From e324422d1aa7b309ae367e102dbe3bdec94744cc Mon Sep 17 00:00:00 2001 From: iOS Date: Wed, 5 Jan 2022 22:07:19 +0100 Subject: [PATCH] cards 4 books --- .obsidian/appearance.json | 4 +- .obsidian/community-plugins.json | 3 +- .obsidian/plugins/fantasy-calendar/data.json | 4 +- .obsidian/plugins/link-favicon/main.js | 674 - .obsidian/plugins/link-favicon/manifest.json | 10 - .obsidian/plugins/link-favicon/styles.css | 17 - .../plugins/obsidian-dynamic-toc/main.js | 5 +- .../obsidian-dynamic-toc/manifest.json | 2 +- .obsidian/plugins/obsidian-sortable/main.js | 247 + .../plugins/obsidian-sortable/manifest.json | 10 + .../plugins/obsidian-sortable/styles.css | 27 + .obsidian/plugins/rss-reader/data.json | 254803 ++++++++------- .obsidian/snippets/Cards.css | 229 + .obsidian/workspace | 24 +- 00.01 Admin/Obsidian plugins.md | 8 + .../Templates/Template Pocket Source.md | 4 + 00.01 Admin/dv-views/GlobalFunc.js | 9 +- 00.02 Inbox/By the Sea.md | 5 +- 00.02 Inbox/Keila la Rouge.md | 5 +- 00.02 Inbox/Lionel Asbo.md | 5 +- 00.02 Inbox/Soumission.md | 6 +- 00.02 Inbox/Sérotonine.md | 5 +- 00.02 Inbox/The Fran Lebowitz Reader.md | 5 +- 00.02 Inbox/The Good Men.md | 5 +- 00.02 Inbox/Torto Arado.md | 5 +- 00.02 Inbox/Under the Volcano.md | 5 +- 03.01 Reading list/@Reading master.md | 7 +- 03.01 Reading list/Comprendre l'islam.md | 5 +- 03.01 Reading list/L'ombre du vent.md | 5 +- 03.01 Reading list/Mating.md | 5 +- 03.01 Reading list/Sad Little Men.md | 5 +- 03.01 Reading list/The Girls.md | 5 +- 05.01 Computer setup/Storage and Syncing.md | 6 +- 05.02 Networks/Selfhosting.md | 4 + 06.01 Finances/hLedger.md | 3 +- 35 files changed, 142339 insertions(+), 113832 deletions(-) delete mode 100644 .obsidian/plugins/link-favicon/main.js delete mode 100644 .obsidian/plugins/link-favicon/manifest.json delete mode 100644 .obsidian/plugins/link-favicon/styles.css create mode 100644 .obsidian/plugins/obsidian-sortable/main.js create mode 100644 .obsidian/plugins/obsidian-sortable/manifest.json create mode 100644 .obsidian/plugins/obsidian-sortable/styles.css create mode 100644 .obsidian/snippets/Cards.css diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index d9acb1ac..3fe8c780 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -13,7 +13,9 @@ "bulletp_relationship", "hyphenation_justification", "folder_4_icon", - "custom_icons_frontmatter_tags" + "custom_icons_frontmatter_tags", + "externallink_icon", + "Cards" ], "cssTheme": "Primary" } \ No newline at end of file diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index 021dd8f2..b5c045d6 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -41,5 +41,6 @@ "matter", "longform", "obsidian-reminder-plugin", - "card-board" + "card-board", + "obsidian-sortable" ] \ No newline at end of file diff --git a/.obsidian/plugins/fantasy-calendar/data.json b/.obsidian/plugins/fantasy-calendar/data.json index f34c6802..d0beb713 100644 --- a/.obsidian/plugins/fantasy-calendar/data.json +++ b/.obsidian/plugins/fantasy-calendar/data.json @@ -183,7 +183,7 @@ "current": { "year": 2022, "month": 0, - "day": 11 + "day": 15 }, "events": [ { @@ -1037,7 +1037,7 @@ "name": "Task" } ], - "date": 1641152142037, + "date": 1641400581610, "displayWeeks": false } ], diff --git a/.obsidian/plugins/link-favicon/main.js b/.obsidian/plugins/link-favicon/main.js deleted file mode 100644 index d9f2ca40..00000000 --- a/.obsidian/plugins/link-favicon/main.js +++ /dev/null @@ -1,674 +0,0 @@ -/* -THIS IS A GENERATED/BUNDLED FILE BY ESBUILD -if you want to view the source, please visit the github repository of this plugin -https://github.com/joethei/obisidian-link-favicon -*/ - -var __create = Object.create; -var __defProp = Object.defineProperty; -var __getOwnPropDesc = Object.getOwnPropertyDescriptor; -var __getOwnPropNames = Object.getOwnPropertyNames; -var __getProtoOf = Object.getPrototypeOf; -var __hasOwnProp = Object.prototype.hasOwnProperty; -var __markAsModule = (target) => __defProp(target, "__esModule", { value: true }); -var __commonJS = (cb, mod) => function __require() { - return mod || (0, cb[Object.keys(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; -}; -var __export = (target, all) => { - __markAsModule(target); - for (var name in all) - __defProp(target, name, { get: all[name], enumerable: true }); -}; -var __reExport = (target, module2, desc) => { - if (module2 && typeof module2 === "object" || typeof module2 === "function") { - for (let key of __getOwnPropNames(module2)) - if (!__hasOwnProp.call(target, key) && key !== "default") - __defProp(target, key, { get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable }); - } - return target; -}; -var __toModule = (module2) => { - return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? { get: () => module2.default, enumerable: true } : { value: module2, enumerable: true })), module2); -}; -var __async = (__this, __arguments, generator) => { - return new Promise((resolve, reject) => { - var fulfilled = (value) => { - try { - step(generator.next(value)); - } catch (e) { - reject(e); - } - }; - var rejected = (value) => { - try { - step(generator.throw(value)); - } catch (e) { - reject(e); - } - }; - var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected); - step((generator = generator.apply(__this, __arguments)).next()); - }); -}; - -// node_modules/@aidenlx/obsidian-icon-shortcodes/lib/index.js -var require_lib = __commonJS({ - "node_modules/@aidenlx/obsidian-icon-shortcodes/lib/index.js"(exports) { - var a = Object.create; - var t = Object.defineProperty; - var d = Object.getOwnPropertyDescriptor; - var p = Object.getOwnPropertyNames; - var f = Object.getPrototypeOf; - var g = Object.prototype.hasOwnProperty; - var o = (n) => t(n, "__esModule", { value: true }); - var l = (n, e) => { - o(n); - for (var i in e) - t(n, i, { get: e[i], enumerable: true }); - }; - var c = (n, e, i) => { - if (e && typeof e == "object" || typeof e == "function") - for (let r of p(e)) - !g.call(n, r) && r !== "default" && t(n, r, { get: () => e[r], enumerable: !(i = d(e, r)) || i.enumerable }); - return n; - }; - var u = (n) => c(o(t(n != null ? a(f(n)) : {}, "default", n && n.__esModule && "default" in n ? { get: () => n.default, enumerable: true } : { value: n, enumerable: true })), n); - l(exports, { getApi: () => s, isPluginEnabled: () => P }); - var v = u(require("obsidian")); - var s = (n) => { - var e; - return n ? (e = n.app.plugins.plugins["obsidian-icon-shortcodes"]) == null ? void 0 : e.api : window.IconSCAPIv0; - }; - var P = (n) => s(n) !== void 0; - } -}); - -// src/main.ts -__export(exports, { - default: () => FaviconPlugin -}); -var import_obsidian5 = __toModule(require("obsidian")); - -// src/settings.ts -var import_obsidian3 = __toModule(require("obsidian")); - -// src/provider.ts -var import_obsidian = __toModule(require("obsidian")); -var providers = { - "google": { name: "Google", url: (domain) => Promise.resolve("https://www.google.com/s2/favicons?domain=" + domain) }, - "duckduckgo": { name: "DuckDuckGo", url: (domain) => Promise.resolve("https://icons.duckduckgo.com/ip3/" + domain + ".ico") }, - "iconhorse": { name: "Icon Horse", url: (domain) => Promise.resolve("https://icon.horse/icon/" + domain) }, - "splitbee": { name: "Splitbee", url: (domain) => Promise.resolve("https://favicon.splitbee.io/?url=" + domain) }, - "besticon": { name: "The Favicon Finder", url: (domain, settings) => { - const host = settings.provider === "besticon" ? settings.providerDomain : settings.fallbackProviderDomain; - return Promise.resolve(host + "/icon?url=" + domain + "&size=32..64..256"); - } }, - "favicongrabber": { name: "Favicon Grabber", url: (domain) => __async(void 0, null, function* () { - const icons = JSON.parse(yield (0, import_obsidian.request)({ - method: "GET", - url: "https://favicongrabber.com/api/grab/" + domain - })); - if (icons.length === 0) - return Promise.resolve("http://invalid.stuff"); - return Promise.resolve(icons.icons[0].src); - }) } -}; - -// src/OverwrittenIconModal.ts -var import_obsidian2 = __toModule(require("obsidian")); -var import_obsidian_icon_shortcodes = __toModule(require_lib()); -var OverwrittenIconModal = class extends import_obsidian2.Modal { - constructor(plugin, map, name) { - super(plugin.app); - this.name = "Domain"; - this.plugin = plugin; - if (name) { - this.name = name; - } - if (map) { - this.domain = map.domain; - this.icon = map.icon; - } - } - displayPreview(contentEl) { - return __async(this, null, function* () { - if ((0, import_obsidian_icon_shortcodes.isPluginEnabled)(this.plugin) && this.icon) { - contentEl.empty(); - const iconPreview = contentEl.createDiv("preview"); - iconPreview.addClass("link-favicon-preview"); - const iconApi = (0, import_obsidian_icon_shortcodes.getApi)(this.plugin); - const icon = iconApi.getIcon(this.icon, false); - if (icon !== null) - iconPreview.append(icon); - } - }); - } - display() { - return __async(this, null, function* () { - const { contentEl } = this; - contentEl.empty(); - let previewEL; - new import_obsidian2.Setting(contentEl).setName(this.name).addText((text) => { - text.setValue(this.domain).onChange((value) => { - this.domain = value; - }); - }); - const api = (0, import_obsidian_icon_shortcodes.getApi)(this.plugin); - if (api) { - if (api.version.compare(">=", "0.6.1")) { - new import_obsidian2.Setting(contentEl).setName("Icon").addButton((button) => { - button.setButtonText("Choose").onClick(() => __async(this, null, function* () { - const icon = yield api.getIconFromUser(); - console.log(icon); - if (icon) { - this.icon = icon.id; - if (previewEL) { - yield this.displayPreview(previewEL); - } - } - })); - }); - } else { - new import_obsidian2.Setting(contentEl).setName("Icon").addText((text) => { - text.setValue(this.icon).onChange((value) => __async(this, null, function* () { - this.icon = value; - if (previewEL) { - yield this.displayPreview(previewEL); - } - })); - }); - } - } - previewEL = contentEl.createDiv("preview"); - yield this.displayPreview(previewEL); - const footerEl = contentEl.createDiv(); - const footerButtons = new import_obsidian2.Setting(footerEl); - footerButtons.addButton((b) => { - b.setTooltip("Save").setIcon("checkmark").onClick(() => __async(this, null, function* () { - this.saved = true; - this.close(); - })); - return b; - }); - footerButtons.addExtraButton((b) => { - b.setIcon("cross").setTooltip("Cancel").onClick(() => { - this.saved = false; - this.close(); - }); - return b; - }); - }); - } - onOpen() { - return __async(this, null, function* () { - yield this.display(); - }); - } -}; - -// src/settings.ts -var import_obsidian_icon_shortcodes2 = __toModule(require_lib()); -var DEFAULT_SETTINGS = { - provider: "duckduckgo", - fallbackProvider: "google", - providerDomain: "", - fallbackProviderDomain: "", - ignored: "", - overwritten: [], - protocol: [] -}; -var FaviconSettings = class extends import_obsidian3.PluginSettingTab { - constructor(app, plugin) { - super(app, plugin); - this.plugin = plugin; - } - display() { - const { containerEl } = this; - containerEl.empty(); - containerEl.createEl("h2", { text: "Link Favicons" }); - new import_obsidian3.Setting(containerEl).setName("Icon Provider").addDropdown((dropdown) => { - for (const id in providers) { - if (providers.hasOwnProperty(id)) { - dropdown.addOption(id, providers[id].name); - } - } - dropdown.setValue(this.plugin.settings.provider).onChange((value) => __async(this, null, function* () { - this.plugin.settings.provider = value; - yield this.plugin.saveSettings(); - this.display(); - })); - }); - if (Array.of("besticon").includes(this.plugin.settings.provider)) { - new import_obsidian3.Setting(containerEl).setName("Provider Domain").setDesc("This Provider is selfhosted, please specify your deployment url. Refer to the readme of the provider for deployment instructions.").addText((text) => text.setValue(this.plugin.settings.providerDomain).onChange((value) => __async(this, null, function* () { - this.plugin.settings.providerDomain = value; - yield this.plugin.saveSettings(); - }))); - } - new import_obsidian3.Setting(containerEl).setName("Fallback Icon Provider").addDropdown((dropdown) => { - for (const id in providers) { - if (providers.hasOwnProperty(id)) { - dropdown.addOption(id, providers[id].name); - } - } - dropdown.setValue(this.plugin.settings.fallbackProvider).onChange((value) => __async(this, null, function* () { - this.plugin.settings.fallbackProvider = value; - yield this.plugin.saveSettings(); - this.display(); - })); - }); - if (Array.of("besticon").includes(this.plugin.settings.fallbackProvider)) { - new import_obsidian3.Setting(containerEl).setName("Fallback Provider Domain").setDesc("This Provider is be selfhosted, please specify your deployment url. Refer to the readme of the provider for deployment instructions.").addText((text) => text.setValue(this.plugin.settings.fallbackProviderDomain).onChange((value) => __async(this, null, function* () { - this.plugin.settings.fallbackProviderDomain = value; - yield this.plugin.saveSettings(); - }))); - } - new import_obsidian3.Setting(containerEl).setName("Ignored Domains").setDesc("Don't show an favicon for these domains(one per line)").addTextArea((text) => { - text.setValue(this.plugin.settings.ignored).onChange((value) => __async(this, null, function* () { - this.plugin.settings.ignored = value; - yield this.plugin.saveSettings(); - })); - text.inputEl.setAttr("rows", 8); - }); - if ((0, import_obsidian_icon_shortcodes2.isPluginEnabled)(this.plugin)) { - containerEl.createEl("h2", { text: "Custom icons" }); - containerEl.createEl("h3", { text: "for Domains" }); - new import_obsidian3.Setting(containerEl).setName("Add New").setDesc("Add custom icon").addButton((button) => { - return button.setTooltip("add custom icon").setIcon("plus-with-circle").onClick(() => __async(this, null, function* () { - const modal = new OverwrittenIconModal(this.plugin); - modal.onClose = () => __async(this, null, function* () { - if (modal.saved) { - this.plugin.settings.overwritten.push({ - domain: modal.domain, - icon: modal.icon - }); - yield this.plugin.saveSettings(); - this.display(); - } - }); - modal.open(); - })); - }); - const overwrittenContainer = containerEl.createDiv("overwritten"); - const overwrittenDiv = overwrittenContainer.createDiv("overwritten"); - for (const overwritten of this.plugin.settings.overwritten) { - const setting = new import_obsidian3.Setting(overwrittenDiv); - const iconAPI = (0, import_obsidian_icon_shortcodes2.getApi)(this.plugin); - const desc = new DocumentFragment(); - desc.createEl("p", { text: " " + overwritten.icon }).prepend(iconAPI.getIcon(overwritten.icon)); - setting.setName(overwritten.domain).setDesc(desc).addExtraButton((b) => { - b.setIcon("pencil").setTooltip("Edit").onClick(() => { - const modal = new OverwrittenIconModal(this.plugin, overwritten); - modal.onClose = () => __async(this, null, function* () { - if (modal.saved) { - const setting2 = this.plugin.settings.overwritten.filter((overwritten2) => { - return overwritten2.domain !== modal.domain; - }); - setting2.push({ domain: modal.domain, icon: modal.icon }); - this.plugin.settings.overwritten = setting2; - yield this.plugin.saveSettings(); - this.display(); - } - }); - modal.open(); - }); - }).addExtraButton((b) => { - b.setIcon("trash").setTooltip("Delete").onClick(() => __async(this, null, function* () { - this.plugin.settings.overwritten = this.plugin.settings.overwritten.filter((tmp) => { - return overwritten.domain !== tmp.domain; - }); - yield this.plugin.saveSettings(); - this.display(); - })); - }); - } - containerEl.createEl("h3", { text: "for URI Schemas" }); - new import_obsidian3.Setting(containerEl).setName("Add New").setDesc("Add custom icon").addButton((button) => { - return button.setTooltip("add custom icon").setIcon("plus-with-circle").onClick(() => __async(this, null, function* () { - const modal = new OverwrittenIconModal(this.plugin, null, "URI Schema"); - modal.onClose = () => __async(this, null, function* () { - if (modal.saved) { - this.plugin.settings.protocol.push({ - domain: modal.domain, - icon: modal.icon - }); - yield this.plugin.saveSettings(); - this.display(); - } - }); - modal.open(); - })); - }); - const protocolContainer = containerEl.createDiv("overwritten"); - const voicesDiv = protocolContainer.createDiv("overwritten"); - for (const protocol of this.plugin.settings.protocol) { - const setting = new import_obsidian3.Setting(voicesDiv); - const iconAPI = (0, import_obsidian_icon_shortcodes2.getApi)(this.plugin); - const desc = new DocumentFragment(); - desc.createEl("p", { text: " " + protocol.icon }).prepend(iconAPI.getIcon(protocol.icon)); - setting.setName(protocol.domain).setDesc(desc).addExtraButton((b) => { - b.setIcon("pencil").setTooltip("Edit").onClick(() => { - const modal = new OverwrittenIconModal(this.plugin, protocol, "URI Schema"); - modal.onClose = () => __async(this, null, function* () { - if (modal.saved) { - const setting2 = this.plugin.settings.protocol.filter((overwritten) => { - return overwritten.domain !== modal.domain; - }); - setting2.push({ domain: modal.domain, icon: modal.icon }); - this.plugin.settings.protocol = setting2; - yield this.plugin.saveSettings(); - this.display(); - } - }); - modal.open(); - }); - }).addExtraButton((b) => { - b.setIcon("trash").setTooltip("Delete").onClick(() => __async(this, null, function* () { - this.plugin.settings.protocol = this.plugin.settings.protocol.filter((overwritten) => { - return overwritten.domain !== protocol.domain; - }); - yield this.plugin.saveSettings(); - this.display(); - })); - }); - } - } - } -}; - -// src/main.ts -var import_obsidian_icon_shortcodes3 = __toModule(require_lib()); -var import_state2 = __toModule(require("@codemirror/state")); - -// src/Decorations.ts -var import_obsidian4 = __toModule(require("obsidian")); -var import_view = __toModule(require("@codemirror/view")); -var import_state = __toModule(require("@codemirror/state")); -var import_language = __toModule(require("@codemirror/language")); -var import_stream_parser = __toModule(require("@codemirror/stream-parser")); -var statefulDecorations = defineStatefulDecoration(); -var StatefulDecorationSet = class { - constructor(editor, plugin) { - this.decoCache = Object.create(null); - this.debouncedUpdate = (0, import_obsidian4.debounce)(this.updateAsyncDecorations, 100, true); - this.editor = editor; - this.plugin = plugin; - } - computeAsyncDecorations(tokens) { - return __async(this, null, function* () { - const decorations = []; - for (let token of tokens) { - let deco = this.decoCache[token.value]; - if (!deco) { - const provider = providers[this.plugin.settings.provider]; - const fallbackProvider = providers[this.plugin.settings.fallbackProvider]; - let url; - try { - url = new URL(token.value); - } catch (e) { - console.error("Invalid url: " + token.value); - console.error(e); - } - const icon = yield this.plugin.getIcon(url, provider); - const fallbackIcon = yield this.plugin.getIcon(url, fallbackProvider); - const domain = url.protocol.contains("http") ? url.hostname : url.protocol; - deco = this.decoCache[token.value] = import_view.Decoration.widget({ widget: new IconWidget(this.plugin, icon, fallbackIcon, domain) }); - } - decorations.push(deco.range(token.from, token.from)); - } - return import_view.Decoration.set(decorations, true); - }); - } - updateAsyncDecorations(tokens) { - return __async(this, null, function* () { - const decorations = yield this.computeAsyncDecorations(tokens); - if (decorations || this.editor.state.field(statefulDecorations.field).size) { - this.editor.dispatch({ effects: statefulDecorations.update.of(decorations || import_view.Decoration.none) }); - } - }); - } -}; -function buildViewPlugin(plugin) { - return import_view.ViewPlugin.fromClass(class { - constructor(view) { - this.decoManager = new StatefulDecorationSet(view, plugin); - this.buildAsyncDecorations(view); - } - update(update) { - if (update.docChanged || update.viewportChanged) { - this.buildAsyncDecorations(update.view); - } - } - destroy() { - } - buildAsyncDecorations(view) { - const targetElements = []; - for (let { from, to } of view.visibleRanges) { - const tree = (0, import_language.syntaxTree)(view.state); - tree.iterate({ - from, - to, - enter: (type, from2, to2) => { - const tokenProps = type.prop(import_stream_parser.tokenClassNodeProp); - if (tokenProps) { - const props = new Set(tokenProps.split(" ")); - const isExternalLink = props.has("url"); - const linkText = view.state.doc.sliceString(from2, to2); - if (isExternalLink && linkText.contains("://")) { - const line = view.state.doc.lineAt(from2); - const toLine = line.to - to2; - const toLineT = line.length - toLine; - const fromIndex = line.text.lastIndexOf("[", toLineT); - if (fromIndex === -1) { - return; - } - const fromTarget = line.from + fromIndex; - targetElements.push({ from: fromTarget, to: to2, value: linkText }); - } - } - } - }); - } - this.decoManager.debouncedUpdate(targetElements); - } - }); -} -function asyncDecoBuilderExt(plugin) { - return [statefulDecorations.field, buildViewPlugin(plugin)]; -} -function defineStatefulDecoration() { - const update = import_state.StateEffect.define(); - const field = import_state.StateField.define({ - create() { - return import_view.Decoration.none; - }, - update(deco, tr) { - return tr.effects.reduce((deco2, effect) => effect.is(update) ? effect.value : deco2, deco.map(tr.changes)); - }, - provide: (field2) => import_view.EditorView.decorations.from(field2) - }); - return { update, field }; -} -var IconWidget = class extends import_view.WidgetType { - constructor(plugin, icon, fallbackIcon, domain) { - super(); - this.plugin = plugin; - this.icon = icon; - this.fallbackIcon = fallbackIcon; - this.domain = domain; - } - eq(other) { - return other == this; - } - toDOM() { - if (!this.icon || this.icon === "") { - return document.createElement("span"); - } - if (typeof this.icon === "string") { - if (!this.icon.startsWith("http")) { - const span = document.createElement("span"); - span.textContent = this.icon; - span.className = "link-favicon"; - return span; - } - const el = document.createElement("object"); - el.addClass("link-favicon"); - el.dataset.host = this.domain; - el.data = this.icon; - el.data.contains(".ico") ? el.type = "image/x-icon" : el.type = "image/png"; - el.style.height = "0.8em"; - el.style.display = "inline-block"; - if (typeof this.fallbackIcon === "string") { - const img = el.createEl("img"); - img.src = this.fallbackIcon; - img.addClass("link-favicon"); - img.style.height = "0.8em"; - img.style.display = "block"; - el.append(img); - } - return el; - } else { - return this.icon; - } - } - ignoreEvent() { - return false; - } -}; - -// src/main.ts -var FaviconPlugin = class extends import_obsidian5.Plugin { - isDisabled(el) { - if (el.getAttribute("data-no-favicon")) - return true; - if (el.getAttribute("data-favicon")) - return true; - } - getCustomDomainIcon(domain) { - if ((0, import_obsidian_icon_shortcodes3.isPluginEnabled)(this)) { - const icons = this.settings.overwritten.filter((value) => value.domain === domain); - if (icons.length > 0) { - const iconApi = (0, import_obsidian_icon_shortcodes3.getApi)(this); - const icon = icons[0].icon; - return iconApi.getIcon(icon, false); - } - } - } - getCustomSchemeIcon(scheme) { - if ((0, import_obsidian_icon_shortcodes3.isPluginEnabled)(this)) { - const icons = this.settings.protocol.filter((value) => value.domain === scheme.substr(0, scheme.length - 1)); - if (icons.length > 0) { - const iconApi = (0, import_obsidian_icon_shortcodes3.getApi)(this); - const icon = icons[0].icon; - return iconApi.getIcon(icon, false); - } - } - } - getIcon(domain, provider) { - return __async(this, null, function* () { - if (!domain.protocol.startsWith("http")) { - const customSchemeIcon = this.getCustomSchemeIcon(domain.protocol); - if (customSchemeIcon) { - if (typeof customSchemeIcon !== "string") { - customSchemeIcon.addClass("link-favicon"); - customSchemeIcon.dataset.host = domain.hostname; - } - return customSchemeIcon; - } - } - if (this.settings.ignored.split("\n").contains(domain.hostname)) { - return ""; - } - const customDomainIcon = this.getCustomDomainIcon(domain.hostname); - if (customDomainIcon) { - if (typeof customDomainIcon !== "string") { - customDomainIcon.addClass("link-favicon"); - customDomainIcon.dataset.host = domain.hostname; - } - return customDomainIcon; - } - return provider.url(domain.hostname, this.settings); - }); - } - onload() { - return __async(this, null, function* () { - console.log("enabling plugin: link favicons"); - yield this.loadSettings(); - this.addSettingTab(new FaviconSettings(this.app, this)); - this.registerEditorExtension(import_state2.Prec.lowest(asyncDecoBuilderExt(this))); - this.registerMarkdownPostProcessor((element, ctx) => __async(this, null, function* () { - if (ctx.sourcePath.contains("no-favicon")) { - return; - } - const provider = providers[this.settings.provider]; - const fallbackProvider = providers[this.settings.fallbackProvider]; - if (!provider || !fallbackProvider) { - console.error("Link Favicons: misconfigured providers"); - return; - } - const links = element.querySelectorAll("a.external-link:not([data-favicon])"); - for (let index = 0; index < links.length; index++) { - const link = links.item(index); - if (!this.isDisabled(link)) { - link.dataset.favicon = "true"; - let domain; - try { - domain = new URL(link.href); - } catch (e) { - console.error("Invalid url: " + link.href); - console.error(e); - } - if (!domain) - continue; - const icon = yield this.getIcon(domain, provider); - const fallbackIcon = yield this.getIcon(domain, fallbackProvider); - let el; - if (!icon || icon === "") { - continue; - } - if (typeof icon === "string") { - if (!icon.startsWith("http")) { - el = icon; - } else { - el = document.createElement("object"); - el.addClass("link-favicon"); - el.dataset.host = domain.hostname; - el.data = icon; - el.data.contains(".ico") ? el.type = "image/x-icon" : el.type = "image/png"; - el.style.height = "0.8em"; - el.style.display = "inline-block"; - } - } else { - el = icon; - } - if (!el) - continue; - if (typeof el !== "string" && typeof fallbackIcon === "string") { - const img = el.createEl("img"); - img.src = fallbackIcon; - img.addClass("link-favicon"); - img.style.height = "0.8em"; - img.style.display = "block"; - el.append(img); - } - if (el) { - link.prepend(el); - } - } - } - })); - }); - } - onunload() { - console.log("disabling plugin: link favicons"); - } - loadSettings() { - return __async(this, null, function* () { - this.settings = Object.assign({}, DEFAULT_SETTINGS, yield this.loadData()); - }); - } - saveSettings() { - return __async(this, null, function* () { - yield this.saveData(this.settings); - }); - } -}; diff --git a/.obsidian/plugins/link-favicon/manifest.json b/.obsidian/plugins/link-favicon/manifest.json deleted file mode 100644 index 16554fdb..00000000 --- a/.obsidian/plugins/link-favicon/manifest.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "id": "link-favicon", - "name": "Link Favicons", - "version": "1.4.1", - "minAppVersion": "0.13.14", - "description": "See the favicon for a linked website. ", - "author": "Johannes Theiner", - "authorUrl": "https://github.com/joethei", - "isDesktopOnly": false -} diff --git a/.obsidian/plugins/link-favicon/styles.css b/.obsidian/plugins/link-favicon/styles.css deleted file mode 100644 index a6b58ec7..00000000 --- a/.obsidian/plugins/link-favicon/styles.css +++ /dev/null @@ -1,17 +0,0 @@ -.link-favicon{ - vertical-align: bottom; - margin-bottom: 0.3em; - margin-left: 0.1em; - margin-right: 0.1em; - cursor: pointer !important; - image-rendering: -webkit-optimize-contrast; -} - -.link-favicon-preview { - font-size: 50px; - text-align: center; -} - -.link-favicon-preview img{ - height: 50px; -} diff --git a/.obsidian/plugins/obsidian-dynamic-toc/main.js b/.obsidian/plugins/obsidian-dynamic-toc/main.js index b1b8090f..b22681e3 100644 --- a/.obsidian/plugins/obsidian-dynamic-toc/main.js +++ b/.obsidian/plugins/obsidian-dynamic-toc/main.js @@ -1,2 +1,3 @@ -var B=Object.create;var h=Object.defineProperty,W=Object.defineProperties,V=Object.getOwnPropertyDescriptor,F=Object.getOwnPropertyDescriptors,$=Object.getOwnPropertyNames,A=Object.getOwnPropertySymbols,Y=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty,X=Object.prototype.propertyIsEnumerable;var L=(n,e,t)=>e in n?h(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t,m=(n,e)=>{for(var t in e||(e={}))v.call(e,t)&&L(n,t,e[t]);if(A)for(var t of A(e))X.call(e,t)&&L(n,t,e[t]);return n},u=(n,e)=>W(n,F(e)),D=n=>h(n,"__esModule",{value:!0});var z=(n,e)=>{D(n);for(var t in e)h(n,t,{get:e[t],enumerable:!0})},q=(n,e,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of $(e))!v.call(n,s)&&s!=="default"&&h(n,s,{get:()=>e[s],enumerable:!(t=V(e,s))||t.enumerable});return n},c=n=>q(D(h(n!=null?B(Y(n)):{},"default",n&&n.__esModule&&"default"in n?{get:()=>n.default,enumerable:!0}:{value:n,enumerable:!0})),n);var a=(n,e,t)=>new Promise((s,i)=>{var r=l=>{try{b(t.next(l))}catch(S){i(S)}},p=l=>{try{b(t.throw(l))}catch(S){i(S)}},b=l=>l.done?s(l.value):Promise.resolve(l.value).then(r,p);b((t=t.apply(n,e)).next())});z(exports,{default:()=>M});var j=c(require("obsidian"));var H=c(require("obsidian"));function x(n,e){let t=Object.assign({},e,n);return Object.keys(t).reduce((s,i)=>{let r=n[i],p=typeof r=="undefined"||r===null;return u(m({},s),{[i]:p?e[i]:r})},{})}function P(n,e){try{let t=(0,H.parseYaml)(n);return x(t,e)}catch(t){return e}}var d={None:"",TOC:"[TOC]",_TOC_:"__TOC__",AzureWiki:"_TOC_",DevonThink:"{{toc}}",TheBrain:"[/toc/]"};var N={style:"bullet",min_depth:2,max_depth:6,externalStyle:"None",supportAllMatchers:!1},g="dynamic-toc",R=`.${g}`,K=Object.keys(d);var T=c(require("obsidian"));var O=class{constructor(e){this.cached=e}get level(){return this.cached.level}get rawHeading(){return this.cached.heading}get isLink(){return/\[\[(.*?)\]\]/.test(this.cached.heading)}get href(){return this.isLink?`#${this.parseMarkdownLink(this.rawHeading).split("|").join(" ")}`:null}get markdownHref(){if(!this.isLink)return`[[#${this.rawHeading}]]`;let t=this.parseMarkdownLink(this.rawHeading).split("|");return t.length>1?`[[#${t.join(" ")}|${t[1]}]]`:`[[#${t[0]}]]`}parseMarkdownLink(e){let[,t]=e.match(/\[\[(.*?)]\]/)||[];return t}};function G(n,e){let t=n[0].level;return n.map(s=>{let i=e.style==="number"&&"1."||"-";return`${new Array(Math.max(0,s.level-t)).fill(" ").join("")}${i} ${s.markdownHref}`}).join(` -`)}function y(n,e){if(!(n==null?void 0:n.headings))return"";let{headings:t}=n,s=t.filter(i=>!!i&&i.level>=e.min_depth&&i.level<=e.max_depth);return s.length?G(s.map(i=>new O(i)),e):""}var _=class extends T.MarkdownRenderChild{constructor(e,t,s,i){super(i);this.app=e;this.config=t;this.filePath=s;this.container=i;this.onSettingsChangeHandler=e=>{this.render(x(this.config,e))};this.onFileChangeHandler=e=>{e.deleted||e.path!==this.filePath||this.render()}}onload(){return a(this,null,function*(){yield this.render(),this.registerEvent(this.app.metadataCache.on("dynamic-toc:settings",this.onSettingsChangeHandler)),this.registerEvent(this.app.metadataCache.on("changed",this.onFileChangeHandler))})}render(e){return a(this,null,function*(){this.container.empty(),this.container.classList.add(g);let t=y(this.app.metadataCache.getCache(this.filePath),e||this.config);yield T.MarkdownRenderer.renderMarkdown(t,this.container,this.filePath,this)})}};var o=c(require("obsidian"));var w=class extends o.PluginSettingTab{constructor(e,t){super(e,t);this.plugin=t}display(){let{containerEl:e}=this;e.empty(),e.createEl("h2",{text:"Dynamic Table of Contents Settings"}),new o.Setting(e).setName("List Style").setDesc("The table indication").addDropdown(s=>s.addOptions({bullet:"Bullet",number:"Number"}).setValue(this.plugin.settings.style).onChange(i=>a(this,null,function*(){this.plugin.settings.style=i,yield this.plugin.saveSettings()}))),new o.Setting(e).setName("Minimum Header Depth").setDesc("The default minimum header depth to render").addSlider(s=>s.setLimits(1,6,1).setValue(this.plugin.settings.min_depth).setDynamicTooltip().onChange(i=>a(this,null,function*(){i>this.plugin.settings.max_depth?new o.Notice("Min Depth is higher than Max Depth"):(this.plugin.settings.min_depth=i,yield this.plugin.saveSettings())}))),new o.Setting(e).setName("Maximum Header Depth").setDesc("The default maximum header depth to render").addSlider(s=>s.setLimits(1,6,1).setValue(this.plugin.settings.max_depth).setDynamicTooltip().onChange(i=>a(this,null,function*(){is.addOptions(Object.keys(d).reduce((i,r)=>{let p=d[r];return u(m({},i),{[r]:p})},{})).setDisabled(this.plugin.settings.supportAllMatchers).setValue(this.plugin.settings.externalStyle).onChange(i=>a(this,null,function*(){this.plugin.settings.externalStyle=i,yield this.plugin.saveSettings()})));new o.Setting(e).setName("Support all external renderers").setDesc("Cannot be used in conjunction with individual renderers").addToggle(s=>s.setValue(this.plugin.settings.supportAllMatchers).onChange(i=>a(this,null,function*(){this.plugin.settings.supportAllMatchers=i,t.setDisabled(i),yield this.plugin.saveSettings()})))}};var C=c(require("obsidian"));var f=class extends C.MarkdownRenderChild{constructor(e,t,s,i,r){super(i);this.app=e;this.settings=t;this.filePath=s;this.match=r;this.onSettingsChangeHandler=()=>{this.render()};this.onFileChangeHandler=e=>{e.deleted||e.path!==this.filePath||this.render()}}static findMatch(e,t){return Array.from(e.querySelectorAll("p, span, a")).find(i=>i.textContent.toLowerCase().includes(t.toLowerCase()))||null}onload(){return a(this,null,function*(){this.render(),this.registerEvent(this.app.metadataCache.on("dynamic-toc:settings",this.onSettingsChangeHandler)),this.registerEvent(this.app.metadataCache.on("changed",this.onFileChangeHandler))})}render(){return a(this,null,function*(){let e=y(this.app.metadataCache.getCache(this.filePath),this.settings),t=document.createElement("div");t.classList.add(g),yield C.MarkdownRenderer.renderMarkdown(e,t,this.filePath,this),this.match.style.display="none";let s=this.containerEl.querySelector(R);s&&this.containerEl.removeChild(s),this.match.parentNode.appendChild(t)})}};var I=c(require("obsidian")),E={"code-block":{value:"```toc\n```",label:"Code block"},TOC:{value:"[TOC]",label:"[TOC]"},_TOC_:{label:"__TOC__",value:"[[__TOC__]]"},AzureWiki:{label:"_TOC_",value:"[[_TOC_]]"},DevonThink:{label:"{{toc}}",value:"{{toc}}"},TheBrain:{label:"[/toc/]",value:"[/toc/]"}},k=class extends I.FuzzySuggestModal{constructor(e,t){super(e);this.app=e,this.plugin=t,this.setPlaceholder("Type name of table of contents type...")}getItems(){return this.plugin.settings.supportAllMatchers?Object.keys(E):this.plugin.settings.externalStyle!=="None"?["code-block",this.plugin.settings.externalStyle]:["code-block"]}getItemText(e){let t=Object.keys(E).find(s=>s===e);return E[t].label}onChooseItem(e){this.callback(E[e].value)}start(e){this.callback=e,this.open()}};var M=class extends j.Plugin{constructor(){super(...arguments);this.onload=()=>a(this,null,function*(){yield this.loadSettings(),this.addSettingTab(new w(this.app,this)),this.addCommand({id:"dynamic-toc-insert-command",name:"Insert Table of Contents",editorCallback:e=>{new k(this.app,this).start(s=>{e.setCursor(e.getCursor().line,0),e.replaceSelection(s)})}}),this.registerMarkdownCodeBlockProcessor("toc",(e,t,s)=>{let i=P(e,this.settings);s.addChild(new _(this.app,i,s.sourcePath,t))}),this.registerMarkdownPostProcessor((e,t)=>{let s=this.settings.supportAllMatchers===!0?K:[this.settings.externalStyle];for(let i of s){if(!i||i==="None")continue;let r=f.findMatch(e,d[i]);!(r==null?void 0:r.parentNode)||t.addChild(new f(this.app,this.settings,t.sourcePath,e,r))}})});this.loadSettings=()=>a(this,null,function*(){this.settings=Object.assign({},N,yield this.loadData())});this.saveSettings=()=>a(this,null,function*(){yield this.saveData(this.settings),this.app.metadataCache.trigger("dynamic-toc:settings",this.settings)})}};0&&(module.exports={}); +var B=Object.create;var h=Object.defineProperty,V=Object.defineProperties,W=Object.getOwnPropertyDescriptor,F=Object.getOwnPropertyDescriptors,$=Object.getOwnPropertyNames,A=Object.getOwnPropertySymbols,Y=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty,X=Object.prototype.propertyIsEnumerable;var L=(n,t,e)=>t in n?h(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e,m=(n,t)=>{for(var e in t||(t={}))v.call(t,e)&&L(n,e,t[e]);if(A)for(var e of A(t))X.call(t,e)&&L(n,e,t[e]);return n},u=(n,t)=>V(n,F(t)),D=n=>h(n,"__esModule",{value:!0});var z=(n,t)=>{D(n);for(var e in t)h(n,e,{get:t[e],enumerable:!0})},q=(n,t,e)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of $(t))!v.call(n,s)&&s!=="default"&&h(n,s,{get:()=>t[s],enumerable:!(e=W(t,s))||e.enumerable});return n},p=n=>q(D(h(n!=null?B(Y(n)):{},"default",n&&n.__esModule&&"default"in n?{get:()=>n.default,enumerable:!0}:{value:n,enumerable:!0})),n);var a=(n,t,e)=>new Promise((s,i)=>{var r=l=>{try{b(e.next(l))}catch(S){i(S)}},c=l=>{try{b(e.throw(l))}catch(S){i(S)}},b=l=>l.done?s(l.value):Promise.resolve(l.value).then(r,c);b((e=e.apply(n,t)).next())});z(exports,{default:()=>M});var j=p(require("obsidian"));var H=p(require("obsidian"));function x(n,t){let e=Object.assign({},t,n);return Object.keys(e).reduce((s,i)=>{let r=n[i],c=typeof r=="undefined"||r===null;return u(m({},s),{[i]:c?t[i]:r})},{})}function P(n,t){try{let e=(0,H.parseYaml)(n);return x(e,t)}catch(e){return t}}var d={None:"",TOC:"[TOC]",_TOC_:"__TOC__",AzureWiki:"_TOC_",DevonThink:"{{toc}}",TheBrain:"[/toc/]"};var N={style:"bullet",min_depth:2,max_depth:6,externalStyle:"None",supportAllMatchers:!1},g="dynamic-toc",R=`.${g}`,K=Object.keys(d);var y=p(require("obsidian"));var O=class{constructor(t){this.cached=t}get level(){return this.cached.level}get rawHeading(){return this.cached.heading}get isLink(){return/\[\[(.*?)\]\]/.test(this.cached.heading)}get href(){return this.isLink?`#${this.parseMarkdownLink(this.rawHeading).split("|").join(" ")}`:null}get markdownHref(){if(!this.isLink)return`[[#${this.rawHeading}]]`;let e=this.parseMarkdownLink(this.rawHeading).split("|");return e.length>1?`[[#${e.join(" ")}|${e[1]}]]`:`[[#${e[0]}]]`}parseMarkdownLink(t){let[,e]=t.match(/\[\[(.*?)]\]/)||[];return e}};function G(n,t){let e=n[0].level,s=t.title?`${t.title} +`:"";return s+=n.map(i=>{let r=t.style==="number"&&"1."||"-";return`${new Array(Math.max(0,i.level-e)).fill(" ").join("")}${r} ${i.markdownHref}`}).join(` +`),s}function T(n,t){if(!(n==null?void 0:n.headings))return"";let{headings:e}=n,s=e.filter(i=>!!i&&i.level>=t.min_depth&&i.level<=t.max_depth);return s.length?G(s.map(i=>new O(i)),t):""}var _=class extends y.MarkdownRenderChild{constructor(t,e,s,i){super(i);this.app=t;this.config=e;this.filePath=s;this.container=i;this.onSettingsChangeHandler=t=>{this.render(x(this.config,t))};this.onFileChangeHandler=t=>{t.deleted||t.path!==this.filePath||this.render()}}onload(){return a(this,null,function*(){yield this.render(),this.registerEvent(this.app.metadataCache.on("dynamic-toc:settings",this.onSettingsChangeHandler)),this.registerEvent(this.app.metadataCache.on("changed",this.onFileChangeHandler))})}render(t){return a(this,null,function*(){this.container.empty(),this.container.classList.add(g);let e=T(this.app.metadataCache.getCache(this.filePath),t||this.config);yield y.MarkdownRenderer.renderMarkdown(e,this.container,this.filePath,this)})}};var o=p(require("obsidian"));var w=class extends o.PluginSettingTab{constructor(t,e){super(t,e);this.plugin=e}display(){let{containerEl:t}=this;t.empty(),t.createEl("h2",{text:"Dynamic Table of Contents Settings"}),new o.Setting(t).setName("List Style").setDesc("The table indication").addDropdown(s=>s.addOptions({bullet:"Bullet",number:"Number"}).setValue(this.plugin.settings.style).onChange(i=>a(this,null,function*(){this.plugin.settings.style=i,yield this.plugin.saveSettings()}))),new o.Setting(t).setName("Minimum Header Depth").setDesc("The default minimum header depth to render").addSlider(s=>s.setLimits(1,6,1).setValue(this.plugin.settings.min_depth).setDynamicTooltip().onChange(i=>a(this,null,function*(){i>this.plugin.settings.max_depth?new o.Notice("Min Depth is higher than Max Depth"):(this.plugin.settings.min_depth=i,yield this.plugin.saveSettings())}))),new o.Setting(t).setName("Maximum Header Depth").setDesc("The default maximum header depth to render").addSlider(s=>s.setLimits(1,6,1).setValue(this.plugin.settings.max_depth).setDynamicTooltip().onChange(i=>a(this,null,function*(){is.setPlaceholder("## Table of Contents").setValue(this.plugin.settings.title).onChange(i=>a(this,null,function*(){this.plugin.settings.title=i,this.plugin.saveSettings()})));let e=new o.Setting(t).setName("External rendering support").setDesc("Different markdown viewers provided Table of Contents support such as [TOC] or [[_TOC_]]. You may need to restart Obsidian for this to take effect.").addDropdown(s=>s.addOptions(Object.keys(d).reduce((i,r)=>{let c=d[r];return u(m({},i),{[r]:c})},{})).setDisabled(this.plugin.settings.supportAllMatchers).setValue(this.plugin.settings.externalStyle).onChange(i=>a(this,null,function*(){this.plugin.settings.externalStyle=i,yield this.plugin.saveSettings()})));new o.Setting(t).setName("Support all external renderers").setDesc("Cannot be used in conjunction with individual renderers").addToggle(s=>s.setValue(this.plugin.settings.supportAllMatchers).onChange(i=>a(this,null,function*(){this.plugin.settings.supportAllMatchers=i,e.setDisabled(i),yield this.plugin.saveSettings()})))}};var C=p(require("obsidian"));var f=class extends C.MarkdownRenderChild{constructor(t,e,s,i,r){super(i);this.app=t;this.settings=e;this.filePath=s;this.match=r;this.onSettingsChangeHandler=()=>{this.render()};this.onFileChangeHandler=t=>{t.deleted||t.path!==this.filePath||this.render()}}static findMatch(t,e){return Array.from(t.querySelectorAll("p, span, a")).find(i=>i.textContent.toLowerCase().includes(e.toLowerCase()))||null}onload(){return a(this,null,function*(){this.render(),this.registerEvent(this.app.metadataCache.on("dynamic-toc:settings",this.onSettingsChangeHandler)),this.registerEvent(this.app.metadataCache.on("changed",this.onFileChangeHandler))})}render(){return a(this,null,function*(){let t=T(this.app.metadataCache.getCache(this.filePath),this.settings),e=document.createElement("div");e.classList.add(g),yield C.MarkdownRenderer.renderMarkdown(t,e,this.filePath,this),this.match.style.display="none";let s=this.containerEl.querySelector(R);s&&this.containerEl.removeChild(s),this.match.parentNode.appendChild(e)})}};var I=p(require("obsidian")),E={"code-block":{value:"```toc\n```",label:"Code block"},TOC:{value:"[TOC]",label:"[TOC]"},_TOC_:{label:"__TOC__",value:"[[__TOC__]]"},AzureWiki:{label:"_TOC_",value:"[[_TOC_]]"},DevonThink:{label:"{{toc}}",value:"{{toc}}"},TheBrain:{label:"[/toc/]",value:"[/toc/]"}},k=class extends I.FuzzySuggestModal{constructor(t,e){super(t);this.app=t,this.plugin=e,this.setPlaceholder("Type name of table of contents type...")}getItems(){return this.plugin.settings.supportAllMatchers?Object.keys(E):this.plugin.settings.externalStyle!=="None"?["code-block",this.plugin.settings.externalStyle]:["code-block"]}getItemText(t){let e=Object.keys(E).find(s=>s===t);return E[e].label}onChooseItem(t){this.callback(E[t].value)}start(t){this.callback=t,this.open()}};var M=class extends j.Plugin{constructor(){super(...arguments);this.onload=()=>a(this,null,function*(){yield this.loadSettings(),this.addSettingTab(new w(this.app,this)),this.addCommand({id:"dynamic-toc-insert-command",name:"Insert Table of Contents",editorCallback:t=>{new k(this.app,this).start(s=>{t.setCursor(t.getCursor().line,0),t.replaceSelection(s)})}}),this.registerMarkdownCodeBlockProcessor("toc",(t,e,s)=>{let i=P(t,this.settings);s.addChild(new _(this.app,i,s.sourcePath,e))}),this.registerMarkdownPostProcessor((t,e)=>{let s=this.settings.supportAllMatchers===!0?K:[this.settings.externalStyle];for(let i of s){if(!i||i==="None")continue;let r=f.findMatch(t,d[i]);!(r==null?void 0:r.parentNode)||e.addChild(new f(this.app,this.settings,e.sourcePath,t,r))}})});this.loadSettings=()=>a(this,null,function*(){this.settings=Object.assign({},N,yield this.loadData())});this.saveSettings=()=>a(this,null,function*(){yield this.saveData(this.settings),this.app.metadataCache.trigger("dynamic-toc:settings",this.settings)})}};0&&(module.exports={}); diff --git a/.obsidian/plugins/obsidian-dynamic-toc/manifest.json b/.obsidian/plugins/obsidian-dynamic-toc/manifest.json index 52992420..0ab512af 100644 --- a/.obsidian/plugins/obsidian-dynamic-toc/manifest.json +++ b/.obsidian/plugins/obsidian-dynamic-toc/manifest.json @@ -4,6 +4,6 @@ "author": "aidurber", "description": "An Obsidian plugin to generate Tables of Contents that stay up to date with your document outline.", "minAppVersion": "0.11.0", - "version": "0.0.20", + "version": "0.0.22", "repo": "aidurber/obsidian-plugin-dynamic-toc" } diff --git a/.obsidian/plugins/obsidian-sortable/main.js b/.obsidian/plugins/obsidian-sortable/main.js new file mode 100644 index 00000000..21c33bca --- /dev/null +++ b/.obsidian/plugins/obsidian-sortable/main.js @@ -0,0 +1,247 @@ +/* +THIS IS A GENERATED/BUNDLED FILE BY ROLLUP +if you want to view the source visit the plugins github repository +*/ + +'use strict'; + +var obsidian = require('obsidian'); + +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + +function __awaiter(thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +} + +// Unique ID creation requires a high quality random # generator. In the browser we therefore +// require the crypto API and do not support built-in fallback to lower quality random number +// generators (like Math.random()). +var getRandomValues; +var rnds8 = new Uint8Array(16); +function rng() { + // lazy load so that environments that need to polyfill have a chance to do so + if (!getRandomValues) { + // getRandomValues needs to be invoked in a context where "this" is a Crypto implementation. Also, + // find the complete implementation of crypto (msCrypto) on IE11. + getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== 'undefined' && typeof msCrypto.getRandomValues === 'function' && msCrypto.getRandomValues.bind(msCrypto); + + if (!getRandomValues) { + throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported'); + } + } + + return getRandomValues(rnds8); +} + +var REGEX = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i; + +function validate(uuid) { + return typeof uuid === 'string' && REGEX.test(uuid); +} + +/** + * Convert array of 16 byte values to UUID string format of the form: + * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX + */ + +var byteToHex = []; + +for (var i = 0; i < 256; ++i) { + byteToHex.push((i + 0x100).toString(16).substr(1)); +} + +function stringify(arr) { + var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0; + // Note: Be careful editing this code! It's been tuned for performance + // and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434 + var uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one + // of the following: + // - One or more input array values don't map to a hex octet (leading to + // "undefined" in the uuid) + // - Invalid input values for the RFC `version` or `variant` fields + + if (!validate(uuid)) { + throw TypeError('Stringified UUID is invalid'); + } + + return uuid; +} + +function v4(options, buf, offset) { + options = options || {}; + var rnds = options.random || (options.rng || rng)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` + + rnds[6] = rnds[6] & 0x0f | 0x40; + rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided + + if (buf) { + offset = offset || 0; + + for (var i = 0; i < 16; ++i) { + buf[offset + i] = rnds[i]; + } + + return buf; + } + + return stringify(rnds); +} + +var SortOrder; +(function (SortOrder) { + SortOrder[SortOrder["DEFAULT"] = 0] = "DEFAULT"; + SortOrder[SortOrder["ASCENDING"] = 1] = "ASCENDING"; + SortOrder[SortOrder["DESCENDING"] = 2] = "DESCENDING"; +})(SortOrder || (SortOrder = {})); +var AttributeName; +(function (AttributeName) { + AttributeName["table"] = "sortable-id"; + AttributeName["tableHeader"] = "sortable-style"; + AttributeName["cssAscending"] = "sortable-asc"; + AttributeName["cssDescending"] = "sortable-desc"; +})(AttributeName || (AttributeName = {})); +class TableState { + constructor() { + this.columnIdx = null; + this.sortOrder = SortOrder.DEFAULT; + this.defaultOrdering = null; + } +} +function onHeadClick(evt, tableStates) { + const htmlEl = evt.target; + const th = htmlEl.closest("thead th"); + if (th === null) { + return; + } + const table = htmlEl.closest("table"); + const tableBody = table.querySelector("tbody"); + const thArray = Array.from(th.parentNode.children); + const thIdx = thArray.indexOf(th); + let tableID = table.getAttribute(AttributeName.table); + if (tableID === null) { + tableID = v4().slice(0, 8); + table.setAttribute(AttributeName.table, tableID); + tableStates[tableID] = new TableState(); + } + const tableState = tableStates[tableID]; + thArray.forEach((th, i) => { + if (i !== thIdx) { + th.removeAttribute(AttributeName.tableHeader); + } + }); + if (tableState.defaultOrdering === null) { + tableState.defaultOrdering = Array.from(tableBody.rows); + } + // sorting the same column, again + if (tableState.columnIdx === thIdx) { + tableState.sortOrder = (tableState.sortOrder + 1) % 3; + } + // sorting a new column + else { + tableState.columnIdx = thIdx; + tableState.sortOrder = SortOrder.ASCENDING; + } + sortTable(tableState, tableBody); + switch (tableState.sortOrder) { + case SortOrder.ASCENDING: + th.setAttribute(AttributeName.tableHeader, AttributeName.cssAscending); + break; + case SortOrder.DESCENDING: + th.setAttribute(AttributeName.tableHeader, AttributeName.cssDescending); + break; + } + // TODO: closing the table page will + // If the current state is now the default one, then forget about this table + if (tableState.sortOrder === SortOrder.DEFAULT) { + // TODO -- verify whether this removes the memory for value (e.g. array etc) + delete tableStates[tableID]; + table.removeAttribute(AttributeName.table); + th.removeAttribute(AttributeName.tableHeader); + } +} +function sortTable(tableState, tableBody) { + emptyTable(tableBody, tableState.defaultOrdering); + if (tableState.sortOrder === SortOrder.DEFAULT) { + fillTable(tableBody, tableState.defaultOrdering); + return; + } + const xs = [...tableState.defaultOrdering]; + xs.sort((a, b) => compareRows(a, b, tableState.columnIdx, tableState.sortOrder)); + fillTable(tableBody, xs); +} +function compareRows(a, b, index, order) { + let valueA = valueFromCell(a.cells[index]); + let valueB = valueFromCell(b.cells[index]); + if (order === SortOrder.DESCENDING) { + [valueA, valueB] = [valueB, valueA]; + } + if (typeof (valueA) === "number" && typeof (valueA) === "number") { + return valueA < valueB ? -1 : 1; + } + return valueA.toString().localeCompare(valueB.toString()); +} +function tryParseFloat(x) { + const y = parseFloat(x); + return isNaN(y) ? x : y; +} +function valueFromCell(element) { + // TODO: extend to other data-types. + return tryParseFloat(element.textContent); +} +function emptyTable(tableBody, rows) { + rows.forEach(() => tableBody.deleteRow(-1)); +} +function fillTable(tableBody, rows) { + rows.forEach((row) => tableBody.appendChild(row)); +} + +const DEFAULT_SETTINGS = { + mySetting: 'default' +}; +class SortablePlugin extends obsidian.Plugin { + onload() { + return __awaiter(this, void 0, void 0, function* () { + console.log('Sortable: loading plugin...'); + yield this.loadSettings(); + this.tableStates = {}; + this.registerDomEvent(document, 'click', (ev) => onHeadClick(ev, this.tableStates)); + console.log('Sortable: loaded plugin.'); + }); + } + onunload() { + // TODO: delete tableStates + console.log('Sortable: unloaded plugin.'); + } + loadSettings() { + return __awaiter(this, void 0, void 0, function* () { + this.settings = Object.assign({}, DEFAULT_SETTINGS, yield this.loadData()); + }); + } + saveSettings() { + return __awaiter(this, void 0, void 0, function* () { + yield this.saveData(this.settings); + }); + } +} + +module.exports = SortablePlugin; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi5qcyIsInNvdXJjZXMiOlsibm9kZV9tb2R1bGVzL3RzbGliL3RzbGliLmVzNi5qcyIsIm5vZGVfbW9kdWxlcy91dWlkL2Rpc3QvZXNtLWJyb3dzZXIvcm5nLmpzIiwibm9kZV9tb2R1bGVzL3V1aWQvZGlzdC9lc20tYnJvd3Nlci9yZWdleC5qcyIsIm5vZGVfbW9kdWxlcy91dWlkL2Rpc3QvZXNtLWJyb3dzZXIvdmFsaWRhdGUuanMiLCJub2RlX21vZHVsZXMvdXVpZC9kaXN0L2VzbS1icm93c2VyL3N0cmluZ2lmeS5qcyIsIm5vZGVfbW9kdWxlcy91dWlkL2Rpc3QvZXNtLWJyb3dzZXIvdjQuanMiLCJzcmMvc29ydGFibGUudHMiLCJzcmMvbWFpbi50cyJdLCJzb3VyY2VzQ29udGVudCI6bnVsbCwibmFtZXMiOlsidXVpZHY0IiwiUGx1Z2luIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7QUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBdURBO0FBQ08sU0FBUyxTQUFTLENBQUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFO0FBQzdELElBQUksU0FBUyxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsT0FBTyxLQUFLLFlBQVksQ0FBQyxHQUFHLEtBQUssR0FBRyxJQUFJLENBQUMsQ0FBQyxVQUFVLE9BQU8sRUFBRSxFQUFFLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFO0FBQ2hILElBQUksT0FBTyxLQUFLLENBQUMsS0FBSyxDQUFDLEdBQUcsT0FBTyxDQUFDLEVBQUUsVUFBVSxPQUFPLEVBQUUsTUFBTSxFQUFFO0FBQy9ELFFBQVEsU0FBUyxTQUFTLENBQUMsS0FBSyxFQUFFLEVBQUUsSUFBSSxFQUFFLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLE9BQU8sQ0FBQyxFQUFFLEVBQUUsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRTtBQUNuRyxRQUFRLFNBQVMsUUFBUSxDQUFDLEtBQUssRUFBRSxFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsU0FBUyxDQUFDLE9BQU8sQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLE9BQU8sQ0FBQyxFQUFFLEVBQUUsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRTtBQUN0RyxRQUFRLFNBQVMsSUFBSSxDQUFDLE1BQU0sRUFBRSxFQUFFLE1BQU0sQ0FBQyxJQUFJLEdBQUcsT0FBTyxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsR0FBRyxLQUFLLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLEVBQUUsUUFBUSxDQUFDLENBQUMsRUFBRTtBQUN0SCxRQUFRLElBQUksQ0FBQyxDQUFDLFNBQVMsR0FBRyxTQUFTLENBQUMsS0FBSyxDQUFDLE9BQU8sRUFBRSxVQUFVLElBQUksRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQztBQUM5RSxLQUFLLENBQUMsQ0FBQztBQUNQOztBQzdFQTtBQUNBO0FBQ0E7QUFDQSxJQUFJLGVBQWUsQ0FBQztBQUNwQixJQUFJLEtBQUssR0FBRyxJQUFJLFVBQVUsQ0FBQyxFQUFFLENBQUMsQ0FBQztBQUNoQixTQUFTLEdBQUcsR0FBRztBQUM5QjtBQUNBLEVBQUUsSUFBSSxDQUFDLGVBQWUsRUFBRTtBQUN4QjtBQUNBO0FBQ0EsSUFBSSxlQUFlLEdBQUcsT0FBTyxNQUFNLEtBQUssV0FBVyxJQUFJLE1BQU0sQ0FBQyxlQUFlLElBQUksTUFBTSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksT0FBTyxRQUFRLEtBQUssV0FBVyxJQUFJLE9BQU8sUUFBUSxDQUFDLGVBQWUsS0FBSyxVQUFVLElBQUksUUFBUSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7QUFDclA7QUFDQSxJQUFJLElBQUksQ0FBQyxlQUFlLEVBQUU7QUFDMUIsTUFBTSxNQUFNLElBQUksS0FBSyxDQUFDLDBHQUEwRyxDQUFDLENBQUM7QUFDbEksS0FBSztBQUNMLEdBQUc7QUFDSDtBQUNBLEVBQUUsT0FBTyxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7QUFDaEM7O0FDbEJBLFlBQWUscUhBQXFIOztBQ0VwSSxTQUFTLFFBQVEsQ0FBQyxJQUFJLEVBQUU7QUFDeEIsRUFBRSxPQUFPLE9BQU8sSUFBSSxLQUFLLFFBQVEsSUFBSSxLQUFLLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0FBQ3REOztBQ0hBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxJQUFJLFNBQVMsR0FBRyxFQUFFLENBQUM7QUFDbkI7QUFDQSxLQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsR0FBRyxFQUFFLEVBQUUsQ0FBQyxFQUFFO0FBQzlCLEVBQUUsU0FBUyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsR0FBRyxLQUFLLEVBQUUsUUFBUSxDQUFDLEVBQUUsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO0FBQ3JELENBQUM7QUFDRDtBQUNBLFNBQVMsU0FBUyxDQUFDLEdBQUcsRUFBRTtBQUN4QixFQUFFLElBQUksTUFBTSxHQUFHLFNBQVMsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxJQUFJLFNBQVMsQ0FBQyxDQUFDLENBQUMsS0FBSyxTQUFTLEdBQUcsU0FBUyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQztBQUNyRjtBQUNBO0FBQ0EsRUFBRSxJQUFJLElBQUksR0FBRyxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDLEdBQUcsU0FBUyxDQUFDLEdBQUcsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQUMsR0FBRyxTQUFTLENBQUMsR0FBRyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxHQUFHLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDLEdBQUcsR0FBRyxHQUFHLFNBQVMsQ0FBQyxHQUFHLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDLEdBQUcsU0FBUyxDQUFDLEdBQUcsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQUMsR0FBRyxHQUFHLEdBQUcsU0FBUyxDQUFDLEdBQUcsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDLENBQUMsR0FBRyxTQUFTLENBQUMsR0FBRyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxHQUFHLEdBQUcsR0FBRyxTQUFTLENBQUMsR0FBRyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxHQUFHLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDLEdBQUcsR0FBRyxHQUFHLFNBQVMsQ0FBQyxHQUFHLENBQUMsTUFBTSxHQUFHLEVBQUUsQ0FBQyxDQUFDLEdBQUcsU0FBUyxDQUFDLEdBQUcsQ0FBQyxNQUFNLEdBQUcsRUFBRSxDQUFDLENBQUMsR0FBRyxTQUFTLENBQUMsR0FBRyxDQUFDLE1BQU0sR0FBRyxFQUFFLENBQUMsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxHQUFHLENBQUMsTUFBTSxHQUFHLEVBQUUsQ0FBQyxDQUFDLEdBQUcsU0FBUyxDQUFDLEdBQUcsQ0FBQyxNQUFNLEdBQUcsRUFBRSxDQUFDLENBQUMsR0FBRyxTQUFTLENBQUMsR0FBRyxDQUFDLE1BQU0sR0FBRyxFQUFFLENBQUMsQ0FBQyxFQUFFLFdBQVcsRUFBRSxDQUFDO0FBQ3pnQjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxFQUFFO0FBQ3ZCLElBQUksTUFBTSxTQUFTLENBQUMsNkJBQTZCLENBQUMsQ0FBQztBQUNuRCxHQUFHO0FBQ0g7QUFDQSxFQUFFLE9BQU8sSUFBSSxDQUFDO0FBQ2Q7O0FDeEJBLFNBQVMsRUFBRSxDQUFDLE9BQU8sRUFBRSxHQUFHLEVBQUUsTUFBTSxFQUFFO0FBQ2xDLEVBQUUsT0FBTyxHQUFHLE9BQU8sSUFBSSxFQUFFLENBQUM7QUFDMUIsRUFBRSxJQUFJLElBQUksR0FBRyxPQUFPLENBQUMsTUFBTSxJQUFJLENBQUMsT0FBTyxDQUFDLEdBQUcsSUFBSSxHQUFHLEdBQUcsQ0FBQztBQUN0RDtBQUNBLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsR0FBRyxJQUFJLEdBQUcsSUFBSSxDQUFDO0FBQ2xDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsR0FBRyxJQUFJLEdBQUcsSUFBSSxDQUFDO0FBQ2xDO0FBQ0EsRUFBRSxJQUFJLEdBQUcsRUFBRTtBQUNYLElBQUksTUFBTSxHQUFHLE1BQU0sSUFBSSxDQUFDLENBQUM7QUFDekI7QUFDQSxJQUFJLEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxFQUFFLEVBQUUsRUFBRSxDQUFDLEVBQUU7QUFDakMsTUFBTSxHQUFHLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQztBQUNoQyxLQUFLO0FBQ0w7QUFDQSxJQUFJLE9BQU8sR0FBRyxDQUFDO0FBQ2YsR0FBRztBQUNIO0FBQ0EsRUFBRSxPQUFPLFNBQVMsQ0FBQyxJQUFJLENBQUMsQ0FBQztBQUN6Qjs7QUNsQkEsSUFBSyxTQUVKO0FBRkQsV0FBSyxTQUFTO0lBQ1YsK0NBQU8sQ0FBQTtJQUFFLG1EQUFTLENBQUE7SUFBRSxxREFBVSxDQUFBO0FBQ2xDLENBQUMsRUFGSSxTQUFTLEtBQVQsU0FBUyxRQUViO0FBRUQsSUFBSyxhQUtKO0FBTEQsV0FBSyxhQUFhO0lBQ2Qsc0NBQXFCLENBQUE7SUFDckIsK0NBQThCLENBQUE7SUFDOUIsOENBQTZCLENBQUE7SUFDN0IsZ0RBQStCLENBQUE7QUFDbkMsQ0FBQyxFQUxJLGFBQWEsS0FBYixhQUFhLFFBS2pCO01BRVksVUFBVTtJQUF2QjtRQUNJLGNBQVMsR0FBVyxJQUFJLENBQUM7UUFDekIsY0FBUyxHQUFjLFNBQVMsQ0FBQyxPQUFPLENBQUM7UUFDekMsb0JBQWUsR0FBK0IsSUFBSSxDQUFDO0tBQ3REO0NBQUE7U0FNZSxXQUFXLENBQUMsR0FBZSxFQUFFLFdBQXlCO0lBQ2xFLE1BQU0sTUFBTSxHQUFzQixHQUFHLENBQUMsTUFBTyxDQUFDO0lBRTlDLE1BQU0sRUFBRSxHQUFHLE1BQU0sQ0FBQyxPQUFPLENBQUMsVUFBVSxDQUFDLENBQUM7SUFDdEMsSUFBSSxFQUFFLEtBQUssSUFBSSxFQUFFO1FBQUUsT0FBTztLQUFFO0lBRTVCLE1BQU0sS0FBSyxHQUFHLE1BQU0sQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDdEMsTUFBTSxTQUFTLEdBQUcsS0FBSyxDQUFDLGFBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUMvQyxNQUFNLE9BQU8sR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxVQUFVLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDbkQsTUFBTSxLQUFLLEdBQUcsT0FBTyxDQUFDLE9BQU8sQ0FBQyxFQUFFLENBQUMsQ0FBQztJQUVsQyxJQUFJLE9BQU8sR0FBa0IsS0FBSyxDQUFDLFlBQVksQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLENBQUM7SUFFckUsSUFBSSxPQUFPLEtBQUssSUFBSSxFQUFFO1FBQ2xCLE9BQU8sR0FBR0EsRUFBTSxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQztRQUMvQixLQUFLLENBQUMsWUFBWSxDQUFDLGFBQWEsQ0FBQyxLQUFLLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFDakQsV0FBVyxDQUFDLE9BQU8sQ0FBQyxHQUFHLElBQUksVUFBVSxFQUFFLENBQUM7S0FDM0M7SUFDRCxNQUFNLFVBQVUsR0FBRyxXQUFXLENBQUMsT0FBTyxDQUFDLENBQUM7SUFFeEMsT0FBTyxDQUFDLE9BQU8sQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxLQUFLLEtBQUssRUFBRTtZQUNiLEVBQUUsQ0FBQyxlQUFlLENBQUMsYUFBYSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1NBQ2pEO0tBQ0osQ0FBQyxDQUFDO0lBRUgsSUFBSSxVQUFVLENBQUMsZUFBZSxLQUFLLElBQUksRUFBRTtRQUNyQyxVQUFVLENBQUMsZUFBZSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxDQUFDO0tBQzNEOztJQUdELElBQUksVUFBVSxDQUFDLFNBQVMsS0FBSyxLQUFLLEVBQUU7UUFDaEMsVUFBVSxDQUFDLFNBQVMsR0FBRyxDQUFDLFVBQVUsQ0FBQyxTQUFTLEdBQUcsQ0FBQyxJQUFJLENBQUMsQ0FBQztLQUN6RDs7U0FFSTtRQUNELFVBQVUsQ0FBQyxTQUFTLEdBQUcsS0FBSyxDQUFDO1FBQzdCLFVBQVUsQ0FBQyxTQUFTLEdBQUcsU0FBUyxDQUFDLFNBQVMsQ0FBQztLQUM5QztJQUVELFNBQVMsQ0FBQyxVQUFVLEVBQUUsU0FBUyxDQUFDLENBQUM7SUFFakMsUUFBUSxVQUFVLENBQUMsU0FBUztRQUN4QixLQUFLLFNBQVMsQ0FBQyxTQUFTO1lBQ3BCLEVBQUUsQ0FBQyxZQUFZLENBQUMsYUFBYSxDQUFDLFdBQVcsRUFBRSxhQUFhLENBQUMsWUFBWSxDQUFDLENBQUM7WUFDdkUsTUFBTTtRQUNWLEtBQUssU0FBUyxDQUFDLFVBQVU7WUFDckIsRUFBRSxDQUFDLFlBQVksQ0FBQyxhQUFhLENBQUMsV0FBVyxFQUFFLGFBQWEsQ0FBQyxhQUFhLENBQUMsQ0FBQztZQUN4RSxNQUFNO0tBR2I7OztJQUlELElBQUksVUFBVSxDQUFDLFNBQVMsS0FBSyxTQUFTLENBQUMsT0FBTyxFQUFFOztRQUU1QyxPQUFPLFdBQVcsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM1QixLQUFLLENBQUMsZUFBZSxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUMzQyxFQUFFLENBQUMsZUFBZSxDQUFDLGFBQWEsQ0FBQyxXQUFXLENBQUMsQ0FBQztLQUNqRDtBQUNMLENBQUM7QUFFRCxTQUFTLFNBQVMsQ0FBQyxVQUFzQixFQUFFLFNBQWtDO0lBQ3pFLFVBQVUsQ0FBQyxTQUFTLEVBQUUsVUFBVSxDQUFDLGVBQWUsQ0FBQyxDQUFDO0lBRWxELElBQUksVUFBVSxDQUFDLFNBQVMsS0FBSyxTQUFTLENBQUMsT0FBTyxFQUFFO1FBQzVDLFNBQVMsQ0FBQyxTQUFTLEVBQUUsVUFBVSxDQUFDLGVBQWUsQ0FBQyxDQUFDO1FBQ2pELE9BQU87S0FDVjtJQUVELE1BQU0sRUFBRSxHQUFHLENBQUMsR0FBRyxVQUFVLENBQUMsZUFBZSxDQUFDLENBQUM7SUFDM0MsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLEtBQUssV0FBVyxDQUFDLENBQUMsRUFBRSxDQUFDLEVBQUUsVUFBVSxDQUFDLFNBQVMsRUFBRSxVQUFVLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQztJQUVqRixTQUFTLENBQUMsU0FBUyxFQUFFLEVBQUUsQ0FBQyxDQUFDO0FBQzdCLENBQUM7QUFFRCxTQUFTLFdBQVcsQ0FBQyxDQUFzQixFQUFFLENBQXNCLEVBQUUsS0FBYSxFQUFFLEtBQWdCO0lBQ2hHLElBQUksTUFBTSxHQUFHLGFBQWEsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDM0MsSUFBSSxNQUFNLEdBQUcsYUFBYSxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztJQUUzQyxJQUFJLEtBQUssS0FBSyxTQUFTLENBQUMsVUFBVSxFQUFFO1FBQ2hDLENBQUMsTUFBTSxFQUFFLE1BQU0sQ0FBQyxHQUFHLENBQUMsTUFBTSxFQUFFLE1BQU0sQ0FBQyxDQUFDO0tBQ3ZDO0lBRUQsSUFBSSxRQUFRLE1BQU0sQ0FBQyxLQUFLLFFBQVEsSUFBSSxRQUFRLE1BQU0sQ0FBQyxLQUFLLFFBQVEsRUFBRTtRQUM5RCxPQUFPLE1BQU0sR0FBRyxNQUFNLEdBQUcsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0tBQ25DO0lBRUQsT0FBTyxNQUFNLENBQUMsUUFBUSxFQUFFLENBQUMsYUFBYSxDQUFDLE1BQU0sQ0FBQyxRQUFRLEVBQUUsQ0FBQyxDQUFDO0FBQzlELENBQUM7QUFFRCxTQUFTLGFBQWEsQ0FBQyxDQUFTO0lBQzVCLE1BQU0sQ0FBQyxHQUFHLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUN4QixPQUFPLEtBQUssQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0FBQzVCLENBQUM7QUFFRCxTQUFTLGFBQWEsQ0FBQyxPQUE2Qjs7SUFFaEQsT0FBTyxhQUFhLENBQUMsT0FBTyxDQUFDLFdBQVcsQ0FBQyxDQUFDO0FBQzlDLENBQUM7QUFFRCxTQUFTLFVBQVUsQ0FBQyxTQUFpQyxFQUFFLElBQStCO0lBQ2xGLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxTQUFTLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztBQUNoRCxDQUFDO0FBRUQsU0FBUyxTQUFTLENBQUMsU0FBaUMsRUFBRSxJQUErQjtJQUNqRixJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsR0FBRyxLQUFLLFNBQVMsQ0FBQyxXQUFXLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQztBQUN0RDs7QUM3SEEsTUFBTSxnQkFBZ0IsR0FBcUI7SUFDdkMsU0FBUyxFQUFFLFNBQVM7Q0FDdkIsQ0FBQztNQUVtQixjQUFlLFNBQVFDLGVBQU07SUFJeEMsTUFBTTs7WUFDUixPQUFPLENBQUMsR0FBRyxDQUFDLDZCQUE2QixDQUFDLENBQUM7WUFFM0MsTUFBTSxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7WUFFMUIsSUFBSSxDQUFDLFdBQVcsR0FBRyxFQUFFLENBQUM7WUFFdEIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLFFBQVEsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFjLEtBQUssV0FBVyxDQUFDLEVBQUUsRUFBRSxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQztZQUVoRyxPQUFPLENBQUMsR0FBRyxDQUFDLDBCQUEwQixDQUFDLENBQUM7U0FDM0M7S0FBQTtJQUVELFFBQVE7O1FBR0osT0FBTyxDQUFDLEdBQUcsQ0FBQyw0QkFBNEIsQ0FBQyxDQUFDO0tBQzdDO0lBRUssWUFBWTs7WUFDZCxJQUFJLENBQUMsUUFBUSxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsRUFBRSxFQUFFLGdCQUFnQixFQUFFLE1BQU0sSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDLENBQUM7U0FDOUU7S0FBQTtJQUVLLFlBQVk7O1lBQ2QsTUFBTSxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUN0QztLQUFBOzs7OzsifQ== diff --git a/.obsidian/plugins/obsidian-sortable/manifest.json b/.obsidian/plugins/obsidian-sortable/manifest.json new file mode 100644 index 00000000..c402b7c2 --- /dev/null +++ b/.obsidian/plugins/obsidian-sortable/manifest.json @@ -0,0 +1,10 @@ +{ + "id": "obsidian-sortable", + "name": "Sortable", + "version": "0.2.0", + "minAppVersion": "0.12.0", + "description": "Wiki-like table sorting.", + "author": "Alexandru Dinu", + "authorUrl": "https://github.com/alexandru-dinu", + "isDesktopOnly": false +} diff --git a/.obsidian/plugins/obsidian-sortable/styles.css b/.obsidian/plugins/obsidian-sortable/styles.css new file mode 100644 index 00000000..7e5fbca8 --- /dev/null +++ b/.obsidian/plugins/obsidian-sortable/styles.css @@ -0,0 +1,27 @@ +.theme-light { + --arrows-up: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='4' viewBox='0 0 21 4'%3E%3Cpath d='M6.5 4l4-4 4 4z'/%3E%3C/svg%3E"); + --arrows-down: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='4' viewBox='0 0 21 4'%3E%3Cpath d='M14.5 0l-4 4-4-4z'/%3E%3C/svg%3E"); + --arrows-up-down: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='9' viewBox='0 0 21 9'%3E%3Cpath d='M14.5 5l-4 4-4-4zm0-1l-4-4-4 4z'/%3E%3C/svg%3E"); +} + +.theme-dark { + --arrows-up: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='4' viewBox='0 0 21 4'%3E%3Cpath fill='grey' d='M6.5 4l4-4 4 4z'/%3E%3C/svg%3E"); + --arrows-down: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='4' viewBox='0 0 21 4'%3E%3Cpath fill='grey' d='M14.5 0l-4 4-4-4z'/%3E%3C/svg%3E"); + --arrows-up-down: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='9' viewBox='0 0 21 9'%3E%3Cpath fill='grey' d='M14.5 5l-4 4-4-4zm0-1l-4-4-4 4z'/%3E%3C/svg%3E"); +} + +.markdown-preview-view th { + background-image: var(--arrows-up-down); + background-repeat: no-repeat; + background-position: center right; + padding-right: 21px; + cursor: pointer; +} + +th[sortable-style="sortable-asc"] { + background-image: var(--arrows-up); +} + +th[sortable-style="sortable-desc"] { + background-image: var(--arrows-down); +} \ No newline at end of file diff --git a/.obsidian/plugins/rss-reader/data.json b/.obsidian/plugins/rss-reader/data.json index b1b715a4..53f5b817 100644 --- a/.obsidian/plugins/rss-reader/data.json +++ b/.obsidian/plugins/rss-reader/data.json @@ -141,60 +141,16 @@ "description": "The son of 2003 WRC champion Petter Solberg delivered one of his best showings to date in a Hyundai i20 WRC car to end Friday sitting fifth of the nine WRC runners.
Solberg, partnered with his fourth different co-driver of the season in Elliott Edmondson, finished six of the seven stages with a top-five time, and three of the tests with the fourth-quickest time.
As a result, the 20-year-old ...Keep reading", "items": [ { - "title": "Mazepin feels ready for fight in F1 midfield in 2022", - "description": "The Russian had a character-building 2021 rookie campaign, where he and team-mate Mick Schumacher had to battle through a season with a package that had not been developed from the previous year.
But. despite making some mistakes, Mazepin feels he has learned an awful lot and thinks his knowledge can be applied to good use if Haas’s 2022 car delivers.
Asked if he felt he was ...Keep reading", - "content": "The Russian had a character-building 2021 rookie campaign, where he and team-mate Mick Schumacher had to battle through a season with a package that had not been developed from the previous year.
But. despite making some mistakes, Mazepin feels he has learned an awful lot and thinks his knowledge can be applied to good use if Haas’s 2022 car delivers.
Asked if he felt he was ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/mazepin-feels-ready-for-fight-in-f1-midfield-in-2022/7058116/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", - "creator": "", - "pubDate": "Sun, 02 Jan 2022 15:38:15 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2wBxwXW0/s6/nikita-mazepin-haas-f1-arrives.jpg", - "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2wBxwXW0/s6/nikita-mazepin-haas-f1-arrives.jpg", - "id": "", - "language": "", - "folder": "00.03 News/Sport EN", - "feed": "Autosport", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "b908d6b05b15818db74bdcc172cc7bb0", - "highlights": [] - }, - { - "title": "Dakar 2022, Stage 1: Al-Attiyah eases to win, disaster for Audi", - "description": "For the first half of the 333km special near Ha’il in Saudi Arabia, Al-Attiyah came under serious pressure from the three Audis, with the German marque’s lead runner Stephane Peterhansel sitting just six seconds behind him after the first 120km.
However, Audi’s challenge began to unravel en route to the next waypoint, with 14-time Dakar winner Peterhansel the first driver to drop out of ...Keep reading", - "content": "For the first half of the 333km special near Ha’il in Saudi Arabia, Al-Attiyah came under serious pressure from the three Audis, with the German marque’s lead runner Stephane Peterhansel sitting just six seconds behind him after the first 120km.
However, Audi’s challenge began to unravel en route to the next waypoint, with 14-time Dakar winner Peterhansel the first driver to drop out of ...Keep reading", + "title": "De Villiers gets five-hour Dakar penalty for second motorcyclist incident", + "description": "The South African Toyota Gazoo Racing driver has been involved in two consecutive incidents (stage 1 and stage 2) in the 2022 Dakar event with two bike riders.
The FIA sanctioned the 2009 Dakar winner on Monday with a five-minute penalty for hitting Chilean César Zumaran at the top of a strecht pass and not stopping to help him, but the second penalty was much more severe.
De Villiers ran ...Keep reading", + "content": "The South African Toyota Gazoo Racing driver has been involved in two consecutive incidents (stage 1 and stage 2) in the 2022 Dakar event with two bike riders.
The FIA sanctioned the 2009 Dakar winner on Monday with a five-minute penalty for hitting Chilean César Zumaran at the top of a strecht pass and not stopping to help him, but the second penalty was much more severe.
De Villiers ran ...Keep reading", "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/dakar-2022-stage-1-al-attiyah-eases-to-win-disaster-for-audi/7059839/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/dakar/news/de-villiers-gets-five-hour-dakar-penalty-for-second-motorcyclist-incident/7089201/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sun, 02 Jan 2022 14:17:10 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQ7rpJY/s6/201-toyota-gazoo-racing-toyota.jpg", - "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6zQ7rpJY/s6/201-toyota-gazoo-racing-toyota.jpg", - "id": "", - "language": "", - "folder": "00.03 News/Sport EN", - "feed": "Autosport", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "4d98ef5b54eb661b022306619896a85e", - "highlights": [] - }, - { - "title": "Dakar drops 'marathon' stage rule after heavy rain", - "description": "Following Saturday's Prologue and the first full stage of the rally raid in Ha'il on Sunday, the competitors were scheduled to face two days of Marathon during which they would not have been able to receive outside assistance from their teams.
But heavy downpours that began on Saturday afternoon in Ha'il and throughout the northern region of the country have flooded the Al Artawiyah bivouac ...Keep reading", - "content": "Following Saturday's Prologue and the first full stage of the rally raid in Ha'il on Sunday, the competitors were scheduled to face two days of Marathon during which they would not have been able to receive outside assistance from their teams.
But heavy downpours that began on Saturday afternoon in Ha'il and throughout the northern region of the country have flooded the Al Artawiyah bivouac ...Keep reading", - "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/dakar-drops-marathon-stage-rule-after-heavy-rain/7059422/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", - "creator": "", - "pubDate": "Sun, 02 Jan 2022 13:10:53 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0a9n4or0/s6/211-bahrain-raid-xtreme-prodri.jpg", + "pubDate": "Wed, 05 Jan 2022 19:30:46 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6xE3Doj0/s6/207-toyota-gazoo-racing-toyota.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0a9n4or0/s6/211-bahrain-raid-xtreme-prodri.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6xE3Doj0/s6/207-toyota-gazoo-racing-toyota.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -203,20 +159,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af01d48f4c8817957f848b554fb8b9da", + "hash": "674506ead16d2cf7eb9e02c0865696e0", "highlights": [] }, { - "title": "Audi's Peterhansel drops out of Dakar contention after Stage 1 crash", - "description": "Having finished 14th in Saturday’s Prologue, Peterhansel had been running an impressive second in his electric Audi RS Q e-tron, just six seconds behind overall leader Nasser Al-Attiyah of Toyota.
But, passing through a winding rocky track 153km into the stage near Ha'il, the Frenchman broke the rear axle of his Audi RS Q e-tron after hitting \"something\" in an area of camel grass.
Both ...Keep reading", - "content": "Having finished 14th in Saturday’s Prologue, Peterhansel had been running an impressive second in his electric Audi RS Q e-tron, just six seconds behind overall leader Nasser Al-Attiyah of Toyota.
But, passing through a winding rocky track 153km into the stage near Ha'il, the Frenchman broke the rear axle of his Audi RS Q e-tron after hitting \"something\" in an area of camel grass.
Both ...Keep reading", - "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/audis-peterhansel-drops-out-of-dakar-contention-after-stage-1-crash/7058900/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Spa reveals Eau Rouge and Raidillon run-off changes in latest update", + "description": "The venue of the Belgian Formula 1 Grand Prix is using the off-season to overhaul its ageing facilities as part of an €80m, government-backed refurbishment.
The circuit broke ground in November on new run-off areas in several key corners, while also demolishing old grandstands and the Raidillon chalet in favour of new, more modern facilities.
The track's safety improvements are mainly ...Keep reading", + "content": "The venue of the Belgian Formula 1 Grand Prix is using the off-season to overhaul its ageing facilities as part of an €80m, government-backed refurbishment.
The circuit broke ground in November on new run-off areas in several key corners, while also demolishing old grandstands and the Raidillon chalet in favour of new, more modern facilities.
The track's safety improvements are mainly ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/spa-reveals-eau-rouge-and-raidillon-run-off-changes-in-latest-update/7087562/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sun, 02 Jan 2022 11:49:57 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6VRnkP46/s6/dakar-dakar-2022-200-team-audi-2.jpg", + "pubDate": "Wed, 05 Jan 2022 16:01:15 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YBeaWpM2/s6/spa-francorchamps-track-work-i.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6VRnkP46/s6/dakar-dakar-2022-200-team-audi-2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YBeaWpM2/s6/spa-francorchamps-track-work-i.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -225,20 +181,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba77c73d689c021bb5537c7d32351145", + "hash": "2a5f2d49d7395b5fd95288f809d7238b", "highlights": [] }, { - "title": "Analysis: The technical challenge at the heart of Dakar 2022", - "description": "After years in which the Dakar Rally was seen as an outsider in the world of motorsport, the FIA has now decided to work hand-in-hand with the organiser of the legendary event.
In addition to creating the new FIA World Rally Raid Championship (of which the Dakar is the first event, with double points), the two have established a regulatory basis to attract as many car manufacturers as ...Keep reading", - "content": "After years in which the Dakar Rally was seen as an outsider in the world of motorsport, the FIA has now decided to work hand-in-hand with the organiser of the legendary event.
In addition to creating the new FIA World Rally Raid Championship (of which the Dakar is the first event, with double points), the two have established a regulatory basis to attract as many car manufacturers as ...Keep reading", - "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/the-technical-and-regulatory-battle-of-the-dakar-2022/7058037/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Ex-MotoGP star Rossi out of Gulf 12 Hours due COVID-19 contact", + "description": "Nine-time grand prix motorcycle world champion Rossi was scheduled to make his now-regular Gulf 12 Hours appearance in Abu Dhabi with the Kessel Racing squad in a Ferrari 488 GT3.
A class winner and overall podium finisher at previous events, Rossi was set to share a car with close friend Alessio Salucci and half-brother and current MotoGP rider Luca Marini.
However, Kessel Racing has ...Keep reading", + "content": "Nine-time grand prix motorcycle world champion Rossi was scheduled to make his now-regular Gulf 12 Hours appearance in Abu Dhabi with the Kessel Racing squad in a Ferrari 488 GT3.
A class winner and overall podium finisher at previous events, Rossi was set to share a car with close friend Alessio Salucci and half-brother and current MotoGP rider Luca Marini.
However, Kessel Racing has ...Keep reading", + "category": "GT", + "link": "https://www.autosport.com/gt/news/ex-motogp-star-rossi-out-of-gulf-12-hours-due-covid-19-contact/7087325/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sun, 02 Jan 2022 10:20:07 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/63vA9A8Y/s6/202-team-audi-sport-audi-carlo.jpg", + "pubDate": "Wed, 05 Jan 2022 15:29:55 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0ZRneeR0/s6/valentino-rossi-vincent-vosse-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/63vA9A8Y/s6/202-team-audi-sport-audi-carlo.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0ZRneeR0/s6/valentino-rossi-vincent-vosse-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -247,20 +203,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "22370a447d94d7eee33c72d19231fdb2", + "hash": "0901464a7d80ac5045e0a4a5c303acf7", "highlights": [] }, { - "title": "Ricciardo lost \"a bit of faith\" after \"nearly laughable\" start to F1 2021", - "description": "Ricciardo joined McLaren on a three-year contract for the 2021 season after his exit from Renault, but initially failed to match team-mate Lando Norris for pace.
Norris scored three podium finishes and more than double the points of Ricciardo before the summer break as the Australian struggled through the first half of the season.
But Ricciardo responded in emphatic fashion by scoring ...Keep reading", - "content": "Ricciardo joined McLaren on a three-year contract for the 2021 season after his exit from Renault, but initially failed to match team-mate Lando Norris for pace.
Norris scored three podium finishes and more than double the points of Ricciardo before the summer break as the Australian struggled through the first half of the season.
But Ricciardo responded in emphatic fashion by scoring ...Keep reading", + "title": "Ferrari expects \"easy discussion\" with Sainz over new F1 contract", + "description": "Sainz joined Ferrari last season as a replacement for four-time world champion Sebastian Vettel, signing a two-year deal. He scored four podiums en route to fifth place in the drivers' championship during his first year with the team.
Sainz quickly formed a good relationship with new teammate Charles Leclerc as the duo combined to secure Ferrari third in the constructors' standings.
Ferrari ...Keep reading", + "content": "Sainz joined Ferrari last season as a replacement for four-time world champion Sebastian Vettel, signing a two-year deal. He scored four podiums en route to fifth place in the drivers' championship during his first year with the team.
Sainz quickly formed a good relationship with new teammate Charles Leclerc as the duo combined to secure Ferrari third in the constructors' standings.
Ferrari ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/ricciardo-lost-a-bit-of-faith-after-nearly-laughable-start-to-f1-2021/7057766/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/ferrari-expects-easy-discussion-with-sainz-over-new-f1-contract/7085083/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sun, 02 Jan 2022 09:12:05 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0rGgev52/s6/daniel-ricciardo-mclaren-1.jpg", + "pubDate": "Wed, 05 Jan 2022 14:25:01 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YKEnVyw0/s6/carlos-sainz-jr-ferrari-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0rGgev52/s6/daniel-ricciardo-mclaren-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YKEnVyw0/s6/carlos-sainz-jr-ferrari-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -269,20 +225,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c02efc77d73d784e7ea702a73f30c0e", + "hash": "b9923c7a6d889673475dbf48b3a77c2f", "highlights": [] }, { - "title": "Dakar organiser issues warning alert after Jeddah car explosion", - "description": "The 44th edition of Dakar Rally kicked off from Saudi Arabia's financial hub on New Year's Day with a short 19km Prologue won by Toyota driver Nasser Al-Attiyah from Audi's Carlos Sainz Sr.
But attention was quickly diverted at around 18:30 local time by an official press release, issued by organiser ASO, which issued a safety alert for the 3,500 or so inhabitants of the touring ...Keep reading", - "content": "The 44th edition of Dakar Rally kicked off from Saudi Arabia's financial hub on New Year's Day with a short 19km Prologue won by Toyota driver Nasser Al-Attiyah from Audi's Carlos Sainz Sr.
But attention was quickly diverted at around 18:30 local time by an official press release, issued by organiser ASO, which issued a safety alert for the 3,500 or so inhabitants of the touring ...Keep reading", - "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/dakar-issues-warning-alert-after-car-explosion-in-jeddah/7051965/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Tanak confident Hyundai can “fight hard” in 2022 WRC", + "description": "The 2019 world champion endured a frustrating 2021 campaign claiming more stage wins than any of his rivals, but witnessed victories slip from his grasp due to reliability issues.
Tanak, who missed last year’s final round in Monza due to personal reasons, is eager to kick off the 2022 season which presents a fresh start, courtesy of the WRC’s embracing hybrid technology as part of new ...Keep reading", + "content": "The 2019 world champion endured a frustrating 2021 campaign claiming more stage wins than any of his rivals, but witnessed victories slip from his grasp due to reliability issues.
Tanak, who missed last year’s final round in Monza due to personal reasons, is eager to kick off the 2022 season which presents a fresh start, courtesy of the WRC’s embracing hybrid technology as part of new ...Keep reading", + "category": "WRC", + "link": "https://www.autosport.com/wrc/news/tanak-confident-hyundai-can-fight-hard-in-2022-wrc/7086496/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sat, 01 Jan 2022 17:05:52 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/01WAD8oY/s6/316-ph-sport-dans-les-pas-de-l.jpg", + "pubDate": "Wed, 05 Jan 2022 14:00:06 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2jXZwx96/s6/ott-tanak-hyundai-i20-n-rally1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/01WAD8oY/s6/316-ph-sport-dans-les-pas-de-l.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2jXZwx96/s6/ott-tanak-hyundai-i20-n-rally1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -291,20 +247,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa0d71999e58ab02515f55b9eaefe460", + "hash": "828a512a48cab5d3b798530769ea5da9", "highlights": [] }, { - "title": "What could have been: When a rally king's Le Mans debut was scuppered", - "description": "It’s ironic that double World Rally champion and three-time Dakar Rally winner Carlos Sainz Sr’s topflight career would be launched by his specialism for asphalt. It was his back-to-back crowns aboard a Ford Sierra Cosworth RS in 1987 and 1988 in the Tarmac-heavy Spanish national rally division that earned a factory drive with Toyota on the world stage the following year.
The reputed Real ...Keep reading", - "content": "It’s ironic that double World Rally champion and three-time Dakar Rally winner Carlos Sainz Sr’s topflight career would be launched by his specialism for asphalt. It was his back-to-back crowns aboard a Ford Sierra Cosworth RS in 1987 and 1988 in the Tarmac-heavy Spanish national rally division that earned a factory drive with Toyota on the world stage the following year.
The reputed Real ...Keep reading", - "category": "WRC", - "link": "https://www.autosport.com/le-mans/news/what-could-have-been-when-a-rally-kings-le-mans-debut-was-scuppered/6971265/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Dakar 2022, Stage 4: Al-Attiyah wins after late trouble for Sainz, Al Rajhi", + "description": "The factory Toyota team led the majority of the 465km special between Al Qaisumah and Riyadh, with three-time Dakar winner Al-Attiyah setting the early pace and team-mate Henk Lategan taking over at the third waypoint.
Sainz was the next driver to take to the front, moving clear of the Toyotas at the eighth waypoint, and he quickly built a one-minute lead in his electric Audi.
However, a ...Keep reading", + "content": "The factory Toyota team led the majority of the 465km special between Al Qaisumah and Riyadh, with three-time Dakar winner Al-Attiyah setting the early pace and team-mate Henk Lategan taking over at the third waypoint.
Sainz was the next driver to take to the front, moving clear of the Toyotas at the eighth waypoint, and he quickly built a one-minute lead in his electric Audi.
However, a ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/dakar-2022-stage-4-al-attiyah-wins-after-late-trouble-for-sainz-al-rajhi/7086498/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sat, 01 Jan 2022 15:00:44 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2y3Mzmp6/s6/17-brun-motorsport-porsche-962.jpg", + "pubDate": "Wed, 05 Jan 2022 13:17:12 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YXRnrgQ0/s6/201-toyota-gazoo-racing-toyota.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2y3Mzmp6/s6/17-brun-motorsport-porsche-962.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YXRnrgQ0/s6/201-toyota-gazoo-racing-toyota.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -313,20 +269,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9f4553b2408addddc3f70a01cd147ee", + "hash": "35c8297012ed369f54566a2fcf58485a", "highlights": [] }, { - "title": "Button eyes more Williams time in F1 as COVID restrictions ease", - "description": "The 2009 world champion, who made his F1 debut with Williams in 2000, took on a role as a senior advisor at the Grove-based outfit last year as the team continues its recovery under new owners Dorilton Capital.
However, with F1 personnel put in bubbles because of COVID protocols, Button found himself unable to mix with the team as much as planned.
His situation was made ...Keep reading", - "content": "The 2009 world champion, who made his F1 debut with Williams in 2000, took on a role as a senior advisor at the Grove-based outfit last year as the team continues its recovery under new owners Dorilton Capital.
However, with F1 personnel put in bubbles because of COVID protocols, Button found himself unable to mix with the team as much as planned.
His situation was made ...Keep reading", + "title": "Aston Martin announces exit of F1 team principal Szafnauer", + "description": "Szafnauer had long been expected to leave his role at Aston Martin, with Autosport reporting back in November that he looked set to take up a senior role with the rival Alpine squad.
Szafnauer said he had “no intention” of leaving Aston Martin and that he had a long-term contract in place, having dismissed reports as “pure media speculation and not based on fact”.
But Aston Martin ...Keep reading", + "content": "Szafnauer had long been expected to leave his role at Aston Martin, with Autosport reporting back in November that he looked set to take up a senior role with the rival Alpine squad.
Szafnauer said he had “no intention” of leaving Aston Martin and that he had a long-term contract in place, having dismissed reports as “pure media speculation and not based on fact”.
But Aston Martin ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/button-eyes-more-williams-time-in-f1-as-covid-restrictions-ease/7040388/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/aston-martin-announces-exit-of-f1-team-principal-szafnauer/7085669/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sat, 01 Jan 2022 14:08:30 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQ7ZQJY/s6/extreme-e-jurassic-x-prix-2021-2.jpg", + "pubDate": "Wed, 05 Jan 2022 11:09:21 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2QznZDaY/s6/otmar-szafnauer-team-principal.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6zQ7ZQJY/s6/extreme-e-jurassic-x-prix-2021-2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2QznZDaY/s6/otmar-szafnauer-team-principal.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -335,20 +291,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f84e157e7671c125634b4b9eda65910", + "hash": "d3c2462715ddb2f54c0d5886a895a2b7", "highlights": [] }, { - "title": "Ducati's 2022 MotoGP bike \"already raceable\" after first test", - "description": "The 2021 MotoGP championship runner-up won four races last season and only missed the title by 26 points after a strong second part to the campaign.
Ducati won more races than any other manufacturer in 2021, with Bagnaia (4), Jack Miller (2) and Pramac rookie Jorge Martin (1) tallying up seven between them – securing the Italian marque the constructors’ crown for the second year in a ...Keep reading", - "content": "The 2021 MotoGP championship runner-up won four races last season and only missed the title by 26 points after a strong second part to the campaign.
Ducati won more races than any other manufacturer in 2021, with Bagnaia (4), Jack Miller (2) and Pramac rookie Jorge Martin (1) tallying up seven between them – securing the Italian marque the constructors’ crown for the second year in a ...Keep reading", - "category": "MotoGP", - "link": "https://www.autosport.com/motogp/news/2022-ducati-motogp-bike-already-raceable-after-first-test-bagnaia/7040386/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "KCMG set for Daytona 24 Hours debut with Porsche factory support", + "description": "The 2015 LMP2 class winner at the Le Mans 24 Hours will field a solo Porsche 911 GT3 R at the IMSA opener on 29-30 January with a line-up including three factory drivers.
Two-time IMSA class champion Laurens Vanthoor, Patrick Pilet and Dennis Olsen will share the car with KCMG regular Alexandre Imperatori.
The sportscar arm of the Hong Kong-headquartered KCMG operation, which also races in ...Keep reading", + "content": "The 2015 LMP2 class winner at the Le Mans 24 Hours will field a solo Porsche 911 GT3 R at the IMSA opener on 29-30 January with a line-up including three factory drivers.
Two-time IMSA class champion Laurens Vanthoor, Patrick Pilet and Dennis Olsen will share the car with KCMG regular Alexandre Imperatori.
The sportscar arm of the Hong Kong-headquartered KCMG operation, which also races in ...Keep reading", + "category": "IMSA", + "link": "https://www.autosport.com/imsa/news/kcmg-set-for-daytona-24-hours-debut-with-porsche-factory-support/7085262/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sat, 01 Jan 2022 12:00:05 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2QzngRvY/s6/francesco-bagnaia-ducati-team-.jpg", + "pubDate": "Wed, 05 Jan 2022 10:21:04 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2GznWNo0/s6/2-kcmg-porsche-911-gt3-r-patri.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2QzngRvY/s6/francesco-bagnaia-ducati-team-.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2GznWNo0/s6/2-kcmg-porsche-911-gt3-r-patri.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -357,20 +313,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f757566bc22c4a165f14da45ef9c0213", + "hash": "158fb6ee2d86e8ba91f4fa7194bb9c8d", "highlights": [] }, { - "title": "Dakar 2022: Al-Attiyah tops Prologue as Audi makes strong start", - "description": "On a terrain with similar characteristics to those that the competitors will encounter throughout the first week of the race, 2021 runner-up Al-Attiyah completed the 19km Prologue section located between Jeedah and Ha’il in 10m56s as he kick-started his bid for a fourth Dakar win to add to previous successes in 2011, 2015 and 2019.
The Qatari driver, giving the new Toyota Hilux its Dakar bow ...Keep reading", - "content": "On a terrain with similar characteristics to those that the competitors will encounter throughout the first week of the race, 2021 runner-up Al-Attiyah completed the 19km Prologue section located between Jeedah and Ha’il in 10m56s as he kick-started his bid for a fourth Dakar win to add to previous successes in 2011, 2015 and 2019.
The Qatari driver, giving the new Toyota Hilux its Dakar bow ...Keep reading", - "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/dakar-2022-al-attiyah-tops-prologue-as-audi-makes-strong-start/7049320/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Top 10 Red Bull F1 drivers ranked: Vettel, Verstappen, Perez and more", + "description": "Five drivers’ and four constructors’ titles headline a CV that includes 75 world championship grand prix wins, enough for sixth on the all-time list behind Ferrari, McLaren, Mercedes, Williams and Lotus.
It also has a major junior driver programme, which has launched the careers of many successful drivers, including Sebastian Vettel and Max Verstappen.
For this list of top 10 F1 drivers ...Keep reading", + "content": "Five drivers’ and four constructors’ titles headline a CV that includes 75 world championship grand prix wins, enough for sixth on the all-time list behind Ferrari, McLaren, Mercedes, Williams and Lotus.
It also has a major junior driver programme, which has launched the careers of many successful drivers, including Sebastian Vettel and Max Verstappen.
For this list of top 10 F1 drivers ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/top-10-red-bull-f1-drivers-ranked-vettel-verstappen-perez-and-more/7085857/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sat, 01 Jan 2022 10:01:28 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6b7n4Nw0/s6/201-toyota-gazoo-racing-toyota.jpg", + "pubDate": "Wed, 05 Jan 2022 10:00:00 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6gp8bGl0/s6/sebastian-vettel-ferrari-max-v.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6b7n4Nw0/s6/201-toyota-gazoo-racing-toyota.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6gp8bGl0/s6/sebastian-vettel-ferrari-max-v.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -379,20 +335,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "178d4eb70d307eb364fb0523b3dbefe3", + "hash": "12b0bb5956669d535a0426b4ad73f7a7", "highlights": [] }, { - "title": "Norris proud mental health honesty is helping others", - "description": "The McLaren driver, who scored his first F1 pole in 2021 and took four podium finishes, has made no secret of the fact that he struggled at times with the pressures that come with being a grand prix driver.
In particular he said the stress caused in his early races during his 2019 rookie season, where he worried that he risked losing his seat if he didn't perform, was something that he ...Keep reading", - "content": "The McLaren driver, who scored his first F1 pole in 2021 and took four podium finishes, has made no secret of the fact that he struggled at times with the pressures that come with being a grand prix driver.
In particular he said the stress caused in his early races during his 2019 rookie season, where he worried that he risked losing his seat if he didn't perform, was something that he ...Keep reading", + "title": "How F1 wheel rim covers work, why they were banned and why they’re back", + "description": "Alongside the much-vaunted return of the ground effect concept is the revival of wheel rim covers. F1 hopes these will help smooth out the turbulence ordinarily created by the wheel and tyre, and thus help reduce the overall wake generated by the lead car when another is chasing.
The rim covers used in 2022 will be a far cry from the complexity of what we’ve seen in the past though, as ...Keep reading", + "content": "Alongside the much-vaunted return of the ground effect concept is the revival of wheel rim covers. F1 hopes these will help smooth out the turbulence ordinarily created by the wheel and tyre, and thus help reduce the overall wake generated by the lead car when another is chasing.
The rim covers used in 2022 will be a far cry from the complexity of what we’ve seen in the past though, as ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/norris-proud-mental-health-honesty-is-helping-others/7040383/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/how-f1-wheel-rim-covers-work-why-they-were-banned-and-why-theyre-back/7084874/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sat, 01 Jan 2022 09:01:19 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/Y99AxmPY/s6/formula-1-post-season-testing--2.jpg", + "pubDate": "Wed, 05 Jan 2022 09:46:00 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6O1nbPG2/s6/formula-1-post-season-testing--2.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/Y99AxmPY/s6/formula-1-post-season-testing--2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6O1nbPG2/s6/formula-1-post-season-testing--2.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -401,20 +357,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "48590e789c6dbdf6d116f29f65e23890", + "hash": "a5a95b9436b52f1ffec138a714959baf", "highlights": [] }, { - "title": "M-Sport appoints new technical director ahead of 2022 WRC season", - "description": "The British squad has announced a move to install Williams as head of its technical department less than a month before the start of the 2022 season that will see the WRC embrace hybrid technology as part of its new Rally1 regulations.
The appointment also comes seven months after Christian Loriaux elected to leave the M-Sport technical director role to move to rivals Hyundai.
Williams’ ...Keep reading", - "content": "The British squad has announced a move to install Williams as head of its technical department less than a month before the start of the 2022 season that will see the WRC embrace hybrid technology as part of its new Rally1 regulations.
The appointment also comes seven months after Christian Loriaux elected to leave the M-Sport technical director role to move to rivals Hyundai.
Williams’ ...Keep reading", - "category": "WRC", - "link": "https://www.autosport.com/wrc/news/m-sport-appoints-new-technical-director-ahead-of-2022-wrc-season/7042030/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Tank Slappers Podcast: Pecco Bagnaia Special", + "description": "The Italian’s third season in the premier class saw him promoted to the factory Ducati squad from Pramac.
Having made a solid start to the 2021 season, it was in the second half of the year where Bagnaia really kicked on.
Taking his maiden win at Aragon after a thrilling battle with Marc Marquez, Bagnaia won three more races on his way to second in the championship.
Ending the season as ...Keep reading", + "content": "The Italian’s third season in the premier class saw him promoted to the factory Ducati squad from Pramac.
Having made a solid start to the 2021 season, it was in the second half of the year where Bagnaia really kicked on.
Taking his maiden win at Aragon after a thrilling battle with Marc Marquez, Bagnaia won three more races on his way to second in the championship.
Ending the season as ...Keep reading", + "category": "MotoGP", + "link": "https://www.autosport.com/motogp/news/tank-slappers-podcast-pecco-bagnaia-interview/7085032/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sat, 01 Jan 2022 08:00:05 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0L1nkrm2/s6/chris-williams-m-sport-technic.jpg", + "pubDate": "Wed, 05 Jan 2022 09:34:24 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0RrnqdE0/s6/francesco-bagnaia-ducati-team-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0L1nkrm2/s6/chris-williams-m-sport-technic.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0RrnqdE0/s6/francesco-bagnaia-ducati-team-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -423,20 +379,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce4a9563620596d128c0a28944b77d05", + "hash": "51381fe53b5a3bba6cd91f13edc259cc", "highlights": [] }, { - "title": "Steiner: Haas crew \"never gave up\" in tough F1 2021", - "description": "After a disastrous 2020 season, Haas decided not to develop its car for 2021 and instead focus straight away on the all-new regulations for 2022.
That meant 2021, with two incoming rookie drivers in Mick Schumacher and Nikita Mazepin, was a write-off from the start as the Haas team continued to prop up the timesheets at most races.
While it gave Schumacher and Mazepin the breathing room to ...Keep reading", - "content": "After a disastrous 2020 season, Haas decided not to develop its car for 2021 and instead focus straight away on the all-new regulations for 2022.
That meant 2021, with two incoming rookie drivers in Mick Schumacher and Nikita Mazepin, was a write-off from the start as the Haas team continued to prop up the timesheets at most races.
While it gave Schumacher and Mazepin the breathing room to ...Keep reading", + "title": "Alonso: 2007 gave wrong impression of my F1 happiness", + "description": "Two-time F1 world champion Alonso returned to the series last year with Alpine after a two-season break exploring other racing opportunities such as the Le Mans 24 Hours, the Indianapolis 500 and the Dakar Rally.
Alonso scored one podium and helped Alpine finish fifth in the constructors’ championship last year, as well as playing a key role in team-mate Esteban Ocon’s shock win in ...Keep reading", + "content": "Two-time F1 world champion Alonso returned to the series last year with Alpine after a two-season break exploring other racing opportunities such as the Le Mans 24 Hours, the Indianapolis 500 and the Dakar Rally.
Alonso scored one podium and helped Alpine finish fifth in the constructors’ championship last year, as well as playing a key role in team-mate Esteban Ocon’s shock win in ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/steiner-haas-crew-never-gave-up-in-tough-f1-2021/7040132/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/alonso-2007-gave-wrong-impression-of-my-f1-happiness/7084783/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Fri, 31 Dec 2021 16:45:04 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/63vJD8bY/s6/guenther-steiner-team-principa.jpg", + "pubDate": "Wed, 05 Jan 2022 09:00:48 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0JB7ZrO0/s6/podium-race-winner-fernando-al.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/63vJD8bY/s6/guenther-steiner-team-principa.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0JB7ZrO0/s6/podium-race-winner-fernando-al.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -445,20 +401,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1edf8c93a5b4456d811d12435db3f171", + "hash": "aa1d96bcbf4b20d8d16019720d3b2bad", "highlights": [] }, { - "title": "Jake Hill joins West Surrey Racing for 2022 BTCC season", - "description": "Hill, who finished fifth for the Motorbase Performance-run team in 2021, will drive a BMW 330e M Sport in a new on-track package for MB Motorsport developed with 15-time champion WSR. 
The team, led by former Formula 1 driver and 24 Hours of Le Mans winner Mark Blundell, came sixth in the teams’ standings in 2021 running Ford Focus STs. 
It also marks a change in name, adopting ...Keep reading", - "content": "Hill, who finished fifth for the Motorbase Performance-run team in 2021, will drive a BMW 330e M Sport in a new on-track package for MB Motorsport developed with 15-time champion WSR. 
The team, led by former Formula 1 driver and 24 Hours of Le Mans winner Mark Blundell, came sixth in the teams’ standings in 2021 running Ford Focus STs. 
It also marks a change in name, adopting ...Keep reading", - "category": "BTCC", - "link": "https://www.autosport.com/btcc/news/jake-hill-joins-west-surrey-racing-for-2022-btcc-season/7042603/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "French anti-terror agency to investigate Dakar Rally blast ", + "description": "The explosion at the Donatello Hotel in Jeddah on 30 December injured Frenchman Philippe Boutron, a driver for the Sodicars Racing team.
Event organisers the ASO subsequently reinforced security at the bivouacs in the days after the incident, and the French anti-terrorist agency has now announced that it is investigating the circumstances. 
The explosion, which was already being ...Keep reading", + "content": "The explosion at the Donatello Hotel in Jeddah on 30 December injured Frenchman Philippe Boutron, a driver for the Sodicars Racing team.
Event organisers the ASO subsequently reinforced security at the bivouacs in the days after the incident, and the French anti-terrorist agency has now announced that it is investigating the circumstances. 
The explosion, which was already being ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/french-anti-terror-agency-to-investigate-dakar-rally-blast-/7080105/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Fri, 31 Dec 2021 15:49:21 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0L1nkRP2/s6/btcc-news-2021-mark-blundell-j-2.jpg", + "pubDate": "Tue, 04 Jan 2022 20:18:05 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YEQkkeqY/s6/358-laurent-foucquet-sodicars-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0L1nkRP2/s6/btcc-news-2021-mark-blundell-j-2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YEQkkeqY/s6/358-laurent-foucquet-sodicars-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -467,20 +423,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bc5152919e52ec5a9ecfb0ec1b4fd58", + "hash": "7ad27284a7cbc4247a78ad5caeb73533", "highlights": [] }, { - "title": "Neuville: “Everything in place to carry on” without Hyundai WRC boss Adamo", - "description": "Long serving boss Andrea Adamo left the team principal role in December, citing personal reasons, after six years in charge, where he oversaw Hyundai clinch back-to-back WRC constructor titles in 2019 and 2020.
Following the announcement Hyundai installed its president Scott Noh to take over the team’s day-to-day responsibilities from Adamo in the short term.
The management reshuffle has ...Keep reading", - "content": "Long serving boss Andrea Adamo left the team principal role in December, citing personal reasons, after six years in charge, where he oversaw Hyundai clinch back-to-back WRC constructor titles in 2019 and 2020.
Following the announcement Hyundai installed its president Scott Noh to take over the team’s day-to-day responsibilities from Adamo in the short term.
The management reshuffle has ...Keep reading", - "category": "WRC", - "link": "https://www.autosport.com/wrc/news/neuville-everything-in-place-to-carry-on-without-hyundai-wrc-boss-adamo/7040477/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Former IndyCar team owner and Champ Car boss Kevin Kalkhoven dies", + "description": "Australia-born Kalkhoven recently stepped down from his position as director and chairman of the board at Cosworth, a company he bought from Ford along with Pi Research in 2004.
The KV Racing team he co-founded with Jacques Villenueve's manager Craig Pollock ran Tony Kanaan to victory in the 2013 Indianapolis 500, before being disbanded after the 2016 season.
Hal Reisiger, CEO and Chairman ...Keep reading", + "content": "Australia-born Kalkhoven recently stepped down from his position as director and chairman of the board at Cosworth, a company he bought from Ford along with Pi Research in 2004.
The KV Racing team he co-founded with Jacques Villenueve's manager Craig Pollock ran Tony Kanaan to victory in the 2013 Indianapolis 500, before being disbanded after the 2016 season.
Hal Reisiger, CEO and Chairman ...Keep reading", + "category": "IndyCar", + "link": "https://www.autosport.com/indycar/news/former-indycar-team-owner-and-champ-car-boss-kevin-kalkhoven-dies/7079106/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:39:44 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/254JGDk0/s6/thierry-neuville-hyundai-motor.jpg", + "pubDate": "Tue, 04 Jan 2022 17:35:50 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YW7Jzr5Y/s6/indycar-milwaukee-2015-kevin-k-2.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/254JGDk0/s6/thierry-neuville-hyundai-motor.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YW7Jzr5Y/s6/indycar-milwaukee-2015-kevin-k-2.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -489,20 +445,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7d12b75e29b4c2be4f4e06c122f444c", + "hash": "3aa484092b54342a23bd3cea1b59bbfb", "highlights": [] }, { - "title": "Aston Martin hails \"brilliant\" Vettel for integrity and integration", - "description": "Four-time F1 world champion Vettel joined the rebranded Aston Martin team for this season following his exit from Ferrari, linking up with Lance Stroll.
While Aston Martin slipped back to seventh in the constructors’ championship after being hurt by the downforce cuts under the tweaked regulations for 2021, Vettel was able to score the team’s best result of the season ...Keep reading", - "content": "Four-time F1 world champion Vettel joined the rebranded Aston Martin team for this season following his exit from Ferrari, linking up with Lance Stroll.
While Aston Martin slipped back to seventh in the constructors’ championship after being hurt by the downforce cuts under the tweaked regulations for 2021, Vettel was able to score the team’s best result of the season ...Keep reading", + "title": "Button: \"A shame\" McLaren didn’t hang on with Honda in F1", + "description": "Honda returned to F1 after a six-season absence in 2015 as McLaren's works engine partner, only for the two parties to cut ties after three difficult and unsuccessful years.
An initial deal with Toro Rosso in 2018 paved the way for Honda to link up with Red Bull the following year.
Honda announced in 2020 it would be leaving F1 again at the end of 2021, signing off with Max Verstappen's ...Keep reading", + "content": "Honda returned to F1 after a six-season absence in 2015 as McLaren's works engine partner, only for the two parties to cut ties after three difficult and unsuccessful years.
An initial deal with Toro Rosso in 2018 paved the way for Honda to link up with Red Bull the following year.
Honda announced in 2020 it would be leaving F1 again at the end of 2021, signing off with Max Verstappen's ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/aston-martin-hails-brilliant-vettel-for-integrity-and-integration/7040133/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/button-a-shame-mclaren-didnt-hang-on-with-honda-in-f1/7075942/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Fri, 31 Dec 2021 13:45:04 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6b7xMZ30/s6/sebastian-vettel-aston-martin-.jpg", + "pubDate": "Tue, 04 Jan 2022 16:20:09 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6DBlWr72/s6/f1-brazilian-gp-2017-fernando-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6b7xMZ30/s6/sebastian-vettel-aston-martin-.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6DBlWr72/s6/f1-brazilian-gp-2017-fernando-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -511,20 +467,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed89d1b7c29bdc7b80ebbb13b30d1428", + "hash": "4e4aea404dfb49ae1e8ab2043637f0ac", "highlights": [] }, { - "title": "Rebellion boss takes over Dumas' car after Dakar shakedown fire", - "description": "Pesci was due to make his third consecutive Dakar appearance with former LMP1 race winning-team Rebellion as part of a two-car line-up for the Saudi Arabian event. 
However, his hopes of improving on a best finish of 43rd were seemingly dashed when his #251 DXX entry was engulfed in flames in the 10.7km shakedown near Jeddah, the venue for the opening stage of the rally-raid.
Le Mans 24 ...Keep reading", - "content": "Pesci was due to make his third consecutive Dakar appearance with former LMP1 race winning-team Rebellion as part of a two-car line-up for the Saudi Arabian event. 
However, his hopes of improving on a best finish of 43rd were seemingly dashed when his #251 DXX entry was engulfed in flames in the 10.7km shakedown near Jeddah, the venue for the opening stage of the rally-raid.
Le Mans 24 ...Keep reading", - "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/rebellion-boss-takes-over-dumas-car-after-dakar-shakedown-fire/7041535/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "WRC investigating possible return to Argentina in 2023", + "description": "Rally Argentina has been absent from the WRC schedule since 2019, with the proposed 2020 event cancelled due to the COVID-19 health crisis.
As the world continues to grapple with the pandemic, the WRC has tended to steer away from flyaway events. South America wasn't represented on a 2021 schedule that only featured one round outside of Europe, Kenya's Safari Rally.
This year the WRC has ...Keep reading", + "content": "Rally Argentina has been absent from the WRC schedule since 2019, with the proposed 2020 event cancelled due to the COVID-19 health crisis.
As the world continues to grapple with the pandemic, the WRC has tended to steer away from flyaway events. South America wasn't represented on a 2021 schedule that only featured one round outside of Europe, Kenya's Safari Rally.
This year the WRC has ...Keep reading", + "category": "WRC", + "link": "https://www.autosport.com/wrc/news/wrc-investigating-possible-return-to-argentina-in-2023/7076702/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Fri, 31 Dec 2021 12:49:03 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6gp84oP0/s6/alexandre-pesci-stephan-kuhni-.jpg", + "pubDate": "Tue, 04 Jan 2022 15:38:29 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YW7z7beY/s6/wrc-rally-argentina-2000-colin-2.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6gp84oP0/s6/alexandre-pesci-stephan-kuhni-.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YW7z7beY/s6/wrc-rally-argentina-2000-colin-2.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -533,20 +489,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6b4bcf0b34b5200445215f3624adf1f", + "hash": "7e001fa9bb3bcd60b9aabffe9f3b455f", "highlights": [] }, { - "title": "Toyota's Al-Attiyah sees himself as Dakar Rally 2022 favourite", - "description": "The Qatari driver finished runner-up in both the 2020 and '21 editions of Dakar, losing out on both occasions to the Mini JCW buggies amid an apparent performance gap between performance of two-wheel drive cars and 4x4 vehicles such as the Hilux fielded by Toyota.
But event organiser ASO has revamped the regulations for Dakar in 2022, providing a level playing field between all types of cars ...Keep reading", - "content": "The Qatari driver finished runner-up in both the 2020 and '21 editions of Dakar, losing out on both occasions to the Mini JCW buggies amid an apparent performance gap between performance of two-wheel drive cars and 4x4 vehicles such as the Hilux fielded by Toyota.
But event organiser ASO has revamped the regulations for Dakar in 2022, providing a level playing field between all types of cars ...Keep reading", + "title": "Lost personal belongings dashed Petrucci’s Dakar hopes", + "description": "Petrucci is making his Dakar debut with KTM and Tech3 – with whom he raced in MotoGP last season – having lost his MotoGP ride for 2022.
With little preparation time on his rally bike ahead of the 2022 edition of the famous rally raid, Petrucci made a strong start to his maiden Dakar on the opening day.
Fighting for the top five on Monday’s second stage, he was forced to stop around ...Keep reading", + "content": "Petrucci is making his Dakar debut with KTM and Tech3 – with whom he raced in MotoGP last season – having lost his MotoGP ride for 2022.
With little preparation time on his rally bike ahead of the 2022 edition of the famous rally raid, Petrucci made a strong start to his maiden Dakar on the opening day.
Fighting for the top five on Monday’s second stage, he was forced to stop around ...Keep reading", "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/toyotas-al-attiyah-sees-himself-as-dakar-2022-favourite/7034010/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/dakar/news/lost-personal-belongings-dashed-petruccis-dakar-hopes/7078215/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Fri, 31 Dec 2021 12:07:03 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6b7n4Nw0/s6/201-toyota-gazoo-racing-toyota.jpg", + "pubDate": "Tue, 04 Jan 2022 15:17:38 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/27vWVdX0/s6/90-tech-3-ktm-factory-racing-d.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6b7n4Nw0/s6/201-toyota-gazoo-racing-toyota.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/27vWVdX0/s6/90-tech-3-ktm-factory-racing-d.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -555,20 +511,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e442efcc578a54c6c1dacbbea20f197", + "hash": "ae14f2ed21ff7c6d678bf4f8d92a23a5", "highlights": [] }, { - "title": "Aprilia has “a long way to go” to reduce MotoGP deficit", - "description": "The Italian marque made its biggest stride towards the front in MotoGP in 2021 seven seasons into its return, having been one of only two manufacturers allowed to build an all new bike amidst the COVID-enforced development freeze.
Aleix Espargaro proved to be a consistent top eight finisher across the campaign and scored Aprilia’s first-ever podium in the modern MotoGP era when he was third ...Keep reading", - "content": "The Italian marque made its biggest stride towards the front in MotoGP in 2021 seven seasons into its return, having been one of only two manufacturers allowed to build an all new bike amidst the COVID-enforced development freeze.
Aleix Espargaro proved to be a consistent top eight finisher across the campaign and scored Aprilia’s first-ever podium in the modern MotoGP era when he was third ...Keep reading", - "category": "MotoGP", - "link": "https://www.autosport.com/motogp/news/aprilia-has-a-long-way-to-go-to-reduce-motogp-deficit/7040201/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Alpine \"very encouraged\" by 2021 F1 season progress", + "description": "Alpine suffered from an inconsistent 2021 campaign, but a shock maiden win for Esteban Ocon in Hungary and a podium for Fernando Alonso in Qatar gave the Enstone outfit the edge over AlphaTauri to clinch fifth in the constructors' championship.
While it is clear Alpine has plenty of work to do to catch up with the likes of Ferrari and McLaren, who were miles ahead in the battle for third, team ...Keep reading", + "content": "Alpine suffered from an inconsistent 2021 campaign, but a shock maiden win for Esteban Ocon in Hungary and a podium for Fernando Alonso in Qatar gave the Enstone outfit the edge over AlphaTauri to clinch fifth in the constructors' championship.
While it is clear Alpine has plenty of work to do to catch up with the likes of Ferrari and McLaren, who were miles ahead in the battle for third, team ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/alpine-very-encouraged-by-2021-f1-season-progress/7075943/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Fri, 31 Dec 2021 11:13:38 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/254AmO90/s6/maverick-vinales-aprilia-racin.jpg", + "pubDate": "Tue, 04 Jan 2022 13:56:20 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6VRnxxd6/s6/fernando-alonso-alpine-a521-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/254AmO90/s6/maverick-vinales-aprilia-racin.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6VRnxxd6/s6/fernando-alonso-alpine-a521-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -577,20 +533,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "baf29f001efa903fb72a917eb2c57b05", + "hash": "1b2e262f5addaecd0c3de19bf25a03e1", "highlights": [] }, { - "title": "Sainz feels electric Audi Dakar entry has been \"penalised\"", - "description": "Audi will tackle the prestigious rally-raid for the first time with the all-new RS Q e-tron based on the technologies it developed in Formula E and the DTM.
While the car will run on electric power at all times thanks to two MGU units, it will also house a two-litre turbocharged engine to recharge the batteries for longer stages.
When Audi first announced its plans to enter the Dakar, it ...Keep reading", - "content": "Audi will tackle the prestigious rally-raid for the first time with the all-new RS Q e-tron based on the technologies it developed in Formula E and the DTM.
While the car will run on electric power at all times thanks to two MGU units, it will also house a two-litre turbocharged engine to recharge the batteries for longer stages.
When Audi first announced its plans to enter the Dakar, it ...Keep reading", + "title": "Dakar 2022, Stage 3: Sainz scores first win for electric Audi", + "description": "After a promising performance in Monday’s second leg with the third-fastest time, Sainz came to the fore in the shortened 255km Stage 3 near Al Qaisumah, beating Toyota’s Henk Lategan to the top spot by just over half a minute.
The three-time Dakar champion trailed Lategan for the majority of the stage, but never allowed the South African to pull up an advantage up front. 
Having ...Keep reading", + "content": "After a promising performance in Monday’s second leg with the third-fastest time, Sainz came to the fore in the shortened 255km Stage 3 near Al Qaisumah, beating Toyota’s Henk Lategan to the top spot by just over half a minute.
The three-time Dakar champion trailed Lategan for the majority of the stage, but never allowed the South African to pull up an advantage up front. 
Having ...Keep reading", "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/sainz-feels-electric-audi-dakar-entry-has-been-penalised/7034017/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/dakar/news/dakar-2022-stage-3-sainz-scores-first-win-for-electric-audi/7076901/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:53:32 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0mb9a3M2/s6/dakar-dakar-2022-202-team-audi-2.jpg", + "pubDate": "Tue, 04 Jan 2022 11:53:11 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2eAz1xK2/s6/202-team-audi-sport-audi-carlo.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0mb9a3M2/s6/dakar-dakar-2022-202-team-audi-2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2eAz1xK2/s6/202-team-audi-sport-audi-carlo.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -599,20 +555,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e918fe50e027f1652b39cd6a6a89f88f", + "hash": "d0e30fca3ff58dabff5609e40e9bb9a2", "highlights": [] }, { - "title": "Red Bull mindful about F1 rivals' 2022 development gains", - "description": "The Milton Keynes-based team was locked in a tight fight with Mercedes until the final round of this year for both the drivers’ and constructors’ championship crowns – with honours being split between the two outfits.
But while Red Bull and Mercedes were kept on their toes to the end, other squads like Ferrari made a much earlier complete shift of resources to work on their 2022 ...Keep reading", - "content": "The Milton Keynes-based team was locked in a tight fight with Mercedes until the final round of this year for both the drivers’ and constructors’ championship crowns – with honours being split between the two outfits.
But while Red Bull and Mercedes were kept on their toes to the end, other squads like Ferrari made a much earlier complete shift of resources to work on their 2022 ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/red-bull-mindful-about-f1-rivals-2022-development-gains/7040131/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Audi won't appeal against Dakar roadbook after Stage 1 controversy", + "description": "The roadbook for Sunday's 333km special near Ha'il caused chaos among several pre-rally favourites in their quest for overall victory. However, the most publicly belligerent in the last 48 hours were the members of the Audi Sport team following the German manufacturer's debut in the prestigious rally raid.
The point of controversy was at located at the 257.6km mark where countless drivers ...Keep reading", + "content": "The roadbook for Sunday's 333km special near Ha'il caused chaos among several pre-rally favourites in their quest for overall victory. However, the most publicly belligerent in the last 48 hours were the members of the Audi Sport team following the German manufacturer's debut in the prestigious rally raid.
The point of controversy was at located at the 257.6km mark where countless drivers ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/audi-wont-appeal-against-dakar-roadbook-after-stage-1-controversy/7076574/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:29:20 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6D1n81K0/s6/carlos-sainz-jr-ferrari-sf21-b.jpg", + "pubDate": "Tue, 04 Jan 2022 11:08:26 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2QznW8aY/s6/202-team-audi-sport-audi-carlo.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6D1n81K0/s6/carlos-sainz-jr-ferrari-sf21-b.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2QznW8aY/s6/202-team-audi-sport-audi-carlo.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -621,20 +577,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c36615a7d2b6ed4a1fddeb5fb39b9243", + "hash": "d9aba247ad7a395a1d9a1bed3c58501e", "highlights": [] }, { - "title": "Petrucci cleared to race in Dakar after false positive COVID test", - "description": "The KTM rider tested positive for coronavirus in the first mandatory PCR for all members earlier this week.
KTM then subjected Petrucci, who has been confined since Thursday, to a high-precision blood test to rule out infection.
The result, which came back in the early hours of Thursday evening in Saudi Arabia, was negative, and doctors gave the Italian the go-ahead to make his debut in ...Keep reading", - "content": "The KTM rider tested positive for coronavirus in the first mandatory PCR for all members earlier this week.
KTM then subjected Petrucci, who has been confined since Thursday, to a high-precision blood test to rule out infection.
The result, which came back in the early hours of Thursday evening in Saudi Arabia, was negative, and doctors gave the Italian the go-ahead to make his debut in ...Keep reading", + "title": "Toyota driver hit with Dakar penalty after collision with a bike rider", + "description": "The South African had already been penalised on Monday evening for hitting Chilean rider Cesar Zumaran during that day's running.
This happened on a slow section where Zumaran was standing still. De Villiers wanted to pass on the right, but was forced slightly to the left and hit the motorcyclist, who fell over.
De Villiers was called to the stewards' office and declared: \"It was on a ...Keep reading", + "content": "The South African had already been penalised on Monday evening for hitting Chilean rider Cesar Zumaran during that day's running.
This happened on a slow section where Zumaran was standing still. De Villiers wanted to pass on the right, but was forced slightly to the left and hit the motorcyclist, who fell over.
De Villiers was called to the stewards' office and declared: \"It was on a ...Keep reading", "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/petrucci-cleared-to-race-in-dakar-after-false-covid-positive/7040124/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/dakar/news/toyota-driver-hit-with-dakar-penalty-after-collision-with-a-bike-rider/7076377/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:14:26 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2y3Mg9n6/s6/danilo-petrucci-ktm-factory-ra.jpg", + "pubDate": "Tue, 04 Jan 2022 10:35:03 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6xE3DL10/s6/207-toyota-gazoo-racing-toyota.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2y3Mg9n6/s6/danilo-petrucci-ktm-factory-ra.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6xE3DL10/s6/207-toyota-gazoo-racing-toyota.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -643,20 +599,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ca7ceb2149e3670270a18945b315ee9", + "hash": "299d48907a613a19e77fb3ec764487f9", "highlights": [] }, { - "title": "What made Palou’s IndyCar championship charge so special", - "description": "A year ago, after running Palou as a rookie in IndyCar, Dale Coyne predicted his former charge would go on to shine at Chip Ganassi Racing. Palou had taken a podium for DCR at Road America – only his third IndyCar start and second on a US road course – and had also qualified five times in the top eight. Given how reduced the track time was in 2020 – two-day race weekends, fewer practice ...Keep reading", - "content": "A year ago, after running Palou as a rookie in IndyCar, Dale Coyne predicted his former charge would go on to shine at Chip Ganassi Racing. Palou had taken a podium for DCR at Road America – only his third IndyCar start and second on a US road course – and had also qualified five times in the top eight. Given how reduced the track time was in 2020 – two-day race weekends, fewer practice ...Keep reading", - "category": "IndyCar", - "link": "https://www.autosport.com/indycar/news/what-made-palous-indycar-championship-charge-so-special/7034481/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "McLaren eager to continue with occasional one-off F1 liveries", + "description": "McLaren ran an all-new livery for the Monaco Grand Prix race weekend, ditching its regular papaya for the orange and powder blue colours of Gulf Oil to run on the cars of Lando Norris and Daniel Ricciardo.
The team also opted to tweak its livery for the final race of the season in Abu Dhabi, partnering with major sponsor British American Tobacco’s Vuse brand for a bespoke design including ...Keep reading", + "content": "McLaren ran an all-new livery for the Monaco Grand Prix race weekend, ditching its regular papaya for the orange and powder blue colours of Gulf Oil to run on the cars of Lando Norris and Daniel Ricciardo.
The team also opted to tweak its livery for the final race of the season in Abu Dhabi, partnering with major sponsor British American Tobacco’s Vuse brand for a bespoke design including ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/mclaren-eager-to-continue-with-occasional-one-off-f1-liveries/7075983/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:03:30 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0ZRgQ1d0/s6/alex-palou-chip-ganassi-racing.jpg", + "pubDate": "Tue, 04 Jan 2022 09:34:45 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YEQ3jVwY/s6/lando-norris-mclaren-mcl35m-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0ZRgQ1d0/s6/alex-palou-chip-ganassi-racing.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YEQ3jVwY/s6/lando-norris-mclaren-mcl35m-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -665,20 +621,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae6ca16d5cb4862c961283cd6c410c27", + "hash": "3adabc6abd0f212aa51bb5efd76708b6", "highlights": [] }, { - "title": "Dakar drivers having to adapt driving style for new 2022 cars", - "description": "In order to provide a level-playing field between a wide variety of cars, including Audi’s new electric-powered RS Q e-tron, the ASO has heavily modified the regulations for the 44th running of the Dakar in Saudi Arabia.
Chiefly, the width of all 4x4 cars has been raised from 2m to 2.3m and suspension travel has been increased from 280mm to 350mm, while the size of the tyres have gone up from ...Keep reading", - "content": "In order to provide a level-playing field between a wide variety of cars, including Audi’s new electric-powered RS Q e-tron, the ASO has heavily modified the regulations for the 44th running of the Dakar in Saudi Arabia.
Chiefly, the width of all 4x4 cars has been raised from 2m to 2.3m and suspension travel has been increased from 280mm to 350mm, while the size of the tyres have gone up from ...Keep reading", + "title": "Dakar leader Al-Attiyah fined for rules breach, gets suspended DSQ", + "description": "The penalty was announced at 9:15 local time on Tuesday, just before the start of the third stage near Al Qaisumah.
According to an official statement by the stewards, three-time Dakar winner Al-Attiyah arrived at the bivouac on Monday with FIA's black box - which records all the performance data of each car and is supplied by Magnetti Marelli - disconnected to his Toyota Hilux ...Keep reading", + "content": "The penalty was announced at 9:15 local time on Tuesday, just before the start of the third stage near Al Qaisumah.
According to an official statement by the stewards, three-time Dakar winner Al-Attiyah arrived at the bivouac on Monday with FIA's black box - which records all the performance data of each car and is supplied by Magnetti Marelli - disconnected to his Toyota Hilux ...Keep reading", "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/dakar-drivers-having-to-adapt-driving-style-for-new-2022-cars/7031944/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/dakar/news/dakar-leader-al-attiyah-fined-for-rules-breach-gets-suspended-dsq/7075796/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 30 Dec 2021 16:30:04 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/01WADooY/s6/211-bahrain-raid-xtreme-prodri.jpg", + "pubDate": "Tue, 04 Jan 2022 09:12:32 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0oOj4Zj0/s6/201-toyota-gazoo-racing-toyota.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/01WADooY/s6/211-bahrain-raid-xtreme-prodri.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0oOj4Zj0/s6/201-toyota-gazoo-racing-toyota.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -687,20 +643,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9cf88ff61c7f886e2778d4653701980", + "hash": "ecbf9a696c7a41fad720d8a8aa4a3ff5", "highlights": [] }, { - "title": "Rossi’s MotoGP team finalises title sponsor following Aramco saga", - "description": "Nine-time motorcycle grand prix world champion Rossi’s squad will step up to MotoGP for 2022, a move first announced earlier this year with a Saudi company known as Tanal Entertainment confirming the team and a supposed title backing from Aramco.
But, in a statement issued to Autosport, Aramco denied any involvement or agreed a deal with Tanal or VR46, though Rossi repeatedly insisted an ...Keep reading", - "content": "Nine-time motorcycle grand prix world champion Rossi’s squad will step up to MotoGP for 2022, a move first announced earlier this year with a Saudi company known as Tanal Entertainment confirming the team and a supposed title backing from Aramco.
But, in a statement issued to Autosport, Aramco denied any involvement or agreed a deal with Tanal or VR46, though Rossi repeatedly insisted an ...Keep reading", - "category": "MotoGP", - "link": "https://www.autosport.com/motogp/news/rossis-motogp-team-finalises-title-sponsor-following-aramco-saga/7033623/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Meyer Shank Racing announces Pagenaud for Daytona 24 Hours", + "description": "Pagenaud will join MSR’s new full-time line-up of Oliver Jarvis and Tom Blomqvist, as well as its endurance ‘third man’ Helio Castroneves, who will also be Pagenaud’s team-mate in the squad’s IndyCar team this year.
For Pagenaud, who was an ace in the now-defunct American Le Mans Series before joining the IndyCar Series and also drove the Acura in IMSA endurance events under the Team ...Keep reading", + "content": "Pagenaud will join MSR’s new full-time line-up of Oliver Jarvis and Tom Blomqvist, as well as its endurance ‘third man’ Helio Castroneves, who will also be Pagenaud’s team-mate in the squad’s IndyCar team this year.
For Pagenaud, who was an ace in the now-defunct American Le Mans Series before joining the IndyCar Series and also drove the Acura in IMSA endurance events under the Team ...Keep reading", + "category": "IMSA", + "link": "https://www.autosport.com/imsa/news/meyer-shank-racing-announces-pagenaud-for-daytona-24-hours/7070384/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 30 Dec 2021 15:36:28 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2eAznam2/s6/luca-marini-vr46-racing-team-1.jpg", + "pubDate": "Mon, 03 Jan 2022 18:29:14 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YP3zqD82/s6/simon-pagenaud-team-penske-che.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2eAznam2/s6/luca-marini-vr46-racing-team-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YP3zqD82/s6/simon-pagenaud-team-penske-che.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -709,20 +665,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3ba57924bed2a9854b196c15ab3ca6a", + "hash": "6ee95bc410948d7dc42f45e4ee6f7921", "highlights": [] }, { - "title": "The UK national racing highlights from a mixed 2021 campaign", - "description": "The 2021 season featured a return to some semblance of reality in the club and historic motorsport arena. Unlike its COVID-lashed predecessor, which started three months late, a full calendar of events was run.
For me, though, it was a different one. If not chronicling Goodwood’s Revival or Members’ Meeting from a commentary box for the first time altered its dynamic, missing an overseas ...Keep reading", - "content": "The 2021 season featured a return to some semblance of reality in the club and historic motorsport arena. Unlike its COVID-lashed predecessor, which started three months late, a full calendar of events was run.
For me, though, it was a different one. If not chronicling Goodwood’s Revival or Members’ Meeting from a commentary box for the first time altered its dynamic, missing an overseas ...Keep reading", - "category": "Historics", - "link": "https://www.autosport.com/national/news/marcus-pyes-highlights-of-a-mixed-2021-for-uk-national-racing/6948519/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Ricciardo \"wanted to make a statement\" with Monza F1 victory", + "description": "Ricciardo joined McLaren from Renault on a three-year deal starting in 2021, but struggled to get up to speed with the team at first, leaving team-mate Lando Norris to score the majority of its points.
But Ricciardo bounced back after the summer break to score a dominant victory in the Italian Grand Prix at Monza, marking McLaren’s first win since Brazil 2012.
Ricciardo had been fighting ...Keep reading", + "content": "Ricciardo joined McLaren from Renault on a three-year deal starting in 2021, but struggled to get up to speed with the team at first, leaving team-mate Lando Norris to score the majority of its points.
But Ricciardo bounced back after the summer break to score a dominant victory in the Italian Grand Prix at Monza, marking McLaren’s first win since Brazil 2012.
Ricciardo had been fighting ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/ricciardo-wanted-to-make-a-statement-with-monza-f1-victory/7067079/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 30 Dec 2021 14:17:03 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6gp84170/s6/1018823736-lat-20210919-jsb-62.jpg", + "pubDate": "Mon, 03 Jan 2022 15:35:59 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6O1JoVJ2/s6/daniel-ricciardo-mclaren-1st-p.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6gp84170/s6/1018823736-lat-20210919-jsb-62.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6O1JoVJ2/s6/daniel-ricciardo-mclaren-1st-p.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -731,20 +687,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf2865df01eca833665ef0fd7828a71a", + "hash": "9d2acb53bc970cf3d66ddd34e4283202", "highlights": [] }, { - "title": "Alpine resigned to another \"compromise\" season in WEC", - "description": "Alpine moved up to the Le Mans Hypercar class this year with its LMP2 partner Signatech, running the ORECA-designed A480 that previously raced in the WEC as the Rebellion R-13.
However, it was forced to play second fiddle to its only full-season rival Toyota, primarily due to a smaller fuel tank, with the Japanese manufacturer securing a clean sweep of victories with its pair of GR010 Hybrids ...Keep reading", - "content": "Alpine moved up to the Le Mans Hypercar class this year with its LMP2 partner Signatech, running the ORECA-designed A480 that previously raced in the WEC as the Rebellion R-13.
However, it was forced to play second fiddle to its only full-season rival Toyota, primarily due to a smaller fuel tank, with the Japanese manufacturer securing a clean sweep of victories with its pair of GR010 Hybrids ...Keep reading", - "category": "WEC", - "link": "https://www.autosport.com/wec/news/alpine-resigned-to-another-compromise-season-in-wec/7030948/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Ferrari: \"Naive\" to think closing Red Bull and Mercedes F1 gap will be easy", + "description": "This year will mark the start of a long-anticipated new technical ruleset for F1, forcing teams to pursue different aerodynamic concepts and manage the introduction of the new 18-inch tyres.
It will provide an opportunity for all teams to make a big step forward, with Ferrari in particular looking to return to the front of the pack after two years without winning a race.
The importance of ...Keep reading", + "content": "This year will mark the start of a long-anticipated new technical ruleset for F1, forcing teams to pursue different aerodynamic concepts and manage the introduction of the new 18-inch tyres.
It will provide an opportunity for all teams to make a big step forward, with Ferrari in particular looking to return to the front of the pack after two years without winning a race.
The importance of ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/ferrari-naive-to-think-it-will-be-easy-to-catch-red-bull-and-mercedes/7067095/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 30 Dec 2021 13:05:04 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YXRn8rR0/s6/wec-bahrain-ii-2021-36-alpine--2.jpg", + "pubDate": "Mon, 03 Jan 2022 12:50:53 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2d1n3VZY/s6/sergio-perez-red-bull-racing-r.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YXRn8rR0/s6/wec-bahrain-ii-2021-36-alpine--2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2d1n3VZY/s6/sergio-perez-red-bull-racing-r.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -753,20 +709,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f1171eb89140c9d42bcd62c573872df", + "hash": "427b5fb2a456dacf5a092254ce102ceb", "highlights": [] }, { - "title": "Rebellion retires from 2022 Dakar Rally on shakedown after fire engulfs car", - "description": "The car that was supposed to be driven by Rebellion president Alexandre Pesci and co-driver Stephan Khuni in the 44th edition of the Dakar Rally was destroyed after being engulfed in flames in a 10.7km shakedown near Jeddah. Both Pesci and Khuni were uninjured.
The incident marked a premature end to what would have been Pesci’s third successive appearance in the prestigious cross-country ...Keep reading", - "content": "The car that was supposed to be driven by Rebellion president Alexandre Pesci and co-driver Stephan Khuni in the 44th edition of the Dakar Rally was destroyed after being engulfed in flames in a 10.7km shakedown near Jeddah. Both Pesci and Khuni were uninjured.
The incident marked a premature end to what would have been Pesci’s third successive appearance in the prestigious cross-country ...Keep reading", + "title": "Dakar 2022, Stage 2: Loeb wins as Al-Attiyah holds overall lead", + "description": "Driving for the Prodrive-run Bahrain Raid Xtreme team, Loeb led from start to finish in the 338km special between Ha’il and Al Artawiyah, clinching his 15th stage win in Dakar - and the first since 2019.
The Frenchman built a 12-second lead over Toyota driver Al-Attiyah by the first checkpoint and gradually extended his advantage thereafter, finishing the stage 3m28s clear of the three-time ...Keep reading", + "content": "Driving for the Prodrive-run Bahrain Raid Xtreme team, Loeb led from start to finish in the 338km special between Ha’il and Al Artawiyah, clinching his 15th stage win in Dakar - and the first since 2019.
The Frenchman built a 12-second lead over Toyota driver Al-Attiyah by the first checkpoint and gradually extended his advantage thereafter, finishing the stage 3m28s clear of the three-time ...Keep reading", "category": "Dakar", - "link": "https://www.autosport.com/dakar/news/rebellion-retires-from-2022-dakar-rally-on-shakedown-after-fire-engulfs-car/7032415/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/dakar/news/dakar-2022-stage-2-loeb-wins-as-al-attiyah-holds-overall-lead/7067989/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:32:48 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6gp84oP0/s6/alexandre-pesci-stephan-kuhni-.jpg", + "pubDate": "Mon, 03 Jan 2022 12:16:30 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YP3nkPj2/s6/dakar-dakar-2022-211-bahrain-r-2.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6gp84oP0/s6/alexandre-pesci-stephan-kuhni-.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YP3nkPj2/s6/dakar-dakar-2022-211-bahrain-r-2.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -775,20 +731,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec16535792435a92bad5012302e34ef2", + "hash": "9cf0811060e859aea6d07ec3248736a6", "highlights": [] }, { - "title": "Williams: Latifi needs to stop 'overthinking' in F1 2022", - "description": "The Canadian is coming off the back of an encouraging 2021 campaign, where he scored his first F1 points with top 10 results in the Hungarian and Belgian grands prix.
However, his season did have some frustrating moments at times as he either failed to capitalise on strong pace or found himself overshadowed by then team-mate George Russell.
Williams’ heads of vehicle performance Dave ...Keep reading", - "content": "The Canadian is coming off the back of an encouraging 2021 campaign, where he scored his first F1 points with top 10 results in the Hungarian and Belgian grands prix.
However, his season did have some frustrating moments at times as he either failed to capitalise on strong pace or found himself overshadowed by then team-mate George Russell.
Williams’ heads of vehicle performance Dave ...Keep reading", + "title": "Why F1's 2022 cars will be more of a handful for drivers", + "description": "While the regulations are not specifically designed to make overtaking easier per se, the hope is that the new concepts will allow drivers to follow their rivals much closer than before.
To achieve that, F1 has had to move away from a reliance on downforce created by the front and rear wings and instead the cars will generate much more performance from channelling air through venturi tunnels ...Keep reading", + "content": "While the regulations are not specifically designed to make overtaking easier per se, the hope is that the new concepts will allow drivers to follow their rivals much closer than before.
To achieve that, F1 has had to move away from a reliance on downforce created by the front and rear wings and instead the cars will generate much more performance from channelling air through venturi tunnels ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/williams-latifi-needs-to-stop-overthinking-in-f1-2022/7030946/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/why-f1s-2022-cars-will-be-more-of-a-handful-for-drivers/7067159/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:10:04 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2eAzej12/s6/formula-1-abu-dhabi-gp-2021-ni-2.jpg", + "pubDate": "Mon, 03 Jan 2022 10:10:53 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/YMdeqnL2/s6/the-2022-formula-1-car-launch-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2eAzej12/s6/formula-1-abu-dhabi-gp-2021-ni-2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/YMdeqnL2/s6/the-2022-formula-1-car-launch-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -797,20 +753,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "35b9bb2db89caf9800008941cee618f4", + "hash": "bf20df8daeb99fadf10a3b8b9ec8cb1e", "highlights": [] }, { - "title": "Andretti Formula E team would have supported smaller cost cap", - "description": "During his tenure as series CEO, Jamie Reigle has targeted greater financial restrictions as one of his top priorities in response to the pandemic and three manufacturers leaving.
Approved at the most recent meeting of the FIA World Motor Sport Council earlier this month, as of 1 October 2022 race teams will be permitted to spend €13 million per season.
This will rise to €15 million for ...Keep reading", - "content": "During his tenure as series CEO, Jamie Reigle has targeted greater financial restrictions as one of his top priorities in response to the pandemic and three manufacturers leaving.
Approved at the most recent meeting of the FIA World Motor Sport Council earlier this month, as of 1 October 2022 race teams will be permitted to spend €13 million per season.
This will rise to €15 million for ...Keep reading", - "category": "Formula E", - "link": "https://www.autosport.com/formula-e/news/andretti-formula-e-team-would-have-supported-smaller-cost-cap/7031834/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "How the opening stage of Dakar 2022 unleashed chaos", + "description": "Several competitors dropped out of contention for overall victory in the first full stage near Ha'il, as navigation again proved to be a tricky affair in the deserts of Saudi Arabia. 
Just 70km from the finish line, many leading drivers and riders got lost on a winding sandy track, leaving astonishing images as they searched for the right waypoint.
This also created a safety issue as ...Keep reading", + "content": "Several competitors dropped out of contention for overall victory in the first full stage near Ha'il, as navigation again proved to be a tricky affair in the deserts of Saudi Arabia. 
Just 70km from the finish line, many leading drivers and riders got lost on a winding sandy track, leaving astonishing images as they searched for the right waypoint.
This also created a safety issue as ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/why-did-stage-1-of-dakar-2022-unleash-chaos-/7066741/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:01:14 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YpN5Xx30/s6/jake-dennis-andretti-motorspor.jpg", + "pubDate": "Mon, 03 Jan 2022 09:06:37 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6VRnkbN6/s6/205-overdrive-toyota-toyota-ya.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YpN5Xx30/s6/jake-dennis-andretti-motorspor.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6VRnkbN6/s6/205-overdrive-toyota-toyota-ya.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -819,20 +775,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "39509acc47c662cc793b9b7d768d6047", + "hash": "7196a8eedd154bccb5e6e6a8ce4d8077", "highlights": [] }, { - "title": "Jackson tops final 2021 Autosport National Driver Rankings as Birley grabs third", - "description": "Jackson, who secured the Historic FF1600 crown again this season, has headed the winners' table throughout the year, despite only contesting a partial campaign.
But, unlike last year when Gary Prebble pipped him to top spot following the final weekend of racing, there was to be no late change this time around as Jackson sealed first place.
The rankings are based upon the number of wins a ...Keep reading", - "content": "Jackson, who secured the Historic FF1600 crown again this season, has headed the winners' table throughout the year, despite only contesting a partial campaign.
But, unlike last year when Gary Prebble pipped him to top spot following the final weekend of racing, there was to be no late change this time around as Jackson sealed first place.
The rankings are based upon the number of wins a ...Keep reading", - "category": "National", - "link": "https://www.autosport.com/national/news/jackson-tops-final-2021-autosport-national-driver-rankings-as-birley-grabs-third/7031634/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "New FIA president confident Hamilton won’t walk away from F1", + "description": "Hamilton missed out on a record-breaking eighth world championship after being passed by Max Verstappen on the final lap of the Abu Dhabi Grand Prix following a late restart by race control that did not appear to follow the regulations.
Mercedes initially protested the restart procedure and considered a further appeal, but ultimately put an end to pursuing any action after the FIA announced it ...Keep reading", + "content": "Hamilton missed out on a record-breaking eighth world championship after being passed by Max Verstappen on the final lap of the Abu Dhabi Grand Prix following a late restart by race control that did not appear to follow the regulations.
Mercedes initially protested the restart procedure and considered a further appeal, but ultimately put an end to pursuing any action after the FIA announced it ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/new-fia-president-confident-hamilton-wont-walk-away-from-f1/7066570/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:28:12 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2wBx4jW0/s6/cam-jackson-1.jpg", + "pubDate": "Mon, 03 Jan 2022 08:40:03 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6xE3a7r0/s6/formula-1-abu-dhabi-gp-2021-le-2.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2wBx4jW0/s6/cam-jackson-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6xE3a7r0/s6/formula-1-abu-dhabi-gp-2021-le-2.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -841,20 +797,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7d8575ca910f582b40231426b0acc59", + "hash": "16ae05a127910844e52bbd4a4cad62ab", "highlights": [] }, { - "title": "Ferrari: \"Zero compromise\" on F1 2022 focus despite McLaren fight", - "description": "Ferrari enjoyed a season-long battle with McLaren for P3 in the constructors’ championship that was only settled at the final race of the season.
A strong end of the year, aided by an upgraded hybrid system on its power unit, meant Ferrari finished the season 47.5 points clear in the final standings.
PLUS: How Ferrari triumphed in the battle for F1 2021's best of the ...Keep reading", - "content": "Ferrari enjoyed a season-long battle with McLaren for P3 in the constructors’ championship that was only settled at the final race of the season.
A strong end of the year, aided by an upgraded hybrid system on its power unit, meant Ferrari finished the season 47.5 points clear in the final standings.
PLUS: How Ferrari triumphed in the battle for F1 2021's best of the ...Keep reading", + "title": "Mazepin feels ready for fight in F1 midfield in 2022", + "description": "The Russian had a character-building 2021 rookie campaign, where he and team-mate Mick Schumacher had to battle through a season with a package that had not been developed from the previous year.
But. despite making some mistakes, Mazepin feels he has learned an awful lot and thinks his knowledge can be applied to good use if Haas’s 2022 car delivers.
Asked if he felt he was ...Keep reading", + "content": "The Russian had a character-building 2021 rookie campaign, where he and team-mate Mick Schumacher had to battle through a season with a package that had not been developed from the previous year.
But. despite making some mistakes, Mazepin feels he has learned an awful lot and thinks his knowledge can be applied to good use if Haas’s 2022 car delivers.
Asked if he felt he was ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/ferrari-zero-compromise-on-f1-2022-focus-despite-mclaren-fight/7030947/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/mazepin-feels-ready-for-fight-in-f1-midfield-in-2022/7058116/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Thu, 30 Dec 2021 08:52:03 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/68yDZ340/s6/formula-1-2022-f1-car-unveil-2-2.jpg", + "pubDate": "Sun, 02 Jan 2022 15:38:15 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2wBxwXW0/s6/nikita-mazepin-haas-f1-arrives.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/68yDZ340/s6/formula-1-2022-f1-car-unveil-2-2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2wBxwXW0/s6/nikita-mazepin-haas-f1-arrives.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -863,20 +819,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d07dd05644acda2320db60226d44d6c5", + "hash": "b908d6b05b15818db74bdcc172cc7bb0", "highlights": [] }, { - "title": "Greensmith: New 2022 Rally1 WRC cars will be faster than predecessors", - "description": "The WRC will welcome an all-new batch of cars next year, built to the sport’s new Rally1 regulations that will debut in January's Monte Carlo Rally.
Rally1 specification cars are built around a stronger space frame chassis which will house a new 100kW hybrid unit, connected to a 1.6 litre turbo charged engine, retained from the 2021 WRC cars.
The addition of the hybrid unit will make ...Keep reading", - "content": "The WRC will welcome an all-new batch of cars next year, built to the sport’s new Rally1 regulations that will debut in January's Monte Carlo Rally.
Rally1 specification cars are built around a stronger space frame chassis which will house a new 100kW hybrid unit, connected to a 1.6 litre turbo charged engine, retained from the 2021 WRC cars.
The addition of the hybrid unit will make ...Keep reading", - "category": "WRC", - "link": "https://www.autosport.com/wrc/news/greensmith-new-2022-rally1-wrc-cars-will-be-faster-than-predecessors/7024849/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Dakar 2022, Stage 1: Al-Attiyah eases to win, disaster for Audi", + "description": "For the first half of the 333km special near Ha’il in Saudi Arabia, Al-Attiyah came under serious pressure from the three Audis, with the German marque’s lead runner Stephane Peterhansel sitting just six seconds behind him after the first 120km.
However, Audi’s challenge began to unravel en route to the next waypoint, with 14-time Dakar winner Peterhansel the first driver to drop out of ...Keep reading", + "content": "For the first half of the 333km special near Ha’il in Saudi Arabia, Al-Attiyah came under serious pressure from the three Audis, with the German marque’s lead runner Stephane Peterhansel sitting just six seconds behind him after the first 120km.
However, Audi’s challenge began to unravel en route to the next waypoint, with 14-time Dakar winner Peterhansel the first driver to drop out of ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/dakar-2022-stage-1-al-attiyah-eases-to-win-disaster-for-audi/7059839/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 29 Dec 2021 16:10:11 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0JBn9oM0/s6/gus-greensmith-ford-puma-rally.jpg", + "pubDate": "Sun, 02 Jan 2022 14:17:10 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQ7rpJY/s6/201-toyota-gazoo-racing-toyota.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0JBn9oM0/s6/gus-greensmith-ford-puma-rally.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6zQ7rpJY/s6/201-toyota-gazoo-racing-toyota.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -885,20 +841,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "55dcf6f283c119d778efefd3a384a073", + "hash": "4d98ef5b54eb661b022306619896a85e", "highlights": [] }, { - "title": "Norris: McLaren and Ferrari fight helped both for future F1 title bids", - "description": "While Mercedes and Red Bull comfortably finished first and second in this year’s standings, McLaren and Ferrari both made considerable steps forward to cut the gap to the front of the field.
McLaren scored a 1-2 finish at Monza, while Ferrari picked up five podiums and two poles across the year as the fight for third in the constructors’ went to the final race of the season.
A strong end ...Keep reading", - "content": "While Mercedes and Red Bull comfortably finished first and second in this year’s standings, McLaren and Ferrari both made considerable steps forward to cut the gap to the front of the field.
McLaren scored a 1-2 finish at Monza, while Ferrari picked up five podiums and two poles across the year as the fight for third in the constructors’ went to the final race of the season.
A strong end ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/norris-mclaren-and-ferrari-fight-helped-both-for-future-f1-title-bids/7024017/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Dakar drops 'marathon' stage rule after heavy rain", + "description": "Following Saturday's Prologue and the first full stage of the rally raid in Ha'il on Sunday, the competitors were scheduled to face two days of Marathon during which they would not have been able to receive outside assistance from their teams.
But heavy downpours that began on Saturday afternoon in Ha'il and throughout the northern region of the country have flooded the Al Artawiyah bivouac ...Keep reading", + "content": "Following Saturday's Prologue and the first full stage of the rally raid in Ha'il on Sunday, the competitors were scheduled to face two days of Marathon during which they would not have been able to receive outside assistance from their teams.
But heavy downpours that began on Saturday afternoon in Ha'il and throughout the northern region of the country have flooded the Al Artawiyah bivouac ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/dakar-drops-marathon-stage-rule-after-heavy-rain/7059422/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 29 Dec 2021 13:57:10 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YXRnZvj0/s6/charles-leclerc-ferrari-sf21-b.jpg", + "pubDate": "Sun, 02 Jan 2022 13:10:53 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0a9n4or0/s6/211-bahrain-raid-xtreme-prodri.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YXRnZvj0/s6/charles-leclerc-ferrari-sf21-b.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0a9n4or0/s6/211-bahrain-raid-xtreme-prodri.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -907,20 +863,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "33e4dbba92fbfd4f6c41d29e77b5f6fc", + "hash": "af01d48f4c8817957f848b554fb8b9da", "highlights": [] }, { - "title": "Gasly: McLaren, Ferrari F1 fights offered \"different kind of excitement\"", - "description": "Gasly scored more points through 2021 than in any of his previous three full F1 seasons, finishing ninth in the standings with 110 points.
While Gasly could not emulate his shock win at Monza from 2020, the Frenchman picked up a podium finish in Azerbaijan, and was outside of the top 10 in just three races where he reached the chequered flag.
AlphaTauri narrowly lost out to ...Keep reading", - "content": "Gasly scored more points through 2021 than in any of his previous three full F1 seasons, finishing ninth in the standings with 110 points.
While Gasly could not emulate his shock win at Monza from 2020, the Frenchman picked up a podium finish in Azerbaijan, and was outside of the top 10 in just three races where he reached the chequered flag.
AlphaTauri narrowly lost out to ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/gasly-regular-mclaren-ferrari-f1-fights-offered-different-kind-of-excitement/7022745/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Audi's Peterhansel drops out of Dakar contention after Stage 1 crash", + "description": "Having finished 14th in Saturday’s Prologue, Peterhansel had been running an impressive second in his electric Audi RS Q e-tron, just six seconds behind overall leader Nasser Al-Attiyah of Toyota.
But, passing through a winding rocky track 153km into the stage near Ha'il, the Frenchman broke the rear axle of his Audi RS Q e-tron after hitting \"something\" in an area of camel grass.
Both ...Keep reading", + "content": "Having finished 14th in Saturday’s Prologue, Peterhansel had been running an impressive second in his electric Audi RS Q e-tron, just six seconds behind overall leader Nasser Al-Attiyah of Toyota.
But, passing through a winding rocky track 153km into the stage near Ha'il, the Frenchman broke the rear axle of his Audi RS Q e-tron after hitting \"something\" in an area of camel grass.
Both ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/audis-peterhansel-drops-out-of-dakar-contention-after-stage-1-crash/7058900/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 29 Dec 2021 10:33:12 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6VRovvv6/s6/pierre-gasly-alphatauri-at02-l.jpg", + "pubDate": "Sun, 02 Jan 2022 11:49:57 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6VRnkP46/s6/dakar-dakar-2022-200-team-audi-2.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6VRovvv6/s6/pierre-gasly-alphatauri-at02-l.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6VRnkP46/s6/dakar-dakar-2022-200-team-audi-2.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -929,20 +885,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce074cc1936bbbf275605c1e16ea2b64", + "hash": "ba77c73d689c021bb5537c7d32351145", "highlights": [] }, { - "title": "Stoner: MotoGP corner run-offs “worst thing that's happened\" to bike racing", - "description": "In a move to improve safety in motorsport, most circuits have had grass, gravel and astro-turf track edges replaced by asphalt run-off over the last decade or so.
In 2021 MotoGP deployed sensors in green painted run-off areas beyond circuit kerbs to police track limits, while riders in races are only allowed to exceed track limits four times before being given a penalty.
Asked about how ...Keep reading", - "content": "In a move to improve safety in motorsport, most circuits have had grass, gravel and astro-turf track edges replaced by asphalt run-off over the last decade or so.
In 2021 MotoGP deployed sensors in green painted run-off areas beyond circuit kerbs to police track limits, while riders in races are only allowed to exceed track limits four times before being given a penalty.
Asked about how ...Keep reading", - "category": "MotoGP", - "link": "https://www.autosport.com/motogp/news/stoner-motogp-corner-run-offs-worst-thing-to-happen-to-bike-racing/7022524/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Analysis: The technical challenge at the heart of Dakar 2022", + "description": "After years in which the Dakar Rally was seen as an outsider in the world of motorsport, the FIA has now decided to work hand-in-hand with the organiser of the legendary event.
In addition to creating the new FIA World Rally Raid Championship (of which the Dakar is the first event, with double points), the two have established a regulatory basis to attract as many car manufacturers as ...Keep reading", + "content": "After years in which the Dakar Rally was seen as an outsider in the world of motorsport, the FIA has now decided to work hand-in-hand with the organiser of the legendary event.
In addition to creating the new FIA World Rally Raid Championship (of which the Dakar is the first event, with double points), the two have established a regulatory basis to attract as many car manufacturers as ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/the-technical-and-regulatory-battle-of-the-dakar-2022/7058037/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 29 Dec 2021 10:08:15 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6AEwJX96/s6/valentino-rossi-petronas-yamah.jpg", + "pubDate": "Sun, 02 Jan 2022 10:20:07 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/63vA9A8Y/s6/202-team-audi-sport-audi-carlo.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6AEwJX96/s6/valentino-rossi-petronas-yamah.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/63vA9A8Y/s6/202-team-audi-sport-audi-carlo.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -951,20 +907,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "68af537b0ff4f6aadf0e9ab6b9d7ce95", + "hash": "22370a447d94d7eee33c72d19231fdb2", "highlights": [] }, { - "title": "Autosport Podcast: 2021 F1 season review - Part 2", - "description": "Part two of the podcast tackles the races after the summer break, beginning with the farcical Belgium Grand Prix where just two 'racing' laps were completed, before McLaren got back to winning ways at the Italian GP with Daniel Ricciardo leading home team-mate Lando Norris.
But it was between title rivals Max Verstappen and Lewis Hamilton where the focus lay as the pair collided on at least two ...Keep reading", - "content": "Part two of the podcast tackles the races after the summer break, beginning with the farcical Belgium Grand Prix where just two 'racing' laps were completed, before McLaren got back to winning ways at the Italian GP with Daniel Ricciardo leading home team-mate Lando Norris.
But it was between title rivals Max Verstappen and Lewis Hamilton where the focus lay as the pair collided on at least two ...Keep reading", + "title": "Ricciardo lost \"a bit of faith\" after \"nearly laughable\" start to F1 2021", + "description": "Ricciardo joined McLaren on a three-year contract for the 2021 season after his exit from Renault, but initially failed to match team-mate Lando Norris for pace.
Norris scored three podium finishes and more than double the points of Ricciardo before the summer break as the Australian struggled through the first half of the season.
But Ricciardo responded in emphatic fashion by scoring ...Keep reading", + "content": "Ricciardo joined McLaren on a three-year contract for the 2021 season after his exit from Renault, but initially failed to match team-mate Lando Norris for pace.
Norris scored three podium finishes and more than double the points of Ricciardo before the summer break as the Australian struggled through the first half of the season.
But Ricciardo responded in emphatic fashion by scoring ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/autosport-podcast-2021-f1-season-review-part-2/7022486/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/ricciardo-lost-a-bit-of-faith-after-nearly-laughable-start-to-f1-2021/7057766/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 29 Dec 2021 09:51:45 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6xE3az70/s6/lewis-hamilton-mercedes-w12-ma.jpg", + "pubDate": "Sun, 02 Jan 2022 09:12:05 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0rGgev52/s6/daniel-ricciardo-mclaren-1.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6xE3az70/s6/lewis-hamilton-mercedes-w12-ma.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0rGgev52/s6/daniel-ricciardo-mclaren-1.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -973,20 +929,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bb369e2914323b706d4766079d252fd", + "hash": "9c02efc77d73d784e7ea702a73f30c0e", "highlights": [] }, { - "title": "Ferrari: Leclerc and Sainz to have equal status in F1 2022", - "description": "With the Maranello-based outfit having finished third this season behind Mercedes and Red Bull, it hopes that the early development switch it made to its 2022 car will pay dividends in helping it close up the gap.
With one of the most closely matched driver pairings in F1, Ferrari is well aware that if its duo take points off each other then it could be a compromise if it finds itself in a ...Keep reading", - "content": "With the Maranello-based outfit having finished third this season behind Mercedes and Red Bull, it hopes that the early development switch it made to its 2022 car will pay dividends in helping it close up the gap.
With one of the most closely matched driver pairings in F1, Ferrari is well aware that if its duo take points off each other then it could be a compromise if it finds itself in a ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/ferrari-sainz-and-leclerc-will-have-equal-status-in-f1-2022/7022132/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Dakar organiser issues warning alert after Jeddah car explosion", + "description": "The 44th edition of Dakar Rally kicked off from Saudi Arabia's financial hub on New Year's Day with a short 19km Prologue won by Toyota driver Nasser Al-Attiyah from Audi's Carlos Sainz Sr.
But attention was quickly diverted at around 18:30 local time by an official press release, issued by organiser ASO, which issued a safety alert for the 3,500 or so inhabitants of the touring ...Keep reading", + "content": "The 44th edition of Dakar Rally kicked off from Saudi Arabia's financial hub on New Year's Day with a short 19km Prologue won by Toyota driver Nasser Al-Attiyah from Audi's Carlos Sainz Sr.
But attention was quickly diverted at around 18:30 local time by an official press release, issued by organiser ASO, which issued a safety alert for the 3,500 or so inhabitants of the touring ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/dakar-issues-warning-alert-after-car-explosion-in-jeddah/7051965/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Wed, 29 Dec 2021 08:59:35 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQRGkPY/s6/carlos-sainz-jr-ferrari-and-ch.jpg", + "pubDate": "Sat, 01 Jan 2022 17:05:52 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/01WAD8oY/s6/316-ph-sport-dans-les-pas-de-l.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6zQRGkPY/s6/carlos-sainz-jr-ferrari-and-ch.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/01WAD8oY/s6/316-ph-sport-dans-les-pas-de-l.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -995,20 +951,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d882fb6f35496f69bcaaed6594e1361d", + "hash": "fa0d71999e58ab02515f55b9eaefe460", "highlights": [] }, { - "title": "Johnson to return to IMSA enduros in AXR Cadillac", - "description": "The entry finished runner-up in the 2021 24 Hours of Daytona, and went on to finish seventh, fifth and fourth in the remaining three rounds of IMSA’s championship-within-a-championship, the Michelin Endurance Cup.
Despite becoming the new team principal of the Toyota WEC squad, Kobayashi will return to join seven-time NASCAR champion Johnson in the Cadillac, and their full-time partner will ...Keep reading", - "content": "The entry finished runner-up in the 2021 24 Hours of Daytona, and went on to finish seventh, fifth and fourth in the remaining three rounds of IMSA’s championship-within-a-championship, the Michelin Endurance Cup.
Despite becoming the new team principal of the Toyota WEC squad, Kobayashi will return to join seven-time NASCAR champion Johnson in the Cadillac, and their full-time partner will ...Keep reading", - "category": "IMSA", - "link": "https://www.autosport.com/imsa/news/johnson-returning-to-imsa-enduros-in-axr-cadillac/7016125/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "What could have been: When a rally king's Le Mans debut was scuppered", + "description": "It’s ironic that double World Rally champion and three-time Dakar Rally winner Carlos Sainz Sr’s topflight career would be launched by his specialism for asphalt. It was his back-to-back crowns aboard a Ford Sierra Cosworth RS in 1987 and 1988 in the Tarmac-heavy Spanish national rally division that earned a factory drive with Toyota on the world stage the following year.
The reputed Real ...Keep reading", + "content": "It’s ironic that double World Rally champion and three-time Dakar Rally winner Carlos Sainz Sr’s topflight career would be launched by his specialism for asphalt. It was his back-to-back crowns aboard a Ford Sierra Cosworth RS in 1987 and 1988 in the Tarmac-heavy Spanish national rally division that earned a factory drive with Toyota on the world stage the following year.
The reputed Real ...Keep reading", + "category": "WRC", + "link": "https://www.autosport.com/le-mans/news/what-could-have-been-when-a-rally-kings-le-mans-debut-was-scuppered/6971265/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 28 Dec 2021 16:34:39 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0rGWWvJ2/s6/48-action-express-racing-cadil.jpg", + "pubDate": "Sat, 01 Jan 2022 15:00:44 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2y3Mzmp6/s6/17-brun-motorsport-porsche-962.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0rGWWvJ2/s6/48-action-express-racing-cadil.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2y3Mzmp6/s6/17-brun-motorsport-porsche-962.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1017,20 +973,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6f78acdcbecd594bdf2347aabebd9ca", + "hash": "f9f4553b2408addddc3f70a01cd147ee", "highlights": [] }, { - "title": "Capito: No number one F1 driver at Williams in 2022", - "description": "After a year on the sidelines Albon leaves the Red Bull camp in 2022 to replace George Russell, who has joined the works Mercedes team.
However Capito says that Latifi will have an equal opportunity to help the team make further progress.
Both men have completed two full F1 seasons, with Latifi having started 39 races and Albon 38.
\"Of course, it's good for both,” said Capito. “I ...Keep reading", - "content": "After a year on the sidelines Albon leaves the Red Bull camp in 2022 to replace George Russell, who has joined the works Mercedes team.
However Capito says that Latifi will have an equal opportunity to help the team make further progress.
Both men have completed two full F1 seasons, with Latifi having started 39 races and Albon 38.
\"Of course, it's good for both,” said Capito. “I ...Keep reading", + "title": "Button eyes more Williams time in F1 as COVID restrictions ease", + "description": "The 2009 world champion, who made his F1 debut with Williams in 2000, took on a role as a senior advisor at the Grove-based outfit last year as the team continues its recovery under new owners Dorilton Capital.
However, with F1 personnel put in bubbles because of COVID protocols, Button found himself unable to mix with the team as much as planned.
His situation was made ...Keep reading", + "content": "The 2009 world champion, who made his F1 debut with Williams in 2000, took on a role as a senior advisor at the Grove-based outfit last year as the team continues its recovery under new owners Dorilton Capital.
However, with F1 personnel put in bubbles because of COVID protocols, Button found himself unable to mix with the team as much as planned.
His situation was made ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/capito-no-number-one-driver-at-williams-in-2022/7014281/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/button-eyes-more-williams-time-in-f1-as-covid-restrictions-ease/7040388/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 28 Dec 2021 15:00:04 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/254J5q90/s6/formula-1-news-2021-alex-albon-2.jpg", + "pubDate": "Sat, 01 Jan 2022 14:08:30 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQ7ZQJY/s6/extreme-e-jurassic-x-prix-2021-2.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/254J5q90/s6/formula-1-news-2021-alex-albon-2.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6zQ7ZQJY/s6/extreme-e-jurassic-x-prix-2021-2.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1039,20 +995,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b640cb0da011683cbe5f5dbc4c3c803", + "hash": "6f84e157e7671c125634b4b9eda65910", "highlights": [] }, { - "title": "Autosport's top 10 club rivalries of 2021", - "description": "10. Aaron Cooke v Shaun Traynor
The reigning champion took on the four-time title winner in Toyota MR2s, both mounted in the latest Roadster model. Aaron Cooke won the 2020 crown in a Mk2 but adapted quickly to the lighter car and took on Shaun Traynor in intense battles: more than half of the races had them finishing 1-2. Cooke (leading Traynor, below) was ahead by the penultimate meeting, but ...Keep reading", - "content": "10. Aaron Cooke v Shaun Traynor
The reigning champion took on the four-time title winner in Toyota MR2s, both mounted in the latest Roadster model. Aaron Cooke won the 2020 crown in a Mk2 but adapted quickly to the lighter car and took on Shaun Traynor in intense battles: more than half of the races had them finishing 1-2. Cooke (leading Traynor, below) was ahead by the penultimate meeting, but ...Keep reading", - "category": "National", - "link": "https://www.autosport.com/national/news/autosports-top-10-club-rivalries-of-2021/6956040/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Ducati's 2022 MotoGP bike \"already raceable\" after first test", + "description": "The 2021 MotoGP championship runner-up won four races last season and only missed the title by 26 points after a strong second part to the campaign.
Ducati won more races than any other manufacturer in 2021, with Bagnaia (4), Jack Miller (2) and Pramac rookie Jorge Martin (1) tallying up seven between them – securing the Italian marque the constructors’ crown for the second year in a ...Keep reading", + "content": "The 2021 MotoGP championship runner-up won four races last season and only missed the title by 26 points after a strong second part to the campaign.
Ducati won more races than any other manufacturer in 2021, with Bagnaia (4), Jack Miller (2) and Pramac rookie Jorge Martin (1) tallying up seven between them – securing the Italian marque the constructors’ crown for the second year in a ...Keep reading", + "category": "MotoGP", + "link": "https://www.autosport.com/motogp/news/2022-ducati-motogp-bike-already-raceable-after-first-test-bagnaia/7040386/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 28 Dec 2021 14:00:04 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YP3nkOX2/s6/barc-owens-1-1.jpg", + "pubDate": "Sat, 01 Jan 2022 12:00:05 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/2QzngRvY/s6/francesco-bagnaia-ducati-team-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YP3nkOX2/s6/barc-owens-1-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/2QzngRvY/s6/francesco-bagnaia-ducati-team-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1061,20 +1017,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2bf816e098b5b057671d434b6651a1f", + "hash": "f757566bc22c4a165f14da45ef9c0213", "highlights": [] }, { - "title": "Prema signs dual F4 champion Bearman for FIA F3", - "description": "The 16-year-old joins the Italian squad highly rated after becoming the first driver to win the German and Italian Formula 4 championships in the same season, during a successful 2021 campaign driving for Van Amersfoort Racing.
In only his second year racing cars, Bearman notched up a total of 17 wins and 13 poles from his F4 outings this season.
The performances resulted in the British ...Keep reading", - "content": "The 16-year-old joins the Italian squad highly rated after becoming the first driver to win the German and Italian Formula 4 championships in the same season, during a successful 2021 campaign driving for Van Amersfoort Racing.
In only his second year racing cars, Bearman notched up a total of 17 wins and 13 poles from his F4 outings this season.
The performances resulted in the British ...Keep reading", - "category": "FIA F3", - "link": "https://www.autosport.com/fia-f3/news/prema-signs-dual-f4-champion-bearman-for-fia-f3/7015078/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Dakar 2022: Al-Attiyah tops Prologue as Audi makes strong start", + "description": "On a terrain with similar characteristics to those that the competitors will encounter throughout the first week of the race, 2021 runner-up Al-Attiyah completed the 19km Prologue section located between Jeedah and Ha’il in 10m56s as he kick-started his bid for a fourth Dakar win to add to previous successes in 2011, 2015 and 2019.
The Qatari driver, giving the new Toyota Hilux its Dakar bow ...Keep reading", + "content": "On a terrain with similar characteristics to those that the competitors will encounter throughout the first week of the race, 2021 runner-up Al-Attiyah completed the 19km Prologue section located between Jeedah and Ha’il in 10m56s as he kick-started his bid for a fourth Dakar win to add to previous successes in 2011, 2015 and 2019.
The Qatari driver, giving the new Toyota Hilux its Dakar bow ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/dakar-2022-al-attiyah-tops-prologue-as-audi-makes-strong-start/7049320/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 28 Dec 2021 13:49:22 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YKEn4K10/s6/oliver-bearman-1.jpg", + "pubDate": "Sat, 01 Jan 2022 10:01:28 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6b7n4Nw0/s6/201-toyota-gazoo-racing-toyota.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YKEn4K10/s6/oliver-bearman-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6b7n4Nw0/s6/201-toyota-gazoo-racing-toyota.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1083,20 +1039,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b68e038225a898a2a0c772ab4ea646d", + "hash": "178d4eb70d307eb364fb0523b3dbefe3", "highlights": [] }, { - "title": "Vettel: Schumacher did \"incredible job\" with poor Haas F1 car", - "description": "Schumacher made his debut in 2021 after taking the 2020 F2 title in his second season but struggled to shine in F1 with an underperforming Haas outfit.
Schumacher and teammate Nikita Mazepin traditionally propped up the timesheets and finished the season without points as Haas put all its eggs in the 2022 basket, opting not to improve its 2021 challenger.
Despite a rough rookie season, there ...Keep reading", - "content": "Schumacher made his debut in 2021 after taking the 2020 F2 title in his second season but struggled to shine in F1 with an underperforming Haas outfit.
Schumacher and teammate Nikita Mazepin traditionally propped up the timesheets and finished the season without points as Haas put all its eggs in the 2022 basket, opting not to improve its 2021 challenger.
Despite a rough rookie season, there ...Keep reading", + "title": "Norris proud mental health honesty is helping others", + "description": "The McLaren driver, who scored his first F1 pole in 2021 and took four podium finishes, has made no secret of the fact that he struggled at times with the pressures that come with being a grand prix driver.
In particular he said the stress caused in his early races during his 2019 rookie season, where he worried that he risked losing his seat if he didn't perform, was something that he ...Keep reading", + "content": "The McLaren driver, who scored his first F1 pole in 2021 and took four podium finishes, has made no secret of the fact that he struggled at times with the pressures that come with being a grand prix driver.
In particular he said the stress caused in his early races during his 2019 rookie season, where he worried that he risked losing his seat if he didn't perform, was something that he ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/vettel-schumacher-did-incredible-job-with-poor-haas-f1-car/7013463/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/norris-proud-mental-health-honesty-is-helping-others/7040383/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 28 Dec 2021 13:00:06 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2eAzjBp2/s6/mick-schumacher-haas-vf-21-1.jpg", + "pubDate": "Sat, 01 Jan 2022 09:01:19 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/Y99AxmPY/s6/formula-1-post-season-testing--2.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2eAzjBp2/s6/mick-schumacher-haas-vf-21-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/Y99AxmPY/s6/formula-1-post-season-testing--2.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1105,20 +1061,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f54252d10cdb111b34e547d68bd4ab46", + "hash": "48590e789c6dbdf6d116f29f65e23890", "highlights": [] }, { - "title": "Formula E plotting Gen4 rules with possible hydrogen shift touted", - "description": "During the pre-season test in Valencia last month, Formula E released the first teaser images of its delta wing-inspired Gen3 design that will have 470bhp and a total regenerative braking capacity of 600kW.
The new rules will begin in the 2022-23 season and while private testing from car constructor Spark Racing Technology is in progress, the teams will take delivery of the new machinery in the ...Keep reading", - "content": "During the pre-season test in Valencia last month, Formula E released the first teaser images of its delta wing-inspired Gen3 design that will have 470bhp and a total regenerative braking capacity of 600kW.
The new rules will begin in the 2022-23 season and while private testing from car constructor Spark Racing Technology is in progress, the teams will take delivery of the new machinery in the ...Keep reading", - "category": "Formula E", - "link": "https://www.autosport.com/formula-e/news/formula-e-plotting-gen4-rules-with-possible-hydrogen-shift-touted/7013575/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "M-Sport appoints new technical director ahead of 2022 WRC season", + "description": "The British squad has announced a move to install Williams as head of its technical department less than a month before the start of the 2022 season that will see the WRC embrace hybrid technology as part of its new Rally1 regulations.
The appointment also comes seven months after Christian Loriaux elected to leave the M-Sport technical director role to move to rivals Hyundai.
Williams’ ...Keep reading", + "content": "The British squad has announced a move to install Williams as head of its technical department less than a month before the start of the 2022 season that will see the WRC embrace hybrid technology as part of its new Rally1 regulations.
The appointment also comes seven months after Christian Loriaux elected to leave the M-Sport technical director role to move to rivals Hyundai.
Williams’ ...Keep reading", + "category": "WRC", + "link": "https://www.autosport.com/wrc/news/m-sport-appoints-new-technical-director-ahead-of-2022-wrc-season/7042030/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 28 Dec 2021 12:00:06 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6xE3zP70/s6/cars-in-action-on-track-1.jpg", + "pubDate": "Sat, 01 Jan 2022 08:00:05 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0L1nkrm2/s6/chris-williams-m-sport-technic.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6xE3zP70/s6/cars-in-action-on-track-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0L1nkrm2/s6/chris-williams-m-sport-technic.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1127,20 +1083,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "be625992d53ce488210f0e4ca14467d8", + "hash": "ce4a9563620596d128c0a28944b77d05", "highlights": [] }, { - "title": "F1 2022 cars \"not crazy different\" in simulator, says Bottas", - "description": "F1 teams are working flat out on the all-new ground effect cars that are arriving for 2022, and aimed at helping improve the racing by allowing drivers to follow each other more closely.
A number of drivers who have tried the new concepts out in simulators have said that they will require a contrasting approach compared to now – as they will move around a lot more on the edge than the current ...Keep reading", - "content": "F1 teams are working flat out on the all-new ground effect cars that are arriving for 2022, and aimed at helping improve the racing by allowing drivers to follow each other more closely.
A number of drivers who have tried the new concepts out in simulators have said that they will require a contrasting approach compared to now – as they will move around a lot more on the edge than the current ...Keep reading", + "title": "Steiner: Haas crew \"never gave up\" in tough F1 2021", + "description": "After a disastrous 2020 season, Haas decided not to develop its car for 2021 and instead focus straight away on the all-new regulations for 2022.
That meant 2021, with two incoming rookie drivers in Mick Schumacher and Nikita Mazepin, was a write-off from the start as the Haas team continued to prop up the timesheets at most races.
While it gave Schumacher and Mazepin the breathing room to ...Keep reading", + "content": "After a disastrous 2020 season, Haas decided not to develop its car for 2021 and instead focus straight away on the all-new regulations for 2022.
That meant 2021, with two incoming rookie drivers in Mick Schumacher and Nikita Mazepin, was a write-off from the start as the Haas team continued to prop up the timesheets at most races.
While it gave Schumacher and Mazepin the breathing room to ...Keep reading", "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/f1-2022-cars-not-crazy-different-in-simulator-says-bottas/7013338/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/f1/news/steiner-haas-crew-never-gave-up-in-tough-f1-2021/7040132/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 28 Dec 2021 11:00:05 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6zQ7arLY/s6/valtteri-bottas-alfa-romeo-rac.jpg", + "pubDate": "Fri, 31 Dec 2021 16:45:04 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/63vJD8bY/s6/guenther-steiner-team-principa.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6zQ7arLY/s6/valtteri-bottas-alfa-romeo-rac.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/63vJD8bY/s6/guenther-steiner-team-principa.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1149,20 +1105,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80d2f3c5eecb3f9ac89e487d9100bb9b", + "hash": "1edf8c93a5b4456d811d12435db3f171", "highlights": [] }, { - "title": "Sainz hopes F1's young drivers can battle fairly for wins", - "description": "The progress of youngsters like the Spaniard himself, Charles Leclerc, George Russell and Lando Norris, has opened the possibility of new faces gunning for victories as their teams make progress up the grid.
So far, their rivalries have proved to be exciting but fair, and Sainz is keeping his fingers crossed that even when the stakes get higher, they can all keep at it in the same way.
“I ...Keep reading", - "content": "The progress of youngsters like the Spaniard himself, Charles Leclerc, George Russell and Lando Norris, has opened the possibility of new faces gunning for victories as their teams make progress up the grid.
So far, their rivalries have proved to be exciting but fair, and Sainz is keeping his fingers crossed that even when the stakes get higher, they can all keep at it in the same way.
“I ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/sainz-hopes-f1s-young-drivers-can-battle-fairly-for-wins/7013243/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Jake Hill joins West Surrey Racing for 2022 BTCC season", + "description": "Hill, who finished fifth for the Motorbase Performance-run team in 2021, will drive a BMW 330e M Sport in a new on-track package for MB Motorsport developed with 15-time champion WSR. 
The team, led by former Formula 1 driver and 24 Hours of Le Mans winner Mark Blundell, came sixth in the teams’ standings in 2021 running Ford Focus STs. 
It also marks a change in name, adopting ...Keep reading", + "content": "Hill, who finished fifth for the Motorbase Performance-run team in 2021, will drive a BMW 330e M Sport in a new on-track package for MB Motorsport developed with 15-time champion WSR. 
The team, led by former Formula 1 driver and 24 Hours of Le Mans winner Mark Blundell, came sixth in the teams’ standings in 2021 running Ford Focus STs. 
It also marks a change in name, adopting ...Keep reading", + "category": "BTCC", + "link": "https://www.autosport.com/btcc/news/jake-hill-joins-west-surrey-racing-for-2022-btcc-season/7042603/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Tue, 28 Dec 2021 09:08:18 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YKEwLzr0/s6/carlos-sainz-jr-ferrari-sf21-1.jpg", + "pubDate": "Fri, 31 Dec 2021 15:49:21 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/0L1nkRP2/s6/btcc-news-2021-mark-blundell-j-2.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YKEwLzr0/s6/carlos-sainz-jr-ferrari-sf21-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/0L1nkRP2/s6/btcc-news-2021-mark-blundell-j-2.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1171,20 +1127,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "92bd98eaeb2c1b60f1d4f66b52630bee", + "hash": "6bc5152919e52ec5a9ecfb0ec1b4fd58", "highlights": [] }, { - "title": "Toyota WRC squad “working 100%” to be ready for Monte Carlo", - "description": "The annual Monte Carlo curtain raiser will see the WRC embrace hybrid technology for the first time following the introduction of new Rally1 regulations.
The new rules have required Toyota, Hyundai and M-Sport Ford to construct all-new cars built around a tougher space frame chassis, while the 1.6 litre turbo charged engines are now coupled to a 100kW hybrid unit.
All three teams have ...Keep reading", - "content": "The annual Monte Carlo curtain raiser will see the WRC embrace hybrid technology for the first time following the introduction of new Rally1 regulations.
The new rules have required Toyota, Hyundai and M-Sport Ford to construct all-new cars built around a tougher space frame chassis, while the 1.6 litre turbo charged engines are now coupled to a 100kW hybrid unit.
All three teams have ...Keep reading", + "title": "Neuville: “Everything in place to carry on” without Hyundai WRC boss Adamo", + "description": "Long serving boss Andrea Adamo left the team principal role in December, citing personal reasons, after six years in charge, where he oversaw Hyundai clinch back-to-back WRC constructor titles in 2019 and 2020.
Following the announcement Hyundai installed its president Scott Noh to take over the team’s day-to-day responsibilities from Adamo in the short term.
The management reshuffle has ...Keep reading", + "content": "Long serving boss Andrea Adamo left the team principal role in December, citing personal reasons, after six years in charge, where he oversaw Hyundai clinch back-to-back WRC constructor titles in 2019 and 2020.
Following the announcement Hyundai installed its president Scott Noh to take over the team’s day-to-day responsibilities from Adamo in the short term.
The management reshuffle has ...Keep reading", "category": "WRC", - "link": "https://www.autosport.com/wrc/news/toyota-wrc-squad-working-100-to-be-ready-for-monte-carlo/7004641/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "link": "https://www.autosport.com/wrc/news/neuville-everything-in-place-to-carry-on-without-hyundai-wrc-boss-adamo/7040477/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Mon, 27 Dec 2021 15:30:03 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YBea7A72/s6/sebastien-ogier-benjamin-veill.jpg", + "pubDate": "Fri, 31 Dec 2021 14:39:44 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/254JGDk0/s6/thierry-neuville-hyundai-motor.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YBea7A72/s6/sebastien-ogier-benjamin-veill.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/254JGDk0/s6/thierry-neuville-hyundai-motor.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1193,20 +1149,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b12c31b8baf16531141bea8a0087e767", + "hash": "a7d12b75e29b4c2be4f4e06c122f444c", "highlights": [] }, { - "title": "Autosport's top 10 club drivers of 2021", - "description": "The 2021 season was a highly successful one for national racing, with two-thirds of clubs enjoying increases in average grid sizes. That meant there was plenty of action to be keeping tabs on, and made it a tricky task to select the top 10 performers across the myriad series. 
Here are the drivers that made Autosport's annual list.
10. Alex Walker
2nd in BRSCC National FF1600
Alex ...Keep reading", - "content": "The 2021 season was a highly successful one for national racing, with two-thirds of clubs enjoying increases in average grid sizes. That meant there was plenty of action to be keeping tabs on, and made it a tricky task to select the top 10 performers across the myriad series. 
Here are the drivers that made Autosport's annual list.
10. Alex Walker
2nd in BRSCC National FF1600
Alex ...Keep reading", - "category": "National", - "link": "https://www.autosport.com/national/news/autosports-top-10-club-drivers-of-2021/6955401/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Aston Martin hails \"brilliant\" Vettel for integrity and integration", + "description": "Four-time F1 world champion Vettel joined the rebranded Aston Martin team for this season following his exit from Ferrari, linking up with Lance Stroll.
While Aston Martin slipped back to seventh in the constructors’ championship after being hurt by the downforce cuts under the tweaked regulations for 2021, Vettel was able to score the team’s best result of the season ...Keep reading", + "content": "Four-time F1 world champion Vettel joined the rebranded Aston Martin team for this season following his exit from Ferrari, linking up with Lance Stroll.
While Aston Martin slipped back to seventh in the constructors’ championship after being hurt by the downforce cuts under the tweaked regulations for 2021, Vettel was able to score the team’s best result of the season ...Keep reading", + "category": "Formula 1", + "link": "https://www.autosport.com/f1/news/aston-martin-hails-brilliant-vettel-for-integrity-and-integration/7040133/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Mon, 27 Dec 2021 15:00:03 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/YMdnkOg2/s6/l1-dailly-02-2-1.jpg", + "pubDate": "Fri, 31 Dec 2021 13:45:04 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6b7xMZ30/s6/sebastian-vettel-aston-martin-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/YMdnkOg2/s6/l1-dailly-02-2-1.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6b7xMZ30/s6/sebastian-vettel-aston-martin-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1215,20 +1171,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "97f01904482434570055a972369e90b1", + "hash": "ed89d1b7c29bdc7b80ebbb13b30d1428", "highlights": [] }, { - "title": "Mekies: Ferrari’s Leclerc and Sainz \"as good as it gets\" as team-mates", - "description": "Sainz linked up with Ferrari for the start of the 2021 season, joining from McLaren as a replacement for four-time world champion Sebastian Vettel.
Sainz and Leclerc quickly formed an impressive partnership both on-track and off-track as they helped Ferrari finish third in the constructors’ championship, bouncing back from its worst result in 40 years in 2020 when it finished ...Keep reading", - "content": "Sainz linked up with Ferrari for the start of the 2021 season, joining from McLaren as a replacement for four-time world champion Sebastian Vettel.
Sainz and Leclerc quickly formed an impressive partnership both on-track and off-track as they helped Ferrari finish third in the constructors’ championship, bouncing back from its worst result in 40 years in 2020 when it finished ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/mekies-ferraris-leclerc-and-sainz-as-good-as-it-gets-as-team-mates/7000528/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Rebellion boss takes over Dumas' car after Dakar shakedown fire", + "description": "Pesci was due to make his third consecutive Dakar appearance with former LMP1 race winning-team Rebellion as part of a two-car line-up for the Saudi Arabian event. 
However, his hopes of improving on a best finish of 43rd were seemingly dashed when his #251 DXX entry was engulfed in flames in the 10.7km shakedown near Jeddah, the venue for the opening stage of the rally-raid.
Le Mans 24 ...Keep reading", + "content": "Pesci was due to make his third consecutive Dakar appearance with former LMP1 race winning-team Rebellion as part of a two-car line-up for the Saudi Arabian event. 
However, his hopes of improving on a best finish of 43rd were seemingly dashed when his #251 DXX entry was engulfed in flames in the 10.7km shakedown near Jeddah, the venue for the opening stage of the rally-raid.
Le Mans 24 ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/rebellion-boss-takes-over-dumas-car-after-dakar-shakedown-fire/7041535/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Mon, 27 Dec 2021 14:00:05 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0JBn7LN0/s6/charles-leclerc-ferrari-sf21-c.jpg", + "pubDate": "Fri, 31 Dec 2021 12:49:03 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6gp84oP0/s6/alexandre-pesci-stephan-kuhni-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0JBn7LN0/s6/charles-leclerc-ferrari-sf21-c.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6gp84oP0/s6/alexandre-pesci-stephan-kuhni-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1237,20 +1193,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c208c70725bb3484117a838254772192", + "hash": "c6b4bcf0b34b5200445215f3624adf1f", "highlights": [] }, { - "title": "The Rossi \"secret\" Bagnaia plans to utilise in MotoGP 2022", - "description": "Bagnaia won four races in 2021 and finished runner-up in the standings to Fabio Quartararo, missing the championship by 26 points, in a breakout campaign for the factory Ducati rider.
The Italian got the first win of his MotoGP career at the Aragon Grand Prix last September when he battled hard with six-time world champion Marc Marquez.
Speaking in Autosport’s Tank Slappers podcast ...Keep reading", - "content": "Bagnaia won four races in 2021 and finished runner-up in the standings to Fabio Quartararo, missing the championship by 26 points, in a breakout campaign for the factory Ducati rider.
The Italian got the first win of his MotoGP career at the Aragon Grand Prix last September when he battled hard with six-time world champion Marc Marquez.
Speaking in Autosport’s Tank Slappers podcast ...Keep reading", - "category": "MotoGP", - "link": "https://www.autosport.com/motogp/news/the-rossi-secret-bagnaia-plans-to-utilise-in-motogp-2022/7004678/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Toyota's Al-Attiyah sees himself as Dakar Rally 2022 favourite", + "description": "The Qatari driver finished runner-up in both the 2020 and '21 editions of Dakar, losing out on both occasions to the Mini JCW buggies amid an apparent performance gap between performance of two-wheel drive cars and 4x4 vehicles such as the Hilux fielded by Toyota.
But event organiser ASO has revamped the regulations for Dakar in 2022, providing a level playing field between all types of cars ...Keep reading", + "content": "The Qatari driver finished runner-up in both the 2020 and '21 editions of Dakar, losing out on both occasions to the Mini JCW buggies amid an apparent performance gap between performance of two-wheel drive cars and 4x4 vehicles such as the Hilux fielded by Toyota.
But event organiser ASO has revamped the regulations for Dakar in 2022, providing a level playing field between all types of cars ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/toyotas-al-attiyah-sees-himself-as-dakar-2022-favourite/7034010/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Mon, 27 Dec 2021 10:03:54 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/0RrnqdE0/s6/francesco-bagnaia-ducati-team-.jpg", + "pubDate": "Fri, 31 Dec 2021 12:07:03 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6b7n4Nw0/s6/201-toyota-gazoo-racing-toyota.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/0RrnqdE0/s6/francesco-bagnaia-ducati-team-.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6b7n4Nw0/s6/201-toyota-gazoo-racing-toyota.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1259,20 +1215,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5692ace2b8c6d1640c0da14153ecffa8", + "hash": "3e442efcc578a54c6c1dacbbea20f197", "highlights": [] }, { - "title": "‘We got quite crazy with it’: Inside Formula 1’s driver chess club", - "description": "But it is not the only sport or pastime to enjoy such a surge. In October 2020, The Queen’s Gambit became a hit on Netflix, based on the 1983 novel about a female chess prodigy, played by Anya Taylor-Joy, who rises to become the greatest player in the world.
It resulted in a massive swell in interest for chess. Retailers reported sales for chessboards were up as much as 1,000%, according to ...Keep reading", - "content": "But it is not the only sport or pastime to enjoy such a surge. In October 2020, The Queen’s Gambit became a hit on Netflix, based on the 1983 novel about a female chess prodigy, played by Anya Taylor-Joy, who rises to become the greatest player in the world.
It resulted in a massive swell in interest for chess. Retailers reported sales for chessboards were up as much as 1,000%, according to ...Keep reading", - "category": "Formula 1", - "link": "https://www.autosport.com/f1/news/we-got-quite-crazy-with-it-inside-formula-1s-driver-chess-club/6996077/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Aprilia has “a long way to go” to reduce MotoGP deficit", + "description": "The Italian marque made its biggest stride towards the front in MotoGP in 2021 seven seasons into its return, having been one of only two manufacturers allowed to build an all new bike amidst the COVID-enforced development freeze.
Aleix Espargaro proved to be a consistent top eight finisher across the campaign and scored Aprilia’s first-ever podium in the modern MotoGP era when he was third ...Keep reading", + "content": "The Italian marque made its biggest stride towards the front in MotoGP in 2021 seven seasons into its return, having been one of only two manufacturers allowed to build an all new bike amidst the COVID-enforced development freeze.
Aleix Espargaro proved to be a consistent top eight finisher across the campaign and scored Aprilia’s first-ever podium in the modern MotoGP era when he was third ...Keep reading", + "category": "MotoGP", + "link": "https://www.autosport.com/motogp/news/aprilia-has-a-long-way-to-go-to-reduce-motogp-deficit/7040201/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sun, 26 Dec 2021 17:02:47 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/6VRnk4N6/s6/carlos-sainz-jr-charles-lecler.jpg", + "pubDate": "Fri, 31 Dec 2021 11:13:38 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/254AmO90/s6/maverick-vinales-aprilia-racin.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/6VRnk4N6/s6/carlos-sainz-jr-charles-lecler.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/254AmO90/s6/maverick-vinales-aprilia-racin.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1281,20 +1237,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e13eb7a68eda42b1626c4a191dac1bc", + "hash": "baf29f001efa903fb72a917eb2c57b05", "highlights": [] }, { - "title": "Porsche wants to unlock battery development in Formula E", - "description": "Since the championship’s inception, the battery has been a single-spec component.
It was first supplied by Williams Advanced Engineering [WAE] prior to a switch to McLaren Applied for Gen2, but WAE has won back the tender for Gen3 beginning in 2022-23.
For the advent of the new 470bhp machines, the battery will again remain standardised. But Porsche wishes to see it opened to become an ...Keep reading", - "content": "Since the championship’s inception, the battery has been a single-spec component.
It was first supplied by Williams Advanced Engineering [WAE] prior to a switch to McLaren Applied for Gen2, but WAE has won back the tender for Gen3 beginning in 2022-23.
For the advent of the new 470bhp machines, the battery will again remain standardised. But Porsche wishes to see it opened to become an ...Keep reading", - "category": "Formula E", - "link": "https://www.autosport.com/formula-e/news/porsche-wants-to-unlock-battery-development-in-formula-e/6995677/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", + "title": "Rebellion retires from 2022 Dakar Rally on shakedown after fire engulfs car", + "description": "The car that was supposed to be driven by Rebellion president Alexandre Pesci and co-driver Stephan Khuni in the 44th edition of the Dakar Rally was destroyed after being engulfed in flames in a 10.7km shakedown near Jeddah. Both Pesci and Khuni were uninjured.
The incident marked a premature end to what would have been Pesci’s third successive appearance in the prestigious cross-country ...Keep reading", + "content": "The car that was supposed to be driven by Rebellion president Alexandre Pesci and co-driver Stephan Khuni in the 44th edition of the Dakar Rally was destroyed after being engulfed in flames in a 10.7km shakedown near Jeddah. Both Pesci and Khuni were uninjured.
The incident marked a premature end to what would have been Pesci’s third successive appearance in the prestigious cross-country ...Keep reading", + "category": "Dakar", + "link": "https://www.autosport.com/dakar/news/rebellion-retires-from-2022-dakar-rally-on-shakedown-after-fire-engulfs-car/7032415/?utm_source=RSS&utm_medium=referral&utm_campaign=RSS-ALL&utm_term=News&utm_content=uk", "creator": "", - "pubDate": "Sun, 26 Dec 2021 11:05:03 +0000", - "enclosure": "https://cdn-1.motorsport.com/images/amp/2jXZy7M6/s6/andre-lotterer-porsche-porsche.jpg", + "pubDate": "Thu, 30 Dec 2021 12:32:48 +0000", + "enclosure": "https://cdn-1.motorsport.com/images/amp/6gp84oP0/s6/alexandre-pesci-stephan-kuhni-.jpg", "enclosureType": "image/jpeg", - "image": "https://cdn-1.motorsport.com/images/amp/2jXZy7M6/s6/andre-lotterer-porsche-porsche.jpg", + "image": "https://cdn-1.motorsport.com/images/amp/6gp84oP0/s6/alexandre-pesci-stephan-kuhni-.jpg", "id": "", "language": "", "folder": "00.03 News/Sport EN", @@ -1303,7 +1259,7 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca65a9158a80ac93f73b30d9decbc1b4", + "hash": "ec16535792435a92bad5012302e34ef2", "highlights": [] }, { @@ -2120,13 +2076,13 @@ "description": "Kinja RSS", "items": [ { - "title": "Two Die In Train Crash After Car Drives Onto High-Speed Tracks", - "description": "

It’s fair to say that passenger rail infrastructure in the United States is lacking. Projects outside the northeastern U.S. to expand commuter and inter-city rail networks are few and far between. One of those fledging rail services has had another fatal incident in South Florida.

Read more...

", - "content": "

It’s fair to say that passenger rail infrastructure in the United States is lacking. Projects outside the northeastern U.S. to expand commuter and inter-city rail networks are few and far between. One of those fledging rail services has had another fatal incident in South Florida.

Read more...

", - "category": "commuter rail", - "link": "https://jalopnik.com/two-die-in-train-crash-after-car-drives-onto-high-speed-1848294637", - "creator": "Ryan Erik King", - "pubDate": "Sun, 02 Jan 2022 16:15:00 GMT", + "title": "This Charmingly Half-Assed Forgotten 4x4 Pacer Concept Is Peak AMC", + "description": "

There’s many, many things I love about AMC, America’s lovable loser of carmakers, but I think its truly defining trait has to do with its sheer inventiveness and cleverness in the face of its own perpetual broke-ness. AMC was the master of re-use and repurposing cars, like making the Gremlin by chopping the butt off…

Read more...

", + "content": "

There’s many, many things I love about AMC, America’s lovable loser of carmakers, but I think its truly defining trait has to do with its sheer inventiveness and cleverness in the face of its own perpetual broke-ness. AMC was the master of re-use and repurposing cars, like making the Gremlin by chopping the butt off…

Read more...

", + "category": "pacer", + "link": "https://jalopnik.com/this-charmingly-half-assed-forgotten-4x4-pacer-concept-1848309632", + "creator": "Jason Torchinsky", + "pubDate": "Wed, 05 Jan 2022 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2138,17 +2094,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddd6377a1736ee6383b757d9abdf867f", + "hash": "ab336e17b48b5fe6468bb82e17c01d9e", "highlights": [] }, { - "title": "Ford Festiva Shogun Destroyed In Colorado Wildfire", - "description": "

The Ford Festiva Shogun is a unique automotive creation. The Shogun was a mid-engined marriage between a Japanese-designed American subcompact and a high-performance three-liter V6 engine meant for a sedan. While the Shogun intended to have a production run of 250 cars, only seven were ever made. Now, there are only…

Read more...

", - "content": "

The Ford Festiva Shogun is a unique automotive creation. The Shogun was a mid-engined marriage between a Japanese-designed American subcompact and a high-performance three-liter V6 engine meant for a sedan. While the Shogun intended to have a production run of 250 cars, only seven were ever made. Now, there are only…

Read more...

", - "category": "ford", - "link": "https://jalopnik.com/ford-festiva-shogun-destroyed-in-colorado-wildfire-1848294390", - "creator": "Ryan Erik King", - "pubDate": "Sun, 02 Jan 2022 15:00:00 GMT", + "title": "Somebody Tell BMW It Made An iX That Changes Shades, Not Colors", + "description": "

Almost a month ago, BMW teased a “color-changing car” for CES. Today, we got to see that car: it’s an iX with a wrap that can go from black to white, partially or completely. Black and white are not colors, as an elementary school art teacher will tell you, but rather shades, so I’d say BMW didn’t quite deliver what…

Read more...

", + "content": "

Almost a month ago, BMW teased a “color-changing car” for CES. Today, we got to see that car: it’s an iX with a wrap that can go from black to white, partially or completely. Black and white are not colors, as an elementary school art teacher will tell you, but rather shades, so I’d say BMW didn’t quite deliver what…

Read more...

", + "category": "bmw", + "link": "https://jalopnik.com/somebody-tell-bmw-it-made-an-ix-that-changes-shades-no-1848308376", + "creator": "Adam Ismail", + "pubDate": "Wed, 05 Jan 2022 20:35:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2160,17 +2116,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "02c186238d81c273b894e5c9ad23407c", + "hash": "3514c9e8f3aeaa1af347f1c9882482bd", "highlights": [] }, { - "title": "Stolen Car Joyride On F1 Circuit Ends With Fiery Crash", - "description": "

With Formula One in the middle of its offseason, the dream of driving on a Grand Prix circuit is especially vivid for many motorsport fans, including myself. However, not many are willing to steal a car and speed on public roads to fulfill that dream.

Read more...

", - "content": "

With Formula One in the middle of its offseason, the dream of driving on a Grand Prix circuit is especially vivid for many motorsport fans, including myself. However, not many are willing to steal a car and speed on public roads to fulfill that dream.

Read more...

", - "category": "the world championship", - "link": "https://jalopnik.com/stolen-car-joyride-on-f1-circuit-ends-with-fiery-crash-1848294495", - "creator": "Ryan Erik King", - "pubDate": "Sun, 02 Jan 2022 14:00:00 GMT", + "title": "Here Are The Cars In Desperate Need Of A Facelift In 2022", + "description": "

The world’s auto makers are always coming out with refreshed model lineups to appeal to new or repeat customers. But sometimes, cars can miss out on a refresh and are left forgotten on the salesroom floor.

Read more...

", + "content": "

The world’s auto makers are always coming out with refreshed model lineups to appeal to new or repeat customers. But sometimes, cars can miss out on a refresh and are left forgotten on the salesroom floor.

Read more...

", + "category": "cars", + "link": "https://jalopnik.com/here-are-the-cars-in-desperate-need-of-a-facelift-in-20-1848308605", + "creator": "Owen Bellwood", + "pubDate": "Wed, 05 Jan 2022 20:33:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2182,17 +2138,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7421abdfd8157db26e7e55d443944a7", + "hash": "dc1c8d9ffc1eb33d3c27325924a5c516", "highlights": [] }, { - "title": "Spyker Is Returning Yet Again To Build Sports Cars", - "description": "

At the start of 2021, it seemed like Spyker was against the ropes and ready to go down for the last time. The company’s CEO filed for bankruptcy for a second time. Though, the Dutch sports car manufacturer has seemingly had something good happen for a change this week. A long-awaited and thought to be fallen through…

Read more...

", - "content": "

At the start of 2021, it seemed like Spyker was against the ropes and ready to go down for the last time. The company’s CEO filed for bankruptcy for a second time. Though, the Dutch sports car manufacturer has seemingly had something good happen for a change this week. A long-awaited and thought to be fallen through…

Read more...

", - "category": "cars", - "link": "https://jalopnik.com/spyker-is-returning-yet-again-to-build-sports-cars-1848293565", - "creator": "Ryan Erik King", - "pubDate": "Sat, 01 Jan 2022 21:00:00 GMT", + "title": "Chevy Teased A Surprise $30,000 Equinox EV At CES", + "description": "

Chevy’s big news at CES was the Silverado EV, the bow tie’s big shot at going up against the Lightning and Rivian. Many of the Jalopnik crew were excited to see it — after all, electric offerings in the full-size pickup space are pretty cool by default. I, however, was nonplussed; to me, the Silverado just looks like…

Read more...

", + "content": "

Chevy’s big news at CES was the Silverado EV, the bow tie’s big shot at going up against the Lightning and Rivian. Many of the Jalopnik crew were excited to see it — after all, electric offerings in the full-size pickup space are pretty cool by default. I, however, was nonplussed; to me, the Silverado just looks like…

Read more...

", + "category": "chevy", + "link": "https://jalopnik.com/chevy-teased-a-surprise-30-000-equinox-ev-at-ces-1848309001", + "creator": "Steve DaSilva", + "pubDate": "Wed, 05 Jan 2022 20:16:35 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2204,17 +2160,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f35327eca08e36ffef3970c15e21b1f", + "hash": "5daca195f0d2d9e60d93aee5b78b9e26", "highlights": [] }, { - "title": "Symbolic Or Significant? The 4,000 Mile Freight Railway Between Istanbul And Pakistan", - "description": "

Over the past year, the world became fully aware of the perils present in global logistics. Shipping has been pushed to its limits due to emergent constraints from the Ever Given blocking off the Suez Canal for six days to the bottlenecks at major ports in the U.S. The most appealing alternative to the chaos at sea is…

Read more...

", - "content": "

Over the past year, the world became fully aware of the perils present in global logistics. Shipping has been pushed to its limits due to emergent constraints from the Ever Given blocking off the Suez Canal for six days to the bottlenecks at major ports in the U.S. The most appealing alternative to the chaos at sea is…

Read more...

", - "category": "istanbul", - "link": "https://jalopnik.com/symbolic-or-significant-the-4-000-mile-freight-railway-1848293435", - "creator": "Ryan Erik King", - "pubDate": "Sat, 01 Jan 2022 19:30:00 GMT", + "title": "RIP To Gary Rider, The Man Who Sold His Air Compressor To Fund A Liver Transplant, And In The Process Inspired A 50,000-Person Facebook Cult", + "description": "

Gary Rider died last month, but will always be a legend to at least 50,000 people. In early 2021, the 57 year-old Pennsylvanian listed his air compressor on Facebook Marketplace. “Older air compressor, working as it should.i need a liver transplant.procedes go twords it,” read the post. A silly Facebook group named “a…

Read more...

", + "content": "

Gary Rider died last month, but will always be a legend to at least 50,000 people. In early 2021, the 57 year-old Pennsylvanian listed his air compressor on Facebook Marketplace. “Older air compressor, working as it should.i need a liver transplant.procedes go twords it,” read the post. A silly Facebook group named “a…

Read more...

", + "category": "gary rider", + "link": "https://jalopnik.com/rip-to-gary-rider-the-man-who-sold-his-air-compressor-1848307598", + "creator": "David Tracy", + "pubDate": "Wed, 05 Jan 2022 18:47:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2226,17 +2182,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a3971260d5ea12caca5d682c22d0ef5", + "hash": "6da512812c9d7f947431a787dec52edf", "highlights": [] }, { - "title": "The 2022 Dakar Had Its First Retirement Three Days Before Start", - "description": "

The motorsport year began immediately with one of its least forgiving events, the Dakar Rally. The 2022 edition started today. The grueling cross-country endurance rally is known for relentless attrition. Of the 310 entries to start the 2021 Dakar, 104 entries failed to finish. It’s also not uncommon for competitors…

Read more...

", - "content": "

The motorsport year began immediately with one of its least forgiving events, the Dakar Rally. The 2022 edition started today. The grueling cross-country endurance rally is known for relentless attrition. Of the 310 entries to start the 2021 Dakar, 104 entries failed to finish. It’s also not uncommon for competitors…

Read more...

", - "category": "motor racing", - "link": "https://jalopnik.com/the-2022-dakar-had-its-first-retirement-three-days-befo-1848292890", - "creator": "Ryan Erik King", - "pubDate": "Sat, 01 Jan 2022 14:00:00 GMT", + "title": "The 2024 Chevy Silverado EV Has 400 Miles Of Range And Won't Be Cheap", + "description": "

Chevy unveiled the 2024 Silverado EV on Wednesday, after a fair amount of anticipation. Chevy says it can tow up to 10,000 pounds and has 400 miles of range (though probably not that much when towing up to 10,000 pounds). Also, it isn’t what you would call cheap.

Read more...

", + "content": "

Chevy unveiled the 2024 Silverado EV on Wednesday, after a fair amount of anticipation. Chevy says it can tow up to 10,000 pounds and has 400 miles of range (though probably not that much when towing up to 10,000 pounds). Also, it isn’t what you would call cheap.

Read more...

", + "category": "chevrolet", + "link": "https://jalopnik.com/the-2024-chevy-silverado-ev-has-400-miles-of-range-and-1848308036", + "creator": "Erik Shilling", + "pubDate": "Wed, 05 Jan 2022 18:27:47 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2248,17 +2204,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f5e8feba91a2e67e2a6c1a2cce91c15", + "hash": "22e6d048b4c7019fc11ce3c7315b0eb7", "highlights": [] }, { - "title": "Best Of 2021: This Monster $500,000 RV Has Two Bathrooms And A Bedroom In The Basement", - "description": "

Was 2021 a great year? Not exactly! But we did have some posts that got a lot of attention. Take a walk down memory lane with us, as we think back on 2021, a year that will seem much better by this time in 2022.

Read more...

", - "content": "

Was 2021 a great year? Not exactly! But we did have some posts that got a lot of attention. Take a walk down memory lane with us, as we think back on 2021, a year that will seem much better by this time in 2022.

Read more...

", - "category": "basement", - "link": "https://jalopnik.com/best-of-2021-this-monster-500-000-rv-has-two-bathroom-1846654172", - "creator": "Mercedes Streeter", - "pubDate": "Sat, 01 Jan 2022 02:11:00 GMT", + "title": "NASCAR Rejects \"Let's Go Brandon\" Crypto Sponsorship, Team Pledges To Fight Back", + "description": "

Last week, NASCAR Xfinity Series driver Brandon Brown decided to get behind the slogan that supposedly damaged his racing career by choosing to put it on his car. His team, Brandonbilt Motorsports, announced a partnership with a cryptocurrency called LGBcoin on December 30, though NASCAR later stated it never approved…

Read more...

", + "content": "

Last week, NASCAR Xfinity Series driver Brandon Brown decided to get behind the slogan that supposedly damaged his racing career by choosing to put it on his car. His team, Brandonbilt Motorsports, announced a partnership with a cryptocurrency called LGBcoin on December 30, though NASCAR later stated it never approved…

Read more...

", + "category": "nascar", + "link": "https://jalopnik.com/nascar-rejects-lets-go-brandon-crypto-sponsorship-te-1848306815", + "creator": "Adam Ismail", + "pubDate": "Wed, 05 Jan 2022 18:19:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2270,17 +2226,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "99d7dc3b9d4d9b2b4ea33a44b145f825", + "hash": "e73b7bc8363e05b9e8bb9c7d1c18e6ff", "highlights": [] }, { - "title": "Carlos Sainz Thinks His Hybrid-Electric Audi Is At A Huge Dakar Disadvantage", - "description": "

Having previously won the Dakar rally with Peugeot, Mini, and Volkswagen in his long off-road career, Carlos Sainz the elder (father of the Ferrari F1 driver) has what it takes to step into a new program and develop it into a winner in this race. In Audi’s first year running a series hybrid-electric machine in the…

Read more...

", - "content": "

Having previously won the Dakar rally with Peugeot, Mini, and Volkswagen in his long off-road career, Carlos Sainz the elder (father of the Ferrari F1 driver) has what it takes to step into a new program and develop it into a winner in this race. In Audi’s first year running a series hybrid-electric machine in the…

Read more...

", - "category": "audi", - "link": "https://jalopnik.com/carlos-sainz-thinks-his-hybrid-electric-audi-is-at-a-hu-1848292087", - "creator": "Bradley Brownell", - "pubDate": "Sat, 01 Jan 2022 00:00:00 GMT", + "title": "Terrorism Probe Launched After Explosion Hospitalizes French Dakar Driver", + "description": "

The Dakar Rally is underway in Saudi Arabia, but an explosion in the run up to the annual race has thrown an ominous shadow over the off-road spectacle.

Read more...

", + "content": "

The Dakar Rally is underway in Saudi Arabia, but an explosion in the run up to the annual race has thrown an ominous shadow over the off-road spectacle.

Read more...

", + "category": "iransaudi arabia proxy conflict", + "link": "https://jalopnik.com/terrorism-probe-launched-after-explosion-hospitalizes-f-1848307022", + "creator": "Owen Bellwood", + "pubDate": "Wed, 05 Jan 2022 17:20:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2292,17 +2248,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b3dc7c5c45205234d8217acf104e4ef", + "hash": "3b352fd7dee6ac183cb0e2d38fc892a2", "highlights": [] }, { - "title": "This Motorcycle Is Ace And You Should Buy It So I Don't Have To", - "description": "

I’ve always been a sucker for old Hodakas. They’re simple and good-looking machines that have everything you need for a fun day on two wheels, and nothing you don’t. With a 100cc two-stroke engine it has just enough power to get you into trouble and back out of it again. You have to respect these little machines,…

Read more...

", - "content": "

I’ve always been a sucker for old Hodakas. They’re simple and good-looking machines that have everything you need for a fun day on two wheels, and nothing you don’t. With a 100cc two-stroke engine it has just enough power to get you into trouble and back out of it again. You have to respect these little machines,…

Read more...

", - "category": "ebay", - "link": "https://jalopnik.com/this-motorcycle-is-ace-and-you-should-buy-it-so-i-dont-1848291961", - "creator": "Bradley Brownell", - "pubDate": "Fri, 31 Dec 2021 23:00:00 GMT", + "title": "This Is What Those Little Plastic Arrows On Wheel Nuts Are For", + "description": "

Have you ever woken up in a pool of your own sick on the asphalt of a big city’s bus depot and rolled over until you were face-to-tire with the wheel of a city bus? And, when you looked up at that wheel, body aching, wallet missing, and cold, so cold, did you happen to notice a lot of odd little plastic arrows on the…

Read more...

", + "content": "

Have you ever woken up in a pool of your own sick on the asphalt of a big city’s bus depot and rolled over until you were face-to-tire with the wheel of a city bus? And, when you looked up at that wheel, body aching, wallet missing, and cold, so cold, did you happen to notice a lot of odd little plastic arrows on the…

Read more...

", + "category": "wrenches", + "link": "https://jalopnik.com/this-is-what-those-little-plastic-arrows-on-wheel-nuts-1848307239", + "creator": "Jason Torchinsky", + "pubDate": "Wed, 05 Jan 2022 16:54:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2314,17 +2270,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d5b3efd3609da7d72548287dcbb4762", + "hash": "7b8f3820d261470999fe638a4496fae9", "highlights": [] }, { - "title": "Best of 2021: Jeep Put 265 Pounds Of Extra Weight In My Car To Prevent It From Flipping. I'm Not Removing It Because I Don't Want To Die", - "description": "

Was 2021 a great year? Not exactly! But we did have some posts that did good traffic. Take a walk down memory lane with us, as we think back on 2021, a year that will seem much better by this time in 2022.

Read more...

", - "content": "

Was 2021 a great year? Not exactly! But we did have some posts that did good traffic. Take a walk down memory lane with us, as we think back on 2021, a year that will seem much better by this time in 2022.

Read more...

", - "category": "jeep", - "link": "https://jalopnik.com/best-of-2021-jeep-put-265-pounds-of-extra-weight-in-my-1848207054", - "creator": "David Tracy", - "pubDate": "Fri, 31 Dec 2021 22:20:00 GMT", + "title": "Houston Police Officer Who Killed A 62-Year Old Pedestrian Was Driving Between 80-100 Miles Per Hour", + "description": "

The Houston Police Department released video footage of the police chase that killed 62-year old Michael Wayne Jackson on December 4, 2021. The video footage was pulled from the body cam worn by the officer who ran Jackson over, as well as that worn by his partner when the two were responding to an alleged car robbery

Read more...

", + "content": "

The Houston Police Department released video footage of the police chase that killed 62-year old Michael Wayne Jackson on December 4, 2021. The video footage was pulled from the body cam worn by the officer who ran Jackson over, as well as that worn by his partner when the two were responding to an alleged car robbery

Read more...

", + "category": "government of houston", + "link": "https://jalopnik.com/houston-police-officer-who-killed-a-62-year-old-pedestr-1848307068", + "creator": "José Rodríguez Jr.", + "pubDate": "Wed, 05 Jan 2022 16:39:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2336,17 +2292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d3e9c95f0d2cbf1be770e2257e81197", + "hash": "f1c95fc2535b2161b7cfe185b113b931", "highlights": [] }, { - "title": "These Are Your Most Overrated Cars Of All Time", - "description": "

This is a list full of disappointment, rife with shattered expectations and haunted by the sense of being underwhelmed. It’s telling that a Tesla leads. What it says, I’ll let you decide. I’m surprised that BMW has not fared well, and at the same time, I’m not.

Read more...

", - "content": "

This is a list full of disappointment, rife with shattered expectations and haunted by the sense of being underwhelmed. It’s telling that a Tesla leads. What it says, I’ll let you decide. I’m surprised that BMW has not fared well, and at the same time, I’m not.

Read more...

", - "category": "cars", - "link": "https://jalopnik.com/these-are-your-most-overrated-cars-of-all-time-1847566502", - "creator": "José Rodríguez Jr.", - "pubDate": "Fri, 31 Dec 2021 22:13:00 GMT", + "title": "Honda Clocks Are Stuck 20 Years In The Past And There Isn't A Fix", + "description": "

The Jalopnik inbox has been lit up with a number of reports about clocks and calendars in Honda cars getting stuck at a certain time in the year 2002. The spread is impressive, impacting Honda and Acura models as old as 2004 and as new as 2012. Here’s what might be happening.

Read more...

", + "content": "

The Jalopnik inbox has been lit up with a number of reports about clocks and calendars in Honda cars getting stuck at a certain time in the year 2002. The spread is impressive, impacting Honda and Acura models as old as 2004 and as new as 2012. Here’s what might be happening.

Read more...

", + "category": "honda", + "link": "https://jalopnik.com/honda-clocks-are-stuck-20-years-in-the-past-and-this-mi-1848306970", + "creator": "Mercedes Streeter", + "pubDate": "Wed, 05 Jan 2022 16:32:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2358,17 +2314,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88f51a4597e2bbbb0548e2719519bb55", + "hash": "579eb5683070e21d523e8a96b28b663f", "highlights": [] }, { - "title": "Best Of 2021: Porsche Put 12 Pounds Of Extra Weight In My Car To Make It Nicer To Drive, So I Threw It Away", - "description": "

Was 2021 a great year? Not exactly! But we did have some posts that did good traffic. Take a walk down memory lane with us, as we think back on 2021, a year that will seem much better by this time in 2022.

Read more...

", - "content": "

Was 2021 a great year? Not exactly! But we did have some posts that did good traffic. Take a walk down memory lane with us, as we think back on 2021, a year that will seem much better by this time in 2022.

Read more...

", - "category": "porsche", - "link": "https://jalopnik.com/best-of-2021-porsche-put-12-pounds-of-extra-weight-in-1844846736", - "creator": "Bradley Brownell", - "pubDate": "Fri, 31 Dec 2021 21:45:00 GMT", + "title": "My First Drive In America Made Me Homesick For The UK's More Interesting Roads And Reflectors", + "description": "

It finally happened: I was let loose on the roads of America over the holiday break and got behind the wheel for the first time in what seemed like forever. It marked my first time driving in the U.S., after more than 10 years of motoring back home in the UK.

Read more...

", + "content": "

It finally happened: I was let loose on the roads of America over the holiday break and got behind the wheel for the first time in what seemed like forever. It marked my first time driving in the U.S., after more than 10 years of motoring back home in the UK.

Read more...

", + "category": "avis budget group", + "link": "https://jalopnik.com/my-first-drive-in-america-made-me-homesick-for-the-uks-1848303656", + "creator": "Owen Bellwood", + "pubDate": "Wed, 05 Jan 2022 16:15:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2380,17 +2336,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef392481843a3e815d1994fdf7202302", + "hash": "5fe35b3d9afe9f8cee6ae8defedd13e6", "highlights": [] }, { - "title": "Best Reviews 2021: The 2021 Ford Bronco Is The Compromised Off-Road Beast You Dreamed It Would Be", - "description": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "content": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "category": "ford bronco", - "link": "https://jalopnik.com/best-reviews-2021-the-2021-ford-bronco-is-the-compromi-1847180622", - "creator": "David Tracy", - "pubDate": "Fri, 31 Dec 2021 19:00:00 GMT", + "title": "The Chrysler Airflow Concept Is Trying To Change The Conversation About Chrysler", + "description": "

Chrysler, which is a confounding brand that is basically a minivan company and also for some reason still makes the 300, said Wednesday that it will have a battery-electric vehicle by 2025. It may or may not look like the Airflow Concept that Chrysler also revealed.

Read more...

", + "content": "

Chrysler, which is a confounding brand that is basically a minivan company and also for some reason still makes the 300, said Wednesday that it will have a battery-electric vehicle by 2025. It may or may not look like the Airflow Concept that Chrysler also revealed.

Read more...

", + "category": "chrysler", + "link": "https://jalopnik.com/the-chrysler-airflow-concept-is-trying-to-change-the-co-1848306666", + "creator": "Erik Shilling", + "pubDate": "Wed, 05 Jan 2022 16:04:35 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2402,17 +2358,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff1c988c18e8fca5ac77deaaa82ac61b", + "hash": "447f403212b2e64520a58f7721cbeb45", "highlights": [] }, { - "title": "Best Reviews 2021: If The 2022 Honda Grom Doesn't Make You Happy Maybe You Can't Be Happy", - "description": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "content": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "category": "honda", - "link": "https://jalopnik.com/best-reviews-2021-if-the-2022-honda-grom-doesnt-make-y-1847048070", - "creator": "Bradley Brownell", - "pubDate": "Fri, 31 Dec 2021 18:30:00 GMT", + "title": "Ford Cars Had A Bad Year", + "description": "

I guess you could say that Ford’s total abandonment of cars is working, if it weren’t for the almost complete model-by-model sales decline for pretty much the entire range of Ford trucks and SUVs. The Mach-E and the Bronco did well, and that was about it. All that and more in The Morning Shift for January 5, 2022.

Read more...

", + "content": "

I guess you could say that Ford’s total abandonment of cars is working, if it weren’t for the almost complete model-by-model sales decline for pretty much the entire range of Ford trucks and SUVs. The Mach-E and the Bronco did well, and that was about it. All that and more in The Morning Shift for January 5, 2022.

Read more...

", + "category": "cars", + "link": "https://jalopnik.com/ford-cars-had-a-bad-year-1848306583", + "creator": "Raphael Orlove", + "pubDate": "Wed, 05 Jan 2022 15:37:50 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2424,17 +2380,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2025a59ad06850690eab9553a3c44ae4", + "hash": "d10e2e8bbeb96fa8009f3963fbb3b673", "highlights": [] }, { - "title": "Best Reviews 2021: The 2021 Porsche Taycan 4 Cross Turismo Is The Wagon To End All Wagons", - "description": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "content": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "category": "porsche taycan 4 cross turismo", - "link": "https://jalopnik.com/best-reviews-2021-the-2021-porsche-taycan-4-cross-turi-1846769448", - "creator": "Bradley Brownell", - "pubDate": "Fri, 31 Dec 2021 18:00:00 GMT", + "title": "Sony Is Planning To Build The Damn Car — And An SUV Too", + "description": "

Back in September, I wrote a story titled “Sony Doesn’t Know Why They Made A Car Either.” On Tuesday night, the tech giant returned to CES with not only its Vision-S sedan, but an SUV called the Vision-S 02. It also announced the creation of a new company, Sony Mobility, to handle all EV-related activities. In the…

Read more...

", + "content": "

Back in September, I wrote a story titled “Sony Doesn’t Know Why They Made A Car Either.” On Tuesday night, the tech giant returned to CES with not only its Vision-S sedan, but an SUV called the Vision-S 02. It also announced the creation of a new company, Sony Mobility, to handle all EV-related activities. In the…

Read more...

", + "category": "sony", + "link": "https://jalopnik.com/sony-is-planning-to-build-the-damn-car-and-an-suv-too-1848306012", + "creator": "Adam Ismail", + "pubDate": "Wed, 05 Jan 2022 15:29:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2446,17 +2402,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9bf72bf803cc7be88cebd42af9a5937", + "hash": "ec5240c33aa5e2024179e1be5a1508c1", "highlights": [] }, { - "title": "Best Reviews 2021: 2021 Acura TLX Type-S Brings Acura Back To Its Roots", - "description": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "content": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "category": "acura", - "link": "https://jalopnik.com/best-reviews-2021-2021-acura-tlx-type-s-brings-acura-b-1846882924", - "creator": "Bradley Brownell", - "pubDate": "Fri, 31 Dec 2021 17:30:00 GMT", + "title": "What Cars Are In Desperate Need Of A Facelift Going Into 2022?", + "description": "

New Year, New Me, that’s the saying, right? It’s a chance for everyone to claim that they’re going to eat better, exercise more and be nicer to people on the internet for the first few weeks of the new year.

Read more...

", + "content": "

New Year, New Me, that’s the saying, right? It’s a chance for everyone to claim that they’re going to eat better, exercise more and be nicer to people on the internet for the first few weeks of the new year.

Read more...

", + "category": "cars", + "link": "https://jalopnik.com/what-cars-are-in-desperate-need-of-a-facelift-in-2022-1848305921", + "creator": "Owen Bellwood", + "pubDate": "Wed, 05 Jan 2022 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2468,17 +2424,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "208a4674ab96d233bab85970d3a7ba17", + "hash": "db0d6edc880f51e094c6d5927a8fd1dc", "highlights": [] }, { - "title": "Best Of 2021: Here Are The Cars You Think Have The Weirdest Dashboards", - "description": "

Was 2021 a great year? Not exactly! But we did have some posts that got a lot of attention. Take a walk down memory lane with us, as we think back on 2021, a year that will seem much better by this time in 2022.

Read more...

", - "content": "

Was 2021 a great year? Not exactly! But we did have some posts that got a lot of attention. Take a walk down memory lane with us, as we think back on 2021, a year that will seem much better by this time in 2022.

Read more...

", + "title": "Smart Quietly Killed Off One Of Its Best Cars And Nobody Noticed", + "description": "

Last year took plenty of cars out of production, some good, some forgettable. One more didn’t make it to 2022 and it’s gone without anyone noticing. The Smart Forfour is dead as the automaker gears up to make an SUV.

Read more...

", + "content": "

Last year took plenty of cars out of production, some good, some forgettable. One more didn’t make it to 2022 and it’s gone without anyone noticing. The Smart Forfour is dead as the automaker gears up to make an SUV.

Read more...

", "category": "cars", - "link": "https://jalopnik.com/best-of-2021-here-are-the-cars-you-think-have-the-weir-1847188634", - "creator": "Lawrence Hodge", - "pubDate": "Fri, 31 Dec 2021 17:20:00 GMT", + "link": "https://jalopnik.com/smart-quietly-killed-off-one-of-its-best-cars-and-nobod-1848304892", + "creator": "Mercedes Streeter", + "pubDate": "Wed, 05 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2490,17 +2446,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed0119543a020a5799ed0574bd2a95e6", + "hash": "e684b73e658a36aa55d7537790de08f2", "highlights": [] }, { - "title": "Best Reviews 2021: The 2021 Tesla Model Y Is The Universal Daily Driver", - "description": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "content": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "category": "tesla model y", - "link": "https://jalopnik.com/best-reviews-2021-the-2021-tesla-model-y-is-the-univer-1846318552", - "creator": "Bradley Brownell", - "pubDate": "Fri, 31 Dec 2021 17:00:00 GMT", + "title": "Blip: The Tiny People Are Baffled", + "description": "

I’m not sure if it’s the slightly subscale size of the people, or the beige void they exist in, or their nervous, wary approach to the big scarab-green car in front of them, but so much of this old brochure painting is downright creepy.

Read more...

", + "content": "

I’m not sure if it’s the slightly subscale size of the people, or the beige void they exist in, or their nervous, wary approach to the big scarab-green car in front of them, but so much of this old brochure painting is downright creepy.

Read more...

", + "category": "blip", + "link": "https://jalopnik.com/blip-the-tiny-people-are-baffled-1848305987", + "creator": "Jason Torchinsky", + "pubDate": "Wed, 05 Jan 2022 13:53:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2512,17 +2468,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcbd9b7a4f435ef9a5952226896f9b25", + "hash": "d0c8db68d18548d865eb0449fdc69d85", "highlights": [] }, { - "title": "Best Reviews 2021: The 2021 Land Rover Defender 90 Gives You Something The Wrangler Can't", - "description": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "content": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "category": "land rover", - "link": "https://jalopnik.com/best-reviews-2021-the-2021-land-rover-defender-90-give-1847116488", - "creator": "Erik Shilling", - "pubDate": "Fri, 31 Dec 2021 16:30:00 GMT", + "title": "The BMW iX M60 Has 811 Pound-Feet Of Torque And So Much Gold", + "description": "

The “normal” BMW iX — if such a word could possibly describe a vehicle with switches and buttons lifted from the Swarovski catalog — is a pretty quick all-electric SUV that costs just north of $80,000. Like all modern BMWs, it either arouses or disgusts you with its looks. But that iX just so happens to be the tame…

Read more...

", + "content": "

The “normal” BMW iX — if such a word could possibly describe a vehicle with switches and buttons lifted from the Swarovski catalog — is a pretty quick all-electric SUV that costs just north of $80,000. Like all modern BMWs, it either arouses or disgusts you with its looks. But that iX just so happens to be the tame…

Read more...

", + "category": "bmw ix", + "link": "https://jalopnik.com/the-bmw-ix-m60-has-811-pound-feet-of-torque-and-so-much-1848304169", + "creator": "Adam Ismail", + "pubDate": "Wed, 05 Jan 2022 13:31:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2534,17 +2490,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2acc3c5af4d4eaf6add8a987a1a0da93", + "hash": "972849f84a67ce7759fbb340b0bf57e5", "highlights": [] }, { - "title": "Best Reviews 2021: The 2021 Ford Bronco Sport Is A Normal SUV With A Healthy Imagination", - "description": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "content": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "category": "ford bronco", - "link": "https://jalopnik.com/best-reviews-2021-the-2021-ford-bronco-sport-is-a-norm-1847483368", - "creator": "Jason Torchinsky", - "pubDate": "Fri, 31 Dec 2021 16:00:00 GMT", + "title": "At $3,900, Is This 2000 Jeep Cherokee A Good Sport?", + "description": "

While the category of Sport Utilities has been around seemingly forever, the idea of one being actually a sport model, as is the case with today’s Nice Price or No Dice Cherokee, seems a bit of a stretch. Let’s see how much of a stretch its asking price proves to be.

Read more...

", + "content": "

While the category of Sport Utilities has been around seemingly forever, the idea of one being actually a sport model, as is the case with today’s Nice Price or No Dice Cherokee, seems a bit of a stretch. Let’s see how much of a stretch its asking price proves to be.

Read more...

", + "category": "jeep", + "link": "https://jalopnik.com/at-3-900-is-this-2000-jeep-cherokee-a-good-sport-1848299933", + "creator": "Rob Emslie", + "pubDate": "Wed, 05 Jan 2022 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2556,17 +2512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cf02f6287cb8b15d8c0ee066342685b", + "hash": "14fb85109bc47a1410c7788a8d4d0e88", "highlights": [] }, { - "title": "Jalopnik's Best Articles Of 2021 According to David Tracy And Jason Torchinsky", - "description": "

Jason Torchinsky and I have to admit: We don’t read all the stories that make it onto Jalopnik. Doing so would be a full time job that would preclude us from writing our own posts. So while this list of our favorite articles of 2021 is far from exhaustive, it is replete with genuine automotive genius. Check it out.

Read more...

", - "content": "

Jason Torchinsky and I have to admit: We don’t read all the stories that make it onto Jalopnik. Doing so would be a full time job that would preclude us from writing our own posts. So while this list of our favorite articles of 2021 is far from exhaustive, it is replete with genuine automotive genius. Check it out.

Read more...

", - "category": "david tracy", - "link": "https://jalopnik.com/jalopniks-least-shitty-articles-of-2021-according-to-da-1848285592", - "creator": "David Tracy and Jason Torchinsky", - "pubDate": "Fri, 31 Dec 2021 15:45:00 GMT", + "title": "These Are The Reasons Why Citroën Used That Weird One-Spoke Steering Wheel", + "description": "

Even if you’re only mildly into cars, the sort that can still manage to have a conversation that doesn’t involve either cars, car-based analogies, or a lot of internal struggles to not bring up cars again, I still suspect that you’d be aware of some of the strange, interesting details of Citroën’s legendary…

Read more...

", + "content": "

Even if you’re only mildly into cars, the sort that can still manage to have a conversation that doesn’t involve either cars, car-based analogies, or a lot of internal struggles to not bring up cars again, I still suspect that you’d be aware of some of the strange, interesting details of Citroën’s legendary…

Read more...

", + "category": "spoke", + "link": "https://jalopnik.com/these-are-the-reasons-why-citroen-used-that-weird-one-s-1848304219", + "creator": "Jason Torchinsky", + "pubDate": "Wed, 05 Jan 2022 00:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2578,17 +2534,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dff6eab8c2430a04e4d6d240a64cec75", + "hash": "17c9ce8d7c744fd64fa81de983ae2637", "highlights": [] }, { - "title": "Best Reviews 2021: I Didn't Know Who Would Buy The 2022 Toyota Corolla Cross, Until I Got In It", - "description": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "content": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", + "title": "Here's Another Toyota GR You Can Daydream About But Can't Ever Have", + "description": "

Toyota’s Hilux has achieved near legendary status all over the world as one of the most ready-for-anything pick-em-up trucks out there. It’s been through a number of generations, and we haven’t gotten a damn one of them here in the U.S. market, which is a damn shame because it would sell like hot cakes. You know, if…

Read more...

", + "content": "

Toyota’s Hilux has achieved near legendary status all over the world as one of the most ready-for-anything pick-em-up trucks out there. It’s been through a number of generations, and we haven’t gotten a damn one of them here in the U.S. market, which is a damn shame because it would sell like hot cakes. You know, if…

Read more...

", "category": "toyota", - "link": "https://jalopnik.com/best-reviews-2021-i-didnt-know-who-would-buy-the-2022-1848111359", - "creator": "Elizabeth Blackstock", - "pubDate": "Fri, 31 Dec 2021 15:30:00 GMT", + "link": "https://jalopnik.com/heres-another-toyota-gr-you-can-daydream-about-but-cant-1848303989", + "creator": "Bradley Brownell", + "pubDate": "Tue, 04 Jan 2022 23:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2600,17 +2556,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3c9ad31e16a22c5c09beffbf564673a", + "hash": "6cb38c2c5115e028e70b7e79599ccb9a", "highlights": [] }, { - "title": "2021 Staff Pick: A Bronco Reservation Holder Tried To Go Up Against A Ford Dealer Over A Markup And Lost (Update)", - "description": "

We’ve shared some of 2021's most read posts in our Best of 2021. Now, we’re sharing a few that our staffers think are worth a second look. These are our 2021 Staff Picks.

Read more...

", - "content": "

We’ve shared some of 2021's most read posts in our Best of 2021. Now, we’re sharing a few that our staffers think are worth a second look. These are our 2021 Staff Picks.

Read more...

", - "category": "ford", - "link": "https://jalopnik.com/2021-staff-pick-a-bronco-reservation-holder-tried-to-g-1847904601", - "creator": "Lawrence Hodge", - "pubDate": "Fri, 31 Dec 2021 15:20:00 GMT", + "title": "After Running Over Two Motorcycles At Dakar Rally, A Toyota GR Driver Gets Slap On The Wrist", + "description": "

The 2022 Dakar Rally has just begun but one driver for Toyota Gazoo Racing has managed to run over two motorcycles and one rider. Toyota’s Giniel De Villiers ran over Chilean motorcyclist César Zumarán on Sunday at the rally’s opening stage. Then on Tuesday, Villiers ran over Moroccan KTM rider, Ali Oukerbouch,…

Read more...

", + "content": "

The 2022 Dakar Rally has just begun but one driver for Toyota Gazoo Racing has managed to run over two motorcycles and one rider. Toyota’s Giniel De Villiers ran over Chilean motorcyclist César Zumarán on Sunday at the rally’s opening stage. Then on Tuesday, Villiers ran over Moroccan KTM rider, Ali Oukerbouch,…

Read more...

", + "category": "dakar rally", + "link": "https://jalopnik.com/after-running-over-two-motorcycles-at-dakar-rally-a-to-1848303530", + "creator": "José Rodríguez Jr.", + "pubDate": "Tue, 04 Jan 2022 22:06:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2622,17 +2578,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c7bb4bc460964c4c9d6fb8f00e98388", + "hash": "7aef57aa1688725461cc5696afd1c485", "highlights": [] }, { - "title": "Best Reviews 2021: The 2022 Ford Maverick Is An Honest, Cheap, Multitool Of A Vehicle And I'm All For It", - "description": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "content": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "category": "maverick", - "link": "https://jalopnik.com/best-reviews-2021-the-2022-ford-maverick-is-an-honest-1847802688", - "creator": "Jason Torchinsky", - "pubDate": "Fri, 31 Dec 2021 15:00:00 GMT", + "title": "This Slick Tool Makes Working Under A Car Quick And Easy", + "description": "

Lifting up a car to work on it can be a time consuming and sometimes dangerous process. Even something simple like an oil change could require jacking your car up then sliding underneath. There’s another way to get your car into the air and it’s pretty slick.

Read more...

", + "content": "

Lifting up a car to work on it can be a time consuming and sometimes dangerous process. Even something simple like an oil change could require jacking your car up then sliding underneath. There’s another way to get your car into the air and it’s pretty slick.

Read more...

", + "category": "lift", + "link": "https://jalopnik.com/this-slick-tool-makes-working-under-a-car-quick-and-eas-1848303170", + "creator": "Mercedes Streeter", + "pubDate": "Tue, 04 Jan 2022 21:17:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2644,17 +2600,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4d036777b6df129e196b405065c7f69", + "hash": "e220fb5c020dd834bca032109b214406", "highlights": [] }, { - "title": "Best of 2021: Here Are The Worst Engines You've Ever Driven", - "description": "

Was 2021 a great year? Not exactly! But we did have some posts that got a lot of attention. Take a walk down memory lane with us, as we think back on 2021, a year that will seem much better by this time in 2022.

Read more...

", - "content": "

Was 2021 a great year? Not exactly! But we did have some posts that got a lot of attention. Take a walk down memory lane with us, as we think back on 2021, a year that will seem much better by this time in 2022.

Read more...

", - "category": "mercury ln7", - "link": "https://jalopnik.com/best-of-2021-here-are-the-worst-engines-youve-ever-dri-1847261847", - "creator": "Lawrence Hodge", - "pubDate": "Fri, 31 Dec 2021 14:45:00 GMT", + "title": "Håkan Samuelsson Deserves To Ride Off Into The Sunset", + "description": "

In October of 2012, when Håkan Samuelsson was named president and CEO of Volvo, the automaker was still trying to find its footing under then-still-new Geely ownership, after years of drift under Ford ownership. It’s safe to say that, in nine years under Samuelsson, it has.

Read more...

", + "content": "

In October of 2012, when Håkan Samuelsson was named president and CEO of Volvo, the automaker was still trying to find its footing under then-still-new Geely ownership, after years of drift under Ford ownership. It’s safe to say that, in nine years under Samuelsson, it has.

Read more...

", + "category": "samuelsson", + "link": "https://jalopnik.com/hakan-samuelsson-deserves-to-ride-off-into-the-sunset-1848302922", + "creator": "Erik Shilling", + "pubDate": "Tue, 04 Jan 2022 20:57:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2666,17 +2622,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88db4eceecdf566641451c3ea933d37b", + "hash": "fdf6dd623f8b3d5cf4b1d77c686cfaee", "highlights": [] }, { - "title": "Best Reviews 2021: The 2021 Honda Odyssey Is A Supercar For Dads", - "description": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "content": "

We drove a lot of cars in 2021, we’re reposting a few of our favorites here.

Read more...

", - "category": "honda odyssey", - "link": "https://jalopnik.com/best-reviews-2021-the-2021-honda-odyssey-is-a-supercar-1845830235", - "creator": "Rory Carroll", - "pubDate": "Fri, 31 Dec 2021 14:00:00 GMT", + "title": "United Airlines Offering Pilots Three Times Their Usual Pay Due To Omicron Shortages", + "description": "

United Airlines is offering their pilots quite the incentive to pick up trips through January to help ease staff shortages caused by the pandemic.

Read more...

", + "content": "

United Airlines is offering their pilots quite the incentive to pick up trips through January to help ease staff shortages caused by the pandemic.

Read more...

", + "category": "airlines", + "link": "https://jalopnik.com/united-airlines-offering-pilots-three-times-their-usual-1848302545", + "creator": "Andy Kalmowitz", + "pubDate": "Tue, 04 Jan 2022 20:06:56 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2688,17 +2644,61 @@ "favorite": false, "created": false, "tags": [], - "hash": "425783995ebbcbdd970f2546e790f1bd", + "hash": "b8e6b6ed90f19145051e07eadb204390", "highlights": [] }, { - "title": "MG Only Ever Built One Truly Cool Car", - "description": "

There is never a time when I am not fantasizing about the wonderfully weird MG Metro 6R4. It’s easily the coolest car ever to be sold under the MG brand, and arguably the coolest car to come from the British Isles in history. Don’t fight me on this, I’m right. While ostensibly based on the best-selling city car of the…

Read more...

", - "content": "

There is never a time when I am not fantasizing about the wonderfully weird MG Metro 6R4. It’s easily the coolest car ever to be sold under the MG brand, and arguably the coolest car to come from the British Isles in history. Don’t fight me on this, I’m right. While ostensibly based on the best-selling city car of the…

Read more...

", - "category": "aston martin", - "link": "https://jalopnik.com/mg-only-ever-built-one-truly-cool-car-1848289112", - "creator": "Bradley Brownell", - "pubDate": "Fri, 31 Dec 2021 00:00:00 GMT", + "title": "My First Drive In America Made Me Homesick For The UK's Bright And Interesting Roads", + "description": "

It finally happened: I was let loose on the roads of America over the holiday break and got behind the wheel for the first time in what seemed like forever. It marked my first time driving in the U.S., after more than 10 years of motoring back home in the UK.

Read more...

", + "content": "

It finally happened: I was let loose on the roads of America over the holiday break and got behind the wheel for the first time in what seemed like forever. It marked my first time driving in the U.S., after more than 10 years of motoring back home in the UK.

Read more...

", + "category": "avis budget group", + "link": "https://jalopnik.com/my-first-drive-in-america-made-me-homesick-for-the-uks-1848303656", + "creator": "Owen Bellwood", + "pubDate": "Wed, 05 Jan 2022 16:15:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Sport EN", + "feed": "Jalopnik", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "29f89083f0835f30d7529ba6cdbd1e2d", + "highlights": [] + }, + { + "title": "I Bought The World's Most Hopeless Jeep. Bringing It Back To Life Was A Miracle That Nearly Broke Me", + "description": "

“Dude, you may want to go to a clinic,” my friend told me after I asked for advice on my feet, which hurt so badly I was having trouble walking. I had spent two straight weeks obsessively fixing a rotted-out 1958 Jeep FC-170 while living in a Toyota Land Cruiser, and in all the excitement, I had forgotten to take care…

Read more...

", + "content": "

“Dude, you may want to go to a clinic,” my friend told me after I asked for advice on my feet, which hurt so badly I was having trouble walking. I had spent two straight weeks obsessively fixing a rotted-out 1958 Jeep FC-170 while living in a Toyota Land Cruiser, and in all the excitement, I had forgotten to take care…

Read more...

", + "category": "jeep", + "link": "https://jalopnik.com/i-bought-the-worlds-most-hopeless-jeep-bringing-it-bac-1846836392", + "creator": "David Tracy", + "pubDate": "Tue, 04 Jan 2022 17:25:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Sport EN", + "feed": "Jalopnik", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3140dfc9971bff2d2d85a6022684de3e", + "highlights": [] + }, + { + "title": "At $47,500, Could This Non-Starting 1982 Ferrari 308 GTSi Start The Year Off Right?", + "description": "

A non-running car should at the very at least be beautiful and today’s Nice Price or No Dice 308 GTSi certainly comes through on that account. It’s also a non-runner which means it’s offered at a substantial discount over actual useful versions. Let’s see if that discount is enough.

Read more...

", + "content": "

A non-running car should at the very at least be beautiful and today’s Nice Price or No Dice 308 GTSi certainly comes through on that account. It’s also a non-runner which means it’s offered at a substantial discount over actual useful versions. Let’s see if that discount is enough.

Read more...

", + "category": "ferrari", + "link": "https://jalopnik.com/at-47-500-could-this-non-starting-1982-ferrari-308-gt-1848294836", + "creator": "Rob Emslie", + "pubDate": "Mon, 03 Jan 2022 13:49:00 GMT", "enclosure": "", "enclosureType": "", "image": "", @@ -2710,7 +2710,7 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cec36d6640c98f34bc88a16b8ad15d6", + "hash": "5419676c4ed6ad5f18d65648ce206dae", "highlights": [] }, { @@ -3127,13 +3127,13 @@ "description": "Fantasy Sports from RotoWire.com", "items": [ { - "title": "Scottie Barnes: Cleared to start Sunday", - "description": "Barnes (knee) will start at forward in Sunday's game against the Knicks, Eric Koreen of The Athletic reports.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Barnes (knee) will start at forward in Sunday's game against the Knicks, Eric Koreen of The Athletic reports.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "Kemba Walker: Questionable Thursday", + "description": "Walker (knee) is questionable for Thursday's game against the Celtics, Stefan Bondy of the New York Daily News reports.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Walker (knee) is questionable for Thursday's game against the Celtics, Stefan Bondy of the New York Daily News reports.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=5390", + "link": "https://rotowire.com/basketball/player.php?id=3189", "creator": "", - "pubDate": "Sun, 02 Jan 2022 11:10:00 AM PST", + "pubDate": "Wed, 05 Jan 2022 12:52:00 PM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3145,17 +3145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec68c244d24f39ffd5c1081528d069fc", + "hash": "e2388b38db8cddc6e7594b922687dafc", "highlights": [] }, { - "title": "Mo Bamba: Cleared to play Sunday", - "description": "Bamba exited the NBA's COVID-19 health and safety protocols and is available to play Sunday against the Celtics.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Bamba exited the NBA's COVID-19 health and safety protocols and is available to play Sunday against the Celtics.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "Trae Young: Goes through shootaround", + "description": "Assistant coach Joe Prunty said Young (back) went through shootaround ahead of Wednesday's contest against the Kings, but they'll wait until after pregame warmups to make a decision on his availability, Kevin Chouinard of the Hawks' official site reports.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Assistant coach Joe Prunty said Young (back) went through shootaround ahead of Wednesday's contest against the Kings, but they'll wait until after pregame warmups to make a decision on his availability, Kevin Chouinard of the Hawks' official site reports.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=4371", + "link": "https://rotowire.com/basketball/player.php?id=4369", "creator": "", - "pubDate": "Sun, 02 Jan 2022 10:56:00 AM PST", + "pubDate": "Wed, 05 Jan 2022 12:01:00 PM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3167,17 +3167,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83a0d5162042f2ed4fbc77e1e5f78561", + "hash": "f141ae0e03feacbee72e00d4dc8ed69d", "highlights": [] }, { - "title": "Christian Wood: Benched, then refuses to sub in", - "description": "Wood posted zero points (0-4 FG, 0-3 3Pt) and one rebound over eight minutes during Saturday's 124-111 loss to the Nuggets.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Wood posted zero points (0-4 FG, 0-3 3Pt) and one rebound over eight minutes during Saturday's 124-111 loss to the Nuggets.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "Zion Williamson: Continuing rehab away from team", + "description": "Williamson (foot) has been doing his rehab away from the Pelicans' facilities, but he has still been under supervision from the team, Andrew Lopez of ESPN.com reports.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Williamson (foot) has been doing his rehab away from the Pelicans' facilities, but he has still been under supervision from the team, Andrew Lopez of ESPN.com reports.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=3778", + "link": "https://rotowire.com/basketball/player.php?id=4777", "creator": "", - "pubDate": "Sat, 01 Jan 2022 10:59:00 PM PST", + "pubDate": "Wed, 05 Jan 2022 11:55:00 AM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3189,17 +3189,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ce5e297c27327c4e8016b1cff35cceb", + "hash": "940caeba184ac83f6248d56ab7a8a80c", "highlights": [] }, { - "title": "Anthony Edwards: Questionable Sunday", - "description": "Edwards is questionable for Sunday's game against the Lakers due to return to competition reconditioning.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Edwards is questionable for Sunday's game against the Lakers due to return to competition reconditioning.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "Jeremiah Robinson-Earl: Listed as available", + "description": "Robinson-Earl (COVID-19 protocols) is listed as available for Wednesday's game against the Timberwolves.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Robinson-Earl (COVID-19 protocols) is listed as available for Wednesday's game against the Timberwolves.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=5110", + "link": "https://rotowire.com/basketball/player.php?id=5411", "creator": "", - "pubDate": "Sat, 01 Jan 2022 5:11:00 PM PST", + "pubDate": "Wed, 05 Jan 2022 11:38:00 AM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3211,17 +3211,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c056d851d45094e58260989a184c48a", + "hash": "c7f3ff051086ed51134e955d47cd9a83", "highlights": [] }, { - "title": "Christian Wood: Active Saturday", - "description": "Wood (undisclosed) is available Saturday against the Nuggets, Adam Spolane of Sports Radio 610 Houston reports.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Wood (undisclosed) is available Saturday against the Nuggets, Adam Spolane of Sports Radio 610 Houston reports.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "John Collins: Exits protocols, out Wednesday", + "description": "Collins has cleared the league's health and safety protocols but won't play Wednesday against the Kings, Shams Charania of The Athletic reports.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Collins has cleared the league's health and safety protocols but won't play Wednesday against the Kings, Shams Charania of The Athletic reports.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=3778", + "link": "https://rotowire.com/basketball/player.php?id=4159", "creator": "", - "pubDate": "Sat, 01 Jan 2022 5:06:00 PM PST", + "pubDate": "Wed, 05 Jan 2022 11:20:00 AM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3233,17 +3233,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "490618d8594ba31ac50321ca8b8fa62d", + "hash": "2e477f5c256567367115d8a82b0c4e57", "highlights": [] }, { - "title": "Christian Wood: Not in starting lineup", - "description": "Wood is not in the starting lineup Saturday against the Nuggets and it's not clear if he'll be available, Mark Berman of Fox 26 Houston reports.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Wood is not in the starting lineup Saturday against the Nuggets and it's not clear if he'll be available, Mark Berman of Fox 26 Houston reports.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "Giannis Antetokounmpo: Ruled out Wednesday", + "description": "Antetokounmpo is out for Wednesday's game against the Raptors due to a non-COVID illness.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Antetokounmpo is out for Wednesday's game against the Raptors due to a non-COVID illness.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=3778", + "link": "https://rotowire.com/basketball/player.php?id=3456", "creator": "", - "pubDate": "Sat, 01 Jan 2022 4:52:00 PM PST", + "pubDate": "Wed, 05 Jan 2022 10:42:00 AM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3255,39 +3255,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae651db372623c34ed5a4c01d69768e7", + "hash": "4c413b9983b898bb7cac0436b440137e", "highlights": [] }, { - "title": "Kevin Porter: Cleared for Saturday", - "description": "Porter (thigh) is good to go for Saturday's matchup against the Nuggets.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Porter (thigh) is good to go for Saturday's matchup against the Nuggets.\n\n Visit RotoWire.com for more analysis on this update.", + "title": "LaMarcus Aldridge: Says he'll play Wednesday", + "description": "Aldridge (foot) said he'll play in Wednesday's contest against the Pacers, Alex Schiffer of The Athletic reports.\n\n Visit RotoWire.com for more analysis on this update.", + "content": "Aldridge (foot) said he'll play in Wednesday's contest against the Pacers, Alex Schiffer of The Athletic reports.\n\n Visit RotoWire.com for more analysis on this update.", "category": "", - "link": "https://rotowire.com/basketball/player.php?id=4773", - "creator": "", - "pubDate": "Sat, 01 Jan 2022 4:35:00 PM PST", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/Sport EN", - "feed": "RotoWire", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "15eb290ec0220db3c32555ca2a38350c", - "highlights": [] - }, - { - "title": "Shai Gilgeous-Alexander: Enters protocols", - "description": "Gilgeous-Alexander entered health and safety protocols Saturday, Adrian Wojnarowski of ESPN reports.\n\n Visit RotoWire.com for more analysis on this update.", - "content": "Gilgeous-Alexander entered health and safety protocols Saturday, Adrian Wojnarowski of ESPN reports.\n\n Visit RotoWire.com for more analysis on this update.", - "category": "", - "link": "https://rotowire.com/basketball/player.php?id=4387", + "link": "https://rotowire.com/basketball/player.php?id=2502", "creator": "", - "pubDate": "Sat, 01 Jan 2022 10:37:00 AM PST", + "pubDate": "Wed, 05 Jan 2022 7:47:00 AM PST", "enclosure": "", "enclosureType": "", "image": "", @@ -3299,7 +3277,7 @@ "favorite": false, "created": false, "tags": [], - "hash": "482326a053e9edfad24fb6ac4f809d9b", + "hash": "3555291c4a684f30cfe1112d194f8608", "highlights": [] }, { @@ -3395,6 +3373,28 @@ "image": null, "description": "Latest sports news from aroud the globe, including breaking news, analysis and interviews.", "items": [ + { + "title": "Dembele agents to demand improved Barcelona contract offer after Torres buy", + "description": "\n ", + "content": "\n ", + "category": "", + "link": "https://sport360.com/article/football/barcelona/346908/dembele-agents-to-demand-improved-barcelona-contract-offer-after-torres-buy", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 18:13:58 +0400", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Sport EN", + "feed": "Sport360", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "db8291ab458556d9b08a2adfe977b5c7", + "highlights": [] + }, { "title": "Cricket 22 Review: New features and broader licensing elevates gaming experience", "description": "\n ", @@ -4125,16 +4125,390 @@ "description": "L'Equipe.fr, Toute l'actualité du Rugby", "items": [ { - "title": "Rugby - Top 14 - Bordeaux-Bègles s'impose contre Biarritz et conforte sa place de leader du Top 14", - "description": "Poussif pendant une heure, Bordeaux-Bègles s'est libéré en fin de match pour s'imposer contre Biarritz dimanche (30-27). L'UBB n'a pas réussi à conserver le bonus offensif mais conforte sa place de leader.", - "content": "Poussif pendant une heure, Bordeaux-Bègles s'est libéré en fin de match pour s'imposer contre Biarritz dimanche (30-27). L'UBB n'a pas réussi à conserver le bonus offensif mais conforte sa place de leader.", + "title": "Rugby - Top 14 - UBB - Romain Buros (UBB) blessé à une épaule et absent quatre mois", + "description": "Blessé lors du match contre Biarritz dimanche, Romain Buros souffre d'une luxation de l'épaule droite. L'arrière bordelais sera absent quatre mois.", + "content": "Blessé lors du match contre Biarritz dimanche, Romain Buros souffre d'une luxation de l'épaule droite. L'arrière bordelais sera absent quatre mois.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Romain-buros-ubb-blesse-a-une-epaule-et-absent-quatre-mois/1308408#xtor=RSS-1", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:01:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/romain-buros-face-au-racing-lors-de-la-11e-journee-de-top-14-p-lahalle-l-equipe/1500000001588402/320:298,1804:1288-665-335-70/698be.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/romain-buros-face-au-racing-lors-de-la-11e-journee-de-top-14-p-lahalle-l-equipe/1500000001588402/320:298,1804:1288-665-335-70/698be.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4f43492751be2ed5b3317ed6f10b0532", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - RCT - De nouveaux cas positifs au Covid à Toulon", + "description": "Le RCT a annoncé ce mardi que de nouveaux cas positifs au Covid avaient été détectés au sein de son groupe.", + "content": "Le RCT a annoncé ce mardi que de nouveaux cas positifs au Covid avaient été détectés au sein de son groupe.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/De-nouveaux-cas-positifs-au-covid-a-toulon/1308399#xtor=RSS-1", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 17:35:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/le-club-de-toulon-est-de-nouveau-touche-par-le-covid-f-mons-l-equipe/1500000001588384/0:0,1995:1330-665-335-70/ce663.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/le-club-de-toulon-est-de-nouveau-touche-par-le-covid-f-mons-l-equipe/1500000001588384/0:0,1995:1330-665-335-70/ce663.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "714fc49ec4aa799372bb68e4f0b40144", + "highlights": [] + }, + { + "title": "Rugby - Tournoi - Les organisateurs du Tournoi des Six Nations craignent les stades vides", + "description": "À un mois du début du Tournoi des Six Nations, les organisateurs de la compétition se prépareraient à voir des matches se dérouler à huis clos ou devant des jauges réduites, rapporte le Telegraph ce mardi.", + "content": "À un mois du début du Tournoi des Six Nations, les organisateurs de la compétition se prépareraient à voir des matches se dérouler à huis clos ou devant des jauges réduites, rapporte le Telegraph ce mardi.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Les-organisateurs-du-tournoi-des-six-nations-craignent-les-stades-vides/1308393#xtor=RSS-1", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 17:24:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/irlande-france-s-etait-joue-l-an-dernier-dans-un-stade-vide-dan-sheridan-l-equipe/1500000001588379/0:0,1753:1168-665-335-70/6561c.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/irlande-france-s-etait-joue-l-an-dernier-dans-un-stade-vide-dan-sheridan-l-equipe/1500000001588379/0:0,1753:1168-665-335-70/6561c.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0515cae5226e058397455a21b6bcadef", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - USAP - Perpignan compte trois nouveaux cas positifs au Covid avant la rencontre face au BO", + "description": "Avant de se déplacer ce samedi à Biarritz (17h00), l'USAP compte trois nouveaux joueurs testés positifs au coronavirus. Un premier entraînement a déjà été annulé ce lundi.", + "content": "Avant de se déplacer ce samedi à Biarritz (17h00), l'USAP compte trois nouveaux joueurs testés positifs au coronavirus. Un premier entraînement a déjà été annulé ce lundi.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Perpignan-compte-trois-nouveaux-cas-positifs-au-covid-avant-la-rencontre-face-au-bo/1308365#xtor=RSS-1", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 15:42:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/dimanche-dernier-l-usap-a-affronte-le-stade-francais-diminue-par-l-absence-de-sept-joueurs-positifs-/1500000001588342/0:0,1995:1330-665-335-70/7bcfe.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/dimanche-dernier-l-usap-a-affronte-le-stade-francais-diminue-par-l-absence-de-sept-joueurs-positifs-/1500000001588342/0:0,1995:1330-665-335-70/7bcfe.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7786d1895e2630525784094f0ff92063", + "highlights": [] + }, + { + "title": "Rugby - JAP - Au Japon, tous les joueurs seront testés après une affaire de drogue", + "description": "La ligue japonaise de rugby a décidé de soumettre tous les joueurs de la Japan Rugby League One à des tests de dépistage de substances illicites, après que Blake Ferguson, ancien international australien, a été arrêté « pour possession présumée de drogues illégales ».", + "content": "La ligue japonaise de rugby a décidé de soumettre tous les joueurs de la Japan Rugby League One à des tests de dépistage de substances illicites, après que Blake Ferguson, ancien international australien, a été arrêté « pour possession présumée de drogues illégales ».", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Au-japon-tous-les-joueurs-seront-testes-apres-une-affaire-de-drogue/1308327#xtor=RSS-1", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 12:18:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/les-joueurs-du-championnat-national-de-rugby-au-japon-seront-soumis-a-des-tests-de-depistage-de-subs/1500000001588285/0:0,1995:1330-665-335-70/30e01.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/les-joueurs-du-championnat-national-de-rugby-au-japon-seront-soumis-a-des-tests-de-depistage-de-subs/1500000001588285/0:0,1995:1330-665-335-70/30e01.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "83c40ab8bb1472a1b654314fcb1e5e05", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - R92 - Jauge à 2000 spectateurs confirmée pour le match Racing 92-Clermont", + "description": "L'affluence pour la rencontre Racing 92-Clermont, samedi soir à l'Arena (21h05), sera bien limitée à 2000 places.", + "content": "L'affluence pour la rencontre Racing 92-Clermont, samedi soir à l'Arena (21h05), sera bien limitée à 2000 places.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Jauge-a-2000-spectateurs-confirmee-pour-le-match-racing-92-clermont/1308215#xtor=RSS-1", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 17:59:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/l-arena-sonnera-creux-samedi-soir-pour-la-reception-de-l-asm-p-lahalle-l-equipe/1500000001588102/0:0,1995:1330-665-335-70/7e157.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/l-arena-sonnera-creux-samedi-soir-pour-la-reception-de-l-asm-p-lahalle-l-equipe/1500000001588102/0:0,1995:1330-665-335-70/7e157.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f711e291d2451cb4ccf4a50343814035", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - Top 14 : ce qu'il faut retenir de la 14e journée", + "description": "La performance de Castres contre La Rochelle, le festival de points inscrits par la Section Paloise ou encore les précieux essais de Nayacalevu Waisea pour le Stade Français : voici ce qu'il faut retenir de cette 14e journée du Championnat de France.", + "content": "La performance de Castres contre La Rochelle, le festival de points inscrits par la Section Paloise ou encore les précieux essais de Nayacalevu Waisea pour le Stade Français : voici ce qu'il faut retenir de cette 14e journée du Championnat de France.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Top-14-ce-qu-il-faut-retenir-de-la-14e-journee/1308164#xtor=RSS-1", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 14:18:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/-f-porcu-l-equipe/1500000001588026/0:0,1998:1332-665-335-70/98d9d.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/-f-porcu-l-equipe/1500000001588026/0:0,1998:1332-665-335-70/98d9d.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cefba9ce111735dcd34ceec0694450a2", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - Le cameraman d'UBB-Biarritz victime d'une fracture d'un tibia", + "description": "Renversé par des joueurs sur un essai bordelais dimanche, un cadreur de Canal+ souffre d'une fracture du plateau tibial.", + "content": "Renversé par des joueurs sur un essai bordelais dimanche, un cadreur de Canal+ souffre d'une fracture du plateau tibial.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Le-cameraman-d-ubb-biarritz-victime-d-une-fracture-d-un-tibia/1308141#xtor=RSS-1", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 12:00:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/-b-papon-l-equipe/1500000001587949/0:0,1994:1330-665-335-70/994c8.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/-b-papon-l-equipe/1500000001587949/0:0,1994:1330-665-335-70/994c8.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "df8785da0b71ad85c68d0f1fc41223e8", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - Racing 92 - Maxime Machenaud (Racing 92) : « On est conscient de la situation »", + "description": "Après la défaite du Racing 92 ce dimanche face au LOU (37-35), Maxime Machenaud avait du mal à masquer sa déception en conférence de presse.", + "content": "Après la défaite du Racing 92 ce dimanche face au LOU (37-35), Maxime Machenaud avait du mal à masquer sa déception en conférence de presse.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Maxime-machenaud-racing-92-on-est-conscient-de-la-situation/1308136#xtor=RSS-1", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 11:35:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/machenaud-maxime-a-martin-l-equipe/1500000001587940/325:392,1534:1198-665-335-70/8767a.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/machenaud-maxime-a-martin-l-equipe/1500000001587940/325:392,1534:1198-665-335-70/8767a.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a4fcfdcb12649384f3fbaf873df41c97", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - LOU - Pierre Mignoni (LOU) : « Une victoire qui va compter pour la suite »", + "description": "Le LOU s'est imposé de justesse contre le Racing (37-35) ce dimanche lors de la 14e journée de Top 14. Le coach du club lyonnais, Pierre Mignoni, estime que ce succès doit permettre à ses joueurs de gagner en confiance.", + "content": "Le LOU s'est imposé de justesse contre le Racing (37-35) ce dimanche lors de la 14e journée de Top 14. Le coach du club lyonnais, Pierre Mignoni, estime que ce succès doit permettre à ses joueurs de gagner en confiance.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Pierre-mignoni-lou-une-victoire-qui-va-compter-pour-la-suite/1308133#xtor=RSS-1", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 11:12:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/mignoni-pierre-a-martin-l-equipe/1500000001587933/0:0,1998:1332-665-335-70/fd55a.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/mignoni-pierre-a-martin-l-equipe/1500000001587933/0:0,1998:1332-665-335-70/fd55a.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4a5ab2b73d7c665035d447ee50dd43bd", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - CO - Pierre-Henry Broncan (manager du Castres Olympique) : « Ce n'est que le premier match retour", + "description": "Heureux de sa courte victoire sur La Rochelle (31-30), Pierre-Henry Broncan, le manager de Castres, 4e du Top 14, ne se projetait pas encore sur des ambitions de fin de saison.", + "content": "Heureux de sa courte victoire sur La Rochelle (31-30), Pierre-Henry Broncan, le manager de Castres, 4e du Top 14, ne se projetait pas encore sur des ambitions de fin de saison.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Pierre-henry-broncan-manager-du-castres-olympique-ce-n-est-que-le-premier-match-retour/1308114#xtor=RSS-1", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 07:54:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/broncan-pierre-henry-f-lancelot-l-equipe/1500000001587851/321:127,1994:1243-665-335-70/d73cb.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/broncan-pierre-henry-f-lancelot-l-equipe/1500000001587851/321:127,1994:1243-665-335-70/d73cb.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cfb32626897a73f7d80c963598a4f828", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - Au bout du suspense, Lyon arrache la victoire face au Racing 92", + "description": "Au terme d'une rencontre serrée entre le LOU et le Racing 92 ce dimanche soir, les Lyonnais ont décroché la victoire sur un essai inscrit à la 79e minute (37-35).", + "content": "Au terme d'une rencontre serrée entre le LOU et le Racing 92 ce dimanche soir, les Lyonnais ont décroché la victoire sur un essai inscrit à la 79e minute (37-35).", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Au-bout-du-suspense-lyon-arrache-la-victoire-face-au-racing-92/1308083#xtor=RSS-1", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 23:00:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/les-lyonnais-sont-alles-chercher-la-victoire-au-bout-du-suspense-a-martin-l-equipe/1500000001587834/0:0,1995:1330-665-335-70/8a511.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/les-lyonnais-sont-alles-chercher-la-victoire-au-bout-du-suspense-a-martin-l-equipe/1500000001587834/0:0,1995:1330-665-335-70/8a511.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "aeef1eed8ecc90d5cfdcf88344ad23a9", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - Pau - Sébastien Piqueronies (Pau) après la victoire face à Brive : « Une très bonne opération comptable »", + "description": "La Section Paloise a remporté une victoire précieuse ce dimanche après-midi, face à Brive (43-20). Le manager de Pau, Sébastien Piqueronies, souligne la bonne opération au classement.", + "content": "La Section Paloise a remporté une victoire précieuse ce dimanche après-midi, face à Brive (43-20). Le manager de Pau, Sébastien Piqueronies, souligne la bonne opération au classement.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Sebastien-piqueronies-pau-apres-la-victoire-face-a-brive-une-tres-bonne-operation-comptable/1308057#xtor=RSS-1", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 20:41:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/le-manager-de-pau-sebastien-piqueronies-se-satisfait-de-la-victoire-face-a-brive-r-perrocheau-l-equi/1500000001587770/0:0,1995:1330-665-335-70/7f0a9.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/le-manager-de-pau-sebastien-piqueronies-se-satisfait-de-la-victoire-face-a-brive-r-perrocheau-l-equi/1500000001587770/0:0,1995:1330-665-335-70/7f0a9.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a8778c519b63ce58cbbb43200c68faae", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - Top 14 : Castres renverse La Rochelle", + "description": "Menés de 21 points après 25 minutes de jeu, les Castrais ont renversé La Rochelle ce dimanche (31-30) dans le cadre de la 14e journée du Top 14. Ihaia West a manqué la pénalité de la gagne et Castres s'impose après une fin de match très tendue.", + "content": "Menés de 21 points après 25 minutes de jeu, les Castrais ont renversé La Rochelle ce dimanche (31-30) dans le cadre de la 14e journée du Top 14. Ihaia West a manqué la pénalité de la gagne et Castres s'impose après une fin de match très tendue.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Top-14-castres-renverse-la-rochelle/1308047#xtor=RSS-1", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 19:51:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/victoire-au-bout-du-suspense-pour-castres-v-chapuis-afp/1500000001587749/0:0,1994:1330-665-335-70/775ac.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/victoire-au-bout-du-suspense-pour-castres-v-chapuis-afp/1500000001587749/0:0,1994:1330-665-335-70/775ac.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a21d45c9b27b2c61c28f08063f6eeef7", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - UBB - Christophe Urios, entraîneur de l'UBB, après la victoire face à Biarritz en Top 14 : « Ça me gonfle »", + "description": "Le manager de l'Union Bordeaux Bègles, Christophe Urios, était très énervé malgré la victoire de son équipe face à Biarritz (30-27) en raison du point de bonus offensif envolé en fin de match.", + "content": "Le manager de l'Union Bordeaux Bègles, Christophe Urios, était très énervé malgré la victoire de son équipe face à Biarritz (30-27) en raison du point de bonus offensif envolé en fin de match.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Christophe-urios-entraineur-de-l-ubb-apres-la-victoire-face-a-biarritz-en-top-14-ca-me-gonfle/1308040#xtor=RSS-1", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 19:00:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/christophe-urios-ne-s-est-pas-attarde-en-conference-de-presse-n-luttiau-l-equipe/1500000001587741/0:0,1991:1327-665-335-70/77f7f.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/christophe-urios-ne-s-est-pas-attarde-en-conference-de-presse-n-luttiau-l-equipe/1500000001587741/0:0,1991:1327-665-335-70/77f7f.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "05d0f3d38e91d4ba4674e96a2753ce77", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - Un cameraman se fait faucher sur un essai lors d'UBB-Biarritz", + "description": "Lourdement touché au genou, le cadreur de Canal+ a été évacué sur civière après s'être fait renverser par deux joueurs sur un essai bordelais, ce dimanche.", + "content": "Lourdement touché au genou, le cadreur de Canal+ a été évacué sur civière après s'être fait renverser par deux joueurs sur un essai bordelais, ce dimanche.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Quand-un-cameraman-se-fait-faucher-sur-un-essai-lors-d-ubb-biarritz/1308038#xtor=RSS-1", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 18:58:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/federico-mori-e-garnier-l-equipe/1500000001587739/752:265,1997:1095-665-335-70/e2605.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/federico-mori-e-garnier-l-equipe/1500000001587739/752:265,1997:1095-665-335-70/e2605.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7456d49543278ed292c61b2aca11b5cd", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - BO - Ilian Perraux (Biarritz), après la courte défaite face à l'UBB : « Ce point (de bonus) va compter »", + "description": "L'ouvreur de Biarritz était très satisfait du bonus défensif arraché ce dimanche à Bordeaux en fin de match (30-27), qui permet au BO de revenir à égalité avec Perpignan.", + "content": "L'ouvreur de Biarritz était très satisfait du bonus défensif arraché ce dimanche à Bordeaux en fin de match (30-27), qui permet au BO de revenir à égalité avec Perpignan.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Ilian-perraux-biarritz-apres-la-courte-defaite-face-a-l-ubb-ce-point-de-bonus-va-compter/1308037#xtor=RSS-1", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 18:47:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/ilian-perraux-ouvreur-et-buteur-du-bo-r-perrocheau-l-equipe/1500000001587736/0:0,1995:1330-665-335-70/ef5ab.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/ilian-perraux-ouvreur-et-buteur-du-bo-r-perrocheau-l-equipe/1500000001587736/0:0,1995:1330-665-335-70/ef5ab.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "39610896fe1380293ecf31e57c984c47", + "highlights": [] + }, + { + "title": "Rugby - Top 14 - Bordeaux-Bègles s'impose contre Biarritz et conforte sa place de leader du Top 14", + "description": "Poussif pendant une heure, Bordeaux-Bègles s'est libéré en fin de match pour s'imposer contre Biarritz dimanche (30-27). L'UBB n'a pas réussi à conserver le bonus offensif mais conforte sa place de leader.", + "content": "Poussif pendant une heure, Bordeaux-Bègles s'est libéré en fin de match pour s'imposer contre Biarritz dimanche (30-27). L'UBB n'a pas réussi à conserver le bonus offensif mais conforte sa place de leader.", "category": "", "link": "https://www.lequipe.fr/Rugby/Actualites/Top-14-bordeaux-begles-s-impose-contre-biarritz-et-conforte-sa-place-de-leader/1308021#xtor=RSS-1", "creator": "", "pubDate": "Sun, 02 Jan 2022 17:58:00 +0100", - "enclosure": "https://medias.lequipe.fr/img-photo-jpg/santiago-cordero-et-les-bordelais-ont-battu-biarritz-romain-perrocheau-afp/1500000001587706/0:0,1994:1330-665-335-70/27c41.jpg", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/santiago-cordero-et-les-bordelais-ont-battu-biarritz-r-perrocheau-afp/1500000001587706/0:0,1994:1330-665-335-70/27c41.jpg", "enclosureType": "image/jpeg", - "image": "https://medias.lequipe.fr/img-photo-jpg/santiago-cordero-et-les-bordelais-ont-battu-biarritz-romain-perrocheau-afp/1500000001587706/0:0,1994:1330-665-335-70/27c41.jpg", + "image": "https://medias.lequipe.fr/img-photo-jpg/santiago-cordero-et-les-bordelais-ont-battu-biarritz-r-perrocheau-afp/1500000001587706/0:0,1994:1330-665-335-70/27c41.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -4143,7 +4517,7 @@ "favorite": false, "created": false, "tags": [], - "hash": "31cdc19ad799feab15be3b2dc00494fc", + "hash": "13cd7a9b92290b2d47580e60be9adcee", "highlights": [] }, { @@ -5004,6 +5378,28 @@ "hash": "05d48e927582a6d072663d339510f77f", "highlights": [] }, + { + "title": "Rugby - Top 14 - Bordeaux-Bègles s'impose contre Biarritz et conforte sa place de leader du Top 14", + "description": "Poussif pendant une heure, Bordeaux-Bègles s'est libéré en fin de match pour s'imposer contre Biarritz dimanche (30-27). L'UBB n'a pas réussi à conserver le bonus offensif mais conforte sa place de leader.", + "content": "Poussif pendant une heure, Bordeaux-Bègles s'est libéré en fin de match pour s'imposer contre Biarritz dimanche (30-27). L'UBB n'a pas réussi à conserver le bonus offensif mais conforte sa place de leader.", + "category": "", + "link": "https://www.lequipe.fr/Rugby/Actualites/Top-14-bordeaux-begles-s-impose-contre-biarritz-et-conforte-sa-place-de-leader/1308021#xtor=RSS-1", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 17:58:00 +0100", + "enclosure": "https://medias.lequipe.fr/img-photo-jpg/santiago-cordero-et-les-bordelais-ont-battu-biarritz-romain-perrocheau-afp/1500000001587706/0:0,1994:1330-665-335-70/27c41.jpg", + "enclosureType": "image/jpeg", + "image": "https://medias.lequipe.fr/img-photo-jpg/santiago-cordero-et-les-bordelais-ont-battu-biarritz-romain-perrocheau-afp/1500000001587706/0:0,1994:1330-665-335-70/27c41.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "L'Equipe - Rugby", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "31cdc19ad799feab15be3b2dc00494fc", + "highlights": [] + }, { "title": "Rugby - Top 14 - RCT - Cheslin Kolbe (Toulon) : « Mon prochain Noël ? Avec Cristiano Ronaldo ! »", "description": "Cheslin Kolbe, l'arrière toulonnais sud-africain, s'est prêté au jeu de l'interview de fin d'année, en vidéo.", @@ -12167,6 +12563,688 @@ "image": "https://www.lerugbynistere.fr/imgs/design/logo-rugbynistere-default.png", "description": "Retrouvez ici nos derniers articles", "items": [ + { + "title": "RUGBY. TOULOUSE. Les frères Arnold de retour à l'entrainement, Antoine Dupont toujours incertain", + "description": "Pour préparer la réception du MHR, le Stade Toulousain peut compter sur le retour des deux frères Arnold à l’entrainement. En revanche, Antoine Dupont n’a toujours pas fait son retour sur le terrain....", + "content": "Après une défaite en terres auvergnates lors de la dernière journée, le Stade Toulousain aura à cœur de renouer avec la victoire dès ce week-end. Pour cette 15e journée de TOP 14, les Haut-Garonnais reçoivent le MHR sur sa pelouse d’Ernest Wallon, une autre équipe très en forme de ce championnat. Pour affronter les Héraultais, le club de la ville rose pourra compter sur le retour de ses deux tours jumelles en seconde ligne. En effet, à l’infirmerie depuis plusieurs semaines Richie, victime d’une fracture de l’avant-bras fin octobre et Rory, touché au genou lors de son séjour en sélection australienne, ont repris le chemin de l’entrainement ce mardi. Les deux Australiens sont aptes à refouler les pelouses de l’hexagone et postuleront pour la rencontre de ce week-end. Deux retours en deuxième ligne qui tombent à pic étant donné que Thibault Flament, l’international français, a été victime d’une commotion lors de la défaite au stade Michelin.\nRUGBY. VIDEO. Clermont vainqueur du Stade Toulousain pour conserver son invincibilité\nEn revanche, Antoine Dupont semble toujours malade et n’a pas été aperçu à l’entrainement ce mardi. Avec les deux matchs de la campagne européenne toulousaine annulés et son absence lors du déplacement en Auvergne, le meilleur joueur du monde n’a pas joué depuis le 11 décembre. Pour l’instant son absence pour la réception du MHR n’est pas acté et le staff toulousain espère le revoir à l’entrainement dès cette semaine. Côté retour, le pilier néo-zélandais Faumuina et le troisième ligne Elstatd devraient également réapparaître cette semaine dans le pack toulousain. Derrière, l’Argentin Chocobares et l’utility back Nanaï-Williams postuleront par ailleurs pour ce choc face aux hommes de Saint-André. Une opposition, l'année passée, qui avait tourné en faveur des Montpellierains. ", + "category": "", + "link": "https://www.lerugbynistere.fr/news/rugby-toulouse-les-freres-arnold-de-retour-a-lentrainement-antoine-dupont-toujours-incertain-0501221441.php", + "creator": "", + "pubDate": "2022-01-05 16:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/antoine-dupont-05-01-22-3238.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/antoine-dupont-05-01-22-3238.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "774846e897942eac42e19d020860d20f", + "highlights": [] + }, + { + "title": "Top 14. Stade Toulousain. Ugo Mola prolonge à Toulouse jusqu'en 2027 !", + "description": "Après Dupont, Marchand, Baille et Arnold, l'entraîneur du Stade Toulousain prolonge à son tour du côté de la Ville rose. Un contrat allant jusqu'à 2027.", + "content": "Que de bonnes nouvelles du côté du Stade Toulousain ! Après les prolongations d'Antoine Dupont, Julien Marchand, Cyril Baille, ou encore de François Cros, le champion de France en titre devrait également voir son entraîneur Ugo Mola rester à la maison. Une information RMC Sport, qui s'inscrit dans la volonté de Toulouse de préparer l'avenir, en gardant toutes ses forces en présence. Le contrat du coach français s'étendrait jusqu'en 2027. \nRUGBY. TOP 14. Après Dupont et Marchand, Toulouse sécurise le Tricolore Cyril BailleSi Richie Arnold vient également de prolonger jusqu'en 2025, le président Lacroix voudrait également resigner les Français Peato Mauvaka, Thomas Ramos et Romain Ntamack. Une chose est sûre, Toulouse n'est pas prêt de lâcher ses pépites !\nRUGBY. Top 14. 63 points, 2 cartons rouges, 7 essais, le dernier Clermont/Toulouse avait été spectaculaire", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-stade-toulousain-ugo-mola-prolonge-a-toulouse-jusquen-2027-0501221507.php", + "creator": "", + "pubDate": "2022-01-05 15:15:00", + "enclosure": "https://www.lerugbynistere.fr/photos/mola-06-12-21-4606.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/mola-06-12-21-4606.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "db603603ba357ba2df35f3e3351a1e3e", + "highlights": [] + }, + { + "title": "Rugby. Shane Williams avoue avoir détesté le Pays de Galles", + "description": "Dans le documentaire ''Slammed'', l'ancien ailier de poche du Pays de Galles Shane Williams (87 sélections), avoue avoir détesté le XV du Poireau lorsque Steve Hansen ne l'a plus sélectionné en 2002....", + "content": "Légende du rugby gallois et mondial, Shane Williams est revenu sur sa carrière au sein du XV du Poireau dans des propos pour ''Slammed'', documentaire diffusé sur la BBC. Élu meilleur joueur du monde en 2008, doté d'appuis dévastateurs et d'une vitesse supersonique, le petit ailier (1m70-80kg) a longtemps martyrisé les défenses de la sphère rugbystique. Cependant en 2002, lorsque Graham Henry laisse sa place de sélectionneur à Steve Hansen, autre néo-zélandais, la carrière internationale de Shane Williams va stagner. La faute selon lui à l'entraîneur kiwi, qui ne lui faisait pas confiance : ''Je me souviens d'une de mes premières rencontres avec Steve (Hansen, NDLR), la conversation était essentiellement : ''Tu n'es pas assez grand, tu n'es pas assez physique, ta défense n'est pas assez bonne et je ne vais pas te sélectionner dans cette équipe.'' Mon cœur venait de saigner. Je pensais que j'allais bien et tu m'enlèves ce rêve. Tu es venu de Nouvelle-Zélande et tu m'enlèves ce rêve. Comment oses-tu ?''\nWTF - Shane Williams bat un record du monde à 6 331m sur l'Everest [VIDÉO]\nIl faut dire qu'avec 10 essais en 10 apparitions sous le maillot gallois, Williams était l'une des vedettes et une étoile montante de la Principauté. Alors, il l'admet, lors de cette période hors de l'équipe nationale, de 2002 à début 2003, il détestait l'équipe galloise et surtout son sélectionneur : ''Je détestais l'équipe galloise, détestais tout ce qui y était associé, détestais Steve Hansen avec passion [...] Je regardais les Six Nations, le Pays de Galles n'allait pas particulièrement bien et j'étais plutôt content. '' Avant de poursuivre, racontant la grosse crise qu'il a alors traversé en tant que joueur de rugby : ''J'ai traversé une crise lorsque Steve m'a retiré de l'équipe. Je prenais de la créatine, je passais plus de temps au gymnase, je travaillais tout le reste au lieu de travailler ma vitesse [...] J'ai pris beaucoup de poids en quelques semaines et cela n'a tout simplement pas fonctionné. Oui j'étais plus musclé mais mon rythme avait ralenti, je me blessais et je ratais des matchs. C'était juste un cercle vicieux. C'était une période horrible de ma vie, les deux pires années de ma vie de rugbyman à coup sûr. Un jour, j'ai eu le déclic. Arrête de penser à Steve Hansen, arrête de te soucier de ce qu'il a dit. Travaille ta vitesse, ta forme physique et ça ira.''\nCheslin Kolbe, le lapin Duracell avec de meilleurs appuis que Shane Williams selon O’Driscoll\nFinalement, Steve Hansen, le rappellera à la veille de la Coupe du Monde 2003 en Australie, après un bilan cataclysmique de dix défaites consécutives. Il obtiendra une titularisation lors du match de poule face aux All Blacks, couronnée par une prestation XXL malgré la défaite, avant de connaître par la suite, la carrière qu'on lui connaît. \n\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/rugby-shane-williams-avoue-avoir-deteste-le-pays-de-galles-0501221448.php", + "creator": "", + "pubDate": "2022-01-05 15:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-05-01-22-4304.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-05-01-22-4304.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "327cdeb0ca846f67db100bf8af601905", + "highlights": [] + }, + { + "title": "Top 14. Racing 92. Face à Clermont, (déjà) une dernière chance ?", + "description": "10ème à 9 points du Top 6, les Racingmen reçoivent ce week-end Clermont, pour ce qui sera certainement un tournant de leur saison.", + "content": "Qui aurait pu deviner, qu'après 14 journées, le Racing 92 ne soit que 10ème du championnat ? Un classement bien loin des objectifs fixés par le club en début de saison. Car ce que veulent avant tout les coéquipiers de Gaël Fickou, c'est se qualifier dans les 6, afin de jouer les phases finales du Top 14. Une mission qui n'est pour l'heure pas remplie, et qui, même s'il reste encore beaucoup de matchs, semble s'éloigner petit à petit. Et contrairement à ce qu'on pourrait penser, la rencontre face à Clermont représente (déjà) un tournant dans la saison des Franciliens. Explications.\n\nTop 14. Malgré sa demande, Le Racing 92 devra se contenter d'une jauge de 2000 personnes !Des prochaines semaines qui s'annoncent compliquées\nPas épargné par les blessures depuis le début de saison, le Racing devra également faire sans ses internationaux durant le Tournoi des 6 Nations (5 février au 19 mars). Des absences qui se feront certainement ressentir : on pense forcément à la paire de centre française Fickou-Vakatawa, mais également à l'ouvreur écossais Russell. De plus, d'autres joueurs pourraient potentiellement être appelés par Fabien Galthié, afin de préparer au mieux les matchs du XV de France (Chat, Diallo, Thomas ou encore Taofifenua). Et pendant ces doublons, les Ciels & Blancs affronteront Brive et Castres (17ème journée et 19ème journée), des équipes très difficiles à manier. Mais au-delà de ça, ces dernières seront bien moins touchées par les absences des internationaux que le Racing. Des affrontements tendus, qui s'accompagneront de deux déplacements chez les meilleures équipes du championnat actuellement : Toulouse et Bordeaux. Et pour ne rien arranger, ces matchs (en tout cas celui face au Stade Toulousain) pourraient se jouer avec les internationaux. En bref, quatre prochaines journées chaotiques, qui seraient plus facilement abordables en cas de victoire face à l'ASM.\nTop 14. ANALYSE. Qu'est-ce qui cloche au Racing 92 ?Vite rattraper le train avant qu'il ne s'éloigne\nOn sait, l'argument des doublons peut convenir à d'autres clubs que le Racing 92 : le Stade Toulousain, l'UBB, ou encore La Rochelle seront aussi voir plus touchés par ces absences. Mais voilà, les trois équipes citées ici ne sont pas 10ème du championnat ! Une place qui peut inquiéter à un peu plus de 10 journées de la fin, d'autant qu'un trou semble se créer petit à petit entre Clermont (7ème avec 33 points) et Pau (8ème avec 28 points). Bon, cela reste totalement rattrapable nous en convenons, d'autant plus que le Racing possède un match de moins que le LOU, 6ème. Néanmoins, une défaite face à Clermont ce samedi pourrait éloigner le club francilien encore un peu plus des places qualificatives. Un scénario tout à fait envisageable, tant les Racingmen peinent en championnat (4 défaites de rang). Pour voir une victoire des hommes de Laurent Travers en Top 14, il faut remonter au 31 octobre 2021, face au Stade Toulousain. Une éternité pour un club de ce standing. Vous l'aurez donc compris, victoire impérative ce samedi face à l'ASM pour le Racing, sous peine de voir leurs rêves de qualification s'envoler.\n\nTop 14. Les statistiques IMPRESSIONNANTES de la seconde mi-temps de Racing-UBB !", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-racing-92-face-a-clermont-deja-une-derniere-chance-0501221415.php", + "creator": "", + "pubDate": "2022-01-05 14:45:00", + "enclosure": "https://www.lerugbynistere.fr/photos/racing-05-01-22-7898.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/racing-05-01-22-7898.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4dcecbcc07b482efd1753863c47893a6", + "highlights": [] + }, + { + "title": "RUGBY. Les fils de la superstar Sonny Bill Williams ne joueront pas pour les All Blacks", + "description": "L’ancienne star néo-zélandaise, Sonny Bill Williams, a annoncé dans un entretien au magazine Ruck, que ses enfants ne joueront pas pour les All Blacks.", + "content": "Double champion du monde en 2011 et 2015 avec la Nouvelle-Zélande, le palmarès de SBW aurait pu être tout autre. Né d’un père Samoan. À l’instar de son cousin Tim Nanai-Williams, il aurait pu choisir la sélection des Manu Samoa pour briller sur la scène internationale. C’est bien la tunique frappée de la fougère qu’il revêtira durant l’ensemble de sa carrière. Une carrière rythmée par les mille envies de la star néo-zélandaise. Après avoir passé sa jeunesse au rugby à XIII, il fera ses débuts à XV en France, sur la rade toulonnaise en 2008. Un parcours, par la suite, marqué par les indénombrables changements de sport. Alternant entre rugby à VII, rugby à XIII et rugby à XV, il fut international néo-zélandais dans chacune de ces disciplines. Il participera même aux Jeux Olympique de Rio en 2016 avec le seven néo-zélandais. Des changements de vie qui lui ont fait traverser les continents. En 2019, la superstar néo-zélandaise pose ses bagages au Toronto Wolfpack au Canada pour un nouveau défi au rugby à XIII, il devient ainsi le joueur le mieux payé du monde. En mars 2021, SBW annonce l’arrêt de sa carrière rugbystique pour se consacrer à la boxe. Aujourd’hui consultant pour une chaîne australienne, le joueur s’est confié pour le magazine Ruck cette semaine. Un entretien dans lequel il a évoqué l’avenir de ses enfants : « Le Cap est ma deuxième maison. Peut-être qu'un jour mes deux garçons joueront en Vert et Or. Ils m'ont dit que c'était ce qu'ils voulaient. Ils adorent les Springboks. » Les garçons de SBW pencheront donc plus pour les origines de leur mère sud-africaine, Alana Raffie, épouse de SBW depuis 2013. Une vie, qui, même après l’arrêt de sa carrière, continue d’avoir de nombreux rebondissements.\nRUGBY. La carrière unique de Sonny Bill Williams ? Il faudrait 100 pages pour vous la raconter !", + "category": "", + "link": "https://www.lerugbynistere.fr/news/rugby-les-fils-de-la-superstar-sonny-bill-williams-ne-joueront-pas-pour-les-all-blacks-0501221126.php", + "creator": "", + "pubDate": "2022-01-05 13:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/sonny-bill-williams-05-01-22-5466.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/sonny-bill-williams-05-01-22-5466.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "05fdaa807a85564b416d690372958955", + "highlights": [] + }, + { + "title": "RUGBY. Equipe de France. ''Toutes les défaites nous ont donné de l’espoir ''", + "description": "En ce début de 2022, le sélectionneur fait le point sur l'année à venir et la prochaine échéance qu'est le Tournoi des 6 Nations.", + "content": "Après l'étincelante victoire du XV de France face à la Nouvelle-Zélande en novembre dernier, Fabien Galthié se projette désormais sur le prochain Tournoi des 6 Nations à venir. Il y affiche ses ambitions. \"Nous voulons et nous pouvons gagner les compétitions dans lesquelles nous allons nous engager, notamment le Tournoi \". Avec trois réceptions dont l'Irlande et l'Angleterre et deux déplacements à Cardiff et Édimbourg, les Français ont l'avantage du calendrier, particulièrement sur des potentiels adversaires directs tels que les Irlandais et Anglais. \n\nUne évolution dans le groupe ?\nEn plus du Tournoi, les Bleus affronteront le Japon cet été pour une série de trois Test-Matchs, puis les champions du monde Sud-Africains pour la tournée d'automne à Saint-Denis. \"On a progressé à tous les niveaux, notamment dans la préparation d’un match international, dans la psychologie mais on a encore une marge de manœuvre\". Marge de manœuvre que de nouveaux joueurs pourraient exploiter ? L'ancien entraineur du Stade Français, Montpellier et Toulon, évoque des joueurs tels que Thomas Lavault, Léo Coly, Léo Berdeu, Ethan Dumortier ou Lester Etien comme joueurs faisant partis d'un nouveau groupe de 75 joueurs suivis. Parmis les 75 joueurs, un groupe de 42 se détachera, dont la composition sera dévoilée lundi 17 janvier.\nDes axes d'améliorations\nDepuis la prise de poste de Fabien Galthié, celui-ci enregistre un ratio de 70% de victoires en 20 rencontres à la tête de l'Équipe de France. Avec notamment cinq défaites dans les dernières minutes (exemple marquant contre l'Écosse lors du Tournoi 2021), ce fait représente un axe prioritaire de travail pour le groupe. Mais les défaites encourageantes semblent désormais porter tous leurs sens.\nOn a progressé à tous les niveaux, notamment dans la préparation d’un match international, dans la psychologie mais on a encore une marge de manœuvre [...] Toutes les défaites nous ont donné de l’espoir. Elles ont permis aux joueurs de croire en eux. De compétition en compétition, on a le sentiment que cette équipe progresse. Cela nous a toujours permis d’améliorer des dimensions de notre jeu. \nVIDEO. Quand Van Der Merwe crucifiait la France, l’essai de l’année selon un média écossais\nLes All Blacks, acte fondateur ?\n\"Lorsque l’on s’est réuni le matin du match, avec le staff, et je leur ai dit que si l’on perdait, il ne faudrait rien remettre en question car on aura fait ce que l’on pouvait faire de mieux [...] Mais si l’on gagne, il faudra juste ne pas prendre le boulard, garder les pieds sur terre\". On le sait, gagner après avoir battu la Nouvelle-Zélande est dur. En témoignent l'Irlande qui s'est effondrée en 2019, l'Angleterre qui a perdu sa finale de coupe du monde et lancé son tournoi 2020 péniblement, réaliser un grand 6 Nations 2022 sera un grand défi. \"Ce match rentre dans les grandes victoires comme notre premier match contre l’Angleterre (Tournoi 2020) ou celui en Australie (été 2021)\". La performance face à la Nouvelle-Zélande permet au staff et aux joueurs de réaliser ce dont ils ont été capables par le passé, et donc d'espérer progresser encore.\nEquipe de France. Fabien Galthié prépare l'avenir : ''La Coupe du Monde 2023 ne sera pas une finalité''\nLe choix de la jeunesse\nEnfin, Fabien Galthié se justifie sur la sélection d'une équipe jeune en 2020, en vue de créer une expérience et un groupe compétitif pour la coupe du monde 2023. \"On aurait pu prendre une équipe beaucoup plus mature, beaucoup plus âgée et peut-être plus expérimentée. C’était un choix d’arriver en 2023 avec une équipe ayant un vécu, un parcours commun pour une cohérence dans la sélection, et une continuité de développement collectif \". Antoine Dupont, symbole de la nouvelle génération tricolore, meilleur joueur du monde 2021, est considéré par son sélectionneur comme celui qui montrera la voie à ses coéquipiers. \"Je pense qu’Antoine peut donner envie à ses partenaires d’être dans la short list pour être élu joueur de l’année, et pourquoi pas notre équipe…\". Oui. Pourquoi ne pas voir plus haut ?\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/rugby-equipe-de-france-toutes-les-defaites-nous-ont-donne-de-lespoir-0501221219.php", + "creator": "", + "pubDate": "2022-01-05 13:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/ztg-05-01-22-3130.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/ztg-05-01-22-3130.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c80c5b5214ae1a029626e8376731738b", + "highlights": [] + }, + { + "title": "Top 14. BO-USAP, lequel des promus sortira vainqueur du match de la mort ?", + "description": "Le BO reçoit un USAP amoindri par de multiples blessures et cas de Covid ce samedi. Une rencontre qui pour l'heure aura bien lieu et sonne comme un match de la mort, entre les deux promus, derniers du...", + "content": "Voilà une rencontre qui sent la poudre. Ce samedi sous les coups de 17 heures, le Biarritz Olympique reçoit l'USAP à Aguilera. Malgré les cas de Covid qui se multiplient chez les Catalans, la tenue du match n'est pour le moment, et tâchons de croiser les doigts, remise en cause. Un match qu'on pourrait caricaturalement nommé ''de la mort'' entre un BOPB lanterne rouge, à égalité de points avec Perpignan (19 points) mais derrière suite à sa défaite au match aller à Aimé-Giral (33-20). Aussi, et cela ne vous aura guère échappé, cette affiche n'est autre que le remake de la dernière finale de Pro D2, aisément remportée par les hommes de Patrick Arlettaz, avant que les Basques n'obtiennent leur ticket pour l'échelon supérieur à l'issue d'un match de barrage au scénario irréel face au voisin bayonnais.\nLe second promu plus performant en Top 14 que le champion de Pro D2 ?\nMais tout cela est désormais du passé et appartient aux livres d'histoires. Aujourd'hui, force est de constater que le vainqueur de cette rencontre aura pris un sérieux ascendant sur son adversaire, dans l'optique d'éviter plus que jamais, cette 14ème place synonyme de descente automatique en ProD2. Une défaite ne serait pas rédhibitoire à 5 mois de la fin de saison, mais elle enliserait considérablement l'un des deux promus dans les abysses de notre championnat. Rappelons que les deux clubs ne pointent qu'à deux unités du CAB qui compte cependant un match en moins. État des lieux à quelques jours d'un match importantissime.\nLe BO héroïque à Bordeaux, l'USAP tombe à Paris\nVIDEO. TOP 14. Bordeaux-Bègles galère face à la Lanterne rouge Biarritz\nAprès avoir été puni à domicile par Montpellier (12-27), Biarritz se déplaçait dimanche dernier sur la pelouse du leader, l'Union Bordeaux-Bègles. Et pourtant, hors de question de faire une impasse pour les joueurs de Shaun Sowerby qui ont livré une partie exemplaire. Dans le sillage d'une troisième ligne époustouflante d'activité et d'un Dyer toujours aussi impressionnant lorsqu'il s'agit de mettre la tête dans les rucks pour gratter d'innombrables ballons, les Basques ont décroché un bonus défensif ô combien mérité, au terme d'une énième charge d'un Francis Saili tellement précieux. Déjà frappé par le Covid, l'USAP a de son côté dû composer avec les joueurs aptes pour défier le Stade Français. Malgré une formation remaniée, courageuse, les coéquipiers d'Alan Brazo n'ont pas démérité mais ont semblé trop timoré pour ramener quelque chose de Paris, une semaine après avoir été défait contre Castres. Malgré d'autres cas de Covid détectés durant la semaine, il faudra espérer du côté sang et or que certains joueurs soient enfin aptes pour le déplacement sur la côte basque.\nLa dynamique semble donc être du côté biarrot, mais dans ce championnat, la vérité d'un week-end n'est pas celle de l'autre. Les protégés de Jean-Baptiste Aldigé n'ont-ils pas trop laissé de plumes face au leader tant la débauche d'énergie parut gigantesque ? L'USAP de son côté pourrait bénéficier de retour non négligeable qui pourraient rebattre les cartes. On pense à Jaminet, Delguy, Chiocci ou Duguivalu. Mais là aussi se pose la question de leur état de forme. Bref, un vrai point d'interrogation sur les formes des deux équipes qui ne fait que renforcer l'excitation autour de cette partie.  \nTop 14. Perpignan. Trois nouveaux cas de COVID détectés à l'USAP avant le match face au BO !\nHirigoyen et Dyer au sommet\nBien que lanterne rouge du Top 14, le BO possède des individualités qui trustent les premiers rôles du Top 14. Mathieu Hirigoyen est par exemple le meilleur plaqueur de notre championnat. Véritable découverte cette saison (bien que déjà très fort en Pro D2), il épate à chaque sortie à l'instar de son compère de la troisième ligne, Tornike Jalagonia. Le flanker Eliott Dixon est par exemple le meilleur contreur en touche tandis que Francis Saili le joueur effectuant le plus de passes après contact. Mais que dire de Johnny Dyer ? Le Fidjien est tout simplement le meilleur gratteur du Top 14. Avant la rencontre contre l'UBB il pointait déjà à 23 ballons gagnés, loin devant son dauphin Pierre Bourgarit et ses ''seuls'' 11 grattages. Contre les Girondins, l'infatigable fidjien a encore régné dans les rucks en volant 3 ou 4 ballons à des joueurs de l'UBB impuissants. Même lors des glorieuses années de Steffon Armitage à Toulon ou même plus récemment avec le BO, a-t-on déjà vu un joueur aussi efficace dans cette zone d'affrontement ? Nous n'en avons pas le souvenir. Surtout excepté Kuridrani (sera-t-il remis de sa commotion ?), le BO devrait pouvoir compter sur une bonne partie de ses titulaires ce samedi. \nRUGBY. Exit les Marchand, Armitage, Danty... Et si le meilleur gratteur du Top 14, c'était Johnny Dyer ?\nDu côté de Perpignan, on aura également du répondant devant avec la puissance d'un Lemalu, Cavubati ou Lam, revanchard après leur défaite à Jean-Bouin. Surtout, les pensionnaires d'Aimé Giral pourraient récupérer certains de leurs joueurs clés avant de se rendre sur la côte Basque. On pense au Fidjien Alivereti Duguivalu ou au pilier Xavier Chiocci. En revanche Jeronimo De La Fuente toujours en délicatesse avec sa cuisse, ne foulera pas la pelouse d'Aguilera. Quid de Melvyn Jaminet, Bautista Delguy, Georges Tilsley ou encore Halanukonuka et Fernandez ? Car du côté de ''Perpi'' on le sait, ce match marquera un tournant dans la saison. Et pour cela, il faudra plus que jamais compter sur toutes ses forces en présence. Une rencontre qui se fera sans Shahn Eru, touché au ménisque du genou droit contre le Stade Français. Si cela s'avère moins grave que prévu comme l'a confirmé L'Indépendant, son absence est estimée à 15 jours. Une véritable hécatombe vous dîtes ? Sans les joueurs cités, les Usapistes pourront s'appuyer sur des éléments comme Dubois, intéressant à Paris ou Pujol pour tenter de faire un coup à Biarritz.\n\nLéger avantage Biarritz mais....\nSi l'on devait se prononcer, on donnerait logiquement un léger avantage aux Biarrots. Mais vraiment infime. Pourquoi ? Déjà, parce que les Rouge et Blanc reçoivent et ont pu engranger un maximum de confiance après leur performance à Bordeaux. Surtout dans quel état physique vont se présenter les Catalans ? Malgré ça et une équipe remaniée, ces derniers ont résisté à Paris. Et à l'extérieur, les partenaires de Matthieu Acebes ont toujours fait preuve de grandes vertus, notamment chez des cadors de notre championnat. On pense en premier lieu à ce bonus défensif décroché sur la pelouse du Racing 92. Il n'est donc pas exclu, loin de là, de voir les Perpignanais réaliser un coup à Biarritz. D'autant plus qu'avec la jauge à 5000 personnes, les Basques ne pourront compter sur l'ensemble de son public, en feu depuis le début de saison. \nLe résumé du match aller\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-bo-usap-lequel-des-promus-sortira-vainqueur-du-match-de-la-mort-0501221203.php", + "creator": "", + "pubDate": "2022-01-05 12:15:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-05-01-22-5871.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-05-01-22-5871.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ac7f3315ce35d316d4eee25d521c1c39", + "highlights": [] + }, + { + "title": "RUGBY. Top 14. Voici la nouvelle programmation TV pour le mois de janvier !", + "description": "Au vu de la situation sanitaire et du risque de reporter certains matchs, la LNR a décidé, en accord avec Canal+, de changer la programmation des rencontres.", + "content": "Décidément, l'année 2022 ne semble pour le moment pas échapper aux complications liées au COVID. Alors que la LNR craint le report de certaines rencontres liées au virus, cette dernière a annoncé ce mardi, en accord avec le diffuseur du Top 14, Canal+, de modifier le programme des matchs lors du mois de janvier. En effet, et lors des deux prochaines journées de championnat (15ème et 16ème), un match prévu le samedi après-midi, sera décalé au dimanche à 18h. Pourquoi ? Et bien, pour avoir un plan de secours au cas où la rencontre prévue à 21h serait reportée. Un choix prudent, qui permettrait d'offrir au spectateur un match le dimanche soir, même si celui prévu à la base ne peut pas se jouer. À moins que les deux ne soient reportés...\nRUGBY. Top 14. De nouveaux cas de COVID à Toulon, le match face à La Rochelle menacé !Si dans le communiqué de la Ligue, il est précisé que cette programmation ne sera effective que lors du mois de janvier, il serait tout à fait possible qu'elle soit prolongée, si la situation sanitaire ne s'arrange pas. Néanmoins, il est question de ce mois-ci, et pour ce faire, ce seront les rencontres de Toulon-La Rochelle (15ème journée) et de Pau-Clermont (16ème journée) que l'on verra le dimanche en fin d'après-midi. À l'heure où nous écrivons ces lignes, seul le match Toulon-La Rochelle semble menacé, de nombreux cas de COVID ayant été détectés au sein du groupe varois. \n\n#TOP14 - J15/J16Suite aux modifications de programmations voici la nouvelle programmation de la 15e journée et celle de la 16e journée 🕗📺 pic.twitter.com/YLSc3iIW2v\n— TOP 14 Rugby (@top14rugby) January 4, 2022\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/rugby-top-14-nouvelle-programmation-tele-pour-le-mois-de-janvier-050122937.php", + "creator": "", + "pubDate": "2022-01-05 10:30:00", + "enclosure": "https://www.lerugbynistere.fr/photos/top-14-toulon-vs-stade-francais-un-match-tendu-entre-peur-et-emotions-16-09-21-23.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/top-14-toulon-vs-stade-francais-un-match-tendu-entre-peur-et-emotions-16-09-21-23.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "23a0f29cfaaefe703bcd0a5ef7244fa6", + "highlights": [] + }, + { + "title": "RUGBY. Top 14. De nouveaux cas de COVID à Toulon, le match face à La Rochelle menacé", + "description": "À quatre jours du match face au Stade Rochelais, le RCT dénombre cette semaine de nouveaux cas positifs. Un coup dur pour Toulon, déjà touché par le virus.", + "content": "Le cauchemar semble continuer pour le RCT. Après le report de deux rencontres (face à Montpellier et Bordeaux), Toulon voit de nouveau la menace d'un match reporté se profiler. En effet, le club a annoncé hier, via un communiqué, que de nouveaux cas positifs avaient été détéctés au sein du groupe varois. Un constat qui remet en cause la tenue du match face à La Rochelle.\n\n📰 𝗖𝗼𝗺𝗺𝘂𝗻𝗶𝗾𝘂𝗲́ - De nouveaux cas positifs à la COVID-19 détectés dans le groupe toulonnais ce Lundi. 👇 Plus d'infos : https://t.co/er7T3gnZ2P\n— RCT - RC Toulon (@RCTofficiel) January 4, 2022\nTOP 14. Attentes, objectifs, visions, que va apporter Frédéric Michalak à Toulon ?Dans le communiqué de presse du RCT, on apprend que les joueurs aptes ont néanmoins pu s'entraîner, malgré tous les cas positifs : \"Suite aux recommandations de la commission médicale de la LNR, de nouveaux tests RT-PCR ont été réalisés ce lundi sur l'ensemble de l'effectif toulonnais. Les résultats révèlent des cas positifs supplémentaires. La commission médicale demande une poursuite de la surveillance par les tests, tout en maintenant les entraînements pour les joueurs aptes\". Une bonne nouvelle pour Toulon, d'autant plus que la rencontre face à La Rochelle n'est pas encore officiellement reportée : \"Malgré les contraintes liées aux absences et la difficulté d'organiser des entraînements dans des conditions optimales, le RCT garde les joueurs en activité afin de préparer au mieux la prochaine échéance. La LNR dispose de tous les éléments nécessaires afin de statuer sur la tenue du match Toulon - La Rochelle\". Pour rappel, le RCT pointe pour l'heure à la 11ème place du championnat, avec 22 points.\nRUGBY. TOP 14. Ces 5 clubs qui ont déçu après 13 journées\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/rugby-top-14-de-nouveaux-cas-de-covid-a-toulon-le-match-face-a-la-rochelle-menace-0401222238.php", + "creator": "", + "pubDate": "2022-01-05 09:30:00", + "enclosure": "https://www.lerugbynistere.fr/photos/toulon-03-12-21-6554.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/toulon-03-12-21-6554.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7cc23ff69ebba6b738eee3213a3da35d", + "highlights": [] + }, + { + "title": "Tournoi des 6 Nations. Vers une compétition une nouvelle fois à huis-clos ?", + "description": "Selon The Telegraph, les organisateurs du Tournoi des 6 Nations craignent de devoir une nouvelle fois faire jouer la compétition à huis clos ou avec des jauges suite à la propagation du variant Omicro...", + "content": "Se dirige-t-on de nouveau vers un Tournoi des 6 Nations avec des stades vides ? C'est malheureusement bien possible. Après une édition 2021 moribonde, entièrement jouée à huis-clos, celle de 2022 (5 février-19 mars) ne s'annonce pas sous des meilleurs auspices. En effet, ce mardi, The Telegraph indique que les organisateurs du Tournoi des 6 Nations ont bien peur de devoir réinstaurer un huis clos ou des stades avec des jauges. En cause ? La propagation du variant Omicron. De multiples réunions auraient lieu entre la direction du Tournoi et les Fédérations afin de faire une projection. Et même s'il paraît difficile de se faire une idée, le Tournoi ne démarrant que dans un mois, toutes les parties essayent d'anticiper la chose. D'ici la fin de semaine, les organisateurs espèrent disposer d'une feuille de route comme le rapporte L'Équipe. \nTop 14. Le Huis Clos responsable d'une hausse stratosphérique des victoires à l'extérieur''Un énorme pas en arrière''\nLa quasi-totalité des pays connaissent des restrictions. Du huis-clos au Pays de Galles, à 500 personnes en Écosse alors que la France est autorisé à accueillir 5000 personnes. De son côté, le gouvernement italien a instauré une jauge à 50% dans les stades à compter du 6 janvier soit dès ce jeudi. Dans des propos rapportés par RugbyPass, Dan Biggar estime qu'il s'agirait d'un immense pas en arrière, si les foules n'étaient pas autorisées à assister aux matchs : ''Ce serait génial si nous pouvions avoir des fans n'est-ce-pas ? Vous voyez les différences. Vous l'avez vu à l'automne [...] Ceux qui viennent aux matchs doivent maintenant avoir un pass, ils auront deux ou trois doses et ce sont des évènements en plein air, donc je ne vois pas pourquoi ils ne seraient pas autorisés à entrer [...] Ce serait un énorme pas en arrière s'il n'y avait pas de foules pour les matchs de clubs et le 6 Nations, qui est évidemment un évènement phare''. \nRUGBY. 6 Nations 2022. L'équipe de France va-t-elle affronter le Pays de Galles dans un stade vide ?\nL'ouvreur gallois conclut, en estimant que les rencontres à huis-clos ont fait perdre du charme à la compétition : ''Nous avons joué beaucoup de matchs sans public et si vous regardez, cela ressemblait presque à des matchs d'entraînements [...] J'avais l'impression que cela n'avait pas d'importance que vous gagniez ou perdiez parce que cela ressemblait à un match d'entraînement que l'intensité en était tombée. Vous perdez tout l'avantage de jouer à domicile''. La frustration des joueurs et du public est tout à fait légitime. Car malgré le fait d'appliquer bien docilement les obligations gouvernementales, de nouvelles restrictions viennent encore entacher le quotidien. ", + "category": "", + "link": "https://www.lerugbynistere.fr/news/tournoi-des-6-nations-vers-une-competition-une-nouvelle-fois-a-huis-clos-050122919.php", + "creator": "", + "pubDate": "2022-01-05 09:25:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-05-01-22-9914.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-05-01-22-9914.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "644a00394c139c17756b44a4cb9fc98c", + "highlights": [] + }, + { + "title": "Top 14. Tual Trainini s'excuse de sa ''communication agacée'' lors de Pau-Brive", + "description": "L'arbitre Tual Trainini s'est excusé sur son compte Twitter et a dit ''regretter sa communication agacée'' suite aux problèmes survenus en mêlée lors de la rencontre Pau-Brive.", + "content": "Ce dimanche, Pau s'est brillamment imposé contre Brive (43-20). Si les Béarnais pourront regretter de ne pas avoir empoché le bonus offensif, ils se satisferont d'avoir repoussé leur adversaire du jour, également rival dans la course au maintien à 7 longueurs. Durant cette rencontre, d'innombrables mêlées n'ont pu se jouer, ou alors ont été refaites à maintes reprises. Ce qui n'a pas manqué d'agacer Monsieur Trainini, l'arbitre de la rencontre. Il n'a d'ailleurs pas hésité à expulser temporairement Nicolas Corato et Daniel Brennan en seconde mi-temps. \nTop 14. Pau. 2022, la bonne année pour Jordan Joseph ?\nSuite à cela, le compte officiel du Top 14 a publié une vidéo sur Twitter d'une majorité des mêlées difficilement jouables. Le tout accompagné d'un message humoristique comparant les joueurs à des élèves dissipés qui ont agacé le ''professeur'' Tual Trainini. Ce dernier, n'a d'ailleurs pas tardé à réagir, en s'excusant de son comportement lors des phases de conquête. Sur Twitter, l'arbitre de la rencontre a déclaré : ''Le ''professeur'' regrette sa communication agacée à plusieurs reprises pendant la rencontre, et son manque d'empathie avec plusieurs joueurs qui venaient, sans animosité, échanger sur des points techniques. Ce n'est clairement pas comme ça que je conçois ma fonction.'' Un message plein de classe. Pour rappel, Tual Trainini est revenu depuis peu sur les terrains, après une grave blessure survenue en début de saison lors de la rencontre entre le Racing 92 et La Rochelle.\nVIDEO. WTF. Sérieusement touché, l'arbitre M. Trainini sort sur civière lors de Racing - La Rochelle !\n\nLe \"professeur\" regrette sa communication agacée à plusieurs reprises pendant de la rencontre, et son manque d'empathie avec plusieurs joueurs qui venaient, sans animosité, échanger sur des points techniques. Ce n'est clairement pas comme ça que je conçois ma fonction... pic.twitter.com/iOEgE6Cly3\n— Tual Trainini (@TTrainini) January 3, 2022\n\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-tual-trainini-sexcuse-de-sa-communication-agacee-lors-de-pau-brive-0401221513.php", + "creator": "", + "pubDate": "2022-01-04 16:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-04-01-22-4770.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-04-01-22-4770.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "453a4c1bc72fe94966bf8c10f6edf76c", + "highlights": [] + }, + { + "title": "Top 14. Malgré sa demande, Le Racing 92 devra se contenter d'une jauge de 2000 personnes !", + "description": "La semaine dernière, le Racing 92 avait fait la demande à la préfecture des Hauts-de-Seine d'agrandir sa jauge à 5000 personnes. Une requête rejetée.", + "content": "Cette demande, bien que compréhensible de la part du club, semblait bien compliquée. Il y a environ une semaine, suite aux annonces faites par le gouvernement, le Racing 92 avait demandé à la préfecture des Hauts-de-Seine de pouvoir accueillir 5000 personnes à La Paris la Défense Arena. Une requête qui prônait l'équité avec les autres clubs du championnat, et qui s'appuyait sur le fait que l'enceinte peut abriter plus de 30000 personnes, et donc que la sécurité de tous sera assurée. Mais voilà, au même titre que les jauges proportionnelles, cette demande a été rejetée. Un coup dur pour les Ciels & Blancs, à quelques jours de recevoir l'ASM.\nRUGBY. Top 14. Le Racing 92 pourrait très bien privilégier le huis clos !Si pendant un moment, le huis clos semblait être une possibilité au vu du manque à gagner de la jauge de 2000 personnes, les dirigeants du Racing ont finalement préféré ne pas suivre cette option. En revanche, le club a d'ores et déjà annoncé sur son compte Twitter que les rares places disponibles seront réservées aux abonnés du Racing 92 ainsi qu'aux partenaires du club. Une décision qui implique l'absence totale de supporters clermontois ce samedi soir, à La Paris la Défense Arena. Enfin, le club francilien s'engage à rembourser toutes les personnes ayant acheté un billet, et qui ne pourront assister à la rencontre.\nTop 14. La Paris La Défense Arena, cette salle de spectacle où le Racing est tout sauf imprenable !\n\nCher supporters,Suite aux nouvelles mesures gouvernementales & à la jauge de 2000 personnes, @ParisLaDefArena accueillera uniquement les abonnés du Racing 92 ainsi que les Partenaires du Club.Prenez soin de vous, nous espérons vous retrouver vite ❤️Toutes les informations ⬇️\n— Racing 92 (@racing92) January 3, 2022\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-malgre-sa-demande-le-racing-92-devra-se-contenter-dune-jauge-de-2000-personnes-0401221421.php", + "creator": "", + "pubDate": "2022-01-04 15:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/machenaud-04-01-22-4313.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/machenaud-04-01-22-4313.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ecd99306ad006191592734959a98880d", + "highlights": [] + }, + { + "title": "VIDÉO. Top 14. L'improbable sauvetage en mode ''ventriglisse'' de Mignot face au Racing 92", + "description": "Face au Racing 92 ce dimanche, Xavier Mignot l'ailier du LOU, a réalisé un sauvetage improbable en mode ''ventriglisse'' sur Juan Imhoff son vis-à-vis.", + "content": "Ce dimanche, Lyon est venu à bout du Racing à l'issue d'une rencontre haute en suspense (37-35). Un match prolifique, avec pas moins de six essais et 72 points inscrits. L'occasion de voir quelques mouvements d'envergure, dont cette action de grandes classe du Racing, avec une passe au pied de Russell millimétré pour Imhoff. L'Argentin n'a pu convertir cette offrande, la faute à un improbable retour de Xavier Mignot, son vis-à-vis. \nVIDEO. TOP 14. Porté par un grand Berdeu, Lyon enfonce un peu plus le Racing !\nUn retour qui nous aura marqué, tant il fut aussi insolite, qu'involontaire (à première vue). Imhoff arrive lancé, se saisit de la gonfle et casse le plaquage de Mignot. Pris dans son élan, ce dernier glisse sur plusieurs mètres en arrière, jusque dans l'en but. De son côté, Imhoff est ralenti par Arnold mais parvient tout de même à s'étendre pour aplatir sur.... Xavier Mignot qui termine son improbable glissade. Après arbitrage vidéo, l'essai fut logiquement refusé. Mais Monsieur Praderie accrodera une pénalité pour un plaquage haut d'Arnold. \n\n", + "category": "", + "link": "https://www.lerugbynistere.fr/videos/video-top-14-limprobable-sauvetage-en-mode-ventriglisse-de-mignot-face-au-racing-92-0401221430.php", + "creator": "", + "pubDate": "2022-01-04 14:32:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-04-01-22-9295.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-04-01-22-9295.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f874a9628411f99b72a66baa7c47665f", + "highlights": [] + }, + { + "title": "Top 14. Pau. 2022, la bonne année pour Jordan Joseph ?", + "description": "Après des derniers mois compliqués au Racing 92, le jeune Jordan Joseph semble s'épanouir du côté de la Section Paloise. De bonne augure pour la suite ?", + "content": "Certains le voyaient déjà en équipe de France après deux matchs en Top 14. D'autres, pas convaincus par le joueur, l'ont enterré un peu vite après des semaines délicates au Racing 92. Une chose est sûre, tout le monde a un avis sur Jordan Joseph ! Double champion du monde U20, le troisième ligne centre formé à Massy a déboulé dans le rugby français comme peu l'ont fait ces derniers temps. Très prometteur, Joseph a dû faire face à l'effectif XXL des Ciels & Blancs, notamment barré successivement par Claassen et Tanga. Une concurrence qui ne lui permit pas de s'épanouir au plus haut niveau, et donc de le reléguer au statut de simple remplaçant. Mais voilà, prêté depuis peu à Pau, le natif du Val d'Oise enchaîne les performances de haute-voltige, et participe grandement à la bonne forme de son équipe. Alors, 2022, l'année de Joseph ?\nChampions Cup. Joseph calme la star Van der Merwe d'une main ferme [VIDÉO]\nUn temps annoncé au RCT et à Brive, Jordan Joseph (21 ans) a donc décidé, en accord avec son club, d'évoluer cette saison sous les couleurs de la Section. Un choix qui lui a permis de retrouver son ancien entraîneur chez les U20, Sébastien Piqueronies. Rien de mieux pour le mettre en confiance, et dès son premier match face à Clermont, on sent le troisième ligne en forme. Très bon gratteur, Jordan Joseph est surtout une arme redoutable balle en main. Un atout dont se sert énormément Pau, notamment sur les premiers temps de jeu. Élu homme du match face au BO, Joseph a déjà inscrit 3 essais en seulement 6 matchs avec la Section (c'est-à-dire autant que lors de ses deux dernières saisons au Racing 92). On l'a d'ailleurs vu une fois de plus en action face à Brive, où le Francilien a été auteur d'une prestation très solide (un essai, sept courses offensives).\nJordan Joseph, un surdoué bientôt chez les Bleus ?\nMême si tout cela est très encourageant, les plus sceptiques pourraient néanmoins avoir quelques retenues sur ce jeune joueur. Et pourtant, au-delà de son gabarit surpuissant (1 mètre 90 pour 124 kg), ainsi que de son aisance balle en main, Jordan Joseph sait aussi très bien se remettre en question. L'été dernier, celui-ci s'était notamment confié au Midi Olympique sur son quotidien au Racing, mais également sur le fait qu'il s'était trop reposé sur ses lauriers : \"J'ai été fainéant, je me suis cru arrivé\". Une lucidité rare à son âge, et qui prouve toute la mentalité de l'ancien joueur de Sarcelles. De nouveau en confiance, il ne reste plus qu'à Joseph de confirmer ses excellents débuts, avant de devenir, peut-être, le joueur que tout le monde attend.\n6 Nations U20 - Joseph s'offre un saut de l'ange après une action de 60m [VIDÉO]", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-pau-2022-la-bonne-annee-pour-jordan-joseph-0401221312.php", + "creator": "", + "pubDate": "2022-01-04 14:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/joseph-04-01-22-3060.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/joseph-04-01-22-3060.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "202306949b28b63d9a9ef8c97662ace0", + "highlights": [] + }, + { + "title": "Rugby. Japon. Ferguson arrêté en possession de cocaïne, la fédération va tester tous les joueurs !", + "description": "Après qu'un nouveau joueur fut arrêté en possession de cocaïne, la fédération japonaise a décidé de sévir. L'ensemble des membres du rugby professionnel du pays seront soumis à des tests de dépistage....", + "content": "À partir de vendredi, le Japon connaîtra une petite révolution puisque la League One débutera, remplaçant anciennement la Top League. Mais pour les Nec Green Rockets Tokatsu, une affaire est venue entacher leur préparation. En effet, Blake Ferguson, international australien de rugby à XIII et recrue phare du club basé à Abiko, a été impliqué dans une bagarre dans un bar au Japon dans l'arrondissement de Minato, le 30 décembre dernier. Oui, mais l'affaire ne s'arrête pas là. Au moment des fouilles, la police métropolitaine de Tokyo a découvert que le joueur de 31 ans était en possession de cocaïne. Dans la foulée, son club l'a licencié, sans que ce dernier n'ait donc disputé le moindre match avec sa nouvelle équipe, et donc en rugby à 15. \nJAPON - La Top League suspendue à cause de... la cocaïne\nAprès cette affaire, la fédération japonaise a décidé de lutter de manière radicale contre la drogue au sein du rugby au pays du soleil levant. Pour rappel, déjà en mars 2020, la Top League avait été suspendu après que Joel Everson fut arrêté en possession de cocaïne, quelques mois après deux joueurs des Toyota Verblitz. Les instances nippones ont affirmé ce mardi, qu'elles allaient soumettre l'ensemble des joueurs des trois divisions professionnelles (League One D1, League One D2, League One D3) à des tests de dépistage de substances illicites. La fédération, via un communiqué publié sur les réseaux sociaux a précisé souhaiter : ''effectuer régulièrement des tests de dépistage de drogue''. Hajime Shoji, directeur des opérations de la Japan Rugby League One nous informe que 1200 joueurs devront passer ces tests. \nLe club des Nec Green Rockets a suite à cette affaire, fait tester l'ensemble de son effectif, staff compris, tous les résultats ayant été négatifs. ", + "category": "", + "link": "https://www.lerugbynistere.fr/news/rugby-japon-blake-ferguson-arrete-en-possession-de-cocaine-la-federation-va-tester-tous-les-joueurs-professionnels-0401221329.php", + "creator": "", + "pubDate": "2022-01-04 13:30:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-04-01-22-8023.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-04-01-22-8023.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "609a9c00b03474eb41e7e7b9d86306e3", + "highlights": [] + }, + { + "title": "VIDEO. RUGBY. PREMIERSHIP. Et de Onze d'affilées pour Leicester !", + "description": "Le Leader du championnat d'Angleterre vient d'enchainer une onzième victoire consécutive cette saison aux dépens de Newcastle.", + "content": "Il y avait de très belles actions rugby en Angleterre ce week-end. O'Flaherty pour conclure une action première main d'Exeter face à Bristol, Alex Goode auteur d'un offload pour Lozowski, ou encore la puissance de Leicester sous la pluie contre Newcastle. Point classement sur la Premiership.\n\nLeicester continue son cavalier seul dans le Championnat d'Angleterre. Les hommes de Steve Borthwick se sont largement imposés face à Newcastle (31-0), tandis que les Saracens sont allés gagner à Northampton sans forcer (6-30). Les Tigres comptes désormais 50 points au classement, et 9 points d'avance sur leur dauphin Sarries. Le champion en titre Harlequins pointe toujours à une solide troisième place, après sa victoire face au 4ᵉ Gloucester (17-20). Ce dernier voit Exeter, vainqueur de Bristol, revenir en embuscade. Bath est quant à lui toujours dernier, et n'a toujours pas remporté le moindre match en 10 rencontres jouées. \nClassement :\n\nLeicester (50 pts)\nSaracens (41pts)\nHarlequins (38 pts)\nGloucester (34 pts)\nExeter (32 pts)\nNorthampton (30 pts)\nLondon Irish (27 pts)\nNewcastle (24 pts)\nSale (24 pts)\nWasps (24 pts)\nWorcester (20 pts)\nBristol (16 pts)\nBath (4 pts)\n\nRésumé Leicester Newcastle\n\nRésumé Gloucester Harlequins\n\nRésumé Exeter Bristol\n\n\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/video-rugby-premiership-et-de-onze-daffilees-pour-leicester-0401221228.php", + "creator": "", + "pubDate": "2022-01-04 12:45:00", + "enclosure": "https://www.lerugbynistere.fr/photos/aeg-04-01-22-2901.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/aeg-04-01-22-2901.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "694807b40902f9be12463363581e423f", + "highlights": [] + }, + { + "title": "Top 14. Perpignan. Trois nouveaux cas de COVID détectés à l'USAP avant le match face au BO !", + "description": "À quelques jours d'affronter Biarritz dans ce qui sera l'un des tournants de la saison, l'USAP comptabilise ce mardi trois nouveaux cas de COVID dans ses rangs.", + "content": "Une mauvaise nouvelle qui tombe (très) mal pour l'USAP ! Après avoir dû faire sans sept joueurs, positifs au COVID, face au Stade Français, Perpignan subit en ce début de semaine l'arrivée d'autres cas. Moins nombreux que la semaine dernière, ils seraient trois selon le directeur général Bruno Rolland. Néanmoins, ces contaminations inquiètent le club, qui craint que d'autres aient été contaminés. Si l'on ne connaît pas l'identité des joueurs positifs, cette nouvelle sonne comme un vrai coup dur, à moins d'une semaine de se déplacer au BO, avec lequel l'USAP se bat pour le maintien. \nRUGBY. VIDEO. Le Stade Français retrouve des couleurs face à l’USAPPour éviter au maximum la propagation du virus, l'entraînement de lundi a été annulé. Une précaution nécessaire, d'autant plus que Bruno Rolland a indiqué que les joueurs contaminés ne seraient certainement pas aptes face à Biarritz : \"Ces joueurs vont être isolés et l'entraînement reprendra ce mardi (...) Ce sont trois joueurs qui ne pourront sûrement pas jouer samedi à Biarritz. Il est question que le protocole bouge et que la période d'isolement soit ramenée à cinq jours pour les asymptomatiques. Les choses évoluent de jour en jour, on s'adapte mais ces trois joueurs seront probablement forfaits\". Une rencontre qui risque donc d'être biaisée par tous ces imprévus, et qui, au vu de la situation actuelle, ne sera certainement pas la dernière.\nRUGBY. Top 14/PRO D2. La LNR change le protocole sanitaire, certains présidents s'inquiètent\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-perpignan-trois-nouveaux-cas-de-covid-detectes-a-lusap-avant-le-match-face-au-bo-0401221133.php", + "creator": "", + "pubDate": "2022-01-04 12:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/perpignan-04-01-22-9860.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/perpignan-04-01-22-9860.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dc6e3a4c6fc78d1b604c50ff7ef8c932", + "highlights": [] + }, + { + "title": "RUGBY. COVID. L'Assemblée Nationale rejette l'amendement des jauges proportionnelles", + "description": "Alors qu'un amendement avait été déposé pour instaurer des jauges proportionnelles en fonction des stades, l'Assemblée Nationale l'a rejeté cette nuit.", + "content": "Ce devait être une solution de replis et de secours pour les clubs. L'Assemblée Nationale a décidé de rejeter l'Amendement du Député LREM Sacha Houlié, qui prévoyait d'instaurer des jauges proportionnelles dans les stades en fonction de leurs capacités d'accueil, et non une jauge brute de 5000 personnes dans tous les stades. C'est le Ministre de la Santé Olivier Véran qui a fait voter ce lundi soir un amendement gouvernemental mettant fin aux espoirs des acteurs sportifs. Alors qu'est débattu actuellement dans l'Hémicycle le projet de loi sur le Passeport Vaccinal (devant rentrer en vigueur ce 15 janvier), le locataire de l'Avenue Duquesne a expliqué qu'il ne \"souhaitait pas une usine à gaz\" selon ses dires.\nCe dernier a tout de même laissé une ouverture et une possibilité d'aménagements. \"On propose de prendre en compte les caractéristiques des établissements dans l’élaboration du seuil au-delà duquel on pourrait rassembler davantage de personnes\", poursuit-il. Le ministre a promis de tenir compte des avis des députés, mais reste fortement intéressé et attaché par l'idée d'une jauge unique. \nL’approche au pro rata est simple sur le papier mais compliquée à mettre en œuvre. Elle est inappropriée au regard de la diversité des configurations des établissements recevant du public. Surtout, un pro rata imposé en toutes circonstances peut nuire à la vraie proportionnalité que nous recherchons et doit reposer sur une approche plus fine. […] Une approche qui mène parfois au constat qu’il vaut mieux une jauge unique et claire pour certaines catégories d’établissements recevant du public. Nous tiendrons compte de la demande des députés de tenir compte des caractéristiques de chaque établissement.\"\n Espérons que les jauges ne dureront que très peu de temps.", + "category": "", + "link": "https://www.lerugbynistere.fr/news/rugby-covid-lassemblee-nationale-rejette-lamendement-des-jauges-proportionnelles-0401221107.php", + "creator": "", + "pubDate": "2022-01-04 11:15:00", + "enclosure": "https://www.lerugbynistere.fr/photos/iyg-04-01-22-8824.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/iyg-04-01-22-8824.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "91094f583a00553823e3dd478eed4cac", + "highlights": [] + }, + { + "title": "Top 14. La Rochelle. O'Gara : ''Ce que je sais, c'est qu'on aurait dû tuer la rencontre bien avant"", + "description": "Interrogé après la défaite de son équipe sur la pelouse de Castres, le manager irlandais a exprimé ses regrets concernant la physionomie du match.", + "content": "À peine commencée, l'année 2022 nous a déjà offert l'un des matchs les plus palpitants de ces derniers mois, dans ce choc entre deux prétendants au titre final. Une rencontre totalement folle, qui a d'abord vu le Stade Rochelais détruire les Castrais dans la première demi-heure, avant que les locaux ne reviennent petit à petit au score. Menés 24-3, les coéquipiers de Barlot ont réussi à inverser la tendance, en infligeant à leurs adversaires un cinglant 28-6. En plus de voir de beaux essais, nous avons également eu le droit à un dénouement digne des plus grands films hollywoodiens : après avoir martelé la défense castraise, le Stade Rochelais obtient la pénalité de la gagne. Les Tarnais contestent, et West s'élance pour offrir la première victoire de l'année à son équipe. Mais voilà, la balle passe à droite des perches, et enterre les derniers espoirs de victoire.\nVIDÉO. Top 14. Grâce à une remontée folle, Castres fait tomber La Rochelle !\nUne fin de match très compliquée à digérer pour l'ouvreur néo-zélandais, mais également pour son manager, Ronan O'Gara : \"Ce résultat est forcément frustrant et décevant pour tout le monde. Je l'ai déjà répété à plusieurs reprises, cette saison, un match, ça dure quatre-vingt minutes. Aujourd'hui, il y a eu du mieux par rapport à nos derniers matchs à l'extérieur mais ce n'est pas suffisant. Quand tu marques trente points loin de tes bases, tu te dois de gagner la partie, ce n'est pas normal\". Une déception totalement compréhensible, tant la victoire paraissait acquise pour La Rochelle. Néanmoins, l'Irlandais a tenu à soutenir son buteur, en précisant que la rencontre ne se perd pas là-dessus : \"Les échecs d'Ihaia ? C'est le sport, c'est comme ça. Je ne critiquerai jamais un de mes joueurs, il bosse dur et dans l'ombre surtout. Je vais le soutenir encore un peu plus cette semaine. Ce que je sais, c'est qu'on aurait dû tuer la rencontre bien avant et ne pas avoir à attendre la dernière seconde. En Top 14, on a la chance de pouvoir réagir dès la semaine prochaine, c'est ce que l'on va essayer de faire\".\nTop 14. La Rochelle. Ihaia West, l'homme providentiel du Stade Rochelais ?Un avis que partage également l'international français, Grégory Alldritt : \"La pénalité de la gagne manquée par West ? On n'aurait jamais dû en arriver à ce scénario, c'est bien avant que l'on a laissé filer le match. On est tous sortis du système, on a fait chacun à notre tour une erreur et ça a permis aux Castrais de revenir. C'est une énorme déception de perdre un match quand on a mené comme ça, de plus de 20 points\".\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-la-rochelle-ogara-ce-que-je-sais-cest-quon-aurait-du-tuer-la-rencontre-bien-avant-0401221042.php", + "creator": "", + "pubDate": "2022-01-04 10:55:00", + "enclosure": "https://www.lerugbynistere.fr/photos/ogara-04-01-22-5137.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/ogara-04-01-22-5137.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "148fe0afacf2366406e01f390fe6371c", + "highlights": [] + }, + { + "title": "RUGBY. Top 14. Quel avenir pour les joueurs non-vaccinés ?", + "description": "Les joueurs n'ayant toujours pas un passeport vaccinal complet doivent dès à présent commencer les démarches, s'ils ne veulent pas se retrouver sur la touche.", + "content": "On le sait depuis quelques jours maintenant, les joueurs de rugby professionnels voulant exercer leur métier devront obligatoirement être vaccinés. Cette mesure sera effective à partir du 15 janvier 2022, et ne risque pas d'être annulée. Ces derniers n'auront donc pas d'autres choix que de se soumettre à cette décision, sous peine d'une suspension de leur activité et de leur rémunération. Selon Rugbyrama, pas plus de 8 joueurs seraient concernés par ce cas de figure. Néanmoins, de gros noms du Top 14 comme Matsushima, Waisea ou encore Moala n'étaient toujours pas vaccinés fin 2021.\nRUGBY. Jauge, Pass vaccinal obligatoire pour les joueurs et les supporters dès janvierPour ce faire, les dirigeants essayeront au plus vite de convaincre les plus réticents, d'autant qu'il faudra compter au minimum 21 jours entre les deux doses. Après cela, 7 jours supplémentaires seront nécessaires pour valider le pass vaccinal, en attendant la dose de rappel. Un mois d'attente qui pourrait être jugé trop long pour certains : dans ce cas, ces derniers pourront toujours choisir le vaccin Johnson and Johnson, nécessitant une seule dose (l'attente pour obtenir son pass n'est que de 7 jours). Un choix qui permettrait aux joueurs de ne rater aucune rencontre de Top 14.\nRUGBY. La LNR durcit son protocole contre le COVID-19 pour les joueurs non-vaccinés !Et dans le cas où certains ne voudraient toujours pas se faire vacciner ? Et bien, selon la loi de gestion de sortie de crise du 5 août 2021, un employeur peut suspendre un employé de ses fonctions, ainsi que sa rémunération, si celui-ci ne présente pas les justificatifs de vaccination demandés par sa profession. Cette suspension prend fin au moment où la situation de l'employé est régularisée. En revanche, l'employeur (et donc ici, le club), ne peut pas rompre le contrat de travail (CDD) de son employé (le joueur), toujours selon cette même loi. \nRUGBY. VACCIN. 26 joueurs et membres des staffs bientôt interdits de terrains ?\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/rugby-top-14-quel-avenir-pour-les-joueurs-non-vaccines-040122948.php", + "creator": "", + "pubDate": "2022-01-04 09:55:00", + "enclosure": "https://www.lerugbynistere.fr/photos/yt-21-12-20-8857.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/yt-21-12-20-8857.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8e9073cd9e90df7a08d7652bd41843c4", + "highlights": [] + }, + { + "title": "VIDÉO. Il y a 20 ans, les minots Carter et Nonu s'affrontaient avec leurs provinces", + "description": "RugbyPass nous a sorti une vidéo d'une rencontre datant de 2002 entre Wellington et Canterbury. Les prémices des carrières naissantes de Ma'a Nonu et Dan Carter, alors tous juste âgés de 20 ans.", + "content": "C'est un petit trésor que nous a sorti le 28 décembre dernier RugbyPass. Une vidéo d'une rencontre entre Wellington et Canterbury datant de 2002. Dans celle-ci, on y retrouve Ma'a Nonu et Dan Carter, tous deux âgés d'à peine 20 ans et presque face à face, le premier avec le numéro 13, le second avec le numéro 12 dans le dos ! Le début des carrières de deux joueurs qui seront ensuite devenu des légendes de la balle ovale. À consommer sans modération. L'opportunité aussi de voir Jonah Lomu jouer, puisque ce dernier était sur le banc du côté de Wellington. Une sorte de passage de flambeau à Nonu. Lomu a par ailleurs asséné plusieurs tampons magistraux. \nVIDEO. Simplement inarrêtable : quand Ma'a Nonu martyrisait les défenses\nL'occasion également de revoir certaines figures emblématiques des All Blacks comme Ben Blair ou Rodney So'oialo. \n\nVIDEO. Dan Carter affole les supporters en annonçant un probable retour sur le pré", + "category": "", + "link": "https://www.lerugbynistere.fr/videos/video-il-y-a-20-ans-les-minots-carter-et-nonu-saffrontaient-0301221647.php", + "creator": "", + "pubDate": "2022-01-03 17:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-03-01-22-5532.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-03-01-22-5532.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0d9fab084ce27e4d5faa57bfd026c2ac", + "highlights": [] + }, + { + "title": "VIDEO. Romain Ntamack en mode ''toute la panoplie du numéro 10'' face à Clermont", + "description": "Romain Ntamack a réalisé un match plein face à l'ASM, samedi soir. Percées, distribution, jeux au pieds parfaits et défense : tout y est passé.", + "content": "Ah les matchs pendant les fêtes... ils ne sont jamais évidents ! Comme souvent, certaines équipes qui ne nous ont pas habitué à ça ont visiblement eu du mal à digérer la bûche et le champagne, à l'image de l'UBB ce week-end, bousculée comme il faut par le BO, ce qui a eu le don d'agacer Christophe Urios. Pour d'autres, le lendemain du Nouvel An a visiblement été bien plus facile a encaisser. C'est le cas de Romain Ntamack par exemple, qui fut particulièrement en jambes lors du choc de la journée face à Clermont, samedi soir.\nRUGBY. Sur un petit nuage, le Lyonnais Léo Berdeu peut-il rebattre les cartes à l'ouverture chez les Bleus ?\nSi son homologue lyonnais Léo Berdeu a été grandiose face au Racing, NTK a lui aussi été excellent sur la pelouse de Marcel-Michelin. Dans une rencontre très engagée et sans son compère Dupont, l'ouvreur toulousain a pris les devants et a sorti un match au presque parfait. S'il n'a pas réussi à faire gagner son équipe, le numéro 10 des Bleus a fait l'étalage de toute sa panoplie : jeux au pied parfaits, inspirations, franchissements, assurance dans les airs... tout y est passé ! Mieux, le co-créateur de Maison Good s'est même permis le luxe de résister à un déboulé de Damian Penaud sur son aile pour finalement prendre le meilleur sur lui et se coucher sur le ballon chaud qu'il avait prolongé au pied.\n\nAussi, on le vit tenter peu ou prou la même relance que face aux All Blacks, qui aboutit 100 mètres plus loin et des temps de jeu plus tard à un essai de Balès, finalement refusé pour un en-avant de Ramos au tôt dans l'action. Enfin, on le vit fort en défense, à l'image de ses plaquages sans trop subir face à Vili ou de son ballon arraché sur le centre clermontois. Bref, un match plein de Romain Ntamack, qui semble attaquer 2022 comme il a performé en 2021. ", + "category": "", + "link": "https://www.lerugbynistere.fr/videos/video-romain-ntamack-en-mode-toute-la-panoplie-du-numero-10-face-a-clermont-0301221627.php", + "creator": "", + "pubDate": "2022-01-03 16:40:00", + "enclosure": "https://www.lerugbynistere.fr/photos/yt-03-01-22-7204.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/yt-03-01-22-7204.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3e2f9cd0298fe87c4252b73d7ecf99db", + "highlights": [] + }, + { + "title": "POINT TRANSFERT. Dorian Laborde à Toulon, la star anglaise Anthony Watson en Top 14 ?", + "description": "On fait le point sur les annonces officielles et les rumeurs qui ont agité le marché des transferts ces derniers jours.", + "content": "Top 14 \nToulouse\nRUGBY. TOP 14. Après Dupont et Marchand, Toulouse sécurise le Tricolore Cyril Baille\nDupont, Marchand et Baille ont resigné. Celle de François Cros était attendue et a été confirmé par le club ce vendredi, la veille de la nouvelle année. Le troisième ligne international (11 sélections) évoluera donc sous les couleurs rouges et noires jusqu'en 2027. \n\n𝔽𝕣𝕒𝕟𝕔̧𝕠𝕚𝕤 ℂ𝕣𝕠𝕤, Stadiste jusqu'en 2027 🔥✂️ Auteur de 𝟡𝟛 𝕡𝕝𝕒𝕢𝕦𝕒𝕘𝕖𝕤 cette saison, notre sécateur formé au club poursuit sa route en 🔴⚫ et conclut notre magnifique année 2021 🤩Axe 1️⃣ : 𝐂𝐨𝐧𝐬𝐨𝐥𝐢𝐝𝐞𝐫 𝐬𝐞𝐬 𝐜𝐚𝐝𝐫𝐞𝐬 #Trajectoire2027 💪 pic.twitter.com/4plGf0aiyy\n— Stade Toulousain (@StadeToulousain) December 31, 2021\n\nRacing 92 \nC'est une information du Midi Olympique parue ce lundi. Le Racing 92 souhaite renforcer ses lignes arrières en vue de la saison prochaine. Selon le bihebdomadaire, les Franciliens se seraient renseignés sur les profils du Grenoblois Ange Capuozzo ainsi que du Briviste Setareki Bituniyata. Mais finalement, les dirigeants auraient jeté leur dévolu sur Wame Naituvi, lune des armes fatales de Mont-de-Marsan. L'ailier fidjien est l'un des facteurs X du club landais cette saison. \nPRO D2. Qui est Wame Naituvi, la bombe fidjienne du Stade Montois ?\nToulon \nAfin de pallier l'absence longue durée de Théo Dachary, victime d'une rupture des ligaments croisés, le RCT a annoncé ce vendredi s'attacher les services de Dorian Laborde, en tant que joker médical. L'ailier ou centre du Racing 92 débarquera cette semaine du côté de la Rade. \n\n🤝 𝗗𝗼𝗿𝗶𝗮𝗻 𝗟𝗮𝗯𝗼𝗿𝗱𝗲 rejoint le @RCTofficiel jusqu'à la fin de saison en tant que 𝘑𝘰𝘬𝘦𝘳 𝘮𝘦́𝘥𝘪𝘤𝘢𝘭. 👇 Plus d'infos : https://t.co/DAAJpk3v7z\n— RCT - RC Toulon (@RCTofficiel) December 31, 2021\n\nLyon\nToujours selon Midi Olympique, le LOU souhaiterait recruter le pilier du Racing 92 Ali Oz pour la saison prochaine.\nMontpellier\nLéo Coly pourrait s'engager avec Montpellier la saison prochaine, avant d'être prêté dans la foulée à Mont-de-Marsan. En effet, selon le Midol, le club landais ne serait pas contre l'idée de lâcher sa pépite à qui il reste trois ans de contrat à l'issue de la saison. À condition de se le faire prêter dans la foulée. Et les Cistes pourraient bien trouver leur compte dans cette opération. En effet, Cobus Reinach est sous contrat jusqu'en 2023. Coly pourrait donc venir remplacer le demi de mêlée sud-africain à la fin de son bail. \nVIDÉO. Pro D2. Porté par un Léo Coly stratosphérique, le Stade Montois vient à bout de Nevers\nPremiership\nBath\nC'est la grosse bombe de ce début de semaine. The Telegraph a annoncé que l'ailier international anglais, Anthony Watson (50 sélections) ne prolongera pas son contrat qui expire en fin de saison et quittera Bath. Le joueur de 27 ans a passé huit saisons au club. Il pourrait rebondir du côté des Saracens ou des Wasps. Une venue en France n'est pas à exclure. Cependant, cette possibilité aurait pris du plomb dans l'aile puisqu'elle coûterait au trois-quarts aile sa place au sein du XV de la Rose, à un peu plus d'un an de la Coupe du Monde en France. ", + "category": "", + "link": "https://www.lerugbynistere.fr/news/point-transfert-dorian-laborde-a-toulon-une-star-anglaise-en-top-14-0301221518.php", + "creator": "", + "pubDate": "2022-01-03 15:25:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-03-01-22-7980.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-03-01-22-7980.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0c2ae9fdd13ebc816b01173de8923afc", + "highlights": [] + }, + { + "title": "RUGBY. Sur un petit nuage, le Lyonnais Léo Berdeu peut-il rebattre les cartes à l'ouverture chez les Bleus ?", + "description": "Meilleur réalisateur du Top 14 et de loin, en plus d'être un excellent animateur, le jeune Léo Berdeu explose cette saison. Au point d'être appelé en Bleu ?", + "content": "Le record de points inscrits par un joueur lors d'une rencontre de Top 14 cette saison était jusqu'ici de 25. Déjà co-détenu par Léo Berdeu, le demi d'ouverture du LOU a fait encore plus fort pour attaquer 2022 tambour battant, inscrivant 27 pions face au Racing ce dimanche soir. Si bien qu'au moment de se lever en ce lundi matin, le joueur de 23 ans est le meilleur réalisateur du championnat, et de loin, avec 163 pts au compteur et 40 d'avance sur son premier poursuivant, Antoine Hastoy. Si l'on rajoute ses 21 unités inscrites lors de son unique match européeen cette saison, Berdeu culmine même à 184 points inscrits cette saison, soit près de 12,5 par rencontre ! \nVIDEO. TOP 14. Porté par un grand Berdeu, Lyon enfonce un peu plus le Racing !\nÀ ce titre et alors que la mi-saison a pointé le bout de son nez, l'on comprend que ce n'est pas un feu de paille et que bientôt, il faudra naturellement composer avec lui pour le niveau supérieur. Intrinsèquement, Léo Berdeu est-il vraiment derrière des garçons comme Louis Carbonel ou Antoine Hastoy aujourd'hui ? Poser la question, c'est probablement y répondre. Plus loin, le joueur formé à Grasse pourrait-il faire bouger les lignes et venir bousculer la hiérarchie établie en équipe de France par les intouchables Romain Ntamack et Matthieu Jalibert ?\nTop 14. Léo Berdeu (Lyon), plus qu'un jeune loup à l'ouverture\nLes deux derniers nommés ayant pris tant d'avance en Bleu depuis l'investiture de Fabien Galthié, cela paraît drôlement compliqué. Mais une blessure ou des méformes rôdent toujours et en ce sens puis selon la politique de l'homme en forme, il se pourrait bien que Berdeu finisse par être testé et puisse chipper la place de numéro 3 à l'ouverture en EDF. Au Japon l'été prochain ? Possible. Il faudra pour cela que l'ancien agenais parvienne à ne pas lever le pied lors des 6 prochains mois. Pour autant, son profil offensif (5 essais cette saison), sa fiabilité face au but, sa solidité en défense et sa force dans les airs offrent un profil très plaisant au staff des Bleus, que l'on sait également pas insensible à sa taille (1m95) unique à son poste.\nTOP 14. Pierre Mignoni et son sens de la tirade : ''Il faut qu'on soit des loups, sinon on sera des chats''\nIl y a quelques mois à peine et dans un discours très pragmatique, Galthié affirmait d'ailleurs sur le plateau du CRC qu'il restait environ 20% de places à prendre dans son XV de départ. Soit qu'il espérait que dans l'année à venir, au moins 3 joueurs explosent au point de prétendre à une place de titulaire en vue de 2023. Le numéro 10 faisait-il partie des postes concernés ? On jurerait que non. Mais fort d'un parcours bien différent de celui des prodiges annoncés NTK, Matt Jalibert et Carbo, Berdeu prouve match après match sa capacité à surprendre tout le monde. Et son irrésistible forme du moment...", + "category": "", + "link": "https://www.lerugbynistere.fr/news/rugby-sur-un-petit-nuage-le-lyonnais-leo-berdeu-peut-il-rebattre-les-cartes-a-louverture-chez-les-bleus-0301221333.php", + "creator": "", + "pubDate": "2022-01-03 13:40:00", + "enclosure": "https://www.lerugbynistere.fr/photos/yt-03-01-22-2596.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/yt-03-01-22-2596.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2d0f471f7f5c2373d529139cb4bc4d08", + "highlights": [] + }, + { + "title": "VIDEO. TOP 14. Bordeaux-Bègles galère face à la Lanterne rouge Biarritz", + "description": "L'UBB s'est imposé difficilement face au BO à Chaban-Delmas ce dimanche après-midi. Les derniers de championnat rentrent à Aguiléra avec le bonus défensif.", + "content": "Décidément, l'Union Bordeaux-Bègles aura été bousculée comme il faut par le Biarritz Olympique cette saison. Battus à la régulière pour l'ouverture du championnat (27-15), les hommes de Christophe Urios n'ont pu prendre le bonus offensif et ont au contraire cédé un point aux Basques à domicile ce dimanche. Bordeaux prend le large au classement sur son rival toulousain, tandis que Biarritz revient à hauteur de Perpignan, avant le choc entre ces deux derniers lors de la prochaine journée…\nTrois semaines sans jouer, l'UBB a mis du temps à se mettre en route. Peu avant la demi-heure de jeu, les girondins trouvent la faille grâce à Lesgourgues et Buros qui combinent petit côté, avant que Picamoles ne termine en force. Dans la foulée, François Trinh-Duc claque un drop permettant à son équipe de se détacher (enfin) au score. 13-6 à la pause finalement. Et un retour des vestiaires délicat, où il aura fallu attendre la 64ᵉ minute pour voir Mori terminer dans l'en-but et libérer Chaban.\nDans la foulée, Seuteni, servit à hauteur par Lamerat, s'en va dans entre les poteaux (67', 25-6). Mais dès le renvoi le BO réagissait grâce à un essai de Jalagonia en force. Mori inscrivait à nouveau l'essai du bonus en bout de ligne, avec comme incident la percussion d'un caméraman sorti sur civière. On pensait le leader bordelo-béglais à l'abri. Mais les hommes de Shaun Sowerby ont fait preuve de panache pour inscrire deux essais en toute fin de rencontre et ainsi ramener un précieux point de bonus dans l'optique du maintien. Top 14. Fauché sur l'essai de Mori, un cadreur de Canal + souffre d'une fracture du plateau tibialLonca (79') et Saili (85'), ont récompensé les efforts biarrots. Score final 30-27. Et une confiance du côté rouge et blanc, avant de recevoir dans un match capital l'USAP lors de la prochaine journée. Bordeaux ira quant à lui à Brive, qui lutte également pour son maintien.", + "category": "", + "link": "https://www.lerugbynistere.fr/news/video-top-14-bordeaux-begles-galere-face-a-la-lanterne-rouge-biarritz-0301221212.php", + "creator": "", + "pubDate": "2022-01-03 12:20:00", + "enclosure": "https://www.lerugbynistere.fr/photos/uyg-03-01-22-6136.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/uyg-03-01-22-6136.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fb47020fff7e636256b063ead54fa7cc", + "highlights": [] + }, + { + "title": "Top 14. Fauché sur l'essai de Mori, un cadreur de Canal + souffre d'une fracture du plateau tibial", + "description": "Olivier, un cadreur de Canal + a été lourdement blessé lors de la rencontre entre l'UBB et le BO. Il a été fauché par deux joueurs biarrots tentant un retour sur Mori.", + "content": "Ce dimanche soir, alors que nous jouons la 75ème minute entre l'Union Bordeaux-Bègles et le Biarritz Olympique, Federico Mori s'arrache pour inscrire l'essai du bonus offensif malgré le retour désespéré de Barnabé Couilloud et Henry Speight. Oui mais voilà, dans le feu de l'action, le demi de mêlée biarrot, puis l'ailier australien fauchent un caméraman de Canal +. La jambe de ce dernier est prise en porte-à-faux. Il reste au sol, se tordant de douleur, les images font froid dans le dos et laissent craindre le pire. Heureusement, Jenny Demay, sa collègue en bord de terrain donne des nouvelles rassurantes en direct. Les joueurs restent un long moment auprès de lui et selon Le Parisien, Henry Speight se propose alors pour porter la civière. Olivier, le cadreur en question, sortira sur civière, sous l'ovation du stade Chaban-Delmas. Sur le plateau du Canal Rugby Club, Isabelle Ithurburu, annonce dans un premier temps une simple entorse. Malheureusement, la présentatrice de la chaîne cryptée rapportera ce lundi matin qu'il s'agit en réalité d'une fracture du plateau tibial, contraignant le cadreur a une immobilisation de 6 semaines. \n\n\nLes dernières nouvelles sont malheureusement moins bonnes qu’annoncées hier dans le #CRC. Notre cameraman souffre en fait d’une fracture du plateau tibial et devra être immobilisé 6 semaines.Courage et bon rétablissement Olivier ! 💪🏻 https://t.co/nfipZX7uFS\n— Isabelle Ithurburu (@IsaIthurburu) January 3, 2022\n\nÀ la fin de la rencontre en le LOU et le Racing, Baptiste Couilloud, frère de Barnabé impliqué malgré lui dans le fait de jeu, a tenu à rendre hommage au caméraman : ''Je voulais avoir une petite pensée pour Olivier, le cadreur d'UBB-BO. On a vu qu'il était sorti sur civière. Nous en tant que joueur on connaît ces blessures. On sait à quel point c'est douloureux et frustrant donc je pense que toute la famille du rugby s'unie pour lui envoyer toutes nos pensées ce soir.''\n\n\n\n\nLa grande classe de Baptiste Couilloud (@LeLOURugby) 👏 #LOUR92▶️ https://t.co/hYd4BeT6kX pic.twitter.com/svP1aekuBR\n— Canal Rugby Club (@CanalRugbyClub) January 2, 2022\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-fauche-sur-lessai-de-mori-un-cadreur-de-canal-souffre-dune-fracture-du-plateau-tibial-0301221156.php", + "creator": "", + "pubDate": "2022-01-03 12:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-03-01-22-233.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-03-01-22-233.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "795347b21629e9a6e9772bba01e7d605", + "highlights": [] + }, + { + "title": "VIDÉO. UBB. Urios en colère après son équipe : ''On a lâché la fin de match, ça a le don de me gonfler !''", + "description": "Après la courte victoire de son équipe face à un BO héroïque, Christophe Urios n'a pas caché son agacement en conférence de presse. Il regrette le manque de caractère de ses joueurs en fin de match....", + "content": "Ce dimanche, l'UBB s'est imposée face au Biarritz Olympique, confortant sa place de leader au classement. Jusqu'ici tout va bien. Oui mais voilà, les Girondins ont souffert, face à une lanterne rouge qui n'en avait que le nom. Les coéquipiers de Matthieu Jalibert ont dû s'arracher pour glaner un succès de seulement trois petits points d'écart (30-27). Et alors que ces derniers avaient le bonus offensif en poche, ils ont été contraints de l'abandonner, la faute à une héroïque formation du BO qui a enflammé la fin de match. Les Biarrots ont d'ailleurs décroché un bonus défensif ô combien mérité au regard de leur prestation, grâce à un essai de Francis Saili dans les derniers instants. Vous l'aurez donc compris, cela a eu le don d'agacer Christophe Urios. \nRUGBY. 10 moments cultes où l'emblématique Christophe Urios n'a pas mâché ses mots\nEn conférence de presse, et dans un extrait repris par Canal +, l'entraîneur bordelo-béglais ne se cherche aucune excuse sur la fin de partie ratée de son équipe. Et ce malgré les cas de Covid au sein de sa formation, détectés la semaine passée entraînant le report de la rencontre face à Toulon et qui ont tronqué la préparation du match :\nOn n'a pas joué depuis trois semaines, on a été à l'isolement, ce sont les fêtes de Noël, il y en a qui reconduisent leur bail, d'autres non, etc. Mais tout ça, c'est de l'enfumage ! Je peux comprendre l'entame de match, je peux comprendre qu'on manque de rythme. Ce n'est pas un problème pour moi. On savait que ça pouvait nous poser problème. Mais sur la fin de match, ce n'est pas un problème de 3 semaines ou pas. C'est un problème d'état d'esprit, de caractère ! Donc sur le match, on a manqué de caractère, notamment sur la fin de match. Alors après, vous l'expliquez comme vous voulez. Moi je sais ce que je leur dis, je sais ce que je leur demande et je sais comment ils s'engagent et ce qu'ils disent. Donc on a lâché la fin de match. On a perdu un point. Mais on aurait pu en perdre plus ! Donc ça a le don de me gonfler !\n Un Christophe Urios passablement énervé donc. Nul doute que ses joueurs auront à cœur de montrer un autre visage dès la semaine prochaine, à Brive. \nVIDEO. TOP 14. Bordeaux-Bègles galère face à la Lanterne rouge Biarritz.\n\n\"On a manqué de caractère (...) Ça a le don de me gonfler...\"Christophe Urios (@UBBrugby) dans le #CRC 🗣️ ▶️ https://t.co/hYd4BeT6kX pic.twitter.com/6hInBF8i16\n— Canal Rugby Club (@CanalRugbyClub) January 2, 2022\n", + "category": "", + "link": "https://www.lerugbynistere.fr/videos/video-ubb-urios-en-colere-apres-son-equipe-on-a-lache-la-fin-de-match-ca-a-le-don-de-me-gonfler-0301221120.php", + "creator": "", + "pubDate": "2022-01-03 11:25:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-03-01-22-8489.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-03-01-22-8489.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "62013fdc7a272e2394e594e5ffb3d36b", + "highlights": [] + }, + { + "title": "TOP 14. Pierre Mignoni et son sens de la tirade : ''Il faut qu'on soit des loups, sinon on sera des chats''", + "description": "Après la victoire face au Racing ce dimanche (37 à 35), le manager du LOU Pierre Mignoni nous a gratifiés d'une superbe comparaison en conférence de presse.", + "content": "VIDEO. TOP 14. Porté par un grand Berdeu, Lyon enfonce un peu plus le Racing !\nDans la France du rugby, il existe plusieurs orateurs connus et reconnus de tous, dont on attend les sorties médiatiques chaque week-end. L'illustre Daniel Herrero bien sûr, et son phrasé inimitable, Bernard Laporte pour ses gueulantes mémorables et sa capacité à transcender le plus placide des hommes ou encore, plus près de nous, Christophe Urios et ses coups de gueule aussi réguliers que savoureux. Dans le genre, l'ancien demi de mêlée international Pierre Mignoni est pas mal non plus. Souvent, \"Pierrot\" nous propose de sérieuses remontrances, ou, dans un autre registre, de phrases issues du plus pur univers rrrugby. Ce dimanche soir, après la victoire acquise dans les dernières minutes face au Racing, le manager du LOU nous en a sorti une belle en conférence de presse : \nIl se passera quelque chose s'ils (les joueurs) ont envie qu'il se passe quelque chose. (...) Il ne faut pas se mentir, il faut dire les choses. Si on a envie d'être des loups, on le sera, sinon, on sera des chats.", + "category": "", + "link": "https://www.lerugbynistere.fr/news/top-14-pierre-mignoni-et-son-sens-de-la-tirade-il-faut-quon-soit-des-loups-sinon-on-sera-des-chats-0301221112.php", + "creator": "", + "pubDate": "2022-01-03 11:15:00", + "enclosure": "https://www.lerugbynistere.fr/photos/mignoni-09-11-21-5876.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/mignoni-09-11-21-5876.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3c4f8754163444d40f6bbcad2d4d6ef2", + "highlights": [] + }, + { + "title": "VIDEO. TOP 14. Porté par un grand Berdeu, Lyon enfonce un peu plus le Racing !", + "description": "Un match fou où les équipes se sont rendues coups pour coups. Et à la fin, ce sont les Lyonnais de Pierre Mignoni qui ont eu le dernier mot à Gerland.", + "content": "En baisser de rideau de cette 14ᵉ journée de Top 14, Lyonnais et Franciliens ont respecté l'esprit spectaculaire de ce week-end où le spectacle était présent dans tous les stades. Dans le sillage d'un Léo Berdeu très en forme, auteur de 27 points, le Lou s'est imposé dans la douleur face à une équipe du Racing accrocheuse (37-35). Un chassé-croisé où Lyon a marqué en toutes fin de rencontre par l'intermédiaire de Baptiste Couilloud, de retour de blessure et rentré en cours de rencontre.\nTout avait commencé de la plus belle des manières pour Lyon, qui marquait son premier essai dès sa première possession grâce à Berdeu, s'arrachant lancé dans l'intervalle pour terminer dans l'en-but (2'). Mais le Racing réagissait de superbe manière avec Gibert, qui alertait quelques minutes plus tard Vakatawa en bout de ligne d'une diagonale au pied. Ce dernier effectuait une remise intérieure pour l'essai d'Imhoff (6'). Machenaud et Berdeu ont ensuite gonflé le score par pénalités, avant que ce dernier termine à nouveau dans l'en-but, profitant d'une prise d'intervalle d'Arnold sur lancement de jeu (34').\nLyon rentrait aux vestiaires en tête (21-19). Malgré un bon retour du Racing, et notamment de Finn Russell auteur d'une magnifique passe au pied quasiment décisive pour Imhoff (Chat marquera en force sur l'action suivante), ce dernier retombait dans ses travers en étant intercepté par Thibaut Regard qui ne se faisait pas prier pour marquer en contre le troisième essai de son équipe (54'). Quelques pénalités plus tard, les ciels et blancs menaient de trois points (32-35) jusqu'à deux minutes du terme. Il aura fallu une belle passe de Tuisova dans le couloir des cinq mètres, pour permettre à Regard (encore) de s'échapper, pour permettre à Couilloud de marquer l'essai de la victoire. Score final 37-35, et c'est le Lou qui prend les quatre points suite à ce match spectaculaire. Le Racing rentre avec le bonus défensif et peut nourrir des regrets. Laurent Travers, lucide, analysait la situation :\nSi on avait mis la même intensité comme ce soir sur les précédents matchs à l'extérieur, on aurait eu plus de victoires. Ce soir on perd car on manque de maitrise. Maitrise qu'on pouvait travailler et acquérir sur des matchs à l'extérieur, qui nous auraient permis de gagner ce soir.\n Le Racing se retrouve désormais à la dixième place à 9 points de son adversaire, qui est lui 6ᵉ (avec un match en plus).\nVidéo à visionner sur Youtube ci-dessous.\n", + "category": "", + "link": "https://www.lerugbynistere.fr/news/video-top-14-lyon-et-berdeu-enfoncent-le-racing-92-0301221057.php", + "creator": "", + "pubDate": "2022-01-03 11:10:00", + "enclosure": "https://www.lerugbynistere.fr/photos/zr-03-01-22-7523.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/zr-03-01-22-7523.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0fb0de8e32367ec91e2a66f5d724ed09", + "highlights": [] + }, + { + "title": "VIDÉO. Top 14. Grâce à une remontée folle, Castres fait tomber La Rochelle !", + "description": "Par deux fois dans la rencontre, les Castrais ont su remonter des situations bien mal embarquées pour s'imposer. La Rochelle aura eu des balles de match en fin de partie, manquées par West.", + "content": "À l'image de cette 14ème journée de Top 14, ce match entre Castres et La Rochelle a basculé dans l'irréel. Les Tarnais vainqueurs de l'USAP la semaine dernière accueillaient des Rochelais en pleine confiance, après leur succès acquis face au LOU lundi. Rapidement, les Maritimes refroidissent Pierre Fabre, avec pas moins de 3 essais inscrits en 23 minutes de jeu pour mener 24 à 3 ! Leyds, Atonio et Favre plongeront en Terre promise. De quoi enterrer le CO ? Ce serait mal connaître les vertus des joueurs du tandem Broncan-Darricarrère. Dos au mur, les Castrais vont réagir par le biais de leurs ailiers Nakosi (28ème) et Laveau (36ème), suite à une merveille d'attaque en première main pour cette dernière. 17-24 aux citrons, le match est relancé. \nTop 14. Perpignan/Castres. Arlettaz furax, l’essai victorieux de Chilachava était-il valable ?\nLe second acte est la copie conforme du premier. Malgré ce carton jaune adressé à Tawera Kerr-Barlow, les Rochelais vont parfaitement géré leur avance grâce à la botte d'Ihaia West (17-30 50ème). Mais encore une fois, les Castrais vont faire preuve d'une force de caractère remarquable lorsqu'on les croit mort. Par deux mouvements d'envergures, ils vont faire céder la défense maritime pour inscrire deux essais (Vanverberghe, Botitu) et repasser devant à un quart d'heure du trille finale (31-30). Les dernières secondes sont irrespirables et la fin de match basculera dans l'irrationnel. Alors qu'il reste une poignée de seconde à jouer, Ihaia West a la gagne au bout du pied, d'une pénalité excentrée aux 35 mètres. Le buteur néo-zélandais, impeccable jusqu'à présent trouve le poteau. Match terminé ? Que nenni. Jules Favre a parfaitement suivi le coup de pied de son ouvreur et récupère la gonfle. Il est plaqué à quelque centimètres de la ligne d'en-but. Une nouvelle pénalité est alors sifflée par Monsieur Charabas pour un hors-jeu castrais. Deuxième chance pour West, avec cette fois-ci une tentative beaucoup plus facile, aux 22 mètres excentrée sur les 15. Mais là encore, le pied du néo-zélandais va trembler. Tellement cruel. Dans une liesse indescriptible, le CO s'impose.\nTop 14. La Rochelle. Ihaia West, l'homme providentiel du Stade Rochelais ?\nAvec ce succès, les Tarnais passent donc devant leur adversaire du jour et s'emparent de la quatrième place. Les Rochelais, cinquièmes, ne pointent qu'à une unité derrière. \n", + "category": "", + "link": "https://www.lerugbynistere.fr/videos/video-top-14-grace-a-une-remontee-folle-castres-fait-tomber-la-rochelle-0301221034.php", + "creator": "", + "pubDate": "2022-01-03 10:35:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-03-01-22-2350.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-03-01-22-2350.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ee7371370bce9de28c4f3fccf1272c91", + "highlights": [] + }, + { + "title": "VIDÉO. Il y a 20 ans, les minots Carter et Nonu s'affrontaient", + "description": "RugbyPass nous a sorti une vidéo d'une rencontre datant de 2002 entre Wellington et Canterbury. Les prémices des carrières naissantes de Ma'a Nonu et Dan Carter, alors tous juste âgés de 20 ans.", + "content": "C'est un petit trésor que nous a sorti le 28 décembre dernier RugbyPass. Une vidéo d'une rencontre entre Wellington et Canterbury datant de 2002. Dans celle-ci, on y retrouve Ma'a Nonu et Dan Carter, tous deux âgés d'à peine 20 ans et presque face à face, le premier avec le numéro 13, le second avec le numéro 12 dans le dos ! Le début des carrières de deux joueurs qui seront ensuite devenu des légendes de la balle ovale. À consommer sans modération. L'opportunité aussi de voir Jonah Lomu jouer, puisque ce dernier était sur le banc du côté de Wellington. Une sorte de passage de flambeau à Nonu. Lomu a par ailleurs asséné plusieurs tampons magistraux. \nVIDEO. Simplement inarrêtable : quand Ma'a Nonu martyrisait les défenses\nL'occasion également de revoir certaines figures emblématiques des All Blacks comme Ben Blair ou Rodney So'oialo. \n\n\nVIDEO. Dan Carter affole les supporters en annonçant un probable retour sur le pré", + "category": "", + "link": "https://www.lerugbynistere.fr/videos/video-il-y-a-20-ans-les-minots-carter-et-nonu-saffrontaient-0301221647.php", + "creator": "", + "pubDate": "2022-01-03 17:00:00", + "enclosure": "https://www.lerugbynistere.fr/photos/t-03-01-22-5532.jpg", + "enclosureType": "image/jpeg", + "image": "https://www.lerugbynistere.fr/photos/t-03-01-22-5532.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "Le Rugbynistere", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "82625d7786dc37ce4cfb004c38a51665", + "highlights": [] + }, { "title": "TOP 14. TRANSFERTS. La liste folle des joueurs en fin de contrat cette saison", "description": "Au terme de la saison, l’habituel jeu des chaises musicales va faire sa loi. L’intersaison 2022 risque de voir du beau monde partir vers de nouveaux horizons.", @@ -20017,16 +21095,16 @@ "description": "Retrouvez sur RMC Sport toute l'actualité sportive en continu et en direct: football, mercato, rugby, basket, tennis, formule 1…", "items": [ { - "title": "Coupe de France en direct: Monaco élimine QRM, Saint-Etienne fait le travail malgré des fumigènes", - "description": "Les 16es de finale de la Coupe de France lancent l'année 2022. Treize matchs sont au menu ce dimanche avec notamment Brest-Bordeaux, Montpellier-Strasbourg, Nancy-Rennes et QRM-Monaco. A suivre sur RMC Sport à partir de 13h45.

", - "content": "Les 16es de finale de la Coupe de France lancent l'année 2022. Treize matchs sont au menu ce dimanche avec notamment Brest-Bordeaux, Montpellier-Strasbourg, Nancy-Rennes et QRM-Monaco. A suivre sur RMC Sport à partir de 13h45.

", + "title": "Mercato en direct: Rennes rêve de Lloris, deux recrues chez les Verts", + "description": "Le mercato hivernal a ouvert ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal a ouvert ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-suivez-les-16es-de-finale_LS-202201020072.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 10:44:21 GMT", - "enclosure": "https://images.bfmtv.com/5IOjDM-xYjqRJJzp7JZhA5obPZs=/0x306:960x846/800x0/images/Les-fumigenes-pendant-le-match-entre-Jura-Sud-et-Saint-Etienne-1202773.jpg", + "pubDate": "Mon, 03 Jan 2022 06:10:44 GMT", + "enclosure": "https://images.bfmtv.com/GJiTLQH2-NGoj3bxkWjUjR-6-pY=/0x0:2048x1152/800x0/images/Hugo-Lloris-avec-Tottenham-1182706.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5IOjDM-xYjqRJJzp7JZhA5obPZs=/0x306:960x846/800x0/images/Les-fumigenes-pendant-le-match-entre-Jura-Sud-et-Saint-Etienne-1202773.jpg", + "image": "https://images.bfmtv.com/GJiTLQH2-NGoj3bxkWjUjR-6-pY=/0x0:2048x1152/800x0/images/Hugo-Lloris-avec-Tottenham-1182706.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20035,20 +21113,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f373c9588f1aee200ff84d0c5c89a672", + "hash": "46bfe8ea1c0dbad311844251ad88ec30", "highlights": [] }, { - "title": "Chauvigny-OM en direct: la grosse équipe pour l'OM, Mandanda dans les buts", - "description": "L’OM se déplace à Limoges pour affronter l’US Chauvigny (National 3), ce dimanche soir, en 16es de finale de la Coupe de France. Suivez cette rencontre en live sur RMC Sport.

", - "content": "L’OM se déplace à Limoges pour affronter l’US Chauvigny (National 3), ce dimanche soir, en 16es de finale de la Coupe de France. Suivez cette rencontre en live sur RMC Sport.

", + "title": "Coupe du Roi: le Barça qualifié dans la douleur contre une D3, Dembélé buteur", + "description": "Mené au score face à Linares (D3) ce mercredi lors son seizième de finale de Coupe du Roi, le FC Barcelone a réussi à renverser le match en seconde période (2-1), avec notamment le premier but de la saison d'Ousmane Dembélé. Le club blaugrana est qualifié pour le prochain tour.

", + "content": "Mené au score face à Linares (D3) ce mercredi lors son seizième de finale de Coupe du Roi, le FC Barcelone a réussi à renverser le match en seconde période (2-1), avec notamment le premier but de la saison d'Ousmane Dembélé. Le club blaugrana est qualifié pour le prochain tour.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-suivez-chauvigny-om-en-direct_LS-202201020167.html", + "link": "https://rmcsport.bfmtv.com/football/liga/coupe-du-roi-dembele-permet-au-barca-de-s-en-sortir-contre-une-d3_AV-202201050526.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 17:25:28 GMT", - "enclosure": "https://images.bfmtv.com/2-oxFvWKAf1Km5ZJbPVOTwUUuSg=/0x58:2048x1210/800x0/images/Dimitri-Payet-avec-l-OM-1191239.jpg", + "pubDate": "Wed, 05 Jan 2022 20:25:53 GMT", + "enclosure": "https://images.bfmtv.com/ebAP1wHjLmU4Br3mkCI3JyKpjqM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1208082.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2-oxFvWKAf1Km5ZJbPVOTwUUuSg=/0x58:2048x1210/800x0/images/Dimitri-Payet-avec-l-OM-1191239.jpg", + "image": "https://images.bfmtv.com/ebAP1wHjLmU4Br3mkCI3JyKpjqM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1208082.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20057,20 +21135,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ae78f81f53f37fee7c7ce04801465ec", + "hash": "8695bb10cc181987226ec3da4bc51950", "highlights": [] }, { - "title": "Chelsea: \"C'est clairement rouge\", fustige Azpilicueta après la faute de Mané", - "description": "Alors que Chelsea et Liverpool se sont quittés sur un nul spectaculaire (2-2) ce dimanche en Premier League, Cesar Azpilicueta n'a pas apprécié le fait que Sadio Mané n'ait pas pris un carton rouge en début de rencontre.

", - "content": "Alors que Chelsea et Liverpool se sont quittés sur un nul spectaculaire (2-2) ce dimanche en Premier League, Cesar Azpilicueta n'a pas apprécié le fait que Sadio Mané n'ait pas pris un carton rouge en début de rencontre.

", + "title": "PSG: Rothen tacle l'attitude de Messi vis-à-vis de Pochettino", + "description": "Lionel Messi, désormais négatif au Covid-19, est arrivé en France. Mais l'attaquant argentin, rentré au pays pour les fêtes, n'avait pas donné de nouvelles à son entraîneur Mauricio Pochettino. Un comportement qui ne passe pas pour Jérôme Rothen.

", + "content": "Lionel Messi, désormais négatif au Covid-19, est arrivé en France. Mais l'attaquant argentin, rentré au pays pour les fêtes, n'avait pas donné de nouvelles à son entraîneur Mauricio Pochettino. Un comportement qui ne passe pas pour Jérôme Rothen.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-c-est-clairement-rouge-fustige-azpilicueta-apres-la-faute-de-mane_AV-202201020197.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-rothen-tacle-l-attitude-de-messi-vis-a-vis-de-pochettino_AV-202201050524.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 19:02:04 GMT", - "enclosure": "https://images.bfmtv.com/Eua5nt6L0CDfYUBiQPtuhe82-60=/0x43:2000x1168/800x0/images/Sadio-Mane-lors-de-Chelsea-Liverpool-1202794.jpg", + "pubDate": "Wed, 05 Jan 2022 20:20:24 GMT", + "enclosure": "https://images.bfmtv.com/8ETljshnemy-T8Cn7ReCNvv9WrQ=/0x80:2048x1232/800x0/images/Mauricio-Pochettino-parle-tactique-avec-Lionel-Messi-1182571.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Eua5nt6L0CDfYUBiQPtuhe82-60=/0x43:2000x1168/800x0/images/Sadio-Mane-lors-de-Chelsea-Liverpool-1202794.jpg", + "image": "https://images.bfmtv.com/8ETljshnemy-T8Cn7ReCNvv9WrQ=/0x80:2048x1232/800x0/images/Mauricio-Pochettino-parle-tactique-avec-Lionel-Messi-1182571.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20079,20 +21157,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "59b05be56d18aa5ed860e0dfd91b6f97", + "hash": "a9fa313d25eb1dcdf58e7ef3edf2f357", "highlights": [] }, { - "title": "Nancy: \"il faut vite qu'on arrête de perdre du temps\", Pedretti tacle sa direction", - "description": "Après la qualification de Nancy face à Rennes en 16e de finale de Coupe de France, Benoît Pedretti a exprimé sa lassitude, alors que l'entraîneur intérimaire veut quitter son poste. Les dirigeants nancéiens n'ont toujours pas trouvé son successeur.

", - "content": "Après la qualification de Nancy face à Rennes en 16e de finale de Coupe de France, Benoît Pedretti a exprimé sa lassitude, alors que l'entraîneur intérimaire veut quitter son poste. Les dirigeants nancéiens n'ont toujours pas trouvé son successeur.

", + "title": "Le sport face au coronavirus en direct: Kanté et Thiago Silva positifs au Covid-19", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/nancy-il-faut-vite-qu-on-arrete-de-perdre-du-temps-pedretti-tacle-sa-direction_AD-202201020190.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-en-direct-le-coup-de-gueule-de-genesio-contre-les-instances-du-foot-francais_LN-202201030088.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 18:39:22 GMT", - "enclosure": "https://images.bfmtv.com/qYjVWJ1IC7NnpjyveWSdPL-xG5Q=/73x146:1993x1226/800x0/images/Benoit-Pedretti-1193202.jpg", + "pubDate": "Mon, 03 Jan 2022 07:45:21 GMT", + "enclosure": "https://images.bfmtv.com/9uS0XajvLBz0x_qX0DEaWMLyGVo=/0x21:544x327/800x0/images/Le-milieu-de-terrain-N-Golo-Kante-avec-Chelsea-lors-du-match-de-Ligue-des-champions-contre-Malmoe-FF-a-Stamford-Bridge-le-20-octobre-2021-1162533.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qYjVWJ1IC7NnpjyveWSdPL-xG5Q=/73x146:1993x1226/800x0/images/Benoit-Pedretti-1193202.jpg", + "image": "https://images.bfmtv.com/9uS0XajvLBz0x_qX0DEaWMLyGVo=/0x21:544x327/800x0/images/Le-milieu-de-terrain-N-Golo-Kante-avec-Chelsea-lors-du-match-de-Ligue-des-champions-contre-Malmoe-FF-a-Stamford-Bridge-le-20-octobre-2021-1162533.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20101,20 +21179,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "070eee91cf0021f8d8f2efa9bb5b9267", + "hash": "bd7dec3786f8a11ea6d2eb329f3a5103", "highlights": [] }, { - "title": "Jura Sud-ASSE: le match interrompu à cause des jets de fumigènes des ultras de Saint-Etienne", - "description": "Le 16e de finale de Coupe de France entre Jura Sud et Saint-Etienne a été arrêté durant une vingtaine de minutes, ce dimanche à Louhans (Saône-et-Loire). Les ultras de l’ASSE ont craqué de nombreux fumigènes. L’un d’eux a été lancé près du gardien adverse.

", - "content": "Le 16e de finale de Coupe de France entre Jura Sud et Saint-Etienne a été arrêté durant une vingtaine de minutes, ce dimanche à Louhans (Saône-et-Loire). Les ultras de l’ASSE ont craqué de nombreux fumigènes. L’un d’eux a été lancé près du gardien adverse.

", + "title": "PSG: reprise \"dans les prochains jours\" pour Messi, Kurzawa positif au Covid-19", + "description": "Dans un bulletin médical ce mercredi, le PSG a donné des nouvelles de Lionel Messi, qui est rentré à Paris dans la journée. Négatif au Covid-19, l'Argentin reprendra l'entraînement \"ces prochains jours\". A l'inverse, Layvin Kurwaza a été testé positif.

", + "content": "Dans un bulletin médical ce mercredi, le PSG a donné des nouvelles de Lionel Messi, qui est rentré à Paris dans la journée. Négatif au Covid-19, l'Argentin reprendra l'entraînement \"ces prochains jours\". A l'inverse, Layvin Kurwaza a été testé positif.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/jura-sud-asse-le-match-interrompu-a-cause-des-jets-de-fumigenes-des-ultras-de-saint-etienne_AV-202201020187.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-reprise-dans-les-prochains-jours-pour-messi-kurzawa-positif-au-covid-19_AV-202201050518.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 18:34:24 GMT", - "enclosure": "https://images.bfmtv.com/auVJdO9hv-y9SrgmX-pL7UZz6FU=/0x212:2048x1364/800x0/images/Jura-Sud-ASSE-1202790.jpg", + "pubDate": "Wed, 05 Jan 2022 20:08:07 GMT", + "enclosure": "https://images.bfmtv.com/g1vTuAwlPgN7lswLmvfDU7sqPaY=/0x40:768x472/800x0/images/La-superstar-du-Paris-Saint-Germain-l-attaquant-argentin-Lionel-Messi-le-7-decembre-au-Parc-des-Princes-a-Paris-1202736.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/auVJdO9hv-y9SrgmX-pL7UZz6FU=/0x212:2048x1364/800x0/images/Jura-Sud-ASSE-1202790.jpg", + "image": "https://images.bfmtv.com/g1vTuAwlPgN7lswLmvfDU7sqPaY=/0x40:768x472/800x0/images/La-superstar-du-Paris-Saint-Germain-l-attaquant-argentin-Lionel-Messi-le-7-decembre-au-Parc-des-Princes-a-Paris-1202736.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20123,20 +21201,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "038e750255b14afa767de8ebe7cf906d", + "hash": "9b88f4ef0a3a94cee4dfa6eb9efbe631", "highlights": [] }, { - "title": "Chelsea-Liverpool: un choc fabuleux et un nul spectaculaire, ça profite à Manchester City", - "description": "Pas de vainqueur entre Chelsea et Liverpool à l'issue d'un match exceptionnel, ce dimanche en Premier League. Ce match nul (2-2) n'arrange personne... si ce n'est Manchester City, qui s'échappe encore un peu plus au classement du championnat d'Angleterre.

", - "content": "Pas de vainqueur entre Chelsea et Liverpool à l'issue d'un match exceptionnel, ce dimanche en Premier League. Ce match nul (2-2) n'arrange personne... si ce n'est Manchester City, qui s'échappe encore un peu plus au classement du championnat d'Angleterre.

", + "title": "La lettre envoyée par la Préfecture de police au Paris FC après les incidents contre l'OL", + "description": "DOCUMENT RMC Sport - Dans une lettre adressée le 23 décembre à Pierre Ferracci, la Préfecture de Police de Paris a répondu aux critiques du président du Paris FC après les incidents survenus lors du match face à l’Olympique Lyonnais en Coupe de France. Une lettre qui détaille l'ensemble des points de sécurité avant, pendant et après la rencontre.

", + "content": "DOCUMENT RMC Sport - Dans une lettre adressée le 23 décembre à Pierre Ferracci, la Préfecture de Police de Paris a répondu aux critiques du président du Paris FC après les incidents survenus lors du match face à l’Olympique Lyonnais en Coupe de France. Une lettre qui détaille l'ensemble des points de sécurité avant, pendant et après la rencontre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-liverpool-un-choc-fabuleux-et-un-nul-spectaculaire-ca-profite-a-manchester-city_AV-202201020184.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/la-lettre-envoyee-par-la-prefecture-de-police-au-paris-fc-apres-les-incidents-contre-l-ol_AV-202201050512.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 18:30:57 GMT", - "enclosure": "https://images.bfmtv.com/QpW_LwHPx76Z4ZsM9Ne_YrOImow=/0x60:1184x726/800x0/images/Kelleher-n-a-rien-pu-faire-sur-la-frappe-sublime-de-Kovacic-1202786.jpg", + "pubDate": "Wed, 05 Jan 2022 19:53:08 GMT", + "enclosure": "https://images.bfmtv.com/DyhwMUeeVqHVtQmyhXJ6gf4uYeY=/0x106:2048x1258/800x0/images/1190779.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/QpW_LwHPx76Z4ZsM9Ne_YrOImow=/0x60:1184x726/800x0/images/Kelleher-n-a-rien-pu-faire-sur-la-frappe-sublime-de-Kovacic-1202786.jpg", + "image": "https://images.bfmtv.com/DyhwMUeeVqHVtQmyhXJ6gf4uYeY=/0x106:2048x1258/800x0/images/1190779.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20145,20 +21223,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c7d6d03355eb1da241ef23b9525b2be", + "hash": "13208f438226ce9fbd533e19d65f4a2f", "highlights": [] }, { - "title": "Top 14: un cadreur fauché sur un essai et évacué sur civière lors de Bordeaux-Bègles-Biarritz", - "description": "Alors que Bordeaux-Bègles a inscrit l'essai de la victoire en fin de rencontre face à Biarritz (30-27), un cadreur de Canal+ a été évacué sur civière après avoir été tamponné par deux Biarrots.

", - "content": "Alors que Bordeaux-Bègles a inscrit l'essai de la victoire en fin de rencontre face à Biarritz (30-27), un cadreur de Canal+ a été évacué sur civière après avoir été tamponné par deux Biarrots.

", + "title": "Incidents Paris FC-OL: des images de vidéosurveillance transmises à la préfecture du Rhône", + "description": "Selon des sources policières à RMC Sport, des images de vidéosurveillance du stade de Charléty au moment des violences entre le PFC et l'OL ont été transmises à la préfecture du Rhône, afin que des supporters lyonnais identifiés puissent être poursuivis.

", + "content": "Selon des sources policières à RMC Sport, des images de vidéosurveillance du stade de Charléty au moment des violences entre le PFC et l'OL ont été transmises à la préfecture du Rhône, afin que des supporters lyonnais identifiés puissent être poursuivis.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-un-cadreur-fauche-sur-un-essai-et-evacue-sur-civiere-lors-de-bordeaux-begles-biarritz_AV-202201020176.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-des-images-de-videosurveillance-transmises-a-la-prefecture-de-rhone_AV-202201050508.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 18:02:47 GMT", - "enclosure": "https://images.bfmtv.com/Zg8IaQjh3G0c5RyukZIRlkJHSSU=/0x39:768x471/800x0/images/Un-cameraman-lors-dun-match-de-Top-14-le-5-septembre-2015-a-Toulouse-963021.jpg", + "pubDate": "Wed, 05 Jan 2022 19:36:00 GMT", + "enclosure": "https://images.bfmtv.com/giFLgVmwWYcbXPdb2TS5dxHvQ_Q=/0x80:768x512/800x0/images/Les-supporters-font-irruption-sur-la-pelouse-a-la-mi-temps-du-match-Paris-FC-Lyon-comptant-pour-les-32e-de-finale-de-la-Coupe-de-France-a-Charlety-le-17-decembre-2021-1200301.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Zg8IaQjh3G0c5RyukZIRlkJHSSU=/0x39:768x471/800x0/images/Un-cameraman-lors-dun-match-de-Top-14-le-5-septembre-2015-a-Toulouse-963021.jpg", + "image": "https://images.bfmtv.com/giFLgVmwWYcbXPdb2TS5dxHvQ_Q=/0x80:768x512/800x0/images/Les-supporters-font-irruption-sur-la-pelouse-a-la-mi-temps-du-match-Paris-FC-Lyon-comptant-pour-les-32e-de-finale-de-la-Coupe-de-France-a-Charlety-le-17-decembre-2021-1200301.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20167,20 +21245,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1e0f5e81f6926e7329f3bffa517600e", + "hash": "96edacbb104f30bb0507ebc670ecf11a", "highlights": [] }, { - "title": "Mercato en direct: un deal à l'étude avec Dembélé et Martial?", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Mercato: Umtiti s'ajoute à la (longue) liste des cibles de Newcastle", + "description": "Selon les informations de la presse espagnole, Newcastle pourrait entrer en négociations avec le FC Barcelone pour son défenseur français Samuel Umtiti. Les Magpies auraient rompu les discussions avec le LOSC pour Sven Botman à ce poste.

", + "content": "Selon les informations de la presse espagnole, Newcastle pourrait entrer en négociations avec le FC Barcelone pour son défenseur français Samuel Umtiti. Les Magpies auraient rompu les discussions avec le LOSC pour Sven Botman à ce poste.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-umtiti-s-ajoute-a-la-longue-liste-des-cibles-de-newcastle_AV-202201050497.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/5tnVjCT5vh_NmCEgxJ6ZIhi1Jsg=/0x39:768x471/800x0/images/L-ailier-francais-du-Barca-Ousmane-Dembele-lors-du-match-de-championnat-espagnol-contre-Elche-au-Camp-Nou-de-Barcelone-le-18-decembre-2021-1201104.jpg", + "pubDate": "Wed, 05 Jan 2022 19:17:22 GMT", + "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5tnVjCT5vh_NmCEgxJ6ZIhi1Jsg=/0x39:768x471/800x0/images/L-ailier-francais-du-Barca-Ousmane-Dembele-lors-du-match-de-championnat-espagnol-contre-Elche-au-Camp-Nou-de-Barcelone-le-18-decembre-2021-1201104.jpg", + "image": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20189,20 +21267,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3da74261626edca7cb24d936467a3fb", + "hash": "74d0def0fb314da23c67b2dc27ce741f", "highlights": [] }, { - "title": "Coupe de France: cette fois, Nantes a laissé la recette à Vitré", - "description": "Après sa victoire face à l’AS Vitré, ce dimanche en 16es de finale de la Coupe de France (2-0), le FC Nantes a laissé la recette du match à son adversaire. Le club de National 2 a salué le geste des Canaris, qui s’étaient montrés moins généreux il y a deux ans.

", - "content": "Après sa victoire face à l’AS Vitré, ce dimanche en 16es de finale de la Coupe de France (2-0), le FC Nantes a laissé la recette du match à son adversaire. Le club de National 2 a salué le geste des Canaris, qui s’étaient montrés moins généreux il y a deux ans.

", + "title": "Mercato: Amavi retourne à Nice, prêté avec option d'achat par l'OM", + "description": "L'OGC Nice et l'OM ont officialisé le prêt jusqu'à la fin de saison de Jordan Amavi. Le latéral gauche retrouve son club formateur et les Aiglons disposent d'une option d'achat pour le joueur de 27 ans.

", + "content": "L'OGC Nice et l'OM ont officialisé le prêt jusqu'à la fin de saison de Jordan Amavi. Le latéral gauche retrouve son club formateur et les Aiglons disposent d'une option d'achat pour le joueur de 27 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-cette-fois-nantes-a-laisse-la-recette-a-vitre_AV-202201020169.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-amavi-retourne-a-nice-prete-avec-option-d-achat-par-l-om_AV-202201050492.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 17:28:28 GMT", - "enclosure": "https://images.bfmtv.com/36GpmlRkbY4R2giJXobBCDGk10s=/0x49:2048x1201/800x0/images/Nantes-Vitre-1202756.jpg", + "pubDate": "Wed, 05 Jan 2022 19:08:54 GMT", + "enclosure": "https://images.bfmtv.com/CiNjjtFeUvkDIiqa7xGTLWwBWoY=/0x111:2048x1263/800x0/images/Jordan-Amavi-1180945.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/36GpmlRkbY4R2giJXobBCDGk10s=/0x49:2048x1201/800x0/images/Nantes-Vitre-1202756.jpg", + "image": "https://images.bfmtv.com/CiNjjtFeUvkDIiqa7xGTLWwBWoY=/0x111:2048x1263/800x0/images/Jordan-Amavi-1180945.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20211,20 +21289,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47dc459decf7e62bc3753e50b11ebaab", + "hash": "247d58f91dc658276ba52ab3fd10c367", "highlights": [] }, { - "title": "Coupe de France: Bastia élimine Clermont, Rennes tombe aux tirs au but contre le dernier de Ligue 2", - "description": "Premières surprises dans ces 16es de finale. Clermont a été éliminé de la Coupe de France sur la pelouse de Bastia (2-0), alors que Rennes s'est fait piégé par Nancy, qui s'offre un deuxième club de Ligue 1 consécutif.

", - "content": "Premières surprises dans ces 16es de finale. Clermont a été éliminé de la Coupe de France sur la pelouse de Bastia (2-0), alors que Rennes s'est fait piégé par Nancy, qui s'offre un deuxième club de Ligue 1 consécutif.

", + "title": "Chelsea: après ses excuses, Lukaku de retour comme titulaire en League Cup", + "description": "Ecarté dimanche face à Liverpool après s'être plaint dans une interview de sa situation à Chelsea, Romelu Lukaku retrouve le onze de départ de Thomas Tuchel pour affronter Tottenham ce mercredi en League Cup. Le Belge s'était excusé publiquement mardi.

", + "content": "Ecarté dimanche face à Liverpool après s'être plaint dans une interview de sa situation à Chelsea, Romelu Lukaku retrouve le onze de départ de Thomas Tuchel pour affronter Tottenham ce mercredi en League Cup. Le Belge s'était excusé publiquement mardi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-bastia-elimine-clermont-rennes-tombe-aux-tirs-au-but-contre-le-dernier-de-ligue-2_AN-202201020164.html", + "link": "https://rmcsport.bfmtv.com/football/league-cup/chelsea-apres-ses-excuses-lukaku-de-retour-comme-titulaire-en-league-cup_AV-202201050491.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 17:18:16 GMT", - "enclosure": "https://images.bfmtv.com/Xg1e2g241TZ2Y-zj0eX3EOUXF1Q=/0x128:1984x1244/800x0/images/Le-SC-Bastia-en-Coupe-de-France-1202744.jpg", + "pubDate": "Wed, 05 Jan 2022 19:01:54 GMT", + "enclosure": "https://images.bfmtv.com/T0IExq6Tl_5-V_xuOGaBnrYHlis=/0x0:2048x1152/800x0/images/Romelu-LUKAKU-1201970.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Xg1e2g241TZ2Y-zj0eX3EOUXF1Q=/0x128:1984x1244/800x0/images/Le-SC-Bastia-en-Coupe-de-France-1202744.jpg", + "image": "https://images.bfmtv.com/T0IExq6Tl_5-V_xuOGaBnrYHlis=/0x0:2048x1152/800x0/images/Romelu-LUKAKU-1201970.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20233,20 +21311,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af4215fe2c75d42e14e520a597a9f0c9", + "hash": "5625152f7a210676815f3cba0caec6fc", "highlights": [] }, { - "title": "AS Roma: Sacramento n’est plus l’adjoint de Mourinho", - "description": "L’AS Roma a opéré un changement dans son staff technique, avec le départ de Joao Sacramento, qui occupait le poste d’adjoint aux côtés de l’entraîneur principal, José Mourinho. \n

", - "content": "L’AS Roma a opéré un changement dans son staff technique, avec le départ de Joao Sacramento, qui occupait le poste d’adjoint aux côtés de l’entraîneur principal, José Mourinho. \n

", + "title": "JO 2022: le CIO balaie l'idée d'un report mais appelle à \"une extrême vigilance\"", + "description": "A moins d'un mois des Jeux olympiques d'hiver de Pékin 2022, le Comité international olympique (CIO) a balayé ce mercredi l'idée d'un éventuel report, alors que de nouvelles vagues de coronavirus perturbent déjà la saison actuelle.

", + "content": "A moins d'un mois des Jeux olympiques d'hiver de Pékin 2022, le Comité international olympique (CIO) a balayé ce mercredi l'idée d'un éventuel report, alors que de nouvelles vagues de coronavirus perturbent déjà la saison actuelle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/as-roma-sacramento-n-est-plus-l-adjoint-de-mourinho_AV-202201010174.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-le-cio-balaie-l-idee-d-un-report-mais-appelle-a-une-extreme-vigilance_AV-202201050485.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 16:50:29 GMT", - "enclosure": "https://images.bfmtv.com/qpWMC1YKO_TLM-cgdFJK1rMjHvI=/0x0:1200x675/800x0/images/Joao-Sacramento-1202440.jpg", + "pubDate": "Wed, 05 Jan 2022 18:43:58 GMT", + "enclosure": "https://images.bfmtv.com/4_ojKsToykFunVmyvmmLCqIRnpI=/0x40:2048x1192/800x0/images/JO-Pekin-1184741.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qpWMC1YKO_TLM-cgdFJK1rMjHvI=/0x0:1200x675/800x0/images/Joao-Sacramento-1202440.jpg", + "image": "https://images.bfmtv.com/4_ojKsToykFunVmyvmmLCqIRnpI=/0x40:2048x1192/800x0/images/JO-Pekin-1184741.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20255,20 +21333,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e21c6ff87d2bf4bfce97bfe07245264", + "hash": "5e5469e164813ab4f8de1a001d9f7909", "highlights": [] }, { - "title": "Coupe de France: inquiet, Kombouaré refuse de s’enflammer après le qualification", - "description": "Antoine Kombouaré a savouré, sans trop s'enorgueillir, la qualification méritée et surtout très attendue du FC Nantes pour les huitièmes de finale de la Coupe de France, aux dépens de l'AS Vitré (2-0).

", - "content": "Antoine Kombouaré a savouré, sans trop s'enorgueillir, la qualification méritée et surtout très attendue du FC Nantes pour les huitièmes de finale de la Coupe de France, aux dépens de l'AS Vitré (2-0).

", + "title": "Incidents OL-OM: l’appel de Marseille rejeté par la FFF", + "description": "La FFF a rejeté l’appel de l’OM sur les décisions rendues par la LFP à la suite des incidents intervenus en tribunes lors de Lyon-Marseille, le 21 novembre dernier. Le club lyonnais avait écopé d’un point de retrait ferme, et la rencontre doit être rejouée à huis clos.

", + "content": "La FFF a rejeté l’appel de l’OM sur les décisions rendues par la LFP à la suite des incidents intervenus en tribunes lors de Lyon-Marseille, le 21 novembre dernier. Le club lyonnais avait écopé d’un point de retrait ferme, et la rencontre doit être rejouée à huis clos.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-inquiet-kombouare-refuse-de-s-enflammer-apres-le-qualification_AV-202201020157.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-l-appel-de-l-om-rejete-par-la-fff_AV-202201050478.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 16:55:34 GMT", - "enclosure": "https://images.bfmtv.com/dN_d9rSVKL6UeiN_G9Wcz3IwY_E=/0x0:1200x675/800x0/images/Antoine-Kombouare-1202746.jpg", + "pubDate": "Wed, 05 Jan 2022 18:32:17 GMT", + "enclosure": "https://images.bfmtv.com/HUIle36ERb8WjXM7JbTN-xOU1oY=/0x212:2048x1364/800x0/images/Dimitri-Payet-au-sol-lors-d-OL-OM-1173034.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dN_d9rSVKL6UeiN_G9Wcz3IwY_E=/0x0:1200x675/800x0/images/Antoine-Kombouare-1202746.jpg", + "image": "https://images.bfmtv.com/HUIle36ERb8WjXM7JbTN-xOU1oY=/0x212:2048x1364/800x0/images/Dimitri-Payet-au-sol-lors-d-OL-OM-1173034.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20277,20 +21355,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bdb820c1896bd63d3958a943ebffc55", + "hash": "276e336bd008390502a78ae0d1025ebd", "highlights": [] }, { - "title": "Bordeaux: \"Le match ne devait pas se jouer\", peste Briand sur le protocole Covid", - "description": "Très affaibli par les cas de Covid-19, Bordeaux s'est incliné face à Brest (3-0) en 16e de finale de Coupe de France, avec une équipe très jeune. Une situation qui a fortement déplu à Jimmy Briand, l'un des seuls pros titulaires ce dimanche.

", - "content": "Très affaibli par les cas de Covid-19, Bordeaux s'est incliné face à Brest (3-0) en 16e de finale de Coupe de France, avec une équipe très jeune. Une situation qui a fortement déplu à Jimmy Briand, l'un des seuls pros titulaires ce dimanche.

", + "title": "Ligue 1 en direct: l'appel de Marseille rejeté par la FFF dans le dossier des incidents contre l'OL", + "description": "La Ligue 1 reprend ce week-end après deux semaines de coupure. La 20e journée débutera vendredi (21h) avec Bordeaux-OM si le match est maintenu puisque les Girondins, touchés par le Covid, espèrent un report.

", + "content": "La Ligue 1 reprend ce week-end après deux semaines de coupure. La 20e journée débutera vendredi (21h) avec Bordeaux-OM si le match est maintenu puisque les Girondins, touchés par le Covid, espèrent un report.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/bordeaux-le-match-ne-devait-pas-se-jouer-peste-briand-sur-le-protocole-covid_AV-202201020154.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toutes-les-infos-de-la-20e-journee_LN-202201050142.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 16:36:32 GMT", - "enclosure": "https://images.bfmtv.com/DeqXQ0lsI1pdc9Kp1AF29uIgHuE=/0x184:2048x1336/800x0/images/Jimmy-Briand-1179854.jpg", + "pubDate": "Wed, 05 Jan 2022 08:19:35 GMT", + "enclosure": "https://images.bfmtv.com/ISBtheA0rEmilQwOhxlOUV22Z8I=/0x39:720x444/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/DeqXQ0lsI1pdc9Kp1AF29uIgHuE=/0x184:2048x1336/800x0/images/Jimmy-Briand-1179854.jpg", + "image": "https://images.bfmtv.com/ISBtheA0rEmilQwOhxlOUV22Z8I=/0x39:720x444/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20299,20 +21377,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6df233c82b2aa5142f0e90cc1c28835", + "hash": "fa99c44db04d18bc9b9689e1d50dfe67", "highlights": [] }, { - "title": "Rennes: le coup de gueule de Genesio contre les dirigeants du football français", - "description": "Bruno Genesio a profité du déplacement de Rennes à Nancy, ce dimanche en 16es de finale de la Coupe de France, pour interpeller les instances du football français. Le coach du club breton s’agace du manque de consignes données au sujet des mesures anti-Covid. Et des inégalités entraînées par cette situation.

", - "content": "Bruno Genesio a profité du déplacement de Rennes à Nancy, ce dimanche en 16es de finale de la Coupe de France, pour interpeller les instances du football français. Le coach du club breton s’agace du manque de consignes données au sujet des mesures anti-Covid. Et des inégalités entraînées par cette situation.

", + "title": "XV de France: Serin veut \"prouver\" qu'il a sa place et \"chatouiller\" Dupont", + "description": "Invité du Super Moscato Show ce mercredi, Baptiste Serin est revenu sur la concurrence avec Antoine Dupont au poste de demi de mêlée au sein du XV de France. Si le capitaine du RC Toulon n'a plus porté le maillot des Bleus depuis mars dernier, il espère pouvoir \"prouver\" sa valeur pour retrouver sa place voire \"chatouiller\" Dupont.

", + "content": "Invité du Super Moscato Show ce mercredi, Baptiste Serin est revenu sur la concurrence avec Antoine Dupont au poste de demi de mêlée au sein du XV de France. Si le capitaine du RC Toulon n'a plus porté le maillot des Bleus depuis mars dernier, il espère pouvoir \"prouver\" sa valeur pour retrouver sa place voire \"chatouiller\" Dupont.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/rennes-le-coup-de-gueule-de-genesio-contre-les-dirigeants-du-football-francais_AV-202201020148.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/xv-de-france-serin-veut-prouver-qu-il-a-sa-place-et-chatouiller-dupont_AV-202201050455.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 15:58:43 GMT", - "enclosure": "https://images.bfmtv.com/RkC5eJGSycMAHVGlv8NGZ-XW2JI=/0x27:768x459/800x0/images/L-entraineur-de-Rennes-Bruno-Genesio-lors-du-match-a-domicile-de-la-Ligue-Europa-Conference-contre-NS-Mura-Slovenie-le-4-novembre-2021-au-Roazhon-Park-1161358.jpg", + "pubDate": "Wed, 05 Jan 2022 18:00:21 GMT", + "enclosure": "https://images.bfmtv.com/VUbR0U7gqE5-mr9AO1kbGwYKxME=/0x106:2048x1258/800x0/images/Baptiste-Serin-1207983.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/RkC5eJGSycMAHVGlv8NGZ-XW2JI=/0x27:768x459/800x0/images/L-entraineur-de-Rennes-Bruno-Genesio-lors-du-match-a-domicile-de-la-Ligue-Europa-Conference-contre-NS-Mura-Slovenie-le-4-novembre-2021-au-Roazhon-Park-1161358.jpg", + "image": "https://images.bfmtv.com/VUbR0U7gqE5-mr9AO1kbGwYKxME=/0x106:2048x1258/800x0/images/Baptiste-Serin-1207983.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20321,20 +21399,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5822a22b7fbffc17582e25c2dda17729", + "hash": "5edeaf5660c2f98688aa7f450e255e5c", "highlights": [] }, { - "title": "PSG: positif au Covid-19, Messi va bien et attend le feu vert pour rentrer à Paris", - "description": "Le test positif de Lionel Messi a été annoncé dimanche, après le réveillon du nouvel An, mais un premier test plus tôt dans la semaine, laissait craindre l'arrivée d'une mauvaise nouvelle.

", - "content": "Le test positif de Lionel Messi a été annoncé dimanche, après le réveillon du nouvel An, mais un premier test plus tôt dans la semaine, laissait craindre l'arrivée d'une mauvaise nouvelle.

", + "title": "Ligue 1: Clermont-Strasbourg et Angers-ASSE reprogrammés en janvier", + "description": "La Ligue a annoncé les nouvelles dates de deux rencontres de Ligue 1 qui avaient été reportées. Clermont-Strasbourg se disputera le 19 janvier (19h), une semaine avant Angers-Saint-Etienne, prévu le 26 janvier (19h).

", + "content": "La Ligue a annoncé les nouvelles dates de deux rencontres de Ligue 1 qui avaient été reportées. Clermont-Strasbourg se disputera le 19 janvier (19h), une semaine avant Angers-Saint-Etienne, prévu le 26 janvier (19h).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-positif-au-covid-19-messi-va-bien-et-attend-le-feu-vert-pour-rentrer-a-paris_AV-202201020146.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-clermont-strasbourg-et-angers-asse-reprogrammes-en-janvier_AV-202201050438.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 15:55:23 GMT", - "enclosure": "https://images.bfmtv.com/GSl5GZAzmx9t11cy_Z_PFAghj4o=/0x65:2048x1217/800x0/images/Lionel-Messi-1184826.jpg", + "pubDate": "Wed, 05 Jan 2022 17:43:28 GMT", + "enclosure": "https://images.bfmtv.com/NA5X9gaTX_OL3E7GOz2_vAGf0sU=/7x111:2039x1254/800x0/images/1207984.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GSl5GZAzmx9t11cy_Z_PFAghj4o=/0x65:2048x1217/800x0/images/Lionel-Messi-1184826.jpg", + "image": "https://images.bfmtv.com/NA5X9gaTX_OL3E7GOz2_vAGf0sU=/7x111:2039x1254/800x0/images/1207984.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20343,20 +21421,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64d4e8d891f08c3ced8441aa341f5c94", + "hash": "2afbd028aa8e1c02cb730d8afd044c0d", "highlights": [] }, { - "title": "Chelsea-Liverpool en direct: un nul qui n'arrange personne, City se frotte les mains", - "description": "Chelsea et Liverpool, 2e et 3e de Premier League, s'affrontent avec l'obligation de prendre des points pour ne pas laisser filer Manchester City en tête du championnat. C'est aussi l'occasion de faire le trou sur les poursuivants, après la défaite d'Arsenal samedi.

", - "content": "Chelsea et Liverpool, 2e et 3e de Premier League, s'affrontent avec l'obligation de prendre des points pour ne pas laisser filer Manchester City en tête du championnat. C'est aussi l'occasion de faire le trou sur les poursuivants, après la défaite d'Arsenal samedi.

", + "title": "Cyclo-cross: pourquoi Van Aert et Van der Poel renoncent au Mondial", + "description": "Wout Van Aert et Mathieu van der Poel, les deux cadors du cyclo-cross, ont déclaré forfait tous les deux ce mercredi pour le prochain championnat du monde, qui aura lieu le 30 janvier prochain aux Etats-Unis. Si le Belge se préserve pour sa saison sur route, son rival néerlandais souffre encore du dos et va connaître une pause forcée.

", + "content": "Wout Van Aert et Mathieu van der Poel, les deux cadors du cyclo-cross, ont déclaré forfait tous les deux ce mercredi pour le prochain championnat du monde, qui aura lieu le 30 janvier prochain aux Etats-Unis. Si le Belge se préserve pour sa saison sur route, son rival néerlandais souffre encore du dos et va connaître une pause forcée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-chelsea-liverpool-en-direct_LS-202201020143.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/cyclo-cross-pourquoi-van-aert-et-van-der-poel-renoncent-au-mondial_AV-202201050432.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 15:45:08 GMT", - "enclosure": "https://images.bfmtv.com/T_9sb5VdlC7cipO7Ig9bK7owd84=/0x223:2048x1375/800x0/images/Salah-lors-du-choc-Chelsea-Liverpool-1202780.jpg", + "pubDate": "Wed, 05 Jan 2022 17:32:00 GMT", + "enclosure": "https://images.bfmtv.com/zk_NoZlAPytAo_Ygs-M5KoWN244=/0x106:2048x1258/800x0/images/Van-Aert-Van-der-Poel-1206245.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/T_9sb5VdlC7cipO7Ig9bK7owd84=/0x223:2048x1375/800x0/images/Salah-lors-du-choc-Chelsea-Liverpool-1202780.jpg", + "image": "https://images.bfmtv.com/zk_NoZlAPytAo_Ygs-M5KoWN244=/0x106:2048x1258/800x0/images/Van-Aert-Van-der-Poel-1206245.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20365,20 +21443,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "588e3df3ee2a647b067b6ec8c0b1f3bb", + "hash": "c06b40be2078321ae1a69770e9913c40", "highlights": [] }, { - "title": "Bundesliga: victime d'un accident de scooter, l'entraîneur de Francfort opéré du visage", - "description": "Une semaine avant la reprise de la Bundesliga, Oliver Glasner, l'entraîneur de l'Eintracht Francfort, a été victime d'un accident de scooter et s'est fait opérer d'une fracture de l'os zygomatique.

", - "content": "Une semaine avant la reprise de la Bundesliga, Oliver Glasner, l'entraîneur de l'Eintracht Francfort, a été victime d'un accident de scooter et s'est fait opérer d'une fracture de l'os zygomatique.

", + "title": "Les Ultras bordelais craignent des débordements si le match contre l’OM est maintenu", + "description": "Les Ultramarines, principal groupe de supporters des Girondins de Bordeaux, sont montés au créneau pour défendre la position de leur club qui attend toujours de savoir si son match contre l’Olympique de Marseille sera maintenu ce vendredi (21h). Pour eux il sera difficile de maitriser certains supporters si la rencontre reste programmée. 

", + "content": "Les Ultramarines, principal groupe de supporters des Girondins de Bordeaux, sont montés au créneau pour défendre la position de leur club qui attend toujours de savoir si son match contre l’Olympique de Marseille sera maintenu ce vendredi (21h). Pour eux il sera difficile de maitriser certains supporters si la rencontre reste programmée. 

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-victime-d-un-accident-de-scooter-l-entraineur-de-francfort-opere-du-visage_AN-202201020142.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/les-ultras-bordelais-craignent-des-debordements-si-le-match-contre-l-om-est-maintenu_AV-202201050424.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 15:42:58 GMT", - "enclosure": "https://images.bfmtv.com/73-Kofwv6SaHFcf0isayGRsfLxg=/0x73:1984x1189/800x0/images/Oliver-Glasner-1202727.jpg", + "pubDate": "Wed, 05 Jan 2022 17:22:58 GMT", + "enclosure": "https://images.bfmtv.com/ql9PV-pyFbTij9EOZCahduybAoo=/0x150:2048x1302/800x0/images/Supporters-Bordeaux-1197661.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/73-Kofwv6SaHFcf0isayGRsfLxg=/0x73:1984x1189/800x0/images/Oliver-Glasner-1202727.jpg", + "image": "https://images.bfmtv.com/ql9PV-pyFbTij9EOZCahduybAoo=/0x150:2048x1302/800x0/images/Supporters-Bordeaux-1197661.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20387,20 +21465,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "763b0791676cac88fec2baf41ffa0db2", + "hash": "fadf9142d7ac1ff2fce42137d8b9d4d2", "highlights": [] }, { - "title": "Troyes: Irles arrive lundi, Poyet a été contacté", - "description": "Si l'ESTAC a misé sur Bruno Irles pour succéder à Laurent Batlles, le club troyen avait également entamé des discussions avec Gustavo Poyet, un visage bien connu de la Ligue 1.

", - "content": "Si l'ESTAC a misé sur Bruno Irles pour succéder à Laurent Batlles, le club troyen avait également entamé des discussions avec Gustavo Poyet, un visage bien connu de la Ligue 1.

", + "title": "Open d'Australie: Djokovic retenu par la police à Melbourne à cause de son problème de visa", + "description": "Selon une information du média serbe B92, confirmée par l'entourage du joueur, Novak Djokovic est bloqué depuis plusieurs heures ce mercredi à l'aéroport de Melbourne, où il a atterri pour participer à l'Open d'Australie. En raison d'un problème de visa, le joueur a été mis à l'isolement par les forces de l'ordre australienne.

", + "content": "Selon une information du média serbe B92, confirmée par l'entourage du joueur, Novak Djokovic est bloqué depuis plusieurs heures ce mercredi à l'aéroport de Melbourne, où il a atterri pour participer à l'Open d'Australie. En raison d'un problème de visa, le joueur a été mis à l'isolement par les forces de l'ordre australienne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/troyes-irles-arrive-lundi-poyet-a-ete-contacte_AV-202201020139.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-bloque-a-l-aeroport-de-melbourne-a-cause-d-un-probleme-de-visa_AV-202201050418.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 15:27:09 GMT", - "enclosure": "https://images.bfmtv.com/s20k_9qefwxLQQSU9TL_o7rqYyo=/0x28:1200x703/800x0/images/Bruno-Irles-1202724.jpg", + "pubDate": "Wed, 05 Jan 2022 17:13:52 GMT", + "enclosure": "https://images.bfmtv.com/2GyTadWjW5caTXE2l9BdCfKMH0g=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-lors-d-une-conference-de-presse-apres-avoir-remporte-la-finale-de-l-Open-d-Australie-face-a-l-Autrichien-Dominic-Thiem-le-3-fevrier-2020-a-Melbourne-1203772.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/s20k_9qefwxLQQSU9TL_o7rqYyo=/0x28:1200x703/800x0/images/Bruno-Irles-1202724.jpg", + "image": "https://images.bfmtv.com/2GyTadWjW5caTXE2l9BdCfKMH0g=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-lors-d-une-conference-de-presse-apres-avoir-remporte-la-finale-de-l-Open-d-Australie-face-a-l-Autrichien-Dominic-Thiem-le-3-fevrier-2020-a-Melbourne-1203772.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20409,20 +21487,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b96dae3b1b39355a66aedf7016a6a67", + "hash": "363d3e0fa33031a3a32bb8e06bffa98f", "highlights": [] }, { - "title": "Prix de Bourgogne : Cokstile s'impose avec autorité", - "description": "Cinquième course qualificative au Prix d'Amérique, le Prix de Bourgogne avait lieu ce dimanche 2 janvier sur l'hippodrome de Vincennes. Le scandinave Cokstile y a vaincu avec autorité.

", - "content": "Cinquième course qualificative au Prix d'Amérique, le Prix de Bourgogne avait lieu ce dimanche 2 janvier sur l'hippodrome de Vincennes. Le scandinave Cokstile y a vaincu avec autorité.

", + "title": "Stade Français: \"Si je n’ai pas le choix, je me ferai vacciner\", avoue Waisea", + "description": "Elément indispensable du Stade Français, Waisea Nayacalevu a encore impressionné la semaine passée contre Perpignan. Auteur de six essais en onze matchs depuis cet été, le Fidjien est en pleine forme. Celui qui a choisi de rejoindre Toulon en fin de saison est pourtant dans le flou car il n’est pas vacciné. Il s’explique pour RMC Sport.

", + "content": "Elément indispensable du Stade Français, Waisea Nayacalevu a encore impressionné la semaine passée contre Perpignan. Auteur de six essais en onze matchs depuis cet été, le Fidjien est en pleine forme. Celui qui a choisi de rejoindre Toulon en fin de saison est pourtant dans le flou car il n’est pas vacciné. Il s’explique pour RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/prix-de-bourgogne-cokstile-s-impose-avec-autorite_AN-202201020138.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/stade-francais-si-je-n-ai-pas-le-choix-je-me-ferai-vacciner-avoue-waisea_AV-202201050389.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 15:26:43 GMT", - "enclosure": "https://images.bfmtv.com/HoQtL8rzfhPiiah9lrbctDPlizM=/0x41:800x491/800x0/images/Cokstile-triomphe-dans-le-Prix-de-Bourgogne-1202728.jpg", + "pubDate": "Wed, 05 Jan 2022 16:35:29 GMT", + "enclosure": "https://images.bfmtv.com/kmlXIibkhhsvi8I6pWFZ0NRHMH8=/0x106:2048x1258/800x0/images/Waisea-Nayacalevu-1206506.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HoQtL8rzfhPiiah9lrbctDPlizM=/0x41:800x491/800x0/images/Cokstile-triomphe-dans-le-Prix-de-Bourgogne-1202728.jpg", + "image": "https://images.bfmtv.com/kmlXIibkhhsvi8I6pWFZ0NRHMH8=/0x106:2048x1258/800x0/images/Waisea-Nayacalevu-1206506.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20431,20 +21509,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "00b0ab270d0d0b3654929576fce8febb", + "hash": "dc0182939131157d895b7a2a6c781d89", "highlights": [] }, { - "title": "Liga: surprise, le Real débute 2022 par une défaite à Getafe", - "description": "Plombé par une grossière erreur d'Eder Militão en début de match, le Real Madrid s'est incliné ce dimanche sur la pelouse de Getafe (1-0), à l'occasion de la 19e journée de Liga. Séville pourrait en profiter pour se rapprocher de la première place.

", - "content": "Plombé par une grossière erreur d'Eder Militão en début de match, le Real Madrid s'est incliné ce dimanche sur la pelouse de Getafe (1-0), à l'occasion de la 19e journée de Liga. Séville pourrait en profiter pour se rapprocher de la première place.

", + "title": "Oleg Petrov (Monaco): \"Nous ne pouvons pas perdre de temps\"", + "description": "Alors qu’ils ont présenté ensemble Philippe Clement, le nouvel entraîneur de l’AS Monaco ce mercredi, Oleg Petrov, vice-président du club et Paul Mitchell, le directeur sportif, sont revenus pour RMC Sport sur les raisons du licenciement de Niko Kovac après un an et demi de collaboration.

", + "content": "Alors qu’ils ont présenté ensemble Philippe Clement, le nouvel entraîneur de l’AS Monaco ce mercredi, Oleg Petrov, vice-président du club et Paul Mitchell, le directeur sportif, sont revenus pour RMC Sport sur les raisons du licenciement de Niko Kovac après un an et demi de collaboration.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-surprise-le-real-debute-2022-par-une-defaite-a-getafe_AV-202201020136.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/oleg-petrov-monaco-nous-ne-pouvons-pas-perdre-de-temps_AV-202201050382.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 15:01:20 GMT", - "enclosure": "https://images.bfmtv.com/Ye4MF4mbIyMlwwCXkgmNUaItNR0=/0x146:2048x1298/800x0/images/Karim-Benzema-1202716.jpg", + "pubDate": "Wed, 05 Jan 2022 16:28:17 GMT", + "enclosure": "https://images.bfmtv.com/-ZySETmxpfpdft-Qugj2lTxkOJw=/90x4:1210x634/800x0/images/-839521.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Ye4MF4mbIyMlwwCXkgmNUaItNR0=/0x146:2048x1298/800x0/images/Karim-Benzema-1202716.jpg", + "image": "https://images.bfmtv.com/-ZySETmxpfpdft-Qugj2lTxkOJw=/90x4:1210x634/800x0/images/-839521.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20453,20 +21531,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2bdb188eaf4cc2ff6a292a52b9cbc64", + "hash": "b3b3b9569cb1a0b31e4cad7647f636c4", "highlights": [] }, { - "title": "Coupe de France: pas de miracle pour les jeunes de Bordeaux, Nantes assure, c'est fini pour Cannes", - "description": "La logique a été respectée lors des premiers matchs des 16e de finale de la Coupe de France. Brest a disposé d'une équipe de Bordeaux amoindrie, alors que Nantes et Toulouse ont évité les pièges de Vitré et Cannes.

", - "content": "La logique a été respectée lors des premiers matchs des 16e de finale de la Coupe de France. Brest a disposé d'une équipe de Bordeaux amoindrie, alors que Nantes et Toulouse ont évité les pièges de Vitré et Cannes.

", + "title": "Open d'Australie: \"Il y a un secret médical\", Di Meco comprend la position de Djokovic", + "description": "Si la classe politique australienne et le monde du tennis demandent des explications à Novak Djokovic pour sa dérogation médicale, qui devrait lui permettre de jouer l'Open d'Australie, Eric Di Meco comprend lui la position du Serbe, défendant le secret médical.

", + "content": "Si la classe politique australienne et le monde du tennis demandent des explications à Novak Djokovic pour sa dérogation médicale, qui devrait lui permettre de jouer l'Open d'Australie, Eric Di Meco comprend lui la position du Serbe, défendant le secret médical.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-pas-de-miracle-pour-les-jeunes-de-bordeaux-nantes-assure_AV-202201020134.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-il-y-a-un-secret-medical-di-meco-comprend-la-position-de-djokovic_AV-202201050373.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 14:56:51 GMT", - "enclosure": "https://images.bfmtv.com/5nrbXzCqe7lcwb-v8U77Gk63FPY=/0x57:1200x732/800x0/images/Romain-Faivre-et-Johaneko-Louis-Jean-1202718.jpg", + "pubDate": "Wed, 05 Jan 2022 16:18:47 GMT", + "enclosure": "https://images.bfmtv.com/KUJnvx-xCtPhmJz_RcovgMrfRRw=/0x0:768x432/800x0/images/Le-Serbe-Novak-Djokovic-durant-le-Masters-1000-de-Paris-le-2-novembre-2021-1200985.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5nrbXzCqe7lcwb-v8U77Gk63FPY=/0x57:1200x732/800x0/images/Romain-Faivre-et-Johaneko-Louis-Jean-1202718.jpg", + "image": "https://images.bfmtv.com/KUJnvx-xCtPhmJz_RcovgMrfRRw=/0x0:768x432/800x0/images/Le-Serbe-Novak-Djokovic-durant-le-Masters-1000-de-Paris-le-2-novembre-2021-1200985.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20475,20 +21553,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c80ae5e55ed6b681ecaf09e8205ba852", + "hash": "c6d91867fe5fc0a34957d33b1b0fc251", "highlights": [] }, { - "title": "CAN: la réplique de Watford au Sénégal sur la polémique Sarr", - "description": "Watford a nié ce dimanche avoir empêché Ismaïla Sarr de jouer la Coupe d’Afrique des Nations, du 9 janvier au 6 février. Accusé par la Fédération sénégalaise d’avoir bloqué l’ailier de 23 ans, le club anglais assure que le joueur est blessé et que les Lions de la Teranga ont été tenus informés.

", - "content": "Watford a nié ce dimanche avoir empêché Ismaïla Sarr de jouer la Coupe d’Afrique des Nations, du 9 janvier au 6 février. Accusé par la Fédération sénégalaise d’avoir bloqué l’ailier de 23 ans, le club anglais assure que le joueur est blessé et que les Lions de la Teranga ont été tenus informés.

", + "title": "Bayer Leverkusen: qui est Florian Wirtz, le gamin qui affole la Bundesliga et le mercato?", + "description": "Florian Wirtz réalise un excellent début de saison avec Leverkusen en Bundesliga et sur la scène européenne. A seulement 18 ans, l’international épate et fait déjà partie des grands espoirs du football mondial. Voici pourquoi le prodige allemand a déjà tout d’un grand.

", + "content": "Florian Wirtz réalise un excellent début de saison avec Leverkusen en Bundesliga et sur la scène européenne. A seulement 18 ans, l’international épate et fait déjà partie des grands espoirs du football mondial. Voici pourquoi le prodige allemand a déjà tout d’un grand.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-la-replique-de-watford-au-senegal-sur-la-polemique-sarr_AV-202201020133.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayer-leverkusen-qui-est-florian-wirtz-le-gamin-qui-affole-la-bundesliga-et-le-mercato_AN-202201050363.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 14:47:52 GMT", - "enclosure": "https://images.bfmtv.com/Az8r_n7M0m3q6WZhlF74fugtDsY=/0x0:2048x1152/800x0/images/Ismaila-Sarr-avec-Watford-1202715.jpg", + "pubDate": "Wed, 05 Jan 2022 15:58:03 GMT", + "enclosure": "https://images.bfmtv.com/KEtKPxD1VWS1uJ8JJKYc-qNWjig=/0x137:2048x1289/800x0/images/Florian-Wirtz-le-nouveau-crack-du-Bayer-Leverkusen-1205469.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Az8r_n7M0m3q6WZhlF74fugtDsY=/0x0:2048x1152/800x0/images/Ismaila-Sarr-avec-Watford-1202715.jpg", + "image": "https://images.bfmtv.com/KEtKPxD1VWS1uJ8JJKYc-qNWjig=/0x137:2048x1289/800x0/images/Florian-Wirtz-le-nouveau-crack-du-Bayer-Leverkusen-1205469.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20497,20 +21575,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d4813c25e8f47643a0229490a1344e1", + "hash": "37fa92aed3e020d024afba7362d24b3d", "highlights": [] }, { - "title": "Manchester United: Rangnick a pris une décision forte pour Cavani, dont l'avenir est scellé", - "description": "L’entraîneur par intérim de Manchester United, Ralf Rangnick, n’a aucunement l’intention de laisser partir Edinson Cavani sur lequel il compte énormément jusqu’à la fin de la saison.

", - "content": "L’entraîneur par intérim de Manchester United, Ralf Rangnick, n’a aucunement l’intention de laisser partir Edinson Cavani sur lequel il compte énormément jusqu’à la fin de la saison.

", + "title": "Bundesliga: le Bayern demande le report de son match contre Mönchengladbach à cause du Covid", + "description": "Décimé par le Covid, le Bayern Munich souhaite reporter son match de vendredi (20h30) en Bundesliga contre le Borussia Mönchengladbach, a indiqué ce mercredi le directeur sportif du Borussia Max Eberl, après s'être entretenu avec son homologue munichois Hasan Salihamidzic.

", + "content": "Décimé par le Covid, le Bayern Munich souhaite reporter son match de vendredi (20h30) en Bundesliga contre le Borussia Mönchengladbach, a indiqué ce mercredi le directeur sportif du Borussia Max Eberl, après s'être entretenu avec son homologue munichois Hasan Salihamidzic.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-rangnick-a-pris-une-decision-forte-pour-cavani-dont-l-avenir-est-scelle_AV-202201020131.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-le-bayern-demande-le-report-de-son-match-contre-monchengladbach-a-cause-du-covid_AD-202201050360.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 14:41:43 GMT", - "enclosure": "https://images.bfmtv.com/Rt3AFtBcKNQ3xDLofZLYd5QEVVA=/0x0:2048x1152/800x0/images/Edinson-Cavani-lors-de-Newcastle-vs-Manchester-United-1196051.jpg", + "pubDate": "Wed, 05 Jan 2022 15:50:44 GMT", + "enclosure": "https://images.bfmtv.com/nkYGyglA6e2erS9A5az1SpuxUCI=/0x0:2048x1152/800x0/images/Allianz-Arena-huis-clos-1180916.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Rt3AFtBcKNQ3xDLofZLYd5QEVVA=/0x0:2048x1152/800x0/images/Edinson-Cavani-lors-de-Newcastle-vs-Manchester-United-1196051.jpg", + "image": "https://images.bfmtv.com/nkYGyglA6e2erS9A5az1SpuxUCI=/0x0:2048x1152/800x0/images/Allianz-Arena-huis-clos-1180916.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20519,20 +21597,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "afc481470840ce75edf6e9fe33152653", + "hash": "0f99d8a02ee5e7ea7571e7bef98a1f44", "highlights": [] }, { - "title": "Les pronos hippiques du lundi 3 janvier 2022", - "description": "Le Quinté+ du lundi 3 janvier est programmé sur l’hippodrome de Pau dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du lundi 3 janvier est programmé sur l’hippodrome de Pau dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Bordeaux-OM: les Ultramarines brandissent la menace de débordements si le match est maintenu", + "description": "Malgré les nombreux cas de Covid-19 dans l’effectif des Girondins, la rencontre opposant Bordeaux à l'OM vendredi est pour l'instant maintenue. En réaction, les Ultramarines ont sorti un communiqué dans lequel ils menacent d’accéder au stade malgré le huis clos.

", + "content": "Malgré les nombreux cas de Covid-19 dans l’effectif des Girondins, la rencontre opposant Bordeaux à l'OM vendredi est pour l'instant maintenue. En réaction, les Ultramarines ont sorti un communiqué dans lequel ils menacent d’accéder au stade malgré le huis clos.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-3-janvier-2022_AN-202201020124.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-om-les-ultramarines-menacent-de-craquer-le-huis-clos-si-le-match-est-maintenu_AV-202201050356.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 13:58:28 GMT", - "enclosure": "https://images.bfmtv.com/58tkO2rpNGRQsRRsDsFrc0Ph_Pc=/4x3:1252x705/800x0/images/Les-pronos-hippiques-du-dimanche-28-novembre-2021-1176702.jpg", + "pubDate": "Wed, 05 Jan 2022 15:43:06 GMT", + "enclosure": "https://images.bfmtv.com/NLebtc3BaWiJuleWj5rtZCelu2Q=/0x106:2048x1258/800x0/images/Javairo-Dilrosun-et-Sekou-Mara-avec-Bordeaux-1203216.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/58tkO2rpNGRQsRRsDsFrc0Ph_Pc=/4x3:1252x705/800x0/images/Les-pronos-hippiques-du-dimanche-28-novembre-2021-1176702.jpg", + "image": "https://images.bfmtv.com/NLebtc3BaWiJuleWj5rtZCelu2Q=/0x106:2048x1258/800x0/images/Javairo-Dilrosun-et-Sekou-Mara-avec-Bordeaux-1203216.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20541,20 +21619,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b765b60b9af7e9cea85f2a422d839195", + "hash": "059e3c5db0879ae2b71d8144387a7e05", "highlights": [] }, { - "title": "Coupe de France: le but génial d'un défenseur de Versailles en 16e de finale", - "description": "Makan Traoré, latéral du FC Versailles, passé par la réserve du PSG, a inscrit un but somptueux ce dimanche face à La Roche Vendée en 16e de finale de la Coupe de France.

", - "content": "Makan Traoré, latéral du FC Versailles, passé par la réserve du PSG, a inscrit un but somptueux ce dimanche face à La Roche Vendée en 16e de finale de la Coupe de France.

", + "title": "Toulon-La Rochelle, le casse-tête face au Covid-19", + "description": "Même décalée à dimanche, la tenue de la rencontre entre le RCT et La Rochelle lors de la 15e journée de Top 14 reste incertaine. Toulon est dans l’incertitude quant au nombre de joueurs que le club pourra aligner. De son côté, La Rochelle compte aussi de nombreux cas positifs au Covid-19 chez le staff et les joueurs.

", + "content": "Même décalée à dimanche, la tenue de la rencontre entre le RCT et La Rochelle lors de la 15e journée de Top 14 reste incertaine. Toulon est dans l’incertitude quant au nombre de joueurs que le club pourra aligner. De son côté, La Rochelle compte aussi de nombreux cas positifs au Covid-19 chez le staff et les joueurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-but-genial-d-un-defenseur-de-versailles-en-16e-de-finale_AV-202201020123.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/toulon-la-rochelle-le-casse-tete-face-au-covid-19_AV-202201050353.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 13:56:55 GMT", - "enclosure": "https://images.bfmtv.com/7-hv8Y8ncT9VrBD3ZkgPtdpoaaM=/0x77:2048x1229/800x0/images/Makan-Traore-ici-au-centre-en-novembre-2021-1202706.jpg", + "pubDate": "Wed, 05 Jan 2022 15:34:55 GMT", + "enclosure": "https://images.bfmtv.com/H5SuA15AKhXtoxoARlIovw9AXYo=/0x212:2048x1364/800x0/images/Cheslin-Kolbe-et-le-staff-de-Toulon-dans-l-attente-1205630.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/7-hv8Y8ncT9VrBD3ZkgPtdpoaaM=/0x77:2048x1229/800x0/images/Makan-Traore-ici-au-centre-en-novembre-2021-1202706.jpg", + "image": "https://images.bfmtv.com/H5SuA15AKhXtoxoARlIovw9AXYo=/0x212:2048x1364/800x0/images/Cheslin-Kolbe-et-le-staff-de-Toulon-dans-l-attente-1205630.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20563,20 +21641,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6bb5edf79cfb10aa7977c6784fbb4f9", + "hash": "440f4d9532118f378679533ba3913635", "highlights": [] }, { - "title": "Barça: Dembélé traité de \"mercenaire\" par la presse catalane", - "description": "Alors qu'il sera libre de tout contrat en juin, Ousmane Dembélé a refusé une première offre de prolongation du Barça. Une situation qui agace les médias catalans, dont Sport, qui l'a critiqué dans un billet d'humeur incendiaire.

", - "content": "Alors qu'il sera libre de tout contrat en juin, Ousmane Dembélé a refusé une première offre de prolongation du Barça. Une situation qui agace les médias catalans, dont Sport, qui l'a critiqué dans un billet d'humeur incendiaire.

", + "title": "Algérie-Ghana: grâce à Slimani et Ounas, les Algériens l'emportent 3-0", + "description": "Avant la CAN qui débute au Cameroun ce dimanche, deux des favoris, l'Algérie et le Ghana, s'affrontaient dans un match pas si amical que ça. Une rencontre dominée par les Algériens qui ont fini par l'emporter graâce aux buts de Ounas, Slimani et un contre son camp de Jonathan Mensah

", + "content": "Avant la CAN qui débute au Cameroun ce dimanche, deux des favoris, l'Algérie et le Ghana, s'affrontaient dans un match pas si amical que ça. Une rencontre dominée par les Algériens qui ont fini par l'emporter graâce aux buts de Ounas, Slimani et un contre son camp de Jonathan Mensah

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-dembele-traite-de-mercenaire-par-la-presse-catalane_AV-202201020121.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/algerie-ghana-en-direct-un-galop-d-essai-avant-la-can_LS-202201050352.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 13:42:40 GMT", - "enclosure": "https://images.bfmtv.com/5tnVjCT5vh_NmCEgxJ6ZIhi1Jsg=/0x39:768x471/800x0/images/L-ailier-francais-du-Barca-Ousmane-Dembele-lors-du-match-de-championnat-espagnol-contre-Elche-au-Camp-Nou-de-Barcelone-le-18-decembre-2021-1201104.jpg", + "pubDate": "Wed, 05 Jan 2022 15:32:51 GMT", + "enclosure": "https://images.bfmtv.com/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/5tnVjCT5vh_NmCEgxJ6ZIhi1Jsg=/0x39:768x471/800x0/images/L-ailier-francais-du-Barca-Ousmane-Dembele-lors-du-match-de-championnat-espagnol-contre-Elche-au-Camp-Nou-de-Barcelone-le-18-decembre-2021-1201104.jpg", + "image": "https://images.bfmtv.com/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20585,20 +21663,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a0122b9edf8e650fbf8b3dce6c4fb44", + "hash": "e57cdea6015614b25baecf6a3b60f51e", "highlights": [] }, { - "title": "PSG: Pochettino n'a aucune inquiétude sur l'état d'esprit de Mbappé", - "description": "Jusqu’en juin a minima, Kylian Mbappé reste un joueur du Paris Saint-Germain, mais il est désormais libre de s’engager avec le club de son choix. Une situation qui n’effraie pas Mauricio Pochettino, son entraîneur.

", - "content": "Jusqu’en juin a minima, Kylian Mbappé reste un joueur du Paris Saint-Germain, mais il est désormais libre de s’engager avec le club de son choix. Une situation qui n’effraie pas Mauricio Pochettino, son entraîneur.

", + "title": "Hand: avant l'Euro, les Bleus vont affronter l'Allemagne en préparation", + "description": "Après l'annulation de ses deux matchs de préparation contre l'Egypte, prévus avant l'Euro 2022, l'équipe de France masculine de handball affrontera finalement l'Allemagne ce dimanche. La confiance reste de mise alors que les tests de coronavirus n'ont pas détecté de nouveaux cas positifs ce mercredi.

", + "content": "Après l'annulation de ses deux matchs de préparation contre l'Egypte, prévus avant l'Euro 2022, l'équipe de France masculine de handball affrontera finalement l'Allemagne ce dimanche. La confiance reste de mise alors que les tests de coronavirus n'ont pas détecté de nouveaux cas positifs ce mercredi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-pochettino-n-a-aucune-inquietude-sur-l-etat-d-esprit-de-mbappe_AV-202201020117.html", + "link": "https://rmcsport.bfmtv.com/handball/hand-avant-l-euro-les-bleus-vont-affronter-l-allemagne-en-preparation_AV-202201050349.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 13:05:43 GMT", - "enclosure": "https://images.bfmtv.com/OgaEuMkMjtlKnumt1eAzYqXjhXc=/0x0:1616x909/800x0/images/Kylian-Mbappe-en-discussion-avec-Mauricio-Pochettino-avant-Barca-PSG-969952.jpg", + "pubDate": "Wed, 05 Jan 2022 15:29:54 GMT", + "enclosure": "https://images.bfmtv.com/IRlQr229iLQQn9xPDvs_yH5I1zk=/0x40:768x472/800x0/images/L-entraineur-de-l-equipe-de-France-de-hand-Guillaume-Gille-contre-l-Egypte-aux-Jeux-de-Tokyo-le-5-aout-2021-1203256.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/OgaEuMkMjtlKnumt1eAzYqXjhXc=/0x0:1616x909/800x0/images/Kylian-Mbappe-en-discussion-avec-Mauricio-Pochettino-avant-Barca-PSG-969952.jpg", + "image": "https://images.bfmtv.com/IRlQr229iLQQn9xPDvs_yH5I1zk=/0x40:768x472/800x0/images/L-entraineur-de-l-equipe-de-France-de-hand-Guillaume-Gille-contre-l-Egypte-aux-Jeux-de-Tokyo-le-5-aout-2021-1203256.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20607,20 +21685,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c14ebc20736a344982b322031a40affa", + "hash": "36435b0aff045cc187deabf7d7aa411d", "highlights": [] }, { - "title": "Dakar: Al-Attiyah en tête, Peterhansel perd déjà très gros", - "description": "La première spéciale du Dakar a été remportée ce dimanche par le Qatarien Nasser Al-Attiyah (Toyota) devant Sébastien Loeb (Prodrive). Stéphane Peterhansel (Audi), multiple vainqueur, a lui perdu beaucoup de temps.

", - "content": "La première spéciale du Dakar a été remportée ce dimanche par le Qatarien Nasser Al-Attiyah (Toyota) devant Sébastien Loeb (Prodrive). Stéphane Peterhansel (Audi), multiple vainqueur, a lui perdu beaucoup de temps.

", + "title": "The Best: les trois finalistes pour le trophée de gardien de l’année dévoilés", + "description": "La FIFA dévoile ce mercredi les trois derniers candidats en lice pour le titre du gardien de l’année. Le trophée se jouera entre Gianluigi Donnarumma (PSG), Édouard Mendy (Chelsea) et Manuel Neuer (Bayern).

", + "content": "La FIFA dévoile ce mercredi les trois derniers candidats en lice pour le titre du gardien de l’année. Le trophée se jouera entre Gianluigi Donnarumma (PSG), Édouard Mendy (Chelsea) et Manuel Neuer (Bayern).

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-al-attiyah-en-tete-peterhansel-perd-deja-tres-gros_AV-202201020116.html", + "link": "https://rmcsport.bfmtv.com/football/the-best-les-trois-finalistes-pour-le-trophee-de-gardien-de-l-annee-devoiles_AV-202201050344.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 13:02:16 GMT", - "enclosure": "https://images.bfmtv.com/PsKEWBXGZY4-MSPvi69--Yxredc=/0x212:2048x1364/800x0/images/Stephane-Peterhansel-1202699.jpg", + "pubDate": "Wed, 05 Jan 2022 15:20:04 GMT", + "enclosure": "https://images.bfmtv.com/zlNDmwq2xsKh6btZv47GFApUJmU=/0x92:2048x1244/800x0/images/Edouard-Mendy-1177817.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/PsKEWBXGZY4-MSPvi69--Yxredc=/0x212:2048x1364/800x0/images/Stephane-Peterhansel-1202699.jpg", + "image": "https://images.bfmtv.com/zlNDmwq2xsKh6btZv47GFApUJmU=/0x92:2048x1244/800x0/images/Edouard-Mendy-1177817.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20629,20 +21707,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bef505dcf6f03f9fc13e7d7fa101cf0b", + "hash": "704cc0615f64cb262e3d69df5eef3199", "highlights": [] }, { - "title": "Le corps d'un combattant de MMA retrouvé deux ans après sa disparition", - "description": "Le corps de David Koenig, un combattant amateur de MMA, a été retrouvé le 22 décembre dernier, près de deux ans après sa disparition.

", - "content": "Le corps de David Koenig, un combattant amateur de MMA, a été retrouvé le 22 décembre dernier, près de deux ans après sa disparition.

", + "title": "Italie: Cassano hospitalisé à cause du Covid-19", + "description": "L’ancien attaquant italien Antonio Cassano a été transporté ce mercredi à l’hôpital San Martin de Gênes à cause de complications dues à sa contamination au Covid-19. Sa femme assure qu’il est doublement vacciné contre le virus et a rassuré sur l'état de santé de son mari.

", + "content": "L’ancien attaquant italien Antonio Cassano a été transporté ce mercredi à l’hôpital San Martin de Gênes à cause de complications dues à sa contamination au Covid-19. Sa femme assure qu’il est doublement vacciné contre le virus et a rassuré sur l'état de santé de son mari.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/le-corps-d-un-combattant-de-mma-retrouve-deux-ans-apres-sa-disparition_AV-202201020108.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/cassano-hospitalise-a-cause-du-covid-19_AV-202201050341.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 12:14:13 GMT", - "enclosure": "https://images.bfmtv.com/OVpKkoH8hOmywNcXEAjza2Uqofs=/0x208:1984x1324/800x0/images/Une-cage-de-MMA-1202689.jpg", + "pubDate": "Wed, 05 Jan 2022 15:13:43 GMT", + "enclosure": "https://images.bfmtv.com/Xi_j8GBrpiCwqw5mwSUEmW2hvr0=/0x32:2032x1175/800x0/images/Cassano-977275.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/OVpKkoH8hOmywNcXEAjza2Uqofs=/0x208:1984x1324/800x0/images/Une-cage-de-MMA-1202689.jpg", + "image": "https://images.bfmtv.com/Xi_j8GBrpiCwqw5mwSUEmW2hvr0=/0x32:2032x1175/800x0/images/Cassano-977275.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20651,20 +21729,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af2865aa062c37dcdcc8c7fe1a03f6f0", + "hash": "3ba8d485cff0244253fca617d14cd163", "highlights": [] }, { - "title": "PSG: Neymar autorisé à rester plusieurs jours supplémentaires au Brésil", - "description": "Blessé à la cheville depuis le 28 novembre, Neymar a été autorisé à poursuivre sa rééducation au Brésil jusqu'au 9 janvier, accompagné par des membres du staff du PSG.

", - "content": "Blessé à la cheville depuis le 28 novembre, Neymar a été autorisé à poursuivre sa rééducation au Brésil jusqu'au 9 janvier, accompagné par des membres du staff du PSG.

", + "title": "OL: la jauge limitée à 5.000 places est \"injuste\", s'emporte le responsable du stade", + "description": "L'obligation de jauges sanitaires à 5.000 spectateurs est \"injuste\" et \"incompréhensible\", a déclaré à l'AFP Xavier Pierrot, directeur général adjoint de l'OL chargé du stade, disant prévoir \"plusieurs millions\" d'euros de manque à gagner lors des réceptions du PSG et de Saint-Etienne.

", + "content": "L'obligation de jauges sanitaires à 5.000 spectateurs est \"injuste\" et \"incompréhensible\", a déclaré à l'AFP Xavier Pierrot, directeur général adjoint de l'OL chargé du stade, disant prévoir \"plusieurs millions\" d'euros de manque à gagner lors des réceptions du PSG et de Saint-Etienne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-neymar-autorise-a-rester-plusieurs-jours-supplementaires-au-bresil_AV-202201020107.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-la-jauge-limitee-a-5-000-places-est-injuste-s-emporte-le-responsable-du-stade_AV-202201050334.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 12:10:02 GMT", - "enclosure": "https://images.bfmtv.com/_VK-JXkOWQRNX0idPTWnA3GkOU8=/0x0:2048x1152/800x0/images/Neymar-1177801.jpg", + "pubDate": "Wed, 05 Jan 2022 15:01:19 GMT", + "enclosure": "https://images.bfmtv.com/ZuZQt6KsnmWLAZfzjNlXA7ix9Ec=/0x32:640x392/800x0/images/Pelouse-Groupama-Stadium-1185694.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/_VK-JXkOWQRNX0idPTWnA3GkOU8=/0x0:2048x1152/800x0/images/Neymar-1177801.jpg", + "image": "https://images.bfmtv.com/ZuZQt6KsnmWLAZfzjNlXA7ix9Ec=/0x32:640x392/800x0/images/Pelouse-Groupama-Stadium-1185694.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20673,20 +21751,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b11e491df2c6f2af3f87e751c891097c", + "hash": "8187ecf7cfa1a5817f9d77ba02401c38", "highlights": [] }, { - "title": "Mercato: une première vente hivernale se précise pour le Barça", - "description": "Le gardien remplaçant du FC Barcelone, le Brésilien Neto, serait en discussions avancées avec Flamengo, selon le média catalan Sport. N’entrant pas dans les plans de Xavi, il pourrait partir dès janvier.

", - "content": "Le gardien remplaçant du FC Barcelone, le Brésilien Neto, serait en discussions avancées avec Flamengo, selon le média catalan Sport. N’entrant pas dans les plans de Xavi, il pourrait partir dès janvier.

", + "title": "Le sport face au coronavirus en direct: le CIO balaye l'idée d'un report pour les JO 2022", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-une-premiere-vente-hivernale-se-precise-pour-le-barca_AV-202201020021.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-en-direct-le-coup-de-gueule-de-genesio-contre-les-instances-du-foot-francais_LN-202201030088.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 07:53:04 GMT", - "enclosure": "https://images.bfmtv.com/8TXVusKfCPN0Ai0ojRyLlRYPrpE=/0x0:2048x1152/800x0/images/Neto-1202579.jpg", + "pubDate": "Mon, 03 Jan 2022 07:45:21 GMT", + "enclosure": "https://images.bfmtv.com/SwKj8a1sYJsodPrVzDv3m-BvEdA=/0x2:5536x3116/800x0/images/-861261.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/8TXVusKfCPN0Ai0ojRyLlRYPrpE=/0x0:2048x1152/800x0/images/Neto-1202579.jpg", + "image": "https://images.bfmtv.com/SwKj8a1sYJsodPrVzDv3m-BvEdA=/0x2:5536x3116/800x0/images/-861261.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20695,20 +21773,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af11de424a2bb5cb83b168000f7d7ebb", + "hash": "debc18b81966cf695edc397bf4342a5e", "highlights": [] }, { - "title": "Boxe: le vétéran Ortiz vient à bout de Martin sur KO technique", - "description": "Longtemps malmené, le boxeur cubain Luis Ortiz a fini par dominer l'Américain Charles Martin, dans la nuit de samedi à dimanche, en Floride. Il confirme qu'il est toujours aussi redoutable du haut de ses 42 ans.

", - "content": "Longtemps malmené, le boxeur cubain Luis Ortiz a fini par dominer l'Américain Charles Martin, dans la nuit de samedi à dimanche, en Floride. Il confirme qu'il est toujours aussi redoutable du haut de ses 42 ans.

", + "title": "Mercato en direct: l'OM prête Amavi à Nice avec option d'achat", + "description": "Le mercato hivernal a ouvert ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal a ouvert ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-le-veteran-ortiz-vient-a-bout-de-martin-sur-ko-technique_AN-202201020017.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 07:40:00 GMT", - "enclosure": "https://images.bfmtv.com/HhCJzuVRhwODfT1hW436T0eeLzM=/0x0:1920x1080/800x0/images/Luis-Ortiz-1202568.jpg", + "pubDate": "Mon, 03 Jan 2022 06:10:44 GMT", + "enclosure": "https://images.bfmtv.com/fw0ILX1SZJ_PVRwVf4wwVW7AW8Q=/0x39:2048x1191/800x0/images/Jordan-Amavi-1022208.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HhCJzuVRhwODfT1hW436T0eeLzM=/0x0:1920x1080/800x0/images/Luis-Ortiz-1202568.jpg", + "image": "https://images.bfmtv.com/fw0ILX1SZJ_PVRwVf4wwVW7AW8Q=/0x39:2048x1191/800x0/images/Jordan-Amavi-1022208.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20717,20 +21795,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0707e6e051332687ae40841dda3d69a", + "hash": "f151fcd6baa7d75d1f54d887efd189ff", "highlights": [] }, { - "title": "NBA: deux buzzer beater en deux jours, le début d'année fou de DeRozan", - "description": "Après avoir inscrit le panier de la victoire au buzzer face à Indiana (108-106) la veille, DeMar DeRozan a récidivé face à Washington pour offrir la victoire aux Chicago Bulls (119-120), dans la nuit de samedi à dimanche.

", - "content": "Après avoir inscrit le panier de la victoire au buzzer face à Indiana (108-106) la veille, DeMar DeRozan a récidivé face à Washington pour offrir la victoire aux Chicago Bulls (119-120), dans la nuit de samedi à dimanche.

", + "title": "Open d'Australie: Djokovic bloqué à l'aéroport de Melbourne à cause de son problème de visa", + "description": "Selon une information du média serbe B92, confirmée par l'entourage du joueur, Novak Djokovic est bloqué depuis plusieurs heures ce mercredi à l'aéroport de Melbourne, où il a atterri pour participer à l'Open d'Australie. En raison d'un problème de visa, le joueur a été mis à l'isolement par les forces de l'ordre australienne.

", + "content": "Selon une information du média serbe B92, confirmée par l'entourage du joueur, Novak Djokovic est bloqué depuis plusieurs heures ce mercredi à l'aéroport de Melbourne, où il a atterri pour participer à l'Open d'Australie. En raison d'un problème de visa, le joueur a été mis à l'isolement par les forces de l'ordre australienne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-deux-buzzer-beater-en-deux-jours-le-debut-d-annee-fou-de-de-rozan_AV-202201020014.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-bloque-a-l-aeroport-de-melbourne-a-cause-d-un-probleme-de-visa_AV-202201050418.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 07:12:12 GMT", - "enclosure": "https://images.bfmtv.com/Btt8xafmTK0M0dSpMVzIBf2sVmM=/0x38:2048x1190/800x0/images/DeMar-DeRozan-1202567.jpg", + "pubDate": "Wed, 05 Jan 2022 17:13:52 GMT", + "enclosure": "https://images.bfmtv.com/2GyTadWjW5caTXE2l9BdCfKMH0g=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-lors-d-une-conference-de-presse-apres-avoir-remporte-la-finale-de-l-Open-d-Australie-face-a-l-Autrichien-Dominic-Thiem-le-3-fevrier-2020-a-Melbourne-1203772.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Btt8xafmTK0M0dSpMVzIBf2sVmM=/0x38:2048x1190/800x0/images/DeMar-DeRozan-1202567.jpg", + "image": "https://images.bfmtv.com/2GyTadWjW5caTXE2l9BdCfKMH0g=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-lors-d-une-conference-de-presse-apres-avoir-remporte-la-finale-de-l-Open-d-Australie-face-a-l-Autrichien-Dominic-Thiem-le-3-fevrier-2020-a-Melbourne-1203772.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20739,20 +21817,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ebff6777e63d5487e1b11d9bc47ea38", + "hash": "2cf0393d7f768577c3016c819033dd4e", "highlights": [] }, { - "title": "Chelsea: après ses déclarations, Tuchel pourrait sanctionner Lukaku", - "description": "Alors qu’un choc face à Liverpool attend Chelsea ce dimanche, Thomas Tuchel envisagerait de se passer de son attaquant Romelo Lukaku, qui a critiqué ses récents choix tactiques en interview.

", - "content": "Alors qu’un choc face à Liverpool attend Chelsea ce dimanche, Thomas Tuchel envisagerait de se passer de son attaquant Romelo Lukaku, qui a critiqué ses récents choix tactiques en interview.

", + "title": "Algérie-Ghana en direct: Grâce à Slimani et Ounas, les Algériens l'emportent 3-0", + "description": "Avant la CAN qui débute au Cameroun ce dimanche, deux des favoris, l'Algérie et le Ghana, s'affrontaient dans un match pas si amical que ça. Une rencontre dominée par les Algériens qui ont fini par l'emporter graâce aux buts de Ounas, Slimani et un contre son camp de Jonathan Mensah

", + "content": "Avant la CAN qui débute au Cameroun ce dimanche, deux des favoris, l'Algérie et le Ghana, s'affrontaient dans un match pas si amical que ça. Une rencontre dominée par les Algériens qui ont fini par l'emporter graâce aux buts de Ounas, Slimani et un contre son camp de Jonathan Mensah

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-apres-ses-declarations-tuchel-pourrait-sanctionner-lukaku_AV-202201020010.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/algerie-ghana-en-direct-un-galop-d-essai-avant-la-can_LS-202201050352.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 06:47:31 GMT", - "enclosure": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", + "pubDate": "Wed, 05 Jan 2022 15:32:51 GMT", + "enclosure": "https://images.bfmtv.com/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", + "image": "https://images.bfmtv.com/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20761,20 +21839,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a955caf45f831cae07b775245b007e90", + "hash": "6255b2fcc84625f403afec192b0125e1", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 2 janvier – Coupe de France", - "description": "Notre pronostic : Montpellier ne perd pas face à Strasbourg et les deux équipes marquent (2.15)

", - "content": "Notre pronostic : Montpellier ne perd pas face à Strasbourg et les deux équipes marquent (2.15)

", + "title": "Le PSG a un nouveau sponsor officiel, une marque d’eau minérale", + "description": "Le PSG annonce ce mercredi la signature d’un nouveau partenariat avec Sports Water, une marque d’eau minérale. Le contrat court sur les trois prochaines années et pourrait rapporter de 500.000 à un million d’euros par an, selon L’Equipe.

", + "content": "Le PSG annonce ce mercredi la signature d’un nouveau partenariat avec Sports Water, une marque d’eau minérale. Le contrat court sur les trois prochaines années et pourrait rapporter de 500.000 à un million d’euros par an, selon L’Equipe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-2-janvier-coupe-de-france_AN-202201010140.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/le-psg-a-un-nouveau-sponsor-officiel-une-marque-d-eau-minerale_AV-202201050328.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/lqaLApIuKWHpBXX5Y6-dZpC_EgQ=/0x36:1984x1152/800x0/images/T-Savanier-1202396.jpg", + "pubDate": "Wed, 05 Jan 2022 14:54:22 GMT", + "enclosure": "https://images.bfmtv.com/Nr4yjyvmMTpcFIPsCrsMr9mkePI=/0x55:1600x955/800x0/images/-819431.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/lqaLApIuKWHpBXX5Y6-dZpC_EgQ=/0x36:1984x1152/800x0/images/T-Savanier-1202396.jpg", + "image": "https://images.bfmtv.com/Nr4yjyvmMTpcFIPsCrsMr9mkePI=/0x55:1600x955/800x0/images/-819431.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20783,20 +21861,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c405bdf2adbad42d2f855c20e2072678", + "hash": "55c53194061756364a7da4fec337a3e4", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari sûr du 2 janvier – Coupe de France", - "description": "Notre pronostic : Monaco s’impose sur la pelouse de Quevilly-Rouen (1.41)

", - "content": "Notre pronostic : Monaco s’impose sur la pelouse de Quevilly-Rouen (1.41)

", + "title": "Mercato: \"Il reste à la Juve\", Allegri scelle l’avenir de Morata, qui n'ira pas au Barça", + "description": "Annoncé vers le FC Barcelone depuis plusieurs jours, Alvaro Morata ne quittera pas la Juventus cet hiver. En conférence de presse, son entraîneur Massimiliano Allegri a exprimé sa volonté de voir le buteur sur lequel il compte, rester.

", + "content": "Annoncé vers le FC Barcelone depuis plusieurs jours, Alvaro Morata ne quittera pas la Juventus cet hiver. En conférence de presse, son entraîneur Massimiliano Allegri a exprimé sa volonté de voir le buteur sur lequel il compte, rester.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-2-janvier-coupe-de-france_AN-202201010133.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-il-reste-a-la-juve-allegri-scelle-l-avenir-de-morata-qui-n-ira-pas-au-barca_AV-202201050323.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/wYfuO80_MAPLzlseBdMGEAVT1dY=/0x104:1984x1220/800x0/images/Monaco-1202386.jpg", + "pubDate": "Wed, 05 Jan 2022 14:39:25 GMT", + "enclosure": "https://images.bfmtv.com/gKa4XiICJpUQAbtM4nroz2BRLpg=/0x47:2048x1199/800x0/images/Alvaro-Morata-et-Massimiliano-Allegri-lors-de-Juventus-Genoa-1182693.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wYfuO80_MAPLzlseBdMGEAVT1dY=/0x104:1984x1220/800x0/images/Monaco-1202386.jpg", + "image": "https://images.bfmtv.com/gKa4XiICJpUQAbtM4nroz2BRLpg=/0x47:2048x1199/800x0/images/Alvaro-Morata-et-Massimiliano-Allegri-lors-de-Juventus-Genoa-1182693.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20805,20 +21883,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1751a3c0e703db2f1e8c6d7f940672f", + "hash": "73962644fefcc08e5ffbfd7b2bb489af", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le nul du jour du 2 janvier – Liga - Espagne", - "description": "Notre pronostic : match nul entre Majorque et Barcelone (3.35)

", - "content": "Notre pronostic : match nul entre Majorque et Barcelone (3.35)

", + "title": "PSG: le programme de Messi pour son retour à Paris", + "description": "Après avoir été testé négatif au Covid-19 en Argentine, Lionel Messi a pu prendre un avion pour rentrer à Paris. L’attaquant du PSG va passer de nouveaux examens dès son arrivée, avant de reprendre l’entraînement avec ses partenaires. En attendant de savoir s’il sera apte à affronter l’OL au Groupama Stadium, dimanche en Ligue 1 (20h45).

", + "content": "Après avoir été testé négatif au Covid-19 en Argentine, Lionel Messi a pu prendre un avion pour rentrer à Paris. L’attaquant du PSG va passer de nouveaux examens dès son arrivée, avant de reprendre l’entraînement avec ses partenaires. En attendant de savoir s’il sera apte à affronter l’OL au Groupama Stadium, dimanche en Ligue 1 (20h45).

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-2-janvier-liga-espagne_AN-202201010136.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-programme-de-messi-pour-son-retour-a-paris_AV-202201050316.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/Q3C06DrIeENltzdAQx-P51LhExE=/0x104:1984x1220/800x0/images/Xavi-1202390.jpg", + "pubDate": "Wed, 05 Jan 2022 14:26:25 GMT", + "enclosure": "https://images.bfmtv.com/MQRg0IMM4VlQof_QsiNfaN7LOJ8=/0x40:768x472/800x0/images/L-Argentin-Lionel-Messi-avec-le-Paris-SG-contre-le-FC-Bruges-en-Ligue-des-champions-le-7-decembre-2021-au-Parc-des-Princes-a-Paris-1192861.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Q3C06DrIeENltzdAQx-P51LhExE=/0x104:1984x1220/800x0/images/Xavi-1202390.jpg", + "image": "https://images.bfmtv.com/MQRg0IMM4VlQof_QsiNfaN7LOJ8=/0x40:768x472/800x0/images/L-Argentin-Lionel-Messi-avec-le-Paris-SG-contre-le-FC-Bruges-en-Ligue-des-champions-le-7-decembre-2021-au-Parc-des-Princes-a-Paris-1192861.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20827,20 +21905,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cd261393f2c8ee0a8f16361b6735e7e", + "hash": "4f7d18a9f0e11d449b53c066f1c997e3", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari de folie du 2 janvier – Premier League – Angleterre", - "description": "Notre pronostic : Liverpool s’impose sur la pelouse de Chelsea et les deux équipes marquent (4.10)

", - "content": "Notre pronostic : Liverpool s’impose sur la pelouse de Chelsea et les deux équipes marquent (4.10)

", + "title": "Dakar 2022: al-Attiyah remporte la 4e étape en auto devant Loeb et Sainz", + "description": "Ce mercredi avait lieu la quatrième étape du Dakar 2022 dans la catégorie auto. C'est la Qatarien Nasser al-Attiyah qui est sorti vainqueur et conserve sa première place au classement général.

", + "content": "Ce mercredi avait lieu la quatrième étape du Dakar 2022 dans la catégorie auto. C'est la Qatarien Nasser al-Attiyah qui est sorti vainqueur et conserve sa première place au classement général.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-2-janvier-premier-league-angleterre_AN-202201010134.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-2022-al-attiyah-remporte-la-4e-etape-en-auto-devant-loeb-et-sainz_AV-202201050311.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/It03CQ5t8oZxX2SUznObUWmE_ks=/0x75:1808x1092/800x0/images/J-Klopp-1202387.jpg", + "pubDate": "Wed, 05 Jan 2022 14:22:48 GMT", + "enclosure": "https://images.bfmtv.com/jvsWDHtv1orEOjmeDNg3s1DIxY4=/0x71:1008x638/800x0/images/-749678.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/It03CQ5t8oZxX2SUznObUWmE_ks=/0x75:1808x1092/800x0/images/J-Klopp-1202387.jpg", + "image": "https://images.bfmtv.com/jvsWDHtv1orEOjmeDNg3s1DIxY4=/0x71:1008x638/800x0/images/-749678.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20849,20 +21927,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "69eedb9735918ca01ef16c9f7733a6c8", + "hash": "bef8f9d38ce6f0f28be372be31574c72", "highlights": [] }, { - "title": "Top 14: après un énorme bras de fer, Clermont bat Toulouse avec un Camille Lopez décisif", - "description": "Clermont a dominé Toulouse (16-13) au terme d'un gros bras de fer et remonte à la sixième place du classement, en Top 14. Deuxième du championnat, le Stade Toulousain repart d'Auvergne avec le point du bonus défensif.

", - "content": "Clermont a dominé Toulouse (16-13) au terme d'un gros bras de fer et remonte à la sixième place du classement, en Top 14. Deuxième du championnat, le Stade Toulousain repart d'Auvergne avec le point du bonus défensif.

", + "title": "Open d’Australie: l'entrée de Djokovic en Australie retardée pour un problème de visa", + "description": "Novak Djokovic a bien atterri à Melbourne en fin de soirée (heure locale), mais son entrée sur le territoire australien n'a pas été facilité par les autorités, lesquelles n'ont pas reconnu son visa. La tension est à son comble autour du n°1 mondial, dont l'exemption médicale est controversée en Australie.

", + "content": "Novak Djokovic a bien atterri à Melbourne en fin de soirée (heure locale), mais son entrée sur le territoire australien n'a pas été facilité par les autorités, lesquelles n'ont pas reconnu son visa. La tension est à son comble autour du n°1 mondial, dont l'exemption médicale est controversée en Australie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-clermont-bat-toulouse-avec-un-camille-lopez-decisif_AV-202201010243.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-l-atterrissage-de-djokovic-retarde-pour-un-probleme-de-visa_AV-202201050304.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 22:54:34 GMT", - "enclosure": "https://images.bfmtv.com/GUZREuEgOGAbCzESzr6an7tKD4k=/0x0:1200x675/800x0/images/Camille-Lopez-1202526.jpg", + "pubDate": "Wed, 05 Jan 2022 14:08:31 GMT", + "enclosure": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GUZREuEgOGAbCzESzr6an7tKD4k=/0x0:1200x675/800x0/images/Camille-Lopez-1202526.jpg", + "image": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20871,20 +21949,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "893224716b71b1865608c974365b2556", + "hash": "4cdc6ae926dd25829ce1a8fc8ea819c7", "highlights": [] }, { - "title": "Chauvigny-OM: sur quelle chaîne regarder le 16e de finale de Coupe de France des Olympiens", - "description": "L’Olympique de Marseille, amputé d’une partie de son équipe, se déplace à Chauvigny ce dimanche (21h), en 16e de finale de la Coupe de France. \n

", - "content": "L’Olympique de Marseille, amputé d’une partie de son équipe, se déplace à Chauvigny ce dimanche (21h), en 16e de finale de la Coupe de France. \n

", + "title": "Les pronos hippiques du jeudi 6 janvier 2022", + "description": " Le Quinté+ du jeudi 6 janvier est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": " Le Quinté+ du jeudi 6 janvier est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/chauvigny-om-sur-quelle-chaine-regarder-le-16e-de-finale-de-coupe-de-france-des-olympiens_AV-202201010242.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-jeudi-6-janvier-2022_AN-202201050299.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 22:54:25 GMT", - "enclosure": "https://images.bfmtv.com/8VIwulXB_qVQ-TBI84Wj3mMZW8I=/0x123:1200x798/800x0/images/Jorge-Sampaoli-1184249.jpg", + "pubDate": "Wed, 05 Jan 2022 13:50:20 GMT", + "enclosure": "https://images.bfmtv.com/PwR7MfmB838-K2H__A6nh8ODZf8=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-mercredi-5-janvier-2022-1203345.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/8VIwulXB_qVQ-TBI84Wj3mMZW8I=/0x123:1200x798/800x0/images/Jorge-Sampaoli-1184249.jpg", + "image": "https://images.bfmtv.com/PwR7MfmB838-K2H__A6nh8ODZf8=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-mercredi-5-janvier-2022-1203345.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20893,20 +21971,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f7ba916c63593fbded55fae1d0ad427", + "hash": "f578941f704fb8a1a3bcc1e6cce05a2e", "highlights": [] }, { - "title": "Mercato: Troyes a choisi Irles pour succéder à Batlles", - "description": "L'entraîneur de Quevilly-Rouen Bruno Irles devrait succéder à Laurent Batlles sur le banc de l'ESTAC. Plus rien ou presque ne s'oppose désormais à son transfert à Troyes.

", - "content": "L'entraîneur de Quevilly-Rouen Bruno Irles devrait succéder à Laurent Batlles sur le banc de l'ESTAC. Plus rien ou presque ne s'oppose désormais à son transfert à Troyes.

", + "title": "Société commerciale de la LFP: le Sénat veut un droit de véto pour la FFF", + "description": "Le Sénat préconise quelques changements notables concernant les contours de la future société commerciale de la LFP, avec notamment un droit de véto pour la FFF et un pourcentage cessible du capital de la Ligue revue à la baisse. Une manière de redoubler de vigilance après le scandale Mediapro.

", + "content": "Le Sénat préconise quelques changements notables concernant les contours de la future société commerciale de la LFP, avec notamment un droit de véto pour la FFF et un pourcentage cessible du capital de la Ligue revue à la baisse. Une manière de redoubler de vigilance après le scandale Mediapro.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-troyes-a-choisi-irles-pour-succeder-a-batlles_AV-202201010231.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/societe-commerciale-de-la-lfp-le-senat-veut-un-droit-de-veto-pour-la-fff_AV-202201050297.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 22:06:19 GMT", - "enclosure": "https://images.bfmtv.com/qVpKG1CkJGPYXcBzJbZ-kaUZt1o=/0x0:1200x675/800x0/images/Bruno-Irles-1202515.jpg", + "pubDate": "Wed, 05 Jan 2022 13:45:51 GMT", + "enclosure": "https://images.bfmtv.com/6OZHAEVFfDPJD8ezN3j3o0E4CzE=/0x32:768x464/800x0/images/Lentree-des-locaux-de-la-ligue-de-football-professionnel-LFP-a-Paris-le-1er-fevrier-2021-990501.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qVpKG1CkJGPYXcBzJbZ-kaUZt1o=/0x0:1200x675/800x0/images/Bruno-Irles-1202515.jpg", + "image": "https://images.bfmtv.com/6OZHAEVFfDPJD8ezN3j3o0E4CzE=/0x32:768x464/800x0/images/Lentree-des-locaux-de-la-ligue-de-football-professionnel-LFP-a-Paris-le-1er-fevrier-2021-990501.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20915,20 +21993,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8323af6ee06b4f9d08999781a769a72e", + "hash": "9262db9c874e761c63038c57381628bd", "highlights": [] }, { - "title": "Clermont-Toulouse en direct: l'ASM s'impose sur le fil et intègre le top 6", - "description": "Pour la nouvelle année, Clermont s’offre Toulouse 16 à 13 et revient dans le top 6 du championnat.

", - "content": "Pour la nouvelle année, Clermont s’offre Toulouse 16 à 13 et revient dans le top 6 du championnat.

", + "title": "Ligue 1 en direct: la menace des supporters de Bordeaux en cas de maintien du match contre l'OM", + "description": "La Ligue 1 reprend ce week-end après deux semaines de coupure. La 20e journée débutera vendredi (21h) avec Bordeaux-OM si le match est maintenu puisque les Girondins, touchés par le Covid, espèrent un report.

", + "content": "La Ligue 1 reprend ce week-end après deux semaines de coupure. La 20e journée débutera vendredi (21h) avec Bordeaux-OM si le match est maintenu puisque les Girondins, touchés par le Covid, espèrent un report.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-suivez-clermont-toulouse-en-direct_LS-202201010198.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toutes-les-infos-de-la-20e-journee_LN-202201050142.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 18:31:13 GMT", - "enclosure": "https://images.bfmtv.com/FmgufRC5ZEbqcspZf5gWLk8lDOI=/0x187:2048x1339/800x0/images/Tiberghien-lors-du-match-de-Top-14-entre-Clermont-et-Toulouse-1202506.jpg", + "pubDate": "Wed, 05 Jan 2022 08:19:35 GMT", + "enclosure": "https://images.bfmtv.com/NLebtc3BaWiJuleWj5rtZCelu2Q=/0x106:2048x1258/800x0/images/Javairo-Dilrosun-et-Sekou-Mara-avec-Bordeaux-1203216.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/FmgufRC5ZEbqcspZf5gWLk8lDOI=/0x187:2048x1339/800x0/images/Tiberghien-lors-du-match-de-Top-14-entre-Clermont-et-Toulouse-1202506.jpg", + "image": "https://images.bfmtv.com/NLebtc3BaWiJuleWj5rtZCelu2Q=/0x106:2048x1258/800x0/images/Javairo-Dilrosun-et-Sekou-Mara-avec-Bordeaux-1203216.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20937,20 +22015,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "489e9b29830731b9354ba7e66f8c38ec", + "hash": "5979790dbbc9fd67d2478253f21df9f3", "highlights": [] }, { - "title": "Dakar: le Quai d’Orsay appelle à la vigilance face à la \"menace terroriste\" en Arabie saoudite", - "description": "Le ministère de l'Europe et des Affaires étrangères a réagi ce samedi à l’explosion intervenue jeudi en marge du Dakar et aux blessures d’un pilote engagé sur la course disputée en Arabie saoudite. Le Quai d’Orsay appelle les citoyens français à la vigilance face au risque terroriste dans le pays du Golfe.

", - "content": "Le ministère de l'Europe et des Affaires étrangères a réagi ce samedi à l’explosion intervenue jeudi en marge du Dakar et aux blessures d’un pilote engagé sur la course disputée en Arabie saoudite. Le Quai d’Orsay appelle les citoyens français à la vigilance face au risque terroriste dans le pays du Golfe.

", + "title": "Algérie-Ghana en direct: Ounas dégaine plus vite que son ombre", + "description": "Avant la CAN qui débute au Cameroun ce dimanche, deux des favoris, l'Algérie et le Ghana, s'affrontent dans un match pas si amical que ça. Coup d'envoi à 17h.

", + "content": "Avant la CAN qui débute au Cameroun ce dimanche, deux des favoris, l'Algérie et le Ghana, s'affrontent dans un match pas si amical que ça. Coup d'envoi à 17h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-le-quai-d-orsay-appelle-a-la-vigilance-face-a-la-menace-terroriste-en-arabie-saoudite_AV-202201010227.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/algerie-ghana-en-direct-un-galop-d-essai-avant-la-can_LS-202201050352.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 21:51:05 GMT", - "enclosure": "https://images.bfmtv.com/Zkdv3nDgfbGzU9DuaWp8pAQoARg=/6x0:2022x1134/800x0/images/Une-explosion-en-marge-du-Dakar-2022-en-Arabie-saoudite-1202512.jpg", + "pubDate": "Wed, 05 Jan 2022 15:32:51 GMT", + "enclosure": "https://images.bfmtv.com/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Zkdv3nDgfbGzU9DuaWp8pAQoARg=/6x0:2022x1134/800x0/images/Une-explosion-en-marge-du-Dakar-2022-en-Arabie-saoudite-1202512.jpg", + "image": "https://images.bfmtv.com/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20959,20 +22037,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7324f923ca418dcf8fc77e71d65ad29a", + "hash": "fe71d64b3bfcc458e95f75d894409817", "highlights": [] }, { - "title": "PSG Handball: ouverture d’une enquête après la violente agression de Prandi", - "description": "La Préfecture de police de Paris a ouvert une enquête ce samedi après la violente agression dont a été victime Elohim Prandi lors du réveillon du 31 décembre.

", - "content": "La Préfecture de police de Paris a ouvert une enquête ce samedi après la violente agression dont a été victime Elohim Prandi lors du réveillon du 31 décembre.

", + "title": "Mercato en direct: Coutinho pourrait rejoindre Gerrard à Aston Villa", + "description": "Le mercato hivernal a ouvert ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal a ouvert ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/psg-handball-ouverture-d-une-enquete-apres-la-violente-agression-de-prandi_AV-202201010225.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 21:24:01 GMT", - "enclosure": "https://images.bfmtv.com/rMhCLt_P3kG6OZc8gjmFSAuECss=/0x71:2048x1223/800x0/images/Elohim-Prandi-avec-le-PSG-Handball-1202507.jpg", + "pubDate": "Mon, 03 Jan 2022 06:10:44 GMT", + "enclosure": "https://images.bfmtv.com/8JhaJ1Kl-WYImHhWTz7S2q5AsbE=/0x0:2048x1152/800x0/images/Philippe-Coutinho-sur-le-banc-du-Barca-1161747.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/rMhCLt_P3kG6OZc8gjmFSAuECss=/0x71:2048x1223/800x0/images/Elohim-Prandi-avec-le-PSG-Handball-1202507.jpg", + "image": "https://images.bfmtv.com/8JhaJ1Kl-WYImHhWTz7S2q5AsbE=/0x0:2048x1152/800x0/images/Philippe-Coutinho-sur-le-banc-du-Barca-1161747.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -20981,20 +22059,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a92c82d47b678f5a11658810a60db565", + "hash": "8e830bc2db18af0c401fa8e87005ce58", "highlights": [] }, { - "title": "Mercato en direct: Irles va remplacer Batlles à Troyes", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Chelsea: Tuchel ironise sur la gravité de \"l'affaire\" Lukaku", + "description": "L'entraîneur de Chelsea Thomas Tuchel a relativisé les propos tenus par Romelu Lukaku à son égard à l'aune de ce qu'il avait pu entendre ou lire dans sa carrière d'entraîneur, le concernant.

", + "content": "L'entraîneur de Chelsea Thomas Tuchel a relativisé les propos tenus par Romelu Lukaku à son égard à l'aune de ce qu'il avait pu entendre ou lire dans sa carrière d'entraîneur, le concernant.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-ironise-sur-la-gravite-de-l-affaire-lukaku_AV-202201050294.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/Qdp_qAN4yva42to2_3OfoZqDGq8=/2x50:2018x1184/800x0/images/Bruno-Irles-sur-le-banc-de-Quevilly-Rouen-1202511.jpg", + "pubDate": "Wed, 05 Jan 2022 13:35:10 GMT", + "enclosure": "https://images.bfmtv.com/txQZtl4ZH99p8D1NIuPrJg3cgF0=/0x125:1200x800/800x0/images/Thomas-Tuchel-1204583.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Qdp_qAN4yva42to2_3OfoZqDGq8=/2x50:2018x1184/800x0/images/Bruno-Irles-sur-le-banc-de-Quevilly-Rouen-1202511.jpg", + "image": "https://images.bfmtv.com/txQZtl4ZH99p8D1NIuPrJg3cgF0=/0x125:1200x800/800x0/images/Thomas-Tuchel-1204583.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21003,20 +22081,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af86c93b9d66c0ff8f46428437837089", + "hash": "7e5d932c3e45d2f7792ca57c8e2ab8b1", "highlights": [] }, { - "title": "Can 2022: un investissement colossal pour le Cameroun", - "description": "La Cameroun accueillera la Coupe d'Afrique des nations du 9 janvier au 6 février prochains. Reportée à deux reprises, la compétition continentale suscite une vive attente dans le pays, qui n'a pas lésiné sur les investissements pour réussir l'organisation.

", - "content": "La Cameroun accueillera la Coupe d'Afrique des nations du 9 janvier au 6 février prochains. Reportée à deux reprises, la compétition continentale suscite une vive attente dans le pays, qui n'a pas lésiné sur les investissements pour réussir l'organisation.

", + "title": "Cyclisme: Guillaume Martin fera le Tour de France et le Tour d'Italie", + "description": "Le coureur français Guillaume Martin (Cofidis) participera au Tour d'Italie et au Tour de France en 2022. La saison dernière, il avait pris part à la Grande Boucle et au Tour d'Espagne.

", + "content": "Le coureur français Guillaume Martin (Cofidis) participera au Tour d'Italie et au Tour de France en 2022. La saison dernière, il avait pris part à la Grande Boucle et au Tour d'Espagne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-un-investissement-colossal-pour-le-cameroun_AV-202201010222.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/tour-de-france/cyclisme-guillaume-martin-fera-le-tour-de-france-et-le-tour-d-italie_AD-202201050289.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 20:37:22 GMT", - "enclosure": "https://images.bfmtv.com/I7i2Rnt4SWqyj4wzlWaar6HKCwY=/0x65:2048x1217/800x0/images/Le-stade-omnisport-Paul-Biya-d-Olembe-au-Cameroun-1202484.jpg", + "pubDate": "Wed, 05 Jan 2022 13:30:14 GMT", + "enclosure": "https://images.bfmtv.com/5QX6aQ38yxgCeBRj18odr11Q8SI=/0x208:2048x1360/800x0/images/Guillaume-Martin-1204565.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/I7i2Rnt4SWqyj4wzlWaar6HKCwY=/0x65:2048x1217/800x0/images/Le-stade-omnisport-Paul-Biya-d-Olembe-au-Cameroun-1202484.jpg", + "image": "https://images.bfmtv.com/5QX6aQ38yxgCeBRj18odr11Q8SI=/0x208:2048x1360/800x0/images/Guillaume-Martin-1204565.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21025,20 +22103,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "44f01cc7408e9aaca6d67addf3414d64", + "hash": "8d16a5465e056aa7c7c7ecac26f9df71", "highlights": [] }, { - "title": "Coupe de France: les Girondins de Bordeaux à Brest avec sept pros et 13 jeunes", - "description": "Privé de 21 joueurs à cause de l'épidémie de Covid-19, Bordeaux a fait appel à ses jeunes pour disputer son 16e de finale de Coupe de France à Brest, ce dimanche (13h45).

", - "content": "Privé de 21 joueurs à cause de l'épidémie de Covid-19, Bordeaux a fait appel à ses jeunes pour disputer son 16e de finale de Coupe de France à Brest, ce dimanche (13h45).

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 5 janvier NBA", + "description": "Mon pronostic : Dallas domine Golden State (2.85) !

", + "content": "Mon pronostic : Dallas domine Golden State (2.85) !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-les-girondins-de-bordeaux-a-brest-avec-sept-pros-et-13-jeunes_AV-202201010219.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-5-janvier-nba_AN-202201050288.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 20:17:13 GMT", - "enclosure": "https://images.bfmtv.com/9ks6DFX53cVvfUMN_Syk_JIzweg=/0x61:1200x736/800x0/images/Girondins-de-Bordeaux-1202494.jpg", + "pubDate": "Wed, 05 Jan 2022 13:27:36 GMT", + "enclosure": "https://images.bfmtv.com/p3NSdMsIsMq3ClQhgRTRvHUGx4U=/7x153:1991x1269/800x0/images/Doncic-1204656.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/9ks6DFX53cVvfUMN_Syk_JIzweg=/0x61:1200x736/800x0/images/Girondins-de-Bordeaux-1202494.jpg", + "image": "https://images.bfmtv.com/p3NSdMsIsMq3ClQhgRTRvHUGx4U=/7x153:1991x1269/800x0/images/Doncic-1204656.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21047,20 +22125,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1647ca98428c1faa4b8b062d165bca65", + "hash": "02bb7773a9a4aae33cce3737d757ab98", "highlights": [] }, { - "title": "PSG: quatre joueurs positifs au Covid-19 pour la reprise", - "description": "Le PSG a communiqué ce samedi un premier point médical à l'issue des tests Covid réalisés au sein du club. Quatre joueurs de l'équipe et un membre du staff ont été testés positifs et placés en isolement.

", - "content": "Le PSG a communiqué ce samedi un premier point médical à l'issue des tests Covid réalisés au sein du club. Quatre joueurs de l'équipe et un membre du staff ont été testés positifs et placés en isolement.

", + "title": "Paris-Nice: \"Pas de dérogation\" au pass vaccinal, prévient Prudhomme", + "description": "En marge de la présentation du parcours de Paris-Nice ce mercredi, Christian Prudhomme s’est félicité du maintien des épreuves malgré le contexte sanitaire lié au Covid-19. Le directeur du Tour de France a expliqué que les cyclistes ne bénéficieront pas d’exemptions et devront se plier aux lois françaises au sujet du vaccin.

", + "content": "En marge de la présentation du parcours de Paris-Nice ce mercredi, Christian Prudhomme s’est félicité du maintien des épreuves malgré le contexte sanitaire lié au Covid-19. Le directeur du Tour de France a expliqué que les cyclistes ne bénéficieront pas d’exemptions et devront se plier aux lois françaises au sujet du vaccin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-quatre-joueurs-positifs-au-covid-19-pour-la-reprise_AV-202201010220.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/paris-nice-pas-de-derogation-au-pass-vaccinal-previent-prudhomme_AV-202201050286.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 20:16:00 GMT", - "enclosure": "https://images.bfmtv.com/2l3-lBQ9Y_V3KkfKoMoVp1RWLaU=/0x0:2048x1152/800x0/images/Les-joueurs-du-PSG-pendant-un-match-1202505.jpg", + "pubDate": "Wed, 05 Jan 2022 13:15:19 GMT", + "enclosure": "https://images.bfmtv.com/qnS8nSy92mgaIewzuOS6hATAspI=/0x131:2048x1283/800x0/images/Christian-Prudhomme-le-directeur-du-Tour-de-France-1204557.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2l3-lBQ9Y_V3KkfKoMoVp1RWLaU=/0x0:2048x1152/800x0/images/Les-joueurs-du-PSG-pendant-un-match-1202505.jpg", + "image": "https://images.bfmtv.com/qnS8nSy92mgaIewzuOS6hATAspI=/0x131:2048x1283/800x0/images/Christian-Prudhomme-le-directeur-du-Tour-de-France-1204557.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21069,20 +22147,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1eb2d695c9d9fc4fd0fdbb337455ba2f", + "hash": "0712ef174a3be8f1f8c5917bb541c05c", "highlights": [] }, { - "title": "Crystal Palace-West Ham: le but incroyable de Lanzini offre le derby et le top 5 aux Hammers", - "description": "West Ham s’est largement imposé sur le terrain de Crystal Palace (3-2) ce samedi lors de la 21e journée de Premier League. Un but de Michail Antonio puis un doublé de Manuel Lanzini ont permis aux Hammers de réintégrer le top 5 du championnat.

", - "content": "West Ham s’est largement imposé sur le terrain de Crystal Palace (3-2) ce samedi lors de la 21e journée de Premier League. Un but de Michail Antonio puis un doublé de Manuel Lanzini ont permis aux Hammers de réintégrer le top 5 du championnat.

", + "title": "Le sport face au Covid en direct: Arsenal-Liverpool reporté", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/crystal-palace-west-ham-le-but-incroyable-de-lanzini-offre-le-derby-et-le-top-5-aux-hammers_AV-202201010218.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-en-direct-le-coup-de-gueule-de-genesio-contre-les-instances-du-foot-francais_LN-202201030088.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 20:07:46 GMT", - "enclosure": "https://images.bfmtv.com/XjfLwXDxJNZOe5og1aNxQQvU5NU=/0x42:1440x852/800x0/images/Manuel-Lanzini-celebre-par-ses-coequipiers-de-West-Ham-1202498.jpg", + "pubDate": "Mon, 03 Jan 2022 07:45:21 GMT", + "enclosure": "https://images.bfmtv.com/hRWvJfpslYrPhZBnbngBnP-75Tw=/0x40:768x472/800x0/images/L-entraineur-de-Liverpool-Juergen-Klopp-lors-du-quart-de-finale-de-la-Coupe-de-la-ligue-anglaise-face-a-Leicester-le-22-decembre-au-stade-d-Anfield-Liverpool-1195016.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/XjfLwXDxJNZOe5og1aNxQQvU5NU=/0x42:1440x852/800x0/images/Manuel-Lanzini-celebre-par-ses-coequipiers-de-West-Ham-1202498.jpg", + "image": "https://images.bfmtv.com/hRWvJfpslYrPhZBnbngBnP-75Tw=/0x40:768x472/800x0/images/L-entraineur-de-Liverpool-Juergen-Klopp-lors-du-quart-de-finale-de-la-Coupe-de-la-ligue-anglaise-face-a-Leicester-le-22-decembre-au-stade-d-Anfield-Liverpool-1195016.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21091,20 +22169,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "846cb0cc115ccd2dff81c54a8a673bd8", + "hash": "f42d0f0360bc0ae3c60bd458fbd9326f", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: le PSG annonce plusieurs cas positifs pour la reprise", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 5 janvier Coupe de la Ligue", + "description": "Mon pronostic : nul entre Chelsea et Tottenham (3.50)

", + "content": "Mon pronostic : nul entre Chelsea et Tottenham (3.50)

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-5-janvier-coupe-de-la-ligue_AN-202201050275.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", - "enclosure": "https://images.bfmtv.com/y2axQLQVuVYsWcHQfUkwm-gKqNo=/0x0:2048x1152/800x0/images/Les-joueurs-du-PSG-avant-un-match-1202499.jpg", + "pubDate": "Wed, 05 Jan 2022 12:39:59 GMT", + "enclosure": "https://images.bfmtv.com/pujdMv_UKDcO4SbaykPoAH_ZcRw=/0x132:2000x1257/800x0/images/Lukaku-1204556.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/y2axQLQVuVYsWcHQfUkwm-gKqNo=/0x0:2048x1152/800x0/images/Les-joueurs-du-PSG-avant-un-match-1202499.jpg", + "image": "https://images.bfmtv.com/pujdMv_UKDcO4SbaykPoAH_ZcRw=/0x132:2000x1257/800x0/images/Lukaku-1204556.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21113,20 +22191,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c93c9d4b9b473af1167688f4e11ffd4", + "hash": "4ed7a8a094289410e99ad964fae2aa66", "highlights": [] }, { - "title": "\"On ne peut pas exclure un acte de malveillance\", admet le directeur du Dakar sur l'explosion d'un véhicule qui a blessé un pilote", - "description": "Le directeur du Dakar, David Castera, est revenu au micro de France 4 sur l'explosion d'un véhicule qui a sérieusement blessé un pilote jeudi, avant le départ de l'épreuve ce samedi. En assurant que les mesures de sécurité avaient été renforcées et que l'Arabie Saoudite menait une enquête poussée.

", - "content": "Le directeur du Dakar, David Castera, est revenu au micro de France 4 sur l'explosion d'un véhicule qui a sérieusement blessé un pilote jeudi, avant le départ de l'épreuve ce samedi. En assurant que les mesures de sécurité avaient été renforcées et que l'Arabie Saoudite menait une enquête poussée.

", + "title": "Bientôt imposé aux joueurs en Ligue 1, le pass vaccinal ne devrait pas être exigé en Ligue des champions", + "description": "Selon Le Parisien, le pass vaccinal - qui sera requis pour les sportifs professionnels en France – ne sera pas nécessaire lors des évènements internationaux comme les coupes d’Europe (notamment la Ligue des champions) ou Roland-Garros, à condition de respecter une bulle sanitaire.

", + "content": "Selon Le Parisien, le pass vaccinal - qui sera requis pour les sportifs professionnels en France – ne sera pas nécessaire lors des évènements internationaux comme les coupes d’Europe (notamment la Ligue des champions) ou Roland-Garros, à condition de respecter une bulle sanitaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/on-ne-peut-pas-exclure-un-acte-de-malveillance-admet-le-directeur-du-dakar-sur-l-explosion-d-un-vehicule-qui-a-blesse-un-pilote_AN-202201010215.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/bientot-impose-aux-joueurs-en-ligue-1-le-pass-vaccinal-ne-devrait-pas-etre-exige-en-ligue-des-champions_AV-202201050272.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 19:52:56 GMT", - "enclosure": "https://images.bfmtv.com/n1gbxlGYce4nsk1-yMHefmix7SE=/0x0:2048x1152/800x0/images/David-Castera-directeur-du-Dakar-1202497.jpg", + "pubDate": "Wed, 05 Jan 2022 12:38:58 GMT", + "enclosure": "https://images.bfmtv.com/HqwsYFwdr_CTY-B0N2bN7rK4uF8=/0x191:2048x1343/800x0/images/Selon-Le-Parisien-le-pass-vaccinal-ne-sera-pas-exige-pour-les-equipes-etrangeres-en-Ligue-des-champions-1204555.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/n1gbxlGYce4nsk1-yMHefmix7SE=/0x0:2048x1152/800x0/images/David-Castera-directeur-du-Dakar-1202497.jpg", + "image": "https://images.bfmtv.com/HqwsYFwdr_CTY-B0N2bN7rK4uF8=/0x191:2048x1343/800x0/images/Selon-Le-Parisien-le-pass-vaccinal-ne-sera-pas-exige-pour-les-equipes-etrangeres-en-Ligue-des-champions-1204555.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21135,20 +22213,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "902d63088eb86a26032721f0f965fdae", + "hash": "8b8aad699b564f41601b1514dd43cefd", "highlights": [] }, { - "title": "Mercato: qui est Vanderson, la première recrue hivernale de Monaco", - "description": "L’AS Monaco a confirmé ce samedi la signature du Brésilien Vanderson. Le latéral de 20 ans s’est engagé pour cinq ans avec le club de Ligue 1 moyennant une indemnité de transfert de onze millions d’euros versée à Gremio.

", - "content": "L’AS Monaco a confirmé ce samedi la signature du Brésilien Vanderson. Le latéral de 20 ans s’est engagé pour cinq ans avec le club de Ligue 1 moyennant une indemnité de transfert de onze millions d’euros versée à Gremio.

", + "title": "Monaco: \"On veut jouer le top de la Ligue 1\", Mitchell vise haut après le départ de Kovac", + "description": "À l’occasion de la présentation devant la presse du nouvel entraineur de l’AS Monaco Philippe Clement, le directeur sportif Paul Mitchell a donné des précisions sur les objectifs élevés des Monégasques.

", + "content": "À l’occasion de la présentation devant la presse du nouvel entraineur de l’AS Monaco Philippe Clement, le directeur sportif Paul Mitchell a donné des précisions sur les objectifs élevés des Monégasques.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-qui-est-vanderson-la-premiere-recrue-hivernale-de-monaco_AV-202201010212.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-on-veut-jouer-le-top-de-la-ligue-1-mitchell-vise-haut-apres-le-depart-de-kovac_AV-202201050271.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 19:16:33 GMT", - "enclosure": "https://images.bfmtv.com/wNA3RObD54qlRHpJE1pdn0q2WWU=/0x0:2048x1152/800x0/images/Le-Bresilien-Vanderson-a-droite-avec-Gremio-1192493.jpg", + "pubDate": "Wed, 05 Jan 2022 12:33:49 GMT", + "enclosure": "https://images.bfmtv.com/PAJA4emEceqLPptVmX8-QtewZtk=/0x26:1024x602/800x0/images/-866139.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wNA3RObD54qlRHpJE1pdn0q2WWU=/0x0:2048x1152/800x0/images/Le-Bresilien-Vanderson-a-droite-avec-Gremio-1192493.jpg", + "image": "https://images.bfmtv.com/PAJA4emEceqLPptVmX8-QtewZtk=/0x26:1024x602/800x0/images/-866139.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21157,20 +22235,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b91b6bd692da5e8666e3f48b34cb14c", + "hash": "9c8d86e1215f9c9fda7b38f28acf1c5d", "highlights": [] }, { - "title": "Real Madrid: Ancelotti s’exprime sur les possibles transferts de Mbappé et Haaland", - "description": "Carlo Ancelotti, l’entraîneur du Real Madrid, a tenu une conférence de presse à la veille d’un déplacement à Getafe (dimanche à 14h). L’ancien coach du PSG n’a pu échapper à la traditionnelle question sur Kylian Mbappé, dont l’avenir pourrait s’écrire chez les Merengue.

", - "content": "Carlo Ancelotti, l’entraîneur du Real Madrid, a tenu une conférence de presse à la veille d’un déplacement à Getafe (dimanche à 14h). L’ancien coach du PSG n’a pu échapper à la traditionnelle question sur Kylian Mbappé, dont l’avenir pourrait s’écrire chez les Merengue.

", + "title": "Manchester United: le retour de Ronaldo a plombé Bruno Fernandes, selon Andy Cole", + "description": "Andy Cole, l’ancien attaquant de Manchester United, estime que le retour de Cristiano Ronaldo à Old Trafford a un impact négatif sur les performances de son compatriote Bruno Fernandes depuis le début de saison.

", + "content": "Andy Cole, l’ancien attaquant de Manchester United, estime que le retour de Cristiano Ronaldo à Old Trafford a un impact négatif sur les performances de son compatriote Bruno Fernandes depuis le début de saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-ancelotti-s-exprime-sur-les-possibles-transferts-de-mbappe-et-haaland_AV-202201010206.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-le-retour-de-ronaldo-a-plombe-bruno-fernandes-selon-andy-cole_AV-202201050268.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 18:55:45 GMT", - "enclosure": "https://images.bfmtv.com/9Od5--8Dx83AvSQ6wPUIiLmbwQ0=/0x0:1200x675/800x0/images/Carlo-Ancelotti-1202477.jpg", + "pubDate": "Wed, 05 Jan 2022 12:14:15 GMT", + "enclosure": "https://images.bfmtv.com/hz3h1pa-RrunW7OMM13iime8Kck=/0x54:2048x1206/800x0/images/Cristiano-Ronaldo-et-Bruno-Fernandes-1204514.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/9Od5--8Dx83AvSQ6wPUIiLmbwQ0=/0x0:1200x675/800x0/images/Carlo-Ancelotti-1202477.jpg", + "image": "https://images.bfmtv.com/hz3h1pa-RrunW7OMM13iime8Kck=/0x54:2048x1206/800x0/images/Cristiano-Ronaldo-et-Bruno-Fernandes-1204514.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21179,20 +22257,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "58f8f3e07eece8fbebdb8d398ee50ba3", + "hash": "4b8f49c8ccf2a9f6b110a6923282924f", "highlights": [] }, { - "title": "PSG Handball: Prandi victime d'une violente agression et de plusieurs coups de couteau", - "description": "L'arrière gauche du PSG handball Elohim Prandi a été victime d’une violente agression la nuit dernière à Paris, et a été hospitalisé. Une enquête est actuellement en cours.

", - "content": "L'arrière gauche du PSG handball Elohim Prandi a été victime d’une violente agression la nuit dernière à Paris, et a été hospitalisé. Une enquête est actuellement en cours.

", + "title": "Mercato: Nice officialise le départ de Kamara à Watford", + "description": "Comme annoncé depuis plusieurs jours, Hassane Kamara a officiellement quitté l'OGC Nice pour rejoindre Watford. Le club azuréen empoche environ quatre millions d'euros dans l'opération, tandis que le latéral gauche ivoirien a signé un contrat jusqu'en 2025 avec le club entraîné par Claudio Ranieri.

", + "content": "Comme annoncé depuis plusieurs jours, Hassane Kamara a officiellement quitté l'OGC Nice pour rejoindre Watford. Le club azuréen empoche environ quatre millions d'euros dans l'opération, tandis que le latéral gauche ivoirien a signé un contrat jusqu'en 2025 avec le club entraîné par Claudio Ranieri.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/psg-handball-prandi-victime-d-une-violente-agression-et-de-plusieurs-coups-de-couteaux_AN-202201010197.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-nice-officialise-le-depart-de-kamara-a-watford_AV-202201040441.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 18:20:28 GMT", - "enclosure": "https://images.bfmtv.com/rB0CZ6T00UiY2S-nCzX0hsJMv8s=/14x32:2046x1175/800x0/images/Elohim-Prandi-1202470.jpg", + "pubDate": "Tue, 04 Jan 2022 19:02:23 GMT", + "enclosure": "https://images.bfmtv.com/yox5oNsAd2lNfpxFSGvBNdrpzEY=/0x106:2048x1258/800x0/images/Hassane-Kamara-1194384.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/rB0CZ6T00UiY2S-nCzX0hsJMv8s=/14x32:2046x1175/800x0/images/Elohim-Prandi-1202470.jpg", + "image": "https://images.bfmtv.com/yox5oNsAd2lNfpxFSGvBNdrpzEY=/0x106:2048x1258/800x0/images/Hassane-Kamara-1194384.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21201,20 +22279,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "060d31f50e8374db5bf94e9feb113055", + "hash": "281905de316775d76ad4fa6b24bf4fec", "highlights": [] }, { - "title": "Dakar: un pilote sérieusement blessé dans l'explosion d'un véhicule", - "description": "Le directeur du Dakar, David Castera, a annoncé ce samedi qu'un pilote a été touché au mollet dans l'explosion d'un véhicule d'assistance de son équipe, Sodicars, survenue jeudi, avant le départ de l'édition 2022.

", - "content": "Le directeur du Dakar, David Castera, a annoncé ce samedi qu'un pilote a été touché au mollet dans l'explosion d'un véhicule d'assistance de son équipe, Sodicars, survenue jeudi, avant le départ de l'édition 2022.

", + "title": "Le beau geste de Sofiane Diop et Alexis Trouillet pour les jeunes de leur association", + "description": "Parrains de l’association BLO située à Blois, Sofiane Diop (Monaco) et Alexis Trouillet (Auxerre) se sont illustrés en offrant un voyage à Disneyland à 18 jeunes. Mais aussi en participant dimanche dernier au financement de la distribution de 200 colis alimentaires pour des personnes d’un quartier de Tours.

", + "content": "Parrains de l’association BLO située à Blois, Sofiane Diop (Monaco) et Alexis Trouillet (Auxerre) se sont illustrés en offrant un voyage à Disneyland à 18 jeunes. Mais aussi en participant dimanche dernier au financement de la distribution de 200 colis alimentaires pour des personnes d’un quartier de Tours.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-un-pilote-serieusement-blesse-par-un-engin-explosif_AN-202201010193.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/le-beau-geste-de-sofiane-diop-et-alexis-trouillet-pour-les-jeunes-de-leur-association_AV-202201040438.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 18:05:59 GMT", - "enclosure": "https://images.bfmtv.com/O4LDFE9ir1kOu0Btm2M6RfTCXBE=/0x4:2048x1156/800x0/images/Philippe-Boutron-lors-du-Dakar-2009-1202458.jpg", + "pubDate": "Tue, 04 Jan 2022 18:54:50 GMT", + "enclosure": "https://images.bfmtv.com/HftP_s4rc1AKvqwv_JKfLlvr0mg=/0x104:1984x1220/800x0/images/S-Diop-1170352.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/O4LDFE9ir1kOu0Btm2M6RfTCXBE=/0x4:2048x1156/800x0/images/Philippe-Boutron-lors-du-Dakar-2009-1202458.jpg", + "image": "https://images.bfmtv.com/HftP_s4rc1AKvqwv_JKfLlvr0mg=/0x104:1984x1220/800x0/images/S-Diop-1170352.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21223,20 +22301,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6623f0b09d1301db00e540f939dbd1b", + "hash": "a02808f187ff75faaf4d891ca1595303", "highlights": [] }, { - "title": "Watford-Tottenham: les Spurs arrachent un précieux succès dans les dernières minutes", - "description": "Les Spurs l'ont emporté (1-0) de justesse sur la pelouse de Watford grâce à un but tardif de Davinson Sanchez, inscrit à la toute fin du temps additionnel samedi, en Premier League.

", - "content": "Les Spurs l'ont emporté (1-0) de justesse sur la pelouse de Watford grâce à un but tardif de Davinson Sanchez, inscrit à la toute fin du temps additionnel samedi, en Premier League.

", + "title": "Open d’Australie: plusieurs joueurs dénoncent le traitement de faveur réservé à Djokovic", + "description": "Novak Djokovic participera bien à l’Open d’Australie après avoir bénéficié d’une exemption médicale, alors qu’il n’a toujours pas communiqué sur sa vaccination ou non. Une décision qui a provoqué l'incompréhension chez certains joueurs du circuit majeur.

", + "content": "Novak Djokovic participera bien à l’Open d’Australie après avoir bénéficié d’une exemption médicale, alors qu’il n’a toujours pas communiqué sur sa vaccination ou non. Une décision qui a provoqué l'incompréhension chez certains joueurs du circuit majeur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/watford-tottenham-les-spurs-arrachent-un-precieux-succes-dans-les-dernieres-minutes_AV-202201010189.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-plusieurs-joueurs-denoncent-le-traitement-de-faveur-reserve-a-djokovic_AV-202201040426.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 17:46:08 GMT", - "enclosure": "https://images.bfmtv.com/7MxUdWv8B-jJ6QXgG4UhHTh0jps=/0x0:1200x675/800x0/images/Davinson-Sanchez-1202456.jpg", + "pubDate": "Tue, 04 Jan 2022 18:29:12 GMT", + "enclosure": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/7MxUdWv8B-jJ6QXgG4UhHTh0jps=/0x0:1200x675/800x0/images/Davinson-Sanchez-1202456.jpg", + "image": "https://images.bfmtv.com/LjzAx3DKLI6C2Ar3zSdlhec5CIo=/0x76:2048x1228/800x0/images/Novak-Djokovic-1200704.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21245,20 +22323,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "41c0d55d271aad2bc4ee2e00b120c397", + "hash": "de5ebcf52aa6d6d34c650d84f28a55d9", "highlights": [] }, { - "title": "PSG: Kurzawa et Draxler de retour à l'entraînement collectif", - "description": "Mauricio Pochettino a bénéficié des retours de Layvin Kurzawa et Julian Draxler ce samedi lors du premier entraînement de l’année 2022 du PSG. Blessés avant la trêve, le latéral gauche et le milieu offensif allemand ont repris avec l’entraînement collectif à deux jours du 16e de finale de Coupe de France à Vannes.

", - "content": "Mauricio Pochettino a bénéficié des retours de Layvin Kurzawa et Julian Draxler ce samedi lors du premier entraînement de l’année 2022 du PSG. Blessés avant la trêve, le latéral gauche et le milieu offensif allemand ont repris avec l’entraînement collectif à deux jours du 16e de finale de Coupe de France à Vannes.

", + "title": "Mercato en direct: Nîmes tient son nouvel entraîneur", + "description": "Le mercato hivernal a ouvert ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal a ouvert ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-kurzawa-et-draxler-de-retour-a-l-entrainement-collectif_AV-202201010186.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 17:29:57 GMT", - "enclosure": "https://images.bfmtv.com/CX1mnJlmFiM6r_AKBVzyqX8nxmA=/14x0:2046x1143/800x0/images/Julian-Draxler-et-Layvin-Kurzawa-lors-d-un-exercice-du-PSG-1202450.jpg", + "pubDate": "Mon, 03 Jan 2022 06:10:44 GMT", + "enclosure": "https://images.bfmtv.com/MWlhMZ6EC5jmXEug7W7-OxOyK3U=/0x106:2048x1258/800x0/images/Nicolas-Usai-1204074.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/CX1mnJlmFiM6r_AKBVzyqX8nxmA=/14x0:2046x1143/800x0/images/Julian-Draxler-et-Layvin-Kurzawa-lors-d-un-exercice-du-PSG-1202450.jpg", + "image": "https://images.bfmtv.com/MWlhMZ6EC5jmXEug7W7-OxOyK3U=/0x106:2048x1258/800x0/images/Nicolas-Usai-1204074.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21267,20 +22345,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d6612f5e69757b423d9e6c9d8f92db1", + "hash": "243a4290732fa9fd8a1da665a12bd88d", "highlights": [] }, { - "title": "Arsenal-Manchester City: \"Arsenal était meilleur\", admet Guardiola après une victoire chanceuse", - "description": "Après la victoire 2-1 de Manchester City face à Arsenal, un peu contre le cours du jeu vu la domination des Gunners en première période, Pep Guardiola a reconnu que ses adversaires du jour étaient meilleurs.

", - "content": "Après la victoire 2-1 de Manchester City face à Arsenal, un peu contre le cours du jeu vu la domination des Gunners en première période, Pep Guardiola a reconnu que ses adversaires du jour étaient meilleurs.

", + "title": "Toulouse: Dupont toujours absent à l'entraînement, les frères Arnold de retour", + "description": "Le demi de mêlée international Antoine Dupont, absent lors du dernier match du Stade Toulousain à Clermont, n’a toujours pas repris l’entraînement. Sans certitude, le staff espère son retour pour la venue de Montpellier dimanche. Tout comme celui des jumeaux Arnold, eux bien présents à l’entraînement.

", + "content": "Le demi de mêlée international Antoine Dupont, absent lors du dernier match du Stade Toulousain à Clermont, n’a toujours pas repris l’entraînement. Sans certitude, le staff espère son retour pour la venue de Montpellier dimanche. Tout comme celui des jumeaux Arnold, eux bien présents à l’entraînement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-manchester-city-arsenal-etait-meilleur-admet-guardiola-apres-une-victoire-chanceuse_AV-202201010181.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/toulouse-dupont-toujours-absent-a-l-entrainement-les-freres-arnold-de-retour_AV-202201040416.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 17:08:27 GMT", - "enclosure": "https://images.bfmtv.com/4atSHfmFd3OcuZmtQNMs207IbWg=/0x87:2048x1239/800x0/images/Pep-Guardiola-1202439.jpg", + "pubDate": "Tue, 04 Jan 2022 18:13:29 GMT", + "enclosure": "https://images.bfmtv.com/1SC2Ls6Vfk6ICfWpMtIKk61OhME=/0x0:768x432/800x0/images/Le-demi-de-melee-international-francais-de-Toulouse-Antoine-Dupont-contre-Bordeaux-Begles-lors-d-un-match-du-Top-14-le-4-decembre-a-Bordeaux-1195014.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/4atSHfmFd3OcuZmtQNMs207IbWg=/0x87:2048x1239/800x0/images/Pep-Guardiola-1202439.jpg", + "image": "https://images.bfmtv.com/1SC2Ls6Vfk6ICfWpMtIKk61OhME=/0x0:768x432/800x0/images/Le-demi-de-melee-international-francais-de-Toulouse-Antoine-Dupont-contre-Bordeaux-Begles-lors-d-un-match-du-Top-14-le-4-decembre-a-Bordeaux-1195014.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21289,20 +22367,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebe6f2b290a5acda73583817e36c48b5", + "hash": "db99ec2522d1639b0f152687fd0eb45d", "highlights": [] }, { - "title": "Barça: Xavi \"optimiste\" avant la réunion de la dernière chance avec Dembélé", - "description": "Xavi a confirmé ce samedi qu’il espérait toujours voir Ousmane Dembélé prolonger avec le Barça. Libre en juin prochain, l’ailier français refuse pour le moment la proposition du club catalan mais une ultime réunion est prévue en début de semaine entre la direction blaugrana et son entourage.

", - "content": "Xavi a confirmé ce samedi qu’il espérait toujours voir Ousmane Dembélé prolonger avec le Barça. Libre en juin prochain, l’ailier français refuse pour le moment la proposition du club catalan mais une ultime réunion est prévue en début de semaine entre la direction blaugrana et son entourage.

", + "title": "Mercato: un pacte scellé entre le Barça et le clan Haaland?", + "description": "La presse espagnole fait état ce mardi d'un pacte qui aurait été scellé entre le clan d'Erling Haaland et le FC Barcelone. L'idée est simple: si le club catalan parvient à réunir l'argent nécessaire pour payer le contrat qu'il souhaite à l'attaquant norvégien, ce dernier aurait accepté de rejoindre le Barça l'été prochain.

", + "content": "La presse espagnole fait état ce mardi d'un pacte qui aurait été scellé entre le clan d'Erling Haaland et le FC Barcelone. L'idée est simple: si le club catalan parvient à réunir l'argent nécessaire pour payer le contrat qu'il souhaite à l'attaquant norvégien, ce dernier aurait accepté de rejoindre le Barça l'été prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-xavi-optimiste-avant-la-reunion-de-la-derniere-chance-avec-dembele_AV-202201010172.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-un-pacte-scelle-entre-le-barca-et-le-clan-haaland_AV-202201040412.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 16:36:34 GMT", - "enclosure": "https://images.bfmtv.com/Sp2CWgZQjXpOX1-QYm61QWHBfoM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1202435.jpg", + "pubDate": "Tue, 04 Jan 2022 18:09:03 GMT", + "enclosure": "https://images.bfmtv.com/AmmeTdx90qzXi6igIvzqFlj0Vvg=/0x71:2048x1223/800x0/images/Erling-Haaland-1202205.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Sp2CWgZQjXpOX1-QYm61QWHBfoM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1202435.jpg", + "image": "https://images.bfmtv.com/AmmeTdx90qzXi6igIvzqFlj0Vvg=/0x71:2048x1223/800x0/images/Erling-Haaland-1202205.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21311,20 +22389,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b056ca400abcc1215ac4d03a9a273f55", + "hash": "daf8be8e6b5bd93be28850309b627db3", "highlights": [] }, { - "title": "Arsenal-Manchester City: Lacazette frustré par \"certaines\" décisions arbitrales", - "description": "L’arbitrage du match Arsenal-Manchester City (1-2) a eu un rôle prépondérant sur l’issue de la rencontre, finalement perdue par les Gunners, réduits à dix en seconde période.

", - "content": "L’arbitrage du match Arsenal-Manchester City (1-2) a eu un rôle prépondérant sur l’issue de la rencontre, finalement perdue par les Gunners, réduits à dix en seconde période.

", + "title": "Mercato: Alvaro Gonzalez ne veut pas quitter l'OM", + "description": "Surpris de voir son nom circuler lors de ce mercato hivernal, le défenseur espagnol Alvaro Gonzalez aimerait que l’OM et Jorge Sampaoli soient plus clairs sur leurs intentions. Sa volonté à lui est limpide: il veut rester à Marseille, et retrouver du temps de jeu.

", + "content": "Surpris de voir son nom circuler lors de ce mercato hivernal, le défenseur espagnol Alvaro Gonzalez aimerait que l’OM et Jorge Sampaoli soient plus clairs sur leurs intentions. Sa volonté à lui est limpide: il veut rester à Marseille, et retrouver du temps de jeu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-manchester-city-lacazette-frustre-par-certaines-decisions-arbitrales_AV-202201010163.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-alvaro-gonzalez-ne-veut-pas-quitter-l-om_AV-202201040397.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 15:58:32 GMT", - "enclosure": "https://images.bfmtv.com/D_HtEMEv4TplVHMmNJvYE2PfdU8=/0x0:1200x675/800x0/images/Alexandre-Lacazette-1202428.jpg", + "pubDate": "Tue, 04 Jan 2022 17:49:02 GMT", + "enclosure": "https://images.bfmtv.com/2jb6fZpDGT9-22cFE1XFQex6MDk=/0x106:2048x1258/800x0/images/Alvaro-Gonzalez-1204024.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/D_HtEMEv4TplVHMmNJvYE2PfdU8=/0x0:1200x675/800x0/images/Alexandre-Lacazette-1202428.jpg", + "image": "https://images.bfmtv.com/2jb6fZpDGT9-22cFE1XFQex6MDk=/0x106:2048x1258/800x0/images/Alvaro-Gonzalez-1204024.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21333,20 +22411,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea501654b17876a09a3e6be6ed1cb37a", + "hash": "1b6dd5123f0e129d823cc011bdcb824f", "highlights": [] }, { - "title": "Chelsea: \"S'entraîner et ne pas donner d'interviews\", Tuchel insiste sur Lukaku", - "description": "Après les différentes déclarations de Romelu Lukaku, Thomas Tuchel a tenu à donner quelques conseils à son attaquant, afin qu'il puisse s'inscrire sur la durée dans le XI de Chelsea : \"S'entraîner, bien manger, s'entraîner et ne pas donner d'interviews\".

", - "content": "Après les différentes déclarations de Romelu Lukaku, Thomas Tuchel a tenu à donner quelques conseils à son attaquant, afin qu'il puisse s'inscrire sur la durée dans le XI de Chelsea : \"S'entraîner, bien manger, s'entraîner et ne pas donner d'interviews\".

", + "title": "Explosion sur le Dakar 2022: une enquête ouverte pour tentative d'assassinat terroriste", + "description": "Six jours après l'explosion qui a gravement blessé Philippe Boutron sur le Dakar qui se déroule actuellement en Arabie saoudite, le parquet antiterroriste a indiqué avoir ouvert une enquête pour tentative d'assassinat terroriste. Depuis plusieurs jours, plusieurs témoins affirmaient que l'explosion n'avait rien d'un accident.

", + "content": "Six jours après l'explosion qui a gravement blessé Philippe Boutron sur le Dakar qui se déroule actuellement en Arabie saoudite, le parquet antiterroriste a indiqué avoir ouvert une enquête pour tentative d'assassinat terroriste. Depuis plusieurs jours, plusieurs témoins affirmaient que l'explosion n'avait rien d'un accident.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-s-entrainer-et-ne-pas-donner-d-interviews-tuchel-insiste-sur-lukaku_AV-202201010155.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-une-enquete-ouverte-pour-tentative-d-assassinat-terroriste_AV-202201040389.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 15:27:59 GMT", - "enclosure": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", + "pubDate": "Tue, 04 Jan 2022 17:40:01 GMT", + "enclosure": "https://images.bfmtv.com/fi8Kj8gY8SxS2AciGt3nV2Tc9H0=/0x41:768x473/800x0/images/L-Audi-hybride-pilotee-par-l-Espagnol-Carlos-Sainz-assiste-de-son-co-pilote-Lucas-Cruz-lors-de-la-troisieme-etape-du-Dakar-2022-a-al-Qaisumah-Arabie-saoudite-le-4-decembre-2022-1203813.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", + "image": "https://images.bfmtv.com/fi8Kj8gY8SxS2AciGt3nV2Tc9H0=/0x41:768x473/800x0/images/L-Audi-hybride-pilotee-par-l-Espagnol-Carlos-Sainz-assiste-de-son-co-pilote-Lucas-Cruz-lors-de-la-troisieme-etape-du-Dakar-2022-a-al-Qaisumah-Arabie-saoudite-le-4-decembre-2022-1203813.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21355,20 +22433,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cea75464523d1e58de49572e68afda6", + "hash": "763df46e182058dd2ad1821262ade941", "highlights": [] }, { - "title": "Chelsea-Liverpool: Klopp absent, en raison d'un test \"supposé positif\" au Covid-19", - "description": "L'entraîneur de Liverpool Jürgen Klopp sera absent du banc face à Chelsea dimanche pour un test suspecté positif comme annonce le club dans un communiqué ce samedi.

", - "content": "L'entraîneur de Liverpool Jürgen Klopp sera absent du banc face à Chelsea dimanche pour un test suspecté positif comme annonce le club dans un communiqué ce samedi.

", + "title": "Le sport face au Covid en direct: le choc français d'Euroleague entre Monaco et l'ASVEL reporté", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-liverpool-klopp-absent-en-raison-d-un-test-suppose-positif-au-covid-19_AV-202201010153.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-en-direct-le-coup-de-gueule-de-genesio-contre-les-instances-du-foot-francais_LN-202201030088.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 15:24:25 GMT", - "enclosure": "https://images.bfmtv.com/It03CQ5t8oZxX2SUznObUWmE_ks=/0x75:1808x1092/800x0/images/J-Klopp-1202387.jpg", + "pubDate": "Mon, 03 Jan 2022 07:45:21 GMT", + "enclosure": "https://images.bfmtv.com/PwG10oetAXGMxoT0MbLeO6ovomE=/0x106:2048x1258/800x0/images/ASVEL-1204011.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/It03CQ5t8oZxX2SUznObUWmE_ks=/0x75:1808x1092/800x0/images/J-Klopp-1202387.jpg", + "image": "https://images.bfmtv.com/PwG10oetAXGMxoT0MbLeO6ovomE=/0x106:2048x1258/800x0/images/ASVEL-1204011.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21377,20 +22455,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bab4f3a641ecfb0e5ce6212653541e5", + "hash": "537a076edf4dc490a28c524e4bb99071", "highlights": [] }, { - "title": "Arsenal-Manchester City: les minutes de folie qui ont fait basculer le choc", - "description": "Auteur d’un bon début de match ce samedi, Arsenal a mené contre Manchester City en ouverture de la 21e journée de Premier. Après quelques instants de flottement et l’égalisation de Riyad Mahrez sur penalty, les Gunners sont passé tout près de reprendre l’avantage avant de finir la rencontre en infériorité numérique et de s’incliner à domicile (1-2).

", - "content": "Auteur d’un bon début de match ce samedi, Arsenal a mené contre Manchester City en ouverture de la 21e journée de Premier. Après quelques instants de flottement et l’égalisation de Riyad Mahrez sur penalty, les Gunners sont passé tout près de reprendre l’avantage avant de finir la rencontre en infériorité numérique et de s’incliner à domicile (1-2).

", + "title": "Incidents Paris FC-OL: huit supporters parisiens interdits de stade", + "description": "Plus de deux semaines après les incidents survenus en Coupe de France entre le Paris FC et l'OL, huit supporters parisiens au total ont été interdits de stade, comme l'a indiqué ce mardi la Préfecture de Police de Paris (PP) à l'AFP.

", + "content": "Plus de deux semaines après les incidents survenus en Coupe de France entre le Paris FC et l'OL, huit supporters parisiens au total ont été interdits de stade, comme l'a indiqué ce mardi la Préfecture de Police de Paris (PP) à l'AFP.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-manchester-city-les-minutes-de-folies-qui-ont-fait-basculer-le-choc_AV-202201010144.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-huit-supporters-parisiens-interdits-de-stade_AV-202201040374.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 14:51:12 GMT", - "enclosure": "https://images.bfmtv.com/UOzTIbdvtxSSJuGR_rzR1zmKdRw=/0x0:2048x1152/800x0/images/Les-joueurs-d-Arsenal-contestent-une-decision-arbitrale-lors-du-choc-contre-Manchester-City-1202397.jpg", + "pubDate": "Tue, 04 Jan 2022 17:17:37 GMT", + "enclosure": "https://images.bfmtv.com/ZAkCR9hoaJxJZ6wUlOVsDFoYpPo=/0x39:768x471/800x0/images/Des-incidents-entre-supporters-ont-emaille-la-rencontre-de-Coupe-de-France-entre-le-Paris-FC-et-l-Olympique-lyonnais-au-stade-Charlety-de-Paris-le-17-decembre-2021-1193255.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/UOzTIbdvtxSSJuGR_rzR1zmKdRw=/0x0:2048x1152/800x0/images/Les-joueurs-d-Arsenal-contestent-une-decision-arbitrale-lors-du-choc-contre-Manchester-City-1202397.jpg", + "image": "https://images.bfmtv.com/ZAkCR9hoaJxJZ6wUlOVsDFoYpPo=/0x39:768x471/800x0/images/Des-incidents-entre-supporters-ont-emaille-la-rencontre-de-Coupe-de-France-entre-le-Paris-FC-et-l-Olympique-lyonnais-au-stade-Charlety-de-Paris-le-17-decembre-2021-1193255.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21399,20 +22477,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "67c42bf4c547516051554e254af3c862", + "hash": "88d9d74b968611920c378de13f6eec34", "highlights": [] }, { - "title": "Mercato en direct: Monaco officialise le départ de Kovac mais pas le nom de son successeur", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Mercato: Angers va prêter Bernardoni et Thioub à Saint-Etienne", + "description": "Paul Bernardoni est en passe de rejoindre l’AS Saint-Etienne en ce début de mercato hivernal. Le gardien d’Angers, comme Sada Thioub, devrait être prêté aux Verts, qui occupent actuellement la dernière place de Ligue 1. Le SCO a fait état de sa volonté de réduire sa masse salariale.

", + "content": "Paul Bernardoni est en passe de rejoindre l’AS Saint-Etienne en ce début de mercato hivernal. Le gardien d’Angers, comme Sada Thioub, devrait être prêté aux Verts, qui occupent actuellement la dernière place de Ligue 1. Le SCO a fait état de sa volonté de réduire sa masse salariale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-angers-va-preter-bernardoni-et-thioub-a-saint-etienne_AV-202201040370.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/NKbHQRnIgnMEp1Eac2jLnt7hf98=/0x0:2048x1152/800x0/images/Niko-Kovac-1017667.jpg", + "pubDate": "Tue, 04 Jan 2022 17:12:31 GMT", + "enclosure": "https://images.bfmtv.com/0FFJi4mjJFyMEgpYMMofDo7LhWs=/0x106:2048x1258/800x0/images/Paul-Bernardoni-1203862.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NKbHQRnIgnMEp1Eac2jLnt7hf98=/0x0:2048x1152/800x0/images/Niko-Kovac-1017667.jpg", + "image": "https://images.bfmtv.com/0FFJi4mjJFyMEgpYMMofDo7LhWs=/0x106:2048x1258/800x0/images/Paul-Bernardoni-1203862.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21421,20 +22499,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "26f7587563fb225c68384158a2e0f4e4", + "hash": "8a6b7f6d70dcca8f350c7f513a969b80", "highlights": [] }, { - "title": "Clermont-Toulouse en direct: un choc pour bien commencer l’année", - "description": "Clermont-Toulouse c’est l’affiche de cette 14e journée de Top 14 ! L’ASM doit engranger un maximum de points pour intégrer le top 6 de ce championnat, coup d’envoi à 21h05 !

", - "content": "Clermont-Toulouse c’est l’affiche de cette 14e journée de Top 14 ! L’ASM doit engranger un maximum de points pour intégrer le top 6 de ce championnat, coup d’envoi à 21h05 !

", + "title": "Coupe de France en direct: suivez le tirage au sort des 8es de finale", + "description": "Fin des 16es de finale de la Coupe de France ce mardi soir. Suivez le tirage au sort des 8es de finale à partir de 20h dans notre direct, suivi par la dernière affiche, Lens-Lille, dont le coup d'envoi sera donné à 21h.

", + "content": "Fin des 16es de finale de la Coupe de France ce mardi soir. Suivez le tirage au sort des 8es de finale à partir de 20h dans notre direct, suivi par la dernière affiche, Lens-Lille, dont le coup d'envoi sera donné à 21h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-suivez-clermont-toulouse-en-direct_LS-202201010198.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-16e-de-finale-suivez-lens-lille-en-direct_LS-202201040369.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 18:31:13 GMT", - "enclosure": "https://images.bfmtv.com/AllAB8ECuyWRgAuvz-6QkaD2GMs=/0x0:2048x1152/800x0/images/Tani-Vili-Clermont-1188836.jpg", + "pubDate": "Tue, 04 Jan 2022 17:11:13 GMT", + "enclosure": "https://images.bfmtv.com/dFWZszQ4j1ruqvTXEPcVsxkeVDs=/0x79:1200x754/800x0/images/Le-trophee-tant-convoite-de-la-Coupe-de-France-1191388.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/AllAB8ECuyWRgAuvz-6QkaD2GMs=/0x0:2048x1152/800x0/images/Tani-Vili-Clermont-1188836.jpg", + "image": "https://images.bfmtv.com/dFWZszQ4j1ruqvTXEPcVsxkeVDs=/0x79:1200x754/800x0/images/Le-trophee-tant-convoite-de-la-Coupe-de-France-1191388.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21443,20 +22521,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e5efd3de914061606f92f3161485020", + "hash": "3bda084af550fbc4a9dd4c3ddf5aadf1", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: 4 cas de Covid au Bayern, dont Coman et Tolisso", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "Mercato: Pjanic conseille à De Ligt de rester à la Juventus (et de ne pas aller au Barça)", + "description": "Pion essentiel de la Juventus lors de ses quatre saisons passées au club, Miralem Pjanic suit toujours l’actualité de son ancien club. Dans un entretien avec Tuttosport, le milieu prêté par le Barça à Besiktas s’est exprimé sur les avenirs de Matthijs de Ligt et Alvaro Morata, tous les deux ciblés par le club catalan.

", + "content": "Pion essentiel de la Juventus lors de ses quatre saisons passées au club, Miralem Pjanic suit toujours l’actualité de son ancien club. Dans un entretien avec Tuttosport, le milieu prêté par le Barça à Besiktas s’est exprimé sur les avenirs de Matthijs de Ligt et Alvaro Morata, tous les deux ciblés par le club catalan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-pjanic-conseille-a-de-ligt-de-rester-a-la-juventus-et-de-ne-pas-aller-au-barca_AV-202201040362.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", - "enclosure": "https://images.bfmtv.com/1FoxpAwS57ZPu_aYJgvaGfsL04c=/0x90:2048x1242/800x0/images/Coman-et-Tolisso-1202454.jpg", + "pubDate": "Tue, 04 Jan 2022 17:04:14 GMT", + "enclosure": "https://images.bfmtv.com/e7iSomGzIAaZF129LEC4asMlm5g=/0x46:2048x1198/800x0/images/Miralem-Pjanic-1156268.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/1FoxpAwS57ZPu_aYJgvaGfsL04c=/0x90:2048x1242/800x0/images/Coman-et-Tolisso-1202454.jpg", + "image": "https://images.bfmtv.com/e7iSomGzIAaZF129LEC4asMlm5g=/0x46:2048x1198/800x0/images/Miralem-Pjanic-1156268.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21465,20 +22543,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a721079cdc9c4927c98738f26171d31", + "hash": "01b57a7c082f4d0a011df345c4ec358f", "highlights": [] }, { - "title": "Premier League: Manchester City renverse Arsenal après un scénario fou", - "description": "Brillants en première période, avant d'être plombés par Granit Xhaka et Gabriel, les Gunners ont été renversés au bout du suspense par Manchester City (2-1), ce samedi, lors de la 21e journée de Premier League. Les Skyblues frappent un grand coup avant le choc Chelsea-Liverpool.

", - "content": "Brillants en première période, avant d'être plombés par Granit Xhaka et Gabriel, les Gunners ont été renversés au bout du suspense par Manchester City (2-1), ce samedi, lors de la 21e journée de Premier League. Les Skyblues frappent un grand coup avant le choc Chelsea-Liverpool.

", + "title": "Incidents Jura Sud-ASSE: la commission de discipline de la FFF étudiera les faits jeudi", + "description": "Selon nos informations, les incidents survenus lors du match entre Jura Sud et Saint-Étienne dimanche, lors du 16e de finale de Coupe de France remporté par les Verts (4-1), seront évoqués ce jeudi par la commission de discipline de la Fédération française de football. Le dossier pourrait être placé en instruction.

", + "content": "Selon nos informations, les incidents survenus lors du match entre Jura Sud et Saint-Étienne dimanche, lors du 16e de finale de Coupe de France remporté par les Verts (4-1), seront évoqués ce jeudi par la commission de discipline de la Fédération française de football. Le dossier pourrait être placé en instruction.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-city-renverse-arsenal-apres-un-scenario-fou_AV-202201010142.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-jura-sud-asse-la-commission-de-discipline-de-la-fff-etudiera-les-faits-jeudi_AV-202201040350.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 14:44:56 GMT", - "enclosure": "https://images.bfmtv.com/9HWBWtXu7jyBELYA8lbNEtMfMTM=/0x212:2048x1364/800x0/images/Arsenal-Manchester-City-1202392.jpg", + "pubDate": "Tue, 04 Jan 2022 16:56:37 GMT", + "enclosure": "https://images.bfmtv.com/kSrIzBnva4l45DUD_AZQKQcy9zc=/0x106:2048x1258/800x0/images/Jura-Sud-ASSE-1202789.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/9HWBWtXu7jyBELYA8lbNEtMfMTM=/0x212:2048x1364/800x0/images/Arsenal-Manchester-City-1202392.jpg", + "image": "https://images.bfmtv.com/kSrIzBnva4l45DUD_AZQKQcy9zc=/0x106:2048x1258/800x0/images/Jura-Sud-ASSE-1202789.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21487,20 +22565,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2a0a48c7d56a7a0263d1db5e5186293", + "hash": "9fc232b7e5ef3c465f2e222a24a31b27", "highlights": [] }, { - "title": "Arsenal-Man City en direct: City s'impose au bout du suspense et met la pression sur Chelsea et Liverpool", - "description": "Pas de repos pour les joueurs de Premier League, qui enchaînent en ce 1er janvier avec un alléchant Arsenal-Manchester City. Une rencontre à suivre sur RMC Sport 1 à partir de 13h30 !

", - "content": "Pas de repos pour les joueurs de Premier League, qui enchaînent en ce 1er janvier avec un alléchant Arsenal-Manchester City. Une rencontre à suivre sur RMC Sport 1 à partir de 13h30 !

", + "title": "Coronavirus: un assouplissement des jauges devrait être possible pour certaines enceintes", + "description": "INFO RMC SPORT. Si le principe strict des jauges proportionnelles a été écarté lundi soir par les parlementaires, le gouvernement entend prendre en compte la caractéristique des équipements pour définir les capacités d’accueil de certaines grandes enceintes.

", + "content": "INFO RMC SPORT. Si le principe strict des jauges proportionnelles a été écarté lundi soir par les parlementaires, le gouvernement entend prendre en compte la caractéristique des équipements pour définir les capacités d’accueil de certaines grandes enceintes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-arsenal-man-city-en-direct_LS-202201010074.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/coronavirus-un-assouplissement-des-jauges-devrait-etre-possible-pour-certaines-enceintes_AV-202201040339.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 11:11:01 GMT", - "enclosure": "https://images.bfmtv.com/9_FUjkmWimIh9n0l5QWRLs888Mc=/0x0:2048x1152/800x0/images/Arsenal-Manchester-City-1202385.jpg", + "pubDate": "Tue, 04 Jan 2022 16:39:40 GMT", + "enclosure": "https://images.bfmtv.com/pZRi3JVNpuBG1dDv6va6qzLhoYs=/0x106:2048x1258/800x0/images/Parc-des-Princes-1203966.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/9_FUjkmWimIh9n0l5QWRLs888Mc=/0x0:2048x1152/800x0/images/Arsenal-Manchester-City-1202385.jpg", + "image": "https://images.bfmtv.com/pZRi3JVNpuBG1dDv6va6qzLhoYs=/0x106:2048x1258/800x0/images/Parc-des-Princes-1203966.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21509,20 +22587,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2987cbbd2e4a6d3143a9dfde6bce725", + "hash": "1175bc42c6148e52432e0edd660fb1f4", "highlights": [] }, { - "title": "Monaco: Clement devrait assister au match contre Quevilly-Rouen", - "description": "L'entraîneur belge Philippe Clement, proche d'un accord pour prendre la succession de Niko Kovac à l'AS Monaco, est attendu en tribunes du stade Robert-Diochon ce dimanche pour assister au 16e de finale de Coupe de France face à Quevill-Rouen.

", - "content": "L'entraîneur belge Philippe Clement, proche d'un accord pour prendre la succession de Niko Kovac à l'AS Monaco, est attendu en tribunes du stade Robert-Diochon ce dimanche pour assister au 16e de finale de Coupe de France face à Quevill-Rouen.

", + "title": "PSV: après avoir \"perdu l'amour pour le jeu\", Pröpper prend sa retraite à 30 ans", + "description": "Le milieu du PSV Eindhoven Davy Pröpper a officialisé sa décision de raccrocher ce mardi, en expliquant ne plus avoir la motivation nécessaire pour continuer à fouler les pelouses. Le joueur, qui prend donc sa retraite à seulement 30 ans, a précisé avoir \"perdu l'amour pour le jeu\" en raison notamment de la pandémie de Covid-19.

", + "content": "Le milieu du PSV Eindhoven Davy Pröpper a officialisé sa décision de raccrocher ce mardi, en expliquant ne plus avoir la motivation nécessaire pour continuer à fouler les pelouses. Le joueur, qui prend donc sa retraite à seulement 30 ans, a précisé avoir \"perdu l'amour pour le jeu\" en raison notamment de la pandémie de Covid-19.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/monaco-clement-devrait-assister-au-match-contre-quevilly-rouen_AV-202201010131.html", + "link": "https://rmcsport.bfmtv.com/football/eredivisie/psv-apres-avoir-perdu-l-amour-pour-le-jeu-propper-prend-sa-retraite-a-30-ans_AN-202201040330.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 14:22:01 GMT", - "enclosure": "https://images.bfmtv.com/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.jpg", + "pubDate": "Tue, 04 Jan 2022 16:27:37 GMT", + "enclosure": "https://images.bfmtv.com/mBrilM6K2FP6ewu1oIVHNPTwnes=/0x0:2048x1152/800x0/images/Davy-Proepper-avec-le-PSV-Eindhoven-lors-d-un-match-d-Eredivisie-face-au-Feyenoord-Rotterdam-le-19-septembre-1203867.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.jpg", + "image": "https://images.bfmtv.com/mBrilM6K2FP6ewu1oIVHNPTwnes=/0x0:2048x1152/800x0/images/Davy-Proepper-avec-le-PSV-Eindhoven-lors-d-un-match-d-Eredivisie-face-au-Feyenoord-Rotterdam-le-19-septembre-1203867.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21531,20 +22609,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8219fcf39c9ce1e213c93a5919beb197", + "hash": "b40e4055af04470354a625d21360b678", "highlights": [] }, { - "title": "Ligue 1: Saint-Étienne dévoile un nouveau logo, choisi par les supporters", - "description": "L'AS Saint-Étienne a dévoilé ce samedi son nouveau logo. Ce dernier a été choisi parmi trois projets par les supporters après un vote populaire.

", - "content": "L'AS Saint-Étienne a dévoilé ce samedi son nouveau logo. Ce dernier a été choisi parmi trois projets par les supporters après un vote populaire.

", + "title": "Clermont: O'Connor et Beria vont prolonger", + "description": "Selon nos informations, l’ailier Marvin O'Connor et le pilier Giorgi Beria vont prolonger leur contrat à Clermont. Le Français sera désormais lié à l'ASM jusqu'en 2024 tandis que le jeune Géorgien de 22 ans va également rempiler pour s'inscrire dans la durée au sein du club auvergnat.

", + "content": "Selon nos informations, l’ailier Marvin O'Connor et le pilier Giorgi Beria vont prolonger leur contrat à Clermont. Le Français sera désormais lié à l'ASM jusqu'en 2024 tandis que le jeune Géorgien de 22 ans va également rempiler pour s'inscrire dans la durée au sein du club auvergnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-saint-etienne-devoile-un-nouveau-logo-choisi-par-les-supporters_AV-202201010129.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/clermont-o-connor-et-beria-vont-prolonger_AV-202201040327.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 14:14:19 GMT", - "enclosure": "https://images.bfmtv.com/0HFKSZNfAPnKA9aktW2g78VEhjk=/0x212:2048x1364/800x0/images/ASSE-1202382.jpg", + "pubDate": "Tue, 04 Jan 2022 16:19:39 GMT", + "enclosure": "https://images.bfmtv.com/BKLWUs7Boo_C3jnTBWXi5uUJIro=/0x71:2048x1223/800x0/images/Marvin-O-Connor-lors-du-match-face-au-Stade-Toulousain-le-1er-janvier-1203856.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/0HFKSZNfAPnKA9aktW2g78VEhjk=/0x212:2048x1364/800x0/images/ASSE-1202382.jpg", + "image": "https://images.bfmtv.com/BKLWUs7Boo_C3jnTBWXi5uUJIro=/0x71:2048x1223/800x0/images/Marvin-O-Connor-lors-du-match-face-au-Stade-Toulousain-le-1er-janvier-1203856.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21553,20 +22631,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a28fbf34ebc00555069d61fce76eef6", + "hash": "315dd80f5e7c3619281711b6de6a8061", "highlights": [] }, { - "title": "Les pronos hippiques du dimanche 2 janvier 2022", - "description": "Le Quinté+ du dimanche 2 janvier est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du dimanche 2 janvier est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Premier League: Southampton racheté par un puissant homme d'affaires serbe", + "description": "L'homme d'affaires serbe Dragan Solak, par l'intermédiaire de Sport Republic, devient le nouveau propriétaire de Southampton. A la tête d'une entreprise de télécommunications, Solak a mis 120 millions d'euros sur la table pour racheter les parts du milliardaire chinois Gao Jisheng.

", + "content": "L'homme d'affaires serbe Dragan Solak, par l'intermédiaire de Sport Republic, devient le nouveau propriétaire de Southampton. A la tête d'une entreprise de télécommunications, Solak a mis 120 millions d'euros sur la table pour racheter les parts du milliardaire chinois Gao Jisheng.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-2-janvier-2022_AN-202201010125.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-southampton-rachete-par-un-puissant-homme-d-affaires-serbe_AV-202201040325.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 13:52:59 GMT", - "enclosure": "https://images.bfmtv.com/Tnxm-g01f-kmK3W-AADEuf_3HL0=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-2-janvier-2022-1201926.jpg", + "pubDate": "Tue, 04 Jan 2022 16:16:02 GMT", + "enclosure": "https://images.bfmtv.com/Guv5jz8qAyqHT4JnluLc2WYjWC8=/0x0:2048x1152/800x0/images/Southampton-1203855.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Tnxm-g01f-kmK3W-AADEuf_3HL0=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-2-janvier-2022-1201926.jpg", + "image": "https://images.bfmtv.com/Guv5jz8qAyqHT4JnluLc2WYjWC8=/0x0:2048x1152/800x0/images/Southampton-1203855.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21575,20 +22653,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "46ff7d6e58be95805202bd643b12ee5d", + "hash": "00462cd54ed722a21947502c5c36516a", "highlights": [] }, { - "title": "Arsenal-Manchester City: l'action litigieuse qui aurait pu offrir un penalty aux Gunners", - "description": "La rencontre de Premier League entre Arsenal et Manchester City ce samedi (sur RMC Sport) a été marquée par une action polémique à la 9e minute de jeu. Les Gunners ont réclamé en vain un penalty après un contact entre Martin Odegaard et Ederson.

", - "content": "La rencontre de Premier League entre Arsenal et Manchester City ce samedi (sur RMC Sport) a été marquée par une action polémique à la 9e minute de jeu. Les Gunners ont réclamé en vain un penalty après un contact entre Martin Odegaard et Ederson.

", + "title": "JO 2022: Qui pour porter le drapeau français ?", + "description": "Alors que la clôture de la première phase de sélection des porte-drapeau pour les Jeux Olympiques de Pékin se termine jeudi, peu de candidats se pressent pour défiler en tête de la délégation française dans un mois.

", + "content": "Alors que la clôture de la première phase de sélection des porte-drapeau pour les Jeux Olympiques de Pékin se termine jeudi, peu de candidats se pressent pour défiler en tête de la délégation française dans un mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-manchester-city-l-action-litigieuse-qui-aurait-pu-offrir-un-penalty-aux-gunners_AV-202201010123.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-qui-pour-porter-le-drapeau-francais_AN-202201040306.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 13:18:58 GMT", - "enclosure": "https://images.bfmtv.com/Fbx4PQzRJtDmXKR2XNKCxDBSKcw=/0x0:1920x1080/800x0/images/Arsenal-Manchester-City-1202373.jpg", + "pubDate": "Tue, 04 Jan 2022 15:37:26 GMT", + "enclosure": "https://images.bfmtv.com/J3kyXpu79u4waxchzB0ADsEJ7MY=/0x105:2048x1257/800x0/images/Tessa-Worley-le-28-decembre-2021-1203858.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Fbx4PQzRJtDmXKR2XNKCxDBSKcw=/0x0:1920x1080/800x0/images/Arsenal-Manchester-City-1202373.jpg", + "image": "https://images.bfmtv.com/J3kyXpu79u4waxchzB0ADsEJ7MY=/0x105:2048x1257/800x0/images/Tessa-Worley-le-28-decembre-2021-1203858.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21597,20 +22675,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a271ccb3343bdbeeb7a6b0715a5734e", + "hash": "20c91778dbb232007e9b309ccaaa8f3b", "highlights": [] }, { - "title": "Rayo Vallecano: de gardien de stade à la Liga, la folle histoire de Randy Nteka", - "description": "Dans un entretien accordé à l'AFP, Randy Nteka, l'une des révélations de la saison en Liga, est revenu sur ses débuts dans le football, lui a aurait pu abandonner le ballon rond à 19 ans.

", - "content": "Dans un entretien accordé à l'AFP, Randy Nteka, l'une des révélations de la saison en Liga, est revenu sur ses débuts dans le football, lui a aurait pu abandonner le ballon rond à 19 ans.

", + "title": "Mercato: Azpilicueta dans le viseur de l’Atlético de Madrid pour remplacer Trippier ?", + "description": "Avec le départ prochain de Kieran Trippier à Newcastle, l’Atlético de Madrid s’active pour trouver un nouveau latéral droit. D’après AS, les Colchoneros viseraient Cesar Azpilicueta qui sera en fin de contrat avec Chelsea en juin 2022.

", + "content": "Avec le départ prochain de Kieran Trippier à Newcastle, l’Atlético de Madrid s’active pour trouver un nouveau latéral droit. D’après AS, les Colchoneros viseraient Cesar Azpilicueta qui sera en fin de contrat avec Chelsea en juin 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/rayo-vallecano-de-gardien-de-stade-a-la-liga-la-folle-histoire-de-randy-nteka_AV-202201010121.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-azpilicueta-dans-le-viseur-de-l-atletico-de-madrid-pour-remplacer-trippier_AV-202201040304.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 13:03:19 GMT", - "enclosure": "https://images.bfmtv.com/JmEfGDaONS5bQGk9nROzrnHIEEs=/0x0:1984x1116/800x0/images/Randy-Nteka-face-a-Alaves-1202372.jpg", + "pubDate": "Tue, 04 Jan 2022 15:23:36 GMT", + "enclosure": "https://images.bfmtv.com/wvmp3H2hEiY69cNXDyPbinSeajM=/0x0:2032x1143/800x0/images/Cesar-Azpilicueta-1167554.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/JmEfGDaONS5bQGk9nROzrnHIEEs=/0x0:1984x1116/800x0/images/Randy-Nteka-face-a-Alaves-1202372.jpg", + "image": "https://images.bfmtv.com/wvmp3H2hEiY69cNXDyPbinSeajM=/0x0:2032x1143/800x0/images/Cesar-Azpilicueta-1167554.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21619,20 +22697,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b964ba81239715c022a70f56620b471", + "hash": "80aac30ea445b00aa8f8bbaae460b3ce", "highlights": [] }, { - "title": "CAN 2022: le match de préparation Algérie-Gambie annulé", - "description": "Alors que l'équipe de Gambie compte 16 joueurs indisponibles, la Fédération Gambienne de football a annoncé l'annulation des deux matchs amicaux prévus face à l'Algérie et la Syrie.

", - "content": "Alors que l'équipe de Gambie compte 16 joueurs indisponibles, la Fédération Gambienne de football a annoncé l'annulation des deux matchs amicaux prévus face à l'Algérie et la Syrie.

", + "title": "CAN: Ismaïla Sarr va rejoindre le Sénégal et réaliser des examens médicaux", + "description": "Ismaïla Sarr va finalement rejoindre le Sénégal. Retenu dans un premier temps par Watford qui affirme que son joueur est blessé, le club anglais a finalement accepté selon The Athletic de laisser l’ailier s’envoler pour l’Afrique pour réaliser des examens médicaux.

", + "content": "Ismaïla Sarr va finalement rejoindre le Sénégal. Retenu dans un premier temps par Watford qui affirme que son joueur est blessé, le club anglais a finalement accepté selon The Athletic de laisser l’ailier s’envoler pour l’Afrique pour réaliser des examens médicaux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-match-de-preparation-algerie-gambie-annule_AV-202201010112.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-ismaila-sarr-va-rejoindre-le-senegal-et-realiser-des-examens-medicaux_AN-202201040302.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 12:30:30 GMT", - "enclosure": "https://images.bfmtv.com/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.jpg", + "pubDate": "Tue, 04 Jan 2022 15:18:55 GMT", + "enclosure": "https://images.bfmtv.com/Az8r_n7M0m3q6WZhlF74fugtDsY=/0x0:2048x1152/800x0/images/Ismaila-Sarr-avec-Watford-1202715.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.jpg", + "image": "https://images.bfmtv.com/Az8r_n7M0m3q6WZhlF74fugtDsY=/0x0:2048x1152/800x0/images/Ismaila-Sarr-avec-Watford-1202715.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21641,20 +22719,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ef2f7f55909e9233102cec892b844f8", + "hash": "ea2f234a478cef29409123a63aa07b46", "highlights": [] }, { - "title": "Arsenal-Manchester City: Cancelo titulaire, deux jours après son agression", - "description": "Joao Cancelo, victime d’une violente agression à son domicile jeudi soir, est pourtant titulaire face à Arsenal à l’Emirates Stadium (13h30, à suivre sur RMC Sport). Peu de changements dans le XI de City, quand Mikel Arteta renouvelle la confiance en ses hommes qui se sont imposés 5-0 à Norwich.

", - "content": "Joao Cancelo, victime d’une violente agression à son domicile jeudi soir, est pourtant titulaire face à Arsenal à l’Emirates Stadium (13h30, à suivre sur RMC Sport). Peu de changements dans le XI de City, quand Mikel Arteta renouvelle la confiance en ses hommes qui se sont imposés 5-0 à Norwich.

", + "title": "Mercato: Coutinho pourrait rapidement quitter le Barça", + "description": "Selon la presse catalane, le départ de Philippe Coutinho du FC Barcelone se précise. Le milieu de terrain brésilien pourrait être transféré dans les prochains jours et libérer une place afin d’inscrire Ferran Torres, la dernière recrue du club catalan. L’international brésilien serait pisté par plusieurs clubs de Premier League.

", + "content": "Selon la presse catalane, le départ de Philippe Coutinho du FC Barcelone se précise. Le milieu de terrain brésilien pourrait être transféré dans les prochains jours et libérer une place afin d’inscrire Ferran Torres, la dernière recrue du club catalan. L’international brésilien serait pisté par plusieurs clubs de Premier League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-manchester-city-cancelo-titulaire-deux-jours-apres-son-agression_AV-202201010110.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-coutinho-pourrait-rapidement-quitter-le-barca_AV-202201040301.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 12:25:54 GMT", - "enclosure": "https://images.bfmtv.com/CZimpdxEjetRdi7gDQeonASRJUc=/0x61:2048x1213/800x0/images/Joao-Cancelo-1201784.jpg", + "pubDate": "Tue, 04 Jan 2022 15:17:55 GMT", + "enclosure": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/CZimpdxEjetRdi7gDQeonASRJUc=/0x61:2048x1213/800x0/images/Joao-Cancelo-1201784.jpg", + "image": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21663,20 +22741,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "355f9e5ea71cd75f19254dbbb92b9ac4", + "hash": "8f1a2b788cf279df091b5bab8bf637a6", "highlights": [] }, { - "title": "Top 14: Montpellier-Toulon reporté en raison du coronavirus", - "description": "En raison de nombreux cas positifs au Covid-19 dans l’effectif du RCT, la rencontre de Top 14 entre le MHR et Toulon n'aura pas lieu dimanche. Le report du match a été officialisé ce samedi par la LNR.

", - "content": "En raison de nombreux cas positifs au Covid-19 dans l’effectif du RCT, la rencontre de Top 14 entre le MHR et Toulon n'aura pas lieu dimanche. Le report du match a été officialisé ce samedi par la LNR.

", + "title": "Explosion sur le Dakar-2022: un témoin convaincu qu'il s'agissait d'un \"attentat\"", + "description": "Présent à bord lors de l'explosion d'un véhicule le 30 décembre dernier sur le Paris-Dakar 2022, qui a grièvement blessé Philippe Boutron, Thierry Richard se dit certain que cet \"accident\", comme qualifié par les autorités saoudiennes, était en réalité un \"attentat\".

", + "content": "Présent à bord lors de l'explosion d'un véhicule le 30 décembre dernier sur le Paris-Dakar 2022, qui a grièvement blessé Philippe Boutron, Thierry Richard se dit certain que cet \"accident\", comme qualifié par les autorités saoudiennes, était en réalité un \"attentat\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-montpellier-toulon-reporte-en-raison-du-coronavirus_AV-202201010108.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/explosion-sur-le-dakar-2022-un-temoin-convaincu-qu-il-s-agissait-d-un-attentat_AV-202201040297.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 12:14:20 GMT", - "enclosure": "https://images.bfmtv.com/-GdwSsTuMy-W7667rRBN9pPtCrk=/0x102:2048x1254/800x0/images/Toulon-1202349.jpg", + "pubDate": "Tue, 04 Jan 2022 15:13:01 GMT", + "enclosure": "https://images.bfmtv.com/oyUQBnhURTPxZl7enwLLfAMaCpo=/14x147:2030x1281/800x0/images/Illustration-Dakar-2022-1203676.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/-GdwSsTuMy-W7667rRBN9pPtCrk=/0x102:2048x1254/800x0/images/Toulon-1202349.jpg", + "image": "https://images.bfmtv.com/oyUQBnhURTPxZl7enwLLfAMaCpo=/14x147:2030x1281/800x0/images/Illustration-Dakar-2022-1203676.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21685,20 +22763,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4471d4b684cb7d80f38892211350370", + "hash": "b20d25134e1d02e950b3bbf3d4c47452", "highlights": [] }, { - "title": "Kjaer: \"Si je sais que Eriksen va bien, alors je vais bien\"", - "description": "Nommé footballeur de l'année 2021 par The Guardian, Simon Kjaer s'est longuement confié au journal anglais, revenant notamment sur l'accident vécu par Christian Eriksen lors de l'Euro 2020 et son état de santé depuis.

", - "content": "Nommé footballeur de l'année 2021 par The Guardian, Simon Kjaer s'est longuement confié au journal anglais, revenant notamment sur l'accident vécu par Christian Eriksen lors de l'Euro 2020 et son état de santé depuis.

", + "title": "Prix Puskas: Les trois finalistes dévoilés", + "description": "Deux semaines avant le verdict final, la FIFA dévoile ce mardi les trois finalistes pour le prix Puskas récompensant le plus beau but de l’année. Lamela, Schick et Taremi sont en lice pour succéder à Son.

", + "content": "Deux semaines avant le verdict final, la FIFA dévoile ce mardi les trois finalistes pour le prix Puskas récompensant le plus beau but de l’année. Lamela, Schick et Taremi sont en lice pour succéder à Son.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/euro/kjaer-si-je-sais-que-eriksen-va-bien-alors-je-vais-bien_AV-202201010106.html", + "link": "https://rmcsport.bfmtv.com/football/prix-puskas-les-trois-finalistes-devoiles_AV-202201040296.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 12:06:36 GMT", - "enclosure": "https://images.bfmtv.com/Z89ZrcZjK3-MX-8a1GzYPKyw92g=/7x113:2039x1256/800x0/images/Simon-Kjaer-1202350.jpg", + "pubDate": "Tue, 04 Jan 2022 15:10:31 GMT", + "enclosure": "https://images.bfmtv.com/jHVwiICFy53XdxbeTYRgjnaO4a0=/0x106:2048x1258/800x0/images/1203848.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Z89ZrcZjK3-MX-8a1GzYPKyw92g=/7x113:2039x1256/800x0/images/Simon-Kjaer-1202350.jpg", + "image": "https://images.bfmtv.com/jHVwiICFy53XdxbeTYRgjnaO4a0=/0x106:2048x1258/800x0/images/1203848.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21707,20 +22785,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85fbf4e3532e09413d9e5f74e5c6df1c", + "hash": "0955db48dc0b2de5e9bd397ec07bff57", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 1er janvier – Premier League – Angleterre", - "description": "Notre pronostic : Manchester City s’impose sur la pelouse d’Arsenal et au moins trois buts (1.94)

", - "content": "Notre pronostic : Manchester City s’impose sur la pelouse d’Arsenal et au moins trois buts (1.94)

", + "title": "Chelsea: Lukaku a présenté ses excuses, Tuchel annonce son retour dans le groupe", + "description": "Ecarté de la rencontre face à Liverpool le week-end dernier, Romelu Lukaku sera de la partie pour le match de Carabao Cup contre Tottenham ce mercredi (à 20h45). Son entraîneur Thomas Tuchel a aussi annoncé que le Belge lui avait présenté des excuses pour ses propos à Sky Italia.

", + "content": "Ecarté de la rencontre face à Liverpool le week-end dernier, Romelu Lukaku sera de la partie pour le match de Carabao Cup contre Tottenham ce mercredi (à 20h45). Son entraîneur Thomas Tuchel a aussi annoncé que le Belge lui avait présenté des excuses pour ses propos à Sky Italia.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-1er-janvier-premier-league-angleterre_AN-202112310163.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lukaku-a-presente-ses-excuses-tuchel-annonce-son-retour-dans-le-groupe_AV-202201040288.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/JTkvFl30TRz1rKzAUPvK7CP_4l8=/0x65:1984x1181/800x0/images/Manchester-City-1201955.jpg", + "pubDate": "Tue, 04 Jan 2022 14:53:08 GMT", + "enclosure": "https://images.bfmtv.com/Xs2VH-qCrBZG9QXyYHBBl8CR66Q=/0x55:1632x973/800x0/images/Romelu-Lukaku-et-Thomas-Tuchel-1203067.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/JTkvFl30TRz1rKzAUPvK7CP_4l8=/0x65:1984x1181/800x0/images/Manchester-City-1201955.jpg", + "image": "https://images.bfmtv.com/Xs2VH-qCrBZG9QXyYHBBl8CR66Q=/0x55:1632x973/800x0/images/Romelu-Lukaku-et-Thomas-Tuchel-1203067.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21729,20 +22807,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1105b73b625d698d6afe1c501157c4ac", + "hash": "14cbaa65b89162e57b633d93f3063fef", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 1er janvier - Premier League - Angleterre", - "description": "Mon pronostic : Crystal Palace ne perd pas face à West Ham et les deux équipes marquent (2.40)

", - "content": "Mon pronostic : Crystal Palace ne perd pas face à West Ham et les deux équipes marquent (2.40)

", + "title": "PSG: Donnarumma positif après la victoire à Vannes", + "description": "Gianluigi Donnrumma avait été testé positif au Covid-19. Le gardien italien était titulaire la veille à Vannes (N2), lors de la victoire du PSG en 16es de finale de la Coupe de France (0-4).

", + "content": "Gianluigi Donnrumma avait été testé positif au Covid-19. Le gardien italien était titulaire la veille à Vannes (N2), lors de la victoire du PSG en 16es de finale de la Coupe de France (0-4).

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-1er-janvier-premier-league-angleterre_AN-202201010098.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-donnarumma-positif_AV-202201040286.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 11:51:39 GMT", - "enclosure": "https://images.bfmtv.com/21g6vuQoAEXWrqQCSpRdH42hNoI=/0x40:2000x1165/800x0/images/O-Edouard-1202353.jpg", + "pubDate": "Tue, 04 Jan 2022 14:47:15 GMT", + "enclosure": "https://images.bfmtv.com/CVDFgz-yMF4mG2qPjpQFKybhLf4=/0x0:2048x1152/800x0/images/Gianluigi-Donnarumma-1178036.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/21g6vuQoAEXWrqQCSpRdH42hNoI=/0x40:2000x1165/800x0/images/O-Edouard-1202353.jpg", + "image": "https://images.bfmtv.com/CVDFgz-yMF4mG2qPjpQFKybhLf4=/0x0:2048x1152/800x0/images/Gianluigi-Donnarumma-1178036.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21751,20 +22829,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1ad0da2be8bde77ac3a11568bf7dbb6", + "hash": "9143eb6592c354024a743797ff179326", "highlights": [] }, { - "title": "Mercato: Boga va quitter Sassuolo pour rejoindre l'Atalanta", - "description": "L'attaquant ivoirien Jérémie Boga (24 ans) va rejoindre l'Atalanta Bergame en provenance de Sassuolo. Sa visite médicale est programmée ce samedi.

", - "content": "L'attaquant ivoirien Jérémie Boga (24 ans) va rejoindre l'Atalanta Bergame en provenance de Sassuolo. Sa visite médicale est programmée ce samedi.

", + "title": "Bayern: Sané et Upamecano à leur tour positifs au Covid", + "description": "Le Bayern Munich annonce que Leroy Sané et Dayot Upamecano ont été testés positifs au Covid-19. Depuis le début de l’année, six cas avaient déjà été recensés, parmi lesquels les Français Kingsley Coman, Corentin Tolisso et Lucas Hernandez.

", + "content": "Le Bayern Munich annonce que Leroy Sané et Dayot Upamecano ont été testés positifs au Covid-19. Depuis le début de l’année, six cas avaient déjà été recensés, parmi lesquels les Français Kingsley Coman, Corentin Tolisso et Lucas Hernandez.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-boga-va-quitter-sassuolo-pour-rejoindre-l-atalanta_AV-202201010096.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-sane-et-upamecano-a-leur-tour-positifs-au-covid_AV-202201040283.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 11:49:29 GMT", - "enclosure": "https://images.bfmtv.com/MoWL2uHrEFOgEmdjoY8qoF5_ECQ=/0x28:2032x1171/800x0/images/Jeremie-BOGA-1202322.jpg", + "pubDate": "Tue, 04 Jan 2022 14:42:15 GMT", + "enclosure": "https://images.bfmtv.com/VMWGJtyusLfIhFiHBbpgd0LU9Bg=/0x106:2048x1258/800x0/images/1203837.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MoWL2uHrEFOgEmdjoY8qoF5_ECQ=/0x28:2032x1171/800x0/images/Jeremie-BOGA-1202322.jpg", + "image": "https://images.bfmtv.com/VMWGJtyusLfIhFiHBbpgd0LU9Bg=/0x106:2048x1258/800x0/images/1203837.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21773,20 +22851,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b12e888dc570d881af1f088fb600a72", + "hash": "7ff8ff186b905976681ec29003d68add", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 1er janvier - Premier League - Angleterre", - "description": "Mon pronostic : Manchester City s'impose sur la pelouse d'Arsenal et les deux équipes marquent (3.00)

", - "content": "Mon pronostic : Manchester City s'impose sur la pelouse d'Arsenal et les deux équipes marquent (3.00)

", + "title": "Mercato: Pascal Plancque mis à pied par Nîmes", + "description": "Alors que les résultats de Nîmes sont plus que décevants, Pascal Plancque a été mis à pied ce mardi par le président Rani Assaf.

", + "content": "Alors que les résultats de Nîmes sont plus que décevants, Pascal Plancque a été mis à pied ce mardi par le président Rani Assaf.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-1er-janvier-premier-league-angleterre_AN-202201010088.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-2/mercato-pascal-plancque-mis-a-pied-par-nimes_AV-202201040277.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 11:37:37 GMT", - "enclosure": "https://images.bfmtv.com/RZgAPBtXFGLEBkj_DcneetkDtx8=/0x112:2000x1237/800x0/images/K-De-Bruyne-1202339.jpg", + "pubDate": "Tue, 04 Jan 2022 14:27:38 GMT", + "enclosure": "https://images.bfmtv.com/-cZb3QyXZnjcp1jc_QT-A0fqO0Q=/0x13:1008x580/800x0/images/Pascal-Plancque-963639.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/RZgAPBtXFGLEBkj_DcneetkDtx8=/0x112:2000x1237/800x0/images/K-De-Bruyne-1202339.jpg", + "image": "https://images.bfmtv.com/-cZb3QyXZnjcp1jc_QT-A0fqO0Q=/0x13:1008x580/800x0/images/Pascal-Plancque-963639.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21795,20 +22873,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a10814f00314e709c3a854496ace211", + "hash": "c70d11e5deebf53a09ad176e02a5517a", "highlights": [] }, { - "title": "Mercato en direct: Mourinho perd son adjoint", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari du jour du 4 janvier – Coupe de France", + "description": "Notre pronostic : Lille ne perd pas à Lens et au moins deux buts (1.98)

", + "content": "Notre pronostic : Lille ne perd pas à Lens et au moins deux buts (1.98)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-4-janvier-coupe-de-france_AN-202201030267.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/c6SRyI-JHQNtF95YORl8EiE3a7c=/0x58:2048x1210/800x0/images/Sacramento-et-Mourinho-1202438.jpg", + "pubDate": "Mon, 03 Jan 2022 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/17FdPLcYXKTrwjS9l5wifNGD9Pc=/0x48:2000x1173/800x0/images/Y-Yazici-1203159.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/c6SRyI-JHQNtF95YORl8EiE3a7c=/0x58:2048x1210/800x0/images/Sacramento-et-Mourinho-1202438.jpg", + "image": "https://images.bfmtv.com/17FdPLcYXKTrwjS9l5wifNGD9Pc=/0x48:2000x1173/800x0/images/Y-Yazici-1203159.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21817,20 +22895,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfe86616c418be15d538cac155cc1838", + "hash": "777e868109853cc5f3e1b78479d82e48", "highlights": [] }, { - "title": "NBA: LeBron James termine 2021 par une démonstration face aux Blazers", - "description": "LeBron James, qui vient de fêter ses 37 ans, a empilé 43 points synonymes d'une large victoire des Los Angeles Lakers sur Portland (139-106), vendredi, en NBA. Russell Westbrook a lui aussi brillé avec son 9e triple-double cette saison.

", - "content": "LeBron James, qui vient de fêter ses 37 ans, a empilé 43 points synonymes d'une large victoire des Los Angeles Lakers sur Portland (139-106), vendredi, en NBA. Russell Westbrook a lui aussi brillé avec son 9e triple-double cette saison.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 4 janvier – NBA", + "description": "Mon pronositc : Memphis s’impose contre Cleveland (2.25)

", + "content": "Mon pronositc : Memphis s’impose contre Cleveland (2.25)

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-le-bron-james-termine-2021-par-une-demonstration-face-aux-blazers_AV-202201010069.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-4-janvier-nba_AN-202201040269.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 10:52:56 GMT", - "enclosure": "https://images.bfmtv.com/KKQZ9AA4rmad9dKs7A-ppI1STz4=/0x0:2048x1152/800x0/images/LeBron-JAMES-1202316.jpg", + "pubDate": "Tue, 04 Jan 2022 14:01:14 GMT", + "enclosure": "https://images.bfmtv.com/B4AfiX0Nn5Unm4ZjdokYA7uFOaY=/0x24:2000x1149/800x0/images/J-Morrant-1203817.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/KKQZ9AA4rmad9dKs7A-ppI1STz4=/0x0:2048x1152/800x0/images/LeBron-JAMES-1202316.jpg", + "image": "https://images.bfmtv.com/B4AfiX0Nn5Unm4ZjdokYA7uFOaY=/0x24:2000x1149/800x0/images/J-Morrant-1203817.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21839,20 +22917,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8dfc4ea0f9617bed6c1eb0ed10fba074", + "hash": "0c87cb5307fedba4c2116b9b99b836ea", "highlights": [] }, { - "title": "Nouvel An 2022: les voeux de Ronaldo pour Manchester United", - "description": "Cristiano Ronaldo a fait le bilan de son année 2021 et a donné ses objectifs avec Manchester United.

", - "content": "Cristiano Ronaldo a fait le bilan de son année 2021 et a donné ses objectifs avec Manchester United.

", + "title": "Mercato: André Onana va signer un contrat de cinq ans avec l’Inter", + "description": "Le gardien camerounais André Onana, relégué à l'Ajax Amsterdam, va signer un contrat longue durée avec l'Inter, qu'il rejoindra la saison prochaine.

", + "content": "Le gardien camerounais André Onana, relégué à l'Ajax Amsterdam, va signer un contrat longue durée avec l'Inter, qu'il rejoindra la saison prochaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/nouvel-an-2022-les-voeux-de-ronaldo-pour-manchester-united_AV-202201010068.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-andre-onana-va-signer-un-contrat-de-cinq-ans-avec-l-inter_AV-202201040135.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 10:50:23 GMT", - "enclosure": "https://images.bfmtv.com/AixAZoQF--tcfwbLMpwOb-lhl5o=/0x85:2048x1237/800x0/images/Cristiano-Ronaldo-1202302.jpg", + "pubDate": "Tue, 04 Jan 2022 09:10:38 GMT", + "enclosure": "https://images.bfmtv.com/nL_zBJGOmTN9cgE-McdRP_1MsJc=/0x0:1200x675/800x0/images/-962900.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/AixAZoQF--tcfwbLMpwOb-lhl5o=/0x85:2048x1237/800x0/images/Cristiano-Ronaldo-1202302.jpg", + "image": "https://images.bfmtv.com/nL_zBJGOmTN9cgE-McdRP_1MsJc=/0x0:1200x675/800x0/images/-962900.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21861,20 +22939,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4100ff4445a000f238935c2f8bd49aa", + "hash": "631c020abf6ce91b7609cf369e34fd33", "highlights": [] }, { - "title": "Premier super-agent du football, Juan Figer est mort", - "description": "Considéré comme l'un des premiers agents influents dans le monde du football, Juan Figer est mort ce vendredi à 87 ans. Il a notamment joué un rôle dans le transfert de Maradona à Naples et Romario au FC Barcelone.

", - "content": "Considéré comme l'un des premiers agents influents dans le monde du football, Juan Figer est mort ce vendredi à 87 ans. Il a notamment joué un rôle dans le transfert de Maradona à Naples et Romario au FC Barcelone.

", + "title": "Mercato: Arsenal veut vendre Aubameyang (mais pas encore à n'importe quel prix)", + "description": "Ecarté du groupe d'Arsenal, Pierre-Emerick Aubameyang (32 ans) pourrait quitter Arsenal. Sous contrat jusqu'en 2023, le Gabonais, actuellement à la CAN, ne fait plus partie des plans de Mikel Arteta.

", + "content": "Ecarté du groupe d'Arsenal, Pierre-Emerick Aubameyang (32 ans) pourrait quitter Arsenal. Sous contrat jusqu'en 2023, le Gabonais, actuellement à la CAN, ne fait plus partie des plans de Mikel Arteta.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-super-agent-du-football-juan-figer-est-mort_AV-202201010063.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-arsenal-veut-vendre-aubameyang-mais-pas-encore-a-n-importe-quel-prix_AV-202201040131.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 10:36:45 GMT", - "enclosure": "https://images.bfmtv.com/zkn4QZYr7KyDlnNdWzRu4WPHpMk=/0x125:2048x1277/800x0/images/Dunga-Maradona-1202317.jpg", + "pubDate": "Tue, 04 Jan 2022 08:58:13 GMT", + "enclosure": "https://images.bfmtv.com/7_vI5AjtkhbaJFfI3ZrwWRjTHTk=/0x0:2032x1143/800x0/images/Pierre-Emerick-Aubameyang-lors-de-Manchester-City-Arsenal-le-28-aout-2021-1117615.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/zkn4QZYr7KyDlnNdWzRu4WPHpMk=/0x125:2048x1277/800x0/images/Dunga-Maradona-1202317.jpg", + "image": "https://images.bfmtv.com/7_vI5AjtkhbaJFfI3ZrwWRjTHTk=/0x0:2032x1143/800x0/images/Pierre-Emerick-Aubameyang-lors-de-Manchester-City-Arsenal-le-28-aout-2021-1117615.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21883,20 +22961,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "33b2b28aac12df2e500db833ae32aa2e", + "hash": "611b3de1ffd799afe80355f442f477bf", "highlights": [] }, { - "title": "Mercato: Mbappé, Pogba, Dembélé... Ces joueurs libres de signer où ils veulent", - "description": "Depuis ce samedi 1er janvier, les joueurs qui seront en fin de contrat en juin prochain peuvent négocier avec les clubs de leur choix. Kylian Mbappé, Paul Pogba, Ousmane Dembélé ou encore Luka Modric sont notamment concernés.

", - "content": "Depuis ce samedi 1er janvier, les joueurs qui seront en fin de contrat en juin prochain peuvent négocier avec les clubs de leur choix. Kylian Mbappé, Paul Pogba, Ousmane Dembélé ou encore Luka Modric sont notamment concernés.

", + "title": "Mercato en direct: Onana va signer un contrat longue durée avec l'Inter", + "description": "Le mercato hivernal a ouvert ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal a ouvert ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-mbappe-pogba-dembele-ces-joueurs-libres-de-signer-ou-ils-veulent_AV-202201010060.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 10:24:23 GMT", - "enclosure": "https://images.bfmtv.com/zHoAW8kKM4qV3xEUEynmRf6l74g=/0x61:2048x1213/800x0/images/Ousmane-DEMBELE-et-Kylian-MBAPPE-1202289.jpg", + "pubDate": "Mon, 03 Jan 2022 06:10:44 GMT", + "enclosure": "https://images.bfmtv.com/mAAztGoZ3RaOD-t-lMUbMmouFqA=/0x0:1200x675/800x0/images/Andre-Onana-1157427.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/zHoAW8kKM4qV3xEUEynmRf6l74g=/0x61:2048x1213/800x0/images/Ousmane-DEMBELE-et-Kylian-MBAPPE-1202289.jpg", + "image": "https://images.bfmtv.com/mAAztGoZ3RaOD-t-lMUbMmouFqA=/0x0:1200x675/800x0/images/Andre-Onana-1157427.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21905,20 +22983,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "28de4db8c9b5ef77115d97e8c488d4a4", + "hash": "ef137d55c958fc527093c548a2fde289", "highlights": [] }, { - "title": "Mercato en direct: Xavi espère que Dembélé fera un \"effort\"", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Eau potable, cuisiniers et personnel... les grandes précautions du Maroc face au Covid à la CAN", + "description": "Le Maroc a pris la direction du Cameroun lundi avec de très nombreux équipements et denrées pour éviter toute contamination au coronavirus pendant la compétition. La délégation a aussi emmené son propre personnel.

", + "content": "Le Maroc a pris la direction du Cameroun lundi avec de très nombreux équipements et denrées pour éviter toute contamination au coronavirus pendant la compétition. La délégation a aussi emmené son propre personnel.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/eau-potable-cuisiniers-et-personnel-les-grandes-precautions-du-maroc-face-au-covid-a-la-can_AV-202201040127.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/lAryvFN8ymppuePIqJqrA4RExd4=/913x106:2033x736/800x0/images/Xavi-Dembele-1202421.jpg", + "pubDate": "Tue, 04 Jan 2022 08:51:28 GMT", + "enclosure": "https://images.bfmtv.com/F80EQJJJ0f5xFlmk0CEy1_dCXlc=/0x172:2048x1324/800x0/images/La-delegation-marocaine-lors-de-la-Coupe-arabe-1203649.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/lAryvFN8ymppuePIqJqrA4RExd4=/913x106:2033x736/800x0/images/Xavi-Dembele-1202421.jpg", + "image": "https://images.bfmtv.com/F80EQJJJ0f5xFlmk0CEy1_dCXlc=/0x172:2048x1324/800x0/images/La-delegation-marocaine-lors-de-la-Coupe-arabe-1203649.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21927,20 +23005,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3c48c04f18c88e6ec0f0526143609d0", + "hash": "5120fd8c497674ab4428d25987f7da02", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: Xavi demande le report de Majorque-Barça", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "Troyes: le message classe de Batlles pour son départ", + "description": "Remercié en fin d'année dernière par l'Estac, 15e de Ligue 1 à mi-parcours, Laurent Batlles a remercié le club, qu'il \"noubliera jamais\".

", + "content": "Remercié en fin d'année dernière par l'Estac, 15e de Ligue 1 à mi-parcours, Laurent Batlles a remercié le club, qu'il \"noubliera jamais\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/troyes-le-message-classe-de-batlles-pour-son-depart_AV-202201040121.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", - "enclosure": "https://images.bfmtv.com/da9Dq1hRXRMfT0rgxTqJRNqMZfI=/0x49:2048x1201/800x0/images/Xavi-lors-d-une-conference-de-presse-du-Barca-1183631.jpg", + "pubDate": "Tue, 04 Jan 2022 08:41:35 GMT", + "enclosure": "https://images.bfmtv.com/vS3mDu8Hznq9ceXsNYXj9Gn_PBQ=/0x40:768x472/800x0/images/L-entraineur-Laurent-Batlles-lors-du-match-de-L1-entre-son-club-de-Troyes-et-l-Olympique-de-Marseille-le-28-novembre-2021-1201501.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/da9Dq1hRXRMfT0rgxTqJRNqMZfI=/0x49:2048x1201/800x0/images/Xavi-lors-d-une-conference-de-presse-du-Barca-1183631.jpg", + "image": "https://images.bfmtv.com/vS3mDu8Hznq9ceXsNYXj9Gn_PBQ=/0x40:768x472/800x0/images/L-entraineur-Laurent-Batlles-lors-du-match-de-L1-entre-son-club-de-Troyes-et-l-Olympique-de-Marseille-le-28-novembre-2021-1201501.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21949,20 +23027,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfbe3db218187fc83208eeae97d84e96", + "hash": "94378e829ae0aafac578d19a00adddec", "highlights": [] }, { - "title": "Légion d'honneur: Tigana, Dumerc... Ces personnalités sportives décorées au 1er janvier", - "description": "Plusieurs personnalités du monde du sport français ont été décorées parmi la promotion civile du 1er janvier de la Légion d'honneur et de l'ordre national du Mérite.

", - "content": "Plusieurs personnalités du monde du sport français ont été décorées parmi la promotion civile du 1er janvier de la Légion d'honneur et de l'ordre national du Mérite.

", + "title": "Le sport face au covid en direct: les très grandes précautions du Maroc pendant la CAN", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/legion-d-honneur-tigana-dumerc-ces-anciens-sportifs-decores-au-1er-janvier_AV-202201010052.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-en-direct-le-coup-de-gueule-de-genesio-contre-les-instances-du-foot-francais_LN-202201030088.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 09:55:57 GMT", - "enclosure": "https://images.bfmtv.com/VUZ9OWEOxsjXOHVCBu0rx8JpIVc=/0x128:2048x1280/800x0/images/Tigana-1202291.jpg", + "pubDate": "Mon, 03 Jan 2022 07:45:21 GMT", + "enclosure": "https://images.bfmtv.com/WR-omLG18ChYyjHnbF4PiB_5hyw=/0x106:2048x1258/800x0/images/Le-stade-Olembe-au-Cameroun-1203643.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VUZ9OWEOxsjXOHVCBu0rx8JpIVc=/0x128:2048x1280/800x0/images/Tigana-1202291.jpg", + "image": "https://images.bfmtv.com/WR-omLG18ChYyjHnbF4PiB_5hyw=/0x106:2048x1258/800x0/images/Le-stade-Olembe-au-Cameroun-1203643.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21971,20 +23049,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "968141f01af837b734b696b80a0389bf", + "hash": "4187fa6e21e5284e57d11b8059ca98b5", "highlights": [] }, { - "title": "Équipe de France: le message de Deschamps aux supporters en vue du Mondial 2022", - "description": "En ce samedi 1er janvier, Didier Deschamps a tenu à s'adresser aux supporters de l'équipe de France, pour leur souhaiter une bonne année et les appeler à soutenir les Bleus à l'approche de la Coupe du monde 2022 au Qatar.

", - "content": "En ce samedi 1er janvier, Didier Deschamps a tenu à s'adresser aux supporters de l'équipe de France, pour leur souhaiter une bonne année et les appeler à soutenir les Bleus à l'approche de la Coupe du monde 2022 au Qatar.

", + "title": "Lyon: isolé à Dubaï, Paqueta est de retour à Lyon", + "description": "Contraint de rester à Dubaï en raison d'un test positif au Covid, Lucas Paqueta est rentré à Lyon dans la nuit de lundi à mardi. Une bonne nouvelle pour l'OL, qui reçoit le PSG ce dimanche.

", + "content": "Contraint de rester à Dubaï en raison d'un test positif au Covid, Lucas Paqueta est rentré à Lyon dans la nuit de lundi à mardi. Une bonne nouvelle pour l'OL, qui reçoit le PSG ce dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-le-message-de-deschamps-aux-supporters-en-vue-du-mondial-2022_AV-202201010039.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lyon-isole-a-dubai-paqueta-est-de-retour-a-lyon_AV-202201040110.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 09:12:44 GMT", - "enclosure": "https://images.bfmtv.com/BdrDG-XQugu-1ygBfIEkGL7_hSw=/0x36:2048x1188/800x0/images/Didier-DESCHAMPS-1202275.jpg", + "pubDate": "Tue, 04 Jan 2022 08:16:58 GMT", + "enclosure": "https://images.bfmtv.com/L6TGFiWGvnJXnPqoxzNLCCvGHnI=/0x0:1984x1116/800x0/images/Lucas-Paqueta-1190343.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BdrDG-XQugu-1ygBfIEkGL7_hSw=/0x36:2048x1188/800x0/images/Didier-DESCHAMPS-1202275.jpg", + "image": "https://images.bfmtv.com/L6TGFiWGvnJXnPqoxzNLCCvGHnI=/0x0:1984x1116/800x0/images/Lucas-Paqueta-1190343.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -21993,20 +23071,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ffc1dff44c71541ba0504c5ece4764a", + "hash": "71510be2dd0c9734ba261a14df8dc000", "highlights": [] }, { - "title": "Serie A: la Salernitana trouve un repreneur in extremis et évite l'exclusion", - "description": "La Salernitana, l'équipe de Franck Ribéry, avait jusqu'au 31 décembre pour trouver un repreneur et ainsi échapper à une exclusion de la Serie A. Selon la presse italienne, l'offre d'un entrepreneur napolitain a été validée in extremis vendredi.

", - "content": "La Salernitana, l'équipe de Franck Ribéry, avait jusqu'au 31 décembre pour trouver un repreneur et ainsi échapper à une exclusion de la Serie A. Selon la presse italienne, l'offre d'un entrepreneur napolitain a été validée in extremis vendredi.

", + "title": "Vannes-PSG: Après son triplé, Mbappé encensé par tout le monde", + "description": "Auteur d'un triplé face à Vannes en 16e de finale de la Coupe de France, Kylian Mbappé entame 2022 sur les chapeaux de roue et a impressionné les acteurs de la rencontre au stade de la Rabine.

", + "content": "Auteur d'un triplé face à Vannes en 16e de finale de la Coupe de France, Kylian Mbappé entame 2022 sur les chapeaux de roue et a impressionné les acteurs de la rencontre au stade de la Rabine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-la-salernitana-trouve-un-repreneur-in-extremis-et-evite-l-exclusion_AV-202201010027.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/vannes-psg-apres-son-triple-mbappe-encense-par-tout-le-monde_AV-202201040100.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 08:15:30 GMT", - "enclosure": "https://images.bfmtv.com/rYchJQAca_UcCYJfzYRgr1rXbQE=/0x31:2048x1183/800x0/images/Franck-RIBERY-1202260.jpg", + "pubDate": "Tue, 04 Jan 2022 07:46:52 GMT", + "enclosure": "https://images.bfmtv.com/lqPdNQktFegDpi1etWxCdk8xqek=/0x0:768x432/800x0/images/Un-grand-Kylian-Mbappe-a-ete-le-grand-artisan-de-la-victoire-du-PSG-sur-Vannes-en-Coupe-de-France-au-stade-de-La-Rabine-le-3-janvier-2022-1203436.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/rYchJQAca_UcCYJfzYRgr1rXbQE=/0x31:2048x1183/800x0/images/Franck-RIBERY-1202260.jpg", + "image": "https://images.bfmtv.com/lqPdNQktFegDpi1etWxCdk8xqek=/0x0:768x432/800x0/images/Un-grand-Kylian-Mbappe-a-ete-le-grand-artisan-de-la-victoire-du-PSG-sur-Vannes-en-Coupe-de-France-au-stade-de-La-Rabine-le-3-janvier-2022-1203436.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22015,20 +23093,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f24a34f0734a31097699dc72a07617a4", + "hash": "31692c76f1d0cf8f0b7bbda45e3e716c", "highlights": [] }, { - "title": "Premier League: à quelle heure et sur quelle chaîne regarder Arsenal-Manchester City", - "description": "Pas de repos pour les joueurs de Premier League, qui enchaînent en ce 1er janvier avec un alléchant Arsenal-Manchester City. Malgré le report de Leicester-Norwich, deux autres rencontres sont à suivre en intégralité sur RMC Sport 1.

", - "content": "Pas de repos pour les joueurs de Premier League, qui enchaînent en ce 1er janvier avec un alléchant Arsenal-Manchester City. Malgré le report de Leicester-Norwich, deux autres rencontres sont à suivre en intégralité sur RMC Sport 1.

", + "title": "OM: Alvaro s’amuse d’une rumeur l’envoyant à Strasbourg", + "description": "Alvaro Gonzalez (31 ans), défenseur de l’OM, a publié un message ironique sur son compte Twitter en réponse à une rumeur évoquant des intérêts de Strasbourg et Bordeaux pour le recruter cet hiver.

", + "content": "Alvaro Gonzalez (31 ans), défenseur de l’OM, a publié un message ironique sur son compte Twitter en réponse à une rumeur évoquant des intérêts de Strasbourg et Bordeaux pour le recruter cet hiver.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-a-quelle-heure-et-sur-quelle-chaine-suivre-arsenal-manchester-city_AV-202201010026.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-alvaro-s-amuse-d-une-rumeur-l-envoyant-a-strasbourg_AV-202201040098.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 08:04:12 GMT", - "enclosure": "https://images.bfmtv.com/p5ToGYOBzTeMerayIJeVAIWIxvE=/0x64:1984x1180/800x0/images/Manchester-City-1201955.jpg", + "pubDate": "Tue, 04 Jan 2022 07:43:02 GMT", + "enclosure": "https://images.bfmtv.com/sVPG4BJPNvn_rZ6s_JoZ7iXBa9o=/170x242:2042x1295/800x0/images/Alvaro-1117724.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/p5ToGYOBzTeMerayIJeVAIWIxvE=/0x64:1984x1180/800x0/images/Manchester-City-1201955.jpg", + "image": "https://images.bfmtv.com/sVPG4BJPNvn_rZ6s_JoZ7iXBa9o=/170x242:2042x1295/800x0/images/Alvaro-1117724.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22037,20 +23115,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c2b433f4d63bc247acda8d580567792", + "hash": "fa5c816d280af25cdee5620781342281", "highlights": [] }, { - "title": "Top 14: 19 cas de Covid à Toulon, le match à Montpellier plus que menacé", - "description": "Fortement touché par le Covid, le RC Toulon compte dans ses rangs pas moins de 19 cas positifs dans son effectif. La rencontre face à Montpellier, prévue ce dimanche (21h05) est plus que menacée.

", - "content": "Fortement touché par le Covid, le RC Toulon compte dans ses rangs pas moins de 19 cas positifs dans son effectif. La rencontre face à Montpellier, prévue ce dimanche (21h05) est plus que menacée.

", + "title": "ATP Cup: pas d'exploit pour la France, éliminée après sa défaite contre l'Italie", + "description": "Battue (3-0) par l'Italie de Jannik Sinner et Matteo Berrettini lors de sa deuxième rencontre dans la compétition, l'équipe de France est déjà éliminée de l'ATP Cup.

", + "content": "Battue (3-0) par l'Italie de Jannik Sinner et Matteo Berrettini lors de sa deuxième rencontre dans la compétition, l'équipe de France est déjà éliminée de l'ATP Cup.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-19-cas-de-covid-a-toulon-le-match-a-montpellier-plus-que-menace_AV-202201010022.html", + "link": "https://rmcsport.bfmtv.com/tennis/atp-cup-pas-d-exploit-pour-la-france-eliminee-apres-sa-defaite-contre-l-italie_AV-202201040092.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 07:34:35 GMT", - "enclosure": "https://images.bfmtv.com/o395N2GwUTHKR-WP2JH6DH66il8=/0x106:2048x1258/800x0/images/1202157.jpg", + "pubDate": "Tue, 04 Jan 2022 07:33:19 GMT", + "enclosure": "https://images.bfmtv.com/VhDEUM6nsdERugqNn6ezs4TKSlM=/0x0:1200x675/800x0/images/Arthur-Rinderknech-1203586.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/o395N2GwUTHKR-WP2JH6DH66il8=/0x106:2048x1258/800x0/images/1202157.jpg", + "image": "https://images.bfmtv.com/VhDEUM6nsdERugqNn6ezs4TKSlM=/0x0:1200x675/800x0/images/Arthur-Rinderknech-1203586.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22059,20 +23137,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce8d626acbb6c97d23a51831a28eb67f", + "hash": "7d69a60c11a3456256b98752cdd15cf4", "highlights": [] }, { - "title": "PSG: pour 2022, Messi souhaite la fin du \"virus de merde\"", - "description": "Sur ses réseaux sociaux, Lionel Messi a fait un (court) bilan de son année 2021 et partagé ses vœux pour 2022. Avec un souhait : que le coronavirus disparaisse enfin.

", - "content": "Sur ses réseaux sociaux, Lionel Messi a fait un (court) bilan de son année 2021 et partagé ses vœux pour 2022. Avec un souhait : que le coronavirus disparaisse enfin.

", + "title": "Chelsea: Lukaku attendu contre Tottenham après une discussion avec Tuchel", + "description": "Le Guardian et le Telegraph annoncent le retour plus que probable de Romelu Lukaku après que l’attaquant belge a eu une discussion jugée productive avec son entraîneur. Suffisamment en tout cas pour mettre un terme à sa mise à l’écart, qui faisait suite à une interview où il exprimait son mal-être à Chelsea.

", + "content": "Le Guardian et le Telegraph annoncent le retour plus que probable de Romelu Lukaku après que l’attaquant belge a eu une discussion jugée productive avec son entraîneur. Suffisamment en tout cas pour mettre un terme à sa mise à l’écart, qui faisait suite à une interview où il exprimait son mal-être à Chelsea.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pour-2022-messi-souhaite-la-fin-du-virus-de-merde_AV-202201010021.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lukaku-attendu-contre-tottenham-apres-une-discussion-avec-tuchel_AV-202201040064.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 07:30:40 GMT", - "enclosure": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", + "pubDate": "Tue, 04 Jan 2022 06:55:00 GMT", + "enclosure": "https://images.bfmtv.com/GE3tDMtCQC25E_C8FMare9k2bQI=/0x0:1200x675/800x0/images/Romelu-Lukaku-1203545.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", + "image": "https://images.bfmtv.com/GE3tDMtCQC25E_C8FMare9k2bQI=/0x0:1200x675/800x0/images/Romelu-Lukaku-1203545.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22081,20 +23159,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ddb4d7f6d9f47e3743c6c86e29bcdf4", + "hash": "6097cc0434408ae2e147c3a8f59e7bfd", "highlights": [] }, { - "title": "Mercato en direct: Clement présent dimanche au match de Monaco", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Mercato: Haaland souhaiterait choisir son nouveau club dès janvier", + "description": "Selon Marca, Erling Haaland (21 ans) souhaiterait connaître sa future destination au 31 janvier. Le Real Madrid et le FC Barcelone se prépare en coulisses alors que le joueur travaille les dessous d’un éventuel accord avec son agent Mino Raiola.

", + "content": "Selon Marca, Erling Haaland (21 ans) souhaiterait connaître sa future destination au 31 janvier. Le Real Madrid et le FC Barcelone se prépare en coulisses alors que le joueur travaille les dessous d’un éventuel accord avec son agent Mino Raiola.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-haaland-souhaiterait-choisir-son-nouveau-club-des-janvier_AV-202201040060.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", + "pubDate": "Tue, 04 Jan 2022 06:51:40 GMT", + "enclosure": "https://images.bfmtv.com/tQ_QP0QMLBihRnidlrVstYclm64=/0x150:2048x1302/800x0/images/Erling-HAALAND-1191208.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", + "image": "https://images.bfmtv.com/tQ_QP0QMLBihRnidlrVstYclm64=/0x150:2048x1302/800x0/images/Erling-HAALAND-1191208.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22103,20 +23181,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dac8e92a85562db8de55fb47f9388d38", + "hash": "9f3b396f504ae44d32911278eb33c829", "highlights": [] }, { - "title": "Arsenal-Man City en direct: Mahrez égalise contre le cours du jeu, Gabriel expulsé", - "description": "Pas de repos pour les joueurs de Premier League, qui enchaînent en ce 1er janvier avec un alléchant Arsenal-Manchester City. Une rencontre à suivre sur RMC Sport 1 à partir de 13h30 !

", - "content": "Pas de repos pour les joueurs de Premier League, qui enchaînent en ce 1er janvier avec un alléchant Arsenal-Manchester City. Une rencontre à suivre sur RMC Sport 1 à partir de 13h30 !

", + "title": "PSG: Pochettino salue l'implication de Mbappé malgré sa situation contractuelle", + "description": "La situation de Kylian Mbappé, dont le contrat avec le PSG expire au mois de juin prochain, n’inspire aucune crainte à son entraîneur, Mauricio Pochettino, persuadé de pouvoir compter sur la meilleure version de son attaquant jusqu’à la fin de la saison.

", + "content": "La situation de Kylian Mbappé, dont le contrat avec le PSG expire au mois de juin prochain, n’inspire aucune crainte à son entraîneur, Mauricio Pochettino, persuadé de pouvoir compter sur la meilleure version de son attaquant jusqu’à la fin de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-arsenal-man-city-en-direct_LS-202201010074.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-pochettino-salue-l-implication-de-mbappe-malgre-sa-situation-contractuelle_AV-202201040041.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 11:11:01 GMT", - "enclosure": "https://images.bfmtv.com/Pg6b0GEKNlZ61FZxJr0pbpDTSfk=/0x18:1824x1044/800x0/images/Saka-1202378.jpg", + "pubDate": "Tue, 04 Jan 2022 06:21:16 GMT", + "enclosure": "https://images.bfmtv.com/8iarB3lOygtG6zhN4zvCvx022M8=/0x0:1200x675/800x0/images/Kylian-Mbappe-1203519.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Pg6b0GEKNlZ61FZxJr0pbpDTSfk=/0x18:1824x1044/800x0/images/Saka-1202378.jpg", + "image": "https://images.bfmtv.com/8iarB3lOygtG6zhN4zvCvx022M8=/0x0:1200x675/800x0/images/Kylian-Mbappe-1203519.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22125,20 +23203,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "31fd6529e05ad12677f0ce4a0128ee33", + "hash": "10d80cd751e083ac19b0a5e0ea2bc787", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: Montpellier-Toulon reporté en Top 14", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "Vannes-PSG: comment Lavenant a récupéré le maillot de Mbappé", + "description": "Alexandre Lavenant (26 ans), défenseur de Vannes (Nationale 2), a récupéré le maillot de Kylian Mbappé à l’issue du 16e de finale perdu face au PSG (0-4), lundi.

", + "content": "Alexandre Lavenant (26 ans), défenseur de Vannes (Nationale 2), a récupéré le maillot de Kylian Mbappé à l’issue du 16e de finale perdu face au PSG (0-4), lundi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/vannes-psg-comment-lavenant-a-recupere-le-maillot-de-mbappe_AV-202201040032.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", - "enclosure": "https://images.bfmtv.com/n2oPscmWXpigLGfVnphn_RFhS7c=/0x212:2048x1364/800x0/images/Les-joueurs-du-RCT-1202138.jpg", + "pubDate": "Tue, 04 Jan 2022 06:03:29 GMT", + "enclosure": "https://images.bfmtv.com/1IoNyANhHMm-qwfZDM-zeaSWIKQ=/0x212:2048x1364/800x0/images/Kylian-Mbappe-1203509.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/n2oPscmWXpigLGfVnphn_RFhS7c=/0x212:2048x1364/800x0/images/Les-joueurs-du-RCT-1202138.jpg", + "image": "https://images.bfmtv.com/1IoNyANhHMm-qwfZDM-zeaSWIKQ=/0x212:2048x1364/800x0/images/Kylian-Mbappe-1203509.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22147,20 +23225,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0c69cdddc78b3e8a20088578ce9ebfa", + "hash": "b93a314c60c74bb2877fde6cfa2a9dad", "highlights": [] }, { - "title": "Le mercato d'hiver est officiellement ouvert et ça s'annonce bouillant", - "description": "Le mercato a ouvert officiellement ce samedi en France, en Allemagne et en Angleterre. De gros voire très gros dossiers sont sur la table, pour ce mois-ci... et l'été prochain, avec des noms comme Kylian Mbappé, Erling Haaland, Philippe Coutinho, Ousmane Dembélé ou Anthony Martial qui devraient truster les gros titres.

", - "content": "Le mercato a ouvert officiellement ce samedi en France, en Allemagne et en Angleterre. De gros voire très gros dossiers sont sur la table, pour ce mois-ci... et l'été prochain, avec des noms comme Kylian Mbappé, Erling Haaland, Philippe Coutinho, Ousmane Dembélé ou Anthony Martial qui devraient truster les gros titres.

", + "title": "Ligue des champions: les dates avancées lors de la prochaine saison", + "description": "L’UEFA a dévoilé son calendrier complet des compétitions de l’année 2022. Les phases de poules de la Ligue des champions, Ligue Europa et Conference League prendront fin début novembre, soir un mois plus tôt que d’habitude en raison de la Coupe du monde au Qatar.

", + "content": "L’UEFA a dévoilé son calendrier complet des compétitions de l’année 2022. Les phases de poules de la Ligue des champions, Ligue Europa et Conference League prendront fin début novembre, soir un mois plus tôt que d’habitude en raison de la Coupe du monde au Qatar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-d-hiver-est-officiellement-ouvert-et-ca-s-annonce-bouillant_AV-202112310366.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-dates-avancees-lors-de-la-prochaine-saison_AV-202201040021.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", + "pubDate": "Tue, 04 Jan 2022 05:41:00 GMT", + "enclosure": "https://images.bfmtv.com/GrC0p8uPEBxuFrkqM3S_IZ08Xv4=/0x162:2048x1314/800x0/images/Le-trophee-de-la-Ligue-des-champions-1203497.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", + "image": "https://images.bfmtv.com/GrC0p8uPEBxuFrkqM3S_IZ08Xv4=/0x162:2048x1314/800x0/images/Le-trophee-de-la-Ligue-des-champions-1203497.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22169,20 +23247,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7378b7e0276158ddbd43008630711f4d", + "hash": "39ee7d24d786128b1128ce75a3e85616", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari de folie du 1er janvier – Premier League – Angleterre", - "description": "Notre pronostic : Tottenham s’impose à Watford et les deux équipes marquent (3.10)

", - "content": "Notre pronostic : Tottenham s’impose à Watford et les deux équipes marquent (3.10)

", + "title": "Mercato: Umtiti fait perdre patience au Barça", + "description": "Selon Sport, Samuel Umtiti (28 ans) aurait récemment repoussé une offre de Fenerbahce pour privilégier un éventuel départ dans un club de Ligue des champions ou de rester au Barça, qui se crispe de plus en plus au sujet du Français.

", + "content": "Selon Sport, Samuel Umtiti (28 ans) aurait récemment repoussé une offre de Fenerbahce pour privilégier un éventuel départ dans un club de Ligue des champions ou de rester au Barça, qui se crispe de plus en plus au sujet du Français.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-1er-janvier-premier-league-angleterre_AN-202112310162.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-umtiti-fait-perdre-patience-au-barca_AV-202201040009.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/wL2dSOSdZeUW_FCEbBXp7EFeGTo=/0x57:2000x1182/800x0/images/Tottenham-1201953.jpg", + "pubDate": "Tue, 04 Jan 2022 05:03:58 GMT", + "enclosure": "https://images.bfmtv.com/rHF7-1TVwoO7TdWNerp2QKp8taQ=/0x204:2032x1347/800x0/images/Samuel-Umtiti-face-a-Osasuna-1187078.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wL2dSOSdZeUW_FCEbBXp7EFeGTo=/0x57:2000x1182/800x0/images/Tottenham-1201953.jpg", + "image": "https://images.bfmtv.com/rHF7-1TVwoO7TdWNerp2QKp8taQ=/0x204:2032x1347/800x0/images/Samuel-Umtiti-face-a-Osasuna-1187078.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22191,20 +23269,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f01189b2c7ec6b925cd58616777db51", + "hash": "6e995ecbf2cbc7129196d7fc77da3bb5", "highlights": [] }, { - "title": "Ligue 1: PSG, OM, Lille, OL… les tendances pour le mercato d’hiver", - "description": "Le marché hivernal ouvrira officiellement ses portes samedi (1er janvier). Les clubs de Ligue 1 vont avoir un mois pour peaufiner leurs effectifs, avec des arrivées ou des départs. RMC Sport fait le point sur les mouvements à prévoir dans les principaux clubs français.

", - "content": "Le marché hivernal ouvrira officiellement ses portes samedi (1er janvier). Les clubs de Ligue 1 vont avoir un mois pour peaufiner leurs effectifs, avec des arrivées ou des départs. RMC Sport fait le point sur les mouvements à prévoir dans les principaux clubs français.

", + "title": "Pourquoi l'OM a souhaité la bonne année avec un joueur... du RCT", + "description": "L'OM a souhaité sur les réseaux sociaux la bonne année à ses supporters, avec un visuel sur lequel apparait curieusement Leone Nakarawa, rugbyman du RC Toulon. Un clin d'oeil à un événement organisé au stade Vélodrome avec le club varois.

", + "content": "L'OM a souhaité sur les réseaux sociaux la bonne année à ses supporters, avec un visuel sur lequel apparait curieusement Leone Nakarawa, rugbyman du RC Toulon. Un clin d'oeil à un événement organisé au stade Vélodrome avec le club varois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/ligue-1-psg-om-lille-ol-les-tendances-pour-le-mercato-d-hiver_AV-202112290222.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/pourquoi-l-om-a-souhaite-la-bonne-annee-avec-un-joueur-du-rct_AV-202201030505.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:38:53 GMT", - "enclosure": "https://images.bfmtv.com/jAQYytsgHlDS5iwPxRHkucBI_5w=/0x0:2016x1134/800x0/images/Aurelien-Tchouameni-1160172.jpg", + "pubDate": "Mon, 03 Jan 2022 23:39:29 GMT", + "enclosure": "https://images.bfmtv.com/VgiOrZZVcuB3WGujPIDApglqoTk=/0x124:2048x1276/800x0/images/Leone-Nakarawa-1203456.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/VgiOrZZVcuB3WGujPIDApglqoTk=/0x124:2048x1276/800x0/images/Leone-Nakarawa-1203456.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22213,20 +23291,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0dc975e2d63922cb4dcf9b4936c11275", + "hash": "826d9a229124c3623a4f65e55c252071", "highlights": [] }, { - "title": "Coupe du monde, JO, Tour de France... le calendrier 2022 des principaux événements sportifs", - "description": "Découvrez la liste et les dates des principaux événements sportifs de l'année 2022, avec notamment les Jeux olympiques d'hiver à Pékin et la Coupe du monde masculine de football au Qatar.

", - "content": "Découvrez la liste et les dates des principaux événements sportifs de l'année 2022, avec notamment les Jeux olympiques d'hiver à Pékin et la Coupe du monde masculine de football au Qatar.

", + "title": "PSG: Pochettino n'a \"pas eu de nouvelles de Messi\", positif au Covid-19", + "description": "Mauricio Pochettino a indiqué ce lundi ne pas avoir eu de nouvelles de Lionel Messi après la victoire du PSG contre Vannes (4-0) en Coupe de France. Testé positif au Covid-19 et resté en Argentine, l'attaquant n'est pas assuré de jouer contre Lyon dimanche prochain.

", + "content": "Mauricio Pochettino a indiqué ce lundi ne pas avoir eu de nouvelles de Lionel Messi après la victoire du PSG contre Vannes (4-0) en Coupe de France. Testé positif au Covid-19 et resté en Argentine, l'attaquant n'est pas assuré de jouer contre Lyon dimanche prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde-jo-tour-de-france-le-calendrier-2022-des-principaux-evenements-sportifs_AV-202112310217.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-pochettino-n-a-pas-eu-de-nouvelles-de-messi-positif-au-covid-19_AV-202201030498.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 22:30:00 GMT", - "enclosure": "https://images.bfmtv.com/CnrEvSNK_0w1h1qJf78xgxFzFIU=/0x185:2048x1337/800x0/images/Pekin-2022-1002626.jpg", + "pubDate": "Mon, 03 Jan 2022 23:12:59 GMT", + "enclosure": "https://images.bfmtv.com/Aq7-TpBSDzgWTGjyyybroJNI9c0=/0x0:2048x1152/800x0/images/Lionel-Messi-grimace-lors-d-un-match-avec-le-PSG-1203452.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/CnrEvSNK_0w1h1qJf78xgxFzFIU=/0x185:2048x1337/800x0/images/Pekin-2022-1002626.jpg", + "image": "https://images.bfmtv.com/Aq7-TpBSDzgWTGjyyybroJNI9c0=/0x0:2048x1152/800x0/images/Lionel-Messi-grimace-lors-d-un-match-avec-le-PSG-1203452.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22235,20 +23313,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d10d7a9ce1ded211ea3c8717e68d3bf", + "hash": "3f6cd7664ae910751cf4a54484bfd747", "highlights": [] }, { - "title": "Mercato: \"Je jouerai en Espagne\", la phrase rapportée d'Haaland qui enflamme toute l'Espagne", - "description": "Alors que son nom circule fortement au Real Madrid et au FC Barcelone, Erling Haaland aurait lâché qu'il \"jouera en Espagne\" l'an prochain à des fans, lors de ses vacances à Marbella. De quoi déjà enflammer le mercato.

", - "content": "Alors que son nom circule fortement au Real Madrid et au FC Barcelone, Erling Haaland aurait lâché qu'il \"jouera en Espagne\" l'an prochain à des fans, lors de ses vacances à Marbella. De quoi déjà enflammer le mercato.

", + "title": "Chelsea: Lukaku a tranché, un départ hivernal n'est pas d'actualité", + "description": "Selon l'entourage de Romelu Lukaku, joint par RMC Sport, un départ de l'attaquant de Chelsea n'est pas d'actualité, même si le Belge a été écarté du groupe des Blues pour le choc contre Liverpool ce dimanche.

", + "content": "Selon l'entourage de Romelu Lukaku, joint par RMC Sport, un départ de l'attaquant de Chelsea n'est pas d'actualité, même si le Belge a été écarté du groupe des Blues pour le choc contre Liverpool ce dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-je-jouerai-en-espagne-la-phrase-rapportee-d-haaland-qui-enflamme-toute-l-espagne_AV-202112310358.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/chelsea-un-depart-hivernal-de-lukaku-n-est-pas-d-actualite_AV-202201030490.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 21:40:26 GMT", - "enclosure": "https://images.bfmtv.com/AmmeTdx90qzXi6igIvzqFlj0Vvg=/0x71:2048x1223/800x0/images/Erling-Haaland-1202205.jpg", + "pubDate": "Mon, 03 Jan 2022 22:46:16 GMT", + "enclosure": "https://images.bfmtv.com/nqvh4lARgz6tmqG3I-Tlca2yncU=/0x33:1984x1149/800x0/images/R-Lukaku-1135903.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/AmmeTdx90qzXi6igIvzqFlj0Vvg=/0x71:2048x1223/800x0/images/Erling-Haaland-1202205.jpg", + "image": "https://images.bfmtv.com/nqvh4lARgz6tmqG3I-Tlca2yncU=/0x33:1984x1149/800x0/images/R-Lukaku-1135903.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22257,20 +23335,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cdd5019b58710eb312691fb33c7a5ea", + "hash": "6edede30e294c98af435ecde585004a4", "highlights": [] }, { - "title": "Équipe de France: Coupe du monde, Ligue des nations... le calendrier des Bleus en 2022", - "description": "Le calendrier des Bleus s'éclaircie pour l'année 2022, avec à l'horizon, la Coupe du monde au Qatar. Au menu notamment, des matchs amicaux et la Ligue des nations.

", - "content": "Le calendrier des Bleus s'éclaircie pour l'année 2022, avec à l'horizon, la Coupe du monde au Qatar. Au menu notamment, des matchs amicaux et la Ligue des nations.

", + "title": "PSG: Mbappé franchit (déjà) la barre des 200 buts chez les pros", + "description": "Kylian Mbappé a signé un triplé ce lundi lors de la victoire du PSG contre Vannes (4-0) en seizième de finale de Coupe de France. L’attaquant francilien a désormais inscrit 201 buts chez les pros, dont 150 avec Paris. Impressionnant.

", + "content": "Kylian Mbappé a signé un triplé ce lundi lors de la victoire du PSG contre Vannes (4-0) en seizième de finale de Coupe de France. L’attaquant francilien a désormais inscrit 201 buts chez les pros, dont 150 avec Paris. Impressionnant.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-coupe-du-monde-ligue-des-nations-le-calendrier-des-bleus-en-2022_AV-202112310290.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-mbappe-franchit-deja-la-barre-des-200-buts-chez-les-pros_AV-202201030485.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 21:27:00 GMT", - "enclosure": "https://images.bfmtv.com/OTJDgF_VciAeGKfM4d4gBwuOFEo=/113x273:2033x1353/800x0/images/Equipe-de-France-1194759.jpg", + "pubDate": "Mon, 03 Jan 2022 22:28:35 GMT", + "enclosure": "https://images.bfmtv.com/HwrrJLgbHniBEEPg24RW-4IUwpo=/0x124:2048x1276/800x0/images/Kylian-Mbappe-avec-le-PSG-contre-Vannes-1203435.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/OTJDgF_VciAeGKfM4d4gBwuOFEo=/113x273:2033x1353/800x0/images/Equipe-de-France-1194759.jpg", + "image": "https://images.bfmtv.com/HwrrJLgbHniBEEPg24RW-4IUwpo=/0x124:2048x1276/800x0/images/Kylian-Mbappe-avec-le-PSG-contre-Vannes-1203435.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22279,20 +23357,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f9da92557839840f37c6053dbfd4a38", + "hash": "5286a11cfb3e801b009c82862e3ddc94", "highlights": [] }, { - "title": "Mercato en direct: Clement sera présent dimanche au match de Monaco", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Coupe de France: le PSG déroule à Vannes avec ses jeunes et un triplé de Mbappé", + "description": "Le PSG s’est facilement imposé sur la pelouse de Vannes, ce lundi, en 16es de finale de la Coupe de France (0-4). Face aux joueurs de National 2, les Parisiens l’ont emporté grâce à un triplé de Kylian Mbappé, en grande forme. Les jeunes Xavi Simons et Edouard Michut (18 ans) en ont profité pour se montrer sous la pluie du Morbihan.

", + "content": "Le PSG s’est facilement imposé sur la pelouse de Vannes, ce lundi, en 16es de finale de la Coupe de France (0-4). Face aux joueurs de National 2, les Parisiens l’ont emporté grâce à un triplé de Kylian Mbappé, en grande forme. Les jeunes Xavi Simons et Edouard Michut (18 ans) en ont profité pour se montrer sous la pluie du Morbihan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-psg-deroule-a-vannes-avec-ses-jeunes-et-un-triple-de-mbappe_AV-202201030484.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", + "pubDate": "Mon, 03 Jan 2022 22:19:05 GMT", + "enclosure": "https://images.bfmtv.com/hEu3q-mRoRZPyCwqmaUoiBYfDKM=/0x27:2048x1179/800x0/images/Vannes-PSG-1203433.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", + "image": "https://images.bfmtv.com/hEu3q-mRoRZPyCwqmaUoiBYfDKM=/0x27:2048x1179/800x0/images/Vannes-PSG-1203433.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22301,20 +23379,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "462ca60a77a18c35abb84fe83ec0b342", + "hash": "5b0f205936dd629de17548771e84a431", "highlights": [] }, { - "title": "Mercato en direct: ça y est, le mercato d'hiver est ouvert et ça s'annonce chaud", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Vannes-PSG: le match brièvement interrompu à cause... d'un drone", + "description": "Le seizième de finale de Coupe de France entre Vannes et le PSG a connu une courte interruption ce lundi pendant la première période. L’arbitre a stoppé la rencontre afin de faire éloigner un drone survolant le stade de la Rabine.

", + "content": "Le seizième de finale de Coupe de France entre Vannes et le PSG a connu une courte interruption ce lundi pendant la première période. L’arbitre a stoppé la rencontre afin de faire éloigner un drone survolant le stade de la Rabine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/vannes-psg-le-match-brievement-interrompu-a-cause-d-un-drone_AV-202201030473.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", + "pubDate": "Mon, 03 Jan 2022 21:21:53 GMT", + "enclosure": "https://images.bfmtv.com/5QLGB84tFw__kGzh_o2S-67BGzw=/0x134:2048x1286/800x0/images/Vannes-PSG-1203422.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", + "image": "https://images.bfmtv.com/5QLGB84tFw__kGzh_o2S-67BGzw=/0x134:2048x1286/800x0/images/Vannes-PSG-1203422.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22323,20 +23401,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "729ed4a2acc0394f485f034b94957806", + "hash": "c7dd4dbfdc8514662d167005b08a941d", "highlights": [] }, { - "title": "Linas-Montlhéry, ce petit poucet qui s'habitue à la Coupe de France", - "description": "Linas-Montlhéry, qui évolue en National 3, défie Amiens, pensionnaire de Ligue 2, en 16es de finale de la Coupe de France dimanche à 18h30. Il y a deux ans seulement, la formation de l'Essonne, alors en R1, avait affronté le PSG en 32es de finale.

", - "content": "Linas-Montlhéry, qui évolue en National 3, défie Amiens, pensionnaire de Ligue 2, en 16es de finale de la Coupe de France dimanche à 18h30. Il y a deux ans seulement, la formation de l'Essonne, alors en R1, avait affronté le PSG en 32es de finale.

", + "title": "Comment l’OL s’est réorganisé après le départ de Juninho", + "description": "Juninho a officiellement quitté l’OL à la fin de l’année 2021. Après le départ du directeur sportif brésilien, le club rhodanien expérimente une nouvelle organisation autour de Bruno Cheyrou.

", + "content": "Juninho a officiellement quitté l’OL à la fin de l’année 2021. Après le départ du directeur sportif brésilien, le club rhodanien expérimente une nouvelle organisation autour de Bruno Cheyrou.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/linas-montlhery-ce-petit-poucet-qui-s-habitue-a-la-coupe-de-france_AV-202112310210.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/comment-l-ol-s-est-reorganise-apres-le-depart-de-juninho_AV-202201030464.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:32:54 GMT", - "enclosure": "https://images.bfmtv.com/wGC0Ao23Jnwd2L2WgGf2drqNWKI=/0x106:2048x1258/800x0/images/1191419.jpg", + "pubDate": "Mon, 03 Jan 2022 20:52:14 GMT", + "enclosure": "https://images.bfmtv.com/Em7uO1H3TUkiK0z_IwX8ShrsRI0=/0x212:2048x1364/800x0/images/Jean-Michel-Aulas-et-Bruno-Cheyrou-a-l-OL-1203405.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wGC0Ao23Jnwd2L2WgGf2drqNWKI=/0x106:2048x1258/800x0/images/1191419.jpg", + "image": "https://images.bfmtv.com/Em7uO1H3TUkiK0z_IwX8ShrsRI0=/0x212:2048x1364/800x0/images/Jean-Michel-Aulas-et-Bruno-Cheyrou-a-l-OL-1203405.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22345,20 +23423,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d45649031b7c8dd8b90ac538b452b008", + "hash": "8ac03dd1833988c3a10424392a7e9c4c", "highlights": [] }, { - "title": "Coupe de France: \"Le père Noël est passé avant l’heure\", comment Chauvigny se prépare avant l’OM", - "description": "Petit club de la Vienne habitué à jouer sa survie en National 3, Chauvigny a eu le bonheur de tomber sur l’OM lors du tirage au sort des 16es de Coupe de France. Disciplinés pendant les fêtes afin de se donner les meilleures chances d’exister, dimanche à Limoges (21 heures), les Chauvinois sont déjà tournés depuis des jours vers cette soirée de sport historique.

", - "content": "Petit club de la Vienne habitué à jouer sa survie en National 3, Chauvigny a eu le bonheur de tomber sur l’OM lors du tirage au sort des 16es de Coupe de France. Disciplinés pendant les fêtes afin de se donner les meilleures chances d’exister, dimanche à Limoges (21 heures), les Chauvinois sont déjà tournés depuis des jours vers cette soirée de sport historique.

", + "title": "Coronavirus: les jauges proportionnelles dans les stades retoquées à l'Assemblée", + "description": "Le ministre de la Santé a fait voter ce lundi à l’Assemblée nationale un amendement gouvernemental mettant fin à l’espoir de jauges proportionnelles dans les stades. Olivier Véran a toutefois confirmé avoir entendu les demandes des acteurs du sport et de certains députés.

", + "content": "Le ministre de la Santé a fait voter ce lundi à l’Assemblée nationale un amendement gouvernemental mettant fin à l’espoir de jauges proportionnelles dans les stades. Olivier Véran a toutefois confirmé avoir entendu les demandes des acteurs du sport et de certains députés.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-pere-noel-est-passe-avant-l-heure-comment-chauvigny-se-prepare-avant-l-om_AV-202112300203.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/coronavirus-les-jauges-proportionnelles-dans-les-stades-retoquees-a-l-assemblee_AV-202201030461.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 14:34:41 GMT", - "enclosure": "https://images.bfmtv.com/aoackss-BnHpSdwqZRuZdVBspi4=/0x175:2048x1327/800x0/images/Coupe-de-France-OM-1201528.jpg", + "pubDate": "Mon, 03 Jan 2022 20:28:27 GMT", + "enclosure": "https://images.bfmtv.com/XCeaUEiuiTWPBWmMnD5m5I925pY=/0x153:2048x1305/800x0/images/Des-spectateurs-au-Matmut-Stadium-de-Lyon-1203406.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/aoackss-BnHpSdwqZRuZdVBspi4=/0x175:2048x1327/800x0/images/Coupe-de-France-OM-1201528.jpg", + "image": "https://images.bfmtv.com/XCeaUEiuiTWPBWmMnD5m5I925pY=/0x153:2048x1305/800x0/images/Des-spectateurs-au-Matmut-Stadium-de-Lyon-1203406.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22367,20 +23445,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aecfdf2a4bd4c5fc6e3775a38afa0f1", + "hash": "b3ccc47c7a8d3d86dca96e11e4e0966a", "highlights": [] }, { - "title": "Mbappé, Eriksen, quels sportifs ont le plus cartonné dans les recherches Google en 2021?", - "description": "L’année 2021 a été marquée par de nombreux événements sportifs entre l’Euro et les Jeux olympiques de Tokyo. Compétitions, sportifs vedettes, moments marquants…RMC Sport décrypte les principales recherches des internautes.

", - "content": "L’année 2021 a été marquée par de nombreux événements sportifs entre l’Euro et les Jeux olympiques de Tokyo. Compétitions, sportifs vedettes, moments marquants…RMC Sport décrypte les principales recherches des internautes.

", + "title": "Mercato: Thiago Silva prolonge à Chelsea jusqu'en 2023", + "description": "L'ancien défenseur central du PSG Thiago Silva (37 ans) a prolongé son contrat d'un an avec Chelsea, soit jusqu'en juin 2023.

", + "content": "L'ancien défenseur central du PSG Thiago Silva (37 ans) a prolongé son contrat d'un an avec Chelsea, soit jusqu'en juin 2023.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/quels-sportifs-et-evenements-ont-le-plus-cartonne-dans-les-recherches-google-en-2021_AV-202112310335.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-thiago-silva-prolonge-a-chelsea-jusqu-en-2023_AV-202201030457.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 20:05:00 GMT", - "enclosure": "https://images.bfmtv.com/l72t_GvytaQoaAUqWR1t9-Wh5X8=/0x68:2048x1220/800x0/images/Kylian-Mbappe-avec-les-Bleus-pendant-l-Euro-1202166.jpg", + "pubDate": "Mon, 03 Jan 2022 20:12:13 GMT", + "enclosure": "https://images.bfmtv.com/mIuk0BiSbMjk72ClFb44_ktRZXg=/0x31:1200x706/800x0/images/-876280.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/l72t_GvytaQoaAUqWR1t9-Wh5X8=/0x68:2048x1220/800x0/images/Kylian-Mbappe-avec-les-Bleus-pendant-l-Euro-1202166.jpg", + "image": "https://images.bfmtv.com/mIuk0BiSbMjk72ClFb44_ktRZXg=/0x31:1200x706/800x0/images/-876280.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22389,20 +23467,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "49e3ccba43913f3ed725150b11aa2b89", + "hash": "a9e62cde761cdfef398840213896c1bb", "highlights": [] }, { - "title": "Top 14: Toulon frappé par de \"nombreux cas\" de Covid-19, le match à Montpellier incertain", - "description": "Toulon annonce ce vendredi soir que \"nombreux cas positifs de Covid-19 ont été détectés\" dans son effectif. Le club Rouge et Noir annonce avoir informer la commission de la ligue pour décider du sort de son match face à Montpellier, dimanche soir (21h05).

", - "content": "Toulon annonce ce vendredi soir que \"nombreux cas positifs de Covid-19 ont été détectés\" dans son effectif. Le club Rouge et Noir annonce avoir informer la commission de la ligue pour décider du sort de son match face à Montpellier, dimanche soir (21h05).

", + "title": "Premier League: Wolverhampton punit Manchester United et gâche le retour de Phil Jones", + "description": "Manchester United s’est incliné face à Wolverhampton, ce lundi, lors de la 21e journée de Premier League (0-1). Joao Moutinho a offert un succès mérité aux Wolves, qui ont posé de gros soucis à l’arrière-garde des Red Devils, au sein de laquelle Phil Jones a fait son retour, deux ans après sa dernière apparition.

", + "content": "Manchester United s’est incliné face à Wolverhampton, ce lundi, lors de la 21e journée de Premier League (0-1). Joao Moutinho a offert un succès mérité aux Wolves, qui ont posé de gros soucis à l’arrière-garde des Red Devils, au sein de laquelle Phil Jones a fait son retour, deux ans après sa dernière apparition.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-toulon-frappe-par-de-nombreux-cas-de-covid-19-le-match-a-montpellier-incertain_AV-202112310337.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-wolverhampton-punit-manchester-united-et-gache-le-retour-de-phil-jones_AV-202201030449.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 19:39:00 GMT", - "enclosure": "https://images.bfmtv.com/o395N2GwUTHKR-WP2JH6DH66il8=/0x106:2048x1258/800x0/images/1202157.jpg", + "pubDate": "Mon, 03 Jan 2022 19:51:25 GMT", + "enclosure": "https://images.bfmtv.com/LzoLOADLGLnLfP1tUSWvqFz1xbc=/0x215:2048x1367/800x0/images/Manchester-United-Wolverhampton-1203390.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/o395N2GwUTHKR-WP2JH6DH66il8=/0x106:2048x1258/800x0/images/1202157.jpg", + "image": "https://images.bfmtv.com/LzoLOADLGLnLfP1tUSWvqFz1xbc=/0x215:2048x1367/800x0/images/Manchester-United-Wolverhampton-1203390.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22411,20 +23489,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2fe830310ff4c52633bf47b209e270f6", + "hash": "5a23194950347619ef48f608dd236ed1", "highlights": [] }, { - "title": "Manchester City: agressé jeudi soir, Cancelo déjà disponible pour affronter Arsenal", - "description": "Agressé à son domicile ce jeudi soir, le latéral de Manchester City Joao Cancelo est du déplacement de son équipe à Londres, pour y défier Arsenal ce samedi (13h30 sur RMC Sport). Son club aurait validé sa présence dans le groupe après un contrôle de son état physique et mental.

", - "content": "Agressé à son domicile ce jeudi soir, le latéral de Manchester City Joao Cancelo est du déplacement de son équipe à Londres, pour y défier Arsenal ce samedi (13h30 sur RMC Sport). Son club aurait validé sa présence dans le groupe après un contrôle de son état physique et mental.

", + "title": "Vannes-PSG, les compos: Pochettino aligne deux jeunes, Mbappé bien titulaire", + "description": "Mauricio Pochettino a aligné un onze de départ largement remanié ce lundi lors du 16e de finale Coupe de France disputé par le PSG à Vannes. L’entraîneur argentin s’appuie sur Kylian Mbappé et sur les jeunes Xavi Simons et Edouard Michut afin de compenser les nombreuses absences.

", + "content": "Mauricio Pochettino a aligné un onze de départ largement remanié ce lundi lors du 16e de finale Coupe de France disputé par le PSG à Vannes. L’entraîneur argentin s’appuie sur Kylian Mbappé et sur les jeunes Xavi Simons et Edouard Michut afin de compenser les nombreuses absences.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-agresse-jeudi-cancelo-deja-disponible-pour-affronter-arsenal_AV-202112310320.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/vannes-psg-les-compos-pochettino-aligne-deux-jeunes-mbappe-bien-titulaire_AV-202201030447.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 19:08:23 GMT", - "enclosure": "https://images.bfmtv.com/aKfW57ejOcfINrtR3sEdzVXQWIo=/0x65:2048x1217/800x0/images/1202112.jpg", + "pubDate": "Mon, 03 Jan 2022 19:47:06 GMT", + "enclosure": "https://images.bfmtv.com/pdGtKwvpo7wB5WRmqpOG3zuymI8=/0x30:2048x1182/800x0/images/Kylian-Mbappe-et-Marco-Verratti-avec-le-PSG-1203283.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/aKfW57ejOcfINrtR3sEdzVXQWIo=/0x65:2048x1217/800x0/images/1202112.jpg", + "image": "https://images.bfmtv.com/pdGtKwvpo7wB5WRmqpOG3zuymI8=/0x30:2048x1182/800x0/images/Kylian-Mbappe-et-Marco-Verratti-avec-le-PSG-1203283.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22433,20 +23511,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "956dfbc2a556ee330086255233a1fa8c", + "hash": "c674d11bf43f5815f35d756a96c6231d", "highlights": [] }, { - "title": "Monaco: démis de ses fonctions, Kovac a dit au revoir à ses joueurs", - "description": "Démis de ses fonctions d’entraîneur de l’AS Monaco, Nico Kovac a salué ses joueurs lors d’un dernier entraînement au stade Louis-II. Le Croate s’est montré fataliste, alors que son club n’a toujours pas officialisé la nouvelle.

", - "content": "Démis de ses fonctions d’entraîneur de l’AS Monaco, Nico Kovac a salué ses joueurs lors d’un dernier entraînement au stade Louis-II. Le Croate s’est montré fataliste, alors que son club n’a toujours pas officialisé la nouvelle.

", + "title": "Amendes, suspensions de contrat, licenciements... Que risquent les joueurs non-vaccinés si le pass vaccinal est adopté?", + "description": "Si le pass vaccinal remplace le pass sanitaire à compter du 15 janvier, comme le souhaite le gouvernement, les footballeurs professionnels seront concernés par cette mesure. Ceux qui ne sont pas vaccinés ne pourront pas disputer les matchs de leur équipe et s’exposeront à de possibles sanctions financières.

", + "content": "Si le pass vaccinal remplace le pass sanitaire à compter du 15 janvier, comme le souhaite le gouvernement, les footballeurs professionnels seront concernés par cette mesure. Ceux qui ne sont pas vaccinés ne pourront pas disputer les matchs de leur équipe et s’exposeront à de possibles sanctions financières.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-demis-de-ses-fonctions-kovac-a-dit-au-revoir-a-ses-joueurs_AV-202112310313.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/amendes-suspensions-de-contrat-licenciements-que-risquent-les-joueurs-non-vaccines-si-le-pass-vaccinal-est-adopte_AV-202201030432.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 18:56:40 GMT", - "enclosure": "https://images.bfmtv.com/7mKiPR_3GEs07j_2EeElvkaXg7Y=/0x40:768x472/800x0/images/Le-coach-de-l-AS-Monaco-Niko-Kovac-et-Sofiane-Diop-restent-sur-un-match-nul-vierge-sur-le-terrain-du-Stade-de-Reims-le-7-novembre-2021-1170095.jpg", + "pubDate": "Mon, 03 Jan 2022 18:53:04 GMT", + "enclosure": "https://images.bfmtv.com/f7kF7l_J8yEtNZvyuauHdDfj0dw=/0x212:2048x1364/800x0/images/Football-1203362.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/7mKiPR_3GEs07j_2EeElvkaXg7Y=/0x40:768x472/800x0/images/Le-coach-de-l-AS-Monaco-Niko-Kovac-et-Sofiane-Diop-restent-sur-un-match-nul-vierge-sur-le-terrain-du-Stade-de-Reims-le-7-novembre-2021-1170095.jpg", + "image": "https://images.bfmtv.com/f7kF7l_J8yEtNZvyuauHdDfj0dw=/0x212:2048x1364/800x0/images/Football-1203362.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22455,20 +23533,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee45a7fe473be2cc73320df354a9b90d", + "hash": "09c8fe4f90b43bf8b7e0711623968864", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: Toulon annonce \"de nombreux cas\", le match contre Montpellier en suspens", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "PSG: Rothen fracasse le \"sketch\" Neymar et sa gestion par Leonardo", + "description": "Neymar a été autorisé par le PSG à rester plusieurs jours supplémentaires au Brésil afin d’y poursuivre sa convalescence. Une situation incompréhensible pour Jérôme Rothen, qui a taclé le comportement du Brésilien et sa gestion par le club francilien ce lundi dans l’émission Rothen s’enflamme sur RMC.

", + "content": "Neymar a été autorisé par le PSG à rester plusieurs jours supplémentaires au Brésil afin d’y poursuivre sa convalescence. Une situation incompréhensible pour Jérôme Rothen, qui a taclé le comportement du Brésilien et sa gestion par le club francilien ce lundi dans l’émission Rothen s’enflamme sur RMC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-rothen-fracasse-le-sketch-neymar-et-sa-gestion-par-leonardo_AV-202201030422.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", - "enclosure": "https://images.bfmtv.com/n2oPscmWXpigLGfVnphn_RFhS7c=/0x212:2048x1364/800x0/images/Les-joueurs-du-RCT-1202138.jpg", + "pubDate": "Mon, 03 Jan 2022 18:36:13 GMT", + "enclosure": "https://images.bfmtv.com/6PzDyQPCUEAO0CtgtKgoW0aqcDw=/14x0:2046x1143/800x0/images/Neymar-celebre-un-but-avec-le-PSG-1203357.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/n2oPscmWXpigLGfVnphn_RFhS7c=/0x212:2048x1364/800x0/images/Les-joueurs-du-RCT-1202138.jpg", + "image": "https://images.bfmtv.com/6PzDyQPCUEAO0CtgtKgoW0aqcDw=/14x0:2046x1143/800x0/images/Neymar-celebre-un-but-avec-le-PSG-1203357.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22477,20 +23555,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0caea0fff31ce5d1b69081e442757dfb", + "hash": "e8851e106da22abb077ede263d3cd11f", "highlights": [] }, { - "title": "Arabie Saoudite: que devient Bafé Gomis, troisième meilleur buteur français de l'année 2021?", - "description": "L’attaquant d’Al-Hilal Bafétimbi Gomis continue d’empiler les buts loin des grands championnats européens. L’international français a marqué ce vendredi ses 32e et 33e buts de l’année pour offrir la victoire à Al-Hilal. Seuls Mbappé et Benzema font mieux côté tricolore en 2021.

", - "content": "L’attaquant d’Al-Hilal Bafétimbi Gomis continue d’empiler les buts loin des grands championnats européens. L’international français a marqué ce vendredi ses 32e et 33e buts de l’année pour offrir la victoire à Al-Hilal. Seuls Mbappé et Benzema font mieux côté tricolore en 2021.

", + "title": "Bordeaux: les Girondins attendent le nouveau protocole de la LFP pour savoir s'ils pourront jouer contre l'OM", + "description": "Touché par plusieurs cas de Covid-19 au sein de son effectif, Bordeaux attend désormais de connaître l’évolution des normes sanitaires et du protocole de la LFP. Les Girondins ont déjà préparé un dossier pour demander le report du match de Ligue 1 prévu vendredi contre l'OM.

", + "content": "Touché par plusieurs cas de Covid-19 au sein de son effectif, Bordeaux attend désormais de connaître l’évolution des normes sanitaires et du protocole de la LFP. Les Girondins ont déjà préparé un dossier pour demander le report du match de Ligue 1 prévu vendredi contre l'OM.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/arabie-saoudite-que-devient-bafe-gomis-troisieme-meilleur-buteur-francais-de-l-annee-2021_AV-202112310304.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-les-girondins-attendent-le-nouveau-protocole-de-la-lfp-pour-savoir-s-ils-pourront-jouer-contre-l-om_AV-202201030330.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 18:32:43 GMT", - "enclosure": "https://images.bfmtv.com/gV3wYL_sjI7nqzjklCybTys66dI=/0x45:2048x1197/800x0/images/1202069.jpg", + "pubDate": "Mon, 03 Jan 2022 16:31:01 GMT", + "enclosure": "https://images.bfmtv.com/6O263gi0nR1dCEEfJ2qCQn92bWg=/0x0:2048x1152/800x0/images/Gerard-Lopez-en-tribunes-a-Bordeaux-1203228.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/gV3wYL_sjI7nqzjklCybTys66dI=/0x45:2048x1197/800x0/images/1202069.jpg", + "image": "https://images.bfmtv.com/6O263gi0nR1dCEEfJ2qCQn92bWg=/0x0:2048x1152/800x0/images/Gerard-Lopez-en-tribunes-a-Bordeaux-1203228.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22499,20 +23577,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec404df474339a7be304ffa6c0b7da6e", + "hash": "76e27f66e60c57f6fc16f65a1b00718e", "highlights": [] }, { - "title": "Handball: Luka Karabatic forfait pour l’Euro", - "description": "La Fédération française de handball a confirmé ce vendredi le forfait de Luka Karabatic pour l’Euro. Le pivot de 33 ans souffre d’un pépin musculaire et ne participera donc pas à la compétition du 13 au 30 janvier 2022 en Hongrie et en Slovaquie.

", - "content": "La Fédération française de handball a confirmé ce vendredi le forfait de Luka Karabatic pour l’Euro. Le pivot de 33 ans souffre d’un pépin musculaire et ne participera donc pas à la compétition du 13 au 30 janvier 2022 en Hongrie et en Slovaquie.

", + "title": "Mercato: le PSG surveille la situation de Dembélé, qui n'a pas prolongé au Barça", + "description": "Ousmane Dembélé n’a toujours pas trouvé d’accord avec le Barça afin de prolonger son contrat qui court jusqu’à la fin de la saison. Les négociations sont actuellement au point mort. Un dossier que le PSG suit dans l’optique de récupérer librement l’ailier français l’été prochain.

", + "content": "Ousmane Dembélé n’a toujours pas trouvé d’accord avec le Barça afin de prolonger son contrat qui court jusqu’à la fin de la saison. Les négociations sont actuellement au point mort. Un dossier que le PSG suit dans l’optique de récupérer librement l’ailier français l’été prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/handball-luka-karabatic-forfait-pour-l-euro_AV-202112310299.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-psg-surveille-la-situation-de-dembele-qui-demande-un-enorme-salaire-au-barca_AV-202201030314.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 17:22:00 GMT", - "enclosure": "https://images.bfmtv.com/qkJYAG3Y4oz8KS0V8B2b2L8lZkI=/0x106:2048x1258/800x0/images/Luka-Karabatic-lors-d-un-match-de-l-equipe-de-France-de-handball-1202111.jpg", + "pubDate": "Mon, 03 Jan 2022 15:56:40 GMT", + "enclosure": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qkJYAG3Y4oz8KS0V8B2b2L8lZkI=/0x106:2048x1258/800x0/images/Luka-Karabatic-lors-d-un-match-de-l-equipe-de-France-de-handball-1202111.jpg", + "image": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22521,20 +23599,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d894415f89a74da2ff87fe5f211b6794", + "hash": "e53f9a4cd7636474eadef9b5f7c326b7", "highlights": [] }, { - "title": "Manchester United: l'explication de Thierry Henry sur les performances décevantes de Sancho", - "description": "Arraché à prix d’or à Dortmund par Manchester United l’été dernier, Jadon Sancho peine à trouver ses marques chez les Reds Devils. Les difficultés de l’ailier n’ont pas échappé à Thierry Henry qui, sur Amazon Prime UK, a critiqué les performances de l’Anglais.

", - "content": "Arraché à prix d’or à Dortmund par Manchester United l’été dernier, Jadon Sancho peine à trouver ses marques chez les Reds Devils. Les difficultés de l’ailier n’ont pas échappé à Thierry Henry qui, sur Amazon Prime UK, a critiqué les performances de l’Anglais.

", + "title": "Coupe de France: Vannes-PSG en direct", + "description": "Touché par plusieurs absences, le PSG se déplace à Vannes ce lundi (21h10) dans le cadre des 16es de finale de la Coupe de France. Un match disputé sans Lionel Messi, positif au Covid-19, mais avec Kylian Mbappé et plusieurs jeunes du centre de formation parisien.

", + "content": "Touché par plusieurs absences, le PSG se déplace à Vannes ce lundi (21h10) dans le cadre des 16es de finale de la Coupe de France. Un match disputé sans Lionel Messi, positif au Covid-19, mais avec Kylian Mbappé et plusieurs jeunes du centre de formation parisien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-l-explication-de-thierry-henry-sur-les-performances-decevantes-de-sancho_AV-202112310285.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-vannes-psg-en-direct_LS-202201030305.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 17:46:44 GMT", - "enclosure": "https://images.bfmtv.com/xcYUp4AUgRD2N-WUrZ0W6zaJTHY=/0x0:768x432/800x0/images/L-attaquant-de-Manchester-Jadon-Sancho-en-Premier-League-contre-Newcastle-le-11-septembre-2021-a-Manchester-1127448.jpg", + "pubDate": "Mon, 03 Jan 2022 15:29:34 GMT", + "enclosure": "https://images.bfmtv.com/WzZYpfwfLB2EGTL9S1b5A4WguYw=/0x46:1984x1162/800x0/images/K-Mbappe-1203075.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/xcYUp4AUgRD2N-WUrZ0W6zaJTHY=/0x0:768x432/800x0/images/L-attaquant-de-Manchester-Jadon-Sancho-en-Premier-League-contre-Newcastle-le-11-septembre-2021-a-Manchester-1127448.jpg", + "image": "https://images.bfmtv.com/WzZYpfwfLB2EGTL9S1b5A4WguYw=/0x46:1984x1162/800x0/images/K-Mbappe-1203075.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22543,20 +23621,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "988bf13b50ad308354cbace555d8eaae", + "hash": "a6642a75a0197bf40a27f897a447bd9a", "highlights": [] }, { - "title": "Barça: flou total autour de Depay... déjà poussé vers la sortie?", - "description": "Arrivé libre au Barça en début de saison, Memphis Depay pourrait rapidement quitter le club catalan. Selon plusieurs médias espagnols, l’attaquant néerlandais ne fait pas partie des plans de Xavi et se dirige vers un départ lors du mercato estival.

", - "content": "Arrivé libre au Barça en début de saison, Memphis Depay pourrait rapidement quitter le club catalan. Selon plusieurs médias espagnols, l’attaquant néerlandais ne fait pas partie des plans de Xavi et se dirige vers un départ lors du mercato estival.

", + "title": "Mercato: la Juventus a contacté le PSG pour Icardi", + "description": "En difficulté au PSG cette saison, Mauro Icardi dispose d’un solide courtisan en Serie A. La Juventus a contacté le club francilien pour se renseigner sur la situation de l’attaquant argentin en vue d’un mouvement lors du mercato hivernal.

", + "content": "En difficulté au PSG cette saison, Mauro Icardi dispose d’un solide courtisan en Serie A. La Juventus a contacté le club francilien pour se renseigner sur la situation de l’attaquant argentin en vue d’un mouvement lors du mercato hivernal.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-flou-total-autour-de-depay-deja-pousse-vers-la-sortie_AV-202112310276.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-la-juventus-a-contacte-le-psg-pour-icardi_AV-202201030299.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 17:36:15 GMT", - "enclosure": "https://images.bfmtv.com/BYLJg3iXEv-CAw5KCqumJcsEif4=/0x27:2048x1179/800x0/images/Memphis-Depay-avec-le-Barca-1202082.jpg", + "pubDate": "Mon, 03 Jan 2022 15:25:26 GMT", + "enclosure": "https://images.bfmtv.com/34MHIT5q9SA-gqzlF3XmPJtmSds=/0x11:2048x1163/800x0/images/Mauro-Icardi-avec-le-PSG-1203202.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/BYLJg3iXEv-CAw5KCqumJcsEif4=/0x27:2048x1179/800x0/images/Memphis-Depay-avec-le-Barca-1202082.jpg", + "image": "https://images.bfmtv.com/34MHIT5q9SA-gqzlF3XmPJtmSds=/0x11:2048x1163/800x0/images/Mauro-Icardi-avec-le-PSG-1203202.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22565,20 +23643,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "42962811322034ebe1c44315ff2ad5f2", + "hash": "1533beefd08ebf9a95047aaf80249df4", "highlights": [] }, { - "title": "Juve: le point sur la situation contractuelle de Dybala, libre en juin comme Dembélé et Mbappé", - "description": "Joueur indispensable dans le dispositif de Massimiliano Allegri, l’avenir de Paulo Dybala à la Juventus n’est toujours pas fixé. Sous contrat jusqu’en juin 2022, l’attaquant sera libre, à partir du 1er janvier, de négocier un contrat avec les clubs intéressés. Mais la Vieille Dame semble rester la priorité du joueur.

", - "content": "Joueur indispensable dans le dispositif de Massimiliano Allegri, l’avenir de Paulo Dybala à la Juventus n’est toujours pas fixé. Sous contrat jusqu’en juin 2022, l’attaquant sera libre, à partir du 1er janvier, de négocier un contrat avec les clubs intéressés. Mais la Vieille Dame semble rester la priorité du joueur.

", + "title": "PSG handball: ce que l’on sait de l’agression au couteau dont a été victime Elohim Prandi", + "description": "L'enquête confiée au 1er DPJ vient à peine de commencer, mais les premiers détails se font jour quant au déroulement des faits qui ont conduit à la violente agression du handballeur Elohim Prandi, poignardé à coups de couteau la nuit du réveillon.

", + "content": "L'enquête confiée au 1er DPJ vient à peine de commencer, mais les premiers détails se font jour quant au déroulement des faits qui ont conduit à la violente agression du handballeur Elohim Prandi, poignardé à coups de couteau la nuit du réveillon.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/juve-le-point-sur-la-situation-contractuelle-de-dybala-libre-en-juin-comme-dembele-et-mbappe_AV-202112310249.html", + "link": "https://rmcsport.bfmtv.com/handball/psg-handball-ce-que-l-on-sait-de-l-agression-au-couteau-dont-a-ete-victime-elohim-prandi_AV-202201030298.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 16:59:41 GMT", - "enclosure": "https://images.bfmtv.com/MA2bV55eOagj8Tf6b-jU1anl3bk=/0x45:1968x1152/800x0/images/Paulo-Dybala-Juventus-1190424.jpg", + "pubDate": "Mon, 03 Jan 2022 15:20:43 GMT", + "enclosure": "https://images.bfmtv.com/t4W_4xWOQzs6SvEB7JxggafUfRU=/0x62:1200x737/800x0/images/Elohim-Prandi-1203194.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MA2bV55eOagj8Tf6b-jU1anl3bk=/0x45:1968x1152/800x0/images/Paulo-Dybala-Juventus-1190424.jpg", + "image": "https://images.bfmtv.com/t4W_4xWOQzs6SvEB7JxggafUfRU=/0x62:1200x737/800x0/images/Elohim-Prandi-1203194.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22587,20 +23665,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "adc2053cca9f0c4f44f65a190465d25f", + "hash": "dbe547e5d19e74a0f9abd12630d7a41c", "highlights": [] }, { - "title": "Monaco: qui est Philippe Clement, le probable successeur de Niko Kovac?", - "description": "Champion de Belgique ces trois dernières saisons avec Genk puis le Club Bruges, Philippe Clement est bien parti pour succéder à Niko Kovac sur le banc de l'AS Monaco. Une telle progression serait logique pour cet entraîneur de 47 ans au style de jeu ambitieux.

", - "content": "Champion de Belgique ces trois dernières saisons avec Genk puis le Club Bruges, Philippe Clement est bien parti pour succéder à Niko Kovac sur le banc de l'AS Monaco. Une telle progression serait logique pour cet entraîneur de 47 ans au style de jeu ambitieux.

", + "title": "Lille: sept cas positifs avant le derby à Lens, Gourvennec agacé par l’absence d’un protocole commun", + "description": "Le Losc doit faire face à un cluster à la veille de son déplacement à Lens, ce mardi, en 16es de finale de la Coupe de France (21h). Trois nouveaux cas positifs ont été détectés, ce qui porte à sept le nombre de joueurs touchés par le Covid-19. De quoi perturber les plans de Jocelyn Gourvennec, qui regrette l’absence d’un protocole sanitaire imposé à tous les clubs.

", + "content": "Le Losc doit faire face à un cluster à la veille de son déplacement à Lens, ce mardi, en 16es de finale de la Coupe de France (21h). Trois nouveaux cas positifs ont été détectés, ce qui porte à sept le nombre de joueurs touchés par le Covid-19. De quoi perturber les plans de Jocelyn Gourvennec, qui regrette l’absence d’un protocole sanitaire imposé à tous les clubs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-qui-est-philippe-clement-le-probable-successeur-de-niko-kovac_AV-202112310237.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/lille-sept-cas-positifs-avant-le-derby-a-lens-gourvennec-agace-par-l-absence-d-un-protocole-commun_AV-202201030292.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 16:29:00 GMT", - "enclosure": "https://images.bfmtv.com/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", + "pubDate": "Mon, 03 Jan 2022 15:10:16 GMT", + "enclosure": "https://images.bfmtv.com/gJNhIaAQnje-ZDG50J1X5819kUg=/0x35:768x467/800x0/images/L-entraineur-lillois-Jocelyn-Gourvennec-replace-ses-joueurs-opposes-a-Monaco-en-championnat-aau-stade-Louis-II-le-19-novembre-2021-1172605.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", + "image": "https://images.bfmtv.com/gJNhIaAQnje-ZDG50J1X5819kUg=/0x35:768x467/800x0/images/L-entraineur-lillois-Jocelyn-Gourvennec-replace-ses-joueurs-opposes-a-Monaco-en-championnat-aau-stade-Louis-II-le-19-novembre-2021-1172605.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22609,20 +23687,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f579091edda83013eab5dbb3eccd0b82", + "hash": "ad5ed0971be86c057b4d22a83aecc4d3", "highlights": [] }, { - "title": "PSG: où en est la situation de Mbappé, libre en juin et qui peut négocier avec d'autres clubs", - "description": "Kylian Mbappé verra son contrat avec le PSG expirer en juin prochain. A partir du 1er janvier 2022, l’attaquant de 23 ans pourra négocier et même trouver un accord avec le club de son choix, y compris avec Paris, qui cherche encore à le prolonger. Voici les derniers éléments de RMC Sport sur le feuilleton qui tient la planète foot en haleine.

", - "content": "Kylian Mbappé verra son contrat avec le PSG expirer en juin prochain. A partir du 1er janvier 2022, l’attaquant de 23 ans pourra négocier et même trouver un accord avec le club de son choix, y compris avec Paris, qui cherche encore à le prolonger. Voici les derniers éléments de RMC Sport sur le feuilleton qui tient la planète foot en haleine.

", + "title": "Mercato: Cuisance rebondit en Serie A", + "description": "Comme pressenti, Michaël Cuisance quitte le Bayern Munich pour rejoindre Venise, promu en Serie A cette saison. Le milieu de terrain français de 22 ans n'a jamais réussi à trouver sa place au sein du club bavarois. Le montant de l'opération est estimé à 4,5 millions d'euros.

", + "content": "Comme pressenti, Michaël Cuisance quitte le Bayern Munich pour rejoindre Venise, promu en Serie A cette saison. Le milieu de terrain français de 22 ans n'a jamais réussi à trouver sa place au sein du club bavarois. Le montant de l'opération est estimé à 4,5 millions d'euros.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-ou-en-est-la-situation-de-mbappe-libre-en-juin-et-qui-peut-negocier-avec-d-autres-clubs_AV-202112310216.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-cuisance-rebondit-en-serie-a_AV-202201030291.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 16:00:00 GMT", - "enclosure": "https://images.bfmtv.com/1Ga-x_3H07U4PAs5CnVb4CHkFXc=/0x20:2048x1172/800x0/images/Kylian-Mbappe-celebre-un-but-du-PSG-1201992.jpg", + "pubDate": "Mon, 03 Jan 2022 15:07:05 GMT", + "enclosure": "https://images.bfmtv.com/3XjZDt5EN65IgolEQJjO1AsF3Ws=/0x106:2048x1258/800x0/images/Michael-Cuisance-989642.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/1Ga-x_3H07U4PAs5CnVb4CHkFXc=/0x20:2048x1172/800x0/images/Kylian-Mbappe-celebre-un-but-du-PSG-1201992.jpg", + "image": "https://images.bfmtv.com/3XjZDt5EN65IgolEQJjO1AsF3Ws=/0x106:2048x1258/800x0/images/Michael-Cuisance-989642.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22631,20 +23709,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f5ddc137e7276589cdafbe21d7fc05b", + "hash": "cc4ced2fc5b075366c32b293f982990d", "highlights": [] }, { - "title": "Echecs: sacré champion du monde, Vachier-Lagrave se fixe un nouvel objectif ambitieux", - "description": "Maxime Vachier-Lagrave a remporté jeudi le titre de champion du monde de parties rapides d’échecs à Varsovie en battant Magnus Carlsen en finale. Le joueur français espère s’en servir comme d’un tremplin pour la suite de sa carrière.

", - "content": "Maxime Vachier-Lagrave a remporté jeudi le titre de champion du monde de parties rapides d’échecs à Varsovie en battant Magnus Carlsen en finale. Le joueur français espère s’en servir comme d’un tremplin pour la suite de sa carrière.

", + "title": "Troyes: Bruno Irles officiellement nommé en remplacement de Laurent Batlles", + "description": "Quevilly-Rouen Métropole a libéré son entraîneur Bruno Irles ce lundi, permettant au technicien de 46 ans de s'engager avec Troyes jusqu'en juin 2023. Le successeur de Laurent Batlles a pour mission de sauver l'ESTAC dans l'élite.

", + "content": "Quevilly-Rouen Métropole a libéré son entraîneur Bruno Irles ce lundi, permettant au technicien de 46 ans de s'engager avec Troyes jusqu'en juin 2023. Le successeur de Laurent Batlles a pour mission de sauver l'ESTAC dans l'élite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/echecs-sacre-champion-du-monde-vachier-lagrave-se-fixe-un-nouvel-objectif-ambitieux_AN-202112310235.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/troyes-bruno-irles-officiellement-nomme-en-remplacement-de-laurent-batlles_AV-202201030269.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 15:56:33 GMT", - "enclosure": "https://images.bfmtv.com/wV6ropE8VMtwXt_GMtDgCjH03D8=/0x0:2048x1152/800x0/images/Maxime-Vachier-Lagrave-champion-du-monde-2021-de-blitz-1202030.jpg", + "pubDate": "Mon, 03 Jan 2022 14:25:26 GMT", + "enclosure": "https://images.bfmtv.com/bmAdQ0jLR_RpUBQFOrK9uuSYCfs=/0x106:2048x1258/800x0/images/Bruno-Irles-1203150.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/wV6ropE8VMtwXt_GMtDgCjH03D8=/0x0:2048x1152/800x0/images/Maxime-Vachier-Lagrave-champion-du-monde-2021-de-blitz-1202030.jpg", + "image": "https://images.bfmtv.com/bmAdQ0jLR_RpUBQFOrK9uuSYCfs=/0x106:2048x1258/800x0/images/Bruno-Irles-1203150.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22653,20 +23731,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eab8f8857e8a66a201aa6a46484464df", + "hash": "e7820c310d602d13dd3f6ddc03f35d08", "highlights": [] }, { - "title": "Top 14: La Rochelle signe le Fidjien Tabu comme joker médical de Botia", - "description": "Avec la blessure au genou de Levanni Botia, le Stade Rochelais a décidé de faire appel à un joker médical pour combler l'absence du centre. Suivi depuis plusieurs mois, la club de Top 14 a officialisé la venue de Kavekini Tabu.

", - "content": "Avec la blessure au genou de Levanni Botia, le Stade Rochelais a décidé de faire appel à un joker médical pour combler l'absence du centre. Suivi depuis plusieurs mois, la club de Top 14 a officialisé la venue de Kavekini Tabu.

", + "title": "Tennis: Monfils va jouer avec des raquettes Decathlon", + "description": "Gaël Monfils va entamer sa saison à Adélaïde cette semaine avec des nouveaux équipements, en Australie. Le tennisman français collabore désormais avec Artengo, la marque de tennis de Decathlon. Il a signé un contrat de cinq ans.\n

", + "content": "Gaël Monfils va entamer sa saison à Adélaïde cette semaine avec des nouveaux équipements, en Australie. Le tennisman français collabore désormais avec Artengo, la marque de tennis de Decathlon. Il a signé un contrat de cinq ans.\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-la-rochelle-signe-le-fidjien-tabu-comme-joker-medical-de-botia_AV-202112310230.html", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-monfils-va-jouer-avec-des-raquettes-decathlon_AV-202201030268.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 15:42:58 GMT", - "enclosure": "https://images.bfmtv.com/E5AtelwZhtqbjYaDEf8kfPjlOdc=/0x106:2048x1258/800x0/images/Stade-Rochelais-1202029.jpg", + "pubDate": "Mon, 03 Jan 2022 14:20:05 GMT", + "enclosure": "https://images.bfmtv.com/1VqWmfOgyK8XTa4_p7Nbx3At5fE=/0x0:1200x675/800x0/images/Gael-Monfils-1203145.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/E5AtelwZhtqbjYaDEf8kfPjlOdc=/0x106:2048x1258/800x0/images/Stade-Rochelais-1202029.jpg", + "image": "https://images.bfmtv.com/1VqWmfOgyK8XTa4_p7Nbx3At5fE=/0x0:1200x675/800x0/images/Gael-Monfils-1203145.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22675,20 +23753,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11bb8f5f5faa1672a8e959652ed8bf7e", + "hash": "80a7b5c120bbaca857e880af88f8179b", "highlights": [] }, { - "title": "UFC: Ngannou veut boxer contre Fury et Wilder", - "description": "Avant son combat tant attendu contre Ciryl Gane le 23 janvier lors de l’UFC 270 (en exclusivité sur RMC Sport 2), Francis Ngannou révèle vouloir se frotter aux boxeurs Tyson Fury et Deontay Wilder.

", - "content": "Avant son combat tant attendu contre Ciryl Gane le 23 janvier lors de l’UFC 270 (en exclusivité sur RMC Sport 2), Francis Ngannou révèle vouloir se frotter aux boxeurs Tyson Fury et Deontay Wilder.

", + "title": "PSG: Simons, Michut, Gharbi... ces jeunes parisiens qui pourraient avoir leur chance à Vannes", + "description": "Alors que le PSG joue contre Vannes ce lundi en Coupe de France (21h10 sur France 3), le grand public va sans doute découvrir de nombreux jeunes du centre de formation parisien. Présentation des titis convoqués par Mauricio Pochettino.

", + "content": "Alors que le PSG joue contre Vannes ce lundi en Coupe de France (21h10 sur France 3), le grand public va sans doute découvrir de nombreux jeunes du centre de formation parisien. Présentation des titis convoqués par Mauricio Pochettino.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-ngannou-veut-boxer-contre-fury-et-wilder_AV-202112310228.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-simons-michut-gharbi-ces-jeunes-parisiens-qui-pourraient-avoir-leur-chance-a-vannes_AV-202201030265.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 15:37:18 GMT", - "enclosure": "https://images.bfmtv.com/JMJQOFC84Kzz3HrnV9cU1LMe_z0=/0x0:2048x1152/800x0/images/Francis-Ngannou-996920.jpg", + "pubDate": "Mon, 03 Jan 2022 14:15:17 GMT", + "enclosure": "https://images.bfmtv.com/yg-tc2MhRHHA4g-Xe9-tlhyladU=/304x80:2048x1061/800x0/images/Xavi-Simons-et-Edouard-Michut-1160980.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/JMJQOFC84Kzz3HrnV9cU1LMe_z0=/0x0:2048x1152/800x0/images/Francis-Ngannou-996920.jpg", + "image": "https://images.bfmtv.com/yg-tc2MhRHHA4g-Xe9-tlhyladU=/304x80:2048x1061/800x0/images/Xavi-Simons-et-Edouard-Michut-1160980.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22697,20 +23775,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "27ab7985046eda0c9ba7cb7071fd85f3", + "hash": "5c327d9dea9bfcf2d12975dcbe283d5e", "highlights": [] }, { - "title": "Maroc: la fédération dédouane le Barça sur le cas Ez Abde", - "description": "Convoqué par le Maroc pour disputer la Coupe d’Afrique des nations 2022, Abdessamad Ezzalzouli ne disputera finalement pas cette compétition. Le président de la Fédération marocaine de football Fouzi Lekjaa a affirmé que ceci est un choix du joueur, et que le FC Barcelone n’est pas impliqué.

", - "content": "Convoqué par le Maroc pour disputer la Coupe d’Afrique des nations 2022, Abdessamad Ezzalzouli ne disputera finalement pas cette compétition. Le président de la Fédération marocaine de football Fouzi Lekjaa a affirmé que ceci est un choix du joueur, et que le FC Barcelone n’est pas impliqué.

", + "title": "Liga: \"Tout le monde peut se préparer, le Barça est de retour\", annonce Laporta", + "description": "En conférence de presse ce lundi, Joan Laporta s'est félicité de l'arrivée de Ferran Torres (21 ans). Le président du FC Barcelone considère que son club est toujours une \"référence\" dans le monde du football, comme l'illustre selon lui la signature de l'ailier espagnol.

", + "content": "En conférence de presse ce lundi, Joan Laporta s'est félicité de l'arrivée de Ferran Torres (21 ans). Le président du FC Barcelone considère que son club est toujours une \"référence\" dans le monde du football, comme l'illustre selon lui la signature de l'ailier espagnol.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-la-federation-dedouane-le-barca-sur-le-cas-ez-abde_AV-202112310226.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/liga-tout-le-monde-peut-se-preparer-le-barca-est-de-retour-annonce-laporta_AV-202201030254.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 15:29:58 GMT", - "enclosure": "https://images.bfmtv.com/-Uv5W4fbGWA_WXD2SPFoUIqycu4=/0x0:2048x1152/800x0/images/Ez-Abde-1194710.jpg", + "pubDate": "Mon, 03 Jan 2022 13:28:41 GMT", + "enclosure": "https://images.bfmtv.com/C1TO6crkVIOSdWoXUHul_4fbF_k=/0x68:2048x1220/800x0/images/Joan-Laporta-1170972.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/-Uv5W4fbGWA_WXD2SPFoUIqycu4=/0x0:2048x1152/800x0/images/Ez-Abde-1194710.jpg", + "image": "https://images.bfmtv.com/C1TO6crkVIOSdWoXUHul_4fbF_k=/0x68:2048x1220/800x0/images/Joan-Laporta-1170972.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22719,20 +23797,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5304241d3a935945d9ffe6c751b1a2e4", + "hash": "a5eab7fc113cdf6eff34166d8ab6d108", "highlights": [] }, { - "title": "Saint-Étienne: Sako propose à Aubameyang de revenir pour aider le club", - "description": "Engagé par l’AS Saint-Etienne pour les six prochains mois afin d’apporter son expérience à l’effectif, Bakary Sako prend sa mission au sérieux. En conférence de presse, l’attaquant a même affirmé avoir demandé à Pierre-Emerick Aubameyang de revenir afin d’aider les Verts à se maintenir en Ligue 1.

", - "content": "Engagé par l’AS Saint-Etienne pour les six prochains mois afin d’apporter son expérience à l’effectif, Bakary Sako prend sa mission au sérieux. En conférence de presse, l’attaquant a même affirmé avoir demandé à Pierre-Emerick Aubameyang de revenir afin d’aider les Verts à se maintenir en Ligue 1.

", + "title": "Metz: le club lorrain déplore quatre cas de Covid avant d'affronter Strasbourg", + "description": "Quatre joueurs du FC Metz ont été testés positifs au Covid-19 en ce début d'année. Un nouveau coup dur pour le club mosellan déjà privé de nombreux joueurs partis à la CAN et qui se bat en queue de classement pour obtenir son maintien en Ligue 1.

", + "content": "Quatre joueurs du FC Metz ont été testés positifs au Covid-19 en ce début d'année. Un nouveau coup dur pour le club mosellan déjà privé de nombreux joueurs partis à la CAN et qui se bat en queue de classement pour obtenir son maintien en Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/saint-etienne-sako-propose-a-aubameyang-de-revenir-pour-aider-le-club_AV-202112310225.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/metz-le-club-lorrain-deplore-quatre-cas-de-covid-avant-d-affronter-strasbourg_AV-202201030253.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 15:22:57 GMT", - "enclosure": "https://images.bfmtv.com/_Y1K6KE3ECW7K9HcWxCJMW8E4e8=/0x0:2048x1152/800x0/images/Bakary-Sako-et-Pierre-Emerick-Aubameyang-1202002.jpg", + "pubDate": "Mon, 03 Jan 2022 13:22:59 GMT", + "enclosure": "https://images.bfmtv.com/GNa3R_eyx0tqhimLuwxGgVAuMJE=/0x0:1200x675/800x0/images/Opa-Nguette-1203139.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/_Y1K6KE3ECW7K9HcWxCJMW8E4e8=/0x0:2048x1152/800x0/images/Bakary-Sako-et-Pierre-Emerick-Aubameyang-1202002.jpg", + "image": "https://images.bfmtv.com/GNa3R_eyx0tqhimLuwxGgVAuMJE=/0x0:1200x675/800x0/images/Opa-Nguette-1203139.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22741,20 +23819,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd59b74706b7c15881331ea13657330e", + "hash": "a54277fdaa08e99977bc4801d60f8307", "highlights": [] }, { - "title": "Mercato en direct: un ultimatum fixé pour Luuk de Jong", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Mercato: Trippier, la première grosse signature de Newcastle ?", + "description": "Kieran Trippier n'est pas loin de retourner en Angleterre. En fin de contrat en juin prochain, le défenseur intéresse fortement Newcastle, qui a transmis une offre à l'Atlético.

", + "content": "Kieran Trippier n'est pas loin de retourner en Angleterre. En fin de contrat en juin prochain, le défenseur intéresse fortement Newcastle, qui a transmis une offre à l'Atlético.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-trippier-la-premiere-grosse-signature-de-newcastle_AV-202201030251.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/S5bZUIjXGFnqwWq8nLQUOZVCEwI=/0x0:2048x1152/800x0/images/1194531.jpg", + "pubDate": "Mon, 03 Jan 2022 13:17:51 GMT", + "enclosure": "https://images.bfmtv.com/qCspGlmJ3jlKpE0Xq8Yz-nLbaj0=/0x0:1024x576/800x0/images/-880256.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/S5bZUIjXGFnqwWq8nLQUOZVCEwI=/0x0:2048x1152/800x0/images/1194531.jpg", + "image": "https://images.bfmtv.com/qCspGlmJ3jlKpE0Xq8Yz-nLbaj0=/0x0:1024x576/800x0/images/-880256.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22763,20 +23841,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d816ee825094970d7147583ec1a545f0", + "hash": "5fa8ec1437667aa25f5c6f44af42181a", "highlights": [] }, { - "title": "Liverpool: trois joueurs testés positifs au Covid-19, avant le choc contre Chelsea", - "description": "Jürgen Klopp a confirmé ce vendredi la contamination de trois joueurs et de plusieurs membres du staff de Liverpool au Covid-19. Si le duel contre Chelsea prévu dimanche en Premier League n’est pas encore reporté, il se retrouve forcément en danger.

", - "content": "Jürgen Klopp a confirmé ce vendredi la contamination de trois joueurs et de plusieurs membres du staff de Liverpool au Covid-19. Si le duel contre Chelsea prévu dimanche en Premier League n’est pas encore reporté, il se retrouve forcément en danger.

", + "title": "F1: Hamilton ne répond plus au nouveau président de la FIA", + "description": "Mohammed Ben Sulayem, le nouveau président de la Fédération internationale de l'automobile (FIA), confie avoir contacté Lewis Hamilton mais que ce dernier n’est pas encore prêt à lui répondre après la perte de son titre mondial.

", + "content": "Mohammed Ben Sulayem, le nouveau président de la Fédération internationale de l'automobile (FIA), confie avoir contacté Lewis Hamilton mais que ce dernier n’est pas encore prêt à lui répondre après la perte de son titre mondial.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/liverpool-trois-joueurs-testes-positifs-au-covid-19-avant-le-choc-contre-chelsea_AV-202112310222.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-ne-repond-plus-au-nouveau-president-de-la-fia_AV-202201030247.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 15:04:49 GMT", - "enclosure": "https://images.bfmtv.com/XyVFZflHcJbfPo7QA4zcrx-ur6A=/0x0:2048x1152/800x0/images/Jurgen-Klopp-entraineur-de-Liverpool-1202017.jpg", + "pubDate": "Mon, 03 Jan 2022 13:02:38 GMT", + "enclosure": "https://images.bfmtv.com/sfiK02HvzBuD8MtLy_HDGC8hnxE=/0x87:2048x1239/800x0/images/Lewis-HAMILTON-1186987.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/XyVFZflHcJbfPo7QA4zcrx-ur6A=/0x0:2048x1152/800x0/images/Jurgen-Klopp-entraineur-de-Liverpool-1202017.jpg", + "image": "https://images.bfmtv.com/sfiK02HvzBuD8MtLy_HDGC8hnxE=/0x87:2048x1239/800x0/images/Lewis-HAMILTON-1186987.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22785,20 +23863,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36d84c8820c4ee17739f01d1f4a7ce07", + "hash": "de94c592e3ff76008ae3a1896532d542", "highlights": [] }, { - "title": "PSG: Mbappé déjà de retour à l’entraînement, avant le reste du groupe", - "description": "Alors que la reprise de l’entraînement est prévue pour ce samedi au PSG, Kylian Mbappé s’est rendu au Camp des Loges un jour en avance, ce vendredi, comme il l’a montré sur son compte Instagram.

", - "content": "Alors que la reprise de l’entraînement est prévue pour ce samedi au PSG, Kylian Mbappé s’est rendu au Camp des Loges un jour en avance, ce vendredi, comme il l’a montré sur son compte Instagram.

", + "title": "Cyclisme: Froome blessé au genou, le flou sur sa reprise", + "description": "En difficulté la saison dernière, Chris Froome s'est montré \"trop enthousiaste\" à l'entraînement pour préparer sa saison 2022. Le cycliste britannique de 36 ans s'est blessé au genou, ce qui perturbe son début de saison.

", + "content": "En difficulté la saison dernière, Chris Froome s'est montré \"trop enthousiaste\" à l'entraînement pour préparer sa saison 2022. Le cycliste britannique de 36 ans s'est blessé au genou, ce qui perturbe son début de saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-deja-de-retour-a-l-entrainement-avant-le-reste-du-groupe_AV-202112310209.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-froome-blesse-au-genou-le-flou-sur-sa-reprise_AV-202201030242.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:27:10 GMT", - "enclosure": "https://images.bfmtv.com/-ooTN7QWQG6P1LIt26xZ6pU-1KU=/0x589:1040x1174/800x0/images/1202013.jpg", + "pubDate": "Mon, 03 Jan 2022 12:48:26 GMT", + "enclosure": "https://images.bfmtv.com/3mCkAlpzt6A1kUxwJoVUMN14aAg=/0x106:2048x1258/800x0/images/Chris-Froome-1203130.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/-ooTN7QWQG6P1LIt26xZ6pU-1KU=/0x589:1040x1174/800x0/images/1202013.jpg", + "image": "https://images.bfmtv.com/3mCkAlpzt6A1kUxwJoVUMN14aAg=/0x106:2048x1258/800x0/images/Chris-Froome-1203130.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22807,20 +23885,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38c4dcb66f019ec79b2a46d19dbe8d30", + "hash": "1ea6b2a773aff24044dc178180c2e96b", "highlights": [] }, { - "title": "OM: Sampaoli dresse le profil idéal pour le mercato d'hiver", - "description": "Deux jours avant le 16e de finale de Coupe de France contre Chauvigny, l’entraîneur de l’OM Jorge Sampaoli s’est exprimé sur le mercato d’hiver qui ouvre ses portes ce samedi. Le coach argentin estime notamment que la perspective de la Coupe du monde 2022 va jouer un rôle.

", - "content": "Deux jours avant le 16e de finale de Coupe de France contre Chauvigny, l’entraîneur de l’OM Jorge Sampaoli s’est exprimé sur le mercato d’hiver qui ouvre ses portes ce samedi. Le coach argentin estime notamment que la perspective de la Coupe du monde 2022 va jouer un rôle.

", + "title": "NHL: une spectatrice honorée après avoir sauvé la vie d'un employé de Vancouver en plein match", + "description": "Les Vancouver Canucks ont lancé un appel pour retrouver une spectatrice qui avait sauvé la vie d'un employé du match après l'avior incité en plein match à faire vérifier un grain de beauté. La quête a été fructueuse et la jeune femme a été honorée.

", + "content": "Les Vancouver Canucks ont lancé un appel pour retrouver une spectatrice qui avait sauvé la vie d'un employé du match après l'avior incité en plein match à faire vérifier un grain de beauté. La quête a été fructueuse et la jeune femme a été honorée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/om-sampaoli-dresse-le-profil-recherche-pour-le-mercato-d-hiver_AV-202112310207.html", + "link": "https://rmcsport.bfmtv.com/sport-us/hockey-sur-glace/nhl-une-spectatrice-honoree-apres-avoir-sauve-la-vie-d-un-employe-de-vancouver-en-plein-match_AD-202201030238.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:24:48 GMT", - "enclosure": "https://images.bfmtv.com/Vg9waK9myY-4HyGw3DYx18RcE6c=/0x36:2048x1188/800x0/images/Jorge-Sampaoli-1167225.jpg", + "pubDate": "Mon, 03 Jan 2022 12:22:30 GMT", + "enclosure": "https://images.bfmtv.com/Trt7EDQFwv_h9a-oh0LkBdx_LNo=/0x300:1632x1218/800x0/images/Nadia-Popovici-l-entraineur-assistant-en-charge-des-equipements-de-Vancouver-Brian-Hamilton-a-qui-elle-a-sauve-la-vie-1203124.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Vg9waK9myY-4HyGw3DYx18RcE6c=/0x36:2048x1188/800x0/images/Jorge-Sampaoli-1167225.jpg", + "image": "https://images.bfmtv.com/Trt7EDQFwv_h9a-oh0LkBdx_LNo=/0x300:1632x1218/800x0/images/Nadia-Popovici-l-entraineur-assistant-en-charge-des-equipements-de-Vancouver-Brian-Hamilton-a-qui-elle-a-sauve-la-vie-1203124.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22829,20 +23907,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "922b8b6d478e9e084eac0f991089cd1b", + "hash": "916bf95bf880bf0ded7a99404b8b233d", "highlights": [] }, { - "title": "Rennes: Genesio critique le protocole Covid, qui n'oblige pas les clubs à faire des tests", - "description": "En conférence de presse ce vendredi, Bruno Genesio a fait le point sur le groupe du Stade Rennais avant le déplacement de dimanche à Nancy, en Coupe de France. L'occasion pour lui de rappeler qu'aucun protocole Covid ne contraint les clubs à tester ces joueurs.

", - "content": "En conférence de presse ce vendredi, Bruno Genesio a fait le point sur le groupe du Stade Rennais avant le déplacement de dimanche à Nancy, en Coupe de France. L'occasion pour lui de rappeler qu'aucun protocole Covid ne contraint les clubs à tester ces joueurs.

", + "title": "Et maintenant, Infantino propose un Euro tous les deux ans", + "description": "Au cours d'un entretien avec le média italien Radio Anch'io Sport, Gianni Infantino a soulevé la possibilité d'organiser l'Euro tous les deux ans, comme le président de la Fifa souhaite le faire déjà pour la Coupe du monde.

", + "content": "Au cours d'un entretien avec le média italien Radio Anch'io Sport, Gianni Infantino a soulevé la possibilité d'organiser l'Euro tous les deux ans, comme le président de la Fifa souhaite le faire déjà pour la Coupe du monde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/rennes-genesio-critique-le-protocole-covid-qui-n-oblige-pas-les-clubs-a-faire-des-tests_AV-202112310205.html", + "link": "https://rmcsport.bfmtv.com/football/euro/et-maintenant-infantino-propose-un-euro-tous-les-deux-ans_AV-202201030235.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:21:52 GMT", - "enclosure": "https://images.bfmtv.com/NcWdVcmLoNAb1E_ZJLFNHRzCX9M=/0x0:768x432/800x0/images/L-entraineur-de-Rennes-Bruno-Genesio-lors-du-match-a-domicile-de-la-Ligue-Europa-Conference-contre-NS-Mura-Slovenie-le-4-novembre-2021-au-Roazhon-Park-1161358.jpg", + "pubDate": "Mon, 03 Jan 2022 12:18:08 GMT", + "enclosure": "https://images.bfmtv.com/-NPUx7gEnWkcbW8Fs8ot7MFP_H8=/0x92:2048x1244/800x0/images/Gianni-Infantino-1192191.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NcWdVcmLoNAb1E_ZJLFNHRzCX9M=/0x0:768x432/800x0/images/L-entraineur-de-Rennes-Bruno-Genesio-lors-du-match-a-domicile-de-la-Ligue-Europa-Conference-contre-NS-Mura-Slovenie-le-4-novembre-2021-au-Roazhon-Park-1161358.jpg", + "image": "https://images.bfmtv.com/-NPUx7gEnWkcbW8Fs8ot7MFP_H8=/0x92:2048x1244/800x0/images/Gianni-Infantino-1192191.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22851,20 +23929,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "20a34f00f5ef3c84831f52c4f4c62910", + "hash": "444f56a64a707de100692d730d1d18be", "highlights": [] }, { - "title": "Premier League: Southampton-Newcastle reporté à cause du Covid", - "description": "Initialement prévu le 2 janvier, le match entre Southampton et Newcastle a été reporté en raison de plusieurs cas de Covid et des blessures chez les Magpies.

", - "content": "Initialement prévu le 2 janvier, le match entre Southampton et Newcastle a été reporté en raison de plusieurs cas de Covid et des blessures chez les Magpies.

", + "title": "Reims: les excuses d'Ekitike après son carton rouge en Coupe de France", + "description": "Exclu pour un mauvais geste face à Thaon, Hugo Ekitike s'est excusé sur les réseaux sociaux après la qualification de Reims pour les 8es de finale de la Coupe de France.

", + "content": "Exclu pour un mauvais geste face à Thaon, Hugo Ekitike s'est excusé sur les réseaux sociaux après la qualification de Reims pour les 8es de finale de la Coupe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-southampton-newcastle-reporte-a-cause-du-covid_AD-202112310200.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/reims-les-excuses-d-ekitike-apres-son-carton-rouge-en-coupe-de-france_AV-202201030218.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:11:00 GMT", - "enclosure": "https://images.bfmtv.com/mE5vL_bptE56dxgTw560yR-ZsT4=/0x76:2048x1228/800x0/images/Newcastle-1181657.jpg", + "pubDate": "Mon, 03 Jan 2022 11:52:34 GMT", + "enclosure": "https://images.bfmtv.com/Lmzp_LrGcYvzp7HgJzlpvdmkZ0Q=/7x0:1991x1116/800x0/images/H-Ekitike-1176638.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/mE5vL_bptE56dxgTw560yR-ZsT4=/0x76:2048x1228/800x0/images/Newcastle-1181657.jpg", + "image": "https://images.bfmtv.com/Lmzp_LrGcYvzp7HgJzlpvdmkZ0Q=/7x0:1991x1116/800x0/images/H-Ekitike-1176638.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22873,20 +23951,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ca7bd2ca842c37284d9584c011485e7", + "hash": "d68e214432c372d2ef4a28eda059af8b", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 31 décembre - Liga - Espagne", - "description": "Notre pronostic: Valence bat l'Espanyol Barcelone, Soler ou Guedes marque (2.30)

", - "content": "Notre pronostic: Valence bat l'Espanyol Barcelone, Soler ou Guedes marque (2.30)

", + "title": "Mercato: le montant que le PSG devrait récupérer après le transfert d’Ikoné", + "description": "Lors de son départ à Lille en 2018, le Paris Saint-Germain avait négocié une indemnité sur la future vente de Jonathan Ikoné, parti cet hiver à la Fiorentina. Un calcul qui va lui rapporter quelques millions d'euros cet hiver.

", + "content": "Lors de son départ à Lille en 2018, le Paris Saint-Germain avait négocié une indemnité sur la future vente de Jonathan Ikoné, parti cet hiver à la Fiorentina. Un calcul qui va lui rapporter quelques millions d'euros cet hiver.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-31-decembre-liga-espagne_AN-202112300008.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-montant-que-le-psg-devrait-recuperer-apres-le-transfert-d-ikone_AV-202201030207.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/F7D3NMentMaBt6hR3B1YkyeaDMQ=/0x0:2000x1125/800x0/images/Guedes-et-Soler-Valence-1201163.jpg", + "pubDate": "Mon, 03 Jan 2022 11:38:29 GMT", + "enclosure": "https://images.bfmtv.com/VABc32o8qfeZKj8wsdklEmGxJRo=/0x0:1200x675/800x0/images/Jonathan-Ikone-1203076.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/F7D3NMentMaBt6hR3B1YkyeaDMQ=/0x0:2000x1125/800x0/images/Guedes-et-Soler-Valence-1201163.jpg", + "image": "https://images.bfmtv.com/VABc32o8qfeZKj8wsdklEmGxJRo=/0x0:1200x675/800x0/images/Jonathan-Ikone-1203076.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22895,20 +23973,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb5eb44ed71f4bfb22faf108a1a950f8", + "hash": "cdb7388bdf8008b24948b712816da124", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 31 décembre - NBA", - "description": "Mon pronostic : Cleveland bat Atlanta (1.82)

", - "content": "Mon pronostic : Cleveland bat Atlanta (1.82)

", + "title": "Mercato: le Barça ouvre la porte sur le dossier Haaland", + "description": "En marge de la présentation de Ferran Torres, Joan Laporta a parlé de l'avancée du dossier Haaland. Le président du Barça affirme que son club est de retour au premier plan sur le mercato pour de grosses signatures.

", + "content": "En marge de la présentation de Ferran Torres, Joan Laporta a parlé de l'avancée du dossier Haaland. Le président du Barça affirme que son club est de retour au premier plan sur le mercato pour de grosses signatures.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-31-decembre-nba_AN-202112310195.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-ouvre-la-porte-sur-le-dossier-haaland_AV-202201030203.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 13:48:24 GMT", - "enclosure": "https://images.bfmtv.com/bKdWN2uJQRS665cVbfYYyvi9Dtk=/0x0:2000x1125/800x0/images/RJ-Nembhard-1201999.jpg", + "pubDate": "Mon, 03 Jan 2022 11:32:22 GMT", + "enclosure": "https://images.bfmtv.com/Ux99a7ozpxHsOQImOcoveurnKSw=/0x18:1200x693/800x0/images/Joan-Laporta-1168479.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/bKdWN2uJQRS665cVbfYYyvi9Dtk=/0x0:2000x1125/800x0/images/RJ-Nembhard-1201999.jpg", + "image": "https://images.bfmtv.com/Ux99a7ozpxHsOQImOcoveurnKSw=/0x18:1200x693/800x0/images/Joan-Laporta-1168479.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22917,20 +23995,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3a9f9409c87e47d0f222cd1687a6191", + "hash": "25165a32a1ebb9f34d56d472230c3197", "highlights": [] }, { - "title": "L'AS Pirae, club de Tahiti, va participer à la Coupe du monde des clubs", - "description": "Après les forfaits néo-zélandais et calédoniens, le club tahitien de l'AS Pirae a été contacté par la FIFA pour participer à la Coupe du monde des clubs aux Emirats arabes unis en février prochain.

", - "content": "Après les forfaits néo-zélandais et calédoniens, le club tahitien de l'AS Pirae a été contacté par la FIFA pour participer à la Coupe du monde des clubs aux Emirats arabes unis en février prochain.

", + "title": "Dakar: l’étape du jour pour Loeb", + "description": "Le Français Sébastien Loeb (Prodrive) a remporté lundi la deuxième étape du rallye-raid Dakar 2022 dans la catégorie auto, une spéciale de 338 km entre Ha'il et al-Qaisumah (nord-est). La victoire en moto est revenue à l’Espagnol Joan Barreda.

", + "content": "Le Français Sébastien Loeb (Prodrive) a remporté lundi la deuxième étape du rallye-raid Dakar 2022 dans la catégorie auto, une spéciale de 338 km entre Ha'il et al-Qaisumah (nord-est). La victoire en moto est revenue à l’Espagnol Joan Barreda.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/l-as-pirae-club-de-tahiti-va-participer-a-la-coupe-du-monde-des-clubs_AV-202112310193.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-l-etape-du-jour-pour-loeb_AD-202201030196.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 13:39:05 GMT", - "enclosure": "https://images.bfmtv.com/lUwMAXonxruZnOHuFla_6dSbJSs=/0x58:1440x868/800x0/images/Coupe-du-monde-des-clubs-1201940.jpg", + "pubDate": "Mon, 03 Jan 2022 11:25:16 GMT", + "enclosure": "https://images.bfmtv.com/yUN6a3DDdwHYsjZ5G2NaiTHNoCk=/0x212:2048x1364/800x0/images/Sebastien-Loeb-et-son-co-pilote-Fabian-Lurquin-1201906.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/lUwMAXonxruZnOHuFla_6dSbJSs=/0x58:1440x868/800x0/images/Coupe-du-monde-des-clubs-1201940.jpg", + "image": "https://images.bfmtv.com/yUN6a3DDdwHYsjZ5G2NaiTHNoCk=/0x212:2048x1364/800x0/images/Sebastien-Loeb-et-son-co-pilote-Fabian-Lurquin-1201906.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22939,20 +24017,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23d58eafabc087f16c4fb275eddf8054", + "hash": "0d133ae9c0c4e14c04b214be55fa12bb", "highlights": [] }, { - "title": "Inter: la banderole des supporters qui en veulent toujours à Lukaku", - "description": "Alors qu'il a réaffirmé son amour pour l'Inter Milan dans une récente interview, Romelu Lukaku a eu droit à une réponse cinglante de la part des fans du club nerazzurri. Ils ont vécu son départ pour Chelsea comme une trahison et n'acceptent pas ses excuses.

", - "content": "Alors qu'il a réaffirmé son amour pour l'Inter Milan dans une récente interview, Romelu Lukaku a eu droit à une réponse cinglante de la part des fans du club nerazzurri. Ils ont vécu son départ pour Chelsea comme une trahison et n'acceptent pas ses excuses.

", + "title": "PRONOS PARIS RMC Le pari du jour du 3 janvier – Premier League - Angleterre", + "description": "Notre pronostic : Manchester United bat Wolverhampton et moins de 3,5 buts (2.05)

", + "content": "Notre pronostic : Manchester United bat Wolverhampton et moins de 3,5 buts (2.05)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/inter-la-banderole-des-supporters-qui-en-veulent-toujours-a-lukaku_AV-202112310192.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-3-janvier-premier-league-angleterre_AN-202201020115.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 13:34:34 GMT", - "enclosure": "https://images.bfmtv.com/T0IExq6Tl_5-V_xuOGaBnrYHlis=/0x0:2048x1152/800x0/images/Romelu-LUKAKU-1201970.jpg", + "pubDate": "Sun, 02 Jan 2022 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/UHCNgCALQDdgDdSmmyDCHyGcuw0=/0x87:2000x1212/800x0/images/Manchester-United-1202698.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/T0IExq6Tl_5-V_xuOGaBnrYHlis=/0x0:2048x1152/800x0/images/Romelu-LUKAKU-1201970.jpg", + "image": "https://images.bfmtv.com/UHCNgCALQDdgDdSmmyDCHyGcuw0=/0x87:2000x1212/800x0/images/Manchester-United-1202698.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22961,20 +24039,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79a13a730701a7bc1a9e385f4e594d5e", + "hash": "4cedbb898b891af4160a52cae94d4265", "highlights": [] }, { - "title": "Cyclisme: sorti de l'hôpital, Ullrich remercie Armstrong après avoir encore \"échappé à la mort\"", - "description": "Dans un entretien à Bild ce vendredi, Jan Ullrich a expliqué son dernier passage à l'hôpital, nuançant la version de la presse allemande, laissant supposer une rechute avec l'alcool. L'ancien cycliste allemand en a profité pour remercier son vieux rival Lance Armstrong, \"la première personne\" à lui rendre visite.

", - "content": "Dans un entretien à Bild ce vendredi, Jan Ullrich a expliqué son dernier passage à l'hôpital, nuançant la version de la presse allemande, laissant supposer une rechute avec l'alcool. L'ancien cycliste allemand en a profité pour remercier son vieux rival Lance Armstrong, \"la première personne\" à lui rendre visite.

", + "title": "PRONOS PARIS RMC Le pari de folie du 3 janvier – Liga - Espagne", + "description": "Notre pronostic : Séville gagne à Cadix et les deux équipes marquent (4.30)

", + "content": "Notre pronostic : Séville gagne à Cadix et les deux équipes marquent (4.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-sorti-de-l-hopital-ullrich-remercie-armstrong-apres-avoir-encore-echappe-a-la-mort_AV-202112310191.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-3-janvier-liga-espagne_AN-202201020111.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 13:27:59 GMT", - "enclosure": "https://images.bfmtv.com/MQM_1Lr8bn3w72z4egZkcetmyxU=/3x99:1859x1143/800x0/images/Jan-Ullrich-1201975.jpg", + "pubDate": "Sun, 02 Jan 2022 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/wJkHUBW4ulwIg58xOylWzVpMgcE=/0x208:2000x1333/800x0/images/FC-Seville-1202694.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MQM_1Lr8bn3w72z4egZkcetmyxU=/3x99:1859x1143/800x0/images/Jan-Ullrich-1201975.jpg", + "image": "https://images.bfmtv.com/wJkHUBW4ulwIg58xOylWzVpMgcE=/0x208:2000x1333/800x0/images/FC-Seville-1202694.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -22983,20 +24061,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2947ee4de4b141d96de1f2bb4d1273af", + "hash": "a0e202a7983c1fd115abbe61380eaa82", "highlights": [] }, { - "title": "Ligue 1: Angers-ASSE reporté en raison du coronavirus", - "description": "Alors que l'Angers SCO est décimé par le Covid, la LFP a décidé de reporter la rencontre face à Saint-Etienne, comptant pour la 20e journée de Ligue 1. Le club de l'Anjou obtient donc gain de cause.

", - "content": "Alors que l'Angers SCO est décimé par le Covid, la LFP a décidé de reporter la rencontre face à Saint-Etienne, comptant pour la 20e journée de Ligue 1. Le club de l'Anjou obtient donc gain de cause.

", + "title": "PRONOS PARIS RMC Le pari sûr du 3 janvier – Coupe de France", + "description": "Notre pronostic : le PSG s’impose à Vannes par au moins trois buts d’écart (1.42)

", + "content": "Notre pronostic : le PSG s’impose à Vannes par au moins trois buts d’écart (1.42)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-angers-asse-reporte-en-raison-du-coronavirus_AV-202112310190.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-3-janvier-coupe-de-france_AN-202201020109.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 13:25:46 GMT", - "enclosure": "https://images.bfmtv.com/x_1-sqkJiV0BF_b6NrF9KBHvtbw=/7x107:1991x1223/800x0/images/L-equipe-d-Angers-est-decimee-par-le-Covid-1201977.jpg", + "pubDate": "Sun, 02 Jan 2022 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/HFe8b09ur5kwLfd8XTjstY6Wrlk=/0x36:1984x1152/800x0/images/PSG-1202692.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/x_1-sqkJiV0BF_b6NrF9KBHvtbw=/7x107:1991x1223/800x0/images/L-equipe-d-Angers-est-decimee-par-le-Covid-1201977.jpg", + "image": "https://images.bfmtv.com/HFe8b09ur5kwLfd8XTjstY6Wrlk=/0x36:1984x1152/800x0/images/PSG-1202692.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23005,20 +24083,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa2883394f53dba44912ba4b0d39d0b3", + "hash": "86fa5f3146e10471b3704789d404d4d9", "highlights": [] }, { - "title": "Open d'Australie: Nadal est arrivé à Melbourne", - "description": "Après plusieurs mois de blessures et un test positif au Covid-19, Rafael Nadal va pouvoir reprendre la compétition. Via un post sur Twitter, l'Espagnol a publié sa présence à Melbourne pour l'Open d'Australie. Ce tournoi se disputera du 17 au 30 janvier 2022.

", - "content": "Après plusieurs mois de blessures et un test positif au Covid-19, Rafael Nadal va pouvoir reprendre la compétition. Via un post sur Twitter, l'Espagnol a publié sa présence à Melbourne pour l'Open d'Australie. Ce tournoi se disputera du 17 au 30 janvier 2022.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 3 janvier – Coupe de France", + "description": "Mon pronostic : Mbappé (PSG) ouvre le score à Vannes (2.25)

", + "content": "Mon pronostic : Mbappé (PSG) ouvre le score à Vannes (2.25)

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-nadal-est-arrive-a-melbourne_AV-202112310189.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-3-janvier-coupe-de-france_AN-202201030195.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 13:23:36 GMT", - "enclosure": "https://images.bfmtv.com/pdqsv_y0ra17OZzb4wjia-KjFIY=/0x0:768x432/800x0/images/L-Espagnol-Rafael-Nadal-lors-d-un-match-contre-le-Canadien-Denis-Shapovalov-match-d-exhibition-dans-l-emirat-d-Abou-Dhabi-Emirats-arabes-unis-le-18-decembre-2021-1194762.jpg", + "pubDate": "Mon, 03 Jan 2022 11:17:46 GMT", + "enclosure": "https://images.bfmtv.com/WzZYpfwfLB2EGTL9S1b5A4WguYw=/0x46:1984x1162/800x0/images/K-Mbappe-1203075.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/pdqsv_y0ra17OZzb4wjia-KjFIY=/0x0:768x432/800x0/images/L-Espagnol-Rafael-Nadal-lors-d-un-match-contre-le-Canadien-Denis-Shapovalov-match-d-exhibition-dans-l-emirat-d-Abou-Dhabi-Emirats-arabes-unis-le-18-decembre-2021-1194762.jpg", + "image": "https://images.bfmtv.com/WzZYpfwfLB2EGTL9S1b5A4WguYw=/0x46:1984x1162/800x0/images/K-Mbappe-1203075.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23027,20 +24105,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3b5d23de9b59a1e5d9cb851096f0929", + "hash": "ddaffcaeedbf376c54947adfc6ee3c48", "highlights": [] }, { - "title": "Mercato: Monaco proche d'un accord avec Clement, pour remplacer Kovac", - "description": "Selon les informations de RMC Sport, Philippe Clement, actuel entraîneur du Club Bruges, est proche d'un accord avec l'AS Monaco pour remplacer Niko Kovac. En cas d'échec de cette piste, Jesse Marsch pourrait être sollicité.

", - "content": "Selon les informations de RMC Sport, Philippe Clement, actuel entraîneur du Club Bruges, est proche d'un accord avec l'AS Monaco pour remplacer Niko Kovac. En cas d'échec de cette piste, Jesse Marsch pourrait être sollicité.

", + "title": "Chelsea: Lukaku, les raisons d’une polémique à 115 millions d’euros", + "description": "Transfert le plus cher de l’histoire de Chelsea, Romelu Lukaku (28 ans) a été écarté par Thomas Tuchel après la parution d’une interview où il se plaint de son utilisation et ouvre la porte à un retour à l’Inter Milan.

", + "content": "Transfert le plus cher de l’histoire de Chelsea, Romelu Lukaku (28 ans) a été écarté par Thomas Tuchel après la parution d’une interview où il se plaint de son utilisation et ouvre la porte à un retour à l’Inter Milan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-monaco-proche-d-un-accord-avec-clement-pour-remplacer-kovac_AV-202112310188.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lukaku-les-raisons-d-une-polemique-a-115-millions-d-euros_AV-202201030194.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 13:21:07 GMT", - "enclosure": "https://images.bfmtv.com/Vh2pG4kACdaTR_j9wyfkGR3-Bxo=/0x62:1200x737/800x0/images/-851105.jpg", + "pubDate": "Mon, 03 Jan 2022 11:17:34 GMT", + "enclosure": "https://images.bfmtv.com/Xs2VH-qCrBZG9QXyYHBBl8CR66Q=/0x55:1632x973/800x0/images/Romelu-Lukaku-et-Thomas-Tuchel-1203067.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Vh2pG4kACdaTR_j9wyfkGR3-Bxo=/0x62:1200x737/800x0/images/-851105.jpg", + "image": "https://images.bfmtv.com/Xs2VH-qCrBZG9QXyYHBBl8CR66Q=/0x55:1632x973/800x0/images/Romelu-Lukaku-et-Thomas-Tuchel-1203067.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23049,20 +24127,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d26213c84de44d830d5a5b552fdd709f", + "hash": "28e1f973379f5f56f2caf8fff6a8b731", "highlights": [] }, { - "title": "OM en direct: Sampaoli annonce deux cas positifs au coronavirus avant Chauvigny", - "description": "Jorge Sampaoli se présentera une dernière fois en 2021 face à la presse ce vendredi, à l'occasion d'une conférence d'avant-match où il sera accompagné par Leonardo Balerdi. L'OM affrontera Chauvigny ce dimanche (21h) lors des seizièmes de finale de Coupe de France. La conférence de presse est à suivre en direct commenté sur RMC Sport à partir de 13h30.

", - "content": "Jorge Sampaoli se présentera une dernière fois en 2021 face à la presse ce vendredi, à l'occasion d'une conférence d'avant-match où il sera accompagné par Leonardo Balerdi. L'OM affrontera Chauvigny ce dimanche (21h) lors des seizièmes de finale de Coupe de France. La conférence de presse est à suivre en direct commenté sur RMC Sport à partir de 13h30.

", + "title": "Mercato: le Barça met la pression à Dembélé", + "description": "Présent en conférence de presse ce lundi pour la présentation de Ferran Torres, Mateu Alemany, directeur général du FC Barcelone, en a profité pour exiger une réponse définitive d'Ousmane Dembélé, qui a une proposition de prolongation sur la table.

", + "content": "Présent en conférence de presse ce lundi pour la présentation de Ferran Torres, Mateu Alemany, directeur général du FC Barcelone, en a profité pour exiger une réponse définitive d'Ousmane Dembélé, qui a une proposition de prolongation sur la table.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/om-en-direct-suivez-la-conference-de-presse-de-sampaoli-avant-chauvigny_LN-202112310109.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-met-la-pression-a-dembele_AV-202201030193.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 08:57:14 GMT", - "enclosure": "https://images.bfmtv.com/oO2yjZnuS7Vh1oR91K0MwbObO8g=/141x134:2045x1205/800x0/images/Jorge-Sampaoli-1176051.jpg", + "pubDate": "Mon, 03 Jan 2022 11:15:00 GMT", + "enclosure": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/oO2yjZnuS7Vh1oR91K0MwbObO8g=/141x134:2045x1205/800x0/images/Jorge-Sampaoli-1176051.jpg", + "image": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23071,20 +24149,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcce3f7a38d86263404ddbf24a98b726", + "hash": "2512cdf619b7b41396e530b3c74b792d", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: pas de forfait ou de report pour Bordeaux contre Brest", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "PSG: un cinquième cas de Covid-19 et douze absents à Vannes en Coupe de France", + "description": "Le PSG sera privé de 12 joueurs pour son déplacement à Vannes, ce lundi (21h10) en 16es de finale de la Coupe de France. Danilo Pereira ajoute son nom à la liste des joueurs positifs au coronavirus.

", + "content": "Le PSG sera privé de 12 joueurs pour son déplacement à Vannes, ce lundi (21h10) en 16es de finale de la Coupe de France. Danilo Pereira ajoute son nom à la liste des joueurs positifs au coronavirus.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-un-cinquieme-cas-de-covid-19-et-douze-absents-a-vannes-en-coupe-de-france_AV-202201030166.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", - "enclosure": "https://images.bfmtv.com/V-0DOsSBZnX6-AiNrztflMnaJPc=/6x54:2038x1197/800x0/images/Ui-Jo-Hwang-remplace-lors-d-un-match-de-Bordeaux-1202000.jpg", + "pubDate": "Mon, 03 Jan 2022 10:28:29 GMT", + "enclosure": "https://images.bfmtv.com/wb_o6tPNT30KEvT0LLtK6cYse_8=/0x52:2048x1204/800x0/images/Danilo-Pereira-qui-enlace-Achraf-Hakimi-positif-au-coronavirus-1203045.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/V-0DOsSBZnX6-AiNrztflMnaJPc=/6x54:2038x1197/800x0/images/Ui-Jo-Hwang-remplace-lors-d-un-match-de-Bordeaux-1202000.jpg", + "image": "https://images.bfmtv.com/wb_o6tPNT30KEvT0LLtK6cYse_8=/0x52:2048x1204/800x0/images/Danilo-Pereira-qui-enlace-Achraf-Hakimi-positif-au-coronavirus-1203045.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23093,20 +24171,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cdb5047566982a2bf5fddff669ec8fa", + "hash": "be66d6c9b870fdd4f7b55109712e830f", "highlights": [] }, { - "title": "Coupe de France: 21 cas de coronavirus à Bordeaux, qui va devoir jouer avec des jeunes", - "description": "Le coach suisse Vladimir Petkovic et Thierry Delmeule, médecin du club, sont passés en conférence de presse ce vendredi pour faire le point sur la situation des Girondins de Bordeaux, à 48 heures des 16es de finale de Coupe de France face à Brest. 21 cas de coronavirus ont été détectés pour le club girondin, qui va devoir tout de même jouer après les dernières dispositions de la FFF.

", - "content": "Le coach suisse Vladimir Petkovic et Thierry Delmeule, médecin du club, sont passés en conférence de presse ce vendredi pour faire le point sur la situation des Girondins de Bordeaux, à 48 heures des 16es de finale de Coupe de France face à Brest. 21 cas de coronavirus ont été détectés pour le club girondin, qui va devoir tout de même jouer après les dernières dispositions de la FFF.

", + "title": "Equipe de France: au Chili, un couple choisit Griezmann Mbappé comme prénom pour leur fils", + "description": "L'hôpital de Copiapó, au Chili, a annoncé comme chaque année le prénom du premier enfant né dans ses locaux. Pour 2022, c'est un certain Griezmann Mbappé qui a été mis à l'affiche.

", + "content": "L'hôpital de Copiapó, au Chili, a annoncé comme chaque année le prénom du premier enfant né dans ses locaux. Pour 2022, c'est un certain Griezmann Mbappé qui a été mis à l'affiche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-21-cas-de-coronavirus-a-bordeaux-qui-va-devoir-jouer-avec-des-jeunes_AV-202112310176.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-au-chili-un-couple-choisit-griezmann-mbappe-comme-prenom-pour-leur-fils_AV-202201030163.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 12:32:03 GMT", - "enclosure": "https://images.bfmtv.com/DmhoC1XLc9d-FHYK5P5G5ynwfCo=/0x61:2016x1195/800x0/images/Petkovic-1201957.jpg", + "pubDate": "Mon, 03 Jan 2022 10:22:50 GMT", + "enclosure": "https://images.bfmtv.com/dn6QARwVOzYf2UbWVn7tjbXGJh0=/0x42:2048x1194/800x0/images/Mbappe-Griezmann-1203022.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/DmhoC1XLc9d-FHYK5P5G5ynwfCo=/0x61:2016x1195/800x0/images/Petkovic-1201957.jpg", + "image": "https://images.bfmtv.com/dn6QARwVOzYf2UbWVn7tjbXGJh0=/0x42:2048x1194/800x0/images/Mbappe-Griezmann-1203022.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23115,20 +24193,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "18ec00fa67564617d9ec4578b1f915b1", + "hash": "10c039121178f5c3bd948731fa8d7277", "highlights": [] }, { - "title": "OL: \"plusieurs cas positifs\" au coronavirus, le stage en Espagne reporté", - "description": "Les derniers tests effectués par l'OL ont révélé plusieurs cas positifs au coronavirus au sein de l'effectif professionnel masculin. Le club a donc décidé de reporter son stage prévu en Espagne début janvier.

", - "content": "Les derniers tests effectués par l'OL ont révélé plusieurs cas positifs au coronavirus au sein de l'effectif professionnel masculin. Le club a donc décidé de reporter son stage prévu en Espagne début janvier.

", + "title": "Top 14: grave blessure pour le cadreur fauché sur un essai lors de Bordeaux-Biarritz", + "description": "Le cameraman plaqué en fin de match lors de Bordeaux-Biarritz (30-27) dimanche soir, pendant le match de Top 14, souffre d'une blessure plus sérieuse que prévu.

", + "content": "Le cameraman plaqué en fin de match lors de Bordeaux-Biarritz (30-27) dimanche soir, pendant le match de Top 14, souffre d'une blessure plus sérieuse que prévu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-plusieurs-cas-positifs-au-coronavirus-le-stage-en-espagne-reporte_AV-202112310168.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-grave-blessure-pour-le-cadreur-fauche-sur-un-essai-lors-de-bordeaux-biarritz_AV-202201030159.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 12:14:03 GMT", - "enclosure": "https://images.bfmtv.com/_XqeETwkPsiGgLKip6OVNKbC_sU=/0x0:2048x1152/800x0/images/Lucas-PAQUETA-1201958.jpg", + "pubDate": "Mon, 03 Jan 2022 10:19:05 GMT", + "enclosure": "https://images.bfmtv.com/adTFACp0hJFgUaEgA2fGM72sVb0=/0x95:1200x770/800x0/images/La-grimace-du-cameraman-laisse-peu-de-doute-sur-la-gravite-de-la-blessure-1203035.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/_XqeETwkPsiGgLKip6OVNKbC_sU=/0x0:2048x1152/800x0/images/Lucas-PAQUETA-1201958.jpg", + "image": "https://images.bfmtv.com/adTFACp0hJFgUaEgA2fGM72sVb0=/0x95:1200x770/800x0/images/La-grimace-du-cameraman-laisse-peu-de-doute-sur-la-gravite-de-la-blessure-1203035.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23137,20 +24215,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb6356aebab572527cbee8849d2a21bc", + "hash": "1e75d4f9ddb4edda7a75c17a2e758f59", "highlights": [] }, { - "title": "Coupe de France: la solution de la FFF pour limiter les reports liés au coronavirus", - "description": "À deux jours du début des 16e de finale de la Coupe de France, la FFF a décidé de ne plus tenir compte de la présence de 7 joueurs ayant participé à l'une des deux dernières rencontres. Une mesure pour limiter les risques de forfaits et de reports.

", - "content": "À deux jours du début des 16e de finale de la Coupe de France, la FFF a décidé de ne plus tenir compte de la présence de 7 joueurs ayant participé à l'une des deux dernières rencontres. Une mesure pour limiter les risques de forfaits et de reports.

", + "title": "Bayern: la drôle d'anecdote de Hoeness pour retenir Ribéry à Munich en 2010", + "description": "Tout proche de quitter le Bayern en 2010, Franck Ribéry a finalement prolongé son contrat en Bavière, après un repas spécial en compagnie d'Uli Hoeness.

", + "content": "Tout proche de quitter le Bayern en 2010, Franck Ribéry a finalement prolongé son contrat en Bavière, après un repas spécial en compagnie d'Uli Hoeness.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-solution-de-la-fff-pour-limiter-les-reports-lies-au-coronavirus_AV-202112310154.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-la-drole-d-anecdote-de-hoeness-pour-retenir-ribery-a-munich-en-2010_AV-202201030157.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 11:48:18 GMT", - "enclosure": "https://images.bfmtv.com/hp8oo6V9o7ZDaQelM56h0WEVIaA=/0x68:1200x743/800x0/images/Le-trophee-tant-convoite-de-la-Coupe-de-France-1191388.jpg", + "pubDate": "Mon, 03 Jan 2022 10:15:31 GMT", + "enclosure": "https://images.bfmtv.com/g6gNTHIGcTlAVIRkWEioqIyjGAA=/159x0:1183x576/800x0/images/-840905.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/hp8oo6V9o7ZDaQelM56h0WEVIaA=/0x68:1200x743/800x0/images/Le-trophee-tant-convoite-de-la-Coupe-de-France-1191388.jpg", + "image": "https://images.bfmtv.com/g6gNTHIGcTlAVIRkWEioqIyjGAA=/159x0:1183x576/800x0/images/-840905.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23159,20 +24237,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b22dc782b2e8d711f5d1b84d19ffe662", + "hash": "88b30624dbd3f94201a09f7e0f5e1039", "highlights": [] }, { - "title": "Premier League: le mea culpa de Bielsa face aux grosses difficultés de Leeds", - "description": "Pointé à une inquiétante 16e place en Premier League, avec très peu d'avance sur la zone rouge, Leeds va mal depuis quelques semaines. Son entraîneur Marcelo Bielsa assume sa part de responsabilité dans cette période pour le moins compliquée.

", - "content": "Pointé à une inquiétante 16e place en Premier League, avec très peu d'avance sur la zone rouge, Leeds va mal depuis quelques semaines. Son entraîneur Marcelo Bielsa assume sa part de responsabilité dans cette période pour le moins compliquée.

", + "title": "Ligue 1 en direct: Bordeaux pousse pour reporter son match face à l'OM", + "description": "Après deux semaines d'absence, la Ligue 1 reprend ses droits ce week-end avec la 20e journée. En attendant, suivez en live toutes les infos des clubs français sur RMC Sport.

", + "content": "Après deux semaines d'absence, la Ligue 1 reprend ses droits ce week-end avec la 20e journée. En attendant, suivez en live toutes les infos des clubs français sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-mea-culpa-de-bielsa-face-aux-grosses-difficultes-de-leeds_AV-202112310149.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-20e-journee_LN-202201030144.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 11:27:22 GMT", - "enclosure": "https://images.bfmtv.com/lEVKLec8yZzRswQ5qYrhMqrXF8I=/0x0:2048x1152/800x0/images/Marcelo-Bielsa-1201931.jpg", + "pubDate": "Mon, 03 Jan 2022 09:35:46 GMT", + "enclosure": "https://images.bfmtv.com/NDPI3bx_rRyzTc83IpR-OiKXkBE=/0x0:1200x675/800x0/images/Les-Girondins-de-Bordeaux-1193040.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/lEVKLec8yZzRswQ5qYrhMqrXF8I=/0x0:2048x1152/800x0/images/Marcelo-Bielsa-1201931.jpg", + "image": "https://images.bfmtv.com/NDPI3bx_rRyzTc83IpR-OiKXkBE=/0x0:1200x675/800x0/images/Les-Girondins-de-Bordeaux-1193040.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23181,20 +24259,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d11d355bda43cdf1718ee2b7be09d43", + "hash": "7f0f924901da23ba5ce6d7a1d53f219b", "highlights": [] }, { - "title": "Dakar 2022: pilotes, parcours, nouveautés... Ce qu'il faut savoir sur la course", - "description": "Le Dakar 2022 va voir s'affronter 1.065 participants dans le sable de l'Arabie saoudite, à bord de 578 véhicules et sur un parcours de 8.375 km, du 1er au 14 janvier. Présentation.

", - "content": "Le Dakar 2022 va voir s'affronter 1.065 participants dans le sable de l'Arabie saoudite, à bord de 578 véhicules et sur un parcours de 8.375 km, du 1er au 14 janvier. Présentation.

", + "title": "PSG: pourquoi on verra très peu Messi en janvier avec Paris", + "description": "Testé positif au coronavirus, Lionel Messi va retarder sa reprise avec le PSG au mois de janvier où il devrait peu jouer en raison de sa situation sanitaire et de la programmation d’une mini-trêve internationale.

", + "content": "Testé positif au coronavirus, Lionel Messi va retarder sa reprise avec le PSG au mois de janvier où il devrait peu jouer en raison de sa situation sanitaire et de la programmation d’une mini-trêve internationale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-2022-pilotes-parcours-nouveautes-ce-qu-il-faut-savoir-sur-la-course_AV-202112310146.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pourquoi-on-verra-tres-peu-messi-en-janvier-avec-paris_AV-202201030142.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 10:59:15 GMT", - "enclosure": "https://images.bfmtv.com/yUN6a3DDdwHYsjZ5G2NaiTHNoCk=/0x212:2048x1364/800x0/images/Sebastien-Loeb-et-son-co-pilote-Fabian-Lurquin-1201906.jpg", + "pubDate": "Mon, 03 Jan 2022 09:35:25 GMT", + "enclosure": "https://images.bfmtv.com/LBkj2E1LhMaj7RHhOUNo2hU4f3U=/0x104:1984x1220/800x0/images/Lionel-Messi-et-Enzo-Le-Fee-lors-de-Lorient-PSG-1193536.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/yUN6a3DDdwHYsjZ5G2NaiTHNoCk=/0x212:2048x1364/800x0/images/Sebastien-Loeb-et-son-co-pilote-Fabian-Lurquin-1201906.jpg", + "image": "https://images.bfmtv.com/LBkj2E1LhMaj7RHhOUNo2hU4f3U=/0x104:1984x1220/800x0/images/Lionel-Messi-et-Enzo-Le-Fee-lors-de-Lorient-PSG-1193536.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23203,20 +24281,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "449a97831b49f4fd1a4ed5f25b202f76", + "hash": "a933c6588a46dde1903a997b3a7eba8f", "highlights": [] }, { - "title": "Le FC Porto, seule équipe invaincue dans les grands championnats d'Europe en 2021", - "description": "Le FC Porto est la seule équipe des six grands championnats européens à être invaincue en 2021. Elle n'a pas perdu depuis le 30 octobre 2020. Un record unique pour ceux qui sont actuellement premiers de la D1 portugaise.

", - "content": "Le FC Porto est la seule équipe des six grands championnats européens à être invaincue en 2021. Elle n'a pas perdu depuis le 30 octobre 2020. Un record unique pour ceux qui sont actuellement premiers de la D1 portugaise.

", + "title": "Dakar: Peterhansel mis hors course, mais il va poursuivre son parcours", + "description": "Accidenté lors de la première étape du Paris Dakar ce dimanche et arrivé en dehors des délais, Stéphane Peterhansel a été mis hors course. L'homme aux 14 victoires va, malgré tout, continuer sa route au volant de son Audi, qui présente un nouveau véhicule hybride pour cette édition 2022.

", + "content": "Accidenté lors de la première étape du Paris Dakar ce dimanche et arrivé en dehors des délais, Stéphane Peterhansel a été mis hors course. L'homme aux 14 victoires va, malgré tout, continuer sa route au volant de son Audi, qui présente un nouveau véhicule hybride pour cette édition 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/le-fc-porto-seule-equipe-invaincue-dans-les-grands-championnats-d-europe-en-2021_AV-202112310144.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/dakar-peterhansel-mis-hors-course-mais-il-va-poursuivre-son-parcours_AV-202201030141.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 10:57:29 GMT", - "enclosure": "https://images.bfmtv.com/B0hhcwdTQze31WgIiUvh12E6tuY=/0x283:2048x1435/800x0/images/FC-Porto-1201927.jpg", + "pubDate": "Mon, 03 Jan 2022 09:33:02 GMT", + "enclosure": "https://images.bfmtv.com/h2doS6vtzDglfkwTZPM8QuS0yBw=/0x106:2048x1258/800x0/images/Stephane-Peterhansel-1203002.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/B0hhcwdTQze31WgIiUvh12E6tuY=/0x283:2048x1435/800x0/images/FC-Porto-1201927.jpg", + "image": "https://images.bfmtv.com/h2doS6vtzDglfkwTZPM8QuS0yBw=/0x106:2048x1258/800x0/images/Stephane-Peterhansel-1203002.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23225,20 +24303,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6997209e4f1d6f77d903a6aee205baa", + "hash": "11ab9237c29c2e785e2cf7404f215052", "highlights": [] }, { - "title": "CAN 2022: Osimhen déclare finalement forfait avec le Nigeria", - "description": "Apte pour disputer la Coupe d'Afrique des nations, Victor Osimhen a été contraint de déclarer forfait, à la suite d'un test positif au Covid. Il est remplacé par Henry Onyekuru.

", - "content": "Apte pour disputer la Coupe d'Afrique des nations, Victor Osimhen a été contraint de déclarer forfait, à la suite d'un test positif au Covid. Il est remplacé par Henry Onyekuru.

", + "title": "Mercato: Lukaku aurait décidé de quitter Chelsea", + "description": "Ecarté du groupe par Thomas Tuchel après la diffusion de son interview, Romelu Lukaku voudrait quitter Chelsea selon la presse italienne et retrouver à Tottenham Antonio Conte, qu'il a côtoyé à l'Inter Milan.

", + "content": "Ecarté du groupe par Thomas Tuchel après la diffusion de son interview, Romelu Lukaku voudrait quitter Chelsea selon la presse italienne et retrouver à Tottenham Antonio Conte, qu'il a côtoyé à l'Inter Milan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-osimhen-declare-finalement-forfait-avec-le-nigeria_AV-202112310140.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-lukaku-aurait-decide-de-quitter-chelsea_AV-202201030137.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 10:41:51 GMT", - "enclosure": "https://images.bfmtv.com/Co0hfwiKAydloJ3mZBGTKxm4lzg=/2x2:4402x2477/800x0/images/-876571.jpg", + "pubDate": "Mon, 03 Jan 2022 09:23:55 GMT", + "enclosure": "https://images.bfmtv.com/T0IExq6Tl_5-V_xuOGaBnrYHlis=/0x0:2048x1152/800x0/images/Romelu-LUKAKU-1201970.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Co0hfwiKAydloJ3mZBGTKxm4lzg=/2x2:4402x2477/800x0/images/-876571.jpg", + "image": "https://images.bfmtv.com/T0IExq6Tl_5-V_xuOGaBnrYHlis=/0x0:2048x1152/800x0/images/Romelu-LUKAKU-1201970.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23247,20 +24325,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7130d7e7e781fbc5666f645f9f20337", + "hash": "c5c16f350b2e02d3357a1f9a3309933c", "highlights": [] }, { - "title": "Les pronos hippiques du samedi 1er janvier 2022", - "description": " Le Quinté+ du samedi 1er janvier est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": " Le Quinté+ du samedi 1er janvier est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Tennis: positif au Covid-19, Gasquet est à l'isolement", + "description": "Richard Gasquet a déclaré forfait ce lundi pour le tournoi de Melbourne (ATP 250), où il se trouve, en raison d'un test positif au coronavirus. A deux semaines du début de l'Open d'Australie, le 87e joueur mondial est à l'isolement pour sept jours.

", + "content": "Richard Gasquet a déclaré forfait ce lundi pour le tournoi de Melbourne (ATP 250), où il se trouve, en raison d'un test positif au coronavirus. A deux semaines du début de l'Open d'Australie, le 87e joueur mondial est à l'isolement pour sept jours.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-1er-janvier_AN-202112310136.html", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-positif-au-covid-19-gasquet-est-a-l-isolement_AV-202201030130.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 10:16:13 GMT", - "enclosure": "https://images.bfmtv.com/Lit38bQb0fjgPYlJ6_-HJWmEWsM=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-vendredi-31-decembre-2021-1201160.jpg", + "pubDate": "Mon, 03 Jan 2022 09:03:28 GMT", + "enclosure": "https://images.bfmtv.com/2-Aey75uM12P7uGZ0xXce5HRyzc=/0x0:768x432/800x0/images/Le-Francais-Richard-Gasquet-lors-d-un-match-contre-le-Bulgare-Grigor-Dimitrov-le-2-novembre-2021-au-Masters-1000-de-Paris-1173621.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Lit38bQb0fjgPYlJ6_-HJWmEWsM=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-vendredi-31-decembre-2021-1201160.jpg", + "image": "https://images.bfmtv.com/2-Aey75uM12P7uGZ0xXce5HRyzc=/0x0:768x432/800x0/images/Le-Francais-Richard-Gasquet-lors-d-un-match-contre-le-Bulgare-Grigor-Dimitrov-le-2-novembre-2021-au-Masters-1000-de-Paris-1173621.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23269,20 +24347,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "933a6ad3f073e88b5befcdc17af14f6c", + "hash": "55bb81642228dd6dabd4d8f491e98879", "highlights": [] }, { - "title": "Mercato en direct: Clement proche d'un accord avec Monaco", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Atlético: Griezmann testé négatif après sa quarantaine", + "description": "Quatre jours après l'annonce de son test positif, Antoine Griezmann a confirmé ce dimanche qu'il était négatif au Covid-19. Il va donc pouvoir réintégrer le groupe de l'Atlético.

", + "content": "Quatre jours après l'annonce de son test positif, Antoine Griezmann a confirmé ce dimanche qu'il était négatif au Covid-19. Il va donc pouvoir réintégrer le groupe de l'Atlético.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/liga/atletico-griezmann-teste-negatif-apres-sa-quarantaine_AV-202201030119.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.jpg", + "pubDate": "Mon, 03 Jan 2022 08:42:48 GMT", + "enclosure": "https://images.bfmtv.com/lNAep-cQ-Bjv1WvwV5bMbdd0xmA=/0x0:768x432/800x0/images/L-attaquant-francais-de-l-Atletico-Madrid-Antoine-Griezmann-lors-du-match-de-Liga-contre-Osasuna-le-20-novembre-2021-1201491.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.jpg", + "image": "https://images.bfmtv.com/lNAep-cQ-Bjv1WvwV5bMbdd0xmA=/0x0:768x432/800x0/images/L-attaquant-francais-de-l-Atletico-Madrid-Antoine-Griezmann-lors-du-match-de-Liga-contre-Osasuna-le-20-novembre-2021-1201491.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23291,20 +24369,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "897b97206dc6a1f452e5a0a9e0910057", + "hash": "a9c1916703c2e984cffb120eefe27627", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: Angers-ASSE en Ligue 1 reporté", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "Le sport face au coronavirus en direct: Bordeaux devrait demander le report du match face à l'OM", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", + "link": "https://rmcsport.bfmtv.com/football/le-sport-face-au-coronavirus-en-direct-le-coup-de-gueule-de-genesio-contre-les-instances-du-foot-francais_LN-202201030088.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", - "enclosure": "https://images.bfmtv.com/4D9oh8O__W3jmh7baPLqfPbDAVQ=/0x13:2048x1165/800x0/images/Angers-1201646.jpg", + "pubDate": "Mon, 03 Jan 2022 07:45:21 GMT", + "enclosure": "https://images.bfmtv.com/DmhoC1XLc9d-FHYK5P5G5ynwfCo=/0x61:2016x1195/800x0/images/Petkovic-1201957.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/4D9oh8O__W3jmh7baPLqfPbDAVQ=/0x13:2048x1165/800x0/images/Angers-1201646.jpg", + "image": "https://images.bfmtv.com/DmhoC1XLc9d-FHYK5P5G5ynwfCo=/0x61:2016x1195/800x0/images/Petkovic-1201957.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23313,20 +24391,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d153a0d3d523030a11fa0479f12c657e", + "hash": "66ef641ba0c4bc65f66c4cc2074d49e1", "highlights": [] }, { - "title": "Chelsea: \"Ce n'est pas utile\", Tuchel mécontent des déclarations de Lukaku sur sa situation", - "description": "Présent en conférence de presse ce vendredi, Thomas Tuchel a commenté les dernières déclarations de Romelu Lukaku, qui a confié ses doutes sur sa situation actuelle à Chelsea. Le technicien allemand se dit \"surpris\" par cette sortie publique alors qu'il sent le joueur concerné à l'entraînement et loin d'être malheureux.

", - "content": "Présent en conférence de presse ce vendredi, Thomas Tuchel a commenté les dernières déclarations de Romelu Lukaku, qui a confié ses doutes sur sa situation actuelle à Chelsea. Le technicien allemand se dit \"surpris\" par cette sortie publique alors qu'il sent le joueur concerné à l'entraînement et loin d'être malheureux.

", + "title": "Pays-Bas: Le coup de foudre entre une arbitre et un joueur", + "description": "Shona Shukrula, 4e arbitre en deuxième division néerlandaise, a officialisé sa relation avec le footballeur Jeff Hardeveld, quelques mois après leur rencontre sur un terrain.

", + "content": "Shona Shukrula, 4e arbitre en deuxième division néerlandaise, a officialisé sa relation avec le footballeur Jeff Hardeveld, quelques mois après leur rencontre sur un terrain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-ce-n-est-pas-utile-tuchel-mecontent-des-declarations-de-lukaku-sur-sa-situation_AV-202112310135.html", + "link": "https://rmcsport.bfmtv.com/football/pays-bas-le-coup-de-foudre-entre-une-arbitre-et-un-joueur_AV-202201030082.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 10:14:34 GMT", - "enclosure": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", + "pubDate": "Mon, 03 Jan 2022 07:37:47 GMT", + "enclosure": "https://images.bfmtv.com/BeJODwZ21iSCF63Kn02OVedVJmk=/0x159:1984x1275/800x0/images/Jeff-Hardeveld-lors-d-un-match-contre-l-Ajax-1202920.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", + "image": "https://images.bfmtv.com/BeJODwZ21iSCF63Kn02OVedVJmk=/0x159:1984x1275/800x0/images/Jeff-Hardeveld-lors-d-un-match-contre-l-Ajax-1202920.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23335,20 +24413,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f0ca110518ee745a299edf90106bd1a", + "hash": "2986575a4fe409856f19c07ba5581ab1", "highlights": [] }, { - "title": "Mercato: le Losc confirme le départ d'Ikoné à la Fiorentina", - "description": "C’était dans les tuyaux depuis quelques semaines, c’est aujourd’hui officiel. Jonathan Ikoné quitte Lille et rejoint l’Italie, plus précisément la Fiorentina. Cette transaction devrait rapporter 15 millions d'euros au club champion de France.

", - "content": "C’était dans les tuyaux depuis quelques semaines, c’est aujourd’hui officiel. Jonathan Ikoné quitte Lille et rejoint l’Italie, plus précisément la Fiorentina. Cette transaction devrait rapporter 15 millions d'euros au club champion de France.

", + "title": "Chelsea: Lukaku sévèrement critiqué en Angleterre", + "description": "Ecarté par Thomas Tuchel après une récente interview, Romelu Lukaku s’attire les foudres de nombreux consultants anglais qui réclament des excuses de la part de l’attaquant belge de Chelsea.

", + "content": "Ecarté par Thomas Tuchel après une récente interview, Romelu Lukaku s’attire les foudres de nombreux consultants anglais qui réclament des excuses de la part de l’attaquant belge de Chelsea.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-losc-confirme-le-depart-d-ikone-a-la-fiorentina_AV-202112310128.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lukaku-severement-critique-en-angleterre_AV-202201030071.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:55:12 GMT", - "enclosure": "https://images.bfmtv.com/qte-QcQ2fcKdKT668fGHjFWCG9o=/129x117:2033x1188/800x0/images/Jonathan-Ikone-1193924.jpg", + "pubDate": "Mon, 03 Jan 2022 07:19:23 GMT", + "enclosure": "https://images.bfmtv.com/T0IExq6Tl_5-V_xuOGaBnrYHlis=/0x0:2048x1152/800x0/images/Romelu-LUKAKU-1201970.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qte-QcQ2fcKdKT668fGHjFWCG9o=/129x117:2033x1188/800x0/images/Jonathan-Ikone-1193924.jpg", + "image": "https://images.bfmtv.com/T0IExq6Tl_5-V_xuOGaBnrYHlis=/0x0:2048x1152/800x0/images/Romelu-LUKAKU-1201970.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23357,20 +24435,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd80095c1b50536c5148c74799ef20eb", + "hash": "6569dc37dbbe965e2dcc506746171b42", "highlights": [] }, { - "title": "Mercato: Vlahovic serait le plan B du Barça en cas d'échec pour Haaland", - "description": "Selon Mundo Deportivo, le Barça aurait un plan B en cas d'échec du transfert d'Erling Haaland cet été. Les Catalans auraient jeté leur dévolu sur l'attaquant serbe de la Fiorentina Dusan Vlahovic.

", - "content": "Selon Mundo Deportivo, le Barça aurait un plan B en cas d'échec du transfert d'Erling Haaland cet été. Les Catalans auraient jeté leur dévolu sur l'attaquant serbe de la Fiorentina Dusan Vlahovic.

", + "title": "Coupe de France: à quelle heure et sur quelle chaîne suivre Vannes-PSG", + "description": "Le PSG a rendez-vous en Bretagne ce lundi pour son premier match de l'année 2022. Sans Lionel Messi, Neymar ou Achraf Hakimi notamment, le club parisien défie Vannes (N2) dans un seizième de finale de Coupe de France.

", + "content": "Le PSG a rendez-vous en Bretagne ce lundi pour son premier match de l'année 2022. Sans Lionel Messi, Neymar ou Achraf Hakimi notamment, le club parisien défie Vannes (N2) dans un seizième de finale de Coupe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-vlahovic-serait-le-plan-b-du-barca-en-cas-d-echec-pour-haaland_AV-202112310120.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-a-quelle-heure-et-sur-quelle-chaine-suivre-vannes-psg_AV-202201030069.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:36:03 GMT", - "enclosure": "https://images.bfmtv.com/8MSPUVoeo7lo31Z6Z_TAEgvhEJI=/0x0:1968x1107/800x0/images/Dusan-Vlahovic-Fiorentina-1186009.jpg", + "pubDate": "Mon, 03 Jan 2022 07:17:15 GMT", + "enclosure": "https://images.bfmtv.com/w7mEZJaAPFiBQVF2-d_nvJITKns=/0x0:2032x1143/800x0/images/Xavi-SImons-1202917.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/8MSPUVoeo7lo31Z6Z_TAEgvhEJI=/0x0:1968x1107/800x0/images/Dusan-Vlahovic-Fiorentina-1186009.jpg", + "image": "https://images.bfmtv.com/w7mEZJaAPFiBQVF2-d_nvJITKns=/0x0:2032x1143/800x0/images/Xavi-SImons-1202917.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23379,20 +24457,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6a6c62b71974c777e25bd5072ed9244", + "hash": "51464ef1f13ea1e68cd4afba759c51dc", "highlights": [] }, { - "title": "Boxe: Yoka s'agace de la \"même vanne\" sur ses adversaires \"vigiles de supermarché\"", - "description": "Dans un entretien à L'Équipe ce vendredi, Tony Yoka revient sur les critiques reçues sur les réseaux sociaux depuis ses combats professionnels. Le boxeur de 29 ans s'agace vivement de \"la même vanne depuis quatre ans\", qui prétend que le Français affronte surtout des \"vigiles de supermarché\".

", - "content": "Dans un entretien à L'Équipe ce vendredi, Tony Yoka revient sur les critiques reçues sur les réseaux sociaux depuis ses combats professionnels. Le boxeur de 29 ans s'agace vivement de \"la même vanne depuis quatre ans\", qui prétend que le Français affronte surtout des \"vigiles de supermarché\".

", + "title": "OM: Saliba appelle à respecter la légende Mandanda", + "description": "Après la victoire face à Chauvigny (0-3) en Coupe de France, William Saliba a salué Steve Mandanda, qui a disputé son 600e match dans le but phocéen.

", + "content": "Après la victoire face à Chauvigny (0-3) en Coupe de France, William Saliba a salué Steve Mandanda, qui a disputé son 600e match dans le but phocéen.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-yoka-s-agace-de-la-meme-vanne-sur-ses-adversaires-vigiles-de-supermarche_AV-202112310116.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-mandanda-est-une-legende-il-faut-le-respecter-claque-saliba_AV-202201030051.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:28:16 GMT", - "enclosure": "https://images.bfmtv.com/66FyfDQwH_uf412FYwm1LbPm--s=/77x67:717x427/800x0/images/Le-Francais-Tony-Yoka-a-conserve-son-titre-de-champion-de-l-Union-europeenne-des-poids-lourds-en-battant-le-Croate-Petar-Milas-par-arret-de-l-arbitre-a-la-7e-reprise-le-10-septembre-2021-sur-le-central-de-Roland-Garros-1125757.jpg", + "pubDate": "Mon, 03 Jan 2022 06:39:06 GMT", + "enclosure": "https://images.bfmtv.com/0rN3IwFaJEkCksLHfVYL4duYoiU=/0x175:1984x1291/800x0/images/Steve-Mandanda-contre-Chauvigny-1202887.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/66FyfDQwH_uf412FYwm1LbPm--s=/77x67:717x427/800x0/images/Le-Francais-Tony-Yoka-a-conserve-son-titre-de-champion-de-l-Union-europeenne-des-poids-lourds-en-battant-le-Croate-Petar-Milas-par-arret-de-l-arbitre-a-la-7e-reprise-le-10-septembre-2021-sur-le-central-de-Roland-Garros-1125757.jpg", + "image": "https://images.bfmtv.com/0rN3IwFaJEkCksLHfVYL4duYoiU=/0x175:1984x1291/800x0/images/Steve-Mandanda-contre-Chauvigny-1202887.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23401,20 +24479,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f12327d3ce818d42ad46fdd3b85b92f", + "hash": "79f95231cec64a7afc25fdf6fb182483", "highlights": [] }, { - "title": "Premier League: Tuchel rappelé à l'ordre après sa déclaration contre un arbitre", - "description": "Thomas Tuchel échappe à une enquête de la FA après avoir mis en doute l'impartialité de l'arbitre Mike Dean lors du match nul contre Brighton... mais l'entraîneur de Chelsea a été \"rappelé à ses responsabilités\". \n

", - "content": "Thomas Tuchel échappe à une enquête de la FA après avoir mis en doute l'impartialité de l'arbitre Mike Dean lors du match nul contre Brighton... mais l'entraîneur de Chelsea a été \"rappelé à ses responsabilités\". \n

", + "title": "Coupe de France: l’entraîneur de Chauvigny remercie l’OM de les avoir respectés", + "description": "Stéphane Malloyer, entraîneur de Chauvigny (N3), a remercié Jorge Sampaoli d’avoir respecté son équipe en 16es de finale de la Coupe de France, remporté par l’OM (0-3), dimanche.

", + "content": "Stéphane Malloyer, entraîneur de Chauvigny (N3), a remercié Jorge Sampaoli d’avoir respecté son équipe en 16es de finale de la Coupe de France, remporté par l’OM (0-3), dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-tuchel-rappele-a-l-ordre-apres-sa-declaration-contre-un-arbitre_AV-202112310100.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-l-entraineur-de-chauvigny-remercie-l-om-de-les-avoir-respectes_AV-202201030049.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 08:26:30 GMT", - "enclosure": "https://images.bfmtv.com/qjHMD0xLfnwew4CklC-zakkaLdQ=/0x49:2048x1201/800x0/images/Thomas-Tuchel-1201874.jpg", + "pubDate": "Mon, 03 Jan 2022 06:34:25 GMT", + "enclosure": "https://images.bfmtv.com/mv6fXd6JBmKa2pfHA28Y3qM4jXg=/0x14:2048x1166/800x0/images/Matteo-Guendouzi-lors-du-match-face-a-Chauvigny-1202898.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qjHMD0xLfnwew4CklC-zakkaLdQ=/0x49:2048x1201/800x0/images/Thomas-Tuchel-1201874.jpg", + "image": "https://images.bfmtv.com/mv6fXd6JBmKa2pfHA28Y3qM4jXg=/0x14:2048x1166/800x0/images/Matteo-Guendouzi-lors-du-match-face-a-Chauvigny-1202898.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23423,20 +24501,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "796b6a200a97b6a8fdbc7bd27222a18a", + "hash": "a64266ccd89d9082b72eb8a590b17e57", "highlights": [] }, { - "title": "Manchester United: l'hommage d'un club pour les 80 ans de Sir Alex Ferguson", - "description": "Sir Alex Ferguson a eu l'occasion, ce jeudi soir, de fêter un peu en avance son 80e anniversaire lors de la rencontre à Old Trafford entre Manchester United et Burnley (3-1). Les supporters ont déployé une banderole en l'honneur de leur ancien manager avant la partie.

", - "content": "Sir Alex Ferguson a eu l'occasion, ce jeudi soir, de fêter un peu en avance son 80e anniversaire lors de la rencontre à Old Trafford entre Manchester United et Burnley (3-1). Les supporters ont déployé une banderole en l'honneur de leur ancien manager avant la partie.

", + "title": "Mercato en direct: ce que Troyes va payer pour faire venir Irles", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-l-hommage-d-un-club-pour-les-80-ans-de-sir-alex-ferguson_AV-202112310098.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 08:22:05 GMT", - "enclosure": "https://images.bfmtv.com/jH8iRFOaO6boJXh8H80aA99-OBM=/0x75:2048x1227/800x0/images/Alex-Ferguson-1201873.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/Qdp_qAN4yva42to2_3OfoZqDGq8=/2x50:2018x1184/800x0/images/Bruno-Irles-sur-le-banc-de-Quevilly-Rouen-1202511.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/jH8iRFOaO6boJXh8H80aA99-OBM=/0x75:2048x1227/800x0/images/Alex-Ferguson-1201873.jpg", + "image": "https://images.bfmtv.com/Qdp_qAN4yva42to2_3OfoZqDGq8=/2x50:2018x1184/800x0/images/Bruno-Irles-sur-le-banc-de-Quevilly-Rouen-1202511.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23445,20 +24523,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "136090c92b2ae3663a8916ee5442c95d", + "hash": "9c6ee540b45d72e84c57499484c20f16", "highlights": [] }, { - "title": "Coupe de France: le ministère de l'Intérieur interdit le déplacement des supporters lillois à Lens", - "description": "Quelques jours après un arrêté du préfet du Pas-de-Calais, c'est le ministère de l'Intérieur qui a fait paraître un arrêté ce vendredi au Journal Officiel. Celui-ci interdit le déplacement des supporters du LOSC à Lens, pour le derby lors des seizièmes de finale de Coupe de France le 4 janvier prochain.

", - "content": "Quelques jours après un arrêté du préfet du Pas-de-Calais, c'est le ministère de l'Intérieur qui a fait paraître un arrêté ce vendredi au Journal Officiel. Celui-ci interdit le déplacement des supporters du LOSC à Lens, pour le derby lors des seizièmes de finale de Coupe de France le 4 janvier prochain.

", + "title": "Mercato en direct: Morata se rapproche du Barça", + "description": "Le mercato hivernal a ouvert ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal a ouvert ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-ministere-de-l-interieur-interdit-le-deplacement-des-supporters-lillois-a-lens_AV-202112310092.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-morata-se-rapproche-du-barca_LN-202201030030.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 07:48:10 GMT", - "enclosure": "https://images.bfmtv.com/bNkEo5tEHZt6sS0hnCRVETkJFew=/0x106:2048x1258/800x0/images/supporters-LOSC-1194336.jpg", + "pubDate": "Mon, 03 Jan 2022 06:10:44 GMT", + "enclosure": "https://images.bfmtv.com/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/bNkEo5tEHZt6sS0hnCRVETkJFew=/0x106:2048x1258/800x0/images/supporters-LOSC-1194336.jpg", + "image": "https://images.bfmtv.com/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23467,20 +24545,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "320d068fd067f21e26c6c48a214c95f7", + "hash": "553c7bd97fc3a931dea8044d5afcf881", "highlights": [] }, { - "title": "Boxe: \"Ça me dégoûte\", réagit Yoka après le report de son combat contre Bakole", - "description": "Privé de son combat en janvier contre Martin Bakole, Tony Yoka estime avoir pris \"un petit coup au moral\" après ce report imposé en raison de la jauge sanitaire, qui remettait en question l'équilibre financier de l'événement. Pour autant, le Français de 29 ans reste ambitieux, prêt à boxer rapidement contre de grands noms comme Anthony Joshua.

", - "content": "Privé de son combat en janvier contre Martin Bakole, Tony Yoka estime avoir pris \"un petit coup au moral\" après ce report imposé en raison de la jauge sanitaire, qui remettait en question l'équilibre financier de l'événement. Pour autant, le Français de 29 ans reste ambitieux, prêt à boxer rapidement contre de grands noms comme Anthony Joshua.

", + "title": "PSG: un DJ argentin menacé après le test positif de Messi", + "description": "Le DJ argentin, Fer Palacio, s’est défendu d’avoir contaminé Lionel Messi, testé positif au coronavirus, après avoir posé auprès de la star du PSG lors des fêtes de Noël.

", + "content": "Le DJ argentin, Fer Palacio, s’est défendu d’avoir contaminé Lionel Messi, testé positif au coronavirus, après avoir posé auprès de la star du PSG lors des fêtes de Noël.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-ca-me-degoute-reagit-yoka-apres-le-report-de-son-combat-contre-bakole_AV-202112310059.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-un-dj-argentin-menace-apres-le-test-positif-de-messi_AV-202201030027.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 06:57:01 GMT", - "enclosure": "https://images.bfmtv.com/O97MaNlnoPQyeDd-mYmMGQ3O5YQ=/0x118:2048x1270/800x0/images/Tony-Yoka-1136249.jpg", + "pubDate": "Mon, 03 Jan 2022 06:00:28 GMT", + "enclosure": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/O97MaNlnoPQyeDd-mYmMGQ3O5YQ=/0x118:2048x1270/800x0/images/Tony-Yoka-1136249.jpg", + "image": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23489,20 +24567,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9fa2ee1fc6d1cedb357ed76cafde748", + "hash": "0296e68cfa793684f31de4eff410cf07", "highlights": [] }, { - "title": "NBA: la colère de Draymond Green après le report de Denver-Golden State", - "description": "Denver étant dans l'incapacité de présenter huit joueurs aptes, en raison notamment du Covid-19, la NBA a reporté le match des Nuggets prévu face aux Golden State Warriors ce jeudi soir. Une décision qui ne passe pas pour Draymond Green, l'ailier fort des Warriors.

", - "content": "Denver étant dans l'incapacité de présenter huit joueurs aptes, en raison notamment du Covid-19, la NBA a reporté le match des Nuggets prévu face aux Golden State Warriors ce jeudi soir. Une décision qui ne passe pas pour Draymond Green, l'ailier fort des Warriors.

", + "title": "Mercato: Morata au Barça, ce serait brûlant", + "description": "Selon As, Alvaro Morata devrait devenir un joueur du FC Barcelone cette semaine. Il ne resterait que des détails à régler pour la signature de l’attaquant espagnol actuellement prêté par l’Atlético de Madrid à la Juventus.

", + "content": "Selon As, Alvaro Morata devrait devenir un joueur du FC Barcelone cette semaine. Il ne resterait que des détails à régler pour la signature de l’attaquant espagnol actuellement prêté par l’Atlético de Madrid à la Juventus.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-la-colere-de-draymond-green-apres-le-report-de-denver-golden-state_AN-202112310058.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-morata-au-barca-ce-serait-brulant_AV-202201030018.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 06:52:48 GMT", - "enclosure": "https://images.bfmtv.com/T8xP67BvOtkiXbJiGqfTEPYxgfQ=/7x107:1991x1223/800x0/images/Draymond-Green-au-Chase-Center-1201816.jpg", + "pubDate": "Mon, 03 Jan 2022 05:34:29 GMT", + "enclosure": "https://images.bfmtv.com/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/T8xP67BvOtkiXbJiGqfTEPYxgfQ=/7x107:1991x1223/800x0/images/Draymond-Green-au-Chase-Center-1201816.jpg", + "image": "https://images.bfmtv.com/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23511,20 +24589,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1c6c2d4a9bb040d9aea6cb3a764d539", + "hash": "1c09f16d8ccb0750bdf7e582509bb287", "highlights": [] }, { - "title": "Gabon: trois entraineurs de football mis en examen pour pédophilie", - "description": "Accusé d'agressions sexuelles présumées sur des centaines d'enfants, Patrick Assoumou Eyi, et deux entraîneurs de clubs, Orphée Mickala et Triphel Mabicka, ont été déférés au parquet de la République de Libreville.

", - "content": "Accusé d'agressions sexuelles présumées sur des centaines d'enfants, Patrick Assoumou Eyi, et deux entraîneurs de clubs, Orphée Mickala et Triphel Mabicka, ont été déférés au parquet de la République de Libreville.

", + "title": "Barça: Xavi remercie les deux sauveurs de son équipe", + "description": "Xavi, entraîneur du FC Barcelone, a soufflé après la victoire de son équipe contre Majorque (1-0), dimanche lors de la 19e journée de Liga. Un succès assuré grâce à un but de Luuk de Jong et un grand Marc-André ter Stegen.

", + "content": "Xavi, entraîneur du FC Barcelone, a soufflé après la victoire de son équipe contre Majorque (1-0), dimanche lors de la 19e journée de Liga. Un succès assuré grâce à un but de Luuk de Jong et un grand Marc-André ter Stegen.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/gabon-trois-entraineurs-de-football-mis-en-examen-pour-pedophilie_AD-202112310038.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-xavi-remercie-les-deux-sauveurs-de-son-equipe_AV-202201030009.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 06:19:50 GMT", - "enclosure": "https://images.bfmtv.com/KxmAb_5Cnz4wU6I6roI8e6yuW3w=/0x103:1984x1219/800x0/images/Ballon-de-foot-1064209.jpg", + "pubDate": "Mon, 03 Jan 2022 05:01:35 GMT", + "enclosure": "https://images.bfmtv.com/oTn_hXX34LCdzFeDx74B_YJsxm4=/0x99:2048x1251/800x0/images/Xavi-1202861.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/KxmAb_5Cnz4wU6I6roI8e6yuW3w=/0x103:1984x1219/800x0/images/Ballon-de-foot-1064209.jpg", + "image": "https://images.bfmtv.com/oTn_hXX34LCdzFeDx74B_YJsxm4=/0x99:2048x1251/800x0/images/Xavi-1202861.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23533,20 +24611,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "71f66ef6f8bde0a6c52de2fd659f3847", + "hash": "feffeee16d5b7450417517d46f2c5a53", "highlights": [] }, { - "title": "Barça: les anciens dirigeants seraient surpris par un tacle d'Alves à l'encontre de Bartomeu", - "description": "Dans un entretien ce jeudi, Dani Alves a expliqué qu'il n'aurait pas pu revenir au FC Barcelone sous la direction de Josep Bartomeu, qui a démissionné de son poste de président en octobre 2020. Pourtant, selon une information de Sport, le latéral brésilien aurait contacté l'ancienne direction pour tenter un retour en 2019.

", - "content": "Dans un entretien ce jeudi, Dani Alves a expliqué qu'il n'aurait pas pu revenir au FC Barcelone sous la direction de Josep Bartomeu, qui a démissionné de son poste de président en octobre 2020. Pourtant, selon une information de Sport, le latéral brésilien aurait contacté l'ancienne direction pour tenter un retour en 2019.

", + "title": "Coupe de France: l'OM laisse une partie de la recette à Chauvigny", + "description": "Après la qualification marseillaise pour les huitièmes de finale de la Coupe de France aux dépens de Chauvigny ce dimanche (3-0), l'OM a décidé de laisser une partie de la recette au pensionnaire de National 3.

", + "content": "Après la qualification marseillaise pour les huitièmes de finale de la Coupe de France aux dépens de Chauvigny ce dimanche (3-0), l'OM a décidé de laisser une partie de la recette au pensionnaire de National 3.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-les-anciens-dirigeants-seraient-surpris-par-un-tacle-d-alves-a-l-encontre-de-bartomeu_AV-202112310037.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-l-om-laisse-une-partie-de-la-recette-a-chauvigny_AV-202201020232.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 06:19:30 GMT", - "enclosure": "https://images.bfmtv.com/k6twlV_EOIM3gWFIsITckebQEFM=/0x71:2048x1223/800x0/images/Dani-Alves-1201799.jpg", + "pubDate": "Sun, 02 Jan 2022 23:38:22 GMT", + "enclosure": "https://images.bfmtv.com/uk8seWLGmB_z85o188nv5aiG9RY=/0x212:2048x1364/800x0/images/La-haie-d-honneur-des-Marseillais-pour-les-joueurs-de-Chauvigny-1202844.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/k6twlV_EOIM3gWFIsITckebQEFM=/0x71:2048x1223/800x0/images/Dani-Alves-1201799.jpg", + "image": "https://images.bfmtv.com/uk8seWLGmB_z85o188nv5aiG9RY=/0x212:2048x1364/800x0/images/La-haie-d-honneur-des-Marseillais-pour-les-joueurs-de-Chauvigny-1202844.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23555,20 +24633,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "96644e9ee055a3ea86fcd7b3d6c0eeb1", + "hash": "d04d35c93f8994a2de4271e80bfd645e", "highlights": [] }, { - "title": "Mercato: \"Cristiano Ronaldo est très heureux à Manchester United\", assure Jorge Mendes", - "description": "Agent de Cristiano Ronaldo, Jorge Mendes est monté au créneau ce jeudi pour défendre l'attaquant portugais, alors que des rumeurs circulent sur une mauvaise ambiance dans le vestiaire de Manchester United entre \"CR7\" et ses coéquipiers.

", - "content": "Agent de Cristiano Ronaldo, Jorge Mendes est monté au créneau ce jeudi pour défendre l'attaquant portugais, alors que des rumeurs circulent sur une mauvaise ambiance dans le vestiaire de Manchester United entre \"CR7\" et ses coéquipiers.

", + "title": "NFL: l’énorme craquage d’Antonio Brown, sorti du terrain en plein match avec les Buccaneers", + "description": "Antonio Brown, le receveur des Buccaneers de Tampa Bay, a surpris tout le monde en enlevant son maillot avant de quitter le terrain ce dimanche lors du match de son équipe chez les Jets de New York. Un coup de sang qui pourrait manquer la fin de sa carrière mouvementée en NFL.

", + "content": "Antonio Brown, le receveur des Buccaneers de Tampa Bay, a surpris tout le monde en enlevant son maillot avant de quitter le terrain ce dimanche lors du match de son équipe chez les Jets de New York. Un coup de sang qui pourrait manquer la fin de sa carrière mouvementée en NFL.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/mercato-cristiano-ronaldo-est-tres-heureux-a-manchester-united-assure-jorge-mendes_AV-202112310024.html", + "link": "https://rmcsport.bfmtv.com/sport-us/football-americain/nfl-l-enorme-craquage-d-antonio-brown-sorti-du-terrain-en-plein-match-avec-les-buccaneers_AV-202201020230.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 05:43:51 GMT", - "enclosure": "https://images.bfmtv.com/pDZIiVQqe9YM5q62ONQd8b5Kcz8=/0x0:768x432/800x0/images/La-star-de-Manchester-United-Cristiano-Ronaldo-ici-a-Norwich-City-pour-la-derniere-sortie-de-son-club-en-Championnat-le-11-decembre-2021-1190746.jpg", + "pubDate": "Sun, 02 Jan 2022 23:28:09 GMT", + "enclosure": "https://images.bfmtv.com/kghkQ5WB2eiuvUGWsLPHIMmlQyM=/0x54:2048x1206/800x0/images/Antonio-Brown-1202842.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/pDZIiVQqe9YM5q62ONQd8b5Kcz8=/0x0:768x432/800x0/images/La-star-de-Manchester-United-Cristiano-Ronaldo-ici-a-Norwich-City-pour-la-derniere-sortie-de-son-club-en-Championnat-le-11-decembre-2021-1190746.jpg", + "image": "https://images.bfmtv.com/kghkQ5WB2eiuvUGWsLPHIMmlQyM=/0x54:2048x1206/800x0/images/Antonio-Brown-1202842.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23577,20 +24655,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c90e20e54179018c49edc5ddead1a544", + "hash": "c58c633059e2f7f00244ef545d2696f1", "highlights": [] }, { - "title": "Manchester City: Joao Cancelo agressé lors d'un cambriolage", - "description": "Dans un message publié sur ses réseaux sociaux, Joao Cancelo a révélé avoir été victime d'un cambriolage à son domicile ce jeudi soir. Le latéral de Manchester City a été agressé par quatre malfrats, qui lui ont volé des bijoux.

", - "content": "Dans un message publié sur ses réseaux sociaux, Joao Cancelo a révélé avoir été victime d'un cambriolage à son domicile ce jeudi soir. Le latéral de Manchester City a été agressé par quatre malfrats, qui lui ont volé des bijoux.

", + "title": "PSG Handball: des précisions émergent sur l'agression à coups de couteau de Prandi", + "description": "Victime d'une très violente agression le soir du 31 décembre à Paris, Elohim Prandi, joueur du PSG Handball et de l'équipe de France, a reçu six coups de couteau dans le dos selon l'Equipe. Le Parisien précise que certains ne sont pas passés loin des poumons et de la rate.

", + "content": "Victime d'une très violente agression le soir du 31 décembre à Paris, Elohim Prandi, joueur du PSG Handball et de l'équipe de France, a reçu six coups de couteau dans le dos selon l'Equipe. Le Parisien précise que certains ne sont pas passés loin des poumons et de la rate.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-joao-cancelo-agresse-lors-d-un-cambriolage_AV-202112310015.html", + "link": "https://rmcsport.bfmtv.com/handball/psg-handball-des-precisions-emergent-sur-l-agression-a-coups-de-couteau-de-prandi_AN-202201020228.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 05:15:57 GMT", - "enclosure": "https://images.bfmtv.com/CZimpdxEjetRdi7gDQeonASRJUc=/0x61:2048x1213/800x0/images/Joao-Cancelo-1201784.jpg", + "pubDate": "Sun, 02 Jan 2022 23:15:02 GMT", + "enclosure": "https://images.bfmtv.com/5WFgxOk0yJWoM9gCJrxHW3DAhgM=/0x106:2048x1258/800x0/images/Elohim-Prandi-PSG-Handball-1202840.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/CZimpdxEjetRdi7gDQeonASRJUc=/0x61:2048x1213/800x0/images/Joao-Cancelo-1201784.jpg", + "image": "https://images.bfmtv.com/5WFgxOk0yJWoM9gCJrxHW3DAhgM=/0x106:2048x1258/800x0/images/Elohim-Prandi-PSG-Handball-1202840.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23599,20 +24677,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "700ed8f9133d096d0df0b37267903283", + "hash": "89552f08e38d193d9e28eb5755349068", "highlights": [] }, { - "title": "Portugal: Porto remporte un choc spectaculaire face à Benfica", - "description": "Le Superclasico a tourné en faveur du FC Porto ce jeudi face au Benfica Lisbonne (3-1). Une victoire qui permet aux hommes de Sergio Conceiçao de reprendre la tête du classement au Sporting et de distancer leur rival du soir.

", - "content": "Le Superclasico a tourné en faveur du FC Porto ce jeudi face au Benfica Lisbonne (3-1). Une victoire qui permet aux hommes de Sergio Conceiçao de reprendre la tête du classement au Sporting et de distancer leur rival du soir.

", + "title": "Dakar 2022: le témoignage très fort d'une victime de l'explosion qui a gravement blessé un pilote", + "description": "Présent dans le véhicule du Dakar 2022 qui a explosé jeudi et blessé sérieusement un pilote du rallye, Joël Pally livre un témoignage très fort dans la République du Centre.

", + "content": "Présent dans le véhicule du Dakar 2022 qui a explosé jeudi et blessé sérieusement un pilote du rallye, Joël Pally livre un témoignage très fort dans la République du Centre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-porto-remporte-un-choc-spectaculaire-face-a-benfica_AV-202112300376.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-2022-le-temoignage-tres-fort-d-une-victime-de-l-explosion-qui-a-gravement-blesse-un-pilote_AV-202201020226.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 23:36:44 GMT", - "enclosure": "https://images.bfmtv.com/R9FXyhBhmjauMJy6WrLxy9oWQL0=/0x0:1184x666/800x0/images/Porto-Benfica-1201757.jpg", + "pubDate": "Sun, 02 Jan 2022 22:38:08 GMT", + "enclosure": "https://images.bfmtv.com/5E1xPvUvOOzSmVWvqHAp_WE7fz4=/0x212:2048x1364/800x0/images/Illustration-Dakar-1202837.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/R9FXyhBhmjauMJy6WrLxy9oWQL0=/0x0:1184x666/800x0/images/Porto-Benfica-1201757.jpg", + "image": "https://images.bfmtv.com/5E1xPvUvOOzSmVWvqHAp_WE7fz4=/0x212:2048x1364/800x0/images/Illustration-Dakar-1202837.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23621,20 +24699,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e67ef2ccaa0eab75ff10b13875345a8c", + "hash": "202144d3c95c50a79a6637dcfd5ea9ed", "highlights": [] }, { - "title": "Bordeaux: à la trêve, Gérard Lopez dresse le \"très mauvais\" bilan comptable des Girondins", - "description": "Invité de l’After Foot sur RMC, Gérard Lopez, le président de Bordeaux, n’a pas hésité à qualifier de \"très mauvais\" le bilan de son club, qui pointe à la 17e place à la trêve.

", - "content": "Invité de l’After Foot sur RMC, Gérard Lopez, le président de Bordeaux, n’a pas hésité à qualifier de \"très mauvais\" le bilan de son club, qui pointe à la 17e place à la trêve.

", + "title": "Liga: l'arrêt exceptionnel de Ter Stegen qui sauve le Barça, à deux points du podium", + "description": "Luuk de Jong a offert un précieux succès au Barça ce dimanche contre Majorque (1-0) lors de la 19e journée de Liga. L’équipe entraînée par Xavi signe une belle opération comptable en vue de la lutte pour l’Europe, grâce à une intervention incroyable de Marc-André ter Stegen.

", + "content": "Luuk de Jong a offert un précieux succès au Barça ce dimanche contre Majorque (1-0) lors de la 19e journée de Liga. L’équipe entraînée par Xavi signe une belle opération comptable en vue de la lutte pour l’Europe, grâce à une intervention incroyable de Marc-André ter Stegen.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-a-la-treve-gerard-lopez-dresse-le-tres-mauvais-bilan-comptable-des-girondins_AV-202112300372.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-l-arret-exceptionnel-de-ter-stegen-qui-sauve-le-barca-a-deux-points-du-podium_AV-202201020222.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 23:03:32 GMT", - "enclosure": "https://images.bfmtv.com/q0JS9c8PyZuvT9PI1NDM-aHEBLQ=/0x39:768x471/800x0/images/Vladimir-Petkovic-l-entraineur-de-Bordeaux-g-et-son-president-Gerard-Lopez-au-stade-Matmut-Atlantique-le-30-juillet-2021-a-Bordeaux-1192866.jpg", + "pubDate": "Sun, 02 Jan 2022 22:08:23 GMT", + "enclosure": "https://images.bfmtv.com/AnoAZwIyGK_iyLNwQc0juAZLRmg=/0x133:2048x1285/800x0/images/Luuk-de-Jong-celebre-son-but-contre-Majorque-avec-le-Barca-1202834.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/q0JS9c8PyZuvT9PI1NDM-aHEBLQ=/0x39:768x471/800x0/images/Vladimir-Petkovic-l-entraineur-de-Bordeaux-g-et-son-president-Gerard-Lopez-au-stade-Matmut-Atlantique-le-30-juillet-2021-a-Bordeaux-1192866.jpg", + "image": "https://images.bfmtv.com/AnoAZwIyGK_iyLNwQc0juAZLRmg=/0x133:2048x1285/800x0/images/Luuk-de-Jong-celebre-son-but-contre-Majorque-avec-le-Barca-1202834.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23643,20 +24721,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cded65cb87b0f8bc43a2cb8d9528500", + "hash": "24e2aaa503e926d6856aa9783e53a71d", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: l'OL confirme \"plusieurs cas\" positifs", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "Coupe de France en direct: l'OM très pro pour éviter le piège des amateurs de Chauvigny", + "description": "L’OM n'a pas tremblé en s'imposant 0-3 à Limoges contre Chauvigny (N3). Marseille est qualifié pour les huitièmes de finale de Coupe de France.

", + "content": "L’OM n'a pas tremblé en s'imposant 0-3 à Limoges contre Chauvigny (N3). Marseille est qualifié pour les huitièmes de finale de Coupe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-suivez-chauvigny-om-en-direct_LS-202201020167.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", - "enclosure": "https://images.bfmtv.com/jUQQT1sduMaaMfhUokDRFFKtnjk=/0x65:2048x1217/800x0/images/Paqueta-1201948.jpg", + "pubDate": "Sun, 02 Jan 2022 17:25:28 GMT", + "enclosure": "https://images.bfmtv.com/Pkn3Sx4rdm6SpdZXZci-kY70WYQ=/0x87:2048x1239/800x0/images/Les-Marseillais-apres-le-but-de-Milik-1202825.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/jUQQT1sduMaaMfhUokDRFFKtnjk=/0x65:2048x1217/800x0/images/Paqueta-1201948.jpg", + "image": "https://images.bfmtv.com/Pkn3Sx4rdm6SpdZXZci-kY70WYQ=/0x87:2048x1239/800x0/images/Les-Marseillais-apres-le-but-de-Milik-1202825.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23665,20 +24743,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe2207afd43701a799f17992cdfdf6ca", + "hash": "f235ea1e0944248017c348bf0c549e34", "highlights": [] }, { - "title": "Mercato en direct: le Losc officialise le départ d'Ikoné à la Fiorentina", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Incidents Paris FC-OL: des ultras du PSG interdits de stade dans plusieurs clubs parisiens", + "description": "RMC Sport est en mesure de confirmer l'information du quotidien L'Equipe selon laquelle quatre ultras du PSG ont été sanctionnés d'une interdiction de stade, car impliqués dans les incidents entre le Paris FC et l'OL en Coupe de France.

", + "content": "RMC Sport est en mesure de confirmer l'information du quotidien L'Equipe selon laquelle quatre ultras du PSG ont été sanctionnés d'une interdiction de stade, car impliqués dans les incidents entre le Paris FC et l'OL en Coupe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-des-ultras-du-psg-interdits-de-stade-dans-plusieurs-clubs-parisiens_AV-202201020220.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/z-IomjsZkjqzmyZftwq07-rCuD0=/0x46:2048x1198/800x0/images/Ikone-1194520.jpg", + "pubDate": "Sun, 02 Jan 2022 21:58:26 GMT", + "enclosure": "https://images.bfmtv.com/uw1ykruIUoV2ZYLzrwjJGNumdwM=/0x0:1200x675/800x0/images/Les-ultras-du-CUP-1202832.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/z-IomjsZkjqzmyZftwq07-rCuD0=/0x46:2048x1198/800x0/images/Ikone-1194520.jpg", + "image": "https://images.bfmtv.com/uw1ykruIUoV2ZYLzrwjJGNumdwM=/0x0:1200x675/800x0/images/Les-ultras-du-CUP-1202832.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23687,20 +24765,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "715ceea19eaf1cc1255f52221f6afc74", + "hash": "d8e874e51c16c1c0844dc794e272a457", "highlights": [] }, { - "title": "OM en direct: suivez la conférence de presse de Sampaoli avant Chauvigny", - "description": "Jorge Sampaoli se présentera une dernière fois en 2021 face à la presse ce vendredi, à l'occasion d'une conférence d'avant-match, alors que l'OM affrontera Chauvigny ce dimanche (21h) lors des seizièmes de finale de Coupe de France. Le rendez-vous est à suivre en direct commenté sur RMC Sport à partir de 13h30.

", - "content": "Jorge Sampaoli se présentera une dernière fois en 2021 face à la presse ce vendredi, à l'occasion d'une conférence d'avant-match, alors que l'OM affrontera Chauvigny ce dimanche (21h) lors des seizièmes de finale de Coupe de France. Le rendez-vous est à suivre en direct commenté sur RMC Sport à partir de 13h30.

", + "title": "Coupe de France: l’OM n’a laissé aucune chance à Chauvigny", + "description": "L’OM s’est imposé sans trembler face à l’US Chauvigny (National 3), ce dimanche, en 16es de finale de la Coupe de France (3-0). Sérieux et impliqués, les Marseillais ont fait le boulot lors de ce match délocalisé à Limoges.

", + "content": "L’OM s’est imposé sans trembler face à l’US Chauvigny (National 3), ce dimanche, en 16es de finale de la Coupe de France (3-0). Sérieux et impliqués, les Marseillais ont fait le boulot lors de ce match délocalisé à Limoges.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/om-en-direct-suivez-la-conference-de-presse-de-sampaoli-avant-chauvigny_LN-202112310109.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-l-om-n-a-laisse-aucune-chance-a-chauvigny_AV-202201020218.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 08:57:14 GMT", - "enclosure": "https://images.bfmtv.com/oO2yjZnuS7Vh1oR91K0MwbObO8g=/141x134:2045x1205/800x0/images/Jorge-Sampaoli-1176051.jpg", + "pubDate": "Sun, 02 Jan 2022 21:52:39 GMT", + "enclosure": "https://images.bfmtv.com/kyF-dODLltdVKiaQ2LEGtLEeNWQ=/0x87:2048x1239/800x0/images/OM-Chauvigny-1202829.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/oO2yjZnuS7Vh1oR91K0MwbObO8g=/141x134:2045x1205/800x0/images/Jorge-Sampaoli-1176051.jpg", + "image": "https://images.bfmtv.com/kyF-dODLltdVKiaQ2LEGtLEeNWQ=/0x87:2048x1239/800x0/images/OM-Chauvigny-1202829.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23709,20 +24787,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f804fabb7ddb5c68ccb06c8686045e1", + "hash": "7f4003c93b668f07b62e35dc134afa28", "highlights": [] }, { - "title": "Coronavirus: le député à l’origine de l’amendement explique les jauges adaptées dans les stades", - "description": "Alors que l’annonce gouvernementale avait indiqué des jauges de 2 000 personnes dans les salles intérieures et de 5 000 pour les stades extérieurs, un amendement adopté devrait permettre d’avoir des pourcentages adaptés à chaque stade ou région. Sacha Houlié, le député à l’origine de cet amendement, a expliqué sa démarche dans l’After.

", - "content": "Alors que l’annonce gouvernementale avait indiqué des jauges de 2 000 personnes dans les salles intérieures et de 5 000 pour les stades extérieurs, un amendement adopté devrait permettre d’avoir des pourcentages adaptés à chaque stade ou région. Sacha Houlié, le député à l’origine de cet amendement, a expliqué sa démarche dans l’After.

", + "title": "Victime d'une violente agression au couteau, Prandi n'est \"pas disponible\" pour l'Euro de handball", + "description": " Guillaume Gille, sélectionneur de l'équipe de France de handball, a expliqué qu'Elohim Prandi n'était \"pas disponible\" pour l'Euro qui débute le 13 janvier. Le joueur du PSG Handball

", + "content": " Guillaume Gille, sélectionneur de l'équipe de France de handball, a expliqué qu'Elohim Prandi n'était \"pas disponible\" pour l'Euro qui débute le 13 janvier. Le joueur du PSG Handball

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/coronavirus-le-depute-a-l-origine-de-l-amendement-explique-les-jauges-adaptees-dans-les-stades_AV-202112300370.html", + "link": "https://rmcsport.bfmtv.com/handball/victime-d-une-violente-agression-au-couteau-prandi-n-est-pas-disponible-pour-l-euro-de-handball_AD-202201020227.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 22:55:01 GMT", - "enclosure": "https://images.bfmtv.com/3i2TaUH-YKBg_hQCChQcXkQmsKk=/0x131:2048x1283/800x0/images/Le-stade-Velodrome-lors-d-OM-Lokomotiv-1185706.jpg", + "pubDate": "Sun, 02 Jan 2022 21:43:00 GMT", + "enclosure": "https://images.bfmtv.com/pRFlrk7-CwKGMNiH2cgmKi47r3c=/0x39:768x471/800x0/images/L-arriere-du-Paris-SG-Elohim-Prandi-exulte-apres-la-victoire-en-petite-finale-de-la-Ligue-des-champions-contre-le-club-hongrois-Telekom-Veszprem-a-Cologne-le-29-decembre-2020-1025159.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/3i2TaUH-YKBg_hQCChQcXkQmsKk=/0x131:2048x1283/800x0/images/Le-stade-Velodrome-lors-d-OM-Lokomotiv-1185706.jpg", + "image": "https://images.bfmtv.com/pRFlrk7-CwKGMNiH2cgmKi47r3c=/0x39:768x471/800x0/images/L-arriere-du-Paris-SG-Elohim-Prandi-exulte-apres-la-victoire-en-petite-finale-de-la-Ligue-des-champions-contre-le-club-hongrois-Telekom-Veszprem-a-Cologne-le-29-decembre-2020-1025159.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23731,20 +24809,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3651fcd04c726cb9ba460862852145b", + "hash": "8296100b67057b3dc024a2594b5cafbb", "highlights": [] }, { - "title": "Manchester United-Burnley: succès facile des Red Devils, avec un nouveau but de Ronaldo", - "description": "Réaliste et en maîtrise, Manchester United s’est imposé face à Burnley (3-1), avec un but de Cristiano Ronaldo, dans le cadre de la 20e journée de la Premier League.

", - "content": "Réaliste et en maîtrise, Manchester United s’est imposé face à Burnley (3-1), avec un but de Cristiano Ronaldo, dans le cadre de la 20e journée de la Premier League.

", + "title": "Chelsea: Tuchel va rencontrer Lukaku ce lundi pour décider de son sort", + "description": "L'entraîneur de Chelsea Thomas Tuchel a annoncé ce week-end qu'il s'entretiendra dès lundi avec Romelu Lukaku, écarté du groupe pour des propos tenus dans la presse italienne, où il exprimé son mécontentement sur sa situation.

", + "content": "L'entraîneur de Chelsea Thomas Tuchel a annoncé ce week-end qu'il s'entretiendra dès lundi avec Romelu Lukaku, écarté du groupe pour des propos tenus dans la presse italienne, où il exprimé son mécontentement sur sa situation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-burnley-succes-facile-des-red-devils-avec-un-nouveau-but-de-ronaldo_AV-202112300361.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-va-rencontrer-lukaku-ce-lundi-pour-decider-de-son-sort_AV-202201020216.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 22:09:53 GMT", - "enclosure": "https://images.bfmtv.com/nzjIEhR291vGidcZO1YbOhqAdS4=/0x40:768x472/800x0/images/Cristiano-Ronaldo-et-Scott-McTominay-ont-tous-deux-marque-dans-la-victoire-aisee-de-Manchester-United-contre-Burnley-a-Old-Trafford-le-30-decembre-2021-1201743.jpg", + "pubDate": "Sun, 02 Jan 2022 21:41:46 GMT", + "enclosure": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nzjIEhR291vGidcZO1YbOhqAdS4=/0x40:768x472/800x0/images/Cristiano-Ronaldo-et-Scott-McTominay-ont-tous-deux-marque-dans-la-victoire-aisee-de-Manchester-United-contre-Burnley-a-Old-Trafford-le-30-decembre-2021-1201743.jpg", + "image": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23753,20 +24831,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5b4ad8365a9938872ce24fa3d2bc451", + "hash": "aee254a55949b91ce42fcc3a1d53fa68", "highlights": [] }, { - "title": "Bordeaux: le message fort de Lopez pour ne pas avoir une Coupe de France \"faussée\"", - "description": "Avec une vingtaine de joueurs testés positifs au coronavirus, les Girondins ont demandé un report de leur 16e de finale de Coupe de France programmé dimanche face à Brest. Une requête pour le moment refusée par la FFF. Dans l'After Foot ce jeudi, Gérard Lopez n'a pas caché son incompréhension.

", - "content": "Avec une vingtaine de joueurs testés positifs au coronavirus, les Girondins ont demandé un report de leur 16e de finale de Coupe de France programmé dimanche face à Brest. Une requête pour le moment refusée par la FFF. Dans l'After Foot ce jeudi, Gérard Lopez n'a pas caché son incompréhension.

", + "title": "Troyes: le montant que va payer l’ESTAC pour recruter Irles", + "description": "Troyes va débourser 600.000 euros pour s’attacher les services de Bruno Irles, son prochain entraîneur, en remplacement de Laurent Batlles.

", + "content": "Troyes va débourser 600.000 euros pour s’attacher les services de Bruno Irles, son prochain entraîneur, en remplacement de Laurent Batlles.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/bordeaux-le-message-fort-de-lopez-pour-ne-pas-avoir-une-coupe-de-france-faussee_AV-202112300359.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/troyes-le-montant-que-va-payer-l-estac-pour-recruter-irles_AV-202201020208.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 22:03:33 GMT", - "enclosure": "https://images.bfmtv.com/W4twdeFoVAR5-HVylMsdqpeIy5c=/6x109:2038x1252/800x0/images/Gerard-Lopez-1201722.jpg", + "pubDate": "Sun, 02 Jan 2022 20:47:37 GMT", + "enclosure": "https://images.bfmtv.com/6rsKgLOwZK4s3jThgJfB1bfcmrE=/0x39:1200x714/800x0/images/Bruno-Irles-1202824.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/W4twdeFoVAR5-HVylMsdqpeIy5c=/6x109:2038x1252/800x0/images/Gerard-Lopez-1201722.jpg", + "image": "https://images.bfmtv.com/6rsKgLOwZK4s3jThgJfB1bfcmrE=/0x39:1200x714/800x0/images/Bruno-Irles-1202824.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23775,20 +24853,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c147976c86680284689d5981a3770b1", + "hash": "4a1e1e1f1cc4ba9983a07a5efd6ce07b", "highlights": [] }, { - "title": "CAN 2022: quatre joueurs du Cameroun positifs au Covid-19", - "description": "Quatre joueurs de la sélection camerounaise ont été testés positifs au Covid-19 et ont été placés à l'isolement, dix jours avant le début de la CAN 2022 (9 janvier-6 février) organisée au Cameroun, a annoncé jeudi un responsable de la Fédération.

", - "content": "Quatre joueurs de la sélection camerounaise ont été testés positifs au Covid-19 et ont été placés à l'isolement, dix jours avant le début de la CAN 2022 (9 janvier-6 février) organisée au Cameroun, a annoncé jeudi un responsable de la Fédération.

", + "title": "Dakar: un accrochage lunaire entre une moto à l'arrêt et une voiture sur la première étape", + "description": "Le Sud-Africain Giniel de Villiers s’est retrouvé au cœur d’un incroyable accrochage ce dimanche, lors de la première étape du Dakar 2022. Au volant de son auto, le vainqueur de l’édition 2009 a percuté le motard chilien Cesar Zumaran, pourtant à l’arrêt.

", + "content": "Le Sud-Africain Giniel de Villiers s’est retrouvé au cœur d’un incroyable accrochage ce dimanche, lors de la première étape du Dakar 2022. Au volant de son auto, le vainqueur de l’édition 2009 a percuté le motard chilien Cesar Zumaran, pourtant à l’arrêt.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-quatre-joueurs-du-cameroun-positifs-au-covid-19_AD-202112300357.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-un-accrochage-lunaire-entre-une-moto-a-l-arret-et-une-voiture-sur-la-premiere-etape_AV-202201020207.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 22:02:17 GMT", - "enclosure": "https://images.bfmtv.com/L_CpwTnIMHEwnbIxboFGkOU9CzM=/0x54:1200x729/800x0/images/Cameroun-1201732.jpg", + "pubDate": "Sun, 02 Jan 2022 20:42:19 GMT", + "enclosure": "https://images.bfmtv.com/Wkpzm4FwaTn737jwl_aMC18vJQg=/0x164:2048x1316/800x0/images/Giniel-de-Villiers-sur-le-Dakar-2022-1202823.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/L_CpwTnIMHEwnbIxboFGkOU9CzM=/0x54:1200x729/800x0/images/Cameroun-1201732.jpg", + "image": "https://images.bfmtv.com/Wkpzm4FwaTn737jwl_aMC18vJQg=/0x164:2048x1316/800x0/images/Giniel-de-Villiers-sur-le-Dakar-2022-1202823.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23797,20 +24875,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9786abb9a5f0e865ae8e702c9adb220a", + "hash": "4dfb93fe1e2cb46cd8d580631edb55d4", "highlights": [] }, { - "title": "CAN: positif au Covid et ayant choisi l'Espagne, Ez Abde remplacé sur la liste du Maroc", - "description": "Abde Ezzalzouli, qui aurait décliné sa convocation pour la sélection marocaine au profit de l'Espagne, a été remplacé dans la liste de Vahid Halilodzic pour la Coupe d'Afrique des Nations par Tarik Tissoudali.

", - "content": "Abde Ezzalzouli, qui aurait décliné sa convocation pour la sélection marocaine au profit de l'Espagne, a été remplacé dans la liste de Vahid Halilodzic pour la Coupe d'Afrique des Nations par Tarik Tissoudali.

", + "title": "Coupe de France: tous les résultats des 16es de finale, avec quelques surprises", + "description": "Les 16es de finale de la Coupe de France a accouché ce dimanche d’une grosse surprise: Nancy, dernier de Ligue 2, a éliminé Rennes. Bastia a également sorti Clermont. Les autres clubs de Ligue 1 ont répondu présent, à l’image de Nantes, Monaco ou Saint-Etienne. Il reste encore deux équipes de National 2 en lice: Begerac et Versailles.

", + "content": "Les 16es de finale de la Coupe de France a accouché ce dimanche d’une grosse surprise: Nancy, dernier de Ligue 2, a éliminé Rennes. Bastia a également sorti Clermont. Les autres clubs de Ligue 1 ont répondu présent, à l’image de Nantes, Monaco ou Saint-Etienne. Il reste encore deux équipes de National 2 en lice: Begerac et Versailles.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-positif-au-covid-et-ayant-choisi-l-espagne-ez-abde-remplace-sur-la-liste-du-maroc_AV-202112300356.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-tous-les-resultats-des-16es-de-finale-avec-quelques-surprises_AV-202201020206.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 21:39:13 GMT", - "enclosure": "https://images.bfmtv.com/ZeW_U10GNxq0uK_lxSS7yFnAdMY=/0x118:2048x1270/800x0/images/Abdessamad-EZZALZOULI-1201544.jpg", + "pubDate": "Sun, 02 Jan 2022 20:21:43 GMT", + "enclosure": "https://images.bfmtv.com/sd8vAZUlJniSJOf8dqfv9YdyzO4=/0x87:2048x1239/800x0/images/Nancy-1202819.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZeW_U10GNxq0uK_lxSS7yFnAdMY=/0x118:2048x1270/800x0/images/Abdessamad-EZZALZOULI-1201544.jpg", + "image": "https://images.bfmtv.com/sd8vAZUlJniSJOf8dqfv9YdyzO4=/0x87:2048x1239/800x0/images/Nancy-1202819.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23819,20 +24897,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "298687081e30d192afee6cd4255eb4b2", + "hash": "7eee8b886930a49086cadc9236df8057", "highlights": [] }, { - "title": "Mercato en direct: le Barça serait tombé d'accord avec Morata", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Top 14: une victoire en forme de petit miracle pour Castres contre La Rochelle", + "description": "Castres doit son succès contre La Rochelle (31-30) à deux pénalités manquées par Ihaia West dans les dernières secondes de cette rencontre de la 14e journée de Top 14.

", + "content": "Castres doit son succès contre La Rochelle (31-30) à deux pénalités manquées par Ihaia West dans les dernières secondes de cette rencontre de la 14e journée de Top 14.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-une-victoire-en-forme-de-petit-miracle-pour-castres-contre-la-rochelle_AD-202201020205.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/gKa4XiICJpUQAbtM4nroz2BRLpg=/0x47:2048x1199/800x0/images/Alvaro-Morata-et-Massimiliano-Allegri-lors-de-Juventus-Genoa-1182693.jpg", + "pubDate": "Sun, 02 Jan 2022 20:13:13 GMT", + "enclosure": "https://images.bfmtv.com/yYjSd_SiSZufzOJm00TjmbKvY6s=/0x17:2048x1169/800x0/images/Filipo-Nakosi-Castres-contre-les-Rochelais-1202820.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/gKa4XiICJpUQAbtM4nroz2BRLpg=/0x47:2048x1199/800x0/images/Alvaro-Morata-et-Massimiliano-Allegri-lors-de-Juventus-Genoa-1182693.jpg", + "image": "https://images.bfmtv.com/yYjSd_SiSZufzOJm00TjmbKvY6s=/0x17:2048x1169/800x0/images/Filipo-Nakosi-Castres-contre-les-Rochelais-1202820.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23841,20 +24919,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0edd29b086ef64229857e443115f03dc", + "hash": "565ce51f64e01264a61cd551b2821651", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: le message fort de Bordeaux et Gérard Lopez", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "PSG: Danilo Pereira placé à l'isolement par précaution", + "description": "Danilo Pereira a été placé à l'isolement par précaution en raison de symptômes, selon les informations du Parisien. En attendant le résultat de son test, il n'est pas dans le groupe pour le match face à Vannes en Coupe de France.

", + "content": "Danilo Pereira a été placé à l'isolement par précaution en raison de symptômes, selon les informations du Parisien. En attendant le résultat de son test, il n'est pas dans le groupe pour le match face à Vannes en Coupe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-danilo-pereira-place-a-l-isolement-par-precaution_AV-202201020203.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", - "enclosure": "https://images.bfmtv.com/h_X7DIsh8XxQDBcrNxOqvn2QO6g=/0x0:1200x675/800x0/images/Gerard-Lopez-1133044.jpg", + "pubDate": "Sun, 02 Jan 2022 19:38:00 GMT", + "enclosure": "https://images.bfmtv.com/-g6O_wA4FcnccmBGCANHB60fDDc=/0x49:2048x1201/800x0/images/Danilo-Pereira-1001259.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/h_X7DIsh8XxQDBcrNxOqvn2QO6g=/0x0:1200x675/800x0/images/Gerard-Lopez-1133044.jpg", + "image": "https://images.bfmtv.com/-g6O_wA4FcnccmBGCANHB60fDDc=/0x49:2048x1201/800x0/images/Danilo-Pereira-1001259.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23863,20 +24941,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3358d2358ac2055f4db934171761f3c6", + "hash": "27d2509cef928f8235411f90e00b8988", "highlights": [] }, { - "title": "Premier League: Leicester-Norwich reporté, le programme du Nouvel An amputé", - "description": "Une nouvelle rencontre de Premier League vient d'être reportée à cause du Covid-19, ce jeudi: celle entre Leicester et Norwich, prévue ce 1er janvier.

", - "content": "Une nouvelle rencontre de Premier League vient d'être reportée à cause du Covid-19, ce jeudi: celle entre Leicester et Norwich, prévue ce 1er janvier.

", + "title": "Coupe de France en direct: Monaco élimine QRM, Saint-Etienne fait le travail malgré des fumigènes", + "description": "Les 16es de finale de la Coupe de France lancent l'année 2022. Treize matchs sont au menu ce dimanche avec notamment Brest-Bordeaux, Montpellier-Strasbourg, Nancy-Rennes et QRM-Monaco. A suivre sur RMC Sport à partir de 13h45.

", + "content": "Les 16es de finale de la Coupe de France lancent l'année 2022. Treize matchs sont au menu ce dimanche avec notamment Brest-Bordeaux, Montpellier-Strasbourg, Nancy-Rennes et QRM-Monaco. A suivre sur RMC Sport à partir de 13h45.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-leicester-norwich-reporte-le-programme-du-nouvel-an-ampute_AV-202112300351.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-suivez-les-16es-de-finale_LS-202201020072.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 20:59:08 GMT", - "enclosure": "https://images.bfmtv.com/MLBdh4eQpk9OE_DQEE0RMBQfKNs=/4x289:3604x2314/800x0/images/-865884.jpg", + "pubDate": "Sun, 02 Jan 2022 10:44:21 GMT", + "enclosure": "https://images.bfmtv.com/5IOjDM-xYjqRJJzp7JZhA5obPZs=/0x306:960x846/800x0/images/Les-fumigenes-pendant-le-match-entre-Jura-Sud-et-Saint-Etienne-1202773.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/MLBdh4eQpk9OE_DQEE0RMBQfKNs=/4x289:3604x2314/800x0/images/-865884.jpg", + "image": "https://images.bfmtv.com/5IOjDM-xYjqRJJzp7JZhA5obPZs=/0x306:960x846/800x0/images/Les-fumigenes-pendant-le-match-entre-Jura-Sud-et-Saint-Etienne-1202773.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23885,20 +24963,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "558c79e55e6c3588d5b60b86b1caa6d1", + "hash": "f373c9588f1aee200ff84d0c5c89a672", "highlights": [] }, { - "title": "Mercato: le Barça aurait trouvé un accord avec Morata", - "description": "En quête d'un avant-centre cet hiver, le FC Barcelone aurait fait d'Alvaro Morata sa priorité. Un accord aurait été trouvé entre les deux parties selon la presse espagnole, mais l'opération est loin d'être bouclée.

", - "content": "En quête d'un avant-centre cet hiver, le FC Barcelone aurait fait d'Alvaro Morata sa priorité. Un accord aurait été trouvé entre les deux parties selon la presse espagnole, mais l'opération est loin d'être bouclée.

", + "title": "Chauvigny-OM en direct: Marseille est sérieux pour éviter le piège", + "description": "L’OM se déplace à Limoges pour affronter l’US Chauvigny (National 3), ce dimanche soir, en 16es de finale de la Coupe de France. Suivez cette rencontre en live sur RMC Sport.

", + "content": "L’OM se déplace à Limoges pour affronter l’US Chauvigny (National 3), ce dimanche soir, en 16es de finale de la Coupe de France. Suivez cette rencontre en live sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/mercato-le-barca-aurait-trouve-un-accord-avec-morata_AV-202112300349.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-suivez-chauvigny-om-en-direct_LS-202201020167.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 20:50:39 GMT", - "enclosure": "https://images.bfmtv.com/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.jpg", + "pubDate": "Sun, 02 Jan 2022 17:25:28 GMT", + "enclosure": "https://images.bfmtv.com/Pkn3Sx4rdm6SpdZXZci-kY70WYQ=/0x87:2048x1239/800x0/images/Les-Marseillais-apres-le-but-de-Milik-1202825.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.jpg", + "image": "https://images.bfmtv.com/Pkn3Sx4rdm6SpdZXZci-kY70WYQ=/0x87:2048x1239/800x0/images/Les-Marseillais-apres-le-but-de-Milik-1202825.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23907,20 +24985,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1368239fb22210e3e0227031eb2ed8bd", + "hash": "942ac94377d3e77b0d64e2618a0d6b80", "highlights": [] }, { - "title": "Monaco: les joueurs surpris par le timing du départ de Kovac", - "description": "Conclu ce jeudi soir, le départ surprise de Niko Kovac de l'AS Monaco a surpris ses joueurs, qui ont appris la nouvelle sur les réseaux sociaux, alors qu'il avait dirigé une séance d'entraînement dans l'après-midi.

", - "content": "Conclu ce jeudi soir, le départ surprise de Niko Kovac de l'AS Monaco a surpris ses joueurs, qui ont appris la nouvelle sur les réseaux sociaux, alors qu'il avait dirigé une séance d'entraînement dans l'après-midi.

", + "title": "Chelsea: \"C'est clairement rouge\", fustige Azpilicueta après la faute de Mané", + "description": "Alors que Chelsea et Liverpool se sont quittés sur un nul spectaculaire (2-2) ce dimanche en Premier League, Cesar Azpilicueta n'a pas apprécié le fait que Sadio Mané n'ait pas pris un carton rouge en début de rencontre.

", + "content": "Alors que Chelsea et Liverpool se sont quittés sur un nul spectaculaire (2-2) ce dimanche en Premier League, Cesar Azpilicueta n'a pas apprécié le fait que Sadio Mané n'ait pas pris un carton rouge en début de rencontre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/monaco-les-joueurs-surpris-par-le-timing-du-depart-de-kovac_AV-202112300344.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-c-est-clairement-rouge-fustige-azpilicueta-apres-la-faute-de-mane_AV-202201020197.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 20:09:44 GMT", - "enclosure": "https://images.bfmtv.com/lU_Iu9Ut0P_NcPIqjuxpttrUOos=/0x62:1200x737/800x0/images/Niko-Kovac-977925.jpg", + "pubDate": "Sun, 02 Jan 2022 19:02:04 GMT", + "enclosure": "https://images.bfmtv.com/Eua5nt6L0CDfYUBiQPtuhe82-60=/0x43:2000x1168/800x0/images/Sadio-Mane-lors-de-Chelsea-Liverpool-1202794.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/lU_Iu9Ut0P_NcPIqjuxpttrUOos=/0x62:1200x737/800x0/images/Niko-Kovac-977925.jpg", + "image": "https://images.bfmtv.com/Eua5nt6L0CDfYUBiQPtuhe82-60=/0x43:2000x1168/800x0/images/Sadio-Mane-lors-de-Chelsea-Liverpool-1202794.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23929,20 +25007,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "52b8be71c57807c5adf3e6a7fa1fd815", + "hash": "59b05be56d18aa5ed860e0dfd91b6f97", "highlights": [] }, { - "title": "Chelsea: Lukaku agacé par sa situation après le changement tactique de Tuchel", - "description": "Blessé en novembre puis touché par le Covid-19, Romelu Lukaku est régulièrement sur le banc des remplaçants de Chelsea ces dernières semaines. Une situation qui ne plaît pas à l’international belge.

", - "content": "Blessé en novembre puis touché par le Covid-19, Romelu Lukaku est régulièrement sur le banc des remplaçants de Chelsea ces dernières semaines. Une situation qui ne plaît pas à l’international belge.

", + "title": "Nancy: \"il faut vite qu'on arrête de perdre du temps\", Pedretti tacle sa direction", + "description": "Après la qualification de Nancy face à Rennes en 16e de finale de Coupe de France, Benoît Pedretti a exprimé sa lassitude, alors que l'entraîneur intérimaire veut quitter son poste. Les dirigeants nancéiens n'ont toujours pas trouvé son successeur.

", + "content": "Après la qualification de Nancy face à Rennes en 16e de finale de Coupe de France, Benoît Pedretti a exprimé sa lassitude, alors que l'entraîneur intérimaire veut quitter son poste. Les dirigeants nancéiens n'ont toujours pas trouvé son successeur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lukaku-agace-par-sa-situation-apres-le-changement-tactique-de-tuchel_AV-202112300343.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/nancy-il-faut-vite-qu-on-arrete-de-perdre-du-temps-pedretti-tacle-sa-direction_AD-202201020190.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 20:04:16 GMT", - "enclosure": "https://images.bfmtv.com/EOC1FDJ41vOEXuUUJOtUX1Yd1R4=/0x42:2048x1194/800x0/images/Romelo-Lukaku-1201291.jpg", + "pubDate": "Sun, 02 Jan 2022 18:39:22 GMT", + "enclosure": "https://images.bfmtv.com/qYjVWJ1IC7NnpjyveWSdPL-xG5Q=/73x146:1993x1226/800x0/images/Benoit-Pedretti-1193202.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/EOC1FDJ41vOEXuUUJOtUX1Yd1R4=/0x42:2048x1194/800x0/images/Romelo-Lukaku-1201291.jpg", + "image": "https://images.bfmtv.com/qYjVWJ1IC7NnpjyveWSdPL-xG5Q=/73x146:1993x1226/800x0/images/Benoit-Pedretti-1193202.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23951,20 +25029,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbbfd0f1e7bbe5275265b374ff7dfb26", + "hash": "070eee91cf0021f8d8f2efa9bb5b9267", "highlights": [] }, { - "title": "Mohamed El Arouch, \"le très gros potentiel\" sur lequel mise l'OL", - "description": "Élégant milieu de terrain de 17 ans, passé professionnel l’été dernier, Mohamed El Arouch est considéré comme un grand espoir de l’OL. Dans le podcast Scouting, RMC Sport fait découvrir ce talent français.

", - "content": "Élégant milieu de terrain de 17 ans, passé professionnel l’été dernier, Mohamed El Arouch est considéré comme un grand espoir de l’OL. Dans le podcast Scouting, RMC Sport fait découvrir ce talent français.

", + "title": "Jura Sud-ASSE: le match interrompu à cause des jets de fumigènes des ultras de Saint-Etienne", + "description": "Le 16e de finale de Coupe de France entre Jura Sud et Saint-Etienne a été arrêté durant une vingtaine de minutes, ce dimanche à Louhans (Saône-et-Loire). Les ultras de l’ASSE ont craqué de nombreux fumigènes. L’un d’eux a été lancé près du gardien adverse.

", + "content": "Le 16e de finale de Coupe de France entre Jura Sud et Saint-Etienne a été arrêté durant une vingtaine de minutes, ce dimanche à Louhans (Saône-et-Loire). Les ultras de l’ASSE ont craqué de nombreux fumigènes. L’un d’eux a été lancé près du gardien adverse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/mohamed-el-arouch-le-tres-gros-potentiel-sur-lequel-mise-l-ol_AV-202112300339.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/jura-sud-asse-le-match-interrompu-a-cause-des-jets-de-fumigenes-des-ultras-de-saint-etienne_AV-202201020187.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:38:38 GMT", - "enclosure": "https://images.bfmtv.com/YA_0TbzsQnKT8lUHRDZ0QHCG34Y=/0x59:2048x1211/800x0/images/Mohamed-El-AROUCH-le-17-07-2021-1201583.jpg", + "pubDate": "Sun, 02 Jan 2022 18:34:24 GMT", + "enclosure": "https://images.bfmtv.com/auVJdO9hv-y9SrgmX-pL7UZz6FU=/0x212:2048x1364/800x0/images/Jura-Sud-ASSE-1202790.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/YA_0TbzsQnKT8lUHRDZ0QHCG34Y=/0x59:2048x1211/800x0/images/Mohamed-El-AROUCH-le-17-07-2021-1201583.jpg", + "image": "https://images.bfmtv.com/auVJdO9hv-y9SrgmX-pL7UZz6FU=/0x212:2048x1364/800x0/images/Jura-Sud-ASSE-1202790.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23973,20 +25051,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "25566be4a2535dae38c1e8dcac0b4838", + "hash": "038e750255b14afa767de8ebe7cf906d", "highlights": [] }, { - "title": "Monaco: le bilan des années Kovac, qui a fait fort sur le plan comptable", - "description": "Limogé de ses fonctions à l’AS Monaco ce jeudi, Niko Kovac aura passé un an et demi à la tête de l’AS Monaco, pour un bilan honorable sur le plan comptable, mais qui n’a pas suffi à convaincre ses dirigeants.

", - "content": "Limogé de ses fonctions à l’AS Monaco ce jeudi, Niko Kovac aura passé un an et demi à la tête de l’AS Monaco, pour un bilan honorable sur le plan comptable, mais qui n’a pas suffi à convaincre ses dirigeants.

", + "title": "Chelsea-Liverpool: un choc fabuleux et un nul spectaculaire, ça profite à Manchester City", + "description": "Pas de vainqueur entre Chelsea et Liverpool à l'issue d'un match exceptionnel, ce dimanche en Premier League. Ce match nul (2-2) n'arrange personne... si ce n'est Manchester City, qui s'échappe encore un peu plus au classement du championnat d'Angleterre.

", + "content": "Pas de vainqueur entre Chelsea et Liverpool à l'issue d'un match exceptionnel, ce dimanche en Premier League. Ce match nul (2-2) n'arrange personne... si ce n'est Manchester City, qui s'échappe encore un peu plus au classement du championnat d'Angleterre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-le-bilan-des-annees-kovac-qui-a-fait-fort-sur-le-plan-comptable_AV-202112300329.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-liverpool-un-choc-fabuleux-et-un-nul-spectaculaire-ca-profite-a-manchester-city_AV-202201020184.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:08:41 GMT", - "enclosure": "https://images.bfmtv.com/7mKiPR_3GEs07j_2EeElvkaXg7Y=/0x40:768x472/800x0/images/Le-coach-de-l-AS-Monaco-Niko-Kovac-et-Sofiane-Diop-restent-sur-un-match-nul-vierge-sur-le-terrain-du-Stade-de-Reims-le-7-novembre-2021-1170095.jpg", + "pubDate": "Sun, 02 Jan 2022 18:30:57 GMT", + "enclosure": "https://images.bfmtv.com/QpW_LwHPx76Z4ZsM9Ne_YrOImow=/0x60:1184x726/800x0/images/Kelleher-n-a-rien-pu-faire-sur-la-frappe-sublime-de-Kovacic-1202786.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/7mKiPR_3GEs07j_2EeElvkaXg7Y=/0x40:768x472/800x0/images/Le-coach-de-l-AS-Monaco-Niko-Kovac-et-Sofiane-Diop-restent-sur-un-match-nul-vierge-sur-le-terrain-du-Stade-de-Reims-le-7-novembre-2021-1170095.jpg", + "image": "https://images.bfmtv.com/QpW_LwHPx76Z4ZsM9Ne_YrOImow=/0x60:1184x726/800x0/images/Kelleher-n-a-rien-pu-faire-sur-la-frappe-sublime-de-Kovacic-1202786.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -23995,20 +25073,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79ba1ba969a0e292644bcb7344b2ff16", + "hash": "2c7d6d03355eb1da241ef23b9525b2be", "highlights": [] }, { - "title": "Strasbourg: Caci vers un départ cet hiver en Bundesliga ?", - "description": "Titulaire au sein de la défense de Strasbourg, Anthony Caci pourrait prochainement quitter son club formateur. Sous contrat jusqu’en juin 2022, le joueur de 24 ans pourrait rejoindre l’Allemagne au mois de janvier. Mayence et Francfort sont intéressés par son profil.

", - "content": "Titulaire au sein de la défense de Strasbourg, Anthony Caci pourrait prochainement quitter son club formateur. Sous contrat jusqu’en juin 2022, le joueur de 24 ans pourrait rejoindre l’Allemagne au mois de janvier. Mayence et Francfort sont intéressés par son profil.

", + "title": "Top 14: un cadreur fauché sur un essai et évacué sur civière lors de Bordeaux-Bègles-Biarritz", + "description": "Alors que Bordeaux-Bègles a inscrit l'essai de la victoire en fin de rencontre face à Biarritz (30-27), un cadreur de Canal+ a été évacué sur civière après avoir été tamponné par deux Biarrots.

", + "content": "Alors que Bordeaux-Bègles a inscrit l'essai de la victoire en fin de rencontre face à Biarritz (30-27), un cadreur de Canal+ a été évacué sur civière après avoir été tamponné par deux Biarrots.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/strasbourg-caci-vers-un-depart-cet-hiver-en-bundesliga_AV-202112300312.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-un-cadreur-fauche-sur-un-essai-et-evacue-sur-civiere-lors-de-bordeaux-begles-biarritz_AV-202201020176.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:18:44 GMT", - "enclosure": "https://images.bfmtv.com/dA1hHDiwTLKdWVjBw25TazVVVqY=/0x106:2048x1258/800x0/images/Anthony-Caci-1201668.jpg", + "pubDate": "Sun, 02 Jan 2022 18:02:47 GMT", + "enclosure": "https://images.bfmtv.com/Zg8IaQjh3G0c5RyukZIRlkJHSSU=/0x39:768x471/800x0/images/Un-cameraman-lors-dun-match-de-Top-14-le-5-septembre-2015-a-Toulouse-963021.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/dA1hHDiwTLKdWVjBw25TazVVVqY=/0x106:2048x1258/800x0/images/Anthony-Caci-1201668.jpg", + "image": "https://images.bfmtv.com/Zg8IaQjh3G0c5RyukZIRlkJHSSU=/0x39:768x471/800x0/images/Un-cameraman-lors-dun-match-de-Top-14-le-5-septembre-2015-a-Toulouse-963021.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24017,20 +25095,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cab56405c83586411e862371e4e9ca3b", + "hash": "f1e0f5e81f6926e7329f3bffa517600e", "highlights": [] }, { - "title": "Ligue 1: \"C’est tombé sur nous...\", Angers confirme être durement touché par le coronavirus", - "description": "Le directeur général délégué du SCO, Xavier Thuilot, était l'invité de RMC ce jeudi pour faire le point sur la situation de son club, qui demande le report de son prochain match de Ligue 1 en raison de nombreux cas positifs au coronavirus.

", - "content": "Le directeur général délégué du SCO, Xavier Thuilot, était l'invité de RMC ce jeudi pour faire le point sur la situation de son club, qui demande le report de son prochain match de Ligue 1 en raison de nombreux cas positifs au coronavirus.

", + "title": "Coupe de France: cette fois, Nantes a laissé la recette à Vitré", + "description": "Après sa victoire face à l’AS Vitré, ce dimanche en 16es de finale de la Coupe de France (2-0), le FC Nantes a laissé la recette du match à son adversaire. Le club de National 2 a salué le geste des Canaris, qui s’étaient montrés moins généreux il y a deux ans.

", + "content": "Après sa victoire face à l’AS Vitré, ce dimanche en 16es de finale de la Coupe de France (2-0), le FC Nantes a laissé la recette du match à son adversaire. Le club de National 2 a salué le geste des Canaris, qui s’étaient montrés moins généreux il y a deux ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-c-est-tombe-sur-nous-angers-confirme-etre-durement-touche-par-le-coronavirus_AV-202112300301.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-cette-fois-nantes-a-laisse-la-recette-a-vitre_AV-202201020169.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:06:12 GMT", - "enclosure": "https://images.bfmtv.com/o1fFtzyXoFeTZ_l2CkHUmMzUZM4=/0x169:2048x1321/800x0/images/Angers-1201656.jpg", + "pubDate": "Sun, 02 Jan 2022 17:28:28 GMT", + "enclosure": "https://images.bfmtv.com/36GpmlRkbY4R2giJXobBCDGk10s=/0x49:2048x1201/800x0/images/Nantes-Vitre-1202756.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/o1fFtzyXoFeTZ_l2CkHUmMzUZM4=/0x169:2048x1321/800x0/images/Angers-1201656.jpg", + "image": "https://images.bfmtv.com/36GpmlRkbY4R2giJXobBCDGk10s=/0x49:2048x1201/800x0/images/Nantes-Vitre-1202756.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24039,20 +25117,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "558d478b0725dfb97d7ac50831551beb", + "hash": "47dc459decf7e62bc3753e50b11ebaab", "highlights": [] }, { - "title": "Saint-Étienne: dix ans après, Bakary Sako de retour avec les Verts", - "description": "Libre de tout contrat et sans club depuis un an et demi, l’attaquant malien Bakary Sako est la première recrue hivernale de Saint-Étienne, où il a déjà évolué entre 2009 et 2012.

", - "content": "Libre de tout contrat et sans club depuis un an et demi, l’attaquant malien Bakary Sako est la première recrue hivernale de Saint-Étienne, où il a déjà évolué entre 2009 et 2012.

", + "title": "Coupe de France: Bastia élimine Clermont, Rennes tombe aux tirs au but contre le dernier de Ligue 2", + "description": "Premières surprises dans ces 16es de finale. Clermont a été éliminé de la Coupe de France sur la pelouse de Bastia (2-0), alors que Rennes s'est fait piégé par Nancy, qui s'offre un deuxième club de Ligue 1 consécutif.

", + "content": "Premières surprises dans ces 16es de finale. Clermont a été éliminé de la Coupe de France sur la pelouse de Bastia (2-0), alors que Rennes s'est fait piégé par Nancy, qui s'offre un deuxième club de Ligue 1 consécutif.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/saint-etienne-dix-ans-apres-bakary-sako-de-retour-avec-les-verts_AV-202112300292.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-bastia-elimine-clermont-rennes-tombe-aux-tirs-au-but-contre-le-dernier-de-ligue-2_AN-202201020164.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 17:43:03 GMT", - "enclosure": "https://images.bfmtv.com/iaznyTqN-BcRhOkTYx3_I4WxUSo=/0x3:2032x1146/800x0/images/Bakary-Sako-1201618.jpg", + "pubDate": "Sun, 02 Jan 2022 17:18:16 GMT", + "enclosure": "https://images.bfmtv.com/Xg1e2g241TZ2Y-zj0eX3EOUXF1Q=/0x128:1984x1244/800x0/images/Le-SC-Bastia-en-Coupe-de-France-1202744.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/iaznyTqN-BcRhOkTYx3_I4WxUSo=/0x3:2032x1146/800x0/images/Bakary-Sako-1201618.jpg", + "image": "https://images.bfmtv.com/Xg1e2g241TZ2Y-zj0eX3EOUXF1Q=/0x128:1984x1244/800x0/images/Le-SC-Bastia-en-Coupe-de-France-1202744.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24061,20 +25139,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dc20db4ac54c0bfd8ee69eac58889bb", + "hash": "af4215fe2c75d42e14e520a597a9f0c9", "highlights": [] }, { - "title": "Serie A: les footballeurs sans pass vaccinal ne pourront plus jouer", - "description": "Accordé en Italie aux personnes ayant réalisé la vaccination complète contre le coronavirus, mais aussi à celles récemment guéries du Covid, le \"Super Green Pass\" est imposé aux sportifs de haut niveau. Les footballeurs sans ce pass vaccinal ne pourront donc plus jouer, comme en France.

", - "content": "Accordé en Italie aux personnes ayant réalisé la vaccination complète contre le coronavirus, mais aussi à celles récemment guéries du Covid, le \"Super Green Pass\" est imposé aux sportifs de haut niveau. Les footballeurs sans ce pass vaccinal ne pourront donc plus jouer, comme en France.

", + "title": "AS Roma: Sacramento n’est plus l’adjoint de Mourinho", + "description": "L’AS Roma a opéré un changement dans son staff technique, avec le départ de Joao Sacramento, qui occupait le poste d’adjoint aux côtés de l’entraîneur principal, José Mourinho. \n

", + "content": "L’AS Roma a opéré un changement dans son staff technique, avec le départ de Joao Sacramento, qui occupait le poste d’adjoint aux côtés de l’entraîneur principal, José Mourinho. \n

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-les-footballeurs-sans-pass-vaccinal-ne-pourront-plus-jouer_AV-202112300288.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/as-roma-sacramento-n-est-plus-l-adjoint-de-mourinho_AV-202201010174.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 17:39:19 GMT", - "enclosure": "https://images.bfmtv.com/qtQMtkZ7Xw81k11y89jKqSOjVwI=/0x106:2048x1258/800x0/images/Roma-Inter-1201619.jpg", + "pubDate": "Sat, 01 Jan 2022 16:50:29 GMT", + "enclosure": "https://images.bfmtv.com/qpWMC1YKO_TLM-cgdFJK1rMjHvI=/0x0:1200x675/800x0/images/Joao-Sacramento-1202440.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qtQMtkZ7Xw81k11y89jKqSOjVwI=/0x106:2048x1258/800x0/images/Roma-Inter-1201619.jpg", + "image": "https://images.bfmtv.com/qpWMC1YKO_TLM-cgdFJK1rMjHvI=/0x0:1200x675/800x0/images/Joao-Sacramento-1202440.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24083,20 +25161,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "112417981f34a5225e5491d0dd0024be", + "hash": "5e21c6ff87d2bf4bfce97bfe07245264", "highlights": [] }, { - "title": "Ligue 1: Niko Kovac n’est plus l’entraîneur de l’AS Monaco", - "description": "Sixième de Ligue 1 avant d'attaquer la deuxième partie de saison, Monaco a décidé de se séparer de son entraîneur Niko Kovac. Il était arrivé en juillet 2020.

", - "content": "Sixième de Ligue 1 avant d'attaquer la deuxième partie de saison, Monaco a décidé de se séparer de son entraîneur Niko Kovac. Il était arrivé en juillet 2020.

", + "title": "Coupe de France: inquiet, Kombouaré refuse de s’enflammer après le qualification", + "description": "Antoine Kombouaré a savouré, sans trop s'enorgueillir, la qualification méritée et surtout très attendue du FC Nantes pour les huitièmes de finale de la Coupe de France, aux dépens de l'AS Vitré (2-0).

", + "content": "Antoine Kombouaré a savouré, sans trop s'enorgueillir, la qualification méritée et surtout très attendue du FC Nantes pour les huitièmes de finale de la Coupe de France, aux dépens de l'AS Vitré (2-0).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-niko-kovac-n-est-plus-l-entraineur-de-l-as-monaco_AV-202112300278.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-inquiet-kombouare-refuse-de-s-enflammer-apres-le-qualification_AV-202201020157.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 17:23:09 GMT", - "enclosure": "https://images.bfmtv.com/NKbHQRnIgnMEp1Eac2jLnt7hf98=/0x0:2048x1152/800x0/images/Niko-Kovac-1017667.jpg", + "pubDate": "Sun, 02 Jan 2022 16:55:34 GMT", + "enclosure": "https://images.bfmtv.com/dN_d9rSVKL6UeiN_G9Wcz3IwY_E=/0x0:1200x675/800x0/images/Antoine-Kombouare-1202746.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/NKbHQRnIgnMEp1Eac2jLnt7hf98=/0x0:2048x1152/800x0/images/Niko-Kovac-1017667.jpg", + "image": "https://images.bfmtv.com/dN_d9rSVKL6UeiN_G9Wcz3IwY_E=/0x0:1200x675/800x0/images/Antoine-Kombouare-1202746.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24105,20 +25183,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c8fa2fa2bfd9c71788c564c1c8bd1b4", + "hash": "1bdb820c1896bd63d3958a943ebffc55", "highlights": [] }, { - "title": "Coupe de France: Bordeaux hausse le ton contre la FFF après le maintien du match à Brest", - "description": "Censé affronter ce dimanche Brest dans le cadre des seizièmes de finale de la Coupe de France, les Girondins de Bordeaux comptent 21 joueurs positifs au Covid-19. Devant la volonté de la Fédération française de football de maintenir la rencontre, le club a publié un communiqué virulent.

", - "content": "Censé affronter ce dimanche Brest dans le cadre des seizièmes de finale de la Coupe de France, les Girondins de Bordeaux comptent 21 joueurs positifs au Covid-19. Devant la volonté de la Fédération française de football de maintenir la rencontre, le club a publié un communiqué virulent.

", + "title": "Bordeaux: \"Le match ne devait pas se jouer\", peste Briand sur le protocole Covid", + "description": "Très affaibli par les cas de Covid-19, Bordeaux s'est incliné face à Brest (3-0) en 16e de finale de Coupe de France, avec une équipe très jeune. Une situation qui a fortement déplu à Jimmy Briand, l'un des seuls pros titulaires ce dimanche.

", + "content": "Très affaibli par les cas de Covid-19, Bordeaux s'est incliné face à Brest (3-0) en 16e de finale de Coupe de France, avec une équipe très jeune. Une situation qui a fortement déplu à Jimmy Briand, l'un des seuls pros titulaires ce dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-bordeaux-hausse-le-ton-contre-la-fff-apres-le-maintien-du-match-a-brest_AV-202112300274.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/bordeaux-le-match-ne-devait-pas-se-jouer-peste-briand-sur-le-protocole-covid_AV-202201020154.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 17:13:20 GMT", - "enclosure": "https://images.bfmtv.com/XWiBIx5ZNd6fwMsLoopmSRc5rjg=/0x0:768x432/800x0/images/Gerard-Lopez-le-president-des-Girondins-de-Bordeaux-assiste-au-match-de-Ligue-1-contre-Lens-le-12-septembre-au-stade-Matmut-Atlantique-a-Bordeaux-1192863.jpg", + "pubDate": "Sun, 02 Jan 2022 16:36:32 GMT", + "enclosure": "https://images.bfmtv.com/DeqXQ0lsI1pdc9Kp1AF29uIgHuE=/0x184:2048x1336/800x0/images/Jimmy-Briand-1179854.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/XWiBIx5ZNd6fwMsLoopmSRc5rjg=/0x0:768x432/800x0/images/Gerard-Lopez-le-president-des-Girondins-de-Bordeaux-assiste-au-match-de-Ligue-1-contre-Lens-le-12-septembre-au-stade-Matmut-Atlantique-a-Bordeaux-1192863.jpg", + "image": "https://images.bfmtv.com/DeqXQ0lsI1pdc9Kp1AF29uIgHuE=/0x184:2048x1336/800x0/images/Jimmy-Briand-1179854.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24127,20 +25205,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "81e66e4857764749de9ae8633b4c2d8d", + "hash": "b6df233c82b2aa5142f0e90cc1c28835", "highlights": [] }, { - "title": "Leicester: à cause d'une blessure de \"fatigue\", Vardy absent plusieurs semaines", - "description": "Blessé à la cuisse mardi face à Liverpool (1-0), après plusieurs semaines éreintantes, l'attaquant de Leicester, Jaime Vardy, sera absent trois à quatre semaines.

", - "content": "Blessé à la cuisse mardi face à Liverpool (1-0), après plusieurs semaines éreintantes, l'attaquant de Leicester, Jaime Vardy, sera absent trois à quatre semaines.

", + "title": "Rennes: le coup de gueule de Genesio contre les dirigeants du football français", + "description": "Bruno Genesio a profité du déplacement de Rennes à Nancy, ce dimanche en 16es de finale de la Coupe de France, pour interpeller les instances du football français. Le coach du club breton s’agace du manque de consignes données au sujet des mesures anti-Covid. Et des inégalités entraînées par cette situation.

", + "content": "Bruno Genesio a profité du déplacement de Rennes à Nancy, ce dimanche en 16es de finale de la Coupe de France, pour interpeller les instances du football français. Le coach du club breton s’agace du manque de consignes données au sujet des mesures anti-Covid. Et des inégalités entraînées par cette situation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/leicester-a-cause-d-une-blessure-de-fatigue-vardy-absent-plusieurs-semaines_AV-202112300266.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/rennes-le-coup-de-gueule-de-genesio-contre-les-dirigeants-du-football-francais_AV-202201020148.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 17:01:32 GMT", - "enclosure": "https://images.bfmtv.com/emhbLyhRNsw_h034xh1WxDC4rjg=/0x20:1968x1127/800x0/images/Jamie-Vardy-Leicester-1008869.jpg", + "pubDate": "Sun, 02 Jan 2022 15:58:43 GMT", + "enclosure": "https://images.bfmtv.com/RkC5eJGSycMAHVGlv8NGZ-XW2JI=/0x27:768x459/800x0/images/L-entraineur-de-Rennes-Bruno-Genesio-lors-du-match-a-domicile-de-la-Ligue-Europa-Conference-contre-NS-Mura-Slovenie-le-4-novembre-2021-au-Roazhon-Park-1161358.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/emhbLyhRNsw_h034xh1WxDC4rjg=/0x20:1968x1127/800x0/images/Jamie-Vardy-Leicester-1008869.jpg", + "image": "https://images.bfmtv.com/RkC5eJGSycMAHVGlv8NGZ-XW2JI=/0x27:768x459/800x0/images/L-entraineur-de-Rennes-Bruno-Genesio-lors-du-match-a-domicile-de-la-Ligue-Europa-Conference-contre-NS-Mura-Slovenie-le-4-novembre-2021-au-Roazhon-Park-1161358.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24149,20 +25227,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "08955ab09ec4fa0620e815327311f43b", + "hash": "5822a22b7fbffc17582e25c2dda17729", "highlights": [] }, { - "title": "Toulon: Baptiste Serin prolonge sur la durée", - "description": "Le demi de mêlée international, Baptiste Serin, en fin de contrat, a prolongé son contrat avec le RCT. Il a signé un nouveau bail de quatre ans.\n

", - "content": "Le demi de mêlée international, Baptiste Serin, en fin de contrat, a prolongé son contrat avec le RCT. Il a signé un nouveau bail de quatre ans.\n

", + "title": "PSG: positif au Covid-19, Messi va bien et attend le feu vert pour rentrer à Paris", + "description": "Le test positif de Lionel Messi a été annoncé dimanche, après le réveillon du nouvel An, mais un premier test plus tôt dans la semaine, laissait craindre l'arrivée d'une mauvaise nouvelle.

", + "content": "Le test positif de Lionel Messi a été annoncé dimanche, après le réveillon du nouvel An, mais un premier test plus tôt dans la semaine, laissait craindre l'arrivée d'une mauvaise nouvelle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/toulon-baptiste-serin-prolonge-sur-la-duree_AV-202112300259.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-positif-au-covid-19-messi-va-bien-et-attend-le-feu-vert-pour-rentrer-a-paris_AV-202201020146.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 16:49:44 GMT", - "enclosure": "https://images.bfmtv.com/kv6JUPH6b9GEUoXXH6D7kwf5v3s=/0x40:768x472/800x0/images/Le-demi-de-melee-toulonnais-Baptiste-Serin-contre-l-Aviron-bayonnais-le-21-novembre-2020-a-Bayonne-1026715.jpg", + "pubDate": "Sun, 02 Jan 2022 15:55:23 GMT", + "enclosure": "https://images.bfmtv.com/GSl5GZAzmx9t11cy_Z_PFAghj4o=/0x65:2048x1217/800x0/images/Lionel-Messi-1184826.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/kv6JUPH6b9GEUoXXH6D7kwf5v3s=/0x40:768x472/800x0/images/Le-demi-de-melee-toulonnais-Baptiste-Serin-contre-l-Aviron-bayonnais-le-21-novembre-2020-a-Bayonne-1026715.jpg", + "image": "https://images.bfmtv.com/GSl5GZAzmx9t11cy_Z_PFAghj4o=/0x65:2048x1217/800x0/images/Lionel-Messi-1184826.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24171,20 +25249,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca819211832f795b3aee5c72d1a96461", + "hash": "64d4e8d891f08c3ced8441aa341f5c94", "highlights": [] }, { - "title": "Mercato: Cuisance va quitter le Bayern Munich et rejoindre Venise", - "description": "Après un prêt décevant la saison dernière à l’Olympique de Marseille, Michaël Cuisance espérait avoir un peu de temps de jeu au Bayern Munich. Pas dans les plans du géant allemand, le milieu de terrain va rejoindre Venise cet hiver selon nos informations.

", - "content": "Après un prêt décevant la saison dernière à l’Olympique de Marseille, Michaël Cuisance espérait avoir un peu de temps de jeu au Bayern Munich. Pas dans les plans du géant allemand, le milieu de terrain va rejoindre Venise cet hiver selon nos informations.

", + "title": "Chelsea-Liverpool en direct: un nul qui n'arrange personne, City se frotte les mains", + "description": "Chelsea et Liverpool, 2e et 3e de Premier League, s'affrontent avec l'obligation de prendre des points pour ne pas laisser filer Manchester City en tête du championnat. C'est aussi l'occasion de faire le trou sur les poursuivants, après la défaite d'Arsenal samedi.

", + "content": "Chelsea et Liverpool, 2e et 3e de Premier League, s'affrontent avec l'obligation de prendre des points pour ne pas laisser filer Manchester City en tête du championnat. C'est aussi l'occasion de faire le trou sur les poursuivants, après la défaite d'Arsenal samedi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-cuisance-va-quitter-le-bayern-munich-et-rejoindre-venise_AV-202112300253.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-chelsea-liverpool-en-direct_LS-202201020143.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 16:44:49 GMT", - "enclosure": "https://images.bfmtv.com/DRIMWAtvgyk7hgMgGiOAKon6o2g=/0x0:1200x675/800x0/images/-873600.jpg", + "pubDate": "Sun, 02 Jan 2022 15:45:08 GMT", + "enclosure": "https://images.bfmtv.com/T_9sb5VdlC7cipO7Ig9bK7owd84=/0x223:2048x1375/800x0/images/Salah-lors-du-choc-Chelsea-Liverpool-1202780.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/DRIMWAtvgyk7hgMgGiOAKon6o2g=/0x0:1200x675/800x0/images/-873600.jpg", + "image": "https://images.bfmtv.com/T_9sb5VdlC7cipO7Ig9bK7owd84=/0x223:2048x1375/800x0/images/Salah-lors-du-choc-Chelsea-Liverpool-1202780.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24193,20 +25271,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c2562753cc0980319d6c8643f25e8a8", + "hash": "588e3df3ee2a647b067b6ec8c0b1f3bb", "highlights": [] }, { - "title": "PSG: Diallo est courtisé par l’AC Milan, mais le dossier est complexe", - "description": "L’AC Milan serait intéressé par une venue d’Abdou Diallo en prêt dès janvier, même si le Paris Saint-Germain préférerait un transfert sec. Les Rossoneri sont également sur la piste de Romain Faivre, le milieu de Brest.

", - "content": "L’AC Milan serait intéressé par une venue d’Abdou Diallo en prêt dès janvier, même si le Paris Saint-Germain préférerait un transfert sec. Les Rossoneri sont également sur la piste de Romain Faivre, le milieu de Brest.

", + "title": "Bundesliga: victime d'un accident de scooter, l'entraîneur de Francfort opéré du visage", + "description": "Une semaine avant la reprise de la Bundesliga, Oliver Glasner, l'entraîneur de l'Eintracht Francfort, a été victime d'un accident de scooter et s'est fait opérer d'une fracture de l'os zygomatique.

", + "content": "Une semaine avant la reprise de la Bundesliga, Oliver Glasner, l'entraîneur de l'Eintracht Francfort, a été victime d'un accident de scooter et s'est fait opérer d'une fracture de l'os zygomatique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-diallo-est-courtise-par-l-ac-milan-mais-le-dossier-est-complexe_AV-202112300250.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-victime-d-un-accident-de-scooter-l-entraineur-de-francfort-opere-du-visage_AN-202201020142.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 16:34:10 GMT", - "enclosure": "https://images.bfmtv.com/iS-JB7-NhWmhDK_y4UQYnpWTzKs=/0x40:768x472/800x0/images/Le-defenseur-franco-senegalais-du-Paris-Saint-Germain-Abdou-Diallo-durant-une-interview-au-centre-d-entrainement-Ooredoo-a-Saint-Germain-en-Laye-le-17-decembre-2021-1191128.jpg", + "pubDate": "Sun, 02 Jan 2022 15:42:58 GMT", + "enclosure": "https://images.bfmtv.com/73-Kofwv6SaHFcf0isayGRsfLxg=/0x73:1984x1189/800x0/images/Oliver-Glasner-1202727.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/iS-JB7-NhWmhDK_y4UQYnpWTzKs=/0x40:768x472/800x0/images/Le-defenseur-franco-senegalais-du-Paris-Saint-Germain-Abdou-Diallo-durant-une-interview-au-centre-d-entrainement-Ooredoo-a-Saint-Germain-en-Laye-le-17-decembre-2021-1191128.jpg", + "image": "https://images.bfmtv.com/73-Kofwv6SaHFcf0isayGRsfLxg=/0x73:1984x1189/800x0/images/Oliver-Glasner-1202727.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24215,20 +25293,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "487ce4659c89e74ac2d2d18cb77f9f7f", + "hash": "763b0791676cac88fec2baf41ffa0db2", "highlights": [] }, { - "title": "Prix de Bourgogne : La vitesse au menu de la Qualif 5 du Prix d'Amérique", - "description": "Cinquième course qualificative au Prix d'Amérique, le Prix de Bourgogne (G.2) est programmé ce dimanche 2 janvier sur l'hippodrome de Vincennes et délivrera trois tickets pour le Championnat du Monde de trot attelé (30 janvier).

", - "content": "Cinquième course qualificative au Prix d'Amérique, le Prix de Bourgogne (G.2) est programmé ce dimanche 2 janvier sur l'hippodrome de Vincennes et délivrera trois tickets pour le Championnat du Monde de trot attelé (30 janvier).

", + "title": "Troyes: Irles arrive lundi, Poyet a été contacté", + "description": "Si l'ESTAC a misé sur Bruno Irles pour succéder à Laurent Batlles, le club troyen avait également entamé des discussions avec Gustavo Poyet, un visage bien connu de la Ligue 1.

", + "content": "Si l'ESTAC a misé sur Bruno Irles pour succéder à Laurent Batlles, le club troyen avait également entamé des discussions avec Gustavo Poyet, un visage bien connu de la Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/prix-de-bourgogne-la-vitesse-au-menu-de-la-qualif-5-du-prix-d-amerique_AN-202112300237.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/troyes-irles-arrive-lundi-poyet-a-ete-contacte_AV-202201020139.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 16:01:36 GMT", - "enclosure": "https://images.bfmtv.com/0zcmwSizHqx0dzsTSsdC9jdGDdc=/7x46:791x487/800x0/images/L-Italien-Vivid-Wise-As-revient-en-France-avec-des-ambitions-1201575.jpg", + "pubDate": "Sun, 02 Jan 2022 15:27:09 GMT", + "enclosure": "https://images.bfmtv.com/s20k_9qefwxLQQSU9TL_o7rqYyo=/0x28:1200x703/800x0/images/Bruno-Irles-1202724.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/0zcmwSizHqx0dzsTSsdC9jdGDdc=/7x46:791x487/800x0/images/L-Italien-Vivid-Wise-As-revient-en-France-avec-des-ambitions-1201575.jpg", + "image": "https://images.bfmtv.com/s20k_9qefwxLQQSU9TL_o7rqYyo=/0x28:1200x703/800x0/images/Bruno-Irles-1202724.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24237,20 +25315,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b38ef0a7233d0f20304277d1ed54d38", + "hash": "2b96dae3b1b39355a66aedf7016a6a67", "highlights": [] }, { - "title": "Premier League: Chelsea a perdu 173,5 millions d'euros en 2020-2021", - "description": "Avec trois matchs nuls sur les quatre derniers matchs de Premier League, Chelsea ne vit pas sa meilleure période sur le plan sportif. En plus de voir le titre de champion d'Angleterre s'éloigner, les Blues perdent de l'argent. Le dauphin de Manchester City a perdu 173,5 millions d'euros sur l'exercice 2020-2021.

", - "content": "Avec trois matchs nuls sur les quatre derniers matchs de Premier League, Chelsea ne vit pas sa meilleure période sur le plan sportif. En plus de voir le titre de champion d'Angleterre s'éloigner, les Blues perdent de l'argent. Le dauphin de Manchester City a perdu 173,5 millions d'euros sur l'exercice 2020-2021.

", + "title": "Prix de Bourgogne : Cokstile s'impose avec autorité", + "description": "Cinquième course qualificative au Prix d'Amérique, le Prix de Bourgogne avait lieu ce dimanche 2 janvier sur l'hippodrome de Vincennes. Le scandinave Cokstile y a vaincu avec autorité.

", + "content": "Cinquième course qualificative au Prix d'Amérique, le Prix de Bourgogne avait lieu ce dimanche 2 janvier sur l'hippodrome de Vincennes. Le scandinave Cokstile y a vaincu avec autorité.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-chelsea-a-perdu-173-5-millions-d-euros-en-2020-2021_AV-202112300235.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/prix-de-bourgogne-cokstile-s-impose-avec-autorite_AN-202201020138.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 15:58:58 GMT", - "enclosure": "https://images.bfmtv.com/qaRWr-hNg9HKfeEKuaH2j0Xb04A=/0x71:2000x1196/800x0/images/Chelsea-1201155.jpg", + "pubDate": "Sun, 02 Jan 2022 15:26:43 GMT", + "enclosure": "https://images.bfmtv.com/HoQtL8rzfhPiiah9lrbctDPlizM=/0x41:800x491/800x0/images/Cokstile-triomphe-dans-le-Prix-de-Bourgogne-1202728.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/qaRWr-hNg9HKfeEKuaH2j0Xb04A=/0x71:2000x1196/800x0/images/Chelsea-1201155.jpg", + "image": "https://images.bfmtv.com/HoQtL8rzfhPiiah9lrbctDPlizM=/0x41:800x491/800x0/images/Cokstile-triomphe-dans-le-Prix-de-Bourgogne-1202728.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24259,20 +25337,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef20634a09feb8f02c83a4e2257967a9", + "hash": "00b0ab270d0d0b3654929576fce8febb", "highlights": [] }, { - "title": "Tottenham: \"Je pense qu’il veut rester\", Conte plutôt serein sur la fin de contrat de Lloris", - "description": "Antonio Conte, l’entraineur de Tottenham, s’est montré rassurant quant à une possible prolongation d’Hugo Lloris, gardien et capitaine des Spurs, dont le contrat se termine cet été.

", - "content": "Antonio Conte, l’entraineur de Tottenham, s’est montré rassurant quant à une possible prolongation d’Hugo Lloris, gardien et capitaine des Spurs, dont le contrat se termine cet été.

", + "title": "Liga: surprise, le Real débute 2022 par une défaite à Getafe", + "description": "Plombé par une grossière erreur d'Eder Militão en début de match, le Real Madrid s'est incliné ce dimanche sur la pelouse de Getafe (1-0), à l'occasion de la 19e journée de Liga. Séville pourrait en profiter pour se rapprocher de la première place.

", + "content": "Plombé par une grossière erreur d'Eder Militão en début de match, le Real Madrid s'est incliné ce dimanche sur la pelouse de Getafe (1-0), à l'occasion de la 19e journée de Liga. Séville pourrait en profiter pour se rapprocher de la première place.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/tottenham-je-pense-qu-il-veut-rester-conte-plutot-serein-sur-la-fin-de-contrat-de-lloris_AV-202112300232.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-surprise-le-real-debute-2022-par-une-defaite-a-getafe_AV-202201020136.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 15:52:58 GMT", - "enclosure": "https://images.bfmtv.com/GJiTLQH2-NGoj3bxkWjUjR-6-pY=/0x0:2048x1152/800x0/images/Hugo-Lloris-avec-Tottenham-1182706.jpg", + "pubDate": "Sun, 02 Jan 2022 15:01:20 GMT", + "enclosure": "https://images.bfmtv.com/Ye4MF4mbIyMlwwCXkgmNUaItNR0=/0x146:2048x1298/800x0/images/Karim-Benzema-1202716.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/GJiTLQH2-NGoj3bxkWjUjR-6-pY=/0x0:2048x1152/800x0/images/Hugo-Lloris-avec-Tottenham-1182706.jpg", + "image": "https://images.bfmtv.com/Ye4MF4mbIyMlwwCXkgmNUaItNR0=/0x146:2048x1298/800x0/images/Karim-Benzema-1202716.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24281,20 +25359,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "48ee8f73b449d9929237791e1e6e1bf1", + "hash": "b2bdb188eaf4cc2ff6a292a52b9cbc64", "highlights": [] }, { - "title": "Mercato: Newcastle intensifie les négociations avec Lille pour Botman", - "description": "Afin de se donner les moyens de sauver sa place en Premier League à la fin de la saison, Newcastle compte se montrer actif au mois de janvier. Selon le Daily Mail, les Magpies auraient accéléré les négociations avec Lille pour le transfert de Sven Botman.

", - "content": "Afin de se donner les moyens de sauver sa place en Premier League à la fin de la saison, Newcastle compte se montrer actif au mois de janvier. Selon le Daily Mail, les Magpies auraient accéléré les négociations avec Lille pour le transfert de Sven Botman.

", + "title": "Coupe de France: pas de miracle pour les jeunes de Bordeaux, Nantes assure, c'est fini pour Cannes", + "description": "La logique a été respectée lors des premiers matchs des 16e de finale de la Coupe de France. Brest a disposé d'une équipe de Bordeaux amoindrie, alors que Nantes et Toulouse ont évité les pièges de Vitré et Cannes.

", + "content": "La logique a été respectée lors des premiers matchs des 16e de finale de la Coupe de France. Brest a disposé d'une équipe de Bordeaux amoindrie, alors que Nantes et Toulouse ont évité les pièges de Vitré et Cannes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-newcastle-intensifie-les-negociations-avec-lille-pour-botman_AV-202112300223.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-pas-de-miracle-pour-les-jeunes-de-bordeaux-nantes-assure_AV-202201020134.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 15:28:45 GMT", - "enclosure": "https://images.bfmtv.com/l15eFuFaiQ8hY2UNmU6XzyAJgEI=/252x155:1516x866/800x0/images/Botman-Lille-1148236.jpg", + "pubDate": "Sun, 02 Jan 2022 14:56:51 GMT", + "enclosure": "https://images.bfmtv.com/5nrbXzCqe7lcwb-v8U77Gk63FPY=/0x57:1200x732/800x0/images/Romain-Faivre-et-Johaneko-Louis-Jean-1202718.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/l15eFuFaiQ8hY2UNmU6XzyAJgEI=/252x155:1516x866/800x0/images/Botman-Lille-1148236.jpg", + "image": "https://images.bfmtv.com/5nrbXzCqe7lcwb-v8U77Gk63FPY=/0x57:1200x732/800x0/images/Romain-Faivre-et-Johaneko-Louis-Jean-1202718.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24303,20 +25381,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f985409cc167669c57ca9cb847e43f5", + "hash": "c80ae5e55ed6b681ecaf09e8205ba852", "highlights": [] }, { - "title": "Mercato en direct: direction Venise pour Cuisance", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "CAN: la réplique de Watford au Sénégal sur la polémique Sarr", + "description": "Watford a nié ce dimanche avoir empêché Ismaïla Sarr de jouer la Coupe d’Afrique des Nations, du 9 janvier au 6 février. Accusé par la Fédération sénégalaise d’avoir bloqué l’ailier de 23 ans, le club anglais assure que le joueur est blessé et que les Lions de la Teranga ont été tenus informés.

", + "content": "Watford a nié ce dimanche avoir empêché Ismaïla Sarr de jouer la Coupe d’Afrique des Nations, du 9 janvier au 6 février. Accusé par la Fédération sénégalaise d’avoir bloqué l’ailier de 23 ans, le club anglais assure que le joueur est blessé et que les Lions de la Teranga ont été tenus informés.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-la-replique-de-watford-au-senegal-sur-la-polemique-sarr_AV-202201020133.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/DRIMWAtvgyk7hgMgGiOAKon6o2g=/0x0:1200x675/800x0/images/-873600.jpg", + "pubDate": "Sun, 02 Jan 2022 14:47:52 GMT", + "enclosure": "https://images.bfmtv.com/Az8r_n7M0m3q6WZhlF74fugtDsY=/0x0:2048x1152/800x0/images/Ismaila-Sarr-avec-Watford-1202715.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/DRIMWAtvgyk7hgMgGiOAKon6o2g=/0x0:1200x675/800x0/images/-873600.jpg", + "image": "https://images.bfmtv.com/Az8r_n7M0m3q6WZhlF74fugtDsY=/0x0:2048x1152/800x0/images/Ismaila-Sarr-avec-Watford-1202715.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24325,20 +25403,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dfc084bb1024372e6d081af008b70c2", + "hash": "8d4813c25e8f47643a0229490a1344e1", "highlights": [] }, { - "title": "Top 14: Toulouse estime que les reports auraient pu être évités", - "description": "Le Stade Toulousain, qui a vu ses rencontres à domicile contre les Wasps et le Stade Français être ajournées à la dernière minute, pointe une certaine iniquité dans les reports.

", - "content": "Le Stade Toulousain, qui a vu ses rencontres à domicile contre les Wasps et le Stade Français être ajournées à la dernière minute, pointe une certaine iniquité dans les reports.

", + "title": "Manchester United: Rangnick a pris une décision forte pour Cavani, dont l'avenir est scellé", + "description": "L’entraîneur par intérim de Manchester United, Ralf Rangnick, n’a aucunement l’intention de laisser partir Edinson Cavani sur lequel il compte énormément jusqu’à la fin de la saison.

", + "content": "L’entraîneur par intérim de Manchester United, Ralf Rangnick, n’a aucunement l’intention de laisser partir Edinson Cavani sur lequel il compte énormément jusqu’à la fin de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14-toulouse-estime-que-les-reports-auraient-pu-etre-evites_AV-202112300220.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-rangnick-a-pris-une-decision-forte-pour-cavani-dont-l-avenir-est-scelle_AV-202201020131.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 15:25:03 GMT", - "enclosure": "https://images.bfmtv.com/ke-ps9fiy5i69tMzn46Hni-zuEE=/0x83:2048x1235/800x0/images/Ugo-MOLA-1201554.jpg", + "pubDate": "Sun, 02 Jan 2022 14:41:43 GMT", + "enclosure": "https://images.bfmtv.com/Rt3AFtBcKNQ3xDLofZLYd5QEVVA=/0x0:2048x1152/800x0/images/Edinson-Cavani-lors-de-Newcastle-vs-Manchester-United-1196051.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ke-ps9fiy5i69tMzn46Hni-zuEE=/0x83:2048x1235/800x0/images/Ugo-MOLA-1201554.jpg", + "image": "https://images.bfmtv.com/Rt3AFtBcKNQ3xDLofZLYd5QEVVA=/0x0:2048x1152/800x0/images/Edinson-Cavani-lors-de-Newcastle-vs-Manchester-United-1196051.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24347,20 +25425,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "04b5eb4968def717fe10ca4e8ba1b05f", + "hash": "afc481470840ce75edf6e9fe33152653", "highlights": [] }, { - "title": "CAN: Une liste de 28 joueurs pour la Tunisie, Khazri bien présent", - "description": "Cinq joueurs évoluant en France feront partie de la sélection tunisienne pour participer à la CAN 2022, après la publication de la liste de Mondher Kebaier. Sans surprise, le Stéphanois Wahbi Khazri est bien là.

", - "content": "Cinq joueurs évoluant en France feront partie de la sélection tunisienne pour participer à la CAN 2022, après la publication de la liste de Mondher Kebaier. Sans surprise, le Stéphanois Wahbi Khazri est bien là.

", + "title": "Les pronos hippiques du lundi 3 janvier 2022", + "description": "Le Quinté+ du lundi 3 janvier est programmé sur l’hippodrome de Pau dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du lundi 3 janvier est programmé sur l’hippodrome de Pau dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-une-liste-de-28-joueurs-pour-la-tunisie-khazri-bien-present_AV-202112300211.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-3-janvier-2022_AN-202201020124.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 15:00:12 GMT", - "enclosure": "https://images.bfmtv.com/ykMTrWVNb0NNCwa6zYuFmbeIcmk=/0x104:1984x1220/800x0/images/Wahbi-Khazri-Tunisie-1165395.jpg", + "pubDate": "Sun, 02 Jan 2022 13:58:28 GMT", + "enclosure": "https://images.bfmtv.com/58tkO2rpNGRQsRRsDsFrc0Ph_Pc=/4x3:1252x705/800x0/images/Les-pronos-hippiques-du-dimanche-28-novembre-2021-1176702.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ykMTrWVNb0NNCwa6zYuFmbeIcmk=/0x104:1984x1220/800x0/images/Wahbi-Khazri-Tunisie-1165395.jpg", + "image": "https://images.bfmtv.com/58tkO2rpNGRQsRRsDsFrc0Ph_Pc=/4x3:1252x705/800x0/images/Les-pronos-hippiques-du-dimanche-28-novembre-2021-1176702.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24369,20 +25447,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "667581a9e78beff14bc0d8d34e7e93dc", + "hash": "b765b60b9af7e9cea85f2a422d839195", "highlights": [] }, { - "title": "Barça: Ez Abde aurait finalement recalé le Maroc pour pouvoir jouer avec l'Espagne", - "description": "Selon la presse espagnole, le jeune ailier du FC Barcelone Abde Ezzalzouli (20 ans) a décidé de représenter l'Espagne et non le Maroc. Vahid Halilhodzic comptait pourtant sur lui, notamment pour la Coupe d'Afrique des Nations à venir.

", - "content": "Selon la presse espagnole, le jeune ailier du FC Barcelone Abde Ezzalzouli (20 ans) a décidé de représenter l'Espagne et non le Maroc. Vahid Halilhodzic comptait pourtant sur lui, notamment pour la Coupe d'Afrique des Nations à venir.

", + "title": "Coupe de France: le but génial d'un défenseur de Versailles en 16e de finale", + "description": "Makan Traoré, latéral du FC Versailles, passé par la réserve du PSG, a inscrit un but somptueux ce dimanche face à La Roche Vendée en 16e de finale de la Coupe de France.

", + "content": "Makan Traoré, latéral du FC Versailles, passé par la réserve du PSG, a inscrit un but somptueux ce dimanche face à La Roche Vendée en 16e de finale de la Coupe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-ez-abde-aurait-finalement-recale-le-maroc-pour-pouvoir-jouer-avec-l-espagne_AV-202112300210.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-but-genial-d-un-defenseur-de-versailles-en-16e-de-finale_AV-202201020123.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 14:49:45 GMT", - "enclosure": "https://images.bfmtv.com/ZeW_U10GNxq0uK_lxSS7yFnAdMY=/0x118:2048x1270/800x0/images/Abdessamad-EZZALZOULI-1201544.jpg", + "pubDate": "Sun, 02 Jan 2022 13:56:55 GMT", + "enclosure": "https://images.bfmtv.com/7-hv8Y8ncT9VrBD3ZkgPtdpoaaM=/0x77:2048x1229/800x0/images/Makan-Traore-ici-au-centre-en-novembre-2021-1202706.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/ZeW_U10GNxq0uK_lxSS7yFnAdMY=/0x118:2048x1270/800x0/images/Abdessamad-EZZALZOULI-1201544.jpg", + "image": "https://images.bfmtv.com/7-hv8Y8ncT9VrBD3ZkgPtdpoaaM=/0x77:2048x1229/800x0/images/Makan-Traore-ici-au-centre-en-novembre-2021-1202706.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24391,20 +25469,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "918274c5cefaa61ff14c33f68827e656", + "hash": "b6bb5edf79cfb10aa7977c6784fbb4f9", "highlights": [] }, { - "title": "PSG: le \"marathon\" de Neymar pour fêter le Nouvel An", - "description": "Neymar s'amuse au Brésil, dans sa villa, en attendant le réveillon du Nouvel An. La presse brésilienne explique ce jeudi que le footballeur du PSG a prévu plusieurs fêtes chez lui.

", - "content": "Neymar s'amuse au Brésil, dans sa villa, en attendant le réveillon du Nouvel An. La presse brésilienne explique ce jeudi que le footballeur du PSG a prévu plusieurs fêtes chez lui.

", + "title": "Chauvigny-OM en direct: la grosse équipe pour l'OM, Mandanda dans les buts", + "description": "L’OM se déplace à Limoges pour affronter l’US Chauvigny (National 3), ce dimanche soir, en 16es de finale de la Coupe de France. Suivez cette rencontre en live sur RMC Sport.

", + "content": "L’OM se déplace à Limoges pour affronter l’US Chauvigny (National 3), ce dimanche soir, en 16es de finale de la Coupe de France. Suivez cette rencontre en live sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-marathon-de-neymar-pour-feter-le-nouvel-an_AV-202112300199.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-suivez-chauvigny-om-en-direct_LS-202201020167.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 14:26:43 GMT", - "enclosure": "https://images.bfmtv.com/r0QcahOijPa0CumVJwNSDM88Od8=/0x27:2048x1179/800x0/images/NEYMAR-JR-1169973.jpg", + "pubDate": "Sun, 02 Jan 2022 17:25:28 GMT", + "enclosure": "https://images.bfmtv.com/2-oxFvWKAf1Km5ZJbPVOTwUUuSg=/0x58:2048x1210/800x0/images/Dimitri-Payet-avec-l-OM-1191239.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/r0QcahOijPa0CumVJwNSDM88Od8=/0x27:2048x1179/800x0/images/NEYMAR-JR-1169973.jpg", + "image": "https://images.bfmtv.com/2-oxFvWKAf1Km5ZJbPVOTwUUuSg=/0x58:2048x1210/800x0/images/Dimitri-Payet-avec-l-OM-1191239.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24413,20 +25491,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fc87c25c3111482e43bc306daab099e", + "hash": "3ae78f81f53f37fee7c7ce04801465ec", "highlights": [] }, { - "title": "Coupe de France: 8 000 personnes autorisées en tribunes pour Chauvigny-OM", - "description": "Ce jeudi, la préfecture de Haute-Vienne est revenue sur sa décision de jauge anticipée à 5.000 spectateurs pour le match de coupe de France entre Chauvigny et l'OM. Finalement, 8 000 personnes pourront prendre place en tribunes.

", - "content": "Ce jeudi, la préfecture de Haute-Vienne est revenue sur sa décision de jauge anticipée à 5.000 spectateurs pour le match de coupe de France entre Chauvigny et l'OM. Finalement, 8 000 personnes pourront prendre place en tribunes.

", + "title": "Mercato en direct: un deal à l'étude avec Dembélé et Martial?", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-8-000-personnes-autorisees-en-tribunes-pour-chauvigny-om_AV-202112300197.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 14:20:56 GMT", - "enclosure": "https://images.bfmtv.com/nXG3pmZvEhC9NhV_p2y_uzVKp38=/0x106:2048x1258/800x0/images/Matteo-Guendouzi-en-Coupe-de-France-1192507.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/5tnVjCT5vh_NmCEgxJ6ZIhi1Jsg=/0x39:768x471/800x0/images/L-ailier-francais-du-Barca-Ousmane-Dembele-lors-du-match-de-championnat-espagnol-contre-Elche-au-Camp-Nou-de-Barcelone-le-18-decembre-2021-1201104.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/nXG3pmZvEhC9NhV_p2y_uzVKp38=/0x106:2048x1258/800x0/images/Matteo-Guendouzi-en-Coupe-de-France-1192507.jpg", + "image": "https://images.bfmtv.com/5tnVjCT5vh_NmCEgxJ6ZIhi1Jsg=/0x39:768x471/800x0/images/L-ailier-francais-du-Barca-Ousmane-Dembele-lors-du-match-de-championnat-espagnol-contre-Elche-au-Camp-Nou-de-Barcelone-le-18-decembre-2021-1201104.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24435,20 +25513,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b06a3e0684e8ec82b17fd3b06958f56", + "hash": "c3da74261626edca7cb24d936467a3fb", "highlights": [] }, { - "title": "Wright dénonce à son tour un manque de respect envers la CAN", - "description": "Après Sébastien Haller et Patrick Vieira, l’ancien international anglais Ian Wright s’est élevé pour défendre la CAN. Selon l’ex-buteur d’Arsenal, la couverture de l’événement est \"teintée de racisme\".

", - "content": "Après Sébastien Haller et Patrick Vieira, l’ancien international anglais Ian Wright s’est élevé pour défendre la CAN. Selon l’ex-buteur d’Arsenal, la couverture de l’événement est \"teintée de racisme\".

", + "title": "Barça: Dembélé traité de \"mercenaire\" par la presse catalane", + "description": "Alors qu'il sera libre de tout contrat en juin, Ousmane Dembélé a refusé une première offre de prolongation du Barça. Une situation qui agace les médias catalans, dont Sport, qui l'a critiqué dans un billet d'humeur incendiaire.

", + "content": "Alors qu'il sera libre de tout contrat en juin, Ousmane Dembélé a refusé une première offre de prolongation du Barça. Une situation qui agace les médias catalans, dont Sport, qui l'a critiqué dans un billet d'humeur incendiaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/wright-denonce-a-son-tour-un-manque-de-respect-envers-la-can_AV-202112300194.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-dembele-traite-de-mercenaire-par-la-presse-catalane_AV-202201020121.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 14:11:16 GMT", - "enclosure": "https://images.bfmtv.com/HsTvW2hVLFPT_M_eQKoUsKrwi9Y=/0x39:2048x1191/800x0/images/1201534.jpg", + "pubDate": "Sun, 02 Jan 2022 13:42:40 GMT", + "enclosure": "https://images.bfmtv.com/5tnVjCT5vh_NmCEgxJ6ZIhi1Jsg=/0x39:768x471/800x0/images/L-ailier-francais-du-Barca-Ousmane-Dembele-lors-du-match-de-championnat-espagnol-contre-Elche-au-Camp-Nou-de-Barcelone-le-18-decembre-2021-1201104.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/HsTvW2hVLFPT_M_eQKoUsKrwi9Y=/0x39:2048x1191/800x0/images/1201534.jpg", + "image": "https://images.bfmtv.com/5tnVjCT5vh_NmCEgxJ6ZIhi1Jsg=/0x39:768x471/800x0/images/L-ailier-francais-du-Barca-Ousmane-Dembele-lors-du-match-de-championnat-espagnol-contre-Elche-au-Camp-Nou-de-Barcelone-le-18-decembre-2021-1201104.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24457,20 +25535,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "de8c4ae2e141ed3189f7b9b6957497f1", + "hash": "6a0122b9edf8e650fbf8b3dce6c4fb44", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: vers une évolution des jauges en tribunes ?", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs. Si la Premier League continuer de jouer pendant les fêtes, de nombreux matchs anglais sont reportés. Idem en rugby où le Top 14 se retrouve fortement impacté par l'évolution de la crise. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs. Si la Premier League continuer de jouer pendant les fêtes, de nombreux matchs anglais sont reportés. Idem en rugby où le Top 14 se retrouve fortement impacté par l'évolution de la crise. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "PSG: Pochettino n'a aucune inquiétude sur l'état d'esprit de Mbappé", + "description": "Jusqu’en juin a minima, Kylian Mbappé reste un joueur du Paris Saint-Germain, mais il est désormais libre de s’engager avec le club de son choix. Une situation qui n’effraie pas Mauricio Pochettino, son entraîneur.

", + "content": "Jusqu’en juin a minima, Kylian Mbappé reste un joueur du Paris Saint-Germain, mais il est désormais libre de s’engager avec le club de son choix. Une situation qui n’effraie pas Mauricio Pochettino, son entraîneur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-27-decembre-2021_LN-202112270048.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-pochettino-n-a-aucune-inquietude-sur-l-etat-d-esprit-de-mbappe_AV-202201020117.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 06:42:43 GMT", - "enclosure": "https://images.bfmtv.com/0fgFY64v7W1LaegIfAeNtItvj8M=/0x175:2048x1327/800x0/images/Le-stade-Velodrome-a-huis-clos-pour-OM-Troyes-1181282.jpg", + "pubDate": "Sun, 02 Jan 2022 13:05:43 GMT", + "enclosure": "https://images.bfmtv.com/OgaEuMkMjtlKnumt1eAzYqXjhXc=/0x0:1616x909/800x0/images/Kylian-Mbappe-en-discussion-avec-Mauricio-Pochettino-avant-Barca-PSG-969952.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/0fgFY64v7W1LaegIfAeNtItvj8M=/0x175:2048x1327/800x0/images/Le-stade-Velodrome-a-huis-clos-pour-OM-Troyes-1181282.jpg", + "image": "https://images.bfmtv.com/OgaEuMkMjtlKnumt1eAzYqXjhXc=/0x0:1616x909/800x0/images/Kylian-Mbappe-en-discussion-avec-Mauricio-Pochettino-avant-Barca-PSG-969952.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24479,20 +25557,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57c23dcef95f5da428e7323ff21cd0eb", + "hash": "c14ebc20736a344982b322031a40affa", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: 8 000 personnes dans les tribunes pour Chauvigny-OM", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "Dakar: Al-Attiyah en tête, Peterhansel perd déjà très gros", + "description": "La première spéciale du Dakar a été remportée ce dimanche par le Qatarien Nasser Al-Attiyah (Toyota) devant Sébastien Loeb (Prodrive). Stéphane Peterhansel (Audi), multiple vainqueur, a lui perdu beaucoup de temps.

", + "content": "La première spéciale du Dakar a été remportée ce dimanche par le Qatarien Nasser Al-Attiyah (Toyota) devant Sébastien Loeb (Prodrive). Stéphane Peterhansel (Audi), multiple vainqueur, a lui perdu beaucoup de temps.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-al-attiyah-en-tete-peterhansel-perd-deja-tres-gros_AV-202201020116.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", - "enclosure": "https://images.bfmtv.com/aoackss-BnHpSdwqZRuZdVBspi4=/0x175:2048x1327/800x0/images/Coupe-de-France-OM-1201528.jpg", + "pubDate": "Sun, 02 Jan 2022 13:02:16 GMT", + "enclosure": "https://images.bfmtv.com/PsKEWBXGZY4-MSPvi69--Yxredc=/0x212:2048x1364/800x0/images/Stephane-Peterhansel-1202699.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/aoackss-BnHpSdwqZRuZdVBspi4=/0x175:2048x1327/800x0/images/Coupe-de-France-OM-1201528.jpg", + "image": "https://images.bfmtv.com/PsKEWBXGZY4-MSPvi69--Yxredc=/0x212:2048x1364/800x0/images/Stephane-Peterhansel-1202699.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24501,20 +25579,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7b12aced81fc186f468e106f2957ac3", + "hash": "bef505dcf6f03f9fc13e7d7fa101cf0b", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 30 décembre - Primeira Liga - Portugal", - "description": "Notre pronostic: Porto bat Benfica et Luis Diaz marque (2.65)

", - "content": "Notre pronostic: Porto bat Benfica et Luis Diaz marque (2.65)

", + "title": "Le corps d'un combattant de MMA retrouvé deux ans après sa disparition", + "description": "Le corps de David Koenig, un combattant amateur de MMA, a été retrouvé le 22 décembre dernier, près de deux ans après sa disparition.

", + "content": "Le corps de David Koenig, un combattant amateur de MMA, a été retrouvé le 22 décembre dernier, près de deux ans après sa disparition.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-30-decembre-primeira-liga-portugal_AN-202112290218.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/le-corps-d-un-combattant-de-mma-retrouve-deux-ans-apres-sa-disparition_AV-202201020108.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/4UED1JuXKxpPWonQqcGly7FqaGs=/0x104:2000x1229/800x0/images/Luis-Diaz-Porto-1201151.jpg", + "pubDate": "Sun, 02 Jan 2022 12:14:13 GMT", + "enclosure": "https://images.bfmtv.com/OVpKkoH8hOmywNcXEAjza2Uqofs=/0x208:1984x1324/800x0/images/Une-cage-de-MMA-1202689.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/OVpKkoH8hOmywNcXEAjza2Uqofs=/0x208:1984x1324/800x0/images/Une-cage-de-MMA-1202689.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24523,20 +25601,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0a9362ba934bd44076bb65f81d23ab8", + "hash": "af2865aa062c37dcdcc8c7fe1a03f6f0", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 30 décembre - NBA", - "description": "Mon pronostic : Golden State s'impose sur le parquet de Denver, Stephen Curry et Nikola Jokic marquent plus de 24,5 points (3.30)

", - "content": "Mon pronostic : Golden State s'impose sur le parquet de Denver, Stephen Curry et Nikola Jokic marquent plus de 24,5 points (3.30)

", + "title": "PSG: Neymar autorisé à rester plusieurs jours supplémentaires au Brésil", + "description": "Blessé à la cheville depuis le 28 novembre, Neymar a été autorisé à poursuivre sa rééducation au Brésil jusqu'au 9 janvier, accompagné par des membres du staff du PSG.

", + "content": "Blessé à la cheville depuis le 28 novembre, Neymar a été autorisé à poursuivre sa rééducation au Brésil jusqu'au 9 janvier, accompagné par des membres du staff du PSG.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-30-decembre-nba_AN-202112300188.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-neymar-autorise-a-rester-plusieurs-jours-supplementaires-au-bresil_AV-202201020107.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 13:41:37 GMT", - "enclosure": "https://images.bfmtv.com/TowmMWNImsoFaCW7yw2sdj17Kn4=/0x0:1984x1116/800x0/images/Stephen-Curry-1201533.jpg", + "pubDate": "Sun, 02 Jan 2022 12:10:02 GMT", + "enclosure": "https://images.bfmtv.com/_VK-JXkOWQRNX0idPTWnA3GkOU8=/0x0:2048x1152/800x0/images/Neymar-1177801.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/TowmMWNImsoFaCW7yw2sdj17Kn4=/0x0:1984x1116/800x0/images/Stephen-Curry-1201533.jpg", + "image": "https://images.bfmtv.com/_VK-JXkOWQRNX0idPTWnA3GkOU8=/0x0:2048x1152/800x0/images/Neymar-1177801.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24545,20 +25623,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5828a3a578a45b3dbdd11296c4c5ff2e", + "hash": "b11e491df2c6f2af3f87e751c891097c", "highlights": [] }, { - "title": "Ligue 1: Batlles-Troyes, les raisons du divorce", - "description": "Deux ans et demi après son arrivée sur le banc troyen, Laurent Batlles n'est plus l'entraîneur de l'ESTAC. Le club l'a annoncé ce jeudi. Si le départ du coach de 46 ans peut surprendre, plusieurs raisons peuvent permettre de l'expliquer.

", - "content": "Deux ans et demi après son arrivée sur le banc troyen, Laurent Batlles n'est plus l'entraîneur de l'ESTAC. Le club l'a annoncé ce jeudi. Si le départ du coach de 46 ans peut surprendre, plusieurs raisons peuvent permettre de l'expliquer.

", + "title": "Mercato: une première vente hivernale se précise pour le Barça", + "description": "Le gardien remplaçant du FC Barcelone, le Brésilien Neto, serait en discussions avancées avec Flamengo, selon le média catalan Sport. N’entrant pas dans les plans de Xavi, il pourrait partir dès janvier.

", + "content": "Le gardien remplaçant du FC Barcelone, le Brésilien Neto, serait en discussions avancées avec Flamengo, selon le média catalan Sport. N’entrant pas dans les plans de Xavi, il pourrait partir dès janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-batlles-troyes-les-raisons-du-divorce_AD-202112300185.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-une-premiere-vente-hivernale-se-precise-pour-le-barca_AV-202201020021.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 13:31:22 GMT", - "enclosure": "https://images.bfmtv.com/TUrI_iA08HwJQnvemlI1NMboFXg=/6x91:1686x1036/800x0/images/Laurent-Batlles-1023235.jpg", + "pubDate": "Sun, 02 Jan 2022 07:53:04 GMT", + "enclosure": "https://images.bfmtv.com/8TXVusKfCPN0Ai0ojRyLlRYPrpE=/0x0:2048x1152/800x0/images/Neto-1202579.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/TUrI_iA08HwJQnvemlI1NMboFXg=/6x91:1686x1036/800x0/images/Laurent-Batlles-1023235.jpg", + "image": "https://images.bfmtv.com/8TXVusKfCPN0Ai0ojRyLlRYPrpE=/0x0:2048x1152/800x0/images/Neto-1202579.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24567,20 +25645,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0359b22d16e11e45db470526e5667f9", + "hash": "af11de424a2bb5cb83b168000f7d7ebb", "highlights": [] }, { - "title": "Mercato: Juventus, Manchester United, Newcastle... quel prochain club pour Dembélé?", - "description": "Alors que les négociations entre le champion du monde et le Barça sont au point mort concernant une prolongation de contrat, la presse espagnole croit tenir plusieurs pistes plausibles quant au futur d'Ousmane Dembélé.

", - "content": "Alors que les négociations entre le champion du monde et le Barça sont au point mort concernant une prolongation de contrat, la presse espagnole croit tenir plusieurs pistes plausibles quant au futur d'Ousmane Dembélé.

", + "title": "Boxe: le vétéran Ortiz vient à bout de Martin sur KO technique", + "description": "Longtemps malmené, le boxeur cubain Luis Ortiz a fini par dominer l'Américain Charles Martin, dans la nuit de samedi à dimanche, en Floride. Il confirme qu'il est toujours aussi redoutable du haut de ses 42 ans.

", + "content": "Longtemps malmené, le boxeur cubain Luis Ortiz a fini par dominer l'Américain Charles Martin, dans la nuit de samedi à dimanche, en Floride. Il confirme qu'il est toujours aussi redoutable du haut de ses 42 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-juventus-manchester-united-newcastle-quel-prochain-club-pour-dembele_AV-202112300184.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-le-veteran-ortiz-vient-a-bout-de-martin-sur-ko-technique_AN-202201020017.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 13:18:48 GMT", - "enclosure": "https://images.bfmtv.com/oR9-4kvNO0bL3FgaMPy9md44nS4=/0x55:2048x1207/800x0/images/Ousmane-Dembele-1185673.jpg", + "pubDate": "Sun, 02 Jan 2022 07:40:00 GMT", + "enclosure": "https://images.bfmtv.com/HhCJzuVRhwODfT1hW436T0eeLzM=/0x0:1920x1080/800x0/images/Luis-Ortiz-1202568.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/oR9-4kvNO0bL3FgaMPy9md44nS4=/0x55:2048x1207/800x0/images/Ousmane-Dembele-1185673.jpg", + "image": "https://images.bfmtv.com/HhCJzuVRhwODfT1hW436T0eeLzM=/0x0:1920x1080/800x0/images/Luis-Ortiz-1202568.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24589,20 +25667,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b9bcbab3f1a7df6e48fa198f867b5ae", + "hash": "a0707e6e051332687ae40841dda3d69a", "highlights": [] }, { - "title": "Algérie: \"Je veux des titres\", Belmadi assume ses ambitions pour la CAN 2022", - "description": "À moins de deux semaines de l’entrée en lice de l’Algérie dans la CAN 2022, le sélectionneur Djamel Belmadi affiche ses ambitions pour la compétition en conférence de presse. \"Je veux la gagner\", clame-t-il.

", - "content": "À moins de deux semaines de l’entrée en lice de l’Algérie dans la CAN 2022, le sélectionneur Djamel Belmadi affiche ses ambitions pour la compétition en conférence de presse. \"Je veux la gagner\", clame-t-il.

", + "title": "NBA: deux buzzer beater en deux jours, le début d'année fou de DeRozan", + "description": "Après avoir inscrit le panier de la victoire au buzzer face à Indiana (108-106) la veille, DeMar DeRozan a récidivé face à Washington pour offrir la victoire aux Chicago Bulls (119-120), dans la nuit de samedi à dimanche.

", + "content": "Après avoir inscrit le panier de la victoire au buzzer face à Indiana (108-106) la veille, DeMar DeRozan a récidivé face à Washington pour offrir la victoire aux Chicago Bulls (119-120), dans la nuit de samedi à dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/algerie-je-veux-des-titres-belmadi-assume-ses-ambitions-pour-la-can-2022_AV-202112300181.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-deux-buzzer-beater-en-deux-jours-le-debut-d-annee-fou-de-de-rozan_AV-202201020014.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:58:27 GMT", - "enclosure": "https://images.bfmtv.com/VGYBhYwfPFC0UxyTNUzFVQxocL0=/0x83:1600x983/800x0/images/-848763.jpg", + "pubDate": "Sun, 02 Jan 2022 07:12:12 GMT", + "enclosure": "https://images.bfmtv.com/Btt8xafmTK0M0dSpMVzIBf2sVmM=/0x38:2048x1190/800x0/images/DeMar-DeRozan-1202567.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/VGYBhYwfPFC0UxyTNUzFVQxocL0=/0x83:1600x983/800x0/images/-848763.jpg", + "image": "https://images.bfmtv.com/Btt8xafmTK0M0dSpMVzIBf2sVmM=/0x38:2048x1190/800x0/images/DeMar-DeRozan-1202567.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24611,20 +25689,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85a5c48ec085a251754780a04ead32c4", + "hash": "7ebff6777e63d5487e1b11d9bc47ea38", "highlights": [] }, { - "title": "Ligue 1: décimé par les cas de Covid-19, Angers demande le report du match contre Saint-Etienne", - "description": "Pour la reprise du championnat, Angers doit affronter la lanterne rouge Saint-Etienne le 9 janvier. Une rencontre qui pourrait ne pas avoir lieu puisque 19 joueurs angevins ont été testés postifs au Covid-19. Via un communiqué, les dirigeants ont demandé un report de la rencontre.

", - "content": "Pour la reprise du championnat, Angers doit affronter la lanterne rouge Saint-Etienne le 9 janvier. Une rencontre qui pourrait ne pas avoir lieu puisque 19 joueurs angevins ont été testés postifs au Covid-19. Via un communiqué, les dirigeants ont demandé un report de la rencontre.

", + "title": "Chelsea: après ses déclarations, Tuchel pourrait sanctionner Lukaku", + "description": "Alors qu’un choc face à Liverpool attend Chelsea ce dimanche, Thomas Tuchel envisagerait de se passer de son attaquant Romelo Lukaku, qui a critiqué ses récents choix tactiques en interview.

", + "content": "Alors qu’un choc face à Liverpool attend Chelsea ce dimanche, Thomas Tuchel envisagerait de se passer de son attaquant Romelo Lukaku, qui a critiqué ses récents choix tactiques en interview.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-decime-par-les-cas-de-covid-19-angers-demande-le-report-du-match-contre-saint-etienne_AV-202112300176.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-apres-ses-declarations-tuchel-pourrait-sanctionner-lukaku_AV-202201020010.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:49:43 GMT", - "enclosure": "https://images.bfmtv.com/jxjlD1-TJahl6MtH07vYnA4qWY0=/0x106:2048x1258/800x0/images/Gerald-Baticle-1201514.jpg", + "pubDate": "Sun, 02 Jan 2022 06:47:31 GMT", + "enclosure": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/jxjlD1-TJahl6MtH07vYnA4qWY0=/0x106:2048x1258/800x0/images/Gerald-Baticle-1201514.jpg", + "image": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24633,20 +25711,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d1e1983ac7c84911758bc2ca7096ad8", + "hash": "a955caf45f831cae07b775245b007e90", "highlights": [] }, { - "title": "OL: le bilan très délicat de Shaqiri... sur le départ dès janvier?", - "description": "Quelques mois après son arrivée à l’OL, Xherdan Shaqiri pourrait déjà quitter le club. En une demi-saison en France, l’international suisse s’est montré très décevant, finissant même par perdre sa place de titulaire.

", - "content": "Quelques mois après son arrivée à l’OL, Xherdan Shaqiri pourrait déjà quitter le club. En une demi-saison en France, l’international suisse s’est montré très décevant, finissant même par perdre sa place de titulaire.

", + "title": "PRONOS PARIS RMC Le pari du jour du 2 janvier – Coupe de France", + "description": "Notre pronostic : Montpellier ne perd pas face à Strasbourg et les deux équipes marquent (2.15)

", + "content": "Notre pronostic : Montpellier ne perd pas face à Strasbourg et les deux équipes marquent (2.15)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-le-bilan-tres-delicat-de-shaqiri-sur-le-depart-des-janvier_AV-202112300174.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-2-janvier-coupe-de-france_AN-202201010140.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:37:48 GMT", - "enclosure": "https://images.bfmtv.com/S3AT8BaKuWlsCM3Z0mqXggJuVBY=/10x0:2026x1134/800x0/images/Xherdan-Shaqiri-OL-1128018.jpg", + "pubDate": "Sat, 01 Jan 2022 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/lqaLApIuKWHpBXX5Y6-dZpC_EgQ=/0x36:1984x1152/800x0/images/T-Savanier-1202396.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/S3AT8BaKuWlsCM3Z0mqXggJuVBY=/10x0:2026x1134/800x0/images/Xherdan-Shaqiri-OL-1128018.jpg", + "image": "https://images.bfmtv.com/lqaLApIuKWHpBXX5Y6-dZpC_EgQ=/0x36:1984x1152/800x0/images/T-Savanier-1202396.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24655,20 +25733,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cb2884a6dd7f5923ca259fdc658ac12", + "hash": "c405bdf2adbad42d2f855c20e2072678", "highlights": [] }, { - "title": "Mercato: Eriksen s'entraîne en Suisse", - "description": "Sans contrat, Christian Eriksen, qui n'a pas rejoué depuis son arrêt cardiaque à l'Euro, garde la forme à Chiasso, en Suisse. L'ancien milieu de l'Inter était auparavant rentré au Danemark pour s'entraîner.

", - "content": "Sans contrat, Christian Eriksen, qui n'a pas rejoué depuis son arrêt cardiaque à l'Euro, garde la forme à Chiasso, en Suisse. L'ancien milieu de l'Inter était auparavant rentré au Danemark pour s'entraîner.

", + "title": "PRONOS PARIS RMC Le pari sûr du 2 janvier – Coupe de France", + "description": "Notre pronostic : Monaco s’impose sur la pelouse de Quevilly-Rouen (1.41)

", + "content": "Notre pronostic : Monaco s’impose sur la pelouse de Quevilly-Rouen (1.41)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-eriksen-s-entraine-en-suisse_AV-202112300172.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-2-janvier-coupe-de-france_AN-202201010133.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:23:43 GMT", - "enclosure": "https://images.bfmtv.com/XvxhMrvDBSuSgIaFRVExKtZpIQQ=/0x0:2048x1152/800x0/images/Christian-Eriksen-1156840.jpg", + "pubDate": "Sat, 01 Jan 2022 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/wYfuO80_MAPLzlseBdMGEAVT1dY=/0x104:1984x1220/800x0/images/Monaco-1202386.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/XvxhMrvDBSuSgIaFRVExKtZpIQQ=/0x0:2048x1152/800x0/images/Christian-Eriksen-1156840.jpg", + "image": "https://images.bfmtv.com/wYfuO80_MAPLzlseBdMGEAVT1dY=/0x104:1984x1220/800x0/images/Monaco-1202386.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24677,20 +25755,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee1e611a3d622092b6b48a7dfacc159f", + "hash": "c1751a3c0e703db2f1e8c6d7f940672f", "highlights": [] }, { - "title": "CAN: blague, LinkedIn puis sélection avec le Cap-Vert, la belle histoire de Roberto Lopes", - "description": "Le défenseur central du club irlandais des Shamrock Rovers Roberto Lopes s'apprête à disputer sa première Coupe d'Afrique des nations avec le Cap-Vert. Une aventure née il y a un peu plus de cinq ans d'une blague finalement devenue réalité... grâce à LinkedIn.

", - "content": "Le défenseur central du club irlandais des Shamrock Rovers Roberto Lopes s'apprête à disputer sa première Coupe d'Afrique des nations avec le Cap-Vert. Une aventure née il y a un peu plus de cinq ans d'une blague finalement devenue réalité... grâce à LinkedIn.

", + "title": "PRONOS PARIS RMC Le nul du jour du 2 janvier – Liga - Espagne", + "description": "Notre pronostic : match nul entre Majorque et Barcelone (3.35)

", + "content": "Notre pronostic : match nul entre Majorque et Barcelone (3.35)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-blague-linked-in-puis-selection-avec-le-cap-vert-la-belle-histoire-de-roberto-lopes_AV-202112300173.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-2-janvier-liga-espagne_AN-202201010136.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:02:00 GMT", - "enclosure": "https://images.bfmtv.com/2jfZgXhQT4vLU0xQIYcuNU9gXKk=/0x128:2048x1280/800x0/images/Roberto-Lopes-le-defenseur-central-des-Shamrock-Rovers-1201440.jpg", + "pubDate": "Sat, 01 Jan 2022 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/Q3C06DrIeENltzdAQx-P51LhExE=/0x104:1984x1220/800x0/images/Xavi-1202390.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2jfZgXhQT4vLU0xQIYcuNU9gXKk=/0x128:2048x1280/800x0/images/Roberto-Lopes-le-defenseur-central-des-Shamrock-Rovers-1201440.jpg", + "image": "https://images.bfmtv.com/Q3C06DrIeENltzdAQx-P51LhExE=/0x104:1984x1220/800x0/images/Xavi-1202390.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24699,20 +25777,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "742ca5c15fc20079c933efaa6fa9b40a", + "hash": "9cd261393f2c8ee0a8f16361b6735e7e", "highlights": [] }, { - "title": "Les pronos hippiques du vendredi 31 décembre 2021", - "description": "Le Quinté+ du vendredi 31 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du vendredi 31 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "PRONOS PARIS RMC Le pari de folie du 2 janvier – Premier League – Angleterre", + "description": "Notre pronostic : Liverpool s’impose sur la pelouse de Chelsea et les deux équipes marquent (4.10)

", + "content": "Notre pronostic : Liverpool s’impose sur la pelouse de Chelsea et les deux équipes marquent (4.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-vendredi-31-decembre-2021_AN-202112300160.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-2-janvier-premier-league-angleterre_AN-202201010134.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:54:28 GMT", - "enclosure": "https://images.bfmtv.com/Lit38bQb0fjgPYlJ6_-HJWmEWsM=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-vendredi-31-decembre-2021-1201160.jpg", + "pubDate": "Sat, 01 Jan 2022 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/It03CQ5t8oZxX2SUznObUWmE_ks=/0x75:1808x1092/800x0/images/J-Klopp-1202387.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/Lit38bQb0fjgPYlJ6_-HJWmEWsM=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-vendredi-31-decembre-2021-1201160.jpg", + "image": "https://images.bfmtv.com/It03CQ5t8oZxX2SUznObUWmE_ks=/0x75:1808x1092/800x0/images/J-Klopp-1202387.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24721,20 +25799,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a368c660738c2ba04a422b070817bb05", + "hash": "69eedb9735918ca01ef16c9f7733a6c8", "highlights": [] }, { - "title": "Barça: quel bilan pour Dembélé, en fin de contrat cet été?", - "description": "Le bilan sportif d'Ousmane Dembélé au Barça, où son contrat expire au 30 juin 2022, s'avère pour le moins mitigé. En raison de blessures, l'ailier champion du monde français n'a pu disputer que 51% des matchs du club espagnol depuis 2017.

", - "content": "Le bilan sportif d'Ousmane Dembélé au Barça, où son contrat expire au 30 juin 2022, s'avère pour le moins mitigé. En raison de blessures, l'ailier champion du monde français n'a pu disputer que 51% des matchs du club espagnol depuis 2017.

", + "title": "Top 14: après un énorme bras de fer, Clermont bat Toulouse avec un Camille Lopez décisif", + "description": "Clermont a dominé Toulouse (16-13) au terme d'un gros bras de fer et remonte à la sixième place du classement, en Top 14. Deuxième du championnat, le Stade Toulousain repart d'Auvergne avec le point du bonus défensif.

", + "content": "Clermont a dominé Toulouse (16-13) au terme d'un gros bras de fer et remonte à la sixième place du classement, en Top 14. Deuxième du championnat, le Stade Toulousain repart d'Auvergne avec le point du bonus défensif.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-quel-bilan-pour-dembele-en-fin-de-contrat-cet-ete_AV-202112300150.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-clermont-bat-toulouse-avec-un-camille-lopez-decisif_AV-202201010243.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:25:08 GMT", - "enclosure": "https://images.bfmtv.com/e6NVz2lF_Jyw9TOx23kfyUSeFeo=/0x96:1264x807/800x0/images/Ousmane-Dembele-1158851.jpg", + "pubDate": "Sat, 01 Jan 2022 22:54:34 GMT", + "enclosure": "https://images.bfmtv.com/GUZREuEgOGAbCzESzr6an7tKD4k=/0x0:1200x675/800x0/images/Camille-Lopez-1202526.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/e6NVz2lF_Jyw9TOx23kfyUSeFeo=/0x96:1264x807/800x0/images/Ousmane-Dembele-1158851.jpg", + "image": "https://images.bfmtv.com/GUZREuEgOGAbCzESzr6an7tKD4k=/0x0:1200x675/800x0/images/Camille-Lopez-1202526.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24743,20 +25821,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fd3b69eb1d4ab41730eb2cc970e5cf8", + "hash": "893224716b71b1865608c974365b2556", "highlights": [] }, { - "title": "OL: recrutement ambitieux, décisions fortes… la lettre ouverte d’un groupe de supporters au club", - "description": "Dans une lettre ouverte adressée à l’Olympique lyonnais en début de semaine, le collectif \"Olympique lyonnais - Le Groupe\", 116 700 membres à ce jour, demande des changements au club. Et entend qu’il retrouve ses lettres de noblesse par un recrutement ambitieux.

", - "content": "Dans une lettre ouverte adressée à l’Olympique lyonnais en début de semaine, le collectif \"Olympique lyonnais - Le Groupe\", 116 700 membres à ce jour, demande des changements au club. Et entend qu’il retrouve ses lettres de noblesse par un recrutement ambitieux.

", + "title": "Chauvigny-OM: sur quelle chaîne regarder le 16e de finale de Coupe de France des Olympiens", + "description": "L’Olympique de Marseille, amputé d’une partie de son équipe, se déplace à Chauvigny ce dimanche (21h), en 16e de finale de la Coupe de France. \n

", + "content": "L’Olympique de Marseille, amputé d’une partie de son équipe, se déplace à Chauvigny ce dimanche (21h), en 16e de finale de la Coupe de France. \n

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-recrutement-ambitieux-decisions-fortes-la-lettre-ouverte-d-un-groupe-de-supporters-au-club_AV-202112300145.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/chauvigny-om-sur-quelle-chaine-regarder-le-16e-de-finale-de-coupe-de-france-des-olympiens_AV-202201010242.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:16:08 GMT", - "enclosure": "https://images.bfmtv.com/2MRtsyrM4pSQMoyhVJTFkjfJTEg=/0x150:2048x1302/800x0/images/Supporters-Olympique-lyonnais-1201465.jpg", + "pubDate": "Sat, 01 Jan 2022 22:54:25 GMT", + "enclosure": "https://images.bfmtv.com/8VIwulXB_qVQ-TBI84Wj3mMZW8I=/0x123:1200x798/800x0/images/Jorge-Sampaoli-1184249.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/2MRtsyrM4pSQMoyhVJTFkjfJTEg=/0x150:2048x1302/800x0/images/Supporters-Olympique-lyonnais-1201465.jpg", + "image": "https://images.bfmtv.com/8VIwulXB_qVQ-TBI84Wj3mMZW8I=/0x123:1200x798/800x0/images/Jorge-Sampaoli-1184249.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24765,20 +25843,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "423fea7e137ddff24be4b7af6752347e", + "hash": "6f7ba916c63593fbded55fae1d0ad427", "highlights": [] }, { - "title": "Ligue 1: départ surprise de Laurent Batlles, qui n'est plus l'entraîneur de Troyes", - "description": "Arrivé en juin 2019, Laurent Batlles quitte officiellement l’ESTAC. Via un communiqué, Troyes, actuellement 15e de Ligue 1, annonce avoir trouvé un accord avec l’ancien milieu de terrain pour mettre fin son aventure sur le banc troyen.

", - "content": "Arrivé en juin 2019, Laurent Batlles quitte officiellement l’ESTAC. Via un communiqué, Troyes, actuellement 15e de Ligue 1, annonce avoir trouvé un accord avec l’ancien milieu de terrain pour mettre fin son aventure sur le banc troyen.

", + "title": "Mercato: Troyes a choisi Irles pour succéder à Batlles", + "description": "L'entraîneur de Quevilly-Rouen Bruno Irles devrait succéder à Laurent Batlles sur le banc de l'ESTAC. Plus rien ou presque ne s'oppose désormais à son transfert à Troyes.

", + "content": "L'entraîneur de Quevilly-Rouen Bruno Irles devrait succéder à Laurent Batlles sur le banc de l'ESTAC. Plus rien ou presque ne s'oppose désormais à son transfert à Troyes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-depart-surprise-de-laurent-batlles-qui-n-est-plus-l-entraineur-de-troyes_AV-202112300144.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-troyes-a-choisi-irles-pour-succeder-a-batlles_AV-202201010231.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:15:35 GMT", - "enclosure": "https://images.bfmtv.com/WAdW7g0P9YKZleGbKQ1MM8ycWOM=/0x0:768x432/800x0/images/L-entraineur-de-Troyes-Laurent-Batlles-lors-d-un-match-de-Ligue-2-a-domicile-contre-Dunkerque-le-8-mai-2021-1073657.jpg", + "pubDate": "Sat, 01 Jan 2022 22:06:19 GMT", + "enclosure": "https://images.bfmtv.com/qVpKG1CkJGPYXcBzJbZ-kaUZt1o=/0x0:1200x675/800x0/images/Bruno-Irles-1202515.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/WAdW7g0P9YKZleGbKQ1MM8ycWOM=/0x0:768x432/800x0/images/L-entraineur-de-Troyes-Laurent-Batlles-lors-d-un-match-de-Ligue-2-a-domicile-contre-Dunkerque-le-8-mai-2021-1073657.jpg", + "image": "https://images.bfmtv.com/qVpKG1CkJGPYXcBzJbZ-kaUZt1o=/0x0:1200x675/800x0/images/Bruno-Irles-1202515.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24787,20 +25865,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "22af5b7df3da9fdfc4667381e42bcdf6", + "hash": "8323af6ee06b4f9d08999781a769a72e", "highlights": [] }, { - "title": "Liga: trois nouveaux positifs au Covid-19 au Barça, c'est l'hécatombe avec... 18 joueurs absents!", - "description": "C’est avec un effectif totalement amoindri que le FC Barcelone doit affronter Majorque ce dimanche en Liga. Le club a annoncé sur les réseaux sociaux les absences de Sergino Dest, Philippe Coutinho et Ez Abde, tous les trois positifs au Covid-19. Des noms qui s'ajoutent à une liste déjà très longue.

", - "content": "C’est avec un effectif totalement amoindri que le FC Barcelone doit affronter Majorque ce dimanche en Liga. Le club a annoncé sur les réseaux sociaux les absences de Sergino Dest, Philippe Coutinho et Ez Abde, tous les trois positifs au Covid-19. Des noms qui s'ajoutent à une liste déjà très longue.

", + "title": "Clermont-Toulouse en direct: l'ASM s'impose sur le fil et intègre le top 6", + "description": "Pour la nouvelle année, Clermont s’offre Toulouse 16 à 13 et revient dans le top 6 du championnat.

", + "content": "Pour la nouvelle année, Clermont s’offre Toulouse 16 à 13 et revient dans le top 6 du championnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-trois-nouveaux-positifs-au-covid-19-au-barca-c-est-l-hecatombe-avec-18-joueurs-absents_AV-202112300133.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-suivez-clermont-toulouse-en-direct_LS-202201010198.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:00:36 GMT", - "enclosure": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", + "pubDate": "Sat, 01 Jan 2022 18:31:13 GMT", + "enclosure": "https://images.bfmtv.com/FmgufRC5ZEbqcspZf5gWLk8lDOI=/0x187:2048x1339/800x0/images/Tiberghien-lors-du-match-de-Top-14-entre-Clermont-et-Toulouse-1202506.jpg", "enclosureType": "image/jpg", - "image": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", + "image": "https://images.bfmtv.com/FmgufRC5ZEbqcspZf5gWLk8lDOI=/0x187:2048x1339/800x0/images/Tiberghien-lors-du-match-de-Top-14-entre-Clermont-et-Toulouse-1202506.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24809,20 +25887,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "273476f6dfdf4d89d13e1d4b5e551309", + "hash": "489e9b29830731b9354ba7e66f8c38ec", "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: Griezmann également positif, hécatombe en Espagne", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "Dakar: le Quai d’Orsay appelle à la vigilance face à la \"menace terroriste\" en Arabie saoudite", + "description": "Le ministère de l'Europe et des Affaires étrangères a réagi ce samedi à l’explosion intervenue jeudi en marge du Dakar et aux blessures d’un pilote engagé sur la course disputée en Arabie saoudite. Le Quai d’Orsay appelle les citoyens français à la vigilance face au risque terroriste dans le pays du Golfe.

", + "content": "Le ministère de l'Europe et des Affaires étrangères a réagi ce samedi à l’explosion intervenue jeudi en marge du Dakar et aux blessures d’un pilote engagé sur la course disputée en Arabie saoudite. Le Quai d’Orsay appelle les citoyens français à la vigilance face au risque terroriste dans le pays du Golfe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-le-quai-d-orsay-appelle-a-la-vigilance-face-a-la-menace-terroriste-en-arabie-saoudite_AV-202201010227.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", - "enclosure": "https://images.bfmtv.com/eJfrE-9cAn9SwAkfiNkQkReHjHQ=/0x0:1200x675/800x0/images/Antoine-Griezmann-1188321.jpg", + "pubDate": "Sat, 01 Jan 2022 21:51:05 GMT", + "enclosure": "https://images.bfmtv.com/Zkdv3nDgfbGzU9DuaWp8pAQoARg=/6x0:2022x1134/800x0/images/Une-explosion-en-marge-du-Dakar-2022-en-Arabie-saoudite-1202512.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/Zkdv3nDgfbGzU9DuaWp8pAQoARg=/6x0:2022x1134/800x0/images/Une-explosion-en-marge-du-Dakar-2022-en-Arabie-saoudite-1202512.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24831,20 +25909,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7592d251afdd1dbbd0e68b7f0831df21", + "hash": "7324f923ca418dcf8fc77e71d65ad29a", "highlights": [] }, { - "title": "Manchester City: Shearer pas tendre avec Grealish, qu’il juge trop frileux dans le jeu", - "description": "Une nouvelle fois quelconque avec Manchester City malgré 90 minutes passées sur le terrain face à Brentford, mercredi soir (0-1), Jack Grealish a été critiqué pour son manque d’ambition dans le jeu par Alan Shearer. Le consultant Prime Video a exhorté le meneur anglais à prendre plus de risques offensifs.

", - "content": "Une nouvelle fois quelconque avec Manchester City malgré 90 minutes passées sur le terrain face à Brentford, mercredi soir (0-1), Jack Grealish a été critiqué pour son manque d’ambition dans le jeu par Alan Shearer. Le consultant Prime Video a exhorté le meneur anglais à prendre plus de risques offensifs.

", + "title": "PSG Handball: ouverture d’une enquête après la violente agression de Prandi", + "description": "La Préfecture de police de Paris a ouvert une enquête ce samedi après la violente agression dont a été victime Elohim Prandi lors du réveillon du 31 décembre.

", + "content": "La Préfecture de police de Paris a ouvert une enquête ce samedi après la violente agression dont a été victime Elohim Prandi lors du réveillon du 31 décembre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-shearer-pas-tendre-avec-grealish-qu-il-juge-trop-frileux-dans-le-jeu_AV-202112300126.html", + "link": "https://rmcsport.bfmtv.com/handball/psg-handball-ouverture-d-une-enquete-apres-la-violente-agression-de-prandi_AV-202201010225.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:30:31 GMT", - "enclosure": "https://images.bfmtv.com/Lay0pCZAxXwVemqUiwYVA9gDHzg=/0x112:2048x1264/800x0/images/Jack-Grealish-1201441.jpg", + "pubDate": "Sat, 01 Jan 2022 21:24:01 GMT", + "enclosure": "https://images.bfmtv.com/rMhCLt_P3kG6OZc8gjmFSAuECss=/0x71:2048x1223/800x0/images/Elohim-Prandi-avec-le-PSG-Handball-1202507.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/rMhCLt_P3kG6OZc8gjmFSAuECss=/0x71:2048x1223/800x0/images/Elohim-Prandi-avec-le-PSG-Handball-1202507.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24853,20 +25931,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "684e8574077e1f51407b65d152313529", + "hash": "a92c82d47b678f5a11658810a60db565", "highlights": [] }, { - "title": "Mercato en direct: la presse catalane annonce un accord de principe entre Dembélé et la Juve", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Mercato en direct: Irles va remplacer Batlles à Troyes", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", - "enclosure": "https://images.bfmtv.com/-nIJ64YiA861PaDr_ti_SH-tkZI=/0x27:2048x1179/800x0/images/Ousmane-DEMBELE-1181396.jpg", + "enclosure": "https://images.bfmtv.com/Qdp_qAN4yva42to2_3OfoZqDGq8=/2x50:2018x1184/800x0/images/Bruno-Irles-sur-le-banc-de-Quevilly-Rouen-1202511.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/Qdp_qAN4yva42to2_3OfoZqDGq8=/2x50:2018x1184/800x0/images/Bruno-Irles-sur-le-banc-de-Quevilly-Rouen-1202511.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24875,20 +25953,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d90a7ae10a42b2ad79114d16c2c10fe2", + "hash": "af86c93b9d66c0ff8f46428437837089", "highlights": [] }, { - "title": "Manchester City: malgré l'avance en tête du classement, Guardiola calme l'emballement", - "description": "Vainqueur mercredi soir à Brentford (0-1), tandis que les Blues de Chelsea marquaient le pas contre Brighton (1-1), Manchester City a pris le large en tête de la Premier League avec huit points d'avance. Mais pour Pep Guardiola, le titre est encore loin d'être gagné.

", - "content": "Vainqueur mercredi soir à Brentford (0-1), tandis que les Blues de Chelsea marquaient le pas contre Brighton (1-1), Manchester City a pris le large en tête de la Premier League avec huit points d'avance. Mais pour Pep Guardiola, le titre est encore loin d'être gagné.

", + "title": "Can 2022: un investissement colossal pour le Cameroun", + "description": "La Cameroun accueillera la Coupe d'Afrique des nations du 9 janvier au 6 février prochains. Reportée à deux reprises, la compétition continentale suscite une vive attente dans le pays, qui n'a pas lésiné sur les investissements pour réussir l'organisation.

", + "content": "La Cameroun accueillera la Coupe d'Afrique des nations du 9 janvier au 6 février prochains. Reportée à deux reprises, la compétition continentale suscite une vive attente dans le pays, qui n'a pas lésiné sur les investissements pour réussir l'organisation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-malgre-l-avance-en-tete-du-classement-guardiola-calme-l-emballement_AV-202112300114.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-un-investissement-colossal-pour-le-cameroun_AV-202201010222.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 09:58:17 GMT", - "enclosure": "https://images.bfmtv.com/nSQwrnJsS2tFXkqOTmSY2gTM1xM=/0x119:2048x1271/800x0/images/Foden-1201304.jpg", + "pubDate": "Sat, 01 Jan 2022 20:37:22 GMT", + "enclosure": "https://images.bfmtv.com/I7i2Rnt4SWqyj4wzlWaar6HKCwY=/0x65:2048x1217/800x0/images/Le-stade-omnisport-Paul-Biya-d-Olembe-au-Cameroun-1202484.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/I7i2Rnt4SWqyj4wzlWaar6HKCwY=/0x65:2048x1217/800x0/images/Le-stade-omnisport-Paul-Biya-d-Olembe-au-Cameroun-1202484.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24897,20 +25975,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "51cb83133ed1c503558c1863ef1660c6", + "hash": "44f01cc7408e9aaca6d67addf3414d64", "highlights": [] }, { - "title": "Mercato: Morata serait en contact avec le Barça (mais l'opération est compliquée)", - "description": "L’attaquant de la Juventus Alvaro Morata serait en contact avec le FC Barcelone, selon la presse espagnole. Après le Real Madrid et l’Atlético, l’attaquant de la Roja pourrait rejoindre son troisième grand club en Liga.

", - "content": "L’attaquant de la Juventus Alvaro Morata serait en contact avec le FC Barcelone, selon la presse espagnole. Après le Real Madrid et l’Atlético, l’attaquant de la Roja pourrait rejoindre son troisième grand club en Liga.

", + "title": "Coupe de France: les Girondins de Bordeaux à Brest avec sept pros et 13 jeunes", + "description": "Privé de 21 joueurs à cause de l'épidémie de Covid-19, Bordeaux a fait appel à ses jeunes pour disputer son 16e de finale de Coupe de France à Brest, ce dimanche (13h45).

", + "content": "Privé de 21 joueurs à cause de l'épidémie de Covid-19, Bordeaux a fait appel à ses jeunes pour disputer son 16e de finale de Coupe de France à Brest, ce dimanche (13h45).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-morata-serait-en-contact-avec-le-barca-mais-l-operation-est-compliquee_AV-202112300101.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-les-girondins-de-bordeaux-a-brest-avec-sept-pros-et-13-jeunes_AV-202201010219.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 09:32:27 GMT", - "enclosure": "https://images.bfmtv.com/0z00ecu55SEyL4CNi0xzE5DMLCM=/0x212:2048x1364/800x0/images/1201434.jpg", + "pubDate": "Sat, 01 Jan 2022 20:17:13 GMT", + "enclosure": "https://images.bfmtv.com/9ks6DFX53cVvfUMN_Syk_JIzweg=/0x61:1200x736/800x0/images/Girondins-de-Bordeaux-1202494.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/9ks6DFX53cVvfUMN_Syk_JIzweg=/0x61:1200x736/800x0/images/Girondins-de-Bordeaux-1202494.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24919,20 +25997,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1af529ec118a5712b58d4b6b6e2da5e1", + "hash": "1647ca98428c1faa4b8b062d165bca65", "highlights": [] }, { - "title": "Arsenal: Ramsdale raconte comment il a gagné 20 euros en plein match contre Leeds", - "description": "Le gardien d’Arsenal Aaron Ramsdale révèle avoir gardé les pièces de monnaie que les fans de Leeds lui ont jeté le 18 décembre. Le butin total s'élève à 17 livres sterling, soit près de 20 euros.

", - "content": "Le gardien d’Arsenal Aaron Ramsdale révèle avoir gardé les pièces de monnaie que les fans de Leeds lui ont jeté le 18 décembre. Le butin total s'élève à 17 livres sterling, soit près de 20 euros.

", + "title": "PSG: quatre joueurs positifs au Covid-19 pour la reprise", + "description": "Le PSG a communiqué ce samedi un premier point médical à l'issue des tests Covid réalisés au sein du club. Quatre joueurs de l'équipe et un membre du staff ont été testés positifs et placés en isolement.

", + "content": "Le PSG a communiqué ce samedi un premier point médical à l'issue des tests Covid réalisés au sein du club. Quatre joueurs de l'équipe et un membre du staff ont été testés positifs et placés en isolement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-ramsdale-raconte-comment-il-a-gagne-20-euros-en-plein-match-contre-leeds_AV-202112300085.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-quatre-joueurs-positifs-au-covid-19-pour-la-reprise_AV-202201010220.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 08:47:03 GMT", - "enclosure": "https://images.bfmtv.com/PgHt7T4NoM89rqHQt7M_naofyao=/7x111:2039x1254/800x0/images/1201413.jpg", + "pubDate": "Sat, 01 Jan 2022 20:16:00 GMT", + "enclosure": "https://images.bfmtv.com/2l3-lBQ9Y_V3KkfKoMoVp1RWLaU=/0x0:2048x1152/800x0/images/Les-joueurs-du-PSG-pendant-un-match-1202505.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/2l3-lBQ9Y_V3KkfKoMoVp1RWLaU=/0x0:2048x1152/800x0/images/Les-joueurs-du-PSG-pendant-un-match-1202505.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24941,20 +26019,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "be25847976386a1784ed812b54ddace7", + "hash": "1eb2d695c9d9fc4fd0fdbb337455ba2f", "highlights": [] }, { - "title": "Barça: \"Sommet raté\", \"Plus dedans que dehors\", la presse espagnole ne croit plus à la prolongation de Dembélé", - "description": "En fin de contrat en juin prochain, Ousmane Dembélé (24 ans) semblait proche de trouver un accord pour étendre son bail avec le Barça. Mais les négociations entre les deux parties sont aujourd’hui au point mort, un revirement de situation qui fait largement parler en Espagne.

", - "content": "En fin de contrat en juin prochain, Ousmane Dembélé (24 ans) semblait proche de trouver un accord pour étendre son bail avec le Barça. Mais les négociations entre les deux parties sont aujourd’hui au point mort, un revirement de situation qui fait largement parler en Espagne.

", + "title": "Crystal Palace-West Ham: le but incroyable de Lanzini offre le derby et le top 5 aux Hammers", + "description": "West Ham s’est largement imposé sur le terrain de Crystal Palace (3-2) ce samedi lors de la 21e journée de Premier League. Un but de Michail Antonio puis un doublé de Manuel Lanzini ont permis aux Hammers de réintégrer le top 5 du championnat.

", + "content": "West Ham s’est largement imposé sur le terrain de Crystal Palace (3-2) ce samedi lors de la 21e journée de Premier League. Un but de Michail Antonio puis un doublé de Manuel Lanzini ont permis aux Hammers de réintégrer le top 5 du championnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-sommet-rate-plus-dedans-que-dehors-la-presse-espagnole-ne-croit-plus-a-la-prolongation-de-dembele_AV-202112300076.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/crystal-palace-west-ham-le-but-incroyable-de-lanzini-offre-le-derby-et-le-top-5-aux-hammers_AV-202201010218.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 08:07:56 GMT", - "enclosure": "https://images.bfmtv.com/-nIJ64YiA861PaDr_ti_SH-tkZI=/0x27:2048x1179/800x0/images/Ousmane-DEMBELE-1181396.jpg", + "pubDate": "Sat, 01 Jan 2022 20:07:46 GMT", + "enclosure": "https://images.bfmtv.com/XjfLwXDxJNZOe5og1aNxQQvU5NU=/0x42:1440x852/800x0/images/Manuel-Lanzini-celebre-par-ses-coequipiers-de-West-Ham-1202498.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/XjfLwXDxJNZOe5og1aNxQQvU5NU=/0x42:1440x852/800x0/images/Manuel-Lanzini-celebre-par-ses-coequipiers-de-West-Ham-1202498.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24963,20 +26041,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b982c98823191832c40c37599e1df6fa", + "hash": "846cb0cc115ccd2dff81c54a8a673bd8", "highlights": [] }, { - "title": "Football: la Chine interdit les tatouages aux joueurs de la sélection", - "description": "Le ministère chinois des Sports a interdit les tatouages aux footballeurs de la sélection nationale et prié ceux qui en ont de les \"enlever\", au moment où le pouvoir communiste entend mettre un frein aux tendances jugées vulgaires.

", - "content": "Le ministère chinois des Sports a interdit les tatouages aux footballeurs de la sélection nationale et prié ceux qui en ont de les \"enlever\", au moment où le pouvoir communiste entend mettre un frein aux tendances jugées vulgaires.

", + "title": "Le sport face au coronavirus en direct: le PSG annonce plusieurs cas positifs pour la reprise", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/la-chine-interdit-les-tatouages-a-ses-footballeurs_AN-202112300055.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 07:12:59 GMT", - "enclosure": "https://images.bfmtv.com/jfBD8sn5VkD3WbnRtEHo3DYCty8=/0x58:2048x1210/800x0/images/Les-joueurs-de-la-selection-nationale-chinoise-ont-desormais-interdiction-d-etre-tatoues-1201382.jpg", + "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", + "enclosure": "https://images.bfmtv.com/y2axQLQVuVYsWcHQfUkwm-gKqNo=/0x0:2048x1152/800x0/images/Les-joueurs-du-PSG-avant-un-match-1202499.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/y2axQLQVuVYsWcHQfUkwm-gKqNo=/0x0:2048x1152/800x0/images/Les-joueurs-du-PSG-avant-un-match-1202499.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -24985,20 +26063,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24d3b96795664b894add590a77f69b84", + "hash": "5c93c9d4b9b473af1167688f4e11ffd4", "highlights": [] }, { - "title": "CAN en direct: Haller demande plus de respect pour le foot africain", - "description": "La Coupe d'Afrique des nations débute le 9 janvier prochain au Cameroun. Ne manquez rien de toutes les infos relatives à la CAN 2022 sur RMC Sport.

", - "content": "La Coupe d'Afrique des nations débute le 9 janvier prochain au Cameroun. Ne manquez rien de toutes les infos relatives à la CAN 2022 sur RMC Sport.

", + "title": "\"On ne peut pas exclure un acte de malveillance\", admet le directeur du Dakar sur l'explosion d'un véhicule qui a blessé un pilote", + "description": "Le directeur du Dakar, David Castera, est revenu au micro de France 4 sur l'explosion d'un véhicule qui a sérieusement blessé un pilote jeudi, avant le départ de l'épreuve ce samedi. En assurant que les mesures de sécurité avaient été renforcées et que l'Arabie Saoudite menait une enquête poussée.

", + "content": "Le directeur du Dakar, David Castera, est revenu au micro de France 4 sur l'explosion d'un véhicule qui a sérieusement blessé un pilote jeudi, avant le départ de l'épreuve ce samedi. En assurant que les mesures de sécurité avaient été renforcées et que l'Arabie Saoudite menait une enquête poussée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-haller-demande-plus-de-respect-pour-le-foot-africain_LN-202112300043.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/on-ne-peut-pas-exclure-un-acte-de-malveillance-admet-le-directeur-du-dakar-sur-l-explosion-d-un-vehicule-qui-a-blesse-un-pilote_AN-202201010215.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 06:43:42 GMT", - "enclosure": "https://images.bfmtv.com/X5Hz6IFlu5dc5uDtgylnVx3zPy0=/0x106:2048x1258/800x0/images/CAN-1194469.jpg", + "pubDate": "Sat, 01 Jan 2022 19:52:56 GMT", + "enclosure": "https://images.bfmtv.com/n1gbxlGYce4nsk1-yMHefmix7SE=/0x0:2048x1152/800x0/images/David-Castera-directeur-du-Dakar-1202497.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/n1gbxlGYce4nsk1-yMHefmix7SE=/0x0:2048x1152/800x0/images/David-Castera-directeur-du-Dakar-1202497.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25007,20 +26085,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1a2e900be5999c25b02ecabd3a164fd", + "hash": "902d63088eb86a26032721f0f965fdae", "highlights": [] }, { - "title": "OL: Paqueta confirme son test positif au Covid et parle de sa quarantaine à Dubaï", - "description": "Testé positif à la Covid-19 et bloqué à Dubaï, où il s’était rendu en famille pour les fêtes de fin d’année, Lucas Paqueta a donné de ses nouvelles sur ses réseaux sociaux mercredi soir. Le Lyonnais fait partie d’un groupe de sept joueurs positifs au sein de l’effectif rhodanien.

", - "content": "Testé positif à la Covid-19 et bloqué à Dubaï, où il s’était rendu en famille pour les fêtes de fin d’année, Lucas Paqueta a donné de ses nouvelles sur ses réseaux sociaux mercredi soir. Le Lyonnais fait partie d’un groupe de sept joueurs positifs au sein de l’effectif rhodanien.

", + "title": "Mercato: qui est Vanderson, la première recrue hivernale de Monaco", + "description": "L’AS Monaco a confirmé ce samedi la signature du Brésilien Vanderson. Le latéral de 20 ans s’est engagé pour cinq ans avec le club de Ligue 1 moyennant une indemnité de transfert de onze millions d’euros versée à Gremio.

", + "content": "L’AS Monaco a confirmé ce samedi la signature du Brésilien Vanderson. Le latéral de 20 ans s’est engagé pour cinq ans avec le club de Ligue 1 moyennant une indemnité de transfert de onze millions d’euros versée à Gremio.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-paqueta-confirme-son-test-positif-et-parle-de-sa-quarantaine-a-dubai_AV-202112300042.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-qui-est-vanderson-la-premiere-recrue-hivernale-de-monaco_AV-202201010212.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 06:40:38 GMT", - "enclosure": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.jpg", + "pubDate": "Sat, 01 Jan 2022 19:16:33 GMT", + "enclosure": "https://images.bfmtv.com/wNA3RObD54qlRHpJE1pdn0q2WWU=/0x0:2048x1152/800x0/images/Le-Bresilien-Vanderson-a-droite-avec-Gremio-1192493.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/wNA3RObD54qlRHpJE1pdn0q2WWU=/0x0:2048x1152/800x0/images/Le-Bresilien-Vanderson-a-droite-avec-Gremio-1192493.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25029,20 +26107,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0361234cabbdbd2a0026cc2d4ae783b5", + "hash": "5b91b6bd692da5e8666e3f48b34cb14c", "highlights": [] }, { - "title": "Ligue 1 en direct: Bordeaux ne décolère pas envers la FFF", - "description": "La Ligue 1 fait une pause pendant les fêtes de fin d'année, mais l'actu ne s'arrête pas. Suivez en live toute les infos des clubs français sur RMC Sport.

", - "content": "La Ligue 1 fait une pause pendant les fêtes de fin d'année, mais l'actu ne s'arrête pas. Suivez en live toute les infos des clubs français sur RMC Sport.

", + "title": "Real Madrid: Ancelotti s’exprime sur les possibles transferts de Mbappé et Haaland", + "description": "Carlo Ancelotti, l’entraîneur du Real Madrid, a tenu une conférence de presse à la veille d’un déplacement à Getafe (dimanche à 14h). L’ancien coach du PSG n’a pu échapper à la traditionnelle question sur Kylian Mbappé, dont l’avenir pourrait s’écrire chez les Merengue.

", + "content": "Carlo Ancelotti, l’entraîneur du Real Madrid, a tenu une conférence de presse à la veille d’un déplacement à Getafe (dimanche à 14h). L’ancien coach du PSG n’a pu échapper à la traditionnelle question sur Kylian Mbappé, dont l’avenir pourrait s’écrire chez les Merengue.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-bordeaux-ne-decolere-pas-envers-la-fff_LN-202112300036.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-ancelotti-s-exprime-sur-les-possibles-transferts-de-mbappe-et-haaland_AV-202201010206.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 06:33:28 GMT", - "enclosure": "https://images.bfmtv.com/O-Yqjc9X3deqvgnc0r7iQZR6Q4k=/223x315:2015x1323/800x0/images/Girondins-de-Bordeaux-1192739.jpg", + "pubDate": "Sat, 01 Jan 2022 18:55:45 GMT", + "enclosure": "https://images.bfmtv.com/9Od5--8Dx83AvSQ6wPUIiLmbwQ0=/0x0:1200x675/800x0/images/Carlo-Ancelotti-1202477.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/9Od5--8Dx83AvSQ6wPUIiLmbwQ0=/0x0:1200x675/800x0/images/Carlo-Ancelotti-1202477.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25051,20 +26129,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e85b8ac917d90c6172f354d46814a0c", + "hash": "58f8f3e07eece8fbebdb8d398ee50ba3", "highlights": [] }, { - "title": "Premier League: après le nul de Chelsea, Tuchel peste contre l’impossibilité de jouer le titre avec ses cas de Covid", - "description": "Mécontent suite au nul de Chelsea contre Brighton, mercredi (1-1), Thomas Tuchel s’est emporté contre le calendrier intense imposé à ses joueurs dans une période où les cas de Covid-19 se multiplient dans tous les effectifs anglais.

", - "content": "Mécontent suite au nul de Chelsea contre Brighton, mercredi (1-1), Thomas Tuchel s’est emporté contre le calendrier intense imposé à ses joueurs dans une période où les cas de Covid-19 se multiplient dans tous les effectifs anglais.

", + "title": "PSG Handball: Prandi victime d'une violente agression et de plusieurs coups de couteau", + "description": "L'arrière gauche du PSG handball Elohim Prandi a été victime d’une violente agression la nuit dernière à Paris, et a été hospitalisé. Une enquête est actuellement en cours.

", + "content": "L'arrière gauche du PSG handball Elohim Prandi a été victime d’une violente agression la nuit dernière à Paris, et a été hospitalisé. Une enquête est actuellement en cours.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-apres-le-nul-de-chelsea-tuchel-rale-sur-le-calendrier-et-l-impossibilite-de-lutter-pour-le-titre-avec-ses-nombreux-cas-de-covid_AV-202112300013.html", + "link": "https://rmcsport.bfmtv.com/handball/psg-handball-prandi-victime-d-une-violente-agression-et-de-plusieurs-coups-de-couteaux_AN-202201010197.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:30:27 GMT", - "enclosure": "https://images.bfmtv.com/Ik7V8lkRJ9e0-OWJEFAkK4xNdLc=/5x39:1941x1128/800x0/images/Thomas-Tuchel-1195105.jpg", + "pubDate": "Sat, 01 Jan 2022 18:20:28 GMT", + "enclosure": "https://images.bfmtv.com/rB0CZ6T00UiY2S-nCzX0hsJMv8s=/14x32:2046x1175/800x0/images/Elohim-Prandi-1202470.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/rB0CZ6T00UiY2S-nCzX0hsJMv8s=/14x32:2046x1175/800x0/images/Elohim-Prandi-1202470.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25073,20 +26151,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "068f7884de82b993a10588c715c0419d", + "hash": "060d31f50e8374db5bf94e9feb113055", "highlights": [] }, { - "title": "Société commerciale de la LFP: les quatre fonds encore en lice", - "description": "Selon Les Echos, la LFP a retenu quatre fonds pour investir dans sa future société commerciale. La société britannique CVC, qui a déjà conclu un accord avec la Liga, fait partie des candidats.

", - "content": "Selon Les Echos, la LFP a retenu quatre fonds pour investir dans sa future société commerciale. La société britannique CVC, qui a déjà conclu un accord avec la Liga, fait partie des candidats.

", + "title": "Dakar: un pilote sérieusement blessé dans l'explosion d'un véhicule", + "description": "Le directeur du Dakar, David Castera, a annoncé ce samedi qu'un pilote a été touché au mollet dans l'explosion d'un véhicule d'assistance de son équipe, Sodicars, survenue jeudi, avant le départ de l'édition 2022.

", + "content": "Le directeur du Dakar, David Castera, a annoncé ce samedi qu'un pilote a été touché au mollet dans l'explosion d'un véhicule d'assistance de son équipe, Sodicars, survenue jeudi, avant le départ de l'édition 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/societe-commerciale-de-la-lfp-les-quatre-fonds-encore-en-lice_AV-202112290388.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-un-pilote-serieusement-blesse-par-un-engin-explosif_AN-202201010193.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 23:48:52 GMT", - "enclosure": "https://images.bfmtv.com/6OZHAEVFfDPJD8ezN3j3o0E4CzE=/0x32:768x464/800x0/images/Lentree-des-locaux-de-la-ligue-de-football-professionnel-LFP-a-Paris-le-1er-fevrier-2021-990501.jpg", + "pubDate": "Sat, 01 Jan 2022 18:05:59 GMT", + "enclosure": "https://images.bfmtv.com/O4LDFE9ir1kOu0Btm2M6RfTCXBE=/0x4:2048x1156/800x0/images/Philippe-Boutron-lors-du-Dakar-2009-1202458.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/O4LDFE9ir1kOu0Btm2M6RfTCXBE=/0x4:2048x1156/800x0/images/Philippe-Boutron-lors-du-Dakar-2009-1202458.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25095,20 +26173,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "665f14c4ecccdace6150c2a8426d3544", + "hash": "e6623f0b09d1301db00e540f939dbd1b", "highlights": [] }, { - "title": "Mercato: \"déprimé\", Bahebeck a rompu son contrat avec le Partizan Belgrade", - "description": "L’attaquant français Jean-Christophe Bahebeck n’est plus sous contrat avec le Partizan Belgrade. Selon son ancien dirigeant, Milos Vazura, il souffrirait de dépression et ne souhaitait plus revenir en Serbie.

", - "content": "L’attaquant français Jean-Christophe Bahebeck n’est plus sous contrat avec le Partizan Belgrade. Selon son ancien dirigeant, Milos Vazura, il souffrirait de dépression et ne souhaitait plus revenir en Serbie.

", + "title": "Watford-Tottenham: les Spurs arrachent un précieux succès dans les dernières minutes", + "description": "Les Spurs l'ont emporté (1-0) de justesse sur la pelouse de Watford grâce à un but tardif de Davinson Sanchez, inscrit à la toute fin du temps additionnel samedi, en Premier League.

", + "content": "Les Spurs l'ont emporté (1-0) de justesse sur la pelouse de Watford grâce à un but tardif de Davinson Sanchez, inscrit à la toute fin du temps additionnel samedi, en Premier League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-deprime-bahebeck-a-rompu-son-contrat-avec-le-partizan-belgrade_AV-202112290385.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/watford-tottenham-les-spurs-arrachent-un-precieux-succes-dans-les-dernieres-minutes_AV-202201010189.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 23:14:25 GMT", - "enclosure": "https://images.bfmtv.com/yP0zRT3_ygI2zg6eMmHgi0aRdpI=/0x28:2048x1180/800x0/images/Jean-Christophe-BAHEBECK-1201314.jpg", + "pubDate": "Sat, 01 Jan 2022 17:46:08 GMT", + "enclosure": "https://images.bfmtv.com/7MxUdWv8B-jJ6QXgG4UhHTh0jps=/0x0:1200x675/800x0/images/Davinson-Sanchez-1202456.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/7MxUdWv8B-jJ6QXgG4UhHTh0jps=/0x0:1200x675/800x0/images/Davinson-Sanchez-1202456.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25117,20 +26195,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6e38e0ba58507f3e10cbcd5e3fd9b54", + "hash": "41c0d55d271aad2bc4ee2e00b120c397", "highlights": [] }, { - "title": "Mercato: Martial, Ziyech… les pistes du Barça pour remplacer Dembélé", - "description": "Les négociations avec Ousmane Dembélé pour une prolongation du contrat du Français étant au point mort, le Barça commence à anticiper un remplacement potentiel. La liste pour le mercato hivernal comprendrait notamment Anthony Martial.

", - "content": "Les négociations avec Ousmane Dembélé pour une prolongation du contrat du Français étant au point mort, le Barça commence à anticiper un remplacement potentiel. La liste pour le mercato hivernal comprendrait notamment Anthony Martial.

", + "title": "PSG: Kurzawa et Draxler de retour à l'entraînement collectif", + "description": "Mauricio Pochettino a bénéficié des retours de Layvin Kurzawa et Julian Draxler ce samedi lors du premier entraînement de l’année 2022 du PSG. Blessés avant la trêve, le latéral gauche et le milieu offensif allemand ont repris avec l’entraînement collectif à deux jours du 16e de finale de Coupe de France à Vannes.

", + "content": "Mauricio Pochettino a bénéficié des retours de Layvin Kurzawa et Julian Draxler ce samedi lors du premier entraînement de l’année 2022 du PSG. Blessés avant la trêve, le latéral gauche et le milieu offensif allemand ont repris avec l’entraînement collectif à deux jours du 16e de finale de Coupe de France à Vannes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-martial-ziyech-les-pistes-du-barca-pour-remplacer-dembele_AV-202112290383.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-kurzawa-et-draxler-de-retour-a-l-entrainement-collectif_AV-202201010186.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 23:07:31 GMT", - "enclosure": "https://images.bfmtv.com/Gsadc6Y9kpSH8kubxJtxP75QLD4=/0x0:1936x1089/800x0/images/Anthony-Martial-1195120.jpg", + "pubDate": "Sat, 01 Jan 2022 17:29:57 GMT", + "enclosure": "https://images.bfmtv.com/CX1mnJlmFiM6r_AKBVzyqX8nxmA=/14x0:2046x1143/800x0/images/Julian-Draxler-et-Layvin-Kurzawa-lors-d-un-exercice-du-PSG-1202450.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/CX1mnJlmFiM6r_AKBVzyqX8nxmA=/14x0:2046x1143/800x0/images/Julian-Draxler-et-Layvin-Kurzawa-lors-d-un-exercice-du-PSG-1202450.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25139,20 +26217,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1797755040d07214d571fa9f14a3e292", + "hash": "4d6612f5e69757b423d9e6c9d8f92db1", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari extérieur du 30 décembre – Primeira Liga - Portugal", - "description": "Notre pronostic: Braga gagne à Arouca (1.72)

", - "content": "Notre pronostic: Braga gagne à Arouca (1.72)

", + "title": "Arsenal-Manchester City: \"Arsenal était meilleur\", admet Guardiola après une victoire chanceuse", + "description": "Après la victoire 2-1 de Manchester City face à Arsenal, un peu contre le cours du jeu vu la domination des Gunners en première période, Pep Guardiola a reconnu que ses adversaires du jour étaient meilleurs.

", + "content": "Après la victoire 2-1 de Manchester City face à Arsenal, un peu contre le cours du jeu vu la domination des Gunners en première période, Pep Guardiola a reconnu que ses adversaires du jour étaient meilleurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-30-decembre-primeira-liga-portugal_AN-202112290215.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-manchester-city-arsenal-etait-meilleur-admet-guardiola-apres-une-victoire-chanceuse_AV-202201010181.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/k_MOvpapiK74JstfHyX1ndr7nuQ=/0x104:1984x1220/800x0/images/Ricardo-Horta-Braga-1201142.jpg", + "pubDate": "Sat, 01 Jan 2022 17:08:27 GMT", + "enclosure": "https://images.bfmtv.com/4atSHfmFd3OcuZmtQNMs207IbWg=/0x87:2048x1239/800x0/images/Pep-Guardiola-1202439.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/4atSHfmFd3OcuZmtQNMs207IbWg=/0x87:2048x1239/800x0/images/Pep-Guardiola-1202439.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25161,20 +26239,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "86c37dbdf34691b66c3d00f3d825f406", + "hash": "ebe6f2b290a5acda73583817e36c48b5", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le nul du jour du 30 décembre – Primeira Liga - Portugal", - "description": "Notre pronostic: pas de vainqueur entre Paços de Ferreira et Santa Clara (3.00)

", - "content": "Notre pronostic: pas de vainqueur entre Paços de Ferreira et Santa Clara (3.00)

", + "title": "Barça: Xavi \"optimiste\" avant la réunion de la dernière chance avec Dembélé", + "description": "Xavi a confirmé ce samedi qu’il espérait toujours voir Ousmane Dembélé prolonger avec le Barça. Libre en juin prochain, l’ailier français refuse pour le moment la proposition du club catalan mais une ultime réunion est prévue en début de semaine entre la direction blaugrana et son entourage.

", + "content": "Xavi a confirmé ce samedi qu’il espérait toujours voir Ousmane Dembélé prolonger avec le Barça. Libre en juin prochain, l’ailier français refuse pour le moment la proposition du club catalan mais une ultime réunion est prévue en début de semaine entre la direction blaugrana et son entourage.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-30-decembre-primeira-liga-portugal_AN-202112290208.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-xavi-optimiste-avant-la-reunion-de-la-derniere-chance-avec-dembele_AV-202201010172.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/Uesu7WZd-PFbx6mbz8XG6bZoH08=/0x104:2000x1229/800x0/images/Nuno-Santos-Pacos-de-Ferreira-1201140.jpg", + "pubDate": "Sat, 01 Jan 2022 16:36:34 GMT", + "enclosure": "https://images.bfmtv.com/Sp2CWgZQjXpOX1-QYm61QWHBfoM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1202435.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/Sp2CWgZQjXpOX1-QYm61QWHBfoM=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1202435.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25183,20 +26261,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24dcfa5df69be472f7778850c38b7976", + "hash": "b056ca400abcc1215ac4d03a9a273f55", "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari sûr du 30 décembre– Premier League - Angleterre", - "description": "PRONOS PARIS RMC Le pari sûr du 30 décembre– Premier League - Angleterre\nNotre pronostic: Manchester United bat Burnley (1.30)

", - "content": "PRONOS PARIS RMC Le pari sûr du 30 décembre– Premier League - Angleterre\nNotre pronostic: Manchester United bat Burnley (1.30)

", + "title": "Arsenal-Manchester City: Lacazette frustré par \"certaines\" décisions arbitrales", + "description": "L’arbitrage du match Arsenal-Manchester City (1-2) a eu un rôle prépondérant sur l’issue de la rencontre, finalement perdue par les Gunners, réduits à dix en seconde période.

", + "content": "L’arbitrage du match Arsenal-Manchester City (1-2) a eu un rôle prépondérant sur l’issue de la rencontre, finalement perdue par les Gunners, réduits à dix en seconde période.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-30-decembre-premier-league-angleterre_AN-202112290207.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-manchester-city-lacazette-frustre-par-certaines-decisions-arbitrales_AV-202201010163.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/enEcZEm7eMv-ENjeWCgnrikngb4=/0x104:1984x1220/800x0/images/Ralf-Rangnick-Man-Utd-1201137.jpg", + "pubDate": "Sat, 01 Jan 2022 15:58:32 GMT", + "enclosure": "https://images.bfmtv.com/D_HtEMEv4TplVHMmNJvYE2PfdU8=/0x0:1200x675/800x0/images/Alexandre-Lacazette-1202428.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/D_HtEMEv4TplVHMmNJvYE2PfdU8=/0x0:1200x675/800x0/images/Alexandre-Lacazette-1202428.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25205,20 +26283,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb0535ea56a9e2e9691cbcf8f855030c", + "hash": "ea501654b17876a09a3e6be6ed1cb37a", "highlights": [] }, { - "title": "All Star Game: défaite de la sélection française devant 16 000 spectateurs", - "description": "Pour l’un des derniers évènements sportifs avant le retour des jauges sanitaires, le All Star Game de l’Élite de basket a vu 16 000 spectateurs se réunir ce mercredi pour assister à la victoire de la sélection étrangère (111-110).

", - "content": "Pour l’un des derniers évènements sportifs avant le retour des jauges sanitaires, le All Star Game de l’Élite de basket a vu 16 000 spectateurs se réunir ce mercredi pour assister à la victoire de la sélection étrangère (111-110).

", + "title": "Chelsea: \"S'entraîner et ne pas donner d'interviews\", Tuchel insiste sur Lukaku", + "description": "Après les différentes déclarations de Romelu Lukaku, Thomas Tuchel a tenu à donner quelques conseils à son attaquant, afin qu'il puisse s'inscrire sur la durée dans le XI de Chelsea : \"S'entraîner, bien manger, s'entraîner et ne pas donner d'interviews\".

", + "content": "Après les différentes déclarations de Romelu Lukaku, Thomas Tuchel a tenu à donner quelques conseils à son attaquant, afin qu'il puisse s'inscrire sur la durée dans le XI de Chelsea : \"S'entraîner, bien manger, s'entraîner et ne pas donner d'interviews\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/all-star-game-defaite-de-la-selection-francaise-devant-16-000-spectateurs_AV-202112290380.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-s-entrainer-et-ne-pas-donner-d-interviews-tuchel-insiste-sur-lukaku_AV-202201010155.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 22:36:48 GMT", - "enclosure": "https://images.bfmtv.com/m48uH4AEo7GGFQXsk9MQqjLPezY=/0x106:2048x1258/800x0/images/Dylan-Affo-Mama-1201309.jpg", + "pubDate": "Sat, 01 Jan 2022 15:27:59 GMT", + "enclosure": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25227,20 +26305,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "49021b2f0603b5533becea12f6227f6f", + "hash": "5cea75464523d1e58de49572e68afda6", "highlights": [] }, { - "title": "Premier League: Manchester City s'envole en évitant le piège Brentford", - "description": "Manchester City s'est imposé 1-0 face à Brentford, grâce à un but de Phil Foden en première période. Ce résultat permet aux hommes de Pep Guardiola de s'échapper en tête du classement, devant Chelsea et Liverpool.

", - "content": "Manchester City s'est imposé 1-0 face à Brentford, grâce à un but de Phil Foden en première période. Ce résultat permet aux hommes de Pep Guardiola de s'échapper en tête du classement, devant Chelsea et Liverpool.

", + "title": "Chelsea-Liverpool: Klopp absent, en raison d'un test \"supposé positif\" au Covid-19", + "description": "L'entraîneur de Liverpool Jürgen Klopp sera absent du banc face à Chelsea dimanche pour un test suspecté positif comme annonce le club dans un communiqué ce samedi.

", + "content": "L'entraîneur de Liverpool Jürgen Klopp sera absent du banc face à Chelsea dimanche pour un test suspecté positif comme annonce le club dans un communiqué ce samedi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-city-s-envole-en-evitant-le-piege-brentford_AV-202112290375.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-liverpool-klopp-absent-en-raison-d-un-test-suppose-positif-au-covid-19_AV-202201010153.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 22:15:31 GMT", - "enclosure": "https://images.bfmtv.com/nSQwrnJsS2tFXkqOTmSY2gTM1xM=/0x119:2048x1271/800x0/images/Foden-1201304.jpg", + "pubDate": "Sat, 01 Jan 2022 15:24:25 GMT", + "enclosure": "https://images.bfmtv.com/It03CQ5t8oZxX2SUznObUWmE_ks=/0x75:1808x1092/800x0/images/J-Klopp-1202387.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/It03CQ5t8oZxX2SUznObUWmE_ks=/0x75:1808x1092/800x0/images/J-Klopp-1202387.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25249,20 +26327,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "25987869dcbe91a8998e4197a7d47f2e", + "hash": "9bab4f3a641ecfb0e5ce6212653541e5", "highlights": [] }, { - "title": "Mercato: les négociations Barça-Dembélé au point mort, la prolongation en grand danger", - "description": "Les négociations pour une prolongation de contrat entre le Barça et Ousmane Dembélé sont aujourd'hui au point mort. À partir du 1er janvier, le joueur sera libre de se mettre d'accord avec d'autres clubs en vue de la saison prochaine.

", - "content": "Les négociations pour une prolongation de contrat entre le Barça et Ousmane Dembélé sont aujourd'hui au point mort. À partir du 1er janvier, le joueur sera libre de se mettre d'accord avec d'autres clubs en vue de la saison prochaine.

", + "title": "Arsenal-Manchester City: les minutes de folie qui ont fait basculer le choc", + "description": "Auteur d’un bon début de match ce samedi, Arsenal a mené contre Manchester City en ouverture de la 21e journée de Premier. Après quelques instants de flottement et l’égalisation de Riyad Mahrez sur penalty, les Gunners sont passé tout près de reprendre l’avantage avant de finir la rencontre en infériorité numérique et de s’incliner à domicile (1-2).

", + "content": "Auteur d’un bon début de match ce samedi, Arsenal a mené contre Manchester City en ouverture de la 21e journée de Premier. Après quelques instants de flottement et l’égalisation de Riyad Mahrez sur penalty, les Gunners sont passé tout près de reprendre l’avantage avant de finir la rencontre en infériorité numérique et de s’incliner à domicile (1-2).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-les-negociations-barca-dembele-au-point-mort-la-prolongation-en-grand-danger_AV-202112290369.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-manchester-city-les-minutes-de-folies-qui-ont-fait-basculer-le-choc_AV-202201010144.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 22:00:09 GMT", - "enclosure": "https://images.bfmtv.com/axJi9ezY_rogxjZ60R_qwvIz1H4=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1171071.jpg", + "pubDate": "Sat, 01 Jan 2022 14:51:12 GMT", + "enclosure": "https://images.bfmtv.com/UOzTIbdvtxSSJuGR_rzR1zmKdRw=/0x0:2048x1152/800x0/images/Les-joueurs-d-Arsenal-contestent-une-decision-arbitrale-lors-du-choc-contre-Manchester-City-1202397.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/UOzTIbdvtxSSJuGR_rzR1zmKdRw=/0x0:2048x1152/800x0/images/Les-joueurs-d-Arsenal-contestent-une-decision-arbitrale-lors-du-choc-contre-Manchester-City-1202397.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25271,20 +26349,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e687c7a547d8ec9ba8ccae17c9449f6c", + "hash": "67c42bf4c547516051554e254af3c862", "highlights": [] }, { - "title": "Premier League: dans le temps additionnel, Chelsea concède le nul face à Brighton", - "description": "Dans un match comptant pour la 20e journée de Premier League, Chelsea a dû concéder un nul mérité Brighton (1-1), après l’égalisation de Danny Welbeck dans le temps additionnel.\n

", - "content": "Dans un match comptant pour la 20e journée de Premier League, Chelsea a dû concéder un nul mérité Brighton (1-1), après l’égalisation de Danny Welbeck dans le temps additionnel.\n

", + "title": "Mercato en direct: Monaco officialise le départ de Kovac mais pas le nom de son successeur", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-dans-le-temps-additionnel-chelsea-concede-le-nul-face-a-brighton_AV-202112290365.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 21:46:41 GMT", - "enclosure": "https://images.bfmtv.com/EOC1FDJ41vOEXuUUJOtUX1Yd1R4=/0x42:2048x1194/800x0/images/Romelo-Lukaku-1201291.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/NKbHQRnIgnMEp1Eac2jLnt7hf98=/0x0:2048x1152/800x0/images/Niko-Kovac-1017667.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/NKbHQRnIgnMEp1Eac2jLnt7hf98=/0x0:2048x1152/800x0/images/Niko-Kovac-1017667.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25293,20 +26371,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba1660e5389b64562b2732f47e36ce8c", + "hash": "26f7587563fb225c68384158a2e0f4e4", "highlights": [] }, { - "title": "Mercato en direct: les négociations Dembélé-Barça au point mort", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Clermont-Toulouse en direct: un choc pour bien commencer l’année", + "description": "Clermont-Toulouse c’est l’affiche de cette 14e journée de Top 14 ! L’ASM doit engranger un maximum de points pour intégrer le top 6 de ce championnat, coup d’envoi à 21h05 !

", + "content": "Clermont-Toulouse c’est l’affiche de cette 14e journée de Top 14 ! L’ASM doit engranger un maximum de points pour intégrer le top 6 de ce championnat, coup d’envoi à 21h05 !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-27-decembre_LN-202112270035.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-suivez-clermont-toulouse-en-direct_LS-202201010198.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 06:13:36 GMT", - "enclosure": "https://images.bfmtv.com/5tnVjCT5vh_NmCEgxJ6ZIhi1Jsg=/0x39:768x471/800x0/images/L-ailier-francais-du-Barca-Ousmane-Dembele-lors-du-match-de-championnat-espagnol-contre-Elche-au-Camp-Nou-de-Barcelone-le-18-decembre-2021-1201104.jpg", + "pubDate": "Sat, 01 Jan 2022 18:31:13 GMT", + "enclosure": "https://images.bfmtv.com/AllAB8ECuyWRgAuvz-6QkaD2GMs=/0x0:2048x1152/800x0/images/Tani-Vili-Clermont-1188836.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/AllAB8ECuyWRgAuvz-6QkaD2GMs=/0x0:2048x1152/800x0/images/Tani-Vili-Clermont-1188836.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25315,20 +26393,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aea1558f40ce7a362b09481896454bd6", + "hash": "3e5efd3de914061606f92f3161485020", "highlights": [] }, { - "title": "Nice: légende du club, Antoine Bonifaci est mort", - "description": "Ancien footballeur international français, Antoine Bonifaci est mort à l'âge de 90 ans. Il a été le héros de l'OGC Nice, en remportant deux fois de suite le championnat dans les années 50.

", - "content": "Ancien footballeur international français, Antoine Bonifaci est mort à l'âge de 90 ans. Il a été le héros de l'OGC Nice, en remportant deux fois de suite le championnat dans les années 50.

", + "title": "Le sport face au coronavirus en direct: 4 cas de Covid au Bayern, dont Coman et Tolisso", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-legende-du-club-antoine-bonifaci-est-mort_AV-202112290355.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 21:14:18 GMT", - "enclosure": "https://images.bfmtv.com/T9oAuiiwhsgjsEHGprARPT0IoW4=/0x77:2048x1229/800x0/images/Logo-OGC-Nice-1201278.jpg", + "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", + "enclosure": "https://images.bfmtv.com/1FoxpAwS57ZPu_aYJgvaGfsL04c=/0x90:2048x1242/800x0/images/Coman-et-Tolisso-1202454.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/1FoxpAwS57ZPu_aYJgvaGfsL04c=/0x90:2048x1242/800x0/images/Coman-et-Tolisso-1202454.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25337,20 +26415,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "166c789a164ea0e1683d3c0f6b98d736", + "hash": "9a721079cdc9c4927c98738f26171d31", "highlights": [] }, { - "title": "Mercato: c'est officiel pour Paulo Sousa, qui quitte la Pologne pour Flamengo", - "description": "Paulo Sousa s'est officiellement engagé avec Flamengo pour deux saisons, ce mercredi. Il quitte la sélection polonaise en mauvais termes, à quelques semaines des barrages de la Coupe du monde 2022.

", - "content": "Paulo Sousa s'est officiellement engagé avec Flamengo pour deux saisons, ce mercredi. Il quitte la sélection polonaise en mauvais termes, à quelques semaines des barrages de la Coupe du monde 2022.

", + "title": "Premier League: Manchester City renverse Arsenal après un scénario fou", + "description": "Brillants en première période, avant d'être plombés par Granit Xhaka et Gabriel, les Gunners ont été renversés au bout du suspense par Manchester City (2-1), ce samedi, lors de la 21e journée de Premier League. Les Skyblues frappent un grand coup avant le choc Chelsea-Liverpool.

", + "content": "Brillants en première période, avant d'être plombés par Granit Xhaka et Gabriel, les Gunners ont été renversés au bout du suspense par Manchester City (2-1), ce samedi, lors de la 21e journée de Premier League. Les Skyblues frappent un grand coup avant le choc Chelsea-Liverpool.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-c-est-officiel-pour-paulo-sousa-qui-quitte-la-pologne-pour-flamengo_AV-202112290351.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-city-renverse-arsenal-apres-un-scenario-fou_AV-202201010142.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 21:05:36 GMT", - "enclosure": "https://images.bfmtv.com/fyso84EDBwWfIdw8DM0Q9eV8kcE=/0x35:1024x611/800x0/images/-868489.jpg", + "pubDate": "Sat, 01 Jan 2022 14:44:56 GMT", + "enclosure": "https://images.bfmtv.com/9HWBWtXu7jyBELYA8lbNEtMfMTM=/0x212:2048x1364/800x0/images/Arsenal-Manchester-City-1202392.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/9HWBWtXu7jyBELYA8lbNEtMfMTM=/0x212:2048x1364/800x0/images/Arsenal-Manchester-City-1202392.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25359,20 +26437,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "231bcac80ec0ea8c938874dbd33dcc65", + "hash": "b2a0a48c7d56a7a0263d1db5e5186293", "highlights": [] }, { - "title": "Euroligue: Monaco domine le Maccabi et se relance", - "description": "Monaco s'est relancé dans la course aux play-offs d'Euroligue en signant un précieux succès mercredi en Principauté devant le Maccabi Tel-Aviv (82- 76), lors de la 18e journée.

", - "content": "Monaco s'est relancé dans la course aux play-offs d'Euroligue en signant un précieux succès mercredi en Principauté devant le Maccabi Tel-Aviv (82- 76), lors de la 18e journée.

", + "title": "Arsenal-Man City en direct: City s'impose au bout du suspense et met la pression sur Chelsea et Liverpool", + "description": "Pas de repos pour les joueurs de Premier League, qui enchaînent en ce 1er janvier avec un alléchant Arsenal-Manchester City. Une rencontre à suivre sur RMC Sport 1 à partir de 13h30 !

", + "content": "Pas de repos pour les joueurs de Premier League, qui enchaînent en ce 1er janvier avec un alléchant Arsenal-Manchester City. Une rencontre à suivre sur RMC Sport 1 à partir de 13h30 !

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroligue-monaco-domine-le-maccabi-et-se-relance_AD-202112290348.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-arsenal-man-city-en-direct_LS-202201010074.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 20:44:44 GMT", - "enclosure": "https://images.bfmtv.com/VS4e5m7vFlAQCmSiN7RUwSrxH2I=/0x27:2048x1179/800x0/images/Monaco-Bayern-basket-Euroligue-1165642.jpg", + "pubDate": "Sat, 01 Jan 2022 11:11:01 GMT", + "enclosure": "https://images.bfmtv.com/9_FUjkmWimIh9n0l5QWRLs888Mc=/0x0:2048x1152/800x0/images/Arsenal-Manchester-City-1202385.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/9_FUjkmWimIh9n0l5QWRLs888Mc=/0x0:2048x1152/800x0/images/Arsenal-Manchester-City-1202385.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25381,20 +26459,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b436cb9dbbee1cbee760ea9a9eca9bc", + "hash": "e2987cbbd2e4a6d3143a9dfde6bce725", "highlights": [] }, { - "title": "Willy Kambwala, cet espoir français qui a quitté Sochaux pour Manchester United", - "description": "Parti du FC Sochaux en octobre 2020, Willy Kambwala a signé son premier contrat professionnel avec Manchester United. Dans le podcast Scouting, RMC Sport fait découvrir ce talent français.

", - "content": "Parti du FC Sochaux en octobre 2020, Willy Kambwala a signé son premier contrat professionnel avec Manchester United. Dans le podcast Scouting, RMC Sport fait découvrir ce talent français.

", + "title": "Monaco: Clement devrait assister au match contre Quevilly-Rouen", + "description": "L'entraîneur belge Philippe Clement, proche d'un accord pour prendre la succession de Niko Kovac à l'AS Monaco, est attendu en tribunes du stade Robert-Diochon ce dimanche pour assister au 16e de finale de Coupe de France face à Quevill-Rouen.

", + "content": "L'entraîneur belge Philippe Clement, proche d'un accord pour prendre la succession de Niko Kovac à l'AS Monaco, est attendu en tribunes du stade Robert-Diochon ce dimanche pour assister au 16e de finale de Coupe de France face à Quevill-Rouen.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/willy-kambwala-cet-espoir-francais-qui-a-quitte-sochaux-pour-manchester-united_AV-202112290347.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/monaco-clement-devrait-assister-au-match-contre-quevilly-rouen_AV-202201010131.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 20:39:12 GMT", - "enclosure": "https://images.bfmtv.com/DXnnu8BntrDWUP6hUecybaOdlik=/0x0:1232x693/800x0/images/-100161.jpg", + "pubDate": "Sat, 01 Jan 2022 14:22:01 GMT", + "enclosure": "https://images.bfmtv.com/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25403,20 +26481,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24fcd85da9f45af8101a92429dbb234f", + "hash": "8219fcf39c9ce1e213c93a5919beb197", "highlights": [] }, { - "title": "Mercato: l'OL pousse toujours pour Azmoun, le Zénith temporise", - "description": "L’OL a fait une offre de 4 millions d’euros après avoir trouvé un accord contractuel avec l’attaquant iranien, Sardar Azmoun, mais n'a toujours pas d’accord avec le Zénith Saint-Pétersbourg car les Russes souhaitent avoir un remplaçant avant de pouvoir accepter de laisser partir leur joueur.

", - "content": "L’OL a fait une offre de 4 millions d’euros après avoir trouvé un accord contractuel avec l’attaquant iranien, Sardar Azmoun, mais n'a toujours pas d’accord avec le Zénith Saint-Pétersbourg car les Russes souhaitent avoir un remplaçant avant de pouvoir accepter de laisser partir leur joueur.

", + "title": "Ligue 1: Saint-Étienne dévoile un nouveau logo, choisi par les supporters", + "description": "L'AS Saint-Étienne a dévoilé ce samedi son nouveau logo. Ce dernier a été choisi parmi trois projets par les supporters après un vote populaire.

", + "content": "L'AS Saint-Étienne a dévoilé ce samedi son nouveau logo. Ce dernier a été choisi parmi trois projets par les supporters après un vote populaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-ol-pousse-toujours-pour-azmoun-le-zenith-temporise_AV-202112290345.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-saint-etienne-devoile-un-nouveau-logo-choisi-par-les-supporters_AV-202201010129.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 20:25:09 GMT", - "enclosure": "https://images.bfmtv.com/2U4K3S7W7amb3Cr3i0FecTEgKvc=/0x39:2032x1182/800x0/images/Sardar-AZMOUN-1117723.jpg", + "pubDate": "Sat, 01 Jan 2022 14:14:19 GMT", + "enclosure": "https://images.bfmtv.com/0HFKSZNfAPnKA9aktW2g78VEhjk=/0x212:2048x1364/800x0/images/ASSE-1202382.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/0HFKSZNfAPnKA9aktW2g78VEhjk=/0x212:2048x1364/800x0/images/ASSE-1202382.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25425,20 +26503,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "88ce431c89d917fde340840139761181", + "hash": "8a28fbf34ebc00555069d61fce76eef6", "highlights": [] }, { - "title": "Brentford-Man City en direct: grâce à Foden, City l'emporte et s'échappe au classement", - "description": "Manchester City s’est imposé 1 à 0 face aux Bees de Brentford grâce à un unique but de Phil Foden en première mi-temps.

", - "content": "Manchester City s’est imposé 1 à 0 face aux Bees de Brentford grâce à un unique but de Phil Foden en première mi-temps.

", + "title": "Les pronos hippiques du dimanche 2 janvier 2022", + "description": "Le Quinté+ du dimanche 2 janvier est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du dimanche 2 janvier est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-brentford-man-city-en-direct_LS-202112290342.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-2-janvier-2022_AN-202201010125.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 19:56:47 GMT", - "enclosure": "https://images.bfmtv.com/XyHJ2_9IpaCloF25b5HZlmyWyXU=/0x0:2032x1143/800x0/images/Jack-Grealish-1194782.jpg", + "pubDate": "Sat, 01 Jan 2022 13:52:59 GMT", + "enclosure": "https://images.bfmtv.com/Tnxm-g01f-kmK3W-AADEuf_3HL0=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-2-janvier-2022-1201926.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/Tnxm-g01f-kmK3W-AADEuf_3HL0=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-2-janvier-2022-1201926.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25447,20 +26525,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c619a300b136f0f50a335028d3db7b8", + "hash": "46ff7d6e58be95805202bd643b12ee5d", "highlights": [] }, { - "title": "Real: quatre nouveaux tests positifs au Covid-19 chez les joueurs, dont Camavinga", - "description": "Le Real Madrid a détecté quatre nouveaux cas de coronavirus dans ses rangs ce mercredi, dont ceux du Français Eduardo Camavinga et du Belge Thibaut Courtois.

", - "content": "Le Real Madrid a détecté quatre nouveaux cas de coronavirus dans ses rangs ce mercredi, dont ceux du Français Eduardo Camavinga et du Belge Thibaut Courtois.

", + "title": "Arsenal-Manchester City: l'action litigieuse qui aurait pu offrir un penalty aux Gunners", + "description": "La rencontre de Premier League entre Arsenal et Manchester City ce samedi (sur RMC Sport) a été marquée par une action polémique à la 9e minute de jeu. Les Gunners ont réclamé en vain un penalty après un contact entre Martin Odegaard et Ederson.

", + "content": "La rencontre de Premier League entre Arsenal et Manchester City ce samedi (sur RMC Sport) a été marquée par une action polémique à la 9e minute de jeu. Les Gunners ont réclamé en vain un penalty après un contact entre Martin Odegaard et Ederson.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-quatre-nouveaux-tests-positifs-au-covid-19-dont-camavinga_AV-202112290246.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-manchester-city-l-action-litigieuse-qui-aurait-pu-offrir-un-penalty-aux-gunners_AV-202201010123.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 15:52:13 GMT", - "enclosure": "https://images.bfmtv.com/QlliytcT84C76jC4OJNiwiEMmyQ=/0x0:2048x1152/800x0/images/Eduardo-Camavinga-1156062.jpg", + "pubDate": "Sat, 01 Jan 2022 13:18:58 GMT", + "enclosure": "https://images.bfmtv.com/Fbx4PQzRJtDmXKR2XNKCxDBSKcw=/0x0:1920x1080/800x0/images/Arsenal-Manchester-City-1202373.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/Fbx4PQzRJtDmXKR2XNKCxDBSKcw=/0x0:1920x1080/800x0/images/Arsenal-Manchester-City-1202373.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25469,19 +26547,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "edc23cbf77f547934f9d40623fc14e2d" + "hash": "8a271ccb3343bdbeeb7a6b0715a5734e", + "highlights": [] }, { - "title": "Quel impact aura le départ des joueurs à la CAN 2022 dans les clubs de Ligue 1?", - "description": "52 joueurs de Ligue 1 participeront à la Coupe d'Afrique des nations, qui aura lieu du 9 janvier au 6 février prochains. La situation diffère pour les clubs, avec certains qui sont plus affaiblis que des concurrents directs, que ce soit dans la lutte pour le maintien ou le haut de tableau.

", - "content": "52 joueurs de Ligue 1 participeront à la Coupe d'Afrique des nations, qui aura lieu du 9 janvier au 6 février prochains. La situation diffère pour les clubs, avec certains qui sont plus affaiblis que des concurrents directs, que ce soit dans la lutte pour le maintien ou le haut de tableau.

", + "title": "Rayo Vallecano: de gardien de stade à la Liga, la folle histoire de Randy Nteka", + "description": "Dans un entretien accordé à l'AFP, Randy Nteka, l'une des révélations de la saison en Liga, est revenu sur ses débuts dans le football, lui a aurait pu abandonner le ballon rond à 19 ans.

", + "content": "Dans un entretien accordé à l'AFP, Randy Nteka, l'une des révélations de la saison en Liga, est revenu sur ses débuts dans le football, lui a aurait pu abandonner le ballon rond à 19 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/quel-impact-aura-le-depart-des-joueurs-a-la-can-2022-dans-les-clubs-de-ligue-1_AV-202112290241.html", + "link": "https://rmcsport.bfmtv.com/football/liga/rayo-vallecano-de-gardien-de-stade-a-la-liga-la-folle-histoire-de-randy-nteka_AV-202201010121.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 15:40:35 GMT", - "enclosure": "https://images.bfmtv.com/sLrdY0g-Noa140FYD_giydMyxRY=/0x0:2048x1152/800x0/images/Idrissa-Gueye-1201150.jpg", + "pubDate": "Sat, 01 Jan 2022 13:03:19 GMT", + "enclosure": "https://images.bfmtv.com/JmEfGDaONS5bQGk9nROzrnHIEEs=/0x0:1984x1116/800x0/images/Randy-Nteka-face-a-Alaves-1202372.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/JmEfGDaONS5bQGk9nROzrnHIEEs=/0x0:1984x1116/800x0/images/Randy-Nteka-face-a-Alaves-1202372.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25490,19 +26569,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "30dc1e9f778e2876d470808b1604338c" + "hash": "8b964ba81239715c022a70f56620b471", + "highlights": [] }, { - "title": "Ligue 1: Paqueta bloqué à Dubaï, vague de cas positifs à l'OL et dans les autres clubs", - "description": "Comme six autres joueurs de l'OL, au moins, Lucas Paqueta a été testé positif au Covid-19, selon L'Équipe. Le Brésilien est bloqué à Dubaï, où une période d'isolement est imposée aux voyageurs contaminés.

", - "content": "Comme six autres joueurs de l'OL, au moins, Lucas Paqueta a été testé positif au Covid-19, selon L'Équipe. Le Brésilien est bloqué à Dubaï, où une période d'isolement est imposée aux voyageurs contaminés.

", + "title": "CAN 2022: le match de préparation Algérie-Gambie annulé", + "description": "Alors que l'équipe de Gambie compte 16 joueurs indisponibles, la Fédération Gambienne de football a annoncé l'annulation des deux matchs amicaux prévus face à l'Algérie et la Syrie.

", + "content": "Alors que l'équipe de Gambie compte 16 joueurs indisponibles, la Fédération Gambienne de football a annoncé l'annulation des deux matchs amicaux prévus face à l'Algérie et la Syrie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-paqueta-bloque-a-dubai-vague-de-cas-positifs-a-l-ol-et-dans-les-autres-clubs_AV-202112290236.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-match-de-preparation-algerie-gambie-annule_AV-202201010112.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 15:28:32 GMT", - "enclosure": "https://images.bfmtv.com/INkVCtZlviJlQ3Ba0SXwe3HWenE=/0x0:2048x1152/800x0/images/Lucas-Paqueta-1171740.jpg", + "pubDate": "Sat, 01 Jan 2022 12:30:30 GMT", + "enclosure": "https://images.bfmtv.com/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/0vfcYWwOKBdClFGHuWKRAzz09w0=/0x0:2048x1152/800x0/images/L-Algerie-qualifiee-pour-la-finale-de-la-Coupe-Arabe-1190635.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25511,19 +26591,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "45c369dd44690485ca7544700f286b1f" + "hash": "7ef2f7f55909e9233102cec892b844f8", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 29 décembre - Premier League - Angleterre", - "description": "Notre pronostic: Phil Foden marque à Brentford... s'il joue (2.50)

", - "content": "Notre pronostic: Phil Foden marque à Brentford... s'il joue (2.50)

", + "title": "Arsenal-Manchester City: Cancelo titulaire, deux jours après son agression", + "description": "Joao Cancelo, victime d’une violente agression à son domicile jeudi soir, est pourtant titulaire face à Arsenal à l’Emirates Stadium (13h30, à suivre sur RMC Sport). Peu de changements dans le XI de City, quand Mikel Arteta renouvelle la confiance en ses hommes qui se sont imposés 5-0 à Norwich.

", + "content": "Joao Cancelo, victime d’une violente agression à son domicile jeudi soir, est pourtant titulaire face à Arsenal à l’Emirates Stadium (13h30, à suivre sur RMC Sport). Peu de changements dans le XI de City, quand Mikel Arteta renouvelle la confiance en ses hommes qui se sont imposés 5-0 à Norwich.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-29-decembre-premier-league-angleterre_AN-202112280015.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-manchester-city-cancelo-titulaire-deux-jours-apres-son-agression_AV-202201010110.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 15:23:00 GMT", - "enclosure": "https://images.bfmtv.com/-XThBx8267S0d8sEncd7AQcPyJE=/0x151:1984x1267/800x0/images/Phil-Foden-Man-City-1201099.jpg", + "pubDate": "Sat, 01 Jan 2022 12:25:54 GMT", + "enclosure": "https://images.bfmtv.com/CZimpdxEjetRdi7gDQeonASRJUc=/0x61:2048x1213/800x0/images/Joao-Cancelo-1201784.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/CZimpdxEjetRdi7gDQeonASRJUc=/0x61:2048x1213/800x0/images/Joao-Cancelo-1201784.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25532,19 +26613,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbcaeffda4d90edc30a641ff9869fe6b" + "hash": "355f9e5ea71cd75f19254dbbb92b9ac4", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 29 décembre – NBA", - "description": "Mon pronostic : Memphis s’impose face aux Lakers, Morant inscrit plus de 19,5 points et James plus de 24,5 points (2.45)

", - "content": "Mon pronostic : Memphis s’impose face aux Lakers, Morant inscrit plus de 19,5 points et James plus de 24,5 points (2.45)

", + "title": "Top 14: Montpellier-Toulon reporté en raison du coronavirus", + "description": "En raison de nombreux cas positifs au Covid-19 dans l’effectif du RCT, la rencontre de Top 14 entre le MHR et Toulon n'aura pas lieu dimanche. Le report du match a été officialisé ce samedi par la LNR.

", + "content": "En raison de nombreux cas positifs au Covid-19 dans l’effectif du RCT, la rencontre de Top 14 entre le MHR et Toulon n'aura pas lieu dimanche. Le report du match a été officialisé ce samedi par la LNR.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-29-decembre-nba_AN-202112290234.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-montpellier-toulon-reporte-en-raison-du-coronavirus_AV-202201010108.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 15:22:26 GMT", - "enclosure": "https://images.bfmtv.com/PfR7JtbVBa_6NdJiKpOged3yVvc=/0x78:2000x1203/800x0/images/J-Morant-1201165.jpg", + "pubDate": "Sat, 01 Jan 2022 12:14:20 GMT", + "enclosure": "https://images.bfmtv.com/-GdwSsTuMy-W7667rRBN9pPtCrk=/0x102:2048x1254/800x0/images/Toulon-1202349.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/-GdwSsTuMy-W7667rRBN9pPtCrk=/0x102:2048x1254/800x0/images/Toulon-1202349.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25553,19 +26635,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "02f3706425af96fc0b4d798a70e4a84f" + "hash": "c4471d4b684cb7d80f38892211350370", + "highlights": [] }, { - "title": "Coupe de France: Lens acte le maintien du derby face à Lille le 4 janvier et adapte la billetterie", - "description": "Afin de ne pas être impacté par la jauge de 5.000 spectateurs, le RC Lens souhaitait reprogrammer le match de Coupe de France face à Lille au dimanche 2 janvier. Mais les instances ont décidé de maintenir la rencontre au mardi 4 janvier. Une décision dont les Lensois ont pris acte.

", - "content": "Afin de ne pas être impacté par la jauge de 5.000 spectateurs, le RC Lens souhaitait reprogrammer le match de Coupe de France face à Lille au dimanche 2 janvier. Mais les instances ont décidé de maintenir la rencontre au mardi 4 janvier. Une décision dont les Lensois ont pris acte.

", + "title": "Kjaer: \"Si je sais que Eriksen va bien, alors je vais bien\"", + "description": "Nommé footballeur de l'année 2021 par The Guardian, Simon Kjaer s'est longuement confié au journal anglais, revenant notamment sur l'accident vécu par Christian Eriksen lors de l'Euro 2020 et son état de santé depuis.

", + "content": "Nommé footballeur de l'année 2021 par The Guardian, Simon Kjaer s'est longuement confié au journal anglais, revenant notamment sur l'accident vécu par Christian Eriksen lors de l'Euro 2020 et son état de santé depuis.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-lens-prend-acte-du-maintien-du-derby-face-a-lille-le-4-janvier_AV-202112290231.html", + "link": "https://rmcsport.bfmtv.com/football/euro/kjaer-si-je-sais-que-eriksen-va-bien-alors-je-vais-bien_AV-202201010106.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 15:08:22 GMT", - "enclosure": "https://images.bfmtv.com/zTsDLJKEZURKEX-sCo2s8AePovA=/14x1:2030x1135/800x0/images/RC-Lens-1195081.jpg", + "pubDate": "Sat, 01 Jan 2022 12:06:36 GMT", + "enclosure": "https://images.bfmtv.com/Z89ZrcZjK3-MX-8a1GzYPKyw92g=/7x113:2039x1256/800x0/images/Simon-Kjaer-1202350.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/Z89ZrcZjK3-MX-8a1GzYPKyw92g=/7x113:2039x1256/800x0/images/Simon-Kjaer-1202350.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25574,19 +26657,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0695f7f2abec9149ed1b9810d682355e" + "hash": "85fbf4e3532e09413d9e5f74e5c6df1c", + "highlights": [] }, { - "title": "Premier League: Neville appelle à stopper le report systématique des matchs à cause du Covid-19", - "description": "Alors que de plus en plus de matchs de Premier League sont annulés pour des cas de Covid-19 au sein des effectifs, Gary Neville a demandé aux équipes de faire jouer leurs jeunes joueurs pour assurer la tenue des matchs.

", - "content": "Alors que de plus en plus de matchs de Premier League sont annulés pour des cas de Covid-19 au sein des effectifs, Gary Neville a demandé aux équipes de faire jouer leurs jeunes joueurs pour assurer la tenue des matchs.

", + "title": "PRONOS PARIS RMC Le pari du jour du 1er janvier – Premier League – Angleterre", + "description": "Notre pronostic : Manchester City s’impose sur la pelouse d’Arsenal et au moins trois buts (1.94)

", + "content": "Notre pronostic : Manchester City s’impose sur la pelouse d’Arsenal et au moins trois buts (1.94)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-neville-appelle-a-stopper-le-report-systematique-des-matchs-a-cause-du-covid-19_AV-202112290229.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-1er-janvier-premier-league-angleterre_AN-202112310163.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 15:02:05 GMT", - "enclosure": "https://images.bfmtv.com/c7TjtQI-4rMZCYM0F5m97A7bgKM=/0x79:2048x1231/800x0/images/Gary-Neville-1201158.jpg", + "pubDate": "Fri, 31 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/JTkvFl30TRz1rKzAUPvK7CP_4l8=/0x65:1984x1181/800x0/images/Manchester-City-1201955.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/JTkvFl30TRz1rKzAUPvK7CP_4l8=/0x65:1984x1181/800x0/images/Manchester-City-1201955.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25595,19 +26679,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1986c54aed1a2a2525f80d59947b3c1" + "hash": "1105b73b625d698d6afe1c501157c4ac", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier sur Brentford-Manchester City – Premier League – Angleterre", - "description": "Mon pronostic : Riyad Mahrez marque à Brentford (2.20)

", - "content": "Mon pronostic : Riyad Mahrez marque à Brentford (2.20)

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 1er janvier - Premier League - Angleterre", + "description": "Mon pronostic : Crystal Palace ne perd pas face à West Ham et les deux équipes marquent (2.40)

", + "content": "Mon pronostic : Crystal Palace ne perd pas face à West Ham et les deux équipes marquent (2.40)

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-sur-brentford-manchester-city-premier-league-angleterre_AN-202112290227.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-1er-janvier-premier-league-angleterre_AN-202201010098.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:52:51 GMT", - "enclosure": "https://images.bfmtv.com/gTWkeHXFLMJgCcIRDSDz05L6lPo=/0x129:2000x1254/800x0/images/R-Marhez-1201159.jpg", + "pubDate": "Sat, 01 Jan 2022 11:51:39 GMT", + "enclosure": "https://images.bfmtv.com/21g6vuQoAEXWrqQCSpRdH42hNoI=/0x40:2000x1165/800x0/images/O-Edouard-1202353.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/21g6vuQoAEXWrqQCSpRdH42hNoI=/0x40:2000x1165/800x0/images/O-Edouard-1202353.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25616,19 +26701,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "932d2bc173dd0975b41722560b0b3296" + "hash": "b1ad0da2be8bde77ac3a11568bf7dbb6", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier sur Chelsea-Brighton – Premier League – Angleterre", - "description": "Mon pronostic : Chelsea ne perd pas, moins de 3,5 buts dans le match, Mount ou Lukaku buteur (2.40)

", - "content": "Mon pronostic : Chelsea ne perd pas, moins de 3,5 buts dans le match, Mount ou Lukaku buteur (2.40)

", + "title": "Mercato: Boga va quitter Sassuolo pour rejoindre l'Atalanta", + "description": "L'attaquant ivoirien Jérémie Boga (24 ans) va rejoindre l'Atalanta Bergame en provenance de Sassuolo. Sa visite médicale est programmée ce samedi.

", + "content": "L'attaquant ivoirien Jérémie Boga (24 ans) va rejoindre l'Atalanta Bergame en provenance de Sassuolo. Sa visite médicale est programmée ce samedi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-sur-chelsea-brighton-premier-league-angleterre_AN-202112290223.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-boga-va-quitter-sassuolo-pour-rejoindre-l-atalanta_AV-202201010096.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:40:58 GMT", - "enclosure": "https://images.bfmtv.com/8qeADabTXusPa32OKBiM0_byXWk=/0x72:2000x1197/800x0/images/Chelsea-1201155.jpg", + "pubDate": "Sat, 01 Jan 2022 11:49:29 GMT", + "enclosure": "https://images.bfmtv.com/MoWL2uHrEFOgEmdjoY8qoF5_ECQ=/0x28:2032x1171/800x0/images/Jeremie-BOGA-1202322.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/MoWL2uHrEFOgEmdjoY8qoF5_ECQ=/0x28:2032x1171/800x0/images/Jeremie-BOGA-1202322.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25637,19 +26723,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf70a873fed1e29fe7f2b5fcc51ff5cc" + "hash": "7b12e888dc570d881af1f088fb600a72", + "highlights": [] }, { - "title": "Angleterre: Sterling et Southgate défendent le genou à terre contre le racisme", - "description": "Afin de lutter contre les discriminations, les joueurs de Premier League posent un genou à terre avec le poing levé. Une pratique que les Anglais ont rééditée lors de l’Euro 2021, ce qui avait valu quelques critiques. Au micro de la BBC, Raheem Sterling et Gareth Southgate ont défendu cette initiative.

", - "content": "Afin de lutter contre les discriminations, les joueurs de Premier League posent un genou à terre avec le poing levé. Une pratique que les Anglais ont rééditée lors de l’Euro 2021, ce qui avait valu quelques critiques. Au micro de la BBC, Raheem Sterling et Gareth Southgate ont défendu cette initiative.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 1er janvier - Premier League - Angleterre", + "description": "Mon pronostic : Manchester City s'impose sur la pelouse d'Arsenal et les deux équipes marquent (3.00)

", + "content": "Mon pronostic : Manchester City s'impose sur la pelouse d'Arsenal et les deux équipes marquent (3.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/angleterre-sterling-et-southgate-defendent-le-genou-a-terre-contre-le-racisme_AV-202112290221.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-1er-janvier-premier-league-angleterre_AN-202201010088.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:29:02 GMT", - "enclosure": "https://images.bfmtv.com/WkquswyUuGcGAu56ubuHu2C6hjs=/0x55:2048x1207/800x0/images/Raheem-Sterling-avec-l-Angleterre-a-l-Euro-2021-1063815.jpg", + "pubDate": "Sat, 01 Jan 2022 11:37:37 GMT", + "enclosure": "https://images.bfmtv.com/RZgAPBtXFGLEBkj_DcneetkDtx8=/0x112:2000x1237/800x0/images/K-De-Bruyne-1202339.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/RZgAPBtXFGLEBkj_DcneetkDtx8=/0x112:2000x1237/800x0/images/K-De-Bruyne-1202339.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25658,19 +26745,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "88349d5b65a841b1e196e7c65f9430c7" + "hash": "3a10814f00314e709c3a854496ace211", + "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: Nantes, Bordeaux, Lorient, les cas positifs se multiplient", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs. Si la Premier League continuer de jouer pendant les fêtes, de nombreux matchs anglais sont reportés. Idem en rugby où le Top 14 se retrouve fortement impacté par l'évolution de la crise. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs. Si la Premier League continuer de jouer pendant les fêtes, de nombreux matchs anglais sont reportés. Idem en rugby où le Top 14 se retrouve fortement impacté par l'évolution de la crise. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "Mercato en direct: Mourinho perd son adjoint", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-27-decembre-2021_LN-202112270048.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 06:42:43 GMT", - "enclosure": "https://images.bfmtv.com/mNId1-Fra1YKkEd-1ne9zT5r8pI=/0x39:2048x1191/800x0/images/Antoine-Kombouare-1175166.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/c6SRyI-JHQNtF95YORl8EiE3a7c=/0x58:2048x1210/800x0/images/Sacramento-et-Mourinho-1202438.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/c6SRyI-JHQNtF95YORl8EiE3a7c=/0x58:2048x1210/800x0/images/Sacramento-et-Mourinho-1202438.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25679,19 +26767,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11ae7d6b92e63998e09b2f81cc3b723b" + "hash": "bfe86616c418be15d538cac155cc1838", + "highlights": [] }, { - "title": "CAN 2022: le coup de gueule de Haller sur l’irrespect envers le foot africain", - "description": "Dans un entretien accordé au média néerlandais De Telegraaf, Sébastien Haller, attaquant de l’Ajax Amsterdam, a montré son agacement face à un journaliste lui demandant s’il préférait aller disputer la CAN ou rester en club durant le mois de janvier.

", - "content": "Dans un entretien accordé au média néerlandais De Telegraaf, Sébastien Haller, attaquant de l’Ajax Amsterdam, a montré son agacement face à un journaliste lui demandant s’il préférait aller disputer la CAN ou rester en club durant le mois de janvier.

", + "title": "NBA: LeBron James termine 2021 par une démonstration face aux Blazers", + "description": "LeBron James, qui vient de fêter ses 37 ans, a empilé 43 points synonymes d'une large victoire des Los Angeles Lakers sur Portland (139-106), vendredi, en NBA. Russell Westbrook a lui aussi brillé avec son 9e triple-double cette saison.

", + "content": "LeBron James, qui vient de fêter ses 37 ans, a empilé 43 points synonymes d'une large victoire des Los Angeles Lakers sur Portland (139-106), vendredi, en NBA. Russell Westbrook a lui aussi brillé avec son 9e triple-double cette saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-coup-de-gueule-de-haller-sur-l-irrespect-envers-le-foot-africain_AV-202112290209.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-le-bron-james-termine-2021-par-une-demonstration-face-aux-blazers_AV-202201010069.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 13:58:48 GMT", - "enclosure": "https://images.bfmtv.com/piJxp9YNA_P7E-RfEFRA8wp5kS0=/0x44:1520x899/800x0/images/Sebastien-Haller-1201132.jpg", + "pubDate": "Sat, 01 Jan 2022 10:52:56 GMT", + "enclosure": "https://images.bfmtv.com/KKQZ9AA4rmad9dKs7A-ppI1STz4=/0x0:2048x1152/800x0/images/LeBron-JAMES-1202316.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/KKQZ9AA4rmad9dKs7A-ppI1STz4=/0x0:2048x1152/800x0/images/LeBron-JAMES-1202316.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25700,19 +26789,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bfc99db513f2b3a7f0ad01fcf3e5e23" + "hash": "8dfc4ea0f9617bed6c1eb0ed10fba074", + "highlights": [] }, { - "title": "Ligue 1: Reims annonce un accord de principe avec Parme pour Busi", - "description": "Le Stade de Reims lance son mercato hivernal. Désireux de recruter un latéral droit, les Rémois ont annoncé un accord de principe avec Parme pour le transfert de Maxime Busi. L’officialisation dépend des résultats de la visite médicale.

", - "content": "Le Stade de Reims lance son mercato hivernal. Désireux de recruter un latéral droit, les Rémois ont annoncé un accord de principe avec Parme pour le transfert de Maxime Busi. L’officialisation dépend des résultats de la visite médicale.

", + "title": "Nouvel An 2022: les voeux de Ronaldo pour Manchester United", + "description": "Cristiano Ronaldo a fait le bilan de son année 2021 et a donné ses objectifs avec Manchester United.

", + "content": "Cristiano Ronaldo a fait le bilan de son année 2021 et a donné ses objectifs avec Manchester United.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-reims-annonce-un-accord-de-principe-avec-parme-pour-busi_AV-202112290194.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/nouvel-an-2022-les-voeux-de-ronaldo-pour-manchester-united_AV-202201010068.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 13:14:53 GMT", - "enclosure": "https://images.bfmtv.com/mqyiaP3Vp8jwHAHE67H3E_CLgmA=/0x35:2016x1169/800x0/images/Maxime-Busi-1196763.jpg", + "pubDate": "Sat, 01 Jan 2022 10:50:23 GMT", + "enclosure": "https://images.bfmtv.com/AixAZoQF--tcfwbLMpwOb-lhl5o=/0x85:2048x1237/800x0/images/Cristiano-Ronaldo-1202302.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/AixAZoQF--tcfwbLMpwOb-lhl5o=/0x85:2048x1237/800x0/images/Cristiano-Ronaldo-1202302.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25721,19 +26811,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2dc37be19ef61aca1d14fa3af5ceb5c" + "hash": "f4100ff4445a000f238935c2f8bd49aa", + "highlights": [] }, { - "title": "Coupe de France: une jauge anticipée finalement mise en place pour Chauvigny-OM", - "description": "Alors que les nouvelles mesures sanitaires portant sur la limitation du public à 5.000 personnes en extérieur ne prennent effet que lundi prochain, la préfecture de Haute-Vienne veut les appliquer dès dimanche pour le match de Coupe de France entre Chauvigny et l'OM.

", - "content": "Alors que les nouvelles mesures sanitaires portant sur la limitation du public à 5.000 personnes en extérieur ne prennent effet que lundi prochain, la préfecture de Haute-Vienne veut les appliquer dès dimanche pour le match de Coupe de France entre Chauvigny et l'OM.

", + "title": "Premier super-agent du football, Juan Figer est mort", + "description": "Considéré comme l'un des premiers agents influents dans le monde du football, Juan Figer est mort ce vendredi à 87 ans. Il a notamment joué un rôle dans le transfert de Maradona à Naples et Romario au FC Barcelone.

", + "content": "Considéré comme l'un des premiers agents influents dans le monde du football, Juan Figer est mort ce vendredi à 87 ans. Il a notamment joué un rôle dans le transfert de Maradona à Naples et Romario au FC Barcelone.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-une-jauge-anticipee-finalement-mise-en-place-pour-chauvigny-om_AV-202112290186.html", + "link": "https://rmcsport.bfmtv.com/football/premier-super-agent-du-football-juan-figer-est-mort_AV-202201010063.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:49:57 GMT", - "enclosure": "https://images.bfmtv.com/l5iPVA2D_TatQ_MRIjxGaPaKw1o=/0x178:2048x1330/800x0/images/1192129.jpg", + "pubDate": "Sat, 01 Jan 2022 10:36:45 GMT", + "enclosure": "https://images.bfmtv.com/zkn4QZYr7KyDlnNdWzRu4WPHpMk=/0x125:2048x1277/800x0/images/Dunga-Maradona-1202317.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/zkn4QZYr7KyDlnNdWzRu4WPHpMk=/0x125:2048x1277/800x0/images/Dunga-Maradona-1202317.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25742,19 +26833,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "89d0c8a48eadd92e321a25abe0bbfbda" + "hash": "33b2b28aac12df2e500db833ae32aa2e", + "highlights": [] }, { - "title": "Mercato en direct: le transfert de Trippier à Newcastle bouclé la semaine prochaine ?", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "Mercato: Mbappé, Pogba, Dembélé... Ces joueurs libres de signer où ils veulent", + "description": "Depuis ce samedi 1er janvier, les joueurs qui seront en fin de contrat en juin prochain peuvent négocier avec les clubs de leur choix. Kylian Mbappé, Paul Pogba, Ousmane Dembélé ou encore Luka Modric sont notamment concernés.

", + "content": "Depuis ce samedi 1er janvier, les joueurs qui seront en fin de contrat en juin prochain peuvent négocier avec les clubs de leur choix. Kylian Mbappé, Paul Pogba, Ousmane Dembélé ou encore Luka Modric sont notamment concernés.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-27-decembre_LN-202112270035.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-mbappe-pogba-dembele-ces-joueurs-libres-de-signer-ou-ils-veulent_AV-202201010060.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 06:13:36 GMT", - "enclosure": "https://images.bfmtv.com/0cH7wdb-8X_FU35IZO3VpmX0amw=/0x40:2032x1183/800x0/images/Kieran-Trippier-Angleterre-1046757.jpg", + "pubDate": "Sat, 01 Jan 2022 10:24:23 GMT", + "enclosure": "https://images.bfmtv.com/zHoAW8kKM4qV3xEUEynmRf6l74g=/0x61:2048x1213/800x0/images/Ousmane-DEMBELE-et-Kylian-MBAPPE-1202289.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/zHoAW8kKM4qV3xEUEynmRf6l74g=/0x61:2048x1213/800x0/images/Ousmane-DEMBELE-et-Kylian-MBAPPE-1202289.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25763,19 +26855,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5337f634d46d8abb946d605c07ae4222" + "hash": "28de4db8c9b5ef77115d97e8c488d4a4", + "highlights": [] }, { - "title": "Manchester United: Pogba, Zlatan, Ronaldo… Bailly livre les secrets savoureux du vestiaire", - "description": "Dans une interview accordée aux deux youtubeurs Poet et Vuj, Eric Bailly a révélé quelques détails sur la vie de groupe dans le vestiaire de Manchester United. Il est aussi revenu sur l’arrivée de Cristiano Ronaldo cet été chez les Red Devils.

", - "content": "Dans une interview accordée aux deux youtubeurs Poet et Vuj, Eric Bailly a révélé quelques détails sur la vie de groupe dans le vestiaire de Manchester United. Il est aussi revenu sur l’arrivée de Cristiano Ronaldo cet été chez les Red Devils.

", + "title": "Mercato en direct: Xavi espère que Dembélé fera un \"effort\"", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-pogba-zlatan-ronaldo-bailly-livre-les-secrets-savoureux-du-vestiaire_AV-202112290182.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:36:00 GMT", - "enclosure": "https://images.bfmtv.com/3h-BGDL-V863MMdOvK3Rj24MKfU=/0x46:2048x1198/800x0/images/Bailly-1161546.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/lAryvFN8ymppuePIqJqrA4RExd4=/913x106:2033x736/800x0/images/Xavi-Dembele-1202421.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/lAryvFN8ymppuePIqJqrA4RExd4=/913x106:2033x736/800x0/images/Xavi-Dembele-1202421.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25784,19 +26877,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "027f489d60f8e72f10709d78556fad9c" + "hash": "a3c48c04f18c88e6ec0f0526143609d0", + "highlights": [] }, { - "title": "Mercato: Bernardo Silva très évasif sur son avenir à Manchester City", - "description": "Brillant cette saison avec Manchester City, Bernardo Silva est redevenu un joueur essentiel dans le onze de départ de Pep Guardiola. Souvent envoyé vers d’autres clubs lors du dernier mercato estival, le milieu de terrain entretient le flou autour de son avenir chez les Cityzens.

", - "content": "Brillant cette saison avec Manchester City, Bernardo Silva est redevenu un joueur essentiel dans le onze de départ de Pep Guardiola. Souvent envoyé vers d’autres clubs lors du dernier mercato estival, le milieu de terrain entretient le flou autour de son avenir chez les Cityzens.

", + "title": "Le sport face au coronavirus en direct: Xavi demande le report de Majorque-Barça", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/mercato-bernardo-silva-tres-evasif-sur-son-avenir-a-manchester-city_AV-202112290180.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:23:10 GMT", - "enclosure": "https://images.bfmtv.com/XMsSdTP9t-h2TG-qHowwGq5SfEU=/0x38:2048x1190/800x0/images/Bernardo-Silva-1173639.jpg", + "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", + "enclosure": "https://images.bfmtv.com/da9Dq1hRXRMfT0rgxTqJRNqMZfI=/0x49:2048x1201/800x0/images/Xavi-lors-d-une-conference-de-presse-du-Barca-1183631.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/da9Dq1hRXRMfT0rgxTqJRNqMZfI=/0x49:2048x1201/800x0/images/Xavi-lors-d-une-conference-de-presse-du-Barca-1183631.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25805,19 +26899,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "664e94a34c3808e3a2dfe832377cf789" + "hash": "bfbe3db218187fc83208eeae97d84e96", + "highlights": [] }, { - "title": "Premier League: des traces de cocaïne détectées dans plusieurs stades?", - "description": "Selon une enquête du Sun, de nombreuses traces de cocaïne ont été retrouvées ces dernières semaines dans plusieurs stades de Premier League. Les témoignages indiquent une hausse constante de la consommation de cette drogue dans les enceintes sportives anglaises, ce qui renforcerait la violence des fans.

", - "content": "Selon une enquête du Sun, de nombreuses traces de cocaïne ont été retrouvées ces dernières semaines dans plusieurs stades de Premier League. Les témoignages indiquent une hausse constante de la consommation de cette drogue dans les enceintes sportives anglaises, ce qui renforcerait la violence des fans.

", + "title": "Légion d'honneur: Tigana, Dumerc... Ces personnalités sportives décorées au 1er janvier", + "description": "Plusieurs personnalités du monde du sport français ont été décorées parmi la promotion civile du 1er janvier de la Légion d'honneur et de l'ordre national du Mérite.

", + "content": "Plusieurs personnalités du monde du sport français ont été décorées parmi la promotion civile du 1er janvier de la Légion d'honneur et de l'ordre national du Mérite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-des-traces-de-cocaine-detectees-dans-plusieurs-stades_AV-202112290178.html", + "link": "https://rmcsport.bfmtv.com/societe/legion-d-honneur-tigana-dumerc-ces-anciens-sportifs-decores-au-1er-janvier_AV-202201010052.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:19:28 GMT", - "enclosure": "https://images.bfmtv.com/ngDY2iWZfrsla8T0J0ZYpNmEekM=/0x102:2048x1254/800x0/images/Wembley-1201081.jpg", + "pubDate": "Sat, 01 Jan 2022 09:55:57 GMT", + "enclosure": "https://images.bfmtv.com/VUZ9OWEOxsjXOHVCBu0rx8JpIVc=/0x128:2048x1280/800x0/images/Tigana-1202291.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/VUZ9OWEOxsjXOHVCBu0rx8JpIVc=/0x128:2048x1280/800x0/images/Tigana-1202291.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25826,19 +26921,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "653f919590b8bb459948687b20ea04b6" + "hash": "968141f01af837b734b696b80a0389bf", + "highlights": [] }, { - "title": "Coupe de France: cluster de Covid-19 à Bordeaux, qui demande le report du match contre Brest", - "description": "Info RMC Sport – Avec une dizaine de joueurs testés positifs au Covid-19, les Girondins de Bordeaux ont demandé un report du match de Coupe de France prévu dimanche face à Brest. Les Bordelais souhaitent protéger les membres de l’équipe en les gardant à l’isolement.

", - "content": "Info RMC Sport – Avec une dizaine de joueurs testés positifs au Covid-19, les Girondins de Bordeaux ont demandé un report du match de Coupe de France prévu dimanche face à Brest. Les Bordelais souhaitent protéger les membres de l’équipe en les gardant à l’isolement.

", + "title": "Équipe de France: le message de Deschamps aux supporters en vue du Mondial 2022", + "description": "En ce samedi 1er janvier, Didier Deschamps a tenu à s'adresser aux supporters de l'équipe de France, pour leur souhaiter une bonne année et les appeler à soutenir les Bleus à l'approche de la Coupe du monde 2022 au Qatar.

", + "content": "En ce samedi 1er janvier, Didier Deschamps a tenu à s'adresser aux supporters de l'équipe de France, pour leur souhaiter une bonne année et les appeler à soutenir les Bleus à l'approche de la Coupe du monde 2022 au Qatar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-cluster-de-covid-19-a-bordeaux-qui-demande-le-report-du-match-contre-brest_AV-202112290174.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-le-message-de-deschamps-aux-supporters-en-vue-du-mondial-2022_AV-202201010039.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:59:38 GMT", - "enclosure": "https://images.bfmtv.com/NDPI3bx_rRyzTc83IpR-OiKXkBE=/0x0:1200x675/800x0/images/Les-Girondins-de-Bordeaux-1193040.jpg", + "pubDate": "Sat, 01 Jan 2022 09:12:44 GMT", + "enclosure": "https://images.bfmtv.com/BdrDG-XQugu-1ygBfIEkGL7_hSw=/0x36:2048x1188/800x0/images/Didier-DESCHAMPS-1202275.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/BdrDG-XQugu-1ygBfIEkGL7_hSw=/0x36:2048x1188/800x0/images/Didier-DESCHAMPS-1202275.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25847,19 +26943,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "938538a74099718c3ec7b6319cb5fc1a" + "hash": "8ffc1dff44c71541ba0504c5ece4764a", + "highlights": [] }, { - "title": "Tennis: repêchage surprise pour la France, qui remplace l'Autriche à l'ATP Cup", - "description": "Initialement privée de l'ATP Cup, l'équipe de France est finalement repêchée après le retrait de l'Autriche. La compétition commencera ce samedi à Sydney, en Australie. Les Bleus se retrouvent dans une poule avec le pays hôte, l'Italie et la Russie.

", - "content": "Initialement privée de l'ATP Cup, l'équipe de France est finalement repêchée après le retrait de l'Autriche. La compétition commencera ce samedi à Sydney, en Australie. Les Bleus se retrouvent dans une poule avec le pays hôte, l'Italie et la Russie.

", + "title": "Serie A: la Salernitana trouve un repreneur in extremis et évite l'exclusion", + "description": "La Salernitana, l'équipe de Franck Ribéry, avait jusqu'au 31 décembre pour trouver un repreneur et ainsi échapper à une exclusion de la Serie A. Selon la presse italienne, l'offre d'un entrepreneur napolitain a été validée in extremis vendredi.

", + "content": "La Salernitana, l'équipe de Franck Ribéry, avait jusqu'au 31 décembre pour trouver un repreneur et ainsi échapper à une exclusion de la Serie A. Selon la presse italienne, l'offre d'un entrepreneur napolitain a été validée in extremis vendredi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tennis-repechage-surprise-pour-la-france-qui-remplace-l-autriche-a-l-atp-cup_AV-202112290171.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-la-salernitana-trouve-un-repreneur-in-extremis-et-evite-l-exclusion_AV-202201010027.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:52:29 GMT", - "enclosure": "https://images.bfmtv.com/oUEyDExyGOVqbnX8Oe7fjBi2gWM=/0x106:2048x1258/800x0/images/Ugo-Humbert-1082072.jpg", + "pubDate": "Sat, 01 Jan 2022 08:15:30 GMT", + "enclosure": "https://images.bfmtv.com/rYchJQAca_UcCYJfzYRgr1rXbQE=/0x31:2048x1183/800x0/images/Franck-RIBERY-1202260.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/rYchJQAca_UcCYJfzYRgr1rXbQE=/0x31:2048x1183/800x0/images/Franck-RIBERY-1202260.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25868,19 +26965,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e0202f4cfbba63bd8807458498e1e9c" + "hash": "f24a34f0734a31097699dc72a07617a4", + "highlights": [] }, { - "title": "Les pronos hippiques du jeudi 30 décembre", - "description": "Le Quinté+ du jeudi 30 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du jeudi 30 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Premier League: à quelle heure et sur quelle chaîne regarder Arsenal-Manchester City", + "description": "Pas de repos pour les joueurs de Premier League, qui enchaînent en ce 1er janvier avec un alléchant Arsenal-Manchester City. Malgré le report de Leicester-Norwich, deux autres rencontres sont à suivre en intégralité sur RMC Sport 1.

", + "content": "Pas de repos pour les joueurs de Premier League, qui enchaînent en ce 1er janvier avec un alléchant Arsenal-Manchester City. Malgré le report de Leicester-Norwich, deux autres rencontres sont à suivre en intégralité sur RMC Sport 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-jeudi-30-decembre_AN-202112290165.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-a-quelle-heure-et-sur-quelle-chaine-suivre-arsenal-manchester-city_AV-202201010026.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:47:36 GMT", - "enclosure": "https://images.bfmtv.com/bcfg9NfTQxDJzBIiwJdJrXJk1KU=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-jeudi-30-decembre-1201094.jpg", + "pubDate": "Sat, 01 Jan 2022 08:04:12 GMT", + "enclosure": "https://images.bfmtv.com/p5ToGYOBzTeMerayIJeVAIWIxvE=/0x64:1984x1180/800x0/images/Manchester-City-1201955.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/p5ToGYOBzTeMerayIJeVAIWIxvE=/0x64:1984x1180/800x0/images/Manchester-City-1201955.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25889,19 +26987,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "500b8088f1c27adccf2bd8067f267332" + "hash": "2c2b433f4d63bc247acda8d580567792", + "highlights": [] }, { - "title": "Chelsea: Terry de retour chez les Blues pour travailler avec les jeunes", - "description": "Le club londonien a annoncé ce mercredi le retour de son capitaine emblématique John Terry. L'ancien défenseur central va travailler avec les jeunes du club dans un le cadre d'un programme de développement.

", - "content": "Le club londonien a annoncé ce mercredi le retour de son capitaine emblématique John Terry. L'ancien défenseur central va travailler avec les jeunes du club dans un le cadre d'un programme de développement.

", + "title": "Top 14: 19 cas de Covid à Toulon, le match à Montpellier plus que menacé", + "description": "Fortement touché par le Covid, le RC Toulon compte dans ses rangs pas moins de 19 cas positifs dans son effectif. La rencontre face à Montpellier, prévue ce dimanche (21h05) est plus que menacée.

", + "content": "Fortement touché par le Covid, le RC Toulon compte dans ses rangs pas moins de 19 cas positifs dans son effectif. La rencontre face à Montpellier, prévue ce dimanche (21h05) est plus que menacée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-terry-de-retour-chez-les-blues-pour-travailler-avec-les-jeunes_AV-202112290163.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-19-cas-de-covid-a-toulon-le-match-a-montpellier-plus-que-menace_AV-202201010022.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:44:18 GMT", - "enclosure": "https://images.bfmtv.com/A1bgu1Nfv6yYzHQEMvI9roxTi40=/0x49:800x499/800x0/images/-787347.jpg", + "pubDate": "Sat, 01 Jan 2022 07:34:35 GMT", + "enclosure": "https://images.bfmtv.com/o395N2GwUTHKR-WP2JH6DH66il8=/0x106:2048x1258/800x0/images/1202157.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/o395N2GwUTHKR-WP2JH6DH66il8=/0x106:2048x1258/800x0/images/1202157.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25910,19 +27009,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b1a68e2384c8cf3bbad2bfbb9514268" + "hash": "ce8d626acbb6c97d23a51831a28eb67f", + "highlights": [] }, { - "title": "France, Angleterre, Espagne, Belgique, toutes les dates du mercato d'hiver", - "description": "Le mercato d'hiver ne débutera pas à la même date dans tous les championnats européens. La France, l'Angleterre et l'Allemagne ouvriront le bal, fermé ensuite par la Turquie et la Belgique au mois de février.

", - "content": "Le mercato d'hiver ne débutera pas à la même date dans tous les championnats européens. La France, l'Angleterre et l'Allemagne ouvriront le bal, fermé ensuite par la Turquie et la Belgique au mois de février.

", + "title": "PSG: pour 2022, Messi souhaite la fin du \"virus de merde\"", + "description": "Sur ses réseaux sociaux, Lionel Messi a fait un (court) bilan de son année 2021 et partagé ses vœux pour 2022. Avec un souhait : que le coronavirus disparaisse enfin.

", + "content": "Sur ses réseaux sociaux, Lionel Messi a fait un (court) bilan de son année 2021 et partagé ses vœux pour 2022. Avec un souhait : que le coronavirus disparaisse enfin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/france-angleterre-espagne-belgique-toutes-les-dates-du-mercato-d-hiver_AV-202112290160.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pour-2022-messi-souhaite-la-fin-du-virus-de-merde_AV-202201010021.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:28:53 GMT", - "enclosure": "https://images.bfmtv.com/eOXPOr8RD-w0AiaBnSY3aUPy1q0=/0x212:2048x1364/800x0/images/Camp-Nou-1201080.jpg", + "pubDate": "Sat, 01 Jan 2022 07:30:40 GMT", + "enclosure": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/VFvnO8pgNWRKwEHOZMGW5edtwpU=/0x83:2048x1235/800x0/images/Lionel-Messi-1202257.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25931,19 +27031,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d74ba37e6074251c660d750753c9fc7f" + "hash": "2ddb4d7f6d9f47e3743c6c86e29bcdf4", + "highlights": [] }, { - "title": "Mercato: Manchester City ne remplacera pas Ferran Torres cet hiver", - "description": "Dépossédé de Ferran Torres par le FC Barcelone, Manchester City compte un attaquant en moins dans son effectif. Mais d’après les informations de ESPN, les Cityzens ne comptent pas remplacer l’Espagnol au mois de janvier. Le leader de Premier League veut faire confiance au jeune Cole Palmer.

", - "content": "Dépossédé de Ferran Torres par le FC Barcelone, Manchester City compte un attaquant en moins dans son effectif. Mais d’après les informations de ESPN, les Cityzens ne comptent pas remplacer l’Espagnol au mois de janvier. Le leader de Premier League veut faire confiance au jeune Cole Palmer.

", + "title": "Mercato en direct: Clement présent dimanche au match de Monaco", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-manchester-city-ne-remplacera-pas-ferran-torres-cet-hiver_AV-202112290157.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:23:39 GMT", - "enclosure": "https://images.bfmtv.com/y6ERIwsJHjp9Ull2hq9YAgVblFA=/0x73:1968x1180/800x0/images/Pep-Guardiola-Man-City-1195352.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25952,19 +27053,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1225df874a87a8a10884b0eb53b0c885" + "hash": "dac8e92a85562db8de55fb47f9388d38", + "highlights": [] }, { - "title": "Barça: Dembélé, Umtiti et Gavi également positifs, le cluster se confirme", - "description": "Le FC Barcelone annonce ce mercredi qu’Ousmane Dembélé, Samuel Umtiti et Gavi ont été testés positifs au Covid-19. Ils se sont isolés à leur domicile, tout comme Clément Lenglet, Daniel Alves, Jordi Alba et Alejandro Balde. Une véritable hécatombe pour le club catalan, qui doit reprendre la compétition dimanche à Majorque.

", - "content": "Le FC Barcelone annonce ce mercredi qu’Ousmane Dembélé, Samuel Umtiti et Gavi ont été testés positifs au Covid-19. Ils se sont isolés à leur domicile, tout comme Clément Lenglet, Daniel Alves, Jordi Alba et Alejandro Balde. Une véritable hécatombe pour le club catalan, qui doit reprendre la compétition dimanche à Majorque.

", + "title": "Arsenal-Man City en direct: Mahrez égalise contre le cours du jeu, Gabriel expulsé", + "description": "Pas de repos pour les joueurs de Premier League, qui enchaînent en ce 1er janvier avec un alléchant Arsenal-Manchester City. Une rencontre à suivre sur RMC Sport 1 à partir de 13h30 !

", + "content": "Pas de repos pour les joueurs de Premier League, qui enchaînent en ce 1er janvier avec un alléchant Arsenal-Manchester City. Une rencontre à suivre sur RMC Sport 1 à partir de 13h30 !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-dembele-umtiti-et-gavi-egalement-positifs-le-cluster-se-confirme_AV-202112290155.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-arsenal-man-city-en-direct_LS-202201010074.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:19:31 GMT", - "enclosure": "https://images.bfmtv.com/-nIJ64YiA861PaDr_ti_SH-tkZI=/0x27:2048x1179/800x0/images/Ousmane-DEMBELE-1181396.jpg", + "pubDate": "Sat, 01 Jan 2022 11:11:01 GMT", + "enclosure": "https://images.bfmtv.com/Pg6b0GEKNlZ61FZxJr0pbpDTSfk=/0x18:1824x1044/800x0/images/Saka-1202378.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/Pg6b0GEKNlZ61FZxJr0pbpDTSfk=/0x18:1824x1044/800x0/images/Saka-1202378.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25973,19 +27075,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea85e289fe743d466cefa3422859c7ad" + "hash": "31fd6529e05ad12677f0ce4a0128ee33", + "highlights": [] }, { - "title": "Salle comble, concours de dunks, match des étoiles... ce qu'il faut savoir sur le All Star Game", - "description": "Ce mercredi, les stars du basket tricolore seront sur le parquet de l'Accor Arena pour le dernier show de l'année 2021 à l'occasion du All Star Game. Voici tout ce qu'il faut savoir sur l'événement.

", - "content": "Ce mercredi, les stars du basket tricolore seront sur le parquet de l'Accor Arena pour le dernier show de l'année 2021 à l'occasion du All Star Game. Voici tout ce qu'il faut savoir sur l'événement.

", + "title": "Le sport face au coronavirus en direct: Montpellier-Toulon reporté en Top 14", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/jeep-elite/salle-comble-concours-de-dunks-match-des-etoiles-ce-qu-il-faut-savoir-sur-le-all-star-game_AV-202112290154.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:16:25 GMT", - "enclosure": "https://images.bfmtv.com/MhrkAonBPFyToNSOMOZqMI0k4kQ=/0x0:2048x1152/800x0/images/Le-All-Star-Game-organise-par-la-LNB-est-de-retour-ce-mercredi-29-decembre-2021-1200810.jpg", + "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", + "enclosure": "https://images.bfmtv.com/n2oPscmWXpigLGfVnphn_RFhS7c=/0x212:2048x1364/800x0/images/Les-joueurs-du-RCT-1202138.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/n2oPscmWXpigLGfVnphn_RFhS7c=/0x212:2048x1364/800x0/images/Les-joueurs-du-RCT-1202138.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -25994,19 +27097,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "12aa60abc7e19b2e34e5f863bd5f9d6b" + "hash": "c0c69cdddc78b3e8a20088578ce9ebfa", + "highlights": [] }, { - "title": "Ligue 1: un Sénateur demande l'adaptation des jauges dans les stades et va déposer un amendement", - "description": "Au lendemain des annonces gouvernementales liées au variant Omicron, imposant notamment le retour des jauges sanitaires dans les stades, le Sénateur Michel Savin a déposé un amendement sur le projet de loi. Le président du groupe Pratiques sportives et grands évènements sportifs demande \"du bon sens\" et des adaptations en fonction des capacités d'accueil des enceintes.

", - "content": "Au lendemain des annonces gouvernementales liées au variant Omicron, imposant notamment le retour des jauges sanitaires dans les stades, le Sénateur Michel Savin a déposé un amendement sur le projet de loi. Le président du groupe Pratiques sportives et grands évènements sportifs demande \"du bon sens\" et des adaptations en fonction des capacités d'accueil des enceintes.

", + "title": "Le mercato d'hiver est officiellement ouvert et ça s'annonce bouillant", + "description": "Le mercato a ouvert officiellement ce samedi en France, en Allemagne et en Angleterre. De gros voire très gros dossiers sont sur la table, pour ce mois-ci... et l'été prochain, avec des noms comme Kylian Mbappé, Erling Haaland, Philippe Coutinho, Ousmane Dembélé ou Anthony Martial qui devraient truster les gros titres.

", + "content": "Le mercato a ouvert officiellement ce samedi en France, en Allemagne et en Angleterre. De gros voire très gros dossiers sont sur la table, pour ce mois-ci... et l'été prochain, avec des noms comme Kylian Mbappé, Erling Haaland, Philippe Coutinho, Ousmane Dembélé ou Anthony Martial qui devraient truster les gros titres.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1-un-senateur-demande-l-adaptation-des-jauges-dans-les-stades-et-va-deposer-un-amendement_AV-202112290153.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/le-mercato-d-hiver-est-officiellement-ouvert-et-ca-s-annonce-bouillant_AV-202112310366.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:08:38 GMT", - "enclosure": "https://images.bfmtv.com/EaFWwMpN70jpRsY5FvjvPjeAlh4=/8x4:1192x670/800x0/images/-877999.jpg", + "pubDate": "Fri, 31 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/y9BeOBtQx6ILslxGKv26wkiB2fY=/0x42:2048x1194/800x0/images/Ousmane-Dembele-Barca-1202212.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26015,19 +27119,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5e03df01e31e7a7ea230b8accbba6fc" + "hash": "7378b7e0276158ddbd43008630711f4d", + "highlights": [] }, { - "title": "Man City: \"Je vais attraper tes enfants dans le parking\", Nasri raconte ses embrouilles avec Mancini", - "description": "Samir Nasri a profité de l’émission \"The Big 5\" diffusée sur Canal + pour revenir sur son passage à Manchester City au début des années 2010. En racontant dans le détail ses rapports conflictuels avec Roberto Mancini.

", - "content": "Samir Nasri a profité de l’émission \"The Big 5\" diffusée sur Canal + pour revenir sur son passage à Manchester City au début des années 2010. En racontant dans le détail ses rapports conflictuels avec Roberto Mancini.

", - "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-je-vais-attraper-tes-enfants-dans-le-parking-nasri-raconte-ses-embrouilles-avec-mancini_AV-202112290142.html", + "title": "PRONOS PARIS RMC Le pari de folie du 1er janvier – Premier League – Angleterre", + "description": "Notre pronostic : Tottenham s’impose à Watford et les deux équipes marquent (3.10)

", + "content": "Notre pronostic : Tottenham s’impose à Watford et les deux équipes marquent (3.10)

", + "category": "", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-1er-janvier-premier-league-angleterre_AN-202112310162.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 10:43:52 GMT", - "enclosure": "https://images.bfmtv.com/JdJ14x0CZ0rucsLERErXZT0Hh0E=/0x53:2048x1205/800x0/images/Samir-Nasri-et-Roberto-Mancini-1201059.jpg", + "pubDate": "Fri, 31 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/wL2dSOSdZeUW_FCEbBXp7EFeGTo=/0x57:2000x1182/800x0/images/Tottenham-1201953.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/wL2dSOSdZeUW_FCEbBXp7EFeGTo=/0x57:2000x1182/800x0/images/Tottenham-1201953.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26036,17 +27141,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "b976609de057d050cbd1d685cf5defb1" + "hash": "4f01189b2c7ec6b925cd58616777db51", + "highlights": [] }, { - "title": "Manchester United: tensions dans le vestiaire, Ronaldo pointé du doigt, sacré chantier pour Rangnick", - "description": "Après le match nul décevant de Manchester United à Newcastle lundi soir, le Daily Mail a révélé des tensions au sein du vestiaire des Red Devils, alors que Gary Neville, ancien du club, a appelé les joueurs à se remobiliser.

", - "content": "Après le match nul décevant de Manchester United à Newcastle lundi soir, le Daily Mail a révélé des tensions au sein du vestiaire des Red Devils, alors que Gary Neville, ancien du club, a appelé les joueurs à se remobiliser.

", + "title": "Ligue 1: PSG, OM, Lille, OL… les tendances pour le mercato d’hiver", + "description": "Le marché hivernal ouvrira officiellement ses portes samedi (1er janvier). Les clubs de Ligue 1 vont avoir un mois pour peaufiner leurs effectifs, avec des arrivées ou des départs. RMC Sport fait le point sur les mouvements à prévoir dans les principaux clubs français.

", + "content": "Le marché hivernal ouvrira officiellement ses portes samedi (1er janvier). Les clubs de Ligue 1 vont avoir un mois pour peaufiner leurs effectifs, avec des arrivées ou des départs. RMC Sport fait le point sur les mouvements à prévoir dans les principaux clubs français.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-tensions-dans-le-vestiaire-ronaldo-pointe-du-doigt-sacre-chantier-pour-rangnick_AV-202112290138.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/ligue-1-psg-om-lille-ol-les-tendances-pour-le-mercato-d-hiver_AV-202112290222.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 10:36:14 GMT", - "enclosure": "https://images.bfmtv.com/pDZIiVQqe9YM5q62ONQd8b5Kcz8=/0x0:768x432/800x0/images/La-star-de-Manchester-United-Cristiano-Ronaldo-ici-a-Norwich-City-pour-la-derniere-sortie-de-son-club-en-Championnat-le-11-decembre-2021-1190746.jpg", + "pubDate": "Wed, 29 Dec 2021 14:38:53 GMT", + "enclosure": "https://images.bfmtv.com/jAQYytsgHlDS5iwPxRHkucBI_5w=/0x0:2016x1134/800x0/images/Aurelien-Tchouameni-1160172.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -26057,19 +27163,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "de661026c060afd80f4895703be8a2fe" + "hash": "0dc975e2d63922cb4dcf9b4936c11275", + "highlights": [] }, { - "title": "Ski alpin: Mikaela Shiffrin annonce être positive au Covid-19", - "description": "A six semaines des JO d'hiver de Pekin, ça tombe mal.

", - "content": "A six semaines des JO d'hiver de Pekin, ça tombe mal.

", + "title": "Coupe du monde, JO, Tour de France... le calendrier 2022 des principaux événements sportifs", + "description": "Découvrez la liste et les dates des principaux événements sportifs de l'année 2022, avec notamment les Jeux olympiques d'hiver à Pékin et la Coupe du monde masculine de football au Qatar.

", + "content": "Découvrez la liste et les dates des principaux événements sportifs de l'année 2022, avec notamment les Jeux olympiques d'hiver à Pékin et la Coupe du monde masculine de football au Qatar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alpin-mikaela-shiffrin-annonce-etre-positive-au-covid-19_AD-202112270176.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde-jo-tour-de-france-le-calendrier-2022-des-principaux-evenements-sportifs_AV-202112310217.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 12:10:08 GMT", - "enclosure": "https://images.bfmtv.com/OKHnvtAL7TwILiQeWXrSuDMMlhg=/0x47:768x479/800x0/images/L-Americaine-Mikaela-Shiffrin-apres-sa-victoire-dans-le-slalom-geant-de-Courchevel-le-21-decembre-2021-1192538.jpg", + "pubDate": "Fri, 31 Dec 2021 22:30:00 GMT", + "enclosure": "https://images.bfmtv.com/CnrEvSNK_0w1h1qJf78xgxFzFIU=/0x185:2048x1337/800x0/images/Pekin-2022-1002626.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/CnrEvSNK_0w1h1qJf78xgxFzFIU=/0x185:2048x1337/800x0/images/Pekin-2022-1002626.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26078,19 +27185,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4de9d4b04073afcb39fc015a6f289a8a" + "hash": "9d10d7a9ce1ded211ea3c8717e68d3bf", + "highlights": [] }, { - "title": "Mercato: la Fiorentina a fixé le prix pour sa pépite Vlahovic", - "description": "Selon Sky Italia, la Fiorentina réclame au moins 70 millions d’euros pour son attaquant serbe Dusan Vlahovic, sous contrat jusqu'en 2023. La sensation de la Viola (21 ans) a peu de chance de quitter Florence cet hiver.

", - "content": "Selon Sky Italia, la Fiorentina réclame au moins 70 millions d’euros pour son attaquant serbe Dusan Vlahovic, sous contrat jusqu'en 2023. La sensation de la Viola (21 ans) a peu de chance de quitter Florence cet hiver.

", + "title": "Mercato: \"Je jouerai en Espagne\", la phrase rapportée d'Haaland qui enflamme toute l'Espagne", + "description": "Alors que son nom circule fortement au Real Madrid et au FC Barcelone, Erling Haaland aurait lâché qu'il \"jouera en Espagne\" l'an prochain à des fans, lors de ses vacances à Marbella. De quoi déjà enflammer le mercato.

", + "content": "Alors que son nom circule fortement au Real Madrid et au FC Barcelone, Erling Haaland aurait lâché qu'il \"jouera en Espagne\" l'an prochain à des fans, lors de ses vacances à Marbella. De quoi déjà enflammer le mercato.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-la-fiorentina-a-fixe-le-prix-pour-sa-pepite-vlahovic_AN-202112270166.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-je-jouerai-en-espagne-la-phrase-rapportee-d-haaland-qui-enflamme-toute-l-espagne_AV-202112310358.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 11:41:41 GMT", - "enclosure": "https://images.bfmtv.com/X2EKOFcbiENLQsFHmOf4lvDDwkA=/0x1:2048x1153/800x0/images/Dusan-Vlahovic-1164583.jpg", + "pubDate": "Fri, 31 Dec 2021 21:40:26 GMT", + "enclosure": "https://images.bfmtv.com/AmmeTdx90qzXi6igIvzqFlj0Vvg=/0x71:2048x1223/800x0/images/Erling-Haaland-1202205.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/AmmeTdx90qzXi6igIvzqFlj0Vvg=/0x71:2048x1223/800x0/images/Erling-Haaland-1202205.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26099,19 +27207,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "21509a45f4da546f5935733faf906442" + "hash": "3cdd5019b58710eb312691fb33c7a5ea", + "highlights": [] }, { - "title": "Mort de l'ex-footballeur Dalian Atkinson: les excuses de la police britannique", - "description": "Cinq ans après le décès de Dalian Atkinson, un ex-footballeur décédé à 48 ans après avoir reçu une décharge de taser, la police britannique a présenté ses excuses à sa famille.

", - "content": "Cinq ans après le décès de Dalian Atkinson, un ex-footballeur décédé à 48 ans après avoir reçu une décharge de taser, la police britannique a présenté ses excuses à sa famille.

", + "title": "Équipe de France: Coupe du monde, Ligue des nations... le calendrier des Bleus en 2022", + "description": "Le calendrier des Bleus s'éclaircie pour l'année 2022, avec à l'horizon, la Coupe du monde au Qatar. Au menu notamment, des matchs amicaux et la Ligue des nations.

", + "content": "Le calendrier des Bleus s'éclaircie pour l'année 2022, avec à l'horizon, la Coupe du monde au Qatar. Au menu notamment, des matchs amicaux et la Ligue des nations.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/mort-de-l-ex-footballeur-dalian-atkinson-les-excuses-de-la-police-britannique_AD-202112270161.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-coupe-du-monde-ligue-des-nations-le-calendrier-des-bleus-en-2022_AV-202112310290.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 11:34:31 GMT", - "enclosure": "https://images.bfmtv.com/WN3Bu2Lv8ROvo9ZJwr5ZtOLgE6s=/0x0:1728x972/800x0/images/Dalian-Atkinson-1020131.jpg", + "pubDate": "Fri, 31 Dec 2021 21:27:00 GMT", + "enclosure": "https://images.bfmtv.com/OTJDgF_VciAeGKfM4d4gBwuOFEo=/113x273:2033x1353/800x0/images/Equipe-de-France-1194759.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/OTJDgF_VciAeGKfM4d4gBwuOFEo=/113x273:2033x1353/800x0/images/Equipe-de-France-1194759.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26120,19 +27229,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "416cf2785c65fac7b643385c1f9b16de" + "hash": "5f9da92557839840f37c6053dbfd4a38", + "highlights": [] }, { - "title": "OM: Caleta-Car dans le viseur de Newcastle?", - "description": "Duje Caleta-Car reste toujours autant associé à un départ lors du mercato hivernal. Selon la presse britannique, le défenseur croate de l’OM plairait à Newcastle le nouveau riche de la Premier League.

", - "content": "Duje Caleta-Car reste toujours autant associé à un départ lors du mercato hivernal. Selon la presse britannique, le défenseur croate de l’OM plairait à Newcastle le nouveau riche de la Premier League.

", + "title": "Mercato en direct: Clement sera présent dimanche au match de Monaco", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/om-caleta-car-dans-le-viseur-de-newcastle_AV-202112270159.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 11:28:45 GMT", - "enclosure": "https://images.bfmtv.com/f4IRtH877dU5d2uH4vQ0kDH1644=/0x0:2048x1152/800x0/images/Duje-Caleta-Car-avec-l-OM-1195307.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26141,19 +27251,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bda98f8094a3173b99a2492525e3ad3" + "hash": "462ca60a77a18c35abb84fe83ec0b342", + "highlights": [] }, { - "title": "Mario Balotelli inscrit le but du week-end en Turquie", - "description": "Face à Göztepe, Mario Balotelli a inscrit l'un des buts du week-end ce dimanche. Pourtant, cela n'a pas suffi, puisque l'Adana Demispor n'a pu faire mieux qu'un nul face à son adversaire.

", - "content": "Face à Göztepe, Mario Balotelli a inscrit l'un des buts du week-end ce dimanche. Pourtant, cela n'a pas suffi, puisque l'Adana Demispor n'a pu faire mieux qu'un nul face à son adversaire.

", + "title": "Mercato en direct: ça y est, le mercato d'hiver est ouvert et ça s'annonce chaud", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/championnat-turquie/mario-balotelli-inscrit-le-but-du-week-end-en-turquie_AV-202112270155.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 11:08:54 GMT", - "enclosure": "https://images.bfmtv.com/jr9ihARZlFc2GF7yF-y0WS9fyuE=/4x253:1364x1018/800x0/images/Mario-Balotelli-1169031.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26162,19 +27273,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea0df349370231fa1da79a8332c4e276" + "hash": "729ed4a2acc0394f485f034b94957806", + "highlights": [] }, { - "title": "Gianluca Di Marzio, la voix du mercato, cette passion italienne", - "description": "Alors que le mercato ouvre ses portes le 1er janvier, l'AFP fait le protrait de celui qui fait et défait les rumeurs et infos en Italie et pas seulement.

", - "content": "Alors que le mercato ouvre ses portes le 1er janvier, l'AFP fait le protrait de celui qui fait et défait les rumeurs et infos en Italie et pas seulement.

", + "title": "Linas-Montlhéry, ce petit poucet qui s'habitue à la Coupe de France", + "description": "Linas-Montlhéry, qui évolue en National 3, défie Amiens, pensionnaire de Ligue 2, en 16es de finale de la Coupe de France dimanche à 18h30. Il y a deux ans seulement, la formation de l'Essonne, alors en R1, avait affronté le PSG en 32es de finale.

", + "content": "Linas-Montlhéry, qui évolue en National 3, défie Amiens, pensionnaire de Ligue 2, en 16es de finale de la Coupe de France dimanche à 18h30. Il y a deux ans seulement, la formation de l'Essonne, alors en R1, avait affronté le PSG en 32es de finale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/gianluca-di-marzio-la-voix-du-mercato-cette-passion-italienne_AD-202112270151.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/linas-montlhery-ce-petit-poucet-qui-s-habitue-a-la-coupe-de-france_AV-202112310210.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 11:02:04 GMT", - "enclosure": "https://images.bfmtv.com/jKW7rbGDOY61xR6BRcjs3sJ7ayg=/0x40:768x472/800x0/images/Le-journaliste-de-Sky-Sport-ecrivain-et-specialiste-du-marche-des-transferts-de-football-Gianluca-Di-Marzio-a-Milan-le-20-decembre-2021-1195303.jpg", + "pubDate": "Fri, 31 Dec 2021 14:32:54 GMT", + "enclosure": "https://images.bfmtv.com/wGC0Ao23Jnwd2L2WgGf2drqNWKI=/0x106:2048x1258/800x0/images/1191419.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/wGC0Ao23Jnwd2L2WgGf2drqNWKI=/0x106:2048x1258/800x0/images/1191419.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26183,19 +27295,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5a70468149f4c7b44fb01f207a546ec" + "hash": "d45649031b7c8dd8b90ac538b452b008", + "highlights": [] }, { - "title": "Mercato: comment un Barça surendetté peut payer 55 millions pour Ferran Torres", - "description": "Endetté jusqu’au cou, le FC Barcelone va pourtant casser sa tirelire pour s’offrir Ferran Torres. Montant de l’opération: 55 millions d’euros, plus bonus. Une somme colossale qui logiquement interroge, mais peu largement se justifier. Explications.

", - "content": "Endetté jusqu’au cou, le FC Barcelone va pourtant casser sa tirelire pour s’offrir Ferran Torres. Montant de l’opération: 55 millions d’euros, plus bonus. Une somme colossale qui logiquement interroge, mais peu largement se justifier. Explications.

", + "title": "Coupe de France: \"Le père Noël est passé avant l’heure\", comment Chauvigny se prépare avant l’OM", + "description": "Petit club de la Vienne habitué à jouer sa survie en National 3, Chauvigny a eu le bonheur de tomber sur l’OM lors du tirage au sort des 16es de Coupe de France. Disciplinés pendant les fêtes afin de se donner les meilleures chances d’exister, dimanche à Limoges (21 heures), les Chauvinois sont déjà tournés depuis des jours vers cette soirée de sport historique.

", + "content": "Petit club de la Vienne habitué à jouer sa survie en National 3, Chauvigny a eu le bonheur de tomber sur l’OM lors du tirage au sort des 16es de Coupe de France. Disciplinés pendant les fêtes afin de se donner les meilleures chances d’exister, dimanche à Limoges (21 heures), les Chauvinois sont déjà tournés depuis des jours vers cette soirée de sport historique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-comment-un-barca-surendette-peut-payer-55-millions-pour-ferran-torres_AV-202112270149.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-pere-noel-est-passe-avant-l-heure-comment-chauvigny-se-prepare-avant-l-om_AV-202112300203.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 10:52:35 GMT", - "enclosure": "https://images.bfmtv.com/RsCUY1oMht5tsb_rORtVq2bbcXw=/12x0:1532x855/800x0/images/Ferran-Torres-est-cible-par-le-Barca-1176247.jpg", + "pubDate": "Thu, 30 Dec 2021 14:34:41 GMT", + "enclosure": "https://images.bfmtv.com/aoackss-BnHpSdwqZRuZdVBspi4=/0x175:2048x1327/800x0/images/Coupe-de-France-OM-1201528.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/aoackss-BnHpSdwqZRuZdVBspi4=/0x175:2048x1327/800x0/images/Coupe-de-France-OM-1201528.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26204,19 +27317,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da854d0aca4873f090777c05cff3a852" + "hash": "1aecfdf2a4bd4c5fc6e3775a38afa0f1", + "highlights": [] }, { - "title": "Les pronos hippiques du mardi 28 décembre", - "description": "Le Quinté+ du mardi 28 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du mardi 28 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Mbappé, Eriksen, quels sportifs ont le plus cartonné dans les recherches Google en 2021?", + "description": "L’année 2021 a été marquée par de nombreux événements sportifs entre l’Euro et les Jeux olympiques de Tokyo. Compétitions, sportifs vedettes, moments marquants…RMC Sport décrypte les principales recherches des internautes.

", + "content": "L’année 2021 a été marquée par de nombreux événements sportifs entre l’Euro et les Jeux olympiques de Tokyo. Compétitions, sportifs vedettes, moments marquants…RMC Sport décrypte les principales recherches des internautes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-28-decembre_AN-202112270146.html", + "link": "https://rmcsport.bfmtv.com/societe/quels-sportifs-et-evenements-ont-le-plus-cartonne-dans-les-recherches-google-en-2021_AV-202112310335.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 10:46:03 GMT", - "enclosure": "https://images.bfmtv.com/zwfl4JuYTr1BrOv8j44JljxymBU=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-mardi-28-decembre-1195064.jpg", + "pubDate": "Fri, 31 Dec 2021 20:05:00 GMT", + "enclosure": "https://images.bfmtv.com/l72t_GvytaQoaAUqWR1t9-Wh5X8=/0x68:2048x1220/800x0/images/Kylian-Mbappe-avec-les-Bleus-pendant-l-Euro-1202166.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/l72t_GvytaQoaAUqWR1t9-Wh5X8=/0x68:2048x1220/800x0/images/Kylian-Mbappe-avec-les-Bleus-pendant-l-Euro-1202166.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26225,19 +27339,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b63f517f9ed552bd63d2822259f3a92c" + "hash": "49e3ccba43913f3ed725150b11aa2b89", + "highlights": [] }, { - "title": "Vacciné ou pas? Ca va jouer un grand rôle dans le mercato des cadors de Premier League", - "description": "Alors que le mercato ouvre ses portes le premier janvier et que la Premier League fait face à de nombreux cas de Covid, les managers des principaux clubs prenennt position.

", - "content": "Alors que le mercato ouvre ses portes le premier janvier et que la Premier League fait face à de nombreux cas de Covid, les managers des principaux clubs prenennt position.

", + "title": "Top 14: Toulon frappé par de \"nombreux cas\" de Covid-19, le match à Montpellier incertain", + "description": "Toulon annonce ce vendredi soir que \"nombreux cas positifs de Covid-19 ont été détectés\" dans son effectif. Le club Rouge et Noir annonce avoir informer la commission de la ligue pour décider du sort de son match face à Montpellier, dimanche soir (21h05).

", + "content": "Toulon annonce ce vendredi soir que \"nombreux cas positifs de Covid-19 ont été détectés\" dans son effectif. Le club Rouge et Noir annonce avoir informer la commission de la ligue pour décider du sort de son match face à Montpellier, dimanche soir (21h05).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/vaccine-ou-pas-ca-va-jouer-un-grand-role-dans-le-mercato-des-cadors-de-premier-league_AV-202112270140.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-toulon-frappe-par-de-nombreux-cas-de-covid-19-le-match-a-montpellier-incertain_AV-202112310337.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 10:26:25 GMT", - "enclosure": "https://images.bfmtv.com/Iqb62K1AjQyfYgpqezj24yD12pY=/0x106:2048x1258/800x0/images/Ralf-RANGNICK-1186211.jpg", + "pubDate": "Fri, 31 Dec 2021 19:39:00 GMT", + "enclosure": "https://images.bfmtv.com/o395N2GwUTHKR-WP2JH6DH66il8=/0x106:2048x1258/800x0/images/1202157.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/o395N2GwUTHKR-WP2JH6DH66il8=/0x106:2048x1258/800x0/images/1202157.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26246,19 +27361,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "49182e4e6e6a2ccdf3a4954b41aa7d35" + "hash": "2fe830310ff4c52633bf47b209e270f6", + "highlights": [] }, { - "title": "PSG: Mbappé en voyage à Dubaï pour une remise de prix", - "description": "Kylian Mbappé est arrivé ce lundi à Dubaï aux Émirats arabes unis afin d’assister aux Globe Soccer Awards. L’attaquant du PSG figure parmi les nommés au titre de joueur de l’année face, notamment, à Karim Benzema ou Robert Lewandowski et son coéquipier Lionel Messi.

", - "content": "Kylian Mbappé est arrivé ce lundi à Dubaï aux Émirats arabes unis afin d’assister aux Globe Soccer Awards. L’attaquant du PSG figure parmi les nommés au titre de joueur de l’année face, notamment, à Karim Benzema ou Robert Lewandowski et son coéquipier Lionel Messi.

", + "title": "Manchester City: agressé jeudi soir, Cancelo déjà disponible pour affronter Arsenal", + "description": "Agressé à son domicile ce jeudi soir, le latéral de Manchester City Joao Cancelo est du déplacement de son équipe à Londres, pour y défier Arsenal ce samedi (13h30 sur RMC Sport). Son club aurait validé sa présence dans le groupe après un contrôle de son état physique et mental.

", + "content": "Agressé à son domicile ce jeudi soir, le latéral de Manchester City Joao Cancelo est du déplacement de son équipe à Londres, pour y défier Arsenal ce samedi (13h30 sur RMC Sport). Son club aurait validé sa présence dans le groupe après un contrôle de son état physique et mental.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-en-voyage-a-dubai-pour-une-remise-de-prix_AV-202112270138.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-agresse-jeudi-cancelo-deja-disponible-pour-affronter-arsenal_AV-202112310320.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 10:16:23 GMT", - "enclosure": "https://images.bfmtv.com/F-Wywnrxpvg6qC_cPFWAaJimn04=/0x65:2048x1217/800x0/images/Kylian-Mbappe-et-Marco-Verratti-avec-le-PSG-1195288.jpg", + "pubDate": "Fri, 31 Dec 2021 19:08:23 GMT", + "enclosure": "https://images.bfmtv.com/aKfW57ejOcfINrtR3sEdzVXQWIo=/0x65:2048x1217/800x0/images/1202112.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/aKfW57ejOcfINrtR3sEdzVXQWIo=/0x65:2048x1217/800x0/images/1202112.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26267,19 +27383,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "146dd69b09415a879baf8ddafb8b7c9c" + "hash": "956dfbc2a556ee330086255233a1fa8c", + "highlights": [] }, { - "title": "A peine arrivé à Tottenham, Antonio Conte ne ferme pas la porte à un retour à l'Inter", - "description": "Après la victoire de Tottenham face à Crystal Palace, Antonio Conte débute bien sur le banc des Spurs. Alors qu'il a quitté l'Inter à l'intersaison, il a laissé la porte ouverte à un retour chez les Nerazzurri.

", - "content": "Après la victoire de Tottenham face à Crystal Palace, Antonio Conte débute bien sur le banc des Spurs. Alors qu'il a quitté l'Inter à l'intersaison, il a laissé la porte ouverte à un retour chez les Nerazzurri.

", + "title": "Monaco: démis de ses fonctions, Kovac a dit au revoir à ses joueurs", + "description": "Démis de ses fonctions d’entraîneur de l’AS Monaco, Nico Kovac a salué ses joueurs lors d’un dernier entraînement au stade Louis-II. Le Croate s’est montré fataliste, alors que son club n’a toujours pas officialisé la nouvelle.

", + "content": "Démis de ses fonctions d’entraîneur de l’AS Monaco, Nico Kovac a salué ses joueurs lors d’un dernier entraînement au stade Louis-II. Le Croate s’est montré fataliste, alors que son club n’a toujours pas officialisé la nouvelle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/a-peine-arrive-a-tottenham-antonio-conte-ne-ferme-pas-la-porte-a-un-retour-a-l-inter_AV-202112270137.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-demis-de-ses-fonctions-kovac-a-dit-au-revoir-a-ses-joueurs_AV-202112310313.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 10:15:24 GMT", - "enclosure": "https://images.bfmtv.com/80des5TfuwnQgT7SCSAvK9_da5M=/0x40:768x472/800x0/images/L-entraineur-de-Tottenham-Antonio-Conte-lors-d-un-quart-de-finale-de-Coupe-de-la-Ligue-contre-West-Ham-le-22-decembre-2021-1194887.jpg", + "pubDate": "Fri, 31 Dec 2021 18:56:40 GMT", + "enclosure": "https://images.bfmtv.com/7mKiPR_3GEs07j_2EeElvkaXg7Y=/0x40:768x472/800x0/images/Le-coach-de-l-AS-Monaco-Niko-Kovac-et-Sofiane-Diop-restent-sur-un-match-nul-vierge-sur-le-terrain-du-Stade-de-Reims-le-7-novembre-2021-1170095.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/7mKiPR_3GEs07j_2EeElvkaXg7Y=/0x40:768x472/800x0/images/Le-coach-de-l-AS-Monaco-Niko-Kovac-et-Sofiane-Diop-restent-sur-un-match-nul-vierge-sur-le-terrain-du-Stade-de-Reims-le-7-novembre-2021-1170095.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26288,19 +27405,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4a102044f4435f9691a3c9eaa3bf557" + "hash": "ee45a7fe473be2cc73320df354a9b90d", + "highlights": [] }, { - "title": "Mercato: Le Real Madrid va devoir consulter le PSG dans le dossier Mbappé", - "description": "Alors que le Real Madrid peut négocier dès le 1er janvier avec Kylian Mbappé en vu d'un éventuel transfert en juin, les Madrilènes devront informer le PSG de l'avancée des négociations.

", - "content": "Alors que le Real Madrid peut négocier dès le 1er janvier avec Kylian Mbappé en vu d'un éventuel transfert en juin, les Madrilènes devront informer le PSG de l'avancée des négociations.

", + "title": "Le sport face au coronavirus en direct: Toulon annonce \"de nombreux cas\", le match contre Montpellier en suspens", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-real-madrid-va-devoir-consulter-le-psg-dans-le-dossier-mbappe_AV-202112270129.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 09:43:16 GMT", - "enclosure": "https://images.bfmtv.com/-qC6T_4nBa4EOwso8_bXMaOEHF4=/0x40:768x472/800x0/images/L-attaquant-francais-du-PSG-Kylian-Mbappe-celebre-un-but-isncrit-lors-du-match-de-Coupe-de-France-entre-Feignies-Aulnoye-N3-et-le-Paris-Saint-Germain-L1-le-19-decembre-2021-au-stade-du-Hainaut-a-Valenciennes-1191866.jpg", + "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", + "enclosure": "https://images.bfmtv.com/n2oPscmWXpigLGfVnphn_RFhS7c=/0x212:2048x1364/800x0/images/Les-joueurs-du-RCT-1202138.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/n2oPscmWXpigLGfVnphn_RFhS7c=/0x212:2048x1364/800x0/images/Les-joueurs-du-RCT-1202138.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26309,19 +27427,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "93c22f062ebed0b225a8cba2f99475ab" + "hash": "0caea0fff31ce5d1b69081e442757dfb", + "highlights": [] }, { - "title": "Newcastle-Manchester United: Varane de retour, un cadeau de Noël en retard pour Rangnick", - "description": "Blessé depuis le début du mois de novembre, Raphaël Varane devrait rejouer ce lundi lors du déplacement de Manchester United à Newcastle (21h sur RMC Sport 1). Paul Pogba devrait rester le seul joueur majeur absent au sein de l’effectif de Ralf Rangnick.

", - "content": "Blessé depuis le début du mois de novembre, Raphaël Varane devrait rejouer ce lundi lors du déplacement de Manchester United à Newcastle (21h sur RMC Sport 1). Paul Pogba devrait rester le seul joueur majeur absent au sein de l’effectif de Ralf Rangnick.

", + "title": "Arabie Saoudite: que devient Bafé Gomis, troisième meilleur buteur français de l'année 2021?", + "description": "L’attaquant d’Al-Hilal Bafétimbi Gomis continue d’empiler les buts loin des grands championnats européens. L’international français a marqué ce vendredi ses 32e et 33e buts de l’année pour offrir la victoire à Al-Hilal. Seuls Mbappé et Benzema font mieux côté tricolore en 2021.

", + "content": "L’attaquant d’Al-Hilal Bafétimbi Gomis continue d’empiler les buts loin des grands championnats européens. L’international français a marqué ce vendredi ses 32e et 33e buts de l’année pour offrir la victoire à Al-Hilal. Seuls Mbappé et Benzema font mieux côté tricolore en 2021.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/newcastle-manchester-united-varane-de-retour-un-cadeau-de-noel-en-retard-pour-rangnick_AV-202112270126.html", + "link": "https://rmcsport.bfmtv.com/football/arabie-saoudite-que-devient-bafe-gomis-troisieme-meilleur-buteur-francais-de-l-annee-2021_AV-202112310304.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 09:30:45 GMT", - "enclosure": "https://images.bfmtv.com/inHqKeQWDPgfaFLIX1UigyXZ-3k=/0x0:2048x1152/800x0/images/Raphael-Varane-avec-Manchester-United-1195272.jpg", + "pubDate": "Fri, 31 Dec 2021 18:32:43 GMT", + "enclosure": "https://images.bfmtv.com/gV3wYL_sjI7nqzjklCybTys66dI=/0x45:2048x1197/800x0/images/1202069.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/gV3wYL_sjI7nqzjklCybTys66dI=/0x45:2048x1197/800x0/images/1202069.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26330,19 +27449,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "728b038ea84177ccc4aaab317e84ae41" + "hash": "ec404df474339a7be304ffa6c0b7da6e", + "highlights": [] }, { - "title": "CAN 2022: imbroglio autour de Nasser Djiga, empêché par le FC Bâle de rejoindre le Burkina Faso", - "description": "Intimé par le FC Bâle de ne pas répondre à l’appel du Burkina Faso pour disputer la CAN (9 janvier-6 février), le défenseur Nasser Djiga se serait \"aligné sur la décision de son club\", selon son sélectionneur. Qui ne s’interdit pas d’entamer des procédures pour obliger le club à céder le joueur.

", - "content": "Intimé par le FC Bâle de ne pas répondre à l’appel du Burkina Faso pour disputer la CAN (9 janvier-6 février), le défenseur Nasser Djiga se serait \"aligné sur la décision de son club\", selon son sélectionneur. Qui ne s’interdit pas d’entamer des procédures pour obliger le club à céder le joueur.

", + "title": "Handball: Luka Karabatic forfait pour l’Euro", + "description": "La Fédération française de handball a confirmé ce vendredi le forfait de Luka Karabatic pour l’Euro. Le pivot de 33 ans souffre d’un pépin musculaire et ne participera donc pas à la compétition du 13 au 30 janvier 2022 en Hongrie et en Slovaquie.

", + "content": "La Fédération française de handball a confirmé ce vendredi le forfait de Luka Karabatic pour l’Euro. Le pivot de 33 ans souffre d’un pépin musculaire et ne participera donc pas à la compétition du 13 au 30 janvier 2022 en Hongrie et en Slovaquie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-imbroglio-autour-de-nasser-djiga-empeche-par-le-fc-bale-de-rejoindre-le-burkina-faso_AV-202112270120.html", + "link": "https://rmcsport.bfmtv.com/handball/handball-luka-karabatic-forfait-pour-l-euro_AV-202112310299.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 09:11:09 GMT", - "enclosure": "https://images.bfmtv.com/r1nUdwX_ojXlhBBVWUgWw9icW64=/0x80:768x512/800x0/images/Le-trophee-de-la-Coupe-d-Afrique-des-Nations-lors-de-la-CAN-2019-remportee-par-l-Algerie-contre-le-Senegal-au-Caire-Egypte-le-19-juillet-2019-1192749.jpg", + "pubDate": "Fri, 31 Dec 2021 17:22:00 GMT", + "enclosure": "https://images.bfmtv.com/qkJYAG3Y4oz8KS0V8B2b2L8lZkI=/0x106:2048x1258/800x0/images/Luka-Karabatic-lors-d-un-match-de-l-equipe-de-France-de-handball-1202111.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/qkJYAG3Y4oz8KS0V8B2b2L8lZkI=/0x106:2048x1258/800x0/images/Luka-Karabatic-lors-d-un-match-de-l-equipe-de-France-de-handball-1202111.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26351,19 +27471,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdff93ce52b6e5cc516c64d6da097895" + "hash": "d894415f89a74da2ff87fe5f211b6794", + "highlights": [] }, { - "title": "Ligue 1: la saison 2021-2022 est la plus prolifique depuis 40 ans", - "description": "Depuis le coup d'envoi de cette saison, rare sont les matchs qui se terminent sans buts. Alors que 19 journées ont été disputées, la Ligue 1 a battu un record avec 531 buts inscrits, une première depuis près de 40 ans.

", - "content": "Depuis le coup d'envoi de cette saison, rare sont les matchs qui se terminent sans buts. Alors que 19 journées ont été disputées, la Ligue 1 a battu un record avec 531 buts inscrits, une première depuis près de 40 ans.

", + "title": "Manchester United: l'explication de Thierry Henry sur les performances décevantes de Sancho", + "description": "Arraché à prix d’or à Dortmund par Manchester United l’été dernier, Jadon Sancho peine à trouver ses marques chez les Reds Devils. Les difficultés de l’ailier n’ont pas échappé à Thierry Henry qui, sur Amazon Prime UK, a critiqué les performances de l’Anglais.

", + "content": "Arraché à prix d’or à Dortmund par Manchester United l’été dernier, Jadon Sancho peine à trouver ses marques chez les Reds Devils. Les difficultés de l’ailier n’ont pas échappé à Thierry Henry qui, sur Amazon Prime UK, a critiqué les performances de l’Anglais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-la-saison-2021-2022-est-la-plus-prolifique-depuis-40-ans_AV-202112270118.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-l-explication-de-thierry-henry-sur-les-performances-decevantes-de-sancho_AV-202112310285.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 09:06:04 GMT", - "enclosure": "https://images.bfmtv.com/wAcTpI_i3iCLMoiD8VGXs8gfOgY=/0x39:768x471/800x0/images/Les-Srasbourgeois-saluent-leurs-supporters-apres-leur-victoire-3-0-face-a-Nice-lors-de-la-17e-journee-de-Ligue-1-le-5-decembre-2021-a-l-Allianz-Riviera-1189421.jpg", + "pubDate": "Fri, 31 Dec 2021 17:46:44 GMT", + "enclosure": "https://images.bfmtv.com/xcYUp4AUgRD2N-WUrZ0W6zaJTHY=/0x0:768x432/800x0/images/L-attaquant-de-Manchester-Jadon-Sancho-en-Premier-League-contre-Newcastle-le-11-septembre-2021-a-Manchester-1127448.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/xcYUp4AUgRD2N-WUrZ0W6zaJTHY=/0x0:768x432/800x0/images/L-attaquant-de-Manchester-Jadon-Sancho-en-Premier-League-contre-Newcastle-le-11-septembre-2021-a-Manchester-1127448.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26372,19 +27493,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80c648543d2d23dcd0e4e4a9030c07c9" + "hash": "988bf13b50ad308354cbace555d8eaae", + "highlights": [] }, { - "title": "F1: Hamilton encore perturbé par sa défaite et une possible retraite selon Wolff", - "description": "Lewis Hamilton est encore perturbé par la perte du titre mondial en Formule face à Max Verstappen selon Toto Wolff. Le patron de l’écurie Mercedes a reconnu échanger régulièrement avec son pilote dont l’avenir reste toujours aussi incertain.

", - "content": "Lewis Hamilton est encore perturbé par la perte du titre mondial en Formule face à Max Verstappen selon Toto Wolff. Le patron de l’écurie Mercedes a reconnu échanger régulièrement avec son pilote dont l’avenir reste toujours aussi incertain.

", + "title": "Barça: flou total autour de Depay... déjà poussé vers la sortie?", + "description": "Arrivé libre au Barça en début de saison, Memphis Depay pourrait rapidement quitter le club catalan. Selon plusieurs médias espagnols, l’attaquant néerlandais ne fait pas partie des plans de Xavi et se dirige vers un départ lors du mercato estival.

", + "content": "Arrivé libre au Barça en début de saison, Memphis Depay pourrait rapidement quitter le club catalan. Selon plusieurs médias espagnols, l’attaquant néerlandais ne fait pas partie des plans de Xavi et se dirige vers un départ lors du mercato estival.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-encore-perturbe-par-sa-defaite-et-une-possible-retraite-selon-wolff_AV-202112270113.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-flou-total-autour-de-depay-deja-pousse-vers-la-sortie_AV-202112310276.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 08:54:23 GMT", - "enclosure": "https://images.bfmtv.com/LKaRQPwE1VeM5buJZ1wdTJ4aFgY=/0x1:2048x1153/800x0/images/Toto-Wolff-et-Lewis-Hamilton-1188838.jpg", + "pubDate": "Fri, 31 Dec 2021 17:36:15 GMT", + "enclosure": "https://images.bfmtv.com/BYLJg3iXEv-CAw5KCqumJcsEif4=/0x27:2048x1179/800x0/images/Memphis-Depay-avec-le-Barca-1202082.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/BYLJg3iXEv-CAw5KCqumJcsEif4=/0x27:2048x1179/800x0/images/Memphis-Depay-avec-le-Barca-1202082.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26393,19 +27515,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e233f395ed345b38fee610a17513f595" + "hash": "42962811322034ebe1c44315ff2ad5f2", + "highlights": [] }, { - "title": "Mercato: quand les recruteurs de l’OL loupaient le jeune Erling Haaland", - "description": "En livrant quelques anecdotes de son livre biographique \"Erling Haaland, tout d’un grand\", Cyril Collot a révélé sur RMC que les recruteurs lyonnais ont peut-être manqué le coup du siècle. Venus il y a quelques années faire signer un jeune défenseur dans le club formateur d’Haaland, ceux-ci n’ont pas repéré le futur crack norvégien.

", - "content": "En livrant quelques anecdotes de son livre biographique \"Erling Haaland, tout d’un grand\", Cyril Collot a révélé sur RMC que les recruteurs lyonnais ont peut-être manqué le coup du siècle. Venus il y a quelques années faire signer un jeune défenseur dans le club formateur d’Haaland, ceux-ci n’ont pas repéré le futur crack norvégien.

", + "title": "Juve: le point sur la situation contractuelle de Dybala, libre en juin comme Dembélé et Mbappé", + "description": "Joueur indispensable dans le dispositif de Massimiliano Allegri, l’avenir de Paulo Dybala à la Juventus n’est toujours pas fixé. Sous contrat jusqu’en juin 2022, l’attaquant sera libre, à partir du 1er janvier, de négocier un contrat avec les clubs intéressés. Mais la Vieille Dame semble rester la priorité du joueur.

", + "content": "Joueur indispensable dans le dispositif de Massimiliano Allegri, l’avenir de Paulo Dybala à la Juventus n’est toujours pas fixé. Sous contrat jusqu’en juin 2022, l’attaquant sera libre, à partir du 1er janvier, de négocier un contrat avec les clubs intéressés. Mais la Vieille Dame semble rester la priorité du joueur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-quand-les-recruteurs-de-l-ol-loupaient-le-jeune-erling-haaland_AV-202112270090.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/juve-le-point-sur-la-situation-contractuelle-de-dybala-libre-en-juin-comme-dembele-et-mbappe_AV-202112310249.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 07:52:37 GMT", - "enclosure": "https://images.bfmtv.com/PvZe9Cxs9c72UCTmkLM3zW6f18o=/0x104:1984x1220/800x0/images/Erling-Haaland-Dortmund-1152184.jpg", + "pubDate": "Fri, 31 Dec 2021 16:59:41 GMT", + "enclosure": "https://images.bfmtv.com/MA2bV55eOagj8Tf6b-jU1anl3bk=/0x45:1968x1152/800x0/images/Paulo-Dybala-Juventus-1190424.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/MA2bV55eOagj8Tf6b-jU1anl3bk=/0x45:1968x1152/800x0/images/Paulo-Dybala-Juventus-1190424.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26414,19 +27537,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1111fc197b29decb697002a631fea2a0" + "hash": "adc2053cca9f0c4f44f65a190465d25f", + "highlights": [] }, { - "title": "Brésil: Ronaldo va faire un gros chèque à la Fifa", - "description": "La légende brésilienne Ronaldo a racheté le club de ses débuts Cruzeiro pendant le mois de décembre. L’ancien attaquant passé notamment par le Real Madrid va également rembourser une dette de plusieurs millions d’euros auprès de la Fifa pour des transferts non payés.

", - "content": "La légende brésilienne Ronaldo a racheté le club de ses débuts Cruzeiro pendant le mois de décembre. L’ancien attaquant passé notamment par le Real Madrid va également rembourser une dette de plusieurs millions d’euros auprès de la Fifa pour des transferts non payés.

", + "title": "Monaco: qui est Philippe Clement, le probable successeur de Niko Kovac?", + "description": "Champion de Belgique ces trois dernières saisons avec Genk puis le Club Bruges, Philippe Clement est bien parti pour succéder à Niko Kovac sur le banc de l'AS Monaco. Une telle progression serait logique pour cet entraîneur de 47 ans au style de jeu ambitieux.

", + "content": "Champion de Belgique ces trois dernières saisons avec Genk puis le Club Bruges, Philippe Clement est bien parti pour succéder à Niko Kovac sur le banc de l'AS Monaco. Une telle progression serait logique pour cet entraîneur de 47 ans au style de jeu ambitieux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bresil-ronaldo-va-faire-un-gros-cheque-a-la-fifa_AV-202112270089.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-qui-est-philippe-clement-le-probable-successeur-de-niko-kovac_AV-202112310237.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 07:50:14 GMT", - "enclosure": "https://images.bfmtv.com/2GnYnG1uoECO-dLAlkehusltIic=/12x0:1484x828/800x0/images/Sergio-Santos-Rodrigues-president-de-Cruzeiro-en-compagnie-de-Ronaldo-nouveau-proprietaire-1195210.jpg", + "pubDate": "Fri, 31 Dec 2021 16:29:00 GMT", + "enclosure": "https://images.bfmtv.com/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/ye2NLstYA584JZ19jsGqFzKySkM=/0x58:2048x1210/800x0/images/Philippe-Clement-1202001.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26435,19 +27559,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "15489d1b3164c151a2cf7dd37c60bfef" + "hash": "f579091edda83013eab5dbb3eccd0b82", + "highlights": [] }, { - "title": "Premier League: le beau geste de Tottenham pour soutenir les sans-abri", - "description": "A l'occasion de son match contre Crystal Palace ce dimanche, Tottenham a apporté son soutien à la campagne #NoHomeKit de Shelter, qui veut réduire le nombre de sans-abri en Angleterre.

", - "content": "A l'occasion de son match contre Crystal Palace ce dimanche, Tottenham a apporté son soutien à la campagne #NoHomeKit de Shelter, qui veut réduire le nombre de sans-abri en Angleterre.

", + "title": "PSG: où en est la situation de Mbappé, libre en juin et qui peut négocier avec d'autres clubs", + "description": "Kylian Mbappé verra son contrat avec le PSG expirer en juin prochain. A partir du 1er janvier 2022, l’attaquant de 23 ans pourra négocier et même trouver un accord avec le club de son choix, y compris avec Paris, qui cherche encore à le prolonger. Voici les derniers éléments de RMC Sport sur le feuilleton qui tient la planète foot en haleine.

", + "content": "Kylian Mbappé verra son contrat avec le PSG expirer en juin prochain. A partir du 1er janvier 2022, l’attaquant de 23 ans pourra négocier et même trouver un accord avec le club de son choix, y compris avec Paris, qui cherche encore à le prolonger. Voici les derniers éléments de RMC Sport sur le feuilleton qui tient la planète foot en haleine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-beau-geste-de-tottenham-pour-soutenir-les-sans-abri_AN-202112270078.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-ou-en-est-la-situation-de-mbappe-libre-en-juin-et-qui-peut-negocier-avec-d-autres-clubs_AV-202112310216.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 07:37:52 GMT", - "enclosure": "https://images.bfmtv.com/7v-eBCaGjEPc1LUw0mtSElY7oTc=/0x112:2000x1237/800x0/images/Un-supporter-des-Spurs-avant-Tottenham-Crystal-Palace-1195195.jpg", + "pubDate": "Fri, 31 Dec 2021 16:00:00 GMT", + "enclosure": "https://images.bfmtv.com/1Ga-x_3H07U4PAs5CnVb4CHkFXc=/0x20:2048x1172/800x0/images/Kylian-Mbappe-celebre-un-but-du-PSG-1201992.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/1Ga-x_3H07U4PAs5CnVb4CHkFXc=/0x20:2048x1172/800x0/images/Kylian-Mbappe-celebre-un-but-du-PSG-1201992.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26456,19 +27581,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ca37120e456b6c0a61151b429a48903" + "hash": "9f5ddc137e7276589cdafbe21d7fc05b", + "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: Mikaela Shiffrin annonce sur Twitter être positive", - "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs. Si la Premier League continuer de jouer pendant les fêtes, de nombreux matchs anglais sont reportés. Idem en rugby où le Top 14 se retrouve fortement impacté par l'évolution de la crise. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", - "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs. Si la Premier League continuer de jouer pendant les fêtes, de nombreux matchs anglais sont reportés. Idem en rugby où le Top 14 se retrouve fortement impacté par l'évolution de la crise. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "title": "Echecs: sacré champion du monde, Vachier-Lagrave se fixe un nouvel objectif ambitieux", + "description": "Maxime Vachier-Lagrave a remporté jeudi le titre de champion du monde de parties rapides d’échecs à Varsovie en battant Magnus Carlsen en finale. Le joueur français espère s’en servir comme d’un tremplin pour la suite de sa carrière.

", + "content": "Maxime Vachier-Lagrave a remporté jeudi le titre de champion du monde de parties rapides d’échecs à Varsovie en battant Magnus Carlsen en finale. Le joueur français espère s’en servir comme d’un tremplin pour la suite de sa carrière.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-27-decembre-2021_LN-202112270048.html", + "link": "https://rmcsport.bfmtv.com/societe/echecs-sacre-champion-du-monde-vachier-lagrave-se-fixe-un-nouvel-objectif-ambitieux_AN-202112310235.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 06:42:43 GMT", - "enclosure": "https://images.bfmtv.com/OKHnvtAL7TwILiQeWXrSuDMMlhg=/0x47:768x479/800x0/images/L-Americaine-Mikaela-Shiffrin-apres-sa-victoire-dans-le-slalom-geant-de-Courchevel-le-21-decembre-2021-1192538.jpg", + "pubDate": "Fri, 31 Dec 2021 15:56:33 GMT", + "enclosure": "https://images.bfmtv.com/wV6ropE8VMtwXt_GMtDgCjH03D8=/0x0:2048x1152/800x0/images/Maxime-Vachier-Lagrave-champion-du-monde-2021-de-blitz-1202030.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/wV6ropE8VMtwXt_GMtDgCjH03D8=/0x0:2048x1152/800x0/images/Maxime-Vachier-Lagrave-champion-du-monde-2021-de-blitz-1202030.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26477,19 +27603,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ac1b41ade9b599266e2bffa0602698e" + "hash": "eab8f8857e8a66a201aa6a46484464df", + "highlights": [] }, { - "title": "Ligue 1 en direct: Après les incidents, le Paris FC et l'OL risquent très gros", - "description": "La Ligue 1 fait une pause pendant les fêtes de fin d'année, mais l'actu ne s'arrête pas. Suivez en live toute les infos des clubs français sur RMC Sport.

", - "content": "La Ligue 1 fait une pause pendant les fêtes de fin d'année, mais l'actu ne s'arrête pas. Suivez en live toute les infos des clubs français sur RMC Sport.

", + "title": "Top 14: La Rochelle signe le Fidjien Tabu comme joker médical de Botia", + "description": "Avec la blessure au genou de Levanni Botia, le Stade Rochelais a décidé de faire appel à un joker médical pour combler l'absence du centre. Suivi depuis plusieurs mois, la club de Top 14 a officialisé la venue de Kavekini Tabu.

", + "content": "Avec la blessure au genou de Levanni Botia, le Stade Rochelais a décidé de faire appel à un joker médical pour combler l'absence du centre. Suivi depuis plusieurs mois, la club de Top 14 a officialisé la venue de Kavekini Tabu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toutes-les-infos-et-les-conferences-de-presse_LN-202112270043.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-la-rochelle-signe-le-fidjien-tabu-comme-joker-medical-de-botia_AV-202112310230.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 06:39:27 GMT", - "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.jpg", + "pubDate": "Fri, 31 Dec 2021 15:42:58 GMT", + "enclosure": "https://images.bfmtv.com/E5AtelwZhtqbjYaDEf8kfPjlOdc=/0x106:2048x1258/800x0/images/Stade-Rochelais-1202029.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/E5AtelwZhtqbjYaDEf8kfPjlOdc=/0x106:2048x1258/800x0/images/Stade-Rochelais-1202029.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26498,19 +27625,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d92a42bf577c0d3efe5e71de2ad46b" + "hash": "11bb8f5f5faa1672a8e959652ed8bf7e", + "highlights": [] }, { - "title": "Mercato en direct: Rafinha à Saint-Sébastien pour sa visite médicale", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "title": "UFC: Ngannou veut boxer contre Fury et Wilder", + "description": "Avant son combat tant attendu contre Ciryl Gane le 23 janvier lors de l’UFC 270 (en exclusivité sur RMC Sport 2), Francis Ngannou révèle vouloir se frotter aux boxeurs Tyson Fury et Deontay Wilder.

", + "content": "Avant son combat tant attendu contre Ciryl Gane le 23 janvier lors de l’UFC 270 (en exclusivité sur RMC Sport 2), Francis Ngannou révèle vouloir se frotter aux boxeurs Tyson Fury et Deontay Wilder.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-27-decembre_LN-202112270035.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-ngannou-veut-boxer-contre-fury-et-wilder_AV-202112310228.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 06:13:36 GMT", - "enclosure": "https://images.bfmtv.com/e_DI8YoeCffPzktSpgyw6w2oNSU=/0x0:2048x1152/800x0/images/Direction-la-Real-Sociedad-pour-Rafinha-1195283.jpg", + "pubDate": "Fri, 31 Dec 2021 15:37:18 GMT", + "enclosure": "https://images.bfmtv.com/JMJQOFC84Kzz3HrnV9cU1LMe_z0=/0x0:2048x1152/800x0/images/Francis-Ngannou-996920.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/JMJQOFC84Kzz3HrnV9cU1LMe_z0=/0x0:2048x1152/800x0/images/Francis-Ngannou-996920.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26519,19 +27647,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "05ec62e9c452c55bc2c47f34f5bb0e42" + "hash": "27ab7985046eda0c9ba7cb7071fd85f3", + "highlights": [] }, { - "title": "Barça: avant une semaine décisive pour sa prolongation, Dembélé poste un message sur Instagram", - "description": "En fin de contrat à la fin de la saison, Ousmane Dembélé se rapproche de jour en jour d’une prolongation avec le FC Barcelone. La presse espagnole affirme que l’officialisation sera actée cette semaine, le Français semble lui communiquer en ce sens sur ses réseaux sociaux.

", - "content": "En fin de contrat à la fin de la saison, Ousmane Dembélé se rapproche de jour en jour d’une prolongation avec le FC Barcelone. La presse espagnole affirme que l’officialisation sera actée cette semaine, le Français semble lui communiquer en ce sens sur ses réseaux sociaux.

", + "title": "Maroc: la fédération dédouane le Barça sur le cas Ez Abde", + "description": "Convoqué par le Maroc pour disputer la Coupe d’Afrique des nations 2022, Abdessamad Ezzalzouli ne disputera finalement pas cette compétition. Le président de la Fédération marocaine de football Fouzi Lekjaa a affirmé que ceci est un choix du joueur, et que le FC Barcelone n’est pas impliqué.

", + "content": "Convoqué par le Maroc pour disputer la Coupe d’Afrique des nations 2022, Abdessamad Ezzalzouli ne disputera finalement pas cette compétition. Le président de la Fédération marocaine de football Fouzi Lekjaa a affirmé que ceci est un choix du joueur, et que le FC Barcelone n’est pas impliqué.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-avant-une-semaine-decisive-pour-sa-prolongation-dembele-poste-un-message-sur-instagram_AV-202112270029.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-la-federation-dedouane-le-barca-sur-le-cas-ez-abde_AV-202112310226.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 05:58:51 GMT", - "enclosure": "https://images.bfmtv.com/oR9-4kvNO0bL3FgaMPy9md44nS4=/0x55:2048x1207/800x0/images/Ousmane-Dembele-1185673.jpg", + "pubDate": "Fri, 31 Dec 2021 15:29:58 GMT", + "enclosure": "https://images.bfmtv.com/-Uv5W4fbGWA_WXD2SPFoUIqycu4=/0x0:2048x1152/800x0/images/Ez-Abde-1194710.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/-Uv5W4fbGWA_WXD2SPFoUIqycu4=/0x0:2048x1152/800x0/images/Ez-Abde-1194710.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26540,19 +27669,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57bd34bd2b297057a63b87cc52a5ce96" + "hash": "5304241d3a935945d9ffe6c751b1a2e4", + "highlights": [] }, { - "title": "Mercato: surveillé par le PSG, Rüdiger aurait donné sa priorité au Real Madrid", - "description": "Si le PSG est attentif à sa situation, Antonio Rüdiger pourrait plutôt prendre la direction du Real Madrid, selon la presse madrilène et anglaise. L’international allemand, 28 ans, aurait même déjà pris contact avec plusieurs joueurs de la Maison Blanche en vue d'un transfert.

", - "content": "Si le PSG est attentif à sa situation, Antonio Rüdiger pourrait plutôt prendre la direction du Real Madrid, selon la presse madrilène et anglaise. L’international allemand, 28 ans, aurait même déjà pris contact avec plusieurs joueurs de la Maison Blanche en vue d'un transfert.

", + "title": "Saint-Étienne: Sako propose à Aubameyang de revenir pour aider le club", + "description": "Engagé par l’AS Saint-Etienne pour les six prochains mois afin d’apporter son expérience à l’effectif, Bakary Sako prend sa mission au sérieux. En conférence de presse, l’attaquant a même affirmé avoir demandé à Pierre-Emerick Aubameyang de revenir afin d’aider les Verts à se maintenir en Ligue 1.

", + "content": "Engagé par l’AS Saint-Etienne pour les six prochains mois afin d’apporter son expérience à l’effectif, Bakary Sako prend sa mission au sérieux. En conférence de presse, l’attaquant a même affirmé avoir demandé à Pierre-Emerick Aubameyang de revenir afin d’aider les Verts à se maintenir en Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-surveille-par-le-psg-rudiger-aurait-donne-sa-priorite-au-real-madrid_AV-202112270019.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/saint-etienne-sako-propose-a-aubameyang-de-revenir-pour-aider-le-club_AV-202112310225.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 05:29:31 GMT", - "enclosure": "https://images.bfmtv.com/QjyfaTxpAWHEzU1p52s_fRa9fYE=/0x40:768x472/800x0/images/Antonio-Ruediger-avec-Chelsea-contre-Manchester-City-a-Wembley-le-17-avril-2021-1172611.jpg", + "pubDate": "Fri, 31 Dec 2021 15:22:57 GMT", + "enclosure": "https://images.bfmtv.com/_Y1K6KE3ECW7K9HcWxCJMW8E4e8=/0x0:2048x1152/800x0/images/Bakary-Sako-et-Pierre-Emerick-Aubameyang-1202002.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/_Y1K6KE3ECW7K9HcWxCJMW8E4e8=/0x0:2048x1152/800x0/images/Bakary-Sako-et-Pierre-Emerick-Aubameyang-1202002.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26561,19 +27691,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0597be9b801fc5bcb858d41cf02dfba2" + "hash": "dd59b74706b7c15881331ea13657330e", + "highlights": [] }, { - "title": "Manchester United: \"Martial m’a dit que c’était le bon moment pour partir\" reconnait Rangnick", - "description": "L’entraîneur de Manchester United Ralf Rangnick a confirmé les velléités de départ de son attaquant français Anthony Martial. Le coach allemand n’est pas complètement opposé à son départ mais il assure que MU n’a pas reçu d’offre.

", - "content": "L’entraîneur de Manchester United Ralf Rangnick a confirmé les velléités de départ de son attaquant français Anthony Martial. Le coach allemand n’est pas complètement opposé à son départ mais il assure que MU n’a pas reçu d’offre.

", + "title": "Mercato en direct: un ultimatum fixé pour Luuk de Jong", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-martial-m-a-dit-que-c-etait-le-bon-moment-pour-partir-reconnait-rangnick_AV-202112260200.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 23:47:58 GMT", - "enclosure": "https://images.bfmtv.com/Gsadc6Y9kpSH8kubxJtxP75QLD4=/0x0:1936x1089/800x0/images/Anthony-Martial-1195120.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/S5bZUIjXGFnqwWq8nLQUOZVCEwI=/0x0:2048x1152/800x0/images/1194531.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/S5bZUIjXGFnqwWq8nLQUOZVCEwI=/0x0:2048x1152/800x0/images/1194531.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26582,19 +27713,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a5d591103dae481c2c7cfff8d57554a" + "hash": "d816ee825094970d7147583ec1a545f0", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 27 décembre – Premier League - Angleterre", - "description": "Notre pronostic : Manchester United s’impose à Newcastle et moins de 4,5 buts (1.80)

", - "content": "Notre pronostic : Manchester United s’impose à Newcastle et moins de 4,5 buts (1.80)

", + "title": "Liverpool: trois joueurs testés positifs au Covid-19, avant le choc contre Chelsea", + "description": "Jürgen Klopp a confirmé ce vendredi la contamination de trois joueurs et de plusieurs membres du staff de Liverpool au Covid-19. Si le duel contre Chelsea prévu dimanche en Premier League n’est pas encore reporté, il se retrouve forcément en danger.

", + "content": "Jürgen Klopp a confirmé ce vendredi la contamination de trois joueurs et de plusieurs membres du staff de Liverpool au Covid-19. Si le duel contre Chelsea prévu dimanche en Premier League n’est pas encore reporté, il se retrouve forcément en danger.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-27-decembre-premier-league-angleterre_AN-202112260006.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/liverpool-trois-joueurs-testes-positifs-au-covid-19-avant-le-choc-contre-chelsea_AV-202112310222.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/cWhfuV09FiqxPQytHZZAXuqwcU4=/0x0:2000x1125/800x0/images/C-Ronaldo-1194825.jpg", + "pubDate": "Fri, 31 Dec 2021 15:04:49 GMT", + "enclosure": "https://images.bfmtv.com/XyVFZflHcJbfPo7QA4zcrx-ur6A=/0x0:2048x1152/800x0/images/Jurgen-Klopp-entraineur-de-Liverpool-1202017.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/XyVFZflHcJbfPo7QA4zcrx-ur6A=/0x0:2048x1152/800x0/images/Jurgen-Klopp-entraineur-de-Liverpool-1202017.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26603,19 +27735,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "438a149b6af06a547e252fb5dd8c2741" + "hash": "36d84c8820c4ee17739f01d1f4a7ce07", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le nul du jour du 27 décembre – Super Lig – Turquie", - "description": "Notre pronostic : pas de vainqueur entre le Kayserispor et le Sivasspor (3.05)

", - "content": "Notre pronostic : pas de vainqueur entre le Kayserispor et le Sivasspor (3.05)

", + "title": "PSG: Mbappé déjà de retour à l’entraînement, avant le reste du groupe", + "description": "Alors que la reprise de l’entraînement est prévue pour ce samedi au PSG, Kylian Mbappé s’est rendu au Camp des Loges un jour en avance, ce vendredi, comme il l’a montré sur son compte Instagram.

", + "content": "Alors que la reprise de l’entraînement est prévue pour ce samedi au PSG, Kylian Mbappé s’est rendu au Camp des Loges un jour en avance, ce vendredi, comme il l’a montré sur son compte Instagram.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-27-decembre-super-lig-turquie_AN-202112260005.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-deja-de-retour-a-l-entrainement-avant-le-reste-du-groupe_AV-202112310209.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/Rj4Xrsk1__GZnIzL9x6KNLeyj-o=/0x157:2000x1282/800x0/images/M-Thiam-1194823.jpg", + "pubDate": "Fri, 31 Dec 2021 14:27:10 GMT", + "enclosure": "https://images.bfmtv.com/-ooTN7QWQG6P1LIt26xZ6pU-1KU=/0x589:1040x1174/800x0/images/1202013.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/-ooTN7QWQG6P1LIt26xZ6pU-1KU=/0x589:1040x1174/800x0/images/1202013.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26624,19 +27757,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a0c090f84e3e56bbdf335a86a4b567d" + "hash": "38c4dcb66f019ec79b2a46d19dbe8d30", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari sûr du 27 décembre – Jupiler Pro League – Belgique", - "description": "Notre pronostic : Anderlecht s’impose chez le Beerschot (1.44)

", - "content": "Notre pronostic : Anderlecht s’impose chez le Beerschot (1.44)

", + "title": "OM: Sampaoli dresse le profil idéal pour le mercato d'hiver", + "description": "Deux jours avant le 16e de finale de Coupe de France contre Chauvigny, l’entraîneur de l’OM Jorge Sampaoli s’est exprimé sur le mercato d’hiver qui ouvre ses portes ce samedi. Le coach argentin estime notamment que la perspective de la Coupe du monde 2022 va jouer un rôle.

", + "content": "Deux jours avant le 16e de finale de Coupe de France contre Chauvigny, l’entraîneur de l’OM Jorge Sampaoli s’est exprimé sur le mercato d’hiver qui ouvre ses portes ce samedi. Le coach argentin estime notamment que la perspective de la Coupe du monde 2022 va jouer un rôle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-27-decembre-jupiler-pro-league-belgique_AN-202112260004.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-sampaoli-dresse-le-profil-recherche-pour-le-mercato-d-hiver_AV-202112310207.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/jWyfXj4NduGyohvvedkzOo8JXIU=/15x193:1999x1309/800x0/images/Anderlecht-1194820.jpg", + "pubDate": "Fri, 31 Dec 2021 14:24:48 GMT", + "enclosure": "https://images.bfmtv.com/Vg9waK9myY-4HyGw3DYx18RcE6c=/0x36:2048x1188/800x0/images/Jorge-Sampaoli-1167225.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/Vg9waK9myY-4HyGw3DYx18RcE6c=/0x36:2048x1188/800x0/images/Jorge-Sampaoli-1167225.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26645,19 +27779,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24af3314f153be6fbfb7e6b72900c7b9" + "hash": "922b8b6d478e9e084eac0f991089cd1b", + "highlights": [] }, { - "title": "Brighton-Brentford: Neal Maupay boucle le Boxing Day avec un but splendide", - "description": "L’attaquant français de Brighton Neal Maupay s’est offert un bijou ce dimanche soir pour venir conclure le Boxing Day, lors de la victoire de Brighton face à Brentford, son ancienne équipe (2-0).

", - "content": "L’attaquant français de Brighton Neal Maupay s’est offert un bijou ce dimanche soir pour venir conclure le Boxing Day, lors de la victoire de Brighton face à Brentford, son ancienne équipe (2-0).

", + "title": "Rennes: Genesio critique le protocole Covid, qui n'oblige pas les clubs à faire des tests", + "description": "En conférence de presse ce vendredi, Bruno Genesio a fait le point sur le groupe du Stade Rennais avant le déplacement de dimanche à Nancy, en Coupe de France. L'occasion pour lui de rappeler qu'aucun protocole Covid ne contraint les clubs à tester ces joueurs.

", + "content": "En conférence de presse ce vendredi, Bruno Genesio a fait le point sur le groupe du Stade Rennais avant le déplacement de dimanche à Nancy, en Coupe de France. L'occasion pour lui de rappeler qu'aucun protocole Covid ne contraint les clubs à tester ces joueurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/brighton-brentford-neal-maupay-boucle-le-boxing-day-avec-un-but-splendide_AV-202112260199.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/rennes-genesio-critique-le-protocole-covid-qui-n-oblige-pas-les-clubs-a-faire-des-tests_AV-202112310205.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 22:48:31 GMT", - "enclosure": "https://images.bfmtv.com/_O2DZIvv_fbyC7VBuDgyjeL2rog=/0x106:2048x1258/800x0/images/1195117.jpg", + "pubDate": "Fri, 31 Dec 2021 14:21:52 GMT", + "enclosure": "https://images.bfmtv.com/NcWdVcmLoNAb1E_ZJLFNHRzCX9M=/0x0:768x432/800x0/images/L-entraineur-de-Rennes-Bruno-Genesio-lors-du-match-a-domicile-de-la-Ligue-Europa-Conference-contre-NS-Mura-Slovenie-le-4-novembre-2021-au-Roazhon-Park-1161358.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/NcWdVcmLoNAb1E_ZJLFNHRzCX9M=/0x0:768x432/800x0/images/L-entraineur-de-Rennes-Bruno-Genesio-lors-du-match-a-domicile-de-la-Ligue-Europa-Conference-contre-NS-Mura-Slovenie-le-4-novembre-2021-au-Roazhon-Park-1161358.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26666,19 +27801,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d6afa9fc73aba4be512e413efffc016" + "hash": "20a34f00f5ef3c84831f52c4f4c62910", + "highlights": [] }, { - "title": "Handball: un cluster chez les Bleus à trois semaines de l'Euro", - "description": "Plusieurs joueurs de l'équipe de France masculine de handball, réunie en stage de préparation en vue du championnat d'Europe qui commence le 13 janvier, ont été testés positifs au Covid, a annoncé dimanche la fédération française de handball.

", - "content": "Plusieurs joueurs de l'équipe de France masculine de handball, réunie en stage de préparation en vue du championnat d'Europe qui commence le 13 janvier, ont été testés positifs au Covid, a annoncé dimanche la fédération française de handball.

", + "title": "Premier League: Southampton-Newcastle reporté à cause du Covid", + "description": "Initialement prévu le 2 janvier, le match entre Southampton et Newcastle a été reporté en raison de plusieurs cas de Covid et des blessures chez les Magpies.

", + "content": "Initialement prévu le 2 janvier, le match entre Southampton et Newcastle a été reporté en raison de plusieurs cas de Covid et des blessures chez les Magpies.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/handball-un-cluster-chez-les-bleus-a-trois-semaines-de-l-euro_AD-202112260196.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-southampton-newcastle-reporte-a-cause-du-covid_AD-202112310200.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 22:25:28 GMT", - "enclosure": "https://images.bfmtv.com/JbvcJ-UATRL6hvcHyuB2J4z6dEM=/0x0:2048x1152/800x0/images/Hand-un-cluster-chez-les-Bleus-1195114.jpg", + "pubDate": "Fri, 31 Dec 2021 14:11:00 GMT", + "enclosure": "https://images.bfmtv.com/mE5vL_bptE56dxgTw560yR-ZsT4=/0x76:2048x1228/800x0/images/Newcastle-1181657.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/mE5vL_bptE56dxgTw560yR-ZsT4=/0x76:2048x1228/800x0/images/Newcastle-1181657.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26687,19 +27823,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6da508831578232eecfb6ec5ce06421c" + "hash": "6ca7bd2ca842c37284d9584c011485e7", + "highlights": [] }, { - "title": "Premier League, Aston Villa-Chelsea en direct", - "description": "En difficulté depuis quelques matches, Chelsea attaque son Boxing Day avec un déplacement périlleux sur la pelouse d’Aston Villa qui sera privé de son entraineur Steven Gerrard (Covid-19). Coup d’envoi sur RMC Sport 1 à 18h30 !

", - "content": "En difficulté depuis quelques matches, Chelsea attaque son Boxing Day avec un déplacement périlleux sur la pelouse d’Aston Villa qui sera privé de son entraineur Steven Gerrard (Covid-19). Coup d’envoi sur RMC Sport 1 à 18h30 !

", + "title": "PRONOS PARIS RMC Le pari du jour du 31 décembre - Liga - Espagne", + "description": "Notre pronostic: Valence bat l'Espanyol Barcelone, Soler ou Guedes marque (2.30)

", + "content": "Notre pronostic: Valence bat l'Espanyol Barcelone, Soler ou Guedes marque (2.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-aston-villa-chelsea-en-direct_LS-202112260154.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-31-decembre-liga-espagne_AN-202112300008.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 16:17:10 GMT", - "enclosure": "https://images.bfmtv.com/nqvh4lARgz6tmqG3I-Tlca2yncU=/0x33:1984x1149/800x0/images/R-Lukaku-1135903.jpg", + "pubDate": "Thu, 30 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/F7D3NMentMaBt6hR3B1YkyeaDMQ=/0x0:2000x1125/800x0/images/Guedes-et-Soler-Valence-1201163.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/F7D3NMentMaBt6hR3B1YkyeaDMQ=/0x0:2000x1125/800x0/images/Guedes-et-Soler-Valence-1201163.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26708,19 +27845,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b5a6a7db9f7596e7aec0eb2a1707e02" + "hash": "cb5eb44ed71f4bfb22faf108a1a950f8", + "highlights": [] }, { - "title": "RC Lens: Medina placé en garde à vue, soupçonné de violences volontaires sur une ex-compagne", - "description": "Le joueur du RC Lens Facundo Medina a été placé en garde à vue ce dimanche matin, selon L’Equipe, dans le cadre d’une enquête pour violences volontaires sur une ex-compagne, dans la nuit du 24 au 25 décembre.

", - "content": "Le joueur du RC Lens Facundo Medina a été placé en garde à vue ce dimanche matin, selon L’Equipe, dans le cadre d’une enquête pour violences volontaires sur une ex-compagne, dans la nuit du 24 au 25 décembre.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 31 décembre - NBA", + "description": "Mon pronostic : Cleveland bat Atlanta (1.82)

", + "content": "Mon pronostic : Cleveland bat Atlanta (1.82)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/rc-lens-medina-place-en-garde-a-vue-soupconne-de-violences-volontaires-sur-une-ex-compagne_AV-202112260149.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-31-decembre-nba_AN-202112310195.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 16:01:46 GMT", - "enclosure": "https://images.bfmtv.com/bA6KhjCo0USJ41DHuPgOBU-uXHc=/6x111:2038x1254/800x0/images/Facundo-Medina-1195049.jpg", + "pubDate": "Fri, 31 Dec 2021 13:48:24 GMT", + "enclosure": "https://images.bfmtv.com/bKdWN2uJQRS665cVbfYYyvi9Dtk=/0x0:2000x1125/800x0/images/RJ-Nembhard-1201999.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/bKdWN2uJQRS665cVbfYYyvi9Dtk=/0x0:2000x1125/800x0/images/RJ-Nembhard-1201999.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26729,19 +27867,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "378c14fed5d6249248f5f90f8175623f" + "hash": "c3a9f9409c87e47d0f222cd1687a6191", + "highlights": [] }, { - "title": "Ligue 1 en direct: Medina en garde à vue pour des faits de violences sur une ancienne compagne", - "description": "Après la 19e journée de Ligue 1, le championant fait une petite pause, mais l'actu elle ne s'arrête pas.

", - "content": "Après la 19e journée de Ligue 1, le championant fait une petite pause, mais l'actu elle ne s'arrête pas.

", + "title": "L'AS Pirae, club de Tahiti, va participer à la Coupe du monde des clubs", + "description": "Après les forfaits néo-zélandais et calédoniens, le club tahitien de l'AS Pirae a été contacté par la FIFA pour participer à la Coupe du monde des clubs aux Emirats arabes unis en février prochain.

", + "content": "Après les forfaits néo-zélandais et calédoniens, le club tahitien de l'AS Pirae a été contacté par la FIFA pour participer à la Coupe du monde des clubs aux Emirats arabes unis en février prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-multiplex-de-la-19e-journee_LS-202112220278.html", + "link": "https://rmcsport.bfmtv.com/football/l-as-pirae-club-de-tahiti-va-participer-a-la-coupe-du-monde-des-clubs_AV-202112310193.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 14:52:12 GMT", - "enclosure": "https://images.bfmtv.com/XPKue5eZvlH-vhBdoIRtUxN7gLE=/0x16:1200x691/800x0/images/-955352.jpg", + "pubDate": "Fri, 31 Dec 2021 13:39:05 GMT", + "enclosure": "https://images.bfmtv.com/lUwMAXonxruZnOHuFla_6dSbJSs=/0x58:1440x868/800x0/images/Coupe-du-monde-des-clubs-1201940.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/lUwMAXonxruZnOHuFla_6dSbJSs=/0x58:1440x868/800x0/images/Coupe-du-monde-des-clubs-1201940.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26750,19 +27889,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "03d6cc587e375a6a0e461b26971292f5" + "hash": "23d58eafabc087f16c4fb275eddf8054", + "highlights": [] }, { - "title": "Cyclo-cross: Van Aert domine Van der Poel à Termonde pour leurs retrouvailles", - "description": "Le premier duel de l'hiver en cyclo-cross entre Wout van Aert et Mathieu van der Poel a tourné à l'avantage du coureur belge, vainqueur ce dimanche de la 13e manche de coupe du monde de cyclo-cross à Termonde, en Belgique.

", - "content": "Le premier duel de l'hiver en cyclo-cross entre Wout van Aert et Mathieu van der Poel a tourné à l'avantage du coureur belge, vainqueur ce dimanche de la 13e manche de coupe du monde de cyclo-cross à Termonde, en Belgique.

", + "title": "Inter: la banderole des supporters qui en veulent toujours à Lukaku", + "description": "Alors qu'il a réaffirmé son amour pour l'Inter Milan dans une récente interview, Romelu Lukaku a eu droit à une réponse cinglante de la part des fans du club nerazzurri. Ils ont vécu son départ pour Chelsea comme une trahison et n'acceptent pas ses excuses.

", + "content": "Alors qu'il a réaffirmé son amour pour l'Inter Milan dans une récente interview, Romelu Lukaku a eu droit à une réponse cinglante de la part des fans du club nerazzurri. Ils ont vécu son départ pour Chelsea comme une trahison et n'acceptent pas ses excuses.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/cyclo-cross-van-aert-domine-van-der-poel-a-termonde-pour-leurs-retrouvailles_AV-202112260147.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/inter-la-banderole-des-supporters-qui-en-veulent-toujours-a-lukaku_AV-202112310192.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 15:39:43 GMT", - "enclosure": "https://images.bfmtv.com/n2XTXTyB8cCnL1TZLOZF0Vprux8=/0x106:2048x1258/800x0/images/1195044.jpg", + "pubDate": "Fri, 31 Dec 2021 13:34:34 GMT", + "enclosure": "https://images.bfmtv.com/T0IExq6Tl_5-V_xuOGaBnrYHlis=/0x0:2048x1152/800x0/images/Romelu-LUKAKU-1201970.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/T0IExq6Tl_5-V_xuOGaBnrYHlis=/0x0:2048x1152/800x0/images/Romelu-LUKAKU-1201970.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26771,19 +27911,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1198c0ac8884f6ff9deab5da47d049b" + "hash": "79a13a730701a7bc1a9e385f4e594d5e", + "highlights": [] }, { - "title": "Top 14: \"Pris au piège\", la frustration de Toulouse après le report du choc contre le Stade Français", - "description": "La LNR a acté le report du choc de la 13e journée de Top 14 entre le Stade Toulousain et le Stade Français prévu ce dimanche au Stadium. Une décision provoquée par la flambée de cas positifs au Covid-19 dans l’effectif parisien et qui a provoqué la colère de la direction de Toulouse.

", - "content": "La LNR a acté le report du choc de la 13e journée de Top 14 entre le Stade Toulousain et le Stade Français prévu ce dimanche au Stadium. Une décision provoquée par la flambée de cas positifs au Covid-19 dans l’effectif parisien et qui a provoqué la colère de la direction de Toulouse.

", + "title": "Cyclisme: sorti de l'hôpital, Ullrich remercie Armstrong après avoir encore \"échappé à la mort\"", + "description": "Dans un entretien à Bild ce vendredi, Jan Ullrich a expliqué son dernier passage à l'hôpital, nuançant la version de la presse allemande, laissant supposer une rechute avec l'alcool. L'ancien cycliste allemand en a profité pour remercier son vieux rival Lance Armstrong, \"la première personne\" à lui rendre visite.

", + "content": "Dans un entretien à Bild ce vendredi, Jan Ullrich a expliqué son dernier passage à l'hôpital, nuançant la version de la presse allemande, laissant supposer une rechute avec l'alcool. L'ancien cycliste allemand en a profité pour remercier son vieux rival Lance Armstrong, \"la première personne\" à lui rendre visite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-pris-au-piege-la-frustration-de-toulouse-apres-le-report-du-choc-contre-le-stade-francais_AV-202112260146.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-sorti-de-l-hopital-ullrich-remercie-armstrong-apres-avoir-encore-echappe-a-la-mort_AV-202112310191.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 15:33:15 GMT", - "enclosure": "https://images.bfmtv.com/m3mjYUkDMMxZ-DyaUwu1skAkNa8=/0x0:2048x1152/800x0/images/Didier-Lacroix-le-president-du-Stade-Toulousain-1195043.jpg", + "pubDate": "Fri, 31 Dec 2021 13:27:59 GMT", + "enclosure": "https://images.bfmtv.com/MQM_1Lr8bn3w72z4egZkcetmyxU=/3x99:1859x1143/800x0/images/Jan-Ullrich-1201975.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/MQM_1Lr8bn3w72z4egZkcetmyxU=/3x99:1859x1143/800x0/images/Jan-Ullrich-1201975.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26792,19 +27933,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "00ae078845f9ec929ab23de177da3881" + "hash": "2947ee4de4b141d96de1f2bb4d1273af", + "highlights": [] }, { - "title": "CAN: les internationaux pourront jouer avec leurs clubs jusqu'au 3 janvier", - "description": "Les joueurs internationaux concernés par la Coupe d'Afrique des nations au Cameroun (9 janvier - 6 février) pourront jouer avec leur club jusqu'au 3 janvier, a annoncé la Fédération internationale de football (Fifa) dimanche.

", - "content": "Les joueurs internationaux concernés par la Coupe d'Afrique des nations au Cameroun (9 janvier - 6 février) pourront jouer avec leur club jusqu'au 3 janvier, a annoncé la Fédération internationale de football (Fifa) dimanche.

", + "title": "Ligue 1: Angers-ASSE reporté en raison du coronavirus", + "description": "Alors que l'Angers SCO est décimé par le Covid, la LFP a décidé de reporter la rencontre face à Saint-Etienne, comptant pour la 20e journée de Ligue 1. Le club de l'Anjou obtient donc gain de cause.

", + "content": "Alors que l'Angers SCO est décimé par le Covid, la LFP a décidé de reporter la rencontre face à Saint-Etienne, comptant pour la 20e journée de Ligue 1. Le club de l'Anjou obtient donc gain de cause.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-les-internationaux-pourront-jouer-avec-leurs-clubs-jusqu-au-3-janvier_AD-202112260140.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-angers-asse-reporte-en-raison-du-coronavirus_AV-202112310190.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 15:15:01 GMT", - "enclosure": "https://images.bfmtv.com/r1nUdwX_ojXlhBBVWUgWw9icW64=/0x80:768x512/800x0/images/Le-trophee-de-la-Coupe-d-Afrique-des-Nations-lors-de-la-CAN-2019-remportee-par-l-Algerie-contre-le-Senegal-au-Caire-Egypte-le-19-juillet-2019-1192749.jpg", + "pubDate": "Fri, 31 Dec 2021 13:25:46 GMT", + "enclosure": "https://images.bfmtv.com/x_1-sqkJiV0BF_b6NrF9KBHvtbw=/7x107:1991x1223/800x0/images/L-equipe-d-Angers-est-decimee-par-le-Covid-1201977.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/x_1-sqkJiV0BF_b6NrF9KBHvtbw=/7x107:1991x1223/800x0/images/L-equipe-d-Angers-est-decimee-par-le-Covid-1201977.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26813,19 +27955,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57dcab6b1d98bce618d2e047e77ac66a" + "hash": "aa2883394f53dba44912ba4b0d39d0b3", + "highlights": [] }, { - "title": "Dakar: l’impact du Covid, le parcours, l’Arabie Saoudite, Castera fait le point", - "description": "Le directeur du Dakar, David Castera, est revenu dimanche sur RMC sur le parcours de la prochaine édition, qui débutera le 1er janvier, et sur l’installation désormais durable de l’épreuve en Arabie Saoudite.

", - "content": "Le directeur du Dakar, David Castera, est revenu dimanche sur RMC sur le parcours de la prochaine édition, qui débutera le 1er janvier, et sur l’installation désormais durable de l’épreuve en Arabie Saoudite.

", + "title": "Open d'Australie: Nadal est arrivé à Melbourne", + "description": "Après plusieurs mois de blessures et un test positif au Covid-19, Rafael Nadal va pouvoir reprendre la compétition. Via un post sur Twitter, l'Espagnol a publié sa présence à Melbourne pour l'Open d'Australie. Ce tournoi se disputera du 17 au 30 janvier 2022.

", + "content": "Après plusieurs mois de blessures et un test positif au Covid-19, Rafael Nadal va pouvoir reprendre la compétition. Via un post sur Twitter, l'Espagnol a publié sa présence à Melbourne pour l'Open d'Australie. Ce tournoi se disputera du 17 au 30 janvier 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-l-impact-du-covid-le-parcours-l-arabie-saoudite-castera-fait-le-point_AV-202112260134.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-nadal-est-arrive-a-melbourne_AV-202112310189.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 14:55:31 GMT", - "enclosure": "https://images.bfmtv.com/kZiNH6xmsYOaLgGME9mdZ5NJpKY=/0x106:2048x1258/800x0/images/Carlos-Sainz-sur-le-Dakar-2021-1195031.jpg", + "pubDate": "Fri, 31 Dec 2021 13:23:36 GMT", + "enclosure": "https://images.bfmtv.com/pdqsv_y0ra17OZzb4wjia-KjFIY=/0x0:768x432/800x0/images/L-Espagnol-Rafael-Nadal-lors-d-un-match-contre-le-Canadien-Denis-Shapovalov-match-d-exhibition-dans-l-emirat-d-Abou-Dhabi-Emirats-arabes-unis-le-18-decembre-2021-1194762.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/pdqsv_y0ra17OZzb4wjia-KjFIY=/0x0:768x432/800x0/images/L-Espagnol-Rafael-Nadal-lors-d-un-match-contre-le-Canadien-Denis-Shapovalov-match-d-exhibition-dans-l-emirat-d-Abou-Dhabi-Emirats-arabes-unis-le-18-decembre-2021-1194762.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26834,19 +27977,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c19db204e9eea511f93018ab299b1f5" + "hash": "a3b5d23de9b59a1e5d9cb851096f0929", + "highlights": [] }, { - "title": "NBA: l'organisation d'un tournoi en pleine saison à l'étude", - "description": "Alors que la saison de NBA est déjà dense, les dirigeants de la ligue étudient la possibilité de disputer un tournoi juste avant les fêtes. Cette idée pourrait être mise en place dès l'année prochaine.

", - "content": "Alors que la saison de NBA est déjà dense, les dirigeants de la ligue étudient la possibilité de disputer un tournoi juste avant les fêtes. Cette idée pourrait être mise en place dès l'année prochaine.

", + "title": "Mercato: Monaco proche d'un accord avec Clement, pour remplacer Kovac", + "description": "Selon les informations de RMC Sport, Philippe Clement, actuel entraîneur du Club Bruges, est proche d'un accord avec l'AS Monaco pour remplacer Niko Kovac. En cas d'échec de cette piste, Jesse Marsch pourrait être sollicité.

", + "content": "Selon les informations de RMC Sport, Philippe Clement, actuel entraîneur du Club Bruges, est proche d'un accord avec l'AS Monaco pour remplacer Niko Kovac. En cas d'échec de cette piste, Jesse Marsch pourrait être sollicité.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-l-organisation-d-un-tournoi-en-pleine-saison-a-l-etude_AV-202112260133.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-monaco-proche-d-un-accord-avec-clement-pour-remplacer-kovac_AV-202112310188.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 14:49:17 GMT", - "enclosure": "https://images.bfmtv.com/ScjvEi1W3Dg7vD4I79jgfAQxwKw=/0x66:768x498/800x0/images/La-star-des-Los-Angeles-Lakers-LeBron-James-conteste-une-decision-de-l-arbitre-Justin-Van-Duyne-lors-d-une-defaite-en-NBA-contre-les-San-Antonio-Spurs-au-Staples-Center-de-Los-Angeles-le-23-decembre-2021-1194332.jpg", + "pubDate": "Fri, 31 Dec 2021 13:21:07 GMT", + "enclosure": "https://images.bfmtv.com/Vh2pG4kACdaTR_j9wyfkGR3-Bxo=/0x62:1200x737/800x0/images/-851105.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/Vh2pG4kACdaTR_j9wyfkGR3-Bxo=/0x62:1200x737/800x0/images/-851105.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26855,19 +27999,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9390a2249eddbc1ebe5030891a90aa4e" + "hash": "d26213c84de44d830d5a5b552fdd709f", + "highlights": [] }, { - "title": "JO 2022: \"On n'a pas le droit à l'erreur\", Bastien Midol raconte l'impact du Covid-19 sur sa préparation", - "description": "Bastien Midol, spécialiste français du ski cross, a expliqué ce dimanche pour RMC les conséquences de la crise sanitaire liée au Covid-19, et le risque d'un test positif, sur sa préparation des Jeux olympiques de Pékin en février prochain.

", - "content": "Bastien Midol, spécialiste français du ski cross, a expliqué ce dimanche pour RMC les conséquences de la crise sanitaire liée au Covid-19, et le risque d'un test positif, sur sa préparation des Jeux olympiques de Pékin en février prochain.

", + "title": "OM en direct: Sampaoli annonce deux cas positifs au coronavirus avant Chauvigny", + "description": "Jorge Sampaoli se présentera une dernière fois en 2021 face à la presse ce vendredi, à l'occasion d'une conférence d'avant-match où il sera accompagné par Leonardo Balerdi. L'OM affrontera Chauvigny ce dimanche (21h) lors des seizièmes de finale de Coupe de France. La conférence de presse est à suivre en direct commenté sur RMC Sport à partir de 13h30.

", + "content": "Jorge Sampaoli se présentera une dernière fois en 2021 face à la presse ce vendredi, à l'occasion d'une conférence d'avant-match où il sera accompagné par Leonardo Balerdi. L'OM affrontera Chauvigny ce dimanche (21h) lors des seizièmes de finale de Coupe de France. La conférence de presse est à suivre en direct commenté sur RMC Sport à partir de 13h30.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-on-n-a-pas-le-droit-a-l-erreur-bastien-midol-raconte-l-impact-du-covid-19-sur-sa-preparation_AV-202112260129.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/om-en-direct-suivez-la-conference-de-presse-de-sampaoli-avant-chauvigny_LN-202112310109.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 14:23:23 GMT", - "enclosure": "https://images.bfmtv.com/U4f71IiBLeh1ekd_Hdf6pSUERBM=/0x112:2048x1264/800x0/images/Bastien-Midol-leader-francais-du-ski-cross-1195026.jpg", + "pubDate": "Fri, 31 Dec 2021 08:57:14 GMT", + "enclosure": "https://images.bfmtv.com/oO2yjZnuS7Vh1oR91K0MwbObO8g=/141x134:2045x1205/800x0/images/Jorge-Sampaoli-1176051.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/oO2yjZnuS7Vh1oR91K0MwbObO8g=/141x134:2045x1205/800x0/images/Jorge-Sampaoli-1176051.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26876,19 +28021,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a25d0cc758a52be031e19aa78728c3a" + "hash": "dcce3f7a38d86263404ddbf24a98b726", + "highlights": [] }, { - "title": "Boxing day en direct: la correction Manchester City, Arsenal et Tottenham en forme", - "description": "Malgré la résurgence de l'épidémie de Covid qui a conduit la PL a annuler des matchs, le boxing day a bien lieu avec des matchs alléchants à 16h.

", - "content": "Malgré la résurgence de l'épidémie de Covid qui a conduit la PL a annuler des matchs, le boxing day a bien lieu avec des matchs alléchants à 16h.

", + "title": "Le sport face au coronavirus en direct: pas de forfait ou de report pour Bordeaux contre Brest", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/boxing-day-en-direct-manchester-city-arsenal-tottenham-en-action_LS-202112260128.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 14:21:13 GMT", - "enclosure": "https://images.bfmtv.com/1TvMwW-tfucIcOl3PZ_Wgb3IJlU=/0x0:2048x1152/800x0/images/Raheem-Sterling-et-Bernardo-Silva-lors-de-Manchester-City-Leicester-1195056.jpg", + "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", + "enclosure": "https://images.bfmtv.com/V-0DOsSBZnX6-AiNrztflMnaJPc=/6x54:2038x1197/800x0/images/Ui-Jo-Hwang-remplace-lors-d-un-match-de-Bordeaux-1202000.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/V-0DOsSBZnX6-AiNrztflMnaJPc=/6x54:2038x1197/800x0/images/Ui-Jo-Hwang-remplace-lors-d-un-match-de-Bordeaux-1202000.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26897,19 +28043,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb1c398bbea4e22fa6952cd4d3b595a8" + "hash": "3cdb5047566982a2bf5fddff669ec8fa", + "highlights": [] }, { - "title": "Premier League: Leeds-Aston Villa reporté à son tour", - "description": "La rencontre entre Leeds et Aston Villa, prévue le 28 décembre, a été reportée en raison des cas de covid chez les Peacocks.

", - "content": "La rencontre entre Leeds et Aston Villa, prévue le 28 décembre, a été reportée en raison des cas de covid chez les Peacocks.

", + "title": "Coupe de France: 21 cas de coronavirus à Bordeaux, qui va devoir jouer avec des jeunes", + "description": "Le coach suisse Vladimir Petkovic et Thierry Delmeule, médecin du club, sont passés en conférence de presse ce vendredi pour faire le point sur la situation des Girondins de Bordeaux, à 48 heures des 16es de finale de Coupe de France face à Brest. 21 cas de coronavirus ont été détectés pour le club girondin, qui va devoir tout de même jouer après les dernières dispositions de la FFF.

", + "content": "Le coach suisse Vladimir Petkovic et Thierry Delmeule, médecin du club, sont passés en conférence de presse ce vendredi pour faire le point sur la situation des Girondins de Bordeaux, à 48 heures des 16es de finale de Coupe de France face à Brest. 21 cas de coronavirus ont été détectés pour le club girondin, qui va devoir tout de même jouer après les dernières dispositions de la FFF.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-leeds-aston-villa-reporte-a-son-tour_AD-202112260123.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-21-cas-de-coronavirus-a-bordeaux-qui-va-devoir-jouer-avec-des-jeunes_AV-202112310176.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 14:07:47 GMT", - "enclosure": "https://images.bfmtv.com/hWkTSLyMe8u162ZeJlzfeFLDfOI=/0x120:2048x1272/800x0/images/Raphinha-1194712.jpg", + "pubDate": "Fri, 31 Dec 2021 12:32:03 GMT", + "enclosure": "https://images.bfmtv.com/DmhoC1XLc9d-FHYK5P5G5ynwfCo=/0x61:2016x1195/800x0/images/Petkovic-1201957.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/DmhoC1XLc9d-FHYK5P5G5ynwfCo=/0x61:2016x1195/800x0/images/Petkovic-1201957.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26918,19 +28065,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c49178a18a184c4b88bb55fe5721ae50" + "hash": "18ec00fa67564617d9ec4578b1f915b1", + "highlights": [] }, { - "title": "Paris FC-Lyon arrêté: la commission de discipline de la FFF va trancher", - "description": "Dix jours après les incidents en tribunes lors du match de Coupe de France entre le Paris FC et Lyon, la commission de discipline de la Fédération française de football (FFF) auditionne lundi les différentes parties avant de rendre ses décisions le jour même.

", - "content": "Dix jours après les incidents en tribunes lors du match de Coupe de France entre le Paris FC et Lyon, la commission de discipline de la Fédération française de football (FFF) auditionne lundi les différentes parties avant de rendre ses décisions le jour même.

", + "title": "OL: \"plusieurs cas positifs\" au coronavirus, le stage en Espagne reporté", + "description": "Les derniers tests effectués par l'OL ont révélé plusieurs cas positifs au coronavirus au sein de l'effectif professionnel masculin. Le club a donc décidé de reporter son stage prévu en Espagne début janvier.

", + "content": "Les derniers tests effectués par l'OL ont révélé plusieurs cas positifs au coronavirus au sein de l'effectif professionnel masculin. Le club a donc décidé de reporter son stage prévu en Espagne début janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-lyon-arrete-la-commission-de-discipline-de-la-fff-va-trancher_AV-202112260120.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-plusieurs-cas-positifs-au-coronavirus-le-stage-en-espagne-reporte_AV-202112310168.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 13:57:21 GMT", - "enclosure": "https://images.bfmtv.com/ZAkCR9hoaJxJZ6wUlOVsDFoYpPo=/0x39:768x471/800x0/images/Des-incidents-entre-supporters-ont-emaille-la-rencontre-de-Coupe-de-France-entre-le-Paris-FC-et-l-Olympique-lyonnais-au-stade-Charlety-de-Paris-le-17-decembre-2021-1193255.jpg", + "pubDate": "Fri, 31 Dec 2021 12:14:03 GMT", + "enclosure": "https://images.bfmtv.com/_XqeETwkPsiGgLKip6OVNKbC_sU=/0x0:2048x1152/800x0/images/Lucas-PAQUETA-1201958.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/_XqeETwkPsiGgLKip6OVNKbC_sU=/0x0:2048x1152/800x0/images/Lucas-PAQUETA-1201958.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26939,19 +28087,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "085b797578766f17b2d912a43c27a83c" + "hash": "eb6356aebab572527cbee8849d2a21bc", + "highlights": [] }, { - "title": "JO d'hiver: un objectif de 15 médailles pour la délégation tricolore", - "description": "Fabien Saguez, le directeur technique du ski français, a fixé un objectif de 15 médailles pour la délégation tricolore pour les prochains Jeux olympiques d'hiver, prévus du 4 au 20 février à Pékin.

", - "content": "Fabien Saguez, le directeur technique du ski français, a fixé un objectif de 15 médailles pour la délégation tricolore pour les prochains Jeux olympiques d'hiver, prévus du 4 au 20 février à Pékin.

", + "title": "Coupe de France: la solution de la FFF pour limiter les reports liés au coronavirus", + "description": "À deux jours du début des 16e de finale de la Coupe de France, la FFF a décidé de ne plus tenir compte de la présence de 7 joueurs ayant participé à l'une des deux dernières rencontres. Une mesure pour limiter les risques de forfaits et de reports.

", + "content": "À deux jours du début des 16e de finale de la Coupe de France, la FFF a décidé de ne plus tenir compte de la présence de 7 joueurs ayant participé à l'une des deux dernières rencontres. Une mesure pour limiter les risques de forfaits et de reports.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-d-hiver-un-objectif-de-15-medailles-pour-la-delegation-tricolore_AV-202112260119.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-solution-de-la-fff-pour-limiter-les-reports-lies-au-coronavirus_AV-202112310154.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 13:49:45 GMT", - "enclosure": "https://images.bfmtv.com/cfm4stfDKurVGtlHfsKlNUiejOA=/0x25:768x457/800x0/images/Le-directeur-technique-de-la-Federation-francaise-de-ski-Fabien-Saguez-a-Cargese-en-Corse-le-29-mai-2009-969578.jpg", + "pubDate": "Fri, 31 Dec 2021 11:48:18 GMT", + "enclosure": "https://images.bfmtv.com/hp8oo6V9o7ZDaQelM56h0WEVIaA=/0x68:1200x743/800x0/images/Le-trophee-tant-convoite-de-la-Coupe-de-France-1191388.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/hp8oo6V9o7ZDaQelM56h0WEVIaA=/0x68:1200x743/800x0/images/Le-trophee-tant-convoite-de-la-Coupe-de-France-1191388.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26960,19 +28109,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c31f7098fbb2058b90fa188d98ccf91" + "hash": "b22dc782b2e8d711f5d1b84d19ffe662", + "highlights": [] }, { - "title": "Premier League: Positif au Covid, Vieira placé à l'isolement", - "description": "Un temps incertain, Crystal Palace-Tottenham aura bien lieu, mais sans PAtrick Viria, positif au covid et placé en isolement.

", - "content": "Un temps incertain, Crystal Palace-Tottenham aura bien lieu, mais sans PAtrick Viria, positif au covid et placé en isolement.

", + "title": "Premier League: le mea culpa de Bielsa face aux grosses difficultés de Leeds", + "description": "Pointé à une inquiétante 16e place en Premier League, avec très peu d'avance sur la zone rouge, Leeds va mal depuis quelques semaines. Son entraîneur Marcelo Bielsa assume sa part de responsabilité dans cette période pour le moins compliquée.

", + "content": "Pointé à une inquiétante 16e place en Premier League, avec très peu d'avance sur la zone rouge, Leeds va mal depuis quelques semaines. Son entraîneur Marcelo Bielsa assume sa part de responsabilité dans cette période pour le moins compliquée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-positif-au-covid-vieira-place-a-l-isolement_AN-202112260118.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-mea-culpa-de-bielsa-face-aux-grosses-difficultes-de-leeds_AV-202112310149.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 13:48:32 GMT", - "enclosure": "https://images.bfmtv.com/ULgncPA_OBOKsBweV4yhS7SAyuI=/0x138:2048x1290/800x0/images/1194844.jpg", + "pubDate": "Fri, 31 Dec 2021 11:27:22 GMT", + "enclosure": "https://images.bfmtv.com/lEVKLec8yZzRswQ5qYrhMqrXF8I=/0x0:2048x1152/800x0/images/Marcelo-Bielsa-1201931.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/lEVKLec8yZzRswQ5qYrhMqrXF8I=/0x0:2048x1152/800x0/images/Marcelo-Bielsa-1201931.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -26981,19 +28131,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "56885c5a1af5a2ead9573dfda3771ca2" + "hash": "5d11d355bda43cdf1718ee2b7be09d43", + "highlights": [] }, { - "title": "CAN: sélectionné par le Maroc, Ez Abde au coeur d'un imbroglio avec Barcelone", - "description": "Selon la presse espagnole, Ez Abde aimerait finalement rester à Barcelone en janvier prochain, alors que l'ailier de 20 ans a été convoqué par le Maroc pour disputer la prochaine Coupe d'Afrique des nations. La Fédération marocaine aimerait garder son talent, convoité par l'Espagne.

", - "content": "Selon la presse espagnole, Ez Abde aimerait finalement rester à Barcelone en janvier prochain, alors que l'ailier de 20 ans a été convoqué par le Maroc pour disputer la prochaine Coupe d'Afrique des nations. La Fédération marocaine aimerait garder son talent, convoité par l'Espagne.

", + "title": "Dakar 2022: pilotes, parcours, nouveautés... Ce qu'il faut savoir sur la course", + "description": "Le Dakar 2022 va voir s'affronter 1.065 participants dans le sable de l'Arabie saoudite, à bord de 578 véhicules et sur un parcours de 8.375 km, du 1er au 14 janvier. Présentation.

", + "content": "Le Dakar 2022 va voir s'affronter 1.065 participants dans le sable de l'Arabie saoudite, à bord de 578 véhicules et sur un parcours de 8.375 km, du 1er au 14 janvier. Présentation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-selectionne-par-le-maroc-ez-abde-au-coeur-d-un-imbroglio-avec-barcelone_AV-202112260116.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-2022-pilotes-parcours-nouveautes-ce-qu-il-faut-savoir-sur-la-course_AV-202112310146.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 13:41:28 GMT", - "enclosure": "https://images.bfmtv.com/N4w8MdZl8OIMUcHDeJjs1vkDqnw=/0x0:2048x1152/800x0/images/Ez-Abde-1195012.jpg", + "pubDate": "Fri, 31 Dec 2021 10:59:15 GMT", + "enclosure": "https://images.bfmtv.com/yUN6a3DDdwHYsjZ5G2NaiTHNoCk=/0x212:2048x1364/800x0/images/Sebastien-Loeb-et-son-co-pilote-Fabian-Lurquin-1201906.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/yUN6a3DDdwHYsjZ5G2NaiTHNoCk=/0x212:2048x1364/800x0/images/Sebastien-Loeb-et-son-co-pilote-Fabian-Lurquin-1201906.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27002,19 +28153,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce34edb66e5ec0c82c1ace8d24cad20d" + "hash": "449a97831b49f4fd1a4ed5f25b202f76", + "highlights": [] }, { - "title": "Mercato: Reims s’offre définitivement un défenseur de l’Inter Milan", - "description": "Andreaw Gravillon a été officiellement acheté par Reims cette semaine. Prêté depuis le début de saison par l’Inter Milan, le défenseur a joué suffisamment de matchs pour être définitivement acheté par le club champenois selon les éléments confirmés par le président Jean-Pierre Caillot.

", - "content": "Andreaw Gravillon a été officiellement acheté par Reims cette semaine. Prêté depuis le début de saison par l’Inter Milan, le défenseur a joué suffisamment de matchs pour être définitivement acheté par le club champenois selon les éléments confirmés par le président Jean-Pierre Caillot.

", + "title": "Le FC Porto, seule équipe invaincue dans les grands championnats d'Europe en 2021", + "description": "Le FC Porto est la seule équipe des six grands championnats européens à être invaincue en 2021. Elle n'a pas perdu depuis le 30 octobre 2020. Un record unique pour ceux qui sont actuellement premiers de la D1 portugaise.

", + "content": "Le FC Porto est la seule équipe des six grands championnats européens à être invaincue en 2021. Elle n'a pas perdu depuis le 30 octobre 2020. Un record unique pour ceux qui sont actuellement premiers de la D1 portugaise.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-reims-s-offre-definitivement-un-defenseur-de-l-inter-milan_AV-202112260110.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/le-fc-porto-seule-equipe-invaincue-dans-les-grands-championnats-d-europe-en-2021_AV-202112310144.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 13:24:33 GMT", - "enclosure": "https://images.bfmtv.com/W8lZpzd0iZ53bY6njjHwGTKJSXM=/0x0:2048x1152/800x0/images/Andreaw-Gravillon-1195011.jpg", + "pubDate": "Fri, 31 Dec 2021 10:57:29 GMT", + "enclosure": "https://images.bfmtv.com/B0hhcwdTQze31WgIiUvh12E6tuY=/0x283:2048x1435/800x0/images/FC-Porto-1201927.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/B0hhcwdTQze31WgIiUvh12E6tuY=/0x283:2048x1435/800x0/images/FC-Porto-1201927.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27023,19 +28175,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b05b9851624acac5f626a69d1bf1e5c9" + "hash": "b6997209e4f1d6f77d903a6aee205baa", + "highlights": [] }, { - "title": "Les pronos hippiques du lundi 27 décembre 2021", - "description": "Le Quinté+ du lundi 27 décembre est programmé sur l’hippodrome de Deauville dans la discipline du plat. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du lundi 27 décembre est programmé sur l’hippodrome de Deauville dans la discipline du plat. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "CAN 2022: Osimhen déclare finalement forfait avec le Nigeria", + "description": "Apte pour disputer la Coupe d'Afrique des nations, Victor Osimhen a été contraint de déclarer forfait, à la suite d'un test positif au Covid. Il est remplacé par Henry Onyekuru.

", + "content": "Apte pour disputer la Coupe d'Afrique des nations, Victor Osimhen a été contraint de déclarer forfait, à la suite d'un test positif au Covid. Il est remplacé par Henry Onyekuru.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-27-decembre-2021_AN-202112260108.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-osimhen-declare-finalement-forfait-avec-le-nigeria_AV-202112310140.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 13:16:47 GMT", - "enclosure": "https://images.bfmtv.com/GQaUGFwumiKpGHZ2b6GbBjhsPpE=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-23-decembre-2021-1192733.jpg", + "pubDate": "Fri, 31 Dec 2021 10:41:51 GMT", + "enclosure": "https://images.bfmtv.com/Co0hfwiKAydloJ3mZBGTKxm4lzg=/2x2:4402x2477/800x0/images/-876571.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/Co0hfwiKAydloJ3mZBGTKxm4lzg=/2x2:4402x2477/800x0/images/-876571.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27044,19 +28197,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d8412e358a46162d8fc4782a86780d6" + "hash": "d7130d7e7e781fbc5666f645f9f20337", + "highlights": [] }, { - "title": "Natation: Hand, cinéma, musique, les passions de Florent Manaudou à côté de l'objectif Paris 2024", - "description": "Vice-champion olympique du 50m nage libre lors des Jeux olympiques de Tokyo, Florent Manaudou n'a pas tourné la page du handball et a beaucoup de projets pour l'après JO 2024.

", - "content": "Vice-champion olympique du 50m nage libre lors des Jeux olympiques de Tokyo, Florent Manaudou n'a pas tourné la page du handball et a beaucoup de projets pour l'après JO 2024.

", + "title": "Les pronos hippiques du samedi 1er janvier 2022", + "description": " Le Quinté+ du samedi 1er janvier est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": " Le Quinté+ du samedi 1er janvier est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/natation-hand-cinema-musique-les-passions-de-florent-manaudou-a-cote-de-l-objectif-paris-2024_AV-202112260107.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-1er-janvier_AN-202112310136.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 13:04:59 GMT", - "enclosure": "https://images.bfmtv.com/CnOabg9F2370G4e9qlIvabMF8EY=/0x0:2048x1152/800x0/images/Florent-MANAUDOU-1151510.jpg", + "pubDate": "Fri, 31 Dec 2021 10:16:13 GMT", + "enclosure": "https://images.bfmtv.com/Lit38bQb0fjgPYlJ6_-HJWmEWsM=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-vendredi-31-decembre-2021-1201160.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/Lit38bQb0fjgPYlJ6_-HJWmEWsM=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-vendredi-31-decembre-2021-1201160.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27065,19 +28219,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d51fa1aa63b4e61a8c7f71117416813" + "hash": "933a6ad3f073e88b5befcdc17af14f6c", + "highlights": [] }, { - "title": "Benzema de retour chez les Bleus, Messi au PSG, France-Suisse… Les moments chocs du foot en 2021", - "description": "L’année 2021 touche à sa fin et a connu de nombreux rebondissements du côté de la planète foot. En équipe de France, le retour de Karim Benzema a surpris mais cela n’a pas suffi à éviter une douloureuse défaite à l’Euro contre la Suisse. Autres chocs mondiaux, l’annonce du départ de Lionel Messi de Barcelone et sa signature au PSG pendant le mercato estival ou l'effrayante crise de la Super League.

", - "content": "L’année 2021 touche à sa fin et a connu de nombreux rebondissements du côté de la planète foot. En équipe de France, le retour de Karim Benzema a surpris mais cela n’a pas suffi à éviter une douloureuse défaite à l’Euro contre la Suisse. Autres chocs mondiaux, l’annonce du départ de Lionel Messi de Barcelone et sa signature au PSG pendant le mercato estival ou l'effrayante crise de la Super League.

", + "title": "Mercato en direct: Clement proche d'un accord avec Monaco", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/benzema-de-retour-chez-les-bleus-messi-au-psg-france-suisse-les-moments-chocs-du-foot-en-2021_AV-202112260105.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 13:00:50 GMT", - "enclosure": "https://images.bfmtv.com/Zbo1Gy6lYOPD7Uu52iiCPRxCJmc=/0x24:2048x1176/800x0/images/Kylian-Mbappe-reconforte-apres-son-rate-lors-de-France-Suisse-a-l-Euro-1194997.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27086,19 +28241,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9eea16d5fba9a4e38011442934a3902" + "hash": "897b97206dc6a1f452e5a0a9e0910057", + "highlights": [] }, { - "title": "Coupe du monde: Bonucci chambre Ronaldo avant un potentiel barrage", - "description": "Dans un entretien de fin d'année avec la Rai, Leonardo Bonucci s'est montré optimiste quant aux chances de qualification de l'Italie pour la prochaine Coupe du monde. Le défenseur de la Juventus prévient aussi déjà Cristiano Ronaldo avant un potentiel barrage face au Portugal.

", - "content": "Dans un entretien de fin d'année avec la Rai, Leonardo Bonucci s'est montré optimiste quant aux chances de qualification de l'Italie pour la prochaine Coupe du monde. Le défenseur de la Juventus prévient aussi déjà Cristiano Ronaldo avant un potentiel barrage face au Portugal.

", + "title": "Le sport face au coronavirus en direct: Angers-ASSE en Ligue 1 reporté", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-bonucci-chambre-ronaldo-avant-un-potentiel-barrage_AV-202112260104.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 12:58:54 GMT", - "enclosure": "https://images.bfmtv.com/fEL4Aj32HuTFx-tMhC-romVxB2k=/0x105:2048x1257/800x0/images/Ronaldo-Bonucci-1194985.jpg", + "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", + "enclosure": "https://images.bfmtv.com/4D9oh8O__W3jmh7baPLqfPbDAVQ=/0x13:2048x1165/800x0/images/Angers-1201646.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/4D9oh8O__W3jmh7baPLqfPbDAVQ=/0x13:2048x1165/800x0/images/Angers-1201646.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27107,19 +28263,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "514860eee985ccce923b14a88b271638" + "hash": "d153a0d3d523030a11fa0479f12c657e", + "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: Un match maintenu mais sans Vieira!", - "description": "Retrouvez toutes les informations liées à l'impact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", - "content": "Retrouvez toutes les informations liées à l'impact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "title": "Chelsea: \"Ce n'est pas utile\", Tuchel mécontent des déclarations de Lukaku sur sa situation", + "description": "Présent en conférence de presse ce vendredi, Thomas Tuchel a commenté les dernières déclarations de Romelu Lukaku, qui a confié ses doutes sur sa situation actuelle à Chelsea. Le technicien allemand se dit \"surpris\" par cette sortie publique alors qu'il sent le joueur concerné à l'entraînement et loin d'être malheureux.

", + "content": "Présent en conférence de presse ce vendredi, Thomas Tuchel a commenté les dernières déclarations de Romelu Lukaku, qui a confié ses doutes sur sa situation actuelle à Chelsea. Le technicien allemand se dit \"surpris\" par cette sortie publique alors qu'il sent le joueur concerné à l'entraînement et loin d'être malheureux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-ce-n-est-pas-utile-tuchel-mecontent-des-declarations-de-lukaku-sur-sa-situation_AV-202112310135.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", - "enclosure": "https://images.bfmtv.com/xPm3AORdjbnEHzjbgPfQAKoCuqY=/0x44:2000x1169/800x0/images/Tottenham-1193944.jpg", + "pubDate": "Fri, 31 Dec 2021 10:14:34 GMT", + "enclosure": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/NPgOEIzp_haQSpkO0mq4hFHfc7o=/0x294:2048x1446/800x0/images/Tuchel-Lukaku-1201916.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27128,19 +28285,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "25436a0477bc3f67ff644cb26b2ea2d1" + "hash": "7f0ca110518ee745a299edf90106bd1a", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 26 décembre – Premier League – Angleterre", - "description": "Mon pronostic : Manchester City bat Leicester et Sterling marque (2.15)

", - "content": "Mon pronostic : Manchester City bat Leicester et Sterling marque (2.15)

", + "title": "Mercato: le Losc confirme le départ d'Ikoné à la Fiorentina", + "description": "C’était dans les tuyaux depuis quelques semaines, c’est aujourd’hui officiel. Jonathan Ikoné quitte Lille et rejoint l’Italie, plus précisément la Fiorentina. Cette transaction devrait rapporter 15 millions d'euros au club champion de France.

", + "content": "C’était dans les tuyaux depuis quelques semaines, c’est aujourd’hui officiel. Jonathan Ikoné quitte Lille et rejoint l’Italie, plus précisément la Fiorentina. Cette transaction devrait rapporter 15 millions d'euros au club champion de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-26-decembre-premier-league-angleterre_AN-202112260097.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-losc-confirme-le-depart-d-ikone-a-la-fiorentina_AV-202112310128.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 12:11:03 GMT", - "enclosure": "https://images.bfmtv.com/rvdHVMq2Xr5FzYne5TmokXzPS9I=/0x109:2000x1234/800x0/images/R-Sterling-1194983.jpg", + "pubDate": "Fri, 31 Dec 2021 09:55:12 GMT", + "enclosure": "https://images.bfmtv.com/qte-QcQ2fcKdKT668fGHjFWCG9o=/129x117:2033x1188/800x0/images/Jonathan-Ikone-1193924.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/qte-QcQ2fcKdKT668fGHjFWCG9o=/129x117:2033x1188/800x0/images/Jonathan-Ikone-1193924.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27149,19 +28307,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d41afa2d0e2bf099082d9bef3bff5c6c" + "hash": "fd80095c1b50536c5148c74799ef20eb", + "highlights": [] }, { - "title": "Mercato: Messi en baisse, Haaland en hausse, quels sont les joueurs dont la valeur marchande a le plus varié?", - "description": "Le portail Transfermarkt a dressé une liste des joueurs qui ont vu leur valeur marchande fortement baisser, ainsi que ceux qui ont vu la leur augmenter. Parmi les mauvais élèves, se trouve Lionel Messi.

", - "content": "Le portail Transfermarkt a dressé une liste des joueurs qui ont vu leur valeur marchande fortement baisser, ainsi que ceux qui ont vu la leur augmenter. Parmi les mauvais élèves, se trouve Lionel Messi.

", + "title": "Mercato: Vlahovic serait le plan B du Barça en cas d'échec pour Haaland", + "description": "Selon Mundo Deportivo, le Barça aurait un plan B en cas d'échec du transfert d'Erling Haaland cet été. Les Catalans auraient jeté leur dévolu sur l'attaquant serbe de la Fiorentina Dusan Vlahovic.

", + "content": "Selon Mundo Deportivo, le Barça aurait un plan B en cas d'échec du transfert d'Erling Haaland cet été. Les Catalans auraient jeté leur dévolu sur l'attaquant serbe de la Fiorentina Dusan Vlahovic.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-messi-en-baisse-haaland-en-hausse-quels-sont-les-joueurs-dont-la-valeur-marchande-a-le-plus-varie_AV-202112260094.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-vlahovic-serait-le-plan-b-du-barca-en-cas-d-echec-pour-haaland_AV-202112310120.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 11:38:55 GMT", - "enclosure": "https://images.bfmtv.com/MQRg0IMM4VlQof_QsiNfaN7LOJ8=/0x40:768x472/800x0/images/L-Argentin-Lionel-Messi-avec-le-Paris-SG-contre-le-FC-Bruges-en-Ligue-des-champions-le-7-decembre-2021-au-Parc-des-Princes-a-Paris-1192861.jpg", + "pubDate": "Fri, 31 Dec 2021 09:36:03 GMT", + "enclosure": "https://images.bfmtv.com/8MSPUVoeo7lo31Z6Z_TAEgvhEJI=/0x0:1968x1107/800x0/images/Dusan-Vlahovic-Fiorentina-1186009.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/8MSPUVoeo7lo31Z6Z_TAEgvhEJI=/0x0:1968x1107/800x0/images/Dusan-Vlahovic-Fiorentina-1186009.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27170,19 +28329,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "919a2216e3ed10be9f7f12ac3538641e" + "hash": "c6a6c62b71974c777e25bd5072ed9244", + "highlights": [] }, { - "title": "PSG: Rafinha à la Real Sociedad en début de semaine", - "description": "Le PSG va entamer son opération dégraissage lors du mercato d’hiver avec le départ de Rafinha. Très peu utilisé par Mauricio Pochettino, le milieu brésilien va s’engager via un prêt sans option d’achat avec la Real Sociedad en début de semaine prochaine.

", - "content": "Le PSG va entamer son opération dégraissage lors du mercato d’hiver avec le départ de Rafinha. Très peu utilisé par Mauricio Pochettino, le milieu brésilien va s’engager via un prêt sans option d’achat avec la Real Sociedad en début de semaine prochaine.

", + "title": "Boxe: Yoka s'agace de la \"même vanne\" sur ses adversaires \"vigiles de supermarché\"", + "description": "Dans un entretien à L'Équipe ce vendredi, Tony Yoka revient sur les critiques reçues sur les réseaux sociaux depuis ses combats professionnels. Le boxeur de 29 ans s'agace vivement de \"la même vanne depuis quatre ans\", qui prétend que le Français affronte surtout des \"vigiles de supermarché\".

", + "content": "Dans un entretien à L'Équipe ce vendredi, Tony Yoka revient sur les critiques reçues sur les réseaux sociaux depuis ses combats professionnels. Le boxeur de 29 ans s'agace vivement de \"la même vanne depuis quatre ans\", qui prétend que le Français affronte surtout des \"vigiles de supermarché\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-rafinha-a-la-real-sociedad-en-debut-de-semaine_AV-202112260091.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-yoka-s-agace-de-la-meme-vanne-sur-ses-adversaires-vigiles-de-supermarche_AV-202112310116.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 11:21:47 GMT", - "enclosure": "https://images.bfmtv.com/Uj9X5bu5ZojWqeum_mEXUGDQlzM=/0x177:2032x1320/800x0/images/Rafinha-avec-le-PSG-1194975.jpg", + "pubDate": "Fri, 31 Dec 2021 09:28:16 GMT", + "enclosure": "https://images.bfmtv.com/66FyfDQwH_uf412FYwm1LbPm--s=/77x67:717x427/800x0/images/Le-Francais-Tony-Yoka-a-conserve-son-titre-de-champion-de-l-Union-europeenne-des-poids-lourds-en-battant-le-Croate-Petar-Milas-par-arret-de-l-arbitre-a-la-7e-reprise-le-10-septembre-2021-sur-le-central-de-Roland-Garros-1125757.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/66FyfDQwH_uf412FYwm1LbPm--s=/77x67:717x427/800x0/images/Le-Francais-Tony-Yoka-a-conserve-son-titre-de-champion-de-l-Union-europeenne-des-poids-lourds-en-battant-le-Croate-Petar-Milas-par-arret-de-l-arbitre-a-la-7e-reprise-le-10-septembre-2021-sur-le-central-de-Roland-Garros-1125757.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27191,19 +28351,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73110eb59f6903afea268e599dbe76d3" + "hash": "9f12327d3ce818d42ad46fdd3b85b92f", + "highlights": [] }, { - "title": "Mercato: qui sont les joueurs libres en 2022 ?", - "description": "Alors que le mercato ouvre ses portes le 1er janvier, les joueurs en fin de contrat en juin 2022 peuvent s'engager où ils le souhaitent dès cet hiver. Tour d'horizon sur ceux qui pourraient s'engager gratuitement dans un autre club.

", - "content": "Alors que le mercato ouvre ses portes le 1er janvier, les joueurs en fin de contrat en juin 2022 peuvent s'engager où ils le souhaitent dès cet hiver. Tour d'horizon sur ceux qui pourraient s'engager gratuitement dans un autre club.

", + "title": "Premier League: Tuchel rappelé à l'ordre après sa déclaration contre un arbitre", + "description": "Thomas Tuchel échappe à une enquête de la FA après avoir mis en doute l'impartialité de l'arbitre Mike Dean lors du match nul contre Brighton... mais l'entraîneur de Chelsea a été \"rappelé à ses responsabilités\". \n

", + "content": "Thomas Tuchel échappe à une enquête de la FA après avoir mis en doute l'impartialité de l'arbitre Mike Dean lors du match nul contre Brighton... mais l'entraîneur de Chelsea a été \"rappelé à ses responsabilités\". \n

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-qui-sont-les-joueurs-libres-en-2022_AV-202112260084.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-tuchel-rappele-a-l-ordre-apres-sa-declaration-contre-un-arbitre_AV-202112310100.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 10:49:39 GMT", - "enclosure": "https://images.bfmtv.com/N_-W91tSBhOWH2fi17t_-To9b3w=/0x0:2048x1152/800x0/images/Paul-Pogba-et-Kylian-Mbappe-a-l-entrainement-des-Bleus-1059071.jpg", + "pubDate": "Fri, 31 Dec 2021 08:26:30 GMT", + "enclosure": "https://images.bfmtv.com/qjHMD0xLfnwew4CklC-zakkaLdQ=/0x49:2048x1201/800x0/images/Thomas-Tuchel-1201874.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/qjHMD0xLfnwew4CklC-zakkaLdQ=/0x49:2048x1201/800x0/images/Thomas-Tuchel-1201874.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27212,19 +28373,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b61eba932e30863941a3f2ad35a74912" + "hash": "796b6a200a97b6a8fdbc7bd27222a18a", + "highlights": [] }, { - "title": "Top 14: le choc du Boxing Day entre Toulouse et le Stade français est reporté", - "description": "En raison de plusieurs cas de coronavirus dans les rangs du Stade français, le choc face au Stade Toulousain n'aura pas lieu ce dimanche comme prévu. Le choc du Boxing Day est le quatrième match reporté de la 13e journée.

", - "content": "En raison de plusieurs cas de coronavirus dans les rangs du Stade français, le choc face au Stade Toulousain n'aura pas lieu ce dimanche comme prévu. Le choc du Boxing Day est le quatrième match reporté de la 13e journée.

", + "title": "Manchester United: l'hommage d'un club pour les 80 ans de Sir Alex Ferguson", + "description": "Sir Alex Ferguson a eu l'occasion, ce jeudi soir, de fêter un peu en avance son 80e anniversaire lors de la rencontre à Old Trafford entre Manchester United et Burnley (3-1). Les supporters ont déployé une banderole en l'honneur de leur ancien manager avant la partie.

", + "content": "Sir Alex Ferguson a eu l'occasion, ce jeudi soir, de fêter un peu en avance son 80e anniversaire lors de la rencontre à Old Trafford entre Manchester United et Burnley (3-1). Les supporters ont déployé une banderole en l'honneur de leur ancien manager avant la partie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-le-choc-du-boxing-day-entre-toulouse-et-le-stade-francais-est-reporte_AV-202112260083.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-l-hommage-d-un-club-pour-les-80-ans-de-sir-alex-ferguson_AV-202112310098.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 10:43:12 GMT", - "enclosure": "https://images.bfmtv.com/oENeDRjRIRlGKbdO7qFBUlElRBc=/0x106:2048x1258/800x0/images/Stade-Toulousain-1194963.jpg", + "pubDate": "Fri, 31 Dec 2021 08:22:05 GMT", + "enclosure": "https://images.bfmtv.com/jH8iRFOaO6boJXh8H80aA99-OBM=/0x75:2048x1227/800x0/images/Alex-Ferguson-1201873.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/jH8iRFOaO6boJXh8H80aA99-OBM=/0x75:2048x1227/800x0/images/Alex-Ferguson-1201873.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27233,19 +28395,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d75d5ffdda4e060d4d6b9eefb58ed775" + "hash": "136090c92b2ae3663a8916ee5442c95d", + "highlights": [] }, { - "title": "CAN: L'Algérie, grande favorite", - "description": "Invité de l'After Foot samedi soir, Aliou Goloko, journaliste sénégalais, a désigné le tenant du titre, l'Algérie comme le favori de la CAN qui débute le 9 janvier au Cameroun.

", - "content": "Invité de l'After Foot samedi soir, Aliou Goloko, journaliste sénégalais, a désigné le tenant du titre, l'Algérie comme le favori de la CAN qui débute le 9 janvier au Cameroun.

", + "title": "Coupe de France: le ministère de l'Intérieur interdit le déplacement des supporters lillois à Lens", + "description": "Quelques jours après un arrêté du préfet du Pas-de-Calais, c'est le ministère de l'Intérieur qui a fait paraître un arrêté ce vendredi au Journal Officiel. Celui-ci interdit le déplacement des supporters du LOSC à Lens, pour le derby lors des seizièmes de finale de Coupe de France le 4 janvier prochain.

", + "content": "Quelques jours après un arrêté du préfet du Pas-de-Calais, c'est le ministère de l'Intérieur qui a fait paraître un arrêté ce vendredi au Journal Officiel. Celui-ci interdit le déplacement des supporters du LOSC à Lens, pour le derby lors des seizièmes de finale de Coupe de France le 4 janvier prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-l-algerie-grande-favorite_AV-202112260081.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-ministere-de-l-interieur-interdit-le-deplacement-des-supporters-lillois-a-lens_AV-202112310092.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 10:37:55 GMT", - "enclosure": "https://images.bfmtv.com/gYZHHPa48ua76KmZOAwM7n7vhXM=/0x40:768x472/800x0/images/La-joie-des-Algeriens-et-de-Riyad-Mahrez-au-centre-apres-le-sacre-de-l-Algerie-lors-de-la-Coupe-d-Afrique-des-Nations-2019-au-Caire-en-Egypte-le-19-juillet-2019-1192751.jpg", + "pubDate": "Fri, 31 Dec 2021 07:48:10 GMT", + "enclosure": "https://images.bfmtv.com/bNkEo5tEHZt6sS0hnCRVETkJFew=/0x106:2048x1258/800x0/images/supporters-LOSC-1194336.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/bNkEo5tEHZt6sS0hnCRVETkJFew=/0x106:2048x1258/800x0/images/supporters-LOSC-1194336.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27254,19 +28417,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a770b78bbd5db6d4fed6a75816fc6a8" + "hash": "320d068fd067f21e26c6c48a214c95f7", + "highlights": [] }, { - "title": "Cyclo-cross: Van der Poel de retour à Termonde, pour un duel très attendu face à Van Aert", - "description": "Près de trois mois après le début de la saison de cyclo-cross, le quadruple champion du monde Mathieu van der Poel effectue son retour ce dimanche, à Termonde en Belgique, à l'occasion d'une manche de la Coupe du monde. Le Néerlandais va y retrouver son grand rival Wout Van Aert, victorieux à trois reprises en autant de courses en décembre.

", - "content": "Près de trois mois après le début de la saison de cyclo-cross, le quadruple champion du monde Mathieu van der Poel effectue son retour ce dimanche, à Termonde en Belgique, à l'occasion d'une manche de la Coupe du monde. Le Néerlandais va y retrouver son grand rival Wout Van Aert, victorieux à trois reprises en autant de courses en décembre.

", + "title": "Boxe: \"Ça me dégoûte\", réagit Yoka après le report de son combat contre Bakole", + "description": "Privé de son combat en janvier contre Martin Bakole, Tony Yoka estime avoir pris \"un petit coup au moral\" après ce report imposé en raison de la jauge sanitaire, qui remettait en question l'équilibre financier de l'événement. Pour autant, le Français de 29 ans reste ambitieux, prêt à boxer rapidement contre de grands noms comme Anthony Joshua.

", + "content": "Privé de son combat en janvier contre Martin Bakole, Tony Yoka estime avoir pris \"un petit coup au moral\" après ce report imposé en raison de la jauge sanitaire, qui remettait en question l'équilibre financier de l'événement. Pour autant, le Français de 29 ans reste ambitieux, prêt à boxer rapidement contre de grands noms comme Anthony Joshua.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/cyclo-cross-van-der-poel-de-retour-a-termonde-pour-un-duel-tres-attendu-face-a-van-aert_AV-202112260066.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-ca-me-degoute-reagit-yoka-apres-le-report-de-son-combat-contre-bakole_AV-202112310059.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 09:50:50 GMT", - "enclosure": "https://images.bfmtv.com/ZJg8CqtIwJwKdm1DSqaQcG8noVM=/0x106:2048x1258/800x0/images/Van-der-Poel-Van-Aert-1194934.jpg", + "pubDate": "Fri, 31 Dec 2021 06:57:01 GMT", + "enclosure": "https://images.bfmtv.com/O97MaNlnoPQyeDd-mYmMGQ3O5YQ=/0x118:2048x1270/800x0/images/Tony-Yoka-1136249.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/O97MaNlnoPQyeDd-mYmMGQ3O5YQ=/0x118:2048x1270/800x0/images/Tony-Yoka-1136249.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27275,19 +28439,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2898366e34740820171610636f72890c" + "hash": "b9fa2ee1fc6d1cedb357ed76cafde748", + "highlights": [] }, { - "title": "Premier League: Guardiola milite pour le retour des masques dans les stades", - "description": "Alors que le Boxing Day débute ce dimanche en Angleterre, Pep Guardiola estime que le port du masque dans les stades doit être généralisé, alors que les cas de Covid se multiplient outre Manche.

", - "content": "Alors que le Boxing Day débute ce dimanche en Angleterre, Pep Guardiola estime que le port du masque dans les stades doit être généralisé, alors que les cas de Covid se multiplient outre Manche.

", + "title": "NBA: la colère de Draymond Green après le report de Denver-Golden State", + "description": "Denver étant dans l'incapacité de présenter huit joueurs aptes, en raison notamment du Covid-19, la NBA a reporté le match des Nuggets prévu face aux Golden State Warriors ce jeudi soir. Une décision qui ne passe pas pour Draymond Green, l'ailier fort des Warriors.

", + "content": "Denver étant dans l'incapacité de présenter huit joueurs aptes, en raison notamment du Covid-19, la NBA a reporté le match des Nuggets prévu face aux Golden State Warriors ce jeudi soir. Une décision qui ne passe pas pour Draymond Green, l'ailier fort des Warriors.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-guardiola-milite-pour-le-retour-des-masques-dans-les-stades_AV-202112260063.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-la-colere-de-draymond-green-apres-le-report-de-denver-golden-state_AN-202112310058.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 09:47:44 GMT", - "enclosure": "https://images.bfmtv.com/1IBI9NmtYocYqEFNIJrgyWSD7-U=/0x208:2048x1360/800x0/images/Pep-GUARDIOLA-1156444.jpg", + "pubDate": "Fri, 31 Dec 2021 06:52:48 GMT", + "enclosure": "https://images.bfmtv.com/T8xP67BvOtkiXbJiGqfTEPYxgfQ=/7x107:1991x1223/800x0/images/Draymond-Green-au-Chase-Center-1201816.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/T8xP67BvOtkiXbJiGqfTEPYxgfQ=/7x107:1991x1223/800x0/images/Draymond-Green-au-Chase-Center-1201816.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27296,19 +28461,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff353f79bc9c9b3ae1136c7b251a6570" + "hash": "b1c6c2d4a9bb040d9aea6cb3a764d539", + "highlights": [] }, { - "title": "Tennis: le canadien Shapovalov testé positif au Covid-19 à Sydney", - "description": "Il a été testé positif dès son arrivée en Australie. L'Open d'Australie doit commencer le 17 janvier.

", - "content": "Il a été testé positif dès son arrivée en Australie. L'Open d'Australie doit commencer le 17 janvier.

", + "title": "Gabon: trois entraineurs de football mis en examen pour pédophilie", + "description": "Accusé d'agressions sexuelles présumées sur des centaines d'enfants, Patrick Assoumou Eyi, et deux entraîneurs de clubs, Orphée Mickala et Triphel Mabicka, ont été déférés au parquet de la République de Libreville.

", + "content": "Accusé d'agressions sexuelles présumées sur des centaines d'enfants, Patrick Assoumou Eyi, et deux entraîneurs de clubs, Orphée Mickala et Triphel Mabicka, ont été déférés au parquet de la République de Libreville.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/tennis-le-canadien-shapovalov-teste-positif-au-covid-19-a-sydney_AD-202112260055.html", + "link": "https://rmcsport.bfmtv.com/football/gabon-trois-entraineurs-de-football-mis-en-examen-pour-pedophilie_AD-202112310038.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 09:35:58 GMT", - "enclosure": "https://images.bfmtv.com/zkwqmyLyPq0ORGrsVojyDtrcSkQ=/0x39:768x471/800x0/images/Le-joueur-de-tennis-Rafael-Nadal-a-gauche-et-le-joueur-canadien-Denis-Shapovalov-a-droite-le-18-decembre-2021-a-Abou-Dhabi-1191825.jpg", + "pubDate": "Fri, 31 Dec 2021 06:19:50 GMT", + "enclosure": "https://images.bfmtv.com/KxmAb_5Cnz4wU6I6roI8e6yuW3w=/0x103:1984x1219/800x0/images/Ballon-de-foot-1064209.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/KxmAb_5Cnz4wU6I6roI8e6yuW3w=/0x103:1984x1219/800x0/images/Ballon-de-foot-1064209.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27317,19 +28483,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2df5fd89240b478f0268c7bd48a23d7" + "hash": "71f66ef6f8bde0a6c52de2fd659f3847", + "highlights": [] }, { - "title": "La Fédération islandaise en déliquescence depuis la révélation de l'affaire de pédocriminalité de Sigurdsson", - "description": "Alors que Gylfi Sigurdsson a disparu des terrains après avoir été accusé de pédocriminalité, les démissions au sein de la Fédération islandaise se sont succédé après la révélation de plusieurs agressions sexuelles commises par des internationaux.

", - "content": "Alors que Gylfi Sigurdsson a disparu des terrains après avoir été accusé de pédocriminalité, les démissions au sein de la Fédération islandaise se sont succédé après la révélation de plusieurs agressions sexuelles commises par des internationaux.

", + "title": "Barça: les anciens dirigeants seraient surpris par un tacle d'Alves à l'encontre de Bartomeu", + "description": "Dans un entretien ce jeudi, Dani Alves a expliqué qu'il n'aurait pas pu revenir au FC Barcelone sous la direction de Josep Bartomeu, qui a démissionné de son poste de président en octobre 2020. Pourtant, selon une information de Sport, le latéral brésilien aurait contacté l'ancienne direction pour tenter un retour en 2019.

", + "content": "Dans un entretien ce jeudi, Dani Alves a expliqué qu'il n'aurait pas pu revenir au FC Barcelone sous la direction de Josep Bartomeu, qui a démissionné de son poste de président en octobre 2020. Pourtant, selon une information de Sport, le latéral brésilien aurait contacté l'ancienne direction pour tenter un retour en 2019.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/la-federation-islandaise-en-deliquescence-depuis-la-revelation-de-l-affaire-de-pedocriminalite-de-sigurdsson_AV-202112260044.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-les-anciens-dirigeants-seraient-surpris-par-un-tacle-d-alves-a-l-encontre-de-bartomeu_AV-202112310037.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 09:12:42 GMT", - "enclosure": "https://images.bfmtv.com/8pbH-FKghalKmQZt8kqreOKKiBo=/0x37:2048x1189/800x0/images/Gylfi-Sigurdsson-1071087.jpg", + "pubDate": "Fri, 31 Dec 2021 06:19:30 GMT", + "enclosure": "https://images.bfmtv.com/k6twlV_EOIM3gWFIsITckebQEFM=/0x71:2048x1223/800x0/images/Dani-Alves-1201799.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/k6twlV_EOIM3gWFIsITckebQEFM=/0x71:2048x1223/800x0/images/Dani-Alves-1201799.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27338,19 +28505,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bb27ed7f41b43034eacffc2f0a3c84f" + "hash": "96644e9ee055a3ea86fcd7b3d6c0eeb1", + "highlights": [] }, { - "title": "Le Barça continue de vendre du merchandising Messi a un prix astronomique", - "description": "En difficulté financière, le club catalan n'hésite pas à faire feu de tout bois. Et même de tout élastique.

", - "content": "En difficulté financière, le club catalan n'hésite pas à faire feu de tout bois. Et même de tout élastique.

", + "title": "Mercato: \"Cristiano Ronaldo est très heureux à Manchester United\", assure Jorge Mendes", + "description": "Agent de Cristiano Ronaldo, Jorge Mendes est monté au créneau ce jeudi pour défendre l'attaquant portugais, alors que des rumeurs circulent sur une mauvaise ambiance dans le vestiaire de Manchester United entre \"CR7\" et ses coéquipiers.

", + "content": "Agent de Cristiano Ronaldo, Jorge Mendes est monté au créneau ce jeudi pour défendre l'attaquant portugais, alors que des rumeurs circulent sur une mauvaise ambiance dans le vestiaire de Manchester United entre \"CR7\" et ses coéquipiers.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/le-barca-continue-de-vendre-du-merchandising-messi-a-un-prix-astronomique_AV-202112260040.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/mercato-cristiano-ronaldo-est-tres-heureux-a-manchester-united-assure-jorge-mendes_AV-202112310024.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 08:43:20 GMT", - "enclosure": "https://images.bfmtv.com/e6I9GZOwWmxabiPUdzOl-YkR3So=/0x0:1968x1107/800x0/images/Lionel-Messi-Barcelone-1024149.jpg", + "pubDate": "Fri, 31 Dec 2021 05:43:51 GMT", + "enclosure": "https://images.bfmtv.com/pDZIiVQqe9YM5q62ONQd8b5Kcz8=/0x0:768x432/800x0/images/La-star-de-Manchester-United-Cristiano-Ronaldo-ici-a-Norwich-City-pour-la-derniere-sortie-de-son-club-en-Championnat-le-11-decembre-2021-1190746.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/pDZIiVQqe9YM5q62ONQd8b5Kcz8=/0x0:768x432/800x0/images/La-star-de-Manchester-United-Cristiano-Ronaldo-ici-a-Norwich-City-pour-la-derniere-sortie-de-son-club-en-Championnat-le-11-decembre-2021-1190746.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27359,19 +28527,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1f5276b9ad26e50856c31990d4b88e3" + "hash": "c90e20e54179018c49edc5ddead1a544", + "highlights": [] }, { - "title": "Angleterre: bientôt jusqu'à 10 ans d'interdiction de stade pour les fans coupables d'abus en ligne", - "description": "Le gouvernement britannique présentera en début d'année 2022 une nouvelle loi, visant à lutter contre les abus racistes et violences en ligne à l'encontre des sportifs professionnels et plus précisément des footballeurs, souvent visés ces derniers mois. Les fautifs risqueront des ordonnances d'interdiction de football allant de 3 à 10 ans.

", - "content": "Le gouvernement britannique présentera en début d'année 2022 une nouvelle loi, visant à lutter contre les abus racistes et violences en ligne à l'encontre des sportifs professionnels et plus précisément des footballeurs, souvent visés ces derniers mois. Les fautifs risqueront des ordonnances d'interdiction de football allant de 3 à 10 ans.

", + "title": "Manchester City: Joao Cancelo agressé lors d'un cambriolage", + "description": "Dans un message publié sur ses réseaux sociaux, Joao Cancelo a révélé avoir été victime d'un cambriolage à son domicile ce jeudi soir. Le latéral de Manchester City a été agressé par quatre malfrats, qui lui ont volé des bijoux.

", + "content": "Dans un message publié sur ses réseaux sociaux, Joao Cancelo a révélé avoir été victime d'un cambriolage à son domicile ce jeudi soir. Le latéral de Manchester City a été agressé par quatre malfrats, qui lui ont volé des bijoux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/angleterre-bientot-jusqu-a-10-ans-d-interdiction-de-stade-pour-les-fans-coupables-d-abus-en-ligne_AV-202112260039.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-joao-cancelo-agresse-lors-d-un-cambriolage_AV-202112310015.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 08:35:01 GMT", - "enclosure": "https://images.bfmtv.com/E4hWdAYW2xML1Rhxer5QEJqtGAA=/0x97:2048x1249/800x0/images/Salah-1194911.jpg", + "pubDate": "Fri, 31 Dec 2021 05:15:57 GMT", + "enclosure": "https://images.bfmtv.com/CZimpdxEjetRdi7gDQeonASRJUc=/0x61:2048x1213/800x0/images/Joao-Cancelo-1201784.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/CZimpdxEjetRdi7gDQeonASRJUc=/0x61:2048x1213/800x0/images/Joao-Cancelo-1201784.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27380,19 +28549,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "439bcface196b59d23f044b56c726f83" + "hash": "700ed8f9133d096d0df0b37267903283", + "highlights": [] }, { - "title": "Mercato: Jérémie Boga va bien s'engager avec l'Atalanta", - "description": "Comme pressenti ces dernières semaines, Sassuolo et l'Atalanta ont trouvé un accord autour de 20 millions d'euros pour le transfert de Jérémie Boga. L'international ivoirien va s'engager avec l'Atalanta avant la reprise de la Serie A.

", - "content": "Comme pressenti ces dernières semaines, Sassuolo et l'Atalanta ont trouvé un accord autour de 20 millions d'euros pour le transfert de Jérémie Boga. L'international ivoirien va s'engager avec l'Atalanta avant la reprise de la Serie A.

", + "title": "Portugal: Porto remporte un choc spectaculaire face à Benfica", + "description": "Le Superclasico a tourné en faveur du FC Porto ce jeudi face au Benfica Lisbonne (3-1). Une victoire qui permet aux hommes de Sergio Conceiçao de reprendre la tête du classement au Sporting et de distancer leur rival du soir.

", + "content": "Le Superclasico a tourné en faveur du FC Porto ce jeudi face au Benfica Lisbonne (3-1). Une victoire qui permet aux hommes de Sergio Conceiçao de reprendre la tête du classement au Sporting et de distancer leur rival du soir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-jeremie-boga-va-bien-s-engager-avec-l-atalanta_AV-202112260034.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-porto-remporte-un-choc-spectaculaire-face-a-benfica_AV-202112300376.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 08:11:46 GMT", - "enclosure": "https://images.bfmtv.com/s79ZvwVpik0qLGSg3eI-nqrZIVQ=/4x57:1044x642/800x0/images/-871060.jpg", + "pubDate": "Thu, 30 Dec 2021 23:36:44 GMT", + "enclosure": "https://images.bfmtv.com/R9FXyhBhmjauMJy6WrLxy9oWQL0=/0x0:1184x666/800x0/images/Porto-Benfica-1201757.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/R9FXyhBhmjauMJy6WrLxy9oWQL0=/0x0:1184x666/800x0/images/Porto-Benfica-1201757.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27401,19 +28571,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "65951edc544047d4a64ca4673e78b5dc" + "hash": "e67ef2ccaa0eab75ff10b13875345a8c", + "highlights": [] }, { - "title": "Mercato: Anthony Martial, une priorité pour le FC Séville", - "description": "Selon Estadio Deportivo, le FC Séville a fait d'Anthony Martial sa priorité pour le mercato hivernal, en raison des blessures de certains joueurs ou des absences de Munir El-Haddadi et Youssef En-Nesyri, qui vont participer à la CAN. RMC Sport indiquait ces derniers jours que le club andalou s'était positionné dans ce dossier et que l'international français était attiré par un prêt en Andalousie.

", - "content": "Selon Estadio Deportivo, le FC Séville a fait d'Anthony Martial sa priorité pour le mercato hivernal, en raison des blessures de certains joueurs ou des absences de Munir El-Haddadi et Youssef En-Nesyri, qui vont participer à la CAN. RMC Sport indiquait ces derniers jours que le club andalou s'était positionné dans ce dossier et que l'international français était attiré par un prêt en Andalousie.

", + "title": "Bordeaux: à la trêve, Gérard Lopez dresse le \"très mauvais\" bilan comptable des Girondins", + "description": "Invité de l’After Foot sur RMC, Gérard Lopez, le président de Bordeaux, n’a pas hésité à qualifier de \"très mauvais\" le bilan de son club, qui pointe à la 17e place à la trêve.

", + "content": "Invité de l’After Foot sur RMC, Gérard Lopez, le président de Bordeaux, n’a pas hésité à qualifier de \"très mauvais\" le bilan de son club, qui pointe à la 17e place à la trêve.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-anthony-martial-une-priorite-pour-le-fc-seville_AV-202112260027.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-a-la-treve-gerard-lopez-dresse-le-tres-mauvais-bilan-comptable-des-girondins_AV-202112300372.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 07:38:59 GMT", - "enclosure": "https://images.bfmtv.com/oHuLDOFbcxWK8Hh4ep1UT-fNi14=/0x25:1600x925/800x0/images/Ligue-Europa-les-8es-de-finale-en-direct-985241.jpg", + "pubDate": "Thu, 30 Dec 2021 23:03:32 GMT", + "enclosure": "https://images.bfmtv.com/q0JS9c8PyZuvT9PI1NDM-aHEBLQ=/0x39:768x471/800x0/images/Vladimir-Petkovic-l-entraineur-de-Bordeaux-g-et-son-president-Gerard-Lopez-au-stade-Matmut-Atlantique-le-30-juillet-2021-a-Bordeaux-1192866.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/q0JS9c8PyZuvT9PI1NDM-aHEBLQ=/0x39:768x471/800x0/images/Vladimir-Petkovic-l-entraineur-de-Bordeaux-g-et-son-president-Gerard-Lopez-au-stade-Matmut-Atlantique-le-30-juillet-2021-a-Bordeaux-1192866.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27422,19 +28593,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a62792fefcc14830af4c565db69a96b" + "hash": "6cded65cb87b0f8bc43a2cb8d9528500", + "highlights": [] }, { - "title": "NBA: Malgré la défaite des Lakers, LeBron James bat un nouveau record", - "description": "Lors de la défaite des Los Angeles Lakers face aux Nets de Brooklyn (122-115), LeBron James, la star des Angelinos, est devenu le recordman de points marqués à Noël, pour son 16e Christmas Day.

", - "content": "Lors de la défaite des Los Angeles Lakers face aux Nets de Brooklyn (122-115), LeBron James, la star des Angelinos, est devenu le recordman de points marqués à Noël, pour son 16e Christmas Day.

", + "title": "Le sport face au coronavirus en direct: l'OL confirme \"plusieurs cas\" positifs", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-malgre-la-defaite-des-lakers-le-bron-james-bat-un-nouveau-record_AV-202112260025.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 07:28:31 GMT", - "enclosure": "https://images.bfmtv.com/jLVNQ393YoZrcTAPDoOyzDY71Xc=/0x39:768x471/800x0/images/LeBron-James-des-LA-Lakers-contre-les-Memphis-Grizzlies-en-NBA-le-9-janvier-2021-au-FedExForum-a-Memphis-1185555.jpg", + "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", + "enclosure": "https://images.bfmtv.com/jUQQT1sduMaaMfhUokDRFFKtnjk=/0x65:2048x1217/800x0/images/Paqueta-1201948.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/jUQQT1sduMaaMfhUokDRFFKtnjk=/0x65:2048x1217/800x0/images/Paqueta-1201948.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27443,19 +28615,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a7f9815d7fe56949d67f73bbfbf74f4" + "hash": "fe2207afd43701a799f17992cdfdf6ca", + "highlights": [] }, { - "title": "Mercato: en pole dans le dossier Christensen, le Barça doit se décider", - "description": "Selon une information de Sport, le Barça aurait la priorité pour récupérer Andreas Christensen la saison prochaine, dont le contrat avec Chelsea expire en juin prochain. Mais intéressé par Matthijs de Ligt, le club catalan temporise dans le dossier du défenseur danois.

", - "content": "Selon une information de Sport, le Barça aurait la priorité pour récupérer Andreas Christensen la saison prochaine, dont le contrat avec Chelsea expire en juin prochain. Mais intéressé par Matthijs de Ligt, le club catalan temporise dans le dossier du défenseur danois.

", + "title": "Mercato en direct: le Losc officialise le départ d'Ikoné à la Fiorentina", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-pole-dans-le-dossier-christensen-le-barca-doit-se-decider_AV-202112260022.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 07:01:20 GMT", - "enclosure": "https://images.bfmtv.com/-2hzFvGZbhiCmJDC2BaANepDbHw=/0x0:2048x1152/800x0/images/Andreas-Christensen-1194882.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/z-IomjsZkjqzmyZftwq07-rCuD0=/0x46:2048x1198/800x0/images/Ikone-1194520.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/z-IomjsZkjqzmyZftwq07-rCuD0=/0x46:2048x1198/800x0/images/Ikone-1194520.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27464,19 +28637,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c9c6569e30e798daef9c7b217b7a443" + "hash": "715ceea19eaf1cc1255f52221f6afc74", + "highlights": [] }, { - "title": "Top 14: un Boxing Day entre bûche glacée et Covid", - "description": "Deux affiches de Top 14 sont au programme ce dimanche pour le compte de la 13e journée, avec un joli choc entre le Stade Toulousain et le Stade Français (21h). Si trois rencontres ont été reportées en raison du coronavirus, deux autres matchs seront à suivre ce lundi.

", - "content": "Deux affiches de Top 14 sont au programme ce dimanche pour le compte de la 13e journée, avec un joli choc entre le Stade Toulousain et le Stade Français (21h). Si trois rencontres ont été reportées en raison du coronavirus, deux autres matchs seront à suivre ce lundi.

", + "title": "OM en direct: suivez la conférence de presse de Sampaoli avant Chauvigny", + "description": "Jorge Sampaoli se présentera une dernière fois en 2021 face à la presse ce vendredi, à l'occasion d'une conférence d'avant-match, alors que l'OM affrontera Chauvigny ce dimanche (21h) lors des seizièmes de finale de Coupe de France. Le rendez-vous est à suivre en direct commenté sur RMC Sport à partir de 13h30.

", + "content": "Jorge Sampaoli se présentera une dernière fois en 2021 face à la presse ce vendredi, à l'occasion d'une conférence d'avant-match, alors que l'OM affrontera Chauvigny ce dimanche (21h) lors des seizièmes de finale de Coupe de France. Le rendez-vous est à suivre en direct commenté sur RMC Sport à partir de 13h30.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-un-boxing-day-entre-buche-glacee-et-covid_AV-202112260016.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/om-en-direct-suivez-la-conference-de-presse-de-sampaoli-avant-chauvigny_LN-202112310109.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 06:27:56 GMT", - "enclosure": "https://images.bfmtv.com/dAjMjMk2iWgN9UmkmU99zNy8PvM=/0x0:2032x1143/800x0/images/Antoine-Dupont-1194875.jpg", + "pubDate": "Fri, 31 Dec 2021 08:57:14 GMT", + "enclosure": "https://images.bfmtv.com/oO2yjZnuS7Vh1oR91K0MwbObO8g=/141x134:2045x1205/800x0/images/Jorge-Sampaoli-1176051.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/oO2yjZnuS7Vh1oR91K0MwbObO8g=/141x134:2045x1205/800x0/images/Jorge-Sampaoli-1176051.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27485,19 +28659,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bc65227ae37543f98dfb71a39e0291c" + "hash": "2f804fabb7ddb5c68ccb06c8686045e1", + "highlights": [] }, { - "title": "Premier League: à quelle heure et sur quelle chaîne suivre le Boxing Day", - "description": "Le traditionnel Boxing Day aura bien lieu ce dimanche, malgré trois reports liés à la pandémie de coronavirus. Six matchs sont à suivre sur les antennes de RMC Sport pour cette 19e journée.

", - "content": "Le traditionnel Boxing Day aura bien lieu ce dimanche, malgré trois reports liés à la pandémie de coronavirus. Six matchs sont à suivre sur les antennes de RMC Sport pour cette 19e journée.

", + "title": "Coronavirus: le député à l’origine de l’amendement explique les jauges adaptées dans les stades", + "description": "Alors que l’annonce gouvernementale avait indiqué des jauges de 2 000 personnes dans les salles intérieures et de 5 000 pour les stades extérieurs, un amendement adopté devrait permettre d’avoir des pourcentages adaptés à chaque stade ou région. Sacha Houlié, le député à l’origine de cet amendement, a expliqué sa démarche dans l’After.

", + "content": "Alors que l’annonce gouvernementale avait indiqué des jauges de 2 000 personnes dans les salles intérieures et de 5 000 pour les stades extérieurs, un amendement adopté devrait permettre d’avoir des pourcentages adaptés à chaque stade ou région. Sacha Houlié, le député à l’origine de cet amendement, a expliqué sa démarche dans l’After.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-a-quelle-heure-et-sur-quelle-chaine-suivre-le-boxing-day_AV-202112260013.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/coronavirus-le-depute-a-l-origine-de-l-amendement-explique-les-jauges-adaptees-dans-les-stades_AV-202112300370.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 06:17:10 GMT", - "enclosure": "https://images.bfmtv.com/TMGL0-4vlDd3RG_O7vjf2ImyHi0=/0x106:2048x1258/800x0/images/De-Bruyne-1194872.jpg", + "pubDate": "Thu, 30 Dec 2021 22:55:01 GMT", + "enclosure": "https://images.bfmtv.com/3i2TaUH-YKBg_hQCChQcXkQmsKk=/0x131:2048x1283/800x0/images/Le-stade-Velodrome-lors-d-OM-Lokomotiv-1185706.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/3i2TaUH-YKBg_hQCChQcXkQmsKk=/0x131:2048x1283/800x0/images/Le-stade-Velodrome-lors-d-OM-Lokomotiv-1185706.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27506,19 +28681,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1a053f93643dcaa00e33a5f5916b3c4" + "hash": "e3651fcd04c726cb9ba460862852145b", + "highlights": [] }, { - "title": "Judo: Teddy Riner reste le sportif préféré des Français", - "description": "Le JDD a révélé samedi soir le classement des personnalités préférées des Français. Médaillé de bronze et d'or par équipe en judo aux JO de Tokyo, Teddy Riner reste le premier sportif, devant Zinédine Zidane, qui perd plusieurs places. Kylian Mbappé et Antoine Griezmann sont aussi dans le classement. Aucune sportive tricolore n'est présente dans le classement.

", - "content": "Le JDD a révélé samedi soir le classement des personnalités préférées des Français. Médaillé de bronze et d'or par équipe en judo aux JO de Tokyo, Teddy Riner reste le premier sportif, devant Zinédine Zidane, qui perd plusieurs places. Kylian Mbappé et Antoine Griezmann sont aussi dans le classement. Aucune sportive tricolore n'est présente dans le classement.

", + "title": "Manchester United-Burnley: succès facile des Red Devils, avec un nouveau but de Ronaldo", + "description": "Réaliste et en maîtrise, Manchester United s’est imposé face à Burnley (3-1), avec un but de Cristiano Ronaldo, dans le cadre de la 20e journée de la Premier League.

", + "content": "Réaliste et en maîtrise, Manchester United s’est imposé face à Burnley (3-1), avec un but de Cristiano Ronaldo, dans le cadre de la 20e journée de la Premier League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/judo-teddy-riner-reste-le-sportif-prefere-des-francais_AV-202112250155.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-burnley-succes-facile-des-red-devils-avec-un-nouveau-but-de-ronaldo_AV-202112300361.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 23:08:39 GMT", - "enclosure": "https://images.bfmtv.com/2RKeUPz0BnG3otF2KBppUZQ4KG8=/0x40:768x472/800x0/images/Teddy-Riner-avec-sa-medaille-de-bronze-a-Tokyo-le-30-juillet-2021-1076567.jpg", + "pubDate": "Thu, 30 Dec 2021 22:09:53 GMT", + "enclosure": "https://images.bfmtv.com/nzjIEhR291vGidcZO1YbOhqAdS4=/0x40:768x472/800x0/images/Cristiano-Ronaldo-et-Scott-McTominay-ont-tous-deux-marque-dans-la-victoire-aisee-de-Manchester-United-contre-Burnley-a-Old-Trafford-le-30-decembre-2021-1201743.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/nzjIEhR291vGidcZO1YbOhqAdS4=/0x40:768x472/800x0/images/Cristiano-Ronaldo-et-Scott-McTominay-ont-tous-deux-marque-dans-la-victoire-aisee-de-Manchester-United-contre-Burnley-a-Old-Trafford-le-30-decembre-2021-1201743.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27527,19 +28703,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7535d9392ca8c6d3df682e9df8663ba4" + "hash": "a5b4ad8365a9938872ce24fa3d2bc451", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 26 décembre - Premier League - Angleterre", - "description": "Notre pronostic : Tottenham bat Crystal Palace, Kane buteur (2.45)

", - "content": "Notre pronostic : Tottenham bat Crystal Palace, Kane buteur (2.45)

", + "title": "Bordeaux: le message fort de Lopez pour ne pas avoir une Coupe de France \"faussée\"", + "description": "Avec une vingtaine de joueurs testés positifs au coronavirus, les Girondins ont demandé un report de leur 16e de finale de Coupe de France programmé dimanche face à Brest. Une requête pour le moment refusée par la FFF. Dans l'After Foot ce jeudi, Gérard Lopez n'a pas caché son incompréhension.

", + "content": "Avec une vingtaine de joueurs testés positifs au coronavirus, les Girondins ont demandé un report de leur 16e de finale de Coupe de France programmé dimanche face à Brest. Une requête pour le moment refusée par la FFF. Dans l'After Foot ce jeudi, Gérard Lopez n'a pas caché son incompréhension.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-26-decembre-premier-league-angleterre_AN-202112250009.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/bordeaux-le-message-fort-de-lopez-pour-ne-pas-avoir-une-coupe-de-france-faussee_AV-202112300359.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 23:06:00 GMT", - "enclosure": "https://images.bfmtv.com/xPm3AORdjbnEHzjbgPfQAKoCuqY=/0x44:2000x1169/800x0/images/Tottenham-1193944.jpg", + "pubDate": "Thu, 30 Dec 2021 22:03:33 GMT", + "enclosure": "https://images.bfmtv.com/W4twdeFoVAR5-HVylMsdqpeIy5c=/6x109:2038x1252/800x0/images/Gerard-Lopez-1201722.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/W4twdeFoVAR5-HVylMsdqpeIy5c=/6x109:2038x1252/800x0/images/Gerard-Lopez-1201722.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27548,19 +28725,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3774a50fc2ebe1b37cf6cc2193abe1ab" + "hash": "0c147976c86680284689d5981a3770b1", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari sûr du 26 décembre - Premier League - Angleterre", - "description": "Notre pronostic : Arsenal s'impose à Norwich (1.36)

", - "content": "Notre pronostic : Arsenal s'impose à Norwich (1.36)

", + "title": "CAN 2022: quatre joueurs du Cameroun positifs au Covid-19", + "description": "Quatre joueurs de la sélection camerounaise ont été testés positifs au Covid-19 et ont été placés à l'isolement, dix jours avant le début de la CAN 2022 (9 janvier-6 février) organisée au Cameroun, a annoncé jeudi un responsable de la Fédération.

", + "content": "Quatre joueurs de la sélection camerounaise ont été testés positifs au Covid-19 et ont été placés à l'isolement, dix jours avant le début de la CAN 2022 (9 janvier-6 février) organisée au Cameroun, a annoncé jeudi un responsable de la Fédération.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-26-decembre-premier-league-angleterre_AN-202112250010.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-quatre-joueurs-du-cameroun-positifs-au-covid-19_AD-202112300357.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/1N6S6Vxp0ypyrmKCmed4f8b0gTY=/0x73:1984x1189/800x0/images/Arsenal-1193945.jpg", + "pubDate": "Thu, 30 Dec 2021 22:02:17 GMT", + "enclosure": "https://images.bfmtv.com/L_CpwTnIMHEwnbIxboFGkOU9CzM=/0x54:1200x729/800x0/images/Cameroun-1201732.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/L_CpwTnIMHEwnbIxboFGkOU9CzM=/0x54:1200x729/800x0/images/Cameroun-1201732.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27569,19 +28747,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "84ddf4e5f7400b51fd22d010b9eafc01" + "hash": "9786abb9a5f0e865ae8e702c9adb220a", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le nul du jour du 26 décembre - Premier League - Angleterre", - "description": "Notre pronostic : pas de vainqueur entre Aston Villa et Chelsea (3.75)

", - "content": "Notre pronostic : pas de vainqueur entre Aston Villa et Chelsea (3.75)

", + "title": "CAN: positif au Covid et ayant choisi l'Espagne, Ez Abde remplacé sur la liste du Maroc", + "description": "Abde Ezzalzouli, qui aurait décliné sa convocation pour la sélection marocaine au profit de l'Espagne, a été remplacé dans la liste de Vahid Halilodzic pour la Coupe d'Afrique des Nations par Tarik Tissoudali.

", + "content": "Abde Ezzalzouli, qui aurait décliné sa convocation pour la sélection marocaine au profit de l'Espagne, a été remplacé dans la liste de Vahid Halilodzic pour la Coupe d'Afrique des Nations par Tarik Tissoudali.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-26-decembre-premier-league-angleterre_AN-202112250011.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-positif-au-covid-et-ayant-choisi-l-espagne-ez-abde-remplace-sur-la-liste-du-maroc_AV-202112300356.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/aPg0jDp5HYcXLRZ5xZBNCJBbluY=/0x80:1984x1196/800x0/images/B-Chilwell-et-M-Cash-1193946.jpg", + "pubDate": "Thu, 30 Dec 2021 21:39:13 GMT", + "enclosure": "https://images.bfmtv.com/ZeW_U10GNxq0uK_lxSS7yFnAdMY=/0x118:2048x1270/800x0/images/Abdessamad-EZZALZOULI-1201544.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/ZeW_U10GNxq0uK_lxSS7yFnAdMY=/0x118:2048x1270/800x0/images/Abdessamad-EZZALZOULI-1201544.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27590,19 +28769,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11cf46d7c933ef3c28e9b1fec48c1fb2" + "hash": "298687081e30d192afee6cd4255eb4b2", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari à domicile du 26 décembre - Premier League - Angleterre", - "description": " Notre pronostic : West Ham face à Southampton (1.80)

", - "content": " Notre pronostic : West Ham face à Southampton (1.80)

", + "title": "Mercato en direct: le Barça serait tombé d'accord avec Morata", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-26-decembre-premier-league-angleterre_AN-202112250012.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/EvCs98KDxbzT9PGR4FJskWPvVxA=/0x96:2000x1221/800x0/images/West-Ham-1193953.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/gKa4XiICJpUQAbtM4nroz2BRLpg=/0x47:2048x1199/800x0/images/Alvaro-Morata-et-Massimiliano-Allegri-lors-de-Juventus-Genoa-1182693.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/gKa4XiICJpUQAbtM4nroz2BRLpg=/0x47:2048x1199/800x0/images/Alvaro-Morata-et-Massimiliano-Allegri-lors-de-Juventus-Genoa-1182693.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27611,19 +28791,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e60d20f4d4e8723d5ed731a680acceb1" + "hash": "0edd29b086ef64229857e443115f03dc", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari de folie du 26 décembre – Premier League - Angleterre", - "description": "Notre pronostic : match nul entre Manchester City et Leicester (7.00)

", - "content": "Notre pronostic : match nul entre Manchester City et Leicester (7.00)

", + "title": "Le sport face au coronavirus en direct: le message fort de Bordeaux et Gérard Lopez", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-26-decembre-premier-league-angleterre_AN-202112250014.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/hreQ-cbMm-kXTvMi6NA0YF3C3mc=/0x110:1984x1226/800x0/images/Fernandinho-Y-Tielemans-et-B-Silva-1193960.jpg", + "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", + "enclosure": "https://images.bfmtv.com/h_X7DIsh8XxQDBcrNxOqvn2QO6g=/0x0:1200x675/800x0/images/Gerard-Lopez-1133044.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/h_X7DIsh8XxQDBcrNxOqvn2QO6g=/0x0:1200x675/800x0/images/Gerard-Lopez-1133044.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27632,19 +28813,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "075571a137c663afd9950700bf9595de" + "hash": "3358d2358ac2055f4db934171761f3c6", + "highlights": [] }, { - "title": "NBA: pour Noël, Jayson Tatum casse (involontairement) une dent de son coéquipier", - "description": "Lors de la rencontre entre les Milwaukee Bucks et les Boston Celtics (117-113), Jayson Tatum a involontairement cassé une dent de son coéquipier Jaylen Brown, sur une action défensive.

", - "content": "Lors de la rencontre entre les Milwaukee Bucks et les Boston Celtics (117-113), Jayson Tatum a involontairement cassé une dent de son coéquipier Jaylen Brown, sur une action défensive.

", + "title": "Premier League: Leicester-Norwich reporté, le programme du Nouvel An amputé", + "description": "Une nouvelle rencontre de Premier League vient d'être reportée à cause du Covid-19, ce jeudi: celle entre Leicester et Norwich, prévue ce 1er janvier.

", + "content": "Une nouvelle rencontre de Premier League vient d'être reportée à cause du Covid-19, ce jeudi: celle entre Leicester et Norwich, prévue ce 1er janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-pour-noel-jayson-tatum-casse-involontairement-une-dent-de-son-coequipier_AV-202112250153.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-leicester-norwich-reporte-le-programme-du-nouvel-an-ampute_AV-202112300351.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 22:22:22 GMT", - "enclosure": "https://images.bfmtv.com/TWk7akJng7O4p_aliKJck7tFftQ=/0x16:2048x1168/800x0/images/Jayson-Tatum-et-Jaylen-Brown-1194852.jpg", + "pubDate": "Thu, 30 Dec 2021 20:59:08 GMT", + "enclosure": "https://images.bfmtv.com/MLBdh4eQpk9OE_DQEE0RMBQfKNs=/4x289:3604x2314/800x0/images/-865884.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/MLBdh4eQpk9OE_DQEE0RMBQfKNs=/4x289:3604x2314/800x0/images/-865884.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27653,19 +28835,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dc838570ec1afc6b37c1681e0fd5e8f" + "hash": "558c79e55e6c3588d5b60b86b1caa6d1", + "highlights": [] }, { - "title": "\"Amour, paix et union\", le beau message de Pelé après sa sortie de l'hôpital", - "description": "Deux jours après avoir quitté l’hôpital de Sao Paulo, le Roi Pelé a dévoilé une photo de lui, amaigri mais tout sourire devant un sapin où il souhaite un joyeux Noël. Il dit vivre \"des moments d’amour, de paix et d’union\".

", - "content": "Deux jours après avoir quitté l’hôpital de Sao Paulo, le Roi Pelé a dévoilé une photo de lui, amaigri mais tout sourire devant un sapin où il souhaite un joyeux Noël. Il dit vivre \"des moments d’amour, de paix et d’union\".

", + "title": "Mercato: le Barça aurait trouvé un accord avec Morata", + "description": "En quête d'un avant-centre cet hiver, le FC Barcelone aurait fait d'Alvaro Morata sa priorité. Un accord aurait été trouvé entre les deux parties selon la presse espagnole, mais l'opération est loin d'être bouclée.

", + "content": "En quête d'un avant-centre cet hiver, le FC Barcelone aurait fait d'Alvaro Morata sa priorité. Un accord aurait été trouvé entre les deux parties selon la presse espagnole, mais l'opération est loin d'être bouclée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/amour-paix-et-union-le-beau-message-de-pele-apres-sa-sortie-de-l-hopital_AV-202112250152.html", + "link": "https://rmcsport.bfmtv.com/football/liga/mercato-le-barca-aurait-trouve-un-accord-avec-morata_AV-202112300349.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 22:10:08 GMT", - "enclosure": "https://images.bfmtv.com/HW-7UiFJFjC0xR34kYBKk3MRb1M=/0x6:768x438/800x0/images/La-legende-du-football-Pele-lors-dune-rencontre-a-Paris-le-2-avril-2019-979380.jpg", + "pubDate": "Thu, 30 Dec 2021 20:50:39 GMT", + "enclosure": "https://images.bfmtv.com/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/uNfMC7J8g9IkfQsHDwd4qU59cNI=/0x0:2048x1152/800x0/images/Alvaro-Morata-Juventus-1201715.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27674,19 +28857,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "646acc1b37640124856c73ce784e64c5" + "hash": "1368239fb22210e3e0227031eb2ed8bd", + "highlights": [] }, { - "title": "Premier League: cartons, alcool et brouillard... le Boxing Day en cinq anecdotes", - "description": "Le Boxing Day, au lendemain de Noël, est propice aux histoires improbables, à une période de l'année où la météo est capricieuse et les joueurs parfois ingénieux pour profiter des fêtes comme il se doit.

", - "content": "Le Boxing Day, au lendemain de Noël, est propice aux histoires improbables, à une période de l'année où la météo est capricieuse et les joueurs parfois ingénieux pour profiter des fêtes comme il se doit.

", + "title": "Monaco: les joueurs surpris par le timing du départ de Kovac", + "description": "Conclu ce jeudi soir, le départ surprise de Niko Kovac de l'AS Monaco a surpris ses joueurs, qui ont appris la nouvelle sur les réseaux sociaux, alors qu'il avait dirigé une séance d'entraînement dans l'après-midi.

", + "content": "Conclu ce jeudi soir, le départ surprise de Niko Kovac de l'AS Monaco a surpris ses joueurs, qui ont appris la nouvelle sur les réseaux sociaux, alors qu'il avait dirigé une séance d'entraînement dans l'après-midi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-cartons-alcool-et-brouillard-le-boxing-day-en-cinq-anecdotes_AV-202112250151.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/monaco-les-joueurs-surpris-par-le-timing-du-depart-de-kovac_AV-202112300344.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 22:00:46 GMT", - "enclosure": "https://images.bfmtv.com/7DKliSbn5o_bOjS_JOvNgQZ-xkc=/0x106:2048x1258/800x0/images/Sir-Alex-Ferguson-et-Nani-1194851.jpg", + "pubDate": "Thu, 30 Dec 2021 20:09:44 GMT", + "enclosure": "https://images.bfmtv.com/lU_Iu9Ut0P_NcPIqjuxpttrUOos=/0x62:1200x737/800x0/images/Niko-Kovac-977925.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/lU_Iu9Ut0P_NcPIqjuxpttrUOos=/0x62:1200x737/800x0/images/Niko-Kovac-977925.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27695,19 +28879,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c87c4c2d5ebfeab2fa1b45d890361453" + "hash": "52b8be71c57807c5adf3e6a7fa1fd815", + "highlights": [] }, { - "title": "Premier League: nouvelle inquiétude pour le Boxing Day, Tottenham-Crystal Palace menacé de report", - "description": "À la veille du Boxing Day, un quatrième match prévu ce dimanche pourrait être reporté en raison de cas de Covid-19. Il s’agit du derby entre Tottenham et Crystal Palace, après que plusieurs joueurs aient été testés positifs chez les Eagles.

", - "content": "À la veille du Boxing Day, un quatrième match prévu ce dimanche pourrait être reporté en raison de cas de Covid-19. Il s’agit du derby entre Tottenham et Crystal Palace, après que plusieurs joueurs aient été testés positifs chez les Eagles.

", + "title": "Chelsea: Lukaku agacé par sa situation après le changement tactique de Tuchel", + "description": "Blessé en novembre puis touché par le Covid-19, Romelu Lukaku est régulièrement sur le banc des remplaçants de Chelsea ces dernières semaines. Une situation qui ne plaît pas à l’international belge.

", + "content": "Blessé en novembre puis touché par le Covid-19, Romelu Lukaku est régulièrement sur le banc des remplaçants de Chelsea ces dernières semaines. Une situation qui ne plaît pas à l’international belge.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-nouvelle-inquietude-pour-le-boxing-day-tottenham-crystal-palace-menace-de-report_AV-202112250149.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-lukaku-agace-par-sa-situation-apres-le-changement-tactique-de-tuchel_AV-202112300343.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 21:33:09 GMT", - "enclosure": "https://images.bfmtv.com/tMNa1mt1kOoP8QW8CJhqQ6SykOs=/7x91:2039x1234/800x0/images/1194850.jpg", + "pubDate": "Thu, 30 Dec 2021 20:04:16 GMT", + "enclosure": "https://images.bfmtv.com/EOC1FDJ41vOEXuUUJOtUX1Yd1R4=/0x42:2048x1194/800x0/images/Romelo-Lukaku-1201291.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/EOC1FDJ41vOEXuUUJOtUX1Yd1R4=/0x42:2048x1194/800x0/images/Romelo-Lukaku-1201291.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27716,19 +28901,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "311ebfefc0a2114e4c01992adcef0518" + "hash": "bbbfd0f1e7bbe5275265b374ff7dfb26", + "highlights": [] }, { - "title": "Famille, pyjama, NBA et doigt d’honneur… Comment les stars du foot ont fêté Noël", - "description": "Toujours très actifs sur les réseaux sociaux, les stars du ballon rond ont partagé des photos de leur réveillon de Noël avec leurs fans. Chacun à leur façon…

", - "content": "Toujours très actifs sur les réseaux sociaux, les stars du ballon rond ont partagé des photos de leur réveillon de Noël avec leurs fans. Chacun à leur façon…

", + "title": "Mohamed El Arouch, \"le très gros potentiel\" sur lequel mise l'OL", + "description": "Élégant milieu de terrain de 17 ans, passé professionnel l’été dernier, Mohamed El Arouch est considéré comme un grand espoir de l’OL. Dans le podcast Scouting, RMC Sport fait découvrir ce talent français.

", + "content": "Élégant milieu de terrain de 17 ans, passé professionnel l’été dernier, Mohamed El Arouch est considéré comme un grand espoir de l’OL. Dans le podcast Scouting, RMC Sport fait découvrir ce talent français.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/famille-pyjama-nba-et-doigt-d-honneur-comment-les-stars-du-foot-ont-fete-noel_AN-202112250146.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/mohamed-el-arouch-le-tres-gros-potentiel-sur-lequel-mise-l-ol_AV-202112300339.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 20:55:05 GMT", - "enclosure": "https://images.bfmtv.com/gbRrQjS05S-WSfEp3K4LCl-_mp4=/6x24:534x321/800x0/images/Antonella-Roccuzzo-et-Lionel-Messi-1194846.jpg", + "pubDate": "Thu, 30 Dec 2021 19:38:38 GMT", + "enclosure": "https://images.bfmtv.com/YA_0TbzsQnKT8lUHRDZ0QHCG34Y=/0x59:2048x1211/800x0/images/Mohamed-El-AROUCH-le-17-07-2021-1201583.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/YA_0TbzsQnKT8lUHRDZ0QHCG34Y=/0x59:2048x1211/800x0/images/Mohamed-El-AROUCH-le-17-07-2021-1201583.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27737,19 +28923,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eee42d85aad341f306069e65fac8432a" + "hash": "25566be4a2535dae38c1e8dcac0b4838", + "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: une autre rencontre du Boxing Day menacée par le Covid", - "description": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", - "content": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "title": "Monaco: le bilan des années Kovac, qui a fait fort sur le plan comptable", + "description": "Limogé de ses fonctions à l’AS Monaco ce jeudi, Niko Kovac aura passé un an et demi à la tête de l’AS Monaco, pour un bilan honorable sur le plan comptable, mais qui n’a pas suffi à convaincre ses dirigeants.

", + "content": "Limogé de ses fonctions à l’AS Monaco ce jeudi, Niko Kovac aura passé un an et demi à la tête de l’AS Monaco, pour un bilan honorable sur le plan comptable, mais qui n’a pas suffi à convaincre ses dirigeants.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-le-bilan-des-annees-kovac-qui-a-fait-fort-sur-le-plan-comptable_AV-202112300329.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", - "enclosure": "https://images.bfmtv.com/VmjgK7gOklkp1efUqznETZoG_aM=/0x89:2048x1241/800x0/images/Harry-Kane-et-Antonio-Conte-1161131.jpg", + "pubDate": "Thu, 30 Dec 2021 19:08:41 GMT", + "enclosure": "https://images.bfmtv.com/7mKiPR_3GEs07j_2EeElvkaXg7Y=/0x40:768x472/800x0/images/Le-coach-de-l-AS-Monaco-Niko-Kovac-et-Sofiane-Diop-restent-sur-un-match-nul-vierge-sur-le-terrain-du-Stade-de-Reims-le-7-novembre-2021-1170095.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/7mKiPR_3GEs07j_2EeElvkaXg7Y=/0x40:768x472/800x0/images/Le-coach-de-l-AS-Monaco-Niko-Kovac-et-Sofiane-Diop-restent-sur-un-match-nul-vierge-sur-le-terrain-du-Stade-de-Reims-le-7-novembre-2021-1170095.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27758,19 +28945,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac5cd63a19d8c53a6d7d3374119f1de0" + "hash": "79ba1ba969a0e292644bcb7344b2ff16", + "highlights": [] }, { - "title": "NBA: les Knicks écrasent Atlanta", - "description": "Les New York Knicks ont fêté Noël dans leur antre du Madison Square Garden par une victoire écrasante (101-87) samedi sur les Atlanta Hawks, fortement touchés par le Covid-19.

", - "content": "Les New York Knicks ont fêté Noël dans leur antre du Madison Square Garden par une victoire écrasante (101-87) samedi sur les Atlanta Hawks, fortement touchés par le Covid-19.

", + "title": "Strasbourg: Caci vers un départ cet hiver en Bundesliga ?", + "description": "Titulaire au sein de la défense de Strasbourg, Anthony Caci pourrait prochainement quitter son club formateur. Sous contrat jusqu’en juin 2022, le joueur de 24 ans pourrait rejoindre l’Allemagne au mois de janvier. Mayence et Francfort sont intéressés par son profil.

", + "content": "Titulaire au sein de la défense de Strasbourg, Anthony Caci pourrait prochainement quitter son club formateur. Sous contrat jusqu’en juin 2022, le joueur de 24 ans pourrait rejoindre l’Allemagne au mois de janvier. Mayence et Francfort sont intéressés par son profil.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-les-knicks-ecrasent-atlanta_AD-202112250145.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/strasbourg-caci-vers-un-depart-cet-hiver-en-bundesliga_AV-202112300312.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 20:44:41 GMT", - "enclosure": "https://images.bfmtv.com/-IU391xkr4J-dnfMDLRM4Mij-5o=/0x74:2048x1226/800x0/images/1194845.jpg", + "pubDate": "Thu, 30 Dec 2021 18:18:44 GMT", + "enclosure": "https://images.bfmtv.com/dA1hHDiwTLKdWVjBw25TazVVVqY=/0x106:2048x1258/800x0/images/Anthony-Caci-1201668.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/dA1hHDiwTLKdWVjBw25TazVVVqY=/0x106:2048x1258/800x0/images/Anthony-Caci-1201668.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27779,19 +28967,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "adc0a1dbe418ed606e5b4aaaace58296" + "hash": "cab56405c83586411e862371e4e9ca3b", + "highlights": [] }, { - "title": "Crystal Palace: Vieira s’attend à \"plus que quelques huées\" face à Tottenham", - "description": "Icône d’Arsenal, Patrick Vieira s’apprête à retrouver le public de Tottenham, ennemi juré des Gunners, dimanche dans le cadre du Boxing Day avec Crystal Palace. Le coach des Eagles s’attend à recevoir un accueil salé.

", - "content": "Icône d’Arsenal, Patrick Vieira s’apprête à retrouver le public de Tottenham, ennemi juré des Gunners, dimanche dans le cadre du Boxing Day avec Crystal Palace. Le coach des Eagles s’attend à recevoir un accueil salé.

", + "title": "Ligue 1: \"C’est tombé sur nous...\", Angers confirme être durement touché par le coronavirus", + "description": "Le directeur général délégué du SCO, Xavier Thuilot, était l'invité de RMC ce jeudi pour faire le point sur la situation de son club, qui demande le report de son prochain match de Ligue 1 en raison de nombreux cas positifs au coronavirus.

", + "content": "Le directeur général délégué du SCO, Xavier Thuilot, était l'invité de RMC ce jeudi pour faire le point sur la situation de son club, qui demande le report de son prochain match de Ligue 1 en raison de nombreux cas positifs au coronavirus.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/crystal-palace-vieira-s-attend-a-plus-que-quelques-huees-face-a-tottenham_AV-202112250144.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-c-est-tombe-sur-nous-angers-confirme-etre-durement-touche-par-le-coronavirus_AV-202112300301.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 20:27:05 GMT", - "enclosure": "https://images.bfmtv.com/ULgncPA_OBOKsBweV4yhS7SAyuI=/0x138:2048x1290/800x0/images/1194844.jpg", + "pubDate": "Thu, 30 Dec 2021 18:06:12 GMT", + "enclosure": "https://images.bfmtv.com/o1fFtzyXoFeTZ_l2CkHUmMzUZM4=/0x169:2048x1321/800x0/images/Angers-1201656.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/o1fFtzyXoFeTZ_l2CkHUmMzUZM4=/0x169:2048x1321/800x0/images/Angers-1201656.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27800,19 +28989,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "68da990f91fa9fa813dcd3855b2f0dfb" + "hash": "558d478b0725dfb97d7ac50831551beb", + "highlights": [] }, { - "title": "Premier League: le programme complet du Boxing Day sur RMC Sport", - "description": "Malgré trois reports liés au Covid, le traditionnel Boxing Day est maintenu ce dimanche 26 décembre. Plusieurs belles affiches sont au programme, avec notamment Manchester City-Leicester et Aston Villa-Chelsea. Les six matchs du jour seront à suivre en direct sur RMC Sport 1.

", - "content": "Malgré trois reports liés au Covid, le traditionnel Boxing Day est maintenu ce dimanche 26 décembre. Plusieurs belles affiches sont au programme, avec notamment Manchester City-Leicester et Aston Villa-Chelsea. Les six matchs du jour seront à suivre en direct sur RMC Sport 1.

", + "title": "Saint-Étienne: dix ans après, Bakary Sako de retour avec les Verts", + "description": "Libre de tout contrat et sans club depuis un an et demi, l’attaquant malien Bakary Sako est la première recrue hivernale de Saint-Étienne, où il a déjà évolué entre 2009 et 2012.

", + "content": "Libre de tout contrat et sans club depuis un an et demi, l’attaquant malien Bakary Sako est la première recrue hivernale de Saint-Étienne, où il a déjà évolué entre 2009 et 2012.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-programme-complet-du-boxing-day-sur-rmc-sport_AV-202112250142.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/saint-etienne-dix-ans-apres-bakary-sako-de-retour-avec-les-verts_AV-202112300292.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 19:55:56 GMT", - "enclosure": "https://images.bfmtv.com/mv0ynwlX_h5T1K6X7hqUNaZtCn4=/0x169:2048x1321/800x0/images/1194842.jpg", + "pubDate": "Thu, 30 Dec 2021 17:43:03 GMT", + "enclosure": "https://images.bfmtv.com/iaznyTqN-BcRhOkTYx3_I4WxUSo=/0x3:2032x1146/800x0/images/Bakary-Sako-1201618.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/iaznyTqN-BcRhOkTYx3_I4WxUSo=/0x3:2032x1146/800x0/images/Bakary-Sako-1201618.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27821,19 +29011,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "19508e73b13e675a78fc293caf6e422a" + "hash": "4dc20db4ac54c0bfd8ee69eac58889bb", + "highlights": [] }, { - "title": "Premier League: Steven Gerrard positif au Covid et privé de Boxing Day avec Aston Villa", - "description": "Aston Villa a annoncé ce samedi que son entraîneur Steven Gerrard est positif au Covid. L’ancien joueur de Liverpool va devoir rester à l’isolement et manquera les deux prochains matchs de son équipe.

", - "content": "Aston Villa a annoncé ce samedi que son entraîneur Steven Gerrard est positif au Covid. L’ancien joueur de Liverpool va devoir rester à l’isolement et manquera les deux prochains matchs de son équipe.

", + "title": "Serie A: les footballeurs sans pass vaccinal ne pourront plus jouer", + "description": "Accordé en Italie aux personnes ayant réalisé la vaccination complète contre le coronavirus, mais aussi à celles récemment guéries du Covid, le \"Super Green Pass\" est imposé aux sportifs de haut niveau. Les footballeurs sans ce pass vaccinal ne pourront donc plus jouer, comme en France.

", + "content": "Accordé en Italie aux personnes ayant réalisé la vaccination complète contre le coronavirus, mais aussi à celles récemment guéries du Covid, le \"Super Green Pass\" est imposé aux sportifs de haut niveau. Les footballeurs sans ce pass vaccinal ne pourront donc plus jouer, comme en France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-steven-gerrard-positif-au-covid-et-prive-de-boxing-day-avec-aston-villa_AV-202112250140.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-les-footballeurs-sans-pass-vaccinal-ne-pourront-plus-jouer_AV-202112300288.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 19:04:42 GMT", - "enclosure": "https://images.bfmtv.com/m-aQwHNGKePw4bmhCJQG4Fo5mvA=/0x15:2048x1167/800x0/images/Steven-Gerrard-1185989.jpg", + "pubDate": "Thu, 30 Dec 2021 17:39:19 GMT", + "enclosure": "https://images.bfmtv.com/qtQMtkZ7Xw81k11y89jKqSOjVwI=/0x106:2048x1258/800x0/images/Roma-Inter-1201619.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/qtQMtkZ7Xw81k11y89jKqSOjVwI=/0x106:2048x1258/800x0/images/Roma-Inter-1201619.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27842,19 +29033,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "09377b3e7d02d7eaa9b33010083f3050" + "hash": "112417981f34a5225e5491d0dd0024be", + "highlights": [] }, { - "title": "Premier League: Saka, Smith Rowe, Martinelli... A la découverte des \"Baby Gunners\" qui ont relancé Arsenal", - "description": "Juste avant d’aborder le Boxing Day avec un match à Norwich, Arsenal pointe à la 4e place de Premier League, ce que les Gunners n’avaient plus connu depuis longtemps, grâce à des jeunes joueurs qui portent l’équipe sur leurs épaules depuis quelques mois.

", - "content": "Juste avant d’aborder le Boxing Day avec un match à Norwich, Arsenal pointe à la 4e place de Premier League, ce que les Gunners n’avaient plus connu depuis longtemps, grâce à des jeunes joueurs qui portent l’équipe sur leurs épaules depuis quelques mois.

", + "title": "Ligue 1: Niko Kovac n’est plus l’entraîneur de l’AS Monaco", + "description": "Sixième de Ligue 1 avant d'attaquer la deuxième partie de saison, Monaco a décidé de se séparer de son entraîneur Niko Kovac. Il était arrivé en juillet 2020.

", + "content": "Sixième de Ligue 1 avant d'attaquer la deuxième partie de saison, Monaco a décidé de se séparer de son entraîneur Niko Kovac. Il était arrivé en juillet 2020.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-saka-smith-rowe-martinelli-a-la-decouverte-des-baby-gunners-qui-ont-relance-arsenal_AV-202112250139.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-niko-kovac-n-est-plus-l-entraineur-de-l-as-monaco_AV-202112300278.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 19:01:15 GMT", - "enclosure": "https://images.bfmtv.com/HXtr4LuwyJ6Do07ToslXDbKi-BI=/0x106:2048x1258/800x0/images/Bukayo-Saka-et-Emile-Smith-Rowe-1194833.jpg", + "pubDate": "Thu, 30 Dec 2021 17:23:09 GMT", + "enclosure": "https://images.bfmtv.com/NKbHQRnIgnMEp1Eac2jLnt7hf98=/0x0:2048x1152/800x0/images/Niko-Kovac-1017667.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/NKbHQRnIgnMEp1Eac2jLnt7hf98=/0x0:2048x1152/800x0/images/Niko-Kovac-1017667.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27863,19 +29055,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebcd8d294267105ec9df2a5ea520d636" + "hash": "5c8fa2fa2bfd9c71788c564c1c8bd1b4", + "highlights": [] }, { - "title": "Mercato: l’AS Roma veut Maitland-Niles en prêt", - "description": "Mis de côté par son entraîneur Mikel Arteta, Ainsley Maitland-Niles pourrait trouver un point de chute cet hiver. Selon ESPN, le milieu anglais est au coeur de discussions pour un prêt avec option d’achat à l’AS Rome, où il signerait ensuite un contrat de quatre ans.

", - "content": "Mis de côté par son entraîneur Mikel Arteta, Ainsley Maitland-Niles pourrait trouver un point de chute cet hiver. Selon ESPN, le milieu anglais est au coeur de discussions pour un prêt avec option d’achat à l’AS Rome, où il signerait ensuite un contrat de quatre ans.

", + "title": "Coupe de France: Bordeaux hausse le ton contre la FFF après le maintien du match à Brest", + "description": "Censé affronter ce dimanche Brest dans le cadre des seizièmes de finale de la Coupe de France, les Girondins de Bordeaux comptent 21 joueurs positifs au Covid-19. Devant la volonté de la Fédération française de football de maintenir la rencontre, le club a publié un communiqué virulent.

", + "content": "Censé affronter ce dimanche Brest dans le cadre des seizièmes de finale de la Coupe de France, les Girondins de Bordeaux comptent 21 joueurs positifs au Covid-19. Devant la volonté de la Fédération française de football de maintenir la rencontre, le club a publié un communiqué virulent.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-as-roma-veut-maitland-niles-en-pret_AV-202112250135.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-bordeaux-hausse-le-ton-contre-la-fff-apres-le-maintien-du-match-a-brest_AV-202112300274.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 18:14:28 GMT", - "enclosure": "https://images.bfmtv.com/3IxBOeWtWdS2pu5f7LTvwtEm1mM=/0x106:2048x1258/800x0/images/1194828.jpg", + "pubDate": "Thu, 30 Dec 2021 17:13:20 GMT", + "enclosure": "https://images.bfmtv.com/XWiBIx5ZNd6fwMsLoopmSRc5rjg=/0x0:768x432/800x0/images/Gerard-Lopez-le-president-des-Girondins-de-Bordeaux-assiste-au-match-de-Ligue-1-contre-Lens-le-12-septembre-au-stade-Matmut-Atlantique-a-Bordeaux-1192863.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/XWiBIx5ZNd6fwMsLoopmSRc5rjg=/0x0:768x432/800x0/images/Gerard-Lopez-le-president-des-Girondins-de-Bordeaux-assiste-au-match-de-Ligue-1-contre-Lens-le-12-septembre-au-stade-Matmut-Atlantique-a-Bordeaux-1192863.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27884,19 +29077,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "63744bc93d6442617c34052cca53a6d7" + "hash": "81e66e4857764749de9ae8633b4c2d8d", + "highlights": [] }, { - "title": "Belgique: Martinez raconte le \"seum\" des Belges après la défaite face aux Bleus", - "description": "Dans un entretien à Eleven Sport, Roberto Martinez revient sur la défaite de la Belgique face à l’équipe de France en demi-finale de la Ligue des nations. Avec un goût amer forcément.

", - "content": "Dans un entretien à Eleven Sport, Roberto Martinez revient sur la défaite de la Belgique face à l’équipe de France en demi-finale de la Ligue des nations. Avec un goût amer forcément.

", + "title": "Leicester: à cause d'une blessure de \"fatigue\", Vardy absent plusieurs semaines", + "description": "Blessé à la cuisse mardi face à Liverpool (1-0), après plusieurs semaines éreintantes, l'attaquant de Leicester, Jaime Vardy, sera absent trois à quatre semaines.

", + "content": "Blessé à la cuisse mardi face à Liverpool (1-0), après plusieurs semaines éreintantes, l'attaquant de Leicester, Jaime Vardy, sera absent trois à quatre semaines.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/belgique-martinez-raconte-le-seum-des-belges-apres-la-defaite-face-aux-bleus_AV-202112250133.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/leicester-a-cause-d-une-blessure-de-fatigue-vardy-absent-plusieurs-semaines_AV-202112300266.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 18:11:06 GMT", - "enclosure": "https://images.bfmtv.com/aU8cEu5xEoajezFcvA6MYhQyi9o=/0x0:2048x1152/800x0/images/Roberto-Martinez-console-ses-joueurs-apres-la-defaite-face-aux-Bleus-1194832.jpg", + "pubDate": "Thu, 30 Dec 2021 17:01:32 GMT", + "enclosure": "https://images.bfmtv.com/emhbLyhRNsw_h034xh1WxDC4rjg=/0x20:1968x1127/800x0/images/Jamie-Vardy-Leicester-1008869.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/emhbLyhRNsw_h034xh1WxDC4rjg=/0x20:1968x1127/800x0/images/Jamie-Vardy-Leicester-1008869.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27905,19 +29099,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1701df488346a3efd8f3a774f8c239b3" + "hash": "08955ab09ec4fa0620e815327311f43b", + "highlights": [] }, { - "title": "Des bijoux de Benzema au rush de Mbappé, revivez les 36 buts marqués par les Bleus en 2021", - "description": "L’équipe de France boucle une année 2021 particulièrement riche en buts, avec 36 unités au compteur. Du bijou de Pogba contre la Suisse au quadruplé de Mbappé contre le Kazakhstan, en passant par la lucarne de Benzema en Ligue des Nations, revivez tous les buts des Bleus.

", - "content": "L’équipe de France boucle une année 2021 particulièrement riche en buts, avec 36 unités au compteur. Du bijou de Pogba contre la Suisse au quadruplé de Mbappé contre le Kazakhstan, en passant par la lucarne de Benzema en Ligue des Nations, revivez tous les buts des Bleus.

", + "title": "Toulon: Baptiste Serin prolonge sur la durée", + "description": "Le demi de mêlée international, Baptiste Serin, en fin de contrat, a prolongé son contrat avec le RCT. Il a signé un nouveau bail de quatre ans.\n

", + "content": "Le demi de mêlée international, Baptiste Serin, en fin de contrat, a prolongé son contrat avec le RCT. Il a signé un nouveau bail de quatre ans.\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/des-bijoux-de-benzema-au-rush-de-mbappe-revivez-les-36-buts-marques-par-les-bleus-en-2021_AV-202112250129.html", + "link": "https://rmcsport.bfmtv.com/rugby/toulon-baptiste-serin-prolonge-sur-la-duree_AV-202112300259.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 17:38:45 GMT", - "enclosure": "https://images.bfmtv.com/zxnVNIvE1Avn4hpEEQWLz-OOQ-U=/0x40:768x472/800x0/images/Karim-Benzema-avec-l-equipe-de-France-contre-le-Kazakhstan-le-13-novembre-2021-au-Parc-des-Princes-a-Paris-1177384.jpg", + "pubDate": "Thu, 30 Dec 2021 16:49:44 GMT", + "enclosure": "https://images.bfmtv.com/kv6JUPH6b9GEUoXXH6D7kwf5v3s=/0x40:768x472/800x0/images/Le-demi-de-melee-toulonnais-Baptiste-Serin-contre-l-Aviron-bayonnais-le-21-novembre-2020-a-Bayonne-1026715.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/kv6JUPH6b9GEUoXXH6D7kwf5v3s=/0x40:768x472/800x0/images/Le-demi-de-melee-toulonnais-Baptiste-Serin-contre-l-Aviron-bayonnais-le-21-novembre-2020-a-Bayonne-1026715.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27926,19 +29121,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7a7ad54c8ea3bf810ef0ad468afb178" + "hash": "ca819211832f795b3aee5c72d1a96461", + "highlights": [] }, { - "title": "L'ancien Parisien Jesé fait exploser Tiktok avec une danse avec sa compagne", - "description": "Pendant ses vacances à Dubaï avec sa compagne, Jesé, l’ancien attaquant du Paris Saint-Germain, cultive sa célébrité sur les réseaux sociaux à coup de danses sur Tiktok.

", - "content": "Pendant ses vacances à Dubaï avec sa compagne, Jesé, l’ancien attaquant du Paris Saint-Germain, cultive sa célébrité sur les réseaux sociaux à coup de danses sur Tiktok.

", + "title": "Mercato: Cuisance va quitter le Bayern Munich et rejoindre Venise", + "description": "Après un prêt décevant la saison dernière à l’Olympique de Marseille, Michaël Cuisance espérait avoir un peu de temps de jeu au Bayern Munich. Pas dans les plans du géant allemand, le milieu de terrain va rejoindre Venise cet hiver selon nos informations.

", + "content": "Après un prêt décevant la saison dernière à l’Olympique de Marseille, Michaël Cuisance espérait avoir un peu de temps de jeu au Bayern Munich. Pas dans les plans du géant allemand, le milieu de terrain va rejoindre Venise cet hiver selon nos informations.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/l-ancien-parisien-jese-fait-exploser-tiktok-avec-une-danse-avec-sa-compagne_AN-202112250124.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-cuisance-va-quitter-le-bayern-munich-et-rejoindre-venise_AV-202112300253.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 17:17:41 GMT", - "enclosure": "https://images.bfmtv.com/dSWcwrMLrg-PqzGAg1eFFJfwb84=/0x0:1024x576/800x0/images/-878333.jpg", + "pubDate": "Thu, 30 Dec 2021 16:44:49 GMT", + "enclosure": "https://images.bfmtv.com/DRIMWAtvgyk7hgMgGiOAKon6o2g=/0x0:1200x675/800x0/images/-873600.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/DRIMWAtvgyk7hgMgGiOAKon6o2g=/0x0:1200x675/800x0/images/-873600.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27947,19 +29143,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "68f29df42d6135077f07c35abf04a000" + "hash": "9c2562753cc0980319d6c8643f25e8a8", + "highlights": [] }, { - "title": "Mercato: Everton s’intéresserait à Coutinho", - "description": "Selon la presse catalane, Everton se serait positionné pour faire venir Philippe Coutinho. Mais le salaire du joueur du Barça pose problème aux Toffees, qui ne veulent qu’un prêt.

", - "content": "Selon la presse catalane, Everton se serait positionné pour faire venir Philippe Coutinho. Mais le salaire du joueur du Barça pose problème aux Toffees, qui ne veulent qu’un prêt.

", + "title": "PSG: Diallo est courtisé par l’AC Milan, mais le dossier est complexe", + "description": "L’AC Milan serait intéressé par une venue d’Abdou Diallo en prêt dès janvier, même si le Paris Saint-Germain préférerait un transfert sec. Les Rossoneri sont également sur la piste de Romain Faivre, le milieu de Brest.

", + "content": "L’AC Milan serait intéressé par une venue d’Abdou Diallo en prêt dès janvier, même si le Paris Saint-Germain préférerait un transfert sec. Les Rossoneri sont également sur la piste de Romain Faivre, le milieu de Brest.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-everton-s-interesserait-a-coutinho_AV-202112250121.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-diallo-est-courtise-par-l-ac-milan-mais-le-dossier-est-complexe_AV-202112300250.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 16:47:07 GMT", - "enclosure": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", + "pubDate": "Thu, 30 Dec 2021 16:34:10 GMT", + "enclosure": "https://images.bfmtv.com/iS-JB7-NhWmhDK_y4UQYnpWTzKs=/0x40:768x472/800x0/images/Le-defenseur-franco-senegalais-du-Paris-Saint-Germain-Abdou-Diallo-durant-une-interview-au-centre-d-entrainement-Ooredoo-a-Saint-Germain-en-Laye-le-17-decembre-2021-1191128.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/iS-JB7-NhWmhDK_y4UQYnpWTzKs=/0x40:768x472/800x0/images/Le-defenseur-franco-senegalais-du-Paris-Saint-Germain-Abdou-Diallo-durant-une-interview-au-centre-d-entrainement-Ooredoo-a-Saint-Germain-en-Laye-le-17-decembre-2021-1191128.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27968,19 +29165,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2ad0ea0cda373deb2660735dfc88eb1" + "hash": "487ce4659c89e74ac2d2d18cb77f9f7f", + "highlights": [] }, { - "title": "NBA: la maison d’un joueur de Philadelphie prend feu en plein réveillon", - "description": "Vendredi soir, pendant le réveillon de Noël, un incendie s’est déclaré dans la maison de Tyrese Maxey, arrière des Philadelphia Sixers. Le joueur et sa famille vont bien mais ont vécu une drôle de soirée.

", - "content": "Vendredi soir, pendant le réveillon de Noël, un incendie s’est déclaré dans la maison de Tyrese Maxey, arrière des Philadelphia Sixers. Le joueur et sa famille vont bien mais ont vécu une drôle de soirée.

", + "title": "Prix de Bourgogne : La vitesse au menu de la Qualif 5 du Prix d'Amérique", + "description": "Cinquième course qualificative au Prix d'Amérique, le Prix de Bourgogne (G.2) est programmé ce dimanche 2 janvier sur l'hippodrome de Vincennes et délivrera trois tickets pour le Championnat du Monde de trot attelé (30 janvier).

", + "content": "Cinquième course qualificative au Prix d'Amérique, le Prix de Bourgogne (G.2) est programmé ce dimanche 2 janvier sur l'hippodrome de Vincennes et délivrera trois tickets pour le Championnat du Monde de trot attelé (30 janvier).

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-la-maison-d-un-joueur-de-philadelphie-prend-feu-en-plein-reveillon_AV-202112250120.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/prix-de-bourgogne-la-vitesse-au-menu-de-la-qualif-5-du-prix-d-amerique_AN-202112300237.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 16:38:46 GMT", - "enclosure": "https://images.bfmtv.com/6RuMwswo5_JZSV1JniqSu4VtuOs=/0x33:2048x1185/800x0/images/Tyrese-Maxey-1194811.jpg", + "pubDate": "Thu, 30 Dec 2021 16:01:36 GMT", + "enclosure": "https://images.bfmtv.com/0zcmwSizHqx0dzsTSsdC9jdGDdc=/7x46:791x487/800x0/images/L-Italien-Vivid-Wise-As-revient-en-France-avec-des-ambitions-1201575.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/0zcmwSizHqx0dzsTSsdC9jdGDdc=/7x46:791x487/800x0/images/L-Italien-Vivid-Wise-As-revient-en-France-avec-des-ambitions-1201575.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -27989,19 +29187,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b604f0305462874e5c56b3752236de3b" + "hash": "9b38ef0a7233d0f20304277d1ed54d38", + "highlights": [] }, { - "title": "Drame en Algérie, un joueur de D2 décède pendant un match", - "description": "Sofiane Loukar, défenseur et capitaine du MC Saïda, une équipe de D2 algérienne, est décédé en plein match samedi à Oran. Il avait 30 ans.

", - "content": "Sofiane Loukar, défenseur et capitaine du MC Saïda, une équipe de D2 algérienne, est décédé en plein match samedi à Oran. Il avait 30 ans.

", + "title": "Premier League: Chelsea a perdu 173,5 millions d'euros en 2020-2021", + "description": "Avec trois matchs nuls sur les quatre derniers matchs de Premier League, Chelsea ne vit pas sa meilleure période sur le plan sportif. En plus de voir le titre de champion d'Angleterre s'éloigner, les Blues perdent de l'argent. Le dauphin de Manchester City a perdu 173,5 millions d'euros sur l'exercice 2020-2021.

", + "content": "Avec trois matchs nuls sur les quatre derniers matchs de Premier League, Chelsea ne vit pas sa meilleure période sur le plan sportif. En plus de voir le titre de champion d'Angleterre s'éloigner, les Blues perdent de l'argent. Le dauphin de Manchester City a perdu 173,5 millions d'euros sur l'exercice 2020-2021.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/drame-en-algerie-un-joueur-de-d2-decede-pendant-un-match_AN-202112250118.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-chelsea-a-perdu-173-5-millions-d-euros-en-2020-2021_AV-202112300235.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 16:34:13 GMT", - "enclosure": "https://images.bfmtv.com/DS_PpMURM8TokqKItseHUWZMgg4=/0x0:2048x1152/800x0/images/Un-joueur-de-D2-algerienne-est-mort-pendant-un-match-1194812.jpg", + "pubDate": "Thu, 30 Dec 2021 15:58:58 GMT", + "enclosure": "https://images.bfmtv.com/qaRWr-hNg9HKfeEKuaH2j0Xb04A=/0x71:2000x1196/800x0/images/Chelsea-1201155.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/qaRWr-hNg9HKfeEKuaH2j0Xb04A=/0x71:2000x1196/800x0/images/Chelsea-1201155.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28010,19 +29209,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0fc7d661d18f877d71d629b8e695cb65" + "hash": "ef20634a09feb8f02c83a4e2257967a9", + "highlights": [] }, { - "title": "Mercato: le Barça sur Mazraoui, en pensant à Haaland", - "description": "Le FC Barcelone souhaiterait recruter Noussair Mazraoui, qui sera libre cet été, d’après Mundo Deportivo. Une manière de développer un peu plus les relations avec Raiola, agent de Mazraoui mais aussi de Haaland, priorité du Barça.

", - "content": "Le FC Barcelone souhaiterait recruter Noussair Mazraoui, qui sera libre cet été, d’après Mundo Deportivo. Une manière de développer un peu plus les relations avec Raiola, agent de Mazraoui mais aussi de Haaland, priorité du Barça.

", + "title": "Tottenham: \"Je pense qu’il veut rester\", Conte plutôt serein sur la fin de contrat de Lloris", + "description": "Antonio Conte, l’entraineur de Tottenham, s’est montré rassurant quant à une possible prolongation d’Hugo Lloris, gardien et capitaine des Spurs, dont le contrat se termine cet été.

", + "content": "Antonio Conte, l’entraineur de Tottenham, s’est montré rassurant quant à une possible prolongation d’Hugo Lloris, gardien et capitaine des Spurs, dont le contrat se termine cet été.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-sur-mazraoui-en-pensant-a-haaland_AV-202112250116.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/tottenham-je-pense-qu-il-veut-rester-conte-plutot-serein-sur-la-fin-de-contrat-de-lloris_AV-202112300232.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 16:05:32 GMT", - "enclosure": "https://images.bfmtv.com/Ek6x-H5xfIq92emQSeODSzBQ8nw=/0x52:2048x1204/800x0/images/Noussair-Mazraoui-1194810.jpg", + "pubDate": "Thu, 30 Dec 2021 15:52:58 GMT", + "enclosure": "https://images.bfmtv.com/GJiTLQH2-NGoj3bxkWjUjR-6-pY=/0x0:2048x1152/800x0/images/Hugo-Lloris-avec-Tottenham-1182706.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/GJiTLQH2-NGoj3bxkWjUjR-6-pY=/0x0:2048x1152/800x0/images/Hugo-Lloris-avec-Tottenham-1182706.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28031,19 +29231,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8be501e8ed87fcc62029f7fc34b59c77" + "hash": "48ee8f73b449d9929237791e1e6e1bf1", + "highlights": [] }, { - "title": "En Turquie, ça joue le 25 décembre et on voit même de supers buts", - "description": "Alors que la très grande majorité des championnats mondiaux s’est arrêté en ce jour de Noël, la Superlig turque se poursuit comme si de rien n’était. Galatasaray s’est notamment imposé à domicile (2-0), porté par un superbe but de son attaquant Kerem Aktürkoglu.

", - "content": "Alors que la très grande majorité des championnats mondiaux s’est arrêté en ce jour de Noël, la Superlig turque se poursuit comme si de rien n’était. Galatasaray s’est notamment imposé à domicile (2-0), porté par un superbe but de son attaquant Kerem Aktürkoglu.

", + "title": "Mercato: Newcastle intensifie les négociations avec Lille pour Botman", + "description": "Afin de se donner les moyens de sauver sa place en Premier League à la fin de la saison, Newcastle compte se montrer actif au mois de janvier. Selon le Daily Mail, les Magpies auraient accéléré les négociations avec Lille pour le transfert de Sven Botman.

", + "content": "Afin de se donner les moyens de sauver sa place en Premier League à la fin de la saison, Newcastle compte se montrer actif au mois de janvier. Selon le Daily Mail, les Magpies auraient accéléré les négociations avec Lille pour le transfert de Sven Botman.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/championnat-turquie/en-turquie-ca-joue-le-25-decembre-et-on-voit-meme-de-supers-buts_AV-202112250115.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-newcastle-intensifie-les-negociations-avec-lille-pour-botman_AV-202112300223.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 16:00:32 GMT", - "enclosure": "https://images.bfmtv.com/49U09D_stjlJZne7WfaehaKDgOo=/0x106:2048x1258/800x0/images/1194809.jpg", + "pubDate": "Thu, 30 Dec 2021 15:28:45 GMT", + "enclosure": "https://images.bfmtv.com/l15eFuFaiQ8hY2UNmU6XzyAJgEI=/252x155:1516x866/800x0/images/Botman-Lille-1148236.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/l15eFuFaiQ8hY2UNmU6XzyAJgEI=/252x155:1516x866/800x0/images/Botman-Lille-1148236.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28052,19 +29253,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3930537e2ad858f5a242ee2350915949" + "hash": "6f985409cc167669c57ca9cb847e43f5", + "highlights": [] }, { - "title": "On connaît le prix de Erling Haaland, et ce n'est pas si cher que ça", - "description": "L'attaquant norvégien pourra partir de Dortmund pour \"seulement\" 75 millions, selon une indiscrétion d'Oliver Kahn.

", - "content": "L'attaquant norvégien pourra partir de Dortmund pour \"seulement\" 75 millions, selon une indiscrétion d'Oliver Kahn.

", + "title": "Mercato en direct: direction Venise pour Cuisance", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/on-connait-le-prix-de-erling-haaland-et-ce-n-est-pas-si-cher-que-ca_AV-202112250114.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 15:59:40 GMT", - "enclosure": "https://images.bfmtv.com/05JmFqZnofccaCkNfz5wKHnZPtc=/0x103:1968x1210/800x0/images/Erling-Haaland-Dortmund-1149332.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/DRIMWAtvgyk7hgMgGiOAKon6o2g=/0x0:1200x675/800x0/images/-873600.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/DRIMWAtvgyk7hgMgGiOAKon6o2g=/0x0:1200x675/800x0/images/-873600.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28073,19 +29275,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2fb0949f3fef6522c15df2bd3962dfc8" + "hash": "9dfc084bb1024372e6d081af008b70c2", + "highlights": [] }, { - "title": "Ligue 1: le fils de Mickaël Pagis signe pro à Lorient", - "description": "Le FC Lorient a annoncé la signature du premier contrat pro de Pablo Pagis. Agé de 18 ans, cet attaquant est le fils de l’ancien avant-centre de l’OM Mickaël Pagis.

", - "content": "Le FC Lorient a annoncé la signature du premier contrat pro de Pablo Pagis. Agé de 18 ans, cet attaquant est le fils de l’ancien avant-centre de l’OM Mickaël Pagis.

", + "title": "Top 14: Toulouse estime que les reports auraient pu être évités", + "description": "Le Stade Toulousain, qui a vu ses rencontres à domicile contre les Wasps et le Stade Français être ajournées à la dernière minute, pointe une certaine iniquité dans les reports.

", + "content": "Le Stade Toulousain, qui a vu ses rencontres à domicile contre les Wasps et le Stade Français être ajournées à la dernière minute, pointe une certaine iniquité dans les reports.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-fils-de-mickael-pagis-signe-pro-a-lorient_AN-202112250113.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14-toulouse-estime-que-les-reports-auraient-pu-etre-evites_AV-202112300220.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 15:51:34 GMT", - "enclosure": "https://images.bfmtv.com/5lF5SrL5gUA2hkDXBkLaCsk1u8Y=/6x49:1510x895/800x0/images/Mickael-Pagis-avec-l-OM-en-2007-1194807.jpg", + "pubDate": "Thu, 30 Dec 2021 15:25:03 GMT", + "enclosure": "https://images.bfmtv.com/ke-ps9fiy5i69tMzn46Hni-zuEE=/0x83:2048x1235/800x0/images/Ugo-MOLA-1201554.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/ke-ps9fiy5i69tMzn46Hni-zuEE=/0x83:2048x1235/800x0/images/Ugo-MOLA-1201554.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28094,19 +29297,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "27b4b015d2ba8fbe45c1a66ffd37a5b1" + "hash": "04b5eb4968def717fe10ca4e8ba1b05f", + "highlights": [] }, { - "title": "CAN: la sélection du Mali, avec de nombreux joueurs de Ligue 1", - "description": "Le sélectionneur du Mali Mohamed Magassouba a dévoilé sa liste de 28 joueurs pour la prochaine Coupe d'Afrique des Nations. De nombreux joueurs du championnat français composent la sélection.

", - "content": "Le sélectionneur du Mali Mohamed Magassouba a dévoilé sa liste de 28 joueurs pour la prochaine Coupe d'Afrique des Nations. De nombreux joueurs du championnat français composent la sélection.

", + "title": "CAN: Une liste de 28 joueurs pour la Tunisie, Khazri bien présent", + "description": "Cinq joueurs évoluant en France feront partie de la sélection tunisienne pour participer à la CAN 2022, après la publication de la liste de Mondher Kebaier. Sans surprise, le Stéphanois Wahbi Khazri est bien là.

", + "content": "Cinq joueurs évoluant en France feront partie de la sélection tunisienne pour participer à la CAN 2022, après la publication de la liste de Mondher Kebaier. Sans surprise, le Stéphanois Wahbi Khazri est bien là.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-la-selection-du-mali-avec-de-nombreux-joueurs-de-ligue-1_AV-202112250109.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-une-liste-de-28-joueurs-pour-la-tunisie-khazri-bien-present_AV-202112300211.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 15:02:47 GMT", - "enclosure": "https://images.bfmtv.com/tx3fANiBFJM30yAtNTv2I32WzbU=/0x106:2048x1258/800x0/images/Bilal-Toure-1194802.jpg", + "pubDate": "Thu, 30 Dec 2021 15:00:12 GMT", + "enclosure": "https://images.bfmtv.com/ykMTrWVNb0NNCwa6zYuFmbeIcmk=/0x104:1984x1220/800x0/images/Wahbi-Khazri-Tunisie-1165395.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/ykMTrWVNb0NNCwa6zYuFmbeIcmk=/0x104:1984x1220/800x0/images/Wahbi-Khazri-Tunisie-1165395.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28115,19 +29319,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f877dcc0b9a8d8d0bd9f63bf6aa2b1d" + "hash": "667581a9e78beff14bc0d8d34e7e93dc", + "highlights": [] }, { - "title": "Ajax: Tadic bat un record de Messi vieux de dix ans", - "description": "L’attaquant de l’Ajax Dusan Tadic vient de boucler une année pleine, à tel point qu’il a battu un record détenu par Lionel Messi depuis dix ans. L’international serbe a délivré 37 passes décisives au total en 2021, soit une de plus que l’ex-numéro 10 du Barça en 2011.

", - "content": "L’attaquant de l’Ajax Dusan Tadic vient de boucler une année pleine, à tel point qu’il a battu un record détenu par Lionel Messi depuis dix ans. L’international serbe a délivré 37 passes décisives au total en 2021, soit une de plus que l’ex-numéro 10 du Barça en 2011.

", + "title": "Barça: Ez Abde aurait finalement recalé le Maroc pour pouvoir jouer avec l'Espagne", + "description": "Selon la presse espagnole, le jeune ailier du FC Barcelone Abde Ezzalzouli (20 ans) a décidé de représenter l'Espagne et non le Maroc. Vahid Halilhodzic comptait pourtant sur lui, notamment pour la Coupe d'Afrique des Nations à venir.

", + "content": "Selon la presse espagnole, le jeune ailier du FC Barcelone Abde Ezzalzouli (20 ans) a décidé de représenter l'Espagne et non le Maroc. Vahid Halilhodzic comptait pourtant sur lui, notamment pour la Coupe d'Afrique des Nations à venir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/eredivisie/ajax-tadic-bat-un-record-de-messi-vieux-de-dix-ans_AV-202112250107.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-ez-abde-aurait-finalement-recale-le-maroc-pour-pouvoir-jouer-avec-l-espagne_AV-202112300210.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 14:53:26 GMT", - "enclosure": "https://images.bfmtv.com/fQRU_RCQeALJujrt3I2kRRcesY8=/0x106:2048x1258/800x0/images/1194801.jpg", + "pubDate": "Thu, 30 Dec 2021 14:49:45 GMT", + "enclosure": "https://images.bfmtv.com/ZeW_U10GNxq0uK_lxSS7yFnAdMY=/0x118:2048x1270/800x0/images/Abdessamad-EZZALZOULI-1201544.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/ZeW_U10GNxq0uK_lxSS7yFnAdMY=/0x118:2048x1270/800x0/images/Abdessamad-EZZALZOULI-1201544.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28136,19 +29341,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ccdb900f99678dece3435ceb1a5d6de" + "hash": "918274c5cefaa61ff14c33f68827e656", + "highlights": [] }, { - "title": "CAN en direct: Des surprises pour le Nigeria et le Mali", - "description": "A deux semaines du début de la CAN au Cameroun, les sélectionneurs annocnent les uns après les autres les listes pour la compétition.

", - "content": "A deux semaines du début de la CAN au Cameroun, les sélectionneurs annocnent les uns après les autres les listes pour la compétition.

", + "title": "PSG: le \"marathon\" de Neymar pour fêter le Nouvel An", + "description": "Neymar s'amuse au Brésil, dans sa villa, en attendant le réveillon du Nouvel An. La presse brésilienne explique ce jeudi que le footballeur du PSG a prévu plusieurs fêtes chez lui.

", + "content": "Neymar s'amuse au Brésil, dans sa villa, en attendant le réveillon du Nouvel An. La presse brésilienne explique ce jeudi que le footballeur du PSG a prévu plusieurs fêtes chez lui.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-les-listes-tombent_LN-202112250105.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-marathon-de-neymar-pour-feter-le-nouvel-an_AV-202112300199.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 14:42:29 GMT", - "enclosure": "https://images.bfmtv.com/Co0hfwiKAydloJ3mZBGTKxm4lzg=/2x2:4402x2477/800x0/images/-876571.jpg", + "pubDate": "Thu, 30 Dec 2021 14:26:43 GMT", + "enclosure": "https://images.bfmtv.com/r0QcahOijPa0CumVJwNSDM88Od8=/0x27:2048x1179/800x0/images/NEYMAR-JR-1169973.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/r0QcahOijPa0CumVJwNSDM88Od8=/0x27:2048x1179/800x0/images/NEYMAR-JR-1169973.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28157,19 +29363,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "18e1c811e62e65c01d85bdefaa3e0e6b" + "hash": "4fc87c25c3111482e43bc306daab099e", + "highlights": [] }, { - "title": "CAN: Osimhen présent dans la sélection du Nigeria", - "description": "Annoncé incertain pour la Coupe d'Afrique des Nations depuis ses nombreuses blessures à la tête survenues en novembre dernier, Victor Osimhen figure bien dans le groupe de 28 joueurs du Nigeria pour la compétition.

", - "content": "Annoncé incertain pour la Coupe d'Afrique des Nations depuis ses nombreuses blessures à la tête survenues en novembre dernier, Victor Osimhen figure bien dans le groupe de 28 joueurs du Nigeria pour la compétition.

", + "title": "Coupe de France: 8 000 personnes autorisées en tribunes pour Chauvigny-OM", + "description": "Ce jeudi, la préfecture de Haute-Vienne est revenue sur sa décision de jauge anticipée à 5.000 spectateurs pour le match de coupe de France entre Chauvigny et l'OM. Finalement, 8 000 personnes pourront prendre place en tribunes.

", + "content": "Ce jeudi, la préfecture de Haute-Vienne est revenue sur sa décision de jauge anticipée à 5.000 spectateurs pour le match de coupe de France entre Chauvigny et l'OM. Finalement, 8 000 personnes pourront prendre place en tribunes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-osimhen-present-dans-la-selection-du-nigeria_AV-202112250100.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-8-000-personnes-autorisees-en-tribunes-pour-chauvigny-om_AV-202112300197.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 14:10:10 GMT", - "enclosure": "https://images.bfmtv.com/UfjJuPF3FsW3UyDhs5lJIfKfS-w=/0x0:2000x1125/800x0/images/Victor-Osimhen-Naples-1132900.jpg", + "pubDate": "Thu, 30 Dec 2021 14:20:56 GMT", + "enclosure": "https://images.bfmtv.com/nXG3pmZvEhC9NhV_p2y_uzVKp38=/0x106:2048x1258/800x0/images/Matteo-Guendouzi-en-Coupe-de-France-1192507.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/nXG3pmZvEhC9NhV_p2y_uzVKp38=/0x106:2048x1258/800x0/images/Matteo-Guendouzi-en-Coupe-de-France-1192507.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28178,19 +29385,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e44fb04207a4040bdaf5ac92d906f2c" + "hash": "1b06a3e0684e8ec82b17fd3b06958f56", + "highlights": [] }, { - "title": "Barça: le club n'a pas fait de cadeaux de Noël aux joueurs", - "description": "Aucun joueur du Barça n'a reçu de cadeau de Noël de la part du club, rapporte AS en Espagne. Une décision qui témoigne de la volonté de la direction de réduire les dépenses.

", - "content": "Aucun joueur du Barça n'a reçu de cadeau de Noël de la part du club, rapporte AS en Espagne. Une décision qui témoigne de la volonté de la direction de réduire les dépenses.

", + "title": "Wright dénonce à son tour un manque de respect envers la CAN", + "description": "Après Sébastien Haller et Patrick Vieira, l’ancien international anglais Ian Wright s’est élevé pour défendre la CAN. Selon l’ex-buteur d’Arsenal, la couverture de l’événement est \"teintée de racisme\".

", + "content": "Après Sébastien Haller et Patrick Vieira, l’ancien international anglais Ian Wright s’est élevé pour défendre la CAN. Selon l’ex-buteur d’Arsenal, la couverture de l’événement est \"teintée de racisme\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-le-club-n-a-pas-fait-de-cadeaux-de-noel-aux-joueurs_AV-202112250099.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/wright-denonce-a-son-tour-un-manque-de-respect-envers-la-can_AV-202112300194.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 14:05:57 GMT", - "enclosure": "https://images.bfmtv.com/Vvn1wEMtztSx_IpxePq-qkSYTz8=/0x8:2048x1160/800x0/images/Gavi-1194793.jpg", + "pubDate": "Thu, 30 Dec 2021 14:11:16 GMT", + "enclosure": "https://images.bfmtv.com/HsTvW2hVLFPT_M_eQKoUsKrwi9Y=/0x39:2048x1191/800x0/images/1201534.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/HsTvW2hVLFPT_M_eQKoUsKrwi9Y=/0x39:2048x1191/800x0/images/1201534.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28199,19 +29407,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d6a8543e86fe23daaa41755565f0a46" + "hash": "de8c4ae2e141ed3189f7b9b6957497f1", + "highlights": [] }, { - "title": "Euroleague: Le bilan des Français à mi-saison", - "description": "Avec 20 représentants sur les parquets européens, la France est le troisième contingent de joueurs, derrière les Etats-Unis et la Russie, en Euroleague cette saison. Entre révélations et déceptions, il est temps de faire un premier bilan à mi-saison. 

", - "content": "Avec 20 représentants sur les parquets européens, la France est le troisième contingent de joueurs, derrière les Etats-Unis et la Russie, en Euroleague cette saison. Entre révélations et déceptions, il est temps de faire un premier bilan à mi-saison. 

", + "title": "Le sport face au coronavirus en direct: vers une évolution des jauges en tribunes ?", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs. Si la Premier League continuer de jouer pendant les fêtes, de nombreux matchs anglais sont reportés. Idem en rugby où le Top 14 se retrouve fortement impacté par l'évolution de la crise. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs. Si la Premier League continuer de jouer pendant les fêtes, de nombreux matchs anglais sont reportés. Idem en rugby où le Top 14 se retrouve fortement impacté par l'évolution de la crise. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroleague-le-bilan-des-francais-a-mi-saison_AN-202112250096.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-27-decembre-2021_LN-202112270048.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 13:46:39 GMT", - "enclosure": "https://images.bfmtv.com/RXYZqW2ucS8wN3otvZ7YXWx_dGk=/0x0:2048x1152/800x0/images/Elie-Okobo-lors-de-ASVEL-Kaunas-1139205.jpg", + "pubDate": "Mon, 27 Dec 2021 06:42:43 GMT", + "enclosure": "https://images.bfmtv.com/0fgFY64v7W1LaegIfAeNtItvj8M=/0x175:2048x1327/800x0/images/Le-stade-Velodrome-a-huis-clos-pour-OM-Troyes-1181282.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/0fgFY64v7W1LaegIfAeNtItvj8M=/0x175:2048x1327/800x0/images/Le-stade-Velodrome-a-huis-clos-pour-OM-Troyes-1181282.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28220,19 +29429,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0c4f9e8ff160fe000e9214a1f9b0717" + "hash": "57c23dcef95f5da428e7323ff21cd0eb", + "highlights": [] }, { - "title": "Zlatan Ibrahimovic respecte sa tradition en postant un doigt d'honneur pour fêter Noël", - "description": "Coutumier du fait, Zlatan Ibrahimovic a souhaité ce samedi un \"Merry Chriztmaz\" à ses suiveurs sur ses réseaux sociaux, accompagné d'une photo qui montre un doigt d'honneur. Une tradition du Suédois, qui répète le gimmick depuis plusieurs années désormais.

", - "content": "Coutumier du fait, Zlatan Ibrahimovic a souhaité ce samedi un \"Merry Chriztmaz\" à ses suiveurs sur ses réseaux sociaux, accompagné d'une photo qui montre un doigt d'honneur. Une tradition du Suédois, qui répète le gimmick depuis plusieurs années désormais.

", + "title": "Le sport face au coronavirus en direct: 8 000 personnes dans les tribunes pour Chauvigny-OM", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/zlatan-ibrahimovic-respecte-sa-tradition-en-postant-un-doigt-d-honneur-pour-feter-noel_AV-202112250094.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 13:39:24 GMT", - "enclosure": "https://images.bfmtv.com/cOAcfGqqWQYupi0jo7ijrccSbqw=/0x0:1984x1116/800x0/images/Z-Ibrahimovic-1191000.jpg", + "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", + "enclosure": "https://images.bfmtv.com/aoackss-BnHpSdwqZRuZdVBspi4=/0x175:2048x1327/800x0/images/Coupe-de-France-OM-1201528.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/aoackss-BnHpSdwqZRuZdVBspi4=/0x175:2048x1327/800x0/images/Coupe-de-France-OM-1201528.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28241,17 +29451,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfd61e80196ccc484523cfdd6c0ac28b" + "hash": "f7b12aced81fc186f468e106f2957ac3", + "highlights": [] }, { - "title": "Les pronos hippiques du dimanche 26 décembre 2021", - "description": "Le Quinté+ du dimanche 26 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du dimanche 26 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "PRONOS PARIS RMC Le pari du jour du 30 décembre - Primeira Liga - Portugal", + "description": "Notre pronostic: Porto bat Benfica et Luis Diaz marque (2.65)

", + "content": "Notre pronostic: Porto bat Benfica et Luis Diaz marque (2.65)

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-26-decembre-2021_AN-202112250093.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-30-decembre-primeira-liga-portugal_AN-202112290218.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 13:15:46 GMT", - "enclosure": "https://images.bfmtv.com/LRRctCyy5WU__8ugkd8Q_btTN9s=/0x42:800x492/800x0/images/Les-pronos-hippiques-du-19-decembre-2021-1190391.jpg", + "pubDate": "Wed, 29 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/4UED1JuXKxpPWonQqcGly7FqaGs=/0x104:2000x1229/800x0/images/Luis-Diaz-Porto-1201151.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28262,19 +29473,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9ee771f57899b18aa0deba6ddc9bab7" + "hash": "e0a9362ba934bd44076bb65f81d23ab8", + "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: Brive-Clermont également reporté", - "description": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", - "content": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 30 décembre - NBA", + "description": "Mon pronostic : Golden State s'impose sur le parquet de Denver, Stephen Curry et Nikola Jokic marquent plus de 24,5 points (3.30)

", + "content": "Mon pronostic : Golden State s'impose sur le parquet de Denver, Stephen Curry et Nikola Jokic marquent plus de 24,5 points (3.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-30-decembre-nba_AN-202112300188.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", - "enclosure": "https://images.bfmtv.com/iiiWahFcV4p483Fi69awlQ5hmVc=/6x111:2038x1254/800x0/images/L-ASM-Clermont-1194780.jpg", + "pubDate": "Thu, 30 Dec 2021 13:41:37 GMT", + "enclosure": "https://images.bfmtv.com/TowmMWNImsoFaCW7yw2sdj17Kn4=/0x0:1984x1116/800x0/images/Stephen-Curry-1201533.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/TowmMWNImsoFaCW7yw2sdj17Kn4=/0x0:1984x1116/800x0/images/Stephen-Curry-1201533.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28283,19 +29495,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8dc84eca79e492e482c900eb08994f6" + "hash": "5828a3a578a45b3dbdd11296c4c5ff2e", + "highlights": [] }, { - "title": "Tennis: toujours incertain pour l'Open d'Australie Djokovic fera l'impasse sur l'ATP Cup à Sydney", - "description": "Si l'incertitude règne toujours quant à la participation de Novak Djokovic pour le prochain Open d'Australie, en janvier prochain, le numéro 1 mondial va déjà zapper l'ATP Cup, qui aura lieu en début d'année à Sydney.

", - "content": "Si l'incertitude règne toujours quant à la participation de Novak Djokovic pour le prochain Open d'Australie, en janvier prochain, le numéro 1 mondial va déjà zapper l'ATP Cup, qui aura lieu en début d'année à Sydney.

", + "title": "Ligue 1: Batlles-Troyes, les raisons du divorce", + "description": "Deux ans et demi après son arrivée sur le banc troyen, Laurent Batlles n'est plus l'entraîneur de l'ESTAC. Le club l'a annoncé ce jeudi. Si le départ du coach de 46 ans peut surprendre, plusieurs raisons peuvent permettre de l'expliquer.

", + "content": "Deux ans et demi après son arrivée sur le banc troyen, Laurent Batlles n'est plus l'entraîneur de l'ESTAC. Le club l'a annoncé ce jeudi. Si le départ du coach de 46 ans peut surprendre, plusieurs raisons peuvent permettre de l'expliquer.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tennis-toujours-incertain-pour-l-open-d-australie-djokovic-fera-l-impasse-sur-l-atp-cup-a-sydney_AV-202112250082.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-batlles-troyes-les-raisons-du-divorce_AD-202112300185.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 12:09:18 GMT", - "enclosure": "https://images.bfmtv.com/OATf_CA58l6hgxIjUjul8VZgdOQ=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-frappe-un-retour-contre-le-Canadien-Denis-Shapovalov-lors-de-leur-match-de-simple-du-groupe-A-de-l-ATP-Cup-2021-a-Melbourne-le-2-fevrier-2021-1191910.jpg", + "pubDate": "Thu, 30 Dec 2021 13:31:22 GMT", + "enclosure": "https://images.bfmtv.com/TUrI_iA08HwJQnvemlI1NMboFXg=/6x91:1686x1036/800x0/images/Laurent-Batlles-1023235.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/TUrI_iA08HwJQnvemlI1NMboFXg=/6x91:1686x1036/800x0/images/Laurent-Batlles-1023235.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28304,19 +29517,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c56e037e584eebf38bb341b79998ef6e" + "hash": "d0359b22d16e11e45db470526e5667f9", + "highlights": [] }, { - "title": "Bleus: Benzema, Mbappé, Deschamps et le défi d'une troisième étoile", - "description": "Dans moins d'un an, les Bleus devront faire mentir la \"malédiction du champion\".

", - "content": "Dans moins d'un an, les Bleus devront faire mentir la \"malédiction du champion\".

", + "title": "Mercato: Juventus, Manchester United, Newcastle... quel prochain club pour Dembélé?", + "description": "Alors que les négociations entre le champion du monde et le Barça sont au point mort concernant une prolongation de contrat, la presse espagnole croit tenir plusieurs pistes plausibles quant au futur d'Ousmane Dembélé.

", + "content": "Alors que les négociations entre le champion du monde et le Barça sont au point mort concernant une prolongation de contrat, la presse espagnole croit tenir plusieurs pistes plausibles quant au futur d'Ousmane Dembélé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/bleus-benzema-mbappe-deschamps-et-le-defi-d-une-troisieme-etoile_AD-202112250078.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-juventus-manchester-united-newcastle-quel-prochain-club-pour-dembele_AV-202112300184.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:44:01 GMT", - "enclosure": "https://images.bfmtv.com/VZr1_WQcYFdQVAERo1XbzslvXto=/0x40:768x472/800x0/images/L-attaquant-francais-Karim-Benzema-g-est-felicite-son-coequipier-Kylian-Mbappe-apres-avoir-marque-un-but-lors-du-match-de-qualification-pour-la-Coupe-du-Monde-de-la-FIFA-2022-entre-la-France-et-le-Kazakhstan-au-Parc-des-Princes-a-Paris-le-13-novembre-2021-1194764.jpg", + "pubDate": "Thu, 30 Dec 2021 13:18:48 GMT", + "enclosure": "https://images.bfmtv.com/oR9-4kvNO0bL3FgaMPy9md44nS4=/0x55:2048x1207/800x0/images/Ousmane-Dembele-1185673.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/oR9-4kvNO0bL3FgaMPy9md44nS4=/0x55:2048x1207/800x0/images/Ousmane-Dembele-1185673.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28325,19 +29539,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "21d178b435309a28936ecb8b1cd623c7" + "hash": "7b9bcbab3f1a7df6e48fa198f867b5ae", + "highlights": [] }, { - "title": "F1: pour Sainz, la décision de Masi à la fin du GP d'Abu Dhabi était \"bizarre\"", - "description": "Carlos Sainz (Ferrari), ravi que le duel Verstappen-Hamilton se soit conclu de façon propre à Abu Dhabi, estime néanmoins que la décision du directeur de course pour le dernier tour était \"étrange\".

", - "content": "Carlos Sainz (Ferrari), ravi que le duel Verstappen-Hamilton se soit conclu de façon propre à Abu Dhabi, estime néanmoins que la décision du directeur de course pour le dernier tour était \"étrange\".

", + "title": "Algérie: \"Je veux des titres\", Belmadi assume ses ambitions pour la CAN 2022", + "description": "À moins de deux semaines de l’entrée en lice de l’Algérie dans la CAN 2022, le sélectionneur Djamel Belmadi affiche ses ambitions pour la compétition en conférence de presse. \"Je veux la gagner\", clame-t-il.

", + "content": "À moins de deux semaines de l’entrée en lice de l’Algérie dans la CAN 2022, le sélectionneur Djamel Belmadi affiche ses ambitions pour la compétition en conférence de presse. \"Je veux la gagner\", clame-t-il.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-pour-sainz-la-decision-de-masi-a-la-fin-du-gp-d-abu-dhabi-etait-bizarre_AV-202112250076.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/algerie-je-veux-des-titres-belmadi-assume-ses-ambitions-pour-la-can-2022_AV-202112300181.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:36:05 GMT", - "enclosure": "https://images.bfmtv.com/5ikIgata2C8DJ3UzFImnbAoGPfs=/0x52:2048x1204/800x0/images/Carlos-Sainz-1194767.jpg", + "pubDate": "Thu, 30 Dec 2021 12:58:27 GMT", + "enclosure": "https://images.bfmtv.com/VGYBhYwfPFC0UxyTNUzFVQxocL0=/0x83:1600x983/800x0/images/-848763.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/VGYBhYwfPFC0UxyTNUzFVQxocL0=/0x83:1600x983/800x0/images/-848763.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28346,19 +29561,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd8e5efe183fbc151514eccf27ed561a" + "hash": "85a5c48ec085a251754780a04ead32c4", + "highlights": [] }, { - "title": "Coupe du monde: On en sait plus sur le prochain tirage et les possibles adversaires des Bleus", - "description": "A moins de quatre mois du tirage au sort de la Coupe du monde 2022, l'équipe de France est pratiquement assurée de se retrouver dans le chapeau 1, avec les têtes de série. Mais à la vue du classement Fifa, des adversaires comme l'Allemagne ou la Croatie pourraient croiser la route des Bleus dès la phase de groupes au Qatar.

", - "content": "A moins de quatre mois du tirage au sort de la Coupe du monde 2022, l'équipe de France est pratiquement assurée de se retrouver dans le chapeau 1, avec les têtes de série. Mais à la vue du classement Fifa, des adversaires comme l'Allemagne ou la Croatie pourraient croiser la route des Bleus dès la phase de groupes au Qatar.

", + "title": "Ligue 1: décimé par les cas de Covid-19, Angers demande le report du match contre Saint-Etienne", + "description": "Pour la reprise du championnat, Angers doit affronter la lanterne rouge Saint-Etienne le 9 janvier. Une rencontre qui pourrait ne pas avoir lieu puisque 19 joueurs angevins ont été testés postifs au Covid-19. Via un communiqué, les dirigeants ont demandé un report de la rencontre.

", + "content": "Pour la reprise du championnat, Angers doit affronter la lanterne rouge Saint-Etienne le 9 janvier. Une rencontre qui pourrait ne pas avoir lieu puisque 19 joueurs angevins ont été testés postifs au Covid-19. Via un communiqué, les dirigeants ont demandé un report de la rencontre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-on-en-sait-plus-sur-le-prochain-tirage-et-les-possibles-adversaires-des-bleus_AV-202112250073.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-decime-par-les-cas-de-covid-19-angers-demande-le-report-du-match-contre-saint-etienne_AV-202112300176.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:17:29 GMT", - "enclosure": "https://images.bfmtv.com/AlZK2lDZb12IK525atyw-QFV9JA=/0x106:2048x1258/800x0/images/Equipe-de-France-1194759.jpg", + "pubDate": "Thu, 30 Dec 2021 12:49:43 GMT", + "enclosure": "https://images.bfmtv.com/jxjlD1-TJahl6MtH07vYnA4qWY0=/0x106:2048x1258/800x0/images/Gerald-Baticle-1201514.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/jxjlD1-TJahl6MtH07vYnA4qWY0=/0x106:2048x1258/800x0/images/Gerald-Baticle-1201514.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28367,19 +29583,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a68a66992bc8c8c0cc58c55a5a480c97" + "hash": "5d1e1983ac7c84911758bc2ca7096ad8", + "highlights": [] }, { - "title": "NHL: la reprise après la trêve de Noël repoussée de lundi à mardi", - "description": "Pour permettre une annalyse des résultats de tests covid.

", - "content": "Pour permettre une annalyse des résultats de tests covid.

", + "title": "OL: le bilan très délicat de Shaqiri... sur le départ dès janvier?", + "description": "Quelques mois après son arrivée à l’OL, Xherdan Shaqiri pourrait déjà quitter le club. En une demi-saison en France, l’international suisse s’est montré très décevant, finissant même par perdre sa place de titulaire.

", + "content": "Quelques mois après son arrivée à l’OL, Xherdan Shaqiri pourrait déjà quitter le club. En une demi-saison en France, l’international suisse s’est montré très décevant, finissant même par perdre sa place de titulaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sport-us/nhl-la-reprise-apres-la-treve-de-noel-repoussee-de-lundi-a-mardi_AD-202112250072.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-le-bilan-tres-delicat-de-shaqiri-sur-le-depart-des-janvier_AV-202112300174.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:04:23 GMT", - "enclosure": "https://images.bfmtv.com/kAEAovKYo-krMGZqHmnFrREuLUE=/0x40:768x472/800x0/images/Les-joueurs-de-la-NHL-le-prestigieux-championnat-nord-americain-de-hockey-sur-glace-n-iront-pas-aux-Jeux-olympiques-d-hiver-de-Pekin-4-20-fevrier-apres-les-reports-en-cascade-provoques-par-le-Covid-19-annoncent-mardi-plusieurs-medias-americains-1192925.jpg", + "pubDate": "Thu, 30 Dec 2021 12:37:48 GMT", + "enclosure": "https://images.bfmtv.com/S3AT8BaKuWlsCM3Z0mqXggJuVBY=/10x0:2026x1134/800x0/images/Xherdan-Shaqiri-OL-1128018.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/S3AT8BaKuWlsCM3Z0mqXggJuVBY=/10x0:2026x1134/800x0/images/Xherdan-Shaqiri-OL-1128018.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28388,19 +29605,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "33d79b4f3df0bf9490a73b0b6a1408c2" + "hash": "3cb2884a6dd7f5923ca259fdc658ac12", + "highlights": [] }, { - "title": "Quand les footballeurs se mettent au costume", - "description": "A l'image de Dior avec le PSG et Mbappé, de nombreux partenariats se nouent assez loin du look jogging/doudoune du foot des années 90.

", - "content": "A l'image de Dior avec le PSG et Mbappé, de nombreux partenariats se nouent assez loin du look jogging/doudoune du foot des années 90.

", + "title": "Mercato: Eriksen s'entraîne en Suisse", + "description": "Sans contrat, Christian Eriksen, qui n'a pas rejoué depuis son arrêt cardiaque à l'Euro, garde la forme à Chiasso, en Suisse. L'ancien milieu de l'Inter était auparavant rentré au Danemark pour s'entraîner.

", + "content": "Sans contrat, Christian Eriksen, qui n'a pas rejoué depuis son arrêt cardiaque à l'Euro, garde la forme à Chiasso, en Suisse. L'ancien milieu de l'Inter était auparavant rentré au Danemark pour s'entraîner.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/quand-les-footballeurs-se-mettent-au-costume_AD-202112250071.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-eriksen-s-entraine-en-suisse_AV-202112300172.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:01:20 GMT", - "enclosure": "https://images.bfmtv.com/vfxXPzzyFurHAW_jv_G8H5WYpHc=/0x40:768x472/800x0/images/Leandro-Paredes-Angel-Di-Maria-et-Lionel-Messi-du-PSG-en-costume-Dior-le-19-septembre-2021-a-leur-arrivee-au-Parc-des-Princes-a-Paris-1194747.jpg", + "pubDate": "Thu, 30 Dec 2021 12:23:43 GMT", + "enclosure": "https://images.bfmtv.com/XvxhMrvDBSuSgIaFRVExKtZpIQQ=/0x0:2048x1152/800x0/images/Christian-Eriksen-1156840.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/XvxhMrvDBSuSgIaFRVExKtZpIQQ=/0x0:2048x1152/800x0/images/Christian-Eriksen-1156840.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28409,19 +29627,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6e2fda821da7300d8e555a4a18857fe" + "hash": "ee1e611a3d622092b6b48a7dfacc159f", + "highlights": [] }, { - "title": "Nantes: Rien d'acté pour Kolo Muani", - "description": "Malgré les rumeurs en provenance d'Allemagne, l'attaquant du FC Nantes et des Bleuets va bien aller jusqu'au bout de son contrat chez les canaris en juin prochain.

", - "content": "Malgré les rumeurs en provenance d'Allemagne, l'attaquant du FC Nantes et des Bleuets va bien aller jusqu'au bout de son contrat chez les canaris en juin prochain.

", + "title": "CAN: blague, LinkedIn puis sélection avec le Cap-Vert, la belle histoire de Roberto Lopes", + "description": "Le défenseur central du club irlandais des Shamrock Rovers Roberto Lopes s'apprête à disputer sa première Coupe d'Afrique des nations avec le Cap-Vert. Une aventure née il y a un peu plus de cinq ans d'une blague finalement devenue réalité... grâce à LinkedIn.

", + "content": "Le défenseur central du club irlandais des Shamrock Rovers Roberto Lopes s'apprête à disputer sa première Coupe d'Afrique des nations avec le Cap-Vert. Une aventure née il y a un peu plus de cinq ans d'une blague finalement devenue réalité... grâce à LinkedIn.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-rien-d-acte-pour-kolo-muani_AN-202112250060.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-blague-linked-in-puis-selection-avec-le-cap-vert-la-belle-histoire-de-roberto-lopes_AV-202112300173.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 10:18:24 GMT", - "enclosure": "https://images.bfmtv.com/FrU7E0ZM77xBP43PgefS9_0_xHM=/0x0:2048x1152/800x0/images/Randal-Kolo-Muani-avec-Nantes-1186150.jpg", + "pubDate": "Thu, 30 Dec 2021 12:02:00 GMT", + "enclosure": "https://images.bfmtv.com/2jfZgXhQT4vLU0xQIYcuNU9gXKk=/0x128:2048x1280/800x0/images/Roberto-Lopes-le-defenseur-central-des-Shamrock-Rovers-1201440.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/2jfZgXhQT4vLU0xQIYcuNU9gXKk=/0x128:2048x1280/800x0/images/Roberto-Lopes-le-defenseur-central-des-Shamrock-Rovers-1201440.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28430,19 +29649,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f51f56b60de8e38bdae8e5b015f81d3b" + "hash": "742ca5c15fc20079c933efaa6fa9b40a", + "highlights": [] }, { - "title": "Sturridge condamné à verser 30.000 dollars à l'homme qui avait retrouvé son chien", - "description": "La presse britannique rapporte que Daniel Sturridge, l'ancien buteur de Liverpool, a été condamné à payer 30.000 dollars à un homme qui avait retrouvé son chien à Los Angeles. Cette somme était en fait la récompense promise et jamais honorée par le footballeur.

", - "content": "La presse britannique rapporte que Daniel Sturridge, l'ancien buteur de Liverpool, a été condamné à payer 30.000 dollars à un homme qui avait retrouvé son chien à Los Angeles. Cette somme était en fait la récompense promise et jamais honorée par le footballeur.

", + "title": "Les pronos hippiques du vendredi 31 décembre 2021", + "description": "Le Quinté+ du vendredi 31 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du vendredi 31 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/sturridge-condamne-a-verser-30-000-dollars-a-l-homme-qui-avait-retrouve-son-chien_AV-202112250059.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-vendredi-31-decembre-2021_AN-202112300160.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 10:09:28 GMT", - "enclosure": "https://images.bfmtv.com/i1vCWqWCW4OZqJL65GxihVjCI0k=/0x137:2048x1289/800x0/images/Sturridge-1194736.jpg", + "pubDate": "Thu, 30 Dec 2021 11:54:28 GMT", + "enclosure": "https://images.bfmtv.com/Lit38bQb0fjgPYlJ6_-HJWmEWsM=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-vendredi-31-decembre-2021-1201160.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/Lit38bQb0fjgPYlJ6_-HJWmEWsM=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-vendredi-31-decembre-2021-1201160.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28451,19 +29671,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b9958857065fd0cf9c03019168782ac" + "hash": "a368c660738c2ba04a422b070817bb05", + "highlights": [] }, { - "title": "OL: \"nous avons souffert\", Aulas revient sur la première partie de saison et annonce des changements", - "description": "Dans une vidéo publiée ce samedi sur les réseaux sociaux de l'OL, Jean-Michel Aulas a adressé un message à ses supporters, alors que son club connaît actuellement une \"ambiance difficile\". Le patron du club rhodanien promet à nouveau des changements en collaboration avec l'entraîneur Peter Bosz et Vincent Ponsot, directeur du football.

", - "content": "Dans une vidéo publiée ce samedi sur les réseaux sociaux de l'OL, Jean-Michel Aulas a adressé un message à ses supporters, alors que son club connaît actuellement une \"ambiance difficile\". Le patron du club rhodanien promet à nouveau des changements en collaboration avec l'entraîneur Peter Bosz et Vincent Ponsot, directeur du football.

", + "title": "Barça: quel bilan pour Dembélé, en fin de contrat cet été?", + "description": "Le bilan sportif d'Ousmane Dembélé au Barça, où son contrat expire au 30 juin 2022, s'avère pour le moins mitigé. En raison de blessures, l'ailier champion du monde français n'a pu disputer que 51% des matchs du club espagnol depuis 2017.

", + "content": "Le bilan sportif d'Ousmane Dembélé au Barça, où son contrat expire au 30 juin 2022, s'avère pour le moins mitigé. En raison de blessures, l'ailier champion du monde français n'a pu disputer que 51% des matchs du club espagnol depuis 2017.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-nous-avons-souffert-aulas-revient-sur-la-premiere-partie-de-saison-et-annonce-des-changements_AV-202112250055.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-quel-bilan-pour-dembele-en-fin-de-contrat-cet-ete_AV-202112300150.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 09:51:06 GMT", - "enclosure": "https://images.bfmtv.com/o3iLNuoRsMVumg6UyOZ0JfCYTcM=/0x105:2048x1257/800x0/images/jean-Michel-Aulas-1194740.jpg", + "pubDate": "Thu, 30 Dec 2021 11:25:08 GMT", + "enclosure": "https://images.bfmtv.com/e6NVz2lF_Jyw9TOx23kfyUSeFeo=/0x96:1264x807/800x0/images/Ousmane-Dembele-1158851.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/e6NVz2lF_Jyw9TOx23kfyUSeFeo=/0x96:1264x807/800x0/images/Ousmane-Dembele-1158851.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28472,19 +29693,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "42c310a828bb3d51c7a839aecfc041e7" + "hash": "5fd3b69eb1d4ab41730eb2cc970e5cf8", + "highlights": [] }, { - "title": "Mercato en direct: Abde entre le Maroc et l'Espagne, Vahid confiant pour la CAN", - "description": "A quelques jours de l'ouverture du mercato hivernal, le 1er janvier 2022, retrouvez les dernières informations et rumeurs du mercato avec le live commenté de RMC Sport. L'actualité s'annonce riche d'ici là alors que le passage à la nouvelle année permettra à de nombreux joueurs de s'engager où ils le souhaitent pour la saison prochaine.

", - "content": "A quelques jours de l'ouverture du mercato hivernal, le 1er janvier 2022, retrouvez les dernières informations et rumeurs du mercato avec le live commenté de RMC Sport. L'actualité s'annonce riche d'ici là alors que le passage à la nouvelle année permettra à de nombreux joueurs de s'engager où ils le souhaitent pour la saison prochaine.

", + "title": "OL: recrutement ambitieux, décisions fortes… la lettre ouverte d’un groupe de supporters au club", + "description": "Dans une lettre ouverte adressée à l’Olympique lyonnais en début de semaine, le collectif \"Olympique lyonnais - Le Groupe\", 116 700 membres à ce jour, demande des changements au club. Et entend qu’il retrouve ses lettres de noblesse par un recrutement ambitieux.

", + "content": "Dans une lettre ouverte adressée à l’Olympique lyonnais en début de semaine, le collectif \"Olympique lyonnais - Le Groupe\", 116 700 membres à ce jour, demande des changements au club. Et entend qu’il retrouve ses lettres de noblesse par un recrutement ambitieux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-23-decembre_LN-202112230124.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-recrutement-ambitieux-decisions-fortes-la-lettre-ouverte-d-un-groupe-de-supporters-au-club_AV-202112300145.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 08:35:21 GMT", - "enclosure": "https://images.bfmtv.com/-Uv5W4fbGWA_WXD2SPFoUIqycu4=/0x0:2048x1152/800x0/images/Ez-Abde-1194710.jpg", + "pubDate": "Thu, 30 Dec 2021 11:16:08 GMT", + "enclosure": "https://images.bfmtv.com/2MRtsyrM4pSQMoyhVJTFkjfJTEg=/0x150:2048x1302/800x0/images/Supporters-Olympique-lyonnais-1201465.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/2MRtsyrM4pSQMoyhVJTFkjfJTEg=/0x150:2048x1302/800x0/images/Supporters-Olympique-lyonnais-1201465.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28493,19 +29715,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "893414ec2ffb3411e02d57be44321cb8" + "hash": "423fea7e137ddff24be4b7af6752347e", + "highlights": [] }, { - "title": "Maroc: Halilhodzic répond fermement aux critiques de Belhanda", - "description": "\"C’est le sélectionneur qui fait le choix des joueurs\", a répondu Vahid Halilhodzic à Younès Belhanda, qui a déclaré dans un entretien ne plus vouloir jouer sous ses ordres en équipe nationale du Maroc.

", - "content": "\"C’est le sélectionneur qui fait le choix des joueurs\", a répondu Vahid Halilhodzic à Younès Belhanda, qui a déclaré dans un entretien ne plus vouloir jouer sous ses ordres en équipe nationale du Maroc.

", + "title": "Ligue 1: départ surprise de Laurent Batlles, qui n'est plus l'entraîneur de Troyes", + "description": "Arrivé en juin 2019, Laurent Batlles quitte officiellement l’ESTAC. Via un communiqué, Troyes, actuellement 15e de Ligue 1, annonce avoir trouvé un accord avec l’ancien milieu de terrain pour mettre fin son aventure sur le banc troyen.

", + "content": "Arrivé en juin 2019, Laurent Batlles quitte officiellement l’ESTAC. Via un communiqué, Troyes, actuellement 15e de Ligue 1, annonce avoir trouvé un accord avec l’ancien milieu de terrain pour mettre fin son aventure sur le banc troyen.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-halilhodzic-repond-fermement-aux-critiques-de-belhanda_AV-202112250044.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-depart-surprise-de-laurent-batlles-qui-n-est-plus-l-entraineur-de-troyes_AV-202112300144.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 09:05:17 GMT", - "enclosure": "https://images.bfmtv.com/Mnbm8ObDa3FW4k_IU3HEZRlhCXc=/13x24:1469x843/800x0/images/-836619.jpg", + "pubDate": "Thu, 30 Dec 2021 11:15:35 GMT", + "enclosure": "https://images.bfmtv.com/WAdW7g0P9YKZleGbKQ1MM8ycWOM=/0x0:768x432/800x0/images/L-entraineur-de-Troyes-Laurent-Batlles-lors-d-un-match-de-Ligue-2-a-domicile-contre-Dunkerque-le-8-mai-2021-1073657.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/WAdW7g0P9YKZleGbKQ1MM8ycWOM=/0x0:768x432/800x0/images/L-entraineur-de-Troyes-Laurent-Batlles-lors-d-un-match-de-Ligue-2-a-domicile-contre-Dunkerque-le-8-mai-2021-1073657.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28514,19 +29737,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da0bdacd4850c2667c70fc4556609268" + "hash": "22af5b7df3da9fdfc4667381e42bcdf6", + "highlights": [] }, { - "title": "Mariage surprise pour Ousmane Dembélé", - "description": "L'ailier du FC Barcelone, champion du monde avec les Bleus en 2018 s'est marié à la surprise générale ces derniers jours.

", - "content": "L'ailier du FC Barcelone, champion du monde avec les Bleus en 2018 s'est marié à la surprise générale ces derniers jours.

", + "title": "Liga: trois nouveaux positifs au Covid-19 au Barça, c'est l'hécatombe avec... 18 joueurs absents!", + "description": "C’est avec un effectif totalement amoindri que le FC Barcelone doit affronter Majorque ce dimanche en Liga. Le club a annoncé sur les réseaux sociaux les absences de Sergino Dest, Philippe Coutinho et Ez Abde, tous les trois positifs au Covid-19. Des noms qui s'ajoutent à une liste déjà très longue.

", + "content": "C’est avec un effectif totalement amoindri que le FC Barcelone doit affronter Majorque ce dimanche en Liga. Le club a annoncé sur les réseaux sociaux les absences de Sergino Dest, Philippe Coutinho et Ez Abde, tous les trois positifs au Covid-19. Des noms qui s'ajoutent à une liste déjà très longue.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/mariage-surprise-pour-ousmane-dembele_AV-202112250040.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-trois-nouveaux-positifs-au-covid-19-au-barca-c-est-l-hecatombe-avec-18-joueurs-absents_AV-202112300133.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 08:49:47 GMT", - "enclosure": "https://images.bfmtv.com/e6NVz2lF_Jyw9TOx23kfyUSeFeo=/0x96:1264x807/800x0/images/Ousmane-Dembele-1158851.jpg", + "pubDate": "Thu, 30 Dec 2021 11:00:36 GMT", + "enclosure": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -28535,17 +29759,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c75e03afc851420a377a97d53a5fe95" + "hash": "273476f6dfdf4d89d13e1d4b5e551309", + "highlights": [] }, { - "title": "Italie: \"On s'est laissé aller\" après l'Euro, reconnaît Mancini", - "description": "Fier d'avoir rendu \"des millions de supporters heureux\" lors de l'Euro, Roberto Mancini affiche néanmoins quelques regrets quant à la fin de l'année 2021, où l'Italie n'a pas réussi à se qualifier directement pour la prochaine Coupe du monde.

", - "content": "Fier d'avoir rendu \"des millions de supporters heureux\" lors de l'Euro, Roberto Mancini affiche néanmoins quelques regrets quant à la fin de l'année 2021, où l'Italie n'a pas réussi à se qualifier directement pour la prochaine Coupe du monde.

", + "title": "Le sport face au coronavirus en direct: Griezmann également positif, hécatombe en Espagne", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs, de la Ligue 1 au Top 14 en France, tandis que la Premier League est toujours sévèrement frappée. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/italie-on-s-est-laisse-aller-apres-l-euro-reconnait-mancini_AV-202112250038.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300019.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 08:33:25 GMT", - "enclosure": "https://images.bfmtv.com/eiRV6a8XpFDwuaAe1uouKOrC-W8=/0x40:768x472/800x0/images/Le-selectionneur-italien-Roberto-Mancini-a-Florence-le-2-septembre-2021-1123713.jpg", + "pubDate": "Thu, 30 Dec 2021 05:51:41 GMT", + "enclosure": "https://images.bfmtv.com/eJfrE-9cAn9SwAkfiNkQkReHjHQ=/0x0:1200x675/800x0/images/Antoine-Griezmann-1188321.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28556,17 +29781,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a9743816a8fb0deee00f42185821d8b" + "hash": "7592d251afdd1dbbd0e68b7f0831df21", + "highlights": [] }, { - "title": "Mercato: le Bayern serait sur le point de s'offrir Raphinha", - "description": "Au Brésil, TNT Sports annonce le transfert imminent de Raphinha vers le Bayern Munich. L'ailier brésilien, passé par le Stade Rennais, pourrait quitter Leeds dès cet hiver, dans le cadre d'une opération à 50 millions d'euros.

", - "content": "Au Brésil, TNT Sports annonce le transfert imminent de Raphinha vers le Bayern Munich. L'ailier brésilien, passé par le Stade Rennais, pourrait quitter Leeds dès cet hiver, dans le cadre d'une opération à 50 millions d'euros.

", + "title": "Manchester City: Shearer pas tendre avec Grealish, qu’il juge trop frileux dans le jeu", + "description": "Une nouvelle fois quelconque avec Manchester City malgré 90 minutes passées sur le terrain face à Brentford, mercredi soir (0-1), Jack Grealish a été critiqué pour son manque d’ambition dans le jeu par Alan Shearer. Le consultant Prime Video a exhorté le meneur anglais à prendre plus de risques offensifs.

", + "content": "Une nouvelle fois quelconque avec Manchester City malgré 90 minutes passées sur le terrain face à Brentford, mercredi soir (0-1), Jack Grealish a été critiqué pour son manque d’ambition dans le jeu par Alan Shearer. Le consultant Prime Video a exhorté le meneur anglais à prendre plus de risques offensifs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-bayern-serait-sur-le-point-de-s-offrir-raphinha_AV-202112250035.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-shearer-pas-tendre-avec-grealish-qu-il-juge-trop-frileux-dans-le-jeu_AV-202112300126.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 08:24:08 GMT", - "enclosure": "https://images.bfmtv.com/hWkTSLyMe8u162ZeJlzfeFLDfOI=/0x120:2048x1272/800x0/images/Raphinha-1194712.jpg", + "pubDate": "Thu, 30 Dec 2021 10:30:31 GMT", + "enclosure": "https://images.bfmtv.com/Lay0pCZAxXwVemqUiwYVA9gDHzg=/0x112:2048x1264/800x0/images/Jack-Grealish-1201441.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28577,17 +29803,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "59b99c2cfca42e601c4f3a3d90f5cdd9" + "hash": "684e8574077e1f51407b65d152313529", + "highlights": [] }, { - "title": "L'Espagne fait tout pour retenir un jeune joueur marocain qui doit jouer la CAN", - "description": "Présent dans une pré-sélection de 25 joueurs pour participer à la Coupe d'Afrique des Nations avec le Maroc, Ez Abde n'a pas encore porté à ce jour le maillot des Lions de l'Atlas. Une brèche dans laquelle souhaite s'engager la Fédération espagnole de football (RFEF), qui souhaite retenir l'ailier du Barça, qui a entamé des démarches ces dernières semaines pour obtenir la nationalité espagnole.

", - "content": "Présent dans une pré-sélection de 25 joueurs pour participer à la Coupe d'Afrique des Nations avec le Maroc, Ez Abde n'a pas encore porté à ce jour le maillot des Lions de l'Atlas. Une brèche dans laquelle souhaite s'engager la Fédération espagnole de football (RFEF), qui souhaite retenir l'ailier du Barça, qui a entamé des démarches ces dernières semaines pour obtenir la nationalité espagnole.

", + "title": "Mercato en direct: la presse catalane annonce un accord de principe entre Dembélé et la Juve", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/l-espagne-fait-tout-pour-retenir-un-jeune-joueur-marocain-qui-doit-jouer-la-can_AV-202112250033.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-30-decembre_LN-202112300015.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 08:09:53 GMT", - "enclosure": "https://images.bfmtv.com/-Uv5W4fbGWA_WXD2SPFoUIqycu4=/0x0:2048x1152/800x0/images/Ez-Abde-1194710.jpg", + "pubDate": "Thu, 30 Dec 2021 05:41:46 GMT", + "enclosure": "https://images.bfmtv.com/-nIJ64YiA861PaDr_ti_SH-tkZI=/0x27:2048x1179/800x0/images/Ousmane-DEMBELE-1181396.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28598,17 +29825,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "97b8cb7bc87882f2c84c0ff7ef9f3476" + "hash": "d90a7ae10a42b2ad79114d16c2c10fe2", + "highlights": [] }, { - "title": "Arsenal: \"Aubameyang nous manque, c'est un gars gentil\", confie Ben White", - "description": "Si Arsenal reste sur une série de trois victoires de rang en championnat, le club londonien est marqué aussi par la mise à l'écart de son capitaine Pierre-Emerick Aubameyang, pour des raisons disciplinaires. Son coéquipier Ben White assure que l'attaquant \"manque\" à tous dans le vestiaire.

", - "content": "Si Arsenal reste sur une série de trois victoires de rang en championnat, le club londonien est marqué aussi par la mise à l'écart de son capitaine Pierre-Emerick Aubameyang, pour des raisons disciplinaires. Son coéquipier Ben White assure que l'attaquant \"manque\" à tous dans le vestiaire.

", + "title": "Manchester City: malgré l'avance en tête du classement, Guardiola calme l'emballement", + "description": "Vainqueur mercredi soir à Brentford (0-1), tandis que les Blues de Chelsea marquaient le pas contre Brighton (1-1), Manchester City a pris le large en tête de la Premier League avec huit points d'avance. Mais pour Pep Guardiola, le titre est encore loin d'être gagné.

", + "content": "Vainqueur mercredi soir à Brentford (0-1), tandis que les Blues de Chelsea marquaient le pas contre Brighton (1-1), Manchester City a pris le large en tête de la Premier League avec huit points d'avance. Mais pour Pep Guardiola, le titre est encore loin d'être gagné.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-aubameyang-nous-manque-c-est-un-gars-gentil-confie-ben-white_AV-202112250024.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-malgre-l-avance-en-tete-du-classement-guardiola-calme-l-emballement_AV-202112300114.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 07:17:13 GMT", - "enclosure": "https://images.bfmtv.com/PsY7erE116b5Ibhvab-A48gqe8M=/0x106:2048x1258/800x0/images/Ben-White-1194700.jpg", + "pubDate": "Thu, 30 Dec 2021 09:58:17 GMT", + "enclosure": "https://images.bfmtv.com/nSQwrnJsS2tFXkqOTmSY2gTM1xM=/0x119:2048x1271/800x0/images/Foden-1201304.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28619,17 +29847,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "baa21d344f9f35c613e026e17ce94d2e" + "hash": "51cb83133ed1c503558c1863ef1660c6", + "highlights": [] }, { - "title": "Les pronos hippiques du samedi 25 décembre 2021", - "description": " Le Quinté+ du samedi 25 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": " Le Quinté+ du samedi 25 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Mercato: Morata serait en contact avec le Barça (mais l'opération est compliquée)", + "description": "L’attaquant de la Juventus Alvaro Morata serait en contact avec le FC Barcelone, selon la presse espagnole. Après le Real Madrid et l’Atlético, l’attaquant de la Roja pourrait rejoindre son troisième grand club en Liga.

", + "content": "L’attaquant de la Juventus Alvaro Morata serait en contact avec le FC Barcelone, selon la presse espagnole. Après le Real Madrid et l’Atlético, l’attaquant de la Roja pourrait rejoindre son troisième grand club en Liga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-25-decembre-2021_AN-202112250017.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-morata-serait-en-contact-avec-le-barca-mais-l-operation-est-compliquee_AV-202112300101.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 01:12:40 GMT", - "enclosure": "https://images.bfmtv.com/AIp1fZ3jFz5sGYJ_FXzw9_uqNhg=/5x25:1173x682/800x0/images/Les-pronos-hippiques-du-22-decembre-2021-1191890.jpg", + "pubDate": "Thu, 30 Dec 2021 09:32:27 GMT", + "enclosure": "https://images.bfmtv.com/0z00ecu55SEyL4CNi0xzE5DMLCM=/0x212:2048x1364/800x0/images/1201434.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28640,17 +29869,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "b557740532749d59aa38e35cb0de2abe" + "hash": "1af529ec118a5712b58d4b6b6e2da5e1", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 25 décembre – NBA", - "description": "Mon pronostic : Boston s’impose à Milwaukee (2.45)

", - "content": "Mon pronostic : Boston s’impose à Milwaukee (2.45)

", + "title": "Arsenal: Ramsdale raconte comment il a gagné 20 euros en plein match contre Leeds", + "description": "Le gardien d’Arsenal Aaron Ramsdale révèle avoir gardé les pièces de monnaie que les fans de Leeds lui ont jeté le 18 décembre. Le butin total s'élève à 17 livres sterling, soit près de 20 euros.

", + "content": "Le gardien d’Arsenal Aaron Ramsdale révèle avoir gardé les pièces de monnaie que les fans de Leeds lui ont jeté le 18 décembre. Le butin total s'élève à 17 livres sterling, soit près de 20 euros.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-25-decembre-nba_AN-202112240159.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-ramsdale-raconte-comment-il-a-gagne-20-euros-en-plein-match-contre-leeds_AV-202112300085.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/OT6RVw6gDXh-e_2MndGA2fwBbCY=/0x0:2000x1125/800x0/images/Boston-Celtics-1194395.jpg", + "pubDate": "Thu, 30 Dec 2021 08:47:03 GMT", + "enclosure": "https://images.bfmtv.com/PgHt7T4NoM89rqHQt7M_naofyao=/7x111:2039x1254/800x0/images/1201413.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28661,17 +29891,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "9730db2f8c7b169875ea98b5f76cc767" + "hash": "be25847976386a1784ed812b54ddace7", + "highlights": [] }, { - "title": "PRONOS PARIS RMC Le pari du jour du 25 décembre - Super Lig", - "description": "Notre pronostic : Trabzonspor bat l'Istanbul Basaksehir (2.05)

", - "content": "Notre pronostic : Trabzonspor bat l'Istanbul Basaksehir (2.05)

", + "title": "Barça: \"Sommet raté\", \"Plus dedans que dehors\", la presse espagnole ne croit plus à la prolongation de Dembélé", + "description": "En fin de contrat en juin prochain, Ousmane Dembélé (24 ans) semblait proche de trouver un accord pour étendre son bail avec le Barça. Mais les négociations entre les deux parties sont aujourd’hui au point mort, un revirement de situation qui fait largement parler en Espagne.

", + "content": "En fin de contrat en juin prochain, Ousmane Dembélé (24 ans) semblait proche de trouver un accord pour étendre son bail avec le Barça. Mais les négociations entre les deux parties sont aujourd’hui au point mort, un revirement de situation qui fait largement parler en Espagne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-25-decembre-super-lig_AN-202112240156.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-sommet-rate-plus-dedans-que-dehors-la-presse-espagnole-ne-croit-plus-a-la-prolongation-de-dembele_AV-202112300076.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/OAW9nwMheV6lMH8_Y_kV9hbkSQs=/0x0:1984x1116/800x0/images/Trabzonspor-1194394.jpg", + "pubDate": "Thu, 30 Dec 2021 08:07:56 GMT", + "enclosure": "https://images.bfmtv.com/-nIJ64YiA861PaDr_ti_SH-tkZI=/0x27:2048x1179/800x0/images/Ousmane-DEMBELE-1181396.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28682,17 +29913,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "2908a39a9017b64455fb6c3211c82417" + "hash": "b982c98823191832c40c37599e1df6fa", + "highlights": [] }, { - "title": "Instagram: Lewandowski finit l'année 2021 devant Ronaldo, Messi et Mbappé", - "description": "Selon une étude, Robert Lewandowski, deuxième du Ballon d’or 2021, est le joueur ayant gagné le plus de fans cette année sur Instagram, où il compte désormais plus de 23 millions d’abonnés.

", - "content": "Selon une étude, Robert Lewandowski, deuxième du Ballon d’or 2021, est le joueur ayant gagné le plus de fans cette année sur Instagram, où il compte désormais plus de 23 millions d’abonnés.

", + "title": "Football: la Chine interdit les tatouages aux joueurs de la sélection", + "description": "Le ministère chinois des Sports a interdit les tatouages aux footballeurs de la sélection nationale et prié ceux qui en ont de les \"enlever\", au moment où le pouvoir communiste entend mettre un frein aux tendances jugées vulgaires.

", + "content": "Le ministère chinois des Sports a interdit les tatouages aux footballeurs de la sélection nationale et prié ceux qui en ont de les \"enlever\", au moment où le pouvoir communiste entend mettre un frein aux tendances jugées vulgaires.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/instagram-lewandowski-finit-l-annee-2021-devant-ronaldo-messi-et-mbappe_AV-202112240334.html", + "link": "https://rmcsport.bfmtv.com/football/la-chine-interdit-les-tatouages-a-ses-footballeurs_AN-202112300055.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 19:30:08 GMT", - "enclosure": "https://images.bfmtv.com/M7jxJW8ZS3BAoxXHDwaUZnKHo1I=/0x46:768x478/800x0/images/L-attaquant-du-Bayern-Munich-Robert-Lewandowski-a-Munich-en-Allemagne-le-23-octobre-2021-1181373.jpg", + "pubDate": "Thu, 30 Dec 2021 07:12:59 GMT", + "enclosure": "https://images.bfmtv.com/jfBD8sn5VkD3WbnRtEHo3DYCty8=/0x58:2048x1210/800x0/images/Les-joueurs-de-la-selection-nationale-chinoise-ont-desormais-interdiction-d-etre-tatoues-1201382.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28703,17 +29935,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "fde95b3e88cd78a0d51950d90e1e1fdc" + "hash": "24d3b96795664b894add590a77f69b84", + "highlights": [] }, { - "title": "Le panier de basket de l'année a été marqué par une enseignante américaine", - "description": "Les internautes ont massivement partagé une vidéo montrant, à Washington, une enseignante marquer un lointain panier de basket, sous la clameur de ses élèves. La popularité de ce beau moment a fait intervenir la jeune femme, ancienne basketteuse, à la télévision américaine.

", - "content": "Les internautes ont massivement partagé une vidéo montrant, à Washington, une enseignante marquer un lointain panier de basket, sous la clameur de ses élèves. La popularité de ce beau moment a fait intervenir la jeune femme, ancienne basketteuse, à la télévision américaine.

", + "title": "CAN en direct: Haller demande plus de respect pour le foot africain", + "description": "La Coupe d'Afrique des nations débute le 9 janvier prochain au Cameroun. Ne manquez rien de toutes les infos relatives à la CAN 2022 sur RMC Sport.

", + "content": "La Coupe d'Afrique des nations débute le 9 janvier prochain au Cameroun. Ne manquez rien de toutes les infos relatives à la CAN 2022 sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/le-panier-de-basket-de-l-annee-a-ete-marque-par-une-enseignante-americaine_AV-202112240335.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-haller-demande-plus-de-respect-pour-le-foot-africain_LN-202112300043.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 18:47:46 GMT", - "enclosure": "https://images.bfmtv.com/VHAFAkeoER2IiXgUCsqn5o8zgpg=/0x128:448x380/800x0/images/Kathleen-Fitzpatrick-1194638.jpg", + "pubDate": "Thu, 30 Dec 2021 06:43:42 GMT", + "enclosure": "https://images.bfmtv.com/X5Hz6IFlu5dc5uDtgylnVx3zPy0=/0x106:2048x1258/800x0/images/CAN-1194469.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28724,17 +29957,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "10b728afa5cbe8089f1e5ca274fed84c" + "hash": "c1a2e900be5999c25b02ecabd3a164fd", + "highlights": [] }, { - "title": "Liverpool: Alexander-Arnold rêverait de jouer avec De Bruyne et Son", - "description": "La latéral droit de Liverpool Trent Alexander-Arnold révèle vouloir jouer avec De Bruyne et Son, tout en mentionnant Hazard comme l’adversaire le plus redoutable auquel il a dû faire face.

", - "content": "La latéral droit de Liverpool Trent Alexander-Arnold révèle vouloir jouer avec De Bruyne et Son, tout en mentionnant Hazard comme l’adversaire le plus redoutable auquel il a dû faire face.

", + "title": "OL: Paqueta confirme son test positif au Covid et parle de sa quarantaine à Dubaï", + "description": "Testé positif à la Covid-19 et bloqué à Dubaï, où il s’était rendu en famille pour les fêtes de fin d’année, Lucas Paqueta a donné de ses nouvelles sur ses réseaux sociaux mercredi soir. Le Lyonnais fait partie d’un groupe de sept joueurs positifs au sein de l’effectif rhodanien.

", + "content": "Testé positif à la Covid-19 et bloqué à Dubaï, où il s’était rendu en famille pour les fêtes de fin d’année, Lucas Paqueta a donné de ses nouvelles sur ses réseaux sociaux mercredi soir. Le Lyonnais fait partie d’un groupe de sept joueurs positifs au sein de l’effectif rhodanien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/liverpool-alexander-arnold-reverait-de-jouer-avec-de-bruyne-et-son_AV-202112240320.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-paqueta-confirme-son-test-positif-et-parle-de-sa-quarantaine-a-dubai_AV-202112300042.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 17:57:23 GMT", - "enclosure": "https://images.bfmtv.com/gUD10TdJAolVNwTsWbTqDsIIjMc=/0x106:2048x1258/800x0/images/1194611.jpg", + "pubDate": "Thu, 30 Dec 2021 06:40:38 GMT", + "enclosure": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28745,17 +29979,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "b40a799a900ce706e3538677edec4153" + "hash": "0361234cabbdbd2a0026cc2d4ae783b5", + "highlights": [] }, { - "title": "Tennis: 95% du top 100 mondial est vacciné, selon l'ATP", - "description": "Via un Tweet, le responsable de la communication de l’ATP Simon Higson informe que 95% des joueurs du top 100 sont vaccinés. Une condition indispensable (ou presque) pour participer à l’Open d’Australie, qui débute dans trois semaines.

", - "content": "Via un Tweet, le responsable de la communication de l’ATP Simon Higson informe que 95% des joueurs du top 100 sont vaccinés. Une condition indispensable (ou presque) pour participer à l’Open d’Australie, qui débute dans trois semaines.

", + "title": "Ligue 1 en direct: Bordeaux ne décolère pas envers la FFF", + "description": "La Ligue 1 fait une pause pendant les fêtes de fin d'année, mais l'actu ne s'arrête pas. Suivez en live toute les infos des clubs français sur RMC Sport.

", + "content": "La Ligue 1 fait une pause pendant les fêtes de fin d'année, mais l'actu ne s'arrête pas. Suivez en live toute les infos des clubs français sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/tennis-95-du-top-100-mondial-est-vaccine-selon-l-atp_AV-202112240295.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-bordeaux-ne-decolere-pas-envers-la-fff_LN-202112300036.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 16:54:05 GMT", - "enclosure": "https://images.bfmtv.com/F0ZmwufKJ9v613iEbcLddKHj1Fo=/54x2:1974x1082/800x0/images/1194573.jpg", + "pubDate": "Thu, 30 Dec 2021 06:33:28 GMT", + "enclosure": "https://images.bfmtv.com/O-Yqjc9X3deqvgnc0r7iQZR6Q4k=/223x315:2015x1323/800x0/images/Girondins-de-Bordeaux-1192739.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28766,17 +30001,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "52a0f97652537f84abee55d412bd0fa8" + "hash": "6e85b8ac917d90c6172f354d46814a0c", + "highlights": [] }, { - "title": "Basket, Fenerbahçe: la tuile pour Nando de Colo, absent plusieurs semaines", - "description": "Sorti en cours de match ce jeudi soir lors de la rencontre d’Euroligue opposant l’ASVEL à Fenerbahçe, Nando de Colo connaît la nature de sa blessure. Le club turc a communiqué que le Français souffre d’une fracture du deuxième métatarsien de la main gauche. Un pépin physique risquant de lui faire manquer plusieurs mois de compétition selon L'Equipe.

", - "content": "Sorti en cours de match ce jeudi soir lors de la rencontre d’Euroligue opposant l’ASVEL à Fenerbahçe, Nando de Colo connaît la nature de sa blessure. Le club turc a communiqué que le Français souffre d’une fracture du deuxième métatarsien de la main gauche. Un pépin physique risquant de lui faire manquer plusieurs mois de compétition selon L'Equipe.

", + "title": "Premier League: après le nul de Chelsea, Tuchel peste contre l’impossibilité de jouer le titre avec ses cas de Covid", + "description": "Mécontent suite au nul de Chelsea contre Brighton, mercredi (1-1), Thomas Tuchel s’est emporté contre le calendrier intense imposé à ses joueurs dans une période où les cas de Covid-19 se multiplient dans tous les effectifs anglais.

", + "content": "Mécontent suite au nul de Chelsea contre Brighton, mercredi (1-1), Thomas Tuchel s’est emporté contre le calendrier intense imposé à ses joueurs dans une période où les cas de Covid-19 se multiplient dans tous les effectifs anglais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/euroligue/basket-fenerbahce-la-tuile-pour-nando-de-colo-absent-plusieurs-semaines_AV-202112240278.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-apres-le-nul-de-chelsea-tuchel-rale-sur-le-calendrier-et-l-impossibilite-de-lutter-pour-le-titre-avec-ses-nombreux-cas-de-covid_AV-202112300013.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 16:15:25 GMT", - "enclosure": "https://images.bfmtv.com/HlqlnAQyv_UjuoRrFIGwm8H-ZCE=/0x106:2048x1258/800x0/images/Nando-de-Colo-1194565.jpg", + "pubDate": "Thu, 30 Dec 2021 05:30:27 GMT", + "enclosure": "https://images.bfmtv.com/Ik7V8lkRJ9e0-OWJEFAkK4xNdLc=/5x39:1941x1128/800x0/images/Thomas-Tuchel-1195105.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28787,17 +30023,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "aaf55dcd5a01946274ae38d4f5599f58" + "hash": "068f7884de82b993a10588c715c0419d", + "highlights": [] }, { - "title": "Crystal Palace: Vieira prend la défense de la CAN 2022", - "description": "Patrick Vieira, coach de Crystal Palace, a estimé qu'il n'était pas correct de dévaloriser la Coupe d'Afrique des nations. L'entraîneur français considère que le tournoi est aussi important que l'Euro.

", - "content": "Patrick Vieira, coach de Crystal Palace, a estimé qu'il n'était pas correct de dévaloriser la Coupe d'Afrique des nations. L'entraîneur français considère que le tournoi est aussi important que l'Euro.

", + "title": "Société commerciale de la LFP: les quatre fonds encore en lice", + "description": "Selon Les Echos, la LFP a retenu quatre fonds pour investir dans sa future société commerciale. La société britannique CVC, qui a déjà conclu un accord avec la Liga, fait partie des candidats.

", + "content": "Selon Les Echos, la LFP a retenu quatre fonds pour investir dans sa future société commerciale. La société britannique CVC, qui a déjà conclu un accord avec la Liga, fait partie des candidats.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/crystal-palace-vieira-prend-la-defense-de-la-can-2022_AV-202112240276.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/societe-commerciale-de-la-lfp-les-quatre-fonds-encore-en-lice_AV-202112290388.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 16:04:36 GMT", - "enclosure": "https://images.bfmtv.com/CoZuFwavXt54qKvdy8-hqpfzxr0=/0x79:2048x1231/800x0/images/Vieira-1194560.jpg", + "pubDate": "Wed, 29 Dec 2021 23:48:52 GMT", + "enclosure": "https://images.bfmtv.com/6OZHAEVFfDPJD8ezN3j3o0E4CzE=/0x32:768x464/800x0/images/Lentree-des-locaux-de-la-ligue-de-football-professionnel-LFP-a-Paris-le-1er-fevrier-2021-990501.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28808,17 +30045,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "3013dbdb70ba121e1f5843d1ef606591" + "hash": "665f14c4ecccdace6150c2a8426d3544", + "highlights": [] }, { - "title": "CAN: du lourd dans la liste de l'Algérie, avec Belaïli, Slimani et Mahrez", - "description": "Djamel Belmadi a dévoilé ce vendredi sa liste pour la prochaine Coupe d'Afrique des Nations. Et il y a du lourd sur le papier, avec notamment Youcef Belaïli, Riyad Mahrez et Islam Slimani.

", - "content": "Djamel Belmadi a dévoilé ce vendredi sa liste pour la prochaine Coupe d'Afrique des Nations. Et il y a du lourd sur le papier, avec notamment Youcef Belaïli, Riyad Mahrez et Islam Slimani.

", + "title": "Mercato: \"déprimé\", Bahebeck a rompu son contrat avec le Partizan Belgrade", + "description": "L’attaquant français Jean-Christophe Bahebeck n’est plus sous contrat avec le Partizan Belgrade. Selon son ancien dirigeant, Milos Vazura, il souffrirait de dépression et ne souhaitait plus revenir en Serbie.

", + "content": "L’attaquant français Jean-Christophe Bahebeck n’est plus sous contrat avec le Partizan Belgrade. Selon son ancien dirigeant, Milos Vazura, il souffrirait de dépression et ne souhaitait plus revenir en Serbie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-du-lourd-dans-la-liste-de-l-algerie-avec-belaili-slimani-et-mahrez_AV-202112240275.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-deprime-bahebeck-a-rompu-son-contrat-avec-le-partizan-belgrade_AV-202112290385.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 16:01:48 GMT", - "enclosure": "https://images.bfmtv.com/gYZHHPa48ua76KmZOAwM7n7vhXM=/0x40:768x472/800x0/images/La-joie-des-Algeriens-et-de-Riyad-Mahrez-au-centre-apres-le-sacre-de-l-Algerie-lors-de-la-Coupe-d-Afrique-des-Nations-2019-au-Caire-en-Egypte-le-19-juillet-2019-1192751.jpg", + "pubDate": "Wed, 29 Dec 2021 23:14:25 GMT", + "enclosure": "https://images.bfmtv.com/yP0zRT3_ygI2zg6eMmHgi0aRdpI=/0x28:2048x1180/800x0/images/Jean-Christophe-BAHEBECK-1201314.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28829,17 +30067,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "722ea155357d63047c3de4739c7f8e5b" + "hash": "e6e38e0ba58507f3e10cbcd5e3fd9b54", + "highlights": [] }, { - "title": "Barça: Vers une fin de prêt pour de Jong, en route pour Cadix", - "description": "L’attaquant néerlandais Luuk de Jong, prêté au Barça par le FC Séville, pourrait quitter le club catalan dès cet hiver. Selon la presse espagnole, un accord a été trouvé avec Cadix, qui le récupérerait pour la fin de saison.

", - "content": "L’attaquant néerlandais Luuk de Jong, prêté au Barça par le FC Séville, pourrait quitter le club catalan dès cet hiver. Selon la presse espagnole, un accord a été trouvé avec Cadix, qui le récupérerait pour la fin de saison.

", + "title": "Mercato: Martial, Ziyech… les pistes du Barça pour remplacer Dembélé", + "description": "Les négociations avec Ousmane Dembélé pour une prolongation du contrat du Français étant au point mort, le Barça commence à anticiper un remplacement potentiel. La liste pour le mercato hivernal comprendrait notamment Anthony Martial.

", + "content": "Les négociations avec Ousmane Dembélé pour une prolongation du contrat du Français étant au point mort, le Barça commence à anticiper un remplacement potentiel. La liste pour le mercato hivernal comprendrait notamment Anthony Martial.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-vers-une-fin-de-pret-pour-de-jong-en-route-pour-cadix_AV-202112240273.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-martial-ziyech-les-pistes-du-barca-pour-remplacer-dembele_AV-202112290383.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 15:51:58 GMT", - "enclosure": "https://images.bfmtv.com/m6vNKZi5l-gd7-wtS4V09zUe_Bc=/0x106:2048x1258/800x0/images/1194531.jpg", + "pubDate": "Wed, 29 Dec 2021 23:07:31 GMT", + "enclosure": "https://images.bfmtv.com/Gsadc6Y9kpSH8kubxJtxP75QLD4=/0x0:1936x1089/800x0/images/Anthony-Martial-1195120.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28850,17 +30089,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "3956cda46fe92e7ee0b4095b9726bfa0" + "hash": "1797755040d07214d571fa9f14a3e292", + "highlights": [] }, { - "title": "Deux épreuves qualificatives au Grand Prix d'Amérique ce dimanche à Vincennes", - "description": "Ce dimanche 26 décembre se dispute le Critérium Continental et le Prix Ténor de Beaune sur l'hippodrome de Vincennes, deux épreuves qualificatives au Grand Prix d'Amérique.

", - "content": "Ce dimanche 26 décembre se dispute le Critérium Continental et le Prix Ténor de Beaune sur l'hippodrome de Vincennes, deux épreuves qualificatives au Grand Prix d'Amérique.

", + "title": "PRONOS PARIS RMC Le pari extérieur du 30 décembre – Primeira Liga - Portugal", + "description": "Notre pronostic: Braga gagne à Arouca (1.72)

", + "content": "Notre pronostic: Braga gagne à Arouca (1.72)

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/deux-epreuves-qualificatives-au-grand-prix-d-amerique-ce-dimanche-a-vincennes_AN-202112240270.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-30-decembre-primeira-liga-portugal_AN-202112290215.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 15:39:21 GMT", - "enclosure": "https://images.bfmtv.com/a5BdfH4zNGljgg-0qiIeH30zEr4=/1x35:337x224/800x0/images/Le-Prix-Tenor-de-Beaune-et-le-Criterium-Continental-se-dispute-ce-dimanche-a-Vincennes-1194553.jpg", + "pubDate": "Wed, 29 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/k_MOvpapiK74JstfHyX1ndr7nuQ=/0x104:1984x1220/800x0/images/Ricardo-Horta-Braga-1201142.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28871,17 +30111,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "3177ad9c6aeb3cf8051adce11d2e4e02" + "hash": "86c37dbdf34691b66c3d00f3d825f406", + "highlights": [] }, { - "title": "Danemark: Poulsen raconte l'arrêt cardiaque d'Eriksen à l'Euro", - "description": "Dans un entretien pour Sky Sport Germany, Yussuf Poulsen est revenu sur les minutes d'incertitudes qui ont accompagné le monde du foot lors du malaise de Christian Eriksen à l'occasion de l'Euro.

", - "content": "Dans un entretien pour Sky Sport Germany, Yussuf Poulsen est revenu sur les minutes d'incertitudes qui ont accompagné le monde du foot lors du malaise de Christian Eriksen à l'occasion de l'Euro.

", + "title": "PRONOS PARIS RMC Le nul du jour du 30 décembre – Primeira Liga - Portugal", + "description": "Notre pronostic: pas de vainqueur entre Paços de Ferreira et Santa Clara (3.00)

", + "content": "Notre pronostic: pas de vainqueur entre Paços de Ferreira et Santa Clara (3.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/euro/danemark-poulsen-raconte-l-arret-cardiaque-d-eriksen-a-l-euro_AV-202112240266.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-30-decembre-primeira-liga-portugal_AN-202112290208.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 15:24:18 GMT", - "enclosure": "https://images.bfmtv.com/isxIHFVrXXRsGvq1DFdpKoCoWVQ=/0x40:768x472/800x0/images/Christian-Eriksen-recoit-des-soins-de-ses-coequipiers-alors-qu-il-vient-de-faire-un-malaise-cardiaque-le-12-juin-2021-lors-du-match-Danemark-Finlande-dans-le-Parken-Stadium-de-Copenhague-1190417.jpg", + "pubDate": "Wed, 29 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/Uesu7WZd-PFbx6mbz8XG6bZoH08=/0x104:2000x1229/800x0/images/Nuno-Santos-Pacos-de-Ferreira-1201140.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28892,17 +30133,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f77f46029a2f9e064ae56e0dbd0b467" + "hash": "24dcfa5df69be472f7778850c38b7976", + "highlights": [] }, { - "title": "Le sport face au coronavirus en direct: Toulon-UBB et Racing-Pau reportés", - "description": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", - "content": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari sûr du 30 décembre– Premier League - Angleterre", + "description": "PRONOS PARIS RMC Le pari sûr du 30 décembre– Premier League - Angleterre\nNotre pronostic: Manchester United bat Burnley (1.30)

", + "content": "PRONOS PARIS RMC Le pari sûr du 30 décembre– Premier League - Angleterre\nNotre pronostic: Manchester United bat Burnley (1.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-30-decembre-premier-league-angleterre_AN-202112290207.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", - "enclosure": "https://images.bfmtv.com/8ke0hnflflZuWg9HhxO2BVb4gRs=/0x0:2048x1152/800x0/images/Mathieu-Jalibert-avec-l-UBB-1152849.jpg", + "pubDate": "Wed, 29 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/enEcZEm7eMv-ENjeWCgnrikngb4=/0x104:1984x1220/800x0/images/Ralf-Rangnick-Man-Utd-1201137.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28913,17 +30155,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "011e2fa9edbbb55abbf5c849e26e996d" + "hash": "eb0535ea56a9e2e9691cbcf8f855030c", + "highlights": [] }, { - "title": "JO, Alaphilippe, Quartararo... Revivez les dix plus grands moments de l'année avec les commentaires de RMC", - "description": "Des médailles en or glanées aux Jeux olympiques de Tokyo au 2eme titre de champion du monde de Julian Alaphilippe en passant par le premier de Fabio Quaratararo en MotoGP et l'exploit XXL des rugbymen tricolores face aux All Blacks, l'année 2021 a été intense et pleine d'émotion pour le sport français. Il a fallu faire un choix, mais voici 10 moments inoubliables à l'antenne. Frissons garantis.

", - "content": "Des médailles en or glanées aux Jeux olympiques de Tokyo au 2eme titre de champion du monde de Julian Alaphilippe en passant par le premier de Fabio Quaratararo en MotoGP et l'exploit XXL des rugbymen tricolores face aux All Blacks, l'année 2021 a été intense et pleine d'émotion pour le sport français. Il a fallu faire un choix, mais voici 10 moments inoubliables à l'antenne. Frissons garantis.

", + "title": "All Star Game: défaite de la sélection française devant 16 000 spectateurs", + "description": "Pour l’un des derniers évènements sportifs avant le retour des jauges sanitaires, le All Star Game de l’Élite de basket a vu 16 000 spectateurs se réunir ce mercredi pour assister à la victoire de la sélection étrangère (111-110).

", + "content": "Pour l’un des derniers évènements sportifs avant le retour des jauges sanitaires, le All Star Game de l’Élite de basket a vu 16 000 spectateurs se réunir ce mercredi pour assister à la victoire de la sélection étrangère (111-110).

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-alaphilippe-quartararo-revivez-les-plus-grands-moments-de-l-annee-avec-les-commentaires-de-rmc_AN-202112240262.html", + "link": "https://rmcsport.bfmtv.com/basket/all-star-game-defaite-de-la-selection-francaise-devant-16-000-spectateurs_AV-202112290380.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 15:05:07 GMT", - "enclosure": "https://images.bfmtv.com/p825WVKHYL0H59YaMAKbvtQQrYc=/0x80:2048x1232/800x0/images/La-joie-des-handballeurs-tricolores-avec-leur-medaille-d-or-olympique-a-Tokyo-1194530.jpg", + "pubDate": "Wed, 29 Dec 2021 22:36:48 GMT", + "enclosure": "https://images.bfmtv.com/m48uH4AEo7GGFQXsk9MQqjLPezY=/0x106:2048x1258/800x0/images/Dylan-Affo-Mama-1201309.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28934,17 +30177,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a755a545f9f709b5b2d8db88decd1c7" + "hash": "49021b2f0603b5533becea12f6227f6f", + "highlights": [] }, { - "title": "Bayern: \"Nous avons Lewandowski\", Kahn exclut une arrivée d’Haaland", - "description": "Erling Haaland sera certainement un des noms qui ressortira le plus lors du prochain mercato estival. Si l’Europe entière souhaite le recruter, le Bayern Munich ne compte pas participer aux enchères. Le président du directoire Oliver Kahn assure que la présence de Robert Lewandowski à ce poste est suffisante.

", - "content": "Erling Haaland sera certainement un des noms qui ressortira le plus lors du prochain mercato estival. Si l’Europe entière souhaite le recruter, le Bayern Munich ne compte pas participer aux enchères. Le président du directoire Oliver Kahn assure que la présence de Robert Lewandowski à ce poste est suffisante.

", + "title": "Premier League: Manchester City s'envole en évitant le piège Brentford", + "description": "Manchester City s'est imposé 1-0 face à Brentford, grâce à un but de Phil Foden en première période. Ce résultat permet aux hommes de Pep Guardiola de s'échapper en tête du classement, devant Chelsea et Liverpool.

", + "content": "Manchester City s'est imposé 1-0 face à Brentford, grâce à un but de Phil Foden en première période. Ce résultat permet aux hommes de Pep Guardiola de s'échapper en tête du classement, devant Chelsea et Liverpool.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/transferts/bayern-nous-avons-lewandowski-kahn-exclut-une-arrivee-d-haaland_AV-202112240261.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-city-s-envole-en-evitant-le-piege-brentford_AV-202112290375.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 14:58:54 GMT", - "enclosure": "https://images.bfmtv.com/9BWR009_hU0H_wYrHTxHbx3j16Q=/0x0:2032x1143/800x0/images/Lewanodwski-Haaland-1186959.jpg", + "pubDate": "Wed, 29 Dec 2021 22:15:31 GMT", + "enclosure": "https://images.bfmtv.com/nSQwrnJsS2tFXkqOTmSY2gTM1xM=/0x119:2048x1271/800x0/images/Foden-1201304.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28955,17 +30199,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "edb742fef6bdb9bc886928f5a28f80c8" + "hash": "25987869dcbe91a8998e4197a7d47f2e", + "highlights": [] }, { - "title": "Mercato: Ikoné à la Fiorentina, officialisation imminente", - "description": "Jonathan Ikoné, qui a disputé trois saisons et demi avec le Losc, va rejoindre la Fiorentina. Son contrat sera signé en début de semaine prochaine.

", - "content": "Jonathan Ikoné, qui a disputé trois saisons et demi avec le Losc, va rejoindre la Fiorentina. Son contrat sera signé en début de semaine prochaine.

", + "title": "Mercato: les négociations Barça-Dembélé au point mort, la prolongation en grand danger", + "description": "Les négociations pour une prolongation de contrat entre le Barça et Ousmane Dembélé sont aujourd'hui au point mort. À partir du 1er janvier, le joueur sera libre de se mettre d'accord avec d'autres clubs en vue de la saison prochaine.

", + "content": "Les négociations pour une prolongation de contrat entre le Barça et Ousmane Dembélé sont aujourd'hui au point mort. À partir du 1er janvier, le joueur sera libre de se mettre d'accord avec d'autres clubs en vue de la saison prochaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ikone-a-la-fiorentina-officialisation-imminente_AV-202112240259.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-les-negociations-barca-dembele-au-point-mort-la-prolongation-en-grand-danger_AV-202112290369.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 14:53:26 GMT", - "enclosure": "https://images.bfmtv.com/z-IomjsZkjqzmyZftwq07-rCuD0=/0x46:2048x1198/800x0/images/Ikone-1194520.jpg", + "pubDate": "Wed, 29 Dec 2021 22:00:09 GMT", + "enclosure": "https://images.bfmtv.com/axJi9ezY_rogxjZ60R_qwvIz1H4=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1171071.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28976,17 +30221,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "2683f1fb0775628b43a476400efd126f" + "hash": "e687c7a547d8ec9ba8ccae17c9449f6c", + "highlights": [] }, { - "title": "Bordeaux-Bègles: Matthieu Jalibert, positif au Covid, forfait face à Toulon", - "description": "Matthieu Jalibert a annoncé ce jeudi avoir été testé positif au Covid-19. Placé à l'isolement, il est forfait pour le déplacement de Bordeaux-Bègles à Toulon lundi prochain et pour la réception de Biarritz.

", - "content": "Matthieu Jalibert a annoncé ce jeudi avoir été testé positif au Covid-19. Placé à l'isolement, il est forfait pour le déplacement de Bordeaux-Bègles à Toulon lundi prochain et pour la réception de Biarritz.

", + "title": "Premier League: dans le temps additionnel, Chelsea concède le nul face à Brighton", + "description": "Dans un match comptant pour la 20e journée de Premier League, Chelsea a dû concéder un nul mérité Brighton (1-1), après l’égalisation de Danny Welbeck dans le temps additionnel.\n

", + "content": "Dans un match comptant pour la 20e journée de Premier League, Chelsea a dû concéder un nul mérité Brighton (1-1), après l’égalisation de Danny Welbeck dans le temps additionnel.\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/bordeaux-begles-matthieu-jalibert-positif-au-covid-forfait-face-a-toulon_AD-202112240252.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-dans-le-temps-additionnel-chelsea-concede-le-nul-face-a-brighton_AV-202112290365.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 14:40:39 GMT", - "enclosure": "https://images.bfmtv.com/P_5m7DRQZUuZmCTGDxh6-e_Jh7k=/0x112:2048x1264/800x0/images/Matthieu-Jalibert-1155597.jpg", + "pubDate": "Wed, 29 Dec 2021 21:46:41 GMT", + "enclosure": "https://images.bfmtv.com/EOC1FDJ41vOEXuUUJOtUX1Yd1R4=/0x42:2048x1194/800x0/images/Romelo-Lukaku-1201291.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -28997,17 +30243,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba44d770f544dc371b1b55ef3627b207" + "hash": "ba1660e5389b64562b2732f47e36ce8c", + "highlights": [] }, { - "title": "CAN: le Bordelais Onana forfait avec le Cameroun", - "description": "Sorti sur blessure contre Lille (2-3), le milieu bordelais Jean Onana manquera la CAN avec le Cameroun, selon les informations de l’Equipe. Son absence pourrait être comprise entre trois semaines et un mois.

", - "content": "Sorti sur blessure contre Lille (2-3), le milieu bordelais Jean Onana manquera la CAN avec le Cameroun, selon les informations de l’Equipe. Son absence pourrait être comprise entre trois semaines et un mois.

", + "title": "Mercato en direct: les négociations Dembélé-Barça au point mort", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-le-bordelais-onana-forfait-avec-le-cameroun_AV-202112240247.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-27-decembre_LN-202112270035.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 14:30:55 GMT", - "enclosure": "https://images.bfmtv.com/Kf-XVUh87khn_bEP1ks6nqQ35cg=/0x106:2048x1258/800x0/images/1194515.jpg", + "pubDate": "Mon, 27 Dec 2021 06:13:36 GMT", + "enclosure": "https://images.bfmtv.com/5tnVjCT5vh_NmCEgxJ6ZIhi1Jsg=/0x39:768x471/800x0/images/L-ailier-francais-du-Barca-Ousmane-Dembele-lors-du-match-de-championnat-espagnol-contre-Elche-au-Camp-Nou-de-Barcelone-le-18-decembre-2021-1201104.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29018,17 +30265,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "921519944fbcdcdf0664aad176b3c169" + "hash": "aea1558f40ce7a362b09481896454bd6", + "highlights": [] }, { - "title": "Racing: Machenaud officialise son départ à Bayonne pour la saison prochaine", - "description": "Après dix ans au Racing 92, Maxime Machenaud va changer d'air au terme de la saison. Le demi de mêlée de 32 ans rejoint Bayonne, pour une durée de trois ans.

", - "content": "Après dix ans au Racing 92, Maxime Machenaud va changer d'air au terme de la saison. Le demi de mêlée de 32 ans rejoint Bayonne, pour une durée de trois ans.

", + "title": "Nice: légende du club, Antoine Bonifaci est mort", + "description": "Ancien footballeur international français, Antoine Bonifaci est mort à l'âge de 90 ans. Il a été le héros de l'OGC Nice, en remportant deux fois de suite le championnat dans les années 50.

", + "content": "Ancien footballeur international français, Antoine Bonifaci est mort à l'âge de 90 ans. Il a été le héros de l'OGC Nice, en remportant deux fois de suite le championnat dans les années 50.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/racing-machenaud-officialise-son-depart-a-bayonne-pour-la-saison-prochaine_AV-202112240241.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-legende-du-club-antoine-bonifaci-est-mort_AV-202112290355.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 14:22:08 GMT", - "enclosure": "https://images.bfmtv.com/N_AHJ9swVn2BMMCGaDhdApZO7qQ=/0x181:2048x1333/800x0/images/Maxime-Machenaud-1153803.jpg", + "pubDate": "Wed, 29 Dec 2021 21:14:18 GMT", + "enclosure": "https://images.bfmtv.com/T9oAuiiwhsgjsEHGprARPT0IoW4=/0x77:2048x1229/800x0/images/Logo-OGC-Nice-1201278.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29039,17 +30287,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "560283adbb9a7641a28f162460be628f" + "hash": "166c789a164ea0e1683d3c0f6b98d736", + "highlights": [] }, { - "title": "Mercato en direct: Ikoné à la Fiorentina, c'est fait", - "description": "A quelques jours de l'ouverture du mercato hivernal, le 1er janvier 2022, retrouvez les dernières informations et rumeurs du mercato avec le live commenté de RMC Sport. L'actualité s'annonce riche d'ici là alors que le passage à la nouvelle année permettra à de nombreux joueurs de s'engager où ils le souhaitent pour la saison prochaine.

", - "content": "A quelques jours de l'ouverture du mercato hivernal, le 1er janvier 2022, retrouvez les dernières informations et rumeurs du mercato avec le live commenté de RMC Sport. L'actualité s'annonce riche d'ici là alors que le passage à la nouvelle année permettra à de nombreux joueurs de s'engager où ils le souhaitent pour la saison prochaine.

", + "title": "Mercato: c'est officiel pour Paulo Sousa, qui quitte la Pologne pour Flamengo", + "description": "Paulo Sousa s'est officiellement engagé avec Flamengo pour deux saisons, ce mercredi. Il quitte la sélection polonaise en mauvais termes, à quelques semaines des barrages de la Coupe du monde 2022.

", + "content": "Paulo Sousa s'est officiellement engagé avec Flamengo pour deux saisons, ce mercredi. Il quitte la sélection polonaise en mauvais termes, à quelques semaines des barrages de la Coupe du monde 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-23-decembre_LN-202112230124.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-c-est-officiel-pour-paulo-sousa-qui-quitte-la-pologne-pour-flamengo_AV-202112290351.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 08:35:21 GMT", - "enclosure": "https://images.bfmtv.com/qte-QcQ2fcKdKT668fGHjFWCG9o=/129x117:2033x1188/800x0/images/Jonathan-Ikone-1193924.jpg", + "pubDate": "Wed, 29 Dec 2021 21:05:36 GMT", + "enclosure": "https://images.bfmtv.com/fyso84EDBwWfIdw8DM0Q9eV8kcE=/0x35:1024x611/800x0/images/-868489.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29060,17 +30309,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c686b31d0384c70cabb256acfda780e" + "hash": "231bcac80ec0ea8c938874dbd33dcc65", + "highlights": [] }, { - "title": "Cyclisme: Amy Pieters plongée dans le coma après une grave chute à l'entraînement", - "description": "La cycliste néerlandaise Amy Pieters a été opérée jeudi de la tête, après une grave chute survenue lors d'un entraînement en Espagne, où elle préparait la saison à venir. L'athlète de 30 ans a été plongée dans le coma artificiel par les médécins.

", - "content": "La cycliste néerlandaise Amy Pieters a été opérée jeudi de la tête, après une grave chute survenue lors d'un entraînement en Espagne, où elle préparait la saison à venir. L'athlète de 30 ans a été plongée dans le coma artificiel par les médécins.

", + "title": "Euroligue: Monaco domine le Maccabi et se relance", + "description": "Monaco s'est relancé dans la course aux play-offs d'Euroligue en signant un précieux succès mercredi en Principauté devant le Maccabi Tel-Aviv (82- 76), lors de la 18e journée.

", + "content": "Monaco s'est relancé dans la course aux play-offs d'Euroligue en signant un précieux succès mercredi en Principauté devant le Maccabi Tel-Aviv (82- 76), lors de la 18e journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-amy-pieters-plongee-dans-le-coma-apres-une-grave-chute-a-l-entrainement_AV-202112240236.html", + "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroligue-monaco-domine-le-maccabi-et-se-relance_AD-202112290348.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:58:49 GMT", - "enclosure": "https://images.bfmtv.com/--cGSjjW4IOfu1T5cECHn4x2wOo=/0x106:2048x1258/800x0/images/Amy-Pieters-1194489.jpg", + "pubDate": "Wed, 29 Dec 2021 20:44:44 GMT", + "enclosure": "https://images.bfmtv.com/VS4e5m7vFlAQCmSiN7RUwSrxH2I=/0x27:2048x1179/800x0/images/Monaco-Bayern-basket-Euroligue-1165642.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29081,17 +30331,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "c65b943c7ee314d678ee7a0e7b9d0564" + "hash": "2b436cb9dbbee1cbee760ea9a9eca9bc", + "highlights": [] }, { - "title": "Classement Fifa: la Belgique finit l'année 2021 en tête, les Bleus sur le podium", - "description": "Au terme d'une année contrastée, avec une élimination dès les huitièmes de finale de l'Euro mais aussi la victoire en Ligue des Nations, la France termine troisième au classement des nations tenu par la FIFA. Les Bleus complètent le podium derrière la Belgique et le Brésil.

", - "content": "Au terme d'une année contrastée, avec une élimination dès les huitièmes de finale de l'Euro mais aussi la victoire en Ligue des Nations, la France termine troisième au classement des nations tenu par la FIFA. Les Bleus complètent le podium derrière la Belgique et le Brésil.

", + "title": "Willy Kambwala, cet espoir français qui a quitté Sochaux pour Manchester United", + "description": "Parti du FC Sochaux en octobre 2020, Willy Kambwala a signé son premier contrat professionnel avec Manchester United. Dans le podcast Scouting, RMC Sport fait découvrir ce talent français.

", + "content": "Parti du FC Sochaux en octobre 2020, Willy Kambwala a signé son premier contrat professionnel avec Manchester United. Dans le podcast Scouting, RMC Sport fait découvrir ce talent français.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/classement-fifa-la-belgique-finit-l-annee-2021-en-tete-les-bleus-sur-le-podium_AV-202112240235.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/willy-kambwala-cet-espoir-francais-qui-a-quitte-sochaux-pour-manchester-united_AV-202112290347.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:55:55 GMT", - "enclosure": "https://images.bfmtv.com/egmiiXmkfPaz6iZw4OHRL6O7DuA=/0x106:2048x1258/800x0/images/Belgique-1194493.jpg", + "pubDate": "Wed, 29 Dec 2021 20:39:12 GMT", + "enclosure": "https://images.bfmtv.com/DXnnu8BntrDWUP6hUecybaOdlik=/0x0:1232x693/800x0/images/-100161.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29102,17 +30353,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cc122e13d8cd54edd435bf634d20660" + "hash": "24fcd85da9f45af8101a92429dbb234f", + "highlights": [] }, { - "title": "CAN: Mourinho contacté pour devenir le sélectionneur du Nigeria", - "description": "Alors que le Nigeria est sans coach à jours du début de la CAN, le président de sa fédération Amaju Pinnick a révélé avoir eu des discussions avec José Mourinho pour prendre ce poste.

", - "content": "Alors que le Nigeria est sans coach à jours du début de la CAN, le président de sa fédération Amaju Pinnick a révélé avoir eu des discussions avec José Mourinho pour prendre ce poste.

", + "title": "Mercato: l'OL pousse toujours pour Azmoun, le Zénith temporise", + "description": "L’OL a fait une offre de 4 millions d’euros après avoir trouvé un accord contractuel avec l’attaquant iranien, Sardar Azmoun, mais n'a toujours pas d’accord avec le Zénith Saint-Pétersbourg car les Russes souhaitent avoir un remplaçant avant de pouvoir accepter de laisser partir leur joueur.

", + "content": "L’OL a fait une offre de 4 millions d’euros après avoir trouvé un accord contractuel avec l’attaquant iranien, Sardar Azmoun, mais n'a toujours pas d’accord avec le Zénith Saint-Pétersbourg car les Russes souhaitent avoir un remplaçant avant de pouvoir accepter de laisser partir leur joueur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-mourinho-contacte-pour-devenir-le-selectionneur-du-nigeria_AV-202112240232.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-ol-pousse-toujours-pour-azmoun-le-zenith-temporise_AV-202112290345.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:51:29 GMT", - "enclosure": "https://images.bfmtv.com/LOCu0YWefbzczfhNxpg7aWfFtMM=/0x17:2048x1169/800x0/images/Jose-Mourinho-1161585.jpg", + "pubDate": "Wed, 29 Dec 2021 20:25:09 GMT", + "enclosure": "https://images.bfmtv.com/2U4K3S7W7amb3Cr3i0FecTEgKvc=/0x39:2032x1182/800x0/images/Sardar-AZMOUN-1117723.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29123,17 +30375,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "a170bc1273e81daa73cb27175795cf18" + "hash": "88ce431c89d917fde340840139761181", + "highlights": [] }, { - "title": "NBA: le triste constat de LeBron James après une nouvelle défaite des Lakers", - "description": "Les Los Angeles Lakers ne vivent pas une période facile. Avec la défaite de cette nuit face aux Spurs de San Antonio (110-138), la franchise compte quatre revers d’affilée. Devant ce fait, l’ailier LeBron James a admis un manque \"d’alchimie\" entre les joueurs présents.

", - "content": "Les Los Angeles Lakers ne vivent pas une période facile. Avec la défaite de cette nuit face aux Spurs de San Antonio (110-138), la franchise compte quatre revers d’affilée. Devant ce fait, l’ailier LeBron James a admis un manque \"d’alchimie\" entre les joueurs présents.

", + "title": "Brentford-Man City en direct: grâce à Foden, City l'emporte et s'échappe au classement", + "description": "Manchester City s’est imposé 1 à 0 face aux Bees de Brentford grâce à un unique but de Phil Foden en première mi-temps.

", + "content": "Manchester City s’est imposé 1 à 0 face aux Bees de Brentford grâce à un unique but de Phil Foden en première mi-temps.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-le-triste-constat-de-le-bron-james-apres-une-nouvelle-defaite-des-lakers_AV-202112240231.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-brentford-man-city-en-direct_LS-202112290342.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:40:33 GMT", - "enclosure": "https://images.bfmtv.com/CmjIxnrNSUkmt9gHP5gd_k5ctq4=/0x80:768x512/800x0/images/La-superstar-Lebron-James-durant-le-match-opposant-les-Lakers-a-Phoenix-mardi-soir-a-Los-Angles-1193027.jpg", + "pubDate": "Wed, 29 Dec 2021 19:56:47 GMT", + "enclosure": "https://images.bfmtv.com/XyHJ2_9IpaCloF25b5HZlmyWyXU=/0x0:2032x1143/800x0/images/Jack-Grealish-1194782.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29144,17 +30397,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3e75d23b63c23a9d12b090af65b4a5f" + "hash": "3c619a300b136f0f50a335028d3db7b8", + "highlights": [] }, { - "title": "Mercato: Buffon se verrait bien jouer au Mexique ou aux États-Unis", - "description": "À 43 ans, Gianluigi Buffon envisage encore de continuer sa carrière. Le gardien italien, actuellement au Parma Calcio, ne ferme pas la porte à un départ au Mexique ou aux États-Unis.

", - "content": "À 43 ans, Gianluigi Buffon envisage encore de continuer sa carrière. Le gardien italien, actuellement au Parma Calcio, ne ferme pas la porte à un départ au Mexique ou aux États-Unis.

", + "title": "Real: quatre nouveaux tests positifs au Covid-19 chez les joueurs, dont Camavinga", + "description": "Le Real Madrid a détecté quatre nouveaux cas de coronavirus dans ses rangs ce mercredi, dont ceux du Français Eduardo Camavinga et du Belge Thibaut Courtois.

", + "content": "Le Real Madrid a détecté quatre nouveaux cas de coronavirus dans ses rangs ce mercredi, dont ceux du Français Eduardo Camavinga et du Belge Thibaut Courtois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-buffon-se-verrait-bien-jouer-au-mexique-ou-aux-etats-unis_AV-202112240229.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-quatre-nouveaux-tests-positifs-au-covid-19-dont-camavinga_AV-202112290246.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:35:43 GMT", - "enclosure": "https://images.bfmtv.com/p1lBKcyU2CexVZsBdut-gUhsbBo=/0x54:2032x1197/800x0/images/Buffon-1194494.jpg", + "pubDate": "Wed, 29 Dec 2021 15:52:13 GMT", + "enclosure": "https://images.bfmtv.com/QlliytcT84C76jC4OJNiwiEMmyQ=/0x0:2048x1152/800x0/images/Eduardo-Camavinga-1156062.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29165,17 +30419,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e596e5b8694853414573a163ee936f02" + "hash": "edc23cbf77f547934f9d40623fc14e2d" }, { - "title": "Critérium Continental et Prix Ténor de Baune : deux nouveaux tickets pour l'Amérique", - "description": "Ce dimanche 26 décembre se disputera le Critérium Continental et le Prix Ténor de Baune sur la cendrée de Vincennes. Le vainqueur de chacune de ces deux épreuves obtiendra un bon d'entrée pour courir le Prix d'Amérique le 30 janvier prochain.

", - "content": "Ce dimanche 26 décembre se disputera le Critérium Continental et le Prix Ténor de Baune sur la cendrée de Vincennes. Le vainqueur de chacune de ces deux épreuves obtiendra un bon d'entrée pour courir le Prix d'Amérique le 30 janvier prochain.

", + "title": "Quel impact aura le départ des joueurs à la CAN 2022 dans les clubs de Ligue 1?", + "description": "52 joueurs de Ligue 1 participeront à la Coupe d'Afrique des nations, qui aura lieu du 9 janvier au 6 février prochains. La situation diffère pour les clubs, avec certains qui sont plus affaiblis que des concurrents directs, que ce soit dans la lutte pour le maintien ou le haut de tableau.

", + "content": "52 joueurs de Ligue 1 participeront à la Coupe d'Afrique des nations, qui aura lieu du 9 janvier au 6 février prochains. La situation diffère pour les clubs, avec certains qui sont plus affaiblis que des concurrents directs, que ce soit dans la lutte pour le maintien ou le haut de tableau.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/criterium-continental-et-prix-tenor-de-baune-deux-nouveaux-tickets-pour-l-amerique_AN-202112240227.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/quel-impact-aura-le-depart-des-joueurs-a-la-can-2022-dans-les-clubs-de-ligue-1_AV-202112290241.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:28:29 GMT", - "enclosure": "https://images.bfmtv.com/oGIsDrFDiXE6fFJw8OU4r0N5mlk=/73x124:1369x853/800x0/images/Le-Criterium-Continental-va-se-disputer-ce-dimanche-26-janvier-1194488.jpg", + "pubDate": "Wed, 29 Dec 2021 15:40:35 GMT", + "enclosure": "https://images.bfmtv.com/sLrdY0g-Noa140FYD_giydMyxRY=/0x0:2048x1152/800x0/images/Idrissa-Gueye-1201150.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29186,17 +30440,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92408cad7d1219d41c8f7f2df76f05d7" + "hash": "30dc1e9f778e2876d470808b1604338c" }, { - "title": "Manchester United: où en est la prolongation de Pogba, libre en fin de saison?", - "description": "En fin de contrat au terme de la saison, Paul Pogba ne sait toujours pas de quoi sera fait son avenir. Selon le journaliste Fabrizio Di Marzio, le milieu de Manchester United n’a pas pris de décision alors que son club ne viserait pas de transfert cet hiver, mais plutôt une prolongation.

", - "content": "En fin de contrat au terme de la saison, Paul Pogba ne sait toujours pas de quoi sera fait son avenir. Selon le journaliste Fabrizio Di Marzio, le milieu de Manchester United n’a pas pris de décision alors que son club ne viserait pas de transfert cet hiver, mais plutôt une prolongation.

", + "title": "Ligue 1: Paqueta bloqué à Dubaï, vague de cas positifs à l'OL et dans les autres clubs", + "description": "Comme six autres joueurs de l'OL, au moins, Lucas Paqueta a été testé positif au Covid-19, selon L'Équipe. Le Brésilien est bloqué à Dubaï, où une période d'isolement est imposée aux voyageurs contaminés.

", + "content": "Comme six autres joueurs de l'OL, au moins, Lucas Paqueta a été testé positif au Covid-19, selon L'Équipe. Le Brésilien est bloqué à Dubaï, où une période d'isolement est imposée aux voyageurs contaminés.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ou-en-est-la-prolongation-de-pogba-libre-en-fin-de-saison_AV-202112240224.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-paqueta-bloque-a-dubai-vague-de-cas-positifs-a-l-ol-et-dans-les-autres-clubs_AV-202112290236.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:18:48 GMT", - "enclosure": "https://images.bfmtv.com/nToYcfLbf0CCmM9cxCVO-6d7V9A=/0x45:2048x1197/800x0/images/Paul-Pogba-1143212.jpg", + "pubDate": "Wed, 29 Dec 2021 15:28:32 GMT", + "enclosure": "https://images.bfmtv.com/INkVCtZlviJlQ3Ba0SXwe3HWenE=/0x0:2048x1152/800x0/images/Lucas-Paqueta-1171740.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29207,17 +30461,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2be9d6c7feb882870b7bb07d36885e22" + "hash": "45c369dd44690485ca7544700f286b1f" }, { - "title": "Ligue des champions: pour Herrera, \"le Real est favori\" face au PSG", - "description": "Dans une interview accordée au Mundo Deportivo, Ander Herrera confie que le Real Madrid sera favori face au PSG en 8e de finale de la Ligue des champions.

", - "content": "Dans une interview accordée au Mundo Deportivo, Ander Herrera confie que le Real Madrid sera favori face au PSG en 8e de finale de la Ligue des champions.

", + "title": "PRONOS PARIS RMC Le pari du jour du 29 décembre - Premier League - Angleterre", + "description": "Notre pronostic: Phil Foden marque à Brentford... s'il joue (2.50)

", + "content": "Notre pronostic: Phil Foden marque à Brentford... s'il joue (2.50)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-pour-herrera-le-real-est-favori-face-au-psg_AV-202112240223.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-29-decembre-premier-league-angleterre_AN-202112280015.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:12:49 GMT", - "enclosure": "https://images.bfmtv.com/K7Btwz0Ee7S4aLjEunwYEtiO-28=/0x20:2048x1172/800x0/images/Ander-Herrera-1194483.jpg", + "pubDate": "Wed, 29 Dec 2021 15:23:00 GMT", + "enclosure": "https://images.bfmtv.com/-XThBx8267S0d8sEncd7AQcPyJE=/0x151:1984x1267/800x0/images/Phil-Foden-Man-City-1201099.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29228,17 +30482,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "963713e8394519df1dad218a673c848b" + "hash": "cbcaeffda4d90edc30a641ff9869fe6b" }, { - "title": "F1: pour Ecclestone, Hamilton va prendre sa retraite", - "description": "Bernie Ecclestone, ancien patron de la Formule 1, s’est entretenu avec la père de Lewis Hamilton et sent que le pilote britannique ne reprendra pas le championnat du monde la saison prochaine, après sa perte du titre cette année.

", - "content": "Bernie Ecclestone, ancien patron de la Formule 1, s’est entretenu avec la père de Lewis Hamilton et sent que le pilote britannique ne reprendra pas le championnat du monde la saison prochaine, après sa perte du titre cette année.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 29 décembre – NBA", + "description": "Mon pronostic : Memphis s’impose face aux Lakers, Morant inscrit plus de 19,5 points et James plus de 24,5 points (2.45)

", + "content": "Mon pronostic : Memphis s’impose face aux Lakers, Morant inscrit plus de 19,5 points et James plus de 24,5 points (2.45)

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-pour-ecclestone-hamilton-va-prendre-sa-retraite_AV-202112240222.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-29-decembre-nba_AN-202112290234.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:09:04 GMT", - "enclosure": "https://images.bfmtv.com/JfxHSMZmadN2alQC5RvsaPzzzDk=/0x156:2048x1308/800x0/images/Bernie-Ecclestone-et-Lewis-Hamilton-en-2015-1194471.jpg", + "pubDate": "Wed, 29 Dec 2021 15:22:26 GMT", + "enclosure": "https://images.bfmtv.com/PfR7JtbVBa_6NdJiKpOged3yVvc=/0x78:2000x1203/800x0/images/J-Morant-1201165.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29249,17 +30503,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9234d634443da8bb97a9c6ffab2b31ff" + "hash": "02f3706425af96fc0b4d798a70e4a84f" }, { - "title": "CAN: une ONG inquiète pour la sécurité des joueurs au Cameroun", - "description": "L'ONG Human Right Watch (HRW) a publié un rapport cette semaine pour avertir des risques encourus par les équipes qui vont disputer la prochaine Coupe d'Afrique des Nations, en raison d'un conflit interne au Cameroun. Des séparatistes ont déjà menacé de perturber la CAN et les joueurs pourraient être pris pour cible.

", - "content": "L'ONG Human Right Watch (HRW) a publié un rapport cette semaine pour avertir des risques encourus par les équipes qui vont disputer la prochaine Coupe d'Afrique des Nations, en raison d'un conflit interne au Cameroun. Des séparatistes ont déjà menacé de perturber la CAN et les joueurs pourraient être pris pour cible.

", + "title": "Coupe de France: Lens acte le maintien du derby face à Lille le 4 janvier et adapte la billetterie", + "description": "Afin de ne pas être impacté par la jauge de 5.000 spectateurs, le RC Lens souhaitait reprogrammer le match de Coupe de France face à Lille au dimanche 2 janvier. Mais les instances ont décidé de maintenir la rencontre au mardi 4 janvier. Une décision dont les Lensois ont pris acte.

", + "content": "Afin de ne pas être impacté par la jauge de 5.000 spectateurs, le RC Lens souhaitait reprogrammer le match de Coupe de France face à Lille au dimanche 2 janvier. Mais les instances ont décidé de maintenir la rencontre au mardi 4 janvier. Une décision dont les Lensois ont pris acte.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-une-ong-inquiete-pour-la-securite-des-joueurs-au-cameroun_AV-202112240221.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-lens-prend-acte-du-maintien-du-derby-face-a-lille-le-4-janvier_AV-202112290231.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:06:45 GMT", - "enclosure": "https://images.bfmtv.com/X5Hz6IFlu5dc5uDtgylnVx3zPy0=/0x106:2048x1258/800x0/images/CAN-1194469.jpg", + "pubDate": "Wed, 29 Dec 2021 15:08:22 GMT", + "enclosure": "https://images.bfmtv.com/zTsDLJKEZURKEX-sCo2s8AePovA=/14x1:2030x1135/800x0/images/RC-Lens-1195081.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29270,17 +30524,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a42bcaec493d8c69472db14ad8655a58" + "hash": "0695f7f2abec9149ed1b9810d682355e" }, { - "title": "OM: que devient Franco Tongya, le jeune Italien arrivé il y a un an?", - "description": "Recruté par l’OM en provenance de la Juventus en janvier 2021, Franco Tongya (19 ans) n’a jamais évolué avec les pros et laisse un sentiment mitigé avec la réserve, malgré un potentiel certain. RMC Sport a sondé les habitués de la réserve marseillaise au sujet du jeune Italien.

", - "content": "Recruté par l’OM en provenance de la Juventus en janvier 2021, Franco Tongya (19 ans) n’a jamais évolué avec les pros et laisse un sentiment mitigé avec la réserve, malgré un potentiel certain. RMC Sport a sondé les habitués de la réserve marseillaise au sujet du jeune Italien.

", + "title": "Premier League: Neville appelle à stopper le report systématique des matchs à cause du Covid-19", + "description": "Alors que de plus en plus de matchs de Premier League sont annulés pour des cas de Covid-19 au sein des effectifs, Gary Neville a demandé aux équipes de faire jouer leurs jeunes joueurs pour assurer la tenue des matchs.

", + "content": "Alors que de plus en plus de matchs de Premier League sont annulés pour des cas de Covid-19 au sein des effectifs, Gary Neville a demandé aux équipes de faire jouer leurs jeunes joueurs pour assurer la tenue des matchs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-que-devient-franco-tongya-le-jeune-italien-arrive-il-y-a-un-an_AV-202112240216.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-neville-appelle-a-stopper-le-report-systematique-des-matchs-a-cause-du-covid-19_AV-202112290229.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 12:49:27 GMT", - "enclosure": "https://images.bfmtv.com/AZJjWD_zURkgwqBYmrKrs5PjZA0=/0x0:2048x1152/800x0/images/Franco-Tongya-avec-le-maillot-de-la-Juventus-en-aout-2020-1194405.jpg", + "pubDate": "Wed, 29 Dec 2021 15:02:05 GMT", + "enclosure": "https://images.bfmtv.com/c7TjtQI-4rMZCYM0F5m97A7bgKM=/0x79:2048x1231/800x0/images/Gary-Neville-1201158.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29291,17 +30545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdcb1f5b48b4eea805e58c457fc4dd5e" + "hash": "e1986c54aed1a2a2525f80d59947b3c1" }, { - "title": "Tottenham: Conte tacle la Premier League après la réunion sur le Covid, \"une perte de temps\"", - "description": "Jeudi avait lieu une réunion entre les entraineurs et la Premier League, afin de discuter de la situation actuelle en Angleterre et des menaces qui planent sur les matchs du Boxing Day. Mais devant la presse, le coach de Tottenham Antonio Conte a estimé que cette assemblée n’avait aucun intérêt.

", - "content": "Jeudi avait lieu une réunion entre les entraineurs et la Premier League, afin de discuter de la situation actuelle en Angleterre et des menaces qui planent sur les matchs du Boxing Day. Mais devant la presse, le coach de Tottenham Antonio Conte a estimé que cette assemblée n’avait aucun intérêt.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier sur Brentford-Manchester City – Premier League – Angleterre", + "description": "Mon pronostic : Riyad Mahrez marque à Brentford (2.20)

", + "content": "Mon pronostic : Riyad Mahrez marque à Brentford (2.20)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-conte-tacle-la-premier-league-apres-la-reunion-sur-le-covid-une-perte-de-temps_AV-202112240209.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-sur-brentford-manchester-city-premier-league-angleterre_AN-202112290227.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 12:12:47 GMT", - "enclosure": "https://images.bfmtv.com/qenUxVpCdA8eSTqqIE2RzKAT35E=/0x104:1984x1220/800x0/images/Antonio-Conte-Tottenham-1188508.jpg", + "pubDate": "Wed, 29 Dec 2021 14:52:51 GMT", + "enclosure": "https://images.bfmtv.com/gTWkeHXFLMJgCcIRDSDz05L6lPo=/0x129:2000x1254/800x0/images/R-Marhez-1201159.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29312,17 +30566,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b46e112d1cf75a2b62c6a5fd554a83a" + "hash": "932d2bc173dd0975b41722560b0b3296" }, { - "title": "Le sport face au coronavirus en direct: Positif au Covid-19, Matthieu Jalibert forfait face à Toulon", - "description": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", - "content": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier sur Chelsea-Brighton – Premier League – Angleterre", + "description": "Mon pronostic : Chelsea ne perd pas, moins de 3,5 buts dans le match, Mount ou Lukaku buteur (2.40)

", + "content": "Mon pronostic : Chelsea ne perd pas, moins de 3,5 buts dans le match, Mount ou Lukaku buteur (2.40)

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-sur-chelsea-brighton-premier-league-angleterre_AN-202112290223.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", - "enclosure": "https://images.bfmtv.com/8ke0hnflflZuWg9HhxO2BVb4gRs=/0x0:2048x1152/800x0/images/Mathieu-Jalibert-avec-l-UBB-1152849.jpg", + "pubDate": "Wed, 29 Dec 2021 14:40:58 GMT", + "enclosure": "https://images.bfmtv.com/8qeADabTXusPa32OKBiM0_byXWk=/0x72:2000x1197/800x0/images/Chelsea-1201155.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29333,17 +30587,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7618fa38825d9c4a8cf578ec353d0ea5" + "hash": "cf70a873fed1e29fe7f2b5fcc51ff5cc" }, { - "title": "Premier League: Burnley-Everton reporté, le Boxing Day de plus en plus impacté par le Covid", - "description": "Nouveau report pour le Boxing Day. Suite à de nombreux cas de Covid-19 dans l’effectif d’Everton, la Premier League a annoncé le report du match qui devait les opposer à Burnley le 26 décembre (à 16). C’est la troisième rencontre de cette journée qui connaît ce sort.

", - "content": "Nouveau report pour le Boxing Day. Suite à de nombreux cas de Covid-19 dans l’effectif d’Everton, la Premier League a annoncé le report du match qui devait les opposer à Burnley le 26 décembre (à 16). C’est la troisième rencontre de cette journée qui connaît ce sort.

", + "title": "Angleterre: Sterling et Southgate défendent le genou à terre contre le racisme", + "description": "Afin de lutter contre les discriminations, les joueurs de Premier League posent un genou à terre avec le poing levé. Une pratique que les Anglais ont rééditée lors de l’Euro 2021, ce qui avait valu quelques critiques. Au micro de la BBC, Raheem Sterling et Gareth Southgate ont défendu cette initiative.

", + "content": "Afin de lutter contre les discriminations, les joueurs de Premier League posent un genou à terre avec le poing levé. Une pratique que les Anglais ont rééditée lors de l’Euro 2021, ce qui avait valu quelques critiques. Au micro de la BBC, Raheem Sterling et Gareth Southgate ont défendu cette initiative.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-burnley-everton-reporte-le-boxing-day-de-plus-en-plus-impacte-par-le-covid_AV-202112240202.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/angleterre-sterling-et-southgate-defendent-le-genou-a-terre-contre-le-racisme_AV-202112290221.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 12:02:35 GMT", - "enclosure": "https://images.bfmtv.com/K3VP4Ab-daZPZccQ9eMUoFBVBgk=/0x418:1584x1309/800x0/images/Everton-1070851.jpg", + "pubDate": "Wed, 29 Dec 2021 14:29:02 GMT", + "enclosure": "https://images.bfmtv.com/WkquswyUuGcGAu56ubuHu2C6hjs=/0x55:2048x1207/800x0/images/Raheem-Sterling-avec-l-Angleterre-a-l-Euro-2021-1063815.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29354,17 +30608,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3189a10872022cf647cb686bc555aff2" + "hash": "88349d5b65a841b1e196e7c65f9430c7" }, { - "title": "CAN: la liste du Sénégal, avec les Marseillais Bamba Dieng et Pape Gueye", - "description": "Sélectionneur du Sénégal, Aliou Cissé a officialisé sa liste pour la prochaine Coupe d'Afrique des Nations, qui se déroulera du 9 janvier au 6 février 2022 au Cameroun. Finalistes de la dernière édition, les Lions feront le voyage avec plusieurs joueurs de Ligue 1 dont Idrissa Gueye ou Bamba Dieng.

", - "content": "Sélectionneur du Sénégal, Aliou Cissé a officialisé sa liste pour la prochaine Coupe d'Afrique des Nations, qui se déroulera du 9 janvier au 6 février 2022 au Cameroun. Finalistes de la dernière édition, les Lions feront le voyage avec plusieurs joueurs de Ligue 1 dont Idrissa Gueye ou Bamba Dieng.

", + "title": "Le sport face au coronavirus en direct: Nantes, Bordeaux, Lorient, les cas positifs se multiplient", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs. Si la Premier League continuer de jouer pendant les fêtes, de nombreux matchs anglais sont reportés. Idem en rugby où le Top 14 se retrouve fortement impacté par l'évolution de la crise. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs. Si la Premier League continuer de jouer pendant les fêtes, de nombreux matchs anglais sont reportés. Idem en rugby où le Top 14 se retrouve fortement impacté par l'évolution de la crise. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-la-liste-du-senegal-avec-les-marseillais-bamba-dieng-et-pape-gueye_AV-202112240174.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-27-decembre-2021_LN-202112270048.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 11:28:31 GMT", - "enclosure": "https://images.bfmtv.com/_nJNRgeUg4ZPqyTFIwLvNV0tcu0=/14x145:2046x1288/800x0/images/Bamba-Dieng-1138769.jpg", + "pubDate": "Mon, 27 Dec 2021 06:42:43 GMT", + "enclosure": "https://images.bfmtv.com/mNId1-Fra1YKkEd-1ne9zT5r8pI=/0x39:2048x1191/800x0/images/Antoine-Kombouare-1175166.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29375,17 +30629,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b9d685d1368ab2d8e9cbb4e0dca0dd4" + "hash": "11ae7d6b92e63998e09b2f81cc3b723b" }, { - "title": "Stade Toulousain: Antoine Dupont et Julien Marchand prolongent jusqu'en 2027 et 2028", - "description": "Le Stade Toulousain a annoncé ce vendredi la prolongation des contrats d'Antoine Dupont et Julien Marchand. Les deux capitaines sont désormais liés au club jusqu'en 2027 et 2028.

", - "content": "Le Stade Toulousain a annoncé ce vendredi la prolongation des contrats d'Antoine Dupont et Julien Marchand. Les deux capitaines sont désormais liés au club jusqu'en 2027 et 2028.

", + "title": "CAN 2022: le coup de gueule de Haller sur l’irrespect envers le foot africain", + "description": "Dans un entretien accordé au média néerlandais De Telegraaf, Sébastien Haller, attaquant de l’Ajax Amsterdam, a montré son agacement face à un journaliste lui demandant s’il préférait aller disputer la CAN ou rester en club durant le mois de janvier.

", + "content": "Dans un entretien accordé au média néerlandais De Telegraaf, Sébastien Haller, attaquant de l’Ajax Amsterdam, a montré son agacement face à un journaliste lui demandant s’il préférait aller disputer la CAN ou rester en club durant le mois de janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/stade-toulousain-antoine-dupont-et-julien-marchand-prolongent-jusqu-en-2027-et-2028_AV-202112240168.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-coup-de-gueule-de-haller-sur-l-irrespect-envers-le-foot-africain_AV-202112290209.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 11:17:05 GMT", - "enclosure": "https://images.bfmtv.com/Ms93O_qyI7xyJGrzECjBE6VIXwE=/0x104:1984x1220/800x0/images/Antoine-Dupont-et-Julien-Marchand-avec-le-Stade-Toulousain-1194404.jpg", + "pubDate": "Wed, 29 Dec 2021 13:58:48 GMT", + "enclosure": "https://images.bfmtv.com/piJxp9YNA_P7E-RfEFRA8wp5kS0=/0x44:1520x899/800x0/images/Sebastien-Haller-1201132.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29396,17 +30650,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc6239c5af727be7e392babeebb42077" + "hash": "6bfc99db513f2b3a7f0ad01fcf3e5e23" }, { - "title": "Nice: le beau cadeau de Noël de Todibo aux jeunes du FC Lilas, son ancien club", - "description": "Jean-Clair Todibo (21 ans), défenseur de Nice, a offert un joli cadeau de Noël à des jeunes du FC Lilas, son ancien club, en leur offrant un séjour sur la Côte d’Azur et des places pour le match face à Lens (2-1), mercredi.

", - "content": "Jean-Clair Todibo (21 ans), défenseur de Nice, a offert un joli cadeau de Noël à des jeunes du FC Lilas, son ancien club, en leur offrant un séjour sur la Côte d’Azur et des places pour le match face à Lens (2-1), mercredi.

", + "title": "Ligue 1: Reims annonce un accord de principe avec Parme pour Busi", + "description": "Le Stade de Reims lance son mercato hivernal. Désireux de recruter un latéral droit, les Rémois ont annoncé un accord de principe avec Parme pour le transfert de Maxime Busi. L’officialisation dépend des résultats de la visite médicale.

", + "content": "Le Stade de Reims lance son mercato hivernal. Désireux de recruter un latéral droit, les Rémois ont annoncé un accord de principe avec Parme pour le transfert de Maxime Busi. L’officialisation dépend des résultats de la visite médicale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-le-sublime-cadeau-de-noel-de-todibo-aux-jeunes-du-fc-lilas-son-ancien-club_AV-202112240166.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-reims-annonce-un-accord-de-principe-avec-parme-pour-busi_AV-202112290194.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 11:07:38 GMT", - "enclosure": "https://images.bfmtv.com/IjVSUHQ0LfLCINI-KVSzMj26XxU=/0x27:2048x1179/800x0/images/Jean-Clair-TODIBO-1049699.jpg", + "pubDate": "Wed, 29 Dec 2021 13:14:53 GMT", + "enclosure": "https://images.bfmtv.com/mqyiaP3Vp8jwHAHE67H3E_CLgmA=/0x35:2016x1169/800x0/images/Maxime-Busi-1196763.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29417,17 +30671,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdfd064779c02ce4e375cc68a3a20c5a" + "hash": "f2dc37be19ef61aca1d14fa3af5ceb5c" }, { - "title": "Mercato: De Ligt au Barça, pourquoi ça coince", - "description": "Malgré l’arrivée quasiment actée de Ferran Torres, le FC Barcelone ne compte pas se reposer sur ses lauriers lors du mercato. Selon Sport, les Catalans ne seraient pas contre l’idée de recruter un défenseur, à savoir Matthijs de Ligt. Mais le salaire du Néerlandais représente un gros frein pour les Catalans.

", - "content": "Malgré l’arrivée quasiment actée de Ferran Torres, le FC Barcelone ne compte pas se reposer sur ses lauriers lors du mercato. Selon Sport, les Catalans ne seraient pas contre l’idée de recruter un défenseur, à savoir Matthijs de Ligt. Mais le salaire du Néerlandais représente un gros frein pour les Catalans.

", + "title": "Coupe de France: une jauge anticipée finalement mise en place pour Chauvigny-OM", + "description": "Alors que les nouvelles mesures sanitaires portant sur la limitation du public à 5.000 personnes en extérieur ne prennent effet que lundi prochain, la préfecture de Haute-Vienne veut les appliquer dès dimanche pour le match de Coupe de France entre Chauvigny et l'OM.

", + "content": "Alors que les nouvelles mesures sanitaires portant sur la limitation du public à 5.000 personnes en extérieur ne prennent effet que lundi prochain, la préfecture de Haute-Vienne veut les appliquer dès dimanche pour le match de Coupe de France entre Chauvigny et l'OM.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-de-ligt-au-barca-pourquoi-ca-coince_AV-202112240160.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-une-jauge-anticipee-finalement-mise-en-place-pour-chauvigny-om_AV-202112290186.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 10:51:18 GMT", - "enclosure": "https://images.bfmtv.com/EwN22hXRifw8gPOSxdbHOsDoNXs=/0x93:2048x1245/800x0/images/Matthijs-De-Ligt-avec-la-Juventus-1191678.jpg", + "pubDate": "Wed, 29 Dec 2021 12:49:57 GMT", + "enclosure": "https://images.bfmtv.com/l5iPVA2D_TatQ_MRIjxGaPaKw1o=/0x178:2048x1330/800x0/images/1192129.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29438,17 +30692,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b53468bd48ef888c6a6580e9a78f8e8" + "hash": "89d0c8a48eadd92e321a25abe0bbfbda" }, { - "title": "Mercato: Watford négocie avec Nice pour Hassane Kamara", - "description": "Selon nos informations, Watford cherche un profil de latéral gauche et a entamé des discussions avec Hassane Kamara, qui a perdu sa place de titulaire à l'OGC Nice. Les représentants du joueur s'entendent bien avec les dirigeants du club londonien, ce qui devrait faciliter une possible transaction.

", - "content": "Selon nos informations, Watford cherche un profil de latéral gauche et a entamé des discussions avec Hassane Kamara, qui a perdu sa place de titulaire à l'OGC Nice. Les représentants du joueur s'entendent bien avec les dirigeants du club londonien, ce qui devrait faciliter une possible transaction.

", + "title": "Mercato en direct: le transfert de Trippier à Newcastle bouclé la semaine prochaine ?", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-watford-negocie-avec-nice-pour-hassane-kamara_AV-202112240157.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-27-decembre_LN-202112270035.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 10:46:16 GMT", - "enclosure": "https://images.bfmtv.com/yox5oNsAd2lNfpxFSGvBNdrpzEY=/0x106:2048x1258/800x0/images/Hassane-Kamara-1194384.jpg", + "pubDate": "Mon, 27 Dec 2021 06:13:36 GMT", + "enclosure": "https://images.bfmtv.com/0cH7wdb-8X_FU35IZO3VpmX0amw=/0x40:2032x1183/800x0/images/Kieran-Trippier-Angleterre-1046757.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29459,17 +30713,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "619df85e3b1ea1b40900ae043602fb0c" + "hash": "5337f634d46d8abb946d605c07ae4222" }, { - "title": "Manchester United: Matic et Bruno Fernandes chambrent Ronaldo après sa défaite à l'entraînement", - "description": "Nemanja Matic et Bruno Fernandes ont chambré Cristiano Ronaldo sur les réseaux sociaux après leur victoire lors d'un match à l'entraînement. La bonne ambiance est de retour à trois jours d'affronter Newcastle.

", - "content": "Nemanja Matic et Bruno Fernandes ont chambré Cristiano Ronaldo sur les réseaux sociaux après leur victoire lors d'un match à l'entraînement. La bonne ambiance est de retour à trois jours d'affronter Newcastle.

", + "title": "Manchester United: Pogba, Zlatan, Ronaldo… Bailly livre les secrets savoureux du vestiaire", + "description": "Dans une interview accordée aux deux youtubeurs Poet et Vuj, Eric Bailly a révélé quelques détails sur la vie de groupe dans le vestiaire de Manchester United. Il est aussi revenu sur l’arrivée de Cristiano Ronaldo cet été chez les Red Devils.

", + "content": "Dans une interview accordée aux deux youtubeurs Poet et Vuj, Eric Bailly a révélé quelques détails sur la vie de groupe dans le vestiaire de Manchester United. Il est aussi revenu sur l’arrivée de Cristiano Ronaldo cet été chez les Red Devils.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-matic-et-bruno-fernandes-chambrent-ronaldo-apres-sa-defaite-a-l-entrainement_AV-202112240145.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-pogba-zlatan-ronaldo-bailly-livre-les-secrets-savoureux-du-vestiaire_AV-202112290182.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 10:16:09 GMT", - "enclosure": "https://images.bfmtv.com/6EAlUchVTAMbunLQonrSb_SicnU=/0x121:2000x1246/800x0/images/Nemanja-Matic-et-Bruno-Fernandes-1194365.jpg", + "pubDate": "Wed, 29 Dec 2021 12:36:00 GMT", + "enclosure": "https://images.bfmtv.com/3h-BGDL-V863MMdOvK3Rj24MKfU=/0x46:2048x1198/800x0/images/Bailly-1161546.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29480,17 +30734,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffef045b185c5af0a3a431b8633b46e1" + "hash": "027f489d60f8e72f10709d78556fad9c" }, { - "title": "PSG: face aux critiques, Herrera défend Neymar qui \"a un coeur énorme\"", - "description": "Mis sur la touche depuis fin novembre, en raison d'une blessure à la cheville, Neymar connaît une nouvelle période d'indisponibilité, qui se multiplient depuis son arrivée au PSG en 2017. Souvent critiqué, autant ces dernières semaines pour ses performances que sur sa rigueur professionnelle en dehors du terrain, le Brésilien peut compter sur le soutien de son coéquipier Ander Herrera, ravi de courir notamment pour celui qu'il estime comme \"un ami\".

", - "content": "Mis sur la touche depuis fin novembre, en raison d'une blessure à la cheville, Neymar connaît une nouvelle période d'indisponibilité, qui se multiplient depuis son arrivée au PSG en 2017. Souvent critiqué, autant ces dernières semaines pour ses performances que sur sa rigueur professionnelle en dehors du terrain, le Brésilien peut compter sur le soutien de son coéquipier Ander Herrera, ravi de courir notamment pour celui qu'il estime comme \"un ami\".

", + "title": "Mercato: Bernardo Silva très évasif sur son avenir à Manchester City", + "description": "Brillant cette saison avec Manchester City, Bernardo Silva est redevenu un joueur essentiel dans le onze de départ de Pep Guardiola. Souvent envoyé vers d’autres clubs lors du dernier mercato estival, le milieu de terrain entretient le flou autour de son avenir chez les Cityzens.

", + "content": "Brillant cette saison avec Manchester City, Bernardo Silva est redevenu un joueur essentiel dans le onze de départ de Pep Guardiola. Souvent envoyé vers d’autres clubs lors du dernier mercato estival, le milieu de terrain entretient le flou autour de son avenir chez les Cityzens.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-face-aux-critiques-herrera-defend-neymar-qui-a-un-coeur-enorme_AV-202112240143.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/mercato-bernardo-silva-tres-evasif-sur-son-avenir-a-manchester-city_AV-202112290180.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 10:08:42 GMT", - "enclosure": "https://images.bfmtv.com/MYvmA_yWcvDRzvlcMh9YHlPv6UE=/0x49:2048x1201/800x0/images/Neymar-Herrera-1194355.jpg", + "pubDate": "Wed, 29 Dec 2021 12:23:10 GMT", + "enclosure": "https://images.bfmtv.com/XMsSdTP9t-h2TG-qHowwGq5SfEU=/0x38:2048x1190/800x0/images/Bernardo-Silva-1173639.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29501,17 +30755,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37200796270aa745a01b5cae4da6999a" + "hash": "664e94a34c3808e3a2dfe832377cf789" }, { - "title": "Premier League: Everton en colère, le report du match contre Burnley refusé", - "description": "Frappé par une vague de Covid dans son effectif, Everton avait réclamé le report de sa rencontre de Premier League face à Burnley, dimanche pour le Boxing Day (16 heures). Une requête refusée par la Premier League, malgré 11 absences dans les rangs des Toffees.

", - "content": "Frappé par une vague de Covid dans son effectif, Everton avait réclamé le report de sa rencontre de Premier League face à Burnley, dimanche pour le Boxing Day (16 heures). Une requête refusée par la Premier League, malgré 11 absences dans les rangs des Toffees.

", + "title": "Premier League: des traces de cocaïne détectées dans plusieurs stades?", + "description": "Selon une enquête du Sun, de nombreuses traces de cocaïne ont été retrouvées ces dernières semaines dans plusieurs stades de Premier League. Les témoignages indiquent une hausse constante de la consommation de cette drogue dans les enceintes sportives anglaises, ce qui renforcerait la violence des fans.

", + "content": "Selon une enquête du Sun, de nombreuses traces de cocaïne ont été retrouvées ces dernières semaines dans plusieurs stades de Premier League. Les témoignages indiquent une hausse constante de la consommation de cette drogue dans les enceintes sportives anglaises, ce qui renforcerait la violence des fans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-everton-en-colere-le-report-du-match-contre-burnley-refuse_AV-202112230375.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-des-traces-de-cocaine-detectees-dans-plusieurs-stades_AV-202112290178.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 17:44:59 GMT", - "enclosure": "https://images.bfmtv.com/Sn39FVteMC9qg_CffNk3CUymGpE=/0x147:2048x1299/800x0/images/Rafael-Benitez-1194060.jpg", + "pubDate": "Wed, 29 Dec 2021 12:19:28 GMT", + "enclosure": "https://images.bfmtv.com/ngDY2iWZfrsla8T0J0ZYpNmEekM=/0x102:2048x1254/800x0/images/Wembley-1201081.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29522,17 +30776,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5eebd106be75911dce36563e818dde85" + "hash": "653f919590b8bb459948687b20ea04b6" }, { - "title": "Liga: Koundé écope d'un match de suspension pour son geste sur Alba", - "description": "Lors du match nul 1-1 entre le FC Séville et le FC Barcelone, Jules Koundé avait été exclu pour avoir balancé le ballon sur le visage de Jordi Alba. Le défenseur français a écopé d’un match de suspension.

", - "content": "Lors du match nul 1-1 entre le FC Séville et le FC Barcelone, Jules Koundé avait été exclu pour avoir balancé le ballon sur le visage de Jordi Alba. Le défenseur français a écopé d’un match de suspension.

", + "title": "Coupe de France: cluster de Covid-19 à Bordeaux, qui demande le report du match contre Brest", + "description": "Info RMC Sport – Avec une dizaine de joueurs testés positifs au Covid-19, les Girondins de Bordeaux ont demandé un report du match de Coupe de France prévu dimanche face à Brest. Les Bordelais souhaitent protéger les membres de l’équipe en les gardant à l’isolement.

", + "content": "Info RMC Sport – Avec une dizaine de joueurs testés positifs au Covid-19, les Girondins de Bordeaux ont demandé un report du match de Coupe de France prévu dimanche face à Brest. Les Bordelais souhaitent protéger les membres de l’équipe en les gardant à l’isolement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-kounde-ecope-d-un-match-de-suspension-pour-son-geste-sur-alba_AV-202112230352.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-cluster-de-covid-19-a-bordeaux-qui-demande-le-report-du-match-contre-brest_AV-202112290174.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 17:14:07 GMT", - "enclosure": "https://images.bfmtv.com/AmMv3cvHUyqSMAIZa9C2hSrahGw=/24x2:2024x1127/800x0/images/Kounde-1194040.jpg", + "pubDate": "Wed, 29 Dec 2021 11:59:38 GMT", + "enclosure": "https://images.bfmtv.com/NDPI3bx_rRyzTc83IpR-OiKXkBE=/0x0:1200x675/800x0/images/Les-Girondins-de-Bordeaux-1193040.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29543,17 +30797,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be36b6a50c906497f0d957c189838ec5" + "hash": "938538a74099718c3ec7b6319cb5fc1a" }, { - "title": "Maroc: l'embarras d'Halilhodzic, qui n'a pas voulu désigner l'Algérie comme favorite de la CAN", - "description": "Interrogé jeudi sur l’équipe favorite de la CAN (9 janvier-6 février), le sélectionneur marocain Vahid Halilhodzic s’est montré très embarrassé et a soigneusement évité de prononcer le nom de l’Algérie. Sans pour autant nier le statut de favoris des Algériens.

", - "content": "Interrogé jeudi sur l’équipe favorite de la CAN (9 janvier-6 février), le sélectionneur marocain Vahid Halilhodzic s’est montré très embarrassé et a soigneusement évité de prononcer le nom de l’Algérie. Sans pour autant nier le statut de favoris des Algériens.

", + "title": "Tennis: repêchage surprise pour la France, qui remplace l'Autriche à l'ATP Cup", + "description": "Initialement privée de l'ATP Cup, l'équipe de France est finalement repêchée après le retrait de l'Autriche. La compétition commencera ce samedi à Sydney, en Australie. Les Bleus se retrouvent dans une poule avec le pays hôte, l'Italie et la Russie.

", + "content": "Initialement privée de l'ATP Cup, l'équipe de France est finalement repêchée après le retrait de l'Autriche. La compétition commencera ce samedi à Sydney, en Australie. Les Bleus se retrouvent dans une poule avec le pays hôte, l'Italie et la Russie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-l-embarras-d-halilhodzic-qui-n-a-pas-voulu-designer-l-algerie-comme-favorite-de-la-can_AV-202112230337.html", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-repechage-surprise-pour-la-france-qui-remplace-l-autriche-a-l-atp-cup_AV-202112290171.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 16:43:30 GMT", - "enclosure": "https://images.bfmtv.com/1pKLIowBMoTorPaoa5nwkmC9Kuw=/0x0:2048x1152/800x0/images/Vahid-Halilhodzic-997039.jpg", + "pubDate": "Wed, 29 Dec 2021 11:52:29 GMT", + "enclosure": "https://images.bfmtv.com/oUEyDExyGOVqbnX8Oe7fjBi2gWM=/0x106:2048x1258/800x0/images/Ugo-Humbert-1082072.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29564,17 +30818,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf87d925f602f83bc72a0b9533552ab8" + "hash": "5e0202f4cfbba63bd8807458498e1e9c" }, { - "title": "Premier League: Rangnick milite pour le retour des cinq changements", - "description": "La situation sanitaire en Angleterre étant critique, la tenue de plusieurs matchs de Premier League est menacée depuis quelques jours. En conférence de presse, Ralf Rangnick, le coach de Manchester United, a milité pour le retour des cinq changements.

", - "content": "La situation sanitaire en Angleterre étant critique, la tenue de plusieurs matchs de Premier League est menacée depuis quelques jours. En conférence de presse, Ralf Rangnick, le coach de Manchester United, a milité pour le retour des cinq changements.

", + "title": "Les pronos hippiques du jeudi 30 décembre", + "description": "Le Quinté+ du jeudi 30 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du jeudi 30 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-rangnick-milite-pour-le-retour-des-cinq-changements_AV-202112230333.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-jeudi-30-decembre_AN-202112290165.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 16:39:10 GMT", - "enclosure": "https://images.bfmtv.com/Iqb62K1AjQyfYgpqezj24yD12pY=/0x106:2048x1258/800x0/images/Ralf-RANGNICK-1186211.jpg", + "pubDate": "Wed, 29 Dec 2021 11:47:36 GMT", + "enclosure": "https://images.bfmtv.com/bcfg9NfTQxDJzBIiwJdJrXJk1KU=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-jeudi-30-decembre-1201094.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29585,17 +30839,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97a97ebf50d3a3316969bf00e938f281" + "hash": "500b8088f1c27adccf2bd8067f267332" }, { - "title": "Premier League: la vague Omicron perturbe le Boxing Day", - "description": "Prévu tout au long de la journée de dimanche, le Boxing Day, événement-phare du championnat d’Angleterre, est à son tour perturbé par la recrudescence des cas de Covid-19 causés par le variant Omicron en Grande-Bretagne.

", - "content": "Prévu tout au long de la journée de dimanche, le Boxing Day, événement-phare du championnat d’Angleterre, est à son tour perturbé par la recrudescence des cas de Covid-19 causés par le variant Omicron en Grande-Bretagne.

", + "title": "Chelsea: Terry de retour chez les Blues pour travailler avec les jeunes", + "description": "Le club londonien a annoncé ce mercredi le retour de son capitaine emblématique John Terry. L'ancien défenseur central va travailler avec les jeunes du club dans un le cadre d'un programme de développement.

", + "content": "Le club londonien a annoncé ce mercredi le retour de son capitaine emblématique John Terry. L'ancien défenseur central va travailler avec les jeunes du club dans un le cadre d'un programme de développement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-la-vague-omicron-perturbe-le-boxing-day_AV-202112230321.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-terry-de-retour-chez-les-blues-pour-travailler-avec-les-jeunes_AV-202112290163.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 16:17:44 GMT", - "enclosure": "https://images.bfmtv.com/a4QhHFaB4j9vCFKMo0__FEkMbnA=/0x6:2048x1158/800x0/images/Phil-Foden-1194000.jpg", + "pubDate": "Wed, 29 Dec 2021 11:44:18 GMT", + "enclosure": "https://images.bfmtv.com/A1bgu1Nfv6yYzHQEMvI9roxTi40=/0x49:800x499/800x0/images/-787347.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29606,17 +30860,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d996737a99ccab5ed9165646729a946" + "hash": "8b1a68e2384c8cf3bbad2bfbb9514268" }, { - "title": "Les pronos hippiques du vendredi 24 décembre 2021", - "description": " Le Quinté+ du vendredi 24 décembre est programmé sur l’hippodrome de Deauville dans la discipline du plat. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": " Le Quinté+ du vendredi 24 décembre est programmé sur l’hippodrome de Deauville dans la discipline du plat. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "France, Angleterre, Espagne, Belgique, toutes les dates du mercato d'hiver", + "description": "Le mercato d'hiver ne débutera pas à la même date dans tous les championnats européens. La France, l'Angleterre et l'Allemagne ouvriront le bal, fermé ensuite par la Turquie et la Belgique au mois de février.

", + "content": "Le mercato d'hiver ne débutera pas à la même date dans tous les championnats européens. La France, l'Angleterre et l'Allemagne ouvriront le bal, fermé ensuite par la Turquie et la Belgique au mois de février.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-vendredi-24-decembre-2021_AN-202112230317.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/france-angleterre-espagne-belgique-toutes-les-dates-du-mercato-d-hiver_AV-202112290160.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 16:13:05 GMT", - "enclosure": "https://images.bfmtv.com/AG93KDPB1d785wVfIqzZVqVLpk0=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-12-decembre-2021-1185851.jpg", + "pubDate": "Wed, 29 Dec 2021 11:28:53 GMT", + "enclosure": "https://images.bfmtv.com/eOXPOr8RD-w0AiaBnSY3aUPy1q0=/0x212:2048x1364/800x0/images/Camp-Nou-1201080.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29627,17 +30881,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f787aeb73817b979b9790b0b8db98bc0" + "hash": "d74ba37e6074251c660d750753c9fc7f" }, { - "title": "PSG: arrivé en Argentine, Messi va passer les fêtes de Noël à Rosario", - "description": "Comme ses partenaires argentins du PSG, Lionel Messi est arrivé en Argentine jeudi pour y passer les fêtes de fin d’année. Il est attendu à Paris le 2 janvier, pour la reprise.

", - "content": "Comme ses partenaires argentins du PSG, Lionel Messi est arrivé en Argentine jeudi pour y passer les fêtes de fin d’année. Il est attendu à Paris le 2 janvier, pour la reprise.

", + "title": "Mercato: Manchester City ne remplacera pas Ferran Torres cet hiver", + "description": "Dépossédé de Ferran Torres par le FC Barcelone, Manchester City compte un attaquant en moins dans son effectif. Mais d’après les informations de ESPN, les Cityzens ne comptent pas remplacer l’Espagnol au mois de janvier. Le leader de Premier League veut faire confiance au jeune Cole Palmer.

", + "content": "Dépossédé de Ferran Torres par le FC Barcelone, Manchester City compte un attaquant en moins dans son effectif. Mais d’après les informations de ESPN, les Cityzens ne comptent pas remplacer l’Espagnol au mois de janvier. Le leader de Premier League veut faire confiance au jeune Cole Palmer.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-arrive-en-argentine-messi-va-passer-les-fetes-de-noel-a-rosario_AV-202112230316.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-manchester-city-ne-remplacera-pas-ferran-torres-cet-hiver_AV-202112290157.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 16:12:27 GMT", - "enclosure": "https://images.bfmtv.com/MQRg0IMM4VlQof_QsiNfaN7LOJ8=/0x40:768x472/800x0/images/L-Argentin-Lionel-Messi-avec-le-Paris-SG-contre-le-FC-Bruges-en-Ligue-des-champions-le-7-decembre-2021-au-Parc-des-Princes-a-Paris-1192861.jpg", + "pubDate": "Wed, 29 Dec 2021 11:23:39 GMT", + "enclosure": "https://images.bfmtv.com/y6ERIwsJHjp9Ull2hq9YAgVblFA=/0x73:1968x1180/800x0/images/Pep-Guardiola-Man-City-1195352.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29648,17 +30902,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2195b98b62af04f0dab30bc4d9099063" + "hash": "1225df874a87a8a10884b0eb53b0c885" }, { - "title": "Coupe de France: la FFF retoque la demande du PSG, qui jouera bien son 16e de finale à Vannes", - "description": "Les dirigeants parisiens avaient sollicité mercredi la FFF afin de faire jouer le 16e de finale de Coupe de France du 3 janvier prochain contre Vannes (N2) au Moustoir, à Lorient, invoquant des raisons de sécurité. Demande refusée par l’instance, ce jeudi.

", - "content": "Les dirigeants parisiens avaient sollicité mercredi la FFF afin de faire jouer le 16e de finale de Coupe de France du 3 janvier prochain contre Vannes (N2) au Moustoir, à Lorient, invoquant des raisons de sécurité. Demande refusée par l’instance, ce jeudi.

", + "title": "Barça: Dembélé, Umtiti et Gavi également positifs, le cluster se confirme", + "description": "Le FC Barcelone annonce ce mercredi qu’Ousmane Dembélé, Samuel Umtiti et Gavi ont été testés positifs au Covid-19. Ils se sont isolés à leur domicile, tout comme Clément Lenglet, Daniel Alves, Jordi Alba et Alejandro Balde. Une véritable hécatombe pour le club catalan, qui doit reprendre la compétition dimanche à Majorque.

", + "content": "Le FC Barcelone annonce ce mercredi qu’Ousmane Dembélé, Samuel Umtiti et Gavi ont été testés positifs au Covid-19. Ils se sont isolés à leur domicile, tout comme Clément Lenglet, Daniel Alves, Jordi Alba et Alejandro Balde. Une véritable hécatombe pour le club catalan, qui doit reprendre la compétition dimanche à Majorque.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-fff-retoque-la-demande-du-psg-qui-jouera-bien-son-16e-de-finale-a-vannes_AV-202112230301.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-dembele-umtiti-et-gavi-egalement-positifs-le-cluster-se-confirme_AV-202112290155.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 15:41:41 GMT", - "enclosure": "https://images.bfmtv.com/5eKAH2QgSljB6cjKugqWvvIMgeQ=/0x59:768x491/800x0/images/Le-President-du-Paris-Saint-Germain-Nasser-Al-Khelaifi-a-droite-du-directeur-sportif-du-club-Leonardo-et-de-l-entraineur-Mauricio-Pochettino-au-Camp-des-Loges-a-Saint-Germain-en-Laye-avant-le-match-contre-le-RB-Leipzig-le-18-octobre-2021-1176035.jpg", + "pubDate": "Wed, 29 Dec 2021 11:19:31 GMT", + "enclosure": "https://images.bfmtv.com/-nIJ64YiA861PaDr_ti_SH-tkZI=/0x27:2048x1179/800x0/images/Ousmane-DEMBELE-1181396.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29669,17 +30923,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc341c3f67bf37db96dab589ed461182" + "hash": "ea85e289fe743d466cefa3422859c7ad" }, { - "title": "Mercato: Guardiola reconnaît que le départ de Torres pour le Barça est \"proche\"", - "description": "L’arrivée de Ferran Torres au FC Barcelone est presque bouclée. Même Pep Guardiola, l’entraîneur de Manchester City, a confirmé en conférence de presse que l’Espagnol était \"proche\" de rejoindre la Catalogne.

", - "content": "L’arrivée de Ferran Torres au FC Barcelone est presque bouclée. Même Pep Guardiola, l’entraîneur de Manchester City, a confirmé en conférence de presse que l’Espagnol était \"proche\" de rejoindre la Catalogne.

", + "title": "Salle comble, concours de dunks, match des étoiles... ce qu'il faut savoir sur le All Star Game", + "description": "Ce mercredi, les stars du basket tricolore seront sur le parquet de l'Accor Arena pour le dernier show de l'année 2021 à l'occasion du All Star Game. Voici tout ce qu'il faut savoir sur l'événement.

", + "content": "Ce mercredi, les stars du basket tricolore seront sur le parquet de l'Accor Arena pour le dernier show de l'année 2021 à l'occasion du All Star Game. Voici tout ce qu'il faut savoir sur l'événement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-guardiola-reconnait-que-le-depart-de-torres-pour-le-barca-est-proche_AV-202112230297.html", + "link": "https://rmcsport.bfmtv.com/basket/jeep-elite/salle-comble-concours-de-dunks-match-des-etoiles-ce-qu-il-faut-savoir-sur-le-all-star-game_AV-202112290154.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 15:30:33 GMT", - "enclosure": "https://images.bfmtv.com/RsCUY1oMht5tsb_rORtVq2bbcXw=/12x0:1532x855/800x0/images/Ferran-Torres-est-cible-par-le-Barca-1176247.jpg", + "pubDate": "Wed, 29 Dec 2021 11:16:25 GMT", + "enclosure": "https://images.bfmtv.com/MhrkAonBPFyToNSOMOZqMI0k4kQ=/0x0:2048x1152/800x0/images/Le-All-Star-Game-organise-par-la-LNB-est-de-retour-ce-mercredi-29-decembre-2021-1200810.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29690,17 +30944,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc45a040c4ed126379cd1b15fa4e1ced" + "hash": "12aa60abc7e19b2e34e5f863bd5f9d6b" }, { - "title": "Mercato: vers un duel Barça-Corinthians pour Cavani?", - "description": "Courtisé par le Barça, Edinson Cavani aurait reçu une offre alléchante des Corinthians. Avec un salaire supérieur à celui proposé par le club catalan.

", - "content": "Courtisé par le Barça, Edinson Cavani aurait reçu une offre alléchante des Corinthians. Avec un salaire supérieur à celui proposé par le club catalan.

", + "title": "Ligue 1: un Sénateur demande l'adaptation des jauges dans les stades et va déposer un amendement", + "description": "Au lendemain des annonces gouvernementales liées au variant Omicron, imposant notamment le retour des jauges sanitaires dans les stades, le Sénateur Michel Savin a déposé un amendement sur le projet de loi. Le président du groupe Pratiques sportives et grands évènements sportifs demande \"du bon sens\" et des adaptations en fonction des capacités d'accueil des enceintes.

", + "content": "Au lendemain des annonces gouvernementales liées au variant Omicron, imposant notamment le retour des jauges sanitaires dans les stades, le Sénateur Michel Savin a déposé un amendement sur le projet de loi. Le président du groupe Pratiques sportives et grands évènements sportifs demande \"du bon sens\" et des adaptations en fonction des capacités d'accueil des enceintes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-vers-un-duel-barca-corinthians-pour-cavani_AV-202112230292.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1-un-senateur-demande-l-adaptation-des-jauges-dans-les-stades-et-va-deposer-un-amendement_AV-202112290153.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 15:26:37 GMT", - "enclosure": "https://images.bfmtv.com/JSntD3WS5FbXV3kLSBqHYwVGOzA=/0x56:2048x1208/800x0/images/Edinson-Cavani-1160731.jpg", + "pubDate": "Wed, 29 Dec 2021 11:08:38 GMT", + "enclosure": "https://images.bfmtv.com/EaFWwMpN70jpRsY5FvjvPjeAlh4=/8x4:1192x670/800x0/images/-877999.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29711,17 +30965,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae3aed35a1fba0bd19ff746ee43e2ae4" + "hash": "f5e03df01e31e7a7ea230b8accbba6fc" }, { - "title": "FC Nantes: prison avec sursis pour des supporters après des violences à la Beaujoire", - "description": "Après des violences et des dégradations ayant eu lieu en fin de saison dernière à la Beaujoire, trois supporters du FC Nantes ont été condamnés jeudi à de la prison avec sursis et, pour deux d'entre eux, des dommages et intérêts.

", - "content": "Après des violences et des dégradations ayant eu lieu en fin de saison dernière à la Beaujoire, trois supporters du FC Nantes ont été condamnés jeudi à de la prison avec sursis et, pour deux d'entre eux, des dommages et intérêts.

", + "title": "Man City: \"Je vais attraper tes enfants dans le parking\", Nasri raconte ses embrouilles avec Mancini", + "description": "Samir Nasri a profité de l’émission \"The Big 5\" diffusée sur Canal + pour revenir sur son passage à Manchester City au début des années 2010. En racontant dans le détail ses rapports conflictuels avec Roberto Mancini.

", + "content": "Samir Nasri a profité de l’émission \"The Big 5\" diffusée sur Canal + pour revenir sur son passage à Manchester City au début des années 2010. En racontant dans le détail ses rapports conflictuels avec Roberto Mancini.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/fc-nantes-prison-avec-sursis-pour-des-supporters-apres-des-violences-a-la-beaujoire_AD-202112230289.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-je-vais-attraper-tes-enfants-dans-le-parking-nasri-raconte-ses-embrouilles-avec-mancini_AV-202112290142.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 15:17:27 GMT", - "enclosure": "https://images.bfmtv.com/3VvMwKX4YJGixUWjUUo3GBWFje0=/0x106:2048x1258/800x0/images/Les-supporters-de-Nantes-a-la-Beaujoire-1193968.jpg", + "pubDate": "Wed, 29 Dec 2021 10:43:52 GMT", + "enclosure": "https://images.bfmtv.com/JdJ14x0CZ0rucsLERErXZT0Hh0E=/0x53:2048x1205/800x0/images/Samir-Nasri-et-Roberto-Mancini-1201059.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29732,17 +30986,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26c1e5dcd482f963669b501d84368c74" + "hash": "b976609de057d050cbd1d685cf5defb1" }, { - "title": "Saint-Etienne: changement de cap pour le mercato des Verts", - "description": "Bon dernier au classement, l’AS Saint-Etienne ne comptait pas investir d’argent cet hiver pour se renforcer. Alors que les dirigeants voulaient passer par des prêts ou des joueurs gratuits, la donne a changé. Selon nos informations, les dirigeants sont enclins investir de l’argent au mercato, quitte à \"prendre des risques\".

", - "content": "Bon dernier au classement, l’AS Saint-Etienne ne comptait pas investir d’argent cet hiver pour se renforcer. Alors que les dirigeants voulaient passer par des prêts ou des joueurs gratuits, la donne a changé. Selon nos informations, les dirigeants sont enclins investir de l’argent au mercato, quitte à \"prendre des risques\".

", + "title": "Manchester United: tensions dans le vestiaire, Ronaldo pointé du doigt, sacré chantier pour Rangnick", + "description": "Après le match nul décevant de Manchester United à Newcastle lundi soir, le Daily Mail a révélé des tensions au sein du vestiaire des Red Devils, alors que Gary Neville, ancien du club, a appelé les joueurs à se remobiliser.

", + "content": "Après le match nul décevant de Manchester United à Newcastle lundi soir, le Daily Mail a révélé des tensions au sein du vestiaire des Red Devils, alors que Gary Neville, ancien du club, a appelé les joueurs à se remobiliser.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-changement-de-cap-pour-le-mercato-des-verts_AV-202112230288.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-tensions-dans-le-vestiaire-ronaldo-pointe-du-doigt-sacre-chantier-pour-rangnick_AV-202112290138.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 15:08:21 GMT", - "enclosure": "https://images.bfmtv.com/9NSXcv4yXNyATDfzjN66EALAsWM=/0x0:2048x1152/800x0/images/Saint-Etienne-1181074.jpg", + "pubDate": "Wed, 29 Dec 2021 10:36:14 GMT", + "enclosure": "https://images.bfmtv.com/pDZIiVQqe9YM5q62ONQd8b5Kcz8=/0x0:768x432/800x0/images/La-star-de-Manchester-United-Cristiano-Ronaldo-ici-a-Norwich-City-pour-la-derniere-sortie-de-son-club-en-Championnat-le-11-decembre-2021-1190746.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29753,17 +31007,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24e77fd18bd2e55d2c1f31961bd2c796" + "hash": "de661026c060afd80f4895703be8a2fe" }, { - "title": "CAN: le Cameroun dévoile sa liste de 28 joueurs, sans Joël Matip", - "description": "Le sélectionneur du Cameroun, Toni Conceiçao, a présenté mercredi un effectif sans grande surprise de 28 joueurs appelés à disputer à domicile la Coupe d'Afrique des Nations (9 janvier-6 février), avec Eric Maxim Choupo-Moting, mais sans Joël Matip.

", - "content": "Le sélectionneur du Cameroun, Toni Conceiçao, a présenté mercredi un effectif sans grande surprise de 28 joueurs appelés à disputer à domicile la Coupe d'Afrique des Nations (9 janvier-6 février), avec Eric Maxim Choupo-Moting, mais sans Joël Matip.

", + "title": "Ski alpin: Mikaela Shiffrin annonce être positive au Covid-19", + "description": "A six semaines des JO d'hiver de Pekin, ça tombe mal.

", + "content": "A six semaines des JO d'hiver de Pekin, ça tombe mal.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-le-cameroun-devoile-sa-liste-sans-joel-matip_AD-202112230279.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alpin-mikaela-shiffrin-annonce-etre-positive-au-covid-19_AD-202112270176.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:41:15 GMT", - "enclosure": "https://images.bfmtv.com/5_tEiVYNrk-_cSBt2kg3NoJSZEk=/0x107:2048x1259/800x0/images/1193952.jpg", + "pubDate": "Mon, 27 Dec 2021 12:10:08 GMT", + "enclosure": "https://images.bfmtv.com/OKHnvtAL7TwILiQeWXrSuDMMlhg=/0x47:768x479/800x0/images/L-Americaine-Mikaela-Shiffrin-apres-sa-victoire-dans-le-slalom-geant-de-Courchevel-le-21-decembre-2021-1192538.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29774,17 +31028,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e818b2845fbf9d6fc68e6399d3de952" + "hash": "4de9d4b04073afcb39fc015a6f289a8a" }, { - "title": "Mercato: la presse catalane annonce un accord entre le Barça et Dembélé pour une prolongation", - "description": "Selon le média espagnol Sport, Ousmane Dembélé devrait prolonger au Barça pour cinq ans la semaine prochaine, après de longues négociations. L’attaquant aurait également accepté de baisser son salaire.

", - "content": "Selon le média espagnol Sport, Ousmane Dembélé devrait prolonger au Barça pour cinq ans la semaine prochaine, après de longues négociations. L’attaquant aurait également accepté de baisser son salaire.

", + "title": "Mercato: la Fiorentina a fixé le prix pour sa pépite Vlahovic", + "description": "Selon Sky Italia, la Fiorentina réclame au moins 70 millions d’euros pour son attaquant serbe Dusan Vlahovic, sous contrat jusqu'en 2023. La sensation de la Viola (21 ans) a peu de chance de quitter Florence cet hiver.

", + "content": "Selon Sky Italia, la Fiorentina réclame au moins 70 millions d’euros pour son attaquant serbe Dusan Vlahovic, sous contrat jusqu'en 2023. La sensation de la Viola (21 ans) a peu de chance de quitter Florence cet hiver.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-la-presse-catalane-annonce-un-accord-entre-le-barca-et-dembele-pour-une-prolongation_AV-202112230276.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-la-fiorentina-a-fixe-le-prix-pour-sa-pepite-vlahovic_AN-202112270166.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:37:15 GMT", - "enclosure": "https://images.bfmtv.com/axJi9ezY_rogxjZ60R_qwvIz1H4=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1171071.jpg", + "pubDate": "Mon, 27 Dec 2021 11:41:41 GMT", + "enclosure": "https://images.bfmtv.com/X2EKOFcbiENLQsFHmOf4lvDDwkA=/0x1:2048x1153/800x0/images/Dusan-Vlahovic-1164583.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29795,17 +31049,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c388c88c675bf39f3f32d215a176f439" + "hash": "21509a45f4da546f5935733faf906442" }, { - "title": "Incidents Paris FC-OL: les décisions de la commission de discipline connues lundi", - "description": "Selon nos informations, les sanctions contre le Paris FC et l’OL après les débordements du 32e de finale de Coupe de France seront dévoilées ce lundi, après les auditions des deux clubs et des officiels. Suspendu, Jean-Michel Aulas ne pourra pas être entendu.

", - "content": "Selon nos informations, les sanctions contre le Paris FC et l’OL après les débordements du 32e de finale de Coupe de France seront dévoilées ce lundi, après les auditions des deux clubs et des officiels. Suspendu, Jean-Michel Aulas ne pourra pas être entendu.

", + "title": "Mort de l'ex-footballeur Dalian Atkinson: les excuses de la police britannique", + "description": "Cinq ans après le décès de Dalian Atkinson, un ex-footballeur décédé à 48 ans après avoir reçu une décharge de taser, la police britannique a présenté ses excuses à sa famille.

", + "content": "Cinq ans après le décès de Dalian Atkinson, un ex-footballeur décédé à 48 ans après avoir reçu une décharge de taser, la police britannique a présenté ses excuses à sa famille.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-les-decisions-de-la-commission-de-discipline-connues-lundi_AV-202112230272.html", + "link": "https://rmcsport.bfmtv.com/football/mort-de-l-ex-footballeur-dalian-atkinson-les-excuses-de-la-police-britannique_AD-202112270161.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:30:13 GMT", - "enclosure": "https://images.bfmtv.com/He0OBKVwB_FLQMsvML9Tag2sk0A=/0x106:2048x1258/800x0/images/1193947.jpg", + "pubDate": "Mon, 27 Dec 2021 11:34:31 GMT", + "enclosure": "https://images.bfmtv.com/WN3Bu2Lv8ROvo9ZJwr5ZtOLgE6s=/0x0:1728x972/800x0/images/Dalian-Atkinson-1020131.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29816,17 +31070,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fc1728cc0590ec75050134ca836ff78" + "hash": "416cf2785c65fac7b643385c1f9b16de" }, { - "title": "Paris FC-OL en direct: les décisions seront rendues ce lundi", - "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", - "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "title": "OM: Caleta-Car dans le viseur de Newcastle?", + "description": "Duje Caleta-Car reste toujours autant associé à un départ lors du mercato hivernal. Selon la presse britannique, le défenseur croate de l’OM plairait à Newcastle le nouveau riche de la Premier League.

", + "content": "Duje Caleta-Car reste toujours autant associé à un départ lors du mercato hivernal. Selon la presse britannique, le défenseur croate de l’OM plairait à Newcastle le nouveau riche de la Premier League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-caleta-car-dans-le-viseur-de-newcastle_AV-202112270159.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", - "enclosure": "https://images.bfmtv.com/BGqdZq0MbCqAD3pH0cs6mAHkk2A=/0x12:768x444/800x0/images/Des-supporters-entres-sur-le-terrain-du-stade-Charlety-de-Paris-a-la-mi-temps-du-32e-de-finale-de-Coupe-de-France-entre-le-Paris-FC-et-Lyon-le-17-decembre-2021-arrete-definitivement-en-raison-d-incidents-en-tribunes-1190938.jpg", + "pubDate": "Mon, 27 Dec 2021 11:28:45 GMT", + "enclosure": "https://images.bfmtv.com/f4IRtH877dU5d2uH4vQ0kDH1644=/0x0:2048x1152/800x0/images/Duje-Caleta-Car-avec-l-OM-1195307.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29837,17 +31091,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3a0ad57eec8706aba0770dda22ca539" + "hash": "1bda98f8094a3173b99a2492525e3ad3" }, { - "title": "Maroc: Halilhodzic justifie l’absence de Ziyech dans la liste pour la CAN", - "description": "Souvent écarté de la liste du Maroc ces derniers mois, Hakim Ziyech ne participera pas à la CAN cet hiver. L’ailier n’a pas été retenu par le sélectionneur Vahid Halilhodzic, ce dernier a expliqué les raisons de cette décision devant la presse.

", - "content": "Souvent écarté de la liste du Maroc ces derniers mois, Hakim Ziyech ne participera pas à la CAN cet hiver. L’ailier n’a pas été retenu par le sélectionneur Vahid Halilhodzic, ce dernier a expliqué les raisons de cette décision devant la presse.

", + "title": "Mario Balotelli inscrit le but du week-end en Turquie", + "description": "Face à Göztepe, Mario Balotelli a inscrit l'un des buts du week-end ce dimanche. Pourtant, cela n'a pas suffi, puisque l'Adana Demispor n'a pu faire mieux qu'un nul face à son adversaire.

", + "content": "Face à Göztepe, Mario Balotelli a inscrit l'un des buts du week-end ce dimanche. Pourtant, cela n'a pas suffi, puisque l'Adana Demispor n'a pu faire mieux qu'un nul face à son adversaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-halilhodzic-justifie-l-absence-de-ziyech-dans-la-liste-pour-la-can_AV-202112230265.html", + "link": "https://rmcsport.bfmtv.com/football/championnat-turquie/mario-balotelli-inscrit-le-but-du-week-end-en-turquie_AV-202112270155.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:01:53 GMT", - "enclosure": "https://images.bfmtv.com/afNEJB4AzFjt5gLP964YwUiwXAc=/0x57:1984x1173/800x0/images/-841758.jpg", + "pubDate": "Mon, 27 Dec 2021 11:08:54 GMT", + "enclosure": "https://images.bfmtv.com/jr9ihARZlFc2GF7yF-y0WS9fyuE=/4x253:1364x1018/800x0/images/Mario-Balotelli-1169031.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29858,17 +31112,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8077ed48f93e2963d587fa280e2b7d8" + "hash": "ea0df349370231fa1da79a8332c4e276" }, { - "title": "LOSC: Gourvennec met un petit coup de pression pour remplacer Ikoné", - "description": "Dans un entretien à l'AFP ce jeudi, Jocelyn Gourvennec a abordé le départ probable de Jonathan Ikoné, qui devrait s'engager ces prochains jours avec la Fiorentina. Le technicien du LOSC n'imagine pas qu'on ne puisse pas remplacer l'international français et attend un renfort.

", - "content": "Dans un entretien à l'AFP ce jeudi, Jocelyn Gourvennec a abordé le départ probable de Jonathan Ikoné, qui devrait s'engager ces prochains jours avec la Fiorentina. Le technicien du LOSC n'imagine pas qu'on ne puisse pas remplacer l'international français et attend un renfort.

", + "title": "Gianluca Di Marzio, la voix du mercato, cette passion italienne", + "description": "Alors que le mercato ouvre ses portes le 1er janvier, l'AFP fait le protrait de celui qui fait et défait les rumeurs et infos en Italie et pas seulement.

", + "content": "Alors que le mercato ouvre ses portes le 1er janvier, l'AFP fait le protrait de celui qui fait et défait les rumeurs et infos en Italie et pas seulement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/losc-gourvennec-met-un-petit-coup-de-pression-pour-remplacer-ikone_AV-202112230262.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/gianluca-di-marzio-la-voix-du-mercato-cette-passion-italienne_AD-202112270151.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 13:58:20 GMT", - "enclosure": "https://images.bfmtv.com/6Yfrw4u-m7BHuXdmQfJb6ejTLuQ=/0x20:2048x1172/800x0/images/Jonathan-Ikone-1193924.jpg", + "pubDate": "Mon, 27 Dec 2021 11:02:04 GMT", + "enclosure": "https://images.bfmtv.com/jKW7rbGDOY61xR6BRcjs3sJ7ayg=/0x40:768x472/800x0/images/Le-journaliste-de-Sky-Sport-ecrivain-et-specialiste-du-marche-des-transferts-de-football-Gianluca-Di-Marzio-a-Milan-le-20-decembre-2021-1195303.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29879,17 +31133,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54ae0c474d7cbff8db6c7a028a813937" + "hash": "f5a70468149f4c7b44fb01f207a546ec" }, { - "title": "Top 14: entraînements arrêtés au Racing 92 en raison de cas de Covid-19", - "description": "Le Racing 92 a indiqué ce jeudi que les entraînements sont stoppés au club en raison de plusieurs cas de coronavirus au sein de l'effectif francilien. La rencontre de Top 14 face à Pau, prévue ce lundi, est pour l'instant maintenue.

", - "content": "Le Racing 92 a indiqué ce jeudi que les entraînements sont stoppés au club en raison de plusieurs cas de coronavirus au sein de l'effectif francilien. La rencontre de Top 14 face à Pau, prévue ce lundi, est pour l'instant maintenue.

", + "title": "Mercato: comment un Barça surendetté peut payer 55 millions pour Ferran Torres", + "description": "Endetté jusqu’au cou, le FC Barcelone va pourtant casser sa tirelire pour s’offrir Ferran Torres. Montant de l’opération: 55 millions d’euros, plus bonus. Une somme colossale qui logiquement interroge, mais peu largement se justifier. Explications.

", + "content": "Endetté jusqu’au cou, le FC Barcelone va pourtant casser sa tirelire pour s’offrir Ferran Torres. Montant de l’opération: 55 millions d’euros, plus bonus. Une somme colossale qui logiquement interroge, mais peu largement se justifier. Explications.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-entrainements-arretes-au-racing-92-en-raison-de-cas-de-covid-19_AV-202112230261.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-comment-un-barca-surendette-peut-payer-55-millions-pour-ferran-torres_AV-202112270149.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 13:56:47 GMT", - "enclosure": "https://images.bfmtv.com/JSSGMxyGnrnrrZRLWEPBnA8Lw64=/0x106:2048x1258/800x0/images/Racing-92-1193940.jpg", + "pubDate": "Mon, 27 Dec 2021 10:52:35 GMT", + "enclosure": "https://images.bfmtv.com/RsCUY1oMht5tsb_rORtVq2bbcXw=/12x0:1532x855/800x0/images/Ferran-Torres-est-cible-par-le-Barca-1176247.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29900,17 +31154,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d79f33ec33d73b8936e495c71fe244c3" + "hash": "da854d0aca4873f090777c05cff3a852" }, { - "title": "Brésil: Resende, club partenaire de l'OL, portera un maillot aux couleurs des Gones", - "description": "Partenaire de l’Olympique Lyonnais depuis 2019, Resende a tenu à rendre hommage à la formation française. Le club brésilien a sorti le nouveau maillot qui sera porté la prochaine saison, à partir de janvier 2022. La tunique est grandement inspirée de la tunique des Gones dans les années 50.

", - "content": "Partenaire de l’Olympique Lyonnais depuis 2019, Resende a tenu à rendre hommage à la formation française. Le club brésilien a sorti le nouveau maillot qui sera porté la prochaine saison, à partir de janvier 2022. La tunique est grandement inspirée de la tunique des Gones dans les années 50.

", + "title": "Les pronos hippiques du mardi 28 décembre", + "description": "Le Quinté+ du mardi 28 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du mardi 28 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-lyon/bresil-resende-club-partenaire-de-l-ol-portera-un-maillot-en-hommage-aux-gones_AV-202112230260.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-28-decembre_AN-202112270146.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 13:55:37 GMT", - "enclosure": "https://images.bfmtv.com/ZuZQt6KsnmWLAZfzjNlXA7ix9Ec=/0x32:640x392/800x0/images/Pelouse-Groupama-Stadium-1185694.jpg", + "pubDate": "Mon, 27 Dec 2021 10:46:03 GMT", + "enclosure": "https://images.bfmtv.com/zwfl4JuYTr1BrOv8j44JljxymBU=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-mardi-28-decembre-1195064.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29921,17 +31175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53b4087fd399ed9b7e4dc9d47fddadab" + "hash": "b63f517f9ed552bd63d2822259f3a92c" }, { - "title": "Ligue 1: Guendouzi, Majer, Laborde... l'équipe-type des meilleures recrues", - "description": "À mi-saison, plusieurs recrues se sont distinguées en Ligue 1, que cela soit à Rennes, Nice ou encore Marseille. RMC Sport dresse le onze-type des recrues de la saison 2020-2021.

", - "content": "À mi-saison, plusieurs recrues se sont distinguées en Ligue 1, que cela soit à Rennes, Nice ou encore Marseille. RMC Sport dresse le onze-type des recrues de la saison 2020-2021.

", + "title": "Vacciné ou pas? Ca va jouer un grand rôle dans le mercato des cadors de Premier League", + "description": "Alors que le mercato ouvre ses portes le premier janvier et que la Premier League fait face à de nombreux cas de Covid, les managers des principaux clubs prenennt position.

", + "content": "Alors que le mercato ouvre ses portes le premier janvier et que la Premier League fait face à de nombreux cas de Covid, les managers des principaux clubs prenennt position.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-guendouzi-majer-laborde-l-equipe-type-des-meilleures-recrues_AV-202112230256.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/vaccine-ou-pas-ca-va-jouer-un-grand-role-dans-le-mercato-des-cadors-de-premier-league_AV-202112270140.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 13:40:30 GMT", - "enclosure": "https://images.bfmtv.com/IoAkFxR2nh4MYeiZXyAsMe9q7bI=/0x0:2048x1152/800x0/images/Matteo-Guendouzi-1160560.jpg", + "pubDate": "Mon, 27 Dec 2021 10:26:25 GMT", + "enclosure": "https://images.bfmtv.com/Iqb62K1AjQyfYgpqezj24yD12pY=/0x106:2048x1258/800x0/images/Ralf-RANGNICK-1186211.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29942,17 +31196,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9ca4915006c332e381944ec359d1b9e" + "hash": "49182e4e6e6a2ccdf3a4954b41aa7d35" }, { - "title": "Tennis: Andy Murray participera à l'Open d'Australie", - "description": "Trois ans après sa dernière participation, Andy Murray retrouvera l'Open d'Australie en 2022. 134e au classement ATP, le joueur écossais de 34 ans a reçu une invitation ce jeudi de la part de l'organisation du tournoi australien.

", - "content": "Trois ans après sa dernière participation, Andy Murray retrouvera l'Open d'Australie en 2022. 134e au classement ATP, le joueur écossais de 34 ans a reçu une invitation ce jeudi de la part de l'organisation du tournoi australien.

", + "title": "PSG: Mbappé en voyage à Dubaï pour une remise de prix", + "description": "Kylian Mbappé est arrivé ce lundi à Dubaï aux Émirats arabes unis afin d’assister aux Globe Soccer Awards. L’attaquant du PSG figure parmi les nommés au titre de joueur de l’année face, notamment, à Karim Benzema ou Robert Lewandowski et son coéquipier Lionel Messi.

", + "content": "Kylian Mbappé est arrivé ce lundi à Dubaï aux Émirats arabes unis afin d’assister aux Globe Soccer Awards. L’attaquant du PSG figure parmi les nommés au titre de joueur de l’année face, notamment, à Karim Benzema ou Robert Lewandowski et son coéquipier Lionel Messi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/tennis-andy-murray-participera-a-l-open-d-australie_AV-202112230253.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-en-voyage-a-dubai-pour-une-remise-de-prix_AV-202112270138.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 13:27:23 GMT", - "enclosure": "https://images.bfmtv.com/pD2o3KaAhbvQLqzFQuTCVGBsdZ4=/0x0:2048x1152/800x0/images/Andy-Murray-1193931.jpg", + "pubDate": "Mon, 27 Dec 2021 10:16:23 GMT", + "enclosure": "https://images.bfmtv.com/F-Wywnrxpvg6qC_cPFWAaJimn04=/0x65:2048x1217/800x0/images/Kylian-Mbappe-et-Marco-Verratti-avec-le-PSG-1195288.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29963,17 +31217,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "112d02a87e4f0ea91e9401de0ceb1c61" + "hash": "146dd69b09415a879baf8ddafb8b7c9c" }, { - "title": "Ligue 1: les chiffres qui prouvent que le PSG est vraiment \"Mbappé-dépendant\"", - "description": "Suspendu face à Lorient où le PSG a évité une défaite dans les dernières minutes (1-1), Kylian Mbappé semble indispensable à son équipe. Mais à quel point le club parisien dépend-il de l’attaquant français ?

", - "content": "Suspendu face à Lorient où le PSG a évité une défaite dans les dernières minutes (1-1), Kylian Mbappé semble indispensable à son équipe. Mais à quel point le club parisien dépend-il de l’attaquant français ?

", + "title": "A peine arrivé à Tottenham, Antonio Conte ne ferme pas la porte à un retour à l'Inter", + "description": "Après la victoire de Tottenham face à Crystal Palace, Antonio Conte débute bien sur le banc des Spurs. Alors qu'il a quitté l'Inter à l'intersaison, il a laissé la porte ouverte à un retour chez les Nerazzurri.

", + "content": "Après la victoire de Tottenham face à Crystal Palace, Antonio Conte débute bien sur le banc des Spurs. Alors qu'il a quitté l'Inter à l'intersaison, il a laissé la porte ouverte à un retour chez les Nerazzurri.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-chiffres-qui-prouvent-que-le-psg-est-vraiment-mbappe-dependant_AV-202112230250.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/a-peine-arrive-a-tottenham-antonio-conte-ne-ferme-pas-la-porte-a-un-retour-a-l-inter_AV-202112270137.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 13:12:33 GMT", - "enclosure": "https://images.bfmtv.com/vBTyzR6o3VlB1zBbO-cMSWIz2U0=/0x46:2048x1198/800x0/images/Kylian-MBAPPE-1191171.jpg", + "pubDate": "Mon, 27 Dec 2021 10:15:24 GMT", + "enclosure": "https://images.bfmtv.com/80des5TfuwnQgT7SCSAvK9_da5M=/0x40:768x472/800x0/images/L-entraineur-de-Tottenham-Antonio-Conte-lors-d-un-quart-de-finale-de-Coupe-de-la-Ligue-contre-West-Ham-le-22-decembre-2021-1194887.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -29984,17 +31238,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cab4dc55367ea2a8f2569001833194fa" + "hash": "a4a102044f4435f9691a3c9eaa3bf557" }, { - "title": "Premier League: après le report de deux matchs, réunions décisives à trois jours du Boxing Day", - "description": "Entraîneurs et capitaines doivent rencontrer les instances de la Premier League jeudi après-midi lors de deux réunions pour évoquer le déroulement du Boxing Day, de plus en plus menacé par le Covid.

", - "content": "Entraîneurs et capitaines doivent rencontrer les instances de la Premier League jeudi après-midi lors de deux réunions pour évoquer le déroulement du Boxing Day, de plus en plus menacé par le Covid.

", + "title": "Mercato: Le Real Madrid va devoir consulter le PSG dans le dossier Mbappé", + "description": "Alors que le Real Madrid peut négocier dès le 1er janvier avec Kylian Mbappé en vu d'un éventuel transfert en juin, les Madrilènes devront informer le PSG de l'avancée des négociations.

", + "content": "Alors que le Real Madrid peut négocier dès le 1er janvier avec Kylian Mbappé en vu d'un éventuel transfert en juin, les Madrilènes devront informer le PSG de l'avancée des négociations.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-et-covid-19-reunions-decisives-jeudi-apres-midi_AV-202112230247.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-real-madrid-va-devoir-consulter-le-psg-dans-le-dossier-mbappe_AV-202112270129.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 13:00:53 GMT", - "enclosure": "https://images.bfmtv.com/c7oR23ZA9dNTIOrmMNWCCVYDMMA=/0x0:2032x1143/800x0/images/La-Premier-League-face-au-Covid-19-1190272.jpg", + "pubDate": "Mon, 27 Dec 2021 09:43:16 GMT", + "enclosure": "https://images.bfmtv.com/-qC6T_4nBa4EOwso8_bXMaOEHF4=/0x40:768x472/800x0/images/L-attaquant-francais-du-PSG-Kylian-Mbappe-celebre-un-but-isncrit-lors-du-match-de-Coupe-de-France-entre-Feignies-Aulnoye-N3-et-le-Paris-Saint-Germain-L1-le-19-decembre-2021-au-stade-du-Hainaut-a-Valenciennes-1191866.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30005,17 +31259,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f500d6956f6b7b67c10a937fc1cc573d" + "hash": "93c22f062ebed0b225a8cba2f99475ab" }, { - "title": "Ligue 1: quel bilan pour Messi après six mois au PSG?", - "description": "Arrivé en grandes pompes l’été dernier, Lionel Messi a marqué un seul but en Ligue 1 à mi-saison même si les actions offensives passent très souvent par lui. L’Argentin a aussi joué de malchance dans un championnat qu’il juge physique.

", - "content": "Arrivé en grandes pompes l’été dernier, Lionel Messi a marqué un seul but en Ligue 1 à mi-saison même si les actions offensives passent très souvent par lui. L’Argentin a aussi joué de malchance dans un championnat qu’il juge physique.

", + "title": "Newcastle-Manchester United: Varane de retour, un cadeau de Noël en retard pour Rangnick", + "description": "Blessé depuis le début du mois de novembre, Raphaël Varane devrait rejouer ce lundi lors du déplacement de Manchester United à Newcastle (21h sur RMC Sport 1). Paul Pogba devrait rester le seul joueur majeur absent au sein de l’effectif de Ralf Rangnick.

", + "content": "Blessé depuis le début du mois de novembre, Raphaël Varane devrait rejouer ce lundi lors du déplacement de Manchester United à Newcastle (21h sur RMC Sport 1). Paul Pogba devrait rester le seul joueur majeur absent au sein de l’effectif de Ralf Rangnick.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-quel-bilan-pour-messi-apres-six-mois-au-psg_AV-202112230245.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/newcastle-manchester-united-varane-de-retour-un-cadeau-de-noel-en-retard-pour-rangnick_AV-202112270126.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 12:59:11 GMT", - "enclosure": "https://images.bfmtv.com/alrQPj6aoOxrEDWXeG3-BCitvrA=/0x0:2048x1152/800x0/images/Lionel-Messi-1193870.jpg", + "pubDate": "Mon, 27 Dec 2021 09:30:45 GMT", + "enclosure": "https://images.bfmtv.com/inHqKeQWDPgfaFLIX1UigyXZ-3k=/0x0:2048x1152/800x0/images/Raphael-Varane-avec-Manchester-United-1195272.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30026,17 +31280,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90d66ea7d008a4c8ef64b281eec8d463" + "hash": "728b038ea84177ccc4aaab317e84ae41" }, { - "title": "L'énigme Kamara, une recrue au milieu... quel mercato d'hiver pour l'OM?", - "description": "Après avoir été très actif lors du dernier mercato estival, la priorité au mois de janvier des dirigeants de l’Olympique de Marseille sera de vendre. Plusieurs joueurs comme Caleta-Car et Kamara sont susceptibles de quitter les Phocéens. Notons que des renforts sont envisagés par la direction.

", - "content": "Après avoir été très actif lors du dernier mercato estival, la priorité au mois de janvier des dirigeants de l’Olympique de Marseille sera de vendre. Plusieurs joueurs comme Caleta-Car et Kamara sont susceptibles de quitter les Phocéens. Notons que des renforts sont envisagés par la direction.

", + "title": "CAN 2022: imbroglio autour de Nasser Djiga, empêché par le FC Bâle de rejoindre le Burkina Faso", + "description": "Intimé par le FC Bâle de ne pas répondre à l’appel du Burkina Faso pour disputer la CAN (9 janvier-6 février), le défenseur Nasser Djiga se serait \"aligné sur la décision de son club\", selon son sélectionneur. Qui ne s’interdit pas d’entamer des procédures pour obliger le club à céder le joueur.

", + "content": "Intimé par le FC Bâle de ne pas répondre à l’appel du Burkina Faso pour disputer la CAN (9 janvier-6 février), le défenseur Nasser Djiga se serait \"aligné sur la décision de son club\", selon son sélectionneur. Qui ne s’interdit pas d’entamer des procédures pour obliger le club à céder le joueur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/l-enigme-kamara-une-recrue-au-milieu-quel-mercato-d-hiver-pour-l-om_AV-202112230244.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-imbroglio-autour-de-nasser-djiga-empeche-par-le-fc-bale-de-rejoindre-le-burkina-faso_AV-202112270120.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 12:56:09 GMT", - "enclosure": "https://images.bfmtv.com/PpxTcy5d7RbsEyo5-EoD42pqCrQ=/0x0:2048x1152/800x0/images/Boubacar-Kamara-avec-l-OM-1178528.jpg", + "pubDate": "Mon, 27 Dec 2021 09:11:09 GMT", + "enclosure": "https://images.bfmtv.com/r1nUdwX_ojXlhBBVWUgWw9icW64=/0x80:768x512/800x0/images/Le-trophee-de-la-Coupe-d-Afrique-des-Nations-lors-de-la-CAN-2019-remportee-par-l-Algerie-contre-le-Senegal-au-Caire-Egypte-le-19-juillet-2019-1192749.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30047,17 +31301,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "454987f0150c8f53701a0ae60d4eb13c" + "hash": "fdff93ce52b6e5cc516c64d6da097895" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 23 décembre - Coupe du Portugal", - "description": "Notre pronostic: Porto bat Benfica (2.05)

", - "content": "Notre pronostic: Porto bat Benfica (2.05)

", + "title": "Ligue 1: la saison 2021-2022 est la plus prolifique depuis 40 ans", + "description": "Depuis le coup d'envoi de cette saison, rare sont les matchs qui se terminent sans buts. Alors que 19 journées ont été disputées, la Ligue 1 a battu un record avec 531 buts inscrits, une première depuis près de 40 ans.

", + "content": "Depuis le coup d'envoi de cette saison, rare sont les matchs qui se terminent sans buts. Alors que 19 journées ont été disputées, la Ligue 1 a battu un record avec 531 buts inscrits, une première depuis près de 40 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-23-decembre-coupe-du-portugal_AN-202112220297.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-la-saison-2021-2022-est-la-plus-prolifique-depuis-40-ans_AV-202112270118.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/QvruohFJSOpA0Y0jUJOSizVSxMw=/0x104:1984x1220/800x0/images/Luis-Diaz-Porto-1193186.jpg", + "pubDate": "Mon, 27 Dec 2021 09:06:04 GMT", + "enclosure": "https://images.bfmtv.com/wAcTpI_i3iCLMoiD8VGXs8gfOgY=/0x39:768x471/800x0/images/Les-Srasbourgeois-saluent-leurs-supporters-apres-leur-victoire-3-0-face-a-Nice-lors-de-la-17e-journee-de-Ligue-1-le-5-decembre-2021-a-l-Allianz-Riviera-1189421.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30068,17 +31322,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d6da1aa03c51b4637df8ae398b52624" + "hash": "80c648543d2d23dcd0e4e4a9030c07c9" }, { - "title": "PRONOS PARIS RMC Le pari Basket de Stephen Brun du 23 décembre - NBA", - "description": "Mon pronostic : Les Spurs s’imposent contre les Lakers (1.94)

", - "content": "Mon pronostic : Les Spurs s’imposent contre les Lakers (1.94)

", + "title": "F1: Hamilton encore perturbé par sa défaite et une possible retraite selon Wolff", + "description": "Lewis Hamilton est encore perturbé par la perte du titre mondial en Formule face à Max Verstappen selon Toto Wolff. Le patron de l’écurie Mercedes a reconnu échanger régulièrement avec son pilote dont l’avenir reste toujours aussi incertain.

", + "content": "Lewis Hamilton est encore perturbé par la perte du titre mondial en Formule face à Max Verstappen selon Toto Wolff. Le patron de l’écurie Mercedes a reconnu échanger régulièrement avec son pilote dont l’avenir reste toujours aussi incertain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-23-decembre-nba_AN-202112230243.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-encore-perturbe-par-sa-defaite-et-une-possible-retraite-selon-wolff_AV-202112270113.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 12:53:47 GMT", - "enclosure": "https://images.bfmtv.com/bPgz2vta9nQVOkab_dCLhmozCmw=/0x0:1984x1116/800x0/images/San-Antonio-Spurs-1193923.jpg", + "pubDate": "Mon, 27 Dec 2021 08:54:23 GMT", + "enclosure": "https://images.bfmtv.com/LKaRQPwE1VeM5buJZ1wdTJ4aFgY=/0x1:2048x1153/800x0/images/Toto-Wolff-et-Lewis-Hamilton-1188838.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30089,17 +31343,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cbf7e81b18a0ec8524d64f684b2f1fc" + "hash": "e233f395ed345b38fee610a17513f595" }, { - "title": "Premier League: Liverpool privé de Boxing Day, deux matchs reportés à cause du Covid", - "description": "La Premier League a annoncé ce jeudi le report de deux matchs du Boxing Day, prévus ce dimanche. En raison de plusieurs cas de coronavirus au sein des effectifs de Leeds et Watford, les rencontres respectives contre Liverpool et Wolverhampton ont été décalées à des dates encore inconnues.

", - "content": "La Premier League a annoncé ce jeudi le report de deux matchs du Boxing Day, prévus ce dimanche. En raison de plusieurs cas de coronavirus au sein des effectifs de Leeds et Watford, les rencontres respectives contre Liverpool et Wolverhampton ont été décalées à des dates encore inconnues.

", + "title": "Mercato: quand les recruteurs de l’OL loupaient le jeune Erling Haaland", + "description": "En livrant quelques anecdotes de son livre biographique \"Erling Haaland, tout d’un grand\", Cyril Collot a révélé sur RMC que les recruteurs lyonnais ont peut-être manqué le coup du siècle. Venus il y a quelques années faire signer un jeune défenseur dans le club formateur d’Haaland, ceux-ci n’ont pas repéré le futur crack norvégien.

", + "content": "En livrant quelques anecdotes de son livre biographique \"Erling Haaland, tout d’un grand\", Cyril Collot a révélé sur RMC que les recruteurs lyonnais ont peut-être manqué le coup du siècle. Venus il y a quelques années faire signer un jeune défenseur dans le club formateur d’Haaland, ceux-ci n’ont pas repéré le futur crack norvégien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-liverpool-prive-de-boxing-day-deux-matchs-reportes-a-cause-du-covid_AV-202112230236.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-quand-les-recruteurs-de-l-ol-loupaient-le-jeune-erling-haaland_AV-202112270090.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 12:30:44 GMT", - "enclosure": "https://images.bfmtv.com/zXa2lgk2acqXdiOYQt-e3yHOED8=/24x0:2024x1125/800x0/images/Liverpool-1193912.jpg", + "pubDate": "Mon, 27 Dec 2021 07:52:37 GMT", + "enclosure": "https://images.bfmtv.com/PvZe9Cxs9c72UCTmkLM3zW6f18o=/0x104:1984x1220/800x0/images/Erling-Haaland-Dortmund-1152184.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30110,17 +31364,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "709af3b381b9073a1c9add08ebce8d4e" + "hash": "1111fc197b29decb697002a631fea2a0" }, { - "title": "League Cup: Klopp et Conte plaident pour des demi-finales en un seul match", - "description": "Qualifiés pour les demi-finales de League Cup respectivement avec Liverpool et Tottenham, Jürgen Klopp et Antonio Conte militent pour que les demi-finales se déroulent sur un match unique, et non au format aller-retour comme cela est prévu. Le changement, demandé en raison du calendrier compliqué en raison du contexte sanitaire, avait été effectué la saison dernière.

", - "content": "Qualifiés pour les demi-finales de League Cup respectivement avec Liverpool et Tottenham, Jürgen Klopp et Antonio Conte militent pour que les demi-finales se déroulent sur un match unique, et non au format aller-retour comme cela est prévu. Le changement, demandé en raison du calendrier compliqué en raison du contexte sanitaire, avait été effectué la saison dernière.

", + "title": "Brésil: Ronaldo va faire un gros chèque à la Fifa", + "description": "La légende brésilienne Ronaldo a racheté le club de ses débuts Cruzeiro pendant le mois de décembre. L’ancien attaquant passé notamment par le Real Madrid va également rembourser une dette de plusieurs millions d’euros auprès de la Fifa pour des transferts non payés.

", + "content": "La légende brésilienne Ronaldo a racheté le club de ses débuts Cruzeiro pendant le mois de décembre. L’ancien attaquant passé notamment par le Real Madrid va également rembourser une dette de plusieurs millions d’euros auprès de la Fifa pour des transferts non payés.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/league-cup-klopp-et-conte-plaident-pour-des-demi-finales-en-un-seul-match_AV-202112230235.html", + "link": "https://rmcsport.bfmtv.com/football/bresil-ronaldo-va-faire-un-gros-cheque-a-la-fifa_AV-202112270089.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 12:27:48 GMT", - "enclosure": "https://images.bfmtv.com/Ekxks3YI7SkS_iOzBKujRALc1hA=/0x61:2032x1204/800x0/images/Juergen-Klopp-1176069.jpg", + "pubDate": "Mon, 27 Dec 2021 07:50:14 GMT", + "enclosure": "https://images.bfmtv.com/2GnYnG1uoECO-dLAlkehusltIic=/12x0:1484x828/800x0/images/Sergio-Santos-Rodrigues-president-de-Cruzeiro-en-compagnie-de-Ronaldo-nouveau-proprietaire-1195210.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30131,17 +31385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "69c9529b99b387943bb14a258dd76845" + "hash": "15489d1b3164c151a2cf7dd37c60bfef" }, { - "title": "Le sport face au coronavirus en direct: Liverpool-Leeds reporté", - "description": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", - "content": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "title": "Premier League: le beau geste de Tottenham pour soutenir les sans-abri", + "description": "A l'occasion de son match contre Crystal Palace ce dimanche, Tottenham a apporté son soutien à la campagne #NoHomeKit de Shelter, qui veut réduire le nombre de sans-abri en Angleterre.

", + "content": "A l'occasion de son match contre Crystal Palace ce dimanche, Tottenham a apporté son soutien à la campagne #NoHomeKit de Shelter, qui veut réduire le nombre de sans-abri en Angleterre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-beau-geste-de-tottenham-pour-soutenir-les-sans-abri_AN-202112270078.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", - "enclosure": "https://images.bfmtv.com/zScy_XXjY1n0wkVtmxAdTwfpKSk=/0x82:768x514/800x0/images/La-joie-de-l-attaquant-egyptien-de-Liverpool-Mohamed-Salah-apres-avoir-marque-le-2e-but-a-domicile-face-a-Everton-lors-de-la-14e-journee-de-Premier-League-le-1er-decembre-2021-au-Goodison-Park-1179616.jpg", + "pubDate": "Mon, 27 Dec 2021 07:37:52 GMT", + "enclosure": "https://images.bfmtv.com/7v-eBCaGjEPc1LUw0mtSElY7oTc=/0x112:2000x1237/800x0/images/Un-supporter-des-Spurs-avant-Tottenham-Crystal-Palace-1195195.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30152,17 +31406,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdb8451a701cf3e9a5b569cc8933459b" + "hash": "2ca37120e456b6c0a61151b429a48903" }, { - "title": "LOSC: l'émouvante histoire derrière la célébration de la rose de Jonathan David", - "description": "Jonathan David a signé le but de la victoire pour le LOSC face à Bordeaux (3-2) ce mercredi, lors d'une affiche de la 19e journée de Ligue 1. Au moment de célébrer, l'attaquant canadien a eu un geste en embrassant une rose, comme le prénom de sa mère, décédée d'un cancer en décembre 2019.

", - "content": "Jonathan David a signé le but de la victoire pour le LOSC face à Bordeaux (3-2) ce mercredi, lors d'une affiche de la 19e journée de Ligue 1. Au moment de célébrer, l'attaquant canadien a eu un geste en embrassant une rose, comme le prénom de sa mère, décédée d'un cancer en décembre 2019.

", + "title": "Le sport face au coronavirus en direct: Mikaela Shiffrin annonce sur Twitter être positive", + "description": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs. Si la Premier League continuer de jouer pendant les fêtes, de nombreux matchs anglais sont reportés. Idem en rugby où le Top 14 se retrouve fortement impacté par l'évolution de la crise. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", + "content": "L'émergence du variant Omicron en Europe et dans le monde rend de plus en plus incertain le déroulé de nombreux événements sportifs. Si la Premier League continuer de jouer pendant les fêtes, de nombreux matchs anglais sont reportés. Idem en rugby où le Top 14 se retrouve fortement impacté par l'évolution de la crise. Du côté du tennis, on tremble avec une flambée de cas avant l'Open d'Australie. Retrouvez toutes les infos sur les conséquences du Covid-19 sur le sport dans notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/losc-l-emouvante-histoire-derriere-la-celebration-de-la-rose-de-jonathan-david_AV-202112230209.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-27-decembre-2021_LN-202112270048.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 11:25:11 GMT", - "enclosure": "https://images.bfmtv.com/ovoLOlaGD6fwlGbE6ur8qQ3o3eo=/0x106:2048x1258/800x0/images/Jonathan-David-1193688.jpg", + "pubDate": "Mon, 27 Dec 2021 06:42:43 GMT", + "enclosure": "https://images.bfmtv.com/OKHnvtAL7TwILiQeWXrSuDMMlhg=/0x47:768x479/800x0/images/L-Americaine-Mikaela-Shiffrin-apres-sa-victoire-dans-le-slalom-geant-de-Courchevel-le-21-decembre-2021-1192538.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30173,17 +31427,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96a90c3b5bd1b8e5ef7bae114782da29" + "hash": "3ac1b41ade9b599266e2bffa0602698e" }, { - "title": "OL: \"Ce n’est pas bon\", le bilan sans concession de Peter Bosz à mi-saison", - "description": "Alors que l’ambition de l’Olympique Lyonnais est d’occuper les premières places du classement en championnat, les Gones sont loin du compte. Treizième au classement, l’entraîneur Peter Bosz a fait le bilan d’une première partie de saison compliquée.

", - "content": "Alors que l’ambition de l’Olympique Lyonnais est d’occuper les premières places du classement en championnat, les Gones sont loin du compte. Treizième au classement, l’entraîneur Peter Bosz a fait le bilan d’une première partie de saison compliquée.

", + "title": "Ligue 1 en direct: Après les incidents, le Paris FC et l'OL risquent très gros", + "description": "La Ligue 1 fait une pause pendant les fêtes de fin d'année, mais l'actu ne s'arrête pas. Suivez en live toute les infos des clubs français sur RMC Sport.

", + "content": "La Ligue 1 fait une pause pendant les fêtes de fin d'année, mais l'actu ne s'arrête pas. Suivez en live toute les infos des clubs français sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-lyon/ol-ce-n-est-pas-bon-le-bilan-sans-concession-de-peter-bosz-a-mi-saison_AV-202112230204.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toutes-les-infos-et-les-conferences-de-presse_LN-202112270043.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 11:13:30 GMT", - "enclosure": "https://images.bfmtv.com/KEUHFabZRp1ERLuiXwEaJFPaq6Q=/6x27:1574x909/800x0/images/Peter-Bosz-1157247.jpg", + "pubDate": "Mon, 27 Dec 2021 06:39:27 GMT", + "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30194,17 +31448,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee7c8e4d7a906bc3844ef3cf32974c6f" + "hash": "f2d92a42bf577c0d3efe5e71de2ad46b" }, { - "title": "JO 2022 de Pékin: \"Il y aura certainement des infections\", redoutent les organisateurs", - "description": "Malgré les mesures très strictes imposées par la Chine lors des JO de Pékin (4-20 février), les organisateurs prévoient l’apparition de nouveaux cas de Covid-19. Selon eux, l’événement présente un risque de contaminations très élevé et l’organisation se prépare à y faire face.

", - "content": "Malgré les mesures très strictes imposées par la Chine lors des JO de Pékin (4-20 février), les organisateurs prévoient l’apparition de nouveaux cas de Covid-19. Selon eux, l’événement présente un risque de contaminations très élevé et l’organisation se prépare à y faire face.

", + "title": "Mercato en direct: Rafinha à Saint-Sébastien pour sa visite médicale", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022, avec son lot d'informations et de rumeurs mercato. Tout est à suivre en direct dans ce live commenté de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-de-pekin-il-y-aura-certainement-des-infections-redoutent-les-organisateurs_AV-202112230201.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-27-decembre_LN-202112270035.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 11:08:33 GMT", - "enclosure": "https://images.bfmtv.com/Wh_NMAeZk_hUkqiXivwaleyN41I=/0x39:768x471/800x0/images/Le-logo-des-JO-d-hiver-2022-au-parc-Shougang-de-Pekin-le-1er-decembre-2021-1183004.jpg", + "pubDate": "Mon, 27 Dec 2021 06:13:36 GMT", + "enclosure": "https://images.bfmtv.com/e_DI8YoeCffPzktSpgyw6w2oNSU=/0x0:2048x1152/800x0/images/Direction-la-Real-Sociedad-pour-Rafinha-1195283.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30215,17 +31469,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5c95598b78d2b27a2c12415bd21e253" + "hash": "05ec62e9c452c55bc2c47f34f5bb0e42" }, { - "title": "Comment les clubs de Ligue 1 vont gérer la trêve avec la crise du Covid", - "description": "Avec la trêve hivernale et les fêtes de fin d’année, les clubs de Ligue 1 craignent une augmentation des cas de Covid-19 et l’apparition de clusters. Mais ils ne mettent pas en place des mesures drastiques et appellent plutôt leurs joueurs à la prudence.

", - "content": "Avec la trêve hivernale et les fêtes de fin d’année, les clubs de Ligue 1 craignent une augmentation des cas de Covid-19 et l’apparition de clusters. Mais ils ne mettent pas en place des mesures drastiques et appellent plutôt leurs joueurs à la prudence.

", + "title": "Barça: avant une semaine décisive pour sa prolongation, Dembélé poste un message sur Instagram", + "description": "En fin de contrat à la fin de la saison, Ousmane Dembélé se rapproche de jour en jour d’une prolongation avec le FC Barcelone. La presse espagnole affirme que l’officialisation sera actée cette semaine, le Français semble lui communiquer en ce sens sur ses réseaux sociaux.

", + "content": "En fin de contrat à la fin de la saison, Ousmane Dembélé se rapproche de jour en jour d’une prolongation avec le FC Barcelone. La presse espagnole affirme que l’officialisation sera actée cette semaine, le Français semble lui communiquer en ce sens sur ses réseaux sociaux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/comment-les-clubs-de-ligue-1-vont-gerer-la-treve-avec-la-crise-du-covid_AV-202112230197.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-avant-une-semaine-decisive-pour-sa-prolongation-dembele-poste-un-message-sur-instagram_AV-202112270029.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 11:02:27 GMT", - "enclosure": "https://images.bfmtv.com/O66VU7GcN8OmR30rv5L8tTjIQJs=/0x0:2048x1152/800x0/images/Lionel-Messi-face-a-Lorient-1193853.jpg", + "pubDate": "Mon, 27 Dec 2021 05:58:51 GMT", + "enclosure": "https://images.bfmtv.com/oR9-4kvNO0bL3FgaMPy9md44nS4=/0x55:2048x1207/800x0/images/Ousmane-Dembele-1185673.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30236,17 +31490,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b58a63657b331de096d36a343b041f0c" + "hash": "57bd34bd2b297057a63b87cc52a5ce96" }, { - "title": "Mercato: en attendant Ferran Torres, le Barça lance l'opération dégraissage", - "description": "Selon la presse catalane, le FC Barcelone va devoir dégraisser lors du mercato hivernal pour boucler le transfert de Ferran Torres et l'incorporation au sein de l'équipe première de Gavi et Nico Gonzalez.

", - "content": "Selon la presse catalane, le FC Barcelone va devoir dégraisser lors du mercato hivernal pour boucler le transfert de Ferran Torres et l'incorporation au sein de l'équipe première de Gavi et Nico Gonzalez.

", + "title": "Mercato: surveillé par le PSG, Rüdiger aurait donné sa priorité au Real Madrid", + "description": "Si le PSG est attentif à sa situation, Antonio Rüdiger pourrait plutôt prendre la direction du Real Madrid, selon la presse madrilène et anglaise. L’international allemand, 28 ans, aurait même déjà pris contact avec plusieurs joueurs de la Maison Blanche en vue d'un transfert.

", + "content": "Si le PSG est attentif à sa situation, Antonio Rüdiger pourrait plutôt prendre la direction du Real Madrid, selon la presse madrilène et anglaise. L’international allemand, 28 ans, aurait même déjà pris contact avec plusieurs joueurs de la Maison Blanche en vue d'un transfert.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-attendant-ferran-torres-le-barca-lance-l-operation-degraissage_AV-202112230189.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-surveille-par-le-psg-rudiger-aurait-donne-sa-priorite-au-real-madrid_AV-202112270019.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 10:44:59 GMT", - "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.jpg", + "pubDate": "Mon, 27 Dec 2021 05:29:31 GMT", + "enclosure": "https://images.bfmtv.com/QjyfaTxpAWHEzU1p52s_fRa9fYE=/0x40:768x472/800x0/images/Antonio-Ruediger-avec-Chelsea-contre-Manchester-City-a-Wembley-le-17-avril-2021-1172611.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30257,17 +31511,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef4eb6cbfee241eabbfe88846839d9de" + "hash": "0597be9b801fc5bcb858d41cf02dfba2" }, { - "title": "Ligue 1: les tops et flops à mi-saison", - "description": "La Ligue 1 a refermé le chapitre de la première partie de saison, mercredi, avec un leader, le PSG, très dominateur et une cour de poursuivants qui se battent pour les accessits. Très loin derrière, Saint-Etienne vit un calvaire.

", - "content": "La Ligue 1 a refermé le chapitre de la première partie de saison, mercredi, avec un leader, le PSG, très dominateur et une cour de poursuivants qui se battent pour les accessits. Très loin derrière, Saint-Etienne vit un calvaire.

", + "title": "Manchester United: \"Martial m’a dit que c’était le bon moment pour partir\" reconnait Rangnick", + "description": "L’entraîneur de Manchester United Ralf Rangnick a confirmé les velléités de départ de son attaquant français Anthony Martial. Le coach allemand n’est pas complètement opposé à son départ mais il assure que MU n’a pas reçu d’offre.

", + "content": "L’entraîneur de Manchester United Ralf Rangnick a confirmé les velléités de départ de son attaquant français Anthony Martial. Le coach allemand n’est pas complètement opposé à son départ mais il assure que MU n’a pas reçu d’offre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-tops-et-flops-a-mi-saison_AV-202112230186.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-martial-m-a-dit-que-c-etait-le-bon-moment-pour-partir-reconnait-rangnick_AV-202112260200.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 10:34:56 GMT", - "enclosure": "https://images.bfmtv.com/RJV99m7Rba1qThOjAIdMHNGhLGo=/14x218:2046x1361/800x0/images/Kylian-Mbappe-face-a-Ryad-Boudebouz-1193826.jpg", + "pubDate": "Sun, 26 Dec 2021 23:47:58 GMT", + "enclosure": "https://images.bfmtv.com/Gsadc6Y9kpSH8kubxJtxP75QLD4=/0x0:1936x1089/800x0/images/Anthony-Martial-1195120.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30278,17 +31532,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e95f2a3cfdfdce5ed5c270f602edf7e7" + "hash": "0a5d591103dae481c2c7cfff8d57554a" }, { - "title": "Real Madrid: les énormes stats que Benzema visera en 2022", - "description": "Auteur d’un doublé face à l’Athletic Bilbao ce mercredi soir, Karim Benzema termine un grand cru 2021 en boulet de canon. Mais 2022 pourrait aussi être son année, où l’attaquant français a plusieurs records ou objectifs dans le viseur.

", - "content": "Auteur d’un doublé face à l’Athletic Bilbao ce mercredi soir, Karim Benzema termine un grand cru 2021 en boulet de canon. Mais 2022 pourrait aussi être son année, où l’attaquant français a plusieurs records ou objectifs dans le viseur.

", + "title": "PRONOS PARIS RMC Le pari du jour du 27 décembre – Premier League - Angleterre", + "description": "Notre pronostic : Manchester United s’impose à Newcastle et moins de 4,5 buts (1.80)

", + "content": "Notre pronostic : Manchester United s’impose à Newcastle et moins de 4,5 buts (1.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-les-enormes-stats-que-benzema-visera-en-2022_AV-202112230169.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-27-decembre-premier-league-angleterre_AN-202112260006.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 09:54:52 GMT", - "enclosure": "https://images.bfmtv.com/N4DrPXDXqH__763yhHgpp4VTSqY=/0x106:2048x1258/800x0/images/1193796.jpg", + "pubDate": "Sun, 26 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/cWhfuV09FiqxPQytHZZAXuqwcU4=/0x0:2000x1125/800x0/images/C-Ronaldo-1194825.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30299,17 +31553,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5e0ec3419fedd3309539f1daf9321ef" + "hash": "438a149b6af06a547e252fb5dd8c2741" }, { - "title": "PSG: les mots forts de Herrera sur le niveau de la Ligue 1", - "description": "Après une nouvelle prestation en demi-teinte du PSG, qui a obtenu le nul (1-1) en déplacement à Lorient ce mercredi pour la 19e journée de Ligue 1, Ander Herrera a défendu le bilan de son équipe lors de la première partie de saison. Pour le milieu espagnol, beaucoup d'observateurs \"n'ont pas le respect suffisant\" pour le niveau du championnat français.

", - "content": "Après une nouvelle prestation en demi-teinte du PSG, qui a obtenu le nul (1-1) en déplacement à Lorient ce mercredi pour la 19e journée de Ligue 1, Ander Herrera a défendu le bilan de son équipe lors de la première partie de saison. Pour le milieu espagnol, beaucoup d'observateurs \"n'ont pas le respect suffisant\" pour le niveau du championnat français.

", + "title": "PRONOS PARIS RMC Le nul du jour du 27 décembre – Super Lig – Turquie", + "description": "Notre pronostic : pas de vainqueur entre le Kayserispor et le Sivasspor (3.05)

", + "content": "Notre pronostic : pas de vainqueur entre le Kayserispor et le Sivasspor (3.05)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-les-mots-forts-de-herrera-sur-le-niveau-de-la-ligue-1_AV-202112230160.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-27-decembre-super-lig-turquie_AN-202112260005.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 09:38:12 GMT", - "enclosure": "https://images.bfmtv.com/IvksgL_dJ9E4wjNeNTZgHX8HtDw=/0x106:2048x1258/800x0/images/Ander-Herrera-1193783.jpg", + "pubDate": "Sun, 26 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/Rj4Xrsk1__GZnIzL9x6KNLeyj-o=/0x157:2000x1282/800x0/images/M-Thiam-1194823.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30320,17 +31574,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7ce11cfb64fe4f7d6006221e1294be5" + "hash": "2a0c090f84e3e56bbdf335a86a4b567d" }, { - "title": "Real Madrid: \"L’antivirus\" Benzema enflamme la presse espagnole après son doublé face à Bilbao", - "description": "Le doublé de Karim Benzema, dont un premier but somptueux, enflamme la presse espagnole, ce jeudi au lendemain de la victoire du Real Madrid face à l’Athletic Bilbao (1-2).

", - "content": "Le doublé de Karim Benzema, dont un premier but somptueux, enflamme la presse espagnole, ce jeudi au lendemain de la victoire du Real Madrid face à l’Athletic Bilbao (1-2).

", + "title": "PRONOS PARIS RMC Le pari sûr du 27 décembre – Jupiler Pro League – Belgique", + "description": "Notre pronostic : Anderlecht s’impose chez le Beerschot (1.44)

", + "content": "Notre pronostic : Anderlecht s’impose chez le Beerschot (1.44)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-l-antivirus-benzema-enflamme-la-presse-espagnole-apres-son-double-face-a-bilbao_AV-202112230144.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-27-decembre-jupiler-pro-league-belgique_AN-202112260004.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 09:18:50 GMT", - "enclosure": "https://images.bfmtv.com/0iSSraN6n3UY3FvA4MZCkVnII0Q=/0x12:528x309/800x0/images/La-une-de-Marca-1193779.jpg", + "pubDate": "Sun, 26 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/jWyfXj4NduGyohvvedkzOo8JXIU=/15x193:1999x1309/800x0/images/Anderlecht-1194820.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30341,17 +31595,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d9363293f793b9af9a036a6dda82628" + "hash": "24af3314f153be6fbfb7e6b72900c7b9" }, { - "title": "F1: Mick Schumacher sera pilote de réserve de Ferrari en 2022", - "description": "Déjà dans le paddock en 2021 au volant d'une monoplace Haas, Mick Schumacher gardera son baquet en 2022 mais aura une double casquette. Pour sa deuxième saison en Formule 1, le fils de Michael sera également pilote de réserve au sein de l'écurie Ferrari, en alternance avec Antonio Giovinazzi.

", - "content": "Déjà dans le paddock en 2021 au volant d'une monoplace Haas, Mick Schumacher gardera son baquet en 2022 mais aura une double casquette. Pour sa deuxième saison en Formule 1, le fils de Michael sera également pilote de réserve au sein de l'écurie Ferrari, en alternance avec Antonio Giovinazzi.

", + "title": "Brighton-Brentford: Neal Maupay boucle le Boxing Day avec un but splendide", + "description": "L’attaquant français de Brighton Neal Maupay s’est offert un bijou ce dimanche soir pour venir conclure le Boxing Day, lors de la victoire de Brighton face à Brentford, son ancienne équipe (2-0).

", + "content": "L’attaquant français de Brighton Neal Maupay s’est offert un bijou ce dimanche soir pour venir conclure le Boxing Day, lors de la victoire de Brighton face à Brentford, son ancienne équipe (2-0).

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-mick-schumacher-sera-pilote-de-reserve-de-ferrari-en-2022_AV-202112230134.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/brighton-brentford-neal-maupay-boucle-le-boxing-day-avec-un-but-splendide_AV-202112260199.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 08:52:23 GMT", - "enclosure": "https://images.bfmtv.com/2SsgWvpBp7Fi8Ind1y0GBVHx2Wk=/0x106:2048x1258/800x0/images/Mick-Schumacher-1193772.jpg", + "pubDate": "Sun, 26 Dec 2021 22:48:31 GMT", + "enclosure": "https://images.bfmtv.com/_O2DZIvv_fbyC7VBuDgyjeL2rog=/0x106:2048x1258/800x0/images/1195117.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30362,17 +31616,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "047918568ec86b106b66c2fd9422c4c7" + "hash": "4d6afa9fc73aba4be512e413efffc016" }, { - "title": "League Cup: des affrontements entre supporters de Tottenham et West Ham", - "description": "Vainqueur de West Ham mercredi (2-1), se qualifiant pour les demi-finales de la League Cup anglaise, Tottenham a été confronté à des scènes de violence avant la rencontre. Des bagarres ont éclaté à proximité du stade, obligeant l'intervention des forces de l'ordre, qui escortaient déjà les fans des Hammers.

", - "content": "Vainqueur de West Ham mercredi (2-1), se qualifiant pour les demi-finales de la League Cup anglaise, Tottenham a été confronté à des scènes de violence avant la rencontre. Des bagarres ont éclaté à proximité du stade, obligeant l'intervention des forces de l'ordre, qui escortaient déjà les fans des Hammers.

", + "title": "Handball: un cluster chez les Bleus à trois semaines de l'Euro", + "description": "Plusieurs joueurs de l'équipe de France masculine de handball, réunie en stage de préparation en vue du championnat d'Europe qui commence le 13 janvier, ont été testés positifs au Covid, a annoncé dimanche la fédération française de handball.

", + "content": "Plusieurs joueurs de l'équipe de France masculine de handball, réunie en stage de préparation en vue du championnat d'Europe qui commence le 13 janvier, ont été testés positifs au Covid, a annoncé dimanche la fédération française de handball.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/league-cup-des-affrontements-entre-supporters-de-tottenham-et-west-ham_AV-202112230130.html", + "link": "https://rmcsport.bfmtv.com/handball/handball-un-cluster-chez-les-bleus-a-trois-semaines-de-l-euro_AD-202112260196.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 08:41:14 GMT", - "enclosure": "https://images.bfmtv.com/G0SKaS2lJWvpXjzEGXcVqF5Ai18=/0x28:2048x1180/800x0/images/West-Ham-1193763.jpg", + "pubDate": "Sun, 26 Dec 2021 22:25:28 GMT", + "enclosure": "https://images.bfmtv.com/JbvcJ-UATRL6hvcHyuB2J4z6dEM=/0x0:2048x1152/800x0/images/Hand-un-cluster-chez-les-Bleus-1195114.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30383,17 +31637,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3ddfa597ee39bfaa164fc4477474ec6" + "hash": "6da508831578232eecfb6ec5ce06421c" }, { - "title": "PSG: expulsé à Lorient, Ramos est plus que jamais recordman des cartons rouges", - "description": "Pour son troisième match avec le PSG, Sergio Ramos a reçu son premier carton rouge avec son nouveau club mercredi à Lorient. Il s’agit de son vingtième en championnat en carrière, ce qui consolide son record peu glorieux.

", - "content": "Pour son troisième match avec le PSG, Sergio Ramos a reçu son premier carton rouge avec son nouveau club mercredi à Lorient. Il s’agit de son vingtième en championnat en carrière, ce qui consolide son record peu glorieux.

", + "title": "Premier League, Aston Villa-Chelsea en direct", + "description": "En difficulté depuis quelques matches, Chelsea attaque son Boxing Day avec un déplacement périlleux sur la pelouse d’Aston Villa qui sera privé de son entraineur Steven Gerrard (Covid-19). Coup d’envoi sur RMC Sport 1 à 18h30 !

", + "content": "En difficulté depuis quelques matches, Chelsea attaque son Boxing Day avec un déplacement périlleux sur la pelouse d’Aston Villa qui sera privé de son entraineur Steven Gerrard (Covid-19). Coup d’envoi sur RMC Sport 1 à 18h30 !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-expulse-a-lorient-ramos-est-plus-que-jamais-recordman-des-cartons-rouges_AV-202112230129.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-aston-villa-chelsea-en-direct_LS-202112260154.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 08:38:19 GMT", - "enclosure": "https://images.bfmtv.com/dZ1S85ZnvmBS2tYdGXCKwvXy4gY=/0x106:2048x1258/800x0/images/1193753.jpg", + "pubDate": "Sun, 26 Dec 2021 16:17:10 GMT", + "enclosure": "https://images.bfmtv.com/nqvh4lARgz6tmqG3I-Tlca2yncU=/0x33:1984x1149/800x0/images/R-Lukaku-1135903.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30404,17 +31658,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec474971acd47443ccd3e410512b6599" + "hash": "7b5a6a7db9f7596e7aec0eb2a1707e02" }, { - "title": "Mercato en direct: en attendant Ferran Torres, le Barça veut dégraisser", - "description": "A quelques jours de l'ouverture du mercato hivernal, le 1er janvier 2022, retrouvez les dernières informations et rumeurs du mercato avec le live commenté de RMC Sport. L'actualité s'annonce riche d'ici là alors que le passage à la nouvelle année permettra à de nombreux joueurs de s'engager où ils le souhaitent pour la saison prochaine, à l'image de Kylian Mbappé.

", - "content": "A quelques jours de l'ouverture du mercato hivernal, le 1er janvier 2022, retrouvez les dernières informations et rumeurs du mercato avec le live commenté de RMC Sport. L'actualité s'annonce riche d'ici là alors que le passage à la nouvelle année permettra à de nombreux joueurs de s'engager où ils le souhaitent pour la saison prochaine, à l'image de Kylian Mbappé.

", + "title": "RC Lens: Medina placé en garde à vue, soupçonné de violences volontaires sur une ex-compagne", + "description": "Le joueur du RC Lens Facundo Medina a été placé en garde à vue ce dimanche matin, selon L’Equipe, dans le cadre d’une enquête pour violences volontaires sur une ex-compagne, dans la nuit du 24 au 25 décembre.

", + "content": "Le joueur du RC Lens Facundo Medina a été placé en garde à vue ce dimanche matin, selon L’Equipe, dans le cadre d’une enquête pour violences volontaires sur une ex-compagne, dans la nuit du 24 au 25 décembre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-23-decembre_LN-202112230124.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/rc-lens-medina-place-en-garde-a-vue-soupconne-de-violences-volontaires-sur-une-ex-compagne_AV-202112260149.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 08:35:21 GMT", - "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.jpg", + "pubDate": "Sun, 26 Dec 2021 16:01:46 GMT", + "enclosure": "https://images.bfmtv.com/bA6KhjCo0USJ41DHuPgOBU-uXHc=/6x111:2038x1254/800x0/images/Facundo-Medina-1195049.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30425,17 +31679,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8c7884852183b82e0c3c9efabc4d12c" + "hash": "378c14fed5d6249248f5f90f8175623f" }, { - "title": "OM-Reims: quand Kamara s’attend à prendre un rouge, avant d’être averti", - "description": "Boubacar Kamara a semblé prendre la direction du vestiaire après une grossière faute en position de dernier défenseur, mercredi lors d’OM-Reims. Mais le défenseur a seulement été averti, visiblement à sa grande surprise.

", - "content": "Boubacar Kamara a semblé prendre la direction du vestiaire après une grossière faute en position de dernier défenseur, mercredi lors d’OM-Reims. Mais le défenseur a seulement été averti, visiblement à sa grande surprise.

", + "title": "Ligue 1 en direct: Medina en garde à vue pour des faits de violences sur une ancienne compagne", + "description": "Après la 19e journée de Ligue 1, le championant fait une petite pause, mais l'actu elle ne s'arrête pas.

", + "content": "Après la 19e journée de Ligue 1, le championant fait une petite pause, mais l'actu elle ne s'arrête pas.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-reims-quand-kamara-s-attend-a-prendre-un-rouge-avant-d-etre-averti_AV-202112230122.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-multiplex-de-la-19e-journee_LS-202112220278.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 08:32:05 GMT", - "enclosure": "https://images.bfmtv.com/iZjbGyHyr-5bNy5aJ0Yy5EtOrMc=/0x212:2048x1364/800x0/images/La-faute-de-Boubacar-Kamara-sur-Huko-Etikite-qui-ne-lui-a-valu-qu-un-jaune-1193740.jpg", + "pubDate": "Wed, 22 Dec 2021 14:52:12 GMT", + "enclosure": "https://images.bfmtv.com/XPKue5eZvlH-vhBdoIRtUxN7gLE=/0x16:1200x691/800x0/images/-955352.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30446,17 +31700,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef7a2ec9e32d6c78fd23cf7f98a53e2c" + "hash": "03d6cc587e375a6a0e461b26971292f5" }, { - "title": "Ligue 1 en direct: le message de Sergio Ramos après son carton rouge", - "description": "Avec les nuls du PSG à Lorient, de l'OM face à Reims, c'est Nice vainqueur de Lens qui a réalisé la meilleure opération de la 19eme journée de Ligue 1. Une soirée marquée aussi par le coup de gueule de l'entraîneur de Metz, Frédéric Antonetti après le match nul à Lyon.

", - "content": "Avec les nuls du PSG à Lorient, de l'OM face à Reims, c'est Nice vainqueur de Lens qui a réalisé la meilleure opération de la 19eme journée de Ligue 1. Une soirée marquée aussi par le coup de gueule de l'entraîneur de Metz, Frédéric Antonetti après le match nul à Lyon.

", + "title": "Cyclo-cross: Van Aert domine Van der Poel à Termonde pour leurs retrouvailles", + "description": "Le premier duel de l'hiver en cyclo-cross entre Wout van Aert et Mathieu van der Poel a tourné à l'avantage du coureur belge, vainqueur ce dimanche de la 13e manche de coupe du monde de cyclo-cross à Termonde, en Belgique.

", + "content": "Le premier duel de l'hiver en cyclo-cross entre Wout van Aert et Mathieu van der Poel a tourné à l'avantage du coureur belge, vainqueur ce dimanche de la 13e manche de coupe du monde de cyclo-cross à Termonde, en Belgique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-multiplex-de-la-19e-journee_LS-202112220278.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/cyclo-cross-van-aert-domine-van-der-poel-a-termonde-pour-leurs-retrouvailles_AV-202112260147.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 14:52:12 GMT", - "enclosure": "https://images.bfmtv.com/4EhJ8w4_tSoYmnecAWE35IE1els=/0x40:768x472/800x0/images/Le-defenseur-du-Paris-SG-Sergio-Ramos-a-la-lutte-avec-le-defenseur-de-Lorient-Houboulang-Mendes-le-22-decembre-en-Ligue-1-a-Lorient-1193576.jpg", + "pubDate": "Sun, 26 Dec 2021 15:39:43 GMT", + "enclosure": "https://images.bfmtv.com/n2XTXTyB8cCnL1TZLOZF0Vprux8=/0x106:2048x1258/800x0/images/1195044.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30467,17 +31721,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26bc3b3bf51e1aff306ca06139d14645" + "hash": "e1198c0ac8884f6ff9deab5da47d049b" }, { - "title": "OM-Reims: Payet ressort sa célébration \"père Noël\"", - "description": "Après avoir égalisé sur penalty dans le temps additionnel face à Reims ce mercredi (1-1), le meneur de jeu de l'OM Dimitri Payet a célébré son but en enfilant un bonnet de Noël, comme il l’avait fait il y a deux ans.

", - "content": "Après avoir égalisé sur penalty dans le temps additionnel face à Reims ce mercredi (1-1), le meneur de jeu de l'OM Dimitri Payet a célébré son but en enfilant un bonnet de Noël, comme il l’avait fait il y a deux ans.

", + "title": "Top 14: \"Pris au piège\", la frustration de Toulouse après le report du choc contre le Stade Français", + "description": "La LNR a acté le report du choc de la 13e journée de Top 14 entre le Stade Toulousain et le Stade Français prévu ce dimanche au Stadium. Une décision provoquée par la flambée de cas positifs au Covid-19 dans l’effectif parisien et qui a provoqué la colère de la direction de Toulouse.

", + "content": "La LNR a acté le report du choc de la 13e journée de Top 14 entre le Stade Toulousain et le Stade Français prévu ce dimanche au Stadium. Une décision provoquée par la flambée de cas positifs au Covid-19 dans l’effectif parisien et qui a provoqué la colère de la direction de Toulouse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-reims-payet-ressort-sa-celebration-pere-noel_AV-202112230103.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-pris-au-piege-la-frustration-de-toulouse-apres-le-report-du-choc-contre-le-stade-francais_AV-202112260146.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 07:49:57 GMT", - "enclosure": "https://images.bfmtv.com/8tw2O6171uOBZsgzRTnFCWzijD4=/7x111:2039x1254/800x0/images/1193722.jpg", + "pubDate": "Sun, 26 Dec 2021 15:33:15 GMT", + "enclosure": "https://images.bfmtv.com/m3mjYUkDMMxZ-DyaUwu1skAkNa8=/0x0:2048x1152/800x0/images/Didier-Lacroix-le-president-du-Stade-Toulousain-1195043.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30488,17 +31742,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b6e43b9b5f9c0569fcd4fbb0c6063c9" + "hash": "00ae078845f9ec929ab23de177da3881" }, { - "title": "Lille: la réponse de Gourvennec sur un possible départ de Jonathan David", - "description": "Jocelyn Gourvennec, entraîneur de Lille, a répondu à l'agent de Jonathan David, pour qui l'attaquant joue sa \"dernière saison\" avec le Losc.

", - "content": "Jocelyn Gourvennec, entraîneur de Lille, a répondu à l'agent de Jonathan David, pour qui l'attaquant joue sa \"dernière saison\" avec le Losc.

", + "title": "CAN: les internationaux pourront jouer avec leurs clubs jusqu'au 3 janvier", + "description": "Les joueurs internationaux concernés par la Coupe d'Afrique des nations au Cameroun (9 janvier - 6 février) pourront jouer avec leur club jusqu'au 3 janvier, a annoncé la Fédération internationale de football (Fifa) dimanche.

", + "content": "Les joueurs internationaux concernés par la Coupe d'Afrique des nations au Cameroun (9 janvier - 6 février) pourront jouer avec leur club jusqu'au 3 janvier, a annoncé la Fédération internationale de football (Fifa) dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/losc-la-reponse-de-gourvennec-sur-un-possible-depart-de-jonathan-david_AV-202112230085.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-les-internationaux-pourront-jouer-avec-leurs-clubs-jusqu-au-3-janvier_AD-202112260140.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 07:20:03 GMT", - "enclosure": "https://images.bfmtv.com/ovoLOlaGD6fwlGbE6ur8qQ3o3eo=/0x106:2048x1258/800x0/images/Jonathan-David-1193688.jpg", + "pubDate": "Sun, 26 Dec 2021 15:15:01 GMT", + "enclosure": "https://images.bfmtv.com/r1nUdwX_ojXlhBBVWUgWw9icW64=/0x80:768x512/800x0/images/Le-trophee-de-la-Coupe-d-Afrique-des-Nations-lors-de-la-CAN-2019-remportee-par-l-Algerie-contre-le-Senegal-au-Caire-Egypte-le-19-juillet-2019-1192749.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30509,17 +31763,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c405277b4f6ff3a386b878bd1efdc894" + "hash": "57dcab6b1d98bce618d2e047e77ac66a" }, { - "title": "OM-Reims: Payet se plaint de la communication de l'arbitre", - "description": "Dimitri Payet a dénoncé la manière de parler aux joueurs de l’arbitre, François Letexier, lors du match nul entre l’OM et Reims (1-1), mercredi à l’occasion de la 19e journée de Ligue 1.

", - "content": "Dimitri Payet a dénoncé la manière de parler aux joueurs de l’arbitre, François Letexier, lors du match nul entre l’OM et Reims (1-1), mercredi à l’occasion de la 19e journée de Ligue 1.

", + "title": "Dakar: l’impact du Covid, le parcours, l’Arabie Saoudite, Castera fait le point", + "description": "Le directeur du Dakar, David Castera, est revenu dimanche sur RMC sur le parcours de la prochaine édition, qui débutera le 1er janvier, et sur l’installation désormais durable de l’épreuve en Arabie Saoudite.

", + "content": "Le directeur du Dakar, David Castera, est revenu dimanche sur RMC sur le parcours de la prochaine édition, qui débutera le 1er janvier, et sur l’installation désormais durable de l’épreuve en Arabie Saoudite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-reims-payet-se-plaint-de-la-communication-de-l-arbitre_AV-202112230074.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/dakar-l-impact-du-covid-le-parcours-l-arabie-saoudite-castera-fait-le-point_AV-202112260134.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 06:58:01 GMT", - "enclosure": "https://images.bfmtv.com/CrsapPtgvNZwsWc5svoA4SxMzg4=/0x5:2048x1157/800x0/images/Dimitri-Payet-face-a-Reims-1193686.jpg", + "pubDate": "Sun, 26 Dec 2021 14:55:31 GMT", + "enclosure": "https://images.bfmtv.com/kZiNH6xmsYOaLgGME9mdZ5NJpKY=/0x106:2048x1258/800x0/images/Carlos-Sainz-sur-le-Dakar-2021-1195031.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30530,17 +31784,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d83bf07c5e963a4f0c0d36e17ed0403c" + "hash": "9c19db204e9eea511f93018ab299b1f5" }, { - "title": "Nantes: \"7e de Ligue 1, un truc de dingue\", savoure Kombouaré", - "description": "Victorieux de Saint-Etienne (1-0) ce mercredi lors de la 19e journée de Ligue 1, le FC Nantes a terminé la phase aller du championnat à la 7e place. Pour Antoine Kombouaré, arrivé en cours de route la saison dernière, ce bilan à mi-parcours est assez inespéré au vu de la situation des Canaris il y a encore quelques mois.

", - "content": "Victorieux de Saint-Etienne (1-0) ce mercredi lors de la 19e journée de Ligue 1, le FC Nantes a terminé la phase aller du championnat à la 7e place. Pour Antoine Kombouaré, arrivé en cours de route la saison dernière, ce bilan à mi-parcours est assez inespéré au vu de la situation des Canaris il y a encore quelques mois.

", + "title": "NBA: l'organisation d'un tournoi en pleine saison à l'étude", + "description": "Alors que la saison de NBA est déjà dense, les dirigeants de la ligue étudient la possibilité de disputer un tournoi juste avant les fêtes. Cette idée pourrait être mise en place dès l'année prochaine.

", + "content": "Alors que la saison de NBA est déjà dense, les dirigeants de la ligue étudient la possibilité de disputer un tournoi juste avant les fêtes. Cette idée pourrait être mise en place dès l'année prochaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-7e-de-ligue-1-un-truc-de-dingue-savoure-kombouare_AV-202112230065.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-l-organisation-d-un-tournoi-en-pleine-saison-a-l-etude_AV-202112260133.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 06:43:43 GMT", - "enclosure": "https://images.bfmtv.com/6Dax_xl11SULMth_9PRuaj4Q4Ws=/0x0:2048x1152/800x0/images/Antoine-Kombouare-1193664.jpg", + "pubDate": "Sun, 26 Dec 2021 14:49:17 GMT", + "enclosure": "https://images.bfmtv.com/ScjvEi1W3Dg7vD4I79jgfAQxwKw=/0x66:768x498/800x0/images/La-star-des-Los-Angeles-Lakers-LeBron-James-conteste-une-decision-de-l-arbitre-Justin-Van-Duyne-lors-d-une-defaite-en-NBA-contre-les-San-Antonio-Spurs-au-Staples-Center-de-Los-Angeles-le-23-decembre-2021-1194332.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30551,17 +31805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c89ccac6f7310a342a39203a3480ad8d" + "hash": "9390a2249eddbc1ebe5030891a90aa4e" }, { - "title": "Lorient-PSG: \"C'était un petit PSG\", les regrets de Monconduit après le nul", - "description": "Buteur pour Lorient lors du nul (1-1) ce mercredi face au PSG lors de la 19e journée de Ligue 1, Thomas Monconduit a regretté les occasions manquées par son équipe, rejointe en fin de partie. Le milieu de terrain des Merlus a senti aussi un adversaire plus friable sans des éléments comme Kylian Mbappé ou Neymar.

", - "content": "Buteur pour Lorient lors du nul (1-1) ce mercredi face au PSG lors de la 19e journée de Ligue 1, Thomas Monconduit a regretté les occasions manquées par son équipe, rejointe en fin de partie. Le milieu de terrain des Merlus a senti aussi un adversaire plus friable sans des éléments comme Kylian Mbappé ou Neymar.

", + "title": "JO 2022: \"On n'a pas le droit à l'erreur\", Bastien Midol raconte l'impact du Covid-19 sur sa préparation", + "description": "Bastien Midol, spécialiste français du ski cross, a expliqué ce dimanche pour RMC les conséquences de la crise sanitaire liée au Covid-19, et le risque d'un test positif, sur sa préparation des Jeux olympiques de Pékin en février prochain.

", + "content": "Bastien Midol, spécialiste français du ski cross, a expliqué ce dimanche pour RMC les conséquences de la crise sanitaire liée au Covid-19, et le risque d'un test positif, sur sa préparation des Jeux olympiques de Pékin en février prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-c-etait-un-petit-psg-les-regrets-de-monconduit-apres-le-nul_AV-202112230048.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-on-n-a-pas-le-droit-a-l-erreur-bastien-midol-raconte-l-impact-du-covid-19-sur-sa-preparation_AV-202112260129.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 06:24:44 GMT", - "enclosure": "https://images.bfmtv.com/HpxDIujXIDjVzgQKrpegPlufUR0=/0x106:2048x1258/800x0/images/Thomas-Monconduit-1193648.jpg", + "pubDate": "Sun, 26 Dec 2021 14:23:23 GMT", + "enclosure": "https://images.bfmtv.com/U4f71IiBLeh1ekd_Hdf6pSUERBM=/0x112:2048x1264/800x0/images/Bastien-Midol-leader-francais-du-ski-cross-1195026.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30572,17 +31826,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cf568ac189921c610162bcde0e5f2e4" + "hash": "8a25d0cc758a52be031e19aa78728c3a" }, { - "title": "Saint-Etienne: Dupraz veut se dépêcher de recruter des joueurs", - "description": "Battu par Nantes (0-1) pour sa première en Ligue 1 sur le banc de Saint-Etienne, Pascal Dupraz pousse ses dirigeants à vite renforcer l’équipe qu’il a trouvé très crispée.

", - "content": "Battu par Nantes (0-1) pour sa première en Ligue 1 sur le banc de Saint-Etienne, Pascal Dupraz pousse ses dirigeants à vite renforcer l’équipe qu’il a trouvé très crispée.

", + "title": "Boxing day en direct: la correction Manchester City, Arsenal et Tottenham en forme", + "description": "Malgré la résurgence de l'épidémie de Covid qui a conduit la PL a annuler des matchs, le boxing day a bien lieu avec des matchs alléchants à 16h.

", + "content": "Malgré la résurgence de l'épidémie de Covid qui a conduit la PL a annuler des matchs, le boxing day a bien lieu avec des matchs alléchants à 16h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-dupraz-veut-se-depecher-de-recruter-des-joueurs_AV-202112230046.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/boxing-day-en-direct-manchester-city-arsenal-tottenham-en-action_LS-202112260128.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 06:21:17 GMT", - "enclosure": "https://images.bfmtv.com/1ilx_wHun-4keHXqwsLNqtwseJI=/0x128:2032x1271/800x0/images/Pascal-Dupraz-1193653.jpg", + "pubDate": "Sun, 26 Dec 2021 14:21:13 GMT", + "enclosure": "https://images.bfmtv.com/1TvMwW-tfucIcOl3PZ_Wgb3IJlU=/0x0:2048x1152/800x0/images/Raheem-Sterling-et-Bernardo-Silva-lors-de-Manchester-City-Leicester-1195056.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30593,17 +31847,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "730657479990e3ccffddc5cb30d0a981" + "hash": "cb1c398bbea4e22fa6952cd4d3b595a8" }, { - "title": "OL: \"Ça me dégoûte\", Guimaraes fustige l’état d’esprit de l’équipe", - "description": "Le match nul concédé par Lyon face à Metz (1-1) agace Bruno Guimaraes, milieu lyonnais, et Peter Bosz, entraîneur, qui fustigent le relâchement de l’équipe, une habitude depuis le début de saison.

", - "content": "Le match nul concédé par Lyon face à Metz (1-1) agace Bruno Guimaraes, milieu lyonnais, et Peter Bosz, entraîneur, qui fustigent le relâchement de l’équipe, une habitude depuis le début de saison.

", + "title": "Premier League: Leeds-Aston Villa reporté à son tour", + "description": "La rencontre entre Leeds et Aston Villa, prévue le 28 décembre, a été reportée en raison des cas de covid chez les Peacocks.

", + "content": "La rencontre entre Leeds et Aston Villa, prévue le 28 décembre, a été reportée en raison des cas de covid chez les Peacocks.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-ca-me-degoute-guimaraes-fustige-l-etat-d-esprit-de-l-equipe_AV-202112230037.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-leeds-aston-villa-reporte-a-son-tour_AD-202112260123.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 05:58:35 GMT", - "enclosure": "https://images.bfmtv.com/cqaFjG1-bWrMRkUQaoxPVj90x3w=/0x124:2048x1276/800x0/images/Bruno-Guimaraes-1193634.jpg", + "pubDate": "Sun, 26 Dec 2021 14:07:47 GMT", + "enclosure": "https://images.bfmtv.com/hWkTSLyMe8u162ZeJlzfeFLDfOI=/0x120:2048x1272/800x0/images/Raphinha-1194712.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30614,17 +31868,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68737ac7f27f9fc49c4132a12c225348" + "hash": "c49178a18a184c4b88bb55fe5721ae50" }, { - "title": "Lorient-PSG: le message de Sergio Ramos après son carton rouge", - "description": "Sergio Ramos a réagi sur Twitter après son expulsion lors du match entre Lorient et le PSG (1-1), mercredi comptant pour la 19e journée de Ligue 1. L’Espagnol veut vite passer à autre chose.

", - "content": "Sergio Ramos a réagi sur Twitter après son expulsion lors du match entre Lorient et le PSG (1-1), mercredi comptant pour la 19e journée de Ligue 1. L’Espagnol veut vite passer à autre chose.

", + "title": "Paris FC-Lyon arrêté: la commission de discipline de la FFF va trancher", + "description": "Dix jours après les incidents en tribunes lors du match de Coupe de France entre le Paris FC et Lyon, la commission de discipline de la Fédération française de football (FFF) auditionne lundi les différentes parties avant de rendre ses décisions le jour même.

", + "content": "Dix jours après les incidents en tribunes lors du match de Coupe de France entre le Paris FC et Lyon, la commission de discipline de la Fédération française de football (FFF) auditionne lundi les différentes parties avant de rendre ses décisions le jour même.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-le-message-de-sergio-ramos-apres-son-carton-rouge_AV-202112230025.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-lyon-arrete-la-commission-de-discipline-de-la-fff-va-trancher_AV-202112260120.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 05:27:22 GMT", - "enclosure": "https://images.bfmtv.com/TVSaWr9YB8OW6KmQcZwOWvrL7F4=/0x204:2048x1356/800x0/images/Sergio-Ramos-au-sol-ecope-d-un-deuxieme-carton-jaune-1193620.jpg", + "pubDate": "Sun, 26 Dec 2021 13:57:21 GMT", + "enclosure": "https://images.bfmtv.com/ZAkCR9hoaJxJZ6wUlOVsDFoYpPo=/0x39:768x471/800x0/images/Des-incidents-entre-supporters-ont-emaille-la-rencontre-de-Coupe-de-France-entre-le-Paris-FC-et-l-Olympique-lyonnais-au-stade-Charlety-de-Paris-le-17-decembre-2021-1193255.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30635,17 +31889,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f938b855dc5c09d9d21b7a6aceb4918e" + "hash": "085b797578766f17b2d912a43c27a83c" }, { - "title": "Affaire Hamraoui: Abidal a été entendu mardi", - "description": "Eric Abidal, ancien défenseur de l'équipe de France, a été entendu comme témoin mardi par les enquêteurs dans l'affaire de l'agression de la joueuse du PSG, Kheira Hamraoui, le 4 novembre dernier.

", - "content": "Eric Abidal, ancien défenseur de l'équipe de France, a été entendu comme témoin mardi par les enquêteurs dans l'affaire de l'agression de la joueuse du PSG, Kheira Hamraoui, le 4 novembre dernier.

", + "title": "JO d'hiver: un objectif de 15 médailles pour la délégation tricolore", + "description": "Fabien Saguez, le directeur technique du ski français, a fixé un objectif de 15 médailles pour la délégation tricolore pour les prochains Jeux olympiques d'hiver, prévus du 4 au 20 février à Pékin.

", + "content": "Fabien Saguez, le directeur technique du ski français, a fixé un objectif de 15 médailles pour la délégation tricolore pour les prochains Jeux olympiques d'hiver, prévus du 4 au 20 février à Pékin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/affaire-hamraoui-abidal-a-ete-entendu-mardi_AD-202112230015.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-d-hiver-un-objectif-de-15-medailles-pour-la-delegation-tricolore_AV-202112260119.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 04:53:38 GMT", - "enclosure": "https://images.bfmtv.com/LCgL8tP9eLg0Ya7oA8sauyluLAg=/0x106:2048x1258/800x0/images/Eric-Abidal-1167449.jpg", + "pubDate": "Sun, 26 Dec 2021 13:49:45 GMT", + "enclosure": "https://images.bfmtv.com/cfm4stfDKurVGtlHfsKlNUiejOA=/0x25:768x457/800x0/images/Le-directeur-technique-de-la-Federation-francaise-de-ski-Fabien-Saguez-a-Cargese-en-Corse-le-29-mai-2009-969578.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30656,17 +31910,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f08daebb54ecfaf8472fc7220dd83f4" + "hash": "3c31f7098fbb2058b90fa188d98ccf91" }, { - "title": "Metz: \"C'est un jeu truqué\", Antonetti fustige le calendrier de la CAN", - "description": "Scandalisé par les dates de la Coupe d'Afrique des nations, qui vont priver le FC Metz de plusieurs internationaux, Frédéric Antonetti estime que le club est victime de ce \"jeu truqué et faussé\".

", - "content": "Scandalisé par les dates de la Coupe d'Afrique des nations, qui vont priver le FC Metz de plusieurs internationaux, Frédéric Antonetti estime que le club est victime de ce \"jeu truqué et faussé\".

", + "title": "Premier League: Positif au Covid, Vieira placé à l'isolement", + "description": "Un temps incertain, Crystal Palace-Tottenham aura bien lieu, mais sans PAtrick Viria, positif au covid et placé en isolement.

", + "content": "Un temps incertain, Crystal Palace-Tottenham aura bien lieu, mais sans PAtrick Viria, positif au covid et placé en isolement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/metz-c-est-un-jeu-truque-antonetti-fustige-le-calendrier-de-la-can_AV-202112230014.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-positif-au-covid-vieira-place-a-l-isolement_AN-202112260118.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:37:10 GMT", - "enclosure": "https://images.bfmtv.com/ZYSi_O-cAJoQIeF950j1wby9K7A=/239x226:1743x1072/800x0/images/Antonetti-1193596.jpg", + "pubDate": "Sun, 26 Dec 2021 13:48:32 GMT", + "enclosure": "https://images.bfmtv.com/ULgncPA_OBOKsBweV4yhS7SAyuI=/0x138:2048x1290/800x0/images/1194844.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30677,17 +31931,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47052003a99eb6c02111da7debf90304" + "hash": "56885c5a1af5a2ead9573dfda3771ca2" }, { - "title": "Antonetti après OL-Metz: \"C'est à Lyon que je me suis fait le plus voler\"", - "description": "Mécontent qu'un but ait été refusé au FC Metz face à l'OL (1-1), mercredi en Ligue 1, Frédéric Antonetti a déploré un \"jeu truqué voire faussé\". En cause, selon lui: \"la pression terrible\" qui pèse sur les arbitres à Lyon.

", - "content": "Mécontent qu'un but ait été refusé au FC Metz face à l'OL (1-1), mercredi en Ligue 1, Frédéric Antonetti a déploré un \"jeu truqué voire faussé\". En cause, selon lui: \"la pression terrible\" qui pèse sur les arbitres à Lyon.

", + "title": "CAN: sélectionné par le Maroc, Ez Abde au coeur d'un imbroglio avec Barcelone", + "description": "Selon la presse espagnole, Ez Abde aimerait finalement rester à Barcelone en janvier prochain, alors que l'ailier de 20 ans a été convoqué par le Maroc pour disputer la prochaine Coupe d'Afrique des nations. La Fédération marocaine aimerait garder son talent, convoité par l'Espagne.

", + "content": "Selon la presse espagnole, Ez Abde aimerait finalement rester à Barcelone en janvier prochain, alors que l'ailier de 20 ans a été convoqué par le Maroc pour disputer la prochaine Coupe d'Afrique des nations. La Fédération marocaine aimerait garder son talent, convoité par l'Espagne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/antonetti-apres-ol-metz-c-est-a-lyon-que-je-me-suis-fait-le-plus-voler_AV-202112230013.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-selectionne-par-le-maroc-ez-abde-au-coeur-d-un-imbroglio-avec-barcelone_AV-202112260116.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:11:40 GMT", - "enclosure": "https://images.bfmtv.com/aYCn5Iv0zNz3-dQ2K_vkSOlpjF4=/200x215:1736x1079/800x0/images/Antonetti-1193595.jpg", + "pubDate": "Sun, 26 Dec 2021 13:41:28 GMT", + "enclosure": "https://images.bfmtv.com/N4w8MdZl8OIMUcHDeJjs1vkDqnw=/0x0:2048x1152/800x0/images/Ez-Abde-1195012.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30698,17 +31952,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de4cecfee585391b8405b2fedac3ae40" + "hash": "ce34edb66e5ec0c82c1ace8d24cad20d" }, { - "title": "League Cup: le match renversant de Liverpool, qualifié aux tirs au but pour les demies", - "description": "Mené 2-0, puis 3-1, Liverpool est venu à bout de Leicester aux tirs au but (3-3 puis 5-4) et affrontera Arsenal en demi-finale début janvier, alors que Chelsea sera opposé à Tottenham.

", - "content": "Mené 2-0, puis 3-1, Liverpool est venu à bout de Leicester aux tirs au but (3-3 puis 5-4) et affrontera Arsenal en demi-finale début janvier, alors que Chelsea sera opposé à Tottenham.

", + "title": "Mercato: Reims s’offre définitivement un défenseur de l’Inter Milan", + "description": "Andreaw Gravillon a été officiellement acheté par Reims cette semaine. Prêté depuis le début de saison par l’Inter Milan, le défenseur a joué suffisamment de matchs pour être définitivement acheté par le club champenois selon les éléments confirmés par le président Jean-Pierre Caillot.

", + "content": "Andreaw Gravillon a été officiellement acheté par Reims cette semaine. Prêté depuis le début de saison par l’Inter Milan, le défenseur a joué suffisamment de matchs pour être définitivement acheté par le club champenois selon les éléments confirmés par le président Jean-Pierre Caillot.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/league-cup/league-cup-le-match-renversant-de-liverpool-qualifie-aux-tirs-au-but-pour-les-demies_AD-202112220490.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-reims-s-offre-definitivement-un-defenseur-de-l-inter-milan_AV-202112260110.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 23:36:55 GMT", - "enclosure": "https://images.bfmtv.com/1Kc7IJRPD033zGhxW0wDUug7ogE=/0x0:768x432/800x0/images/Le-coach-de-Liverpool-Jurgen-Klopp-apres-l-egalisation-de-son-equipe-face-a-Leicester-en-Coupe-de-la-Ligue-anglaise-au-stade-d-Anfield-de-Liverpool-en-Angleterre-le-22-decembre-2021-et-avant-de-remporter-les-tirs-aux-buts-1193562.jpg", + "pubDate": "Sun, 26 Dec 2021 13:24:33 GMT", + "enclosure": "https://images.bfmtv.com/W8lZpzd0iZ53bY6njjHwGTKJSXM=/0x0:2048x1152/800x0/images/Andreaw-Gravillon-1195011.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30719,17 +31973,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6613cead01d04b862cdac93a6ef15e0e" + "hash": "b05b9851624acac5f626a69d1bf1e5c9" }, { - "title": "Mercato en direct: Kamara flou sur son avenir à l'OM", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022. A cette date, de nombreux joueurs dont Kylian Mbappé pourront négocier avec le club de leur choix. En attendant, les cadors du football européen continuent de préparer le prochain marché des transferts et multiplient les pistes et les contacts avec d'éventuelles recrues. Suivez l'actualité du mercato, les informations et rumeurs, en direct commenté sur RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022. A cette date, de nombreux joueurs dont Kylian Mbappé pourront négocier avec le club de leur choix. En attendant, les cadors du football européen continuent de préparer le prochain marché des transferts et multiplient les pistes et les contacts avec d'éventuelles recrues. Suivez l'actualité du mercato, les informations et rumeurs, en direct commenté sur RMC Sport.

", + "title": "Les pronos hippiques du lundi 27 décembre 2021", + "description": "Le Quinté+ du lundi 27 décembre est programmé sur l’hippodrome de Deauville dans la discipline du plat. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du lundi 27 décembre est programmé sur l’hippodrome de Deauville dans la discipline du plat. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-20-decembre-2021_LN-202112200060.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-27-decembre-2021_AN-202112260108.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 06:59:22 GMT", - "enclosure": "https://images.bfmtv.com/FM0ZNBHXOspRKkWQ0kPiDC-BoEA=/0x0:1616x909/800x0/images/Boubacar-Kamara-1179404.jpg", + "pubDate": "Sun, 26 Dec 2021 13:16:47 GMT", + "enclosure": "https://images.bfmtv.com/GQaUGFwumiKpGHZ2b6GbBjhsPpE=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-23-decembre-2021-1192733.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30740,17 +31994,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dab813e94b6e7884089bd32e0e81d286" + "hash": "3d8412e358a46162d8fc4782a86780d6" }, { - "title": "Lorient-PSG: Pochettino regrette les \"erreurs\", mais se \"satisfait\" du classement", - "description": "Mauricio Pochettino a reconnu les difficultés du Paris Saint-Germain, qui a concédé le nul à Lorient (1-1), ce mercredi. Mais il a quand même mis en avant les résultats de son équipe, championne d'automne.

", - "content": "Mauricio Pochettino a reconnu les difficultés du Paris Saint-Germain, qui a concédé le nul à Lorient (1-1), ce mercredi. Mais il a quand même mis en avant les résultats de son équipe, championne d'automne.

", + "title": "Natation: Hand, cinéma, musique, les passions de Florent Manaudou à côté de l'objectif Paris 2024", + "description": "Vice-champion olympique du 50m nage libre lors des Jeux olympiques de Tokyo, Florent Manaudou n'a pas tourné la page du handball et a beaucoup de projets pour l'après JO 2024.

", + "content": "Vice-champion olympique du 50m nage libre lors des Jeux olympiques de Tokyo, Florent Manaudou n'a pas tourné la page du handball et a beaucoup de projets pour l'après JO 2024.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-pochettino-regrette-les-erreurs-mais-se-satisfait-du-classement_AV-202112220483.html", + "link": "https://rmcsport.bfmtv.com/natation/natation-hand-cinema-musique-les-passions-de-florent-manaudou-a-cote-de-l-objectif-paris-2024_AV-202112260107.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 23:08:40 GMT", - "enclosure": "https://images.bfmtv.com/bOvkLu49eMkFvQ4ma2DGeGRy1vc=/185x0:2041x1044/800x0/images/Pochettino-1193587.jpg", + "pubDate": "Sun, 26 Dec 2021 13:04:59 GMT", + "enclosure": "https://images.bfmtv.com/CnOabg9F2370G4e9qlIvabMF8EY=/0x0:2048x1152/800x0/images/Florent-MANAUDOU-1151510.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30761,17 +32015,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "122e385e655dfc8d4f62c68de33d24dd" + "hash": "3d51fa1aa63b4e61a8c7f71117416813" }, { - "title": "OM-Reims: Abdelhamid estime s'être \"fait un peu voler\" sur le penalty de Payet", - "description": "L’OM a arraché le point du match nul 1-1, mercredi soir au Vélodrome, grâce à un pénalty obtenu dans le temps additionnel par Dimitri Payet. Yunis Abdelhamid, le défenseur rémois, estime que son équipe s’est fait voler sur cette décision.

", - "content": "L’OM a arraché le point du match nul 1-1, mercredi soir au Vélodrome, grâce à un pénalty obtenu dans le temps additionnel par Dimitri Payet. Yunis Abdelhamid, le défenseur rémois, estime que son équipe s’est fait voler sur cette décision.

", + "title": "Benzema de retour chez les Bleus, Messi au PSG, France-Suisse… Les moments chocs du foot en 2021", + "description": "L’année 2021 touche à sa fin et a connu de nombreux rebondissements du côté de la planète foot. En équipe de France, le retour de Karim Benzema a surpris mais cela n’a pas suffi à éviter une douloureuse défaite à l’Euro contre la Suisse. Autres chocs mondiaux, l’annonce du départ de Lionel Messi de Barcelone et sa signature au PSG pendant le mercato estival ou l'effrayante crise de la Super League.

", + "content": "L’année 2021 touche à sa fin et a connu de nombreux rebondissements du côté de la planète foot. En équipe de France, le retour de Karim Benzema a surpris mais cela n’a pas suffi à éviter une douloureuse défaite à l’Euro contre la Suisse. Autres chocs mondiaux, l’annonce du départ de Lionel Messi de Barcelone et sa signature au PSG pendant le mercato estival ou l'effrayante crise de la Super League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-reims-abdelhamid-estime-s-etre-fait-un-peu-voler-sur-le-penalty-de-payet_AV-202112220482.html", + "link": "https://rmcsport.bfmtv.com/football/benzema-de-retour-chez-les-bleus-messi-au-psg-france-suisse-les-moments-chocs-du-foot-en-2021_AV-202112260105.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 23:04:32 GMT", - "enclosure": "https://images.bfmtv.com/WKyrpMgyUT9NuADZ7dGK5wfjEfg=/0x68:2048x1220/800x0/images/Yunis-Abdelhamid-lors-de-Marseille-Reims-1193580.jpg", + "pubDate": "Sun, 26 Dec 2021 13:00:50 GMT", + "enclosure": "https://images.bfmtv.com/Zbo1Gy6lYOPD7Uu52iiCPRxCJmc=/0x24:2048x1176/800x0/images/Kylian-Mbappe-reconforte-apres-son-rate-lors-de-France-Suisse-a-l-Euro-1194997.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30782,17 +32036,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aebf0be06d00c566c4be3fe103440564" + "hash": "d9eea16d5fba9a4e38011442934a3902" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 23 décembre – Eredivisie - Pays-Bas", - "description": "Notre pronostic: pas de vainqueur entre le Sparta Rotterdam et le RKC Waalwijk (3.35)

", - "content": "Notre pronostic: pas de vainqueur entre le Sparta Rotterdam et le RKC Waalwijk (3.35)

", + "title": "Coupe du monde: Bonucci chambre Ronaldo avant un potentiel barrage", + "description": "Dans un entretien de fin d'année avec la Rai, Leonardo Bonucci s'est montré optimiste quant aux chances de qualification de l'Italie pour la prochaine Coupe du monde. Le défenseur de la Juventus prévient aussi déjà Cristiano Ronaldo avant un potentiel barrage face au Portugal.

", + "content": "Dans un entretien de fin d'année avec la Rai, Leonardo Bonucci s'est montré optimiste quant aux chances de qualification de l'Italie pour la prochaine Coupe du monde. Le défenseur de la Juventus prévient aussi déjà Cristiano Ronaldo avant un potentiel barrage face au Portugal.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-23-decembre-eredivisie-pays-bas_AN-202112220295.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-bonucci-chambre-ronaldo-avant-un-potentiel-barrage_AV-202112260104.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/7OSdGYlxnOCUgMam6tj0RFef4aM=/0x104:1984x1220/800x0/images/Jens-Odgaard-RKC-Waalwijk-1193184.jpg", + "pubDate": "Sun, 26 Dec 2021 12:58:54 GMT", + "enclosure": "https://images.bfmtv.com/fEL4Aj32HuTFx-tMhC-romVxB2k=/0x105:2048x1257/800x0/images/Ronaldo-Bonucci-1194985.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30803,17 +32057,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fdf7ef9bf00c6d431cdf4c326bec55d" + "hash": "514860eee985ccce923b14a88b271638" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 23 décembre – Eredivisie - Pays-Bas", - "description": "Notre pronostic: le PSV Eindhoven bat Go Ahead Eagles par au moins deux buts d'écart (1.35)

", - "content": "Notre pronostic: le PSV Eindhoven bat Go Ahead Eagles par au moins deux buts d'écart (1.35)

", + "title": "Le sport face au coronavirus en direct: Un match maintenu mais sans Vieira!", + "description": "Retrouvez toutes les informations liées à l'impact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "content": "Retrouvez toutes les informations liées à l'impact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-23-decembre-eredivisie-pays-bas_AN-202112220292.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/41dnhr-V3G3PNa6Dp_YvWrc7njw=/0x104:1984x1220/800x0/images/Cody-Gakpo-PSV-Eindhoven-1193182.jpg", + "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", + "enclosure": "https://images.bfmtv.com/xPm3AORdjbnEHzjbgPfQAKoCuqY=/0x44:2000x1169/800x0/images/Tottenham-1193944.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30824,17 +32078,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebcf4aff45def07d417595f1af0858a0" + "hash": "25436a0477bc3f67ff644cb26b2ea2d1" }, { - "title": "Lorient-PSG: première exclusion en Ligue 1 pour Ramos, entré à la mi-temps", - "description": "Rentré en jeu pour consolider la défense du PSG à la mi-temps face à Lorient (1-1), mercredi, Sergio Ramos a été expulsé en fin de match pour deuxième carton jaune.

", - "content": "Rentré en jeu pour consolider la défense du PSG à la mi-temps face à Lorient (1-1), mercredi, Sergio Ramos a été expulsé en fin de match pour deuxième carton jaune.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 26 décembre – Premier League – Angleterre", + "description": "Mon pronostic : Manchester City bat Leicester et Sterling marque (2.15)

", + "content": "Mon pronostic : Manchester City bat Leicester et Sterling marque (2.15)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-premiere-exclusion-en-ligue-1-pour-ramos-entre-a-la-mi-temps_AV-202112220473.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-26-decembre-premier-league-angleterre_AN-202112260097.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 22:21:44 GMT", - "enclosure": "https://images.bfmtv.com/R7081Qa-TZbqp2ostXQ5HjDTkgM=/81x42:2033x1140/800x0/images/Sergio-Ramos-1193553.jpg", + "pubDate": "Sun, 26 Dec 2021 12:11:03 GMT", + "enclosure": "https://images.bfmtv.com/rvdHVMq2Xr5FzYne5TmokXzPS9I=/0x109:2000x1234/800x0/images/R-Sterling-1194983.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30845,17 +32099,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d3a5480c59934417141244ebc191167" + "hash": "d41afa2d0e2bf099082d9bef3bff5c6c" }, { - "title": "Ligue 1: la bonne affaire de Monaco, l'OL n'avance plus", - "description": "Avec sa victoire contre Rennes (2-1), l'AS Monaco fait un joli rapproché au classement, alors que l'OL a concédé un nouveau match nul à domicile (1-1) et stagne en deuxième partie de classement. Nice (2-1 face à Lens) et Montpellier (4-1 contre Angers) font aussi une bonne affaire dans la lutte pour les places européennes.

", - "content": "Avec sa victoire contre Rennes (2-1), l'AS Monaco fait un joli rapproché au classement, alors que l'OL a concédé un nouveau match nul à domicile (1-1) et stagne en deuxième partie de classement. Nice (2-1 face à Lens) et Montpellier (4-1 contre Angers) font aussi une bonne affaire dans la lutte pour les places européennes.

", + "title": "Mercato: Messi en baisse, Haaland en hausse, quels sont les joueurs dont la valeur marchande a le plus varié?", + "description": "Le portail Transfermarkt a dressé une liste des joueurs qui ont vu leur valeur marchande fortement baisser, ainsi que ceux qui ont vu la leur augmenter. Parmi les mauvais élèves, se trouve Lionel Messi.

", + "content": "Le portail Transfermarkt a dressé une liste des joueurs qui ont vu leur valeur marchande fortement baisser, ainsi que ceux qui ont vu la leur augmenter. Parmi les mauvais élèves, se trouve Lionel Messi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-la-bonne-affaire-de-monaco-l-ol-n-avance-plus_AV-202112220466.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-messi-en-baisse-haaland-en-hausse-quels-sont-les-joueurs-dont-la-valeur-marchande-a-le-plus-varie_AV-202112260094.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 22:08:47 GMT", - "enclosure": "https://images.bfmtv.com/g8WWkxGctcfm3qInxo009rxIEho=/0x0:2048x1152/800x0/images/Wissam-Ben-Yedder-1193542.jpg", + "pubDate": "Sun, 26 Dec 2021 11:38:55 GMT", + "enclosure": "https://images.bfmtv.com/MQRg0IMM4VlQof_QsiNfaN7LOJ8=/0x40:768x472/800x0/images/L-Argentin-Lionel-Messi-avec-le-Paris-SG-contre-le-FC-Bruges-en-Ligue-des-champions-le-7-decembre-2021-au-Parc-des-Princes-a-Paris-1192861.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30866,17 +32120,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c5b23f2a11020646a492bf9bac14a11" + "hash": "919a2216e3ed10be9f7f12ac3538641e" }, { - "title": "OM-Reims: Payet arrache le nul au Vélodrome", - "description": "L'OM a arraché le match nul contre Reims mercredi soir (1-1), grâce à un penalty de Dimitri Payet au bout du temps additionnel. Les Marseillais terminent l’année à la troisième place du classement.

", - "content": "L'OM a arraché le match nul contre Reims mercredi soir (1-1), grâce à un penalty de Dimitri Payet au bout du temps additionnel. Les Marseillais terminent l’année à la troisième place du classement.

", + "title": "PSG: Rafinha à la Real Sociedad en début de semaine", + "description": "Le PSG va entamer son opération dégraissage lors du mercato d’hiver avec le départ de Rafinha. Très peu utilisé par Mauricio Pochettino, le milieu brésilien va s’engager via un prêt sans option d’achat avec la Real Sociedad en début de semaine prochaine.

", + "content": "Le PSG va entamer son opération dégraissage lors du mercato d’hiver avec le départ de Rafinha. Très peu utilisé par Mauricio Pochettino, le milieu brésilien va s’engager via un prêt sans option d’achat avec la Real Sociedad en début de semaine prochaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/marseille-reims-payet-arrache-le-nul-au-velodrome_AN-202112220464.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-rafinha-a-la-real-sociedad-en-debut-de-semaine_AV-202112260091.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 22:05:43 GMT", - "enclosure": "https://images.bfmtv.com/H4B0j_L5ys6uAThEwho7ENe60rE=/0x212:2048x1364/800x0/images/Dimitri-Payet-1193543.jpg", + "pubDate": "Sun, 26 Dec 2021 11:21:47 GMT", + "enclosure": "https://images.bfmtv.com/Uj9X5bu5ZojWqeum_mEXUGDQlzM=/0x177:2032x1320/800x0/images/Rafinha-avec-le-PSG-1194975.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30887,17 +32141,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3414d3bcb53217c760b10dcac84ff596" + "hash": "73110eb59f6903afea268e599dbe76d3" }, { - "title": "Monaco-Rennes en direct: les Monégasques remontent vers l'Europe, Rennes marque le pas", - "description": "Pour leur dernier match de l'année 2021, les Monégasques ont réussi une bonne performance en renversant le Stade Rennais à Louis-II (2-1). L'ASM revient à 2 points de son adversaire du soir, à hauteur des places européennes.

", - "content": "Pour leur dernier match de l'année 2021, les Monégasques ont réussi une bonne performance en renversant le Stade Rennais à Louis-II (2-1). L'ASM revient à 2 points de son adversaire du soir, à hauteur des places européennes.

", + "title": "Mercato: qui sont les joueurs libres en 2022 ?", + "description": "Alors que le mercato ouvre ses portes le 1er janvier, les joueurs en fin de contrat en juin 2022 peuvent s'engager où ils le souhaitent dès cet hiver. Tour d'horizon sur ceux qui pourraient s'engager gratuitement dans un autre club.

", + "content": "Alors que le mercato ouvre ses portes le 1er janvier, les joueurs en fin de contrat en juin 2022 peuvent s'engager où ils le souhaitent dès cet hiver. Tour d'horizon sur ceux qui pourraient s'engager gratuitement dans un autre club.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-monaco-rennes-en-direct_LS-202112220386.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-qui-sont-les-joueurs-libres-en-2022_AV-202112260084.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 17:42:58 GMT", - "enclosure": "https://images.bfmtv.com/d5kvqoCekdqXglQWeN3fbPFSQ9M=/7x66:1991x1182/800x0/images/Gaetan-Laborde-Rennes-1190436.jpg", + "pubDate": "Sun, 26 Dec 2021 10:49:39 GMT", + "enclosure": "https://images.bfmtv.com/N_-W91tSBhOWH2fi17t_-To9b3w=/0x0:2048x1152/800x0/images/Paul-Pogba-et-Kylian-Mbappe-a-l-entrainement-des-Bleus-1059071.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30908,17 +32162,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb35bda1168562ba4b0cc1186c3a8bd1" + "hash": "b61eba932e30863941a3f2ad35a74912" }, { - "title": "Lorient-PSG: Icardi sauve un point pour Paris, Ramos exclu", - "description": "Pour sa dernière sortie en 2021, le PSG s'est montré peu inspiré à Lorient (1-1) au stade du Moustoir. En infériorité numérique dans les dix dernières minutes, les Parisiens ont été sauvés dans le temps additionnel par Mauro Icardi.

", - "content": "Pour sa dernière sortie en 2021, le PSG s'est montré peu inspiré à Lorient (1-1) au stade du Moustoir. En infériorité numérique dans les dix dernières minutes, les Parisiens ont été sauvés dans le temps additionnel par Mauro Icardi.

", + "title": "Top 14: le choc du Boxing Day entre Toulouse et le Stade français est reporté", + "description": "En raison de plusieurs cas de coronavirus dans les rangs du Stade français, le choc face au Stade Toulousain n'aura pas lieu ce dimanche comme prévu. Le choc du Boxing Day est le quatrième match reporté de la 13e journée.

", + "content": "En raison de plusieurs cas de coronavirus dans les rangs du Stade français, le choc face au Stade Toulousain n'aura pas lieu ce dimanche comme prévu. Le choc du Boxing Day est le quatrième match reporté de la 13e journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-icardi-sauve-un-point-pour-paris-ramos-exclu_AV-202112220461.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-le-choc-du-boxing-day-entre-toulouse-et-le-stade-francais-est-reporte_AV-202112260083.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 21:59:05 GMT", - "enclosure": "https://images.bfmtv.com/XNQyf0YxNUHe7aHTYb7jx43k38Q=/0x104:1984x1220/800x0/images/Mauro-Icardi-lors-de-Lorient-PSG-1193544.jpg", + "pubDate": "Sun, 26 Dec 2021 10:43:12 GMT", + "enclosure": "https://images.bfmtv.com/oENeDRjRIRlGKbdO7qFBUlElRBc=/0x106:2048x1258/800x0/images/Stade-Toulousain-1194963.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30929,17 +32183,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f72b4cb092963f87b49803fae8929d60" + "hash": "d75d5ffdda4e060d4d6b9eefb58ed775" }, { - "title": "Lorient-PSG: Paris évite la défaite, Pochettino \"satisfait\" des résultats", - "description": "Le PSG, déjà champion d'automne, a égalisé au bout du temps additionnel via Icardi pour s'en sortir à Lorient (1-1). Les Merlus menaient grâce à un but de Monconduit, et ont terminé à 11 contre 10 après l'expulsion de Ramos.

", - "content": "Le PSG, déjà champion d'automne, a égalisé au bout du temps additionnel via Icardi pour s'en sortir à Lorient (1-1). Les Merlus menaient grâce à un but de Monconduit, et ont terminé à 11 contre 10 après l'expulsion de Ramos.

", + "title": "CAN: L'Algérie, grande favorite", + "description": "Invité de l'After Foot samedi soir, Aliou Goloko, journaliste sénégalais, a désigné le tenant du titre, l'Algérie comme le favori de la CAN qui débute le 9 janvier au Cameroun.

", + "content": "Invité de l'After Foot samedi soir, Aliou Goloko, journaliste sénégalais, a désigné le tenant du titre, l'Algérie comme le favori de la CAN qui débute le 9 janvier au Cameroun.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-en-direct-paris-veut-bien-finir-l-annee_LS-202112220422.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-l-algerie-grande-favorite_AV-202112260081.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:50:58 GMT", - "enclosure": "https://images.bfmtv.com/XNQyf0YxNUHe7aHTYb7jx43k38Q=/0x104:1984x1220/800x0/images/Mauro-Icardi-lors-de-Lorient-PSG-1193544.jpg", + "pubDate": "Sun, 26 Dec 2021 10:37:55 GMT", + "enclosure": "https://images.bfmtv.com/gYZHHPa48ua76KmZOAwM7n7vhXM=/0x40:768x472/800x0/images/La-joie-des-Algeriens-et-de-Riyad-Mahrez-au-centre-apres-le-sacre-de-l-Algerie-lors-de-la-Coupe-d-Afrique-des-Nations-2019-au-Caire-en-Egypte-le-19-juillet-2019-1192751.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30950,17 +32204,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "711e5f4c1fd276c19359348b50497bd2" + "hash": "2a770b78bbd5db6d4fed6a75816fc6a8" }, { - "title": "Ligue 1 en direct: l'OM sauve sa 2e place, Lyon concède le nul, première défaite pour Dupraz avec Sainté", - "description": "Multiplex de folie ce mercredi à 21h, pour boucler la première partie de saison de Ligue 1. La 19e journée réserve de très belles affiches, pour le maintien ou pour la lutte en haut de tableau.

", - "content": "Multiplex de folie ce mercredi à 21h, pour boucler la première partie de saison de Ligue 1. La 19e journée réserve de très belles affiches, pour le maintien ou pour la lutte en haut de tableau.

", + "title": "Cyclo-cross: Van der Poel de retour à Termonde, pour un duel très attendu face à Van Aert", + "description": "Près de trois mois après le début de la saison de cyclo-cross, le quadruple champion du monde Mathieu van der Poel effectue son retour ce dimanche, à Termonde en Belgique, à l'occasion d'une manche de la Coupe du monde. Le Néerlandais va y retrouver son grand rival Wout Van Aert, victorieux à trois reprises en autant de courses en décembre.

", + "content": "Près de trois mois après le début de la saison de cyclo-cross, le quadruple champion du monde Mathieu van der Poel effectue son retour ce dimanche, à Termonde en Belgique, à l'occasion d'une manche de la Coupe du monde. Le Néerlandais va y retrouver son grand rival Wout Van Aert, victorieux à trois reprises en autant de courses en décembre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-multiplex-de-la-19e-journee_LS-202112220278.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/cyclo-cross-van-der-poel-de-retour-a-termonde-pour-un-duel-tres-attendu-face-a-van-aert_AV-202112260066.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 14:52:12 GMT", - "enclosure": "https://images.bfmtv.com/FAMjzU33LH55_mSfyqYXODfImk8=/0x101:2032x1244/800x0/images/OM-Reims-1193532.jpg", + "pubDate": "Sun, 26 Dec 2021 09:50:50 GMT", + "enclosure": "https://images.bfmtv.com/ZJg8CqtIwJwKdm1DSqaQcG8noVM=/0x106:2048x1258/800x0/images/Van-der-Poel-Van-Aert-1194934.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30971,17 +32225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1819cfb24e896b87de74a1d2353f6403" + "hash": "2898366e34740820171610636f72890c" }, { - "title": "Bilbao-Real: le but somptueux de Benzema, qui s'est offert un doublé", - "description": "Pour son 400e but en carrière, Karim Benzema a marqué un bijou face à l'Athletic Bilbao, ce mercredi: une sublime frappe enroulée. L'attaquant du Real Madrid a signé un doublé dans ce match avancé de Liga.

", - "content": "Pour son 400e but en carrière, Karim Benzema a marqué un bijou face à l'Athletic Bilbao, ce mercredi: une sublime frappe enroulée. L'attaquant du Real Madrid a signé un doublé dans ce match avancé de Liga.

", + "title": "Premier League: Guardiola milite pour le retour des masques dans les stades", + "description": "Alors que le Boxing Day débute ce dimanche en Angleterre, Pep Guardiola estime que le port du masque dans les stades doit être généralisé, alors que les cas de Covid se multiplient outre Manche.

", + "content": "Alors que le Boxing Day débute ce dimanche en Angleterre, Pep Guardiola estime que le port du masque dans les stades doit être généralisé, alors que les cas de Covid se multiplient outre Manche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/bilbao-real-le-but-somptueux-de-benzema-qui-s-est-offert-un-double_AV-202112220459.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-guardiola-milite-pour-le-retour-des-masques-dans-les-stades_AV-202112260063.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 21:38:50 GMT", - "enclosure": "https://images.bfmtv.com/Sa6-rRJRVMQiud47wsxMUWlg3aA=/0x56:2048x1208/800x0/images/Karim-Benzema-1193537.jpg", + "pubDate": "Sun, 26 Dec 2021 09:47:44 GMT", + "enclosure": "https://images.bfmtv.com/1IBI9NmtYocYqEFNIJrgyWSD7-U=/0x208:2048x1360/800x0/images/Pep-GUARDIOLA-1156444.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -30992,17 +32246,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55a56c20a992860b154597a08aaeda20" + "hash": "ff353f79bc9c9b3ae1136c7b251a6570" }, { - "title": "Ski (slalom): cruels regrets pour Noël, Pinturault se rassure avec la 2e place", - "description": "Immense désillusion pour Clément Noël: parti pour remporter le slalom de Madonna di Campiglio, ce mercredi, le Français a chuté et raté la dernière porte. Alexis Pinturault a pris la 2e place de l’épreuve, seulement devancé par le Norvégien Sebastian Floss Solevaag.

", - "content": "Immense désillusion pour Clément Noël: parti pour remporter le slalom de Madonna di Campiglio, ce mercredi, le Français a chuté et raté la dernière porte. Alexis Pinturault a pris la 2e place de l’épreuve, seulement devancé par le Norvégien Sebastian Floss Solevaag.

", + "title": "Tennis: le canadien Shapovalov testé positif au Covid-19 à Sydney", + "description": "Il a été testé positif dès son arrivée en Australie. L'Open d'Australie doit commencer le 17 janvier.

", + "content": "Il a été testé positif dès son arrivée en Australie. L'Open d'Australie doit commencer le 17 janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-slalom-cruels-regrets-pour-noel-pinturault-se-rassure-avec-la-2e-place_AV-202112220456.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/tennis-le-canadien-shapovalov-teste-positif-au-covid-19-a-sydney_AD-202112260055.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 21:12:13 GMT", - "enclosure": "https://images.bfmtv.com/-mQCT1IYD0Yb67SKZACqrpIsMK0=/0x0:2048x1152/800x0/images/Clement-Noel-1193529.jpg", + "pubDate": "Sun, 26 Dec 2021 09:35:58 GMT", + "enclosure": "https://images.bfmtv.com/zkwqmyLyPq0ORGrsVojyDtrcSkQ=/0x39:768x471/800x0/images/Le-joueur-de-tennis-Rafael-Nadal-a-gauche-et-le-joueur-canadien-Denis-Shapovalov-a-droite-le-18-decembre-2021-a-Abou-Dhabi-1191825.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31013,17 +32267,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec6b6b6084f7831197556abd625ec76c" + "hash": "f2df5fd89240b478f0268c7bd48a23d7" }, { - "title": "Italie: le club de Catane déclaré en faillite", - "description": "Présent en troisième division italienne, le club historique Catane, en proie à des gros soucis financiers, a été déclaré en faillite par un tribunal de la ville. Selon la Gazzetta dello Sport, la formation s’était présentée à une audience avec l’offre d’un éventuel repreneur, mais celle-ci a été jugée insuffisante.

", - "content": "Présent en troisième division italienne, le club historique Catane, en proie à des gros soucis financiers, a été déclaré en faillite par un tribunal de la ville. Selon la Gazzetta dello Sport, la formation s’était présentée à une audience avec l’offre d’un éventuel repreneur, mais celle-ci a été jugée insuffisante.

", + "title": "La Fédération islandaise en déliquescence depuis la révélation de l'affaire de pédocriminalité de Sigurdsson", + "description": "Alors que Gylfi Sigurdsson a disparu des terrains après avoir été accusé de pédocriminalité, les démissions au sein de la Fédération islandaise se sont succédé après la révélation de plusieurs agressions sexuelles commises par des internationaux.

", + "content": "Alors que Gylfi Sigurdsson a disparu des terrains après avoir été accusé de pédocriminalité, les démissions au sein de la Fédération islandaise se sont succédé après la révélation de plusieurs agressions sexuelles commises par des internationaux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/italie-le-club-de-catane-declare-en-faillite_AV-202112220453.html", + "link": "https://rmcsport.bfmtv.com/football/la-federation-islandaise-en-deliquescence-depuis-la-revelation-de-l-affaire-de-pedocriminalite-de-sigurdsson_AV-202112260044.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 21:00:03 GMT", - "enclosure": "https://images.bfmtv.com/y9vvX3HqIb8VzYwqURWG_wH9QLE=/0x0:2032x1143/800x0/images/Catane-1193271.jpg", + "pubDate": "Sun, 26 Dec 2021 09:12:42 GMT", + "enclosure": "https://images.bfmtv.com/8pbH-FKghalKmQZt8kqreOKKiBo=/0x37:2048x1189/800x0/images/Gylfi-Sigurdsson-1071087.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31034,17 +32288,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47797a61990bc9f80a181ca151046887" + "hash": "8bb27ed7f41b43034eacffc2f0a3c84f" }, { - "title": "Après la polémique du GP d’Abu Dhabi, la F1 veut faire profil bas", - "description": "Après le sacre de Max Verstappen, violemment contesté par Mercedes après un dernier tour polémique à Abu Dhabi, la F1 préfère se montrer silencieuse, attendre que l’orage passe et se tourner vers la prochaine saison.

", - "content": "Après le sacre de Max Verstappen, violemment contesté par Mercedes après un dernier tour polémique à Abu Dhabi, la F1 préfère se montrer silencieuse, attendre que l’orage passe et se tourner vers la prochaine saison.

", + "title": "Le Barça continue de vendre du merchandising Messi a un prix astronomique", + "description": "En difficulté financière, le club catalan n'hésite pas à faire feu de tout bois. Et même de tout élastique.

", + "content": "En difficulté financière, le club catalan n'hésite pas à faire feu de tout bois. Et même de tout élastique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/apres-la-polemique-du-gp-d-abu-dhabi-la-f1-veut-faire-profil-bas_AV-202112220452.html", + "link": "https://rmcsport.bfmtv.com/football/liga/le-barca-continue-de-vendre-du-merchandising-messi-a-un-prix-astronomique_AV-202112260040.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 20:55:15 GMT", - "enclosure": "https://images.bfmtv.com/qwJNwEtcqolSkWWG6-CriFf0Onc=/63x185:2031x1292/800x0/images/Stefano-Domenicali-1193299.jpg", + "pubDate": "Sun, 26 Dec 2021 08:43:20 GMT", + "enclosure": "https://images.bfmtv.com/e6I9GZOwWmxabiPUdzOl-YkR3So=/0x0:1968x1107/800x0/images/Lionel-Messi-Barcelone-1024149.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31055,17 +32309,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "946983b9059ce63a1246f0d51edb6bb9" + "hash": "c1f5276b9ad26e50856c31990d4b88e3" }, { - "title": "JO 2024: le site du tour préliminaire de basket ne convainc pas la Fiba", - "description": "La Fédération internationale de basket n'est pas convaincue par la relocalisation d'une partie des matchs de basket des JO 2024 au Parc des expositions de la porte de Versailles à Paris. Elle demande des garanties au comité d'organisation.

", - "content": "La Fédération internationale de basket n'est pas convaincue par la relocalisation d'une partie des matchs de basket des JO 2024 au Parc des expositions de la porte de Versailles à Paris. Elle demande des garanties au comité d'organisation.

", + "title": "Angleterre: bientôt jusqu'à 10 ans d'interdiction de stade pour les fans coupables d'abus en ligne", + "description": "Le gouvernement britannique présentera en début d'année 2022 une nouvelle loi, visant à lutter contre les abus racistes et violences en ligne à l'encontre des sportifs professionnels et plus précisément des footballeurs, souvent visés ces derniers mois. Les fautifs risqueront des ordonnances d'interdiction de football allant de 3 à 10 ans.

", + "content": "Le gouvernement britannique présentera en début d'année 2022 une nouvelle loi, visant à lutter contre les abus racistes et violences en ligne à l'encontre des sportifs professionnels et plus précisément des footballeurs, souvent visés ces derniers mois. Les fautifs risqueront des ordonnances d'interdiction de football allant de 3 à 10 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2024-le-site-du-tour-preliminaire-de-basket-ne-convainc-pas-la-fiba_AD-202112220451.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/angleterre-bientot-jusqu-a-10-ans-d-interdiction-de-stade-pour-les-fans-coupables-d-abus-en-ligne_AV-202112260039.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 20:49:59 GMT", - "enclosure": "https://images.bfmtv.com/T3aU7rfG8nUfoU_n3c6eWE7Y0iA=/3x57:1059x651/800x0/images/-877420.jpg", + "pubDate": "Sun, 26 Dec 2021 08:35:01 GMT", + "enclosure": "https://images.bfmtv.com/E4hWdAYW2xML1Rhxer5QEJqtGAA=/0x97:2048x1249/800x0/images/Salah-1194911.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31076,17 +32330,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c6f779b372fbbd3be20eb809c368a39" + "hash": "439bcface196b59d23f044b56c726f83" }, { - "title": "Ligue 1: le brouillard fait reporter le match Clermont-Strasbourg", - "description": "Le match Clermont-Strasbourg, initialement programmé mercredi soir lors de la 19e journée de Ligue 1, a dû être reporté en raison d'un brouillard rendant la visibilité difficile au stade Gabriel-Montpied.

", - "content": "Le match Clermont-Strasbourg, initialement programmé mercredi soir lors de la 19e journée de Ligue 1, a dû être reporté en raison d'un brouillard rendant la visibilité difficile au stade Gabriel-Montpied.

", + "title": "Mercato: Jérémie Boga va bien s'engager avec l'Atalanta", + "description": "Comme pressenti ces dernières semaines, Sassuolo et l'Atalanta ont trouvé un accord autour de 20 millions d'euros pour le transfert de Jérémie Boga. L'international ivoirien va s'engager avec l'Atalanta avant la reprise de la Serie A.

", + "content": "Comme pressenti ces dernières semaines, Sassuolo et l'Atalanta ont trouvé un accord autour de 20 millions d'euros pour le transfert de Jérémie Boga. L'international ivoirien va s'engager avec l'Atalanta avant la reprise de la Serie A.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-brouillard-fait-reporter-le-match-clermont-strasbourg_AV-202112220449.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-jeremie-boga-va-bien-s-engager-avec-l-atalanta_AV-202112260034.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 20:28:18 GMT", - "enclosure": "https://images.bfmtv.com/JL0k5XHWPgBX1O8nKFf5Lnvd0-o=/207x329:2031x1355/800x0/images/Clermont-Strasbourg-1193521.jpg", + "pubDate": "Sun, 26 Dec 2021 08:11:46 GMT", + "enclosure": "https://images.bfmtv.com/s79ZvwVpik0qLGSg3eI-nqrZIVQ=/4x57:1044x642/800x0/images/-871060.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31097,17 +32351,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cff540a38c5f3a04dc1e9bcef331f419" + "hash": "65951edc544047d4a64ca4673e78b5dc" }, { - "title": "PSG: \"Icardi n'est plus un joueur de foot\", s'agace Rothen", - "description": "Dans \"Rothen s'enflamme\" sur RMC, Jérôme Rothen s'est exprimé sur la situation délicate de Mauro Icardi au PSG. Pour l'ancien international français, le buteur argentin doit \"laisser sa place\" et quitter le club au plus vite.

", - "content": "Dans \"Rothen s'enflamme\" sur RMC, Jérôme Rothen s'est exprimé sur la situation délicate de Mauro Icardi au PSG. Pour l'ancien international français, le buteur argentin doit \"laisser sa place\" et quitter le club au plus vite.

", + "title": "Mercato: Anthony Martial, une priorité pour le FC Séville", + "description": "Selon Estadio Deportivo, le FC Séville a fait d'Anthony Martial sa priorité pour le mercato hivernal, en raison des blessures de certains joueurs ou des absences de Munir El-Haddadi et Youssef En-Nesyri, qui vont participer à la CAN. RMC Sport indiquait ces derniers jours que le club andalou s'était positionné dans ce dossier et que l'international français était attiré par un prêt en Andalousie.

", + "content": "Selon Estadio Deportivo, le FC Séville a fait d'Anthony Martial sa priorité pour le mercato hivernal, en raison des blessures de certains joueurs ou des absences de Munir El-Haddadi et Youssef En-Nesyri, qui vont participer à la CAN. RMC Sport indiquait ces derniers jours que le club andalou s'était positionné dans ce dossier et que l'international français était attiré par un prêt en Andalousie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-icardi-n-est-plus-un-joueur-de-foot-s-agace-rothen_AV-202112220440.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-anthony-martial-une-priorite-pour-le-fc-seville_AV-202112260027.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 19:50:14 GMT", - "enclosure": "https://images.bfmtv.com/zKnScW2qZF8mwNhaKW-7iuFAkP0=/0x40:768x472/800x0/images/L-attaquant-argentin-Mauro-Icardi-avec-le-Paris-SG-contre-Lille-en-Ligue-1-le-29-octobre-2021-au-Parc-des-Princes-a-Paris-1192859.jpg", + "pubDate": "Sun, 26 Dec 2021 07:38:59 GMT", + "enclosure": "https://images.bfmtv.com/oHuLDOFbcxWK8Hh4ep1UT-fNi14=/0x25:1600x925/800x0/images/Ligue-Europa-les-8es-de-finale-en-direct-985241.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31118,17 +32372,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ba896ceb4640be463df274905bc340b" + "hash": "3a62792fefcc14830af4c565db69a96b" }, { - "title": "Lorient-PSG, les compos: Messi et Navas titulaires, Ramos sur le banc", - "description": "Pour le dernier match de l'année 2021, Mauricio Pochettino doit se passer de Mbappé (suspendu) et Neymar (blessé). Le technicien argentin a décidé d'aligner Mauro Icardi en pointe, et de se passer de Sergio Ramos, sur le banc.

", - "content": "Pour le dernier match de l'année 2021, Mauricio Pochettino doit se passer de Mbappé (suspendu) et Neymar (blessé). Le technicien argentin a décidé d'aligner Mauro Icardi en pointe, et de se passer de Sergio Ramos, sur le banc.

", + "title": "NBA: Malgré la défaite des Lakers, LeBron James bat un nouveau record", + "description": "Lors de la défaite des Los Angeles Lakers face aux Nets de Brooklyn (122-115), LeBron James, la star des Angelinos, est devenu le recordman de points marqués à Noël, pour son 16e Christmas Day.

", + "content": "Lors de la défaite des Los Angeles Lakers face aux Nets de Brooklyn (122-115), LeBron James, la star des Angelinos, est devenu le recordman de points marqués à Noël, pour son 16e Christmas Day.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-les-compos-messi-et-navas-titulaires-ramos-sur-le-banc_AV-202112220434.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-malgre-la-defaite-des-lakers-le-bron-james-bat-un-nouveau-record_AV-202112260025.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 19:18:48 GMT", - "enclosure": "https://images.bfmtv.com/DTq3uqNqJpEDcbiSKOC1tapibls=/0x77:2048x1229/800x0/images/Lionel-Messi-contre-Bruges-1183552.jpg", + "pubDate": "Sun, 26 Dec 2021 07:28:31 GMT", + "enclosure": "https://images.bfmtv.com/jLVNQ393YoZrcTAPDoOyzDY71Xc=/0x39:768x471/800x0/images/LeBron-James-des-LA-Lakers-contre-les-Memphis-Grizzlies-en-NBA-le-9-janvier-2021-au-FedExForum-a-Memphis-1185555.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31139,17 +32393,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c27e57d64e3bd692628fe2767b598601" + "hash": "2a7f9815d7fe56949d67f73bbfbf74f4" }, { - "title": "Monaco-Rennes: les compos pour le choc de la 19e journée", - "description": "Le choc de la 19e journée de Ligue 1, mercredi (21h) met aux prises Monaco et Rennes, au stade Louis-II. Les deux équipes veulent passer les fêtes à des places européennes.

", - "content": "Le choc de la 19e journée de Ligue 1, mercredi (21h) met aux prises Monaco et Rennes, au stade Louis-II. Les deux équipes veulent passer les fêtes à des places européennes.

", + "title": "Mercato: en pole dans le dossier Christensen, le Barça doit se décider", + "description": "Selon une information de Sport, le Barça aurait la priorité pour récupérer Andreas Christensen la saison prochaine, dont le contrat avec Chelsea expire en juin prochain. Mais intéressé par Matthijs de Ligt, le club catalan temporise dans le dossier du défenseur danois.

", + "content": "Selon une information de Sport, le Barça aurait la priorité pour récupérer Andreas Christensen la saison prochaine, dont le contrat avec Chelsea expire en juin prochain. Mais intéressé par Matthijs de Ligt, le club catalan temporise dans le dossier du défenseur danois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-rennes-les-compos-pour-le-choc-de-la-19e-journee_AV-202112220433.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-pole-dans-le-dossier-christensen-le-barca-doit-se-decider_AV-202112260022.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 19:17:15 GMT", - "enclosure": "https://images.bfmtv.com/F1ga9I_OeOLDK5gxKxFUO4rSKUg=/0x39:768x471/800x0/images/Les-duettistes-Wissam-Ben-Yedder-d-et-Kevin-Volland-en-vue-contre-Saint-Etienne-a-Louis-II-le-22-septembre-2021-connait-une-baisse-de-regime-en-attaque-1170092.jpg", + "pubDate": "Sun, 26 Dec 2021 07:01:20 GMT", + "enclosure": "https://images.bfmtv.com/-2hzFvGZbhiCmJDC2BaANepDbHw=/0x0:2048x1152/800x0/images/Andreas-Christensen-1194882.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31160,17 +32414,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5c547503ffaebf64c044af39a5f883d" + "hash": "2c9c6569e30e798daef9c7b217b7a443" }, { - "title": "Rennes: Laborde élu meilleur joueur de Ligue 1 en novembre", - "description": "Le Rennais Gaëtan Laborde, qui était en concurrence avec Anthony Lopes et Romain Faivre, a remporté le trophée UNFP du meilleur joueur du mois de novembre en Ligue 1. Tout sauf une surprise pour l'attaquant, auteur d'un gros début de saison.

", - "content": "Le Rennais Gaëtan Laborde, qui était en concurrence avec Anthony Lopes et Romain Faivre, a remporté le trophée UNFP du meilleur joueur du mois de novembre en Ligue 1. Tout sauf une surprise pour l'attaquant, auteur d'un gros début de saison.

", + "title": "Top 14: un Boxing Day entre bûche glacée et Covid", + "description": "Deux affiches de Top 14 sont au programme ce dimanche pour le compte de la 13e journée, avec un joli choc entre le Stade Toulousain et le Stade Français (21h). Si trois rencontres ont été reportées en raison du coronavirus, deux autres matchs seront à suivre ce lundi.

", + "content": "Deux affiches de Top 14 sont au programme ce dimanche pour le compte de la 13e journée, avec un joli choc entre le Stade Toulousain et le Stade Français (21h). Si trois rencontres ont été reportées en raison du coronavirus, deux autres matchs seront à suivre ce lundi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-laborde-elu-meilleur-joueur-de-ligue-1-en-novembre_AV-202112220427.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-un-boxing-day-entre-buche-glacee-et-covid_AV-202112260016.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:59:27 GMT", - "enclosure": "https://images.bfmtv.com/gMClfLpDkhYu2xGUpXYc5AiPM6c=/0x73:2000x1198/800x0/images/G-Laborde-1177665.jpg", + "pubDate": "Sun, 26 Dec 2021 06:27:56 GMT", + "enclosure": "https://images.bfmtv.com/dAjMjMk2iWgN9UmkmU99zNy8PvM=/0x0:2032x1143/800x0/images/Antoine-Dupont-1194875.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31181,17 +32435,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ad3460958784bfc0f9f66686c66b5bf" + "hash": "4bc65227ae37543f98dfb71a39e0291c" }, { - "title": "Affaire Hamraoui: Hayet Abidal entendue par les enquêteurs", - "description": "Dans le cadre de l'enquête concernant l'agression subie par Kheira Hamraoui, Hayet Abidal, épouse de l'ex-international français Éric Abidal, cité dans le dossier pour sa relation supposée avec la footballeuse parisienne, affirme avoir été entendue par les enquêteurs de la police judiciaire de Versailles.

", - "content": "Dans le cadre de l'enquête concernant l'agression subie par Kheira Hamraoui, Hayet Abidal, épouse de l'ex-international français Éric Abidal, cité dans le dossier pour sa relation supposée avec la footballeuse parisienne, affirme avoir été entendue par les enquêteurs de la police judiciaire de Versailles.

", + "title": "Premier League: à quelle heure et sur quelle chaîne suivre le Boxing Day", + "description": "Le traditionnel Boxing Day aura bien lieu ce dimanche, malgré trois reports liés à la pandémie de coronavirus. Six matchs sont à suivre sur les antennes de RMC Sport pour cette 19e journée.

", + "content": "Le traditionnel Boxing Day aura bien lieu ce dimanche, malgré trois reports liés à la pandémie de coronavirus. Six matchs sont à suivre sur les antennes de RMC Sport pour cette 19e journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/d1/affaire-hamraoui-hayet-abidal-entendue-par-les-enqueteurs_AV-202112220414.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-a-quelle-heure-et-sur-quelle-chaine-suivre-le-boxing-day_AV-202112260013.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:30:51 GMT", - "enclosure": "https://images.bfmtv.com/RNyprCv-qB6921PTTo35_GP87ag=/4x400:1364x1165/800x0/images/Hayet-Abidal-dans-les-tribunes-pour-un-match-de-l-equipe-de-France-en-2008-1167958.jpg", + "pubDate": "Sun, 26 Dec 2021 06:17:10 GMT", + "enclosure": "https://images.bfmtv.com/TMGL0-4vlDd3RG_O7vjf2ImyHi0=/0x106:2048x1258/800x0/images/De-Bruyne-1194872.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31202,17 +32456,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee0202b366040d56949e239ad7d0b302" + "hash": "c1a053f93643dcaa00e33a5f5916b3c4" }, { - "title": "Mercato: le PSG sur le point de prêter Rafinha à la Real Sociedad", - "description": "Selon une information de Fabrizio Romano, que RMC Sport est en mesure de confirmer, le prêt de Rafinha par le Paris Saint-Germain à la Real Sociedad est en bonne voie.

", - "content": "Selon une information de Fabrizio Romano, que RMC Sport est en mesure de confirmer, le prêt de Rafinha par le Paris Saint-Germain à la Real Sociedad est en bonne voie.

", + "title": "Judo: Teddy Riner reste le sportif préféré des Français", + "description": "Le JDD a révélé samedi soir le classement des personnalités préférées des Français. Médaillé de bronze et d'or par équipe en judo aux JO de Tokyo, Teddy Riner reste le premier sportif, devant Zinédine Zidane, qui perd plusieurs places. Kylian Mbappé et Antoine Griezmann sont aussi dans le classement. Aucune sportive tricolore n'est présente dans le classement.

", + "content": "Le JDD a révélé samedi soir le classement des personnalités préférées des Français. Médaillé de bronze et d'or par équipe en judo aux JO de Tokyo, Teddy Riner reste le premier sportif, devant Zinédine Zidane, qui perd plusieurs places. Kylian Mbappé et Antoine Griezmann sont aussi dans le classement. Aucune sportive tricolore n'est présente dans le classement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-rafinha-devrait-etre-prete-a-la-real-sociedad_AV-202112220412.html", + "link": "https://rmcsport.bfmtv.com/judo/judo-teddy-riner-reste-le-sportif-prefere-des-francais_AV-202112250155.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:27:28 GMT", - "enclosure": "https://images.bfmtv.com/2jXgLxLr_eSzEVMNNH8ySsqVPiI=/7x107:1991x1223/800x0/images/Rafinha-Paris-SG-1004025.jpg", + "pubDate": "Sat, 25 Dec 2021 23:08:39 GMT", + "enclosure": "https://images.bfmtv.com/2RKeUPz0BnG3otF2KBppUZQ4KG8=/0x40:768x472/800x0/images/Teddy-Riner-avec-sa-medaille-de-bronze-a-Tokyo-le-30-juillet-2021-1076567.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31223,17 +32477,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82a795ceed7f57ca3d161362ab24f546" + "hash": "7535d9392ca8c6d3df682e9df8663ba4" }, { - "title": "Messi inefficace, les fins de match de l'OL, les stats marquantes de Ligue 1 à la mi-saison", - "description": "La première partie de la saison de Ligue 1 s’achève ce mercredi avec la 19e journée. Le PSG est déjà (largement) champion d’automne, un titre honorifique acquis depuis le début du mois à Lens (1-1). Mais d’autres éléments ou statistiques sont beaucoup plus marquants à mi-saison. Messi le plus inefficace, l'OL fragile en toute fin de match, Bordeaux en mode portes ouvertes à l’image d’une Ligue 1 davantage portée vers l’offensive. Florilège des chiffres marquants avant la trêve hivernale.

", - "content": "La première partie de la saison de Ligue 1 s’achève ce mercredi avec la 19e journée. Le PSG est déjà (largement) champion d’automne, un titre honorifique acquis depuis le début du mois à Lens (1-1). Mais d’autres éléments ou statistiques sont beaucoup plus marquants à mi-saison. Messi le plus inefficace, l'OL fragile en toute fin de match, Bordeaux en mode portes ouvertes à l’image d’une Ligue 1 davantage portée vers l’offensive. Florilège des chiffres marquants avant la trêve hivernale.

", + "title": "PRONOS PARIS RMC Le pari du jour du 26 décembre - Premier League - Angleterre", + "description": "Notre pronostic : Tottenham bat Crystal Palace, Kane buteur (2.45)

", + "content": "Notre pronostic : Tottenham bat Crystal Palace, Kane buteur (2.45)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/messi-inefficace-les-fins-de-match-de-l-ol-les-stats-marquantes-de-ligue-1-a-la-mi-saison_AV-202112220176.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-26-decembre-premier-league-angleterre_AN-202112250009.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 10:49:51 GMT", - "enclosure": "https://images.bfmtv.com/sIwzd4GuQ2q1RPBo39DHkDxCOVg=/0x87:2048x1239/800x0/images/Lionel-MESSI-1191178.jpg", + "pubDate": "Sat, 25 Dec 2021 23:06:00 GMT", + "enclosure": "https://images.bfmtv.com/xPm3AORdjbnEHzjbgPfQAKoCuqY=/0x44:2000x1169/800x0/images/Tottenham-1193944.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31244,17 +32498,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "568785d08a1419a47eea39e8950101a4" + "hash": "3774a50fc2ebe1b37cf6cc2193abe1ab" }, { - "title": "Bordeaux-Lille maintenu, pas de nouveau cas de Covid-19 chez les Girondins", - "description": "Bordeaux, qui reçoit Lille lors de la 19e journée de Ligue 1, ce mercredi soir (21h), est soulagé de ne compter aucun cas positif mercredi matin.

", - "content": "Bordeaux, qui reçoit Lille lors de la 19e journée de Ligue 1, ce mercredi soir (21h), est soulagé de ne compter aucun cas positif mercredi matin.

", + "title": "PRONOS PARIS RMC Le pari sûr du 26 décembre - Premier League - Angleterre", + "description": "Notre pronostic : Arsenal s'impose à Norwich (1.36)

", + "content": "Notre pronostic : Arsenal s'impose à Norwich (1.36)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-lille-maintenu-pas-de-nouveau-cas-de-covid-19-chez-les-girondins_AV-202112220171.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-26-decembre-premier-league-angleterre_AN-202112250010.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 10:37:22 GMT", - "enclosure": "https://images.bfmtv.com/NDPI3bx_rRyzTc83IpR-OiKXkBE=/0x0:1200x675/800x0/images/Les-Girondins-de-Bordeaux-1193040.jpg", + "pubDate": "Sat, 25 Dec 2021 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/1N6S6Vxp0ypyrmKCmed4f8b0gTY=/0x73:1984x1189/800x0/images/Arsenal-1193945.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31265,17 +32519,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7f17d22be369539829fc57eabb688c6" + "hash": "84ddf4e5f7400b51fd22d010b9eafc01" }, { - "title": "Barça: pourquoi Gavi lace très bizarrement ses chaussures", - "description": "Gavi, jeune milieu de terrain du FC Barcelone, joue souvent avec les lacets de ses chaussures défaits. Un petit détail hérité d’une habitude de ses plus jeunes années, selon un journaliste catalan.

", - "content": "Gavi, jeune milieu de terrain du FC Barcelone, joue souvent avec les lacets de ses chaussures défaits. Un petit détail hérité d’une habitude de ses plus jeunes années, selon un journaliste catalan.

", + "title": "PRONOS PARIS RMC Le nul du jour du 26 décembre - Premier League - Angleterre", + "description": "Notre pronostic : pas de vainqueur entre Aston Villa et Chelsea (3.75)

", + "content": "Notre pronostic : pas de vainqueur entre Aston Villa et Chelsea (3.75)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-pourquoi-gavi-lace-tres-bizarrement-ses-chaussures_AV-202112220169.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-26-decembre-premier-league-angleterre_AN-202112250011.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 10:32:30 GMT", - "enclosure": "https://images.bfmtv.com/ZEkmUfmZ7XV61MGPsUsfECfoEE8=/0x106:2048x1258/800x0/images/Gavi-1193051.jpg", + "pubDate": "Sat, 25 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/aPg0jDp5HYcXLRZ5xZBNCJBbluY=/0x80:1984x1196/800x0/images/B-Chilwell-et-M-Cash-1193946.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31286,17 +32540,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "182c8da046eec3cd4099841f1e9443d6" + "hash": "11cf46d7c933ef3c28e9b1fec48c1fb2" }, { - "title": "Ligue 1 en direct: pas de nouveau cas de Covid-19 à Bordeaux, avant d'affronter Lille", - "description": "Il reste encore une journée de Ligue 1 ce mercredi avant les fêtes de fin d’année et la trêve hivernale. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", - "content": "Il reste encore une journée de Ligue 1 ce mercredi avant les fêtes de fin d’année et la trêve hivernale. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari à domicile du 26 décembre - Premier League - Angleterre", + "description": " Notre pronostic : West Ham face à Southampton (1.80)

", + "content": " Notre pronostic : West Ham face à Southampton (1.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-les-infos-avant-la-19e-journee_LN-202112200099.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-26-decembre-premier-league-angleterre_AN-202112250012.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 07:59:56 GMT", - "enclosure": "https://images.bfmtv.com/O-Yqjc9X3deqvgnc0r7iQZR6Q4k=/223x315:2015x1323/800x0/images/Girondins-de-Bordeaux-1192739.jpg", + "pubDate": "Sat, 25 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/EvCs98KDxbzT9PGR4FJskWPvVxA=/0x96:2000x1221/800x0/images/West-Ham-1193953.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31307,17 +32561,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74c608682fea1aedcdea376b2d4e62d3" + "hash": "e60d20f4d4e8723d5ed731a680acceb1" }, { - "title": "Mercato: \"C’est la dernière saison de Jonathan David à Lille\", annonce son agent", - "description": "L’agent de Jonathan David (21 ans) a confié que l’attaquant disputait sa dernière saison avec Lille avant de partir l’été prochain. Rien n’est encore acté puisque le joueur est sous contrat jusqu’en 2025 mais les intentions de sont claires.

", - "content": "L’agent de Jonathan David (21 ans) a confié que l’attaquant disputait sa dernière saison avec Lille avant de partir l’été prochain. Rien n’est encore acté puisque le joueur est sous contrat jusqu’en 2025 mais les intentions de sont claires.

", + "title": "PRONOS PARIS RMC Le pari de folie du 26 décembre – Premier League - Angleterre", + "description": "Notre pronostic : match nul entre Manchester City et Leicester (7.00)

", + "content": "Notre pronostic : match nul entre Manchester City et Leicester (7.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-c-est-la-derniere-saison-de-jonathan-david-a-lille-annonce-son-agent_AV-202112220156.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-26-decembre-premier-league-angleterre_AN-202112250014.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:54:51 GMT", - "enclosure": "https://images.bfmtv.com/AyAduwPvkJv_2U9pCs59lJc_lfs=/0x106:2048x1258/800x0/images/Jonathan-David-1175927.jpg", + "pubDate": "Sat, 25 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/hreQ-cbMm-kXTvMi6NA0YF3C3mc=/0x110:1984x1226/800x0/images/Fernandinho-Y-Tielemans-et-B-Silva-1193960.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31328,17 +32582,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80d96910b2b365996d4d6c7ebc713c3d" + "hash": "075571a137c663afd9950700bf9595de" }, { - "title": "OM: Rothen juge le traitement réservé à Mandanda \"désolant\"", - "description": "Jérôme Rothen n’apprécie pas la gestion des gardiens de but à l’OM, dont souffre Steve Mandanda, et l’a fait savoir dans l’émission Rothen s’enflamme, sur RMC.

", - "content": "Jérôme Rothen n’apprécie pas la gestion des gardiens de but à l’OM, dont souffre Steve Mandanda, et l’a fait savoir dans l’émission Rothen s’enflamme, sur RMC.

", + "title": "NBA: pour Noël, Jayson Tatum casse (involontairement) une dent de son coéquipier", + "description": "Lors de la rencontre entre les Milwaukee Bucks et les Boston Celtics (117-113), Jayson Tatum a involontairement cassé une dent de son coéquipier Jaylen Brown, sur une action défensive.

", + "content": "Lors de la rencontre entre les Milwaukee Bucks et les Boston Celtics (117-113), Jayson Tatum a involontairement cassé une dent de son coéquipier Jaylen Brown, sur une action défensive.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-rothen-juge-le-traitement-reserve-a-mandanda-desolant_AV-202112220145.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-pour-noel-jayson-tatum-casse-involontairement-une-dent-de-son-coequipier_AV-202112250153.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:41:10 GMT", - "enclosure": "https://images.bfmtv.com/jSTeWaxgnNCZ8PHuT0P1C9bAm-4=/0x0:1200x675/800x0/images/Steve-Mandanda-1193014.jpg", + "pubDate": "Sat, 25 Dec 2021 22:22:22 GMT", + "enclosure": "https://images.bfmtv.com/TWk7akJng7O4p_aliKJck7tFftQ=/0x16:2048x1168/800x0/images/Jayson-Tatum-et-Jaylen-Brown-1194852.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31349,17 +32603,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c8ecc05d90b1c2088fc05405b89d32d" + "hash": "4dc838570ec1afc6b37c1681e0fd5e8f" }, { - "title": "Mercato en direct: l'agent de David annonce son départ de Lille en fin de saison", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022. A cette date, de nombreux joueurs dont Kylian Mbappé pourront négocier avec le club de leur choix. En attendant, les cadors du football européen continuent de préparer le prochain marché des transferts et multiplient les pistes et les contacts avec d'éventuelles recrues. Suivez l'actualité du mercato, les informations et rumeurs, en direct commenté sur RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022. A cette date, de nombreux joueurs dont Kylian Mbappé pourront négocier avec le club de leur choix. En attendant, les cadors du football européen continuent de préparer le prochain marché des transferts et multiplient les pistes et les contacts avec d'éventuelles recrues. Suivez l'actualité du mercato, les informations et rumeurs, en direct commenté sur RMC Sport.

", + "title": "\"Amour, paix et union\", le beau message de Pelé après sa sortie de l'hôpital", + "description": "Deux jours après avoir quitté l’hôpital de Sao Paulo, le Roi Pelé a dévoilé une photo de lui, amaigri mais tout sourire devant un sapin où il souhaite un joyeux Noël. Il dit vivre \"des moments d’amour, de paix et d’union\".

", + "content": "Deux jours après avoir quitté l’hôpital de Sao Paulo, le Roi Pelé a dévoilé une photo de lui, amaigri mais tout sourire devant un sapin où il souhaite un joyeux Noël. Il dit vivre \"des moments d’amour, de paix et d’union\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-20-decembre-2021_LN-202112200060.html", + "link": "https://rmcsport.bfmtv.com/football/amour-paix-et-union-le-beau-message-de-pele-apres-sa-sortie-de-l-hopital_AV-202112250152.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 06:59:22 GMT", - "enclosure": "https://images.bfmtv.com/tF3REnUylIm4z8YARr1wMKd5UY0=/0x106:2048x1258/800x0/images/Jonathan-David-en-Coupe-de-France-avec-Lille-contre-Auxerre-1191007.jpg", + "pubDate": "Sat, 25 Dec 2021 22:10:08 GMT", + "enclosure": "https://images.bfmtv.com/HW-7UiFJFjC0xR34kYBKk3MRb1M=/0x6:768x438/800x0/images/La-legende-du-football-Pele-lors-dune-rencontre-a-Paris-le-2-avril-2019-979380.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31370,17 +32624,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a31193291abc25bdc346e3dc52be542" + "hash": "646acc1b37640124856c73ce784e64c5" }, { - "title": "Juventus: Szczesny tacle l'arrogance de son équipe", - "description": "Wojciech Szczesny, gardien de la Juventus, a dénoncé l’arrogance et la prétention avec laquelle son équipe joue parfois et qui lui coûte souvent cher en termes de résultats.

", - "content": "Wojciech Szczesny, gardien de la Juventus, a dénoncé l’arrogance et la prétention avec laquelle son équipe joue parfois et qui lui coûte souvent cher en termes de résultats.

", + "title": "Premier League: cartons, alcool et brouillard... le Boxing Day en cinq anecdotes", + "description": "Le Boxing Day, au lendemain de Noël, est propice aux histoires improbables, à une période de l'année où la météo est capricieuse et les joueurs parfois ingénieux pour profiter des fêtes comme il se doit.

", + "content": "Le Boxing Day, au lendemain de Noël, est propice aux histoires improbables, à une période de l'année où la météo est capricieuse et les joueurs parfois ingénieux pour profiter des fêtes comme il se doit.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-szczesny-tacle-l-arrogance-de-son-equipe_AV-202112220143.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-cartons-alcool-et-brouillard-le-boxing-day-en-cinq-anecdotes_AV-202112250151.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:26:06 GMT", - "enclosure": "https://images.bfmtv.com/hisf4tvUXXUpq44d-SmhFLjh9LU=/0x106:2048x1258/800x0/images/Wojciech-Szczesny-1193012.jpg", + "pubDate": "Sat, 25 Dec 2021 22:00:46 GMT", + "enclosure": "https://images.bfmtv.com/7DKliSbn5o_bOjS_JOvNgQZ-xkc=/0x106:2048x1258/800x0/images/Sir-Alex-Ferguson-et-Nani-1194851.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31391,17 +32645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db9ea0201093949b0d75ee11234614fa" + "hash": "c87c4c2d5ebfeab2fa1b45d890361453" }, { - "title": "CAN 2022: le sélectionneur du Cameroun met la pression à ses joueurs sur ses objectifs", - "description": "Le Cameroun nourrit de grandes ambitions pour la Coupe d’Afrique des nations qui débutera sur son sol à partir du 9 janvier 2022. Les Lions Indomptables visent au moins la finale et rêvent de victoire.

", - "content": "Le Cameroun nourrit de grandes ambitions pour la Coupe d’Afrique des nations qui débutera sur son sol à partir du 9 janvier 2022. Les Lions Indomptables visent au moins la finale et rêvent de victoire.

", + "title": "Premier League: nouvelle inquiétude pour le Boxing Day, Tottenham-Crystal Palace menacé de report", + "description": "À la veille du Boxing Day, un quatrième match prévu ce dimanche pourrait être reporté en raison de cas de Covid-19. Il s’agit du derby entre Tottenham et Crystal Palace, après que plusieurs joueurs aient été testés positifs chez les Eagles.

", + "content": "À la veille du Boxing Day, un quatrième match prévu ce dimanche pourrait être reporté en raison de cas de Covid-19. Il s’agit du derby entre Tottenham et Crystal Palace, après que plusieurs joueurs aient été testés positifs chez les Eagles.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-selectionneur-du-cameroun-met-la-pression-a-ses-joueurs-sur-ses-objectifs_AV-202112220134.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-nouvelle-inquietude-pour-le-boxing-day-tottenham-crystal-palace-menace-de-report_AV-202112250149.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 08:53:16 GMT", - "enclosure": "https://images.bfmtv.com/UsoT9uWey5WAqNClgr90Cazoqq0=/0x0:1200x675/800x0/images/Antonio-Conceicao-1192989.jpg", + "pubDate": "Sat, 25 Dec 2021 21:33:09 GMT", + "enclosure": "https://images.bfmtv.com/tMNa1mt1kOoP8QW8CJhqQ6SykOs=/7x91:2039x1234/800x0/images/1194850.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31412,17 +32666,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fd90c963bf0c70b05ab72191848f15d" + "hash": "311ebfefc0a2114e4c01992adcef0518" }, { - "title": "Ligue 1: à quelle heure et sur quelles chaînes regarder Lorient-PSG et les matchs de la 19e journée", - "description": "La Ligue 1 ferme ses portes en 2021 ce mercredi à l’occasion de la 19e journée, la dernière de la phase aller. Un multiplex de dix matchs en guise de cadeau de Noël qui débutera à 21h.

", - "content": "La Ligue 1 ferme ses portes en 2021 ce mercredi à l’occasion de la 19e journée, la dernière de la phase aller. Un multiplex de dix matchs en guise de cadeau de Noël qui débutera à 21h.

", + "title": "Famille, pyjama, NBA et doigt d’honneur… Comment les stars du foot ont fêté Noël", + "description": "Toujours très actifs sur les réseaux sociaux, les stars du ballon rond ont partagé des photos de leur réveillon de Noël avec leurs fans. Chacun à leur façon…

", + "content": "Toujours très actifs sur les réseaux sociaux, les stars du ballon rond ont partagé des photos de leur réveillon de Noël avec leurs fans. Chacun à leur façon…

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-a-quelle-heure-et-sur-quelles-chaines-regarder-lorient-psg-et-les-matchs-de-la-19e-journee_AV-202112220131.html", + "link": "https://rmcsport.bfmtv.com/football/famille-pyjama-nba-et-doigt-d-honneur-comment-les-stars-du-foot-ont-fete-noel_AN-202112250146.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 08:47:21 GMT", - "enclosure": "https://images.bfmtv.com/dyqqQCIIGeBevUPrqb70fUw-rZQ=/7x107:1991x1223/800x0/images/Arkadiusz-Milik-Marseille-1192536.jpg", + "pubDate": "Sat, 25 Dec 2021 20:55:05 GMT", + "enclosure": "https://images.bfmtv.com/gbRrQjS05S-WSfEp3K4LCl-_mp4=/6x24:534x321/800x0/images/Antonella-Roccuzzo-et-Lionel-Messi-1194846.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31433,17 +32687,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb245bb9ee1cc7d1fab68d319b7322e8" + "hash": "eee42d85aad341f306069e65fac8432a" }, { - "title": "Séville-Barça: un nul qui empêche Xavi de \"dormir\"", - "description": "En supériorité numérique pendant une demi-heure, le Barça n’a pas réussi à s’imposer sur le terrain du FC Séville (1-1), mercredi. Un résultat qui agace Xavi, satisfait de la prestation de ses joueurs qu’il ne juge pas récompensée à sa juste valeur.

", - "content": "En supériorité numérique pendant une demi-heure, le Barça n’a pas réussi à s’imposer sur le terrain du FC Séville (1-1), mercredi. Un résultat qui agace Xavi, satisfait de la prestation de ses joueurs qu’il ne juge pas récompensée à sa juste valeur.

", + "title": "Le sport face au coronavirus en direct: une autre rencontre du Boxing Day menacée par le Covid", + "description": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "content": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/seville-barca-un-nul-qui-empeche-xavi-de-dormir_AV-202112220119.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 08:18:05 GMT", - "enclosure": "https://images.bfmtv.com/ha-BGR6BdAv_M7sE7PVYOLC22qQ=/0x48:2000x1173/800x0/images/Xavi-Hernandez-Barcelone-1176107.jpg", + "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", + "enclosure": "https://images.bfmtv.com/VmjgK7gOklkp1efUqznETZoG_aM=/0x89:2048x1241/800x0/images/Harry-Kane-et-Antonio-Conte-1161131.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31454,17 +32708,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e74679fbfb1711653e04c5bf38741fe" + "hash": "ac5cd63a19d8c53a6d7d3374119f1de0" }, { - "title": "Paris 2024: sportifs atteints de trisomie 21, les oubliés des Jeux Paralympiques", - "description": "La liste des épreuves retenues aux Jeux Paralympiques de Paris en 2024 a été publiée début décembre et le verdict est tombé: les athlètes porteurs d’un handicap cognitif ne pourront concourir que dans trois épreuves. Une déception pour la Fédération française de sport adapté qui déplore aussi l’exclusion des athlètes trisomiques.

", - "content": "La liste des épreuves retenues aux Jeux Paralympiques de Paris en 2024 a été publiée début décembre et le verdict est tombé: les athlètes porteurs d’un handicap cognitif ne pourront concourir que dans trois épreuves. Une déception pour la Fédération française de sport adapté qui déplore aussi l’exclusion des athlètes trisomiques.

", + "title": "NBA: les Knicks écrasent Atlanta", + "description": "Les New York Knicks ont fêté Noël dans leur antre du Madison Square Garden par une victoire écrasante (101-87) samedi sur les Atlanta Hawks, fortement touchés par le Covid-19.

", + "content": "Les New York Knicks ont fêté Noël dans leur antre du Madison Square Garden par une victoire écrasante (101-87) samedi sur les Atlanta Hawks, fortement touchés par le Covid-19.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/paris-2024-sportifs-atteints-de-trisomie-21-les-oublies-des-jeux-paralympiques_AV-202112210496.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-les-knicks-ecrasent-atlanta_AD-202112250145.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 20:17:55 GMT", - "enclosure": "https://images.bfmtv.com/XC_rBCJEBlcHXVr4vbz_EwSNm0g=/0x106:2048x1258/800x0/images/Jeux-paralympiques-logo-1192772.jpg", + "pubDate": "Sat, 25 Dec 2021 20:44:41 GMT", + "enclosure": "https://images.bfmtv.com/-IU391xkr4J-dnfMDLRM4Mij-5o=/0x74:2048x1226/800x0/images/1194845.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31475,17 +32729,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b8219afe127bbf62a6c480be7ced6ae" + "hash": "adc0a1dbe418ed606e5b4aaaace58296" }, { - "title": "Premier League: les clubs craignent le retour du huis-clos après le Boxing Day", - "description": "Les clubs de Premier League s'attendent à devoir fermer leurs stades au public en fin d'année, rapporte la presse anglaise, alors que le Royaume-Uni est en proie à une explosion des cas de Covid-19 liée au variant Omicron.

", - "content": "Les clubs de Premier League s'attendent à devoir fermer leurs stades au public en fin d'année, rapporte la presse anglaise, alors que le Royaume-Uni est en proie à une explosion des cas de Covid-19 liée au variant Omicron.

", + "title": "Crystal Palace: Vieira s’attend à \"plus que quelques huées\" face à Tottenham", + "description": "Icône d’Arsenal, Patrick Vieira s’apprête à retrouver le public de Tottenham, ennemi juré des Gunners, dimanche dans le cadre du Boxing Day avec Crystal Palace. Le coach des Eagles s’attend à recevoir un accueil salé.

", + "content": "Icône d’Arsenal, Patrick Vieira s’apprête à retrouver le public de Tottenham, ennemi juré des Gunners, dimanche dans le cadre du Boxing Day avec Crystal Palace. Le coach des Eagles s’attend à recevoir un accueil salé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-les-clubs-craignent-le-retour-du-huis-clos-apres-le-boxing-day_AV-202112220086.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/crystal-palace-vieira-s-attend-a-plus-que-quelques-huees-face-a-tottenham_AV-202112250144.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 07:34:25 GMT", - "enclosure": "https://images.bfmtv.com/WDy-nU38bM-mzpp27n3bkYs5UeE=/0x0:1200x675/800x0/images/Richard-Masters-1192923.jpg", + "pubDate": "Sat, 25 Dec 2021 20:27:05 GMT", + "enclosure": "https://images.bfmtv.com/ULgncPA_OBOKsBweV4yhS7SAyuI=/0x138:2048x1290/800x0/images/1194844.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31496,17 +32750,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba648a49b3625b7be251d28245ea6bf8" + "hash": "68da990f91fa9fa813dcd3855b2f0dfb" }, { - "title": "Chelsea: Tuchel ne veut pas faire la chasse aux non-vaccinés", - "description": "Face à l’explosion des cas de contamination au coronavirus, Thomas Tuchel ne veut pas forcer les joueurs à se faire vacciner et refuse de pointer du doigt ceux qui refusent de le faire.

", - "content": "Face à l’explosion des cas de contamination au coronavirus, Thomas Tuchel ne veut pas forcer les joueurs à se faire vacciner et refuse de pointer du doigt ceux qui refusent de le faire.

", + "title": "Premier League: le programme complet du Boxing Day sur RMC Sport", + "description": "Malgré trois reports liés au Covid, le traditionnel Boxing Day est maintenu ce dimanche 26 décembre. Plusieurs belles affiches sont au programme, avec notamment Manchester City-Leicester et Aston Villa-Chelsea. Les six matchs du jour seront à suivre en direct sur RMC Sport 1.

", + "content": "Malgré trois reports liés au Covid, le traditionnel Boxing Day est maintenu ce dimanche 26 décembre. Plusieurs belles affiches sont au programme, avec notamment Manchester City-Leicester et Aston Villa-Chelsea. Les six matchs du jour seront à suivre en direct sur RMC Sport 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-ne-veut-pas-faire-la-chasse-aux-non-vaccines_AV-202112220083.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-programme-complet-du-boxing-day-sur-rmc-sport_AV-202112250142.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 07:28:23 GMT", - "enclosure": "https://images.bfmtv.com/KBRmjNrreMv3p9PEELqKunlHLEY=/0x0:1200x675/800x0/images/Thomas-Tuchel-1179445.jpg", + "pubDate": "Sat, 25 Dec 2021 19:55:56 GMT", + "enclosure": "https://images.bfmtv.com/mv0ynwlX_h5T1K6X7hqUNaZtCn4=/0x169:2048x1321/800x0/images/1194842.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31517,17 +32771,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "262c49dced959c485d731809625b3878" + "hash": "19508e73b13e675a78fc293caf6e422a" }, { - "title": "Le patron de l'Open d’Australie confiant sur la participation de Nadal et Djokovic", - "description": "Bien qu'il ne sache pas si le n°1 mondial est vacciné, le directeur de l'Open d'Australie Craig Tiley s'est montré optimiste quant à la participation de Novak Djokovic, qui pourrait bénéficier, comme d'autres, d'une exemption médicale.

", - "content": "Bien qu'il ne sache pas si le n°1 mondial est vacciné, le directeur de l'Open d'Australie Craig Tiley s'est montré optimiste quant à la participation de Novak Djokovic, qui pourrait bénéficier, comme d'autres, d'une exemption médicale.

", + "title": "Premier League: Steven Gerrard positif au Covid et privé de Boxing Day avec Aston Villa", + "description": "Aston Villa a annoncé ce samedi que son entraîneur Steven Gerrard est positif au Covid. L’ancien joueur de Liverpool va devoir rester à l’isolement et manquera les deux prochains matchs de son équipe.

", + "content": "Aston Villa a annoncé ce samedi que son entraîneur Steven Gerrard est positif au Covid. L’ancien joueur de Liverpool va devoir rester à l’isolement et manquera les deux prochains matchs de son équipe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/le-patron-de-l-open-d-australie-confiant-sur-la-participation-de-nadal-et-djokovic_AV-202112220071.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-steven-gerrard-positif-au-covid-et-prive-de-boxing-day-avec-aston-villa_AV-202112250140.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 06:55:25 GMT", - "enclosure": "https://images.bfmtv.com/T3Nf4VVDn_skQQ0hutMqTrE3PAk=/0x73:1200x748/800x0/images/Novak-Djokovic-1192893.jpg", + "pubDate": "Sat, 25 Dec 2021 19:04:42 GMT", + "enclosure": "https://images.bfmtv.com/m-aQwHNGKePw4bmhCJQG4Fo5mvA=/0x15:2048x1167/800x0/images/Steven-Gerrard-1185989.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31538,17 +32792,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d37411e080342a3c02987ef2fe524c8" + "hash": "09377b3e7d02d7eaa9b33010083f3050" }, { - "title": "PSG: Messi agite… la grande loterie de Noël en Espagne", - "description": "La loterie de Noël, jeu très populaire en Espagne dont le tirage au sort a lieu ce mercredi, a été animée par le choix de nombreux numéros en lien avec le départ de Lionel Messi au PSG, l’été dernier.

", - "content": "La loterie de Noël, jeu très populaire en Espagne dont le tirage au sort a lieu ce mercredi, a été animée par le choix de nombreux numéros en lien avec le départ de Lionel Messi au PSG, l’été dernier.

", + "title": "Premier League: Saka, Smith Rowe, Martinelli... A la découverte des \"Baby Gunners\" qui ont relancé Arsenal", + "description": "Juste avant d’aborder le Boxing Day avec un match à Norwich, Arsenal pointe à la 4e place de Premier League, ce que les Gunners n’avaient plus connu depuis longtemps, grâce à des jeunes joueurs qui portent l’équipe sur leurs épaules depuis quelques mois.

", + "content": "Juste avant d’aborder le Boxing Day avec un match à Norwich, Arsenal pointe à la 4e place de Premier League, ce que les Gunners n’avaient plus connu depuis longtemps, grâce à des jeunes joueurs qui portent l’équipe sur leurs épaules depuis quelques mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-agite-la-grande-loterie-de-noel-en-espagne_AV-202112220067.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-saka-smith-rowe-martinelli-a-la-decouverte-des-baby-gunners-qui-ont-relance-arsenal_AV-202112250139.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 06:48:23 GMT", - "enclosure": "https://images.bfmtv.com/QK9WKtzJHPot5FHwRAWmNUh02Ck=/7x109:1975x1216/800x0/images/Lionel-Messi-Paris-SG-1192533.jpg", + "pubDate": "Sat, 25 Dec 2021 19:01:15 GMT", + "enclosure": "https://images.bfmtv.com/HXtr4LuwyJ6Do07ToslXDbKi-BI=/0x106:2048x1258/800x0/images/Bukayo-Saka-et-Emile-Smith-Rowe-1194833.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31559,17 +32813,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "033fa2bf2c7448a56fda845b9758891d" + "hash": "ebcd8d294267105ec9df2a5ea520d636" }, { - "title": "Ligue 1: le patron d’Amazon Prime Vidéo défend le prix de l’abonnement", - "description": "Alex Green, patron des sports d’Amazon Prime Video Europe, justifie le prix des abonnements pratiqués pour regarder les matchs de Ligue 1 sur la plateforme, qui a récupéré 80% des droits l’été dernier et jusqu’en 2024 pour un pris très avantageux.

", - "content": "Alex Green, patron des sports d’Amazon Prime Video Europe, justifie le prix des abonnements pratiqués pour regarder les matchs de Ligue 1 sur la plateforme, qui a récupéré 80% des droits l’été dernier et jusqu’en 2024 pour un pris très avantageux.

", + "title": "Mercato: l’AS Roma veut Maitland-Niles en prêt", + "description": "Mis de côté par son entraîneur Mikel Arteta, Ainsley Maitland-Niles pourrait trouver un point de chute cet hiver. Selon ESPN, le milieu anglais est au coeur de discussions pour un prêt avec option d’achat à l’AS Rome, où il signerait ensuite un contrat de quatre ans.

", + "content": "Mis de côté par son entraîneur Mikel Arteta, Ainsley Maitland-Niles pourrait trouver un point de chute cet hiver. Selon ESPN, le milieu anglais est au coeur de discussions pour un prêt avec option d’achat à l’AS Rome, où il signerait ensuite un contrat de quatre ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-patron-d-amazon-prime-video-defend-le-prix-de-l-abonnement_AV-202112220040.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-as-roma-veut-maitland-niles-en-pret_AV-202112250135.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 05:59:50 GMT", - "enclosure": "https://images.bfmtv.com/MSQvMNDgTmvSTqm48_LLe5IXZi4=/0x212:2048x1364/800x0/images/Les-micros-Amazon-Prime-Video-en-Ligue-1-1151950.jpg", + "pubDate": "Sat, 25 Dec 2021 18:14:28 GMT", + "enclosure": "https://images.bfmtv.com/3IxBOeWtWdS2pu5f7LTvwtEm1mM=/0x106:2048x1258/800x0/images/1194828.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31580,17 +32834,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4974cecc6031e4b652fa76056ab40cb3" + "hash": "63744bc93d6442617c34052cca53a6d7" }, { - "title": "Séville-Barça: Koundé \"est tombé dans le piège\" de Jordi Alba, confie Lopetegui après le craquage du Français", - "description": "Julen Lopetegui, entraîneur du FC Séville, a réagi à l’expulsion de son joueur, Jules Koundé, mardi après avoir lancé le ballon en plein visage de Jordi Alba, qui le provoquait, lors du match nul contre le FC Barcelone (1-1).

", - "content": "Julen Lopetegui, entraîneur du FC Séville, a réagi à l’expulsion de son joueur, Jules Koundé, mardi après avoir lancé le ballon en plein visage de Jordi Alba, qui le provoquait, lors du match nul contre le FC Barcelone (1-1).

", - "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/seville-barca-kounde-est-tombe-dans-le-piege-de-jordi-alba-confie-lopetegui-apres-le-craquage-du-francais_AV-202112220029.html", + "title": "Belgique: Martinez raconte le \"seum\" des Belges après la défaite face aux Bleus", + "description": "Dans un entretien à Eleven Sport, Roberto Martinez revient sur la défaite de la Belgique face à l’équipe de France en demi-finale de la Ligue des nations. Avec un goût amer forcément.

", + "content": "Dans un entretien à Eleven Sport, Roberto Martinez revient sur la défaite de la Belgique face à l’équipe de France en demi-finale de la Ligue des nations. Avec un goût amer forcément.

", + "category": "", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/belgique-martinez-raconte-le-seum-des-belges-apres-la-defaite-face-aux-bleus_AV-202112250133.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 05:25:12 GMT", - "enclosure": "https://images.bfmtv.com/m2phRpFs_FJIsjhrsmimnFgAUgE=/24x2:2024x1127/800x0/images/Jules-Kounde-exclu-face-au-Barca-1192834.jpg", + "pubDate": "Sat, 25 Dec 2021 18:11:06 GMT", + "enclosure": "https://images.bfmtv.com/aU8cEu5xEoajezFcvA6MYhQyi9o=/0x0:2048x1152/800x0/images/Roberto-Martinez-console-ses-joueurs-apres-la-defaite-face-aux-Bleus-1194832.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31601,17 +32855,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18ce98b959e718f00d314007ab2ec2a8" + "hash": "1701df488346a3efd8f3a774f8c239b3" }, { - "title": "NBA: Manu Ginobili présenté au Hall of Fame", - "description": "L'ancienne star des San Antonio Antonio Spurs, Manu Ginobi, sacré quatre fois champion NBA, fait partie de la liste des joueurs nommés pour intégrer le Hall of Fame.

", - "content": "L'ancienne star des San Antonio Antonio Spurs, Manu Ginobi, sacré quatre fois champion NBA, fait partie de la liste des joueurs nommés pour intégrer le Hall of Fame.

", + "title": "Des bijoux de Benzema au rush de Mbappé, revivez les 36 buts marqués par les Bleus en 2021", + "description": "L’équipe de France boucle une année 2021 particulièrement riche en buts, avec 36 unités au compteur. Du bijou de Pogba contre la Suisse au quadruplé de Mbappé contre le Kazakhstan, en passant par la lucarne de Benzema en Ligue des Nations, revivez tous les buts des Bleus.

", + "content": "L’équipe de France boucle une année 2021 particulièrement riche en buts, avec 36 unités au compteur. Du bijou de Pogba contre la Suisse au quadruplé de Mbappé contre le Kazakhstan, en passant par la lucarne de Benzema en Ligue des Nations, revivez tous les buts des Bleus.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-manu-ginobili-presente-au-hall-of-fame_AD-202112220021.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/des-bijoux-de-benzema-au-rush-de-mbappe-revivez-les-36-buts-marques-par-les-bleus-en-2021_AV-202112250129.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 04:53:21 GMT", - "enclosure": "https://images.bfmtv.com/IFrt3oLrU5tCUDxxeQmcnf8TJ6w=/7x144:1815x1161/800x0/images/-813380.jpg", + "pubDate": "Sat, 25 Dec 2021 17:38:45 GMT", + "enclosure": "https://images.bfmtv.com/zxnVNIvE1Avn4hpEEQWLz-OOQ-U=/0x40:768x472/800x0/images/Karim-Benzema-avec-l-equipe-de-France-contre-le-Kazakhstan-le-13-novembre-2021-au-Parc-des-Princes-a-Paris-1177384.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31622,17 +32876,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e88e54c4a3dce9dd28b2db128aab4c6" + "hash": "a7a7ad54c8ea3bf810ef0ad468afb178" }, { - "title": "NBA: la ligue ne compte pas interrompre la saison, malgré le variant Omicron", - "description": "La NBA n'a pas l'intention d'interrompre la saison en cours en raison du rebond de l'épidémie de Covid et envisage de réduire la période pendant laquelle les joueurs doivent s'isoler en cas de contamination, a déclaré mardi le patron de la ligue Adam Silver.

", - "content": "La NBA n'a pas l'intention d'interrompre la saison en cours en raison du rebond de l'épidémie de Covid et envisage de réduire la période pendant laquelle les joueurs doivent s'isoler en cas de contamination, a déclaré mardi le patron de la ligue Adam Silver.

", + "title": "L'ancien Parisien Jesé fait exploser Tiktok avec une danse avec sa compagne", + "description": "Pendant ses vacances à Dubaï avec sa compagne, Jesé, l’ancien attaquant du Paris Saint-Germain, cultive sa célébrité sur les réseaux sociaux à coup de danses sur Tiktok.

", + "content": "Pendant ses vacances à Dubaï avec sa compagne, Jesé, l’ancien attaquant du Paris Saint-Germain, cultive sa célébrité sur les réseaux sociaux à coup de danses sur Tiktok.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-la-ligue-ne-compte-pas-interrompre-la-saison-malgre-le-variant-omicron_AV-202112220018.html", + "link": "https://rmcsport.bfmtv.com/football/l-ancien-parisien-jese-fait-exploser-tiktok-avec-une-danse-avec-sa-compagne_AN-202112250124.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 00:09:32 GMT", - "enclosure": "https://images.bfmtv.com/u9wkkPVnA4MlbRSsg5yZsVwY6-c=/0x0:1200x675/800x0/images/-863823.jpg", + "pubDate": "Sat, 25 Dec 2021 17:17:41 GMT", + "enclosure": "https://images.bfmtv.com/dSWcwrMLrg-PqzGAg1eFFJfwb84=/0x0:1024x576/800x0/images/-878333.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31643,17 +32897,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a07dca9a63b9b1e8859ad7679adf7864" + "hash": "68f29df42d6135077f07c35abf04a000" }, { - "title": "Incidents Paris FC-OL: trois ultras interpellés, dont le leader d'un groupe parisien", - "description": "La Préfecture de police a annoncé l’interpellation de trois supporters, ce mardi quatre jours après les incidents ayant éclaté dans les tribunes lors de la rencontre de Coupe de France entre le Paris FC et l’OL, vendredi. Les trois individus arrêtés sont des ultras du PSG, selon les informations de RMC Sport.

", - "content": "La Préfecture de police a annoncé l’interpellation de trois supporters, ce mardi quatre jours après les incidents ayant éclaté dans les tribunes lors de la rencontre de Coupe de France entre le Paris FC et l’OL, vendredi. Les trois individus arrêtés sont des ultras du PSG, selon les informations de RMC Sport.

", + "title": "Mercato: Everton s’intéresserait à Coutinho", + "description": "Selon la presse catalane, Everton se serait positionné pour faire venir Philippe Coutinho. Mais le salaire du joueur du Barça pose problème aux Toffees, qui ne veulent qu’un prêt.

", + "content": "Selon la presse catalane, Everton se serait positionné pour faire venir Philippe Coutinho. Mais le salaire du joueur du Barça pose problème aux Toffees, qui ne veulent qu’un prêt.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-trois-ultras-interpelles_AV-202112210196.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-everton-s-interesserait-a-coutinho_AV-202112250121.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 11:05:49 GMT", - "enclosure": "https://images.bfmtv.com/rZysLG5QlMnmsAffajID4vq5p-U=/0x106:2048x1258/800x0/images/Les-violents-incidents-dans-les-tribunes-de-Charlety-pour-le-match-entre-le-Paris-FC-et-l-OL-1191018.jpg", + "pubDate": "Sat, 25 Dec 2021 16:47:07 GMT", + "enclosure": "https://images.bfmtv.com/JPHWnaWUFrKIu1b0IDnQpjYxDko=/0x1:2048x1153/800x0/images/Philippe-Coutinho-avec-Barcelone-1163208.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31664,17 +32918,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6cdfc68405ce9bf27a6ddb681d4cb27" + "hash": "e2ad0ea0cda373deb2660735dfc88eb1" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 22 décembre - Ligue 1", - "description": "Notre pronostic: Nice ne perd pas contre Lens et les deux équipes marquent (2.00)

", - "content": "Notre pronostic: Nice ne perd pas contre Lens et les deux équipes marquent (2.00)

", + "title": "NBA: la maison d’un joueur de Philadelphie prend feu en plein réveillon", + "description": "Vendredi soir, pendant le réveillon de Noël, un incendie s’est déclaré dans la maison de Tyrese Maxey, arrière des Philadelphia Sixers. Le joueur et sa famille vont bien mais ont vécu une drôle de soirée.

", + "content": "Vendredi soir, pendant le réveillon de Noël, un incendie s’est déclaré dans la maison de Tyrese Maxey, arrière des Philadelphia Sixers. Le joueur et sa famille vont bien mais ont vécu une drôle de soirée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-22-decembre-ligue-1_AN-202112210285.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-la-maison-d-un-joueur-de-philadelphie-prend-feu-en-plein-reveillon_AV-202112250120.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 23:06:00 GMT", - "enclosure": "https://images.bfmtv.com/BStochomhfYowammaVmJUM6ULgU=/0x103:2000x1228/800x0/images/Amine-Gouiri-Nice-1192537.jpg", + "pubDate": "Sat, 25 Dec 2021 16:38:46 GMT", + "enclosure": "https://images.bfmtv.com/6RuMwswo5_JZSV1JniqSu4VtuOs=/0x33:2048x1185/800x0/images/Tyrese-Maxey-1194811.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31685,17 +32939,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3a20da9ffc5cc9d947d82b20e4e1224" + "hash": "b604f0305462874e5c56b3752236de3b" }, { - "title": "PRONOS PARIS RMC Le pari de folie du 22 décembre – Ligue 1", - "description": "Notre pronostic: Marseille bat Reims et Milik marque (3.05)

", - "content": "Notre pronostic: Marseille bat Reims et Milik marque (3.05)

", + "title": "Drame en Algérie, un joueur de D2 décède pendant un match", + "description": "Sofiane Loukar, défenseur et capitaine du MC Saïda, une équipe de D2 algérienne, est décédé en plein match samedi à Oran. Il avait 30 ans.

", + "content": "Sofiane Loukar, défenseur et capitaine du MC Saïda, une équipe de D2 algérienne, est décédé en plein match samedi à Oran. Il avait 30 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-22-decembre-ligue-1_AN-202112210283.html", + "link": "https://rmcsport.bfmtv.com/football/drame-en-algerie-un-joueur-de-d2-decede-pendant-un-match_AN-202112250118.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/dyqqQCIIGeBevUPrqb70fUw-rZQ=/7x107:1991x1223/800x0/images/Arkadiusz-Milik-Marseille-1192536.jpg", + "pubDate": "Sat, 25 Dec 2021 16:34:13 GMT", + "enclosure": "https://images.bfmtv.com/DS_PpMURM8TokqKItseHUWZMgg4=/0x0:2048x1152/800x0/images/Un-joueur-de-D2-algerienne-est-mort-pendant-un-match-1194812.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31706,17 +32960,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8b041fb92ff5e662c7f23fb294853e8" + "hash": "0fc7d661d18f877d71d629b8e695cb65" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 22 décembre– Ligue 1", - "description": "Notre pronostic: le Paris-SG s'impose à Lorient (1.30)

", - "content": "Notre pronostic: le Paris-SG s'impose à Lorient (1.30)

", + "title": "Mercato: le Barça sur Mazraoui, en pensant à Haaland", + "description": "Le FC Barcelone souhaiterait recruter Noussair Mazraoui, qui sera libre cet été, d’après Mundo Deportivo. Une manière de développer un peu plus les relations avec Raiola, agent de Mazraoui mais aussi de Haaland, priorité du Barça.

", + "content": "Le FC Barcelone souhaiterait recruter Noussair Mazraoui, qui sera libre cet été, d’après Mundo Deportivo. Une manière de développer un peu plus les relations avec Raiola, agent de Mazraoui mais aussi de Haaland, priorité du Barça.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-22-decembre-ligue-1_AN-202112210280.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-sur-mazraoui-en-pensant-a-haaland_AV-202112250116.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/QK9WKtzJHPot5FHwRAWmNUh02Ck=/7x109:1975x1216/800x0/images/Lionel-Messi-Paris-SG-1192533.jpg", + "pubDate": "Sat, 25 Dec 2021 16:05:32 GMT", + "enclosure": "https://images.bfmtv.com/Ek6x-H5xfIq92emQSeODSzBQ8nw=/0x52:2048x1204/800x0/images/Noussair-Mazraoui-1194810.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31727,17 +32981,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d68ee3c04fbde5b0af547eaf298195cf" + "hash": "8be501e8ed87fcc62029f7fc34b59c77" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 22 décembre – Ligue 1", - "description": "Notre pronostic: pas de vainqueur entre St Etienne et Nantes (3.25)

", - "content": "Notre pronostic: pas de vainqueur entre St Etienne et Nantes (3.25)

", + "title": "En Turquie, ça joue le 25 décembre et on voit même de supers buts", + "description": "Alors que la très grande majorité des championnats mondiaux s’est arrêté en ce jour de Noël, la Superlig turque se poursuit comme si de rien n’était. Galatasaray s’est notamment imposé à domicile (2-0), porté par un superbe but de son attaquant Kerem Aktürkoglu.

", + "content": "Alors que la très grande majorité des championnats mondiaux s’est arrêté en ce jour de Noël, la Superlig turque se poursuit comme si de rien n’était. Galatasaray s’est notamment imposé à domicile (2-0), porté par un superbe but de son attaquant Kerem Aktürkoglu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-22-decembre-ligue-1_AN-202112210279.html", + "link": "https://rmcsport.bfmtv.com/football/championnat-turquie/en-turquie-ca-joue-le-25-decembre-et-on-voit-meme-de-supers-buts_AV-202112250115.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/mzgKUImdJAHGQWynFleQu4bLHo0=/0x104:2000x1229/800x0/images/Pascal-Dupraz-St-Etienne-1192531.jpg", + "pubDate": "Sat, 25 Dec 2021 16:00:32 GMT", + "enclosure": "https://images.bfmtv.com/49U09D_stjlJZne7WfaehaKDgOo=/0x106:2048x1258/800x0/images/1194809.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31748,17 +33002,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6003c6d56922abb4562514826a77fbe" + "hash": "3930537e2ad858f5a242ee2350915949" }, { - "title": "PRONOS PARIS RMC Le pari extérieur du 22 décembre – Ligue 1", - "description": "Notre pronostic: Strasbourg gagne à Clermont (2.35)

", - "content": "Notre pronostic: Strasbourg gagne à Clermont (2.35)

", + "title": "On connaît le prix de Erling Haaland, et ce n'est pas si cher que ça", + "description": "L'attaquant norvégien pourra partir de Dortmund pour \"seulement\" 75 millions, selon une indiscrétion d'Oliver Kahn.

", + "content": "L'attaquant norvégien pourra partir de Dortmund pour \"seulement\" 75 millions, selon une indiscrétion d'Oliver Kahn.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-22-decembre-ligue-1_AN-202112210277.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/on-connait-le-prix-de-erling-haaland-et-ce-n-est-pas-si-cher-que-ca_AV-202112250114.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/ZBNpYGG4OTrjCru8g-D5YYNM2b0=/0x104:1984x1220/800x0/images/Ludovic-Ajorque-Strasbourg-1192530.jpg", + "pubDate": "Sat, 25 Dec 2021 15:59:40 GMT", + "enclosure": "https://images.bfmtv.com/05JmFqZnofccaCkNfz5wKHnZPtc=/0x103:1968x1210/800x0/images/Erling-Haaland-Dortmund-1149332.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31769,17 +33023,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3adb2a71c152979ab18d578be69e87cb" + "hash": "2fb0949f3fef6522c15df2bd3962dfc8" }, { - "title": "PRONOS PARIS RMC Le buteur du jour 22 décembre – Ligue 1", - "description": "Notre pronostic: Jonathan David marque à Bordeaux (2.40)

", - "content": "Notre pronostic: Jonathan David marque à Bordeaux (2.40)

", + "title": "Ligue 1: le fils de Mickaël Pagis signe pro à Lorient", + "description": "Le FC Lorient a annoncé la signature du premier contrat pro de Pablo Pagis. Agé de 18 ans, cet attaquant est le fils de l’ancien avant-centre de l’OM Mickaël Pagis.

", + "content": "Le FC Lorient a annoncé la signature du premier contrat pro de Pablo Pagis. Agé de 18 ans, cet attaquant est le fils de l’ancien avant-centre de l’OM Mickaël Pagis.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-22-decembre-ligue-1_AN-202112210276.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-fils-de-mickael-pagis-signe-pro-a-lorient_AN-202112250113.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/j-EY6ObkarvZDM2So464w2OW-hM=/0x104:1984x1220/800x0/images/Jonathan-David-Lille-1192528.jpg", + "pubDate": "Sat, 25 Dec 2021 15:51:34 GMT", + "enclosure": "https://images.bfmtv.com/5lF5SrL5gUA2hkDXBkLaCsk1u8Y=/6x49:1510x895/800x0/images/Mickael-Pagis-avec-l-OM-en-2007-1194807.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31790,17 +33044,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13ca3f1ffbe79574d756bfbd1be0d52b" + "hash": "27b4b015d2ba8fbe45c1a66ffd37a5b1" }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 22 décembre – Ligue 1", - "description": "Mon pronostic : Saint-Etienne ne perd pas face à Nantes et les deux équipes marquent (2.25)

", - "content": "Mon pronostic : Saint-Etienne ne perd pas face à Nantes et les deux équipes marquent (2.25)

", + "title": "CAN: la sélection du Mali, avec de nombreux joueurs de Ligue 1", + "description": "Le sélectionneur du Mali Mohamed Magassouba a dévoilé sa liste de 28 joueurs pour la prochaine Coupe d'Afrique des Nations. De nombreux joueurs du championnat français composent la sélection.

", + "content": "Le sélectionneur du Mali Mohamed Magassouba a dévoilé sa liste de 28 joueurs pour la prochaine Coupe d'Afrique des Nations. De nombreux joueurs du championnat français composent la sélection.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-22-decembre-ligue-1_AN-202112210246.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-la-selection-du-mali-avec-de-nombreux-joueurs-de-ligue-1_AV-202112250109.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/hEz4NoljqNxYJeSVMHckeDPBwaQ=/7x107:1991x1223/800x0/images/A-Nordin-W-Khazri-1192489.jpg", + "pubDate": "Sat, 25 Dec 2021 15:02:47 GMT", + "enclosure": "https://images.bfmtv.com/tx3fANiBFJM30yAtNTv2I32WzbU=/0x106:2048x1258/800x0/images/Bilal-Toure-1194802.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31811,17 +33065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38eee30cc763cc5c7566b6ab3bbf79d3" + "hash": "1f877dcc0b9a8d8d0bd9f63bf6aa2b1d" }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 22 décembre – Ligue 1", - "description": "Mon pronostic : Nice ne perd pas et les deux équipes marquent (2.00)

", - "content": "Mon pronostic : Nice ne perd pas et les deux équipes marquent (2.00)

", + "title": "Ajax: Tadic bat un record de Messi vieux de dix ans", + "description": "L’attaquant de l’Ajax Dusan Tadic vient de boucler une année pleine, à tel point qu’il a battu un record détenu par Lionel Messi depuis dix ans. L’international serbe a délivré 37 passes décisives au total en 2021, soit une de plus que l’ex-numéro 10 du Barça en 2011.

", + "content": "L’attaquant de l’Ajax Dusan Tadic vient de boucler une année pleine, à tel point qu’il a battu un record détenu par Lionel Messi depuis dix ans. L’international serbe a délivré 37 passes décisives au total en 2021, soit une de plus que l’ex-numéro 10 du Barça en 2011.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-22-decembre-ligue-1_AN-202112210242.html", + "link": "https://rmcsport.bfmtv.com/football/eredivisie/ajax-tadic-bat-un-record-de-messi-vieux-de-dix-ans_AV-202112250107.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/6n_2rPd4z-dmVZ17AYZGYHX6OtA=/0x103:1984x1219/800x0/images/A-Gouiri-1192486.jpg", + "pubDate": "Sat, 25 Dec 2021 14:53:26 GMT", + "enclosure": "https://images.bfmtv.com/fQRU_RCQeALJujrt3I2kRRcesY8=/0x106:2048x1258/800x0/images/1194801.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31832,17 +33086,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15ef45e3a17991b5316fcb824c95e3aa" + "hash": "4ccdb900f99678dece3435ceb1a5d6de" }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 22 décembre – Ligue 1", - "description": "Mon pronostic : Marseille bat Reims et Milik marque (3.00)

", - "content": "Mon pronostic : Marseille bat Reims et Milik marque (3.00)

", + "title": "CAN en direct: Des surprises pour le Nigeria et le Mali", + "description": "A deux semaines du début de la CAN au Cameroun, les sélectionneurs annocnent les uns après les autres les listes pour la compétition.

", + "content": "A deux semaines du début de la CAN au Cameroun, les sélectionneurs annocnent les uns après les autres les listes pour la compétition.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-22-decembre-ligue-1_AN-202112210007.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-en-direct-les-listes-tombent_LN-202112250105.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/xqVR-7I-8L4h1yrcL93xd7L_frM=/15x148:1999x1264/800x0/images/A-Milik-1191800.jpg", + "pubDate": "Sat, 25 Dec 2021 14:42:29 GMT", + "enclosure": "https://images.bfmtv.com/Co0hfwiKAydloJ3mZBGTKxm4lzg=/2x2:4402x2477/800x0/images/-876571.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31853,17 +33107,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de73c1e87f75840cfbf24a9237959f99" + "hash": "18e1c811e62e65c01d85bdefaa3e0e6b" }, { - "title": "Espagne: un joueur d'Alcorcon viré pour s'être filmé en voiture, café à la main à 160 km/h", - "description": "Raul Asencio, attaquant d'Alcorcon (Liga2), s'est vu indiquer la porte de sortie par son club ce mardi. La raison? Le joueur de 23 ans a posté sur ses réseaux sociaux une vidéo de lui conduisant son véhicule à près de 160km/h, un café à la main.

", - "content": "Raul Asencio, attaquant d'Alcorcon (Liga2), s'est vu indiquer la porte de sortie par son club ce mardi. La raison? Le joueur de 23 ans a posté sur ses réseaux sociaux une vidéo de lui conduisant son véhicule à près de 160km/h, un café à la main.

", + "title": "CAN: Osimhen présent dans la sélection du Nigeria", + "description": "Annoncé incertain pour la Coupe d'Afrique des Nations depuis ses nombreuses blessures à la tête survenues en novembre dernier, Victor Osimhen figure bien dans le groupe de 28 joueurs du Nigeria pour la compétition.

", + "content": "Annoncé incertain pour la Coupe d'Afrique des Nations depuis ses nombreuses blessures à la tête survenues en novembre dernier, Victor Osimhen figure bien dans le groupe de 28 joueurs du Nigeria pour la compétition.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/espagne-un-joueur-d-alcorcon-vire-pour-s-etre-filme-en-voiture-cafe-a-la-main-a-160-km-h_AV-202112210532.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-osimhen-present-dans-la-selection-du-nigeria_AV-202112250100.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 22:58:17 GMT", - "enclosure": "https://images.bfmtv.com/R_5R2CY1YA1fU6tWR_Sp6oXrC0E=/0x0:1936x1089/800x0/images/Alcorcon-en-Liga2-1192785.jpg", + "pubDate": "Sat, 25 Dec 2021 14:10:10 GMT", + "enclosure": "https://images.bfmtv.com/UfjJuPF3FsW3UyDhs5lJIfKfS-w=/0x0:2000x1125/800x0/images/Victor-Osimhen-Naples-1132900.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31874,17 +33128,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c5bd85a15db52329bbb81cc5a479b78" + "hash": "2e44fb04207a4040bdaf5ac92d906f2c" }, { - "title": "League Cup: Arsenal étrille Sunderland avec un très joli but de Nketiah", - "description": "Malgré une équipe remaniée, Arsenal n'a pas connu de problème pour se qualifier pour les demi-finales de la Carabao Cup en battant Sunderland (5-1), grâce notamment à un triplé d'Eddie Nketiah.

", - "content": "Malgré une équipe remaniée, Arsenal n'a pas connu de problème pour se qualifier pour les demi-finales de la Carabao Cup en battant Sunderland (5-1), grâce notamment à un triplé d'Eddie Nketiah.

", + "title": "Barça: le club n'a pas fait de cadeaux de Noël aux joueurs", + "description": "Aucun joueur du Barça n'a reçu de cadeau de Noël de la part du club, rapporte AS en Espagne. Une décision qui témoigne de la volonté de la direction de réduire les dépenses.

", + "content": "Aucun joueur du Barça n'a reçu de cadeau de Noël de la part du club, rapporte AS en Espagne. Une décision qui témoigne de la volonté de la direction de réduire les dépenses.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/league-cup/league-cup-arsenal-etrille-sunderland-avec-un-tres-joli-but-de-nketiah_AD-202112210529.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-le-club-n-a-pas-fait-de-cadeaux-de-noel-aux-joueurs_AV-202112250099.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 22:49:27 GMT", - "enclosure": "https://images.bfmtv.com/1a6e-uhyOPkSJbaFW2cjoZQIM-0=/0x55:1984x1171/800x0/images/Eddie-Nketiah-1192804.jpg", + "pubDate": "Sat, 25 Dec 2021 14:05:57 GMT", + "enclosure": "https://images.bfmtv.com/Vvn1wEMtztSx_IpxePq-qkSYTz8=/0x8:2048x1160/800x0/images/Gavi-1194793.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31895,17 +33149,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cac0b54542846d18e26e60854c4fcfd" + "hash": "3d6a8543e86fe23daaa41755565f0a46" }, { - "title": "Liga: en supériorité numérique, le Barça cale encore contre Séville", - "description": "En supériorité numérique pendant la dernière demi-heure après l'exclusion de Koundé, le Barça a concédé le nul ce mardi face au FC Séville (1-1). Malgré un Dembélé intéressant, les Catalans sont toujours dans le ventre mou de la Liga.

", - "content": "En supériorité numérique pendant la dernière demi-heure après l'exclusion de Koundé, le Barça a concédé le nul ce mardi face au FC Séville (1-1). Malgré un Dembélé intéressant, les Catalans sont toujours dans le ventre mou de la Liga.

", + "title": "Euroleague: Le bilan des Français à mi-saison", + "description": "Avec 20 représentants sur les parquets européens, la France est le troisième contingent de joueurs, derrière les Etats-Unis et la Russie, en Euroleague cette saison. Entre révélations et déceptions, il est temps de faire un premier bilan à mi-saison. 

", + "content": "Avec 20 représentants sur les parquets européens, la France est le troisième contingent de joueurs, derrière les Etats-Unis et la Russie, en Euroleague cette saison. Entre révélations et déceptions, il est temps de faire un premier bilan à mi-saison. 

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-en-superiorite-numerique-le-barca-cale-encore-contre-seville_AV-202112210525.html", + "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroleague-le-bilan-des-francais-a-mi-saison_AN-202112250096.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 22:33:53 GMT", - "enclosure": "https://images.bfmtv.com/zxBlz9x9DojHNEUlLGqriKUrG1k=/0x70:2000x1195/800x0/images/Barcelone-Seville-1192799.jpg", + "pubDate": "Sat, 25 Dec 2021 13:46:39 GMT", + "enclosure": "https://images.bfmtv.com/RXYZqW2ucS8wN3otvZ7YXWx_dGk=/0x0:2048x1152/800x0/images/Elie-Okobo-lors-de-ASVEL-Kaunas-1139205.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31916,17 +33170,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d31f7bea96698433cb452a95113dc0e" + "hash": "e0c4f9e8ff160fe000e9214a1f9b0717" }, { - "title": "Séville-Barça: le craquage de Koundé, exclu pour avoir balancé le ballon dans la tête d'Alba", - "description": "Jules Koundé a écopé d'un carton rouge direct, pour avoir répondu par un ballon en plein visage à une provocation de Jordi Alba, mardi soir lors du match de championnat espagnol entre Séville et le Barça (1-1).

", - "content": "Jules Koundé a écopé d'un carton rouge direct, pour avoir répondu par un ballon en plein visage à une provocation de Jordi Alba, mardi soir lors du match de championnat espagnol entre Séville et le Barça (1-1).

", + "title": "Zlatan Ibrahimovic respecte sa tradition en postant un doigt d'honneur pour fêter Noël", + "description": "Coutumier du fait, Zlatan Ibrahimovic a souhaité ce samedi un \"Merry Chriztmaz\" à ses suiveurs sur ses réseaux sociaux, accompagné d'une photo qui montre un doigt d'honneur. Une tradition du Suédois, qui répète le gimmick depuis plusieurs années désormais.

", + "content": "Coutumier du fait, Zlatan Ibrahimovic a souhaité ce samedi un \"Merry Chriztmaz\" à ses suiveurs sur ses réseaux sociaux, accompagné d'une photo qui montre un doigt d'honneur. Une tradition du Suédois, qui répète le gimmick depuis plusieurs années désormais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/seville-barca-le-craquage-de-kounde-exclu-pour-avoir-balance-le-ballon-dans-la-tete-d-alba_AV-202112210521.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/zlatan-ibrahimovic-respecte-sa-tradition-en-postant-un-doigt-d-honneur-pour-feter-noel_AV-202112250094.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 22:22:31 GMT", - "enclosure": "https://images.bfmtv.com/zl2JG9gETipbzMNbDoj1V0Ffc9w=/32x120:1728x1074/800x0/images/Kounde-1192796.jpg", + "pubDate": "Sat, 25 Dec 2021 13:39:24 GMT", + "enclosure": "https://images.bfmtv.com/cOAcfGqqWQYupi0jo7ijrccSbqw=/0x0:1984x1116/800x0/images/Z-Ibrahimovic-1191000.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31937,17 +33191,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "333b9d9ab4441bbd8b6772c5ee02434a" + "hash": "bfd61e80196ccc484523cfdd6c0ac28b" }, { - "title": "Covid-19: des joueurs de Premier League inquiets face au maintien du Boxing Day", - "description": "Selon les informations relayées par le Daily Mail ce mardi soir, plusieurs joueurs de Premier League auraient mal pris la décision des dirigeants du football anglais de maintenir le Boxing Day. Certains s'attendaient à ce que les représentants des clubs les défendent, eux et leur santé, alors que l'Angleterre est violemment frappée par le variant Omicron.

", - "content": "Selon les informations relayées par le Daily Mail ce mardi soir, plusieurs joueurs de Premier League auraient mal pris la décision des dirigeants du football anglais de maintenir le Boxing Day. Certains s'attendaient à ce que les représentants des clubs les défendent, eux et leur santé, alors que l'Angleterre est violemment frappée par le variant Omicron.

", + "title": "Les pronos hippiques du dimanche 26 décembre 2021", + "description": "Le Quinté+ du dimanche 26 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du dimanche 26 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/covid-19-des-joueurs-de-premier-league-inquiets-face-au-maintien-du-boxing-day_AV-202112210513.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-26-decembre-2021_AN-202112250093.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 21:48:36 GMT", - "enclosure": "https://images.bfmtv.com/XOPlq-bNqFRyKjUtGzpukapaoSU=/0x175:2048x1327/800x0/images/Signalisation-anti-coronavirus-1192792.jpg", + "pubDate": "Sat, 25 Dec 2021 13:15:46 GMT", + "enclosure": "https://images.bfmtv.com/LRRctCyy5WU__8ugkd8Q_btTN9s=/0x42:800x492/800x0/images/Les-pronos-hippiques-du-19-decembre-2021-1190391.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31958,17 +33212,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb85114e8e8a690a55325bf8a4e3c22d" + "hash": "b9ee771f57899b18aa0deba6ddc9bab7" }, { - "title": "Manchester City: Benjamin Mendy", - "description": "Benjamin Mendy... Dans le cadre de la préparation de son procès.

", - "content": "Benjamin Mendy... Dans le cadre de la préparation de son procès.

", + "title": "Le sport face au coronavirus en direct: Brive-Clermont également reporté", + "description": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "content": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-benjamin-mendy_AV-202112220149.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:44:51 GMT", - "enclosure": "https://images.bfmtv.com/QlzpUV6Zd_ejZmH4aGq2LXo34bg=/0x0:1200x675/800x0/images/Benjamin-Mendy-1192964.jpg", + "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", + "enclosure": "https://images.bfmtv.com/iiiWahFcV4p483Fi69awlQ5hmVc=/6x111:2038x1254/800x0/images/L-ASM-Clermont-1194780.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -31979,17 +33233,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf00d9d49e1b1a46661568c56abb44bb" + "hash": "b8dc84eca79e492e482c900eb08994f6" }, { - "title": "Les pronos hippiques du mercredi 22 décembre 2021", - "description": "Le Quinté+ du mercredi 22 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du mercredi 22 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Tennis: toujours incertain pour l'Open d'Australie Djokovic fera l'impasse sur l'ATP Cup à Sydney", + "description": "Si l'incertitude règne toujours quant à la participation de Novak Djokovic pour le prochain Open d'Australie, en janvier prochain, le numéro 1 mondial va déjà zapper l'ATP Cup, qui aura lieu en début d'année à Sydney.

", + "content": "Si l'incertitude règne toujours quant à la participation de Novak Djokovic pour le prochain Open d'Australie, en janvier prochain, le numéro 1 mondial va déjà zapper l'ATP Cup, qui aura lieu en début d'année à Sydney.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mercredi-22-decembre-2021_AN-202112210413.html", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-toujours-incertain-pour-l-open-d-australie-djokovic-fera-l-impasse-sur-l-atp-cup-a-sydney_AV-202112250082.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 17:39:03 GMT", - "enclosure": "https://images.bfmtv.com/AIp1fZ3jFz5sGYJ_FXzw9_uqNhg=/5x25:1173x682/800x0/images/Les-pronos-hippiques-du-22-decembre-2021-1191890.jpg", + "pubDate": "Sat, 25 Dec 2021 12:09:18 GMT", + "enclosure": "https://images.bfmtv.com/OATf_CA58l6hgxIjUjul8VZgdOQ=/0x40:768x472/800x0/images/Le-Serbe-Novak-Djokovic-frappe-un-retour-contre-le-Canadien-Denis-Shapovalov-lors-de-leur-match-de-simple-du-groupe-A-de-l-ATP-Cup-2021-a-Melbourne-le-2-fevrier-2021-1191910.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32000,17 +33254,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "458f8913e7b57336726496ad9a59b39b" + "hash": "c56e037e584eebf38bb341b79998ef6e" }, { - "title": "Portugal: le \"match de la honte\" entre Benfica et Belenenses SAD ne sera pas rejoué", - "description": "La Belenenses SAD avait demandé à faire rejouer le \"match de la honte\" contre Benfica. Le club avait démarré à neuf joueurs, à cause de cas de coronavirus, et avait fini par déclarer forfait lors de la seconde période. Benfica menait alors 7-0.

", - "content": "La Belenenses SAD avait demandé à faire rejouer le \"match de la honte\" contre Benfica. Le club avait démarré à neuf joueurs, à cause de cas de coronavirus, et avait fini par déclarer forfait lors de la seconde période. Benfica menait alors 7-0.

", + "title": "Bleus: Benzema, Mbappé, Deschamps et le défi d'une troisième étoile", + "description": "Dans moins d'un an, les Bleus devront faire mentir la \"malédiction du champion\".

", + "content": "Dans moins d'un an, les Bleus devront faire mentir la \"malédiction du champion\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-le-match-de-la-honte-entre-benfica-et-belenenses-sad-ne-sera-pas-rejoue_AV-202112210412.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/bleus-benzema-mbappe-deschamps-et-le-defi-d-une-troisieme-etoile_AD-202112250078.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 17:38:37 GMT", - "enclosure": "https://images.bfmtv.com/8MGPh4Okfvb-qj8A_43LRSciUxI=/0x80:768x512/800x0/images/L-equipe-de-Belenenses-n-a-pu-aligner-que-neuf-joueurs-pour-affronter-Benfica-le-27-novembre-2021-a-Oeiras-pres-de-Lisbonne-1177247.jpg", + "pubDate": "Sat, 25 Dec 2021 11:44:01 GMT", + "enclosure": "https://images.bfmtv.com/VZr1_WQcYFdQVAERo1XbzslvXto=/0x40:768x472/800x0/images/L-attaquant-francais-Karim-Benzema-g-est-felicite-son-coequipier-Kylian-Mbappe-apres-avoir-marque-un-but-lors-du-match-de-qualification-pour-la-Coupe-du-Monde-de-la-FIFA-2022-entre-la-France-et-le-Kazakhstan-au-Parc-des-Princes-a-Paris-le-13-novembre-2021-1194764.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32021,17 +33275,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d82239cc5bd38974372eef5813e27e7f" + "hash": "21d178b435309a28936ecb8b1cd623c7" }, { - "title": "F1: Latifi dénonce le harcèlement et les menaces à son encontre depuis le GP d'Abu Dhabi", - "description": "Près de dix jours après le dernier GP de la saison qui s'est déroulé à Abu Dhabi (Émirats arabes unis), Nicholas Latifi a publié un message sur les réseaux sociaux. Le pilote Williams déplore le harcèlement en ligne qu'il a subi, lui dont l'accident a provoqué indirectement la victoire de Max Verstappen en toute fin de course.

", - "content": "Près de dix jours après le dernier GP de la saison qui s'est déroulé à Abu Dhabi (Émirats arabes unis), Nicholas Latifi a publié un message sur les réseaux sociaux. Le pilote Williams déplore le harcèlement en ligne qu'il a subi, lui dont l'accident a provoqué indirectement la victoire de Max Verstappen en toute fin de course.

", + "title": "F1: pour Sainz, la décision de Masi à la fin du GP d'Abu Dhabi était \"bizarre\"", + "description": "Carlos Sainz (Ferrari), ravi que le duel Verstappen-Hamilton se soit conclu de façon propre à Abu Dhabi, estime néanmoins que la décision du directeur de course pour le dernier tour était \"étrange\".

", + "content": "Carlos Sainz (Ferrari), ravi que le duel Verstappen-Hamilton se soit conclu de façon propre à Abu Dhabi, estime néanmoins que la décision du directeur de course pour le dernier tour était \"étrange\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-latifi-denonce-le-harcelement-et-les-menaces-a-son-encontre-depuis-le-gp-d-abu-dhabi_AV-202112210403.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-pour-sainz-la-decision-de-masi-a-la-fin-du-gp-d-abu-dhabi-etait-bizarre_AV-202112250076.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 17:31:01 GMT", - "enclosure": "https://images.bfmtv.com/tkB3u0NPCgC2jR2nOirGez4ewG0=/0x120:2016x1254/800x0/images/Latifi-1192676.jpg", + "pubDate": "Sat, 25 Dec 2021 11:36:05 GMT", + "enclosure": "https://images.bfmtv.com/5ikIgata2C8DJ3UzFImnbAoGPfs=/0x52:2048x1204/800x0/images/Carlos-Sainz-1194767.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32042,17 +33296,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88da0f0a55c233329dd76079c7d968df" + "hash": "dd8e5efe183fbc151514eccf27ed561a" }, { - "title": "Ligue 1: Amazon annonce \"au moins un million de personnes\" devant ses affiches", - "description": "Diffuseur de 80% de la Ligue 1 et de la Ligue 2, Amazon revendique \"au moins un million de personnes\" lors des grosses affiches du championnat de France.

", - "content": "Diffuseur de 80% de la Ligue 1 et de la Ligue 2, Amazon revendique \"au moins un million de personnes\" lors des grosses affiches du championnat de France.

", + "title": "Coupe du monde: On en sait plus sur le prochain tirage et les possibles adversaires des Bleus", + "description": "A moins de quatre mois du tirage au sort de la Coupe du monde 2022, l'équipe de France est pratiquement assurée de se retrouver dans le chapeau 1, avec les têtes de série. Mais à la vue du classement Fifa, des adversaires comme l'Allemagne ou la Croatie pourraient croiser la route des Bleus dès la phase de groupes au Qatar.

", + "content": "A moins de quatre mois du tirage au sort de la Coupe du monde 2022, l'équipe de France est pratiquement assurée de se retrouver dans le chapeau 1, avec les têtes de série. Mais à la vue du classement Fifa, des adversaires comme l'Allemagne ou la Croatie pourraient croiser la route des Bleus dès la phase de groupes au Qatar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-amazon-annonce-au-moins-un-million-de-personnes-devant-ses-affiches_AV-202112210398.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-on-en-sait-plus-sur-le-prochain-tirage-et-les-possibles-adversaires-des-bleus_AV-202112250073.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 17:25:11 GMT", - "enclosure": "https://images.bfmtv.com/MSQvMNDgTmvSTqm48_LLe5IXZi4=/0x212:2048x1364/800x0/images/Les-micros-Amazon-Prime-Video-en-Ligue-1-1151950.jpg", + "pubDate": "Sat, 25 Dec 2021 11:17:29 GMT", + "enclosure": "https://images.bfmtv.com/AlZK2lDZb12IK525atyw-QFV9JA=/0x106:2048x1258/800x0/images/Equipe-de-France-1194759.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32063,17 +33317,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8d11a08daa658616eccd8dcbac442e7" + "hash": "a68a66992bc8c8c0cc58c55a5a480c97" }, { - "title": "Jean Alesi sera jugé en correctionnelle, après sa garde à vue pour dégradations", - "description": "Placé en garde à vue pour avoir fait exploser avec un pétard la fenêtre du bureau de son beau-frère, Jean Alesi, l'ancien pilote français de Formule 1, sera jugé en correctionnelle en 2023. C'est le parquet de Nîmes qui l'a annoncé ce mardi.

", - "content": "Placé en garde à vue pour avoir fait exploser avec un pétard la fenêtre du bureau de son beau-frère, Jean Alesi, l'ancien pilote français de Formule 1, sera jugé en correctionnelle en 2023. C'est le parquet de Nîmes qui l'a annoncé ce mardi.

", + "title": "NHL: la reprise après la trêve de Noël repoussée de lundi à mardi", + "description": "Pour permettre une annalyse des résultats de tests covid.

", + "content": "Pour permettre une annalyse des résultats de tests covid.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/jean-alesi-sera-juge-en-correctionnelle-apres-sa-garde-a-vue-pour-degradations_AV-202112210370.html", + "link": "https://rmcsport.bfmtv.com/sport-us/nhl-la-reprise-apres-la-treve-de-noel-repoussee-de-lundi-a-mardi_AD-202112250072.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:59:34 GMT", - "enclosure": "https://images.bfmtv.com/_mP2ibdKo60h79vJh0Lf7FYbAhY=/0x0:768x432/800x0/images/L-ex-pilote-francais-Jean-Alesi-lors-du-Grand-Prix-de-Belgique-au-circuit-Spa-Francorchamps-le-25-aout-2016-1192633.jpg", + "pubDate": "Sat, 25 Dec 2021 11:04:23 GMT", + "enclosure": "https://images.bfmtv.com/kAEAovKYo-krMGZqHmnFrREuLUE=/0x40:768x472/800x0/images/Les-joueurs-de-la-NHL-le-prestigieux-championnat-nord-americain-de-hockey-sur-glace-n-iront-pas-aux-Jeux-olympiques-d-hiver-de-Pekin-4-20-fevrier-apres-les-reports-en-cascade-provoques-par-le-Covid-19-annoncent-mardi-plusieurs-medias-americains-1192925.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32084,17 +33338,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6daf02cfdd5e48138b1292473bb5bb2e" + "hash": "33d79b4f3df0bf9490a73b0b6a1408c2" }, { - "title": "Ligue des champions: razzia sur les places pour LOSC-Chelsea", - "description": "La billetterie pour l'affiche des 8emes de finale de Ligue des champions entre Lille et Chelsea s'ouvrait au grand public ce mardi, et elle a eu un grand succès. Plus aucune place n'est disponible sur le site actuellement.

", - "content": "La billetterie pour l'affiche des 8emes de finale de Ligue des champions entre Lille et Chelsea s'ouvrait au grand public ce mardi, et elle a eu un grand succès. Plus aucune place n'est disponible sur le site actuellement.

", + "title": "Quand les footballeurs se mettent au costume", + "description": "A l'image de Dior avec le PSG et Mbappé, de nombreux partenariats se nouent assez loin du look jogging/doudoune du foot des années 90.

", + "content": "A l'image de Dior avec le PSG et Mbappé, de nombreux partenariats se nouent assez loin du look jogging/doudoune du foot des années 90.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-razzia-sur-les-places-pour-losc-chelsea_AV-202112210351.html", + "link": "https://rmcsport.bfmtv.com/football/quand-les-footballeurs-se-mettent-au-costume_AD-202112250071.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:15:44 GMT", - "enclosure": "https://images.bfmtv.com/h-x8Y5LZY-cWnmvORiRW0GNWyPQ=/0x106:2048x1258/800x0/images/Lille-1187149.jpg", + "pubDate": "Sat, 25 Dec 2021 11:01:20 GMT", + "enclosure": "https://images.bfmtv.com/vfxXPzzyFurHAW_jv_G8H5WYpHc=/0x40:768x472/800x0/images/Leandro-Paredes-Angel-Di-Maria-et-Lionel-Messi-du-PSG-en-costume-Dior-le-19-septembre-2021-a-leur-arrivee-au-Parc-des-Princes-a-Paris-1194747.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32105,17 +33359,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87f77093cd91034de7b093aadbbaa534" + "hash": "c6e2fda821da7300d8e555a4a18857fe" }, { - "title": "Rallye WRC: Sébastien Loeb va participer au rallye de Monte-Carlo", - "description": "A 47 ans, Sébastien Loeb va faire son retour au rallye WRC de Monte-Carlo, prévu du 20 au 23 janvier prochain, quelques jours après avoir participé au Dakar.

", - "content": "A 47 ans, Sébastien Loeb va faire son retour au rallye WRC de Monte-Carlo, prévu du 20 au 23 janvier prochain, quelques jours après avoir participé au Dakar.

", + "title": "Nantes: Rien d'acté pour Kolo Muani", + "description": "Malgré les rumeurs en provenance d'Allemagne, l'attaquant du FC Nantes et des Bleuets va bien aller jusqu'au bout de son contrat chez les canaris en juin prochain.

", + "content": "Malgré les rumeurs en provenance d'Allemagne, l'attaquant du FC Nantes et des Bleuets va bien aller jusqu'au bout de son contrat chez les canaris en juin prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/rallye-wrc-sebastien-loeb-va-participer-au-rallye-de-monte-carlo_AD-202112210350.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-rien-d-acte-pour-kolo-muani_AN-202112250060.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:11:14 GMT", - "enclosure": "https://images.bfmtv.com/paotU5NBfFg8rm1-XuQkJm7pf_w=/95x19:767x397/800x0/images/Le-pilote-francais-Sebastien-Loeb-a-la-veille-du-checkup-du-Rallye-du-Dakar-le-31-decembre-2020-a-Jeddah-Arabie-Saoudite-999564.jpg", + "pubDate": "Sat, 25 Dec 2021 10:18:24 GMT", + "enclosure": "https://images.bfmtv.com/FrU7E0ZM77xBP43PgefS9_0_xHM=/0x0:2048x1152/800x0/images/Randal-Kolo-Muani-avec-Nantes-1186150.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32126,17 +33380,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c72a8f939b9ccbaac9853bccebc87118" + "hash": "f51f56b60de8e38bdae8e5b015f81d3b" }, { - "title": "Serie A: Salernitana sera exclue sans vente au 31 décembre", - "description": "Malgré le vote à l'unanimité des clubs de Serie A en faveur du maintien de Salernitana dans l'élite, la Fédération iatlienne reste campée sur sa décision. Le dernier du classement sera exclu du championnat, si le club n'a pas vendu les parts du président de la Lazio Rome d'ici le 31 décembre.

", - "content": "Malgré le vote à l'unanimité des clubs de Serie A en faveur du maintien de Salernitana dans l'élite, la Fédération iatlienne reste campée sur sa décision. Le dernier du classement sera exclu du championnat, si le club n'a pas vendu les parts du président de la Lazio Rome d'ici le 31 décembre.

", + "title": "Sturridge condamné à verser 30.000 dollars à l'homme qui avait retrouvé son chien", + "description": "La presse britannique rapporte que Daniel Sturridge, l'ancien buteur de Liverpool, a été condamné à payer 30.000 dollars à un homme qui avait retrouvé son chien à Los Angeles. Cette somme était en fait la récompense promise et jamais honorée par le footballeur.

", + "content": "La presse britannique rapporte que Daniel Sturridge, l'ancien buteur de Liverpool, a été condamné à payer 30.000 dollars à un homme qui avait retrouvé son chien à Los Angeles. Cette somme était en fait la récompense promise et jamais honorée par le footballeur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-salernitana-sera-exclue-sans-vente-au-31-decembre_AV-202112210341.html", + "link": "https://rmcsport.bfmtv.com/football/sturridge-condamne-a-verser-30-000-dollars-a-l-homme-qui-avait-retrouve-son-chien_AV-202112250059.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 15:59:16 GMT", - "enclosure": "https://images.bfmtv.com/3qH8l-Ydoerdc2Mw0fVzAf1eb-c=/0x0:2048x1152/800x0/images/Franck-Ribery-avec-Salernitana-1145425.jpg", + "pubDate": "Sat, 25 Dec 2021 10:09:28 GMT", + "enclosure": "https://images.bfmtv.com/i1vCWqWCW4OZqJL65GxihVjCI0k=/0x137:2048x1289/800x0/images/Sturridge-1194736.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32147,17 +33401,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df99c2361e18534a4a9ef3557c50b6f5" + "hash": "7b9958857065fd0cf9c03019168782ac" }, { - "title": "Paris FC-OL: le CUP promet des exclusions en cas d'implication dans les incidents", - "description": "Dans un communiqué, le Collectif Ultras Paris condamne les incidents survenus lors de Paris FC-OL vendredi dernier lors des 32e de finale de la Coupe de France. Le groupe de supporters du PSG promet également des sanctions si certains membres sont impliqués.

", - "content": "Dans un communiqué, le Collectif Ultras Paris condamne les incidents survenus lors de Paris FC-OL vendredi dernier lors des 32e de finale de la Coupe de France. Le groupe de supporters du PSG promet également des sanctions si certains membres sont impliqués.

", + "title": "OL: \"nous avons souffert\", Aulas revient sur la première partie de saison et annonce des changements", + "description": "Dans une vidéo publiée ce samedi sur les réseaux sociaux de l'OL, Jean-Michel Aulas a adressé un message à ses supporters, alors que son club connaît actuellement une \"ambiance difficile\". Le patron du club rhodanien promet à nouveau des changements en collaboration avec l'entraîneur Peter Bosz et Vincent Ponsot, directeur du football.

", + "content": "Dans une vidéo publiée ce samedi sur les réseaux sociaux de l'OL, Jean-Michel Aulas a adressé un message à ses supporters, alors que son club connaît actuellement une \"ambiance difficile\". Le patron du club rhodanien promet à nouveau des changements en collaboration avec l'entraîneur Peter Bosz et Vincent Ponsot, directeur du football.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-le-cup-promet-des-exclusions-en-cas-d-implication-dans-les-incidents_AV-202112210337.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-nous-avons-souffert-aulas-revient-sur-la-premiere-partie-de-saison-et-annonce-des-changements_AV-202112250055.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 15:51:48 GMT", - "enclosure": "https://images.bfmtv.com/w_9LluGhx9tk1C_Bp9kJQE7As8I=/0x106:2048x1258/800x0/images/Paris-FC-Lyon-1190915.jpg", + "pubDate": "Sat, 25 Dec 2021 09:51:06 GMT", + "enclosure": "https://images.bfmtv.com/o3iLNuoRsMVumg6UyOZ0JfCYTcM=/0x105:2048x1257/800x0/images/jean-Michel-Aulas-1194740.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32168,17 +33422,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e49bdd54a0dbc8a386b87e7d3e58a76" + "hash": "42c310a828bb3d51c7a839aecfc041e7" }, { - "title": "Manchester City: où en est l'affaire Mendy à la veille de l'audience du défenseur français", - "description": "Incarcéré depuis fin août dans une prison au sud de Liverpool, Benjamin Mendy va participer mercredi à une audience préparatoire à son procès, qui débutera fin janvier. Accusé de six viols et d'une agression sexuelle, le défenseur international français devra préciser demain s'il plaide coupable ou non-coupable.

", - "content": "Incarcéré depuis fin août dans une prison au sud de Liverpool, Benjamin Mendy va participer mercredi à une audience préparatoire à son procès, qui débutera fin janvier. Accusé de six viols et d'une agression sexuelle, le défenseur international français devra préciser demain s'il plaide coupable ou non-coupable.

", + "title": "Mercato en direct: Abde entre le Maroc et l'Espagne, Vahid confiant pour la CAN", + "description": "A quelques jours de l'ouverture du mercato hivernal, le 1er janvier 2022, retrouvez les dernières informations et rumeurs du mercato avec le live commenté de RMC Sport. L'actualité s'annonce riche d'ici là alors que le passage à la nouvelle année permettra à de nombreux joueurs de s'engager où ils le souhaitent pour la saison prochaine.

", + "content": "A quelques jours de l'ouverture du mercato hivernal, le 1er janvier 2022, retrouvez les dernières informations et rumeurs du mercato avec le live commenté de RMC Sport. L'actualité s'annonce riche d'ici là alors que le passage à la nouvelle année permettra à de nombreux joueurs de s'engager où ils le souhaitent pour la saison prochaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-ou-en-est-l-affaire-mendy-a-la-veille-de-l-audience-du-defenseur-francais_AV-202112210333.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-23-decembre_LN-202112230124.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 15:45:13 GMT", - "enclosure": "https://images.bfmtv.com/Eto7W7jsRpmt9B8YaWDDEmSFN88=/6x83:2038x1226/800x0/images/Benjamin-Mendy-1125215.jpg", + "pubDate": "Thu, 23 Dec 2021 08:35:21 GMT", + "enclosure": "https://images.bfmtv.com/-Uv5W4fbGWA_WXD2SPFoUIqycu4=/0x0:2048x1152/800x0/images/Ez-Abde-1194710.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32189,17 +33443,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdb66bb506eff9e7b1b296f2968b4df7" + "hash": "893414ec2ffb3411e02d57be44321cb8" }, { - "title": "Paris FC-OL en direct: le CUP promet des exclusions en cas d'implication dans les incidents", - "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", - "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "title": "Maroc: Halilhodzic répond fermement aux critiques de Belhanda", + "description": "\"C’est le sélectionneur qui fait le choix des joueurs\", a répondu Vahid Halilhodzic à Younès Belhanda, qui a déclaré dans un entretien ne plus vouloir jouer sous ses ordres en équipe nationale du Maroc.

", + "content": "\"C’est le sélectionneur qui fait le choix des joueurs\", a répondu Vahid Halilhodzic à Younès Belhanda, qui a déclaré dans un entretien ne plus vouloir jouer sous ses ordres en équipe nationale du Maroc.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-halilhodzic-repond-fermement-aux-critiques-de-belhanda_AV-202112250044.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", - "enclosure": "https://images.bfmtv.com/BGqdZq0MbCqAD3pH0cs6mAHkk2A=/0x12:768x444/800x0/images/Des-supporters-entres-sur-le-terrain-du-stade-Charlety-de-Paris-a-la-mi-temps-du-32e-de-finale-de-Coupe-de-France-entre-le-Paris-FC-et-Lyon-le-17-decembre-2021-arrete-definitivement-en-raison-d-incidents-en-tribunes-1190938.jpg", + "pubDate": "Sat, 25 Dec 2021 09:05:17 GMT", + "enclosure": "https://images.bfmtv.com/Mnbm8ObDa3FW4k_IU3HEZRlhCXc=/13x24:1469x843/800x0/images/-836619.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32210,17 +33464,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c8d841ee0d456b621d1a00d1db46ef3" + "hash": "da0bdacd4850c2667c70fc4556609268" }, { - "title": "Espagne: 27 cas positifs dans une équipe, un énorme cluster en seconde division", - "description": "Le CD Lugo, club de deuxième division espagnole, a confirmé quatre nouveaux cas positifs ce mardi, dont deux joueurs, ce qui porte à 27 le nombre total de personnes infectées au sein du club.

", - "content": "Le CD Lugo, club de deuxième division espagnole, a confirmé quatre nouveaux cas positifs ce mardi, dont deux joueurs, ce qui porte à 27 le nombre total de personnes infectées au sein du club.

", + "title": "Mariage surprise pour Ousmane Dembélé", + "description": "L'ailier du FC Barcelone, champion du monde avec les Bleus en 2018 s'est marié à la surprise générale ces derniers jours.

", + "content": "L'ailier du FC Barcelone, champion du monde avec les Bleus en 2018 s'est marié à la surprise générale ces derniers jours.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/espagne-27-cas-positifs-dans-une-equipe-un-enorme-cluster-en-seconde-division_AN-202112210327.html", + "link": "https://rmcsport.bfmtv.com/football/liga/mariage-surprise-pour-ousmane-dembele_AV-202112250040.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 15:35:50 GMT", - "enclosure": "https://images.bfmtv.com/Ft90NQpkcPAghqCffeFAt56pbHM=/0x42:2048x1194/800x0/images/CD-Lugo-1192593.jpg", + "pubDate": "Sat, 25 Dec 2021 08:49:47 GMT", + "enclosure": "https://images.bfmtv.com/e6NVz2lF_Jyw9TOx23kfyUSeFeo=/0x96:1264x807/800x0/images/Ousmane-Dembele-1158851.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32231,17 +33485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "800130234edfec977aacd9ed242cd793" + "hash": "6c75e03afc851420a377a97d53a5fe95" }, { - "title": "Rennes: Genesio raconte les menaces de mort des supporters de l’OL contre lui en 2017", - "description": "Troisième de Ligue 1 avant un déplacement à Monaco lors de la 19e journée, Bruno Genesio fait l’unanimité avec Rennes. Tout le contraire de sa précédente expérience de quatre ans à Lyon où l’entraîneur a même fait face à des menaces de mort de ses propres supporters. Un moment compliqué partagé par le technicien ce mardi en conférence de presse.

", - "content": "Troisième de Ligue 1 avant un déplacement à Monaco lors de la 19e journée, Bruno Genesio fait l’unanimité avec Rennes. Tout le contraire de sa précédente expérience de quatre ans à Lyon où l’entraîneur a même fait face à des menaces de mort de ses propres supporters. Un moment compliqué partagé par le technicien ce mardi en conférence de presse.

", + "title": "Italie: \"On s'est laissé aller\" après l'Euro, reconnaît Mancini", + "description": "Fier d'avoir rendu \"des millions de supporters heureux\" lors de l'Euro, Roberto Mancini affiche néanmoins quelques regrets quant à la fin de l'année 2021, où l'Italie n'a pas réussi à se qualifier directement pour la prochaine Coupe du monde.

", + "content": "Fier d'avoir rendu \"des millions de supporters heureux\" lors de l'Euro, Roberto Mancini affiche néanmoins quelques regrets quant à la fin de l'année 2021, où l'Italie n'a pas réussi à se qualifier directement pour la prochaine Coupe du monde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-genesio-raconte-les-menaces-de-mort-des-supporters-de-l-ol-contre-lui-en-2017_AV-202112210318.html", + "link": "https://rmcsport.bfmtv.com/football/italie-on-s-est-laisse-aller-apres-l-euro-reconnait-mancini_AV-202112250038.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 15:23:27 GMT", - "enclosure": "https://images.bfmtv.com/GYaO4ghKG0DqUYVu7l8nhwwWvfA=/0x0:2048x1152/800x0/images/Bruno-Genesio-l-entraineur-de-Rennes-1192582.jpg", + "pubDate": "Sat, 25 Dec 2021 08:33:25 GMT", + "enclosure": "https://images.bfmtv.com/eiRV6a8XpFDwuaAe1uouKOrC-W8=/0x40:768x472/800x0/images/Le-selectionneur-italien-Roberto-Mancini-a-Florence-le-2-septembre-2021-1123713.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32252,17 +33506,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8ea8db43301a16af73be2f752c5ab99" + "hash": "3a9743816a8fb0deee00f42185821d8b" }, { - "title": "Saint-Etienne: Dupraz annonce que deux joueurs ont refusé d’aller à la CAN pour aider les Verts", - "description": "Dernier de Ligue 1, l’AS Saint-Etienne va voir son effectif être amputé de nombreux éléments qui participeront à la Coupe d’Afrique des nations cet hiver. Mais devant la presse, le coach Pascal Dupraz a annoncé que Mahdi Camara et Zaydou Youssouf, qui sont sélectionnables, ont choisi de rester avec les Verts.

", - "content": "Dernier de Ligue 1, l’AS Saint-Etienne va voir son effectif être amputé de nombreux éléments qui participeront à la Coupe d’Afrique des nations cet hiver. Mais devant la presse, le coach Pascal Dupraz a annoncé que Mahdi Camara et Zaydou Youssouf, qui sont sélectionnables, ont choisi de rester avec les Verts.

", + "title": "Mercato: le Bayern serait sur le point de s'offrir Raphinha", + "description": "Au Brésil, TNT Sports annonce le transfert imminent de Raphinha vers le Bayern Munich. L'ailier brésilien, passé par le Stade Rennais, pourrait quitter Leeds dès cet hiver, dans le cadre d'une opération à 50 millions d'euros.

", + "content": "Au Brésil, TNT Sports annonce le transfert imminent de Raphinha vers le Bayern Munich. L'ailier brésilien, passé par le Stade Rennais, pourrait quitter Leeds dès cet hiver, dans le cadre d'une opération à 50 millions d'euros.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-dupraz-annonce-que-deux-joueurs-ont-refuse-d-aller-a-la-can-pour-aider-les-verts_AV-202112210316.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-bayern-serait-sur-le-point-de-s-offrir-raphinha_AV-202112250035.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 15:18:22 GMT", - "enclosure": "https://images.bfmtv.com/FnJo96AofzNwyj1G09VQah1ewLc=/0x0:768x432/800x0/images/L-entraineur-de-Saint-Etienne-Pascal-Dupraz-lors-de-la-victoire-1-0-face-a-Lyon-La-Duchere-lors-du-32e-de-finale-de-la-Coupe-de-France-le-19-decembre-2021-au-Stade-de-Balmont-a-Lyon-1191400.jpg", + "pubDate": "Sat, 25 Dec 2021 08:24:08 GMT", + "enclosure": "https://images.bfmtv.com/hWkTSLyMe8u162ZeJlzfeFLDfOI=/0x120:2048x1272/800x0/images/Raphinha-1194712.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32273,17 +33527,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9abf285ee4d49433c208445cf74b3d40" + "hash": "59b99c2cfca42e601c4f3a3d90f5cdd9" }, { - "title": "CAN 2022: gravement blessé au visage il y a un mois, Osimhen se dit prêt à jouer", - "description": "Gravement touché au visage il y a un mois en Serie A avec Naples, Victor Osimhen a annoncé ce mardi qu'il devrait être opérationnel pour la prochaine CAN 2022 (9 janvier-22 février). Après son opération le 25 novembre dernier, l'attaquant nigérian devait pourtant s'absenter des terrains pour au moins trois mois.

", - "content": "Gravement touché au visage il y a un mois en Serie A avec Naples, Victor Osimhen a annoncé ce mardi qu'il devrait être opérationnel pour la prochaine CAN 2022 (9 janvier-22 février). Après son opération le 25 novembre dernier, l'attaquant nigérian devait pourtant s'absenter des terrains pour au moins trois mois.

", + "title": "L'Espagne fait tout pour retenir un jeune joueur marocain qui doit jouer la CAN", + "description": "Présent dans une pré-sélection de 25 joueurs pour participer à la Coupe d'Afrique des Nations avec le Maroc, Ez Abde n'a pas encore porté à ce jour le maillot des Lions de l'Atlas. Une brèche dans laquelle souhaite s'engager la Fédération espagnole de football (RFEF), qui souhaite retenir l'ailier du Barça, qui a entamé des démarches ces dernières semaines pour obtenir la nationalité espagnole.

", + "content": "Présent dans une pré-sélection de 25 joueurs pour participer à la Coupe d'Afrique des Nations avec le Maroc, Ez Abde n'a pas encore porté à ce jour le maillot des Lions de l'Atlas. Une brèche dans laquelle souhaite s'engager la Fédération espagnole de football (RFEF), qui souhaite retenir l'ailier du Barça, qui a entamé des démarches ces dernières semaines pour obtenir la nationalité espagnole.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-gravement-blesse-au-visage-il-y-a-un-mois-osimhen-se-dit-pret-a-jouer_AV-202112210314.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/l-espagne-fait-tout-pour-retenir-un-jeune-joueur-marocain-qui-doit-jouer-la-can_AV-202112250033.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 15:04:58 GMT", - "enclosure": "https://images.bfmtv.com/W3NLBrovzfREXAyeW-6A0U6Mf_4=/0x0:2048x1152/800x0/images/Victor-Osimhen-s-est-blesse-au-visage-lors-de-la-rencontre-entre-Naples-et-l-Inter-Milan-le-21-novembre-1192566.jpg", + "pubDate": "Sat, 25 Dec 2021 08:09:53 GMT", + "enclosure": "https://images.bfmtv.com/-Uv5W4fbGWA_WXD2SPFoUIqycu4=/0x0:2048x1152/800x0/images/Ez-Abde-1194710.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32294,17 +33548,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ab02f93694e56853486a89d8d32a170" + "hash": "97b8cb7bc87882f2c84c0ff7ef9f3476" }, { - "title": "OL: Bosz voudrait rejouer le match contre le Paris FC", - "description": "Questionné en conférence de presse sur les incidents lors de Paris FC-OL en Coupe de France, l'entraîneur lyonnais Peter Bosz s'est dit \"déçu\" de ne pas avoir pu aller au bout du match, et espère qu'il pourra être rejoué.

", - "content": "Questionné en conférence de presse sur les incidents lors de Paris FC-OL en Coupe de France, l'entraîneur lyonnais Peter Bosz s'est dit \"déçu\" de ne pas avoir pu aller au bout du match, et espère qu'il pourra être rejoué.

", + "title": "Arsenal: \"Aubameyang nous manque, c'est un gars gentil\", confie Ben White", + "description": "Si Arsenal reste sur une série de trois victoires de rang en championnat, le club londonien est marqué aussi par la mise à l'écart de son capitaine Pierre-Emerick Aubameyang, pour des raisons disciplinaires. Son coéquipier Ben White assure que l'attaquant \"manque\" à tous dans le vestiaire.

", + "content": "Si Arsenal reste sur une série de trois victoires de rang en championnat, le club londonien est marqué aussi par la mise à l'écart de son capitaine Pierre-Emerick Aubameyang, pour des raisons disciplinaires. Son coéquipier Ben White assure que l'attaquant \"manque\" à tous dans le vestiaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-bosz-voudrait-rejouer-le-match-contre-le-paris-fc_AV-202112210309.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-aubameyang-nous-manque-c-est-un-gars-gentil-confie-ben-white_AV-202112250024.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 14:49:27 GMT", - "enclosure": "https://images.bfmtv.com/rElupqYVd_md7kXWSAuzprBH1fA=/0x106:2048x1258/800x0/images/Peter-Bosz-face-au-Paris-FC-en-Coupe-de-France-1192554.jpg", + "pubDate": "Sat, 25 Dec 2021 07:17:13 GMT", + "enclosure": "https://images.bfmtv.com/PsY7erE116b5Ibhvab-A48gqe8M=/0x106:2048x1258/800x0/images/Ben-White-1194700.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32315,17 +33569,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "000b21f1fecd95e2da41e763a39e3d64" + "hash": "baa21d344f9f35c613e026e17ce94d2e" }, { - "title": "\"Mauvaise blague\" ou litige familial, les explications de Jean Alesi en garde à vue", - "description": "Placé en garde à vue lundi dans une affaire de dégradations, Jean Alesi a expliqué pourquoi il s'en est pris à une boutique dans la commune de Villeneuve-lès-Avignon (Gard), où il réside. L'ancien pilote de Formule 1 visait le cabinet d'architecte de son beau-frère, qui se sépare actuellement de sa sœur.

", - "content": "Placé en garde à vue lundi dans une affaire de dégradations, Jean Alesi a expliqué pourquoi il s'en est pris à une boutique dans la commune de Villeneuve-lès-Avignon (Gard), où il réside. L'ancien pilote de Formule 1 visait le cabinet d'architecte de son beau-frère, qui se sépare actuellement de sa sœur.

", + "title": "Les pronos hippiques du samedi 25 décembre 2021", + "description": " Le Quinté+ du samedi 25 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": " Le Quinté+ du samedi 25 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/mauvaise-blague-ou-litige-familial-les-explications-de-jean-alesi-en-garde-a-vue_AV-202112210304.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-25-decembre-2021_AN-202112250017.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 14:42:29 GMT", - "enclosure": "https://images.bfmtv.com/uiUwYeyQ7igB8Pvxo5VmEqVhdzI=/0x254:4928x3026/800x0/images/-808752.jpg", + "pubDate": "Sat, 25 Dec 2021 01:12:40 GMT", + "enclosure": "https://images.bfmtv.com/AIp1fZ3jFz5sGYJ_FXzw9_uqNhg=/5x25:1173x682/800x0/images/Les-pronos-hippiques-du-22-decembre-2021-1191890.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32336,17 +33590,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c86b5e38394a3eefb2d8ac8f5e2c807" + "hash": "b557740532749d59aa38e35cb0de2abe" }, { - "title": "PSG: sept absents à Lorient, dont Mbappé et Verratti", - "description": "Pour le dernier match de l’année 2021 ayant lieu ce mercredi (à 21h) sur la pelouse de Lorient, le PSG comptera pas moins de sept absents. Parmi eux, il y a cinq blessés et deux joueurs suspendus: Kylian Mbappé et Marco Verratti.

", - "content": "Pour le dernier match de l’année 2021 ayant lieu ce mercredi (à 21h) sur la pelouse de Lorient, le PSG comptera pas moins de sept absents. Parmi eux, il y a cinq blessés et deux joueurs suspendus: Kylian Mbappé et Marco Verratti.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 25 décembre – NBA", + "description": "Mon pronostic : Boston s’impose à Milwaukee (2.45)

", + "content": "Mon pronostic : Boston s’impose à Milwaukee (2.45)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-sept-absents-a-lorient-dont-mbappe-et-verratti_AV-202112210302.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-25-decembre-nba_AN-202112240159.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 14:36:17 GMT", - "enclosure": "https://images.bfmtv.com/TMaFtB399WCIw1PEskNJS94WYUY=/0x40:768x472/800x0/images/L-attaquant-bresilien-du-Paris-Saint-Germain-Neymar-est-felicite-par-l-attaquant-Kylian-Mbappe-apres-son-double-contre-Bordeaux-lors-de-la-13e-journee-de-Ligue-1-le-6-novembre-2021-au-Matmut-Atlantique-Stadium-p-1161792.jpg", + "pubDate": "Fri, 24 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/OT6RVw6gDXh-e_2MndGA2fwBbCY=/0x0:2000x1125/800x0/images/Boston-Celtics-1194395.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32357,17 +33611,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79ff32177b702161184bd69bf152dc16" + "hash": "9730db2f8c7b169875ea98b5f76cc767" }, { - "title": "PSG: Pochettino \"content\" de la gestion des gardiens à Paris", - "description": "Mauricio Pochettino a balayé ce mardi les doutes concernant la gestion des gardiens au PSG. L’entraîneur argentin s’est félicité de l’ambiance et du niveau des gardiens malgré la concurrence entre Keylor Navas et Gianluigi Donnarumma.

", - "content": "Mauricio Pochettino a balayé ce mardi les doutes concernant la gestion des gardiens au PSG. L’entraîneur argentin s’est félicité de l’ambiance et du niveau des gardiens malgré la concurrence entre Keylor Navas et Gianluigi Donnarumma.

", + "title": "PRONOS PARIS RMC Le pari du jour du 25 décembre - Super Lig", + "description": "Notre pronostic : Trabzonspor bat l'Istanbul Basaksehir (2.05)

", + "content": "Notre pronostic : Trabzonspor bat l'Istanbul Basaksehir (2.05)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-content-de-la-gestion-des-gardiens-a-paris_AV-202112210300.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-25-decembre-super-lig_AN-202112240156.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 14:35:15 GMT", - "enclosure": "https://images.bfmtv.com/v6GxTm6Ltk9S01axA4FDQLuTNMM=/0x18:2048x1170/800x0/images/Gianluigi-Donnarumma-et-Keylor-Navas-a-l-echauffement-du-PSG-1165887.jpg", + "pubDate": "Fri, 24 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/OAW9nwMheV6lMH8_Y_kV9hbkSQs=/0x0:1984x1116/800x0/images/Trabzonspor-1194394.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32378,17 +33632,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d0ffe7879fc5604e801d72cc7203254" + "hash": "2908a39a9017b64455fb6c3211c82417" }, { - "title": "PSG: Pochettino annonce une reprise à la carte pour le mois de janvier", - "description": "Mauricio Pochettino a dévoilé le programme de reprise pour les joueurs du Paris Saint-Germain après les fêtes de fin d’année. Les Sud-Américains ont été autorisés à reprendre un jour plus tard que les autres.

", - "content": "Mauricio Pochettino a dévoilé le programme de reprise pour les joueurs du Paris Saint-Germain après les fêtes de fin d’année. Les Sud-Américains ont été autorisés à reprendre un jour plus tard que les autres.

", + "title": "Instagram: Lewandowski finit l'année 2021 devant Ronaldo, Messi et Mbappé", + "description": "Selon une étude, Robert Lewandowski, deuxième du Ballon d’or 2021, est le joueur ayant gagné le plus de fans cette année sur Instagram, où il compte désormais plus de 23 millions d’abonnés.

", + "content": "Selon une étude, Robert Lewandowski, deuxième du Ballon d’or 2021, est le joueur ayant gagné le plus de fans cette année sur Instagram, où il compte désormais plus de 23 millions d’abonnés.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-annonce-une-reprise-a-la-carte-pour-le-mois-de-janvier_AV-202112210290.html", + "link": "https://rmcsport.bfmtv.com/football/instagram-lewandowski-finit-l-annee-2021-devant-ronaldo-messi-et-mbappe_AV-202112240334.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 14:04:32 GMT", - "enclosure": "https://images.bfmtv.com/R0H-H2kK-su9bQXHVOSCzDqomL0=/0x0:1200x675/800x0/images/Mauricio-Pochettino-1192543.jpg", + "pubDate": "Fri, 24 Dec 2021 19:30:08 GMT", + "enclosure": "https://images.bfmtv.com/M7jxJW8ZS3BAoxXHDwaUZnKHo1I=/0x46:768x478/800x0/images/L-attaquant-du-Bayern-Munich-Robert-Lewandowski-a-Munich-en-Allemagne-le-23-octobre-2021-1181373.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32399,17 +33653,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddd0562ba6b5c62d923c56474a7a0a0c" + "hash": "fde95b3e88cd78a0d51950d90e1e1fdc" }, { - "title": "Mercato: Martial vers Séville en prêt", - "description": "En partance de Manchester United et à la recherche de temps de jeu, l'attaquant français Anthony Martial devrait rejoindre un club en prêt dès cet hiver. Le Séville FC serait bien placé pour l'accueillir.

", - "content": "En partance de Manchester United et à la recherche de temps de jeu, l'attaquant français Anthony Martial devrait rejoindre un club en prêt dès cet hiver. Le Séville FC serait bien placé pour l'accueillir.

", + "title": "Le panier de basket de l'année a été marqué par une enseignante américaine", + "description": "Les internautes ont massivement partagé une vidéo montrant, à Washington, une enseignante marquer un lointain panier de basket, sous la clameur de ses élèves. La popularité de ce beau moment a fait intervenir la jeune femme, ancienne basketteuse, à la télévision américaine.

", + "content": "Les internautes ont massivement partagé une vidéo montrant, à Washington, une enseignante marquer un lointain panier de basket, sous la clameur de ses élèves. La popularité de ce beau moment a fait intervenir la jeune femme, ancienne basketteuse, à la télévision américaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-martial-vers-seville-en-pret_AV-202112210284.html", + "link": "https://rmcsport.bfmtv.com/basket/le-panier-de-basket-de-l-annee-a-ete-marque-par-une-enseignante-americaine_AV-202112240335.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 13:44:57 GMT", - "enclosure": "https://images.bfmtv.com/-9EDMBNBEiTBp2KK-0MwkhDlFFg=/0x20:2048x1172/800x0/images/Anthony-MARTIAL-1185795.jpg", + "pubDate": "Fri, 24 Dec 2021 18:47:46 GMT", + "enclosure": "https://images.bfmtv.com/VHAFAkeoER2IiXgUCsqn5o8zgpg=/0x128:448x380/800x0/images/Kathleen-Fitzpatrick-1194638.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32420,17 +33674,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e46c09a6f1526620dcb29afd6255b037" + "hash": "10b728afa5cbe8089f1e5ca274fed84c" }, { - "title": "OM: Sampaoli très évasif sur le cas Mandanda", - "description": "Interrogé sur les craintes de Steve Mandanda, qui voit son temps de jeu s’éroder cette saison, au profit de Pau Lopez, le coach de l’OM, Jorge Sampaoli, a préféré esquiver le sujet mardi, en conférence de presse.

", - "content": "Interrogé sur les craintes de Steve Mandanda, qui voit son temps de jeu s’éroder cette saison, au profit de Pau Lopez, le coach de l’OM, Jorge Sampaoli, a préféré esquiver le sujet mardi, en conférence de presse.

", + "title": "Liverpool: Alexander-Arnold rêverait de jouer avec De Bruyne et Son", + "description": "La latéral droit de Liverpool Trent Alexander-Arnold révèle vouloir jouer avec De Bruyne et Son, tout en mentionnant Hazard comme l’adversaire le plus redoutable auquel il a dû faire face.

", + "content": "La latéral droit de Liverpool Trent Alexander-Arnold révèle vouloir jouer avec De Bruyne et Son, tout en mentionnant Hazard comme l’adversaire le plus redoutable auquel il a dû faire face.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-sampaoli-tres-evasif-sur-le-cas-mandanda_AV-202112210271.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/liverpool-alexander-arnold-reverait-de-jouer-avec-de-bruyne-et-son_AV-202112240320.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 13:22:18 GMT", - "enclosure": "https://images.bfmtv.com/fM5OsK7dS5gYe2McwXaN3c1wuyg=/0x0:1200x675/800x0/images/Steve-Mandanda-1192523.jpg", + "pubDate": "Fri, 24 Dec 2021 17:57:23 GMT", + "enclosure": "https://images.bfmtv.com/gUD10TdJAolVNwTsWbTqDsIIjMc=/0x106:2048x1258/800x0/images/1194611.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32441,17 +33695,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0d3fad80834aba96e17ec6bb7e3bd7d" + "hash": "b40a799a900ce706e3538677edec4153" }, { - "title": "Nice: comment Galtier veut relancer Gouiri", - "description": "Brillant en début de saison avec l’OGC Nice, Amine Gouiri connaît un coup de moins bien depuis quelques semaines. Son dernier but remonte à la fin du mois de novembre. Interrogé sur cette mauvaise passe, l’entraîneur Christophe Galtier garde toute confiance en son joyau malgré cette \"période difficile\".

", - "content": "Brillant en début de saison avec l’OGC Nice, Amine Gouiri connaît un coup de moins bien depuis quelques semaines. Son dernier but remonte à la fin du mois de novembre. Interrogé sur cette mauvaise passe, l’entraîneur Christophe Galtier garde toute confiance en son joyau malgré cette \"période difficile\".

", + "title": "Tennis: 95% du top 100 mondial est vacciné, selon l'ATP", + "description": "Via un Tweet, le responsable de la communication de l’ATP Simon Higson informe que 95% des joueurs du top 100 sont vaccinés. Une condition indispensable (ou presque) pour participer à l’Open d’Australie, qui débute dans trois semaines.

", + "content": "Via un Tweet, le responsable de la communication de l’ATP Simon Higson informe que 95% des joueurs du top 100 sont vaccinés. Une condition indispensable (ou presque) pour participer à l’Open d’Australie, qui débute dans trois semaines.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-comment-galtier-veut-relancer-gouiri_AV-202112210266.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/tennis-95-du-top-100-mondial-est-vaccine-selon-l-atp_AV-202112240295.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 13:08:16 GMT", - "enclosure": "https://images.bfmtv.com/6n_2rPd4z-dmVZ17AYZGYHX6OtA=/0x103:1984x1219/800x0/images/A-Gouiri-1192486.jpg", + "pubDate": "Fri, 24 Dec 2021 16:54:05 GMT", + "enclosure": "https://images.bfmtv.com/F0ZmwufKJ9v613iEbcLddKHj1Fo=/54x2:1974x1082/800x0/images/1194573.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32462,17 +33716,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c529345c181c7d6061b6c4b8fab161b2" + "hash": "52a0f97652537f84abee55d412bd0fa8" }, { - "title": "Ligue 1: Guendouzi se voit rester très longtemps à l'OM", - "description": "En conférence de presse ce mardi, Mattéo Guendouzi a affirmé sa volonté de rester à l'Olympique de Marseille, alors qu'il est arrivé cet été en prêt d'Arsenal. Son option d'achat sera levée par le club en cas de maintien en Ligue 1.

", - "content": "En conférence de presse ce mardi, Mattéo Guendouzi a affirmé sa volonté de rester à l'Olympique de Marseille, alors qu'il est arrivé cet été en prêt d'Arsenal. Son option d'achat sera levée par le club en cas de maintien en Ligue 1.

", + "title": "Basket, Fenerbahçe: la tuile pour Nando de Colo, absent plusieurs semaines", + "description": "Sorti en cours de match ce jeudi soir lors de la rencontre d’Euroligue opposant l’ASVEL à Fenerbahçe, Nando de Colo connaît la nature de sa blessure. Le club turc a communiqué que le Français souffre d’une fracture du deuxième métatarsien de la main gauche. Un pépin physique risquant de lui faire manquer plusieurs mois de compétition selon L'Equipe.

", + "content": "Sorti en cours de match ce jeudi soir lors de la rencontre d’Euroligue opposant l’ASVEL à Fenerbahçe, Nando de Colo connaît la nature de sa blessure. Le club turc a communiqué que le Français souffre d’une fracture du deuxième métatarsien de la main gauche. Un pépin physique risquant de lui faire manquer plusieurs mois de compétition selon L'Equipe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-guendouzi-se-voit-rester-tres-longtemps-a-l-om_AV-202112210261.html", + "link": "https://rmcsport.bfmtv.com/basket/euroligue/basket-fenerbahce-la-tuile-pour-nando-de-colo-absent-plusieurs-semaines_AV-202112240278.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:57:18 GMT", - "enclosure": "https://images.bfmtv.com/nXG3pmZvEhC9NhV_p2y_uzVKp38=/0x106:2048x1258/800x0/images/Matteo-Guendouzi-en-Coupe-de-France-1192507.jpg", + "pubDate": "Fri, 24 Dec 2021 16:15:25 GMT", + "enclosure": "https://images.bfmtv.com/HlqlnAQyv_UjuoRrFIGwm8H-ZCE=/0x106:2048x1258/800x0/images/Nando-de-Colo-1194565.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32483,17 +33737,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6661aecbb7d677aaa03cbdc2dfb4d7f" + "hash": "aaf55dcd5a01946274ae38d4f5599f58" }, { - "title": "PSG en direct: suivez la conf' de Pochettino avant le déplacement à Lorient", - "description": "Leader de Ligue 1, le PSG affronte Lorient ce mercredi lors de la 19e journée de la saison au Moustoir. A la veille du voyage en Bretagne, Mauricio Pochettino fait face à la presse et répondra aux interrogations sur son groupe ou sa tactique face aux Merlus. La conférence de presse de l'entraîneur argentin est à suivre en direct commenté sur le site et l'app RMC Sport.

", - "content": "Leader de Ligue 1, le PSG affronte Lorient ce mercredi lors de la 19e journée de la saison au Moustoir. A la veille du voyage en Bretagne, Mauricio Pochettino fait face à la presse et répondra aux interrogations sur son groupe ou sa tactique face aux Merlus. La conférence de presse de l'entraîneur argentin est à suivre en direct commenté sur le site et l'app RMC Sport.

", + "title": "Crystal Palace: Vieira prend la défense de la CAN 2022", + "description": "Patrick Vieira, coach de Crystal Palace, a estimé qu'il n'était pas correct de dévaloriser la Coupe d'Afrique des nations. L'entraîneur français considère que le tournoi est aussi important que l'Euro.

", + "content": "Patrick Vieira, coach de Crystal Palace, a estimé qu'il n'était pas correct de dévaloriser la Coupe d'Afrique des nations. L'entraîneur français considère que le tournoi est aussi important que l'Euro.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-suivez-la-conf-de-pochettino-avant-le-deplacement-a-lorient_LN-202112210255.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/crystal-palace-vieira-prend-la-defense-de-la-can-2022_AV-202112240276.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:27:14 GMT", - "enclosure": "https://images.bfmtv.com/iGLN1yrHhsSO2N8LYGPpP2rD8kY=/0x0:2048x1152/800x0/images/Mauricio-POCHETTINO-1170296.jpg", + "pubDate": "Fri, 24 Dec 2021 16:04:36 GMT", + "enclosure": "https://images.bfmtv.com/CoZuFwavXt54qKvdy8-hqpfzxr0=/0x79:2048x1231/800x0/images/Vieira-1194560.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32504,17 +33758,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbd6e2d1197bd14499232593aabbd282" + "hash": "3013dbdb70ba121e1f5843d1ef606591" }, { - "title": "Mercato: Vanderson tout proche de rejoindre Monaco", - "description": "L’AS Monaco espère rapidement finaliser le transfert du latéral droit brésilien Vanderson. Le club de la Principauté continue de négocier avec Gremio pour le défenseur de 20 ans mais un accord semble proche.

", - "content": "L’AS Monaco espère rapidement finaliser le transfert du latéral droit brésilien Vanderson. Le club de la Principauté continue de négocier avec Gremio pour le défenseur de 20 ans mais un accord semble proche.

", + "title": "CAN: du lourd dans la liste de l'Algérie, avec Belaïli, Slimani et Mahrez", + "description": "Djamel Belmadi a dévoilé ce vendredi sa liste pour la prochaine Coupe d'Afrique des Nations. Et il y a du lourd sur le papier, avec notamment Youcef Belaïli, Riyad Mahrez et Islam Slimani.

", + "content": "Djamel Belmadi a dévoilé ce vendredi sa liste pour la prochaine Coupe d'Afrique des Nations. Et il y a du lourd sur le papier, avec notamment Youcef Belaïli, Riyad Mahrez et Islam Slimani.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-vanderson-tout-proche-de-rejoindre-monaco_AV-202112210252.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-du-lourd-dans-la-liste-de-l-algerie-avec-belaili-slimani-et-mahrez_AV-202112240275.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:18:34 GMT", - "enclosure": "https://images.bfmtv.com/wNA3RObD54qlRHpJE1pdn0q2WWU=/0x0:2048x1152/800x0/images/Le-Bresilien-Vanderson-a-droite-avec-Gremio-1192493.jpg", + "pubDate": "Fri, 24 Dec 2021 16:01:48 GMT", + "enclosure": "https://images.bfmtv.com/gYZHHPa48ua76KmZOAwM7n7vhXM=/0x40:768x472/800x0/images/La-joie-des-Algeriens-et-de-Riyad-Mahrez-au-centre-apres-le-sacre-de-l-Algerie-lors-de-la-Coupe-d-Afrique-des-Nations-2019-au-Caire-en-Egypte-le-19-juillet-2019-1192751.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32525,17 +33779,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e13adfed6d054029bfdbac4d7a41719" + "hash": "722ea155357d63047c3de4739c7f8e5b" }, { - "title": "Serie A: les activités de la Salernitana suspendues à cause du Covid", - "description": "Le club de la Salernitana a annoncé que ses activités avaient été suspendues par les autorités sanitaires, ce mardi en raison de nombreux cas de contaminations au coronavirus.

", - "content": "Le club de la Salernitana a annoncé que ses activités avaient été suspendues par les autorités sanitaires, ce mardi en raison de nombreux cas de contaminations au coronavirus.

", + "title": "Barça: Vers une fin de prêt pour de Jong, en route pour Cadix", + "description": "L’attaquant néerlandais Luuk de Jong, prêté au Barça par le FC Séville, pourrait quitter le club catalan dès cet hiver. Selon la presse espagnole, un accord a été trouvé avec Cadix, qui le récupérerait pour la fin de saison.

", + "content": "L’attaquant néerlandais Luuk de Jong, prêté au Barça par le FC Séville, pourrait quitter le club catalan dès cet hiver. Selon la presse espagnole, un accord a été trouvé avec Cadix, qui le récupérerait pour la fin de saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-les-activites-de-la-salernitana-suspendues-a-cause-du-covid_AV-202112210250.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-vers-une-fin-de-pret-pour-de-jong-en-route-pour-cadix_AV-202112240273.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:14:33 GMT", - "enclosure": "https://images.bfmtv.com/3qH8l-Ydoerdc2Mw0fVzAf1eb-c=/0x0:2048x1152/800x0/images/Franck-Ribery-avec-Salernitana-1145425.jpg", + "pubDate": "Fri, 24 Dec 2021 15:51:58 GMT", + "enclosure": "https://images.bfmtv.com/m6vNKZi5l-gd7-wtS4V09zUe_Bc=/0x106:2048x1258/800x0/images/1194531.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32546,17 +33800,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "224d14ae80a05957a3b66abf45431473" + "hash": "3956cda46fe92e7ee0b4095b9726bfa0" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 21 décembre – Ligue 2", - "description": "Notre pronostic : le Paris FC bat Amiens (1.86)

", - "content": "Notre pronostic : le Paris FC bat Amiens (1.86)

", + "title": "Deux épreuves qualificatives au Grand Prix d'Amérique ce dimanche à Vincennes", + "description": "Ce dimanche 26 décembre se dispute le Critérium Continental et le Prix Ténor de Beaune sur l'hippodrome de Vincennes, deux épreuves qualificatives au Grand Prix d'Amérique.

", + "content": "Ce dimanche 26 décembre se dispute le Critérium Continental et le Prix Ténor de Beaune sur l'hippodrome de Vincennes, deux épreuves qualificatives au Grand Prix d'Amérique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-21-decembre-ligue-2_AN-202112200267.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/deux-epreuves-qualificatives-au-grand-prix-d-amerique-ce-dimanche-a-vincennes_AN-202112240270.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:14:00 GMT", - "enclosure": "https://images.bfmtv.com/Nb_bCBenp36buoL8yv3Ar19QjIg=/0x208:2000x1333/800x0/images/Paris-FC-1191884.jpg", + "pubDate": "Fri, 24 Dec 2021 15:39:21 GMT", + "enclosure": "https://images.bfmtv.com/a5BdfH4zNGljgg-0qiIeH30zEr4=/1x35:337x224/800x0/images/Le-Prix-Tenor-de-Beaune-et-le-Criterium-Continental-se-dispute-ce-dimanche-a-Vincennes-1194553.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32567,17 +33821,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "094a26d395c1560fb9a7fc7dc7fb7026" + "hash": "3177ad9c6aeb3cf8051adce11d2e4e02" }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 21 décembre – NBA", - "description": "Mon pronostic : Minnesota gagne à Dallas (1.82)

", - "content": "Mon pronostic : Minnesota gagne à Dallas (1.82)

", + "title": "Danemark: Poulsen raconte l'arrêt cardiaque d'Eriksen à l'Euro", + "description": "Dans un entretien pour Sky Sport Germany, Yussuf Poulsen est revenu sur les minutes d'incertitudes qui ont accompagné le monde du foot lors du malaise de Christian Eriksen à l'occasion de l'Euro.

", + "content": "Dans un entretien pour Sky Sport Germany, Yussuf Poulsen est revenu sur les minutes d'incertitudes qui ont accompagné le monde du foot lors du malaise de Christian Eriksen à l'occasion de l'Euro.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-21-decembre-nba_AN-202112210248.html", + "link": "https://rmcsport.bfmtv.com/football/euro/danemark-poulsen-raconte-l-arret-cardiaque-d-eriksen-a-l-euro_AV-202112240266.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:13:23 GMT", - "enclosure": "https://images.bfmtv.com/PP6rn_ZtZt7Tqa0Iq-WDLarcqn4=/0x129:1984x1245/800x0/images/Karl-Anthony-Towns-1192492.jpg", + "pubDate": "Fri, 24 Dec 2021 15:24:18 GMT", + "enclosure": "https://images.bfmtv.com/isxIHFVrXXRsGvq1DFdpKoCoWVQ=/0x40:768x472/800x0/images/Christian-Eriksen-recoit-des-soins-de-ses-coequipiers-alors-qu-il-vient-de-faire-un-malaise-cardiaque-le-12-juin-2021-lors-du-match-Danemark-Finlande-dans-le-Parken-Stadium-de-Copenhague-1190417.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32588,17 +33842,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f64fa7d4220857a704d3d3968f0b694" + "hash": "4f77f46029a2f9e064ae56e0dbd0b467" }, { - "title": "PSG: phénomène de précocité, Bitshiabu grandit (très) vite", - "description": "El Chadaille Bitshiabu est devenu dimanche, en Coupe de France, le plus jeune joueur de l’histoire du club à faire ses débuts pour le PSG. Véritable phénomène de précocité, le \"Titi\" parisien a néanmoins encore besoin de grandir, et de gagner en maturité dans son jeu. Logique pour un joueur qui n'a pas encore 17 ans.

", - "content": "El Chadaille Bitshiabu est devenu dimanche, en Coupe de France, le plus jeune joueur de l’histoire du club à faire ses débuts pour le PSG. Véritable phénomène de précocité, le \"Titi\" parisien a néanmoins encore besoin de grandir, et de gagner en maturité dans son jeu. Logique pour un joueur qui n'a pas encore 17 ans.

", + "title": "Le sport face au coronavirus en direct: Toulon-UBB et Racing-Pau reportés", + "description": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "content": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-phenomene-de-precocite-bitshiabu-grandit-tres-vite_AV-202112210244.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:09:25 GMT", - "enclosure": "https://images.bfmtv.com/tPTrvZ0zcJ7x5b3ktGryNcONMvA=/0x0:1200x675/800x0/images/El-Chadaille-Bitshiabu-1192468.jpg", + "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", + "enclosure": "https://images.bfmtv.com/8ke0hnflflZuWg9HhxO2BVb4gRs=/0x0:2048x1152/800x0/images/Mathieu-Jalibert-avec-l-UBB-1152849.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32609,17 +33863,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e379ad9ea9c49d81e94469ab03adeb50" + "hash": "011e2fa9edbbb55abbf5c849e26e996d" }, { - "title": "Incidents PFC-OL: Lyon a envoyé des interdictions de stade à des fauteurs de trouble", - "description": "Selon nos informations, l’Olympique Lyonnais a envoyé ce lundi par courrier des interdictions de stade à certains de ses supporters, à l'origirine des incidents vendredi à Charléty, lors du 32e de finale de Coupe de France face au Paris FC. D'autres pourraient suivre.

", - "content": "Selon nos informations, l’Olympique Lyonnais a envoyé ce lundi par courrier des interdictions de stade à certains de ses supporters, à l'origirine des incidents vendredi à Charléty, lors du 32e de finale de Coupe de France face au Paris FC. D'autres pourraient suivre.

", + "title": "JO, Alaphilippe, Quartararo... Revivez les dix plus grands moments de l'année avec les commentaires de RMC", + "description": "Des médailles en or glanées aux Jeux olympiques de Tokyo au 2eme titre de champion du monde de Julian Alaphilippe en passant par le premier de Fabio Quaratararo en MotoGP et l'exploit XXL des rugbymen tricolores face aux All Blacks, l'année 2021 a été intense et pleine d'émotion pour le sport français. Il a fallu faire un choix, mais voici 10 moments inoubliables à l'antenne. Frissons garantis.

", + "content": "Des médailles en or glanées aux Jeux olympiques de Tokyo au 2eme titre de champion du monde de Julian Alaphilippe en passant par le premier de Fabio Quaratararo en MotoGP et l'exploit XXL des rugbymen tricolores face aux All Blacks, l'année 2021 a été intense et pleine d'émotion pour le sport français. Il a fallu faire un choix, mais voici 10 moments inoubliables à l'antenne. Frissons garantis.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-pfc-ol-lyon-a-envoye-des-interdictions-de-stade-a-des-fauteurs-de-trouble_AV-202112200495.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-alaphilippe-quartararo-revivez-les-plus-grands-moments-de-l-annee-avec-les-commentaires-de-rmc_AN-202112240262.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 22:16:41 GMT", - "enclosure": "https://images.bfmtv.com/lwx7HNgCG8y6Iq_OABrNmDK5850=/0x90:2048x1242/800x0/images/Gros-incidents-entre-supporters-a-Charlety-lors-du-match-Paris-FC-OL-1190697.jpg", + "pubDate": "Fri, 24 Dec 2021 15:05:07 GMT", + "enclosure": "https://images.bfmtv.com/p825WVKHYL0H59YaMAKbvtQQrYc=/0x80:2048x1232/800x0/images/La-joie-des-handballeurs-tricolores-avec-leur-medaille-d-or-olympique-a-Tokyo-1194530.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32630,17 +33884,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ad40cf2a19ddbcdb253fae633a64c3a" + "hash": "9a755a545f9f709b5b2d8db88decd1c7" }, { - "title": "Coupe de France: le président de Vannes se prépare au \"match d'une vie\" face au PSG", - "description": "Après avoir éliminé Wasquehal (N3) en 32e de finale, le club de Vannes (N2) va affronter le Paris Saint-Germain au tour suivant, le 3 janvier. \"Un rêve\" et \"le match d'une vie\", selon le président du club, Maxime Ray. Ce dernier, invité de l'After Foot ce lundi, s'attend à une belle fête dans le stade de la Rabine de Vannes.

", - "content": "Après avoir éliminé Wasquehal (N3) en 32e de finale, le club de Vannes (N2) va affronter le Paris Saint-Germain au tour suivant, le 3 janvier. \"Un rêve\" et \"le match d'une vie\", selon le président du club, Maxime Ray. Ce dernier, invité de l'After Foot ce lundi, s'attend à une belle fête dans le stade de la Rabine de Vannes.

", + "title": "Bayern: \"Nous avons Lewandowski\", Kahn exclut une arrivée d’Haaland", + "description": "Erling Haaland sera certainement un des noms qui ressortira le plus lors du prochain mercato estival. Si l’Europe entière souhaite le recruter, le Bayern Munich ne compte pas participer aux enchères. Le président du directoire Oliver Kahn assure que la présence de Robert Lewandowski à ce poste est suffisante.

", + "content": "Erling Haaland sera certainement un des noms qui ressortira le plus lors du prochain mercato estival. Si l’Europe entière souhaite le recruter, le Bayern Munich ne compte pas participer aux enchères. Le président du directoire Oliver Kahn assure que la présence de Robert Lewandowski à ce poste est suffisante.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-president-de-vannes-se-prepare-au-match-d-une-vie-face-au-psg_AV-202112200483.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/transferts/bayern-nous-avons-lewandowski-kahn-exclut-une-arrivee-d-haaland_AV-202112240261.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 21:09:53 GMT", - "enclosure": "https://images.bfmtv.com/uycgIoZ7Zv6Xh2ZbaRTkhmYQRVA=/0x0:2048x1152/800x0/images/Kylian-Mbappe-1192153.jpg", + "pubDate": "Fri, 24 Dec 2021 14:58:54 GMT", + "enclosure": "https://images.bfmtv.com/9BWR009_hU0H_wYrHTxHbx3j16Q=/0x0:2032x1143/800x0/images/Lewanodwski-Haaland-1186959.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32651,17 +33905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d495062db0b68fd5d8ec5dcddf43994c" + "hash": "edb742fef6bdb9bc886928f5a28f80c8" }, { - "title": "PSG: le message de Pelé à Mbappé pour son anniversaire", - "description": "Le roi Pelé n’a pas oublié l’anniversaire de Kylian Mbappé. La légende du football brésilien le lui a souhaité dans un tweet où il \"espère que (son) étoile continue de briller et qu’(il) vole de plus en plus haut\".

", - "content": "Le roi Pelé n’a pas oublié l’anniversaire de Kylian Mbappé. La légende du football brésilien le lui a souhaité dans un tweet où il \"espère que (son) étoile continue de briller et qu’(il) vole de plus en plus haut\".

", + "title": "Mercato: Ikoné à la Fiorentina, officialisation imminente", + "description": "Jonathan Ikoné, qui a disputé trois saisons et demi avec le Losc, va rejoindre la Fiorentina. Son contrat sera signé en début de semaine prochaine.

", + "content": "Jonathan Ikoné, qui a disputé trois saisons et demi avec le Losc, va rejoindre la Fiorentina. Son contrat sera signé en début de semaine prochaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-message-de-pele-a-mbappe-pour-son-anniversaire_AV-202112200482.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ikone-a-la-fiorentina-officialisation-imminente_AV-202112240259.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 21:05:08 GMT", - "enclosure": "https://images.bfmtv.com/Xr2ANXYx470XJ-5d_JZIBqWf-_k=/0x75:2048x1227/800x0/images/1192157.jpg", + "pubDate": "Fri, 24 Dec 2021 14:53:26 GMT", + "enclosure": "https://images.bfmtv.com/z-IomjsZkjqzmyZftwq07-rCuD0=/0x46:2048x1198/800x0/images/Ikone-1194520.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32672,17 +33926,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e0592fa7642d716747966cbe59353ba" + "hash": "2683f1fb0775628b43a476400efd126f" }, { - "title": "Hand: \"C’est un combat\", Amandine Tissier, atteinte de sclérose en plaques, se confie après l'arrêt de sa carrière", - "description": "Amandine Tissier a mis il y a trois semaines sa carrière de handballeuse professionnelle entre parenthèses. Atteinte de sclérose en plaques, diagnostiquée en 2018, la demi-centre de Nantes a pris cette décision après un changement de traitement en septembre dernier. Elle n'exclut pas de retourner un jour sur les parquets.

", - "content": "Amandine Tissier a mis il y a trois semaines sa carrière de handballeuse professionnelle entre parenthèses. Atteinte de sclérose en plaques, diagnostiquée en 2018, la demi-centre de Nantes a pris cette décision après un changement de traitement en septembre dernier. Elle n'exclut pas de retourner un jour sur les parquets.

", + "title": "Bordeaux-Bègles: Matthieu Jalibert, positif au Covid, forfait face à Toulon", + "description": "Matthieu Jalibert a annoncé ce jeudi avoir été testé positif au Covid-19. Placé à l'isolement, il est forfait pour le déplacement de Bordeaux-Bègles à Toulon lundi prochain et pour la réception de Biarritz.

", + "content": "Matthieu Jalibert a annoncé ce jeudi avoir été testé positif au Covid-19. Placé à l'isolement, il est forfait pour le déplacement de Bordeaux-Bègles à Toulon lundi prochain et pour la réception de Biarritz.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/hand-c-est-un-combat-amandine-tissier-atteinte-de-sclerose-en-plaques-se-confie-apres-l-arret-de-sa-carriere_AN-202112200478.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/bordeaux-begles-matthieu-jalibert-positif-au-covid-forfait-face-a-toulon_AD-202112240252.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 20:56:47 GMT", - "enclosure": "https://images.bfmtv.com/UoeHHxoGyP4u952qX6fgUr7zISM=/0x0:2048x1152/800x0/images/Amandine-Tissier-1192158.jpg", + "pubDate": "Fri, 24 Dec 2021 14:40:39 GMT", + "enclosure": "https://images.bfmtv.com/P_5m7DRQZUuZmCTGDxh6-e_Jh7k=/0x112:2048x1264/800x0/images/Matthieu-Jalibert-1155597.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32693,17 +33947,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0eea6b442a4277716bf997e28dbf4367" + "hash": "ba44d770f544dc371b1b55ef3627b207" }, { - "title": "PSG: Rothen critique Leonardo, pas \"sincère\" sur le cas Mbappé", - "description": "Dans l'émission \"Rothen s'enflamme\" ce lundi, Jérôme Rothen est revenu sur la petite phrase de Leonardo, qui a sous-entendu dimanche que le Paris Saint-Germain a encore de \"bonnes possibilités\" de prolonger Kylian Mbappé. De fausses promesses selon Rothen, qui dénonce le manque de transparence du directeur sportif parisien.

", - "content": "Dans l'émission \"Rothen s'enflamme\" ce lundi, Jérôme Rothen est revenu sur la petite phrase de Leonardo, qui a sous-entendu dimanche que le Paris Saint-Germain a encore de \"bonnes possibilités\" de prolonger Kylian Mbappé. De fausses promesses selon Rothen, qui dénonce le manque de transparence du directeur sportif parisien.

", + "title": "CAN: le Bordelais Onana forfait avec le Cameroun", + "description": "Sorti sur blessure contre Lille (2-3), le milieu bordelais Jean Onana manquera la CAN avec le Cameroun, selon les informations de l’Equipe. Son absence pourrait être comprise entre trois semaines et un mois.

", + "content": "Sorti sur blessure contre Lille (2-3), le milieu bordelais Jean Onana manquera la CAN avec le Cameroun, selon les informations de l’Equipe. Son absence pourrait être comprise entre trois semaines et un mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-rothen-critique-leonardo-pas-sincere-sur-le-cas-mbappe_AV-202112200474.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-le-bordelais-onana-forfait-avec-le-cameroun_AV-202112240247.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 20:39:01 GMT", - "enclosure": "https://images.bfmtv.com/SEWy1eY24FkTCdVpehKsFAeLQKE=/0x42:2048x1194/800x0/images/Kylian-Mbappe-et-Leonardo-au-Camp-des-Loges-le-28-aout-1192139.jpg", + "pubDate": "Fri, 24 Dec 2021 14:30:55 GMT", + "enclosure": "https://images.bfmtv.com/Kf-XVUh87khn_bEP1ks6nqQ35cg=/0x106:2048x1258/800x0/images/1194515.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32714,17 +33968,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2218482afef97bae578d24e11329210e" + "hash": "921519944fbcdcdf0664aad176b3c169" }, { - "title": "Basket: Steve Kerr remplace Popovich à la tête de Team USA", - "description": "Triple champion NBA, Steve Kerr sera le nouveau sélectionneur de Team USA. Le coach des Golden State Warriors succède à Gregg Popovich.

", - "content": "Triple champion NBA, Steve Kerr sera le nouveau sélectionneur de Team USA. Le coach des Golden State Warriors succède à Gregg Popovich.

", + "title": "Racing: Machenaud officialise son départ à Bayonne pour la saison prochaine", + "description": "Après dix ans au Racing 92, Maxime Machenaud va changer d'air au terme de la saison. Le demi de mêlée de 32 ans rejoint Bayonne, pour une durée de trois ans.

", + "content": "Après dix ans au Racing 92, Maxime Machenaud va changer d'air au terme de la saison. Le demi de mêlée de 32 ans rejoint Bayonne, pour une durée de trois ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/basket-steve-kerr-remplace-popovich-a-la-tete-de-team-usa_AD-202112200471.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/racing-machenaud-officialise-son-depart-a-bayonne-pour-la-saison-prochaine_AV-202112240241.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 20:30:22 GMT", - "enclosure": "https://images.bfmtv.com/PVlReMFSZlALepvSuqOPs6MgElE=/0x0:2048x1152/800x0/images/Steve-Kerr-1192144.jpg", + "pubDate": "Fri, 24 Dec 2021 14:22:08 GMT", + "enclosure": "https://images.bfmtv.com/N_AHJ9swVn2BMMCGaDhdApZO7qQ=/0x181:2048x1333/800x0/images/Maxime-Machenaud-1153803.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32735,17 +33989,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d0dec52b7f1e0dfd8b8d5c9dfe5de85" + "hash": "560283adbb9a7641a28f162460be628f" }, { - "title": "Coupe de France: la programmation des 16es de finale", - "description": "Au lendemain du tirage au sort des 16es de finale de la Coupe de France, le programme complet a été dévoilé par la FFF. L’US Chauvigny accueillera l’OM le dimanche 2 janvier en prime time, à la veille du déplacement du PSG à Vannes. Le choc entre Lens et Lille se tiendra le mardi 4 janvier.

", - "content": "Au lendemain du tirage au sort des 16es de finale de la Coupe de France, le programme complet a été dévoilé par la FFF. L’US Chauvigny accueillera l’OM le dimanche 2 janvier en prime time, à la veille du déplacement du PSG à Vannes. Le choc entre Lens et Lille se tiendra le mardi 4 janvier.

", + "title": "Mercato en direct: Ikoné à la Fiorentina, c'est fait", + "description": "A quelques jours de l'ouverture du mercato hivernal, le 1er janvier 2022, retrouvez les dernières informations et rumeurs du mercato avec le live commenté de RMC Sport. L'actualité s'annonce riche d'ici là alors que le passage à la nouvelle année permettra à de nombreux joueurs de s'engager où ils le souhaitent pour la saison prochaine.

", + "content": "A quelques jours de l'ouverture du mercato hivernal, le 1er janvier 2022, retrouvez les dernières informations et rumeurs du mercato avec le live commenté de RMC Sport. L'actualité s'annonce riche d'ici là alors que le passage à la nouvelle année permettra à de nombreux joueurs de s'engager où ils le souhaitent pour la saison prochaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-programmation-des-16es-de-finale_AV-202112200460.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-23-decembre_LN-202112230124.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 20:01:07 GMT", - "enclosure": "https://images.bfmtv.com/l5iPVA2D_TatQ_MRIjxGaPaKw1o=/0x178:2048x1330/800x0/images/1192129.jpg", + "pubDate": "Thu, 23 Dec 2021 08:35:21 GMT", + "enclosure": "https://images.bfmtv.com/qte-QcQ2fcKdKT668fGHjFWCG9o=/129x117:2033x1188/800x0/images/Jonathan-Ikone-1193924.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32756,17 +34010,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edfa312684e1393da476d48b95f74797" + "hash": "0c686b31d0384c70cabb256acfda780e" }, { - "title": "ASVEL: Wembanyama absent des parquets \"quatre à six semaines\"", - "description": "Déjà absent plusieurs semaines des parquets en novembre, Victor Wembanyama va rater entre quatre et six semaines de compétition en raison d'une blessure à l'épaule, comme l'a annoncé l'ASVEL lundi en fin d'après-midi. Un nouveau coup dur pour le club de Villeurbanne, déjà privé de Raymar Morgan (hernie discale) et David Lighty (fracture à la main).

", - "content": "Déjà absent plusieurs semaines des parquets en novembre, Victor Wembanyama va rater entre quatre et six semaines de compétition en raison d'une blessure à l'épaule, comme l'a annoncé l'ASVEL lundi en fin d'après-midi. Un nouveau coup dur pour le club de Villeurbanne, déjà privé de Raymar Morgan (hernie discale) et David Lighty (fracture à la main).

", + "title": "Cyclisme: Amy Pieters plongée dans le coma après une grave chute à l'entraînement", + "description": "La cycliste néerlandaise Amy Pieters a été opérée jeudi de la tête, après une grave chute survenue lors d'un entraînement en Espagne, où elle préparait la saison à venir. L'athlète de 30 ans a été plongée dans le coma artificiel par les médécins.

", + "content": "La cycliste néerlandaise Amy Pieters a été opérée jeudi de la tête, après une grave chute survenue lors d'un entraînement en Espagne, où elle préparait la saison à venir. L'athlète de 30 ans a été plongée dans le coma artificiel par les médécins.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/asvel-wembanyama-absent-des-parquets-quatre-a-six-semaines_AV-202112200450.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-amy-pieters-plongee-dans-le-coma-apres-une-grave-chute-a-l-entrainement_AV-202112240236.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 19:42:00 GMT", - "enclosure": "https://images.bfmtv.com/Iz4dnuP0d0BMrMZg4gnyaD8Vrro=/0x106:2048x1258/800x0/images/Victor-Wembanyama-ASVEL-1164142.jpg", + "pubDate": "Fri, 24 Dec 2021 13:58:49 GMT", + "enclosure": "https://images.bfmtv.com/--cGSjjW4IOfu1T5cECHn4x2wOo=/0x106:2048x1258/800x0/images/Amy-Pieters-1194489.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32777,17 +34031,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "70110507dcd87f2aad3d56892e41152b" + "hash": "c65b943c7ee314d678ee7a0e7b9d0564" }, { - "title": "Premier League: Leeds sanctionné parce que ses joueurs ont \"encerclé\" l’arbitre contre Chelsea", - "description": "Après un penalty accordé à Chelsea dans le temps additionnel le 11 décembre dernier (3-2), les joueurs de Leeds s’en étaient pris à l’arbitre. Une colère collective qui coûte finalement une amende de 23.000 euros au club de Bielsa.

", - "content": "Après un penalty accordé à Chelsea dans le temps additionnel le 11 décembre dernier (3-2), les joueurs de Leeds s’en étaient pris à l’arbitre. Une colère collective qui coûte finalement une amende de 23.000 euros au club de Bielsa.

", + "title": "Classement Fifa: la Belgique finit l'année 2021 en tête, les Bleus sur le podium", + "description": "Au terme d'une année contrastée, avec une élimination dès les huitièmes de finale de l'Euro mais aussi la victoire en Ligue des Nations, la France termine troisième au classement des nations tenu par la FIFA. Les Bleus complètent le podium derrière la Belgique et le Brésil.

", + "content": "Au terme d'une année contrastée, avec une élimination dès les huitièmes de finale de l'Euro mais aussi la victoire en Ligue des Nations, la France termine troisième au classement des nations tenu par la FIFA. Les Bleus complètent le podium derrière la Belgique et le Brésil.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-leeds-sanctionne-parce-que-ses-joueurs-ont-encercle-l-arbitre-contre-chelsea_AV-202112200445.html", + "link": "https://rmcsport.bfmtv.com/football/classement-fifa-la-belgique-finit-l-annee-2021-en-tete-les-bleus-sur-le-podium_AV-202112240235.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 19:38:25 GMT", - "enclosure": "https://images.bfmtv.com/5Nldy1sXAwUnsiO87-F0o9Kzjgg=/0x107:2048x1259/800x0/images/1192068.jpg", + "pubDate": "Fri, 24 Dec 2021 13:55:55 GMT", + "enclosure": "https://images.bfmtv.com/egmiiXmkfPaz6iZw4OHRL6O7DuA=/0x106:2048x1258/800x0/images/Belgique-1194493.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32798,17 +34052,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ae1ef255636b9141f9da7369cb9e4b7" + "hash": "5cc122e13d8cd54edd435bf634d20660" }, { - "title": "Paris FC-OL en direct: le dossier en instruction, les sanctions connues au plus tard le 28 décembre", - "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", - "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "title": "CAN: Mourinho contacté pour devenir le sélectionneur du Nigeria", + "description": "Alors que le Nigeria est sans coach à jours du début de la CAN, le président de sa fédération Amaju Pinnick a révélé avoir eu des discussions avec José Mourinho pour prendre ce poste.

", + "content": "Alors que le Nigeria est sans coach à jours du début de la CAN, le président de sa fédération Amaju Pinnick a révélé avoir eu des discussions avec José Mourinho pour prendre ce poste.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-mourinho-contacte-pour-devenir-le-selectionneur-du-nigeria_AV-202112240232.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", - "enclosure": "https://images.bfmtv.com/BGqdZq0MbCqAD3pH0cs6mAHkk2A=/0x12:768x444/800x0/images/Des-supporters-entres-sur-le-terrain-du-stade-Charlety-de-Paris-a-la-mi-temps-du-32e-de-finale-de-Coupe-de-France-entre-le-Paris-FC-et-Lyon-le-17-decembre-2021-arrete-definitivement-en-raison-d-incidents-en-tribunes-1190938.jpg", + "pubDate": "Fri, 24 Dec 2021 13:51:29 GMT", + "enclosure": "https://images.bfmtv.com/LOCu0YWefbzczfhNxpg7aWfFtMM=/0x17:2048x1169/800x0/images/Jose-Mourinho-1161585.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32819,17 +34073,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c91721a3f52dd9a924bd580f9908371" + "hash": "a170bc1273e81daa73cb27175795cf18" }, { - "title": "Mercato: \"Un viking au Racing\", Lens officialise la signature de Berg", - "description": "Grand talent du football norvégien, Patrick Berg s’est engagé comme prévu avec le RC Lens. Le milieu de 24 ans a signé jusqu’en 2026 en provenance du FC Bodø/Glimt. Il s’agit de la première recrue du mercato hivernal lensois.

", - "content": "Grand talent du football norvégien, Patrick Berg s’est engagé comme prévu avec le RC Lens. Le milieu de 24 ans a signé jusqu’en 2026 en provenance du FC Bodø/Glimt. Il s’agit de la première recrue du mercato hivernal lensois.

", + "title": "NBA: le triste constat de LeBron James après une nouvelle défaite des Lakers", + "description": "Les Los Angeles Lakers ne vivent pas une période facile. Avec la défaite de cette nuit face aux Spurs de San Antonio (110-138), la franchise compte quatre revers d’affilée. Devant ce fait, l’ailier LeBron James a admis un manque \"d’alchimie\" entre les joueurs présents.

", + "content": "Les Los Angeles Lakers ne vivent pas une période facile. Avec la défaite de cette nuit face aux Spurs de San Antonio (110-138), la franchise compte quatre revers d’affilée. Devant ce fait, l’ailier LeBron James a admis un manque \"d’alchimie\" entre les joueurs présents.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-un-viking-au-racing-le-rc-lens-officialise-la-signature-de-berg_AV-202112200443.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-le-triste-constat-de-le-bron-james-apres-une-nouvelle-defaite-des-lakers_AV-202112240231.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 19:26:13 GMT", - "enclosure": "https://images.bfmtv.com/I7RWXdsBXG1DrSXGGJPIGRiCjJk=/0x46:2048x1198/800x0/images/1192100.jpg", + "pubDate": "Fri, 24 Dec 2021 13:40:33 GMT", + "enclosure": "https://images.bfmtv.com/CmjIxnrNSUkmt9gHP5gd_k5ctq4=/0x80:768x512/800x0/images/La-superstar-Lebron-James-durant-le-match-opposant-les-Lakers-a-Phoenix-mardi-soir-a-Los-Angles-1193027.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32840,17 +34094,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0974d2e32baa51b6f199b2aeb2aeffd8" + "hash": "c3e75d23b63c23a9d12b090af65b4a5f" }, { - "title": "Incidents Paris FC-OL: comment Ferracci se défend sur les failles de la sécurité", - "description": "Invité de l'émission \"Rothen s'enflamme\" lundi sur RMC, Pierre Ferracci est une nouvelle fois revenu sur les incidents qui ont eu lieu vendredi lors du match de Coupe de France entre le Paris FC et l'Olympique Lyonnais. Le président du PFC a défendu son club et rejeté la faute sur l'OL et certains \"complices\" à l'entrée du stade Charléty.

", - "content": "Invité de l'émission \"Rothen s'enflamme\" lundi sur RMC, Pierre Ferracci est une nouvelle fois revenu sur les incidents qui ont eu lieu vendredi lors du match de Coupe de France entre le Paris FC et l'Olympique Lyonnais. Le président du PFC a défendu son club et rejeté la faute sur l'OL et certains \"complices\" à l'entrée du stade Charléty.

", + "title": "Mercato: Buffon se verrait bien jouer au Mexique ou aux États-Unis", + "description": "À 43 ans, Gianluigi Buffon envisage encore de continuer sa carrière. Le gardien italien, actuellement au Parma Calcio, ne ferme pas la porte à un départ au Mexique ou aux États-Unis.

", + "content": "À 43 ans, Gianluigi Buffon envisage encore de continuer sa carrière. Le gardien italien, actuellement au Parma Calcio, ne ferme pas la porte à un départ au Mexique ou aux États-Unis.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-comment-ferracci-se-defend-sur-les-failles-de-la-securite_AV-202112200437.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-buffon-se-verrait-bien-jouer-au-mexique-ou-aux-etats-unis_AV-202112240229.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 19:14:44 GMT", - "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.jpg", + "pubDate": "Fri, 24 Dec 2021 13:35:43 GMT", + "enclosure": "https://images.bfmtv.com/p1lBKcyU2CexVZsBdut-gUhsbBo=/0x54:2032x1197/800x0/images/Buffon-1194494.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32861,17 +34115,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f7cab11c8c302f85612934320a07821" + "hash": "e596e5b8694853414573a163ee936f02" }, { - "title": "Incidents Paris FC-OL: le dossier en instruction, les décisions connues au plus tard le 28 décembre", - "description": "Réunie en urgence ce lundi, la commission de discipline de la FFF a décidé de placer le dossier sur les incidents survenus lors du match de Coupe de France Paris FC-OL en instruction. Aucune mesure conservatoire n’a été décidée, les sanctions seront décidées \"au plus tard\" le 28 décembre.

", - "content": "Réunie en urgence ce lundi, la commission de discipline de la FFF a décidé de placer le dossier sur les incidents survenus lors du match de Coupe de France Paris FC-OL en instruction. Aucune mesure conservatoire n’a été décidée, les sanctions seront décidées \"au plus tard\" le 28 décembre.

", + "title": "Critérium Continental et Prix Ténor de Baune : deux nouveaux tickets pour l'Amérique", + "description": "Ce dimanche 26 décembre se disputera le Critérium Continental et le Prix Ténor de Baune sur la cendrée de Vincennes. Le vainqueur de chacune de ces deux épreuves obtiendra un bon d'entrée pour courir le Prix d'Amérique le 30 janvier prochain.

", + "content": "Ce dimanche 26 décembre se disputera le Critérium Continental et le Prix Ténor de Baune sur la cendrée de Vincennes. Le vainqueur de chacune de ces deux épreuves obtiendra un bon d'entrée pour courir le Prix d'Amérique le 30 janvier prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-le-dossier-en-instruction-pas-de-mesures-conservatoires_AV-202112200432.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/criterium-continental-et-prix-tenor-de-baune-deux-nouveaux-tickets-pour-l-amerique_AN-202112240227.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 19:02:17 GMT", - "enclosure": "https://images.bfmtv.com/rZysLG5QlMnmsAffajID4vq5p-U=/0x106:2048x1258/800x0/images/Les-violents-incidents-dans-les-tribunes-de-Charlety-pour-le-match-entre-le-Paris-FC-et-l-OL-1191018.jpg", + "pubDate": "Fri, 24 Dec 2021 13:28:29 GMT", + "enclosure": "https://images.bfmtv.com/oGIsDrFDiXE6fFJw8OU4r0N5mlk=/73x124:1369x853/800x0/images/Le-Criterium-Continental-va-se-disputer-ce-dimanche-26-janvier-1194488.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32882,17 +34136,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fca4a986c5bb853417d96c8cc055621" + "hash": "92408cad7d1219d41c8f7f2df76f05d7" }, { - "title": "OM: Mandanda va faire un point avec Sampaoli, puis décidera de son avenir", - "description": "En manque de temps de jeu et d’explications claires sur sa situation à l’OM, Steve Mandanda va faire un point avec Jorge Sampaoli dans les jours qui viennent. Un départ du gardien olympien n’est pas à exclure.

", - "content": "En manque de temps de jeu et d’explications claires sur sa situation à l’OM, Steve Mandanda va faire un point avec Jorge Sampaoli dans les jours qui viennent. Un départ du gardien olympien n’est pas à exclure.

", + "title": "Manchester United: où en est la prolongation de Pogba, libre en fin de saison?", + "description": "En fin de contrat au terme de la saison, Paul Pogba ne sait toujours pas de quoi sera fait son avenir. Selon le journaliste Fabrizio Di Marzio, le milieu de Manchester United n’a pas pris de décision alors que son club ne viserait pas de transfert cet hiver, mais plutôt une prolongation.

", + "content": "En fin de contrat au terme de la saison, Paul Pogba ne sait toujours pas de quoi sera fait son avenir. Selon le journaliste Fabrizio Di Marzio, le milieu de Manchester United n’a pas pris de décision alors que son club ne viserait pas de transfert cet hiver, mais plutôt une prolongation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-mandanda-va-faire-un-point-avec-sampaoli-puis-decidera-de-son-avenir_AV-202112200430.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ou-en-est-la-prolongation-de-pogba-libre-en-fin-de-saison_AV-202112240224.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:56:55 GMT", - "enclosure": "https://images.bfmtv.com/xU--EpOA2WWvTALZorjIC4_hsrg=/0x0:2048x1152/800x0/images/Steve-Mandanda-1192090.jpg", + "pubDate": "Fri, 24 Dec 2021 13:18:48 GMT", + "enclosure": "https://images.bfmtv.com/nToYcfLbf0CCmM9cxCVO-6d7V9A=/0x45:2048x1197/800x0/images/Paul-Pogba-1143212.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32903,17 +34157,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dc6233f55f03bece45cb9f0ac432b97" + "hash": "2be9d6c7feb882870b7bb07d36885e22" }, { - "title": "Incidents Paris FC-OL: Ferracci va porter plainte contre deux associations de supporters lyonnais", - "description": "Invité de \"Rothen s'enflamme\" ce lundi sur RMC, trois jours après les incidents qui ont lieu au stade Charléty lors du 32e de finale de Coupe de France entre le Paris FC et l'Olympique Lyonnais, Pierre Ferracci a annoncé son intention de porter plainte contre deux groupes de supporters lyonnais. Le président du PFC considère faire une faveur à l'OL en agissant de la sorte.

", - "content": "Invité de \"Rothen s'enflamme\" ce lundi sur RMC, trois jours après les incidents qui ont lieu au stade Charléty lors du 32e de finale de Coupe de France entre le Paris FC et l'Olympique Lyonnais, Pierre Ferracci a annoncé son intention de porter plainte contre deux groupes de supporters lyonnais. Le président du PFC considère faire une faveur à l'OL en agissant de la sorte.

", + "title": "Ligue des champions: pour Herrera, \"le Real est favori\" face au PSG", + "description": "Dans une interview accordée au Mundo Deportivo, Ander Herrera confie que le Real Madrid sera favori face au PSG en 8e de finale de la Ligue des champions.

", + "content": "Dans une interview accordée au Mundo Deportivo, Ander Herrera confie que le Real Madrid sera favori face au PSG en 8e de finale de la Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-ferracci-va-porter-plainte-contre-deux-associations-de-supporters-lyonnais_AV-202112200415.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-pour-herrera-le-real-est-favori-face-au-psg_AV-202112240223.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:20:42 GMT", - "enclosure": "https://images.bfmtv.com/PBBm0EIOQC2U2vOnAZPNXckLz-E=/0x131:2048x1283/800x0/images/Pierre-Ferracci-1191228.jpg", + "pubDate": "Fri, 24 Dec 2021 13:12:49 GMT", + "enclosure": "https://images.bfmtv.com/K7Btwz0Ee7S4aLjEunwYEtiO-28=/0x20:2048x1172/800x0/images/Ander-Herrera-1194483.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32924,17 +34178,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "767f9e8a4f7fb6943ad43a668220628d" + "hash": "963713e8394519df1dad218a673c848b" }, { - "title": "Incidents Paris FC-OL: Ferracci dénonce des \"pressions\" de Lyon sur la commission de discipline", - "description": "Invité de Rothen s’enflamme ce lundi sur RMC, Pierre Ferracci, président du Paris FC, s’en est à nouveau pris à Jean-Michel Aulas, son homologue lyonnais, après les incidents de vendredi soir en Coupe de France. Il dénonce notamment \"la pression de l’OL sur la commission de la FFF\".

", - "content": "Invité de Rothen s’enflamme ce lundi sur RMC, Pierre Ferracci, président du Paris FC, s’en est à nouveau pris à Jean-Michel Aulas, son homologue lyonnais, après les incidents de vendredi soir en Coupe de France. Il dénonce notamment \"la pression de l’OL sur la commission de la FFF\".

", + "title": "F1: pour Ecclestone, Hamilton va prendre sa retraite", + "description": "Bernie Ecclestone, ancien patron de la Formule 1, s’est entretenu avec la père de Lewis Hamilton et sent que le pilote britannique ne reprendra pas le championnat du monde la saison prochaine, après sa perte du titre cette année.

", + "content": "Bernie Ecclestone, ancien patron de la Formule 1, s’est entretenu avec la père de Lewis Hamilton et sent que le pilote britannique ne reprendra pas le championnat du monde la saison prochaine, après sa perte du titre cette année.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-ferracci-denonce-des-pressions-de-lyon-sur-la-commission-de-discipline_AV-202112200397.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-pour-ecclestone-hamilton-va-prendre-sa-retraite_AV-202112240222.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 17:49:34 GMT", - "enclosure": "https://images.bfmtv.com/gwl0YmZDCPuzUuT-EJ1W94rTED0=/0x106:2048x1258/800x0/images/Pierre-Ferracci-president-du-Paris-FC-1131767.jpg", + "pubDate": "Fri, 24 Dec 2021 13:09:04 GMT", + "enclosure": "https://images.bfmtv.com/JfxHSMZmadN2alQC5RvsaPzzzDk=/0x156:2048x1308/800x0/images/Bernie-Ecclestone-et-Lewis-Hamilton-en-2015-1194471.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32945,17 +34199,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4517ff8ddf17443018c9c617418b949e" + "hash": "9234d634443da8bb97a9c6ffab2b31ff" }, { - "title": "UFC: défié par le Youtubeur Jake Paul, Masvidal promet de lui \"casser la mâchoire devant le monde entier\"", - "description": "Cité parmi les adversaires potentiels listés par Jake Paul, Jorge Masvidal a répondu frontalement au YouTubeur devenu boxeur, vainqueur dans la nuit de samedi à dimanche de son cinquième combat.

", - "content": "Cité parmi les adversaires potentiels listés par Jake Paul, Jorge Masvidal a répondu frontalement au YouTubeur devenu boxeur, vainqueur dans la nuit de samedi à dimanche de son cinquième combat.

", + "title": "CAN: une ONG inquiète pour la sécurité des joueurs au Cameroun", + "description": "L'ONG Human Right Watch (HRW) a publié un rapport cette semaine pour avertir des risques encourus par les équipes qui vont disputer la prochaine Coupe d'Afrique des Nations, en raison d'un conflit interne au Cameroun. Des séparatistes ont déjà menacé de perturber la CAN et les joueurs pourraient être pris pour cible.

", + "content": "L'ONG Human Right Watch (HRW) a publié un rapport cette semaine pour avertir des risques encourus par les équipes qui vont disputer la prochaine Coupe d'Afrique des Nations, en raison d'un conflit interne au Cameroun. Des séparatistes ont déjà menacé de perturber la CAN et les joueurs pourraient être pris pour cible.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/ufc-defie-par-le-youtubeur-jake-paul-masvidal-promet-de-lui-casser-la-machoire-devant-le-monde-entier_AV-202112200386.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-une-ong-inquiete-pour-la-securite-des-joueurs-au-cameroun_AV-202112240221.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 17:36:09 GMT", - "enclosure": "https://images.bfmtv.com/vLrqZlcODDEzNIc5_AGGuD1jwyI=/0x0:1200x675/800x0/images/Jorge-Masvidal-1192004.jpg", + "pubDate": "Fri, 24 Dec 2021 13:06:45 GMT", + "enclosure": "https://images.bfmtv.com/X5Hz6IFlu5dc5uDtgylnVx3zPy0=/0x106:2048x1258/800x0/images/CAN-1194469.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32966,17 +34220,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "95985a7665dbee6f862358a59699cc2a" + "hash": "a42bcaec493d8c69472db14ad8655a58" }, { - "title": "Volley: l’attaquant de pointe Geraldo Graciano vient renforcer le TVB", - "description": "Le TVB, en quête d’un pointu de métier depuis plusieurs semaines, a enfin trouvé son bonheur. Tours a enrôlé Geraldo Graciano da Silva Filho (31 ans), un joueur qui a la particularité de posséder la double nationalité, brésilienne et qatari.

", - "content": "Le TVB, en quête d’un pointu de métier depuis plusieurs semaines, a enfin trouvé son bonheur. Tours a enrôlé Geraldo Graciano da Silva Filho (31 ans), un joueur qui a la particularité de posséder la double nationalité, brésilienne et qatari.

", + "title": "OM: que devient Franco Tongya, le jeune Italien arrivé il y a un an?", + "description": "Recruté par l’OM en provenance de la Juventus en janvier 2021, Franco Tongya (19 ans) n’a jamais évolué avec les pros et laisse un sentiment mitigé avec la réserve, malgré un potentiel certain. RMC Sport a sondé les habitués de la réserve marseillaise au sujet du jeune Italien.

", + "content": "Recruté par l’OM en provenance de la Juventus en janvier 2021, Franco Tongya (19 ans) n’a jamais évolué avec les pros et laisse un sentiment mitigé avec la réserve, malgré un potentiel certain. RMC Sport a sondé les habitués de la réserve marseillaise au sujet du jeune Italien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/volley/volley-l-attaquant-de-pointe-geraldo-graciano-vient-renforcer-le-tvb_AV-202112200357.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-que-devient-franco-tongya-le-jeune-italien-arrive-il-y-a-un-an_AV-202112240216.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 16:59:17 GMT", - "enclosure": "https://images.bfmtv.com/3_dRTLgRRglLwc1qBUHVdtoV48o=/0x28:1200x703/800x0/images/Marcelo-Fronckowiack-entoure-de-ses-joueurs-1191715.jpg", + "pubDate": "Fri, 24 Dec 2021 12:49:27 GMT", + "enclosure": "https://images.bfmtv.com/AZJjWD_zURkgwqBYmrKrs5PjZA0=/0x0:2048x1152/800x0/images/Franco-Tongya-avec-le-maillot-de-la-Juventus-en-aout-2020-1194405.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -32987,17 +34241,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d3a9185c56aae2554b0149545070c26" + "hash": "fdcb1f5b48b4eea805e58c457fc4dd5e" }, { - "title": "Bundesliga: Rummenigge admet avoir recruté Renato Sanches au Bayern \"un ou deux ans trop tôt\"", - "description": "Deux ans après le départ de Renato Sanches du Bayern Munich, Karl-Heinz Rummenigge est revenu sur le passage du milieu portugais en Bavière. L'ex-patron du Bayern a admis ce lundi que Sanches a signé trop tôt au sein du club. À seulement 18 ans à son arrivée en 2016, l'international portugais ne semblait pas encore avoir les épaules pour s'imposer au Bayern.

", - "content": "Deux ans après le départ de Renato Sanches du Bayern Munich, Karl-Heinz Rummenigge est revenu sur le passage du milieu portugais en Bavière. L'ex-patron du Bayern a admis ce lundi que Sanches a signé trop tôt au sein du club. À seulement 18 ans à son arrivée en 2016, l'international portugais ne semblait pas encore avoir les épaules pour s'imposer au Bayern.

", + "title": "Tottenham: Conte tacle la Premier League après la réunion sur le Covid, \"une perte de temps\"", + "description": "Jeudi avait lieu une réunion entre les entraineurs et la Premier League, afin de discuter de la situation actuelle en Angleterre et des menaces qui planent sur les matchs du Boxing Day. Mais devant la presse, le coach de Tottenham Antonio Conte a estimé que cette assemblée n’avait aucun intérêt.

", + "content": "Jeudi avait lieu une réunion entre les entraineurs et la Premier League, afin de discuter de la situation actuelle en Angleterre et des menaces qui planent sur les matchs du Boxing Day. Mais devant la presse, le coach de Tottenham Antonio Conte a estimé que cette assemblée n’avait aucun intérêt.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-rummenigge-admet-avoir-recrute-renato-sanches-au-bayern-un-ou-deux-ans-trop-tot_AV-202112200356.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-conte-tacle-la-premier-league-apres-la-reunion-sur-le-covid-une-perte-de-temps_AV-202112240209.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 16:59:00 GMT", - "enclosure": "https://images.bfmtv.com/qnwGM2u8oNArIwnb3KSpxTEUcT4=/3x0:2035x1143/800x0/images/Renato-Sanches-lors-d-un-match-amical-avec-le-Bayern-en-juillet-2019-1191983.jpg", + "pubDate": "Fri, 24 Dec 2021 12:12:47 GMT", + "enclosure": "https://images.bfmtv.com/qenUxVpCdA8eSTqqIE2RzKAT35E=/0x104:1984x1220/800x0/images/Antonio-Conte-Tottenham-1188508.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33008,17 +34262,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6752ac8df1c21ef32c14d343aa83258c" + "hash": "0b46e112d1cf75a2b62c6a5fd554a83a" }, { - "title": "Bordeaux-Bègles: Christophe Urios prolonge jusqu’en 2025", - "description": "Le manager de Bordeaux-Bègles, Christophe Urios, sous contrat jusqu’en 2023, a prolongé son aventure de deux ans. Le technicien a rencontré son président Laurent Marti ce lundi. Tout est bouclé. L'annonce a été officialisée ce lundi.

", - "content": "Le manager de Bordeaux-Bègles, Christophe Urios, sous contrat jusqu’en 2023, a prolongé son aventure de deux ans. Le technicien a rencontré son président Laurent Marti ce lundi. Tout est bouclé. L'annonce a été officialisée ce lundi.

", + "title": "Le sport face au coronavirus en direct: Positif au Covid-19, Matthieu Jalibert forfait face à Toulon", + "description": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "content": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/bordeaux-begles-christophe-urios-prolonge-jusqu-en-2025_AN-202112200342.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 16:42:45 GMT", - "enclosure": "https://images.bfmtv.com/T5Dj28VUYFMDKx7Xi6-1AjyndS0=/0x106:2048x1258/800x0/images/Christophe-Urios-au-stade-Chaban-Delmas-le-11-decembre-1191913.jpg", + "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", + "enclosure": "https://images.bfmtv.com/8ke0hnflflZuWg9HhxO2BVb4gRs=/0x0:2048x1152/800x0/images/Mathieu-Jalibert-avec-l-UBB-1152849.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33029,17 +34283,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7eccec4fe92a2bbe547fe00b7366ddc" + "hash": "7618fa38825d9c4a8cf578ec353d0ea5" }, { - "title": "Troyes: Rami raconte comment il a failli être le Bachelor américain", - "description": "Adil Rami, aujourd’hui défenseur central à Troyes, aurait pu stopper sa carrière de joueur pour la télévision américaine. La célèbre émission du ‘Bachelor’ voulait en effet faire de lui le candidat, comme il l’a indiqué dans le programme ‘Le QG’.

", - "content": "Adil Rami, aujourd’hui défenseur central à Troyes, aurait pu stopper sa carrière de joueur pour la télévision américaine. La célèbre émission du ‘Bachelor’ voulait en effet faire de lui le candidat, comme il l’a indiqué dans le programme ‘Le QG’.

", + "title": "Premier League: Burnley-Everton reporté, le Boxing Day de plus en plus impacté par le Covid", + "description": "Nouveau report pour le Boxing Day. Suite à de nombreux cas de Covid-19 dans l’effectif d’Everton, la Premier League a annoncé le report du match qui devait les opposer à Burnley le 26 décembre (à 16). C’est la troisième rencontre de cette journée qui connaît ce sort.

", + "content": "Nouveau report pour le Boxing Day. Suite à de nombreux cas de Covid-19 dans l’effectif d’Everton, la Premier League a annoncé le report du match qui devait les opposer à Burnley le 26 décembre (à 16). C’est la troisième rencontre de cette journée qui connaît ce sort.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/troyes-rami-raconte-comment-il-a-failli-etre-le-bachelor-americain_AV-202112200339.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-burnley-everton-reporte-le-boxing-day-de-plus-en-plus-impacte-par-le-covid_AV-202112240202.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 16:38:16 GMT", - "enclosure": "https://images.bfmtv.com/x2gmxoLr3QcBWHuHGzL1Ty35YtA=/0x114:2048x1266/800x0/images/1191947.jpg", + "pubDate": "Fri, 24 Dec 2021 12:02:35 GMT", + "enclosure": "https://images.bfmtv.com/K3VP4Ab-daZPZccQ9eMUoFBVBgk=/0x418:1584x1309/800x0/images/Everton-1070851.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33050,17 +34304,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a61959b60aeb42c30cdbeb8e5dd3765" + "hash": "3189a10872022cf647cb686bc555aff2" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 20 décembre – Championship – Angleterre", - "description": "Notre pronostic : Fulham ne perd pas face à Sheffield et les deux équipes marquent (1.96)

", - "content": "Notre pronostic : Fulham ne perd pas face à Sheffield et les deux équipes marquent (1.96)

", + "title": "CAN: la liste du Sénégal, avec les Marseillais Bamba Dieng et Pape Gueye", + "description": "Sélectionneur du Sénégal, Aliou Cissé a officialisé sa liste pour la prochaine Coupe d'Afrique des Nations, qui se déroulera du 9 janvier au 6 février 2022 au Cameroun. Finalistes de la dernière édition, les Lions feront le voyage avec plusieurs joueurs de Ligue 1 dont Idrissa Gueye ou Bamba Dieng.

", + "content": "Sélectionneur du Sénégal, Aliou Cissé a officialisé sa liste pour la prochaine Coupe d'Afrique des Nations, qui se déroulera du 9 janvier au 6 février 2022 au Cameroun. Finalistes de la dernière édition, les Lions feront le voyage avec plusieurs joueurs de Ligue 1 dont Idrissa Gueye ou Bamba Dieng.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-20-decembre-championship-angleterre_AN-202112190197.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-la-liste-du-senegal-avec-les-marseillais-bamba-dieng-et-pape-gueye_AV-202112240174.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/hx6UNE8XcIP8DDZJgKARZc4UuOM=/0x104:2000x1229/800x0/images/Fulham-1191397.jpg", + "pubDate": "Fri, 24 Dec 2021 11:28:31 GMT", + "enclosure": "https://images.bfmtv.com/_nJNRgeUg4ZPqyTFIwLvNV0tcu0=/14x145:2046x1288/800x0/images/Bamba-Dieng-1138769.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33071,17 +34325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d5ca34596cdf7b45c0ebc12691b4bb2" + "hash": "1b9d685d1368ab2d8e9cbb4e0dca0dd4" }, { - "title": "Premier League: les clubs anglais d'accord pour maintenir le Boxing Day", - "description": "Les représentants des 20 clubs de Premier League se sont réunis ce lundi avec les dirigeants de la Ligue de football anglaise pour décider du sort du Boxing Day. Malgré la propagation du variant Omicron chez les joueurs du championnat d'Angleterre, il a été décidé que les matchs qui doivent se dérouler pendant les fêtes auront bien lieu.

", - "content": "Les représentants des 20 clubs de Premier League se sont réunis ce lundi avec les dirigeants de la Ligue de football anglaise pour décider du sort du Boxing Day. Malgré la propagation du variant Omicron chez les joueurs du championnat d'Angleterre, il a été décidé que les matchs qui doivent se dérouler pendant les fêtes auront bien lieu.

", + "title": "Stade Toulousain: Antoine Dupont et Julien Marchand prolongent jusqu'en 2027 et 2028", + "description": "Le Stade Toulousain a annoncé ce vendredi la prolongation des contrats d'Antoine Dupont et Julien Marchand. Les deux capitaines sont désormais liés au club jusqu'en 2027 et 2028.

", + "content": "Le Stade Toulousain a annoncé ce vendredi la prolongation des contrats d'Antoine Dupont et Julien Marchand. Les deux capitaines sont désormais liés au club jusqu'en 2027 et 2028.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-les-clubs-anglais-d-accord-pour-maintenir-le-boxing-day_AN-202112200332.html", + "link": "https://rmcsport.bfmtv.com/rugby/stade-toulousain-antoine-dupont-et-julien-marchand-prolongent-jusqu-en-2027-et-2028_AV-202112240168.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 16:26:40 GMT", - "enclosure": "https://images.bfmtv.com/YJybA_88VbPbtqkKe3iteZD-Yek=/14x31:2046x1174/800x0/images/Mohamed-Salah-face-a-Ryan-Sessegnon-le-19-decembre-1191944.jpg", + "pubDate": "Fri, 24 Dec 2021 11:17:05 GMT", + "enclosure": "https://images.bfmtv.com/Ms93O_qyI7xyJGrzECjBE6VIXwE=/0x104:1984x1220/800x0/images/Antoine-Dupont-et-Julien-Marchand-avec-le-Stade-Toulousain-1194404.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33092,17 +34346,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c602896149b6a2e7e1fae5bf3697b97b" + "hash": "cc6239c5af727be7e392babeebb42077" }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 20 décembre – NBA", - "description": "Mon pronostic : les Clippers battent San Antonio (1.49)

", - "content": "Mon pronostic : les Clippers battent San Antonio (1.49)

", + "title": "Nice: le beau cadeau de Noël de Todibo aux jeunes du FC Lilas, son ancien club", + "description": "Jean-Clair Todibo (21 ans), défenseur de Nice, a offert un joli cadeau de Noël à des jeunes du FC Lilas, son ancien club, en leur offrant un séjour sur la Côte d’Azur et des places pour le match face à Lens (2-1), mercredi.

", + "content": "Jean-Clair Todibo (21 ans), défenseur de Nice, a offert un joli cadeau de Noël à des jeunes du FC Lilas, son ancien club, en leur offrant un séjour sur la Côte d’Azur et des places pour le match face à Lens (2-1), mercredi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-20-decembre-nba_AN-202112200307.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-le-sublime-cadeau-de-noel-de-todibo-aux-jeunes-du-fc-lilas-son-ancien-club_AV-202112240166.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 15:47:31 GMT", - "enclosure": "https://images.bfmtv.com/y9CXW5crtwoadufmbqvCcrLmp8M=/0x0:2000x1125/800x0/images/R-Jackson-1191946.jpg", + "pubDate": "Fri, 24 Dec 2021 11:07:38 GMT", + "enclosure": "https://images.bfmtv.com/IjVSUHQ0LfLCINI-KVSzMj26XxU=/0x27:2048x1179/800x0/images/Jean-Clair-TODIBO-1049699.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33113,17 +34367,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33d72f72ba0ee6b28896eef7290c4177" + "hash": "cdfd064779c02ce4e375cc68a3a20c5a" }, { - "title": "Coupe du monde tous les deux ans: les arguments économiques de la Fifa pour convaincre les fédérations", - "description": "La Fifa organise ce lundi une réunion au Qatar afin de présenter plus précisément son projet de Coupe du monde tous les deux ans et ses prédictions économiques. RMC Sport a eu accès au document utilisé par l’instance internationale afin de séduire les différentes fédérations nationales d’adhérer à sa réforme.

", - "content": "La Fifa organise ce lundi une réunion au Qatar afin de présenter plus précisément son projet de Coupe du monde tous les deux ans et ses prédictions économiques. RMC Sport a eu accès au document utilisé par l’instance internationale afin de séduire les différentes fédérations nationales d’adhérer à sa réforme.

", - "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-tous-les-deux-ans-les-arguments-economiques-de-la-fifa-pour-convaincre-les-federations_AV-202112200304.html", + "title": "Mercato: De Ligt au Barça, pourquoi ça coince", + "description": "Malgré l’arrivée quasiment actée de Ferran Torres, le FC Barcelone ne compte pas se reposer sur ses lauriers lors du mercato. Selon Sport, les Catalans ne seraient pas contre l’idée de recruter un défenseur, à savoir Matthijs de Ligt. Mais le salaire du Néerlandais représente un gros frein pour les Catalans.

", + "content": "Malgré l’arrivée quasiment actée de Ferran Torres, le FC Barcelone ne compte pas se reposer sur ses lauriers lors du mercato. Selon Sport, les Catalans ne seraient pas contre l’idée de recruter un défenseur, à savoir Matthijs de Ligt. Mais le salaire du Néerlandais représente un gros frein pour les Catalans.

", + "category": "", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-de-ligt-au-barca-pourquoi-ca-coince_AV-202112240160.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 15:37:24 GMT", - "enclosure": "https://images.bfmtv.com/97k-WT40SHX6lHuuKkuHVGJgXzo=/0x52:2048x1204/800x0/images/Gianni-Infantino-president-de-la-Fifa-1191911.jpg", + "pubDate": "Fri, 24 Dec 2021 10:51:18 GMT", + "enclosure": "https://images.bfmtv.com/EwN22hXRifw8gPOSxdbHOsDoNXs=/0x93:2048x1245/800x0/images/Matthijs-De-Ligt-avec-la-Juventus-1191678.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33134,17 +34388,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f9833cd66c6b36e849a6750375c152e" + "hash": "7b53468bd48ef888c6a6580e9a78f8e8" }, { - "title": "Le sport face au coronavirus en direct: les clubs anglais se sont mis d'accord, le Boxing Day est maintenu", - "description": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", - "content": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "title": "Mercato: Watford négocie avec Nice pour Hassane Kamara", + "description": "Selon nos informations, Watford cherche un profil de latéral gauche et a entamé des discussions avec Hassane Kamara, qui a perdu sa place de titulaire à l'OGC Nice. Les représentants du joueur s'entendent bien avec les dirigeants du club londonien, ce qui devrait faciliter une possible transaction.

", + "content": "Selon nos informations, Watford cherche un profil de latéral gauche et a entamé des discussions avec Hassane Kamara, qui a perdu sa place de titulaire à l'OGC Nice. Les représentants du joueur s'entendent bien avec les dirigeants du club londonien, ce qui devrait faciliter une possible transaction.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-watford-negocie-avec-nice-pour-hassane-kamara_AV-202112240157.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", - "enclosure": "https://images.bfmtv.com/6FhUUcHkDotzLLrd9dpYJ_SDRCc=/0x87:2048x1239/800x0/images/N-Golo-Kante-lors-du-match-face-a-Wolverhampton-le-19-decembre-1191903.jpg", + "pubDate": "Fri, 24 Dec 2021 10:46:16 GMT", + "enclosure": "https://images.bfmtv.com/yox5oNsAd2lNfpxFSGvBNdrpzEY=/0x106:2048x1258/800x0/images/Hassane-Kamara-1194384.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33155,17 +34409,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed3b15bf97823b5f4bcafdbb14933716" + "hash": "619df85e3b1ea1b40900ae043602fb0c" }, { - "title": "Handball: les Bleues expliquent leur effondrement en finale du Mondial", - "description": "Après avoir mené de quatre buts à la pause, les Françaises se sont écroulées en finale du Mondial de handball dimanche, s'inclinant très largement (29-22) face à la Norvège. Un scénario fou sur lequel elles sont revenues dans le Super Moscato Show, sur RMC, pour tenter d'en comprendre les raisons.

", - "content": "Après avoir mené de quatre buts à la pause, les Françaises se sont écroulées en finale du Mondial de handball dimanche, s'inclinant très largement (29-22) face à la Norvège. Un scénario fou sur lequel elles sont revenues dans le Super Moscato Show, sur RMC, pour tenter d'en comprendre les raisons.

", + "title": "Manchester United: Matic et Bruno Fernandes chambrent Ronaldo après sa défaite à l'entraînement", + "description": "Nemanja Matic et Bruno Fernandes ont chambré Cristiano Ronaldo sur les réseaux sociaux après leur victoire lors d'un match à l'entraînement. La bonne ambiance est de retour à trois jours d'affronter Newcastle.

", + "content": "Nemanja Matic et Bruno Fernandes ont chambré Cristiano Ronaldo sur les réseaux sociaux après leur victoire lors d'un match à l'entraînement. La bonne ambiance est de retour à trois jours d'affronter Newcastle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/handball-les-bleues-expliquent-leur-effondrement-en-finale-du-mondial_AV-202112200300.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-matic-et-bruno-fernandes-chambrent-ronaldo-apres-sa-defaite-a-l-entrainement_AV-202112240145.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 15:22:37 GMT", - "enclosure": "https://images.bfmtv.com/sVnU62a89D15rT2l6GsbthCBHLA=/0x58:1200x733/800x0/images/Allison-Pineau-1191929.jpg", + "pubDate": "Fri, 24 Dec 2021 10:16:09 GMT", + "enclosure": "https://images.bfmtv.com/6EAlUchVTAMbunLQonrSb_SicnU=/0x121:2000x1246/800x0/images/Nemanja-Matic-et-Bruno-Fernandes-1194365.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33176,17 +34430,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a637fc636458671f8b3960067e3b9d7e" + "hash": "ffef045b185c5af0a3a431b8633b46e1" }, { - "title": "Les pronos hippiques du mardi 21 décembre 2021", - "description": "Le Quinté+ du mardi 21 décembre est programmé sur l’hippodrome de Cagnes-sur-Mer dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du mardi 21 décembre est programmé sur l’hippodrome de Cagnes-sur-Mer dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "PSG: face aux critiques, Herrera défend Neymar qui \"a un coeur énorme\"", + "description": "Mis sur la touche depuis fin novembre, en raison d'une blessure à la cheville, Neymar connaît une nouvelle période d'indisponibilité, qui se multiplient depuis son arrivée au PSG en 2017. Souvent critiqué, autant ces dernières semaines pour ses performances que sur sa rigueur professionnelle en dehors du terrain, le Brésilien peut compter sur le soutien de son coéquipier Ander Herrera, ravi de courir notamment pour celui qu'il estime comme \"un ami\".

", + "content": "Mis sur la touche depuis fin novembre, en raison d'une blessure à la cheville, Neymar connaît une nouvelle période d'indisponibilité, qui se multiplient depuis son arrivée au PSG en 2017. Souvent critiqué, autant ces dernières semaines pour ses performances que sur sa rigueur professionnelle en dehors du terrain, le Brésilien peut compter sur le soutien de son coéquipier Ander Herrera, ravi de courir notamment pour celui qu'il estime comme \"un ami\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-21-decembre-2021_AN-202112200298.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-face-aux-critiques-herrera-defend-neymar-qui-a-un-coeur-enorme_AV-202112240143.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 15:19:35 GMT", - "enclosure": "https://images.bfmtv.com/ghLfV96w-je7xlvGRJLD0fqJfwg=/72x3:1128x597/800x0/images/Les-pronos-hippiques-du-21-decembre-2021-1191923.jpg", + "pubDate": "Fri, 24 Dec 2021 10:08:42 GMT", + "enclosure": "https://images.bfmtv.com/MYvmA_yWcvDRzvlcMh9YHlPv6UE=/0x49:2048x1201/800x0/images/Neymar-Herrera-1194355.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33197,17 +34451,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "266b79334d1c2c120b73b3230ad60f3c" + "hash": "37200796270aa745a01b5cae4da6999a" }, { - "title": "Gabon: un entraîneur de foot, accusé de centaines d'agressions sexuelles d'enfants, arrêté", - "description": "Patrick Assoumou Eyi, l'ancien entraîneur de l'équipe nationale des moins de 17 ans du Gabon, a été arrêté ce lundi. Il est accusé de centaines d'agressions sexuelles sur des enfants.

", - "content": "Patrick Assoumou Eyi, l'ancien entraîneur de l'équipe nationale des moins de 17 ans du Gabon, a été arrêté ce lundi. Il est accusé de centaines d'agressions sexuelles sur des enfants.

", + "title": "Premier League: Everton en colère, le report du match contre Burnley refusé", + "description": "Frappé par une vague de Covid dans son effectif, Everton avait réclamé le report de sa rencontre de Premier League face à Burnley, dimanche pour le Boxing Day (16 heures). Une requête refusée par la Premier League, malgré 11 absences dans les rangs des Toffees.

", + "content": "Frappé par une vague de Covid dans son effectif, Everton avait réclamé le report de sa rencontre de Premier League face à Burnley, dimanche pour le Boxing Day (16 heures). Une requête refusée par la Premier League, malgré 11 absences dans les rangs des Toffees.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/gabon-un-entraineur-de-foot-accuse-de-centaines-d-agressions-sexuelles-d-enfants-arrete_AD-202112200292.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-everton-en-colere-le-report-du-match-contre-burnley-refuse_AV-202112230375.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 14:54:04 GMT", - "enclosure": "https://images.bfmtv.com/IDoW8LqEv-HSo1qDvEemXy60VJs=/0x47:800x497/800x0/images/-809655.jpg", + "pubDate": "Thu, 23 Dec 2021 17:44:59 GMT", + "enclosure": "https://images.bfmtv.com/Sn39FVteMC9qg_CffNk3CUymGpE=/0x147:2048x1299/800x0/images/Rafael-Benitez-1194060.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33218,17 +34472,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51b39001182e1eac137161b592dbced5" + "hash": "5eebd106be75911dce36563e818dde85" }, { - "title": "Chelsea: Tuchel reconnaît avoir ignoré les consignes de son staff médical sur Kanté", - "description": "Près d'un mois après sa blessure face à la Juventus en Ligue des champions, N'Golo Kanté a fait son retour face à Wolverhampton (0-0) dimanche, en Premier League. Le milieu français a joué l'intégralité de la rencontre, alors qu'il n'aurait dû disputer que 45 minutes. Une décision prise par Thomas Tuchel, qui est allé à l'encontre des recommandations de son staff.

", - "content": "Près d'un mois après sa blessure face à la Juventus en Ligue des champions, N'Golo Kanté a fait son retour face à Wolverhampton (0-0) dimanche, en Premier League. Le milieu français a joué l'intégralité de la rencontre, alors qu'il n'aurait dû disputer que 45 minutes. Une décision prise par Thomas Tuchel, qui est allé à l'encontre des recommandations de son staff.

", + "title": "Liga: Koundé écope d'un match de suspension pour son geste sur Alba", + "description": "Lors du match nul 1-1 entre le FC Séville et le FC Barcelone, Jules Koundé avait été exclu pour avoir balancé le ballon sur le visage de Jordi Alba. Le défenseur français a écopé d’un match de suspension.

", + "content": "Lors du match nul 1-1 entre le FC Séville et le FC Barcelone, Jules Koundé avait été exclu pour avoir balancé le ballon sur le visage de Jordi Alba. Le défenseur français a écopé d’un match de suspension.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-reconnait-avoir-ignore-les-consignes-de-son-staff-medical-sur-kante_AV-202112200284.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-kounde-ecope-d-un-match-de-suspension-pour-son-geste-sur-alba_AV-202112230352.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 14:35:19 GMT", - "enclosure": "https://images.bfmtv.com/6FhUUcHkDotzLLrd9dpYJ_SDRCc=/0x87:2048x1239/800x0/images/N-Golo-Kante-lors-du-match-face-a-Wolverhampton-le-19-decembre-1191903.jpg", + "pubDate": "Thu, 23 Dec 2021 17:14:07 GMT", + "enclosure": "https://images.bfmtv.com/AmMv3cvHUyqSMAIZa9C2hSrahGw=/24x2:2024x1127/800x0/images/Kounde-1194040.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33239,17 +34493,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d5412b16ec91e31ca2b84301b6d865e" + "hash": "be36b6a50c906497f0d957c189838ec5" }, { - "title": "OM: Luis Henrique déjà de retour à Botafogo?", - "description": "Arrivé en 2020 à Marseille en provenance de Botafogo, Luis Henrique pourrait déjà faire son retour au Brésil sous la forme d'un prêt, alors que son temps de jeu à l'OM n'est pas suffisant.

", - "content": "Arrivé en 2020 à Marseille en provenance de Botafogo, Luis Henrique pourrait déjà faire son retour au Brésil sous la forme d'un prêt, alors que son temps de jeu à l'OM n'est pas suffisant.

", + "title": "Maroc: l'embarras d'Halilhodzic, qui n'a pas voulu désigner l'Algérie comme favorite de la CAN", + "description": "Interrogé jeudi sur l’équipe favorite de la CAN (9 janvier-6 février), le sélectionneur marocain Vahid Halilhodzic s’est montré très embarrassé et a soigneusement évité de prononcer le nom de l’Algérie. Sans pour autant nier le statut de favoris des Algériens.

", + "content": "Interrogé jeudi sur l’équipe favorite de la CAN (9 janvier-6 février), le sélectionneur marocain Vahid Halilhodzic s’est montré très embarrassé et a soigneusement évité de prononcer le nom de l’Algérie. Sans pour autant nier le statut de favoris des Algériens.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/om-luis-henrique-deja-de-retour-a-botafogo_AV-202112200210.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-l-embarras-d-halilhodzic-qui-n-a-pas-voulu-designer-l-algerie-comme-favorite-de-la-can_AV-202112230337.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 11:28:40 GMT", - "enclosure": "https://images.bfmtv.com/BkzusJT78unceIdcS4Uwn2OxSIQ=/0x109:2048x1261/800x0/images/Luis-Henrique-1003121.jpg", + "pubDate": "Thu, 23 Dec 2021 16:43:30 GMT", + "enclosure": "https://images.bfmtv.com/1pKLIowBMoTorPaoa5nwkmC9Kuw=/0x0:2048x1152/800x0/images/Vahid-Halilhodzic-997039.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33260,17 +34514,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77a4aa4235f21537da1622bea6ae9e18" + "hash": "bf87d925f602f83bc72a0b9533552ab8" }, { - "title": "Tennis: Rafael Nadal testé positif au Covid-19", - "description": "Après avoir perdu deux matches au tournoi-exhibition d'Abu Dhabi, vendredi et samedi, Rafael Nadal a annoncé ce lundi avoir été testé positif à son retour en Espagne. De quoi remettre en doute sa participation à l'Open d'Australie ?\n

", - "content": "Après avoir perdu deux matches au tournoi-exhibition d'Abu Dhabi, vendredi et samedi, Rafael Nadal a annoncé ce lundi avoir été testé positif à son retour en Espagne. De quoi remettre en doute sa participation à l'Open d'Australie ?\n

", + "title": "Premier League: Rangnick milite pour le retour des cinq changements", + "description": "La situation sanitaire en Angleterre étant critique, la tenue de plusieurs matchs de Premier League est menacée depuis quelques jours. En conférence de presse, Ralf Rangnick, le coach de Manchester United, a milité pour le retour des cinq changements.

", + "content": "La situation sanitaire en Angleterre étant critique, la tenue de plusieurs matchs de Premier League est menacée depuis quelques jours. En conférence de presse, Ralf Rangnick, le coach de Manchester United, a milité pour le retour des cinq changements.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/tennis-rafael-nadal-teste-positif-au-covid-19_AV-202112200200.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-rangnick-milite-pour-le-retour-des-cinq-changements_AV-202112230333.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 11:12:20 GMT", - "enclosure": "https://images.bfmtv.com/KJVw1dKtmdoo3AWE2G_8NK_suj8=/0x40:768x472/800x0/images/Rafael-Nadal-en-quart-de-finale-de-l-Open-d-Australie-contre-Stefanos-Tsitsipas-le-17-fevrier-2021-1183930.jpg", + "pubDate": "Thu, 23 Dec 2021 16:39:10 GMT", + "enclosure": "https://images.bfmtv.com/Iqb62K1AjQyfYgpqezj24yD12pY=/0x106:2048x1258/800x0/images/Ralf-RANGNICK-1186211.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33281,17 +34535,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cfbbfd78defea156aaa21373b77c26c" + "hash": "97a97ebf50d3a3316969bf00e938f281" }, { - "title": "PSG: la réaction piquante de Leonardo aux critiques d'Ibrahimovic", - "description": "Récemment attaqué par Zlatan Ibrahimovic sur sa manière de travailler, Leonardo, le directeur sportif du PSG, a choisi l’indifférence comme réponse à l’ancien du joueur du PSG qu’il a bien connu.

", - "content": "Récemment attaqué par Zlatan Ibrahimovic sur sa manière de travailler, Leonardo, le directeur sportif du PSG, a choisi l’indifférence comme réponse à l’ancien du joueur du PSG qu’il a bien connu.

", + "title": "Premier League: la vague Omicron perturbe le Boxing Day", + "description": "Prévu tout au long de la journée de dimanche, le Boxing Day, événement-phare du championnat d’Angleterre, est à son tour perturbé par la recrudescence des cas de Covid-19 causés par le variant Omicron en Grande-Bretagne.

", + "content": "Prévu tout au long de la journée de dimanche, le Boxing Day, événement-phare du championnat d’Angleterre, est à son tour perturbé par la recrudescence des cas de Covid-19 causés par le variant Omicron en Grande-Bretagne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-reaction-piquante-de-leonardo-aux-critiques-d-ibrahimovic_AV-202112200195.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-la-vague-omicron-perturbe-le-boxing-day_AV-202112230321.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 11:00:48 GMT", - "enclosure": "https://images.bfmtv.com/cOAcfGqqWQYupi0jo7ijrccSbqw=/0x0:1984x1116/800x0/images/Z-Ibrahimovic-1191000.jpg", + "pubDate": "Thu, 23 Dec 2021 16:17:44 GMT", + "enclosure": "https://images.bfmtv.com/a4QhHFaB4j9vCFKMo0__FEkMbnA=/0x6:2048x1158/800x0/images/Phil-Foden-1194000.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33302,17 +34556,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "806083da7f807ccc648eb0f12b003020" + "hash": "8d996737a99ccab5ed9165646729a946" }, { - "title": "Ligue des champions féminine en direct: suivez le tirage au sort des quarts et des demi-finales", - "description": "L'OL et le PSG vont connaître ce lundi leurs adversaires pour les quarts de finale de la Ligue des champions féminine à partir de 13 heures. Les deux équipes, têtes de série, ne peuvent pas s'affronter et peuvent tomber sur du lourd.

", - "content": "L'OL et le PSG vont connaître ce lundi leurs adversaires pour les quarts de finale de la Ligue des champions féminine à partir de 13 heures. Les deux équipes, têtes de série, ne peuvent pas s'affronter et peuvent tomber sur du lourd.

", + "title": "Les pronos hippiques du vendredi 24 décembre 2021", + "description": " Le Quinté+ du vendredi 24 décembre est programmé sur l’hippodrome de Deauville dans la discipline du plat. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": " Le Quinté+ du vendredi 24 décembre est programmé sur l’hippodrome de Deauville dans la discipline du plat. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/ligue-des-champions/ligue-des-champions-feminine-en-direct-suivez-le-tirage-au-sort-des-quarts-et-des-demi-finales_LN-202112200174.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-vendredi-24-decembre-2021_AN-202112230317.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 10:30:33 GMT", - "enclosure": "https://images.bfmtv.com/uX2uVKpv3XCp2ZRXXVAMvwyy_TU=/0x103:2000x1228/800x0/images/Ashley-Lawrence-et-Delphine-Cascarino-lors-d-OL-PSG-1191766.jpg", + "pubDate": "Thu, 23 Dec 2021 16:13:05 GMT", + "enclosure": "https://images.bfmtv.com/AG93KDPB1d785wVfIqzZVqVLpk0=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-12-decembre-2021-1185851.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33323,17 +34577,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7adfd2da820ee1ff14c816ed83a5e083" + "hash": "f787aeb73817b979b9790b0b8db98bc0" }, { - "title": "PSG: Xavi Simons, une première pleine de promesses", - "description": "Xavi Simons a connu la première titularisation de sa carrière avec le Paris Saint-Germain dimanche, en Coupe de France. Le talent de 18 ans a réalisé 90 minutes d'un bon niveau. Une performance qui pourrait lui permettre d'intégrer la rotation en 2022.

", - "content": "Xavi Simons a connu la première titularisation de sa carrière avec le Paris Saint-Germain dimanche, en Coupe de France. Le talent de 18 ans a réalisé 90 minutes d'un bon niveau. Une performance qui pourrait lui permettre d'intégrer la rotation en 2022.

", + "title": "PSG: arrivé en Argentine, Messi va passer les fêtes de Noël à Rosario", + "description": "Comme ses partenaires argentins du PSG, Lionel Messi est arrivé en Argentine jeudi pour y passer les fêtes de fin d’année. Il est attendu à Paris le 2 janvier, pour la reprise.

", + "content": "Comme ses partenaires argentins du PSG, Lionel Messi est arrivé en Argentine jeudi pour y passer les fêtes de fin d’année. Il est attendu à Paris le 2 janvier, pour la reprise.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-xavi-simons-une-premiere-pleine-de-promesses_AV-202112200173.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-arrive-en-argentine-messi-va-passer-les-fetes-de-noel-a-rosario_AV-202112230316.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 10:28:30 GMT", - "enclosure": "https://images.bfmtv.com/7xi1u9aypcTq3_mi9yc9o1te9_8=/0x50:1200x725/800x0/images/Xavi-Simons-1191769.jpg", + "pubDate": "Thu, 23 Dec 2021 16:12:27 GMT", + "enclosure": "https://images.bfmtv.com/MQRg0IMM4VlQof_QsiNfaN7LOJ8=/0x40:768x472/800x0/images/L-Argentin-Lionel-Messi-avec-le-Paris-SG-contre-le-FC-Bruges-en-Ligue-des-champions-le-7-decembre-2021-au-Parc-des-Princes-a-Paris-1192861.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33344,17 +34598,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5c8e65c1eaeaa1ed8bfd93c3962408b" + "hash": "2195b98b62af04f0dab30bc4d9099063" }, { - "title": "Incidents Paris FC-OL: un avocat de groupes de supporters défend l'idée d'une sanction individuelle", - "description": "Dans l'After Foot, Pierre Barthélémy, avocat de groupes de supporters, considère \"inacceptable\" de priver la majorité des supporters d'un déplacement de stade à cause des comportements \"d'une minorité\".

", - "content": "Dans l'After Foot, Pierre Barthélémy, avocat de groupes de supporters, considère \"inacceptable\" de priver la majorité des supporters d'un déplacement de stade à cause des comportements \"d'une minorité\".

", + "title": "Coupe de France: la FFF retoque la demande du PSG, qui jouera bien son 16e de finale à Vannes", + "description": "Les dirigeants parisiens avaient sollicité mercredi la FFF afin de faire jouer le 16e de finale de Coupe de France du 3 janvier prochain contre Vannes (N2) au Moustoir, à Lorient, invoquant des raisons de sécurité. Demande refusée par l’instance, ce jeudi.

", + "content": "Les dirigeants parisiens avaient sollicité mercredi la FFF afin de faire jouer le 16e de finale de Coupe de France du 3 janvier prochain contre Vannes (N2) au Moustoir, à Lorient, invoquant des raisons de sécurité. Demande refusée par l’instance, ce jeudi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/incidents-paris-fc-ol-un-avocat-de-groupes-de-supporters-defend-l-idee-d-une-sanction-individuelle_AV-202112200167.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-fff-retoque-la-demande-du-psg-qui-jouera-bien-son-16e-de-finale-a-vannes_AV-202112230301.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 10:16:33 GMT", - "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.jpg", + "pubDate": "Thu, 23 Dec 2021 15:41:41 GMT", + "enclosure": "https://images.bfmtv.com/5eKAH2QgSljB6cjKugqWvvIMgeQ=/0x59:768x491/800x0/images/Le-President-du-Paris-Saint-Germain-Nasser-Al-Khelaifi-a-droite-du-directeur-sportif-du-club-Leonardo-et-de-l-entraineur-Mauricio-Pochettino-au-Camp-des-Loges-a-Saint-Germain-en-Laye-avant-le-match-contre-le-RB-Leipzig-le-18-octobre-2021-1176035.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33365,17 +34619,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "49deef572f142293cf08ab30f4ea698a" + "hash": "dc341c3f67bf37db96dab589ed461182" }, { - "title": "Mercato: le Real pas perturbé par la phrase de Leonardo sur l’avenir de Mbappé au PSG", - "description": "Selon la presse espagnole, la note optimiste de Leonardo sur les chances de prolonger le contrat de Kylian Mbappé au PSG n’inquiète pas le Real Madrid, toujours aussi confiant sur les chances de recruter la star française.

", - "content": "Selon la presse espagnole, la note optimiste de Leonardo sur les chances de prolonger le contrat de Kylian Mbappé au PSG n’inquiète pas le Real Madrid, toujours aussi confiant sur les chances de recruter la star française.

", + "title": "Mercato: Guardiola reconnaît que le départ de Torres pour le Barça est \"proche\"", + "description": "L’arrivée de Ferran Torres au FC Barcelone est presque bouclée. Même Pep Guardiola, l’entraîneur de Manchester City, a confirmé en conférence de presse que l’Espagnol était \"proche\" de rejoindre la Catalogne.

", + "content": "L’arrivée de Ferran Torres au FC Barcelone est presque bouclée. Même Pep Guardiola, l’entraîneur de Manchester City, a confirmé en conférence de presse que l’Espagnol était \"proche\" de rejoindre la Catalogne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-real-pas-perturbe-par-la-phrase-de-leonardo-sur-l-avenir-de-mbappe-au-psg_AV-202112200164.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-guardiola-reconnait-que-le-depart-de-torres-pour-le-barca-est-proche_AV-202112230297.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 10:12:25 GMT", - "enclosure": "https://images.bfmtv.com/vBTyzR6o3VlB1zBbO-cMSWIz2U0=/0x46:2048x1198/800x0/images/Kylian-MBAPPE-1191171.jpg", + "pubDate": "Thu, 23 Dec 2021 15:30:33 GMT", + "enclosure": "https://images.bfmtv.com/RsCUY1oMht5tsb_rORtVq2bbcXw=/12x0:1532x855/800x0/images/Ferran-Torres-est-cible-par-le-Barca-1176247.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33386,17 +34640,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "522df4c7f07e67050e05043d0fc892dc" + "hash": "fc45a040c4ed126379cd1b15fa4e1ced" }, { - "title": "Le sport face au coronavirus en direct: défaite sur tapis vert face à Rennes, Tottenham éliminé de l'Europa Conference League", - "description": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", - "content": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "title": "Mercato: vers un duel Barça-Corinthians pour Cavani?", + "description": "Courtisé par le Barça, Edinson Cavani aurait reçu une offre alléchante des Corinthians. Avec un salaire supérieur à celui proposé par le club catalan.

", + "content": "Courtisé par le Barça, Edinson Cavani aurait reçu une offre alléchante des Corinthians. Avec un salaire supérieur à celui proposé par le club catalan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-vers-un-duel-barca-corinthians-pour-cavani_AV-202112230292.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", - "enclosure": "https://images.bfmtv.com/xTf8QB4drl8V8wgpItoHBB-ER8E=/0x29:768x461/800x0/images/L-attaquant-sud-coreen-de-Tottenham-Son-Heung-Min-est-felicite-par-l-attaquant-Harry-Kane-apres-avoir-egalise-2-2-face-a-Liverpool-lors-de-la-18e-journee-de-Premier-League-le-19-decembre-2021-au-Tottenham-Hotspur-Stadium-1191473.jpg", + "pubDate": "Thu, 23 Dec 2021 15:26:37 GMT", + "enclosure": "https://images.bfmtv.com/JSntD3WS5FbXV3kLSBqHYwVGOzA=/0x56:2048x1208/800x0/images/Edinson-Cavani-1160731.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33407,17 +34661,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "797e6519de13b4746037ca5cee01c697" + "hash": "ae3aed35a1fba0bd19ff746ee43e2ae4" }, { - "title": "Coupe de France: la belle célébration des Jumeaux de M'zouazia avec les supporters de Bordeaux", - "description": "Après leur lourde défaite contre Bordeaux (10-0) en Coupe de France, les joueurs des Jumeaux de M'zouazia se sont offerts une belle communion avec les supporters du kop sud du Matmut Atlantique, dimanche.

", - "content": "Après leur lourde défaite contre Bordeaux (10-0) en Coupe de France, les joueurs des Jumeaux de M'zouazia se sont offerts une belle communion avec les supporters du kop sud du Matmut Atlantique, dimanche.

", + "title": "FC Nantes: prison avec sursis pour des supporters après des violences à la Beaujoire", + "description": "Après des violences et des dégradations ayant eu lieu en fin de saison dernière à la Beaujoire, trois supporters du FC Nantes ont été condamnés jeudi à de la prison avec sursis et, pour deux d'entre eux, des dommages et intérêts.

", + "content": "Après des violences et des dégradations ayant eu lieu en fin de saison dernière à la Beaujoire, trois supporters du FC Nantes ont été condamnés jeudi à de la prison avec sursis et, pour deux d'entre eux, des dommages et intérêts.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-belle-celebration-des-jumeaux-de-mzouazia-avec-les-supporters-de-bordeaux_AV-202112200138.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/fc-nantes-prison-avec-sursis-pour-des-supporters-apres-des-violences-a-la-beaujoire_AD-202112230289.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 09:22:30 GMT", - "enclosure": "https://images.bfmtv.com/_FIbCMODOylPADk8yZQXWWKSBLA=/0x212:2048x1364/800x0/images/Les-joueurs-des-Jumeaux-de-Mzouazia-se-sont-offerts-une-belle-communion-avec-les-supporters-du-Kop-Sud-de-Bordeaux-1191714.jpg", + "pubDate": "Thu, 23 Dec 2021 15:17:27 GMT", + "enclosure": "https://images.bfmtv.com/3VvMwKX4YJGixUWjUUo3GBWFje0=/0x106:2048x1258/800x0/images/Les-supporters-de-Nantes-a-la-Beaujoire-1193968.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33428,17 +34682,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74ae6a3483e3f5768fcf0ca20701e036" + "hash": "26c1e5dcd482f963669b501d84368c74" }, { - "title": "La NBA va obliger les équipes touchées par le Covid à recruter des joueurs supplémentaires", - "description": "Alors que les cas de Covid se multiplient en NBA, la Ligue a annoncé que les équipes devront recruter des joueurs en cas de test positif dans leur effectif, ce qui permettra à la Ligue de se poursuivre.

", - "content": "Alors que les cas de Covid se multiplient en NBA, la Ligue a annoncé que les équipes devront recruter des joueurs en cas de test positif dans leur effectif, ce qui permettra à la Ligue de se poursuivre.

", + "title": "Saint-Etienne: changement de cap pour le mercato des Verts", + "description": "Bon dernier au classement, l’AS Saint-Etienne ne comptait pas investir d’argent cet hiver pour se renforcer. Alors que les dirigeants voulaient passer par des prêts ou des joueurs gratuits, la donne a changé. Selon nos informations, les dirigeants sont enclins investir de l’argent au mercato, quitte à \"prendre des risques\".

", + "content": "Bon dernier au classement, l’AS Saint-Etienne ne comptait pas investir d’argent cet hiver pour se renforcer. Alors que les dirigeants voulaient passer par des prêts ou des joueurs gratuits, la donne a changé. Selon nos informations, les dirigeants sont enclins investir de l’argent au mercato, quitte à \"prendre des risques\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/la-nba-va-obliger-les-equipes-touchees-par-le-covid-a-recruter-des-joueurs-supplementaires_AD-202112200135.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-changement-de-cap-pour-le-mercato-des-verts_AV-202112230288.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 09:19:25 GMT", - "enclosure": "https://images.bfmtv.com/SBqWEanSRwtTBrsVPCo4zMwyqTM=/0x40:768x472/800x0/images/Julius-Randle-des-New-York-Knicks-dribble-face-a-Zach-LaVine-des-Chicago-Bulls-en-NBA-au-United-Center-de-Chicago-le-21-novembre-2021-1172057.jpg", + "pubDate": "Thu, 23 Dec 2021 15:08:21 GMT", + "enclosure": "https://images.bfmtv.com/9NSXcv4yXNyATDfzjN66EALAsWM=/0x0:2048x1152/800x0/images/Saint-Etienne-1181074.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33449,17 +34703,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea1c28073d746551e6e6663397db8a1b" + "hash": "24e77fd18bd2e55d2c1f31961bd2c796" }, { - "title": "Coupe arabe: le retour triomphal des Fennecs en Algérie après leur titre", - "description": "L’Algérie a remporté le premier titre de son histoire en Coupe arabe des nations. Les Fennecs sont arrivés dimanche soir à Alger et ont reçu un accueil incroyable de la part de milliers de fans pour célébrer leur sacre contre la Tunisie (2-0).

", - "content": "L’Algérie a remporté le premier titre de son histoire en Coupe arabe des nations. Les Fennecs sont arrivés dimanche soir à Alger et ont reçu un accueil incroyable de la part de milliers de fans pour célébrer leur sacre contre la Tunisie (2-0).

", + "title": "CAN: le Cameroun dévoile sa liste de 28 joueurs, sans Joël Matip", + "description": "Le sélectionneur du Cameroun, Toni Conceiçao, a présenté mercredi un effectif sans grande surprise de 28 joueurs appelés à disputer à domicile la Coupe d'Afrique des Nations (9 janvier-6 février), avec Eric Maxim Choupo-Moting, mais sans Joël Matip.

", + "content": "Le sélectionneur du Cameroun, Toni Conceiçao, a présenté mercredi un effectif sans grande surprise de 28 joueurs appelés à disputer à domicile la Coupe d'Afrique des Nations (9 janvier-6 février), avec Eric Maxim Choupo-Moting, mais sans Joël Matip.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-le-retour-triomphal-des-fennecs-en-algerie-apres-leur-titre_AV-202112200129.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-le-cameroun-devoile-sa-liste-sans-joel-matip_AD-202112230279.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 08:56:35 GMT", - "enclosure": "https://images.bfmtv.com/FWWUAb7Fs_MuJ38XMiEw5SbaANA=/0x73:2048x1225/800x0/images/Le-retour-des-Fennecs-et-l-incroyable-communion-avec-les-supporters-algeriens-1191704.jpg", + "pubDate": "Thu, 23 Dec 2021 14:41:15 GMT", + "enclosure": "https://images.bfmtv.com/5_tEiVYNrk-_cSBt2kg3NoJSZEk=/0x107:2048x1259/800x0/images/1193952.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33470,17 +34724,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9029f653cd131aa2604060e30f267e0d" + "hash": "9e818b2845fbf9d6fc68e6399d3de952" }, { - "title": "Mercato: Tolisso proche du Real Madrid ?", - "description": "En fin de contrat en juin prochain avec le Bayern, Corentin Tolisso serait sur les tablettes du Real Madrid, qui cherche à se renforcer à moindre coût. Une opportunité idéale de se relancer pour le joueur de 27 ans, miné par les blessures.

", - "content": "En fin de contrat en juin prochain avec le Bayern, Corentin Tolisso serait sur les tablettes du Real Madrid, qui cherche à se renforcer à moindre coût. Une opportunité idéale de se relancer pour le joueur de 27 ans, miné par les blessures.

", + "title": "Mercato: la presse catalane annonce un accord entre le Barça et Dembélé pour une prolongation", + "description": "Selon le média espagnol Sport, Ousmane Dembélé devrait prolonger au Barça pour cinq ans la semaine prochaine, après de longues négociations. L’attaquant aurait également accepté de baisser son salaire.

", + "content": "Selon le média espagnol Sport, Ousmane Dembélé devrait prolonger au Barça pour cinq ans la semaine prochaine, après de longues négociations. L’attaquant aurait également accepté de baisser son salaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-tolisso-proche-du-real-madrid_AV-202112200123.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-la-presse-catalane-annonce-un-accord-entre-le-barca-et-dembele-pour-une-prolongation_AV-202112230276.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 08:47:43 GMT", - "enclosure": "https://images.bfmtv.com/ZbyHBGLwwWBvHwrIk82PcA4qlkU=/2x0:4498x2529/800x0/images/-862460.jpg", + "pubDate": "Thu, 23 Dec 2021 14:37:15 GMT", + "enclosure": "https://images.bfmtv.com/axJi9ezY_rogxjZ60R_qwvIz1H4=/0x0:2048x1152/800x0/images/Ousmane-Dembele-1171071.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33491,17 +34745,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "786f4405169baf42a256cbe0d6801587" + "hash": "c388c88c675bf39f3f32d215a176f439" }, { - "title": "Liverpool: \"Je ne sais pas quel est son problème avec moi\", Klopp fulmine contre l’arbitre", - "description": "Jürgen Klopp, le manager de Liverpool, fulmine contre l’arbitre du match, Paul Tierney, face à Tottenham (2-2) pour ne pas avoir exclu Harry Kane, ni accordé un penalty à Diogo Jota.

", - "content": "Jürgen Klopp, le manager de Liverpool, fulmine contre l’arbitre du match, Paul Tierney, face à Tottenham (2-2) pour ne pas avoir exclu Harry Kane, ni accordé un penalty à Diogo Jota.

", + "title": "Incidents Paris FC-OL: les décisions de la commission de discipline connues lundi", + "description": "Selon nos informations, les sanctions contre le Paris FC et l’OL après les débordements du 32e de finale de Coupe de France seront dévoilées ce lundi, après les auditions des deux clubs et des officiels. Suspendu, Jean-Michel Aulas ne pourra pas être entendu.

", + "content": "Selon nos informations, les sanctions contre le Paris FC et l’OL après les débordements du 32e de finale de Coupe de France seront dévoilées ce lundi, après les auditions des deux clubs et des officiels. Suspendu, Jean-Michel Aulas ne pourra pas être entendu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/liverpool-je-ne-sais-pas-quel-est-son-probleme-avec-moi-klopp-fulmine-contre-l-arbitre_AV-202112200115.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-les-decisions-de-la-commission-de-discipline-connues-lundi_AV-202112230272.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 08:37:09 GMT", - "enclosure": "https://images.bfmtv.com/kz3n56yUXSCU1awrvjgkT6R8VXc=/0x416:1520x1271/800x0/images/Juergen-Klopp-fulmine-contre-l-arbitre-Paul-Tierney-1191691.jpg", + "pubDate": "Thu, 23 Dec 2021 14:30:13 GMT", + "enclosure": "https://images.bfmtv.com/He0OBKVwB_FLQMsvML9Tag2sk0A=/0x106:2048x1258/800x0/images/1193947.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33512,17 +34766,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77fe729c59f17e9ea01a7886489afffd" + "hash": "8fc1728cc0590ec75050134ca836ff78" }, { - "title": "Mercato: Raiola ouvre la porte pour De Ligt au PSG", - "description": "Mino Raiola a jeté un trouble sur l’avenir de Matthijs De Ligt à la Juventus. L’agent du défenseur néerlandais a émis l’hypothèse d’un départ lors du mercato estival et nommé parmi les destinations possibles. Avec le PSG cité.

", - "content": "Mino Raiola a jeté un trouble sur l’avenir de Matthijs De Ligt à la Juventus. L’agent du défenseur néerlandais a émis l’hypothèse d’un départ lors du mercato estival et nommé parmi les destinations possibles. Avec le PSG cité.

", + "title": "Paris FC-OL en direct: les décisions seront rendues ce lundi", + "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-raiola-ouvre-la-porte-pour-de-ligt-au-psg_AV-202112200106.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 08:20:57 GMT", - "enclosure": "https://images.bfmtv.com/EwN22hXRifw8gPOSxdbHOsDoNXs=/0x93:2048x1245/800x0/images/Matthijs-De-Ligt-avec-la-Juventus-1191678.jpg", + "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", + "enclosure": "https://images.bfmtv.com/BGqdZq0MbCqAD3pH0cs6mAHkk2A=/0x12:768x444/800x0/images/Des-supporters-entres-sur-le-terrain-du-stade-Charlety-de-Paris-a-la-mi-temps-du-32e-de-finale-de-Coupe-de-France-entre-le-Paris-FC-et-Lyon-le-17-decembre-2021-arrete-definitivement-en-raison-d-incidents-en-tribunes-1190938.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33533,17 +34787,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e562697493d01e1d6db1986a843a21b6" + "hash": "d3a0ad57eec8706aba0770dda22ca539" }, { - "title": "Ligue 1 en direct: suivez les infos avant la 19e journée", - "description": "Il reste encore une journée de Ligue 1 ce mercredi avant les fêtes de fin d’année et la trêve hivernale. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", - "content": "Il reste encore une journée de Ligue 1 ce mercredi avant les fêtes de fin d’année et la trêve hivernale. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", + "title": "Maroc: Halilhodzic justifie l’absence de Ziyech dans la liste pour la CAN", + "description": "Souvent écarté de la liste du Maroc ces derniers mois, Hakim Ziyech ne participera pas à la CAN cet hiver. L’ailier n’a pas été retenu par le sélectionneur Vahid Halilhodzic, ce dernier a expliqué les raisons de cette décision devant la presse.

", + "content": "Souvent écarté de la liste du Maroc ces derniers mois, Hakim Ziyech ne participera pas à la CAN cet hiver. L’ailier n’a pas été retenu par le sélectionneur Vahid Halilhodzic, ce dernier a expliqué les raisons de cette décision devant la presse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-les-infos-avant-la-19e-journee_LN-202112200099.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/maroc-halilhodzic-justifie-l-absence-de-ziyech-dans-la-liste-pour-la-can_AV-202112230265.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 07:59:56 GMT", - "enclosure": "https://images.bfmtv.com/hPcAMLOSdKaHl20L9Ndl2GArEHo=/0x39:768x471/800x0/images/L-attaquant-de-Monaco-Wissam-Ben-Yedder-buteur-lors-du-match-de-Ligue-1-a-domicile-contre-Rennes-le-16-mai-2021-1027943.jpg", + "pubDate": "Thu, 23 Dec 2021 14:01:53 GMT", + "enclosure": "https://images.bfmtv.com/afNEJB4AzFjt5gLP964YwUiwXAc=/0x57:1984x1173/800x0/images/-841758.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33554,17 +34808,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68bda65728964e9ab333fd683c079b0e" + "hash": "e8077ed48f93e2963d587fa280e2b7d8" }, { - "title": "Metz: Antonetti critique l'organisation de la Coupe de France après l’élimination de Metz à Bergerac", - "description": "Frédéric Antonetti, l'entraîneur du FC Metz, a critiqué l’état du terrain après l’élimination de son équipe en 32es de finale de la Coupe de France (0-0, 5 tab 4), dimanche contre Bergerac (N2).

", - "content": "Frédéric Antonetti, l'entraîneur du FC Metz, a critiqué l’état du terrain après l’élimination de son équipe en 32es de finale de la Coupe de France (0-0, 5 tab 4), dimanche contre Bergerac (N2).

", + "title": "LOSC: Gourvennec met un petit coup de pression pour remplacer Ikoné", + "description": "Dans un entretien à l'AFP ce jeudi, Jocelyn Gourvennec a abordé le départ probable de Jonathan Ikoné, qui devrait s'engager ces prochains jours avec la Fiorentina. Le technicien du LOSC n'imagine pas qu'on ne puisse pas remplacer l'international français et attend un renfort.

", + "content": "Dans un entretien à l'AFP ce jeudi, Jocelyn Gourvennec a abordé le départ probable de Jonathan Ikoné, qui devrait s'engager ces prochains jours avec la Fiorentina. Le technicien du LOSC n'imagine pas qu'on ne puisse pas remplacer l'international français et attend un renfort.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/metz-antonetti-critique-l-organisation-de-la-coupe-de-france-apres-l-elimination-de-metz-a-bergerac_AV-202112200095.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/losc-gourvennec-met-un-petit-coup-de-pression-pour-remplacer-ikone_AV-202112230262.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 07:55:31 GMT", - "enclosure": "https://images.bfmtv.com/9U14AHZegbwC3X5W0gq-raiBjSk=/0x68:2048x1220/800x0/images/Frederic-Antonetti-1191658.jpg", + "pubDate": "Thu, 23 Dec 2021 13:58:20 GMT", + "enclosure": "https://images.bfmtv.com/6Yfrw4u-m7BHuXdmQfJb6ejTLuQ=/0x20:2048x1172/800x0/images/Jonathan-Ikone-1193924.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33575,17 +34829,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "101a3f401372d0f05a6efffd393ca21a" + "hash": "54ae0c474d7cbff8db6c7a028a813937" }, { - "title": "Mercato: Raiola fait monter les enchères pour Haaland", - "description": "Mino Raiola s’est exprimé dimanche sur l’avenir d’Erling Haaland et a laissé plané le doute sur un futur transfert. Très courtisé, le buteur norvégien de Dortmund restera à l’écoute de toutes les propositions et ne s’est mis d’accord avec aucun club selon son agent.

", - "content": "Mino Raiola s’est exprimé dimanche sur l’avenir d’Erling Haaland et a laissé plané le doute sur un futur transfert. Très courtisé, le buteur norvégien de Dortmund restera à l’écoute de toutes les propositions et ne s’est mis d’accord avec aucun club selon son agent.

", + "title": "Top 14: entraînements arrêtés au Racing 92 en raison de cas de Covid-19", + "description": "Le Racing 92 a indiqué ce jeudi que les entraînements sont stoppés au club en raison de plusieurs cas de coronavirus au sein de l'effectif francilien. La rencontre de Top 14 face à Pau, prévue ce lundi, est pour l'instant maintenue.

", + "content": "Le Racing 92 a indiqué ce jeudi que les entraînements sont stoppés au club en raison de plusieurs cas de coronavirus au sein de l'effectif francilien. La rencontre de Top 14 face à Pau, prévue ce lundi, est pour l'instant maintenue.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-raiola-fait-monter-les-encheres-pour-haaland_AV-202112200089.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-entrainements-arretes-au-racing-92-en-raison-de-cas-de-covid-19_AV-202112230261.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 07:42:28 GMT", - "enclosure": "https://images.bfmtv.com/G2W6AVrkBby55LFH6zMZW3vloi0=/0x67:2048x1219/800x0/images/Erling-Haaland-avec-le-Borussia-Dortmund-1191651.jpg", + "pubDate": "Thu, 23 Dec 2021 13:56:47 GMT", + "enclosure": "https://images.bfmtv.com/JSSGMxyGnrnrrZRLWEPBnA8Lw64=/0x106:2048x1258/800x0/images/Racing-92-1193940.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33596,17 +34850,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e4049cfb58432f3d68c44ef97132054" + "hash": "d79f33ec33d73b8936e495c71fe244c3" }, { - "title": "Rugby: le joueur des Ospreys, Ifan Phillips, amputé d'une jambe après un accident de moto", - "description": "Victime d'un accident de moto le 5 décembre dernier, Ifan Phillips, le talonneur des Ospreys, a révélé avoir été amputé d'une jambe et est contraint de mettre un terme à sa carrière, à seulement 25 ans.

", - "content": "Victime d'un accident de moto le 5 décembre dernier, Ifan Phillips, le talonneur des Ospreys, a révélé avoir été amputé d'une jambe et est contraint de mettre un terme à sa carrière, à seulement 25 ans.

", + "title": "Brésil: Resende, club partenaire de l'OL, portera un maillot aux couleurs des Gones", + "description": "Partenaire de l’Olympique Lyonnais depuis 2019, Resende a tenu à rendre hommage à la formation française. Le club brésilien a sorti le nouveau maillot qui sera porté la prochaine saison, à partir de janvier 2022. La tunique est grandement inspirée de la tunique des Gones dans les années 50.

", + "content": "Partenaire de l’Olympique Lyonnais depuis 2019, Resende a tenu à rendre hommage à la formation française. Le club brésilien a sorti le nouveau maillot qui sera porté la prochaine saison, à partir de janvier 2022. La tunique est grandement inspirée de la tunique des Gones dans les années 50.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/rugby-le-joueur-des-ospreys-ifan-phillips-ampute-d-une-jambe-apres-un-accident-de-moto_AD-202112200087.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-lyon/bresil-resende-club-partenaire-de-l-ol-portera-un-maillot-en-hommage-aux-gones_AV-202112230260.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 07:40:59 GMT", - "enclosure": "https://images.bfmtv.com/XnM4Ct0C2unMN7T8fjnEo_pojLA=/3x0:1891x1062/800x0/images/-804117.jpg", + "pubDate": "Thu, 23 Dec 2021 13:55:37 GMT", + "enclosure": "https://images.bfmtv.com/ZuZQt6KsnmWLAZfzjNlXA7ix9Ec=/0x32:640x392/800x0/images/Pelouse-Groupama-Stadium-1185694.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33617,17 +34871,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75217cd4debf3683f9d166b929c317eb" + "hash": "53b4087fd399ed9b7e4dc9d47fddadab" }, { - "title": "Belgique: le coup de gueule de Lukaku après les insultes racistes contre Kompany", - "description": "Romelu Lukaku, attaquant international belge, s’est emporté sur les réseaux sociaux après les insultes racistes subies par Vincent Kompany, lors d’un match à Bruges ce week-end en Belgique.

", - "content": "Romelu Lukaku, attaquant international belge, s’est emporté sur les réseaux sociaux après les insultes racistes subies par Vincent Kompany, lors d’un match à Bruges ce week-end en Belgique.

", + "title": "Ligue 1: Guendouzi, Majer, Laborde... l'équipe-type des meilleures recrues", + "description": "À mi-saison, plusieurs recrues se sont distinguées en Ligue 1, que cela soit à Rennes, Nice ou encore Marseille. RMC Sport dresse le onze-type des recrues de la saison 2020-2021.

", + "content": "À mi-saison, plusieurs recrues se sont distinguées en Ligue 1, que cela soit à Rennes, Nice ou encore Marseille. RMC Sport dresse le onze-type des recrues de la saison 2020-2021.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/championnat-de-belgique/belgique-le-coup-de-gueule-de-lukaku-apres-les-insultes-racistes-contre-kompany_AV-202112200061.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-guendouzi-majer-laborde-l-equipe-type-des-meilleures-recrues_AV-202112230256.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 07:03:11 GMT", - "enclosure": "https://images.bfmtv.com/rtLwx1mmvu4m3o82hmi73r7LyC0=/0x30:2048x1182/800x0/images/Lukaku-1184335.jpg", + "pubDate": "Thu, 23 Dec 2021 13:40:30 GMT", + "enclosure": "https://images.bfmtv.com/IoAkFxR2nh4MYeiZXyAsMe9q7bI=/0x0:2048x1152/800x0/images/Matteo-Guendouzi-1160560.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33638,17 +34892,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45ce38de739fd6bf8fdcc81e4f73cde6" + "hash": "a9ca4915006c332e381944ec359d1b9e" }, { - "title": "Mercato en direct: Raiola ouvre la porte à De Ligt au PSG", - "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022. A cette date, de nombreux joueurs dont Kylian Mbappé pourront négocier avec le club de leur choix. En attendant, les cadors du football européen continuent de préparer le prochain marché des transferts et multiplient les pistes et les contacts avec d'éventuelles recrues. Suivez l'actualité du mercato, les informations et rumeurs, en direct commenté sur RMC Sport.

", - "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022. A cette date, de nombreux joueurs dont Kylian Mbappé pourront négocier avec le club de leur choix. En attendant, les cadors du football européen continuent de préparer le prochain marché des transferts et multiplient les pistes et les contacts avec d'éventuelles recrues. Suivez l'actualité du mercato, les informations et rumeurs, en direct commenté sur RMC Sport.

", + "title": "Tennis: Andy Murray participera à l'Open d'Australie", + "description": "Trois ans après sa dernière participation, Andy Murray retrouvera l'Open d'Australie en 2022. 134e au classement ATP, le joueur écossais de 34 ans a reçu une invitation ce jeudi de la part de l'organisation du tournoi australien.

", + "content": "Trois ans après sa dernière participation, Andy Murray retrouvera l'Open d'Australie en 2022. 134e au classement ATP, le joueur écossais de 34 ans a reçu une invitation ce jeudi de la part de l'organisation du tournoi australien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-20-decembre-2021_LN-202112200060.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/tennis-andy-murray-participera-a-l-open-d-australie_AV-202112230253.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 06:59:22 GMT", - "enclosure": "https://images.bfmtv.com/EwN22hXRifw8gPOSxdbHOsDoNXs=/0x93:2048x1245/800x0/images/Matthijs-De-Ligt-avec-la-Juventus-1191678.jpg", + "pubDate": "Thu, 23 Dec 2021 13:27:23 GMT", + "enclosure": "https://images.bfmtv.com/pD2o3KaAhbvQLqzFQuTCVGBsdZ4=/0x0:2048x1152/800x0/images/Andy-Murray-1193931.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33659,17 +34913,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc09f6a1c7c45793dd2e183c90b66878" + "hash": "112d02a87e4f0ea91e9401de0ceb1c61" }, { - "title": "PSG: Leonardo défend le bilan de Messi et ses \"premiers mois incroyables\"", - "description": "Arrivé pendant l'intersaison au PSG, Lionel Messi connait un début de saison mitigé. Mais les performances de l'attaquant argentin n'inquiètent pas son directeur sportif Leonardo. Le dirigeant brésilien a défendu dimanche le bilan de la nouvelle star parisienne.

", - "content": "Arrivé pendant l'intersaison au PSG, Lionel Messi connait un début de saison mitigé. Mais les performances de l'attaquant argentin n'inquiètent pas son directeur sportif Leonardo. Le dirigeant brésilien a défendu dimanche le bilan de la nouvelle star parisienne.

", + "title": "Ligue 1: les chiffres qui prouvent que le PSG est vraiment \"Mbappé-dépendant\"", + "description": "Suspendu face à Lorient où le PSG a évité une défaite dans les dernières minutes (1-1), Kylian Mbappé semble indispensable à son équipe. Mais à quel point le club parisien dépend-il de l’attaquant français ?

", + "content": "Suspendu face à Lorient où le PSG a évité une défaite dans les dernières minutes (1-1), Kylian Mbappé semble indispensable à son équipe. Mais à quel point le club parisien dépend-il de l’attaquant français ?

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-leonardo-defend-le-bilan-de-messi-et-ses-premiers-mois-incroyables_AV-202112200045.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-chiffres-qui-prouvent-que-le-psg-est-vraiment-mbappe-dependant_AV-202112230250.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 06:36:15 GMT", - "enclosure": "https://images.bfmtv.com/PF80Y3C5sH5YghWQDMEnj_bsST0=/0x93:2048x1245/800x0/images/Lionel-Messi-et-Ander-Herrera-avec-le-PSG-1191598.jpg", + "pubDate": "Thu, 23 Dec 2021 13:12:33 GMT", + "enclosure": "https://images.bfmtv.com/vBTyzR6o3VlB1zBbO-cMSWIz2U0=/0x46:2048x1198/800x0/images/Kylian-MBAPPE-1191171.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33680,17 +34934,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "adeda0e49add0e521117070688ac6bc4" + "hash": "cab4dc55367ea2a8f2569001833194fa" }, { - "title": "AC Milan: l'incompréhension de Pioli après le hors-jeu de Giroud", - "description": "Stefano Pioli, entraîneur de l’AC Milan, ne digère pas le but refusé à son équipe dimanche face à Naples (0-1) après une position de hors-jeu signalée contre Olivier Giroud, au sol sans faire action de jeu.

", - "content": "Stefano Pioli, entraîneur de l’AC Milan, ne digère pas le but refusé à son équipe dimanche face à Naples (0-1) après une position de hors-jeu signalée contre Olivier Giroud, au sol sans faire action de jeu.

", + "title": "Premier League: après le report de deux matchs, réunions décisives à trois jours du Boxing Day", + "description": "Entraîneurs et capitaines doivent rencontrer les instances de la Premier League jeudi après-midi lors de deux réunions pour évoquer le déroulement du Boxing Day, de plus en plus menacé par le Covid.

", + "content": "Entraîneurs et capitaines doivent rencontrer les instances de la Premier League jeudi après-midi lors de deux réunions pour évoquer le déroulement du Boxing Day, de plus en plus menacé par le Covid.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/ac-milan-l-incomprehension-de-pioli-apres-le-hors-jeu-de-giroud_AV-202112200038.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-et-covid-19-reunions-decisives-jeudi-apres-midi_AV-202112230247.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 06:24:02 GMT", - "enclosure": "https://images.bfmtv.com/3XaGQBFCtSI1NV6UGzKyMFDD8pY=/0x171:2032x1314/800x0/images/Stefano-Pioli-1191591.jpg", + "pubDate": "Thu, 23 Dec 2021 13:00:53 GMT", + "enclosure": "https://images.bfmtv.com/c7oR23ZA9dNTIOrmMNWCCVYDMMA=/0x0:2032x1143/800x0/images/La-Premier-League-face-au-Covid-19-1190272.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33701,17 +34955,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9afe4f4ab865acbb2ceef257130815f" + "hash": "f500d6956f6b7b67c10a937fc1cc573d" }, { - "title": "La WTA toujours inquiète pour Peng Shuai après la nouvelle apparition de la joueuse", - "description": "La publication d'une nouvelle interview de Peng Shuai n'a pas rassuré la WTA, l'instance qui gère le circuit féminin de tennis, qui a fait part de son inquiétude sur le sort de la joueuse chinoise, lundi.

", - "content": "La publication d'une nouvelle interview de Peng Shuai n'a pas rassuré la WTA, l'instance qui gère le circuit féminin de tennis, qui a fait part de son inquiétude sur le sort de la joueuse chinoise, lundi.

", + "title": "Ligue 1: quel bilan pour Messi après six mois au PSG?", + "description": "Arrivé en grandes pompes l’été dernier, Lionel Messi a marqué un seul but en Ligue 1 à mi-saison même si les actions offensives passent très souvent par lui. L’Argentin a aussi joué de malchance dans un championnat qu’il juge physique.

", + "content": "Arrivé en grandes pompes l’été dernier, Lionel Messi a marqué un seul but en Ligue 1 à mi-saison même si les actions offensives passent très souvent par lui. L’Argentin a aussi joué de malchance dans un championnat qu’il juge physique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/wta/la-wta-toujours-inquiete-pour-peng-shuai-apres-la-nouvelle-apparition-de-la-joueuse_AD-202112200024.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-quel-bilan-pour-messi-apres-six-mois-au-psg_AV-202112230245.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 05:45:38 GMT", - "enclosure": "https://images.bfmtv.com/A7kvO7-cB2YPIsGZVXuO5lKQqXw=/0x47:2048x1199/800x0/images/Peng-Shuai-lors-de-l-open-d-Australie-en-2018-1166766.jpg", + "pubDate": "Thu, 23 Dec 2021 12:59:11 GMT", + "enclosure": "https://images.bfmtv.com/alrQPj6aoOxrEDWXeG3-BCitvrA=/0x0:2048x1152/800x0/images/Lionel-Messi-1193870.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33722,17 +34976,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df0cbf80d982055e2ad5bab082893d43" + "hash": "90d66ea7d008a4c8ef64b281eec8d463" }, { - "title": "Coupe de France: la technique du joueur de Feignies-Aulnoye pour récupérer le maillot de Mbappé", - "description": "Romain Courtin, défenseur de Feignies-Aulnoye (N3), a partagé sa joie d’avoir récupéré le maillot de Kylian Mbappé, dimanche après la défaite face au PSG (0-3) en Coupe de France. Il a partagé un souvenir commun avec la star française qui n’y est pas restée insensible.

", - "content": "Romain Courtin, défenseur de Feignies-Aulnoye (N3), a partagé sa joie d’avoir récupéré le maillot de Kylian Mbappé, dimanche après la défaite face au PSG (0-3) en Coupe de France. Il a partagé un souvenir commun avec la star française qui n’y est pas restée insensible.

", + "title": "L'énigme Kamara, une recrue au milieu... quel mercato d'hiver pour l'OM?", + "description": "Après avoir été très actif lors du dernier mercato estival, la priorité au mois de janvier des dirigeants de l’Olympique de Marseille sera de vendre. Plusieurs joueurs comme Caleta-Car et Kamara sont susceptibles de quitter les Phocéens. Notons que des renforts sont envisagés par la direction.

", + "content": "Après avoir été très actif lors du dernier mercato estival, la priorité au mois de janvier des dirigeants de l’Olympique de Marseille sera de vendre. Plusieurs joueurs comme Caleta-Car et Kamara sont susceptibles de quitter les Phocéens. Notons que des renforts sont envisagés par la direction.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-technique-du-defenseur-de-feignies-aulnoye-pour-recuperer-le-maillot-de-mbappe_AV-202112200018.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/l-enigme-kamara-une-recrue-au-milieu-quel-mercato-d-hiver-pour-l-om_AV-202112230244.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 05:26:21 GMT", - "enclosure": "https://images.bfmtv.com/80oTyRETwNHPtEN00xr9I_JrhoI=/0x61:2048x1213/800x0/images/Romain-Courtin-a-recupere-le-maillot-de-Kylian-Mbappe-a-l-issue-du-match-1191567.jpg", + "pubDate": "Thu, 23 Dec 2021 12:56:09 GMT", + "enclosure": "https://images.bfmtv.com/PpxTcy5d7RbsEyo5-EoD42pqCrQ=/0x0:2048x1152/800x0/images/Boubacar-Kamara-avec-l-OM-1178528.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33743,17 +34997,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82a80eb14a7bdc3038be2d424268d855" + "hash": "454987f0150c8f53701a0ae60d4eb13c" }, { - "title": "PSG: Pochettino justifie le remplacement de Sergio Ramos à la mi-temps", - "description": "Sergio Ramos (35 ans) a disputé son deuxième match avec le PSG, dimanche lors de la victoire contre Feignies-Aulnoye (0-3) en Coupe de France. Mais le défenseur espagnol a été remplacé dès la mi-temps.

", - "content": "Sergio Ramos (35 ans) a disputé son deuxième match avec le PSG, dimanche lors de la victoire contre Feignies-Aulnoye (0-3) en Coupe de France. Mais le défenseur espagnol a été remplacé dès la mi-temps.

", + "title": "PRONOS PARIS RMC Le pari du jour du 23 décembre - Coupe du Portugal", + "description": "Notre pronostic: Porto bat Benfica (2.05)

", + "content": "Notre pronostic: Porto bat Benfica (2.05)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-pochettino-justifie-le-remplacement-de-sergio-ramos-a-la-mi-temps_AV-202112200014.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-23-decembre-coupe-du-portugal_AN-202112220297.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 05:05:56 GMT", - "enclosure": "https://images.bfmtv.com/8lkaVBKw3fmlQ5IKGUw-KmOCWLE=/0x153:2048x1305/800x0/images/Sergio-Ramos-1191563.jpg", + "pubDate": "Wed, 22 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/QvruohFJSOpA0Y0jUJOSizVSxMw=/0x104:1984x1220/800x0/images/Luis-Diaz-Porto-1193186.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33764,17 +35018,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b96f1fde8d4eb6aa1de881d0acec549e" + "hash": "6d6da1aa03c51b4637df8ae398b52624" }, { - "title": "Coupe de France: le PSG laisse sa part de la recette du match contre Feignies-Aulnoye", - "description": "Tradition ancrée des week-ends de Coupe de France, la recette laissée par le gros au petit. Le PSG, facile vainqueur de son 32e de finale contre l'Entente Feignies-Aulnoye ce dimanche (3-0), a laissé sa part de la recette du match, qui avait lieu au Stade du Hainaut à Valenciennes.

", - "content": "Tradition ancrée des week-ends de Coupe de France, la recette laissée par le gros au petit. Le PSG, facile vainqueur de son 32e de finale contre l'Entente Feignies-Aulnoye ce dimanche (3-0), a laissé sa part de la recette du match, qui avait lieu au Stade du Hainaut à Valenciennes.

", + "title": "PRONOS PARIS RMC Le pari Basket de Stephen Brun du 23 décembre - NBA", + "description": "Mon pronostic : Les Spurs s’imposent contre les Lakers (1.94)

", + "content": "Mon pronostic : Les Spurs s’imposent contre les Lakers (1.94)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-psg-laisse-la-recette-du-match-contre-feignies-aulnoye_AV-202112190278.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-23-decembre-nba_AN-202112230243.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 23:42:29 GMT", - "enclosure": "https://images.bfmtv.com/NRQh_7t5HuslZ457H_4hG6iQlt0=/0x106:2048x1258/800x0/images/Les-supporters-de-Feignies-Aulnoye-lors-du-match-de-Coupe-de-France-contre-Paris-1191533.jpg", + "pubDate": "Thu, 23 Dec 2021 12:53:47 GMT", + "enclosure": "https://images.bfmtv.com/bPgz2vta9nQVOkab_dCLhmozCmw=/0x0:1984x1116/800x0/images/San-Antonio-Spurs-1193923.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33785,17 +35039,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a13aff267d5aaa41c8b237646d6ace0d" + "hash": "6cbf7e81b18a0ec8524d64f684b2f1fc" }, { - "title": "Coupe de France: \"Le PSG a respecté notre club\", salue le co-entraîneur de Feignies-Aulnoye", - "description": "Co-entraîneur de Feignies-Aulnoye, Jean Antunès, n'est \"pas déçu\" par l'élimination de son équipe en 32es de finale de la Coupe de France, après sa défaite 3-0 contre le PSG ce dimanche.

", - "content": "Co-entraîneur de Feignies-Aulnoye, Jean Antunès, n'est \"pas déçu\" par l'élimination de son équipe en 32es de finale de la Coupe de France, après sa défaite 3-0 contre le PSG ce dimanche.

", + "title": "Premier League: Liverpool privé de Boxing Day, deux matchs reportés à cause du Covid", + "description": "La Premier League a annoncé ce jeudi le report de deux matchs du Boxing Day, prévus ce dimanche. En raison de plusieurs cas de coronavirus au sein des effectifs de Leeds et Watford, les rencontres respectives contre Liverpool et Wolverhampton ont été décalées à des dates encore inconnues.

", + "content": "La Premier League a annoncé ce jeudi le report de deux matchs du Boxing Day, prévus ce dimanche. En raison de plusieurs cas de coronavirus au sein des effectifs de Leeds et Watford, les rencontres respectives contre Liverpool et Wolverhampton ont été décalées à des dates encore inconnues.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-psg-a-respecte-notre-club-salue-le-co-entraineur-de-feignies-aulnoye_AV-202112190273.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-liverpool-prive-de-boxing-day-deux-matchs-reportes-a-cause-du-covid_AV-202112230236.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 23:12:46 GMT", - "enclosure": "https://images.bfmtv.com/CguGRBfl7aoQH3XsvQDBBwJF5pA=/0x212:2048x1364/800x0/images/Entente-Feignies-1191528.jpg", + "pubDate": "Thu, 23 Dec 2021 12:30:44 GMT", + "enclosure": "https://images.bfmtv.com/zXa2lgk2acqXdiOYQt-e3yHOED8=/24x0:2024x1125/800x0/images/Liverpool-1193912.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33806,17 +35060,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d29dd75fcb4f17ddca738367b803b2e" + "hash": "709af3b381b9073a1c9add08ebce8d4e" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 20 décembre – Parva Liga – Bulgarie", - "description": "Notre pronostic : pas de vainqueur entre le CSKA Sofia et le Ludogorets (3.10)

", - "content": "Notre pronostic : pas de vainqueur entre le CSKA Sofia et le Ludogorets (3.10)

", + "title": "League Cup: Klopp et Conte plaident pour des demi-finales en un seul match", + "description": "Qualifiés pour les demi-finales de League Cup respectivement avec Liverpool et Tottenham, Jürgen Klopp et Antonio Conte militent pour que les demi-finales se déroulent sur un match unique, et non au format aller-retour comme cela est prévu. Le changement, demandé en raison du calendrier compliqué en raison du contexte sanitaire, avait été effectué la saison dernière.

", + "content": "Qualifiés pour les demi-finales de League Cup respectivement avec Liverpool et Tottenham, Jürgen Klopp et Antonio Conte militent pour que les demi-finales se déroulent sur un match unique, et non au format aller-retour comme cela est prévu. Le changement, demandé en raison du calendrier compliqué en raison du contexte sanitaire, avait été effectué la saison dernière.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-20-decembre-parva-liga-bulgarie_AN-202112190196.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/league-cup-klopp-et-conte-plaident-pour-des-demi-finales-en-un-seul-match_AV-202112230235.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/IlcRGL31eTijsyfmg8pQx2dRJqU=/0x104:2000x1229/800x0/images/Ludogorets-1191395.jpg", + "pubDate": "Thu, 23 Dec 2021 12:27:48 GMT", + "enclosure": "https://images.bfmtv.com/Ekxks3YI7SkS_iOzBKujRALc1hA=/0x61:2032x1204/800x0/images/Juergen-Klopp-1176069.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33827,17 +35081,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b6b4323d54f8dd1b88b0d6b85291532" + "hash": "69c9529b99b387943bb14a258dd76845" }, { - "title": "PRONOS PARIS RMC Le pari de folie du 20 décembre – Liga – Espagne", - "description": "Notre pronostic : Valence gagne sur la pelouse de Levante et les deux équipes marquent (4.60)

", - "content": "Notre pronostic : Valence gagne sur la pelouse de Levante et les deux équipes marquent (4.60)

", + "title": "Le sport face au coronavirus en direct: Liverpool-Leeds reporté", + "description": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "content": "La rencontre entre Liverpool et Leeds prévue dimanche est reportée en raison de cas de Covid-19 détectés du côté de Leeds. Le Boxing Day est de plus en plus menacé. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-20-decembre-liga-espagne_AN-202112190194.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/wsfmcoMbqyh4X3NRUGH0Ywkddvs=/0x63:1984x1179/800x0/images/Valence-1191394.jpg", + "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", + "enclosure": "https://images.bfmtv.com/zScy_XXjY1n0wkVtmxAdTwfpKSk=/0x82:768x514/800x0/images/La-joie-de-l-attaquant-egyptien-de-Liverpool-Mohamed-Salah-apres-avoir-marque-le-2e-but-a-domicile-face-a-Everton-lors-de-la-14e-journee-de-Premier-League-le-1er-decembre-2021-au-Goodison-Park-1179616.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33848,17 +35102,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c7678314a2177a51eedb593d1ba4c82" + "hash": "bdb8451a701cf3e9a5b569cc8933459b" }, { - "title": "Golf: Tiger Woods \"heureux et reconnaissant\" de rejouer après son grave accident", - "description": "Dix mois après son grave accident de voiture, Tiger Woods a fait son grand retour sur les greens ce samedi. L'ancien numéro 1 mondial a passé \"un bon moment\" aux côtés de son fils, lors tournoi PNC Championship, en Floride.

", - "content": "Dix mois après son grave accident de voiture, Tiger Woods a fait son grand retour sur les greens ce samedi. L'ancien numéro 1 mondial a passé \"un bon moment\" aux côtés de son fils, lors tournoi PNC Championship, en Floride.

", + "title": "LOSC: l'émouvante histoire derrière la célébration de la rose de Jonathan David", + "description": "Jonathan David a signé le but de la victoire pour le LOSC face à Bordeaux (3-2) ce mercredi, lors d'une affiche de la 19e journée de Ligue 1. Au moment de célébrer, l'attaquant canadien a eu un geste en embrassant une rose, comme le prénom de sa mère, décédée d'un cancer en décembre 2019.

", + "content": "Jonathan David a signé le but de la victoire pour le LOSC face à Bordeaux (3-2) ce mercredi, lors d'une affiche de la 19e journée de Ligue 1. Au moment de célébrer, l'attaquant canadien a eu un geste en embrassant une rose, comme le prénom de sa mère, décédée d'un cancer en décembre 2019.

", "category": "", - "link": "https://rmcsport.bfmtv.com/golf/golf-tiger-woods-heureux-et-reconnaissant-de-rejouer-apres-son-grave-accident_AD-202112190272.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/losc-l-emouvante-histoire-derriere-la-celebration-de-la-rose-de-jonathan-david_AV-202112230209.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 22:47:23 GMT", - "enclosure": "https://images.bfmtv.com/CjE0ZYxEMsrHpsRbFM3U-n4FLWs=/0x72:2048x1224/800x0/images/Tiger-Woods-et-son-fils-1191515.jpg", + "pubDate": "Thu, 23 Dec 2021 11:25:11 GMT", + "enclosure": "https://images.bfmtv.com/ovoLOlaGD6fwlGbE6ur8qQ3o3eo=/0x106:2048x1258/800x0/images/Jonathan-David-1193688.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33869,17 +35123,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "239873baf4d5f81ba2dba1ed665d51bc" + "hash": "96a90c3b5bd1b8e5ef7bae114782da29" }, { - "title": "Coupe de France: quand l'arbitre de Poitiers-Lens chambre… le public qui l'insulte", - "description": "Une drôle d’image a marqué la fin de match entre le Stade Poitevin et le RC Lens ce dimanche en 32es de finale de la Coupe de France. Jérôme Miguelgorry, arbitre du match, a chambré le public de Poitiers au moment de celui-ci l’insultait.

", - "content": "Une drôle d’image a marqué la fin de match entre le Stade Poitevin et le RC Lens ce dimanche en 32es de finale de la Coupe de France. Jérôme Miguelgorry, arbitre du match, a chambré le public de Poitiers au moment de celui-ci l’insultait.

", + "title": "OL: \"Ce n’est pas bon\", le bilan sans concession de Peter Bosz à mi-saison", + "description": "Alors que l’ambition de l’Olympique Lyonnais est d’occuper les premières places du classement en championnat, les Gones sont loin du compte. Treizième au classement, l’entraîneur Peter Bosz a fait le bilan d’une première partie de saison compliquée.

", + "content": "Alors que l’ambition de l’Olympique Lyonnais est d’occuper les premières places du classement en championnat, les Gones sont loin du compte. Treizième au classement, l’entraîneur Peter Bosz a fait le bilan d’une première partie de saison compliquée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-quand-l-arbitre-de-poitiers-lens-chambre-le-public-qui-l-insulte_AV-202112190271.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-lyon/ol-ce-n-est-pas-bon-le-bilan-sans-concession-de-peter-bosz-a-mi-saison_AV-202112230204.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 22:35:53 GMT", - "enclosure": "https://images.bfmtv.com/QBVKNtHMmtjPJFXkLt4uZrqwPs8=/2x36:1682x981/800x0/images/1191498.jpg", + "pubDate": "Thu, 23 Dec 2021 11:13:30 GMT", + "enclosure": "https://images.bfmtv.com/KEUHFabZRp1ERLuiXwEaJFPaq6Q=/6x27:1574x909/800x0/images/Peter-Bosz-1157247.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33890,17 +35144,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a06db909eb69b7952f2859596103ac88" + "hash": "ee7c8e4d7a906bc3844ef3cf32974c6f" }, { - "title": "Liga: le Real accroché par Cadix pour la 400e de Benzema", - "description": "Le Real Madrid s'est fait accroché par Cadix ce dimanche, avec un triste match nul 0-0 pour la 18e journée de Liga. Les hommes de Carlo Ancelotti n'auront su trouver la faille face à la défense compacte des Andalous, pour la 400e de Karim Benzema sous les couleurs madrilènes.

", - "content": "Le Real Madrid s'est fait accroché par Cadix ce dimanche, avec un triste match nul 0-0 pour la 18e journée de Liga. Les hommes de Carlo Ancelotti n'auront su trouver la faille face à la défense compacte des Andalous, pour la 400e de Karim Benzema sous les couleurs madrilènes.

", + "title": "JO 2022 de Pékin: \"Il y aura certainement des infections\", redoutent les organisateurs", + "description": "Malgré les mesures très strictes imposées par la Chine lors des JO de Pékin (4-20 février), les organisateurs prévoient l’apparition de nouveaux cas de Covid-19. Selon eux, l’événement présente un risque de contaminations très élevé et l’organisation se prépare à y faire face.

", + "content": "Malgré les mesures très strictes imposées par la Chine lors des JO de Pékin (4-20 février), les organisateurs prévoient l’apparition de nouveaux cas de Covid-19. Selon eux, l’événement présente un risque de contaminations très élevé et l’organisation se prépare à y faire face.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-real-accroche-par-cadix-pour-la-400e-de-benzema_AV-202112190268.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-de-pekin-il-y-aura-certainement-des-infections-redoutent-les-organisateurs_AV-202112230201.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 22:21:02 GMT", - "enclosure": "https://images.bfmtv.com/2YODm26WNNHkjJx0szFUz5KNpwk=/0x59:2048x1211/800x0/images/Real-Madrid-Cadix-1191508.jpg", + "pubDate": "Thu, 23 Dec 2021 11:08:33 GMT", + "enclosure": "https://images.bfmtv.com/Wh_NMAeZk_hUkqiXivwaleyN41I=/0x39:768x471/800x0/images/Le-logo-des-JO-d-hiver-2022-au-parc-Shougang-de-Pekin-le-1er-decembre-2021-1183004.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33911,17 +35165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb09aa574c6631089e217f98648af1a2" + "hash": "f5c95598b78d2b27a2c12415bd21e253" }, { - "title": "AC Milan-Naples: énorme polémique pour un hors-jeu lunaire sifflé sur Giroud... couché au sol", - "description": "Naples s'est imposé 1-0 sur la pelouse de l'AC Milan ce dimanche, dans le choc de la 18e journée de Serie A. Franck Kessié pensait avoir égalisé en toute fin de match mais a vu son but être refusé pour un hors-jeu totalement improbable d'Olivier Giroud.

", - "content": "Naples s'est imposé 1-0 sur la pelouse de l'AC Milan ce dimanche, dans le choc de la 18e journée de Serie A. Franck Kessié pensait avoir égalisé en toute fin de match mais a vu son but être refusé pour un hors-jeu totalement improbable d'Olivier Giroud.

", + "title": "Comment les clubs de Ligue 1 vont gérer la trêve avec la crise du Covid", + "description": "Avec la trêve hivernale et les fêtes de fin d’année, les clubs de Ligue 1 craignent une augmentation des cas de Covid-19 et l’apparition de clusters. Mais ils ne mettent pas en place des mesures drastiques et appellent plutôt leurs joueurs à la prudence.

", + "content": "Avec la trêve hivernale et les fêtes de fin d’année, les clubs de Ligue 1 craignent une augmentation des cas de Covid-19 et l’apparition de clusters. Mais ils ne mettent pas en place des mesures drastiques et appellent plutôt leurs joueurs à la prudence.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/ac-milan-naples-enorme-polemique-pour-un-hors-jeu-lunaire-siffle-sur-giroud-couche-au-sol_AV-202112190266.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/comment-les-clubs-de-ligue-1-vont-gerer-la-treve-avec-la-crise-du-covid_AV-202112230197.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 22:16:19 GMT", - "enclosure": "https://images.bfmtv.com/gbfQ83oG4K43-AC74HyGe8UDrmE=/0x106:2048x1258/800x0/images/Olivier-Giroud-depite-lors-de-la-defaite-de-Milan-contre-Naples-1191513.jpg", + "pubDate": "Thu, 23 Dec 2021 11:02:27 GMT", + "enclosure": "https://images.bfmtv.com/O66VU7GcN8OmR30rv5L8tTjIQJs=/0x0:2048x1152/800x0/images/Lionel-Messi-face-a-Lorient-1193853.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33932,17 +35186,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6088699064904f22a4ca06ff261622c7" + "hash": "b58a63657b331de096d36a343b041f0c" }, { - "title": "Toutes les affiches des 16es de finale de la Coupe de France, avec un choc Lens-Lille", - "description": "Le tirage au sort des 16es de finale de la Coupe de France a eu lieu ce dimanche, avant le coup d'envoi du match entre l'Entente Feignies-Aulnoye et le PSG. Parmi les plus belles affiches, un derby du nord entre Lens et Lille.

", - "content": "Le tirage au sort des 16es de finale de la Coupe de France a eu lieu ce dimanche, avant le coup d'envoi du match entre l'Entente Feignies-Aulnoye et le PSG. Parmi les plus belles affiches, un derby du nord entre Lens et Lille.

", + "title": "Mercato: en attendant Ferran Torres, le Barça lance l'opération dégraissage", + "description": "Selon la presse catalane, le FC Barcelone va devoir dégraisser lors du mercato hivernal pour boucler le transfert de Ferran Torres et l'incorporation au sein de l'équipe première de Gavi et Nico Gonzalez.

", + "content": "Selon la presse catalane, le FC Barcelone va devoir dégraisser lors du mercato hivernal pour boucler le transfert de Ferran Torres et l'incorporation au sein de l'équipe première de Gavi et Nico Gonzalez.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/toutes-les-affiches-des-16es-de-finale-de-la-coupe-de-france-avec-un-choc-lens-lille_AV-202112190246.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-attendant-ferran-torres-le-barca-lance-l-operation-degraissage_AV-202112230189.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 20:12:10 GMT", - "enclosure": "https://images.bfmtv.com/2K1jS73tyDUCRpWepiW6VIB1qKM=/14x222:2046x1365/800x0/images/Le-tirage-au-sort-des-32eme-de-finale-de-la-Coupe-de-France-1177547.jpg", + "pubDate": "Thu, 23 Dec 2021 10:44:59 GMT", + "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33953,17 +35207,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe8d3f096f793583b7241b91857344fa" + "hash": "ef4eb6cbfee241eabbfe88846839d9de" }, { - "title": "Coupe de France: porté par Mbappé, le PSG se qualifie facilement aux dépens de Feignies-Aulnoye", - "description": "Avec ses jeunes et un Kylian Mbappé toujours aussi tranchant, auteur d'un doublé, le Paris Saint-Germain s'est qualifié pour les 16es de finale de la Coupe de France en dominant (3-0) Feignies-Aulnoye.

", - "content": "Avec ses jeunes et un Kylian Mbappé toujours aussi tranchant, auteur d'un doublé, le Paris Saint-Germain s'est qualifié pour les 16es de finale de la Coupe de France en dominant (3-0) Feignies-Aulnoye.

", + "title": "Ligue 1: les tops et flops à mi-saison", + "description": "La Ligue 1 a refermé le chapitre de la première partie de saison, mercredi, avec un leader, le PSG, très dominateur et une cour de poursuivants qui se battent pour les accessits. Très loin derrière, Saint-Etienne vit un calvaire.

", + "content": "La Ligue 1 a refermé le chapitre de la première partie de saison, mercredi, avec un leader, le PSG, très dominateur et une cour de poursuivants qui se battent pour les accessits. Très loin derrière, Saint-Etienne vit un calvaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-porte-par-mbappe-le-psg-se-qualifie-facilement-aux-depens-de-feignies-aulnoye_AV-202112190265.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-tops-et-flops-a-mi-saison_AV-202112230186.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 22:11:58 GMT", - "enclosure": "https://images.bfmtv.com/Ls2VUaljqFUzGqol8jDIJxypAK0=/0x0:1200x675/800x0/images/Kylian-Mbappe-1191504.jpg", + "pubDate": "Thu, 23 Dec 2021 10:34:56 GMT", + "enclosure": "https://images.bfmtv.com/RJV99m7Rba1qThOjAIdMHNGhLGo=/14x218:2046x1361/800x0/images/Kylian-Mbappe-face-a-Ryad-Boudebouz-1193826.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33974,17 +35228,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9d47b47c39b7ef8302c53d27e25fd3f" + "hash": "e95f2a3cfdfdce5ed5c270f602edf7e7" }, { - "title": "Feignies-Aulnoye - PSG en direct: les Parisiens se qualifient tranquillement pour les 16es", - "description": "Revivez dans les conditions du direct sur notre site la victoire du PSG contre Feignies-Aulnoye (0-3), dans le cadre des 32es de finale de la Coupe de France.

", - "content": "Revivez dans les conditions du direct sur notre site la victoire du PSG contre Feignies-Aulnoye (0-3), dans le cadre des 32es de finale de la Coupe de France.

", + "title": "Real Madrid: les énormes stats que Benzema visera en 2022", + "description": "Auteur d’un doublé face à l’Athletic Bilbao ce mercredi soir, Karim Benzema termine un grand cru 2021 en boulet de canon. Mais 2022 pourrait aussi être son année, où l’attaquant français a plusieurs records ou objectifs dans le viseur.

", + "content": "Auteur d’un doublé face à l’Athletic Bilbao ce mercredi soir, Karim Benzema termine un grand cru 2021 en boulet de canon. Mais 2022 pourrait aussi être son année, où l’attaquant français a plusieurs records ou objectifs dans le viseur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-suivez-en-direct-le-match-entre-l-entente-feignies-aulnoye-et-le-psg_LS-202112190211.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-les-enormes-stats-que-benzema-visera-en-2022_AV-202112230169.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 17:29:15 GMT", - "enclosure": "https://images.bfmtv.com/DXtqLpTWSuiTid06zccENd1T3mw=/0x106:2048x1258/800x0/images/Mbappe-lors-du-match-du-PSG-contre-l-Entente-Feignies-Aulnoye-N3-en-Coupe-de-France-1191484.jpg", + "pubDate": "Thu, 23 Dec 2021 09:54:52 GMT", + "enclosure": "https://images.bfmtv.com/N4DrPXDXqH__763yhHgpp4VTSqY=/0x106:2048x1258/800x0/images/1193796.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -33995,17 +35249,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "504806074e795c052813de4d4e350672" + "hash": "d5e0ec3419fedd3309539f1daf9321ef" }, { - "title": "Coupe de France en direct: le tirage au sort des 16es de finale", - "description": "Le tirage au sort des 16es de finale sera effectué à 20h20 ce dimanche, quelques minutes avant le coup d’envoi du dernier match des 32es, opposant le Paris Saint-Germain à Feignies-Aulnoye (N3).

", - "content": "Le tirage au sort des 16es de finale sera effectué à 20h20 ce dimanche, quelques minutes avant le coup d’envoi du dernier match des 32es, opposant le Paris Saint-Germain à Feignies-Aulnoye (N3).

", + "title": "PSG: les mots forts de Herrera sur le niveau de la Ligue 1", + "description": "Après une nouvelle prestation en demi-teinte du PSG, qui a obtenu le nul (1-1) en déplacement à Lorient ce mercredi pour la 19e journée de Ligue 1, Ander Herrera a défendu le bilan de son équipe lors de la première partie de saison. Pour le milieu espagnol, beaucoup d'observateurs \"n'ont pas le respect suffisant\" pour le niveau du championnat français.

", + "content": "Après une nouvelle prestation en demi-teinte du PSG, qui a obtenu le nul (1-1) en déplacement à Lorient ce mercredi pour la 19e journée de Ligue 1, Ander Herrera a défendu le bilan de son équipe lors de la première partie de saison. Pour le milieu espagnol, beaucoup d'observateurs \"n'ont pas le respect suffisant\" pour le niveau du championnat français.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-le-tirage-au-sort-des-16es-de-finale_LN-202112190191.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-les-mots-forts-de-herrera-sur-le-niveau-de-la-ligue-1_AV-202112230160.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:18:40 GMT", - "enclosure": "https://images.bfmtv.com/27gmhEZHIOcrPdV4ANU9XH4dYfk=/0x0:1200x675/800x0/images/Le-trophee-tant-convoite-de-la-Coupe-de-France-1191388.jpg", + "pubDate": "Thu, 23 Dec 2021 09:38:12 GMT", + "enclosure": "https://images.bfmtv.com/IvksgL_dJ9E4wjNeNTZgHX8HtDw=/0x106:2048x1258/800x0/images/Ander-Herrera-1193783.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34016,17 +35270,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c98a98030269e409ff30ac381b382093" + "hash": "f7ce11cfb64fe4f7d6006221e1294be5" }, { - "title": "Premier League: un Manchester City record enfonce Newcastle et met la pression sur Liverpool", - "description": "Manchester City a facilement dominé Newcastle (4-0) ce dimanche lors de la 18e journée de Premier League. L’équipe coaché par Pep Guardiola s’offre deux records et prend provisoirement quatre points d’avance en tête du classement alors que les Magpies restent dans la zone de relégation.

", - "content": "Manchester City a facilement dominé Newcastle (4-0) ce dimanche lors de la 18e journée de Premier League. L’équipe coaché par Pep Guardiola s’offre deux records et prend provisoirement quatre points d’avance en tête du classement alors que les Magpies restent dans la zone de relégation.

", + "title": "Real Madrid: \"L’antivirus\" Benzema enflamme la presse espagnole après son doublé face à Bilbao", + "description": "Le doublé de Karim Benzema, dont un premier but somptueux, enflamme la presse espagnole, ce jeudi au lendemain de la victoire du Real Madrid face à l’Athletic Bilbao (1-2).

", + "content": "Le doublé de Karim Benzema, dont un premier but somptueux, enflamme la presse espagnole, ce jeudi au lendemain de la victoire du Real Madrid face à l’Athletic Bilbao (1-2).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-un-manchester-city-record-enfonce-newcastle-et-met-la-pression-sur-liverpool_AV-202112190190.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-l-antivirus-benzema-enflamme-la-presse-espagnole-apres-son-double-face-a-bilbao_AV-202112230144.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:17:23 GMT", - "enclosure": "https://images.bfmtv.com/VoFZ5_G0UP9x_DWoNXfxszd2V2A=/0x49:2048x1201/800x0/images/Riyad-Mahrez-buteur-lors-de-Newcastle-Manchester-City-1191385.jpg", + "pubDate": "Thu, 23 Dec 2021 09:18:50 GMT", + "enclosure": "https://images.bfmtv.com/0iSSraN6n3UY3FvA4MZCkVnII0Q=/0x12:528x309/800x0/images/La-une-de-Marca-1193779.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34037,17 +35291,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "850bf1644508e5e2e92d6e79cbdc5125" + "hash": "8d9363293f793b9af9a036a6dda82628" }, { - "title": "Les pronos hippiques du lundi 20 décembre 2021", - "description": "Le Quinté+ du lundi 20 décembre est programmé sur l’hippodrome de Deauville dans la discipline du galop. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du lundi 20 décembre est programmé sur l’hippodrome de Deauville dans la discipline du galop. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "F1: Mick Schumacher sera pilote de réserve de Ferrari en 2022", + "description": "Déjà dans le paddock en 2021 au volant d'une monoplace Haas, Mick Schumacher gardera son baquet en 2022 mais aura une double casquette. Pour sa deuxième saison en Formule 1, le fils de Michael sera également pilote de réserve au sein de l'écurie Ferrari, en alternance avec Antonio Giovinazzi.

", + "content": "Déjà dans le paddock en 2021 au volant d'une monoplace Haas, Mick Schumacher gardera son baquet en 2022 mais aura une double casquette. Pour sa deuxième saison en Formule 1, le fils de Michael sera également pilote de réserve au sein de l'écurie Ferrari, en alternance avec Antonio Giovinazzi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-20-decembre-2021_AN-202112190188.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-mick-schumacher-sera-pilote-de-reserve-de-ferrari-en-2022_AV-202112230134.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 15:54:34 GMT", - "enclosure": "https://images.bfmtv.com/L2dO7qpTx2ds3kM71JbXgGi_tK4=/0x133:2000x1258/800x0/images/Les-pronos-hippiques-du-lundi-20-decembre-2021-1191375.jpg", + "pubDate": "Thu, 23 Dec 2021 08:52:23 GMT", + "enclosure": "https://images.bfmtv.com/2SsgWvpBp7Fi8Ind1y0GBVHx2Wk=/0x106:2048x1258/800x0/images/Mick-Schumacher-1193772.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34058,17 +35312,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0def5ffedf3486a7c8d3e82f073ed828" + "hash": "047918568ec86b106b66c2fd9422c4c7" }, { - "title": "Coupe de France: le très bel hommage de Sampaoli, séduit par les amateurs de Cannet-Rocheville", - "description": "L'entraîneur argentin de l'OM, Jorge Sampaoli, a félicité les joueurs de Cannet-Rocheville, venus jouer crânement leur chancer au Vélodrome, ce dimanche en Coupe de France.

", - "content": "L'entraîneur argentin de l'OM, Jorge Sampaoli, a félicité les joueurs de Cannet-Rocheville, venus jouer crânement leur chancer au Vélodrome, ce dimanche en Coupe de France.

", + "title": "League Cup: des affrontements entre supporters de Tottenham et West Ham", + "description": "Vainqueur de West Ham mercredi (2-1), se qualifiant pour les demi-finales de la League Cup anglaise, Tottenham a été confronté à des scènes de violence avant la rencontre. Des bagarres ont éclaté à proximité du stade, obligeant l'intervention des forces de l'ordre, qui escortaient déjà les fans des Hammers.

", + "content": "Vainqueur de West Ham mercredi (2-1), se qualifiant pour les demi-finales de la League Cup anglaise, Tottenham a été confronté à des scènes de violence avant la rencontre. Des bagarres ont éclaté à proximité du stade, obligeant l'intervention des forces de l'ordre, qui escortaient déjà les fans des Hammers.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-tres-bel-hommage-de-sampaoli-seduit-par-les-amateurs-de-cannet-rocheville_AV-202112190187.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/league-cup-des-affrontements-entre-supporters-de-tottenham-et-west-ham_AV-202112230130.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 15:52:52 GMT", - "enclosure": "https://images.bfmtv.com/YROjKQ4t-S4mvDYX_B9JRX3SCps=/0x0:1200x675/800x0/images/Jorge-Sampaoli-1191373.jpg", + "pubDate": "Thu, 23 Dec 2021 08:41:14 GMT", + "enclosure": "https://images.bfmtv.com/G0SKaS2lJWvpXjzEGXcVqF5Ai18=/0x28:2048x1180/800x0/images/West-Ham-1193763.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34079,17 +35333,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4eae70e07a219158817b9995027e8e40" + "hash": "b3ddfa597ee39bfaa164fc4477474ec6" }, { - "title": "Coupe de France: la surprise Bergerac qui élimine Metz", - "description": "Bergerac a élimine Metz, pensionnaire de Ligue 1, ce dimanche lors des 32es de finale de Coupe de France. Le club de National 2 a bien résisté à l’équipe mosellane pour l’emporter après une séance de tirs au but parfaite (0-0, 5 tab à 4).

", - "content": "Bergerac a élimine Metz, pensionnaire de Ligue 1, ce dimanche lors des 32es de finale de Coupe de France. Le club de National 2 a bien résisté à l’équipe mosellane pour l’emporter après une séance de tirs au but parfaite (0-0, 5 tab à 4).

", + "title": "PSG: expulsé à Lorient, Ramos est plus que jamais recordman des cartons rouges", + "description": "Pour son troisième match avec le PSG, Sergio Ramos a reçu son premier carton rouge avec son nouveau club mercredi à Lorient. Il s’agit de son vingtième en championnat en carrière, ce qui consolide son record peu glorieux.

", + "content": "Pour son troisième match avec le PSG, Sergio Ramos a reçu son premier carton rouge avec son nouveau club mercredi à Lorient. Il s’agit de son vingtième en championnat en carrière, ce qui consolide son record peu glorieux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-surprise-bergerac-qui-elimine-metz_AV-202112190183.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-expulse-a-lorient-ramos-est-plus-que-jamais-recordman-des-cartons-rouges_AV-202112230129.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 15:14:29 GMT", - "enclosure": "https://images.bfmtv.com/rMdu9uqZtoo5OsmX1q3ZGzt06Fw=/0x0:2048x1152/800x0/images/Le-Bergeracois-Hicham-M-laab-contre-Metz-en-Coupe-de-France-1191359.jpg", + "pubDate": "Thu, 23 Dec 2021 08:38:19 GMT", + "enclosure": "https://images.bfmtv.com/dZ1S85ZnvmBS2tYdGXCKwvXy4gY=/0x106:2048x1258/800x0/images/1193753.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34100,17 +35354,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31a113b7394498ca9c825131fe9cb713" + "hash": "ec474971acd47443ccd3e410512b6599" }, { - "title": "Ski (Alta Badia): décevant sur la piste, Pinturault souffre psychologiquement", - "description": "Seulement 15e du slalom géant d’Alta Badia, Alexis Pinturault a tenté d’expliquer à notre micro son début de saison délicat. Le skieur de Courchevel a notamment évoqué “un manque de fraîcheur psychologique et mentale”.

", - "content": "Seulement 15e du slalom géant d’Alta Badia, Alexis Pinturault a tenté d’expliquer à notre micro son début de saison délicat. Le skieur de Courchevel a notamment évoqué “un manque de fraîcheur psychologique et mentale”.

", + "title": "Mercato en direct: en attendant Ferran Torres, le Barça veut dégraisser", + "description": "A quelques jours de l'ouverture du mercato hivernal, le 1er janvier 2022, retrouvez les dernières informations et rumeurs du mercato avec le live commenté de RMC Sport. L'actualité s'annonce riche d'ici là alors que le passage à la nouvelle année permettra à de nombreux joueurs de s'engager où ils le souhaitent pour la saison prochaine, à l'image de Kylian Mbappé.

", + "content": "A quelques jours de l'ouverture du mercato hivernal, le 1er janvier 2022, retrouvez les dernières informations et rumeurs du mercato avec le live commenté de RMC Sport. L'actualité s'annonce riche d'ici là alors que le passage à la nouvelle année permettra à de nombreux joueurs de s'engager où ils le souhaitent pour la saison prochaine, à l'image de Kylian Mbappé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alta-badia-decevant-sur-la-piste-pinturault-souffre-psychologiquement_AV-202112190178.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-23-decembre_LN-202112230124.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 14:58:32 GMT", - "enclosure": "https://images.bfmtv.com/46xsxMibncle0wmpzHtbjCX6jGQ=/0x0:1200x675/800x0/images/Alexis-Pinturault-1191356.jpg", + "pubDate": "Thu, 23 Dec 2021 08:35:21 GMT", + "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34121,17 +35375,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ca37838eae889c8e89471014a7e6347" + "hash": "a8c7884852183b82e0c3c9efabc4d12c" }, { - "title": "Incidents Paris FC-OL: le club parisien dénonce le \"laxisme\" de l'OL", - "description": "Dans un communiqué publié ce dimanche, le Paris FC réclame des \"mesures radicales\" après les incidents qui ont éclatés ce vendredi face à l'OL en Coupe de France. Le club parisien charge également les Lyonnais, accusés de \"diluer les responsabilités\".

", - "content": "Dans un communiqué publié ce dimanche, le Paris FC réclame des \"mesures radicales\" après les incidents qui ont éclatés ce vendredi face à l'OL en Coupe de France. Le club parisien charge également les Lyonnais, accusés de \"diluer les responsabilités\".

", + "title": "OM-Reims: quand Kamara s’attend à prendre un rouge, avant d’être averti", + "description": "Boubacar Kamara a semblé prendre la direction du vestiaire après une grossière faute en position de dernier défenseur, mercredi lors d’OM-Reims. Mais le défenseur a seulement été averti, visiblement à sa grande surprise.

", + "content": "Boubacar Kamara a semblé prendre la direction du vestiaire après une grossière faute en position de dernier défenseur, mercredi lors d’OM-Reims. Mais le défenseur a seulement été averti, visiblement à sa grande surprise.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-le-club-parisien-denonce-le-laxisme-de-l-ol_AV-202112190177.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-reims-quand-kamara-s-attend-a-prendre-un-rouge-avant-d-etre-averti_AV-202112230122.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 14:49:22 GMT", - "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.jpg", + "pubDate": "Thu, 23 Dec 2021 08:32:05 GMT", + "enclosure": "https://images.bfmtv.com/iZjbGyHyr-5bNy5aJ0Yy5EtOrMc=/0x212:2048x1364/800x0/images/La-faute-de-Boubacar-Kamara-sur-Huko-Etikite-qui-ne-lui-a-valu-qu-un-jaune-1193740.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34142,17 +35396,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbf0b69d79f2fb9ab12c086dceb3ad14" + "hash": "ef7a2ec9e32d6c78fd23cf7f98a53e2c" }, { - "title": "Paris FC-OL en direct: Le PFC tacle l'OL dans un communiqué", - "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", - "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "title": "Ligue 1 en direct: le message de Sergio Ramos après son carton rouge", + "description": "Avec les nuls du PSG à Lorient, de l'OM face à Reims, c'est Nice vainqueur de Lens qui a réalisé la meilleure opération de la 19eme journée de Ligue 1. Une soirée marquée aussi par le coup de gueule de l'entraîneur de Metz, Frédéric Antonetti après le match nul à Lyon.

", + "content": "Avec les nuls du PSG à Lorient, de l'OM face à Reims, c'est Nice vainqueur de Lens qui a réalisé la meilleure opération de la 19eme journée de Ligue 1. Une soirée marquée aussi par le coup de gueule de l'entraîneur de Metz, Frédéric Antonetti après le match nul à Lyon.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-multiplex-de-la-19e-journee_LS-202112220278.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", - "enclosure": "https://images.bfmtv.com/_0NgSKujzdosEWUkaTEmG2KCcIU=/0x26:2048x1178/800x0/images/Des-incidents-dans-les-tribunes-du-stade-Charlety-entre-supporters-du-Paris-FC-et-de-l-OL-1190647.jpg", + "pubDate": "Wed, 22 Dec 2021 14:52:12 GMT", + "enclosure": "https://images.bfmtv.com/4EhJ8w4_tSoYmnecAWE35IE1els=/0x40:768x472/800x0/images/Le-defenseur-du-Paris-SG-Sergio-Ramos-a-la-lutte-avec-le-defenseur-de-Lorient-Houboulang-Mendes-le-22-decembre-en-Ligue-1-a-Lorient-1193576.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34163,17 +35417,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ccedbfd0fffe75a8abe57d347521ea1" + "hash": "26bc3b3bf51e1aff306ca06139d14645" }, { - "title": "Coupe de France: petite frayeur pour l’OM, première réussie pour Dupraz avec les Verts", - "description": "L’OM a été mené mais a gagné contre l’ES Cannet-Rocheville, club de National 3, (4-1) lors de son 32e de finale de Coupe de France ce dimanche. Beau début de journée pour les clubs de Ligue 1 avec les qualifications également de Monaco, Saint-Etienne et Lens.

", - "content": "L’OM a été mené mais a gagné contre l’ES Cannet-Rocheville, club de National 3, (4-1) lors de son 32e de finale de Coupe de France ce dimanche. Beau début de journée pour les clubs de Ligue 1 avec les qualifications également de Monaco, Saint-Etienne et Lens.

", + "title": "OM-Reims: Payet ressort sa célébration \"père Noël\"", + "description": "Après avoir égalisé sur penalty dans le temps additionnel face à Reims ce mercredi (1-1), le meneur de jeu de l'OM Dimitri Payet a célébré son but en enfilant un bonnet de Noël, comme il l’avait fait il y a deux ans.

", + "content": "Après avoir égalisé sur penalty dans le temps additionnel face à Reims ce mercredi (1-1), le meneur de jeu de l'OM Dimitri Payet a célébré son but en enfilant un bonnet de Noël, comme il l’avait fait il y a deux ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-petite-frayeur-pour-l-om-premiere-reussie-pour-dupraz-avec-les-verts_AV-202112190173.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-reims-payet-ressort-sa-celebration-pere-noel_AV-202112230103.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 14:41:23 GMT", - "enclosure": "https://images.bfmtv.com/69EnSQFaU1If2xiI2u6yZJ_Iznw=/0x77:2048x1229/800x0/images/Arek-Milik-qualifie-l-OM-avec-son-triple-contre-l-ES-Cannet-Rocheville-1191347.jpg", + "pubDate": "Thu, 23 Dec 2021 07:49:57 GMT", + "enclosure": "https://images.bfmtv.com/8tw2O6171uOBZsgzRTnFCWzijD4=/7x111:2039x1254/800x0/images/1193722.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34184,17 +35438,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9bb6022cf322c6e6611da7c12c83ad4" + "hash": "4b6e43b9b5f9c0569fcd4fbb0c6063c9" }, { - "title": "Tottenham-Liverpool en direct : les Spurs reviennent avec Kane et Son, Firmino de retour sur le banc", - "description": "Après deux semaines sans matchs à cause de cas de Covid, Tottenham retrouve les terrains cet après-midi pour un choc qui s'annonce compliqué face à Liverpool, en grande forme.

", - "content": "Après deux semaines sans matchs à cause de cas de Covid, Tottenham retrouve les terrains cet après-midi pour un choc qui s'annonce compliqué face à Liverpool, en grande forme.

", + "title": "Lille: la réponse de Gourvennec sur un possible départ de Jonathan David", + "description": "Jocelyn Gourvennec, entraîneur de Lille, a répondu à l'agent de Jonathan David, pour qui l'attaquant joue sa \"dernière saison\" avec le Losc.

", + "content": "Jocelyn Gourvennec, entraîneur de Lille, a répondu à l'agent de Jonathan David, pour qui l'attaquant joue sa \"dernière saison\" avec le Losc.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-liverpool-en-direct-les-spurs-retrouvent-les-terrains-face-aux-reds_LS-202112190169.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/losc-la-reponse-de-gourvennec-sur-un-possible-depart-de-jonathan-david_AV-202112230085.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 14:24:45 GMT", - "enclosure": "https://images.bfmtv.com/qenUxVpCdA8eSTqqIE2RzKAT35E=/0x104:1984x1220/800x0/images/Antonio-Conte-Tottenham-1188508.jpg", + "pubDate": "Thu, 23 Dec 2021 07:20:03 GMT", + "enclosure": "https://images.bfmtv.com/ovoLOlaGD6fwlGbE6ur8qQ3o3eo=/0x106:2048x1258/800x0/images/Jonathan-David-1193688.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34205,17 +35459,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54556bede55e75e3cf3f82883e119b7c" + "hash": "c405277b4f6ff3a386b878bd1efdc894" }, { - "title": "Biathlon (Grand-Bornand): superbe doublé français sur la mass start", - "description": "Impérial, Emilien Jacquelin a remporté ce dimanche la première mass start de la saison, au Grand-Bornand, comptant pour la Coupe du monde de biathlon. Il a devancé Quentin Fillon Maillet pour un beau doublé français.

", - "content": "Impérial, Emilien Jacquelin a remporté ce dimanche la première mass start de la saison, au Grand-Bornand, comptant pour la Coupe du monde de biathlon. Il a devancé Quentin Fillon Maillet pour un beau doublé français.

", + "title": "OM-Reims: Payet se plaint de la communication de l'arbitre", + "description": "Dimitri Payet a dénoncé la manière de parler aux joueurs de l’arbitre, François Letexier, lors du match nul entre l’OM et Reims (1-1), mercredi à l’occasion de la 19e journée de Ligue 1.

", + "content": "Dimitri Payet a dénoncé la manière de parler aux joueurs de l’arbitre, François Letexier, lors du match nul entre l’OM et Reims (1-1), mercredi à l’occasion de la 19e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-grand-bornand-superbe-double-francais-sur-la-mass-start_AV-202112190168.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-reims-payet-se-plaint-de-la-communication-de-l-arbitre_AV-202112230074.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 14:21:34 GMT", - "enclosure": "https://images.bfmtv.com/k-IcDvdioxWGsc8gwNLZAczU0iw=/226x382:1954x1354/800x0/images/Emilien-Jacquelin-1191344.jpg", + "pubDate": "Thu, 23 Dec 2021 06:58:01 GMT", + "enclosure": "https://images.bfmtv.com/CrsapPtgvNZwsWc5svoA4SxMzg4=/0x5:2048x1157/800x0/images/Dimitri-Payet-face-a-Reims-1193686.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34226,17 +35480,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b183aad48c85e96d92fb453d3f29e996" + "hash": "d83bf07c5e963a4f0c0d36e17ed0403c" }, { - "title": "Ski (Alta Badia): Kristoffersen triomphe au slalom géant, grosse déception pour Faivre", - "description": "Le Norvégien Henrik Kristoffersen a remporté le slalom géant d'Alta Badia (Italie) devant le Suisse Marco Odermatt et l'Autrichien Manuel Feller. Immense déception pour le Français Mathieu Faivre qui doit se contenter de la 16eme place après avoir dominé la première manche.

", - "content": "Le Norvégien Henrik Kristoffersen a remporté le slalom géant d'Alta Badia (Italie) devant le Suisse Marco Odermatt et l'Autrichien Manuel Feller. Immense déception pour le Français Mathieu Faivre qui doit se contenter de la 16eme place après avoir dominé la première manche.

", + "title": "Nantes: \"7e de Ligue 1, un truc de dingue\", savoure Kombouaré", + "description": "Victorieux de Saint-Etienne (1-0) ce mercredi lors de la 19e journée de Ligue 1, le FC Nantes a terminé la phase aller du championnat à la 7e place. Pour Antoine Kombouaré, arrivé en cours de route la saison dernière, ce bilan à mi-parcours est assez inespéré au vu de la situation des Canaris il y a encore quelques mois.

", + "content": "Victorieux de Saint-Etienne (1-0) ce mercredi lors de la 19e journée de Ligue 1, le FC Nantes a terminé la phase aller du championnat à la 7e place. Pour Antoine Kombouaré, arrivé en cours de route la saison dernière, ce bilan à mi-parcours est assez inespéré au vu de la situation des Canaris il y a encore quelques mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alta-badia-kristoffersen-triomphe-au-slalom-geant-grosse-deception-pour-faivre_AV-202112190161.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-7e-de-ligue-1-un-truc-de-dingue-savoure-kombouare_AV-202112230065.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 13:57:54 GMT", - "enclosure": "https://images.bfmtv.com/TKU3Hsx1ky6Dwwq3a8RH2nvL2dY=/0x113:2048x1265/800x0/images/Mathieu-Faivre-1191324.jpg", + "pubDate": "Thu, 23 Dec 2021 06:43:43 GMT", + "enclosure": "https://images.bfmtv.com/6Dax_xl11SULMth_9PRuaj4Q4Ws=/0x0:2048x1152/800x0/images/Antoine-Kombouare-1193664.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34247,17 +35501,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "723c4f4db766fe5264ec44e95e486321" + "hash": "c89ccac6f7310a342a39203a3480ad8d" }, { - "title": "Incidents Paris FC-OL: Blanquer réclame \"des mesures fortes\" contre les violences", - "description": "Invité de l'émission BFM Politique, Jean-Michel Blanquer, le ministre de l’Education nationale, de la Jeunesse et des Sports, s'est exprimé sur les incidents survenus vendredi lors du 32e de finale de Coupe de France entre le Paris FC et Lyon. Il a demandé \"des mesures fortes\" pour en finir avec les violences dans les stades.

", - "content": "Invité de l'émission BFM Politique, Jean-Michel Blanquer, le ministre de l’Education nationale, de la Jeunesse et des Sports, s'est exprimé sur les incidents survenus vendredi lors du 32e de finale de Coupe de France entre le Paris FC et Lyon. Il a demandé \"des mesures fortes\" pour en finir avec les violences dans les stades.

", + "title": "Lorient-PSG: \"C'était un petit PSG\", les regrets de Monconduit après le nul", + "description": "Buteur pour Lorient lors du nul (1-1) ce mercredi face au PSG lors de la 19e journée de Ligue 1, Thomas Monconduit a regretté les occasions manquées par son équipe, rejointe en fin de partie. Le milieu de terrain des Merlus a senti aussi un adversaire plus friable sans des éléments comme Kylian Mbappé ou Neymar.

", + "content": "Buteur pour Lorient lors du nul (1-1) ce mercredi face au PSG lors de la 19e journée de Ligue 1, Thomas Monconduit a regretté les occasions manquées par son équipe, rejointe en fin de partie. Le milieu de terrain des Merlus a senti aussi un adversaire plus friable sans des éléments comme Kylian Mbappé ou Neymar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-blanquer-reclame-des-mesures-fortes-contre-les-violences_AV-202112190153.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-c-etait-un-petit-psg-les-regrets-de-monconduit-apres-le-nul_AV-202112230048.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 13:34:45 GMT", - "enclosure": "https://images.bfmtv.com/V6YbWctp0k84iGCW_HrqfUM16_4=/0x0:2048x1152/800x0/images/Jean-Michel-Blanquer-1191314.jpg", + "pubDate": "Thu, 23 Dec 2021 06:24:44 GMT", + "enclosure": "https://images.bfmtv.com/HpxDIujXIDjVzgQKrpegPlufUR0=/0x106:2048x1258/800x0/images/Thomas-Monconduit-1193648.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34268,17 +35522,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca57379c04ea339c5fda72dcec83c509" + "hash": "5cf568ac189921c610162bcde0e5f2e4" }, { - "title": "Mondial de hand: suivez en direct la finale entre la France et la Norvège", - "description": "Championne olympique l'été dernier à Tokyo, l'équipe de France de handball vise un superbe doublé. Il faudra pour cela battre la Norvège ce dimanche en finale (à partir de 17h30).

", - "content": "Championne olympique l'été dernier à Tokyo, l'équipe de France de handball vise un superbe doublé. Il faudra pour cela battre la Norvège ce dimanche en finale (à partir de 17h30).

", + "title": "Saint-Etienne: Dupraz veut se dépêcher de recruter des joueurs", + "description": "Battu par Nantes (0-1) pour sa première en Ligue 1 sur le banc de Saint-Etienne, Pascal Dupraz pousse ses dirigeants à vite renforcer l’équipe qu’il a trouvé très crispée.

", + "content": "Battu par Nantes (0-1) pour sa première en Ligue 1 sur le banc de Saint-Etienne, Pascal Dupraz pousse ses dirigeants à vite renforcer l’équipe qu’il a trouvé très crispée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-suivez-en-direct-la-finale-entre-la-france-et-la-norvege_LN-202112190012.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-dupraz-veut-se-depecher-de-recruter-des-joueurs_AV-202112230046.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 13:30:00 GMT", - "enclosure": "https://images.bfmtv.com/QkWNOShIXnWzyh4AkeiQ0Ca0Axw=/0x107:2048x1259/800x0/images/Les-Bleues-en-finale-du-Mondial-de-hand-1191050.jpg", + "pubDate": "Thu, 23 Dec 2021 06:21:17 GMT", + "enclosure": "https://images.bfmtv.com/1ilx_wHun-4keHXqwsLNqtwseJI=/0x128:2032x1271/800x0/images/Pascal-Dupraz-1193653.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34289,17 +35543,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec506c0a983daec0da57a68e197d7de9" + "hash": "730657479990e3ccffddc5cb30d0a981" }, { - "title": "Incidents Paris FC-OL: l'enquête avance, la commission de discipline de la FFF se réunira dès mardi", - "description": "La commission de discipline de la FFF va se réunir mardi afin d’étudier les débordements des supporters lors du 32e de finale de Coupe de France entre le Paris FC et l’OL. Une décision sur le résultat de la rencontre pourrait être prise jeudi.

", - "content": "La commission de discipline de la FFF va se réunir mardi afin d’étudier les débordements des supporters lors du 32e de finale de Coupe de France entre le Paris FC et l’OL. Une décision sur le résultat de la rencontre pourrait être prise jeudi.

", + "title": "OL: \"Ça me dégoûte\", Guimaraes fustige l’état d’esprit de l’équipe", + "description": "Le match nul concédé par Lyon face à Metz (1-1) agace Bruno Guimaraes, milieu lyonnais, et Peter Bosz, entraîneur, qui fustigent le relâchement de l’équipe, une habitude depuis le début de saison.

", + "content": "Le match nul concédé par Lyon face à Metz (1-1) agace Bruno Guimaraes, milieu lyonnais, et Peter Bosz, entraîneur, qui fustigent le relâchement de l’équipe, une habitude depuis le début de saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-l-enquete-avance-la-commission-de-discipline-de-la-fff-se-reunira-des-mardi_AV-202112190145.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-ca-me-degoute-guimaraes-fustige-l-etat-d-esprit-de-l-equipe_AV-202112230037.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 12:49:31 GMT", - "enclosure": "https://images.bfmtv.com/DyhwMUeeVqHVtQmyhXJ6gf4uYeY=/0x106:2048x1258/800x0/images/1190779.jpg", + "pubDate": "Thu, 23 Dec 2021 05:58:35 GMT", + "enclosure": "https://images.bfmtv.com/cqaFjG1-bWrMRkUQaoxPVj90x3w=/0x124:2048x1276/800x0/images/Bruno-Guimaraes-1193634.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34310,17 +35564,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "deaeb6b4bc6066cc6e5e3569d1fbad25" + "hash": "68737ac7f27f9fc49c4132a12c225348" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 19 décembre – Série A – Italie", - "description": "Notre pronostic : le Milan AC ne perd pas face à Naples et les deux équipes marquent (2.00)

", - "content": "Notre pronostic : le Milan AC ne perd pas face à Naples et les deux équipes marquent (2.00)

", + "title": "Lorient-PSG: le message de Sergio Ramos après son carton rouge", + "description": "Sergio Ramos a réagi sur Twitter après son expulsion lors du match entre Lorient et le PSG (1-1), mercredi comptant pour la 19e journée de Ligue 1. L’Espagnol veut vite passer à autre chose.

", + "content": "Sergio Ramos a réagi sur Twitter après son expulsion lors du match entre Lorient et le PSG (1-1), mercredi comptant pour la 19e journée de Ligue 1. L’Espagnol veut vite passer à autre chose.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-19-decembre-serie-a-italie_AN-202112180248.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-le-message-de-sergio-ramos-apres-son-carton-rouge_AV-202112230025.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/cOAcfGqqWQYupi0jo7ijrccSbqw=/0x0:1984x1116/800x0/images/Z-Ibrahimovic-1191000.jpg", + "pubDate": "Thu, 23 Dec 2021 05:27:22 GMT", + "enclosure": "https://images.bfmtv.com/TVSaWr9YB8OW6KmQcZwOWvrL7F4=/0x204:2048x1356/800x0/images/Sergio-Ramos-au-sol-ecope-d-un-deuxieme-carton-jaune-1193620.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34331,17 +35585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c2ac19362451cb18c9a0fd8180a7174" + "hash": "f938b855dc5c09d9d21b7a6aceb4918e" }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 19 décembre - Coupe de France", - "description": "Mon pronostic : nul entre Poitiers et Lens (12.00)

", - "content": "Mon pronostic : nul entre Poitiers et Lens (12.00)

", + "title": "Affaire Hamraoui: Abidal a été entendu mardi", + "description": "Eric Abidal, ancien défenseur de l'équipe de France, a été entendu comme témoin mardi par les enquêteurs dans l'affaire de l'agression de la joueuse du PSG, Kheira Hamraoui, le 4 novembre dernier.

", + "content": "Eric Abidal, ancien défenseur de l'équipe de France, a été entendu comme témoin mardi par les enquêteurs dans l'affaire de l'agression de la joueuse du PSG, Kheira Hamraoui, le 4 novembre dernier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-19-decembre-coupe-de-france_AN-202112190143.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/affaire-hamraoui-abidal-a-ete-entendu-mardi_AD-202112230015.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 12:46:12 GMT", - "enclosure": "https://images.bfmtv.com/5yIQRtinXKtkM2cWOh17KxrVTNc=/0x104:2000x1229/800x0/images/Stade-Poitevin-1191310.jpg", + "pubDate": "Thu, 23 Dec 2021 04:53:38 GMT", + "enclosure": "https://images.bfmtv.com/LCgL8tP9eLg0Ya7oA8sauyluLAg=/0x106:2048x1258/800x0/images/Eric-Abidal-1167449.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34352,17 +35606,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb7b86d026f53f798a70d8255fe4dfc1" + "hash": "5f08daebb54ecfaf8472fc7220dd83f4" }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 19 décembre – Coupe de France", - "description": "Mon pronostic : Bergerac ne perd pas face à Metz et les deux marquent (3.45)

", - "content": "Mon pronostic : Bergerac ne perd pas face à Metz et les deux marquent (3.45)

", + "title": "Metz: \"C'est un jeu truqué\", Antonetti fustige le calendrier de la CAN", + "description": "Scandalisé par les dates de la Coupe d'Afrique des nations, qui vont priver le FC Metz de plusieurs internationaux, Frédéric Antonetti estime que le club est victime de ce \"jeu truqué et faussé\".

", + "content": "Scandalisé par les dates de la Coupe d'Afrique des nations, qui vont priver le FC Metz de plusieurs internationaux, Frédéric Antonetti estime que le club est victime de ce \"jeu truqué et faussé\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-19-decembre-coupe-de-france_AN-202112190141.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/metz-c-est-un-jeu-truque-antonetti-fustige-le-calendrier-de-la-can_AV-202112230014.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 12:44:04 GMT", - "enclosure": "https://images.bfmtv.com/PrxR93XYN1TOeMK687w4rVDXruI=/0x0:1984x1116/800x0/images/F-Antonetti-1191306.jpg", + "pubDate": "Thu, 23 Dec 2021 00:37:10 GMT", + "enclosure": "https://images.bfmtv.com/ZYSi_O-cAJoQIeF950j1wby9K7A=/239x226:1743x1072/800x0/images/Antonetti-1193596.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34373,17 +35627,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e61bd7a31ba0517261280c06411b0383" + "hash": "47052003a99eb6c02111da7debf90304" }, { - "title": "Cannet Rocheville-OM: pas de gros turn-over pour Sampaoli en Coupe de France", - "description": "Jorge Sampaoli a procédé à quelques changements à la marge mais s’appuiera sur de nombreux cadres ce dimanche lors du 32e de finale de Coupe de France de l’OM contre l’ES Cannet-Rocheville (N3). Arkadiusz Milik et Dimitri Payet seront bien associés sur la pelouse du Vélodrome.

", - "content": "Jorge Sampaoli a procédé à quelques changements à la marge mais s’appuiera sur de nombreux cadres ce dimanche lors du 32e de finale de Coupe de France de l’OM contre l’ES Cannet-Rocheville (N3). Arkadiusz Milik et Dimitri Payet seront bien associés sur la pelouse du Vélodrome.

", + "title": "Antonetti après OL-Metz: \"C'est à Lyon que je me suis fait le plus voler\"", + "description": "Mécontent qu'un but ait été refusé au FC Metz face à l'OL (1-1), mercredi en Ligue 1, Frédéric Antonetti a déploré un \"jeu truqué voire faussé\". En cause, selon lui: \"la pression terrible\" qui pèse sur les arbitres à Lyon.

", + "content": "Mécontent qu'un but ait été refusé au FC Metz face à l'OL (1-1), mercredi en Ligue 1, Frédéric Antonetti a déploré un \"jeu truqué voire faussé\". En cause, selon lui: \"la pression terrible\" qui pèse sur les arbitres à Lyon.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/cannet-rocheville-om-pas-de-gros-turn-over-pour-sampaoli-en-coupe-de-france_AV-202112190132.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/antonetti-apres-ol-metz-c-est-a-lyon-que-je-me-suis-fait-le-plus-voler_AV-202112230013.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 12:28:02 GMT", - "enclosure": "https://images.bfmtv.com/apkv-l_GVFTH71_errl4eFbocvo=/0x0:2048x1152/800x0/images/Milik-Payet-et-Guendouzi-avec-l-OM-1191295.jpg", + "pubDate": "Thu, 23 Dec 2021 00:11:40 GMT", + "enclosure": "https://images.bfmtv.com/aYCn5Iv0zNz3-dQ2K_vkSOlpjF4=/200x215:1736x1079/800x0/images/Antonetti-1193595.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34394,17 +35648,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5a0e90bb1689841ec866aa634a78159" + "hash": "de4cecfee585391b8405b2fedac3ae40" }, { - "title": "Biathlon (Grand-Bornand): encore un podium pour Julia Simon sur la mass start", - "description": "La Française Julia Simon a terminé à la 2e place de la mass start du Grand-Bornand ce dimanche lors de cette nouvelle manche de la Coupe du monde de biathlon. La victoire revient à la Suédoise Elvira Oeberg, déjà vainqueur de la poursuite samedi.

", - "content": "La Française Julia Simon a terminé à la 2e place de la mass start du Grand-Bornand ce dimanche lors de cette nouvelle manche de la Coupe du monde de biathlon. La victoire revient à la Suédoise Elvira Oeberg, déjà vainqueur de la poursuite samedi.

", + "title": "League Cup: le match renversant de Liverpool, qualifié aux tirs au but pour les demies", + "description": "Mené 2-0, puis 3-1, Liverpool est venu à bout de Leicester aux tirs au but (3-3 puis 5-4) et affrontera Arsenal en demi-finale début janvier, alors que Chelsea sera opposé à Tottenham.

", + "content": "Mené 2-0, puis 3-1, Liverpool est venu à bout de Leicester aux tirs au but (3-3 puis 5-4) et affrontera Arsenal en demi-finale début janvier, alors que Chelsea sera opposé à Tottenham.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-grand-bornand-encore-un-podium-pour-julia-simon-sur-la-mass-start_AN-202112190131.html", + "link": "https://rmcsport.bfmtv.com/football/league-cup/league-cup-le-match-renversant-de-liverpool-qualifie-aux-tirs-au-but-pour-les-demies_AD-202112220490.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 12:25:48 GMT", - "enclosure": "https://images.bfmtv.com/3ltc-Cxg-NlXiKgUidAfIjZA2HI=/0x40:768x472/800x0/images/La-Francaise-Julia-Simon-lors-de-l-epreuve-de-sprint-au-Grand-Bornand-le-16-decembre-2021-1190895.jpg", + "pubDate": "Wed, 22 Dec 2021 23:36:55 GMT", + "enclosure": "https://images.bfmtv.com/1Kc7IJRPD033zGhxW0wDUug7ogE=/0x0:768x432/800x0/images/Le-coach-de-Liverpool-Jurgen-Klopp-apres-l-egalisation-de-son-equipe-face-a-Leicester-en-Coupe-de-la-Ligue-anglaise-au-stade-d-Anfield-de-Liverpool-en-Angleterre-le-22-decembre-2021-et-avant-de-remporter-les-tirs-aux-buts-1193562.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34415,17 +35669,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b46e69d490f627ef2b79379d8777da04" + "hash": "6613cead01d04b862cdac93a6ef15e0e" }, { - "title": "Coupe de France: un maillot spécial pour l'OM contre Cannet-Rocheville", - "description": "L'OM démarre ce dimanche (13h45) sa campagne de Coupe de France avec un 32e de finale au Vélodrome contre Cannet-Rocheville (N3). Pour l'occasion, les joueurs de Jorge Sampaoli vont porter un maillot spécial.

", - "content": "L'OM démarre ce dimanche (13h45) sa campagne de Coupe de France avec un 32e de finale au Vélodrome contre Cannet-Rocheville (N3). Pour l'occasion, les joueurs de Jorge Sampaoli vont porter un maillot spécial.

", + "title": "Mercato en direct: Kamara flou sur son avenir à l'OM", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022. A cette date, de nombreux joueurs dont Kylian Mbappé pourront négocier avec le club de leur choix. En attendant, les cadors du football européen continuent de préparer le prochain marché des transferts et multiplient les pistes et les contacts avec d'éventuelles recrues. Suivez l'actualité du mercato, les informations et rumeurs, en direct commenté sur RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022. A cette date, de nombreux joueurs dont Kylian Mbappé pourront négocier avec le club de leur choix. En attendant, les cadors du football européen continuent de préparer le prochain marché des transferts et multiplient les pistes et les contacts avec d'éventuelles recrues. Suivez l'actualité du mercato, les informations et rumeurs, en direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-un-maillot-special-pour-l-om-contre-cannet-rocheville_AV-202112190127.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-20-decembre-2021_LN-202112200060.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 12:13:14 GMT", - "enclosure": "https://images.bfmtv.com/WxsXHx4z2cPJcUe_fjAKxTIdocY=/0x12:1024x588/800x0/images/Marseille-1191256.jpg", + "pubDate": "Mon, 20 Dec 2021 06:59:22 GMT", + "enclosure": "https://images.bfmtv.com/FM0ZNBHXOspRKkWQ0kPiDC-BoEA=/0x0:1616x909/800x0/images/Boubacar-Kamara-1179404.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34436,17 +35690,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2fe7e85ff69cc1f652fb804d65b69068" + "hash": "dab813e94b6e7884089bd32e0e81d286" }, { - "title": "Cannet-Rocheville - OM: sur quelle chaîne et à quelle heure regarder le match de Coupe de France", - "description": "Un an après son échec face aux amateurs du Canet-en-Roussillon, Marseille accueille les joueurs de l’ES Cannet-Rocheville ce dimanche au Vélodrome (13h45). Face à l’équipe de National 3, l’OM ne voudra pas rater son 32e de finale de Coupe de France. Découvrez les programme TV du jour pour la suite d’une compétition riche en surprises ?

", - "content": "Un an après son échec face aux amateurs du Canet-en-Roussillon, Marseille accueille les joueurs de l’ES Cannet-Rocheville ce dimanche au Vélodrome (13h45). Face à l’équipe de National 3, l’OM ne voudra pas rater son 32e de finale de Coupe de France. Découvrez les programme TV du jour pour la suite d’une compétition riche en surprises ?

", + "title": "Lorient-PSG: Pochettino regrette les \"erreurs\", mais se \"satisfait\" du classement", + "description": "Mauricio Pochettino a reconnu les difficultés du Paris Saint-Germain, qui a concédé le nul à Lorient (1-1), ce mercredi. Mais il a quand même mis en avant les résultats de son équipe, championne d'automne.

", + "content": "Mauricio Pochettino a reconnu les difficultés du Paris Saint-Germain, qui a concédé le nul à Lorient (1-1), ce mercredi. Mais il a quand même mis en avant les résultats de son équipe, championne d'automne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/cannet-rocheville-om-sur-quelle-chaine-et-a-quelle-heure-regarder-le-match-de-coupe-de-france_AV-202112190123.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-pochettino-regrette-les-erreurs-mais-se-satisfait-du-classement_AV-202112220483.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 12:05:35 GMT", - "enclosure": "https://images.bfmtv.com/qAkR2RbX0PMbSB1Yt1w6JlUjoig=/0x42:2048x1194/800x0/images/Bamba-Dieng-et-Dimitri-Payet-avec-l-OM-1191271.jpg", + "pubDate": "Wed, 22 Dec 2021 23:08:40 GMT", + "enclosure": "https://images.bfmtv.com/bOvkLu49eMkFvQ4ma2DGeGRy1vc=/185x0:2041x1044/800x0/images/Pochettino-1193587.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34457,17 +35711,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1c7cc337cbc90125b094e619dbd180a" + "hash": "122e385e655dfc8d4f62c68de33d24dd" }, { - "title": "PSG: comment Letellier, gardien remplaçant, vit sa situation au milieu des stars parisiennes", - "description": "Interrogé par le Journal du Dimanche, Alexandre Letellier, gardien remplaçant du PSG, a raconté son aventure au milieu des stars parisiennes.

", - "content": "Interrogé par le Journal du Dimanche, Alexandre Letellier, gardien remplaçant du PSG, a raconté son aventure au milieu des stars parisiennes.

", + "title": "OM-Reims: Abdelhamid estime s'être \"fait un peu voler\" sur le penalty de Payet", + "description": "L’OM a arraché le point du match nul 1-1, mercredi soir au Vélodrome, grâce à un pénalty obtenu dans le temps additionnel par Dimitri Payet. Yunis Abdelhamid, le défenseur rémois, estime que son équipe s’est fait voler sur cette décision.

", + "content": "L’OM a arraché le point du match nul 1-1, mercredi soir au Vélodrome, grâce à un pénalty obtenu dans le temps additionnel par Dimitri Payet. Yunis Abdelhamid, le défenseur rémois, estime que son équipe s’est fait voler sur cette décision.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-comment-letellier-gardien-remplacant-vit-sa-situation-au-milieu-des-stars-parisiennes_AV-202112190106.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-reims-abdelhamid-estime-s-etre-fait-un-peu-voler-sur-le-penalty-de-payet_AV-202112220482.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 11:33:12 GMT", - "enclosure": "https://images.bfmtv.com/V9CL1pHwiBEyKPWOpb5YYK65T5U=/0x0:2048x1152/800x0/images/Alexandre-Letellier-1191250.jpg", + "pubDate": "Wed, 22 Dec 2021 23:04:32 GMT", + "enclosure": "https://images.bfmtv.com/WKyrpMgyUT9NuADZ7dGK5wfjEfg=/0x68:2048x1220/800x0/images/Yunis-Abdelhamid-lors-de-Marseille-Reims-1193580.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34478,17 +35732,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1007e98681b8d959159de463e160263e" + "hash": "aebf0be06d00c566c4be3fe103440564" }, { - "title": "Mercato: Belaïli confirme des négociations avec Montpellier", - "description": "Très en vue lors de la Coupe arabe remportée par l'Algérie, et actuellement libre de tout contrat, Youcef Belaïli plaît notamment au MHSC. Le milieu offensif de 29 ans a confirmé des contacts avec l'actuel 5e de Ligue 1.

", - "content": "Très en vue lors de la Coupe arabe remportée par l'Algérie, et actuellement libre de tout contrat, Youcef Belaïli plaît notamment au MHSC. Le milieu offensif de 29 ans a confirmé des contacts avec l'actuel 5e de Ligue 1.

", + "title": "PRONOS PARIS RMC Le nul du jour du 23 décembre – Eredivisie - Pays-Bas", + "description": "Notre pronostic: pas de vainqueur entre le Sparta Rotterdam et le RKC Waalwijk (3.35)

", + "content": "Notre pronostic: pas de vainqueur entre le Sparta Rotterdam et le RKC Waalwijk (3.35)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-belaili-confirme-des-negociations-avec-montpellier_AV-202112190098.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-23-decembre-eredivisie-pays-bas_AN-202112220295.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 11:15:20 GMT", - "enclosure": "https://images.bfmtv.com/EvCoKDSZp9rMa1nPCKowvkpgmdo=/0x0:2048x1152/800x0/images/Youcef-Belaili-a-gauche-1191234.jpg", + "pubDate": "Wed, 22 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/7OSdGYlxnOCUgMam6tj0RFef4aM=/0x104:1984x1220/800x0/images/Jens-Odgaard-RKC-Waalwijk-1193184.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34499,17 +35753,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "549368f7aa9e9b4f06e8f8fbe84b014c" + "hash": "8fdf7ef9bf00c6d431cdf4c326bec55d" }, { - "title": "Coupe de France en direct: Montpellier passe en tête, Angers malmené par une N3", - "description": "Tenant du titre de la Coupe de France, le PSG se déplace dans le Nord ce dimanche pour y affronter l'Entente Feignies-Aulnoye lors de son 32e de finale. Egalement au programme, le duel entre l'OM et les amateurs de l'ES Cannet-Rocheville au Vélodrome. Suivez l'évolution des 32es de finale de Coupe de France en direct commenté sur RMC Sport.

", - "content": "Tenant du titre de la Coupe de France, le PSG se déplace dans le Nord ce dimanche pour y affronter l'Entente Feignies-Aulnoye lors de son 32e de finale. Egalement au programme, le duel entre l'OM et les amateurs de l'ES Cannet-Rocheville au Vélodrome. Suivez l'évolution des 32es de finale de Coupe de France en direct commenté sur RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari sûr du 23 décembre – Eredivisie - Pays-Bas", + "description": "Notre pronostic: le PSV Eindhoven bat Go Ahead Eagles par au moins deux buts d'écart (1.35)

", + "content": "Notre pronostic: le PSV Eindhoven bat Go Ahead Eagles par au moins deux buts d'écart (1.35)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-suivez-les-32es-de-finale-avec-les-matchs-du-psg-et-de-l-om_LN-202112190093.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-23-decembre-eredivisie-pays-bas_AN-202112220292.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 11:03:32 GMT", - "enclosure": "https://images.bfmtv.com/KZhcASgZDgsoipqui9TUSlrCjjI=/0x106:2048x1258/800x0/images/1191392.jpg", + "pubDate": "Wed, 22 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/41dnhr-V3G3PNa6Dp_YvWrc7njw=/0x104:1984x1220/800x0/images/Cody-Gakpo-PSV-Eindhoven-1193182.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34520,17 +35774,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f0f882f13bfe63e02dd248c24332ffc" + "hash": "ebcf4aff45def07d417595f1af0858a0" }, { - "title": "Mercato en direct: Belaïli confirme des négociations avec Montpellier", - "description": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", - "content": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", + "title": "Lorient-PSG: première exclusion en Ligue 1 pour Ramos, entré à la mi-temps", + "description": "Rentré en jeu pour consolider la défense du PSG à la mi-temps face à Lorient (1-1), mercredi, Sergio Ramos a été expulsé en fin de match pour deuxième carton jaune.

", + "content": "Rentré en jeu pour consolider la défense du PSG à la mi-temps face à Lorient (1-1), mercredi, Sergio Ramos a été expulsé en fin de match pour deuxième carton jaune.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-premiere-exclusion-en-ligue-1-pour-ramos-entre-a-la-mi-temps_AV-202112220473.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 07:38:53 GMT", - "enclosure": "https://images.bfmtv.com/KsveQ1wyO9Z-L1qw5Y2y-cuSkCQ=/0x68:2048x1220/800x0/images/Youcef-Belaili-1190209.jpg", + "pubDate": "Wed, 22 Dec 2021 22:21:44 GMT", + "enclosure": "https://images.bfmtv.com/R7081Qa-TZbqp2ostXQ5HjDTkgM=/81x42:2033x1140/800x0/images/Sergio-Ramos-1193553.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34541,17 +35795,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0fd9ef3e6ab0aec1d8c169c75b0ce80d" + "hash": "9d3a5480c59934417141244ebc191167" }, { - "title": "Séville FC-Atlético: Luis Suarez aurait insulté Simeone après son remplacement", - "description": "Furieux d’avoir été remplacé par son entraîneur face au FC Séville (2-1) samedi lors du match comptant pour la 18eme journée de Liga, l’avant-centre de l’Atlético de Madrid, Luis Suarez, aurait copieusement insulté Diego Simeone en regagnant le banc.

", - "content": "Furieux d’avoir été remplacé par son entraîneur face au FC Séville (2-1) samedi lors du match comptant pour la 18eme journée de Liga, l’avant-centre de l’Atlético de Madrid, Luis Suarez, aurait copieusement insulté Diego Simeone en regagnant le banc.

", + "title": "Ligue 1: la bonne affaire de Monaco, l'OL n'avance plus", + "description": "Avec sa victoire contre Rennes (2-1), l'AS Monaco fait un joli rapproché au classement, alors que l'OL a concédé un nouveau match nul à domicile (1-1) et stagne en deuxième partie de classement. Nice (2-1 face à Lens) et Montpellier (4-1 contre Angers) font aussi une bonne affaire dans la lutte pour les places européennes.

", + "content": "Avec sa victoire contre Rennes (2-1), l'AS Monaco fait un joli rapproché au classement, alors que l'OL a concédé un nouveau match nul à domicile (1-1) et stagne en deuxième partie de classement. Nice (2-1 face à Lens) et Montpellier (4-1 contre Angers) font aussi une bonne affaire dans la lutte pour les places européennes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/seville-fc-atletico-luis-suarez-aurait-insulte-simeone-apres-son-remplacement_AV-202112190080.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-la-bonne-affaire-de-monaco-l-ol-n-avance-plus_AV-202112220466.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 10:21:44 GMT", - "enclosure": "https://images.bfmtv.com/7LXcI15PQWA1t3a5Aec56Y2h_co=/0x0:2048x1152/800x0/images/Luis-Suarez-1191225.jpg", + "pubDate": "Wed, 22 Dec 2021 22:08:47 GMT", + "enclosure": "https://images.bfmtv.com/g8WWkxGctcfm3qInxo009rxIEho=/0x0:2048x1152/800x0/images/Wissam-Ben-Yedder-1193542.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34562,17 +35816,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5dce8f82f9c61de2e8376871afac47f" + "hash": "8c5b23f2a11020646a492bf9bac14a11" }, { - "title": "Mercato: Dortmund ouvre la porte à un départ d'Haaland, l'intérêt du Real confirmé", - "description": "Hans-Joachim Watzke, le directeur général du Borussia Dortmund, a fait le point sur l'avenir d'Erling Haaland ce dimanche dans une interview pour Bild. \"Le Real s'intéresse beaucoup à lui\", a-t-il confirmé.

", - "content": "Hans-Joachim Watzke, le directeur général du Borussia Dortmund, a fait le point sur l'avenir d'Erling Haaland ce dimanche dans une interview pour Bild. \"Le Real s'intéresse beaucoup à lui\", a-t-il confirmé.

", + "title": "OM-Reims: Payet arrache le nul au Vélodrome", + "description": "L'OM a arraché le match nul contre Reims mercredi soir (1-1), grâce à un penalty de Dimitri Payet au bout du temps additionnel. Les Marseillais terminent l’année à la troisième place du classement.

", + "content": "L'OM a arraché le match nul contre Reims mercredi soir (1-1), grâce à un penalty de Dimitri Payet au bout du temps additionnel. Les Marseillais terminent l’année à la troisième place du classement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-dortmund-ouvre-la-porte-a-un-depart-d-haaland-l-interet-du-real-confirme_AV-202112190078.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/marseille-reims-payet-arrache-le-nul-au-velodrome_AN-202112220464.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 10:19:20 GMT", - "enclosure": "https://images.bfmtv.com/tQ_QP0QMLBihRnidlrVstYclm64=/0x150:2048x1302/800x0/images/Erling-HAALAND-1191208.jpg", + "pubDate": "Wed, 22 Dec 2021 22:05:43 GMT", + "enclosure": "https://images.bfmtv.com/H4B0j_L5ys6uAThEwho7ENe60rE=/0x212:2048x1364/800x0/images/Dimitri-Payet-1193543.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34583,17 +35837,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7847622fd6ff54ac782b53431f31fdc9" + "hash": "3414d3bcb53217c760b10dcac84ff596" }, { - "title": "Mercato: pour Leonardo, le PSG a \"encore de bonnes possibilités\" de prolonger Mbappé", - "description": "Dans un entretien à Europe 1 et au JDD, Leonardo s'est exprimé sur l'avenir de Kylian Mbappé, qui sera en fin de contrat à l'issue de la saison. Le directeur sportif du PSG, qui considère le Français comme le \"meilleur joueur au monde\", n'a pas perdu espoir de le prolonger.

", - "content": "Dans un entretien à Europe 1 et au JDD, Leonardo s'est exprimé sur l'avenir de Kylian Mbappé, qui sera en fin de contrat à l'issue de la saison. Le directeur sportif du PSG, qui considère le Français comme le \"meilleur joueur au monde\", n'a pas perdu espoir de le prolonger.

", + "title": "Monaco-Rennes en direct: les Monégasques remontent vers l'Europe, Rennes marque le pas", + "description": "Pour leur dernier match de l'année 2021, les Monégasques ont réussi une bonne performance en renversant le Stade Rennais à Louis-II (2-1). L'ASM revient à 2 points de son adversaire du soir, à hauteur des places européennes.

", + "content": "Pour leur dernier match de l'année 2021, les Monégasques ont réussi une bonne performance en renversant le Stade Rennais à Louis-II (2-1). L'ASM revient à 2 points de son adversaire du soir, à hauteur des places européennes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-pour-leonardo-le-psg-a-encore-de-bonnes-possibilites-de-prolonger-mbappe_AV-202112190071.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-monaco-rennes-en-direct_LS-202112220386.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 09:51:04 GMT", - "enclosure": "https://images.bfmtv.com/lMT6VE2YWByt5I7pfLGnP0nA0JA=/0x74:2048x1226/800x0/images/Kylian-MBAPPE-et-LEONARDO-1191194.jpg", + "pubDate": "Wed, 22 Dec 2021 17:42:58 GMT", + "enclosure": "https://images.bfmtv.com/d5kvqoCekdqXglQWeN3fbPFSQ9M=/7x66:1991x1182/800x0/images/Gaetan-Laborde-Rennes-1190436.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34604,17 +35858,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e427ffa658b24ba67f8ae173952a442" + "hash": "cb35bda1168562ba4b0cc1186c3a8bd1" }, { - "title": "Tennis: de nouvelles images de Peng Shuai, avec Yao Ming, mises en ligne", - "description": "Une journaliste du Global Times, un média d'Etat chinois, a relayé dimanche une vidéo et une photo de la joueuse de tennis Peng Shuai en compagnie de l'ex-star du basket Yao Ming. Des publications qui ne lèvent pas les doutes sur le sort de la Chinoise de 35 ans, après que celle-ci a accusé un haut dirigeant politique d'agression sexuelle au début du mois de novembre.

", - "content": "Une journaliste du Global Times, un média d'Etat chinois, a relayé dimanche une vidéo et une photo de la joueuse de tennis Peng Shuai en compagnie de l'ex-star du basket Yao Ming. Des publications qui ne lèvent pas les doutes sur le sort de la Chinoise de 35 ans, après que celle-ci a accusé un haut dirigeant politique d'agression sexuelle au début du mois de novembre.

", + "title": "Lorient-PSG: Icardi sauve un point pour Paris, Ramos exclu", + "description": "Pour sa dernière sortie en 2021, le PSG s'est montré peu inspiré à Lorient (1-1) au stade du Moustoir. En infériorité numérique dans les dix dernières minutes, les Parisiens ont été sauvés dans le temps additionnel par Mauro Icardi.

", + "content": "Pour sa dernière sortie en 2021, le PSG s'est montré peu inspiré à Lorient (1-1) au stade du Moustoir. En infériorité numérique dans les dix dernières minutes, les Parisiens ont été sauvés dans le temps additionnel par Mauro Icardi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tennis-de-nouvelles-images-de-peng-shuai-avec-yao-ming-mises-en-ligne_AV-202112190063.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-icardi-sauve-un-point-pour-paris-ramos-exclu_AV-202112220461.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 09:28:00 GMT", - "enclosure": "https://images.bfmtv.com/k73H4l4NvWikrkE-kgrx1ArukLE=/0x8:768x440/800x0/images/La-joueuse-de-tennis-chinoise-Peng-Shuai-dont-on-est-sans-nouvelles-depuis-debut-novembre-le-13-janvier-2019-lors-de-l-Australian-Open-a-Melbourne-1170674.jpg", + "pubDate": "Wed, 22 Dec 2021 21:59:05 GMT", + "enclosure": "https://images.bfmtv.com/XNQyf0YxNUHe7aHTYb7jx43k38Q=/0x104:1984x1220/800x0/images/Mauro-Icardi-lors-de-Lorient-PSG-1193544.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34625,17 +35879,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "507bcc2941952cc954f7116be90cd242" + "hash": "f72b4cb092963f87b49803fae8929d60" }, { - "title": "Paris FC-OL en direct: l'enquête avance, la commission de discipline réunie mardi", - "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", - "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "title": "Lorient-PSG: Paris évite la défaite, Pochettino \"satisfait\" des résultats", + "description": "Le PSG, déjà champion d'automne, a égalisé au bout du temps additionnel via Icardi pour s'en sortir à Lorient (1-1). Les Merlus menaient grâce à un but de Monconduit, et ont terminé à 11 contre 10 après l'expulsion de Ramos.

", + "content": "Le PSG, déjà champion d'automne, a égalisé au bout du temps additionnel via Icardi pour s'en sortir à Lorient (1-1). Les Merlus menaient grâce à un but de Monconduit, et ont terminé à 11 contre 10 après l'expulsion de Ramos.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-en-direct-paris-veut-bien-finir-l-annee_LS-202112220422.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", - "enclosure": "https://images.bfmtv.com/_0NgSKujzdosEWUkaTEmG2KCcIU=/0x26:2048x1178/800x0/images/Des-incidents-dans-les-tribunes-du-stade-Charlety-entre-supporters-du-Paris-FC-et-de-l-OL-1190647.jpg", + "pubDate": "Wed, 22 Dec 2021 18:50:58 GMT", + "enclosure": "https://images.bfmtv.com/XNQyf0YxNUHe7aHTYb7jx43k38Q=/0x104:1984x1220/800x0/images/Mauro-Icardi-lors-de-Lorient-PSG-1193544.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34646,17 +35900,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c75e43117fb12ac95f5ba3632dd3f011" + "hash": "711e5f4c1fd276c19359348b50497bd2" }, { - "title": "Coupe de France en direct: Amavi titulaire avec l'OM", - "description": "Tenant du titre de la Coupe de France, le PSG se déplace dans le Nord ce dimanche pour y affronter l'Entente Feignies-Aulnoye lors de son 32e de finale. Egalement au programme, le duel entre l'OM et les amateurs de l'ES Cannet-Rocheville au Vélodrome. Suivez l'évolution des 32es de finale de Coupe de France en direct commenté sur RMC Sport.

", - "content": "Tenant du titre de la Coupe de France, le PSG se déplace dans le Nord ce dimanche pour y affronter l'Entente Feignies-Aulnoye lors de son 32e de finale. Egalement au programme, le duel entre l'OM et les amateurs de l'ES Cannet-Rocheville au Vélodrome. Suivez l'évolution des 32es de finale de Coupe de France en direct commenté sur RMC Sport.

", - "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-suivez-les-32es-de-finale-avec-les-matchs-du-psg-et-de-l-om_LN-202112190093.html", + "title": "Ligue 1 en direct: l'OM sauve sa 2e place, Lyon concède le nul, première défaite pour Dupraz avec Sainté", + "description": "Multiplex de folie ce mercredi à 21h, pour boucler la première partie de saison de Ligue 1. La 19e journée réserve de très belles affiches, pour le maintien ou pour la lutte en haut de tableau.

", + "content": "Multiplex de folie ce mercredi à 21h, pour boucler la première partie de saison de Ligue 1. La 19e journée réserve de très belles affiches, pour le maintien ou pour la lutte en haut de tableau.

", + "category": "", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-multiplex-de-la-19e-journee_LS-202112220278.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 11:03:32 GMT", - "enclosure": "https://images.bfmtv.com/Zrzp6l3hXbtQg8YrYg45Npw8zHY=/0x40:768x472/800x0/images/Le-milieu-de-terrain-algerien-de-Nice-Youcef-Atal-a-la-lutte-avec-le-defenseur-marseillais-Jordan-Amavi-lors-de-leur-match-de-Ligue-1-le-27-octobre-2021-au-Stade-de-l-Aube-a-Troyes-1155351.jpg", + "pubDate": "Wed, 22 Dec 2021 14:52:12 GMT", + "enclosure": "https://images.bfmtv.com/FAMjzU33LH55_mSfyqYXODfImk8=/0x101:2032x1244/800x0/images/OM-Reims-1193532.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34667,17 +35921,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93e278f3553526c2e0cd1c14d84d9111" + "hash": "1819cfb24e896b87de74a1d2353f6403" }, { - "title": "Mondial de hand: sur quelle chaîne et à quelle heure regarder la finale France-Norvège", - "description": "Après son sacre olympique, l’équipe de France féminine de handball va tenter de conquérir le titre de champion de monde en finale face à la Norvège dimanche à 17h30 à Granollers (Espagne). Un match à suivre en direct sur TF1 et beIN Sports 1 et bien sûr sur l’antenne radio de RMC.

", - "content": "Après son sacre olympique, l’équipe de France féminine de handball va tenter de conquérir le titre de champion de monde en finale face à la Norvège dimanche à 17h30 à Granollers (Espagne). Un match à suivre en direct sur TF1 et beIN Sports 1 et bien sûr sur l’antenne radio de RMC.

", + "title": "Bilbao-Real: le but somptueux de Benzema, qui s'est offert un doublé", + "description": "Pour son 400e but en carrière, Karim Benzema a marqué un bijou face à l'Athletic Bilbao, ce mercredi: une sublime frappe enroulée. L'attaquant du Real Madrid a signé un doublé dans ce match avancé de Liga.

", + "content": "Pour son 400e but en carrière, Karim Benzema a marqué un bijou face à l'Athletic Bilbao, ce mercredi: une sublime frappe enroulée. L'attaquant du Real Madrid a signé un doublé dans ce match avancé de Liga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/mondial-de-hand-sur-quelle-chaine-et-a-quelle-heure-regarder-la-finale-france-norvege_AV-202112190056.html", + "link": "https://rmcsport.bfmtv.com/football/liga/bilbao-real-le-but-somptueux-de-benzema-qui-s-est-offert-un-double_AV-202112220459.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 09:05:42 GMT", - "enclosure": "https://images.bfmtv.com/KwcHlCz_t4HtxeukXmDrPVn581M=/0x0:2048x1152/800x0/images/La-joie-des-Bleues-apres-leur-victoire-face-au-Danemark-1191195.jpg", + "pubDate": "Wed, 22 Dec 2021 21:38:50 GMT", + "enclosure": "https://images.bfmtv.com/Sa6-rRJRVMQiud47wsxMUWlg3aA=/0x56:2048x1208/800x0/images/Karim-Benzema-1193537.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34688,17 +35942,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "235d27aff06e308fa1f5f55336f52f05" + "hash": "55a56c20a992860b154597a08aaeda20" }, { - "title": "Mondial de hand: les Bleues visent un immense exploit", - "description": "Les handballeuses françaises, championnes olympiques à Tokyo, sont à soixante minutes d'un immense exploit: un très rare doublé en l'espace de quatre mois, avec une finale de rêve du Mondial 2021 à disputer dimanche (17h30) contre la Norvège.

", - "content": "Les handballeuses françaises, championnes olympiques à Tokyo, sont à soixante minutes d'un immense exploit: un très rare doublé en l'espace de quatre mois, avec une finale de rêve du Mondial 2021 à disputer dimanche (17h30) contre la Norvège.

", + "title": "Ski (slalom): cruels regrets pour Noël, Pinturault se rassure avec la 2e place", + "description": "Immense désillusion pour Clément Noël: parti pour remporter le slalom de Madonna di Campiglio, ce mercredi, le Français a chuté et raté la dernière porte. Alexis Pinturault a pris la 2e place de l’épreuve, seulement devancé par le Norvégien Sebastian Floss Solevaag.

", + "content": "Immense désillusion pour Clément Noël: parti pour remporter le slalom de Madonna di Campiglio, ce mercredi, le Français a chuté et raté la dernière porte. Alexis Pinturault a pris la 2e place de l’épreuve, seulement devancé par le Norvégien Sebastian Floss Solevaag.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/mondial-de-hand-les-bleues-visent-un-immense-exploit_AD-202112190053.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-slalom-cruels-regrets-pour-noel-pinturault-se-rassure-avec-la-2e-place_AV-202112220456.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 09:04:21 GMT", - "enclosure": "https://images.bfmtv.com/blfOFvQ-SJXyb26JqhQzIJJ8kz8=/0x33:2048x1185/800x0/images/L-equipe-de-France-de-handball-au-Mondial-1190564.jpg", + "pubDate": "Wed, 22 Dec 2021 21:12:13 GMT", + "enclosure": "https://images.bfmtv.com/-mQCT1IYD0Yb67SKZACqrpIsMK0=/0x0:2048x1152/800x0/images/Clement-Noel-1193529.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34709,17 +35963,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1107fcb081d9b027a759706fb3eb8eb7" + "hash": "ec6b6b6084f7831197556abd625ec76c" }, { - "title": "Coupe de France: Messi pas dans le groupe du PSG contre Feignies-Aulnoye", - "description": "Le 32e de finale de Coupe de France entre le PSG et les amateurs de Feignies-Aulnoye (N3) se jouera sans Lionel Messi ce dimanche (21h10). Mauricio Pochettino a décidé de ménager l'Argentin.

", - "content": "Le 32e de finale de Coupe de France entre le PSG et les amateurs de Feignies-Aulnoye (N3) se jouera sans Lionel Messi ce dimanche (21h10). Mauricio Pochettino a décidé de ménager l'Argentin.

", + "title": "Italie: le club de Catane déclaré en faillite", + "description": "Présent en troisième division italienne, le club historique Catane, en proie à des gros soucis financiers, a été déclaré en faillite par un tribunal de la ville. Selon la Gazzetta dello Sport, la formation s’était présentée à une audience avec l’offre d’un éventuel repreneur, mais celle-ci a été jugée insuffisante.

", + "content": "Présent en troisième division italienne, le club historique Catane, en proie à des gros soucis financiers, a été déclaré en faillite par un tribunal de la ville. Selon la Gazzetta dello Sport, la formation s’était présentée à une audience avec l’offre d’un éventuel repreneur, mais celle-ci a été jugée insuffisante.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-messi-pas-dans-le-groupe-du-psg-contre-feignies-aulnoye_AV-202112190050.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/italie-le-club-de-catane-declare-en-faillite_AV-202112220453.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 08:40:36 GMT", - "enclosure": "https://images.bfmtv.com/sIwzd4GuQ2q1RPBo39DHkDxCOVg=/0x87:2048x1239/800x0/images/Lionel-MESSI-1191178.jpg", + "pubDate": "Wed, 22 Dec 2021 21:00:03 GMT", + "enclosure": "https://images.bfmtv.com/y9vvX3HqIb8VzYwqURWG_wH9QLE=/0x0:2032x1143/800x0/images/Catane-1193271.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34730,17 +35984,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e30483d5fa23cdd84fbc96ba526a9cc" + "hash": "47797a61990bc9f80a181ca151046887" }, { - "title": "Coupe Arabe: de nombreuses interpellations et verbalisations, le bilan des incidents à Paris après le sacre de l’Algérie", - "description": "La victoire de l’Algérie face à la Tunisie en finale de la Coupe Arabe samedi à Al-Khor, au Qatar, a été à l’origine de quelques débordements à Paris, notamment sur les Champs-Elysées. Ce dimanche matin, la préfecture de police annonçait avoir procédé à 32 interpellations.

", - "content": "La victoire de l’Algérie face à la Tunisie en finale de la Coupe Arabe samedi à Al-Khor, au Qatar, a été à l’origine de quelques débordements à Paris, notamment sur les Champs-Elysées. Ce dimanche matin, la préfecture de police annonçait avoir procédé à 32 interpellations.

", + "title": "Après la polémique du GP d’Abu Dhabi, la F1 veut faire profil bas", + "description": "Après le sacre de Max Verstappen, violemment contesté par Mercedes après un dernier tour polémique à Abu Dhabi, la F1 préfère se montrer silencieuse, attendre que l’orage passe et se tourner vers la prochaine saison.

", + "content": "Après le sacre de Max Verstappen, violemment contesté par Mercedes après un dernier tour polémique à Abu Dhabi, la F1 préfère se montrer silencieuse, attendre que l’orage passe et se tourner vers la prochaine saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-de-nombreuses-interpellations-et-verbalisations-le-bilan-des-incidents-a-paris-apres-le-sacre-de-l-algerie_AD-202112190049.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/apres-la-polemique-du-gp-d-abu-dhabi-la-f1-veut-faire-profil-bas_AV-202112220452.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 08:38:41 GMT", - "enclosure": "https://images.bfmtv.com/M8MoEtyYpEclb_9xl1rX3MU_rew=/10x1:1626x910/800x0/images/Victoire-de-l-Algerie-tensions-sur-les-Champs-Elysees-entre-supporters-et-forces-de-l-ordre-1191186.jpg", + "pubDate": "Wed, 22 Dec 2021 20:55:15 GMT", + "enclosure": "https://images.bfmtv.com/qwJNwEtcqolSkWWG6-CriFf0Onc=/63x185:2031x1292/800x0/images/Stefano-Domenicali-1193299.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34751,17 +36005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fcc7fcaef830830158893b43b69e0941" + "hash": "946983b9059ce63a1246f0d51edb6bb9" }, { - "title": "Feignies-Aulnoye - PSG: sur quelle chaîne et à quelle heure regarder le match de Coupe de France", - "description": "Tenant du titre, le PSG démarre sa campagne de Coupe de France ce dimanche (21h10) en 32es de finale face aux amateurs de Feignies-Aulnoye (N3). Un match à suivre sur Eurosport 2 et à la radio sur RMC.

", - "content": "Tenant du titre, le PSG démarre sa campagne de Coupe de France ce dimanche (21h10) en 32es de finale face aux amateurs de Feignies-Aulnoye (N3). Un match à suivre sur Eurosport 2 et à la radio sur RMC.

", + "title": "JO 2024: le site du tour préliminaire de basket ne convainc pas la Fiba", + "description": "La Fédération internationale de basket n'est pas convaincue par la relocalisation d'une partie des matchs de basket des JO 2024 au Parc des expositions de la porte de Versailles à Paris. Elle demande des garanties au comité d'organisation.

", + "content": "La Fédération internationale de basket n'est pas convaincue par la relocalisation d'une partie des matchs de basket des JO 2024 au Parc des expositions de la porte de Versailles à Paris. Elle demande des garanties au comité d'organisation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/feignies-aulnoye-psg-sur-quelle-chaine-et-a-quelle-heure-regarder-le-match-de-coupe-de-france_AV-202112190044.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2024-le-site-du-tour-preliminaire-de-basket-ne-convainc-pas-la-fiba_AD-202112220451.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 08:04:49 GMT", - "enclosure": "https://images.bfmtv.com/vBTyzR6o3VlB1zBbO-cMSWIz2U0=/0x46:2048x1198/800x0/images/Kylian-MBAPPE-1191171.jpg", + "pubDate": "Wed, 22 Dec 2021 20:49:59 GMT", + "enclosure": "https://images.bfmtv.com/T3aU7rfG8nUfoU_n3c6eWE7Y0iA=/3x57:1059x651/800x0/images/-877420.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34772,17 +36026,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4341acd23125f0914776cbd03e88bfa6" + "hash": "1c6f779b372fbbd3be20eb809c368a39" }, { - "title": "Boxe: Morrell poursuit son ascension après sa victoire contre Fox", - "description": "A 23 ans, David Morrell a battu l'expérimenté boxeur américain Alantez Fox sur arrêt de l’arbitre à la 4eme reprise samedi à Minneapolis. Le Cubain conserve sa ceinture et devient champion du monde WBA régulier des super-moyens.

", - "content": "A 23 ans, David Morrell a battu l'expérimenté boxeur américain Alantez Fox sur arrêt de l’arbitre à la 4eme reprise samedi à Minneapolis. Le Cubain conserve sa ceinture et devient champion du monde WBA régulier des super-moyens.

", + "title": "Ligue 1: le brouillard fait reporter le match Clermont-Strasbourg", + "description": "Le match Clermont-Strasbourg, initialement programmé mercredi soir lors de la 19e journée de Ligue 1, a dû être reporté en raison d'un brouillard rendant la visibilité difficile au stade Gabriel-Montpied.

", + "content": "Le match Clermont-Strasbourg, initialement programmé mercredi soir lors de la 19e journée de Ligue 1, a dû être reporté en raison d'un brouillard rendant la visibilité difficile au stade Gabriel-Montpied.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-morrell-poursuit-son-ascension-apres-sa-victoire-contre-fox_AV-202112190043.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-brouillard-fait-reporter-le-match-clermont-strasbourg_AV-202112220449.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 08:03:14 GMT", - "enclosure": "https://images.bfmtv.com/vhogFpZc7rsPgLMFd5k_m06PI_o=/1x7:1041x592/800x0/images/David-Morrell-1191170.jpg", + "pubDate": "Wed, 22 Dec 2021 20:28:18 GMT", + "enclosure": "https://images.bfmtv.com/JL0k5XHWPgBX1O8nKFf5Lnvd0-o=/207x329:2031x1355/800x0/images/Clermont-Strasbourg-1193521.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34793,17 +36047,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3624382bb5f7c5b23ff3ca4b5df8682" + "hash": "cff540a38c5f3a04dc1e9bcef331f419" }, { - "title": "Boxe: le YouTubeur Jake Paul inflige un énorme KO à Tyron Woodley", - "description": "Comme au mois d'août, le YouTubeur Jake Paul s'est imposé dans la nuit de samedi à dimanche face à l’ancien champion UFC Tyron Woodley. Le frère de Logan a remporté ce combat de boxe organisé en Floride avec un KO spectaculaire au sixième round.

", - "content": "Comme au mois d'août, le YouTubeur Jake Paul s'est imposé dans la nuit de samedi à dimanche face à l’ancien champion UFC Tyron Woodley. Le frère de Logan a remporté ce combat de boxe organisé en Floride avec un KO spectaculaire au sixième round.

", + "title": "PSG: \"Icardi n'est plus un joueur de foot\", s'agace Rothen", + "description": "Dans \"Rothen s'enflamme\" sur RMC, Jérôme Rothen s'est exprimé sur la situation délicate de Mauro Icardi au PSG. Pour l'ancien international français, le buteur argentin doit \"laisser sa place\" et quitter le club au plus vite.

", + "content": "Dans \"Rothen s'enflamme\" sur RMC, Jérôme Rothen s'est exprimé sur la situation délicate de Mauro Icardi au PSG. Pour l'ancien international français, le buteur argentin doit \"laisser sa place\" et quitter le club au plus vite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-le-you-tubeur-jake-paul-inflige-un-enorme-ko-a-tyron-woodley_AV-202112190038.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-icardi-n-est-plus-un-joueur-de-foot-s-agace-rothen_AV-202112220440.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 07:39:44 GMT", - "enclosure": "https://images.bfmtv.com/-wgHRQYh_9OM7ul-baSQGmpUM9M=/0x48:2048x1200/800x0/images/Jake-Paul-1191148.jpg", + "pubDate": "Wed, 22 Dec 2021 19:50:14 GMT", + "enclosure": "https://images.bfmtv.com/zKnScW2qZF8mwNhaKW-7iuFAkP0=/0x40:768x472/800x0/images/L-attaquant-argentin-Mauro-Icardi-avec-le-Paris-SG-contre-Lille-en-Ligue-1-le-29-octobre-2021-au-Parc-des-Princes-a-Paris-1192859.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34814,17 +36068,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7b2136047d018c563a0b780fa6be747" + "hash": "7ba896ceb4640be463df274905bc340b" }, { - "title": "Coupe de France: un derby rémois comme au bon vieux temps des années 90", - "description": "Adversaires en 32es de finale de Coupe de France, Reims Sainte-Anne et le Stade de Reims se retrouvent comme dans les années 90 où les derbys rémois ont pimenté le quotidien de la ville. Aujourd’hui, les clubs sont amis.

", - "content": "Adversaires en 32es de finale de Coupe de France, Reims Sainte-Anne et le Stade de Reims se retrouvent comme dans les années 90 où les derbys rémois ont pimenté le quotidien de la ville. Aujourd’hui, les clubs sont amis.

", + "title": "Lorient-PSG, les compos: Messi et Navas titulaires, Ramos sur le banc", + "description": "Pour le dernier match de l'année 2021, Mauricio Pochettino doit se passer de Mbappé (suspendu) et Neymar (blessé). Le technicien argentin a décidé d'aligner Mauro Icardi en pointe, et de se passer de Sergio Ramos, sur le banc.

", + "content": "Pour le dernier match de l'année 2021, Mauricio Pochettino doit se passer de Mbappé (suspendu) et Neymar (blessé). Le technicien argentin a décidé d'aligner Mauro Icardi en pointe, et de se passer de Sergio Ramos, sur le banc.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-un-derby-remois-comme-au-bon-vieux-temps-des-annees-90_AN-202112150498.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lorient-psg-les-compos-messi-et-navas-titulaires-ramos-sur-le-banc_AV-202112220434.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 19:58:26 GMT", - "enclosure": "https://images.bfmtv.com/e5mLdvkxLm3j-iJBV4Nd9bLvSTE=/0x106:2048x1258/800x0/images/Reims-qui-celebre-apres-l-ouverture-du-score-contre-l-ASSE-1186695.jpg", + "pubDate": "Wed, 22 Dec 2021 19:18:48 GMT", + "enclosure": "https://images.bfmtv.com/DTq3uqNqJpEDcbiSKOC1tapibls=/0x77:2048x1229/800x0/images/Lionel-Messi-contre-Bruges-1183552.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34835,17 +36089,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90d9a23bd881539ce0c490e46764662b" + "hash": "c27e57d64e3bd692628fe2767b598601" }, { - "title": "MMA: Derrick Lewis démolit Daukaus et s’offre le record de KO à l'UFC", - "description": "Battu au mois d’août par Ciryl Gane, le poids lourd américain Derrick Lewis a massacré le pauvre Chris Daukaus par KO au premier round, samedi lors du main event à l’UFC Fight Night à Las Vegas.

", - "content": "Battu au mois d’août par Ciryl Gane, le poids lourd américain Derrick Lewis a massacré le pauvre Chris Daukaus par KO au premier round, samedi lors du main event à l’UFC Fight Night à Las Vegas.

", + "title": "Monaco-Rennes: les compos pour le choc de la 19e journée", + "description": "Le choc de la 19e journée de Ligue 1, mercredi (21h) met aux prises Monaco et Rennes, au stade Louis-II. Les deux équipes veulent passer les fêtes à des places européennes.

", + "content": "Le choc de la 19e journée de Ligue 1, mercredi (21h) met aux prises Monaco et Rennes, au stade Louis-II. Les deux équipes veulent passer les fêtes à des places européennes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/mma-derrick-lewis-demolit-daukaus-et-s-offre-le-record-de-ko-a-l-ufc_AN-202112190023.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-rennes-les-compos-pour-le-choc-de-la-19e-journee_AV-202112220433.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 06:52:15 GMT", - "enclosure": "https://images.bfmtv.com/vmFAMVxs_IJPB19ILAikdPgtG00=/9x0:1081x603/800x0/images/UFC-Derrick-Lewis-demolit-Daukaus-et-s-offre-le-record-de-KO-1191127.jpg", + "pubDate": "Wed, 22 Dec 2021 19:17:15 GMT", + "enclosure": "https://images.bfmtv.com/F1ga9I_OeOLDK5gxKxFUO4rSKUg=/0x39:768x471/800x0/images/Les-duettistes-Wissam-Ben-Yedder-d-et-Kevin-Volland-en-vue-contre-Saint-Etienne-a-Louis-II-le-22-septembre-2021-connait-une-baisse-de-regime-en-attaque-1170092.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34856,17 +36110,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f855a72ae7710d3ba6ae4f1aed4da92" + "hash": "d5c547503ffaebf64c044af39a5f883d" }, { - "title": "Ski alpin: à Alta Badia, Pinturault court toujours après sa première victoire de l'hiver", - "description": "Engagé sur deux géants en deux jours à Alta Badia, Alexis Pinturault aura à cœur de se remettre à l'endroit dimanche et lundi après son échec en slalom à Val d'Isère la semaine dernière. Sixième du classement général de la Coupe du monde, il tentera également de remporter sa première victoire de la saison.

", - "content": "Engagé sur deux géants en deux jours à Alta Badia, Alexis Pinturault aura à cœur de se remettre à l'endroit dimanche et lundi après son échec en slalom à Val d'Isère la semaine dernière. Sixième du classement général de la Coupe du monde, il tentera également de remporter sa première victoire de la saison.

", + "title": "Rennes: Laborde élu meilleur joueur de Ligue 1 en novembre", + "description": "Le Rennais Gaëtan Laborde, qui était en concurrence avec Anthony Lopes et Romain Faivre, a remporté le trophée UNFP du meilleur joueur du mois de novembre en Ligue 1. Tout sauf une surprise pour l'attaquant, auteur d'un gros début de saison.

", + "content": "Le Rennais Gaëtan Laborde, qui était en concurrence avec Anthony Lopes et Romain Faivre, a remporté le trophée UNFP du meilleur joueur du mois de novembre en Ligue 1. Tout sauf une surprise pour l'attaquant, auteur d'un gros début de saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alpin-a-alta-badia-pinturault-court-toujours-apres-sa-premiere-victoire-de-l-hiver_AV-202112180223.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-laborde-elu-meilleur-joueur-de-ligue-1-en-novembre_AV-202112220427.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 16:20:13 GMT", - "enclosure": "https://images.bfmtv.com/PeCZnThhzkNjlU8D41NPSHFx3ac=/0x0:2048x1152/800x0/images/Alexis-Pinturault-1190874.jpg", + "pubDate": "Wed, 22 Dec 2021 18:59:27 GMT", + "enclosure": "https://images.bfmtv.com/gMClfLpDkhYu2xGUpXYc5AiPM6c=/0x73:2000x1198/800x0/images/G-Laborde-1177665.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34877,17 +36131,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2d1c7183a8d3ca7ac05571d4d1447c3" + "hash": "7ad3460958784bfc0f9f66686c66b5bf" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 19 décembre – Liga – Espagne", - "description": "Notre pronostic : pas de vainqueur entre Getafe et Osasuna (2.85)

", - "content": "Notre pronostic : pas de vainqueur entre Getafe et Osasuna (2.85)

", + "title": "Affaire Hamraoui: Hayet Abidal entendue par les enquêteurs", + "description": "Dans le cadre de l'enquête concernant l'agression subie par Kheira Hamraoui, Hayet Abidal, épouse de l'ex-international français Éric Abidal, cité dans le dossier pour sa relation supposée avec la footballeuse parisienne, affirme avoir été entendue par les enquêteurs de la police judiciaire de Versailles.

", + "content": "Dans le cadre de l'enquête concernant l'agression subie par Kheira Hamraoui, Hayet Abidal, épouse de l'ex-international français Éric Abidal, cité dans le dossier pour sa relation supposée avec la footballeuse parisienne, affirme avoir été entendue par les enquêteurs de la police judiciaire de Versailles.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-19-decembre-liga-espagne_AN-202112180244.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/d1/affaire-hamraoui-hayet-abidal-entendue-par-les-enqueteurs_AV-202112220414.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/eNcbsygTceASmyhm9pyaD4t2Vw8=/0x0:2000x1125/800x0/images/Getafe-1190996.jpg", + "pubDate": "Wed, 22 Dec 2021 18:30:51 GMT", + "enclosure": "https://images.bfmtv.com/RNyprCv-qB6921PTTo35_GP87ag=/4x400:1364x1165/800x0/images/Hayet-Abidal-dans-les-tribunes-pour-un-match-de-l-equipe-de-France-en-2008-1167958.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34898,17 +36152,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f22b7fbfb9080928e503e6bdce66a49" + "hash": "ee0202b366040d56949e239ad7d0b302" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 19 décembre – Liga - Espagne", - "description": "Notre pronostic : le Real Madrid bat Cadix et au moins deux buts dans la rencontre (1.30)

", - "content": "Notre pronostic : le Real Madrid bat Cadix et au moins deux buts dans la rencontre (1.30)

", + "title": "Mercato: le PSG sur le point de prêter Rafinha à la Real Sociedad", + "description": "Selon une information de Fabrizio Romano, que RMC Sport est en mesure de confirmer, le prêt de Rafinha par le Paris Saint-Germain à la Real Sociedad est en bonne voie.

", + "content": "Selon une information de Fabrizio Romano, que RMC Sport est en mesure de confirmer, le prêt de Rafinha par le Paris Saint-Germain à la Real Sociedad est en bonne voie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-19-decembre-liga-espagne_AN-202112180237.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-rafinha-devrait-etre-prete-a-la-real-sociedad_AV-202112220412.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/RSu44TlDnNKmOpt6cilSi__L9gQ=/0x304:1984x1420/800x0/images/Real-Madrid-1190989.jpg", + "pubDate": "Wed, 22 Dec 2021 18:27:28 GMT", + "enclosure": "https://images.bfmtv.com/2jXgLxLr_eSzEVMNNH8ySsqVPiI=/7x107:1991x1223/800x0/images/Rafinha-Paris-SG-1004025.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34919,17 +36173,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9287c08b5a43a88890c514a9fc727bc9" + "hash": "82a795ceed7f57ca3d161362ab24f546" }, { - "title": "PRONOS PARIS RMC Le pari de folie du 19 décembre – Coupe de France", - "description": "Notre pronostic : match nul entre Lyon la Duchère et Saint-Etienne (5.50)

", - "content": "Notre pronostic : match nul entre Lyon la Duchère et Saint-Etienne (5.50)

", + "title": "Messi inefficace, les fins de match de l'OL, les stats marquantes de Ligue 1 à la mi-saison", + "description": "La première partie de la saison de Ligue 1 s’achève ce mercredi avec la 19e journée. Le PSG est déjà (largement) champion d’automne, un titre honorifique acquis depuis le début du mois à Lens (1-1). Mais d’autres éléments ou statistiques sont beaucoup plus marquants à mi-saison. Messi le plus inefficace, l'OL fragile en toute fin de match, Bordeaux en mode portes ouvertes à l’image d’une Ligue 1 davantage portée vers l’offensive. Florilège des chiffres marquants avant la trêve hivernale.

", + "content": "La première partie de la saison de Ligue 1 s’achève ce mercredi avec la 19e journée. Le PSG est déjà (largement) champion d’automne, un titre honorifique acquis depuis le début du mois à Lens (1-1). Mais d’autres éléments ou statistiques sont beaucoup plus marquants à mi-saison. Messi le plus inefficace, l'OL fragile en toute fin de match, Bordeaux en mode portes ouvertes à l’image d’une Ligue 1 davantage portée vers l’offensive. Florilège des chiffres marquants avant la trêve hivernale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-19-decembre-coupe-de-france_AN-202112180236.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/messi-inefficace-les-fins-de-match-de-l-ol-les-stats-marquantes-de-ligue-1-a-la-mi-saison_AV-202112220176.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/nIktAMntu9xsPEkEFSUZdrsLzSY=/0x0:2000x1125/800x0/images/W-Khazri-1190988.jpg", + "pubDate": "Wed, 22 Dec 2021 10:49:51 GMT", + "enclosure": "https://images.bfmtv.com/sIwzd4GuQ2q1RPBo39DHkDxCOVg=/0x87:2048x1239/800x0/images/Lionel-MESSI-1191178.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34940,17 +36194,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "265a23072b859b373bff3892cca5339b" + "hash": "568785d08a1419a47eea39e8950101a4" }, { - "title": "Premier League: un supporter de Leeds arrêté pour des propos racistes", - "description": "Un homme a été arrêté après que des joueurs d'Arsenal se sont plaints de propos racistes adressés à leur encontre, lors du déplacement victorieux des Gunners à Leeds (4-1) ce samedi en Premier League.

", - "content": "Un homme a été arrêté après que des joueurs d'Arsenal se sont plaints de propos racistes adressés à leur encontre, lors du déplacement victorieux des Gunners à Leeds (4-1) ce samedi en Premier League.

", + "title": "Bordeaux-Lille maintenu, pas de nouveau cas de Covid-19 chez les Girondins", + "description": "Bordeaux, qui reçoit Lille lors de la 19e journée de Ligue 1, ce mercredi soir (21h), est soulagé de ne compter aucun cas positif mercredi matin.

", + "content": "Bordeaux, qui reçoit Lille lors de la 19e journée de Ligue 1, ce mercredi soir (21h), est soulagé de ne compter aucun cas positif mercredi matin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-un-supporter-de-leeds-arrete-pour-des-propos-racistes_AV-202112180306.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-lille-maintenu-pas-de-nouveau-cas-de-covid-19-chez-les-girondins_AV-202112220171.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 22:59:19 GMT", - "enclosure": "https://images.bfmtv.com/IreTMvOBcisaB7ebrOuBmyN1AHU=/0x117:1200x792/800x0/images/Leeds-Arsenal-1191086.jpg", + "pubDate": "Wed, 22 Dec 2021 10:37:22 GMT", + "enclosure": "https://images.bfmtv.com/NDPI3bx_rRyzTc83IpR-OiKXkBE=/0x0:1200x675/800x0/images/Les-Girondins-de-Bordeaux-1193040.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34961,17 +36215,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "175ac88fa1aca749ed1f4173056c48fd" + "hash": "a7f17d22be369539829fc57eabb688c6" }, { - "title": "Coupe de France: l'effusion de joie des Cannois dans l'euphorie d'une qualification sensationnelle", - "description": "De la présidente du club Anny Courtade aux joueurs, personne à Cannes n'avait de mots assez forts pour décrire la vague d'émotion qui s'est abattue sur le club de N3 après la qualification pour les 16es de finale de la Coupe de France.

", - "content": "De la présidente du club Anny Courtade aux joueurs, personne à Cannes n'avait de mots assez forts pour décrire la vague d'émotion qui s'est abattue sur le club de N3 après la qualification pour les 16es de finale de la Coupe de France.

", + "title": "Barça: pourquoi Gavi lace très bizarrement ses chaussures", + "description": "Gavi, jeune milieu de terrain du FC Barcelone, joue souvent avec les lacets de ses chaussures défaits. Un petit détail hérité d’une habitude de ses plus jeunes années, selon un journaliste catalan.

", + "content": "Gavi, jeune milieu de terrain du FC Barcelone, joue souvent avec les lacets de ses chaussures défaits. Un petit détail hérité d’une habitude de ses plus jeunes années, selon un journaliste catalan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-l-effusion-de-joie-des-cannois-dans-l-euphorie-d-une-qualification-sensationnelle_AV-202112180302.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-pourquoi-gavi-lace-tres-bizarrement-ses-chaussures_AV-202112220169.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 22:31:52 GMT", - "enclosure": "https://images.bfmtv.com/pxkmce2w24uMV7sgAl_GndqczhU=/0x93:1200x768/800x0/images/Cannes-celebre-sa-qualification-1191081.jpg", + "pubDate": "Wed, 22 Dec 2021 10:32:30 GMT", + "enclosure": "https://images.bfmtv.com/ZEkmUfmZ7XV61MGPsUsfECfoEE8=/0x106:2048x1258/800x0/images/Gavi-1193051.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -34982,17 +36236,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5653c9e7cb8d4c6a83fdc13e3ebf76fa" + "hash": "182c8da046eec3cd4099841f1e9443d6" }, { - "title": "Champions Cup: Castres s'incline de peu chez le Munster", - "description": "Seul pensionnaire de Top 14 en lice ce week-end en Champions Cup en raison de la situation sanitaire, Castres n'est pas passé loin du gros coup, s'inclinant de peu sur la pelouse du Munster (19-13).

", - "content": "Seul pensionnaire de Top 14 en lice ce week-end en Champions Cup en raison de la situation sanitaire, Castres n'est pas passé loin du gros coup, s'inclinant de peu sur la pelouse du Munster (19-13).

", + "title": "Ligue 1 en direct: pas de nouveau cas de Covid-19 à Bordeaux, avant d'affronter Lille", + "description": "Il reste encore une journée de Ligue 1 ce mercredi avant les fêtes de fin d’année et la trêve hivernale. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", + "content": "Il reste encore une journée de Ligue 1 ce mercredi avant les fêtes de fin d’année et la trêve hivernale. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-castres-s-incline-de-peu-chez-le-munster_AD-202112180298.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-les-infos-avant-la-19e-journee_LN-202112200099.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 22:09:48 GMT", - "enclosure": "https://images.bfmtv.com/-Gbiv3X6fZpGyxb94pNL8nlNzoc=/0x70:2048x1222/800x0/images/La-joie-du-Munster-face-au-CO-en-Champions-Cup-1191074.jpg", + "pubDate": "Mon, 20 Dec 2021 07:59:56 GMT", + "enclosure": "https://images.bfmtv.com/O-Yqjc9X3deqvgnc0r7iQZR6Q4k=/223x315:2015x1323/800x0/images/Girondins-de-Bordeaux-1192739.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35003,17 +36257,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c735584c83cb30888583566af5c5503" + "hash": "74c608682fea1aedcdea376b2d4e62d3" }, { - "title": "Coupe de France: Rennes élimine Lorient dans le choc breton entre clubs de Ligue 1", - "description": "Rennes s’est tranquillement imposé contre Lorient (1-0) ce samedi, lors des 32es de finale de Coupe de France. Le défenseur Warmed Omari est l’unique buteur de ce match maîtrisé par les protégés de Bruno Genesio. Lorient s'enfonce dans la crise.

", - "content": "Rennes s’est tranquillement imposé contre Lorient (1-0) ce samedi, lors des 32es de finale de Coupe de France. Le défenseur Warmed Omari est l’unique buteur de ce match maîtrisé par les protégés de Bruno Genesio. Lorient s'enfonce dans la crise.

", + "title": "Mercato: \"C’est la dernière saison de Jonathan David à Lille\", annonce son agent", + "description": "L’agent de Jonathan David (21 ans) a confié que l’attaquant disputait sa dernière saison avec Lille avant de partir l’été prochain. Rien n’est encore acté puisque le joueur est sous contrat jusqu’en 2025 mais les intentions de sont claires.

", + "content": "L’agent de Jonathan David (21 ans) a confié que l’attaquant disputait sa dernière saison avec Lille avant de partir l’été prochain. Rien n’est encore acté puisque le joueur est sous contrat jusqu’en 2025 mais les intentions de sont claires.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-rennes-elimine-lorient-dans-le-choc-breton-entre-clubs-de-ligue-1_AV-202112180295.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-c-est-la-derniere-saison-de-jonathan-david-a-lille-annonce-son-agent_AV-202112220156.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 21:55:20 GMT", - "enclosure": "https://images.bfmtv.com/A2mI5Xcf2VVi9Iqjs2mHRu10LLU=/0x90:2048x1242/800x0/images/Warmed-Omari-unique-buteur-du-32e-de-finale-de-Coupe-de-France-entre-Rennes-et-Lorient-1191071.jpg", + "pubDate": "Wed, 22 Dec 2021 09:54:51 GMT", + "enclosure": "https://images.bfmtv.com/AyAduwPvkJv_2U9pCs59lJc_lfs=/0x106:2048x1258/800x0/images/Jonathan-David-1175927.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35024,17 +36278,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "188480de7153ad2b1492c1de5e49727d" + "hash": "80d96910b2b365996d4d6c7ebc713c3d" }, { - "title": "Coupe arabe: les scènes de liesse des supporters à Nice et Marseille, après le sacre de l'Algérie", - "description": "La victoire de l'Algérie contre la Tunisie ce samedi, en finale de la Coupe arabe (2-0 ap), a été fortement célébrée dans plusieurs villes de France. Ce fut notamment le cas à Nice et Marseille, où de nombreux supporters des Fennecs s'étaient réunis.

", - "content": "La victoire de l'Algérie contre la Tunisie ce samedi, en finale de la Coupe arabe (2-0 ap), a été fortement célébrée dans plusieurs villes de France. Ce fut notamment le cas à Nice et Marseille, où de nombreux supporters des Fennecs s'étaient réunis.

", + "title": "OM: Rothen juge le traitement réservé à Mandanda \"désolant\"", + "description": "Jérôme Rothen n’apprécie pas la gestion des gardiens de but à l’OM, dont souffre Steve Mandanda, et l’a fait savoir dans l’émission Rothen s’enflamme, sur RMC.

", + "content": "Jérôme Rothen n’apprécie pas la gestion des gardiens de but à l’OM, dont souffre Steve Mandanda, et l’a fait savoir dans l’émission Rothen s’enflamme, sur RMC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-les-scenes-de-liesse-des-supporters-a-nice-et-marseille-apres-le-sacre-de-l-algerie_AV-202112180291.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-rothen-juge-le-traitement-reserve-a-mandanda-desolant_AV-202112220145.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 21:33:08 GMT", - "enclosure": "https://images.bfmtv.com/ZBBgD8r7tp6ZRW1OGvZZSfigQLo=/0x106:2048x1258/800x0/images/Illustration-des-supporters-algeriens-en-finale-de-la-Coupe-arabe-1191067.jpg", + "pubDate": "Wed, 22 Dec 2021 09:41:10 GMT", + "enclosure": "https://images.bfmtv.com/jSTeWaxgnNCZ8PHuT0P1C9bAm-4=/0x0:1200x675/800x0/images/Steve-Mandanda-1193014.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35045,17 +36299,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa4a31f7b7ae8fa3125237870479ef01" + "hash": "1c8ecc05d90b1c2088fc05405b89d32d" }, { - "title": "Incidents Paris FC-OL: \"Toute l’Europe se fout de notre gueule\", la colère froide d'Hinschberger", - "description": "Philippe Hinschberger, le coach d'Amiens, qualifié pour les 16es de finale de la Coupe de France, a regretté la récurrence des violences commises dans les stades depuis le début de la saison, exhortant certains présidents à réagir. Il fait notamment référence aux débordements de vendredi lors du match Paris FC-OL.

", - "content": "Philippe Hinschberger, le coach d'Amiens, qualifié pour les 16es de finale de la Coupe de France, a regretté la récurrence des violences commises dans les stades depuis le début de la saison, exhortant certains présidents à réagir. Il fait notamment référence aux débordements de vendredi lors du match Paris FC-OL.

", + "title": "Mercato en direct: l'agent de David annonce son départ de Lille en fin de saison", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022. A cette date, de nombreux joueurs dont Kylian Mbappé pourront négocier avec le club de leur choix. En attendant, les cadors du football européen continuent de préparer le prochain marché des transferts et multiplient les pistes et les contacts avec d'éventuelles recrues. Suivez l'actualité du mercato, les informations et rumeurs, en direct commenté sur RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022. A cette date, de nombreux joueurs dont Kylian Mbappé pourront négocier avec le club de leur choix. En attendant, les cadors du football européen continuent de préparer le prochain marché des transferts et multiplient les pistes et les contacts avec d'éventuelles recrues. Suivez l'actualité du mercato, les informations et rumeurs, en direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-toute-l-europe-se-fout-de-notre-gueule-la-colere-froide-d-hinschberger_AV-202112180286.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-20-decembre-2021_LN-202112200060.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 21:15:37 GMT", - "enclosure": "https://images.bfmtv.com/T1Tx4ax2yNSvY4LGTOFXUTt6hkE=/0x123:1200x798/800x0/images/Philippe-Hinschberger-1191057.jpg", + "pubDate": "Mon, 20 Dec 2021 06:59:22 GMT", + "enclosure": "https://images.bfmtv.com/tF3REnUylIm4z8YARr1wMKd5UY0=/0x106:2048x1258/800x0/images/Jonathan-David-en-Coupe-de-France-avec-Lille-contre-Auxerre-1191007.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35066,17 +36320,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2966e55e8d60e170a82e3bde49f467d" + "hash": "7a31193291abc25bdc346e3dc52be542" }, { - "title": "Coupe arabe: des débordements sur les Champs Elysées après le sacre de l’Algérie", - "description": "Des supporters de l’Algérie ont bravé l’arrêté préfectoral leur interdisant de se rendre sur les Champs-Elysées pour célébrer la victoire des Fennecs en Coupe arabe des nations. Des heurts ont éclaté entre les fans et les forces de police ce samedi soir.

", - "content": "Des supporters de l’Algérie ont bravé l’arrêté préfectoral leur interdisant de se rendre sur les Champs-Elysées pour célébrer la victoire des Fennecs en Coupe arabe des nations. Des heurts ont éclaté entre les fans et les forces de police ce samedi soir.

", + "title": "Juventus: Szczesny tacle l'arrogance de son équipe", + "description": "Wojciech Szczesny, gardien de la Juventus, a dénoncé l’arrogance et la prétention avec laquelle son équipe joue parfois et qui lui coûte souvent cher en termes de résultats.

", + "content": "Wojciech Szczesny, gardien de la Juventus, a dénoncé l’arrogance et la prétention avec laquelle son équipe joue parfois et qui lui coûte souvent cher en termes de résultats.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-des-debordements-sur-les-champs-elysees-apres-le-sacre-de-l-algerie_AV-202112180279.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-szczesny-tacle-l-arrogance-de-son-equipe_AV-202112220143.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 20:23:13 GMT", - "enclosure": "https://images.bfmtv.com/vvyNV-0VRyx84VIjyBY4PpJ2g0E=/0x0:2048x1152/800x0/images/Des-supporters-de-l-Algerie-sur-les-Champs-Elysees-a-Paris-1191037.jpg", + "pubDate": "Wed, 22 Dec 2021 09:26:06 GMT", + "enclosure": "https://images.bfmtv.com/hisf4tvUXXUpq44d-SmhFLjh9LU=/0x106:2048x1258/800x0/images/Wojciech-Szczesny-1193012.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35087,17 +36341,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b516e47a282184c65d471edb9eaf4809" + "hash": "db9ea0201093949b0d75ee11234614fa" }, { - "title": "Liga: le Barça s’en remet à sa jeunesse dans un match à rebondissements", - "description": "Trois jeunes de la Masia (Jutlga, Gavi, Nico) ont sorti le Barça du pétrin à domicile, face à Elche. Le club catalan s’est imposé sur le fil (3-2), lors de la 18e journée de Liga.

", - "content": "Trois jeunes de la Masia (Jutlga, Gavi, Nico) ont sorti le Barça du pétrin à domicile, face à Elche. Le club catalan s’est imposé sur le fil (3-2), lors de la 18e journée de Liga.

", + "title": "CAN 2022: le sélectionneur du Cameroun met la pression à ses joueurs sur ses objectifs", + "description": "Le Cameroun nourrit de grandes ambitions pour la Coupe d’Afrique des nations qui débutera sur son sol à partir du 9 janvier 2022. Les Lions Indomptables visent au moins la finale et rêvent de victoire.

", + "content": "Le Cameroun nourrit de grandes ambitions pour la Coupe d’Afrique des nations qui débutera sur son sol à partir du 9 janvier 2022. Les Lions Indomptables visent au moins la finale et rêvent de victoire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-barca-s-en-remet-a-sa-jeunesse-dans-un-match-a-rebondissements_AV-202112180276.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-selectionneur-du-cameroun-met-la-pression-a-ses-joueurs-sur-ses-objectifs_AV-202112220134.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 19:42:39 GMT", - "enclosure": "https://images.bfmtv.com/V-kjEUBFleCKQyLIKQ49RBvblQM=/0x59:1200x734/800x0/images/Gavi-1191033.jpg", + "pubDate": "Wed, 22 Dec 2021 08:53:16 GMT", + "enclosure": "https://images.bfmtv.com/UsoT9uWey5WAqNClgr90Cazoqq0=/0x0:1200x675/800x0/images/Antonio-Conceicao-1192989.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35108,17 +36362,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9ad6c98268a9eccd8496e92ec663d90" + "hash": "9fd90c963bf0c70b05ab72191848f15d" }, { - "title": "Premier League: Martinelli et Arsenal enfoncent encore le Leeds de Bielsa", - "description": "Gabriel Martinelli a brillé et inscrit un doublé lors de la victoire d’Arsenal contre Leeds (4-1) ce samedi, lors de la 18e journée de Premier League. Les Gunners s’installent dans le top 4 alors que l’équipe entraînée par Marcelo Bielsa se rapprochent de la zone de relégation.

", - "content": "Gabriel Martinelli a brillé et inscrit un doublé lors de la victoire d’Arsenal contre Leeds (4-1) ce samedi, lors de la 18e journée de Premier League. Les Gunners s’installent dans le top 4 alors que l’équipe entraînée par Marcelo Bielsa se rapprochent de la zone de relégation.

", + "title": "Ligue 1: à quelle heure et sur quelles chaînes regarder Lorient-PSG et les matchs de la 19e journée", + "description": "La Ligue 1 ferme ses portes en 2021 ce mercredi à l’occasion de la 19e journée, la dernière de la phase aller. Un multiplex de dix matchs en guise de cadeau de Noël qui débutera à 21h.

", + "content": "La Ligue 1 ferme ses portes en 2021 ce mercredi à l’occasion de la 19e journée, la dernière de la phase aller. Un multiplex de dix matchs en guise de cadeau de Noël qui débutera à 21h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-martinelli-et-arsenal-enfoncent-encore-le-leeds-de-bielsa_AV-202112180271.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-a-quelle-heure-et-sur-quelles-chaines-regarder-lorient-psg-et-les-matchs-de-la-19e-journee_AV-202112220131.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 19:25:21 GMT", - "enclosure": "https://images.bfmtv.com/QC-5J2JTEldwYdpaCG9iisOa-AU=/0x92:2048x1244/800x0/images/Gabriel-Martinelli-lors-de-la-victoire-d-Arsenal-a-Leeds-1191029.jpg", + "pubDate": "Wed, 22 Dec 2021 08:47:21 GMT", + "enclosure": "https://images.bfmtv.com/dyqqQCIIGeBevUPrqb70fUw-rZQ=/7x107:1991x1223/800x0/images/Arkadiusz-Milik-Marseille-1192536.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35129,17 +36383,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8352b570c73ded29122eabff36f1a48b" + "hash": "eb245bb9ee1cc7d1fab68d319b7322e8" }, { - "title": "Rennes-Lorient en direct: Rennes domine et s'impose dans le derby, Lorient toujours en crise", - "description": "La Coupe de France offre un derby breton, samedi soir lors des 32es de finales. Le Stade Rennais, favori de la confrontation, accueille Lorient au Roazhon Park.

", - "content": "La Coupe de France offre un derby breton, samedi soir lors des 32es de finales. Le Stade Rennais, favori de la confrontation, accueille Lorient au Roazhon Park.

", + "title": "Séville-Barça: un nul qui empêche Xavi de \"dormir\"", + "description": "En supériorité numérique pendant une demi-heure, le Barça n’a pas réussi à s’imposer sur le terrain du FC Séville (1-1), mercredi. Un résultat qui agace Xavi, satisfait de la prestation de ses joueurs qu’il ne juge pas récompensée à sa juste valeur.

", + "content": "En supériorité numérique pendant une demi-heure, le Barça n’a pas réussi à s’imposer sur le terrain du FC Séville (1-1), mercredi. Un résultat qui agace Xavi, satisfait de la prestation de ses joueurs qu’il ne juge pas récompensée à sa juste valeur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-rennes-lorient-en-direct_LS-202112180270.html", + "link": "https://rmcsport.bfmtv.com/football/liga/seville-barca-un-nul-qui-empeche-xavi-de-dormir_AV-202112220119.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 19:17:05 GMT", - "enclosure": "https://images.bfmtv.com/sI2TbaPSSbRTF8dnqfG2Qt_OKBA=/0x106:2048x1258/800x0/images/Enzo-Le-Fee-face-a-Lovro-Majer-lors-de-Rennes-Lorient-en-Coupe-de-France-1191068.jpg", + "pubDate": "Wed, 22 Dec 2021 08:18:05 GMT", + "enclosure": "https://images.bfmtv.com/ha-BGR6BdAv_M7sE7PVYOLC22qQ=/0x48:2000x1173/800x0/images/Xavi-Hernandez-Barcelone-1176107.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35150,17 +36404,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e96291df066bb94cab02e7b3eb65b358" + "hash": "7e74679fbfb1711653e04c5bf38741fe" }, { - "title": "Ronaldo s’offre Cruzeiro, le club de ses débuts", - "description": "Après Valladolid, le légendaire avant-centre brésilien Ronaldo va racheter le club de Cruzeiro, le club de ses débuts au Brésil.

", - "content": "Après Valladolid, le légendaire avant-centre brésilien Ronaldo va racheter le club de Cruzeiro, le club de ses débuts au Brésil.

", + "title": "Paris 2024: sportifs atteints de trisomie 21, les oubliés des Jeux Paralympiques", + "description": "La liste des épreuves retenues aux Jeux Paralympiques de Paris en 2024 a été publiée début décembre et le verdict est tombé: les athlètes porteurs d’un handicap cognitif ne pourront concourir que dans trois épreuves. Une déception pour la Fédération française de sport adapté qui déplore aussi l’exclusion des athlètes trisomiques.

", + "content": "La liste des épreuves retenues aux Jeux Paralympiques de Paris en 2024 a été publiée début décembre et le verdict est tombé: les athlètes porteurs d’un handicap cognitif ne pourront concourir que dans trois épreuves. Une déception pour la Fédération française de sport adapté qui déplore aussi l’exclusion des athlètes trisomiques.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ronaldo-s-offre-cruzeiro-le-club-de-ses-debuts_AN-202112180268.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/paris-2024-sportifs-atteints-de-trisomie-21-les-oublies-des-jeux-paralympiques_AV-202112210496.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 19:06:34 GMT", - "enclosure": "https://images.bfmtv.com/sK_jofEvt0xzYy9ckIvE-9ubGVY=/0x0:2048x1152/800x0/images/Ronaldo-1191020.jpg", + "pubDate": "Tue, 21 Dec 2021 20:17:55 GMT", + "enclosure": "https://images.bfmtv.com/XC_rBCJEBlcHXVr4vbz_EwSNm0g=/0x106:2048x1258/800x0/images/Jeux-paralympiques-logo-1192772.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35171,17 +36425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "568d487a2bb7749bbc10bc5aaff14fb1" + "hash": "3b8219afe127bbf62a6c480be7ced6ae" }, { - "title": "Incidents Paris FC-OL: le parquet de Paris ouvre une enquête pour violences volontaires", - "description": "Une enquête a été ouverte par le parquet de Paris pour violences volontaires, après les débordements entre supporters qui ont définitivement interrompu le match de Coupe de France entre le Paris FC et l'OL vendredi soir.

", - "content": "Une enquête a été ouverte par le parquet de Paris pour violences volontaires, après les débordements entre supporters qui ont définitivement interrompu le match de Coupe de France entre le Paris FC et l'OL vendredi soir.

", + "title": "Premier League: les clubs craignent le retour du huis-clos après le Boxing Day", + "description": "Les clubs de Premier League s'attendent à devoir fermer leurs stades au public en fin d'année, rapporte la presse anglaise, alors que le Royaume-Uni est en proie à une explosion des cas de Covid-19 liée au variant Omicron.

", + "content": "Les clubs de Premier League s'attendent à devoir fermer leurs stades au public en fin d'année, rapporte la presse anglaise, alors que le Royaume-Uni est en proie à une explosion des cas de Covid-19 liée au variant Omicron.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-le-parquet-de-paris-ouvre-une-enquete-pour-violences-volontaires_AV-202112180263.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-les-clubs-craignent-le-retour-du-huis-clos-apres-le-boxing-day_AV-202112220086.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 18:36:46 GMT", - "enclosure": "https://images.bfmtv.com/rZysLG5QlMnmsAffajID4vq5p-U=/0x106:2048x1258/800x0/images/Les-violents-incidents-dans-les-tribunes-de-Charlety-pour-le-match-entre-le-Paris-FC-et-l-OL-1191018.jpg", + "pubDate": "Wed, 22 Dec 2021 07:34:25 GMT", + "enclosure": "https://images.bfmtv.com/WDy-nU38bM-mzpp27n3bkYs5UeE=/0x0:1200x675/800x0/images/Richard-Masters-1192923.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35192,17 +36446,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a75f27d8937c504696bb6b75cd6324d6" + "hash": "ba648a49b3625b7be251d28245ea6bf8" }, { - "title": "Paris FC-OL en direct: enquête ouverte par le parquet pour violences volontaires", - "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", - "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "title": "Chelsea: Tuchel ne veut pas faire la chasse aux non-vaccinés", + "description": "Face à l’explosion des cas de contamination au coronavirus, Thomas Tuchel ne veut pas forcer les joueurs à se faire vacciner et refuse de pointer du doigt ceux qui refusent de le faire.

", + "content": "Face à l’explosion des cas de contamination au coronavirus, Thomas Tuchel ne veut pas forcer les joueurs à se faire vacciner et refuse de pointer du doigt ceux qui refusent de le faire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-ne-veut-pas-faire-la-chasse-aux-non-vaccines_AV-202112220083.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", - "enclosure": "https://images.bfmtv.com/_0NgSKujzdosEWUkaTEmG2KCcIU=/0x26:2048x1178/800x0/images/Des-incidents-dans-les-tribunes-du-stade-Charlety-entre-supporters-du-Paris-FC-et-de-l-OL-1190647.jpg", + "pubDate": "Wed, 22 Dec 2021 07:28:23 GMT", + "enclosure": "https://images.bfmtv.com/KBRmjNrreMv3p9PEELqKunlHLEY=/0x0:1200x675/800x0/images/Thomas-Tuchel-1179445.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35213,17 +36467,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91d2e5463bd882a64bb7ae260c92e9a4" + "hash": "262c49dced959c485d731809625b3878" }, { - "title": "Coupe Arabe: l'Algérie vient à bout de la Tunisie et décroche son premier titre dans la compétition", - "description": "L'Algérie a trouvé la faille en prolongation face à la Tunisie (2-0) ce samedi, en finale de la Coupe Arabe, qu'elle remporte pour la première fois depuis 1963.

", - "content": "L'Algérie a trouvé la faille en prolongation face à la Tunisie (2-0) ce samedi, en finale de la Coupe Arabe, qu'elle remporte pour la première fois depuis 1963.

", + "title": "Le patron de l'Open d’Australie confiant sur la participation de Nadal et Djokovic", + "description": "Bien qu'il ne sache pas si le n°1 mondial est vacciné, le directeur de l'Open d'Australie Craig Tiley s'est montré optimiste quant à la participation de Novak Djokovic, qui pourrait bénéficier, comme d'autres, d'une exemption médicale.

", + "content": "Bien qu'il ne sache pas si le n°1 mondial est vacciné, le directeur de l'Open d'Australie Craig Tiley s'est montré optimiste quant à la participation de Novak Djokovic, qui pourrait bénéficier, comme d'autres, d'une exemption médicale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-l-algerie-vient-a-bout-de-la-tunisie-et-decroche-son-premier-titre-dans-la-competition_AV-202112180258.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/le-patron-de-l-open-d-australie-confiant-sur-la-participation-de-nadal-et-djokovic_AV-202112220071.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 18:12:01 GMT", - "enclosure": "https://images.bfmtv.com/dClyAqRb6ofIVPCmpu_TbrEq0RA=/0x0:1200x675/800x0/images/Algerie-1191012.jpg", + "pubDate": "Wed, 22 Dec 2021 06:55:25 GMT", + "enclosure": "https://images.bfmtv.com/T3Nf4VVDn_skQQ0hutMqTrE3PAk=/0x73:1200x748/800x0/images/Novak-Djokovic-1192893.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35234,17 +36488,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "193183fca2c5b2b6fbe3c359a354ee35" + "hash": "2d37411e080342a3c02987ef2fe524c8" }, { - "title": "Coupe de France en direct: Lille fait le break contre Auxerre, Nantes a eu très chaud", - "description": "Au lendemain du Paris FC-OL inachevé, la Coupe de France espère retrouver le sourire avec 15 matchs au programme ce samedi à partir de 13h45. Nantes, Lille et Rennes entrent notamment en lice. Toutes les infos et les résultats à suivre dans notre live.

", - "content": "Au lendemain du Paris FC-OL inachevé, la Coupe de France espère retrouver le sourire avec 15 matchs au programme ce samedi à partir de 13h45. Nantes, Lille et Rennes entrent notamment en lice. Toutes les infos et les résultats à suivre dans notre live.

", + "title": "PSG: Messi agite… la grande loterie de Noël en Espagne", + "description": "La loterie de Noël, jeu très populaire en Espagne dont le tirage au sort a lieu ce mercredi, a été animée par le choix de nombreux numéros en lien avec le départ de Lionel Messi au PSG, l’été dernier.

", + "content": "La loterie de Noël, jeu très populaire en Espagne dont le tirage au sort a lieu ce mercredi, a été animée par le choix de nombreux numéros en lien avec le départ de Lionel Messi au PSG, l’été dernier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-suivez-les-32es-de-finale-en-direct_LN-202112180059.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-agite-la-grande-loterie-de-noel-en-espagne_AV-202112220067.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 09:04:34 GMT", - "enclosure": "https://images.bfmtv.com/tF3REnUylIm4z8YARr1wMKd5UY0=/0x106:2048x1258/800x0/images/Jonathan-David-en-Coupe-de-France-avec-Lille-contre-Auxerre-1191007.jpg", + "pubDate": "Wed, 22 Dec 2021 06:48:23 GMT", + "enclosure": "https://images.bfmtv.com/QK9WKtzJHPot5FHwRAWmNUh02Ck=/7x109:1975x1216/800x0/images/Lionel-Messi-Paris-SG-1192533.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35255,17 +36509,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec95f6f8bae9a2cdeb59183782614b1d" + "hash": "033fa2bf2c7448a56fda845b9758891d" }, { - "title": "Algérie-Tunisie: le bijou de Sayoud qui délivre les Fennecs en finale de la Coupe arabe", - "description": "L’Algérie a battu la Tunisie 2-0 en finale de la Coupe arabe ce samedi à Al-Khor, au Qatar. Les champions d’Afrique ont triomphé en prolongation grâce, notamment, à une frappe lumineuse d’Amir Sayoud.

", - "content": "L’Algérie a battu la Tunisie 2-0 en finale de la Coupe arabe ce samedi à Al-Khor, au Qatar. Les champions d’Afrique ont triomphé en prolongation grâce, notamment, à une frappe lumineuse d’Amir Sayoud.

", + "title": "Ligue 1: le patron d’Amazon Prime Vidéo défend le prix de l’abonnement", + "description": "Alex Green, patron des sports d’Amazon Prime Video Europe, justifie le prix des abonnements pratiqués pour regarder les matchs de Ligue 1 sur la plateforme, qui a récupéré 80% des droits l’été dernier et jusqu’en 2024 pour un pris très avantageux.

", + "content": "Alex Green, patron des sports d’Amazon Prime Video Europe, justifie le prix des abonnements pratiqués pour regarder les matchs de Ligue 1 sur la plateforme, qui a récupéré 80% des droits l’été dernier et jusqu’en 2024 pour un pris très avantageux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/algerie-tunisie-le-bijou-de-sayoud-qui-delivre-les-fennecs-en-finale-de-la-coupe-arabe_AV-202112180255.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-patron-d-amazon-prime-video-defend-le-prix-de-l-abonnement_AV-202112220040.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 18:02:55 GMT", - "enclosure": "https://images.bfmtv.com/QbzEW-Ds-eqUGzAw8ZfITJ9fQDc=/0x0:2048x1152/800x0/images/La-joie-d-Amir-Sayoud-1191010.jpg", + "pubDate": "Wed, 22 Dec 2021 05:59:50 GMT", + "enclosure": "https://images.bfmtv.com/MSQvMNDgTmvSTqm48_LLe5IXZi4=/0x212:2048x1364/800x0/images/Les-micros-Amazon-Prime-Video-en-Ligue-1-1151950.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35276,17 +36530,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3407ffe25385fe37ae086c3734dd9f0" + "hash": "4974cecc6031e4b652fa76056ab40cb3" }, { - "title": "Covid-19: pas de raison scientifique de suspendre la Premier League, selon un dirigeant", - "description": "La multiplication des cas de Covid-19 dans les effectifs des clubs de Premier League a engendré le report de nombreuses rencontres. Au micro de la BBC, le président de l'English Football League Rick Parry ne voit pour autant aucune raison de suspendre le championnat.

", - "content": "La multiplication des cas de Covid-19 dans les effectifs des clubs de Premier League a engendré le report de nombreuses rencontres. Au micro de la BBC, le président de l'English Football League Rick Parry ne voit pour autant aucune raison de suspendre le championnat.

", + "title": "Séville-Barça: Koundé \"est tombé dans le piège\" de Jordi Alba, confie Lopetegui après le craquage du Français", + "description": "Julen Lopetegui, entraîneur du FC Séville, a réagi à l’expulsion de son joueur, Jules Koundé, mardi après avoir lancé le ballon en plein visage de Jordi Alba, qui le provoquait, lors du match nul contre le FC Barcelone (1-1).

", + "content": "Julen Lopetegui, entraîneur du FC Séville, a réagi à l’expulsion de son joueur, Jules Koundé, mardi après avoir lancé le ballon en plein visage de Jordi Alba, qui le provoquait, lors du match nul contre le FC Barcelone (1-1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/covid-19-pas-de-raison-scientifique-de-suspendre-la-premier-league-selon-un-dirigeant_AV-202112180253.html", + "link": "https://rmcsport.bfmtv.com/football/liga/seville-barca-kounde-est-tombe-dans-le-piege-de-jordi-alba-confie-lopetegui-apres-le-craquage-du-francais_AV-202112220029.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 17:58:06 GMT", - "enclosure": "https://images.bfmtv.com/c7oR23ZA9dNTIOrmMNWCCVYDMMA=/0x0:2032x1143/800x0/images/La-Premier-League-face-au-Covid-19-1190272.jpg", + "pubDate": "Wed, 22 Dec 2021 05:25:12 GMT", + "enclosure": "https://images.bfmtv.com/m2phRpFs_FJIsjhrsmimnFgAUgE=/24x2:2024x1127/800x0/images/Jules-Kounde-exclu-face-au-Barca-1192834.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35297,17 +36551,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9919f769999e95eba916bab941a9b994" + "hash": "18ce98b959e718f00d314007ab2ec2a8" }, { - "title": "Coupe de France: Chemin Bas d’Avignon-Clermont brièvement interrompu en raison d'incidents", - "description": "Le 32e de finale de Coupe de France entre les amateurs du Chemin Bas d’Avignon et Clermont (0-4) a été momentanément interrompu en fin de deuxième période, à cause d’incidents dans les tribunes du stade des Costières, à Nîmes. Les Auvergnats se sont qualifiés pour les 16es de finale grâce à leur nette victoire 4-0.

", - "content": "Le 32e de finale de Coupe de France entre les amateurs du Chemin Bas d’Avignon et Clermont (0-4) a été momentanément interrompu en fin de deuxième période, à cause d’incidents dans les tribunes du stade des Costières, à Nîmes. Les Auvergnats se sont qualifiés pour les 16es de finale grâce à leur nette victoire 4-0.

", + "title": "NBA: Manu Ginobili présenté au Hall of Fame", + "description": "L'ancienne star des San Antonio Antonio Spurs, Manu Ginobi, sacré quatre fois champion NBA, fait partie de la liste des joueurs nommés pour intégrer le Hall of Fame.

", + "content": "L'ancienne star des San Antonio Antonio Spurs, Manu Ginobi, sacré quatre fois champion NBA, fait partie de la liste des joueurs nommés pour intégrer le Hall of Fame.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-chemin-bas-d-avignon-clermont-brievement-interrompu-en-raison-d-incidents_AV-202112180247.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-manu-ginobili-presente-au-hall-of-fame_AD-202112220021.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 17:24:21 GMT", - "enclosure": "https://images.bfmtv.com/fthMhqaJJiVUl80bu8Cx-T6HcR0=/0x106:2048x1258/800x0/images/Incidents-aux-Costieres-dans-le-match-entre-Chemin-Bas-et-Clermont-en-Coupe-de-France-1190998.jpg", + "pubDate": "Wed, 22 Dec 2021 04:53:21 GMT", + "enclosure": "https://images.bfmtv.com/IFrt3oLrU5tCUDxxeQmcnf8TJ6w=/7x144:1815x1161/800x0/images/-813380.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35318,17 +36572,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f31cfbc3554c84ce0717974fbaad026" + "hash": "3e88e54c4a3dce9dd28b2db128aab4c6" }, { - "title": "Lille: Ingla a présenté sa démission au club", - "description": "Marc Ingla a présenté sa démission au conseil d'administration du LOSC, selon le journal L'Equipe. L'ex-directeur général était resté pour boucler des dossiers sensibles.

", - "content": "Marc Ingla a présenté sa démission au conseil d'administration du LOSC, selon le journal L'Equipe. L'ex-directeur général était resté pour boucler des dossiers sensibles.

", + "title": "NBA: la ligue ne compte pas interrompre la saison, malgré le variant Omicron", + "description": "La NBA n'a pas l'intention d'interrompre la saison en cours en raison du rebond de l'épidémie de Covid et envisage de réduire la période pendant laquelle les joueurs doivent s'isoler en cas de contamination, a déclaré mardi le patron de la ligue Adam Silver.

", + "content": "La NBA n'a pas l'intention d'interrompre la saison en cours en raison du rebond de l'épidémie de Covid et envisage de réduire la période pendant laquelle les joueurs doivent s'isoler en cas de contamination, a déclaré mardi le patron de la ligue Adam Silver.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-ingla-a-presente-sa-demission-au-club_AV-202112180242.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-la-ligue-ne-compte-pas-interrompre-la-saison-malgre-le-variant-omicron_AV-202112220018.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 17:21:13 GMT", - "enclosure": "https://images.bfmtv.com/ioaEMkNdbXEcznwAh2VUZ3w8Bl0=/2x248:4738x2912/800x0/images/-876963.jpg", + "pubDate": "Wed, 22 Dec 2021 00:09:32 GMT", + "enclosure": "https://images.bfmtv.com/u9wkkPVnA4MlbRSsg5yZsVwY6-c=/0x0:1200x675/800x0/images/-863823.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35339,17 +36593,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3885f0c9afe3829ac8ad43a5edf17d31" + "hash": "a07dca9a63b9b1e8859ad7679adf7864" }, { - "title": "NBA: après sa mise à l'écart pour refus de vaccination, Irving va rejouer avec Brooklyn", - "description": "Kyrie Irving est totalement mis à l’écart chez les Brooklyn Nets depuis des mois, le meneur refusant de se faire vacciner contre le Covid-19. Mais le directeur général Sean Marks a annoncé le retour du joueur dans le groupe, au vu du manque d'éléments disponibles.

", - "content": "Kyrie Irving est totalement mis à l’écart chez les Brooklyn Nets depuis des mois, le meneur refusant de se faire vacciner contre le Covid-19. Mais le directeur général Sean Marks a annoncé le retour du joueur dans le groupe, au vu du manque d'éléments disponibles.

", + "title": "Incidents Paris FC-OL: trois ultras interpellés, dont le leader d'un groupe parisien", + "description": "La Préfecture de police a annoncé l’interpellation de trois supporters, ce mardi quatre jours après les incidents ayant éclaté dans les tribunes lors de la rencontre de Coupe de France entre le Paris FC et l’OL, vendredi. Les trois individus arrêtés sont des ultras du PSG, selon les informations de RMC Sport.

", + "content": "La Préfecture de police a annoncé l’interpellation de trois supporters, ce mardi quatre jours après les incidents ayant éclaté dans les tribunes lors de la rencontre de Coupe de France entre le Paris FC et l’OL, vendredi. Les trois individus arrêtés sont des ultras du PSG, selon les informations de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-apres-sa-mise-a-l-ecart-pour-refus-de-vaccination-irving-va-rejouer-avec-brooklyn_AV-202112180235.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-trois-ultras-interpelles_AV-202112210196.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 17:09:22 GMT", - "enclosure": "https://images.bfmtv.com/e3-B-5dhX7UahsylfkdgJCDhUN0=/0x39:768x471/800x0/images/L-incertitude-regne-autour-de-l-avenir-de-la-star-des-Brooklyn-Nets-Kyrie-Irving-ici-contre-le-Heat-de-Miami-a-New-York-le-23-janvier-2021-1149702.jpg", + "pubDate": "Tue, 21 Dec 2021 11:05:49 GMT", + "enclosure": "https://images.bfmtv.com/rZysLG5QlMnmsAffajID4vq5p-U=/0x106:2048x1258/800x0/images/Les-violents-incidents-dans-les-tribunes-de-Charlety-pour-le-match-entre-le-Paris-FC-et-l-OL-1191018.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35360,17 +36614,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9dea8ba3d475c88d518ae2efb4743b2" + "hash": "c6cdfc68405ce9bf27a6ddb681d4cb27" }, { - "title": "Cravate, BMW, maison familiale: des biens de Maradona vendus aux enchères en Argentine", - "description": "De nombreux biens qui ont appartenu à Diego Maradona vont être mis en vente aux enchères dimanche à Buenos Aires. Objectif pour la famille de l'idole, éponger une partie de ses dettes.

", - "content": "De nombreux biens qui ont appartenu à Diego Maradona vont être mis en vente aux enchères dimanche à Buenos Aires. Objectif pour la famille de l'idole, éponger une partie de ses dettes.

", + "title": "PRONOS PARIS RMC Le pari du jour du 22 décembre - Ligue 1", + "description": "Notre pronostic: Nice ne perd pas contre Lens et les deux équipes marquent (2.00)

", + "content": "Notre pronostic: Nice ne perd pas contre Lens et les deux équipes marquent (2.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/cravate-bmw-maison-familiale-des-biens-de-maradona-vendus-aux-encheres-en-argentine_AD-202112180231.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-22-decembre-ligue-1_AN-202112210285.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 16:48:36 GMT", - "enclosure": "https://images.bfmtv.com/6M4xuFWmqqMmPIOKrc6M3RAw4WA=/0x240:512x528/800x0/images/Diego-Maradona-brandit-la-Coupe-du-monde-de-football-apres-la-victoire-en-finale-de-l-Argentine-sur-l-Allemagne-de-l-Ouest-au-stade-Azteca-le-29-juin-1986-a-Mexico-1139523.jpg", + "pubDate": "Tue, 21 Dec 2021 23:06:00 GMT", + "enclosure": "https://images.bfmtv.com/BStochomhfYowammaVmJUM6ULgU=/0x103:2000x1228/800x0/images/Amine-Gouiri-Nice-1192537.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35381,17 +36635,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f61aadaff3ecf6f39e61868efbce82c2" + "hash": "d3a20da9ffc5cc9d947d82b20e4e1224" }, { - "title": "Bayern-Wolfsburg: la raison improbable du remplacement de Pavard", - "description": "A la fin du match de la 17e journée de Bundesliga entre le Bayern Munich et Wolfsburg (4-0), Benjamin Pavard a été remplacé par Malik Tillman parce qu’il s’est rendu… aux toilettes.

", - "content": "A la fin du match de la 17e journée de Bundesliga entre le Bayern Munich et Wolfsburg (4-0), Benjamin Pavard a été remplacé par Malik Tillman parce qu’il s’est rendu… aux toilettes.

", + "title": "PRONOS PARIS RMC Le pari de folie du 22 décembre – Ligue 1", + "description": "Notre pronostic: Marseille bat Reims et Milik marque (3.05)

", + "content": "Notre pronostic: Marseille bat Reims et Milik marque (3.05)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-wolfsburg-la-raison-improbable-du-remplacement-de-pavard_AV-202112180224.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-22-decembre-ligue-1_AN-202112210283.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 16:28:18 GMT", - "enclosure": "https://images.bfmtv.com/iCsIfiN5aos8mMqIIz1AwSh0VGU=/0x0:2048x1152/800x0/images/Benjamin-Pavard-1190969.jpg", + "pubDate": "Tue, 21 Dec 2021 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/dyqqQCIIGeBevUPrqb70fUw-rZQ=/7x107:1991x1223/800x0/images/Arkadiusz-Milik-Marseille-1192536.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35402,17 +36656,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "436d0baa8699077c4e4cbe5ae7a651c4" + "hash": "a8b041fb92ff5e662c7f23fb294853e8" }, { - "title": "Cannet-Rocheville: l'excitation monte avant de jouer l'OM en Coupe de France", - "description": "Le Cannet-Rocheville (N3) s’apprête à vivre un rêve éveillé ce dimanche sur la pelouse du Stade Vélodrome. Si affronter un club professionnel en Coupe de France est toujours un moment spécial pour les clubs amateurs, l’excitation sera un degré plus élevé pour ces joueurs azuréens, la plupart étant supporters de l’OM.  

", - "content": "Le Cannet-Rocheville (N3) s’apprête à vivre un rêve éveillé ce dimanche sur la pelouse du Stade Vélodrome. Si affronter un club professionnel en Coupe de France est toujours un moment spécial pour les clubs amateurs, l’excitation sera un degré plus élevé pour ces joueurs azuréens, la plupart étant supporters de l’OM.  

", + "title": "PRONOS PARIS RMC Le pari sûr du 22 décembre– Ligue 1", + "description": "Notre pronostic: le Paris-SG s'impose à Lorient (1.30)

", + "content": "Notre pronostic: le Paris-SG s'impose à Lorient (1.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/cannet-rocheville-l-excitation-monte-avant-de-jouer-l-om-en-coupe-de-france_AV-202112180217.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-22-decembre-ligue-1_AN-202112210280.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 15:53:29 GMT", - "enclosure": "https://images.bfmtv.com/gISSXyiDd48JVHIljjhzUBEEFS4=/0x106:2048x1258/800x0/images/Luan-Peres-Arek-Milik-et-Dimitri-Payet-avec-l-OM-1181561.jpg", + "pubDate": "Tue, 21 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/QK9WKtzJHPot5FHwRAWmNUh02Ck=/7x109:1975x1216/800x0/images/Lionel-Messi-Paris-SG-1192533.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35423,17 +36677,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15e6e9540a0b14ac47509b1f44d1c0ae" + "hash": "d68ee3c04fbde5b0af547eaf298195cf" }, { - "title": "Coupe de France, Troyes-Nancy: Rami chambre les supporters puis se fait éliminer après un match fou", - "description": "Battu aux tirs au but par Nancy samedi au stade de l’Aube (1-1, 4-2 tab), Troyes est la première équipe de Ligue 1 à être éliminée des 32e de finale de la Coupe de France. Dommage pour Adil Rami qui avait chambré les supporters de l’ASNL après avoir transformé son penalty.

", - "content": "Battu aux tirs au but par Nancy samedi au stade de l’Aube (1-1, 4-2 tab), Troyes est la première équipe de Ligue 1 à être éliminée des 32e de finale de la Coupe de France. Dommage pour Adil Rami qui avait chambré les supporters de l’ASNL après avoir transformé son penalty.

", + "title": "PRONOS PARIS RMC Le nul du jour du 22 décembre – Ligue 1", + "description": "Notre pronostic: pas de vainqueur entre St Etienne et Nantes (3.25)

", + "content": "Notre pronostic: pas de vainqueur entre St Etienne et Nantes (3.25)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-troyes-nancy-rami-chambre-les-supporters-puis-se-fait-eliminer-apres-un-match-fou_AV-202112180214.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-22-decembre-ligue-1_AN-202112210279.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 15:32:00 GMT", - "enclosure": "https://images.bfmtv.com/eq6BVunZKo51YptdXf_iGmQaatI=/6x257:2038x1400/800x0/images/Troyes-Nancy-Rami-en-duel-avec-Jung-1190959.jpg", + "pubDate": "Tue, 21 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/mzgKUImdJAHGQWynFleQu4bLHo0=/0x104:2000x1229/800x0/images/Pascal-Dupraz-St-Etienne-1192531.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35444,17 +36698,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7517c56dde58fc315852081f1185c55b" + "hash": "d6003c6d56922abb4562514826a77fbe" }, { - "title": "Mondial de hand: la capitaine des Bleues Coralie Lassource donne les clés de la finale", - "description": "La capitaine de l’équipe de France Coralie Lassource était invitée samedi sur l’antenne de RMC pour se projeter sur la finale du Mondial de handball féminin face à la Norvège, dimanche (17h30) à Granollers (Espagne).

", - "content": "La capitaine de l’équipe de France Coralie Lassource était invitée samedi sur l’antenne de RMC pour se projeter sur la finale du Mondial de handball féminin face à la Norvège, dimanche (17h30) à Granollers (Espagne).

", + "title": "PRONOS PARIS RMC Le pari extérieur du 22 décembre – Ligue 1", + "description": "Notre pronostic: Strasbourg gagne à Clermont (2.35)

", + "content": "Notre pronostic: Strasbourg gagne à Clermont (2.35)

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-la-capitaine-des-bleues-coralie-lassource-donne-les-cles-de-la-finale_AV-202112180209.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-22-decembre-ligue-1_AN-202112210277.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 14:54:00 GMT", - "enclosure": "https://images.bfmtv.com/Op8saeW6fSLKnwqty3gI-atk0kw=/0x61:2048x1213/800x0/images/Coralie-Lassource-1190945.jpg", + "pubDate": "Tue, 21 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/ZBNpYGG4OTrjCru8g-D5YYNM2b0=/0x104:1984x1220/800x0/images/Ludovic-Ajorque-Strasbourg-1192530.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35465,17 +36719,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52895d6c9345e59ad0931b50fd241bc6" + "hash": "3adb2a71c152979ab18d578be69e87cb" }, { - "title": "Biathlon (Grand-Bornand): en feu sur la poursuite, Fillon Maillet prend la tête de la Coupe du monde", - "description": "Quentin Fillon Maillet a remporté ce samedi la poursuite au Grand-Bornand après un sublime numéro sur les skis et derrière la carabine (20/20). Coup double pour le Français, qui endosse le dossart jaune de leader.

", - "content": "Quentin Fillon Maillet a remporté ce samedi la poursuite au Grand-Bornand après un sublime numéro sur les skis et derrière la carabine (20/20). Coup double pour le Français, qui endosse le dossart jaune de leader.

", + "title": "PRONOS PARIS RMC Le buteur du jour 22 décembre – Ligue 1", + "description": "Notre pronostic: Jonathan David marque à Bordeaux (2.40)

", + "content": "Notre pronostic: Jonathan David marque à Bordeaux (2.40)

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-grand-bornand-fillon-maillet-signe-un-festival-sur-la-poursuite_AN-202112180201.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-22-decembre-ligue-1_AN-202112210276.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 14:33:06 GMT", - "enclosure": "https://images.bfmtv.com/7JQ59eOX4odQC8_1efqP0XNTNQk=/0x26:768x458/800x0/images/La-joie-du-Francais-Quentin-Fillon-Maillet-vainqueur-de-la-poursuite-12-5-km-d-Hochfilzen-Autriche-comptant-pour-la-Coupe-du-monde-de-biathlon-le-11-decembre-2021-1186392.jpg", + "pubDate": "Tue, 21 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/j-EY6ObkarvZDM2So464w2OW-hM=/0x104:1984x1220/800x0/images/Jonathan-David-Lille-1192528.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35486,17 +36740,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0f11c19d0473dcd13d03b9c127aeb7a" + "hash": "13ca3f1ffbe79574d756bfbd1be0d52b" }, { - "title": "Bayern: Lewandowski dépasse Gerd Müller et égale Ronaldo", - "description": "En marquant le dernier but du Bayern Munich face à Wolsburg ce vendredi (4-0), Robert Lewandowski est un peu plus entré dans l’histoire de la Bundesliga. L’attaquant polonais compte 43 buts en championnat en 2021, record annuel de Gerd Müller battu, et 69 toutes compétitions confondues, comme Cristiano Ronaldo en 2013.

", - "content": "En marquant le dernier but du Bayern Munich face à Wolsburg ce vendredi (4-0), Robert Lewandowski est un peu plus entré dans l’histoire de la Bundesliga. L’attaquant polonais compte 43 buts en championnat en 2021, record annuel de Gerd Müller battu, et 69 toutes compétitions confondues, comme Cristiano Ronaldo en 2013.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 22 décembre – Ligue 1", + "description": "Mon pronostic : Saint-Etienne ne perd pas face à Nantes et les deux équipes marquent (2.25)

", + "content": "Mon pronostic : Saint-Etienne ne perd pas face à Nantes et les deux équipes marquent (2.25)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-lewandowski-depasse-gerd-muller-et-egale-ronaldo_AV-202112180028.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-22-decembre-ligue-1_AN-202112210246.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 06:27:45 GMT", - "enclosure": "https://images.bfmtv.com/AS1O-7KU7KxvBsK-UDzfFoYboEU=/0x96:2048x1248/800x0/images/1190713.jpg", + "pubDate": "Tue, 21 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/hEz4NoljqNxYJeSVMHckeDPBwaQ=/7x107:1991x1223/800x0/images/A-Nordin-W-Khazri-1192489.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35507,17 +36761,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8383f41faaa346f01fb141da8405033" + "hash": "38eee30cc763cc5c7566b6ab3bbf79d3" }, { - "title": "Coupe de France: Chemin Bas d’Avignon en effervescence avant son match contre Clermont", - "description": "32e de finale de Coupe de France ce week-end avec l’entrée en lice des clubs de Ligue 1 et l’aventure qui continue pour les amateurs. Ils sont trois petits poucets, évoluant en régionale 2, encore en lice: Panazol, Montauban et Chemin bas d’Avignon, quartier est de Nîmes. Le club qui n’avait jamais dépassé le 5e tour dans son histoire, s’apprête ce samedi à recevoir Clermont aux Costières.

", - "content": "32e de finale de Coupe de France ce week-end avec l’entrée en lice des clubs de Ligue 1 et l’aventure qui continue pour les amateurs. Ils sont trois petits poucets, évoluant en régionale 2, encore en lice: Panazol, Montauban et Chemin bas d’Avignon, quartier est de Nîmes. Le club qui n’avait jamais dépassé le 5e tour dans son histoire, s’apprête ce samedi à recevoir Clermont aux Costières.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 22 décembre – Ligue 1", + "description": "Mon pronostic : Nice ne perd pas et les deux équipes marquent (2.00)

", + "content": "Mon pronostic : Nice ne perd pas et les deux équipes marquent (2.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-chemin-bas-d-avignon-en-effervescence-avant-son-match-contre-clermont_AV-202112180022.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-22-decembre-ligue-1_AN-202112210242.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 06:00:00 GMT", - "enclosure": "https://images.bfmtv.com/VFzpxMKJEeVYvhWmPu56ZT_ISvM=/0x24:1200x699/800x0/images/-955606.jpg", + "pubDate": "Tue, 21 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/6n_2rPd4z-dmVZ17AYZGYHX6OtA=/0x103:1984x1219/800x0/images/A-Gouiri-1192486.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35528,17 +36782,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81ded1910eec22d2ef423a575e4dda2b" + "hash": "15ef45e3a17991b5316fcb824c95e3aa" }, { - "title": "Incidents Paris FC-OL: une liste de débordements de plus en plus longue sur la saison", - "description": "Les incidents entre le Paris FC et l'OL ce vendredi en Coupe de France et l'arrêt définitif du match viennent s'ajouter à une liste très longue de débordements intervenus dans les stades français depuis le début de la saison.

", - "content": "Les incidents entre le Paris FC et l'OL ce vendredi en Coupe de France et l'arrêt définitif du match viennent s'ajouter à une liste très longue de débordements intervenus dans les stades français depuis le début de la saison.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 22 décembre – Ligue 1", + "description": "Mon pronostic : Marseille bat Reims et Milik marque (3.00)

", + "content": "Mon pronostic : Marseille bat Reims et Milik marque (3.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-une-liste-de-debordements-de-plus-en-plus-longue-sur-la-saison_AD-202112180019.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-22-decembre-ligue-1_AN-202112210007.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:21:15 GMT", - "enclosure": "https://images.bfmtv.com/lwx7HNgCG8y6Iq_OABrNmDK5850=/0x90:2048x1242/800x0/images/Gros-incidents-entre-supporters-a-Charlety-lors-du-match-Paris-FC-OL-1190697.jpg", + "pubDate": "Tue, 21 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/xqVR-7I-8L4h1yrcL93xd7L_frM=/15x148:1999x1264/800x0/images/A-Milik-1191800.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35549,17 +36803,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c50f27864b4185a07f3a32bbaaa5720" + "hash": "de73c1e87f75840cfbf24a9237959f99" }, { - "title": "Incidents Paris FC-OL: première application de la nouvelle directive sur les violences dans les stades", - "description": "Le match entre le Paris FC et l'OL ce vendredi, dans le cadre des 32es de finale de Coupe de France, a été définitivement arrêté après de violents incidents entre supporters dans les tribunes. Une décision finale qui s'affiche comme une première application de la nouvelle directive interministérielle actée la veille.

", - "content": "Le match entre le Paris FC et l'OL ce vendredi, dans le cadre des 32es de finale de Coupe de France, a été définitivement arrêté après de violents incidents entre supporters dans les tribunes. Une décision finale qui s'affiche comme une première application de la nouvelle directive interministérielle actée la veille.

", + "title": "Espagne: un joueur d'Alcorcon viré pour s'être filmé en voiture, café à la main à 160 km/h", + "description": "Raul Asencio, attaquant d'Alcorcon (Liga2), s'est vu indiquer la porte de sortie par son club ce mardi. La raison? Le joueur de 23 ans a posté sur ses réseaux sociaux une vidéo de lui conduisant son véhicule à près de 160km/h, un café à la main.

", + "content": "Raul Asencio, attaquant d'Alcorcon (Liga2), s'est vu indiquer la porte de sortie par son club ce mardi. La raison? Le joueur de 23 ans a posté sur ses réseaux sociaux une vidéo de lui conduisant son véhicule à près de 160km/h, un café à la main.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-premiere-application-de-la-nouvelle-directive-sur-les-violences-dans-les-stades_AV-202112180017.html", + "link": "https://rmcsport.bfmtv.com/football/liga/espagne-un-joueur-d-alcorcon-vire-pour-s-etre-filme-en-voiture-cafe-a-la-main-a-160-km-h_AV-202112210532.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:05:42 GMT", - "enclosure": "https://images.bfmtv.com/dIbHX7NXJrkHelh6Nv76Bm0LCCI=/0x166:2048x1318/800x0/images/Les-incidents-entre-supporters-a-Charlety-lors-du-match-Paris-FC-OL-1190694.jpg", + "pubDate": "Tue, 21 Dec 2021 22:58:17 GMT", + "enclosure": "https://images.bfmtv.com/R_5R2CY1YA1fU6tWR_Sp6oXrC0E=/0x0:1936x1089/800x0/images/Alcorcon-en-Liga2-1192785.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35570,17 +36824,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "034613ddbd8af02455a34a5c34b95aff" + "hash": "7c5bd85a15db52329bbb81cc5a479b78" }, { - "title": "Incidents Paris FC-OL: les deux versions des présidents Ferracci et Aulas qui s'affrontent", - "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL n'a pu aller à son terme ce vendredi, définitivement arrêté en raison des incidents entre supporters à la pause. Le président du PFC Pierre Ferracci et celui de Lyon Jean-Michel Aulas ont deux versions qui diffèrent.

", - "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL n'a pu aller à son terme ce vendredi, définitivement arrêté en raison des incidents entre supporters à la pause. Le président du PFC Pierre Ferracci et celui de Lyon Jean-Michel Aulas ont deux versions qui diffèrent.

", + "title": "League Cup: Arsenal étrille Sunderland avec un très joli but de Nketiah", + "description": "Malgré une équipe remaniée, Arsenal n'a pas connu de problème pour se qualifier pour les demi-finales de la Carabao Cup en battant Sunderland (5-1), grâce notamment à un triplé d'Eddie Nketiah.

", + "content": "Malgré une équipe remaniée, Arsenal n'a pas connu de problème pour se qualifier pour les demi-finales de la Carabao Cup en battant Sunderland (5-1), grâce notamment à un triplé d'Eddie Nketiah.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-les-deux-versions-des-presidents-ferracci-et-aulas-qui-s-affrontent_AV-202112170520.html", + "link": "https://rmcsport.bfmtv.com/football/league-cup/league-cup-arsenal-etrille-sunderland-avec-un-tres-joli-but-de-nketiah_AD-202112210529.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 23:27:57 GMT", - "enclosure": "https://images.bfmtv.com/5RARJ2SLOFbgJHaexgRv9araBcs=/5x0:581x324/800x0/images/Pierre-Ferracci-et-Jean-Michel-Aulas-devant-la-presse-1190690.jpg", + "pubDate": "Tue, 21 Dec 2021 22:49:27 GMT", + "enclosure": "https://images.bfmtv.com/1a6e-uhyOPkSJbaFW2cjoZQIM-0=/0x55:1984x1171/800x0/images/Eddie-Nketiah-1192804.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35591,17 +36845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "240c29bd3dd8e139b877fc4fee57f23b" + "hash": "1cac0b54542846d18e26e60854c4fcfd" }, { - "title": "Challenge européen: Toulon gagne sans briller contre Zebre, première discrète pour Kolbe", - "description": "Toulon a fait le travail sans réellement convaincre en battant Zebre ce vendredi, en Challenge européen (28-14). Pour sa première toulonaise, Cheslin Kolbe n'a pas vraiment brillé.

", - "content": "Toulon a fait le travail sans réellement convaincre en battant Zebre ce vendredi, en Challenge européen (28-14). Pour sa première toulonaise, Cheslin Kolbe n'a pas vraiment brillé.

", + "title": "Liga: en supériorité numérique, le Barça cale encore contre Séville", + "description": "En supériorité numérique pendant la dernière demi-heure après l'exclusion de Koundé, le Barça a concédé le nul ce mardi face au FC Séville (1-1). Malgré un Dembélé intéressant, les Catalans sont toujours dans le ventre mou de la Liga.

", + "content": "En supériorité numérique pendant la dernière demi-heure après l'exclusion de Koundé, le Barça a concédé le nul ce mardi face au FC Séville (1-1). Malgré un Dembélé intéressant, les Catalans sont toujours dans le ventre mou de la Liga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/challenge-europeen/challenge-europeen-toulon-gagne-sans-briller-contre-zebre-premiere-discrete-pour-kolbe_AD-202112170525.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-en-superiorite-numerique-le-barca-cale-encore-contre-seville_AV-202112210525.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 23:24:00 GMT", - "enclosure": "https://images.bfmtv.com/C0WidKZZEzTKCCfC6ZwTpKiwRs8=/0x77:2048x1229/800x0/images/Cheslin-Kolbe-avec-Toulon-en-Challenge-europeen-1190699.jpg", + "pubDate": "Tue, 21 Dec 2021 22:33:53 GMT", + "enclosure": "https://images.bfmtv.com/zxBlz9x9DojHNEUlLGqriKUrG1k=/0x70:2000x1195/800x0/images/Barcelone-Seville-1192799.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35612,17 +36866,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc52122b6f8847e4a8de80c476a8a1d1" + "hash": "9d31f7bea96698433cb452a95113dc0e" }, { - "title": "Incidents Paris FC-OL: Aulas veut des \"responsabilités partagées\" et annonce porter plainte", - "description": "Jean-Michel Aulas a défendu la position de l’OL après les incidents ayant entraîné l’arrêt de son match de Coupe de France contre le Paris FC ce vendredi à Charléty. Le président lyonnais a annoncé vouloir porter plainte après ces débordements et défend sa thèse d’une responsabilité partagée avec le PFC.

", - "content": "Jean-Michel Aulas a défendu la position de l’OL après les incidents ayant entraîné l’arrêt de son match de Coupe de France contre le Paris FC ce vendredi à Charléty. Le président lyonnais a annoncé vouloir porter plainte après ces débordements et défend sa thèse d’une responsabilité partagée avec le PFC.

", + "title": "Séville-Barça: le craquage de Koundé, exclu pour avoir balancé le ballon dans la tête d'Alba", + "description": "Jules Koundé a écopé d'un carton rouge direct, pour avoir répondu par un ballon en plein visage à une provocation de Jordi Alba, mardi soir lors du match de championnat espagnol entre Séville et le Barça (1-1).

", + "content": "Jules Koundé a écopé d'un carton rouge direct, pour avoir répondu par un ballon en plein visage à une provocation de Jordi Alba, mardi soir lors du match de championnat espagnol entre Séville et le Barça (1-1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-aulas-denonce-un-souci-de-societe-et-veut-des-responsabilites-partagees_AV-202112170517.html", + "link": "https://rmcsport.bfmtv.com/football/liga/seville-barca-le-craquage-de-kounde-exclu-pour-avoir-balance-le-ballon-dans-la-tete-d-alba_AV-202112210521.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 23:05:26 GMT", - "enclosure": "https://images.bfmtv.com/uCFLd8WXyxaXb37X7NTX1OWPqKU=/0x106:2048x1258/800x0/images/Jean-Michel-Aulas-lors-de-Paris-FC-OL-en-Coupe-de-France-1190685.jpg", + "pubDate": "Tue, 21 Dec 2021 22:22:31 GMT", + "enclosure": "https://images.bfmtv.com/zl2JG9gETipbzMNbDoj1V0Ffc9w=/32x120:1728x1074/800x0/images/Kounde-1192796.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35633,17 +36887,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12da9cb1fbd4738a2949bcdc14146874" + "hash": "333b9d9ab4441bbd8b6772c5ee02434a" }, { - "title": "PRONOS PARIS RMC Les paris du 18 décembre sur Rennes - Lorient - Coupe de France", - "description": "Notre pronostic: Rennes bat Lorient par au moins deux buts d'écart (2.25)

", - "content": "Notre pronostic: Rennes bat Lorient par au moins deux buts d'écart (2.25)

", + "title": "Covid-19: des joueurs de Premier League inquiets face au maintien du Boxing Day", + "description": "Selon les informations relayées par le Daily Mail ce mardi soir, plusieurs joueurs de Premier League auraient mal pris la décision des dirigeants du football anglais de maintenir le Boxing Day. Certains s'attendaient à ce que les représentants des clubs les défendent, eux et leur santé, alors que l'Angleterre est violemment frappée par le variant Omicron.

", + "content": "Selon les informations relayées par le Daily Mail ce mardi soir, plusieurs joueurs de Premier League auraient mal pris la décision des dirigeants du football anglais de maintenir le Boxing Day. Certains s'attendaient à ce que les représentants des clubs les défendent, eux et leur santé, alors que l'Angleterre est violemment frappée par le variant Omicron.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-18-decembre-sur-rennes-lorient-coupe-de-france_AN-202112170339.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/covid-19-des-joueurs-de-premier-league-inquiets-face-au-maintien-du-boxing-day_AV-202112210513.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/7lHAyDSHg0XWsokN2xF4O1AOxE8=/7x107:1991x1223/800x0/images/Gaetan-Laborde-Rennes-1190436.jpg", + "pubDate": "Tue, 21 Dec 2021 21:48:36 GMT", + "enclosure": "https://images.bfmtv.com/XOPlq-bNqFRyKjUtGzpukapaoSU=/0x175:2048x1327/800x0/images/Signalisation-anti-coronavirus-1192792.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35654,17 +36908,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce719207334d02caf3fbab705e90c970" + "hash": "eb85114e8e8a690a55325bf8a4e3c22d" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 18 décembre – Coupe de France", - "description": "Notre pronostic: Sochaux bat Nantes (2.85)

", - "content": "Notre pronostic: Sochaux bat Nantes (2.85)

", + "title": "Manchester City: Benjamin Mendy", + "description": "Benjamin Mendy... Dans le cadre de la préparation de son procès.

", + "content": "Benjamin Mendy... Dans le cadre de la préparation de son procès.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-18-decembre-coupe-de-france_AN-202112170338.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-benjamin-mendy_AV-202112220149.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/dblBO_N8iIJZVIDfc4_Q1kLlYsM=/0x104:2000x1229/800x0/images/Gaetan-Weissbeck-Sochaux-1190430.jpg", + "pubDate": "Wed, 22 Dec 2021 09:44:51 GMT", + "enclosure": "https://images.bfmtv.com/QlzpUV6Zd_ejZmH4aGq2LXo34bg=/0x0:1200x675/800x0/images/Benjamin-Mendy-1192964.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35675,17 +36929,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd66ffb7bca695093849f2d22ab7d75e" + "hash": "cf00d9d49e1b1a46661568c56abb44bb" }, { - "title": "PRONOS PARIS RMC Le pari de folie du 18 décembre – Coupe de France", - "description": "Notre pronostic: match nul entre Lille et Auxerre (5.10)

", - "content": "Notre pronostic: match nul entre Lille et Auxerre (5.10)

", + "title": "Les pronos hippiques du mercredi 22 décembre 2021", + "description": "Le Quinté+ du mercredi 22 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du mercredi 22 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-18-decembre-coupe-de-france_AN-202112170334.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mercredi-22-decembre-2021_AN-202112210413.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/kq9JIuAAxjb4MSbVJXPTOFgJDJ4=/0x104:1984x1220/800x0/images/Gaetan-Charbonnier-Auxerre-1190425.jpg", + "pubDate": "Tue, 21 Dec 2021 17:39:03 GMT", + "enclosure": "https://images.bfmtv.com/AIp1fZ3jFz5sGYJ_FXzw9_uqNhg=/5x25:1173x682/800x0/images/Les-pronos-hippiques-du-22-decembre-2021-1191890.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35696,17 +36950,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b0b73c5ed1b7a0a8f98e8171e6c0b03" + "hash": "458f8913e7b57336726496ad9a59b39b" }, { - "title": "PRONOS PARIS RMC Le pari extérieur du 18 décembre – Série A - Italie", - "description": "Notre pronostic: la Juventus s'impose à Bologne (1.80)

", - "content": "Notre pronostic: la Juventus s'impose à Bologne (1.80)

", + "title": "Portugal: le \"match de la honte\" entre Benfica et Belenenses SAD ne sera pas rejoué", + "description": "La Belenenses SAD avait demandé à faire rejouer le \"match de la honte\" contre Benfica. Le club avait démarré à neuf joueurs, à cause de cas de coronavirus, et avait fini par déclarer forfait lors de la seconde période. Benfica menait alors 7-0.

", + "content": "La Belenenses SAD avait demandé à faire rejouer le \"match de la honte\" contre Benfica. Le club avait démarré à neuf joueurs, à cause de cas de coronavirus, et avait fini par déclarer forfait lors de la seconde période. Benfica menait alors 7-0.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-18-decembre-serie-a-italie_AN-202112170331.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-le-match-de-la-honte-entre-benfica-et-belenenses-sad-ne-sera-pas-rejoue_AV-202112210412.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/6yyB-51kjo_wdA-Hq_nPAXVtOrQ=/0x104:1984x1220/800x0/images/Paulo-Dybala-Juventus-1190424.jpg", + "pubDate": "Tue, 21 Dec 2021 17:38:37 GMT", + "enclosure": "https://images.bfmtv.com/8MGPh4Okfvb-qj8A_43LRSciUxI=/0x80:768x512/800x0/images/L-equipe-de-Belenenses-n-a-pu-aligner-que-neuf-joueurs-pour-affronter-Benfica-le-27-novembre-2021-a-Oeiras-pres-de-Lisbonne-1177247.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35717,17 +36971,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "993d06bd5381c02672d16e07f23906c1" + "hash": "d82239cc5bd38974372eef5813e27e7f" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 19 novembre – Eredivisie - Pays-Bas", - "description": "Notre pronostic: AZ Alkmaar bat Willem II (1.30)

", - "content": "Notre pronostic: AZ Alkmaar bat Willem II (1.30)

", + "title": "F1: Latifi dénonce le harcèlement et les menaces à son encontre depuis le GP d'Abu Dhabi", + "description": "Près de dix jours après le dernier GP de la saison qui s'est déroulé à Abu Dhabi (Émirats arabes unis), Nicholas Latifi a publié un message sur les réseaux sociaux. Le pilote Williams déplore le harcèlement en ligne qu'il a subi, lui dont l'accident a provoqué indirectement la victoire de Max Verstappen en toute fin de course.

", + "content": "Près de dix jours après le dernier GP de la saison qui s'est déroulé à Abu Dhabi (Émirats arabes unis), Nicholas Latifi a publié un message sur les réseaux sociaux. Le pilote Williams déplore le harcèlement en ligne qu'il a subi, lui dont l'accident a provoqué indirectement la victoire de Max Verstappen en toute fin de course.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-19-novembre-eredivisie-pays-bas_AN-202112170327.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-latifi-denonce-le-harcelement-et-les-menaces-a-son-encontre-depuis-le-gp-d-abu-dhabi_AV-202112210403.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/O_xCR6iG-7R4VzkorX0fMpINvxM=/0x104:2000x1229/800x0/images/Dani-de-Wit-AZ-Alkmaar-1190423.jpg", + "pubDate": "Tue, 21 Dec 2021 17:31:01 GMT", + "enclosure": "https://images.bfmtv.com/tkB3u0NPCgC2jR2nOirGez4ewG0=/0x120:2016x1254/800x0/images/Latifi-1192676.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35738,17 +36992,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0fa0a3f2138c1880164ccd916d16d99f" + "hash": "88da0f0a55c233329dd76079c7d968df" }, { - "title": "Incidents Paris FC-OL: la colère de Ferracci, qui attaque très fermement Aulas", - "description": "Président du Paris FC, Pierre Ferracci a réagi devant la presse puis sur RMC aux graves incidents entre supporters qui ont causé l'arrêt définitif du match contre l'OL, ce vendredi en 32e de finale de Coupe de France.

", - "content": "Président du Paris FC, Pierre Ferracci a réagi devant la presse puis sur RMC aux graves incidents entre supporters qui ont causé l'arrêt définitif du match contre l'OL, ce vendredi en 32e de finale de Coupe de France.

", + "title": "Ligue 1: Amazon annonce \"au moins un million de personnes\" devant ses affiches", + "description": "Diffuseur de 80% de la Ligue 1 et de la Ligue 2, Amazon revendique \"au moins un million de personnes\" lors des grosses affiches du championnat de France.

", + "content": "Diffuseur de 80% de la Ligue 1 et de la Ligue 2, Amazon revendique \"au moins un million de personnes\" lors des grosses affiches du championnat de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-la-colere-de-ferracci-qui-attaque-aulas-et-lui-demande-du-menage_AV-202112170513.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-amazon-annonce-au-moins-un-million-de-personnes-devant-ses-affiches_AV-202112210398.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 22:43:20 GMT", - "enclosure": "https://images.bfmtv.com/pAIusNyZzE9kfQ1iIUJSMgyGvk4=/0x125:1536x989/800x0/images/Pierre-Ferracci-au-micro-de-RMC-1190673.jpg", + "pubDate": "Tue, 21 Dec 2021 17:25:11 GMT", + "enclosure": "https://images.bfmtv.com/MSQvMNDgTmvSTqm48_LLe5IXZi4=/0x212:2048x1364/800x0/images/Les-micros-Amazon-Prime-Video-en-Ligue-1-1151950.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35759,17 +37013,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6ef1d61004a9af5a190f43c1a1123a8" + "hash": "b8d11a08daa658616eccd8dcbac442e7" }, { - "title": "Paris FC-OL: des supporters présents à Charléty racontent les débordements", - "description": "Le match de Coupe de France entre le Paris FC et l'OL a été interrompu après des incidents entre supporters des deux équipes à la mi-temps (1-1). Plusieurs spectateurs ont raconté pour RMC le déroulé des événements d'une nouvelle soirée décevante pour le football tricolore.

", - "content": "Le match de Coupe de France entre le Paris FC et l'OL a été interrompu après des incidents entre supporters des deux équipes à la mi-temps (1-1). Plusieurs spectateurs ont raconté pour RMC le déroulé des événements d'une nouvelle soirée décevante pour le football tricolore.

", + "title": "Jean Alesi sera jugé en correctionnelle, après sa garde à vue pour dégradations", + "description": "Placé en garde à vue pour avoir fait exploser avec un pétard la fenêtre du bureau de son beau-frère, Jean Alesi, l'ancien pilote français de Formule 1, sera jugé en correctionnelle en 2023. C'est le parquet de Nîmes qui l'a annoncé ce mardi.

", + "content": "Placé en garde à vue pour avoir fait exploser avec un pétard la fenêtre du bureau de son beau-frère, Jean Alesi, l'ancien pilote français de Formule 1, sera jugé en correctionnelle en 2023. C'est le parquet de Nîmes qui l'a annoncé ce mardi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-des-supporters-presents-a-charlety-racontent-les-debordements_AV-202112170505.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/jean-alesi-sera-juge-en-correctionnelle-apres-sa-garde-a-vue-pour-degradations_AV-202112210370.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 22:09:49 GMT", - "enclosure": "https://images.bfmtv.com/bo3W_vlI9_T2jGo1pqlruiiR8JM=/0x162:2048x1314/800x0/images/Des-incidents-dans-les-tribunes-de-Charlety-pendant-Paris-FC-OL-1190665.jpg", + "pubDate": "Tue, 21 Dec 2021 16:59:34 GMT", + "enclosure": "https://images.bfmtv.com/_mP2ibdKo60h79vJh0Lf7FYbAhY=/0x0:768x432/800x0/images/L-ex-pilote-francais-Jean-Alesi-lors-du-Grand-Prix-de-Belgique-au-circuit-Spa-Francorchamps-le-25-aout-2016-1192633.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35780,17 +37034,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfdc7c3adb9fbda1fe81f8e4dec2e673" + "hash": "6daf02cfdd5e48138b1292473bb5bb2e" }, { - "title": "Paris FC - OL en direct: graves incidents entre supporters, le match ne reprendra pas", - "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", - "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "title": "Ligue des champions: razzia sur les places pour LOSC-Chelsea", + "description": "La billetterie pour l'affiche des 8emes de finale de Ligue des champions entre Lille et Chelsea s'ouvrait au grand public ce mardi, et elle a eu un grand succès. Plus aucune place n'est disponible sur le site actuellement.

", + "content": "La billetterie pour l'affiche des 8emes de finale de Ligue des champions entre Lille et Chelsea s'ouvrait au grand public ce mardi, et elle a eu un grand succès. Plus aucune place n'est disponible sur le site actuellement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-razzia-sur-les-places-pour-losc-chelsea_AV-202112210351.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", - "enclosure": "https://images.bfmtv.com/_0NgSKujzdosEWUkaTEmG2KCcIU=/0x26:2048x1178/800x0/images/Des-incidents-dans-les-tribunes-du-stade-Charlety-entre-supporters-du-Paris-FC-et-de-l-OL-1190647.jpg", + "pubDate": "Tue, 21 Dec 2021 16:15:44 GMT", + "enclosure": "https://images.bfmtv.com/h-x8Y5LZY-cWnmvORiRW0GNWyPQ=/0x106:2048x1258/800x0/images/Lille-1187149.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35801,17 +37055,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c174707fe33eb5529f2f7ac237085f28" + "hash": "87f77093cd91034de7b093aadbbaa534" }, { - "title": "Paris FC-OL: gros incidents entre supporters au stade Charléty, le match définitivement interrompu", - "description": "Le 32e de finale de la Coupe de France entre le Paris FC et l’Olympique Lyonnais a été marqué par des incidents entre supporters à la pause ce vendredi au stade Charléty. Après 50 minutes d'attente, le match a été définitivement interrompu.

", - "content": "Le 32e de finale de la Coupe de France entre le Paris FC et l’Olympique Lyonnais a été marqué par des incidents entre supporters à la pause ce vendredi au stade Charléty. Après 50 minutes d'attente, le match a été définitivement interrompu.

", + "title": "Rallye WRC: Sébastien Loeb va participer au rallye de Monte-Carlo", + "description": "A 47 ans, Sébastien Loeb va faire son retour au rallye WRC de Monte-Carlo, prévu du 20 au 23 janvier prochain, quelques jours après avoir participé au Dakar.

", + "content": "A 47 ans, Sébastien Loeb va faire son retour au rallye WRC de Monte-Carlo, prévu du 20 au 23 janvier prochain, quelques jours après avoir participé au Dakar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-de-gros-incidents-entre-supporters-au-stade-charlety-le-match-interrompu_AV-202112170491.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye-wrc-sebastien-loeb-va-participer-au-rallye-de-monte-carlo_AD-202112210350.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 21:16:46 GMT", - "enclosure": "https://images.bfmtv.com/qWDpnjZr7hBySNaIQhf-8WckcN0=/0x0:2048x1152/800x0/images/Des-incidents-entre-supporters-du-PFC-et-de-l-OL-au-stade-Charlety-1190658.jpg", + "pubDate": "Tue, 21 Dec 2021 16:11:14 GMT", + "enclosure": "https://images.bfmtv.com/paotU5NBfFg8rm1-XuQkJm7pf_w=/95x19:767x397/800x0/images/Le-pilote-francais-Sebastien-Loeb-a-la-veille-du-checkup-du-Rallye-du-Dakar-le-31-decembre-2020-a-Jeddah-Arabie-Saoudite-999564.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35822,17 +37076,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61d404331ef26f5c3e9b818288a9973e" + "hash": "c72a8f939b9ccbaac9853bccebc87118" }, { - "title": "Champions Cup: le beau geste du Stade Français après le report du match contre Bristol", - "description": "Initialement programmé dimanche, le match de la 2eme journée de Champions Cup entre le Stade Français et Bristol a été reporté à une date ultérieure en raison de la crise sanitaire. Le club parisien a pris acte de cette décision et a reversé au Secours Populaire la nourriture qui était prévue dans les loges du stade Jean-Bouin.

", - "content": "Initialement programmé dimanche, le match de la 2eme journée de Champions Cup entre le Stade Français et Bristol a été reporté à une date ultérieure en raison de la crise sanitaire. Le club parisien a pris acte de cette décision et a reversé au Secours Populaire la nourriture qui était prévue dans les loges du stade Jean-Bouin.

", + "title": "Serie A: Salernitana sera exclue sans vente au 31 décembre", + "description": "Malgré le vote à l'unanimité des clubs de Serie A en faveur du maintien de Salernitana dans l'élite, la Fédération iatlienne reste campée sur sa décision. Le dernier du classement sera exclu du championnat, si le club n'a pas vendu les parts du président de la Lazio Rome d'ici le 31 décembre.

", + "content": "Malgré le vote à l'unanimité des clubs de Serie A en faveur du maintien de Salernitana dans l'élite, la Fédération iatlienne reste campée sur sa décision. Le dernier du classement sera exclu du championnat, si le club n'a pas vendu les parts du président de la Lazio Rome d'ici le 31 décembre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-le-beau-geste-du-stade-francais-apres-le-report-du-match-contre-bristol_AV-202112170485.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-salernitana-sera-exclue-sans-vente-au-31-decembre_AV-202112210341.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 20:59:38 GMT", - "enclosure": "https://images.bfmtv.com/v9-ydCFbO6Ki1tA9QGauO8LO0vo=/0x0:2048x1152/800x0/images/Marco-Kremer-1190643.jpg", + "pubDate": "Tue, 21 Dec 2021 15:59:16 GMT", + "enclosure": "https://images.bfmtv.com/3qH8l-Ydoerdc2Mw0fVzAf1eb-c=/0x0:2048x1152/800x0/images/Franck-Ribery-avec-Salernitana-1145425.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35843,17 +37097,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d385f7fc1afe5089ec17d5a1106525a" + "hash": "df99c2361e18534a4a9ef3557c50b6f5" }, { - "title": "France-Danemark en direct: les Bleues affronteront la Norvège en finale dimanche", - "description": "La France affronte le Danemark en demi-finale du Mondial de hand féminin ce vendredi (17h30). Une rencontre à suivre en intégralité dans notre live RMC Sport.

", - "content": "La France affronte le Danemark en demi-finale du Mondial de hand féminin ce vendredi (17h30). Une rencontre à suivre en intégralité dans notre live RMC Sport.

", + "title": "Paris FC-OL: le CUP promet des exclusions en cas d'implication dans les incidents", + "description": "Dans un communiqué, le Collectif Ultras Paris condamne les incidents survenus lors de Paris FC-OL vendredi dernier lors des 32e de finale de la Coupe de France. Le groupe de supporters du PSG promet également des sanctions si certains membres sont impliqués.

", + "content": "Dans un communiqué, le Collectif Ultras Paris condamne les incidents survenus lors de Paris FC-OL vendredi dernier lors des 32e de finale de la Coupe de France. Le groupe de supporters du PSG promet également des sanctions si certains membres sont impliqués.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/france-danemark-en-direct-suivez-la-demi-finale-du-mondial-feminin-de-handball_LN-202112170332.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-le-cup-promet-des-exclusions-en-cas-d-implication-dans-les-incidents_AV-202112210337.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 15:08:50 GMT", - "enclosure": "https://images.bfmtv.com/ae2q0wOnDup7W2Liohtopm_X6NQ=/0x106:2048x1258/800x0/images/Grace-Zaadi-lors-de-France-Danemark-1190551.jpg", + "pubDate": "Tue, 21 Dec 2021 15:51:48 GMT", + "enclosure": "https://images.bfmtv.com/w_9LluGhx9tk1C_Bp9kJQE7As8I=/0x106:2048x1258/800x0/images/Paris-FC-Lyon-1190915.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35864,17 +37118,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ab8b64622c42e67ebe920bd2c87f777" + "hash": "8e49bdd54a0dbc8a386b87e7d3e58a76" }, { - "title": "Boxe: scandale pour le Français Soro, injustement battu sur une erreur arbitrale", - "description": "Michel Soro s’est incliné ce vendredi en demi-finale WBA des super-welters à Tachkent (Ouzbékistan). Battu par le local Israil Madrimov, le boxeur français a injustement été arrêté par l’arbitre pour des coups reçus… après la fin du neuvième round.

", - "content": "Michel Soro s’est incliné ce vendredi en demi-finale WBA des super-welters à Tachkent (Ouzbékistan). Battu par le local Israil Madrimov, le boxeur français a injustement été arrêté par l’arbitre pour des coups reçus… après la fin du neuvième round.

", + "title": "Manchester City: où en est l'affaire Mendy à la veille de l'audience du défenseur français", + "description": "Incarcéré depuis fin août dans une prison au sud de Liverpool, Benjamin Mendy va participer mercredi à une audience préparatoire à son procès, qui débutera fin janvier. Accusé de six viols et d'une agression sexuelle, le défenseur international français devra préciser demain s'il plaide coupable ou non-coupable.

", + "content": "Incarcéré depuis fin août dans une prison au sud de Liverpool, Benjamin Mendy va participer mercredi à une audience préparatoire à son procès, qui débutera fin janvier. Accusé de six viols et d'une agression sexuelle, le défenseur international français devra préciser demain s'il plaide coupable ou non-coupable.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-scandale-pour-le-francais-soro-injustement-battu-sur-une-erreur-arbitrale_AV-202112170484.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-ou-en-est-l-affaire-mendy-a-la-veille-de-l-audience-du-defenseur-francais_AV-202112210333.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 20:49:14 GMT", - "enclosure": "https://images.bfmtv.com/WYfI0uxkHoKWW3lwZcn7wLEAJ8I=/0x1:2048x1153/800x0/images/Michel-Soro-1190641.jpg", + "pubDate": "Tue, 21 Dec 2021 15:45:13 GMT", + "enclosure": "https://images.bfmtv.com/Eto7W7jsRpmt9B8YaWDDEmSFN88=/6x83:2038x1226/800x0/images/Benjamin-Mendy-1125215.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35885,17 +37139,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cf9260d3aaf7a4e40c8153b6c8c16bb" + "hash": "bdb66bb506eff9e7b1b296f2968b4df7" }, { - "title": "Tunisie-Algérie: sur quelle chaîne et à quelle heure suivre la finale de la Coupe arabe", - "description": "La Tunisie et l’Algérie s’affrontent ce samedi en finale de la Coupe arabe disputée, au stade Al Bayt d’Al-Khor au Qatar. A partir de 16h, les deux rivaux du Maghreb lutteront pour le titre lors d’un duel diffusé en direct sur beIN Sports et sur YouTube.

", - "content": "La Tunisie et l’Algérie s’affrontent ce samedi en finale de la Coupe arabe disputée, au stade Al Bayt d’Al-Khor au Qatar. A partir de 16h, les deux rivaux du Maghreb lutteront pour le titre lors d’un duel diffusé en direct sur beIN Sports et sur YouTube.

", + "title": "Paris FC-OL en direct: le CUP promet des exclusions en cas d'implication dans les incidents", + "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/tunisie-algerie-sur-quelle-chaine-et-a-quelle-heure-suivre-la-finale-de-la-coupe-arabe_AV-202112180015.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 20:35:00 GMT", - "enclosure": "https://images.bfmtv.com/oVLpPfGdJOORW_yJMl20xa4BRhc=/0x0:2048x1152/800x0/images/Hannibal-Mejbri-avec-la-Tunisie-1190618.jpg", + "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", + "enclosure": "https://images.bfmtv.com/BGqdZq0MbCqAD3pH0cs6mAHkk2A=/0x12:768x444/800x0/images/Des-supporters-entres-sur-le-terrain-du-stade-Charlety-de-Paris-a-la-mi-temps-du-32e-de-finale-de-Coupe-de-France-entre-le-Paris-FC-et-Lyon-le-17-decembre-2021-arrete-definitivement-en-raison-d-incidents-en-tribunes-1190938.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35906,17 +37160,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e98774836eafa38e13d4297999de1ad" + "hash": "1c8d841ee0d456b621d1a00d1db46ef3" }, { - "title": "Equipe de France: Mbappé est \"serein\" sur son avenir, selon Deschamps", - "description": "Interrogé vendredi sur les ondes d’Europe 1, le sélectionneur de l’équipe de France Didier Deschamps ne s’inquiète pas pour l’avenir de son buteur Kylian Mbappé, en fin de contrat avec le PSG à la fin de la saison.

", - "content": "Interrogé vendredi sur les ondes d’Europe 1, le sélectionneur de l’équipe de France Didier Deschamps ne s’inquiète pas pour l’avenir de son buteur Kylian Mbappé, en fin de contrat avec le PSG à la fin de la saison.

", + "title": "Espagne: 27 cas positifs dans une équipe, un énorme cluster en seconde division", + "description": "Le CD Lugo, club de deuxième division espagnole, a confirmé quatre nouveaux cas positifs ce mardi, dont deux joueurs, ce qui porte à 27 le nombre total de personnes infectées au sein du club.

", + "content": "Le CD Lugo, club de deuxième division espagnole, a confirmé quatre nouveaux cas positifs ce mardi, dont deux joueurs, ce qui porte à 27 le nombre total de personnes infectées au sein du club.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-mbappe-est-serein-sur-son-avenir-selon-deschamps_AV-202112170482.html", + "link": "https://rmcsport.bfmtv.com/football/liga/espagne-27-cas-positifs-dans-une-equipe-un-enorme-cluster-en-seconde-division_AN-202112210327.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 20:33:46 GMT", - "enclosure": "https://images.bfmtv.com/zgr93olRDThhaSYJEHgUzwFZ0DQ=/0x0:2032x1143/800x0/images/Kylian-Mbappe-et-Didier-Deschamps-1190632.jpg", + "pubDate": "Tue, 21 Dec 2021 15:35:50 GMT", + "enclosure": "https://images.bfmtv.com/Ft90NQpkcPAghqCffeFAt56pbHM=/0x42:2048x1194/800x0/images/CD-Lugo-1192593.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35927,17 +37181,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9d9450b7b302415a5ec6cc9aa84a56e" + "hash": "800130234edfec977aacd9ed242cd793" }, { - "title": "Coupe de France: les supporters de Saint-Etienne interdits de déplacement contre Lyon-La Duchère", - "description": "Pas au mieux en Ligue 1, Saint-Etienne tentera de se relancer dimanche lors de son 32e de finale de Coupe de France face à Lyon-La Duchère. Afin d’éviter des débordements, les pouvoirs publics ont interdit de déplacement les supporters des Verts.

", - "content": "Pas au mieux en Ligue 1, Saint-Etienne tentera de se relancer dimanche lors de son 32e de finale de Coupe de France face à Lyon-La Duchère. Afin d’éviter des débordements, les pouvoirs publics ont interdit de déplacement les supporters des Verts.

", + "title": "Rennes: Genesio raconte les menaces de mort des supporters de l’OL contre lui en 2017", + "description": "Troisième de Ligue 1 avant un déplacement à Monaco lors de la 19e journée, Bruno Genesio fait l’unanimité avec Rennes. Tout le contraire de sa précédente expérience de quatre ans à Lyon où l’entraîneur a même fait face à des menaces de mort de ses propres supporters. Un moment compliqué partagé par le technicien ce mardi en conférence de presse.

", + "content": "Troisième de Ligue 1 avant un déplacement à Monaco lors de la 19e journée, Bruno Genesio fait l’unanimité avec Rennes. Tout le contraire de sa précédente expérience de quatre ans à Lyon où l’entraîneur a même fait face à des menaces de mort de ses propres supporters. Un moment compliqué partagé par le technicien ce mardi en conférence de presse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-les-supporters-de-saint-etienne-interdits-de-deplacement-contre-lyon-la-duchere_AV-202112170479.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-genesio-raconte-les-menaces-de-mort-des-supporters-de-l-ol-contre-lui-en-2017_AV-202112210318.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 20:10:20 GMT", - "enclosure": "https://images.bfmtv.com/AKXdTA684DvBiL3GmmMHvv1Wlg4=/0x162:2048x1314/800x0/images/Des-supporters-de-Saint-Etienne-en-Ligue-1-1190631.jpg", + "pubDate": "Tue, 21 Dec 2021 15:23:27 GMT", + "enclosure": "https://images.bfmtv.com/GYaO4ghKG0DqUYVu7l8nhwwWvfA=/0x0:2048x1152/800x0/images/Bruno-Genesio-l-entraineur-de-Rennes-1192582.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35948,17 +37202,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "970063b35e5240fd505d9a5208cc51ef" + "hash": "e8ea8db43301a16af73be2f752c5ab99" }, { - "title": "Mercato en direct: selon Deschamps, Mbappé est \"tranquille et serein\" concernant son avenir", - "description": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", - "content": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", + "title": "Saint-Etienne: Dupraz annonce que deux joueurs ont refusé d’aller à la CAN pour aider les Verts", + "description": "Dernier de Ligue 1, l’AS Saint-Etienne va voir son effectif être amputé de nombreux éléments qui participeront à la Coupe d’Afrique des nations cet hiver. Mais devant la presse, le coach Pascal Dupraz a annoncé que Mahdi Camara et Zaydou Youssouf, qui sont sélectionnables, ont choisi de rester avec les Verts.

", + "content": "Dernier de Ligue 1, l’AS Saint-Etienne va voir son effectif être amputé de nombreux éléments qui participeront à la Coupe d’Afrique des nations cet hiver. Mais devant la presse, le coach Pascal Dupraz a annoncé que Mahdi Camara et Zaydou Youssouf, qui sont sélectionnables, ont choisi de rester avec les Verts.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-dupraz-annonce-que-deux-joueurs-ont-refuse-d-aller-a-la-can-pour-aider-les-verts_AV-202112210316.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 07:38:53 GMT", - "enclosure": "https://images.bfmtv.com/Dh8YO_FiUrG0tZ1rE5zq_69l-30=/0x162:2048x1314/800x0/images/Deschamps-et-Mbappe-1186156.jpg", + "pubDate": "Tue, 21 Dec 2021 15:18:22 GMT", + "enclosure": "https://images.bfmtv.com/FnJo96AofzNwyj1G09VQah1ewLc=/0x0:768x432/800x0/images/L-entraineur-de-Saint-Etienne-Pascal-Dupraz-lors-de-la-victoire-1-0-face-a-Lyon-La-Duchere-lors-du-32e-de-finale-de-la-Coupe-de-France-le-19-decembre-2021-au-Stade-de-Balmont-a-Lyon-1191400.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35969,17 +37223,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8063c3196c19b3b4d10d69293831e6c2" + "hash": "9abf285ee4d49433c208445cf74b3d40" }, { - "title": "Enquête pour viol sur mineure contre l'ex jockey David Cottin", - "description": "Comme révélé ce vendredi par Le Parisien, l'ancien jockey David Cottin est suspecté de viol sur mineure. Une enquête préliminaire a été lancée il y a quelques semaines.

", - "content": "Comme révélé ce vendredi par Le Parisien, l'ancien jockey David Cottin est suspecté de viol sur mineure. Une enquête préliminaire a été lancée il y a quelques semaines.

", + "title": "CAN 2022: gravement blessé au visage il y a un mois, Osimhen se dit prêt à jouer", + "description": "Gravement touché au visage il y a un mois en Serie A avec Naples, Victor Osimhen a annoncé ce mardi qu'il devrait être opérationnel pour la prochaine CAN 2022 (9 janvier-22 février). Après son opération le 25 novembre dernier, l'attaquant nigérian devait pourtant s'absenter des terrains pour au moins trois mois.

", + "content": "Gravement touché au visage il y a un mois en Serie A avec Naples, Victor Osimhen a annoncé ce mardi qu'il devrait être opérationnel pour la prochaine CAN 2022 (9 janvier-22 février). Après son opération le 25 novembre dernier, l'attaquant nigérian devait pourtant s'absenter des terrains pour au moins trois mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/enquete-pour-viol-sur-mineure-contre-l-ex-jockey-david-cottin_AD-202112170472.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-gravement-blesse-au-visage-il-y-a-un-mois-osimhen-se-dit-pret-a-jouer_AV-202112210314.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 19:15:46 GMT", - "enclosure": "https://images.bfmtv.com/XefRylUGRaMiFY1wRbiq2f3gnNo=/0x0:2048x1152/800x0/images/David-Cottin-1190614.jpg", + "pubDate": "Tue, 21 Dec 2021 15:04:58 GMT", + "enclosure": "https://images.bfmtv.com/W3NLBrovzfREXAyeW-6A0U6Mf_4=/0x0:2048x1152/800x0/images/Victor-Osimhen-s-est-blesse-au-visage-lors-de-la-rencontre-entre-Naples-et-l-Inter-Milan-le-21-novembre-1192566.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -35990,17 +37244,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae21ef359bb72ddd5220cbae152c9969" + "hash": "4ab02f93694e56853486a89d8d32a170" }, { - "title": "Mondial de hand: les Bleues entre fierté et incrédulité après leur folle remontée en demi-finale", - "description": "L’équipe de France féminine de handball s’est arrachée ce vendredi pour battre le Danemark (23-22) et se qualifier pour la finale du Mondial en Espagne. Après cette bataille terrible, les Bleues ont savouré avec incrédulité.

", - "content": "L’équipe de France féminine de handball s’est arrachée ce vendredi pour battre le Danemark (23-22) et se qualifier pour la finale du Mondial en Espagne. Après cette bataille terrible, les Bleues ont savouré avec incrédulité.

", + "title": "OL: Bosz voudrait rejouer le match contre le Paris FC", + "description": "Questionné en conférence de presse sur les incidents lors de Paris FC-OL en Coupe de France, l'entraîneur lyonnais Peter Bosz s'est dit \"déçu\" de ne pas avoir pu aller au bout du match, et espère qu'il pourra être rejoué.

", + "content": "Questionné en conférence de presse sur les incidents lors de Paris FC-OL en Coupe de France, l'entraîneur lyonnais Peter Bosz s'est dit \"déçu\" de ne pas avoir pu aller au bout du match, et espère qu'il pourra être rejoué.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-les-bleues-entre-fierte-et-incredulite-apres-leur-folle-remontee-en-demi-finale_AV-202112170471.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-bosz-voudrait-rejouer-le-match-contre-le-paris-fc_AV-202112210309.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 19:13:29 GMT", - "enclosure": "https://images.bfmtv.com/5YMRYoQs7-7gSNPN7B8-sM-Hr2k=/0x112:2048x1264/800x0/images/Estelle-Nze-Minko-et-les-Bleues-qualifiees-pour-la-finale-1190600.jpg", + "pubDate": "Tue, 21 Dec 2021 14:49:27 GMT", + "enclosure": "https://images.bfmtv.com/rElupqYVd_md7kXWSAuzprBH1fA=/0x106:2048x1258/800x0/images/Peter-Bosz-face-au-Paris-FC-en-Coupe-de-France-1192554.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36011,17 +37265,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb10c1cf8acf5fd998d5180beaa71300" + "hash": "000b21f1fecd95e2da41e763a39e3d64" }, { - "title": "Arsenal: Aubameyang écarté par Arteta jusqu’à la CAN 2022... au moins", - "description": "Selon le Daily Mail, la mise à l’écart de l’attaquant d’Arsenal Pierre-Emerick Aubameyang durera au moins jusqu’à la Coupe d’Afrique des nations 2022 qui débute le 9 janvier au Cameroun.

", - "content": "Selon le Daily Mail, la mise à l’écart de l’attaquant d’Arsenal Pierre-Emerick Aubameyang durera au moins jusqu’à la Coupe d’Afrique des nations 2022 qui débute le 9 janvier au Cameroun.

", + "title": "\"Mauvaise blague\" ou litige familial, les explications de Jean Alesi en garde à vue", + "description": "Placé en garde à vue lundi dans une affaire de dégradations, Jean Alesi a expliqué pourquoi il s'en est pris à une boutique dans la commune de Villeneuve-lès-Avignon (Gard), où il réside. L'ancien pilote de Formule 1 visait le cabinet d'architecte de son beau-frère, qui se sépare actuellement de sa sœur.

", + "content": "Placé en garde à vue lundi dans une affaire de dégradations, Jean Alesi a expliqué pourquoi il s'en est pris à une boutique dans la commune de Villeneuve-lès-Avignon (Gard), où il réside. L'ancien pilote de Formule 1 visait le cabinet d'architecte de son beau-frère, qui se sépare actuellement de sa sœur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-aubameyang-ecarte-par-arteta-jusqu-a-la-can-2022-au-moins_AV-202112170465.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/mauvaise-blague-ou-litige-familial-les-explications-de-jean-alesi-en-garde-a-vue_AV-202112210304.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 19:02:43 GMT", - "enclosure": "https://images.bfmtv.com/8wHG4dMKx3kSyIp8fUIbfHZuuE4=/0x0:2048x1152/800x0/images/Pierre-Emerick-Aubameyang-1190597.jpg", + "pubDate": "Tue, 21 Dec 2021 14:42:29 GMT", + "enclosure": "https://images.bfmtv.com/uiUwYeyQ7igB8Pvxo5VmEqVhdzI=/0x254:4928x3026/800x0/images/-808752.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36032,17 +37286,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ddc26026800595cd21dfb41fab96eeb" + "hash": "4c86b5e38394a3eefb2d8ac8f5e2c807" }, { - "title": "Equipe de France: Tousart cash sur les JO 2021 et le casse-tête de la liste des Bleus", - "description": "L’équipe de France dirigée par Sylvain Ripoll n’a pas brillé lors des derniers JO à Tokyo. Dans une interview avec So Foot, Lucas Tousart est revenu sur cette expérience et a regretté que la sélection n’ait pas pu se présenter avec ses meilleurs joueurs.

", - "content": "L’équipe de France dirigée par Sylvain Ripoll n’a pas brillé lors des derniers JO à Tokyo. Dans une interview avec So Foot, Lucas Tousart est revenu sur cette expérience et a regretté que la sélection n’ait pas pu se présenter avec ses meilleurs joueurs.

", + "title": "PSG: sept absents à Lorient, dont Mbappé et Verratti", + "description": "Pour le dernier match de l’année 2021 ayant lieu ce mercredi (à 21h) sur la pelouse de Lorient, le PSG comptera pas moins de sept absents. Parmi eux, il y a cinq blessés et deux joueurs suspendus: Kylian Mbappé et Marco Verratti.

", + "content": "Pour le dernier match de l’année 2021 ayant lieu ce mercredi (à 21h) sur la pelouse de Lorient, le PSG comptera pas moins de sept absents. Parmi eux, il y a cinq blessés et deux joueurs suspendus: Kylian Mbappé et Marco Verratti.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-tousart-cash-sur-les-jo-2021-et-le-casse-tete-de-la-liste-des-bleus_AV-202112170448.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-sept-absents-a-lorient-dont-mbappe-et-verratti_AV-202112210302.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:37:57 GMT", - "enclosure": "https://images.bfmtv.com/8zAxqP7MbXJ4IaJuRsQPaOubj2Y=/0x106:2048x1258/800x0/images/Lucas-Tousart-lors-du-match-de-l-equipe-de-France-olympique-face-au-Mexique-le-22-juillet-1072053.jpg", + "pubDate": "Tue, 21 Dec 2021 14:36:17 GMT", + "enclosure": "https://images.bfmtv.com/TMaFtB399WCIw1PEskNJS94WYUY=/0x40:768x472/800x0/images/L-attaquant-bresilien-du-Paris-Saint-Germain-Neymar-est-felicite-par-l-attaquant-Kylian-Mbappe-apres-son-double-contre-Bordeaux-lors-de-la-13e-journee-de-Ligue-1-le-6-novembre-2021-au-Matmut-Atlantique-Stadium-p-1161792.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36053,17 +37307,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35415369aee47a965b46e5bad13291d9" + "hash": "79ff32177b702161184bd69bf152dc16" }, { - "title": "Monaco: gardien remplaçant, Majecki se lâche en conférence de presse sur sa situation", - "description": "S’il est assuré d’être titulaire face au Red Star dimanche en 32e de finale de la Coupe de France, le gardien polonais de l’AS Monaco Radoslav Majecki n’apprécie guère son statut de remplaçant. Et n’exclut pas un départ en fin de saison.

", - "content": "S’il est assuré d’être titulaire face au Red Star dimanche en 32e de finale de la Coupe de France, le gardien polonais de l’AS Monaco Radoslav Majecki n’apprécie guère son statut de remplaçant. Et n’exclut pas un départ en fin de saison.

", + "title": "PSG: Pochettino \"content\" de la gestion des gardiens à Paris", + "description": "Mauricio Pochettino a balayé ce mardi les doutes concernant la gestion des gardiens au PSG. L’entraîneur argentin s’est félicité de l’ambiance et du niveau des gardiens malgré la concurrence entre Keylor Navas et Gianluigi Donnarumma.

", + "content": "Mauricio Pochettino a balayé ce mardi les doutes concernant la gestion des gardiens au PSG. L’entraîneur argentin s’est félicité de l’ambiance et du niveau des gardiens malgré la concurrence entre Keylor Navas et Gianluigi Donnarumma.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-gardien-remplacant-majecki-se-lache-en-conference-de-presse-sur-sa-situation_AV-202112170443.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-content-de-la-gestion-des-gardiens-a-paris_AV-202112210300.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:26:59 GMT", - "enclosure": "https://images.bfmtv.com/6n9dl822IAypultOnYgiE6aV98E=/1x8:737x422/800x0/images/Radoslav-Majecki-1190568.jpg", + "pubDate": "Tue, 21 Dec 2021 14:35:15 GMT", + "enclosure": "https://images.bfmtv.com/v6GxTm6Ltk9S01axA4FDQLuTNMM=/0x18:2048x1170/800x0/images/Gianluigi-Donnarumma-et-Keylor-Navas-a-l-echauffement-du-PSG-1165887.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36074,17 +37328,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "088297be36f010ab5c93dfee6fb2c22d" + "hash": "1d0ffe7879fc5604e801d72cc7203254" }, { - "title": "Mondial de hand: les Bleues qualifiées pour la finale après une fin de match incroyable", - "description": "L'équipe de France de handball, championne olympique en titre, s'est qualifiée pour la finale du Mondial en battant le Danemark (23-22), après une fin de match totalement incroyable. Les choses avaient pourtant très mal commencé.

", - "content": "L'équipe de France de handball, championne olympique en titre, s'est qualifiée pour la finale du Mondial en battant le Danemark (23-22), après une fin de match totalement incroyable. Les choses avaient pourtant très mal commencé.

", + "title": "PSG: Pochettino annonce une reprise à la carte pour le mois de janvier", + "description": "Mauricio Pochettino a dévoilé le programme de reprise pour les joueurs du Paris Saint-Germain après les fêtes de fin d’année. Les Sud-Américains ont été autorisés à reprendre un jour plus tard que les autres.

", + "content": "Mauricio Pochettino a dévoilé le programme de reprise pour les joueurs du Paris Saint-Germain après les fêtes de fin d’année. Les Sud-Américains ont été autorisés à reprendre un jour plus tard que les autres.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-les-bleues-qualifiees-pour-la-finale-apres-une-fin-de-match-incroyable_AN-202112170434.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-annonce-une-reprise-a-la-carte-pour-le-mois-de-janvier_AV-202112210290.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:06:03 GMT", - "enclosure": "https://images.bfmtv.com/blfOFvQ-SJXyb26JqhQzIJJ8kz8=/0x33:2048x1185/800x0/images/L-equipe-de-France-de-handball-au-Mondial-1190564.jpg", + "pubDate": "Tue, 21 Dec 2021 14:04:32 GMT", + "enclosure": "https://images.bfmtv.com/R0H-H2kK-su9bQXHVOSCzDqomL0=/0x0:1200x675/800x0/images/Mauricio-Pochettino-1192543.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36095,17 +37349,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f54bed2c225ba17f63d2e9084755d49" + "hash": "ddd0562ba6b5c62d923c56474a7a0a0c" }, { - "title": "Saint-Etienne: une tuile de plus pour les Verts et Dupraz, Green absent six semaines", - "description": "Blessé au coude, le jeune gardien de but de l'AS Saint-Etienne, Etienne Green, sera éloigné des terrains durant six semaines. Une mauvaise nouvelle pour les Verts, derniers de Ligue 1, et leur nouvel entraîneur Pascal Dupraz.

", - "content": "Blessé au coude, le jeune gardien de but de l'AS Saint-Etienne, Etienne Green, sera éloigné des terrains durant six semaines. Une mauvaise nouvelle pour les Verts, derniers de Ligue 1, et leur nouvel entraîneur Pascal Dupraz.

", + "title": "Mercato: Martial vers Séville en prêt", + "description": "En partance de Manchester United et à la recherche de temps de jeu, l'attaquant français Anthony Martial devrait rejoindre un club en prêt dès cet hiver. Le Séville FC serait bien placé pour l'accueillir.

", + "content": "En partance de Manchester United et à la recherche de temps de jeu, l'attaquant français Anthony Martial devrait rejoindre un club en prêt dès cet hiver. Le Séville FC serait bien placé pour l'accueillir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-une-tuile-de-plus-pour-les-verts-et-dupraz-green-absent-six-semaines_AD-202112170416.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-martial-vers-seville-en-pret_AV-202112210284.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:39:34 GMT", - "enclosure": "https://images.bfmtv.com/cRGCmFEGNLT2GAoi6oZ3JkKIwJs=/0x0:2048x1152/800x0/images/Etienne-Green-1190513.jpg", + "pubDate": "Tue, 21 Dec 2021 13:44:57 GMT", + "enclosure": "https://images.bfmtv.com/-9EDMBNBEiTBp2KK-0MwkhDlFFg=/0x20:2048x1172/800x0/images/Anthony-MARTIAL-1185795.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36116,17 +37370,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dd6f688df9a0e8569296c5ef05749eb" + "hash": "e46c09a6f1526620dcb29afd6255b037" }, { - "title": "Paris FC-OL: de gros incidents entre supporters au stade Charlety, le match définitivement interrompu", - "description": "Le 32eme de finale de la Coupe de France entre le Paris FC et l’Olympique Lyonnais a été marqué par des incidents entre supporters à la pause ce vendredi au stade Charléty. Après 50 minutes d'attente, le match a été définitivement interrompu.

", - "content": "Le 32eme de finale de la Coupe de France entre le Paris FC et l’Olympique Lyonnais a été marqué par des incidents entre supporters à la pause ce vendredi au stade Charléty. Après 50 minutes d'attente, le match a été définitivement interrompu.

", + "title": "OM: Sampaoli très évasif sur le cas Mandanda", + "description": "Interrogé sur les craintes de Steve Mandanda, qui voit son temps de jeu s’éroder cette saison, au profit de Pau Lopez, le coach de l’OM, Jorge Sampaoli, a préféré esquiver le sujet mardi, en conférence de presse.

", + "content": "Interrogé sur les craintes de Steve Mandanda, qui voit son temps de jeu s’éroder cette saison, au profit de Pau Lopez, le coach de l’OM, Jorge Sampaoli, a préféré esquiver le sujet mardi, en conférence de presse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-de-gros-incidents-entre-supporters-au-stade-charlety-le-match-interrompu_AV-202112170491.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-sampaoli-tres-evasif-sur-le-cas-mandanda_AV-202112210271.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 21:16:46 GMT", - "enclosure": "https://images.bfmtv.com/qWDpnjZr7hBySNaIQhf-8WckcN0=/0x0:2048x1152/800x0/images/Des-incidents-entre-supporters-du-PFC-et-de-l-OL-au-stade-Charlety-1190658.jpg", + "pubDate": "Tue, 21 Dec 2021 13:22:18 GMT", + "enclosure": "https://images.bfmtv.com/fM5OsK7dS5gYe2McwXaN3c1wuyg=/0x0:1200x675/800x0/images/Steve-Mandanda-1192523.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36137,17 +37391,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0964bc49f4cedd1d67c0ed2d011befe" + "hash": "e0d3fad80834aba96e17ec6bb7e3bd7d" }, { - "title": "Mercato: \"Dembélé veut continuer au Barça\", assure Xavi", - "description": "A la veille de la réception d’Elche pour le compte de la 18e journée de Liga, l’entraîneur du FC Barcelone Xavi s’est montré confiant sur une possible prolongation de son attaquant français Ousmane Dembélé, dont le contrat expire à l’issue de la saison.

", - "content": "A la veille de la réception d’Elche pour le compte de la 18e journée de Liga, l’entraîneur du FC Barcelone Xavi s’est montré confiant sur une possible prolongation de son attaquant français Ousmane Dembélé, dont le contrat expire à l’issue de la saison.

", + "title": "Nice: comment Galtier veut relancer Gouiri", + "description": "Brillant en début de saison avec l’OGC Nice, Amine Gouiri connaît un coup de moins bien depuis quelques semaines. Son dernier but remonte à la fin du mois de novembre. Interrogé sur cette mauvaise passe, l’entraîneur Christophe Galtier garde toute confiance en son joyau malgré cette \"période difficile\".

", + "content": "Brillant en début de saison avec l’OGC Nice, Amine Gouiri connaît un coup de moins bien depuis quelques semaines. Son dernier but remonte à la fin du mois de novembre. Interrogé sur cette mauvaise passe, l’entraîneur Christophe Galtier garde toute confiance en son joyau malgré cette \"période difficile\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-dembele-veut-continuer-au-barca-assure-xavi_AV-202112170402.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-comment-galtier-veut-relancer-gouiri_AV-202112210266.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:20:53 GMT", - "enclosure": "https://images.bfmtv.com/Ninuq3Ai9gJ8x896JUuV_IfHul8=/0x0:2048x1152/800x0/images/Ousmane-Dembele-et-Xavi-1190471.jpg", + "pubDate": "Tue, 21 Dec 2021 13:08:16 GMT", + "enclosure": "https://images.bfmtv.com/6n_2rPd4z-dmVZ17AYZGYHX6OtA=/0x103:1984x1219/800x0/images/A-Gouiri-1192486.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36158,17 +37412,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dda7ebb8f81e39089c12cac6975f2cf" + "hash": "c529345c181c7d6061b6c4b8fab161b2" }, { - "title": "Le sondage de la Fifa montrant les supporters favorables à des Coupes du monde plus fréquentes", - "description": "Selon un sondage commandé par la Fifa et dévoilé seulement en partie ce vendredi, une majorité des supporters seraient favorables à des Coupes du monde plus fréquentes. Mais les résultats et l'absence de détails sur la nature de l'enquête invitent à la prudence.

", - "content": "Selon un sondage commandé par la Fifa et dévoilé seulement en partie ce vendredi, une majorité des supporters seraient favorables à des Coupes du monde plus fréquentes. Mais les résultats et l'absence de détails sur la nature de l'enquête invitent à la prudence.

", + "title": "Ligue 1: Guendouzi se voit rester très longtemps à l'OM", + "description": "En conférence de presse ce mardi, Mattéo Guendouzi a affirmé sa volonté de rester à l'Olympique de Marseille, alors qu'il est arrivé cet été en prêt d'Arsenal. Son option d'achat sera levée par le club en cas de maintien en Ligue 1.

", + "content": "En conférence de presse ce mardi, Mattéo Guendouzi a affirmé sa volonté de rester à l'Olympique de Marseille, alors qu'il est arrivé cet été en prêt d'Arsenal. Son option d'achat sera levée par le club en cas de maintien en Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/le-sondage-de-la-fifa-montrant-les-supporters-favorables-a-des-coupes-du-monde-plus-frequentes_AV-202112170394.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-guendouzi-se-voit-rester-tres-longtemps-a-l-om_AV-202112210261.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:12:18 GMT", - "enclosure": "https://images.bfmtv.com/4_pFM72Zp53UT4JaI7wh9Ck2LGM=/0x0:2048x1152/800x0/images/Le-trophee-de-la-Coupe-du-monde-1125606.jpg", + "pubDate": "Tue, 21 Dec 2021 12:57:18 GMT", + "enclosure": "https://images.bfmtv.com/nXG3pmZvEhC9NhV_p2y_uzVKp38=/0x106:2048x1258/800x0/images/Matteo-Guendouzi-en-Coupe-de-France-1192507.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36179,17 +37433,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "738a9cc2265d77da59096ef9ec2367f2" + "hash": "d6661aecbb7d677aaa03cbdc2dfb4d7f" }, { - "title": "Gabon: enquête pour agressions sexuelles sur des centaines d'enfants par un entraîneur de foot", - "description": "The Guardian a révélé des informations concernant l'ancien entraîneur-chef de l'équipe gabonaise des moins de 17 ans Patrick Assoumou Eyi, impliqué dans une affaire d'agressions sexuelles sur mineurs. À la suite de ces révélations, le ministre des Sports du Gabon a annoncé l'ouverture d'une enquête judiciaire.

", - "content": "The Guardian a révélé des informations concernant l'ancien entraîneur-chef de l'équipe gabonaise des moins de 17 ans Patrick Assoumou Eyi, impliqué dans une affaire d'agressions sexuelles sur mineurs. À la suite de ces révélations, le ministre des Sports du Gabon a annoncé l'ouverture d'une enquête judiciaire.

", - "category": "", - "link": "https://rmcsport.bfmtv.com/football/gabon-enquete-pour-agressions-sexuelles-sur-des-centaines-d-enfants-par-un-entraineur-de-foot_AV-202112170381.html", + "title": "PSG en direct: suivez la conf' de Pochettino avant le déplacement à Lorient", + "description": "Leader de Ligue 1, le PSG affronte Lorient ce mercredi lors de la 19e journée de la saison au Moustoir. A la veille du voyage en Bretagne, Mauricio Pochettino fait face à la presse et répondra aux interrogations sur son groupe ou sa tactique face aux Merlus. La conférence de presse de l'entraîneur argentin est à suivre en direct commenté sur le site et l'app RMC Sport.

", + "content": "Leader de Ligue 1, le PSG affronte Lorient ce mercredi lors de la 19e journée de la saison au Moustoir. A la veille du voyage en Bretagne, Mauricio Pochettino fait face à la presse et répondra aux interrogations sur son groupe ou sa tactique face aux Merlus. La conférence de presse de l'entraîneur argentin est à suivre en direct commenté sur le site et l'app RMC Sport.

", + "category": "", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-suivez-la-conf-de-pochettino-avant-le-deplacement-a-lorient_LN-202112210255.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 16:47:09 GMT", - "enclosure": "https://images.bfmtv.com/W-XxDgH0ho_jdLhZ4sa-o_eQeF0=/0x106:2048x1258/800x0/images/Ballon-1190468.jpg", + "pubDate": "Tue, 21 Dec 2021 12:27:14 GMT", + "enclosure": "https://images.bfmtv.com/iGLN1yrHhsSO2N8LYGPpP2rD8kY=/0x0:2048x1152/800x0/images/Mauricio-POCHETTINO-1170296.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36200,17 +37454,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecdf9b1d2b24680a9397f58981f5c62e" + "hash": "fbd6e2d1197bd14499232593aabbd282" }, { - "title": "Zidane sur sa passion pour le padel: \"Un truc parfait\"", - "description": "Sans poste depuis son départ du Real Madrid, Zinédine Zidane prend du temps pour exercer une autre passion: le padel. Il s'est brièvement confié à ce propos devant une caméra de Canal+.

", - "content": "Sans poste depuis son départ du Real Madrid, Zinédine Zidane prend du temps pour exercer une autre passion: le padel. Il s'est brièvement confié à ce propos devant une caméra de Canal+.

", + "title": "Mercato: Vanderson tout proche de rejoindre Monaco", + "description": "L’AS Monaco espère rapidement finaliser le transfert du latéral droit brésilien Vanderson. Le club de la Principauté continue de négocier avec Gremio pour le défenseur de 20 ans mais un accord semble proche.

", + "content": "L’AS Monaco espère rapidement finaliser le transfert du latéral droit brésilien Vanderson. Le club de la Principauté continue de négocier avec Gremio pour le défenseur de 20 ans mais un accord semble proche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/zidane-sur-sa-passion-pour-le-padel-un-truc-parfait_AV-202112170375.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-vanderson-tout-proche-de-rejoindre-monaco_AV-202112210252.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 16:34:56 GMT", - "enclosure": "https://images.bfmtv.com/h7eB9lWq2UpSgKSaxe4PMiLmEBA=/0x39:2048x1191/800x0/images/Zinedine-Zidane-1177940.jpg", + "pubDate": "Tue, 21 Dec 2021 12:18:34 GMT", + "enclosure": "https://images.bfmtv.com/wNA3RObD54qlRHpJE1pdn0q2WWU=/0x0:2048x1152/800x0/images/Le-Bresilien-Vanderson-a-droite-avec-Gremio-1192493.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36221,17 +37475,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f060badfc2a0bf797538fb803cb1380d" + "hash": "5e13adfed6d054029bfdbac4d7a41719" }, { - "title": "Patrick Ranvier: \"Je n’ai pas la sensation que l’athlétisme français soit autant en difficulté que cela\"", - "description": "De l'échec des athlètes tricolores aux JO de Tokyo à Paris 2024, le nouveau DTN de l'athlétisme français Patrick Ranvier fait le point pour RMC Sport.

", - "content": "De l'échec des athlètes tricolores aux JO de Tokyo à Paris 2024, le nouveau DTN de l'athlétisme français Patrick Ranvier fait le point pour RMC Sport.

", + "title": "Serie A: les activités de la Salernitana suspendues à cause du Covid", + "description": "Le club de la Salernitana a annoncé que ses activités avaient été suspendues par les autorités sanitaires, ce mardi en raison de nombreux cas de contaminations au coronavirus.

", + "content": "Le club de la Salernitana a annoncé que ses activités avaient été suspendues par les autorités sanitaires, ce mardi en raison de nombreux cas de contaminations au coronavirus.

", "category": "", - "link": "https://rmcsport.bfmtv.com/athletisme/patrick-ranvier-je-n-ai-pas-la-sensation-que-l-athletisme-francais-soit-autant-en-difficulte-que-cela_AV-202112170369.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-les-activites-de-la-salernitana-suspendues-a-cause-du-covid_AV-202112210250.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 16:29:48 GMT", - "enclosure": "https://images.bfmtv.com/wG2lD3Z934JPPfpX_i6ReqxACws=/0x197:2048x1349/800x0/images/1190429.jpg", + "pubDate": "Tue, 21 Dec 2021 12:14:33 GMT", + "enclosure": "https://images.bfmtv.com/3qH8l-Ydoerdc2Mw0fVzAf1eb-c=/0x0:2048x1152/800x0/images/Franck-Ribery-avec-Salernitana-1145425.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36242,17 +37496,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80062e66a52d45124e7952e40c0ea6ec" + "hash": "224d14ae80a05957a3b66abf45431473" }, { - "title": "Premier League: le ministre des Sports britannique demande aux joueurs de se faire vacciner", - "description": "Depuis quelques jours en Angleterre, de nombreuses formations comme Manchester United, Leicester et Chelsea sont impactés par le Covid-19. Devant cette situation critique, des matchs de Premier League ont été reportés. Ce vendredi, le ministre des Sports britannique Nigel Huddleston a demandé à tous les footballeurs de se faire vacciner.

", - "content": "Depuis quelques jours en Angleterre, de nombreuses formations comme Manchester United, Leicester et Chelsea sont impactés par le Covid-19. Devant cette situation critique, des matchs de Premier League ont été reportés. Ce vendredi, le ministre des Sports britannique Nigel Huddleston a demandé à tous les footballeurs de se faire vacciner.

", + "title": "PRONOS PARIS RMC Le pari du jour du 21 décembre – Ligue 2", + "description": "Notre pronostic : le Paris FC bat Amiens (1.86)

", + "content": "Notre pronostic : le Paris FC bat Amiens (1.86)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-ministre-des-sports-britannique-demande-aux-joueurs-de-se-faire-vacciner_AV-202112170362.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-21-decembre-ligue-2_AN-202112200267.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 16:17:44 GMT", - "enclosure": "https://images.bfmtv.com/c7oR23ZA9dNTIOrmMNWCCVYDMMA=/0x0:2032x1143/800x0/images/La-Premier-League-face-au-Covid-19-1190272.jpg", + "pubDate": "Tue, 21 Dec 2021 12:14:00 GMT", + "enclosure": "https://images.bfmtv.com/Nb_bCBenp36buoL8yv3Ar19QjIg=/0x208:2000x1333/800x0/images/Paris-FC-1191884.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36263,17 +37517,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1105dc307eadaa9f0d49b3a2ecc34414" + "hash": "094a26d395c1560fb9a7fc7dc7fb7026" }, { - "title": "Covid-19: les coachs de Premier League divisés sur la gestion des reports", - "description": "Le calendrier de la Premier League se retrouve chamboulé par les nombreux cas positifs au coronavirus touchant plusieurs équipes. Une situation qui divise les entraîneurs. Si certains semblent favorables à une pause, d'autres s'interrogent plutôt sur les conditions de reports des matchs.

", - "content": "Le calendrier de la Premier League se retrouve chamboulé par les nombreux cas positifs au coronavirus touchant plusieurs équipes. Une situation qui divise les entraîneurs. Si certains semblent favorables à une pause, d'autres s'interrogent plutôt sur les conditions de reports des matchs.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 21 décembre – NBA", + "description": "Mon pronostic : Minnesota gagne à Dallas (1.82)

", + "content": "Mon pronostic : Minnesota gagne à Dallas (1.82)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/covid-19-les-coachs-de-premier-league-divises-sur-la-gestion-des-reports_AV-202112170357.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-21-decembre-nba_AN-202112210248.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 16:07:52 GMT", - "enclosure": "https://images.bfmtv.com/CXkO8FOPiPSmaRFJ00zH4-Q2uW0=/0x42:2048x1194/800x0/images/MIKEL-ARTETA-1190433.jpg", + "pubDate": "Tue, 21 Dec 2021 12:13:23 GMT", + "enclosure": "https://images.bfmtv.com/PP6rn_ZtZt7Tqa0Iq-WDLarcqn4=/0x129:1984x1245/800x0/images/Karl-Anthony-Towns-1192492.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36284,17 +37538,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31e093aa6201bab65a334a60b446ec15" + "hash": "3f64fa7d4220857a704d3d3968f0b694" }, { - "title": "Mercato: les indices de Leonardo sur le mercato hivernal du PSG", - "description": "À l’occasion d’une conférence donnée à l’université de la Sorbonne, jeudi soir, le directeur sportif brésilien Leonardo a livré quelques confidences sur le mercato hivernal du PSG.

", - "content": "À l’occasion d’une conférence donnée à l’université de la Sorbonne, jeudi soir, le directeur sportif brésilien Leonardo a livré quelques confidences sur le mercato hivernal du PSG.

", + "title": "PSG: phénomène de précocité, Bitshiabu grandit (très) vite", + "description": "El Chadaille Bitshiabu est devenu dimanche, en Coupe de France, le plus jeune joueur de l’histoire du club à faire ses débuts pour le PSG. Véritable phénomène de précocité, le \"Titi\" parisien a néanmoins encore besoin de grandir, et de gagner en maturité dans son jeu. Logique pour un joueur qui n'a pas encore 17 ans.

", + "content": "El Chadaille Bitshiabu est devenu dimanche, en Coupe de France, le plus jeune joueur de l’histoire du club à faire ses débuts pour le PSG. Véritable phénomène de précocité, le \"Titi\" parisien a néanmoins encore besoin de grandir, et de gagner en maturité dans son jeu. Logique pour un joueur qui n'a pas encore 17 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-les-indices-de-leonardo-sur-le-mercato-hivernal-du-psg_AV-202112170356.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-phenomene-de-precocite-bitshiabu-grandit-tres-vite_AV-202112210244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 16:04:47 GMT", - "enclosure": "https://images.bfmtv.com/Zx4mBk68ZrNXBklZdOuCu5blbzI=/0x8:2048x1160/800x0/images/LEONARDO-1144094.jpg", + "pubDate": "Tue, 21 Dec 2021 12:09:25 GMT", + "enclosure": "https://images.bfmtv.com/tPTrvZ0zcJ7x5b3ktGryNcONMvA=/0x0:1200x675/800x0/images/El-Chadaille-Bitshiabu-1192468.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36305,17 +37559,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bedd7a15521789ff268823ed53445e92" + "hash": "e379ad9ea9c49d81e94469ab03adeb50" }, { - "title": "France-Danemark: sur quelle chaîne et à quelle heure regarder le match du Mondial de handball", - "description": "L'équipe de France féminine de handball affronte ce vendredi le Danemark en demi-finale du Mondial disputé à Granollers en Espagne. Championnes olympiques en titre, les Bleues tenteront de rejoindre la finale à partir de 17h30 en direct sur les chaînes beIN Sports et TMC.

", - "content": "L'équipe de France féminine de handball affronte ce vendredi le Danemark en demi-finale du Mondial disputé à Granollers en Espagne. Championnes olympiques en titre, les Bleues tenteront de rejoindre la finale à partir de 17h30 en direct sur les chaînes beIN Sports et TMC.

", + "title": "Incidents PFC-OL: Lyon a envoyé des interdictions de stade à des fauteurs de trouble", + "description": "Selon nos informations, l’Olympique Lyonnais a envoyé ce lundi par courrier des interdictions de stade à certains de ses supporters, à l'origirine des incidents vendredi à Charléty, lors du 32e de finale de Coupe de France face au Paris FC. D'autres pourraient suivre.

", + "content": "Selon nos informations, l’Olympique Lyonnais a envoyé ce lundi par courrier des interdictions de stade à certains de ses supporters, à l'origirine des incidents vendredi à Charléty, lors du 32e de finale de Coupe de France face au Paris FC. D'autres pourraient suivre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/france-danemark-sur-quelle-chaine-et-a-quelle-heure-regarder-le-match-du-mondial-de-handball_AV-202112170343.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-pfc-ol-lyon-a-envoye-des-interdictions-de-stade-a-des-fauteurs-de-trouble_AV-202112200495.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 15:43:32 GMT", - "enclosure": "https://images.bfmtv.com/m1BG9OUhBLPAwUBHuqHVbZmhRzU=/0x87:2048x1239/800x0/images/Allison-Pineau-lors-du-Mondial-feminin-de-handball-1190439.jpg", + "pubDate": "Mon, 20 Dec 2021 22:16:41 GMT", + "enclosure": "https://images.bfmtv.com/lwx7HNgCG8y6Iq_OABrNmDK5850=/0x90:2048x1242/800x0/images/Gros-incidents-entre-supporters-a-Charlety-lors-du-match-Paris-FC-OL-1190697.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36326,17 +37580,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ff5339545ecbab8f3f8380dc3678a64" + "hash": "1ad40cf2a19ddbcdb253fae633a64c3a" }, { - "title": "Les pronos hippiques du samedi 18 décembre 2021", - "description": "Le Quinté+ du samedi 18 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du samedi 18 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Coupe de France: le président de Vannes se prépare au \"match d'une vie\" face au PSG", + "description": "Après avoir éliminé Wasquehal (N3) en 32e de finale, le club de Vannes (N2) va affronter le Paris Saint-Germain au tour suivant, le 3 janvier. \"Un rêve\" et \"le match d'une vie\", selon le président du club, Maxime Ray. Ce dernier, invité de l'After Foot ce lundi, s'attend à une belle fête dans le stade de la Rabine de Vannes.

", + "content": "Après avoir éliminé Wasquehal (N3) en 32e de finale, le club de Vannes (N2) va affronter le Paris Saint-Germain au tour suivant, le 3 janvier. \"Un rêve\" et \"le match d'une vie\", selon le président du club, Maxime Ray. Ce dernier, invité de l'After Foot ce lundi, s'attend à une belle fête dans le stade de la Rabine de Vannes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-18-decembre-2021_AN-202112170329.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-president-de-vannes-se-prepare-au-match-d-une-vie-face-au-psg_AV-202112200483.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 15:06:34 GMT", - "enclosure": "https://images.bfmtv.com/CoXewbGfSqThGtbwFfUrCdltiGA=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-18-decembre-2021-1189686.jpg", + "pubDate": "Mon, 20 Dec 2021 21:09:53 GMT", + "enclosure": "https://images.bfmtv.com/uycgIoZ7Zv6Xh2ZbaRTkhmYQRVA=/0x0:2048x1152/800x0/images/Kylian-Mbappe-1192153.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36347,17 +37601,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e61ed2c0d2bf0edf2bfddaebe30ec099" + "hash": "d495062db0b68fd5d8ec5dcddf43994c" }, { - "title": "Ligue des nations: des sélections sud-américaines bientôt intégrées", - "description": "Si rien n'a encore été officialisé, la Ligue des nations devrait changer de format à partir de 2024 avec l'entrée en lice de dix sélections sud-américaines. Une façon aussi pour l'UEFA et la CONMEBOL de réaffirmer leur opposition au projet de la FIFA autour d'une Coupe du monde tous les deux ans.

", - "content": "Si rien n'a encore été officialisé, la Ligue des nations devrait changer de format à partir de 2024 avec l'entrée en lice de dix sélections sud-américaines. Une façon aussi pour l'UEFA et la CONMEBOL de réaffirmer leur opposition au projet de la FIFA autour d'une Coupe du monde tous les deux ans.

", + "title": "PSG: le message de Pelé à Mbappé pour son anniversaire", + "description": "Le roi Pelé n’a pas oublié l’anniversaire de Kylian Mbappé. La légende du football brésilien le lui a souhaité dans un tweet où il \"espère que (son) étoile continue de briller et qu’(il) vole de plus en plus haut\".

", + "content": "Le roi Pelé n’a pas oublié l’anniversaire de Kylian Mbappé. La légende du football brésilien le lui a souhaité dans un tweet où il \"espère que (son) étoile continue de briller et qu’(il) vole de plus en plus haut\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/ligue-des-nations-des-selections-sud-americaines-bientot-integrees_AV-202112170328.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-message-de-pele-a-mbappe-pour-son-anniversaire_AV-202112200482.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 15:05:45 GMT", - "enclosure": "https://images.bfmtv.com/I2MP5j9GpecrrDIuSI6H83pmQi4=/0x25:768x457/800x0/images/Lionel-Messi-au-duel-avec-Neymar-lors-du-Bresil-Argentine-en-finale-de-la-Copa-America-au-Maracana-de-Rio-le-10-juillet-2021-1167378.jpg", + "pubDate": "Mon, 20 Dec 2021 21:05:08 GMT", + "enclosure": "https://images.bfmtv.com/Xr2ANXYx470XJ-5d_JZIBqWf-_k=/0x75:2048x1227/800x0/images/1192157.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36368,17 +37622,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27ebc631aa625bd35e688df7e74e418c" + "hash": "3e0592fa7642d716747966cbe59353ba" }, { - "title": "Biathlon (Grand-Bornand): Johannes Boe en patron sur le sprint, pas de podium français", - "description": "Johannes Boe s'est imposé sur le sprint du Grand-Bornand ce vendredi. Les Français, très en forme sur les skis, ont laissé échapper le podium derrière la carabine. Mais ils sont placés pour la poursuite de samedi.

", - "content": "Johannes Boe s'est imposé sur le sprint du Grand-Bornand ce vendredi. Les Français, très en forme sur les skis, ont laissé échapper le podium derrière la carabine. Mais ils sont placés pour la poursuite de samedi.

", + "title": "Hand: \"C’est un combat\", Amandine Tissier, atteinte de sclérose en plaques, se confie après l'arrêt de sa carrière", + "description": "Amandine Tissier a mis il y a trois semaines sa carrière de handballeuse professionnelle entre parenthèses. Atteinte de sclérose en plaques, diagnostiquée en 2018, la demi-centre de Nantes a pris cette décision après un changement de traitement en septembre dernier. Elle n'exclut pas de retourner un jour sur les parquets.

", + "content": "Amandine Tissier a mis il y a trois semaines sa carrière de handballeuse professionnelle entre parenthèses. Atteinte de sclérose en plaques, diagnostiquée en 2018, la demi-centre de Nantes a pris cette décision après un changement de traitement en septembre dernier. Elle n'exclut pas de retourner un jour sur les parquets.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-grand-bornand-johannes-boe-en-patron-sur-le-sprint-pas-de-podium-francais_AV-202112170323.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/hand-c-est-un-combat-amandine-tissier-atteinte-de-sclerose-en-plaques-se-confie-apres-l-arret-de-sa-carriere_AN-202112200478.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:53:47 GMT", - "enclosure": "https://images.bfmtv.com/qPEzx8muTnlhfl493RRLhdOpZ1g=/0x40:768x472/800x0/images/Le-Norvegien-Johannes-Thingnes-Boe-3e-de-la-mass-start-de-Coupe-du-monde-et-vainqueur-du-gros-globe-de-cristal-recompensant-le-meilleur-biathlete-de-la-saison-le-21-mars-2021-a-Oestersund-Suede-991584.jpg", + "pubDate": "Mon, 20 Dec 2021 20:56:47 GMT", + "enclosure": "https://images.bfmtv.com/UoeHHxoGyP4u952qX6fgUr7zISM=/0x0:2048x1152/800x0/images/Amandine-Tissier-1192158.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36389,17 +37643,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f189af574c66d9a3040df39817f1a03d" + "hash": "0eea6b442a4277716bf997e28dbf4367" }, { - "title": "Mercato: six mois après son malaise cardiaque, Eriksen quitte l’Inter", - "description": "Le milieu de terrain danois Christian Eriksen a rompu son contrat avec l'Inter Milan a annoncé vendredi le club lombard. Désormais libre, le joueur de 29 ans qui porte un défibrillateur depuis son grave malaise à l'Euro avec le Danemark, pourra jouer dans un autre championnat.

", - "content": "Le milieu de terrain danois Christian Eriksen a rompu son contrat avec l'Inter Milan a annoncé vendredi le club lombard. Désormais libre, le joueur de 29 ans qui porte un défibrillateur depuis son grave malaise à l'Euro avec le Danemark, pourra jouer dans un autre championnat.

", + "title": "PSG: Rothen critique Leonardo, pas \"sincère\" sur le cas Mbappé", + "description": "Dans l'émission \"Rothen s'enflamme\" ce lundi, Jérôme Rothen est revenu sur la petite phrase de Leonardo, qui a sous-entendu dimanche que le Paris Saint-Germain a encore de \"bonnes possibilités\" de prolonger Kylian Mbappé. De fausses promesses selon Rothen, qui dénonce le manque de transparence du directeur sportif parisien.

", + "content": "Dans l'émission \"Rothen s'enflamme\" ce lundi, Jérôme Rothen est revenu sur la petite phrase de Leonardo, qui a sous-entendu dimanche que le Paris Saint-Germain a encore de \"bonnes possibilités\" de prolonger Kylian Mbappé. De fausses promesses selon Rothen, qui dénonce le manque de transparence du directeur sportif parisien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-six-mois-apres-son-malaise-cardiaque-eriksen-quitte-l-inter_AD-202112170317.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-rothen-critique-leonardo-pas-sincere-sur-le-cas-mbappe_AV-202112200474.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:40:56 GMT", - "enclosure": "https://images.bfmtv.com/T-jG2UwIWr-8Xlpt33l7HlmKHmE=/0x72:2032x1215/800x0/images/Christian-Eriksen-1049803.jpg", + "pubDate": "Mon, 20 Dec 2021 20:39:01 GMT", + "enclosure": "https://images.bfmtv.com/SEWy1eY24FkTCdVpehKsFAeLQKE=/0x42:2048x1194/800x0/images/Kylian-Mbappe-et-Leonardo-au-Camp-des-Loges-le-28-aout-1192139.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36410,17 +37664,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5e6a165832c6e513d9bfb9ea7e30ad6" + "hash": "2218482afef97bae578d24e11329210e" }, { - "title": "Incidents OL-OM: \"Aucun joueur de Lyon n'est venu voir Payet\", regrette Sampaoli", - "description": "Interrogé sur les sanctions après les incidents lors de l'Olympico, Jorge Sampaoli a regretté qu'aucun membre de l'OL ne soit venu prendre des nouvelles de Dimitri Payet, touché par une bouteille d'eau.

", - "content": "Interrogé sur les sanctions après les incidents lors de l'Olympico, Jorge Sampaoli a regretté qu'aucun membre de l'OL ne soit venu prendre des nouvelles de Dimitri Payet, touché par une bouteille d'eau.

", + "title": "Basket: Steve Kerr remplace Popovich à la tête de Team USA", + "description": "Triple champion NBA, Steve Kerr sera le nouveau sélectionneur de Team USA. Le coach des Golden State Warriors succède à Gregg Popovich.

", + "content": "Triple champion NBA, Steve Kerr sera le nouveau sélectionneur de Team USA. Le coach des Golden State Warriors succède à Gregg Popovich.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-aucun-joueur-de-lyon-n-est-venu-voir-payet-regrette-sampaoli_AV-202112170312.html", + "link": "https://rmcsport.bfmtv.com/basket/basket-steve-kerr-remplace-popovich-a-la-tete-de-team-usa_AD-202112200471.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:36:53 GMT", - "enclosure": "https://images.bfmtv.com/y9Ag2hVD6DPX13Fi_GsQLJIwMP0=/0x93:2048x1245/800x0/images/Jorge-SAMPAOLI-1129654.jpg", + "pubDate": "Mon, 20 Dec 2021 20:30:22 GMT", + "enclosure": "https://images.bfmtv.com/PVlReMFSZlALepvSuqOPs6MgElE=/0x0:2048x1152/800x0/images/Steve-Kerr-1192144.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36431,17 +37685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "306dd232f33c2ed0fa20a4a155af4af8" + "hash": "0d0dec52b7f1e0dfd8b8d5c9dfe5de85" }, { - "title": "France-Danemark en direct: les Bleues dans le dur en demi-finale du Mondial", - "description": "La France affronte le Danemark en demi-finale du Mondial de hand féminin ce vendredi (17h30). Une rencontre à suivre en intégralité dans notre live RMC Sport.

", - "content": "La France affronte le Danemark en demi-finale du Mondial de hand féminin ce vendredi (17h30). Une rencontre à suivre en intégralité dans notre live RMC Sport.

", + "title": "Coupe de France: la programmation des 16es de finale", + "description": "Au lendemain du tirage au sort des 16es de finale de la Coupe de France, le programme complet a été dévoilé par la FFF. L’US Chauvigny accueillera l’OM le dimanche 2 janvier en prime time, à la veille du déplacement du PSG à Vannes. Le choc entre Lens et Lille se tiendra le mardi 4 janvier.

", + "content": "Au lendemain du tirage au sort des 16es de finale de la Coupe de France, le programme complet a été dévoilé par la FFF. L’US Chauvigny accueillera l’OM le dimanche 2 janvier en prime time, à la veille du déplacement du PSG à Vannes. Le choc entre Lens et Lille se tiendra le mardi 4 janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/france-danemark-en-direct-suivez-la-demi-finale-du-mondial-feminin-de-handball_LN-202112170332.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-programmation-des-16es-de-finale_AV-202112200460.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 15:08:50 GMT", - "enclosure": "https://images.bfmtv.com/dGXC5f_QPaYCdZ388E0_LEoQgVo=/0x0:2048x1152/800x0/images/Meline-Nocandy-lors-de-France-Danemark-1190497.jpg", + "pubDate": "Mon, 20 Dec 2021 20:01:07 GMT", + "enclosure": "https://images.bfmtv.com/l5iPVA2D_TatQ_MRIjxGaPaKw1o=/0x178:2048x1330/800x0/images/1192129.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36452,17 +37706,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "164dc71358e9eaaff5d36f74fb7f8bf0" + "hash": "edfa312684e1393da476d48b95f74797" }, { - "title": "Ligue des champions: le but de Messi lors de PSG-Manchester City récompensé", - "description": "Auteur de cinq buts en Ligue des champions avec le PSG, Lionel Messi a bien lancé son aventure européenne. Il avait notamment marqué un sublime but lors de la victoire face à Manchester City (2-0). L’Argentin a vu ce vendredi cette frappe être nommée meilleure réalisation des phases de groupes par l’UEFA.

", - "content": "Auteur de cinq buts en Ligue des champions avec le PSG, Lionel Messi a bien lancé son aventure européenne. Il avait notamment marqué un sublime but lors de la victoire face à Manchester City (2-0). L’Argentin a vu ce vendredi cette frappe être nommée meilleure réalisation des phases de groupes par l’UEFA.

", + "title": "ASVEL: Wembanyama absent des parquets \"quatre à six semaines\"", + "description": "Déjà absent plusieurs semaines des parquets en novembre, Victor Wembanyama va rater entre quatre et six semaines de compétition en raison d'une blessure à l'épaule, comme l'a annoncé l'ASVEL lundi en fin d'après-midi. Un nouveau coup dur pour le club de Villeurbanne, déjà privé de Raymar Morgan (hernie discale) et David Lighty (fracture à la main).

", + "content": "Déjà absent plusieurs semaines des parquets en novembre, Victor Wembanyama va rater entre quatre et six semaines de compétition en raison d'une blessure à l'épaule, comme l'a annoncé l'ASVEL lundi en fin d'après-midi. Un nouveau coup dur pour le club de Villeurbanne, déjà privé de Raymar Morgan (hernie discale) et David Lighty (fracture à la main).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-but-de-messi-lors-de-psg-manchester-city-recompense_AV-202112170309.html", + "link": "https://rmcsport.bfmtv.com/basket/asvel-wembanyama-absent-des-parquets-quatre-a-six-semaines_AV-202112200450.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:30:32 GMT", - "enclosure": "https://images.bfmtv.com/BwrdAcqwYieVniMmmSSefEtbaUs=/0x32:768x464/800x0/images/La-star-du-PSG-Lionel-Messi-celebre-son-2e-but-personnel-contre-Bruges-en-Ligue-des-champions-au-Parc-des-Princes-le-7-decembre-2021-1187509.jpg", + "pubDate": "Mon, 20 Dec 2021 19:42:00 GMT", + "enclosure": "https://images.bfmtv.com/Iz4dnuP0d0BMrMZg4gnyaD8Vrro=/0x106:2048x1258/800x0/images/Victor-Wembanyama-ASVEL-1164142.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36473,17 +37727,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a426705a8f7be62faa3cd5b7c22ecbb" + "hash": "70110507dcd87f2aad3d56892e41152b" }, { - "title": "Mercato en direct: Eriksen rompt son contrat avec l'Inter Milan", - "description": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", - "content": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", + "title": "Premier League: Leeds sanctionné parce que ses joueurs ont \"encerclé\" l’arbitre contre Chelsea", + "description": "Après un penalty accordé à Chelsea dans le temps additionnel le 11 décembre dernier (3-2), les joueurs de Leeds s’en étaient pris à l’arbitre. Une colère collective qui coûte finalement une amende de 23.000 euros au club de Bielsa.

", + "content": "Après un penalty accordé à Chelsea dans le temps additionnel le 11 décembre dernier (3-2), les joueurs de Leeds s’en étaient pris à l’arbitre. Une colère collective qui coûte finalement une amende de 23.000 euros au club de Bielsa.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-leeds-sanctionne-parce-que-ses-joueurs-ont-encercle-l-arbitre-contre-chelsea_AV-202112200445.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 07:38:53 GMT", - "enclosure": "https://images.bfmtv.com/88XOefCItChT2iK_A8svKl_6__o=/0x0:1008x567/800x0/images/-873952.jpg", + "pubDate": "Mon, 20 Dec 2021 19:38:25 GMT", + "enclosure": "https://images.bfmtv.com/5Nldy1sXAwUnsiO87-F0o9Kzjgg=/0x107:2048x1259/800x0/images/1192068.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36494,17 +37748,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bbc14963ede56430217d8bd399f2a57" + "hash": "8ae1ef255636b9141f9da7369cb9e4b7" }, { - "title": "Ski de bosses: grosse chute pour Perrine Laffont, à un mois et demi des JO", - "description": "A un mois et demi des Jeux olympiques d'hiver, qui auront lieu à Pékin du 4 au 20 février prochain, Perrine Laffont a été victime d'une lourde chute ce vendredi à l'Alpe d'Huez. Selon la chaine L'Équipe et l'AFP, elle serait touchée aux côtes et va passer des examens.

", - "content": "A un mois et demi des Jeux olympiques d'hiver, qui auront lieu à Pékin du 4 au 20 février prochain, Perrine Laffont a été victime d'une lourde chute ce vendredi à l'Alpe d'Huez. Selon la chaine L'Équipe et l'AFP, elle serait touchée aux côtes et va passer des examens.

", + "title": "Paris FC-OL en direct: le dossier en instruction, les sanctions connues au plus tard le 28 décembre", + "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-de-bosses-grosse-chute-pour-perrine-laffont-a-un-mois-et-demi-des-jo_AV-202112170302.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:10:49 GMT", - "enclosure": "https://images.bfmtv.com/r6Aup3OePIdSxQ6w0N6Za4Abd1Y=/0x40:768x472/800x0/images/La-Francaise-Perrine-Laffont-lors-des-qualifications-de-l-epreuve-de-ski-de-bosses-de-la-Coupe-du-monde-le-4-fevrier-2021-a-Park-City-Utah-USA-1186467.jpg", + "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", + "enclosure": "https://images.bfmtv.com/BGqdZq0MbCqAD3pH0cs6mAHkk2A=/0x12:768x444/800x0/images/Des-supporters-entres-sur-le-terrain-du-stade-Charlety-de-Paris-a-la-mi-temps-du-32e-de-finale-de-Coupe-de-France-entre-le-Paris-FC-et-Lyon-le-17-decembre-2021-arrete-definitivement-en-raison-d-incidents-en-tribunes-1190938.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36515,17 +37769,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b26c006f3c9a45f6f906cca19a4692bd" + "hash": "6c91721a3f52dd9a924bd580f9908371" }, { - "title": "Coupes d’Europe de rugby: les confrontations franco-britanniques reportées", - "description": "Comme annoncé vendredi par RMC Sport, les confrontations entre les équipes françaises et britanniques n’auront pas lieu ce week-end lors de la 2e journée de Champions Cup et de Challenge. Les matchs sont reportés. Mais quand? Dans un calendrier surchargé, ça s’annonce complexe.

", - "content": "Comme annoncé vendredi par RMC Sport, les confrontations entre les équipes françaises et britanniques n’auront pas lieu ce week-end lors de la 2e journée de Champions Cup et de Challenge. Les matchs sont reportés. Mais quand? Dans un calendrier surchargé, ça s’annonce complexe.

", + "title": "Mercato: \"Un viking au Racing\", Lens officialise la signature de Berg", + "description": "Grand talent du football norvégien, Patrick Berg s’est engagé comme prévu avec le RC Lens. Le milieu de 24 ans a signé jusqu’en 2026 en provenance du FC Bodø/Glimt. Il s’agit de la première recrue du mercato hivernal lensois.

", + "content": "Grand talent du football norvégien, Patrick Berg s’est engagé comme prévu avec le RC Lens. Le milieu de 24 ans a signé jusqu’en 2026 en provenance du FC Bodø/Glimt. Il s’agit de la première recrue du mercato hivernal lensois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/coupes-d-europe-de-rugby-plusieurs-matchs-de-clubs-francais-reportes_AV-202112170288.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-un-viking-au-racing-le-rc-lens-officialise-la-signature-de-berg_AV-202112200443.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 13:24:35 GMT", - "enclosure": "https://images.bfmtv.com/ctYnfGMgQp-Hm8L3KnfRYJ5I6HI=/0x39:768x471/800x0/images/L-arriere-rochelais-Brice-Dulin-echappe-a-un-plaquage-d-un-joueur-de-Glasgow-lors-de-la-1ere-journee-de-la-poule-A-de-la-Coupe-d-Europe-le-12-decembre-2021-au-Stade-Marcel-Deflandre-1187109.jpg", + "pubDate": "Mon, 20 Dec 2021 19:26:13 GMT", + "enclosure": "https://images.bfmtv.com/I7RWXdsBXG1DrSXGGJPIGRiCjJk=/0x46:2048x1198/800x0/images/1192100.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36536,17 +37790,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1039b552cf0567aad4ac6abc395d3922" + "hash": "0974d2e32baa51b6f199b2aeb2aeffd8" }, { - "title": "Le sport face au coronavirus en direct: le ministre des sports britannique demande aux joueurs de se faire vacciner", - "description": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", - "content": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "title": "Incidents Paris FC-OL: comment Ferracci se défend sur les failles de la sécurité", + "description": "Invité de l'émission \"Rothen s'enflamme\" lundi sur RMC, Pierre Ferracci est une nouvelle fois revenu sur les incidents qui ont eu lieu vendredi lors du match de Coupe de France entre le Paris FC et l'Olympique Lyonnais. Le président du PFC a défendu son club et rejeté la faute sur l'OL et certains \"complices\" à l'entrée du stade Charléty.

", + "content": "Invité de l'émission \"Rothen s'enflamme\" lundi sur RMC, Pierre Ferracci est une nouvelle fois revenu sur les incidents qui ont eu lieu vendredi lors du match de Coupe de France entre le Paris FC et l'Olympique Lyonnais. Le président du PFC a défendu son club et rejeté la faute sur l'OL et certains \"complices\" à l'entrée du stade Charléty.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-comment-ferracci-se-defend-sur-les-failles-de-la-securite_AV-202112200437.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", - "enclosure": "https://images.bfmtv.com/c7oR23ZA9dNTIOrmMNWCCVYDMMA=/0x0:2032x1143/800x0/images/La-Premier-League-face-au-Covid-19-1190272.jpg", + "pubDate": "Mon, 20 Dec 2021 19:14:44 GMT", + "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36557,17 +37811,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f37abff5782a279986545b4a2378c96" + "hash": "4f7cab11c8c302f85612934320a07821" }, { - "title": "OM en direct: \"aucun joueur de Lyon n'est venu voir Payet\", regrette Sampaoli", - "description": "Luis Henrique et Jorge Sampaoli étaient en conférence de presse, ce vendredi deux jours avant l'entrée en lice de l'OM en Coupe de France contre Cannet Rocheville (N3). L'entraîneur argentin en a profité pour envoyer une petite pique aux Lyonnais.

", - "content": "Luis Henrique et Jorge Sampaoli étaient en conférence de presse, ce vendredi deux jours avant l'entrée en lice de l'OM en Coupe de France contre Cannet Rocheville (N3). L'entraîneur argentin en a profité pour envoyer une petite pique aux Lyonnais.

", + "title": "Incidents Paris FC-OL: le dossier en instruction, les décisions connues au plus tard le 28 décembre", + "description": "Réunie en urgence ce lundi, la commission de discipline de la FFF a décidé de placer le dossier sur les incidents survenus lors du match de Coupe de France Paris FC-OL en instruction. Aucune mesure conservatoire n’a été décidée, les sanctions seront décidées \"au plus tard\" le 28 décembre.

", + "content": "Réunie en urgence ce lundi, la commission de discipline de la FFF a décidé de placer le dossier sur les incidents survenus lors du match de Coupe de France Paris FC-OL en instruction. Aucune mesure conservatoire n’a été décidée, les sanctions seront décidées \"au plus tard\" le 28 décembre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/om-en-direct-suivez-la-conf-de-presse-de-sampaoli-et-luis-henrique_LN-202112170217.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-le-dossier-en-instruction-pas-de-mesures-conservatoires_AV-202112200432.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 11:00:00 GMT", - "enclosure": "https://images.bfmtv.com/S6P-ly-VyNAbiAX4H3XrRgIkbEA=/0x106:2048x1258/800x0/images/Jorge-Sampaoli-en-conference-de-presse-avec-l-OM-1159133.jpg", + "pubDate": "Mon, 20 Dec 2021 19:02:17 GMT", + "enclosure": "https://images.bfmtv.com/rZysLG5QlMnmsAffajID4vq5p-U=/0x106:2048x1258/800x0/images/Les-violents-incidents-dans-les-tribunes-de-Charlety-pour-le-match-entre-le-Paris-FC-et-l-OL-1191018.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36578,17 +37832,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b6e5aa1c4919d151cdd9a454cf2d275" + "hash": "1fca4a986c5bb853417d96c8cc055621" }, { - "title": "FIA: l'Émirati Ben Sulayem succède à Todt comme président", - "description": "Président de la Fédération internationale de l'automobile (FIA) pendant 12 ans, Jean Todt laisse sa place à Mohammed Ben Sulayem. L'ancien pilote de rallye, agé de 60 ans, a devancé Graham Stoker, adjoint du dirigeant français. L'Émirati compte moderniser l'instance durant son mandat de quatre ans.

", - "content": "Président de la Fédération internationale de l'automobile (FIA) pendant 12 ans, Jean Todt laisse sa place à Mohammed Ben Sulayem. L'ancien pilote de rallye, agé de 60 ans, a devancé Graham Stoker, adjoint du dirigeant français. L'Émirati compte moderniser l'instance durant son mandat de quatre ans.

", + "title": "OM: Mandanda va faire un point avec Sampaoli, puis décidera de son avenir", + "description": "En manque de temps de jeu et d’explications claires sur sa situation à l’OM, Steve Mandanda va faire un point avec Jorge Sampaoli dans les jours qui viennent. Un départ du gardien olympien n’est pas à exclure.

", + "content": "En manque de temps de jeu et d’explications claires sur sa situation à l’OM, Steve Mandanda va faire un point avec Jorge Sampaoli dans les jours qui viennent. Un départ du gardien olympien n’est pas à exclure.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/fia-l-emirati-ben-sulayem-succede-a-todt-comme-president_AV-202112170280.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-mandanda-va-faire-un-point-avec-sampaoli-puis-decidera-de-son-avenir_AV-202112200430.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:55:38 GMT", - "enclosure": "https://images.bfmtv.com/itaVTmMhKNmqC9Ss9TFpOb34O-M=/0x46:2048x1198/800x0/images/Mohammed-Ben-Sulayem-1190362.jpg", + "pubDate": "Mon, 20 Dec 2021 18:56:55 GMT", + "enclosure": "https://images.bfmtv.com/xU--EpOA2WWvTALZorjIC4_hsrg=/0x0:2048x1152/800x0/images/Steve-Mandanda-1192090.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36599,17 +37853,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1dd69574246dd5407d70d1b0df69b57" + "hash": "9dc6233f55f03bece45cb9f0ac432b97" }, { - "title": "Ligue des nations: Van Gaal content de ne pas affronter une petite nation qui \"n'apporte rien\"", - "description": "Les équipes participant à la Ligue des nations connaissent depuis ce jeudi l’identité de leurs adversaires pour les phases de groupes. En plus de la Pologne et du Pays de Galles, les Pays-Bas affronteront la Belgique. Le sélectionneur Louis Van Gaal est satisfait, d'autant qu'il n'apprécie pas les matchs contre les nations de niveau très inférieur.

", - "content": "Les équipes participant à la Ligue des nations connaissent depuis ce jeudi l’identité de leurs adversaires pour les phases de groupes. En plus de la Pologne et du Pays de Galles, les Pays-Bas affronteront la Belgique. Le sélectionneur Louis Van Gaal est satisfait, d'autant qu'il n'apprécie pas les matchs contre les nations de niveau très inférieur.

", + "title": "Incidents Paris FC-OL: Ferracci va porter plainte contre deux associations de supporters lyonnais", + "description": "Invité de \"Rothen s'enflamme\" ce lundi sur RMC, trois jours après les incidents qui ont lieu au stade Charléty lors du 32e de finale de Coupe de France entre le Paris FC et l'Olympique Lyonnais, Pierre Ferracci a annoncé son intention de porter plainte contre deux groupes de supporters lyonnais. Le président du PFC considère faire une faveur à l'OL en agissant de la sorte.

", + "content": "Invité de \"Rothen s'enflamme\" ce lundi sur RMC, trois jours après les incidents qui ont lieu au stade Charléty lors du 32e de finale de Coupe de France entre le Paris FC et l'Olympique Lyonnais, Pierre Ferracci a annoncé son intention de porter plainte contre deux groupes de supporters lyonnais. Le président du PFC considère faire une faveur à l'OL en agissant de la sorte.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/ligue-des-nations-van-gaal-content-de-ne-pas-affronter-une-petite-nation-qui-n-apporte-rien_AV-202112170276.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-ferracci-va-porter-plainte-contre-deux-associations-de-supporters-lyonnais_AV-202112200415.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:48:07 GMT", - "enclosure": "https://images.bfmtv.com/O8IlRa5hrPs1AEtVgJiapUDHiqU=/63x89:1983x1169/800x0/images/Louis-van-Gaal-1085497.jpg", + "pubDate": "Mon, 20 Dec 2021 18:20:42 GMT", + "enclosure": "https://images.bfmtv.com/PBBm0EIOQC2U2vOnAZPNXckLz-E=/0x131:2048x1283/800x0/images/Pierre-Ferracci-1191228.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36620,17 +37874,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b9424f378115e0cec37dd72ea5f8634" + "hash": "767f9e8a4f7fb6943ad43a668220628d" }, { - "title": "PSG: Mbappé devient ambassadeur de Dior", - "description": "Kylian Mbappé a signé un partenariat, dont la durée n'a pas été précisée, avec la célèbre marque de luxe Dior. L'attaquant du PSG devient ambassadeur de la maison française.

", - "content": "Kylian Mbappé a signé un partenariat, dont la durée n'a pas été précisée, avec la célèbre marque de luxe Dior. L'attaquant du PSG devient ambassadeur de la maison française.

", + "title": "Incidents Paris FC-OL: Ferracci dénonce des \"pressions\" de Lyon sur la commission de discipline", + "description": "Invité de Rothen s’enflamme ce lundi sur RMC, Pierre Ferracci, président du Paris FC, s’en est à nouveau pris à Jean-Michel Aulas, son homologue lyonnais, après les incidents de vendredi soir en Coupe de France. Il dénonce notamment \"la pression de l’OL sur la commission de la FFF\".

", + "content": "Invité de Rothen s’enflamme ce lundi sur RMC, Pierre Ferracci, président du Paris FC, s’en est à nouveau pris à Jean-Michel Aulas, son homologue lyonnais, après les incidents de vendredi soir en Coupe de France. Il dénonce notamment \"la pression de l’OL sur la commission de la FFF\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-devient-ambassadeur-de-dior_AV-202112170274.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-ferracci-denonce-des-pressions-de-lyon-sur-la-commission-de-discipline_AV-202112200397.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:43:36 GMT", - "enclosure": "https://images.bfmtv.com/r6hQFF3VxofdDFDkiJi1HQWv6rs=/0x34:2048x1186/800x0/images/Kylian-Mbappe-1190332.jpg", + "pubDate": "Mon, 20 Dec 2021 17:49:34 GMT", + "enclosure": "https://images.bfmtv.com/gwl0YmZDCPuzUuT-EJ1W94rTED0=/0x106:2048x1258/800x0/images/Pierre-Ferracci-president-du-Paris-FC-1131767.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36641,17 +37895,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "135c20cb63043ffb84336b7a969b944e" + "hash": "4517ff8ddf17443018c9c617418b949e" }, { - "title": "Mercato: Olivier Dall'Oglio répond à la rumeur Belaïli à Montpellier", - "description": "Alors que le nom de Youcef Belaïli est évoqué du côté de Montpellier, Olivier Dall'Oglio a répondu à la rumeur de sa venue en conférence de presse, sans se montrer bien précis.

", - "content": "Alors que le nom de Youcef Belaïli est évoqué du côté de Montpellier, Olivier Dall'Oglio a répondu à la rumeur de sa venue en conférence de presse, sans se montrer bien précis.

", + "title": "UFC: défié par le Youtubeur Jake Paul, Masvidal promet de lui \"casser la mâchoire devant le monde entier\"", + "description": "Cité parmi les adversaires potentiels listés par Jake Paul, Jorge Masvidal a répondu frontalement au YouTubeur devenu boxeur, vainqueur dans la nuit de samedi à dimanche de son cinquième combat.

", + "content": "Cité parmi les adversaires potentiels listés par Jake Paul, Jorge Masvidal a répondu frontalement au YouTubeur devenu boxeur, vainqueur dans la nuit de samedi à dimanche de son cinquième combat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-olivier-dall-oglio-repond-a-la-rumeur-belaili-a-montpellier_AV-202112170273.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/ufc-defie-par-le-youtubeur-jake-paul-masvidal-promet-de-lui-casser-la-machoire-devant-le-monde-entier_AV-202112200386.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:38:07 GMT", - "enclosure": "https://images.bfmtv.com/VZ2pjoA_3RjnwFz_RxK-xWzGGOc=/0x0:2048x1152/800x0/images/Youcef-Belaili-1190269.jpg", + "pubDate": "Mon, 20 Dec 2021 17:36:09 GMT", + "enclosure": "https://images.bfmtv.com/vLrqZlcODDEzNIc5_AGGuD1jwyI=/0x0:1200x675/800x0/images/Jorge-Masvidal-1192004.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36662,17 +37916,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b54e99fdb1dbc165c13bb14a3d4842f4" + "hash": "95985a7665dbee6f862358a59699cc2a" }, { - "title": "Mercato: le Barça sur le point de rompre le prêt de Yusuf Demir", - "description": "Considéré comme un talent prometteur au Rapid Vienne, Yusuf Demir avait rejoint l’été dernier le FC Barcelone dans l’espoir de franchir un cap. Mais l’attaquant devrait quitter les Catalans. D'après Sport, le club a prévu de casser le prêt avec option d’achat de l’Autrichien.

", - "content": "Considéré comme un talent prometteur au Rapid Vienne, Yusuf Demir avait rejoint l’été dernier le FC Barcelone dans l’espoir de franchir un cap. Mais l’attaquant devrait quitter les Catalans. D'après Sport, le club a prévu de casser le prêt avec option d’achat de l’Autrichien.

", + "title": "Volley: l’attaquant de pointe Geraldo Graciano vient renforcer le TVB", + "description": "Le TVB, en quête d’un pointu de métier depuis plusieurs semaines, a enfin trouvé son bonheur. Tours a enrôlé Geraldo Graciano da Silva Filho (31 ans), un joueur qui a la particularité de posséder la double nationalité, brésilienne et qatari.

", + "content": "Le TVB, en quête d’un pointu de métier depuis plusieurs semaines, a enfin trouvé son bonheur. Tours a enrôlé Geraldo Graciano da Silva Filho (31 ans), un joueur qui a la particularité de posséder la double nationalité, brésilienne et qatari.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-sur-le-point-de-rompre-le-pret-de-yusuf-demir_AV-202112170270.html", + "link": "https://rmcsport.bfmtv.com/volley/volley-l-attaquant-de-pointe-geraldo-graciano-vient-renforcer-le-tvb_AV-202112200357.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:32:14 GMT", - "enclosure": "https://images.bfmtv.com/c1ai0kgIMlUndIDCMSzATHC7Bmo=/0x0:2048x1152/800x0/images/Yusuf-Demir-1190318.jpg", + "pubDate": "Mon, 20 Dec 2021 16:59:17 GMT", + "enclosure": "https://images.bfmtv.com/3_dRTLgRRglLwc1qBUHVdtoV48o=/0x28:1200x703/800x0/images/Marcelo-Fronckowiack-entoure-de-ses-joueurs-1191715.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36683,17 +37937,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6de89e9aba83909e1f0c9a1b9ab2b02" + "hash": "9d3a9185c56aae2554b0149545070c26" }, { - "title": "PRONOS PARIS RMC Les paris du 17 décembre sur Paris FC - Lyon – Coupe de France", - "description": "Notre pronostic: N2 à la mi-temps, N2 en fin de match et moins de 3,5 buts dans le match (1.84)

", - "content": "Notre pronostic: N2 à la mi-temps, N2 en fin de match et moins de 3,5 buts dans le match (1.84)

", + "title": "Bundesliga: Rummenigge admet avoir recruté Renato Sanches au Bayern \"un ou deux ans trop tôt\"", + "description": "Deux ans après le départ de Renato Sanches du Bayern Munich, Karl-Heinz Rummenigge est revenu sur le passage du milieu portugais en Bavière. L'ex-patron du Bayern a admis ce lundi que Sanches a signé trop tôt au sein du club. À seulement 18 ans à son arrivée en 2016, l'international portugais ne semblait pas encore avoir les épaules pour s'imposer au Bayern.

", + "content": "Deux ans après le départ de Renato Sanches du Bayern Munich, Karl-Heinz Rummenigge est revenu sur le passage du milieu portugais en Bavière. L'ex-patron du Bayern a admis ce lundi que Sanches a signé trop tôt au sein du club. À seulement 18 ans à son arrivée en 2016, l'international portugais ne semblait pas encore avoir les épaules pour s'imposer au Bayern.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-17-decembre-sur-paris-fc-lyon-coupe-de-france_AN-202112160019.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-rummenigge-admet-avoir-recrute-renato-sanches-au-bayern-un-ou-deux-ans-trop-tot_AV-202112200356.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:12:00 GMT", - "enclosure": "https://images.bfmtv.com/LlemzCV6qFsWoecblPMPQOXy6xE=/0x104:1984x1220/800x0/images/Peter-Bosz-Lyon-1189169.jpg", + "pubDate": "Mon, 20 Dec 2021 16:59:00 GMT", + "enclosure": "https://images.bfmtv.com/qnwGM2u8oNArIwnb3KSpxTEUcT4=/3x0:2035x1143/800x0/images/Renato-Sanches-lors-d-un-match-amical-avec-le-Bayern-en-juillet-2019-1191983.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36704,17 +37958,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aff59975f74ef3c37478654e138e9d2d" + "hash": "6752ac8df1c21ef32c14d343aa83258c" }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 17 décembre – Coupe de France", - "description": "Mon pronostic : Lyon ne perd pas sur la pelouse du Paris FC et Paqueta marque (1.95)

", - "content": "Mon pronostic : Lyon ne perd pas sur la pelouse du Paris FC et Paqueta marque (1.95)

", + "title": "Bordeaux-Bègles: Christophe Urios prolonge jusqu’en 2025", + "description": "Le manager de Bordeaux-Bègles, Christophe Urios, sous contrat jusqu’en 2023, a prolongé son aventure de deux ans. Le technicien a rencontré son président Laurent Marti ce lundi. Tout est bouclé. L'annonce a été officialisée ce lundi.

", + "content": "Le manager de Bordeaux-Bègles, Christophe Urios, sous contrat jusqu’en 2023, a prolongé son aventure de deux ans. Le technicien a rencontré son président Laurent Marti ce lundi. Tout est bouclé. L'annonce a été officialisée ce lundi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-17-decembre-coupe-de-france_AN-202112170264.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/bordeaux-begles-christophe-urios-prolonge-jusqu-en-2025_AN-202112200342.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:11:27 GMT", - "enclosure": "https://images.bfmtv.com/L6TGFiWGvnJXnPqoxzNLCCvGHnI=/0x0:1984x1116/800x0/images/Lucas-Paqueta-1190343.jpg", + "pubDate": "Mon, 20 Dec 2021 16:42:45 GMT", + "enclosure": "https://images.bfmtv.com/T5Dj28VUYFMDKx7Xi6-1AjyndS0=/0x106:2048x1258/800x0/images/Christophe-Urios-au-stade-Chaban-Delmas-le-11-decembre-1191913.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36725,17 +37979,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d1f5b578cf183e86c082bf335d05869" + "hash": "a7eccec4fe92a2bbe547fe00b7366ddc" }, { - "title": "Arsenal: Aubameyang encore écarté pour le déplacement à Leeds", - "description": "Déjà absent lors des deux dernières rencontres des Gunners, et destitué du brassard de capitaine, Pierre-Emerick Aubameyang ne sera pas convoqué par Mikel Arteta pour affronter Leeds, samedi (18h30), en Premier League.

", - "content": "Déjà absent lors des deux dernières rencontres des Gunners, et destitué du brassard de capitaine, Pierre-Emerick Aubameyang ne sera pas convoqué par Mikel Arteta pour affronter Leeds, samedi (18h30), en Premier League.

", + "title": "Troyes: Rami raconte comment il a failli être le Bachelor américain", + "description": "Adil Rami, aujourd’hui défenseur central à Troyes, aurait pu stopper sa carrière de joueur pour la télévision américaine. La célèbre émission du ‘Bachelor’ voulait en effet faire de lui le candidat, comme il l’a indiqué dans le programme ‘Le QG’.

", + "content": "Adil Rami, aujourd’hui défenseur central à Troyes, aurait pu stopper sa carrière de joueur pour la télévision américaine. La célèbre émission du ‘Bachelor’ voulait en effet faire de lui le candidat, comme il l’a indiqué dans le programme ‘Le QG’.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-aubameyang-encore-ecarte-pour-le-deplacement-a-leeds_AV-202112170261.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/troyes-rami-raconte-comment-il-a-failli-etre-le-bachelor-americain_AV-202112200339.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:08:08 GMT", - "enclosure": "https://images.bfmtv.com/0exFoYg_uakhwOXFX5kWNLSzNRg=/0x24:2048x1176/800x0/images/Pierre-Emerick-Aubameyang-1190313.jpg", + "pubDate": "Mon, 20 Dec 2021 16:38:16 GMT", + "enclosure": "https://images.bfmtv.com/x2gmxoLr3QcBWHuHGzL1Ty35YtA=/0x114:2048x1266/800x0/images/1191947.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36746,17 +38000,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c2ff329dc1aa860014d7e125578debe" + "hash": "2a61959b60aeb42c30cdbeb8e5dd3765" }, { - "title": "Champions Cup: Racing-Ospreys annulé, les Français vainqueurs", - "description": "La rencontre de Champions Cup entre le Racing 92 et les Ospreys, prévue samedi, a été annulée en raison de nombreux cas de coronavirus dans les rangs gallois. Le club français est déclaré vainqueur.

", - "content": "La rencontre de Champions Cup entre le Racing 92 et les Ospreys, prévue samedi, a été annulée en raison de nombreux cas de coronavirus dans les rangs gallois. Le club français est déclaré vainqueur.

", + "title": "PRONOS PARIS RMC Le pari du jour du 20 décembre – Championship – Angleterre", + "description": "Notre pronostic : Fulham ne perd pas face à Sheffield et les deux équipes marquent (1.96)

", + "content": "Notre pronostic : Fulham ne perd pas face à Sheffield et les deux équipes marquent (1.96)

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-racing-ospreys-annule-les-francais-vainqueurs_AV-202112170247.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-20-decembre-championship-angleterre_AN-202112190197.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 11:50:20 GMT", - "enclosure": "https://images.bfmtv.com/vy2TRfK_cpN9fh4gMjK5wEXUGkQ=/0x218:2048x1370/800x0/images/Le-match-Racing-Ospreys-annule-1190320.jpg", + "pubDate": "Sun, 19 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/hx6UNE8XcIP8DDZJgKARZc4UuOM=/0x104:2000x1229/800x0/images/Fulham-1191397.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36767,17 +38021,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8a675953b5ba755f0907f8caa99ec5c" + "hash": "6d5ca34596cdf7b45c0ebc12691b4bb2" }, { - "title": "Coupes d'Europe de rugby: l'incertitude plane toujours face au Covid-19", - "description": "Alors qu’un certain optimisme régnait ce vendredi matin, l’inquiétude est bel et bien de retour pour la tenue des matchs de la deuxième journée de Champions Cup de Challenge européen. Les clubs français ne seraient plus très chaud à voyager dans les iles britanniques. Nouvelle réunion des présidents à 12h30.\n

", - "content": "Alors qu’un certain optimisme régnait ce vendredi matin, l’inquiétude est bel et bien de retour pour la tenue des matchs de la deuxième journée de Champions Cup de Challenge européen. Les clubs français ne seraient plus très chaud à voyager dans les iles britanniques. Nouvelle réunion des présidents à 12h30.\n

", + "title": "Premier League: les clubs anglais d'accord pour maintenir le Boxing Day", + "description": "Les représentants des 20 clubs de Premier League se sont réunis ce lundi avec les dirigeants de la Ligue de football anglaise pour décider du sort du Boxing Day. Malgré la propagation du variant Omicron chez les joueurs du championnat d'Angleterre, il a été décidé que les matchs qui doivent se dérouler pendant les fêtes auront bien lieu.

", + "content": "Les représentants des 20 clubs de Premier League se sont réunis ce lundi avec les dirigeants de la Ligue de football anglaise pour décider du sort du Boxing Day. Malgré la propagation du variant Omicron chez les joueurs du championnat d'Angleterre, il a été décidé que les matchs qui doivent se dérouler pendant les fêtes auront bien lieu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/coupes-d-europe-de-rugby-l-incertitude-plane-toujours_AV-202112170242.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-les-clubs-anglais-d-accord-pour-maintenir-le-boxing-day_AN-202112200332.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 11:41:02 GMT", - "enclosure": "https://images.bfmtv.com/TiuJcfkdx4T0N2oNnxyq07YzeRY=/15x1:1183x658/800x0/images/-880887.jpg", + "pubDate": "Mon, 20 Dec 2021 16:26:40 GMT", + "enclosure": "https://images.bfmtv.com/YJybA_88VbPbtqkKe3iteZD-Yek=/14x31:2046x1174/800x0/images/Mohamed-Salah-face-a-Ryan-Sessegnon-le-19-decembre-1191944.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36788,17 +38042,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7735e76a4ac1aff9b2a9bc2371c5dbcf" + "hash": "c602896149b6a2e7e1fae5bf3697b97b" }, { - "title": "Le sport face au coronavirus en direct: quatre nouveaux matchs reportés en Premier League", - "description": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", - "content": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 20 décembre – NBA", + "description": "Mon pronostic : les Clippers battent San Antonio (1.49)

", + "content": "Mon pronostic : les Clippers battent San Antonio (1.49)

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-20-decembre-nba_AN-202112200307.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", - "enclosure": "https://images.bfmtv.com/xJFZrxBGQSMwYf5OnYNLrfPCRaU=/0x40:768x472/800x0/images/Le-manager-de-Leicester-Brendan-Rodgers-et-son-milieu-James-Maddison-a-l-issue-du-dernier-match-dispute-a-domicile-en-Championnat-contre-Newcastle-le-12-decembre-2021-1189757.jpg", + "pubDate": "Mon, 20 Dec 2021 15:47:31 GMT", + "enclosure": "https://images.bfmtv.com/y9CXW5crtwoadufmbqvCcrLmp8M=/0x0:2000x1125/800x0/images/R-Jackson-1191946.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36809,17 +38063,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a27f90db50cf1746aef845d63669a48c" + "hash": "33d72f72ba0ee6b28896eef7290c4177" }, { - "title": "Champions Cup: Montpellier-Leinster annulé, le MHR vainqueur sur tapis vert", - "description": "Le match de Champions Cup qui devait opposer Montpellier au Leinster vendredi soir au GGL Stadium a été annulé en raison de nombreux cas positifs au Covid-19 dans l’effectif irlandais. Le MHR est déclaré vainqueur sur tapis vert 28-0.

", - "content": "Le match de Champions Cup qui devait opposer Montpellier au Leinster vendredi soir au GGL Stadium a été annulé en raison de nombreux cas positifs au Covid-19 dans l’effectif irlandais. Le MHR est déclaré vainqueur sur tapis vert 28-0.

", + "title": "Coupe du monde tous les deux ans: les arguments économiques de la Fifa pour convaincre les fédérations", + "description": "La Fifa organise ce lundi une réunion au Qatar afin de présenter plus précisément son projet de Coupe du monde tous les deux ans et ses prédictions économiques. RMC Sport a eu accès au document utilisé par l’instance internationale afin de séduire les différentes fédérations nationales d’adhérer à sa réforme.

", + "content": "La Fifa organise ce lundi une réunion au Qatar afin de présenter plus précisément son projet de Coupe du monde tous les deux ans et ses prédictions économiques. RMC Sport a eu accès au document utilisé par l’instance internationale afin de séduire les différentes fédérations nationales d’adhérer à sa réforme.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-montpellier-leinster-annule-le-mhr-vainqueur-sur-tapis-vert_AV-202112160469.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-tous-les-deux-ans-les-arguments-economiques-de-la-fifa-pour-convaincre-les-federations_AV-202112200304.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:47:06 GMT", - "enclosure": "https://images.bfmtv.com/l2PHh_VtpIOKV_52bSSE86Qe-9w=/0x0:2048x1152/800x0/images/Yvan-Reilhac-1189899.jpg", + "pubDate": "Mon, 20 Dec 2021 15:37:24 GMT", + "enclosure": "https://images.bfmtv.com/97k-WT40SHX6lHuuKkuHVGJgXzo=/0x52:2048x1204/800x0/images/Gianni-Infantino-president-de-la-Fifa-1191911.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36830,17 +38084,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8da248652db14c0e3d9a8c5eff0b5d64" + "hash": "2f9833cd66c6b36e849a6750375c152e" }, { - "title": "F1: pour Wolff, Hamilton s’est \"fait voler sa couronne\"", - "description": "Si Mercedes a renoncé à faire appel du résultat du Grand Prix d’Abu Dhabi, son patron, Toto Wolff, ne décolère pas. Il estime que son pilote s’est fait \"voler\" son titre de champion du monde de Formule 1, comme il l’a encore affirmé ce jeudi aux médias.

", - "content": "Si Mercedes a renoncé à faire appel du résultat du Grand Prix d’Abu Dhabi, son patron, Toto Wolff, ne décolère pas. Il estime que son pilote s’est fait \"voler\" son titre de champion du monde de Formule 1, comme il l’a encore affirmé ce jeudi aux médias.

", + "title": "Le sport face au coronavirus en direct: les clubs anglais se sont mis d'accord, le Boxing Day est maintenu", + "description": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "content": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-pour-wolff-hamilton-s-est-fait-voler-sa-couronne_AV-202112160467.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:45:06 GMT", - "enclosure": "https://images.bfmtv.com/79Wmz5EnIO1gy3XxII2gKvD32W8=/0x65:2048x1217/800x0/images/Toto-Wolff-et-Lewis-Hamilton-1188838.jpg", + "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", + "enclosure": "https://images.bfmtv.com/6FhUUcHkDotzLLrd9dpYJ_SDRCc=/0x87:2048x1239/800x0/images/N-Golo-Kante-lors-du-match-face-a-Wolverhampton-le-19-decembre-1191903.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36851,17 +38105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1958f558cfe13fedd1a504e41c43de0a" + "hash": "ed3b15bf97823b5f4bcafdbb14933716" }, { - "title": "Coupe de France: l’emblématique Anny Courtade veut redonner à l'AS Cannes sa grandeur d'antan", - "description": "A 82 ans, celle qui a fait du RC Cannes volley, le club le plus titré des sports collectifs français, déborde toujours d’énergie et d’ambitions. Présidente du club de football depuis 2019, après avoir longtemps refusé, Anny Courtade espère replacer l’AS Cannes, aujourd’hui en N3 et adversaire de Dijon ce samedi en 32e de finale de Coupe de France, dans le monde professionnel.

", - "content": "A 82 ans, celle qui a fait du RC Cannes volley, le club le plus titré des sports collectifs français, déborde toujours d’énergie et d’ambitions. Présidente du club de football depuis 2019, après avoir longtemps refusé, Anny Courtade espère replacer l’AS Cannes, aujourd’hui en N3 et adversaire de Dijon ce samedi en 32e de finale de Coupe de France, dans le monde professionnel.

", + "title": "Handball: les Bleues expliquent leur effondrement en finale du Mondial", + "description": "Après avoir mené de quatre buts à la pause, les Françaises se sont écroulées en finale du Mondial de handball dimanche, s'inclinant très largement (29-22) face à la Norvège. Un scénario fou sur lequel elles sont revenues dans le Super Moscato Show, sur RMC, pour tenter d'en comprendre les raisons.

", + "content": "Après avoir mené de quatre buts à la pause, les Françaises se sont écroulées en finale du Mondial de handball dimanche, s'inclinant très largement (29-22) face à la Norvège. Un scénario fou sur lequel elles sont revenues dans le Super Moscato Show, sur RMC, pour tenter d'en comprendre les raisons.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-l-emblematique-anny-courtade-veut-redonner-a-l-as-cannes-sa-grandeur-d-antan_AN-202112160463.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/handball-les-bleues-expliquent-leur-effondrement-en-finale-du-mondial_AV-202112200300.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:43:39 GMT", - "enclosure": "https://images.bfmtv.com/LKKsNrevdmwO48NJH1K6tdezzSQ=/0x0:1200x675/800x0/images/Anny-Courtade-1189891.jpg", + "pubDate": "Mon, 20 Dec 2021 15:22:37 GMT", + "enclosure": "https://images.bfmtv.com/sVnU62a89D15rT2l6GsbthCBHLA=/0x58:1200x733/800x0/images/Allison-Pineau-1191929.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36872,17 +38126,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "191bdebb941d7fbf2b83f185b3e2938b" + "hash": "a637fc636458671f8b3960067e3b9d7e" }, { - "title": "Ligue des nations: tous les groupes, avec un tirage terrible pour l'Italie", - "description": "Le menu de la Ligue des nations 2022-2023 a été révélé à l’issue d’un tirage sort à Nyon, en Suisse, ce jeudi. Voici le détail des groupes, dont celui de la France.

", - "content": "Le menu de la Ligue des nations 2022-2023 a été révélé à l’issue d’un tirage sort à Nyon, en Suisse, ce jeudi. Voici le détail des groupes, dont celui de la France.

", + "title": "Les pronos hippiques du mardi 21 décembre 2021", + "description": "Le Quinté+ du mardi 21 décembre est programmé sur l’hippodrome de Cagnes-sur-Mer dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du mardi 21 décembre est programmé sur l’hippodrome de Cagnes-sur-Mer dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/ligue-des-nations-tous-les-groupes-avec-un-tirage-terrible-pour-l-italie_AV-202112160437.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-21-decembre-2021_AN-202112200298.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:04:54 GMT", - "enclosure": "https://images.bfmtv.com/LZ23tJYE4MWGtm1NPJ7K2H9UHhE=/0x55:2048x1207/800x0/images/L-Italie-a-l-Euro-1136759.jpg", + "pubDate": "Mon, 20 Dec 2021 15:19:35 GMT", + "enclosure": "https://images.bfmtv.com/ghLfV96w-je7xlvGRJLD0fqJfwg=/72x3:1128x597/800x0/images/Les-pronos-hippiques-du-21-decembre-2021-1191923.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36893,17 +38147,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4591e11e707625f397b431deb42a3983" + "hash": "266b79334d1c2c120b73b3230ad60f3c" }, { - "title": "Ligue des nations en direct: La France s'en sort très bien", - "description": "Quels adversaires pour l'équipe de France, tenante du titre? Le tirage au sort de la Ligue des nations de l'UEFA 2022-2023 se déroule ce jeudi 16 décembre à Nyon (Suisse). Les premiers matchs se tiennent en juin.

", - "content": "Quels adversaires pour l'équipe de France, tenante du titre? Le tirage au sort de la Ligue des nations de l'UEFA 2022-2023 se déroule ce jeudi 16 décembre à Nyon (Suisse). Les premiers matchs se tiennent en juin.

", + "title": "Gabon: un entraîneur de foot, accusé de centaines d'agressions sexuelles d'enfants, arrêté", + "description": "Patrick Assoumou Eyi, l'ancien entraîneur de l'équipe nationale des moins de 17 ans du Gabon, a été arrêté ce lundi. Il est accusé de centaines d'agressions sexuelles sur des enfants.

", + "content": "Patrick Assoumou Eyi, l'ancien entraîneur de l'équipe nationale des moins de 17 ans du Gabon, a été arrêté ce lundi. Il est accusé de centaines d'agressions sexuelles sur des enfants.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/ligue-des-nations-en-direct-le-tirage-au-sort-de-l-edition-2022-2023_LN-202112160276.html", + "link": "https://rmcsport.bfmtv.com/football/gabon-un-entraineur-de-foot-accuse-de-centaines-d-agressions-sexuelles-d-enfants-arrete_AD-202112200292.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 14:00:27 GMT", - "enclosure": "https://images.bfmtv.com/rVbWNFhaqmnSSRM8sckY5ReCcX0=/0x0:1200x675/800x0/images/Kylian-Mbappe-et-Karim-Benzema-1144828.jpg", + "pubDate": "Mon, 20 Dec 2021 14:54:04 GMT", + "enclosure": "https://images.bfmtv.com/IDoW8LqEv-HSo1qDvEemXy60VJs=/0x47:800x497/800x0/images/-809655.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36914,17 +38168,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5f845a879e0f76abc0bd17f96ae5f75" + "hash": "51b39001182e1eac137161b592dbced5" }, { - "title": "Ligue des nations: de la réussite au tirage pour les Bleus, avec un groupe très abordable", - "description": "Tenante du titre, l'équipe de France a hérité du Danemark, de la Croatie et de l'Autriche comme adversaires pour la Ligue des nations 2022-2023. Les Bleus s'en sortent plutôt bien et échappent au groupe de la mort composé de l'Italie, de l'Allemagne, de l'Angleterre et de la Hongrie.

", - "content": "Tenante du titre, l'équipe de France a hérité du Danemark, de la Croatie et de l'Autriche comme adversaires pour la Ligue des nations 2022-2023. Les Bleus s'en sortent plutôt bien et échappent au groupe de la mort composé de l'Italie, de l'Allemagne, de l'Angleterre et de la Hongrie.

", + "title": "Chelsea: Tuchel reconnaît avoir ignoré les consignes de son staff médical sur Kanté", + "description": "Près d'un mois après sa blessure face à la Juventus en Ligue des champions, N'Golo Kanté a fait son retour face à Wolverhampton (0-0) dimanche, en Premier League. Le milieu français a joué l'intégralité de la rencontre, alors qu'il n'aurait dû disputer que 45 minutes. Une décision prise par Thomas Tuchel, qui est allé à l'encontre des recommandations de son staff.

", + "content": "Près d'un mois après sa blessure face à la Juventus en Ligue des champions, N'Golo Kanté a fait son retour face à Wolverhampton (0-0) dimanche, en Premier League. Le milieu français a joué l'intégralité de la rencontre, alors qu'il n'aurait dû disputer que 45 minutes. Une décision prise par Thomas Tuchel, qui est allé à l'encontre des recommandations de son staff.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/ligue-des-nations-de-la-reussite-au-tirage-pour-les-bleus-avec-un-groupe-tres-abordable_AN-202112160426.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-reconnait-avoir-ignore-les-consignes-de-son-staff-medical-sur-kante_AV-202112200284.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 17:48:44 GMT", - "enclosure": "https://images.bfmtv.com/E2jL_s7o_nPqCcuOyxHT9Wa0dVo=/0x197:2048x1349/800x0/images/Les-Bleus-vainqueurs-de-la-Ligue-des-nations-en-2021-1189753.jpg", + "pubDate": "Mon, 20 Dec 2021 14:35:19 GMT", + "enclosure": "https://images.bfmtv.com/6FhUUcHkDotzLLrd9dpYJ_SDRCc=/0x87:2048x1239/800x0/images/N-Golo-Kante-lors-du-match-face-a-Wolverhampton-le-19-decembre-1191903.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36935,17 +38189,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "253f8314e3c333671f516dae03fe99eb" + "hash": "9d5412b16ec91e31ca2b84301b6d865e" }, { - "title": "PSG: Sergio Ramos de retour à l’entraînement collectif, Nuno Mendes à part", - "description": "À l’approche du match de Coupe de France ce dimanche face à Feignies-Aulnoye (N3), le PSG a pu compter sur un retour important à l’entraînement. Sergio Ramos s’est entraîné avec ses coéquipiers, tandis que Nuno Mendes était à part.

", - "content": "À l’approche du match de Coupe de France ce dimanche face à Feignies-Aulnoye (N3), le PSG a pu compter sur un retour important à l’entraînement. Sergio Ramos s’est entraîné avec ses coéquipiers, tandis que Nuno Mendes était à part.

", + "title": "OM: Luis Henrique déjà de retour à Botafogo?", + "description": "Arrivé en 2020 à Marseille en provenance de Botafogo, Luis Henrique pourrait déjà faire son retour au Brésil sous la forme d'un prêt, alors que son temps de jeu à l'OM n'est pas suffisant.

", + "content": "Arrivé en 2020 à Marseille en provenance de Botafogo, Luis Henrique pourrait déjà faire son retour au Brésil sous la forme d'un prêt, alors que son temps de jeu à l'OM n'est pas suffisant.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-sergio-ramos-de-retour-a-l-entrainement-collectif-nuno-mendes-a-part_AV-202112160417.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-luis-henrique-deja-de-retour-a-botafogo_AV-202112200210.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 17:34:28 GMT", - "enclosure": "https://images.bfmtv.com/XT35VVni4LgVYF9FkBnXJVPbOaY=/0x37:1200x712/800x0/images/Sergio-Ramos-1178510.jpg", + "pubDate": "Mon, 20 Dec 2021 11:28:40 GMT", + "enclosure": "https://images.bfmtv.com/BkzusJT78unceIdcS4Uwn2OxSIQ=/0x109:2048x1261/800x0/images/Luis-Henrique-1003121.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36956,17 +38210,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c578cd48acdf4675cf019fb57ca1384c" + "hash": "77a4aa4235f21537da1622bea6ae9e18" }, { - "title": "Ligue 1: une prochaine vente du Sco Angers ?", - "description": "Le président du SCO, Saïd Chabane, a expliqué à Ouest-France être en discussions avec Paritosh Gupta, un homme d’affaires angevin, pour la vente de son club.

", - "content": "Le président du SCO, Saïd Chabane, a expliqué à Ouest-France être en discussions avec Paritosh Gupta, un homme d’affaires angevin, pour la vente de son club.

", + "title": "Tennis: Rafael Nadal testé positif au Covid-19", + "description": "Après avoir perdu deux matches au tournoi-exhibition d'Abu Dhabi, vendredi et samedi, Rafael Nadal a annoncé ce lundi avoir été testé positif à son retour en Espagne. De quoi remettre en doute sa participation à l'Open d'Australie ?\n

", + "content": "Après avoir perdu deux matches au tournoi-exhibition d'Abu Dhabi, vendredi et samedi, Rafael Nadal a annoncé ce lundi avoir été testé positif à son retour en Espagne. De quoi remettre en doute sa participation à l'Open d'Australie ?\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-une-prochaine-vente-du-sco-angers_AV-202112160405.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/tennis-rafael-nadal-teste-positif-au-covid-19_AV-202112200200.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 17:22:55 GMT", - "enclosure": "https://images.bfmtv.com/iAPPPBhacw0ZnMttxoIeQ6fgxZw=/0x0:2048x1152/800x0/images/Said-Chabane-president-du-SCO-d-Angers-1036610.jpg", + "pubDate": "Mon, 20 Dec 2021 11:12:20 GMT", + "enclosure": "https://images.bfmtv.com/KJVw1dKtmdoo3AWE2G_8NK_suj8=/0x40:768x472/800x0/images/Rafael-Nadal-en-quart-de-finale-de-l-Open-d-Australie-contre-Stefanos-Tsitsipas-le-17-fevrier-2021-1183930.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36977,17 +38231,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "caf0742349fde89a880834b9dc1110a1" + "hash": "2cfbbfd78defea156aaa21373b77c26c" }, { - "title": "Ligue 1 en direct: Sergio Ramos de retour avec le groupe du PSG", - "description": "Il reste encore une journée de Ligue 1 avant les fêtes de fin d’année et la trêve hivernale. Elle sera précédée des 32es de finale de la Coupe de France le week-end prochain. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", - "content": "Il reste encore une journée de Ligue 1 avant les fêtes de fin d’année et la trêve hivernale. Elle sera précédée des 32es de finale de la Coupe de France le week-end prochain. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", + "title": "PSG: la réaction piquante de Leonardo aux critiques d'Ibrahimovic", + "description": "Récemment attaqué par Zlatan Ibrahimovic sur sa manière de travailler, Leonardo, le directeur sportif du PSG, a choisi l’indifférence comme réponse à l’ancien du joueur du PSG qu’il a bien connu.

", + "content": "Récemment attaqué par Zlatan Ibrahimovic sur sa manière de travailler, Leonardo, le directeur sportif du PSG, a choisi l’indifférence comme réponse à l’ancien du joueur du PSG qu’il a bien connu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toute-l-actualite-du-championnat_LN-202112160104.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-reaction-piquante-de-leonardo-aux-critiques-d-ibrahimovic_AV-202112200195.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 07:38:14 GMT", - "enclosure": "https://images.bfmtv.com/2nhfdJWLEIIzEnMcIv76GR7s6is=/0x39:768x471/800x0/images/Sergio-Ramos-qui-saute-plus-haut-que-tout-le-monde-lors-de-son-seul-match-avec-le-PSG-le-28-novembre-2021-a-Saint-Etienne-va-retrouver-le-Real-en-8e-de-C1-1187672.jpg", + "pubDate": "Mon, 20 Dec 2021 11:00:48 GMT", + "enclosure": "https://images.bfmtv.com/cOAcfGqqWQYupi0jo7ijrccSbqw=/0x0:1984x1116/800x0/images/Z-Ibrahimovic-1191000.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -36998,17 +38252,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f06280d9f96836edcc0461a6da61f7b3" + "hash": "806083da7f807ccc648eb0f12b003020" }, { - "title": "CAN 2022: des mesures sanitaires annoncées et renforcées en réponse aux clubs européens", - "description": "Face aux clubs européens qui menacent de retenir les internationaux africains en raison de la situation sanitaire, les organisateurs de la Coupe d'Afrique des nations 2022 ont dévoilé jeudi plusieurs mesures pour éviter tout foyer d'épidémie de Covid-19 dans les stades et parmi les équipes.

", - "content": "Face aux clubs européens qui menacent de retenir les internationaux africains en raison de la situation sanitaire, les organisateurs de la Coupe d'Afrique des nations 2022 ont dévoilé jeudi plusieurs mesures pour éviter tout foyer d'épidémie de Covid-19 dans les stades et parmi les équipes.

", + "title": "Ligue des champions féminine en direct: suivez le tirage au sort des quarts et des demi-finales", + "description": "L'OL et le PSG vont connaître ce lundi leurs adversaires pour les quarts de finale de la Ligue des champions féminine à partir de 13 heures. Les deux équipes, têtes de série, ne peuvent pas s'affronter et peuvent tomber sur du lourd.

", + "content": "L'OL et le PSG vont connaître ce lundi leurs adversaires pour les quarts de finale de la Ligue des champions féminine à partir de 13 heures. Les deux équipes, têtes de série, ne peuvent pas s'affronter et peuvent tomber sur du lourd.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-des-mesures-sanitaires-annoncees-et-renforcees-en-reponse-aux-clubs-europeens_AV-202112160395.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/ligue-des-champions/ligue-des-champions-feminine-en-direct-suivez-le-tirage-au-sort-des-quarts-et-des-demi-finales_LN-202112200174.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 17:10:21 GMT", - "enclosure": "https://images.bfmtv.com/aICdms8Quj5J9kUV3UVY3m0PuQc=/0x39:768x471/800x0/images/L-Association-europeenne-des-clubs-ECA-menace-de-ne-pas-liberer-les-joueurs-internationaux-pour-la-Coupe-d-Afrique-des-nations-en-janvier-fevrier-au-Cameroun-1189029.jpg", + "pubDate": "Mon, 20 Dec 2021 10:30:33 GMT", + "enclosure": "https://images.bfmtv.com/uX2uVKpv3XCp2ZRXXVAMvwyy_TU=/0x103:2000x1228/800x0/images/Ashley-Lawrence-et-Delphine-Cascarino-lors-d-OL-PSG-1191766.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37019,17 +38273,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c1e30fffec13d3b4f43b7e334b98458" + "hash": "7adfd2da820ee1ff14c816ed83a5e083" }, { - "title": "Rennes: Genesio donne les premières tendances du mercato hivernal", - "description": "Entre janvier et février, la défense du Stade Rennais va connaître quelques changements. En vue de la Coupe d’Afrique des nations, Nayef Aguerd et Hamari Traoré seront certainement appelés par le Maroc et le Mali. En conférence de presse, le coach Bruno Genesio a abordé la question du recrutement à ce poste.

", - "content": "Entre janvier et février, la défense du Stade Rennais va connaître quelques changements. En vue de la Coupe d’Afrique des nations, Nayef Aguerd et Hamari Traoré seront certainement appelés par le Maroc et le Mali. En conférence de presse, le coach Bruno Genesio a abordé la question du recrutement à ce poste.

", + "title": "PSG: Xavi Simons, une première pleine de promesses", + "description": "Xavi Simons a connu la première titularisation de sa carrière avec le Paris Saint-Germain dimanche, en Coupe de France. Le talent de 18 ans a réalisé 90 minutes d'un bon niveau. Une performance qui pourrait lui permettre d'intégrer la rotation en 2022.

", + "content": "Xavi Simons a connu la première titularisation de sa carrière avec le Paris Saint-Germain dimanche, en Coupe de France. Le talent de 18 ans a réalisé 90 minutes d'un bon niveau. Une performance qui pourrait lui permettre d'intégrer la rotation en 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-genesio-donne-les-premieres-tendances-du-mercato-hivernal_AV-202112160391.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-xavi-simons-une-premiere-pleine-de-promesses_AV-202112200173.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 17:03:52 GMT", - "enclosure": "https://images.bfmtv.com/NcWdVcmLoNAb1E_ZJLFNHRzCX9M=/0x0:768x432/800x0/images/L-entraineur-de-Rennes-Bruno-Genesio-lors-du-match-a-domicile-de-la-Ligue-Europa-Conference-contre-NS-Mura-Slovenie-le-4-novembre-2021-au-Roazhon-Park-1161358.jpg", + "pubDate": "Mon, 20 Dec 2021 10:28:30 GMT", + "enclosure": "https://images.bfmtv.com/7xi1u9aypcTq3_mi9yc9o1te9_8=/0x50:1200x725/800x0/images/Xavi-Simons-1191769.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37040,17 +38294,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9df6df260f12d017ead6aac8d449e47" + "hash": "d5c8e65c1eaeaa1ed8bfd93c3962408b" }, { - "title": "Ligue des nations: sur quelle chaîne et à quelle heure regarder le tirage au sort", - "description": "Le tirage au sort de la Ligue des nations 2022-2023 se déroule ce jeudi 16 décembre. La cérémonie se déroule à Nyon, en Suisse, à partir de 18 heures.

", - "content": "Le tirage au sort de la Ligue des nations 2022-2023 se déroule ce jeudi 16 décembre. La cérémonie se déroule à Nyon, en Suisse, à partir de 18 heures.

", + "title": "Incidents Paris FC-OL: un avocat de groupes de supporters défend l'idée d'une sanction individuelle", + "description": "Dans l'After Foot, Pierre Barthélémy, avocat de groupes de supporters, considère \"inacceptable\" de priver la majorité des supporters d'un déplacement de stade à cause des comportements \"d'une minorité\".

", + "content": "Dans l'After Foot, Pierre Barthélémy, avocat de groupes de supporters, considère \"inacceptable\" de priver la majorité des supporters d'un déplacement de stade à cause des comportements \"d'une minorité\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/ligue-des-nations-sur-quelle-chaine-et-a-quelle-heure-regarder-le-tirage-au-sort_AV-202112160365.html", + "link": "https://rmcsport.bfmtv.com/football/incidents-paris-fc-ol-un-avocat-de-groupes-de-supporters-defend-l-idee-d-une-sanction-individuelle_AV-202112200167.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 16:27:39 GMT", - "enclosure": "https://images.bfmtv.com/E04wjo2ekCzQSohpdf4Leqlfx2Q=/0x185:2032x1328/800x0/images/Tirage-au-sort-Ligue-des-nations-1189638.jpg", + "pubDate": "Mon, 20 Dec 2021 10:16:33 GMT", + "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37061,17 +38315,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97cb534c391f504d3f3db7f83d1d30c5" + "hash": "49deef572f142293cf08ab30f4ea698a" }, { - "title": "Leeds: Bielsa reconnaît qu’il n’est pas à l’abri d’être viré", - "description": "Après la gifle reçue sur la pelouse de Manchester City (7-0) mardi lors de la 17eme journée de Premier League, l’entraîneur de Leeds United, Marcelo Bielsa, admet qu’il n’est pas irremplaçable.

", - "content": "Après la gifle reçue sur la pelouse de Manchester City (7-0) mardi lors de la 17eme journée de Premier League, l’entraîneur de Leeds United, Marcelo Bielsa, admet qu’il n’est pas irremplaçable.

", + "title": "Mercato: le Real pas perturbé par la phrase de Leonardo sur l’avenir de Mbappé au PSG", + "description": "Selon la presse espagnole, la note optimiste de Leonardo sur les chances de prolonger le contrat de Kylian Mbappé au PSG n’inquiète pas le Real Madrid, toujours aussi confiant sur les chances de recruter la star française.

", + "content": "Selon la presse espagnole, la note optimiste de Leonardo sur les chances de prolonger le contrat de Kylian Mbappé au PSG n’inquiète pas le Real Madrid, toujours aussi confiant sur les chances de recruter la star française.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/leeds-bielsa-reconnait-qu-il-n-est-pas-a-l-abri-d-etre-vire_AV-202112160364.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-real-pas-perturbe-par-la-phrase-de-leonardo-sur-l-avenir-de-mbappe-au-psg_AV-202112200164.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 16:25:54 GMT", - "enclosure": "https://images.bfmtv.com/ETwpYfDgjwxuRwGCcytAT2NgP-w=/0x149:2000x1274/800x0/images/Marcelo-Bielsa-Leeds-971748.jpg", + "pubDate": "Mon, 20 Dec 2021 10:12:25 GMT", + "enclosure": "https://images.bfmtv.com/vBTyzR6o3VlB1zBbO-cMSWIz2U0=/0x46:2048x1198/800x0/images/Kylian-MBAPPE-1191171.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37082,17 +38336,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d849271bc03b180942a12e6ee532dfb7" + "hash": "522df4c7f07e67050e05043d0fc892dc" }, { - "title": "NBA: Hugo Besson, le rêve américain qui passe par l’Australie", - "description": "Alors que la NBA est devenue un objectif plus qu'un rêve pour de nombreux jeunes basketteurs français, la plupart préfère s'y préparer en se frottant à ce qui se fait de mieux en Europe, à l'image du phénomène Victor Wembanyama. Mais cet été, ils sont trois français, déjà dans les radars de la Grande Ligue, à avoir fait le choix surprenant de partir à la conquête de l'Australie. A 20 ans, Hugo Besson est l'un d'eux et le pari pourrait bien s'avérer payant pour lui.

", - "content": "Alors que la NBA est devenue un objectif plus qu'un rêve pour de nombreux jeunes basketteurs français, la plupart préfère s'y préparer en se frottant à ce qui se fait de mieux en Europe, à l'image du phénomène Victor Wembanyama. Mais cet été, ils sont trois français, déjà dans les radars de la Grande Ligue, à avoir fait le choix surprenant de partir à la conquête de l'Australie. A 20 ans, Hugo Besson est l'un d'eux et le pari pourrait bien s'avérer payant pour lui.

", + "title": "Le sport face au coronavirus en direct: défaite sur tapis vert face à Rennes, Tottenham éliminé de l'Europa Conference League", + "description": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "content": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-hugo-besson-le-reve-americain-qui-passe-par-l-australie_AV-202112160363.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 16:24:36 GMT", - "enclosure": "https://images.bfmtv.com/Ajjwr7ndXhH_6oRbUk9NGUT5e_o=/0x291:1360x1056/800x0/images/Hugo-Besson-1189729.jpg", + "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", + "enclosure": "https://images.bfmtv.com/xTf8QB4drl8V8wgpItoHBB-ER8E=/0x29:768x461/800x0/images/L-attaquant-sud-coreen-de-Tottenham-Son-Heung-Min-est-felicite-par-l-attaquant-Harry-Kane-apres-avoir-egalise-2-2-face-a-Liverpool-lors-de-la-18e-journee-de-Premier-League-le-19-decembre-2021-au-Tottenham-Hotspur-Stadium-1191473.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37103,17 +38357,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c610cddac670a4883628679e6701c569" + "hash": "797e6519de13b4746037ca5cee01c697" }, { - "title": "Perpignan: Xavier Chiocci va s’engager pour deux ans et demi", - "description": "Le pilier gauche ou droit lyonnais, Xavier Chiocci (31 ans, 10 sélections), va rejoindre Perpignan comme joker médical, mais aussi pour les deux saisons suivantes. Il a donné son accord et le Lyon Olympique Universtaire a accepté de le libérer. Il signera son contrat vendredi.\n

", - "content": "Le pilier gauche ou droit lyonnais, Xavier Chiocci (31 ans, 10 sélections), va rejoindre Perpignan comme joker médical, mais aussi pour les deux saisons suivantes. Il a donné son accord et le Lyon Olympique Universtaire a accepté de le libérer. Il signera son contrat vendredi.\n

", + "title": "Coupe de France: la belle célébration des Jumeaux de M'zouazia avec les supporters de Bordeaux", + "description": "Après leur lourde défaite contre Bordeaux (10-0) en Coupe de France, les joueurs des Jumeaux de M'zouazia se sont offerts une belle communion avec les supporters du kop sud du Matmut Atlantique, dimanche.

", + "content": "Après leur lourde défaite contre Bordeaux (10-0) en Coupe de France, les joueurs des Jumeaux de M'zouazia se sont offerts une belle communion avec les supporters du kop sud du Matmut Atlantique, dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/perpignan-xavier-chiocci-va-s-engager-pour-deux-ans-et-demi_AV-202112160362.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-belle-celebration-des-jumeaux-de-mzouazia-avec-les-supporters-de-bordeaux_AV-202112200138.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 16:22:54 GMT", - "enclosure": "https://images.bfmtv.com/7S0BBQR4_CSTN54QxulTWwtB-MI=/0x0:2048x1152/800x0/images/Xavier-Chiocci-1189750.jpg", + "pubDate": "Mon, 20 Dec 2021 09:22:30 GMT", + "enclosure": "https://images.bfmtv.com/_FIbCMODOylPADk8yZQXWWKSBLA=/0x212:2048x1364/800x0/images/Les-joueurs-des-Jumeaux-de-Mzouazia-se-sont-offerts-une-belle-communion-avec-les-supporters-du-Kop-Sud-de-Bordeaux-1191714.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37124,17 +38378,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "967567074468883ba524fd64ace70f38" + "hash": "74ae6a3483e3f5768fcf0ca20701e036" }, { - "title": "Le président de l’UEFA, Aleksander Ceferin, demande aux joueurs de se faire vacciner", - "description": "Depuis quelques semaines, les cas de Covid-19 ne cessent de se multiplier. Le monde du sport est aussi concerné, notamment en Angleterre où des rencontres sont reportées. Ce jeudi, le président de l’UEFA, Aleksander Ceferin, était présent face à la presse et a demandé aux footballeurs de se faire vacciner.

", - "content": "Depuis quelques semaines, les cas de Covid-19 ne cessent de se multiplier. Le monde du sport est aussi concerné, notamment en Angleterre où des rencontres sont reportées. Ce jeudi, le président de l’UEFA, Aleksander Ceferin, était présent face à la presse et a demandé aux footballeurs de se faire vacciner.

", + "title": "La NBA va obliger les équipes touchées par le Covid à recruter des joueurs supplémentaires", + "description": "Alors que les cas de Covid se multiplient en NBA, la Ligue a annoncé que les équipes devront recruter des joueurs en cas de test positif dans leur effectif, ce qui permettra à la Ligue de se poursuivre.

", + "content": "Alors que les cas de Covid se multiplient en NBA, la Ligue a annoncé que les équipes devront recruter des joueurs en cas de test positif dans leur effectif, ce qui permettra à la Ligue de se poursuivre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-president-de-l-uefa-aleksander-ceferin-demande-aux-joueurs-de-se-faire-vacciner_AV-202112160361.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/la-nba-va-obliger-les-equipes-touchees-par-le-covid-a-recruter-des-joueurs-supplementaires_AD-202112200135.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 16:20:56 GMT", - "enclosure": "https://images.bfmtv.com/lrDde55XEQitphSvTw0O_qUbCWU=/0x48:768x480/800x0/images/Le-president-de-l-UEFA-Aleksander-Ceferin-le-17-juin-2020-a-Nyon-1009766.jpg", + "pubDate": "Mon, 20 Dec 2021 09:19:25 GMT", + "enclosure": "https://images.bfmtv.com/SBqWEanSRwtTBrsVPCo4zMwyqTM=/0x40:768x472/800x0/images/Julius-Randle-des-New-York-Knicks-dribble-face-a-Zach-LaVine-des-Chicago-Bulls-en-NBA-au-United-Center-de-Chicago-le-21-novembre-2021-1172057.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37145,17 +38399,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f326aae84a9551801df2553fd96b7ca5" + "hash": "ea1c28073d746551e6e6663397db8a1b" }, { - "title": "Liga: flambée de Covid-19 au Real Madrid, quatre joueurs, dont Bale, positifs", - "description": "Quatre joueurs supplémentaires ont été testés positifs au Covid-19 au Real Madrid, ce jeudi, dont Gareth Bale et Marco Asensio. Plusieurs sections du club ont été touchées par la pandémie depuis le début de la semaine.

", - "content": "Quatre joueurs supplémentaires ont été testés positifs au Covid-19 au Real Madrid, ce jeudi, dont Gareth Bale et Marco Asensio. Plusieurs sections du club ont été touchées par la pandémie depuis le début de la semaine.

", + "title": "Coupe arabe: le retour triomphal des Fennecs en Algérie après leur titre", + "description": "L’Algérie a remporté le premier titre de son histoire en Coupe arabe des nations. Les Fennecs sont arrivés dimanche soir à Alger et ont reçu un accueil incroyable de la part de milliers de fans pour célébrer leur sacre contre la Tunisie (2-0).

", + "content": "L’Algérie a remporté le premier titre de son histoire en Coupe arabe des nations. Les Fennecs sont arrivés dimanche soir à Alger et ont reçu un accueil incroyable de la part de milliers de fans pour célébrer leur sacre contre la Tunisie (2-0).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-flambee-de-covid-19-au-real-madrid-quatre-joueurs-dont-bale-positifs_AV-202112160357.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-le-retour-triomphal-des-fennecs-en-algerie-apres-leur-titre_AV-202112200129.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 16:15:43 GMT", - "enclosure": "https://images.bfmtv.com/9ABojczIWaKzdVp8ekaxdT4dVCM=/0x27:2048x1179/800x0/images/Gareth-Bale-1070965.jpg", + "pubDate": "Mon, 20 Dec 2021 08:56:35 GMT", + "enclosure": "https://images.bfmtv.com/FWWUAb7Fs_MuJ38XMiEw5SbaANA=/0x73:2048x1225/800x0/images/Le-retour-des-Fennecs-et-l-incroyable-communion-avec-les-supporters-algeriens-1191704.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37166,17 +38420,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c2133a41c69b9728842d38845efe66b" + "hash": "9029f653cd131aa2604060e30f267e0d" }, { - "title": "PSG: Mbappé raconte comment il s'adapte au jeu de Messi au quotidien", - "description": "Dans une interview diffusée sur les réseaux sociaux du PSG, Kylian Mbappé s’est confié sur l’intégration de son nouveau coéquipier, Lionel Messi, et comment il s’est adapté à son jeu.

", - "content": "Dans une interview diffusée sur les réseaux sociaux du PSG, Kylian Mbappé s’est confié sur l’intégration de son nouveau coéquipier, Lionel Messi, et comment il s’est adapté à son jeu.

", + "title": "Mercato: Tolisso proche du Real Madrid ?", + "description": "En fin de contrat en juin prochain avec le Bayern, Corentin Tolisso serait sur les tablettes du Real Madrid, qui cherche à se renforcer à moindre coût. Une opportunité idéale de se relancer pour le joueur de 27 ans, miné par les blessures.

", + "content": "En fin de contrat en juin prochain avec le Bayern, Corentin Tolisso serait sur les tablettes du Real Madrid, qui cherche à se renforcer à moindre coût. Une opportunité idéale de se relancer pour le joueur de 27 ans, miné par les blessures.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-raconte-comment-il-s-adapte-au-jeu-de-messi-au-quotidien_AV-202112160346.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-tolisso-proche-du-real-madrid_AV-202112200123.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:50:44 GMT", - "enclosure": "https://images.bfmtv.com/8WC9Dc6oLQ0tRaU0UIm7gXTjJn8=/0x210:2048x1362/800x0/images/Mbappe-et-Messi-tout-sourire-apres-le-double-du-Francais-1187163.jpg", + "pubDate": "Mon, 20 Dec 2021 08:47:43 GMT", + "enclosure": "https://images.bfmtv.com/ZbyHBGLwwWBvHwrIk82PcA4qlkU=/2x0:4498x2529/800x0/images/-862460.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37187,17 +38441,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "307d3bc7e65d4b41a69e7c769d6002a3" + "hash": "786f4405169baf42a256cbe0d6801587" }, { - "title": "Les clubs de Serie A votent à l’unanimité le maintien de la Salernitana jusqu'en fin de saison", - "description": "En proie à des soucis financiers, la Salernitana risquait l'exclusion de la Serie A en janvier. La Fédération italienne avait fixé un délai de deux semaines au dernier du championnat pour trouver des acquéreurs. Cet ultimatum passé, le club de Franck Ribéry a vu les formations du championnat voter à l’unanimité son maintien.

", - "content": "En proie à des soucis financiers, la Salernitana risquait l'exclusion de la Serie A en janvier. La Fédération italienne avait fixé un délai de deux semaines au dernier du championnat pour trouver des acquéreurs. Cet ultimatum passé, le club de Franck Ribéry a vu les formations du championnat voter à l’unanimité son maintien.

", + "title": "Liverpool: \"Je ne sais pas quel est son problème avec moi\", Klopp fulmine contre l’arbitre", + "description": "Jürgen Klopp, le manager de Liverpool, fulmine contre l’arbitre du match, Paul Tierney, face à Tottenham (2-2) pour ne pas avoir exclu Harry Kane, ni accordé un penalty à Diogo Jota.

", + "content": "Jürgen Klopp, le manager de Liverpool, fulmine contre l’arbitre du match, Paul Tierney, face à Tottenham (2-2) pour ne pas avoir exclu Harry Kane, ni accordé un penalty à Diogo Jota.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/les-clubs-de-serie-a-votent-a-l-unanimite-le-maintien-de-la-salernitana-jusqu-en-fin-de-saison_AV-202112160341.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/liverpool-je-ne-sais-pas-quel-est-son-probleme-avec-moi-klopp-fulmine-contre-l-arbitre_AV-202112200115.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:42:35 GMT", - "enclosure": "https://images.bfmtv.com/3qH8l-Ydoerdc2Mw0fVzAf1eb-c=/0x0:2048x1152/800x0/images/Franck-Ribery-avec-Salernitana-1145425.jpg", + "pubDate": "Mon, 20 Dec 2021 08:37:09 GMT", + "enclosure": "https://images.bfmtv.com/kz3n56yUXSCU1awrvjgkT6R8VXc=/0x416:1520x1271/800x0/images/Juergen-Klopp-fulmine-contre-l-arbitre-Paul-Tierney-1191691.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37208,17 +38462,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c3960b3c0e6d4b277e652d4ac574e59" + "hash": "77fe729c59f17e9ea01a7886489afffd" }, { - "title": "Nantes: Kombouaré ne croit pas que les clubs retiendront les joueurs pour la CAN 2022", - "description": "Les clubs européens ont menacé de ne pas libérer les joueurs africains pour la CAN 2022 devant avoir lieu entre janvier et février, en avançant un problème de protocole sanitaire. En conférence de presse, l’entraîneur de Nantes Antoine Kombouaré juge \"impossible\" de voir cette initiative se concrétiser.

", - "content": "Les clubs européens ont menacé de ne pas libérer les joueurs africains pour la CAN 2022 devant avoir lieu entre janvier et février, en avançant un problème de protocole sanitaire. En conférence de presse, l’entraîneur de Nantes Antoine Kombouaré juge \"impossible\" de voir cette initiative se concrétiser.

", + "title": "Mercato: Raiola ouvre la porte pour De Ligt au PSG", + "description": "Mino Raiola a jeté un trouble sur l’avenir de Matthijs De Ligt à la Juventus. L’agent du défenseur néerlandais a émis l’hypothèse d’un départ lors du mercato estival et nommé parmi les destinations possibles. Avec le PSG cité.

", + "content": "Mino Raiola a jeté un trouble sur l’avenir de Matthijs De Ligt à la Juventus. L’agent du défenseur néerlandais a émis l’hypothèse d’un départ lors du mercato estival et nommé parmi les destinations possibles. Avec le PSG cité.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/nantes-komboaure-ne-croit-pas-que-les-clubs-retiendront-les-joueurs-pour-la-can-2022_AV-202112160337.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-raiola-ouvre-la-porte-pour-de-ligt-au-psg_AV-202112200106.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:31:05 GMT", - "enclosure": "https://images.bfmtv.com/tru-36sddlugE2kXJ3eUWsRnGYI=/0x0:1200x675/800x0/images/Antoine-Kombouare-1177738.jpg", + "pubDate": "Mon, 20 Dec 2021 08:20:57 GMT", + "enclosure": "https://images.bfmtv.com/EwN22hXRifw8gPOSxdbHOsDoNXs=/0x93:2048x1245/800x0/images/Matthijs-De-Ligt-avec-la-Juventus-1191678.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37229,17 +38483,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2405dd1a7bcfc4f2caad4cb97f3894d3" + "hash": "e562697493d01e1d6db1986a843a21b6" }, { - "title": "Ligue des champions: le mea-culpa de Ceferin après le tirage au sort raté", - "description": "Aleksander Ceferin, président de l'UEFA, s'est officiellement excusé pour le tirage au sort de la Ligue des champions qui a dû être refait à la suite d'une erreur technologique. Le dirigeant slovène promet des mesures pour éviter qu'un tel incident se reproduise.

", - "content": "Aleksander Ceferin, président de l'UEFA, s'est officiellement excusé pour le tirage au sort de la Ligue des champions qui a dû être refait à la suite d'une erreur technologique. Le dirigeant slovène promet des mesures pour éviter qu'un tel incident se reproduise.

", + "title": "Ligue 1 en direct: suivez les infos avant la 19e journée", + "description": "Il reste encore une journée de Ligue 1 ce mercredi avant les fêtes de fin d’année et la trêve hivernale. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", + "content": "Il reste encore une journée de Ligue 1 ce mercredi avant les fêtes de fin d’année et la trêve hivernale. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-mea-culpa-de-ceferin-apres-le-tirage-au-sort-rate_AV-202112160332.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-les-infos-avant-la-19e-journee_LN-202112200099.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:10:49 GMT", - "enclosure": "https://images.bfmtv.com/pfsvVgVwzdWWwJ0dAACMBbVSaY0=/0x106:2048x1258/800x0/images/Ceferin-1189706.jpg", + "pubDate": "Mon, 20 Dec 2021 07:59:56 GMT", + "enclosure": "https://images.bfmtv.com/hPcAMLOSdKaHl20L9Ndl2GArEHo=/0x39:768x471/800x0/images/L-attaquant-de-Monaco-Wissam-Ben-Yedder-buteur-lors-du-match-de-Ligue-1-a-domicile-contre-Rennes-le-16-mai-2021-1027943.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37250,17 +38504,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d64137d2ebd41ae532f67a6b7fefde5d" + "hash": "68bda65728964e9ab333fd683c079b0e" }, { - "title": "Biathlon: Bescond sur le podium du sprint au Grand Bornand", - "description": "Lors de l'étape de la Coupe du monde de biathlon au Grand Bornand, Anaïs Bescond est arrivée deuxième du sprint derrière la Norvégienne Marte Olsbu. Les autres Françaises ont eu un peu plus de mal à se hisser par les premières places.

", - "content": "Lors de l'étape de la Coupe du monde de biathlon au Grand Bornand, Anaïs Bescond est arrivée deuxième du sprint derrière la Norvégienne Marte Olsbu. Les autres Françaises ont eu un peu plus de mal à se hisser par les premières places.

", + "title": "Metz: Antonetti critique l'organisation de la Coupe de France après l’élimination de Metz à Bergerac", + "description": "Frédéric Antonetti, l'entraîneur du FC Metz, a critiqué l’état du terrain après l’élimination de son équipe en 32es de finale de la Coupe de France (0-0, 5 tab 4), dimanche contre Bergerac (N2).

", + "content": "Frédéric Antonetti, l'entraîneur du FC Metz, a critiqué l’état du terrain après l’élimination de son équipe en 32es de finale de la Coupe de France (0-0, 5 tab 4), dimanche contre Bergerac (N2).

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-bescond-sur-le-podium-du-sprint-au-grand-bornand_AV-202112160330.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/metz-antonetti-critique-l-organisation-de-la-coupe-de-france-apres-l-elimination-de-metz-a-bergerac_AV-202112200095.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:08:45 GMT", - "enclosure": "https://images.bfmtv.com/So7rRU2OZLuftSSxhvR2KGlpdVk=/0x36:768x468/800x0/images/Les-biathletes-francaises-Anais-Chevalier-Bouchet-Justine-Braisaz-Bouchet-Chloe-Chevalier-et-Anais-Bescond-posent-le-11-decembre-2021-a-Hochfilzen-Autriche-apres-avoir-termine-3e-du-relais-remporte-par-les-Suedoises-1186547.jpg", + "pubDate": "Mon, 20 Dec 2021 07:55:31 GMT", + "enclosure": "https://images.bfmtv.com/9U14AHZegbwC3X5W0gq-raiBjSk=/0x68:2048x1220/800x0/images/Frederic-Antonetti-1191658.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37271,17 +38525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef1ec5ba593e292abe9d4277c52e2b32" + "hash": "101a3f401372d0f05a6efffd393ca21a" }, { - "title": "Double Contact - Driks: \"C’est normal que Mbappé ait envie de partir\"", - "description": "RMC Sport a sa rubrique \"culture-sport\" baptisée \"Double Contact\". Tout au long de l’année, on vous propose des entretiens intimes et décalés avec des artistes qui font l’actualité. A l’occasion de la sortie de son projet \"Hackcoeur\", on a rencontré Driks. L’artiste de La Courneuve nous parle de sa passion pour le PSG, de sa relation avec Didier Drogba et de son expérience de jeune joueur au Camp des Loges.

", - "content": "RMC Sport a sa rubrique \"culture-sport\" baptisée \"Double Contact\". Tout au long de l’année, on vous propose des entretiens intimes et décalés avec des artistes qui font l’actualité. A l’occasion de la sortie de son projet \"Hackcoeur\", on a rencontré Driks. L’artiste de La Courneuve nous parle de sa passion pour le PSG, de sa relation avec Didier Drogba et de son expérience de jeune joueur au Camp des Loges.

", + "title": "Mercato: Raiola fait monter les enchères pour Haaland", + "description": "Mino Raiola s’est exprimé dimanche sur l’avenir d’Erling Haaland et a laissé plané le doute sur un futur transfert. Très courtisé, le buteur norvégien de Dortmund restera à l’écoute de toutes les propositions et ne s’est mis d’accord avec aucun club selon son agent.

", + "content": "Mino Raiola s’est exprimé dimanche sur l’avenir d’Erling Haaland et a laissé plané le doute sur un futur transfert. Très courtisé, le buteur norvégien de Dortmund restera à l’écoute de toutes les propositions et ne s’est mis d’accord avec aucun club selon son agent.

", "category": "", - "link": "https://rmcsport.bfmtv.com/replay-emissions/double-contact/double-contact-driks-c-est-normal-que-mbappe-ait-envie-de-partir_AV-202112160328.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-raiola-fait-monter-les-encheres-pour-haaland_AV-202112200089.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 14:56:34 GMT", - "enclosure": "https://images.bfmtv.com/8abQ5W_ZNfNZpOfjA_L1A9gapm0=/0x0:1920x1080/800x0/images/Driks-1189704.jpg", + "pubDate": "Mon, 20 Dec 2021 07:42:28 GMT", + "enclosure": "https://images.bfmtv.com/G2W6AVrkBby55LFH6zMZW3vloi0=/0x67:2048x1219/800x0/images/Erling-Haaland-avec-le-Borussia-Dortmund-1191651.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37292,17 +38546,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd19c32d93231178028f7c274ddd4b38" + "hash": "3e4049cfb58432f3d68c44ef97132054" }, { - "title": "Incidents OL-OM: \"l’arbitre est un menteur\", Bosz très remonté et ironique sur les sanctions", - "description": "Peter Bosz, l’entraineur de l’OL, a à son tour qualifié Ruddy Buquet, l’arbitre du match contre l’OM, de \"menteur\". Pour lui, il aurait d'abord affirmé vouloir reprendre la rencontre, avant de se rétracter pour que le match soit définitivement arrêté.

", - "content": "Peter Bosz, l’entraineur de l’OL, a à son tour qualifié Ruddy Buquet, l’arbitre du match contre l’OM, de \"menteur\". Pour lui, il aurait d'abord affirmé vouloir reprendre la rencontre, avant de se rétracter pour que le match soit définitivement arrêté.

", + "title": "Rugby: le joueur des Ospreys, Ifan Phillips, amputé d'une jambe après un accident de moto", + "description": "Victime d'un accident de moto le 5 décembre dernier, Ifan Phillips, le talonneur des Ospreys, a révélé avoir été amputé d'une jambe et est contraint de mettre un terme à sa carrière, à seulement 25 ans.

", + "content": "Victime d'un accident de moto le 5 décembre dernier, Ifan Phillips, le talonneur des Ospreys, a révélé avoir été amputé d'une jambe et est contraint de mettre un terme à sa carrière, à seulement 25 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-l-arbitre-est-un-menteur-bosz-tres-remonte-et-ironique-sur-les-sanctions_AV-202112160326.html", + "link": "https://rmcsport.bfmtv.com/rugby/rugby-le-joueur-des-ospreys-ifan-phillips-ampute-d-une-jambe-apres-un-accident-de-moto_AD-202112200087.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 14:54:02 GMT", - "enclosure": "https://images.bfmtv.com/KEUHFabZRp1ERLuiXwEaJFPaq6Q=/6x27:1574x909/800x0/images/Peter-Bosz-1157247.jpg", + "pubDate": "Mon, 20 Dec 2021 07:40:59 GMT", + "enclosure": "https://images.bfmtv.com/XnM4Ct0C2unMN7T8fjnEo_pojLA=/3x0:1891x1062/800x0/images/-804117.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37313,17 +38567,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4b56c56a1c42ceffe8a0ee68c13bb71" + "hash": "75217cd4debf3683f9d166b929c317eb" }, { - "title": "Tennis: Nadal va évaluer sa condition physique à Abu Dhabi, avant l'Open d'Australie", - "description": "Après quatre mois d'absence suite à une blessure au pied, Rafael Nadal va pouvoir reprendre le tennis. L'Espagnol sera présent ce vendredi pour un tournoi exhibition à Abu Dhabi. L'occasion pour le sportif de 35 ans de se jauger avant l'Open d'Australie en janvier.

", - "content": "Après quatre mois d'absence suite à une blessure au pied, Rafael Nadal va pouvoir reprendre le tennis. L'Espagnol sera présent ce vendredi pour un tournoi exhibition à Abu Dhabi. L'occasion pour le sportif de 35 ans de se jauger avant l'Open d'Australie en janvier.

", + "title": "Belgique: le coup de gueule de Lukaku après les insultes racistes contre Kompany", + "description": "Romelu Lukaku, attaquant international belge, s’est emporté sur les réseaux sociaux après les insultes racistes subies par Vincent Kompany, lors d’un match à Bruges ce week-end en Belgique.

", + "content": "Romelu Lukaku, attaquant international belge, s’est emporté sur les réseaux sociaux après les insultes racistes subies par Vincent Kompany, lors d’un match à Bruges ce week-end en Belgique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tennis-nadal-va-evaluer-sa-condition-physique-a-abu-dhabi-avant-l-open-d-australie_AV-202112160321.html", + "link": "https://rmcsport.bfmtv.com/football/championnat-de-belgique/belgique-le-coup-de-gueule-de-lukaku-apres-les-insultes-racistes-contre-kompany_AV-202112200061.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 14:45:42 GMT", - "enclosure": "https://images.bfmtv.com/mlCRmNgwsZVkFkdKqCUtPEfbxEU=/0x27:768x459/800x0/images/L-Espagnol-Rafael-Nadal-salue-les-supporters-apres-sa-defaite-face-au-Serbe-Novak-Djokovic-lors-de-leur-demi-finale-du-tournoi-de-Roland-Garros-le-11-juin-2021-a-Paris-1087607.jpg", + "pubDate": "Mon, 20 Dec 2021 07:03:11 GMT", + "enclosure": "https://images.bfmtv.com/rtLwx1mmvu4m3o82hmi73r7LyC0=/0x30:2048x1182/800x0/images/Lukaku-1184335.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37334,17 +38588,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cb042fcd8a5a2da102daed3eae7786b" + "hash": "45ce38de739fd6bf8fdcc81e4f73cde6" }, { - "title": "CAN 2022: \"Certains clubs ont menacé des joueurs\", assure Halilhodzic", - "description": "La propagation du Covid-19 rend incertaine la tenue de la Coupe d'Afrique des nations entre janvier et février 2022. Lors d'un entretien avec l'AFP, le sélectionneur du Maroc Vahid Halilhodzic a fait part de ses inquiétudes et a raconté comment certains clubs mettent la pression sur leurs joueurs.

", - "content": "La propagation du Covid-19 rend incertaine la tenue de la Coupe d'Afrique des nations entre janvier et février 2022. Lors d'un entretien avec l'AFP, le sélectionneur du Maroc Vahid Halilhodzic a fait part de ses inquiétudes et a raconté comment certains clubs mettent la pression sur leurs joueurs.

", + "title": "Mercato en direct: Raiola ouvre la porte à De Ligt au PSG", + "description": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022. A cette date, de nombreux joueurs dont Kylian Mbappé pourront négocier avec le club de leur choix. En attendant, les cadors du football européen continuent de préparer le prochain marché des transferts et multiplient les pistes et les contacts avec d'éventuelles recrues. Suivez l'actualité du mercato, les informations et rumeurs, en direct commenté sur RMC Sport.

", + "content": "Le mercato hivernal ouvrira ses portes le 1er janvier 2022. A cette date, de nombreux joueurs dont Kylian Mbappé pourront négocier avec le club de leur choix. En attendant, les cadors du football européen continuent de préparer le prochain marché des transferts et multiplient les pistes et les contacts avec d'éventuelles recrues. Suivez l'actualité du mercato, les informations et rumeurs, en direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-certains-clubs-ont-menace-des-joueurs-assure-halilhodzic_AV-202112160317.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-20-decembre-2021_LN-202112200060.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 14:38:29 GMT", - "enclosure": "https://images.bfmtv.com/1pKLIowBMoTorPaoa5nwkmC9Kuw=/0x0:2048x1152/800x0/images/Vahid-Halilhodzic-997039.jpg", + "pubDate": "Mon, 20 Dec 2021 06:59:22 GMT", + "enclosure": "https://images.bfmtv.com/EwN22hXRifw8gPOSxdbHOsDoNXs=/0x93:2048x1245/800x0/images/Matthijs-De-Ligt-avec-la-Juventus-1191678.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37355,17 +38609,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96e66c2bc98fe9a1f85c0f1867035fa8" + "hash": "bc09f6a1c7c45793dd2e183c90b66878" }, { - "title": "F1: les doutes de Wolff sur une retraite anticipée d'Hamilton", - "description": "Interrogé ce jeudi sur la possibilité que Lewis Hamilton quitte prématurément la F1 après la désillusion d'Abu Dhabi face à Max Verstappen, Toto Wolff, le directeur de l'écurie Mercedes, n'a pas pu donner de réponse catégorique. Le dirigeant est néanmoins optimiste.

", - "content": "Interrogé ce jeudi sur la possibilité que Lewis Hamilton quitte prématurément la F1 après la désillusion d'Abu Dhabi face à Max Verstappen, Toto Wolff, le directeur de l'écurie Mercedes, n'a pas pu donner de réponse catégorique. Le dirigeant est néanmoins optimiste.

", + "title": "PSG: Leonardo défend le bilan de Messi et ses \"premiers mois incroyables\"", + "description": "Arrivé pendant l'intersaison au PSG, Lionel Messi connait un début de saison mitigé. Mais les performances de l'attaquant argentin n'inquiètent pas son directeur sportif Leonardo. Le dirigeant brésilien a défendu dimanche le bilan de la nouvelle star parisienne.

", + "content": "Arrivé pendant l'intersaison au PSG, Lionel Messi connait un début de saison mitigé. Mais les performances de l'attaquant argentin n'inquiètent pas son directeur sportif Leonardo. Le dirigeant brésilien a défendu dimanche le bilan de la nouvelle star parisienne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-les-doutes-de-wolff-sur-une-retraite-anticipee-d-hamilton_AV-202112160312.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-leonardo-defend-le-bilan-de-messi-et-ses-premiers-mois-incroyables_AV-202112200045.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 14:18:35 GMT", - "enclosure": "https://images.bfmtv.com/MbNC2YX5GIwtAs-bvjcRmTCVenE=/0x39:2048x1191/800x0/images/Wolff-Hamilton-1189689.jpg", + "pubDate": "Mon, 20 Dec 2021 06:36:15 GMT", + "enclosure": "https://images.bfmtv.com/PF80Y3C5sH5YghWQDMEnj_bsST0=/0x93:2048x1245/800x0/images/Lionel-Messi-et-Ander-Herrera-avec-le-PSG-1191598.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37376,17 +38630,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7493171c6a247f0f8d274cad709636a" + "hash": "adeda0e49add0e521117070688ac6bc4" }, { - "title": "Incidents OL-OM: \"très abattu\" et \"terrifié\", Aulas en remet une couche après sa sanction", - "description": "Le président de l'OL, Jean-Michel Aulas, a été sanctionné de dix matchs de suspension, dont cinq ferme, pour son \"comportement\" lors du match contre l'OM, a indiqué la LFP mercredi. Le dirigeant se dit \"très abattu et très déçu\" et juge que ses propos ont été \"déformés\".

", - "content": "Le président de l'OL, Jean-Michel Aulas, a été sanctionné de dix matchs de suspension, dont cinq ferme, pour son \"comportement\" lors du match contre l'OM, a indiqué la LFP mercredi. Le dirigeant se dit \"très abattu et très déçu\" et juge que ses propos ont été \"déformés\".

", + "title": "AC Milan: l'incompréhension de Pioli après le hors-jeu de Giroud", + "description": "Stefano Pioli, entraîneur de l’AC Milan, ne digère pas le but refusé à son équipe dimanche face à Naples (0-1) après une position de hors-jeu signalée contre Olivier Giroud, au sol sans faire action de jeu.

", + "content": "Stefano Pioli, entraîneur de l’AC Milan, ne digère pas le but refusé à son équipe dimanche face à Naples (0-1) après une position de hors-jeu signalée contre Olivier Giroud, au sol sans faire action de jeu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-tres-abattu-et-terrifie-aulas-en-remet-une-couche-apres-sa-sanction_AV-202112160309.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/ac-milan-l-incomprehension-de-pioli-apres-le-hors-jeu-de-giroud_AV-202112200038.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 14:12:40 GMT", - "enclosure": "https://images.bfmtv.com/8uiyvTYTIRGueUC9mcBJJ5gwzPo=/0x40:768x472/800x0/images/Le-president-emblematique-de-l-Olympique-Lyonnais-Jean-Michel-Aulas-le-6-octobre-2021-a-Paris-1185169.jpg", + "pubDate": "Mon, 20 Dec 2021 06:24:02 GMT", + "enclosure": "https://images.bfmtv.com/3XaGQBFCtSI1NV6UGzKyMFDD8pY=/0x171:2032x1314/800x0/images/Stefano-Pioli-1191591.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37397,17 +38651,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cb3c6638b662a708e3e061f3ea5e3f3" + "hash": "a9afe4f4ab865acbb2ceef257130815f" }, { - "title": "Rugby: la Coupe d'Europe en sursis en raison de la flambée du Covid-19", - "description": "Alors que les cas de Covid-19 se multiplient chez les clubs européens, les nouvelles restrictions de voyage entre la France et le Royaume-Uni compliquent un peu plus la tenue correcte de la Champions et de la Challenge Cup.

", - "content": "Alors que les cas de Covid-19 se multiplient chez les clubs européens, les nouvelles restrictions de voyage entre la France et le Royaume-Uni compliquent un peu plus la tenue correcte de la Champions et de la Challenge Cup.

", + "title": "La WTA toujours inquiète pour Peng Shuai après la nouvelle apparition de la joueuse", + "description": "La publication d'une nouvelle interview de Peng Shuai n'a pas rassuré la WTA, l'instance qui gère le circuit féminin de tennis, qui a fait part de son inquiétude sur le sort de la joueuse chinoise, lundi.

", + "content": "La publication d'une nouvelle interview de Peng Shuai n'a pas rassuré la WTA, l'instance qui gère le circuit féminin de tennis, qui a fait part de son inquiétude sur le sort de la joueuse chinoise, lundi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/rugby-la-coupe-d-europe-en-sursis-en-raison-de-la-flambee-du-covid-19_AD-202112160300.html", + "link": "https://rmcsport.bfmtv.com/tennis/wta/la-wta-toujours-inquiete-pour-peng-shuai-apres-la-nouvelle-apparition-de-la-joueuse_AD-202112200024.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 13:45:44 GMT", - "enclosure": "https://images.bfmtv.com/yE-4DwpKB-qgzWAE1anHwvOiVQo=/0x40:768x472/800x0/images/Le-troisieme-ligne-centre-toulousain-Selevasio-Tolofua-est-plaque-par-des-joueurs-perpignanais-lors-de-la-10e-journee-du-Top-14-le-6-novembre-2021-au-Stade-Ernest-Wallon-1161725.jpg", + "pubDate": "Mon, 20 Dec 2021 05:45:38 GMT", + "enclosure": "https://images.bfmtv.com/A7kvO7-cB2YPIsGZVXuO5lKQqXw=/0x47:2048x1199/800x0/images/Peng-Shuai-lors-de-l-open-d-Australie-en-2018-1166766.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37418,17 +38672,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cefa3f1de59bd7d1cfa0b507a05c9ab6" + "hash": "df0cbf80d982055e2ad5bab082893d43" }, { - "title": "Coupe arabe: le craquage des réseaux sociaux sur le temps additionnel improbable de Qatar-Algérie", - "description": "Les 18 minutes de temps additionnel accordées lors de Qatar-Algérie, mercredi en Coupe arabe, ont beaucoup amusé les réseaux sociaux qui y ont vu, pour beaucoup, une manière d’avantager le pays hôte de la prochaine Coupe du monde.

", - "content": "Les 18 minutes de temps additionnel accordées lors de Qatar-Algérie, mercredi en Coupe arabe, ont beaucoup amusé les réseaux sociaux qui y ont vu, pour beaucoup, une manière d’avantager le pays hôte de la prochaine Coupe du monde.

", + "title": "Coupe de France: la technique du joueur de Feignies-Aulnoye pour récupérer le maillot de Mbappé", + "description": "Romain Courtin, défenseur de Feignies-Aulnoye (N3), a partagé sa joie d’avoir récupéré le maillot de Kylian Mbappé, dimanche après la défaite face au PSG (0-3) en Coupe de France. Il a partagé un souvenir commun avec la star française qui n’y est pas restée insensible.

", + "content": "Romain Courtin, défenseur de Feignies-Aulnoye (N3), a partagé sa joie d’avoir récupéré le maillot de Kylian Mbappé, dimanche après la défaite face au PSG (0-3) en Coupe de France. Il a partagé un souvenir commun avec la star française qui n’y est pas restée insensible.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-le-craquage-des-reseaux-sociaux-sur-le-temps-additionnel-improbable-de-qatar-algerie_AV-202112160148.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-technique-du-defenseur-de-feignies-aulnoye-pour-recuperer-le-maillot-de-mbappe_AV-202112200018.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 08:48:35 GMT", - "enclosure": "https://images.bfmtv.com/-5-XUkp-R0k7dpRZ2mCPrQjgaug=/0x212:2048x1364/800x0/images/La-joie-des-supporters-algeriens-1189495.jpg", + "pubDate": "Mon, 20 Dec 2021 05:26:21 GMT", + "enclosure": "https://images.bfmtv.com/80oTyRETwNHPtEN00xr9I_JrhoI=/0x61:2048x1213/800x0/images/Romain-Courtin-a-recupere-le-maillot-de-Kylian-Mbappe-a-l-issue-du-match-1191567.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37439,17 +38693,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33154ac934d11cdba04de1542fae869c" + "hash": "82a80eb14a7bdc3038be2d424268d855" }, { - "title": "Mercato en direct: Alexis Sanchez, première recrue surprise de l'hiver pour le Barça?", - "description": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", - "content": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", + "title": "PSG: Pochettino justifie le remplacement de Sergio Ramos à la mi-temps", + "description": "Sergio Ramos (35 ans) a disputé son deuxième match avec le PSG, dimanche lors de la victoire contre Feignies-Aulnoye (0-3) en Coupe de France. Mais le défenseur espagnol a été remplacé dès la mi-temps.

", + "content": "Sergio Ramos (35 ans) a disputé son deuxième match avec le PSG, dimanche lors de la victoire contre Feignies-Aulnoye (0-3) en Coupe de France. Mais le défenseur espagnol a été remplacé dès la mi-temps.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/psg-pochettino-justifie-le-remplacement-de-sergio-ramos-a-la-mi-temps_AV-202112200014.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 07:38:53 GMT", - "enclosure": "https://images.bfmtv.com/x2U-lpj-DdQCPsoa0la4nW56v8s=/0x0:2048x1152/800x0/images/Alexis-Sanchez-Inter-Milan-1189502.jpg", + "pubDate": "Mon, 20 Dec 2021 05:05:56 GMT", + "enclosure": "https://images.bfmtv.com/8lkaVBKw3fmlQ5IKGUw-KmOCWLE=/0x153:2048x1305/800x0/images/Sergio-Ramos-1191563.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37460,17 +38714,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c581a21140b3faefc83187cec4976700" + "hash": "b96f1fde8d4eb6aa1de881d0acec549e" }, { - "title": "PSG: Mbappé en dit plus sur sa relation amicale avec Macron", - "description": "Dans un entretien accordé à Paris Match, Kylian Mbappé parle des liens qu’il entretient avec Emmanuel Macron. Les deux hommes échangent régulièrement. Et l’attaquant du PSG se dit flatté par l’intérêt que porte le chef de l’État à sa carrière.

", - "content": "Dans un entretien accordé à Paris Match, Kylian Mbappé parle des liens qu’il entretient avec Emmanuel Macron. Les deux hommes échangent régulièrement. Et l’attaquant du PSG se dit flatté par l’intérêt que porte le chef de l’État à sa carrière.

", + "title": "Coupe de France: le PSG laisse sa part de la recette du match contre Feignies-Aulnoye", + "description": "Tradition ancrée des week-ends de Coupe de France, la recette laissée par le gros au petit. Le PSG, facile vainqueur de son 32e de finale contre l'Entente Feignies-Aulnoye ce dimanche (3-0), a laissé sa part de la recette du match, qui avait lieu au Stade du Hainaut à Valenciennes.

", + "content": "Tradition ancrée des week-ends de Coupe de France, la recette laissée par le gros au petit. Le PSG, facile vainqueur de son 32e de finale contre l'Entente Feignies-Aulnoye ce dimanche (3-0), a laissé sa part de la recette du match, qui avait lieu au Stade du Hainaut à Valenciennes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/psg-mbappe-en-dit-plus-sur-sa-relation-amicale-avec-macron_AV-202112160135.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-psg-laisse-la-recette-du-match-contre-feignies-aulnoye_AV-202112190278.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 08:29:10 GMT", - "enclosure": "https://images.bfmtv.com/q_HjZRJIPf4B1EOs9DCl42YF7_E=/9x39:1289x759/800x0/images/Emmanuel-Macron-et-Kylian-Mbappe-1189483.jpg", + "pubDate": "Sun, 19 Dec 2021 23:42:29 GMT", + "enclosure": "https://images.bfmtv.com/NRQh_7t5HuslZ457H_4hG6iQlt0=/0x106:2048x1258/800x0/images/Les-supporters-de-Feignies-Aulnoye-lors-du-match-de-Coupe-de-France-contre-Paris-1191533.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37481,17 +38735,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aa347eb882109c71b8e202aa1514a2e" + "hash": "a13aff267d5aaa41c8b237646d6ace0d" }, { - "title": "Ligue des champions: le prix des places pour PSG-Real flambe déjà", - "description": "Pas encore commercialisées, les places pour le huitième de finale aller entre le PSG et le Real Madrid valent déjà très cher sur Ticketplace, la plate-forme de revente hébergée par le site du club, grimpant jusqu'à 2.173 euros.

", - "content": "Pas encore commercialisées, les places pour le huitième de finale aller entre le PSG et le Real Madrid valent déjà très cher sur Ticketplace, la plate-forme de revente hébergée par le site du club, grimpant jusqu'à 2.173 euros.

", + "title": "Coupe de France: \"Le PSG a respecté notre club\", salue le co-entraîneur de Feignies-Aulnoye", + "description": "Co-entraîneur de Feignies-Aulnoye, Jean Antunès, n'est \"pas déçu\" par l'élimination de son équipe en 32es de finale de la Coupe de France, après sa défaite 3-0 contre le PSG ce dimanche.

", + "content": "Co-entraîneur de Feignies-Aulnoye, Jean Antunès, n'est \"pas déçu\" par l'élimination de son équipe en 32es de finale de la Coupe de France, après sa défaite 3-0 contre le PSG ce dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-prix-des-places-pour-psg-real-flambe-deja_AV-202112160134.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-psg-a-respecte-notre-club-salue-le-co-entraineur-de-feignies-aulnoye_AV-202112190273.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 08:22:52 GMT", - "enclosure": "https://images.bfmtv.com/ZacwuTsJ8_sNeTDMc0NbaOwpBj4=/0x58:2048x1210/800x0/images/Sergio-Ramos-et-Kylian-Mbappe-lors-d-un-match-entre-le-PSG-et-le-Real-1067261.jpg", + "pubDate": "Sun, 19 Dec 2021 23:12:46 GMT", + "enclosure": "https://images.bfmtv.com/CguGRBfl7aoQH3XsvQDBBwJF5pA=/0x212:2048x1364/800x0/images/Entente-Feignies-1191528.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37502,17 +38756,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "372b9c05093e293335b34578189d6397" + "hash": "0d29dd75fcb4f17ddca738367b803b2e" }, { - "title": "Adversaires des Bleus, format, calendrier... tout savoir sur le tirage de la Ligue des nations ce jeudi", - "description": "Tenante du titre, l’équipe de France va connaître jeudi, à partir de 18 heures, quels adversaires elle affrontera lors de la phase de groupes de l’édition 2022-2023 de la Ligue des nations, qui débutera en juin 2022. Mode d’emploi.

", - "content": "Tenante du titre, l’équipe de France va connaître jeudi, à partir de 18 heures, quels adversaires elle affrontera lors de la phase de groupes de l’édition 2022-2023 de la Ligue des nations, qui débutera en juin 2022. Mode d’emploi.

", + "title": "PRONOS PARIS RMC Le nul du jour du 20 décembre – Parva Liga – Bulgarie", + "description": "Notre pronostic : pas de vainqueur entre le CSKA Sofia et le Ludogorets (3.10)

", + "content": "Notre pronostic : pas de vainqueur entre le CSKA Sofia et le Ludogorets (3.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/adversaires-des-bleus-format-calendrier-tout-savoir-sur-le-tirage-de-la-ligue-des-nations-jeudi_AV-202112150314.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-20-decembre-parva-liga-bulgarie_AN-202112190196.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 15:00:00 GMT", - "enclosure": "https://images.bfmtv.com/smczhklJnf8FPUOl4r_CxJxYQCU=/0x40:768x472/800x0/images/Le-bonheur-de-Kylian-Mbappe-et-Karim-Benzema-avec-le-trophee-de-la-Ligue-des-nations-remporte-par-la-France-devant-l-espagne-a-Milan-le-10-octobre-2021-1150407.jpg", + "pubDate": "Sun, 19 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/IlcRGL31eTijsyfmg8pQx2dRJqU=/0x104:2000x1229/800x0/images/Ludogorets-1191395.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37523,17 +38777,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d4d5aa453cfb11e216867863f7a0107" + "hash": "1b6b4323d54f8dd1b88b0d6b85291532" }, { - "title": "Basket: le capitaine de Tours écarté après une violente altercation avec son entraîneur", - "description": "Brillant troisième de Pro B, le TMB (Tours Métropole Basket) fait sans son capitaine, Ahmed Doumbia, depuis le 18 octobre. L’international guinéen, a eu une violente altercation avec Pierre Tavano, son entraîneur, lors d’un match de Coupe de France contre l’Elan Béarnais. Depuis, Doumbia n’a plus rejoué une seule minute et ne peut désormais plus s’entraîner.

", - "content": "Brillant troisième de Pro B, le TMB (Tours Métropole Basket) fait sans son capitaine, Ahmed Doumbia, depuis le 18 octobre. L’international guinéen, a eu une violente altercation avec Pierre Tavano, son entraîneur, lors d’un match de Coupe de France contre l’Elan Béarnais. Depuis, Doumbia n’a plus rejoué une seule minute et ne peut désormais plus s’entraîner.

", + "title": "PRONOS PARIS RMC Le pari de folie du 20 décembre – Liga – Espagne", + "description": "Notre pronostic : Valence gagne sur la pelouse de Levante et les deux équipes marquent (4.60)

", + "content": "Notre pronostic : Valence gagne sur la pelouse de Levante et les deux équipes marquent (4.60)

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/basket-le-capitaine-de-tours-ecarte-apres-une-violente-altercation-avec-son-entraineur_AV-202112160128.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-20-decembre-liga-espagne_AN-202112190194.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 08:09:50 GMT", - "enclosure": "https://images.bfmtv.com/CLj95sJOTJQBLefXqFR9ynRGezY=/0x191:2048x1343/800x0/images/Le-capitaine-de-Tours-ecarte-apres-une-violente-altercation-avec-son-entraineur-1189458.jpg", + "pubDate": "Sun, 19 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/wsfmcoMbqyh4X3NRUGH0Ywkddvs=/0x63:1984x1179/800x0/images/Valence-1191394.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37544,17 +38798,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f603b5fe8a461e4260d5079b7e50c4ff" + "hash": "0c7678314a2177a51eedb593d1ba4c82" }, { - "title": "Clermont: Didier Retière nommé directeur du développement sportif", - "description": "Didier Retière va bien quitter ses fonctions de Directeur technique national (DTN) pour rejoindre Clermont en tant que directeur du développement sportif. Le dossier est bouclé, comme l’a officialisé le président auvergnat Jean-Michel Guillon ce jeudi matin en conférence de presse. 

", - "content": "Didier Retière va bien quitter ses fonctions de Directeur technique national (DTN) pour rejoindre Clermont en tant que directeur du développement sportif. Le dossier est bouclé, comme l’a officialisé le président auvergnat Jean-Michel Guillon ce jeudi matin en conférence de presse. 

", + "title": "Golf: Tiger Woods \"heureux et reconnaissant\" de rejouer après son grave accident", + "description": "Dix mois après son grave accident de voiture, Tiger Woods a fait son grand retour sur les greens ce samedi. L'ancien numéro 1 mondial a passé \"un bon moment\" aux côtés de son fils, lors tournoi PNC Championship, en Floride.

", + "content": "Dix mois après son grave accident de voiture, Tiger Woods a fait son grand retour sur les greens ce samedi. L'ancien numéro 1 mondial a passé \"un bon moment\" aux côtés de son fils, lors tournoi PNC Championship, en Floride.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/clermont-didier-retiere-nomme-directeur-du-developpement-sportif_AV-202112160125.html", + "link": "https://rmcsport.bfmtv.com/golf/golf-tiger-woods-heureux-et-reconnaissant-de-rejouer-apres-son-grave-accident_AD-202112190272.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 08:04:24 GMT", - "enclosure": "https://images.bfmtv.com/oUuB_WRXrPeHRj8_csaW3YL7XMs=/0x124:2048x1276/800x0/images/Didier-Retiere-aux-cotes-de-la-ministre-Roxana-Maracineanu-1189474.jpg", + "pubDate": "Sun, 19 Dec 2021 22:47:23 GMT", + "enclosure": "https://images.bfmtv.com/CjE0ZYxEMsrHpsRbFM3U-n4FLWs=/0x72:2048x1224/800x0/images/Tiger-Woods-et-son-fils-1191515.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37565,17 +38819,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "722804be4a7364742fc40b840ca1bd1c" + "hash": "239873baf4d5f81ba2dba1ed665d51bc" }, { - "title": "Ligue 1 en direct: des mesures attendues pour renforcer la sécurité dans les stades", - "description": "Il reste encore une journée de Ligue 1 avant les fêtes de fin d’année et la trêve hivernale. Elle sera précédée des 32es de finale de la Coupe de France le week-end prochain. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", - "content": "Il reste encore une journée de Ligue 1 avant les fêtes de fin d’année et la trêve hivernale. Elle sera précédée des 32es de finale de la Coupe de France le week-end prochain. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", + "title": "Coupe de France: quand l'arbitre de Poitiers-Lens chambre… le public qui l'insulte", + "description": "Une drôle d’image a marqué la fin de match entre le Stade Poitevin et le RC Lens ce dimanche en 32es de finale de la Coupe de France. Jérôme Miguelgorry, arbitre du match, a chambré le public de Poitiers au moment de celui-ci l’insultait.

", + "content": "Une drôle d’image a marqué la fin de match entre le Stade Poitevin et le RC Lens ce dimanche en 32es de finale de la Coupe de France. Jérôme Miguelgorry, arbitre du match, a chambré le public de Poitiers au moment de celui-ci l’insultait.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toute-l-actualite-du-championnat_LN-202112160104.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-quand-l-arbitre-de-poitiers-lens-chambre-le-public-qui-l-insulte_AV-202112190271.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 07:38:14 GMT", - "enclosure": "https://images.bfmtv.com/1rcGMof1-SLR6dByyiHvjXzvWYg=/0x203:2048x1355/800x0/images/Payet-touche-par-un-projectile-lors-d-OL-OM-1171892.jpg", + "pubDate": "Sun, 19 Dec 2021 22:35:53 GMT", + "enclosure": "https://images.bfmtv.com/QBVKNtHMmtjPJFXkLt4uZrqwPs8=/2x36:1682x981/800x0/images/1191498.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37586,17 +38840,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aaa58fb9dc0efe38fd7a18106536da5f" + "hash": "a06db909eb69b7952f2859596103ac88" }, { - "title": "Il se fait passer pour un joueur du PSG et tente d'escroquer un hôtel dans le Calvados", - "description": "Profitant d'un match de Gambardella entre Lisieux et le PSG, un homme se présentant comme un joueur du club de la capitale a tenté d'escroquer un hôtel de Lisieux le week-end dernier.

", - "content": "Profitant d'un match de Gambardella entre Lisieux et le PSG, un homme se présentant comme un joueur du club de la capitale a tenté d'escroquer un hôtel de Lisieux le week-end dernier.

", + "title": "Liga: le Real accroché par Cadix pour la 400e de Benzema", + "description": "Le Real Madrid s'est fait accroché par Cadix ce dimanche, avec un triste match nul 0-0 pour la 18e journée de Liga. Les hommes de Carlo Ancelotti n'auront su trouver la faille face à la défense compacte des Andalous, pour la 400e de Karim Benzema sous les couleurs madrilènes.

", + "content": "Le Real Madrid s'est fait accroché par Cadix ce dimanche, avec un triste match nul 0-0 pour la 18e journée de Liga. Les hommes de Carlo Ancelotti n'auront su trouver la faille face à la défense compacte des Andalous, pour la 400e de Karim Benzema sous les couleurs madrilènes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/il-se-fait-passer-pour-un-joueur-du-psg-et-tente-d-escroquer-un-hotel-dans-le-calvados_AN-202112160089.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-real-accroche-par-cadix-pour-la-400e-de-benzema_AV-202112190268.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 07:16:44 GMT", - "enclosure": "https://images.bfmtv.com/KxmAb_5Cnz4wU6I6roI8e6yuW3w=/0x103:1984x1219/800x0/images/Ballon-de-foot-1064209.jpg", + "pubDate": "Sun, 19 Dec 2021 22:21:02 GMT", + "enclosure": "https://images.bfmtv.com/2YODm26WNNHkjJx0szFUz5KNpwk=/0x59:2048x1211/800x0/images/Real-Madrid-Cadix-1191508.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37607,17 +38861,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fdbceee3a42442cb0aeb0b7db885beb" + "hash": "eb09aa574c6631089e217f98648af1a2" }, { - "title": "PSG: quand Mbappé se frottait, à 5 ans, à des U13", - "description": "Sébastien Corchia, arrière droit de Nantes passé sous les ordres de Wilfrid Mbappé à l’AS Bondy, raconte comme le fils de ce dernier, un certain Kylian, tentait de se frotter aux joueurs bien plus âgés que lui.

", - "content": "Sébastien Corchia, arrière droit de Nantes passé sous les ordres de Wilfrid Mbappé à l’AS Bondy, raconte comme le fils de ce dernier, un certain Kylian, tentait de se frotter aux joueurs bien plus âgés que lui.

", + "title": "AC Milan-Naples: énorme polémique pour un hors-jeu lunaire sifflé sur Giroud... couché au sol", + "description": "Naples s'est imposé 1-0 sur la pelouse de l'AC Milan ce dimanche, dans le choc de la 18e journée de Serie A. Franck Kessié pensait avoir égalisé en toute fin de match mais a vu son but être refusé pour un hors-jeu totalement improbable d'Olivier Giroud.

", + "content": "Naples s'est imposé 1-0 sur la pelouse de l'AC Milan ce dimanche, dans le choc de la 18e journée de Serie A. Franck Kessié pensait avoir égalisé en toute fin de match mais a vu son but être refusé pour un hors-jeu totalement improbable d'Olivier Giroud.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-quand-mbappe-tentait-a-5-ans-de-dribbler-des-u13_AV-202112160086.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/ac-milan-naples-enorme-polemique-pour-un-hors-jeu-lunaire-siffle-sur-giroud-couche-au-sol_AV-202112190266.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 07:08:42 GMT", - "enclosure": "https://images.bfmtv.com/Prwx8OBQIoNbrMYEREpvgksSf98=/0x0:1984x1116/800x0/images/K-Mbappe-1186505.jpg", + "pubDate": "Sun, 19 Dec 2021 22:16:19 GMT", + "enclosure": "https://images.bfmtv.com/gbfQ83oG4K43-AC74HyGe8UDrmE=/0x106:2048x1258/800x0/images/Olivier-Giroud-depite-lors-de-la-defaite-de-Milan-contre-Naples-1191513.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37628,17 +38882,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da6b729c81c33b9578d99f0bb8c542ca" + "hash": "6088699064904f22a4ca06ff261622c7" }, { - "title": "Coupe arabe: scènes de joie à Paris après la qualification de l’Algérie pour la finale", - "description": "Plusieurs supporters de l’Algérie se sont rassemblés dans les rues de Paris pour fêter la qualification des Fennecs pour la finale de la Coupe arabe.

", - "content": "Plusieurs supporters de l’Algérie se sont rassemblés dans les rues de Paris pour fêter la qualification des Fennecs pour la finale de la Coupe arabe.

", + "title": "Toutes les affiches des 16es de finale de la Coupe de France, avec un choc Lens-Lille", + "description": "Le tirage au sort des 16es de finale de la Coupe de France a eu lieu ce dimanche, avant le coup d'envoi du match entre l'Entente Feignies-Aulnoye et le PSG. Parmi les plus belles affiches, un derby du nord entre Lens et Lille.

", + "content": "Le tirage au sort des 16es de finale de la Coupe de France a eu lieu ce dimanche, avant le coup d'envoi du match entre l'Entente Feignies-Aulnoye et le PSG. Parmi les plus belles affiches, un derby du nord entre Lens et Lille.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-scenes-de-joie-a-paris-apres-la-qualification-de-l-algerie-pour-la-finale_AV-202112160062.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/toutes-les-affiches-des-16es-de-finale-de-la-coupe-de-france-avec-un-choc-lens-lille_AV-202112190246.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 06:31:46 GMT", - "enclosure": "https://images.bfmtv.com/C1laS-kVME01_L3Ze1QHlptyICY=/0x156:2048x1308/800x0/images/Yacine-Brahimi-1189386.jpg", + "pubDate": "Sun, 19 Dec 2021 20:12:10 GMT", + "enclosure": "https://images.bfmtv.com/2K1jS73tyDUCRpWepiW6VIB1qKM=/14x222:2046x1365/800x0/images/Le-tirage-au-sort-des-32eme-de-finale-de-la-Coupe-de-France-1177547.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37649,17 +38903,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cbd0bf0505d3265850023032c72c369" + "hash": "fe8d3f096f793583b7241b91857344fa" }, { - "title": "Coupe arabe: le sélectionneur algérien hallucine du temps additionnel de Qatar-Algérie", - "description": "Alors que l'Algérie s'est imposée dans les ultimes minutes ce mercredi face au Qatar en demi-finale de la Coupe Arabe, les dix-huit minutes de temps additionnel données par l'arbitre en fin de match ont fait beaucoup parler.

", - "content": "Alors que l'Algérie s'est imposée dans les ultimes minutes ce mercredi face au Qatar en demi-finale de la Coupe Arabe, les dix-huit minutes de temps additionnel données par l'arbitre en fin de match ont fait beaucoup parler.

", + "title": "Coupe de France: porté par Mbappé, le PSG se qualifie facilement aux dépens de Feignies-Aulnoye", + "description": "Avec ses jeunes et un Kylian Mbappé toujours aussi tranchant, auteur d'un doublé, le Paris Saint-Germain s'est qualifié pour les 16es de finale de la Coupe de France en dominant (3-0) Feignies-Aulnoye.

", + "content": "Avec ses jeunes et un Kylian Mbappé toujours aussi tranchant, auteur d'un doublé, le Paris Saint-Germain s'est qualifié pour les 16es de finale de la Coupe de France en dominant (3-0) Feignies-Aulnoye.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-le-temps-additionnel-de-qatar-algerie-fait-scandale_AV-202112160056.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-porte-par-mbappe-le-psg-se-qualifie-facilement-aux-depens-de-feignies-aulnoye_AV-202112190265.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 06:29:11 GMT", - "enclosure": "https://images.bfmtv.com/-xgwlGitqTQhrTFQnhAOJxe53BY=/0x0:1184x666/800x0/images/Qatar-Algerie-1189265.jpg", + "pubDate": "Sun, 19 Dec 2021 22:11:58 GMT", + "enclosure": "https://images.bfmtv.com/Ls2VUaljqFUzGqol8jDIJxypAK0=/0x0:1200x675/800x0/images/Kylian-Mbappe-1191504.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37670,17 +38924,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aefe7fd653a97301556ca53f27ff67b4" + "hash": "a9d47b47c39b7ef8302c53d27e25fd3f" }, { - "title": "F1: Hamilton aurait demandé à Mercedes d’abandonner son appel pour le titre mondial", - "description": "Selon le Daily Mail, Mercedes serait proche d’abandonner l’appel contre ka victoire de Max Verstappen au Grand Prix d’Abu Dhabi à la demande de Lewis Hamilton, battu pour le titre mondial.

", - "content": "Selon le Daily Mail, Mercedes serait proche d’abandonner l’appel contre ka victoire de Max Verstappen au Grand Prix d’Abu Dhabi à la demande de Lewis Hamilton, battu pour le titre mondial.

", + "title": "Feignies-Aulnoye - PSG en direct: les Parisiens se qualifient tranquillement pour les 16es", + "description": "Revivez dans les conditions du direct sur notre site la victoire du PSG contre Feignies-Aulnoye (0-3), dans le cadre des 32es de finale de la Coupe de France.

", + "content": "Revivez dans les conditions du direct sur notre site la victoire du PSG contre Feignies-Aulnoye (0-3), dans le cadre des 32es de finale de la Coupe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-aurait-demande-a-mercedes-d-abandonner-son-appel-pour-le-titre-mondial_AV-202112160038.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-suivez-en-direct-le-match-entre-l-entente-feignies-aulnoye-et-le-psg_LS-202112190211.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 05:50:54 GMT", - "enclosure": "https://images.bfmtv.com/h7p77Cu1lXmTbQhlQU25adPWrww=/0x11:2048x1163/800x0/images/Lewis-Hamilton-1189361.jpg", + "pubDate": "Sun, 19 Dec 2021 17:29:15 GMT", + "enclosure": "https://images.bfmtv.com/DXtqLpTWSuiTid06zccENd1T3mw=/0x106:2048x1258/800x0/images/Mbappe-lors-du-match-du-PSG-contre-l-Entente-Feignies-Aulnoye-N3-en-Coupe-de-France-1191484.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37691,17 +38945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d302cbe6865c1210c77ffe1a5f419af2" + "hash": "504806074e795c052813de4d4e350672" }, { - "title": "Equipe de France: comment Bouna Sarr a manqué les Bleus en 2020", - "description": "Bouna Sarr (29 ans), ancien joueur de l’OM, raconte comment il a dû renoncer à une sélection en équipe de France en novembre 2020 alors qu’il avait été appelé par Didier Deschamps. Il a, depuis, choisi le Sénégal.

", - "content": "Bouna Sarr (29 ans), ancien joueur de l’OM, raconte comment il a dû renoncer à une sélection en équipe de France en novembre 2020 alors qu’il avait été appelé par Didier Deschamps. Il a, depuis, choisi le Sénégal.

", + "title": "Coupe de France en direct: le tirage au sort des 16es de finale", + "description": "Le tirage au sort des 16es de finale sera effectué à 20h20 ce dimanche, quelques minutes avant le coup d’envoi du dernier match des 32es, opposant le Paris Saint-Germain à Feignies-Aulnoye (N3).

", + "content": "Le tirage au sort des 16es de finale sera effectué à 20h20 ce dimanche, quelques minutes avant le coup d’envoi du dernier match des 32es, opposant le Paris Saint-Germain à Feignies-Aulnoye (N3).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-comment-bouna-sarr-a-manque-les-bleus-en-2020_AV-202112160027.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-le-tirage-au-sort-des-16es-de-finale_LN-202112190191.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 05:19:57 GMT", - "enclosure": "https://images.bfmtv.com/a0f5MMy3dPUYxX_oEpM0DhudpGk=/0x52:2048x1204/800x0/images/Bouna-Sarr-1189338.jpg", + "pubDate": "Sun, 19 Dec 2021 16:18:40 GMT", + "enclosure": "https://images.bfmtv.com/27gmhEZHIOcrPdV4ANU9XH4dYfk=/0x0:1200x675/800x0/images/Le-trophee-tant-convoite-de-la-Coupe-de-France-1191388.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37712,17 +38966,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00cd99f200c12cca4133eb87ba79771c" + "hash": "c98a98030269e409ff30ac381b382093" }, { - "title": "PSG: Mbappé apprécie la franchise de Pochettino qui ne \"se prive pas\" de tout lui dire", - "description": "Dans un entretien accordé à Paris-Match, Kylian Mbappé assure être ouvert aux remarques de son entourage et de son entraîneur du PSG, Mauricio Pochettino.

", - "content": "Dans un entretien accordé à Paris-Match, Kylian Mbappé assure être ouvert aux remarques de son entourage et de son entraîneur du PSG, Mauricio Pochettino.

", - "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-apprecie-la-franchise-de-pochettino-ne-se-prive-pas-de-tout-lui-dire_AD-202112160023.html", + "title": "Premier League: un Manchester City record enfonce Newcastle et met la pression sur Liverpool", + "description": "Manchester City a facilement dominé Newcastle (4-0) ce dimanche lors de la 18e journée de Premier League. L’équipe coaché par Pep Guardiola s’offre deux records et prend provisoirement quatre points d’avance en tête du classement alors que les Magpies restent dans la zone de relégation.

", + "content": "Manchester City a facilement dominé Newcastle (4-0) ce dimanche lors de la 18e journée de Premier League. L’équipe coaché par Pep Guardiola s’offre deux records et prend provisoirement quatre points d’avance en tête du classement alors que les Magpies restent dans la zone de relégation.

", + "category": "", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-un-manchester-city-record-enfonce-newcastle-et-met-la-pression-sur-liverpool_AV-202112190190.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 04:57:11 GMT", - "enclosure": "https://images.bfmtv.com/DhX_Xwi2QGqd4GOyd0MT-1jXXhA=/0x106:2048x1258/800x0/images/Kylian-Mbappe-et-Mauricio-Pochettino-1189335.jpg", + "pubDate": "Sun, 19 Dec 2021 16:17:23 GMT", + "enclosure": "https://images.bfmtv.com/VoFZ5_G0UP9x_DWoNXfxszd2V2A=/0x49:2048x1201/800x0/images/Riyad-Mahrez-buteur-lors-de-Newcastle-Manchester-City-1191385.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37733,17 +38987,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c547cf7ddedd10b48d35c4d359483f95" + "hash": "850bf1644508e5e2e92d6e79cbdc5125" }, { - "title": "Mercato en direct: Mbappé a soif de \"cultures différentes\"", - "description": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", - "content": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", + "title": "Les pronos hippiques du lundi 20 décembre 2021", + "description": "Le Quinté+ du lundi 20 décembre est programmé sur l’hippodrome de Deauville dans la discipline du galop. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du lundi 20 décembre est programmé sur l’hippodrome de Deauville dans la discipline du galop. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-20-decembre-2021_AN-202112190188.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 06:29:19 GMT", - "enclosure": "https://images.bfmtv.com/wTrNj4sQ_DiZqKh6ljvaP3CQLUU=/0x55:2048x1207/800x0/images/Kylian-Mbappe-auteur-d-un-double-avec-le-PSG-1187198.jpg", + "pubDate": "Sun, 19 Dec 2021 15:54:34 GMT", + "enclosure": "https://images.bfmtv.com/L2dO7qpTx2ds3kM71JbXgGi_tK4=/0x133:2000x1258/800x0/images/Les-pronos-hippiques-du-lundi-20-decembre-2021-1191375.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37754,17 +39008,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bda3580ca9ed809fe48ac01641f0885d" + "hash": "0def5ffedf3486a7c8d3e82f073ed828" }, { - "title": "PSG: Mbappé a soif de \"cultures différentes\", de \"rencontres avec des joueurs\"", - "description": "\"Les liens humains\" et \"l'expérience de vie\" comptent plus que l'argent, assure l'attaquant du PSG, Kylian Mbappé, dans une interview à l'hebdomadaire Paris Match publiée jeudi, où il explique également avoir \"soif de voyages, de rencontres et de cultures différentes...\"

", - "content": "\"Les liens humains\" et \"l'expérience de vie\" comptent plus que l'argent, assure l'attaquant du PSG, Kylian Mbappé, dans une interview à l'hebdomadaire Paris Match publiée jeudi, où il explique également avoir \"soif de voyages, de rencontres et de cultures différentes...\"

", + "title": "Coupe de France: le très bel hommage de Sampaoli, séduit par les amateurs de Cannet-Rocheville", + "description": "L'entraîneur argentin de l'OM, Jorge Sampaoli, a félicité les joueurs de Cannet-Rocheville, venus jouer crânement leur chancer au Vélodrome, ce dimanche en Coupe de France.

", + "content": "L'entraîneur argentin de l'OM, Jorge Sampaoli, a félicité les joueurs de Cannet-Rocheville, venus jouer crânement leur chancer au Vélodrome, ce dimanche en Coupe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-a-soif-de-cultures-differentes-de-rencontres-avec-des-joueurs_AD-202112150570.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-tres-bel-hommage-de-sampaoli-seduit-par-les-amateurs-de-cannet-rocheville_AV-202112190187.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:28:13 GMT", - "enclosure": "https://images.bfmtv.com/i61u02wYXgV6495G7iek1kxWwrc=/0x39:768x471/800x0/images/La-joie-de-l-attaquant-du-Paris-Saint-Germain-Kylian-Mbappe-apres-avoir-ouvert-le-score-a-domicile-sur-penalty-face-a-Monaco-en-cloture-de-la-18e-journee-de-Ligue-1-le-12-decembre-2021-au-Parc-des-Princes-1187175.jpg", + "pubDate": "Sun, 19 Dec 2021 15:52:52 GMT", + "enclosure": "https://images.bfmtv.com/YROjKQ4t-S4mvDYX_B9JRX3SCps=/0x0:1200x675/800x0/images/Jorge-Sampaoli-1191373.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37775,17 +39029,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6622a488c2d365d41b7f0ae28156d11a" + "hash": "4eae70e07a219158817b9995027e8e40" }, { - "title": "Ligue 1: les mesures pour la sécurité dans les stades prévues par la LFP et le gouvernement", - "description": "Une réunion avec les autorités du football et différents ministères concernant la sécurité dans les stades aura lieu jeudi à Beauvau. Elle doit déboucher sur des mesures fermes et concrètes.

", - "content": "Une réunion avec les autorités du football et différents ministères concernant la sécurité dans les stades aura lieu jeudi à Beauvau. Elle doit déboucher sur des mesures fermes et concrètes.

", + "title": "Coupe de France: la surprise Bergerac qui élimine Metz", + "description": "Bergerac a élimine Metz, pensionnaire de Ligue 1, ce dimanche lors des 32es de finale de Coupe de France. Le club de National 2 a bien résisté à l’équipe mosellane pour l’emporter après une séance de tirs au but parfaite (0-0, 5 tab à 4).

", + "content": "Bergerac a élimine Metz, pensionnaire de Ligue 1, ce dimanche lors des 32es de finale de Coupe de France. Le club de National 2 a bien résisté à l’équipe mosellane pour l’emporter après une séance de tirs au but parfaite (0-0, 5 tab à 4).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-mesures-pour-la-securite-dans-les-stades-prevues-par-la-lfp-et-le-gouvernement_AV-202112150564.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-surprise-bergerac-qui-elimine-metz_AV-202112190183.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:11:43 GMT", - "enclosure": "https://images.bfmtv.com/uSJfihWkbLDWwsp-4Q6LCLRqChE=/0x212:2048x1364/800x0/images/Les-incidents-a-la-fin-d-Angers-OM-1133459.jpg", + "pubDate": "Sun, 19 Dec 2021 15:14:29 GMT", + "enclosure": "https://images.bfmtv.com/rMdu9uqZtoo5OsmX1q3ZGzt06Fw=/0x0:2048x1152/800x0/images/Le-Bergeracois-Hicham-M-laab-contre-Metz-en-Coupe-de-France-1191359.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37796,17 +39050,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef7d288a6ed7c7f10cfb334e684aecff" + "hash": "31a113b7394498ca9c825131fe9cb713" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 16 décembre – Coupe de France", - "description": "Notre pronostic: Strasbourg s’impose à Valenciennes (1.95)

", - "content": "Notre pronostic: Strasbourg s’impose à Valenciennes (1.95)

", + "title": "Ski (Alta Badia): décevant sur la piste, Pinturault souffre psychologiquement", + "description": "Seulement 15e du slalom géant d’Alta Badia, Alexis Pinturault a tenté d’expliquer à notre micro son début de saison délicat. Le skieur de Courchevel a notamment évoqué “un manque de fraîcheur psychologique et mentale”.

", + "content": "Seulement 15e du slalom géant d’Alta Badia, Alexis Pinturault a tenté d’expliquer à notre micro son début de saison délicat. Le skieur de Courchevel a notamment évoqué “un manque de fraîcheur psychologique et mentale”.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-16-decembre-coupe-de-france_AN-202112150026.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alta-badia-decevant-sur-la-piste-pinturault-souffre-psychologiquement_AV-202112190178.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/YVx-nN5tvDHXDru1e1pZv4Zo-1o=/0x104:1984x1220/800x0/images/Ludovic-Ajorque-Strasbourg-1188514.jpg", + "pubDate": "Sun, 19 Dec 2021 14:58:32 GMT", + "enclosure": "https://images.bfmtv.com/46xsxMibncle0wmpzHtbjCX6jGQ=/0x0:1200x675/800x0/images/Alexis-Pinturault-1191356.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37817,17 +39071,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dada20c115bfffaccdae7ae82a6a5cf9" + "hash": "0ca37838eae889c8e89471014a7e6347" }, { - "title": "PRONOS PARIS RMC Le pari extérieur du 16 décembre – Premier League - Angleterre", - "description": "Notre pronostic: Tottenham gagne à Leicester (3.20)

", - "content": "Notre pronostic: Tottenham gagne à Leicester (3.20)

", + "title": "Incidents Paris FC-OL: le club parisien dénonce le \"laxisme\" de l'OL", + "description": "Dans un communiqué publié ce dimanche, le Paris FC réclame des \"mesures radicales\" après les incidents qui ont éclatés ce vendredi face à l'OL en Coupe de France. Le club parisien charge également les Lyonnais, accusés de \"diluer les responsabilités\".

", + "content": "Dans un communiqué publié ce dimanche, le Paris FC réclame des \"mesures radicales\" après les incidents qui ont éclatés ce vendredi face à l'OL en Coupe de France. Le club parisien charge également les Lyonnais, accusés de \"diluer les responsabilités\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-16-decembre-premier-league-angleterre_AN-202112150025.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-le-club-parisien-denonce-le-laxisme-de-l-ol_AV-202112190177.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/qenUxVpCdA8eSTqqIE2RzKAT35E=/0x104:1984x1220/800x0/images/Antonio-Conte-Tottenham-1188508.jpg", + "pubDate": "Sun, 19 Dec 2021 14:49:22 GMT", + "enclosure": "https://images.bfmtv.com/eAv3NLUc_I2DiutpQmmQVXlYzVY=/0x106:2048x1258/800x0/images/1191345.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37838,17 +39092,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4af5af78a0c9ab642b31dc5f8170f8c4" + "hash": "dbf0b69d79f2fb9ab12c086dceb3ad14" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 16 décembre – Premier League - Angleterre", - "description": "Notre pronostic: Liverpool bat Newcastle et Salah marque (1.40)

", - "content": "Notre pronostic: Liverpool bat Newcastle et Salah marque (1.40)

", + "title": "Paris FC-OL en direct: Le PFC tacle l'OL dans un communiqué", + "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-16-decembre-premier-league-angleterre_AN-202112150024.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/2QPz-THmSrJRByr-D0nKqwK90es=/0x89:2000x1214/800x0/images/Mo-Salah-Liverpool-1188506.jpg", + "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", + "enclosure": "https://images.bfmtv.com/_0NgSKujzdosEWUkaTEmG2KCcIU=/0x26:2048x1178/800x0/images/Des-incidents-dans-les-tribunes-du-stade-Charlety-entre-supporters-du-Paris-FC-et-de-l-OL-1190647.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37859,17 +39113,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1a87a8d55708e1ec779baeed03283b9" + "hash": "7ccedbfd0fffe75a8abe57d347521ea1" }, { - "title": "F1: la réponse de Verstappen à Mercedes et aux critiques sur son titre", - "description": "La fin de course désormais légendaire du Grand Prix d’Abu Dhabi dimanche, et le sacre de Max Verstappen qui a suivi, continuent de faire réagir autour des paddocks. Le Néerlandais affiche lui sa sérénité.

", - "content": "La fin de course désormais légendaire du Grand Prix d’Abu Dhabi dimanche, et le sacre de Max Verstappen qui a suivi, continuent de faire réagir autour des paddocks. Le Néerlandais affiche lui sa sérénité.

", + "title": "Coupe de France: petite frayeur pour l’OM, première réussie pour Dupraz avec les Verts", + "description": "L’OM a été mené mais a gagné contre l’ES Cannet-Rocheville, club de National 3, (4-1) lors de son 32e de finale de Coupe de France ce dimanche. Beau début de journée pour les clubs de Ligue 1 avec les qualifications également de Monaco, Saint-Etienne et Lens.

", + "content": "L’OM a été mené mais a gagné contre l’ES Cannet-Rocheville, club de National 3, (4-1) lors de son 32e de finale de Coupe de France ce dimanche. Beau début de journée pour les clubs de Ligue 1 avec les qualifications également de Monaco, Saint-Etienne et Lens.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-la-reponse-de-verstappen-a-mercedes-et-aux-critiques-sur-son-titre_AV-202112150559.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-petite-frayeur-pour-l-om-premiere-reussie-pour-dupraz-avec-les-verts_AV-202112190173.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:00:11 GMT", - "enclosure": "https://images.bfmtv.com/_zJm98pFlFZ19a6ACxPX6ItYrqg=/0x0:1200x675/800x0/images/Max-Verstappen-et-Lewis-Hamilton-1189295.jpg", + "pubDate": "Sun, 19 Dec 2021 14:41:23 GMT", + "enclosure": "https://images.bfmtv.com/69EnSQFaU1If2xiI2u6yZJ_Iznw=/0x77:2048x1229/800x0/images/Arek-Milik-qualifie-l-OM-avec-son-triple-contre-l-ES-Cannet-Rocheville-1191347.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37880,17 +39134,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "525aef9d63c0d9cb9e6784a66b668fee" + "hash": "d9bb6022cf322c6e6611da7c12c83ad4" }, { - "title": "Euroligue: Monaco se relance face à Kaunas, l’Asvel trébuche contre le Zénith", - "description": "Après cinq défaites de rang en Euroligue, Monaco s’est relancé en s’imposant face à Kaunas, lanterne rouge de la compétition (107-98). L’Asvel s’est incliné face au Zénith Saint-Pétersbourg (71-61).

", - "content": "Après cinq défaites de rang en Euroligue, Monaco s’est relancé en s’imposant face à Kaunas, lanterne rouge de la compétition (107-98). L’Asvel s’est incliné face au Zénith Saint-Pétersbourg (71-61).

", + "title": "Tottenham-Liverpool en direct : les Spurs reviennent avec Kane et Son, Firmino de retour sur le banc", + "description": "Après deux semaines sans matchs à cause de cas de Covid, Tottenham retrouve les terrains cet après-midi pour un choc qui s'annonce compliqué face à Liverpool, en grande forme.

", + "content": "Après deux semaines sans matchs à cause de cas de Covid, Tottenham retrouve les terrains cet après-midi pour un choc qui s'annonce compliqué face à Liverpool, en grande forme.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroligue-monaco-se-relance-face-a-kaunas-l-asvel-trebuche-contre-le-zenith_AV-202112150553.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-liverpool-en-direct-les-spurs-retrouvent-les-terrains-face-aux-reds_LS-202112190169.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 22:41:48 GMT", - "enclosure": "https://images.bfmtv.com/VS4e5m7vFlAQCmSiN7RUwSrxH2I=/0x27:2048x1179/800x0/images/Monaco-Bayern-basket-Euroligue-1165642.jpg", + "pubDate": "Sun, 19 Dec 2021 14:24:45 GMT", + "enclosure": "https://images.bfmtv.com/qenUxVpCdA8eSTqqIE2RzKAT35E=/0x104:1984x1220/800x0/images/Antonio-Conte-Tottenham-1188508.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37901,17 +39155,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61cbc1a645e9f006ccc83c6ded23e35c" + "hash": "54556bede55e75e3cf3f82883e119b7c" }, { - "title": "Grand Prix d'Abu Dhabi en direct: la réponse de Verstappen aux critiques sur son titre", - "description": "La saison de Formule 1 s'achève ce dimanche avec le Grand Prix d'Abu Dhabi (départ à 14h), épilogue d'un duel d'anthologie entre Max Verstappen (Red Bull) et Lewis Hamilton (Mercedes), à égalité parfaite dans la course au titre de champion du monde.

", - "content": "La saison de Formule 1 s'achève ce dimanche avec le Grand Prix d'Abu Dhabi (départ à 14h), épilogue d'un duel d'anthologie entre Max Verstappen (Red Bull) et Lewis Hamilton (Mercedes), à égalité parfaite dans la course au titre de champion du monde.

", + "title": "Biathlon (Grand-Bornand): superbe doublé français sur la mass start", + "description": "Impérial, Emilien Jacquelin a remporté ce dimanche la première mass start de la saison, au Grand-Bornand, comptant pour la Coupe du monde de biathlon. Il a devancé Quentin Fillon Maillet pour un beau doublé français.

", + "content": "Impérial, Emilien Jacquelin a remporté ce dimanche la première mass start de la saison, au Grand-Bornand, comptant pour la Coupe du monde de biathlon. Il a devancé Quentin Fillon Maillet pour un beau doublé français.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/formule-1-suivez-en-direct-le-grand-prix-d-abu-dhabi-dernier-duel-entre-verstappen-et-hamilton_LN-202112120014.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-grand-bornand-superbe-double-francais-sur-la-mass-start_AV-202112190168.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 08:22:23 GMT", - "enclosure": "https://images.bfmtv.com/3PflDz2ngMo7CsZXgdzt6I5F4q8=/0x31:768x463/800x0/images/La-joie-du-pilote-neerlandais-Max-Verstappen-apres-avoir-remporte-le-Grand-Prix-d-Abou-Dhabi-et-son-1er-titre-mondial-devant-le-septuple-champion-du-monde-le-Britannique-Lewis-Hamilton-1187062.jpg", + "pubDate": "Sun, 19 Dec 2021 14:21:34 GMT", + "enclosure": "https://images.bfmtv.com/k-IcDvdioxWGsc8gwNLZAczU0iw=/226x382:1954x1354/800x0/images/Emilien-Jacquelin-1191344.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37922,17 +39176,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3cf33e4bdaf2ac31ac13c86f04141bf" + "hash": "b183aad48c85e96d92fb453d3f29e996" }, { - "title": "Bundesliga: Dortmund assure, les buteurs Haaland et Schick déchaînés", - "description": "Sans panache mais avec sérieux, Dortmund a battu la lanterne rouge Greuther Fürth (3-0) mercredi pour rester deuxième de la Bundesliga à six points du Bayern, dans une soirée où les buteurs du Borussia, Erling Haaland, et de Leverkusen, Patrick Schick, ont signé des statistiques d'extraterrestres.

", - "content": "Sans panache mais avec sérieux, Dortmund a battu la lanterne rouge Greuther Fürth (3-0) mercredi pour rester deuxième de la Bundesliga à six points du Bayern, dans une soirée où les buteurs du Borussia, Erling Haaland, et de Leverkusen, Patrick Schick, ont signé des statistiques d'extraterrestres.

", + "title": "Ski (Alta Badia): Kristoffersen triomphe au slalom géant, grosse déception pour Faivre", + "description": "Le Norvégien Henrik Kristoffersen a remporté le slalom géant d'Alta Badia (Italie) devant le Suisse Marco Odermatt et l'Autrichien Manuel Feller. Immense déception pour le Français Mathieu Faivre qui doit se contenter de la 16eme place après avoir dominé la première manche.

", + "content": "Le Norvégien Henrik Kristoffersen a remporté le slalom géant d'Alta Badia (Italie) devant le Suisse Marco Odermatt et l'Autrichien Manuel Feller. Immense déception pour le Français Mathieu Faivre qui doit se contenter de la 16eme place après avoir dominé la première manche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-assure-les-buteurs-haaland-et-schick-dechaines_AD-202112150545.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alta-badia-kristoffersen-triomphe-au-slalom-geant-grosse-deception-pour-faivre_AV-202112190161.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 22:24:24 GMT", - "enclosure": "https://images.bfmtv.com/rYoLxc_3zDYqGNGk-WAE_xAufwI=/0x40:768x472/800x0/images/La-joie-de-l-attaquant-norvegien-de-Dortmund-Erling-Braut-Haaland-apres-avoir-marque-le-2e-but-a-domicile-face-a-Furth-lors-de-la-16e-journee-de-Bundesliga-le-15-decembre-2021-endfragment-p-1189291.jpg", + "pubDate": "Sun, 19 Dec 2021 13:57:54 GMT", + "enclosure": "https://images.bfmtv.com/TKU3Hsx1ky6Dwwq3a8RH2nvL2dY=/0x113:2048x1265/800x0/images/Mathieu-Faivre-1191324.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37943,17 +39197,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8b70e17c758a42446d154d50bc641c5" + "hash": "723c4f4db766fe5264ec44e95e486321" }, { - "title": "Premier League: la bonne opération pour Arsenal, qui domine West Ham", - "description": "Arsenal a réalisé la bonne opération de la soirée de Premier League, mercredi, en prenant le meilleur sur West Ham (2-0).

", - "content": "Arsenal a réalisé la bonne opération de la soirée de Premier League, mercredi, en prenant le meilleur sur West Ham (2-0).

", + "title": "Incidents Paris FC-OL: Blanquer réclame \"des mesures fortes\" contre les violences", + "description": "Invité de l'émission BFM Politique, Jean-Michel Blanquer, le ministre de l’Education nationale, de la Jeunesse et des Sports, s'est exprimé sur les incidents survenus vendredi lors du 32e de finale de Coupe de France entre le Paris FC et Lyon. Il a demandé \"des mesures fortes\" pour en finir avec les violences dans les stades.

", + "content": "Invité de l'émission BFM Politique, Jean-Michel Blanquer, le ministre de l’Education nationale, de la Jeunesse et des Sports, s'est exprimé sur les incidents survenus vendredi lors du 32e de finale de Coupe de France entre le Paris FC et Lyon. Il a demandé \"des mesures fortes\" pour en finir avec les violences dans les stades.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-la-bonne-operation-pour-arsenal-qui-domine-west-ham_AV-202112150539.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-blanquer-reclame-des-mesures-fortes-contre-les-violences_AV-202112190153.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 22:08:32 GMT", - "enclosure": "https://images.bfmtv.com/59BsjKpvK0Hdx8DpSz_gQEgzJQY=/0x0:2000x1125/800x0/images/Arsenal-1188966.jpg", + "pubDate": "Sun, 19 Dec 2021 13:34:45 GMT", + "enclosure": "https://images.bfmtv.com/V6YbWctp0k84iGCW_HrqfUM16_4=/0x0:2048x1152/800x0/images/Jean-Michel-Blanquer-1191314.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37964,17 +39218,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e410852acd14a889ab31fc8aceba1d4c" + "hash": "ca57379c04ea339c5fda72dcec83c509" }, { - "title": "CAN 2022: le vice-président de la fédération guinéenne dénonce la \"pression malsaine\" de l'Europe", - "description": "Invité mercredi soir de l'After Foot sur RMC, Sega Diallo, vice-président de la fédération guinéenne de football, estime que les clubs européens exercent une pression \"malsaine\" en menaçant de retenir les joueurs convoqués pour la Coupe d'Afrique des nations 2022.

", - "content": "Invité mercredi soir de l'After Foot sur RMC, Sega Diallo, vice-président de la fédération guinéenne de football, estime que les clubs européens exercent une pression \"malsaine\" en menaçant de retenir les joueurs convoqués pour la Coupe d'Afrique des nations 2022.

", + "title": "Mondial de hand: suivez en direct la finale entre la France et la Norvège", + "description": "Championne olympique l'été dernier à Tokyo, l'équipe de France de handball vise un superbe doublé. Il faudra pour cela battre la Norvège ce dimanche en finale (à partir de 17h30).

", + "content": "Championne olympique l'été dernier à Tokyo, l'équipe de France de handball vise un superbe doublé. Il faudra pour cela battre la Norvège ce dimanche en finale (à partir de 17h30).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-vice-president-de-la-federation-guineenne-denonce-la-pression-malsaine-de-l-europe_AV-202112150538.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-suivez-en-direct-la-finale-entre-la-france-et-la-norvege_LN-202112190012.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 22:06:10 GMT", - "enclosure": "https://images.bfmtv.com/jNvz69Lu0EdZ4kFRkNb4_ruCjUU=/0x212:2048x1364/800x0/images/CAN-1189297.jpg", + "pubDate": "Sun, 19 Dec 2021 13:30:00 GMT", + "enclosure": "https://images.bfmtv.com/QkWNOShIXnWzyh4AkeiQ0Ca0Axw=/0x107:2048x1259/800x0/images/Les-Bleues-en-finale-du-Mondial-de-hand-1191050.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -37985,17 +39239,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3d8ec8714015bfc86ba556f54ff7895" + "hash": "ec506c0a983daec0da57a68e197d7de9" }, { - "title": "F1: la FIA va analyser la fin de course controversée du GP d'Abu Dhabi qui a sacré Verstappen", - "description": "La Fédération internationale de l'automobile (FIA) va se livrer à un \"exercice d'analyse détaillée et de clarification\" des événements controversés qui ont conduit à la victoire et au sacre de Max Verstappen à Abu Dhabi dimanche, a-t-elle annoncé mercredi.

", - "content": "La Fédération internationale de l'automobile (FIA) va se livrer à un \"exercice d'analyse détaillée et de clarification\" des événements controversés qui ont conduit à la victoire et au sacre de Max Verstappen à Abu Dhabi dimanche, a-t-elle annoncé mercredi.

", + "title": "Incidents Paris FC-OL: l'enquête avance, la commission de discipline de la FFF se réunira dès mardi", + "description": "La commission de discipline de la FFF va se réunir mardi afin d’étudier les débordements des supporters lors du 32e de finale de Coupe de France entre le Paris FC et l’OL. Une décision sur le résultat de la rencontre pourrait être prise jeudi.

", + "content": "La commission de discipline de la FFF va se réunir mardi afin d’étudier les débordements des supporters lors du 32e de finale de Coupe de France entre le Paris FC et l’OL. Une décision sur le résultat de la rencontre pourrait être prise jeudi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-la-fia-va-analyser-la-fin-de-course-controversee-du-gp-d-abu-dhabi-qui-a-sacre-verstappen_AD-202112150537.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-l-enquete-avance-la-commission-de-discipline-de-la-fff-se-reunira-des-mardi_AV-202112190145.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 22:03:04 GMT", - "enclosure": "https://images.bfmtv.com/_zJm98pFlFZ19a6ACxPX6ItYrqg=/0x0:1200x675/800x0/images/Max-Verstappen-et-Lewis-Hamilton-1189295.jpg", + "pubDate": "Sun, 19 Dec 2021 12:49:31 GMT", + "enclosure": "https://images.bfmtv.com/DyhwMUeeVqHVtQmyhXJ6gf4uYeY=/0x106:2048x1258/800x0/images/1190779.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38006,17 +39260,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11aa95bad2a47fcf8e78ae1bfc4e069d" + "hash": "deaeb6b4bc6066cc6e5e3569d1fbad25" }, { - "title": "Coupe Arabe: l’Algérie élimine le Qatar lors d'un temps additionnel complètement fou... de 18 minutes", - "description": "L'Algérie s'est fait très peur face au Qatar (2-1), mais a décroché son billet pour la finale de la Coupe Arabe, mercredi, grâce à un penalty salvateur au bout de dix-sept minutes de temps additionnel...

", - "content": "L'Algérie s'est fait très peur face au Qatar (2-1), mais a décroché son billet pour la finale de la Coupe Arabe, mercredi, grâce à un penalty salvateur au bout de dix-sept minutes de temps additionnel...

", + "title": "PRONOS PARIS RMC Le pari du jour du 19 décembre – Série A – Italie", + "description": "Notre pronostic : le Milan AC ne perd pas face à Naples et les deux équipes marquent (2.00)

", + "content": "Notre pronostic : le Milan AC ne perd pas face à Naples et les deux équipes marquent (2.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-l-algerie-elimine-le-qatar-lors-d-un-temps-additionnel-completement-fou-de-18-minutes_AV-202112150531.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-19-decembre-serie-a-italie_AN-202112180248.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 21:47:22 GMT", - "enclosure": "https://images.bfmtv.com/pFkf02X6xYpm7sV5-hLTydMehj0=/0x106:2048x1258/800x0/images/Youcef-Belaili-1189279.jpg", + "pubDate": "Sat, 18 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/cOAcfGqqWQYupi0jo7ijrccSbqw=/0x0:1984x1116/800x0/images/Z-Ibrahimovic-1191000.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38027,17 +39281,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b51cfd8694587cd2616c1f62dc3fea27" + "hash": "0c2ac19362451cb18c9a0fd8180a7174" }, { - "title": "Incidents OL-OM: en colère après sa suspension, Aulas s’attaque à Marseille et Sampaoli", - "description": "Suspendu pour cinq matchs ferme après ses propos envers l’arbitre d’OL-OM, Jean-Michel Aulas ne digère pas cette sanction. Le président lyonnais met également en cause l’attitude des Marseillais lors de l’interruption de la rencontre.

", - "content": "Suspendu pour cinq matchs ferme après ses propos envers l’arbitre d’OL-OM, Jean-Michel Aulas ne digère pas cette sanction. Le président lyonnais met également en cause l’attitude des Marseillais lors de l’interruption de la rencontre.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 19 décembre - Coupe de France", + "description": "Mon pronostic : nul entre Poitiers et Lens (12.00)

", + "content": "Mon pronostic : nul entre Poitiers et Lens (12.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-en-colere-apres-sa-suspension-aulas-s-attaque-a-marseille-et-sampaoli_AV-202112150526.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-19-decembre-coupe-de-france_AN-202112190143.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 21:37:43 GMT", - "enclosure": "https://images.bfmtv.com/pkDynLamP5fh17sqq9_RNnhj27g=/0x40:768x472/800x0/images/Le-president-lyonnais-Jean-Michel-Aulas-lors-du-deplacement-de-son-equipe-a-Paris-au-Parc-des-Princes-le-19-septembre-2021-1185171.jpg", + "pubDate": "Sun, 19 Dec 2021 12:46:12 GMT", + "enclosure": "https://images.bfmtv.com/5yIQRtinXKtkM2cWOh17KxrVTNc=/0x104:2000x1229/800x0/images/Stade-Poitevin-1191310.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38048,17 +39302,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66e5f01d4f827c8fd826fc43be466561" + "hash": "fb7b86d026f53f798a70d8255fe4dfc1" }, { - "title": "Incidents OL-OM en direct: Aulas écope de 5 matchs ferme de suspension pour ses propos envers l'arbitre", - "description": "La commission de discipline de la Ligue de football professionnel a infligé le retrait d'un point à l'OL et décidé de faire rejouer le match contre Marseille, jeudi après les incidents qui ont eu lieu le 21 novembre lors du choc au Groupama Stadium. Suivez toutes les informations en direct.

", - "content": "La commission de discipline de la Ligue de football professionnel a infligé le retrait d'un point à l'OL et décidé de faire rejouer le match contre Marseille, jeudi après les incidents qui ont eu lieu le 21 novembre lors du choc au Groupama Stadium. Suivez toutes les informations en direct.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 19 décembre – Coupe de France", + "description": "Mon pronostic : Bergerac ne perd pas face à Metz et les deux marquent (3.45)

", + "content": "Mon pronostic : Bergerac ne perd pas face à Metz et les deux marquent (3.45)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-en-direct-les-decisions-de-la-commission-de-discipline-de-la-lfp-vont-tomber_LN-202112080373.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-19-decembre-coupe-de-france_AN-202112190141.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 13:20:57 GMT", - "enclosure": "https://images.bfmtv.com/wEVMfY-wDCYAWqPyBEIsyk3SSbc=/0x100:1840x1135/800x0/images/Jean-Michel-Aulas-998838.jpg", + "pubDate": "Sun, 19 Dec 2021 12:44:04 GMT", + "enclosure": "https://images.bfmtv.com/PrxR93XYN1TOeMK687w4rVDXruI=/0x0:1984x1116/800x0/images/F-Antonetti-1191306.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38069,17 +39323,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35da48408acb90e85ac7e9e665bf7036" + "hash": "e61bd7a31ba0517261280c06411b0383" }, { - "title": "Mercato: Rüdiger en fin de contrat à Chelsea, le PSG surveille", - "description": "Le PSG garde un oeil sur la situation d'Antonio Rüdiger, en fin de contrat à Chelsea. Une rencontre a eu lieu entre le club français et l'entourage du défenseur allemand. Mais la priorité de ce dernier est de poursuivre avec les Blues.

", - "content": "Le PSG garde un oeil sur la situation d'Antonio Rüdiger, en fin de contrat à Chelsea. Une rencontre a eu lieu entre le club français et l'entourage du défenseur allemand. Mais la priorité de ce dernier est de poursuivre avec les Blues.

", + "title": "Cannet Rocheville-OM: pas de gros turn-over pour Sampaoli en Coupe de France", + "description": "Jorge Sampaoli a procédé à quelques changements à la marge mais s’appuiera sur de nombreux cadres ce dimanche lors du 32e de finale de Coupe de France de l’OM contre l’ES Cannet-Rocheville (N3). Arkadiusz Milik et Dimitri Payet seront bien associés sur la pelouse du Vélodrome.

", + "content": "Jorge Sampaoli a procédé à quelques changements à la marge mais s’appuiera sur de nombreux cadres ce dimanche lors du 32e de finale de Coupe de France de l’OM contre l’ES Cannet-Rocheville (N3). Arkadiusz Milik et Dimitri Payet seront bien associés sur la pelouse du Vélodrome.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-rudiger-en-fin-de-contrat-a-chelsea-le-psg-surveille_AV-202112150503.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/cannet-rocheville-om-pas-de-gros-turn-over-pour-sampaoli-en-coupe-de-france_AV-202112190132.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 20:13:31 GMT", - "enclosure": "https://images.bfmtv.com/mqEVyOlgxh-gyJhH0u7svopqks4=/0x76:2048x1228/800x0/images/Antonio-Ruediger-1189245.jpg", + "pubDate": "Sun, 19 Dec 2021 12:28:02 GMT", + "enclosure": "https://images.bfmtv.com/apkv-l_GVFTH71_errl4eFbocvo=/0x0:2048x1152/800x0/images/Milik-Payet-et-Guendouzi-avec-l-OM-1191295.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38090,17 +39344,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcb52484d82b0bb9e00248e027ecdd6b" + "hash": "d5a0e90bb1689841ec866aa634a78159" }, { - "title": "Mercato en direct: le PSG surveille la situation de Rüdiger à Chelsea", - "description": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", - "content": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", + "title": "Biathlon (Grand-Bornand): encore un podium pour Julia Simon sur la mass start", + "description": "La Française Julia Simon a terminé à la 2e place de la mass start du Grand-Bornand ce dimanche lors de cette nouvelle manche de la Coupe du monde de biathlon. La victoire revient à la Suédoise Elvira Oeberg, déjà vainqueur de la poursuite samedi.

", + "content": "La Française Julia Simon a terminé à la 2e place de la mass start du Grand-Bornand ce dimanche lors de cette nouvelle manche de la Coupe du monde de biathlon. La victoire revient à la Suédoise Elvira Oeberg, déjà vainqueur de la poursuite samedi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-grand-bornand-encore-un-podium-pour-julia-simon-sur-la-mass-start_AN-202112190131.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 06:29:19 GMT", - "enclosure": "https://images.bfmtv.com/19NYR-DjPZfLfIOSoTMOLVlwR64=/0x108:2032x1251/800x0/images/Antonio-Ruediger-1143318.jpg", + "pubDate": "Sun, 19 Dec 2021 12:25:48 GMT", + "enclosure": "https://images.bfmtv.com/3ltc-Cxg-NlXiKgUidAfIjZA2HI=/0x40:768x472/800x0/images/La-Francaise-Julia-Simon-lors-de-l-epreuve-de-sprint-au-Grand-Bornand-le-16-decembre-2021-1190895.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38111,17 +39365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "927b0c9ef7131cc9567b389971da56f5" + "hash": "b46e69d490f627ef2b79379d8777da04" }, { - "title": "Incidents OL-OM: Aulas nie toute pression contre l'arbitre et charge les dirigeants marseillais", - "description": "EXCLU RMC SPORT - Jean-Michel Aulas s'est défendu, mercredi dans \"Rothen s'enflamme\", d'avoir mis sous pression Ruddy Buquet, l'arbitre du match arrêté entre l'OL et l'OM. Sous la menace d'une sanction de la commission de discipline, le président lyonnais estime que des dirigeants marseillais ont tenu des propos plus problématiques que les siens.

", - "content": "EXCLU RMC SPORT - Jean-Michel Aulas s'est défendu, mercredi dans \"Rothen s'enflamme\", d'avoir mis sous pression Ruddy Buquet, l'arbitre du match arrêté entre l'OL et l'OM. Sous la menace d'une sanction de la commission de discipline, le président lyonnais estime que des dirigeants marseillais ont tenu des propos plus problématiques que les siens.

", + "title": "Coupe de France: un maillot spécial pour l'OM contre Cannet-Rocheville", + "description": "L'OM démarre ce dimanche (13h45) sa campagne de Coupe de France avec un 32e de finale au Vélodrome contre Cannet-Rocheville (N3). Pour l'occasion, les joueurs de Jorge Sampaoli vont porter un maillot spécial.

", + "content": "L'OM démarre ce dimanche (13h45) sa campagne de Coupe de France avec un 32e de finale au Vélodrome contre Cannet-Rocheville (N3). Pour l'occasion, les joueurs de Jorge Sampaoli vont porter un maillot spécial.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-aulas-nie-toute-pression-contre-l-arbitre-et-charge-les-dirigeants-marseillais_AV-202112150491.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-un-maillot-special-pour-l-om-contre-cannet-rocheville_AV-202112190127.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 19:29:20 GMT", - "enclosure": "https://images.bfmtv.com/wEVMfY-wDCYAWqPyBEIsyk3SSbc=/0x100:1840x1135/800x0/images/Jean-Michel-Aulas-998838.jpg", + "pubDate": "Sun, 19 Dec 2021 12:13:14 GMT", + "enclosure": "https://images.bfmtv.com/WxsXHx4z2cPJcUe_fjAKxTIdocY=/0x12:1024x588/800x0/images/Marseille-1191256.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38132,17 +39386,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1560dca61f039709c766835b2823cb6d" + "hash": "2fe7e85ff69cc1f652fb804d65b69068" }, { - "title": "Coupe du monde 2022: un ex-membre du comité d'organisation au Qatar emprisonné pour corruption", - "description": "Un ancien employé du comité d'organisation de la Coupe du monde 2022 au Qatar, accusé de corruption, a été condamné mercredi à trois ans de prison en appel, à l'issue d'un procès controversé.

", - "content": "Un ancien employé du comité d'organisation de la Coupe du monde 2022 au Qatar, accusé de corruption, a été condamné mercredi à trois ans de prison en appel, à l'issue d'un procès controversé.

", + "title": "Cannet-Rocheville - OM: sur quelle chaîne et à quelle heure regarder le match de Coupe de France", + "description": "Un an après son échec face aux amateurs du Canet-en-Roussillon, Marseille accueille les joueurs de l’ES Cannet-Rocheville ce dimanche au Vélodrome (13h45). Face à l’équipe de National 3, l’OM ne voudra pas rater son 32e de finale de Coupe de France. Découvrez les programme TV du jour pour la suite d’une compétition riche en surprises ?

", + "content": "Un an après son échec face aux amateurs du Canet-en-Roussillon, Marseille accueille les joueurs de l’ES Cannet-Rocheville ce dimanche au Vélodrome (13h45). Face à l’équipe de National 3, l’OM ne voudra pas rater son 32e de finale de Coupe de France. Découvrez les programme TV du jour pour la suite d’une compétition riche en surprises ?

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-un-ex-membre-du-comite-d-organisation-au-qatar-emprisonne-pour-corruption_AD-202112150485.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/cannet-rocheville-om-sur-quelle-chaine-et-a-quelle-heure-regarder-le-match-de-coupe-de-france_AV-202112190123.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 19:11:05 GMT", - "enclosure": "https://images.bfmtv.com/YLoO4Hgt0frrqvI83qeOXbReCSY=/0x103:2048x1255/800x0/images/Ouvriers-Qatar-1170285.jpg", + "pubDate": "Sun, 19 Dec 2021 12:05:35 GMT", + "enclosure": "https://images.bfmtv.com/qAkR2RbX0PMbSB1Yt1w6JlUjoig=/0x42:2048x1194/800x0/images/Bamba-Dieng-et-Dimitri-Payet-avec-l-OM-1191271.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38153,17 +39407,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dd71a39ccd944053e97ad48fe683b7d" + "hash": "a1c7cc337cbc90125b094e619dbd180a" }, { - "title": "Coupe Arabe: les supporters de Qatar-Algérie et Tunisie-Egypte interdits de Champs-Elysées", - "description": "Selon L’Equipe, le préfet de police de Paris, Didier Lallement, a délivré un arrêté pour interdire la présence des supporters des équipes engagées en demi-finales de la Coupe Arabe sur les Champs-Elysées ce mercredi. Des débordements avaient été déplorés après Maroc-Algérie.

", - "content": "Selon L’Equipe, le préfet de police de Paris, Didier Lallement, a délivré un arrêté pour interdire la présence des supporters des équipes engagées en demi-finales de la Coupe Arabe sur les Champs-Elysées ce mercredi. Des débordements avaient été déplorés après Maroc-Algérie.

", + "title": "PSG: comment Letellier, gardien remplaçant, vit sa situation au milieu des stars parisiennes", + "description": "Interrogé par le Journal du Dimanche, Alexandre Letellier, gardien remplaçant du PSG, a raconté son aventure au milieu des stars parisiennes.

", + "content": "Interrogé par le Journal du Dimanche, Alexandre Letellier, gardien remplaçant du PSG, a raconté son aventure au milieu des stars parisiennes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-les-supporters-de-qatar-algerie-et-tunisie-egypte-interdits-de-champs-elysees_AN-202112150477.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-comment-letellier-gardien-remplacant-vit-sa-situation-au-milieu-des-stars-parisiennes_AV-202112190106.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:49:35 GMT", - "enclosure": "https://images.bfmtv.com/cT2kvI-Svc8CAYxtqgismy0VoJM=/6x4:3878x2182/800x0/images/-192323.jpg", + "pubDate": "Sun, 19 Dec 2021 11:33:12 GMT", + "enclosure": "https://images.bfmtv.com/V9CL1pHwiBEyKPWOpb5YYK65T5U=/0x0:2048x1152/800x0/images/Alexandre-Letellier-1191250.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38174,17 +39428,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a76f901dc4ad4b213115c86fab4a667e" + "hash": "1007e98681b8d959159de463e160263e" }, { - "title": "Coupe Arabe en direct: l'Algérie et le Qatar jouent une place en finale", - "description": "Après la qualification de la Tunisie aux dépens de l'Égypte (1-0), plus tôt dans la journée, l'Algérie retrouve le Qatar (20h) pour la deuxième demi-finale de la Coupe arabe de football, ce mercredi. Suivez notre direct commenté.

", - "content": "Après la qualification de la Tunisie aux dépens de l'Égypte (1-0), plus tôt dans la journée, l'Algérie retrouve le Qatar (20h) pour la deuxième demi-finale de la Coupe arabe de football, ce mercredi. Suivez notre direct commenté.

", + "title": "Mercato: Belaïli confirme des négociations avec Montpellier", + "description": "Très en vue lors de la Coupe arabe remportée par l'Algérie, et actuellement libre de tout contrat, Youcef Belaïli plaît notamment au MHSC. Le milieu offensif de 29 ans a confirmé des contacts avec l'actuel 5e de Ligue 1.

", + "content": "Très en vue lors de la Coupe arabe remportée par l'Algérie, et actuellement libre de tout contrat, Youcef Belaïli plaît notamment au MHSC. Le milieu offensif de 29 ans a confirmé des contacts avec l'actuel 5e de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-en-direct-l-algerie-et-le-qatar-jouent-une-place-en-finale_LS-202112150474.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-belaili-confirme-des-negociations-avec-montpellier_AV-202112190098.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:44:13 GMT", - "enclosure": "https://images.bfmtv.com/4M903o0pF5e4VCFUroi5pd4I9-M=/0x74:2048x1226/800x0/images/Youcef-Belaili-et-l-Algerie-qualifies-pour-la-demi-finale-de-la-Coupe-arabe-1186696.jpg", + "pubDate": "Sun, 19 Dec 2021 11:15:20 GMT", + "enclosure": "https://images.bfmtv.com/EvCoKDSZp9rMa1nPCKowvkpgmdo=/0x0:2048x1152/800x0/images/Youcef-Belaili-a-gauche-1191234.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38195,17 +39449,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "058043ab54abe1c91d330d4913da2862" + "hash": "549368f7aa9e9b4f06e8f8fbe84b014c" }, { - "title": "Mercato: Wenger balaie la rumeur PSG", - "description": "EXCLU RMC SPORT - Arsène Wenger a démenti tout contact avec le PSG, mercredi dans l'émission \"Rothen s'enflamme\". L'ancien entraîneur d'Arsenal assure être pleinement investi dans ses responsabilités de directeur du développement du football mondial à la FIFA.

", - "content": "EXCLU RMC SPORT - Arsène Wenger a démenti tout contact avec le PSG, mercredi dans l'émission \"Rothen s'enflamme\". L'ancien entraîneur d'Arsenal assure être pleinement investi dans ses responsabilités de directeur du développement du football mondial à la FIFA.

", + "title": "Coupe de France en direct: Montpellier passe en tête, Angers malmené par une N3", + "description": "Tenant du titre de la Coupe de France, le PSG se déplace dans le Nord ce dimanche pour y affronter l'Entente Feignies-Aulnoye lors de son 32e de finale. Egalement au programme, le duel entre l'OM et les amateurs de l'ES Cannet-Rocheville au Vélodrome. Suivez l'évolution des 32es de finale de Coupe de France en direct commenté sur RMC Sport.

", + "content": "Tenant du titre de la Coupe de France, le PSG se déplace dans le Nord ce dimanche pour y affronter l'Entente Feignies-Aulnoye lors de son 32e de finale. Egalement au programme, le duel entre l'OM et les amateurs de l'ES Cannet-Rocheville au Vélodrome. Suivez l'évolution des 32es de finale de Coupe de France en direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-wenger-balaie-la-rumeur-psg_AV-202112150469.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-suivez-les-32es-de-finale-avec-les-matchs-du-psg-et-de-l-om_LN-202112190093.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:35:38 GMT", - "enclosure": "https://images.bfmtv.com/-2algB0kTjXWhLjYDAZYyNZSxmg=/0x0:1600x900/800x0/images/Arsene-Wenger-1061332.jpg", + "pubDate": "Sun, 19 Dec 2021 11:03:32 GMT", + "enclosure": "https://images.bfmtv.com/KZhcASgZDgsoipqui9TUSlrCjjI=/0x106:2048x1258/800x0/images/1191392.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38216,17 +39470,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b20076152362f3913997d3d8694ce2a" + "hash": "4f0f882f13bfe63e02dd248c24332ffc" }, { - "title": "OL: Aulas a encore un rêve pour Juninho à Lyon", - "description": "Alors que Juninho va quitter son poste de directeur sportif de l’Olympique Lyonnais, son président Jean-Michel Aulas a assuré, dans l'émission Rothen s'enflamme sur RMC, qu’il lui avait donné tous les moyens possibles pour réussir. Et n’a pas fermé la porte à un retour en tant qu'entraîneur.

", - "content": "Alors que Juninho va quitter son poste de directeur sportif de l’Olympique Lyonnais, son président Jean-Michel Aulas a assuré, dans l'émission Rothen s'enflamme sur RMC, qu’il lui avait donné tous les moyens possibles pour réussir. Et n’a pas fermé la porte à un retour en tant qu'entraîneur.

", + "title": "Mercato en direct: Belaïli confirme des négociations avec Montpellier", + "description": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", + "content": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-aulas-a-encore-un-reve-pour-juninho-a-lyon_AV-202112150466.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:33:31 GMT", - "enclosure": "https://images.bfmtv.com/91DYCYPmwbklACvwY56DyeW5Rjg=/0x0:1376x774/800x0/images/-848768.jpg", + "pubDate": "Thu, 16 Dec 2021 07:38:53 GMT", + "enclosure": "https://images.bfmtv.com/KsveQ1wyO9Z-L1qw5Y2y-cuSkCQ=/0x68:2048x1220/800x0/images/Youcef-Belaili-1190209.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38237,17 +39491,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "341b918fe8a9c7de5dd86899a7e39bc9" + "hash": "0fd9ef3e6ab0aec1d8c169c75b0ce80d" }, { - "title": "Création d'une Supercoupe Europe-Amérique du Sud pour les nations en 2022", - "description": "Le 1er juin 2022, une affiche de prestige aura lieu. Suite à une prolongation de coopération entre la CONMEBOL et l’UEFA, l’Argentine et l’Italie joueront une \"Finalisima\" à Londres, les deux sélections ayant remporté respectivement la Copa America et l’Euro 2020.

", - "content": "Le 1er juin 2022, une affiche de prestige aura lieu. Suite à une prolongation de coopération entre la CONMEBOL et l’UEFA, l’Argentine et l’Italie joueront une \"Finalisima\" à Londres, les deux sélections ayant remporté respectivement la Copa America et l’Euro 2020.

", + "title": "Séville FC-Atlético: Luis Suarez aurait insulté Simeone après son remplacement", + "description": "Furieux d’avoir été remplacé par son entraîneur face au FC Séville (2-1) samedi lors du match comptant pour la 18eme journée de Liga, l’avant-centre de l’Atlético de Madrid, Luis Suarez, aurait copieusement insulté Diego Simeone en regagnant le banc.

", + "content": "Furieux d’avoir été remplacé par son entraîneur face au FC Séville (2-1) samedi lors du match comptant pour la 18eme journée de Liga, l’avant-centre de l’Atlético de Madrid, Luis Suarez, aurait copieusement insulté Diego Simeone en regagnant le banc.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/creation-d-une-supercoupe-europe-amerique-du-sud-pour-les-nations-en-2022_AV-202112150457.html", + "link": "https://rmcsport.bfmtv.com/football/liga/seville-fc-atletico-luis-suarez-aurait-insulte-simeone-apres-son-remplacement_AV-202112190080.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:18:20 GMT", - "enclosure": "https://images.bfmtv.com/EBvR39f6QlCrlyexZN7wcs5kTOg=/0x0:768x432/800x0/images/Le-president-de-l-UEFA-Aleksander-Ceferin-au-siege-de-la-confederation-europeenne-a-Nyon-le-4-decembre-2019-1054069.jpg", + "pubDate": "Sun, 19 Dec 2021 10:21:44 GMT", + "enclosure": "https://images.bfmtv.com/7LXcI15PQWA1t3a5Aec56Y2h_co=/0x0:2048x1152/800x0/images/Luis-Suarez-1191225.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38258,17 +39512,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26268ed02da17db12e3155f73f0ee5fd" + "hash": "a5dce8f82f9c61de2e8376871afac47f" }, { - "title": "OL: la vive réponse d’Aulas, sur RMC, aux critiques sur sa gestion du club", - "description": "Critiqué pour sa gestion de l'Olympique Lyonnais, après le départ de Juninho et le mauvais début de saison en Ligue 1, le président Jean-Michel Aulas a décidé de répondre à ses détracteurs, notamment au sujet du mercato.

", - "content": "Critiqué pour sa gestion de l'Olympique Lyonnais, après le départ de Juninho et le mauvais début de saison en Ligue 1, le président Jean-Michel Aulas a décidé de répondre à ses détracteurs, notamment au sujet du mercato.

", + "title": "Mercato: Dortmund ouvre la porte à un départ d'Haaland, l'intérêt du Real confirmé", + "description": "Hans-Joachim Watzke, le directeur général du Borussia Dortmund, a fait le point sur l'avenir d'Erling Haaland ce dimanche dans une interview pour Bild. \"Le Real s'intéresse beaucoup à lui\", a-t-il confirmé.

", + "content": "Hans-Joachim Watzke, le directeur général du Borussia Dortmund, a fait le point sur l'avenir d'Erling Haaland ce dimanche dans une interview pour Bild. \"Le Real s'intéresse beaucoup à lui\", a-t-il confirmé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-la-vive-reponse-d-aulas-sur-rmc-aux-critiques-sur-sa-gestion-du-club_AV-202112150452.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-dortmund-ouvre-la-porte-a-un-depart-d-haaland-l-interet-du-real-confirme_AV-202112190078.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:08:38 GMT", - "enclosure": "https://images.bfmtv.com/xUKK3xWveFGurhYDhwQteLkpUYA=/0x36:768x468/800x0/images/Le-president-de-l-Olympique-Lyonnais-Jean-Michel-Aulas-lors-d-une-conference-de-presse-au-siege-du-club-le-25-janvier-2021-au-Groupama-Stadium-a-Decines-Charpieu-1179042.jpg", + "pubDate": "Sun, 19 Dec 2021 10:19:20 GMT", + "enclosure": "https://images.bfmtv.com/tQ_QP0QMLBihRnidlrVstYclm64=/0x150:2048x1302/800x0/images/Erling-HAALAND-1191208.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38279,17 +39533,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89b4efdfd8a3d9b7bc2fc02a22bc0657" + "hash": "7847622fd6ff54ac782b53431f31fdc9" }, { - "title": "Ligue 1: le coup de gueule de Payet contre les autorités du foot après les violences dans les stades", - "description": "Dans une tribune publiée par Le Monde à la veille de la réunion interministérielle sur les violences dans les stades de football, Dimitri Payet exprime un coup de gueule contre la \"démission collective\" des dirigeants et des pouvoirs publics. Le meneur de jeu de l'OM plaide pour que les joueurs arrêtent eux-mêmes les matchs en cas d'incidents.

", - "content": "Dans une tribune publiée par Le Monde à la veille de la réunion interministérielle sur les violences dans les stades de football, Dimitri Payet exprime un coup de gueule contre la \"démission collective\" des dirigeants et des pouvoirs publics. Le meneur de jeu de l'OM plaide pour que les joueurs arrêtent eux-mêmes les matchs en cas d'incidents.

", + "title": "Mercato: pour Leonardo, le PSG a \"encore de bonnes possibilités\" de prolonger Mbappé", + "description": "Dans un entretien à Europe 1 et au JDD, Leonardo s'est exprimé sur l'avenir de Kylian Mbappé, qui sera en fin de contrat à l'issue de la saison. Le directeur sportif du PSG, qui considère le Français comme le \"meilleur joueur au monde\", n'a pas perdu espoir de le prolonger.

", + "content": "Dans un entretien à Europe 1 et au JDD, Leonardo s'est exprimé sur l'avenir de Kylian Mbappé, qui sera en fin de contrat à l'issue de la saison. Le directeur sportif du PSG, qui considère le Français comme le \"meilleur joueur au monde\", n'a pas perdu espoir de le prolonger.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-coup-de-gueule-de-payet-contre-les-autorites-du-foot-apres-les-violences-dans-les-stades_AV-202112150431.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-pour-leonardo-le-psg-a-encore-de-bonnes-possibilites-de-prolonger-mbappe_AV-202112190071.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 17:42:44 GMT", - "enclosure": "https://images.bfmtv.com/ISBtheA0rEmilQwOhxlOUV22Z8I=/0x39:720x444/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", + "pubDate": "Sun, 19 Dec 2021 09:51:04 GMT", + "enclosure": "https://images.bfmtv.com/lMT6VE2YWByt5I7pfLGnP0nA0JA=/0x74:2048x1226/800x0/images/Kylian-MBAPPE-et-LEONARDO-1191194.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38300,17 +39554,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b12861ccde7dee3673cef5cc4420dbf" + "hash": "2e427ffa658b24ba67f8ae173952a442" }, { - "title": "Ligue 1 en direct: la réponse d'Aulas, sur RMC, aux critiques sur l'OL", - "description": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", - "content": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", + "title": "Tennis: de nouvelles images de Peng Shuai, avec Yao Ming, mises en ligne", + "description": "Une journaliste du Global Times, un média d'Etat chinois, a relayé dimanche une vidéo et une photo de la joueuse de tennis Peng Shuai en compagnie de l'ex-star du basket Yao Ming. Des publications qui ne lèvent pas les doutes sur le sort de la Chinoise de 35 ans, après que celle-ci a accusé un haut dirigeant politique d'agression sexuelle au début du mois de novembre.

", + "content": "Une journaliste du Global Times, un média d'Etat chinois, a relayé dimanche une vidéo et une photo de la joueuse de tennis Peng Shuai en compagnie de l'ex-star du basket Yao Ming. Des publications qui ne lèvent pas les doutes sur le sort de la Chinoise de 35 ans, après que celle-ci a accusé un haut dirigeant politique d'agression sexuelle au début du mois de novembre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.html", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-de-nouvelles-images-de-peng-shuai-avec-yao-ming-mises-en-ligne_AV-202112190063.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 08:40:20 GMT", - "enclosure": "https://images.bfmtv.com/pkDynLamP5fh17sqq9_RNnhj27g=/0x40:768x472/800x0/images/Le-president-lyonnais-Jean-Michel-Aulas-lors-du-deplacement-de-son-equipe-a-Paris-au-Parc-des-Princes-le-19-septembre-2021-1185171.jpg", + "pubDate": "Sun, 19 Dec 2021 09:28:00 GMT", + "enclosure": "https://images.bfmtv.com/k73H4l4NvWikrkE-kgrx1ArukLE=/0x8:768x440/800x0/images/La-joueuse-de-tennis-chinoise-Peng-Shuai-dont-on-est-sans-nouvelles-depuis-debut-novembre-le-13-janvier-2019-lors-de-l-Australian-Open-a-Melbourne-1170674.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38321,17 +39575,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4a155f8ed228d18eaa26a80d32b7cd8" + "hash": "507bcc2941952cc954f7116be90cd242" }, { - "title": "Coupe Arabe: la Tunisie arrache la finale avec une énorme réussite en fin de match", - "description": "Dans la première demi-finale de la Coupe Arabe, la Tunisie s'est qualifiée au bout du suspense pour la finale après sa victoire dans les ultimes secondes face à l'Egypte (1-0) sur un csc. Les Aigles de Carthages défieront le Qatar ou l'Algérie.

", - "content": "Dans la première demi-finale de la Coupe Arabe, la Tunisie s'est qualifiée au bout du suspense pour la finale après sa victoire dans les ultimes secondes face à l'Egypte (1-0) sur un csc. Les Aigles de Carthages défieront le Qatar ou l'Algérie.

", + "title": "Paris FC-OL en direct: l'enquête avance, la commission de discipline réunie mardi", + "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-la-tunisie-arrache-la-finale-avec-une-enorme-reussite-en-fin-de-match_AV-202112150410.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 17:07:46 GMT", - "enclosure": "https://images.bfmtv.com/00M552-MVS48LhsaYnJ-4r0f5vo=/0x104:2000x1229/800x0/images/La-Tunisie-jouera-la-finale-de-la-Coupe-Arabe-2021-1189141.jpg", + "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", + "enclosure": "https://images.bfmtv.com/_0NgSKujzdosEWUkaTEmG2KCcIU=/0x26:2048x1178/800x0/images/Des-incidents-dans-les-tribunes-du-stade-Charlety-entre-supporters-du-Paris-FC-et-de-l-OL-1190647.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38342,17 +39596,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b00a8f68b49b8eb1599e1975d979d85" + "hash": "c75e43117fb12ac95f5ba3632dd3f011" }, { - "title": "F1: les images du retour triomphal de Verstappen à l'usine Red Bull", - "description": "Une grande fête a eu lieu mercredi à l'usine Red Bull Racing de Milton Keynes (Angleterre), où le nouveau champion du monde de F1, Max Verstappen, a été accueilli.

", - "content": "Une grande fête a eu lieu mercredi à l'usine Red Bull Racing de Milton Keynes (Angleterre), où le nouveau champion du monde de F1, Max Verstappen, a été accueilli.

", + "title": "Coupe de France en direct: Amavi titulaire avec l'OM", + "description": "Tenant du titre de la Coupe de France, le PSG se déplace dans le Nord ce dimanche pour y affronter l'Entente Feignies-Aulnoye lors de son 32e de finale. Egalement au programme, le duel entre l'OM et les amateurs de l'ES Cannet-Rocheville au Vélodrome. Suivez l'évolution des 32es de finale de Coupe de France en direct commenté sur RMC Sport.

", + "content": "Tenant du titre de la Coupe de France, le PSG se déplace dans le Nord ce dimanche pour y affronter l'Entente Feignies-Aulnoye lors de son 32e de finale. Egalement au programme, le duel entre l'OM et les amateurs de l'ES Cannet-Rocheville au Vélodrome. Suivez l'évolution des 32es de finale de Coupe de France en direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-les-images-du-retour-triomphal-de-verstappen-a-l-usine-red-bull_AV-202112150404.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-suivez-les-32es-de-finale-avec-les-matchs-du-psg-et-de-l-om_LN-202112190093.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:59:12 GMT", - "enclosure": "https://images.bfmtv.com/FtIe33GMwAFIfesezOEWiUcBsRU=/0x47:1568x929/800x0/images/Verstappen-1189107.jpg", + "pubDate": "Sun, 19 Dec 2021 11:03:32 GMT", + "enclosure": "https://images.bfmtv.com/Zrzp6l3hXbtQg8YrYg45Npw8zHY=/0x40:768x472/800x0/images/Le-milieu-de-terrain-algerien-de-Nice-Youcef-Atal-a-la-lutte-avec-le-defenseur-marseillais-Jordan-Amavi-lors-de-leur-match-de-Ligue-1-le-27-octobre-2021-au-Stade-de-l-Aube-a-Troyes-1155351.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38363,17 +39617,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "419c04f56d0c723384776719d9bb80c1" + "hash": "93e278f3553526c2e0cd1c14d84d9111" }, { - "title": "Premier League: pas de report pour Leicester-Tottenham, malgré de nombreux cas de Covid", - "description": "Malgré neuf cas de Covid-19 dans les deux clubs, la Premier League a refusé de reporter le match entre Tottenham et Leicester, qui aura bien lieu jeudi soir.

", - "content": "Malgré neuf cas de Covid-19 dans les deux clubs, la Premier League a refusé de reporter le match entre Tottenham et Leicester, qui aura bien lieu jeudi soir.

", + "title": "Mondial de hand: sur quelle chaîne et à quelle heure regarder la finale France-Norvège", + "description": "Après son sacre olympique, l’équipe de France féminine de handball va tenter de conquérir le titre de champion de monde en finale face à la Norvège dimanche à 17h30 à Granollers (Espagne). Un match à suivre en direct sur TF1 et beIN Sports 1 et bien sûr sur l’antenne radio de RMC.

", + "content": "Après son sacre olympique, l’équipe de France féminine de handball va tenter de conquérir le titre de champion de monde en finale face à la Norvège dimanche à 17h30 à Granollers (Espagne). Un match à suivre en direct sur TF1 et beIN Sports 1 et bien sûr sur l’antenne radio de RMC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-pas-de-report-pour-leicester-tottenham-malgre-de-nombreux-cas-de-covid_AV-202112150395.html", + "link": "https://rmcsport.bfmtv.com/handball/mondial-de-hand-sur-quelle-chaine-et-a-quelle-heure-regarder-la-finale-france-norvege_AV-202112190056.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:47:10 GMT", - "enclosure": "https://images.bfmtv.com/CYuS53a7q3Z1-oHrH84n8fSc7RA=/0x40:768x472/800x0/images/L-entraineur-italien-de-Tottenham-Antonio-Conte-lors-du-match-de-la-11e-journee-de-Premier-League-le-7-novembre-2021-au-Goodison-Park-a-Liverpool-1186282.jpg", + "pubDate": "Sun, 19 Dec 2021 09:05:42 GMT", + "enclosure": "https://images.bfmtv.com/KwcHlCz_t4HtxeukXmDrPVn581M=/0x0:2048x1152/800x0/images/La-joie-des-Bleues-apres-leur-victoire-face-au-Danemark-1191195.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38384,17 +39638,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45563ed62406051c4b1d58a5fa3efe54" + "hash": "235d27aff06e308fa1f5f55336f52f05" }, { - "title": "Barça: l'émouvante lettre d’adieu au football de Sergio Agüero", - "description": "À 33 ans, Sergio Agüero a été contraint de mettre ce mercredi un terme à sa carrière de footballeur à cause d’un problème cardiaque. Au Camp Nou, le buteur a officialisé sa décision mais sur les réseaux sociaux il a publié une lettre d’adieu où il remercie les clubs par où il est passé et tous ceux qui l’ont fait progresser.

", - "content": "À 33 ans, Sergio Agüero a été contraint de mettre ce mercredi un terme à sa carrière de footballeur à cause d’un problème cardiaque. Au Camp Nou, le buteur a officialisé sa décision mais sur les réseaux sociaux il a publié une lettre d’adieu où il remercie les clubs par où il est passé et tous ceux qui l’ont fait progresser.

", + "title": "Mondial de hand: les Bleues visent un immense exploit", + "description": "Les handballeuses françaises, championnes olympiques à Tokyo, sont à soixante minutes d'un immense exploit: un très rare doublé en l'espace de quatre mois, avec une finale de rêve du Mondial 2021 à disputer dimanche (17h30) contre la Norvège.

", + "content": "Les handballeuses françaises, championnes olympiques à Tokyo, sont à soixante minutes d'un immense exploit: un très rare doublé en l'espace de quatre mois, avec une finale de rêve du Mondial 2021 à disputer dimanche (17h30) contre la Norvège.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/barca-l-emouvante-lettre-d-adieu-au-football-de-sergio-aguero_AV-202112150388.html", + "link": "https://rmcsport.bfmtv.com/handball/mondial-de-hand-les-bleues-visent-un-immense-exploit_AD-202112190053.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:39:58 GMT", - "enclosure": "https://images.bfmtv.com/VwEtLk-put3s6sKp9dpEu-B4X-4=/0x1:2048x1153/800x0/images/Sergio-Agueero-a-confirme-sa-retraite-mercredi-15-decembre-2021-1188943.jpg", + "pubDate": "Sun, 19 Dec 2021 09:04:21 GMT", + "enclosure": "https://images.bfmtv.com/blfOFvQ-SJXyb26JqhQzIJJ8kz8=/0x33:2048x1185/800x0/images/L-equipe-de-France-de-handball-au-Mondial-1190564.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38405,17 +39659,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c56019786de53f0f5cbf9daee990268d" + "hash": "1107fcb081d9b027a759706fb3eb8eb7" }, { - "title": "Chelsea: Tuchel est inquiet pour l'avenir de Rüdiger, Silva, Azpilicueta et Christiansen", - "description": "Thomas Tuchel, l'entraîneur de Chelsea, a exprimé son inquiétude en conférence de presse, alors que Rüdiger, Thiago Silva, Christiansen et Azpilicueta sont en fin de contrat en juin prochain.

", - "content": "Thomas Tuchel, l'entraîneur de Chelsea, a exprimé son inquiétude en conférence de presse, alors que Rüdiger, Thiago Silva, Christiansen et Azpilicueta sont en fin de contrat en juin prochain.

", + "title": "Coupe de France: Messi pas dans le groupe du PSG contre Feignies-Aulnoye", + "description": "Le 32e de finale de Coupe de France entre le PSG et les amateurs de Feignies-Aulnoye (N3) se jouera sans Lionel Messi ce dimanche (21h10). Mauricio Pochettino a décidé de ménager l'Argentin.

", + "content": "Le 32e de finale de Coupe de France entre le PSG et les amateurs de Feignies-Aulnoye (N3) se jouera sans Lionel Messi ce dimanche (21h10). Mauricio Pochettino a décidé de ménager l'Argentin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-est-inquiet-pour-l-avenir-de-rudiger-silva-azpilicueta-et-christiansen_AV-202112150386.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-messi-pas-dans-le-groupe-du-psg-contre-feignies-aulnoye_AV-202112190050.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:37:06 GMT", - "enclosure": "https://images.bfmtv.com/KQh7QJY0XM4qe57-xnyVcQRK8MY=/0x35:2048x1187/800x0/images/Thomas-Tuchel-1130374.jpg", + "pubDate": "Sun, 19 Dec 2021 08:40:36 GMT", + "enclosure": "https://images.bfmtv.com/sIwzd4GuQ2q1RPBo39DHkDxCOVg=/0x87:2048x1239/800x0/images/Lionel-MESSI-1191178.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38426,17 +39680,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fa9c97113b270332c53885456bc367e" + "hash": "8e30483d5fa23cdd84fbc96ba526a9cc" }, { - "title": "Tuchel dit vouloir parler avec Aubameyang après sa mise à l'écart à Arsenal", - "description": "Pour cause de problèmes disciplinaires, Pierre-Emerick Aubameyang s’est vu retirer le capitanat d’Arsenal par le staff, la semaine passée. Une situation qui a peiné Thomas Tuchel, son ancien entraineur, qui a expliqué qu’il \"en parlerait avec lui\".

", - "content": "Pour cause de problèmes disciplinaires, Pierre-Emerick Aubameyang s’est vu retirer le capitanat d’Arsenal par le staff, la semaine passée. Une situation qui a peiné Thomas Tuchel, son ancien entraineur, qui a expliqué qu’il \"en parlerait avec lui\".

", + "title": "Coupe Arabe: de nombreuses interpellations et verbalisations, le bilan des incidents à Paris après le sacre de l’Algérie", + "description": "La victoire de l’Algérie face à la Tunisie en finale de la Coupe Arabe samedi à Al-Khor, au Qatar, a été à l’origine de quelques débordements à Paris, notamment sur les Champs-Elysées. Ce dimanche matin, la préfecture de police annonçait avoir procédé à 32 interpellations.

", + "content": "La victoire de l’Algérie face à la Tunisie en finale de la Coupe Arabe samedi à Al-Khor, au Qatar, a été à l’origine de quelques débordements à Paris, notamment sur les Champs-Elysées. Ce dimanche matin, la préfecture de police annonçait avoir procédé à 32 interpellations.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/tuchel-dit-vouloir-parler-avec-aubameyang-apres-sa-mise-a-l-ecart-a-arsenal_AV-202112150373.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-de-nombreuses-interpellations-et-verbalisations-le-bilan-des-incidents-a-paris-apres-le-sacre-de-l-algerie_AD-202112190049.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:12:46 GMT", - "enclosure": "https://images.bfmtv.com/V3uskyj_wDSmPN6cRbM2aoYwoB8=/0x12:1200x687/800x0/images/-955623.jpg", + "pubDate": "Sun, 19 Dec 2021 08:38:41 GMT", + "enclosure": "https://images.bfmtv.com/M8MoEtyYpEclb_9xl1rX3MU_rew=/10x1:1626x910/800x0/images/Victoire-de-l-Algerie-tensions-sur-les-Champs-Elysees-entre-supporters-et-forces-de-l-ordre-1191186.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38447,17 +39701,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9801c07f8015efb4b3198a99d4b33f31" + "hash": "fcc7fcaef830830158893b43b69e0941" }, { - "title": "Mondial handball: après quatre joueuses camerounaises, une Iranienne disparaît aussi", - "description": "Après la disparition de quatre joueuses de l'équipe de handball du Cameroun en Espagne, où elles se trouvaient pour le Mondial féminin, une joueuse iranienne s'est à son tour évaporée dans la nature en marge de la compétition.

", - "content": "Après la disparition de quatre joueuses de l'équipe de handball du Cameroun en Espagne, où elles se trouvaient pour le Mondial féminin, une joueuse iranienne s'est à son tour évaporée dans la nature en marge de la compétition.

", + "title": "Feignies-Aulnoye - PSG: sur quelle chaîne et à quelle heure regarder le match de Coupe de France", + "description": "Tenant du titre, le PSG démarre sa campagne de Coupe de France ce dimanche (21h10) en 32es de finale face aux amateurs de Feignies-Aulnoye (N3). Un match à suivre sur Eurosport 2 et à la radio sur RMC.

", + "content": "Tenant du titre, le PSG démarre sa campagne de Coupe de France ce dimanche (21h10) en 32es de finale face aux amateurs de Feignies-Aulnoye (N3). Un match à suivre sur Eurosport 2 et à la radio sur RMC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/mondial-handball-apres-quatre-joueuses-camerounaises-une-iranienne-disparait-aussi_AV-202112150367.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/feignies-aulnoye-psg-sur-quelle-chaine-et-a-quelle-heure-regarder-le-match-de-coupe-de-france_AV-202112190044.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:07:02 GMT", - "enclosure": "https://images.bfmtv.com/3OLGH0dPk6oUZrzjWdXSv-EgG4I=/10x62:2042x1205/800x0/images/Iran-drapeau-1189090.jpg", + "pubDate": "Sun, 19 Dec 2021 08:04:49 GMT", + "enclosure": "https://images.bfmtv.com/vBTyzR6o3VlB1zBbO-cMSWIz2U0=/0x46:2048x1198/800x0/images/Kylian-MBAPPE-1191171.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38468,17 +39722,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d42295d2a0e4eaaf03230918f903eea" + "hash": "4341acd23125f0914776cbd03e88bfa6" }, { - "title": "Les pronos hippiques du jeudi 16 décembre 2021", - "description": " Le Quinté+ du jeudi 16 décembre est programmé sur l’hippodrome de Deauville dans la discipline du galop. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": " Le Quinté+ du jeudi 16 décembre est programmé sur l’hippodrome de Deauville dans la discipline du galop. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Boxe: Morrell poursuit son ascension après sa victoire contre Fox", + "description": "A 23 ans, David Morrell a battu l'expérimenté boxeur américain Alantez Fox sur arrêt de l’arbitre à la 4eme reprise samedi à Minneapolis. Le Cubain conserve sa ceinture et devient champion du monde WBA régulier des super-moyens.

", + "content": "A 23 ans, David Morrell a battu l'expérimenté boxeur américain Alantez Fox sur arrêt de l’arbitre à la 4eme reprise samedi à Minneapolis. Le Cubain conserve sa ceinture et devient champion du monde WBA régulier des super-moyens.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-jeudi-16-decembre-2021_AN-202112150362.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-morrell-poursuit-son-ascension-apres-sa-victoire-contre-fox_AV-202112190043.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 15:55:10 GMT", - "enclosure": "https://images.bfmtv.com/Z5rKyzZe-BVrlNrqNcLuuDmKxcU=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-30-novembre-2021-1177519.jpg", + "pubDate": "Sun, 19 Dec 2021 08:03:14 GMT", + "enclosure": "https://images.bfmtv.com/vhogFpZc7rsPgLMFd5k_m06PI_o=/1x7:1041x592/800x0/images/David-Morrell-1191170.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38489,17 +39743,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2557b5981dc31f33a4c3427f13f1de7" + "hash": "b3624382bb5f7c5b23ff3ca4b5df8682" }, { - "title": "Mondial hand: Pauletta Foppa, \"le bébé des Bleues, meilleure pivot du monde\" qui porte la France", - "description": "Révélation et meilleure buteuse de l’équipe de France aux Jeux olympiques à Tokyo, Pauletta Foppa confirme son statut de pièce maitresse des Bleues en Espagne. A bientôt 21 ans, elle sera l’un des principaux atouts de la France pour affronter la Suède ce mercredi (20h30) en quart de finale du Mondial.

", - "content": "Révélation et meilleure buteuse de l’équipe de France aux Jeux olympiques à Tokyo, Pauletta Foppa confirme son statut de pièce maitresse des Bleues en Espagne. A bientôt 21 ans, elle sera l’un des principaux atouts de la France pour affronter la Suède ce mercredi (20h30) en quart de finale du Mondial.

", + "title": "Boxe: le YouTubeur Jake Paul inflige un énorme KO à Tyron Woodley", + "description": "Comme au mois d'août, le YouTubeur Jake Paul s'est imposé dans la nuit de samedi à dimanche face à l’ancien champion UFC Tyron Woodley. Le frère de Logan a remporté ce combat de boxe organisé en Floride avec un KO spectaculaire au sixième round.

", + "content": "Comme au mois d'août, le YouTubeur Jake Paul s'est imposé dans la nuit de samedi à dimanche face à l’ancien champion UFC Tyron Woodley. Le frère de Logan a remporté ce combat de boxe organisé en Floride avec un KO spectaculaire au sixième round.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-hand-pauletta-foppa-le-bebe-des-bleues-meilleure-pivot-du-monde-qui-porte-la-france_AV-202112150359.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-le-you-tubeur-jake-paul-inflige-un-enorme-ko-a-tyron-woodley_AV-202112190038.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 15:49:10 GMT", - "enclosure": "https://images.bfmtv.com/rKXk2hucuS4y676f2lrkvnJLtAU=/0x49:2048x1201/800x0/images/Pauletta-Foppa-1187916.jpg", + "pubDate": "Sun, 19 Dec 2021 07:39:44 GMT", + "enclosure": "https://images.bfmtv.com/-wgHRQYh_9OM7ul-baSQGmpUM9M=/0x48:2048x1200/800x0/images/Jake-Paul-1191148.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38510,17 +39764,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6494df5b65335d8c5526650526787c1a" + "hash": "a7b2136047d018c563a0b780fa6be747" }, { - "title": "Liverpool: le message de Klopp sur la vaccination, \"une question de solidarité et de loyauté\"", - "description": "La situation sanitaire devient de plus en plus préoccupante en Angleterre. À tel point que plusieurs équipes de Premier League ont vu leur match être reportés à cause decas de Covid-19 au sein des effectifs. Interrogé en conférence de presse, l’entraîneur de Liverpool Jürgen Klopp a assuré que tout le monde était double vacciné chez les Reds.

", - "content": "La situation sanitaire devient de plus en plus préoccupante en Angleterre. À tel point que plusieurs équipes de Premier League ont vu leur match être reportés à cause decas de Covid-19 au sein des effectifs. Interrogé en conférence de presse, l’entraîneur de Liverpool Jürgen Klopp a assuré que tout le monde était double vacciné chez les Reds.

", + "title": "Coupe de France: un derby rémois comme au bon vieux temps des années 90", + "description": "Adversaires en 32es de finale de Coupe de France, Reims Sainte-Anne et le Stade de Reims se retrouvent comme dans les années 90 où les derbys rémois ont pimenté le quotidien de la ville. Aujourd’hui, les clubs sont amis.

", + "content": "Adversaires en 32es de finale de Coupe de France, Reims Sainte-Anne et le Stade de Reims se retrouvent comme dans les années 90 où les derbys rémois ont pimenté le quotidien de la ville. Aujourd’hui, les clubs sont amis.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/liverpool-le-message-de-klopp-sur-la-vaccination-une-question-de-solidarite-et-de-loyaute_AV-202112150348.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-un-derby-remois-comme-au-bon-vieux-temps-des-annees-90_AN-202112150498.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 15:33:07 GMT", - "enclosure": "https://images.bfmtv.com/Ekxks3YI7SkS_iOzBKujRALc1hA=/0x61:2032x1204/800x0/images/Juergen-Klopp-1176069.jpg", + "pubDate": "Wed, 15 Dec 2021 19:58:26 GMT", + "enclosure": "https://images.bfmtv.com/e5mLdvkxLm3j-iJBV4Nd9bLvSTE=/0x106:2048x1258/800x0/images/Reims-qui-celebre-apres-l-ouverture-du-score-contre-l-ASSE-1186695.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38531,17 +39785,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d29057a9f8caedd82616e70478199fd3" + "hash": "90d9a23bd881539ce0c490e46764662b" }, { - "title": "Liga: le Barça, le Real et l'Athletic attaquent en justice l'accord avec le fonds CVC", - "description": "Quelques jours après la signature du contrat de 50 ans entre LaLiga et le fonds d'investissement CVC, le FC Barcelone, le Real Madrid et l'Athletic Bilbao déclarent lancer des \"actions légales\" pour contester cet accord.

", - "content": "Quelques jours après la signature du contrat de 50 ans entre LaLiga et le fonds d'investissement CVC, le FC Barcelone, le Real Madrid et l'Athletic Bilbao déclarent lancer des \"actions légales\" pour contester cet accord.

", + "title": "MMA: Derrick Lewis démolit Daukaus et s’offre le record de KO à l'UFC", + "description": "Battu au mois d’août par Ciryl Gane, le poids lourd américain Derrick Lewis a massacré le pauvre Chris Daukaus par KO au premier round, samedi lors du main event à l’UFC Fight Night à Las Vegas.

", + "content": "Battu au mois d’août par Ciryl Gane, le poids lourd américain Derrick Lewis a massacré le pauvre Chris Daukaus par KO au premier round, samedi lors du main event à l’UFC Fight Night à Las Vegas.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-barca-le-real-et-l-athletic-attaquent-en-justice-l-accord-avec-le-fonds-cvc_AV-202112150344.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/mma-derrick-lewis-demolit-daukaus-et-s-offre-le-record-de-ko-a-l-ufc_AN-202112190023.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 15:23:37 GMT", - "enclosure": "https://images.bfmtv.com/S2F-MQt8kLoCXI9MGjGTSL_rkEI=/0x30:2048x1182/800x0/images/Laporta-Perez-1189066.jpg", + "pubDate": "Sun, 19 Dec 2021 06:52:15 GMT", + "enclosure": "https://images.bfmtv.com/vmFAMVxs_IJPB19ILAikdPgtG00=/9x0:1081x603/800x0/images/UFC-Derrick-Lewis-demolit-Daukaus-et-s-offre-le-record-de-KO-1191127.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38552,17 +39806,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2eabddcaaa385f857e45bb274ffa0073" + "hash": "9f855a72ae7710d3ba6ae4f1aed4da92" }, { - "title": "Paris truqués: un footballeur suédois condamné pour un carton jaune arrangé", - "description": "Pawel Cibicki, ancien joueur de Leeds et de Malmö, a été condamné à de la prison avec sursis pour avoir \"accepté un pot-de-vin et triché\" lors d'un match de première division.

", - "content": "Pawel Cibicki, ancien joueur de Leeds et de Malmö, a été condamné à de la prison avec sursis pour avoir \"accepté un pot-de-vin et triché\" lors d'un match de première division.

", + "title": "Ski alpin: à Alta Badia, Pinturault court toujours après sa première victoire de l'hiver", + "description": "Engagé sur deux géants en deux jours à Alta Badia, Alexis Pinturault aura à cœur de se remettre à l'endroit dimanche et lundi après son échec en slalom à Val d'Isère la semaine dernière. Sixième du classement général de la Coupe du monde, il tentera également de remporter sa première victoire de la saison.

", + "content": "Engagé sur deux géants en deux jours à Alta Badia, Alexis Pinturault aura à cœur de se remettre à l'endroit dimanche et lundi après son échec en slalom à Val d'Isère la semaine dernière. Sixième du classement général de la Coupe du monde, il tentera également de remporter sa première victoire de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/paris-truques-un-footballeur-suedois-condamne-pour-un-carton-jaune-arrange_AD-202112150341.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alpin-a-alta-badia-pinturault-court-toujours-apres-sa-premiere-victoire-de-l-hiver_AV-202112180223.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 15:12:48 GMT", - "enclosure": "https://images.bfmtv.com/W7_R_av_51F4-bj1HXsMehKVD3w=/0x39:768x471/800x0/images/Un-footballeur-professionnel-suedois-a-ete-condamne-mercredi-en-appel-pour-avoir-volontairement-recu-un-carton-jaune-lors-d-une-rencontre-de-premiere-division-dans-le-cadre-d-une-affaire-de-paris-truques-1189053.jpg", + "pubDate": "Sat, 18 Dec 2021 16:20:13 GMT", + "enclosure": "https://images.bfmtv.com/PeCZnThhzkNjlU8D41NPSHFx3ac=/0x0:2048x1152/800x0/images/Alexis-Pinturault-1190874.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38573,17 +39827,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60a0f9b57953e0b54a43cc47b1cbf69e" + "hash": "a2d1c7183a8d3ca7ac05571d4d1447c3" }, { - "title": "Adversaires des Bleus, format, calendrier... tout savoir sur le tirage de la Ligue des nations jeudi", - "description": "Tenante du titre, l’équipe de France va connaître jeudi, à partir de 18 heures, quels adversaires elle affrontera lors de la phase de groupes de l’édition 2022-2023 de la Ligue des nations, qui débutera en juin 2022. Mode d’emploi.

", - "content": "Tenante du titre, l’équipe de France va connaître jeudi, à partir de 18 heures, quels adversaires elle affrontera lors de la phase de groupes de l’édition 2022-2023 de la Ligue des nations, qui débutera en juin 2022. Mode d’emploi.

", + "title": "PRONOS PARIS RMC Le nul du jour du 19 décembre – Liga – Espagne", + "description": "Notre pronostic : pas de vainqueur entre Getafe et Osasuna (2.85)

", + "content": "Notre pronostic : pas de vainqueur entre Getafe et Osasuna (2.85)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/adversaires-des-bleus-format-calendrier-tout-savoir-sur-le-tirage-de-la-ligue-des-nations-jeudi_AV-202112150314.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-19-decembre-liga-espagne_AN-202112180244.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 15:00:00 GMT", - "enclosure": "https://images.bfmtv.com/smczhklJnf8FPUOl4r_CxJxYQCU=/0x40:768x472/800x0/images/Le-bonheur-de-Kylian-Mbappe-et-Karim-Benzema-avec-le-trophee-de-la-Ligue-des-nations-remporte-par-la-France-devant-l-espagne-a-Milan-le-10-octobre-2021-1150407.jpg", + "pubDate": "Sat, 18 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/eNcbsygTceASmyhm9pyaD4t2Vw8=/0x0:2000x1125/800x0/images/Getafe-1190996.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38594,17 +39848,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c7ea5f067f510aa37541f6050062958" + "hash": "4f22b7fbfb9080928e503e6bdce66a49" }, { - "title": "Le footballeur le plus riche du monde est désormais sans club", - "description": "Présenté comme le footballeur le plus riche du monde, Faiq Bolkiah n'est désormais plus sous contrat avec le Maritimo où il espérait pouvoir concrétiser ses rêves de carrière professionnelle.

", - "content": "Présenté comme le footballeur le plus riche du monde, Faiq Bolkiah n'est désormais plus sous contrat avec le Maritimo où il espérait pouvoir concrétiser ses rêves de carrière professionnelle.

", + "title": "PRONOS PARIS RMC Le pari sûr du 19 décembre – Liga - Espagne", + "description": "Notre pronostic : le Real Madrid bat Cadix et au moins deux buts dans la rencontre (1.30)

", + "content": "Notre pronostic : le Real Madrid bat Cadix et au moins deux buts dans la rencontre (1.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-footballeur-le-plus-riche-du-monde-est-desormais-sans-club_AV-202112150338.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-19-decembre-liga-espagne_AN-202112180237.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 14:59:55 GMT", - "enclosure": "https://images.bfmtv.com/7yLt_XOOb-jicFS56oHO903Es7o=/0x46:800x496/800x0/images/-807080.jpg", + "pubDate": "Sat, 18 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/RSu44TlDnNKmOpt6cilSi__L9gQ=/0x304:1984x1420/800x0/images/Real-Madrid-1190989.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38615,17 +39869,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c15fbb0df43788f1959e2af6782665be" + "hash": "9287c08b5a43a88890c514a9fc727bc9" }, { - "title": "Saint-Etienne: Perrin ne serait \"pas déçu\" de l'annulation de la CAN 2022", - "description": "Alors qu'une réflexion autour de l'annulation de la CAN est engagée, Loïc Perrin, le coordinateur sportif de l'AS Saint-Etienne, sait que la tenue ou non de la compétition aura un impact sur son club.

", - "content": "Alors qu'une réflexion autour de l'annulation de la CAN est engagée, Loïc Perrin, le coordinateur sportif de l'AS Saint-Etienne, sait que la tenue ou non de la compétition aura un impact sur son club.

", + "title": "PRONOS PARIS RMC Le pari de folie du 19 décembre – Coupe de France", + "description": "Notre pronostic : match nul entre Lyon la Duchère et Saint-Etienne (5.50)

", + "content": "Notre pronostic : match nul entre Lyon la Duchère et Saint-Etienne (5.50)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-perrin-ne-serait-pas-decu-de-l-annulation-de-la-can-2022_AV-202112150333.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-19-decembre-coupe-de-france_AN-202112180236.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 14:44:36 GMT", - "enclosure": "https://images.bfmtv.com/D4iXoGB4ATUVZcazcZgYRwaqyt0=/0x106:2048x1258/800x0/images/Loic-Perrin-1182556.jpg", + "pubDate": "Sat, 18 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/nIktAMntu9xsPEkEFSUZdrsLzSY=/0x0:2000x1125/800x0/images/W-Khazri-1190988.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38636,17 +39890,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e290d5a882357ed98fb0371a604947b" + "hash": "265a23072b859b373bff3892cca5339b" }, { - "title": "F1: Hamilton a été fait chevalier par le prince de Galles", - "description": "Si Lewis Hamilton a raté de peu l’occasion de remporter un huitième titre de champion du monde de Formule 1, le Britannique a tout de même reçu une récompense spéciale. Ce mercredi, le pilote Mercedes a été fait chevalier et anobli par le prince de Galles au château de Windsor.

", - "content": "Si Lewis Hamilton a raté de peu l’occasion de remporter un huitième titre de champion du monde de Formule 1, le Britannique a tout de même reçu une récompense spéciale. Ce mercredi, le pilote Mercedes a été fait chevalier et anobli par le prince de Galles au château de Windsor.

", + "title": "Premier League: un supporter de Leeds arrêté pour des propos racistes", + "description": "Un homme a été arrêté après que des joueurs d'Arsenal se sont plaints de propos racistes adressés à leur encontre, lors du déplacement victorieux des Gunners à Leeds (4-1) ce samedi en Premier League.

", + "content": "Un homme a été arrêté après que des joueurs d'Arsenal se sont plaints de propos racistes adressés à leur encontre, lors du déplacement victorieux des Gunners à Leeds (4-1) ce samedi en Premier League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-a-ete-fait-chevalier-par-le-prince-de-galles_AV-202112150317.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-un-supporter-de-leeds-arrete-pour-des-propos-racistes_AV-202112180306.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 14:20:32 GMT", - "enclosure": "https://images.bfmtv.com/BWi3EBVgL84yZFpB4YI60KIl9H4=/0x86:2048x1238/800x0/images/Lewis-Hamilton-fait-chevalier-1189034.jpg", + "pubDate": "Sat, 18 Dec 2021 22:59:19 GMT", + "enclosure": "https://images.bfmtv.com/IreTMvOBcisaB7ebrOuBmyN1AHU=/0x117:1200x792/800x0/images/Leeds-Arsenal-1191086.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38657,17 +39911,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee9cea1e9aa0a5827194a4beb351475e" + "hash": "175ac88fa1aca749ed1f4173056c48fd" }, { - "title": "Real Madrid: Modric et Marcelo positifs au Covid-19", - "description": "Leader du championnat avec une dernière victoire (2-0) lors du derby face à l’Atlético de Madrid, le Real Madrid devra se passer de deux joueurs pendant quelques jours. Luka Modric et Marcelo ont été testés positifs au Covid-19.

", - "content": "Leader du championnat avec une dernière victoire (2-0) lors du derby face à l’Atlético de Madrid, le Real Madrid devra se passer de deux joueurs pendant quelques jours. Luka Modric et Marcelo ont été testés positifs au Covid-19.

", + "title": "Coupe de France: l'effusion de joie des Cannois dans l'euphorie d'une qualification sensationnelle", + "description": "De la présidente du club Anny Courtade aux joueurs, personne à Cannes n'avait de mots assez forts pour décrire la vague d'émotion qui s'est abattue sur le club de N3 après la qualification pour les 16es de finale de la Coupe de France.

", + "content": "De la présidente du club Anny Courtade aux joueurs, personne à Cannes n'avait de mots assez forts pour décrire la vague d'émotion qui s'est abattue sur le club de N3 après la qualification pour les 16es de finale de la Coupe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-modric-et-marcelo-positifs-au-covid-19_AV-202112150259.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-l-effusion-de-joie-des-cannois-dans-l-euphorie-d-une-qualification-sensationnelle_AV-202112180302.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 11:45:44 GMT", - "enclosure": "https://images.bfmtv.com/iAC15KRsn6T1mTO0kJIA_uOh2VE=/14x0:2046x1143/800x0/images/Luka-Modric-lors-du-match-entre-le-Real-Madrid-et-l-Inter-Milan-le-7-decembre-1183889.jpg", + "pubDate": "Sat, 18 Dec 2021 22:31:52 GMT", + "enclosure": "https://images.bfmtv.com/pxkmce2w24uMV7sgAl_GndqczhU=/0x93:1200x768/800x0/images/Cannes-celebre-sa-qualification-1191081.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38678,17 +39932,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be8d5cd23c4885c2b8a327975eca24ec" + "hash": "5653c9e7cb8d4c6a83fdc13e3ebf76fa" }, { - "title": "Le récit hallucinant de Liguori, inclus dans le deal Osimhen par Naples et qui n'a \"jamais mis les pieds à Lille\"", - "description": "Dans un entretien accordé au quotidien italien La Repubblica ce mercredi, Luigi Liguori, l'un des joueurs inclus dans le deal entre Lille et Naples pour le transfert de Victor Osimhen à l'été 2020, confesse avoir été utilisé et n'avoir jamais mis les pieds chez les Dogues.

", - "content": "Dans un entretien accordé au quotidien italien La Repubblica ce mercredi, Luigi Liguori, l'un des joueurs inclus dans le deal entre Lille et Naples pour le transfert de Victor Osimhen à l'été 2020, confesse avoir été utilisé et n'avoir jamais mis les pieds chez les Dogues.

", + "title": "Champions Cup: Castres s'incline de peu chez le Munster", + "description": "Seul pensionnaire de Top 14 en lice ce week-end en Champions Cup en raison de la situation sanitaire, Castres n'est pas passé loin du gros coup, s'inclinant de peu sur la pelouse du Munster (19-13).

", + "content": "Seul pensionnaire de Top 14 en lice ce week-end en Champions Cup en raison de la situation sanitaire, Castres n'est pas passé loin du gros coup, s'inclinant de peu sur la pelouse du Munster (19-13).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-recit-hallucinant-de-liguori-inclus-dans-le-deal-osimhen-par-naples-et-qui-n-a-jamais-mis-les-pieds-a-lille_AV-202112150256.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-castres-s-incline-de-peu-chez-le-munster_AD-202112180298.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 11:38:46 GMT", - "enclosure": "https://images.bfmtv.com/b1IH2eGbYrnXSpK5bW23Viu-4bE=/0x106:2048x1258/800x0/images/Osimhen-1173709.jpg", + "pubDate": "Sat, 18 Dec 2021 22:09:48 GMT", + "enclosure": "https://images.bfmtv.com/-Gbiv3X6fZpGyxb94pNL8nlNzoc=/0x70:2048x1222/800x0/images/La-joie-du-Munster-face-au-CO-en-Champions-Cup-1191074.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38699,17 +39953,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ff3533ca3ef95611618583ff645c0ed" + "hash": "8c735584c83cb30888583566af5c5503" }, { - "title": "Mercato en direct: en larmes, Agüero annonce sa retraite", - "description": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", - "content": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", + "title": "Coupe de France: Rennes élimine Lorient dans le choc breton entre clubs de Ligue 1", + "description": "Rennes s’est tranquillement imposé contre Lorient (1-0) ce samedi, lors des 32es de finale de Coupe de France. Le défenseur Warmed Omari est l’unique buteur de ce match maîtrisé par les protégés de Bruno Genesio. Lorient s'enfonce dans la crise.

", + "content": "Rennes s’est tranquillement imposé contre Lorient (1-0) ce samedi, lors des 32es de finale de Coupe de France. Le défenseur Warmed Omari est l’unique buteur de ce match maîtrisé par les protégés de Bruno Genesio. Lorient s'enfonce dans la crise.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-rennes-elimine-lorient-dans-le-choc-breton-entre-clubs-de-ligue-1_AV-202112180295.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 06:29:19 GMT", - "enclosure": "https://images.bfmtv.com/FzfGso_T7s8u-NUH22sCiI329qk=/0x0:1360x765/800x0/images/Sergio-Agueero-en-larmes-au-moment-d-annoncer-sa-retraite-1188945.jpg", + "pubDate": "Sat, 18 Dec 2021 21:55:20 GMT", + "enclosure": "https://images.bfmtv.com/A2mI5Xcf2VVi9Iqjs2mHRu10LLU=/0x90:2048x1242/800x0/images/Warmed-Omari-unique-buteur-du-32e-de-finale-de-Coupe-de-France-entre-Rennes-et-Lorient-1191071.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38720,17 +39974,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1290eb9a7cc14dac900d3aef59fa117" + "hash": "188480de7153ad2b1492c1de5e49727d" }, { - "title": "Foot féminin: le sponsor titre Barclays investit un montant record en Angleterre", - "description": "Barclays a prolongé son contrat de sponsoring de la Super Ligue féminine de trois ans en Angleterre, pour un montant de 35 millions d'euros. Un record pour le sport féminin britannique.

", - "content": "Barclays a prolongé son contrat de sponsoring de la Super Ligue féminine de trois ans en Angleterre, pour un montant de 35 millions d'euros. Un record pour le sport féminin britannique.

", + "title": "Coupe arabe: les scènes de liesse des supporters à Nice et Marseille, après le sacre de l'Algérie", + "description": "La victoire de l'Algérie contre la Tunisie ce samedi, en finale de la Coupe arabe (2-0 ap), a été fortement célébrée dans plusieurs villes de France. Ce fut notamment le cas à Nice et Marseille, où de nombreux supporters des Fennecs s'étaient réunis.

", + "content": "La victoire de l'Algérie contre la Tunisie ce samedi, en finale de la Coupe arabe (2-0 ap), a été fortement célébrée dans plusieurs villes de France. Ce fut notamment le cas à Nice et Marseille, où de nombreux supporters des Fennecs s'étaient réunis.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/foot-feminin-le-sponsor-titre-barclays-investit-un-montant-record-en-angleterre_AV-202112150253.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-les-scenes-de-liesse-des-supporters-a-nice-et-marseille-apres-le-sacre-de-l-algerie_AV-202112180291.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 11:30:38 GMT", - "enclosure": "https://images.bfmtv.com/lTm4-3EhdDaZ7o-bqkUJkbKpZKg=/0x0:1200x675/800x0/images/Sam-Kerr-1188931.jpg", + "pubDate": "Sat, 18 Dec 2021 21:33:08 GMT", + "enclosure": "https://images.bfmtv.com/ZBBgD8r7tp6ZRW1OGvZZSfigQLo=/0x106:2048x1258/800x0/images/Illustration-des-supporters-algeriens-en-finale-de-la-Coupe-arabe-1191067.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38741,17 +39995,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37b7c4eac3e6e813ba50444c15c97e7f" + "hash": "aa4a31f7b7ae8fa3125237870479ef01" }, { - "title": "Barça: les statistiques complètement folles d'Agüero, qui annonce sa retraite", - "description": "Sergio Agüero a annoncé ce mercredi la fin de sa carrière, après la révélation il y a quelques semaines d'une arythmie cardiaque incompatible avec la poursuite d'un sport de haut niveau. L'Argentin du Barça, meilleur buteur étranger de Premier League, aura durablement marqué l'histoire du jeu. La preuve en chiffres.

", - "content": "Sergio Agüero a annoncé ce mercredi la fin de sa carrière, après la révélation il y a quelques semaines d'une arythmie cardiaque incompatible avec la poursuite d'un sport de haut niveau. L'Argentin du Barça, meilleur buteur étranger de Premier League, aura durablement marqué l'histoire du jeu. La preuve en chiffres.

", + "title": "Incidents Paris FC-OL: \"Toute l’Europe se fout de notre gueule\", la colère froide d'Hinschberger", + "description": "Philippe Hinschberger, le coach d'Amiens, qualifié pour les 16es de finale de la Coupe de France, a regretté la récurrence des violences commises dans les stades depuis le début de la saison, exhortant certains présidents à réagir. Il fait notamment référence aux débordements de vendredi lors du match Paris FC-OL.

", + "content": "Philippe Hinschberger, le coach d'Amiens, qualifié pour les 16es de finale de la Coupe de France, a regretté la récurrence des violences commises dans les stades depuis le début de la saison, exhortant certains présidents à réagir. Il fait notamment référence aux débordements de vendredi lors du match Paris FC-OL.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/barca-les-statistiques-completement-folles-d-aguero-qui-annonce-sa-retraite_AV-202112150251.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-toute-l-europe-se-fout-de-notre-gueule-la-colere-froide-d-hinschberger_AV-202112180286.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 11:25:10 GMT", - "enclosure": "https://images.bfmtv.com/nTLanVi__BKZ7dD8CrX3WMPE01s=/0x0:2048x1152/800x0/images/Sergio-Agueero-1081575.jpg", + "pubDate": "Sat, 18 Dec 2021 21:15:37 GMT", + "enclosure": "https://images.bfmtv.com/T1Tx4ax2yNSvY4LGTOFXUTt6hkE=/0x123:1200x798/800x0/images/Philippe-Hinschberger-1191057.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38762,17 +40016,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b67199d432e6935b74c92ef9a945c72e" + "hash": "f2966e55e8d60e170a82e3bde49f467d" }, { - "title": "Le sport face au coronavirus en direct: le Real annonce que Modric et Marcelo sont positifs", - "description": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", - "content": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "title": "Coupe arabe: des débordements sur les Champs Elysées après le sacre de l’Algérie", + "description": "Des supporters de l’Algérie ont bravé l’arrêté préfectoral leur interdisant de se rendre sur les Champs-Elysées pour célébrer la victoire des Fennecs en Coupe arabe des nations. Des heurts ont éclaté entre les fans et les forces de police ce samedi soir.

", + "content": "Des supporters de l’Algérie ont bravé l’arrêté préfectoral leur interdisant de se rendre sur les Champs-Elysées pour célébrer la victoire des Fennecs en Coupe arabe des nations. Des heurts ont éclaté entre les fans et les forces de police ce samedi soir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-des-debordements-sur-les-champs-elysees-apres-le-sacre-de-l-algerie_AV-202112180279.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", - "enclosure": "https://images.bfmtv.com/Toyy-YCY64sRZ53IPTurr8etP_M=/0x0:768x432/800x0/images/Le-milieu-de-terrain-croate-du-Real-Madrid-Luka-Modric-lors-dun-match-de-championnat-contre-Huesca-le-6-fevrier-2021-a-Huesca-dans-le-nord-est-de-lEspagne-965186.jpg", + "pubDate": "Sat, 18 Dec 2021 20:23:13 GMT", + "enclosure": "https://images.bfmtv.com/vvyNV-0VRyx84VIjyBY4PpJ2g0E=/0x0:2048x1152/800x0/images/Des-supporters-de-l-Algerie-sur-les-Champs-Elysees-a-Paris-1191037.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38783,17 +40037,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97f345ca3674aaa4291e0b18e92530cd" + "hash": "b516e47a282184c65d471edb9eaf4809" }, { - "title": "Résiliation de contrat attendue rapidement pour Eriksen à l'Inter", - "description": "Victime d’un arrêt cardiaque lors de l’Euro 2021 avec le Danemark, Christian Eriksen doit depuis porter un défibrillateur. Puisqu’il est interdit en Italie d’évoluer sur les terrains avec ce dispositif, le Danois devrait, d’après la Gazzetta dello Sport, résilier rapidement son contrat avec l’Inter Milan.

", - "content": "Victime d’un arrêt cardiaque lors de l’Euro 2021 avec le Danemark, Christian Eriksen doit depuis porter un défibrillateur. Puisqu’il est interdit en Italie d’évoluer sur les terrains avec ce dispositif, le Danois devrait, d’après la Gazzetta dello Sport, résilier rapidement son contrat avec l’Inter Milan.

", + "title": "Liga: le Barça s’en remet à sa jeunesse dans un match à rebondissements", + "description": "Trois jeunes de la Masia (Jutlga, Gavi, Nico) ont sorti le Barça du pétrin à domicile, face à Elche. Le club catalan s’est imposé sur le fil (3-2), lors de la 18e journée de Liga.

", + "content": "Trois jeunes de la Masia (Jutlga, Gavi, Nico) ont sorti le Barça du pétrin à domicile, face à Elche. Le club catalan s’est imposé sur le fil (3-2), lors de la 18e journée de Liga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/resiliation-de-contrat-attendue-rapidement-pour-eriksen-a-l-inter_AV-202112150243.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-barca-s-en-remet-a-sa-jeunesse-dans-un-match-a-rebondissements_AV-202112180276.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 11:04:22 GMT", - "enclosure": "https://images.bfmtv.com/88XOefCItChT2iK_A8svKl_6__o=/0x0:1008x567/800x0/images/-873952.jpg", + "pubDate": "Sat, 18 Dec 2021 19:42:39 GMT", + "enclosure": "https://images.bfmtv.com/V-kjEUBFleCKQyLIKQ49RBvblQM=/0x59:1200x734/800x0/images/Gavi-1191033.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38804,17 +40058,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "009c28b8473df9fd4673e8efa64c88d2" + "hash": "b9ad6c98268a9eccd8496e92ec663d90" }, { - "title": "Manchester City: le geste peu académique de Ruben Dias pour défendre face à Leeds", - "description": "Alors que Manchester City a cartonné Leeds ce mardi à l'Etihad Stadium (7-0), Ruben Dias a marqué cette rencontre en se mettant... en mode breakdance pour défendre sur une attaque des Peacocks.

", - "content": "Alors que Manchester City a cartonné Leeds ce mardi à l'Etihad Stadium (7-0), Ruben Dias a marqué cette rencontre en se mettant... en mode breakdance pour défendre sur une attaque des Peacocks.

", + "title": "Premier League: Martinelli et Arsenal enfoncent encore le Leeds de Bielsa", + "description": "Gabriel Martinelli a brillé et inscrit un doublé lors de la victoire d’Arsenal contre Leeds (4-1) ce samedi, lors de la 18e journée de Premier League. Les Gunners s’installent dans le top 4 alors que l’équipe entraînée par Marcelo Bielsa se rapprochent de la zone de relégation.

", + "content": "Gabriel Martinelli a brillé et inscrit un doublé lors de la victoire d’Arsenal contre Leeds (4-1) ce samedi, lors de la 18e journée de Premier League. Les Gunners s’installent dans le top 4 alors que l’équipe entraînée par Marcelo Bielsa se rapprochent de la zone de relégation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-le-geste-peu-academique-de-ruben-dias-pour-defendre-face-a-leeds_AV-202112150225.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-martinelli-et-arsenal-enfoncent-encore-le-leeds-de-bielsa_AV-202112180271.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:40:52 GMT", - "enclosure": "https://images.bfmtv.com/oioJmk-M5mKUOkdCzD-8ztiiUpM=/0x43:2048x1195/800x0/images/Ruben-Dias-contre-le-PSG-en-demi-finale-de-Ligue-des-champions-1030736.jpg", + "pubDate": "Sat, 18 Dec 2021 19:25:21 GMT", + "enclosure": "https://images.bfmtv.com/QC-5J2JTEldwYdpaCG9iisOa-AU=/0x92:2048x1244/800x0/images/Gabriel-Martinelli-lors-de-la-victoire-d-Arsenal-a-Leeds-1191029.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38825,17 +40079,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d715ed1665062810982da155386cac06" + "hash": "8352b570c73ded29122eabff36f1a48b" }, { - "title": "Top 14: Trinh-Duc confirme qu'il mettra un terme à sa carrière en fin de saison", - "description": "L'ouvreur de Bordeaux-Bègles François Trinh-Duc a confirmé qu'il mettra un terme à sa carrière à la fin de la saison à 35 ans, après une dernière pige avec l'UBB.

", - "content": "L'ouvreur de Bordeaux-Bègles François Trinh-Duc a confirmé qu'il mettra un terme à sa carrière à la fin de la saison à 35 ans, après une dernière pige avec l'UBB.

", + "title": "Rennes-Lorient en direct: Rennes domine et s'impose dans le derby, Lorient toujours en crise", + "description": "La Coupe de France offre un derby breton, samedi soir lors des 32es de finales. Le Stade Rennais, favori de la confrontation, accueille Lorient au Roazhon Park.

", + "content": "La Coupe de France offre un derby breton, samedi soir lors des 32es de finales. Le Stade Rennais, favori de la confrontation, accueille Lorient au Roazhon Park.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/rugby-francois-trinh-duc-mettra-fin-a-sa-carriere-en-fin-de-saison_AD-202112150220.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-rennes-lorient-en-direct_LS-202112180270.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:35:28 GMT", - "enclosure": "https://images.bfmtv.com/ZDoatSKoTvrnpYZEgTj15G-8rmQ=/0x18:768x450/800x0/images/Le-demi-d-ouverture-francais-de-Bordeaux-Francois-Trinh-Duc-passe-le-ballon-pendant-le-match-de-Top-14-entre-la-Section-Paloise-et-l-Union-Bordeaux-Begles-au-Stade-du-Hameau-a-Pau-dans-le-sud-ouest-de-la-France-le-16-octobre-2021-1148409.jpg", + "pubDate": "Sat, 18 Dec 2021 19:17:05 GMT", + "enclosure": "https://images.bfmtv.com/sI2TbaPSSbRTF8dnqfG2Qt_OKBA=/0x106:2048x1258/800x0/images/Enzo-Le-Fee-face-a-Lovro-Majer-lors-de-Rennes-Lorient-en-Coupe-de-France-1191068.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38846,17 +40100,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54c9b0bc0beb14c9b6691110abf33096" + "hash": "e96291df066bb94cab02e7b3eb65b358" }, { - "title": "Coupe Arabe 2021: sur quelle chaîne et à quelle heure regarder Qatar-Algérie et Tunisie-Egypte", - "description": "Les demi-finales de la Coupe Arabe verront s'affronter le Qatar et l'Algérie ce mercredi (20h), après une première confrontation dans le dernier carré entre la Tunisie et l'Egypte (16h).

", - "content": "Les demi-finales de la Coupe Arabe verront s'affronter le Qatar et l'Algérie ce mercredi (20h), après une première confrontation dans le dernier carré entre la Tunisie et l'Egypte (16h).

", + "title": "Ronaldo s’offre Cruzeiro, le club de ses débuts", + "description": "Après Valladolid, le légendaire avant-centre brésilien Ronaldo va racheter le club de Cruzeiro, le club de ses débuts au Brésil.

", + "content": "Après Valladolid, le légendaire avant-centre brésilien Ronaldo va racheter le club de Cruzeiro, le club de ses débuts au Brésil.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-2021-sur-quelle-chaine-et-a-quelle-heure-regarder-qatar-algerie-et-tunisie-egypte_AV-202112150214.html", + "link": "https://rmcsport.bfmtv.com/football/ronaldo-s-offre-cruzeiro-le-club-de-ses-debuts_AN-202112180268.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:19:50 GMT", - "enclosure": "https://images.bfmtv.com/0rmrsX6fQUs3nmwW8-XJpzdORzU=/0x86:1200x761/800x0/images/La-joie-des-joueurs-algeriens-apres-leur-victoire-en-quarts-contre-le-Maroc-1188880.jpg", + "pubDate": "Sat, 18 Dec 2021 19:06:34 GMT", + "enclosure": "https://images.bfmtv.com/sK_jofEvt0xzYy9ckIvE-9ubGVY=/0x0:2048x1152/800x0/images/Ronaldo-1191020.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38867,17 +40121,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8f3dff29d563857b3d1378a97860e88" + "hash": "568d487a2bb7749bbc10bc5aaff14fb1" }, { - "title": "Mercato: convoité par le Barça, Haaland aurait fixé une condition pour signer", - "description": "S’il semble avoir fait du FC Barcelone sa priorité en vue d'un transfert l'été prochain, Erling Haaland n’y signera que si le club catalan est de retour au premier plan et dispute la prochaine Ligue des champions, à en croire Sport ce mercredi. Ce qui est encore loin d'être gagné.

", - "content": "S’il semble avoir fait du FC Barcelone sa priorité en vue d'un transfert l'été prochain, Erling Haaland n’y signera que si le club catalan est de retour au premier plan et dispute la prochaine Ligue des champions, à en croire Sport ce mercredi. Ce qui est encore loin d'être gagné.

", + "title": "Incidents Paris FC-OL: le parquet de Paris ouvre une enquête pour violences volontaires", + "description": "Une enquête a été ouverte par le parquet de Paris pour violences volontaires, après les débordements entre supporters qui ont définitivement interrompu le match de Coupe de France entre le Paris FC et l'OL vendredi soir.

", + "content": "Une enquête a été ouverte par le parquet de Paris pour violences volontaires, après les débordements entre supporters qui ont définitivement interrompu le match de Coupe de France entre le Paris FC et l'OL vendredi soir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-convoite-par-le-barca-haaland-aurait-fixe-une-condition-pour-signer_AV-202112150211.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-le-parquet-de-paris-ouvre-une-enquete-pour-violences-volontaires_AV-202112180263.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:14:57 GMT", - "enclosure": "https://images.bfmtv.com/CCDyqdxMNo3kVlGbsd8pk5lV8nI=/0x50:2048x1202/800x0/images/Erling-Haaland-avec-le-Borussia-Dortmund-1135825.jpg", + "pubDate": "Sat, 18 Dec 2021 18:36:46 GMT", + "enclosure": "https://images.bfmtv.com/rZysLG5QlMnmsAffajID4vq5p-U=/0x106:2048x1258/800x0/images/Les-violents-incidents-dans-les-tribunes-de-Charlety-pour-le-match-entre-le-Paris-FC-et-l-OL-1191018.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38888,17 +40142,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7581a73af55bdb81a4ce8bac15390a2" + "hash": "a75f27d8937c504696bb6b75cd6324d6" }, { - "title": "Ajax: Onana raconte sa suspension pour dopage et son \"erreur\" de pilule", - "description": "De retour dans les cages du Cameroun le 13 novembre dernier face au Malawi après neuf mois de suspension pour dopage, André Onana est revenu sur ces derniers mois loin des terrains de football et son retour à l'Ajax.

", - "content": "De retour dans les cages du Cameroun le 13 novembre dernier face au Malawi après neuf mois de suspension pour dopage, André Onana est revenu sur ces derniers mois loin des terrains de football et son retour à l'Ajax.

", + "title": "Paris FC-OL en direct: enquête ouverte par le parquet pour violences volontaires", + "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ajax-onana-raconte-sa-suspension-pour-dopage-et-son-erreur-de-pilule_AV-202112150203.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:04:13 GMT", - "enclosure": "https://images.bfmtv.com/mAAztGoZ3RaOD-t-lMUbMmouFqA=/0x0:1200x675/800x0/images/Andre-Onana-1157427.jpg", + "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", + "enclosure": "https://images.bfmtv.com/_0NgSKujzdosEWUkaTEmG2KCcIU=/0x26:2048x1178/800x0/images/Des-incidents-dans-les-tribunes-du-stade-Charlety-entre-supporters-du-Paris-FC-et-de-l-OL-1190647.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38909,17 +40163,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5c52ab473a88fd8a9a67b7103a408f4" + "hash": "91d2e5463bd882a64bb7ae260c92e9a4" }, { - "title": "Mondial 2022: la banderole des militants d'Amnesty au siège de la FFF, sur les conditions au Qatar", - "description": "Ce mercredi, plusieurs militants de l'ONG Amnesty International ont déployé une banderole au siège de la Fédération française de football, à Paris, pour dénoncer les conditions de travail des ouvriers sur les chantiers de la Coupe du monde 2022 au Qatar.

", - "content": "Ce mercredi, plusieurs militants de l'ONG Amnesty International ont déployé une banderole au siège de la Fédération française de football, à Paris, pour dénoncer les conditions de travail des ouvriers sur les chantiers de la Coupe du monde 2022 au Qatar.

", + "title": "Coupe Arabe: l'Algérie vient à bout de la Tunisie et décroche son premier titre dans la compétition", + "description": "L'Algérie a trouvé la faille en prolongation face à la Tunisie (2-0) ce samedi, en finale de la Coupe Arabe, qu'elle remporte pour la première fois depuis 1963.

", + "content": "L'Algérie a trouvé la faille en prolongation face à la Tunisie (2-0) ce samedi, en finale de la Coupe Arabe, qu'elle remporte pour la première fois depuis 1963.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/mondial-2022-la-banderole-des-militants-d-amnesty-au-siege-de-la-fff-sur-les-conditions-au-qatar_AV-202112150195.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-l-algerie-vient-a-bout-de-la-tunisie-et-decroche-son-premier-titre-dans-la-competition_AV-202112180258.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:43:13 GMT", - "enclosure": "https://images.bfmtv.com/2jtA8nmV6JfGFLz6Y4TsS7576AA=/4x8:1012x575/800x0/images/Une-banderole-a-ete-affichee-par-des-militants-d-Amnesty-International-devant-le-siege-de-la-FFF-mercredi-15-decembre-2021-1188852.jpg", + "pubDate": "Sat, 18 Dec 2021 18:12:01 GMT", + "enclosure": "https://images.bfmtv.com/dClyAqRb6ofIVPCmpu_TbrEq0RA=/0x0:1200x675/800x0/images/Algerie-1191012.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38930,17 +40184,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7f8b194d7f3b3a083519792986ebe47" + "hash": "193183fca2c5b2b6fbe3c359a354ee35" }, { - "title": "Covid-19: les clubs de Premier League songeraient à des sanctions contre les joueurs non-vaccinés", - "description": "Selon le Daily Mail, les clubs de Premier League examinent la possibilité de réduire le salaire des joueurs qui ne sont pas vaccinés contre le Covid-19 et qui doivent s'isoler. Une réflexion alors que la situation au Royaume-Uni se complique, avec une forte augmentation du nombre de cas et la menace du variant Omicron.

", - "content": "Selon le Daily Mail, les clubs de Premier League examinent la possibilité de réduire le salaire des joueurs qui ne sont pas vaccinés contre le Covid-19 et qui doivent s'isoler. Une réflexion alors que la situation au Royaume-Uni se complique, avec une forte augmentation du nombre de cas et la menace du variant Omicron.

", + "title": "Coupe de France en direct: Lille fait le break contre Auxerre, Nantes a eu très chaud", + "description": "Au lendemain du Paris FC-OL inachevé, la Coupe de France espère retrouver le sourire avec 15 matchs au programme ce samedi à partir de 13h45. Nantes, Lille et Rennes entrent notamment en lice. Toutes les infos et les résultats à suivre dans notre live.

", + "content": "Au lendemain du Paris FC-OL inachevé, la Coupe de France espère retrouver le sourire avec 15 matchs au programme ce samedi à partir de 13h45. Nantes, Lille et Rennes entrent notamment en lice. Toutes les infos et les résultats à suivre dans notre live.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/covid-19-les-clubs-de-premier-league-songeraient-a-des-sanctions-contre-les-joueurs-non-vaccines_AV-202112150187.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-suivez-les-32es-de-finale-en-direct_LN-202112180059.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:23:40 GMT", - "enclosure": "https://images.bfmtv.com/I6OJbrNDkZiSJlBdxA-gy-x6RgA=/0x0:1200x675/800x0/images/Le-stade-de-Stamford-Bridge-1188854.jpg", + "pubDate": "Sat, 18 Dec 2021 09:04:34 GMT", + "enclosure": "https://images.bfmtv.com/tF3REnUylIm4z8YARr1wMKd5UY0=/0x106:2048x1258/800x0/images/Jonathan-David-en-Coupe-de-France-avec-Lille-contre-Auxerre-1191007.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38951,17 +40205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "22439b2f4092258c938b9ddadec1e313" + "hash": "ec95f6f8bae9a2cdeb59183782614b1d" }, { - "title": "GP d'Abu Dhabi: conforté par des avocats, Mercedes pense toujours faire invalider le résultat", - "description": "Alors que Mercedes a jusqu’à jeudi soir pour déclencher formellement son intention de faire appel du rejet de sa seconde réclamation afin de faire invalider le résultat du Grand Prix d’Abu Dhabi, deux avocats de premier plan ont estimé que l’écurie allemande disposait de solides bases juridiques pour contester le titre de Max Verstappen.

", - "content": "Alors que Mercedes a jusqu’à jeudi soir pour déclencher formellement son intention de faire appel du rejet de sa seconde réclamation afin de faire invalider le résultat du Grand Prix d’Abu Dhabi, deux avocats de premier plan ont estimé que l’écurie allemande disposait de solides bases juridiques pour contester le titre de Max Verstappen.

", + "title": "Algérie-Tunisie: le bijou de Sayoud qui délivre les Fennecs en finale de la Coupe arabe", + "description": "L’Algérie a battu la Tunisie 2-0 en finale de la Coupe arabe ce samedi à Al-Khor, au Qatar. Les champions d’Afrique ont triomphé en prolongation grâce, notamment, à une frappe lumineuse d’Amir Sayoud.

", + "content": "L’Algérie a battu la Tunisie 2-0 en finale de la Coupe arabe ce samedi à Al-Khor, au Qatar. Les champions d’Afrique ont triomphé en prolongation grâce, notamment, à une frappe lumineuse d’Amir Sayoud.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-conforte-par-des-avocats-mercedes-pense-toujours-faire-invalider-le-resultat_AV-202112150175.html", + "link": "https://rmcsport.bfmtv.com/football/algerie-tunisie-le-bijou-de-sayoud-qui-delivre-les-fennecs-en-finale-de-la-coupe-arabe_AV-202112180255.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:10:57 GMT", - "enclosure": "https://images.bfmtv.com/79Wmz5EnIO1gy3XxII2gKvD32W8=/0x65:2048x1217/800x0/images/Toto-Wolff-et-Lewis-Hamilton-1188838.jpg", + "pubDate": "Sat, 18 Dec 2021 18:02:55 GMT", + "enclosure": "https://images.bfmtv.com/QbzEW-Ds-eqUGzAw8ZfITJ9fQDc=/0x0:2048x1152/800x0/images/La-joie-d-Amir-Sayoud-1191010.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38972,17 +40226,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa2ce2ba8f142683387ccc6c144a2958" + "hash": "e3407ffe25385fe37ae086c3734dd9f0" }, { - "title": "Clermont: Vili et Falatea ont donné leur accord à l’UBB", - "description": "Les Clermontois Tani Vili et Sipili Falatea ont tous les deux donné leur accord, mardi, aux dirigeants de l’UBB, qu’ils rejoindront en fin de saison.

", - "content": "Les Clermontois Tani Vili et Sipili Falatea ont tous les deux donné leur accord, mardi, aux dirigeants de l’UBB, qu’ils rejoindront en fin de saison.

", + "title": "Covid-19: pas de raison scientifique de suspendre la Premier League, selon un dirigeant", + "description": "La multiplication des cas de Covid-19 dans les effectifs des clubs de Premier League a engendré le report de nombreuses rencontres. Au micro de la BBC, le président de l'English Football League Rick Parry ne voit pour autant aucune raison de suspendre le championnat.

", + "content": "La multiplication des cas de Covid-19 dans les effectifs des clubs de Premier League a engendré le report de nombreuses rencontres. Au micro de la BBC, le président de l'English Football League Rick Parry ne voit pour autant aucune raison de suspendre le championnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/clermont-vili-et-falatea-ont-donne-leur-accord-a-l-ubb_AV-202112150173.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/covid-19-pas-de-raison-scientifique-de-suspendre-la-premier-league-selon-un-dirigeant_AV-202112180253.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:06:32 GMT", - "enclosure": "https://images.bfmtv.com/AllAB8ECuyWRgAuvz-6QkaD2GMs=/0x0:2048x1152/800x0/images/Tani-Vili-Clermont-1188836.jpg", + "pubDate": "Sat, 18 Dec 2021 17:58:06 GMT", + "enclosure": "https://images.bfmtv.com/c7oR23ZA9dNTIOrmMNWCCVYDMMA=/0x0:2032x1143/800x0/images/La-Premier-League-face-au-Covid-19-1190272.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -38993,17 +40247,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2abf0344ce1cd8fc8a6ae35a82f2d2ee" + "hash": "9919f769999e95eba916bab941a9b994" }, { - "title": "NBA: les scènes de joie dans le vestiaire des Warriors après le record de Curry", - "description": "Les Warriors ont fêté le recordman Curry dans les vestiaires de Golden State, après le match qui a vu le meneur effacer des tablettes un certain Ray Allen, précédent détenteur du record de tirs à trois points sur une saison.

", - "content": "Les Warriors ont fêté le recordman Curry dans les vestiaires de Golden State, après le match qui a vu le meneur effacer des tablettes un certain Ray Allen, précédent détenteur du record de tirs à trois points sur une saison.

", + "title": "Coupe de France: Chemin Bas d’Avignon-Clermont brièvement interrompu en raison d'incidents", + "description": "Le 32e de finale de Coupe de France entre les amateurs du Chemin Bas d’Avignon et Clermont (0-4) a été momentanément interrompu en fin de deuxième période, à cause d’incidents dans les tribunes du stade des Costières, à Nîmes. Les Auvergnats se sont qualifiés pour les 16es de finale grâce à leur nette victoire 4-0.

", + "content": "Le 32e de finale de Coupe de France entre les amateurs du Chemin Bas d’Avignon et Clermont (0-4) a été momentanément interrompu en fin de deuxième période, à cause d’incidents dans les tribunes du stade des Costières, à Nîmes. Les Auvergnats se sont qualifiés pour les 16es de finale grâce à leur nette victoire 4-0.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-les-scenes-de-joie-dans-le-vestiaire-apres-le-record-de-curry_AV-202112150151.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-chemin-bas-d-avignon-clermont-brievement-interrompu-en-raison-d-incidents_AV-202112180247.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 08:36:09 GMT", - "enclosure": "https://images.bfmtv.com/IaEO1kWBXiZM8I0m_xj4MO8uMls=/0x0:1200x675/800x0/images/Stephen-Curry-1188809.jpg", + "pubDate": "Sat, 18 Dec 2021 17:24:21 GMT", + "enclosure": "https://images.bfmtv.com/fthMhqaJJiVUl80bu8Cx-T6HcR0=/0x106:2048x1258/800x0/images/Incidents-aux-Costieres-dans-le-match-entre-Chemin-Bas-et-Clermont-en-Coupe-de-France-1190998.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39014,17 +40268,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4bb5b0862de94eab2195e878c316474" + "hash": "9f31cfbc3554c84ce0717974fbaad026" }, { - "title": "Barça: Dani Alves, un retour convaincant salué par Xavi", - "description": "Le FC Barcelone a perdu aux tirs au but (1-1, 4-2 t.a.b.) face à Boca Juniors mardi à Riyad, dans un match amical en hommage à Diego Maradona marqué par le retour du Brésilien Dani Alves chez les Blaugrana.

", - "content": "Le FC Barcelone a perdu aux tirs au but (1-1, 4-2 t.a.b.) face à Boca Juniors mardi à Riyad, dans un match amical en hommage à Diego Maradona marqué par le retour du Brésilien Dani Alves chez les Blaugrana.

", + "title": "Lille: Ingla a présenté sa démission au club", + "description": "Marc Ingla a présenté sa démission au conseil d'administration du LOSC, selon le journal L'Equipe. L'ex-directeur général était resté pour boucler des dossiers sensibles.

", + "content": "Marc Ingla a présenté sa démission au conseil d'administration du LOSC, selon le journal L'Equipe. L'ex-directeur général était resté pour boucler des dossiers sensibles.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-dani-alves-un-retour-convaincant-salue-par-xavi_AV-202112150134.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-ingla-a-presente-sa-demission-au-club_AV-202112180242.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 07:58:18 GMT", - "enclosure": "https://images.bfmtv.com/YFqSvlH3l4d1aTX157ioRK8IkwA=/0x0:1200x675/800x0/images/Daniel-Alves-1188784.jpg", + "pubDate": "Sat, 18 Dec 2021 17:21:13 GMT", + "enclosure": "https://images.bfmtv.com/ioaEMkNdbXEcznwAh2VUZ3w8Bl0=/2x248:4738x2912/800x0/images/-876963.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39035,17 +40289,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eff3b303958e339fb2c4c35aa04ac9e2" + "hash": "3885f0c9afe3829ac8ad43a5edf17d31" }, { - "title": "CAN 2022: une réflexion autour de l’annulation de la compétition est engagée", - "description": "INFO RMC SPORT - L’incertitude plane autour de la tenue de la compétition, prévue au Cameroun du 9 janvier au 6 février 2022. La CAN pourrait bien être la prochaine grande compétition de foot à devoir prendre une décision drastique, alors que le continent africain est durement frappé par la pandémie.

", - "content": "INFO RMC SPORT - L’incertitude plane autour de la tenue de la compétition, prévue au Cameroun du 9 janvier au 6 février 2022. La CAN pourrait bien être la prochaine grande compétition de foot à devoir prendre une décision drastique, alors que le continent africain est durement frappé par la pandémie.

", + "title": "NBA: après sa mise à l'écart pour refus de vaccination, Irving va rejouer avec Brooklyn", + "description": "Kyrie Irving est totalement mis à l’écart chez les Brooklyn Nets depuis des mois, le meneur refusant de se faire vacciner contre le Covid-19. Mais le directeur général Sean Marks a annoncé le retour du joueur dans le groupe, au vu du manque d'éléments disponibles.

", + "content": "Kyrie Irving est totalement mis à l’écart chez les Brooklyn Nets depuis des mois, le meneur refusant de se faire vacciner contre le Covid-19. Mais le directeur général Sean Marks a annoncé le retour du joueur dans le groupe, au vu du manque d'éléments disponibles.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-une-reflexion-autour-de-l-annulation-de-la-competition-est-engagee_AV-202112150124.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-apres-sa-mise-a-l-ecart-pour-refus-de-vaccination-irving-va-rejouer-avec-brooklyn_AV-202112180235.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 07:43:46 GMT", - "enclosure": "https://images.bfmtv.com/nK9Y2yY501K0L32pjQFb32oQlSk=/0x36:2048x1188/800x0/images/Riyad-Mahrez-et-la-CAN-en-2019-999040.jpg", + "pubDate": "Sat, 18 Dec 2021 17:09:22 GMT", + "enclosure": "https://images.bfmtv.com/e3-B-5dhX7UahsylfkdgJCDhUN0=/0x39:768x471/800x0/images/L-incertitude-regne-autour-de-l-avenir-de-la-star-des-Brooklyn-Nets-Kyrie-Irving-ici-contre-le-Heat-de-Miami-a-New-York-le-23-janvier-2021-1149702.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39056,17 +40310,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33402d6967706880a15dc8ab394d6dd7" + "hash": "b9dea8ba3d475c88d518ae2efb4743b2" }, { - "title": "Premier League: Bielsa en danger après la déroute de Leeds face à City ?", - "description": "Corrigé par les hommes de Pep Guardiola mardi soir à l'Etihad (7-0), Leeds a sombré dans les grandes largeurs. En conférence de presse d'après-match, son entraîneur Marcelo Bielsa a tenté de trouver des explications à cette déroute, ajoutant \"assumer\" cette défaillance.

", - "content": "Corrigé par les hommes de Pep Guardiola mardi soir à l'Etihad (7-0), Leeds a sombré dans les grandes largeurs. En conférence de presse d'après-match, son entraîneur Marcelo Bielsa a tenté de trouver des explications à cette déroute, ajoutant \"assumer\" cette défaillance.

", + "title": "Cravate, BMW, maison familiale: des biens de Maradona vendus aux enchères en Argentine", + "description": "De nombreux biens qui ont appartenu à Diego Maradona vont être mis en vente aux enchères dimanche à Buenos Aires. Objectif pour la famille de l'idole, éponger une partie de ses dettes.

", + "content": "De nombreux biens qui ont appartenu à Diego Maradona vont être mis en vente aux enchères dimanche à Buenos Aires. Objectif pour la famille de l'idole, éponger une partie de ses dettes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league-bielsa-en-danger-apres-la-deroute-de-leeds-face-a-city_AV-202112150117.html", + "link": "https://rmcsport.bfmtv.com/football/cravate-bmw-maison-familiale-des-biens-de-maradona-vendus-aux-encheres-en-argentine_AD-202112180231.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 07:35:33 GMT", - "enclosure": "https://images.bfmtv.com/stKFOnmWj014oDMVh15ZTJXE14s=/0x21:2032x1164/800x0/images/Marcelo-Bielsa-lors-de-la-deroute-de-Leeds-contre-Manchester-City-le-14-decembre-2021-1188743.jpg", + "pubDate": "Sat, 18 Dec 2021 16:48:36 GMT", + "enclosure": "https://images.bfmtv.com/6M4xuFWmqqMmPIOKrc6M3RAw4WA=/0x240:512x528/800x0/images/Diego-Maradona-brandit-la-Coupe-du-monde-de-football-apres-la-victoire-en-finale-de-l-Argentine-sur-l-Allemagne-de-l-Ouest-au-stade-Azteca-le-29-juin-1986-a-Mexico-1139523.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39077,17 +40331,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cd57adb83f8845a6d6e62e501012de4" + "hash": "f61aadaff3ecf6f39e61868efbce82c2" }, { - "title": "Liga: Benzema reçoit le trophée AS du meilleur joueur de l'année", - "description": "Formidable buteur et véritable patron du Real Madrid, à bientôt 34 ans, Karim Benzema s’est vu décerner mardi en Espagne le trophée de meilleur footballeur de l’année, décerné par le quotidien madrilène AS.

", - "content": "Formidable buteur et véritable patron du Real Madrid, à bientôt 34 ans, Karim Benzema s’est vu décerner mardi en Espagne le trophée de meilleur footballeur de l’année, décerné par le quotidien madrilène AS.

", + "title": "Bayern-Wolfsburg: la raison improbable du remplacement de Pavard", + "description": "A la fin du match de la 17e journée de Bundesliga entre le Bayern Munich et Wolfsburg (4-0), Benjamin Pavard a été remplacé par Malik Tillman parce qu’il s’est rendu… aux toilettes.

", + "content": "A la fin du match de la 17e journée de Bundesliga entre le Bayern Munich et Wolfsburg (4-0), Benjamin Pavard a été remplacé par Malik Tillman parce qu’il s’est rendu… aux toilettes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-benzema-recoit-le-trophee-as-du-meilleur-joueur-de-l-annee_AV-202112150091.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-wolfsburg-la-raison-improbable-du-remplacement-de-pavard_AV-202112180224.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 07:00:40 GMT", - "enclosure": "https://images.bfmtv.com/4D3fsxKj0IXgEOUvp3niu5ePKRg=/0x106:2048x1258/800x0/images/Karim-Benzema-1179583.jpg", + "pubDate": "Sat, 18 Dec 2021 16:28:18 GMT", + "enclosure": "https://images.bfmtv.com/iCsIfiN5aos8mMqIIz1AwSh0VGU=/0x0:2048x1152/800x0/images/Benjamin-Pavard-1190969.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39098,17 +40352,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b5fc51bec6d3f0f0a580f177948e26d" + "hash": "436d0baa8699077c4e4cbe5ae7a651c4" }, { - "title": "Bayern: Lewandowski égale un record vieux de 49 ans en Bundesliga", - "description": "Auteur d'un doublé mardi soir lors de la victoire du Bayern Munich à Stuttgart (0-5), Robert Lewandowski a inscrit son 42e but de l'année 2021 en Bundesliga. Il égale ainsi le record détenu depuis 1972 par Gerd Muller.

", - "content": "Auteur d'un doublé mardi soir lors de la victoire du Bayern Munich à Stuttgart (0-5), Robert Lewandowski a inscrit son 42e but de l'année 2021 en Bundesliga. Il égale ainsi le record détenu depuis 1972 par Gerd Muller.

", + "title": "Cannet-Rocheville: l'excitation monte avant de jouer l'OM en Coupe de France", + "description": "Le Cannet-Rocheville (N3) s’apprête à vivre un rêve éveillé ce dimanche sur la pelouse du Stade Vélodrome. Si affronter un club professionnel en Coupe de France est toujours un moment spécial pour les clubs amateurs, l’excitation sera un degré plus élevé pour ces joueurs azuréens, la plupart étant supporters de l’OM.  

", + "content": "Le Cannet-Rocheville (N3) s’apprête à vivre un rêve éveillé ce dimanche sur la pelouse du Stade Vélodrome. Si affronter un club professionnel en Coupe de France est toujours un moment spécial pour les clubs amateurs, l’excitation sera un degré plus élevé pour ces joueurs azuréens, la plupart étant supporters de l’OM.  

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bayern-lewandowski-egale-un-record-vieux-de-49-ans-en-bundesliga_AV-202112150074.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/cannet-rocheville-l-excitation-monte-avant-de-jouer-l-om-en-coupe-de-france_AV-202112180217.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 06:36:36 GMT", - "enclosure": "https://images.bfmtv.com/FKKtGc1FSApaFaXq1THqntEjlPQ=/0x39:768x471/800x0/images/L-attaquant-polonais-du-Bayern-Robert-Lewandowski-buteur-contre-Benfica-en-Ligue-des-champions-le-2-novembre-2021-a-Munich-1160635.jpg", + "pubDate": "Sat, 18 Dec 2021 15:53:29 GMT", + "enclosure": "https://images.bfmtv.com/gISSXyiDd48JVHIljjhzUBEEFS4=/0x106:2048x1258/800x0/images/Luan-Peres-Arek-Milik-et-Dimitri-Payet-avec-l-OM-1181561.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39119,17 +40373,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55aaec98944de3eefb7485d657e69d54" + "hash": "15e6e9540a0b14ac47509b1f44d1c0ae" }, { - "title": "OL: \"L'objectif n'est pas de terminer 13e\", le coup de pression d'Aulas à Bosz", - "description": "Dans un entretien accordé à l'Equipe ce mercredi, le président de l'OL Jean-Michel Aulas en a profité pour préciser les ambitions de son club. Une manière de rappeler son entraîneur, Peter Bosz, à ses obligations.

", - "content": "Dans un entretien accordé à l'Equipe ce mercredi, le président de l'OL Jean-Michel Aulas en a profité pour préciser les ambitions de son club. Une manière de rappeler son entraîneur, Peter Bosz, à ses obligations.

", + "title": "Coupe de France, Troyes-Nancy: Rami chambre les supporters puis se fait éliminer après un match fou", + "description": "Battu aux tirs au but par Nancy samedi au stade de l’Aube (1-1, 4-2 tab), Troyes est la première équipe de Ligue 1 à être éliminée des 32e de finale de la Coupe de France. Dommage pour Adil Rami qui avait chambré les supporters de l’ASNL après avoir transformé son penalty.

", + "content": "Battu aux tirs au but par Nancy samedi au stade de l’Aube (1-1, 4-2 tab), Troyes est la première équipe de Ligue 1 à être éliminée des 32e de finale de la Coupe de France. Dommage pour Adil Rami qui avait chambré les supporters de l’ASNL après avoir transformé son penalty.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ol-l-objectif-n-est-pas-de-terminer-13e-le-coup-de-pression-d-aulas-a-bosz_AV-202112150049.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-troyes-nancy-rami-chambre-les-supporters-puis-se-fait-eliminer-apres-un-match-fou_AV-202112180214.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 05:54:48 GMT", - "enclosure": "https://images.bfmtv.com/fPj92zQFuvziuy_bGxUXj_VNqgQ=/0x30:2048x1182/800x0/images/Jean-Michel-AULAS-1161065.jpg", + "pubDate": "Sat, 18 Dec 2021 15:32:00 GMT", + "enclosure": "https://images.bfmtv.com/eq6BVunZKo51YptdXf_iGmQaatI=/6x257:2038x1400/800x0/images/Troyes-Nancy-Rami-en-duel-avec-Jung-1190959.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39140,17 +40394,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b33f644dbabb1c9e856b7885caf92672" + "hash": "7517c56dde58fc315852081f1185c55b" }, { - "title": "NBA: Stephen Curry devient le meilleur shooteur à trois points de l'histoire", - "description": "Dans la nuit de mardi à mercredi, le meneur des Golden State Warriors est un peu plus rentré dans l'histoire de la NBA en devenant le recordman du nombre de paniers à trois points face aux Knicks de New York.

", - "content": "Dans la nuit de mardi à mercredi, le meneur des Golden State Warriors est un peu plus rentré dans l'histoire de la NBA en devenant le recordman du nombre de paniers à trois points face aux Knicks de New York.

", + "title": "Mondial de hand: la capitaine des Bleues Coralie Lassource donne les clés de la finale", + "description": "La capitaine de l’équipe de France Coralie Lassource était invitée samedi sur l’antenne de RMC pour se projeter sur la finale du Mondial de handball féminin face à la Norvège, dimanche (17h30) à Granollers (Espagne).

", + "content": "La capitaine de l’équipe de France Coralie Lassource était invitée samedi sur l’antenne de RMC pour se projeter sur la finale du Mondial de handball féminin face à la Norvège, dimanche (17h30) à Granollers (Espagne).

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba-stephen-curry-devient-le-meilleur-shooteur-a-trois-points-de-l-histoire_AV-202112150039.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-la-capitaine-des-bleues-coralie-lassource-donne-les-cles-de-la-finale_AV-202112180209.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 05:26:42 GMT", - "enclosure": "https://images.bfmtv.com/4NI3XNXIGjt5IhNKUYwuXZmnaqk=/0x125:2048x1277/800x0/images/Stephen-Curry-est-devenu-le-meilleur-shooteur-a-trois-points-de-l-histoire-de-la-NBA-dans-la-nuit-du-14-au-15-decembre-2021-1188673.jpg", + "pubDate": "Sat, 18 Dec 2021 14:54:00 GMT", + "enclosure": "https://images.bfmtv.com/Op8saeW6fSLKnwqty3gI-atk0kw=/0x61:2048x1213/800x0/images/Coralie-Lassource-1190945.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39161,17 +40415,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "759f5766ec4088323a48cfd3434b16c6" + "hash": "52895d6c9345e59ad0931b50fd241bc6" }, { - "title": "Milan: Zlatan a rencontré le Pape (et s'est évidemment vanté)", - "description": "Zlatan Ibrahimovic a rencontré le Pape François ce mardi au Vatican. Les deux hommes ont échangé des cadeaux, dont un glissé avec humour par le joueur de l'AC Milan.

", - "content": "Zlatan Ibrahimovic a rencontré le Pape François ce mardi au Vatican. Les deux hommes ont échangé des cadeaux, dont un glissé avec humour par le joueur de l'AC Milan.

", + "title": "Biathlon (Grand-Bornand): en feu sur la poursuite, Fillon Maillet prend la tête de la Coupe du monde", + "description": "Quentin Fillon Maillet a remporté ce samedi la poursuite au Grand-Bornand après un sublime numéro sur les skis et derrière la carabine (20/20). Coup double pour le Français, qui endosse le dossart jaune de leader.

", + "content": "Quentin Fillon Maillet a remporté ce samedi la poursuite au Grand-Bornand après un sublime numéro sur les skis et derrière la carabine (20/20). Coup double pour le Français, qui endosse le dossart jaune de leader.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/milan-zlatan-a-rencontre-le-pape-et-s-est-evidemment-vante_AV-202112140521.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-grand-bornand-fillon-maillet-signe-un-festival-sur-la-poursuite_AN-202112180201.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 23:32:11 GMT", - "enclosure": "https://images.bfmtv.com/_6Orvot2C92mGTtqcVMPE7g_j-I=/0x27:672x405/800x0/images/Zlatan-Ibrahimovich-avec-le-pape-1188634.jpg", + "pubDate": "Sat, 18 Dec 2021 14:33:06 GMT", + "enclosure": "https://images.bfmtv.com/7JQ59eOX4odQC8_1efqP0XNTNQk=/0x26:768x458/800x0/images/La-joie-du-Francais-Quentin-Fillon-Maillet-vainqueur-de-la-poursuite-12-5-km-d-Hochfilzen-Autriche-comptant-pour-la-Coupe-du-monde-de-biathlon-le-11-decembre-2021-1186392.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39182,17 +40436,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47103a978e69b6211fd71d22ca8fd104" + "hash": "b0f11c19d0473dcd13d03b9c127aeb7a" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 15 décembre – Premier League - Angleterre", - "description": "Notre pronostic: Arsenal bat West Ham (2.10)

", - "content": "Notre pronostic: Arsenal bat West Ham (2.10)

", + "title": "Bayern: Lewandowski dépasse Gerd Müller et égale Ronaldo", + "description": "En marquant le dernier but du Bayern Munich face à Wolsburg ce vendredi (4-0), Robert Lewandowski est un peu plus entré dans l’histoire de la Bundesliga. L’attaquant polonais compte 43 buts en championnat en 2021, record annuel de Gerd Müller battu, et 69 toutes compétitions confondues, comme Cristiano Ronaldo en 2013.

", + "content": "En marquant le dernier but du Bayern Munich face à Wolsburg ce vendredi (4-0), Robert Lewandowski est un peu plus entré dans l’histoire de la Bundesliga. L’attaquant polonais compte 43 buts en championnat en 2021, record annuel de Gerd Müller battu, et 69 toutes compétitions confondues, comme Cristiano Ronaldo en 2013.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-15-decembre-premier-league-angleterre_AN-202112140014.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-lewandowski-depasse-gerd-muller-et-egale-ronaldo_AV-202112180028.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/vBeGwalABRDkHMCiRxqVPMQZR_k=/0x103:2000x1228/800x0/images/Alexandre-Lacazette-Arsenal-1187826.jpg", + "pubDate": "Sat, 18 Dec 2021 06:27:45 GMT", + "enclosure": "https://images.bfmtv.com/AS1O-7KU7KxvBsK-UDzfFoYboEU=/0x96:2048x1248/800x0/images/1190713.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39203,17 +40457,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96d05b0f3eece8c5a2516b8b2c5c362c" + "hash": "f8383f41faaa346f01fb141da8405033" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 15 décembre – Premier League - Angleterre", - "description": "Notre pronostic: pas de vainqueur entre Brighton et Wolverhampton (3.10)

", - "content": "Notre pronostic: pas de vainqueur entre Brighton et Wolverhampton (3.10)

", + "title": "Coupe de France: Chemin Bas d’Avignon en effervescence avant son match contre Clermont", + "description": "32e de finale de Coupe de France ce week-end avec l’entrée en lice des clubs de Ligue 1 et l’aventure qui continue pour les amateurs. Ils sont trois petits poucets, évoluant en régionale 2, encore en lice: Panazol, Montauban et Chemin bas d’Avignon, quartier est de Nîmes. Le club qui n’avait jamais dépassé le 5e tour dans son histoire, s’apprête ce samedi à recevoir Clermont aux Costières.

", + "content": "32e de finale de Coupe de France ce week-end avec l’entrée en lice des clubs de Ligue 1 et l’aventure qui continue pour les amateurs. Ils sont trois petits poucets, évoluant en régionale 2, encore en lice: Panazol, Montauban et Chemin bas d’Avignon, quartier est de Nîmes. Le club qui n’avait jamais dépassé le 5e tour dans son histoire, s’apprête ce samedi à recevoir Clermont aux Costières.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-15-decembre-premier-league-angleterre_AN-202112140013.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-chemin-bas-d-avignon-en-effervescence-avant-son-match-contre-clermont_AV-202112180022.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/HuCH_nZIlm7TkcbMHAOu6OODgd0=/0x163:2000x1288/800x0/images/Neal-Maupay-Brighton-1187817.jpg", + "pubDate": "Sat, 18 Dec 2021 06:00:00 GMT", + "enclosure": "https://images.bfmtv.com/VFzpxMKJEeVYvhWmPu56ZT_ISvM=/0x24:1200x699/800x0/images/-955606.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39224,17 +40478,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13cebc14e2b85864aab84878a4960ffd" + "hash": "81ded1910eec22d2ef423a575e4dda2b" }, { - "title": "Barça: Guardiola va faire le voyage en Espagne pour la probable retraite d'Agüero", - "description": "Pep Guardiola et Txiki Begiristain, entraîneur et directeur technique de Manchester City, seront présents pour la conférence de presse de Sergio Agüero mercredi, au cours de laquelle l'Argentin devrait annoncer sa retraite.

", - "content": "Pep Guardiola et Txiki Begiristain, entraîneur et directeur technique de Manchester City, seront présents pour la conférence de presse de Sergio Agüero mercredi, au cours de laquelle l'Argentin devrait annoncer sa retraite.

", + "title": "Incidents Paris FC-OL: une liste de débordements de plus en plus longue sur la saison", + "description": "Les incidents entre le Paris FC et l'OL ce vendredi en Coupe de France et l'arrêt définitif du match viennent s'ajouter à une liste très longue de débordements intervenus dans les stades français depuis le début de la saison.

", + "content": "Les incidents entre le Paris FC et l'OL ce vendredi en Coupe de France et l'arrêt définitif du match viennent s'ajouter à une liste très longue de débordements intervenus dans les stades français depuis le début de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-guardiola-va-faire-le-voyage-en-espagne-pour-la-probable-retraite-d-aguero_AV-202112140515.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-une-liste-de-debordements-de-plus-en-plus-longue-sur-la-saison_AD-202112180019.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 23:02:15 GMT", - "enclosure": "https://images.bfmtv.com/5Zflh6hMxepqjhtViunkcb8CsdM=/0x21:1200x696/800x0/images/-855132.jpg", + "pubDate": "Sat, 18 Dec 2021 00:21:15 GMT", + "enclosure": "https://images.bfmtv.com/lwx7HNgCG8y6Iq_OABrNmDK5850=/0x90:2048x1242/800x0/images/Gros-incidents-entre-supporters-a-Charlety-lors-du-match-Paris-FC-OL-1190697.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39245,17 +40499,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "340006c7f30ae2170f22931cccca4b4b" + "hash": "3c50f27864b4185a07f3a32bbaaa5720" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 15 décembre – Jupiler Pro League – Belgique", - "description": "Notre pronostic: l’Union Saint-Gilloise s’impose à Zulte (1.38)

", - "content": "Notre pronostic: l’Union Saint-Gilloise s’impose à Zulte (1.38)

", - "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-15-decembre-jupiler-pro-league-belgique_AN-202112140012.html", + "title": "Incidents Paris FC-OL: première application de la nouvelle directive sur les violences dans les stades", + "description": "Le match entre le Paris FC et l'OL ce vendredi, dans le cadre des 32es de finale de Coupe de France, a été définitivement arrêté après de violents incidents entre supporters dans les tribunes. Une décision finale qui s'affiche comme une première application de la nouvelle directive interministérielle actée la veille.

", + "content": "Le match entre le Paris FC et l'OL ce vendredi, dans le cadre des 32es de finale de Coupe de France, a été définitivement arrêté après de violents incidents entre supporters dans les tribunes. Une décision finale qui s'affiche comme une première application de la nouvelle directive interministérielle actée la veille.

", + "category": "", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-premiere-application-de-la-nouvelle-directive-sur-les-violences-dans-les-stades_AV-202112180017.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/GgGWesmeDBA3fkmljGy8mJdpcxI=/0x104:2000x1229/800x0/images/Deniz-Undav-Union-Saint-Gilloise-1187815.jpg", + "pubDate": "Sat, 18 Dec 2021 00:05:42 GMT", + "enclosure": "https://images.bfmtv.com/dIbHX7NXJrkHelh6Nv76Bm0LCCI=/0x166:2048x1318/800x0/images/Les-incidents-entre-supporters-a-Charlety-lors-du-match-Paris-FC-OL-1190694.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39266,17 +40520,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2670d1d1a12c823ab225f46a7e5e2c57" + "hash": "034613ddbd8af02455a34a5c34b95aff" }, { - "title": "Premier League: Manchester City pulvérise Leeds, les sept buts de la raclée", - "description": "Manchester City a conforté son statut de leader de Premier League ce mardi, en corrigeant à domicile Leeds (7-0). Jamais Marcelo Bielsa n'avait encaissé autant de buts dans un même match en championnat. Avec cette nouvelle démonstration collective, Pep Guardiola s'est offert lui un nouveau record dans le championnat anglais, en étant le manager à dépasser le plus rapidement la barre des 500 réalisations.

", - "content": "Manchester City a conforté son statut de leader de Premier League ce mardi, en corrigeant à domicile Leeds (7-0). Jamais Marcelo Bielsa n'avait encaissé autant de buts dans un même match en championnat. Avec cette nouvelle démonstration collective, Pep Guardiola s'est offert lui un nouveau record dans le championnat anglais, en étant le manager à dépasser le plus rapidement la barre des 500 réalisations.

", + "title": "Incidents Paris FC-OL: les deux versions des présidents Ferracci et Aulas qui s'affrontent", + "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL n'a pu aller à son terme ce vendredi, définitivement arrêté en raison des incidents entre supporters à la pause. Le président du PFC Pierre Ferracci et celui de Lyon Jean-Michel Aulas ont deux versions qui diffèrent.

", + "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL n'a pu aller à son terme ce vendredi, définitivement arrêté en raison des incidents entre supporters à la pause. Le président du PFC Pierre Ferracci et celui de Lyon Jean-Michel Aulas ont deux versions qui diffèrent.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-city-ecrase-leeds-les-sept-buts-de-la-raclee_AV-202112140503.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-les-deux-versions-des-presidents-ferracci-et-aulas-qui-s-affrontent_AV-202112170520.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 22:00:24 GMT", - "enclosure": "https://images.bfmtv.com/LpjDf_XHFeaKaso8-tDIWUDOft0=/0x162:2048x1314/800x0/images/De-Bruyne-1188616.jpg", + "pubDate": "Fri, 17 Dec 2021 23:27:57 GMT", + "enclosure": "https://images.bfmtv.com/5RARJ2SLOFbgJHaexgRv9araBcs=/5x0:581x324/800x0/images/Pierre-Ferracci-et-Jean-Michel-Aulas-devant-la-presse-1190690.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39287,17 +40541,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9613230bf2cca5055a55627ed5b66896" + "hash": "240c29bd3dd8e139b877fc4fee57f23b" }, { - "title": "Real Madrid: Benzema n'a pas peur du PSG", - "description": "Karim Benzema a reçu ce mardi soir son trophée de meilleur joueur de football par le journal madrilène AS. Le buteur du Real Madrid en a profité pour faire passer un message au PSG avant leur rencontre en Ligue des champions.

", - "content": "Karim Benzema a reçu ce mardi soir son trophée de meilleur joueur de football par le journal madrilène AS. Le buteur du Real Madrid en a profité pour faire passer un message au PSG avant leur rencontre en Ligue des champions.

", + "title": "Challenge européen: Toulon gagne sans briller contre Zebre, première discrète pour Kolbe", + "description": "Toulon a fait le travail sans réellement convaincre en battant Zebre ce vendredi, en Challenge européen (28-14). Pour sa première toulonaise, Cheslin Kolbe n'a pas vraiment brillé.

", + "content": "Toulon a fait le travail sans réellement convaincre en battant Zebre ce vendredi, en Challenge européen (28-14). Pour sa première toulonaise, Cheslin Kolbe n'a pas vraiment brillé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-benzema-n-a-pas-peur-du-psg_AV-202112140495.html", + "link": "https://rmcsport.bfmtv.com/rugby/challenge-europeen/challenge-europeen-toulon-gagne-sans-briller-contre-zebre-premiere-discrete-pour-kolbe_AD-202112170525.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 21:27:46 GMT", - "enclosure": "https://images.bfmtv.com/4D3fsxKj0IXgEOUvp3niu5ePKRg=/0x106:2048x1258/800x0/images/Karim-Benzema-1179583.jpg", + "pubDate": "Fri, 17 Dec 2021 23:24:00 GMT", + "enclosure": "https://images.bfmtv.com/C0WidKZZEzTKCCfC6ZwTpKiwRs8=/0x77:2048x1229/800x0/images/Cheslin-Kolbe-avec-Toulon-en-Challenge-europeen-1190699.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39308,17 +40562,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "21c8ca6f2370dc5521951f1cefd03d31" + "hash": "bc52122b6f8847e4a8de80c476a8a1d1" }, { - "title": "Saint-Etienne: Dupraz, un pompier de service aguerri", - "description": "Saint-Etienne a nommé ce mardi Pascal Dupraz à la tête de son équipe première, en remplacement de Claude Puel. Le nouveau technicien a signé un contrat jusqu'à la fin de la saison, où il aura pour mission de maintenir le club en Ligue 1. Remercié par Caen en mars dernier après une année décevante en Ligue 2, Dupraz retrouve donc son costume de pompier de service. Qui lui a souvent réussi.

", - "content": "Saint-Etienne a nommé ce mardi Pascal Dupraz à la tête de son équipe première, en remplacement de Claude Puel. Le nouveau technicien a signé un contrat jusqu'à la fin de la saison, où il aura pour mission de maintenir le club en Ligue 1. Remercié par Caen en mars dernier après une année décevante en Ligue 2, Dupraz retrouve donc son costume de pompier de service. Qui lui a souvent réussi.

", + "title": "Incidents Paris FC-OL: Aulas veut des \"responsabilités partagées\" et annonce porter plainte", + "description": "Jean-Michel Aulas a défendu la position de l’OL après les incidents ayant entraîné l’arrêt de son match de Coupe de France contre le Paris FC ce vendredi à Charléty. Le président lyonnais a annoncé vouloir porter plainte après ces débordements et défend sa thèse d’une responsabilité partagée avec le PFC.

", + "content": "Jean-Michel Aulas a défendu la position de l’OL après les incidents ayant entraîné l’arrêt de son match de Coupe de France contre le Paris FC ce vendredi à Charléty. Le président lyonnais a annoncé vouloir porter plainte après ces débordements et défend sa thèse d’une responsabilité partagée avec le PFC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-dupraz-un-pompier-de-service-aguerri_AV-202112140485.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-aulas-denonce-un-souci-de-societe-et-veut-des-responsabilites-partagees_AV-202112170517.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 21:05:06 GMT", - "enclosure": "https://images.bfmtv.com/YvrTtnDk4UxY2GhqUDMuQt-1uoo=/0x0:768x432/800x0/images/L-entraineur-de-Caen-Pascal-Dupraz-avant-le-match-de-Ligue-1-contre-Montpellier-le-19-janvier-2020-au-Stade-de-La-Mosson-1188591.jpg", + "pubDate": "Fri, 17 Dec 2021 23:05:26 GMT", + "enclosure": "https://images.bfmtv.com/uCFLd8WXyxaXb37X7NTX1OWPqKU=/0x106:2048x1258/800x0/images/Jean-Michel-Aulas-lors-de-Paris-FC-OL-en-Coupe-de-France-1190685.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39329,17 +40583,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed0780a9e8c098c891b9b54e2a156e4c" + "hash": "12da9cb1fbd4738a2949bcdc14146874" }, { - "title": "Montpellier: Dall'Oglio décrit le phénomène Savanier, qui \"voit des choses que tout le monde ne peut pas voir\"", - "description": "Invité de l'After Foot ce mardi soir sur RMC, l'entraîneur de Montpellier Olivier Dall'Oglio s'est montré très élogieux envers Teji Savanier, auteur d'un super début de saison. Et il espère le voir rester.

", - "content": "Invité de l'After Foot ce mardi soir sur RMC, l'entraîneur de Montpellier Olivier Dall'Oglio s'est montré très élogieux envers Teji Savanier, auteur d'un super début de saison. Et il espère le voir rester.

", + "title": "PRONOS PARIS RMC Les paris du 18 décembre sur Rennes - Lorient - Coupe de France", + "description": "Notre pronostic: Rennes bat Lorient par au moins deux buts d'écart (2.25)

", + "content": "Notre pronostic: Rennes bat Lorient par au moins deux buts d'écart (2.25)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/montpellier-dall-oglio-decrit-le-phenomene-savanier-qui-voit-des-choses-que-tout-le-monde-ne-peut-pas-voir_AV-202112140480.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-18-decembre-sur-rennes-lorient-coupe-de-france_AN-202112170339.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 20:48:49 GMT", - "enclosure": "https://images.bfmtv.com/kcJ4FnaS5KYk7A-8-Hlo_QMvHGg=/0x65:2048x1217/800x0/images/Teji-SAVANIER-1088447.jpg", + "pubDate": "Fri, 17 Dec 2021 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/7lHAyDSHg0XWsokN2xF4O1AOxE8=/7x107:1991x1223/800x0/images/Gaetan-Laborde-Rennes-1190436.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39350,17 +40604,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6413241620022e3f5a6a4f17b342ab7c" + "hash": "ce719207334d02caf3fbab705e90c970" }, { - "title": "Coupe Maradona: le Barça s'incline pour la première de Dani Alves", - "description": "Avec une équipe largement remaniée, dans laquelle figurait le Brésilien Dani Alves, le FC Barcelone a perdu ce mardi la première édition de la Coupe Maradona, un match amical organisé en l'honneur de l'ancien footballeur, décédé en novembre 2020. Boca Juniors s'est imposé face au club catalan à l'issue d'une séance de tirs au but (1-1, 4-2 tab).

", - "content": "Avec une équipe largement remaniée, dans laquelle figurait le Brésilien Dani Alves, le FC Barcelone a perdu ce mardi la première édition de la Coupe Maradona, un match amical organisé en l'honneur de l'ancien footballeur, décédé en novembre 2020. Boca Juniors s'est imposé face au club catalan à l'issue d'une séance de tirs au but (1-1, 4-2 tab).

", + "title": "PRONOS PARIS RMC Le nul du jour du 18 décembre – Coupe de France", + "description": "Notre pronostic: Sochaux bat Nantes (2.85)

", + "content": "Notre pronostic: Sochaux bat Nantes (2.85)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-maradona-le-barca-s-incline-pour-la-premiere-de-dani-alves_AV-202112140471.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-18-decembre-coupe-de-france_AN-202112170338.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:58:21 GMT", - "enclosure": "https://images.bfmtv.com/0X1S1yU8xtOqSryyLxdB3iRrQuI=/0x11:2048x1163/800x0/images/Dani-Alves-lors-de-Barca-Boca-Juniors-1188580.jpg", + "pubDate": "Fri, 17 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/dblBO_N8iIJZVIDfc4_Q1kLlYsM=/0x104:2000x1229/800x0/images/Gaetan-Weissbeck-Sochaux-1190430.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39371,17 +40625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "723592ea13985f0168d6fbd7fbade8e1" + "hash": "fd66ffb7bca695093849f2d22ab7d75e" }, { - "title": "Saint-Etienne: Pascal Dupraz débarque sur le banc des Verts", - "description": "Après l'officialisation du départ de Claude Puel, Saint-Etienne a annoncé ce mardi la nomination de Pascal Dupraz au poste d'entraîneur. L'ancien coach de Toulouse, qui va devoir se battre pour le maintien, s'est engagé jusqu'en juin 2022.

", - "content": "Après l'officialisation du départ de Claude Puel, Saint-Etienne a annoncé ce mardi la nomination de Pascal Dupraz au poste d'entraîneur. L'ancien coach de Toulouse, qui va devoir se battre pour le maintien, s'est engagé jusqu'en juin 2022.

", + "title": "PRONOS PARIS RMC Le pari de folie du 18 décembre – Coupe de France", + "description": "Notre pronostic: match nul entre Lille et Auxerre (5.10)

", + "content": "Notre pronostic: match nul entre Lille et Auxerre (5.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-pascal-dupraz-debarque-sur-le-banc-des-verts_AV-202112140469.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-18-decembre-coupe-de-france_AN-202112170334.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:54:29 GMT", - "enclosure": "https://images.bfmtv.com/jGMuGimiFkQh3GwGDZGBnKqZx30=/0x198:1920x1278/800x0/images/Pascal-Dupraz-1188574.jpg", + "pubDate": "Fri, 17 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/kq9JIuAAxjb4MSbVJXPTOFgJDJ4=/0x104:1984x1220/800x0/images/Gaetan-Charbonnier-Auxerre-1190425.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39392,17 +40646,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "086781ea94d34da56b0fe0657b13a8dc" + "hash": "6b0b73c5ed1b7a0a8f98e8171e6c0b03" }, { - "title": "Bundesliga: le Bayern se balade mais perd Coman", - "description": "Le Bayern Munich s'est imposé 5-0 sur la pelouse de Stuttgart ce mardi en Bundesliga, grâce à un triplé de Serge Gnabry et un doublé de Robert Lewandowski. Mais Kingsley Coman a quitté le terrain à la 27e minute, blessé à une cuisse.

", - "content": "Le Bayern Munich s'est imposé 5-0 sur la pelouse de Stuttgart ce mardi en Bundesliga, grâce à un triplé de Serge Gnabry et un doublé de Robert Lewandowski. Mais Kingsley Coman a quitté le terrain à la 27e minute, blessé à une cuisse.

", + "title": "PRONOS PARIS RMC Le pari extérieur du 18 décembre – Série A - Italie", + "description": "Notre pronostic: la Juventus s'impose à Bologne (1.80)

", + "content": "Notre pronostic: la Juventus s'impose à Bologne (1.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-le-bayern-se-balade-mais-perd-coman_AV-202112140460.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-18-decembre-serie-a-italie_AN-202112170331.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:30:19 GMT", - "enclosure": "https://images.bfmtv.com/gFbHIyDLiFfIX8OgjFG80jZ4qog=/0x93:2048x1245/800x0/images/Serge-Gnabry-1188565.jpg", + "pubDate": "Fri, 17 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/6yyB-51kjo_wdA-Hq_nPAXVtOrQ=/0x104:1984x1220/800x0/images/Paulo-Dybala-Juventus-1190424.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39413,17 +40667,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cec756256b67df0a5ee567808015272" + "hash": "993d06bd5381c02672d16e07f23906c1" }, { - "title": "JO d'hiver 2022: Fourcade craint des Jeux \"étranges à vivre\" pour les athlètes de neige", - "description": "Présent aux Etoiles du sport à Tignes ce mardi, Martin Fourcade est revenu sur le boycott diplomatique prononcé par plusieurs pays pour les Jeux olympiques d'hiver de Pékin 2022. S'il estime que ces JO risquent d'être \"étranges à vivre\" en raison du contexte actuel, l'ancien biathlète ne souhaite pas que les sportifs portent \"toutes les responsabilités\".

", - "content": "Présent aux Etoiles du sport à Tignes ce mardi, Martin Fourcade est revenu sur le boycott diplomatique prononcé par plusieurs pays pour les Jeux olympiques d'hiver de Pékin 2022. S'il estime que ces JO risquent d'être \"étranges à vivre\" en raison du contexte actuel, l'ancien biathlète ne souhaite pas que les sportifs portent \"toutes les responsabilités\".

", + "title": "PRONOS PARIS RMC Le pari sûr du 19 novembre – Eredivisie - Pays-Bas", + "description": "Notre pronostic: AZ Alkmaar bat Willem II (1.30)

", + "content": "Notre pronostic: AZ Alkmaar bat Willem II (1.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-d-hiver-2022-fourcade-craint-des-jeux-etranges-a-vivre-pour-les-athletes-de-neige_AV-202112140454.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-19-novembre-eredivisie-pays-bas_AN-202112170327.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:15:02 GMT", - "enclosure": "https://images.bfmtv.com/7lnn1h-RFORjcyrr3SYAq0xSINY=/0x106:2048x1258/800x0/images/Martin-Fourcade-1188542.jpg", + "pubDate": "Fri, 17 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/O_xCR6iG-7R4VzkorX0fMpINvxM=/0x104:2000x1229/800x0/images/Dani-de-Wit-AZ-Alkmaar-1190423.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39434,17 +40688,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "65204a67413074ce34ba9136b2c7b9e7" + "hash": "0fa0a3f2138c1880164ccd916d16d99f" }, { - "title": "Le ras-le-bol de Jean-Luc Roy sur la spectacularisation de la F1", - "description": "Le titre de Max Verstappen, acquis dimanche dernier lors du dernier tour du Grand Prix d'Abu Dhabi, au détriment de Lewis Hamilton, continue d'alimenter la polémique. Pour Jean-Luc Roy, consultant pour RMC Sport, les décisions prises par le directeur de course Michael Masi vont dans le sens de la spectacularisation à outrance de la Formule 1.

", - "content": "Le titre de Max Verstappen, acquis dimanche dernier lors du dernier tour du Grand Prix d'Abu Dhabi, au détriment de Lewis Hamilton, continue d'alimenter la polémique. Pour Jean-Luc Roy, consultant pour RMC Sport, les décisions prises par le directeur de course Michael Masi vont dans le sens de la spectacularisation à outrance de la Formule 1.

", + "title": "Incidents Paris FC-OL: la colère de Ferracci, qui attaque très fermement Aulas", + "description": "Président du Paris FC, Pierre Ferracci a réagi devant la presse puis sur RMC aux graves incidents entre supporters qui ont causé l'arrêt définitif du match contre l'OL, ce vendredi en 32e de finale de Coupe de France.

", + "content": "Président du Paris FC, Pierre Ferracci a réagi devant la presse puis sur RMC aux graves incidents entre supporters qui ont causé l'arrêt définitif du match contre l'OL, ce vendredi en 32e de finale de Coupe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/le-ras-le-bol-de-jean-luc-roy-sur-la-spectacularisation-de-la-f1_AV-202112140452.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/incidents-paris-fc-ol-la-colere-de-ferracci-qui-attaque-aulas-et-lui-demande-du-menage_AV-202112170513.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:08:33 GMT", - "enclosure": "https://images.bfmtv.com/QUHtGIo4NH4ZlDKHp6mnF9CW34I=/0x165:2048x1317/800x0/images/Max-Verstappen-1188536.jpg", + "pubDate": "Fri, 17 Dec 2021 22:43:20 GMT", + "enclosure": "https://images.bfmtv.com/pAIusNyZzE9kfQ1iIUJSMgyGvk4=/0x125:1536x989/800x0/images/Pierre-Ferracci-au-micro-de-RMC-1190673.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39455,17 +40709,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35f123438f9e4050bff54491aef81f3b" + "hash": "d6ef1d61004a9af5a190f43c1a1123a8" }, { - "title": "Top 14: Willemse prolonge à Montpellier jusqu'en 2025", - "description": "Le deuxième ligne de Montpellier et du XV de France, Paul Willemse, libre en juin, a prolongé son contrat jusqu'en 2025 avec le club héraultais.

", - "content": "Le deuxième ligne de Montpellier et du XV de France, Paul Willemse, libre en juin, a prolongé son contrat jusqu'en 2025 avec le club héraultais.

", + "title": "Paris FC-OL: des supporters présents à Charléty racontent les débordements", + "description": "Le match de Coupe de France entre le Paris FC et l'OL a été interrompu après des incidents entre supporters des deux équipes à la mi-temps (1-1). Plusieurs spectateurs ont raconté pour RMC le déroulé des événements d'une nouvelle soirée décevante pour le football tricolore.

", + "content": "Le match de Coupe de France entre le Paris FC et l'OL a été interrompu après des incidents entre supporters des deux équipes à la mi-temps (1-1). Plusieurs spectateurs ont raconté pour RMC le déroulé des événements d'une nouvelle soirée décevante pour le football tricolore.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-willemse-prolonge-a-montpellier-jusqu-en-2025_AV-202112140450.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-des-supporters-presents-a-charlety-racontent-les-debordements_AV-202112170505.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:59:07 GMT", - "enclosure": "https://images.bfmtv.com/_JJnqsPkzDKDje9ElbyBFmL4Ncs=/0x0:2048x1152/800x0/images/Paul-Willemse-avec-le-MHR-1188544.jpg", + "pubDate": "Fri, 17 Dec 2021 22:09:49 GMT", + "enclosure": "https://images.bfmtv.com/bo3W_vlI9_T2jGo1pqlruiiR8JM=/0x162:2048x1314/800x0/images/Des-incidents-dans-les-tribunes-de-Charlety-pendant-Paris-FC-OL-1190665.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39476,17 +40730,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b3f53e38a196efa4045e3627773459f" + "hash": "bfdc7c3adb9fbda1fe81f8e4dec2e673" }, { - "title": "PSG: le message de Rothen à Mbappé sur son avenir", - "description": "Dans l'émission Rothen s'enflamme, ce mardi sur RMC, Jérôme Rothen a envoyé un message à Kylian Mbappé et demande à ce que le joueur du PSG se positionne rapidement sur son avenir, afin qu'il ne soit pas au coeur des critiques.

", - "content": "Dans l'émission Rothen s'enflamme, ce mardi sur RMC, Jérôme Rothen a envoyé un message à Kylian Mbappé et demande à ce que le joueur du PSG se positionne rapidement sur son avenir, afin qu'il ne soit pas au coeur des critiques.

", + "title": "Paris FC - OL en direct: graves incidents entre supporters, le match ne reprendra pas", + "description": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", + "content": "Le match de 32e de finale de Coupe de France entre le Paris FC et l'OL a été définitivement arrêté, après de graves incidents entre supporters qui ont démarré à la mi-temps.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-le-message-de-rothen-a-mbappe-sur-son-avenir_AV-202112140442.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-en-direct-lyon-rentre-en-lice-en-coupe-de-france_LS-202112170458.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:38:55 GMT", - "enclosure": "https://images.bfmtv.com/aBSvuzcwucQ5AUg1TclljQR0aYM=/0x212:2048x1364/800x0/images/Kylian-Mbappe-face-a-Monaco-1188519.jpg", + "pubDate": "Fri, 17 Dec 2021 18:51:27 GMT", + "enclosure": "https://images.bfmtv.com/_0NgSKujzdosEWUkaTEmG2KCcIU=/0x26:2048x1178/800x0/images/Des-incidents-dans-les-tribunes-du-stade-Charlety-entre-supporters-du-Paris-FC-et-de-l-OL-1190647.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39497,17 +40751,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb71841b0583357a1fe39d56c9c66e6e" + "hash": "c174707fe33eb5529f2f7ac237085f28" }, { - "title": "Affaire Agnel: \"Des hommes de 24 ans avec des jeunes filles de 13 ans, c'est interdit\", rappelle Abitbol", - "description": "En janvier 2020, Sarah Abitbol dénonçait l'omerta du milieu du patinage artistique en accusant de viols son ancien entraîneur, pointant du doigt aussi la fédération française. Depuis, l'ancienne médaillée olympique continue de mener son combat pour la protection des mineurs dans le sport. Alors que l'affaire Yannick Agnel secoue ces derniers jours le monde de la natation, elle rappelle pour RMC Sport tout le travail de prévention à effectuer.

", - "content": "En janvier 2020, Sarah Abitbol dénonçait l'omerta du milieu du patinage artistique en accusant de viols son ancien entraîneur, pointant du doigt aussi la fédération française. Depuis, l'ancienne médaillée olympique continue de mener son combat pour la protection des mineurs dans le sport. Alors que l'affaire Yannick Agnel secoue ces derniers jours le monde de la natation, elle rappelle pour RMC Sport tout le travail de prévention à effectuer.

", + "title": "Paris FC-OL: gros incidents entre supporters au stade Charléty, le match définitivement interrompu", + "description": "Le 32e de finale de la Coupe de France entre le Paris FC et l’Olympique Lyonnais a été marqué par des incidents entre supporters à la pause ce vendredi au stade Charléty. Après 50 minutes d'attente, le match a été définitivement interrompu.

", + "content": "Le 32e de finale de la Coupe de France entre le Paris FC et l’Olympique Lyonnais a été marqué par des incidents entre supporters à la pause ce vendredi au stade Charléty. Après 50 minutes d'attente, le match a été définitivement interrompu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-des-hommes-de-24-ans-avec-des-jeunes-filles-de-13-ans-c-est-interdit-rappelle-abitbol_AV-202112140421.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-de-gros-incidents-entre-supporters-au-stade-charlety-le-match-interrompu_AV-202112170491.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 17:58:37 GMT", - "enclosure": "https://images.bfmtv.com/ybg6IavD9zTGMbHx7IKieKaaf5E=/2x235:4498x2764/800x0/images/-880740.jpg", + "pubDate": "Fri, 17 Dec 2021 21:16:46 GMT", + "enclosure": "https://images.bfmtv.com/qWDpnjZr7hBySNaIQhf-8WckcN0=/0x0:2048x1152/800x0/images/Des-incidents-entre-supporters-du-PFC-et-de-l-OL-au-stade-Charlety-1190658.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39518,17 +40772,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da8b82317bd4a9f7a48e73a0ad150ffb" + "hash": "61d404331ef26f5c3e9b818288a9973e" }, { - "title": "Test d'italien bidon: l'enquête sur Suarez classée jusqu'à nouvel ordre", - "description": "L'enquête sur le contrôle d'italien bidon passé par Luis Suarez dans le but d'obtenir la nationalité italienne lors de l'été 2020 a été momentanément classée.

", - "content": "L'enquête sur le contrôle d'italien bidon passé par Luis Suarez dans le but d'obtenir la nationalité italienne lors de l'été 2020 a été momentanément classée.

", + "title": "Champions Cup: le beau geste du Stade Français après le report du match contre Bristol", + "description": "Initialement programmé dimanche, le match de la 2eme journée de Champions Cup entre le Stade Français et Bristol a été reporté à une date ultérieure en raison de la crise sanitaire. Le club parisien a pris acte de cette décision et a reversé au Secours Populaire la nourriture qui était prévue dans les loges du stade Jean-Bouin.

", + "content": "Initialement programmé dimanche, le match de la 2eme journée de Champions Cup entre le Stade Français et Bristol a été reporté à une date ultérieure en raison de la crise sanitaire. Le club parisien a pris acte de cette décision et a reversé au Secours Populaire la nourriture qui était prévue dans les loges du stade Jean-Bouin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/test-d-italien-bidon-l-enquete-sur-suarez-classee-jusqu-a-nouvel-ordre_AV-202112140408.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-le-beau-geste-du-stade-francais-apres-le-report-du-match-contre-bristol_AV-202112170485.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 17:34:50 GMT", - "enclosure": "https://images.bfmtv.com/QUXA437zG7iogTS9Q9W3ROpKcxk=/0x0:2048x1152/800x0/images/Luis-Suarez-1139791.jpg", + "pubDate": "Fri, 17 Dec 2021 20:59:38 GMT", + "enclosure": "https://images.bfmtv.com/v9-ydCFbO6Ki1tA9QGauO8LO0vo=/0x0:2048x1152/800x0/images/Marco-Kremer-1190643.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39539,17 +40793,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "20a4c7501c6a86ddb0bd00dab6fa2446" + "hash": "8d385f7fc1afe5089ec17d5a1106525a" }, { - "title": "PSG: Mbappé ne devrait rien annoncer sur son avenir avant le 8e de finale de Ligue des champions", - "description": "Kylian Mbappé, dont le contrat avec le PSG se termine au 30 juin 2022, ne devrait rien annoncer concernant son avenir avant le 8e de finale de Ligue des champions contre le Real Madrid.

", - "content": "Kylian Mbappé, dont le contrat avec le PSG se termine au 30 juin 2022, ne devrait rien annoncer concernant son avenir avant le 8e de finale de Ligue des champions contre le Real Madrid.

", + "title": "France-Danemark en direct: les Bleues affronteront la Norvège en finale dimanche", + "description": "La France affronte le Danemark en demi-finale du Mondial de hand féminin ce vendredi (17h30). Une rencontre à suivre en intégralité dans notre live RMC Sport.

", + "content": "La France affronte le Danemark en demi-finale du Mondial de hand féminin ce vendredi (17h30). Une rencontre à suivre en intégralité dans notre live RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-mbappe-ne-devrait-rien-annoncer-sur-son-avenir-avant-le-8e-de-finale-de-ligue-des-champions_AV-202112140400.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/france-danemark-en-direct-suivez-la-demi-finale-du-mondial-feminin-de-handball_LN-202112170332.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 17:23:31 GMT", - "enclosure": "https://images.bfmtv.com/lTtzIEIRuI5t64A6vjmcxS-i0q4=/375x117:1911x981/800x0/images/Kylian-Mbappe-1183564.jpg", + "pubDate": "Fri, 17 Dec 2021 15:08:50 GMT", + "enclosure": "https://images.bfmtv.com/ae2q0wOnDup7W2Liohtopm_X6NQ=/0x106:2048x1258/800x0/images/Grace-Zaadi-lors-de-France-Danemark-1190551.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39560,17 +40814,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "146a9b38f919f075d6c498f92779a40b" + "hash": "2ab8b64622c42e67ebe920bd2c87f777" }, { - "title": "XI de l'année Fifa-FIFPro: trois Français parmi les finalistes", - "description": "Karim Benzema, N'Golo Kanté et Kylian Mbappé ont été tous les trois nommés pour le XI de l'année de la FIFA-FIFPro ce mardi. Les trois Français figurent parmi les 23 qui ont reçu le plus de votes pour le prix.

", - "content": "Karim Benzema, N'Golo Kanté et Kylian Mbappé ont été tous les trois nommés pour le XI de l'année de la FIFA-FIFPro ce mardi. Les trois Français figurent parmi les 23 qui ont reçu le plus de votes pour le prix.

", + "title": "Boxe: scandale pour le Français Soro, injustement battu sur une erreur arbitrale", + "description": "Michel Soro s’est incliné ce vendredi en demi-finale WBA des super-welters à Tachkent (Ouzbékistan). Battu par le local Israil Madrimov, le boxeur français a injustement été arrêté par l’arbitre pour des coups reçus… après la fin du neuvième round.

", + "content": "Michel Soro s’est incliné ce vendredi en demi-finale WBA des super-welters à Tachkent (Ouzbékistan). Battu par le local Israil Madrimov, le boxeur français a injustement été arrêté par l’arbitre pour des coups reçus… après la fin du neuvième round.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/xi-de-l-annee-fifa-fifpro-trois-francais-parmi-les-finalistes_AV-202112140378.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-scandale-pour-le-francais-soro-injustement-battu-sur-une-erreur-arbitrale_AV-202112170484.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 16:53:46 GMT", - "enclosure": "https://images.bfmtv.com/W_-HoM-ck-0GSSL5N6osv5rEVn0=/0x30:2048x1182/800x0/images/Karim-Benzema-Ngolo-Kante-et-Kylian-Mbappe-avec-l-equipe-de-France-1188413.jpg", + "pubDate": "Fri, 17 Dec 2021 20:49:14 GMT", + "enclosure": "https://images.bfmtv.com/WYfI0uxkHoKWW3lwZcn7wLEAJ8I=/0x1:2048x1153/800x0/images/Michel-Soro-1190641.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39581,17 +40835,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "412e659c2307f7e980e8316edf983ce8" + "hash": "0cf9260d3aaf7a4e40c8153b6c8c16bb" }, { - "title": "Ligue 2: Grenoble se sépare de son entraîneur", - "description": "Au point mort en Ligue 2 avec une quinzième place et trois défaites consécutives, Grenoble a décidé de réagir. Pour redresser la situation, les dirigeants ont mis à pied l’entraineur Maurizio Jacobacci. L’Italien était arrivé en début de saison en provenance de Lugano en Suisse.

", - "content": "Au point mort en Ligue 2 avec une quinzième place et trois défaites consécutives, Grenoble a décidé de réagir. Pour redresser la situation, les dirigeants ont mis à pied l’entraineur Maurizio Jacobacci. L’Italien était arrivé en début de saison en provenance de Lugano en Suisse.

", + "title": "Tunisie-Algérie: sur quelle chaîne et à quelle heure suivre la finale de la Coupe arabe", + "description": "La Tunisie et l’Algérie s’affrontent ce samedi en finale de la Coupe arabe disputée, au stade Al Bayt d’Al-Khor au Qatar. A partir de 16h, les deux rivaux du Maghreb lutteront pour le titre lors d’un duel diffusé en direct sur beIN Sports et sur YouTube.

", + "content": "La Tunisie et l’Algérie s’affrontent ce samedi en finale de la Coupe arabe disputée, au stade Al Bayt d’Al-Khor au Qatar. A partir de 16h, les deux rivaux du Maghreb lutteront pour le titre lors d’un duel diffusé en direct sur beIN Sports et sur YouTube.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-2/ligue-2-grenoble-se-separe-de-son-entraineur_AV-202112140371.html", + "link": "https://rmcsport.bfmtv.com/football/tunisie-algerie-sur-quelle-chaine-et-a-quelle-heure-suivre-la-finale-de-la-coupe-arabe_AV-202112180015.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 16:44:10 GMT", - "enclosure": "https://images.bfmtv.com/tY9LOyNYtXYcNFCkqyxlxU8orSE=/0x85:2048x1237/800x0/images/Maurizio-Jacobacci-1188411.jpg", + "pubDate": "Fri, 17 Dec 2021 20:35:00 GMT", + "enclosure": "https://images.bfmtv.com/oVLpPfGdJOORW_yJMl20xa4BRhc=/0x0:2048x1152/800x0/images/Hannibal-Mejbri-avec-la-Tunisie-1190618.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39602,17 +40856,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73124311b7708637f70a9357c6b3b348" + "hash": "6e98774836eafa38e13d4297999de1ad" }, { - "title": "PSG-Real: la première réaction de Pochettino après le tirage polémique", - "description": "Finalement opposé au Real Madrid pour les huitièmes de finale de la Ligue des champions, le PSG a mis plus de 24 heures à réagir à l'annonce de ce tirage au sort. Mauricio Pochettino s'attend à une confrontation \"difficile\" et ne s'inquiète pas pour l'heure des différents \"états de forme\" des deux équipes.

", - "content": "Finalement opposé au Real Madrid pour les huitièmes de finale de la Ligue des champions, le PSG a mis plus de 24 heures à réagir à l'annonce de ce tirage au sort. Mauricio Pochettino s'attend à une confrontation \"difficile\" et ne s'inquiète pas pour l'heure des différents \"états de forme\" des deux équipes.

", + "title": "Equipe de France: Mbappé est \"serein\" sur son avenir, selon Deschamps", + "description": "Interrogé vendredi sur les ondes d’Europe 1, le sélectionneur de l’équipe de France Didier Deschamps ne s’inquiète pas pour l’avenir de son buteur Kylian Mbappé, en fin de contrat avec le PSG à la fin de la saison.

", + "content": "Interrogé vendredi sur les ondes d’Europe 1, le sélectionneur de l’équipe de France Didier Deschamps ne s’inquiète pas pour l’avenir de son buteur Kylian Mbappé, en fin de contrat avec le PSG à la fin de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-real-la-premiere-reaction-de-pochettino-apres-le-tirage-polemique_AV-202112140365.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-mbappe-est-serein-sur-son-avenir-selon-deschamps_AV-202112170482.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 16:33:54 GMT", - "enclosure": "https://images.bfmtv.com/iGLN1yrHhsSO2N8LYGPpP2rD8kY=/0x0:2048x1152/800x0/images/Mauricio-POCHETTINO-1170296.jpg", + "pubDate": "Fri, 17 Dec 2021 20:33:46 GMT", + "enclosure": "https://images.bfmtv.com/zgr93olRDThhaSYJEHgUzwFZ0DQ=/0x0:2032x1143/800x0/images/Kylian-Mbappe-et-Didier-Deschamps-1190632.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39623,17 +40877,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7155e5e0d08f2c28604f1ca61e509123" + "hash": "e9d9450b7b302415a5ec6cc9aa84a56e" }, { - "title": "Propos racistes lors de Toulouse-Rodez: Mpasi explique avoir été insulté de \"sale singe\"", - "description": "Victime d'insultes racistes lors de Toulouse-Rodez lundi en Ligue 2, Lionel Mpasi, le gardien du RAF, a été traité de \"sale singe\" à deux reprises par un individu qui, selon nos informations, a été identifié par le TFC.

", - "content": "Victime d'insultes racistes lors de Toulouse-Rodez lundi en Ligue 2, Lionel Mpasi, le gardien du RAF, a été traité de \"sale singe\" à deux reprises par un individu qui, selon nos informations, a été identifié par le TFC.

", + "title": "Coupe de France: les supporters de Saint-Etienne interdits de déplacement contre Lyon-La Duchère", + "description": "Pas au mieux en Ligue 1, Saint-Etienne tentera de se relancer dimanche lors de son 32e de finale de Coupe de France face à Lyon-La Duchère. Afin d’éviter des débordements, les pouvoirs publics ont interdit de déplacement les supporters des Verts.

", + "content": "Pas au mieux en Ligue 1, Saint-Etienne tentera de se relancer dimanche lors de son 32e de finale de Coupe de France face à Lyon-La Duchère. Afin d’éviter des débordements, les pouvoirs publics ont interdit de déplacement les supporters des Verts.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-2/propos-racistes-lors-de-toulouse-rodez-mpasi-explique-avoir-ete-insulte-de-sale-singe_AV-202112140362.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-les-supporters-de-saint-etienne-interdits-de-deplacement-contre-lyon-la-duchere_AV-202112170479.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 16:27:59 GMT", - "enclosure": "https://images.bfmtv.com/yENRW6S1qdU9_Bwc6jDimd_FQ1U=/0x159:2048x1311/800x0/images/Lionel-Mpasi-1187946.jpg", + "pubDate": "Fri, 17 Dec 2021 20:10:20 GMT", + "enclosure": "https://images.bfmtv.com/AKXdTA684DvBiL3GmmMHvv1Wlg4=/0x162:2048x1314/800x0/images/Des-supporters-de-Saint-Etienne-en-Ligue-1-1190631.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39644,17 +40898,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fd98007a88f8ebfd4c50190dd35f19b" + "hash": "970063b35e5240fd505d9a5208cc51ef" }, { - "title": "Racing: \"J’en ai encore dans le moteur\", savoure Lauret après son triplé contre Northampton", - "description": "Auteur d’une prestation aboutie et de son premier triplé depuis dix ans, Wenceslas Lauret a logiquement été élu homme du match lors de la victoire à Northampton, en Coupe d’Europe. Le troisième ligne du Racing, âgé de 32 ans, ne boude pas son plaisir. Surtout, il savoure la réaction de son équipe après un passage difficile en Top 14. Explications pour RMC Sport avant la réception des Ospreys samedi.

", - "content": "Auteur d’une prestation aboutie et de son premier triplé depuis dix ans, Wenceslas Lauret a logiquement été élu homme du match lors de la victoire à Northampton, en Coupe d’Europe. Le troisième ligne du Racing, âgé de 32 ans, ne boude pas son plaisir. Surtout, il savoure la réaction de son équipe après un passage difficile en Top 14. Explications pour RMC Sport avant la réception des Ospreys samedi.

", + "title": "Mercato en direct: selon Deschamps, Mbappé est \"tranquille et serein\" concernant son avenir", + "description": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", + "content": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/racing-j-en-ai-encore-dans-le-moteur-savoure-lauret-apres-son-triple-contre-northampton_AV-202112140342.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 16:00:49 GMT", - "enclosure": "https://images.bfmtv.com/UjHqmcKSayAZrVS7t3DfoMeAcfg=/0x106:2048x1258/800x0/images/Wenceslas-Lauret-1188402.jpg", + "pubDate": "Thu, 16 Dec 2021 07:38:53 GMT", + "enclosure": "https://images.bfmtv.com/Dh8YO_FiUrG0tZ1rE5zq_69l-30=/0x162:2048x1314/800x0/images/Deschamps-et-Mbappe-1186156.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39665,17 +40919,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "40eaea3e72d18e8040209b12d42ee591" + "hash": "8063c3196c19b3b4d10d69293831e6c2" }, { - "title": "Droits TV: des parlementaires plaident pour un match en clair de L1 dans le prochain appel d'offres", - "description": "Ce mardi, des parlementaires ont plaidé pour la création d'un lot avec un match en clair de Ligue 1, au sein du prochain appel d'offre de la LFP. Ce qui serait une manière de \"soutenir l'exposition\" du football français.

", - "content": "Ce mardi, des parlementaires ont plaidé pour la création d'un lot avec un match en clair de Ligue 1, au sein du prochain appel d'offre de la LFP. Ce qui serait une manière de \"soutenir l'exposition\" du football français.

", + "title": "Enquête pour viol sur mineure contre l'ex jockey David Cottin", + "description": "Comme révélé ce vendredi par Le Parisien, l'ancien jockey David Cottin est suspecté de viol sur mineure. Une enquête préliminaire a été lancée il y a quelques semaines.

", + "content": "Comme révélé ce vendredi par Le Parisien, l'ancien jockey David Cottin est suspecté de viol sur mineure. Une enquête préliminaire a été lancée il y a quelques semaines.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/droits-tv-des-parlementaires-plaident-pour-un-match-en-clair-de-l1-dans-le-prochain-appel-d-offres_AV-202112140331.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/enquete-pour-viol-sur-mineure-contre-l-ex-jockey-david-cottin_AD-202112170472.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 15:40:58 GMT", - "enclosure": "https://images.bfmtv.com/4g_Q0EwKqC-H2EMiBWgiFzmKJYs=/0x119:2048x1271/800x0/images/Inquietude-autour-des-droits-TV-1020671.jpg", + "pubDate": "Fri, 17 Dec 2021 19:15:46 GMT", + "enclosure": "https://images.bfmtv.com/XefRylUGRaMiFY1wRbiq2f3gnNo=/0x0:2048x1152/800x0/images/David-Cottin-1190614.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39686,17 +40940,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58e88c4e6ef1622b87a8fe7c223eef12" + "hash": "ae21ef359bb72ddd5220cbae152c9969" }, { - "title": "Incidents OL-OM: Marseille fait appel de la décision de la commission de discipline", - "description": "L'OM a saisi la commission d'appel de la FFF pour contester les décisions de la LFP, qui avait infligé un point de retrait à l'OL et donné à rejouer le match OL-OM du 21 novembre.

", - "content": "L'OM a saisi la commission d'appel de la FFF pour contester les décisions de la LFP, qui avait infligé un point de retrait à l'OL et donné à rejouer le match OL-OM du 21 novembre.

", + "title": "Mondial de hand: les Bleues entre fierté et incrédulité après leur folle remontée en demi-finale", + "description": "L’équipe de France féminine de handball s’est arrachée ce vendredi pour battre le Danemark (23-22) et se qualifier pour la finale du Mondial en Espagne. Après cette bataille terrible, les Bleues ont savouré avec incrédulité.

", + "content": "L’équipe de France féminine de handball s’est arrachée ce vendredi pour battre le Danemark (23-22) et se qualifier pour la finale du Mondial en Espagne. Après cette bataille terrible, les Bleues ont savouré avec incrédulité.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-marseille-fait-appel-de-la-decision-de-la-commission-de-discipline_AV-202112140325.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-les-bleues-entre-fierte-et-incredulite-apres-leur-folle-remontee-en-demi-finale_AV-202112170471.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 15:33:48 GMT", - "enclosure": "https://images.bfmtv.com/LJN4y2A5ViNmMsexU1LP0heFpGQ=/0x35:768x467/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", + "pubDate": "Fri, 17 Dec 2021 19:13:29 GMT", + "enclosure": "https://images.bfmtv.com/5YMRYoQs7-7gSNPN7B8-sM-Hr2k=/0x112:2048x1264/800x0/images/Estelle-Nze-Minko-et-les-Bleues-qualifiees-pour-la-finale-1190600.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39707,17 +40961,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b65fc2b2bdd2bc29c9dcc090d31500e4" + "hash": "cb10c1cf8acf5fd998d5180beaa71300" }, { - "title": "Europa Conference League: le tirage au sort des barrages lui aussi remis en doute ?", - "description": "L'imbroglio ayant touché, lundi, le tirage au sort des huitièmes de finale de la Ligue des champions pourrait également toucher celui des barrages de la Conference League. En cause : un litige au moment du tirage après le match non-joué entre Tottenham et le Stade Rennais...

", - "content": "L'imbroglio ayant touché, lundi, le tirage au sort des huitièmes de finale de la Ligue des champions pourrait également toucher celui des barrages de la Conference League. En cause : un litige au moment du tirage après le match non-joué entre Tottenham et le Stade Rennais...

", + "title": "Arsenal: Aubameyang écarté par Arteta jusqu’à la CAN 2022... au moins", + "description": "Selon le Daily Mail, la mise à l’écart de l’attaquant d’Arsenal Pierre-Emerick Aubameyang durera au moins jusqu’à la Coupe d’Afrique des nations 2022 qui débute le 9 janvier au Cameroun.

", + "content": "Selon le Daily Mail, la mise à l’écart de l’attaquant d’Arsenal Pierre-Emerick Aubameyang durera au moins jusqu’à la Coupe d’Afrique des nations 2022 qui débute le 9 janvier au Cameroun.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-conference-league/europa-conference-league-le-tirage-au-sort-des-barrages-lui-aussi-remis-en-doute_AV-202112140323.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-aubameyang-ecarte-par-arteta-jusqu-a-la-can-2022-au-moins_AV-202112170465.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 15:28:41 GMT", - "enclosure": "https://images.bfmtv.com/0dERAKiWnV0784jWXZZ-0Dh1CMs=/0x178:2048x1330/800x0/images/Le-trophee-pour-le-vainqueur-de-la-Conference-League-1187583.jpg", + "pubDate": "Fri, 17 Dec 2021 19:02:43 GMT", + "enclosure": "https://images.bfmtv.com/8wHG4dMKx3kSyIp8fUIbfHZuuE4=/0x0:2048x1152/800x0/images/Pierre-Emerick-Aubameyang-1190597.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39728,17 +40982,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9edf679999f0bd0c1fa12d37a4bf1f07" + "hash": "6ddc26026800595cd21dfb41fab96eeb" }, { - "title": "PSG: un départ plus que probable pour Simons, Michut s'interroge", - "description": "L'objectif prioritaire du PSG pour le prochain mercato sera de dégraisser son effectif. Si des joueurs confirmés sont ciblés, plusieurs \"titis\" de l'effectif, professionnels depuis peu, pourraient aussi quitter prochainement la capitale.

", - "content": "L'objectif prioritaire du PSG pour le prochain mercato sera de dégraisser son effectif. Si des joueurs confirmés sont ciblés, plusieurs \"titis\" de l'effectif, professionnels depuis peu, pourraient aussi quitter prochainement la capitale.

", + "title": "Equipe de France: Tousart cash sur les JO 2021 et le casse-tête de la liste des Bleus", + "description": "L’équipe de France dirigée par Sylvain Ripoll n’a pas brillé lors des derniers JO à Tokyo. Dans une interview avec So Foot, Lucas Tousart est revenu sur cette expérience et a regretté que la sélection n’ait pas pu se présenter avec ses meilleurs joueurs.

", + "content": "L’équipe de France dirigée par Sylvain Ripoll n’a pas brillé lors des derniers JO à Tokyo. Dans une interview avec So Foot, Lucas Tousart est revenu sur cette expérience et a regretté que la sélection n’ait pas pu se présenter avec ses meilleurs joueurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-un-depart-plus-que-probable-pour-simons-michut-s-interroge_AV-202112140317.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-tousart-cash-sur-les-jo-2021-et-le-casse-tete-de-la-liste-des-bleus_AV-202112170448.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 15:22:52 GMT", - "enclosure": "https://images.bfmtv.com/CEQKnC5Oc1Wsr7uhEpIc3eDIzYI=/0x106:2048x1258/800x0/images/PSG-1188381.jpg", + "pubDate": "Fri, 17 Dec 2021 18:37:57 GMT", + "enclosure": "https://images.bfmtv.com/8zAxqP7MbXJ4IaJuRsQPaOubj2Y=/0x106:2048x1258/800x0/images/Lucas-Tousart-lors-du-match-de-l-equipe-de-France-olympique-face-au-Mexique-le-22-juillet-1072053.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39749,17 +41003,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b62210cc0e2c93420e3fb0e34c3fa913" + "hash": "35415369aee47a965b46e5bad13291d9" }, { - "title": "Saint-Etienne: l'ASSE et Claude Puel, c'est officiellement fini", - "description": "Limogé par Saint-Etienne le 5 décembre dernier, Claude Puel est revenu dans le Forez pour officialiser sa rupture de contrat avec l'ASSE, où il occupait le poste de manager général et entraîneur de l'équipe première.

", - "content": "Limogé par Saint-Etienne le 5 décembre dernier, Claude Puel est revenu dans le Forez pour officialiser sa rupture de contrat avec l'ASSE, où il occupait le poste de manager général et entraîneur de l'équipe première.

", + "title": "Monaco: gardien remplaçant, Majecki se lâche en conférence de presse sur sa situation", + "description": "S’il est assuré d’être titulaire face au Red Star dimanche en 32e de finale de la Coupe de France, le gardien polonais de l’AS Monaco Radoslav Majecki n’apprécie guère son statut de remplaçant. Et n’exclut pas un départ en fin de saison.

", + "content": "S’il est assuré d’être titulaire face au Red Star dimanche en 32e de finale de la Coupe de France, le gardien polonais de l’AS Monaco Radoslav Majecki n’apprécie guère son statut de remplaçant. Et n’exclut pas un départ en fin de saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-l-asse-et-claude-puel-c-est-officiellement-fini_AV-202112140315.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-gardien-remplacant-majecki-se-lache-en-conference-de-presse-sur-sa-situation_AV-202112170443.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 15:20:10 GMT", - "enclosure": "https://images.bfmtv.com/Oz0v1_InO8AwRKRav1-6lbt9NHk=/6x167:2038x1310/800x0/images/Claude-Puel-1183413.jpg", + "pubDate": "Fri, 17 Dec 2021 18:26:59 GMT", + "enclosure": "https://images.bfmtv.com/6n9dl822IAypultOnYgiE6aV98E=/1x8:737x422/800x0/images/Radoslav-Majecki-1190568.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39770,17 +41024,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0374bd4efb22b8f2fe1873728f42584" + "hash": "088297be36f010ab5c93dfee6fb2c22d" }, { - "title": "PSG: l’entourage de Mauro Icardi dément une approche de la Juventus", - "description": "Peu en vue en ce début de saison avec le PSG, Mauro Icardi est lié ces derniers temps à des rumeurs de départ. Son entourage dément toutefois une approche de la Juventus. L'attaquant argentin souhaite rester au club parisien cet hiver mais il pourrait prendre en considération une offre si le PSG le pousse à la porte.

", - "content": "Peu en vue en ce début de saison avec le PSG, Mauro Icardi est lié ces derniers temps à des rumeurs de départ. Son entourage dément toutefois une approche de la Juventus. L'attaquant argentin souhaite rester au club parisien cet hiver mais il pourrait prendre en considération une offre si le PSG le pousse à la porte.

", + "title": "Mondial de hand: les Bleues qualifiées pour la finale après une fin de match incroyable", + "description": "L'équipe de France de handball, championne olympique en titre, s'est qualifiée pour la finale du Mondial en battant le Danemark (23-22), après une fin de match totalement incroyable. Les choses avaient pourtant très mal commencé.

", + "content": "L'équipe de France de handball, championne olympique en titre, s'est qualifiée pour la finale du Mondial en battant le Danemark (23-22), après une fin de match totalement incroyable. Les choses avaient pourtant très mal commencé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-l-entourage-de-mauro-icardi-dement-une-approche-de-la-juventus_AV-202112140308.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-les-bleues-qualifiees-pour-la-finale-apres-une-fin-de-match-incroyable_AN-202112170434.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 14:50:52 GMT", - "enclosure": "https://images.bfmtv.com/oSfdFC0O_78nHL18ktXwu7t8y5g=/0x36:2048x1188/800x0/images/Mauro-Icardi-1188370.jpg", + "pubDate": "Fri, 17 Dec 2021 18:06:03 GMT", + "enclosure": "https://images.bfmtv.com/blfOFvQ-SJXyb26JqhQzIJJ8kz8=/0x33:2048x1185/800x0/images/L-equipe-de-France-de-handball-au-Mondial-1190564.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39791,17 +41045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e71e999ccc506a3e3eb885bdb8fb7c9c" + "hash": "8f54bed2c225ba17f63d2e9084755d49" }, { - "title": "Premier League: Arteta explique pourquoi il a retiré le brassard de capitaine à Aubameyang", - "description": "Après l'annonce du club informant du retrait du brassard de capitaine à Pierre-Emerick Aubameyang, l'entraîneur d'Arsenal, Mikel Arteta, a pris le relais en conférence de presse. Il explique avoir pris cette décision \"pour préserver son groupe\" et que le Gabonais, \"meurtri\", allait avoir \"besoin de temps\" pour digérer.

", - "content": "Après l'annonce du club informant du retrait du brassard de capitaine à Pierre-Emerick Aubameyang, l'entraîneur d'Arsenal, Mikel Arteta, a pris le relais en conférence de presse. Il explique avoir pris cette décision \"pour préserver son groupe\" et que le Gabonais, \"meurtri\", allait avoir \"besoin de temps\" pour digérer.

", + "title": "Saint-Etienne: une tuile de plus pour les Verts et Dupraz, Green absent six semaines", + "description": "Blessé au coude, le jeune gardien de but de l'AS Saint-Etienne, Etienne Green, sera éloigné des terrains durant six semaines. Une mauvaise nouvelle pour les Verts, derniers de Ligue 1, et leur nouvel entraîneur Pascal Dupraz.

", + "content": "Blessé au coude, le jeune gardien de but de l'AS Saint-Etienne, Etienne Green, sera éloigné des terrains durant six semaines. Une mauvaise nouvelle pour les Verts, derniers de Ligue 1, et leur nouvel entraîneur Pascal Dupraz.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-arteta-explique-pourquoi-il-a-retire-le-brassard-de-capitaine-a-aubameyang_AV-202112140302.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-une-tuile-de-plus-pour-les-verts-et-dupraz-green-absent-six-semaines_AD-202112170416.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 14:33:24 GMT", - "enclosure": "https://images.bfmtv.com/V3uskyj_wDSmPN6cRbM2aoYwoB8=/0x12:1200x687/800x0/images/-955623.jpg", + "pubDate": "Fri, 17 Dec 2021 17:39:34 GMT", + "enclosure": "https://images.bfmtv.com/cRGCmFEGNLT2GAoi6oZ3JkKIwJs=/0x0:2048x1152/800x0/images/Etienne-Green-1190513.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39812,17 +41066,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f21b19db4db012e8dea3a36984756438" + "hash": "5dd6f688df9a0e8569296c5ef05749eb" }, { - "title": "Mercato: le PSG se lance sur la pépite Karim Adeyemi", - "description": "A 19 ans, Karim Adeyemi enchaîne les buts cette saison avec le Red Bull Salzbourg. L'attaquant allemand s'est déjà mis d'accord pour rejoindre le Borussia Dortmund, mais en attente d'un accord entre les deux clubs, le PSG s'est lancé dans le dossier. Le joueur était présent dimanche dernier au Parc des Princes, pour la rencontre de Ligue 1 face à l'AS Monaco.

", - "content": "A 19 ans, Karim Adeyemi enchaîne les buts cette saison avec le Red Bull Salzbourg. L'attaquant allemand s'est déjà mis d'accord pour rejoindre le Borussia Dortmund, mais en attente d'un accord entre les deux clubs, le PSG s'est lancé dans le dossier. Le joueur était présent dimanche dernier au Parc des Princes, pour la rencontre de Ligue 1 face à l'AS Monaco.

", + "title": "Paris FC-OL: de gros incidents entre supporters au stade Charlety, le match définitivement interrompu", + "description": "Le 32eme de finale de la Coupe de France entre le Paris FC et l’Olympique Lyonnais a été marqué par des incidents entre supporters à la pause ce vendredi au stade Charléty. Après 50 minutes d'attente, le match a été définitivement interrompu.

", + "content": "Le 32eme de finale de la Coupe de France entre le Paris FC et l’Olympique Lyonnais a été marqué par des incidents entre supporters à la pause ce vendredi au stade Charléty. Après 50 minutes d'attente, le match a été définitivement interrompu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-psg-se-lance-sur-la-pepite-karim-adeyemi_AV-202112140301.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/paris-fc-ol-de-gros-incidents-entre-supporters-au-stade-charlety-le-match-interrompu_AV-202112170491.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 14:28:42 GMT", - "enclosure": "https://images.bfmtv.com/EeSqyymEvbAeH06UnlUuH0Cqh4M=/0x0:2048x1152/800x0/images/Karim-Adeyemi-1188361.jpg", + "pubDate": "Fri, 17 Dec 2021 21:16:46 GMT", + "enclosure": "https://images.bfmtv.com/qWDpnjZr7hBySNaIQhf-8WckcN0=/0x0:2048x1152/800x0/images/Des-incidents-entre-supporters-du-PFC-et-de-l-OL-au-stade-Charlety-1190658.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39833,17 +41087,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37d1d4e59fde26b542246c9e3e82da73" + "hash": "c0964bc49f4cedd1d67c0ed2d011befe" }, { - "title": "Football: ce qu'il faut savoir sur la Coupe Maradona, ce mardi en Arabie Saoudite, avec le Barça", - "description": "Ce mardi, le FC Barcelone et Boca Juniors vont disputer la première édition de la Coupe Maradona en Arabie Saoudite. Un manière de rendre hommage à la star argentine, décédée le 25 novembre 2020, mais aussi de renflouer les caisses.

", - "content": "Ce mardi, le FC Barcelone et Boca Juniors vont disputer la première édition de la Coupe Maradona en Arabie Saoudite. Un manière de rendre hommage à la star argentine, décédée le 25 novembre 2020, mais aussi de renflouer les caisses.

", + "title": "Mercato: \"Dembélé veut continuer au Barça\", assure Xavi", + "description": "A la veille de la réception d’Elche pour le compte de la 18e journée de Liga, l’entraîneur du FC Barcelone Xavi s’est montré confiant sur une possible prolongation de son attaquant français Ousmane Dembélé, dont le contrat expire à l’issue de la saison.

", + "content": "A la veille de la réception d’Elche pour le compte de la 18e journée de Liga, l’entraîneur du FC Barcelone Xavi s’est montré confiant sur une possible prolongation de son attaquant français Ousmane Dembélé, dont le contrat expire à l’issue de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/football-ce-qu-il-faut-savoir-sur-la-coupe-maradona-ce-mardi-en-arabie-saoudite-avec-le-barca_AV-202112140299.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-dembele-veut-continuer-au-barca-assure-xavi_AV-202112170402.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 14:20:11 GMT", - "enclosure": "https://images.bfmtv.com/LPNZPvKqX703DqjlLchm2S4UrN8=/0x39:768x471/800x0/images/Une-fresque-murale-depeint-l-icone-du-foot-argentin-Diego-Maradona-sur-une-facade-d-un-restaurant-de-Buenos-Aires-le-4-novembre-2021-1172795.jpg", + "pubDate": "Fri, 17 Dec 2021 17:20:53 GMT", + "enclosure": "https://images.bfmtv.com/Ninuq3Ai9gJ8x896JUuV_IfHul8=/0x0:2048x1152/800x0/images/Ousmane-Dembele-et-Xavi-1190471.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39854,17 +41108,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "62e6e039388104963b6e6a4d6533e0bc" + "hash": "5dda7ebb8f81e39089c12cac6975f2cf" }, { - "title": "Mercato: Kurzawa, Rafinha, Rico... le PSG veut enfin dégraisser cet hiver", - "description": "Si l'hypothèse d'une arrivée n'est pas à écarter, le mercato hivernal devrait surtout permettre à Paris de céder plusieurs joueurs sur lesquels il ne compte plus. Ce qu'il n'a pas toujours su faire ces dernières années.

", - "content": "Si l'hypothèse d'une arrivée n'est pas à écarter, le mercato hivernal devrait surtout permettre à Paris de céder plusieurs joueurs sur lesquels il ne compte plus. Ce qu'il n'a pas toujours su faire ces dernières années.

", + "title": "Le sondage de la Fifa montrant les supporters favorables à des Coupes du monde plus fréquentes", + "description": "Selon un sondage commandé par la Fifa et dévoilé seulement en partie ce vendredi, une majorité des supporters seraient favorables à des Coupes du monde plus fréquentes. Mais les résultats et l'absence de détails sur la nature de l'enquête invitent à la prudence.

", + "content": "Selon un sondage commandé par la Fifa et dévoilé seulement en partie ce vendredi, une majorité des supporters seraient favorables à des Coupes du monde plus fréquentes. Mais les résultats et l'absence de détails sur la nature de l'enquête invitent à la prudence.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-kurzawa-rafinha-rico-le-psg-veut-enfin-degraisser-cet-hiver_AV-202112140297.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/le-sondage-de-la-fifa-montrant-les-supporters-favorables-a-des-coupes-du-monde-plus-frequentes_AV-202112170394.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 14:15:31 GMT", - "enclosure": "https://images.bfmtv.com/GpYOOnc_XPjgMJ3H4Jn_wFWChhg=/0x56:1200x731/800x0/images/Rafinha-et-Dagba-1188362.jpg", + "pubDate": "Fri, 17 Dec 2021 17:12:18 GMT", + "enclosure": "https://images.bfmtv.com/4_pFM72Zp53UT4JaI7wh9Ck2LGM=/0x0:2048x1152/800x0/images/Le-trophee-de-la-Coupe-du-monde-1125606.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39875,17 +41129,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5810eeea5b05a0aca78d1d0ce279655" + "hash": "738a9cc2265d77da59096ef9ec2367f2" }, { - "title": "Netflix annonce la sortie en janvier d'un documentaire sur la carrière de Neymar", - "description": "Alors qu’il devrait être remis de sa blessure à la cheville gauche vers le milieu ou la fin du mois de janvier, Neymar verra dans le même temps un documentaire basé sur son histoire être diffusé, \"Neymar, le chaos parfait\". Netflix a publié ce mardi la bande-annonce, tandis que la sortie est prévue pour le 25 janvier 2022.

", - "content": "Alors qu’il devrait être remis de sa blessure à la cheville gauche vers le milieu ou la fin du mois de janvier, Neymar verra dans le même temps un documentaire basé sur son histoire être diffusé, \"Neymar, le chaos parfait\". Netflix a publié ce mardi la bande-annonce, tandis que la sortie est prévue pour le 25 janvier 2022.

", + "title": "Gabon: enquête pour agressions sexuelles sur des centaines d'enfants par un entraîneur de foot", + "description": "The Guardian a révélé des informations concernant l'ancien entraîneur-chef de l'équipe gabonaise des moins de 17 ans Patrick Assoumou Eyi, impliqué dans une affaire d'agressions sexuelles sur mineurs. À la suite de ces révélations, le ministre des Sports du Gabon a annoncé l'ouverture d'une enquête judiciaire.

", + "content": "The Guardian a révélé des informations concernant l'ancien entraîneur-chef de l'équipe gabonaise des moins de 17 ans Patrick Assoumou Eyi, impliqué dans une affaire d'agressions sexuelles sur mineurs. À la suite de ces révélations, le ministre des Sports du Gabon a annoncé l'ouverture d'une enquête judiciaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/netflix-annonce-la-sortie-en-janvier-d-un-documentaire-sur-la-carriere-de-neymar_AV-202112140295.html", + "link": "https://rmcsport.bfmtv.com/football/gabon-enquete-pour-agressions-sexuelles-sur-des-centaines-d-enfants-par-un-entraineur-de-foot_AV-202112170381.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 14:12:18 GMT", - "enclosure": "https://images.bfmtv.com/POuiMZtfD7KH2pWghxJEyBFUtk4=/0x0:2048x1152/800x0/images/Neymar-1171633.jpg", + "pubDate": "Fri, 17 Dec 2021 16:47:09 GMT", + "enclosure": "https://images.bfmtv.com/W-XxDgH0ho_jdLhZ4sa-o_eQeF0=/0x106:2048x1258/800x0/images/Ballon-1190468.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39896,17 +41150,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "39137c387bcc4c62bc2bac01916211ec" + "hash": "ecdf9b1d2b24680a9397f58981f5c62e" }, { - "title": "Le sport face au coronavirus en direct: un 5e joueur de Montpellier testé positif au Covid-19", - "description": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", - "content": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "title": "Zidane sur sa passion pour le padel: \"Un truc parfait\"", + "description": "Sans poste depuis son départ du Real Madrid, Zinédine Zidane prend du temps pour exercer une autre passion: le padel. Il s'est brièvement confié à ce propos devant une caméra de Canal+.

", + "content": "Sans poste depuis son départ du Real Madrid, Zinédine Zidane prend du temps pour exercer une autre passion: le padel. Il s'est brièvement confié à ce propos devant une caméra de Canal+.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", + "link": "https://rmcsport.bfmtv.com/football/zidane-sur-sa-passion-pour-le-padel-un-truc-parfait_AV-202112170375.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", - "enclosure": "https://images.bfmtv.com/3caXZRA7qNnkmpYDlkUHsyP8lQo=/13x0:2045x1143/800x0/images/Thomas-Darmon-avec-le-MHR-contre-Exeter-en-Champions-Cup-1188178.jpg", + "pubDate": "Fri, 17 Dec 2021 16:34:56 GMT", + "enclosure": "https://images.bfmtv.com/h7eB9lWq2UpSgKSaxe4PMiLmEBA=/0x39:2048x1191/800x0/images/Zinedine-Zidane-1177940.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39917,17 +41171,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "843fc0e247692890e5d6042643b71ef8" + "hash": "f060badfc2a0bf797538fb803cb1380d" }, { - "title": "Ligue des champions: on a revu le tirage polémique pour comprendre l’imbroglio", - "description": "Pour mieux comprendre ce qui a pu provoquer l'annulation du premier tirage au sort des huitièmes de finale de la Ligue des champions, nous nous sommes replongés dans le déroulé des événements qui ont conduit à une cascade de bévues. L'explication apparaît alors très nettement.

", - "content": "Pour mieux comprendre ce qui a pu provoquer l'annulation du premier tirage au sort des huitièmes de finale de la Ligue des champions, nous nous sommes replongés dans le déroulé des événements qui ont conduit à une cascade de bévues. L'explication apparaît alors très nettement.

", + "title": "Patrick Ranvier: \"Je n’ai pas la sensation que l’athlétisme français soit autant en difficulté que cela\"", + "description": "De l'échec des athlètes tricolores aux JO de Tokyo à Paris 2024, le nouveau DTN de l'athlétisme français Patrick Ranvier fait le point pour RMC Sport.

", + "content": "De l'échec des athlètes tricolores aux JO de Tokyo à Paris 2024, le nouveau DTN de l'athlétisme français Patrick Ranvier fait le point pour RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-on-a-revu-le-tirage-polemique-pour-comprendre-l-imbroglio_AV-202112140146.html", + "link": "https://rmcsport.bfmtv.com/athletisme/patrick-ranvier-je-n-ai-pas-la-sensation-que-l-athletisme-francais-soit-autant-en-difficulte-que-cela_AV-202112170369.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:09:08 GMT", - "enclosure": "https://images.bfmtv.com/4W6oWw4-Q5jaPsv7ilP9BY_2Y2o=/0x0:1200x675/800x0/images/Andrei-Archavine-1188163.jpg", + "pubDate": "Fri, 17 Dec 2021 16:29:48 GMT", + "enclosure": "https://images.bfmtv.com/wG2lD3Z934JPPfpX_i6ReqxACws=/0x197:2048x1349/800x0/images/1190429.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39938,17 +41192,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04d1a1638f7b742077fa632b2902966d" + "hash": "80062e66a52d45124e7952e40c0ea6ec" }, { - "title": "Real: Kroos a \"beaucoup de confiance\" avant d’affronter le PSG en Ligue des champions", - "description": "Toni Kroos a réagi lundi soir au tirage au sort des huitièmes de finale de Ligue de champions. Le milieu allemand voit le PSG comme un adversaire redoutable mais fait preuve de confiance avant la double confrontation.

", - "content": "Toni Kroos a réagi lundi soir au tirage au sort des huitièmes de finale de Ligue de champions. Le milieu allemand voit le PSG comme un adversaire redoutable mais fait preuve de confiance avant la double confrontation.

", + "title": "Premier League: le ministre des Sports britannique demande aux joueurs de se faire vacciner", + "description": "Depuis quelques jours en Angleterre, de nombreuses formations comme Manchester United, Leicester et Chelsea sont impactés par le Covid-19. Devant cette situation critique, des matchs de Premier League ont été reportés. Ce vendredi, le ministre des Sports britannique Nigel Huddleston a demandé à tous les footballeurs de se faire vacciner.

", + "content": "Depuis quelques jours en Angleterre, de nombreuses formations comme Manchester United, Leicester et Chelsea sont impactés par le Covid-19. Devant cette situation critique, des matchs de Premier League ont été reportés. Ce vendredi, le ministre des Sports britannique Nigel Huddleston a demandé à tous les footballeurs de se faire vacciner.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/real-kroos-a-beaucoup-de-confiance-avant-d-affronter-le-psg-en-ligue-des-champions_AV-202112140143.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-ministre-des-sports-britannique-demande-aux-joueurs-de-se-faire-vacciner_AV-202112170362.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:01:15 GMT", - "enclosure": "https://images.bfmtv.com/RiucG9WOioqJ82_UtqP92XNa3XA=/0x143:2048x1295/800x0/images/Toni-Kroos-celebre-un-but-du-Real-Madrid-1188162.jpg", + "pubDate": "Fri, 17 Dec 2021 16:17:44 GMT", + "enclosure": "https://images.bfmtv.com/c7oR23ZA9dNTIOrmMNWCCVYDMMA=/0x0:2032x1143/800x0/images/La-Premier-League-face-au-Covid-19-1190272.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39959,17 +41213,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07633dbbae6815eded90e0833131cc0e" + "hash": "1105dc307eadaa9f0d49b3a2ecc34414" }, { - "title": "Affaire Agnel: \"Un manque évident d'encadrement\", la Fédération française de natation fait son mea culpa", - "description": "Invité dans Apolline matin, sur RMC, pour s'exprimer sur la mise en examen de Yannick Agnel pour viol et agression sexuelle sur mineure, le président de la Fédération française de natation, Gilles Sézionale, a affirmé que \"des choses étaient à revoir\" en matière d'accueil des jeunes et d'encadrement.

", - "content": "Invité dans Apolline matin, sur RMC, pour s'exprimer sur la mise en examen de Yannick Agnel pour viol et agression sexuelle sur mineure, le président de la Fédération française de natation, Gilles Sézionale, a affirmé que \"des choses étaient à revoir\" en matière d'accueil des jeunes et d'encadrement.

", + "title": "Covid-19: les coachs de Premier League divisés sur la gestion des reports", + "description": "Le calendrier de la Premier League se retrouve chamboulé par les nombreux cas positifs au coronavirus touchant plusieurs équipes. Une situation qui divise les entraîneurs. Si certains semblent favorables à une pause, d'autres s'interrogent plutôt sur les conditions de reports des matchs.

", + "content": "Le calendrier de la Premier League se retrouve chamboulé par les nombreux cas positifs au coronavirus touchant plusieurs équipes. Une situation qui divise les entraîneurs. Si certains semblent favorables à une pause, d'autres s'interrogent plutôt sur les conditions de reports des matchs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-un-manque-evident-d-encadrement-la-federation-francaise-de-natation-fait-son-mea-culpa_AV-202112140129.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/covid-19-les-coachs-de-premier-league-divises-sur-la-gestion-des-reports_AV-202112170357.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 08:15:51 GMT", - "enclosure": "https://images.bfmtv.com/GxB8rB-FUZ7QCgkY7vNxxbRpE4o=/0x34:768x466/800x0/images/Yannick-Agnel-lors-des-series-du-100-m-libre-des-championnats-de-France-a-Montpellier-le-1er-avril-2016-1185423.jpg", + "pubDate": "Fri, 17 Dec 2021 16:07:52 GMT", + "enclosure": "https://images.bfmtv.com/CXkO8FOPiPSmaRFJ00zH4-Q2uW0=/0x42:2048x1194/800x0/images/MIKEL-ARTETA-1190433.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -39980,17 +41234,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5ea02f3541f4c6961308ad8f9b8d990" + "hash": "31e093aa6201bab65a334a60b446ec15" }, { - "title": "Propos racistes lors de Toulouse-Rodez: \"Absolument écœuré\", la réaction cash de Comolli", - "description": "Damien Comolli a réagi ce lundi soir aux insultes racistes dont a été victime le gardien de Rodez pendant le match de Ligue 2 contre Toulouse. Le président du club toulousain n’a pas caché sa colère après un comportement honteux ce spectateur présent au Stadium.

", - "content": "Damien Comolli a réagi ce lundi soir aux insultes racistes dont a été victime le gardien de Rodez pendant le match de Ligue 2 contre Toulouse. Le président du club toulousain n’a pas caché sa colère après un comportement honteux ce spectateur présent au Stadium.

", + "title": "Mercato: les indices de Leonardo sur le mercato hivernal du PSG", + "description": "À l’occasion d’une conférence donnée à l’université de la Sorbonne, jeudi soir, le directeur sportif brésilien Leonardo a livré quelques confidences sur le mercato hivernal du PSG.

", + "content": "À l’occasion d’une conférence donnée à l’université de la Sorbonne, jeudi soir, le directeur sportif brésilien Leonardo a livré quelques confidences sur le mercato hivernal du PSG.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-2/propos-racistes-lors-de-toulouse-rodez-absolument-ecoeure-la-reaction-cash-de-comolli_AV-202112140087.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-les-indices-de-leonardo-sur-le-mercato-hivernal-du-psg_AV-202112170356.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 07:10:56 GMT", - "enclosure": "https://images.bfmtv.com/VDgMlBB9u9HFYJRec9_hGNcqt4Y=/0x212:2048x1364/800x0/images/Damien-Comolli-president-de-Toulouse-1188070.jpg", + "pubDate": "Fri, 17 Dec 2021 16:04:47 GMT", + "enclosure": "https://images.bfmtv.com/Zx4mBk68ZrNXBklZdOuCu5blbzI=/0x8:2048x1160/800x0/images/LEONARDO-1144094.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40001,17 +41255,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91c2b5c8fd2188472f2e32788a86989a" + "hash": "bedd7a15521789ff268823ed53445e92" }, { - "title": "Affaire Agnel: \"C'est plus qu'un choc\", témoigne le patron de la Fédération française de natation", - "description": "Invité dans Apolline matin, sur RMC, le président de la Fédération française de natation Gilles Sézionale s'est exprimé sur la mise en examen de Yannick Agnel pour agression sexuelle et viol sur mineur de 13 ans, confirmant que la FFN se porterait partie civile dans cette affaire.

", - "content": "Invité dans Apolline matin, sur RMC, le président de la Fédération française de natation Gilles Sézionale s'est exprimé sur la mise en examen de Yannick Agnel pour agression sexuelle et viol sur mineur de 13 ans, confirmant que la FFN se porterait partie civile dans cette affaire.

", + "title": "France-Danemark: sur quelle chaîne et à quelle heure regarder le match du Mondial de handball", + "description": "L'équipe de France féminine de handball affronte ce vendredi le Danemark en demi-finale du Mondial disputé à Granollers en Espagne. Championnes olympiques en titre, les Bleues tenteront de rejoindre la finale à partir de 17h30 en direct sur les chaînes beIN Sports et TMC.

", + "content": "L'équipe de France féminine de handball affronte ce vendredi le Danemark en demi-finale du Mondial disputé à Granollers en Espagne. Championnes olympiques en titre, les Bleues tenteront de rejoindre la finale à partir de 17h30 en direct sur les chaînes beIN Sports et TMC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-c-est-plus-qu-un-choc-temoigne-le-patron-de-la-federation-francaise-de-natation_AV-202112140078.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/france-danemark-sur-quelle-chaine-et-a-quelle-heure-regarder-le-match-du-mondial-de-handball_AV-202112170343.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 07:01:58 GMT", - "enclosure": "https://images.bfmtv.com/t8bg_Jj77LkpuN9AX7zzOGxICgs=/0x0:1200x675/800x0/images/Gilles-Sezionale-1188060.jpg", + "pubDate": "Fri, 17 Dec 2021 15:43:32 GMT", + "enclosure": "https://images.bfmtv.com/m1BG9OUhBLPAwUBHuqHVbZmhRzU=/0x87:2048x1239/800x0/images/Allison-Pineau-lors-du-Mondial-feminin-de-handball-1190439.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40022,17 +41276,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b10f06cf51eaac11e15fe0e69a9247f2" + "hash": "9ff5339545ecbab8f3f8380dc3678a64" }, { - "title": "Ligue des champions: le Real lance le huitième en compilant ses buts contre le PSG", - "description": "Le Real Madrid affrontera le PSG les 15 février et 9 mars prochain lors des huitièmes de finale de Ligue des champions. Avant les retrouvailles avec le club francilien, les Merengue ont gentiment lancé les hostilités avec une vidéo des buts marqués contre Paris sur la scène européenne ces dernières saisons.

", - "content": "Le Real Madrid affrontera le PSG les 15 février et 9 mars prochain lors des huitièmes de finale de Ligue des champions. Avant les retrouvailles avec le club francilien, les Merengue ont gentiment lancé les hostilités avec une vidéo des buts marqués contre Paris sur la scène européenne ces dernières saisons.

", + "title": "Les pronos hippiques du samedi 18 décembre 2021", + "description": "Le Quinté+ du samedi 18 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du samedi 18 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-real-lance-le-huitieme-en-compilant-ses-buts-contre-le-psg_AV-202112140046.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-18-decembre-2021_AN-202112170329.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 06:15:12 GMT", - "enclosure": "https://images.bfmtv.com/kSIcki1PGiREXzQi1sNcsaB67XM=/0x0:2048x1152/800x0/images/Karim-Benzema-avec-le-Real-Madrid-1188024.jpg", + "pubDate": "Fri, 17 Dec 2021 15:06:34 GMT", + "enclosure": "https://images.bfmtv.com/CoXewbGfSqThGtbwFfUrCdltiGA=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-18-decembre-2021-1189686.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40043,17 +41297,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "274ec984250b2e44a783ea5a02b4cdd7" + "hash": "e61ed2c0d2bf0edf2bfddaebe30ec099" }, { - "title": "Manchester United: le déplacement à Brentford reporté pour cause de Covid-19", - "description": "Le déplacement de Manchester United à Brentford, en Premier League, initialement prévu ce mardi à 20h30, a été ajourné en raison d’une explosion des cas de Covid-19 chez les Red Devils.

", - "content": "Le déplacement de Manchester United à Brentford, en Premier League, initialement prévu ce mardi à 20h30, a été ajourné en raison d’une explosion des cas de Covid-19 chez les Red Devils.

", + "title": "Ligue des nations: des sélections sud-américaines bientôt intégrées", + "description": "Si rien n'a encore été officialisé, la Ligue des nations devrait changer de format à partir de 2024 avec l'entrée en lice de dix sélections sud-américaines. Une façon aussi pour l'UEFA et la CONMEBOL de réaffirmer leur opposition au projet de la FIFA autour d'une Coupe du monde tous les deux ans.

", + "content": "Si rien n'a encore été officialisé, la Ligue des nations devrait changer de format à partir de 2024 avec l'entrée en lice de dix sélections sud-américaines. Une façon aussi pour l'UEFA et la CONMEBOL de réaffirmer leur opposition au projet de la FIFA autour d'une Coupe du monde tous les deux ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-le-deplacement-a-brentford-reporte-pour-cause-de-covid-19_AV-202112140045.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/ligue-des-nations-des-selections-sud-americaines-bientot-integrees_AV-202112170328.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 06:13:53 GMT", - "enclosure": "https://images.bfmtv.com/ntOqRwYo00Nf3g5RRqY6AfLMjLc=/0x0:1200x675/800x0/images/Marcus-Rashford-1188021.jpg", + "pubDate": "Fri, 17 Dec 2021 15:05:45 GMT", + "enclosure": "https://images.bfmtv.com/I2MP5j9GpecrrDIuSI6H83pmQi4=/0x25:768x457/800x0/images/Lionel-Messi-au-duel-avec-Neymar-lors-du-Bresil-Argentine-en-finale-de-la-Copa-America-au-Maracana-de-Rio-le-10-juillet-2021-1167378.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40064,17 +41318,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "284ca52d4b02d76067359ff43c7eb6ed" + "hash": "27ebc631aa625bd35e688df7e74e418c" }, { - "title": "Ligue des champions: la presse madrilène fracasse l'UEFA après le tirage au sort", - "description": "La presse espagnole se montre très critique à l'égard de l'UEFA ce mardi après le tiraga au sort des huitièmes de finale de la Ligue des champions. La colère du Real Madrid, prochain adversaire du PSG, fait la une de nombreux quotidiens même si d'autres préfèrent retenir le sportif et les chocs dont ont hérité le club madrilène et le Barça, oppposé à Naples en Ligue Europa.

", - "content": "La presse espagnole se montre très critique à l'égard de l'UEFA ce mardi après le tiraga au sort des huitièmes de finale de la Ligue des champions. La colère du Real Madrid, prochain adversaire du PSG, fait la une de nombreux quotidiens même si d'autres préfèrent retenir le sportif et les chocs dont ont hérité le club madrilène et le Barça, oppposé à Naples en Ligue Europa.

", + "title": "Biathlon (Grand-Bornand): Johannes Boe en patron sur le sprint, pas de podium français", + "description": "Johannes Boe s'est imposé sur le sprint du Grand-Bornand ce vendredi. Les Français, très en forme sur les skis, ont laissé échapper le podium derrière la carabine. Mais ils sont placés pour la poursuite de samedi.

", + "content": "Johannes Boe s'est imposé sur le sprint du Grand-Bornand ce vendredi. Les Français, très en forme sur les skis, ont laissé échapper le podium derrière la carabine. Mais ils sont placés pour la poursuite de samedi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-la-presse-madrilene-fracasse-l-uefa-apres-le-tirage-au-sort_AV-202112140026.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-grand-bornand-johannes-boe-en-patron-sur-le-sprint-pas-de-podium-francais_AV-202112170323.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 05:41:24 GMT", - "enclosure": "https://images.bfmtv.com/W2fsCnrhaztEr-l0EBdlRXMuKT4=/0x0:2048x1152/800x0/images/Michael-Heselschwerdt-chef-des-competitions-de-l-UEFA-1187994.jpg", + "pubDate": "Fri, 17 Dec 2021 14:53:47 GMT", + "enclosure": "https://images.bfmtv.com/qPEzx8muTnlhfl493RRLhdOpZ1g=/0x40:768x472/800x0/images/Le-Norvegien-Johannes-Thingnes-Boe-3e-de-la-mass-start-de-Coupe-du-monde-et-vainqueur-du-gros-globe-de-cristal-recompensant-le-meilleur-biathlete-de-la-saison-le-21-mars-2021-a-Oestersund-Suede-991584.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40085,17 +41339,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60efc6f294c3b75f9d3cbcef228ecb54" + "hash": "f189af574c66d9a3040df39817f1a03d" }, { - "title": "La Liga vend ses droits TV pour cinq milliards d'euros", - "description": "Les plateformes Movistar et DAZN ont acquis lundi les droits télévisuels de la Liga pour les cinq prochaines saisons pour 4,95 milliards d'euros. Une légère augmentation par rapport aux années précédentes.

", - "content": "Les plateformes Movistar et DAZN ont acquis lundi les droits télévisuels de la Liga pour les cinq prochaines saisons pour 4,95 milliards d'euros. Une légère augmentation par rapport aux années précédentes.

", + "title": "Mercato: six mois après son malaise cardiaque, Eriksen quitte l’Inter", + "description": "Le milieu de terrain danois Christian Eriksen a rompu son contrat avec l'Inter Milan a annoncé vendredi le club lombard. Désormais libre, le joueur de 29 ans qui porte un défibrillateur depuis son grave malaise à l'Euro avec le Danemark, pourra jouer dans un autre championnat.

", + "content": "Le milieu de terrain danois Christian Eriksen a rompu son contrat avec l'Inter Milan a annoncé vendredi le club lombard. Désormais libre, le joueur de 29 ans qui porte un défibrillateur depuis son grave malaise à l'Euro avec le Danemark, pourra jouer dans un autre championnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/la-liga-vend-ses-droits-tv-pour-cinq-milliards-d-euros_AV-202112130581.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-six-mois-apres-son-malaise-cardiaque-eriksen-quitte-l-inter_AD-202112170317.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 23:29:20 GMT", - "enclosure": "https://images.bfmtv.com/O48ruLTsSENnMCX76ritNBrbm4A=/625x347:1825x1022/800x0/images/La-Liga-illustration-1080017.jpg", + "pubDate": "Fri, 17 Dec 2021 14:40:56 GMT", + "enclosure": "https://images.bfmtv.com/T-jG2UwIWr-8Xlpt33l7HlmKHmE=/0x72:2032x1215/800x0/images/Christian-Eriksen-1049803.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40106,17 +41360,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03aea94736d83d8f0ed7417bff4fde07" + "hash": "f5e6a165832c6e513d9bfb9ea7e30ad6" }, { - "title": "F1: Hamilton volé? Une \"absurdité\", pour Ecclestone", - "description": "Bernie Ecclestone, ancien boss de la F1, a confié lundi ne pas comprendre la polémique autour du titre remporté par Max Verstappen aux dépens de Lewis Hamilton. Il estime que le Britannique ne devrait pas se plaindre.

", - "content": "Bernie Ecclestone, ancien boss de la F1, a confié lundi ne pas comprendre la polémique autour du titre remporté par Max Verstappen aux dépens de Lewis Hamilton. Il estime que le Britannique ne devrait pas se plaindre.

", + "title": "Incidents OL-OM: \"Aucun joueur de Lyon n'est venu voir Payet\", regrette Sampaoli", + "description": "Interrogé sur les sanctions après les incidents lors de l'Olympico, Jorge Sampaoli a regretté qu'aucun membre de l'OL ne soit venu prendre des nouvelles de Dimitri Payet, touché par une bouteille d'eau.

", + "content": "Interrogé sur les sanctions après les incidents lors de l'Olympico, Jorge Sampaoli a regretté qu'aucun membre de l'OL ne soit venu prendre des nouvelles de Dimitri Payet, touché par une bouteille d'eau.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-vole-une-absurdite-pour-ecclestone_AV-202112130576.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-aucun-joueur-de-lyon-n-est-venu-voir-payet-regrette-sampaoli_AV-202112170312.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 23:06:36 GMT", - "enclosure": "https://images.bfmtv.com/FHas7A5S3LcDf5FGnsfHM5LTZvQ=/4x262:4996x3070/800x0/images/-865238.jpg", + "pubDate": "Fri, 17 Dec 2021 14:36:53 GMT", + "enclosure": "https://images.bfmtv.com/y9Ag2hVD6DPX13Fi_GsQLJIwMP0=/0x93:2048x1245/800x0/images/Jorge-SAMPAOLI-1129654.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40127,17 +41381,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80ff3b88f4e5fe4f575ba44119ae2042" + "hash": "306dd232f33c2ed0fa20a4a155af4af8" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 14 décembre – Premier League – Angleterre", - "description": "Notre pronostic : Manchester United s’impose à Brentford (1.80)

", - "content": "Notre pronostic : Manchester United s’impose à Brentford (1.80)

", + "title": "France-Danemark en direct: les Bleues dans le dur en demi-finale du Mondial", + "description": "La France affronte le Danemark en demi-finale du Mondial de hand féminin ce vendredi (17h30). Une rencontre à suivre en intégralité dans notre live RMC Sport.

", + "content": "La France affronte le Danemark en demi-finale du Mondial de hand féminin ce vendredi (17h30). Une rencontre à suivre en intégralité dans notre live RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-14-decembre-premier-league-angleterre_AN-202112130331.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/france-danemark-en-direct-suivez-la-demi-finale-du-mondial-feminin-de-handball_LN-202112170332.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/-XHWqlgfVLiKWr6R81cah07rc_Y=/0x249:2000x1374/800x0/images/R-Rangnick-1187648.jpg", + "pubDate": "Fri, 17 Dec 2021 15:08:50 GMT", + "enclosure": "https://images.bfmtv.com/dGXC5f_QPaYCdZ388E0_LEoQgVo=/0x0:2048x1152/800x0/images/Meline-Nocandy-lors-de-France-Danemark-1190497.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40148,17 +41402,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54cb2103c498f0ff49a350451cf8d2ea" + "hash": "164dc71358e9eaaff5d36f74fb7f8bf0" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 14 décembre – Bundesliga – Allemagne", - "description": "Notre pronostic : pas de vainqueur entre l’Arminia Bielefeld et Bochum (3.25)

", - "content": "Notre pronostic : pas de vainqueur entre l’Arminia Bielefeld et Bochum (3.25)

", + "title": "Ligue des champions: le but de Messi lors de PSG-Manchester City récompensé", + "description": "Auteur de cinq buts en Ligue des champions avec le PSG, Lionel Messi a bien lancé son aventure européenne. Il avait notamment marqué un sublime but lors de la victoire face à Manchester City (2-0). L’Argentin a vu ce vendredi cette frappe être nommée meilleure réalisation des phases de groupes par l’UEFA.

", + "content": "Auteur de cinq buts en Ligue des champions avec le PSG, Lionel Messi a bien lancé son aventure européenne. Il avait notamment marqué un sublime but lors de la victoire face à Manchester City (2-0). L’Argentin a vu ce vendredi cette frappe être nommée meilleure réalisation des phases de groupes par l’UEFA.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-14-decembre-bundesliga-allemagne_AN-202112130328.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-but-de-messi-lors-de-psg-manchester-city-recompense_AV-202112170309.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/3fWTfBn0G1SzQybhhS7o_cxoi_A=/0x0:1984x1116/800x0/images/Arminia-Bielefeld-1187646.jpg", + "pubDate": "Fri, 17 Dec 2021 14:30:32 GMT", + "enclosure": "https://images.bfmtv.com/BwrdAcqwYieVniMmmSSefEtbaUs=/0x32:768x464/800x0/images/La-star-du-PSG-Lionel-Messi-celebre-son-2e-but-personnel-contre-Bruges-en-Ligue-des-champions-au-Parc-des-Princes-le-7-decembre-2021-1187509.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40169,17 +41423,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2bde5be5ec541cfeecac75ecd474a25" + "hash": "9a426705a8f7be62faa3cd5b7c22ecbb" }, { - "title": "PRONOS PARIS RMC Le pari de folie du 14 décembre – Bundesliga - Allemagne", - "description": "Notre pronostic : match nul entre Wolfsbourg et Cologne et les deux équipes marquent (3.90)

", - "content": "Notre pronostic : match nul entre Wolfsbourg et Cologne et les deux équipes marquent (3.90)

", + "title": "Mercato en direct: Eriksen rompt son contrat avec l'Inter Milan", + "description": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", + "content": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-14-decembre-bundesliga-allemagne_AN-202112130326.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/5M4EypdfDL-k01HPIt2f9WsplGE=/0x0:1984x1116/800x0/images/W-Weghorst-1187644.jpg", + "pubDate": "Thu, 16 Dec 2021 07:38:53 GMT", + "enclosure": "https://images.bfmtv.com/88XOefCItChT2iK_A8svKl_6__o=/0x0:1008x567/800x0/images/-873952.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40190,17 +41444,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16daff18ee953a15042d5a20e818e677" + "hash": "3bbc14963ede56430217d8bd399f2a57" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 14 décembre – Bundesliga - Allemagne", - "description": "Notre pronostic : le Bayern Munich s’impose à Stuttgart et au moins deux buts (1.30)

", - "content": "Notre pronostic : le Bayern Munich s’impose à Stuttgart et au moins deux buts (1.30)

", + "title": "Ski de bosses: grosse chute pour Perrine Laffont, à un mois et demi des JO", + "description": "A un mois et demi des Jeux olympiques d'hiver, qui auront lieu à Pékin du 4 au 20 février prochain, Perrine Laffont a été victime d'une lourde chute ce vendredi à l'Alpe d'Huez. Selon la chaine L'Équipe et l'AFP, elle serait touchée aux côtes et va passer des examens.

", + "content": "A un mois et demi des Jeux olympiques d'hiver, qui auront lieu à Pékin du 4 au 20 février prochain, Perrine Laffont a été victime d'une lourde chute ce vendredi à l'Alpe d'Huez. Selon la chaine L'Équipe et l'AFP, elle serait touchée aux côtes et va passer des examens.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-14-decembre-bundesliga-allemagne_AN-202112130324.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-de-bosses-grosse-chute-pour-perrine-laffont-a-un-mois-et-demi-des-jo_AV-202112170302.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/yF2QyuZYY-Gkwn1agxSR_MWsKNE=/10x0:1994x1116/800x0/images/Bayern-Munich-1187642.jpg", + "pubDate": "Fri, 17 Dec 2021 14:10:49 GMT", + "enclosure": "https://images.bfmtv.com/r6Aup3OePIdSxQ6w0N6Za4Abd1Y=/0x40:768x472/800x0/images/La-Francaise-Perrine-Laffont-lors-des-qualifications-de-l-epreuve-de-ski-de-bosses-de-la-Coupe-du-monde-le-4-fevrier-2021-a-Park-City-Utah-USA-1186467.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40211,17 +41465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7a050273922e01b5ece9b44990229d2" + "hash": "b26c006f3c9a45f6f906cca19a4692bd" }, { - "title": "Ligue 2: un joueur de Rodez victime d'injures racistes à Toulouse", - "description": "Après le nul contre son voisin Rodez, ce lundi soir en Ligue 2 (1-1), le Toulouse FC a expliqué qu'un joueur adverse a été visé par des propos à caractère raciste, lancés par un spectateur du Stadium. Et a fermement condamné ces agissements.

", - "content": "Après le nul contre son voisin Rodez, ce lundi soir en Ligue 2 (1-1), le Toulouse FC a expliqué qu'un joueur adverse a été visé par des propos à caractère raciste, lancés par un spectateur du Stadium. Et a fermement condamné ces agissements.

", + "title": "Coupes d’Europe de rugby: les confrontations franco-britanniques reportées", + "description": "Comme annoncé vendredi par RMC Sport, les confrontations entre les équipes françaises et britanniques n’auront pas lieu ce week-end lors de la 2e journée de Champions Cup et de Challenge. Les matchs sont reportés. Mais quand? Dans un calendrier surchargé, ça s’annonce complexe.

", + "content": "Comme annoncé vendredi par RMC Sport, les confrontations entre les équipes françaises et britanniques n’auront pas lieu ce week-end lors de la 2e journée de Champions Cup et de Challenge. Les matchs sont reportés. Mais quand? Dans un calendrier surchargé, ça s’annonce complexe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-2/ligue-2-un-joueur-de-rodez-victime-d-injures-racistes-a-toulouse_AN-202112130565.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/coupes-d-europe-de-rugby-plusieurs-matchs-de-clubs-francais-reportes_AV-202112170288.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 22:24:48 GMT", - "enclosure": "https://images.bfmtv.com/yENRW6S1qdU9_Bwc6jDimd_FQ1U=/0x159:2048x1311/800x0/images/Lionel-Mpasi-1187946.jpg", + "pubDate": "Fri, 17 Dec 2021 13:24:35 GMT", + "enclosure": "https://images.bfmtv.com/ctYnfGMgQp-Hm8L3KnfRYJ5I6HI=/0x39:768x471/800x0/images/L-arriere-rochelais-Brice-Dulin-echappe-a-un-plaquage-d-un-joueur-de-Glasgow-lors-de-la-1ere-journee-de-la-poule-A-de-la-Coupe-d-Europe-le-12-decembre-2021-au-Stade-Marcel-Deflandre-1187109.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40232,17 +41486,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d808a54ec669a25a0c5887649891950" + "hash": "1039b552cf0567aad4ac6abc395d3922" }, { - "title": "PSG: Mbappé a mis un énorme râteau à Tottenham (et à Spider-Man)", - "description": "Présent à la cérémonie de remise du Ballon d'or le 29 novembre dernier, l'acteur Tom Holland, qui apparaît à l'affiche du prochain film Spider-Man, s'est entretenu quelques instants avec Kylian Mbappé. Fan de Tottenham, celui qui interprète Peter Parker a demandé à l'attaquant du PSG de rejoindre les Spurs... et s'est pris un bon gros stop.

", - "content": "Présent à la cérémonie de remise du Ballon d'or le 29 novembre dernier, l'acteur Tom Holland, qui apparaît à l'affiche du prochain film Spider-Man, s'est entretenu quelques instants avec Kylian Mbappé. Fan de Tottenham, celui qui interprète Peter Parker a demandé à l'attaquant du PSG de rejoindre les Spurs... et s'est pris un bon gros stop.

", + "title": "Le sport face au coronavirus en direct: le ministre des sports britannique demande aux joueurs de se faire vacciner", + "description": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "content": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-mbappe-a-mis-un-enorme-rateau-a-tottenham-et-a-spider-man_AV-202112130559.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 22:00:56 GMT", - "enclosure": "https://images.bfmtv.com/lVpbGftaFi3Dja9dJRtwp5YtE1s=/0x50:768x482/800x0/images/Mbappe-auteur-d-un-double-pour-Paris-face-au-FC-Bruges-lors-dudernier-match-de-poule-de-C1-au-Parc-des-Princes-le-7-decembre-2021-1187633.jpg", + "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", + "enclosure": "https://images.bfmtv.com/c7oR23ZA9dNTIOrmMNWCCVYDMMA=/0x0:2032x1143/800x0/images/La-Premier-League-face-au-Covid-19-1190272.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40253,17 +41507,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60d06acc28cfa78c8c0e1be5baae5a35" + "hash": "7f37abff5782a279986545b4a2378c96" }, { - "title": "Belgique: Courtois, De Bruyne, Lukaku... Pourquoi Martinez ne convoquera aucun cadre en mars", - "description": "Invité dans une émission de la RTBF à évoquer l'actualité de l'équipe de Belgique, Roberto Martinez a évoqué un plan pour le moins surprenant pour les matchs amicaux des Diables Rouges en mars. Le sélectionneur souhaite laisser ses cadres au repos et ne retenir que des joueurs à moins de 50 sélections.

", - "content": "Invité dans une émission de la RTBF à évoquer l'actualité de l'équipe de Belgique, Roberto Martinez a évoqué un plan pour le moins surprenant pour les matchs amicaux des Diables Rouges en mars. Le sélectionneur souhaite laisser ses cadres au repos et ne retenir que des joueurs à moins de 50 sélections.

", + "title": "OM en direct: \"aucun joueur de Lyon n'est venu voir Payet\", regrette Sampaoli", + "description": "Luis Henrique et Jorge Sampaoli étaient en conférence de presse, ce vendredi deux jours avant l'entrée en lice de l'OM en Coupe de France contre Cannet Rocheville (N3). L'entraîneur argentin en a profité pour envoyer une petite pique aux Lyonnais.

", + "content": "Luis Henrique et Jorge Sampaoli étaient en conférence de presse, ce vendredi deux jours avant l'entrée en lice de l'OM en Coupe de France contre Cannet Rocheville (N3). L'entraîneur argentin en a profité pour envoyer une petite pique aux Lyonnais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/belgique-courtois-de-bruyne-lukaku-pourquoi-martinez-ne-convoquera-aucun-cadre-en-mars_AV-202112130555.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/om-en-direct-suivez-la-conf-de-presse-de-sampaoli-et-luis-henrique_LN-202112170217.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 21:51:58 GMT", - "enclosure": "https://images.bfmtv.com/TOeVhRsdAM7CsBbcCSioYw9KXc0=/0x0:768x432/800x0/images/Le-selectionneur-espagnol-de-la-Belgique-Roberto-Martinez-durant-une-conference-de-presse-a-Tubize-en-Belgique-le-4-juin-2021-1042516.jpg", + "pubDate": "Fri, 17 Dec 2021 11:00:00 GMT", + "enclosure": "https://images.bfmtv.com/S6P-ly-VyNAbiAX4H3XrRgIkbEA=/0x106:2048x1258/800x0/images/Jorge-Sampaoli-en-conference-de-presse-avec-l-OM-1159133.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40274,17 +41528,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d209fff4329817b441af669052a6c1f8" + "hash": "8b6e5aa1c4919d151cdd9a454cf2d275" }, { - "title": "Barça: une rencontre Laporta-Raiola pour discuter du dossier Haaland", - "description": "Le président du Barça Joan Laporta a profité de la cérémonie du Golden Boy, organisée en Italie, pour rencontrer Mino Raiola, l’agent d’Erling Haaland. En vue d'un transfert estival ?

", - "content": "Le président du Barça Joan Laporta a profité de la cérémonie du Golden Boy, organisée en Italie, pour rencontrer Mino Raiola, l’agent d’Erling Haaland. En vue d'un transfert estival ?

", + "title": "FIA: l'Émirati Ben Sulayem succède à Todt comme président", + "description": "Président de la Fédération internationale de l'automobile (FIA) pendant 12 ans, Jean Todt laisse sa place à Mohammed Ben Sulayem. L'ancien pilote de rallye, agé de 60 ans, a devancé Graham Stoker, adjoint du dirigeant français. L'Émirati compte moderniser l'instance durant son mandat de quatre ans.

", + "content": "Président de la Fédération internationale de l'automobile (FIA) pendant 12 ans, Jean Todt laisse sa place à Mohammed Ben Sulayem. L'ancien pilote de rallye, agé de 60 ans, a devancé Graham Stoker, adjoint du dirigeant français. L'Émirati compte moderniser l'instance durant son mandat de quatre ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-une-rencontre-laporta-raiola-pour-discuter-du-dossier-haaland_AV-202112130545.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/fia-l-emirati-ben-sulayem-succede-a-todt-comme-president_AV-202112170280.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 21:17:32 GMT", - "enclosure": "https://images.bfmtv.com/prbnmt45qwrYEqquA-N_8Uco9zA=/0x104:1984x1220/800x0/images/Erling-Haaland-Dortmund-1187811.jpg", + "pubDate": "Fri, 17 Dec 2021 12:55:38 GMT", + "enclosure": "https://images.bfmtv.com/itaVTmMhKNmqC9Ss9TFpOb34O-M=/0x46:2048x1198/800x0/images/Mohammed-Ben-Sulayem-1190362.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40295,17 +41549,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d288ee446cae7ba9fa325f2ec94adcc0" + "hash": "d1dd69574246dd5407d70d1b0df69b57" }, { - "title": "Mondial de hand: les Bleues maitrisent la Russie et affronteront la Suède en quarts", - "description": "Les Bleues du handball se sont imposées sans trembler face à la Russie ce lundi soir (33-28) et terminent de la meilleure manière le tour principal du Mondial. Place maintenant au quart de finale contre la Suède.

", - "content": "Les Bleues du handball se sont imposées sans trembler face à la Russie ce lundi soir (33-28) et terminent de la meilleure manière le tour principal du Mondial. Place maintenant au quart de finale contre la Suède.

", + "title": "Ligue des nations: Van Gaal content de ne pas affronter une petite nation qui \"n'apporte rien\"", + "description": "Les équipes participant à la Ligue des nations connaissent depuis ce jeudi l’identité de leurs adversaires pour les phases de groupes. En plus de la Pologne et du Pays de Galles, les Pays-Bas affronteront la Belgique. Le sélectionneur Louis Van Gaal est satisfait, d'autant qu'il n'apprécie pas les matchs contre les nations de niveau très inférieur.

", + "content": "Les équipes participant à la Ligue des nations connaissent depuis ce jeudi l’identité de leurs adversaires pour les phases de groupes. En plus de la Pologne et du Pays de Galles, les Pays-Bas affronteront la Belgique. Le sélectionneur Louis Van Gaal est satisfait, d'autant qu'il n'apprécie pas les matchs contre les nations de niveau très inférieur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/mondial-de-hand-les-bleues-maitrisent-la-russie-et-affronteront-la-suede-en-quarts_AN-202112130540.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/ligue-des-nations-van-gaal-content-de-ne-pas-affronter-une-petite-nation-qui-n-apporte-rien_AV-202112170276.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 21:04:11 GMT", - "enclosure": "https://images.bfmtv.com/rKXk2hucuS4y676f2lrkvnJLtAU=/0x49:2048x1201/800x0/images/Pauletta-Foppa-1187916.jpg", + "pubDate": "Fri, 17 Dec 2021 12:48:07 GMT", + "enclosure": "https://images.bfmtv.com/O8IlRa5hrPs1AEtVgJiapUDHiqU=/63x89:1983x1169/800x0/images/Louis-van-Gaal-1085497.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40316,17 +41570,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f058cd3f16dcec24599a1f531632f88f" + "hash": "4b9424f378115e0cec37dd72ea5f8634" }, { - "title": "Mercato en direct: Haaland ferait du Barça sa priorité", - "description": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", - "content": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", + "title": "PSG: Mbappé devient ambassadeur de Dior", + "description": "Kylian Mbappé a signé un partenariat, dont la durée n'a pas été précisée, avec la célèbre marque de luxe Dior. L'attaquant du PSG devient ambassadeur de la maison française.

", + "content": "Kylian Mbappé a signé un partenariat, dont la durée n'a pas été précisée, avec la célèbre marque de luxe Dior. L'attaquant du PSG devient ambassadeur de la maison française.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-devient-ambassadeur-de-dior_AV-202112170274.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 06:29:19 GMT", - "enclosure": "https://images.bfmtv.com/prbnmt45qwrYEqquA-N_8Uco9zA=/0x104:1984x1220/800x0/images/Erling-Haaland-Dortmund-1187811.jpg", + "pubDate": "Fri, 17 Dec 2021 12:43:36 GMT", + "enclosure": "https://images.bfmtv.com/r6hQFF3VxofdDFDkiJi1HQWv6rs=/0x34:2048x1186/800x0/images/Kylian-Mbappe-1190332.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40337,17 +41591,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a523da98a8cbba4b470214483fc38a9" + "hash": "135c20cb63043ffb84336b7a969b944e" }, { - "title": "Ligue des champions: le Real Madrid ne saisira pas le TAS après l'imbroglio du tirage", - "description": "Très irrité par la réorganisation du tirage au sort des huitièmes de finale de la Ligue des champions après une erreur de l'UEFA ce lundi, le Real Madrid a envoyé deux courriers durs à l'instance qui gère le football européen. Mais selon AS, le club qui a remporté treize fois la C1 a écarté l'hypothèse de présenter l'affaire devant le Tribunal arbitral du sport.

", - "content": "Très irrité par la réorganisation du tirage au sort des huitièmes de finale de la Ligue des champions après une erreur de l'UEFA ce lundi, le Real Madrid a envoyé deux courriers durs à l'instance qui gère le football européen. Mais selon AS, le club qui a remporté treize fois la C1 a écarté l'hypothèse de présenter l'affaire devant le Tribunal arbitral du sport.

", + "title": "Mercato: Olivier Dall'Oglio répond à la rumeur Belaïli à Montpellier", + "description": "Alors que le nom de Youcef Belaïli est évoqué du côté de Montpellier, Olivier Dall'Oglio a répondu à la rumeur de sa venue en conférence de presse, sans se montrer bien précis.

", + "content": "Alors que le nom de Youcef Belaïli est évoqué du côté de Montpellier, Olivier Dall'Oglio a répondu à la rumeur de sa venue en conférence de presse, sans se montrer bien précis.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-real-madrid-ne-saisira-pas-le-tas-apres-l-imbroglio-du-tirage_AV-202112130532.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-olivier-dall-oglio-repond-a-la-rumeur-belaili-a-montpellier_AV-202112170273.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 20:45:20 GMT", - "enclosure": "https://images.bfmtv.com/30hLijDPv5gf04o72Xy_pmbctLk=/0x25:2048x1177/800x0/images/Florentino-Perez-1171094.jpg", + "pubDate": "Fri, 17 Dec 2021 12:38:07 GMT", + "enclosure": "https://images.bfmtv.com/VZ2pjoA_3RjnwFz_RxK-xWzGGOc=/0x0:2048x1152/800x0/images/Youcef-Belaili-1190269.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40358,17 +41612,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "caca05bb24538a473084b5f30dcbace3" + "hash": "b54e99fdb1dbc165c13bb14a3d4842f4" }, { - "title": "Benfica: Otamendi victime d'un très violent cambriolage, ceinture autour du cou", - "description": "Titulaire dimanche soir avec Benfica sur la pelouse de Famalicao à l'occasion de la 14e journée de Liga Nos, Nicolas Otamendi a ensuite été victime dans la nuit d'un violent cambriolage. Quatre agresseurs ont fait irruption chez lui avant de lui dérober de l'argent et des montres. Le défenseur argentin a été agressé.

", - "content": "Titulaire dimanche soir avec Benfica sur la pelouse de Famalicao à l'occasion de la 14e journée de Liga Nos, Nicolas Otamendi a ensuite été victime dans la nuit d'un violent cambriolage. Quatre agresseurs ont fait irruption chez lui avant de lui dérober de l'argent et des montres. Le défenseur argentin a été agressé.

", + "title": "Mercato: le Barça sur le point de rompre le prêt de Yusuf Demir", + "description": "Considéré comme un talent prometteur au Rapid Vienne, Yusuf Demir avait rejoint l’été dernier le FC Barcelone dans l’espoir de franchir un cap. Mais l’attaquant devrait quitter les Catalans. D'après Sport, le club a prévu de casser le prêt avec option d’achat de l’Autrichien.

", + "content": "Considéré comme un talent prometteur au Rapid Vienne, Yusuf Demir avait rejoint l’été dernier le FC Barcelone dans l’espoir de franchir un cap. Mais l’attaquant devrait quitter les Catalans. D'après Sport, le club a prévu de casser le prêt avec option d’achat de l’Autrichien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/benfica-otamendi-victime-d-un-tres-violent-cambriolage-ceinture-autour-du-cou_AV-202112130523.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-sur-le-point-de-rompre-le-pret-de-yusuf-demir_AV-202112170270.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 20:14:49 GMT", - "enclosure": "https://images.bfmtv.com/3om1oCLsWq3zOfJYu03AoUlOJw8=/0x52:2048x1204/800x0/images/Nicolas-Otamendi-1187897.jpg", + "pubDate": "Fri, 17 Dec 2021 12:32:14 GMT", + "enclosure": "https://images.bfmtv.com/c1ai0kgIMlUndIDCMSzATHC7Bmo=/0x0:2048x1152/800x0/images/Yusuf-Demir-1190318.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40379,17 +41633,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "439031177b5cf1c35962836114fdf330" + "hash": "d6de89e9aba83909e1f0c9a1b9ab2b02" }, { - "title": "Paris 2024: Estanguet veut marquer l'histoire des Jeux avec la cérémonie d'ouverture sur la Seine", - "description": "Le patron du comité d'organisation des Jeux olympiques de Paris 2024, Tony Estanguet, estime que le choix de la Seine pour le défilé de la cérémonie d'ouverture des JO de Paris dans plus de deux ans, symbolise cette \"ambition\" d'organiser des Jeux différents, et de marquer l'histoire.

", - "content": "Le patron du comité d'organisation des Jeux olympiques de Paris 2024, Tony Estanguet, estime que le choix de la Seine pour le défilé de la cérémonie d'ouverture des JO de Paris dans plus de deux ans, symbolise cette \"ambition\" d'organiser des Jeux différents, et de marquer l'histoire.

", + "title": "PRONOS PARIS RMC Les paris du 17 décembre sur Paris FC - Lyon – Coupe de France", + "description": "Notre pronostic: N2 à la mi-temps, N2 en fin de match et moins de 3,5 buts dans le match (1.84)

", + "content": "Notre pronostic: N2 à la mi-temps, N2 en fin de match et moins de 3,5 buts dans le match (1.84)

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/paris-2024-estanguet-veut-marquer-l-histoire-des-jeux-avec-la-ceremonie-d-ouverture-sur-la-seine_AV-202112130522.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-17-decembre-sur-paris-fc-lyon-coupe-de-france_AN-202112160019.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 20:05:10 GMT", - "enclosure": "https://images.bfmtv.com/9viXSYkmpqlSZuJ5qJIR1k0lBqs=/0x43:768x475/800x0/images/Le-patron-des-Jeux-de-Paris-2024-Tony-Estanguet-s-exprimant-devant-l-assemblee-des-maires-de-France-a-Paris-le-16-novembre-2021-1170749.jpg", + "pubDate": "Fri, 17 Dec 2021 12:12:00 GMT", + "enclosure": "https://images.bfmtv.com/LlemzCV6qFsWoecblPMPQOXy6xE=/0x104:1984x1220/800x0/images/Peter-Bosz-Lyon-1189169.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40400,17 +41654,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "926404e00c001c3adbc2e68e76f63e7d" + "hash": "aff59975f74ef3c37478654e138e9d2d" }, { - "title": "Affaire Agnel: le club d'esport MCES stoppe à son tour sa collaboration avec l’ex-nageur", - "description": "Le club d'esport MCES a annoncé ce lundi qu'il suspendait sa collaboration avec Yannick Agnel, son directeur sportif. L’ancien nageur a été mis en examen samedi pour viol et agression sexuelle sur une mineure de 13 ans.

", - "content": "Le club d'esport MCES a annoncé ce lundi qu'il suspendait sa collaboration avec Yannick Agnel, son directeur sportif. L’ancien nageur a été mis en examen samedi pour viol et agression sexuelle sur une mineure de 13 ans.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 17 décembre – Coupe de France", + "description": "Mon pronostic : Lyon ne perd pas sur la pelouse du Paris FC et Paqueta marque (1.95)

", + "content": "Mon pronostic : Lyon ne perd pas sur la pelouse du Paris FC et Paqueta marque (1.95)

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-le-club-d-esport-mces-stoppe-a-son-tour-sa-collaboration-avec-l-ex-nageur_AV-202112130514.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-17-decembre-coupe-de-france_AN-202112170264.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 19:40:06 GMT", - "enclosure": "https://images.bfmtv.com/4l3lv0o0WJkwOQaI-RYWDPw4rgg=/0x40:768x472/800x0/images/Yannick-Agnel-a-l-issue-du-200-m-nage-libre-aux-Jeux-Olympiques-de-Rio-de-Janeiro-le-7-aout-2016-1186422.jpg", + "pubDate": "Fri, 17 Dec 2021 12:11:27 GMT", + "enclosure": "https://images.bfmtv.com/L6TGFiWGvnJXnPqoxzNLCCvGHnI=/0x0:1984x1116/800x0/images/Lucas-Paqueta-1190343.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40421,17 +41675,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66d96b2eef02b4dbec02666587f28539" + "hash": "4d1f5b578cf183e86c082bf335d05869" }, { - "title": "PSG: Ramos chahuté pour son retour à Madrid? \"Son départ ne s'est pas bien passé\", rappelle Hermel", - "description": "Désormais parisien, Sergio Ramos retrouvera le Real Madrid en huitièmes de finale de Ligue des champions en février. Selon Fred Hermel, le défenseur espagnol craint l’accueil que lui réservera le public madrilène.

", - "content": "Désormais parisien, Sergio Ramos retrouvera le Real Madrid en huitièmes de finale de Ligue des champions en février. Selon Fred Hermel, le défenseur espagnol craint l’accueil que lui réservera le public madrilène.

", + "title": "Arsenal: Aubameyang encore écarté pour le déplacement à Leeds", + "description": "Déjà absent lors des deux dernières rencontres des Gunners, et destitué du brassard de capitaine, Pierre-Emerick Aubameyang ne sera pas convoqué par Mikel Arteta pour affronter Leeds, samedi (18h30), en Premier League.

", + "content": "Déjà absent lors des deux dernières rencontres des Gunners, et destitué du brassard de capitaine, Pierre-Emerick Aubameyang ne sera pas convoqué par Mikel Arteta pour affronter Leeds, samedi (18h30), en Premier League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-ramos-chahute-pour-son-retour-a-madrid-son-depart-ne-s-est-pas-bien-passe-rappelle-hermel_AV-202112130509.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-aubameyang-encore-ecarte-pour-le-deplacement-a-leeds_AV-202112170261.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 19:22:35 GMT", - "enclosure": "https://images.bfmtv.com/CzLHjfG_UY_TGYkDQh1qszwbQjM=/0x69:1200x744/800x0/images/Sergio-Ramos-1172235.jpg", + "pubDate": "Fri, 17 Dec 2021 12:08:08 GMT", + "enclosure": "https://images.bfmtv.com/0exFoYg_uakhwOXFX5kWNLSzNRg=/0x24:2048x1176/800x0/images/Pierre-Emerick-Aubameyang-1190313.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40442,17 +41696,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5097e351c06d54637288fb9248bdea86" + "hash": "0c2ff329dc1aa860014d7e125578debe" }, { - "title": "Gymnastique: près de 400 millions de dollars pour les victimes de Larry Nassar", - "description": "Après cinq ans de bataille judiciaire, Simone Biles et les autres victimes de Larry Nassar, ancien médecin de l'équipe américaine de gym, ont trouvé un accord financier avec la Fédération et le Comité olympique américain. Les gymnastes abusées sexuellement vont se partager 380 millions de dollars.

", - "content": "Après cinq ans de bataille judiciaire, Simone Biles et les autres victimes de Larry Nassar, ancien médecin de l'équipe américaine de gym, ont trouvé un accord financier avec la Fédération et le Comité olympique américain. Les gymnastes abusées sexuellement vont se partager 380 millions de dollars.

", + "title": "Champions Cup: Racing-Ospreys annulé, les Français vainqueurs", + "description": "La rencontre de Champions Cup entre le Racing 92 et les Ospreys, prévue samedi, a été annulée en raison de nombreux cas de coronavirus dans les rangs gallois. Le club français est déclaré vainqueur.

", + "content": "La rencontre de Champions Cup entre le Racing 92 et les Ospreys, prévue samedi, a été annulée en raison de nombreux cas de coronavirus dans les rangs gallois. Le club français est déclaré vainqueur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/gymnastique-pres-de-400-millions-de-dollars-pour-les-victimes-de-larry-nassar_AN-202112130498.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-racing-ospreys-annule-les-francais-vainqueurs_AV-202112170247.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 19:04:21 GMT", - "enclosure": "https://images.bfmtv.com/kVEOPFFDC1uG6lp9aNnSxWQ97RE=/0x0:2048x1152/800x0/images/Simone-Biles-et-d-autres-victimes-de-Larry-Nassar-1187879.jpg", + "pubDate": "Fri, 17 Dec 2021 11:50:20 GMT", + "enclosure": "https://images.bfmtv.com/vy2TRfK_cpN9fh4gMjK5wEXUGkQ=/0x218:2048x1370/800x0/images/Le-match-Racing-Ospreys-annule-1190320.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40463,17 +41717,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fcbe638257f3c3793c44190a5110e30" + "hash": "a8a675953b5ba755f0907f8caa99ec5c" }, { - "title": "Paris 2024: les chiffres de la grandiose cérémonie d'ouverture sur la Seine", - "description": "La cérémonie d'ouverture des Jeux olympiques de Paris 2024 qui se déroulera sur la Seine sera une première hors d'un stade. Voici les principaux chiffres de cette cérémonie annoncée comme \"révolutionnaire\" par les organisateurs des JO.

", - "content": "La cérémonie d'ouverture des Jeux olympiques de Paris 2024 qui se déroulera sur la Seine sera une première hors d'un stade. Voici les principaux chiffres de cette cérémonie annoncée comme \"révolutionnaire\" par les organisateurs des JO.

", + "title": "Coupes d'Europe de rugby: l'incertitude plane toujours face au Covid-19", + "description": "Alors qu’un certain optimisme régnait ce vendredi matin, l’inquiétude est bel et bien de retour pour la tenue des matchs de la deuxième journée de Champions Cup de Challenge européen. Les clubs français ne seraient plus très chaud à voyager dans les iles britanniques. Nouvelle réunion des présidents à 12h30.\n

", + "content": "Alors qu’un certain optimisme régnait ce vendredi matin, l’inquiétude est bel et bien de retour pour la tenue des matchs de la deuxième journée de Champions Cup de Challenge européen. Les clubs français ne seraient plus très chaud à voyager dans les iles britanniques. Nouvelle réunion des présidents à 12h30.\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/paris-2024-les-chiffres-de-la-grandiose-ceremonie-d-ouverture-sur-la-seine_AV-202112130491.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/coupes-d-europe-de-rugby-l-incertitude-plane-toujours_AV-202112170242.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:50:23 GMT", - "enclosure": "https://images.bfmtv.com/feG_dshW-JcBX__0na1OgeQgeOY=/0x0:1936x1089/800x0/images/L-embarquement-des-athletes-1187796.jpg", + "pubDate": "Fri, 17 Dec 2021 11:41:02 GMT", + "enclosure": "https://images.bfmtv.com/TiuJcfkdx4T0N2oNnxyq07YzeRY=/15x1:1183x658/800x0/images/-880887.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40484,17 +41738,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96766e2bd0a660ee8e24e4f88c250d86" + "hash": "7735e76a4ac1aff9b2a9bc2371c5dbcf" }, { - "title": "Ligue des champions: le surnom peu flatteur donné à l'UEFA par les dirigeants du Real en colère", - "description": "Sale journée pour le Real Madrid. Alors que le premier tirage au sort des huitièmes de finale de la Ligue des champions avait désigné Benfica comme adversaire du club espagnol, c'est bien le PSG qui affrontera les Merengues. Une issue qui a rendu fous de rage les dirigeants madrilènes, qui auraient trouvé un surnom peu flatteur à l'UEFA.

", - "content": "Sale journée pour le Real Madrid. Alors que le premier tirage au sort des huitièmes de finale de la Ligue des champions avait désigné Benfica comme adversaire du club espagnol, c'est bien le PSG qui affrontera les Merengues. Une issue qui a rendu fous de rage les dirigeants madrilènes, qui auraient trouvé un surnom peu flatteur à l'UEFA.

", + "title": "Le sport face au coronavirus en direct: quatre nouveaux matchs reportés en Premier League", + "description": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "content": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-surnom-peu-flatteur-donne-a-l-uefa-par-les-dirigeants-du-real-en-colere_AV-202112130475.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:27:26 GMT", - "enclosure": "https://images.bfmtv.com/LUj40tbr7OhkXtcO9QGtFHti-RQ=/0x106:2048x1258/800x0/images/1187615.jpg", + "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", + "enclosure": "https://images.bfmtv.com/xJFZrxBGQSMwYf5OnYNLrfPCRaU=/0x40:768x472/800x0/images/Le-manager-de-Leicester-Brendan-Rodgers-et-son-milieu-James-Maddison-a-l-issue-du-dernier-match-dispute-a-domicile-en-Championnat-contre-Newcastle-le-12-decembre-2021-1189757.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40505,17 +41759,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edb26d3eb3f97fc42ad0902e2e3b3d70" + "hash": "a27f90db50cf1746aef845d63669a48c" }, { - "title": "Paris 2024: les images de la future cérémonie d'ouverture sur la Seine", - "description": "Le comité d'organisation des Jeux olympiques de Paris 2024 a dévoilé ce lundi les détails du projet de cérémonie d'ouverture qui se tiendra le 26 juillet 2024. Un spectacle grandiose attend les sportifs et les Parisiens, qui pourront assister à cette fête depuis les quais de Seine.

", - "content": "Le comité d'organisation des Jeux olympiques de Paris 2024 a dévoilé ce lundi les détails du projet de cérémonie d'ouverture qui se tiendra le 26 juillet 2024. Un spectacle grandiose attend les sportifs et les Parisiens, qui pourront assister à cette fête depuis les quais de Seine.

", + "title": "Champions Cup: Montpellier-Leinster annulé, le MHR vainqueur sur tapis vert", + "description": "Le match de Champions Cup qui devait opposer Montpellier au Leinster vendredi soir au GGL Stadium a été annulé en raison de nombreux cas positifs au Covid-19 dans l’effectif irlandais. Le MHR est déclaré vainqueur sur tapis vert 28-0.

", + "content": "Le match de Champions Cup qui devait opposer Montpellier au Leinster vendredi soir au GGL Stadium a été annulé en raison de nombreux cas positifs au Covid-19 dans l’effectif irlandais. Le MHR est déclaré vainqueur sur tapis vert 28-0.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/paris-2024-les-images-de-la-future-ceremonie-d-ouverture-sur-la-seine_AV-202112130471.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-montpellier-leinster-annule-le-mhr-vainqueur-sur-tapis-vert_AV-202112160469.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:16:46 GMT", - "enclosure": "https://images.bfmtv.com/kQ2CgNpiVQzpsMeraAg4U9y-VNQ=/0x0:2048x1152/800x0/images/Les-quais-lors-de-la-ceremonie-d-ouverture-1187798.jpg", + "pubDate": "Thu, 16 Dec 2021 18:47:06 GMT", + "enclosure": "https://images.bfmtv.com/l2PHh_VtpIOKV_52bSSE86Qe-9w=/0x0:2048x1152/800x0/images/Yvan-Reilhac-1189899.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40526,17 +41780,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48bbb8ba43beaf717d99492b631259dc" + "hash": "8da248652db14c0e3d9a8c5eff0b5d64" }, { - "title": "Mercato en direct: Mbappé a mis un râteau à un cador anglais", - "description": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", - "content": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", + "title": "F1: pour Wolff, Hamilton s’est \"fait voler sa couronne\"", + "description": "Si Mercedes a renoncé à faire appel du résultat du Grand Prix d’Abu Dhabi, son patron, Toto Wolff, ne décolère pas. Il estime que son pilote s’est fait \"voler\" son titre de champion du monde de Formule 1, comme il l’a encore affirmé ce jeudi aux médias.

", + "content": "Si Mercedes a renoncé à faire appel du résultat du Grand Prix d’Abu Dhabi, son patron, Toto Wolff, ne décolère pas. Il estime que son pilote s’est fait \"voler\" son titre de champion du monde de Formule 1, comme il l’a encore affirmé ce jeudi aux médias.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-pour-wolff-hamilton-s-est-fait-voler-sa-couronne_AV-202112160467.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 06:29:19 GMT", - "enclosure": "https://images.bfmtv.com/94BjD4HbF8sJ595RmmuXNGdBsVA=/0x106:2048x1258/800x0/images/Kylian-Mbappe-lors-de-PSG-Bruges-1183541.jpg", + "pubDate": "Thu, 16 Dec 2021 18:45:06 GMT", + "enclosure": "https://images.bfmtv.com/79Wmz5EnIO1gy3XxII2gKvD32W8=/0x65:2048x1217/800x0/images/Toto-Wolff-et-Lewis-Hamilton-1188838.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40547,17 +41801,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "02665f45ea862f183acf9cc7c7554e30" + "hash": "1958f558cfe13fedd1a504e41c43de0a" }, { - "title": "Affaire Agnel: la Fédération française de natation se constitue partie civile", - "description": "La Fédération française de natation a annoncé ce lundi qu’elle se porte partie civile dans l’affaire Yannick Agnel. L’ex-nageur a été mis en examen pour \"viol et agression sexuelle sur mineure\", et placé sous contrôle judiciaire.

", - "content": "La Fédération française de natation a annoncé ce lundi qu’elle se porte partie civile dans l’affaire Yannick Agnel. L’ex-nageur a été mis en examen pour \"viol et agression sexuelle sur mineure\", et placé sous contrôle judiciaire.

", + "title": "Coupe de France: l’emblématique Anny Courtade veut redonner à l'AS Cannes sa grandeur d'antan", + "description": "A 82 ans, celle qui a fait du RC Cannes volley, le club le plus titré des sports collectifs français, déborde toujours d’énergie et d’ambitions. Présidente du club de football depuis 2019, après avoir longtemps refusé, Anny Courtade espère replacer l’AS Cannes, aujourd’hui en N3 et adversaire de Dijon ce samedi en 32e de finale de Coupe de France, dans le monde professionnel.

", + "content": "A 82 ans, celle qui a fait du RC Cannes volley, le club le plus titré des sports collectifs français, déborde toujours d’énergie et d’ambitions. Présidente du club de football depuis 2019, après avoir longtemps refusé, Anny Courtade espère replacer l’AS Cannes, aujourd’hui en N3 et adversaire de Dijon ce samedi en 32e de finale de Coupe de France, dans le monde professionnel.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-la-federation-francaise-de-natation-se-constitue-partie-civile_AV-202112130462.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-l-emblematique-anny-courtade-veut-redonner-a-l-as-cannes-sa-grandeur-d-antan_AN-202112160463.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:07:55 GMT", - "enclosure": "https://images.bfmtv.com/MhiWI9f1DC1iCJ2a2QzVGovW6ro=/0x38:768x470/800x0/images/Le-nageur-francais-Yannick-Agnel-s-apprete-a-disputer-la-finale-du-200-m-des-championnats-de-France-a-Montpellier-le-30-mars-2016-1185421.jpg", + "pubDate": "Thu, 16 Dec 2021 18:43:39 GMT", + "enclosure": "https://images.bfmtv.com/LKKsNrevdmwO48NJH1K6tdezzSQ=/0x0:1200x675/800x0/images/Anny-Courtade-1189891.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40568,17 +41822,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2b13ee5a61ea2810d7f50d889da6323" + "hash": "191bdebb941d7fbf2b83f185b3e2938b" }, { - "title": "Longoria aimerait que l’OM soit \"à jamais le premier\" en Conference League", - "description": "Reversé en Conference League après son échec en Ligue Europa, l’OM affrontera Qarabag en barrages, en février. Un tirage \"intéressant\" selon Pablo Longoria, qui assure que Marseille jouera cette compétition à fond.

", - "content": "Reversé en Conference League après son échec en Ligue Europa, l’OM affrontera Qarabag en barrages, en février. Un tirage \"intéressant\" selon Pablo Longoria, qui assure que Marseille jouera cette compétition à fond.

", + "title": "Ligue des nations: tous les groupes, avec un tirage terrible pour l'Italie", + "description": "Le menu de la Ligue des nations 2022-2023 a été révélé à l’issue d’un tirage sort à Nyon, en Suisse, ce jeudi. Voici le détail des groupes, dont celui de la France.

", + "content": "Le menu de la Ligue des nations 2022-2023 a été révélé à l’issue d’un tirage sort à Nyon, en Suisse, ce jeudi. Voici le détail des groupes, dont celui de la France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-conference-league/longoria-aimerait-que-l-om-soit-a-jamais-le-premier-en-conference-league_AV-202112130451.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/ligue-des-nations-tous-les-groupes-avec-un-tirage-terrible-pour-l-italie_AV-202112160437.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 17:54:26 GMT", - "enclosure": "https://images.bfmtv.com/a1w7RIt0VlQJ2-ohBehwEExk0ms=/0x212:2048x1364/800x0/images/Pablo-Longoria-1187758.jpg", + "pubDate": "Thu, 16 Dec 2021 18:04:54 GMT", + "enclosure": "https://images.bfmtv.com/LZ23tJYE4MWGtm1NPJ7K2H9UHhE=/0x55:2048x1207/800x0/images/L-Italie-a-l-Euro-1136759.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40589,17 +41843,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbd67fb4d732c608daa0b22d1ea9ed04" + "hash": "4591e11e707625f397b431deb42a3983" }, { - "title": "Paris 2024 dévoile les contours d'une impressionnante cérémonie d'ouverture", - "description": " Le comité d’organisation de Paris 2024 a dévoilé ce lundi le bases de son projet de cérémonie d’ouverture des JO sur la Seine. Le spectacle promet d’être au rendez-vous. Le fruit de près de deux ans de travail.

", - "content": " Le comité d’organisation de Paris 2024 a dévoilé ce lundi le bases de son projet de cérémonie d’ouverture des JO sur la Seine. Le spectacle promet d’être au rendez-vous. Le fruit de près de deux ans de travail.

", + "title": "Ligue des nations en direct: La France s'en sort très bien", + "description": "Quels adversaires pour l'équipe de France, tenante du titre? Le tirage au sort de la Ligue des nations de l'UEFA 2022-2023 se déroule ce jeudi 16 décembre à Nyon (Suisse). Les premiers matchs se tiennent en juin.

", + "content": "Quels adversaires pour l'équipe de France, tenante du titre? Le tirage au sort de la Ligue des nations de l'UEFA 2022-2023 se déroule ce jeudi 16 décembre à Nyon (Suisse). Les premiers matchs se tiennent en juin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/paris-2024-devoile-les-contours-d-une-impressionnante-ceremonie-d-ouverture_AN-202112130425.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/ligue-des-nations-en-direct-le-tirage-au-sort-de-l-edition-2022-2023_LN-202112160276.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 17:23:06 GMT", - "enclosure": "https://images.bfmtv.com/7cNldghk3tdebyFv5-QWItterOQ=/8x4:2040x1147/800x0/images/La-Seine-olympique-1187751.jpg", + "pubDate": "Thu, 16 Dec 2021 14:00:27 GMT", + "enclosure": "https://images.bfmtv.com/rVbWNFhaqmnSSRM8sckY5ReCcX0=/0x0:1200x675/800x0/images/Kylian-Mbappe-et-Karim-Benzema-1144828.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40610,17 +41864,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f6b4b693eb3a6c38f314298bb8d192d" + "hash": "a5f845a879e0f76abc0bd17f96ae5f75" }, { - "title": "Ligue des champions: toutes les dates des 8es de finale avec le PSG et Lille", - "description": "Quelques heures après le tirage au sort de la Ligue des champions, les dates des 8es de finale aller et retour ont été dévoilées par l'UEFA. Le PSG accueillera le Real Madrid le 15 février, Lille se rendra à Stamford Bridge le 22 février.

", - "content": "Quelques heures après le tirage au sort de la Ligue des champions, les dates des 8es de finale aller et retour ont été dévoilées par l'UEFA. Le PSG accueillera le Real Madrid le 15 février, Lille se rendra à Stamford Bridge le 22 février.

", + "title": "Ligue des nations: de la réussite au tirage pour les Bleus, avec un groupe très abordable", + "description": "Tenante du titre, l'équipe de France a hérité du Danemark, de la Croatie et de l'Autriche comme adversaires pour la Ligue des nations 2022-2023. Les Bleus s'en sortent plutôt bien et échappent au groupe de la mort composé de l'Italie, de l'Allemagne, de l'Angleterre et de la Hongrie.

", + "content": "Tenante du titre, l'équipe de France a hérité du Danemark, de la Croatie et de l'Autriche comme adversaires pour la Ligue des nations 2022-2023. Les Bleus s'en sortent plutôt bien et échappent au groupe de la mort composé de l'Italie, de l'Allemagne, de l'Angleterre et de la Hongrie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-toutes-les-dates-des-8es-de-finale-avec-le-psg-et-lille_AV-202112130422.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/ligue-des-nations-de-la-reussite-au-tirage-pour-les-bleus-avec-un-groupe-tres-abordable_AN-202112160426.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 17:15:20 GMT", - "enclosure": "https://images.bfmtv.com/ALGJUjgcq33l6W-gFQowQZY6QHo=/0x153:2048x1305/800x0/images/Kylian-Mbappe-et-Lionel-Messi-avec-le-PSG-1183621.jpg", + "pubDate": "Thu, 16 Dec 2021 17:48:44 GMT", + "enclosure": "https://images.bfmtv.com/E2jL_s7o_nPqCcuOyxHT9Wa0dVo=/0x197:2048x1349/800x0/images/Les-Bleus-vainqueurs-de-la-Ligue-des-nations-en-2021-1189753.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40631,17 +41885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfd3286604bed165fb4ba934da80f307" + "hash": "253f8314e3c333671f516dae03fe99eb" }, { - "title": "Ligue des champions: Ramos prêt à défendre le PSG jusqu'à la \"mort\" contre le Real", - "description": "Présent à Madrid ce lundi pour inaugurer une salle de sport, Sergio Ramos a participé à une conférence de presse dans l'après-midi. Inévitablement, le défenseur espagnol a été questionné sur la confrontation à venir entre le Paris Saint-Germain et le Real Madrid en huitièmes de finale de la Ligue des champions.

", - "content": "Présent à Madrid ce lundi pour inaugurer une salle de sport, Sergio Ramos a participé à une conférence de presse dans l'après-midi. Inévitablement, le défenseur espagnol a été questionné sur la confrontation à venir entre le Paris Saint-Germain et le Real Madrid en huitièmes de finale de la Ligue des champions.

", + "title": "PSG: Sergio Ramos de retour à l’entraînement collectif, Nuno Mendes à part", + "description": "À l’approche du match de Coupe de France ce dimanche face à Feignies-Aulnoye (N3), le PSG a pu compter sur un retour important à l’entraînement. Sergio Ramos s’est entraîné avec ses coéquipiers, tandis que Nuno Mendes était à part.

", + "content": "À l’approche du match de Coupe de France ce dimanche face à Feignies-Aulnoye (N3), le PSG a pu compter sur un retour important à l’entraînement. Sergio Ramos s’est entraîné avec ses coéquipiers, tandis que Nuno Mendes était à part.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-ramos-pret-a-defendre-le-psg-jusqu-a-la-mort-contre-le-real_AV-202112130417.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-sergio-ramos-de-retour-a-l-entrainement-collectif-nuno-mendes-a-part_AV-202112160417.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 17:08:49 GMT", - "enclosure": "https://images.bfmtv.com/7m-qfhTwLE18hCdBBD4kar0LUOg=/0x37:2048x1189/800x0/images/Sergio-RAMOS-1180944.jpg", + "pubDate": "Thu, 16 Dec 2021 17:34:28 GMT", + "enclosure": "https://images.bfmtv.com/XT35VVni4LgVYF9FkBnXJVPbOaY=/0x37:1200x712/800x0/images/Sergio-Ramos-1178510.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40652,17 +41906,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc186270c817481cdd1ea53fbba0baec" + "hash": "c578cd48acdf4675cf019fb57ca1384c" }, { - "title": "Lens annonce la prolongation de Sotoca façon Koh-Lanta", - "description": "Le RC Lens s’est montré particulièrement inspiré pour annoncer la prolongation de Florian Sotoca ce lundi. L’attaquant sang et or est désormais engagé avec le club nordiste jusqu’en 2024, comme le dévoile une vidéo doublée... par Denis Brogniart.

", - "content": "Le RC Lens s’est montré particulièrement inspiré pour annoncer la prolongation de Florian Sotoca ce lundi. L’attaquant sang et or est désormais engagé avec le club nordiste jusqu’en 2024, comme le dévoile une vidéo doublée... par Denis Brogniart.

", + "title": "Ligue 1: une prochaine vente du Sco Angers ?", + "description": "Le président du SCO, Saïd Chabane, a expliqué à Ouest-France être en discussions avec Paritosh Gupta, un homme d’affaires angevin, pour la vente de son club.

", + "content": "Le président du SCO, Saïd Chabane, a expliqué à Ouest-France être en discussions avec Paritosh Gupta, un homme d’affaires angevin, pour la vente de son club.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-annonce-la-prolongation-de-sotoca-facon-koh-lanta_AV-202112130409.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-une-prochaine-vente-du-sco-angers_AV-202112160405.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 17:01:01 GMT", - "enclosure": "https://images.bfmtv.com/gcPj1Y_HxekzcWpK2QBrMJaSJfc=/0x106:2048x1258/800x0/images/1187709.jpg", + "pubDate": "Thu, 16 Dec 2021 17:22:55 GMT", + "enclosure": "https://images.bfmtv.com/iAPPPBhacw0ZnMttxoIeQ6fgxZw=/0x0:2048x1152/800x0/images/Said-Chabane-president-du-SCO-d-Angers-1036610.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40673,17 +41927,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa7149e89828be9a1bc3944bb89bb3b8" + "hash": "caf0742349fde89a880834b9dc1110a1" }, { - "title": "Ligue des champions: le Real dénonce un tirage \"surprenant\" et \"regrettable\" après avoir hérité du PSG", - "description": "Le Real Madrid a livré une première réaction publique à la chaîne du club, suite au tirage au sort polémique qui lui a attribué le PSG plutôt que le Benfica Lisbonne ce lundi, en huitièmes de finale de la Ligue des champions.

", - "content": "Le Real Madrid a livré une première réaction publique à la chaîne du club, suite au tirage au sort polémique qui lui a attribué le PSG plutôt que le Benfica Lisbonne ce lundi, en huitièmes de finale de la Ligue des champions.

", + "title": "Ligue 1 en direct: Sergio Ramos de retour avec le groupe du PSG", + "description": "Il reste encore une journée de Ligue 1 avant les fêtes de fin d’année et la trêve hivernale. Elle sera précédée des 32es de finale de la Coupe de France le week-end prochain. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", + "content": "Il reste encore une journée de Ligue 1 avant les fêtes de fin d’année et la trêve hivernale. Elle sera précédée des 32es de finale de la Coupe de France le week-end prochain. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-real-denonce-un-tirage-surprenant-et-regrettable-apres-avoir-herite-du-psg_AV-202112130399.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toute-l-actualite-du-championnat_LN-202112160104.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 16:51:20 GMT", - "enclosure": "https://images.bfmtv.com/s06RGx85PqITw9cPYjfETT4IG5U=/0x6:1200x681/800x0/images/Emilio-Butragueno-1187708.jpg", + "pubDate": "Thu, 16 Dec 2021 07:38:14 GMT", + "enclosure": "https://images.bfmtv.com/2nhfdJWLEIIzEnMcIv76GR7s6is=/0x39:768x471/800x0/images/Sergio-Ramos-qui-saute-plus-haut-que-tout-le-monde-lors-de-son-seul-match-avec-le-PSG-le-28-novembre-2021-a-Saint-Etienne-va-retrouver-le-Real-en-8e-de-C1-1187672.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40694,17 +41948,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8c524ec331e954951e8519d9d2e9360" + "hash": "f06280d9f96836edcc0461a6da61f7b3" }, { - "title": "Basket: Mitrovic viré de Monaco, Obradovic de retour", - "description": "L’AS Monaco a annoncé ce lundi la fin de sa collaboration avec son entraîneur emblématique Zvezdan Mitrovic. Les Monégasques restaient sur cinq défaites consécutives en Euroligue. Dimanche, ils se sont également inclinés contre Strasbourg en championnat.

", - "content": "L’AS Monaco a annoncé ce lundi la fin de sa collaboration avec son entraîneur emblématique Zvezdan Mitrovic. Les Monégasques restaient sur cinq défaites consécutives en Euroligue. Dimanche, ils se sont également inclinés contre Strasbourg en championnat.

", + "title": "CAN 2022: des mesures sanitaires annoncées et renforcées en réponse aux clubs européens", + "description": "Face aux clubs européens qui menacent de retenir les internationaux africains en raison de la situation sanitaire, les organisateurs de la Coupe d'Afrique des nations 2022 ont dévoilé jeudi plusieurs mesures pour éviter tout foyer d'épidémie de Covid-19 dans les stades et parmi les équipes.

", + "content": "Face aux clubs européens qui menacent de retenir les internationaux africains en raison de la situation sanitaire, les organisateurs de la Coupe d'Afrique des nations 2022 ont dévoilé jeudi plusieurs mesures pour éviter tout foyer d'épidémie de Covid-19 dans les stades et parmi les équipes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/jeep-elite/basket-mitrovic-vire-de-monaco_AV-202112130388.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-des-mesures-sanitaires-annoncees-et-renforcees-en-reponse-aux-clubs-europeens_AV-202112160395.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 16:39:12 GMT", - "enclosure": "https://images.bfmtv.com/qbGLbiipYRZ0k_f6D06lEdvh0vY=/0x40:768x472/800x0/images/Le-coach-Zvezdan-Mitrovic-alors-en-charge-de-l-ASVEL-le-20-juin-2019-a-Monaco-1187661.jpg", + "pubDate": "Thu, 16 Dec 2021 17:10:21 GMT", + "enclosure": "https://images.bfmtv.com/aICdms8Quj5J9kUV3UVY3m0PuQc=/0x39:768x471/800x0/images/L-Association-europeenne-des-clubs-ECA-menace-de-ne-pas-liberer-les-joueurs-internationaux-pour-la-Coupe-d-Afrique-des-nations-en-janvier-fevrier-au-Cameroun-1189029.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40715,17 +41969,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b32459f8ef7577836e997cfb77360cb1" + "hash": "8c1e30fffec13d3b4f43b7e334b98458" }, { - "title": "Premier League: Manchester United frappé par le Covid, le match à Brentford menacé", - "description": "Dans un communiqué publié ce lundi, Manchester United confirme que plusieurs de ses membres ont été testés positifs au Covid-19. Sa séance d’entraînement du jour a été annulée et sa rencontre face à Brentford, ce mardi, est menacée.

", - "content": "Dans un communiqué publié ce lundi, Manchester United confirme que plusieurs de ses membres ont été testés positifs au Covid-19. Sa séance d’entraînement du jour a été annulée et sa rencontre face à Brentford, ce mardi, est menacée.

", + "title": "Rennes: Genesio donne les premières tendances du mercato hivernal", + "description": "Entre janvier et février, la défense du Stade Rennais va connaître quelques changements. En vue de la Coupe d’Afrique des nations, Nayef Aguerd et Hamari Traoré seront certainement appelés par le Maroc et le Mali. En conférence de presse, le coach Bruno Genesio a abordé la question du recrutement à ce poste.

", + "content": "Entre janvier et février, la défense du Stade Rennais va connaître quelques changements. En vue de la Coupe d’Afrique des nations, Nayef Aguerd et Hamari Traoré seront certainement appelés par le Maroc et le Mali. En conférence de presse, le coach Bruno Genesio a abordé la question du recrutement à ce poste.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-united-frappe-par-le-covid-le-match-a-brentford-menace_AV-202112130374.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-genesio-donne-les-premieres-tendances-du-mercato-hivernal_AV-202112160391.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 16:20:10 GMT", - "enclosure": "https://images.bfmtv.com/XjHVG9_NR24yfg8Nt7f68nNHYSM=/7x111:2039x1254/800x0/images/1187688.jpg", + "pubDate": "Thu, 16 Dec 2021 17:03:52 GMT", + "enclosure": "https://images.bfmtv.com/NcWdVcmLoNAb1E_ZJLFNHRzCX9M=/0x0:768x432/800x0/images/L-entraineur-de-Rennes-Bruno-Genesio-lors-du-match-a-domicile-de-la-Ligue-Europa-Conference-contre-NS-Mura-Slovenie-le-4-novembre-2021-au-Roazhon-Park-1161358.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40736,17 +41990,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "790acbcba929b2ad276a0a25b42cc1f5" + "hash": "a9df6df260f12d017ead6aac8d449e47" }, { - "title": "Manchester United: si Martial veut partir, il doit \"informer\" le club, avertit Ralf Rangnick", - "description": "Alors qu'Anthony Martial pourrait quitter cet hiver Manchester United, où il ne joue quasiment pas, pour rejoindre une autre écurie européenne en prêt, Ralf Rangnick s'est exprimé lundi sur la situation de l'attaquant français. L'entraîneur intérimaire des Red Devils juge que Martial devra informer le club et lui-même avant de quitter Manchester.

", - "content": "Alors qu'Anthony Martial pourrait quitter cet hiver Manchester United, où il ne joue quasiment pas, pour rejoindre une autre écurie européenne en prêt, Ralf Rangnick s'est exprimé lundi sur la situation de l'attaquant français. L'entraîneur intérimaire des Red Devils juge que Martial devra informer le club et lui-même avant de quitter Manchester.

", + "title": "Ligue des nations: sur quelle chaîne et à quelle heure regarder le tirage au sort", + "description": "Le tirage au sort de la Ligue des nations 2022-2023 se déroule ce jeudi 16 décembre. La cérémonie se déroule à Nyon, en Suisse, à partir de 18 heures.

", + "content": "Le tirage au sort de la Ligue des nations 2022-2023 se déroule ce jeudi 16 décembre. La cérémonie se déroule à Nyon, en Suisse, à partir de 18 heures.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-si-martial-veut-partir-il-doit-informer-le-club-avertit-ralf-rangnick_AN-202112130356.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/ligue-des-nations-sur-quelle-chaine-et-a-quelle-heure-regarder-le-tirage-au-sort_AV-202112160365.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 15:45:08 GMT", - "enclosure": "https://images.bfmtv.com/FTZJ0VPUfHvBVw4VfzIY5KBbTq4=/0x0:2032x1143/800x0/images/Anthony-Martial-lors-du-match-entre-Villarreal-et-Manchester-United-le-23-novembre-1187678.jpg", + "pubDate": "Thu, 16 Dec 2021 16:27:39 GMT", + "enclosure": "https://images.bfmtv.com/E04wjo2ekCzQSohpdf4Leqlfx2Q=/0x185:2032x1328/800x0/images/Tirage-au-sort-Ligue-des-nations-1189638.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40757,17 +42011,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e2ce18fbbb411b016adfcd303ab8bc5" + "hash": "97cb534c391f504d3f3db7f83d1d30c5" }, { - "title": "Ligue des champions: les retrouvailles attendues entre Cristiano Ronaldo et l'Atlético de Madrid", - "description": "C'est l'un des chocs des futurs huitièmes de finale de la Ligue des champions: Manchester United va affronter l'Atlético de Madrid. Un match qui s'annonce tendu, notamment en raison de la présence de Cristiano Ronaldo dans les rangs mancuniens. L'Atlético est en effet l'une des victimes préférées de CR7.

", - "content": "C'est l'un des chocs des futurs huitièmes de finale de la Ligue des champions: Manchester United va affronter l'Atlético de Madrid. Un match qui s'annonce tendu, notamment en raison de la présence de Cristiano Ronaldo dans les rangs mancuniens. L'Atlético est en effet l'une des victimes préférées de CR7.

", + "title": "Leeds: Bielsa reconnaît qu’il n’est pas à l’abri d’être viré", + "description": "Après la gifle reçue sur la pelouse de Manchester City (7-0) mardi lors de la 17eme journée de Premier League, l’entraîneur de Leeds United, Marcelo Bielsa, admet qu’il n’est pas irremplaçable.

", + "content": "Après la gifle reçue sur la pelouse de Manchester City (7-0) mardi lors de la 17eme journée de Premier League, l’entraîneur de Leeds United, Marcelo Bielsa, admet qu’il n’est pas irremplaçable.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-retrouvailles-attendues-entre-cristiano-ronaldo-et-l-atletico-de-madrid_AV-202112130348.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/leeds-bielsa-reconnait-qu-il-n-est-pas-a-l-abri-d-etre-vire_AV-202112160364.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 15:29:19 GMT", - "enclosure": "https://images.bfmtv.com/CISi-XKrqzetqilfIi_iHzYQT6U=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-lors-du-match-entre-la-Juventus-et-l-Atletico-en-novembre-2019-1187651.jpg", + "pubDate": "Thu, 16 Dec 2021 16:25:54 GMT", + "enclosure": "https://images.bfmtv.com/ETwpYfDgjwxuRwGCcytAT2NgP-w=/0x149:2000x1274/800x0/images/Marcelo-Bielsa-Leeds-971748.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40778,17 +42032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "21e063c6c99591dc676433275191ea08" + "hash": "d849271bc03b180942a12e6ee532dfb7" }, { - "title": "Ligue des champions: le PSG défiera le Real Madrid en 8e de finale", - "description": "Le Paris Saint-Germain affrontera en huitième de finale de la Ligue des champions le Real Madrid de Karim Benzema, terriblement malchanceux, lui qui avait tiré le Benfica Lisbonne lors du premier tirage. Paris n'est pas plus verni.

", - "content": "Le Paris Saint-Germain affrontera en huitième de finale de la Ligue des champions le Real Madrid de Karim Benzema, terriblement malchanceux, lui qui avait tiré le Benfica Lisbonne lors du premier tirage. Paris n'est pas plus verni.

", - "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-psg-defiera-le-real-madrid-en-8e-de-finale_AV-202112130343.html", + "title": "NBA: Hugo Besson, le rêve américain qui passe par l’Australie", + "description": "Alors que la NBA est devenue un objectif plus qu'un rêve pour de nombreux jeunes basketteurs français, la plupart préfère s'y préparer en se frottant à ce qui se fait de mieux en Europe, à l'image du phénomène Victor Wembanyama. Mais cet été, ils sont trois français, déjà dans les radars de la Grande Ligue, à avoir fait le choix surprenant de partir à la conquête de l'Australie. A 20 ans, Hugo Besson est l'un d'eux et le pari pourrait bien s'avérer payant pour lui.

", + "content": "Alors que la NBA est devenue un objectif plus qu'un rêve pour de nombreux jeunes basketteurs français, la plupart préfère s'y préparer en se frottant à ce qui se fait de mieux en Europe, à l'image du phénomène Victor Wembanyama. Mais cet été, ils sont trois français, déjà dans les radars de la Grande Ligue, à avoir fait le choix surprenant de partir à la conquête de l'Australie. A 20 ans, Hugo Besson est l'un d'eux et le pari pourrait bien s'avérer payant pour lui.

", + "category": "", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-hugo-besson-le-reve-americain-qui-passe-par-l-australie_AV-202112160363.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 15:16:06 GMT", - "enclosure": "https://images.bfmtv.com/rqUoUGva3_q4_xEonIC4CXIuObs=/0x102:2048x1254/800x0/images/PSG-Bruges-1183557.jpg", + "pubDate": "Thu, 16 Dec 2021 16:24:36 GMT", + "enclosure": "https://images.bfmtv.com/Ajjwr7ndXhH_6oRbUk9NGUT5e_o=/0x291:1360x1056/800x0/images/Hugo-Besson-1189729.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40799,17 +42053,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a080a5e6218adb979128dc1a9564a5b" + "hash": "c610cddac670a4883628679e6701c569" }, { - "title": "Champions cup: Montpellier-Leinster menacé par le covid", - "description": "Déjà 4 cas positifs au sein du groupe de Montpellier qui était en Angleterre ce week-end.

", - "content": "Déjà 4 cas positifs au sein du groupe de Montpellier qui était en Angleterre ce week-end.

", + "title": "Perpignan: Xavier Chiocci va s’engager pour deux ans et demi", + "description": "Le pilier gauche ou droit lyonnais, Xavier Chiocci (31 ans, 10 sélections), va rejoindre Perpignan comme joker médical, mais aussi pour les deux saisons suivantes. Il a donné son accord et le Lyon Olympique Universtaire a accepté de le libérer. Il signera son contrat vendredi.\n

", + "content": "Le pilier gauche ou droit lyonnais, Xavier Chiocci (31 ans, 10 sélections), va rejoindre Perpignan comme joker médical, mais aussi pour les deux saisons suivantes. Il a donné son accord et le Lyon Olympique Universtaire a accepté de le libérer. Il signera son contrat vendredi.\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/champions-cup-montpellier-leinster-par-le-covid_AN-202112130342.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/perpignan-xavier-chiocci-va-s-engager-pour-deux-ans-et-demi_AV-202112160362.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 15:14:40 GMT", - "enclosure": "https://images.bfmtv.com/PoSaWLv5_5wPejRNd7DlGtT9Iqs=/0x13:2048x1165/800x0/images/Champions-cup-Exeter-Montpellier-1187660.jpg", + "pubDate": "Thu, 16 Dec 2021 16:22:54 GMT", + "enclosure": "https://images.bfmtv.com/7S0BBQR4_CSTN54QxulTWwtB-MI=/0x0:2048x1152/800x0/images/Xavier-Chiocci-1189750.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40820,17 +42074,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96204aca4309d89e84615d9c73a6ba8f" + "hash": "967567074468883ba524fd64ace70f38" }, { - "title": "Ligue des champions: le choc PSG-Real Madrid affole les réseaux sociaux", - "description": "Le tirage au sort du choc des 8es de finale de la Ligue des champions entre le PSG et le Real Madrid a fait vivement réagir les réseaux sociaux. Avec un homme au centre des débats : Kylian Mbappé, proche de rejoindre le club madrilène cet été.

", - "content": "Le tirage au sort du choc des 8es de finale de la Ligue des champions entre le PSG et le Real Madrid a fait vivement réagir les réseaux sociaux. Avec un homme au centre des débats : Kylian Mbappé, proche de rejoindre le club madrilène cet été.

", + "title": "Le président de l’UEFA, Aleksander Ceferin, demande aux joueurs de se faire vacciner", + "description": "Depuis quelques semaines, les cas de Covid-19 ne cessent de se multiplier. Le monde du sport est aussi concerné, notamment en Angleterre où des rencontres sont reportées. Ce jeudi, le président de l’UEFA, Aleksander Ceferin, était présent face à la presse et a demandé aux footballeurs de se faire vacciner.

", + "content": "Depuis quelques semaines, les cas de Covid-19 ne cessent de se multiplier. Le monde du sport est aussi concerné, notamment en Angleterre où des rencontres sont reportées. Ce jeudi, le président de l’UEFA, Aleksander Ceferin, était présent face à la presse et a demandé aux footballeurs de se faire vacciner.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-choc-psg-real-madrid-affole-les-reseaux-sociaux_AV-202112130337.html", + "link": "https://rmcsport.bfmtv.com/football/le-president-de-l-uefa-aleksander-ceferin-demande-aux-joueurs-de-se-faire-vacciner_AV-202112160361.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 15:06:29 GMT", - "enclosure": "https://images.bfmtv.com/qAtsQnaSO42P9Z2nRVxrdMqpWUY=/0x14:1200x689/800x0/images/-878926.jpg", + "pubDate": "Thu, 16 Dec 2021 16:20:56 GMT", + "enclosure": "https://images.bfmtv.com/lrDde55XEQitphSvTw0O_qUbCWU=/0x48:768x480/800x0/images/Le-president-de-l-UEFA-Aleksander-Ceferin-le-17-juin-2020-a-Nyon-1009766.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40841,17 +42095,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fdbf1dc2a406db740b226d446f76250" + "hash": "f326aae84a9551801df2553fd96b7ca5" }, { - "title": "Ligue des champions: PSG-Real Madrid, les liaisons dangereuses", - "description": "Le PSG défiera le Real Madrid en huitièmes de finale de la Ligue des champions, pour l'une des attractions de la compétition, avec des histoires à la pelle.

", - "content": "Le PSG défiera le Real Madrid en huitièmes de finale de la Ligue des champions, pour l'une des attractions de la compétition, avec des histoires à la pelle.

", + "title": "Liga: flambée de Covid-19 au Real Madrid, quatre joueurs, dont Bale, positifs", + "description": "Quatre joueurs supplémentaires ont été testés positifs au Covid-19 au Real Madrid, ce jeudi, dont Gareth Bale et Marco Asensio. Plusieurs sections du club ont été touchées par la pandémie depuis le début de la semaine.

", + "content": "Quatre joueurs supplémentaires ont été testés positifs au Covid-19 au Real Madrid, ce jeudi, dont Gareth Bale et Marco Asensio. Plusieurs sections du club ont été touchées par la pandémie depuis le début de la semaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-psg-real-madrid-les-liaisons-dangereuses_AV-202112130335.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-flambee-de-covid-19-au-real-madrid-quatre-joueurs-dont-bale-positifs_AV-202112160357.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 15:04:34 GMT", - "enclosure": "https://images.bfmtv.com/lVpbGftaFi3Dja9dJRtwp5YtE1s=/0x50:768x482/800x0/images/Mbappe-auteur-d-un-double-pour-Paris-face-au-FC-Bruges-lors-dudernier-match-de-poule-de-C1-au-Parc-des-Princes-le-7-decembre-2021-1187633.jpg", + "pubDate": "Thu, 16 Dec 2021 16:15:43 GMT", + "enclosure": "https://images.bfmtv.com/9ABojczIWaKzdVp8ekaxdT4dVCM=/0x27:2048x1179/800x0/images/Gareth-Bale-1070965.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40862,17 +42116,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed58f97809c67cac5ad6a37a7e8c287a" + "hash": "7c2133a41c69b9728842d38845efe66b" }, { - "title": "Ligue 1: comment Saint-Etienne veut recruter au mercato d'hiver", - "description": "Selon nos informations, l’AS Saint-Etienne souhaite recruter uniquement des joueurs libres ou sous forme de prêt au mercato d’hiver. Premier renfort attendu, l'ancien Rennais Joris Gnagnon.

", - "content": "Selon nos informations, l’AS Saint-Etienne souhaite recruter uniquement des joueurs libres ou sous forme de prêt au mercato d’hiver. Premier renfort attendu, l'ancien Rennais Joris Gnagnon.

", + "title": "PSG: Mbappé raconte comment il s'adapte au jeu de Messi au quotidien", + "description": "Dans une interview diffusée sur les réseaux sociaux du PSG, Kylian Mbappé s’est confié sur l’intégration de son nouveau coéquipier, Lionel Messi, et comment il s’est adapté à son jeu.

", + "content": "Dans une interview diffusée sur les réseaux sociaux du PSG, Kylian Mbappé s’est confié sur l’intégration de son nouveau coéquipier, Lionel Messi, et comment il s’est adapté à son jeu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/ligue-1-comment-saint-etienne-veut-recruter-au-mercato-d-hiver_AN-202112130332.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-raconte-comment-il-s-adapte-au-jeu-de-messi-au-quotidien_AV-202112160346.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:54:01 GMT", - "enclosure": "https://images.bfmtv.com/VC3i2AIijniahCULWCvI2c7xXT4=/4x271:3204x2071/800x0/images/-794411.jpg", + "pubDate": "Thu, 16 Dec 2021 15:50:44 GMT", + "enclosure": "https://images.bfmtv.com/8WC9Dc6oLQ0tRaU0UIm7gXTjJn8=/0x210:2048x1362/800x0/images/Mbappe-et-Messi-tout-sourire-apres-le-double-du-Francais-1187163.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40883,17 +42137,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f58227282f941ea733404b0a302a6c9c" + "hash": "307d3bc7e65d4b41a69e7c769d6002a3" }, { - "title": "Ligue des champions: ce sera bien Chelsea pour le LOSC", - "description": "Pas de changement pour Lille. Le champion de France en titre est retombé sur Chelsea lors du deuxième tirage au sort des huitièmes de finale. Jocelyn Gourvennec et ses joueurs devront donc affronter les champions d'Europe en titre.

", - "content": "Pas de changement pour Lille. Le champion de France en titre est retombé sur Chelsea lors du deuxième tirage au sort des huitièmes de finale. Jocelyn Gourvennec et ses joueurs devront donc affronter les champions d'Europe en titre.

", + "title": "Les clubs de Serie A votent à l’unanimité le maintien de la Salernitana jusqu'en fin de saison", + "description": "En proie à des soucis financiers, la Salernitana risquait l'exclusion de la Serie A en janvier. La Fédération italienne avait fixé un délai de deux semaines au dernier du championnat pour trouver des acquéreurs. Cet ultimatum passé, le club de Franck Ribéry a vu les formations du championnat voter à l’unanimité son maintien.

", + "content": "En proie à des soucis financiers, la Salernitana risquait l'exclusion de la Serie A en janvier. La Fédération italienne avait fixé un délai de deux semaines au dernier du championnat pour trouver des acquéreurs. Cet ultimatum passé, le club de Franck Ribéry a vu les formations du championnat voter à l’unanimité son maintien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-ce-sera-bien-chelsea-pour-le-losc_AV-202112130318.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/les-clubs-de-serie-a-votent-a-l-unanimite-le-maintien-de-la-salernitana-jusqu-en-fin-de-saison_AV-202112160341.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:34:15 GMT", - "enclosure": "https://images.bfmtv.com/jbxkD68Wr0uESx6mejCiIyQh5G0=/0x50:768x482/800x0/images/La-joie-des-joueurs-lillois-Jose-Fonte-Sven-Botman-Jonathan-David-et-Reinildo-Mandava-apres-un-but-marque-sur-le-terrain-de-Wolsbourg-lors-de-la-6e-journee-du-groupe-G-de-la-Ligue-des-Champions-le-8-decembre-2021-1184520.jpg", + "pubDate": "Thu, 16 Dec 2021 15:42:35 GMT", + "enclosure": "https://images.bfmtv.com/3qH8l-Ydoerdc2Mw0fVzAf1eb-c=/0x0:2048x1152/800x0/images/Franck-Ribery-avec-Salernitana-1145425.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40904,17 +42158,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad80053fd582a3a9806169a08bbd14f4" + "hash": "3c3960b3c0e6d4b277e652d4ac574e59" }, { - "title": "Ligue des champions: les (bonnes) affiches des 8es de finale", - "description": "Le tirage au sort des 8es de finale de la Ligue des champions a été refait ce lundi après une boulette plus tôt dans la journée. Énorme affiche entre le PSG et le Real Madrid, ce sera très compliqué pour Lille face à Chelsea, champion d'Europe en titre.

", - "content": "Le tirage au sort des 8es de finale de la Ligue des champions a été refait ce lundi après une boulette plus tôt dans la journée. Énorme affiche entre le PSG et le Real Madrid, ce sera très compliqué pour Lille face à Chelsea, champion d'Europe en titre.

", + "title": "Nantes: Kombouaré ne croit pas que les clubs retiendront les joueurs pour la CAN 2022", + "description": "Les clubs européens ont menacé de ne pas libérer les joueurs africains pour la CAN 2022 devant avoir lieu entre janvier et février, en avançant un problème de protocole sanitaire. En conférence de presse, l’entraîneur de Nantes Antoine Kombouaré juge \"impossible\" de voir cette initiative se concrétiser.

", + "content": "Les clubs européens ont menacé de ne pas libérer les joueurs africains pour la CAN 2022 devant avoir lieu entre janvier et février, en avançant un problème de protocole sanitaire. En conférence de presse, l’entraîneur de Nantes Antoine Kombouaré juge \"impossible\" de voir cette initiative se concrétiser.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-bonnes-affiches-des-8es-de-finale_AV-202112130313.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/nantes-komboaure-ne-croit-pas-que-les-clubs-retiendront-les-joueurs-pour-la-can-2022_AV-202112160337.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:29:34 GMT", - "enclosure": "https://images.bfmtv.com/wKd5Gc0fD0q9GfcDe-jX8xIYHz8=/0x0:2048x1152/800x0/images/Le-tirage-au-sort-des-tours-preliminaires-de-la-Ligue-des-champions-1070449.jpg", + "pubDate": "Thu, 16 Dec 2021 15:31:05 GMT", + "enclosure": "https://images.bfmtv.com/tru-36sddlugE2kXJ3eUWsRnGYI=/0x0:1200x675/800x0/images/Antoine-Kombouare-1177738.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40925,17 +42179,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd9ff295b85a4a78cd9386e2eb335486" + "hash": "2405dd1a7bcfc4f2caad4cb97f3894d3" }, { - "title": "Ligue des champions: le Real Madrid crie au scandale après l'annulation du premier tirage", - "description": "Alors que le Real Madrid devait initialement affronter Benfica en huitièmes de finale de la Ligue des champions, le club de la capitale espagnole se dit indigné de voir le tirage au sort être réintégralement effectué. Le Real considère que son sort était déjà joué avant que l'erreur commise par l'UEFA n'ait lieu.

", - "content": "Alors que le Real Madrid devait initialement affronter Benfica en huitièmes de finale de la Ligue des champions, le club de la capitale espagnole se dit indigné de voir le tirage au sort être réintégralement effectué. Le Real considère que son sort était déjà joué avant que l'erreur commise par l'UEFA n'ait lieu.

", + "title": "Ligue des champions: le mea-culpa de Ceferin après le tirage au sort raté", + "description": "Aleksander Ceferin, président de l'UEFA, s'est officiellement excusé pour le tirage au sort de la Ligue des champions qui a dû être refait à la suite d'une erreur technologique. Le dirigeant slovène promet des mesures pour éviter qu'un tel incident se reproduise.

", + "content": "Aleksander Ceferin, président de l'UEFA, s'est officiellement excusé pour le tirage au sort de la Ligue des champions qui a dû être refait à la suite d'une erreur technologique. Le dirigeant slovène promet des mesures pour éviter qu'un tel incident se reproduise.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-real-madrid-crie-au-scandale-apres-l-annulation-du-premier-tirage_AV-202112130310.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-mea-culpa-de-ceferin-apres-le-tirage-au-sort-rate_AV-202112160332.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:17:46 GMT", - "enclosure": "https://images.bfmtv.com/FbHeGW9Of-brE53fg2nGiQQGrTk=/0x8:768x440/800x0/images/L-attaquant-francais-du-Real-Madrid-Karim-Benzema-lors-du-match-de-LaLiga-a-domicile-contre-Osasuna-le-27-octobre-2021-1158998.jpg", + "pubDate": "Thu, 16 Dec 2021 15:10:49 GMT", + "enclosure": "https://images.bfmtv.com/pfsvVgVwzdWWwJ0dAACMBbVSaY0=/0x106:2048x1258/800x0/images/Ceferin-1189706.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40946,17 +42200,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b6bd2549f2d9cc1b5f6e80f9242d36e" + "hash": "d64137d2ebd41ae532f67a6b7fefde5d" }, { - "title": "Ligue des champions: l'UEFA risée des réseaux sociaux après le couac du tirage au sort", - "description": "Après l'énorme imbroglio autour du tirage au sort des 8es de finale de la Ligue des champions, les réseaux sociaux se sont montrés sans pitié envers l'UEFA. Les affiches doivent être retirées à partir de 15 heures.

", - "content": "Après l'énorme imbroglio autour du tirage au sort des 8es de finale de la Ligue des champions, les réseaux sociaux se sont montrés sans pitié envers l'UEFA. Les affiches doivent être retirées à partir de 15 heures.

", + "title": "Biathlon: Bescond sur le podium du sprint au Grand Bornand", + "description": "Lors de l'étape de la Coupe du monde de biathlon au Grand Bornand, Anaïs Bescond est arrivée deuxième du sprint derrière la Norvégienne Marte Olsbu. Les autres Françaises ont eu un peu plus de mal à se hisser par les premières places.

", + "content": "Lors de l'étape de la Coupe du monde de biathlon au Grand Bornand, Anaïs Bescond est arrivée deuxième du sprint derrière la Norvégienne Marte Olsbu. Les autres Françaises ont eu un peu plus de mal à se hisser par les premières places.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-l-uefa-risee-des-reseaux-sociaux-apres-le-couac-du-tirage-au-sort_AV-202112130306.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-bescond-sur-le-podium-du-sprint-au-grand-bornand_AV-202112160330.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:01:41 GMT", - "enclosure": "https://images.bfmtv.com/LUj40tbr7OhkXtcO9QGtFHti-RQ=/0x106:2048x1258/800x0/images/1187615.jpg", + "pubDate": "Thu, 16 Dec 2021 15:08:45 GMT", + "enclosure": "https://images.bfmtv.com/So7rRU2OZLuftSSxhvR2KGlpdVk=/0x36:768x468/800x0/images/Les-biathletes-francaises-Anais-Chevalier-Bouchet-Justine-Braisaz-Bouchet-Chloe-Chevalier-et-Anais-Bescond-posent-le-11-decembre-2021-a-Hochfilzen-Autriche-apres-avoir-termine-3e-du-relais-remporte-par-les-Suedoises-1186547.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40967,17 +42221,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4175d14480372d60d6ff31cf7e2642d" + "hash": "ef1ec5ba593e292abe9d4277c52e2b32" }, { - "title": "Europa Conference League: l'OM défiera Qarabag en barrages", - "description": "L'Olympique de Marseille connaît son adversaire pour les barrages de la Conference League : les Phocéens défieront Qarabag avec l'aller au stade Vélodrome le 17 février et le retour le 24 février.

", - "content": "L'Olympique de Marseille connaît son adversaire pour les barrages de la Conference League : les Phocéens défieront Qarabag avec l'aller au stade Vélodrome le 17 février et le retour le 24 février.

", + "title": "Double Contact - Driks: \"C’est normal que Mbappé ait envie de partir\"", + "description": "RMC Sport a sa rubrique \"culture-sport\" baptisée \"Double Contact\". Tout au long de l’année, on vous propose des entretiens intimes et décalés avec des artistes qui font l’actualité. A l’occasion de la sortie de son projet \"Hackcoeur\", on a rencontré Driks. L’artiste de La Courneuve nous parle de sa passion pour le PSG, de sa relation avec Didier Drogba et de son expérience de jeune joueur au Camp des Loges.

", + "content": "RMC Sport a sa rubrique \"culture-sport\" baptisée \"Double Contact\". Tout au long de l’année, on vous propose des entretiens intimes et décalés avec des artistes qui font l’actualité. A l’occasion de la sortie de son projet \"Hackcoeur\", on a rencontré Driks. L’artiste de La Courneuve nous parle de sa passion pour le PSG, de sa relation avec Didier Drogba et de son expérience de jeune joueur au Camp des Loges.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-conference-league-l-om-defiera-qarabag-en-barrages_AN-202112130290.html", + "link": "https://rmcsport.bfmtv.com/replay-emissions/double-contact/double-contact-driks-c-est-normal-que-mbappe-ait-envie-de-partir_AV-202112160328.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 13:18:12 GMT", - "enclosure": "https://images.bfmtv.com/6lTsREwlUS48Fo_RdlIEExYbZDA=/0x40:768x472/800x0/images/Le-Marseillais-Matteo-Guendouzi-en-controle-face-au-Lokomotiv-Moscou-en-Ligue-Europa-au-Velodrome-le-9-decembre-2021-1185393.jpg", + "pubDate": "Thu, 16 Dec 2021 14:56:34 GMT", + "enclosure": "https://images.bfmtv.com/8abQ5W_ZNfNZpOfjA_L1A9gapm0=/0x0:1920x1080/800x0/images/Driks-1189704.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -40988,17 +42242,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a45cdf44c595d6dee8264812d032b8e" + "hash": "bd19c32d93231178028f7c274ddd4b38" }, { - "title": "Ligue des champions: nouveau tirage au sort à 15h après la boulette des boules", - "description": "L’UEFA a décidé de procéder à un nouveau tirage au sort des 8e de finale de la Ligue des champions à 15h après les erreurs de boules commises lors du tirage initial.

", - "content": "L’UEFA a décidé de procéder à un nouveau tirage au sort des 8e de finale de la Ligue des champions à 15h après les erreurs de boules commises lors du tirage initial.

", + "title": "Incidents OL-OM: \"l’arbitre est un menteur\", Bosz très remonté et ironique sur les sanctions", + "description": "Peter Bosz, l’entraineur de l’OL, a à son tour qualifié Ruddy Buquet, l’arbitre du match contre l’OM, de \"menteur\". Pour lui, il aurait d'abord affirmé vouloir reprendre la rencontre, avant de se rétracter pour que le match soit définitivement arrêté.

", + "content": "Peter Bosz, l’entraineur de l’OL, a à son tour qualifié Ruddy Buquet, l’arbitre du match contre l’OM, de \"menteur\". Pour lui, il aurait d'abord affirmé vouloir reprendre la rencontre, avant de se rétracter pour que le match soit définitivement arrêté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-nouveau-tirage-au-sort-a-15h-apres-la-boulette-des-boules_AN-202112130277.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-l-arbitre-est-un-menteur-bosz-tres-remonte-et-ironique-sur-les-sanctions_AV-202112160326.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:49:05 GMT", - "enclosure": "https://images.bfmtv.com/S73fgC_aIVX6vAYG0qU-DQ5oKbY=/0x20:2048x1172/800x0/images/Tirage-Ligue-des-champions-1187563.jpg", + "pubDate": "Thu, 16 Dec 2021 14:54:02 GMT", + "enclosure": "https://images.bfmtv.com/KEUHFabZRp1ERLuiXwEaJFPaq6Q=/6x27:1574x909/800x0/images/Peter-Bosz-1157247.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41009,17 +42263,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05f12adcd21226628fcdc2b5a1d28316" + "hash": "d4b56c56a1c42ceffe8a0ee68c13bb71" }, { - "title": "Ligue Europa: le tirage au sort complet des barrages, avec un choc pour le Barça", - "description": "Ce lundi à Nyon, le tirage au sort des barrages de Ligue Europa a réservé au Barça un barrage pas si évident à négocier pour les joueurs de Xavi. Le club catalan défiera Naples au Camp Nou lors du match aller, prévu le 17 février.

", - "content": "Ce lundi à Nyon, le tirage au sort des barrages de Ligue Europa a réservé au Barça un barrage pas si évident à négocier pour les joueurs de Xavi. Le club catalan défiera Naples au Camp Nou lors du match aller, prévu le 17 février.

", + "title": "Tennis: Nadal va évaluer sa condition physique à Abu Dhabi, avant l'Open d'Australie", + "description": "Après quatre mois d'absence suite à une blessure au pied, Rafael Nadal va pouvoir reprendre le tennis. L'Espagnol sera présent ce vendredi pour un tournoi exhibition à Abu Dhabi. L'occasion pour le sportif de 35 ans de se jauger avant l'Open d'Australie en janvier.

", + "content": "Après quatre mois d'absence suite à une blessure au pied, Rafael Nadal va pouvoir reprendre le tennis. L'Espagnol sera présent ce vendredi pour un tournoi exhibition à Abu Dhabi. L'occasion pour le sportif de 35 ans de se jauger avant l'Open d'Australie en janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-le-tirage-au-sort-complet-des-barrages-avec-un-choc-pour-le-barca_AV-202112130276.html", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-nadal-va-evaluer-sa-condition-physique-a-abu-dhabi-avant-l-open-d-australie_AV-202112160321.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:40:52 GMT", - "enclosure": "https://images.bfmtv.com/RagZLz_CJCNXt9Rji3yz882ruv0=/0x89:1200x764/800x0/images/Gavi-1187573.jpg", + "pubDate": "Thu, 16 Dec 2021 14:45:42 GMT", + "enclosure": "https://images.bfmtv.com/mlCRmNgwsZVkFkdKqCUtPEfbxEU=/0x27:768x459/800x0/images/L-Espagnol-Rafael-Nadal-salue-les-supporters-apres-sa-defaite-face-au-Serbe-Novak-Djokovic-lors-de-leur-demi-finale-du-tournoi-de-Roland-Garros-le-11-juin-2021-a-Paris-1087607.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41030,17 +42284,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff05f264333edce1a8f1eb37cc295c7f" + "hash": "1cb042fcd8a5a2da102daed3eae7786b" }, { - "title": "Chelsea-Lille: 2019, un précédent douloureux pour le LOSC", - "description": "Opposé à Chelsea en huitièmes de finale de Ligue des champions, le LOSC retrouve un adversaire qu’il a côtoyé récemment. Les Dogues s’étaient incliné deux fois face aux Blues lors de la phase de poule de l’édition 2019-2020.

", - "content": "Opposé à Chelsea en huitièmes de finale de Ligue des champions, le LOSC retrouve un adversaire qu’il a côtoyé récemment. Les Dogues s’étaient incliné deux fois face aux Blues lors de la phase de poule de l’édition 2019-2020.

", + "title": "CAN 2022: \"Certains clubs ont menacé des joueurs\", assure Halilhodzic", + "description": "La propagation du Covid-19 rend incertaine la tenue de la Coupe d'Afrique des nations entre janvier et février 2022. Lors d'un entretien avec l'AFP, le sélectionneur du Maroc Vahid Halilhodzic a fait part de ses inquiétudes et a raconté comment certains clubs mettent la pression sur leurs joueurs.

", + "content": "La propagation du Covid-19 rend incertaine la tenue de la Coupe d'Afrique des nations entre janvier et février 2022. Lors d'un entretien avec l'AFP, le sélectionneur du Maroc Vahid Halilhodzic a fait part de ses inquiétudes et a raconté comment certains clubs mettent la pression sur leurs joueurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/chelsea-lille-2019-un-precedent-douloureux-pour-le-losc_AV-202112130275.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-certains-clubs-ont-menace-des-joueurs-assure-halilhodzic_AV-202112160317.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:40:22 GMT", - "enclosure": "https://images.bfmtv.com/O0Wvsrc1T4D3-hurF2uSLmLm_58=/7x111:2039x1254/800x0/images/1187558.jpg", + "pubDate": "Thu, 16 Dec 2021 14:38:29 GMT", + "enclosure": "https://images.bfmtv.com/1pKLIowBMoTorPaoa5nwkmC9Kuw=/0x0:2048x1152/800x0/images/Vahid-Halilhodzic-997039.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41051,17 +42305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "529551a42912498de9a1e7f8e98f2f23" + "hash": "96e66c2bc98fe9a1f85c0f1867035fa8" }, { - "title": "Basket: Mitrovic viré de Monaco", - "description": "L’AS Monaco a annoncé ce lundi la fin de sa collaboration avec son entraîneur emblématique Zvezdan Mitrovic. Les Monégasques restaient sur cinq défaites consécutives en Euroligue. Dimanche, ils se sont également inclinés contre Strasbourg en championnat.

", - "content": "L’AS Monaco a annoncé ce lundi la fin de sa collaboration avec son entraîneur emblématique Zvezdan Mitrovic. Les Monégasques restaient sur cinq défaites consécutives en Euroligue. Dimanche, ils se sont également inclinés contre Strasbourg en championnat.

", + "title": "F1: les doutes de Wolff sur une retraite anticipée d'Hamilton", + "description": "Interrogé ce jeudi sur la possibilité que Lewis Hamilton quitte prématurément la F1 après la désillusion d'Abu Dhabi face à Max Verstappen, Toto Wolff, le directeur de l'écurie Mercedes, n'a pas pu donner de réponse catégorique. Le dirigeant est néanmoins optimiste.

", + "content": "Interrogé ce jeudi sur la possibilité que Lewis Hamilton quitte prématurément la F1 après la désillusion d'Abu Dhabi face à Max Verstappen, Toto Wolff, le directeur de l'écurie Mercedes, n'a pas pu donner de réponse catégorique. Le dirigeant est néanmoins optimiste.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/jeep-elite/basket-mitrovic-vire-de-monaco_AV-202112130388.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-les-doutes-de-wolff-sur-une-retraite-anticipee-d-hamilton_AV-202112160312.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 16:39:12 GMT", - "enclosure": "https://images.bfmtv.com/qbGLbiipYRZ0k_f6D06lEdvh0vY=/0x40:768x472/800x0/images/Le-coach-Zvezdan-Mitrovic-alors-en-charge-de-l-ASVEL-le-20-juin-2019-a-Monaco-1187661.jpg", + "pubDate": "Thu, 16 Dec 2021 14:18:35 GMT", + "enclosure": "https://images.bfmtv.com/MbNC2YX5GIwtAs-bvjcRmTCVenE=/0x39:2048x1191/800x0/images/Wolff-Hamilton-1189689.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41072,17 +42326,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "419b56fd605a960fbe438b66874a8418" + "hash": "a7493171c6a247f0f8d274cad709636a" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 13 décembre – Ligue 2", - "description": "Notre pronostic : Toulouse bat Rodez et au moins deux buts dans la rencontre (1.84)

", - "content": "Notre pronostic : Toulouse bat Rodez et au moins deux buts dans la rencontre (1.84)

", + "title": "Incidents OL-OM: \"très abattu\" et \"terrifié\", Aulas en remet une couche après sa sanction", + "description": "Le président de l'OL, Jean-Michel Aulas, a été sanctionné de dix matchs de suspension, dont cinq ferme, pour son \"comportement\" lors du match contre l'OM, a indiqué la LFP mercredi. Le dirigeant se dit \"très abattu et très déçu\" et juge que ses propos ont été \"déformés\".

", + "content": "Le président de l'OL, Jean-Michel Aulas, a été sanctionné de dix matchs de suspension, dont cinq ferme, pour son \"comportement\" lors du match contre l'OM, a indiqué la LFP mercredi. Le dirigeant se dit \"très abattu et très déçu\" et juge que ses propos ont été \"déformés\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-13-decembre-ligue-2_AN-202112120168.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-tres-abattu-et-terrifie-aulas-en-remet-une-couche-apres-sa-sanction_AV-202112160309.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/56PEthnqKQAEkg7azMTzLgF9ajs=/0x82:2000x1207/800x0/images/TFC-1186986.jpg", + "pubDate": "Thu, 16 Dec 2021 14:12:40 GMT", + "enclosure": "https://images.bfmtv.com/8uiyvTYTIRGueUC9mcBJJ5gwzPo=/0x40:768x472/800x0/images/Le-president-emblematique-de-l-Olympique-Lyonnais-Jean-Michel-Aulas-le-6-octobre-2021-a-Paris-1185169.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41093,17 +42347,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "806f4cd2d475b6c3d1dd5ab940d6a477" + "hash": "6cb3c6638b662a708e3e061f3ea5e3f3" }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 13 décembre - NBA", - "description": "Mon pronostic : Milwaukee s'impose à Boston (1.96) !

", - "content": "Mon pronostic : Milwaukee s'impose à Boston (1.96) !

", + "title": "Rugby: la Coupe d'Europe en sursis en raison de la flambée du Covid-19", + "description": "Alors que les cas de Covid-19 se multiplient chez les clubs européens, les nouvelles restrictions de voyage entre la France et le Royaume-Uni compliquent un peu plus la tenue correcte de la Champions et de la Challenge Cup.

", + "content": "Alors que les cas de Covid-19 se multiplient chez les clubs européens, les nouvelles restrictions de voyage entre la France et le Royaume-Uni compliquent un peu plus la tenue correcte de la Champions et de la Challenge Cup.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-13-decembre-nba_AN-202112130272.html", + "link": "https://rmcsport.bfmtv.com/rugby/rugby-la-coupe-d-europe-en-sursis-en-raison-de-la-flambee-du-covid-19_AD-202112160300.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:29:13 GMT", - "enclosure": "https://images.bfmtv.com/eVwzMgQsZNySZ1QqjYQ2JzKFNAg=/0x0:1984x1116/800x0/images/G-Antetokounmpo-1187565.jpg", + "pubDate": "Thu, 16 Dec 2021 13:45:44 GMT", + "enclosure": "https://images.bfmtv.com/yE-4DwpKB-qgzWAE1anHwvOiVQo=/0x40:768x472/800x0/images/Le-troisieme-ligne-centre-toulousain-Selevasio-Tolofua-est-plaque-par-des-joueurs-perpignanais-lors-de-la-10e-journee-du-Top-14-le-6-novembre-2021-au-Stade-Ernest-Wallon-1161725.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41114,17 +42368,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0121fb1fc80eb25b330e1ecbc212d2df" + "hash": "cefa3f1de59bd7d1cfa0b507a05c9ab6" }, { - "title": "Ligue des champions: l'UEFA va refaire un tirage au sort après une énorme polémique", - "description": "L’UEFA a procédé ce lundi au tirage au sort des huitièmes de finale de la Ligue des champions. Fait rare, une petite erreur a été commise pendant la procédure et le club de Manchester United a même été tiré à deux reprises. Une autre énorme erreur a en revanche condut à un nouveau tirage (prévu à 15h).

", - "content": "L’UEFA a procédé ce lundi au tirage au sort des huitièmes de finale de la Ligue des champions. Fait rare, une petite erreur a été commise pendant la procédure et le club de Manchester United a même été tiré à deux reprises. Une autre énorme erreur a en revanche condut à un nouveau tirage (prévu à 15h).

", + "title": "Coupe arabe: le craquage des réseaux sociaux sur le temps additionnel improbable de Qatar-Algérie", + "description": "Les 18 minutes de temps additionnel accordées lors de Qatar-Algérie, mercredi en Coupe arabe, ont beaucoup amusé les réseaux sociaux qui y ont vu, pour beaucoup, une manière d’avantager le pays hôte de la prochaine Coupe du monde.

", + "content": "Les 18 minutes de temps additionnel accordées lors de Qatar-Algérie, mercredi en Coupe arabe, ont beaucoup amusé les réseaux sociaux qui y ont vu, pour beaucoup, une manière d’avantager le pays hôte de la prochaine Coupe du monde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-enorme-polemique-vers-un-nouveau-tirage_AV-202112130271.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-le-craquage-des-reseaux-sociaux-sur-le-temps-additionnel-improbable-de-qatar-algerie_AV-202112160148.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:28:57 GMT", - "enclosure": "https://images.bfmtv.com/S73fgC_aIVX6vAYG0qU-DQ5oKbY=/0x20:2048x1172/800x0/images/Tirage-Ligue-des-champions-1187563.jpg", + "pubDate": "Thu, 16 Dec 2021 08:48:35 GMT", + "enclosure": "https://images.bfmtv.com/-5-XUkp-R0k7dpRZ2mCPrQjgaug=/0x212:2048x1364/800x0/images/La-joie-des-supporters-algeriens-1189495.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41135,17 +42389,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af550b0e160d57f46ce74d1f38f259c7" + "hash": "33154ac934d11cdba04de1542fae869c" }, { - "title": "Les fans misent une fortune dans les cryptomonnaies liées au foot", - "description": "L’essor des cryptomonnaies auprès du grand public touche même le monde du football. Une enquête de la BBC révèle combien les supporters ont investi dans ce secteur en pleine croissance.

", - "content": "L’essor des cryptomonnaies auprès du grand public touche même le monde du football. Une enquête de la BBC révèle combien les supporters ont investi dans ce secteur en pleine croissance.

", + "title": "Mercato en direct: Alexis Sanchez, première recrue surprise de l'hiver pour le Barça?", + "description": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", + "content": "Kylian Mbappé, Erling Haaland, Pierre-Emerick-Aubameyang... A deux semaines de l'ouverture du mercato d'hiver, suivez en direct toutes les infiormations et rumeurs sur les transferts.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/les-fans-misent-une-fortune-dans-les-cryptomonnaies-liees-au-foot_AV-202112130249.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-16-decembre_LN-202112160105.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 11:50:05 GMT", - "enclosure": "https://images.bfmtv.com/cLRwbBSanUnPRMfkg3bh0Rku8Lo=/0x30:2048x1182/800x0/images/Les-supporters-de-Manchester-City-1187528.jpg", + "pubDate": "Thu, 16 Dec 2021 07:38:53 GMT", + "enclosure": "https://images.bfmtv.com/x2U-lpj-DdQCPsoa0la4nW56v8s=/0x0:2048x1152/800x0/images/Alexis-Sanchez-Inter-Milan-1189502.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41156,17 +42410,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34baf817588fc587e58db34d21c88d04" + "hash": "c581a21140b3faefc83187cec4976700" }, { - "title": "Viol et agression sur mineure: l’affaire Agnel en six questions", - "description": "La procureure de la République de Mulhouse, Edwige Roux-Morizot, a délivré un grand nombre d'informations concernant l'information judiciaire qui a entraîné la mise en examen de Yannick Agnel, pour viol et agression sexuelle sur mineure de 15 ans.

", - "content": "La procureure de la République de Mulhouse, Edwige Roux-Morizot, a délivré un grand nombre d'informations concernant l'information judiciaire qui a entraîné la mise en examen de Yannick Agnel, pour viol et agression sexuelle sur mineure de 15 ans.

", + "title": "PSG: Mbappé en dit plus sur sa relation amicale avec Macron", + "description": "Dans un entretien accordé à Paris Match, Kylian Mbappé parle des liens qu’il entretient avec Emmanuel Macron. Les deux hommes échangent régulièrement. Et l’attaquant du PSG se dit flatté par l’intérêt que porte le chef de l’État à sa carrière.

", + "content": "Dans un entretien accordé à Paris Match, Kylian Mbappé parle des liens qu’il entretient avec Emmanuel Macron. Les deux hommes échangent régulièrement. Et l’attaquant du PSG se dit flatté par l’intérêt que porte le chef de l’État à sa carrière.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/viol-et-agression-sur-mineure-l-affaire-agnel-en-six-questions_AV-202112130240.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/psg-mbappe-en-dit-plus-sur-sa-relation-amicale-avec-macron_AV-202112160135.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 11:32:50 GMT", - "enclosure": "https://images.bfmtv.com/MhiWI9f1DC1iCJ2a2QzVGovW6ro=/0x38:768x470/800x0/images/Le-nageur-francais-Yannick-Agnel-s-apprete-a-disputer-la-finale-du-200-m-des-championnats-de-France-a-Montpellier-le-30-mars-2016-1185421.jpg", + "pubDate": "Thu, 16 Dec 2021 08:29:10 GMT", + "enclosure": "https://images.bfmtv.com/q_HjZRJIPf4B1EOs9DCl42YF7_E=/9x39:1289x759/800x0/images/Emmanuel-Macron-et-Kylian-Mbappe-1189483.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41177,17 +42431,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e6f9695af5d687cc917b8b846ded370" + "hash": "4aa347eb882109c71b8e202aa1514a2e" }, { - "title": "Ligue des champions: le tirage au sort complet des 8es de finale", - "description": "Ce lundi à Nyon a eu lieu le tirage au sort des 8es de finale de C1. Un tirage qui a offert deux adversaires relevés pour les représentants français Paris et Lille, mais aussi d'autres belles affiches, avec notamment un Atlético de Madrid - Bayern.

", - "content": "Ce lundi à Nyon a eu lieu le tirage au sort des 8es de finale de C1. Un tirage qui a offert deux adversaires relevés pour les représentants français Paris et Lille, mais aussi d'autres belles affiches, avec notamment un Atlético de Madrid - Bayern.

", + "title": "Ligue des champions: le prix des places pour PSG-Real flambe déjà", + "description": "Pas encore commercialisées, les places pour le huitième de finale aller entre le PSG et le Real Madrid valent déjà très cher sur Ticketplace, la plate-forme de revente hébergée par le site du club, grimpant jusqu'à 2.173 euros.

", + "content": "Pas encore commercialisées, les places pour le huitième de finale aller entre le PSG et le Real Madrid valent déjà très cher sur Ticketplace, la plate-forme de revente hébergée par le site du club, grimpant jusqu'à 2.173 euros.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions-le-tirage-au-sort-complet-des-8es-de-finale_AN-202112130238.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-prix-des-places-pour-psg-real-flambe-deja_AV-202112160134.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 11:29:24 GMT", - "enclosure": "https://images.bfmtv.com/XVscWzyOC1h_dXwRrzvYEZMgcvg=/0x89:2048x1241/800x0/images/Le-trophee-de-la-Ligue-des-champions-1070478.jpg", + "pubDate": "Thu, 16 Dec 2021 08:22:52 GMT", + "enclosure": "https://images.bfmtv.com/ZacwuTsJ8_sNeTDMc0NbaOwpBj4=/0x58:2048x1210/800x0/images/Sergio-Ramos-et-Kylian-Mbappe-lors-d-un-match-entre-le-PSG-et-le-Real-1067261.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41198,17 +42452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b01487ebd69851b5e7888d24a1ce28d7" + "hash": "372b9c05093e293335b34578189d6397" }, { - "title": "Ligue des champions: Lille opposé à Chelsea en 8es de finale", - "description": "Premier de son groupe, le LOSC affrontera Chelsea en huitième de finale de Ligue des champions. Le match aller aura lieu en février prochain à Stamford Bridge, le retour sera disputé au stade Pierre-Mauroy en mars. \"On sera prêt\", prévient Gourvennec.

", - "content": "Premier de son groupe, le LOSC affrontera Chelsea en huitième de finale de Ligue des champions. Le match aller aura lieu en février prochain à Stamford Bridge, le retour sera disputé au stade Pierre-Mauroy en mars. \"On sera prêt\", prévient Gourvennec.

", + "title": "Adversaires des Bleus, format, calendrier... tout savoir sur le tirage de la Ligue des nations ce jeudi", + "description": "Tenante du titre, l’équipe de France va connaître jeudi, à partir de 18 heures, quels adversaires elle affrontera lors de la phase de groupes de l’édition 2022-2023 de la Ligue des nations, qui débutera en juin 2022. Mode d’emploi.

", + "content": "Tenante du titre, l’équipe de France va connaître jeudi, à partir de 18 heures, quels adversaires elle affrontera lors de la phase de groupes de l’édition 2022-2023 de la Ligue des nations, qui débutera en juin 2022. Mode d’emploi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-lille-sera-oppose-a-chelsea-en-8es-de-finale_AN-202112130237.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/adversaires-des-bleus-format-calendrier-tout-savoir-sur-le-tirage-de-la-ligue-des-nations-jeudi_AV-202112150314.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 11:26:08 GMT", - "enclosure": "https://images.bfmtv.com/7LSKdOVy6djzhADkcCIupYcK7X8=/0x145:2048x1297/800x0/images/Hakim-Ziyech-celebre-avec-deux-coequipiers-de-Chelsea-1158773.jpg", + "pubDate": "Wed, 15 Dec 2021 15:00:00 GMT", + "enclosure": "https://images.bfmtv.com/smczhklJnf8FPUOl4r_CxJxYQCU=/0x40:768x472/800x0/images/Le-bonheur-de-Kylian-Mbappe-et-Karim-Benzema-avec-le-trophee-de-la-Ligue-des-nations-remporte-par-la-France-devant-l-espagne-a-Milan-le-10-octobre-2021-1150407.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41219,17 +42473,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e4ae138b336a22667eb2a9268ca89ad" + "hash": "6d4d5aa453cfb11e216867863f7a0107" }, { - "title": "Ligue des champions: un choc Messi-Ronaldo pour le PSG qui défiera Manchester United en 8e de finale", - "description": "Le Paris Saint-Germain affrontera Manchester United en huitièmes de finale de la Ligue des champions. Un joli choc pour les Parisiens et en particulier pour Lionel Messi qui trouvera face à lui son éternel rival, Cristiano Ronaldo.

", - "content": "Le Paris Saint-Germain affrontera Manchester United en huitièmes de finale de la Ligue des champions. Un joli choc pour les Parisiens et en particulier pour Lionel Messi qui trouvera face à lui son éternel rival, Cristiano Ronaldo.

", + "title": "Basket: le capitaine de Tours écarté après une violente altercation avec son entraîneur", + "description": "Brillant troisième de Pro B, le TMB (Tours Métropole Basket) fait sans son capitaine, Ahmed Doumbia, depuis le 18 octobre. L’international guinéen, a eu une violente altercation avec Pierre Tavano, son entraîneur, lors d’un match de Coupe de France contre l’Elan Béarnais. Depuis, Doumbia n’a plus rejoué une seule minute et ne peut désormais plus s’entraîner.

", + "content": "Brillant troisième de Pro B, le TMB (Tours Métropole Basket) fait sans son capitaine, Ahmed Doumbia, depuis le 18 octobre. L’international guinéen, a eu une violente altercation avec Pierre Tavano, son entraîneur, lors d’un match de Coupe de France contre l’Elan Béarnais. Depuis, Doumbia n’a plus rejoué une seule minute et ne peut désormais plus s’entraîner.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-psg-defiera-manchester-united-en-8eme-de-finale-messi-retrouvera-ronaldo_AV-202112130233.html", + "link": "https://rmcsport.bfmtv.com/basket/basket-le-capitaine-de-tours-ecarte-apres-une-violente-altercation-avec-son-entraineur_AV-202112160128.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 11:22:17 GMT", - "enclosure": "https://images.bfmtv.com/f-r9QCmrQ_93F6tlt0lpa9jIAUE=/0x33:1200x708/800x0/images/Lionel-Messi-1187092.jpg", + "pubDate": "Thu, 16 Dec 2021 08:09:50 GMT", + "enclosure": "https://images.bfmtv.com/CLj95sJOTJQBLefXqFR9ynRGezY=/0x191:2048x1343/800x0/images/Le-capitaine-de-Tours-ecarte-apres-une-violente-altercation-avec-son-entraineur-1189458.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41240,17 +42494,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73441f5386f0966f86d56e6912c9d2f0" + "hash": "f603b5fe8a461e4260d5079b7e50c4ff" }, { - "title": "Bordeaux-Bègles : Alexandre Roumat vers Toulouse", - "description": "INFO RMC SPORT - Le troisième ligne de Bordeaux-Bègles Alexandre Roumat, en fin de contrat, devrait prendre la direction de Toulouse l’été prochain.

", - "content": "INFO RMC SPORT - Le troisième ligne de Bordeaux-Bègles Alexandre Roumat, en fin de contrat, devrait prendre la direction de Toulouse l’été prochain.

", + "title": "Clermont: Didier Retière nommé directeur du développement sportif", + "description": "Didier Retière va bien quitter ses fonctions de Directeur technique national (DTN) pour rejoindre Clermont en tant que directeur du développement sportif. Le dossier est bouclé, comme l’a officialisé le président auvergnat Jean-Michel Guillon ce jeudi matin en conférence de presse. 

", + "content": "Didier Retière va bien quitter ses fonctions de Directeur technique national (DTN) pour rejoindre Clermont en tant que directeur du développement sportif. Le dossier est bouclé, comme l’a officialisé le président auvergnat Jean-Michel Guillon ce jeudi matin en conférence de presse. 

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/bordeaux-begles-alexandre-roumat-vers-toulouse_AN-202112130212.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/clermont-didier-retiere-nomme-directeur-du-developpement-sportif_AV-202112160125.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 10:38:36 GMT", - "enclosure": "https://images.bfmtv.com/x1Zo3FVS-zImas9sVrRRPc2c_s4=/0x62:1200x737/800x0/images/-860043.jpg", + "pubDate": "Thu, 16 Dec 2021 08:04:24 GMT", + "enclosure": "https://images.bfmtv.com/oUuB_WRXrPeHRj8_csaW3YL7XMs=/0x124:2048x1276/800x0/images/Didier-Retiere-aux-cotes-de-la-ministre-Roxana-Maracineanu-1189474.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41261,17 +42515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eae85d4fab4d23c3b523dcecd739d0dd" + "hash": "722804be4a7364742fc40b840ca1bd1c" }, { - "title": "Barça: Agüero va annoncer sa retraite cette semaine", - "description": "Sergio Agüero ne sera bientôt plus footballeur professionnel. Selon la presse espagnole, l’attaquant argentin du Barça va officialiser sa retraite mercredi en raison de problèmes cardiaques.

", - "content": "Sergio Agüero ne sera bientôt plus footballeur professionnel. Selon la presse espagnole, l’attaquant argentin du Barça va officialiser sa retraite mercredi en raison de problèmes cardiaques.

", + "title": "Ligue 1 en direct: des mesures attendues pour renforcer la sécurité dans les stades", + "description": "Il reste encore une journée de Ligue 1 avant les fêtes de fin d’année et la trêve hivernale. Elle sera précédée des 32es de finale de la Coupe de France le week-end prochain. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", + "content": "Il reste encore une journée de Ligue 1 avant les fêtes de fin d’année et la trêve hivernale. Elle sera précédée des 32es de finale de la Coupe de France le week-end prochain. Suivez en live toute l’actualité des clubs français sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-aguero-va-annoncer-sa-retraite-cette-semaine_AV-202112130205.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-suivez-toute-l-actualite-du-championnat_LN-202112160104.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 10:22:51 GMT", - "enclosure": "https://images.bfmtv.com/iGSCfJlEomOtlv8y4ufZQ9H3oLc=/0x106:2048x1258/800x0/images/Sergio-Aguero-lors-de-son-dernier-match-avec-le-Barca-1187461.jpg", + "pubDate": "Thu, 16 Dec 2021 07:38:14 GMT", + "enclosure": "https://images.bfmtv.com/1rcGMof1-SLR6dByyiHvjXzvWYg=/0x203:2048x1355/800x0/images/Payet-touche-par-un-projectile-lors-d-OL-OM-1171892.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41282,17 +42536,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c45a441b5257051d4d90e0d5630fd5a" + "hash": "aaa58fb9dc0efe38fd7a18106536da5f" }, { - "title": "Violences sexuelles: Yannick Agnel reconnait la \"matérialité des faits\"", - "description": "Mis en examen pour viol et agression sexuelle sur mineure, le double champion olympique de natation Yannick Agnel a reconnu les faits a déclaré la procureure lundi à Mulhouse.

", - "content": "Mis en examen pour viol et agression sexuelle sur mineure, le double champion olympique de natation Yannick Agnel a reconnu les faits a déclaré la procureure lundi à Mulhouse.

", + "title": "Il se fait passer pour un joueur du PSG et tente d'escroquer un hôtel dans le Calvados", + "description": "Profitant d'un match de Gambardella entre Lisieux et le PSG, un homme se présentant comme un joueur du club de la capitale a tenté d'escroquer un hôtel de Lisieux le week-end dernier.

", + "content": "Profitant d'un match de Gambardella entre Lisieux et le PSG, un homme se présentant comme un joueur du club de la capitale a tenté d'escroquer un hôtel de Lisieux le week-end dernier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/violences-sexuelles-yannick-agnel-reconnait-les-faits_AV-202112130200.html", + "link": "https://rmcsport.bfmtv.com/football/il-se-fait-passer-pour-un-joueur-du-psg-et-tente-d-escroquer-un-hotel-dans-le-calvados_AN-202112160089.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 10:14:58 GMT", - "enclosure": "https://images.bfmtv.com/W6kcKJNSxCl3PGu1CwJs48cRhnY=/0x212:2048x1364/800x0/images/Agnel-1186218.jpg", + "pubDate": "Thu, 16 Dec 2021 07:16:44 GMT", + "enclosure": "https://images.bfmtv.com/KxmAb_5Cnz4wU6I6roI8e6yuW3w=/0x103:1984x1219/800x0/images/Ballon-de-foot-1064209.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41303,17 +42557,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cba99797f8c7f78dc79548ea8856d982" + "hash": "9fdbceee3a42442cb0aeb0b7db885beb" }, { - "title": "Trop d'entertainment, pas assez de sport? La F1 époque Netflix ne plaît pas à tout le monde", - "description": "Au lendemain d'un dernier Grand Prix exceptionnel dans tous les sens du terme à Abu Dhabi, qui a vu le triomphe de Max Verstappen, plusieurs commentateurs s'interrogent déjà sur le devenir de la discipline, de plus en plus soumise à des décisions litigieuses formulées par les commissaires de course.

", - "content": "Au lendemain d'un dernier Grand Prix exceptionnel dans tous les sens du terme à Abu Dhabi, qui a vu le triomphe de Max Verstappen, plusieurs commentateurs s'interrogent déjà sur le devenir de la discipline, de plus en plus soumise à des décisions litigieuses formulées par les commissaires de course.

", + "title": "PSG: quand Mbappé se frottait, à 5 ans, à des U13", + "description": "Sébastien Corchia, arrière droit de Nantes passé sous les ordres de Wilfrid Mbappé à l’AS Bondy, raconte comme le fils de ce dernier, un certain Kylian, tentait de se frotter aux joueurs bien plus âgés que lui.

", + "content": "Sébastien Corchia, arrière droit de Nantes passé sous les ordres de Wilfrid Mbappé à l’AS Bondy, raconte comme le fils de ce dernier, un certain Kylian, tentait de se frotter aux joueurs bien plus âgés que lui.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/trop-d-entertainment-pas-assez-de-sport-la-f1-epoque-netflix-ne-plait-pas-a-tout-le-monde_AV-202112130193.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-quand-mbappe-tentait-a-5-ans-de-dribbler-des-u13_AV-202112160086.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 10:09:24 GMT", - "enclosure": "https://images.bfmtv.com/RBBFHwKIHqTgwVHXTLOyV4RPv5U=/0x191:2048x1343/800x0/images/Lewis-Hamilton-et-Max-Verstappen-sur-le-circuit-de-Yas-Marina-en-2021-1187076.jpg", + "pubDate": "Thu, 16 Dec 2021 07:08:42 GMT", + "enclosure": "https://images.bfmtv.com/Prwx8OBQIoNbrMYEREpvgksSf98=/0x0:1984x1116/800x0/images/K-Mbappe-1186505.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41324,17 +42578,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dea4ede72c9d85376759828b625f262" + "hash": "da6b729c81c33b9578d99f0bb8c542ca" }, { - "title": "La belle initiative du Betis pour les enfants défavorisés", - "description": "Ce dimanche, les fans du Betis Séville se sont montrés particulièrement généreux au cours de la rencontre face à la Real Sociedad. Des milliers de peluches ont été lancées des tribunes pour les enfants défavorisés.

", - "content": "Ce dimanche, les fans du Betis Séville se sont montrés particulièrement généreux au cours de la rencontre face à la Real Sociedad. Des milliers de peluches ont été lancées des tribunes pour les enfants défavorisés.

", + "title": "Coupe arabe: scènes de joie à Paris après la qualification de l’Algérie pour la finale", + "description": "Plusieurs supporters de l’Algérie se sont rassemblés dans les rues de Paris pour fêter la qualification des Fennecs pour la finale de la Coupe arabe.

", + "content": "Plusieurs supporters de l’Algérie se sont rassemblés dans les rues de Paris pour fêter la qualification des Fennecs pour la finale de la Coupe arabe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/la-belle-initiative-du-betis-pour-les-enfants-defavorises_AV-202112130189.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-scenes-de-joie-a-paris-apres-la-qualification-de-l-algerie-pour-la-finale_AV-202112160062.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 10:01:35 GMT", - "enclosure": "https://images.bfmtv.com/_bLLLjWirs2WZZU4C9Doxsq7cn8=/0x105:2048x1257/800x0/images/1187433.jpg", + "pubDate": "Thu, 16 Dec 2021 06:31:46 GMT", + "enclosure": "https://images.bfmtv.com/C1laS-kVME01_L3Ze1QHlptyICY=/0x156:2048x1308/800x0/images/Yacine-Brahimi-1189386.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41345,17 +42599,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffd541f5a22b36c39b11b2d454f66a7f" + "hash": "0cbd0bf0505d3265850023032c72c369" }, { - "title": "Les pronos hippiques du mardi 14 décembre 2021", - "description": "Le Quinté+ du mardi 14 décembre est programmé sur l’hippodrome de Pau dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du mardi 14 décembre est programmé sur l’hippodrome de Pau dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Coupe arabe: le sélectionneur algérien hallucine du temps additionnel de Qatar-Algérie", + "description": "Alors que l'Algérie s'est imposée dans les ultimes minutes ce mercredi face au Qatar en demi-finale de la Coupe Arabe, les dix-huit minutes de temps additionnel données par l'arbitre en fin de match ont fait beaucoup parler.

", + "content": "Alors que l'Algérie s'est imposée dans les ultimes minutes ce mercredi face au Qatar en demi-finale de la Coupe Arabe, les dix-huit minutes de temps additionnel données par l'arbitre en fin de match ont fait beaucoup parler.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-14-decembre-2021_AN-202112130183.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-le-temps-additionnel-de-qatar-algerie-fait-scandale_AV-202112160056.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 09:54:24 GMT", - "enclosure": "https://images.bfmtv.com/_tD8SHQfZq95QXP9VN7qGZsGqbc=/4x51:468x312/800x0/images/Les-pronos-hippiques-du-11-novembre-2021-1163670.jpg", + "pubDate": "Thu, 16 Dec 2021 06:29:11 GMT", + "enclosure": "https://images.bfmtv.com/-xgwlGitqTQhrTFQnhAOJxe53BY=/0x0:1184x666/800x0/images/Qatar-Algerie-1189265.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41366,17 +42620,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "034a139060816b4c4c5df5b6e607f8f9" + "hash": "aefe7fd653a97301556ca53f27ff67b4" }, { - "title": "Barça: \"La situation est critique\", Piqué tire la sonnette d’alarme", - "description": "Le défenseur central du FC Barcelone Gérard Piqué a poussé un coup de gueule après le match nul concédé sur la pelouse d’Osasuna (2-2) dimanche pour le compte de la 17eme journée de Liga.

", - "content": "Le défenseur central du FC Barcelone Gérard Piqué a poussé un coup de gueule après le match nul concédé sur la pelouse d’Osasuna (2-2) dimanche pour le compte de la 17eme journée de Liga.

", + "title": "F1: Hamilton aurait demandé à Mercedes d’abandonner son appel pour le titre mondial", + "description": "Selon le Daily Mail, Mercedes serait proche d’abandonner l’appel contre ka victoire de Max Verstappen au Grand Prix d’Abu Dhabi à la demande de Lewis Hamilton, battu pour le titre mondial.

", + "content": "Selon le Daily Mail, Mercedes serait proche d’abandonner l’appel contre ka victoire de Max Verstappen au Grand Prix d’Abu Dhabi à la demande de Lewis Hamilton, battu pour le titre mondial.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-la-situation-est-critique-pique-tire-la-sonnette-d-alarme_AV-202112130151.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-aurait-demande-a-mercedes-d-abandonner-son-appel-pour-le-titre-mondial_AV-202112160038.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 09:02:38 GMT", - "enclosure": "https://images.bfmtv.com/4xy8A7vHD8Jh2HNqrIacZgBXJFA=/0x0:2048x1152/800x0/images/Gerard-Pique-1187388.jpg", + "pubDate": "Thu, 16 Dec 2021 05:50:54 GMT", + "enclosure": "https://images.bfmtv.com/h7p77Cu1lXmTbQhlQU25adPWrww=/0x11:2048x1163/800x0/images/Lewis-Hamilton-1189361.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41387,17 +42641,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5075e64a0fdbc02d18ea90c12848d536" + "hash": "d302cbe6865c1210c77ffe1a5f419af2" }, { - "title": "Affaire Agnel en direct: La procureure parle", - "description": "Mis en examen pour viol et agression sexuelle sur mineure, le double champion olympique de natation Yannick Agnel a été placé sous contrôle judiciaire samedi. Ce lundi, la procureure parle à 11h.

", - "content": "Mis en examen pour viol et agression sexuelle sur mineure, le double champion olympique de natation Yannick Agnel a été placé sous contrôle judiciaire samedi. Ce lundi, la procureure parle à 11h.

", + "title": "Equipe de France: comment Bouna Sarr a manqué les Bleus en 2020", + "description": "Bouna Sarr (29 ans), ancien joueur de l’OM, raconte comment il a dû renoncer à une sélection en équipe de France en novembre 2020 alors qu’il avait été appelé par Didier Deschamps. Il a, depuis, choisi le Sénégal.

", + "content": "Bouna Sarr (29 ans), ancien joueur de l’OM, raconte comment il a dû renoncer à une sélection en équipe de France en novembre 2020 alors qu’il avait été appelé par Didier Deschamps. Il a, depuis, choisi le Sénégal.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/affaire-agnel-en-direct-la-procureure-parle_LN-202112130146.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-comment-bouna-sarr-a-manque-les-bleus-en-2020_AV-202112160027.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 08:55:11 GMT", - "enclosure": "https://images.bfmtv.com/rt3XbWxel7P4UOz8KxNgKuPUmfI=/0x1:2048x1153/800x0/images/Yannick-Agnel-en-juillet-2016-1187389.jpg", + "pubDate": "Thu, 16 Dec 2021 05:19:57 GMT", + "enclosure": "https://images.bfmtv.com/a0f5MMy3dPUYxX_oEpM0DhudpGk=/0x52:2048x1204/800x0/images/Bouna-Sarr-1189338.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41408,17 +42662,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2a73dd7f4b52fc5313a7dada99c8ece" + "hash": "00cd99f200c12cca4133eb87ba79771c" }, { - "title": "F1: le héros Verstappen salué aux Pays-Bas, les journaux britanniques déçus pour Hamilton... la revue de presse d'un titre hors du commun", - "description": "Quelques heures après le scénario rocambolesque de ce dernier Grand Prix de la saison en F1, les journaux du monde entier analysent le titre de Max Verstappen, vainqueur dimanche à Abu Dhabi, au détriment de son rival Lewis Hamilton.

", - "content": "Quelques heures après le scénario rocambolesque de ce dernier Grand Prix de la saison en F1, les journaux du monde entier analysent le titre de Max Verstappen, vainqueur dimanche à Abu Dhabi, au détriment de son rival Lewis Hamilton.

", + "title": "PSG: Mbappé apprécie la franchise de Pochettino qui ne \"se prive pas\" de tout lui dire", + "description": "Dans un entretien accordé à Paris-Match, Kylian Mbappé assure être ouvert aux remarques de son entourage et de son entraîneur du PSG, Mauricio Pochettino.

", + "content": "Dans un entretien accordé à Paris-Match, Kylian Mbappé assure être ouvert aux remarques de son entourage et de son entraîneur du PSG, Mauricio Pochettino.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-le-heros-verstappen-salue-aux-pays-bas-les-journaux-britanniques-decus-pour-hamilton-la-revue-de-presse-d-un-titre-hors-du-commun_AN-202112130137.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-apprecie-la-franchise-de-pochettino-ne-se-prive-pas-de-tout-lui-dire_AD-202112160023.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 08:32:18 GMT", - "enclosure": "https://images.bfmtv.com/KwPSE4qVVLbW2kXiC3RD7GBp8oQ=/0x11:496x290/800x0/images/Lewis-Hamilton-battu-par-Max-Verstappen-a-l-issue-du-dernier-tour-du-Grand-Prix-d-Abu-Dhabi-1187375.jpg", + "pubDate": "Thu, 16 Dec 2021 04:57:11 GMT", + "enclosure": "https://images.bfmtv.com/DhX_Xwi2QGqd4GOyd0MT-1jXXhA=/0x106:2048x1258/800x0/images/Kylian-Mbappe-et-Mauricio-Pochettino-1189335.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41429,17 +42683,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35e94d2917004c16e5efdb5749243599" + "hash": "c547cf7ddedd10b48d35c4d359483f95" }, { - "title": "PSG: Marquinhos donne des nouvelles pas très rassurantes de Neymar", - "description": "En marge de la victoire du PSG face à Monaco (2-0) dimanche soir au Parc des Princes en clôture de la 18e journée de Ligue 1, le capitaine parisien Marquinhos ne s’est pas montré très rassurant sur Neymar, blessé à la cheville gauche.

", - "content": "En marge de la victoire du PSG face à Monaco (2-0) dimanche soir au Parc des Princes en clôture de la 18e journée de Ligue 1, le capitaine parisien Marquinhos ne s’est pas montré très rassurant sur Neymar, blessé à la cheville gauche.

", + "title": "Mercato en direct: Mbappé a soif de \"cultures différentes\"", + "description": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", + "content": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-marquinhos-donne-des-nouvelles-pas-tres-rassurantes-de-neymar_AV-202112130130.html", + "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 08:18:41 GMT", - "enclosure": "https://images.bfmtv.com/bjR7aDSNb9Jz4m9RhScGbLH3peM=/0x0:2048x1152/800x0/images/Marquinhos-et-Neymar-1187364.jpg", + "pubDate": "Mon, 13 Dec 2021 06:29:19 GMT", + "enclosure": "https://images.bfmtv.com/wTrNj4sQ_DiZqKh6ljvaP3CQLUU=/0x55:2048x1207/800x0/images/Kylian-Mbappe-auteur-d-un-double-avec-le-PSG-1187198.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41450,17 +42704,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b608600141befba75beae8883b0dd478" + "hash": "bda3580ca9ed809fe48ac01641f0885d" }, { - "title": "Conference League: le meilleur et le pire tirage pour l’OM lors des barrages", - "description": "Eliminé de la Ligue Europa et reversé en Conference League, l’OM connaîtra ce lundi le nom de son adversaire lors des barrages de la C4. Non tête de série, Marseille devrait pourtant éviter le pire lors du tirage au sort effectué par l'UEFA.

", - "content": "Eliminé de la Ligue Europa et reversé en Conference League, l’OM connaîtra ce lundi le nom de son adversaire lors des barrages de la C4. Non tête de série, Marseille devrait pourtant éviter le pire lors du tirage au sort effectué par l'UEFA.

", + "title": "PSG: Mbappé a soif de \"cultures différentes\", de \"rencontres avec des joueurs\"", + "description": "\"Les liens humains\" et \"l'expérience de vie\" comptent plus que l'argent, assure l'attaquant du PSG, Kylian Mbappé, dans une interview à l'hebdomadaire Paris Match publiée jeudi, où il explique également avoir \"soif de voyages, de rencontres et de cultures différentes...\"

", + "content": "\"Les liens humains\" et \"l'expérience de vie\" comptent plus que l'argent, assure l'attaquant du PSG, Kylian Mbappé, dans une interview à l'hebdomadaire Paris Match publiée jeudi, où il explique également avoir \"soif de voyages, de rencontres et de cultures différentes...\"

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-conference-league/conference-league-le-meilleur-et-le-pire-tirage-pour-l-om-lors-des-barrages_AV-202112130129.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-a-soif-de-cultures-differentes-de-rencontres-avec-des-joueurs_AD-202112150570.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 08:17:24 GMT", - "enclosure": "https://images.bfmtv.com/eEYtPOVeYaqEZHITayxGgFwWsM8=/0x0:2048x1152/800x0/images/Matteo-Guendouzi-et-les-joueurs-de-l-OM-celebrent-un-but-1187365.jpg", + "pubDate": "Wed, 15 Dec 2021 23:28:13 GMT", + "enclosure": "https://images.bfmtv.com/i61u02wYXgV6495G7iek1kxWwrc=/0x39:768x471/800x0/images/La-joie-de-l-attaquant-du-Paris-Saint-Germain-Kylian-Mbappe-apres-avoir-ouvert-le-score-a-domicile-sur-penalty-face-a-Monaco-en-cloture-de-la-18e-journee-de-Ligue-1-le-12-decembre-2021-au-Parc-des-Princes-1187175.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41471,17 +42725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7835f702117034763b16368a37f4031e" + "hash": "6622a488c2d365d41b7f0ae28156d11a" }, { - "title": "Ligue des champions: le meilleur et le pire tirage pour Lille en huitième de finale", - "description": "Placé dans le chapeau 1, le LOSC devrait éviter les plus grosses équipes lors du tirage au sort des huitièmes de finale de la Ligue des champions ce lundi (à partir de 12 h, en direct sur RMC Sport).

", - "content": "Placé dans le chapeau 1, le LOSC devrait éviter les plus grosses équipes lors du tirage au sort des huitièmes de finale de la Ligue des champions ce lundi (à partir de 12 h, en direct sur RMC Sport).

", + "title": "Ligue 1: les mesures pour la sécurité dans les stades prévues par la LFP et le gouvernement", + "description": "Une réunion avec les autorités du football et différents ministères concernant la sécurité dans les stades aura lieu jeudi à Beauvau. Elle doit déboucher sur des mesures fermes et concrètes.

", + "content": "Une réunion avec les autorités du football et différents ministères concernant la sécurité dans les stades aura lieu jeudi à Beauvau. Elle doit déboucher sur des mesures fermes et concrètes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-meilleur-et-le-pire-tirages-pour-lille-en-huitieme-de-finale_AV-202112130016.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-mesures-pour-la-securite-dans-les-stades-prevues-par-la-lfp-et-le-gouvernement_AV-202112150564.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 07:30:00 GMT", - "enclosure": "https://images.bfmtv.com/h-x8Y5LZY-cWnmvORiRW0GNWyPQ=/0x106:2048x1258/800x0/images/Lille-1187149.jpg", + "pubDate": "Wed, 15 Dec 2021 23:11:43 GMT", + "enclosure": "https://images.bfmtv.com/uSJfihWkbLDWwsp-4Q6LCLRqChE=/0x212:2048x1364/800x0/images/Les-incidents-a-la-fin-d-Angers-OM-1133459.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41492,17 +42746,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68c2b7c8673a969337574cf7807c8e85" + "hash": "ef7d288a6ed7c7f10cfb334e684aecff" }, { - "title": "PSG: Diane Leyre, Miss France et vraie fan parisienne", - "description": "Diane Leyre a remporté samedi l’élection de Miss France 2022 et offert un premier titre à la région Ile-de-France depuis 1997. Un succès qui pourrait même l’amener jusqu’à la pelouse du Parc des Princes pour un match du match du PSG, son club de cœur.

", - "content": "Diane Leyre a remporté samedi l’élection de Miss France 2022 et offert un premier titre à la région Ile-de-France depuis 1997. Un succès qui pourrait même l’amener jusqu’à la pelouse du Parc des Princes pour un match du match du PSG, son club de cœur.

", + "title": "PRONOS PARIS RMC Le pari du jour du 16 décembre – Coupe de France", + "description": "Notre pronostic: Strasbourg s’impose à Valenciennes (1.95)

", + "content": "Notre pronostic: Strasbourg s’impose à Valenciennes (1.95)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-diane-leyre-miss-france-et-vraie-fan-parisienne_AV-202112130101.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-16-decembre-coupe-de-france_AN-202112150026.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 07:25:43 GMT", - "enclosure": "https://images.bfmtv.com/21B4UbCh4hYe3P_Vt4RwAtyz9Yg=/0x213:2048x1365/800x0/images/Diane-Leyre-Miss-Ile-de-France-et-Miss-France-2022-1187316.jpg", + "pubDate": "Wed, 15 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/YVx-nN5tvDHXDru1e1pZv4Zo-1o=/0x104:1984x1220/800x0/images/Ludovic-Ajorque-Strasbourg-1188514.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41513,17 +42767,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "096767951dddd35cc67209fc79e8fce1" + "hash": "dada20c115bfffaccdae7ae82a6a5cf9" }, { - "title": "PSG-Monaco en direct: Thierry Henry fracasse le PSG sur le cas Mbappé", - "description": "Face à l'AS Monaco, Paris a parfaitement géré le choc grâce à un Mbappé très efficace et prend encore un peu plus le large en tête du championnat avec une victoire 2-0. L'ASM de son côté reste coincé en milieu de tableau.

", - "content": "Face à l'AS Monaco, Paris a parfaitement géré le choc grâce à un Mbappé très efficace et prend encore un peu plus le large en tête du championnat avec une victoire 2-0. L'ASM de son côté reste coincé en milieu de tableau.

", + "title": "PRONOS PARIS RMC Le pari extérieur du 16 décembre – Premier League - Angleterre", + "description": "Notre pronostic: Tottenham gagne à Leicester (3.20)

", + "content": "Notre pronostic: Tottenham gagne à Leicester (3.20)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-allechant-entre-le-psg-et-monaco_LS-202112120223.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-16-decembre-premier-league-angleterre_AN-202112150025.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:00:00 GMT", - "enclosure": "https://images.bfmtv.com/8WC9Dc6oLQ0tRaU0UIm7gXTjJn8=/0x210:2048x1362/800x0/images/Mbappe-et-Messi-tout-sourire-apres-le-double-du-Francais-1187163.jpg", + "pubDate": "Wed, 15 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/qenUxVpCdA8eSTqqIE2RzKAT35E=/0x104:1984x1220/800x0/images/Antonio-Conte-Tottenham-1188508.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41534,17 +42788,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f14b7f605bb4892051aa4b909933fde9" + "hash": "4af5af78a0c9ab642b31dc5f8170f8c4" }, { - "title": "Ligue des champions: le tirage au sort des 8es de finale en direct", - "description": "Le tirage au sort des 8es de finale de la Ligue des champions se déroule à Nyon, en Suisse, ce lundi à midi. Le PSG et Lille vont connaître l'identité de leurs adversaires. Toutes les infos en direct à ne surtout pas manquer sont dans le live RMC Sport.

", - "content": "Le tirage au sort des 8es de finale de la Ligue des champions se déroule à Nyon, en Suisse, ce lundi à midi. Le PSG et Lille vont connaître l'identité de leurs adversaires. Toutes les infos en direct à ne surtout pas manquer sont dans le live RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari sûr du 16 décembre – Premier League - Angleterre", + "description": "Notre pronostic: Liverpool bat Newcastle et Salah marque (1.40)

", + "content": "Notre pronostic: Liverpool bat Newcastle et Salah marque (1.40)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions-le-tirage-au-sort-des-8es-de-finale-en-direct_LN-202112130087.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-16-decembre-premier-league-angleterre_AN-202112150024.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 07:04:32 GMT", - "enclosure": "https://images.bfmtv.com/5intaLIBwkrp4vnO6Rvv-UhkCdc=/15x209:1999x1325/800x0/images/Ligue-des-Champions-1063283.jpg", + "pubDate": "Wed, 15 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/2QPz-THmSrJRByr-D0nKqwK90es=/0x89:2000x1214/800x0/images/Mo-Salah-Liverpool-1188506.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41555,17 +42809,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bc24d9edec6ffc147f0eba35769fb5a" + "hash": "a1a87a8d55708e1ec779baeed03283b9" }, { - "title": "Biarritz: \"Couzinet a hérité d’une situation catastrophique\", selon Aldigé", - "description": "Le patron du Biarritz Olympique, Jean-Baptiste Aldigé, a rencontré le président intérimaire de l’Association amateur David Couzinet vendredi dernier, dans un climat plus apaisé et constructif que ces dernières semaines. Pour RMC Sport, Aldigé se confie sur cette entrevue qui pourrait changer la donne, avec la perspective d’une nouvelle convention entre les deux parties, l’avenir de son club, l’abandon de la délocalisation mais aussi les critiques à son encontre. Avec la volonté de concrétiser rapidement le projet de rénovation du stade Aguilera.

", - "content": "Le patron du Biarritz Olympique, Jean-Baptiste Aldigé, a rencontré le président intérimaire de l’Association amateur David Couzinet vendredi dernier, dans un climat plus apaisé et constructif que ces dernières semaines. Pour RMC Sport, Aldigé se confie sur cette entrevue qui pourrait changer la donne, avec la perspective d’une nouvelle convention entre les deux parties, l’avenir de son club, l’abandon de la délocalisation mais aussi les critiques à son encontre. Avec la volonté de concrétiser rapidement le projet de rénovation du stade Aguilera.

", + "title": "F1: la réponse de Verstappen à Mercedes et aux critiques sur son titre", + "description": "La fin de course désormais légendaire du Grand Prix d’Abu Dhabi dimanche, et le sacre de Max Verstappen qui a suivi, continuent de faire réagir autour des paddocks. Le Néerlandais affiche lui sa sérénité.

", + "content": "La fin de course désormais légendaire du Grand Prix d’Abu Dhabi dimanche, et le sacre de Max Verstappen qui a suivi, continuent de faire réagir autour des paddocks. Le Néerlandais affiche lui sa sérénité.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/biarritz-couzinet-a-herite-d-une-situation-catastrophique-selon-aldige_AN-202112130017.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-la-reponse-de-verstappen-a-mercedes-et-aux-critiques-sur-son-titre_AV-202112150559.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 07:00:00 GMT", - "enclosure": "https://images.bfmtv.com/aTCmpsVkki3kiuJZy1b1zSFrlnU=/0x96:2048x1248/800x0/images/Jean-Baptiste-Aldige-1187184.jpg", + "pubDate": "Wed, 15 Dec 2021 23:00:11 GMT", + "enclosure": "https://images.bfmtv.com/_zJm98pFlFZ19a6ACxPX6ItYrqg=/0x0:1200x675/800x0/images/Max-Verstappen-et-Lewis-Hamilton-1189295.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41576,17 +42830,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac06a09309e6017dc7ee9dfd7f3c222c" + "hash": "525aef9d63c0d9cb9e6784a66b668fee" }, { - "title": "Mercato en direct: Gérard Piqué vers la retraite en fin de saison ?", - "description": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", - "content": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", + "title": "Euroligue: Monaco se relance face à Kaunas, l’Asvel trébuche contre le Zénith", + "description": "Après cinq défaites de rang en Euroligue, Monaco s’est relancé en s’imposant face à Kaunas, lanterne rouge de la compétition (107-98). L’Asvel s’est incliné face au Zénith Saint-Pétersbourg (71-61).

", + "content": "Après cinq défaites de rang en Euroligue, Monaco s’est relancé en s’imposant face à Kaunas, lanterne rouge de la compétition (107-98). L’Asvel s’est incliné face au Zénith Saint-Pétersbourg (71-61).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", + "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroligue-monaco-se-relance-face-a-kaunas-l-asvel-trebuche-contre-le-zenith_AV-202112150553.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 06:29:19 GMT", - "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", + "pubDate": "Wed, 15 Dec 2021 22:41:48 GMT", + "enclosure": "https://images.bfmtv.com/VS4e5m7vFlAQCmSiN7RUwSrxH2I=/0x27:2048x1179/800x0/images/Monaco-Bayern-basket-Euroligue-1165642.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41597,17 +42851,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03b3df486f3c69e90bc5de5c0f66f55a" + "hash": "61cbc1a645e9f006ccc83c6ded23e35c" }, { - "title": "PSG: Henry fracasse la gestion du club pour l'avenir de Mbappé", - "description": "Thierry Henry a durement critiqué ce dimanche la manière dont le PSG a géré le dossier Mbappé. Selon l'ancien attaquant tricolore, le club francilien aurait dû prolonger son prodige depuis longtemps plutôt que de prendre le risque de voir partir libre lors du prochain mercato estival.

", - "content": "Thierry Henry a durement critiqué ce dimanche la manière dont le PSG a géré le dossier Mbappé. Selon l'ancien attaquant tricolore, le club francilien aurait dû prolonger son prodige depuis longtemps plutôt que de prendre le risque de voir partir libre lors du prochain mercato estival.

", + "title": "Grand Prix d'Abu Dhabi en direct: la réponse de Verstappen aux critiques sur son titre", + "description": "La saison de Formule 1 s'achève ce dimanche avec le Grand Prix d'Abu Dhabi (départ à 14h), épilogue d'un duel d'anthologie entre Max Verstappen (Red Bull) et Lewis Hamilton (Mercedes), à égalité parfaite dans la course au titre de champion du monde.

", + "content": "La saison de Formule 1 s'achève ce dimanche avec le Grand Prix d'Abu Dhabi (départ à 14h), épilogue d'un duel d'anthologie entre Max Verstappen (Red Bull) et Lewis Hamilton (Mercedes), à égalité parfaite dans la course au titre de champion du monde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-henry-fracasse-la-gestion-du-club-pour-l-avenir-de-mbappe_AV-202112130054.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/formule-1-suivez-en-direct-le-grand-prix-d-abu-dhabi-dernier-duel-entre-verstappen-et-hamilton_LN-202112120014.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 06:19:41 GMT", - "enclosure": "https://images.bfmtv.com/IZ_fWG6RjhAH2HPe35x2CLBLzWQ=/4x85:1364x850/800x0/images/Thierry-Henry-1172448.jpg", + "pubDate": "Sun, 12 Dec 2021 08:22:23 GMT", + "enclosure": "https://images.bfmtv.com/3PflDz2ngMo7CsZXgdzt6I5F4q8=/0x31:768x463/800x0/images/La-joie-du-pilote-neerlandais-Max-Verstappen-apres-avoir-remporte-le-Grand-Prix-d-Abou-Dhabi-et-son-1er-titre-mondial-devant-le-septuple-champion-du-monde-le-Britannique-Lewis-Hamilton-1187062.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41618,17 +42872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbde8221dbc4254ac0246d003a0ff9f2" + "hash": "f3cf33e4bdaf2ac31ac13c86f04141bf" }, { - "title": "Ligue des champions: le meilleur et le pire tirage pour le PSG en huitième de finale", - "description": "Le PSG va découvrir l’identité de son adversaire en huitièmes de finale de Ligue des champions ce lundi, à midi, lors du tirage au sort (à suivre sur RMC Sport). N’étant pas tête de série, Paris peut s’attendre à un gros morceau.

", - "content": "Le PSG va découvrir l’identité de son adversaire en huitièmes de finale de Ligue des champions ce lundi, à midi, lors du tirage au sort (à suivre sur RMC Sport). N’étant pas tête de série, Paris peut s’attendre à un gros morceau.

", + "title": "Bundesliga: Dortmund assure, les buteurs Haaland et Schick déchaînés", + "description": "Sans panache mais avec sérieux, Dortmund a battu la lanterne rouge Greuther Fürth (3-0) mercredi pour rester deuxième de la Bundesliga à six points du Bayern, dans une soirée où les buteurs du Borussia, Erling Haaland, et de Leverkusen, Patrick Schick, ont signé des statistiques d'extraterrestres.

", + "content": "Sans panache mais avec sérieux, Dortmund a battu la lanterne rouge Greuther Fürth (3-0) mercredi pour rester deuxième de la Bundesliga à six points du Bayern, dans une soirée où les buteurs du Borussia, Erling Haaland, et de Leverkusen, Patrick Schick, ont signé des statistiques d'extraterrestres.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-meilleur-et-le-pire-tirages-pour-le-psg-en-huitieme-de-finale_AV-202112130015.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-assure-les-buteurs-haaland-et-schick-dechaines_AD-202112150545.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 06:00:00 GMT", - "enclosure": "https://images.bfmtv.com/PZTLFA2EAZ6BuelVIHpsazOkjOw=/0x50:768x482/800x0/images/Les-stars-du-Paris-Saint-Germain-le-Francais-Kylian-Mbappe-centre-et-l-Argentin-Lionel-Messi-lors-du-match-entre-le-PSG-et-Bruges-au-Parc-des-Princes-a-Paris-le-7-decembre-2021-1184907.jpg", + "pubDate": "Wed, 15 Dec 2021 22:24:24 GMT", + "enclosure": "https://images.bfmtv.com/rYoLxc_3zDYqGNGk-WAE_xAufwI=/0x40:768x472/800x0/images/La-joie-de-l-attaquant-norvegien-de-Dortmund-Erling-Braut-Haaland-apres-avoir-marque-le-2e-but-a-domicile-face-a-Furth-lors-de-la-16e-journee-de-Bundesliga-le-15-decembre-2021-endfragment-p-1189291.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41639,17 +42893,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c52f0829fd959547ee8011b49ba2531e" + "hash": "d8b70e17c758a42446d154d50bc641c5" }, { - "title": "PSG-Monaco: Kovac prédit \"beaucoup de Ballons d'or\" à Mbappé", - "description": "Niko Kovac n'a pas manqué de saluer la prestation de Kylian Mbappé après la victoire du PSG contre Monaco (2-0) lors de la 18e journée de Ligue 1. L'entraîneur monégasque a rappelé que l'attaquant francilien, auteur d'un doublé contre son équipe, restait promis à un brillant avenir.

", - "content": "Niko Kovac n'a pas manqué de saluer la prestation de Kylian Mbappé après la victoire du PSG contre Monaco (2-0) lors de la 18e journée de Ligue 1. L'entraîneur monégasque a rappelé que l'attaquant francilien, auteur d'un doublé contre son équipe, restait promis à un brillant avenir.

", + "title": "Premier League: la bonne opération pour Arsenal, qui domine West Ham", + "description": "Arsenal a réalisé la bonne opération de la soirée de Premier League, mercredi, en prenant le meilleur sur West Ham (2-0).

", + "content": "Arsenal a réalisé la bonne opération de la soirée de Premier League, mercredi, en prenant le meilleur sur West Ham (2-0).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-monaco-kovac-predit-beaucoup-de-ballons-d-or-a-mbappe_AV-202112130031.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-la-bonne-operation-pour-arsenal-qui-domine-west-ham_AV-202112150539.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 05:32:27 GMT", - "enclosure": "https://images.bfmtv.com/us_TmX_-hr_JvZZB3884SNV9Fxg=/0x106:2048x1258/800x0/images/Kylian-Mbappe-et-Niko-Kovac-lors-de-PSG-Monaco-en-Ligue-1-1187233.jpg", + "pubDate": "Wed, 15 Dec 2021 22:08:32 GMT", + "enclosure": "https://images.bfmtv.com/59BsjKpvK0Hdx8DpSz_gQEgzJQY=/0x0:2000x1125/800x0/images/Arsenal-1188966.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41660,17 +42914,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3067e3bcc4de8cbac83fedc32625c3d" + "hash": "e410852acd14a889ab31fc8aceba1d4c" }, { - "title": "PSG: Pochettino défend son bilan et se compare aux autres grands d'Europe", - "description": "Le PSG a battu Monaco (2-0) ce dimanche en clôture de la 18e journée de Ligue 1. Solide leader du classement avec une seule défaite en championnat, le club francilien connait pourtant un début de saison mitigé dans le jeu. Pas de quoi inquiéter Mauricio Pochettino face à la presse qui a défendu les performances de son équipe.

", - "content": "Le PSG a battu Monaco (2-0) ce dimanche en clôture de la 18e journée de Ligue 1. Solide leader du classement avec une seule défaite en championnat, le club francilien connait pourtant un début de saison mitigé dans le jeu. Pas de quoi inquiéter Mauricio Pochettino face à la presse qui a défendu les performances de son équipe.

", + "title": "CAN 2022: le vice-président de la fédération guinéenne dénonce la \"pression malsaine\" de l'Europe", + "description": "Invité mercredi soir de l'After Foot sur RMC, Sega Diallo, vice-président de la fédération guinéenne de football, estime que les clubs européens exercent une pression \"malsaine\" en menaçant de retenir les joueurs convoqués pour la Coupe d'Afrique des nations 2022.

", + "content": "Invité mercredi soir de l'After Foot sur RMC, Sega Diallo, vice-président de la fédération guinéenne de football, estime que les clubs européens exercent une pression \"malsaine\" en menaçant de retenir les joueurs convoqués pour la Coupe d'Afrique des nations 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-defend-son-bilan-et-se-compare-aux-autres-grands-d-europe_AV-202112130026.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-le-vice-president-de-la-federation-guineenne-denonce-la-pression-malsaine-de-l-europe_AV-202112150538.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 05:10:01 GMT", - "enclosure": "https://images.bfmtv.com/10aUeoUS2Hq7UVPds9MgarA5klQ=/0x0:2048x1152/800x0/images/Mauricio-Pochettino-lors-de-PSG-Monaco-en-Ligue-1-1187228.jpg", + "pubDate": "Wed, 15 Dec 2021 22:06:10 GMT", + "enclosure": "https://images.bfmtv.com/jNvz69Lu0EdZ4kFRkNb4_ruCjUU=/0x212:2048x1364/800x0/images/CAN-1189297.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41681,17 +42935,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8f62e53ba62cffed492b0e0648ab3e4" + "hash": "a3d8ec8714015bfc86ba556f54ff7895" }, { - "title": "Ligue des champions: à quelle heure et sur quelle chaîne suivre le tirage au sort des huitièmes", - "description": "Le PSG et le LOSC vont connaître l’identité de leurs adversaires en huitièmes de finale de Ligue des champions ce lundi, à midi. Le tirage au sort est à suivre sur RMC Sport 1.

", - "content": "Le PSG et le LOSC vont connaître l’identité de leurs adversaires en huitièmes de finale de Ligue des champions ce lundi, à midi. Le tirage au sort est à suivre sur RMC Sport 1.

", + "title": "F1: la FIA va analyser la fin de course controversée du GP d'Abu Dhabi qui a sacré Verstappen", + "description": "La Fédération internationale de l'automobile (FIA) va se livrer à un \"exercice d'analyse détaillée et de clarification\" des événements controversés qui ont conduit à la victoire et au sacre de Max Verstappen à Abu Dhabi dimanche, a-t-elle annoncé mercredi.

", + "content": "La Fédération internationale de l'automobile (FIA) va se livrer à un \"exercice d'analyse détaillée et de clarification\" des événements controversés qui ont conduit à la victoire et au sacre de Max Verstappen à Abu Dhabi dimanche, a-t-elle annoncé mercredi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-a-quelle-heure-et-sur-quelle-chaine-suivre-le-tirage-au-sort-des-huitiemes_AV-202112130014.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-la-fia-va-analyser-la-fin-de-course-controversee-du-gp-d-abu-dhabi-qui-a-sacre-verstappen_AD-202112150537.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 05:00:00 GMT", - "enclosure": "https://images.bfmtv.com/azev5rdv-pMURCjED7LVDohj2ms=/4x30:1876x1083/800x0/images/Neymar-et-Kylian-Mbappe-avec-le-PSG-en-Ligue-des-champions-1161291.jpg", + "pubDate": "Wed, 15 Dec 2021 22:03:04 GMT", + "enclosure": "https://images.bfmtv.com/_zJm98pFlFZ19a6ACxPX6ItYrqg=/0x0:1200x675/800x0/images/Max-Verstappen-et-Lewis-Hamilton-1189295.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41702,17 +42956,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "353b43f638c844a6e00dba044429f358" + "hash": "11aa95bad2a47fcf8e78ae1bfc4e069d" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 13 décembre – Liga – Espagne", - "description": "Notre pronostic : pas de vainqueur entre Cadix et Grenade (3.10)

", - "content": "Notre pronostic : pas de vainqueur entre Cadix et Grenade (3.10)

", + "title": "Coupe Arabe: l’Algérie élimine le Qatar lors d'un temps additionnel complètement fou... de 18 minutes", + "description": "L'Algérie s'est fait très peur face au Qatar (2-1), mais a décroché son billet pour la finale de la Coupe Arabe, mercredi, grâce à un penalty salvateur au bout de dix-sept minutes de temps additionnel...

", + "content": "L'Algérie s'est fait très peur face au Qatar (2-1), mais a décroché son billet pour la finale de la Coupe Arabe, mercredi, grâce à un penalty salvateur au bout de dix-sept minutes de temps additionnel...

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-13-decembre-liga-espagne_AN-202112120167.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-l-algerie-elimine-le-qatar-lors-d-un-temps-additionnel-completement-fou-de-18-minutes_AV-202112150531.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/4-RsAH5gJxT2qeTNPO3xgG41Ytw=/0x239:2000x1364/800x0/images/A-Fernandez-1186985.jpg", + "pubDate": "Wed, 15 Dec 2021 21:47:22 GMT", + "enclosure": "https://images.bfmtv.com/pFkf02X6xYpm7sV5-hLTydMehj0=/0x106:2048x1258/800x0/images/Youcef-Belaili-1189279.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41723,17 +42977,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db999bd1469dcc8264dd7d9bb4bd08f4" + "hash": "b51cfd8694587cd2616c1f62dc3fea27" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 13 décembre – Série A - Italie", - "description": "Notre pronostic : l’AS Rome bat La Spezia (1.39)\n

", - "content": "Notre pronostic : l’AS Rome bat La Spezia (1.39)\n

", + "title": "Incidents OL-OM: en colère après sa suspension, Aulas s’attaque à Marseille et Sampaoli", + "description": "Suspendu pour cinq matchs ferme après ses propos envers l’arbitre d’OL-OM, Jean-Michel Aulas ne digère pas cette sanction. Le président lyonnais met également en cause l’attitude des Marseillais lors de l’interruption de la rencontre.

", + "content": "Suspendu pour cinq matchs ferme après ses propos envers l’arbitre d’OL-OM, Jean-Michel Aulas ne digère pas cette sanction. Le président lyonnais met également en cause l’attitude des Marseillais lors de l’interruption de la rencontre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-13-decembre-serie-a-italie_AN-202112120166.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-en-colere-apres-sa-suspension-aulas-s-attaque-a-marseille-et-sampaoli_AV-202112150526.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/zgbhzZjOj-ZYoDJCnNbnZdddsLI=/15x0:1999x1116/800x0/images/AS-Rome-1186983.jpg", + "pubDate": "Wed, 15 Dec 2021 21:37:43 GMT", + "enclosure": "https://images.bfmtv.com/pkDynLamP5fh17sqq9_RNnhj27g=/0x40:768x472/800x0/images/Le-president-lyonnais-Jean-Michel-Aulas-lors-du-deplacement-de-son-equipe-a-Paris-au-Parc-des-Princes-le-19-septembre-2021-1185171.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41744,17 +42998,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a66a1e2470ee634dec351db15902c2f7" + "hash": "66e5f01d4f827c8fd826fc43be466561" }, { - "title": "PSG: \"Je donne tout pour le club\", assure Mbappé après son doublé face à Monaco", - "description": "Auteur d’un doublé face à Monaco pour offrir la victoire au Paris Saint-Germain (2-0), ce dimanche en Ligue 1, Kylian Mbappé a assuré en interview qu’il \"donnait tout\" pour le succès de son club.

", - "content": "Auteur d’un doublé face à Monaco pour offrir la victoire au Paris Saint-Germain (2-0), ce dimanche en Ligue 1, Kylian Mbappé a assuré en interview qu’il \"donnait tout\" pour le succès de son club.

", + "title": "Incidents OL-OM en direct: Aulas écope de 5 matchs ferme de suspension pour ses propos envers l'arbitre", + "description": "La commission de discipline de la Ligue de football professionnel a infligé le retrait d'un point à l'OL et décidé de faire rejouer le match contre Marseille, jeudi après les incidents qui ont eu lieu le 21 novembre lors du choc au Groupama Stadium. Suivez toutes les informations en direct.

", + "content": "La commission de discipline de la Ligue de football professionnel a infligé le retrait d'un point à l'OL et décidé de faire rejouer le match contre Marseille, jeudi après les incidents qui ont eu lieu le 21 novembre lors du choc au Groupama Stadium. Suivez toutes les informations en direct.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-je-donne-tout-pour-le-club-assure-mbappe-apres-son-double-face-a-monaco_AV-202112120299.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-en-direct-les-decisions-de-la-commission-de-discipline-de-la-lfp-vont-tomber_LN-202112080373.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 22:47:42 GMT", - "enclosure": "https://images.bfmtv.com/wTrNj4sQ_DiZqKh6ljvaP3CQLUU=/0x55:2048x1207/800x0/images/Kylian-Mbappe-auteur-d-un-double-avec-le-PSG-1187198.jpg", + "pubDate": "Wed, 08 Dec 2021 13:20:57 GMT", + "enclosure": "https://images.bfmtv.com/wEVMfY-wDCYAWqPyBEIsyk3SSbc=/0x100:1840x1135/800x0/images/Jean-Michel-Aulas-998838.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41765,17 +43019,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b47ea801fd772c94c52e7ff967102d25" + "hash": "35da48408acb90e85ac7e9e665bf7036" }, { - "title": "Saint-Etienne: Dupraz tout proche du banc des Verts", - "description": "Neuf mois après sa dernière expérience sur un banc, Pascal Dupraz est tout proche de s’engager avec l’AS Saint-Étienne. L’officialisation pourrait arriver dans les prochains jours.

", - "content": "Neuf mois après sa dernière expérience sur un banc, Pascal Dupraz est tout proche de s’engager avec l’AS Saint-Étienne. L’officialisation pourrait arriver dans les prochains jours.

", + "title": "Mercato: Rüdiger en fin de contrat à Chelsea, le PSG surveille", + "description": "Le PSG garde un oeil sur la situation d'Antonio Rüdiger, en fin de contrat à Chelsea. Une rencontre a eu lieu entre le club français et l'entourage du défenseur allemand. Mais la priorité de ce dernier est de poursuivre avec les Blues.

", + "content": "Le PSG garde un oeil sur la situation d'Antonio Rüdiger, en fin de contrat à Chelsea. Une rencontre a eu lieu entre le club français et l'entourage du défenseur allemand. Mais la priorité de ce dernier est de poursuivre avec les Blues.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-dupraz-tout-proche-du-banc-des-verts_AV-202112120293.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-rudiger-en-fin-de-contrat-a-chelsea-le-psg-surveille_AV-202112150503.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 22:14:11 GMT", - "enclosure": "https://images.bfmtv.com/sP_rwZW6nj9nGRhzLvXGCE-22kQ=/7x108:1991x1224/800x0/images/-877049.jpg", + "pubDate": "Wed, 15 Dec 2021 20:13:31 GMT", + "enclosure": "https://images.bfmtv.com/mqEVyOlgxh-gyJhH0u7svopqks4=/0x76:2048x1228/800x0/images/Antonio-Ruediger-1189245.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41786,17 +43040,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13cc4052e0bcaf4640a3521903a361d9" + "hash": "dcb52484d82b0bb9e00248e027ecdd6b" }, { - "title": "Real Madrid-Atlético: le Real frappe un grand coup grâce à Benzema et Vinicius", - "description": "Le Real Madrid s'impose 2-0 face à l'Atlético de Madrid sur la pelouse de Bernabeu ce dimanche, pour la 17e journée de Liga. Des buts de Karim Benzema et Marco Asensio, sur des passes décisives de Vinicius, ont permis aux Merengue de sceller leur première place.

", - "content": "Le Real Madrid s'impose 2-0 face à l'Atlético de Madrid sur la pelouse de Bernabeu ce dimanche, pour la 17e journée de Liga. Des buts de Karim Benzema et Marco Asensio, sur des passes décisives de Vinicius, ont permis aux Merengue de sceller leur première place.

", + "title": "Mercato en direct: le PSG surveille la situation de Rüdiger à Chelsea", + "description": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", + "content": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-atletico-le-real-s-impose-tranquillement-grace-a-benzema-et-vinicius_AV-202112120290.html", + "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 22:02:26 GMT", - "enclosure": "https://images.bfmtv.com/56L2HMq6c41hY35Axcut9h4Zbo0=/0x80:2032x1223/800x0/images/Karim-Benzema-et-Ferland-Mendy-face-a-l-Atletico-de-Madrid-1187167.jpg", + "pubDate": "Mon, 13 Dec 2021 06:29:19 GMT", + "enclosure": "https://images.bfmtv.com/19NYR-DjPZfLfIOSoTMOLVlwR64=/0x108:2032x1251/800x0/images/Antonio-Ruediger-1143318.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41807,17 +43061,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83864c3b2d3c0fe8ca12790f62b77766" + "hash": "927b0c9ef7131cc9567b389971da56f5" }, { - "title": "PSG-Monaco: un petit Paris se repose sur le talent de Mbappé", - "description": "Le PSG, vainqueur de Monaco ce dimanche (2-0) grâce à un doublé de Kylian Mbappé, a creusé l'écart en tête de la Ligue 1 à l'issue de la 18e journée. Mais la prestation livrée par les Parisiens n'a pas été réellement à la hauteur du résultat.

", - "content": "Le PSG, vainqueur de Monaco ce dimanche (2-0) grâce à un doublé de Kylian Mbappé, a creusé l'écart en tête de la Ligue 1 à l'issue de la 18e journée. Mais la prestation livrée par les Parisiens n'a pas été réellement à la hauteur du résultat.

", + "title": "Incidents OL-OM: Aulas nie toute pression contre l'arbitre et charge les dirigeants marseillais", + "description": "EXCLU RMC SPORT - Jean-Michel Aulas s'est défendu, mercredi dans \"Rothen s'enflamme\", d'avoir mis sous pression Ruddy Buquet, l'arbitre du match arrêté entre l'OL et l'OM. Sous la menace d'une sanction de la commission de discipline, le président lyonnais estime que des dirigeants marseillais ont tenu des propos plus problématiques que les siens.

", + "content": "EXCLU RMC SPORT - Jean-Michel Aulas s'est défendu, mercredi dans \"Rothen s'enflamme\", d'avoir mis sous pression Ruddy Buquet, l'arbitre du match arrêté entre l'OL et l'OM. Sous la menace d'une sanction de la commission de discipline, le président lyonnais estime que des dirigeants marseillais ont tenu des propos plus problématiques que les siens.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-monaco-un-petit-paris-se-repose-sur-le-talent-de-mbappe_AV-202112120288.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-aulas-nie-toute-pression-contre-l-arbitre-et-charge-les-dirigeants-marseillais_AV-202112150491.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 21:50:51 GMT", - "enclosure": "https://images.bfmtv.com/8mZB2JWvZdSD86Zqn0ajZHkORFo=/0x125:1200x800/800x0/images/Kylian-Mbappe-1187168.jpg", + "pubDate": "Wed, 15 Dec 2021 19:29:20 GMT", + "enclosure": "https://images.bfmtv.com/wEVMfY-wDCYAWqPyBEIsyk3SSbc=/0x100:1840x1135/800x0/images/Jean-Michel-Aulas-998838.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41828,17 +43082,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ff7a93e6bf2cb0c3c9bceb3ec190db7" + "hash": "1560dca61f039709c766835b2823cb6d" }, { - "title": "Mercato en direct: Dupraz tout proche du banc de Saint-Etienne", - "description": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", - "content": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", + "title": "Coupe du monde 2022: un ex-membre du comité d'organisation au Qatar emprisonné pour corruption", + "description": "Un ancien employé du comité d'organisation de la Coupe du monde 2022 au Qatar, accusé de corruption, a été condamné mercredi à trois ans de prison en appel, à l'issue d'un procès controversé.

", + "content": "Un ancien employé du comité d'organisation de la Coupe du monde 2022 au Qatar, accusé de corruption, a été condamné mercredi à trois ans de prison en appel, à l'issue d'un procès controversé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-un-ex-membre-du-comite-d-organisation-au-qatar-emprisonne-pour-corruption_AD-202112150485.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 07:01:00 GMT", - "enclosure": "https://images.bfmtv.com/aNR6oAsL0c1DipMTCTeC-47NqDQ=/0x67:2000x1192/800x0/images/-879222.jpg", + "pubDate": "Wed, 15 Dec 2021 19:11:05 GMT", + "enclosure": "https://images.bfmtv.com/YLoO4Hgt0frrqvI83qeOXbReCSY=/0x103:2048x1255/800x0/images/Ouvriers-Qatar-1170285.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41849,17 +43103,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4c37947c83363f7fbfbb3437e9c27c9" + "hash": "4dd71a39ccd944053e97ad48fe683b7d" }, { - "title": "PSG-Monaco: les statistiques folles de Kylian Mbappé, auteur de son 100e but avec Paris", - "description": "En inscrivant un doublé face à l’AS Monaco (2-0), ce dimanche, Kylian Mbappé a signé son 100e but en Ligue 1 avec le PSG. Avant lui, seuls deux joueurs avaient dépassé cette barre: Edinson Cavani et Zlatan Ibrahimovic.

", - "content": "En inscrivant un doublé face à l’AS Monaco (2-0), ce dimanche, Kylian Mbappé a signé son 100e but en Ligue 1 avec le PSG. Avant lui, seuls deux joueurs avaient dépassé cette barre: Edinson Cavani et Zlatan Ibrahimovic.

", + "title": "Coupe Arabe: les supporters de Qatar-Algérie et Tunisie-Egypte interdits de Champs-Elysées", + "description": "Selon L’Equipe, le préfet de police de Paris, Didier Lallement, a délivré un arrêté pour interdire la présence des supporters des équipes engagées en demi-finales de la Coupe Arabe sur les Champs-Elysées ce mercredi. Des débordements avaient été déplorés après Maroc-Algérie.

", + "content": "Selon L’Equipe, le préfet de police de Paris, Didier Lallement, a délivré un arrêté pour interdire la présence des supporters des équipes engagées en demi-finales de la Coupe Arabe sur les Champs-Elysées ce mercredi. Des débordements avaient été déplorés après Maroc-Algérie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-statistiques-folles-de-kylian-mbappe-auteur-de-son-100e-but-avec-le-psg_AV-202112120287.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-les-supporters-de-qatar-algerie-et-tunisie-egypte-interdits-de-champs-elysees_AN-202112150477.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 21:41:07 GMT", - "enclosure": "https://images.bfmtv.com/Hw1fwRIxyLTlGgtNwqiLoa6h94Y=/0x0:2048x1152/800x0/images/Ruben-Aguilar-et-Kylian-Mbappe-1186870.jpg", + "pubDate": "Wed, 15 Dec 2021 18:49:35 GMT", + "enclosure": "https://images.bfmtv.com/cT2kvI-Svc8CAYxtqgismy0VoJM=/6x4:3878x2182/800x0/images/-192323.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41870,17 +43124,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d4bc0dde1ebe559366e2e5318b82e11" + "hash": "a76f901dc4ad4b213115c86fab4a667e" }, { - "title": "F1: réclamations rejetées pour Mercedes, qui fait appel", - "description": "La réclamation de Mercedes, portant sur le dernier tour du Grand Prix d'Abu Dhabi ayant permis à Max Verstappen d'être sacré champion du monde, a été rejetée par les commissaires. L'écurie de Lewis Hamilton a fait appel.

", - "content": "La réclamation de Mercedes, portant sur le dernier tour du Grand Prix d'Abu Dhabi ayant permis à Max Verstappen d'être sacré champion du monde, a été rejetée par les commissaires. L'écurie de Lewis Hamilton a fait appel.

", + "title": "Coupe Arabe en direct: l'Algérie et le Qatar jouent une place en finale", + "description": "Après la qualification de la Tunisie aux dépens de l'Égypte (1-0), plus tôt dans la journée, l'Algérie retrouve le Qatar (20h) pour la deuxième demi-finale de la Coupe arabe de football, ce mercredi. Suivez notre direct commenté.

", + "content": "Après la qualification de la Tunisie aux dépens de l'Égypte (1-0), plus tôt dans la journée, l'Algérie retrouve le Qatar (20h) pour la deuxième demi-finale de la Coupe arabe de football, ce mercredi. Suivez notre direct commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-reclamations-rejetees-pour-mercedes-qui-fait-appel_AV-202112120279.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-en-direct-l-algerie-et-le-qatar-jouent-une-place-en-finale_LS-202112150474.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 20:08:57 GMT", - "enclosure": "https://images.bfmtv.com/nI3adZqZXAHtWq1z73Z8EjKh9Zk=/0x39:768x471/800x0/images/Le-septuple-champion-du-monde-de-Formule-1-le-Britannique-Lewis-Hamilton-felicite-le-Neerlandais-Max-Verstappen-apres-sa-victoire-dans-le-Grand-Prix-d-Abou-Dhabi-et-son-1er-titre-mondial-le-12-decembre-2021-1187038.jpg", + "pubDate": "Wed, 15 Dec 2021 18:44:13 GMT", + "enclosure": "https://images.bfmtv.com/4M903o0pF5e4VCFUroi5pd4I9-M=/0x74:2048x1226/800x0/images/Youcef-Belaili-et-l-Algerie-qualifies-pour-la-demi-finale-de-la-Coupe-arabe-1186696.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41891,17 +43145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48218fa084e0052f11c06d74de2cf582" + "hash": "058043ab54abe1c91d330d4913da2862" }, { - "title": "Champions Cup: défaite de Castres contre les Harlequins, avec bonus défensif", - "description": "Pas de victoire pour Castres, qui se sera battu jusqu'au bout ce dimanche face aux Harlequins en Champions Cup. Les hommes de Broncan s'inclinent finalement 18 à 20 à domicile.

", - "content": "Pas de victoire pour Castres, qui se sera battu jusqu'au bout ce dimanche face aux Harlequins en Champions Cup. Les hommes de Broncan s'inclinent finalement 18 à 20 à domicile.

", + "title": "Mercato: Wenger balaie la rumeur PSG", + "description": "EXCLU RMC SPORT - Arsène Wenger a démenti tout contact avec le PSG, mercredi dans l'émission \"Rothen s'enflamme\". L'ancien entraîneur d'Arsenal assure être pleinement investi dans ses responsabilités de directeur du développement du football mondial à la FIFA.

", + "content": "EXCLU RMC SPORT - Arsène Wenger a démenti tout contact avec le PSG, mercredi dans l'émission \"Rothen s'enflamme\". L'ancien entraîneur d'Arsenal assure être pleinement investi dans ses responsabilités de directeur du développement du football mondial à la FIFA.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-defaite-de-castres-contre-les-harlequins-avec-bonus-defensif_AD-202112120276.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-wenger-balaie-la-rumeur-psg_AV-202112150469.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 20:00:36 GMT", - "enclosure": "https://images.bfmtv.com/vTBFRgIbyjlNW2vHrWp6wQqyaBE=/0x14:2048x1166/800x0/images/Castres-face-aux-Harlequins-1187154.jpg", + "pubDate": "Wed, 15 Dec 2021 18:35:38 GMT", + "enclosure": "https://images.bfmtv.com/-2algB0kTjXWhLjYDAZYyNZSxmg=/0x0:1600x900/800x0/images/Arsene-Wenger-1061332.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41912,17 +43166,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03e94e0b89035db0c77380ce7ca6af7c" + "hash": "6b20076152362f3913997d3d8694ce2a" }, { - "title": "Osasuna-Barça: quand Dembélé ne comprend pas qu'il a été remplacé", - "description": "Alors que le Français Ousmane Dembélé se tenait la jambe, Xavi l’a remplacé par Coutinho lors du match nul du Barça contre Osasuna, sans que le principal intéressé ne s’en aperçoive. Dembélé a dû être arrêté alors qu’il tentait de retourner sur la pelouse.

", - "content": "Alors que le Français Ousmane Dembélé se tenait la jambe, Xavi l’a remplacé par Coutinho lors du match nul du Barça contre Osasuna, sans que le principal intéressé ne s’en aperçoive. Dembélé a dû être arrêté alors qu’il tentait de retourner sur la pelouse.

", + "title": "OL: Aulas a encore un rêve pour Juninho à Lyon", + "description": "Alors que Juninho va quitter son poste de directeur sportif de l’Olympique Lyonnais, son président Jean-Michel Aulas a assuré, dans l'émission Rothen s'enflamme sur RMC, qu’il lui avait donné tous les moyens possibles pour réussir. Et n’a pas fermé la porte à un retour en tant qu'entraîneur.

", + "content": "Alors que Juninho va quitter son poste de directeur sportif de l’Olympique Lyonnais, son président Jean-Michel Aulas a assuré, dans l'émission Rothen s'enflamme sur RMC, qu’il lui avait donné tous les moyens possibles pour réussir. Et n’a pas fermé la porte à un retour en tant qu'entraîneur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/osasuna-barca-quand-dembele-ne-comprend-pas-qu-il-a-ete-remplace_AV-202112120274.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-aulas-a-encore-un-reve-pour-juninho-a-lyon_AV-202112150466.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 19:53:11 GMT", - "enclosure": "https://images.bfmtv.com/aJBYcqzRyyhiUG4s-GqcelqQoGw=/0x0:1200x675/800x0/images/Ousmane-Dembele-1187153.jpg", + "pubDate": "Wed, 15 Dec 2021 18:33:31 GMT", + "enclosure": "https://images.bfmtv.com/91DYCYPmwbklACvwY56DyeW5Rjg=/0x0:1376x774/800x0/images/-848768.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41933,17 +43187,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2ebbe48b97ebaa0fdf9f9f4bce0b708" + "hash": "341b918fe8a9c7de5dd86899a7e39bc9" }, { - "title": "Grand Prix d'Abu Dhabi en direct: les réclamations de Mercedes rejetées, Verstappen sacré", - "description": "La saison de Formule 1 s'achève ce dimanche avec le Grand Prix d'Abu Dhabi (départ à 14h), épilogue d'un duel d'anthologie entre Max Verstappen (Red Bull) et Lewis Hamilton (Mercedes), à égalité parfaite dans la course au titre de champion du monde.

", - "content": "La saison de Formule 1 s'achève ce dimanche avec le Grand Prix d'Abu Dhabi (départ à 14h), épilogue d'un duel d'anthologie entre Max Verstappen (Red Bull) et Lewis Hamilton (Mercedes), à égalité parfaite dans la course au titre de champion du monde.

", + "title": "Création d'une Supercoupe Europe-Amérique du Sud pour les nations en 2022", + "description": "Le 1er juin 2022, une affiche de prestige aura lieu. Suite à une prolongation de coopération entre la CONMEBOL et l’UEFA, l’Argentine et l’Italie joueront une \"Finalisima\" à Londres, les deux sélections ayant remporté respectivement la Copa America et l’Euro 2020.

", + "content": "Le 1er juin 2022, une affiche de prestige aura lieu. Suite à une prolongation de coopération entre la CONMEBOL et l’UEFA, l’Argentine et l’Italie joueront une \"Finalisima\" à Londres, les deux sélections ayant remporté respectivement la Copa America et l’Euro 2020.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/formule-1-suivez-en-direct-le-grand-prix-d-abu-dhabi-dernier-duel-entre-verstappen-et-hamilton_LN-202112120014.html", + "link": "https://rmcsport.bfmtv.com/football/creation-d-une-supercoupe-europe-amerique-du-sud-pour-les-nations-en-2022_AV-202112150457.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 08:22:23 GMT", - "enclosure": "https://images.bfmtv.com/Q1xOsughxNqoPfrwA9O0f7k9PXs=/0x93:1840x1128/800x0/images/Max-Verstappen-1187008.jpg", + "pubDate": "Wed, 15 Dec 2021 18:18:20 GMT", + "enclosure": "https://images.bfmtv.com/EBvR39f6QlCrlyexZN7wcs5kTOg=/0x0:768x432/800x0/images/Le-president-de-l-UEFA-Aleksander-Ceferin-au-siege-de-la-confederation-europeenne-a-Nyon-le-4-decembre-2019-1054069.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41954,17 +43208,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1892cd80d119cbf6955f87a7a9c586ce" + "hash": "26268ed02da17db12e3155f73f0ee5fd" }, { - "title": "Real-Atlético en direct: les Merengue s'offrent les Colchoneros et s'envolent en tête!", - "description": "Revivez dans les conditions du direct la victoire du Real Madrid contre l'Atlético de Madrid (2-0), dans le cadre de la 17e journée de Liga.

", - "content": "Revivez dans les conditions du direct la victoire du Real Madrid contre l'Atlético de Madrid (2-0), dans le cadre de la 17e journée de Liga.

", + "title": "OL: la vive réponse d’Aulas, sur RMC, aux critiques sur sa gestion du club", + "description": "Critiqué pour sa gestion de l'Olympique Lyonnais, après le départ de Juninho et le mauvais début de saison en Ligue 1, le président Jean-Michel Aulas a décidé de répondre à ses détracteurs, notamment au sujet du mercato.

", + "content": "Critiqué pour sa gestion de l'Olympique Lyonnais, après le départ de Juninho et le mauvais début de saison en Ligue 1, le président Jean-Michel Aulas a décidé de répondre à ses détracteurs, notamment au sujet du mercato.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-atletico-en-direct-les-merengue-peuvent-prendre-le-large-en-tete_LS-202112120266.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-la-vive-reponse-d-aulas-sur-rmc-aux-critiques-sur-sa-gestion-du-club_AV-202112150452.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 18:55:56 GMT", - "enclosure": "https://images.bfmtv.com/_8M4UwzOy_jdWisnzZ-jzyiKJV0=/0x99:2048x1251/800x0/images/Benzema-1174670.jpg", + "pubDate": "Wed, 15 Dec 2021 18:08:38 GMT", + "enclosure": "https://images.bfmtv.com/xUKK3xWveFGurhYDhwQteLkpUYA=/0x36:768x468/800x0/images/Le-president-de-l-Olympique-Lyonnais-Jean-Michel-Aulas-lors-d-une-conference-de-presse-au-siege-du-club-le-25-janvier-2021-au-Groupama-Stadium-a-Decines-Charpieu-1179042.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41975,17 +43229,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3479656829da042ca4aca72e709326b1" + "hash": "89b4efdfd8a3d9b7bc2fc02a22bc0657" }, { - "title": "PSG-Monaco en direct: Mbappé offre une nouvelle victoire tranquille à Paris", - "description": "Face à l'AS Monaco, Paris a parfaitement géré le choc grâce à un Mbappé très efficace et prend encore un peu plus le large en tête du championnat avec une victoire 2-0. L'ASM de son côté reste coincé en milieu de tableau.

", - "content": "Face à l'AS Monaco, Paris a parfaitement géré le choc grâce à un Mbappé très efficace et prend encore un peu plus le large en tête du championnat avec une victoire 2-0. L'ASM de son côté reste coincé en milieu de tableau.

", + "title": "Ligue 1: le coup de gueule de Payet contre les autorités du foot après les violences dans les stades", + "description": "Dans une tribune publiée par Le Monde à la veille de la réunion interministérielle sur les violences dans les stades de football, Dimitri Payet exprime un coup de gueule contre la \"démission collective\" des dirigeants et des pouvoirs publics. Le meneur de jeu de l'OM plaide pour que les joueurs arrêtent eux-mêmes les matchs en cas d'incidents.

", + "content": "Dans une tribune publiée par Le Monde à la veille de la réunion interministérielle sur les violences dans les stades de football, Dimitri Payet exprime un coup de gueule contre la \"démission collective\" des dirigeants et des pouvoirs publics. Le meneur de jeu de l'OM plaide pour que les joueurs arrêtent eux-mêmes les matchs en cas d'incidents.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-allechant-entre-le-psg-et-monaco_LS-202112120223.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-coup-de-gueule-de-payet-contre-les-autorites-du-foot-apres-les-violences-dans-les-stades_AV-202112150431.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:00:00 GMT", - "enclosure": "https://images.bfmtv.com/8WC9Dc6oLQ0tRaU0UIm7gXTjJn8=/0x210:2048x1362/800x0/images/Mbappe-et-Messi-tout-sourire-apres-le-double-du-Francais-1187163.jpg", + "pubDate": "Wed, 15 Dec 2021 17:42:44 GMT", + "enclosure": "https://images.bfmtv.com/ISBtheA0rEmilQwOhxlOUV22Z8I=/0x39:720x444/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -41996,17 +43250,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48b0041979df080c132de665397708e0" + "hash": "5b12861ccde7dee3673cef5cc4420dbf" }, { - "title": "PSG-Monaco, les compos: Bernat de retour, Di Maria profite de l'absence de Neymar", - "description": "Contre Monaco ce dimanche (20h45), en Ligue 1, Mauricio Pochettino a constitué la même équipe que celle qui s'est imposé contre Bruges en Ligue des champions, mardi, à l'exception de Juan Bernat qui remplace Nuno Mendes.

", - "content": "Contre Monaco ce dimanche (20h45), en Ligue 1, Mauricio Pochettino a constitué la même équipe que celle qui s'est imposé contre Bruges en Ligue des champions, mardi, à l'exception de Juan Bernat qui remplace Nuno Mendes.

", + "title": "Ligue 1 en direct: la réponse d'Aulas, sur RMC, aux critiques sur l'OL", + "description": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", + "content": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-monaco-les-compos-bernat-de-retour-di-maria-profite-de-l-absence-de-neymar_AV-202112120264.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 18:53:47 GMT", - "enclosure": "https://images.bfmtv.com/98BlJfR-anwpYLaaW9GzFFA7MmE=/0x126:1200x801/800x0/images/Achraf-Hakimi-Kylian-Mbappe-et-Lionel-Messi-1187077.jpg", + "pubDate": "Thu, 09 Dec 2021 08:40:20 GMT", + "enclosure": "https://images.bfmtv.com/pkDynLamP5fh17sqq9_RNnhj27g=/0x40:768x472/800x0/images/Le-president-lyonnais-Jean-Michel-Aulas-lors-du-deplacement-de-son-equipe-a-Paris-au-Parc-des-Princes-le-19-septembre-2021-1185171.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42017,17 +43271,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b542bc59f8a0206f887aec3672a2169" + "hash": "d4a155f8ed228d18eaa26a80d32b7cd8" }, { - "title": "Manchester United, Aston Villa, Tottenham... flambée de cas de Covid-19 en Premier League", - "description": "Après Tottenham début de semaine, Manchester United et Aston Villa comptent eux aussi des cas de Covid-19 au sein de leur effectif. Un début d'hécatombe en Premier League, dans le contexte d'un calendrier dantesque.

", - "content": "Après Tottenham début de semaine, Manchester United et Aston Villa comptent eux aussi des cas de Covid-19 au sein de leur effectif. Un début d'hécatombe en Premier League, dans le contexte d'un calendrier dantesque.

", + "title": "Coupe Arabe: la Tunisie arrache la finale avec une énorme réussite en fin de match", + "description": "Dans la première demi-finale de la Coupe Arabe, la Tunisie s'est qualifiée au bout du suspense pour la finale après sa victoire dans les ultimes secondes face à l'Egypte (1-0) sur un csc. Les Aigles de Carthages défieront le Qatar ou l'Algérie.

", + "content": "Dans la première demi-finale de la Coupe Arabe, la Tunisie s'est qualifiée au bout du suspense pour la finale après sa victoire dans les ultimes secondes face à l'Egypte (1-0) sur un csc. Les Aigles de Carthages défieront le Qatar ou l'Algérie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-aston-villa-tottenham-flambee-de-cas-de-covid-19-en-premier-league_AV-202112120258.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-la-tunisie-arrache-la-finale-avec-une-enorme-reussite-en-fin-de-match_AV-202112150410.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 18:42:47 GMT", - "enclosure": "https://images.bfmtv.com/i0y5Jpy1f-FznwsZLwoFCGCtWl8=/0x107:2048x1259/800x0/images/Tottenham-1187097.jpg", + "pubDate": "Wed, 15 Dec 2021 17:07:46 GMT", + "enclosure": "https://images.bfmtv.com/00M552-MVS48LhsaYnJ-4r0f5vo=/0x104:2000x1229/800x0/images/La-Tunisie-jouera-la-finale-de-la-Coupe-Arabe-2021-1189141.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42038,17 +43292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "714218511c85a4c8862f4c7e18939c5e" + "hash": "8b00a8f68b49b8eb1599e1975d979d85" }, { - "title": "Grand Prix d’Abu Dhabi: Ocon dévoile ses envies de titre après la bataille Verstappen-Hamilton", - "description": "Esteban Ocon a terminé neuvième du Grand Prix d’Abu Dhabi, ultime étape de la saison de F1 ce dimanche. Invité de RMC, le pilote français de l’équipe Alpine a savouré la bataille pour le titre entre Max Verstappen et Lewis Hamilton et compte bien s’y mêler dans le futur.

", - "content": "Esteban Ocon a terminé neuvième du Grand Prix d’Abu Dhabi, ultime étape de la saison de F1 ce dimanche. Invité de RMC, le pilote français de l’équipe Alpine a savouré la bataille pour le titre entre Max Verstappen et Lewis Hamilton et compte bien s’y mêler dans le futur.

", + "title": "F1: les images du retour triomphal de Verstappen à l'usine Red Bull", + "description": "Une grande fête a eu lieu mercredi à l'usine Red Bull Racing de Milton Keynes (Angleterre), où le nouveau champion du monde de F1, Max Verstappen, a été accueilli.

", + "content": "Une grande fête a eu lieu mercredi à l'usine Red Bull Racing de Milton Keynes (Angleterre), où le nouveau champion du monde de F1, Max Verstappen, a été accueilli.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/grand-prix-d-abu-dhabi-ocon-devoile-ses-envies-de-titre-apres-la-bataille-verstappen-hamilton_AV-202112120252.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-les-images-du-retour-triomphal-de-verstappen-a-l-usine-red-bull_AV-202112150404.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 18:29:36 GMT", - "enclosure": "https://images.bfmtv.com/fJuzGH3ukLcKFjBAKZRaFXXifG8=/0x58:2048x1210/800x0/images/Esteban-Ocon-1187103.jpg", + "pubDate": "Wed, 15 Dec 2021 16:59:12 GMT", + "enclosure": "https://images.bfmtv.com/FtIe33GMwAFIfesezOEWiUcBsRU=/0x47:1568x929/800x0/images/Verstappen-1189107.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42059,17 +43313,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b227cef7f038bc20448daf25afe39d8" + "hash": "419c04f56d0c723384776719d9bb80c1" }, { - "title": "PSG-Monaco: un flocage spécial pour les Parisiens, en hommage au Ballon d'or de Messi", - "description": "Les joueurs du PSG vont arborer un flocage Ballon d’or sur leur maillot face à l’AS Monaco, dimanche soir (20h45), lors de la 18e journée de Ligue 1.

", - "content": "Les joueurs du PSG vont arborer un flocage Ballon d’or sur leur maillot face à l’AS Monaco, dimanche soir (20h45), lors de la 18e journée de Ligue 1.

", + "title": "Premier League: pas de report pour Leicester-Tottenham, malgré de nombreux cas de Covid", + "description": "Malgré neuf cas de Covid-19 dans les deux clubs, la Premier League a refusé de reporter le match entre Tottenham et Leicester, qui aura bien lieu jeudi soir.

", + "content": "Malgré neuf cas de Covid-19 dans les deux clubs, la Premier League a refusé de reporter le match entre Tottenham et Leicester, qui aura bien lieu jeudi soir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-monaco-un-flocage-special-pour-les-parisiens-en-hommage-au-ballon-d-or-de-messi_AV-202112120241.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-pas-de-report-pour-leicester-tottenham-malgre-de-nombreux-cas-de-covid_AV-202112150395.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 18:12:20 GMT", - "enclosure": "https://images.bfmtv.com/f-r9QCmrQ_93F6tlt0lpa9jIAUE=/0x33:1200x708/800x0/images/Lionel-Messi-1187092.jpg", + "pubDate": "Wed, 15 Dec 2021 16:47:10 GMT", + "enclosure": "https://images.bfmtv.com/CYuS53a7q3Z1-oHrH84n8fSc7RA=/0x40:768x472/800x0/images/L-entraineur-italien-de-Tottenham-Antonio-Conte-lors-du-match-de-la-11e-journee-de-Premier-League-le-7-novembre-2021-au-Goodison-Park-a-Liverpool-1186282.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42080,17 +43334,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c35b7c69eed79db17ec4bc4c9cf07f7" + "hash": "45563ed62406051c4b1d58a5fa3efe54" }, { - "title": "Strasbourg-OM: les Marseillais arrachent un succès précieux avec un bijou acrobatique de Dieng", - "description": "Sans briller, l’OM a mis fin à la bonne passe de Strasbourg (2-0), avec un but somptueux de Bamba Dieng, pour se hisser à la deuxième place de Ligue 1, ce dimanche.

", - "content": "Sans briller, l’OM a mis fin à la bonne passe de Strasbourg (2-0), avec un but somptueux de Bamba Dieng, pour se hisser à la deuxième place de Ligue 1, ce dimanche.

", + "title": "Barça: l'émouvante lettre d’adieu au football de Sergio Agüero", + "description": "À 33 ans, Sergio Agüero a été contraint de mettre ce mercredi un terme à sa carrière de footballeur à cause d’un problème cardiaque. Au Camp Nou, le buteur a officialisé sa décision mais sur les réseaux sociaux il a publié une lettre d’adieu où il remercie les clubs par où il est passé et tous ceux qui l’ont fait progresser.

", + "content": "À 33 ans, Sergio Agüero a été contraint de mettre ce mercredi un terme à sa carrière de footballeur à cause d’un problème cardiaque. Au Camp Nou, le buteur a officialisé sa décision mais sur les réseaux sociaux il a publié une lettre d’adieu où il remercie les clubs par où il est passé et tous ceux qui l’ont fait progresser.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/strasbourg-om-les-marseillais-arrachent-un-succes-precieux-avec-un-bijou-acrobatique-de-dieng_AV-202112120237.html", + "link": "https://rmcsport.bfmtv.com/football/barca-l-emouvante-lettre-d-adieu-au-football-de-sergio-aguero_AV-202112150388.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 18:06:20 GMT", - "enclosure": "https://images.bfmtv.com/VVnvfUDpXgmJzKTeQ615h9Ho4d0=/0x93:2048x1245/800x0/images/Bamba-Dieng-celebre-son-but-acrobatique-1187099.jpg", + "pubDate": "Wed, 15 Dec 2021 16:39:58 GMT", + "enclosure": "https://images.bfmtv.com/VwEtLk-put3s6sKp9dpEu-B4X-4=/0x1:2048x1153/800x0/images/Sergio-Agueero-a-confirme-sa-retraite-mercredi-15-decembre-2021-1188943.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42101,17 +43355,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a29398cda8bd3d9d55182f4ca64d5527" + "hash": "c56019786de53f0f5cbf9daee990268d" }, { - "title": "Champions Cup: La Rochelle réussit ses débuts mais perd Retière", - "description": "Sans être flamboyants, les joueurs de La Rochelle ont fait le travail pour s'imposer à domicile contre les Glasgow Warriors ce dimanche (20-13), dans le cadre de la première journée de Champions Cup. Mais les Rochelais ont perdu Arthur Retière, sorti sur civière.

", - "content": "Sans être flamboyants, les joueurs de La Rochelle ont fait le travail pour s'imposer à domicile contre les Glasgow Warriors ce dimanche (20-13), dans le cadre de la première journée de Champions Cup. Mais les Rochelais ont perdu Arthur Retière, sorti sur civière.

", + "title": "Chelsea: Tuchel est inquiet pour l'avenir de Rüdiger, Silva, Azpilicueta et Christiansen", + "description": "Thomas Tuchel, l'entraîneur de Chelsea, a exprimé son inquiétude en conférence de presse, alors que Rüdiger, Thiago Silva, Christiansen et Azpilicueta sont en fin de contrat en juin prochain.

", + "content": "Thomas Tuchel, l'entraîneur de Chelsea, a exprimé son inquiétude en conférence de presse, alors que Rüdiger, Thiago Silva, Christiansen et Azpilicueta sont en fin de contrat en juin prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-la-rochelle-reussit-ses-debuts-mais-perd-retiere_AD-202112120234.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-est-inquiet-pour-l-avenir-de-rudiger-silva-azpilicueta-et-christiansen_AV-202112150386.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:34:00 GMT", - "enclosure": "https://images.bfmtv.com/CFZg2DcBqErB-gHnq_nAVI2pMWc=/0x17:2048x1169/800x0/images/Eneriko-Buliruarua-auteur-du-deuxieme-essai-de-La-Rochelle-en-Champions-Cup-1187081.jpg", + "pubDate": "Wed, 15 Dec 2021 16:37:06 GMT", + "enclosure": "https://images.bfmtv.com/KQh7QJY0XM4qe57-xnyVcQRK8MY=/0x35:2048x1187/800x0/images/Thomas-Tuchel-1130374.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42122,17 +43376,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8049a2a38d6819ab314eec952e706193" + "hash": "7fa9c97113b270332c53885456bc367e" }, { - "title": "Grand Prix d’Abu Dhabi: gros coup de gueule de Panis contre la direction de course", - "description": "Olivier Panis a durement taclé les décisions prises par les officiels lors du GP d’Abu Dhabi remporté par Max Verstappen. Au micro de RMC, l’ancien pilote de Formule 1 n’a pas compris les choix de la direction de course qui ont aidé le Néerlandais à remporter le titre mondial devant Lewis Hamilton.

", - "content": "Olivier Panis a durement taclé les décisions prises par les officiels lors du GP d’Abu Dhabi remporté par Max Verstappen. Au micro de RMC, l’ancien pilote de Formule 1 n’a pas compris les choix de la direction de course qui ont aidé le Néerlandais à remporter le titre mondial devant Lewis Hamilton.

", + "title": "Tuchel dit vouloir parler avec Aubameyang après sa mise à l'écart à Arsenal", + "description": "Pour cause de problèmes disciplinaires, Pierre-Emerick Aubameyang s’est vu retirer le capitanat d’Arsenal par le staff, la semaine passée. Une situation qui a peiné Thomas Tuchel, son ancien entraineur, qui a expliqué qu’il \"en parlerait avec lui\".

", + "content": "Pour cause de problèmes disciplinaires, Pierre-Emerick Aubameyang s’est vu retirer le capitanat d’Arsenal par le staff, la semaine passée. Une situation qui a peiné Thomas Tuchel, son ancien entraineur, qui a expliqué qu’il \"en parlerait avec lui\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/grand-prix-d-abu-dhabi-gros-coup-de-gueule-de-panis-contre-la-direction-de-course_AV-202112120226.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/tuchel-dit-vouloir-parler-avec-aubameyang-apres-sa-mise-a-l-ecart-a-arsenal_AV-202112150373.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:16:58 GMT", - "enclosure": "https://images.bfmtv.com/RBBFHwKIHqTgwVHXTLOyV4RPv5U=/0x191:2048x1343/800x0/images/Lewis-Hamilton-et-Max-Verstappen-sur-le-circuit-de-Yas-Marina-en-2021-1187076.jpg", + "pubDate": "Wed, 15 Dec 2021 16:12:46 GMT", + "enclosure": "https://images.bfmtv.com/V3uskyj_wDSmPN6cRbM2aoYwoB8=/0x12:1200x687/800x0/images/-955623.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42143,17 +43397,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54f0129f90f856ae0850da9308c384ea" + "hash": "9801c07f8015efb4b3198a99d4b33f31" }, { - "title": "Osasuna-Barça: encore un nul et beaucoup de regrets pour Xavi", - "description": "Le Barça doit finalement se contenter d'un match nul 2-2 face à Osasuna ce dimanche, alors que les Blaugranas espéraient se relancer en Liga après leur élimination en Ligue des champions mercredi face au Bayern.

", - "content": "Le Barça doit finalement se contenter d'un match nul 2-2 face à Osasuna ce dimanche, alors que les Blaugranas espéraient se relancer en Liga après leur élimination en Ligue des champions mercredi face au Bayern.

", + "title": "Mondial handball: après quatre joueuses camerounaises, une Iranienne disparaît aussi", + "description": "Après la disparition de quatre joueuses de l'équipe de handball du Cameroun en Espagne, où elles se trouvaient pour le Mondial féminin, une joueuse iranienne s'est à son tour évaporée dans la nature en marge de la compétition.

", + "content": "Après la disparition de quatre joueuses de l'équipe de handball du Cameroun en Espagne, où elles se trouvaient pour le Mondial féminin, une joueuse iranienne s'est à son tour évaporée dans la nature en marge de la compétition.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/osasuna-barca-encore-un-nul-et-beaucoup-de-regrets-pour-xavi_AV-202112120228.html", + "link": "https://rmcsport.bfmtv.com/handball/mondial-handball-apres-quatre-joueuses-camerounaises-une-iranienne-disparait-aussi_AV-202112150367.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:14:00 GMT", - "enclosure": "https://images.bfmtv.com/rHF7-1TVwoO7TdWNerp2QKp8taQ=/0x204:2032x1347/800x0/images/Samuel-Umtiti-face-a-Osasuna-1187078.jpg", + "pubDate": "Wed, 15 Dec 2021 16:07:02 GMT", + "enclosure": "https://images.bfmtv.com/3OLGH0dPk6oUZrzjWdXSv-EgG4I=/10x62:2042x1205/800x0/images/Iran-drapeau-1189090.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42164,17 +43418,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b95eb21d2704a5288e3bd0cc03fef85" + "hash": "6d42295d2a0e4eaaf03230918f903eea" }, { - "title": "Formule 1: famille, tempérament, destin tout tracé… la trajectoire de Verstappen, né pour gagner", - "description": "Papa ancien pilote de Formule 1, maman ex-championne de karting: le destin de Max Verstappen, sacré champion du monde de Formule 1 pour la première fois de sa carrière ce dimanche, était tout tracé.

", - "content": "Papa ancien pilote de Formule 1, maman ex-championne de karting: le destin de Max Verstappen, sacré champion du monde de Formule 1 pour la première fois de sa carrière ce dimanche, était tout tracé.

", + "title": "Les pronos hippiques du jeudi 16 décembre 2021", + "description": " Le Quinté+ du jeudi 16 décembre est programmé sur l’hippodrome de Deauville dans la discipline du galop. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": " Le Quinté+ du jeudi 16 décembre est programmé sur l’hippodrome de Deauville dans la discipline du galop. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/formule-1-famille-temperament-destin-tout-trace-la-trajectoire-de-verstappen-ne-pour-gagner_AV-202112120219.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-jeudi-16-decembre-2021_AN-202112150362.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 16:25:45 GMT", - "enclosure": "https://images.bfmtv.com/r6ySmwK2rdtR-EICbMhVArHBHro=/0x0:1200x675/800x0/images/Max-Verstappen-1187043.jpg", + "pubDate": "Wed, 15 Dec 2021 15:55:10 GMT", + "enclosure": "https://images.bfmtv.com/Z5rKyzZe-BVrlNrqNcLuuDmKxcU=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-30-novembre-2021-1177519.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42185,17 +43439,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "026e26ff48a8fde5af6c12b7dd237706" + "hash": "e2557b5981dc31f33a4c3427f13f1de7" }, { - "title": "Grand prix d'Abu Dhabi: terrible fin de carrière pour Räikkönen, qui termine sur un abandon", - "description": "Le pilote finlandais Kimi Räikkönen a été contrait à l'abandon pour la dernière course de sa carrière en Formule 1, en raison d'un problème de freins avant sur son Alfa Romeo dans le Grand Prix d'Abu Dhabi.

", - "content": "Le pilote finlandais Kimi Räikkönen a été contrait à l'abandon pour la dernière course de sa carrière en Formule 1, en raison d'un problème de freins avant sur son Alfa Romeo dans le Grand Prix d'Abu Dhabi.

", + "title": "Mondial hand: Pauletta Foppa, \"le bébé des Bleues, meilleure pivot du monde\" qui porte la France", + "description": "Révélation et meilleure buteuse de l’équipe de France aux Jeux olympiques à Tokyo, Pauletta Foppa confirme son statut de pièce maitresse des Bleues en Espagne. A bientôt 21 ans, elle sera l’un des principaux atouts de la France pour affronter la Suède ce mercredi (20h30) en quart de finale du Mondial.

", + "content": "Révélation et meilleure buteuse de l’équipe de France aux Jeux olympiques à Tokyo, Pauletta Foppa confirme son statut de pièce maitresse des Bleues en Espagne. A bientôt 21 ans, elle sera l’un des principaux atouts de la France pour affronter la Suède ce mercredi (20h30) en quart de finale du Mondial.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/grand-prix-d-abu-dhabi-terrible-fin-de-carriere-pour-raikkonen-qui-termine-sur-un-abandon_AV-202112120218.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-hand-pauletta-foppa-le-bebe-des-bleues-meilleure-pivot-du-monde-qui-porte-la-france_AV-202112150359.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 16:22:09 GMT", - "enclosure": "https://images.bfmtv.com/T-aydgvuhOm28PoukTEg9FtBy6s=/0x103:2048x1255/800x0/images/Raikkonen-1186994.jpg", + "pubDate": "Wed, 15 Dec 2021 15:49:10 GMT", + "enclosure": "https://images.bfmtv.com/rKXk2hucuS4y676f2lrkvnJLtAU=/0x49:2048x1201/800x0/images/Pauletta-Foppa-1187916.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42206,17 +43460,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f1dd297b5665338429652e2ae163b58" + "hash": "6494df5b65335d8c5526650526787c1a" }, { - "title": "Multi Ligue 1: Nice piège Rennes, Metz cartonne, Bordeaux réagit", - "description": "En queue de peloton de la Ligue 1, Bordeaux et Metz se sont éloignés de la zone rouge ce dimanche, avec leurs victoires dans le cadre de la 18e journée. Rennes s'est incliné face à Nice, poursuivant ses performances en dent de scie.

", - "content": "En queue de peloton de la Ligue 1, Bordeaux et Metz se sont éloignés de la zone rouge ce dimanche, avec leurs victoires dans le cadre de la 18e journée. Rennes s'est incliné face à Nice, poursuivant ses performances en dent de scie.

", + "title": "Liverpool: le message de Klopp sur la vaccination, \"une question de solidarité et de loyauté\"", + "description": "La situation sanitaire devient de plus en plus préoccupante en Angleterre. À tel point que plusieurs équipes de Premier League ont vu leur match être reportés à cause decas de Covid-19 au sein des effectifs. Interrogé en conférence de presse, l’entraîneur de Liverpool Jürgen Klopp a assuré que tout le monde était double vacciné chez les Reds.

", + "content": "La situation sanitaire devient de plus en plus préoccupante en Angleterre. À tel point que plusieurs équipes de Premier League ont vu leur match être reportés à cause decas de Covid-19 au sein des effectifs. Interrogé en conférence de presse, l’entraîneur de Liverpool Jürgen Klopp a assuré que tout le monde était double vacciné chez les Reds.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/multi-ligue-1-nice-piege-rennes-bordeaux-et-metz-reagissent_AV-202112120220.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/liverpool-le-message-de-klopp-sur-la-vaccination-une-question-de-solidarite-et-de-loyaute_AV-202112150348.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 16:16:00 GMT", - "enclosure": "https://images.bfmtv.com/vrKd6AQ3HeCd_AiMeuGp8gwi1cE=/0x46:2048x1198/800x0/images/Nice-face-a-Rennes-1187058.jpg", + "pubDate": "Wed, 15 Dec 2021 15:33:07 GMT", + "enclosure": "https://images.bfmtv.com/Ekxks3YI7SkS_iOzBKujRALc1hA=/0x61:2032x1204/800x0/images/Juergen-Klopp-1176069.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42227,17 +43481,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6569dc59397a9888d98719e0ffe4d41c" + "hash": "d29057a9f8caedd82616e70478199fd3" }, { - "title": "Champions Cup: le Stade Français sombre au Connacht", - "description": "Gêné par le vent et balbutiant dans le jeu, le Stade Français a largement chuté face au Connacht (36-9), en Irlande, pour sa première journée de Champions Cup, dimanche après-midi.

", - "content": "Gêné par le vent et balbutiant dans le jeu, le Stade Français a largement chuté face au Connacht (36-9), en Irlande, pour sa première journée de Champions Cup, dimanche après-midi.

", + "title": "Liga: le Barça, le Real et l'Athletic attaquent en justice l'accord avec le fonds CVC", + "description": "Quelques jours après la signature du contrat de 50 ans entre LaLiga et le fonds d'investissement CVC, le FC Barcelone, le Real Madrid et l'Athletic Bilbao déclarent lancer des \"actions légales\" pour contester cet accord.

", + "content": "Quelques jours après la signature du contrat de 50 ans entre LaLiga et le fonds d'investissement CVC, le FC Barcelone, le Real Madrid et l'Athletic Bilbao déclarent lancer des \"actions légales\" pour contester cet accord.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-le-stade-francais-sombre-au-connacht_AV-202112120214.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-barca-le-real-et-l-athletic-attaquent-en-justice-l-accord-avec-le-fonds-cvc_AV-202112150344.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 16:10:09 GMT", - "enclosure": "https://images.bfmtv.com/WZTftYeJmKAf0bT7MOuAn0s-b-Q=/0x62:1200x737/800x0/images/Paul-Gabrillagues-1187041.jpg", + "pubDate": "Wed, 15 Dec 2021 15:23:37 GMT", + "enclosure": "https://images.bfmtv.com/S2F-MQt8kLoCXI9MGjGTSL_rkEI=/0x30:2048x1182/800x0/images/Laporta-Perez-1189066.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42248,17 +43502,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "abe412d4c880afabf9c2628d34a2c89b" + "hash": "2eabddcaaa385f857e45bb274ffa0073" }, { - "title": "Les pronos hippiques du lundi 13 décembre 2021", - "description": "Le Quinté+ du lundi 13 décembre est programmé sur l’hippodrome de Cagnes-sur-Mer dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du lundi 13 décembre est programmé sur l’hippodrome de Cagnes-sur-Mer dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Paris truqués: un footballeur suédois condamné pour un carton jaune arrangé", + "description": "Pawel Cibicki, ancien joueur de Leeds et de Malmö, a été condamné à de la prison avec sursis pour avoir \"accepté un pot-de-vin et triché\" lors d'un match de première division.

", + "content": "Pawel Cibicki, ancien joueur de Leeds et de Malmö, a été condamné à de la prison avec sursis pour avoir \"accepté un pot-de-vin et triché\" lors d'un match de première division.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-13-decembre-2021_AN-202112120211.html", + "link": "https://rmcsport.bfmtv.com/football/paris-truques-un-footballeur-suedois-condamne-pour-un-carton-jaune-arrange_AD-202112150341.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 15:52:16 GMT", - "enclosure": "https://images.bfmtv.com/h81bw7zyh7K2ZJSaeBZas6u91Qo=/72x3:1128x597/800x0/images/Les-pronos-hippiques-du-13-decembre-2021-1186502.jpg", + "pubDate": "Wed, 15 Dec 2021 15:12:48 GMT", + "enclosure": "https://images.bfmtv.com/W7_R_av_51F4-bj1HXsMehKVD3w=/0x39:768x471/800x0/images/Un-footballeur-professionnel-suedois-a-ete-condamne-mercredi-en-appel-pour-avoir-volontairement-recu-un-carton-jaune-lors-d-une-rencontre-de-premiere-division-dans-le-cadre-d-une-affaire-de-paris-truques-1189053.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42269,17 +43523,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "355865c09809a2b272af305cefd9f5dc" + "hash": "60a0f9b57953e0b54a43cc47b1cbf69e" }, { - "title": "Prix du Bourbonnais : Etonnant crée la surprise en dominant Face Time Bourbon", - "description": "Deuxième course qualificative au Prix d'Amérique (30 janvier), le Prix du Bourbonnais a été le théâtre d'une surprise puisque le champion Face Time Bourbon a été battu sur le poteau par Etonnant.

", - "content": "Deuxième course qualificative au Prix d'Amérique (30 janvier), le Prix du Bourbonnais a été le théâtre d'une surprise puisque le champion Face Time Bourbon a été battu sur le poteau par Etonnant.

", + "title": "Adversaires des Bleus, format, calendrier... tout savoir sur le tirage de la Ligue des nations jeudi", + "description": "Tenante du titre, l’équipe de France va connaître jeudi, à partir de 18 heures, quels adversaires elle affrontera lors de la phase de groupes de l’édition 2022-2023 de la Ligue des nations, qui débutera en juin 2022. Mode d’emploi.

", + "content": "Tenante du titre, l’équipe de France va connaître jeudi, à partir de 18 heures, quels adversaires elle affrontera lors de la phase de groupes de l’édition 2022-2023 de la Ligue des nations, qui débutera en juin 2022. Mode d’emploi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/prix-du-bourbonnais-etonnant-cree-la-surprise-en-dominant-face-time-bourbon_AN-202112120210.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-nations/adversaires-des-bleus-format-calendrier-tout-savoir-sur-le-tirage-de-la-ligue-des-nations-jeudi_AV-202112150314.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 15:49:51 GMT", - "enclosure": "https://images.bfmtv.com/e1A813rap1cIkPjILZThCVw2wME=/0x41:800x491/800x0/images/Etonnant-prend-sa-revanche-sur-Face-Time-Bourbon-1187042.jpg", + "pubDate": "Wed, 15 Dec 2021 15:00:00 GMT", + "enclosure": "https://images.bfmtv.com/smczhklJnf8FPUOl4r_CxJxYQCU=/0x40:768x472/800x0/images/Le-bonheur-de-Kylian-Mbappe-et-Karim-Benzema-avec-le-trophee-de-la-Ligue-des-nations-remporte-par-la-France-devant-l-espagne-a-Milan-le-10-octobre-2021-1150407.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42290,17 +43544,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0fabc96e8e758cc310681f4d7a2d89d" + "hash": "9c7ea5f067f510aa37541f6050062958" }, { - "title": "GP d'Abu Dhabi: Mbappé, Lineker, Owen... Les réseaux sociaux s'enflamment après le sacre de Verstappen", - "description": "Sur les réseaux sociaux, plusieurs stars ont réagi à la fin de Grand Prix épique à Abu Dhabi et au sacre de Max Verstappen: Kylian Mbappé mais aussi tout le sport britannique ou presque, qui a du mal à accepter la défaite de Lewis Hamilton.

", - "content": "Sur les réseaux sociaux, plusieurs stars ont réagi à la fin de Grand Prix épique à Abu Dhabi et au sacre de Max Verstappen: Kylian Mbappé mais aussi tout le sport britannique ou presque, qui a du mal à accepter la défaite de Lewis Hamilton.

", + "title": "Le footballeur le plus riche du monde est désormais sans club", + "description": "Présenté comme le footballeur le plus riche du monde, Faiq Bolkiah n'est désormais plus sous contrat avec le Maritimo où il espérait pouvoir concrétiser ses rêves de carrière professionnelle.

", + "content": "Présenté comme le footballeur le plus riche du monde, Faiq Bolkiah n'est désormais plus sous contrat avec le Maritimo où il espérait pouvoir concrétiser ses rêves de carrière professionnelle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-mbappe-lineker-owen-les-reseaux-sociaux-s-enflamment-apres-le-sacre-de-verstappen_AV-202112120209.html", + "link": "https://rmcsport.bfmtv.com/football/le-footballeur-le-plus-riche-du-monde-est-desormais-sans-club_AV-202112150338.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 15:49:36 GMT", - "enclosure": "https://images.bfmtv.com/O1OIHWD5GpbFd0wxhThTobTvIJk=/0x160:2048x1312/800x0/images/Hamilton-et-Verstappen-1187032.jpg", + "pubDate": "Wed, 15 Dec 2021 14:59:55 GMT", + "enclosure": "https://images.bfmtv.com/7yLt_XOOb-jicFS56oHO903Es7o=/0x46:800x496/800x0/images/-807080.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42311,17 +43565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4884daeed66db41abca9e4fff71ee277" + "hash": "c15fbb0df43788f1959e2af6782665be" }, { - "title": "F1: \"C’est insensé\", Verstappen extatique après son titre de champion du monde", - "description": "Sacré champion du monde de Formule 1 au bout du suspense à Abu Dhabi, ce dimanche, Max Verstappen n’a pas caché sa joie à l’arrivée et a encensé son équipe de toujours, Red Bull.

", - "content": "Sacré champion du monde de Formule 1 au bout du suspense à Abu Dhabi, ce dimanche, Max Verstappen n’a pas caché sa joie à l’arrivée et a encensé son équipe de toujours, Red Bull.

", - "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-c-est-insense-verstappen-extatique-apres-son-titre-de-champion-du-monde_AV-202112120204.html", + "title": "Saint-Etienne: Perrin ne serait \"pas déçu\" de l'annulation de la CAN 2022", + "description": "Alors qu'une réflexion autour de l'annulation de la CAN est engagée, Loïc Perrin, le coordinateur sportif de l'AS Saint-Etienne, sait que la tenue ou non de la compétition aura un impact sur son club.

", + "content": "Alors qu'une réflexion autour de l'annulation de la CAN est engagée, Loïc Perrin, le coordinateur sportif de l'AS Saint-Etienne, sait que la tenue ou non de la compétition aura un impact sur son club.

", + "category": "", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-perrin-ne-serait-pas-decu-de-l-annulation-de-la-can-2022_AV-202112150333.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 15:37:00 GMT", - "enclosure": "https://images.bfmtv.com/D110jX3vODIHU6L5fcfcnLgQL0M=/0x0:2048x1152/800x0/images/Max-Verstappen-1187009.jpg", + "pubDate": "Wed, 15 Dec 2021 14:44:36 GMT", + "enclosure": "https://images.bfmtv.com/D4iXoGB4ATUVZcazcZgYRwaqyt0=/0x106:2048x1258/800x0/images/Loic-Perrin-1182556.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42332,17 +43586,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8130783fb6d25fd2ed937ebc9353cc68" + "hash": "8e290d5a882357ed98fb0371a604947b" }, { - "title": "GP d’Abu Dhabi: le dernier tour historique qui a offert le titre à Verstappen", - "description": "Le Néerlandais Max Verstappen a remporté son premier titre de champion du monde de F1 en dépassant son rival britannique Lewis Hamilton dans le dernier tour pour gagner l'ultime Grand Prix de la saison à Abu Dhabi ce dimanche.

", - "content": "Le Néerlandais Max Verstappen a remporté son premier titre de champion du monde de F1 en dépassant son rival britannique Lewis Hamilton dans le dernier tour pour gagner l'ultime Grand Prix de la saison à Abu Dhabi ce dimanche.

", + "title": "F1: Hamilton a été fait chevalier par le prince de Galles", + "description": "Si Lewis Hamilton a raté de peu l’occasion de remporter un huitième titre de champion du monde de Formule 1, le Britannique a tout de même reçu une récompense spéciale. Ce mercredi, le pilote Mercedes a été fait chevalier et anobli par le prince de Galles au château de Windsor.

", + "content": "Si Lewis Hamilton a raté de peu l’occasion de remporter un huitième titre de champion du monde de Formule 1, le Britannique a tout de même reçu une récompense spéciale. Ce mercredi, le pilote Mercedes a été fait chevalier et anobli par le prince de Galles au château de Windsor.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-le-dernier-tour-historique-qui-a-offert-le-titre-a-verstappen_AV-202112120193.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-a-ete-fait-chevalier-par-le-prince-de-galles_AV-202112150317.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 15:13:30 GMT", - "enclosure": "https://images.bfmtv.com/XdnXUu8p02J-PPOp8RR9eZph-uM=/0x125:1200x800/800x0/images/Max-Verstappen-1187012.jpg", + "pubDate": "Wed, 15 Dec 2021 14:20:32 GMT", + "enclosure": "https://images.bfmtv.com/BWi3EBVgL84yZFpB4YI60KIl9H4=/0x86:2048x1238/800x0/images/Lewis-Hamilton-fait-chevalier-1189034.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42353,17 +43607,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf3c3ae471bdc1a4b3dce06d31a70294" + "hash": "ee9cea1e9aa0a5827194a4beb351475e" }, { - "title": "F1: Hamilton-Verstappen, une année de bagarres sur la piste", - "description": "A l'image d'un dernier Grand Prix fort en émotions et riche en rebondissements, Lewis Hamilton et Max Verstappen - sacré ce dimanche champion du monde pour la première fois de sa carrière - ont livré un duel d'une rare intensité tout au long de la saison.

", - "content": "A l'image d'un dernier Grand Prix fort en émotions et riche en rebondissements, Lewis Hamilton et Max Verstappen - sacré ce dimanche champion du monde pour la première fois de sa carrière - ont livré un duel d'une rare intensité tout au long de la saison.

", + "title": "Real Madrid: Modric et Marcelo positifs au Covid-19", + "description": "Leader du championnat avec une dernière victoire (2-0) lors du derby face à l’Atlético de Madrid, le Real Madrid devra se passer de deux joueurs pendant quelques jours. Luka Modric et Marcelo ont été testés positifs au Covid-19.

", + "content": "Leader du championnat avec une dernière victoire (2-0) lors du derby face à l’Atlético de Madrid, le Real Madrid devra se passer de deux joueurs pendant quelques jours. Luka Modric et Marcelo ont été testés positifs au Covid-19.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-verstappen-une-annee-de-bagarres-sur-la-piste_AV-202112120187.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-modric-et-marcelo-positifs-au-covid-19_AV-202112150259.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 15:01:48 GMT", - "enclosure": "https://images.bfmtv.com/9vSYE5e0lmAQgj-iW7LPzOWoF3g=/0x0:1200x675/800x0/images/Lewis-Hamilton-et-Max-Verstappen-1186673.jpg", + "pubDate": "Wed, 15 Dec 2021 11:45:44 GMT", + "enclosure": "https://images.bfmtv.com/iAC15KRsn6T1mTO0kJIA_uOh2VE=/14x0:2046x1143/800x0/images/Luka-Modric-lors-du-match-entre-le-Real-Madrid-et-l-Inter-Milan-le-7-decembre-1183889.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42374,17 +43628,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8583532ed7937dae0eb0fcef87ee9907" + "hash": "be8d5cd23c4885c2b8a327975eca24ec" }, { - "title": "F1: Verstappen champion du monde après une folle bataille avec Hamilton", - "description": "Au bout d'une saison totalement dingue, et d'un dernier Grand Prix d'Abu Dhabi encore plus fou ce dimanche, Max Verstappen est parvenu à s'imposer en dépassant Lewis Hamilton dans le dernier tour. Il devient champion du monde de Formule 1 à 24 ans.

", - "content": "Au bout d'une saison totalement dingue, et d'un dernier Grand Prix d'Abu Dhabi encore plus fou ce dimanche, Max Verstappen est parvenu à s'imposer en dépassant Lewis Hamilton dans le dernier tour. Il devient champion du monde de Formule 1 à 24 ans.

", + "title": "Le récit hallucinant de Liguori, inclus dans le deal Osimhen par Naples et qui n'a \"jamais mis les pieds à Lille\"", + "description": "Dans un entretien accordé au quotidien italien La Repubblica ce mercredi, Luigi Liguori, l'un des joueurs inclus dans le deal entre Lille et Naples pour le transfert de Victor Osimhen à l'été 2020, confesse avoir été utilisé et n'avoir jamais mis les pieds chez les Dogues.

", + "content": "Dans un entretien accordé au quotidien italien La Repubblica ce mercredi, Luigi Liguori, l'un des joueurs inclus dans le deal entre Lille et Naples pour le transfert de Victor Osimhen à l'été 2020, confesse avoir été utilisé et n'avoir jamais mis les pieds chez les Dogues.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-verstappen-champion-du-monde-apres-une-folle-bataille-avec-hamilton_AV-202112120185.html", + "link": "https://rmcsport.bfmtv.com/football/le-recit-hallucinant-de-liguori-inclus-dans-le-deal-osimhen-par-naples-et-qui-n-a-jamais-mis-les-pieds-a-lille_AV-202112150256.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 14:56:57 GMT", - "enclosure": "https://images.bfmtv.com/D110jX3vODIHU6L5fcfcnLgQL0M=/0x0:2048x1152/800x0/images/Max-Verstappen-1187009.jpg", + "pubDate": "Wed, 15 Dec 2021 11:38:46 GMT", + "enclosure": "https://images.bfmtv.com/b1IH2eGbYrnXSpK5bW23Viu-4bE=/0x106:2048x1258/800x0/images/Osimhen-1173709.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42395,17 +43649,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae24f916f04191be8177c616862e49f8" + "hash": "6ff3533ca3ef95611618583ff645c0ed" }, { - "title": "L'OM s'impose à Strasbourg et prend la deuxième place de Ligue 1", - "description": "L'OM s'est imposé à Strasbourg grâce à des buts de Dieng et Caleta-Car (0-2). Les Phocéens profitent de la défaite de Rennes dans le multiplex pour grimper à la deuxième place de Ligue 1.

", - "content": "L'OM s'est imposé à Strasbourg grâce à des buts de Dieng et Caleta-Car (0-2). Les Phocéens profitent de la défaite de Rennes dans le multiplex pour grimper à la deuxième place de Ligue 1.

", + "title": "Mercato en direct: en larmes, Agüero annonce sa retraite", + "description": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", + "content": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/strasbourg-om-en-direct-marseille-veut-reagir-en-alsace_LS-202112120184.html", + "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 14:54:01 GMT", - "enclosure": "https://images.bfmtv.com/GCcm_Me6ee3E94FBrHHURgvcvtw=/0x212:2048x1364/800x0/images/Le-ciseau-de-Bamba-Dieng-avec-l-OM-1187080.jpg", + "pubDate": "Mon, 13 Dec 2021 06:29:19 GMT", + "enclosure": "https://images.bfmtv.com/FzfGso_T7s8u-NUH22sCiI329qk=/0x0:1360x765/800x0/images/Sergio-Agueero-en-larmes-au-moment-d-annoncer-sa-retraite-1188945.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42416,17 +43670,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "377f7bbad9b507e8e6de100691310c48" + "hash": "c1290eb9a7cc14dac900d3aef59fa117" }, { - "title": "PSG-Monaco en direct: Mbappé atteint les 100 buts en L1, Paris gère son avance", - "description": "Un choc pour conclure la 18e journée de Ligue 1 ce dimanche: le PSG accueille Monaco (20h45) au Parc des Princes. Neymar et Sergio Ramos font partie des absents côté parisien, Kevin Volland est suspendu côté monégasque.

", - "content": "Un choc pour conclure la 18e journée de Ligue 1 ce dimanche: le PSG accueille Monaco (20h45) au Parc des Princes. Neymar et Sergio Ramos font partie des absents côté parisien, Kevin Volland est suspendu côté monégasque.

", + "title": "Foot féminin: le sponsor titre Barclays investit un montant record en Angleterre", + "description": "Barclays a prolongé son contrat de sponsoring de la Super Ligue féminine de trois ans en Angleterre, pour un montant de 35 millions d'euros. Un record pour le sport féminin britannique.

", + "content": "Barclays a prolongé son contrat de sponsoring de la Super Ligue féminine de trois ans en Angleterre, pour un montant de 35 millions d'euros. Un record pour le sport féminin britannique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-allechant-entre-le-psg-et-monaco_LS-202112120223.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/foot-feminin-le-sponsor-titre-barclays-investit-un-montant-record-en-angleterre_AV-202112150253.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:00:00 GMT", - "enclosure": "https://images.bfmtv.com/8WC9Dc6oLQ0tRaU0UIm7gXTjJn8=/0x210:2048x1362/800x0/images/Mbappe-et-Messi-tout-sourire-apres-le-double-du-Francais-1187163.jpg", + "pubDate": "Wed, 15 Dec 2021 11:30:38 GMT", + "enclosure": "https://images.bfmtv.com/lTm4-3EhdDaZ7o-bqkUJkbKpZKg=/0x0:1200x675/800x0/images/Sam-Kerr-1188931.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42437,17 +43691,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4163eaffd2bd5ef41b9456569050bc6" + "hash": "37b7c4eac3e6e813ba50444c15c97e7f" }, { - "title": "Real-Atlético en direct: les Merengue font le break!", - "description": "Suivez en direct commenté sur notre site la rencontre Real Madrid - Atlético de Madrid, comptant pour la 17e journée de Liga. Le coup d'envoi est prévu à 21h.

", - "content": "Suivez en direct commenté sur notre site la rencontre Real Madrid - Atlético de Madrid, comptant pour la 17e journée de Liga. Le coup d'envoi est prévu à 21h.

", + "title": "Barça: les statistiques complètement folles d'Agüero, qui annonce sa retraite", + "description": "Sergio Agüero a annoncé ce mercredi la fin de sa carrière, après la révélation il y a quelques semaines d'une arythmie cardiaque incompatible avec la poursuite d'un sport de haut niveau. L'Argentin du Barça, meilleur buteur étranger de Premier League, aura durablement marqué l'histoire du jeu. La preuve en chiffres.

", + "content": "Sergio Agüero a annoncé ce mercredi la fin de sa carrière, après la révélation il y a quelques semaines d'une arythmie cardiaque incompatible avec la poursuite d'un sport de haut niveau. L'Argentin du Barça, meilleur buteur étranger de Premier League, aura durablement marqué l'histoire du jeu. La preuve en chiffres.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-atletico-en-direct-les-merengue-peuvent-prendre-le-large-en-tete_LS-202112120266.html", + "link": "https://rmcsport.bfmtv.com/football/barca-les-statistiques-completement-folles-d-aguero-qui-annonce-sa-retraite_AV-202112150251.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 18:55:56 GMT", - "enclosure": "https://images.bfmtv.com/_8M4UwzOy_jdWisnzZ-jzyiKJV0=/0x99:2048x1251/800x0/images/Benzema-1174670.jpg", + "pubDate": "Wed, 15 Dec 2021 11:25:10 GMT", + "enclosure": "https://images.bfmtv.com/nTLanVi__BKZ7dD8CrX3WMPE01s=/0x0:2048x1152/800x0/images/Sergio-Agueero-1081575.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42458,17 +43712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68b1749f4d7af9a27d9c2307a6094e9c" + "hash": "b67199d432e6935b74c92ef9a945c72e" }, { - "title": "Ligue 1: Lille et l'OL font du surplace après un piètre nul", - "description": "Le duel ce dimanche entre le LOSC et l'OL, deux prétendants européens, a accouché d'un piètre spectacle (0-0) qui ne fait les affaires de personne. Les deux clubs resteront dans la deuxième partie du classement après cette 18e journée.

", - "content": "Le duel ce dimanche entre le LOSC et l'OL, deux prétendants européens, a accouché d'un piètre spectacle (0-0) qui ne fait les affaires de personne. Les deux clubs resteront dans la deuxième partie du classement après cette 18e journée.

", + "title": "Le sport face au coronavirus en direct: le Real annonce que Modric et Marcelo sont positifs", + "description": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "content": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-lille-et-l-ol-font-du-surplace-apres-un-pietre-nul_AV-202112120172.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 14:02:56 GMT", - "enclosure": "https://images.bfmtv.com/HGocJRJRc-LeiqkPXu0WdEzDQO8=/0x0:2048x1152/800x0/images/Boateng-1186979.jpg", + "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", + "enclosure": "https://images.bfmtv.com/Toyy-YCY64sRZ53IPTurr8etP_M=/0x0:768x432/800x0/images/Le-milieu-de-terrain-croate-du-Real-Madrid-Luka-Modric-lors-dun-match-de-championnat-contre-Huesca-le-6-fevrier-2021-a-Huesca-dans-le-nord-est-de-lEspagne-965186.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42479,17 +43733,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50240e0137365cef70680ab8301dde69" + "hash": "97f345ca3674aaa4291e0b18e92530cd" }, { - "title": "GP d'Abu Dhabi: le contact entre Verstappen et Hamilton après un départ musclé", - "description": "Le départ du Grand Prix d'Abu Dhabi ce dimanche a été brûlant avec un contact entre les deux rivaux pour le titre de champion du monde, Max Verstappen et Lewis Hamilton. Une manœuvre du Britannique a provoqué la colère du Néerlandais, qui a perdu sa première place.

", - "content": "Le départ du Grand Prix d'Abu Dhabi ce dimanche a été brûlant avec un contact entre les deux rivaux pour le titre de champion du monde, Max Verstappen et Lewis Hamilton. Une manœuvre du Britannique a provoqué la colère du Néerlandais, qui a perdu sa première place.

", + "title": "Résiliation de contrat attendue rapidement pour Eriksen à l'Inter", + "description": "Victime d’un arrêt cardiaque lors de l’Euro 2021 avec le Danemark, Christian Eriksen doit depuis porter un défibrillateur. Puisqu’il est interdit en Italie d’évoluer sur les terrains avec ce dispositif, le Danois devrait, d’après la Gazzetta dello Sport, résilier rapidement son contrat avec l’Inter Milan.

", + "content": "Victime d’un arrêt cardiaque lors de l’Euro 2021 avec le Danemark, Christian Eriksen doit depuis porter un défibrillateur. Puisqu’il est interdit en Italie d’évoluer sur les terrains avec ce dispositif, le Danois devrait, d’après la Gazzetta dello Sport, résilier rapidement son contrat avec l’Inter Milan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-le-contact-entre-verstappen-et-hamilton-au-premier-tour_AV-202112120161.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/resiliation-de-contrat-attendue-rapidement-pour-eriksen-a-l-inter_AV-202112150243.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 13:29:40 GMT", - "enclosure": "https://images.bfmtv.com/89ueDWtplLffZGh32oDncl9gyzY=/0x106:2048x1258/800x0/images/GP-Abu-Dhabi-1186976.jpg", + "pubDate": "Wed, 15 Dec 2021 11:04:22 GMT", + "enclosure": "https://images.bfmtv.com/88XOefCItChT2iK_A8svKl_6__o=/0x0:1008x567/800x0/images/-873952.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42500,17 +43754,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb6b2cba2588c7e1e0328ec3bbe1371a" + "hash": "009c28b8473df9fd4673e8efa64c88d2" }, { - "title": "Mercato: le Bayern Munich ne devrait pas tenter Haaland", - "description": "Cité comme l'une des destinations potentielles pour Erling Haaland en cas de départ estival, le Bayern Munich ne devrait pas se positionner pour l'attaquant norvégien. Selon l'ancien président munichois Karl-Heinz Rummenigge, le club bavarois gardera Robert Lewandowski, actuellement le \"meilleur numéro 9 du monde\".

", - "content": "Cité comme l'une des destinations potentielles pour Erling Haaland en cas de départ estival, le Bayern Munich ne devrait pas se positionner pour l'attaquant norvégien. Selon l'ancien président munichois Karl-Heinz Rummenigge, le club bavarois gardera Robert Lewandowski, actuellement le \"meilleur numéro 9 du monde\".

", + "title": "Manchester City: le geste peu académique de Ruben Dias pour défendre face à Leeds", + "description": "Alors que Manchester City a cartonné Leeds ce mardi à l'Etihad Stadium (7-0), Ruben Dias a marqué cette rencontre en se mettant... en mode breakdance pour défendre sur une attaque des Peacocks.

", + "content": "Alors que Manchester City a cartonné Leeds ce mardi à l'Etihad Stadium (7-0), Ruben Dias a marqué cette rencontre en se mettant... en mode breakdance pour défendre sur une attaque des Peacocks.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-bayern-munich-ne-devrait-pas-tenter-haaland_AV-202112120155.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-city-le-geste-peu-academique-de-ruben-dias-pour-defendre-face-a-leeds_AV-202112150225.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 13:15:17 GMT", - "enclosure": "https://images.bfmtv.com/9BWR009_hU0H_wYrHTxHbx3j16Q=/0x0:2032x1143/800x0/images/Lewanodwski-Haaland-1186959.jpg", + "pubDate": "Wed, 15 Dec 2021 10:40:52 GMT", + "enclosure": "https://images.bfmtv.com/oioJmk-M5mKUOkdCzD-8ztiiUpM=/0x43:2048x1195/800x0/images/Ruben-Dias-contre-le-PSG-en-demi-finale-de-Ligue-des-champions-1030736.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42521,17 +43775,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42361337020fddbbd87cafeab331c5b0" + "hash": "d715ed1665062810982da155386cac06" }, { - "title": "Val d'Isère (slalom): monstrueux, Noël s'impose à domicile", - "description": "Clément Noël a remporté brillamment le slalom de Coupe du monde de ski alpin de Val d'Isère ce dimanche. Il a signé le meilleur temps des deux manches et décroche ainsi sa neuvième victoire sur le circuit mondial.

", - "content": "Clément Noël a remporté brillamment le slalom de Coupe du monde de ski alpin de Val d'Isère ce dimanche. Il a signé le meilleur temps des deux manches et décroche ainsi sa neuvième victoire sur le circuit mondial.

", + "title": "Top 14: Trinh-Duc confirme qu'il mettra un terme à sa carrière en fin de saison", + "description": "L'ouvreur de Bordeaux-Bègles François Trinh-Duc a confirmé qu'il mettra un terme à sa carrière à la fin de la saison à 35 ans, après une dernière pige avec l'UBB.

", + "content": "L'ouvreur de Bordeaux-Bègles François Trinh-Duc a confirmé qu'il mettra un terme à sa carrière à la fin de la saison à 35 ans, après une dernière pige avec l'UBB.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/val-d-isere-slalom-cocorico-noel-s-impose-a-domicile_AV-202112120149.html", + "link": "https://rmcsport.bfmtv.com/rugby/rugby-francois-trinh-duc-mettra-fin-a-sa-carriere-en-fin-de-saison_AD-202112150220.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 12:52:19 GMT", - "enclosure": "https://images.bfmtv.com/Tn4bOPBVuJwKq--b2t5GO0I56CI=/3x50:2019x1184/800x0/images/Clement-Noel-1186957.jpg", + "pubDate": "Wed, 15 Dec 2021 10:35:28 GMT", + "enclosure": "https://images.bfmtv.com/ZDoatSKoTvrnpYZEgTj15G-8rmQ=/0x18:768x450/800x0/images/Le-demi-d-ouverture-francais-de-Bordeaux-Francois-Trinh-Duc-passe-le-ballon-pendant-le-match-de-Top-14-entre-la-Section-Paloise-et-l-Union-Bordeaux-Begles-au-Stade-du-Hameau-a-Pau-dans-le-sud-ouest-de-la-France-le-16-octobre-2021-1148409.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42542,17 +43796,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63a78afbb7de036340e9326593d55202" + "hash": "54c9b0bc0beb14c9b6691110abf33096" }, { - "title": "Mercato en direct: le Barça aurait lâché l'affaire pour Dembélé", - "description": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", - "content": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", + "title": "Coupe Arabe 2021: sur quelle chaîne et à quelle heure regarder Qatar-Algérie et Tunisie-Egypte", + "description": "Les demi-finales de la Coupe Arabe verront s'affronter le Qatar et l'Algérie ce mercredi (20h), après une première confrontation dans le dernier carré entre la Tunisie et l'Egypte (16h).

", + "content": "Les demi-finales de la Coupe Arabe verront s'affronter le Qatar et l'Algérie ce mercredi (20h), après une première confrontation dans le dernier carré entre la Tunisie et l'Egypte (16h).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-2021-sur-quelle-chaine-et-a-quelle-heure-regarder-qatar-algerie-et-tunisie-egypte_AV-202112150214.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 07:01:00 GMT", - "enclosure": "https://images.bfmtv.com/oR9-4kvNO0bL3FgaMPy9md44nS4=/0x55:2048x1207/800x0/images/Ousmane-Dembele-1185673.jpg", + "pubDate": "Wed, 15 Dec 2021 10:19:50 GMT", + "enclosure": "https://images.bfmtv.com/0rmrsX6fQUs3nmwW8-XJpzdORzU=/0x86:1200x761/800x0/images/La-joie-des-joueurs-algeriens-apres-leur-victoire-en-quarts-contre-le-Maroc-1188880.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42563,17 +43817,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45188d592f2ad7596ea4f79a712d021c" + "hash": "f8f3dff29d563857b3d1378a97860e88" }, { - "title": "Belgique: un milieu de terrain de Seraing termine gardien contre Anderlecht", - "description": "Habituel milieu de terrain, le Français Théo Pierrot s'est retrouvé à dépanner dans les buts lors de la rencontre du championnat belge entre Seraing et Anderlecht. Et ça ne s'est pas vraiment bien passé pour l'ancien Messin.

", - "content": "Habituel milieu de terrain, le Français Théo Pierrot s'est retrouvé à dépanner dans les buts lors de la rencontre du championnat belge entre Seraing et Anderlecht. Et ça ne s'est pas vraiment bien passé pour l'ancien Messin.

", + "title": "Mercato: convoité par le Barça, Haaland aurait fixé une condition pour signer", + "description": "S’il semble avoir fait du FC Barcelone sa priorité en vue d'un transfert l'été prochain, Erling Haaland n’y signera que si le club catalan est de retour au premier plan et dispute la prochaine Ligue des champions, à en croire Sport ce mercredi. Ce qui est encore loin d'être gagné.

", + "content": "S’il semble avoir fait du FC Barcelone sa priorité en vue d'un transfert l'été prochain, Erling Haaland n’y signera que si le club catalan est de retour au premier plan et dispute la prochaine Ligue des champions, à en croire Sport ce mercredi. Ce qui est encore loin d'être gagné.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/championnat-de-belgique/belgique-un-milieu-de-terrain-de-seraing-termine-gardien-contre-anderlecht_AN-202112120128.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-convoite-par-le-barca-haaland-aurait-fixe-une-condition-pour-signer_AV-202112150211.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 11:19:39 GMT", - "enclosure": "https://images.bfmtv.com/lKwFT5USP7ABk_T5prozmZgvK4U=/36x0:980x531/800x0/images/Theo-Pierrot-1186913.jpg", + "pubDate": "Wed, 15 Dec 2021 10:14:57 GMT", + "enclosure": "https://images.bfmtv.com/CCDyqdxMNo3kVlGbsd8pk5lV8nI=/0x50:2048x1202/800x0/images/Erling-Haaland-avec-le-Borussia-Dortmund-1135825.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42584,17 +43838,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "412a15bca3ab9f0c7a5d523d4d923c1c" + "hash": "c7581a73af55bdb81a4ce8bac15390a2" }, { - "title": "Lille-OL en direct: de nombreux changements dans le onze lyonnais", - "description": "Qualifié mercredi pour les huitièmes de finale de Ligue des champions après sa victoire face à Wolfsburg (3-1), le LOSC souhaite enchaîner en Ligue 1. Au stade Pierre-Mauroy ce dimanche (13h), pour un match comptant pour la 18e journée, l'équipe de Jocelyn Gourvennec retrouve l'OL pour un choc de prétendants aux places européennes.

", - "content": "Qualifié mercredi pour les huitièmes de finale de Ligue des champions après sa victoire face à Wolfsburg (3-1), le LOSC souhaite enchaîner en Ligue 1. Au stade Pierre-Mauroy ce dimanche (13h), pour un match comptant pour la 18e journée, l'équipe de Jocelyn Gourvennec retrouve l'OL pour un choc de prétendants aux places européennes.

", + "title": "Ajax: Onana raconte sa suspension pour dopage et son \"erreur\" de pilule", + "description": "De retour dans les cages du Cameroun le 13 novembre dernier face au Malawi après neuf mois de suspension pour dopage, André Onana est revenu sur ces derniers mois loin des terrains de football et son retour à l'Ajax.

", + "content": "De retour dans les cages du Cameroun le 13 novembre dernier face au Malawi après neuf mois de suspension pour dopage, André Onana est revenu sur ces derniers mois loin des terrains de football et son retour à l'Ajax.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-ol-en-direct-un-match-capital-dans-la-bataille-pour-l-europe_LS-202112120119.html", + "link": "https://rmcsport.bfmtv.com/football/ajax-onana-raconte-sa-suspension-pour-dopage-et-son-erreur-de-pilule_AV-202112150203.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 10:54:57 GMT", - "enclosure": "https://images.bfmtv.com/KD3PVjJ6lyYGXMcrsZ0oXoddx0w=/0x0:2048x1152/800x0/images/Moussa-Dembele-et-Houssem-Aouar-1186920.jpg", + "pubDate": "Wed, 15 Dec 2021 10:04:13 GMT", + "enclosure": "https://images.bfmtv.com/mAAztGoZ3RaOD-t-lMUbMmouFqA=/0x0:1200x675/800x0/images/Andre-Onana-1157427.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42605,17 +43859,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9893de9377f3ab0e19fbc2ddf520e314" + "hash": "d5c52ab473a88fd8a9a67b7103a408f4" }, { - "title": "Manchester United: Lindelöf sorti pour des problèmes respiratoires face à Norwich", - "description": "Opposé à Norwich samedi lors de la 16e journée de Premier League, Manchester United s'est imposé (1-0) grâce à Cristiano Ronaldo. Mais les Red Devils se sont inquiétés pour leur défenseur Victor Lindelöf, sorti par précaution en raison de problèmes respiratoires survenus durant la partie.

", - "content": "Opposé à Norwich samedi lors de la 16e journée de Premier League, Manchester United s'est imposé (1-0) grâce à Cristiano Ronaldo. Mais les Red Devils se sont inquiétés pour leur défenseur Victor Lindelöf, sorti par précaution en raison de problèmes respiratoires survenus durant la partie.

", + "title": "Mondial 2022: la banderole des militants d'Amnesty au siège de la FFF, sur les conditions au Qatar", + "description": "Ce mercredi, plusieurs militants de l'ONG Amnesty International ont déployé une banderole au siège de la Fédération française de football, à Paris, pour dénoncer les conditions de travail des ouvriers sur les chantiers de la Coupe du monde 2022 au Qatar.

", + "content": "Ce mercredi, plusieurs militants de l'ONG Amnesty International ont déployé une banderole au siège de la Fédération française de football, à Paris, pour dénoncer les conditions de travail des ouvriers sur les chantiers de la Coupe du monde 2022 au Qatar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-lindelof-sorti-pour-des-problemes-respiratoires-face-a-norwich_AV-202112120117.html", + "link": "https://rmcsport.bfmtv.com/football/mondial-2022-la-banderole-des-militants-d-amnesty-au-siege-de-la-fff-sur-les-conditions-au-qatar_AV-202112150195.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 10:48:23 GMT", - "enclosure": "https://images.bfmtv.com/oBw86tVkc6BsoPfK5cxwWB7NSmE=/0x0:2048x1152/800x0/images/Victor-Lindeloef-1186892.jpg", + "pubDate": "Wed, 15 Dec 2021 09:43:13 GMT", + "enclosure": "https://images.bfmtv.com/2jtA8nmV6JfGFLz6Y4TsS7576AA=/4x8:1012x575/800x0/images/Une-banderole-a-ete-affichee-par-des-militants-d-Amnesty-International-devant-le-siege-de-la-FFF-mercredi-15-decembre-2021-1188852.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42626,17 +43880,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1af064cab8663cd36bd544a3fc890023" + "hash": "f7f8b194d7f3b3a083519792986ebe47" }, { - "title": "MLS: comme Payet, un joueur de New York touché par un jet de canette en pleine finale", - "description": "La finale du championnat nord-américain de football (MLS) a été interrompue ce samedi pendant quelques instants. En cause: après l'ouverture du score de New York City, qui a été sacré champion face aux Portland Timbers à l'issue d'une séance de tirs au but (1-1, 4 tab à 2), un joueur a été touché à la tête par un jet de canette de bière. L'agresseur a été interpellé et banni du stade de Portland.

", - "content": "La finale du championnat nord-américain de football (MLS) a été interrompue ce samedi pendant quelques instants. En cause: après l'ouverture du score de New York City, qui a été sacré champion face aux Portland Timbers à l'issue d'une séance de tirs au but (1-1, 4 tab à 2), un joueur a été touché à la tête par un jet de canette de bière. L'agresseur a été interpellé et banni du stade de Portland.

", + "title": "Covid-19: les clubs de Premier League songeraient à des sanctions contre les joueurs non-vaccinés", + "description": "Selon le Daily Mail, les clubs de Premier League examinent la possibilité de réduire le salaire des joueurs qui ne sont pas vaccinés contre le Covid-19 et qui doivent s'isoler. Une réflexion alors que la situation au Royaume-Uni se complique, avec une forte augmentation du nombre de cas et la menace du variant Omicron.

", + "content": "Selon le Daily Mail, les clubs de Premier League examinent la possibilité de réduire le salaire des joueurs qui ne sont pas vaccinés contre le Covid-19 et qui doivent s'isoler. Une réflexion alors que la situation au Royaume-Uni se complique, avec une forte augmentation du nombre de cas et la menace du variant Omicron.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/major-league-soccer/mls-comme-payet-un-joueur-de-new-york-touche-par-un-jet-de-canette-en-pleine-finale_AV-202112120106.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/covid-19-les-clubs-de-premier-league-songeraient-a-des-sanctions-contre-les-joueurs-non-vaccines_AV-202112150187.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 10:20:07 GMT", - "enclosure": "https://images.bfmtv.com/cDtyrhxttRtB5-MsDP8BeaS8Y7w=/0x106:2048x1258/800x0/images/Jesus-Medina-1186878.jpg", + "pubDate": "Wed, 15 Dec 2021 09:23:40 GMT", + "enclosure": "https://images.bfmtv.com/I6OJbrNDkZiSJlBdxA-gy-x6RgA=/0x0:1200x675/800x0/images/Le-stade-de-Stamford-Bridge-1188854.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42647,17 +43901,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "483fbd229aba8c17e9e2ba32dbe6dc13" + "hash": "22439b2f4092258c938b9ddadec1e313" }, { - "title": "PSG en direct: Kimpembe et Ramos absents contre Monaco", - "description": "Le PSG recevra Monaco dimanche soir (20h45) en clôture de la 18e journée de Ligue 1. Suivez sur RMC Sport les dernières infos liées au club de la capitale.

", - "content": "Le PSG recevra Monaco dimanche soir (20h45) en clôture de la 18e journée de Ligue 1. Suivez sur RMC Sport les dernières infos liées au club de la capitale.

", + "title": "GP d'Abu Dhabi: conforté par des avocats, Mercedes pense toujours faire invalider le résultat", + "description": "Alors que Mercedes a jusqu’à jeudi soir pour déclencher formellement son intention de faire appel du rejet de sa seconde réclamation afin de faire invalider le résultat du Grand Prix d’Abu Dhabi, deux avocats de premier plan ont estimé que l’écurie allemande disposait de solides bases juridiques pour contester le titre de Max Verstappen.

", + "content": "Alors que Mercedes a jusqu’à jeudi soir pour déclencher formellement son intention de faire appel du rejet de sa seconde réclamation afin de faire invalider le résultat du Grand Prix d’Abu Dhabi, deux avocats de premier plan ont estimé que l’écurie allemande disposait de solides bases juridiques pour contester le titre de Max Verstappen.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-monaco_LN-202112110112.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-conforte-par-des-avocats-mercedes-pense-toujours-faire-invalider-le-resultat_AV-202112150175.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:51:01 GMT", - "enclosure": "https://images.bfmtv.com/FcKV2Lt2oiwCtoSXE4rFHV8Duro=/0x65:2048x1217/800x0/images/Presnel-KIMPEMB-1160323.jpg", + "pubDate": "Wed, 15 Dec 2021 09:10:57 GMT", + "enclosure": "https://images.bfmtv.com/79Wmz5EnIO1gy3XxII2gKvD32W8=/0x65:2048x1217/800x0/images/Toto-Wolff-et-Lewis-Hamilton-1188838.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42668,17 +43922,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c1994a8734b9952c56cec9b9a250572" + "hash": "fa2ce2ba8f142683387ccc6c144a2958" }, { - "title": "PSG-Monaco: à quelle heure et sur quelle chaîne regarder le choc de Ligue 1", - "description": "La 18e journée de Ligue 1 baissera le rideau ce dimanche avec une belle affiche entre le PSG et Monaco (20h45) au Parc des Princes. Un duel à suivre sur Amazon Prime Vidéo et à la radio sur RMC.

", - "content": "La 18e journée de Ligue 1 baissera le rideau ce dimanche avec une belle affiche entre le PSG et Monaco (20h45) au Parc des Princes. Un duel à suivre sur Amazon Prime Vidéo et à la radio sur RMC.

", + "title": "Clermont: Vili et Falatea ont donné leur accord à l’UBB", + "description": "Les Clermontois Tani Vili et Sipili Falatea ont tous les deux donné leur accord, mardi, aux dirigeants de l’UBB, qu’ils rejoindront en fin de saison.

", + "content": "Les Clermontois Tani Vili et Sipili Falatea ont tous les deux donné leur accord, mardi, aux dirigeants de l’UBB, qu’ils rejoindront en fin de saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-monaco-a-quelle-heure-et-sur-quelle-chaine-regarder-le-choc-de-ligue-1_AV-202112120102.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/clermont-vili-et-falatea-ont-donne-leur-accord-a-l-ubb_AV-202112150173.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 10:07:12 GMT", - "enclosure": "https://images.bfmtv.com/Hw1fwRIxyLTlGgtNwqiLoa6h94Y=/0x0:2048x1152/800x0/images/Ruben-Aguilar-et-Kylian-Mbappe-1186870.jpg", + "pubDate": "Wed, 15 Dec 2021 09:06:32 GMT", + "enclosure": "https://images.bfmtv.com/AllAB8ECuyWRgAuvz-6QkaD2GMs=/0x0:2048x1152/800x0/images/Tani-Vili-Clermont-1188836.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42689,17 +43943,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "263fa09af6ca06898d102d6fcd893bd2" + "hash": "2abf0344ce1cd8fc8a6ae35a82f2d2ee" }, { - "title": "Val d'Isère (slalom): Noël meilleur chrono de la première manche, Pinturault déjà éliminé", - "description": "Clément Noël a réussi à domicile le meilleur temps de la première manche du slalom de Coupe du monde de ski alpin de Val d'Isère ce dimanche, alors qu'Alexis Pinturault a été éliminé.

", - "content": "Clément Noël a réussi à domicile le meilleur temps de la première manche du slalom de Coupe du monde de ski alpin de Val d'Isère ce dimanche, alors qu'Alexis Pinturault a été éliminé.

", + "title": "NBA: les scènes de joie dans le vestiaire des Warriors après le record de Curry", + "description": "Les Warriors ont fêté le recordman Curry dans les vestiaires de Golden State, après le match qui a vu le meneur effacer des tablettes un certain Ray Allen, précédent détenteur du record de tirs à trois points sur une saison.

", + "content": "Les Warriors ont fêté le recordman Curry dans les vestiaires de Golden State, après le match qui a vu le meneur effacer des tablettes un certain Ray Allen, précédent détenteur du record de tirs à trois points sur une saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/val-d-isere-slalom-noel-meilleur-chrono-de-la-premiere-manche-pinturault-deja-elimine_AV-202112120101.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-les-scenes-de-joie-dans-le-vestiaire-apres-le-record-de-curry_AV-202112150151.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 10:02:39 GMT", - "enclosure": "https://images.bfmtv.com/p-jm5oUGV7vkfSlWYqmG7CKT2-A=/0x106:2048x1258/800x0/images/Clement-Noel-1186889.jpg", + "pubDate": "Wed, 15 Dec 2021 08:36:09 GMT", + "enclosure": "https://images.bfmtv.com/IaEO1kWBXiZM8I0m_xj4MO8uMls=/0x0:1200x675/800x0/images/Stephen-Curry-1188809.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42710,17 +43964,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46d14805c45b9999f9f550bc85b417d1" + "hash": "d4bb5b0862de94eab2195e878c316474" }, { - "title": "Strasbourg-OM: comment Sels est devenu un maillon fort du système Stéphan", - "description": "Avant de recevoir l'OM ce dimanche (17h) en Ligue 1, le Racing Club de Strasbourg a déjà inscrit 34 buts en 17 journées. Une moyenne affolante de deux buts par match pour l’un des plus petits budgets de Ligue 1. Les joueurs offensifs s’illustrent, mais la philosophie de Julien Stéphan démarre un peu plus bas sur le terrain avec le rôle important joué par Matz Sels.

", - "content": "Avant de recevoir l'OM ce dimanche (17h) en Ligue 1, le Racing Club de Strasbourg a déjà inscrit 34 buts en 17 journées. Une moyenne affolante de deux buts par match pour l’un des plus petits budgets de Ligue 1. Les joueurs offensifs s’illustrent, mais la philosophie de Julien Stéphan démarre un peu plus bas sur le terrain avec le rôle important joué par Matz Sels.

", + "title": "Barça: Dani Alves, un retour convaincant salué par Xavi", + "description": "Le FC Barcelone a perdu aux tirs au but (1-1, 4-2 t.a.b.) face à Boca Juniors mardi à Riyad, dans un match amical en hommage à Diego Maradona marqué par le retour du Brésilien Dani Alves chez les Blaugrana.

", + "content": "Le FC Barcelone a perdu aux tirs au but (1-1, 4-2 t.a.b.) face à Boca Juniors mardi à Riyad, dans un match amical en hommage à Diego Maradona marqué par le retour du Brésilien Dani Alves chez les Blaugrana.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/strasbourg-om-comment-sels-est-devenu-un-maillon-fort-du-systeme-stephan_AV-202112120090.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-dani-alves-un-retour-convaincant-salue-par-xavi_AV-202112150134.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 09:43:03 GMT", - "enclosure": "https://images.bfmtv.com/Vrt5QWONkvLjtN5dG6CJ49cG0Mo=/0x42:2048x1194/800x0/images/Matz-Sels-1186862.jpg", + "pubDate": "Wed, 15 Dec 2021 07:58:18 GMT", + "enclosure": "https://images.bfmtv.com/YFqSvlH3l4d1aTX157ioRK8IkwA=/0x0:1200x675/800x0/images/Daniel-Alves-1188784.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42731,17 +43985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84589d277ac2b3b2a331e9198d43d3d4" + "hash": "eff3b303958e339fb2c4c35aa04ac9e2" }, { - "title": "Champions Cup: le Stade Français privé de Quesada au Connacht", - "description": "Le Stade Français s'est rendu en Irlande pour affronter la province irlandaise du Connacht sans son entraîneur Gonzalo Quesada. L'Argentin est \"cas contact\", a annoncé le club parisien ce dimanche, quelques heures avant la rencontre comptant pour la 1re journée de la Coupe d'Europe de rugby.

", - "content": "Le Stade Français s'est rendu en Irlande pour affronter la province irlandaise du Connacht sans son entraîneur Gonzalo Quesada. L'Argentin est \"cas contact\", a annoncé le club parisien ce dimanche, quelques heures avant la rencontre comptant pour la 1re journée de la Coupe d'Europe de rugby.

", + "title": "CAN 2022: une réflexion autour de l’annulation de la compétition est engagée", + "description": "INFO RMC SPORT - L’incertitude plane autour de la tenue de la compétition, prévue au Cameroun du 9 janvier au 6 février 2022. La CAN pourrait bien être la prochaine grande compétition de foot à devoir prendre une décision drastique, alors que le continent africain est durement frappé par la pandémie.

", + "content": "INFO RMC SPORT - L’incertitude plane autour de la tenue de la compétition, prévue au Cameroun du 9 janvier au 6 février 2022. La CAN pourrait bien être la prochaine grande compétition de foot à devoir prendre une décision drastique, alors que le continent africain est durement frappé par la pandémie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-le-stade-francais-prive-de-quesada-au-connacht_AV-202112120082.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/can-2022-une-reflexion-autour-de-l-annulation-de-la-competition-est-engagee_AV-202112150124.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 09:22:20 GMT", - "enclosure": "https://images.bfmtv.com/pZOupTCsDSZJqYpcbjhI9Tkhe7Q=/0x106:2048x1258/800x0/images/Gonzalo-Quesada-1186865.jpg", + "pubDate": "Wed, 15 Dec 2021 07:43:46 GMT", + "enclosure": "https://images.bfmtv.com/nK9Y2yY501K0L32pjQFb32oQlSk=/0x36:2048x1188/800x0/images/Riyad-Mahrez-et-la-CAN-en-2019-999040.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42752,17 +44006,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e832f7427ef46e52855d39f9d773496a" + "hash": "33402d6967706880a15dc8ab394d6dd7" }, { - "title": "UFC 269: Tuivasa signe un monstrueux KO... puis se sert une bière dans une chaussure", - "description": "Vainqueur dès le deuxième round face à Augusto Sakai lors de l'UFC 269 dans la nuit de samedi à dimanche, Tai Tuivasa a célébré, comme il en a désormais l'habitude, en buvant une bière dans la cage, servie dans une chaussure. Le poids lourd australien a signé un 14e succès, le quatrième de rang par KO.

", - "content": "Vainqueur dès le deuxième round face à Augusto Sakai lors de l'UFC 269 dans la nuit de samedi à dimanche, Tai Tuivasa a célébré, comme il en a désormais l'habitude, en buvant une bière dans la cage, servie dans une chaussure. Le poids lourd australien a signé un 14e succès, le quatrième de rang par KO.

", + "title": "Premier League: Bielsa en danger après la déroute de Leeds face à City ?", + "description": "Corrigé par les hommes de Pep Guardiola mardi soir à l'Etihad (7-0), Leeds a sombré dans les grandes largeurs. En conférence de presse d'après-match, son entraîneur Marcelo Bielsa a tenté de trouver des explications à cette déroute, ajoutant \"assumer\" cette défaillance.

", + "content": "Corrigé par les hommes de Pep Guardiola mardi soir à l'Etihad (7-0), Leeds a sombré dans les grandes largeurs. En conférence de presse d'après-match, son entraîneur Marcelo Bielsa a tenté de trouver des explications à cette déroute, ajoutant \"assumer\" cette défaillance.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-269-tuivasa-signe-un-monstrueux-ko-puis-se-sert-une-biere-dans-une-chaussure_AV-202112120079.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league-bielsa-en-danger-apres-la-deroute-de-leeds-face-a-city_AV-202112150117.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 09:14:44 GMT", - "enclosure": "https://images.bfmtv.com/KTWFnsJmMVigczDDyRhZWpNsrOc=/311x387:2039x1359/800x0/images/Tai-Tuivasa-1186846.jpg", + "pubDate": "Wed, 15 Dec 2021 07:35:33 GMT", + "enclosure": "https://images.bfmtv.com/stKFOnmWj014oDMVh15ZTJXE14s=/0x21:2032x1164/800x0/images/Marcelo-Bielsa-lors-de-la-deroute-de-Leeds-contre-Manchester-City-le-14-decembre-2021-1188743.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42773,17 +44027,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee799069083ad3fd84fef004e72f01bb" + "hash": "2cd57adb83f8845a6d6e62e501012de4" }, { - "title": "GP d'Abu Dhabi: Mazepin forfait de dernière minute", - "description": "Le pilote russe Nikita Mazepin (Haas), testé positif au Covid-19, ne participera pas au dernier Grand Prix de la saison de Formule 1 à Abu Dhabi ce dimanche. Il ne sera pas remplacé.

", - "content": "Le pilote russe Nikita Mazepin (Haas), testé positif au Covid-19, ne participera pas au dernier Grand Prix de la saison de Formule 1 à Abu Dhabi ce dimanche. Il ne sera pas remplacé.

", + "title": "Liga: Benzema reçoit le trophée AS du meilleur joueur de l'année", + "description": "Formidable buteur et véritable patron du Real Madrid, à bientôt 34 ans, Karim Benzema s’est vu décerner mardi en Espagne le trophée de meilleur footballeur de l’année, décerné par le quotidien madrilène AS.

", + "content": "Formidable buteur et véritable patron du Real Madrid, à bientôt 34 ans, Karim Benzema s’est vu décerner mardi en Espagne le trophée de meilleur footballeur de l’année, décerné par le quotidien madrilène AS.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-mazepin-forfait-de-derniere-minute_AV-202112120076.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-benzema-recoit-le-trophee-as-du-meilleur-joueur-de-l-annee_AV-202112150091.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 09:06:00 GMT", - "enclosure": "https://images.bfmtv.com/uRvhgJPgQCYYovVfECgUiMYX-Og=/0x0:2048x1152/800x0/images/Nikita-MAZEPIN-1186839.jpg", + "pubDate": "Wed, 15 Dec 2021 07:00:40 GMT", + "enclosure": "https://images.bfmtv.com/4D3fsxKj0IXgEOUvp3niu5ePKRg=/0x106:2048x1258/800x0/images/Karim-Benzema-1179583.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42794,17 +44048,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbd0147b53bf2bb90b27df939ebebd08" + "hash": "1b5fc51bec6d3f0f0a580f177948e26d" }, { - "title": "Ligue des champions: le film de la flamboyante victoire de Lille à Wolfsburg", - "description": "Le LOSC a validé sa qualification pour les huitièmes de finale de la Ligue des champions et sa première place de groupe en s'imposant mercredi à Wolfsburg (3-1). RMC Sport vous propose le film de ce match historique pour les Lillois.

", - "content": "Le LOSC a validé sa qualification pour les huitièmes de finale de la Ligue des champions et sa première place de groupe en s'imposant mercredi à Wolfsburg (3-1). RMC Sport vous propose le film de ce match historique pour les Lillois.

", + "title": "Bayern: Lewandowski égale un record vieux de 49 ans en Bundesliga", + "description": "Auteur d'un doublé mardi soir lors de la victoire du Bayern Munich à Stuttgart (0-5), Robert Lewandowski a inscrit son 42e but de l'année 2021 en Bundesliga. Il égale ainsi le record détenu depuis 1972 par Gerd Muller.

", + "content": "Auteur d'un doublé mardi soir lors de la victoire du Bayern Munich à Stuttgart (0-5), Robert Lewandowski a inscrit son 42e but de l'année 2021 en Bundesliga. Il égale ainsi le record détenu depuis 1972 par Gerd Muller.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-film-de-la-flamboyante-victoire-de-lille-a-wolfsburg_AV-202112120071.html", + "link": "https://rmcsport.bfmtv.com/football/bayern-lewandowski-egale-un-record-vieux-de-49-ans-en-bundesliga_AV-202112150074.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 08:59:22 GMT", - "enclosure": "https://images.bfmtv.com/RpkVpkkG3rVNUblTpEVrznvs6II=/0x0:1920x1080/800x0/images/Wolfsburg-Lille-le-film-1186851.jpg", + "pubDate": "Wed, 15 Dec 2021 06:36:36 GMT", + "enclosure": "https://images.bfmtv.com/FKKtGc1FSApaFaXq1THqntEjlPQ=/0x39:768x471/800x0/images/L-attaquant-polonais-du-Bayern-Robert-Lewandowski-buteur-contre-Benfica-en-Ligue-des-champions-le-2-novembre-2021-a-Munich-1160635.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42815,17 +44069,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d56e227489c89c3f01f5b940c518c00e" + "hash": "55aaec98944de3eefb7485d657e69d54" }, { - "title": "Boxe: Donaire conserve sa ceinture des coqs avec un beau KO face à Gaballo", - "description": "A 39 ans, le Philippin Nonito Donaire a conservé sa ceinture de champion du monde WBC chez les poids coqs en mettant KO son compatriote Reymart Gaballo, dans la nuit de samedi à dimanche, en Californie (sur RMC Sport 1).

", - "content": "A 39 ans, le Philippin Nonito Donaire a conservé sa ceinture de champion du monde WBC chez les poids coqs en mettant KO son compatriote Reymart Gaballo, dans la nuit de samedi à dimanche, en Californie (sur RMC Sport 1).

", + "title": "OL: \"L'objectif n'est pas de terminer 13e\", le coup de pression d'Aulas à Bosz", + "description": "Dans un entretien accordé à l'Equipe ce mercredi, le président de l'OL Jean-Michel Aulas en a profité pour préciser les ambitions de son club. Une manière de rappeler son entraîneur, Peter Bosz, à ses obligations.

", + "content": "Dans un entretien accordé à l'Equipe ce mercredi, le président de l'OL Jean-Michel Aulas en a profité pour préciser les ambitions de son club. Une manière de rappeler son entraîneur, Peter Bosz, à ses obligations.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-donaire-conserve-sa-ceinture-des-coqs-avec-un-beau-ko-face-a-gaballo_AV-202112120070.html", + "link": "https://rmcsport.bfmtv.com/football/ol-l-objectif-n-est-pas-de-terminer-13e-le-coup-de-pression-d-aulas-a-bosz_AV-202112150049.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 08:50:03 GMT", - "enclosure": "https://images.bfmtv.com/EE_PFWs3ZmrtXqlYJVlw6kp7mXk=/0x0:1920x1080/800x0/images/Nonito-Donaire-1186817.jpg", + "pubDate": "Wed, 15 Dec 2021 05:54:48 GMT", + "enclosure": "https://images.bfmtv.com/fPj92zQFuvziuy_bGxUXj_VNqgQ=/0x30:2048x1182/800x0/images/Jean-Michel-AULAS-1161065.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42836,17 +44090,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "782fb0fbfa931366b957e6ae722181f5" + "hash": "b33f644dbabb1c9e856b7885caf92672" }, { - "title": "GP d'Abu Dhabi: à quelle heure et sur quelle chaîne suivre la bataille pour le titre en Formule 1", - "description": "Max Verstappen et Lewis Hamilton se disputeront ce dimanche le titre en Formule 1 à l'occasion du dernier Grand Prix de la saison, à Abu Dhabi sur le circuit de Yas Marina. Les deux pilotes ont le même nombre de points (369,5) avant cet affrontement final. Samedi, le pilote néerlandais a signé la pole position devant son adversaire britannique.

", - "content": "Max Verstappen et Lewis Hamilton se disputeront ce dimanche le titre en Formule 1 à l'occasion du dernier Grand Prix de la saison, à Abu Dhabi sur le circuit de Yas Marina. Les deux pilotes ont le même nombre de points (369,5) avant cet affrontement final. Samedi, le pilote néerlandais a signé la pole position devant son adversaire britannique.

", + "title": "NBA: Stephen Curry devient le meilleur shooteur à trois points de l'histoire", + "description": "Dans la nuit de mardi à mercredi, le meneur des Golden State Warriors est un peu plus rentré dans l'histoire de la NBA en devenant le recordman du nombre de paniers à trois points face aux Knicks de New York.

", + "content": "Dans la nuit de mardi à mercredi, le meneur des Golden State Warriors est un peu plus rentré dans l'histoire de la NBA en devenant le recordman du nombre de paniers à trois points face aux Knicks de New York.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-a-quelle-heure-et-sur-quelle-chaine-suivre-la-bataille-pour-le-titre-en-formule-1_AV-202112120059.html", + "link": "https://rmcsport.bfmtv.com/basket/nba-stephen-curry-devient-le-meilleur-shooteur-a-trois-points-de-l-histoire_AV-202112150039.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 08:22:47 GMT", - "enclosure": "https://images.bfmtv.com/QqhzmlYPP0NcX312d-X-McIdBQw=/0x106:2048x1258/800x0/images/Hamilton-Verstappen-1186822.jpg", + "pubDate": "Wed, 15 Dec 2021 05:26:42 GMT", + "enclosure": "https://images.bfmtv.com/4NI3XNXIGjt5IhNKUYwuXZmnaqk=/0x125:2048x1277/800x0/images/Stephen-Curry-est-devenu-le-meilleur-shooteur-a-trois-points-de-l-histoire-de-la-NBA-dans-la-nuit-du-14-au-15-decembre-2021-1188673.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42857,17 +44111,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bab4561fe4b75bd291d7921eda2d9028" + "hash": "759f5766ec4088323a48cfd3434b16c6" }, { - "title": "Grand Prix d'Abu Dhabi en direct: la pression monte pour Hamilton et Verstappen", - "description": "La saison de Formule 1 s'achève ce dimanche avec le Grand Prix d'Abu Dhabi (départ à 14h), épilogue d'un duel d'anthologie entre Max Verstappen (Red Bull) et Lewis Hamilton (Mercedes), à égalité parfaite dans la course au titre de champion du monde.

", - "content": "La saison de Formule 1 s'achève ce dimanche avec le Grand Prix d'Abu Dhabi (départ à 14h), épilogue d'un duel d'anthologie entre Max Verstappen (Red Bull) et Lewis Hamilton (Mercedes), à égalité parfaite dans la course au titre de champion du monde.

", + "title": "Milan: Zlatan a rencontré le Pape (et s'est évidemment vanté)", + "description": "Zlatan Ibrahimovic a rencontré le Pape François ce mardi au Vatican. Les deux hommes ont échangé des cadeaux, dont un glissé avec humour par le joueur de l'AC Milan.

", + "content": "Zlatan Ibrahimovic a rencontré le Pape François ce mardi au Vatican. Les deux hommes ont échangé des cadeaux, dont un glissé avec humour par le joueur de l'AC Milan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/formule-1-suivez-en-direct-le-grand-prix-d-abu-dhabi-dernier-duel-entre-verstappen-et-hamilton_LN-202112120014.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/milan-zlatan-a-rencontre-le-pape-et-s-est-evidemment-vante_AV-202112140521.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 08:22:23 GMT", - "enclosure": "https://images.bfmtv.com/1uVedJftxSwltTHqWrEMbUsfMwM=/0x91:2048x1243/800x0/images/Lewis-Hamilton-et-Max-Verstappen-1186891.jpg", + "pubDate": "Tue, 14 Dec 2021 23:32:11 GMT", + "enclosure": "https://images.bfmtv.com/_6Orvot2C92mGTtqcVMPE7g_j-I=/0x27:672x405/800x0/images/Zlatan-Ibrahimovich-avec-le-pape-1188634.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42878,17 +44132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2bb0baaae10ff9ea331fbe08e732e79" + "hash": "47103a978e69b6211fd71d22ca8fd104" }, { - "title": "LOSC-OL: à quelle heure et sur quelle chaîne suivre le match", - "description": "La 18e journée de Ligue 1 se poursuit ce dimanche avec un choc entre le LOSC et l'OL, au stade Pierre-Mauroy. Qualifiée pour les huitièmes de finale de Ligue des champions cette semaine, l'équipe de Jocelyn Gourvennec veut remonter au classement en Ligue 1, là où Lyon souhaite se sortir de sa mauvaise passe actuelle.

", - "content": "La 18e journée de Ligue 1 se poursuit ce dimanche avec un choc entre le LOSC et l'OL, au stade Pierre-Mauroy. Qualifiée pour les huitièmes de finale de Ligue des champions cette semaine, l'équipe de Jocelyn Gourvennec veut remonter au classement en Ligue 1, là où Lyon souhaite se sortir de sa mauvaise passe actuelle.

", + "title": "PRONOS PARIS RMC Le pari du jour du 15 décembre – Premier League - Angleterre", + "description": "Notre pronostic: Arsenal bat West Ham (2.10)

", + "content": "Notre pronostic: Arsenal bat West Ham (2.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/losc-ol-a-quelle-heure-et-sur-quelle-chaine-suivre-le-match_AV-202112120054.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-15-decembre-premier-league-angleterre_AN-202112140014.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 08:11:59 GMT", - "enclosure": "https://images.bfmtv.com/41my1EGhK38a-FFyGke5I9aANi4=/0x116:1984x1232/800x0/images/J-David-1186491.jpg", + "pubDate": "Tue, 14 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/vBeGwalABRDkHMCiRxqVPMQZR_k=/0x103:2000x1228/800x0/images/Alexandre-Lacazette-Arsenal-1187826.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42899,17 +44153,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e69bcec758bb27b60e76c86554675eb" + "hash": "96d05b0f3eece8c5a2516b8b2c5c362c" }, { - "title": "Argentine: les adieux très émouvants de Lisandro Lopez au Racing Club", - "description": "A 38 ans, l'ancien buteur du FC Porto et de l'OL, Lisandro Lopez, a disputé samedi son dernier match avec le Racing Club, où il a été formé. L'Argentin, qui pourrait bientôt prendre sa retraite, n'a pu retenir ses larmes.

", - "content": "A 38 ans, l'ancien buteur du FC Porto et de l'OL, Lisandro Lopez, a disputé samedi son dernier match avec le Racing Club, où il a été formé. L'Argentin, qui pourrait bientôt prendre sa retraite, n'a pu retenir ses larmes.

", + "title": "PRONOS PARIS RMC Le nul du jour du 15 décembre – Premier League - Angleterre", + "description": "Notre pronostic: pas de vainqueur entre Brighton et Wolverhampton (3.10)

", + "content": "Notre pronostic: pas de vainqueur entre Brighton et Wolverhampton (3.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/argentine-les-adieux-tres-emouvants-de-lisandro-lopez-au-racing-club_AV-202112120050.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-15-decembre-premier-league-angleterre_AN-202112140013.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 07:36:39 GMT", - "enclosure": "https://images.bfmtv.com/2REDhzI5mm-uJb1K8o3ZYEOukQs=/0x0:1008x567/800x0/images/Les-adieux-tres-emouvants-de-Lisandro-Lopez-au-Racing-Club-1186778.jpg", + "pubDate": "Tue, 14 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/HuCH_nZIlm7TkcbMHAOu6OODgd0=/0x163:2000x1288/800x0/images/Neal-Maupay-Brighton-1187817.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42920,17 +44174,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75dd8dbb09ece573bf96d48390fc9b4b" + "hash": "13cebc14e2b85864aab84878a4960ffd" }, { - "title": "NBA: les Sixers battent les Warriors et empêchent Curry de faire tomber le record de Ray Allen", - "description": "Stephen Curry devra encore patienter pour s'emparer du record de tirs à 3 points réussis en saison régulière de Ray Allen: les Sixers l'ont contraint à un piteux 3 sur 14 dans l'exercice samedi, s'adjugeant la victoire 102-93 face aux Warriors.

", - "content": "Stephen Curry devra encore patienter pour s'emparer du record de tirs à 3 points réussis en saison régulière de Ray Allen: les Sixers l'ont contraint à un piteux 3 sur 14 dans l'exercice samedi, s'adjugeant la victoire 102-93 face aux Warriors.

", + "title": "Barça: Guardiola va faire le voyage en Espagne pour la probable retraite d'Agüero", + "description": "Pep Guardiola et Txiki Begiristain, entraîneur et directeur technique de Manchester City, seront présents pour la conférence de presse de Sergio Agüero mercredi, au cours de laquelle l'Argentin devrait annoncer sa retraite.

", + "content": "Pep Guardiola et Txiki Begiristain, entraîneur et directeur technique de Manchester City, seront présents pour la conférence de presse de Sergio Agüero mercredi, au cours de laquelle l'Argentin devrait annoncer sa retraite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-les-sixers-battent-les-warriors-et-empechent-curry-de-faire-tomber-le-record-de-ray-allen_AN-202112120045.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-guardiola-va-faire-le-voyage-en-espagne-pour-la-probable-retraite-d-aguero_AV-202112140515.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 07:32:07 GMT", - "enclosure": "https://images.bfmtv.com/P3xRgrIMCx7CVtvdN6ZNIT0y7LQ=/0x74:2048x1226/800x0/images/Stephen-Curry-1186805.jpg", + "pubDate": "Tue, 14 Dec 2021 23:02:15 GMT", + "enclosure": "https://images.bfmtv.com/5Zflh6hMxepqjhtViunkcb8CsdM=/0x21:1200x696/800x0/images/-855132.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42941,17 +44195,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b87c31cf3407c9b66f54ecdc1fc21bd" + "hash": "340006c7f30ae2170f22931cccca4b4b" }, { - "title": "UFC 269: la grosse surprise Pena, qui inflige à Nunes sa première défaite depuis 2014", - "description": "Victorieuse d'Amanda Nunes après un étranglement arrière dans le deuxième round, Julianna Pena est devenue la nouvelle championne des poids coqs lors de l'UFC 269. La Brésilienne était pourtant invaincue depuis 2014, avec une série de 12 victoires.

", - "content": "Victorieuse d'Amanda Nunes après un étranglement arrière dans le deuxième round, Julianna Pena est devenue la nouvelle championne des poids coqs lors de l'UFC 269. La Brésilienne était pourtant invaincue depuis 2014, avec une série de 12 victoires.

", + "title": "PRONOS PARIS RMC Le pari sûr du 15 décembre – Jupiler Pro League – Belgique", + "description": "Notre pronostic: l’Union Saint-Gilloise s’impose à Zulte (1.38)

", + "content": "Notre pronostic: l’Union Saint-Gilloise s’impose à Zulte (1.38)

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/ufc-269-la-surprise-pena-qui-domine-nunes-invaincue-depuis-2014_AV-202112120039.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-15-decembre-jupiler-pro-league-belgique_AN-202112140012.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 07:23:52 GMT", - "enclosure": "https://images.bfmtv.com/Ii0A-b2mYRlY36WF6oOyRV2r6WM=/0x0:2048x1152/800x0/images/Amanda-Nunes-1186785.jpg", + "pubDate": "Tue, 14 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/GgGWesmeDBA3fkmljGy8mJdpcxI=/0x104:2000x1229/800x0/images/Deniz-Undav-Union-Saint-Gilloise-1187815.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42962,17 +44216,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cf1a9dc32e6edb7925a2c346990fe9e" + "hash": "2670d1d1a12c823ab225f46a7e5e2c57" }, { - "title": "Ligue 1: \"en convalescence\", Saint-Etienne a \"la qualité pour se maintenir\" selon Sablé", - "description": "En déplacement à Reims ce samedi, Saint-Etienne s'est incliné pour la quatrième fois de suite (2-0) en Ligue 1. Après 18 journées, les Verts ne comptent que 12 points et restent à la dernière place du classement. Pour autant, Julien Sablé, entraîneur par intérim après le départ de Claude Puel, assure que son groupe a \"la qualité pour se maintenir\".

", - "content": "En déplacement à Reims ce samedi, Saint-Etienne s'est incliné pour la quatrième fois de suite (2-0) en Ligue 1. Après 18 journées, les Verts ne comptent que 12 points et restent à la dernière place du classement. Pour autant, Julien Sablé, entraîneur par intérim après le départ de Claude Puel, assure que son groupe a \"la qualité pour se maintenir\".

", + "title": "Premier League: Manchester City pulvérise Leeds, les sept buts de la raclée", + "description": "Manchester City a conforté son statut de leader de Premier League ce mardi, en corrigeant à domicile Leeds (7-0). Jamais Marcelo Bielsa n'avait encaissé autant de buts dans un même match en championnat. Avec cette nouvelle démonstration collective, Pep Guardiola s'est offert lui un nouveau record dans le championnat anglais, en étant le manager à dépasser le plus rapidement la barre des 500 réalisations.

", + "content": "Manchester City a conforté son statut de leader de Premier League ce mardi, en corrigeant à domicile Leeds (7-0). Jamais Marcelo Bielsa n'avait encaissé autant de buts dans un même match en championnat. Avec cette nouvelle démonstration collective, Pep Guardiola s'est offert lui un nouveau record dans le championnat anglais, en étant le manager à dépasser le plus rapidement la barre des 500 réalisations.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-en-convalescence-les-verts-ont-la-qualite-pour-se-maintenir-selon-sable_AV-202112120033.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-city-ecrase-leeds-les-sept-buts-de-la-raclee_AV-202112140503.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 06:59:24 GMT", - "enclosure": "https://images.bfmtv.com/8GRebIvej5kfaMBjJ_2b2ycbXOU=/0x0:2048x1152/800x0/images/Julien-Sable-1186771.jpg", + "pubDate": "Tue, 14 Dec 2021 22:00:24 GMT", + "enclosure": "https://images.bfmtv.com/LpjDf_XHFeaKaso8-tDIWUDOft0=/0x162:2048x1314/800x0/images/De-Bruyne-1188616.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -42983,17 +44237,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b4e47e570b15cb7dd21409db3b95435" + "hash": "9613230bf2cca5055a55627ed5b66896" }, { - "title": "MLS: New York remporte le championnat pour la première fois de son histoire", - "description": "Opposé aux Portland Timbers ce samedi soir, le New York City FC a acquis pour la première fois de son histoire le titre dans le championnat de la Ligue nord-américaine de football (MLS), en s'imposant au terme d'une séance de tirs au but (1-1, 4-2).

", - "content": "Opposé aux Portland Timbers ce samedi soir, le New York City FC a acquis pour la première fois de son histoire le titre dans le championnat de la Ligue nord-américaine de football (MLS), en s'imposant au terme d'une séance de tirs au but (1-1, 4-2).

", + "title": "Real Madrid: Benzema n'a pas peur du PSG", + "description": "Karim Benzema a reçu ce mardi soir son trophée de meilleur joueur de football par le journal madrilène AS. Le buteur du Real Madrid en a profité pour faire passer un message au PSG avant leur rencontre en Ligue des champions.

", + "content": "Karim Benzema a reçu ce mardi soir son trophée de meilleur joueur de football par le journal madrilène AS. Le buteur du Real Madrid en a profité pour faire passer un message au PSG avant leur rencontre en Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/major-league-soccer/mls-new-york-remporte-le-championnat-pour-la-premiere-fois-de-son-histoire_AN-202112120026.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-benzema-n-a-pas-peur-du-psg_AV-202112140495.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 06:30:21 GMT", - "enclosure": "https://images.bfmtv.com/89XsvlM56P-De6gDWkAXGK3-tV0=/0x106:2048x1258/800x0/images/New-York-City-FC-1186763.jpg", + "pubDate": "Tue, 14 Dec 2021 21:27:46 GMT", + "enclosure": "https://images.bfmtv.com/4D3fsxKj0IXgEOUvp3niu5ePKRg=/0x106:2048x1258/800x0/images/Karim-Benzema-1179583.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43004,17 +44258,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "272b29efc142f1dcf9ee5a03ce67cb1a" + "hash": "21c8ca6f2370dc5521951f1cefd03d31" }, { - "title": "UFC 269: l'énorme soumission d'Oliveira, qui fait plier Poirier", - "description": "Dans le main-event de l'UFC 269 à Las Vegas ce dimanche, Charles Oliveira a conservé sa ceinture des poids légers en soumettant l'Américain Dustin Poirier. Le Brésilien a triomphé grâce à ses qualités au sol, alors que sa compatriote Amanda Nunes, invaincue depuis 2014, a cédé face à Julianna Pena, qui s'est emparée de la ceinture des poids coqs.

", - "content": "Dans le main-event de l'UFC 269 à Las Vegas ce dimanche, Charles Oliveira a conservé sa ceinture des poids légers en soumettant l'Américain Dustin Poirier. Le Brésilien a triomphé grâce à ses qualités au sol, alors que sa compatriote Amanda Nunes, invaincue depuis 2014, a cédé face à Julianna Pena, qui s'est emparée de la ceinture des poids coqs.

", + "title": "Saint-Etienne: Dupraz, un pompier de service aguerri", + "description": "Saint-Etienne a nommé ce mardi Pascal Dupraz à la tête de son équipe première, en remplacement de Claude Puel. Le nouveau technicien a signé un contrat jusqu'à la fin de la saison, où il aura pour mission de maintenir le club en Ligue 1. Remercié par Caen en mars dernier après une année décevante en Ligue 2, Dupraz retrouve donc son costume de pompier de service. Qui lui a souvent réussi.

", + "content": "Saint-Etienne a nommé ce mardi Pascal Dupraz à la tête de son équipe première, en remplacement de Claude Puel. Le nouveau technicien a signé un contrat jusqu'à la fin de la saison, où il aura pour mission de maintenir le club en Ligue 1. Remercié par Caen en mars dernier après une année décevante en Ligue 2, Dupraz retrouve donc son costume de pompier de service. Qui lui a souvent réussi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/ufc-268-la-soumission-d-oliveira-qui-fait-plier-poirier_AV-202112120024.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-dupraz-un-pompier-de-service-aguerri_AV-202112140485.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 06:19:12 GMT", - "enclosure": "https://images.bfmtv.com/lNqgUz97rs05kqBSj8rbNsYekj4=/0x0:2048x1152/800x0/images/Charles-Oliveira-1186757.jpg", + "pubDate": "Tue, 14 Dec 2021 21:05:06 GMT", + "enclosure": "https://images.bfmtv.com/YvrTtnDk4UxY2GhqUDMuQt-1uoo=/0x0:768x432/800x0/images/L-entraineur-de-Caen-Pascal-Dupraz-avant-le-match-de-Ligue-1-contre-Montpellier-le-19-janvier-2020-au-Stade-de-La-Mosson-1188591.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43025,17 +44279,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d9a15e5be363cb2b91205e0e2241515" + "hash": "ed0780a9e8c098c891b9b54e2a156e4c" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 12 décembre – Ligue 1", - "description": "Notre pronostic : le PSG bat Monaco et Kylian Mbappé marque (2.15)

", - "content": "Notre pronostic : le PSG bat Monaco et Kylian Mbappé marque (2.15)

", + "title": "Montpellier: Dall'Oglio décrit le phénomène Savanier, qui \"voit des choses que tout le monde ne peut pas voir\"", + "description": "Invité de l'After Foot ce mardi soir sur RMC, l'entraîneur de Montpellier Olivier Dall'Oglio s'est montré très élogieux envers Teji Savanier, auteur d'un super début de saison. Et il espère le voir rester.

", + "content": "Invité de l'After Foot ce mardi soir sur RMC, l'entraîneur de Montpellier Olivier Dall'Oglio s'est montré très élogieux envers Teji Savanier, auteur d'un super début de saison. Et il espère le voir rester.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-12-decembre-ligue-1_AN-202112110240.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/montpellier-dall-oglio-decrit-le-phenomene-savanier-qui-voit-des-choses-que-tout-le-monde-ne-peut-pas-voir_AV-202112140480.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 23:06:00 GMT", - "enclosure": "https://images.bfmtv.com/Prwx8OBQIoNbrMYEREpvgksSf98=/0x0:1984x1116/800x0/images/K-Mbappe-1186505.jpg", + "pubDate": "Tue, 14 Dec 2021 20:48:49 GMT", + "enclosure": "https://images.bfmtv.com/kcJ4FnaS5KYk7A-8-Hlo_QMvHGg=/0x65:2048x1217/800x0/images/Teji-SAVANIER-1088447.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43046,17 +44300,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d12711255dd8a737209b1e7b137d10e" + "hash": "6413241620022e3f5a6a4f17b342ab7c" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 12 décembre – Ligue 1", - "description": "Notre pronostic : pas de vainqueur entre Metz et Lorient (3.10)

", - "content": "Notre pronostic : pas de vainqueur entre Metz et Lorient (3.10)

", + "title": "Coupe Maradona: le Barça s'incline pour la première de Dani Alves", + "description": "Avec une équipe largement remaniée, dans laquelle figurait le Brésilien Dani Alves, le FC Barcelone a perdu ce mardi la première édition de la Coupe Maradona, un match amical organisé en l'honneur de l'ancien footballeur, décédé en novembre 2020. Boca Juniors s'est imposé face au club catalan à l'issue d'une séance de tirs au but (1-1, 4-2 tab).

", + "content": "Avec une équipe largement remaniée, dans laquelle figurait le Brésilien Dani Alves, le FC Barcelone a perdu ce mardi la première édition de la Coupe Maradona, un match amical organisé en l'honneur de l'ancien footballeur, décédé en novembre 2020. Boca Juniors s'est imposé face au club catalan à l'issue d'une séance de tirs au but (1-1, 4-2 tab).

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-12-decembre-ligue-1_AN-202112110239.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-maradona-le-barca-s-incline-pour-la-premiere-de-dani-alves_AV-202112140471.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/X3xgGvlGWbtFwGskPnVZaz71joo=/0x103:1984x1219/800x0/images/F-Antonetti-1186504.jpg", + "pubDate": "Tue, 14 Dec 2021 19:58:21 GMT", + "enclosure": "https://images.bfmtv.com/0X1S1yU8xtOqSryyLxdB3iRrQuI=/0x11:2048x1163/800x0/images/Dani-Alves-lors-de-Barca-Boca-Juniors-1188580.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43067,17 +44321,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48fa394bdb0cad71e21c2a3c8f3b5813" + "hash": "723592ea13985f0168d6fbd7fbade8e1" }, { - "title": "PRONOS PARIS RMC Le pari de folie du 12 décembre – Ligue 1", - "description": "Notre pronostic : Strasbourg bat Marseille et les deux équipes marquent (4.10)

", - "content": "Notre pronostic : Strasbourg bat Marseille et les deux équipes marquent (4.10)

", + "title": "Saint-Etienne: Pascal Dupraz débarque sur le banc des Verts", + "description": "Après l'officialisation du départ de Claude Puel, Saint-Etienne a annoncé ce mardi la nomination de Pascal Dupraz au poste d'entraîneur. L'ancien coach de Toulouse, qui va devoir se battre pour le maintien, s'est engagé jusqu'en juin 2022.

", + "content": "Après l'officialisation du départ de Claude Puel, Saint-Etienne a annoncé ce mardi la nomination de Pascal Dupraz au poste d'entraîneur. L'ancien coach de Toulouse, qui va devoir se battre pour le maintien, s'est engagé jusqu'en juin 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-12-decembre-ligue-1_AN-202112110244.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-pascal-dupraz-debarque-sur-le-banc-des-verts_AV-202112140469.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/BhdD-SYcB0qiVJYyysoA4-kfwts=/0x103:1984x1219/800x0/images/L-Ajorque-1186509.jpg", + "pubDate": "Tue, 14 Dec 2021 19:54:29 GMT", + "enclosure": "https://images.bfmtv.com/jGMuGimiFkQh3GwGDZGBnKqZx30=/0x198:1920x1278/800x0/images/Pascal-Dupraz-1188574.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43088,17 +44342,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4abd3af9b8419b88af7e09e1c7c75ac9" + "hash": "086781ea94d34da56b0fe0657b13a8dc" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 12 décembre – Ligue 1", - "description": "Notre pronostic : Angers ne perd pas contre Clermont (1.27)

", - "content": "Notre pronostic : Angers ne perd pas contre Clermont (1.27)

", + "title": "Bundesliga: le Bayern se balade mais perd Coman", + "description": "Le Bayern Munich s'est imposé 5-0 sur la pelouse de Stuttgart ce mardi en Bundesliga, grâce à un triplé de Serge Gnabry et un doublé de Robert Lewandowski. Mais Kingsley Coman a quitté le terrain à la 27e minute, blessé à une cuisse.

", + "content": "Le Bayern Munich s'est imposé 5-0 sur la pelouse de Stuttgart ce mardi en Bundesliga, grâce à un triplé de Serge Gnabry et un doublé de Robert Lewandowski. Mais Kingsley Coman a quitté le terrain à la 27e minute, blessé à une cuisse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-12-decembre-ligue-1_AN-202112110236.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-le-bayern-se-balade-mais-perd-coman_AV-202112140460.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/uJ2w4AFmvNaUGDJ1upCB87X7oqU=/0x147:1984x1263/800x0/images/Angers-1186500.jpg", + "pubDate": "Tue, 14 Dec 2021 19:30:19 GMT", + "enclosure": "https://images.bfmtv.com/gFbHIyDLiFfIX8OgjFG80jZ4qog=/0x93:2048x1245/800x0/images/Serge-Gnabry-1188565.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43109,17 +44363,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ecfb89ff926d57eeecc4854ed8a7745" + "hash": "9cec756256b67df0a5ee567808015272" }, { - "title": "PRONOS PARIS RMC Le pari à domicile du 12 décembre – Ligue 1", - "description": "Notre pronostic : Rennes bat Nice (1.90)

", - "content": "Notre pronostic : Rennes bat Nice (1.90)

", + "title": "JO d'hiver 2022: Fourcade craint des Jeux \"étranges à vivre\" pour les athlètes de neige", + "description": "Présent aux Etoiles du sport à Tignes ce mardi, Martin Fourcade est revenu sur le boycott diplomatique prononcé par plusieurs pays pour les Jeux olympiques d'hiver de Pékin 2022. S'il estime que ces JO risquent d'être \"étranges à vivre\" en raison du contexte actuel, l'ancien biathlète ne souhaite pas que les sportifs portent \"toutes les responsabilités\".

", + "content": "Présent aux Etoiles du sport à Tignes ce mardi, Martin Fourcade est revenu sur le boycott diplomatique prononcé par plusieurs pays pour les Jeux olympiques d'hiver de Pékin 2022. S'il estime que ces JO risquent d'être \"étranges à vivre\" en raison du contexte actuel, l'ancien biathlète ne souhaite pas que les sportifs portent \"toutes les responsabilités\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-12-decembre-ligue-1_AN-202112110235.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-d-hiver-2022-fourcade-craint-des-jeux-etranges-a-vivre-pour-les-athletes-de-neige_AV-202112140454.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/T75KjpwKjw17Fl4anmOhrb9SaAE=/0x104:2000x1229/800x0/images/Rennes-1186499.jpg", + "pubDate": "Tue, 14 Dec 2021 19:15:02 GMT", + "enclosure": "https://images.bfmtv.com/7lnn1h-RFORjcyrr3SYAq0xSINY=/0x106:2048x1258/800x0/images/Martin-Fourcade-1188542.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43130,17 +44384,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8696a07b2992dfb64b86394d658fc8f8" + "hash": "65204a67413074ce34ba9136b2c7b9e7" }, { - "title": "PRONOS PARIS RMC Le pari à l’extérieur du 12 décembre – Série A - Italie", - "description": "Notre pronostic : l’Atalanta s’impose à Vérone (1.85)

", - "content": "Notre pronostic : l’Atalanta s’impose à Vérone (1.85)

", + "title": "Le ras-le-bol de Jean-Luc Roy sur la spectacularisation de la F1", + "description": "Le titre de Max Verstappen, acquis dimanche dernier lors du dernier tour du Grand Prix d'Abu Dhabi, au détriment de Lewis Hamilton, continue d'alimenter la polémique. Pour Jean-Luc Roy, consultant pour RMC Sport, les décisions prises par le directeur de course Michael Masi vont dans le sens de la spectacularisation à outrance de la Formule 1.

", + "content": "Le titre de Max Verstappen, acquis dimanche dernier lors du dernier tour du Grand Prix d'Abu Dhabi, au détriment de Lewis Hamilton, continue d'alimenter la polémique. Pour Jean-Luc Roy, consultant pour RMC Sport, les décisions prises par le directeur de course Michael Masi vont dans le sens de la spectacularisation à outrance de la Formule 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-12-decembre-ligue-1_AN-202112110231.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/le-ras-le-bol-de-jean-luc-roy-sur-la-spectacularisation-de-la-f1_AV-202112140452.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/8Y_8lHbRx1FRFHNlj2dSditGpCA=/0x2:1984x1118/800x0/images/Atalanta-1186497.jpg", + "pubDate": "Tue, 14 Dec 2021 19:08:33 GMT", + "enclosure": "https://images.bfmtv.com/QUHtGIo4NH4ZlDKHp6mnF9CW34I=/0x165:2048x1317/800x0/images/Max-Verstappen-1188536.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43151,17 +44405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "649cc569c05677036d898c9010758ac1" + "hash": "35f123438f9e4050bff54491aef81f3b" }, { - "title": "PRONOS PARIS RMC Le buteur du 12 décembre – Ligue 1", - "description": "Notre pronostic : David (Lille) marque face à Lyon (2.40)

", - "content": "Notre pronostic : David (Lille) marque face à Lyon (2.40)

", + "title": "Top 14: Willemse prolonge à Montpellier jusqu'en 2025", + "description": "Le deuxième ligne de Montpellier et du XV de France, Paul Willemse, libre en juin, a prolongé son contrat jusqu'en 2025 avec le club héraultais.

", + "content": "Le deuxième ligne de Montpellier et du XV de France, Paul Willemse, libre en juin, a prolongé son contrat jusqu'en 2025 avec le club héraultais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-12-decembre-ligue-1_AN-202112110230.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-willemse-prolonge-a-montpellier-jusqu-en-2025_AV-202112140450.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/41my1EGhK38a-FFyGke5I9aANi4=/0x116:1984x1232/800x0/images/J-David-1186491.jpg", + "pubDate": "Tue, 14 Dec 2021 18:59:07 GMT", + "enclosure": "https://images.bfmtv.com/_JJnqsPkzDKDje9ElbyBFmL4Ncs=/0x0:2048x1152/800x0/images/Paul-Willemse-avec-le-MHR-1188544.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43172,17 +44426,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f09edcfcfcb5325d094110333ac169c3" + "hash": "9b3f53e38a196efa4045e3627773459f" }, { - "title": "PRONOS PARIS RMC Le pari à l’extérieur du 12 décembre – Série A -Italie", - "description": "Notre pronostic : l’Atalanta s’impose à Vérone (1.85)

", - "content": "Notre pronostic : l’Atalanta s’impose à Vérone (1.85)

", + "title": "PSG: le message de Rothen à Mbappé sur son avenir", + "description": "Dans l'émission Rothen s'enflamme, ce mardi sur RMC, Jérôme Rothen a envoyé un message à Kylian Mbappé et demande à ce que le joueur du PSG se positionne rapidement sur son avenir, afin qu'il ne soit pas au coeur des critiques.

", + "content": "Dans l'émission Rothen s'enflamme, ce mardi sur RMC, Jérôme Rothen a envoyé un message à Kylian Mbappé et demande à ce que le joueur du PSG se positionne rapidement sur son avenir, afin qu'il ne soit pas au coeur des critiques.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-12-decembre-ligue-1_AN-202112110231.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-le-message-de-rothen-a-mbappe-sur-son-avenir_AV-202112140442.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/8Y_8lHbRx1FRFHNlj2dSditGpCA=/0x2:1984x1118/800x0/images/Atalanta-1186497.jpg", + "pubDate": "Tue, 14 Dec 2021 18:38:55 GMT", + "enclosure": "https://images.bfmtv.com/aBSvuzcwucQ5AUg1TclljQR0aYM=/0x212:2048x1364/800x0/images/Kylian-Mbappe-face-a-Monaco-1188519.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43193,17 +44447,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aac4de0946339776375bf6c96ac6e492" + "hash": "fb71841b0583357a1fe39d56c9c66e6e" }, { - "title": "F1: Hamilton ou Verstappen? Les clés de la bataille finale à Abu Dhabi", - "description": "Le passionnant duel entre Lewis Hamilton (Mercedes) et Max Verstappen (Red Bull) livre son verdict ce week-end à Abu Dhabi (Émirats arabes unis), à l'occasion du dernier Grand Prix de la saison. Le tenant du titre britannique et le prétendant néerlandais sont à égalité de points, avant le début de cette course qui semble propice à un huitième sacre pour Hamilton.

", - "content": "Le passionnant duel entre Lewis Hamilton (Mercedes) et Max Verstappen (Red Bull) livre son verdict ce week-end à Abu Dhabi (Émirats arabes unis), à l'occasion du dernier Grand Prix de la saison. Le tenant du titre britannique et le prétendant néerlandais sont à égalité de points, avant le début de cette course qui semble propice à un huitième sacre pour Hamilton.

", + "title": "Affaire Agnel: \"Des hommes de 24 ans avec des jeunes filles de 13 ans, c'est interdit\", rappelle Abitbol", + "description": "En janvier 2020, Sarah Abitbol dénonçait l'omerta du milieu du patinage artistique en accusant de viols son ancien entraîneur, pointant du doigt aussi la fédération française. Depuis, l'ancienne médaillée olympique continue de mener son combat pour la protection des mineurs dans le sport. Alors que l'affaire Yannick Agnel secoue ces derniers jours le monde de la natation, elle rappelle pour RMC Sport tout le travail de prévention à effectuer.

", + "content": "En janvier 2020, Sarah Abitbol dénonçait l'omerta du milieu du patinage artistique en accusant de viols son ancien entraîneur, pointant du doigt aussi la fédération française. Depuis, l'ancienne médaillée olympique continue de mener son combat pour la protection des mineurs dans le sport. Alors que l'affaire Yannick Agnel secoue ces derniers jours le monde de la natation, elle rappelle pour RMC Sport tout le travail de prévention à effectuer.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-ou-verstappen-les-cles-de-la-bataille-finale-pour-le-titre-a-abu-dhabi_AV-202112100209.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-des-hommes-de-24-ans-avec-des-jeunes-filles-de-13-ans-c-est-interdit-rappelle-abitbol_AV-202112140421.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 10:32:53 GMT", - "enclosure": "https://images.bfmtv.com/oNenoEowSe4XLITdd-WS6YjdrH4=/0x0:2048x1152/800x0/images/Hamilton-et-Verstappen-1185662.jpg", + "pubDate": "Tue, 14 Dec 2021 17:58:37 GMT", + "enclosure": "https://images.bfmtv.com/ybg6IavD9zTGMbHx7IKieKaaf5E=/2x235:4498x2764/800x0/images/-880740.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43214,17 +44468,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d0269d41a48ed12b3890e67d9ce5ba" + "hash": "da8b82317bd4a9f7a48e73a0ad150ffb" }, { - "title": "ARES Fighting 2: retour gagnant pour Lapilus après deux ans d'absence", - "description": "Deux ans après son dernier combat, Taylor Lapilus a remporté son pari pour son grand retour dans la cage, avec une victoire ce samedi contre le Brésilien Wilson Reis en combat principal de l’événement ARES FC 2.

", - "content": "Deux ans après son dernier combat, Taylor Lapilus a remporté son pari pour son grand retour dans la cage, avec une victoire ce samedi contre le Brésilien Wilson Reis en combat principal de l’événement ARES FC 2.

", + "title": "Test d'italien bidon: l'enquête sur Suarez classée jusqu'à nouvel ordre", + "description": "L'enquête sur le contrôle d'italien bidon passé par Luis Suarez dans le but d'obtenir la nationalité italienne lors de l'été 2020 a été momentanément classée.

", + "content": "L'enquête sur le contrôle d'italien bidon passé par Luis Suarez dans le but d'obtenir la nationalité italienne lors de l'été 2020 a été momentanément classée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ares-fighting-2-retour-gagnant-pour-lapilus-apres-deux-ans-d-absence_AV-202112110369.html", + "link": "https://rmcsport.bfmtv.com/football/test-d-italien-bidon-l-enquete-sur-suarez-classee-jusqu-a-nouvel-ordre_AV-202112140408.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:38:13 GMT", - "enclosure": "https://images.bfmtv.com/F0mH5y8UOIX4W4C2-FxqSPSnPss=/0x0:1920x1080/800x0/images/Taylor-Lapilus-pour-son-retour-gagnant-1186708.jpg", + "pubDate": "Tue, 14 Dec 2021 17:34:50 GMT", + "enclosure": "https://images.bfmtv.com/QUXA437zG7iogTS9Q9W3ROpKcxk=/0x0:2048x1152/800x0/images/Luis-Suarez-1139791.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43235,17 +44489,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2a920d9dd7bbd50f4378a8b064fe688" + "hash": "20a4c7501c6a86ddb0bd00dab6fa2446" }, { - "title": "Champions Cup: très gros accroc pour un Montpellier bis", - "description": "Sans nombre de ses cadres, Montpellier s'est lourdement incliné face à Exeter ce samedi (42-6), dans le cadre de la première journée de la Champions Cup. Vainqueur du dernier Challenge Européen, le MHR se frottera, le week-end prochain, au Leinster, quadruple champion d'Europe.

", - "content": "Sans nombre de ses cadres, Montpellier s'est lourdement incliné face à Exeter ce samedi (42-6), dans le cadre de la première journée de la Champions Cup. Vainqueur du dernier Challenge Européen, le MHR se frottera, le week-end prochain, au Leinster, quadruple champion d'Europe.

", + "title": "PSG: Mbappé ne devrait rien annoncer sur son avenir avant le 8e de finale de Ligue des champions", + "description": "Kylian Mbappé, dont le contrat avec le PSG se termine au 30 juin 2022, ne devrait rien annoncer concernant son avenir avant le 8e de finale de Ligue des champions contre le Real Madrid.

", + "content": "Kylian Mbappé, dont le contrat avec le PSG se termine au 30 juin 2022, ne devrait rien annoncer concernant son avenir avant le 8e de finale de Ligue des champions contre le Real Madrid.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-tres-gros-accroc-pour-un-montpellier-bis_AD-202112110371.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-mbappe-ne-devrait-rien-annoncer-sur-son-avenir-avant-le-8e-de-finale-de-ligue-des-champions_AV-202112140400.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:24:00 GMT", - "enclosure": "https://images.bfmtv.com/W8mGRDA0cOVdApfi0ra-6vwMLmM=/0x106:2048x1258/800x0/images/Exeter-a-fait-lourdement-plier-le-MHR-en-Champions-Cup-1186711.jpg", + "pubDate": "Tue, 14 Dec 2021 17:23:31 GMT", + "enclosure": "https://images.bfmtv.com/lTtzIEIRuI5t64A6vjmcxS-i0q4=/375x117:1911x981/800x0/images/Kylian-Mbappe-1183564.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43256,17 +44510,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfdea753cc59dc6f7515d0e75dff338c" + "hash": "146a9b38f919f075d6c498f92779a40b" }, { - "title": "Reims - Saint-Etienne: sans Puel, les Verts encore battus et dans une situation d'urgence absolue", - "description": "Nommé entraîneur intérimaire, Julien Sablé a vécu un retour cauchemardesque en tant que n°1 sur le banc des joueurs de Saint-Etienne, encore battus ce samedi à Reims (2-0). Les Stéphanois ont perdu Denis Bouanga, exclu, et Etienne Green, blessé, avant la trêve hivernale.

", - "content": "Nommé entraîneur intérimaire, Julien Sablé a vécu un retour cauchemardesque en tant que n°1 sur le banc des joueurs de Saint-Etienne, encore battus ce samedi à Reims (2-0). Les Stéphanois ont perdu Denis Bouanga, exclu, et Etienne Green, blessé, avant la trêve hivernale.

", + "title": "XI de l'année Fifa-FIFPro: trois Français parmi les finalistes", + "description": "Karim Benzema, N'Golo Kanté et Kylian Mbappé ont été tous les trois nommés pour le XI de l'année de la FIFA-FIFPro ce mardi. Les trois Français figurent parmi les 23 qui ont reçu le plus de votes pour le prix.

", + "content": "Karim Benzema, N'Golo Kanté et Kylian Mbappé ont été tous les trois nommés pour le XI de l'année de la FIFA-FIFPro ce mardi. Les trois Français figurent parmi les 23 qui ont reçu le plus de votes pour le prix.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/reims-saint-etienne-sans-puel-les-verts-encore-battus-et-dans-une-situation-d-urgence-absolue_AV-202112110366.html", + "link": "https://rmcsport.bfmtv.com/football/xi-de-l-annee-fifa-fifpro-trois-francais-parmi-les-finalistes_AV-202112140378.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:19:38 GMT", - "enclosure": "https://images.bfmtv.com/CJ-4mtXCaDt81MhwVGso5V84Hjk=/0x125:1200x800/800x0/images/Les-banderoles-des-supporters-a-Reims-1186704.jpg", + "pubDate": "Tue, 14 Dec 2021 16:53:46 GMT", + "enclosure": "https://images.bfmtv.com/W_-HoM-ck-0GSSL5N6osv5rEVn0=/0x30:2048x1182/800x0/images/Karim-Benzema-Ngolo-Kante-et-Kylian-Mbappe-avec-l-equipe-de-France-1188413.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43277,17 +44531,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4429b084adc91fb61d164b77e09824f" + "hash": "412e659c2307f7e980e8316edf983ce8" }, { - "title": "Serie A: l'AC Milan arrache le nul contre l'Udinese sur un geste incroyable signé Zlatan", - "description": "Mené tôt dans le match et en difficulté, l'AC Milan a arraché le match nul dans les derniers instants de ce match de la 17e journée de Serie A ce samedi. Un point signé Zlatan Ibrahimovic, avec un geste dont il a le secret.

", - "content": "Mené tôt dans le match et en difficulté, l'AC Milan a arraché le match nul dans les derniers instants de ce match de la 17e journée de Serie A ce samedi. Un point signé Zlatan Ibrahimovic, avec un geste dont il a le secret.

", + "title": "Ligue 2: Grenoble se sépare de son entraîneur", + "description": "Au point mort en Ligue 2 avec une quinzième place et trois défaites consécutives, Grenoble a décidé de réagir. Pour redresser la situation, les dirigeants ont mis à pied l’entraineur Maurizio Jacobacci. L’Italien était arrivé en début de saison en provenance de Lugano en Suisse.

", + "content": "Au point mort en Ligue 2 avec une quinzième place et trois défaites consécutives, Grenoble a décidé de réagir. Pour redresser la situation, les dirigeants ont mis à pied l’entraineur Maurizio Jacobacci. L’Italien était arrivé en début de saison en provenance de Lugano en Suisse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-l-ac-milan-arrache-le-nul-contre-l-udinese-sur-un-geste-incroyable-signe-zlatan_AV-202112110365.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-2/ligue-2-grenoble-se-separe-de-son-entraineur_AV-202112140371.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:17:23 GMT", - "enclosure": "https://images.bfmtv.com/nxUmGCpnpEtWjFBxM1S6jxcccTs=/0x80:2032x1223/800x0/images/Le-but-zlatanesque-de-Zlatan-Ibrahimovic-lors-du-nul-entre-Milan-et-l-Udinese-1186703.jpg", + "pubDate": "Tue, 14 Dec 2021 16:44:10 GMT", + "enclosure": "https://images.bfmtv.com/tY9LOyNYtXYcNFCkqyxlxU8orSE=/0x85:2048x1237/800x0/images/Maurizio-Jacobacci-1188411.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43298,17 +44552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cc44f7a4bbe8a41e8871c8f63f2e10b" + "hash": "73124311b7708637f70a9357c6b3b348" }, { - "title": "Reims-St Etienne en direct: 4e défaite d'affilée pour Sainté en urgence absolue", - "description": "Reims s'impose 2 à 0 face à Saint-Etienne grâce à des buts de Touré sur penalty et Mboku, sur un service parfait d'Ekitike.

", - "content": "Reims s'impose 2 à 0 face à Saint-Etienne grâce à des buts de Touré sur penalty et Mboku, sur un service parfait d'Ekitike.

", + "title": "PSG-Real: la première réaction de Pochettino après le tirage polémique", + "description": "Finalement opposé au Real Madrid pour les huitièmes de finale de la Ligue des champions, le PSG a mis plus de 24 heures à réagir à l'annonce de ce tirage au sort. Mauricio Pochettino s'attend à une confrontation \"difficile\" et ne s'inquiète pas pour l'heure des différents \"états de forme\" des deux équipes.

", + "content": "Finalement opposé au Real Madrid pour les huitièmes de finale de la Ligue des champions, le PSG a mis plus de 24 heures à réagir à l'annonce de ce tirage au sort. Mauricio Pochettino s'attend à une confrontation \"difficile\" et ne s'inquiète pas pour l'heure des différents \"états de forme\" des deux équipes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-reims-saint-etienne-en-direct_LS-202112110324.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-real-la-premiere-reaction-de-pochettino-apres-le-tirage-polemique_AV-202112140365.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 18:40:25 GMT", - "enclosure": "https://images.bfmtv.com/e5mLdvkxLm3j-iJBV4Nd9bLvSTE=/0x106:2048x1258/800x0/images/Reims-qui-celebre-apres-l-ouverture-du-score-contre-l-ASSE-1186695.jpg", + "pubDate": "Tue, 14 Dec 2021 16:33:54 GMT", + "enclosure": "https://images.bfmtv.com/iGLN1yrHhsSO2N8LYGPpP2rD8kY=/0x0:2048x1152/800x0/images/Mauricio-POCHETTINO-1170296.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43319,17 +44573,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e15aac61e0056d92ce3a04f10d083f59" + "hash": "7155e5e0d08f2c28604f1ca61e509123" }, { - "title": "Coupe arabe: avec un but incroyable de Belaïli, l’Algérie sort le Maroc et file en demi-finale", - "description": "Privé de ses meilleurs joueurs évoluant en Europe, la sélection algérienne a bataillé pour l’emporter aux tirs au but contre le Maroc (2-2, 5 tab à 3) ce samedi lors des quarts de finale de la Coupe arabe. Les Fennecs défieront le Qatar pour une place en finale, grâce à un penalty de Yacine Brahimi et un but magnifique de Youcef Belaili.

", - "content": "Privé de ses meilleurs joueurs évoluant en Europe, la sélection algérienne a bataillé pour l’emporter aux tirs au but contre le Maroc (2-2, 5 tab à 3) ce samedi lors des quarts de finale de la Coupe arabe. Les Fennecs défieront le Qatar pour une place en finale, grâce à un penalty de Yacine Brahimi et un but magnifique de Youcef Belaili.

", + "title": "Propos racistes lors de Toulouse-Rodez: Mpasi explique avoir été insulté de \"sale singe\"", + "description": "Victime d'insultes racistes lors de Toulouse-Rodez lundi en Ligue 2, Lionel Mpasi, le gardien du RAF, a été traité de \"sale singe\" à deux reprises par un individu qui, selon nos informations, a été identifié par le TFC.

", + "content": "Victime d'insultes racistes lors de Toulouse-Rodez lundi en Ligue 2, Lionel Mpasi, le gardien du RAF, a été traité de \"sale singe\" à deux reprises par un individu qui, selon nos informations, a été identifié par le TFC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-avec-un-bijou-de-belaili-l-algerie-elimine-difficilement-le-maroc-et-file-en-demie_AV-202112110363.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-2/propos-racistes-lors-de-toulouse-rodez-mpasi-explique-avoir-ete-insulte-de-sale-singe_AV-202112140362.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 21:52:14 GMT", - "enclosure": "https://images.bfmtv.com/4M903o0pF5e4VCFUroi5pd4I9-M=/0x74:2048x1226/800x0/images/Youcef-Belaili-et-l-Algerie-qualifies-pour-la-demi-finale-de-la-Coupe-arabe-1186696.jpg", + "pubDate": "Tue, 14 Dec 2021 16:27:59 GMT", + "enclosure": "https://images.bfmtv.com/yENRW6S1qdU9_Bwc6jDimd_FQ1U=/0x159:2048x1311/800x0/images/Lionel-Mpasi-1187946.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43340,17 +44594,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dac8660e9025ed05f0d0c7e7e650b354" + "hash": "4fd98007a88f8ebfd4c50190dd35f19b" }, { - "title": "UBB-Leicester: la grosse colère de Maynadier, désabusé après une entrée en lice ratée", - "description": "Le talonneur de l'Union Bordeaux-Bègles Clément Maynadier est apparu très marqué en conférence de presse, après la défaite (16-13) contre Leicester en Champions Cup, samedi.

", - "content": "Le talonneur de l'Union Bordeaux-Bègles Clément Maynadier est apparu très marqué en conférence de presse, après la défaite (16-13) contre Leicester en Champions Cup, samedi.

", + "title": "Racing: \"J’en ai encore dans le moteur\", savoure Lauret après son triplé contre Northampton", + "description": "Auteur d’une prestation aboutie et de son premier triplé depuis dix ans, Wenceslas Lauret a logiquement été élu homme du match lors de la victoire à Northampton, en Coupe d’Europe. Le troisième ligne du Racing, âgé de 32 ans, ne boude pas son plaisir. Surtout, il savoure la réaction de son équipe après un passage difficile en Top 14. Explications pour RMC Sport avant la réception des Ospreys samedi.

", + "content": "Auteur d’une prestation aboutie et de son premier triplé depuis dix ans, Wenceslas Lauret a logiquement été élu homme du match lors de la victoire à Northampton, en Coupe d’Europe. Le troisième ligne du Racing, âgé de 32 ans, ne boude pas son plaisir. Surtout, il savoure la réaction de son équipe après un passage difficile en Top 14. Explications pour RMC Sport avant la réception des Ospreys samedi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/ubb-leicester-la-grosse-colere-de-maynadier-desabuse-apres-une-entree-en-lice-ratee_AV-202112110360.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/racing-j-en-ai-encore-dans-le-moteur-savoure-lauret-apres-son-triple-contre-northampton_AV-202112140342.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 21:12:31 GMT", - "enclosure": "https://images.bfmtv.com/FT_3SunK_ddR4f8E_iHlI-MPaWA=/0x17:1200x692/800x0/images/Clement-Maynadier-1186692.jpg", + "pubDate": "Tue, 14 Dec 2021 16:00:49 GMT", + "enclosure": "https://images.bfmtv.com/UjHqmcKSayAZrVS7t3DfoMeAcfg=/0x106:2048x1258/800x0/images/Wenceslas-Lauret-1188402.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43361,17 +44615,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f4c210d9682064e505c1bd838ee4942" + "hash": "40eaea3e72d18e8040209b12d42ee591" }, { - "title": "Champions Cup: débuts ratés pour Clermont, douché à domicile", - "description": "Clermont s'est incliné à domicile ce samedi face à l'Ulster (29-23), dans le cadre de la première journée de Champions Cup. Un faux-pas qui complique déjà la mission qualification.

", - "content": "Clermont s'est incliné à domicile ce samedi face à l'Ulster (29-23), dans le cadre de la première journée de Champions Cup. Un faux-pas qui complique déjà la mission qualification.

", + "title": "Droits TV: des parlementaires plaident pour un match en clair de L1 dans le prochain appel d'offres", + "description": "Ce mardi, des parlementaires ont plaidé pour la création d'un lot avec un match en clair de Ligue 1, au sein du prochain appel d'offre de la LFP. Ce qui serait une manière de \"soutenir l'exposition\" du football français.

", + "content": "Ce mardi, des parlementaires ont plaidé pour la création d'un lot avec un match en clair de Ligue 1, au sein du prochain appel d'offre de la LFP. Ce qui serait une manière de \"soutenir l'exposition\" du football français.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-debuts-rates-pour-clermont-douche-a-domicile_AD-202112110358.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/droits-tv-des-parlementaires-plaident-pour-un-match-en-clair-de-l1-dans-le-prochain-appel-d-offres_AV-202112140331.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 20:17:00 GMT", - "enclosure": "https://images.bfmtv.com/JC-PeW6RmIVSfIaQ5PR3FQOAtw0=/0x106:2048x1258/800x0/images/Raka-lors-du-match-de-Clermont-face-a-l-Ulster-1186691.jpg", + "pubDate": "Tue, 14 Dec 2021 15:40:58 GMT", + "enclosure": "https://images.bfmtv.com/4g_Q0EwKqC-H2EMiBWgiFzmKJYs=/0x119:2048x1271/800x0/images/Inquietude-autour-des-droits-TV-1020671.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43382,17 +44636,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dde5515a1a7cb40c9da049acb8a4572" + "hash": "58e88c4e6ef1622b87a8fe7c223eef12" }, { - "title": "Affaire Agnel: six questions sur l’enquête qui agite la natation française", - "description": "L'ancien nageur français Yannick Agnel (29 ans), double champion olympique en 2012, a été mis en examen pour viol et agression sexuelle sur mineure ce samedi à l'issue de 48h de garde à vue. Que lui est-il reproché? Quels sont les protagonistes de l'affaire? RMC Sport fait le point.

", - "content": "L'ancien nageur français Yannick Agnel (29 ans), double champion olympique en 2012, a été mis en examen pour viol et agression sexuelle sur mineure ce samedi à l'issue de 48h de garde à vue. Que lui est-il reproché? Quels sont les protagonistes de l'affaire? RMC Sport fait le point.

", + "title": "Incidents OL-OM: Marseille fait appel de la décision de la commission de discipline", + "description": "L'OM a saisi la commission d'appel de la FFF pour contester les décisions de la LFP, qui avait infligé un point de retrait à l'OL et donné à rejouer le match OL-OM du 21 novembre.

", + "content": "L'OM a saisi la commission d'appel de la FFF pour contester les décisions de la LFP, qui avait infligé un point de retrait à l'OL et donné à rejouer le match OL-OM du 21 novembre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-cinq-questions-sur-l-enquete-qui-agite-la-natation-francaise_AV-202112100190.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-marseille-fait-appel-de-la-decision-de-la-commission-de-discipline_AV-202112140325.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 09:51:51 GMT", - "enclosure": "https://images.bfmtv.com/hgPMejwOM23jy1df4fya8Uf2UIQ=/0x48:2048x1200/800x0/images/Yannick-Agnel-et-Lionel-Horter-son-ancien-entraineur-en-2016-1185646.jpg", + "pubDate": "Tue, 14 Dec 2021 15:33:48 GMT", + "enclosure": "https://images.bfmtv.com/LJN4y2A5ViNmMsexU1LP0heFpGQ=/0x35:768x467/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43403,17 +44657,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "882cf9121a6e92bebd1442bfd8202633" + "hash": "b65fc2b2bdd2bc29c9dcc090d31500e4" }, { - "title": "Premier League: Ronaldo sauve Manchester, Rangnick relance United", - "description": "Cristiano Ronaldo a marqué sur penalty l’unique but de la victoire de Manchester United à Norwich (0-1) ce samedi lors de la 16e journée de Premier League. Les Red Devils se replacent dans la course à la Ligue des champions.

", - "content": "Cristiano Ronaldo a marqué sur penalty l’unique but de la victoire de Manchester United à Norwich (0-1) ce samedi lors de la 16e journée de Premier League. Les Red Devils se replacent dans la course à la Ligue des champions.

", + "title": "Europa Conference League: le tirage au sort des barrages lui aussi remis en doute ?", + "description": "L'imbroglio ayant touché, lundi, le tirage au sort des huitièmes de finale de la Ligue des champions pourrait également toucher celui des barrages de la Conference League. En cause : un litige au moment du tirage après le match non-joué entre Tottenham et le Stade Rennais...

", + "content": "L'imbroglio ayant touché, lundi, le tirage au sort des huitièmes de finale de la Ligue des champions pourrait également toucher celui des barrages de la Conference League. En cause : un litige au moment du tirage après le match non-joué entre Tottenham et le Stade Rennais...

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-ronaldo-sauve-manchester-rangnick-relance-united_AV-202112110346.html", + "link": "https://rmcsport.bfmtv.com/football/europa-conference-league/europa-conference-league-le-tirage-au-sort-des-barrages-lui-aussi-remis-en-doute_AV-202112140323.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 19:43:11 GMT", - "enclosure": "https://images.bfmtv.com/CcNrtHRX19OPfEPW70mV6wmnXtA=/0x267:2048x1419/800x0/images/Cristiano-Ronaldo-sauveur-de-Manchester-United-face-a-Norwich-1186661.jpg", + "pubDate": "Tue, 14 Dec 2021 15:28:41 GMT", + "enclosure": "https://images.bfmtv.com/0dERAKiWnV0784jWXZZ-0Dh1CMs=/0x178:2048x1330/800x0/images/Le-trophee-pour-le-vainqueur-de-la-Conference-League-1187583.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43424,17 +44678,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d7823580f8c32c8dd1b8813572f5796" + "hash": "9edf679999f0bd0c1fa12d37a4bf1f07" }, { - "title": "Serie A: nouveau coup d'arrêt pour la Juventus, tenue en échec par Venise", - "description": "En déplacement sur la pelouse de Venise, promu cette saison en Serie A, la Juventus a été accrochée (1-1) lors de la 17e journée du championnat italien. L'équipe dirigée par Massimiliano Allegri stagne à la sixième place du classement.

", - "content": "En déplacement sur la pelouse de Venise, promu cette saison en Serie A, la Juventus a été accrochée (1-1) lors de la 17e journée du championnat italien. L'équipe dirigée par Massimiliano Allegri stagne à la sixième place du classement.

", + "title": "PSG: un départ plus que probable pour Simons, Michut s'interroge", + "description": "L'objectif prioritaire du PSG pour le prochain mercato sera de dégraisser son effectif. Si des joueurs confirmés sont ciblés, plusieurs \"titis\" de l'effectif, professionnels depuis peu, pourraient aussi quitter prochainement la capitale.

", + "content": "L'objectif prioritaire du PSG pour le prochain mercato sera de dégraisser son effectif. Si des joueurs confirmés sont ciblés, plusieurs \"titis\" de l'effectif, professionnels depuis peu, pourraient aussi quitter prochainement la capitale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-nouveau-coup-d-arret-pour-la-juventus-tenue-en-echec-par-venise_AV-202112110339.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-un-depart-plus-que-probable-pour-simons-michut-s-interroge_AV-202112140317.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 19:24:33 GMT", - "enclosure": "https://images.bfmtv.com/I7ZmcfWduKzZyiV7hGkcm3Sl1SM=/0x0:2048x1152/800x0/images/Juventus-1186624.jpg", + "pubDate": "Tue, 14 Dec 2021 15:22:52 GMT", + "enclosure": "https://images.bfmtv.com/CEQKnC5Oc1Wsr7uhEpIc3eDIzYI=/0x106:2048x1258/800x0/images/PSG-1188381.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43445,17 +44699,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccac2785a1a33ec2b53ca96679622167" + "hash": "b62210cc0e2c93420e3fb0e34c3fa913" }, { - "title": "Affaire Agnel en direct: Agnel mis en examen et placé sous contrôle judiciaire", - "description": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi et mis en examen ce samedi. L'affaire remonte à 2016.

", - "content": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi et mis en examen ce samedi. L'affaire remonte à 2016.

", + "title": "Saint-Etienne: l'ASSE et Claude Puel, c'est officiellement fini", + "description": "Limogé par Saint-Etienne le 5 décembre dernier, Claude Puel est revenu dans le Forez pour officialiser sa rupture de contrat avec l'ASSE, où il occupait le poste de manager général et entraîneur de l'équipe première.

", + "content": "Limogé par Saint-Etienne le 5 décembre dernier, Claude Puel est revenu dans le Forez pour officialiser sa rupture de contrat avec l'ASSE, où il occupait le poste de manager général et entraîneur de l'équipe première.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-l-asse-et-claude-puel-c-est-officiellement-fini_AV-202112140315.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 07:40:25 GMT", - "enclosure": "https://images.bfmtv.com/MhiWI9f1DC1iCJ2a2QzVGovW6ro=/0x38:768x470/800x0/images/Le-nageur-francais-Yannick-Agnel-s-apprete-a-disputer-la-finale-du-200-m-des-championnats-de-France-a-Montpellier-le-30-mars-2016-1185421.jpg", + "pubDate": "Tue, 14 Dec 2021 15:20:10 GMT", + "enclosure": "https://images.bfmtv.com/Oz0v1_InO8AwRKRav1-6lbt9NHk=/6x167:2038x1310/800x0/images/Claude-Puel-1183413.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43466,17 +44720,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d400596c1c07f7ef8474c5dc1e146c3a" + "hash": "a0374bd4efb22b8f2fe1873728f42584" }, { - "title": "Affaire Agnel: Agnel mis en examen pour viol et agression sexuelle sur mineure", - "description": "Placé en garde à vue jeudi et présenté devant un juge d'instruction ce samedi, Yannick Agnel a été mis en examen pour viol et agression sexuelle sur mineure. Le champion olympique, âgé de 29 ans, est placé sous contrôle judiciaire.

", - "content": "Placé en garde à vue jeudi et présenté devant un juge d'instruction ce samedi, Yannick Agnel a été mis en examen pour viol et agression sexuelle sur mineure. Le champion olympique, âgé de 29 ans, est placé sous contrôle judiciaire.

", + "title": "PSG: l’entourage de Mauro Icardi dément une approche de la Juventus", + "description": "Peu en vue en ce début de saison avec le PSG, Mauro Icardi est lié ces derniers temps à des rumeurs de départ. Son entourage dément toutefois une approche de la Juventus. L'attaquant argentin souhaite rester au club parisien cet hiver mais il pourrait prendre en considération une offre si le PSG le pousse à la porte.

", + "content": "Peu en vue en ce début de saison avec le PSG, Mauro Icardi est lié ces derniers temps à des rumeurs de départ. Son entourage dément toutefois une approche de la Juventus. L'attaquant argentin souhaite rester au club parisien cet hiver mais il pourrait prendre en considération une offre si le PSG le pousse à la porte.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-agnel-mis-en-examen-pour-viol-et-agression-sexuelle-sur-mineure_AV-202112110329.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-l-entourage-de-mauro-icardi-dement-une-approche-de-la-juventus_AV-202112140308.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 18:59:57 GMT", - "enclosure": "https://images.bfmtv.com/W6kcKJNSxCl3PGu1CwJs48cRhnY=/0x212:2048x1364/800x0/images/Agnel-1186218.jpg", + "pubDate": "Tue, 14 Dec 2021 14:50:52 GMT", + "enclosure": "https://images.bfmtv.com/oSfdFC0O_78nHL18ktXwu7t8y5g=/0x36:2048x1188/800x0/images/Mauro-Icardi-1188370.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43487,17 +44741,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3140ae24f3c7b15d5732edfdc9150cc" + "hash": "e71e999ccc506a3e3eb885bdb8fb7c9c" }, { - "title": "Mondial de hand: après un duel terrible contre la Serbie, les Bleues qualifiées pour les quarts", - "description": "Poussée dans ses retranchements comme jamais depuis le début du championnat du monde, l'équipe de France de handball décroche son billet pour les quarts de finale en battant la Serbie (22-19).

", - "content": "Poussée dans ses retranchements comme jamais depuis le début du championnat du monde, l'équipe de France de handball décroche son billet pour les quarts de finale en battant la Serbie (22-19).

", + "title": "Premier League: Arteta explique pourquoi il a retiré le brassard de capitaine à Aubameyang", + "description": "Après l'annonce du club informant du retrait du brassard de capitaine à Pierre-Emerick Aubameyang, l'entraîneur d'Arsenal, Mikel Arteta, a pris le relais en conférence de presse. Il explique avoir pris cette décision \"pour préserver son groupe\" et que le Gabonais, \"meurtri\", allait avoir \"besoin de temps\" pour digérer.

", + "content": "Après l'annonce du club informant du retrait du brassard de capitaine à Pierre-Emerick Aubameyang, l'entraîneur d'Arsenal, Mikel Arteta, a pris le relais en conférence de presse. Il explique avoir pris cette décision \"pour préserver son groupe\" et que le Gabonais, \"meurtri\", allait avoir \"besoin de temps\" pour digérer.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-apres-un-duel-terrible-contre-la-serbie-les-bleues-qualifiees-pour-les-quarts_AN-202112110320.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-arteta-explique-pourquoi-il-a-retire-le-brassard-de-capitaine-a-aubameyang_AV-202112140302.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 18:28:58 GMT", - "enclosure": "https://images.bfmtv.com/xhmNSuQKtcab5QDFm2RvHVmXRT4=/0x106:2048x1258/800x0/images/Camille-Lassource-avec-les-Bleues-du-handball-1186620.jpg", + "pubDate": "Tue, 14 Dec 2021 14:33:24 GMT", + "enclosure": "https://images.bfmtv.com/V3uskyj_wDSmPN6cRbM2aoYwoB8=/0x12:1200x687/800x0/images/-955623.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43508,17 +44762,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ea5b2842088800f1e331e982fd68d18" + "hash": "f21b19db4db012e8dea3a36984756438" }, { - "title": "Covid-19, recettes en berne, sécurité: l'heure du bilan à la FFF après une année agitée", - "description": "L'Assemblée générale de la FFF a permis au football français de faire le bilan de l'année, marquée une nouvelle fois par la gestion de la situation sanitaire avec notamment une billetterie en berne.

", - "content": "L'Assemblée générale de la FFF a permis au football français de faire le bilan de l'année, marquée une nouvelle fois par la gestion de la situation sanitaire avec notamment une billetterie en berne.

", + "title": "Mercato: le PSG se lance sur la pépite Karim Adeyemi", + "description": "A 19 ans, Karim Adeyemi enchaîne les buts cette saison avec le Red Bull Salzbourg. L'attaquant allemand s'est déjà mis d'accord pour rejoindre le Borussia Dortmund, mais en attente d'un accord entre les deux clubs, le PSG s'est lancé dans le dossier. Le joueur était présent dimanche dernier au Parc des Princes, pour la rencontre de Ligue 1 face à l'AS Monaco.

", + "content": "A 19 ans, Karim Adeyemi enchaîne les buts cette saison avec le Red Bull Salzbourg. L'attaquant allemand s'est déjà mis d'accord pour rejoindre le Borussia Dortmund, mais en attente d'un accord entre les deux clubs, le PSG s'est lancé dans le dossier. Le joueur était présent dimanche dernier au Parc des Princes, pour la rencontre de Ligue 1 face à l'AS Monaco.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/covid-19-recettes-en-berne-securite-l-heure-du-bilan-a-la-fff-apres-une-annee-agitee_AV-202112110316.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-psg-se-lance-sur-la-pepite-karim-adeyemi_AV-202112140301.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 18:17:16 GMT", - "enclosure": "https://images.bfmtv.com/8TfaosY7PxRY0tzJzrIV6Zg8FAs=/0x36:768x468/800x0/images/Le-president-de-la-Federation-francaise-de-football-Noel-Le-Graet-lors-d-une-conference-de-presse-le-10-decembre-2015-au-siege-de-la-FFF-a-Paris-1174566.jpg", + "pubDate": "Tue, 14 Dec 2021 14:28:42 GMT", + "enclosure": "https://images.bfmtv.com/EeSqyymEvbAeH06UnlUuH0Cqh4M=/0x0:2048x1152/800x0/images/Karim-Adeyemi-1188361.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43529,17 +44783,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc69537b8e04e86a7a1d6f2ff20c2605" + "hash": "37d1d4e59fde26b542246c9e3e82da73" }, { - "title": "Champions Cup: des regrets pour l’UBB après sa défaite inaugurale contre Leicester", - "description": "L’UBB a perdu ce samedi contre Leicester à domicile (13-16) lors de la première journée de Champions Cup. Décevants dans le jeu, les Girondins n’ont jamais réussi à se détacher et ont craqué dans les dernières minutes face à une valeureuse défense anglaise.

", - "content": "L’UBB a perdu ce samedi contre Leicester à domicile (13-16) lors de la première journée de Champions Cup. Décevants dans le jeu, les Girondins n’ont jamais réussi à se détacher et ont craqué dans les dernières minutes face à une valeureuse défense anglaise.

", + "title": "Football: ce qu'il faut savoir sur la Coupe Maradona, ce mardi en Arabie Saoudite, avec le Barça", + "description": "Ce mardi, le FC Barcelone et Boca Juniors vont disputer la première édition de la Coupe Maradona en Arabie Saoudite. Un manière de rendre hommage à la star argentine, décédée le 25 novembre 2020, mais aussi de renflouer les caisses.

", + "content": "Ce mardi, le FC Barcelone et Boca Juniors vont disputer la première édition de la Coupe Maradona en Arabie Saoudite. Un manière de rendre hommage à la star argentine, décédée le 25 novembre 2020, mais aussi de renflouer les caisses.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-des-regrets-pour-l-ubb-apres-sa-defaite-inaugurale-contre-leicester_AV-202112110313.html", + "link": "https://rmcsport.bfmtv.com/football/football-ce-qu-il-faut-savoir-sur-la-coupe-maradona-ce-mardi-en-arabie-saoudite-avec-le-barca_AV-202112140299.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 18:02:11 GMT", - "enclosure": "https://images.bfmtv.com/mKsD3TKjUrGWt0EtoVhP8cPgaPk=/0x0:2048x1152/800x0/images/Yoram-Moefana-UBB-plaque-par-des-joueurs-de-Leicester-1186613.jpg", + "pubDate": "Tue, 14 Dec 2021 14:20:11 GMT", + "enclosure": "https://images.bfmtv.com/LPNZPvKqX703DqjlLchm2S4UrN8=/0x39:768x471/800x0/images/Une-fresque-murale-depeint-l-icone-du-foot-argentin-Diego-Maradona-sur-une-facade-d-un-restaurant-de-Buenos-Aires-le-4-novembre-2021-1172795.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43550,17 +44804,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c9bc51f234c07b667976a9dabf1416a" + "hash": "62e6e039388104963b6e6a4d6533e0bc" }, { - "title": "Ligue 1: fin de série très rude pour Brest, corrigé par le Montpellier de Dall'Oglio", - "description": "Victorieux de ses six derniers matchs, Brest est tombé à domicile ce samedi face à Montpellier (4-0), dirigé par Olivier Dall'Oglio, sur le banc de touche du club breton la saison dernière. Le MHSC réalise une bonne opération au classement, se replaçant à la quatrième place.

", - "content": "Victorieux de ses six derniers matchs, Brest est tombé à domicile ce samedi face à Montpellier (4-0), dirigé par Olivier Dall'Oglio, sur le banc de touche du club breton la saison dernière. Le MHSC réalise une bonne opération au classement, se replaçant à la quatrième place.

", + "title": "Mercato: Kurzawa, Rafinha, Rico... le PSG veut enfin dégraisser cet hiver", + "description": "Si l'hypothèse d'une arrivée n'est pas à écarter, le mercato hivernal devrait surtout permettre à Paris de céder plusieurs joueurs sur lesquels il ne compte plus. Ce qu'il n'a pas toujours su faire ces dernières années.

", + "content": "Si l'hypothèse d'une arrivée n'est pas à écarter, le mercato hivernal devrait surtout permettre à Paris de céder plusieurs joueurs sur lesquels il ne compte plus. Ce qu'il n'a pas toujours su faire ces dernières années.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-fin-de-serie-tres-rude-pour-brest-corrige-par-le-montpellier-de-dall-oglio_AN-202112110310.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-kurzawa-rafinha-rico-le-psg-veut-enfin-degraisser-cet-hiver_AV-202112140297.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 17:55:52 GMT", - "enclosure": "https://images.bfmtv.com/Sr7kHQYjOKgcjZdhNKniriJQUK8=/0x106:2048x1258/800x0/images/Wahi-1186598.jpg", + "pubDate": "Tue, 14 Dec 2021 14:15:31 GMT", + "enclosure": "https://images.bfmtv.com/GpYOOnc_XPjgMJ3H4Jn_wFWChhg=/0x56:1200x731/800x0/images/Rafinha-et-Dagba-1188362.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43571,38 +44825,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "653d0a324d2fc08ac47f7d8d91d1ed5c" + "hash": "e5810eeea5b05a0aca78d1d0ce279655" }, { - "title": "Chelsea-Leeds: vives tensions autour de Rüdiger après un penalty litigieux en fin de match", - "description": "Chelsea a dominé Leeds de justesse (3-2) ce samedi pour la 16e journée de Premier League, à Stamford Brigde, au terme d'un match qui s'est décidé aux penalties. L'Allemand Antonio Rüdiger en a obtenu deux pour Chelsea.

", - "content": "Chelsea a dominé Leeds de justesse (3-2) ce samedi pour la 16e journée de Premier League, à Stamford Brigde, au terme d'un match qui s'est décidé aux penalties. L'Allemand Antonio Rüdiger en a obtenu deux pour Chelsea.

", + "title": "Netflix annonce la sortie en janvier d'un documentaire sur la carrière de Neymar", + "description": "Alors qu’il devrait être remis de sa blessure à la cheville gauche vers le milieu ou la fin du mois de janvier, Neymar verra dans le même temps un documentaire basé sur son histoire être diffusé, \"Neymar, le chaos parfait\". Netflix a publié ce mardi la bande-annonce, tandis que la sortie est prévue pour le 25 janvier 2022.

", + "content": "Alors qu’il devrait être remis de sa blessure à la cheville gauche vers le milieu ou la fin du mois de janvier, Neymar verra dans le même temps un documentaire basé sur son histoire être diffusé, \"Neymar, le chaos parfait\". Netflix a publié ce mardi la bande-annonce, tandis que la sortie est prévue pour le 25 janvier 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-leeds-vives-tensions-autour-de-rudiger-apres-un-penalty-litigieux-en-fin-de-match_AV-202112110305.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/netflix-annonce-la-sortie-en-janvier-d-un-documentaire-sur-la-carriere-de-neymar_AV-202112140295.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 17:38:09 GMT", - "enclosure": "https://images.bfmtv.com/qMPnzpgPvTeynMsBzQTbcrGsF_s=/0x0:1200x675/800x0/images/Antonio-Ruediger-1186602.jpg", + "pubDate": "Tue, 14 Dec 2021 14:12:18 GMT", + "enclosure": "https://images.bfmtv.com/POuiMZtfD7KH2pWghxJEyBFUtk4=/0x0:2048x1152/800x0/images/Neymar-1171633.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3a99dd7ac5791153286682729e14d52" + "hash": "39137c387bcc4c62bc2bac01916211ec" }, { - "title": "Toulouse: Mola calme le jeu pour Dupont après son match de Champions Cup", - "description": "Tout juste auréolé du titre de meilleur de l’année 2021, Antoine Dupont a guidé Toulouse vers une victoire à Cardiff (39-7) pour la première journée de Champions Cup. De quoi lui valoir les félicitations de ses coéquipiers… et une mise en garde de son manager Ugo Mola.

", - "content": "Tout juste auréolé du titre de meilleur de l’année 2021, Antoine Dupont a guidé Toulouse vers une victoire à Cardiff (39-7) pour la première journée de Champions Cup. De quoi lui valoir les félicitations de ses coéquipiers… et une mise en garde de son manager Ugo Mola.

", + "title": "Le sport face au coronavirus en direct: un 5e joueur de Montpellier testé positif au Covid-19", + "description": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", + "content": "A l'heure où le variant omicron fait des ravages dans le monde, la France lutte contre la cinquième vague de l'épidémie de Covid-19. Si le sport tricolore semblait assez préservé en raison de la vaccination dans le pays, de nouveaux cas commencent à apparaître et pourraient bouleverser le calendrier sportif. Retrouvez toutes les informations liées à l'mpact de la crise sanitaire sur le sport dans le direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/toulouse-mola-calme-le-jeu-pour-dupont-apres-son-match-de-champions-cup_AV-202112110301.html", + "link": "https://rmcsport.bfmtv.com/societe/le-sport-face-au-coronavirus-en-direct-les-infos-et-rumeurs-du-14-decembre-2021_LN-202112140154.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 17:25:16 GMT", - "enclosure": "https://images.bfmtv.com/JG-iUNd4_nXjzEgW_niYZGOoqQE=/0x0:2048x1152/800x0/images/Antoine-Dupont-lors-de-Cardiff-Toulouse-1186597.jpg", + "pubDate": "Tue, 14 Dec 2021 09:22:58 GMT", + "enclosure": "https://images.bfmtv.com/3caXZRA7qNnkmpYDlkUHsyP8lQo=/13x0:2045x1143/800x0/images/Thomas-Darmon-avec-le-MHR-contre-Exeter-en-Champions-Cup-1188178.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43613,17 +44867,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea8c19d33bf66f82714d0eb374420880" + "hash": "843fc0e247692890e5d6042643b71ef8" }, { - "title": "Premier League: Liverpool s’impose difficilement face au Aston Villa de Gerrard", - "description": "Si l’évènement du jour était le grand retour de Steven Gerrard à Anfield, Liverpool se devait de prendre les trois points pour rester aux prises avec Manchester City qui a gagné son match ce samedi. Accrochés pendant plus d’une heure de jeu, les Reds ont trouvé la faille grâce à un penalty inscrit par Mohamed Salah (66e).

", - "content": "Si l’évènement du jour était le grand retour de Steven Gerrard à Anfield, Liverpool se devait de prendre les trois points pour rester aux prises avec Manchester City qui a gagné son match ce samedi. Accrochés pendant plus d’une heure de jeu, les Reds ont trouvé la faille grâce à un penalty inscrit par Mohamed Salah (66e).

", + "title": "Ligue des champions: on a revu le tirage polémique pour comprendre l’imbroglio", + "description": "Pour mieux comprendre ce qui a pu provoquer l'annulation du premier tirage au sort des huitièmes de finale de la Ligue des champions, nous nous sommes replongés dans le déroulé des événements qui ont conduit à une cascade de bévues. L'explication apparaît alors très nettement.

", + "content": "Pour mieux comprendre ce qui a pu provoquer l'annulation du premier tirage au sort des huitièmes de finale de la Ligue des champions, nous nous sommes replongés dans le déroulé des événements qui ont conduit à une cascade de bévues. L'explication apparaît alors très nettement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-liverpool-s-impose-difficilement-face-au-aston-villa-de-gerrard_AV-202112110297.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-on-a-revu-le-tirage-polemique-pour-comprendre-l-imbroglio_AV-202112140146.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 17:08:39 GMT", - "enclosure": "https://images.bfmtv.com/C5UVVuh6hzcy0m8VIsL36lAz2iA=/0x0:2048x1152/800x0/images/Steven-Gerrard-face-a-Liverpool-1186589.jpg", + "pubDate": "Tue, 14 Dec 2021 09:09:08 GMT", + "enclosure": "https://images.bfmtv.com/4W6oWw4-Q5jaPsv7ilP9BY_2Y2o=/0x0:1200x675/800x0/images/Andrei-Archavine-1188163.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43634,17 +44888,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e98653fc96d19ed5d90b5af2a7de3d52" + "hash": "04d1a1638f7b742077fa632b2902966d" }, { - "title": "Arsenal: la raison disciplinaire pour laquelle Aubameyang a été écarté", - "description": "Mikel Arteta a confirmé que son capitaine Pierre-Emerick Aubameyang ne figurait pas ce samedi sur la feuille de match, pour la rencontre de la 16e journée de Premier League, face à Southampton, pour une raison disciplinaire. Selon The Athletic, l'attaquant gabonais est rentré en retard après un voyage, pour raisons personnelles, autorisé par le club.

", - "content": "Mikel Arteta a confirmé que son capitaine Pierre-Emerick Aubameyang ne figurait pas ce samedi sur la feuille de match, pour la rencontre de la 16e journée de Premier League, face à Southampton, pour une raison disciplinaire. Selon The Athletic, l'attaquant gabonais est rentré en retard après un voyage, pour raisons personnelles, autorisé par le club.

", + "title": "Real: Kroos a \"beaucoup de confiance\" avant d’affronter le PSG en Ligue des champions", + "description": "Toni Kroos a réagi lundi soir au tirage au sort des huitièmes de finale de Ligue de champions. Le milieu allemand voit le PSG comme un adversaire redoutable mais fait preuve de confiance avant la double confrontation.

", + "content": "Toni Kroos a réagi lundi soir au tirage au sort des huitièmes de finale de Ligue de champions. Le milieu allemand voit le PSG comme un adversaire redoutable mais fait preuve de confiance avant la double confrontation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-la-raison-disciplinaire-pour-laquelle-aubameyang-a-ete-ecarte_AV-202112110288.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/real-kroos-a-beaucoup-de-confiance-avant-d-affronter-le-psg-en-ligue-des-champions_AV-202112140143.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 16:57:12 GMT", - "enclosure": "https://images.bfmtv.com/KsB0L39BYlbX-StNQ6Iuy2RHOZs=/0x139:2048x1291/800x0/images/Pierre-Emerick-Aubameyang-1186552.jpg", + "pubDate": "Tue, 14 Dec 2021 09:01:15 GMT", + "enclosure": "https://images.bfmtv.com/RiucG9WOioqJ82_UtqP92XNa3XA=/0x143:2048x1295/800x0/images/Toni-Kroos-celebre-un-but-du-Real-Madrid-1188162.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43655,17 +44909,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "588b7a810ac5ce518184a8e27a7ca5d7" + "hash": "07633dbbae6815eded90e0833131cc0e" }, { - "title": "Bundesliga: le Bayern creuse l’écart sur Dortmund dans la course au titre", - "description": "Le Bayern a porté à six points son avance en tête de la Bundesliga ce samedi, en battant Mayence à domicile 2-1, alors que son dauphin Dortmund était tenu en échec 1-1 dans le derby de la Ruhr à Bochum, pour la 15e journée de Bundesliga.

", - "content": "Le Bayern a porté à six points son avance en tête de la Bundesliga ce samedi, en battant Mayence à domicile 2-1, alors que son dauphin Dortmund était tenu en échec 1-1 dans le derby de la Ruhr à Bochum, pour la 15e journée de Bundesliga.

", + "title": "Affaire Agnel: \"Un manque évident d'encadrement\", la Fédération française de natation fait son mea culpa", + "description": "Invité dans Apolline matin, sur RMC, pour s'exprimer sur la mise en examen de Yannick Agnel pour viol et agression sexuelle sur mineure, le président de la Fédération française de natation, Gilles Sézionale, a affirmé que \"des choses étaient à revoir\" en matière d'accueil des jeunes et d'encadrement.

", + "content": "Invité dans Apolline matin, sur RMC, pour s'exprimer sur la mise en examen de Yannick Agnel pour viol et agression sexuelle sur mineure, le président de la Fédération française de natation, Gilles Sézionale, a affirmé que \"des choses étaient à revoir\" en matière d'accueil des jeunes et d'encadrement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-le-bayern-creuse-l-ecart-sur-dortmund-dans-la-course-au-titre_AV-202112110283.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-un-manque-evident-d-encadrement-la-federation-francaise-de-natation-fait-son-mea-culpa_AV-202112140129.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 16:52:17 GMT", - "enclosure": "https://images.bfmtv.com/s545440YMwRI9IedODkLXNAlUbo=/0x34:1200x709/800x0/images/Kingsley-Coman-1186569.jpg", + "pubDate": "Tue, 14 Dec 2021 08:15:51 GMT", + "enclosure": "https://images.bfmtv.com/GxB8rB-FUZ7QCgkY7vNxxbRpE4o=/0x34:768x466/800x0/images/Yannick-Agnel-lors-des-series-du-100-m-libre-des-championnats-de-France-a-Montpellier-le-1er-avril-2016-1185423.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43676,17 +44930,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b5314adf39dbc89b915485f7b98332e" + "hash": "f5ea02f3541f4c6961308ad8f9b8d990" }, { - "title": "Affaire Agnel en direct: Agnel mis en examen", - "description": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi. L'affaire remonte à 2016.

", - "content": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi. L'affaire remonte à 2016.

", + "title": "Propos racistes lors de Toulouse-Rodez: \"Absolument écœuré\", la réaction cash de Comolli", + "description": "Damien Comolli a réagi ce lundi soir aux insultes racistes dont a été victime le gardien de Rodez pendant le match de Ligue 2 contre Toulouse. Le président du club toulousain n’a pas caché sa colère après un comportement honteux ce spectateur présent au Stadium.

", + "content": "Damien Comolli a réagi ce lundi soir aux insultes racistes dont a été victime le gardien de Rodez pendant le match de Ligue 2 contre Toulouse. Le président du club toulousain n’a pas caché sa colère après un comportement honteux ce spectateur présent au Stadium.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-2/propos-racistes-lors-de-toulouse-rodez-absolument-ecoeure-la-reaction-cash-de-comolli_AV-202112140087.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 07:40:25 GMT", - "enclosure": "https://images.bfmtv.com/MhiWI9f1DC1iCJ2a2QzVGovW6ro=/0x38:768x470/800x0/images/Le-nageur-francais-Yannick-Agnel-s-apprete-a-disputer-la-finale-du-200-m-des-championnats-de-France-a-Montpellier-le-30-mars-2016-1185421.jpg", + "pubDate": "Tue, 14 Dec 2021 07:10:56 GMT", + "enclosure": "https://images.bfmtv.com/VDgMlBB9u9HFYJRec9_hGNcqt4Y=/0x212:2048x1364/800x0/images/Damien-Comolli-president-de-Toulouse-1188070.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43697,17 +44951,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "76a43d437900c8cae6c37d90d8b5ea0e" + "hash": "91c2b5c8fd2188472f2e32788a86989a" }, { - "title": "Reims - Saint-Etienne en direct: les Verts veulent sortir de la zone rouge", - "description": "Pour la première depuis la mise à pied de Claude Puel, Saint-Etienne doit absolument remettre la marche en avant en Ligue 1 face à Reims (21h). Les Verts, coachés par intérim par Julien Sablé, sont derniers de Ligue 1.

", - "content": "Pour la première depuis la mise à pied de Claude Puel, Saint-Etienne doit absolument remettre la marche en avant en Ligue 1 face à Reims (21h). Les Verts, coachés par intérim par Julien Sablé, sont derniers de Ligue 1.

", + "title": "Affaire Agnel: \"C'est plus qu'un choc\", témoigne le patron de la Fédération française de natation", + "description": "Invité dans Apolline matin, sur RMC, le président de la Fédération française de natation Gilles Sézionale s'est exprimé sur la mise en examen de Yannick Agnel pour agression sexuelle et viol sur mineur de 13 ans, confirmant que la FFN se porterait partie civile dans cette affaire.

", + "content": "Invité dans Apolline matin, sur RMC, le président de la Fédération française de natation Gilles Sézionale s'est exprimé sur la mise en examen de Yannick Agnel pour agression sexuelle et viol sur mineur de 13 ans, confirmant que la FFN se porterait partie civile dans cette affaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-reims-saint-etienne-en-direct_LS-202112110324.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-c-est-plus-qu-un-choc-temoigne-le-patron-de-la-federation-francaise-de-natation_AV-202112140078.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 18:40:25 GMT", - "enclosure": "https://images.bfmtv.com/xFO3OqWx-L2vCk3n4wbPRJYjdXU=/0x118:2048x1270/800x0/images/Wahbi-Khazri-1184964.jpg", + "pubDate": "Tue, 14 Dec 2021 07:01:58 GMT", + "enclosure": "https://images.bfmtv.com/t8bg_Jj77LkpuN9AX7zzOGxICgs=/0x0:1200x675/800x0/images/Gilles-Sezionale-1188060.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43718,17 +44972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a62809f81f01df1ce0c5798e1388c680" + "hash": "b10f06cf51eaac11e15fe0e69a9247f2" }, { - "title": "Equipe de France: Le Graët confirme la priorité des Bleus pour le mois de mars", - "description": "L’équipe de France disputera deux matchs amicaux en mars 2022. Interrogé sur les potentiels adversaires des Bleus ce samedi lors de l’assemblée générale de la Fédération française de football, Noël Le Graët a confirmé que l’option prioritaire restait un tournoi au Qatar, afin d’habituer le groupe de Didier Deschamps au pays où sera disputé la prochaine Coupe du monde.

", - "content": "L’équipe de France disputera deux matchs amicaux en mars 2022. Interrogé sur les potentiels adversaires des Bleus ce samedi lors de l’assemblée générale de la Fédération française de football, Noël Le Graët a confirmé que l’option prioritaire restait un tournoi au Qatar, afin d’habituer le groupe de Didier Deschamps au pays où sera disputé la prochaine Coupe du monde.

", + "title": "Ligue des champions: le Real lance le huitième en compilant ses buts contre le PSG", + "description": "Le Real Madrid affrontera le PSG les 15 février et 9 mars prochain lors des huitièmes de finale de Ligue des champions. Avant les retrouvailles avec le club francilien, les Merengue ont gentiment lancé les hostilités avec une vidéo des buts marqués contre Paris sur la scène européenne ces dernières saisons.

", + "content": "Le Real Madrid affrontera le PSG les 15 février et 9 mars prochain lors des huitièmes de finale de Ligue des champions. Avant les retrouvailles avec le club francilien, les Merengue ont gentiment lancé les hostilités avec une vidéo des buts marqués contre Paris sur la scène européenne ces dernières saisons.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-le-graet-confirme-la-priorite-des-bleus-pour-le-mois-de-mars_AV-202112110272.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-real-lance-le-huitieme-en-compilant-ses-buts-contre-le-psg_AV-202112140046.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 16:27:30 GMT", - "enclosure": "https://images.bfmtv.com/NajHR3Vso5J-z5PeSdUO3Jc7uHI=/0x46:2048x1198/800x0/images/Noel-Le-Graet-et-Didier-Deschamps-1186543.jpg", + "pubDate": "Tue, 14 Dec 2021 06:15:12 GMT", + "enclosure": "https://images.bfmtv.com/kSIcki1PGiREXzQi1sNcsaB67XM=/0x0:2048x1152/800x0/images/Karim-Benzema-avec-le-Real-Madrid-1188024.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43739,17 +44993,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0aec1219000bb652e8a4ffafe0dc245b" + "hash": "274ec984250b2e44a783ea5a02b4cdd7" }, { - "title": "Euroleague: Heurtel sifflé et moqué pour ses retrouvailles avec Barcelone", - "description": "Près d'un an après son départ polémique du FC Barcelone, Thomas Heurtel était de retour vendredi sur le parquet du Palau Blaugrana. Sous les couleurs du rival du Real Madrid, l'international français s'est incliné (93-80) avec ses coéquipiers, dans cette rencontre d'Euroleague. Surtout, le meneur de jeu a été sifflé et moqué par ses anciens supporters.

", - "content": "Près d'un an après son départ polémique du FC Barcelone, Thomas Heurtel était de retour vendredi sur le parquet du Palau Blaugrana. Sous les couleurs du rival du Real Madrid, l'international français s'est incliné (93-80) avec ses coéquipiers, dans cette rencontre d'Euroleague. Surtout, le meneur de jeu a été sifflé et moqué par ses anciens supporters.

", + "title": "Manchester United: le déplacement à Brentford reporté pour cause de Covid-19", + "description": "Le déplacement de Manchester United à Brentford, en Premier League, initialement prévu ce mardi à 20h30, a été ajourné en raison d’une explosion des cas de Covid-19 chez les Red Devils.

", + "content": "Le déplacement de Manchester United à Brentford, en Premier League, initialement prévu ce mardi à 20h30, a été ajourné en raison d’une explosion des cas de Covid-19 chez les Red Devils.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/euroleague-heurtel-siffle-et-moque-pour-ses-retrouvailles-avec-barcelone_AV-202112110269.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-le-deplacement-a-brentford-reporte-pour-cause-de-covid-19_AV-202112140045.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 16:16:39 GMT", - "enclosure": "https://images.bfmtv.com/vKYIKa24bufk4R3IzxUWp4XKCsw=/0x106:2048x1258/800x0/images/Thomas-Heurtel-1186329.jpg", + "pubDate": "Tue, 14 Dec 2021 06:13:53 GMT", + "enclosure": "https://images.bfmtv.com/ntOqRwYo00Nf3g5RRqY6AfLMjLc=/0x0:1200x675/800x0/images/Marcus-Rashford-1188021.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43760,17 +45014,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7dc90866dd225b5b2d9a41f3b1385ca2" + "hash": "284ca52d4b02d76067359ff43c7eb6ed" }, { - "title": "Le Graët pour une Ligue 3 complètement professionnelle", - "description": "Noël Le Graët a abordé ce samedi la question de la professionnalisation de la troisième division française. En marge de l’assemblée générale de la Fédération française de football, le président a plaidé pour la création d'une Ligue 3 afin de tenir compte de l’évolution des championnats et notamment du passage à 18 clubs de la L1 et de la L2.

", - "content": "Noël Le Graët a abordé ce samedi la question de la professionnalisation de la troisième division française. En marge de l’assemblée générale de la Fédération française de football, le président a plaidé pour la création d'une Ligue 3 afin de tenir compte de l’évolution des championnats et notamment du passage à 18 clubs de la L1 et de la L2.

", + "title": "Ligue des champions: la presse madrilène fracasse l'UEFA après le tirage au sort", + "description": "La presse espagnole se montre très critique à l'égard de l'UEFA ce mardi après le tiraga au sort des huitièmes de finale de la Ligue des champions. La colère du Real Madrid, prochain adversaire du PSG, fait la une de nombreux quotidiens même si d'autres préfèrent retenir le sportif et les chocs dont ont hérité le club madrilène et le Barça, oppposé à Naples en Ligue Europa.

", + "content": "La presse espagnole se montre très critique à l'égard de l'UEFA ce mardi après le tiraga au sort des huitièmes de finale de la Ligue des champions. La colère du Real Madrid, prochain adversaire du PSG, fait la une de nombreux quotidiens même si d'autres préfèrent retenir le sportif et les chocs dont ont hérité le club madrilène et le Barça, oppposé à Naples en Ligue Europa.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/le-graet-pour-une-ligue-3-completement-professionnelle_AV-202112110263.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-la-presse-madrilene-fracasse-l-uefa-apres-le-tirage-au-sort_AV-202112140026.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 15:59:30 GMT", - "enclosure": "https://images.bfmtv.com/3arXD0Hq3jeTPDrE7xhkGRsVyxM=/0x99:2048x1251/800x0/images/Noel-Le-Graet-pendant-une-assemblee-generale-de-la-FFF-1186487.jpg", + "pubDate": "Tue, 14 Dec 2021 05:41:24 GMT", + "enclosure": "https://images.bfmtv.com/W2fsCnrhaztEr-l0EBdlRXMuKT4=/0x0:2048x1152/800x0/images/Michael-Heselschwerdt-chef-des-competitions-de-l-UEFA-1187994.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43781,17 +45035,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54da53aa2f67ddbd5b7e502ddef3b4d4" + "hash": "60efc6f294c3b75f9d3cbcef228ecb54" }, { - "title": "Liverpool: l'ovation d'Anfield pour le retour de Gerrard avec Aston Villa", - "description": "Steven Gerrard a effectué ce samedi son retour sur la pelouse d'Anfield, lors de la rencontre de la 16e journée de Premier League entre Liverpool et Aston Villa. Entraîneur du club de Birmingham depuis le 17 novembre, la légende des Reds a reçu une magnifique ovation de la part de ses anciens supporters.

", - "content": "Steven Gerrard a effectué ce samedi son retour sur la pelouse d'Anfield, lors de la rencontre de la 16e journée de Premier League entre Liverpool et Aston Villa. Entraîneur du club de Birmingham depuis le 17 novembre, la légende des Reds a reçu une magnifique ovation de la part de ses anciens supporters.

", + "title": "La Liga vend ses droits TV pour cinq milliards d'euros", + "description": "Les plateformes Movistar et DAZN ont acquis lundi les droits télévisuels de la Liga pour les cinq prochaines saisons pour 4,95 milliards d'euros. Une légère augmentation par rapport aux années précédentes.

", + "content": "Les plateformes Movistar et DAZN ont acquis lundi les droits télévisuels de la Liga pour les cinq prochaines saisons pour 4,95 milliards d'euros. Une légère augmentation par rapport aux années précédentes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/liverpool-l-ovation-d-anfield-pour-le-retour-de-gerrard-avec-aston-villa_AV-202112110260.html", + "link": "https://rmcsport.bfmtv.com/football/liga/la-liga-vend-ses-droits-tv-pour-cinq-milliards-d-euros_AV-202112130581.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 15:54:13 GMT", - "enclosure": "https://images.bfmtv.com/sFNG0GCm1O20qmpBj65HaDjSig0=/7x110:2039x1253/800x0/images/Steven-Gerrard-1186531.jpg", + "pubDate": "Mon, 13 Dec 2021 23:29:20 GMT", + "enclosure": "https://images.bfmtv.com/O48ruLTsSENnMCX76ritNBrbm4A=/625x347:1825x1022/800x0/images/La-Liga-illustration-1080017.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43802,17 +45056,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1183f4f15d51cd5dd5551f111c5692ae" + "hash": "03aea94736d83d8f0ed7417bff4fde07" }, { - "title": "Manchester United: Martial devrait être prêté en janvier", - "description": "L'international français Anthony Martial (26 ans), en manque de temps de jeu à Manchester United, souhaite changer d'air cet hiver, et s'oriente vers un prêt au mois de janvier.

", - "content": "L'international français Anthony Martial (26 ans), en manque de temps de jeu à Manchester United, souhaite changer d'air cet hiver, et s'oriente vers un prêt au mois de janvier.

", + "title": "F1: Hamilton volé? Une \"absurdité\", pour Ecclestone", + "description": "Bernie Ecclestone, ancien boss de la F1, a confié lundi ne pas comprendre la polémique autour du titre remporté par Max Verstappen aux dépens de Lewis Hamilton. Il estime que le Britannique ne devrait pas se plaindre.

", + "content": "Bernie Ecclestone, ancien boss de la F1, a confié lundi ne pas comprendre la polémique autour du titre remporté par Max Verstappen aux dépens de Lewis Hamilton. Il estime que le Britannique ne devrait pas se plaindre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-martial-devrait-etre-prete-en-janvier_AV-202112110259.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-vole-une-absurdite-pour-ecclestone_AV-202112130576.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 15:44:53 GMT", - "enclosure": "https://images.bfmtv.com/TezFdmS7xJlTPE02EECc42RMhZY=/0x2:1200x677/800x0/images/Anthony-Martial-1186521.jpg", + "pubDate": "Mon, 13 Dec 2021 23:06:36 GMT", + "enclosure": "https://images.bfmtv.com/FHas7A5S3LcDf5FGnsfHM5LTZvQ=/4x262:4996x3070/800x0/images/-865238.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43823,17 +45077,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ca6a86ea3c198ab5088c21718d458d0" + "hash": "80ff3b88f4e5fe4f575ba44119ae2042" }, { - "title": "Mercato: Di Maria en passe de prolonger au PSG", - "description": "Libre en juin 2022, Angel Di Maria ne devrait pas quitter le PSG lors du prochain mercato estival. Le club francilien et l'Argentin de 33 ans sont d'accord pour poursuivre l'aventure commune, au moins, jusqu'en juin 2023. Une prolongation pourrait se concrétiser dans les prochains mois.

", - "content": "Libre en juin 2022, Angel Di Maria ne devrait pas quitter le PSG lors du prochain mercato estival. Le club francilien et l'Argentin de 33 ans sont d'accord pour poursuivre l'aventure commune, au moins, jusqu'en juin 2023. Une prolongation pourrait se concrétiser dans les prochains mois.

", + "title": "PRONOS PARIS RMC Le pari du jour du 14 décembre – Premier League – Angleterre", + "description": "Notre pronostic : Manchester United s’impose à Brentford (1.80)

", + "content": "Notre pronostic : Manchester United s’impose à Brentford (1.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/mercato-di-maria-en-passe-de-prolonger-au-psg_AV-202112110257.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-14-decembre-premier-league-angleterre_AN-202112130331.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 15:40:21 GMT", - "enclosure": "https://images.bfmtv.com/dsxNyCEIGa-NP8a54UTOGAY8mrQ=/0x87:2048x1239/800x0/images/Angel-Di-Maria-celebre-un-but-avec-le-PSG-1186523.jpg", + "pubDate": "Mon, 13 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/-XHWqlgfVLiKWr6R81cah07rc_Y=/0x249:2000x1374/800x0/images/R-Rangnick-1187648.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43844,17 +45098,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4b9c2f8b275a447462c93e3ddfee6c8" + "hash": "54cb2103c498f0ff49a350451cf8d2ea" }, { - "title": "Biathlon (Hochfilzen): les Françaises 3es du relais", - "description": "Les hommes, en réussite sur la poursuite, n'étaient pas les seuls à vouloir briller. Ce samedi, l'Equipe de france femmes participait aussi à la Coupe du monde de biathlon à Hochfilzen (Autriche). Les Bleues ont terminé troisièmes du relais.

", - "content": "Les hommes, en réussite sur la poursuite, n'étaient pas les seuls à vouloir briller. Ce samedi, l'Equipe de france femmes participait aussi à la Coupe du monde de biathlon à Hochfilzen (Autriche). Les Bleues ont terminé troisièmes du relais.

", + "title": "PRONOS PARIS RMC Le nul du jour du 14 décembre – Bundesliga – Allemagne", + "description": "Notre pronostic : pas de vainqueur entre l’Arminia Bielefeld et Bochum (3.25)

", + "content": "Notre pronostic : pas de vainqueur entre l’Arminia Bielefeld et Bochum (3.25)

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-hochfilzen-les-francaises-3es-du-relais_AV-202112110254.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-14-decembre-bundesliga-allemagne_AN-202112130328.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 15:35:48 GMT", - "enclosure": "https://images.bfmtv.com/QjHczTr5BZUvj7PjMfe2v2C2cCE=/0x105:2048x1257/800x0/images/La-Francaise-Anais-Bescond-et-la-Norvegienne-Ingrid-Landmark-Tandrevold-972960.jpg", + "pubDate": "Mon, 13 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/3fWTfBn0G1SzQybhhS7o_cxoi_A=/0x0:1984x1116/800x0/images/Arminia-Bielefeld-1187646.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43865,17 +45119,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "73689a65f655ad3244140c3353c47186" + "hash": "e2bde5be5ec541cfeecac75ecd474a25" }, { - "title": "Mondial de hand: Nze Minko, cadre des Bleues et entrepreneuse au service des projets féminins", - "description": "Estelle Nze Minko, qui affronte la Serbie ce samedi (18h) dans un match qui peut propulser les Bleues vers les quarts de finale du Mondial, est l'une des taulières de l’équipe de France féminine de handball depuis plusieurs saisons. Décisive sur le terrain, l’arrière des Bleues développe sur ses temps de repos son entreprise qui valorise l’entreprenariat féminin.

", - "content": "Estelle Nze Minko, qui affronte la Serbie ce samedi (18h) dans un match qui peut propulser les Bleues vers les quarts de finale du Mondial, est l'une des taulières de l’équipe de France féminine de handball depuis plusieurs saisons. Décisive sur le terrain, l’arrière des Bleues développe sur ses temps de repos son entreprise qui valorise l’entreprenariat féminin.

", + "title": "PRONOS PARIS RMC Le pari de folie du 14 décembre – Bundesliga - Allemagne", + "description": "Notre pronostic : match nul entre Wolfsbourg et Cologne et les deux équipes marquent (3.90)

", + "content": "Notre pronostic : match nul entre Wolfsbourg et Cologne et les deux équipes marquent (3.90)

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-nze-minko-cadre-des-bleues-et-entrepreneuse-feministe_AV-202112110251.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-14-decembre-bundesliga-allemagne_AN-202112130326.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 15:26:55 GMT", - "enclosure": "https://images.bfmtv.com/ctiVMqrWGML9sH-FfOOPiiNMYLA=/0x87:2048x1239/800x0/images/Estelle-Nze-Minko-lors-du-Mondial-feminin-avec-les-Bleues-1186517.jpg", + "pubDate": "Mon, 13 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/5M4EypdfDL-k01HPIt2f9WsplGE=/0x0:1984x1116/800x0/images/W-Weghorst-1187644.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43886,17 +45140,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4afb93edd106c591f651d908ba221a9" + "hash": "16daff18ee953a15042d5a20e818e677" }, { - "title": "Champions Cup: Dupont et Toulouse réussissent leur rentrée européenne", - "description": "Antoine Dupont a livré une prestation de grande classe ce samedi pour la victoire du Stade Toulousain sur le terrain de Cardiff, lors de la première journée de Champions Cup (39-7). Le champion en titre, emmené par le meilleur joueur du monde en 2021, a réussi aisément son entrée en matière avec le gain du bonus offensif.

", - "content": "Antoine Dupont a livré une prestation de grande classe ce samedi pour la victoire du Stade Toulousain sur le terrain de Cardiff, lors de la première journée de Champions Cup (39-7). Le champion en titre, emmené par le meilleur joueur du monde en 2021, a réussi aisément son entrée en matière avec le gain du bonus offensif.

", + "title": "PRONOS PARIS RMC Le pari sûr du 14 décembre – Bundesliga - Allemagne", + "description": "Notre pronostic : le Bayern Munich s’impose à Stuttgart et au moins deux buts (1.30)

", + "content": "Notre pronostic : le Bayern Munich s’impose à Stuttgart et au moins deux buts (1.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-dupont-et-toulouse-reussissent-leur-rentree-europeenne_AV-202112110242.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-14-decembre-bundesliga-allemagne_AN-202112130324.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 15:11:47 GMT", - "enclosure": "https://images.bfmtv.com/HpTvlAIQ-SDAEZLdZMwU1psFXdU=/14x0:2046x1143/800x0/images/Antoine-Dupont-1186490.jpg", + "pubDate": "Mon, 13 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/yF2QyuZYY-Gkwn1agxSR_MWsKNE=/10x0:1994x1116/800x0/images/Bayern-Munich-1187642.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43907,17 +45161,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7feada513fa498fac113a24f841efa33" + "hash": "e7a050273922e01b5ece9b44990229d2" }, { - "title": "Premier League: Manchester City assure le service minimum contre les Wolves", - "description": "Opposé à Wolverhampton ce samedi, Manchester City a dû attendre la seconde période pour inscrire le seul but de la rencontre (1-0). Grâce au penalty inscrit par Raheem Sterling, les Citizens confortent leur première place au classement de la Premier League.

", - "content": "Opposé à Wolverhampton ce samedi, Manchester City a dû attendre la seconde période pour inscrire le seul but de la rencontre (1-0). Grâce au penalty inscrit par Raheem Sterling, les Citizens confortent leur première place au classement de la Premier League.

", + "title": "Ligue 2: un joueur de Rodez victime d'injures racistes à Toulouse", + "description": "Après le nul contre son voisin Rodez, ce lundi soir en Ligue 2 (1-1), le Toulouse FC a expliqué qu'un joueur adverse a été visé par des propos à caractère raciste, lancés par un spectateur du Stadium. Et a fermement condamné ces agissements.

", + "content": "Après le nul contre son voisin Rodez, ce lundi soir en Ligue 2 (1-1), le Toulouse FC a expliqué qu'un joueur adverse a été visé par des propos à caractère raciste, lancés par un spectateur du Stadium. Et a fermement condamné ces agissements.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-city-assure-le-service-minimum-contre-les-wolves_AV-202112110237.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-2/ligue-2-un-joueur-de-rodez-victime-d-injures-racistes-a-toulouse_AN-202112130565.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 15:06:32 GMT", - "enclosure": "https://images.bfmtv.com/_sP9AA2esiHCDoJEy8Mo0ciDGn4=/0x39:768x471/800x0/images/La-joie-de-l-attaquant-de-Manchester-City-Raheem-Sterling-apres-avoir-egalise-1-1-a-domicile-face-au-Paris-Saint-Germain-lors-de-leur-match-de-poules-de-la-Ligue-des-Champions-le-24-novembre-2021-a-l-Etihad-Stadium-1174724.jpg", + "pubDate": "Mon, 13 Dec 2021 22:24:48 GMT", + "enclosure": "https://images.bfmtv.com/yENRW6S1qdU9_Bwc6jDimd_FQ1U=/0x159:2048x1311/800x0/images/Lionel-Mpasi-1187946.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43928,17 +45182,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96e20d64b0a30db870e68e35a0e65b3e" + "hash": "2d808a54ec669a25a0c5887649891950" }, { - "title": "La belle série de Brest se termine par une claque à domicile contre Montpellier", - "description": "Après 6 victoires d'affilée, Brest a lourdement chuté à la maison contre Montpellier (0-4). Les Héraultais montent provisoirement à la 4e place de Ligue 1. Wahi, Mavididi, Sambia et Germain sont les buteurs.

", - "content": "Après 6 victoires d'affilée, Brest a lourdement chuté à la maison contre Montpellier (0-4). Les Héraultais montent provisoirement à la 4e place de Ligue 1. Wahi, Mavididi, Sambia et Germain sont les buteurs.

", + "title": "PSG: Mbappé a mis un énorme râteau à Tottenham (et à Spider-Man)", + "description": "Présent à la cérémonie de remise du Ballon d'or le 29 novembre dernier, l'acteur Tom Holland, qui apparaît à l'affiche du prochain film Spider-Man, s'est entretenu quelques instants avec Kylian Mbappé. Fan de Tottenham, celui qui interprète Peter Parker a demandé à l'attaquant du PSG de rejoindre les Spurs... et s'est pris un bon gros stop.

", + "content": "Présent à la cérémonie de remise du Ballon d'or le 29 novembre dernier, l'acteur Tom Holland, qui apparaît à l'affiche du prochain film Spider-Man, s'est entretenu quelques instants avec Kylian Mbappé. Fan de Tottenham, celui qui interprète Peter Parker a demandé à l'attaquant du PSG de rejoindre les Spurs... et s'est pris un bon gros stop.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-brest-montpellier-en-direct_LS-202112110234.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-mbappe-a-mis-un-enorme-rateau-a-tottenham-et-a-spider-man_AV-202112130559.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 15:02:02 GMT", - "enclosure": "https://images.bfmtv.com/kEEwVn5VFSxb3tSg7FVuguhoYr4=/0x150:2048x1302/800x0/images/Jordan-Ferri-lors-de-Brest-Montpellier-1186563.jpg", + "pubDate": "Mon, 13 Dec 2021 22:00:56 GMT", + "enclosure": "https://images.bfmtv.com/lVpbGftaFi3Dja9dJRtwp5YtE1s=/0x50:768x482/800x0/images/Mbappe-auteur-d-un-double-pour-Paris-face-au-FC-Bruges-lors-dudernier-match-de-poule-de-C1-au-Parc-des-Princes-le-7-decembre-2021-1187633.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43949,17 +45203,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef8d690e923c93a1e43c8b6ee4af478e" + "hash": "60d06acc28cfa78c8c0e1be5baae5a35" }, { - "title": "GP d'Abu Dhabi: comment Verstappen a chipé la pole position à Hamilton", - "description": "Le Néerlandais Max Verstappen (Red Bull) a décroché ce samedi la pole position du dernier Grand Prix de la saison de Formule 1 à Abu Dhabi, devant le Britannique Lewis Hamilton (Mercedes), son rival au championnat à égalité de points (369,5).

", - "content": "Le Néerlandais Max Verstappen (Red Bull) a décroché ce samedi la pole position du dernier Grand Prix de la saison de Formule 1 à Abu Dhabi, devant le Britannique Lewis Hamilton (Mercedes), son rival au championnat à égalité de points (369,5).

", + "title": "Belgique: Courtois, De Bruyne, Lukaku... Pourquoi Martinez ne convoquera aucun cadre en mars", + "description": "Invité dans une émission de la RTBF à évoquer l'actualité de l'équipe de Belgique, Roberto Martinez a évoqué un plan pour le moins surprenant pour les matchs amicaux des Diables Rouges en mars. Le sélectionneur souhaite laisser ses cadres au repos et ne retenir que des joueurs à moins de 50 sélections.

", + "content": "Invité dans une émission de la RTBF à évoquer l'actualité de l'équipe de Belgique, Roberto Martinez a évoqué un plan pour le moins surprenant pour les matchs amicaux des Diables Rouges en mars. Le sélectionneur souhaite laisser ses cadres au repos et ne retenir que des joueurs à moins de 50 sélections.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-comment-verstappen-a-chipe-la-pole-position-a-hamilton_AV-202112110233.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/belgique-courtois-de-bruyne-lukaku-pourquoi-martinez-ne-convoquera-aucun-cadre-en-mars_AV-202112130555.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 15:01:17 GMT", - "enclosure": "https://images.bfmtv.com/ibA-CwddNEe0YqsAdq1RTauX9AA=/119x0:1767x927/800x0/images/Verstappen-et-Hamilton-1186471.jpg", + "pubDate": "Mon, 13 Dec 2021 21:51:58 GMT", + "enclosure": "https://images.bfmtv.com/TOeVhRsdAM7CsBbcCSioYw9KXc0=/0x0:768x432/800x0/images/Le-selectionneur-espagnol-de-la-Belgique-Roberto-Martinez-durant-une-conference-de-presse-a-Tubize-en-Belgique-le-4-juin-2021-1042516.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43970,17 +45224,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "763049d0b791ef53a47f7285a126a87b" + "hash": "d209fff4329817b441af669052a6c1f8" }, { - "title": "Mercato: l'OL avance sur le dossier Azmoun", - "description": "Convoité par l’Olympique Lyonnais l’été dernier, Sardar Azmoun pourrait rejoindre le club français dès le mois de janvier. Selon des informations de l’Equipe, confirmées par RMC Sport, l’attaquant iranien de 26 ans a trouvé un accord salarial avec les Gones.

", - "content": "Convoité par l’Olympique Lyonnais l’été dernier, Sardar Azmoun pourrait rejoindre le club français dès le mois de janvier. Selon des informations de l’Equipe, confirmées par RMC Sport, l’attaquant iranien de 26 ans a trouvé un accord salarial avec les Gones.

", + "title": "Barça: une rencontre Laporta-Raiola pour discuter du dossier Haaland", + "description": "Le président du Barça Joan Laporta a profité de la cérémonie du Golden Boy, organisée en Italie, pour rencontrer Mino Raiola, l’agent d’Erling Haaland. En vue d'un transfert estival ?

", + "content": "Le président du Barça Joan Laporta a profité de la cérémonie du Golden Boy, organisée en Italie, pour rencontrer Mino Raiola, l’agent d’Erling Haaland. En vue d'un transfert estival ?

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-ol-avance-sur-le-dossier-azmoun_AV-202112110224.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-une-rencontre-laporta-raiola-pour-discuter-du-dossier-haaland_AV-202112130545.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 14:40:47 GMT", - "enclosure": "https://images.bfmtv.com/2U4K3S7W7amb3Cr3i0FecTEgKvc=/0x39:2032x1182/800x0/images/Sardar-AZMOUN-1117723.jpg", + "pubDate": "Mon, 13 Dec 2021 21:17:32 GMT", + "enclosure": "https://images.bfmtv.com/prbnmt45qwrYEqquA-N_8Uco9zA=/0x104:1984x1220/800x0/images/Erling-Haaland-Dortmund-1187811.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -43991,17 +45245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e79fd3fba51f9d8d57a8af8e96b308a2" + "hash": "d288ee446cae7ba9fa325f2ec94adcc0" }, { - "title": "Samuel Eto'o élu président de la Fédération camerounaise de football", - "description": "Comme il l'avait prédit au moment de l'annonce de sa candidature, Samuel Eto'o a été élu ce samedi président de la Fédération camerounaise de football (Fecafoot). L'ancien international a battu le président sortant Seidou Mbombo Njoya, dont l'élection avait été contestée par les acteurs locaux puis annulée à la mi-janvier par le Tribunal arbitral du sport.

", - "content": "Comme il l'avait prédit au moment de l'annonce de sa candidature, Samuel Eto'o a été élu ce samedi président de la Fédération camerounaise de football (Fecafoot). L'ancien international a battu le président sortant Seidou Mbombo Njoya, dont l'élection avait été contestée par les acteurs locaux puis annulée à la mi-janvier par le Tribunal arbitral du sport.

", + "title": "Mondial de hand: les Bleues maitrisent la Russie et affronteront la Suède en quarts", + "description": "Les Bleues du handball se sont imposées sans trembler face à la Russie ce lundi soir (33-28) et terminent de la meilleure manière le tour principal du Mondial. Place maintenant au quart de finale contre la Suède.

", + "content": "Les Bleues du handball se sont imposées sans trembler face à la Russie ce lundi soir (33-28) et terminent de la meilleure manière le tour principal du Mondial. Place maintenant au quart de finale contre la Suède.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/samuel-eto-o-elu-president-de-la-federation-camerounaise-de-football_AN-202112110217.html", + "link": "https://rmcsport.bfmtv.com/handball/mondial-de-hand-les-bleues-maitrisent-la-russie-et-affronteront-la-suede-en-quarts_AN-202112130540.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 14:32:07 GMT", - "enclosure": "https://images.bfmtv.com/T67bHqyy9frMtGtfvWG_cHyuaxs=/0x105:2048x1257/800x0/images/Samuel-Eto-o-1186447.jpg", + "pubDate": "Mon, 13 Dec 2021 21:04:11 GMT", + "enclosure": "https://images.bfmtv.com/rKXk2hucuS4y676f2lrkvnJLtAU=/0x49:2048x1201/800x0/images/Pauletta-Foppa-1187916.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44012,38 +45266,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "97e14fcdc31d0d375123dab633d6eafb" + "hash": "f058cd3f16dcec24599a1f531632f88f" }, { - "title": "Monaco: \"J'attends de Wissam qu'il défende\", Kovac s'explique sur le temps de jeu de Ben Yedder", - "description": "En conférence de presse ce samedi à la veille du choc de la 18e journée de Ligue 1 entre le PSG et l'AS Monaco, Niko Kovac a laissé planer le doute quant à la présence dans le onze de départ de son capitaine Wissam Ben Yedder. Sur le banc de touche depuis deux rencontres en championnat, au profit du jeune Myron Boadu, l'international français ne défend pas assez selon son entraîneur.

", - "content": "En conférence de presse ce samedi à la veille du choc de la 18e journée de Ligue 1 entre le PSG et l'AS Monaco, Niko Kovac a laissé planer le doute quant à la présence dans le onze de départ de son capitaine Wissam Ben Yedder. Sur le banc de touche depuis deux rencontres en championnat, au profit du jeune Myron Boadu, l'international français ne défend pas assez selon son entraîneur.

", + "title": "Mercato en direct: Haaland ferait du Barça sa priorité", + "description": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", + "content": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-j-attends-de-wissam-qu-il-defende-kovac-s-explique-sur-le-temps-de-jeu-de-ben-yedder_AV-202112110214.html", + "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 14:25:48 GMT", - "enclosure": "https://images.bfmtv.com/lK23AaQuI0wrBGOjsgQ04sku7j8=/0x0:2048x1152/800x0/images/Wissam-Ben-Yedder-1186394.jpg", + "pubDate": "Mon, 13 Dec 2021 06:29:19 GMT", + "enclosure": "https://images.bfmtv.com/prbnmt45qwrYEqquA-N_8Uco9zA=/0x104:1984x1220/800x0/images/Erling-Haaland-Dortmund-1187811.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "786e90ec4cbfc6cd64b2fd9edb67935c" + "hash": "9a523da98a8cbba4b470214483fc38a9" }, { - "title": "Les pronos hippiques du dimanche 12 décembre 2021", - "description": "Le Quinté+ du dimanche 12 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du dimanche 12 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Ligue des champions: le Real Madrid ne saisira pas le TAS après l'imbroglio du tirage", + "description": "Très irrité par la réorganisation du tirage au sort des huitièmes de finale de la Ligue des champions après une erreur de l'UEFA ce lundi, le Real Madrid a envoyé deux courriers durs à l'instance qui gère le football européen. Mais selon AS, le club qui a remporté treize fois la C1 a écarté l'hypothèse de présenter l'affaire devant le Tribunal arbitral du sport.

", + "content": "Très irrité par la réorganisation du tirage au sort des huitièmes de finale de la Ligue des champions après une erreur de l'UEFA ce lundi, le Real Madrid a envoyé deux courriers durs à l'instance qui gère le football européen. Mais selon AS, le club qui a remporté treize fois la C1 a écarté l'hypothèse de présenter l'affaire devant le Tribunal arbitral du sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-12-decembre-2021_AN-202112110212.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-real-madrid-ne-saisira-pas-le-tas-apres-l-imbroglio-du-tirage_AV-202112130532.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 14:23:02 GMT", - "enclosure": "https://images.bfmtv.com/AG93KDPB1d785wVfIqzZVqVLpk0=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-12-decembre-2021-1185851.jpg", + "pubDate": "Mon, 13 Dec 2021 20:45:20 GMT", + "enclosure": "https://images.bfmtv.com/30hLijDPv5gf04o72Xy_pmbctLk=/0x25:2048x1177/800x0/images/Florentino-Perez-1171094.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44054,17 +45308,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a56461cf236ca6379fcd882bbe2bea71" + "hash": "caca05bb24538a473084b5f30dcbace3" }, { - "title": "Real: Benzema de retour pour le choc contre l'Atlético", - "description": "Carlo Ancelotti a annoncé ce samedi que Karim Benzema jouera bien le derby de Madrid entre le Real et l'Atlético programmé dimanche (21h), pour la 17e journée de Liga. Le buteur français avait été touché à la jambe gauche le week-end dernier.

", - "content": "Carlo Ancelotti a annoncé ce samedi que Karim Benzema jouera bien le derby de Madrid entre le Real et l'Atlético programmé dimanche (21h), pour la 17e journée de Liga. Le buteur français avait été touché à la jambe gauche le week-end dernier.

", + "title": "Benfica: Otamendi victime d'un très violent cambriolage, ceinture autour du cou", + "description": "Titulaire dimanche soir avec Benfica sur la pelouse de Famalicao à l'occasion de la 14e journée de Liga Nos, Nicolas Otamendi a ensuite été victime dans la nuit d'un violent cambriolage. Quatre agresseurs ont fait irruption chez lui avant de lui dérober de l'argent et des montres. Le défenseur argentin a été agressé.

", + "content": "Titulaire dimanche soir avec Benfica sur la pelouse de Famalicao à l'occasion de la 14e journée de Liga Nos, Nicolas Otamendi a ensuite été victime dans la nuit d'un violent cambriolage. Quatre agresseurs ont fait irruption chez lui avant de lui dérober de l'argent et des montres. Le défenseur argentin a été agressé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-benzema-de-retour-pour-le-choc-contre-l-atletico_AV-202112110206.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/benfica-otamendi-victime-d-un-tres-violent-cambriolage-ceinture-autour-du-cou_AV-202112130523.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 14:10:43 GMT", - "enclosure": "https://images.bfmtv.com/ChQ7zEPvYOXtzP5pn50gXWxHzZ0=/0x54:2048x1206/800x0/images/Karim-BENZEMA-1186438.jpg", + "pubDate": "Mon, 13 Dec 2021 20:14:49 GMT", + "enclosure": "https://images.bfmtv.com/3om1oCLsWq3zOfJYu03AoUlOJw8=/0x52:2048x1204/800x0/images/Nicolas-Otamendi-1187897.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44075,17 +45329,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6c403ec7968e7e86f9839154c1463f8" + "hash": "439031177b5cf1c35962836114fdf330" }, { - "title": "GP d'Abu Dhabi de F1 en direct: incroyable pole de Verstappen devant Hamilton", - "description": "Qui de Max Verstappen (Red Bull) ou Lewis Hamilton (Mercedes) sera sacré champion du monde de Formule 1? À égalité de points au classement, les deux rivaux s'affrontent sur le tracé de Yas Marina à Abu Dhabi (Émirats arabes unis) pour le dernier Grand Prix de la saison de F1. Le départ de la course est prévu ce dimanche à 14h00. Un événement à suivre dans ce live RMC Sport.

", - "content": "Qui de Max Verstappen (Red Bull) ou Lewis Hamilton (Mercedes) sera sacré champion du monde de Formule 1? À égalité de points au classement, les deux rivaux s'affrontent sur le tracé de Yas Marina à Abu Dhabi (Émirats arabes unis) pour le dernier Grand Prix de la saison de F1. Le départ de la course est prévu ce dimanche à 14h00. Un événement à suivre dans ce live RMC Sport.

", + "title": "Paris 2024: Estanguet veut marquer l'histoire des Jeux avec la cérémonie d'ouverture sur la Seine", + "description": "Le patron du comité d'organisation des Jeux olympiques de Paris 2024, Tony Estanguet, estime que le choix de la Seine pour le défilé de la cérémonie d'ouverture des JO de Paris dans plus de deux ans, symbolise cette \"ambition\" d'organiser des Jeux différents, et de marquer l'histoire.

", + "content": "Le patron du comité d'organisation des Jeux olympiques de Paris 2024, Tony Estanguet, estime que le choix de la Seine pour le défilé de la cérémonie d'ouverture des JO de Paris dans plus de deux ans, symbolise cette \"ambition\" d'organiser des Jeux différents, et de marquer l'histoire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abou-dhabi-de-f1-en-direct-hamilton-verstappen-duel-final-pour-le-titre_LN-202112100118.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/paris-2024-estanguet-veut-marquer-l-histoire-des-jeux-avec-la-ceremonie-d-ouverture-sur-la-seine_AV-202112130522.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 07:42:07 GMT", - "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.jpg", + "pubDate": "Mon, 13 Dec 2021 20:05:10 GMT", + "enclosure": "https://images.bfmtv.com/9viXSYkmpqlSZuJ5qJIR1k0lBqs=/0x43:768x475/800x0/images/Le-patron-des-Jeux-de-Paris-2024-Tony-Estanguet-s-exprimant-devant-l-assemblee-des-maires-de-France-a-Paris-le-16-novembre-2021-1170749.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44096,17 +45350,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f2989ad01a01363ff87109f36cf6ca1" + "hash": "926404e00c001c3adbc2e68e76f63e7d" }, { - "title": "Mercato en direct: Di Maria devrait prolonger d'une année supplémentaire au PSG", - "description": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", - "content": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", + "title": "Affaire Agnel: le club d'esport MCES stoppe à son tour sa collaboration avec l’ex-nageur", + "description": "Le club d'esport MCES a annoncé ce lundi qu'il suspendait sa collaboration avec Yannick Agnel, son directeur sportif. L’ancien nageur a été mis en examen samedi pour viol et agression sexuelle sur une mineure de 13 ans.

", + "content": "Le club d'esport MCES a annoncé ce lundi qu'il suspendait sa collaboration avec Yannick Agnel, son directeur sportif. L’ancien nageur a été mis en examen samedi pour viol et agression sexuelle sur une mineure de 13 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-le-club-d-esport-mces-stoppe-a-son-tour-sa-collaboration-avec-l-ex-nageur_AV-202112130514.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 07:01:00 GMT", - "enclosure": "https://images.bfmtv.com/2Lyliqqq0DlsX8OzJPaPSa0sb7k=/0x16:2032x1159/800x0/images/Angel-DI-MARIA-1176128.jpg", + "pubDate": "Mon, 13 Dec 2021 19:40:06 GMT", + "enclosure": "https://images.bfmtv.com/4l3lv0o0WJkwOQaI-RYWDPw4rgg=/0x40:768x472/800x0/images/Yannick-Agnel-a-l-issue-du-200-m-nage-libre-aux-Jeux-Olympiques-de-Rio-de-Janeiro-le-7-aout-2016-1186422.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44117,17 +45371,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "56dcd9a1f749935b727938353a2a1f19" + "hash": "66d96b2eef02b4dbec02666587f28539" }, { - "title": "Brest-Montpellier en direct: la belle série du SB29 se termine par une claque à domicile", - "description": "Brest reste sur 6 victoires d'affilée et veut poursuivre sa superbe série contre Montpellier, dans un match où Der Zakarian et Dall'Oglio affrontent leur ancien club. Coup d'envoi à 17h00.

", - "content": "Brest reste sur 6 victoires d'affilée et veut poursuivre sa superbe série contre Montpellier, dans un match où Der Zakarian et Dall'Oglio affrontent leur ancien club. Coup d'envoi à 17h00.

", + "title": "PSG: Ramos chahuté pour son retour à Madrid? \"Son départ ne s'est pas bien passé\", rappelle Hermel", + "description": "Désormais parisien, Sergio Ramos retrouvera le Real Madrid en huitièmes de finale de Ligue des champions en février. Selon Fred Hermel, le défenseur espagnol craint l’accueil que lui réservera le public madrilène.

", + "content": "Désormais parisien, Sergio Ramos retrouvera le Real Madrid en huitièmes de finale de Ligue des champions en février. Selon Fred Hermel, le défenseur espagnol craint l’accueil que lui réservera le public madrilène.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-brest-montpellier-en-direct_LS-202112110234.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-ramos-chahute-pour-son-retour-a-madrid-son-depart-ne-s-est-pas-bien-passe-rappelle-hermel_AV-202112130509.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 15:02:02 GMT", - "enclosure": "https://images.bfmtv.com/kEEwVn5VFSxb3tSg7FVuguhoYr4=/0x150:2048x1302/800x0/images/Jordan-Ferri-lors-de-Brest-Montpellier-1186563.jpg", + "pubDate": "Mon, 13 Dec 2021 19:22:35 GMT", + "enclosure": "https://images.bfmtv.com/CzLHjfG_UY_TGYkDQh1qszwbQjM=/0x69:1200x744/800x0/images/Sergio-Ramos-1172235.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44138,17 +45392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab0277687d3aac76a66191f0ab1f5509" + "hash": "5097e351c06d54637288fb9248bdea86" }, { - "title": "Chelsea: \"Personne n’est plus grand que le club\", Tuchel calme le jeu pour Rüdiger", - "description": "En fin de contrat en juin 2022 avec Chelsea, Antonio Rüdiger n'a pas trouvé d'accord avec les dirigeants anglais pour prolonger son contrat. En conférence de presse, son coach Thomas Tuchel a parlé de l’avenir du défenseur, annoncé avec insistance au Real Madrid.

", - "content": "En fin de contrat en juin 2022 avec Chelsea, Antonio Rüdiger n'a pas trouvé d'accord avec les dirigeants anglais pour prolonger son contrat. En conférence de presse, son coach Thomas Tuchel a parlé de l’avenir du défenseur, annoncé avec insistance au Real Madrid.

", + "title": "Gymnastique: près de 400 millions de dollars pour les victimes de Larry Nassar", + "description": "Après cinq ans de bataille judiciaire, Simone Biles et les autres victimes de Larry Nassar, ancien médecin de l'équipe américaine de gym, ont trouvé un accord financier avec la Fédération et le Comité olympique américain. Les gymnastes abusées sexuellement vont se partager 380 millions de dollars.

", + "content": "Après cinq ans de bataille judiciaire, Simone Biles et les autres victimes de Larry Nassar, ancien médecin de l'équipe américaine de gym, ont trouvé un accord financier avec la Fédération et le Comité olympique américain. Les gymnastes abusées sexuellement vont se partager 380 millions de dollars.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-personne-n-est-plus-grand-que-le-club-tuchel-calme-le-jeu-pour-rudiger_AV-202112110197.html", + "link": "https://rmcsport.bfmtv.com/societe/gymnastique-pres-de-400-millions-de-dollars-pour-les-victimes-de-larry-nassar_AN-202112130498.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 13:53:43 GMT", - "enclosure": "https://images.bfmtv.com/19NYR-DjPZfLfIOSoTMOLVlwR64=/0x108:2032x1251/800x0/images/Antonio-Ruediger-1143318.jpg", + "pubDate": "Mon, 13 Dec 2021 19:04:21 GMT", + "enclosure": "https://images.bfmtv.com/kVEOPFFDC1uG6lp9aNnSxWQ97RE=/0x0:2048x1152/800x0/images/Simone-Biles-et-d-autres-victimes-de-Larry-Nassar-1187879.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44159,17 +45413,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b6b8df2306db6c4c6fb770e337e31d0" + "hash": "7fcbe638257f3c3793c44190a5110e30" }, { - "title": "PSG: Pochettino espère revoir Ramos en 2021, et assure qu'il n'a pas forcé avec lui", - "description": "Sergio Ramos est encore forfait pour la rencontre de Ligue 1 de dimanche (20h45) du PSG face à l'AS Monaco. En conférence de presse ce samedi, Mauricio Pochettino a exprimé sa volonté de revoir sur le terrain son défenseur d'ici la fin de l'année civile. Et s'est défendu sur la gestion de son cas.

", - "content": "Sergio Ramos est encore forfait pour la rencontre de Ligue 1 de dimanche (20h45) du PSG face à l'AS Monaco. En conférence de presse ce samedi, Mauricio Pochettino a exprimé sa volonté de revoir sur le terrain son défenseur d'ici la fin de l'année civile. Et s'est défendu sur la gestion de son cas.

", + "title": "Paris 2024: les chiffres de la grandiose cérémonie d'ouverture sur la Seine", + "description": "La cérémonie d'ouverture des Jeux olympiques de Paris 2024 qui se déroulera sur la Seine sera une première hors d'un stade. Voici les principaux chiffres de cette cérémonie annoncée comme \"révolutionnaire\" par les organisateurs des JO.

", + "content": "La cérémonie d'ouverture des Jeux olympiques de Paris 2024 qui se déroulera sur la Seine sera une première hors d'un stade. Voici les principaux chiffres de cette cérémonie annoncée comme \"révolutionnaire\" par les organisateurs des JO.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-espere-revoir-ramos-en-2021-et-assure-qu-il-n-a-pas-force-avec-lui_AV-202112110194.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/paris-2024-les-chiffres-de-la-grandiose-ceremonie-d-ouverture-sur-la-seine_AV-202112130491.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 13:40:31 GMT", - "enclosure": "https://images.bfmtv.com/Gti6hEyDALvkloJJIwAw_YDNlPc=/14x0:2046x1143/800x0/images/Sergio-Ramos-a-l-entrainement-du-PSG-1182152.jpg", + "pubDate": "Mon, 13 Dec 2021 18:50:23 GMT", + "enclosure": "https://images.bfmtv.com/feG_dshW-JcBX__0na1OgeQgeOY=/0x0:1936x1089/800x0/images/L-embarquement-des-athletes-1187796.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44180,17 +45434,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a71f06d13ee76245b898b06c408f1f5" + "hash": "96766e2bd0a660ee8e24e4f88c250d86" }, { - "title": "Finances, nombre de licenciés... La FFF joue la carte de l'optimisme", - "description": "Lors de ses Etats généraux organisés ce samedi à Paris, la Fédération française de football a présenté un résultat financier négatif pour la première fois depuis sept ans, tout en se félicitant d'avoir \"réussi à contenir cette perte\".

", - "content": "Lors de ses Etats généraux organisés ce samedi à Paris, la Fédération française de football a présenté un résultat financier négatif pour la première fois depuis sept ans, tout en se félicitant d'avoir \"réussi à contenir cette perte\".

", + "title": "Ligue des champions: le surnom peu flatteur donné à l'UEFA par les dirigeants du Real en colère", + "description": "Sale journée pour le Real Madrid. Alors que le premier tirage au sort des huitièmes de finale de la Ligue des champions avait désigné Benfica comme adversaire du club espagnol, c'est bien le PSG qui affrontera les Merengues. Une issue qui a rendu fous de rage les dirigeants madrilènes, qui auraient trouvé un surnom peu flatteur à l'UEFA.

", + "content": "Sale journée pour le Real Madrid. Alors que le premier tirage au sort des huitièmes de finale de la Ligue des champions avait désigné Benfica comme adversaire du club espagnol, c'est bien le PSG qui affrontera les Merengues. Une issue qui a rendu fous de rage les dirigeants madrilènes, qui auraient trouvé un surnom peu flatteur à l'UEFA.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/finances-nombre-de-licencies-la-fff-joue-la-carte-de-l-optimisme_AV-202112110184.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-surnom-peu-flatteur-donne-a-l-uefa-par-les-dirigeants-du-real-en-colere_AV-202112130475.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 13:25:53 GMT", - "enclosure": "https://images.bfmtv.com/WgZ9FbnXN_XAEjGYTxQaHpag7Lg=/0x95:2048x1247/800x0/images/Noel-Le-Graet-1186324.jpg", + "pubDate": "Mon, 13 Dec 2021 18:27:26 GMT", + "enclosure": "https://images.bfmtv.com/LUj40tbr7OhkXtcO9QGtFHti-RQ=/0x106:2048x1258/800x0/images/1187615.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44201,17 +45455,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2346d228417692f632721fab4a5c532" + "hash": "edb26d3eb3f97fc42ad0902e2e3b3d70" }, { - "title": "PSG: Ramos forfait contre Monaco, Kimpembe aussi", - "description": "Pour la réception au Parc des Princes de l’AS Monaco ce dimanche (à 20h45), le PSG devra une nouvelle fois composer avec des absents. Dans son point médical, le club de la capitale a annoncé les forfaits de Sergio Ramos et Nuno Mendes. Presnel Kimpembe ne sera pas de la partie non plus.

", - "content": "Pour la réception au Parc des Princes de l’AS Monaco ce dimanche (à 20h45), le PSG devra une nouvelle fois composer avec des absents. Dans son point médical, le club de la capitale a annoncé les forfaits de Sergio Ramos et Nuno Mendes. Presnel Kimpembe ne sera pas de la partie non plus.

", + "title": "Paris 2024: les images de la future cérémonie d'ouverture sur la Seine", + "description": "Le comité d'organisation des Jeux olympiques de Paris 2024 a dévoilé ce lundi les détails du projet de cérémonie d'ouverture qui se tiendra le 26 juillet 2024. Un spectacle grandiose attend les sportifs et les Parisiens, qui pourront assister à cette fête depuis les quais de Seine.

", + "content": "Le comité d'organisation des Jeux olympiques de Paris 2024 a dévoilé ce lundi les détails du projet de cérémonie d'ouverture qui se tiendra le 26 juillet 2024. Un spectacle grandiose attend les sportifs et les Parisiens, qui pourront assister à cette fête depuis les quais de Seine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-ramos-forfait-contre-monaco-kimpembe-incertain_AV-202112110181.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/paris-2024-les-images-de-la-future-ceremonie-d-ouverture-sur-la-seine_AV-202112130471.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 13:21:07 GMT", - "enclosure": "https://images.bfmtv.com/CzLHjfG_UY_TGYkDQh1qszwbQjM=/0x69:1200x744/800x0/images/Sergio-Ramos-1172235.jpg", + "pubDate": "Mon, 13 Dec 2021 18:16:46 GMT", + "enclosure": "https://images.bfmtv.com/kQ2CgNpiVQzpsMeraAg4U9y-VNQ=/0x0:2048x1152/800x0/images/Les-quais-lors-de-la-ceremonie-d-ouverture-1187798.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44222,17 +45476,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2635c2d23a819096803804b3d742cc3f" + "hash": "48bbb8ba43beaf717d99492b631259dc" }, { - "title": "PSG en direct: Pochettino espère voir Ramos rejouer en 2021", - "description": "Le PSG recevra Monaco dimanche soir (20h45) en clôture de la 18e journée de Ligue 1. Mauricio Pochettino sera en conférence de presse ce samedi à partir de 14h. Suivez sur RMC Sport les dernières infos liées au club de la capitale.

", - "content": "Le PSG recevra Monaco dimanche soir (20h45) en clôture de la 18e journée de Ligue 1. Mauricio Pochettino sera en conférence de presse ce samedi à partir de 14h. Suivez sur RMC Sport les dernières infos liées au club de la capitale.

", + "title": "Mercato en direct: Mbappé a mis un râteau à un cador anglais", + "description": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", + "content": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-monaco_LN-202112110112.html", + "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:51:01 GMT", - "enclosure": "https://images.bfmtv.com/iGLN1yrHhsSO2N8LYGPpP2rD8kY=/0x0:2048x1152/800x0/images/Mauricio-POCHETTINO-1170296.jpg", + "pubDate": "Mon, 13 Dec 2021 06:29:19 GMT", + "enclosure": "https://images.bfmtv.com/94BjD4HbF8sJ595RmmuXNGdBsVA=/0x106:2048x1258/800x0/images/Kylian-Mbappe-lors-de-PSG-Bruges-1183541.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44243,17 +45497,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de142e587195b730b7b693985273ca25" + "hash": "02665f45ea862f183acf9cc7c7554e30" }, { - "title": "Val d'Isère (slalom géant): Pinturault deuxième derrière Odermatt", - "description": "Marco Odermatt, leader du classement général de la Coupe du monde de ski alpin, s'est imposé dans le slalom géant de Val-d'Isère, au terme de la seconde manche disputée samedi en début d'après-midi. Le Suisse a devancé le champion français Alexis Pinturault pour six dixièmes de seconde.

", - "content": "Marco Odermatt, leader du classement général de la Coupe du monde de ski alpin, s'est imposé dans le slalom géant de Val-d'Isère, au terme de la seconde manche disputée samedi en début d'après-midi. Le Suisse a devancé le champion français Alexis Pinturault pour six dixièmes de seconde.

", + "title": "Affaire Agnel: la Fédération française de natation se constitue partie civile", + "description": "La Fédération française de natation a annoncé ce lundi qu’elle se porte partie civile dans l’affaire Yannick Agnel. L’ex-nageur a été mis en examen pour \"viol et agression sexuelle sur mineure\", et placé sous contrôle judiciaire.

", + "content": "La Fédération française de natation a annoncé ce lundi qu’elle se porte partie civile dans l’affaire Yannick Agnel. L’ex-nageur a été mis en examen pour \"viol et agression sexuelle sur mineure\", et placé sous contrôle judiciaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/val-d-isere-slalom-geant-pinturault-deuxieme-derriere-odermatt_AV-202112110177.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-la-federation-francaise-de-natation-se-constitue-partie-civile_AV-202112130462.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 13:12:29 GMT", - "enclosure": "https://images.bfmtv.com/hoZ-dpWrquyKXH6c39a5j_X7B3I=/0x0:2048x1152/800x0/images/Alexis-Pinturault-1186403.jpg", + "pubDate": "Mon, 13 Dec 2021 18:07:55 GMT", + "enclosure": "https://images.bfmtv.com/MhiWI9f1DC1iCJ2a2QzVGovW6ro=/0x38:768x470/800x0/images/Le-nageur-francais-Yannick-Agnel-s-apprete-a-disputer-la-finale-du-200-m-des-championnats-de-France-a-Montpellier-le-30-mars-2016-1185421.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44264,17 +45518,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3540c3b1b9d927af1b49cb32afada32" + "hash": "f2b13ee5a61ea2810d7f50d889da6323" }, { - "title": "Brest-Montpellier en direct: le SB29 centre beaucoup, le MHSC a tapé le haut de la barre", - "description": "Brest reste sur 6 victoires d'affilée et veut poursuivre sa superbe série contre Montpellier, dans un match où Der Zakarian et Dall'Oglio affrontent leur ancien club. Coup d'envoi à 17h00.

", - "content": "Brest reste sur 6 victoires d'affilée et veut poursuivre sa superbe série contre Montpellier, dans un match où Der Zakarian et Dall'Oglio affrontent leur ancien club. Coup d'envoi à 17h00.

", + "title": "Longoria aimerait que l’OM soit \"à jamais le premier\" en Conference League", + "description": "Reversé en Conference League après son échec en Ligue Europa, l’OM affrontera Qarabag en barrages, en février. Un tirage \"intéressant\" selon Pablo Longoria, qui assure que Marseille jouera cette compétition à fond.

", + "content": "Reversé en Conference League après son échec en Ligue Europa, l’OM affrontera Qarabag en barrages, en février. Un tirage \"intéressant\" selon Pablo Longoria, qui assure que Marseille jouera cette compétition à fond.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-brest-montpellier-en-direct_LS-202112110234.html", + "link": "https://rmcsport.bfmtv.com/football/europa-conference-league/longoria-aimerait-que-l-om-soit-a-jamais-le-premier-en-conference-league_AV-202112130451.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 15:02:02 GMT", - "enclosure": "https://images.bfmtv.com/kEEwVn5VFSxb3tSg7FVuguhoYr4=/0x150:2048x1302/800x0/images/Jordan-Ferri-lors-de-Brest-Montpellier-1186563.jpg", + "pubDate": "Mon, 13 Dec 2021 17:54:26 GMT", + "enclosure": "https://images.bfmtv.com/a1w7RIt0VlQJ2-ohBehwEExk0ms=/0x212:2048x1364/800x0/images/Pablo-Longoria-1187758.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44285,17 +45539,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a23e353a3ec08ef367603104764d90d0" + "hash": "dbd67fb4d732c608daa0b22d1ea9ed04" }, { - "title": "Incidents en Ligue 1: Labrune promet des annonces \"en fin de semaine prochaine\"", - "description": "Vincent Labrune, président de la Ligue de football professionnel, a pris la parole ce samedi lors de l'assemblée générale de la Fédération française de football. Le patron de la LFP a fait savoir que des mesures sur la sécurité dans les stades seraient annoncées la semaine prochaine.

", - "content": "Vincent Labrune, président de la Ligue de football professionnel, a pris la parole ce samedi lors de l'assemblée générale de la Fédération française de football. Le patron de la LFP a fait savoir que des mesures sur la sécurité dans les stades seraient annoncées la semaine prochaine.

", + "title": "Paris 2024 dévoile les contours d'une impressionnante cérémonie d'ouverture", + "description": " Le comité d’organisation de Paris 2024 a dévoilé ce lundi le bases de son projet de cérémonie d’ouverture des JO sur la Seine. Le spectacle promet d’être au rendez-vous. Le fruit de près de deux ans de travail.

", + "content": " Le comité d’organisation de Paris 2024 a dévoilé ce lundi le bases de son projet de cérémonie d’ouverture des JO sur la Seine. Le spectacle promet d’être au rendez-vous. Le fruit de près de deux ans de travail.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-en-ligue-1-labrune-promet-des-annonces-en-fin-de-semaine-prochaine_AV-202112110173.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/paris-2024-devoile-les-contours-d-une-impressionnante-ceremonie-d-ouverture_AN-202112130425.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 13:01:59 GMT", - "enclosure": "https://images.bfmtv.com/r1cJPiHPLP59IAQ8d2-02euWbcM=/0x128:2048x1280/800x0/images/Vincent-Labrune-1172296.jpg", + "pubDate": "Mon, 13 Dec 2021 17:23:06 GMT", + "enclosure": "https://images.bfmtv.com/7cNldghk3tdebyFv5-QWItterOQ=/8x4:2040x1147/800x0/images/La-Seine-olympique-1187751.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44306,17 +45560,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e069a121c3891ab7ae3b0f0e8f6f23a6" + "hash": "4f6b4b693eb3a6c38f314298bb8d192d" }, { - "title": "Affaire Agnel: \"Ça me touche particulièrement\", confie Maracineanu", - "description": "Ancienne nageuse au Mulhouse Olympic Natation, la ministre déléguée aux Sports Roxana Maracineanu a accepté de s'exprimer au sujet de l'affaire Yannick Agnel, dont la garde à vue a été levée ce samedi.

", - "content": "Ancienne nageuse au Mulhouse Olympic Natation, la ministre déléguée aux Sports Roxana Maracineanu a accepté de s'exprimer au sujet de l'affaire Yannick Agnel, dont la garde à vue a été levée ce samedi.

", + "title": "Ligue des champions: toutes les dates des 8es de finale avec le PSG et Lille", + "description": "Quelques heures après le tirage au sort de la Ligue des champions, les dates des 8es de finale aller et retour ont été dévoilées par l'UEFA. Le PSG accueillera le Real Madrid le 15 février, Lille se rendra à Stamford Bridge le 22 février.

", + "content": "Quelques heures après le tirage au sort de la Ligue des champions, les dates des 8es de finale aller et retour ont été dévoilées par l'UEFA. Le PSG accueillera le Real Madrid le 15 février, Lille se rendra à Stamford Bridge le 22 février.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-ca-me-touche-particulierement-confie-maracineanu_AV-202112110168.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-toutes-les-dates-des-8es-de-finale-avec-le-psg-et-lille_AV-202112130422.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:57:03 GMT", - "enclosure": "https://images.bfmtv.com/soHQ-Fws569Z4dh0l8YmD_8PFqA=/0x47:2032x1190/800x0/images/Roxana-MARACINEANU-1186347.jpg", + "pubDate": "Mon, 13 Dec 2021 17:15:20 GMT", + "enclosure": "https://images.bfmtv.com/ALGJUjgcq33l6W-gFQowQZY6QHo=/0x153:2048x1305/800x0/images/Kylian-Mbappe-et-Lionel-Messi-avec-le-PSG-1183621.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44327,17 +45581,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a39f901205ba233693c9134b5679c93" + "hash": "cfd3286604bed165fb4ba934da80f307" }, { - "title": "PRONOS PARIS RMC Les paris du 11 décembre sur Brest – Montpellier – Ligue 1", - "description": "Notre pronostic: Brest ne perd pas contre Montpellier et les deux équipes marquent (2.00)

", - "content": "Notre pronostic: Brest ne perd pas contre Montpellier et les deux équipes marquent (2.00)

", + "title": "Ligue des champions: Ramos prêt à défendre le PSG jusqu'à la \"mort\" contre le Real", + "description": "Présent à Madrid ce lundi pour inaugurer une salle de sport, Sergio Ramos a participé à une conférence de presse dans l'après-midi. Inévitablement, le défenseur espagnol a été questionné sur la confrontation à venir entre le Paris Saint-Germain et le Real Madrid en huitièmes de finale de la Ligue des champions.

", + "content": "Présent à Madrid ce lundi pour inaugurer une salle de sport, Sergio Ramos a participé à une conférence de presse dans l'après-midi. Inévitablement, le défenseur espagnol a été questionné sur la confrontation à venir entre le Paris Saint-Germain et le Real Madrid en huitièmes de finale de la Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-11-decembre-sur-brest-montpellier-ligue-1_AN-202112100443.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-ramos-pret-a-defendre-le-psg-jusqu-a-la-mort-contre-le-real_AV-202112130417.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/IuLgOyXy7dT9U3bNvaQ26o3JYgk=/0x104:1984x1220/800x0/images/Romain-Faivre-Brest-1186019.jpg", + "pubDate": "Mon, 13 Dec 2021 17:08:49 GMT", + "enclosure": "https://images.bfmtv.com/7m-qfhTwLE18hCdBBD4kar0LUOg=/0x37:2048x1189/800x0/images/Sergio-RAMOS-1180944.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44348,17 +45602,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f0f002d4fabaf57d0b50794cd14cfef" + "hash": "bc186270c817481cdd1ea53fbba0baec" }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 11 décembre – Ligue 1", - "description": " Mon pronostic : Montpellier ne perd pas à Brest et les deux équipes marquent (2.30)

", - "content": " Mon pronostic : Montpellier ne perd pas à Brest et les deux équipes marquent (2.30)

", + "title": "Lens annonce la prolongation de Sotoca façon Koh-Lanta", + "description": "Le RC Lens s’est montré particulièrement inspiré pour annoncer la prolongation de Florian Sotoca ce lundi. L’attaquant sang et or est désormais engagé avec le club nordiste jusqu’en 2024, comme le dévoile une vidéo doublée... par Denis Brogniart.

", + "content": "Le RC Lens s’est montré particulièrement inspiré pour annoncer la prolongation de Florian Sotoca ce lundi. L’attaquant sang et or est désormais engagé avec le club nordiste jusqu’en 2024, comme le dévoile une vidéo doublée... par Denis Brogniart.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-11-decembre-ligue-1_AN-202112110158.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-annonce-la-prolongation-de-sotoca-facon-koh-lanta_AV-202112130409.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:21:41 GMT", - "enclosure": "https://images.bfmtv.com/bahXs_KSe7ZQTZ-B9pIwbR-Wxx8=/0x119:1984x1235/800x0/images/T-Savanier-1186384.jpg", + "pubDate": "Mon, 13 Dec 2021 17:01:01 GMT", + "enclosure": "https://images.bfmtv.com/gcPj1Y_HxekzcWpK2QBrMJaSJfc=/0x106:2048x1258/800x0/images/1187709.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44369,17 +45623,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b415b39857500371b92751259d671bc" + "hash": "aa7149e89828be9a1bc3944bb89bb3b8" }, { - "title": "PRONOS PARIS RMC Les paris du 11 décembre sur Reims – St Etienne – Ligue 1", - "description": "Notre pronostic: pas de vainqueur entre Reims et St Etienne (3.20)

", - "content": "Notre pronostic: pas de vainqueur entre Reims et St Etienne (3.20)

", + "title": "Ligue des champions: le Real dénonce un tirage \"surprenant\" et \"regrettable\" après avoir hérité du PSG", + "description": "Le Real Madrid a livré une première réaction publique à la chaîne du club, suite au tirage au sort polémique qui lui a attribué le PSG plutôt que le Benfica Lisbonne ce lundi, en huitièmes de finale de la Ligue des champions.

", + "content": "Le Real Madrid a livré une première réaction publique à la chaîne du club, suite au tirage au sort polémique qui lui a attribué le PSG plutôt que le Benfica Lisbonne ce lundi, en huitièmes de finale de la Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-11-decembre-sur-reims-st-etienne-ligue-1_AN-202112100437.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-real-denonce-un-tirage-surprenant-et-regrettable-apres-avoir-herite-du-psg_AV-202112130399.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/d6ZYdB2Sztt_bmzPc-pGQmlodJE=/0x104:1984x1220/800x0/images/Etienne-Green-St-Etienne-1186016.jpg", + "pubDate": "Mon, 13 Dec 2021 16:51:20 GMT", + "enclosure": "https://images.bfmtv.com/s06RGx85PqITw9cPYjfETT4IG5U=/0x6:1200x681/800x0/images/Emilio-Butragueno-1187708.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44390,17 +45644,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee7d200bcae8cbe0c683a4edc1e451b3" + "hash": "b8c524ec331e954951e8519d9d2e9360" }, { - "title": "Mercato en direct: accord salarial entre l'OL et Azmoun", - "description": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", - "content": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", + "title": "Basket: Mitrovic viré de Monaco, Obradovic de retour", + "description": "L’AS Monaco a annoncé ce lundi la fin de sa collaboration avec son entraîneur emblématique Zvezdan Mitrovic. Les Monégasques restaient sur cinq défaites consécutives en Euroligue. Dimanche, ils se sont également inclinés contre Strasbourg en championnat.

", + "content": "L’AS Monaco a annoncé ce lundi la fin de sa collaboration avec son entraîneur emblématique Zvezdan Mitrovic. Les Monégasques restaient sur cinq défaites consécutives en Euroligue. Dimanche, ils se sont également inclinés contre Strasbourg en championnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", + "link": "https://rmcsport.bfmtv.com/basket/jeep-elite/basket-mitrovic-vire-de-monaco_AV-202112130388.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 07:01:00 GMT", - "enclosure": "https://images.bfmtv.com/2U4K3S7W7amb3Cr3i0FecTEgKvc=/0x39:2032x1182/800x0/images/Sardar-AZMOUN-1117723.jpg", + "pubDate": "Mon, 13 Dec 2021 16:39:12 GMT", + "enclosure": "https://images.bfmtv.com/qbGLbiipYRZ0k_f6D06lEdvh0vY=/0x40:768x472/800x0/images/Le-coach-Zvezdan-Mitrovic-alors-en-charge-de-l-ASVEL-le-20-juin-2019-a-Monaco-1187661.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44411,17 +45665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0444cd0a44997e2b9148618009e5ebb2" + "hash": "b32459f8ef7577836e997cfb77360cb1" }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 11 décembre – Ligue 1", - "description": "Mon pronostic : 0-0 à la mi-temps et match nul entre Reims et Saint-Etienne (5.30)

", - "content": "Mon pronostic : 0-0 à la mi-temps et match nul entre Reims et Saint-Etienne (5.30)

", + "title": "Premier League: Manchester United frappé par le Covid, le match à Brentford menacé", + "description": "Dans un communiqué publié ce lundi, Manchester United confirme que plusieurs de ses membres ont été testés positifs au Covid-19. Sa séance d’entraînement du jour a été annulée et sa rencontre face à Brentford, ce mardi, est menacée.

", + "content": "Dans un communiqué publié ce lundi, Manchester United confirme que plusieurs de ses membres ont été testés positifs au Covid-19. Sa séance d’entraînement du jour a été annulée et sa rencontre face à Brentford, ce mardi, est menacée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-11-decembre-ligue-1_AN-202112110156.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-united-frappe-par-le-covid-le-match-a-brentford-menace_AV-202112130374.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:19:14 GMT", - "enclosure": "https://images.bfmtv.com/P2eR7lNB5eCmmLA13mFr-EaqzyI=/0x0:1984x1116/800x0/images/J-Sable-1186382.jpg", + "pubDate": "Mon, 13 Dec 2021 16:20:10 GMT", + "enclosure": "https://images.bfmtv.com/XjHVG9_NR24yfg8Nt7f68nNHYSM=/7x111:2039x1254/800x0/images/1187688.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44432,17 +45686,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e98b5c176293e059ff8fd65b95518aa5" + "hash": "790acbcba929b2ad276a0a25b42cc1f5" }, { - "title": "OL: direction l'Espagne pour Juninho?", - "description": "Juninho quittera cet hiver ses fonctions de directeur sportif de l’Olympique Lyonnais. Désireux d’obtenir son diplôme pour devenir entraîneur, le Brésilien pourrait passer son cursus en Espagne, selon Le Progrès.

", - "content": "Juninho quittera cet hiver ses fonctions de directeur sportif de l’Olympique Lyonnais. Désireux d’obtenir son diplôme pour devenir entraîneur, le Brésilien pourrait passer son cursus en Espagne, selon Le Progrès.

", + "title": "Manchester United: si Martial veut partir, il doit \"informer\" le club, avertit Ralf Rangnick", + "description": "Alors qu'Anthony Martial pourrait quitter cet hiver Manchester United, où il ne joue quasiment pas, pour rejoindre une autre écurie européenne en prêt, Ralf Rangnick s'est exprimé lundi sur la situation de l'attaquant français. L'entraîneur intérimaire des Red Devils juge que Martial devra informer le club et lui-même avant de quitter Manchester.

", + "content": "Alors qu'Anthony Martial pourrait quitter cet hiver Manchester United, où il ne joue quasiment pas, pour rejoindre une autre écurie européenne en prêt, Ralf Rangnick s'est exprimé lundi sur la situation de l'attaquant français. L'entraîneur intérimaire des Red Devils juge que Martial devra informer le club et lui-même avant de quitter Manchester.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-direction-l-espagne-pour-juninho_AV-202112110152.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-si-martial-veut-partir-il-doit-informer-le-club-avertit-ralf-rangnick_AN-202112130356.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:09:40 GMT", - "enclosure": "https://images.bfmtv.com/0BUSdo7ZpII1HoAD4jD5kcecp04=/0x16:1024x592/800x0/images/-873563.jpg", + "pubDate": "Mon, 13 Dec 2021 15:45:08 GMT", + "enclosure": "https://images.bfmtv.com/FTZJ0VPUfHvBVw4VfzIY5KBbTq4=/0x0:2032x1143/800x0/images/Anthony-Martial-lors-du-match-entre-Villarreal-et-Manchester-United-le-23-novembre-1187678.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44453,17 +45707,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e1f19661251b0fdb340a72ca84a7886" + "hash": "0e2ce18fbbb411b016adfcd303ab8bc5" }, { - "title": "Biathlon (poursuite): Fillon Maillet et Jacquelin signent un doublé à Hochfilzen", - "description": "A Hochfilzen (Autriche), Quentin Fillon Maillet a triomphé ce samedi sur la poursuite, pour la 3e manche de la Coupe du monde de biathlon. Septième du sprint ce vendredi, il s'adjuge un 7e bouquet individuel en carrière, devant son compatriote Emilien Jacquelin. D'abord annoncé 3e, l'autre Français Simon Desthieux a finalement été classé 4e après la photo-finish, derrière le Suédois Sebastian Samuelsson.

", - "content": "A Hochfilzen (Autriche), Quentin Fillon Maillet a triomphé ce samedi sur la poursuite, pour la 3e manche de la Coupe du monde de biathlon. Septième du sprint ce vendredi, il s'adjuge un 7e bouquet individuel en carrière, devant son compatriote Emilien Jacquelin. D'abord annoncé 3e, l'autre Français Simon Desthieux a finalement été classé 4e après la photo-finish, derrière le Suédois Sebastian Samuelsson.

", + "title": "Ligue des champions: les retrouvailles attendues entre Cristiano Ronaldo et l'Atlético de Madrid", + "description": "C'est l'un des chocs des futurs huitièmes de finale de la Ligue des champions: Manchester United va affronter l'Atlético de Madrid. Un match qui s'annonce tendu, notamment en raison de la présence de Cristiano Ronaldo dans les rangs mancuniens. L'Atlético est en effet l'une des victimes préférées de CR7.

", + "content": "C'est l'un des chocs des futurs huitièmes de finale de la Ligue des champions: Manchester United va affronter l'Atlético de Madrid. Un match qui s'annonce tendu, notamment en raison de la présence de Cristiano Ronaldo dans les rangs mancuniens. L'Atlético est en effet l'une des victimes préférées de CR7.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-poursuite-un-magnifique-triple-francais-a-hochfilzen_AN-202112110142.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-retrouvailles-attendues-entre-cristiano-ronaldo-et-l-atletico-de-madrid_AV-202112130348.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 11:52:43 GMT", - "enclosure": "https://images.bfmtv.com/tABm4cXKAk9o1JGBhlihLOzc5uU=/6x208:630x559/800x0/images/La-joie-du-Francais-Quentin-Fillon-Maillet-vainqueur-de-la-poursuite-comptant-pour-la-Coupe-du-monde-de-biathlon-le-12-decembre-2020-a-Hochfilzen-Autriche-1176455.jpg", + "pubDate": "Mon, 13 Dec 2021 15:29:19 GMT", + "enclosure": "https://images.bfmtv.com/CISi-XKrqzetqilfIi_iHzYQT6U=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-lors-du-match-entre-la-Juventus-et-l-Atletico-en-novembre-2019-1187651.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44474,17 +45728,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a22b0fb5a7da18bcaca37d5a37f3fb88" + "hash": "21e063c6c99591dc676433275191ea08" }, { - "title": "Affaire Agnel: garde à vue levée, l'ex-nageur va être présenté à un juge d'instruction", - "description": "La garde à vue de Yannick Agnel a été levée ce samedi à la mi-journée. L'ancien nageur, accusé de viol et agression sexuelle sur mineure, va être présenté à un juge d'instruction dans la foulée.

", - "content": "La garde à vue de Yannick Agnel a été levée ce samedi à la mi-journée. L'ancien nageur, accusé de viol et agression sexuelle sur mineure, va être présenté à un juge d'instruction dans la foulée.

", + "title": "Ligue des champions: le PSG défiera le Real Madrid en 8e de finale", + "description": "Le Paris Saint-Germain affrontera en huitième de finale de la Ligue des champions le Real Madrid de Karim Benzema, terriblement malchanceux, lui qui avait tiré le Benfica Lisbonne lors du premier tirage. Paris n'est pas plus verni.

", + "content": "Le Paris Saint-Germain affrontera en huitième de finale de la Ligue des champions le Real Madrid de Karim Benzema, terriblement malchanceux, lui qui avait tiré le Benfica Lisbonne lors du premier tirage. Paris n'est pas plus verni.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-garde-a-vue-levee-l-ex-nageur-va-etre-presente-a-un-juge-d-instruction_AV-202112110136.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-psg-defiera-le-real-madrid-en-8e-de-finale_AV-202112130343.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 11:47:29 GMT", - "enclosure": "https://images.bfmtv.com/dpvpg5ZEe9Ok_Xy6HlICw_xO3-8=/0x197:2048x1349/800x0/images/Yannick-Agnel-en-2016-1185222.jpg", + "pubDate": "Mon, 13 Dec 2021 15:16:06 GMT", + "enclosure": "https://images.bfmtv.com/rqUoUGva3_q4_xEonIC4CXIuObs=/0x102:2048x1254/800x0/images/PSG-Bruges-1183557.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44495,17 +45749,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e857514fdc4b95693f056ca6df20eff" + "hash": "6a080a5e6218adb979128dc1a9564a5b" }, { - "title": "JO d'hiver 2022: Douillet pointe \"l'hypocrisie\" d'un boycott diplomatique à Pékin", - "description": "Pour l'ex-judoka et ancien ministre David Douillet, qui s'est exprimé samedi dans les Grandes Gueules du Sport sur RMC, la France ne doit pas suivre les États-Unis qui ont décidé de faire un boycott diplomatique des Jeux olympiques d'hiver en Chine (4-20 février 2022).

", - "content": "Pour l'ex-judoka et ancien ministre David Douillet, qui s'est exprimé samedi dans les Grandes Gueules du Sport sur RMC, la France ne doit pas suivre les États-Unis qui ont décidé de faire un boycott diplomatique des Jeux olympiques d'hiver en Chine (4-20 février 2022).

", + "title": "Champions cup: Montpellier-Leinster menacé par le covid", + "description": "Déjà 4 cas positifs au sein du groupe de Montpellier qui était en Angleterre ce week-end.

", + "content": "Déjà 4 cas positifs au sein du groupe de Montpellier qui était en Angleterre ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-d-hiver-2022-douillet-pointe-l-hypocrisie-d-un-boycott-diplomatique-a-pekin_AV-202112110122.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/champions-cup-montpellier-leinster-par-le-covid_AN-202112130342.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 11:31:37 GMT", - "enclosure": "https://images.bfmtv.com/Oh3L-dYYUvuq_leWTCrKB-Obf70=/0x68:1024x644/800x0/images/-873986.jpg", + "pubDate": "Mon, 13 Dec 2021 15:14:40 GMT", + "enclosure": "https://images.bfmtv.com/PoSaWLv5_5wPejRNd7DlGtT9Iqs=/0x13:2048x1165/800x0/images/Champions-cup-Exeter-Montpellier-1187660.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44516,17 +45770,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93f8fd9ea76f07554a97eb3c22dcaf56" + "hash": "96204aca4309d89e84615d9c73a6ba8f" }, { - "title": "Affaire Agnel en direct: \"Ça me touche particulièrement\", confie Roxana Maracineanu", - "description": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi. L'affaire remonte à 2016.

", - "content": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi. L'affaire remonte à 2016.

", + "title": "Ligue des champions: le choc PSG-Real Madrid affole les réseaux sociaux", + "description": "Le tirage au sort du choc des 8es de finale de la Ligue des champions entre le PSG et le Real Madrid a fait vivement réagir les réseaux sociaux. Avec un homme au centre des débats : Kylian Mbappé, proche de rejoindre le club madrilène cet été.

", + "content": "Le tirage au sort du choc des 8es de finale de la Ligue des champions entre le PSG et le Real Madrid a fait vivement réagir les réseaux sociaux. Avec un homme au centre des débats : Kylian Mbappé, proche de rejoindre le club madrilène cet été.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-choc-psg-real-madrid-affole-les-reseaux-sociaux_AV-202112130337.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 07:40:25 GMT", - "enclosure": "https://images.bfmtv.com/lZ-WKpzT6izq13Nfk0gLzmM5Dmk=/14x48:2046x1191/800x0/images/Roxana-Maracineanu-1031131.jpg", + "pubDate": "Mon, 13 Dec 2021 15:06:29 GMT", + "enclosure": "https://images.bfmtv.com/qAtsQnaSO42P9Z2nRVxrdMqpWUY=/0x14:1200x689/800x0/images/-878926.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44537,17 +45791,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b69c94e8bc0c359742db4d963ccea51f" + "hash": "1fdbf1dc2a406db740b226d446f76250" }, { - "title": "Luis Fabiano officialise sa retraite", - "description": "En raison de blessures, le dernier match de Luis Fabiano remonte à 2017 avec le Vasco de Gama. Après avoir tenté de se remettre de ses pépins physiques, l’attaquant brésilien de 41 ans vient d'annoncer sa retraite de footballeur.

", - "content": "En raison de blessures, le dernier match de Luis Fabiano remonte à 2017 avec le Vasco de Gama. Après avoir tenté de se remettre de ses pépins physiques, l’attaquant brésilien de 41 ans vient d'annoncer sa retraite de footballeur.

", + "title": "Ligue des champions: PSG-Real Madrid, les liaisons dangereuses", + "description": "Le PSG défiera le Real Madrid en huitièmes de finale de la Ligue des champions, pour l'une des attractions de la compétition, avec des histoires à la pelle.

", + "content": "Le PSG défiera le Real Madrid en huitièmes de finale de la Ligue des champions, pour l'une des attractions de la compétition, avec des histoires à la pelle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/luis-fabiano-officialise-sa-retraite_AV-202112110120.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-psg-real-madrid-les-liaisons-dangereuses_AV-202112130335.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 11:07:26 GMT", - "enclosure": "https://images.bfmtv.com/ZiKMnulgEEcZ-KEb73mFMg6nCZs=/0x18:800x468/800x0/images/-607070.jpg", + "pubDate": "Mon, 13 Dec 2021 15:04:34 GMT", + "enclosure": "https://images.bfmtv.com/lVpbGftaFi3Dja9dJRtwp5YtE1s=/0x50:768x482/800x0/images/Mbappe-auteur-d-un-double-pour-Paris-face-au-FC-Bruges-lors-dudernier-match-de-poule-de-C1-au-Parc-des-Princes-le-7-decembre-2021-1187633.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44558,17 +45812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "de9d497480c048ab3bee124dc792e386" + "hash": "ed58f97809c67cac5ad6a37a7e8c287a" }, { - "title": "Cardiff-Toulouse en direct: le Stade toulousain à un essai du bonus", - "description": "Vainqueur de la dernière édition de la Champions Cup, le Stade Toulousain lance la défense de son titre sur la pelouse de Cardiff à partir de 14h. Le meilleur joueur de la planète rugby, Antoine Dupont, est titulaire !

", - "content": "Vainqueur de la dernière édition de la Champions Cup, le Stade Toulousain lance la défense de son titre sur la pelouse de Cardiff à partir de 14h. Le meilleur joueur de la planète rugby, Antoine Dupont, est titulaire !

", + "title": "Ligue 1: comment Saint-Etienne veut recruter au mercato d'hiver", + "description": "Selon nos informations, l’AS Saint-Etienne souhaite recruter uniquement des joueurs libres ou sous forme de prêt au mercato d’hiver. Premier renfort attendu, l'ancien Rennais Joris Gnagnon.

", + "content": "Selon nos informations, l’AS Saint-Etienne souhaite recruter uniquement des joueurs libres ou sous forme de prêt au mercato d’hiver. Premier renfort attendu, l'ancien Rennais Joris Gnagnon.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-cardiff-toulouse-en-direct_LS-202112110107.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/ligue-1-comment-saint-etienne-veut-recruter-au-mercato-d-hiver_AN-202112130332.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:40:10 GMT", - "enclosure": "https://images.bfmtv.com/pRz5BhI34th2S6A0kr-XgrGi1Js=/0x58:2048x1210/800x0/images/Antoine-Dupont-1136199.jpg", + "pubDate": "Mon, 13 Dec 2021 14:54:01 GMT", + "enclosure": "https://images.bfmtv.com/VC3i2AIijniahCULWCvI2c7xXT4=/4x271:3204x2071/800x0/images/-794411.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44579,17 +45833,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8f0edd3d5360ceb4aba3633ad755fbe" + "hash": "f58227282f941ea733404b0a302a6c9c" }, { - "title": "Affaire Agnel: \"On ne peut qu’être abasourdis\", s'émeut le président de la Fédération", - "description": "Le président de la Fédération française de natation Gilles Sezionale était l’invité ce samedi des Grandes Gueules du Sport, sur RMC. Il a réagi à l’affaire Yannick Agnel, placé en garde à vue dans le cadre d'une information judiciaire ouverte pour \"viol et agression sexuelle sur mineure de 15 ans\".

", - "content": "Le président de la Fédération française de natation Gilles Sezionale était l’invité ce samedi des Grandes Gueules du Sport, sur RMC. Il a réagi à l’affaire Yannick Agnel, placé en garde à vue dans le cadre d'une information judiciaire ouverte pour \"viol et agression sexuelle sur mineure de 15 ans\".

", + "title": "Ligue des champions: ce sera bien Chelsea pour le LOSC", + "description": "Pas de changement pour Lille. Le champion de France en titre est retombé sur Chelsea lors du deuxième tirage au sort des huitièmes de finale. Jocelyn Gourvennec et ses joueurs devront donc affronter les champions d'Europe en titre.

", + "content": "Pas de changement pour Lille. Le champion de France en titre est retombé sur Chelsea lors du deuxième tirage au sort des huitièmes de finale. Jocelyn Gourvennec et ses joueurs devront donc affronter les champions d'Europe en titre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-on-ne-peut-qu-etre-abasourdis-s-emeut-le-president-de-la-federation_AV-202112110101.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-ce-sera-bien-chelsea-pour-le-losc_AV-202112130318.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:26:06 GMT", - "enclosure": "https://images.bfmtv.com/dSz-vjFF_-yf_qBXz59GvQ1w74U=/0x74:2048x1226/800x0/images/Gilles-Sezionale-1186272.jpg", + "pubDate": "Mon, 13 Dec 2021 14:34:15 GMT", + "enclosure": "https://images.bfmtv.com/jbxkD68Wr0uESx6mejCiIyQh5G0=/0x50:768x482/800x0/images/La-joie-des-joueurs-lillois-Jose-Fonte-Sven-Botman-Jonathan-David-et-Reinildo-Mandava-apres-un-but-marque-sur-le-terrain-de-Wolsbourg-lors-de-la-6e-journee-du-groupe-G-de-la-Ligue-des-Champions-le-8-decembre-2021-1184520.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44600,17 +45854,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb0db4330c419736de96ea3db77b2871" + "hash": "ad80053fd582a3a9806169a08bbd14f4" }, { - "title": "Ligue 1 en direct: des annonces la semaine prochaine pour la sécurité dans les stades", - "description": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", - "content": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", + "title": "Ligue des champions: les (bonnes) affiches des 8es de finale", + "description": "Le tirage au sort des 8es de finale de la Ligue des champions a été refait ce lundi après une boulette plus tôt dans la journée. Énorme affiche entre le PSG et le Real Madrid, ce sera très compliqué pour Lille face à Chelsea, champion d'Europe en titre.

", + "content": "Le tirage au sort des 8es de finale de la Ligue des champions a été refait ce lundi après une boulette plus tôt dans la journée. Énorme affiche entre le PSG et le Real Madrid, ce sera très compliqué pour Lille face à Chelsea, champion d'Europe en titre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-bonnes-affiches-des-8es-de-finale_AV-202112130313.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 08:40:20 GMT", - "enclosure": "https://images.bfmtv.com/Pv2Ccc146B3YWA7VysSZTFraAl4=/0x33:2048x1185/800x0/images/Vincent-LABRUNE-1103746.jpg", + "pubDate": "Mon, 13 Dec 2021 14:29:34 GMT", + "enclosure": "https://images.bfmtv.com/wKd5Gc0fD0q9GfcDe-jX8xIYHz8=/0x0:2048x1152/800x0/images/Le-tirage-au-sort-des-tours-preliminaires-de-la-Ligue-des-champions-1070449.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44621,17 +45875,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "375dd67dcc0513b6b1f1d8d474b3b720" + "hash": "bd9ff295b85a4a78cd9386e2eb335486" }, { - "title": "Cyclisme: 18 mois de prison pour les voleurs de vélos des Mondiaux sur piste", - "description": "La justice française a condamné vendredi deux jeunes hommes à 18 mois de prison ferme, pour avoir participé au vol de vélos de l'équipe italienne de cyclisme sur piste aux Mondiaux de Roubaix en octobre.

", - "content": "La justice française a condamné vendredi deux jeunes hommes à 18 mois de prison ferme, pour avoir participé au vol de vélos de l'équipe italienne de cyclisme sur piste aux Mondiaux de Roubaix en octobre.

", + "title": "Ligue des champions: le Real Madrid crie au scandale après l'annulation du premier tirage", + "description": "Alors que le Real Madrid devait initialement affronter Benfica en huitièmes de finale de la Ligue des champions, le club de la capitale espagnole se dit indigné de voir le tirage au sort être réintégralement effectué. Le Real considère que son sort était déjà joué avant que l'erreur commise par l'UEFA n'ait lieu.

", + "content": "Alors que le Real Madrid devait initialement affronter Benfica en huitièmes de finale de la Ligue des champions, le club de la capitale espagnole se dit indigné de voir le tirage au sort être réintégralement effectué. Le Real considère que son sort était déjà joué avant que l'erreur commise par l'UEFA n'ait lieu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-18-mois-de-prison-pour-les-voleurs-de-velos-des-mondiaux-sur-piste_AV-202112110088.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-real-madrid-crie-au-scandale-apres-l-annulation-du-premier-tirage_AV-202112130310.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:03:14 GMT", - "enclosure": "https://images.bfmtv.com/OpH-DY-WZDuZSFR5jExiLZfIZeM=/0x212:2048x1364/800x0/images/Mondiaux-de-cyclisme-1186254.jpg", + "pubDate": "Mon, 13 Dec 2021 14:17:46 GMT", + "enclosure": "https://images.bfmtv.com/FbHeGW9Of-brE53fg2nGiQQGrTk=/0x8:768x440/800x0/images/L-attaquant-francais-du-Real-Madrid-Karim-Benzema-lors-du-match-de-LaLiga-a-domicile-contre-Osasuna-le-27-octobre-2021-1158998.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44642,59 +45896,59 @@ "favorite": false, "created": false, "tags": [], - "hash": "1af70ff668519285afb9af18d3ccbb80" + "hash": "5b6bd2549f2d9cc1b5f6e80f9242d36e" }, { - "title": "Val d'Isère (slalom géant): Odermatt leader après la première manche, Pinturault et Faivre en embuscade", - "description": "Alexis Pinturault, tenant du titre du classement général, s'est classé 2e de la première manche du slalom géant de Val-d'Isère, ce samedi dans le cadre de la Coupe du monde de ski alpin. Marco Odermatt a signé le meilleur temps, Matthieu Faivre a terminé 4e.

", - "content": "Alexis Pinturault, tenant du titre du classement général, s'est classé 2e de la première manche du slalom géant de Val-d'Isère, ce samedi dans le cadre de la Coupe du monde de ski alpin. Marco Odermatt a signé le meilleur temps, Matthieu Faivre a terminé 4e.

", + "title": "Ligue des champions: l'UEFA risée des réseaux sociaux après le couac du tirage au sort", + "description": "Après l'énorme imbroglio autour du tirage au sort des 8es de finale de la Ligue des champions, les réseaux sociaux se sont montrés sans pitié envers l'UEFA. Les affiches doivent être retirées à partir de 15 heures.

", + "content": "Après l'énorme imbroglio autour du tirage au sort des 8es de finale de la Ligue des champions, les réseaux sociaux se sont montrés sans pitié envers l'UEFA. Les affiches doivent être retirées à partir de 15 heures.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/val-d-isere-slalom-geant-odermatt-leader-apres-la-premiere-manche-pinturault-et-faivre-en-embuscade_AV-202112110073.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-l-uefa-risee-des-reseaux-sociaux-apres-le-couac-du-tirage-au-sort_AV-202112130306.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 09:30:19 GMT", - "enclosure": "https://images.bfmtv.com/8F5jA0PQqolgEtRONgc6my2qzlw=/0x106:2048x1258/800x0/images/Alexis-Pinturault-1186246.jpg", + "pubDate": "Mon, 13 Dec 2021 14:01:41 GMT", + "enclosure": "https://images.bfmtv.com/LUj40tbr7OhkXtcO9QGtFHti-RQ=/0x106:2048x1258/800x0/images/1187615.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f6805cfed216b1930311a3874a385d9" + "hash": "e4175d14480372d60d6ff31cf7e2642d" }, { - "title": "Europa Conference League: le match Tottenham-Rennes définitivement annulé", - "description": "Le match d'Europa Conference League entre Tottenham et Rennes n'aura finalement pas lieu. Prévu initialement jeudi soir à Londres, il avait d'abord été reporté en raison de nombreux cas de Covid-19 chez les Spurs.

", - "content": "Le match d'Europa Conference League entre Tottenham et Rennes n'aura finalement pas lieu. Prévu initialement jeudi soir à Londres, il avait d'abord été reporté en raison de nombreux cas de Covid-19 chez les Spurs.

", + "title": "Europa Conference League: l'OM défiera Qarabag en barrages", + "description": "L'Olympique de Marseille connaît son adversaire pour les barrages de la Conference League : les Phocéens défieront Qarabag avec l'aller au stade Vélodrome le 17 février et le retour le 24 février.

", + "content": "L'Olympique de Marseille connaît son adversaire pour les barrages de la Conference League : les Phocéens défieront Qarabag avec l'aller au stade Vélodrome le 17 février et le retour le 24 février.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-conference-league/europa-conference-league-le-match-tottenham-rennes-definitivement-annule_AV-202112110070.html", + "link": "https://rmcsport.bfmtv.com/football/europa-conference-league-l-om-defiera-qarabag-en-barrages_AN-202112130290.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 09:13:36 GMT", - "enclosure": "https://images.bfmtv.com/y-HvxCqjPzFnK9tDte5jgvCHVco=/0x0:2048x1152/800x0/images/Harry-Kane-et-Flavien-Tait-1186247.jpg", + "pubDate": "Mon, 13 Dec 2021 13:18:12 GMT", + "enclosure": "https://images.bfmtv.com/6lTsREwlUS48Fo_RdlIEExYbZDA=/0x40:768x472/800x0/images/Le-Marseillais-Matteo-Guendouzi-en-controle-face-au-Lokomotiv-Moscou-en-Ligue-Europa-au-Velodrome-le-9-decembre-2021-1185393.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff5ecdac7d6f4fff7426de0e086c8e49" + "hash": "4a45cdf44c595d6dee8264812d032b8e" }, { - "title": "Prix du Bourbonnais : Face Time Bourbon en tête d'affiche", - "description": "Deuxième course qualificative au Prix d'Amérique (30 janvier), le Prix du Bourbonnais se dispute ce dimanche 12 décembre sur l'hippodrome de Vincennes et sera marqué par la présence du champion Face Time Bourbon.

", - "content": "Deuxième course qualificative au Prix d'Amérique (30 janvier), le Prix du Bourbonnais se dispute ce dimanche 12 décembre sur l'hippodrome de Vincennes et sera marqué par la présence du champion Face Time Bourbon.

", + "title": "Ligue des champions: nouveau tirage au sort à 15h après la boulette des boules", + "description": "L’UEFA a décidé de procéder à un nouveau tirage au sort des 8e de finale de la Ligue des champions à 15h après les erreurs de boules commises lors du tirage initial.

", + "content": "L’UEFA a décidé de procéder à un nouveau tirage au sort des 8e de finale de la Ligue des champions à 15h après les erreurs de boules commises lors du tirage initial.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/prix-du-bourbonnais-face-time-bourbon-en-tete-d-affiche_AN-202112110069.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-nouveau-tirage-au-sort-a-15h-apres-la-boulette-des-boules_AN-202112130277.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 09:13:02 GMT", - "enclosure": "https://images.bfmtv.com/99CLRc0XI2H3jY_C6cOe-7TTLmQ=/7x45:791x486/800x0/images/Face-Time-Bourbon-vise-un-nouveau-succes-1186245.jpg", + "pubDate": "Mon, 13 Dec 2021 12:49:05 GMT", + "enclosure": "https://images.bfmtv.com/S73fgC_aIVX6vAYG0qU-DQ5oKbY=/0x20:2048x1172/800x0/images/Tirage-Ligue-des-champions-1187563.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44705,17 +45959,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "595ac81be944e5f5869320e2c5378de3" + "hash": "05f12adcd21226628fcdc2b5a1d28316" }, { - "title": "Cardiff-Toulouse en direct: le Stade toulousain vise le bonus", - "description": "Vainqueur de la dernière édition de la Champions Cup, le Stade Toulousain lance la défense de son titre sur la pelouse de Cardiff à partir de 14h. Le meilleur joueur de la planète rugby, Antoine Dupont, est titulaire !

", - "content": "Vainqueur de la dernière édition de la Champions Cup, le Stade Toulousain lance la défense de son titre sur la pelouse de Cardiff à partir de 14h. Le meilleur joueur de la planète rugby, Antoine Dupont, est titulaire !

", + "title": "Ligue Europa: le tirage au sort complet des barrages, avec un choc pour le Barça", + "description": "Ce lundi à Nyon, le tirage au sort des barrages de Ligue Europa a réservé au Barça un barrage pas si évident à négocier pour les joueurs de Xavi. Le club catalan défiera Naples au Camp Nou lors du match aller, prévu le 17 février.

", + "content": "Ce lundi à Nyon, le tirage au sort des barrages de Ligue Europa a réservé au Barça un barrage pas si évident à négocier pour les joueurs de Xavi. Le club catalan défiera Naples au Camp Nou lors du match aller, prévu le 17 février.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-cardiff-toulouse-en-direct_LS-202112110107.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-le-tirage-au-sort-complet-des-barrages-avec-un-choc-pour-le-barca_AV-202112130276.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:40:10 GMT", - "enclosure": "https://images.bfmtv.com/pRz5BhI34th2S6A0kr-XgrGi1Js=/0x58:2048x1210/800x0/images/Antoine-Dupont-1136199.jpg", + "pubDate": "Mon, 13 Dec 2021 12:40:52 GMT", + "enclosure": "https://images.bfmtv.com/RagZLz_CJCNXt9Rji3yz882ruv0=/0x89:1200x764/800x0/images/Gavi-1187573.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44726,17 +45980,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0c973c07117a4f3abcc800f7611aa1a" + "hash": "ff05f264333edce1a8f1eb37cc295c7f" }, { - "title": "Barça: Laporta promet aux supporters des renforts cet hiver", - "description": "Loin des premières places en Liga et fraîchement éliminé de la Ligue des champions, le Barça vit un début de saison galère. Pour permettre à Xavi de vite redresser la barre, le président Joan Laporta a promis de tout faire pour recruter des joueurs en janvier.

", - "content": "Loin des premières places en Liga et fraîchement éliminé de la Ligue des champions, le Barça vit un début de saison galère. Pour permettre à Xavi de vite redresser la barre, le président Joan Laporta a promis de tout faire pour recruter des joueurs en janvier.

", + "title": "Chelsea-Lille: 2019, un précédent douloureux pour le LOSC", + "description": "Opposé à Chelsea en huitièmes de finale de Ligue des champions, le LOSC retrouve un adversaire qu’il a côtoyé récemment. Les Dogues s’étaient incliné deux fois face aux Blues lors de la phase de poule de l’édition 2019-2020.

", + "content": "Opposé à Chelsea en huitièmes de finale de Ligue des champions, le LOSC retrouve un adversaire qu’il a côtoyé récemment. Les Dogues s’étaient incliné deux fois face aux Blues lors de la phase de poule de l’édition 2019-2020.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-laporta-promet-aux-supporters-des-renforts-cet-hiver_AV-202112110064.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/chelsea-lille-2019-un-precedent-douloureux-pour-le-losc_AV-202112130275.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 09:06:39 GMT", - "enclosure": "https://images.bfmtv.com/C1TO6crkVIOSdWoXUHul_4fbF_k=/0x68:2048x1220/800x0/images/Joan-Laporta-1170972.jpg", + "pubDate": "Mon, 13 Dec 2021 12:40:22 GMT", + "enclosure": "https://images.bfmtv.com/O0Wvsrc1T4D3-hurF2uSLmLm_58=/7x111:2039x1254/800x0/images/1187558.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44747,17 +46001,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa04e876941bdd62fb195828a21eda45" + "hash": "529551a42912498de9a1e7f8e98f2f23" }, { - "title": "GP d'Abu Dhabi de F1 en direct: Hamilton encore le plus rapide avant les qualifs", - "description": "Qui de Max Verstappen (Red Bull) ou Lewis Hamilton (Mercedes) sera sacré champion du monde de Formule 1? À égalité de points au classement, les deux rivaux s'affrontent sur le tracé de Yas Marina à Abu Dhabi (Émirats arabes unis) pour le dernier Grand Prix de la saison de F1. Le départ de la course est prévu ce dimanche à 14h00. Un événement à suivre dans ce live RMC Sport.

", - "content": "Qui de Max Verstappen (Red Bull) ou Lewis Hamilton (Mercedes) sera sacré champion du monde de Formule 1? À égalité de points au classement, les deux rivaux s'affrontent sur le tracé de Yas Marina à Abu Dhabi (Émirats arabes unis) pour le dernier Grand Prix de la saison de F1. Le départ de la course est prévu ce dimanche à 14h00. Un événement à suivre dans ce live RMC Sport.

", + "title": "Basket: Mitrovic viré de Monaco", + "description": "L’AS Monaco a annoncé ce lundi la fin de sa collaboration avec son entraîneur emblématique Zvezdan Mitrovic. Les Monégasques restaient sur cinq défaites consécutives en Euroligue. Dimanche, ils se sont également inclinés contre Strasbourg en championnat.

", + "content": "L’AS Monaco a annoncé ce lundi la fin de sa collaboration avec son entraîneur emblématique Zvezdan Mitrovic. Les Monégasques restaient sur cinq défaites consécutives en Euroligue. Dimanche, ils se sont également inclinés contre Strasbourg en championnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abou-dhabi-de-f1-en-direct-hamilton-verstappen-duel-final-pour-le-titre_LN-202112100118.html", + "link": "https://rmcsport.bfmtv.com/basket/jeep-elite/basket-mitrovic-vire-de-monaco_AV-202112130388.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 07:42:07 GMT", - "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.jpg", + "pubDate": "Mon, 13 Dec 2021 16:39:12 GMT", + "enclosure": "https://images.bfmtv.com/qbGLbiipYRZ0k_f6D06lEdvh0vY=/0x40:768x472/800x0/images/Le-coach-Zvezdan-Mitrovic-alors-en-charge-de-l-ASVEL-le-20-juin-2019-a-Monaco-1187661.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44768,38 +46022,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c80367641411c603b1727357cc0e133" + "hash": "419b56fd605a960fbe438b66874a8418" }, { - "title": "PSG en direct: la conf de Pochettino avant Monaco", - "description": "Le PSG recevra Monaco dimanche soir (20h45) en clôture de la 18e journée de Ligue 1. Mauricio Pochettino sera en conférence de presse ce samedi à partir de 14h. Suivez sur RMC Sport les dernières infos liées au club de la capitale.

", - "content": "Le PSG recevra Monaco dimanche soir (20h45) en clôture de la 18e journée de Ligue 1. Mauricio Pochettino sera en conférence de presse ce samedi à partir de 14h. Suivez sur RMC Sport les dernières infos liées au club de la capitale.

", + "title": "PRONOS PARIS RMC Le pari du jour du 13 décembre – Ligue 2", + "description": "Notre pronostic : Toulouse bat Rodez et au moins deux buts dans la rencontre (1.84)

", + "content": "Notre pronostic : Toulouse bat Rodez et au moins deux buts dans la rencontre (1.84)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-monaco_LN-202112110112.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-13-decembre-ligue-2_AN-202112120168.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:51:01 GMT", - "enclosure": "https://images.bfmtv.com/OkxVy7-9k73U51C8jQEGZIR4W4k=/0x4:1200x679/800x0/images/Mauricio-Pochettino-1181815.jpg", + "pubDate": "Sun, 12 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/56PEthnqKQAEkg7azMTzLgF9ajs=/0x82:2000x1207/800x0/images/TFC-1186986.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a3f35655a57d6950f564941818f6467" + "hash": "806f4cd2d475b6c3d1dd5ab940d6a477" }, { - "title": "Champions Cup, Cardiff-Toulouse en direct: le Stade part à la défense de son titre", - "description": "Vainqueur de la dernière édition de la Champions Cup, le Stade Toulousain lance la défense de son titre sur la pelouse de Cardiff à partir de 14h. Le meilleur joueur de la planète rugby, Antoine Dupont, est titulaire !

", - "content": "Vainqueur de la dernière édition de la Champions Cup, le Stade Toulousain lance la défense de son titre sur la pelouse de Cardiff à partir de 14h. Le meilleur joueur de la planète rugby, Antoine Dupont, est titulaire !

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 13 décembre - NBA", + "description": "Mon pronostic : Milwaukee s'impose à Boston (1.96) !

", + "content": "Mon pronostic : Milwaukee s'impose à Boston (1.96) !

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-cardiff-toulouse-en-direct_LS-202112110107.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-13-decembre-nba_AN-202112130272.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:40:10 GMT", - "enclosure": "https://images.bfmtv.com/pRz5BhI34th2S6A0kr-XgrGi1Js=/0x58:2048x1210/800x0/images/Antoine-Dupont-1136199.jpg", + "pubDate": "Mon, 13 Dec 2021 12:29:13 GMT", + "enclosure": "https://images.bfmtv.com/eVwzMgQsZNySZ1QqjYQ2JzKFNAg=/0x0:1984x1116/800x0/images/G-Antetokounmpo-1187565.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44810,17 +46064,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41c9dd989a9a97d0d7253826d1d35a18" + "hash": "0121fb1fc80eb25b330e1ecbc212d2df" }, { - "title": "Affaire Agnel en direct: le président de la fédération de natation \"abasourdi\"", - "description": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi. L'affaire remonte à 2016.

", - "content": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi. L'affaire remonte à 2016.

", + "title": "Ligue des champions: l'UEFA va refaire un tirage au sort après une énorme polémique", + "description": "L’UEFA a procédé ce lundi au tirage au sort des huitièmes de finale de la Ligue des champions. Fait rare, une petite erreur a été commise pendant la procédure et le club de Manchester United a même été tiré à deux reprises. Une autre énorme erreur a en revanche condut à un nouveau tirage (prévu à 15h).

", + "content": "L’UEFA a procédé ce lundi au tirage au sort des huitièmes de finale de la Ligue des champions. Fait rare, une petite erreur a été commise pendant la procédure et le club de Manchester United a même été tiré à deux reprises. Une autre énorme erreur a en revanche condut à un nouveau tirage (prévu à 15h).

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-enorme-polemique-vers-un-nouveau-tirage_AV-202112130271.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 07:40:25 GMT", - "enclosure": "https://images.bfmtv.com/W6kcKJNSxCl3PGu1CwJs48cRhnY=/0x212:2048x1364/800x0/images/Agnel-1186218.jpg", + "pubDate": "Mon, 13 Dec 2021 12:28:57 GMT", + "enclosure": "https://images.bfmtv.com/S73fgC_aIVX6vAYG0qU-DQ5oKbY=/0x20:2048x1172/800x0/images/Tirage-Ligue-des-champions-1187563.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44831,17 +46085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b3fa9f79bbdabd11d42b9191c3497e7" + "hash": "af550b0e160d57f46ce74d1f38f259c7" }, { - "title": "Le football européen est \"l'otage des Qataris\", selon le président de Naples", - "description": "Aurelio De Laurentiis, président de Naples, a déploré la proximité de l'UEFA avec le Qatar, mais aussi le fait que l'Association européenne des clubs (ECA) soit dirigée par Nasser Al-Khelaïfi, le patron qatari du PSG.

", - "content": "Aurelio De Laurentiis, président de Naples, a déploré la proximité de l'UEFA avec le Qatar, mais aussi le fait que l'Association européenne des clubs (ECA) soit dirigée par Nasser Al-Khelaïfi, le patron qatari du PSG.

", + "title": "Les fans misent une fortune dans les cryptomonnaies liées au foot", + "description": "L’essor des cryptomonnaies auprès du grand public touche même le monde du football. Une enquête de la BBC révèle combien les supporters ont investi dans ce secteur en pleine croissance.

", + "content": "L’essor des cryptomonnaies auprès du grand public touche même le monde du football. Une enquête de la BBC révèle combien les supporters ont investi dans ce secteur en pleine croissance.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/le-football-europeen-est-l-otage-des-qataris-selon-le-president-de-naples_AV-202112110056.html", + "link": "https://rmcsport.bfmtv.com/football/les-fans-misent-une-fortune-dans-les-cryptomonnaies-liees-au-foot_AV-202112130249.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 08:37:37 GMT", - "enclosure": "https://images.bfmtv.com/0qiih09E8ttkwvck6z6v6dyHyYI=/1x1:3009x1693/800x0/images/-868973.jpg", + "pubDate": "Mon, 13 Dec 2021 11:50:05 GMT", + "enclosure": "https://images.bfmtv.com/cLRwbBSanUnPRMfkg3bh0Rku8Lo=/0x30:2048x1182/800x0/images/Les-supporters-de-Manchester-City-1187528.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44852,17 +46106,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d71503e8c9b9b8bfd5ebf9ef041cf74" + "hash": "34baf817588fc587e58db34d21c88d04" }, { - "title": "F1: De Bruyne affiche son soutien à Verstappen avant le GP d'Abu Dhabi", - "description": "Avant l'ultime combat entre Max Verstappen et Lewis Hamilton ce dimanche à Abu Dhabi, Kevin De Bruyne a tenu à encourager le pilote néerlandais sur les réseaux sociaux. Il espère qu'il sera sacré à l'issue du dernier GP de la saison de Formule 1.

", - "content": "Avant l'ultime combat entre Max Verstappen et Lewis Hamilton ce dimanche à Abu Dhabi, Kevin De Bruyne a tenu à encourager le pilote néerlandais sur les réseaux sociaux. Il espère qu'il sera sacré à l'issue du dernier GP de la saison de Formule 1.

", + "title": "Viol et agression sur mineure: l’affaire Agnel en six questions", + "description": "La procureure de la République de Mulhouse, Edwige Roux-Morizot, a délivré un grand nombre d'informations concernant l'information judiciaire qui a entraîné la mise en examen de Yannick Agnel, pour viol et agression sexuelle sur mineure de 15 ans.

", + "content": "La procureure de la République de Mulhouse, Edwige Roux-Morizot, a délivré un grand nombre d'informations concernant l'information judiciaire qui a entraîné la mise en examen de Yannick Agnel, pour viol et agression sexuelle sur mineure de 15 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-de-bruyne-affiche-son-soutien-a-verstappen-avant-le-gp-d-abu-dhabi_AV-202112110047.html", + "link": "https://rmcsport.bfmtv.com/natation/viol-et-agression-sur-mineure-l-affaire-agnel-en-six-questions_AV-202112130240.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 07:57:45 GMT", - "enclosure": "https://images.bfmtv.com/OO-SeSeBQAXCzIcduoivThuW9dk=/0x51:2048x1203/800x0/images/Kevin-DE-BRUYNE-1186217.jpg", + "pubDate": "Mon, 13 Dec 2021 11:32:50 GMT", + "enclosure": "https://images.bfmtv.com/MhiWI9f1DC1iCJ2a2QzVGovW6ro=/0x38:768x470/800x0/images/Le-nageur-francais-Yannick-Agnel-s-apprete-a-disputer-la-finale-du-200-m-des-championnats-de-France-a-Montpellier-le-30-mars-2016-1185421.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44873,17 +46127,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a73cc9558c15b6748c592d790f14916f" + "hash": "1e6f9695af5d687cc917b8b846ded370" }, { - "title": "Manchester United: Rangnick ne fera pas le forcing pour retenir Pogba", - "description": "En conférence de presse vendredi, le nouvel entraîneur de Manchester United, Ralf Rangnick, a fait passer un message clair concernant Paul Pogba. Il ne cherchera pas à tout prix à conserver le champion du monde français, dont le contrat prendra fin l'été prochain.

", - "content": "En conférence de presse vendredi, le nouvel entraîneur de Manchester United, Ralf Rangnick, a fait passer un message clair concernant Paul Pogba. Il ne cherchera pas à tout prix à conserver le champion du monde français, dont le contrat prendra fin l'été prochain.

", + "title": "Ligue des champions: le tirage au sort complet des 8es de finale", + "description": "Ce lundi à Nyon a eu lieu le tirage au sort des 8es de finale de C1. Un tirage qui a offert deux adversaires relevés pour les représentants français Paris et Lille, mais aussi d'autres belles affiches, avec notamment un Atlético de Madrid - Bayern.

", + "content": "Ce lundi à Nyon a eu lieu le tirage au sort des 8es de finale de C1. Un tirage qui a offert deux adversaires relevés pour les représentants français Paris et Lille, mais aussi d'autres belles affiches, avec notamment un Atlético de Madrid - Bayern.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-rangnick-ne-fera-pas-le-forcing-pour-retenir-pogba_AV-202112110040.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions-le-tirage-au-sort-complet-des-8es-de-finale_AN-202112130238.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 07:19:58 GMT", - "enclosure": "https://images.bfmtv.com/Iqb62K1AjQyfYgpqezj24yD12pY=/0x106:2048x1258/800x0/images/Ralf-RANGNICK-1186211.jpg", + "pubDate": "Mon, 13 Dec 2021 11:29:24 GMT", + "enclosure": "https://images.bfmtv.com/XVscWzyOC1h_dXwRrzvYEZMgcvg=/0x89:2048x1241/800x0/images/Le-trophee-de-la-Ligue-des-champions-1070478.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44894,17 +46148,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "708d958420bcf5b5d00ffd2f620b2ae1" + "hash": "b01487ebd69851b5e7888d24a1ce28d7" }, { - "title": "Mercato: Kolo Muani confirme qu'il quittera Nantes cet été", - "description": "Auteur d'un doublé lors de la victoire renversante du FC Nantes vendredi face à Lens (3-2), en ouverture de la 18e journée de Ligue 1, Randal Kolo Muani a fait le point sur son avenir à l'issue de la rencontre. Le jeune attaquant français partira libre en fin de saison.

", - "content": "Auteur d'un doublé lors de la victoire renversante du FC Nantes vendredi face à Lens (3-2), en ouverture de la 18e journée de Ligue 1, Randal Kolo Muani a fait le point sur son avenir à l'issue de la rencontre. Le jeune attaquant français partira libre en fin de saison.

", + "title": "Ligue des champions: Lille opposé à Chelsea en 8es de finale", + "description": "Premier de son groupe, le LOSC affrontera Chelsea en huitième de finale de Ligue des champions. Le match aller aura lieu en février prochain à Stamford Bridge, le retour sera disputé au stade Pierre-Mauroy en mars. \"On sera prêt\", prévient Gourvennec.

", + "content": "Premier de son groupe, le LOSC affrontera Chelsea en huitième de finale de Ligue des champions. Le match aller aura lieu en février prochain à Stamford Bridge, le retour sera disputé au stade Pierre-Mauroy en mars. \"On sera prêt\", prévient Gourvennec.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/mercato-kolo-muani-confirme-qu-il-quittera-nantes-cet-ete_AV-202112110038.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-lille-sera-oppose-a-chelsea-en-8es-de-finale_AN-202112130237.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 06:47:25 GMT", - "enclosure": "https://images.bfmtv.com/dJLGEWIY-Pgjss4ubke9jx-WeFE=/0x0:2032x1143/800x0/images/Randal-Kolo-Muani-a-droite-1186194.jpg", + "pubDate": "Mon, 13 Dec 2021 11:26:08 GMT", + "enclosure": "https://images.bfmtv.com/7LSKdOVy6djzhADkcCIupYcK7X8=/0x145:2048x1297/800x0/images/Hakim-Ziyech-celebre-avec-deux-coequipiers-de-Chelsea-1158773.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44915,17 +46169,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4800e9741e35fbd49a1f5da3e040bd99" + "hash": "3e4ae138b336a22667eb2a9268ca89ad" }, { - "title": "NBA: un maillot de la légende Bill Russell vendu 1,1 million de dollars aux enchères", - "description": "Lors d'une vente aux enchères organisée vendredi, dont une partie des bénéfices sera reversée à une organisation d'aide aux jeunes défavorisés, un maillot porté par la légende des Boston Celtics Bill Russell a été vendu pour 1.116.250 dollars.

", - "content": "Lors d'une vente aux enchères organisée vendredi, dont une partie des bénéfices sera reversée à une organisation d'aide aux jeunes défavorisés, un maillot porté par la légende des Boston Celtics Bill Russell a été vendu pour 1.116.250 dollars.

", + "title": "Ligue des champions: un choc Messi-Ronaldo pour le PSG qui défiera Manchester United en 8e de finale", + "description": "Le Paris Saint-Germain affrontera Manchester United en huitièmes de finale de la Ligue des champions. Un joli choc pour les Parisiens et en particulier pour Lionel Messi qui trouvera face à lui son éternel rival, Cristiano Ronaldo.

", + "content": "Le Paris Saint-Germain affrontera Manchester United en huitièmes de finale de la Ligue des champions. Un joli choc pour les Parisiens et en particulier pour Lionel Messi qui trouvera face à lui son éternel rival, Cristiano Ronaldo.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-un-maillot-de-la-legende-bill-russell-vendu-1-1-million-de-dollars-aux-encheres_AV-202112110026.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-psg-defiera-manchester-united-en-8eme-de-finale-messi-retrouvera-ronaldo_AV-202112130233.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 06:18:55 GMT", - "enclosure": "https://images.bfmtv.com/9JpkzrsEy6xkHAnJA9vFbY389dY=/0x73:2048x1225/800x0/images/Bill-RUSSELL-en-novembre-2021-1186184.jpg", + "pubDate": "Mon, 13 Dec 2021 11:22:17 GMT", + "enclosure": "https://images.bfmtv.com/f-r9QCmrQ_93F6tlt0lpa9jIAUE=/0x33:1200x708/800x0/images/Lionel-Messi-1187092.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44936,38 +46190,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7b8df6b7b87a64e1f3bace7a7592596" + "hash": "73441f5386f0966f86d56e6912c9d2f0" }, { - "title": "PSG: la mise au point de Deschamps sur l’avenir de Mbappé", - "description": "Invité de Rothen s’enflamme vendredi sur RMC, le sélectionneur de l’équipe de France Didier Deschamps a clarifié ses propos sur l’avenir de Kylian Mbappé, en fin de contrat au PSG à l’issue de la saison. Pour le Basque, le Parisien n’a pas forcément besoin de quitter Paris et de partir à l’étranger pour progresser.

", - "content": "Invité de Rothen s’enflamme vendredi sur RMC, le sélectionneur de l’équipe de France Didier Deschamps a clarifié ses propos sur l’avenir de Kylian Mbappé, en fin de contrat au PSG à l’issue de la saison. Pour le Basque, le Parisien n’a pas forcément besoin de quitter Paris et de partir à l’étranger pour progresser.

", + "title": "Bordeaux-Bègles : Alexandre Roumat vers Toulouse", + "description": "INFO RMC SPORT - Le troisième ligne de Bordeaux-Bègles Alexandre Roumat, en fin de contrat, devrait prendre la direction de Toulouse l’été prochain.

", + "content": "INFO RMC SPORT - Le troisième ligne de Bordeaux-Bègles Alexandre Roumat, en fin de contrat, devrait prendre la direction de Toulouse l’été prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/psg-la-mise-au-point-de-deschamps-sur-l-avenir-de-mbappe_AV-202112100550.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/bordeaux-begles-alexandre-roumat-vers-toulouse_AN-202112130212.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 23:36:47 GMT", - "enclosure": "https://images.bfmtv.com/Dh8YO_FiUrG0tZ1rE5zq_69l-30=/0x162:2048x1314/800x0/images/Deschamps-et-Mbappe-1186156.jpg", + "pubDate": "Mon, 13 Dec 2021 10:38:36 GMT", + "enclosure": "https://images.bfmtv.com/x1Zo3FVS-zImas9sVrRRPc2c_s4=/0x62:1200x737/800x0/images/-860043.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ad13df583f9398aebb6b33054d3bc11" + "hash": "eae85d4fab4d23c3b523dcecd739d0dd" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 11 décembre – Série A", - "description": "Notre pronostic: la Fiorentina bat la Salernitana (1.30)

", - "content": "Notre pronostic: la Fiorentina bat la Salernitana (1.30)

", + "title": "Barça: Agüero va annoncer sa retraite cette semaine", + "description": "Sergio Agüero ne sera bientôt plus footballeur professionnel. Selon la presse espagnole, l’attaquant argentin du Barça va officialiser sa retraite mercredi en raison de problèmes cardiaques.

", + "content": "Sergio Agüero ne sera bientôt plus footballeur professionnel. Selon la presse espagnole, l’attaquant argentin du Barça va officialiser sa retraite mercredi en raison de problèmes cardiaques.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-11-decembre-serie-a_AN-202112100435.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-aguero-va-annoncer-sa-retraite-cette-semaine_AV-202112130205.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/PYg704X1AE03e0OyYknw5HAnC1M=/0x104:1984x1220/800x0/images/Joie-Fiorentina-1186013.jpg", + "pubDate": "Mon, 13 Dec 2021 10:22:51 GMT", + "enclosure": "https://images.bfmtv.com/iGSCfJlEomOtlv8y4ufZQ9H3oLc=/0x106:2048x1258/800x0/images/Sergio-Aguero-lors-de-son-dernier-match-avec-le-Barca-1187461.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44978,17 +46232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f2f5db8979c84fbc8f4211d0dd7e74f" + "hash": "1c45a441b5257051d4d90e0d5630fd5a" }, { - "title": "PRONOS PARIS RMC Le buteur du jour du 11 décembre – Série A", - "description": "Notre pronostic: Dusan Vlahovic marque contre la Salernitana (1.66)

", - "content": "Notre pronostic: Dusan Vlahovic marque contre la Salernitana (1.66)

", + "title": "Violences sexuelles: Yannick Agnel reconnait la \"matérialité des faits\"", + "description": "Mis en examen pour viol et agression sexuelle sur mineure, le double champion olympique de natation Yannick Agnel a reconnu les faits a déclaré la procureure lundi à Mulhouse.

", + "content": "Mis en examen pour viol et agression sexuelle sur mineure, le double champion olympique de natation Yannick Agnel a reconnu les faits a déclaré la procureure lundi à Mulhouse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-11-decembre-serie-a_AN-202112100430.html", + "link": "https://rmcsport.bfmtv.com/natation/violences-sexuelles-yannick-agnel-reconnait-les-faits_AV-202112130200.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/705OrojlSM4KdFtpfEUOPkSXqaY=/0x104:1984x1220/800x0/images/Dusan-Vlahovic-Fiorentina-1186009.jpg", + "pubDate": "Mon, 13 Dec 2021 10:14:58 GMT", + "enclosure": "https://images.bfmtv.com/W6kcKJNSxCl3PGu1CwJs48cRhnY=/0x212:2048x1364/800x0/images/Agnel-1186218.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -44999,17 +46253,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3421b3d868952abe7ba243b659ed617f" + "hash": "cba99797f8c7f78dc79548ea8856d982" }, { - "title": "PRONOS PARIS RMC Le pari extérieur du 11 décembre – Série A", - "description": "Notre pronostic: Milan s’impose à Udine (1.85)

", - "content": "Notre pronostic: Milan s’impose à Udine (1.85)

", + "title": "Trop d'entertainment, pas assez de sport? La F1 époque Netflix ne plaît pas à tout le monde", + "description": "Au lendemain d'un dernier Grand Prix exceptionnel dans tous les sens du terme à Abu Dhabi, qui a vu le triomphe de Max Verstappen, plusieurs commentateurs s'interrogent déjà sur le devenir de la discipline, de plus en plus soumise à des décisions litigieuses formulées par les commissaires de course.

", + "content": "Au lendemain d'un dernier Grand Prix exceptionnel dans tous les sens du terme à Abu Dhabi, qui a vu le triomphe de Max Verstappen, plusieurs commentateurs s'interrogent déjà sur le devenir de la discipline, de plus en plus soumise à des décisions litigieuses formulées par les commissaires de course.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-11-decembre-serie-a_AN-202112100428.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/trop-d-entertainment-pas-assez-de-sport-la-f1-epoque-netflix-ne-plait-pas-a-tout-le-monde_AV-202112130193.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/XCoTHznhY3QM3MLdDhByIw_WvcQ=/0x159:2000x1284/800x0/images/Zlatan-Ibrahimovic-Milan-1186005.jpg", + "pubDate": "Mon, 13 Dec 2021 10:09:24 GMT", + "enclosure": "https://images.bfmtv.com/RBBFHwKIHqTgwVHXTLOyV4RPv5U=/0x191:2048x1343/800x0/images/Lewis-Hamilton-et-Max-Verstappen-sur-le-circuit-de-Yas-Marina-en-2021-1187076.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45020,17 +46274,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07b38c12bd31d5fdbbcc85a0b3a10b8e" + "hash": "4dea4ede72c9d85376759828b625f262" }, { - "title": "PRONOS PARIS RMC Le pari rugby de Denis Charvet du 11 décembre – Champions Cup", - "description": "Mon pronostic : Bordeaux-Bègles bat Leicester (3.35)

", - "content": "Mon pronostic : Bordeaux-Bègles bat Leicester (3.35)

", + "title": "La belle initiative du Betis pour les enfants défavorisés", + "description": "Ce dimanche, les fans du Betis Séville se sont montrés particulièrement généreux au cours de la rencontre face à la Real Sociedad. Des milliers de peluches ont été lancées des tribunes pour les enfants défavorisés.

", + "content": "Ce dimanche, les fans du Betis Séville se sont montrés particulièrement généreux au cours de la rencontre face à la Real Sociedad. Des milliers de peluches ont été lancées des tribunes pour les enfants défavorisés.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-rugby-de-denis-charvet-du-11-decembre-champions-cup_AN-202112100273.html", + "link": "https://rmcsport.bfmtv.com/football/liga/la-belle-initiative-du-betis-pour-les-enfants-defavorises_AV-202112130189.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/p6e93LR6hKqaJGNgUsFUAfBvg1k=/1x209:2001x1334/800x0/images/UBB-1185783.jpg", + "pubDate": "Mon, 13 Dec 2021 10:01:35 GMT", + "enclosure": "https://images.bfmtv.com/_bLLLjWirs2WZZU4C9Doxsq7cn8=/0x105:2048x1257/800x0/images/1187433.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45041,17 +46295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1497e93a5038cc83a1e76abad51910a1" + "hash": "ffd541f5a22b36c39b11b2d454f66a7f" }, { - "title": "Barça: un ex-éducateur de la Masia accusé d’abus sexuels sur mineurs", - "description": "Une soixantaine de témoins accusent un ancien éducateur du centre de formation du Barça d’avoir commis des abus sexuels et des faits de harcèlement sur des mineurs dont il avait la charge en tant que professeur de sport dans une école de la cité catalane.

", - "content": "Une soixantaine de témoins accusent un ancien éducateur du centre de formation du Barça d’avoir commis des abus sexuels et des faits de harcèlement sur des mineurs dont il avait la charge en tant que professeur de sport dans une école de la cité catalane.

", + "title": "Les pronos hippiques du mardi 14 décembre 2021", + "description": "Le Quinté+ du mardi 14 décembre est programmé sur l’hippodrome de Pau dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du mardi 14 décembre est programmé sur l’hippodrome de Pau dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-un-ex-educateur-de-la-masia-accuse-d-abus-sexuels-sur-mineurs_AV-202112100542.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-14-decembre-2021_AN-202112130183.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 22:48:05 GMT", - "enclosure": "https://images.bfmtv.com/_Qk5LJjAbgietOm9pGjuPk7wzbA=/0x107:2048x1259/800x0/images/Un-ex-cadre-de-la-Masia-accuse-d-abus-sur-mineurs-1186146.jpg", + "pubDate": "Mon, 13 Dec 2021 09:54:24 GMT", + "enclosure": "https://images.bfmtv.com/_tD8SHQfZq95QXP9VN7qGZsGqbc=/4x51:468x312/800x0/images/Les-pronos-hippiques-du-11-novembre-2021-1163670.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45062,17 +46316,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db6abc8480b42081003d2d7aa58fc980" + "hash": "034a139060816b4c4c5df5b6e607f8f9" }, { - "title": "Lens: \"On doit tous se remettre en question\", la colère froide de Cahuzac après la défaite à Nantes", - "description": "Le capitaine de Lens Yannick Cahuzac était amer après la défaite 3-2 concédé à Nantes après avoir mené 2-0 à la Beaujoire, vendredi en ouverture de la 18eme journée de Ligue 1.

", - "content": "Le capitaine de Lens Yannick Cahuzac était amer après la défaite 3-2 concédé à Nantes après avoir mené 2-0 à la Beaujoire, vendredi en ouverture de la 18eme journée de Ligue 1.

", + "title": "Barça: \"La situation est critique\", Piqué tire la sonnette d’alarme", + "description": "Le défenseur central du FC Barcelone Gérard Piqué a poussé un coup de gueule après le match nul concédé sur la pelouse d’Osasuna (2-2) dimanche pour le compte de la 17eme journée de Liga.

", + "content": "Le défenseur central du FC Barcelone Gérard Piqué a poussé un coup de gueule après le match nul concédé sur la pelouse d’Osasuna (2-2) dimanche pour le compte de la 17eme journée de Liga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-on-doit-tous-se-remettre-en-question-la-colere-froide-de-cahuzac-apres-la-defaite-a-nantes_AN-202112100537.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-la-situation-est-critique-pique-tire-la-sonnette-d-alarme_AV-202112130151.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 22:40:20 GMT", - "enclosure": "https://images.bfmtv.com/VSqbfDgiB8h8LI8TG534cqKBSH8=/1x0:1665x936/800x0/images/Jerome-Cahuzac-1186138.jpg", + "pubDate": "Mon, 13 Dec 2021 09:02:38 GMT", + "enclosure": "https://images.bfmtv.com/4xy8A7vHD8Jh2HNqrIacZgBXJFA=/0x0:2048x1152/800x0/images/Gerard-Pique-1187388.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45083,38 +46337,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "58b4cf8b28535d8c688b072eecf71b05" + "hash": "5075e64a0fdbc02d18ea90c12848d536" }, { - "title": "Ligue 1: Nantes renverse Lens et prive les Sang et Or du podium", - "description": "Mené 2-0 à la pause, à domicile contre Lens, le FC Nantes est revenu en deuxième période pour s'imposer 3-2 vendredi lors de la 18eme journée de Ligue 1. Les Sang et Or manquent l’opportunité de monter provisoirement sur le podium.

", - "content": "Mené 2-0 à la pause, à domicile contre Lens, le FC Nantes est revenu en deuxième période pour s'imposer 3-2 vendredi lors de la 18eme journée de Ligue 1. Les Sang et Or manquent l’opportunité de monter provisoirement sur le podium.

", + "title": "Affaire Agnel en direct: La procureure parle", + "description": "Mis en examen pour viol et agression sexuelle sur mineure, le double champion olympique de natation Yannick Agnel a été placé sous contrôle judiciaire samedi. Ce lundi, la procureure parle à 11h.

", + "content": "Mis en examen pour viol et agression sexuelle sur mineure, le double champion olympique de natation Yannick Agnel a été placé sous contrôle judiciaire samedi. Ce lundi, la procureure parle à 11h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-nantes-renverse-lens-et-prive-les-sang-or-du-podium_AV-202112100525.html", + "link": "https://rmcsport.bfmtv.com/societe/affaire-agnel-en-direct-la-procureure-parle_LN-202112130146.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 22:03:24 GMT", - "enclosure": "https://images.bfmtv.com/k1w_RDr0FuiEWvyJ0gZiZmSV3Js=/0x106:2048x1258/800x0/images/Nantes-Lens-1186116.jpg", + "pubDate": "Mon, 13 Dec 2021 08:55:11 GMT", + "enclosure": "https://images.bfmtv.com/rt3XbWxel7P4UOz8KxNgKuPUmfI=/0x1:2048x1153/800x0/images/Yannick-Agnel-en-juillet-2016-1187389.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e2b0fefacd44d91a163e9c07b02afe8" + "hash": "a2a73dd7f4b52fc5313a7dada99c8ece" }, { - "title": "Champions Cup: le Racing ne rate pas ses débuts et corrige Northampton", - "description": "Le Racing 92 a décroché une victoire bonifiée à Northampton (14-45) ce vendredi lors de la première journée de Champions Cup. Porté par ses cadres, le club francilien a parfaitement réussi son entrée en lice dans la compétition européenne.

", - "content": "Le Racing 92 a décroché une victoire bonifiée à Northampton (14-45) ce vendredi lors de la première journée de Champions Cup. Porté par ses cadres, le club francilien a parfaitement réussi son entrée en lice dans la compétition européenne.

", + "title": "F1: le héros Verstappen salué aux Pays-Bas, les journaux britanniques déçus pour Hamilton... la revue de presse d'un titre hors du commun", + "description": "Quelques heures après le scénario rocambolesque de ce dernier Grand Prix de la saison en F1, les journaux du monde entier analysent le titre de Max Verstappen, vainqueur dimanche à Abu Dhabi, au détriment de son rival Lewis Hamilton.

", + "content": "Quelques heures après le scénario rocambolesque de ce dernier Grand Prix de la saison en F1, les journaux du monde entier analysent le titre de Max Verstappen, vainqueur dimanche à Abu Dhabi, au détriment de son rival Lewis Hamilton.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-le-racing-ne-rate-pas-ses-debuts-et-corrige-northampton_AV-202112100523.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-le-heros-verstappen-salue-aux-pays-bas-les-journaux-britanniques-decus-pour-hamilton-la-revue-de-presse-d-un-titre-hors-du-commun_AN-202112130137.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 21:53:02 GMT", - "enclosure": "https://images.bfmtv.com/RwJwbNvk8tkF0znYefDSUzycpwg=/0x141:2032x1284/800x0/images/Virimi-Vakatawa-lors-du-match-Northampton-Racing-1186122.jpg", + "pubDate": "Mon, 13 Dec 2021 08:32:18 GMT", + "enclosure": "https://images.bfmtv.com/KwPSE4qVVLbW2kXiC3RD7GBp8oQ=/0x11:496x290/800x0/images/Lewis-Hamilton-battu-par-Max-Verstappen-a-l-issue-du-dernier-tour-du-Grand-Prix-d-Abu-Dhabi-1187375.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45125,17 +46379,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fcc68d18b5e4b04201055d4212503508" + "hash": "35e94d2917004c16e5efdb5749243599" }, { - "title": "Euroligue: Monaco, défait contre Milan, enchaîne une cinquième défaite", - "description": "Monaco s'est incliné 71-65 face à Milan vendredi lors de la 14eme journée d'Euroligue.

", - "content": "Monaco s'est incliné 71-65 face à Milan vendredi lors de la 14eme journée d'Euroligue.

", + "title": "PSG: Marquinhos donne des nouvelles pas très rassurantes de Neymar", + "description": "En marge de la victoire du PSG face à Monaco (2-0) dimanche soir au Parc des Princes en clôture de la 18e journée de Ligue 1, le capitaine parisien Marquinhos ne s’est pas montré très rassurant sur Neymar, blessé à la cheville gauche.

", + "content": "En marge de la victoire du PSG face à Monaco (2-0) dimanche soir au Parc des Princes en clôture de la 18e journée de Ligue 1, le capitaine parisien Marquinhos ne s’est pas montré très rassurant sur Neymar, blessé à la cheville gauche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroligue-monaco-defait-contre-milan-enchaine-une-cinquieme-defaite_AD-202112100520.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-marquinhos-donne-des-nouvelles-pas-tres-rassurantes-de-neymar_AV-202112130130.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 21:43:57 GMT", - "enclosure": "https://images.bfmtv.com/NIc8a4w03Cd0kcRoqhxc2rbSt8Y=/0x8:2048x1160/800x0/images/Donatas-Motiejunas-1186118.jpg", + "pubDate": "Mon, 13 Dec 2021 08:18:41 GMT", + "enclosure": "https://images.bfmtv.com/bjR7aDSNb9Jz4m9RhScGbLH3peM=/0x0:2048x1152/800x0/images/Marquinhos-et-Neymar-1187364.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45146,17 +46400,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5662d4c98f7eb18f7695e721ae4a588d" + "hash": "b608600141befba75beae8883b0dd478" }, { - "title": "Covid: Herbert, non vacciné, renonce à sa participation à l'Open d’Australie", - "description": "Pierre-Hugues Herbert a choisi de ne pas participer à l’Open d’Australie en janvier 2022. Le Français a expliqué vendredi qu’il renonçait en raison de son classement en simple et de sa volonté de ne pas se faire vacciner contre le Covid-19 avant le premier tournoi du Grand Chelem de l’année.

", - "content": "Pierre-Hugues Herbert a choisi de ne pas participer à l’Open d’Australie en janvier 2022. Le Français a expliqué vendredi qu’il renonçait en raison de son classement en simple et de sa volonté de ne pas se faire vacciner contre le Covid-19 avant le premier tournoi du Grand Chelem de l’année.

", + "title": "Conference League: le meilleur et le pire tirage pour l’OM lors des barrages", + "description": "Eliminé de la Ligue Europa et reversé en Conference League, l’OM connaîtra ce lundi le nom de son adversaire lors des barrages de la C4. Non tête de série, Marseille devrait pourtant éviter le pire lors du tirage au sort effectué par l'UEFA.

", + "content": "Eliminé de la Ligue Europa et reversé en Conference League, l’OM connaîtra ce lundi le nom de son adversaire lors des barrages de la C4. Non tête de série, Marseille devrait pourtant éviter le pire lors du tirage au sort effectué par l'UEFA.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/covid-herbert-non-vaccine-renonce-a-sa-participation-a-l-open-d-australie_AV-202112100518.html", + "link": "https://rmcsport.bfmtv.com/football/europa-conference-league/conference-league-le-meilleur-et-le-pire-tirage-pour-l-om-lors-des-barrages_AV-202112130129.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 21:32:51 GMT", - "enclosure": "https://images.bfmtv.com/cvSz4itSkuLgVALonNtWY4fR-L4=/0x0:2048x1152/800x0/images/Pierre-Hugues-Herbert-lors-de-la-Coupe-Davis-1186110.jpg", + "pubDate": "Mon, 13 Dec 2021 08:17:24 GMT", + "enclosure": "https://images.bfmtv.com/eEYtPOVeYaqEZHITayxGgFwWsM8=/0x0:2048x1152/800x0/images/Matteo-Guendouzi-et-les-joueurs-de-l-OM-celebrent-un-but-1187365.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45167,17 +46421,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5371afd16e7be5894c1a31963243cd40" + "hash": "7835f702117034763b16368a37f4031e" }, { - "title": "PSG: Paredes reconnait des \"premiers mois compliqués\" pour Messi à Paris", - "description": "Ami et coéquipier de Lionel Messi depuis plusieurs saisons en sélection nationale, Leandro Paredes a évoqué sur la chaîne ESPN Argentina l’arrivée de la Pulga cet été et son adaptation dans le club parisien.

", - "content": "Ami et coéquipier de Lionel Messi depuis plusieurs saisons en sélection nationale, Leandro Paredes a évoqué sur la chaîne ESPN Argentina l’arrivée de la Pulga cet été et son adaptation dans le club parisien.

", + "title": "Ligue des champions: le meilleur et le pire tirage pour Lille en huitième de finale", + "description": "Placé dans le chapeau 1, le LOSC devrait éviter les plus grosses équipes lors du tirage au sort des huitièmes de finale de la Ligue des champions ce lundi (à partir de 12 h, en direct sur RMC Sport).

", + "content": "Placé dans le chapeau 1, le LOSC devrait éviter les plus grosses équipes lors du tirage au sort des huitièmes de finale de la Ligue des champions ce lundi (à partir de 12 h, en direct sur RMC Sport).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-paredes-reconnait-des-premiers-mois-compliques-pour-messi-a-paris_AV-202112100513.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-meilleur-et-le-pire-tirages-pour-lille-en-huitieme-de-finale_AV-202112130016.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 21:09:37 GMT", - "enclosure": "https://images.bfmtv.com/yT809Fg12JolJGvxqj3e2jjYmXs=/0x0:768x432/800x0/images/La-star-argentine-Lionel-Messi-et-son-compatriote-Leandro-Paredes-lors-d-un-entrainement-du-PSG-le-19-aout-2021-au-Camp-des-Loges-a-Saint-Germain-en-Laye-1117392.jpg", + "pubDate": "Mon, 13 Dec 2021 07:30:00 GMT", + "enclosure": "https://images.bfmtv.com/h-x8Y5LZY-cWnmvORiRW0GNWyPQ=/0x106:2048x1258/800x0/images/Lille-1187149.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45188,17 +46442,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae2530a9ec3ffaa600dd03212b7ffaa6" + "hash": "68c2b7c8673a969337574cf7807c8e85" }, { - "title": "GP d'Abu Dhabi de F1 en direct: Hamilton-Verstappen, le duel en qualif' approche", - "description": "Qui de Max Verstappen (Red Bull) ou Lewis Hamilton (Mercedes) sera sacré champion du monde de Formule 1? À égalité de points au classement, les deux rivaux s'affrontent sur le tracé de Yas Marina à Abu Dhabi (Émirats arabes unis) pour le dernier Grand Prix de la saison de F1. Le départ de la course est prévu ce dimanche à 14h00. Un événement à suivre dans ce live RMC Sport.

", - "content": "Qui de Max Verstappen (Red Bull) ou Lewis Hamilton (Mercedes) sera sacré champion du monde de Formule 1? À égalité de points au classement, les deux rivaux s'affrontent sur le tracé de Yas Marina à Abu Dhabi (Émirats arabes unis) pour le dernier Grand Prix de la saison de F1. Le départ de la course est prévu ce dimanche à 14h00. Un événement à suivre dans ce live RMC Sport.

", + "title": "PSG: Diane Leyre, Miss France et vraie fan parisienne", + "description": "Diane Leyre a remporté samedi l’élection de Miss France 2022 et offert un premier titre à la région Ile-de-France depuis 1997. Un succès qui pourrait même l’amener jusqu’à la pelouse du Parc des Princes pour un match du match du PSG, son club de cœur.

", + "content": "Diane Leyre a remporté samedi l’élection de Miss France 2022 et offert un premier titre à la région Ile-de-France depuis 1997. Un succès qui pourrait même l’amener jusqu’à la pelouse du Parc des Princes pour un match du match du PSG, son club de cœur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abou-dhabi-de-f1-en-direct-hamilton-verstappen-duel-final-pour-le-titre_LN-202112100118.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-diane-leyre-miss-france-et-vraie-fan-parisienne_AV-202112130101.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 07:42:07 GMT", - "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.jpg", + "pubDate": "Mon, 13 Dec 2021 07:25:43 GMT", + "enclosure": "https://images.bfmtv.com/21B4UbCh4hYe3P_Vt4RwAtyz9Yg=/0x213:2048x1365/800x0/images/Diane-Leyre-Miss-Ile-de-France-et-Miss-France-2022-1187316.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45209,17 +46463,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e46eccaf819e2848f46085f43915c07" + "hash": "096767951dddd35cc67209fc79e8fce1" }, { - "title": "Ligue 1: la belle initiative de Strasbourg avant la réception de l'OM", - "description": "Malgré l’interdiction de déplacement des supporters de l’OM à Strasbourg pour le match de la 18e journée de Ligue 1 prévu ce dimanche à la Meinau, le club alsacien a choisi de ne pas vendre les 1.000 billets récupérés. A la place, le RCS en fera cadeau aux licenciés et bénévoles de ses clubs partenaires.

", - "content": "Malgré l’interdiction de déplacement des supporters de l’OM à Strasbourg pour le match de la 18e journée de Ligue 1 prévu ce dimanche à la Meinau, le club alsacien a choisi de ne pas vendre les 1.000 billets récupérés. A la place, le RCS en fera cadeau aux licenciés et bénévoles de ses clubs partenaires.

", + "title": "PSG-Monaco en direct: Thierry Henry fracasse le PSG sur le cas Mbappé", + "description": "Face à l'AS Monaco, Paris a parfaitement géré le choc grâce à un Mbappé très efficace et prend encore un peu plus le large en tête du championnat avec une victoire 2-0. L'ASM de son côté reste coincé en milieu de tableau.

", + "content": "Face à l'AS Monaco, Paris a parfaitement géré le choc grâce à un Mbappé très efficace et prend encore un peu plus le large en tête du championnat avec une victoire 2-0. L'ASM de son côté reste coincé en milieu de tableau.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-la-belle-initiative-de-strasbourg-avant-la-reception-de-l-om_AV-202112100506.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-allechant-entre-le-psg-et-monaco_LS-202112120223.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 20:53:28 GMT", - "enclosure": "https://images.bfmtv.com/UNZiprqRONTMo4e4jDlON2SHKh4=/0x212:2048x1364/800x0/images/Un-superbe-tifo-des-supporters-de-Strasbourg-en-L1-1186098.jpg", + "pubDate": "Sun, 12 Dec 2021 17:00:00 GMT", + "enclosure": "https://images.bfmtv.com/8WC9Dc6oLQ0tRaU0UIm7gXTjJn8=/0x210:2048x1362/800x0/images/Mbappe-et-Messi-tout-sourire-apres-le-double-du-Francais-1187163.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45230,17 +46484,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0222c8cb0615a7d17e6eced6778bc38e" + "hash": "f14b7f605bb4892051aa4b909933fde9" }, { - "title": "Equipe de France: Benzema, Mbappé, son avenir... les vérités de Deschamps dans Rothen s'enflamme", - "description": "Didier Deschamps était l’invité exceptionnel de l’émission Rothen s’enflamme ce vendredi sur RMC. Présent en studio à moins d’un an de la Coupe du monde au Qatar, le sélectionneur de l’équipe de France a répondu à toutes les questions de Jérôme Rothen et Jean-Louis Tourre. Du bilan des Bleus en 2021, au retour de Karim Benzema, en passant par son avenir à la tête de l’équipe tricolore ou encore le poste d’entraîneur du PSG, Olivier Giroud… le technicien n’a éludé aucun sujet pendant deux heures d’un entretien exclusif. Pour ceux qui l’ont raté, voici les meilleures déclarations de Didier Deschamps.

", - "content": "Didier Deschamps était l’invité exceptionnel de l’émission Rothen s’enflamme ce vendredi sur RMC. Présent en studio à moins d’un an de la Coupe du monde au Qatar, le sélectionneur de l’équipe de France a répondu à toutes les questions de Jérôme Rothen et Jean-Louis Tourre. Du bilan des Bleus en 2021, au retour de Karim Benzema, en passant par son avenir à la tête de l’équipe tricolore ou encore le poste d’entraîneur du PSG, Olivier Giroud… le technicien n’a éludé aucun sujet pendant deux heures d’un entretien exclusif. Pour ceux qui l’ont raté, voici les meilleures déclarations de Didier Deschamps.

", + "title": "Ligue des champions: le tirage au sort des 8es de finale en direct", + "description": "Le tirage au sort des 8es de finale de la Ligue des champions se déroule à Nyon, en Suisse, ce lundi à midi. Le PSG et Lille vont connaître l'identité de leurs adversaires. Toutes les infos en direct à ne surtout pas manquer sont dans le live RMC Sport.

", + "content": "Le tirage au sort des 8es de finale de la Ligue des champions se déroule à Nyon, en Suisse, ce lundi à midi. Le PSG et Lille vont connaître l'identité de leurs adversaires. Toutes les infos en direct à ne surtout pas manquer sont dans le live RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-benzema-mbappe-son-avenir-les-verites-de-deschamps-dans-rothen-s-enflamme_AV-202112100496.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions-le-tirage-au-sort-des-8es-de-finale-en-direct_LN-202112130087.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:59:12 GMT", - "enclosure": "https://images.bfmtv.com/grxEyR1auO8eblBoeeHdLROPQRk=/0x0:1280x720/800x0/images/Didier-Deschamps-lors-de-son-passage-dans-Rothen-s-enflamme-1186091.jpg", + "pubDate": "Mon, 13 Dec 2021 07:04:32 GMT", + "enclosure": "https://images.bfmtv.com/5intaLIBwkrp4vnO6Rvv-UhkCdc=/15x209:1999x1325/800x0/images/Ligue-des-Champions-1063283.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45251,38 +46505,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac4ade12559ab0d5eef7a6e3dce6d35c" + "hash": "7bc24d9edec6ffc147f0eba35769fb5a" }, { - "title": "Clauss, Nkunku, Savanier bientôt chez les Bleus? Les réponses de Deschamps", - "description": "Dans Rothen s’enflamme, vendredi sur RMC, le sélectionneur Didier Deschamps s’est exprimé au sujet de Jonathan Clauss (Lens), Christopher Nkunku (Leipzig) et Téji Savanier (Montpellier). Trois joueurs dont on dit qu'ils sont proches de l’équipe de France.

", - "content": "Dans Rothen s’enflamme, vendredi sur RMC, le sélectionneur Didier Deschamps s’est exprimé au sujet de Jonathan Clauss (Lens), Christopher Nkunku (Leipzig) et Téji Savanier (Montpellier). Trois joueurs dont on dit qu'ils sont proches de l’équipe de France.

", + "title": "Biarritz: \"Couzinet a hérité d’une situation catastrophique\", selon Aldigé", + "description": "Le patron du Biarritz Olympique, Jean-Baptiste Aldigé, a rencontré le président intérimaire de l’Association amateur David Couzinet vendredi dernier, dans un climat plus apaisé et constructif que ces dernières semaines. Pour RMC Sport, Aldigé se confie sur cette entrevue qui pourrait changer la donne, avec la perspective d’une nouvelle convention entre les deux parties, l’avenir de son club, l’abandon de la délocalisation mais aussi les critiques à son encontre. Avec la volonté de concrétiser rapidement le projet de rénovation du stade Aguilera.

", + "content": "Le patron du Biarritz Olympique, Jean-Baptiste Aldigé, a rencontré le président intérimaire de l’Association amateur David Couzinet vendredi dernier, dans un climat plus apaisé et constructif que ces dernières semaines. Pour RMC Sport, Aldigé se confie sur cette entrevue qui pourrait changer la donne, avec la perspective d’une nouvelle convention entre les deux parties, l’avenir de son club, l’abandon de la délocalisation mais aussi les critiques à son encontre. Avec la volonté de concrétiser rapidement le projet de rénovation du stade Aguilera.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/clauss-nkunku-savanier-bientot-chez-les-bleus-les-reponses-de-deschamps_AV-202112100495.html", + "link": "https://rmcsport.bfmtv.com/rugby/biarritz-couzinet-a-herite-d-une-situation-catastrophique-selon-aldige_AN-202112130017.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:45:17 GMT", - "enclosure": "https://images.bfmtv.com/10Nm8U3U7Csy0RqSZ8TEKufd0eA=/0x0:2048x1152/800x0/images/Jonathan-Clauss-1154575.jpg", + "pubDate": "Mon, 13 Dec 2021 07:00:00 GMT", + "enclosure": "https://images.bfmtv.com/aTCmpsVkki3kiuJZy1b1zSFrlnU=/0x96:2048x1248/800x0/images/Jean-Baptiste-Aldige-1187184.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d2b4d096e2d4b946c49e797e82a0a3f" + "hash": "ac06a09309e6017dc7ee9dfd7f3c222c" }, { - "title": "Ligue 1 en direct: des mesures pour la sécurité dans les stades bientôt annoncées", - "description": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", - "content": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", + "title": "Mercato en direct: Gérard Piqué vers la retraite en fin de saison ?", + "description": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", + "content": "Alors que la trêve hivernale se rapproche, les clubs européens prospectent déjà sur des éléments pour renforcer leurs effectifs. Retrouvez en direct toutes les infos et rumeurs sur le marché des transferts dans notre live mercato.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.html", + "link": "https://rmcsport.bfmtv.com/football/mercato-en-direct-les-infos-et-rumeurs-du-13-decembre-2021_LN-202112130060.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 08:40:20 GMT", - "enclosure": "https://images.bfmtv.com/NPxqX7Pob1-qtuuM_by8luPYhrY=/14x0:2046x1143/800x0/images/9-policiers-blesses-et-21-interpellations-le-bilan-des-incidents-du-Classique-OM-PSG-1153496.jpg", + "pubDate": "Mon, 13 Dec 2021 06:29:19 GMT", + "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45293,17 +46547,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18253fe795bd6bf63df67be8f9757f39" + "hash": "03b3df486f3c69e90bc5de5c0f66f55a" }, { - "title": "Natation: cinq mois après avoir heurté le mur aux JO, Ndoye-Brouard a \"toujours une appréhension\"", - "description": "Après les JO de Tokyo au cours desquels il avait été disqualifié pour avoir heurté le mur avec sa tête cet été, le nageur tricolore Yohann Ndoye-Brouard (21 ans) avoue ne pas être complètement serein dans le bassin. Un handicap alors que les championnats de France ont débuté à Montpellier.

", - "content": "Après les JO de Tokyo au cours desquels il avait été disqualifié pour avoir heurté le mur avec sa tête cet été, le nageur tricolore Yohann Ndoye-Brouard (21 ans) avoue ne pas être complètement serein dans le bassin. Un handicap alors que les championnats de France ont débuté à Montpellier.

", + "title": "PSG: Henry fracasse la gestion du club pour l'avenir de Mbappé", + "description": "Thierry Henry a durement critiqué ce dimanche la manière dont le PSG a géré le dossier Mbappé. Selon l'ancien attaquant tricolore, le club francilien aurait dû prolonger son prodige depuis longtemps plutôt que de prendre le risque de voir partir libre lors du prochain mercato estival.

", + "content": "Thierry Henry a durement critiqué ce dimanche la manière dont le PSG a géré le dossier Mbappé. Selon l'ancien attaquant tricolore, le club francilien aurait dû prolonger son prodige depuis longtemps plutôt que de prendre le risque de voir partir libre lors du prochain mercato estival.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/championnat-de-france-de-natation-ndoye-brouard-a-toujours-une-apprehension-apres-avoir-heurte-le-mur-aux-jo_AN-202112100494.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-henry-fracasse-la-gestion-du-club-pour-l-avenir-de-mbappe_AV-202112130054.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:39:22 GMT", - "enclosure": "https://images.bfmtv.com/CCbKy2_C95SFFAwLmARgeGAFcpw=/0x0:2048x1152/800x0/images/Yohann-Ndoye-Brouard-1186090.jpg", + "pubDate": "Mon, 13 Dec 2021 06:19:41 GMT", + "enclosure": "https://images.bfmtv.com/IZ_fWG6RjhAH2HPe35x2CLBLzWQ=/4x85:1364x850/800x0/images/Thierry-Henry-1172448.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45314,17 +46568,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed789cbbab6594da2d1f2154d4a09038" + "hash": "dbde8221dbc4254ac0246d003a0ff9f2" }, { - "title": "Affaire Yannick Agnel: la Fédération française de natation pourrait se constituer partie civile", - "description": "Au lendemain de sa garde à vue pour des faits supposés de viol sur mineure, le sort de Yannick Agnel fait beaucoup parler. La Fédération française de natation a aissé entendre vendredi qu’elle pourrait se constituer \"partie civile\" dans cette affaire.

", - "content": "Au lendemain de sa garde à vue pour des faits supposés de viol sur mineure, le sort de Yannick Agnel fait beaucoup parler. La Fédération française de natation a aissé entendre vendredi qu’elle pourrait se constituer \"partie civile\" dans cette affaire.

", + "title": "Ligue des champions: le meilleur et le pire tirage pour le PSG en huitième de finale", + "description": "Le PSG va découvrir l’identité de son adversaire en huitièmes de finale de Ligue des champions ce lundi, à midi, lors du tirage au sort (à suivre sur RMC Sport). N’étant pas tête de série, Paris peut s’attendre à un gros morceau.

", + "content": "Le PSG va découvrir l’identité de son adversaire en huitièmes de finale de Ligue des champions ce lundi, à midi, lors du tirage au sort (à suivre sur RMC Sport). N’étant pas tête de série, Paris peut s’attendre à un gros morceau.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-yannick-agnel-la-federation-francaise-de-natation-pourrait-se-constituer-partie-civile_AV-202112100492.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-meilleur-et-le-pire-tirages-pour-le-psg-en-huitieme-de-finale_AV-202112130015.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:22:20 GMT", - "enclosure": "https://images.bfmtv.com/GxB8rB-FUZ7QCgkY7vNxxbRpE4o=/0x34:768x466/800x0/images/Yannick-Agnel-lors-des-series-du-100-m-libre-des-championnats-de-France-a-Montpellier-le-1er-avril-2016-1185423.jpg", + "pubDate": "Mon, 13 Dec 2021 06:00:00 GMT", + "enclosure": "https://images.bfmtv.com/PZTLFA2EAZ6BuelVIHpsazOkjOw=/0x50:768x482/800x0/images/Les-stars-du-Paris-Saint-Germain-le-Francais-Kylian-Mbappe-centre-et-l-Argentin-Lionel-Messi-lors-du-match-entre-le-PSG-et-Bruges-au-Parc-des-Princes-a-Paris-le-7-decembre-2021-1184907.jpg", "enclosureType": "image/jpg", "image": "", "id": "", @@ -45335,39 +46589,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c03757be172706eac9f908d30c561e4" + "hash": "c52f0829fd959547ee8011b49ba2531e" }, { - "title": "Equipe de France: \"Je ne donne pas une wild-card à vie\", Deschamps s'explique sur le cas Giroud", - "description": "Le sélectionneur de l’équipe de France est revenu dans Rothen s’enflamme sur le cas d’Olivier Giroud, non sélectionné depuis l’Euro. Il raconte avoir discuté avec l’avant-centre au sujet de ce changement de statut.

", - "content": "Le sélectionneur de l’équipe de France est revenu dans Rothen s’enflamme sur le cas d’Olivier Giroud, non sélectionné depuis l’Euro. Il raconte avoir discuté avec l’avant-centre au sujet de ce changement de statut.

", + "title": "PSG-Monaco: Kovac prédit \"beaucoup de Ballons d'or\" à Mbappé", + "description": "Niko Kovac n'a pas manqué de saluer la prestation de Kylian Mbappé après la victoire du PSG contre Monaco (2-0) lors de la 18e journée de Ligue 1. L'entraîneur monégasque a rappelé que l'attaquant francilien, auteur d'un doublé contre son équipe, restait promis à un brillant avenir.

", + "content": "Niko Kovac n'a pas manqué de saluer la prestation de Kylian Mbappé après la victoire du PSG contre Monaco (2-0) lors de la 18e journée de Ligue 1. L'entraîneur monégasque a rappelé que l'attaquant francilien, auteur d'un doublé contre son équipe, restait promis à un brillant avenir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-je-ne-donne-pas-des-wild-cards-a-vie-deschamps-s-explique-sur-le-cas-giroud_AV-202112100488.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-monaco-kovac-predit-beaucoup-de-ballons-d-or-a-mbappe_AV-202112130031.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:12:59 GMT", - "enclosure": "https://images.bfmtv.com/C3bY8avX4aZqxMI3ggtMLkz_iNk=/0x20:2048x1172/800x0/images/Olivier-Giroud-et-Didier-Deschamps-1139886.jpg", + "pubDate": "Mon, 13 Dec 2021 05:32:27 GMT", + "enclosure": "https://images.bfmtv.com/us_TmX_-hr_JvZZB3884SNV9Fxg=/0x106:2048x1258/800x0/images/Kylian-Mbappe-et-Niko-Kovac-lors-de-PSG-Monaco-en-Ligue-1-1187233.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "552eff9f38e637853e2afd4a9324a38f" + "hash": "f3067e3bcc4de8cbac83fedc32625c3d" }, { - "title": "Stade Français: l'ex-All Black Laumape veut jouer pour les Tonga", - "description": "Arrivé cet été au Stade français, Ngani Laumapé a déclaré vendredi en conférence de presse qu’il pourrait utiliser la nouvelle règle d’éligibilité aux sélections nationales pour évoluer avec les Tonga, pays de ses parents, lui le All Black aux 15 sélections. Le Parisien n'a plus été appelé depuis 2020.

", - "content": "Arrivé cet été au Stade français, Ngani Laumapé a déclaré vendredi en conférence de presse qu’il pourrait utiliser la nouvelle règle d’éligibilité aux sélections nationales pour évoluer avec les Tonga, pays de ses parents, lui le All Black aux 15 sélections. Le Parisien n'a plus été appelé depuis 2020.

", + "title": "PSG: Pochettino défend son bilan et se compare aux autres grands d'Europe", + "description": "Le PSG a battu Monaco (2-0) ce dimanche en clôture de la 18e journée de Ligue 1. Solide leader du classement avec une seule défaite en championnat, le club francilien connait pourtant un début de saison mitigé dans le jeu. Pas de quoi inquiéter Mauricio Pochettino face à la presse qui a défendu les performances de son équipe.

", + "content": "Le PSG a battu Monaco (2-0) ce dimanche en clôture de la 18e journée de Ligue 1. Solide leader du classement avec une seule défaite en championnat, le club francilien connait pourtant un début de saison mitigé dans le jeu. Pas de quoi inquiéter Mauricio Pochettino face à la presse qui a défendu les performances de son équipe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/stade-francais-l-ex-all-black-laumape-veut-jouer-pour-les-tonga_AD-202112100483.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-defend-son-bilan-et-se-compare-aux-autres-grands-d-europe_AV-202112130026.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:06:46 GMT", - "enclosure": "https://images.bfmtv.com/Ja6wxT2l7tYPTqDH6z1PQ9-whwg=/0x0:2048x1152/800x0/images/Ngani-Laumape-1186073.jpg", + "pubDate": "Mon, 13 Dec 2021 05:10:01 GMT", + "enclosure": "https://images.bfmtv.com/10aUeoUS2Hq7UVPds9MgarA5klQ=/0x0:2048x1152/800x0/images/Mauricio-Pochettino-lors-de-PSG-Monaco-en-Ligue-1-1187228.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45375,19 +46631,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "29e8a52196c5d4c76d401306ae8a7384" + "hash": "d8f62e53ba62cffed492b0e0648ab3e4" }, { - "title": "Nantes-Lens en direct: renversés par les Nantais, les Lensois manquent le podium!", - "description": "Revivez dans les conditions du direct sur notre site la victoire de Nantes contre Lens (3-2), en ouverture de la 18e journée de Ligue 1.

", - "content": "Revivez dans les conditions du direct sur notre site la victoire de Nantes contre Lens (3-2), en ouverture de la 18e journée de Ligue 1.

", + "title": "Ligue des champions: à quelle heure et sur quelle chaîne suivre le tirage au sort des huitièmes", + "description": "Le PSG et le LOSC vont connaître l’identité de leurs adversaires en huitièmes de finale de Ligue des champions ce lundi, à midi. Le tirage au sort est à suivre sur RMC Sport 1.

", + "content": "Le PSG et le LOSC vont connaître l’identité de leurs adversaires en huitièmes de finale de Ligue des champions ce lundi, à midi. Le tirage au sort est à suivre sur RMC Sport 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-lens-en-direct-les-lensois-veulent-retrouver-le-podium_LS-202112100482.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-a-quelle-heure-et-sur-quelle-chaine-suivre-le-tirage-au-sort-des-huitiemes_AV-202112130014.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:03:23 GMT", - "enclosure": "https://images.bfmtv.com/M27OTaCcL8dzvNqlHNeqbj0_bOs=/14x0:2030x1134/800x0/images/Nantes-Lens-Kalimuendo-face-a-Cyprien-1186097.jpg", + "pubDate": "Mon, 13 Dec 2021 05:00:00 GMT", + "enclosure": "https://images.bfmtv.com/azev5rdv-pMURCjED7LVDohj2ms=/4x30:1876x1083/800x0/images/Neymar-et-Kylian-Mbappe-avec-le-PSG-en-Ligue-des-champions-1161291.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45395,39 +46652,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5c0f36a8a7ad9ba8cb70e4c1a2cdf49" + "hash": "353b43f638c844a6e00dba044429f358" }, { - "title": "Deschamps un jour au PSG? L’échange animé entre Rothen et le sélectionneur des Bleus", - "description": "Interrogé sur son avenir dans Rothen s’enflamme, sur RMC, Didier Deschamps n’a pas complètement fermé la porte au fait de rejoindre un jour le banc du Paris Saint-Germain. Une réponse qui a fait bondir Jérôme Rothen sur le plateau.

", - "content": "Interrogé sur son avenir dans Rothen s’enflamme, sur RMC, Didier Deschamps n’a pas complètement fermé la porte au fait de rejoindre un jour le banc du Paris Saint-Germain. Une réponse qui a fait bondir Jérôme Rothen sur le plateau.

", + "title": "PRONOS PARIS RMC Le nul du jour du 13 décembre – Liga – Espagne", + "description": "Notre pronostic : pas de vainqueur entre Cadix et Grenade (3.10)

", + "content": "Notre pronostic : pas de vainqueur entre Cadix et Grenade (3.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/deschamps-un-jour-au-psg-l-echange-anime-entre-rothen-et-le-selectionneur-des-bleus_AV-202112100468.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-13-decembre-liga-espagne_AN-202112120167.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 18:28:49 GMT", - "enclosure": "https://images.bfmtv.com/0ZLQ2q8wTgQow2vOWF5ueBL2iZ4=/0x0:1280x720/800x0/images/Deschamps-invite-de-Rothen-S-enflamme-sur-RMC-1185987.jpg", + "pubDate": "Sun, 12 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/4-RsAH5gJxT2qeTNPO3xgG41Ytw=/0x239:2000x1364/800x0/images/A-Fernandez-1186985.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d40defe5771dcc5b4aa16913dc5d9f6" + "hash": "db999bd1469dcc8264dd7d9bb4bd08f4" }, { - "title": "Equipe de France: Deschamps entretient le flou sur son avenir après la Coupe du monde", - "description": "Sous contrat jusqu’à la Coupe du monde 2022, l’avenir de Didier Deschamps sur le banc de l’Equipe de France est encore incertain. Dans \"Rothen s’enflamme\" l’émission RMC, le Français est resté énigmatique sur son avenir.

", - "content": "Sous contrat jusqu’à la Coupe du monde 2022, l’avenir de Didier Deschamps sur le banc de l’Equipe de France est encore incertain. Dans \"Rothen s’enflamme\" l’émission RMC, le Français est resté énigmatique sur son avenir.

", + "title": "PRONOS PARIS RMC Le pari sûr du 13 décembre – Série A - Italie", + "description": "Notre pronostic : l’AS Rome bat La Spezia (1.39)\n

", + "content": "Notre pronostic : l’AS Rome bat La Spezia (1.39)\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-deschamps-entretient-le-flou-sur-son-avenir-apres-la-coupe-du-monde_AV-202112100461.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-13-decembre-serie-a-italie_AN-202112120166.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 18:21:28 GMT", - "enclosure": "https://images.bfmtv.com/dzFCbI8bjxUxcGmm79Y4NGNjiXU=/0x127:2048x1279/800x0/images/Didier-Deschamps-1185949.jpg", + "pubDate": "Sun, 12 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/zgbhzZjOj-ZYoDJCnNbnZdddsLI=/15x0:1999x1116/800x0/images/AS-Rome-1186983.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45435,39 +46694,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e33b400142b70a9ab44f9bcbcade13a" + "hash": "a66a1e2470ee634dec351db15902c2f7" }, { - "title": "Equipe de France: Giroud-Mbappé, embrouilles entre les familles... Deschamps revient sur les tensions à l'Euro", - "description": "Dans Rothen s’enflamme, ce vendredi sur RMC, le sélectionneur de l'équipe de France Didier Deschamps est revenu sur l’année des Bleus et sur les tensions qui ont pu naître dans le groupe France durant l’Euro, cet été.

", - "content": "Dans Rothen s’enflamme, ce vendredi sur RMC, le sélectionneur de l'équipe de France Didier Deschamps est revenu sur l’année des Bleus et sur les tensions qui ont pu naître dans le groupe France durant l’Euro, cet été.

", + "title": "PSG: \"Je donne tout pour le club\", assure Mbappé après son doublé face à Monaco", + "description": "Auteur d’un doublé face à Monaco pour offrir la victoire au Paris Saint-Germain (2-0), ce dimanche en Ligue 1, Kylian Mbappé a assuré en interview qu’il \"donnait tout\" pour le succès de son club.

", + "content": "Auteur d’un doublé face à Monaco pour offrir la victoire au Paris Saint-Germain (2-0), ce dimanche en Ligue 1, Kylian Mbappé a assuré en interview qu’il \"donnait tout\" pour le succès de son club.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-giroud-mbappe-embrouilles-entre-les-familles-deschamps-revient-sur-les-tensions-a-l-euro_AV-202112100433.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-je-donne-tout-pour-le-club-assure-mbappe-apres-son-double-face-a-monaco_AV-202112120299.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:48:45 GMT", - "enclosure": "https://images.bfmtv.com/WhCDo9M9I3QedlumOFIW6-NuX7k=/0x0:2048x1152/800x0/images/Didier-Deschamps-avec-Kingsley-Coman-chez-les-Bleus-1165468.jpg", + "pubDate": "Sun, 12 Dec 2021 22:47:42 GMT", + "enclosure": "https://images.bfmtv.com/wTrNj4sQ_DiZqKh6ljvaP3CQLUU=/0x55:2048x1207/800x0/images/Kylian-Mbappe-auteur-d-un-double-avec-le-PSG-1187198.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e30893fe15dae71dbd0b05e1633ca35" + "hash": "b47ea801fd772c94c52e7ff967102d25" }, { - "title": "Manchester United: pour Rangnick, Pogba ne sera pas de retour avant \"quelques semaines\"", - "description": "Blessé à la cuisse depuis le rassemblement avec l’équipe de France en novembre dernier, le retour de Paul Pogba sur les terrains n’interviendra pas avant \"quelques semaines\". C’est son entraîneur à Manchester United Ralf Rangnick qui l’a annoncé vendredi en conférence de presse.

", - "content": "Blessé à la cuisse depuis le rassemblement avec l’équipe de France en novembre dernier, le retour de Paul Pogba sur les terrains n’interviendra pas avant \"quelques semaines\". C’est son entraîneur à Manchester United Ralf Rangnick qui l’a annoncé vendredi en conférence de presse.

", + "title": "Saint-Etienne: Dupraz tout proche du banc des Verts", + "description": "Neuf mois après sa dernière expérience sur un banc, Pascal Dupraz est tout proche de s’engager avec l’AS Saint-Étienne. L’officialisation pourrait arriver dans les prochains jours.

", + "content": "Neuf mois après sa dernière expérience sur un banc, Pascal Dupraz est tout proche de s’engager avec l’AS Saint-Étienne. L’officialisation pourrait arriver dans les prochains jours.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-pour-rangnick-pogba-ne-sera-pas-de-retour-avant-quelques-semaines_AV-202112100410.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-dupraz-tout-proche-du-banc-des-verts_AV-202112120293.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:10:19 GMT", - "enclosure": "https://images.bfmtv.com/pjz7BvDzkBjHDBeXbVpDyj2JSTE=/0x52:2048x1204/800x0/images/Paul-Pogba-1168884.jpg", + "pubDate": "Sun, 12 Dec 2021 22:14:11 GMT", + "enclosure": "https://images.bfmtv.com/sP_rwZW6nj9nGRhzLvXGCE-22kQ=/7x108:1991x1224/800x0/images/-877049.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45475,19 +46736,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ede7e61d276054392925ff755a3312cb" + "hash": "13cc4052e0bcaf4640a3521903a361d9" }, { - "title": "Premier League: Klopp est persuadé que Gerrard entraînera un jour Liverpool", - "description": "Désormais sur le banc d'Aston Villa, Steven Gerrard fera son retour samedi à Anfield pour la 16e journée de Premier League. Avant d'entraîner un jour Liverpool ? Jürgen Klopp en est totalement convaincu.

", - "content": "Désormais sur le banc d'Aston Villa, Steven Gerrard fera son retour samedi à Anfield pour la 16e journée de Premier League. Avant d'entraîner un jour Liverpool ? Jürgen Klopp en est totalement convaincu.

", + "title": "Real Madrid-Atlético: le Real frappe un grand coup grâce à Benzema et Vinicius", + "description": "Le Real Madrid s'impose 2-0 face à l'Atlético de Madrid sur la pelouse de Bernabeu ce dimanche, pour la 17e journée de Liga. Des buts de Karim Benzema et Marco Asensio, sur des passes décisives de Vinicius, ont permis aux Merengue de sceller leur première place.

", + "content": "Le Real Madrid s'impose 2-0 face à l'Atlético de Madrid sur la pelouse de Bernabeu ce dimanche, pour la 17e journée de Liga. Des buts de Karim Benzema et Marco Asensio, sur des passes décisives de Vinicius, ont permis aux Merengue de sceller leur première place.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-klopp-est-persuade-que-gerrard-entrainera-un-jour-liverpool_AV-202112100403.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-atletico-le-real-s-impose-tranquillement-grace-a-benzema-et-vinicius_AV-202112120290.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:02:11 GMT", - "enclosure": "https://images.bfmtv.com/tk1dhlMcx_b5OtNgPcvKwndrzao=/0x20:2048x1172/800x0/images/Juergen-Klopp-1185947.jpg", + "pubDate": "Sun, 12 Dec 2021 22:02:26 GMT", + "enclosure": "https://images.bfmtv.com/56L2HMq6c41hY35Axcut9h4Zbo0=/0x80:2032x1223/800x0/images/Karim-Benzema-et-Ferland-Mendy-face-a-l-Atletico-de-Madrid-1187167.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45495,19 +46757,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "accc46487663ac968a80b686c6d9d7e4" + "hash": "83864c3b2d3c0fe8ca12790f62b77766" }, { - "title": "Pro D2: Bayonne-Montauban reporté à dimanche en raison des intempéries", - "description": "A cause des intempéries, le match de Pro D2 entre Bayonne et Montauban, prévu vendredi soir, est reporté à dimanche après-midi.

", - "content": "A cause des intempéries, le match de Pro D2 entre Bayonne et Montauban, prévu vendredi soir, est reporté à dimanche après-midi.

", + "title": "PSG-Monaco: un petit Paris se repose sur le talent de Mbappé", + "description": "Le PSG, vainqueur de Monaco ce dimanche (2-0) grâce à un doublé de Kylian Mbappé, a creusé l'écart en tête de la Ligue 1 à l'issue de la 18e journée. Mais la prestation livrée par les Parisiens n'a pas été réellement à la hauteur du résultat.

", + "content": "Le PSG, vainqueur de Monaco ce dimanche (2-0) grâce à un doublé de Kylian Mbappé, a creusé l'écart en tête de la Ligue 1 à l'issue de la 18e journée. Mais la prestation livrée par les Parisiens n'a pas été réellement à la hauteur du résultat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/pro-d2-bayonne-montauban-reporte-a-dimanche-en-raison-des-intemperies_AD-202112100390.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-monaco-un-petit-paris-se-repose-sur-le-talent-de-mbappe_AV-202112120288.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:50:58 GMT", - "enclosure": "https://images.bfmtv.com/MXn7NnyXjASU0sao4x6WcaO1xd4=/0x106:2048x1258/800x0/images/Aviron-bayonnais-1185966.jpg", + "pubDate": "Sun, 12 Dec 2021 21:50:51 GMT", + "enclosure": "https://images.bfmtv.com/8mZB2JWvZdSD86Zqn0ajZHkORFo=/0x125:1200x800/800x0/images/Kylian-Mbappe-1187168.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45515,19 +46778,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "96ca3f3ed062e5d9e4b46fa3b2ff128e" + "hash": "6ff7a93e6bf2cb0c3c9bceb3ec190db7" }, { - "title": "Echecs: le Norvégien Magnus Carlsen conserve son titre de champion du monde", - "description": "Il a remporté une quatrième partie contre son challenger russe Ian Nepomniachtchi vendredi à Dubaï.

", - "content": "Il a remporté une quatrième partie contre son challenger russe Ian Nepomniachtchi vendredi à Dubaï.

", + "title": "Mercato en direct: Dupraz tout proche du banc de Saint-Etienne", + "description": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", + "content": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/echecs-le-norvegien-magnus-carlsen-conserve-son-titre-de-champion-du-monde_AD-202112100386.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:47:00 GMT", - "enclosure": "https://images.bfmtv.com/gAA-uPBuC_Jij-uyVbbjRHN4I_4=/0x40:768x472/800x0/images/Le-grand-maitre-norvegien-Magnus-Carlsen-sacre-champion-du-monde-des-echecs-a-Dubai-le-decembre-2021-1185959.jpg", + "pubDate": "Fri, 10 Dec 2021 07:01:00 GMT", + "enclosure": "https://images.bfmtv.com/aNR6oAsL0c1DipMTCTeC-47NqDQ=/0x67:2000x1192/800x0/images/-879222.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45535,19 +46799,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "74b1a0fc151ae9b1d888f84749b7cd81" + "hash": "e4c37947c83363f7fbfbb3437e9c27c9" }, { - "title": "Evénement RMC Sport: Suivez en direct video l'interview de Didier Deschamps dans Rothen s'enflamme", - "description": "Après la victoire de l'équipe de France de football en Ligue des nations, le sélectionneur Didier Deschamps est l'invité exceptionnel de Jérôme Rothen dans l'émission Rothen s'enflamme sur RMC.

", - "content": "Après la victoire de l'équipe de France de football en Ligue des nations, le sélectionneur Didier Deschamps est l'invité exceptionnel de Jérôme Rothen dans l'émission Rothen s'enflamme sur RMC.

", + "title": "PSG-Monaco: les statistiques folles de Kylian Mbappé, auteur de son 100e but avec Paris", + "description": "En inscrivant un doublé face à l’AS Monaco (2-0), ce dimanche, Kylian Mbappé a signé son 100e but en Ligue 1 avec le PSG. Avant lui, seuls deux joueurs avaient dépassé cette barre: Edinson Cavani et Zlatan Ibrahimovic.

", + "content": "En inscrivant un doublé face à l’AS Monaco (2-0), ce dimanche, Kylian Mbappé a signé son 100e but en Ligue 1 avec le PSG. Avant lui, seuls deux joueurs avaient dépassé cette barre: Edinson Cavani et Zlatan Ibrahimovic.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/evenement-rmc-sporrt-suivez-en-direct-video-l-interview-de-didier-deschamps-dans-rothen-s-enflamme_AN-202112100383.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-les-statistiques-folles-de-kylian-mbappe-auteur-de-son-100e-but-avec-le-psg_AV-202112120287.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:44:41 GMT", - "enclosure": "https://images.bfmtv.com/ymK23A4mZ9lCDrgueVabfjbsasU=/6x3:1238x696/800x0/images/Didier-Deschamps-invite-exceptionnel-de-Rothen-s-enflamme-vendredi-10-decembre-1185904.jpg", + "pubDate": "Sun, 12 Dec 2021 21:41:07 GMT", + "enclosure": "https://images.bfmtv.com/Hw1fwRIxyLTlGgtNwqiLoa6h94Y=/0x0:2048x1152/800x0/images/Ruben-Aguilar-et-Kylian-Mbappe-1186870.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45555,19 +46820,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "76ed372391fcacd5f82b02e913c79528" + "hash": "6d4bc0dde1ebe559366e2e5318b82e11" }, { - "title": "Nantes-Lens en direct: les Lensois réalisent un début de rencontre parfait", - "description": "Suivez en direct commenté sur notre site la rencontre Nantes-Lens, comptant pour la 18e journée de Ligue 1. Le coup d'envoi est prévu à 21h.

", - "content": "Suivez en direct commenté sur notre site la rencontre Nantes-Lens, comptant pour la 18e journée de Ligue 1. Le coup d'envoi est prévu à 21h.

", + "title": "F1: réclamations rejetées pour Mercedes, qui fait appel", + "description": "La réclamation de Mercedes, portant sur le dernier tour du Grand Prix d'Abu Dhabi ayant permis à Max Verstappen d'être sacré champion du monde, a été rejetée par les commissaires. L'écurie de Lewis Hamilton a fait appel.

", + "content": "La réclamation de Mercedes, portant sur le dernier tour du Grand Prix d'Abu Dhabi ayant permis à Max Verstappen d'être sacré champion du monde, a été rejetée par les commissaires. L'écurie de Lewis Hamilton a fait appel.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-lens-en-direct-les-lensois-veulent-retrouver-le-podium_LS-202112100482.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-reclamations-rejetees-pour-mercedes-qui-fait-appel_AV-202112120279.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:03:23 GMT", - "enclosure": "https://images.bfmtv.com/M27OTaCcL8dzvNqlHNeqbj0_bOs=/14x0:2030x1134/800x0/images/Nantes-Lens-Kalimuendo-face-a-Cyprien-1186097.jpg", + "pubDate": "Sun, 12 Dec 2021 20:08:57 GMT", + "enclosure": "https://images.bfmtv.com/nI3adZqZXAHtWq1z73Z8EjKh9Zk=/0x39:768x471/800x0/images/Le-septuple-champion-du-monde-de-Formule-1-le-Britannique-Lewis-Hamilton-felicite-le-Neerlandais-Max-Verstappen-apres-sa-victoire-dans-le-Grand-Prix-d-Abou-Dhabi-et-son-1er-titre-mondial-le-12-decembre-2021-1187038.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45575,19 +46841,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0435b32028881fef93663c54884d612f" + "hash": "48218fa084e0052f11c06d74de2cf582" }, { - "title": "Ski alpin: \"Sur le plan sportif, ça n’a pas beaucoup de sens de faire les JO en Chine\", regrette Clément Noël", - "description": "Avant le premier slalom de la saison de la Coupe du monde de ski alpin programmé ce dimanche à Val d’Isère, Clément Noël s'est longuement confié à RMC Sport. Le Vosgien s'est exprimé à la fois sur ses objectifs, son détachement par rapport aux JO et ses pistes pour rendre son sport plus attractif.

", - "content": "Avant le premier slalom de la saison de la Coupe du monde de ski alpin programmé ce dimanche à Val d’Isère, Clément Noël s'est longuement confié à RMC Sport. Le Vosgien s'est exprimé à la fois sur ses objectifs, son détachement par rapport aux JO et ses pistes pour rendre son sport plus attractif.

", + "title": "Champions Cup: défaite de Castres contre les Harlequins, avec bonus défensif", + "description": "Pas de victoire pour Castres, qui se sera battu jusqu'au bout ce dimanche face aux Harlequins en Champions Cup. Les hommes de Broncan s'inclinent finalement 18 à 20 à domicile.

", + "content": "Pas de victoire pour Castres, qui se sera battu jusqu'au bout ce dimanche face aux Harlequins en Champions Cup. Les hommes de Broncan s'inclinent finalement 18 à 20 à domicile.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alpin-sur-le-plan-sportif-ca-n-a-pas-beaucoup-de-sens-de-faire-les-jo-en-chine-regrette-clement-noel_AV-202112100377.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-defaite-de-castres-contre-les-harlequins-avec-bonus-defensif_AD-202112120276.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:34:41 GMT", - "enclosure": "https://images.bfmtv.com/B55stMn0dCno8dcQswgWE7pSfTU=/0x58:2048x1210/800x0/images/Clement-Noel-1185896.jpg", + "pubDate": "Sun, 12 Dec 2021 20:00:36 GMT", + "enclosure": "https://images.bfmtv.com/vTBFRgIbyjlNW2vHrWp6wQqyaBE=/0x14:2048x1166/800x0/images/Castres-face-aux-Harlequins-1187154.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45595,19 +46862,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "13e59952c50955d46833aa5bf6e1cbd2" + "hash": "03e94e0b89035db0c77380ce7ca6af7c" }, { - "title": "Didier Deschamps en direct dans Rothen s'enflamme: le sélectionneur des Bleus invité de RMC", - "description": "Didier Deschamps est l’invité exceptionnel de l’émission Rothen s’enflamme sur RMC. Présent en studio à moins d’un an de la Coupe du monde au Qatar, le sélectionneur de l’équipe de France répondra à toutes les questions de Jérôme Rothen et Jean-Louis Tourre. Le bilan des Bleus en 2021, le retour de Karim Benzema, son avenir à la tête de l’équipe, les ambitions au Mondial… le technicien sera présent pendant près de deux heures pour un entretien exclusif.

", - "content": "Didier Deschamps est l’invité exceptionnel de l’émission Rothen s’enflamme sur RMC. Présent en studio à moins d’un an de la Coupe du monde au Qatar, le sélectionneur de l’équipe de France répondra à toutes les questions de Jérôme Rothen et Jean-Louis Tourre. Le bilan des Bleus en 2021, le retour de Karim Benzema, son avenir à la tête de l’équipe, les ambitions au Mondial… le technicien sera présent pendant près de deux heures pour un entretien exclusif.

", + "title": "Osasuna-Barça: quand Dembélé ne comprend pas qu'il a été remplacé", + "description": "Alors que le Français Ousmane Dembélé se tenait la jambe, Xavi l’a remplacé par Coutinho lors du match nul du Barça contre Osasuna, sans que le principal intéressé ne s’en aperçoive. Dembélé a dû être arrêté alors qu’il tentait de retourner sur la pelouse.

", + "content": "Alors que le Français Ousmane Dembélé se tenait la jambe, Xavi l’a remplacé par Coutinho lors du match nul du Barça contre Osasuna, sans que le principal intéressé ne s’en aperçoive. Dembélé a dû être arrêté alors qu’il tentait de retourner sur la pelouse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/didier-deschamps-en-direct-dans-rothen-s-enflamme-le-selectionneur-des-bleus-invite-de-rmc_LN-202112100375.html", + "link": "https://rmcsport.bfmtv.com/football/liga/osasuna-barca-quand-dembele-ne-comprend-pas-qu-il-a-ete-remplace_AV-202112120274.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:33:41 GMT", - "enclosure": "https://images.bfmtv.com/0ZLQ2q8wTgQow2vOWF5ueBL2iZ4=/0x0:1280x720/800x0/images/Deschamps-invite-de-Rothen-S-enflamme-sur-RMC-1185987.jpg", + "pubDate": "Sun, 12 Dec 2021 19:53:11 GMT", + "enclosure": "https://images.bfmtv.com/aJBYcqzRyyhiUG4s-GqcelqQoGw=/0x0:1200x675/800x0/images/Ousmane-Dembele-1187153.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45615,19 +46883,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "31874b4dd27c7d1c589bd8f470167853" + "hash": "e2ebbe48b97ebaa0fdf9f9f4bce0b708" }, { - "title": "ARES Fighting 2: Taylor Lapilus, le premier jour du reste de sa vie", - "description": "Après deux ans d’absence, Taylor Lapilus fait son retour dans la cage ce samedi à Levallois face au Brésilien Wilson Reis en combat principal de l’événement ARES FC 2 (en direct à partir de 21h sur RMC Sport 2). La première marche d’un chemin qui devrait mener le consultant MMA de RMC Sport à un retour à l’UFC, où il évolué entre 2015 et 2016, dans les mois à venir.

", - "content": "Après deux ans d’absence, Taylor Lapilus fait son retour dans la cage ce samedi à Levallois face au Brésilien Wilson Reis en combat principal de l’événement ARES FC 2 (en direct à partir de 21h sur RMC Sport 2). La première marche d’un chemin qui devrait mener le consultant MMA de RMC Sport à un retour à l’UFC, où il évolué entre 2015 et 2016, dans les mois à venir.

", + "title": "Grand Prix d'Abu Dhabi en direct: les réclamations de Mercedes rejetées, Verstappen sacré", + "description": "La saison de Formule 1 s'achève ce dimanche avec le Grand Prix d'Abu Dhabi (départ à 14h), épilogue d'un duel d'anthologie entre Max Verstappen (Red Bull) et Lewis Hamilton (Mercedes), à égalité parfaite dans la course au titre de champion du monde.

", + "content": "La saison de Formule 1 s'achève ce dimanche avec le Grand Prix d'Abu Dhabi (départ à 14h), épilogue d'un duel d'anthologie entre Max Verstappen (Red Bull) et Lewis Hamilton (Mercedes), à égalité parfaite dans la course au titre de champion du monde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ares-fighting-2-taylor-lapilus-le-premier-jour-du-reste-de-sa-vie_AV-202112100374.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/formule-1-suivez-en-direct-le-grand-prix-d-abu-dhabi-dernier-duel-entre-verstappen-et-hamilton_LN-202112120014.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:33:06 GMT", - "enclosure": "https://images.bfmtv.com/2A7lB7vn_U3YoG5JFAavRlBzdns=/0x23:800x473/800x0/images/Taylor-Lapilus-1185915.jpg", + "pubDate": "Sun, 12 Dec 2021 08:22:23 GMT", + "enclosure": "https://images.bfmtv.com/Q1xOsughxNqoPfrwA9O0f7k9PXs=/0x93:1840x1128/800x0/images/Max-Verstappen-1187008.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45635,19 +46904,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ce6c961a6bec71b3619480884813e42" + "hash": "1892cd80d119cbf6955f87a7a9c586ce" }, { - "title": "Manchester City: le dossier Haaland tend déjà Guardiola", - "description": "Pep Guardiola a refusé de réagir aux rumeurs entourant un éventuel transfert d’Erling Haaland vers Manchester City. Le technicien catalan a préféré se concentrer sur la réception de Wolverhampton ce samedi en Premier League plutôt que sur les déclarations de Mino Raiola sur l’avenir du buteur norvégien.

", - "content": "Pep Guardiola a refusé de réagir aux rumeurs entourant un éventuel transfert d’Erling Haaland vers Manchester City. Le technicien catalan a préféré se concentrer sur la réception de Wolverhampton ce samedi en Premier League plutôt que sur les déclarations de Mino Raiola sur l’avenir du buteur norvégien.

", + "title": "Real-Atlético en direct: les Merengue s'offrent les Colchoneros et s'envolent en tête!", + "description": "Revivez dans les conditions du direct la victoire du Real Madrid contre l'Atlético de Madrid (2-0), dans le cadre de la 17e journée de Liga.

", + "content": "Revivez dans les conditions du direct la victoire du Real Madrid contre l'Atlético de Madrid (2-0), dans le cadre de la 17e journée de Liga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-city-le-dossier-haaland-tend-deja-guardiola_AV-202112100373.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-atletico-en-direct-les-merengue-peuvent-prendre-le-large-en-tete_LS-202112120266.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:32:12 GMT", - "enclosure": "https://images.bfmtv.com/MsQpjBCYQQrTUMsvqOSleri91Ss=/0x152:2000x1277/800x0/images/Pep-Guardiola-1185926.jpg", + "pubDate": "Sun, 12 Dec 2021 18:55:56 GMT", + "enclosure": "https://images.bfmtv.com/_8M4UwzOy_jdWisnzZ-jzyiKJV0=/0x99:2048x1251/800x0/images/Benzema-1174670.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45655,19 +46925,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f53115d921ffb3d8723ab1c3e8ea9699" + "hash": "3479656829da042ca4aca72e709326b1" }, { - "title": "L’OM officialise la signature d’un nouveau contrat pour Dieng", - "description": "Mis en évidence la saison dernière à l’Olympique de Marseille, Bamba Dieng a vu ses efforts être récompensés. Ce vendredi, le club français a annoncé la signature d’un nouveau contrat pour l’attaquant sénégalais.

", - "content": "Mis en évidence la saison dernière à l’Olympique de Marseille, Bamba Dieng a vu ses efforts être récompensés. Ce vendredi, le club français a annoncé la signature d’un nouveau contrat pour l’attaquant sénégalais.

", + "title": "PSG-Monaco en direct: Mbappé offre une nouvelle victoire tranquille à Paris", + "description": "Face à l'AS Monaco, Paris a parfaitement géré le choc grâce à un Mbappé très efficace et prend encore un peu plus le large en tête du championnat avec une victoire 2-0. L'ASM de son côté reste coincé en milieu de tableau.

", + "content": "Face à l'AS Monaco, Paris a parfaitement géré le choc grâce à un Mbappé très efficace et prend encore un peu plus le large en tête du championnat avec une victoire 2-0. L'ASM de son côté reste coincé en milieu de tableau.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/l-om-officialise-la-signature-d-un-nouveau-contrat-pour-dieng_AV-202112100365.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-allechant-entre-le-psg-et-monaco_LS-202112120223.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:21:19 GMT", - "enclosure": "https://images.bfmtv.com/p6v9j48T7oW2fVOoE2HxApCL0lg=/6x111:2038x1254/800x0/images/Bamba-Dieng-1138769.jpg", + "pubDate": "Sun, 12 Dec 2021 17:00:00 GMT", + "enclosure": "https://images.bfmtv.com/8WC9Dc6oLQ0tRaU0UIm7gXTjJn8=/0x210:2048x1362/800x0/images/Mbappe-et-Messi-tout-sourire-apres-le-double-du-Francais-1187163.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45675,19 +46946,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbb6b2ad70ef90f5510b3bea17c82d95" + "hash": "48b0041979df080c132de665397708e0" }, { - "title": "Judo: Teddy Riner blessé, forfait pour la Champions League", - "description": "Touché aux cervicales, Teddy Riner ne pourra pas participer à la Champions League avec le Paris Saint-Germain, ce samedi à Prague.

", - "content": "Touché aux cervicales, Teddy Riner ne pourra pas participer à la Champions League avec le Paris Saint-Germain, ce samedi à Prague.

", + "title": "PSG-Monaco, les compos: Bernat de retour, Di Maria profite de l'absence de Neymar", + "description": "Contre Monaco ce dimanche (20h45), en Ligue 1, Mauricio Pochettino a constitué la même équipe que celle qui s'est imposé contre Bruges en Ligue des champions, mardi, à l'exception de Juan Bernat qui remplace Nuno Mendes.

", + "content": "Contre Monaco ce dimanche (20h45), en Ligue 1, Mauricio Pochettino a constitué la même équipe que celle qui s'est imposé contre Bruges en Ligue des champions, mardi, à l'exception de Juan Bernat qui remplace Nuno Mendes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/judo-teddy-riner-blesse-forfait-pour-la-coupe-d-europe_AV-202112100357.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-monaco-les-compos-bernat-de-retour-di-maria-profite-de-l-absence-de-neymar_AV-202112120264.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:13:35 GMT", - "enclosure": "https://images.bfmtv.com/6Z7ljN6xDKFWz5XOIlpsMAxqWeY=/0x53:2048x1205/800x0/images/Teddy-Riner-avec-le-PSG-1185912.jpg", + "pubDate": "Sun, 12 Dec 2021 18:53:47 GMT", + "enclosure": "https://images.bfmtv.com/98BlJfR-anwpYLaaW9GzFFA7MmE=/0x126:1200x801/800x0/images/Achraf-Hakimi-Kylian-Mbappe-et-Lionel-Messi-1187077.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45695,19 +46967,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "627cfaf17b02966a7e27d86028c041d4" + "hash": "4b542bc59f8a0206f887aec3672a2169" }, { - "title": "Liga: la Fédé espagnole démolit Tebas sur l'accord entre la ligue et le fonds CVC", - "description": "L’accord entre LaLiga et le fonds d’investissement CVC a été approuvé ce vendredi, malgré l’opposition du Real Madrid et du FC Barcelone. La fédération espagnole a de son côté violemment attaqué Javier Tebas, le président de LaLiga.

", - "content": "L’accord entre LaLiga et le fonds d’investissement CVC a été approuvé ce vendredi, malgré l’opposition du Real Madrid et du FC Barcelone. La fédération espagnole a de son côté violemment attaqué Javier Tebas, le président de LaLiga.

", + "title": "Manchester United, Aston Villa, Tottenham... flambée de cas de Covid-19 en Premier League", + "description": "Après Tottenham début de semaine, Manchester United et Aston Villa comptent eux aussi des cas de Covid-19 au sein de leur effectif. Un début d'hécatombe en Premier League, dans le contexte d'un calendrier dantesque.

", + "content": "Après Tottenham début de semaine, Manchester United et Aston Villa comptent eux aussi des cas de Covid-19 au sein de leur effectif. Un début d'hécatombe en Premier League, dans le contexte d'un calendrier dantesque.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-la-fede-espagnole-demolit-tebas-sur-l-accord-entre-la-ligue-et-le-fonds-cvc_AV-202112100344.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-aston-villa-tottenham-flambee-de-cas-de-covid-19-en-premier-league_AV-202112120258.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:51:24 GMT", - "enclosure": "https://images.bfmtv.com/gngG6BExVY5lJjWCfoce5zi7bSc=/0x212:2048x1364/800x0/images/Javier-Tebas-1185897.jpg", + "pubDate": "Sun, 12 Dec 2021 18:42:47 GMT", + "enclosure": "https://images.bfmtv.com/i0y5Jpy1f-FznwsZLwoFCGCtWl8=/0x107:2048x1259/800x0/images/Tottenham-1187097.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45715,19 +46988,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "407a048a78d49a1b35a6489bf0d029de" + "hash": "714218511c85a4c8862f4c7e18939c5e" }, { - "title": "Biathlon (Hochfilzen): Braisaz-Bouchet sur le podium du sprint", - "description": "Justine Braisaz-Bouchet a terminé deuxième du sprint d'Hochfilzen ce vendredi en Autriche. La Française de 25 ans a signé son premier podium de la saison de biathlon derrière la Bélarusse Hanna Sola.

", - "content": "Justine Braisaz-Bouchet a terminé deuxième du sprint d'Hochfilzen ce vendredi en Autriche. La Française de 25 ans a signé son premier podium de la saison de biathlon derrière la Bélarusse Hanna Sola.

", + "title": "Grand Prix d’Abu Dhabi: Ocon dévoile ses envies de titre après la bataille Verstappen-Hamilton", + "description": "Esteban Ocon a terminé neuvième du Grand Prix d’Abu Dhabi, ultime étape de la saison de F1 ce dimanche. Invité de RMC, le pilote français de l’équipe Alpine a savouré la bataille pour le titre entre Max Verstappen et Lewis Hamilton et compte bien s’y mêler dans le futur.

", + "content": "Esteban Ocon a terminé neuvième du Grand Prix d’Abu Dhabi, ultime étape de la saison de F1 ce dimanche. Invité de RMC, le pilote français de l’équipe Alpine a savouré la bataille pour le titre entre Max Verstappen et Lewis Hamilton et compte bien s’y mêler dans le futur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-hochfilzen-braisaz-bouchet-sur-le-podium-du-sprint_AV-202112100342.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/grand-prix-d-abu-dhabi-ocon-devoile-ses-envies-de-titre-apres-la-bataille-verstappen-hamilton_AV-202112120252.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:41:58 GMT", - "enclosure": "https://images.bfmtv.com/DH6ijJI9bPbgy7XtYl_loOLJ9kY=/0x106:2048x1258/800x0/images/Justine-Braisaz-Bouchet-sur-le-sprint-a-Hochfilzen-1185890.jpg", + "pubDate": "Sun, 12 Dec 2021 18:29:36 GMT", + "enclosure": "https://images.bfmtv.com/fJuzGH3ukLcKFjBAKZRaFXXifG8=/0x58:2048x1210/800x0/images/Esteban-Ocon-1187103.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45735,19 +47009,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "948a250a0905923f6f7bf3fd7fe76dbd" + "hash": "8b227cef7f038bc20448daf25afe39d8" }, { - "title": "Aston Villa: Gerrard ne compte pas faire de cadeau à Liverpool", - "description": "Avec trois victoires et une défaite pour ses quatre premiers matchs sur le banc d’Aston Villa, Steven Gerrard effectue des bons débuts. Mais ce samedi, une rencontre spéciale l’attend car il affrontera son club de cœur: Liverpool. Un évènement sur lequel l’Anglais est revenu en conférence de presse.

", - "content": "Avec trois victoires et une défaite pour ses quatre premiers matchs sur le banc d’Aston Villa, Steven Gerrard effectue des bons débuts. Mais ce samedi, une rencontre spéciale l’attend car il affrontera son club de cœur: Liverpool. Un évènement sur lequel l’Anglais est revenu en conférence de presse.

", + "title": "PSG-Monaco: un flocage spécial pour les Parisiens, en hommage au Ballon d'or de Messi", + "description": "Les joueurs du PSG vont arborer un flocage Ballon d’or sur leur maillot face à l’AS Monaco, dimanche soir (20h45), lors de la 18e journée de Ligue 1.

", + "content": "Les joueurs du PSG vont arborer un flocage Ballon d’or sur leur maillot face à l’AS Monaco, dimanche soir (20h45), lors de la 18e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/aston-villa-gerrard-ne-compte-pas-faire-de-cadeau-a-liverpool_AV-202112100333.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-monaco-un-flocage-special-pour-les-parisiens-en-hommage-au-ballon-d-or-de-messi_AV-202112120241.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:23:43 GMT", - "enclosure": "https://images.bfmtv.com/jDT_dkHz_nnt0IYp9wy6X0mWeyw=/0x0:1008x567/800x0/images/-866725.jpg", + "pubDate": "Sun, 12 Dec 2021 18:12:20 GMT", + "enclosure": "https://images.bfmtv.com/f-r9QCmrQ_93F6tlt0lpa9jIAUE=/0x33:1200x708/800x0/images/Lionel-Messi-1187092.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45755,19 +47030,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c20a377601c0b081cb42f704450ded7" + "hash": "8c35b7c69eed79db17ec4bc4c9cf07f7" }, { - "title": "PSG: Mbappé élu meilleur joueur de la semaine en Ligue des champions", - "description": "Auteur d'une grande performance mardi soir lors de la victoire du PSG contre Bruges (4-1) avec un doublé et une passe décisive, Kylian Mbappé a été élu meilleur joueur de la semaine en Ligue des champions. Les Français Antoine Griezmann et Jonathan Ikoné étaient aussi dans la course.

", - "content": "Auteur d'une grande performance mardi soir lors de la victoire du PSG contre Bruges (4-1) avec un doublé et une passe décisive, Kylian Mbappé a été élu meilleur joueur de la semaine en Ligue des champions. Les Français Antoine Griezmann et Jonathan Ikoné étaient aussi dans la course.

", + "title": "Strasbourg-OM: les Marseillais arrachent un succès précieux avec un bijou acrobatique de Dieng", + "description": "Sans briller, l’OM a mis fin à la bonne passe de Strasbourg (2-0), avec un but somptueux de Bamba Dieng, pour se hisser à la deuxième place de Ligue 1, ce dimanche.

", + "content": "Sans briller, l’OM a mis fin à la bonne passe de Strasbourg (2-0), avec un but somptueux de Bamba Dieng, pour se hisser à la deuxième place de Ligue 1, ce dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-mbappe-elu-meilleur-joueur-de-la-semaine-en-ligue-des-champions_AV-202112100331.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/strasbourg-om-les-marseillais-arrachent-un-succes-precieux-avec-un-bijou-acrobatique-de-dieng_AV-202112120237.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:16:00 GMT", - "enclosure": "https://images.bfmtv.com/94BjD4HbF8sJ595RmmuXNGdBsVA=/0x106:2048x1258/800x0/images/Kylian-Mbappe-lors-de-PSG-Bruges-1183541.jpg", + "pubDate": "Sun, 12 Dec 2021 18:06:20 GMT", + "enclosure": "https://images.bfmtv.com/VVnvfUDpXgmJzKTeQ615h9Ho4d0=/0x93:2048x1245/800x0/images/Bamba-Dieng-celebre-son-but-acrobatique-1187099.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45775,19 +47051,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a373c5c0ea899b0019c6ffb54b89575a" + "hash": "a29398cda8bd3d9d55182f4ca64d5527" }, { - "title": "Top 14: Jaminet rejoindra Toulouse en fin de saison", - "description": "INFO RMC SPORT. L’arrière international français Melvyn Jaminet (22 ans, 6 sélections), révélation de l’année, a trouvé un accord avec le Stade Toulousain avec qui il évoluera les trois prochaines saisons.

", - "content": "INFO RMC SPORT. L’arrière international français Melvyn Jaminet (22 ans, 6 sélections), révélation de l’année, a trouvé un accord avec le Stade Toulousain avec qui il évoluera les trois prochaines saisons.

", + "title": "Champions Cup: La Rochelle réussit ses débuts mais perd Retière", + "description": "Sans être flamboyants, les joueurs de La Rochelle ont fait le travail pour s'imposer à domicile contre les Glasgow Warriors ce dimanche (20-13), dans le cadre de la première journée de Champions Cup. Mais les Rochelais ont perdu Arthur Retière, sorti sur civière.

", + "content": "Sans être flamboyants, les joueurs de La Rochelle ont fait le travail pour s'imposer à domicile contre les Glasgow Warriors ce dimanche (20-13), dans le cadre de la première journée de Champions Cup. Mais les Rochelais ont perdu Arthur Retière, sorti sur civière.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14-jaminet-rejoindra-toulouse-en-fin-de-saison_AV-202112100327.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-la-rochelle-reussit-ses-debuts-mais-perd-retiere_AD-202112120234.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 14:58:04 GMT", - "enclosure": "https://images.bfmtv.com/U9cz7a0ZzjcVHxU4CwYGALFdYH0=/0x71:2048x1223/800x0/images/Melvyn-JAMINET-1185877.jpg", + "pubDate": "Sun, 12 Dec 2021 17:34:00 GMT", + "enclosure": "https://images.bfmtv.com/CFZg2DcBqErB-gHnq_nAVI2pMWc=/0x17:2048x1169/800x0/images/Eneriko-Buliruarua-auteur-du-deuxieme-essai-de-La-Rochelle-en-Champions-Cup-1187081.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45795,19 +47072,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5542416cd4c802857884c301d3a4947" + "hash": "8049a2a38d6819ab314eec952e706193" }, { - "title": "Bayern: le Covid ne devrait pas laisser de séquelles à Kimmich sur le long terme", - "description": "Julian Nagelsmann a donné ce vendredi des nouvelles de Joshua Kimmich, non vacciné et touché par le Covid. Selon son entraîneur, le joueur du Bayern souffre d'infiltrats pulmonaires, mais cela ne devrait pas lui laisser de séquelles.

", - "content": "Julian Nagelsmann a donné ce vendredi des nouvelles de Joshua Kimmich, non vacciné et touché par le Covid. Selon son entraîneur, le joueur du Bayern souffre d'infiltrats pulmonaires, mais cela ne devrait pas lui laisser de séquelles.

", + "title": "Grand Prix d’Abu Dhabi: gros coup de gueule de Panis contre la direction de course", + "description": "Olivier Panis a durement taclé les décisions prises par les officiels lors du GP d’Abu Dhabi remporté par Max Verstappen. Au micro de RMC, l’ancien pilote de Formule 1 n’a pas compris les choix de la direction de course qui ont aidé le Néerlandais à remporter le titre mondial devant Lewis Hamilton.

", + "content": "Olivier Panis a durement taclé les décisions prises par les officiels lors du GP d’Abu Dhabi remporté par Max Verstappen. Au micro de RMC, l’ancien pilote de Formule 1 n’a pas compris les choix de la direction de course qui ont aidé le Néerlandais à remporter le titre mondial devant Lewis Hamilton.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-le-covid-ne-devrait-pas-laisser-de-sequelles-a-kimmich-sur-le-long-terme_AD-202112100326.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/grand-prix-d-abu-dhabi-gros-coup-de-gueule-de-panis-contre-la-direction-de-course_AV-202112120226.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 14:55:46 GMT", - "enclosure": "https://images.bfmtv.com/BFQs_eavJuyfK22ZFLbovb-lxLk=/0x33:768x465/800x0/images/Le-milieu-du-Bayern-Joshua-Kimmich-le-6-novembre-2021-a-Munich-en-Allemagne-1181376.jpg", + "pubDate": "Sun, 12 Dec 2021 17:16:58 GMT", + "enclosure": "https://images.bfmtv.com/RBBFHwKIHqTgwVHXTLOyV4RPv5U=/0x191:2048x1343/800x0/images/Lewis-Hamilton-et-Max-Verstappen-sur-le-circuit-de-Yas-Marina-en-2021-1187076.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45815,19 +47093,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ac9b8c6efe1994c8a5bf566ab6499b3" + "hash": "54f0129f90f856ae0850da9308c384ea" }, { - "title": "Les pronos hippiques du samedi 11 décembre 2021", - "description": "Le Quinté+ du samedi 11 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du samedi 11 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Osasuna-Barça: encore un nul et beaucoup de regrets pour Xavi", + "description": "Le Barça doit finalement se contenter d'un match nul 2-2 face à Osasuna ce dimanche, alors que les Blaugranas espéraient se relancer en Liga après leur élimination en Ligue des champions mercredi face au Bayern.

", + "content": "Le Barça doit finalement se contenter d'un match nul 2-2 face à Osasuna ce dimanche, alors que les Blaugranas espéraient se relancer en Liga après leur élimination en Ligue des champions mercredi face au Bayern.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-11-decembre-2021_AN-202112100325.html", + "link": "https://rmcsport.bfmtv.com/football/liga/osasuna-barca-encore-un-nul-et-beaucoup-de-regrets-pour-xavi_AV-202112120228.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 14:53:06 GMT", - "enclosure": "https://images.bfmtv.com/N9V9yrwQ3JD7dchlTjwECSLZCwk=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-samedi-11-decembre-2021-1185032.jpg", + "pubDate": "Sun, 12 Dec 2021 17:14:00 GMT", + "enclosure": "https://images.bfmtv.com/rHF7-1TVwoO7TdWNerp2QKp8taQ=/0x204:2032x1347/800x0/images/Samuel-Umtiti-face-a-Osasuna-1187078.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45835,19 +47114,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38565e58e72f90b0437fb0b599c6cd06" + "hash": "9b95eb21d2704a5288e3bd0cc03fef85" }, { - "title": "OM: Sampaoli ne veut pas faire de \"promesse\" à Mandanda", - "description": "Alors qu'il a décidé de titulariser Steve Mandanda face au Lokomotiv Moscou jeudi en Ligue Europa, l'entraîneur de l'OM Jorge Sampaoli ne veut pas promettre au gardien de 36 ans une place de titulaire en Conference League et en Coupe de France.

", - "content": "Alors qu'il a décidé de titulariser Steve Mandanda face au Lokomotiv Moscou jeudi en Ligue Europa, l'entraîneur de l'OM Jorge Sampaoli ne veut pas promettre au gardien de 36 ans une place de titulaire en Conference League et en Coupe de France.

", + "title": "Formule 1: famille, tempérament, destin tout tracé… la trajectoire de Verstappen, né pour gagner", + "description": "Papa ancien pilote de Formule 1, maman ex-championne de karting: le destin de Max Verstappen, sacré champion du monde de Formule 1 pour la première fois de sa carrière ce dimanche, était tout tracé.

", + "content": "Papa ancien pilote de Formule 1, maman ex-championne de karting: le destin de Max Verstappen, sacré champion du monde de Formule 1 pour la première fois de sa carrière ce dimanche, était tout tracé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-sampaoli-ne-veut-pas-faire-de-promesse-a-mandanda_AV-202112100323.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/formule-1-famille-temperament-destin-tout-trace-la-trajectoire-de-verstappen-ne-pour-gagner_AV-202112120219.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 14:46:55 GMT", - "enclosure": "https://images.bfmtv.com/iaojv_fwSCtHsVsFBX3zOd5khP4=/0x99:2048x1251/800x0/images/Steve-MANDANDA-1161986.jpg", + "pubDate": "Sun, 12 Dec 2021 16:25:45 GMT", + "enclosure": "https://images.bfmtv.com/r6ySmwK2rdtR-EICbMhVArHBHro=/0x0:1200x675/800x0/images/Max-Verstappen-1187043.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45855,19 +47135,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c37c87c11778d644952b57f2a00b925d" + "hash": "026e26ff48a8fde5af6c12b7dd237706" }, { - "title": "Saint-Etienne: Dupraz favori, mais d'autres options sont à l'étude", - "description": "Dernier de Ligue 1, Saint-Etienne continue de chercher le bon profil pour succéder à Claude Puel. Si la balance penche du côté de Pascal Dupraz, l'ancien entraîneur du Téfécé est en concurrence avec David Guion et Frédéric Hantz. Les dirigeants stéphanois pourraient aussi faire confiance à Julien Sablé, qui sera sur le banc samedi à Reims.

", - "content": "Dernier de Ligue 1, Saint-Etienne continue de chercher le bon profil pour succéder à Claude Puel. Si la balance penche du côté de Pascal Dupraz, l'ancien entraîneur du Téfécé est en concurrence avec David Guion et Frédéric Hantz. Les dirigeants stéphanois pourraient aussi faire confiance à Julien Sablé, qui sera sur le banc samedi à Reims.

", + "title": "Grand prix d'Abu Dhabi: terrible fin de carrière pour Räikkönen, qui termine sur un abandon", + "description": "Le pilote finlandais Kimi Räikkönen a été contrait à l'abandon pour la dernière course de sa carrière en Formule 1, en raison d'un problème de freins avant sur son Alfa Romeo dans le Grand Prix d'Abu Dhabi.

", + "content": "Le pilote finlandais Kimi Räikkönen a été contrait à l'abandon pour la dernière course de sa carrière en Formule 1, en raison d'un problème de freins avant sur son Alfa Romeo dans le Grand Prix d'Abu Dhabi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-dupraz-favori-mais-d-autres-options-sont-a-l-etude_AV-202112100318.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/grand-prix-d-abu-dhabi-terrible-fin-de-carriere-pour-raikkonen-qui-termine-sur-un-abandon_AV-202112120218.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 14:38:05 GMT", - "enclosure": "https://images.bfmtv.com/fx0B4hUbRRfePOfLuKyMvAWtzFE=/0x0:2048x1152/800x0/images/Pascal-Dupraz-1185840.jpg", + "pubDate": "Sun, 12 Dec 2021 16:22:09 GMT", + "enclosure": "https://images.bfmtv.com/T-aydgvuhOm28PoukTEg9FtBy6s=/0x103:2048x1255/800x0/images/Raikkonen-1186994.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45875,19 +47156,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "05c4319a7c231626876b8e2899c6ac8d" + "hash": "3f1dd297b5665338429652e2ae163b58" }, { - "title": "Ligue Europa: Sampaoli peste contre le manque d'efficacité de l'OM", - "description": "Satisfait de la qualification de l’OM pour l'Europa Conference League grâce à la victoire contre le Lokomotiv Moscou jeudi (1-0), Jorge Sampaoli a malgré tout regretté la manque d’efficacité offensive de son équipe.

", - "content": "Satisfait de la qualification de l’OM pour l'Europa Conference League grâce à la victoire contre le Lokomotiv Moscou jeudi (1-0), Jorge Sampaoli a malgré tout regretté la manque d’efficacité offensive de son équipe.

", + "title": "Multi Ligue 1: Nice piège Rennes, Metz cartonne, Bordeaux réagit", + "description": "En queue de peloton de la Ligue 1, Bordeaux et Metz se sont éloignés de la zone rouge ce dimanche, avec leurs victoires dans le cadre de la 18e journée. Rennes s'est incliné face à Nice, poursuivant ses performances en dent de scie.

", + "content": "En queue de peloton de la Ligue 1, Bordeaux et Metz se sont éloignés de la zone rouge ce dimanche, avec leurs victoires dans le cadre de la 18e journée. Rennes s'est incliné face à Nice, poursuivant ses performances en dent de scie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-on-doit-s-ameliorer-dans-la-finition-dit-sampaoli_AV-202112090644.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/multi-ligue-1-nice-piege-rennes-bordeaux-et-metz-reagissent_AV-202112120220.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 23:27:23 GMT", - "enclosure": "https://images.bfmtv.com/SoEQ6LSzm1yEmP9-irbCsXAGfno=/0x28:1200x703/800x0/images/Jorge-Sampaoli-1179641.jpg", + "pubDate": "Sun, 12 Dec 2021 16:16:00 GMT", + "enclosure": "https://images.bfmtv.com/vrKd6AQ3HeCd_AiMeuGp8gwi1cE=/0x46:2048x1198/800x0/images/Nice-face-a-Rennes-1187058.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45895,39 +47177,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8d9057c24a1897cfe5d99ac30f3a8c9" + "hash": "6569dc59397a9888d98719e0ffe4d41c" }, { - "title": "Football féminin: \"Benfica veut un jour aller chercher une finale européenne\", Lacasse présente le projet du club lisboète", - "description": "Première buteuse de l’histoire du Benfica en Ligue des champions féminine, Cloé Lacasse s’est confiée à RMC Sport sur le projet du club lisboète qui découvre la compétition cette année. L’attaquante canadienne en dit plus sur les ambitions du Benfica, sèchement battu ce jeudi par l’OL (0-5) en phase de groupe, et l’évolution de la discipline au Portugal qui est en plein essor.

", - "content": "Première buteuse de l’histoire du Benfica en Ligue des champions féminine, Cloé Lacasse s’est confiée à RMC Sport sur le projet du club lisboète qui découvre la compétition cette année. L’attaquante canadienne en dit plus sur les ambitions du Benfica, sèchement battu ce jeudi par l’OL (0-5) en phase de groupe, et l’évolution de la discipline au Portugal qui est en plein essor.

", + "title": "Champions Cup: le Stade Français sombre au Connacht", + "description": "Gêné par le vent et balbutiant dans le jeu, le Stade Français a largement chuté face au Connacht (36-9), en Irlande, pour sa première journée de Champions Cup, dimanche après-midi.

", + "content": "Gêné par le vent et balbutiant dans le jeu, le Stade Français a largement chuté face au Connacht (36-9), en Irlande, pour sa première journée de Champions Cup, dimanche après-midi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/ligue-des-champions/football-feminin-benfica-veut-un-jour-aller-chercher-une-finale-europeenne-lacasse-presente-le-projet-du-club-lisboete_AN-202112090640.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-le-stade-francais-sombre-au-connacht_AV-202112120214.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 23:13:23 GMT", - "enclosure": "https://images.bfmtv.com/2y0-rlrdnY5jIvc42Sguvsjd8Mk=/0x48:1200x723/800x0/images/Benfica-1185416.jpg", + "pubDate": "Sun, 12 Dec 2021 16:10:09 GMT", + "enclosure": "https://images.bfmtv.com/WZTftYeJmKAf0bT7MOuAn0s-b-Q=/0x62:1200x737/800x0/images/Paul-Gabrillagues-1187041.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a2e15f4b17bdbd51229fcd695929706b" + "hash": "abe412d4c880afabf9c2628d34a2c89b" }, { - "title": "PRONOS PARIS RMC Les paris du 10 décembre sur Nantes – Lens – Ligue 1", - "description": "Notre pronostic: Nantes ne perd pas contre Lens et les deux équipes marquent (2.25)

", - "content": "Notre pronostic: Nantes ne perd pas contre Lens et les deux équipes marquent (2.25)

", + "title": "Les pronos hippiques du lundi 13 décembre 2021", + "description": "Le Quinté+ du lundi 13 décembre est programmé sur l’hippodrome de Cagnes-sur-Mer dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du lundi 13 décembre est programmé sur l’hippodrome de Cagnes-sur-Mer dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-10-decembre-sur-nantes-lens-ligue-1_AN-202112090337.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-13-decembre-2021_AN-202112120211.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/h7Busuj1oHWbBlAr7S001uaDK8k=/0x104:2000x1229/800x0/images/Kolo-Muani-Nantes-1185022.jpg", + "pubDate": "Sun, 12 Dec 2021 15:52:16 GMT", + "enclosure": "https://images.bfmtv.com/h81bw7zyh7K2ZJSaeBZas6u91Qo=/72x3:1128x597/800x0/images/Les-pronos-hippiques-du-13-decembre-2021-1186502.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45935,19 +47219,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f2daab4073cefb5cc9481a240e448cb" + "hash": "355865c09809a2b272af305cefd9f5dc" }, { - "title": "PRONOS PARIS RMC Le buteur du jour du 10 décembre – Ligue 1", - "description": "Notre pronostic: Ludovic Blas marque contre Lens (3.45)

", - "content": "Notre pronostic: Ludovic Blas marque contre Lens (3.45)

", + "title": "Prix du Bourbonnais : Etonnant crée la surprise en dominant Face Time Bourbon", + "description": "Deuxième course qualificative au Prix d'Amérique (30 janvier), le Prix du Bourbonnais a été le théâtre d'une surprise puisque le champion Face Time Bourbon a été battu sur le poteau par Etonnant.

", + "content": "Deuxième course qualificative au Prix d'Amérique (30 janvier), le Prix du Bourbonnais a été le théâtre d'une surprise puisque le champion Face Time Bourbon a été battu sur le poteau par Etonnant.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-10-decembre-ligue-1_AN-202112090336.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/prix-du-bourbonnais-etonnant-cree-la-surprise-en-dominant-face-time-bourbon_AN-202112120210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/nAVRRRzJzTm6NbIRIICdXhKjDXQ=/0x104:1984x1220/800x0/images/Ludovic-Blas-Nantes-1185017.jpg", + "pubDate": "Sun, 12 Dec 2021 15:49:51 GMT", + "enclosure": "https://images.bfmtv.com/e1A813rap1cIkPjILZThCVw2wME=/0x41:800x491/800x0/images/Etonnant-prend-sa-revanche-sur-Face-Time-Bourbon-1187042.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45955,19 +47240,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "51b427fe987708bf4746c80ce970cb2e" + "hash": "d0fabc96e8e758cc310681f4d7a2d89d" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 10 décembre – Série A - Italie", - "description": "Notre pronostic: match nul lors du derby de Gênes (3.10)

", - "content": "Notre pronostic: match nul lors du derby de Gênes (3.10)

", + "title": "GP d'Abu Dhabi: Mbappé, Lineker, Owen... Les réseaux sociaux s'enflamment après le sacre de Verstappen", + "description": "Sur les réseaux sociaux, plusieurs stars ont réagi à la fin de Grand Prix épique à Abu Dhabi et au sacre de Max Verstappen: Kylian Mbappé mais aussi tout le sport britannique ou presque, qui a du mal à accepter la défaite de Lewis Hamilton.

", + "content": "Sur les réseaux sociaux, plusieurs stars ont réagi à la fin de Grand Prix épique à Abu Dhabi et au sacre de Max Verstappen: Kylian Mbappé mais aussi tout le sport britannique ou presque, qui a du mal à accepter la défaite de Lewis Hamilton.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-10-decembre-serie-a-italie_AN-202112090333.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-mbappe-lineker-owen-les-reseaux-sociaux-s-enflamment-apres-le-sacre-de-verstappen_AV-202112120209.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/pjx5NCGKhW5VkUgCgksgxQ9OcTc=/0x76:2000x1201/800x0/images/Joie-de-la-Sampdoria-1185015.jpg", + "pubDate": "Sun, 12 Dec 2021 15:49:36 GMT", + "enclosure": "https://images.bfmtv.com/O1OIHWD5GpbFd0wxhThTobTvIJk=/0x160:2048x1312/800x0/images/Hamilton-et-Verstappen-1187032.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45975,19 +47261,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9276aa4eb711c039801d4c0d866c0a21" + "hash": "4884daeed66db41abca9e4fff71ee277" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 10 décembre – Jupiler League - Belgique", - "description": "Notre pronostic: Charleroi bat Ostende (1.47)

", - "content": "Notre pronostic: Charleroi bat Ostende (1.47)

", + "title": "F1: \"C’est insensé\", Verstappen extatique après son titre de champion du monde", + "description": "Sacré champion du monde de Formule 1 au bout du suspense à Abu Dhabi, ce dimanche, Max Verstappen n’a pas caché sa joie à l’arrivée et a encensé son équipe de toujours, Red Bull.

", + "content": "Sacré champion du monde de Formule 1 au bout du suspense à Abu Dhabi, ce dimanche, Max Verstappen n’a pas caché sa joie à l’arrivée et a encensé son équipe de toujours, Red Bull.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-10-decembre-jupiler-league-belgique_AN-202112090331.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-c-est-insense-verstappen-extatique-apres-son-titre-de-champion-du-monde_AV-202112120204.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/zVp_vYx4uhEyiAeSyi3D1YNN8Ig=/0x104:2000x1229/800x0/images/Shamar-Nicholson-Charleroi-1185012.jpg", + "pubDate": "Sun, 12 Dec 2021 15:37:00 GMT", + "enclosure": "https://images.bfmtv.com/D110jX3vODIHU6L5fcfcnLgQL0M=/0x0:2048x1152/800x0/images/Max-Verstappen-1187009.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -45995,19 +47282,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1e130b1a620255524b68fbfaae99a5f" + "hash": "8130783fb6d25fd2ed937ebc9353cc68" }, { - "title": "Liga: le Barça perd Depay et Alba sur blessures", - "description": "Le Barça a indiqué jeudi que Memphis Depay et Jordi Alba souffraient tous les deux de blessures musculaires contractées la veille lors de la défaite des Catalans contre le Bayern (3-0) en Ligue des champions. La durée de leurs indisponibilités n’a pas été précisée.

", - "content": "Le Barça a indiqué jeudi que Memphis Depay et Jordi Alba souffraient tous les deux de blessures musculaires contractées la veille lors de la défaite des Catalans contre le Bayern (3-0) en Ligue des champions. La durée de leurs indisponibilités n’a pas été précisée.

", + "title": "GP d’Abu Dhabi: le dernier tour historique qui a offert le titre à Verstappen", + "description": "Le Néerlandais Max Verstappen a remporté son premier titre de champion du monde de F1 en dépassant son rival britannique Lewis Hamilton dans le dernier tour pour gagner l'ultime Grand Prix de la saison à Abu Dhabi ce dimanche.

", + "content": "Le Néerlandais Max Verstappen a remporté son premier titre de champion du monde de F1 en dépassant son rival britannique Lewis Hamilton dans le dernier tour pour gagner l'ultime Grand Prix de la saison à Abu Dhabi ce dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-barca-perd-depay-et-alba-sur-blessures_AV-202112090631.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-le-dernier-tour-historique-qui-a-offert-le-titre-a-verstappen_AV-202112120193.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 22:47:17 GMT", - "enclosure": "https://images.bfmtv.com/tuejoQGtda_e0GIt7V8En1ZqJ4M=/0x153:2048x1305/800x0/images/Jordi-Alba-face-au-Bayern-Munich-en-Ligue-des-champions-1185404.jpg", + "pubDate": "Sun, 12 Dec 2021 15:13:30 GMT", + "enclosure": "https://images.bfmtv.com/XdnXUu8p02J-PPOp8RR9eZph-uM=/0x125:1200x800/800x0/images/Max-Verstappen-1187012.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46015,39 +47303,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d925158b1396109f07218a2f7e7c592" + "hash": "cf3c3ae471bdc1a4b3dce06d31a70294" }, { - "title": "Ligue Europa: les adversaires potentiels du Barça en barrage", - "description": "Eliminé de la Ligue des champions, le Barça a été repêché mercredi en Ligue Europa. Une C3 que les Catalans débuteront en février lors d’un barrage. Avec six adversaires potentiels.

", - "content": "Eliminé de la Ligue des champions, le Barça a été repêché mercredi en Ligue Europa. Une C3 que les Catalans débuteront en février lors d’un barrage. Avec six adversaires potentiels.

", + "title": "F1: Hamilton-Verstappen, une année de bagarres sur la piste", + "description": "A l'image d'un dernier Grand Prix fort en émotions et riche en rebondissements, Lewis Hamilton et Max Verstappen - sacré ce dimanche champion du monde pour la première fois de sa carrière - ont livré un duel d'une rare intensité tout au long de la saison.

", + "content": "A l'image d'un dernier Grand Prix fort en émotions et riche en rebondissements, Lewis Hamilton et Max Verstappen - sacré ce dimanche champion du monde pour la première fois de sa carrière - ont livré un duel d'une rare intensité tout au long de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-les-adversaires-potentiels-du-barca-en-barrage_AV-202112090630.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-verstappen-une-annee-de-bagarres-sur-la-piste_AV-202112120187.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 22:44:12 GMT", - "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", + "pubDate": "Sun, 12 Dec 2021 15:01:48 GMT", + "enclosure": "https://images.bfmtv.com/9vSYE5e0lmAQgj-iW7LPzOWoF3g=/0x0:1200x675/800x0/images/Lewis-Hamilton-et-Max-Verstappen-1186673.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a0498d7db5d391ea41791b2f8e5c46f" + "hash": "8583532ed7937dae0eb0fcef87ee9907" }, { - "title": "Ligue des champions féminine: l'OL surclasse le Benfica et se qualifie pour les quarts", - "description": "Les Lyonnaises ont largement battu le Benfica jeudi soir en Ligue des champions féminine (5-0). Avant même la dernière journée de la phase de groupe, elles décrochent leur ticket pour les quarts de finale de la compétition.

", - "content": "Les Lyonnaises ont largement battu le Benfica jeudi soir en Ligue des champions féminine (5-0). Avant même la dernière journée de la phase de groupe, elles décrochent leur ticket pour les quarts de finale de la compétition.

", + "title": "F1: Verstappen champion du monde après une folle bataille avec Hamilton", + "description": "Au bout d'une saison totalement dingue, et d'un dernier Grand Prix d'Abu Dhabi encore plus fou ce dimanche, Max Verstappen est parvenu à s'imposer en dépassant Lewis Hamilton dans le dernier tour. Il devient champion du monde de Formule 1 à 24 ans.

", + "content": "Au bout d'une saison totalement dingue, et d'un dernier Grand Prix d'Abu Dhabi encore plus fou ce dimanche, Max Verstappen est parvenu à s'imposer en dépassant Lewis Hamilton dans le dernier tour. Il devient champion du monde de Formule 1 à 24 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/ligue-des-champions-feminine-l-ol-surclasse-le-benfica-et-se-qualifie-pour-les-quarts_AN-202112090619.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-verstappen-champion-du-monde-apres-une-folle-bataille-avec-hamilton_AV-202112120185.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 22:27:15 GMT", - "enclosure": "https://images.bfmtv.com/tGurMJq-CIOhlq45IoXzdtRBpbg=/0x205:2048x1357/800x0/images/Ada-Hegerberg-a-inscrit-un-double-contre-le-Benfica-1185390.jpg", + "pubDate": "Sun, 12 Dec 2021 14:56:57 GMT", + "enclosure": "https://images.bfmtv.com/D110jX3vODIHU6L5fcfcnLgQL0M=/0x0:2048x1152/800x0/images/Max-Verstappen-1187009.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46055,19 +47345,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d18e7384d2086be800a77e32eebbe100" + "hash": "ae24f916f04191be8177c616862e49f8" }, { - "title": "Ligue des champions en direct: les adversaires potentiels du Barça en barrage de la Ligue Europa", - "description": "Coup de tonnerre dans cette Ligue des champions ! Barcelone est éliminé après sa défaite à Munich 3-0 combinée à la victoire de Benfica sur le Dynamo Kiev.

", - "content": "Coup de tonnerre dans cette Ligue des champions ! Barcelone est éliminé après sa défaite à Munich 3-0 combinée à la victoire de Benfica sur le Dynamo Kiev.

", + "title": "L'OM s'impose à Strasbourg et prend la deuxième place de Ligue 1", + "description": "L'OM s'est imposé à Strasbourg grâce à des buts de Dieng et Caleta-Car (0-2). Les Phocéens profitent de la défaite de Rennes dans le multiplex pour grimper à la deuxième place de Ligue 1.

", + "content": "L'OM s'est imposé à Strasbourg grâce à des buts de Dieng et Caleta-Car (0-2). Les Phocéens profitent de la défaite de Rennes dans le multiplex pour grimper à la deuxième place de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-multiplex-en-direct_LS-202112080539.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/strasbourg-om-en-direct-marseille-veut-reagir-en-alsace_LS-202112120184.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:14:34 GMT", - "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", + "pubDate": "Sun, 12 Dec 2021 14:54:01 GMT", + "enclosure": "https://images.bfmtv.com/GCcm_Me6ee3E94FBrHHURgvcvtw=/0x212:2048x1364/800x0/images/Le-ciseau-de-Bamba-Dieng-avec-l-OM-1187080.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46075,59 +47366,62 @@ "favorite": false, "created": false, "tags": [], - "hash": "695db7968e6e1521c8bc7688cc0f234b" + "hash": "377f7bbad9b507e8e6de100691310c48" }, { - "title": "Ligue Europa: quels adversaires potentiels pour l'OL et Monaco en 8es ? Tous les qualifiés pour les barrages et la phase finale", - "description": "A l'issue de la sixième et dernière journée de la phase de groupes disputée ce jeudi, les qualifiés pour les huitièmes de finale et les barrages de la Ligue Europa sont désormais connues. Lyon et Monaco seront les deux représentants français, avec une place déjà acquise pour les 8es.

", - "content": "A l'issue de la sixième et dernière journée de la phase de groupes disputée ce jeudi, les qualifiés pour les huitièmes de finale et les barrages de la Ligue Europa sont désormais connues. Lyon et Monaco seront les deux représentants français, avec une place déjà acquise pour les 8es.

", + "title": "PSG-Monaco en direct: Mbappé atteint les 100 buts en L1, Paris gère son avance", + "description": "Un choc pour conclure la 18e journée de Ligue 1 ce dimanche: le PSG accueille Monaco (20h45) au Parc des Princes. Neymar et Sergio Ramos font partie des absents côté parisien, Kevin Volland est suspendu côté monégasque.

", + "content": "Un choc pour conclure la 18e journée de Ligue 1 ce dimanche: le PSG accueille Monaco (20h45) au Parc des Princes. Neymar et Sergio Ramos font partie des absents côté parisien, Kevin Volland est suspendu côté monégasque.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-quels-adversaires-potentiels-pour-l-ol-et-monaco-en-8es-tous-les-qualifies-pour-les-barrages-et-la-phase-finale_AV-202112090611.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-choc-allechant-entre-le-psg-et-monaco_LS-202112120223.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 22:10:46 GMT", - "enclosure": "https://images.bfmtv.com/R5obYlnRfgYjpaVYgweg29xz88I=/258x363:2018x1353/800x0/images/Lyon-1185350.jpg", + "pubDate": "Sun, 12 Dec 2021 17:00:00 GMT", + "enclosure": "https://images.bfmtv.com/8WC9Dc6oLQ0tRaU0UIm7gXTjJn8=/0x210:2048x1362/800x0/images/Mbappe-et-Messi-tout-sourire-apres-le-double-du-Francais-1187163.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "236623815a9d9e9ed239b847292b6835" + "hash": "e4163eaffd2bd5ef41b9456569050bc6" }, { - "title": "Europa Conference League: les adversaires potentiels de l’OM en barrage", - "description": "Victorieux du Lokomotiv Moscou (1-0) ce jeudi lors de la dernière journée de Ligue Europa, l’OM a assuré son repêchage en Europa Conference League. Il passera par un barrage face à l’un des deuxièmes de la C4.

", - "content": "Victorieux du Lokomotiv Moscou (1-0) ce jeudi lors de la dernière journée de Ligue Europa, l’OM a assuré son repêchage en Europa Conference League. Il passera par un barrage face à l’un des deuxièmes de la C4.

", + "title": "Real-Atlético en direct: les Merengue font le break!", + "description": "Suivez en direct commenté sur notre site la rencontre Real Madrid - Atlético de Madrid, comptant pour la 17e journée de Liga. Le coup d'envoi est prévu à 21h.

", + "content": "Suivez en direct commenté sur notre site la rencontre Real Madrid - Atlético de Madrid, comptant pour la 17e journée de Liga. Le coup d'envoi est prévu à 21h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/europa-conference-league-les-adversaires-potentiels-de-l-om-en-barrage_AV-202112090607.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-atletico-en-direct-les-merengue-peuvent-prendre-le-large-en-tete_LS-202112120266.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 22:05:31 GMT", - "enclosure": "https://images.bfmtv.com/dBKfbs5PP_l1sPAeRnzPei1N9Bs=/0x40:768x472/800x0/images/La-joie-du-milieu-de-terrain-bresilien-de-Marseille-Gerson-felicite-par-son-coequipier-Amine-Harit-apres-avoir-ouvert-le-score-a-domicile-contre-Brest-lors-de-la-17e-journee-de-Ligue-1-le-4-decembre-2021-au-Stade-Velodrome-1181755.jpg", + "pubDate": "Sun, 12 Dec 2021 18:55:56 GMT", + "enclosure": "https://images.bfmtv.com/_8M4UwzOy_jdWisnzZ-jzyiKJV0=/0x99:2048x1251/800x0/images/Benzema-1174670.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "abb51d064a57f65bd4ca9962610965c0" + "hash": "68b1749f4d7af9a27d9c2307a6094e9c" }, { - "title": "Ligue Europa: l’OM domine le Lokomotiv Moscou et décroche son repêchage en Europa Conference League", - "description": "Vainqueur du Lokomotiv Moscou jeudi soir (1-0), l’OM termine troisième de son groupe en Ligue Europa. Les Marseillais sont donc reversés en Europa Conference League.

", - "content": "Vainqueur du Lokomotiv Moscou jeudi soir (1-0), l’OM termine troisième de son groupe en Ligue Europa. Les Marseillais sont donc reversés en Europa Conference League.

", + "title": "Ligue 1: Lille et l'OL font du surplace après un piètre nul", + "description": "Le duel ce dimanche entre le LOSC et l'OL, deux prétendants européens, a accouché d'un piètre spectacle (0-0) qui ne fait les affaires de personne. Les deux clubs resteront dans la deuxième partie du classement après cette 18e journée.

", + "content": "Le duel ce dimanche entre le LOSC et l'OL, deux prétendants européens, a accouché d'un piètre spectacle (0-0) qui ne fait les affaires de personne. Les deux clubs resteront dans la deuxième partie du classement après cette 18e journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-l-om-domine-le-lokomotiv-moscou-et-decroche-son-repechage-en-europa-conference-league_AV-202112090603.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-lille-et-l-ol-font-du-surplace-apres-un-pietre-nul_AV-202112120172.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 22:00:06 GMT", - "enclosure": "https://images.bfmtv.com/6glcF8TDN4vCBG0NuSKqrxydrFQ=/0x42:2048x1194/800x0/images/Grace-a-un-but-de-Milik-l-OM-s-est-impose-conter-le-Lokomotiv-Moscou-1185368.jpg", + "pubDate": "Sun, 12 Dec 2021 14:02:56 GMT", + "enclosure": "https://images.bfmtv.com/HGocJRJRc-LeiqkPXu0WdEzDQO8=/0x0:2048x1152/800x0/images/Boateng-1186979.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46135,19 +47429,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7eac4cd1b662e79e70d930991a7dcda" + "hash": "50240e0137365cef70680ab8301dde69" }, { - "title": "Euroligue: nouvelle défaite pour l'Asvel face à Vitoria", - "description": "Villeurbanne a chuté face à Vitoria (91-66) ce jeudi lors de la 14e journée d'Euroligue, mais reste aux portes du top 8 qualificatif pour les play-offs.

", - "content": "Villeurbanne a chuté face à Vitoria (91-66) ce jeudi lors de la 14e journée d'Euroligue, mais reste aux portes du top 8 qualificatif pour les play-offs.

", + "title": "GP d'Abu Dhabi: le contact entre Verstappen et Hamilton après un départ musclé", + "description": "Le départ du Grand Prix d'Abu Dhabi ce dimanche a été brûlant avec un contact entre les deux rivaux pour le titre de champion du monde, Max Verstappen et Lewis Hamilton. Une manœuvre du Britannique a provoqué la colère du Néerlandais, qui a perdu sa première place.

", + "content": "Le départ du Grand Prix d'Abu Dhabi ce dimanche a été brûlant avec un contact entre les deux rivaux pour le titre de champion du monde, Max Verstappen et Lewis Hamilton. Une manœuvre du Britannique a provoqué la colère du Néerlandais, qui a perdu sa première place.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroligue-nouvelle-defaite-pour-l-asvel-face-a-vitoria_AV-202112090600.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-le-contact-entre-verstappen-et-hamilton-au-premier-tour_AV-202112120161.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 21:49:33 GMT", - "enclosure": "https://images.bfmtv.com/I5hcqPDjv_y1CEbbzyu6-khML8Q=/0x0:2048x1152/800x0/images/T-J-PARKER-1185367.jpg", + "pubDate": "Sun, 12 Dec 2021 13:29:40 GMT", + "enclosure": "https://images.bfmtv.com/89ueDWtplLffZGh32oDncl9gyzY=/0x106:2048x1258/800x0/images/GP-Abu-Dhabi-1186976.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46155,19 +47450,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5356e53d9c02ff1920f7a648faf0a5c8" + "hash": "eb6b2cba2588c7e1e0328ec3bbe1371a" }, { - "title": "Accusé d'agression sexuelle, Pierre Ménès sera jugé le 8 juin annonce son avocat", - "description": "L'ancien chroniqueur de Canal+, Pierre Ménès, visé par une enquête pour agression sexuelle, est sorti de garde à vue ce jeudi soir. Il est convoqué devant le tribunal correctionnel le 8 juin pour y être jugé de ces faits selon son avocat.

", - "content": "L'ancien chroniqueur de Canal+, Pierre Ménès, visé par une enquête pour agression sexuelle, est sorti de garde à vue ce jeudi soir. Il est convoqué devant le tribunal correctionnel le 8 juin pour y être jugé de ces faits selon son avocat.

", + "title": "Mercato: le Bayern Munich ne devrait pas tenter Haaland", + "description": "Cité comme l'une des destinations potentielles pour Erling Haaland en cas de départ estival, le Bayern Munich ne devrait pas se positionner pour l'attaquant norvégien. Selon l'ancien président munichois Karl-Heinz Rummenigge, le club bavarois gardera Robert Lewandowski, actuellement le \"meilleur numéro 9 du monde\".

", + "content": "Cité comme l'une des destinations potentielles pour Erling Haaland en cas de départ estival, le Bayern Munich ne devrait pas se positionner pour l'attaquant norvégien. Selon l'ancien président munichois Karl-Heinz Rummenigge, le club bavarois gardera Robert Lewandowski, actuellement le \"meilleur numéro 9 du monde\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/accuse-d-agression-sexuelle-pierre-menes-sera-juge-le-8-juin-affirme-son-avocat_AV-202112090593.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-bayern-munich-ne-devrait-pas-tenter-haaland_AV-202112120155.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 21:21:48 GMT", - "enclosure": "https://images.bfmtv.com/JwRfTvMKyAklKOdqgUkmsnzj1og=/0x106:1200x781/800x0/images/-880895.jpg", + "pubDate": "Sun, 12 Dec 2021 13:15:17 GMT", + "enclosure": "https://images.bfmtv.com/9BWR009_hU0H_wYrHTxHbx3j16Q=/0x0:2032x1143/800x0/images/Lewanodwski-Haaland-1186959.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46175,19 +47471,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "712d73f06f241598ef0d85a1ba7f9526" + "hash": "42361337020fddbbd87cafeab331c5b0" }, { - "title": "Mondial de hand: les Françaises maîtrisent la Pologne au tour principal", - "description": "Les Françaises ont très bien débuté le tour principal du Mondial en s’imposant facilement contre la Pologne jeudi soir (26-16). En cas de victoire face aux Serbes samedi, les Bleues assureraient leur qualification en quart de finale.

", - "content": "Les Françaises ont très bien débuté le tour principal du Mondial en s’imposant facilement contre la Pologne jeudi soir (26-16). En cas de victoire face aux Serbes samedi, les Bleues assureraient leur qualification en quart de finale.

", + "title": "Val d'Isère (slalom): monstrueux, Noël s'impose à domicile", + "description": "Clément Noël a remporté brillamment le slalom de Coupe du monde de ski alpin de Val d'Isère ce dimanche. Il a signé le meilleur temps des deux manches et décroche ainsi sa neuvième victoire sur le circuit mondial.

", + "content": "Clément Noël a remporté brillamment le slalom de Coupe du monde de ski alpin de Val d'Isère ce dimanche. Il a signé le meilleur temps des deux manches et décroche ainsi sa neuvième victoire sur le circuit mondial.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-les-francaises-maitrisent-la-pologne-au-tour-principal_AV-202112090589.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/val-d-isere-slalom-cocorico-noel-s-impose-a-domicile_AV-202112120149.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 21:14:02 GMT", - "enclosure": "https://images.bfmtv.com/uCUNF9MxwWGtGmLVxB6pX1rchU8=/0x52:2048x1204/800x0/images/Pauletta-Foppa-et-les-Bleues-se-sont-imposes-contre-la-Pologne-1185348.jpg", + "pubDate": "Sun, 12 Dec 2021 12:52:19 GMT", + "enclosure": "https://images.bfmtv.com/Tn4bOPBVuJwKq--b2t5GO0I56CI=/3x50:2019x1184/800x0/images/Clement-Noel-1186957.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46195,19 +47492,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8072a32573578d64668cd2370fb3e1b5" + "hash": "63a78afbb7de036340e9326593d55202" }, { - "title": "Sturm Graz-Monaco: l'ASM, remaniée et rajeunie, accrochée en Autriche", - "description": "Déjà qualifié pour les 8es de finale de la Ligue Europa, Monaco a concédé le match nul ce jeudi au Sturm Graz (1-1). Un match marqué par les nombreux changements apportés par Niko Kovac dans son onze de départ.

", - "content": "Déjà qualifié pour les 8es de finale de la Ligue Europa, Monaco a concédé le match nul ce jeudi au Sturm Graz (1-1). Un match marqué par les nombreux changements apportés par Niko Kovac dans son onze de départ.

", + "title": "Mercato en direct: le Barça aurait lâché l'affaire pour Dembélé", + "description": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", + "content": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/sturm-graz-monaco-l-asm-remaniee-et-rajeunie-accrochee-en-autriche_AD-202112090578.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:31:45 GMT", - "enclosure": "https://images.bfmtv.com/or8XqNr84kWS3n94pFko2af_qL8=/0x62:768x494/800x0/images/L-AS-Monaco-avec-une-equipe-profondement-remaniee-a-ramene-un-resultat-nul-1-1-de-Graz-en-Ligue-Europa-le-9-decembre-2021-1185332.jpg", + "pubDate": "Fri, 10 Dec 2021 07:01:00 GMT", + "enclosure": "https://images.bfmtv.com/oR9-4kvNO0bL3FgaMPy9md44nS4=/0x55:2048x1207/800x0/images/Ousmane-Dembele-1185673.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46215,19 +47513,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf9134b1a9a6ec18d756fbca5abe6580" + "hash": "45188d592f2ad7596ea4f79a712d021c" }, { - "title": "Ligue des champions: Villarreal dernier qualifié, les adversaires potentiels du PSG et de Lille en huitièmes", - "description": "Qualifiés mercredi pour les huitièmes de finale de Ligue des champions, les Lillois attendent désormais le tirage au sort de lundi pour connaître leur futur adversaire. Une équipe s’est ajoutée jeudi soir à la liste des candidats: Villarreal.

", - "content": "Qualifiés mercredi pour les huitièmes de finale de Ligue des champions, les Lillois attendent désormais le tirage au sort de lundi pour connaître leur futur adversaire. Une équipe s’est ajoutée jeudi soir à la liste des candidats: Villarreal.

", + "title": "Belgique: un milieu de terrain de Seraing termine gardien contre Anderlecht", + "description": "Habituel milieu de terrain, le Français Théo Pierrot s'est retrouvé à dépanner dans les buts lors de la rencontre du championnat belge entre Seraing et Anderlecht. Et ça ne s'est pas vraiment bien passé pour l'ancien Messin.

", + "content": "Habituel milieu de terrain, le Français Théo Pierrot s'est retrouvé à dépanner dans les buts lors de la rencontre du championnat belge entre Seraing et Anderlecht. Et ça ne s'est pas vraiment bien passé pour l'ancien Messin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-villarreal-dernier-qualifie-les-adversaires-potentiels-de-lille-en-huitiemes_AV-202112090571.html", + "link": "https://rmcsport.bfmtv.com/football/championnat-de-belgique/belgique-un-milieu-de-terrain-de-seraing-termine-gardien-contre-anderlecht_AN-202112120128.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:10:32 GMT", - "enclosure": "https://images.bfmtv.com/RJGoAoXxGtEp5wkTQoj17mrDKCg=/14x0:2046x1143/800x0/images/Les-Lillois-apres-leur-victoire-a-Wolfsburg-1185324.jpg", + "pubDate": "Sun, 12 Dec 2021 11:19:39 GMT", + "enclosure": "https://images.bfmtv.com/lKwFT5USP7ABk_T5prozmZgvK4U=/36x0:980x531/800x0/images/Theo-Pierrot-1186913.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46235,19 +47534,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f162604dd5a85fe68672c25c197a701f" + "hash": "412a15bca3ab9f0c7a5d523d4d923c1c" }, { - "title": "Incidents OL-OM: Marseille estime que les sanctions ne sont pas à la hauteur", - "description": "Mercredi, la commission de discipline de la LFP a rendu son verdict après les incidents lors d’OL-OM, avec notamment le match à rejouer et un point de retrait pour Lyon. Des sanctions qui ne contentent pas le club phocéen.

", - "content": "Mercredi, la commission de discipline de la LFP a rendu son verdict après les incidents lors d’OL-OM, avec notamment le match à rejouer et un point de retrait pour Lyon. Des sanctions qui ne contentent pas le club phocéen.

", + "title": "Lille-OL en direct: de nombreux changements dans le onze lyonnais", + "description": "Qualifié mercredi pour les huitièmes de finale de Ligue des champions après sa victoire face à Wolfsburg (3-1), le LOSC souhaite enchaîner en Ligue 1. Au stade Pierre-Mauroy ce dimanche (13h), pour un match comptant pour la 18e journée, l'équipe de Jocelyn Gourvennec retrouve l'OL pour un choc de prétendants aux places européennes.

", + "content": "Qualifié mercredi pour les huitièmes de finale de Ligue des champions après sa victoire face à Wolfsburg (3-1), le LOSC souhaite enchaîner en Ligue 1. Au stade Pierre-Mauroy ce dimanche (13h), pour un match comptant pour la 18e journée, l'équipe de Jocelyn Gourvennec retrouve l'OL pour un choc de prétendants aux places européennes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-marseille-estime-que-les-sanctions-ne-sont-pas-a-la-hauteur_AV-202112090567.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-ol-en-direct-un-match-capital-dans-la-bataille-pour-l-europe_LS-202112120119.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:00:10 GMT", - "enclosure": "https://images.bfmtv.com/4fiMuUAXnCSxgg3cOrzhXoN89UY=/0x146:2048x1298/800x0/images/OL-OM-1184497.jpg", + "pubDate": "Sun, 12 Dec 2021 10:54:57 GMT", + "enclosure": "https://images.bfmtv.com/KD3PVjJ6lyYGXMcrsZ0oXoddx0w=/0x0:2048x1152/800x0/images/Moussa-Dembele-et-Houssem-Aouar-1186920.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46255,19 +47555,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "62085a5bc06b970fb3f8a0cf6e5249b6" + "hash": "9893de9377f3ab0e19fbc2ddf520e314" }, { - "title": "Ligue Europa: l'OL se contente d'un triste nul face aux Rangers", - "description": "Déjà qualifiés pour les huitièmes de finale de la Ligue Europa, et assurés de terminer en tête de leur groupe, les Lyonnais voulaient profiter de la réception des Rangers pour se rassurer après des résultats décevants en Ligue 1. Mais ils ont dû se contenter d'un nul (1-1) à domicile.

", - "content": "Déjà qualifiés pour les huitièmes de finale de la Ligue Europa, et assurés de terminer en tête de leur groupe, les Lyonnais voulaient profiter de la réception des Rangers pour se rassurer après des résultats décevants en Ligue 1. Mais ils ont dû se contenter d'un nul (1-1) à domicile.

", + "title": "Manchester United: Lindelöf sorti pour des problèmes respiratoires face à Norwich", + "description": "Opposé à Norwich samedi lors de la 16e journée de Premier League, Manchester United s'est imposé (1-0) grâce à Cristiano Ronaldo. Mais les Red Devils se sont inquiétés pour leur défenseur Victor Lindelöf, sorti par précaution en raison de problèmes respiratoires survenus durant la partie.

", + "content": "Opposé à Norwich samedi lors de la 16e journée de Premier League, Manchester United s'est imposé (1-0) grâce à Cristiano Ronaldo. Mais les Red Devils se sont inquiétés pour leur défenseur Victor Lindelöf, sorti par précaution en raison de problèmes respiratoires survenus durant la partie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-l-ol-se-contente-d-un-triste-nul-face-aux-rangers_AV-202112090557.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-lindelof-sorti-pour-des-problemes-respiratoires-face-a-norwich_AV-202112120117.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:42:36 GMT", - "enclosure": "https://images.bfmtv.com/_8vT2jfW1cUvuKAvRa4zfab3mEM=/0x51:2048x1203/800x0/images/Lyon-Rangers-1185303.jpg", + "pubDate": "Sun, 12 Dec 2021 10:48:23 GMT", + "enclosure": "https://images.bfmtv.com/oBw86tVkc6BsoPfK5cxwWB7NSmE=/0x0:2048x1152/800x0/images/Victor-Lindeloef-1186892.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46275,19 +47576,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36c78388b238bc480d6c3aabf339c05b" + "hash": "1af064cab8663cd36bd544a3fc890023" }, { - "title": "Premier League: après Rennes, le match de Tottenham à Brighton aussi reporté", - "description": "Touché par le Covid-19, Tottenham a obtenu jeudi le report de son match prévu dimanche contre Brighton en Premier League. Jeudi, l’UEFA avait tardivement officialisé le report de la rencontre des Spurs contre Rennes en Europa Conference League.

", - "content": "Touché par le Covid-19, Tottenham a obtenu jeudi le report de son match prévu dimanche contre Brighton en Premier League. Jeudi, l’UEFA avait tardivement officialisé le report de la rencontre des Spurs contre Rennes en Europa Conference League.

", + "title": "MLS: comme Payet, un joueur de New York touché par un jet de canette en pleine finale", + "description": "La finale du championnat nord-américain de football (MLS) a été interrompue ce samedi pendant quelques instants. En cause: après l'ouverture du score de New York City, qui a été sacré champion face aux Portland Timbers à l'issue d'une séance de tirs au but (1-1, 4 tab à 2), un joueur a été touché à la tête par un jet de canette de bière. L'agresseur a été interpellé et banni du stade de Portland.

", + "content": "La finale du championnat nord-américain de football (MLS) a été interrompue ce samedi pendant quelques instants. En cause: après l'ouverture du score de New York City, qui a été sacré champion face aux Portland Timbers à l'issue d'une séance de tirs au but (1-1, 4 tab à 2), un joueur a été touché à la tête par un jet de canette de bière. L'agresseur a été interpellé et banni du stade de Portland.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-apres-rennes-le-match-de-tottenham-a-brighton-aussi-reporte_AV-202112090554.html", + "link": "https://rmcsport.bfmtv.com/football/major-league-soccer/mls-comme-payet-un-joueur-de-new-york-touche-par-un-jet-de-canette-en-pleine-finale_AV-202112120106.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:39:19 GMT", - "enclosure": "https://images.bfmtv.com/R8LfLNCUZykzY4JytnytldcuMcg=/0x25:2048x1177/800x0/images/Tottenham-face-a-Norwich-le-5-decembre-1185307.jpg", + "pubDate": "Sun, 12 Dec 2021 10:20:07 GMT", + "enclosure": "https://images.bfmtv.com/cDtyrhxttRtB5-MsDP8BeaS8Y7w=/0x106:2048x1258/800x0/images/Jesus-Medina-1186878.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46295,39 +47597,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "e85cf4bb577862207d067111da9e03c2" + "hash": "483fbd229aba8c17e9e2ba32dbe6dc13" }, { - "title": "Affaire Agnel: ce que l'on sait après la garde à vue de Yannick Agnel pour des faits supposés de viol sur mineure", - "description": "L'ancien nageur de 29 ans Yannick Agnel, double champion olympique en 2012 a été interpellé ce jeudi dans le cadre d'une information judiciaire ouverte pour des faits supposés de viol sur mineure. Il a été placé en garde à vue à Mulhouse.

", - "content": "L'ancien nageur de 29 ans Yannick Agnel, double champion olympique en 2012 a été interpellé ce jeudi dans le cadre d'une information judiciaire ouverte pour des faits supposés de viol sur mineure. Il a été placé en garde à vue à Mulhouse.

", + "title": "PSG en direct: Kimpembe et Ramos absents contre Monaco", + "description": "Le PSG recevra Monaco dimanche soir (20h45) en clôture de la 18e journée de Ligue 1. Suivez sur RMC Sport les dernières infos liées au club de la capitale.

", + "content": "Le PSG recevra Monaco dimanche soir (20h45) en clôture de la 18e journée de Ligue 1. Suivez sur RMC Sport les dernières infos liées au club de la capitale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-ce-que-l-on-sait-apres-la-garde-a-vue-de-yannick-agnel-pour-des-faits-supposes-de-viol-sur-mineure_AV-202112090549.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-monaco_LN-202112110112.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:22:36 GMT", - "enclosure": "https://images.bfmtv.com/rK8VcQYexgSt4QcO1IfbpXW6ZeI=/0x106:2048x1258/800x0/images/Yannick-Agnel-1064414.jpg", + "pubDate": "Sat, 11 Dec 2021 10:51:01 GMT", + "enclosure": "https://images.bfmtv.com/FcKV2Lt2oiwCtoSXE4rFHV8Duro=/0x65:2048x1217/800x0/images/Presnel-KIMPEMB-1160323.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59c381e68bbe4f60d2f92fb7cf162918" + "hash": "2c1994a8734b9952c56cec9b9a250572" }, { - "title": "Europa Conference League: un bras de fer Rennes-Tottenham pour la date du report", - "description": "Tottenham comptant dans ses rangs plusieurs cas de Covid-19, l’UEFA a reporté le match face à Rennes en Europa Conference League. La date de ce report fait désormais l’objet de négociations tendues entre les deux clubs.

", - "content": "Tottenham comptant dans ses rangs plusieurs cas de Covid-19, l’UEFA a reporté le match face à Rennes en Europa Conference League. La date de ce report fait désormais l’objet de négociations tendues entre les deux clubs.

", + "title": "PSG-Monaco: à quelle heure et sur quelle chaîne regarder le choc de Ligue 1", + "description": "La 18e journée de Ligue 1 baissera le rideau ce dimanche avec une belle affiche entre le PSG et Monaco (20h45) au Parc des Princes. Un duel à suivre sur Amazon Prime Vidéo et à la radio sur RMC.

", + "content": "La 18e journée de Ligue 1 baissera le rideau ce dimanche avec une belle affiche entre le PSG et Monaco (20h45) au Parc des Princes. Un duel à suivre sur Amazon Prime Vidéo et à la radio sur RMC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/europa-conference-league-un-bras-de-fer-rennes-tottenham-pour-la-date-du-report_AV-202112090533.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-monaco-a-quelle-heure-et-sur-quelle-chaine-regarder-le-choc-de-ligue-1_AV-202112120102.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:01:03 GMT", - "enclosure": "https://images.bfmtv.com/snjtaHbiZAqGWzFAxTVCf3UMeHo=/0x40:768x472/800x0/images/Flavien-Tait-presse-Lucas-Moura-lors-de-la-rencontre-entre-Rennes-et-Tottenham-dans-le-cadre-de-la-premiere-journee-de-Ligue-Europa-Conference-jeudi-16-septembre-2021-a-Rennes-1130754.jpg", + "pubDate": "Sun, 12 Dec 2021 10:07:12 GMT", + "enclosure": "https://images.bfmtv.com/Hw1fwRIxyLTlGgtNwqiLoa6h94Y=/0x0:2048x1152/800x0/images/Ruben-Aguilar-et-Kylian-Mbappe-1186870.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46335,19 +47639,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e4c7796f06bdc3b3e5c50e507fa0d93" + "hash": "263fa09af6ca06898d102d6fcd893bd2" }, { - "title": "Mercato: Létang confirme des discussions avec la Fiorentina pour Ikoné", - "description": "Invité de RMC jeudi soir dans Rothen s'enflamme, Olivier Létang a confirmé qu’il y avait bien des discussions avec la Fiorentina pour le transfert de Jonathan Ikoné cet hiver. Mais le président du LOSC assure qu’il y aura peu de départs au mercato hivernal.

", - "content": "Invité de RMC jeudi soir dans Rothen s'enflamme, Olivier Létang a confirmé qu’il y avait bien des discussions avec la Fiorentina pour le transfert de Jonathan Ikoné cet hiver. Mais le président du LOSC assure qu’il y aura peu de départs au mercato hivernal.

", + "title": "Val d'Isère (slalom): Noël meilleur chrono de la première manche, Pinturault déjà éliminé", + "description": "Clément Noël a réussi à domicile le meilleur temps de la première manche du slalom de Coupe du monde de ski alpin de Val d'Isère ce dimanche, alors qu'Alexis Pinturault a été éliminé.

", + "content": "Clément Noël a réussi à domicile le meilleur temps de la première manche du slalom de Coupe du monde de ski alpin de Val d'Isère ce dimanche, alors qu'Alexis Pinturault a été éliminé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-letang-confirme-des-discussions-avec-la-fiorentina-pour-ikone_AV-202112090528.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/val-d-isere-slalom-noel-meilleur-chrono-de-la-premiere-manche-pinturault-deja-elimine_AV-202112120101.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:56:16 GMT", - "enclosure": "https://images.bfmtv.com/Hr0Z-GPLviUAIIR_qCEeumXkgJE=/0x169:2048x1321/800x0/images/Jonathan-Ikone-contre-Wolfsburg-mercredi-1185278.jpg", + "pubDate": "Sun, 12 Dec 2021 10:02:39 GMT", + "enclosure": "https://images.bfmtv.com/p-jm5oUGV7vkfSlWYqmG7CKT2-A=/0x106:2048x1258/800x0/images/Clement-Noel-1186889.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46355,19 +47660,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b3369fc49b06f6015079cfe2a6770e6" + "hash": "46d14805c45b9999f9f550bc85b417d1" }, { - "title": "OM-Lokomotiv Moscou: Mandanda et Balerdi relancés, Payet sur le banc", - "description": "Steve Mandanda, Leonardo Balerdi ou encore Gerson sont titulaires pour le match entre l'OM et le Lokomotiv Moscou ce jeudi soir en Ligue Europa (21h). Marseille a besoin d'un point pour être reversé en Europa Conference League.

", - "content": "Steve Mandanda, Leonardo Balerdi ou encore Gerson sont titulaires pour le match entre l'OM et le Lokomotiv Moscou ce jeudi soir en Ligue Europa (21h). Marseille a besoin d'un point pour être reversé en Europa Conference League.

", + "title": "Strasbourg-OM: comment Sels est devenu un maillon fort du système Stéphan", + "description": "Avant de recevoir l'OM ce dimanche (17h) en Ligue 1, le Racing Club de Strasbourg a déjà inscrit 34 buts en 17 journées. Une moyenne affolante de deux buts par match pour l’un des plus petits budgets de Ligue 1. Les joueurs offensifs s’illustrent, mais la philosophie de Julien Stéphan démarre un peu plus bas sur le terrain avec le rôle important joué par Matz Sels.

", + "content": "Avant de recevoir l'OM ce dimanche (17h) en Ligue 1, le Racing Club de Strasbourg a déjà inscrit 34 buts en 17 journées. Une moyenne affolante de deux buts par match pour l’un des plus petits budgets de Ligue 1. Les joueurs offensifs s’illustrent, mais la philosophie de Julien Stéphan démarre un peu plus bas sur le terrain avec le rôle important joué par Matz Sels.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/om-lokomotiv-moscou-mandanda-et-balerdi-relances-payet-sur-le-banc_AV-202112090526.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/strasbourg-om-comment-sels-est-devenu-un-maillon-fort-du-systeme-stephan_AV-202112120090.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:54:00 GMT", - "enclosure": "https://images.bfmtv.com/iaojv_fwSCtHsVsFBX3zOd5khP4=/0x99:2048x1251/800x0/images/Steve-MANDANDA-1161986.jpg", + "pubDate": "Sun, 12 Dec 2021 09:43:03 GMT", + "enclosure": "https://images.bfmtv.com/Vrt5QWONkvLjtN5dG6CJ49cG0Mo=/0x42:2048x1194/800x0/images/Matz-Sels-1186862.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46375,19 +47681,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "88c92e0a16415e52ab10a38abce6ad2c" + "hash": "84589d277ac2b3b2a331e9198d43d3d4" }, { - "title": "Yannick Agnel placé en garde à vue pour des faits supposés de viol sur mineure", - "description": "L'ancien nageur Yannick Agnel (29 ans), double champion olympique, a été interpellé dans le cadre d'une information judiciaire ouverte pour des faits supposés de viol sur mineure. Il a été interpellé à Paris puis placé en garde à vue à Mulhouse.

", - "content": "L'ancien nageur Yannick Agnel (29 ans), double champion olympique, a été interpellé dans le cadre d'une information judiciaire ouverte pour des faits supposés de viol sur mineure. Il a été interpellé à Paris puis placé en garde à vue à Mulhouse.

", + "title": "Champions Cup: le Stade Français privé de Quesada au Connacht", + "description": "Le Stade Français s'est rendu en Irlande pour affronter la province irlandaise du Connacht sans son entraîneur Gonzalo Quesada. L'Argentin est \"cas contact\", a annoncé le club parisien ce dimanche, quelques heures avant la rencontre comptant pour la 1re journée de la Coupe d'Europe de rugby.

", + "content": "Le Stade Français s'est rendu en Irlande pour affronter la province irlandaise du Connacht sans son entraîneur Gonzalo Quesada. L'Argentin est \"cas contact\", a annoncé le club parisien ce dimanche, quelques heures avant la rencontre comptant pour la 1re journée de la Coupe d'Europe de rugby.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/yannick-agnel-place-en-garde-a-vue-pour-des-faits-supposes-de-viol-sur-mineur_AN-202112090361.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-le-stade-francais-prive-de-quesada-au-connacht_AV-202112120082.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 15:34:29 GMT", - "enclosure": "https://images.bfmtv.com/jvn4do0i9iIXSNwbCRblswam4-Q=/0x74:2048x1226/800x0/images/Yannick-Agnel-1185007.jpg", + "pubDate": "Sun, 12 Dec 2021 09:22:20 GMT", + "enclosure": "https://images.bfmtv.com/pZOupTCsDSZJqYpcbjhI9Tkhe7Q=/0x106:2048x1258/800x0/images/Gonzalo-Quesada-1186865.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46395,19 +47702,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "404c806502c1f5d92a901c14ca5db972" + "hash": "e832f7427ef46e52855d39f9d773496a" }, { - "title": "PRONOS PARIS RMC Les paris du 9 décembre sur Marseille – Lokomotiv Moscou – Ligue Europa", - "description": "Notre pronostic: nul entre Marseille et le Lokomotiv (4.90)

", - "content": "Notre pronostic: nul entre Marseille et le Lokomotiv (4.90)

", + "title": "UFC 269: Tuivasa signe un monstrueux KO... puis se sert une bière dans une chaussure", + "description": "Vainqueur dès le deuxième round face à Augusto Sakai lors de l'UFC 269 dans la nuit de samedi à dimanche, Tai Tuivasa a célébré, comme il en a désormais l'habitude, en buvant une bière dans la cage, servie dans une chaussure. Le poids lourd australien a signé un 14e succès, le quatrième de rang par KO.

", + "content": "Vainqueur dès le deuxième round face à Augusto Sakai lors de l'UFC 269 dans la nuit de samedi à dimanche, Tai Tuivasa a célébré, comme il en a désormais l'habitude, en buvant une bière dans la cage, servie dans une chaussure. Le poids lourd australien a signé un 14e succès, le quatrième de rang par KO.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-9-decembre-sur-marseille-lokomotiv-moscou-ligue-europa_AN-202112080416.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-269-tuivasa-signe-un-monstrueux-ko-puis-se-sert-une-biere-dans-une-chaussure_AV-202112120079.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/MMt7NKZcsRek8WaYrZ2McilkvyE=/0x226:1984x1342/800x0/images/William-Saliba-lors-de-Lokomotiv-Marseille-1184257.jpg", + "pubDate": "Sun, 12 Dec 2021 09:14:44 GMT", + "enclosure": "https://images.bfmtv.com/KTWFnsJmMVigczDDyRhZWpNsrOc=/311x387:2039x1359/800x0/images/Tai-Tuivasa-1186846.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46415,19 +47723,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ba5adbbc55fa0a965b319a1b433b59e" + "hash": "ee799069083ad3fd84fef004e72f01bb" }, { - "title": "PRONOS PARIS RMC Le pari football de Rolland Courbis du 9 décembre - Ligue Europa", - "description": "Mon pronostic : Marseille s’impose face au Lokomotiv Moscou, Milik buteur (2.25)

", - "content": "Mon pronostic : Marseille s’impose face au Lokomotiv Moscou, Milik buteur (2.25)

", + "title": "GP d'Abu Dhabi: Mazepin forfait de dernière minute", + "description": "Le pilote russe Nikita Mazepin (Haas), testé positif au Covid-19, ne participera pas au dernier Grand Prix de la saison de Formule 1 à Abu Dhabi ce dimanche. Il ne sera pas remplacé.

", + "content": "Le pilote russe Nikita Mazepin (Haas), testé positif au Covid-19, ne participera pas au dernier Grand Prix de la saison de Formule 1 à Abu Dhabi ce dimanche. Il ne sera pas remplacé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-rolland-courbis-du-9-decembre-ligue-europa_AN-202112090276.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-mazepin-forfait-de-derniere-minute_AV-202112120076.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 12:15:30 GMT", - "enclosure": "https://images.bfmtv.com/d5mmyX8h-DDzlC90ixcXqioiDTk=/13x40:1997x1156/800x0/images/A-Milik-1184930.jpg", + "pubDate": "Sun, 12 Dec 2021 09:06:00 GMT", + "enclosure": "https://images.bfmtv.com/uRvhgJPgQCYYovVfECgUiMYX-Og=/0x0:2048x1152/800x0/images/Nikita-MAZEPIN-1186839.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46435,19 +47744,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17c876c751fd625729ea899e0af13adf" + "hash": "dbd0147b53bf2bb90b27df939ebebd08" }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 9 décembre – NBA", - "description": "Mon pronostic : les Lakers s’imposent contre Memphis, LeBron James marque plus de 24,5 points (2.60)

", - "content": "Mon pronostic : les Lakers s’imposent contre Memphis, LeBron James marque plus de 24,5 points (2.60)

", + "title": "Ligue des champions: le film de la flamboyante victoire de Lille à Wolfsburg", + "description": "Le LOSC a validé sa qualification pour les huitièmes de finale de la Ligue des champions et sa première place de groupe en s'imposant mercredi à Wolfsburg (3-1). RMC Sport vous propose le film de ce match historique pour les Lillois.

", + "content": "Le LOSC a validé sa qualification pour les huitièmes de finale de la Ligue des champions et sa première place de groupe en s'imposant mercredi à Wolfsburg (3-1). RMC Sport vous propose le film de ce match historique pour les Lillois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-9-decembre-nba_AN-202112090499.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-film-de-la-flamboyante-victoire-de-lille-a-wolfsburg_AV-202112120071.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:19:13 GMT", - "enclosure": "https://images.bfmtv.com/nHoAKT55e_H0w-v5M0dKkLZMLEg=/1x5:2001x1130/800x0/images/L-James-et-M-Monk-1185244.jpg", + "pubDate": "Sun, 12 Dec 2021 08:59:22 GMT", + "enclosure": "https://images.bfmtv.com/RpkVpkkG3rVNUblTpEVrznvs6II=/0x0:1920x1080/800x0/images/Wolfsburg-Lille-le-film-1186851.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46455,19 +47765,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ed14e9bc7cf42c45c9325855e1ccdf4" + "hash": "d56e227489c89c3f01f5b940c518c00e" }, { - "title": "JO 2022: pour Macron, un boycott diplomatique des Jeux de Pékin serait \"tout petit et symbolique\"", - "description": "Décider d'un boycott purement diplomatique mais pas sportif des Jeux olympiques 2022 d'hiver de Pékin serait une mesure \"toute petite et symbolique\", a estimé jeudi le président Emmanuel Macron.

", - "content": "Décider d'un boycott purement diplomatique mais pas sportif des Jeux olympiques 2022 d'hiver de Pékin serait une mesure \"toute petite et symbolique\", a estimé jeudi le président Emmanuel Macron.

", + "title": "Boxe: Donaire conserve sa ceinture des coqs avec un beau KO face à Gaballo", + "description": "A 39 ans, le Philippin Nonito Donaire a conservé sa ceinture de champion du monde WBC chez les poids coqs en mettant KO son compatriote Reymart Gaballo, dans la nuit de samedi à dimanche, en Californie (sur RMC Sport 1).

", + "content": "A 39 ans, le Philippin Nonito Donaire a conservé sa ceinture de champion du monde WBC chez les poids coqs en mettant KO son compatriote Reymart Gaballo, dans la nuit de samedi à dimanche, en Californie (sur RMC Sport 1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-pour-macron-un-boycott-diplomatique-des-jeux-de-pekin-serait-tout-petit-et-symbolique_AD-202112090498.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-donaire-conserve-sa-ceinture-des-coqs-avec-un-beau-ko-face-a-gaballo_AV-202112120070.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:18:39 GMT", - "enclosure": "https://images.bfmtv.com/UJ-dWhJ_lskgkiF5ICezfaOyHuc=/0x40:768x472/800x0/images/Le-president-francais-Emmanuel-Macron-a-Paris-le-9-decembre-2021-1185134.jpg", + "pubDate": "Sun, 12 Dec 2021 08:50:03 GMT", + "enclosure": "https://images.bfmtv.com/EE_PFWs3ZmrtXqlYJVlw6kp7mXk=/0x0:1920x1080/800x0/images/Nonito-Donaire-1186817.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46475,19 +47786,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "77863f46ad22a4f788581166fac16fbf" + "hash": "782fb0fbfa931366b957e6ae722181f5" }, { - "title": "Accusation de viol: France Info suspend sa collaboration avec Yannick Agnel", - "description": "France Info suspend sa collaboration avec l'ancien nageur champion olympique Yannick Agnel interpellé jeudi et placé en garde à vue dans le cadre d'une enquête pour \"viol et agression sexuelle sur mineure de 15 ans, a annoncé le média à l'AFP.

", - "content": "France Info suspend sa collaboration avec l'ancien nageur champion olympique Yannick Agnel interpellé jeudi et placé en garde à vue dans le cadre d'une enquête pour \"viol et agression sexuelle sur mineure de 15 ans, a annoncé le média à l'AFP.

", + "title": "GP d'Abu Dhabi: à quelle heure et sur quelle chaîne suivre la bataille pour le titre en Formule 1", + "description": "Max Verstappen et Lewis Hamilton se disputeront ce dimanche le titre en Formule 1 à l'occasion du dernier Grand Prix de la saison, à Abu Dhabi sur le circuit de Yas Marina. Les deux pilotes ont le même nombre de points (369,5) avant cet affrontement final. Samedi, le pilote néerlandais a signé la pole position devant son adversaire britannique.

", + "content": "Max Verstappen et Lewis Hamilton se disputeront ce dimanche le titre en Formule 1 à l'occasion du dernier Grand Prix de la saison, à Abu Dhabi sur le circuit de Yas Marina. Les deux pilotes ont le même nombre de points (369,5) avant cet affrontement final. Samedi, le pilote néerlandais a signé la pole position devant son adversaire britannique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/accusation-de-viol-france-info-suspend-sa-collaboration-avec-yannick-agnel_AD-202112090491.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-a-quelle-heure-et-sur-quelle-chaine-suivre-la-bataille-pour-le-titre-en-formule-1_AV-202112120059.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:10:13 GMT", - "enclosure": "https://images.bfmtv.com/TOyAyEpgUtYNco9m0zVW6QZz6Po=/0x53:1024x629/800x0/images/-779538.jpg", + "pubDate": "Sun, 12 Dec 2021 08:22:47 GMT", + "enclosure": "https://images.bfmtv.com/QqhzmlYPP0NcX312d-X-McIdBQw=/0x106:2048x1258/800x0/images/Hamilton-Verstappen-1186822.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46495,19 +47807,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "350892c6a05c4dd4fc3d4bfa38aa9d23" + "hash": "bab4561fe4b75bd291d7921eda2d9028" }, { - "title": "Incidents OL-OM: Rothen remonté contre la LFP sur le cas Payet", - "description": "Jérôme Rothen aurait aimé que Dimitri Payet soit entendu et convoqué à Paris par la commission de discipline de la Ligue, qui a jugé la responsabilité de l'OL dans les incidents survenus lors du match Lyon-Marseille en novembre.

", - "content": "Jérôme Rothen aurait aimé que Dimitri Payet soit entendu et convoqué à Paris par la commission de discipline de la Ligue, qui a jugé la responsabilité de l'OL dans les incidents survenus lors du match Lyon-Marseille en novembre.

", + "title": "Grand Prix d'Abu Dhabi en direct: la pression monte pour Hamilton et Verstappen", + "description": "La saison de Formule 1 s'achève ce dimanche avec le Grand Prix d'Abu Dhabi (départ à 14h), épilogue d'un duel d'anthologie entre Max Verstappen (Red Bull) et Lewis Hamilton (Mercedes), à égalité parfaite dans la course au titre de champion du monde.

", + "content": "La saison de Formule 1 s'achève ce dimanche avec le Grand Prix d'Abu Dhabi (départ à 14h), épilogue d'un duel d'anthologie entre Max Verstappen (Red Bull) et Lewis Hamilton (Mercedes), à égalité parfaite dans la course au titre de champion du monde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-rothen-remonte-contre-la-lfp-sur-le-cas-payet_AV-202112090488.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/formule-1-suivez-en-direct-le-grand-prix-d-abu-dhabi-dernier-duel-entre-verstappen-et-hamilton_LN-202112120014.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:05:30 GMT", - "enclosure": "https://images.bfmtv.com/GRURv_TXtUZ3p8oMt9XMjcPuP1k=/154x126:1530x900/800x0/images/Jerome-Rothen-1132375.jpg", + "pubDate": "Sun, 12 Dec 2021 08:22:23 GMT", + "enclosure": "https://images.bfmtv.com/1uVedJftxSwltTHqWrEMbUsfMwM=/0x91:2048x1243/800x0/images/Lewis-Hamilton-et-Max-Verstappen-1186891.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46515,19 +47828,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ff7203d64df89c898e078b300a2595c" + "hash": "c2bb0baaae10ff9ea331fbe08e732e79" }, { - "title": "Champion olympique, consultant, e-sport: les différentes casquettes de Yannick Agnel", - "description": "Le nageur Yannick Agnel a été placé en garde à vue jeudi dans le cadre d'une information judiciaire ouverte pour viol sur mineure. Double champion olympique en 2012, retraité quatre ans plus tard, il s’était depuis lancé dans le e-sport. Avec des projets variés, Yannick Agnel est devenu une figure médiatique.

", - "content": "Le nageur Yannick Agnel a été placé en garde à vue jeudi dans le cadre d'une information judiciaire ouverte pour viol sur mineure. Double champion olympique en 2012, retraité quatre ans plus tard, il s’était depuis lancé dans le e-sport. Avec des projets variés, Yannick Agnel est devenu une figure médiatique.

", + "title": "LOSC-OL: à quelle heure et sur quelle chaîne suivre le match", + "description": "La 18e journée de Ligue 1 se poursuit ce dimanche avec un choc entre le LOSC et l'OL, au stade Pierre-Mauroy. Qualifiée pour les huitièmes de finale de Ligue des champions cette semaine, l'équipe de Jocelyn Gourvennec veut remonter au classement en Ligue 1, là où Lyon souhaite se sortir de sa mauvaise passe actuelle.

", + "content": "La 18e journée de Ligue 1 se poursuit ce dimanche avec un choc entre le LOSC et l'OL, au stade Pierre-Mauroy. Qualifiée pour les huitièmes de finale de Ligue des champions cette semaine, l'équipe de Jocelyn Gourvennec veut remonter au classement en Ligue 1, là où Lyon souhaite se sortir de sa mauvaise passe actuelle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/champion-olympique-consultant-e-sport-les-differentes-casquettes-de-yannick-agnel_AN-202112090482.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/losc-ol-a-quelle-heure-et-sur-quelle-chaine-suivre-le-match_AV-202112120054.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 17:58:31 GMT", - "enclosure": "https://images.bfmtv.com/dpvpg5ZEe9Ok_Xy6HlICw_xO3-8=/0x197:2048x1349/800x0/images/Yannick-Agnel-en-2016-1185222.jpg", + "pubDate": "Sun, 12 Dec 2021 08:11:59 GMT", + "enclosure": "https://images.bfmtv.com/41my1EGhK38a-FFyGke5I9aANi4=/0x116:1984x1232/800x0/images/J-David-1186491.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46535,39 +47849,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "c05e05d17be7f8f9321494b2592bb103" + "hash": "7e69bcec758bb27b60e76c86554675eb" }, { - "title": "PSG: directeur technique du centre de formation, Cabaye félicite Simons et Michut", - "description": "Directeur technique du centre de formation du PSG depuis l’été dernier, Yohan Cabaye participe pleinement à l’évolution des jeunes du club de la capitale. Dans une interview pour Le Parisien, l’ancien milieu de terrain est revenu sur les situations délicates de Xavi Simons et Edouard Michut.

", - "content": "Directeur technique du centre de formation du PSG depuis l’été dernier, Yohan Cabaye participe pleinement à l’évolution des jeunes du club de la capitale. Dans une interview pour Le Parisien, l’ancien milieu de terrain est revenu sur les situations délicates de Xavi Simons et Edouard Michut.

", + "title": "Argentine: les adieux très émouvants de Lisandro Lopez au Racing Club", + "description": "A 38 ans, l'ancien buteur du FC Porto et de l'OL, Lisandro Lopez, a disputé samedi son dernier match avec le Racing Club, où il a été formé. L'Argentin, qui pourrait bientôt prendre sa retraite, n'a pu retenir ses larmes.

", + "content": "A 38 ans, l'ancien buteur du FC Porto et de l'OL, Lisandro Lopez, a disputé samedi son dernier match avec le Racing Club, où il a été formé. L'Argentin, qui pourrait bientôt prendre sa retraite, n'a pu retenir ses larmes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-directeur-technique-du-centre-de-formation-cabaye-felicite-simons-et-michut_AV-202112090474.html", + "link": "https://rmcsport.bfmtv.com/football/argentine-les-adieux-tres-emouvants-de-lisandro-lopez-au-racing-club_AV-202112120050.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 17:46:57 GMT", - "enclosure": "https://images.bfmtv.com/I9FOYfZ8IdCANi8gEYpmCLV9D88=/0x26:2048x1178/800x0/images/Yohan-Cabaye-PSG-1038951.jpg", + "pubDate": "Sun, 12 Dec 2021 07:36:39 GMT", + "enclosure": "https://images.bfmtv.com/2REDhzI5mm-uJb1K8o3ZYEOukQs=/0x0:1008x567/800x0/images/Les-adieux-tres-emouvants-de-Lisandro-Lopez-au-Racing-Club-1186778.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "185311c774713e8b1b2ee12113b8579c" + "hash": "75dd8dbb09ece573bf96d48390fc9b4b" }, { - "title": "Saint-Etienne: ce que Sablé a déjà changé depuis sa prise de fonction", - "description": "Désigné pour assurer l'intérim au poste d'entraîneur de Saint-Etienne après l'éviction de Claude Puel dimanche, Julien Sablé a décidé de créer un \"conseil des sages\" composé de cinq joueurs, afin d'impliquer son groupe dans le processus décisionnel.

", - "content": "Désigné pour assurer l'intérim au poste d'entraîneur de Saint-Etienne après l'éviction de Claude Puel dimanche, Julien Sablé a décidé de créer un \"conseil des sages\" composé de cinq joueurs, afin d'impliquer son groupe dans le processus décisionnel.

", + "title": "NBA: les Sixers battent les Warriors et empêchent Curry de faire tomber le record de Ray Allen", + "description": "Stephen Curry devra encore patienter pour s'emparer du record de tirs à 3 points réussis en saison régulière de Ray Allen: les Sixers l'ont contraint à un piteux 3 sur 14 dans l'exercice samedi, s'adjugeant la victoire 102-93 face aux Warriors.

", + "content": "Stephen Curry devra encore patienter pour s'emparer du record de tirs à 3 points réussis en saison régulière de Ray Allen: les Sixers l'ont contraint à un piteux 3 sur 14 dans l'exercice samedi, s'adjugeant la victoire 102-93 face aux Warriors.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-ce-que-sable-a-deja-change-depuis-sa-prise-de-fonction_AV-202112090465.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-les-sixers-battent-les-warriors-et-empechent-curry-de-faire-tomber-le-record-de-ray-allen_AN-202112120045.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 17:26:29 GMT", - "enclosure": "https://images.bfmtv.com/VUyQ847VnaD-_0PcfQhCepMdf8c=/0x0:2048x1152/800x0/images/Julien-Sable-1185170.jpg", + "pubDate": "Sun, 12 Dec 2021 07:32:07 GMT", + "enclosure": "https://images.bfmtv.com/P3xRgrIMCx7CVtvdN6ZNIT0y7LQ=/0x74:2048x1226/800x0/images/Stephen-Curry-1186805.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46575,19 +47891,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8776259128020ef5d650dfaa5adae4a6" + "hash": "0b87c31cf3407c9b66f54ecdc1fc21bd" }, { - "title": "Thierry Henry veut encore entraîner et apprend à comprendre la nouvelle génération", - "description": "Après avoir connu le succès en tant que joueur, Thierry Henry vit une seconde jeunesse avec son rôle de consultant chez Amazon. Dans une interview pour GQ, le Français a affirmé ne pas avoir fait une croix sur le métier d’entraîneur, et explique la nécessité de comprendre la \"nouvelle génération\".

", - "content": "Après avoir connu le succès en tant que joueur, Thierry Henry vit une seconde jeunesse avec son rôle de consultant chez Amazon. Dans une interview pour GQ, le Français a affirmé ne pas avoir fait une croix sur le métier d’entraîneur, et explique la nécessité de comprendre la \"nouvelle génération\".

", + "title": "UFC 269: la grosse surprise Pena, qui inflige à Nunes sa première défaite depuis 2014", + "description": "Victorieuse d'Amanda Nunes après un étranglement arrière dans le deuxième round, Julianna Pena est devenue la nouvelle championne des poids coqs lors de l'UFC 269. La Brésilienne était pourtant invaincue depuis 2014, avec une série de 12 victoires.

", + "content": "Victorieuse d'Amanda Nunes après un étranglement arrière dans le deuxième round, Julianna Pena est devenue la nouvelle championne des poids coqs lors de l'UFC 269. La Brésilienne était pourtant invaincue depuis 2014, avec une série de 12 victoires.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/thierry-henry-veut-encore-entrainer-et-apprend-a-comprendre-la-nouvelle-generation_AV-202112090455.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/ufc-269-la-surprise-pena-qui-domine-nunes-invaincue-depuis-2014_AV-202112120039.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 17:10:08 GMT", - "enclosure": "https://images.bfmtv.com/IZ_fWG6RjhAH2HPe35x2CLBLzWQ=/4x85:1364x850/800x0/images/Thierry-Henry-1172448.jpg", + "pubDate": "Sun, 12 Dec 2021 07:23:52 GMT", + "enclosure": "https://images.bfmtv.com/Ii0A-b2mYRlY36WF6oOyRV2r6WM=/0x0:2048x1152/800x0/images/Amanda-Nunes-1186785.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46595,19 +47912,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ace7db7add69dbf15da99931ac445848" + "hash": "3cf1a9dc32e6edb7925a2c346990fe9e" }, { - "title": "Sturm Graz-Monaco en direct : L'ASM concède le nul (1-1)", - "description": "Déjà assuré de la qualification pour les huitièmes de finale de la Ligue Europa, Monaco a ramené un point face au Sturm Graz et termine la phase de groupe invaincu.

", - "content": "Déjà assuré de la qualification pour les huitièmes de finale de la Ligue Europa, Monaco a ramené un point face au Sturm Graz et termine la phase de groupe invaincu.

", + "title": "Ligue 1: \"en convalescence\", Saint-Etienne a \"la qualité pour se maintenir\" selon Sablé", + "description": "En déplacement à Reims ce samedi, Saint-Etienne s'est incliné pour la quatrième fois de suite (2-0) en Ligue 1. Après 18 journées, les Verts ne comptent que 12 points et restent à la dernière place du classement. Pour autant, Julien Sablé, entraîneur par intérim après le départ de Claude Puel, assure que son groupe a \"la qualité pour se maintenir\".

", + "content": "En déplacement à Reims ce samedi, Saint-Etienne s'est incliné pour la quatrième fois de suite (2-0) en Ligue 1. Après 18 journées, les Verts ne comptent que 12 points et restent à la dernière place du classement. Pour autant, Julien Sablé, entraîneur par intérim après le départ de Claude Puel, assure que son groupe a \"la qualité pour se maintenir\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/sturm-graz-monaco-en-direct-un-duo-volland-ben-yedder-en-attaque_LS-202112090441.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-en-convalescence-les-verts-ont-la-qualite-pour-se-maintenir-selon-sable_AV-202112120033.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 16:57:53 GMT", - "enclosure": "https://images.bfmtv.com/a8NBmdJVJViaPOiotehPftV648Q=/0x104:2000x1229/800x0/images/Volland-face-au-Sturm-Graz-1185242.jpg", + "pubDate": "Sun, 12 Dec 2021 06:59:24 GMT", + "enclosure": "https://images.bfmtv.com/8GRebIvej5kfaMBjJ_2b2ycbXOU=/0x0:2048x1152/800x0/images/Julien-Sable-1186771.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46615,19 +47933,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6de7480ff55a0447941d68cd7cb81a8b" + "hash": "4b4e47e570b15cb7dd21409db3b95435" }, { - "title": "OL-Rangers, les compos: Bosz fait tourner, première pour Vogel", - "description": "C'est avec une équipe largement remaniée que l'OL affronte le Rangers FC, jeudi soir pour la 6e et dernière journée de la phase de groupes de la Ligue Europa. Le match est sans enjeu, ce qui permet à Pollersbeck, Vogel et Keita de débuter.

", - "content": "C'est avec une équipe largement remaniée que l'OL affronte le Rangers FC, jeudi soir pour la 6e et dernière journée de la phase de groupes de la Ligue Europa. Le match est sans enjeu, ce qui permet à Pollersbeck, Vogel et Keita de débuter.

", + "title": "MLS: New York remporte le championnat pour la première fois de son histoire", + "description": "Opposé aux Portland Timbers ce samedi soir, le New York City FC a acquis pour la première fois de son histoire le titre dans le championnat de la Ligue nord-américaine de football (MLS), en s'imposant au terme d'une séance de tirs au but (1-1, 4-2).

", + "content": "Opposé aux Portland Timbers ce samedi soir, le New York City FC a acquis pour la première fois de son histoire le titre dans le championnat de la Ligue nord-américaine de football (MLS), en s'imposant au terme d'une séance de tirs au but (1-1, 4-2).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ol-rangers-les-compos-bosz-fait-tourner-premiere-pour-vogel_AV-202112090439.html", + "link": "https://rmcsport.bfmtv.com/football/major-league-soccer/mls-new-york-remporte-le-championnat-pour-la-premiere-fois-de-son-histoire_AN-202112120026.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 16:54:23 GMT", - "enclosure": "https://images.bfmtv.com/4WXSpLk9F00_bhtkPTw4AqHJjOY=/0x61:1696x1015/800x0/images/Pollersbeck-1185147.jpg", + "pubDate": "Sun, 12 Dec 2021 06:30:21 GMT", + "enclosure": "https://images.bfmtv.com/89XsvlM56P-De6gDWkAXGK3-tV0=/0x106:2048x1258/800x0/images/New-York-City-FC-1186763.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46635,19 +47954,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36d76d4d322e01cd76a5dedc6b1bbf8f" + "hash": "272b29efc142f1dcf9ee5a03ce67cb1a" }, { - "title": "UFC 269: Dustin Poirier, l’or après l’argent?", - "description": "Double vainqueur de Conor McGregor en 2021, Dustin Poirier aurait pu combattre pour la ceinture des légers de l’UFC en mai dernier. Mais il a préféré le gros chèque du choc contre la superstar irlandaise. Cinq mois plus tard, le combattant américain battu par Khabib Nurmagomedov pour le titre en 2019 a enfin une nouvelle chance de toucher son Graal ce week-end à Las Vegas (à suivre en direct et en exclusivité à partir de 4h dans la nuit de samedi à dimanche sur RMC Sport 2) contre le combattant brésilien Charles Oliveira. Et il s’avance en favori des observateurs.

", - "content": "Double vainqueur de Conor McGregor en 2021, Dustin Poirier aurait pu combattre pour la ceinture des légers de l’UFC en mai dernier. Mais il a préféré le gros chèque du choc contre la superstar irlandaise. Cinq mois plus tard, le combattant américain battu par Khabib Nurmagomedov pour le titre en 2019 a enfin une nouvelle chance de toucher son Graal ce week-end à Las Vegas (à suivre en direct et en exclusivité à partir de 4h dans la nuit de samedi à dimanche sur RMC Sport 2) contre le combattant brésilien Charles Oliveira. Et il s’avance en favori des observateurs.

", + "title": "UFC 269: l'énorme soumission d'Oliveira, qui fait plier Poirier", + "description": "Dans le main-event de l'UFC 269 à Las Vegas ce dimanche, Charles Oliveira a conservé sa ceinture des poids légers en soumettant l'Américain Dustin Poirier. Le Brésilien a triomphé grâce à ses qualités au sol, alors que sa compatriote Amanda Nunes, invaincue depuis 2014, a cédé face à Julianna Pena, qui s'est emparée de la ceinture des poids coqs.

", + "content": "Dans le main-event de l'UFC 269 à Las Vegas ce dimanche, Charles Oliveira a conservé sa ceinture des poids légers en soumettant l'Américain Dustin Poirier. Le Brésilien a triomphé grâce à ses qualités au sol, alors que sa compatriote Amanda Nunes, invaincue depuis 2014, a cédé face à Julianna Pena, qui s'est emparée de la ceinture des poids coqs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-269-dustin-poirier-l-or-apres-l-argent_AV-202112090428.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/ufc-268-la-soumission-d-oliveira-qui-fait-plier-poirier_AV-202112120024.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 16:43:25 GMT", - "enclosure": "https://images.bfmtv.com/APH2f_WX47CkyojEWTv4QOjIdkM=/0x137:2048x1289/800x0/images/Dustin-Poirier-1185117.jpg", + "pubDate": "Sun, 12 Dec 2021 06:19:12 GMT", + "enclosure": "https://images.bfmtv.com/lNqgUz97rs05kqBSj8rbNsYekj4=/0x0:2048x1152/800x0/images/Charles-Oliveira-1186757.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46655,39 +47975,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a7c40e8268ef205fb0ef1e894f0e70b" + "hash": "8d9a15e5be363cb2b91205e0e2241515" }, { - "title": "OL-Rangers en direct: malgré un Cherki décisif, les Lyonnais manquent l'opportunité d'une victoire historique", - "description": "Déjà assuré de la qualification en huitièmes de finale et de la première place de son groupe, Lyon accueille les Glasgow Rangers, jeudi en Ligue Europa. Coup d'envoi à 18h45 sur RMC Sport 2.

", - "content": "Déjà assuré de la qualification en huitièmes de finale et de la première place de son groupe, Lyon accueille les Glasgow Rangers, jeudi en Ligue Europa. Coup d'envoi à 18h45 sur RMC Sport 2.

", + "title": "PRONOS PARIS RMC Le pari du jour du 12 décembre – Ligue 1", + "description": "Notre pronostic : le PSG bat Monaco et Kylian Mbappé marque (2.15)

", + "content": "Notre pronostic : le PSG bat Monaco et Kylian Mbappé marque (2.15)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ol-rangers-en-direct-sans-paqueta-lyon-peut-conclure-une-phase-de-groupes-parfaite_LS-202112090426.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-12-decembre-ligue-1_AN-202112110240.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 16:40:50 GMT", - "enclosure": "https://images.bfmtv.com/f6y01NOHi7-CbmAEQSwFuEc88w0=/0x105:2048x1257/800x0/images/OL-Rangers-1185267.jpg", + "pubDate": "Sat, 11 Dec 2021 23:06:00 GMT", + "enclosure": "https://images.bfmtv.com/Prwx8OBQIoNbrMYEREpvgksSf98=/0x0:1984x1116/800x0/images/K-Mbappe-1186505.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9091be394bccaa86ceee65da776caef4" + "hash": "0d12711255dd8a737209b1e7b137d10e" }, { - "title": "OM-Lokomotiv Moscou en direct: l'OM en tête grâce à Milik, la C4 se rapproche", - "description": "L'OM n'a besoin que d'un match nul face au Lokomotiv pour être reversé en Conference League. Mais à la pause, les Marseillais virent en tête après une bonne première période, récompensée par une tête gagnante de Milik. Le second acte à suivre dans notre live commenté.

", - "content": "L'OM n'a besoin que d'un match nul face au Lokomotiv pour être reversé en Conference League. Mais à la pause, les Marseillais virent en tête après une bonne première période, récompensée par une tête gagnante de Milik. Le second acte à suivre dans notre live commenté.

", + "title": "PRONOS PARIS RMC Le nul du jour du 12 décembre – Ligue 1", + "description": "Notre pronostic : pas de vainqueur entre Metz et Lorient (3.10)

", + "content": "Notre pronostic : pas de vainqueur entre Metz et Lorient (3.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-om-lokomotiv-moscou-en-direct_LS-202112090420.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-12-decembre-ligue-1_AN-202112110239.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 16:33:38 GMT", - "enclosure": "https://images.bfmtv.com/OC_f-b4x_CIz9Ov35325Rwy1-0A=/0x106:2048x1258/800x0/images/1185345.jpg", + "pubDate": "Sat, 11 Dec 2021 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/X3xgGvlGWbtFwGskPnVZaz71joo=/0x103:1984x1219/800x0/images/F-Antonetti-1186504.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46695,19 +48017,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17173a601de627ff7b993677ecb6c600" + "hash": "48fa394bdb0cad71e21c2a3c8f3b5813" }, { - "title": "Filets, vidéos, grilles... les pistes à l'étude de la LFP pour la sécurité dans les stades", - "description": "Info RMC Sport - La Ligue planche sur plusieurs mesures pour la sécurisation des stades. Elle veut notamment vérifier d’ici la fin de saison tous les systèmes de vidéo-protection des stades afin de s’assurer de leur efficacité et généraliser la mise en place d’un système de filet amovible.

", - "content": "Info RMC Sport - La Ligue planche sur plusieurs mesures pour la sécurisation des stades. Elle veut notamment vérifier d’ici la fin de saison tous les systèmes de vidéo-protection des stades afin de s’assurer de leur efficacité et généraliser la mise en place d’un système de filet amovible.

", + "title": "PRONOS PARIS RMC Le pari de folie du 12 décembre – Ligue 1", + "description": "Notre pronostic : Strasbourg bat Marseille et les deux équipes marquent (4.10)

", + "content": "Notre pronostic : Strasbourg bat Marseille et les deux équipes marquent (4.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/filets-videos-grilles-les-pistes-a-l-etude-de-la-lfp-pour-la-securite-dans-les-stades_AV-202112090413.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-12-decembre-ligue-1_AN-202112110244.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 16:25:18 GMT", - "enclosure": "https://images.bfmtv.com/LJN4y2A5ViNmMsexU1LP0heFpGQ=/0x35:768x467/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", + "pubDate": "Sat, 11 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/BhdD-SYcB0qiVJYyysoA4-kfwts=/0x103:1984x1219/800x0/images/L-Ajorque-1186509.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46715,19 +48038,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0120025400cdb422d8740ff75fac0897" + "hash": "4abd3af9b8419b88af7e09e1c7c75ac9" }, { - "title": "F1: \"Je ne suis pas mal à l'aise\", Verstappen affiche sa sérénité à Abou Dhabi", - "description": "À la veille des séances d'essais à Abou Dhabi, pour le dénouement de la saison de F1 et de la lutte pour le titre de champion du monde, Max Verstappen a assuré ne pas ressentir de pression particulière. Idem pour Lewis Hamilton.

", - "content": "À la veille des séances d'essais à Abou Dhabi, pour le dénouement de la saison de F1 et de la lutte pour le titre de champion du monde, Max Verstappen a assuré ne pas ressentir de pression particulière. Idem pour Lewis Hamilton.

", + "title": "PRONOS PARIS RMC Le pari sûr du 12 décembre – Ligue 1", + "description": "Notre pronostic : Angers ne perd pas contre Clermont (1.27)

", + "content": "Notre pronostic : Angers ne perd pas contre Clermont (1.27)

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-je-ne-suis-pas-mal-a-l-aise-verstappen-affiche-sa-serenite-a-abou-dhabi_AV-202112090407.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-12-decembre-ligue-1_AN-202112110236.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 16:17:53 GMT", - "enclosure": "https://images.bfmtv.com/ntO4XQcA37Pcqyaa6kgH4_Z733A=/0x74:2048x1226/800x0/images/Max-Verstappen-1185066.jpg", + "pubDate": "Sat, 11 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/uJ2w4AFmvNaUGDJ1upCB87X7oqU=/0x147:1984x1263/800x0/images/Angers-1186500.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46735,19 +48059,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "06e680c43fd38d71661671b05f14197e" + "hash": "2ecfb89ff926d57eeecc4854ed8a7745" }, { - "title": "La Ligue 2 passera à 18 clubs à partir de la saison 2024-2025", - "description": "La LFP a officiellement acté jeudi le passage de la Ligue 2 à 18 clubs à partir de la saison 2024-2025.

", - "content": "La LFP a officiellement acté jeudi le passage de la Ligue 2 à 18 clubs à partir de la saison 2024-2025.

", + "title": "PRONOS PARIS RMC Le pari à domicile du 12 décembre – Ligue 1", + "description": "Notre pronostic : Rennes bat Nice (1.90)

", + "content": "Notre pronostic : Rennes bat Nice (1.90)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-2/la-ligue-2-passera-a-18-clubs-a-partir-de-la-saison-2024-2025_AN-202112090391.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-12-decembre-ligue-1_AN-202112110235.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 16:04:58 GMT", - "enclosure": "https://images.bfmtv.com/NCzalMBXTqmBRng1fZBp2OXKjqY=/0x52:768x484/800x0/images/Logo-de-la-Ligue-2-1153920.jpg", + "pubDate": "Sat, 11 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/T75KjpwKjw17Fl4anmOhrb9SaAE=/0x104:2000x1229/800x0/images/Rennes-1186499.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46755,19 +48080,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e120b9ecf45e301b72b7b4925ef06796" + "hash": "8696a07b2992dfb64b86394d658fc8f8" }, { - "title": "Bayern-Barça: Lenglet se justifie après les images polémiques, tout sourire, avec Lewandowski", - "description": "Après la défaite contre le Bayern mercredi soir (3-0) synonyme d’élimination dès la phase de poule pour le Barça, Clément Lenglet a été vu en train de rire avec son adversaire Robert Lewandowski. L’image a déclenché la colère des supporters et a poussé le Français à s’expliquer.

", - "content": "Après la défaite contre le Bayern mercredi soir (3-0) synonyme d’élimination dès la phase de poule pour le Barça, Clément Lenglet a été vu en train de rire avec son adversaire Robert Lewandowski. L’image a déclenché la colère des supporters et a poussé le Français à s’expliquer.

", + "title": "PRONOS PARIS RMC Le pari à l’extérieur du 12 décembre – Série A - Italie", + "description": "Notre pronostic : l’Atalanta s’impose à Vérone (1.85)

", + "content": "Notre pronostic : l’Atalanta s’impose à Vérone (1.85)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/bayern-barca-lenglet-se-justifie-apres-les-images-polemiques-tout-sourire-avec-lewandowski_AV-202112090383.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-12-decembre-ligue-1_AN-202112110231.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 15:58:00 GMT", - "enclosure": "https://images.bfmtv.com/_7ofL6f6KU954Vq_FNRZE-CNekQ=/114x81:754x441/800x0/images/Le-defenseur-francais-du-Barca-Clement-Lenglet-gauche-felicite-l-avant-centre-polonais-du-Bayern-Robert-Lewandowski-apres-le-match-de-ligue-des-Champions-entre-les-deux-equipes-a-Munich-le-8-decembre-2021-1184905.jpg", + "pubDate": "Sat, 11 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/8Y_8lHbRx1FRFHNlj2dSditGpCA=/0x2:1984x1118/800x0/images/Atalanta-1186497.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46775,19 +48101,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a9f6e24194a25a7227dd3a5a583eb09" + "hash": "649cc569c05677036d898c9010758ac1" }, { - "title": "Mercato: Raiola fait monter la pression pour Haaland", - "description": "Les chances de voir Erling Haaland quitter le Borussia Dortmund l’été prochain sont grandes. Et ce ne sont pas les déclarations de son agent qui vont dissuader les observateurs de foot de penser l’inverse. Dans un entretien à Sport 1, Mino Raiola a parlé de l’avenir de son poulain.

", - "content": "Les chances de voir Erling Haaland quitter le Borussia Dortmund l’été prochain sont grandes. Et ce ne sont pas les déclarations de son agent qui vont dissuader les observateurs de foot de penser l’inverse. Dans un entretien à Sport 1, Mino Raiola a parlé de l’avenir de son poulain.

", + "title": "PRONOS PARIS RMC Le buteur du 12 décembre – Ligue 1", + "description": "Notre pronostic : David (Lille) marque face à Lyon (2.40)

", + "content": "Notre pronostic : David (Lille) marque face à Lyon (2.40)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-raiola-fait-monter-la-pression-pour-haaland_AV-202112090322.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-12-decembre-ligue-1_AN-202112110230.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 14:25:35 GMT", - "enclosure": "https://images.bfmtv.com/aWdz0MjvmYxgsGakVX2_opyRK8A=/0x0:752x423/800x0/images/L-attaquant-norvegien-du-Borussia-Dortmund-Erling-Haaland-encourage-ses-coequipiers-depuis-les-tribunes-lors-de-la-rencontre-de-Ligue-des-champions-contre-l-Ajax-Amsterdam-groupe-C-a-domicile-le-3-Novembre-2021-1176056.jpg", + "pubDate": "Sat, 11 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/41my1EGhK38a-FFyGke5I9aANi4=/0x116:1984x1232/800x0/images/J-David-1186491.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46795,19 +48122,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5db56d8d6983e2f3b52e8796b638126d" + "hash": "f09edcfcfcb5325d094110333ac169c3" }, { - "title": "Coupes d'Europe: les clubs français se portent mieux, la preuve en stat", - "description": "Les six équipes françaises engagées dans les compétitions européennes cette saison pourraient encore être présentes en février lors des phases à élimination directe. Seul l'OM doit encore valider son billet pour la Conference League. En attendant la dernière journée ce jeudi en Ligue Europa et en C4, les clubs français peuvent déjà mesurer leur progression lors des phases de groupes.

", - "content": "Les six équipes françaises engagées dans les compétitions européennes cette saison pourraient encore être présentes en février lors des phases à élimination directe. Seul l'OM doit encore valider son billet pour la Conference League. En attendant la dernière journée ce jeudi en Ligue Europa et en C4, les clubs français peuvent déjà mesurer leur progression lors des phases de groupes.

", + "title": "PRONOS PARIS RMC Le pari à l’extérieur du 12 décembre – Série A -Italie", + "description": "Notre pronostic : l’Atalanta s’impose à Vérone (1.85)

", + "content": "Notre pronostic : l’Atalanta s’impose à Vérone (1.85)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/coupes-d-europe-les-clubs-francais-se-portent-mieux-la-preuve-en-stat_AV-202112090321.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-12-decembre-ligue-1_AN-202112110231.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 14:18:53 GMT", - "enclosure": "https://images.bfmtv.com/7z3UfCv9QAGjasbl781VRIXC3ao=/6x101:2038x1244/800x0/images/Losc-Wolfsburg-1184513.jpg", + "pubDate": "Sat, 11 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/8Y_8lHbRx1FRFHNlj2dSditGpCA=/0x2:1984x1118/800x0/images/Atalanta-1186497.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46815,19 +48143,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec2d8737afa117fb75daa42cf5c43c00" + "hash": "aac4de0946339776375bf6c96ac6e492" }, { - "title": "OM: Rongier explique pourquoi il ne marque presque jamais", - "description": "Joueur important dans le onze de départ de l’Olympique de Marseille, Valentin Rongier ne brille pas par ses statistiques devant le but. Invité lundi sur le plateau de BFM Marseille, le milieu de terrain a expliqué ce problème par \"un manque de lucidité\".

", - "content": "Joueur important dans le onze de départ de l’Olympique de Marseille, Valentin Rongier ne brille pas par ses statistiques devant le but. Invité lundi sur le plateau de BFM Marseille, le milieu de terrain a expliqué ce problème par \"un manque de lucidité\".

", + "title": "F1: Hamilton ou Verstappen? Les clés de la bataille finale à Abu Dhabi", + "description": "Le passionnant duel entre Lewis Hamilton (Mercedes) et Max Verstappen (Red Bull) livre son verdict ce week-end à Abu Dhabi (Émirats arabes unis), à l'occasion du dernier Grand Prix de la saison. Le tenant du titre britannique et le prétendant néerlandais sont à égalité de points, avant le début de cette course qui semble propice à un huitième sacre pour Hamilton.

", + "content": "Le passionnant duel entre Lewis Hamilton (Mercedes) et Max Verstappen (Red Bull) livre son verdict ce week-end à Abu Dhabi (Émirats arabes unis), à l'occasion du dernier Grand Prix de la saison. Le tenant du titre britannique et le prétendant néerlandais sont à égalité de points, avant le début de cette course qui semble propice à un huitième sacre pour Hamilton.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-valentin-rongier-explique-pourquoi-il-ne-marque-presque-jamais_AV-202112090317.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-ou-verstappen-les-cles-de-la-bataille-finale-pour-le-titre-a-abu-dhabi_AV-202112100209.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 14:08:28 GMT", - "enclosure": "https://images.bfmtv.com/pf2q1HHQ8NJHTOxQ7bgkHDouQF8=/0x143:2048x1295/800x0/images/Valentin-Rongier-1167218.jpg", + "pubDate": "Fri, 10 Dec 2021 10:32:53 GMT", + "enclosure": "https://images.bfmtv.com/oNenoEowSe4XLITdd-WS6YjdrH4=/0x0:2048x1152/800x0/images/Hamilton-et-Verstappen-1185662.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46835,19 +48164,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2386050bf4582f97deb6ff1d9932b180" + "hash": "f2d0269d41a48ed12b3890e67d9ce5ba" }, { - "title": "Ligue 1: \"Pep Genesio\", comment l'entraîneur du Stade Rennais juge son surnom", - "description": "Dans un entretien pour le magazine So Foot, Bruno Genesio revient avec franchise sur sa perception de son surnom lié à l'entraîneur de Manchester City Pep Guardiola. L'actuel coach du Stade Rennais assure qu'il prend la chose \"sur le ton de la plaisanterie\". Mais ça n'a pas été toujours le cas.

", - "content": "Dans un entretien pour le magazine So Foot, Bruno Genesio revient avec franchise sur sa perception de son surnom lié à l'entraîneur de Manchester City Pep Guardiola. L'actuel coach du Stade Rennais assure qu'il prend la chose \"sur le ton de la plaisanterie\". Mais ça n'a pas été toujours le cas.

", + "title": "ARES Fighting 2: retour gagnant pour Lapilus après deux ans d'absence", + "description": "Deux ans après son dernier combat, Taylor Lapilus a remporté son pari pour son grand retour dans la cage, avec une victoire ce samedi contre le Brésilien Wilson Reis en combat principal de l’événement ARES FC 2.

", + "content": "Deux ans après son dernier combat, Taylor Lapilus a remporté son pari pour son grand retour dans la cage, avec une victoire ce samedi contre le Brésilien Wilson Reis en combat principal de l’événement ARES FC 2.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-pep-guardiola-comment-l-entraineur-du-stade-rennais-juge-son-surnom_AV-202112090307.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ares-fighting-2-retour-gagnant-pour-lapilus-apres-deux-ans-d-absence_AV-202112110369.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:44:56 GMT", - "enclosure": "https://images.bfmtv.com/pdikyk_c0P4fP49-VZCytXlND-Q=/0x134:2048x1286/800x0/images/Bruno-Genesio-1150756.jpg", + "pubDate": "Sat, 11 Dec 2021 22:38:13 GMT", + "enclosure": "https://images.bfmtv.com/F0mH5y8UOIX4W4C2-FxqSPSnPss=/0x0:1920x1080/800x0/images/Taylor-Lapilus-pour-son-retour-gagnant-1186708.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46855,19 +48185,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fafd47d4f8e23796748d3cabaa67ac8e" + "hash": "f2a920d9dd7bbd50f4378a8b064fe688" }, { - "title": "Saint-Etienne: Khazri dément avoir acheté un immeuble pour loger des sans-abris", - "description": "Wahbi Khazri a démenti une rumeur lancée sur les réseaux sociaux selon laquelle l’attaquant de Saint-Etienne avait acheté un immeuble pour louer à bas coût des appartements à des sans-abris.

", - "content": "Wahbi Khazri a démenti une rumeur lancée sur les réseaux sociaux selon laquelle l’attaquant de Saint-Etienne avait acheté un immeuble pour louer à bas coût des appartements à des sans-abris.

", + "title": "Champions Cup: très gros accroc pour un Montpellier bis", + "description": "Sans nombre de ses cadres, Montpellier s'est lourdement incliné face à Exeter ce samedi (42-6), dans le cadre de la première journée de la Champions Cup. Vainqueur du dernier Challenge Européen, le MHR se frottera, le week-end prochain, au Leinster, quadruple champion d'Europe.

", + "content": "Sans nombre de ses cadres, Montpellier s'est lourdement incliné face à Exeter ce samedi (42-6), dans le cadre de la première journée de la Champions Cup. Vainqueur du dernier Challenge Européen, le MHR se frottera, le week-end prochain, au Leinster, quadruple champion d'Europe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-khazri-dement-avoir-achete-un-immeuble-pour-loger-des-sans-abris_AV-202112090302.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-tres-gros-accroc-pour-un-montpellier-bis_AD-202112110371.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:35:19 GMT", - "enclosure": "https://images.bfmtv.com/xFO3OqWx-L2vCk3n4wbPRJYjdXU=/0x118:2048x1270/800x0/images/Wahbi-Khazri-1184964.jpg", + "pubDate": "Sat, 11 Dec 2021 22:24:00 GMT", + "enclosure": "https://images.bfmtv.com/W8mGRDA0cOVdApfi0ra-6vwMLmM=/0x106:2048x1258/800x0/images/Exeter-a-fait-lourdement-plier-le-MHR-en-Champions-Cup-1186711.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46875,19 +48206,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "140da4f7c20f1f6f1132caadd148083a" + "hash": "cfdea753cc59dc6f7515d0e75dff338c" }, { - "title": "F1: Verstappen estime être \"traité différemment\" des autres pilotes, la pression monte à Abou Dhabi", - "description": "Furieux d'avoir été pénalisé en Arabie Saoudite, Max Verstappen considère que la direction de course de la F1 le traite de façon injuste sur son pilotage. Avant le début du dernier GP de la saison, à Abou Dhabi, le pilote Red Bull met la pression sur la FIA.

", - "content": "Furieux d'avoir été pénalisé en Arabie Saoudite, Max Verstappen considère que la direction de course de la F1 le traite de façon injuste sur son pilotage. Avant le début du dernier GP de la saison, à Abou Dhabi, le pilote Red Bull met la pression sur la FIA.

", + "title": "Reims - Saint-Etienne: sans Puel, les Verts encore battus et dans une situation d'urgence absolue", + "description": "Nommé entraîneur intérimaire, Julien Sablé a vécu un retour cauchemardesque en tant que n°1 sur le banc des joueurs de Saint-Etienne, encore battus ce samedi à Reims (2-0). Les Stéphanois ont perdu Denis Bouanga, exclu, et Etienne Green, blessé, avant la trêve hivernale.

", + "content": "Nommé entraîneur intérimaire, Julien Sablé a vécu un retour cauchemardesque en tant que n°1 sur le banc des joueurs de Saint-Etienne, encore battus ce samedi à Reims (2-0). Les Stéphanois ont perdu Denis Bouanga, exclu, et Etienne Green, blessé, avant la trêve hivernale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-verstappen-estime-etre-traite-differement-des-autres-pilotes_AV-202112090296.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/reims-saint-etienne-sans-puel-les-verts-encore-battus-et-dans-une-situation-d-urgence-absolue_AV-202112110366.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:25:26 GMT", - "enclosure": "https://images.bfmtv.com/xxTqXP4GEp0oC6ytHJ72N0J1wTI=/0x0:2048x1152/800x0/images/Verstappen-1184959.jpg", + "pubDate": "Sat, 11 Dec 2021 22:19:38 GMT", + "enclosure": "https://images.bfmtv.com/CJ-4mtXCaDt81MhwVGso5V84Hjk=/0x125:1200x800/800x0/images/Les-banderoles-des-supporters-a-Reims-1186704.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46895,19 +48227,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c72f0e75b29a325e79271251ad713273" + "hash": "f4429b084adc91fb61d164b77e09824f" }, { - "title": "Nigeria: Rohr garde \"un petit espoir\" de récupérer Osimhen pour la CAN 2022", - "description": "Alors que Naples avait communiqué une absence de plusieurs mois pour Victor Osimhen après un choc violent au visage, le buteur pourrait revenir plus vite que prévu. Le sélectionneur du Nigeria a assuré ce jeudi qu'il existe \"un petit espoir\" de le voir participer à la CAN 2022 entre janvier et février.

", - "content": "Alors que Naples avait communiqué une absence de plusieurs mois pour Victor Osimhen après un choc violent au visage, le buteur pourrait revenir plus vite que prévu. Le sélectionneur du Nigeria a assuré ce jeudi qu'il existe \"un petit espoir\" de le voir participer à la CAN 2022 entre janvier et février.

", + "title": "Serie A: l'AC Milan arrache le nul contre l'Udinese sur un geste incroyable signé Zlatan", + "description": "Mené tôt dans le match et en difficulté, l'AC Milan a arraché le match nul dans les derniers instants de ce match de la 17e journée de Serie A ce samedi. Un point signé Zlatan Ibrahimovic, avec un geste dont il a le secret.

", + "content": "Mené tôt dans le match et en difficulté, l'AC Milan a arraché le match nul dans les derniers instants de ce match de la 17e journée de Serie A ce samedi. Un point signé Zlatan Ibrahimovic, avec un geste dont il a le secret.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/nigeria-rohr-garde-un-petit-espoir-de-recuperer-osimhen-pour-la-can-2022_AV-202112090293.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-l-ac-milan-arrache-le-nul-contre-l-udinese-sur-un-geste-incroyable-signe-zlatan_AV-202112110365.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:17:39 GMT", - "enclosure": "https://images.bfmtv.com/UfjJuPF3FsW3UyDhs5lJIfKfS-w=/0x0:2000x1125/800x0/images/Victor-Osimhen-Naples-1132900.jpg", + "pubDate": "Sat, 11 Dec 2021 22:17:23 GMT", + "enclosure": "https://images.bfmtv.com/nxUmGCpnpEtWjFBxM1S6jxcccTs=/0x80:2032x1223/800x0/images/Le-but-zlatanesque-de-Zlatan-Ibrahimovic-lors-du-nul-entre-Milan-et-l-Udinese-1186703.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46915,19 +48248,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c621af4d32e4c15232286095a977990" + "hash": "1cc44f7a4bbe8a41e8871c8f63f2e10b" }, { - "title": "LOSC: Gourvennec savoure l'accueil des fans après la qualification en Ligue des champions", - "description": "De nombreux supporters du LOSC se sont rendus à l'aéroport de Lille-Lesquin ce jeudi matin pour accueillir en triomphe les joueurs lillois, qui se sont qualifiés mercredi pour les huitièmes de finale de Ligue des champions grâce à leur victoire face à Wolfsburg (3-1).

", - "content": "De nombreux supporters du LOSC se sont rendus à l'aéroport de Lille-Lesquin ce jeudi matin pour accueillir en triomphe les joueurs lillois, qui se sont qualifiés mercredi pour les huitièmes de finale de Ligue des champions grâce à leur victoire face à Wolfsburg (3-1).

", + "title": "Reims-St Etienne en direct: 4e défaite d'affilée pour Sainté en urgence absolue", + "description": "Reims s'impose 2 à 0 face à Saint-Etienne grâce à des buts de Touré sur penalty et Mboku, sur un service parfait d'Ekitike.

", + "content": "Reims s'impose 2 à 0 face à Saint-Etienne grâce à des buts de Touré sur penalty et Mboku, sur un service parfait d'Ekitike.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/losc-gourvennec-savoure-l-accueil-des-fans-apres-la-qualification-en-ligue-des-champions_AV-202112090290.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-reims-saint-etienne-en-direct_LS-202112110324.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:11:50 GMT", - "enclosure": "https://images.bfmtv.com/vGx4mpoEivRZ9GgnvUE-1i0acd8=/0x0:2048x1152/800x0/images/Jocelyn-Gourvennec-1184969.jpg", + "pubDate": "Sat, 11 Dec 2021 18:40:25 GMT", + "enclosure": "https://images.bfmtv.com/e5mLdvkxLm3j-iJBV4Nd9bLvSTE=/0x106:2048x1258/800x0/images/Reims-qui-celebre-apres-l-ouverture-du-score-contre-l-ASSE-1186695.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46935,19 +48269,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2115da8f5f8d16c9a67fd6a8f8435cb" + "hash": "e15aac61e0056d92ce3a04f10d083f59" }, { - "title": "Tour de France: la spectatrice à la pancarte condamnée à une amende", - "description": "La spectatrice à la pancarte ayant provoqué une chute massive lors du Tour de France l’été dernier a été condamnée une amende de 1.200 euros, ce jeudi par le tribunal correctionnel de Brest.

", - "content": "La spectatrice à la pancarte ayant provoqué une chute massive lors du Tour de France l’été dernier a été condamnée une amende de 1.200 euros, ce jeudi par le tribunal correctionnel de Brest.

", + "title": "Coupe arabe: avec un but incroyable de Belaïli, l’Algérie sort le Maroc et file en demi-finale", + "description": "Privé de ses meilleurs joueurs évoluant en Europe, la sélection algérienne a bataillé pour l’emporter aux tirs au but contre le Maroc (2-2, 5 tab à 3) ce samedi lors des quarts de finale de la Coupe arabe. Les Fennecs défieront le Qatar pour une place en finale, grâce à un penalty de Yacine Brahimi et un but magnifique de Youcef Belaili.

", + "content": "Privé de ses meilleurs joueurs évoluant en Europe, la sélection algérienne a bataillé pour l’emporter aux tirs au but contre le Maroc (2-2, 5 tab à 3) ce samedi lors des quarts de finale de la Coupe arabe. Les Fennecs défieront le Qatar pour une place en finale, grâce à un penalty de Yacine Brahimi et un but magnifique de Youcef Belaili.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/tour-de-france/tour-de-france-la-spectatrice-a-la-pancarte-condamnee-a-une-amende_AV-202112090286.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-avec-un-bijou-de-belaili-l-algerie-elimine-difficilement-le-maroc-et-file-en-demie_AV-202112110363.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 12:53:10 GMT", - "enclosure": "https://images.bfmtv.com/qrCOtTDydi6ZAZH2i0brcuJHIhw=/7x88:1063x682/800x0/images/La-chute-sur-le-Tour-de-France-1055978.jpg", + "pubDate": "Sat, 11 Dec 2021 21:52:14 GMT", + "enclosure": "https://images.bfmtv.com/4M903o0pF5e4VCFUroi5pd4I9-M=/0x74:2048x1226/800x0/images/Youcef-Belaili-et-l-Algerie-qualifies-pour-la-demi-finale-de-la-Coupe-arabe-1186696.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46955,19 +48290,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b32439f83a5c099ca414be500bd1659c" + "hash": "dac8660e9025ed05f0d0c7e7e650b354" }, { - "title": "Lyon: Juninho, les raisons d'un départ", - "description": "C'est fait, ce qui n'était encore qu'une hypothèse, le départ avancé du directeur sportif de l'OL, Juninho dès la trêve des confiseurs est devenu réalité. Son président, qui l'a fait venir au printemps 2019 a appuyé sur le bouton. Décryptage.

", - "content": "C'est fait, ce qui n'était encore qu'une hypothèse, le départ avancé du directeur sportif de l'OL, Juninho dès la trêve des confiseurs est devenu réalité. Son président, qui l'a fait venir au printemps 2019 a appuyé sur le bouton. Décryptage.

", + "title": "UBB-Leicester: la grosse colère de Maynadier, désabusé après une entrée en lice ratée", + "description": "Le talonneur de l'Union Bordeaux-Bègles Clément Maynadier est apparu très marqué en conférence de presse, après la défaite (16-13) contre Leicester en Champions Cup, samedi.

", + "content": "Le talonneur de l'Union Bordeaux-Bègles Clément Maynadier est apparu très marqué en conférence de presse, après la défaite (16-13) contre Leicester en Champions Cup, samedi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-lyon/lyon-juninho-les-raisons-d-un-depart_AV-202112090285.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/ubb-leicester-la-grosse-colere-de-maynadier-desabuse-apres-une-entree-en-lice-ratee_AV-202112110360.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 12:50:13 GMT", - "enclosure": "https://images.bfmtv.com/91DYCYPmwbklACvwY56DyeW5Rjg=/0x0:1376x774/800x0/images/-848768.jpg", + "pubDate": "Sat, 11 Dec 2021 21:12:31 GMT", + "enclosure": "https://images.bfmtv.com/FT_3SunK_ddR4f8E_iHlI-MPaWA=/0x17:1200x692/800x0/images/Clement-Maynadier-1186692.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46975,19 +48311,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f80b60663ef871d7eb41541e84ef40f2" + "hash": "9f4c210d9682064e505c1bd838ee4942" }, { - "title": "Bayern: affaibli par le Covid, Kimmich ne rejouera avant 2022", - "description": "Le Bayern Munich a publié un communiqué ce jeudi pour annoncer l’absence de Joshua Kimmich pour les derniers matchs de l’année. Le milieu de terrain allemand ressent toujours les effets du covid et n’a plus joué depuis un mois.

", - "content": "Le Bayern Munich a publié un communiqué ce jeudi pour annoncer l’absence de Joshua Kimmich pour les derniers matchs de l’année. Le milieu de terrain allemand ressent toujours les effets du covid et n’a plus joué depuis un mois.

", + "title": "Champions Cup: débuts ratés pour Clermont, douché à domicile", + "description": "Clermont s'est incliné à domicile ce samedi face à l'Ulster (29-23), dans le cadre de la première journée de Champions Cup. Un faux-pas qui complique déjà la mission qualification.

", + "content": "Clermont s'est incliné à domicile ce samedi face à l'Ulster (29-23), dans le cadre de la première journée de Champions Cup. Un faux-pas qui complique déjà la mission qualification.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-affaibli-par-le-covid-kimmich-ne-rejouera-avant-2022_AV-202112090282.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-debuts-rates-pour-clermont-douche-a-domicile_AD-202112110358.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 12:46:57 GMT", - "enclosure": "https://images.bfmtv.com/iBRJP8sRbLkUMZ49ssmzPBjoBe0=/0x106:2048x1258/800x0/images/Joshua-Kimmich-1184948.jpg", + "pubDate": "Sat, 11 Dec 2021 20:17:00 GMT", + "enclosure": "https://images.bfmtv.com/JC-PeW6RmIVSfIaQ5PR3FQOAtw0=/0x106:2048x1258/800x0/images/Raka-lors-du-match-de-Clermont-face-a-l-Ulster-1186691.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -46995,19 +48332,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "09e5fc3b34f1dc438742ebd583007b37" + "hash": "9dde5515a1a7cb40c9da049acb8a4572" }, { - "title": "Saint-Etienne: nommé entraîneur intérimaire, Sablé change de capitaine", - "description": "Nommé entraîneur de Saint-Etienne par intérim après l’éviction de Claude Puel, Julien Sablé a pris une première décision en changeant de capitaine. Le brassard quitte le bras de Mahdi Camara pour rejoindre celui de Wahbi Khazri.

", - "content": "Nommé entraîneur de Saint-Etienne par intérim après l’éviction de Claude Puel, Julien Sablé a pris une première décision en changeant de capitaine. Le brassard quitte le bras de Mahdi Camara pour rejoindre celui de Wahbi Khazri.

", + "title": "Affaire Agnel: six questions sur l’enquête qui agite la natation française", + "description": "L'ancien nageur français Yannick Agnel (29 ans), double champion olympique en 2012, a été mis en examen pour viol et agression sexuelle sur mineure ce samedi à l'issue de 48h de garde à vue. Que lui est-il reproché? Quels sont les protagonistes de l'affaire? RMC Sport fait le point.

", + "content": "L'ancien nageur français Yannick Agnel (29 ans), double champion olympique en 2012, a été mis en examen pour viol et agression sexuelle sur mineure ce samedi à l'issue de 48h de garde à vue. Que lui est-il reproché? Quels sont les protagonistes de l'affaire? RMC Sport fait le point.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-nomme-entraineur-interimaire-sable-change-de-capitaine_AV-202112090278.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-cinq-questions-sur-l-enquete-qui-agite-la-natation-francaise_AV-202112100190.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 12:29:11 GMT", - "enclosure": "https://images.bfmtv.com/j63whodjrWYf0KPJdYR0TY2POOk=/0x106:2048x1258/800x0/images/Wahbi-Khazri-1184936.jpg", + "pubDate": "Fri, 10 Dec 2021 09:51:51 GMT", + "enclosure": "https://images.bfmtv.com/hgPMejwOM23jy1df4fya8Uf2UIQ=/0x48:2048x1200/800x0/images/Yannick-Agnel-et-Lionel-Horter-son-ancien-entraineur-en-2016-1185646.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47015,19 +48353,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "efd0bf5158b6a788b38de2eb57f1a8fa" + "hash": "882cf9121a6e92bebd1442bfd8202633" }, { - "title": "Barça: les chiffres désastreux du fiasco en Ligue des champions", - "description": "Dominé par le Bayern Munich (3-0), le FC Barcelone a vu son aventure en Ligue des champions se terminer brusquement. Troisième de leur groupe, les Catalans joueront la Ligue Europa à partir de février prochain. Voici les chiffres et statistiques illustrant cette campagne catastrophique du club de Liga.

", - "content": "Dominé par le Bayern Munich (3-0), le FC Barcelone a vu son aventure en Ligue des champions se terminer brusquement. Troisième de leur groupe, les Catalans joueront la Ligue Europa à partir de février prochain. Voici les chiffres et statistiques illustrant cette campagne catastrophique du club de Liga.

", + "title": "Premier League: Ronaldo sauve Manchester, Rangnick relance United", + "description": "Cristiano Ronaldo a marqué sur penalty l’unique but de la victoire de Manchester United à Norwich (0-1) ce samedi lors de la 16e journée de Premier League. Les Red Devils se replacent dans la course à la Ligue des champions.

", + "content": "Cristiano Ronaldo a marqué sur penalty l’unique but de la victoire de Manchester United à Norwich (0-1) ce samedi lors de la 16e journée de Premier League. Les Red Devils se replacent dans la course à la Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-les-chiffres-desastreux-du-fiasco-en-ligue-des-champions_AV-202112090277.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-ronaldo-sauve-manchester-rangnick-relance-united_AV-202112110346.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 12:25:04 GMT", - "enclosure": "https://images.bfmtv.com/3SbOFWHSUMtFJ34Lali5w1sYC1I=/0x0:2048x1152/800x0/images/FC-Barcelone-1184919.jpg", + "pubDate": "Sat, 11 Dec 2021 19:43:11 GMT", + "enclosure": "https://images.bfmtv.com/CcNrtHRX19OPfEPW70mV6wmnXtA=/0x267:2048x1419/800x0/images/Cristiano-Ronaldo-sauveur-de-Manchester-United-face-a-Norwich-1186661.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47035,19 +48374,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff35931161d791e1ccf15dc659e72185" + "hash": "6d7823580f8c32c8dd1b8813572f5796" }, { - "title": "PRONOS PARIS RMC Les paris du 9 décembre sur Lyon – Rangers – Ligue Europa", - "description": "Notre pronostic: Lyon ne perd pas contre les Rangers et les deux équipes marquent (1.86)

", - "content": "Notre pronostic: Lyon ne perd pas contre les Rangers et les deux équipes marquent (1.86)

", + "title": "Serie A: nouveau coup d'arrêt pour la Juventus, tenue en échec par Venise", + "description": "En déplacement sur la pelouse de Venise, promu cette saison en Serie A, la Juventus a été accrochée (1-1) lors de la 17e journée du championnat italien. L'équipe dirigée par Massimiliano Allegri stagne à la sixième place du classement.

", + "content": "En déplacement sur la pelouse de Venise, promu cette saison en Serie A, la Juventus a été accrochée (1-1) lors de la 17e journée du championnat italien. L'équipe dirigée par Massimiliano Allegri stagne à la sixième place du classement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-9-decembre-sur-lyon-rangers-ligue-europa_AN-202112080418.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-nouveau-coup-d-arret-pour-la-juventus-tenue-en-echec-par-venise_AV-202112110339.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/FairGJMszrFuua2bvQ-OxWIf0Yw=/0x104:1984x1220/800x0/images/Moussa-Dembele-Lyon-1184258.jpg", + "pubDate": "Sat, 11 Dec 2021 19:24:33 GMT", + "enclosure": "https://images.bfmtv.com/I7ZmcfWduKzZyiV7hGkcm3Sl1SM=/0x0:2048x1152/800x0/images/Juventus-1186624.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47055,19 +48395,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1081daebafa51b3eda52dfac1f9b89c2" + "hash": "ccac2785a1a33ec2b53ca96679622167" }, { - "title": "Barça-Bayern: Xavi a poussé un énorme coup de gueule dans le vestiaire", - "description": "La défaite du FC Barcelone sur la pelouse du Bayern Munich, mercredi en Ligue des champions (3-0), n’a pas du tout plu à Xavi. Selon Sport, à la pause, le coach catalan a sérieusement secoué ses joueurs, dominés en Bavière avant d'être éliminés de la C1.

", - "content": "La défaite du FC Barcelone sur la pelouse du Bayern Munich, mercredi en Ligue des champions (3-0), n’a pas du tout plu à Xavi. Selon Sport, à la pause, le coach catalan a sérieusement secoué ses joueurs, dominés en Bavière avant d'être éliminés de la C1.

", + "title": "Affaire Agnel en direct: Agnel mis en examen et placé sous contrôle judiciaire", + "description": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi et mis en examen ce samedi. L'affaire remonte à 2016.

", + "content": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi et mis en examen ce samedi. L'affaire remonte à 2016.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-bayern-xavi-a-pousse-un-enorme-coup-de-gueule-dans-le-vestiaire_AV-202112090274.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 12:11:29 GMT", - "enclosure": "https://images.bfmtv.com/ha-BGR6BdAv_M7sE7PVYOLC22qQ=/0x48:2000x1173/800x0/images/Xavi-Hernandez-Barcelone-1176107.jpg", + "pubDate": "Sat, 11 Dec 2021 07:40:25 GMT", + "enclosure": "https://images.bfmtv.com/MhiWI9f1DC1iCJ2a2QzVGovW6ro=/0x38:768x470/800x0/images/Le-nageur-francais-Yannick-Agnel-s-apprete-a-disputer-la-finale-du-200-m-des-championnats-de-France-a-Montpellier-le-30-mars-2016-1185421.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47075,19 +48416,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa69a863643e9f4de1fe77b479889078" + "hash": "d400596c1c07f7ef8474c5dc1e146c3a" }, { - "title": "Mondial de handball: Krumbholz pointe \"la peur\" des Bleues de ne pas être à la hauteur", - "description": "La France entame son tour principal contre la Pologne ce jeudi (20h30) en ayant fait le plein de points. Malgré tout, Olivier Krumbholz sent son équipe inhibée, portée par la peur de mal faire et de ne pas pouvoir honorer son statut de championne olympique.

", - "content": "La France entame son tour principal contre la Pologne ce jeudi (20h30) en ayant fait le plein de points. Malgré tout, Olivier Krumbholz sent son équipe inhibée, portée par la peur de mal faire et de ne pas pouvoir honorer son statut de championne olympique.

", + "title": "Affaire Agnel: Agnel mis en examen pour viol et agression sexuelle sur mineure", + "description": "Placé en garde à vue jeudi et présenté devant un juge d'instruction ce samedi, Yannick Agnel a été mis en examen pour viol et agression sexuelle sur mineure. Le champion olympique, âgé de 29 ans, est placé sous contrôle judiciaire.

", + "content": "Placé en garde à vue jeudi et présenté devant un juge d'instruction ce samedi, Yannick Agnel a été mis en examen pour viol et agression sexuelle sur mineure. Le champion olympique, âgé de 29 ans, est placé sous contrôle judiciaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-handball-krumbholz-pointe-la-peur-des-bleues-de-ne-pas-etre-a-la-hauteur_AV-202112090267.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-agnel-mis-en-examen-pour-viol-et-agression-sexuelle-sur-mineure_AV-202112110329.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 12:02:06 GMT", - "enclosure": "https://images.bfmtv.com/2oRhSwnJK-mkbikHKZw9ZoDmgAw=/0x159:2048x1311/800x0/images/Olivier-Krumbholz-le-selectionneur-des-Bleues-1182062.jpg", + "pubDate": "Sat, 11 Dec 2021 18:59:57 GMT", + "enclosure": "https://images.bfmtv.com/W6kcKJNSxCl3PGu1CwJs48cRhnY=/0x212:2048x1364/800x0/images/Agnel-1186218.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47095,19 +48437,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "71bcf8a941b121ee932a35700ce1a655" + "hash": "d3140ae24f3c7b15d5732edfdc9150cc" }, { - "title": "Ligue des champions: 54 supporters du Dynamo Kiev arrêtés lors d'affrontements avec ceux du Benfica", - "description": "En marge de la rencontre ce mercredi de Ligue des champions entre le Benfica Lisbonne et le Dynamo Kiev, qui a vu la victoire (2-0) et la qualification pour les huitièmes de finales du club lisboète, la police portugaise a arrêté 54 supporters du club ukrainien pour avoir participé à des affrontements avec des fans adverses.

", - "content": "En marge de la rencontre ce mercredi de Ligue des champions entre le Benfica Lisbonne et le Dynamo Kiev, qui a vu la victoire (2-0) et la qualification pour les huitièmes de finales du club lisboète, la police portugaise a arrêté 54 supporters du club ukrainien pour avoir participé à des affrontements avec des fans adverses.

", + "title": "Mondial de hand: après un duel terrible contre la Serbie, les Bleues qualifiées pour les quarts", + "description": "Poussée dans ses retranchements comme jamais depuis le début du championnat du monde, l'équipe de France de handball décroche son billet pour les quarts de finale en battant la Serbie (22-19).

", + "content": "Poussée dans ses retranchements comme jamais depuis le début du championnat du monde, l'équipe de France de handball décroche son billet pour les quarts de finale en battant la Serbie (22-19).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-54-supporters-du-dynamo-kiev-arretes-lors-d-affrontements-avec-ceux-du-benfica_AV-202112090256.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-apres-un-duel-terrible-contre-la-serbie-les-bleues-qualifiees-pour-les-quarts_AN-202112110320.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:47:31 GMT", - "enclosure": "https://images.bfmtv.com/Q_QaP8ZWVj7Q-eAtZo0eHla5fes=/0x106:2048x1258/800x0/images/Benfica-1184896.jpg", + "pubDate": "Sat, 11 Dec 2021 18:28:58 GMT", + "enclosure": "https://images.bfmtv.com/xhmNSuQKtcab5QDFm2RvHVmXRT4=/0x106:2048x1258/800x0/images/Camille-Lassource-avec-les-Bleues-du-handball-1186620.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47115,19 +48458,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85e7e9f0027ee301a21cdaf8e684c1a3" + "hash": "3ea5b2842088800f1e331e982fd68d18" }, { - "title": "F1: pour Ecclestone, Mercedes \"joue un jeu psychologique\" avec Verstappen", - "description": "Ancien grand patron de la F1, Bernie Ecclestone estime, dans un entretien relayé par le quotidien Het Laatste Nieuws, que Max Verstappen est malmené par l'expérience et l'influence de Lewis Hamilton mais aussi de Mercedes.

", - "content": "Ancien grand patron de la F1, Bernie Ecclestone estime, dans un entretien relayé par le quotidien Het Laatste Nieuws, que Max Verstappen est malmené par l'expérience et l'influence de Lewis Hamilton mais aussi de Mercedes.

", + "title": "Covid-19, recettes en berne, sécurité: l'heure du bilan à la FFF après une année agitée", + "description": "L'Assemblée générale de la FFF a permis au football français de faire le bilan de l'année, marquée une nouvelle fois par la gestion de la situation sanitaire avec notamment une billetterie en berne.

", + "content": "L'Assemblée générale de la FFF a permis au football français de faire le bilan de l'année, marquée une nouvelle fois par la gestion de la situation sanitaire avec notamment une billetterie en berne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-pour-ecclestone-mercedes-joue-un-jeu-psychologique-avec-verstappen_AV-202112090250.html", + "link": "https://rmcsport.bfmtv.com/football/covid-19-recettes-en-berne-securite-l-heure-du-bilan-a-la-fff-apres-une-annee-agitee_AV-202112110316.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:38:00 GMT", - "enclosure": "https://images.bfmtv.com/PwiJPWuW--GApJmKLF4q_CpLkvE=/4x5:4724x2660/800x0/images/-862115.jpg", + "pubDate": "Sat, 11 Dec 2021 18:17:16 GMT", + "enclosure": "https://images.bfmtv.com/8TfaosY7PxRY0tzJzrIV6Zg8FAs=/0x36:768x468/800x0/images/Le-president-de-la-Federation-francaise-de-football-Noel-Le-Graet-lors-d-une-conference-de-presse-le-10-decembre-2015-au-siege-de-la-FFF-a-Paris-1174566.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47135,19 +48479,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d4098db82b1d874d2036310a0ffaf5d" + "hash": "dc69537b8e04e86a7a1d6f2ff20c2605" }, { - "title": "Ligue Europa: à quelle heure et sur quelle chaîne suivre Sturm Graz-Monaco", - "description": "Assuré de terminer à la première place de son groupe en Ligue Europa, l'AS Monaco se rend en Autriche ce jeudi (18h45), pour y défier le Sturm Graz. Niko Kovac a déjà prévu de faire tourner avec en toile de fond le match ce dimanche face au PSG, en Ligue 1.

", - "content": "Assuré de terminer à la première place de son groupe en Ligue Europa, l'AS Monaco se rend en Autriche ce jeudi (18h45), pour y défier le Sturm Graz. Niko Kovac a déjà prévu de faire tourner avec en toile de fond le match ce dimanche face au PSG, en Ligue 1.

", + "title": "Champions Cup: des regrets pour l’UBB après sa défaite inaugurale contre Leicester", + "description": "L’UBB a perdu ce samedi contre Leicester à domicile (13-16) lors de la première journée de Champions Cup. Décevants dans le jeu, les Girondins n’ont jamais réussi à se détacher et ont craqué dans les dernières minutes face à une valeureuse défense anglaise.

", + "content": "L’UBB a perdu ce samedi contre Leicester à domicile (13-16) lors de la première journée de Champions Cup. Décevants dans le jeu, les Girondins n’ont jamais réussi à se détacher et ont craqué dans les dernières minutes face à une valeureuse défense anglaise.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-a-quelle-heure-et-sur-quelle-chaine-suivre-sturm-graz-monaco_AV-202112090246.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-des-regrets-pour-l-ubb-apres-sa-defaite-inaugurale-contre-leicester_AV-202112110313.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:35:56 GMT", - "enclosure": "https://images.bfmtv.com/yTnfJiSq2GP8NkwjVGQO6AMIGgU=/0x106:2048x1258/800x0/images/Monaco-1184876.jpg", + "pubDate": "Sat, 11 Dec 2021 18:02:11 GMT", + "enclosure": "https://images.bfmtv.com/mKsD3TKjUrGWt0EtoVhP8cPgaPk=/0x0:2048x1152/800x0/images/Yoram-Moefana-UBB-plaque-par-des-joueurs-de-Leicester-1186613.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47155,19 +48500,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b36cc6ce8287cf1f88cf94f79793253" + "hash": "4c9bc51f234c07b667976a9dabf1416a" }, { - "title": "F1: le Grand Prix d'Abou Dhabi prolongé jusqu'en 2030", - "description": "La Formule 1 a confirmé ce jeudi un nouvel accord avec le promoteur du Grand Prix d'Abu Dhabi, pour que la course reste au calendrier jusqu'en 2030 sur le Circuit de Yas Marina. L'événément se tient depuis 2009 et sera une nouvelle fois, ce week-end, le dernier rendez-vous de la saison. qui s'annonce décisif en vue du titre de champion du monde entre Max Verstappen et Lewis Hamilton.

", - "content": "La Formule 1 a confirmé ce jeudi un nouvel accord avec le promoteur du Grand Prix d'Abu Dhabi, pour que la course reste au calendrier jusqu'en 2030 sur le Circuit de Yas Marina. L'événément se tient depuis 2009 et sera une nouvelle fois, ce week-end, le dernier rendez-vous de la saison. qui s'annonce décisif en vue du titre de champion du monde entre Max Verstappen et Lewis Hamilton.

", + "title": "Ligue 1: fin de série très rude pour Brest, corrigé par le Montpellier de Dall'Oglio", + "description": "Victorieux de ses six derniers matchs, Brest est tombé à domicile ce samedi face à Montpellier (4-0), dirigé par Olivier Dall'Oglio, sur le banc de touche du club breton la saison dernière. Le MHSC réalise une bonne opération au classement, se replaçant à la quatrième place.

", + "content": "Victorieux de ses six derniers matchs, Brest est tombé à domicile ce samedi face à Montpellier (4-0), dirigé par Olivier Dall'Oglio, sur le banc de touche du club breton la saison dernière. Le MHSC réalise une bonne opération au classement, se replaçant à la quatrième place.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-le-grand-prix-d-abou-dhabi-prolonge-jusqu-en-2030_AV-202112090241.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-fin-de-serie-tres-rude-pour-brest-corrige-par-le-montpellier-de-dall-oglio_AN-202112110310.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:26:14 GMT", - "enclosure": "https://images.bfmtv.com/hWdbRYJwOu1HOArjD8TPLNhWKoE=/0x212:2048x1364/800x0/images/Abu-Dhabi-1184887.jpg", + "pubDate": "Sat, 11 Dec 2021 17:55:52 GMT", + "enclosure": "https://images.bfmtv.com/Sr7kHQYjOKgcjZdhNKniriJQUK8=/0x106:2048x1258/800x0/images/Wahi-1186598.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47175,39 +48521,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "f78a3825feb426a3ff999e148c20691f" + "hash": "653d0a324d2fc08ac47f7d8d91d1ed5c" }, { - "title": "Les images géniales de Nenê qui réussit le challenge de la lucarne d’Evry", - "description": "Le Brésilien Nenê a profité de son passage en région parisienne pour se rendre mercredi à Evry et tenter le fameux challenge de la lucarne. Un défi relevé avec brio par l’ancien joueur du PSG, qui a fêté sa réussite au milieu des jeunes du quartier des Pyramides.

", - "content": "Le Brésilien Nenê a profité de son passage en région parisienne pour se rendre mercredi à Evry et tenter le fameux challenge de la lucarne. Un défi relevé avec brio par l’ancien joueur du PSG, qui a fêté sa réussite au milieu des jeunes du quartier des Pyramides.

", + "title": "Chelsea-Leeds: vives tensions autour de Rüdiger après un penalty litigieux en fin de match", + "description": "Chelsea a dominé Leeds de justesse (3-2) ce samedi pour la 16e journée de Premier League, à Stamford Brigde, au terme d'un match qui s'est décidé aux penalties. L'Allemand Antonio Rüdiger en a obtenu deux pour Chelsea.

", + "content": "Chelsea a dominé Leeds de justesse (3-2) ce samedi pour la 16e journée de Premier League, à Stamford Brigde, au terme d'un match qui s'est décidé aux penalties. L'Allemand Antonio Rüdiger en a obtenu deux pour Chelsea.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/les-images-geniales-de-nene-qui-reussit-le-challenge-de-la-lucarne-d-evry_AV-202112090237.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-leeds-vives-tensions-autour-de-rudiger-apres-un-penalty-litigieux-en-fin-de-match_AV-202112110305.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:20:51 GMT", - "enclosure": "https://images.bfmtv.com/B51zh7OfdYj0owNqILHjHMv_YOY=/0x0:1280x720/800x0/images/Nene-1184929.jpg", + "pubDate": "Sat, 11 Dec 2021 17:38:09 GMT", + "enclosure": "https://images.bfmtv.com/qMPnzpgPvTeynMsBzQTbcrGsF_s=/0x0:1200x675/800x0/images/Antonio-Ruediger-1186602.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "accabc916fcbf0c7a587ea4cd8b78f7a" + "hash": "b3a99dd7ac5791153286682729e14d52" }, { - "title": "Chelsea: Tuchel recadre ses joueurs après le nul face au Zénith", - "description": "Chelsea a réalisé une mauvaise opération en concédant le match (3-3) face au Zenith mercredi en Ligue des champions. À l’issue de la rencontre, l’entraîneur Thomas Tuchel est revenu sur l’attitude de ses joueurs qui d’après lui n’ont pas mis l’intensité qu’il fallait pour gagner ce match.

", - "content": "Chelsea a réalisé une mauvaise opération en concédant le match (3-3) face au Zenith mercredi en Ligue des champions. À l’issue de la rencontre, l’entraîneur Thomas Tuchel est revenu sur l’attitude de ses joueurs qui d’après lui n’ont pas mis l’intensité qu’il fallait pour gagner ce match.

", + "title": "Toulouse: Mola calme le jeu pour Dupont après son match de Champions Cup", + "description": "Tout juste auréolé du titre de meilleur de l’année 2021, Antoine Dupont a guidé Toulouse vers une victoire à Cardiff (39-7) pour la première journée de Champions Cup. De quoi lui valoir les félicitations de ses coéquipiers… et une mise en garde de son manager Ugo Mola.

", + "content": "Tout juste auréolé du titre de meilleur de l’année 2021, Antoine Dupont a guidé Toulouse vers une victoire à Cardiff (39-7) pour la première journée de Champions Cup. De quoi lui valoir les félicitations de ses coéquipiers… et une mise en garde de son manager Ugo Mola.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-recadre-ses-joueurs-apres-le-nul-face-au-zenith_AV-202112090225.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/toulouse-mola-calme-le-jeu-pour-dupont-apres-son-match-de-champions-cup_AV-202112110301.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:57:49 GMT", - "enclosure": "https://images.bfmtv.com/KQh7QJY0XM4qe57-xnyVcQRK8MY=/0x35:2048x1187/800x0/images/Thomas-Tuchel-1130374.jpg", + "pubDate": "Sat, 11 Dec 2021 17:25:16 GMT", + "enclosure": "https://images.bfmtv.com/JG-iUNd4_nXjzEgW_niYZGOoqQE=/0x0:2048x1152/800x0/images/Antoine-Dupont-lors-de-Cardiff-Toulouse-1186597.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47215,19 +48563,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e2065ad3b795c50170063c4711a1348" + "hash": "ea8c19d33bf66f82714d0eb374420880" }, { - "title": "Ligue Europa: à quelle heure et sur quelle chaîne suivre OM-Lokomotiv Moscou", - "description": "L'OM termine sa phase de groupes de Ligue Europa ce jeudi avec la réception du Lokomotiv Moscou. Déjà éliminée pour la suite de la compétition, l'équipe de Jorge Sampaoli vise la troisième place de sa poule, synonyme de repêchage en Conference League.

", - "content": "L'OM termine sa phase de groupes de Ligue Europa ce jeudi avec la réception du Lokomotiv Moscou. Déjà éliminée pour la suite de la compétition, l'équipe de Jorge Sampaoli vise la troisième place de sa poule, synonyme de repêchage en Conference League.

", + "title": "Premier League: Liverpool s’impose difficilement face au Aston Villa de Gerrard", + "description": "Si l’évènement du jour était le grand retour de Steven Gerrard à Anfield, Liverpool se devait de prendre les trois points pour rester aux prises avec Manchester City qui a gagné son match ce samedi. Accrochés pendant plus d’une heure de jeu, les Reds ont trouvé la faille grâce à un penalty inscrit par Mohamed Salah (66e).

", + "content": "Si l’évènement du jour était le grand retour de Steven Gerrard à Anfield, Liverpool se devait de prendre les trois points pour rester aux prises avec Manchester City qui a gagné son match ce samedi. Accrochés pendant plus d’une heure de jeu, les Reds ont trouvé la faille grâce à un penalty inscrit par Mohamed Salah (66e).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-a-quelle-heure-et-sur-quelle-chaine-suivre-om-lokomotiv-moscou_AV-202112090222.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-liverpool-s-impose-difficilement-face-au-aston-villa-de-gerrard_AV-202112110297.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:48:21 GMT", - "enclosure": "https://images.bfmtv.com/bXVN-tu7c3E11IExYjiH3GE47WU=/0x106:2048x1258/800x0/images/Pol-Lirola-1184858.jpg", + "pubDate": "Sat, 11 Dec 2021 17:08:39 GMT", + "enclosure": "https://images.bfmtv.com/C5UVVuh6hzcy0m8VIsL36lAz2iA=/0x0:2048x1152/800x0/images/Steven-Gerrard-face-a-Liverpool-1186589.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47235,19 +48584,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8365e3f8ce2e969b4dd55cf69b0b04ef" + "hash": "e98653fc96d19ed5d90b5af2a7de3d52" }, { - "title": "Barça: les lourdes conséquences économiques de l'élimination en Ligue des champions", - "description": "Par rapport à ses prévisions, le Barça, éliminé de la Ligue des champions en phase de groupes, devrait faire une croix sur plus de 30 millions d'euros. Un sérieux camouflet en pleine crise économique.

", - "content": "Par rapport à ses prévisions, le Barça, éliminé de la Ligue des champions en phase de groupes, devrait faire une croix sur plus de 30 millions d'euros. Un sérieux camouflet en pleine crise économique.

", + "title": "Arsenal: la raison disciplinaire pour laquelle Aubameyang a été écarté", + "description": "Mikel Arteta a confirmé que son capitaine Pierre-Emerick Aubameyang ne figurait pas ce samedi sur la feuille de match, pour la rencontre de la 16e journée de Premier League, face à Southampton, pour une raison disciplinaire. Selon The Athletic, l'attaquant gabonais est rentré en retard après un voyage, pour raisons personnelles, autorisé par le club.

", + "content": "Mikel Arteta a confirmé que son capitaine Pierre-Emerick Aubameyang ne figurait pas ce samedi sur la feuille de match, pour la rencontre de la 16e journée de Premier League, face à Southampton, pour une raison disciplinaire. Selon The Athletic, l'attaquant gabonais est rentré en retard après un voyage, pour raisons personnelles, autorisé par le club.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-les-lourdes-consequences-economiques-de-l-elimination-en-ligue-des-champions_AV-202112090216.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/arsenal-la-raison-disciplinaire-pour-laquelle-aubameyang-a-ete-ecarte_AV-202112110288.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:44:11 GMT", - "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", + "pubDate": "Sat, 11 Dec 2021 16:57:12 GMT", + "enclosure": "https://images.bfmtv.com/KsB0L39BYlbX-StNQ6Iuy2RHOZs=/0x139:2048x1291/800x0/images/Pierre-Emerick-Aubameyang-1186552.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47255,19 +48605,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa6c39550228c311c8a8321598891b94" + "hash": "588b7a810ac5ce518184a8e27a7ca5d7" }, { - "title": "PRONOS PARIS RMC Les paris du 9 décembre sur Sturm Graz – Monaco – Ligue Europa", - "description": "PRONOS PARIS RMC Les paris du 9 décembre sur Sturm Graz – Monaco – Ligue Europa\nNotre pronostic: Monaco s’impose à Graz (1.80)

", - "content": "PRONOS PARIS RMC Les paris du 9 décembre sur Sturm Graz – Monaco – Ligue Europa\nNotre pronostic: Monaco s’impose à Graz (1.80)

", + "title": "Bundesliga: le Bayern creuse l’écart sur Dortmund dans la course au titre", + "description": "Le Bayern a porté à six points son avance en tête de la Bundesliga ce samedi, en battant Mayence à domicile 2-1, alors que son dauphin Dortmund était tenu en échec 1-1 dans le derby de la Ruhr à Bochum, pour la 15e journée de Bundesliga.

", + "content": "Le Bayern a porté à six points son avance en tête de la Bundesliga ce samedi, en battant Mayence à domicile 2-1, alors que son dauphin Dortmund était tenu en échec 1-1 dans le derby de la Ruhr à Bochum, pour la 15e journée de Bundesliga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-9-decembre-sur-sturm-graz-monaco-ligue-europa_AN-202112080415.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-le-bayern-creuse-l-ecart-sur-dortmund-dans-la-course-au-titre_AV-202112110283.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/ui1Ccey3UAbudD2yoGq8rQYDgs4=/0x104:1984x1220/800x0/images/Ben-Yedder-lors-de-Monaco-Graz-1184254.jpg", + "pubDate": "Sat, 11 Dec 2021 16:52:17 GMT", + "enclosure": "https://images.bfmtv.com/s545440YMwRI9IedODkLXNAlUbo=/0x34:1200x709/800x0/images/Kingsley-Coman-1186569.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47275,19 +48626,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bae2e97dd26316083e8f285c245d68a" + "hash": "2b5314adf39dbc89b915485f7b98332e" }, { - "title": "Tennis: Amélie Mauresmo nommée nouvelle directrice de Roland-Garros", - "description": "Le président de la Fédération française de tennis, Gilles Moretton, a nommé Amélie Mauresmo comme nouvelle directrice de Roland-Garros. Elle remplace Guy Forget.

", - "content": "Le président de la Fédération française de tennis, Gilles Moretton, a nommé Amélie Mauresmo comme nouvelle directrice de Roland-Garros. Elle remplace Guy Forget.

", + "title": "Affaire Agnel en direct: Agnel mis en examen", + "description": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi. L'affaire remonte à 2016.

", + "content": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi. L'affaire remonte à 2016.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/roland-garros/tennis-amelie-mauresmo-nommee-nouvelle-directrice-de-roland-garros_AV-202112090202.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:16:13 GMT", - "enclosure": "https://images.bfmtv.com/8sXHfd9h06FlZp4yfQ7AuMM6dkQ=/0x0:2048x1152/800x0/images/Amelie-Mauresmo-1056662.jpg", + "pubDate": "Sat, 11 Dec 2021 07:40:25 GMT", + "enclosure": "https://images.bfmtv.com/MhiWI9f1DC1iCJ2a2QzVGovW6ro=/0x38:768x470/800x0/images/Le-nageur-francais-Yannick-Agnel-s-apprete-a-disputer-la-finale-du-200-m-des-championnats-de-France-a-Montpellier-le-30-mars-2016-1185421.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47295,19 +48647,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b07f569688057b5ef40559042899fe8" + "hash": "76a43d437900c8cae6c37d90d8b5ea0e" }, { - "title": "Accusé d'agression sexuelle, Pierre Menès placé en garde à vue", - "description": "L'ex-chroniqueur vedette de Canal+ Pierre Ménès, visé par une enquête pour agression sexuelle, a été placé jeudi en garde à vue, selon des sources proches du dossier, confirmant une information du Parisien.

", - "content": "L'ex-chroniqueur vedette de Canal+ Pierre Ménès, visé par une enquête pour agression sexuelle, a été placé jeudi en garde à vue, selon des sources proches du dossier, confirmant une information du Parisien.

", + "title": "Reims - Saint-Etienne en direct: les Verts veulent sortir de la zone rouge", + "description": "Pour la première depuis la mise à pied de Claude Puel, Saint-Etienne doit absolument remettre la marche en avant en Ligue 1 face à Reims (21h). Les Verts, coachés par intérim par Julien Sablé, sont derniers de Ligue 1.

", + "content": "Pour la première depuis la mise à pied de Claude Puel, Saint-Etienne doit absolument remettre la marche en avant en Ligue 1 face à Reims (21h). Les Verts, coachés par intérim par Julien Sablé, sont derniers de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/accuse-d-agression-sexuelle-pierre-menes-place-en-garde-a-vue_AN-202112090199.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-reims-saint-etienne-en-direct_LS-202112110324.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:07:35 GMT", - "enclosure": "https://images.bfmtv.com/gBItA1HGtpUuxYDrItFUCcL0_rk=/0x40:768x472/800x0/images/Pierre-Menes-le-15-octobre-2021-a-Paris-1178041.jpg", + "pubDate": "Sat, 11 Dec 2021 18:40:25 GMT", + "enclosure": "https://images.bfmtv.com/xFO3OqWx-L2vCk3n4wbPRJYjdXU=/0x118:2048x1270/800x0/images/Wahbi-Khazri-1184964.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47315,19 +48668,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "70a089431dd1136fca3a52c65b28f5fa" + "hash": "a62809f81f01df1ce0c5798e1388c680" }, { - "title": "PSG: Messi sans pitié avec ses enfants lors d’un foot dans son salon", - "description": "Lionel Messi s’est lancé dans un match de football avec ses enfants dans son salon, mercredi lors de la journée de repos. Et l’attaquant du PSG n’a pas levé le pied lors d’une partie musclée.

", - "content": "Lionel Messi s’est lancé dans un match de football avec ses enfants dans son salon, mercredi lors de la journée de repos. Et l’attaquant du PSG n’a pas levé le pied lors d’une partie musclée.

", + "title": "Equipe de France: Le Graët confirme la priorité des Bleus pour le mois de mars", + "description": "L’équipe de France disputera deux matchs amicaux en mars 2022. Interrogé sur les potentiels adversaires des Bleus ce samedi lors de l’assemblée générale de la Fédération française de football, Noël Le Graët a confirmé que l’option prioritaire restait un tournoi au Qatar, afin d’habituer le groupe de Didier Deschamps au pays où sera disputé la prochaine Coupe du monde.

", + "content": "L’équipe de France disputera deux matchs amicaux en mars 2022. Interrogé sur les potentiels adversaires des Bleus ce samedi lors de l’assemblée générale de la Fédération française de football, Noël Le Graët a confirmé que l’option prioritaire restait un tournoi au Qatar, afin d’habituer le groupe de Didier Deschamps au pays où sera disputé la prochaine Coupe du monde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-sans-pitie-avec-ses-enfants-lors-d-un-foot-dans-son-salon_AV-202112090198.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-le-graet-confirme-la-priorite-des-bleus-pour-le-mois-de-mars_AV-202112110272.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:05:05 GMT", - "enclosure": "https://images.bfmtv.com/GSl5GZAzmx9t11cy_Z_PFAghj4o=/0x65:2048x1217/800x0/images/Lionel-Messi-1184826.jpg", + "pubDate": "Sat, 11 Dec 2021 16:27:30 GMT", + "enclosure": "https://images.bfmtv.com/NajHR3Vso5J-z5PeSdUO3Jc7uHI=/0x46:2048x1198/800x0/images/Noel-Le-Graet-et-Didier-Deschamps-1186543.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47335,19 +48689,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e995bdf5da4fdcc83bee51d5e3ff24b2" + "hash": "0aec1219000bb652e8a4ffafe0dc245b" }, { - "title": "Ligue Europa: à quelle heure et sur quelle chaîne suivre OL-Glasgow Rangers", - "description": "Après des derniers jours agités, l'OL retrouve le Groupama Stadium ce jeudi (18h45) pour la dernière journée de la phase de groupes de Ligue Europa. Déjà qualifiée et assurée de la première place, l'équipe de Peter Bosz recevra les Glasgow Rangers.

", - "content": "Après des derniers jours agités, l'OL retrouve le Groupama Stadium ce jeudi (18h45) pour la dernière journée de la phase de groupes de Ligue Europa. Déjà qualifiée et assurée de la première place, l'équipe de Peter Bosz recevra les Glasgow Rangers.

", + "title": "Euroleague: Heurtel sifflé et moqué pour ses retrouvailles avec Barcelone", + "description": "Près d'un an après son départ polémique du FC Barcelone, Thomas Heurtel était de retour vendredi sur le parquet du Palau Blaugrana. Sous les couleurs du rival du Real Madrid, l'international français s'est incliné (93-80) avec ses coéquipiers, dans cette rencontre d'Euroleague. Surtout, le meneur de jeu a été sifflé et moqué par ses anciens supporters.

", + "content": "Près d'un an après son départ polémique du FC Barcelone, Thomas Heurtel était de retour vendredi sur le parquet du Palau Blaugrana. Sous les couleurs du rival du Real Madrid, l'international français s'est incliné (93-80) avec ses coéquipiers, dans cette rencontre d'Euroleague. Surtout, le meneur de jeu a été sifflé et moqué par ses anciens supporters.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-a-quelle-heure-et-sur-quelle-chaine-suivre-ol-glasgow-rangers_AV-202112090193.html", + "link": "https://rmcsport.bfmtv.com/basket/euroleague-heurtel-siffle-et-moque-pour-ses-retrouvailles-avec-barcelone_AV-202112110269.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 09:54:47 GMT", - "enclosure": "https://images.bfmtv.com/WbU3j8F1IBgZs0QDv4tSIYR6l_4=/0x106:2048x1258/800x0/images/Lyon-1184809.jpg", + "pubDate": "Sat, 11 Dec 2021 16:16:39 GMT", + "enclosure": "https://images.bfmtv.com/vKYIKa24bufk4R3IzxUWp4XKCsw=/0x106:2048x1258/800x0/images/Thomas-Heurtel-1186329.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47355,19 +48710,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e6bf24d2fece15fc6bfc5abfb7f7c6f" + "hash": "7dc90866dd225b5b2d9a41f3b1385ca2" }, { - "title": "Ligue des champions: quand aura lieu le tirage au sort des huitièmes de finale", - "description": "Le LOSC et le PSG ont encore quelques jours à patienter avant de connaître leur adversaire pour les huitièmes de finale de la Ligue des champions. Le tirage au sort de la compétition de l'UEFA aura lieu ce lundi.

", - "content": "Le LOSC et le PSG ont encore quelques jours à patienter avant de connaître leur adversaire pour les huitièmes de finale de la Ligue des champions. Le tirage au sort de la compétition de l'UEFA aura lieu ce lundi.

", + "title": "Le Graët pour une Ligue 3 complètement professionnelle", + "description": "Noël Le Graët a abordé ce samedi la question de la professionnalisation de la troisième division française. En marge de l’assemblée générale de la Fédération française de football, le président a plaidé pour la création d'une Ligue 3 afin de tenir compte de l’évolution des championnats et notamment du passage à 18 clubs de la L1 et de la L2.

", + "content": "Noël Le Graët a abordé ce samedi la question de la professionnalisation de la troisième division française. En marge de l’assemblée générale de la Fédération française de football, le président a plaidé pour la création d'une Ligue 3 afin de tenir compte de l’évolution des championnats et notamment du passage à 18 clubs de la L1 et de la L2.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-quand-aura-lieu-le-tirage-au-sort-des-huitiemes-de-finale_AV-202112090177.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/le-graet-pour-une-ligue-3-completement-professionnelle_AV-202112110263.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 09:26:24 GMT", - "enclosure": "https://images.bfmtv.com/ALGJUjgcq33l6W-gFQowQZY6QHo=/0x153:2048x1305/800x0/images/Kylian-Mbappe-et-Lionel-Messi-avec-le-PSG-1183621.jpg", + "pubDate": "Sat, 11 Dec 2021 15:59:30 GMT", + "enclosure": "https://images.bfmtv.com/3arXD0Hq3jeTPDrE7xhkGRsVyxM=/0x99:2048x1251/800x0/images/Noel-Le-Graet-pendant-une-assemblee-generale-de-la-FFF-1186487.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47375,19 +48731,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ef390adfdd76fd60c85c73f1ffd7037" + "hash": "54da53aa2f67ddbd5b7e502ddef3b4d4" }, { - "title": "Ligue Europa: comment l’OM peut se qualifier pour l'Europa Conference League", - "description": "L’OM reçoit le Lokomotiv Moscou, ce jeudi (21h) en Ligue Europa avec l’ambition de conserver sa troisième place qui lui permettra d’être reversé en Conference League. La donne est très simple pour les Marseillais.

", - "content": "L’OM reçoit le Lokomotiv Moscou, ce jeudi (21h) en Ligue Europa avec l’ambition de conserver sa troisième place qui lui permettra d’être reversé en Conference League. La donne est très simple pour les Marseillais.

", + "title": "Liverpool: l'ovation d'Anfield pour le retour de Gerrard avec Aston Villa", + "description": "Steven Gerrard a effectué ce samedi son retour sur la pelouse d'Anfield, lors de la rencontre de la 16e journée de Premier League entre Liverpool et Aston Villa. Entraîneur du club de Birmingham depuis le 17 novembre, la légende des Reds a reçu une magnifique ovation de la part de ses anciens supporters.

", + "content": "Steven Gerrard a effectué ce samedi son retour sur la pelouse d'Anfield, lors de la rencontre de la 16e journée de Premier League entre Liverpool et Aston Villa. Entraîneur du club de Birmingham depuis le 17 novembre, la légende des Reds a reçu une magnifique ovation de la part de ses anciens supporters.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-comment-l-om-peut-se-qualifier-pour-l-europa-conference-league_AV-202112090166.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/liverpool-l-ovation-d-anfield-pour-le-retour-de-gerrard-avec-aston-villa_AV-202112110260.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 09:07:11 GMT", - "enclosure": "https://images.bfmtv.com/MMt7NKZcsRek8WaYrZ2McilkvyE=/0x226:1984x1342/800x0/images/William-Saliba-lors-de-Lokomotiv-Marseille-1184257.jpg", + "pubDate": "Sat, 11 Dec 2021 15:54:13 GMT", + "enclosure": "https://images.bfmtv.com/sFNG0GCm1O20qmpBj65HaDjSig0=/7x110:2039x1253/800x0/images/Steven-Gerrard-1186531.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47395,19 +48752,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "36edd2a3893445dcb3ee8632c7054e2b" + "hash": "1183f4f15d51cd5dd5551f111c5692ae" }, { - "title": "Ligue Europa: pourquoi l'OM jouera à fond l'Europa Conference League en cas de qualification", - "description": "Eliminé de la course aux 16es de finale de la Ligue Europa, l'OM reçoit le Lokomotiv Moscou, ce jeudi (21h) avec l'ambition de ne surtout pas perdre pour être reversé en Conference League, que le club veut jouer à fond.

", - "content": "Eliminé de la course aux 16es de finale de la Ligue Europa, l'OM reçoit le Lokomotiv Moscou, ce jeudi (21h) avec l'ambition de ne surtout pas perdre pour être reversé en Conference League, que le club veut jouer à fond.

", + "title": "Manchester United: Martial devrait être prêté en janvier", + "description": "L'international français Anthony Martial (26 ans), en manque de temps de jeu à Manchester United, souhaite changer d'air cet hiver, et s'oriente vers un prêt au mois de janvier.

", + "content": "L'international français Anthony Martial (26 ans), en manque de temps de jeu à Manchester United, souhaite changer d'air cet hiver, et s'oriente vers un prêt au mois de janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-pourquoi-l-om-jouera-a-fond-l-europa-conference-league-en-cas-de-qualification_AV-202112090165.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-martial-devrait-etre-prete-en-janvier_AV-202112110259.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 09:04:28 GMT", - "enclosure": "https://images.bfmtv.com/mvdTPpL4tVZh7RTNgZhiktiRxCs=/0x105:2048x1257/800x0/images/L-OM-veut-jouer-a-fond-la-Conference-League-1184777.jpg", + "pubDate": "Sat, 11 Dec 2021 15:44:53 GMT", + "enclosure": "https://images.bfmtv.com/TezFdmS7xJlTPE02EECc42RMhZY=/0x2:1200x677/800x0/images/Anthony-Martial-1186521.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47415,19 +48773,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3c991c58a33d58d4772c8839025fba0" + "hash": "5ca6a86ea3c198ab5088c21718d458d0" }, { - "title": "F1: le directeur de course prévient Verstappen en cas de crash", - "description": "Michael Masi, directeur de course de la Formule 1, prévient que des sanctions pourraient être prises en cas d’accident volontaire, dimanche lors du dernier Grand Prix de la saison à Abou Dhabi où le titre mondial se jouera entre Max Verstappen et Lewis Hamilton.

", - "content": "Michael Masi, directeur de course de la Formule 1, prévient que des sanctions pourraient être prises en cas d’accident volontaire, dimanche lors du dernier Grand Prix de la saison à Abou Dhabi où le titre mondial se jouera entre Max Verstappen et Lewis Hamilton.

", + "title": "Mercato: Di Maria en passe de prolonger au PSG", + "description": "Libre en juin 2022, Angel Di Maria ne devrait pas quitter le PSG lors du prochain mercato estival. Le club francilien et l'Argentin de 33 ans sont d'accord pour poursuivre l'aventure commune, au moins, jusqu'en juin 2023. Une prolongation pourrait se concrétiser dans les prochains mois.

", + "content": "Libre en juin 2022, Angel Di Maria ne devrait pas quitter le PSG lors du prochain mercato estival. Le club francilien et l'Argentin de 33 ans sont d'accord pour poursuivre l'aventure commune, au moins, jusqu'en juin 2023. Une prolongation pourrait se concrétiser dans les prochains mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-le-directeur-de-course-previent-verstappen-en-cas-de-crash_AV-202112090161.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/mercato-di-maria-en-passe-de-prolonger-au-psg_AV-202112110257.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 08:50:55 GMT", - "enclosure": "https://images.bfmtv.com/IUo7tLZx3FAWIzMMRgSy9YeuPcM=/0x106:2048x1258/800x0/images/Max-Verstappen-1184760.jpg", + "pubDate": "Sat, 11 Dec 2021 15:40:21 GMT", + "enclosure": "https://images.bfmtv.com/dsxNyCEIGa-NP8a54UTOGAY8mrQ=/0x87:2048x1239/800x0/images/Angel-Di-Maria-celebre-un-but-avec-le-PSG-1186523.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47435,19 +48794,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d1fcd23e68928c7c6c11d81bf54fb11" + "hash": "c4b9c2f8b275a447462c93e3ddfee6c8" }, { - "title": "Conference League en direct: Rennes demande que ses intérêts soient \"respectés\"", - "description": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", - "content": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", + "title": "Biathlon (Hochfilzen): les Françaises 3es du relais", + "description": "Les hommes, en réussite sur la poursuite, n'étaient pas les seuls à vouloir briller. Ce samedi, l'Equipe de france femmes participait aussi à la Coupe du monde de biathlon à Hochfilzen (Autriche). Les Bleues ont terminé troisièmes du relais.

", + "content": "Les hommes, en réussite sur la poursuite, n'étaient pas les seuls à vouloir briller. Ce samedi, l'Equipe de france femmes participait aussi à la Coupe du monde de biathlon à Hochfilzen (Autriche). Les Bleues ont terminé troisièmes du relais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-hochfilzen-les-francaises-3es-du-relais_AV-202112110254.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 08:40:20 GMT", - "enclosure": "https://images.bfmtv.com/jZu-FbNfY8IVvinQGOQkXgv8IoU=/7x107:1991x1223/800x0/images/Gaetan-Laborde-Rennes-1178750.jpg", + "pubDate": "Sat, 11 Dec 2021 15:35:48 GMT", + "enclosure": "https://images.bfmtv.com/QjHczTr5BZUvj7PjMfe2v2C2cCE=/0x105:2048x1257/800x0/images/La-Francaise-Anais-Bescond-et-la-Norvegienne-Ingrid-Landmark-Tandrevold-972960.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47455,19 +48815,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "910955981c6b35acb9a3c5f15743796e" + "hash": "73689a65f655ad3244140c3353c47186" }, { - "title": "JO 2022 de Pékin: Blanquer annonce que la France ne participera pas au boycott diplomatique", - "description": "Invité de RMC ce jeudi, Jean-Michel Blanquer a confirmé que la France ne participera pas au boycott diplomatique, pour l'heure prononcé par quatre pays dont les Etats-Unis, à l'occasion des Jeux olympiques d'hiver de Pékin, qui auront lieu en février 2022. Pour autant, le ministre de l'Éducation nationale, de la Jeunesse et des Sports condamne les \"persécutions\" de la Chine à l'encontre des \"minorités\" comme \"sur les Ouïghours\".

", - "content": "Invité de RMC ce jeudi, Jean-Michel Blanquer a confirmé que la France ne participera pas au boycott diplomatique, pour l'heure prononcé par quatre pays dont les Etats-Unis, à l'occasion des Jeux olympiques d'hiver de Pékin, qui auront lieu en février 2022. Pour autant, le ministre de l'Éducation nationale, de la Jeunesse et des Sports condamne les \"persécutions\" de la Chine à l'encontre des \"minorités\" comme \"sur les Ouïghours\".

", + "title": "Mondial de hand: Nze Minko, cadre des Bleues et entrepreneuse au service des projets féminins", + "description": "Estelle Nze Minko, qui affronte la Serbie ce samedi (18h) dans un match qui peut propulser les Bleues vers les quarts de finale du Mondial, est l'une des taulières de l’équipe de France féminine de handball depuis plusieurs saisons. Décisive sur le terrain, l’arrière des Bleues développe sur ses temps de repos son entreprise qui valorise l’entreprenariat féminin.

", + "content": "Estelle Nze Minko, qui affronte la Serbie ce samedi (18h) dans un match qui peut propulser les Bleues vers les quarts de finale du Mondial, est l'une des taulières de l’équipe de France féminine de handball depuis plusieurs saisons. Décisive sur le terrain, l’arrière des Bleues développe sur ses temps de repos son entreprise qui valorise l’entreprenariat féminin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-de-pekin-blanquer-annonce-que-la-france-ne-participera-pas-au-boycott-diplomatique_AV-202112090144.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-nze-minko-cadre-des-bleues-et-entrepreneuse-feministe_AV-202112110251.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 08:24:08 GMT", - "enclosure": "https://images.bfmtv.com/G2GJI6tBABDGfIrDB3Z43NstQS0=/4x4:1812x1021/800x0/images/Blanquer-sur-RMC-1184769.jpg", + "pubDate": "Sat, 11 Dec 2021 15:26:55 GMT", + "enclosure": "https://images.bfmtv.com/ctiVMqrWGML9sH-FfOOPiiNMYLA=/0x87:2048x1239/800x0/images/Estelle-Nze-Minko-lors-du-Mondial-feminin-avec-les-Bleues-1186517.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47475,19 +48836,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0016d8c30c06d936dcfa241134ac8fd2" + "hash": "f4afb93edd106c591f651d908ba221a9" }, { - "title": "Mercato en direct: Sablé sur le banc de Saint-Etienne ce week-end", - "description": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue ds champions, mais aussi chez ceux largués en championnat. Suivez tioutes les infos en direct sur RMC Sport.

", - "content": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue ds champions, mais aussi chez ceux largués en championnat. Suivez tioutes les infos en direct sur RMC Sport.

", + "title": "Champions Cup: Dupont et Toulouse réussissent leur rentrée européenne", + "description": "Antoine Dupont a livré une prestation de grande classe ce samedi pour la victoire du Stade Toulousain sur le terrain de Cardiff, lors de la première journée de Champions Cup (39-7). Le champion en titre, emmené par le meilleur joueur du monde en 2021, a réussi aisément son entrée en matière avec le gain du bonus offensif.

", + "content": "Antoine Dupont a livré une prestation de grande classe ce samedi pour la victoire du Stade Toulousain sur le terrain de Cardiff, lors de la première journée de Champions Cup (39-7). Le champion en titre, emmené par le meilleur joueur du monde en 2021, a réussi aisément son entrée en matière avec le gain du bonus offensif.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-dupont-et-toulouse-reussissent-leur-rentree-europeenne_AV-202112110242.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 07:51:11 GMT", - "enclosure": "https://images.bfmtv.com/rll1QEUBZS8OrKviuTu39Q-R-Q8=/16x0:1984x1107/800x0/images/Julien-Sable-1182842.jpg", + "pubDate": "Sat, 11 Dec 2021 15:11:47 GMT", + "enclosure": "https://images.bfmtv.com/HpTvlAIQ-SDAEZLdZMwU1psFXdU=/14x0:2046x1143/800x0/images/Antoine-Dupont-1186490.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47495,19 +48857,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "70c8071461d90ca4a281dfbaf481f28a" + "hash": "7feada513fa498fac113a24f841efa33" }, { - "title": "Piqué, Xavi, ter Stegen... l’élimination du Barça inspire les réseaux sociaux", - "description": "L’élimination du FC Barcelone dès la phase de poule de la Ligue des champions amuse beaucoup les réseaux sociaux très inspirés par les malheurs du Barça et de son gardien Marc-André ter Stegen, notamment.

", - "content": "L’élimination du FC Barcelone dès la phase de poule de la Ligue des champions amuse beaucoup les réseaux sociaux très inspirés par les malheurs du Barça et de son gardien Marc-André ter Stegen, notamment.

", + "title": "Premier League: Manchester City assure le service minimum contre les Wolves", + "description": "Opposé à Wolverhampton ce samedi, Manchester City a dû attendre la seconde période pour inscrire le seul but de la rencontre (1-0). Grâce au penalty inscrit par Raheem Sterling, les Citizens confortent leur première place au classement de la Premier League.

", + "content": "Opposé à Wolverhampton ce samedi, Manchester City a dû attendre la seconde période pour inscrire le seul but de la rencontre (1-0). Grâce au penalty inscrit par Raheem Sterling, les Citizens confortent leur première place au classement de la Premier League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/pique-xavi-ter-stegen-l-elimination-du-barca-inspire-les-reseaux-sociaux_AV-202112090126.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-city-assure-le-service-minimum-contre-les-wolves_AV-202112110237.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 07:46:40 GMT", - "enclosure": "https://images.bfmtv.com/VzeWarZKssrPdrcOnOfNhmI9ESc=/0x52:2032x1195/800x0/images/Marc-Andre-ter-Stegen-1184720.jpg", + "pubDate": "Sat, 11 Dec 2021 15:06:32 GMT", + "enclosure": "https://images.bfmtv.com/_sP9AA2esiHCDoJEy8Mo0ciDGn4=/0x39:768x471/800x0/images/La-joie-de-l-attaquant-de-Manchester-City-Raheem-Sterling-apres-avoir-egalise-1-1-a-domicile-face-au-Paris-Saint-Germain-lors-de-leur-match-de-poules-de-la-Ligue-des-Champions-le-24-novembre-2021-a-l-Etihad-Stadium-1174724.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47515,19 +48878,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "021af0e1e2c6c79b266eed170fa99df0" + "hash": "96e20d64b0a30db870e68e35a0e65b3e" }, { - "title": "Barça-Bayern: Après les avoir chambrés avant-match, Müller se paye les Blaugrana après le 3-0", - "description": "Artisan de la nouvelle victoire du Bayern Munich (3-0) face au FC Barcelone ce mercredi en Ligue des champions, Thomas Müller s'est livré après la partie à une analyse sur les failles sportives actuelles du club catalan. L'attaquant allemand estime que le Barça \"ne peut pas faire face à l'intensité\" proposée au plus haut niveau.

", - "content": "Artisan de la nouvelle victoire du Bayern Munich (3-0) face au FC Barcelone ce mercredi en Ligue des champions, Thomas Müller s'est livré après la partie à une analyse sur les failles sportives actuelles du club catalan. L'attaquant allemand estime que le Barça \"ne peut pas faire face à l'intensité\" proposée au plus haut niveau.

", + "title": "La belle série de Brest se termine par une claque à domicile contre Montpellier", + "description": "Après 6 victoires d'affilée, Brest a lourdement chuté à la maison contre Montpellier (0-4). Les Héraultais montent provisoirement à la 4e place de Ligue 1. Wahi, Mavididi, Sambia et Germain sont les buteurs.

", + "content": "Après 6 victoires d'affilée, Brest a lourdement chuté à la maison contre Montpellier (0-4). Les Héraultais montent provisoirement à la 4e place de Ligue 1. Wahi, Mavididi, Sambia et Germain sont les buteurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-bayern-apres-les-avoir-chambre-avant-match-muller-se-paye-les-blaugrana-apres-le-3-0_AV-202112090105.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-brest-montpellier-en-direct_LS-202112110234.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 07:28:26 GMT", - "enclosure": "https://images.bfmtv.com/Q4JPt8tKl0giPC7hhIrdveBBdUo=/0x0:2048x1152/800x0/images/Thomas-Mueller-1184689.jpg", + "pubDate": "Sat, 11 Dec 2021 15:02:02 GMT", + "enclosure": "https://images.bfmtv.com/kEEwVn5VFSxb3tSg7FVuguhoYr4=/0x150:2048x1302/800x0/images/Jordan-Ferri-lors-de-Brest-Montpellier-1186563.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47535,19 +48899,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9bf73c6ed4bf764f3fd42f94d1b999e" + "hash": "ef8d690e923c93a1e43c8b6ee4af478e" }, { - "title": "Tour de France: jugement attendu pour la spectatrice à la pancarte", - "description": "Elle avait provoqué la chute d'un tiers du peloton lors d ela première étape avec sa pancarte \"Allez Opi-Omi\".

", - "content": "Elle avait provoqué la chute d'un tiers du peloton lors d ela première étape avec sa pancarte \"Allez Opi-Omi\".

", + "title": "GP d'Abu Dhabi: comment Verstappen a chipé la pole position à Hamilton", + "description": "Le Néerlandais Max Verstappen (Red Bull) a décroché ce samedi la pole position du dernier Grand Prix de la saison de Formule 1 à Abu Dhabi, devant le Britannique Lewis Hamilton (Mercedes), son rival au championnat à égalité de points (369,5).

", + "content": "Le Néerlandais Max Verstappen (Red Bull) a décroché ce samedi la pole position du dernier Grand Prix de la saison de Formule 1 à Abu Dhabi, devant le Britannique Lewis Hamilton (Mercedes), son rival au championnat à égalité de points (369,5).

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/tour-de-france/tour-de-france-jugement-attendu-pour-la-spectatrice-a-la-pancarte_AD-202112090103.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abu-dhabi-comment-verstappen-a-chipe-la-pole-position-a-hamilton_AV-202112110233.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 07:25:27 GMT", - "enclosure": "https://images.bfmtv.com/nYeJE2-AcYw4Lle2LAsf0v_l7X8=/0x40:768x472/800x0/images/Coureurs-a-terre-apres-une-chute-dans-la-premiere-etape-du-Tour-de-France-le-26-juin-2021-1066946.jpg", + "pubDate": "Sat, 11 Dec 2021 15:01:17 GMT", + "enclosure": "https://images.bfmtv.com/ibA-CwddNEe0YqsAdq1RTauX9AA=/119x0:1767x927/800x0/images/Verstappen-et-Hamilton-1186471.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47555,19 +48920,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "501eb42477457c81c806b5db98e2c80f" + "hash": "763049d0b791ef53a47f7285a126a87b" }, { - "title": "Incidents OL-OM: \"cirque\", \"injustice\" et \"psychodrame\" dans la presse après les sanctions", - "description": "Les sanctions infligées à Lyon après les incidents lors du match face à Marseille ne satisfont personne comme le soulignent les médias locaux, ce jeudi matin.

", - "content": "Les sanctions infligées à Lyon après les incidents lors du match face à Marseille ne satisfont personne comme le soulignent les médias locaux, ce jeudi matin.

", + "title": "Mercato: l'OL avance sur le dossier Azmoun", + "description": "Convoité par l’Olympique Lyonnais l’été dernier, Sardar Azmoun pourrait rejoindre le club français dès le mois de janvier. Selon des informations de l’Equipe, confirmées par RMC Sport, l’attaquant iranien de 26 ans a trouvé un accord salarial avec les Gones.

", + "content": "Convoité par l’Olympique Lyonnais l’été dernier, Sardar Azmoun pourrait rejoindre le club français dès le mois de janvier. Selon des informations de l’Equipe, confirmées par RMC Sport, l’attaquant iranien de 26 ans a trouvé un accord salarial avec les Gones.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-cirque-injustice-et-psychodrame-dans-la-presse-apres-les-sanctions_AV-202112090088.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-ol-avance-sur-le-dossier-azmoun_AV-202112110224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 07:02:31 GMT", - "enclosure": "https://images.bfmtv.com/GWcviwBcP5EY2NZfh9Lc82shQGw=/0x194:2048x1346/800x0/images/Dimitri-Payet-touche-par-un-projectile-lors-de-OL-OM-1172166.jpg", + "pubDate": "Sat, 11 Dec 2021 14:40:47 GMT", + "enclosure": "https://images.bfmtv.com/2U4K3S7W7amb3Cr3i0FecTEgKvc=/0x39:2032x1182/800x0/images/Sardar-AZMOUN-1117723.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47575,19 +48941,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73761d7f16f771392f3a58572a7ee631" + "hash": "e79fd3fba51f9d8d57a8af8e96b308a2" }, { - "title": "Manchester United: Ralf Rangnick justifie la nomination d'un psychologue", - "description": "En conférence de presse avant la rencontre de Ligue des champions face aux Young Boys de Berne, Ralf Rangnick, nouveau manager de Manchester United, a expliqué la nomination au club d'un psychologue du sport. Le technicien allemand a fait appel à Sascha Lense, qu'il a déjà côtoyé au RB Leipzig, alors que les Red Devils ne possédaient aucun professionnel dans le domaine depuis 2001.

", - "content": "En conférence de presse avant la rencontre de Ligue des champions face aux Young Boys de Berne, Ralf Rangnick, nouveau manager de Manchester United, a expliqué la nomination au club d'un psychologue du sport. Le technicien allemand a fait appel à Sascha Lense, qu'il a déjà côtoyé au RB Leipzig, alors que les Red Devils ne possédaient aucun professionnel dans le domaine depuis 2001.

", + "title": "Samuel Eto'o élu président de la Fédération camerounaise de football", + "description": "Comme il l'avait prédit au moment de l'annonce de sa candidature, Samuel Eto'o a été élu ce samedi président de la Fédération camerounaise de football (Fecafoot). L'ancien international a battu le président sortant Seidou Mbombo Njoya, dont l'élection avait été contestée par les acteurs locaux puis annulée à la mi-janvier par le Tribunal arbitral du sport.

", + "content": "Comme il l'avait prédit au moment de l'annonce de sa candidature, Samuel Eto'o a été élu ce samedi président de la Fédération camerounaise de football (Fecafoot). L'ancien international a battu le président sortant Seidou Mbombo Njoya, dont l'élection avait été contestée par les acteurs locaux puis annulée à la mi-janvier par le Tribunal arbitral du sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ralf-rangnick-justifie-la-nomination-d-un-psychologue_AV-202112090077.html", + "link": "https://rmcsport.bfmtv.com/football/samuel-eto-o-elu-president-de-la-federation-camerounaise-de-football_AN-202112110217.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 06:56:56 GMT", - "enclosure": "https://images.bfmtv.com/CieoJ1vEzoUQPTNpENFDMcr9dYY=/0x0:2032x1143/800x0/images/Ralf-Rangnick-1184647.jpg", + "pubDate": "Sat, 11 Dec 2021 14:32:07 GMT", + "enclosure": "https://images.bfmtv.com/T67bHqyy9frMtGtfvWG_cHyuaxs=/0x105:2048x1257/800x0/images/Samuel-Eto-o-1186447.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47595,39 +48962,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a45914776d647560a12f6353ee1e8f3" + "hash": "97e14fcdc31d0d375123dab633d6eafb" }, { - "title": "Barça: l'appel à l'unité de Laporta après l'élimination historique en Ligue des champions", - "description": "Éliminé de la Ligue des champions à l'issue de la phase de groupes, après sa défaite ce mercredi face au Bayern Munich (3-0), le FC Barcelone reste plongé dans la crise, aussi bien économique que sportive. Si le club catalan ne verra pas les huitièmes de finale pour la première fois depuis la saison 2003-2004, le président Joan Laporta a rapidement lancé un message d'unité aux supporters.

", - "content": "Éliminé de la Ligue des champions à l'issue de la phase de groupes, après sa défaite ce mercredi face au Bayern Munich (3-0), le FC Barcelone reste plongé dans la crise, aussi bien économique que sportive. Si le club catalan ne verra pas les huitièmes de finale pour la première fois depuis la saison 2003-2004, le président Joan Laporta a rapidement lancé un message d'unité aux supporters.

", + "title": "Monaco: \"J'attends de Wissam qu'il défende\", Kovac s'explique sur le temps de jeu de Ben Yedder", + "description": "En conférence de presse ce samedi à la veille du choc de la 18e journée de Ligue 1 entre le PSG et l'AS Monaco, Niko Kovac a laissé planer le doute quant à la présence dans le onze de départ de son capitaine Wissam Ben Yedder. Sur le banc de touche depuis deux rencontres en championnat, au profit du jeune Myron Boadu, l'international français ne défend pas assez selon son entraîneur.

", + "content": "En conférence de presse ce samedi à la veille du choc de la 18e journée de Ligue 1 entre le PSG et l'AS Monaco, Niko Kovac a laissé planer le doute quant à la présence dans le onze de départ de son capitaine Wissam Ben Yedder. Sur le banc de touche depuis deux rencontres en championnat, au profit du jeune Myron Boadu, l'international français ne défend pas assez selon son entraîneur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-l-appel-a-l-unite-de-laporta-apres-l-elimination-historique-en-ligue-des-champions_AV-202112090051.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-j-attends-de-wissam-qu-il-defende-kovac-s-explique-sur-le-temps-de-jeu-de-ben-yedder_AV-202112110214.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 06:23:02 GMT", - "enclosure": "https://images.bfmtv.com/C1TO6crkVIOSdWoXUHul_4fbF_k=/0x68:2048x1220/800x0/images/Joan-Laporta-1170972.jpg", + "pubDate": "Sat, 11 Dec 2021 14:25:48 GMT", + "enclosure": "https://images.bfmtv.com/lK23AaQuI0wrBGOjsgQ04sku7j8=/0x0:2048x1152/800x0/images/Wissam-Ben-Yedder-1186394.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "20bd573e45f88808c4f7a4487adb2633" + "hash": "786e90ec4cbfc6cd64b2fd9edb67935c" }, { - "title": "Ligue des champions en direct: la presse sans pitié avec le Barça après son élimination", - "description": "Coup de tonnerre dans cette Ligue des champions ! Barcelone est éliminé après sa défaite à Munich 3-0 combinée à la victoire de Benfica sur le Dynamo Kiev.

", - "content": "Coup de tonnerre dans cette Ligue des champions ! Barcelone est éliminé après sa défaite à Munich 3-0 combinée à la victoire de Benfica sur le Dynamo Kiev.

", + "title": "Les pronos hippiques du dimanche 12 décembre 2021", + "description": "Le Quinté+ du dimanche 12 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du dimanche 12 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-multiplex-en-direct_LS-202112080539.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-12-decembre-2021_AN-202112110212.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:14:34 GMT", - "enclosure": "https://images.bfmtv.com/5l5SgLpTG7iR3FUIb-_7e6Je_Xs=/0x122:672x500/800x0/images/La-une-de-Marca-de-ce-jeudi-1184616.jpg", + "pubDate": "Sat, 11 Dec 2021 14:23:02 GMT", + "enclosure": "https://images.bfmtv.com/AG93KDPB1d785wVfIqzZVqVLpk0=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-12-decembre-2021-1185851.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47635,19 +49004,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "740ec72deafbfb45a66af015470adda0" + "hash": "a56461cf236ca6379fcd882bbe2bea71" }, { - "title": "Bayern-Barça: Lenglet rigole avec Lewandowski et provoque la colère des supporters catalans", - "description": "Clément Lenglet, défenseur du FC Barcelone, se retrouve au cœur des critiques pour avoir affiché un large sourire aux côtés de Robert Lewandowski après l'élimination historique du Barça dès la phase de poule de la Ligue des champions.

", - "content": "Clément Lenglet, défenseur du FC Barcelone, se retrouve au cœur des critiques pour avoir affiché un large sourire aux côtés de Robert Lewandowski après l'élimination historique du Barça dès la phase de poule de la Ligue des champions.

", + "title": "Real: Benzema de retour pour le choc contre l'Atlético", + "description": "Carlo Ancelotti a annoncé ce samedi que Karim Benzema jouera bien le derby de Madrid entre le Real et l'Atlético programmé dimanche (21h), pour la 17e journée de Liga. Le buteur français avait été touché à la jambe gauche le week-end dernier.

", + "content": "Carlo Ancelotti a annoncé ce samedi que Karim Benzema jouera bien le derby de Madrid entre le Real et l'Atlético programmé dimanche (21h), pour la 17e journée de Liga. Le buteur français avait été touché à la jambe gauche le week-end dernier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/bayern-barca-lenglet-rigole-avec-lewandowski-et-provoque-la-colere-des-supporters-catalans_AV-202112090034.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-benzema-de-retour-pour-le-choc-contre-l-atletico_AV-202112110206.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 05:57:14 GMT", - "enclosure": "https://images.bfmtv.com/imnGbOKzEPV5_ZkOI99DjvKTKaY=/0x197:2048x1349/800x0/images/Le-sourire-de-Clement-Lenglet-avec-Robert-Lewandowski-apres-l-elimination-du-Barca-ne-passe-pas-du-tout-1184601.jpg", + "pubDate": "Sat, 11 Dec 2021 14:10:43 GMT", + "enclosure": "https://images.bfmtv.com/ChQ7zEPvYOXtzP5pn50gXWxHzZ0=/0x54:2048x1206/800x0/images/Karim-BENZEMA-1186438.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47655,19 +49025,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbb7b566480beefa368e951900d4d8c4" + "hash": "f6c403ec7968e7e86f9839154c1463f8" }, { - "title": "Ligue des champions: \"en-dessous de zéro\", la presse espagnole enfonce le Barça après son élimination", - "description": "L’élimination du FC Barcelone dès la phase de poule de la Ligue des champions est le sujet en une des quotidiens sportifs espagnols, ce jeudi.

", - "content": "L’élimination du FC Barcelone dès la phase de poule de la Ligue des champions est le sujet en une des quotidiens sportifs espagnols, ce jeudi.

", + "title": "GP d'Abu Dhabi de F1 en direct: incroyable pole de Verstappen devant Hamilton", + "description": "Qui de Max Verstappen (Red Bull) ou Lewis Hamilton (Mercedes) sera sacré champion du monde de Formule 1? À égalité de points au classement, les deux rivaux s'affrontent sur le tracé de Yas Marina à Abu Dhabi (Émirats arabes unis) pour le dernier Grand Prix de la saison de F1. Le départ de la course est prévu ce dimanche à 14h00. Un événement à suivre dans ce live RMC Sport.

", + "content": "Qui de Max Verstappen (Red Bull) ou Lewis Hamilton (Mercedes) sera sacré champion du monde de Formule 1? À égalité de points au classement, les deux rivaux s'affrontent sur le tracé de Yas Marina à Abu Dhabi (Émirats arabes unis) pour le dernier Grand Prix de la saison de F1. Le départ de la course est prévu ce dimanche à 14h00. Un événement à suivre dans ce live RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-en-dessous-de-zero-la-presse-espagnole-enfonce-le-barca-apres-son-elimination_AV-202112090020.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abou-dhabi-de-f1-en-direct-hamilton-verstappen-duel-final-pour-le-titre_LN-202112100118.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 05:25:40 GMT", - "enclosure": "https://images.bfmtv.com/u39cdX67yEGMwGgSzcuz60afVZc=/0x14:752x437/800x0/images/La-une-de-Mundo-Deportivo-de-ce-jeudi-1184590.jpg", + "pubDate": "Fri, 10 Dec 2021 07:42:07 GMT", + "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47675,19 +49046,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "48be83c9c90e726c5d6ee56ea55fcc1c" + "hash": "5f2989ad01a01363ff87109f36cf6ca1" }, { - "title": "Tour de France: jugement jeudi pour la spectatrice à la pancarte", - "description": "Le tribunal correctionnel de Brest doit rendre son jugement jeudi dans l'affaire de la femme qui avait provoqué une chute massive de coureurs lors du Tour de France en brandissant une pancarte en juin dernier.

", - "content": "Le tribunal correctionnel de Brest doit rendre son jugement jeudi dans l'affaire de la femme qui avait provoqué une chute massive de coureurs lors du Tour de France en brandissant une pancarte en juin dernier.

", + "title": "Mercato en direct: Di Maria devrait prolonger d'une année supplémentaire au PSG", + "description": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", + "content": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/tour-de-france/tour-de-france-jugement-jeudi-pour-la-spectatrice-a-la-pancarte_AD-202112090011.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 04:49:45 GMT", - "enclosure": "https://images.bfmtv.com/qrCOtTDydi6ZAZH2i0brcuJHIhw=/7x88:1063x682/800x0/images/La-chute-sur-le-Tour-de-France-1055978.jpg", + "pubDate": "Fri, 10 Dec 2021 07:01:00 GMT", + "enclosure": "https://images.bfmtv.com/2Lyliqqq0DlsX8OzJPaPSa0sb7k=/0x16:2032x1159/800x0/images/Angel-DI-MARIA-1176128.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47695,19 +49067,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b48a8b552251f9648d4269263ea82dc8" + "hash": "56dcd9a1f749935b727938353a2a1f19" }, { - "title": "Basket: une tribune fermée pour Gravelines-Dunkerque après la banderole insultante", - "description": "Le club nordiste a été sanctionné de la fermeture d’une tribune et d’une amende de 1500 euros à la suite d’une banderole insultante déployée lors du match face au Portel le 5 novembre dernier.

", - "content": "Le club nordiste a été sanctionné de la fermeture d’une tribune et d’une amende de 1500 euros à la suite d’une banderole insultante déployée lors du match face au Portel le 5 novembre dernier.

", + "title": "Brest-Montpellier en direct: la belle série du SB29 se termine par une claque à domicile", + "description": "Brest reste sur 6 victoires d'affilée et veut poursuivre sa superbe série contre Montpellier, dans un match où Der Zakarian et Dall'Oglio affrontent leur ancien club. Coup d'envoi à 17h00.

", + "content": "Brest reste sur 6 victoires d'affilée et veut poursuivre sa superbe série contre Montpellier, dans un match où Der Zakarian et Dall'Oglio affrontent leur ancien club. Coup d'envoi à 17h00.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/basket-une-tribune-fermee-pour-gravelines-dunkerque-apres-la-banderole-insultante_AN-202112090010.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-brest-montpellier-en-direct_LS-202112110234.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:18:16 GMT", - "enclosure": "https://images.bfmtv.com/9ouFMwyt7N6dCfUt8pQog7ahnpY=/0x106:2048x1258/800x0/images/Basket-illustration-976031.jpg", + "pubDate": "Sat, 11 Dec 2021 15:02:02 GMT", + "enclosure": "https://images.bfmtv.com/kEEwVn5VFSxb3tSg7FVuguhoYr4=/0x150:2048x1302/800x0/images/Jordan-Ferri-lors-de-Brest-Montpellier-1186563.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47715,19 +49088,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee065564f3192f5f4ce7674e72d429c3" + "hash": "ab0277687d3aac76a66191f0ab1f5509" }, { - "title": "Ligue des champions: le PSG en démonstration, le Real Madrid en quarts", - "description": "Le Paris SG féminin, déjà qualifié en quarts de finale de Ligue des champions, a enchaîné un cinquième succès (6-0) dans le groupe B mercredi à Kharkiv (Ukraine) lors de l'avant-dernière journée des poules, marquée par la qualification du Real Madrid et le succès de Wolfsburg.

", - "content": "Le Paris SG féminin, déjà qualifié en quarts de finale de Ligue des champions, a enchaîné un cinquième succès (6-0) dans le groupe B mercredi à Kharkiv (Ukraine) lors de l'avant-dernière journée des poules, marquée par la qualification du Real Madrid et le succès de Wolfsburg.

", + "title": "Chelsea: \"Personne n’est plus grand que le club\", Tuchel calme le jeu pour Rüdiger", + "description": "En fin de contrat en juin 2022 avec Chelsea, Antonio Rüdiger n'a pas trouvé d'accord avec les dirigeants anglais pour prolonger son contrat. En conférence de presse, son coach Thomas Tuchel a parlé de l’avenir du défenseur, annoncé avec insistance au Real Madrid.

", + "content": "En fin de contrat en juin 2022 avec Chelsea, Antonio Rüdiger n'a pas trouvé d'accord avec les dirigeants anglais pour prolonger son contrat. En conférence de presse, son coach Thomas Tuchel a parlé de l’avenir du défenseur, annoncé avec insistance au Real Madrid.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/ligue-des-champions/ligue-des-champions-le-psg-en-demonstration-le-real-madrid-en-quarts_AD-202112090009.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-personne-n-est-plus-grand-que-le-club-tuchel-calme-le-jeu-pour-rudiger_AV-202112110197.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:08:06 GMT", - "enclosure": "https://images.bfmtv.com/v6ylP1oIa9F8tQiR3BUIfowudKk=/0x106:2048x1258/800x0/images/Les-joueuses-du-PSG-avec-Hamraoui-et-Baltimore-1168470.jpg", + "pubDate": "Sat, 11 Dec 2021 13:53:43 GMT", + "enclosure": "https://images.bfmtv.com/19NYR-DjPZfLfIOSoTMOLVlwR64=/0x108:2032x1251/800x0/images/Antonio-Ruediger-1143318.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47735,19 +49109,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a62b2800040a33c5c7c0f193932df7db" + "hash": "2b6b8df2306db6c4c6fb770e337e31d0" }, { - "title": "Barça: \"Un coup de massue\" pour Xavi après l'élimination en Ligue des champions", - "description": "Sorti de la Ligue des champions dès la phase de groupes pour la première fois depuis la saison 2000-2001, le FC Barcelone est tombé très bas. Mais s'il reconnaît que la situation est \"triste et difficile\", Xavi veut aussi y voir \"le début d'une nouvelle étape\".

", - "content": "Sorti de la Ligue des champions dès la phase de groupes pour la première fois depuis la saison 2000-2001, le FC Barcelone est tombé très bas. Mais s'il reconnaît que la situation est \"triste et difficile\", Xavi veut aussi y voir \"le début d'une nouvelle étape\".

", + "title": "PSG: Pochettino espère revoir Ramos en 2021, et assure qu'il n'a pas forcé avec lui", + "description": "Sergio Ramos est encore forfait pour la rencontre de Ligue 1 de dimanche (20h45) du PSG face à l'AS Monaco. En conférence de presse ce samedi, Mauricio Pochettino a exprimé sa volonté de revoir sur le terrain son défenseur d'ici la fin de l'année civile. Et s'est défendu sur la gestion de son cas.

", + "content": "Sergio Ramos est encore forfait pour la rencontre de Ligue 1 de dimanche (20h45) du PSG face à l'AS Monaco. En conférence de presse ce samedi, Mauricio Pochettino a exprimé sa volonté de revoir sur le terrain son défenseur d'ici la fin de l'année civile. Et s'est défendu sur la gestion de son cas.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-un-coup-de-massue-pour-xavi-apres-l-elimination-en-ligue-des-champions_AV-202112090008.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-espere-revoir-ramos-en-2021-et-assure-qu-il-n-a-pas-force-avec-lui_AV-202112110194.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:02:33 GMT", - "enclosure": "https://images.bfmtv.com/8pX0tca9v3vwt-n1R-JCqY2W8D4=/0x61:2048x1213/800x0/images/Xavi-Hernandez-1184566.jpg", + "pubDate": "Sat, 11 Dec 2021 13:40:31 GMT", + "enclosure": "https://images.bfmtv.com/Gti6hEyDALvkloJJIwAw_YDNlPc=/14x0:2046x1143/800x0/images/Sergio-Ramos-a-l-entrainement-du-PSG-1182152.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47755,19 +49130,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "104890f0c63b8724f1275b0927c09215" + "hash": "1a71f06d13ee76245b898b06c408f1f5" }, { - "title": "Wolfsburg-Lille: \"C’est historique\", les Dogues laissent éclater leur joie", - "description": "Lille a décroché la qualification pour les 8es de finale de la Ligue des champions en s’imposant à Wolfsburg (3-1) ce mercredi. Jocelyn Gourvennec et Benjamin André ont exprimé leur satisfaction après ce moment rare dans la vie du club nordiste.

", - "content": "Lille a décroché la qualification pour les 8es de finale de la Ligue des champions en s’imposant à Wolfsburg (3-1) ce mercredi. Jocelyn Gourvennec et Benjamin André ont exprimé leur satisfaction après ce moment rare dans la vie du club nordiste.

", + "title": "Finances, nombre de licenciés... La FFF joue la carte de l'optimisme", + "description": "Lors de ses Etats généraux organisés ce samedi à Paris, la Fédération française de football a présenté un résultat financier négatif pour la première fois depuis sept ans, tout en se félicitant d'avoir \"réussi à contenir cette perte\".

", + "content": "Lors de ses Etats généraux organisés ce samedi à Paris, la Fédération française de football a présenté un résultat financier négatif pour la première fois depuis sept ans, tout en se félicitant d'avoir \"réussi à contenir cette perte\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/wolfsburg-lille-c-est-historique-les-dogues-laissent-eclater-leur-joie_AV-202112080653.html", + "link": "https://rmcsport.bfmtv.com/football/finances-nombre-de-licencies-la-fff-joue-la-carte-de-l-optimisme_AV-202112110184.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 23:58:01 GMT", - "enclosure": "https://images.bfmtv.com/m-856iKfGlnmZ_Xf3ryisf0akSU=/0x16:768x448/800x0/images/La-joie-du-Canadien-Jonathan-David-et-de-l-Anglais-Angel-Gomes-auteurs-chacun-d-un-but-lors-de-la-victoire-de-Lille-3-1-sur-le-terrain-de-Wolfsbourg-lors-de-la-6e-journee-du-groupe-G-de-la-Ligue-des-Champions-le-8-decembre-2021-1184548.jpg", + "pubDate": "Sat, 11 Dec 2021 13:25:53 GMT", + "enclosure": "https://images.bfmtv.com/WgZ9FbnXN_XAEjGYTxQaHpag7Lg=/0x95:2048x1247/800x0/images/Noel-Le-Graet-1186324.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47775,19 +49151,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f463eaec2a63313481d5ff7c9d9cd6" + "hash": "d2346d228417692f632721fab4a5c532" }, { - "title": "Incidents OL-OM: Cardoze explique que l'OM voulait avoir match gagné", - "description": "Jacques Cardoze, le directeur de la communication de l'OM, a réagi dans l'After Foot sur RMC aux décisions de la commission de discipline de la Ligue, qui a décidé de retirer un point ferme à l'OL après les incidents survenus lors du match Lyon-Marseille. Le match sera aussi rejoué.

", - "content": "Jacques Cardoze, le directeur de la communication de l'OM, a réagi dans l'After Foot sur RMC aux décisions de la commission de discipline de la Ligue, qui a décidé de retirer un point ferme à l'OL après les incidents survenus lors du match Lyon-Marseille. Le match sera aussi rejoué.

", + "title": "PSG: Ramos forfait contre Monaco, Kimpembe aussi", + "description": "Pour la réception au Parc des Princes de l’AS Monaco ce dimanche (à 20h45), le PSG devra une nouvelle fois composer avec des absents. Dans son point médical, le club de la capitale a annoncé les forfaits de Sergio Ramos et Nuno Mendes. Presnel Kimpembe ne sera pas de la partie non plus.

", + "content": "Pour la réception au Parc des Princes de l’AS Monaco ce dimanche (à 20h45), le PSG devra une nouvelle fois composer avec des absents. Dans son point médical, le club de la capitale a annoncé les forfaits de Sergio Ramos et Nuno Mendes. Presnel Kimpembe ne sera pas de la partie non plus.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-cardoze-explique-que-l-om-voulait-avoir-match-gagne_AV-202112080650.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-ramos-forfait-contre-monaco-kimpembe-incertain_AV-202112110181.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 23:23:55 GMT", - "enclosure": "https://images.bfmtv.com/EYeRNLBMaMQIdaq-D8hCaNuC_nI=/0x210:2048x1362/800x0/images/Jacques-CARDOZE-1184541.jpg", + "pubDate": "Sat, 11 Dec 2021 13:21:07 GMT", + "enclosure": "https://images.bfmtv.com/CzLHjfG_UY_TGYkDQh1qszwbQjM=/0x69:1200x744/800x0/images/Sergio-Ramos-1172235.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47795,19 +49172,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ac0fb24770f55747283da033c38fd32" + "hash": "2635c2d23a819096803804b3d742cc3f" }, { - "title": "Ligue 1 en direct: Rennes dénonce \"le manque de fair-play\" de Tottenham et veut jouer", - "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", - "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "title": "PSG en direct: Pochettino espère voir Ramos rejouer en 2021", + "description": "Le PSG recevra Monaco dimanche soir (20h45) en clôture de la 18e journée de Ligue 1. Mauricio Pochettino sera en conférence de presse ce samedi à partir de 14h. Suivez sur RMC Sport les dernières infos liées au club de la capitale.

", + "content": "Le PSG recevra Monaco dimanche soir (20h45) en clôture de la 18e journée de Ligue 1. Mauricio Pochettino sera en conférence de presse ce samedi à partir de 14h. Suivez sur RMC Sport les dernières infos liées au club de la capitale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-monaco_LN-202112110112.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", - "enclosure": "https://images.bfmtv.com/1qXSI53YdnVzaShsqsN6ZbDok2E=/0x104:2000x1229/800x0/images/Kane-et-Truffert-lors-de-Rennes-Tottenham-1184253.jpg", + "pubDate": "Sat, 11 Dec 2021 10:51:01 GMT", + "enclosure": "https://images.bfmtv.com/iGLN1yrHhsSO2N8LYGPpP2rD8kY=/0x0:2048x1152/800x0/images/Mauricio-POCHETTINO-1170296.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47815,19 +49193,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d4b9d7fe72179f882854e215d0ce018" + "hash": "de142e587195b730b7b693985273ca25" }, { - "title": "PRONOS PARIS RMC Les paris du 9 décembre sur Tottenham - Rennes – Ligue Europa Conférence", - "description": "Notre pronostic: Tottenham ne perd pas face à Rennes et plus de 1,5 but dans le match (1.44)

", - "content": "Notre pronostic: Tottenham ne perd pas face à Rennes et plus de 1,5 but dans le match (1.44)

", + "title": "Val d'Isère (slalom géant): Pinturault deuxième derrière Odermatt", + "description": "Marco Odermatt, leader du classement général de la Coupe du monde de ski alpin, s'est imposé dans le slalom géant de Val-d'Isère, au terme de la seconde manche disputée samedi en début d'après-midi. Le Suisse a devancé le champion français Alexis Pinturault pour six dixièmes de seconde.

", + "content": "Marco Odermatt, leader du classement général de la Coupe du monde de ski alpin, s'est imposé dans le slalom géant de Val-d'Isère, au terme de la seconde manche disputée samedi en début d'après-midi. Le Suisse a devancé le champion français Alexis Pinturault pour six dixièmes de seconde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-9-decembre-sur-tottenham-rennes-ligue-europa-conference_AN-202112080414.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/val-d-isere-slalom-geant-pinturault-deuxieme-derriere-odermatt_AV-202112110177.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/1qXSI53YdnVzaShsqsN6ZbDok2E=/0x104:2000x1229/800x0/images/Kane-et-Truffert-lors-de-Rennes-Tottenham-1184253.jpg", + "pubDate": "Sat, 11 Dec 2021 13:12:29 GMT", + "enclosure": "https://images.bfmtv.com/hoZ-dpWrquyKXH6c39a5j_X7B3I=/0x0:2048x1152/800x0/images/Alexis-Pinturault-1186403.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47835,19 +49214,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4504887d8cd61ddfa289944f595bf35" + "hash": "f3540c3b1b9d927af1b49cb32afada32" }, { - "title": "Ligue des champions: la déroute du Barça, Yilmaz, Greenwood... les principaux buts de mercredi", - "description": "Lors de la victoire 3-0 du Bayern Munich face au Barça, Leroy Sané a inscrit l'un des plus beaux buts de la dernière soirée de Ligue des champions de l'année 2021. Deux jolis buts ont aussi été marqués à Old Trafford, où Manchester United et le Young Boys s'affrontaient.

", - "content": "Lors de la victoire 3-0 du Bayern Munich face au Barça, Leroy Sané a inscrit l'un des plus beaux buts de la dernière soirée de Ligue des champions de l'année 2021. Deux jolis buts ont aussi été marqués à Old Trafford, où Manchester United et le Young Boys s'affrontaient.

", + "title": "Brest-Montpellier en direct: le SB29 centre beaucoup, le MHSC a tapé le haut de la barre", + "description": "Brest reste sur 6 victoires d'affilée et veut poursuivre sa superbe série contre Montpellier, dans un match où Der Zakarian et Dall'Oglio affrontent leur ancien club. Coup d'envoi à 17h00.

", + "content": "Brest reste sur 6 victoires d'affilée et veut poursuivre sa superbe série contre Montpellier, dans un match où Der Zakarian et Dall'Oglio affrontent leur ancien club. Coup d'envoi à 17h00.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-la-deroute-du-barca-yilmaz-greenwood-les-principaux-buts-de-mercredi_AV-202112080638.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-brest-montpellier-en-direct_LS-202112110234.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 22:48:43 GMT", - "enclosure": "https://images.bfmtv.com/qj-48cFOBC15TKYG1dT65uWyriM=/0x69:2048x1221/800x0/images/Bayern-Barca-1184523.jpg", + "pubDate": "Sat, 11 Dec 2021 15:02:02 GMT", + "enclosure": "https://images.bfmtv.com/kEEwVn5VFSxb3tSg7FVuguhoYr4=/0x150:2048x1302/800x0/images/Jordan-Ferri-lors-de-Brest-Montpellier-1186563.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47855,19 +49235,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "607896f35e2b1b08fa0fd2c225706dc5" + "hash": "a23e353a3ec08ef367603104764d90d0" }, { - "title": "Incidents OL-OM: la colère d’Alvaro après le verdict de la commission", - "description": "Les décisions de la commission de discipline de la LFP ont été dévoilées ce mercredi après les incidents lors d’OL-OM. Si le club lyonnais est lourdement sanctionné, le verdict ne plaît pas à Alvaro Gonzalez.

", - "content": "Les décisions de la commission de discipline de la LFP ont été dévoilées ce mercredi après les incidents lors d’OL-OM. Si le club lyonnais est lourdement sanctionné, le verdict ne plaît pas à Alvaro Gonzalez.

", + "title": "Incidents en Ligue 1: Labrune promet des annonces \"en fin de semaine prochaine\"", + "description": "Vincent Labrune, président de la Ligue de football professionnel, a pris la parole ce samedi lors de l'assemblée générale de la Fédération française de football. Le patron de la LFP a fait savoir que des mesures sur la sécurité dans les stades seraient annoncées la semaine prochaine.

", + "content": "Vincent Labrune, président de la Ligue de football professionnel, a pris la parole ce samedi lors de l'assemblée générale de la Fédération française de football. Le patron de la LFP a fait savoir que des mesures sur la sécurité dans les stades seraient annoncées la semaine prochaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-la-colere-d-alvaro-apres-le-verdict-de-la-commission_AV-202112080632.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-en-ligue-1-labrune-promet-des-annonces-en-fin-de-semaine-prochaine_AV-202112110173.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 22:36:41 GMT", - "enclosure": "https://images.bfmtv.com/D1NjSFguBwA7ZOzG_LYB69JW87w=/0x39:768x471/800x0/images/Le-meneur-de-jeu-de-Marseille-Dimitri-Payet-touche-par-une-bouteille-d-eau-au-moment-de-tirer-un-corner-contre-Lyon-au-Parc-OL-le-21-novembre-2021-1171867.jpg", + "pubDate": "Sat, 11 Dec 2021 13:01:59 GMT", + "enclosure": "https://images.bfmtv.com/r1cJPiHPLP59IAQ8d2-02euWbcM=/0x128:2048x1280/800x0/images/Vincent-Labrune-1172296.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47875,19 +49256,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b345eab8c9d40431e9d851b46ce3105" + "hash": "e069a121c3891ab7ae3b0f0e8f6f23a6" }, { - "title": "Ligue des champions: les adversaires potentiels du PSG et de Lille en huitièmes", - "description": "Il y aura deux représentants français en huitièmes de finale de Ligue des champions. Après le PSG, Lille a validé son billet pour le prochain tour en dominant Wolfsburg (3-1) ce mercredi. Ils connaissent leurs adversaires potentiels.

", - "content": "Il y aura deux représentants français en huitièmes de finale de Ligue des champions. Après le PSG, Lille a validé son billet pour le prochain tour en dominant Wolfsburg (3-1) ce mercredi. Ils connaissent leurs adversaires potentiels.

", + "title": "Affaire Agnel: \"Ça me touche particulièrement\", confie Maracineanu", + "description": "Ancienne nageuse au Mulhouse Olympic Natation, la ministre déléguée aux Sports Roxana Maracineanu a accepté de s'exprimer au sujet de l'affaire Yannick Agnel, dont la garde à vue a été levée ce samedi.

", + "content": "Ancienne nageuse au Mulhouse Olympic Natation, la ministre déléguée aux Sports Roxana Maracineanu a accepté de s'exprimer au sujet de l'affaire Yannick Agnel, dont la garde à vue a été levée ce samedi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-adversaires-potentiels-pour-le-psg-et-lille-en-huitiemes_AV-202112080630.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-ca-me-touche-particulierement-confie-maracineanu_AV-202112110168.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 22:26:59 GMT", - "enclosure": "https://images.bfmtv.com/g5YAk7GIILjNzuwqBugOg4wvmR8=/0x5:2048x1157/800x0/images/PSG-1184529.jpg", + "pubDate": "Sat, 11 Dec 2021 12:57:03 GMT", + "enclosure": "https://images.bfmtv.com/soHQ-Fws569Z4dh0l8YmD_8PFqA=/0x47:2032x1190/800x0/images/Roxana-MARACINEANU-1186347.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47895,19 +49277,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4947eb9edc8d553d358b1930cb9f478d" + "hash": "9a39f901205ba233693c9134b5679c93" }, { - "title": "Ligue des champions: corrigé par le Bayern, le Barça se retrouve en Ligue Europa", - "description": "Balayé par le Bayern (3-0) ce mercredi à Munich, le FC Barcelone ne disputera pas les huitièmes de finale de la Ligue des champions. Une énorme désillusion pour les joueurs de Xavi, qui sont reversés en Ligue Europa.

", - "content": "Balayé par le Bayern (3-0) ce mercredi à Munich, le FC Barcelone ne disputera pas les huitièmes de finale de la Ligue des champions. Une énorme désillusion pour les joueurs de Xavi, qui sont reversés en Ligue Europa.

", + "title": "PRONOS PARIS RMC Les paris du 11 décembre sur Brest – Montpellier – Ligue 1", + "description": "Notre pronostic: Brest ne perd pas contre Montpellier et les deux équipes marquent (2.00)

", + "content": "Notre pronostic: Brest ne perd pas contre Montpellier et les deux équipes marquent (2.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-corrige-par-le-bayern-le-barca-se-retrouve-en-ligue-europa_AV-202112080623.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-11-decembre-sur-brest-montpellier-ligue-1_AN-202112100443.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 21:56:01 GMT", - "enclosure": "https://images.bfmtv.com/gEhV3S63TFwRexP3aP5nD8520o4=/0x0:2048x1152/800x0/images/Benjamin-Pavard-et-Ousmane-Dembele-1184512.jpg", + "pubDate": "Fri, 10 Dec 2021 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/IuLgOyXy7dT9U3bNvaQ26o3JYgk=/0x104:1984x1220/800x0/images/Romain-Faivre-Brest-1186019.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47915,19 +49298,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "40e0df5a0af3fd344015219af12c1194" + "hash": "5f0f002d4fabaf57d0b50794cd14cfef" }, { - "title": "Ligue des champions: le Losc qualifié pour les huitièmes, en surclassant Wolfsburg", - "description": "Vainqueur 3-1 à Wolfsburg, le Losc s'est qualifié pour les huitièmes de finale de la Ligue des champions. Le champion de France, qui rejoint le PSG, s'est offert au passage la première place de son groupe, lui conférant ainsi le statut de tête de série pour le tirage au sort.

", - "content": "Vainqueur 3-1 à Wolfsburg, le Losc s'est qualifié pour les huitièmes de finale de la Ligue des champions. Le champion de France, qui rejoint le PSG, s'est offert au passage la première place de son groupe, lui conférant ainsi le statut de tête de série pour le tirage au sort.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 11 décembre – Ligue 1", + "description": " Mon pronostic : Montpellier ne perd pas à Brest et les deux équipes marquent (2.30)

", + "content": " Mon pronostic : Montpellier ne perd pas à Brest et les deux équipes marquent (2.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-losc-qualifie-pour-les-huitiemes-en-surclassant-wolfsburg_AV-202112080622.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-11-decembre-ligue-1_AN-202112110158.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 21:55:11 GMT", - "enclosure": "https://images.bfmtv.com/7z3UfCv9QAGjasbl781VRIXC3ao=/6x101:2038x1244/800x0/images/Losc-Wolfsburg-1184513.jpg", + "pubDate": "Sat, 11 Dec 2021 12:21:41 GMT", + "enclosure": "https://images.bfmtv.com/bahXs_KSe7ZQTZ-B9pIwbR-Wxx8=/0x119:1984x1235/800x0/images/T-Savanier-1186384.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47935,19 +49319,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a93510ee4912490b2fdd362db90e68a7" + "hash": "0b415b39857500371b92751259d671bc" }, { - "title": "L'OM écope d'une amende, après les propos racistes contre Suk", - "description": "L'OM a écopé d'une amende de 10.000 euros pour les propos à caractère discriminatoire tenus à l'encontre de l'attaquant de Troyes Hyun-Jun Suk, a annoncé mercredi la commission de discipline de la LFP.

", - "content": "L'OM a écopé d'une amende de 10.000 euros pour les propos à caractère discriminatoire tenus à l'encontre de l'attaquant de Troyes Hyun-Jun Suk, a annoncé mercredi la commission de discipline de la LFP.

", + "title": "PRONOS PARIS RMC Les paris du 11 décembre sur Reims – St Etienne – Ligue 1", + "description": "Notre pronostic: pas de vainqueur entre Reims et St Etienne (3.20)

", + "content": "Notre pronostic: pas de vainqueur entre Reims et St Etienne (3.20)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/l-om-ecope-d-une-amende-apres-les-propos-racistes-contre-suk_AV-202112080615.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-11-decembre-sur-reims-st-etienne-ligue-1_AN-202112100437.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 21:29:03 GMT", - "enclosure": "https://images.bfmtv.com/s8QpeRhbYtmX5j0kIwTWPpp-fpk=/14x191:2030x1325/800x0/images/Hyun-Jun-SUK-1178760.jpg", + "pubDate": "Fri, 10 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/d6ZYdB2Sztt_bmzPc-pGQmlodJE=/0x104:1984x1220/800x0/images/Etienne-Green-St-Etienne-1186016.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47955,19 +49340,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf3b84a662a6244471624c7e721bb696" + "hash": "ee7d200bcae8cbe0c683a4edc1e451b3" }, { - "title": "Incidents OL-OM: Lyon dénonce le verdict et s’en prend violemment à Cardoze", - "description": "Sanctionné d’un point de retrait ferme, l’OL, qui devra également rejouer le match face à l’OM, a publié un communiqué pour afficher sa colère. Et critiquer Jacques Cardoze, le directeur de la communication de Marseille, accusé d’avoir voulu faire pression sur la commission de discipline.

", - "content": "Sanctionné d’un point de retrait ferme, l’OL, qui devra également rejouer le match face à l’OM, a publié un communiqué pour afficher sa colère. Et critiquer Jacques Cardoze, le directeur de la communication de Marseille, accusé d’avoir voulu faire pression sur la commission de discipline.

", + "title": "Mercato en direct: accord salarial entre l'OL et Azmoun", + "description": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", + "content": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue des champions, mais aussi chez ceux largués en championnat. Suivez toutes les infos en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-lyon-denonce-le-verdict-et-s-en-prend-violemment-a-cardoze_AN-202112080614.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 21:22:13 GMT", - "enclosure": "https://images.bfmtv.com/YqzCAMCkMqTTfpfMh6jDMaTrHFw=/0x64:768x496/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-quitte-la-pelouse-apres-avoir-ete-touche-a-la-tempe-par-une-bouteille-lancee-depuis-une-tribune-de-supporters-lyonnais-au-Parc-OL-le-21-novembre-2021-1171860.jpg", + "pubDate": "Fri, 10 Dec 2021 07:01:00 GMT", + "enclosure": "https://images.bfmtv.com/2U4K3S7W7amb3Cr3i0FecTEgKvc=/0x39:2032x1182/800x0/images/Sardar-AZMOUN-1117723.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47975,19 +49361,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5b0cc1cb15517f379daedb453e55a71" + "hash": "0444cd0a44997e2b9148618009e5ebb2" }, { - "title": "Incidents OL-OM: la réponse ferme de la LFP après le coup de gueule de Cardoze", - "description": "Après avoir annoncé les décisions prises à l’encontre de l’OL pour les incidents survenus contre l'OM, Sébastien Deneux, le président de la commission de discipline de la LFP, a répondu avec fermeté à Jacques Cardoze. Le directeur de la communication du club phocéen avait poussé un coup de gueule contre l'absence de représentant du club phocéen à Paris.

", - "content": "Après avoir annoncé les décisions prises à l’encontre de l’OL pour les incidents survenus contre l'OM, Sébastien Deneux, le président de la commission de discipline de la LFP, a répondu avec fermeté à Jacques Cardoze. Le directeur de la communication du club phocéen avait poussé un coup de gueule contre l'absence de représentant du club phocéen à Paris.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 11 décembre – Ligue 1", + "description": "Mon pronostic : 0-0 à la mi-temps et match nul entre Reims et Saint-Etienne (5.30)

", + "content": "Mon pronostic : 0-0 à la mi-temps et match nul entre Reims et Saint-Etienne (5.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-la-reponse-ferme-de-la-lfp-apres-le-coup-de-gueule-de-cardoze_AV-202112080611.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-11-decembre-ligue-1_AN-202112110156.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 21:05:37 GMT", - "enclosure": "https://images.bfmtv.com/4fiMuUAXnCSxgg3cOrzhXoN89UY=/0x146:2048x1298/800x0/images/OL-OM-1184497.jpg", + "pubDate": "Sat, 11 Dec 2021 12:19:14 GMT", + "enclosure": "https://images.bfmtv.com/P2eR7lNB5eCmmLA13mFr-EaqzyI=/0x0:1984x1116/800x0/images/J-Sable-1186382.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -47995,19 +49382,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "24715ee824de6ce957267ab6ba956ea2" + "hash": "e98b5c176293e059ff8fd65b95518aa5" }, { - "title": "Ligue des champions: Atalanta-Villarreal reporté en raison de la neige", - "description": "D'importantes chutes de neige ont provoqué le report du match Atalanta-Villarreal, mercredi soir en Ligue des champions. La rencontre, comptant pour le groupe F, est reprogrammée à jeudi.

", - "content": "D'importantes chutes de neige ont provoqué le report du match Atalanta-Villarreal, mercredi soir en Ligue des champions. La rencontre, comptant pour le groupe F, est reprogrammée à jeudi.

", + "title": "OL: direction l'Espagne pour Juninho?", + "description": "Juninho quittera cet hiver ses fonctions de directeur sportif de l’Olympique Lyonnais. Désireux d’obtenir son diplôme pour devenir entraîneur, le Brésilien pourrait passer son cursus en Espagne, selon Le Progrès.

", + "content": "Juninho quittera cet hiver ses fonctions de directeur sportif de l’Olympique Lyonnais. Désireux d’obtenir son diplôme pour devenir entraîneur, le Brésilien pourrait passer son cursus en Espagne, selon Le Progrès.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-atalanta-villarreal-reporte-en-raison-de-la-neige_AV-202112080609.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-direction-l-espagne-pour-juninho_AV-202112110152.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 21:02:50 GMT", - "enclosure": "https://images.bfmtv.com/ng7IzZb5N20mUFGoATokx3QrGOg=/0x212:2048x1364/800x0/images/Atlanta-neige-1184500.jpg", + "pubDate": "Sat, 11 Dec 2021 12:09:40 GMT", + "enclosure": "https://images.bfmtv.com/0BUSdo7ZpII1HoAD4jD5kcecp04=/0x16:1024x592/800x0/images/-873563.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48015,19 +49403,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a651086167ed4a84359b8fe6cb3124e" + "hash": "2e1f19661251b0fdb340a72ca84a7886" }, { - "title": "Incidents OL-OM: un point de retrait ferme pour Lyon, le match à rejouer", - "description": "La commission de discipline de la Ligue de football professionnel était réunie ce mercredi pour étudier les sanctions à infliger après les incidents survenus le 21 novembre lors du choc OL-OM. Le match sera rejoué à Lyon. L'OL écope d'un point de retrait ferme au classement.

", - "content": "La commission de discipline de la Ligue de football professionnel était réunie ce mercredi pour étudier les sanctions à infliger après les incidents survenus le 21 novembre lors du choc OL-OM. Le match sera rejoué à Lyon. L'OL écope d'un point de retrait ferme au classement.

", + "title": "Biathlon (poursuite): Fillon Maillet et Jacquelin signent un doublé à Hochfilzen", + "description": "A Hochfilzen (Autriche), Quentin Fillon Maillet a triomphé ce samedi sur la poursuite, pour la 3e manche de la Coupe du monde de biathlon. Septième du sprint ce vendredi, il s'adjuge un 7e bouquet individuel en carrière, devant son compatriote Emilien Jacquelin. D'abord annoncé 3e, l'autre Français Simon Desthieux a finalement été classé 4e après la photo-finish, derrière le Suédois Sebastian Samuelsson.

", + "content": "A Hochfilzen (Autriche), Quentin Fillon Maillet a triomphé ce samedi sur la poursuite, pour la 3e manche de la Coupe du monde de biathlon. Septième du sprint ce vendredi, il s'adjuge un 7e bouquet individuel en carrière, devant son compatriote Emilien Jacquelin. D'abord annoncé 3e, l'autre Français Simon Desthieux a finalement été classé 4e après la photo-finish, derrière le Suédois Sebastian Samuelsson.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-un-point-de-retrait-ferme-pour-lyon-le-match-a-rejouer_AV-202112080602.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-poursuite-un-magnifique-triple-francais-a-hochfilzen_AN-202112110142.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 20:34:18 GMT", - "enclosure": "https://images.bfmtv.com/LJN4y2A5ViNmMsexU1LP0heFpGQ=/0x35:768x467/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", + "pubDate": "Sat, 11 Dec 2021 11:52:43 GMT", + "enclosure": "https://images.bfmtv.com/tABm4cXKAk9o1JGBhlihLOzc5uU=/6x208:630x559/800x0/images/La-joie-du-Francais-Quentin-Fillon-Maillet-vainqueur-de-la-poursuite-comptant-pour-la-Coupe-du-monde-de-biathlon-le-12-decembre-2020-a-Hochfilzen-Autriche-1176455.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48035,19 +49424,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "518e18bb6d6460bb31551a0f84234bdf" + "hash": "a22b0fb5a7da18bcaca37d5a37f3fb88" }, { - "title": "Wolfsburg-Lille: le but de Yilmaz après un contre express en vidéo", - "description": "Avec un but à la 11e minute, Burak Yilmaz a permis au Losc de mener 1-0 sur le terrain de Wolfsburg, mercredi soir dans le cadre de la 6e et dernière journée de la phase de groupes de la Ligue des champions.

", - "content": "Avec un but à la 11e minute, Burak Yilmaz a permis au Losc de mener 1-0 sur le terrain de Wolfsburg, mercredi soir dans le cadre de la 6e et dernière journée de la phase de groupes de la Ligue des champions.

", + "title": "Affaire Agnel: garde à vue levée, l'ex-nageur va être présenté à un juge d'instruction", + "description": "La garde à vue de Yannick Agnel a été levée ce samedi à la mi-journée. L'ancien nageur, accusé de viol et agression sexuelle sur mineure, va être présenté à un juge d'instruction dans la foulée.

", + "content": "La garde à vue de Yannick Agnel a été levée ce samedi à la mi-journée. L'ancien nageur, accusé de viol et agression sexuelle sur mineure, va être présenté à un juge d'instruction dans la foulée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/wolfsburg-lille-le-but-de-yilmaz-apres-un-contre-express-en-video_AV-202112080599.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-garde-a-vue-levee-l-ex-nageur-va-etre-presente-a-un-juge-d-instruction_AV-202112110136.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 20:24:24 GMT", - "enclosure": "https://images.bfmtv.com/6Kcs-Aq9W0ZMHY6o67hhgfkJ8uc=/0x0:1920x1080/800x0/images/Wolfsburg-Lille-1184486.jpg", + "pubDate": "Sat, 11 Dec 2021 11:47:29 GMT", + "enclosure": "https://images.bfmtv.com/dpvpg5ZEe9Ok_Xy6HlICw_xO3-8=/0x197:2048x1349/800x0/images/Yannick-Agnel-en-2016-1185222.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48055,19 +49445,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f71bd1f1f6157715df7a641cbc8b8cab" + "hash": "7e857514fdc4b95693f056ca6df20eff" }, { - "title": "Ligue des champions: Chelsea accroché en fin de match, la Juventus termine leader", - "description": "Un scénario dantesque a permis à la Juventus, victorieuse 1-0 contre Malmö, de terminer en tête du groupe H de la Ligue des champions. Car dans le même temps, Chelsea a concédé un nul 3-3 contre le Zénith à deux minutes de la fin du temps additionnel. Les Bianconeri pourraient donc être sur la route du PSG en huitièmes de finale.

", - "content": "Un scénario dantesque a permis à la Juventus, victorieuse 1-0 contre Malmö, de terminer en tête du groupe H de la Ligue des champions. Car dans le même temps, Chelsea a concédé un nul 3-3 contre le Zénith à deux minutes de la fin du temps additionnel. Les Bianconeri pourraient donc être sur la route du PSG en huitièmes de finale.

", + "title": "JO d'hiver 2022: Douillet pointe \"l'hypocrisie\" d'un boycott diplomatique à Pékin", + "description": "Pour l'ex-judoka et ancien ministre David Douillet, qui s'est exprimé samedi dans les Grandes Gueules du Sport sur RMC, la France ne doit pas suivre les États-Unis qui ont décidé de faire un boycott diplomatique des Jeux olympiques d'hiver en Chine (4-20 février 2022).

", + "content": "Pour l'ex-judoka et ancien ministre David Douillet, qui s'est exprimé samedi dans les Grandes Gueules du Sport sur RMC, la France ne doit pas suivre les États-Unis qui ont décidé de faire un boycott diplomatique des Jeux olympiques d'hiver en Chine (4-20 février 2022).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-en-direct-suivez-zenith-chelsea-et-juventus-malmo_LS-202112080498.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-d-hiver-2022-douillet-pointe-l-hypocrisie-d-un-boycott-diplomatique-a-pekin_AV-202112110122.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:04:15 GMT", - "enclosure": "https://images.bfmtv.com/3X-tV_Fj2RrqjfxFoBi_ro7iFMI=/0x0:1840x1035/800x0/images/Chelsea-Zenith-1184387.jpg", + "pubDate": "Sat, 11 Dec 2021 11:31:37 GMT", + "enclosure": "https://images.bfmtv.com/Oh3L-dYYUvuq_leWTCrKB-Obf70=/0x68:1024x644/800x0/images/-873986.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48075,19 +49466,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e19f3dc130cf8d843c43f8284dfe26ba" + "hash": "93f8fd9ea76f07554a97eb3c22dcaf56" }, { - "title": "Golf: Tiger Woods va reprendre en famille, avec son fils Charlie", - "description": "Tiger Woods va faire son retour à la compétition, en famille, sans pression, la semaine prochaine au PNC Championship, à Orlando, dix mois après avoir été grièvement blessé dans un accident de la route à Los Angeles.

", - "content": "Tiger Woods va faire son retour à la compétition, en famille, sans pression, la semaine prochaine au PNC Championship, à Orlando, dix mois après avoir été grièvement blessé dans un accident de la route à Los Angeles.

", + "title": "Affaire Agnel en direct: \"Ça me touche particulièrement\", confie Roxana Maracineanu", + "description": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi. L'affaire remonte à 2016.

", + "content": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi. L'affaire remonte à 2016.

", "category": "", - "link": "https://rmcsport.bfmtv.com/golf/golf-tiger-woods-va-reprendre-en-famille-avec-son-fils-charlie_AD-202112080586.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 19:45:59 GMT", - "enclosure": "https://images.bfmtv.com/ez4AscANoE7rptJhxYUyqh5H3TQ=/0x55:768x487/800x0/images/L-Americain-Tiger-Woods-lors-d-une-conference-de-presse-le-18-juillet-2020-a-Dublin-Ohio-apres-le-3e-tour-du-tournoi-du-Memorial-1184400.jpg", + "pubDate": "Sat, 11 Dec 2021 07:40:25 GMT", + "enclosure": "https://images.bfmtv.com/lZ-WKpzT6izq13Nfk0gLzmM5Dmk=/14x48:2046x1191/800x0/images/Roxana-Maracineanu-1031131.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48095,19 +49487,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdeffcb8c95cec0ff80949e20066fcbe" + "hash": "b69c94e8bc0c359742db4d963ccea51f" }, { - "title": "Tennis: pourquoi les joueurs du top 100 sont si nombreux aux championnats de France interclubs", - "description": "Compétition par équipe populaire auprès des passionnés de tennis, les championnats de France interclubs de la FFT opposent les meilleurs clubs français chaque année en fin de saison. Pourquoi, alors que la saison est terminée, de nombreux joueurs et joueuses des circuits ATP et WTA y prennent part ? Éléments de réponse.

", - "content": "Compétition par équipe populaire auprès des passionnés de tennis, les championnats de France interclubs de la FFT opposent les meilleurs clubs français chaque année en fin de saison. Pourquoi, alors que la saison est terminée, de nombreux joueurs et joueuses des circuits ATP et WTA y prennent part ? Éléments de réponse.

", + "title": "Luis Fabiano officialise sa retraite", + "description": "En raison de blessures, le dernier match de Luis Fabiano remonte à 2017 avec le Vasco de Gama. Après avoir tenté de se remettre de ses pépins physiques, l’attaquant brésilien de 41 ans vient d'annoncer sa retraite de footballeur.

", + "content": "En raison de blessures, le dernier match de Luis Fabiano remonte à 2017 avec le Vasco de Gama. Après avoir tenté de se remettre de ses pépins physiques, l’attaquant brésilien de 41 ans vient d'annoncer sa retraite de footballeur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tennis-pourquoi-les-joueurs-du-top-100-sont-si-nombreux-aux-championnats-de-france-interclubs_AV-202112080578.html", + "link": "https://rmcsport.bfmtv.com/football/luis-fabiano-officialise-sa-retraite_AV-202112110120.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 19:29:51 GMT", - "enclosure": "https://images.bfmtv.com/gmaoNoAdIji00V_sIeBzuKK0u7A=/0x140:2048x1292/800x0/images/Hugo-Gaston-1164126.jpg", + "pubDate": "Sat, 11 Dec 2021 11:07:26 GMT", + "enclosure": "https://images.bfmtv.com/ZiKMnulgEEcZ-KEb73mFMg6nCZs=/0x18:800x468/800x0/images/-607070.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48115,19 +49508,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "893aeb7531954ffbd2cf9840a12dcb8d" + "hash": "de9d497480c048ab3bee124dc792e386" }, { - "title": "PSG: Rothen estime que Mbappé \"doit être le patron\", plus que Messi", - "description": "Pour Jérôme Rothen, les stars du PSG ont tout intérêt à se mettre au service de Kylian Mbappé, qu'il considère comme le véritable \"patron\" de cette équipe, encore plus après sa magnifique prestation mardi contre Bruges (4-1) en Ligue des champions.

", - "content": "Pour Jérôme Rothen, les stars du PSG ont tout intérêt à se mettre au service de Kylian Mbappé, qu'il considère comme le véritable \"patron\" de cette équipe, encore plus après sa magnifique prestation mardi contre Bruges (4-1) en Ligue des champions.

", + "title": "Cardiff-Toulouse en direct: le Stade toulousain à un essai du bonus", + "description": "Vainqueur de la dernière édition de la Champions Cup, le Stade Toulousain lance la défense de son titre sur la pelouse de Cardiff à partir de 14h. Le meilleur joueur de la planète rugby, Antoine Dupont, est titulaire !

", + "content": "Vainqueur de la dernière édition de la Champions Cup, le Stade Toulousain lance la défense de son titre sur la pelouse de Cardiff à partir de 14h. Le meilleur joueur de la planète rugby, Antoine Dupont, est titulaire !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-rothen-estime-que-mbappe-doit-etre-le-patron-plus-que-messi_AV-202112080573.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-cardiff-toulouse-en-direct_LS-202112110107.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 19:11:36 GMT", - "enclosure": "https://images.bfmtv.com/D8VThAFYgQtZKtXTyST9g-XiFP4=/0x0:1056x594/800x0/images/Jerome-Rothen-1137662.jpg", + "pubDate": "Sat, 11 Dec 2021 10:40:10 GMT", + "enclosure": "https://images.bfmtv.com/pRz5BhI34th2S6A0kr-XgrGi1Js=/0x58:2048x1210/800x0/images/Antoine-Dupont-1136199.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48135,19 +49529,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe8f5c2bc9aefc5276042b2907d3516c" + "hash": "f8f0edd3d5360ceb4aba3633ad755fbe" }, { - "title": "Ligue des champions: \"en-dessous de zéro \", la presse espagnole enfonce le Barça après son élimination", - "description": "L’élimination du FC Barcelone dès la phase de poule de la Ligue des champions est le sujet en une des quotidiens sportifs espagnols, ce jeudi.

", - "content": "L’élimination du FC Barcelone dès la phase de poule de la Ligue des champions est le sujet en une des quotidiens sportifs espagnols, ce jeudi.

", + "title": "Affaire Agnel: \"On ne peut qu’être abasourdis\", s'émeut le président de la Fédération", + "description": "Le président de la Fédération française de natation Gilles Sezionale était l’invité ce samedi des Grandes Gueules du Sport, sur RMC. Il a réagi à l’affaire Yannick Agnel, placé en garde à vue dans le cadre d'une information judiciaire ouverte pour \"viol et agression sexuelle sur mineure de 15 ans\".

", + "content": "Le président de la Fédération française de natation Gilles Sezionale était l’invité ce samedi des Grandes Gueules du Sport, sur RMC. Il a réagi à l’affaire Yannick Agnel, placé en garde à vue dans le cadre d'une information judiciaire ouverte pour \"viol et agression sexuelle sur mineure de 15 ans\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-en-dessous-de-zero-la-presse-espagnole-enfonce-le-barca-apres-son-elimination_AV-202112090020.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-on-ne-peut-qu-etre-abasourdis-s-emeut-le-president-de-la-federation_AV-202112110101.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 05:25:40 GMT", - "enclosure": "https://images.bfmtv.com/u39cdX67yEGMwGgSzcuz60afVZc=/0x14:752x437/800x0/images/La-une-de-Mundo-Deportivo-de-ce-jeudi-1184590.jpg", + "pubDate": "Sat, 11 Dec 2021 10:26:06 GMT", + "enclosure": "https://images.bfmtv.com/dSz-vjFF_-yf_qBXz59GvQ1w74U=/0x74:2048x1226/800x0/images/Gilles-Sezionale-1186272.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48155,19 +49550,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e56377ac6becb4c3b9fa196e16fc656c" + "hash": "fb0db4330c419736de96ea3db77b2871" }, { - "title": "Ligue des champions en direct: humilié à Munich, Barcelone est éliminé, Benfica et Salzbourg file en 8es !", - "description": "Coup de tonnerre dans cette Ligue des champions ! Barcelone est éliminé après sa défaite à Munich 2-0 combinée à la victoire de Benfica sur le Dynamo.

", - "content": "Coup de tonnerre dans cette Ligue des champions ! Barcelone est éliminé après sa défaite à Munich 2-0 combinée à la victoire de Benfica sur le Dynamo.

", + "title": "Ligue 1 en direct: des annonces la semaine prochaine pour la sécurité dans les stades", + "description": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", + "content": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-multiplex-en-direct_LS-202112080539.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:14:34 GMT", - "enclosure": "https://images.bfmtv.com/4C_wkUXNkiFbOQDAchM5Cdvyk3E=/0x0:1200x675/800x0/images/Memphis-Depay-1184036.jpg", + "pubDate": "Thu, 09 Dec 2021 08:40:20 GMT", + "enclosure": "https://images.bfmtv.com/Pv2Ccc146B3YWA7VysSZTFraAl4=/0x33:2048x1185/800x0/images/Vincent-LABRUNE-1103746.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48175,19 +49571,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dc403157eb85a1aca89fb152092f500" + "hash": "375dd67dcc0513b6b1f1d8d474b3b720" }, { - "title": "Wolfsburg-Lille: les compos avec la surprise Gudmundsson", - "description": "Maîtres de leur destin, les Lillois défient ce mercredi les Allemands de Wolfsburg (21h sur RMC Sport 1) avec l'objectif de rejoindre les huitièmes de finale de la Ligue des champions. Les compositions des deux équipes sont tombées.

", - "content": "Maîtres de leur destin, les Lillois défient ce mercredi les Allemands de Wolfsburg (21h sur RMC Sport 1) avec l'objectif de rejoindre les huitièmes de finale de la Ligue des champions. Les compositions des deux équipes sont tombées.

", + "title": "Cyclisme: 18 mois de prison pour les voleurs de vélos des Mondiaux sur piste", + "description": "La justice française a condamné vendredi deux jeunes hommes à 18 mois de prison ferme, pour avoir participé au vol de vélos de l'équipe italienne de cyclisme sur piste aux Mondiaux de Roubaix en octobre.

", + "content": "La justice française a condamné vendredi deux jeunes hommes à 18 mois de prison ferme, pour avoir participé au vol de vélos de l'équipe italienne de cyclisme sur piste aux Mondiaux de Roubaix en octobre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/wolfsburg-lille-les-compos-avec-la-surprise-gudmundsson_AV-202112080567.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-18-mois-de-prison-pour-les-voleurs-de-velos-des-mondiaux-sur-piste_AV-202112110088.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 19:02:18 GMT", - "enclosure": "https://images.bfmtv.com/d_shQdzoE05ncZd3pU94SF_YZlY=/0x68:2048x1220/800x0/images/Angel-GOMES-1184294.jpg", + "pubDate": "Sat, 11 Dec 2021 10:03:14 GMT", + "enclosure": "https://images.bfmtv.com/OpH-DY-WZDuZSFR5jExiLZfIZeM=/0x212:2048x1364/800x0/images/Mondiaux-de-cyclisme-1186254.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48195,59 +49592,62 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc31103042d7298291168ae3f6f20e90" + "hash": "1af70ff668519285afb9af18d3ccbb80" }, { - "title": "PSG: Paredes explique comment le vestiaire a vécu les coulisses de l'arrivée de Messi", - "description": "Coéquipier de Lionel Messi en Argentine, Leandro Paredes l’est également en club au PSG depuis l’été dernier. Dans une interview sur le compte Youtube du club, le milieu de terrain a évoqué son rapport avec \"la Pulga\".

", - "content": "Coéquipier de Lionel Messi en Argentine, Leandro Paredes l’est également en club au PSG depuis l’été dernier. Dans une interview sur le compte Youtube du club, le milieu de terrain a évoqué son rapport avec \"la Pulga\".

", + "title": "Val d'Isère (slalom géant): Odermatt leader après la première manche, Pinturault et Faivre en embuscade", + "description": "Alexis Pinturault, tenant du titre du classement général, s'est classé 2e de la première manche du slalom géant de Val-d'Isère, ce samedi dans le cadre de la Coupe du monde de ski alpin. Marco Odermatt a signé le meilleur temps, Matthieu Faivre a terminé 4e.

", + "content": "Alexis Pinturault, tenant du titre du classement général, s'est classé 2e de la première manche du slalom géant de Val-d'Isère, ce samedi dans le cadre de la Coupe du monde de ski alpin. Marco Odermatt a signé le meilleur temps, Matthieu Faivre a terminé 4e.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-paredes-explique-comment-le-vestiaire-a-vecu-les-coulisses-de-l-arrivee-de-messi_AV-202112080560.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/val-d-isere-slalom-geant-odermatt-leader-apres-la-premiere-manche-pinturault-et-faivre-en-embuscade_AV-202112110073.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:44:23 GMT", - "enclosure": "https://images.bfmtv.com/yT809Fg12JolJGvxqj3e2jjYmXs=/0x0:768x432/800x0/images/La-star-argentine-Lionel-Messi-et-son-compatriote-Leandro-Paredes-lors-d-un-entrainement-du-PSG-le-19-aout-2021-au-Camp-des-Loges-a-Saint-Germain-en-Laye-1117392.jpg", + "pubDate": "Sat, 11 Dec 2021 09:30:19 GMT", + "enclosure": "https://images.bfmtv.com/8F5jA0PQqolgEtRONgc6my2qzlw=/0x106:2048x1258/800x0/images/Alexis-Pinturault-1186246.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "37c6aab095765164c5f6957f103793fa" + "hash": "0f6805cfed216b1930311a3874a385d9" }, { - "title": "Ligue des champions: les adversaires potentiels pour le PSG et Lille en huitièmes", - "description": "Il y aura deux représentants français en huitièmes de finale de Ligue des champions. Après le PSG, Lille a validé son billet pour le prochain tour en dominant Wolfsburg (3-1) ce mercredi. Ils connaissent leurs adversaires potentiels.

", - "content": "Il y aura deux représentants français en huitièmes de finale de Ligue des champions. Après le PSG, Lille a validé son billet pour le prochain tour en dominant Wolfsburg (3-1) ce mercredi. Ils connaissent leurs adversaires potentiels.

", + "title": "Europa Conference League: le match Tottenham-Rennes définitivement annulé", + "description": "Le match d'Europa Conference League entre Tottenham et Rennes n'aura finalement pas lieu. Prévu initialement jeudi soir à Londres, il avait d'abord été reporté en raison de nombreux cas de Covid-19 chez les Spurs.

", + "content": "Le match d'Europa Conference League entre Tottenham et Rennes n'aura finalement pas lieu. Prévu initialement jeudi soir à Londres, il avait d'abord été reporté en raison de nombreux cas de Covid-19 chez les Spurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-adversaires-potentiels-pour-le-psg-et-lille-en-huitiemes_AV-202112080630.html", + "link": "https://rmcsport.bfmtv.com/football/europa-conference-league/europa-conference-league-le-match-tottenham-rennes-definitivement-annule_AV-202112110070.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 22:26:59 GMT", - "enclosure": "https://images.bfmtv.com/g5YAk7GIILjNzuwqBugOg4wvmR8=/0x5:2048x1157/800x0/images/PSG-1184529.jpg", + "pubDate": "Sat, 11 Dec 2021 09:13:36 GMT", + "enclosure": "https://images.bfmtv.com/y-HvxCqjPzFnK9tDte5jgvCHVco=/0x0:2048x1152/800x0/images/Harry-Kane-et-Flavien-Tait-1186247.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "e5d2efcd2b11c9038598759842b18bcb" + "hash": "ff5ecdac7d6f4fff7426de0e086c8e49" }, { - "title": "JO 2022 de Pékin: le Canada annonce à son tour un boycott diplomatique", - "description": "Après les Etats-Unis, le Royaume-Uni et l'Australie, le Premier ministre canadien, Justin Trudeau, a annoncé ce mercredi un boycott diplomatique des Jeux olympiques d'hiver de Pékin, qui auront lieu en février 2022.

", - "content": "Après les Etats-Unis, le Royaume-Uni et l'Australie, le Premier ministre canadien, Justin Trudeau, a annoncé ce mercredi un boycott diplomatique des Jeux olympiques d'hiver de Pékin, qui auront lieu en février 2022.

", + "title": "Prix du Bourbonnais : Face Time Bourbon en tête d'affiche", + "description": "Deuxième course qualificative au Prix d'Amérique (30 janvier), le Prix du Bourbonnais se dispute ce dimanche 12 décembre sur l'hippodrome de Vincennes et sera marqué par la présence du champion Face Time Bourbon.

", + "content": "Deuxième course qualificative au Prix d'Amérique (30 janvier), le Prix du Bourbonnais se dispute ce dimanche 12 décembre sur l'hippodrome de Vincennes et sera marqué par la présence du champion Face Time Bourbon.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-de-pekin-le-canada-annonce-a-son-tour-un-boycott-diplomatique_AV-202112080545.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/prix-du-bourbonnais-face-time-bourbon-en-tete-d-affiche_AN-202112110069.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:19:24 GMT", - "enclosure": "https://images.bfmtv.com/ov51_jbjOzPIwQKlvQzoB3dl1Qo=/0x0:2048x1152/800x0/images/Justin-Trudeau-1184386.jpg", + "pubDate": "Sat, 11 Dec 2021 09:13:02 GMT", + "enclosure": "https://images.bfmtv.com/99CLRc0XI2H3jY_C6cOe-7TTLmQ=/7x45:791x486/800x0/images/Face-Time-Bourbon-vise-un-nouveau-succes-1186245.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48255,19 +49655,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ec10b682f1f028a0bb5c756243116ee" + "hash": "595ac81be944e5f5869320e2c5378de3" }, { - "title": "OL: Juninho confirme et explique son départ précipité cet hiver", - "description": "C’est désormais officiel. Juninho a confirmé ce mercredi son départ de l’OL dès le mois de janvier de son poste de directeur sportif. A la fois pour le bien du club et le sien, selon le Brésilien.

", - "content": "C’est désormais officiel. Juninho a confirmé ce mercredi son départ de l’OL dès le mois de janvier de son poste de directeur sportif. A la fois pour le bien du club et le sien, selon le Brésilien.

", + "title": "Cardiff-Toulouse en direct: le Stade toulousain vise le bonus", + "description": "Vainqueur de la dernière édition de la Champions Cup, le Stade Toulousain lance la défense de son titre sur la pelouse de Cardiff à partir de 14h. Le meilleur joueur de la planète rugby, Antoine Dupont, est titulaire !

", + "content": "Vainqueur de la dernière édition de la Champions Cup, le Stade Toulousain lance la défense de son titre sur la pelouse de Cardiff à partir de 14h. Le meilleur joueur de la planète rugby, Antoine Dupont, est titulaire !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-juninho-confirme-et-explique-son-depart-precipite-cet-hiver_AD-202112080543.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-cardiff-toulouse-en-direct_LS-202112110107.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:17:24 GMT", - "enclosure": "https://images.bfmtv.com/0BUSdo7ZpII1HoAD4jD5kcecp04=/0x16:1024x592/800x0/images/-873563.jpg", + "pubDate": "Sat, 11 Dec 2021 10:40:10 GMT", + "enclosure": "https://images.bfmtv.com/pRz5BhI34th2S6A0kr-XgrGi1Js=/0x58:2048x1210/800x0/images/Antoine-Dupont-1136199.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48275,19 +49676,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "089003de3109d25bd759e3c192f84923" + "hash": "b0c973c07117a4f3abcc800f7611aa1a" }, { - "title": "Mercato en direct: Juninho explique son départ précipité de l'OL", - "description": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", - "content": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "title": "Barça: Laporta promet aux supporters des renforts cet hiver", + "description": "Loin des premières places en Liga et fraîchement éliminé de la Ligue des champions, le Barça vit un début de saison galère. Pour permettre à Xavi de vite redresser la barre, le président Joan Laporta a promis de tout faire pour recruter des joueurs en janvier.

", + "content": "Loin des premières places en Liga et fraîchement éliminé de la Ligue des champions, le Barça vit un début de saison galère. Pour permettre à Xavi de vite redresser la barre, le président Joan Laporta a promis de tout faire pour recruter des joueurs en janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-laporta-promet-aux-supporters-des-renforts-cet-hiver_AV-202112110064.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 07:21:04 GMT", - "enclosure": "https://images.bfmtv.com/F5M5NcUenXwsb6ACeOb2rNOIHqk=/0x0:2048x1152/800x0/images/Juninho-1162286.jpg", + "pubDate": "Sat, 11 Dec 2021 09:06:39 GMT", + "enclosure": "https://images.bfmtv.com/C1TO6crkVIOSdWoXUHul_4fbF_k=/0x68:2048x1220/800x0/images/Joan-Laporta-1170972.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48295,19 +49697,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fa4ad139a86d2a6c010623e6f28b155" + "hash": "aa04e876941bdd62fb195828a21eda45" }, { - "title": "Incidents OL-OM: le coup de gueule surprise de Marseille, qui menace de ne pas accepter les décisions", - "description": "Comme révélé par RMC Sport, la commission de discipline de la LFP, qui se penche ce mercredi sur les incidents du match OL-OM, n'a pas jugé bon de convier les dirigeants marseillais. Ce qui a poussé Jacques Cardoze, le directeur de la communication du club phocéen, à s'en prendre à la Ligue ce mercredi devant les journalistes lors d'une intervention surprise.

", - "content": "Comme révélé par RMC Sport, la commission de discipline de la LFP, qui se penche ce mercredi sur les incidents du match OL-OM, n'a pas jugé bon de convier les dirigeants marseillais. Ce qui a poussé Jacques Cardoze, le directeur de la communication du club phocéen, à s'en prendre à la Ligue ce mercredi devant les journalistes lors d'une intervention surprise.

", + "title": "GP d'Abu Dhabi de F1 en direct: Hamilton encore le plus rapide avant les qualifs", + "description": "Qui de Max Verstappen (Red Bull) ou Lewis Hamilton (Mercedes) sera sacré champion du monde de Formule 1? À égalité de points au classement, les deux rivaux s'affrontent sur le tracé de Yas Marina à Abu Dhabi (Émirats arabes unis) pour le dernier Grand Prix de la saison de F1. Le départ de la course est prévu ce dimanche à 14h00. Un événement à suivre dans ce live RMC Sport.

", + "content": "Qui de Max Verstappen (Red Bull) ou Lewis Hamilton (Mercedes) sera sacré champion du monde de Formule 1? À égalité de points au classement, les deux rivaux s'affrontent sur le tracé de Yas Marina à Abu Dhabi (Émirats arabes unis) pour le dernier Grand Prix de la saison de F1. Le départ de la course est prévu ce dimanche à 14h00. Un événement à suivre dans ce live RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-le-coup-de-gueule-surprise-de-marseille-qui-menace-de-ne-pas-accepter-les-decisions_AV-202112080532.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abou-dhabi-de-f1-en-direct-hamilton-verstappen-duel-final-pour-le-titre_LN-202112100118.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:55:15 GMT", - "enclosure": "https://images.bfmtv.com/4_tSaavbk5svJg6yLJyI2ASOa64=/7x7:1591x898/800x0/images/Jacques-Cardoze-1184419.jpg", + "pubDate": "Fri, 10 Dec 2021 07:42:07 GMT", + "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48315,39 +49718,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "6154705c8fb79f7b92993484095e665d" + "hash": "9c80367641411c603b1727357cc0e133" }, { - "title": "Mercato: Gallardo refuse l'Europe et reste à River Plate", - "description": "Annoncé en Europe depuis plusieurs années, l’heure du grand départ n’a pas encore sonné pour Marcelo Gallardo. Le technicien argentin a décidé de prolonger avec River Plate, alors qu’il arrivait en fin de contrat.

", - "content": "Annoncé en Europe depuis plusieurs années, l’heure du grand départ n’a pas encore sonné pour Marcelo Gallardo. Le technicien argentin a décidé de prolonger avec River Plate, alors qu’il arrivait en fin de contrat.

", + "title": "PSG en direct: la conf de Pochettino avant Monaco", + "description": "Le PSG recevra Monaco dimanche soir (20h45) en clôture de la 18e journée de Ligue 1. Mauricio Pochettino sera en conférence de presse ce samedi à partir de 14h. Suivez sur RMC Sport les dernières infos liées au club de la capitale.

", + "content": "Le PSG recevra Monaco dimanche soir (20h45) en clôture de la 18e journée de Ligue 1. Mauricio Pochettino sera en conférence de presse ce samedi à partir de 14h. Suivez sur RMC Sport les dernières infos liées au club de la capitale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/mercato-gallardo-refuse-l-europe-et-reste-a-river-plate_AV-202112080530.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conf-de-pochettino-avant-monaco_LN-202112110112.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:52:04 GMT", - "enclosure": "https://images.bfmtv.com/sUgrITmonJV3R7AJxw0qYpN6lIY=/280x77:2040x1067/800x0/images/Gallardo-1176040.jpg", + "pubDate": "Sat, 11 Dec 2021 10:51:01 GMT", + "enclosure": "https://images.bfmtv.com/OkxVy7-9k73U51C8jQEGZIR4W4k=/0x4:1200x679/800x0/images/Mauricio-Pochettino-1181815.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f92f209ec5dcfe11e8c288c67b23f325" + "hash": "6a3f35655a57d6950f564941818f6467" }, { - "title": "Atlético: Vrsaljko opéré pour une fracture de l'arcade zygomatique", - "description": "Sime Vrsaljko, le défenseur croate de l'Atlético de Madrid, a reçu un coup lors de la victoire 3-1 de son équipe contre Porto en Ligue des champions. Le diagnostic a révélé une fracture au visage, qui nécessite une intervention chirurgicale.

", - "content": "Sime Vrsaljko, le défenseur croate de l'Atlético de Madrid, a reçu un coup lors de la victoire 3-1 de son équipe contre Porto en Ligue des champions. Le diagnostic a révélé une fracture au visage, qui nécessite une intervention chirurgicale.

", + "title": "Champions Cup, Cardiff-Toulouse en direct: le Stade part à la défense de son titre", + "description": "Vainqueur de la dernière édition de la Champions Cup, le Stade Toulousain lance la défense de son titre sur la pelouse de Cardiff à partir de 14h. Le meilleur joueur de la planète rugby, Antoine Dupont, est titulaire !

", + "content": "Vainqueur de la dernière édition de la Champions Cup, le Stade Toulousain lance la défense de son titre sur la pelouse de Cardiff à partir de 14h. Le meilleur joueur de la planète rugby, Antoine Dupont, est titulaire !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/atletico-vrsaljko-opere-pour-une-fracture-de-l-arcade-zygomatique_AV-202112080523.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-cardiff-toulouse-en-direct_LS-202112110107.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:39:16 GMT", - "enclosure": "https://images.bfmtv.com/4BzXIj8UjXt1hCWBICYto61SlPE=/0x104:2048x1256/800x0/images/Atletico-Porto-Vrsaljko-1184365.jpg", + "pubDate": "Sat, 11 Dec 2021 10:40:10 GMT", + "enclosure": "https://images.bfmtv.com/pRz5BhI34th2S6A0kr-XgrGi1Js=/0x58:2048x1210/800x0/images/Antoine-Dupont-1136199.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48355,19 +49760,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf7751d2ca12b555d73ec68fd4861862" + "hash": "41c9dd989a9a97d0d7253826d1d35a18" }, { - "title": "Ligue 1 en direct: le match de Rennes à Tottenham reporté en raison du Covid-19", - "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", - "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "title": "Affaire Agnel en direct: le président de la fédération de natation \"abasourdi\"", + "description": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi. L'affaire remonte à 2016.

", + "content": "Yannick Agnel est accusé de viol et agression sexuelle sur mineure. L'ancien nageur champion olympique a été placé en garde à vue jeudi. L'affaire remonte à 2016.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-en-direct-les-dernieres-infos-sur-le-dossier_LN-202112110044.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", - "enclosure": "https://images.bfmtv.com/1qXSI53YdnVzaShsqsN6ZbDok2E=/0x104:2000x1229/800x0/images/Kane-et-Truffert-lors-de-Rennes-Tottenham-1184253.jpg", + "pubDate": "Sat, 11 Dec 2021 07:40:25 GMT", + "enclosure": "https://images.bfmtv.com/W6kcKJNSxCl3PGu1CwJs48cRhnY=/0x212:2048x1364/800x0/images/Agnel-1186218.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48375,19 +49781,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4591540b434afa6747dad98f9438f54d" + "hash": "2b3fa9f79bbdabd11d42b9191c3497e7" }, { - "title": "Bastia annonce le décès de Jacques Zimako, l'une de ses légendes", - "description": "Grande figure du SC Bastia et champion de France avec Saint-Étienne, l'ancien international français (13 sélections) Jacques Zimako est décédé ce mercredi à l'âge de 69 ans.

", - "content": "Grande figure du SC Bastia et champion de France avec Saint-Étienne, l'ancien international français (13 sélections) Jacques Zimako est décédé ce mercredi à l'âge de 69 ans.

", + "title": "Le football européen est \"l'otage des Qataris\", selon le président de Naples", + "description": "Aurelio De Laurentiis, président de Naples, a déploré la proximité de l'UEFA avec le Qatar, mais aussi le fait que l'Association européenne des clubs (ECA) soit dirigée par Nasser Al-Khelaïfi, le patron qatari du PSG.

", + "content": "Aurelio De Laurentiis, président de Naples, a déploré la proximité de l'UEFA avec le Qatar, mais aussi le fait que l'Association européenne des clubs (ECA) soit dirigée par Nasser Al-Khelaïfi, le patron qatari du PSG.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-2/bastia-annonce-le-deces-de-jacques-zimako-l-une-de-ses-legendes_AN-202112080515.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/le-football-europeen-est-l-otage-des-qataris-selon-le-president-de-naples_AV-202112110056.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:28:22 GMT", - "enclosure": "https://images.bfmtv.com/zHUSt8-N9wv2TTRofsMs5kWUfoE=/6x161:2038x1304/800x0/images/Jacques-Zimako-1184356.jpg", + "pubDate": "Sat, 11 Dec 2021 08:37:37 GMT", + "enclosure": "https://images.bfmtv.com/0qiih09E8ttkwvck6z6v6dyHyYI=/1x1:3009x1693/800x0/images/-868973.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48395,19 +49802,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47f6237a1eec49d23d9e9d85eb94cf93" + "hash": "0d71503e8c9b9b8bfd5ebf9ef041cf74" }, { - "title": "Cyclisme: Cavendish et sa famille agressés à leur domicile", - "description": "Dans un message publié ce mercredi sur ses réseaux sociaux, Mark Cavendish révèle avoir été agressé à son domicile par quatre hommes armés le 27 novembre. La compagne et les enfants du sprinteur britannique étaient également présents au moment des faits.

", - "content": "Dans un message publié ce mercredi sur ses réseaux sociaux, Mark Cavendish révèle avoir été agressé à son domicile par quatre hommes armés le 27 novembre. La compagne et les enfants du sprinteur britannique étaient également présents au moment des faits.

", + "title": "F1: De Bruyne affiche son soutien à Verstappen avant le GP d'Abu Dhabi", + "description": "Avant l'ultime combat entre Max Verstappen et Lewis Hamilton ce dimanche à Abu Dhabi, Kevin De Bruyne a tenu à encourager le pilote néerlandais sur les réseaux sociaux. Il espère qu'il sera sacré à l'issue du dernier GP de la saison de Formule 1.

", + "content": "Avant l'ultime combat entre Max Verstappen et Lewis Hamilton ce dimanche à Abu Dhabi, Kevin De Bruyne a tenu à encourager le pilote néerlandais sur les réseaux sociaux. Il espère qu'il sera sacré à l'issue du dernier GP de la saison de Formule 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-cavendish-et-sa-famille-agresses-a-leur-domicile_AV-202112080510.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-de-bruyne-affiche-son-soutien-a-verstappen-avant-le-gp-d-abu-dhabi_AV-202112110047.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:22:35 GMT", - "enclosure": "https://images.bfmtv.com/dTRVVU8j8U7pdyLrOHF8oIyBHZg=/0x28:2032x1171/800x0/images/Mark-Cavendish-1184353.jpg", + "pubDate": "Sat, 11 Dec 2021 07:57:45 GMT", + "enclosure": "https://images.bfmtv.com/OO-SeSeBQAXCzIcduoivThuW9dk=/0x51:2048x1203/800x0/images/Kevin-DE-BRUYNE-1186217.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48415,19 +49823,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "755c146d6ee6a55bf643dbf5b0c5d907" + "hash": "a73cc9558c15b6748c592d790f14916f" }, { - "title": "Boxe: Wilder ouvre la porte à la retraite deux mois après sa défaite contre Fury", - "description": "Encore battu par Tyson Fury en octobre, Deontay Wilder semblait parti pour reposer son corps meurtri avant de remonter sur le ring pour de nouveaux challenges. Mais le surpuissant poids lourd américain évoque désormais une possible retraite, expliquant avoir atteint tous les objectifs pour lesquels il était venu à la boxe.

", - "content": "Encore battu par Tyson Fury en octobre, Deontay Wilder semblait parti pour reposer son corps meurtri avant de remonter sur le ring pour de nouveaux challenges. Mais le surpuissant poids lourd américain évoque désormais une possible retraite, expliquant avoir atteint tous les objectifs pour lesquels il était venu à la boxe.

", + "title": "Manchester United: Rangnick ne fera pas le forcing pour retenir Pogba", + "description": "En conférence de presse vendredi, le nouvel entraîneur de Manchester United, Ralf Rangnick, a fait passer un message clair concernant Paul Pogba. Il ne cherchera pas à tout prix à conserver le champion du monde français, dont le contrat prendra fin l'été prochain.

", + "content": "En conférence de presse vendredi, le nouvel entraîneur de Manchester United, Ralf Rangnick, a fait passer un message clair concernant Paul Pogba. Il ne cherchera pas à tout prix à conserver le champion du monde français, dont le contrat prendra fin l'été prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-wilder-ouvre-la-porte-a-la-retraite-deux-mois-apres-sa-defaite-contre-fury_AV-202112080505.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-rangnick-ne-fera-pas-le-forcing-pour-retenir-pogba_AV-202112110040.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:14:14 GMT", - "enclosure": "https://images.bfmtv.com/QenoADJixuPsxx3-CxCBIEKY3VE=/0x46:2048x1198/800x0/images/Deontay-Wilder-1147574.jpg", + "pubDate": "Sat, 11 Dec 2021 07:19:58 GMT", + "enclosure": "https://images.bfmtv.com/Iqb62K1AjQyfYgpqezj24yD12pY=/0x106:2048x1258/800x0/images/Ralf-RANGNICK-1186211.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48435,19 +49844,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "47022aeabb5917bad4d86f3d24ab0b5a" + "hash": "708d958420bcf5b5d00ffd2f620b2ae1" }, { - "title": "F1: Jean Todt proche d'un retour chez Ferrari", - "description": "Directeur de l’écurie Ferrari entre 1993 et 2008, Jean Todt pourrait y effectuer son retour l'année prochaine. D’après le Corriere della Serra, il existerait des discussions entre les deux parties. Un rôle de \"super consultant\" aurait été avancé.

", - "content": "Directeur de l’écurie Ferrari entre 1993 et 2008, Jean Todt pourrait y effectuer son retour l'année prochaine. D’après le Corriere della Serra, il existerait des discussions entre les deux parties. Un rôle de \"super consultant\" aurait été avancé.

", + "title": "Mercato: Kolo Muani confirme qu'il quittera Nantes cet été", + "description": "Auteur d'un doublé lors de la victoire renversante du FC Nantes vendredi face à Lens (3-2), en ouverture de la 18e journée de Ligue 1, Randal Kolo Muani a fait le point sur son avenir à l'issue de la rencontre. Le jeune attaquant français partira libre en fin de saison.

", + "content": "Auteur d'un doublé lors de la victoire renversante du FC Nantes vendredi face à Lens (3-2), en ouverture de la 18e journée de Ligue 1, Randal Kolo Muani a fait le point sur son avenir à l'issue de la rencontre. Le jeune attaquant français partira libre en fin de saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-jean-todt-proche-d-un-retour-chez-ferrari_AV-202112080500.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/mercato-kolo-muani-confirme-qu-il-quittera-nantes-cet-ete_AV-202112110038.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:05:56 GMT", - "enclosure": "https://images.bfmtv.com/EhEvQZU25TEE0plP3U_H3usbh-s=/0x0:768x432/800x0/images/Le-president-de-la-Federation-internationale-FIA-Jean-Todt-a-Paris-le-16-novembre-2020-981399.jpg", + "pubDate": "Sat, 11 Dec 2021 06:47:25 GMT", + "enclosure": "https://images.bfmtv.com/dJLGEWIY-Pgjss4ubke9jx-WeFE=/0x0:2032x1143/800x0/images/Randal-Kolo-Muani-a-droite-1186194.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48455,19 +49865,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b82713695be26d0394246e1727f2781" + "hash": "4800e9741e35fbd49a1f5da3e040bd99" }, { - "title": "Un joueur de Valladolid alcoolisé provoque un grave accident", - "description": "Gonzalo Plata, prêté à Valladolid par le Sporting Portugal, a percuté un taxi avec son véhicule, vers sept heures du matin, le renversant. Son alcootest était deux fois supérieur au taux autorisé.

", - "content": "Gonzalo Plata, prêté à Valladolid par le Sporting Portugal, a percuté un taxi avec son véhicule, vers sept heures du matin, le renversant. Son alcootest était deux fois supérieur au taux autorisé.

", + "title": "NBA: un maillot de la légende Bill Russell vendu 1,1 million de dollars aux enchères", + "description": "Lors d'une vente aux enchères organisée vendredi, dont une partie des bénéfices sera reversée à une organisation d'aide aux jeunes défavorisés, un maillot porté par la légende des Boston Celtics Bill Russell a été vendu pour 1.116.250 dollars.

", + "content": "Lors d'une vente aux enchères organisée vendredi, dont une partie des bénéfices sera reversée à une organisation d'aide aux jeunes défavorisés, un maillot porté par la légende des Boston Celtics Bill Russell a été vendu pour 1.116.250 dollars.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/un-joueur-de-valladolid-alcoolise-provoque-un-grave-accident_AN-202112080485.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-un-maillot-de-la-legende-bill-russell-vendu-1-1-million-de-dollars-aux-encheres_AV-202112110026.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:49:41 GMT", - "enclosure": "https://images.bfmtv.com/EbQCEvq9wrjv6ounG_j45_hWG3c=/0x102:2048x1254/800x0/images/Gonzalo-Plata-1184300.jpg", + "pubDate": "Sat, 11 Dec 2021 06:18:55 GMT", + "enclosure": "https://images.bfmtv.com/9JpkzrsEy6xkHAnJA9vFbY389dY=/0x73:2048x1225/800x0/images/Bill-RUSSELL-en-novembre-2021-1186184.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48475,39 +49886,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "15c73936314b7807141eac538d128ba1" + "hash": "c7b8df6b7b87a64e1f3bace7a7592596" }, { - "title": "OM-Lokomotiv: Sampaoli optimiste pour Payet, qui n'est toutefois pas à 100%", - "description": "Dimitri Payet, gêné par des douleurs musculaires, a pu s'entraîner \"normalement\" à la veille du match OM-Lokomotiv Moscou en Ligue Europa. Jorge Sampaoli espère compter sur son meneur de jeu.

", - "content": "Dimitri Payet, gêné par des douleurs musculaires, a pu s'entraîner \"normalement\" à la veille du match OM-Lokomotiv Moscou en Ligue Europa. Jorge Sampaoli espère compter sur son meneur de jeu.

", + "title": "PSG: la mise au point de Deschamps sur l’avenir de Mbappé", + "description": "Invité de Rothen s’enflamme vendredi sur RMC, le sélectionneur de l’équipe de France Didier Deschamps a clarifié ses propos sur l’avenir de Kylian Mbappé, en fin de contrat au PSG à l’issue de la saison. Pour le Basque, le Parisien n’a pas forcément besoin de quitter Paris et de partir à l’étranger pour progresser.

", + "content": "Invité de Rothen s’enflamme vendredi sur RMC, le sélectionneur de l’équipe de France Didier Deschamps a clarifié ses propos sur l’avenir de Kylian Mbappé, en fin de contrat au PSG à l’issue de la saison. Pour le Basque, le Parisien n’a pas forcément besoin de quitter Paris et de partir à l’étranger pour progresser.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/om-lokomotiv-sampaoli-optimiste-pour-payet-qui-n-est-toutefois-pas-a-100_AV-202112080479.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/psg-la-mise-au-point-de-deschamps-sur-l-avenir-de-mbappe_AV-202112100550.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:43:02 GMT", - "enclosure": "https://images.bfmtv.com/0VEKOUb26sSoIppb1iYq8zI1xDQ=/0x65:1920x1145/800x0/images/OM-Payet-Sampaoli-1184299.jpg", + "pubDate": "Fri, 10 Dec 2021 23:36:47 GMT", + "enclosure": "https://images.bfmtv.com/Dh8YO_FiUrG0tZ1rE5zq_69l-30=/0x162:2048x1314/800x0/images/Deschamps-et-Mbappe-1186156.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "43fa15c21383181417794d34697bdda6" + "hash": "2ad13df583f9398aebb6b33054d3bc11" }, { - "title": "Biarritz: le centre de formation du BO placé sous surveillance", - "description": "La Fédération Française de Rugby a \"placé sous surveillance\" le centre de formation du Biarritz Olympique après avoir constaté plusieurs dysfonctionnements. Par ailleurs, les socios ont demandé au président du secteur amateur, David Couzinet, et aux autres glorieux anciens de s’en aller.

", - "content": "La Fédération Française de Rugby a \"placé sous surveillance\" le centre de formation du Biarritz Olympique après avoir constaté plusieurs dysfonctionnements. Par ailleurs, les socios ont demandé au président du secteur amateur, David Couzinet, et aux autres glorieux anciens de s’en aller.

", + "title": "PRONOS PARIS RMC Le pari sûr du 11 décembre – Série A", + "description": "Notre pronostic: la Fiorentina bat la Salernitana (1.30)

", + "content": "Notre pronostic: la Fiorentina bat la Salernitana (1.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/biarritz-le-centre-de-formation-du-bo-place-sous-surveillance_AV-202112080474.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-11-decembre-serie-a_AN-202112100435.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:34:47 GMT", - "enclosure": "https://images.bfmtv.com/LxyliE1FYfgalv42YcKISPMbPAQ=/0x106:2048x1258/800x0/images/Biarritz-Olympique-1184314.jpg", + "pubDate": "Fri, 10 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/PYg704X1AE03e0OyYknw5HAnC1M=/0x104:1984x1220/800x0/images/Joie-Fiorentina-1186013.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48515,19 +49928,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbf26a2bafc2c6825a453a37bb2b178f" + "hash": "4f2f5db8979c84fbc8f4211d0dd7e74f" }, { - "title": "Pourquoi des produits dérivés du PSG se sont retrouvés sur la boutique en ligne de l'OM?", - "description": "Dans la journée de mardi, plusieurs produits dérivés à l'effigie du Paris Saint-Germain se sont retrouvés à la vente sur le site de la boutique officielle de l'Olympique de Marseille. Une belle boulette provoquée par Panini France, prestateur de service du club phocéen, qui s'en est excusé auprès du peuple marseillais.

", - "content": "Dans la journée de mardi, plusieurs produits dérivés à l'effigie du Paris Saint-Germain se sont retrouvés à la vente sur le site de la boutique officielle de l'Olympique de Marseille. Une belle boulette provoquée par Panini France, prestateur de service du club phocéen, qui s'en est excusé auprès du peuple marseillais.

", + "title": "PRONOS PARIS RMC Le buteur du jour du 11 décembre – Série A", + "description": "Notre pronostic: Dusan Vlahovic marque contre la Salernitana (1.66)

", + "content": "Notre pronostic: Dusan Vlahovic marque contre la Salernitana (1.66)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/pourquoi-des-produits-derives-du-psg-se-sont-retrouves-sur-la-boutique-en-ligne-de-l-om_AV-202112080281.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-11-decembre-serie-a_AN-202112100430.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:44:10 GMT", - "enclosure": "https://images.bfmtv.com/NdNoKxOpVyxNHx0BlR0NN1eJgE4=/0x42:2048x1194/800x0/images/Pablo-LONGORIA-1162047.jpg", + "pubDate": "Fri, 10 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/705OrojlSM4KdFtpfEUOPkSXqaY=/0x104:1984x1220/800x0/images/Dusan-Vlahovic-Fiorentina-1186009.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48535,19 +49949,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a8fa02991276e88662ff3235052d6e3" + "hash": "3421b3d868952abe7ba243b659ed617f" }, { - "title": "Ligue des champions: Messi a égalé un prestigieux record de Ronaldo lors de PSG-Bruges", - "description": "En inscrivant un doublé avec le PSG face à Bruges mardi soir (4-1), Messi a marqué face à un 38e club différent en Ligue des champions. De quoi égaler le record de Cristiano Ronaldo.

", - "content": "En inscrivant un doublé avec le PSG face à Bruges mardi soir (4-1), Messi a marqué face à un 38e club différent en Ligue des champions. De quoi égaler le record de Cristiano Ronaldo.

", + "title": "PRONOS PARIS RMC Le pari extérieur du 11 décembre – Série A", + "description": "Notre pronostic: Milan s’impose à Udine (1.85)

", + "content": "Notre pronostic: Milan s’impose à Udine (1.85)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-messi-a-egale-un-prestigieux-record-de-ronaldo-lors-de-psg-bruges_AV-202112080275.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-11-decembre-serie-a_AN-202112100428.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:40:38 GMT", - "enclosure": "https://images.bfmtv.com/jUjGl5syiegrtUG7JW8AzyGr_Jg=/0x60:768x492/800x0/images/L-attaquant-argentin-du-Paris-Saint-Germain-Lionel-Messi-marque-le-3e-but-face-a-Bruges-lors-de-la-6e-journee-du-groupe-A-de-la-Ligue-des-Champions-le-7-novembre-2021-au-Parc-des-Princes-1183562.jpg", + "pubDate": "Fri, 10 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/XCoTHznhY3QM3MLdDhByIw_WvcQ=/0x159:2000x1284/800x0/images/Zlatan-Ibrahimovic-Milan-1186005.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48555,19 +49970,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bbbbe1ec78ccffe0229cdac7efe9728" + "hash": "07b38c12bd31d5fdbbcc85a0b3a10b8e" }, { - "title": "Lille-Wolfsbourg en direct: Le Losc joue un match à 20 millions", - "description": "Dernier match de poule de Ligue des champions pour Lille qui se déplace à Wolfsbourg. Les Lillois peuvent décrocher une place en 8e de finale de Ligue des champions et sont assurés d'être au pire reversés en Europa League. Coup d'envoi à 21h sur RMC Sport.

", - "content": "Dernier match de poule de Ligue des champions pour Lille qui se déplace à Wolfsbourg. Les Lillois peuvent décrocher une place en 8e de finale de Ligue des champions et sont assurés d'être au pire reversés en Europa League. Coup d'envoi à 21h sur RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari rugby de Denis Charvet du 11 décembre – Champions Cup", + "description": "Mon pronostic : Bordeaux-Bègles bat Leicester (3.35)

", + "content": "Mon pronostic : Bordeaux-Bègles bat Leicester (3.35)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/lille-wolfsbourg-en-direct-le-losc-joue-un-match-a-24-millions_LS-202112080257.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-rugby-de-denis-charvet-du-11-decembre-champions-cup_AN-202112100273.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:23:22 GMT", - "enclosure": "https://images.bfmtv.com/2hwZqVovjBu6NhdUsP_eAaroUhQ=/0x208:1984x1324/800x0/images/LOSC-1183549.jpg", + "pubDate": "Fri, 10 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/p6e93LR6hKqaJGNgUsFUAfBvg1k=/1x209:2001x1334/800x0/images/UBB-1185783.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48575,19 +49991,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1454cbac9e5cc898a6183b6a7a3781c" + "hash": "1497e93a5038cc83a1e76abad51910a1" }, { - "title": "Une nageuse australienne révèle avoir subi des violences sexuelles de la part d'un dirigeant", - "description": "Médaillée d'argent aux Jeux olympiques de Rio en 2016, l'Australienne Madeline Groves a avoué ces dernières heures avoir été victime de violences sexuelles à l'adolescence, infligées par un responsable qui travaille toujours dans le milieu de la natation en Australie. L'été dernier, Groves avait renoncé aux Jeux pour dénoncer les \"pervers misogynes\" présents dans le milieu.

", - "content": "Médaillée d'argent aux Jeux olympiques de Rio en 2016, l'Australienne Madeline Groves a avoué ces dernières heures avoir été victime de violences sexuelles à l'adolescence, infligées par un responsable qui travaille toujours dans le milieu de la natation en Australie. L'été dernier, Groves avait renoncé aux Jeux pour dénoncer les \"pervers misogynes\" présents dans le milieu.

", + "title": "Barça: un ex-éducateur de la Masia accusé d’abus sexuels sur mineurs", + "description": "Une soixantaine de témoins accusent un ancien éducateur du centre de formation du Barça d’avoir commis des abus sexuels et des faits de harcèlement sur des mineurs dont il avait la charge en tant que professeur de sport dans une école de la cité catalane.

", + "content": "Une soixantaine de témoins accusent un ancien éducateur du centre de formation du Barça d’avoir commis des abus sexuels et des faits de harcèlement sur des mineurs dont il avait la charge en tant que professeur de sport dans une école de la cité catalane.

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/une-nageuse-australienne-revele-avoir-subi-des-violences-sexuelles-de-la-part-d-un-dirigeant_AV-202112080255.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-un-ex-educateur-de-la-masia-accuse-d-abus-sexuels-sur-mineurs_AV-202112100542.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:21:16 GMT", - "enclosure": "https://images.bfmtv.com/3Rwf28WT08_8Ru-Vg_FA4y05b6o=/0x140:2048x1292/800x0/images/Madeline-Groves-lors-des-Jeux-olympiques-de-Rio-en-aout-2016-1184023.jpg", + "pubDate": "Fri, 10 Dec 2021 22:48:05 GMT", + "enclosure": "https://images.bfmtv.com/_Qk5LJjAbgietOm9pGjuPk7wzbA=/0x107:2048x1259/800x0/images/Un-ex-cadre-de-la-Masia-accuse-d-abus-sur-mineurs-1186146.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48595,19 +50012,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c217c8fa2e977f42cfa37dec86c3cae" + "hash": "db6abc8480b42081003d2d7aa58fc980" }, { - "title": "Boxe: Même détrôné, Joshua affirme avoir \"le meilleur CV\" des lourds", - "description": "Détrôné des titres IBF-WBA-WBO des lourds avec sa défaite face à Oleksandr Usyk en septembre, Anthony Joshua n’est plus champion du monde à l’heure actuelle. Ce qui n’empêche pas la superstar britannique de se placer au sommet de la hiérarchie sur ce qu’il a réalisé dans sa carrière, comme il l’a expliqué dans un entretien exclusif accordé à RMC Sport.

", - "content": "Détrôné des titres IBF-WBA-WBO des lourds avec sa défaite face à Oleksandr Usyk en septembre, Anthony Joshua n’est plus champion du monde à l’heure actuelle. Ce qui n’empêche pas la superstar britannique de se placer au sommet de la hiérarchie sur ce qu’il a réalisé dans sa carrière, comme il l’a expliqué dans un entretien exclusif accordé à RMC Sport.

", + "title": "Lens: \"On doit tous se remettre en question\", la colère froide de Cahuzac après la défaite à Nantes", + "description": "Le capitaine de Lens Yannick Cahuzac était amer après la défaite 3-2 concédé à Nantes après avoir mené 2-0 à la Beaujoire, vendredi en ouverture de la 18eme journée de Ligue 1.

", + "content": "Le capitaine de Lens Yannick Cahuzac était amer après la défaite 3-2 concédé à Nantes après avoir mené 2-0 à la Beaujoire, vendredi en ouverture de la 18eme journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-meme-detrone-joshua-affirme-avoir-le-meilleur-cv-des-lourds_AV-202112080247.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-on-doit-tous-se-remettre-en-question-la-colere-froide-de-cahuzac-apres-la-defaite-a-nantes_AN-202112100537.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:10:07 GMT", - "enclosure": "https://images.bfmtv.com/7N5YLT-R5uhyT_UFjpfWLwL-zUI=/0x123:2048x1275/800x0/images/Anthony-Joshua-contre-Kubrat-Pulev-1071251.jpg", + "pubDate": "Fri, 10 Dec 2021 22:40:20 GMT", + "enclosure": "https://images.bfmtv.com/VSqbfDgiB8h8LI8TG534cqKBSH8=/1x0:1665x936/800x0/images/Jerome-Cahuzac-1186138.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48615,39 +50033,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "616e8e2e6b997712630d266b35e37cff" + "hash": "58b4cf8b28535d8c688b072eecf71b05" }, { - "title": "Wolfsburg-Lille: qualification en 8es, Ligue Europa... les scénarios possibles pour le Losc", - "description": "Le Losc affronte Wolfsburg ce mercredi à l'occasion de la 6e et dernière journée de la phase de groupes de la Ligue des champions (21h sur RMC Sport 1). Leader du groupe G, Lille peut espérer terminer premier en cas de victoire en Allemagne. Mais les Dogues peuvent également tout perdre en fonction du scénario, et se retrouver à disputer la Ligue Europa en février.

", - "content": "Le Losc affronte Wolfsburg ce mercredi à l'occasion de la 6e et dernière journée de la phase de groupes de la Ligue des champions (21h sur RMC Sport 1). Leader du groupe G, Lille peut espérer terminer premier en cas de victoire en Allemagne. Mais les Dogues peuvent également tout perdre en fonction du scénario, et se retrouver à disputer la Ligue Europa en février.

", + "title": "Ligue 1: Nantes renverse Lens et prive les Sang et Or du podium", + "description": "Mené 2-0 à la pause, à domicile contre Lens, le FC Nantes est revenu en deuxième période pour s'imposer 3-2 vendredi lors de la 18eme journée de Ligue 1. Les Sang et Or manquent l’opportunité de monter provisoirement sur le podium.

", + "content": "Mené 2-0 à la pause, à domicile contre Lens, le FC Nantes est revenu en deuxième période pour s'imposer 3-2 vendredi lors de la 18eme journée de Ligue 1. Les Sang et Or manquent l’opportunité de monter provisoirement sur le podium.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/wolfsburg-lille-qualification-en-8es-ligue-europa-les-scenarios-possibles-pour-le-losc_AV-202112080246.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-nantes-renverse-lens-et-prive-les-sang-or-du-podium_AV-202112100525.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:09:45 GMT", - "enclosure": "https://images.bfmtv.com/Ad3RCEjT30EfxUdO6Morp3JkIUg=/6x111:2038x1254/800x0/images/Jose-Fonte-lors-du-match-entre-le-LOSC-et-Wolfsburg-le-14-septembre-1183984.jpg", + "pubDate": "Fri, 10 Dec 2021 22:03:24 GMT", + "enclosure": "https://images.bfmtv.com/k1w_RDr0FuiEWvyJ0gZiZmSV3Js=/0x106:2048x1258/800x0/images/Nantes-Lens-1186116.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "226cdd81efc05951b50a1f611f1cd6f3" + "hash": "5e2b0fefacd44d91a163e9c07b02afe8" }, { - "title": "Boxe: \"Être plus agressif…\", Joshua sait ce qu'il doit changer après la défaite contre Usyk", - "description": "Battu par Oleksandr Usyk pour les ceintures IBF-WBA-WBO des lourds en septembre, Anthony Joshua compte bien retrouver le trône des lourds au plus vite. Mais le Britannique le reconnaît : il devra faire \"des ajustements\" dans son style s’il veut prendre sa revanche sur l’Ukrainien. Il a expliqué pourquoi et comment dans un entretien exclusif accordé à RMC Sport.

", - "content": "Battu par Oleksandr Usyk pour les ceintures IBF-WBA-WBO des lourds en septembre, Anthony Joshua compte bien retrouver le trône des lourds au plus vite. Mais le Britannique le reconnaît : il devra faire \"des ajustements\" dans son style s’il veut prendre sa revanche sur l’Ukrainien. Il a expliqué pourquoi et comment dans un entretien exclusif accordé à RMC Sport.

", + "title": "Champions Cup: le Racing ne rate pas ses débuts et corrige Northampton", + "description": "Le Racing 92 a décroché une victoire bonifiée à Northampton (14-45) ce vendredi lors de la première journée de Champions Cup. Porté par ses cadres, le club francilien a parfaitement réussi son entrée en lice dans la compétition européenne.

", + "content": "Le Racing 92 a décroché une victoire bonifiée à Northampton (14-45) ce vendredi lors de la première journée de Champions Cup. Porté par ses cadres, le club francilien a parfaitement réussi son entrée en lice dans la compétition européenne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-etre-plus-agressif-joshua-sait-ce-qu-il-doit-changer-apres-la-defaite-contre-usyk_AV-202112080245.html", + "link": "https://rmcsport.bfmtv.com/rugby/coupe-d-europe/champions-cup-le-racing-ne-rate-pas-ses-debuts-et-corrige-northampton_AV-202112100523.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:09:00 GMT", - "enclosure": "https://images.bfmtv.com/YhEcNhtCNHT-i2Bi0iDUV3b2Ni8=/0x73:2032x1216/800x0/images/Anthony-Joshua-1150644.jpg", + "pubDate": "Fri, 10 Dec 2021 21:53:02 GMT", + "enclosure": "https://images.bfmtv.com/RwJwbNvk8tkF0znYefDSUzycpwg=/0x141:2032x1284/800x0/images/Virimi-Vakatawa-lors-du-match-Northampton-Racing-1186122.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48655,19 +50075,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e5331e477f1824dddcf6832c5b7a914" + "hash": "fcc68d18b5e4b04201055d4212503508" }, { - "title": "JO d'hiver 2022: la Chine tacle l'Australie après l'annonce de son boycott diplomatique", - "description": "Le Premier ministre australien Scott Morrison a confirmé ce mercredi qu’aucun diplomate ne se rendrait à Pékin pour les Jeux olympiques d’hiver du 4 au 20 février prochain. Une manière de se ranger derrière les Etats-Unis et d’adresser un signal fort en raison du non-respect des droits de l’homme en Chine et de l’affaire de la joueuse de tennis Peng Shuai.

", - "content": "Le Premier ministre australien Scott Morrison a confirmé ce mercredi qu’aucun diplomate ne se rendrait à Pékin pour les Jeux olympiques d’hiver du 4 au 20 février prochain. Une manière de se ranger derrière les Etats-Unis et d’adresser un signal fort en raison du non-respect des droits de l’homme en Chine et de l’affaire de la joueuse de tennis Peng Shuai.

", + "title": "Euroligue: Monaco, défait contre Milan, enchaîne une cinquième défaite", + "description": "Monaco s'est incliné 71-65 face à Milan vendredi lors de la 14eme journée d'Euroligue.

", + "content": "Monaco s'est incliné 71-65 face à Milan vendredi lors de la 14eme journée d'Euroligue.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-d-hiver-2022-l-australie-annonce-a-son-tour-un-boycott-diplomatique-a-pekin_AV-202112070443.html", + "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroligue-monaco-defait-contre-milan-enchaine-une-cinquieme-defaite_AD-202112100520.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 23:50:36 GMT", - "enclosure": "https://images.bfmtv.com/CnrEvSNK_0w1h1qJf78xgxFzFIU=/0x185:2048x1337/800x0/images/Pekin-2022-1002626.jpg", + "pubDate": "Fri, 10 Dec 2021 21:43:57 GMT", + "enclosure": "https://images.bfmtv.com/NIc8a4w03Cd0kcRoqhxc2rbSt8Y=/0x8:2048x1160/800x0/images/Donatas-Motiejunas-1186118.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48675,19 +50096,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "07c008cbae9a0f9a1a2b5a1bccac71c4" + "hash": "5662d4c98f7eb18f7695e721ae4a588d" }, { - "title": "PSG-Bruges: \"On a encore des choses à améliorer\", estime Wijnaldum", - "description": "Titulaire face à Bruges mardi au Parc des Princes, Georginio Wijnaldum a expliqué au micro de PSG TV que son équipe devait encore progresser, malgré sa large victoire 4-1 lors de la 6e journée de Ligue des champions.

", - "content": "Titulaire face à Bruges mardi au Parc des Princes, Georginio Wijnaldum a expliqué au micro de PSG TV que son équipe devait encore progresser, malgré sa large victoire 4-1 lors de la 6e journée de Ligue des champions.

", + "title": "Covid: Herbert, non vacciné, renonce à sa participation à l'Open d’Australie", + "description": "Pierre-Hugues Herbert a choisi de ne pas participer à l’Open d’Australie en janvier 2022. Le Français a expliqué vendredi qu’il renonçait en raison de son classement en simple et de sa volonté de ne pas se faire vacciner contre le Covid-19 avant le premier tournoi du Grand Chelem de l’année.

", + "content": "Pierre-Hugues Herbert a choisi de ne pas participer à l’Open d’Australie en janvier 2022. Le Français a expliqué vendredi qu’il renonçait en raison de son classement en simple et de sa volonté de ne pas se faire vacciner contre le Covid-19 avant le premier tournoi du Grand Chelem de l’année.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-on-a-encore-des-choses-a-ameliorer-estime-wijnaldum_AV-202112080225.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/covid-herbert-non-vaccine-renonce-a-sa-participation-a-l-open-d-australie_AV-202112100518.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:47:44 GMT", - "enclosure": "https://images.bfmtv.com/I6m1LAC_csH9QtHNxryI98zuX4U=/0x106:2048x1258/800x0/images/Wijnaldum-avec-le-PSG-contre-Bruges-en-Ligue-des-champions-1183989.jpg", + "pubDate": "Fri, 10 Dec 2021 21:32:51 GMT", + "enclosure": "https://images.bfmtv.com/cvSz4itSkuLgVALonNtWY4fR-L4=/0x0:2048x1152/800x0/images/Pierre-Hugues-Herbert-lors-de-la-Coupe-Davis-1186110.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48695,19 +50117,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eec7699ef26409bd6ab94e6ee314bfdf" + "hash": "5371afd16e7be5894c1a31963243cd40" }, { - "title": "Ligue 1 en direct: \"si la France sort du Top 5 européen, on deviendra le championnat de Slovénie\", prévient Labrune", - "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", - "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "title": "PSG: Paredes reconnait des \"premiers mois compliqués\" pour Messi à Paris", + "description": "Ami et coéquipier de Lionel Messi depuis plusieurs saisons en sélection nationale, Leandro Paredes a évoqué sur la chaîne ESPN Argentina l’arrivée de la Pulga cet été et son adaptation dans le club parisien.

", + "content": "Ami et coéquipier de Lionel Messi depuis plusieurs saisons en sélection nationale, Leandro Paredes a évoqué sur la chaîne ESPN Argentina l’arrivée de la Pulga cet été et son adaptation dans le club parisien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-paredes-reconnait-des-premiers-mois-compliques-pour-messi-a-paris_AV-202112100513.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", - "enclosure": "https://images.bfmtv.com/r1cJPiHPLP59IAQ8d2-02euWbcM=/0x128:2048x1280/800x0/images/Vincent-Labrune-1172296.jpg", + "pubDate": "Fri, 10 Dec 2021 21:09:37 GMT", + "enclosure": "https://images.bfmtv.com/yT809Fg12JolJGvxqj3e2jjYmXs=/0x0:768x432/800x0/images/La-star-argentine-Lionel-Messi-et-son-compatriote-Leandro-Paredes-lors-d-un-entrainement-du-PSG-le-19-aout-2021-au-Camp-des-Loges-a-Saint-Germain-en-Laye-1117392.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48715,19 +50138,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aca2c118935223e280d9d671bbb0b78b" + "hash": "ae2530a9ec3ffaa600dd03212b7ffaa6" }, { - "title": "Ligue des champions: Lille peut écrire une des plus belles pages de son histoire", - "description": "Le Losc a son destin en main pour cette dernière journée de Ligue des champions. Les Lillois peuvent se qualifier pour les huitièmes de finale voir même terminer premier de leur groupe en cas de victoire à Wolfsbourg.

", - "content": "Le Losc a son destin en main pour cette dernière journée de Ligue des champions. Les Lillois peuvent se qualifier pour les huitièmes de finale voir même terminer premier de leur groupe en cas de victoire à Wolfsbourg.

", + "title": "GP d'Abu Dhabi de F1 en direct: Hamilton-Verstappen, le duel en qualif' approche", + "description": "Qui de Max Verstappen (Red Bull) ou Lewis Hamilton (Mercedes) sera sacré champion du monde de Formule 1? À égalité de points au classement, les deux rivaux s'affrontent sur le tracé de Yas Marina à Abu Dhabi (Émirats arabes unis) pour le dernier Grand Prix de la saison de F1. Le départ de la course est prévu ce dimanche à 14h00. Un événement à suivre dans ce live RMC Sport.

", + "content": "Qui de Max Verstappen (Red Bull) ou Lewis Hamilton (Mercedes) sera sacré champion du monde de Formule 1? À égalité de points au classement, les deux rivaux s'affrontent sur le tracé de Yas Marina à Abu Dhabi (Émirats arabes unis) pour le dernier Grand Prix de la saison de F1. Le départ de la course est prévu ce dimanche à 14h00. Un événement à suivre dans ce live RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-lille-peut-ecrire-une-des-plus-belles-pages-de-son-histoire_AD-202112080217.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-abou-dhabi-de-f1-en-direct-hamilton-verstappen-duel-final-pour-le-titre_LN-202112100118.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:36:16 GMT", - "enclosure": "https://images.bfmtv.com/jBTIlpmhwiF2c2JSI0Z5pLHmy64=/0x38:768x470/800x0/images/L-attaquant-de-Lille-Burak-Yilmaz-c-vient-d-ouvrir-la-marque-contre-Nantes-le-27-novembre-2021-a-Villeneuve-d-Ascq-1176808.jpg", + "pubDate": "Fri, 10 Dec 2021 07:42:07 GMT", + "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48735,19 +50159,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "838b0cfa7fcf0e984f469f33545d32e4" + "hash": "3e46eccaf819e2848f46085f43915c07" }, { - "title": "Open d’Australie: Tsonga privé d’invitation, au profit de Pouille", - "description": "Lucas Pouille a hérité d’une wild-card pour le prochain Open d’Australie, au détriment de Jo-Wilfried Tsonga, 260e mondial, qui rêvait de s'aligner à Melbourne le mois prochain.

", - "content": "Lucas Pouille a hérité d’une wild-card pour le prochain Open d’Australie, au détriment de Jo-Wilfried Tsonga, 260e mondial, qui rêvait de s'aligner à Melbourne le mois prochain.

", + "title": "Ligue 1: la belle initiative de Strasbourg avant la réception de l'OM", + "description": "Malgré l’interdiction de déplacement des supporters de l’OM à Strasbourg pour le match de la 18e journée de Ligue 1 prévu ce dimanche à la Meinau, le club alsacien a choisi de ne pas vendre les 1.000 billets récupérés. A la place, le RCS en fera cadeau aux licenciés et bénévoles de ses clubs partenaires.

", + "content": "Malgré l’interdiction de déplacement des supporters de l’OM à Strasbourg pour le match de la 18e journée de Ligue 1 prévu ce dimanche à la Meinau, le club alsacien a choisi de ne pas vendre les 1.000 billets récupérés. A la place, le RCS en fera cadeau aux licenciés et bénévoles de ses clubs partenaires.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-tsonga-prive-d-invitation-au-profit-de-pouille_AV-202112080213.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-la-belle-initiative-de-strasbourg-avant-la-reception-de-l-om_AV-202112100506.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:33:03 GMT", - "enclosure": "https://images.bfmtv.com/3MHX2A9Ez6dzWQQumZtvd2qjg1w=/0x62:1200x737/800x0/images/-865123.jpg", + "pubDate": "Fri, 10 Dec 2021 20:53:28 GMT", + "enclosure": "https://images.bfmtv.com/UNZiprqRONTMo4e4jDlON2SHKh4=/0x212:2048x1364/800x0/images/Un-superbe-tifo-des-supporters-de-Strasbourg-en-L1-1186098.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48755,19 +50180,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "89a9ed88a3b6d6b436312c9e60eaad0e" + "hash": "0222c8cb0615a7d17e6eced6778bc38e" }, { - "title": "Wolfsburg-Lille: à quelle heure et sur quelle chaîne regarder le match de Ligue des champions", - "description": "Lille joue sa qualification pour les huitièmes de finale de la Ligue des champions à Wolfsburg, ce mercredi (21h). Un match nul suffit aux hommes de Jocelyn Gourvennec, maîtres de leur destin.

", - "content": "Lille joue sa qualification pour les huitièmes de finale de la Ligue des champions à Wolfsburg, ce mercredi (21h). Un match nul suffit aux hommes de Jocelyn Gourvennec, maîtres de leur destin.

", + "title": "Equipe de France: Benzema, Mbappé, son avenir... les vérités de Deschamps dans Rothen s'enflamme", + "description": "Didier Deschamps était l’invité exceptionnel de l’émission Rothen s’enflamme ce vendredi sur RMC. Présent en studio à moins d’un an de la Coupe du monde au Qatar, le sélectionneur de l’équipe de France a répondu à toutes les questions de Jérôme Rothen et Jean-Louis Tourre. Du bilan des Bleus en 2021, au retour de Karim Benzema, en passant par son avenir à la tête de l’équipe tricolore ou encore le poste d’entraîneur du PSG, Olivier Giroud… le technicien n’a éludé aucun sujet pendant deux heures d’un entretien exclusif. Pour ceux qui l’ont raté, voici les meilleures déclarations de Didier Deschamps.

", + "content": "Didier Deschamps était l’invité exceptionnel de l’émission Rothen s’enflamme ce vendredi sur RMC. Présent en studio à moins d’un an de la Coupe du monde au Qatar, le sélectionneur de l’équipe de France a répondu à toutes les questions de Jérôme Rothen et Jean-Louis Tourre. Du bilan des Bleus en 2021, au retour de Karim Benzema, en passant par son avenir à la tête de l’équipe tricolore ou encore le poste d’entraîneur du PSG, Olivier Giroud… le technicien n’a éludé aucun sujet pendant deux heures d’un entretien exclusif. Pour ceux qui l’ont raté, voici les meilleures déclarations de Didier Deschamps.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/wolfsburg-lille-a-quelle-heure-et-sur-quelle-chaine-regarder-le-match-de-ligue-des-champions_AV-202112080208.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-benzema-mbappe-son-avenir-les-verites-de-deschamps-dans-rothen-s-enflamme_AV-202112100496.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:23:01 GMT", - "enclosure": "https://images.bfmtv.com/pB5utHNiSnW053v27R4topcgRBY=/0x162:2048x1314/800x0/images/Burak-Yilmaz-face-a-Maxence-Lacroix-1183981.jpg", + "pubDate": "Fri, 10 Dec 2021 19:59:12 GMT", + "enclosure": "https://images.bfmtv.com/grxEyR1auO8eblBoeeHdLROPQRk=/0x0:1280x720/800x0/images/Didier-Deschamps-lors-de-son-passage-dans-Rothen-s-enflamme-1186091.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48775,39 +50201,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c45a26dbea2880f858009936a4f4c64" + "hash": "ac4ade12559ab0d5eef7a6e3dce6d35c" }, { - "title": "Affaire Pinot-Schmitt: Pinot remercie ses soutiens et veut se tourner vers Paris 2024", - "description": "Dix jours après le début de l'affaire, Margaux Pinot a publié un message sur ses réseaux sociaux pour remercier l'ensemble des personnes qui l'ont soutenue depuis la révélation des violences conjugales qu'elle aurait subi. La double championne d'Europe souhaite \"continuer à se battre pour que justice soit faite\", tout en se tournant dès maintenant vers Paris 2024.

", - "content": "Dix jours après le début de l'affaire, Margaux Pinot a publié un message sur ses réseaux sociaux pour remercier l'ensemble des personnes qui l'ont soutenue depuis la révélation des violences conjugales qu'elle aurait subi. La double championne d'Europe souhaite \"continuer à se battre pour que justice soit faite\", tout en se tournant dès maintenant vers Paris 2024.

", + "title": "Clauss, Nkunku, Savanier bientôt chez les Bleus? Les réponses de Deschamps", + "description": "Dans Rothen s’enflamme, vendredi sur RMC, le sélectionneur Didier Deschamps s’est exprimé au sujet de Jonathan Clauss (Lens), Christopher Nkunku (Leipzig) et Téji Savanier (Montpellier). Trois joueurs dont on dit qu'ils sont proches de l’équipe de France.

", + "content": "Dans Rothen s’enflamme, vendredi sur RMC, le sélectionneur Didier Deschamps s’est exprimé au sujet de Jonathan Clauss (Lens), Christopher Nkunku (Leipzig) et Téji Savanier (Montpellier). Trois joueurs dont on dit qu'ils sont proches de l’équipe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-pinot-remercie-ses-soutiens-et-veut-se-tourner-vers-paris-2024_AV-202112080206.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/clauss-nkunku-savanier-bientot-chez-les-bleus-les-reponses-de-deschamps_AV-202112100495.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:18:26 GMT", - "enclosure": "https://images.bfmtv.com/Z6n9yhifu5oYgS6BCEHFAOtZzXg=/0x140:2048x1292/800x0/images/Margaux-Pinot-face-a-la-presse-1182040.jpg", + "pubDate": "Fri, 10 Dec 2021 19:45:17 GMT", + "enclosure": "https://images.bfmtv.com/10Nm8U3U7Csy0RqSZ8TEKufd0eA=/0x0:2048x1152/800x0/images/Jonathan-Clauss-1154575.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "abba2a2c0d13c2485c5f7311a1e06263" + "hash": "3d2b4d096e2d4b946c49e797e82a0a3f" }, { - "title": "Atlético de Madrid: Joao Felix souhaiterait partir en janvier, selon la presse espagnole", - "description": "Sous contrat jusqu'en 2026, Joao Felix réfléchit sérieusement à quitter l'Atlético dès cet hiver, assure la presse espagnole. Les Colchoneros n'y seraient pas opposés.

", - "content": "Sous contrat jusqu'en 2026, Joao Felix réfléchit sérieusement à quitter l'Atlético dès cet hiver, assure la presse espagnole. Les Colchoneros n'y seraient pas opposés.

", + "title": "Ligue 1 en direct: des mesures pour la sécurité dans les stades bientôt annoncées", + "description": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", + "content": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/atletico-de-madrid-joao-felix-souhaiterait-partir-en-janvier-selon-la-presse-espagnole_AV-202112080202.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:15:20 GMT", - "enclosure": "https://images.bfmtv.com/aNJIoonj6ZnHxoVrtYMzi21liBc=/0x15:1200x690/800x0/images/Joao-Felix-1183964.jpg", + "pubDate": "Thu, 09 Dec 2021 08:40:20 GMT", + "enclosure": "https://images.bfmtv.com/NPxqX7Pob1-qtuuM_by8luPYhrY=/14x0:2046x1143/800x0/images/9-policiers-blesses-et-21-interpellations-le-bilan-des-incidents-du-Classique-OM-PSG-1153496.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48815,19 +50243,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e58c630c0e8577c9763542fb534e7c3" + "hash": "18253fe795bd6bf63df67be8f9757f39" }, { - "title": "Tottenham: au moins six cas de Covid-19 parmi les joueurs, le match face à Brighton en suspens", - "description": "Au moins six joueurs de Tottenham ont été testés positifs au Covid-19 cette semaine, ce qui pourrait remettre en cause la tenue de leurs prochains matches en Premier League, mais pas encore celui face à Rennes en Coupe d'Europe, ce jeudi (21h).

", - "content": "Au moins six joueurs de Tottenham ont été testés positifs au Covid-19 cette semaine, ce qui pourrait remettre en cause la tenue de leurs prochains matches en Premier League, mais pas encore celui face à Rennes en Coupe d'Europe, ce jeudi (21h).

", + "title": "Natation: cinq mois après avoir heurté le mur aux JO, Ndoye-Brouard a \"toujours une appréhension\"", + "description": "Après les JO de Tokyo au cours desquels il avait été disqualifié pour avoir heurté le mur avec sa tête cet été, le nageur tricolore Yohann Ndoye-Brouard (21 ans) avoue ne pas être complètement serein dans le bassin. Un handicap alors que les championnats de France ont débuté à Montpellier.

", + "content": "Après les JO de Tokyo au cours desquels il avait été disqualifié pour avoir heurté le mur avec sa tête cet été, le nageur tricolore Yohann Ndoye-Brouard (21 ans) avoue ne pas être complètement serein dans le bassin. Un handicap alors que les championnats de France ont débuté à Montpellier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-au-moins-six-cas-de-covid-19-parmi-les-joueurs-le-match-face-a-brighton-en-suspens_AV-202112080199.html", + "link": "https://rmcsport.bfmtv.com/natation/championnat-de-france-de-natation-ndoye-brouard-a-toujours-une-apprehension-apres-avoir-heurte-le-mur-aux-jo_AN-202112100494.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:12:34 GMT", - "enclosure": "https://images.bfmtv.com/pZSkGFq2bzj6l5OjLz_Kbn1IY9A=/0x125:1200x800/800x0/images/Les-joueurs-de-Tottenham-celebrant-un-but-en-Premier-League-1183917.jpg", + "pubDate": "Fri, 10 Dec 2021 19:39:22 GMT", + "enclosure": "https://images.bfmtv.com/CCbKy2_C95SFFAwLmARgeGAFcpw=/0x0:2048x1152/800x0/images/Yohann-Ndoye-Brouard-1186090.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48835,19 +50264,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbb27b6e586d3e87b3bc8f9c16f16c3b" + "hash": "ed789cbbab6594da2d1f2154d4a09038" }, { - "title": "Handball: le calvaire d’Amandine Tissier, championne de France, atteinte de sclérose en plaques", - "description": "Amandine Tessier, championne de France de handball avec Brest l’année dernière, a mis sa carrière entre parenthèses la semaine dernière pour soigner la sclérose en plaques dont elle souffre. Elle raconte son calvaire dans Le Parisien.

", - "content": "Amandine Tessier, championne de France de handball avec Brest l’année dernière, a mis sa carrière entre parenthèses la semaine dernière pour soigner la sclérose en plaques dont elle souffre. Elle raconte son calvaire dans Le Parisien.

", + "title": "Affaire Yannick Agnel: la Fédération française de natation pourrait se constituer partie civile", + "description": "Au lendemain de sa garde à vue pour des faits supposés de viol sur mineure, le sort de Yannick Agnel fait beaucoup parler. La Fédération française de natation a aissé entendre vendredi qu’elle pourrait se constituer \"partie civile\" dans cette affaire.

", + "content": "Au lendemain de sa garde à vue pour des faits supposés de viol sur mineure, le sort de Yannick Agnel fait beaucoup parler. La Fédération française de natation a aissé entendre vendredi qu’elle pourrait se constituer \"partie civile\" dans cette affaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/handball-le-calvaire-d-amandine-tissier-championne-de-france-atteinte-de-sclerose-en-plaques_AV-202112080192.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-yannick-agnel-la-federation-francaise-de-natation-pourrait-se-constituer-partie-civile_AV-202112100492.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 08:54:49 GMT", - "enclosure": "https://images.bfmtv.com/x0HZAvOO603oVcJOFvWpd4hYNzc=/14x66:2046x1209/800x0/images/Amandine-Tissier-1183958.jpg", + "pubDate": "Fri, 10 Dec 2021 19:22:20 GMT", + "enclosure": "https://images.bfmtv.com/GxB8rB-FUZ7QCgkY7vNxxbRpE4o=/0x34:768x466/800x0/images/Yannick-Agnel-lors-des-series-du-100-m-libre-des-championnats-de-France-a-Montpellier-le-1er-avril-2016-1185423.jpg", "enclosureType": "image/jpg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", @@ -48855,37 +50285,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f5276ff7078f76048fb83f7d2358bb2" + "hash": "1c03757be172706eac9f908d30c561e4" }, { - "title": "Boxe: la WBC impose à Fury de défendre son titre contre Whyte", - "description": "Près de deux mois après son succès d'anthologie face à Deontay Wilder, Tyson Fury connaît son prochain adversaire. Il s'agit de Dillian Whyte, contre qui il devra défendre sa ceinture de champion du monde des lourds. Une décision prise mardi soir par la WBC.

", - "content": "Près de deux mois après son succès d'anthologie face à Deontay Wilder, Tyson Fury connaît son prochain adversaire. Il s'agit de Dillian Whyte, contre qui il devra défendre sa ceinture de champion du monde des lourds. Une décision prise mardi soir par la WBC.

", + "title": "Equipe de France: \"Je ne donne pas une wild-card à vie\", Deschamps s'explique sur le cas Giroud", + "description": "Le sélectionneur de l’équipe de France est revenu dans Rothen s’enflamme sur le cas d’Olivier Giroud, non sélectionné depuis l’Euro. Il raconte avoir discuté avec l’avant-centre au sujet de ce changement de statut.

", + "content": "Le sélectionneur de l’équipe de France est revenu dans Rothen s’enflamme sur le cas d’Olivier Giroud, non sélectionné depuis l’Euro. Il raconte avoir discuté avec l’avant-centre au sujet de ce changement de statut.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-la-wbc-impose-a-fury-de-defendre-son-titre-contre-whyte_AV-202112080174.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-je-ne-donne-pas-des-wild-cards-a-vie-deschamps-s-explique-sur-le-cas-giroud_AV-202112100488.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 08:29:45 GMT", - "enclosure": "https://images.bfmtv.com/9UZeq7X11_vs7HOUWM2Zcufb-rg=/0x50:2032x1193/800x0/images/Tyson-Fury-lors-d-une-soiree-de-combats-de-boxe-a-Wembley-le-20-novembre-1183934.jpg", + "pubDate": "Fri, 10 Dec 2021 19:12:59 GMT", + "enclosure": "https://images.bfmtv.com/C3bY8avX4aZqxMI3ggtMLkz_iNk=/0x20:2048x1172/800x0/images/Olivier-Giroud-et-Didier-Deschamps-1139886.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "83bf24f5e9afac9aade6fc4957c35aff" + "hash": "552eff9f38e637853e2afd4a9324a38f" }, { - "title": "Boxe: \"Si une énorme offre arrive…\", Joshua prêt à s’écarter pour un choc Fury-Usyk", - "description": "Détrôné des titres IBF-WBA-WBO des lourds avec sa défaite face à Oleksandr Usyk en septembre, Anthony Joshua est déjà tourné vers la reconquête des sommets de la catégorie. Mais la superstar britannique ouvre la porte à s’écarter de sa revanche contractuelle afin de laisser l’Ukrainien affronter Tyson Fury pour les quatre ceintures avant de prendre le vainqueur, comme il l’a confirmé dans un entretien exclusif accordé à RMC Sport.

", - "content": "Détrôné des titres IBF-WBA-WBO des lourds avec sa défaite face à Oleksandr Usyk en septembre, Anthony Joshua est déjà tourné vers la reconquête des sommets de la catégorie. Mais la superstar britannique ouvre la porte à s’écarter de sa revanche contractuelle afin de laisser l’Ukrainien affronter Tyson Fury pour les quatre ceintures avant de prendre le vainqueur, comme il l’a confirmé dans un entretien exclusif accordé à RMC Sport.

", + "title": "Stade Français: l'ex-All Black Laumape veut jouer pour les Tonga", + "description": "Arrivé cet été au Stade français, Ngani Laumapé a déclaré vendredi en conférence de presse qu’il pourrait utiliser la nouvelle règle d’éligibilité aux sélections nationales pour évoluer avec les Tonga, pays de ses parents, lui le All Black aux 15 sélections. Le Parisien n'a plus été appelé depuis 2020.

", + "content": "Arrivé cet été au Stade français, Ngani Laumapé a déclaré vendredi en conférence de presse qu’il pourrait utiliser la nouvelle règle d’éligibilité aux sélections nationales pour évoluer avec les Tonga, pays de ses parents, lui le All Black aux 15 sélections. Le Parisien n'a plus été appelé depuis 2020.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-si-une-enorme-offre-arrive-joshua-pret-a-s-ecarter-pour-un-choc-fury-usyk_AV-202112080170.html", + "link": "https://rmcsport.bfmtv.com/rugby/stade-francais-l-ex-all-black-laumape-veut-jouer-pour-les-tonga_AD-202112100483.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 08:22:25 GMT", - "enclosure": "https://images.bfmtv.com/TwRD-cwACve2sGe6v3fGTcUUeSI=/0x141:2048x1293/800x0/images/Anthony-Joshua-1155683.jpg", + "pubDate": "Fri, 10 Dec 2021 19:06:46 GMT", + "enclosure": "https://images.bfmtv.com/Ja6wxT2l7tYPTqDH6z1PQ9-whwg=/0x0:2048x1152/800x0/images/Ngani-Laumape-1186073.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -48895,17 +50325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06bf9023931f6db6d86d864907776b31" + "hash": "29e8a52196c5d4c76d401306ae8a7384" }, { - "title": "Manchester City: Guardiola critique Walker après son craquage qui va lui coûter les 8es", - "description": "Kyle Walker, arrière droit de Manchester City, a été expulsé pour une grossière balayette sur André Silva, mardi lors de la défaite à Leipzig (2-1). L’Anglais sera au moins suspendu pour le 8e de finale aller et peut-être pour le retour.

", - "content": "Kyle Walker, arrière droit de Manchester City, a été expulsé pour une grossière balayette sur André Silva, mardi lors de la défaite à Leipzig (2-1). L’Anglais sera au moins suspendu pour le 8e de finale aller et peut-être pour le retour.

", + "title": "Nantes-Lens en direct: renversés par les Nantais, les Lensois manquent le podium!", + "description": "Revivez dans les conditions du direct sur notre site la victoire de Nantes contre Lens (3-2), en ouverture de la 18e journée de Ligue 1.

", + "content": "Revivez dans les conditions du direct sur notre site la victoire de Nantes contre Lens (3-2), en ouverture de la 18e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-guardiola-critique-walker-apres-son-craquage-qui-va-lui-couter-les-8es_AV-202112080167.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-lens-en-direct-les-lensois-veulent-retrouver-le-podium_LS-202112100482.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 08:16:08 GMT", - "enclosure": "https://images.bfmtv.com/tYY7jVz2QtxqWRxah2KZJNRDvr8=/0x106:2048x1258/800x0/images/Le-carton-rouge-inflige-a-Kyle-Walker-1183920.jpg", + "pubDate": "Fri, 10 Dec 2021 19:03:23 GMT", + "enclosure": "https://images.bfmtv.com/M27OTaCcL8dzvNqlHNeqbj0_bOs=/14x0:2030x1134/800x0/images/Nantes-Lens-Kalimuendo-face-a-Cyprien-1186097.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -48915,37 +50345,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "33c3e884508d73437e40412ee393fb87" + "hash": "c5c0f36a8a7ad9ba8cb70e4c1a2cdf49" }, { - "title": "OL-OM: Les sanctions vont tomber", - "description": "Le sort du match OL-OM interrompu au bout de 5 minutes après un jet de bouteille sur Dimitri Payet va être tranché par la commission de discipline ce mercredi.

", - "content": "Le sort du match OL-OM interrompu au bout de 5 minutes après un jet de bouteille sur Dimitri Payet va être tranché par la commission de discipline ce mercredi.

", + "title": "Deschamps un jour au PSG? L’échange animé entre Rothen et le sélectionneur des Bleus", + "description": "Interrogé sur son avenir dans Rothen s’enflamme, sur RMC, Didier Deschamps n’a pas complètement fermé la porte au fait de rejoindre un jour le banc du Paris Saint-Germain. Une réponse qui a fait bondir Jérôme Rothen sur le plateau.

", + "content": "Interrogé sur son avenir dans Rothen s’enflamme, sur RMC, Didier Deschamps n’a pas complètement fermé la porte au fait de rejoindre un jour le banc du Paris Saint-Germain. Une réponse qui a fait bondir Jérôme Rothen sur le plateau.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ol-om-les-sanctions-vont-tomber_AD-202112080149.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/deschamps-un-jour-au-psg-l-echange-anime-entre-rothen-et-le-selectionneur-des-bleus_AV-202112100468.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 07:53:27 GMT", - "enclosure": "https://images.bfmtv.com/1o2oEmbJ9CMFN92xhu8uQT3B54s=/0x97:768x529/800x0/images/Le-meneur-de-jeu-de-Marseille-Dimitri-Payet-touche-par-une-bouteille-d-eau-lancee-depuis-la-tribune-lors-du-match-contre-Lyon-a-Decines-Charpieu-le-21-novembre-2021-1171842.jpg", + "pubDate": "Fri, 10 Dec 2021 18:28:49 GMT", + "enclosure": "https://images.bfmtv.com/0ZLQ2q8wTgQow2vOWF5ueBL2iZ4=/0x0:1280x720/800x0/images/Deschamps-invite-de-Rothen-S-enflamme-sur-RMC-1185987.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ec4439888e7a50972b09f1a9b977ece2" + "hash": "4d40defe5771dcc5b4aa16913dc5d9f6" }, { - "title": "Real Madrid: toujours aussi performant, Modric a l'impression d'avoir les jambes de sa vingtaine", - "description": "Encore une fois essentiel lors de la victoire du Real Madrid face à l'Inter Milan mardi soir (2-0) lors de la dernière journée de la phase de groupes de la Ligue des champions, Luka Modric a confié après la rencontre se sentir au top de sa forme. Le milieu croate de 36 ans aimerait d'ailleurs que l'on se concentre moins sur son âge, et davantage sur ses performances.

", - "content": "Encore une fois essentiel lors de la victoire du Real Madrid face à l'Inter Milan mardi soir (2-0) lors de la dernière journée de la phase de groupes de la Ligue des champions, Luka Modric a confié après la rencontre se sentir au top de sa forme. Le milieu croate de 36 ans aimerait d'ailleurs que l'on se concentre moins sur son âge, et davantage sur ses performances.

", + "title": "Equipe de France: Deschamps entretient le flou sur son avenir après la Coupe du monde", + "description": "Sous contrat jusqu’à la Coupe du monde 2022, l’avenir de Didier Deschamps sur le banc de l’Equipe de France est encore incertain. Dans \"Rothen s’enflamme\" l’émission RMC, le Français est resté énigmatique sur son avenir.

", + "content": "Sous contrat jusqu’à la Coupe du monde 2022, l’avenir de Didier Deschamps sur le banc de l’Equipe de France est encore incertain. Dans \"Rothen s’enflamme\" l’émission RMC, le Français est resté énigmatique sur son avenir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/real-madrid-toujours-aussi-performant-modric-a-l-impression-d-avoir-les-jambes-de-sa-vingtaine_AV-202112080147.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-deschamps-entretient-le-flou-sur-son-avenir-apres-la-coupe-du-monde_AV-202112100461.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 07:51:49 GMT", - "enclosure": "https://images.bfmtv.com/iAC15KRsn6T1mTO0kJIA_uOh2VE=/14x0:2046x1143/800x0/images/Luka-Modric-lors-du-match-entre-le-Real-Madrid-et-l-Inter-Milan-le-7-decembre-1183889.jpg", + "pubDate": "Fri, 10 Dec 2021 18:21:28 GMT", + "enclosure": "https://images.bfmtv.com/dzFCbI8bjxUxcGmm79Y4NGNjiXU=/0x127:2048x1279/800x0/images/Didier-Deschamps-1185949.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -48955,37 +50385,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f14200fbbae0a48633001c853632631" + "hash": "7e33b400142b70a9ab44f9bcbcade13a" }, { - "title": "Zidane dévoile d'autres photos de la réunion France 98", - "description": "Zinedine Zidane a diffusé plusieurs photos de la soirée de retrouvailles des champions du monde 1998, organisée lundi à Paris.

", - "content": "Zinedine Zidane a diffusé plusieurs photos de la soirée de retrouvailles des champions du monde 1998, organisée lundi à Paris.

", + "title": "Equipe de France: Giroud-Mbappé, embrouilles entre les familles... Deschamps revient sur les tensions à l'Euro", + "description": "Dans Rothen s’enflamme, ce vendredi sur RMC, le sélectionneur de l'équipe de France Didier Deschamps est revenu sur l’année des Bleus et sur les tensions qui ont pu naître dans le groupe France durant l’Euro, cet été.

", + "content": "Dans Rothen s’enflamme, ce vendredi sur RMC, le sélectionneur de l'équipe de France Didier Deschamps est revenu sur l’année des Bleus et sur les tensions qui ont pu naître dans le groupe France durant l’Euro, cet été.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/zidane-devoile-d-autres-photos-de-la-reunion-france-98_AV-202112080137.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-giroud-mbappe-embrouilles-entre-les-familles-deschamps-revient-sur-les-tensions-a-l-euro_AV-202112100433.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 07:46:30 GMT", - "enclosure": "https://images.bfmtv.com/iPSYT8T7AK0Fny4dogXCeY_Ezno=/0x106:2048x1258/800x0/images/Zinedine-Zidane-1042712.jpg", + "pubDate": "Fri, 10 Dec 2021 17:48:45 GMT", + "enclosure": "https://images.bfmtv.com/WhCDo9M9I3QedlumOFIW6-NuX7k=/0x0:2048x1152/800x0/images/Didier-Deschamps-avec-Kingsley-Coman-chez-les-Bleus-1165468.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b11d3df9f9976a95c244fe7dc0390d63" + "hash": "0e30893fe15dae71dbd0b05e1633ca35" }, { - "title": "ASSE: Romeyer ne comprend pas \"les réactions de quelques abrutis\"", - "description": "Deux jours après la mise à pied de Claude Puel, consécutive à la déroute des Verts contre Rennes (5-0), Roland Romeyer a défendu sa gestion d’un club en grande difficulté, lanterne rouge de Ligue 1.

", - "content": "Deux jours après la mise à pied de Claude Puel, consécutive à la déroute des Verts contre Rennes (5-0), Roland Romeyer a défendu sa gestion d’un club en grande difficulté, lanterne rouge de Ligue 1.

", + "title": "Manchester United: pour Rangnick, Pogba ne sera pas de retour avant \"quelques semaines\"", + "description": "Blessé à la cuisse depuis le rassemblement avec l’équipe de France en novembre dernier, le retour de Paul Pogba sur les terrains n’interviendra pas avant \"quelques semaines\". C’est son entraîneur à Manchester United Ralf Rangnick qui l’a annoncé vendredi en conférence de presse.

", + "content": "Blessé à la cuisse depuis le rassemblement avec l’équipe de France en novembre dernier, le retour de Paul Pogba sur les terrains n’interviendra pas avant \"quelques semaines\". C’est son entraîneur à Manchester United Ralf Rangnick qui l’a annoncé vendredi en conférence de presse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-romeyer-ne-comprend-pas-les-reactions-de-quelques-abrutis_AV-202112080120.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-pour-rangnick-pogba-ne-sera-pas-de-retour-avant-quelques-semaines_AV-202112100410.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 07:24:42 GMT", - "enclosure": "https://images.bfmtv.com/JiQ1ld4U4jAWfVlxTTd7d4dvQmM=/0x0:1200x675/800x0/images/Roland-Romeyer-1183869.jpg", + "pubDate": "Fri, 10 Dec 2021 17:10:19 GMT", + "enclosure": "https://images.bfmtv.com/pjz7BvDzkBjHDBeXbVpDyj2JSTE=/0x52:2048x1204/800x0/images/Paul-Pogba-1168884.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -48995,17 +50425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d1b184b0b535abf49b7876e5d4f89ff" + "hash": "ede7e61d276054392925ff755a3312cb" }, { - "title": "Mercato en direct: Juninho parti de Lyon dès janvier?", - "description": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", - "content": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "title": "Premier League: Klopp est persuadé que Gerrard entraînera un jour Liverpool", + "description": "Désormais sur le banc d'Aston Villa, Steven Gerrard fera son retour samedi à Anfield pour la 16e journée de Premier League. Avant d'entraîner un jour Liverpool ? Jürgen Klopp en est totalement convaincu.

", + "content": "Désormais sur le banc d'Aston Villa, Steven Gerrard fera son retour samedi à Anfield pour la 16e journée de Premier League. Avant d'entraîner un jour Liverpool ? Jürgen Klopp en est totalement convaincu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-klopp-est-persuade-que-gerrard-entrainera-un-jour-liverpool_AV-202112100403.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 07:21:04 GMT", - "enclosure": "https://images.bfmtv.com/kPy5M3sOIDjK0WvAy7tIGvfdkLE=/2x4:8498x4783/800x0/images/-871596.jpg", + "pubDate": "Fri, 10 Dec 2021 17:02:11 GMT", + "enclosure": "https://images.bfmtv.com/tk1dhlMcx_b5OtNgPcvKwndrzao=/0x20:2048x1172/800x0/images/Juergen-Klopp-1185947.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49015,17 +50445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5755d56493a6c15feb4c7d05ca1cc282" + "hash": "accc46487663ac968a80b686c6d9d7e4" }, { - "title": "Real Madrid: Ancelotti pas intéressé par le destin du Barça, condamné à l'exploit sur la pelouse du Bayern", - "description": "Quelques dizaines de minutes après s'être assuré, avec son Real Madrid, la première place du groupe D en s'imposant face à l'Inter Milan (2-0) mardi soir, Carlo Ancelotti a répondu aux questions des journalistes. Interrogé sur le destin du FC Barcelone en Ligue des champions, l'entraîneur italien a expliqué ne pas y prêter attention.

", - "content": "Quelques dizaines de minutes après s'être assuré, avec son Real Madrid, la première place du groupe D en s'imposant face à l'Inter Milan (2-0) mardi soir, Carlo Ancelotti a répondu aux questions des journalistes. Interrogé sur le destin du FC Barcelone en Ligue des champions, l'entraîneur italien a expliqué ne pas y prêter attention.

", + "title": "Pro D2: Bayonne-Montauban reporté à dimanche en raison des intempéries", + "description": "A cause des intempéries, le match de Pro D2 entre Bayonne et Montauban, prévu vendredi soir, est reporté à dimanche après-midi.

", + "content": "A cause des intempéries, le match de Pro D2 entre Bayonne et Montauban, prévu vendredi soir, est reporté à dimanche après-midi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/real-madrid-ancelotti-pas-interesse-par-le-destin-du-barca-condamne-a-l-exploit-sur-la-pelouse-du-bayern_AV-202112080092.html", + "link": "https://rmcsport.bfmtv.com/rugby/pro-d2-bayonne-montauban-reporte-a-dimanche-en-raison-des-intemperies_AD-202112100390.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 06:55:31 GMT", - "enclosure": "https://images.bfmtv.com/iSuQKBftjshiQJi6KL8gPA2tq_I=/0x0:2048x1152/800x0/images/Carlo-Ancelotti-lors-de-la-rencontre-de-Ligue-des-champions-entre-le-Real-Madrid-et-l-Inter-Milan-le-7-decembre-1183819.jpg", + "pubDate": "Fri, 10 Dec 2021 16:50:58 GMT", + "enclosure": "https://images.bfmtv.com/MXn7NnyXjASU0sao4x6WcaO1xd4=/0x106:2048x1258/800x0/images/Aviron-bayonnais-1185966.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49035,17 +50465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0037b2f6c09b2121a9b16b50d2b207af" + "hash": "96ca3f3ed062e5d9e4b46fa3b2ff128e" }, { - "title": "OL: Juninho parti de Lyon dès janvier?", - "description": "Selon L’Equipe, Juninho, directeur sportif de Lyon, devrait quitter ses fonctions dès le mois de janvier après avoir annoncé son départ en fin de saison, sur RMC. Des propos qui ont surpris au sein du club.

", - "content": "Selon L’Equipe, Juninho, directeur sportif de Lyon, devrait quitter ses fonctions dès le mois de janvier après avoir annoncé son départ en fin de saison, sur RMC. Des propos qui ont surpris au sein du club.

", + "title": "Echecs: le Norvégien Magnus Carlsen conserve son titre de champion du monde", + "description": "Il a remporté une quatrième partie contre son challenger russe Ian Nepomniachtchi vendredi à Dubaï.

", + "content": "Il a remporté une quatrième partie contre son challenger russe Ian Nepomniachtchi vendredi à Dubaï.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-juninho-parti-de-lyon-des-janvier_AV-202112080089.html", + "link": "https://rmcsport.bfmtv.com/societe/echecs-le-norvegien-magnus-carlsen-conserve-son-titre-de-champion-du-monde_AD-202112100386.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 06:54:12 GMT", - "enclosure": "https://images.bfmtv.com/ffGb7F3CILQOmNb8IF9mSMYsmRM=/0x43:1200x718/800x0/images/Juninho-1034267.jpg", + "pubDate": "Fri, 10 Dec 2021 16:47:00 GMT", + "enclosure": "https://images.bfmtv.com/gAA-uPBuC_Jij-uyVbbjRHN4I_4=/0x40:768x472/800x0/images/Le-grand-maitre-norvegien-Magnus-Carlsen-sacre-champion-du-monde-des-echecs-a-Dubai-le-decembre-2021-1185959.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49055,17 +50485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e1582fdd1078a32e6f82dac953607ad" + "hash": "74b1a0fc151ae9b1d888f84749b7cd81" }, { - "title": "Porto-Atlético: Pepe en veut à M.Turpin et au VAR", - "description": "Pepe, défenseur de Porto, reproche à M.Turpin d’avoir cédé à la précipitation et de ne pas avoir su maintenir le calme lors du match très tendu entre Porto et l’Atlético de Madrid (1-3), mardi en Ligue des champions.

", - "content": "Pepe, défenseur de Porto, reproche à M.Turpin d’avoir cédé à la précipitation et de ne pas avoir su maintenir le calme lors du match très tendu entre Porto et l’Atlético de Madrid (1-3), mardi en Ligue des champions.

", + "title": "Evénement RMC Sport: Suivez en direct video l'interview de Didier Deschamps dans Rothen s'enflamme", + "description": "Après la victoire de l'équipe de France de football en Ligue des nations, le sélectionneur Didier Deschamps est l'invité exceptionnel de Jérôme Rothen dans l'émission Rothen s'enflamme sur RMC.

", + "content": "Après la victoire de l'équipe de France de football en Ligue des nations, le sélectionneur Didier Deschamps est l'invité exceptionnel de Jérôme Rothen dans l'émission Rothen s'enflamme sur RMC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/porto-atletico-pepe-en-veut-a-m-turpin-et-au-var_AV-202112080071.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/evenement-rmc-sporrt-suivez-en-direct-video-l-interview-de-didier-deschamps-dans-rothen-s-enflamme_AN-202112100383.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 06:32:37 GMT", - "enclosure": "https://images.bfmtv.com/paWOC5iAFFppSbr8usPbl_tdWUc=/0x105:2048x1257/800x0/images/M-Turpin-inflige-un-carton-rouge-a-Wendell-1183816.jpg", + "pubDate": "Fri, 10 Dec 2021 16:44:41 GMT", + "enclosure": "https://images.bfmtv.com/ymK23A4mZ9lCDrgueVabfjbsasU=/6x3:1238x696/800x0/images/Didier-Deschamps-invite-exceptionnel-de-Rothen-s-enflamme-vendredi-10-decembre-1185904.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49075,17 +50505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48f240c85452d89be047fa80d0b49d41" + "hash": "76ed372391fcacd5f82b02e913c79528" }, { - "title": "Open d'Australie: Novak Djokovic sur la liste des participants, pas Serena Williams", - "description": "Quelques jours après avoir semé le doute sur sa présence ou non à l'Open d'Australie (17-30 janvier 2022) le mois prochain, Novak Djokovic fait bien partie de la liste des participants au premier Grand Chelem de la saison. L'Américaine Serena Williams est, en revanche, absente de la liste.

", - "content": "Quelques jours après avoir semé le doute sur sa présence ou non à l'Open d'Australie (17-30 janvier 2022) le mois prochain, Novak Djokovic fait bien partie de la liste des participants au premier Grand Chelem de la saison. L'Américaine Serena Williams est, en revanche, absente de la liste.

", + "title": "Nantes-Lens en direct: les Lensois réalisent un début de rencontre parfait", + "description": "Suivez en direct commenté sur notre site la rencontre Nantes-Lens, comptant pour la 18e journée de Ligue 1. Le coup d'envoi est prévu à 21h.

", + "content": "Suivez en direct commenté sur notre site la rencontre Nantes-Lens, comptant pour la 18e journée de Ligue 1. Le coup d'envoi est prévu à 21h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-novak-djokovic-sur-la-liste-des-participants-pas-serena-williams_AV-202112080064.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-lens-en-direct-les-lensois-veulent-retrouver-le-podium_LS-202112100482.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 06:21:33 GMT", - "enclosure": "https://images.bfmtv.com/ErgLQe2BAobR01zIzT8E-f232Tk=/0x54:2032x1197/800x0/images/Novak-Djokovic-1181338.jpg", + "pubDate": "Fri, 10 Dec 2021 19:03:23 GMT", + "enclosure": "https://images.bfmtv.com/M27OTaCcL8dzvNqlHNeqbj0_bOs=/14x0:2030x1134/800x0/images/Nantes-Lens-Kalimuendo-face-a-Cyprien-1186097.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49095,17 +50525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e25e04e316c99a785a259eaea39399e5" + "hash": "0435b32028881fef93663c54884d612f" }, { - "title": "Porto-Atlético: \"c’est pour ça que je suis revenu\", la grande fierté de Griezmann, élu homme du match", - "description": "Impliqué sur les trois buts de son équipe, Antoine Griezmann a affiché sa fierté et son émotion après le succès de l’Atlético de Madrid à Porto (1-3), offrant une qualification quasiment inespérée pour les huitièmes de finale de la Ligue des champions.

", - "content": "Impliqué sur les trois buts de son équipe, Antoine Griezmann a affiché sa fierté et son émotion après le succès de l’Atlético de Madrid à Porto (1-3), offrant une qualification quasiment inespérée pour les huitièmes de finale de la Ligue des champions.

", + "title": "Ski alpin: \"Sur le plan sportif, ça n’a pas beaucoup de sens de faire les JO en Chine\", regrette Clément Noël", + "description": "Avant le premier slalom de la saison de la Coupe du monde de ski alpin programmé ce dimanche à Val d’Isère, Clément Noël s'est longuement confié à RMC Sport. Le Vosgien s'est exprimé à la fois sur ses objectifs, son détachement par rapport aux JO et ses pistes pour rendre son sport plus attractif.

", + "content": "Avant le premier slalom de la saison de la Coupe du monde de ski alpin programmé ce dimanche à Val d’Isère, Clément Noël s'est longuement confié à RMC Sport. Le Vosgien s'est exprimé à la fois sur ses objectifs, son détachement par rapport aux JO et ses pistes pour rendre son sport plus attractif.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/porto-atletico-c-est-pour-ca-que-je-suis-revenu-la-grande-fierte-de-griezmann-elu-homme-du-match_AV-202112080037.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/ski-alpin-sur-le-plan-sportif-ca-n-a-pas-beaucoup-de-sens-de-faire-les-jo-en-chine-regrette-clement-noel_AV-202112100377.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 05:45:53 GMT", - "enclosure": "https://images.bfmtv.com/F58Y1z35Q746J9J3aOkY1zYS3ns=/6x127:2038x1270/800x0/images/Antoine-Griezmann-et-Thomas-Lemar-1183775.jpg", + "pubDate": "Fri, 10 Dec 2021 16:34:41 GMT", + "enclosure": "https://images.bfmtv.com/B55stMn0dCno8dcQswgWE7pSfTU=/0x58:2048x1210/800x0/images/Clement-Noel-1185896.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49115,17 +50545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18e7df523bc4c5f5d5c2bf2c2c276595" + "hash": "13e59952c50955d46833aa5bf6e1cbd2" }, { - "title": "Mercato en direct: Zidane au PSG? Charbonnier en a parlé avec lui, il raconte dans l'After", - "description": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", - "content": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "title": "Didier Deschamps en direct dans Rothen s'enflamme: le sélectionneur des Bleus invité de RMC", + "description": "Didier Deschamps est l’invité exceptionnel de l’émission Rothen s’enflamme sur RMC. Présent en studio à moins d’un an de la Coupe du monde au Qatar, le sélectionneur de l’équipe de France répondra à toutes les questions de Jérôme Rothen et Jean-Louis Tourre. Le bilan des Bleus en 2021, le retour de Karim Benzema, son avenir à la tête de l’équipe, les ambitions au Mondial… le technicien sera présent pendant près de deux heures pour un entretien exclusif.

", + "content": "Didier Deschamps est l’invité exceptionnel de l’émission Rothen s’enflamme sur RMC. Présent en studio à moins d’un an de la Coupe du monde au Qatar, le sélectionneur de l’équipe de France répondra à toutes les questions de Jérôme Rothen et Jean-Louis Tourre. Le bilan des Bleus en 2021, le retour de Karim Benzema, son avenir à la tête de l’équipe, les ambitions au Mondial… le technicien sera présent pendant près de deux heures pour un entretien exclusif.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/didier-deschamps-en-direct-dans-rothen-s-enflamme-le-selectionneur-des-bleus-invite-de-rmc_LN-202112100375.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 07:21:04 GMT", - "enclosure": "https://images.bfmtv.com/z2mlpPn41NwALUU54BEZnTXL_U4=/0x217:2048x1369/800x0/images/Zidane-au-soutien-du-Qatar-en-2010-1172558.jpg", + "pubDate": "Fri, 10 Dec 2021 16:33:41 GMT", + "enclosure": "https://images.bfmtv.com/0ZLQ2q8wTgQow2vOWF5ueBL2iZ4=/0x0:1280x720/800x0/images/Deschamps-invite-de-Rothen-S-enflamme-sur-RMC-1185987.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49135,17 +50565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a9095201a806ebb4438472e1bdacbaf" + "hash": "31874b4dd27c7d1c589bd8f470167853" }, { - "title": "Zidane au PSG? Charbonnier en a parlé avec lui, il raconte dans l'After", - "description": "Lionel Charbonnier, membre de la Dream Team RMC, a participé à la réunion des champions du monde 1998 à Paris lundi. Il a notamment discuté avec Zinedine Zidane de la rumeur l’envoyant au PSG.

", - "content": "Lionel Charbonnier, membre de la Dream Team RMC, a participé à la réunion des champions du monde 1998 à Paris lundi. Il a notamment discuté avec Zinedine Zidane de la rumeur l’envoyant au PSG.

", + "title": "ARES Fighting 2: Taylor Lapilus, le premier jour du reste de sa vie", + "description": "Après deux ans d’absence, Taylor Lapilus fait son retour dans la cage ce samedi à Levallois face au Brésilien Wilson Reis en combat principal de l’événement ARES FC 2 (en direct à partir de 21h sur RMC Sport 2). La première marche d’un chemin qui devrait mener le consultant MMA de RMC Sport à un retour à l’UFC, où il évolué entre 2015 et 2016, dans les mois à venir.

", + "content": "Après deux ans d’absence, Taylor Lapilus fait son retour dans la cage ce samedi à Levallois face au Brésilien Wilson Reis en combat principal de l’événement ARES FC 2 (en direct à partir de 21h sur RMC Sport 2). La première marche d’un chemin qui devrait mener le consultant MMA de RMC Sport à un retour à l’UFC, où il évolué entre 2015 et 2016, dans les mois à venir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/le-ressenti-de-charbonnier-sur-zidane-au-psg-apres-le-repas-de-france-98_AV-202112080028.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ares-fighting-2-taylor-lapilus-le-premier-jour-du-reste-de-sa-vie_AV-202112100374.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 05:17:49 GMT", - "enclosure": "https://images.bfmtv.com/h7eB9lWq2UpSgKSaxe4PMiLmEBA=/0x39:2048x1191/800x0/images/Zinedine-Zidane-1177940.jpg", + "pubDate": "Fri, 10 Dec 2021 16:33:06 GMT", + "enclosure": "https://images.bfmtv.com/2A7lB7vn_U3YoG5JFAavRlBzdns=/0x23:800x473/800x0/images/Taylor-Lapilus-1185915.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49155,17 +50585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc4bbe6e9250a2b398a24be4d25273ce" + "hash": "4ce6c961a6bec71b3619480884813e42" }, { - "title": "Coupe arabe: un choc Maroc-Algérie en quarts", - "description": "Tenue en échec par l’Egypte (1-1) lors de son dernier match de groupe, l’Algérie défiera le Maroc pour un choc bouillant, samedi en quarts de finale de la Coupe arabe actuellement organisée par la Fifa au Qatar.

", - "content": "Tenue en échec par l’Egypte (1-1) lors de son dernier match de groupe, l’Algérie défiera le Maroc pour un choc bouillant, samedi en quarts de finale de la Coupe arabe actuellement organisée par la Fifa au Qatar.

", + "title": "Manchester City: le dossier Haaland tend déjà Guardiola", + "description": "Pep Guardiola a refusé de réagir aux rumeurs entourant un éventuel transfert d’Erling Haaland vers Manchester City. Le technicien catalan a préféré se concentrer sur la réception de Wolverhampton ce samedi en Premier League plutôt que sur les déclarations de Mino Raiola sur l’avenir du buteur norvégien.

", + "content": "Pep Guardiola a refusé de réagir aux rumeurs entourant un éventuel transfert d’Erling Haaland vers Manchester City. Le technicien catalan a préféré se concentrer sur la réception de Wolverhampton ce samedi en Premier League plutôt que sur les déclarations de Mino Raiola sur l’avenir du buteur norvégien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-un-choc-maroc-algerie-en-quarts_AV-202112080021.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-city-le-dossier-haaland-tend-deja-guardiola_AV-202112100373.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 05:00:52 GMT", - "enclosure": "https://images.bfmtv.com/OtDRAqzInoo6pAZfk_UeXkp-fAQ=/0x106:2048x1258/800x0/images/Zakaria-Draoui-1183766.jpg", + "pubDate": "Fri, 10 Dec 2021 16:32:12 GMT", + "enclosure": "https://images.bfmtv.com/MsQpjBCYQQrTUMsvqOSleri91Ss=/0x152:2000x1277/800x0/images/Pep-Guardiola-1185926.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49175,17 +50605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdd5abb0eab0c81956e08c29059308eb" + "hash": "f53115d921ffb3d8723ab1c3e8ea9699" }, { - "title": "Barça: Xavi veut \"écrire l'histoire\" face au Bayern (malgré l'historique très défavorable)", - "description": "Deuxième de sa poule de Ligue des champions, le Barça se déplace mercredi à Munich lors de la sixième journée. Les protégés de Xavi ont besoin d'une victoire pour assurer leur qualification et seraient en danger en cas de nul ou de défaite. L'entraîneur catalan le sait et croit en les chances de son équipe, malgré le terrible bilan blaugrana sur le terrain du Bayern.

", - "content": "Deuxième de sa poule de Ligue des champions, le Barça se déplace mercredi à Munich lors de la sixième journée. Les protégés de Xavi ont besoin d'une victoire pour assurer leur qualification et seraient en danger en cas de nul ou de défaite. L'entraîneur catalan le sait et croit en les chances de son équipe, malgré le terrible bilan blaugrana sur le terrain du Bayern.

", + "title": "L’OM officialise la signature d’un nouveau contrat pour Dieng", + "description": "Mis en évidence la saison dernière à l’Olympique de Marseille, Bamba Dieng a vu ses efforts être récompensés. Ce vendredi, le club français a annoncé la signature d’un nouveau contrat pour l’attaquant sénégalais.

", + "content": "Mis en évidence la saison dernière à l’Olympique de Marseille, Bamba Dieng a vu ses efforts être récompensés. Ce vendredi, le club français a annoncé la signature d’un nouveau contrat pour l’attaquant sénégalais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-xavi-veut-ecrire-l-histoire-face-au-bayern-malgre-l-historique-tres-defavorable_AV-202112080020.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/l-om-officialise-la-signature-d-un-nouveau-contrat-pour-dieng_AV-202112100365.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:16:48 GMT", - "enclosure": "https://images.bfmtv.com/da9Dq1hRXRMfT0rgxTqJRNqMZfI=/0x49:2048x1201/800x0/images/Xavi-lors-d-une-conference-de-presse-du-Barca-1183631.jpg", + "pubDate": "Fri, 10 Dec 2021 16:21:19 GMT", + "enclosure": "https://images.bfmtv.com/p6v9j48T7oW2fVOoE2HxApCL0lg=/6x111:2038x1254/800x0/images/Bamba-Dieng-1138769.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49195,17 +50625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a585401ad057b6b01ebbc82b6f6b935c" + "hash": "dbb6b2ad70ef90f5510b3bea17c82d95" }, { - "title": "JO d'hiver 2022: l’Australie annonce à son tour un boycott diplomatique à Pékin", - "description": "Le Premier ministre australien Scott Morrison a confirmé ce mercredi qu’aucun diplomate ne se rendrait à Pékin pour les Jeux olympiques d’hiver du 4 au 20 février prochain. Une manière de se ranger derrière les Etats-Unis et d’adresser un signal fort en raison du non-respect des droits de l’homme en Chine et de l’affaire de la joueuse de tennis Peng Shuai.

", - "content": "Le Premier ministre australien Scott Morrison a confirmé ce mercredi qu’aucun diplomate ne se rendrait à Pékin pour les Jeux olympiques d’hiver du 4 au 20 février prochain. Une manière de se ranger derrière les Etats-Unis et d’adresser un signal fort en raison du non-respect des droits de l’homme en Chine et de l’affaire de la joueuse de tennis Peng Shuai.

", + "title": "Judo: Teddy Riner blessé, forfait pour la Champions League", + "description": "Touché aux cervicales, Teddy Riner ne pourra pas participer à la Champions League avec le Paris Saint-Germain, ce samedi à Prague.

", + "content": "Touché aux cervicales, Teddy Riner ne pourra pas participer à la Champions League avec le Paris Saint-Germain, ce samedi à Prague.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-d-hiver-2022-l-australie-annonce-a-son-tour-un-boycott-diplomatique-a-pekin_AV-202112070443.html", + "link": "https://rmcsport.bfmtv.com/judo/judo-teddy-riner-blesse-forfait-pour-la-coupe-d-europe_AV-202112100357.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 23:50:36 GMT", - "enclosure": "https://images.bfmtv.com/CnrEvSNK_0w1h1qJf78xgxFzFIU=/0x185:2048x1337/800x0/images/Pekin-2022-1002626.jpg", + "pubDate": "Fri, 10 Dec 2021 16:13:35 GMT", + "enclosure": "https://images.bfmtv.com/6Z7ljN6xDKFWz5XOIlpsMAxqWeY=/0x53:2048x1205/800x0/images/Teddy-Riner-avec-le-PSG-1185912.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49215,17 +50645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a630e69413065d4a27913ff52f22975" + "hash": "627cfaf17b02966a7e27d86028c041d4" }, { - "title": "Mondial de hand: les Bleues souffrent mais s'imposent contre le Monténégro", - "description": "Malmenées pendant une grande partie de la rencontre, les handballeuses françaises ont réussi à s'en sortir contre le Monténégro en s'imposant 24-19, mardi soir à Granollers (Espagne), et aborderont le tour principal à partir de jeudi en position de force.

", - "content": "Malmenées pendant une grande partie de la rencontre, les handballeuses françaises ont réussi à s'en sortir contre le Monténégro en s'imposant 24-19, mardi soir à Granollers (Espagne), et aborderont le tour principal à partir de jeudi en position de force.

", + "title": "Liga: la Fédé espagnole démolit Tebas sur l'accord entre la ligue et le fonds CVC", + "description": "L’accord entre LaLiga et le fonds d’investissement CVC a été approuvé ce vendredi, malgré l’opposition du Real Madrid et du FC Barcelone. La fédération espagnole a de son côté violemment attaqué Javier Tebas, le président de LaLiga.

", + "content": "L’accord entre LaLiga et le fonds d’investissement CVC a été approuvé ce vendredi, malgré l’opposition du Real Madrid et du FC Barcelone. La fédération espagnole a de son côté violemment attaqué Javier Tebas, le président de LaLiga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-les-bleues-souffrent-mais-s-imposent-contre-le-montenegro_AV-202112070441.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-la-fede-espagnole-demolit-tebas-sur-l-accord-entre-la-ligue-et-le-fonds-cvc_AV-202112100344.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 23:38:26 GMT", - "enclosure": "https://images.bfmtv.com/-6k1-NBBvcZlJzzGRE5HAriPB2w=/0x42:2048x1194/800x0/images/France-Montenegro-1183629.jpg", + "pubDate": "Fri, 10 Dec 2021 15:51:24 GMT", + "enclosure": "https://images.bfmtv.com/gngG6BExVY5lJjWCfoce5zi7bSc=/0x212:2048x1364/800x0/images/Javier-Tebas-1185897.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49235,17 +50665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27ae6f42acce62a0aea8f6dbb6837023" + "hash": "407a048a78d49a1b35a6489bf0d029de" }, { - "title": "Ligue des champions: Paris qualifié, mais avec le pire bilan de l’ère QSI", - "description": "Le PSG a battu Bruges ce mardi lors de la sixième journée de la phase de poules de la Ligue des champions (4-1, sur RMC Sport 1). Deuxième de son groupe derrière Manchester City, le club francilien s’est rassuré mais signe tout de même le pire bilan de l’ère QSI au premier tour de la compétition, à égalité avec la saison 2018-2019.

", - "content": "Le PSG a battu Bruges ce mardi lors de la sixième journée de la phase de poules de la Ligue des champions (4-1, sur RMC Sport 1). Deuxième de son groupe derrière Manchester City, le club francilien s’est rassuré mais signe tout de même le pire bilan de l’ère QSI au premier tour de la compétition, à égalité avec la saison 2018-2019.

", + "title": "Biathlon (Hochfilzen): Braisaz-Bouchet sur le podium du sprint", + "description": "Justine Braisaz-Bouchet a terminé deuxième du sprint d'Hochfilzen ce vendredi en Autriche. La Française de 25 ans a signé son premier podium de la saison de biathlon derrière la Bélarusse Hanna Sola.

", + "content": "Justine Braisaz-Bouchet a terminé deuxième du sprint d'Hochfilzen ce vendredi en Autriche. La Française de 25 ans a signé son premier podium de la saison de biathlon derrière la Bélarusse Hanna Sola.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-paris-qualifie-mais-avec-le-pire-bilan-de-l-ere-qsi_AV-202112070440.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-hochfilzen-braisaz-bouchet-sur-le-podium-du-sprint_AV-202112100342.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 23:21:52 GMT", - "enclosure": "https://images.bfmtv.com/ALGJUjgcq33l6W-gFQowQZY6QHo=/0x153:2048x1305/800x0/images/Kylian-Mbappe-et-Lionel-Messi-avec-le-PSG-1183621.jpg", + "pubDate": "Fri, 10 Dec 2021 15:41:58 GMT", + "enclosure": "https://images.bfmtv.com/DH6ijJI9bPbgy7XtYl_loOLJ9kY=/0x106:2048x1258/800x0/images/Justine-Braisaz-Bouchet-sur-le-sprint-a-Hochfilzen-1185890.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49255,17 +50685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8d45e4065912f0b075ff45a2ef9ba1c" + "hash": "948a250a0905923f6f7bf3fd7fe76dbd" }, { - "title": "PRONOS PARIS RMC Les paris du 8 décembre sur Wolfsburg - Lille – Ligue des Champions", - "description": "Notre pronostic : match nul entre Wolfsburg et Lille (3.40)

", - "content": "Notre pronostic : match nul entre Wolfsburg et Lille (3.40)

", + "title": "Aston Villa: Gerrard ne compte pas faire de cadeau à Liverpool", + "description": "Avec trois victoires et une défaite pour ses quatre premiers matchs sur le banc d’Aston Villa, Steven Gerrard effectue des bons débuts. Mais ce samedi, une rencontre spéciale l’attend car il affrontera son club de cœur: Liverpool. Un évènement sur lequel l’Anglais est revenu en conférence de presse.

", + "content": "Avec trois victoires et une défaite pour ses quatre premiers matchs sur le banc d’Aston Villa, Steven Gerrard effectue des bons débuts. Mais ce samedi, une rencontre spéciale l’attend car il affrontera son club de cœur: Liverpool. Un évènement sur lequel l’Anglais est revenu en conférence de presse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/les-paris-du-08-decembre-sur-wolfsburg-lille-ligue-des-champions_AN-202112070383.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/aston-villa-gerrard-ne-compte-pas-faire-de-cadeau-a-liverpool_AV-202112100333.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/2hwZqVovjBu6NhdUsP_eAaroUhQ=/0x208:1984x1324/800x0/images/LOSC-1183549.jpg", + "pubDate": "Fri, 10 Dec 2021 15:23:43 GMT", + "enclosure": "https://images.bfmtv.com/jDT_dkHz_nnt0IYp9wy6X0mWeyw=/0x0:1008x567/800x0/images/-866725.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49275,17 +50705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb83ff783e4d8c63df5dab076740dacc" + "hash": "1c20a377601c0b081cb42f704450ded7" }, { - "title": "PRONO PARIS RMC Le pari du jour du 8 décembre – Ligue des Champions", - "description": "Notre pronostic : l’Atalanta s’impose face à Villarreal (1.75)

", - "content": "Notre pronostic : l’Atalanta s’impose face à Villarreal (1.75)

", + "title": "PSG: Mbappé élu meilleur joueur de la semaine en Ligue des champions", + "description": "Auteur d'une grande performance mardi soir lors de la victoire du PSG contre Bruges (4-1) avec un doublé et une passe décisive, Kylian Mbappé a été élu meilleur joueur de la semaine en Ligue des champions. Les Français Antoine Griezmann et Jonathan Ikoné étaient aussi dans la course.

", + "content": "Auteur d'une grande performance mardi soir lors de la victoire du PSG contre Bruges (4-1) avec un doublé et une passe décisive, Kylian Mbappé a été élu meilleur joueur de la semaine en Ligue des champions. Les Français Antoine Griezmann et Jonathan Ikoné étaient aussi dans la course.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/prono-paris-rmc-le-pari-du-jour-du-8-decembre-ligue-des-champions_AN-202112070382.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-mbappe-elu-meilleur-joueur-de-la-semaine-en-ligue-des-champions_AV-202112100331.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/KGDxayY4DEsKG3AdzkFbdvba1Qk=/0x209:2000x1334/800x0/images/Atalanta-1183548.jpg", + "pubDate": "Fri, 10 Dec 2021 15:16:00 GMT", + "enclosure": "https://images.bfmtv.com/94BjD4HbF8sJ595RmmuXNGdBsVA=/0x106:2048x1258/800x0/images/Kylian-Mbappe-lors-de-PSG-Bruges-1183541.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49295,17 +50725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42892a52c2079a0046cb722b2ca96fd3" + "hash": "a373c5c0ea899b0019c6ffb54b89575a" }, { - "title": "PRONO PARIS RMC Le pari de folie du 8 décembre - Ligue des Champions", - "description": "Notre pronostic : Match nul entre Manchester United et les Young Boys (4.75)

", - "content": "Notre pronostic : Match nul entre Manchester United et les Young Boys (4.75)

", + "title": "Top 14: Jaminet rejoindra Toulouse en fin de saison", + "description": "INFO RMC SPORT. L’arrière international français Melvyn Jaminet (22 ans, 6 sélections), révélation de l’année, a trouvé un accord avec le Stade Toulousain avec qui il évoluera les trois prochaines saisons.

", + "content": "INFO RMC SPORT. L’arrière international français Melvyn Jaminet (22 ans, 6 sélections), révélation de l’année, a trouvé un accord avec le Stade Toulousain avec qui il évoluera les trois prochaines saisons.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/prono-paris-rmc-le-pari-de-folie-du-8-decembre-ligue-des-champions_AN-202112070381.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14-jaminet-rejoindra-toulouse-en-fin-de-saison_AV-202112100327.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/0fpDVAph4Laqdb5ebAPBXw2Fiz4=/7x96:1975x1203/800x0/images/R-Rangnick-1183547.jpg", + "pubDate": "Fri, 10 Dec 2021 14:58:04 GMT", + "enclosure": "https://images.bfmtv.com/U9cz7a0ZzjcVHxU4CwYGALFdYH0=/0x71:2048x1223/800x0/images/Melvyn-JAMINET-1185877.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49315,17 +50745,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a80752e37797ee2d954716b72840096" + "hash": "e5542416cd4c802857884c301d3a4947" }, { - "title": "PRONOS PARIS RMC Le buteur du 8 décembre – Ligue des Champions", - "description": "Notre pronostic : Darwin Núñez marque contre le Dynamo Kiev (2.00)

", - "content": "Notre pronostic : Darwin Núñez marque contre le Dynamo Kiev (2.00)

", + "title": "Bayern: le Covid ne devrait pas laisser de séquelles à Kimmich sur le long terme", + "description": "Julian Nagelsmann a donné ce vendredi des nouvelles de Joshua Kimmich, non vacciné et touché par le Covid. Selon son entraîneur, le joueur du Bayern souffre d'infiltrats pulmonaires, mais cela ne devrait pas lui laisser de séquelles.

", + "content": "Julian Nagelsmann a donné ce vendredi des nouvelles de Joshua Kimmich, non vacciné et touché par le Covid. Selon son entraîneur, le joueur du Bayern souffre d'infiltrats pulmonaires, mais cela ne devrait pas lui laisser de séquelles.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-8-decembre-ligue-des-champions_AN-202112070380.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-le-covid-ne-devrait-pas-laisser-de-sequelles-a-kimmich-sur-le-long-terme_AD-202112100326.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/9FJjbYgEZ-9wL1prOzuDPckOZuw=/0x0:1984x1116/800x0/images/Darwin-Nunez-1183546.jpg", + "pubDate": "Fri, 10 Dec 2021 14:55:46 GMT", + "enclosure": "https://images.bfmtv.com/BFQs_eavJuyfK22ZFLbovb-lxLk=/0x33:768x465/800x0/images/Le-milieu-du-Bayern-Joshua-Kimmich-le-6-novembre-2021-a-Munich-en-Allemagne-1181376.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49335,17 +50765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c82546eb420416670c0d543222a19d4" + "hash": "6ac9b8c6efe1994c8a5bf566ab6499b3" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 6 décembre – Ligue des Champions", - "description": "Notre pronostic : Benfica s’impose contre le Dynamo Kiev et plus de 1,5 but dans la rencontre (1.43)

", - "content": "Notre pronostic : Benfica s’impose contre le Dynamo Kiev et plus de 1,5 but dans la rencontre (1.43)

", + "title": "Les pronos hippiques du samedi 11 décembre 2021", + "description": "Le Quinté+ du samedi 11 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du samedi 11 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-6-decembre-ligue-des-champions_AN-202112070378.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-11-decembre-2021_AN-202112100325.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/7opxpXluHDuIYg-345rJCYavpaY=/0x208:1984x1324/800x0/images/Benfica-1183545.jpg", + "pubDate": "Fri, 10 Dec 2021 14:53:06 GMT", + "enclosure": "https://images.bfmtv.com/N9V9yrwQ3JD7dchlTjwECSLZCwk=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-samedi-11-decembre-2021-1185032.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49355,17 +50785,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7693ae3dba44dfbce5670f8c2c1bf22f" + "hash": "38565e58e72f90b0437fb0b599c6cd06" }, { - "title": "Ligue des champions: les adversaires potentiels du PSG en huitièmes de finale", - "description": "Deuxième de son groupe de Ligue des champions derrière Manchester City, le PSG ne sera pas tête de série pour le tirage au sort des huitièmes de finale lundi prochain. Le Bayern Munich, Liverpool et le Real Madrid, vainqueurs de leur poule respective, font partie des adversaires potentiels.

", - "content": "Deuxième de son groupe de Ligue des champions derrière Manchester City, le PSG ne sera pas tête de série pour le tirage au sort des huitièmes de finale lundi prochain. Le Bayern Munich, Liverpool et le Real Madrid, vainqueurs de leur poule respective, font partie des adversaires potentiels.

", + "title": "OM: Sampaoli ne veut pas faire de \"promesse\" à Mandanda", + "description": "Alors qu'il a décidé de titulariser Steve Mandanda face au Lokomotiv Moscou jeudi en Ligue Europa, l'entraîneur de l'OM Jorge Sampaoli ne veut pas promettre au gardien de 36 ans une place de titulaire en Conference League et en Coupe de France.

", + "content": "Alors qu'il a décidé de titulariser Steve Mandanda face au Lokomotiv Moscou jeudi en Ligue Europa, l'entraîneur de l'OM Jorge Sampaoli ne veut pas promettre au gardien de 36 ans une place de titulaire en Conference League et en Coupe de France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-adversaires-potentiels-du-psg-en-huitiemes-de-finale_AV-202112070437.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-sampaoli-ne-veut-pas-faire-de-promesse-a-mandanda_AV-202112100323.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 22:57:15 GMT", - "enclosure": "https://images.bfmtv.com/CjxkXjpsOm5xkWS055w_x92iSB8=/0x27:1888x1089/800x0/images/PSG-1183608.jpg", + "pubDate": "Fri, 10 Dec 2021 14:46:55 GMT", + "enclosure": "https://images.bfmtv.com/iaojv_fwSCtHsVsFBX3zOd5khP4=/0x99:2048x1251/800x0/images/Steve-MANDANDA-1161986.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49375,17 +50805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00fe9a3073c71c11ef3eb361aab4d19e" + "hash": "c37c87c11778d644952b57f2a00b925d" }, { - "title": "Ligue des champions: la superbe soirée de Griezmann, qui qualifie l'Atlético pour les 8es", - "description": "L’Atlético de Madrid s’est imposé sur la pelouse de Porto (1-3) ce mardi lors de la sixième journée des poules de la Ligue des champions. Buteur puis passeur décisif, et encore impliqué sur le troisième but des siens, Antoine Griezmann a grandement contribué à la qualification des Colchoneros pour les huitièmes de finale.

", - "content": "L’Atlético de Madrid s’est imposé sur la pelouse de Porto (1-3) ce mardi lors de la sixième journée des poules de la Ligue des champions. Buteur puis passeur décisif, et encore impliqué sur le troisième but des siens, Antoine Griezmann a grandement contribué à la qualification des Colchoneros pour les huitièmes de finale.

", + "title": "Saint-Etienne: Dupraz favori, mais d'autres options sont à l'étude", + "description": "Dernier de Ligue 1, Saint-Etienne continue de chercher le bon profil pour succéder à Claude Puel. Si la balance penche du côté de Pascal Dupraz, l'ancien entraîneur du Téfécé est en concurrence avec David Guion et Frédéric Hantz. Les dirigeants stéphanois pourraient aussi faire confiance à Julien Sablé, qui sera sur le banc samedi à Reims.

", + "content": "Dernier de Ligue 1, Saint-Etienne continue de chercher le bon profil pour succéder à Claude Puel. Si la balance penche du côté de Pascal Dupraz, l'ancien entraîneur du Téfécé est en concurrence avec David Guion et Frédéric Hantz. Les dirigeants stéphanois pourraient aussi faire confiance à Julien Sablé, qui sera sur le banc samedi à Reims.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-la-folle-soiree-de-griezmann-qui-qualifie-l-atletico-pour-les-8es_AV-202112070427.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-dupraz-favori-mais-d-autres-options-sont-a-l-etude_AV-202112100318.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 22:41:31 GMT", - "enclosure": "https://images.bfmtv.com/7XXFKrql9CtJEFUZEvvtC-ScnrU=/3x0:2035x1143/800x0/images/Antoine-Griezmann-lors-de-Porto-Atletico-1183580.jpg", + "pubDate": "Fri, 10 Dec 2021 14:38:05 GMT", + "enclosure": "https://images.bfmtv.com/fx0B4hUbRRfePOfLuKyMvAWtzFE=/0x0:2048x1152/800x0/images/Pascal-Dupraz-1185840.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49395,17 +50825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b62051277844ede8b920b9605f3a1561" + "hash": "05c4319a7c231626876b8e2899c6ac8d" }, { - "title": "Ligue des champions: Haller affole un peu plus les compteurs avec l'Ajax", - "description": "Sébastien Haller a marqué son dixième but de la saison en Ligue des champions, ce mardi soir contre le Sporting (4-2). L’attaquant ivoirien de l’Ajax s’offre un record après seulement six matchs dans la compétition.

", - "content": "Sébastien Haller a marqué son dixième but de la saison en Ligue des champions, ce mardi soir contre le Sporting (4-2). L’attaquant ivoirien de l’Ajax s’offre un record après seulement six matchs dans la compétition.

", + "title": "Ligue Europa: Sampaoli peste contre le manque d'efficacité de l'OM", + "description": "Satisfait de la qualification de l’OM pour l'Europa Conference League grâce à la victoire contre le Lokomotiv Moscou jeudi (1-0), Jorge Sampaoli a malgré tout regretté la manque d’efficacité offensive de son équipe.

", + "content": "Satisfait de la qualification de l’OM pour l'Europa Conference League grâce à la victoire contre le Lokomotiv Moscou jeudi (1-0), Jorge Sampaoli a malgré tout regretté la manque d’efficacité offensive de son équipe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-haller-affole-un-peu-plus-les-compteurs-avec-l-ajax_AV-202112070421.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-on-doit-s-ameliorer-dans-la-finition-dit-sampaoli_AV-202112090644.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 22:27:39 GMT", - "enclosure": "https://images.bfmtv.com/aKRAgvM0PH4xyOfz9jhcWykeZkg=/0x0:2048x1152/800x0/images/Sebastien-Haller-avec-l-Ajax-Amsterdam-1183574.jpg", + "pubDate": "Thu, 09 Dec 2021 23:27:23 GMT", + "enclosure": "https://images.bfmtv.com/SoEQ6LSzm1yEmP9-irbCsXAGfno=/0x28:1200x703/800x0/images/Jorge-Sampaoli-1179641.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49415,57 +50845,57 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8ab4b22bf747eead8d3d57cd6adac06" + "hash": "b8d9057c24a1897cfe5d99ac30f3a8c9" }, { - "title": "Ligue des champions: tous les qualifiés pour les huitièmes après les matchs de mardi", - "description": "Certains tickets pour les huitièmes de finales de la Ligue des champions et les barrages de Ligue Europa restaient à attribuer ce mardi soir. Les clubs de Madrid, l'Atlético et le Real, sont les grands gagnants du jour.

", - "content": "Certains tickets pour les huitièmes de finales de la Ligue des champions et les barrages de Ligue Europa restaient à attribuer ce mardi soir. Les clubs de Madrid, l'Atlético et le Real, sont les grands gagnants du jour.

", + "title": "Football féminin: \"Benfica veut un jour aller chercher une finale européenne\", Lacasse présente le projet du club lisboète", + "description": "Première buteuse de l’histoire du Benfica en Ligue des champions féminine, Cloé Lacasse s’est confiée à RMC Sport sur le projet du club lisboète qui découvre la compétition cette année. L’attaquante canadienne en dit plus sur les ambitions du Benfica, sèchement battu ce jeudi par l’OL (0-5) en phase de groupe, et l’évolution de la discipline au Portugal qui est en plein essor.

", + "content": "Première buteuse de l’histoire du Benfica en Ligue des champions féminine, Cloé Lacasse s’est confiée à RMC Sport sur le projet du club lisboète qui découvre la compétition cette année. L’attaquante canadienne en dit plus sur les ambitions du Benfica, sèchement battu ce jeudi par l’OL (0-5) en phase de groupe, et l’évolution de la discipline au Portugal qui est en plein essor.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-tous-les-qualifies-pour-les-huitiemes-apres-les-matchs-de-mardi_AV-202112070420.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/ligue-des-champions/football-feminin-benfica-veut-un-jour-aller-chercher-une-finale-europeenne-lacasse-presente-le-projet-du-club-lisboete_AN-202112090640.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 22:21:39 GMT", - "enclosure": "https://images.bfmtv.com/eC02it32NH_hhAWwZ14NhXSIajM=/0x107:2048x1259/800x0/images/Toni-Kroos-lors-de-Real-Madrid-Inter-Milan-1183576.jpg", + "pubDate": "Thu, 09 Dec 2021 23:13:23 GMT", + "enclosure": "https://images.bfmtv.com/2y0-rlrdnY5jIvc42Sguvsjd8Mk=/0x48:1200x723/800x0/images/Benfica-1185416.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "505d761e7c380686762fc79c9296e862" + "hash": "a2e15f4b17bdbd51229fcd695929706b" }, { - "title": "Ligue des champions: Mbappé flambe, Griezmann sauve l'Atlético, Haller enchaîne... Les moments forts de mardi en vidéo", - "description": "L'AC Milan, battu 2-1 par Liverpool à San Siro, a échoué à se qualifier pour les huitièmes de finale de la Ligue des champions, ce mardi soir lors de la dernière journée de la phase de poules. Dans le même temps, Antoine Griezmann a brillé avec l'Atlético de Madrid.

", - "content": "L'AC Milan, battu 2-1 par Liverpool à San Siro, a échoué à se qualifier pour les huitièmes de finale de la Ligue des champions, ce mardi soir lors de la dernière journée de la phase de poules. Dans le même temps, Antoine Griezmann a brillé avec l'Atlético de Madrid.

", + "title": "PRONOS PARIS RMC Les paris du 10 décembre sur Nantes – Lens – Ligue 1", + "description": "Notre pronostic: Nantes ne perd pas contre Lens et les deux équipes marquent (2.25)

", + "content": "Notre pronostic: Nantes ne perd pas contre Lens et les deux équipes marquent (2.25)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-mbappe-flambe-griezmann-sauve-l-atletico-haller-enchaine-les-moments-forts-de-mardi-en-video_AN-202112070417.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-10-decembre-sur-nantes-lens-ligue-1_AN-202112090337.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 22:11:17 GMT", - "enclosure": "https://images.bfmtv.com/-8SvI_TbGEBg0CKJ53Dgf4FoBkA=/214x49:2038x1075/800x0/images/Milan-Liverpool-1183575.jpg", + "pubDate": "Thu, 09 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/h7Busuj1oHWbBlAr7S001uaDK8k=/0x104:2000x1229/800x0/images/Kolo-Muani-Nantes-1185022.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f0efa35289bd2166091c8c7daf21067" + "hash": "4f2daab4073cefb5cc9481a240e448cb" }, { - "title": "Incidents OL-OM: les dirigeants marseillais n'ont pas été convoqués par la commission de discipline", - "description": "INFO RMC SPORT. Alors que la commission de discipline de la LFP doit se pencher ce mercredi sur les incidents du match OL-OM, arrêté le 21 novembre au Groupama Stadium, cette dernière n'a pas jugé bon de convier les dirigeants marseillais - contrairement à leurs homologues lyonnais.

", - "content": "INFO RMC SPORT. Alors que la commission de discipline de la LFP doit se pencher ce mercredi sur les incidents du match OL-OM, arrêté le 21 novembre au Groupama Stadium, cette dernière n'a pas jugé bon de convier les dirigeants marseillais - contrairement à leurs homologues lyonnais.

", + "title": "PRONOS PARIS RMC Le buteur du jour du 10 décembre – Ligue 1", + "description": "Notre pronostic: Ludovic Blas marque contre Lens (3.45)

", + "content": "Notre pronostic: Ludovic Blas marque contre Lens (3.45)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-les-dirigeants-marseillais-n-ont-pas-ete-convoques-par-la-commission-de-discipline_AV-202112070413.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-10-decembre-ligue-1_AN-202112090336.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 21:36:44 GMT", - "enclosure": "https://images.bfmtv.com/-SSuP9pasRsmVhk5VXS5o6ZCLfk=/0x212:2048x1364/800x0/images/Pablo-Longoria-1128568.jpg", + "pubDate": "Thu, 09 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/nAVRRRzJzTm6NbIRIICdXhKjDXQ=/0x104:1984x1220/800x0/images/Ludovic-Blas-Nantes-1185017.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49475,17 +50905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5df789115bd354dd7f451b6f7e192907" + "hash": "51b427fe987708bf4746c80ce970cb2e" }, { - "title": "Porto-Atlético: les larmes de Suarez après sa sortie sur blessure", - "description": "Luis Suarez n’a pas terminé le match décisif entre Porto et l’Atlético de Madrid ce mardi en Ligue des champions. Blessé et remplacé dès la douzième minute, l’attaquant uruguayen a fondu en larmes sur le banc des Colchoneros.

", - "content": "Luis Suarez n’a pas terminé le match décisif entre Porto et l’Atlético de Madrid ce mardi en Ligue des champions. Blessé et remplacé dès la douzième minute, l’attaquant uruguayen a fondu en larmes sur le banc des Colchoneros.

", + "title": "PRONOS PARIS RMC Le nul du jour du 10 décembre – Série A - Italie", + "description": "Notre pronostic: match nul lors du derby de Gênes (3.10)

", + "content": "Notre pronostic: match nul lors du derby de Gênes (3.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/porto-atletico-les-larmes-de-suarez-apres-sa-sortie-sur-blessure_AV-202112070410.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-10-decembre-serie-a-italie_AN-202112090333.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 21:04:36 GMT", - "enclosure": "https://images.bfmtv.com/2kITD8BCHzJyUs_IuNrnoTE9qRU=/0x75:2048x1227/800x0/images/Luis-Suarez-en-larmes-lors-de-Porto-Atletico-1183567.jpg", + "pubDate": "Thu, 09 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/pjx5NCGKhW5VkUgCgksgxQ9OcTc=/0x76:2000x1201/800x0/images/Joie-de-la-Sampdoria-1185015.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49495,17 +50925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0054ed5638817b4b2414f670fee4904" + "hash": "9276aa4eb711c039801d4c0d866c0a21" }, { - "title": "PSG-Bruges: \"La graine est plantée, il y aura de belles fleurs\", Pochettino satisfait de la relation Mbappé-Messi", - "description": "Après la nette victoire du PSG contre Bruges, ce mardi soir en Ligue des champions (4-1, sur RMC Sport 1), Mauricio Pochettino a évoqué la relation naissante entre Lionel Messi et Kylian Mbappé, tous les deux auteurs d’un doublé.

", - "content": "Après la nette victoire du PSG contre Bruges, ce mardi soir en Ligue des champions (4-1, sur RMC Sport 1), Mauricio Pochettino a évoqué la relation naissante entre Lionel Messi et Kylian Mbappé, tous les deux auteurs d’un doublé.

", + "title": "PRONOS PARIS RMC Le pari sûr du 10 décembre – Jupiler League - Belgique", + "description": "Notre pronostic: Charleroi bat Ostende (1.47)

", + "content": "Notre pronostic: Charleroi bat Ostende (1.47)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-la-graine-est-plantee-il-y-aura-de-belles-fleurs-pochettino-satisfait-de-la-relation-mbappe-messi_AV-202112070408.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-10-decembre-jupiler-league-belgique_AN-202112090331.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 20:57:50 GMT", - "enclosure": "https://images.bfmtv.com/QPPH6JgyCtejaraILbvbFzc8DJE=/0x0:2048x1152/800x0/images/PSG-1183556.jpg", + "pubDate": "Thu, 09 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/zVp_vYx4uhEyiAeSyi3D1YNN8Ig=/0x104:2000x1229/800x0/images/Shamar-Nicholson-Charleroi-1185012.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49515,17 +50945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "caa76def0e2e2e12869a1788491a3062" + "hash": "b1e130b1a620255524b68fbfaae99a5f" }, { - "title": "PSG-Bruges en direct: Les adversaires potentiels du PSG en Ligue des champions", - "description": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions, le PSG s'est rassuré face à Bruges, ce mardi soir lors de la 6e journée (4-1), avec des doublés de Kylian Mbappé et Lionel Messi.

", - "content": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions, le PSG s'est rassuré face à Bruges, ce mardi soir lors de la 6e journée (4-1), avec des doublés de Kylian Mbappé et Lionel Messi.

", + "title": "Liga: le Barça perd Depay et Alba sur blessures", + "description": "Le Barça a indiqué jeudi que Memphis Depay et Jordi Alba souffraient tous les deux de blessures musculaires contractées la veille lors de la défaite des Catalans contre le Bayern (3-0) en Ligue des champions. La durée de leurs indisponibilités n’a pas été précisée.

", + "content": "Le Barça a indiqué jeudi que Memphis Depay et Jordi Alba souffraient tous les deux de blessures musculaires contractées la veille lors de la défaite des Catalans contre le Bayern (3-0) en Ligue des champions. La durée de leurs indisponibilités n’a pas été précisée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-barca-perd-depay-et-alba-sur-blessures_AV-202112090631.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:58:59 GMT", - "enclosure": "https://images.bfmtv.com/QPPH6JgyCtejaraILbvbFzc8DJE=/0x0:2048x1152/800x0/images/PSG-1183556.jpg", + "pubDate": "Thu, 09 Dec 2021 22:47:17 GMT", + "enclosure": "https://images.bfmtv.com/tuejoQGtda_e0GIt7V8En1ZqJ4M=/0x153:2048x1305/800x0/images/Jordi-Alba-face-au-Bayern-Munich-en-Ligue-des-champions-1185404.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49535,37 +50965,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c8769451603bd59b437de7b2f76c26c" + "hash": "9d925158b1396109f07218a2f7e7c592" }, { - "title": "PSG-Bruges: Mbappé explique pourquoi il a laissé le penalty à Messi, qui a besoin de \"confiance\"", - "description": "Lors de la victoire 4-1 du PSG contre le Club Bruges, Kylian Mbappé a laissé Lionel Messi tirer le penalty du quatrième but de la soirée, ce mardi en Ligue des champions. Il s'en est expliqué au micro de RMC Sport.

", - "content": "Lors de la victoire 4-1 du PSG contre le Club Bruges, Kylian Mbappé a laissé Lionel Messi tirer le penalty du quatrième but de la soirée, ce mardi en Ligue des champions. Il s'en est expliqué au micro de RMC Sport.

", + "title": "Ligue Europa: les adversaires potentiels du Barça en barrage", + "description": "Eliminé de la Ligue des champions, le Barça a été repêché mercredi en Ligue Europa. Une C3 que les Catalans débuteront en février lors d’un barrage. Avec six adversaires potentiels.

", + "content": "Eliminé de la Ligue des champions, le Barça a été repêché mercredi en Ligue Europa. Une C3 que les Catalans débuteront en février lors d’un barrage. Avec six adversaires potentiels.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-mbappe-explique-pourquoi-il-a-laisse-le-penalty-a-messi-qui-a-besoin-de-confiance_AN-202112070401.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-les-adversaires-potentiels-du-barca-en-barrage_AV-202112090630.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 20:15:07 GMT", - "enclosure": "https://images.bfmtv.com/lTtzIEIRuI5t64A6vjmcxS-i0q4=/375x117:1911x981/800x0/images/Kylian-Mbappe-1183564.jpg", + "pubDate": "Thu, 09 Dec 2021 22:44:12 GMT", + "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a34ac0fe05b612bb492fb9719eac97fd" + "hash": "6a0498d7db5d391ea41791b2f8e5c46f" }, { - "title": "Wolfsbourg-Lille: \"Si on joue pour le nul, on peut perdre ce match\", préviennent Gourvennec et Fonte", - "description": "Le LOSC, qui se déplace à Wolfsbourg mercredi soir en Ligue des champions (21h, RMC Sport 1), a besoin d’un match nul pour se qualifier pour les huitièmes de finale. Mais l’entraîneur Jocelyn Gourvennec et le capitaine Jose Fonte ne veulent pas être \"dans le calcul\".

", - "content": "Le LOSC, qui se déplace à Wolfsbourg mercredi soir en Ligue des champions (21h, RMC Sport 1), a besoin d’un match nul pour se qualifier pour les huitièmes de finale. Mais l’entraîneur Jocelyn Gourvennec et le capitaine Jose Fonte ne veulent pas être \"dans le calcul\".

", + "title": "Ligue des champions féminine: l'OL surclasse le Benfica et se qualifie pour les quarts", + "description": "Les Lyonnaises ont largement battu le Benfica jeudi soir en Ligue des champions féminine (5-0). Avant même la dernière journée de la phase de groupe, elles décrochent leur ticket pour les quarts de finale de la compétition.

", + "content": "Les Lyonnaises ont largement battu le Benfica jeudi soir en Ligue des champions féminine (5-0). Avant même la dernière journée de la phase de groupe, elles décrochent leur ticket pour les quarts de finale de la compétition.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/wolfsbourg-lille-si-on-joue-pour-le-nul-on-peut-perdre-ce-match-previennent-gourvennec-et-fonte_AV-202112070400.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/ligue-des-champions-feminine-l-ol-surclasse-le-benfica-et-se-qualifie-pour-les-quarts_AN-202112090619.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 20:09:06 GMT", - "enclosure": "https://images.bfmtv.com/cUBBcF2tcuhMxAv81XGV902khd0=/0x40:768x472/800x0/images/Jocelyn-Gourvennec-entraineur-du-Losc-lors-de-la-rencontre-de-Ligue-1-entre-le-PSG-et-Lille-le-29-octobre-2021-a-Paris-1158180.jpg", + "pubDate": "Thu, 09 Dec 2021 22:27:15 GMT", + "enclosure": "https://images.bfmtv.com/tGurMJq-CIOhlq45IoXzdtRBpbg=/0x205:2048x1357/800x0/images/Ada-Hegerberg-a-inscrit-un-double-contre-le-Benfica-1185390.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49575,17 +51005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e425e17bad05909baad1f674f8e089c1" + "hash": "d18e7384d2086be800a77e32eebbe100" }, { - "title": "VIDEO. Ligue des champions: les doublés de Mbappé et Messi qui permettent au PSG de torpiller Bruges", - "description": "Le PSG s'est imposé 4-1 face au Club Bruges, ce mardi soir pour la fin de la phase de groupes de la Ligue des champions (sur RMC Sport 1). Kylian Mbappé et Lionel Messi ont chacun inscrit un doublé.

", - "content": "Le PSG s'est imposé 4-1 face au Club Bruges, ce mardi soir pour la fin de la phase de groupes de la Ligue des champions (sur RMC Sport 1). Kylian Mbappé et Lionel Messi ont chacun inscrit un doublé.

", + "title": "Ligue des champions en direct: les adversaires potentiels du Barça en barrage de la Ligue Europa", + "description": "Coup de tonnerre dans cette Ligue des champions ! Barcelone est éliminé après sa défaite à Munich 3-0 combinée à la victoire de Benfica sur le Dynamo Kiev.

", + "content": "Coup de tonnerre dans cette Ligue des champions ! Barcelone est éliminé après sa défaite à Munich 3-0 combinée à la victoire de Benfica sur le Dynamo Kiev.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-doubles-de-mbappe-et-messi-qui-permettent-au-psg-de-torpiller-bruges_AV-202112070393.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-multiplex-en-direct_LS-202112080539.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 19:47:00 GMT", - "enclosure": "https://images.bfmtv.com/rqUoUGva3_q4_xEonIC4CXIuObs=/0x102:2048x1254/800x0/images/PSG-Bruges-1183557.jpg", + "pubDate": "Wed, 08 Dec 2021 18:14:34 GMT", + "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49595,57 +51025,57 @@ "favorite": false, "created": false, "tags": [], - "hash": "438b94d6032ab293679f7b0d4f97b1a3" + "hash": "695db7968e6e1521c8bc7688cc0f234b" }, { - "title": "Ligue des champions en direct: la première place pour le Real, le miracle de la soirée pour l'Atlético", - "description": "Sixième et dernière journée de Ligue des champions ce mardi, à suivre en direct commenté sur le site de RMC Sport. Le groupe B sera particulièrement intéressant à suivre avec une lutte à trois pour la deuxième place qualificative entre Porto, l’Atlético de Madrid et l’AC Milan. A vivre aussi l’affiche entre le Real Madrid et l’Inter Milan.

", - "content": "Sixième et dernière journée de Ligue des champions ce mardi, à suivre en direct commenté sur le site de RMC Sport. Le groupe B sera particulièrement intéressant à suivre avec une lutte à trois pour la deuxième place qualificative entre Porto, l’Atlético de Madrid et l’AC Milan. A vivre aussi l’affiche entre le Real Madrid et l’Inter Milan.

", + "title": "Ligue Europa: quels adversaires potentiels pour l'OL et Monaco en 8es ? Tous les qualifiés pour les barrages et la phase finale", + "description": "A l'issue de la sixième et dernière journée de la phase de groupes disputée ce jeudi, les qualifiés pour les huitièmes de finale et les barrages de la Ligue Europa sont désormais connues. Lyon et Monaco seront les deux représentants français, avec une place déjà acquise pour les 8es.

", + "content": "A l'issue de la sixième et dernière journée de la phase de groupes disputée ce jeudi, les qualifiés pour les huitièmes de finale et les barrages de la Ligue Europa sont désormais connues. Lyon et Monaco seront les deux représentants français, avec une place déjà acquise pour les 8es.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-real-atletico-ac-milan-le-multiplex-en-direct_LS-202112070316.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-quels-adversaires-potentiels-pour-l-ol-et-monaco-en-8es-tous-les-qualifies-pour-les-barrages-et-la-phase-finale_AV-202112090611.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 14:17:22 GMT", - "enclosure": "https://images.bfmtv.com/eQA4N_xWDeG_82yCeLbqR7R2Ke4=/0x107:2048x1259/800x0/images/Toni-Kroos-1183566.jpg", + "pubDate": "Thu, 09 Dec 2021 22:10:46 GMT", + "enclosure": "https://images.bfmtv.com/R5obYlnRfgYjpaVYgweg29xz88I=/258x363:2018x1353/800x0/images/Lyon-1185350.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "4c7271642a537f13501b0c5d37f26e49" + "hash": "236623815a9d9e9ed239b847292b6835" }, { - "title": "PSG-Bruges: Mbappé dépasse la barre des 30 buts et entre un peu plus dans l'histoire de la Ligue des champions", - "description": "Kylian Mbappé a signé un doublé ce mardi soir lors du dernier match de poule du PSG en Ligue des champions face à Bruges (sur RMC Sport 1). L’attaquant tricolore est devenu le plus jeune joueur à atteindre la barre des 30 buts dans la prestigieuse compétition.

", - "content": "Kylian Mbappé a signé un doublé ce mardi soir lors du dernier match de poule du PSG en Ligue des champions face à Bruges (sur RMC Sport 1). L’attaquant tricolore est devenu le plus jeune joueur à atteindre la barre des 30 buts dans la prestigieuse compétition.

", + "title": "Europa Conference League: les adversaires potentiels de l’OM en barrage", + "description": "Victorieux du Lokomotiv Moscou (1-0) ce jeudi lors de la dernière journée de Ligue Europa, l’OM a assuré son repêchage en Europa Conference League. Il passera par un barrage face à l’un des deuxièmes de la C4.

", + "content": "Victorieux du Lokomotiv Moscou (1-0) ce jeudi lors de la dernière journée de Ligue Europa, l’OM a assuré son repêchage en Europa Conference League. Il passera par un barrage face à l’un des deuxièmes de la C4.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-mbappe-un-peu-plus-dans-l-histoire-de-la-ligue-des-champions_AV-202112070386.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/europa-conference-league-les-adversaires-potentiels-de-l-om-en-barrage_AV-202112090607.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:52:48 GMT", - "enclosure": "https://images.bfmtv.com/O_ChEYYD7eTfC4SrVVtVGGjJYp8=/0x131:2048x1283/800x0/images/Kylian-Mbappe-contre-Bruges-1183550.jpg", + "pubDate": "Thu, 09 Dec 2021 22:05:31 GMT", + "enclosure": "https://images.bfmtv.com/dBKfbs5PP_l1sPAeRnzPei1N9Bs=/0x40:768x472/800x0/images/La-joie-du-milieu-de-terrain-bresilien-de-Marseille-Gerson-felicite-par-son-coequipier-Amine-Harit-apres-avoir-ouvert-le-score-a-domicile-contre-Brest-lors-de-la-17e-journee-de-Ligue-1-le-4-decembre-2021-au-Stade-Velodrome-1181755.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "33a2d17e980c1e2f6ba247a7931d44b6" + "hash": "abb51d064a57f65bd4ca9962610965c0" }, { - "title": "PSG-Bruges: le bel enroulé de Messi pour le 3-0 en vidéo", - "description": "Le PSG s'est amusé, ce mardi soir contre Bruges (sur RMC Sport 1). Lionel Messi a inscrit le but du 3-0 en première période d’un enroulé du pied gauche à l’entrée de la surface. Son quatrième but de la saison en Ligue des champions.

", - "content": "Le PSG s'est amusé, ce mardi soir contre Bruges (sur RMC Sport 1). Lionel Messi a inscrit le but du 3-0 en première période d’un enroulé du pied gauche à l’entrée de la surface. Son quatrième but de la saison en Ligue des champions.

", + "title": "Ligue Europa: l’OM domine le Lokomotiv Moscou et décroche son repêchage en Europa Conference League", + "description": "Vainqueur du Lokomotiv Moscou jeudi soir (1-0), l’OM termine troisième de son groupe en Ligue Europa. Les Marseillais sont donc reversés en Europa Conference League.

", + "content": "Vainqueur du Lokomotiv Moscou jeudi soir (1-0), l’OM termine troisième de son groupe en Ligue Europa. Les Marseillais sont donc reversés en Europa Conference League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-le-bel-enroule-de-messi-pour-le-3-0-en-video_AV-202112070385.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-l-om-domine-le-lokomotiv-moscou-et-decroche-son-repechage-en-europa-conference-league_AV-202112090603.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:45:59 GMT", - "enclosure": "https://images.bfmtv.com/DTq3uqNqJpEDcbiSKOC1tapibls=/0x77:2048x1229/800x0/images/Lionel-Messi-contre-Bruges-1183552.jpg", + "pubDate": "Thu, 09 Dec 2021 22:00:06 GMT", + "enclosure": "https://images.bfmtv.com/6glcF8TDN4vCBG0NuSKqrxydrFQ=/0x42:2048x1194/800x0/images/Grace-a-un-but-de-Milik-l-OM-s-est-impose-conter-le-Lokomotiv-Moscou-1185368.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49655,17 +51085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2bf493e546603f92f7ecd57d75b9498" + "hash": "c7eac4cd1b662e79e70d930991a7dcda" }, { - "title": "PSG-Bruges en direct: Pochettino satisfait du contenu et de la relation Mbappé-Messi", - "description": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions, le PSG s'est rassuré face à Bruges, ce mardi soir lors de la 6e journée (4-1), avec des doublés de Kylian Mbappé et Lionel Messi.

", - "content": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions, le PSG s'est rassuré face à Bruges, ce mardi soir lors de la 6e journée (4-1), avec des doublés de Kylian Mbappé et Lionel Messi.

", + "title": "Euroligue: nouvelle défaite pour l'Asvel face à Vitoria", + "description": "Villeurbanne a chuté face à Vitoria (91-66) ce jeudi lors de la 14e journée d'Euroligue, mais reste aux portes du top 8 qualificatif pour les play-offs.

", + "content": "Villeurbanne a chuté face à Vitoria (91-66) ce jeudi lors de la 14e journée d'Euroligue, mais reste aux portes du top 8 qualificatif pour les play-offs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.html", + "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroligue-nouvelle-defaite-pour-l-asvel-face-a-vitoria_AV-202112090600.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:58:59 GMT", - "enclosure": "https://images.bfmtv.com/QPPH6JgyCtejaraILbvbFzc8DJE=/0x0:2048x1152/800x0/images/PSG-1183556.jpg", + "pubDate": "Thu, 09 Dec 2021 21:49:33 GMT", + "enclosure": "https://images.bfmtv.com/I5hcqPDjv_y1CEbbzyu6-khML8Q=/0x0:2048x1152/800x0/images/T-J-PARKER-1185367.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49675,17 +51105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "512c37798909c1b753750a941800a4dd" + "hash": "5356e53d9c02ff1920f7a648faf0a5c8" }, { - "title": "Galatasaray: le coach Fatih Terim transporté à l'hôpital avant le match décisif de Ligue Europa", - "description": "Fatih Terim, l’entraîneur de Galatasaray, a été transporté à l’hôpital lundi à seulement trois jours du duel entre le club stambouliote et la Lazio Rome pour la première place du groupe E de Ligue Europa. Le technicien turc se trouve toujours en observation et risque bien de rater le déplacement de son équipe en Italie.

", - "content": "Fatih Terim, l’entraîneur de Galatasaray, a été transporté à l’hôpital lundi à seulement trois jours du duel entre le club stambouliote et la Lazio Rome pour la première place du groupe E de Ligue Europa. Le technicien turc se trouve toujours en observation et risque bien de rater le déplacement de son équipe en Italie.

", + "title": "Accusé d'agression sexuelle, Pierre Ménès sera jugé le 8 juin annonce son avocat", + "description": "L'ancien chroniqueur de Canal+, Pierre Ménès, visé par une enquête pour agression sexuelle, est sorti de garde à vue ce jeudi soir. Il est convoqué devant le tribunal correctionnel le 8 juin pour y être jugé de ces faits selon son avocat.

", + "content": "L'ancien chroniqueur de Canal+, Pierre Ménès, visé par une enquête pour agression sexuelle, est sorti de garde à vue ce jeudi soir. Il est convoqué devant le tribunal correctionnel le 8 juin pour y être jugé de ces faits selon son avocat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/galatasaray-le-coach-fatih-terim-transporte-a-l-hopital-avant-le-match-decisif-de-ligue-europa_AV-202112070379.html", + "link": "https://rmcsport.bfmtv.com/societe/accuse-d-agression-sexuelle-pierre-menes-sera-juge-le-8-juin-affirme-son-avocat_AV-202112090593.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:20:08 GMT", - "enclosure": "https://images.bfmtv.com/PDVzRCmTMBuZsuHfdz9-SDdF90A=/0x225:2048x1377/800x0/images/Fatih-Terim-avec-Galatasaray-1183543.jpg", + "pubDate": "Thu, 09 Dec 2021 21:21:48 GMT", + "enclosure": "https://images.bfmtv.com/JwRfTvMKyAklKOdqgUkmsnzj1og=/0x106:1200x781/800x0/images/-880895.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49695,17 +51125,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18925d65b3ac8dcb514905d97ba98593" + "hash": "712d73f06f241598ef0d85a1ba7f9526" }, { - "title": "PSG-Bruges: le doublé express de Mbappé en vidéo", - "description": "Kylian Mbappé a inscrit un doublé en seulement sept minutes, face à Bruges, ce mardi soir (sur RMC Sport 1). Le Paris Saint-Germain a donc fait rapidement le break dans ce dernier match de poule de Ligue des champions.

", - "content": "Kylian Mbappé a inscrit un doublé en seulement sept minutes, face à Bruges, ce mardi soir (sur RMC Sport 1). Le Paris Saint-Germain a donc fait rapidement le break dans ce dernier match de poule de Ligue des champions.

", + "title": "Mondial de hand: les Françaises maîtrisent la Pologne au tour principal", + "description": "Les Françaises ont très bien débuté le tour principal du Mondial en s’imposant facilement contre la Pologne jeudi soir (26-16). En cas de victoire face aux Serbes samedi, les Bleues assureraient leur qualification en quart de finale.

", + "content": "Les Françaises ont très bien débuté le tour principal du Mondial en s’imposant facilement contre la Pologne jeudi soir (26-16). En cas de victoire face aux Serbes samedi, les Bleues assureraient leur qualification en quart de finale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-le-double-express-de-mbappe-en-video_AV-202112070375.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-les-francaises-maitrisent-la-pologne-au-tour-principal_AV-202112090589.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:02:02 GMT", - "enclosure": "https://images.bfmtv.com/1bT2C0cbtyGlfB11F_3Q1sk9Wf8=/0x162:2048x1314/800x0/images/Kylian-Mbappe-face-a-Bruges-1183544.jpg", + "pubDate": "Thu, 09 Dec 2021 21:14:02 GMT", + "enclosure": "https://images.bfmtv.com/uCUNF9MxwWGtGmLVxB6pX1rchU8=/0x52:2048x1204/800x0/images/Pauletta-Foppa-et-les-Bleues-se-sont-imposes-contre-la-Pologne-1185348.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49715,17 +51145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5a226acf3c767878fe76716025299db" + "hash": "8072a32573578d64668cd2370fb3e1b5" }, { - "title": "PSG: \"Neymar est calme, mais a encore très mal à la cheville\", confie Nenê", - "description": "Blessé à la cheville gauche lors de la victoire du PSG face à Saint-Etienne fin novembre (1-3), Neymar va être éloigné des terrains pour une période de six à huit semaines. Au micro de RMC Sport ce mardi, l’ancien Parisien Nenê a donné des nouvelles de son ami et compatriote.

", - "content": "Blessé à la cheville gauche lors de la victoire du PSG face à Saint-Etienne fin novembre (1-3), Neymar va être éloigné des terrains pour une période de six à huit semaines. Au micro de RMC Sport ce mardi, l’ancien Parisien Nenê a donné des nouvelles de son ami et compatriote.

", + "title": "Sturm Graz-Monaco: l'ASM, remaniée et rajeunie, accrochée en Autriche", + "description": "Déjà qualifié pour les 8es de finale de la Ligue Europa, Monaco a concédé le match nul ce jeudi au Sturm Graz (1-1). Un match marqué par les nombreux changements apportés par Niko Kovac dans son onze de départ.

", + "content": "Déjà qualifié pour les 8es de finale de la Ligue Europa, Monaco a concédé le match nul ce jeudi au Sturm Graz (1-1). Un match marqué par les nombreux changements apportés par Niko Kovac dans son onze de départ.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-neymar-est-calme-mais-a-encore-tres-mal-a-la-cheville-confie-nene_AV-202112070373.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/sturm-graz-monaco-l-asm-remaniee-et-rajeunie-accrochee-en-autriche_AD-202112090578.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:45:10 GMT", - "enclosure": "https://images.bfmtv.com/5nfCq3mkWuvPTo2rWI-deWr92o8=/0x106:2048x1258/800x0/images/Nene-et-Neymar-1183534.jpg", + "pubDate": "Thu, 09 Dec 2021 20:31:45 GMT", + "enclosure": "https://images.bfmtv.com/or8XqNr84kWS3n94pFko2af_qL8=/0x62:768x494/800x0/images/L-AS-Monaco-avec-une-equipe-profondement-remaniee-a-ramene-un-resultat-nul-1-1-de-Graz-en-Ligue-Europa-le-9-decembre-2021-1185332.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49735,17 +51165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fb8949b49025d9d29b1d05ae8ea4c7e" + "hash": "bf9134b1a9a6ec18d756fbca5abe6580" }, { - "title": "Roland-Garros: Noah apporte son soutien à Forget et ironise sur la \"famille du tennis\"", - "description": "Yannick Noah, dans un message publié sur Instagram, a apporté son soutien à Guy Forget, qui quitte ses fonctions de directeur de Roland-Garros et du Masters 1000 de Paris. Selon l'artiste et ancien tennisman, son ami s'est fait \"virer de la famille du tennis\".

", - "content": "Yannick Noah, dans un message publié sur Instagram, a apporté son soutien à Guy Forget, qui quitte ses fonctions de directeur de Roland-Garros et du Masters 1000 de Paris. Selon l'artiste et ancien tennisman, son ami s'est fait \"virer de la famille du tennis\".

", + "title": "Ligue des champions: Villarreal dernier qualifié, les adversaires potentiels du PSG et de Lille en huitièmes", + "description": "Qualifiés mercredi pour les huitièmes de finale de Ligue des champions, les Lillois attendent désormais le tirage au sort de lundi pour connaître leur futur adversaire. Une équipe s’est ajoutée jeudi soir à la liste des candidats: Villarreal.

", + "content": "Qualifiés mercredi pour les huitièmes de finale de Ligue des champions, les Lillois attendent désormais le tirage au sort de lundi pour connaître leur futur adversaire. Une équipe s’est ajoutée jeudi soir à la liste des candidats: Villarreal.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/roland-garros/roland-garros-noah-apporte-son-soutien-a-forget-avec-un-message-desabuse_AV-202112070371.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-villarreal-dernier-qualifie-les-adversaires-potentiels-de-lille-en-huitiemes_AV-202112090571.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:33:23 GMT", - "enclosure": "https://images.bfmtv.com/BkNmitiFbzvtCuSPj1SDC6NshEk=/0x124:1792x1132/800x0/images/Yannick-Noah-1183505.jpg", + "pubDate": "Thu, 09 Dec 2021 20:10:32 GMT", + "enclosure": "https://images.bfmtv.com/RJGoAoXxGtEp5wkTQoj17mrDKCg=/14x0:2046x1143/800x0/images/Les-Lillois-apres-leur-victoire-a-Wolfsburg-1185324.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49755,17 +51185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3227c53eb53610ebef1d1a74e16d00a8" + "hash": "f162604dd5a85fe68672c25c197a701f" }, { - "title": "PSG-Bruges: Pochettino demande plus d'investissement à ses hommes pour le bien de l'équipe", - "description": "Avant d’affronter Bruges ce mardi soir (18h45), pour le dernier match de poule du Paris Saint-Germain en Ligue des champions, Mauricio Pochettino a évoqué l’attitude de ses joueurs, au micro de RMC Sport.

", - "content": "Avant d’affronter Bruges ce mardi soir (18h45), pour le dernier match de poule du Paris Saint-Germain en Ligue des champions, Mauricio Pochettino a évoqué l’attitude de ses joueurs, au micro de RMC Sport.

", + "title": "Incidents OL-OM: Marseille estime que les sanctions ne sont pas à la hauteur", + "description": "Mercredi, la commission de discipline de la LFP a rendu son verdict après les incidents lors d’OL-OM, avec notamment le match à rejouer et un point de retrait pour Lyon. Des sanctions qui ne contentent pas le club phocéen.

", + "content": "Mercredi, la commission de discipline de la LFP a rendu son verdict après les incidents lors d’OL-OM, avec notamment le match à rejouer et un point de retrait pour Lyon. Des sanctions qui ne contentent pas le club phocéen.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-pochettino-demande-plus-d-investissement-a-ses-hommes-pour-le-bien-de-l-equipe_AV-202112070369.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-marseille-estime-que-les-sanctions-ne-sont-pas-a-la-hauteur_AV-202112090567.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:28:59 GMT", - "enclosure": "https://images.bfmtv.com/I6X2EQBr5aBEciqBg7-KhTrfpyQ=/0x229:496x508/800x0/images/L-entraineur-argentin-du-Paris-Saint-Germain-Mauricio-Pochettino-lors-d-une-conference-de-presse-au-Parc-des-Princes-a-Paris-le-18-octobre-2021-1156167.jpg", + "pubDate": "Thu, 09 Dec 2021 20:00:10 GMT", + "enclosure": "https://images.bfmtv.com/4fiMuUAXnCSxgg3cOrzhXoN89UY=/0x146:2048x1298/800x0/images/OL-OM-1184497.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49775,17 +51205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d52c861f74b9629ee0b91ef40a875ef" + "hash": "62085a5bc06b970fb3f8a0cf6e5249b6" }, { - "title": "PSG: pendant ce temps, Neymar poursuit sa rééducation", - "description": "Absent entre six et huit semaines à cause d'une blessure à la cheville gauche survenue contre Saint-Etienne fin novembre, Neymar a donné de ses nouvelles sur les réseaux sociaux. Avant le match de Ligue des champions du PSG face à Bruges ce mardi, l’attaquant poursuit sa rééducation.

", - "content": "Absent entre six et huit semaines à cause d'une blessure à la cheville gauche survenue contre Saint-Etienne fin novembre, Neymar a donné de ses nouvelles sur les réseaux sociaux. Avant le match de Ligue des champions du PSG face à Bruges ce mardi, l’attaquant poursuit sa rééducation.

", + "title": "Ligue Europa: l'OL se contente d'un triste nul face aux Rangers", + "description": "Déjà qualifiés pour les huitièmes de finale de la Ligue Europa, et assurés de terminer en tête de leur groupe, les Lyonnais voulaient profiter de la réception des Rangers pour se rassurer après des résultats décevants en Ligue 1. Mais ils ont dû se contenter d'un nul (1-1) à domicile.

", + "content": "Déjà qualifiés pour les huitièmes de finale de la Ligue Europa, et assurés de terminer en tête de leur groupe, les Lyonnais voulaient profiter de la réception des Rangers pour se rassurer après des résultats décevants en Ligue 1. Mais ils ont dû se contenter d'un nul (1-1) à domicile.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pendant-ce-temps-neymar-poursuit-sa-reeducation_AV-202112070367.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-l-ol-se-contente-d-un-triste-nul-face-aux-rangers_AV-202112090557.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:21:39 GMT", - "enclosure": "https://images.bfmtv.com/ipwj0lO5pW1aTpMZucRXDgJkkVo=/0x345:1808x1362/800x0/images/Neymar-avec-le-PSG-sous-une-fine-neige-1177172.jpg", + "pubDate": "Thu, 09 Dec 2021 19:42:36 GMT", + "enclosure": "https://images.bfmtv.com/_8vT2jfW1cUvuKAvRa4zfab3mEM=/0x51:2048x1203/800x0/images/Lyon-Rangers-1185303.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49795,17 +51225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "12c5ef7986a7ef2a4b6d1cfb17abf058" + "hash": "36c78388b238bc480d6c3aabf339c05b" }, { - "title": "PSG-Bruges en direct: \"La graine est plantée, les bourgeons sortent\", se satisfait Pochettino", - "description": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions, le PSG s'est rassuré face à Bruges, ce mardi soir lors de la 6e journée (4-1), avec des doublés de Kylian Mbappé et Lionel Messi.

", - "content": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions, le PSG s'est rassuré face à Bruges, ce mardi soir lors de la 6e journée (4-1), avec des doublés de Kylian Mbappé et Lionel Messi.

", + "title": "Premier League: après Rennes, le match de Tottenham à Brighton aussi reporté", + "description": "Touché par le Covid-19, Tottenham a obtenu jeudi le report de son match prévu dimanche contre Brighton en Premier League. Jeudi, l’UEFA avait tardivement officialisé le report de la rencontre des Spurs contre Rennes en Europa Conference League.

", + "content": "Touché par le Covid-19, Tottenham a obtenu jeudi le report de son match prévu dimanche contre Brighton en Premier League. Jeudi, l’UEFA avait tardivement officialisé le report de la rencontre des Spurs contre Rennes en Europa Conference League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-apres-rennes-le-match-de-tottenham-a-brighton-aussi-reporte_AV-202112090554.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:58:59 GMT", - "enclosure": "https://images.bfmtv.com/QPPH6JgyCtejaraILbvbFzc8DJE=/0x0:2048x1152/800x0/images/PSG-1183556.jpg", + "pubDate": "Thu, 09 Dec 2021 19:39:19 GMT", + "enclosure": "https://images.bfmtv.com/R8LfLNCUZykzY4JytnytldcuMcg=/0x25:2048x1177/800x0/images/Tottenham-face-a-Norwich-le-5-decembre-1185307.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49815,37 +51245,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "f64fcd826a9c7a0e27ab84b7a657280e" + "hash": "e85cf4bb577862207d067111da9e03c2" }, { - "title": "Ballon d’or: Lewandowski calme le jeu après ses déclarations sur Messi", - "description": "Dans un entretien accordé au journal allemand Kicker, Robert Lewandowski est revenu sur ses déclarations des derniers jours, où il avait commenté les mots de Lionel Messi lors de la cérémonie du Ballon d’or.

", - "content": "Dans un entretien accordé au journal allemand Kicker, Robert Lewandowski est revenu sur ses déclarations des derniers jours, où il avait commenté les mots de Lionel Messi lors de la cérémonie du Ballon d’or.

", + "title": "Affaire Agnel: ce que l'on sait après la garde à vue de Yannick Agnel pour des faits supposés de viol sur mineure", + "description": "L'ancien nageur de 29 ans Yannick Agnel, double champion olympique en 2012 a été interpellé ce jeudi dans le cadre d'une information judiciaire ouverte pour des faits supposés de viol sur mineure. Il a été placé en garde à vue à Mulhouse.

", + "content": "L'ancien nageur de 29 ans Yannick Agnel, double champion olympique en 2012 a été interpellé ce jeudi dans le cadre d'une information judiciaire ouverte pour des faits supposés de viol sur mineure. Il a été placé en garde à vue à Mulhouse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/ballon-d-or-lewandowski-calme-le-jeu-apres-ses-declarations-sur-messi_AV-202112070365.html", + "link": "https://rmcsport.bfmtv.com/natation/affaire-agnel-ce-que-l-on-sait-apres-la-garde-a-vue-de-yannick-agnel-pour-des-faits-supposes-de-viol-sur-mineure_AV-202112090549.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:04:12 GMT", - "enclosure": "https://images.bfmtv.com/073q2QzV1BeSJe7oBq5IH823nSw=/0x70:2048x1222/800x0/images/Robert-Lewandowski-1178290.jpg", + "pubDate": "Thu, 09 Dec 2021 19:22:36 GMT", + "enclosure": "https://images.bfmtv.com/rK8VcQYexgSt4QcO1IfbpXW6ZeI=/0x106:2048x1258/800x0/images/Yannick-Agnel-1064414.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "691dd16620b76e9d3eea325e6f9404bf" + "hash": "59c381e68bbe4f60d2f92fb7cf162918" }, { - "title": "PSG-Bruges: les compos officielles, avec Messi, Mbappé et le duo Lang-De Ketelaere côté belge", - "description": "Déjà assuré de la deuxième place du groupe A, le PSG ne fera pas l’impasse sur le match contre Bruges ce mardi en Ligue des champions (18h45, sur RMC Sport 1). Comme annoncé par RMC Sport, Mauricio Pochettino a aligné la meilleure équipe possible. Découvrez les compos officielles.

", - "content": "Déjà assuré de la deuxième place du groupe A, le PSG ne fera pas l’impasse sur le match contre Bruges ce mardi en Ligue des champions (18h45, sur RMC Sport 1). Comme annoncé par RMC Sport, Mauricio Pochettino a aligné la meilleure équipe possible. Découvrez les compos officielles.

", + "title": "Europa Conference League: un bras de fer Rennes-Tottenham pour la date du report", + "description": "Tottenham comptant dans ses rangs plusieurs cas de Covid-19, l’UEFA a reporté le match face à Rennes en Europa Conference League. La date de ce report fait désormais l’objet de négociations tendues entre les deux clubs.

", + "content": "Tottenham comptant dans ses rangs plusieurs cas de Covid-19, l’UEFA a reporté le match face à Rennes en Europa Conference League. La date de ce report fait désormais l’objet de négociations tendues entre les deux clubs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-les-compos-officielles-avec-messi-mbappe-et-le-duo-lang-de-ketelaere-cote-belge_AV-202112070362.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/europa-conference-league-un-bras-de-fer-rennes-tottenham-pour-la-date-du-report_AV-202112090533.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 16:56:28 GMT", - "enclosure": "https://images.bfmtv.com/TmlcmIMPmombjV4BdC9kIJH_DU4=/0x0:2048x1152/800x0/images/Kylian-Mbappe-et-Lionel-Messi-avec-le-PSG-1183525.jpg", + "pubDate": "Thu, 09 Dec 2021 19:01:03 GMT", + "enclosure": "https://images.bfmtv.com/snjtaHbiZAqGWzFAxTVCf3UMeHo=/0x40:768x472/800x0/images/Flavien-Tait-presse-Lucas-Moura-lors-de-la-rencontre-entre-Rennes-et-Tottenham-dans-le-cadre-de-la-premiere-journee-de-Ligue-Europa-Conference-jeudi-16-septembre-2021-a-Rennes-1130754.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49855,17 +51285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b526ed5d6df063821b1cdadd0c5784b0" + "hash": "0e4c7796f06bdc3b3e5c50e507fa0d93" }, { - "title": "Mercato en direct: Kingsley Coman indécis sur son avenir", - "description": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", - "content": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "title": "Mercato: Létang confirme des discussions avec la Fiorentina pour Ikoné", + "description": "Invité de RMC jeudi soir dans Rothen s'enflamme, Olivier Létang a confirmé qu’il y avait bien des discussions avec la Fiorentina pour le transfert de Jonathan Ikoné cet hiver. Mais le président du LOSC assure qu’il y aura peu de départs au mercato hivernal.

", + "content": "Invité de RMC jeudi soir dans Rothen s'enflamme, Olivier Létang a confirmé qu’il y avait bien des discussions avec la Fiorentina pour le transfert de Jonathan Ikoné cet hiver. Mais le président du LOSC assure qu’il y aura peu de départs au mercato hivernal.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-letang-confirme-des-discussions-avec-la-fiorentina-pour-ikone_AV-202112090528.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 07:21:04 GMT", - "enclosure": "https://images.bfmtv.com/I393YoXgpAjg8mA7EVnHGp4Gpqo=/0x39:768x471/800x0/images/Kingsley-Coman-avec-le-Bayern-lors-du-Klassiker-contre-le-Borussia-Dortmund-a-Munich-le-6-mars-2021-1130255.jpg", + "pubDate": "Thu, 09 Dec 2021 18:56:16 GMT", + "enclosure": "https://images.bfmtv.com/Hr0Z-GPLviUAIIR_qCEeumXkgJE=/0x169:2048x1321/800x0/images/Jonathan-Ikone-contre-Wolfsburg-mercredi-1185278.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49875,17 +51305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c08f1d9800351930fbd816ec36ee03df" + "hash": "8b3369fc49b06f6015079cfe2a6770e6" }, { - "title": "Open d'Australie: des joueurs non-vaccinés seront acceptés, mais avec un protocole très strict", - "description": "RMC Sport est en mesure de confirmer que ce mardi matin, dans un mail, l’ATP a précisé aux joueurs le protocole sanitaire à respecter afin de participer à l’Open d’Australie (17-30 janvier), comme révélé par L’Equipe.

", - "content": "RMC Sport est en mesure de confirmer que ce mardi matin, dans un mail, l’ATP a précisé aux joueurs le protocole sanitaire à respecter afin de participer à l’Open d’Australie (17-30 janvier), comme révélé par L’Equipe.

", + "title": "OM-Lokomotiv Moscou: Mandanda et Balerdi relancés, Payet sur le banc", + "description": "Steve Mandanda, Leonardo Balerdi ou encore Gerson sont titulaires pour le match entre l'OM et le Lokomotiv Moscou ce jeudi soir en Ligue Europa (21h). Marseille a besoin d'un point pour être reversé en Europa Conference League.

", + "content": "Steve Mandanda, Leonardo Balerdi ou encore Gerson sont titulaires pour le match entre l'OM et le Lokomotiv Moscou ce jeudi soir en Ligue Europa (21h). Marseille a besoin d'un point pour être reversé en Europa Conference League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-des-joueurs-non-vaccines-seront-acceptes-mais-avec-un-protocole-tres-strict_AV-202112070355.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/om-lokomotiv-moscou-mandanda-et-balerdi-relances-payet-sur-le-banc_AV-202112090526.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 16:15:59 GMT", - "enclosure": "https://images.bfmtv.com/ivhGMdPkpE9u1FEDmRdWc7g7XeU=/0x20:768x452/800x0/images/Novak-Djokovic-lors-de-la-finale-de-l-Open-d-Australie-le-21-fevrier-2021-1179043.jpg", + "pubDate": "Thu, 09 Dec 2021 18:54:00 GMT", + "enclosure": "https://images.bfmtv.com/iaojv_fwSCtHsVsFBX3zOd5khP4=/0x99:2048x1251/800x0/images/Steve-MANDANDA-1161986.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49895,17 +51325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f580282ed04ed4a915663aebe0a9c74c" + "hash": "88c92e0a16415e52ab10a38abce6ad2c" }, { - "title": "PSG-Bruges: la compo de Paris avec un trio de stars devant un milieu consistant", - "description": "Mauricio Pochettino a composé un onze de départ disposant de sérieux atouts pour, enfin, séduire, face à Bruges (coup d'envoi à 18h45, sur RMC Sport 1). Wijnaldum, Verratti et Gueye sont associés au milieu. Diallo est titulaire en défense, avec Marquinhos.

", - "content": "Mauricio Pochettino a composé un onze de départ disposant de sérieux atouts pour, enfin, séduire, face à Bruges (coup d'envoi à 18h45, sur RMC Sport 1). Wijnaldum, Verratti et Gueye sont associés au milieu. Diallo est titulaire en défense, avec Marquinhos.

", + "title": "Yannick Agnel placé en garde à vue pour des faits supposés de viol sur mineure", + "description": "L'ancien nageur Yannick Agnel (29 ans), double champion olympique, a été interpellé dans le cadre d'une information judiciaire ouverte pour des faits supposés de viol sur mineure. Il a été interpellé à Paris puis placé en garde à vue à Mulhouse.

", + "content": "L'ancien nageur Yannick Agnel (29 ans), double champion olympique, a été interpellé dans le cadre d'une information judiciaire ouverte pour des faits supposés de viol sur mineure. Il a été interpellé à Paris puis placé en garde à vue à Mulhouse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-un-trio-de-stars-devant-un-milieu-consistant-pour-paris_AV-202112070354.html", + "link": "https://rmcsport.bfmtv.com/natation/yannick-agnel-place-en-garde-a-vue-pour-des-faits-supposes-de-viol-sur-mineur_AN-202112090361.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 16:14:58 GMT", - "enclosure": "https://images.bfmtv.com/_-FfsV8ix-iohWnL5sxwU0KLlqs=/0x0:1200x675/800x0/images/Lionel-Messi-1183432.jpg", + "pubDate": "Thu, 09 Dec 2021 15:34:29 GMT", + "enclosure": "https://images.bfmtv.com/jvn4do0i9iIXSNwbCRblswam4-Q=/0x74:2048x1226/800x0/images/Yannick-Agnel-1185007.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49915,17 +51345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3732f6e573422212f3d3ff83800396da" + "hash": "404c806502c1f5d92a901c14ca5db972" }, { - "title": "Top 14: Pollard va quitter Montpellier pour rejoindre Leicester", - "description": "Comme annoncé par RMC Sport le 20 septembre, Handré Pollard quittera Montpellier à la fin de son contrat et rejoindra Leicester en Angleterre. Le club héraultais a communiqué le départ du demi d'ouverture ce mardi sur son site.

", - "content": "Comme annoncé par RMC Sport le 20 septembre, Handré Pollard quittera Montpellier à la fin de son contrat et rejoindra Leicester en Angleterre. Le club héraultais a communiqué le départ du demi d'ouverture ce mardi sur son site.

", + "title": "PRONOS PARIS RMC Les paris du 9 décembre sur Marseille – Lokomotiv Moscou – Ligue Europa", + "description": "Notre pronostic: nul entre Marseille et le Lokomotiv (4.90)

", + "content": "Notre pronostic: nul entre Marseille et le Lokomotiv (4.90)

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14-pollard-va-quitter-montpellier-pour-rejoindre-leicester_AV-202112070349.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-9-decembre-sur-marseille-lokomotiv-moscou-ligue-europa_AN-202112080416.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 15:52:29 GMT", - "enclosure": "https://images.bfmtv.com/B5_D51-RY6cLnghlROxUaysh2Kk=/103x58:1783x1003/800x0/images/Handre-Pollard-1131612.jpg", + "pubDate": "Wed, 08 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/MMt7NKZcsRek8WaYrZ2McilkvyE=/0x226:1984x1342/800x0/images/William-Saliba-lors-de-Lokomotiv-Marseille-1184257.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49935,17 +51365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "909bef89978c1f2ea147655dba03e64f" + "hash": "9ba5adbbc55fa0a965b319a1b433b59e" }, { - "title": "Ligue des champions: la mise en garde du Bayern Munich au Barça", - "description": "Déjà qualifié pour les huitièmes de la finale de la Ligue des champions, le Bayern Munich recevra dans son stade le FC Barcelone dont le destin européen est encore très incertain. En conférence de presse, l’entraîneur du club allemand, Julian Nagelsmann, a annoncé qu’il allait aligner \"la meilleure équipe possible\".

", - "content": "Déjà qualifié pour les huitièmes de la finale de la Ligue des champions, le Bayern Munich recevra dans son stade le FC Barcelone dont le destin européen est encore très incertain. En conférence de presse, l’entraîneur du club allemand, Julian Nagelsmann, a annoncé qu’il allait aligner \"la meilleure équipe possible\".

", + "title": "PRONOS PARIS RMC Le pari football de Rolland Courbis du 9 décembre - Ligue Europa", + "description": "Mon pronostic : Marseille s’impose face au Lokomotiv Moscou, Milik buteur (2.25)

", + "content": "Mon pronostic : Marseille s’impose face au Lokomotiv Moscou, Milik buteur (2.25)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-la-mise-en-garde-du-bayern-munich-au-barca_AV-202112070340.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-rolland-courbis-du-9-decembre-ligue-europa_AN-202112090276.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 15:32:34 GMT", - "enclosure": "https://images.bfmtv.com/KjKqorO82aiQVSITkEWsAVbRtpI=/0x11:768x443/800x0/images/Le-nouvel-entraineur-du-Bayern-Munich-Julian-Nagelsmann-a-son-arrivee-avant-le-match-de-l-Audi-Summer-Tour-2021-contre-le-Borussia-Moenchengladbach-le-28-juillet-2021-a-Munich-1083455.jpg", + "pubDate": "Thu, 09 Dec 2021 12:15:30 GMT", + "enclosure": "https://images.bfmtv.com/d5mmyX8h-DDzlC90ixcXqioiDTk=/13x40:1997x1156/800x0/images/A-Milik-1184930.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49955,17 +51385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "279705c73147a787343bbfa04642e20c" + "hash": "17c876c751fd625729ea899e0af13adf" }, { - "title": "Youth League: l'exceptionnelle remontée du PSG face à Bruges pour arracher la qualification en 8es", - "description": "Les moins de 19 ans du PSG l’ont emporté à la dernière seconde face à Bruges, mardi après-midi en Youth League (3-2), après avoir été menés 2-0 en infériorité numérique. Les Parisiens prennent ainsi la première place de leur groupe et sont qualifiés directement pour les huitièmes de finale sans avoir à passer par les barrages.

", - "content": "Les moins de 19 ans du PSG l’ont emporté à la dernière seconde face à Bruges, mardi après-midi en Youth League (3-2), après avoir été menés 2-0 en infériorité numérique. Les Parisiens prennent ainsi la première place de leur groupe et sont qualifiés directement pour les huitièmes de finale sans avoir à passer par les barrages.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 9 décembre – NBA", + "description": "Mon pronostic : les Lakers s’imposent contre Memphis, LeBron James marque plus de 24,5 points (2.60)

", + "content": "Mon pronostic : les Lakers s’imposent contre Memphis, LeBron James marque plus de 24,5 points (2.60)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/youth-league/youth-league-l-exceptionnelle-remontee-du-psg-face-a-bruges-pour-arracher-la-qualification-en-8es_AV-202112070336.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-9-decembre-nba_AN-202112090499.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 15:21:30 GMT", - "enclosure": "https://images.bfmtv.com/Ijzf5yUN9aeqIMFvlohtpcp1QTU=/0x106:2048x1258/800x0/images/Xavi-Simons-lors-de-PSG-Bruges-1183490.jpg", + "pubDate": "Thu, 09 Dec 2021 18:19:13 GMT", + "enclosure": "https://images.bfmtv.com/nHoAKT55e_H0w-v5M0dKkLZMLEg=/1x5:2001x1130/800x0/images/L-James-et-M-Monk-1185244.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49975,17 +51405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ea877b01c739bf1c5e60b61bff6a4b6" + "hash": "5ed14e9bc7cf42c45c9325855e1ccdf4" }, { - "title": "Mercato: Sergio Gomez sur les tablettes de l’OM ?", - "description": "Malgré son gros recrutement l’été dernier, l’Olympique de Marseille essaiera de se montrer actif cet hiver. À la recherche d’un nouveau latéral, les dirigeants phocéens seraient, selon le média DHnet, fans du latéral gauche d’Anderlecht, Sergio Gomez.

", - "content": "Malgré son gros recrutement l’été dernier, l’Olympique de Marseille essaiera de se montrer actif cet hiver. À la recherche d’un nouveau latéral, les dirigeants phocéens seraient, selon le média DHnet, fans du latéral gauche d’Anderlecht, Sergio Gomez.

", + "title": "JO 2022: pour Macron, un boycott diplomatique des Jeux de Pékin serait \"tout petit et symbolique\"", + "description": "Décider d'un boycott purement diplomatique mais pas sportif des Jeux olympiques 2022 d'hiver de Pékin serait une mesure \"toute petite et symbolique\", a estimé jeudi le président Emmanuel Macron.

", + "content": "Décider d'un boycott purement diplomatique mais pas sportif des Jeux olympiques 2022 d'hiver de Pékin serait une mesure \"toute petite et symbolique\", a estimé jeudi le président Emmanuel Macron.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/mercato-sergio-gomez-sur-les-tablettes-de-l-om_AV-202112070332.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-pour-macron-un-boycott-diplomatique-des-jeux-de-pekin-serait-tout-petit-et-symbolique_AD-202112090498.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 15:01:18 GMT", - "enclosure": "https://images.bfmtv.com/tqxImGMjCFy9GHgjyMoJWwGbTuU=/0x106:2048x1258/800x0/images/Sergio-Gomez-1183459.jpg", + "pubDate": "Thu, 09 Dec 2021 18:18:39 GMT", + "enclosure": "https://images.bfmtv.com/UJ-dWhJ_lskgkiF5ICezfaOyHuc=/0x40:768x472/800x0/images/Le-president-francais-Emmanuel-Macron-a-Paris-le-9-decembre-2021-1185134.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -49995,17 +51425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a570e49a77184ba275510eba6631b6f" + "hash": "77863f46ad22a4f788581166fac16fbf" }, { - "title": "Juve: la remise en question de Rabiot", - "description": "Le milieu international français de la Juventus, Adrien Rabiot, a admis qu'il devait \"faire plus\" pour les Bianconeri, avec davantage de buts et de passes décisives, notamment pour faire taire les sifflets l'ayant visé récemment.

", - "content": "Le milieu international français de la Juventus, Adrien Rabiot, a admis qu'il devait \"faire plus\" pour les Bianconeri, avec davantage de buts et de passes décisives, notamment pour faire taire les sifflets l'ayant visé récemment.

", + "title": "Accusation de viol: France Info suspend sa collaboration avec Yannick Agnel", + "description": "France Info suspend sa collaboration avec l'ancien nageur champion olympique Yannick Agnel interpellé jeudi et placé en garde à vue dans le cadre d'une enquête pour \"viol et agression sexuelle sur mineure de 15 ans, a annoncé le média à l'AFP.

", + "content": "France Info suspend sa collaboration avec l'ancien nageur champion olympique Yannick Agnel interpellé jeudi et placé en garde à vue dans le cadre d'une enquête pour \"viol et agression sexuelle sur mineure de 15 ans, a annoncé le média à l'AFP.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/juve-la-remise-en-question-de-rabiot_AD-202112070329.html", + "link": "https://rmcsport.bfmtv.com/natation/accusation-de-viol-france-info-suspend-sa-collaboration-avec-yannick-agnel_AD-202112090491.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 14:48:46 GMT", - "enclosure": "https://images.bfmtv.com/PvUUpKvTX7FAEll6cC1QJqOXuLM=/0x62:1200x737/800x0/images/Adrien-Rabiot-1163315.jpg", + "pubDate": "Thu, 09 Dec 2021 18:10:13 GMT", + "enclosure": "https://images.bfmtv.com/TOyAyEpgUtYNco9m0zVW6QZz6Po=/0x53:1024x629/800x0/images/-779538.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50015,17 +51445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd7df01e734bf879b550b70c67ff4efa" + "hash": "350892c6a05c4dd4fc3d4bfa38aa9d23" }, { - "title": "PSG-Bruges: les Belges veulent faire un gros coup au Parc", - "description": "Avant d’affronter le Paris Saint-Germain, mardi soir au Parc des Princes, l’entraîneur de Bruges, Philippe Clement, a encore l’espoir de faire un gros coup, de prendre des points et d’être reversé en Europa League.

", - "content": "Avant d’affronter le Paris Saint-Germain, mardi soir au Parc des Princes, l’entraîneur de Bruges, Philippe Clement, a encore l’espoir de faire un gros coup, de prendre des points et d’être reversé en Europa League.

", + "title": "Incidents OL-OM: Rothen remonté contre la LFP sur le cas Payet", + "description": "Jérôme Rothen aurait aimé que Dimitri Payet soit entendu et convoqué à Paris par la commission de discipline de la Ligue, qui a jugé la responsabilité de l'OL dans les incidents survenus lors du match Lyon-Marseille en novembre.

", + "content": "Jérôme Rothen aurait aimé que Dimitri Payet soit entendu et convoqué à Paris par la commission de discipline de la Ligue, qui a jugé la responsabilité de l'OL dans les incidents survenus lors du match Lyon-Marseille en novembre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-les-belges-veulent-faire-un-gros-coup-au-parc_AV-202112070326.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-rothen-remonte-contre-la-lfp-sur-le-cas-payet_AV-202112090488.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 14:44:50 GMT", - "enclosure": "https://images.bfmtv.com/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.jpg", + "pubDate": "Thu, 09 Dec 2021 18:05:30 GMT", + "enclosure": "https://images.bfmtv.com/GRURv_TXtUZ3p8oMt9XMjcPuP1k=/154x126:1530x900/800x0/images/Jerome-Rothen-1132375.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50035,17 +51465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfcef041a71c88914c0f93e53c106682" + "hash": "4ff7203d64df89c898e078b300a2595c" }, { - "title": "Affaire Pinot-Schmitt: Margaux Pinot raconte d’autres faits de violences d'Alain Schmitt", - "description": "Dans une interview à Paris Match, la judokate Margaux Pinot est revenue sur la nuit durant laquelle son compagnon, Alain Schmitt, l'aurait agressée, expliquant que ce n'était pas la première fois qu'il s'en prenait à elle physiquement.

", - "content": "Dans une interview à Paris Match, la judokate Margaux Pinot est revenue sur la nuit durant laquelle son compagnon, Alain Schmitt, l'aurait agressée, expliquant que ce n'était pas la première fois qu'il s'en prenait à elle physiquement.

", + "title": "Champion olympique, consultant, e-sport: les différentes casquettes de Yannick Agnel", + "description": "Le nageur Yannick Agnel a été placé en garde à vue jeudi dans le cadre d'une information judiciaire ouverte pour viol sur mineure. Double champion olympique en 2012, retraité quatre ans plus tard, il s’était depuis lancé dans le e-sport. Avec des projets variés, Yannick Agnel est devenu une figure médiatique.

", + "content": "Le nageur Yannick Agnel a été placé en garde à vue jeudi dans le cadre d'une information judiciaire ouverte pour viol sur mineure. Double champion olympique en 2012, retraité quatre ans plus tard, il s’était depuis lancé dans le e-sport. Avec des projets variés, Yannick Agnel est devenu une figure médiatique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-margaux-pinot-raconte-d-autres-faits-de-violences-d-alain-schmitt_AV-202112070314.html", + "link": "https://rmcsport.bfmtv.com/natation/champion-olympique-consultant-e-sport-les-differentes-casquettes-de-yannick-agnel_AN-202112090482.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 14:06:37 GMT", - "enclosure": "https://images.bfmtv.com/L1I95mIwfvhAvqT2kbu6coeWsy0=/0x0:1200x675/800x0/images/Margaux-Pinot-1183442.jpg", + "pubDate": "Thu, 09 Dec 2021 17:58:31 GMT", + "enclosure": "https://images.bfmtv.com/dpvpg5ZEe9Ok_Xy6HlICw_xO3-8=/0x197:2048x1349/800x0/images/Yannick-Agnel-en-2016-1185222.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50055,37 +51485,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "d761015d489d5784f86aadb328a3ee38" + "hash": "c05e05d17be7f8f9321494b2592bb103" }, { - "title": "Dortmund-Bayern: Bellingham connaît sa sanction pour ses propos sur l’arbitre", - "description": "La défaite du Borussia Dortmund face au Bayern Munich (2-3) n’avait pas été bien prise par Jude Bellingham. À la fin de la rencontre, le milieu de terrain avait dénoncé l’arbitrage de Felix Zwayer. Ce mardi, l’Anglais a pris connaissance de la sanction la Fédération allemande de football.

", - "content": "La défaite du Borussia Dortmund face au Bayern Munich (2-3) n’avait pas été bien prise par Jude Bellingham. À la fin de la rencontre, le milieu de terrain avait dénoncé l’arbitrage de Felix Zwayer. Ce mardi, l’Anglais a pris connaissance de la sanction la Fédération allemande de football.

", + "title": "PSG: directeur technique du centre de formation, Cabaye félicite Simons et Michut", + "description": "Directeur technique du centre de formation du PSG depuis l’été dernier, Yohan Cabaye participe pleinement à l’évolution des jeunes du club de la capitale. Dans une interview pour Le Parisien, l’ancien milieu de terrain est revenu sur les situations délicates de Xavi Simons et Edouard Michut.

", + "content": "Directeur technique du centre de formation du PSG depuis l’été dernier, Yohan Cabaye participe pleinement à l’évolution des jeunes du club de la capitale. Dans une interview pour Le Parisien, l’ancien milieu de terrain est revenu sur les situations délicates de Xavi Simons et Edouard Michut.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/dortmund-bayern-bellingham-connait-sa-sanction-pour-ses-propos-sur-l-arbitre_AV-202112070306.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-directeur-technique-du-centre-de-formation-cabaye-felicite-simons-et-michut_AV-202112090474.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 13:46:38 GMT", - "enclosure": "https://images.bfmtv.com/q-alK_kHBwj_Nvt8Z2Hm8c2IAHA=/0x87:1200x762/800x0/images/Jude-Bellingham-1181783.jpg", + "pubDate": "Thu, 09 Dec 2021 17:46:57 GMT", + "enclosure": "https://images.bfmtv.com/I9FOYfZ8IdCANi8gEYpmCLV9D88=/0x26:2048x1178/800x0/images/Yohan-Cabaye-PSG-1038951.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "0a5681ac8e66d7d1d1cbc74224214e2e" + "hash": "185311c774713e8b1b2ee12113b8579c" }, { - "title": "PSG-Bruges: Mbappé un peu plus dans l'histoire de la Ligue des champions", - "description": "Kylian Mbappé a signé un doublé ce mardi soir lors du dernier match de poule du PSG en Ligue des champions face à Bruges (sur RMC Sport 1). L’attaquant tricolore est devenu le plus jeune joueur à atteindre la barre des 30 buts dans la prestigieuse compétition.

", - "content": "Kylian Mbappé a signé un doublé ce mardi soir lors du dernier match de poule du PSG en Ligue des champions face à Bruges (sur RMC Sport 1). L’attaquant tricolore est devenu le plus jeune joueur à atteindre la barre des 30 buts dans la prestigieuse compétition.

", + "title": "Saint-Etienne: ce que Sablé a déjà changé depuis sa prise de fonction", + "description": "Désigné pour assurer l'intérim au poste d'entraîneur de Saint-Etienne après l'éviction de Claude Puel dimanche, Julien Sablé a décidé de créer un \"conseil des sages\" composé de cinq joueurs, afin d'impliquer son groupe dans le processus décisionnel.

", + "content": "Désigné pour assurer l'intérim au poste d'entraîneur de Saint-Etienne après l'éviction de Claude Puel dimanche, Julien Sablé a décidé de créer un \"conseil des sages\" composé de cinq joueurs, afin d'impliquer son groupe dans le processus décisionnel.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-mbappe-un-peu-plus-dans-l-histoire-de-la-ligue-des-champions_AV-202112070386.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-ce-que-sable-a-deja-change-depuis-sa-prise-de-fonction_AV-202112090465.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:52:48 GMT", - "enclosure": "https://images.bfmtv.com/O_ChEYYD7eTfC4SrVVtVGGjJYp8=/0x131:2048x1283/800x0/images/Kylian-Mbappe-contre-Bruges-1183550.jpg", + "pubDate": "Thu, 09 Dec 2021 17:26:29 GMT", + "enclosure": "https://images.bfmtv.com/VUyQ847VnaD-_0PcfQhCepMdf8c=/0x0:2048x1152/800x0/images/Julien-Sable-1185170.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50095,17 +51525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "acc4297a793283e841423461bc2a83a0" + "hash": "8776259128020ef5d650dfaa5adae4a6" }, { - "title": "PSG-Bruges en direct: Mbappé s'offre un nouveau record en Ligue des champions", - "description": "Assuré des huitièmes de finale et de la deuxième place, le PSG accueille Bruges, mardi (18h45, sur RMC Sport 1), à l'occasion de la 6e et dernière journée de la phase de groupes de la Ligue des champions. Un duel qu'il n'a pas intérêt à prendre à la légère.

", - "content": "Assuré des huitièmes de finale et de la deuxième place, le PSG accueille Bruges, mardi (18h45, sur RMC Sport 1), à l'occasion de la 6e et dernière journée de la phase de groupes de la Ligue des champions. Un duel qu'il n'a pas intérêt à prendre à la légère.

", + "title": "Thierry Henry veut encore entraîner et apprend à comprendre la nouvelle génération", + "description": "Après avoir connu le succès en tant que joueur, Thierry Henry vit une seconde jeunesse avec son rôle de consultant chez Amazon. Dans une interview pour GQ, le Français a affirmé ne pas avoir fait une croix sur le métier d’entraîneur, et explique la nécessité de comprendre la \"nouvelle génération\".

", + "content": "Après avoir connu le succès en tant que joueur, Thierry Henry vit une seconde jeunesse avec son rôle de consultant chez Amazon. Dans une interview pour GQ, le Français a affirmé ne pas avoir fait une croix sur le métier d’entraîneur, et explique la nécessité de comprendre la \"nouvelle génération\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.html", + "link": "https://rmcsport.bfmtv.com/football/thierry-henry-veut-encore-entrainer-et-apprend-a-comprendre-la-nouvelle-generation_AV-202112090455.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:58:59 GMT", - "enclosure": "https://images.bfmtv.com/7_Giz3HEviK-9jqjA0PHjQTm6fU=/0x106:2048x1258/800x0/images/PSG-1183551.jpg", + "pubDate": "Thu, 09 Dec 2021 17:10:08 GMT", + "enclosure": "https://images.bfmtv.com/IZ_fWG6RjhAH2HPe35x2CLBLzWQ=/4x85:1364x850/800x0/images/Thierry-Henry-1172448.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50115,17 +51545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcf7da7a69eb4a0e997a15078481c7b4" + "hash": "ace7db7add69dbf15da99931ac445848" }, { - "title": "Ligue des champions: Real, Atlético, AC Milan… le multiplex en direct", - "description": "Sixième et dernière journée de Ligue des champions ce mardi, à suivre en direct commenté sur le site de RMC Sport. Le groupe B sera particulièrement intéressant à suivre avec une lutte à trois pour la deuxième place qualificative entre Porto, l’Atlético de Madrid et l’AC Milan. A vivre aussi l’affiche entre le Real Madrid et l’Inter Milan.

", - "content": "Sixième et dernière journée de Ligue des champions ce mardi, à suivre en direct commenté sur le site de RMC Sport. Le groupe B sera particulièrement intéressant à suivre avec une lutte à trois pour la deuxième place qualificative entre Porto, l’Atlético de Madrid et l’AC Milan. A vivre aussi l’affiche entre le Real Madrid et l’Inter Milan.

", + "title": "Sturm Graz-Monaco en direct : L'ASM concède le nul (1-1)", + "description": "Déjà assuré de la qualification pour les huitièmes de finale de la Ligue Europa, Monaco a ramené un point face au Sturm Graz et termine la phase de groupe invaincu.

", + "content": "Déjà assuré de la qualification pour les huitièmes de finale de la Ligue Europa, Monaco a ramené un point face au Sturm Graz et termine la phase de groupe invaincu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-real-atletico-ac-milan-le-multiplex-en-direct_LS-202112070316.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/sturm-graz-monaco-en-direct-un-duo-volland-ben-yedder-en-attaque_LS-202112090441.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 14:17:22 GMT", - "enclosure": "https://images.bfmtv.com/cR52yrckFfNepA5QX6tj35em-nY=/0x36:2048x1188/800x0/images/Vinicius-Jr-1177356.jpg", + "pubDate": "Thu, 09 Dec 2021 16:57:53 GMT", + "enclosure": "https://images.bfmtv.com/a8NBmdJVJViaPOiotehPftV648Q=/0x104:2000x1229/800x0/images/Volland-face-au-Sturm-Graz-1185242.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50135,17 +51565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3024aab1f0849228867db5c4743952cd" + "hash": "6de7480ff55a0447941d68cd7cb81a8b" }, { - "title": "Champions Cup: forfait des Scarlets contre Bristol à cause des mesures anti-Covid", - "description": "L'équipe galloise des Scarlets, dont 32 joueurs et membres du staff sont en quarantaine dans le cadre des mesures anti-Covid, a déclaré forfait pour son match de Coupe d'Europe de rugby, prévu samedi à Bristol, a annoncé mardi l'EPCR.

", - "content": "L'équipe galloise des Scarlets, dont 32 joueurs et membres du staff sont en quarantaine dans le cadre des mesures anti-Covid, a déclaré forfait pour son match de Coupe d'Europe de rugby, prévu samedi à Bristol, a annoncé mardi l'EPCR.

", + "title": "OL-Rangers, les compos: Bosz fait tourner, première pour Vogel", + "description": "C'est avec une équipe largement remaniée que l'OL affronte le Rangers FC, jeudi soir pour la 6e et dernière journée de la phase de groupes de la Ligue Europa. Le match est sans enjeu, ce qui permet à Pollersbeck, Vogel et Keita de débuter.

", + "content": "C'est avec une équipe largement remaniée que l'OL affronte le Rangers FC, jeudi soir pour la 6e et dernière journée de la phase de groupes de la Ligue Europa. Le match est sans enjeu, ce qui permet à Pollersbeck, Vogel et Keita de débuter.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/champions-cup-forfait-des-scarlets-contre-bristol-a-cause-des-mesures-anti-covid_AD-202112070299.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ol-rangers-les-compos-bosz-fait-tourner-premiere-pour-vogel_AV-202112090439.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 13:23:12 GMT", - "enclosure": "https://images.bfmtv.com/QcvBcsVY3xv4CncEuo1CEYQYv1E=/0x40:768x472/800x0/images/Les-joueurs-des-Scarlets-ici-avant-le-match-contre-Toulon-en-Coupe-d-Europe-a-Llannelli-le-18-decembre-2020-sont-forfait-contre-Bristol-1183403.jpg", + "pubDate": "Thu, 09 Dec 2021 16:54:23 GMT", + "enclosure": "https://images.bfmtv.com/4WXSpLk9F00_bhtkPTw4AqHJjOY=/0x61:1696x1015/800x0/images/Pollersbeck-1185147.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50155,17 +51585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32c627c1dc4f0114762ffe847eb6dd5a" + "hash": "36d76d4d322e01cd76a5dedc6b1bbf8f" }, { - "title": "Barça: \"Selon le Real Madrid, je n’avais pas le niveau\", s’amuse Pedri", - "description": "Dans une interview accordée à France Football, Pedri revient sur un test effectué au Real Madrid il y a quatre ans. Le milieu de terrain du Barça, qui a reçu le trophée Kopa 2021, avait été jugé peu convaincant par le club merengue.

", - "content": "Dans une interview accordée à France Football, Pedri revient sur un test effectué au Real Madrid il y a quatre ans. Le milieu de terrain du Barça, qui a reçu le trophée Kopa 2021, avait été jugé peu convaincant par le club merengue.

", + "title": "UFC 269: Dustin Poirier, l’or après l’argent?", + "description": "Double vainqueur de Conor McGregor en 2021, Dustin Poirier aurait pu combattre pour la ceinture des légers de l’UFC en mai dernier. Mais il a préféré le gros chèque du choc contre la superstar irlandaise. Cinq mois plus tard, le combattant américain battu par Khabib Nurmagomedov pour le titre en 2019 a enfin une nouvelle chance de toucher son Graal ce week-end à Las Vegas (à suivre en direct et en exclusivité à partir de 4h dans la nuit de samedi à dimanche sur RMC Sport 2) contre le combattant brésilien Charles Oliveira. Et il s’avance en favori des observateurs.

", + "content": "Double vainqueur de Conor McGregor en 2021, Dustin Poirier aurait pu combattre pour la ceinture des légers de l’UFC en mai dernier. Mais il a préféré le gros chèque du choc contre la superstar irlandaise. Cinq mois plus tard, le combattant américain battu par Khabib Nurmagomedov pour le titre en 2019 a enfin une nouvelle chance de toucher son Graal ce week-end à Las Vegas (à suivre en direct et en exclusivité à partir de 4h dans la nuit de samedi à dimanche sur RMC Sport 2) contre le combattant brésilien Charles Oliveira. Et il s’avance en favori des observateurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-selon-le-real-madrid-je-n-avais-pas-le-niveau-s-amuse-pedri_AV-202112070291.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-269-dustin-poirier-l-or-apres-l-argent_AV-202112090428.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 13:03:28 GMT", - "enclosure": "https://images.bfmtv.com/--wDVIMj1TatPyL4pUynQ9gctcc=/0x33:2048x1185/800x0/images/Pedri-FC-Barcelone-1175291.jpg", + "pubDate": "Thu, 09 Dec 2021 16:43:25 GMT", + "enclosure": "https://images.bfmtv.com/APH2f_WX47CkyojEWTv4QOjIdkM=/0x137:2048x1289/800x0/images/Dustin-Poirier-1185117.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50175,37 +51605,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "574be31dc4e8a6c435fd89591ef7a0f6" + "hash": "0a7c40e8268ef205fb0ef1e894f0e70b" }, { - "title": "Mercato: Icardi veut rester au PSG cet hiver", - "description": "INFO RMC SPORT – En contrat jusqu’en juin 2024, Mauro Icardi n’a aucune intention de quitter le PSG cet hiver selon son entourage. Seule une éventuelle volonté du club parisien de le voir quitter la capitale pourrait l’amener à réfléchir à cette éventualité.

", - "content": "INFO RMC SPORT – En contrat jusqu’en juin 2024, Mauro Icardi n’a aucune intention de quitter le PSG cet hiver selon son entourage. Seule une éventuelle volonté du club parisien de le voir quitter la capitale pourrait l’amener à réfléchir à cette éventualité.

", + "title": "OL-Rangers en direct: malgré un Cherki décisif, les Lyonnais manquent l'opportunité d'une victoire historique", + "description": "Déjà assuré de la qualification en huitièmes de finale et de la première place de son groupe, Lyon accueille les Glasgow Rangers, jeudi en Ligue Europa. Coup d'envoi à 18h45 sur RMC Sport 2.

", + "content": "Déjà assuré de la qualification en huitièmes de finale et de la première place de son groupe, Lyon accueille les Glasgow Rangers, jeudi en Ligue Europa. Coup d'envoi à 18h45 sur RMC Sport 2.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-icardi-veut-rester-au-psg-cet-hiver_AN-202112070289.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ol-rangers-en-direct-sans-paqueta-lyon-peut-conclure-une-phase-de-groupes-parfaite_LS-202112090426.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 12:55:53 GMT", - "enclosure": "https://images.bfmtv.com/0FOhT_nomSNYIysvj9-KhSHZL10=/0x106:2000x1231/800x0/images/Pochettino-Icardi-1152737.jpg", + "pubDate": "Thu, 09 Dec 2021 16:40:50 GMT", + "enclosure": "https://images.bfmtv.com/f6y01NOHi7-CbmAEQSwFuEc88w0=/0x105:2048x1257/800x0/images/OL-Rangers-1185267.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5792c291704d9f65945a7d0ab2df3587" + "hash": "9091be394bccaa86ceee65da776caef4" }, { - "title": "Coupe de France: la joie et le soulagement de l’AS Cannet-Rocheville, qui jouera l’OM au Vélodrome", - "description": "Joueurs et dirigeants de l’AS Cannet-Rocheville nagent dans le bonheur depuis qu’ils ont la certitude de pouvoir jouer le 32e de finale face à l’OM au Vélodrome.

", - "content": "Joueurs et dirigeants de l’AS Cannet-Rocheville nagent dans le bonheur depuis qu’ils ont la certitude de pouvoir jouer le 32e de finale face à l’OM au Vélodrome.

", + "title": "OM-Lokomotiv Moscou en direct: l'OM en tête grâce à Milik, la C4 se rapproche", + "description": "L'OM n'a besoin que d'un match nul face au Lokomotiv pour être reversé en Conference League. Mais à la pause, les Marseillais virent en tête après une bonne première période, récompensée par une tête gagnante de Milik. Le second acte à suivre dans notre live commenté.

", + "content": "L'OM n'a besoin que d'un match nul face au Lokomotiv pour être reversé en Conference League. Mais à la pause, les Marseillais virent en tête après une bonne première période, récompensée par une tête gagnante de Milik. Le second acte à suivre dans notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-joie-et-le-soulagement-de-l-as-cannet-rocheville-qui-jouera-l-om-au-velodrome_AV-202112070286.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-om-lokomotiv-moscou-en-direct_LS-202112090420.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 12:51:28 GMT", - "enclosure": "https://images.bfmtv.com/VFzpxMKJEeVYvhWmPu56ZT_ISvM=/0x24:1200x699/800x0/images/-955606.jpg", + "pubDate": "Thu, 09 Dec 2021 16:33:38 GMT", + "enclosure": "https://images.bfmtv.com/OC_f-b4x_CIz9Ov35325Rwy1-0A=/0x106:2048x1258/800x0/images/1185345.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50215,17 +51645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cab07c6ae8e2af38eba6c94fe92b6231" + "hash": "17173a601de627ff7b993677ecb6c600" }, { - "title": "Saint-Etienne: Puel, ça pourrait coûter très cher", - "description": "L’éviction de Claude Puel de son poste à Saint-Etienne va coûter cher au club même si les dirigeants préparaient cette issue depuis plusieurs semaines. Et l’ancien manager n’est pas du genre à négocier.

", - "content": "L’éviction de Claude Puel de son poste à Saint-Etienne va coûter cher au club même si les dirigeants préparaient cette issue depuis plusieurs semaines. Et l’ancien manager n’est pas du genre à négocier.

", + "title": "Filets, vidéos, grilles... les pistes à l'étude de la LFP pour la sécurité dans les stades", + "description": "Info RMC Sport - La Ligue planche sur plusieurs mesures pour la sécurisation des stades. Elle veut notamment vérifier d’ici la fin de saison tous les systèmes de vidéo-protection des stades afin de s’assurer de leur efficacité et généraliser la mise en place d’un système de filet amovible.

", + "content": "Info RMC Sport - La Ligue planche sur plusieurs mesures pour la sécurisation des stades. Elle veut notamment vérifier d’ici la fin de saison tous les systèmes de vidéo-protection des stades afin de s’assurer de leur efficacité et généraliser la mise en place d’un système de filet amovible.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-le-possible-cout-tres-eleve-de-l-eviction-de-claude-puel_AV-202112070285.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/filets-videos-grilles-les-pistes-a-l-etude-de-la-lfp-pour-la-securite-dans-les-stades_AV-202112090413.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 12:49:20 GMT", - "enclosure": "https://images.bfmtv.com/Oz0v1_InO8AwRKRav1-6lbt9NHk=/6x167:2038x1310/800x0/images/Claude-Puel-1183413.jpg", + "pubDate": "Thu, 09 Dec 2021 16:25:18 GMT", + "enclosure": "https://images.bfmtv.com/LJN4y2A5ViNmMsexU1LP0heFpGQ=/0x35:768x467/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50235,17 +51665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "db1801993885cb5f72f80cf71d689555" + "hash": "0120025400cdb422d8740ff75fac0897" }, { - "title": "Premier League: Saint-Maximin a offert une montre d'une grande valeur à un fan de Newcastle", - "description": "Titulaire indiscutable à Newcastle, Allan Saint-Maximin est depuis son arrivée, en 2019, un joueur grandement apprécié par les supporters. Pour le remercier de son affection fidèle au club, le joueur français a même offert à un fan une montre estimée à plus de 2000 euros.

", - "content": "Titulaire indiscutable à Newcastle, Allan Saint-Maximin est depuis son arrivée, en 2019, un joueur grandement apprécié par les supporters. Pour le remercier de son affection fidèle au club, le joueur français a même offert à un fan une montre estimée à plus de 2000 euros.

", + "title": "F1: \"Je ne suis pas mal à l'aise\", Verstappen affiche sa sérénité à Abou Dhabi", + "description": "À la veille des séances d'essais à Abou Dhabi, pour le dénouement de la saison de F1 et de la lutte pour le titre de champion du monde, Max Verstappen a assuré ne pas ressentir de pression particulière. Idem pour Lewis Hamilton.

", + "content": "À la veille des séances d'essais à Abou Dhabi, pour le dénouement de la saison de F1 et de la lutte pour le titre de champion du monde, Max Verstappen a assuré ne pas ressentir de pression particulière. Idem pour Lewis Hamilton.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-saint-maximin-a-offert-une-montre-d-une-grande-valeur-a-un-fan-de-newcastle_AV-202112070281.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-je-ne-suis-pas-mal-a-l-aise-verstappen-affiche-sa-serenite-a-abou-dhabi_AV-202112090407.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 12:35:23 GMT", - "enclosure": "https://images.bfmtv.com/nUkeHcmaDsFJGKOeDMu3cRVnFbM=/0x0:1200x675/800x0/images/Allan-Saint-Maximin-1157533.jpg", + "pubDate": "Thu, 09 Dec 2021 16:17:53 GMT", + "enclosure": "https://images.bfmtv.com/ntO4XQcA37Pcqyaa6kgH4_Z733A=/0x74:2048x1226/800x0/images/Max-Verstappen-1185066.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50255,17 +51685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3426de37d3c6c8ef76a0651aa773208" + "hash": "06e680c43fd38d71661671b05f14197e" }, { - "title": "Les grandes interviews RMC Sport: le sacre de la Coupe du monde 2018 avec Guy Stéphan", - "description": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Retour ce mardi sur l’invitation de Guy Stéphan, adjoint de Didier Deschamps en équipe de France, dans l’émission Le Vestiaire quelques semaines après le sacre mondial en 2018.

", - "content": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Retour ce mardi sur l’invitation de Guy Stéphan, adjoint de Didier Deschamps en équipe de France, dans l’émission Le Vestiaire quelques semaines après le sacre mondial en 2018.

", + "title": "La Ligue 2 passera à 18 clubs à partir de la saison 2024-2025", + "description": "La LFP a officiellement acté jeudi le passage de la Ligue 2 à 18 clubs à partir de la saison 2024-2025.

", + "content": "La LFP a officiellement acté jeudi le passage de la Ligue 2 à 18 clubs à partir de la saison 2024-2025.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/les-grandes-interviews-rmc-sport-le-sacre-de-la-coupe-du-monde-2018-avec-guy-stephan_AV-202112070276.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-2/la-ligue-2-passera-a-18-clubs-a-partir-de-la-saison-2024-2025_AN-202112090391.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 12:19:14 GMT", - "enclosure": "https://images.bfmtv.com/N1L19F3NMu-hfyuDcgqOJdRUYco=/0x36:2048x1188/800x0/images/Guy-Stephan-1183376.jpg", + "pubDate": "Thu, 09 Dec 2021 16:04:58 GMT", + "enclosure": "https://images.bfmtv.com/NCzalMBXTqmBRng1fZBp2OXKjqY=/0x52:768x484/800x0/images/Logo-de-la-Ligue-2-1153920.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50275,17 +51705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c11af1f128fb982a2218d726d1e698aa" + "hash": "e120b9ecf45e301b72b7b4925ef06796" }, { - "title": "Ligue des champions en direct: le groupe du PSG avec Kimpembe", - "description": "Dernier match de poule de Ligue des champions pour le PSG face à Bruges. les Parisiens sont assurés de terminer à la deuxième place de leur poule mais doivent rassurer sur leur jeu. Coup d'envoi à 18h45 sur RMC Sport.

", - "content": "Dernier match de poule de Ligue des champions pour le PSG face à Bruges. les Parisiens sont assurés de terminer à la deuxième place de leur poule mais doivent rassurer sur leur jeu. Coup d'envoi à 18h45 sur RMC Sport.

", + "title": "Bayern-Barça: Lenglet se justifie après les images polémiques, tout sourire, avec Lewandowski", + "description": "Après la défaite contre le Bayern mercredi soir (3-0) synonyme d’élimination dès la phase de poule pour le Barça, Clément Lenglet a été vu en train de rire avec son adversaire Robert Lewandowski. L’image a déclenché la colère des supporters et a poussé le Français à s’expliquer.

", + "content": "Après la défaite contre le Bayern mercredi soir (3-0) synonyme d’élimination dès la phase de poule pour le Barça, Clément Lenglet a été vu en train de rire avec son adversaire Robert Lewandowski. L’image a déclenché la colère des supporters et a poussé le Français à s’expliquer.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/bayern-barca-lenglet-se-justifie-apres-les-images-polemiques-tout-sourire-avec-lewandowski_AV-202112090383.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:58:59 GMT", - "enclosure": "https://images.bfmtv.com/vBuHDJwAAt6xYsczaIt0A9uxgX8=/14x219:2046x1362/800x0/images/Bruges-PSG-le-15-09-2021-1130432.jpg", + "pubDate": "Thu, 09 Dec 2021 15:58:00 GMT", + "enclosure": "https://images.bfmtv.com/_7ofL6f6KU954Vq_FNRZE-CNekQ=/114x81:754x441/800x0/images/Le-defenseur-francais-du-Barca-Clement-Lenglet-gauche-felicite-l-avant-centre-polonais-du-Bayern-Robert-Lewandowski-apres-le-match-de-ligue-des-Champions-entre-les-deux-equipes-a-Munich-le-8-decembre-2021-1184905.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50295,37 +51725,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "6116d609e2c94230b872fd38de8072fc" + "hash": "0a9f6e24194a25a7227dd3a5a583eb09" }, { - "title": "F1: le père de Verstappen fait monter la pression autour de la crainte d'un accrochage avec Hamilton", - "description": "Le père de Max Verstappen a indiqué que son fils fera tout ce qui est en son pouvoir pour remporter la victoire, alors qu’un accident entre le Néerlandais et Lewis Hamilton est redouté par la FIA.

", - "content": "Le père de Max Verstappen a indiqué que son fils fera tout ce qui est en son pouvoir pour remporter la victoire, alors qu’un accident entre le Néerlandais et Lewis Hamilton est redouté par la FIA.

", + "title": "Mercato: Raiola fait monter la pression pour Haaland", + "description": "Les chances de voir Erling Haaland quitter le Borussia Dortmund l’été prochain sont grandes. Et ce ne sont pas les déclarations de son agent qui vont dissuader les observateurs de foot de penser l’inverse. Dans un entretien à Sport 1, Mino Raiola a parlé de l’avenir de son poulain.

", + "content": "Les chances de voir Erling Haaland quitter le Borussia Dortmund l’été prochain sont grandes. Et ce ne sont pas les déclarations de son agent qui vont dissuader les observateurs de foot de penser l’inverse. Dans un entretien à Sport 1, Mino Raiola a parlé de l’avenir de son poulain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-le-pere-de-verstappen-fait-monter-la-pression-autour-de-la-crainte-d-un-accrochage-avec-hamilton_AV-202112070191.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-raiola-fait-monter-la-pression-pour-haaland_AV-202112090322.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:56:30 GMT", - "enclosure": "https://images.bfmtv.com/9av2vLrwxvsKYdCAxEUlzGthMDA=/0x0:1200x675/800x0/images/Jos-Verstappen-et-Max-Verstappen-1183276.jpg", + "pubDate": "Thu, 09 Dec 2021 14:25:35 GMT", + "enclosure": "https://images.bfmtv.com/aWdz0MjvmYxgsGakVX2_opyRK8A=/0x0:752x423/800x0/images/L-attaquant-norvegien-du-Borussia-Dortmund-Erling-Haaland-encourage-ses-coequipiers-depuis-les-tribunes-lors-de-la-rencontre-de-Ligue-des-champions-contre-l-Ajax-Amsterdam-groupe-C-a-domicile-le-3-Novembre-2021-1176056.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b664b91005b2648a5fc706e38804fa46" + "hash": "5db56d8d6983e2f3b52e8796b638126d" }, { - "title": "Affaire Hamraoui en direct: Diallo et Hamraoui, les retrouvailles à l'entraînement collectif", - "description": "La joueuse du PSG et de l'équipe de France, Kheira Hamraoui, a été violemment agressée le 4 novembre dernier. Une affaire qui avait conduit au placement en garde à vue de sa coéquipière Aminata Diallo, et à une demande de divorce de la part de l'épouse d'Eric Abidal. Suivez les dernières informations sur ce dossier et l'évolution de l'enquête sur RMC Sport.

", - "content": "La joueuse du PSG et de l'équipe de France, Kheira Hamraoui, a été violemment agressée le 4 novembre dernier. Une affaire qui avait conduit au placement en garde à vue de sa coéquipière Aminata Diallo, et à une demande de divorce de la part de l'épouse d'Eric Abidal. Suivez les dernières informations sur ce dossier et l'évolution de l'enquête sur RMC Sport.

", + "title": "Coupes d'Europe: les clubs français se portent mieux, la preuve en stat", + "description": "Les six équipes françaises engagées dans les compétitions européennes cette saison pourraient encore être présentes en février lors des phases à élimination directe. Seul l'OM doit encore valider son billet pour la Conference League. En attendant la dernière journée ce jeudi en Ligue Europa et en C4, les clubs français peuvent déjà mesurer leur progression lors des phases de groupes.

", + "content": "Les six équipes françaises engagées dans les compétitions européennes cette saison pourraient encore être présentes en février lors des phases à élimination directe. Seul l'OM doit encore valider son billet pour la Conference League. En attendant la dernière journée ce jeudi en Ligue Europa et en C4, les clubs français peuvent déjà mesurer leur progression lors des phases de groupes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/affaire-hamraoui-en-direct-les-dernieres-infos-un-mois-apres-l-agression_LN-202112030167.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/coupes-d-europe-les-clubs-francais-se-portent-mieux-la-preuve-en-stat_AV-202112090321.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 09:08:41 GMT", - "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", + "pubDate": "Thu, 09 Dec 2021 14:18:53 GMT", + "enclosure": "https://images.bfmtv.com/7z3UfCv9QAGjasbl781VRIXC3ao=/6x101:2038x1244/800x0/images/Losc-Wolfsburg-1184513.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50335,17 +51765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "15d743b7bd1c2272a12b95bb33791ba4" + "hash": "ec2d8737afa117fb75daa42cf5c43c00" }, { - "title": "PSG: Hamraoui et Diallo, les retrouvailles avec le groupe ce mardi", - "description": "Didier Ollé-Nicolle, l'entraîneur de l’équipe féminine du PSG, a annoncé le retour de Kheira Hamraoui et Aminata Diallo avec le groupe, ce mardi, un mois après l’agression subie par la première nommée sous les yeux de la seconde.

", - "content": "Didier Ollé-Nicolle, l'entraîneur de l’équipe féminine du PSG, a annoncé le retour de Kheira Hamraoui et Aminata Diallo avec le groupe, ce mardi, un mois après l’agression subie par la première nommée sous les yeux de la seconde.

", + "title": "OM: Rongier explique pourquoi il ne marque presque jamais", + "description": "Joueur important dans le onze de départ de l’Olympique de Marseille, Valentin Rongier ne brille pas par ses statistiques devant le but. Invité lundi sur le plateau de BFM Marseille, le milieu de terrain a expliqué ce problème par \"un manque de lucidité\".

", + "content": "Joueur important dans le onze de départ de l’Olympique de Marseille, Valentin Rongier ne brille pas par ses statistiques devant le but. Invité lundi sur le plateau de BFM Marseille, le milieu de terrain a expliqué ce problème par \"un manque de lucidité\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/psg-hamraoui-et-diallo-les-retrouvailles-avec-le-groupe-ce-mardi_AV-202112070175.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-valentin-rongier-explique-pourquoi-il-ne-marque-presque-jamais_AV-202112090317.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:14:16 GMT", - "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", + "pubDate": "Thu, 09 Dec 2021 14:08:28 GMT", + "enclosure": "https://images.bfmtv.com/pf2q1HHQ8NJHTOxQ7bgkHDouQF8=/0x143:2048x1295/800x0/images/Valentin-Rongier-1167218.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50355,17 +51785,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c589bb21edc2d42bcc6e17de3953fbdf" + "hash": "2386050bf4582f97deb6ff1d9932b180" }, { - "title": "PSG: la photo de Zidane à Paris qui fait beaucoup parler", - "description": "Youri Djorkaeff a posté lundi soir une photo prise à Paris en compagnie de certains champions du monde 1998, dont Zinédine Zidane. Un cliché particulièrement remarqué à l’heure où le nom de \"Zizou\" circule dans la sphère du PSG.

", - "content": "Youri Djorkaeff a posté lundi soir une photo prise à Paris en compagnie de certains champions du monde 1998, dont Zinédine Zidane. Un cliché particulièrement remarqué à l’heure où le nom de \"Zizou\" circule dans la sphère du PSG.

", + "title": "Ligue 1: \"Pep Genesio\", comment l'entraîneur du Stade Rennais juge son surnom", + "description": "Dans un entretien pour le magazine So Foot, Bruno Genesio revient avec franchise sur sa perception de son surnom lié à l'entraîneur de Manchester City Pep Guardiola. L'actuel coach du Stade Rennais assure qu'il prend la chose \"sur le ton de la plaisanterie\". Mais ça n'a pas été toujours le cas.

", + "content": "Dans un entretien pour le magazine So Foot, Bruno Genesio revient avec franchise sur sa perception de son surnom lié à l'entraîneur de Manchester City Pep Guardiola. L'actuel coach du Stade Rennais assure qu'il prend la chose \"sur le ton de la plaisanterie\". Mais ça n'a pas été toujours le cas.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-la-photo-de-zidane-a-paris-qui-fait-beaucoup-parler_AV-202112070171.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-pep-guardiola-comment-l-entraineur-du-stade-rennais-juge-son-surnom_AV-202112090307.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:03:48 GMT", - "enclosure": "https://images.bfmtv.com/I3Sb4DIYuErlJx-F4h3ZkwpqMX4=/0x22:2048x1174/800x0/images/Zinedine-Zidane-1175362.jpg", + "pubDate": "Thu, 09 Dec 2021 13:44:56 GMT", + "enclosure": "https://images.bfmtv.com/pdikyk_c0P4fP49-VZCytXlND-Q=/0x134:2048x1286/800x0/images/Bruno-Genesio-1150756.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50375,17 +51805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c06068633f2a4fcffee147254f81328" + "hash": "fafd47d4f8e23796748d3cabaa67ac8e" }, { - "title": "OM: Milik, Kamara, Guendouzi... Longoria en dit plus sur les dossiers chauds du mercato", - "description": "Pablo Longoria, président de l'OM, dont il fut auparavant le directeur sportif, a évoqué dans une interview à L'Equipe toutes les négociations en cours concernant les joueurs prêtés à l'OM cette saison. Il est aussi question de Boubacar Kamara, un dossier complexe.

", - "content": "Pablo Longoria, président de l'OM, dont il fut auparavant le directeur sportif, a évoqué dans une interview à L'Equipe toutes les négociations en cours concernant les joueurs prêtés à l'OM cette saison. Il est aussi question de Boubacar Kamara, un dossier complexe.

", + "title": "Saint-Etienne: Khazri dément avoir acheté un immeuble pour loger des sans-abris", + "description": "Wahbi Khazri a démenti une rumeur lancée sur les réseaux sociaux selon laquelle l’attaquant de Saint-Etienne avait acheté un immeuble pour louer à bas coût des appartements à des sans-abris.

", + "content": "Wahbi Khazri a démenti une rumeur lancée sur les réseaux sociaux selon laquelle l’attaquant de Saint-Etienne avait acheté un immeuble pour louer à bas coût des appartements à des sans-abris.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/om-milik-kamara-guendouzi-longoria-en-dit-plus-sur-les-dossiers-chauds-du-mercato_AV-202112070164.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-khazri-dement-avoir-achete-un-immeuble-pour-loger-des-sans-abris_AV-202112090302.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 08:55:25 GMT", - "enclosure": "https://images.bfmtv.com/kR2YAnKepwQGUK3cwCgBeIO5WsU=/0x22:2048x1174/800x0/images/Arkadiusz-MILIK-1160235.jpg", + "pubDate": "Thu, 09 Dec 2021 13:35:19 GMT", + "enclosure": "https://images.bfmtv.com/xFO3OqWx-L2vCk3n4wbPRJYjdXU=/0x118:2048x1270/800x0/images/Wahbi-Khazri-1184964.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50395,17 +51825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdb87a2889b7747be966192e1037933d" + "hash": "140da4f7c20f1f6f1132caadd148083a" }, { - "title": "Ligue des champions: la nomination d’Aytekin pour un rival du Barça interpelle la presse madrilène", - "description": "La nomination de l’arbitre allemand Deniz Aytekin pour la rencontre entre le Benfica et le Dinamo Kiev, ce mardi (21h) en Ligue des champions amuse la presse madrilène qui rappelle son passif avec le Barça, en lutte à distance avec le Benfica pour la qualification pour les huitièmes.

", - "content": "La nomination de l’arbitre allemand Deniz Aytekin pour la rencontre entre le Benfica et le Dinamo Kiev, ce mardi (21h) en Ligue des champions amuse la presse madrilène qui rappelle son passif avec le Barça, en lutte à distance avec le Benfica pour la qualification pour les huitièmes.

", + "title": "F1: Verstappen estime être \"traité différemment\" des autres pilotes, la pression monte à Abou Dhabi", + "description": "Furieux d'avoir été pénalisé en Arabie Saoudite, Max Verstappen considère que la direction de course de la F1 le traite de façon injuste sur son pilotage. Avant le début du dernier GP de la saison, à Abou Dhabi, le pilote Red Bull met la pression sur la FIA.

", + "content": "Furieux d'avoir été pénalisé en Arabie Saoudite, Max Verstappen considère que la direction de course de la F1 le traite de façon injuste sur son pilotage. Avant le début du dernier GP de la saison, à Abou Dhabi, le pilote Red Bull met la pression sur la FIA.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-la-nomination-d-aytekin-pour-un-rival-du-barca-interpelle-la-presse-madrilene_AV-202112070162.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-verstappen-estime-etre-traite-differement-des-autres-pilotes_AV-202112090296.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 08:51:59 GMT", - "enclosure": "https://images.bfmtv.com/FZvOEmHETNVri4I1g_ff3txip5A=/0x55:2048x1207/800x0/images/Deniz-Aytekin-1183243.jpg", + "pubDate": "Thu, 09 Dec 2021 13:25:26 GMT", + "enclosure": "https://images.bfmtv.com/xxTqXP4GEp0oC6ytHJ72N0J1wTI=/0x0:2048x1152/800x0/images/Verstappen-1184959.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50415,17 +51845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f2e37bc03f5307464ad3d1162e9a597" + "hash": "c72f0e75b29a325e79271251ad713273" }, { - "title": "JO 2022 de Pékin: la colère de la Chine après le boycott diplomatique des Etats-Unis", - "description": "La Chine a exprimé sa colère mardi après l'annonce par les Etats-Unis d'un \"boycott diplomatique\" des Jeux olympiques d'hiver 2022 de Pékin au nom de la défense des droits de l'Homme.

", - "content": "La Chine a exprimé sa colère mardi après l'annonce par les Etats-Unis d'un \"boycott diplomatique\" des Jeux olympiques d'hiver 2022 de Pékin au nom de la défense des droits de l'Homme.

", + "title": "Nigeria: Rohr garde \"un petit espoir\" de récupérer Osimhen pour la CAN 2022", + "description": "Alors que Naples avait communiqué une absence de plusieurs mois pour Victor Osimhen après un choc violent au visage, le buteur pourrait revenir plus vite que prévu. Le sélectionneur du Nigeria a assuré ce jeudi qu'il existe \"un petit espoir\" de le voir participer à la CAN 2022 entre janvier et février.

", + "content": "Alors que Naples avait communiqué une absence de plusieurs mois pour Victor Osimhen après un choc violent au visage, le buteur pourrait revenir plus vite que prévu. Le sélectionneur du Nigeria a assuré ce jeudi qu'il existe \"un petit espoir\" de le voir participer à la CAN 2022 entre janvier et février.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-de-pekin-la-colere-de-la-chine-apres-le-boycott-diplomatique-des-etats-unis_AD-202112070155.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-d-afrique-des-nations/nigeria-rohr-garde-un-petit-espoir-de-recuperer-osimhen-pour-la-can-2022_AV-202112090293.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 08:35:41 GMT", - "enclosure": "https://images.bfmtv.com/OUWnt6k3Hvr2Ew1zq4JTglcaWvg=/0x32:768x464/800x0/images/Les-Etats-Unis-n-enverront-aucun-representant-diplomatique-aux-Jeux-olympiques-et-paralympiques-d-hiver-de-Pekin-de-2022-1182975.jpg", + "pubDate": "Thu, 09 Dec 2021 13:17:39 GMT", + "enclosure": "https://images.bfmtv.com/UfjJuPF3FsW3UyDhs5lJIfKfS-w=/0x0:2000x1125/800x0/images/Victor-Osimhen-Naples-1132900.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50435,17 +51865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a704f8ea20c796e6fe390d37fab63c20" + "hash": "6c621af4d32e4c15232286095a977990" }, { - "title": "PSG-Bruges: \"Leonardo ne voulait pas me vendre\", assure Nsoki", - "description": "Dans une interview accordée au Parisien, en marge de la réception de Bruges au Parc des Princes (18h45), en Ligue des champions, l’ancien défenseur du PSG, Stanley Nsoki, est revenu sur ses années parisiennes, et notamment les raisons de son départ à l’été 2019.

", - "content": "Dans une interview accordée au Parisien, en marge de la réception de Bruges au Parc des Princes (18h45), en Ligue des champions, l’ancien défenseur du PSG, Stanley Nsoki, est revenu sur ses années parisiennes, et notamment les raisons de son départ à l’été 2019.

", + "title": "LOSC: Gourvennec savoure l'accueil des fans après la qualification en Ligue des champions", + "description": "De nombreux supporters du LOSC se sont rendus à l'aéroport de Lille-Lesquin ce jeudi matin pour accueillir en triomphe les joueurs lillois, qui se sont qualifiés mercredi pour les huitièmes de finale de Ligue des champions grâce à leur victoire face à Wolfsburg (3-1).

", + "content": "De nombreux supporters du LOSC se sont rendus à l'aéroport de Lille-Lesquin ce jeudi matin pour accueillir en triomphe les joueurs lillois, qui se sont qualifiés mercredi pour les huitièmes de finale de Ligue des champions grâce à leur victoire face à Wolfsburg (3-1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-leonardo-ne-voulait-pas-me-vendre-assure-nsoki_AV-202112070149.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/losc-gourvennec-savoure-l-accueil-des-fans-apres-la-qualification-en-ligue-des-champions_AV-202112090290.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 08:28:18 GMT", - "enclosure": "https://images.bfmtv.com/RlrOUgeugOrklaFZVJi5Hs5CHhQ=/0x0:1200x675/800x0/images/Stanley-Nsoki-1183229.jpg", + "pubDate": "Thu, 09 Dec 2021 13:11:50 GMT", + "enclosure": "https://images.bfmtv.com/vGx4mpoEivRZ9GgnvUE-1i0acd8=/0x0:2048x1152/800x0/images/Jocelyn-Gourvennec-1184969.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50455,17 +51885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87ebb99bc0b23ded445931660c7bcbc4" + "hash": "c2115da8f5f8d16c9a67fd6a8f8435cb" }, { - "title": "Ligue des champions: Match à trois Porto-Atlético-Milan, choc Real-Inter, les enjeux de la soirée", - "description": "Dernière journée des matchs de poule de Ligue des champions et la tension est à son maximun dans deux groupes. Le PSG, lui, affronte Bruges sur RMC Sport à 18h45.

", - "content": "Dernière journée des matchs de poule de Ligue des champions et la tension est à son maximun dans deux groupes. Le PSG, lui, affronte Bruges sur RMC Sport à 18h45.

", + "title": "Tour de France: la spectatrice à la pancarte condamnée à une amende", + "description": "La spectatrice à la pancarte ayant provoqué une chute massive lors du Tour de France l’été dernier a été condamnée une amende de 1.200 euros, ce jeudi par le tribunal correctionnel de Brest.

", + "content": "La spectatrice à la pancarte ayant provoqué une chute massive lors du Tour de France l’été dernier a été condamnée une amende de 1.200 euros, ce jeudi par le tribunal correctionnel de Brest.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions-match-a-trois-porto-atletico-milan-choc-real-inter-les-enjeux-de-la-soiree_AD-202112070127.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/tour-de-france/tour-de-france-la-spectatrice-a-la-pancarte-condamnee-a-une-amende_AV-202112090286.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 07:53:18 GMT", - "enclosure": "https://images.bfmtv.com/1C4mWSIMd3cIoO-NRhiVLUAiqts=/0x39:768x471/800x0/images/Le-Neerlandais-Stefan-de-Vrij-a-la-lutte-avec-le-Francais-Karim-Benzema-lors-du-match-aller-de-Ligue-des-champions-entre-Inter-Milan-et-Real-Madrid-le-15-septembre-2021-au-stade-San-Siro-de-Milan-1183128.jpg", + "pubDate": "Thu, 09 Dec 2021 12:53:10 GMT", + "enclosure": "https://images.bfmtv.com/qrCOtTDydi6ZAZH2i0brcuJHIhw=/7x88:1063x682/800x0/images/La-chute-sur-le-Tour-de-France-1055978.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50475,17 +51905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03f6f5042cd595512a991775d248599d" + "hash": "b32439f83a5c099ca414be500bd1659c" }, { - "title": "PSG-Bruges: à quelle heure et sur quelle chaîne regarder le match de Ligue des champions", - "description": "Le PSG reçoit le FC Bruges, ce mardi (18h45) lors de la sixième et dernière journée de la phase de poule de la Ligue des champions en étant déjà qualifié pour les huitièmes de finale. Un horaire inhabituel.

", - "content": "Le PSG reçoit le FC Bruges, ce mardi (18h45) lors de la sixième et dernière journée de la phase de poule de la Ligue des champions en étant déjà qualifié pour les huitièmes de finale. Un horaire inhabituel.

", + "title": "Lyon: Juninho, les raisons d'un départ", + "description": "C'est fait, ce qui n'était encore qu'une hypothèse, le départ avancé du directeur sportif de l'OL, Juninho dès la trêve des confiseurs est devenu réalité. Son président, qui l'a fait venir au printemps 2019 a appuyé sur le bouton. Décryptage.

", + "content": "C'est fait, ce qui n'était encore qu'une hypothèse, le départ avancé du directeur sportif de l'OL, Juninho dès la trêve des confiseurs est devenu réalité. Son président, qui l'a fait venir au printemps 2019 a appuyé sur le bouton. Décryptage.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-a-quelle-heure-et-sur-quelle-chaine-regarder-le-match-de-ligue-des-champions_AV-202112070118.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-lyon/lyon-juninho-les-raisons-d-un-depart_AV-202112090285.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 07:44:08 GMT", - "enclosure": "https://images.bfmtv.com/jFeytpIb6f-gRg_fEge4pMsHaUM=/0x14:2048x1166/800x0/images/Lionel-Messi-a-l-entrainement-1183192.jpg", + "pubDate": "Thu, 09 Dec 2021 12:50:13 GMT", + "enclosure": "https://images.bfmtv.com/91DYCYPmwbklACvwY56DyeW5Rjg=/0x0:1376x774/800x0/images/-848768.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50495,17 +51925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a84dace584e7a4ab7baabb1eb0f42d3" + "hash": "f80b60663ef871d7eb41541e84ef40f2" }, { - "title": "Tottenham: les Spurs déplorent huit cas positifs au Covid-19, selon la presse anglaise", - "description": "L’information n’est pas encore confirmée par le club de Tottenham, mais le Times révèle ce mardi que la pandémie de Covid-19 a réalisé une percée dans les rangs des Spurs. Six joueurs seraient touchés avant la réception de Rennes en Ligue Europa Conférence.

", - "content": "L’information n’est pas encore confirmée par le club de Tottenham, mais le Times révèle ce mardi que la pandémie de Covid-19 a réalisé une percée dans les rangs des Spurs. Six joueurs seraient touchés avant la réception de Rennes en Ligue Europa Conférence.

", + "title": "Bayern: affaibli par le Covid, Kimmich ne rejouera avant 2022", + "description": "Le Bayern Munich a publié un communiqué ce jeudi pour annoncer l’absence de Joshua Kimmich pour les derniers matchs de l’année. Le milieu de terrain allemand ressent toujours les effets du covid et n’a plus joué depuis un mois.

", + "content": "Le Bayern Munich a publié un communiqué ce jeudi pour annoncer l’absence de Joshua Kimmich pour les derniers matchs de l’année. Le milieu de terrain allemand ressent toujours les effets du covid et n’a plus joué depuis un mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-les-spurs-deplorent-huit-cas-positifs-au-covid-19-selon-la-presse-anglaise_AV-202112070117.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-affaibli-par-le-covid-kimmich-ne-rejouera-avant-2022_AV-202112090282.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 07:43:08 GMT", - "enclosure": "https://images.bfmtv.com/-2wDRIgTqr2KM2c0Lf2KYweeiuo=/0x0:1200x675/800x0/images/Antonio-Conte-1183179.jpg", + "pubDate": "Thu, 09 Dec 2021 12:46:57 GMT", + "enclosure": "https://images.bfmtv.com/iBRJP8sRbLkUMZ49ssmzPBjoBe0=/0x106:2048x1258/800x0/images/Joshua-Kimmich-1184948.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50515,17 +51945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01c0a324fec049b75b538d8d7d972ddf" + "hash": "09e5fc3b34f1dc438742ebd583007b37" }, { - "title": "Mercato en direct: Milik, Guendouzi, Ünder, Kamara... Longoria et les dossiers chauds de l'OM", - "description": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", - "content": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "title": "Saint-Etienne: nommé entraîneur intérimaire, Sablé change de capitaine", + "description": "Nommé entraîneur de Saint-Etienne par intérim après l’éviction de Claude Puel, Julien Sablé a pris une première décision en changeant de capitaine. Le brassard quitte le bras de Mahdi Camara pour rejoindre celui de Wahbi Khazri.

", + "content": "Nommé entraîneur de Saint-Etienne par intérim après l’éviction de Claude Puel, Julien Sablé a pris une première décision en changeant de capitaine. Le brassard quitte le bras de Mahdi Camara pour rejoindre celui de Wahbi Khazri.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-nomme-entraineur-interimaire-sable-change-de-capitaine_AV-202112090278.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 07:21:04 GMT", - "enclosure": "https://images.bfmtv.com/lAsDxStLM8ahkQtGs-E_TefhH3k=/0x0:2048x1152/800x0/images/Arkadiusz-Milik-avec-l-OM-1181586.jpg", + "pubDate": "Thu, 09 Dec 2021 12:29:11 GMT", + "enclosure": "https://images.bfmtv.com/j63whodjrWYf0KPJdYR0TY2POOk=/0x106:2048x1258/800x0/images/Wahbi-Khazri-1184936.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50535,17 +51965,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "425671c5b2cea49b465d64d0e0b6b06b" + "hash": "efd0bf5158b6a788b38de2eb57f1a8fa" }, { - "title": "Boxe: Tommy Fury renonce à son combat face au Youtuber Jake Paul", - "description": "Tommy Fury, demi-frère de la star britannique Tyson, a renoncé à son combat face au Youtuber Jake Paul, initialement prévu le 18 décembre prochain, en raison d’une infection thoracique et d’une côté cassée.

", - "content": "Tommy Fury, demi-frère de la star britannique Tyson, a renoncé à son combat face au Youtuber Jake Paul, initialement prévu le 18 décembre prochain, en raison d’une infection thoracique et d’une côté cassée.

", + "title": "Barça: les chiffres désastreux du fiasco en Ligue des champions", + "description": "Dominé par le Bayern Munich (3-0), le FC Barcelone a vu son aventure en Ligue des champions se terminer brusquement. Troisième de leur groupe, les Catalans joueront la Ligue Europa à partir de février prochain. Voici les chiffres et statistiques illustrant cette campagne catastrophique du club de Liga.

", + "content": "Dominé par le Bayern Munich (3-0), le FC Barcelone a vu son aventure en Ligue des champions se terminer brusquement. Troisième de leur groupe, les Catalans joueront la Ligue Europa à partir de février prochain. Voici les chiffres et statistiques illustrant cette campagne catastrophique du club de Liga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-tommy-fury-renonce-a-son-combat-face-au-youtuber-jake-paul_AV-202112070073.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-les-chiffres-desastreux-du-fiasco-en-ligue-des-champions_AV-202112090277.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 06:55:04 GMT", - "enclosure": "https://images.bfmtv.com/t6mYiZ1K7p9QhSRRDpG86CjMVTk=/0x135:2048x1287/800x0/images/Tommy-Fury-1183140.jpg", + "pubDate": "Thu, 09 Dec 2021 12:25:04 GMT", + "enclosure": "https://images.bfmtv.com/3SbOFWHSUMtFJ34Lali5w1sYC1I=/0x0:2048x1152/800x0/images/FC-Barcelone-1184919.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50555,17 +51985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d136026993687e15d67bfed22c1a02c3" + "hash": "ff35931161d791e1ccf15dc659e72185" }, { - "title": "Hand: Didier Dinart nommé sélectionneur de l'Arabie saoudite", - "description": "L'ancien patron de la défense des Bleus et ex-sélectionneur de l'équipe de France masculine de handball, Didier Dinart, a été nommé à la tête de la sélection de l'Arabie Saoudite.

", - "content": "L'ancien patron de la défense des Bleus et ex-sélectionneur de l'équipe de France masculine de handball, Didier Dinart, a été nommé à la tête de la sélection de l'Arabie Saoudite.

", + "title": "PRONOS PARIS RMC Les paris du 9 décembre sur Lyon – Rangers – Ligue Europa", + "description": "Notre pronostic: Lyon ne perd pas contre les Rangers et les deux équipes marquent (1.86)

", + "content": "Notre pronostic: Lyon ne perd pas contre les Rangers et les deux équipes marquent (1.86)

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/hand-didier-dinart-nomme-selectionneur-de-l-arabie-saoudite_AV-202112070069.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-9-decembre-sur-lyon-rangers-ligue-europa_AN-202112080418.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 06:49:12 GMT", - "enclosure": "https://images.bfmtv.com/G9bZIIYMtNb7A4kAXXGHhnG_09k=/0x124:1200x799/800x0/images/Didier-Dinart-1183133.jpg", + "pubDate": "Wed, 08 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/FairGJMszrFuua2bvQ-OxWIf0Yw=/0x104:1984x1220/800x0/images/Moussa-Dembele-Lyon-1184258.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50575,17 +52005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "071fb543f39774d2ee8b3c10522da82e" + "hash": "1081daebafa51b3eda52dfac1f9b89c2" }, { - "title": "Ligue 1 en direct: Longoria craint des conséquences si OL-OM est à rejouer", - "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", - "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "title": "Barça-Bayern: Xavi a poussé un énorme coup de gueule dans le vestiaire", + "description": "La défaite du FC Barcelone sur la pelouse du Bayern Munich, mercredi en Ligue des champions (3-0), n’a pas du tout plu à Xavi. Selon Sport, à la pause, le coach catalan a sérieusement secoué ses joueurs, dominés en Bavière avant d'être éliminés de la C1.

", + "content": "La défaite du FC Barcelone sur la pelouse du Bayern Munich, mercredi en Ligue des champions (3-0), n’a pas du tout plu à Xavi. Selon Sport, à la pause, le coach catalan a sérieusement secoué ses joueurs, dominés en Bavière avant d'être éliminés de la C1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-bayern-xavi-a-pousse-un-enorme-coup-de-gueule-dans-le-vestiaire_AV-202112090274.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", - "enclosure": "https://images.bfmtv.com/NdNoKxOpVyxNHx0BlR0NN1eJgE4=/0x42:2048x1194/800x0/images/Pablo-LONGORIA-1162047.jpg", + "pubDate": "Thu, 09 Dec 2021 12:11:29 GMT", + "enclosure": "https://images.bfmtv.com/ha-BGR6BdAv_M7sE7PVYOLC22qQ=/0x48:2000x1173/800x0/images/Xavi-Hernandez-Barcelone-1176107.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50595,17 +52025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4752aa0b6a4cfd84267d8a5fe2c240b2" + "hash": "fa69a863643e9f4de1fe77b479889078" }, { - "title": "Incidents OL-OM: Longoria redoute des conséquences si le match est à rejouer", - "description": "Pablo Longoria, président de Marseille, met en garde sur les conséquences des sanctions qui seront prises, mercredi par la commission de discipline sur les incidents du match entre l’OL et l’OM, le 21 novembre dernier.

", - "content": "Pablo Longoria, président de Marseille, met en garde sur les conséquences des sanctions qui seront prises, mercredi par la commission de discipline sur les incidents du match entre l’OL et l’OM, le 21 novembre dernier.

", + "title": "Mondial de handball: Krumbholz pointe \"la peur\" des Bleues de ne pas être à la hauteur", + "description": "La France entame son tour principal contre la Pologne ce jeudi (20h30) en ayant fait le plein de points. Malgré tout, Olivier Krumbholz sent son équipe inhibée, portée par la peur de mal faire et de ne pas pouvoir honorer son statut de championne olympique.

", + "content": "La France entame son tour principal contre la Pologne ce jeudi (20h30) en ayant fait le plein de points. Malgré tout, Olivier Krumbholz sent son équipe inhibée, portée par la peur de mal faire et de ne pas pouvoir honorer son statut de championne olympique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-longoria-redoute-des-consequences-si-le-match-est-a-rejouer_AV-202112070053.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-handball-krumbholz-pointe-la-peur-des-bleues-de-ne-pas-etre-a-la-hauteur_AV-202112090267.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 06:30:38 GMT", - "enclosure": "https://images.bfmtv.com/NdNoKxOpVyxNHx0BlR0NN1eJgE4=/0x42:2048x1194/800x0/images/Pablo-LONGORIA-1162047.jpg", + "pubDate": "Thu, 09 Dec 2021 12:02:06 GMT", + "enclosure": "https://images.bfmtv.com/2oRhSwnJK-mkbikHKZw9ZoDmgAw=/0x159:2048x1311/800x0/images/Olivier-Krumbholz-le-selectionneur-des-Bleues-1182062.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50615,17 +52045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "85b4ab11bfa148ee2cae366a62824ebe" + "hash": "71bcf8a941b121ee932a35700ce1a655" }, { - "title": "OL: Accord de \"naming\" entre OL Groupe et LDLC pour la future arena", - "description": "OL Groupe, la holding de l'Olympique lyonnais, et le distributeur de produits de haute technologie LDLC ont annoncé, lundi, un accord de \"naming\" pour la future salle multifonctions de l'OL. 

", - "content": "OL Groupe, la holding de l'Olympique lyonnais, et le distributeur de produits de haute technologie LDLC ont annoncé, lundi, un accord de \"naming\" pour la future salle multifonctions de l'OL. 

", + "title": "Ligue des champions: 54 supporters du Dynamo Kiev arrêtés lors d'affrontements avec ceux du Benfica", + "description": "En marge de la rencontre ce mercredi de Ligue des champions entre le Benfica Lisbonne et le Dynamo Kiev, qui a vu la victoire (2-0) et la qualification pour les huitièmes de finales du club lisboète, la police portugaise a arrêté 54 supporters du club ukrainien pour avoir participé à des affrontements avec des fans adverses.

", + "content": "En marge de la rencontre ce mercredi de Ligue des champions entre le Benfica Lisbonne et le Dynamo Kiev, qui a vu la victoire (2-0) et la qualification pour les huitièmes de finales du club lisboète, la police portugaise a arrêté 54 supporters du club ukrainien pour avoir participé à des affrontements avec des fans adverses.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-accord-de-naming-entre-ol-groupe-et-ldlc-pour-la-future-arena_AV-202112070046.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-54-supporters-du-dynamo-kiev-arretes-lors-d-affrontements-avec-ceux-du-benfica_AV-202112090256.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 06:21:10 GMT", - "enclosure": "https://images.bfmtv.com/fkkxwG6rDnVRMibTkladjA4zc_I=/0x0:1200x675/800x0/images/Jean-Michel-Aulas-1183104.jpg", + "pubDate": "Thu, 09 Dec 2021 11:47:31 GMT", + "enclosure": "https://images.bfmtv.com/Q_QaP8ZWVj7Q-eAtZo0eHla5fes=/0x106:2048x1258/800x0/images/Benfica-1184896.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50635,17 +52065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2803a1bef973ca2da21cf31854e33cb0" + "hash": "85e7e9f0027ee301a21cdaf8e684c1a3" }, { - "title": "OL: Aulas propose de remplacer un joueur blessé en cas d’incident", - "description": "Jean-Michel Aulas, président de l’OL, a formulé une nouvelle idée en cas d’incidents lors d’un match: pouvoir remplacer un joueur supplémentaire ciblé par des violences, comme ce fut le cas de Dimitri Payet lors d’OL-OM, le 21 novembre dernier.

", - "content": "Jean-Michel Aulas, président de l’OL, a formulé une nouvelle idée en cas d’incidents lors d’un match: pouvoir remplacer un joueur supplémentaire ciblé par des violences, comme ce fut le cas de Dimitri Payet lors d’OL-OM, le 21 novembre dernier.

", + "title": "F1: pour Ecclestone, Mercedes \"joue un jeu psychologique\" avec Verstappen", + "description": "Ancien grand patron de la F1, Bernie Ecclestone estime, dans un entretien relayé par le quotidien Het Laatste Nieuws, que Max Verstappen est malmené par l'expérience et l'influence de Lewis Hamilton mais aussi de Mercedes.

", + "content": "Ancien grand patron de la F1, Bernie Ecclestone estime, dans un entretien relayé par le quotidien Het Laatste Nieuws, que Max Verstappen est malmené par l'expérience et l'influence de Lewis Hamilton mais aussi de Mercedes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-aulas-propose-de-remplacer-un-joueur-blesse-en-cas-d-incident_AV-202112070030.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-pour-ecclestone-mercedes-joue-un-jeu-psychologique-avec-verstappen_AV-202112090250.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 05:49:00 GMT", - "enclosure": "https://images.bfmtv.com/lLVLDV27M0j4AM0BRfpKjGn4wlg=/0x212:2048x1364/800x0/images/Jean-Michel-Aulas-1183085.jpg", + "pubDate": "Thu, 09 Dec 2021 11:38:00 GMT", + "enclosure": "https://images.bfmtv.com/PwiJPWuW--GApJmKLF4q_CpLkvE=/4x5:4724x2660/800x0/images/-862115.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50655,17 +52085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90bc46f90535324ae15022de789cef32" + "hash": "4d4098db82b1d874d2036310a0ffaf5d" }, { - "title": "OM: Longoria a trouvé la raison des difficultés actuelles de l’équipe", - "description": "Dans une interview à L’Equipe, Pablo Longoria, président de l’OM, défend l’approche de Jorge Sampaoli malgré les difficultés actuelles de l’équipe qui doit garder le contrôle de jeu car elle n’est \"pas construite pour jouer physique\".

", - "content": "Dans une interview à L’Equipe, Pablo Longoria, président de l’OM, défend l’approche de Jorge Sampaoli malgré les difficultés actuelles de l’équipe qui doit garder le contrôle de jeu car elle n’est \"pas construite pour jouer physique\".

", + "title": "Ligue Europa: à quelle heure et sur quelle chaîne suivre Sturm Graz-Monaco", + "description": "Assuré de terminer à la première place de son groupe en Ligue Europa, l'AS Monaco se rend en Autriche ce jeudi (18h45), pour y défier le Sturm Graz. Niko Kovac a déjà prévu de faire tourner avec en toile de fond le match ce dimanche face au PSG, en Ligue 1.

", + "content": "Assuré de terminer à la première place de son groupe en Ligue Europa, l'AS Monaco se rend en Autriche ce jeudi (18h45), pour y défier le Sturm Graz. Niko Kovac a déjà prévu de faire tourner avec en toile de fond le match ce dimanche face au PSG, en Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-longoria-a-trouve-la-raison-des-difficultes-actuelles-de-l-equipe_AV-202112070022.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-a-quelle-heure-et-sur-quelle-chaine-suivre-sturm-graz-monaco_AV-202112090246.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 05:22:06 GMT", - "enclosure": "https://images.bfmtv.com/-SSuP9pasRsmVhk5VXS5o6ZCLfk=/0x212:2048x1364/800x0/images/Pablo-Longoria-1128568.jpg", + "pubDate": "Thu, 09 Dec 2021 11:35:56 GMT", + "enclosure": "https://images.bfmtv.com/yTnfJiSq2GP8NkwjVGQO6AMIGgU=/0x106:2048x1258/800x0/images/Monaco-1184876.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50675,17 +52105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b60c070bfc658d3780f6dd9369b3743" + "hash": "2b36cc6ce8287cf1f88cf94f79793253" }, { - "title": "Djokovic participera à l'ATP Cup, bon signe pour l'Open d'Australie", - "description": "Novak Djokovic a été retenu dans l'équipe de la Serbie pour participer à l'ATP Cup qui aura lieu en Australie en janvier, quelques jours avant le premier Grand Chelem de la saison à Melbourne, où sa participation est encore incertaine.

", - "content": "Novak Djokovic a été retenu dans l'équipe de la Serbie pour participer à l'ATP Cup qui aura lieu en Australie en janvier, quelques jours avant le premier Grand Chelem de la saison à Melbourne, où sa participation est encore incertaine.

", + "title": "F1: le Grand Prix d'Abou Dhabi prolongé jusqu'en 2030", + "description": "La Formule 1 a confirmé ce jeudi un nouvel accord avec le promoteur du Grand Prix d'Abu Dhabi, pour que la course reste au calendrier jusqu'en 2030 sur le Circuit de Yas Marina. L'événément se tient depuis 2009 et sera une nouvelle fois, ce week-end, le dernier rendez-vous de la saison. qui s'annonce décisif en vue du titre de champion du monde entre Max Verstappen et Lewis Hamilton.

", + "content": "La Formule 1 a confirmé ce jeudi un nouvel accord avec le promoteur du Grand Prix d'Abu Dhabi, pour que la course reste au calendrier jusqu'en 2030 sur le Circuit de Yas Marina. L'événément se tient depuis 2009 et sera une nouvelle fois, ce week-end, le dernier rendez-vous de la saison. qui s'annonce décisif en vue du titre de champion du monde entre Max Verstappen et Lewis Hamilton.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/djokovic-participera-a-l-atp-cup-bon-signe-pour-l-open-d-australie_AD-202112070016.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-le-grand-prix-d-abou-dhabi-prolonge-jusqu-en-2030_AV-202112090241.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 04:48:53 GMT", - "enclosure": "https://images.bfmtv.com/ErgLQe2BAobR01zIzT8E-f232Tk=/0x54:2032x1197/800x0/images/Novak-Djokovic-1181338.jpg", + "pubDate": "Thu, 09 Dec 2021 11:26:14 GMT", + "enclosure": "https://images.bfmtv.com/hWdbRYJwOu1HOArjD8TPLNhWKoE=/0x212:2048x1364/800x0/images/Abu-Dhabi-1184887.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50695,17 +52125,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72a327228fcf890e6427d3fee1785b11" + "hash": "f78a3825feb426a3ff999e148c20691f" }, { - "title": "Point en moins ou match perdu, trois questions sur OL-OM avant la commission de discipline", - "description": "La commission de discipline de la Ligue de football professionnel annoncera ce mercredi les sanctions infligées à l'Olympique Lyonnais après l'interruption du match face à l'Olympique de Marseille, le 21 novembre au Groupama Stadium. Avant ce verdict attendu, retour sur cette affaire en trois questions.

", - "content": "La commission de discipline de la Ligue de football professionnel annoncera ce mercredi les sanctions infligées à l'Olympique Lyonnais après l'interruption du match face à l'Olympique de Marseille, le 21 novembre au Groupama Stadium. Avant ce verdict attendu, retour sur cette affaire en trois questions.

", + "title": "Les images géniales de Nenê qui réussit le challenge de la lucarne d’Evry", + "description": "Le Brésilien Nenê a profité de son passage en région parisienne pour se rendre mercredi à Evry et tenter le fameux challenge de la lucarne. Un défi relevé avec brio par l’ancien joueur du PSG, qui a fêté sa réussite au milieu des jeunes du quartier des Pyramides.

", + "content": "Le Brésilien Nenê a profité de son passage en région parisienne pour se rendre mercredi à Evry et tenter le fameux challenge de la lucarne. Un défi relevé avec brio par l’ancien joueur du PSG, qui a fêté sa réussite au milieu des jeunes du quartier des Pyramides.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/point-en-moins-ou-match-perdu-trois-questions-sur-ol-om-avant-la-commission-de-discipline_AV-202112070015.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/les-images-geniales-de-nene-qui-reussit-le-challenge-de-la-lucarne-d-evry_AV-202112090237.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:07:13 GMT", - "enclosure": "https://images.bfmtv.com/YUzaZSDOddKudjP1EhIzSEW7nSc=/0x60:768x492/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", + "pubDate": "Thu, 09 Dec 2021 11:20:51 GMT", + "enclosure": "https://images.bfmtv.com/B51zh7OfdYj0owNqILHjHMv_YOY=/0x0:1280x720/800x0/images/Nene-1184929.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50715,17 +52145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c7cc465f3965ee368b61e5f9f57e12d" + "hash": "accabc916fcbf0c7a587ea4cd8b78f7a" }, { - "title": "PSG: Hakimi juge sa relation avec Messi et défend Pochettino", - "description": "A la veille du match de Ligue des champions face à Bruges, ce mardi au Parc des Princes (18h45), Achraf Hakimi s’est exprimé au micro de RMC Sport. L’occasion pour le latéral droit du PSG de commenter son association avec Lionel Messi dans le couloir droit. Et de saluer le travail de son coach.

", - "content": "A la veille du match de Ligue des champions face à Bruges, ce mardi au Parc des Princes (18h45), Achraf Hakimi s’est exprimé au micro de RMC Sport. L’occasion pour le latéral droit du PSG de commenter son association avec Lionel Messi dans le couloir droit. Et de saluer le travail de son coach.

", + "title": "Chelsea: Tuchel recadre ses joueurs après le nul face au Zénith", + "description": "Chelsea a réalisé une mauvaise opération en concédant le match (3-3) face au Zenith mercredi en Ligue des champions. À l’issue de la rencontre, l’entraîneur Thomas Tuchel est revenu sur l’attitude de ses joueurs qui d’après lui n’ont pas mis l’intensité qu’il fallait pour gagner ce match.

", + "content": "Chelsea a réalisé une mauvaise opération en concédant le match (3-3) face au Zenith mercredi en Ligue des champions. À l’issue de la rencontre, l’entraîneur Thomas Tuchel est revenu sur l’attitude de ses joueurs qui d’après lui n’ont pas mis l’intensité qu’il fallait pour gagner ce match.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-hakimi-juge-sa-relation-avec-messi-et-defend-pochettino_AV-202112060571.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-recadre-ses-joueurs-apres-le-nul-face-au-zenith_AV-202112090225.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 23:08:25 GMT", - "enclosure": "https://images.bfmtv.com/Z6_mvkHOLiC4131mVQdjZdi4SX4=/0x68:2048x1220/800x0/images/Achraf-Hakimi-1132639.jpg", + "pubDate": "Thu, 09 Dec 2021 10:57:49 GMT", + "enclosure": "https://images.bfmtv.com/KQh7QJY0XM4qe57-xnyVcQRK8MY=/0x35:2048x1187/800x0/images/Thomas-Tuchel-1130374.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50735,17 +52165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38a8bf40aea413baa05d1d9816e2b3fd" + "hash": "8e2065ad3b795c50170063c4711a1348" }, { - "title": "PRONOS PARIS RMC Les paris sur PSG – Bruges du 7 décembre – Ligue des Champions", - "description": "Notre pronostic : Paris bat Bruges (1.28)

", - "content": "Notre pronostic : Paris bat Bruges (1.28)

", + "title": "Ligue Europa: à quelle heure et sur quelle chaîne suivre OM-Lokomotiv Moscou", + "description": "L'OM termine sa phase de groupes de Ligue Europa ce jeudi avec la réception du Lokomotiv Moscou. Déjà éliminée pour la suite de la compétition, l'équipe de Jorge Sampaoli vise la troisième place de sa poule, synonyme de repêchage en Conference League.

", + "content": "L'OM termine sa phase de groupes de Ligue Europa ce jeudi avec la réception du Lokomotiv Moscou. Déjà éliminée pour la suite de la compétition, l'équipe de Jorge Sampaoli vise la troisième place de sa poule, synonyme de repêchage en Conference League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-sur-psg-bruges-du-7-decembre-ligue-des-champions_AN-202112060294.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-a-quelle-heure-et-sur-quelle-chaine-suivre-om-lokomotiv-moscou_AV-202112090222.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/fsF4C_quMOjnEC6av3BfuUtZ1dk=/0x67:2000x1192/800x0/images/Paris-Saint-Germain-1182726.jpg", + "pubDate": "Thu, 09 Dec 2021 10:48:21 GMT", + "enclosure": "https://images.bfmtv.com/bXVN-tu7c3E11IExYjiH3GE47WU=/0x106:2048x1258/800x0/images/Pol-Lirola-1184858.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50755,17 +52185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdbf7ded048c1b85617d6fd03abb4e0e" + "hash": "8365e3f8ce2e969b4dd55cf69b0b04ef" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 7 décembre – Ligue des Champions", - "description": "Notre pronostic : le Real Madrid ne perd pas face à l’Inter et les deux équipes marquent (1.90)

", - "content": "Notre pronostic : le Real Madrid ne perd pas face à l’Inter et les deux équipes marquent (1.90)

", + "title": "Barça: les lourdes conséquences économiques de l'élimination en Ligue des champions", + "description": "Par rapport à ses prévisions, le Barça, éliminé de la Ligue des champions en phase de groupes, devrait faire une croix sur plus de 30 millions d'euros. Un sérieux camouflet en pleine crise économique.

", + "content": "Par rapport à ses prévisions, le Barça, éliminé de la Ligue des champions en phase de groupes, devrait faire une croix sur plus de 30 millions d'euros. Un sérieux camouflet en pleine crise économique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-7-decembre-ligue-des-champions_AN-202112060292.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-les-lourdes-consequences-economiques-de-l-elimination-en-ligue-des-champions_AV-202112090216.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/IrtZa1SaHqcYX35-iN1_L0vvELY=/3x18:1987x1134/800x0/images/T-Kroos-1182725.jpg", + "pubDate": "Thu, 09 Dec 2021 10:44:11 GMT", + "enclosure": "https://images.bfmtv.com/mZTItPgzUw0XQDompC-rqlLVS9Y=/0x18:2048x1170/800x0/images/Pique-1184813.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50775,17 +52205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "efc9872c10a9f04d3576dc68f89d9e2b" + "hash": "fa6c39550228c311c8a8321598891b94" }, { - "title": "PRONOS PARIS RMC Le pari de folie du 7 décembre – Ligue des Champions", - "description": "Notre pronostic : l’Atletico de Madrid s’impose à Porto et les deux équipes marquent (4.80)

", - "content": "Notre pronostic : l’Atletico de Madrid s’impose à Porto et les deux équipes marquent (4.80)

", + "title": "PRONOS PARIS RMC Les paris du 9 décembre sur Sturm Graz – Monaco – Ligue Europa", + "description": "PRONOS PARIS RMC Les paris du 9 décembre sur Sturm Graz – Monaco – Ligue Europa\nNotre pronostic: Monaco s’impose à Graz (1.80)

", + "content": "PRONOS PARIS RMC Les paris du 9 décembre sur Sturm Graz – Monaco – Ligue Europa\nNotre pronostic: Monaco s’impose à Graz (1.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-7-decembre-ligue-des-champions_AN-202112060290.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-9-decembre-sur-sturm-graz-monaco-ligue-europa_AN-202112080415.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/jHN2J2BCQ0RVUTPev48KJI8vTFI=/1x91:1985x1207/800x0/images/Atletico-Madrid-1182721.jpg", + "pubDate": "Wed, 08 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/ui1Ccey3UAbudD2yoGq8rQYDgs4=/0x104:1984x1220/800x0/images/Ben-Yedder-lors-de-Monaco-Graz-1184254.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50795,17 +52225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30c023027a198e4c741f280833460d51" + "hash": "9bae2e97dd26316083e8f285c245d68a" }, { - "title": "PRONOS PARIS RMC Le buteur du 7 décembre – Ligue des Champions", - "description": "Notre pronostic : Haller (Ajax) marque face au Sporting Portugal (2.10)

", - "content": "Notre pronostic : Haller (Ajax) marque face au Sporting Portugal (2.10)

", + "title": "Tennis: Amélie Mauresmo nommée nouvelle directrice de Roland-Garros", + "description": "Le président de la Fédération française de tennis, Gilles Moretton, a nommé Amélie Mauresmo comme nouvelle directrice de Roland-Garros. Elle remplace Guy Forget.

", + "content": "Le président de la Fédération française de tennis, Gilles Moretton, a nommé Amélie Mauresmo comme nouvelle directrice de Roland-Garros. Elle remplace Guy Forget.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-7-decembre-ligue-des-champions_AN-202112060288.html", + "link": "https://rmcsport.bfmtv.com/tennis/roland-garros/tennis-amelie-mauresmo-nommee-nouvelle-directrice-de-roland-garros_AV-202112090202.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/1-KvW-eVyeW24ELL3X6hOfr_1oE=/0x0:1984x1116/800x0/images/S-Haller-1182720.jpg", + "pubDate": "Thu, 09 Dec 2021 10:16:13 GMT", + "enclosure": "https://images.bfmtv.com/8sXHfd9h06FlZp4yfQ7AuMM6dkQ=/0x0:2048x1152/800x0/images/Amelie-Mauresmo-1056662.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50815,17 +52245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be72cb67cc2c8715f64ea83fa0b7e1af" + "hash": "7b07f569688057b5ef40559042899fe8" }, { - "title": "PRONOS PARIS RMC Le pari football d’Eric Di Meco du 7 décembre – Ligue des Champions", - "description": "Mon pronostic : le Milan AC bat Liverpool (2.05)

", - "content": "Mon pronostic : le Milan AC bat Liverpool (2.05)

", + "title": "Accusé d'agression sexuelle, Pierre Menès placé en garde à vue", + "description": "L'ex-chroniqueur vedette de Canal+ Pierre Ménès, visé par une enquête pour agression sexuelle, a été placé jeudi en garde à vue, selon des sources proches du dossier, confirmant une information du Parisien.

", + "content": "L'ex-chroniqueur vedette de Canal+ Pierre Ménès, visé par une enquête pour agression sexuelle, a été placé jeudi en garde à vue, selon des sources proches du dossier, confirmant une information du Parisien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-d-eric-di-meco-du-7-decembre-ligue-des-champions_AN-202112060287.html", + "link": "https://rmcsport.bfmtv.com/football/accuse-d-agression-sexuelle-pierre-menes-place-en-garde-a-vue_AN-202112090199.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/IIbEZ-oD4xEWzYv9ITWQjqgXeKA=/0x51:1984x1167/800x0/images/F-Kessie-1182719.jpg", + "pubDate": "Thu, 09 Dec 2021 10:07:35 GMT", + "enclosure": "https://images.bfmtv.com/gBItA1HGtpUuxYDrItFUCcL0_rk=/0x40:768x472/800x0/images/Pierre-Menes-le-15-octobre-2021-a-Paris-1178041.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50835,17 +52265,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2756ba4fefb8fcec39cc5a4f726c0507" + "hash": "70a089431dd1136fca3a52c65b28f5fa" }, { - "title": "Premier League: Everton s'impose sur le fil face à Arsenal grâce à un missile de Gray", - "description": "Une semaine après la défaite face à Manchester United, Arsenal s'est sabordé ce lundi sur la pelouse d'Everton (2-1). Les Gunners restent à distance du top 5 de la Premier League.

", - "content": "Une semaine après la défaite face à Manchester United, Arsenal s'est sabordé ce lundi sur la pelouse d'Everton (2-1). Les Gunners restent à distance du top 5 de la Premier League.

", + "title": "PSG: Messi sans pitié avec ses enfants lors d’un foot dans son salon", + "description": "Lionel Messi s’est lancé dans un match de football avec ses enfants dans son salon, mercredi lors de la journée de repos. Et l’attaquant du PSG n’a pas levé le pied lors d’une partie musclée.

", + "content": "Lionel Messi s’est lancé dans un match de football avec ses enfants dans son salon, mercredi lors de la journée de repos. Et l’attaquant du PSG n’a pas levé le pied lors d’une partie musclée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-everton-s-impose-sur-le-fil-face-a-arsenal-grace-a-un-missile-de-gray_AV-202112060555.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-sans-pitie-avec-ses-enfants-lors-d-un-foot-dans-son-salon_AV-202112090198.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 22:11:54 GMT", - "enclosure": "https://images.bfmtv.com/Dfv1gHTMScCjiyCCA7NXmg-ZEqs=/0x167:2000x1292/800x0/images/Richarlison-1183032.jpg", + "pubDate": "Thu, 09 Dec 2021 10:05:05 GMT", + "enclosure": "https://images.bfmtv.com/GSl5GZAzmx9t11cy_Z_PFAghj4o=/0x65:2048x1217/800x0/images/Lionel-Messi-1184826.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50855,17 +52285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1350002439a2e913a9bf0ba2ec6984e7" + "hash": "e995bdf5da4fdcc83bee51d5e3ff24b2" }, { - "title": "Incidents OL-OM: ce que dit le rapport de M. Buquet sur le déroulé de la soirée", - "description": "À deux jours des décisions de la commission de discipline de la Ligue de football professionnel concernant les incidents qui ont provoqué l'interruption d'OL-OM le 21 novembre dernier, RMC Sport s'est procuré le rapport de l'arbitre Ruddy Buquet, dans lequel il explique n'avoir jamais voulu reprendre la rencontre.

", - "content": "À deux jours des décisions de la commission de discipline de la Ligue de football professionnel concernant les incidents qui ont provoqué l'interruption d'OL-OM le 21 novembre dernier, RMC Sport s'est procuré le rapport de l'arbitre Ruddy Buquet, dans lequel il explique n'avoir jamais voulu reprendre la rencontre.

", + "title": "Ligue Europa: à quelle heure et sur quelle chaîne suivre OL-Glasgow Rangers", + "description": "Après des derniers jours agités, l'OL retrouve le Groupama Stadium ce jeudi (18h45) pour la dernière journée de la phase de groupes de Ligue Europa. Déjà qualifiée et assurée de la première place, l'équipe de Peter Bosz recevra les Glasgow Rangers.

", + "content": "Après des derniers jours agités, l'OL retrouve le Groupama Stadium ce jeudi (18h45) pour la dernière journée de la phase de groupes de Ligue Europa. Déjà qualifiée et assurée de la première place, l'équipe de Peter Bosz recevra les Glasgow Rangers.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-ce-que-dit-le-rapport-de-m-buquet-sur-le-deroule-de-la-soiree_AV-202112060552.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-a-quelle-heure-et-sur-quelle-chaine-suivre-ol-glasgow-rangers_AV-202112090193.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 22:04:46 GMT", - "enclosure": "https://images.bfmtv.com/WO5K-D9aCrCuNiY20pZra1bZuwU=/0x36:2048x1188/800x0/images/L-arbitre-Ruddy-Buquet-s-exprime-apres-OL-OM-1171950.jpg", + "pubDate": "Thu, 09 Dec 2021 09:54:47 GMT", + "enclosure": "https://images.bfmtv.com/WbU3j8F1IBgZs0QDv4tSIYR6l_4=/0x106:2048x1258/800x0/images/Lyon-1184809.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50875,17 +52305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae07e0d357be5b02d901274644ee6f57" + "hash": "4e6bf24d2fece15fc6bfc5abfb7f7c6f" }, { - "title": "Ballon d'or: Lewandowski a ressenti \"de la tristesse\" après le sacre de Messi", - "description": "Deuxième du Ballon d'or juste derrière Lionel Messi, Robert Lewandowski n'a pas caché sa peine après le résultat, alors que la Pulga a demandé à ce que le Polonais soit le lauréat de l'édition 2020.

", - "content": "Deuxième du Ballon d'or juste derrière Lionel Messi, Robert Lewandowski n'a pas caché sa peine après le résultat, alors que la Pulga a demandé à ce que le Polonais soit le lauréat de l'édition 2020.

", + "title": "Ligue des champions: quand aura lieu le tirage au sort des huitièmes de finale", + "description": "Le LOSC et le PSG ont encore quelques jours à patienter avant de connaître leur adversaire pour les huitièmes de finale de la Ligue des champions. Le tirage au sort de la compétition de l'UEFA aura lieu ce lundi.

", + "content": "Le LOSC et le PSG ont encore quelques jours à patienter avant de connaître leur adversaire pour les huitièmes de finale de la Ligue des champions. Le tirage au sort de la compétition de l'UEFA aura lieu ce lundi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/ballon-d-or-lewandowski-a-ressenti-de-la-tristesse-apres-le-sacre-de-messi_AV-202112060541.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-quand-aura-lieu-le-tirage-au-sort-des-huitiemes-de-finale_AV-202112090177.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 21:29:19 GMT", - "enclosure": "https://images.bfmtv.com/ahtAbloXHghC38z86uAZxWzxhPg=/0x143:2000x1268/800x0/images/Lewandowski-1183030.jpg", + "pubDate": "Thu, 09 Dec 2021 09:26:24 GMT", + "enclosure": "https://images.bfmtv.com/ALGJUjgcq33l6W-gFQowQZY6QHo=/0x153:2048x1305/800x0/images/Kylian-Mbappe-et-Lionel-Messi-avec-le-PSG-1183621.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50895,17 +52325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e249a2db99fc4cb1b3333a9f053b646" + "hash": "4ef390adfdd76fd60c85c73f1ffd7037" }, { - "title": "Mondial de handball: Flippes touchée à la cheville et remplacée par Ahanda", - "description": "Victime d'une entorse de la cheville, Laura Flippes a déclaré forfait ce lundi pour le reste du Mondial 2021. L'arrière droite a été remplacée par Orland Ahanda.

", - "content": "Victime d'une entorse de la cheville, Laura Flippes a déclaré forfait ce lundi pour le reste du Mondial 2021. L'arrière droite a été remplacée par Orland Ahanda.

", + "title": "Ligue Europa: comment l’OM peut se qualifier pour l'Europa Conference League", + "description": "L’OM reçoit le Lokomotiv Moscou, ce jeudi (21h) en Ligue Europa avec l’ambition de conserver sa troisième place qui lui permettra d’être reversé en Conference League. La donne est très simple pour les Marseillais.

", + "content": "L’OM reçoit le Lokomotiv Moscou, ce jeudi (21h) en Ligue Europa avec l’ambition de conserver sa troisième place qui lui permettra d’être reversé en Conference League. La donne est très simple pour les Marseillais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/mondial-de-handball-flippes-touchee-a-la-cheville-et-remplacee-par-ahanda_AD-202112060537.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-comment-l-om-peut-se-qualifier-pour-l-europa-conference-league_AV-202112090166.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 21:26:02 GMT", - "enclosure": "https://images.bfmtv.com/JoUmuzCwOu2w7Fx98Ctsgi1N_7U=/0x39:768x471/800x0/images/L-arriere-droite-des-Bleues-Laura-Flippes-au-cours-du-match-de-l-equipe-de-France-contre-la-Slovenie-au-premier-tour-du-Mondial-2021-le-5-decembre-2021-a-Granollers-1182999.jpg", + "pubDate": "Thu, 09 Dec 2021 09:07:11 GMT", + "enclosure": "https://images.bfmtv.com/MMt7NKZcsRek8WaYrZ2McilkvyE=/0x226:1984x1342/800x0/images/William-Saliba-lors-de-Lokomotiv-Marseille-1184257.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50915,17 +52345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "283414a67593c72bdd938fe79177e6a5" + "hash": "36edd2a3893445dcb3ee8632c7054e2b" }, { - "title": "Ligue 1 en direct: l'arbitre d'OL-OM accuse Aulas de l'avoir menacé dans son rapport", - "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", - "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "title": "Ligue Europa: pourquoi l'OM jouera à fond l'Europa Conference League en cas de qualification", + "description": "Eliminé de la course aux 16es de finale de la Ligue Europa, l'OM reçoit le Lokomotiv Moscou, ce jeudi (21h) avec l'ambition de ne surtout pas perdre pour être reversé en Conference League, que le club veut jouer à fond.

", + "content": "Eliminé de la course aux 16es de finale de la Ligue Europa, l'OM reçoit le Lokomotiv Moscou, ce jeudi (21h) avec l'ambition de ne surtout pas perdre pour être reversé en Conference League, que le club veut jouer à fond.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-pourquoi-l-om-jouera-a-fond-l-europa-conference-league-en-cas-de-qualification_AV-202112090165.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", - "enclosure": "https://images.bfmtv.com/UGHynbgsZ__Bb-yuqzYL1MBo4no=/0x200:2048x1352/800x0/images/Jean-Michel-Aulas-face-a-la-presse-apres-OL-OM-1173221.jpg", + "pubDate": "Thu, 09 Dec 2021 09:04:28 GMT", + "enclosure": "https://images.bfmtv.com/mvdTPpL4tVZh7RTNgZhiktiRxCs=/0x105:2048x1257/800x0/images/L-OM-veut-jouer-a-fond-la-Conference-League-1184777.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50935,17 +52365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdc15d089f5c992e767c9b18e60f90b8" + "hash": "e3c991c58a33d58d4772c8839025fba0" }, { - "title": "Incidents OL-OM: dans son rapport, M. Buquet accuse Aulas de l'avoir menacé", - "description": "Alors que la Ligue de football professionnel va annoncer ce mercredi les sanctions infligées à l'Olympique Lyonnais après l'incident survenu lors du match face à l'Olympique de Marseille le 21 novembre dernier, RMC Sport s'est procuré le rapport rédigé par l'arbitre de la rencontre ce soir-là. Ruddy Buquet y dénonce notamment les propos menaçants de Jean-Michel Aulas.

", - "content": "Alors que la Ligue de football professionnel va annoncer ce mercredi les sanctions infligées à l'Olympique Lyonnais après l'incident survenu lors du match face à l'Olympique de Marseille le 21 novembre dernier, RMC Sport s'est procuré le rapport rédigé par l'arbitre de la rencontre ce soir-là. Ruddy Buquet y dénonce notamment les propos menaçants de Jean-Michel Aulas.

", + "title": "F1: le directeur de course prévient Verstappen en cas de crash", + "description": "Michael Masi, directeur de course de la Formule 1, prévient que des sanctions pourraient être prises en cas d’accident volontaire, dimanche lors du dernier Grand Prix de la saison à Abou Dhabi où le titre mondial se jouera entre Max Verstappen et Lewis Hamilton.

", + "content": "Michael Masi, directeur de course de la Formule 1, prévient que des sanctions pourraient être prises en cas d’accident volontaire, dimanche lors du dernier Grand Prix de la saison à Abou Dhabi où le titre mondial se jouera entre Max Verstappen et Lewis Hamilton.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-dans-son-rapport-m-buquet-accuse-aulas-de-l-avoir-menace_AV-202112060535.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-le-directeur-de-course-previent-verstappen-en-cas-de-crash_AV-202112090161.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 21:11:52 GMT", - "enclosure": "https://images.bfmtv.com/D3EIgaVqZ7IdPhrkSoa0nS2hpfs=/0x115:2048x1267/800x0/images/Matteo-Guendouzi-discute-avec-Ruddy-Buquet-lors-de-OL-OM-1171965.jpg", + "pubDate": "Thu, 09 Dec 2021 08:50:55 GMT", + "enclosure": "https://images.bfmtv.com/IUo7tLZx3FAWIzMMRgSy9YeuPcM=/0x106:2048x1258/800x0/images/Max-Verstappen-1184760.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50955,17 +52385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cf4853944322d8c0b383b3dbc1159b7" + "hash": "6d1fcd23e68928c7c6c11d81bf54fb11" }, { - "title": "OM: Rongier en dit plus sur la mauvaise passe de Milik", - "description": "Invité de BFM Marseille ce lundi, Valentin Rongier s'est exprimé sur l'état de forme d'Arkadiusz Milik, très discret depuis le début de la saison avec le club phocéen.

", - "content": "Invité de BFM Marseille ce lundi, Valentin Rongier s'est exprimé sur l'état de forme d'Arkadiusz Milik, très discret depuis le début de la saison avec le club phocéen.

", + "title": "Conference League en direct: Rennes demande que ses intérêts soient \"respectés\"", + "description": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", + "content": "Après une semaine européenne, qui a vu la qualification du PSG et du LOSC pour les huitièmes de finale de la Ligue des champions, la Ligue 1 reprend ses droits ce week-end à l'occasion de la 18e journée. Déjà champion d'automne, le PSG accueillera l'AS Monaco ce dimanche, alors que l'OL se déplacera plus tôt sur la pelouse de Lille. D'ici là, suivez toutes les informations du championnat français avec notre live commenté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-rongier-en-dit-plus-sur-la-mauvaise-passe-de-milik_AV-202112060532.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-18e-journee_LN-202112090152.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 21:05:44 GMT", - "enclosure": "https://images.bfmtv.com/lAsDxStLM8ahkQtGs-E_TefhH3k=/0x0:2048x1152/800x0/images/Arkadiusz-Milik-avec-l-OM-1181586.jpg", + "pubDate": "Thu, 09 Dec 2021 08:40:20 GMT", + "enclosure": "https://images.bfmtv.com/jZu-FbNfY8IVvinQGOQkXgv8IoU=/7x107:1991x1223/800x0/images/Gaetan-Laborde-Rennes-1178750.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50975,17 +52405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97e4cb18b6a4e629d090a0ac622ec8f3" + "hash": "910955981c6b35acb9a3c5f15743796e" }, { - "title": "Stade Toulousain : Julien Marchand de retour à l'entraînement", - "description": "Touché face à la Géorgie avec les Bleus, le talonneur international du Stade Toulousain a fait son  retour ce lundi à l’entraînement avec ses coéquipiers. Reste à savoir s’il sera aligné samedi à Cardiff en Coupe d’Europe avec le Stade Toulousain.

", - "content": "Touché face à la Géorgie avec les Bleus, le talonneur international du Stade Toulousain a fait son  retour ce lundi à l’entraînement avec ses coéquipiers. Reste à savoir s’il sera aligné samedi à Cardiff en Coupe d’Europe avec le Stade Toulousain.

", + "title": "JO 2022 de Pékin: Blanquer annonce que la France ne participera pas au boycott diplomatique", + "description": "Invité de RMC ce jeudi, Jean-Michel Blanquer a confirmé que la France ne participera pas au boycott diplomatique, pour l'heure prononcé par quatre pays dont les Etats-Unis, à l'occasion des Jeux olympiques d'hiver de Pékin, qui auront lieu en février 2022. Pour autant, le ministre de l'Éducation nationale, de la Jeunesse et des Sports condamne les \"persécutions\" de la Chine à l'encontre des \"minorités\" comme \"sur les Ouïghours\".

", + "content": "Invité de RMC ce jeudi, Jean-Michel Blanquer a confirmé que la France ne participera pas au boycott diplomatique, pour l'heure prononcé par quatre pays dont les Etats-Unis, à l'occasion des Jeux olympiques d'hiver de Pékin, qui auront lieu en février 2022. Pour autant, le ministre de l'Éducation nationale, de la Jeunesse et des Sports condamne les \"persécutions\" de la Chine à l'encontre des \"minorités\" comme \"sur les Ouïghours\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/stade-toulousain-julien-marchand-de-retour-a-l-entrainement_AN-202112060526.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-de-pekin-blanquer-annonce-que-la-france-ne-participera-pas-au-boycott-diplomatique_AV-202112090144.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:43:50 GMT", - "enclosure": "https://images.bfmtv.com/Tz7SJndVrC9CzbqJ_NZVJFmZCWY=/0x54:1984x1170/800x0/images/Julien-Marchand-1055292.jpg", + "pubDate": "Thu, 09 Dec 2021 08:24:08 GMT", + "enclosure": "https://images.bfmtv.com/G2GJI6tBABDGfIrDB3Z43NstQS0=/4x4:1812x1021/800x0/images/Blanquer-sur-RMC-1184769.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -50995,17 +52425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba19c06fcb7759e23dc200dfc3d2d43f" + "hash": "0016d8c30c06d936dcfa241134ac8fd2" }, { - "title": "Porto: un cas de Covid détecté avant le match décisif face à l'Atlético", - "description": "Alors que Porto va jouer un match décisif face à l'Atlético, ce mardi Ligue des champions (21h), le club portugais doit se passer de Pepê, testé positif au Covid-19.

", - "content": "Alors que Porto va jouer un match décisif face à l'Atlético, ce mardi Ligue des champions (21h), le club portugais doit se passer de Pepê, testé positif au Covid-19.

", + "title": "Mercato en direct: Sablé sur le banc de Saint-Etienne ce week-end", + "description": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue ds champions, mais aussi chez ceux largués en championnat. Suivez tioutes les infos en direct sur RMC Sport.

", + "content": "A moins d'un mois du début officiel du mercato d'hiver, les grandes manoeuvres ont commencé dans les principaux clubs participant à la Ligue ds champions, mais aussi chez ceux largués en championnat. Suivez tioutes les infos en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/porto-un-cas-de-covid-detecte-avant-le-match-decisif-face-a-l-atletico_AD-202112060520.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-9-decembre_LN-202112090128.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:25:48 GMT", - "enclosure": "https://images.bfmtv.com/f8cNqI6QcU4p9GNg8GgEEU-BKco=/0x208:1984x1324/800x0/images/FC-Porto-1136621.jpg", + "pubDate": "Thu, 09 Dec 2021 07:51:11 GMT", + "enclosure": "https://images.bfmtv.com/rll1QEUBZS8OrKviuTu39Q-R-Q8=/16x0:1984x1107/800x0/images/Julien-Sable-1182842.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51015,57 +52445,57 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbfeb0530aa191ea356e8afc89d42a52" + "hash": "70c8071461d90ca4a281dfbaf481f28a" }, { - "title": "OM: Rongier raconte le \"déclic\" qu'il a eu grâce à Sampaoli", - "description": "Invité de BFM Marseille ce lundi, Valentin Rongier est revenu sur la préparation estivale de l'Olympique de Marseille, au cours de laquelle il a vécu un \"déclic\". Le milieu de terrain de 26 ans explique avoir tout fait pour démontrer à l'entraîneur Jorge Sampaoli ses qualités.

", - "content": "Invité de BFM Marseille ce lundi, Valentin Rongier est revenu sur la préparation estivale de l'Olympique de Marseille, au cours de laquelle il a vécu un \"déclic\". Le milieu de terrain de 26 ans explique avoir tout fait pour démontrer à l'entraîneur Jorge Sampaoli ses qualités.

", + "title": "Piqué, Xavi, ter Stegen... l’élimination du Barça inspire les réseaux sociaux", + "description": "L’élimination du FC Barcelone dès la phase de poule de la Ligue des champions amuse beaucoup les réseaux sociaux très inspirés par les malheurs du Barça et de son gardien Marc-André ter Stegen, notamment.

", + "content": "L’élimination du FC Barcelone dès la phase de poule de la Ligue des champions amuse beaucoup les réseaux sociaux très inspirés par les malheurs du Barça et de son gardien Marc-André ter Stegen, notamment.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-rongier-raconte-le-declic-qu-il-a-eu-grace-a-sampaoli_AV-202112060517.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/pique-xavi-ter-stegen-l-elimination-du-barca-inspire-les-reseaux-sociaux_AV-202112090126.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:18:39 GMT", - "enclosure": "https://images.bfmtv.com/pf2q1HHQ8NJHTOxQ7bgkHDouQF8=/0x143:2048x1295/800x0/images/Valentin-Rongier-1167218.jpg", + "pubDate": "Thu, 09 Dec 2021 07:46:40 GMT", + "enclosure": "https://images.bfmtv.com/VzeWarZKssrPdrcOnOfNhmI9ESc=/0x52:2032x1195/800x0/images/Marc-Andre-ter-Stegen-1184720.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0094e082edf98444ed33817ca39dc393" + "hash": "021af0e1e2c6c79b266eed170fa99df0" }, { - "title": "Dortmund-Bayern: une plainte déposée contre Bellingham pour \"diffamation\" envers l'arbitre", - "description": "Après la défaite du Borussia Dortmund face au Bayern Munich samedi (2-3), Jude Bellingham s'en était pris à l'arbitre qu'il a accusé de corruption. Ce lundi, la Fédération allemande de football a ouvert une enquête sur les propos du milieu anglais du Borussia, qui pourrait également faire l'objet de poursuites pénales après une plainte déposée ce week-end.

", - "content": "Après la défaite du Borussia Dortmund face au Bayern Munich samedi (2-3), Jude Bellingham s'en était pris à l'arbitre qu'il a accusé de corruption. Ce lundi, la Fédération allemande de football a ouvert une enquête sur les propos du milieu anglais du Borussia, qui pourrait également faire l'objet de poursuites pénales après une plainte déposée ce week-end.

", + "title": "Barça-Bayern: Après les avoir chambrés avant-match, Müller se paye les Blaugrana après le 3-0", + "description": "Artisan de la nouvelle victoire du Bayern Munich (3-0) face au FC Barcelone ce mercredi en Ligue des champions, Thomas Müller s'est livré après la partie à une analyse sur les failles sportives actuelles du club catalan. L'attaquant allemand estime que le Barça \"ne peut pas faire face à l'intensité\" proposée au plus haut niveau.

", + "content": "Artisan de la nouvelle victoire du Bayern Munich (3-0) face au FC Barcelone ce mercredi en Ligue des champions, Thomas Müller s'est livré après la partie à une analyse sur les failles sportives actuelles du club catalan. L'attaquant allemand estime que le Barça \"ne peut pas faire face à l'intensité\" proposée au plus haut niveau.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/dortmund-bayern-une-plainte-deposee-contre-bellingham-pour-diffamation-envers-l-arbitre_AN-202112060507.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-bayern-apres-les-avoir-chambre-avant-match-muller-se-paye-les-blaugrana-apres-le-3-0_AV-202112090105.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 19:45:00 GMT", - "enclosure": "https://images.bfmtv.com/q-alK_kHBwj_Nvt8Z2Hm8c2IAHA=/0x87:1200x762/800x0/images/Jude-Bellingham-1181783.jpg", + "pubDate": "Thu, 09 Dec 2021 07:28:26 GMT", + "enclosure": "https://images.bfmtv.com/Q4JPt8tKl0giPC7hhIrdveBBdUo=/0x0:2048x1152/800x0/images/Thomas-Mueller-1184689.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7075458e34d68d8d5b700ab0f36d6178" + "hash": "e9bf73c6ed4bf764f3fd42f94d1b999e" }, { - "title": "Barça : Memphis veut \"une revanche\" face au Bayern", - "description": "Dans l'obligation de ne pas perdre à Munich, Memphis Depay veut une \"revanche\" face au Bayern Munich, qui a humilié le club catalan en 2020 (8-2), avant de récidiver lors du match aller au Camp Nou (0-3).

", - "content": "Dans l'obligation de ne pas perdre à Munich, Memphis Depay veut une \"revanche\" face au Bayern Munich, qui a humilié le club catalan en 2020 (8-2), avant de récidiver lors du match aller au Camp Nou (0-3).

", + "title": "Tour de France: jugement attendu pour la spectatrice à la pancarte", + "description": "Elle avait provoqué la chute d'un tiers du peloton lors d ela première étape avec sa pancarte \"Allez Opi-Omi\".

", + "content": "Elle avait provoqué la chute d'un tiers du peloton lors d ela première étape avec sa pancarte \"Allez Opi-Omi\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-memphis-veut-une-revanche-face-au-bayern_AV-202112060505.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/tour-de-france/tour-de-france-jugement-attendu-pour-la-spectatrice-a-la-pancarte_AD-202112090103.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 19:41:38 GMT", - "enclosure": "https://images.bfmtv.com/u-FTeAoNJ5xnwOsbMnItwrzSxJE=/0x39:768x471/800x0/images/L-attaquant-neerlandais-de-Barcelone-Memphis-Depay-tente-de-dribbler-le-gardien-grec-de-Benfica-Odisseas-Vlachodimos-lors-de-leur-match-de-groupes-de-la-Ligue-des-Champions-le-23-novembre-2021-au-Camp-Nou-1173292.jpg", + "pubDate": "Thu, 09 Dec 2021 07:25:27 GMT", + "enclosure": "https://images.bfmtv.com/nYeJE2-AcYw4Lle2LAsf0v_l7X8=/0x40:768x472/800x0/images/Coureurs-a-terre-apres-une-chute-dans-la-premiere-etape-du-Tour-de-France-le-26-juin-2021-1066946.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51075,37 +52505,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bfcc4f889529a47b5136ee30a513631" + "hash": "501eb42477457c81c806b5db98e2c80f" }, { - "title": "PSG: \"J'ai l'impression que Pochettino fait tout pour se faire virer\", observe Di Meco", - "description": "Eric Di Meco se demande si Mauricio Pochettino a le charisme nécessaire pour tirer le meilleur de l'effectif de stars du PSG. Notre consultant estime que le coach argentin est même prêt à faire ses valises si une belle porte de sortie s'offre à lui.

", - "content": "Eric Di Meco se demande si Mauricio Pochettino a le charisme nécessaire pour tirer le meilleur de l'effectif de stars du PSG. Notre consultant estime que le coach argentin est même prêt à faire ses valises si une belle porte de sortie s'offre à lui.

", + "title": "Incidents OL-OM: \"cirque\", \"injustice\" et \"psychodrame\" dans la presse après les sanctions", + "description": "Les sanctions infligées à Lyon après les incidents lors du match face à Marseille ne satisfont personne comme le soulignent les médias locaux, ce jeudi matin.

", + "content": "Les sanctions infligées à Lyon après les incidents lors du match face à Marseille ne satisfont personne comme le soulignent les médias locaux, ce jeudi matin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-j-ai-l-impression-que-pochettino-fait-tout-pour-se-faire-virer-observe-di-meco_AV-202112060497.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-cirque-injustice-et-psychodrame-dans-la-presse-apres-les-sanctions_AV-202112090088.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 19:16:56 GMT", - "enclosure": "https://images.bfmtv.com/8ETljshnemy-T8Cn7ReCNvv9WrQ=/0x80:2048x1232/800x0/images/Mauricio-Pochettino-parle-tactique-avec-Lionel-Messi-1182571.jpg", + "pubDate": "Thu, 09 Dec 2021 07:02:31 GMT", + "enclosure": "https://images.bfmtv.com/GWcviwBcP5EY2NZfh9Lc82shQGw=/0x194:2048x1346/800x0/images/Dimitri-Payet-touche-par-un-projectile-lors-de-OL-OM-1172166.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de95bb03313ad5857b219ee8605d4c1f" + "hash": "73761d7f16f771392f3a58572a7ee631" }, { - "title": "Incidents OL-OM: pourquoi Marseille demande que Lyon ait match perdu", - "description": "Dans le dossier qu'elle présentera à la Ligue de football professionnel ce mercredi, avant l'annonce des sanctions adressées à l'Olympique Lyonnais, le club phocéen estime que son homologue rhodanien devrait avoir match perdu. Cette décision de la LFP fera suite au jet de bouteille qui a atteint Dimitri Payet le 21 novembre dernier lors du choc OL-OM au Groupama Stadium.

", - "content": "Dans le dossier qu'elle présentera à la Ligue de football professionnel ce mercredi, avant l'annonce des sanctions adressées à l'Olympique Lyonnais, le club phocéen estime que son homologue rhodanien devrait avoir match perdu. Cette décision de la LFP fera suite au jet de bouteille qui a atteint Dimitri Payet le 21 novembre dernier lors du choc OL-OM au Groupama Stadium.

", + "title": "Manchester United: Ralf Rangnick justifie la nomination d'un psychologue", + "description": "En conférence de presse avant la rencontre de Ligue des champions face aux Young Boys de Berne, Ralf Rangnick, nouveau manager de Manchester United, a expliqué la nomination au club d'un psychologue du sport. Le technicien allemand a fait appel à Sascha Lense, qu'il a déjà côtoyé au RB Leipzig, alors que les Red Devils ne possédaient aucun professionnel dans le domaine depuis 2001.

", + "content": "En conférence de presse avant la rencontre de Ligue des champions face aux Young Boys de Berne, Ralf Rangnick, nouveau manager de Manchester United, a expliqué la nomination au club d'un psychologue du sport. Le technicien allemand a fait appel à Sascha Lense, qu'il a déjà côtoyé au RB Leipzig, alors que les Red Devils ne possédaient aucun professionnel dans le domaine depuis 2001.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-pourquoi-l-om-demande-que-l-ol-ait-match-perdu-apres-les-incidents_AV-202112060489.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ralf-rangnick-justifie-la-nomination-d-un-psychologue_AV-202112090077.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 19:05:39 GMT", - "enclosure": "https://images.bfmtv.com/8WDUfWwbGwrs1fivUdqJdhlB9IY=/0x375:2048x1527/800x0/images/Dimitri-Payet-a-terre-durant-OL-OM-1172368.jpg", + "pubDate": "Thu, 09 Dec 2021 06:56:56 GMT", + "enclosure": "https://images.bfmtv.com/CieoJ1vEzoUQPTNpENFDMcr9dYY=/0x0:2032x1143/800x0/images/Ralf-Rangnick-1184647.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51115,37 +52545,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "333e6a5ff0bba1f9d56793d65c3acb0c" + "hash": "8a45914776d647560a12f6353ee1e8f3" }, { - "title": "Standard-Charleroi: un homme mis en examen pour tentative d'homicide après les \"scènes de guerre\"", - "description": "Un homme \"a été mis en examen pour tentative d'homicide et incendie criminel\" ce lundi, a indiqué la Fédération belge de football, alors que des incidents ont éclaté dans le championnat ce week-end lors de deux matchs différents. Des événements très graves qui sont allés jusqu'à provoquer l'ire du ministère de l'Intérieur.

", - "content": "Un homme \"a été mis en examen pour tentative d'homicide et incendie criminel\" ce lundi, a indiqué la Fédération belge de football, alors que des incidents ont éclaté dans le championnat ce week-end lors de deux matchs différents. Des événements très graves qui sont allés jusqu'à provoquer l'ire du ministère de l'Intérieur.

", + "title": "Barça: l'appel à l'unité de Laporta après l'élimination historique en Ligue des champions", + "description": "Éliminé de la Ligue des champions à l'issue de la phase de groupes, après sa défaite ce mercredi face au Bayern Munich (3-0), le FC Barcelone reste plongé dans la crise, aussi bien économique que sportive. Si le club catalan ne verra pas les huitièmes de finale pour la première fois depuis la saison 2003-2004, le président Joan Laporta a rapidement lancé un message d'unité aux supporters.

", + "content": "Éliminé de la Ligue des champions à l'issue de la phase de groupes, après sa défaite ce mercredi face au Bayern Munich (3-0), le FC Barcelone reste plongé dans la crise, aussi bien économique que sportive. Si le club catalan ne verra pas les huitièmes de finale pour la première fois depuis la saison 2003-2004, le président Joan Laporta a rapidement lancé un message d'unité aux supporters.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/standard-charleroi-un-homme-mis-en-examen-pour-homicide-apres-les-scenes-de-guerre_AN-202112060470.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-l-appel-a-l-unite-de-laporta-apres-l-elimination-historique-en-ligue-des-champions_AV-202112090051.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:41:59 GMT", - "enclosure": "https://images.bfmtv.com/aERsWVASX_Qp1V-DcpJtbmQU_MQ=/0x106:2048x1258/800x0/images/Un-match-entre-le-Standard-Liege-et-Charleroi-le-3-mars-2020-1182788.jpg", + "pubDate": "Thu, 09 Dec 2021 06:23:02 GMT", + "enclosure": "https://images.bfmtv.com/C1TO6crkVIOSdWoXUHul_4fbF_k=/0x68:2048x1220/800x0/images/Joan-Laporta-1170972.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02ac6c7ebd51b151c4b88f85f49f0e21" + "hash": "20bd573e45f88808c4f7a4487adb2633" }, { - "title": "JO d'hiver 2022: les États-Unis annoncent un boycott diplomatique à Pékin", - "description": "La Maison Blanche a annoncé ce lundi que les Etats-Unis vont boycotter diplomatiquement les prochains Jeux olympiques et paralympiques d'hiver, qui se dérouleront à Pékin du 4 au 20 février 2022.

", - "content": "La Maison Blanche a annoncé ce lundi que les Etats-Unis vont boycotter diplomatiquement les prochains Jeux olympiques et paralympiques d'hiver, qui se dérouleront à Pékin du 4 au 20 février 2022.

", + "title": "Ligue des champions en direct: la presse sans pitié avec le Barça après son élimination", + "description": "Coup de tonnerre dans cette Ligue des champions ! Barcelone est éliminé après sa défaite à Munich 3-0 combinée à la victoire de Benfica sur le Dynamo Kiev.

", + "content": "Coup de tonnerre dans cette Ligue des champions ! Barcelone est éliminé après sa défaite à Munich 3-0 combinée à la victoire de Benfica sur le Dynamo Kiev.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-d-hiver-2022-les-etats-unis-annoncent-un-boycott-diplomatique-a-pekin_AN-202112060464.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-multiplex-en-direct_LS-202112080539.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:35:41 GMT", - "enclosure": "https://images.bfmtv.com/6FSfWzTuuZ_eWYXBqBDYe2bbkOA=/0x75:768x507/800x0/images/Le-president-americain-Joe-Biden-le-2-decembre-2021-a-Bethesda-dans-le-Maryland-1180560.jpg", + "pubDate": "Wed, 08 Dec 2021 18:14:34 GMT", + "enclosure": "https://images.bfmtv.com/5l5SgLpTG7iR3FUIb-_7e6Je_Xs=/0x122:672x500/800x0/images/La-une-de-Marca-de-ce-jeudi-1184616.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51155,17 +52585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08e549ed5555cb583ffd9a42d7c6c650" + "hash": "740ec72deafbfb45a66af015470adda0" }, { - "title": "Coupe de France: le match Cannet-Rocheville-Marseille se jouera au Vélodrome", - "description": "L'ES Cannet-Rocheville n'étant pas en mesure d'accueillir l'Olympique de Marseille pour leur match de Coupe de France le 19 décembre prochain, l'OM a décidé d'accepter d'organiser la rencontre au stade Vélodrome.

", - "content": "L'ES Cannet-Rocheville n'étant pas en mesure d'accueillir l'Olympique de Marseille pour leur match de Coupe de France le 19 décembre prochain, l'OM a décidé d'accepter d'organiser la rencontre au stade Vélodrome.

", + "title": "Bayern-Barça: Lenglet rigole avec Lewandowski et provoque la colère des supporters catalans", + "description": "Clément Lenglet, défenseur du FC Barcelone, se retrouve au cœur des critiques pour avoir affiché un large sourire aux côtés de Robert Lewandowski après l'élimination historique du Barça dès la phase de poule de la Ligue des champions.

", + "content": "Clément Lenglet, défenseur du FC Barcelone, se retrouve au cœur des critiques pour avoir affiché un large sourire aux côtés de Robert Lewandowski après l'élimination historique du Barça dès la phase de poule de la Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-match-cannet-rocheville-marseille-se-jouera-au-velodrome_AV-202112060458.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/bayern-barca-lenglet-rigole-avec-lewandowski-et-provoque-la-colere-des-supporters-catalans_AV-202112090034.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:29:15 GMT", - "enclosure": "https://images.bfmtv.com/kL5P5yjhxlXv8aGDxDpLELGkuPQ=/0x210:2048x1362/800x0/images/Velodrome-1159418.jpg", + "pubDate": "Thu, 09 Dec 2021 05:57:14 GMT", + "enclosure": "https://images.bfmtv.com/imnGbOKzEPV5_ZkOI99DjvKTKaY=/0x197:2048x1349/800x0/images/Le-sourire-de-Clement-Lenglet-avec-Robert-Lewandowski-apres-l-elimination-du-Barca-ne-passe-pas-du-tout-1184601.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51175,37 +52605,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "057120b75427c4d478df1247de71e5a3" + "hash": "dbb7b566480beefa368e951900d4d8c4" }, { - "title": "PSG: Pochettino laisse \"les joueurs livrés à eux-mêmes\", regrette Rothen", - "description": "À la veille de PSG-Bruges, ce mardi (18h45 sur RMC Sport 1), Jérôme Rothen a critiqué le travail de Mauricio Pochettino dans son émission \"Rothen s'enflamme\". Selon lui, l'entraîneur du club de la capitale doit \"rassurer tactiquement\" ses joueurs, qui proposent un spectacle décevant depuis plusieurs semaines.

", - "content": "À la veille de PSG-Bruges, ce mardi (18h45 sur RMC Sport 1), Jérôme Rothen a critiqué le travail de Mauricio Pochettino dans son émission \"Rothen s'enflamme\". Selon lui, l'entraîneur du club de la capitale doit \"rassurer tactiquement\" ses joueurs, qui proposent un spectacle décevant depuis plusieurs semaines.

", + "title": "Ligue des champions: \"en-dessous de zéro\", la presse espagnole enfonce le Barça après son élimination", + "description": "L’élimination du FC Barcelone dès la phase de poule de la Ligue des champions est le sujet en une des quotidiens sportifs espagnols, ce jeudi.

", + "content": "L’élimination du FC Barcelone dès la phase de poule de la Ligue des champions est le sujet en une des quotidiens sportifs espagnols, ce jeudi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-laisse-les-joueurs-livres-a-eux-memes-regrette-rothen_AV-202112060416.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-en-dessous-de-zero-la-presse-espagnole-enfonce-le-barca-apres-son-elimination_AV-202112090020.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:58:53 GMT", - "enclosure": "https://images.bfmtv.com/IUbjLbEqeTu4wR4Y1duPZQv1ut4=/0x0:2048x1152/800x0/images/Lionel-Messi-sous-la-neige-a-Saint-Etienne-1181963.jpg", + "pubDate": "Thu, 09 Dec 2021 05:25:40 GMT", + "enclosure": "https://images.bfmtv.com/u39cdX67yEGMwGgSzcuz60afVZc=/0x14:752x437/800x0/images/La-une-de-Mundo-Deportivo-de-ce-jeudi-1184590.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f8433f0173c06ed7cbb38cc4477fc81f" + "hash": "48be83c9c90e726c5d6ee56ea55fcc1c" }, { - "title": "Anthony Joshua: \"Je veux récupérer mes ceintures\"", - "description": "EXCLU RMC SPORT. Il n’est plus champion du monde depuis fin septembre et sa défaite contre Oleksandr Usyk pour les titres IBF-WBA-WBO des lourds. Mais Anthony Joshua reste une des plus grandes stars actuelles de la boxe. Très rare dans les médias français, le combattant britannique a accordé un entretien exclusif à RMC Sport. Revanche contre Usyk, changements à venir à l'entraînement, Tyson Fury, Tony Yoka: \"AJ\" revient sur tous les sujets qui font son actualité et plus encore.

", - "content": "EXCLU RMC SPORT. Il n’est plus champion du monde depuis fin septembre et sa défaite contre Oleksandr Usyk pour les titres IBF-WBA-WBO des lourds. Mais Anthony Joshua reste une des plus grandes stars actuelles de la boxe. Très rare dans les médias français, le combattant britannique a accordé un entretien exclusif à RMC Sport. Revanche contre Usyk, changements à venir à l'entraînement, Tyson Fury, Tony Yoka: \"AJ\" revient sur tous les sujets qui font son actualité et plus encore.

", + "title": "Tour de France: jugement jeudi pour la spectatrice à la pancarte", + "description": "Le tribunal correctionnel de Brest doit rendre son jugement jeudi dans l'affaire de la femme qui avait provoqué une chute massive de coureurs lors du Tour de France en brandissant une pancarte en juin dernier.

", + "content": "Le tribunal correctionnel de Brest doit rendre son jugement jeudi dans l'affaire de la femme qui avait provoqué une chute massive de coureurs lors du Tour de France en brandissant une pancarte en juin dernier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/anthony-joshua-je-veux-recuperer-mes-ceintures_AV-202112060407.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/tour-de-france/tour-de-france-jugement-jeudi-pour-la-spectatrice-a-la-pancarte_AD-202112090011.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:47:46 GMT", - "enclosure": "https://images.bfmtv.com/4pIJEkqtcWIufJxqMcwb40-WmMo=/0x62:2032x1205/800x0/images/Anthony-Joshua-987595.jpg", + "pubDate": "Thu, 09 Dec 2021 04:49:45 GMT", + "enclosure": "https://images.bfmtv.com/qrCOtTDydi6ZAZH2i0brcuJHIhw=/7x88:1063x682/800x0/images/La-chute-sur-le-Tour-de-France-1055978.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51215,17 +52645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78aa90edc4423bc9846d828dd9b40462" + "hash": "b48a8b552251f9648d4269263ea82dc8" }, { - "title": "Saint-Étienne: Sablé assurera l'intérim après la mise à pied de Claude Puel", - "description": "Au lendemain de la mise à pied de Claude Puel, Julien Sablé a été choisi par l'AS Saint-Etienne pour assurer l'intérim jusqu'à la nomination d'un nouvel entraîneur.

", - "content": "Au lendemain de la mise à pied de Claude Puel, Julien Sablé a été choisi par l'AS Saint-Etienne pour assurer l'intérim jusqu'à la nomination d'un nouvel entraîneur.

", + "title": "Basket: une tribune fermée pour Gravelines-Dunkerque après la banderole insultante", + "description": "Le club nordiste a été sanctionné de la fermeture d’une tribune et d’une amende de 1500 euros à la suite d’une banderole insultante déployée lors du match face au Portel le 5 novembre dernier.

", + "content": "Le club nordiste a été sanctionné de la fermeture d’une tribune et d’une amende de 1500 euros à la suite d’une banderole insultante déployée lors du match face au Portel le 5 novembre dernier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-sable-assurera-l-interim-apres-la-mise-a-pied-de-claude-puel_AV-202112060392.html", + "link": "https://rmcsport.bfmtv.com/basket/basket-une-tribune-fermee-pour-gravelines-dunkerque-apres-la-banderole-insultante_AN-202112090010.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:26:58 GMT", - "enclosure": "https://images.bfmtv.com/5nv2tBB3AWVGeH6MqETeIxWJSNQ=/0x62:1200x737/800x0/images/-806024.jpg", + "pubDate": "Thu, 09 Dec 2021 00:18:16 GMT", + "enclosure": "https://images.bfmtv.com/9ouFMwyt7N6dCfUt8pQog7ahnpY=/0x106:2048x1258/800x0/images/Basket-illustration-976031.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51235,37 +52665,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "8146c78d571f5c7daf07d26d871232e2" + "hash": "ee065564f3192f5f4ce7674e72d429c3" }, { - "title": "Mondial 2022: une équipe norvégienne sort un maillot anti-Qatar", - "description": "La formation de Tromsø IL, qui évolue dans le championnat norvégien, a dévoilé ce lundi un maillot avec un QR code fonctionnel qui renvoie vers le site du club, où sont dénoncées les conditions de travail au Qatar.

", - "content": "La formation de Tromsø IL, qui évolue dans le championnat norvégien, a dévoilé ce lundi un maillot avec un QR code fonctionnel qui renvoie vers le site du club, où sont dénoncées les conditions de travail au Qatar.

", + "title": "Ligue des champions: le PSG en démonstration, le Real Madrid en quarts", + "description": "Le Paris SG féminin, déjà qualifié en quarts de finale de Ligue des champions, a enchaîné un cinquième succès (6-0) dans le groupe B mercredi à Kharkiv (Ukraine) lors de l'avant-dernière journée des poules, marquée par la qualification du Real Madrid et le succès de Wolfsburg.

", + "content": "Le Paris SG féminin, déjà qualifié en quarts de finale de Ligue des champions, a enchaîné un cinquième succès (6-0) dans le groupe B mercredi à Kharkiv (Ukraine) lors de l'avant-dernière journée des poules, marquée par la qualification du Real Madrid et le succès de Wolfsburg.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/mondial-2022-une-equipe-norvegienne-sort-un-maillot-anti-qatar_AV-202112060387.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/ligue-des-champions/ligue-des-champions-le-psg-en-demonstration-le-real-madrid-en-quarts_AD-202112090009.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:20:19 GMT", - "enclosure": "https://images.bfmtv.com/KxmAb_5Cnz4wU6I6roI8e6yuW3w=/0x103:1984x1219/800x0/images/Ballon-de-foot-1064209.jpg", + "pubDate": "Thu, 09 Dec 2021 00:08:06 GMT", + "enclosure": "https://images.bfmtv.com/v6ylP1oIa9F8tQiR3BUIfowudKk=/0x106:2048x1258/800x0/images/Les-joueuses-du-PSG-avec-Hamraoui-et-Baltimore-1168470.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a485bc5ba06a87d1d64524b4742ec98f" + "hash": "a62b2800040a33c5c7c0f193932df7db" }, { - "title": "Monaco: saison terminée pour Krépin Diatta, opéré des croisés avec succès", - "description": "L'attaquant sénégalais de l'AS Monaco Krépin Diatta (22 ans), opéré d'une lésion du ligament antérieur du genou gauche ce lundi, ne rejouera plus cette saison sous le maillot du club de la Principauté.

", - "content": "L'attaquant sénégalais de l'AS Monaco Krépin Diatta (22 ans), opéré d'une lésion du ligament antérieur du genou gauche ce lundi, ne rejouera plus cette saison sous le maillot du club de la Principauté.

", + "title": "Barça: \"Un coup de massue\" pour Xavi après l'élimination en Ligue des champions", + "description": "Sorti de la Ligue des champions dès la phase de groupes pour la première fois depuis la saison 2000-2001, le FC Barcelone est tombé très bas. Mais s'il reconnaît que la situation est \"triste et difficile\", Xavi veut aussi y voir \"le début d'une nouvelle étape\".

", + "content": "Sorti de la Ligue des champions dès la phase de groupes pour la première fois depuis la saison 2000-2001, le FC Barcelone est tombé très bas. Mais s'il reconnaît que la situation est \"triste et difficile\", Xavi veut aussi y voir \"le début d'une nouvelle étape\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-saison-terminee-pour-krepin-diatta-opere-des-croises-avec-succes_AV-202112060373.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-un-coup-de-massue-pour-xavi-apres-l-elimination-en-ligue-des-champions_AV-202112090008.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 16:54:53 GMT", - "enclosure": "https://images.bfmtv.com/W2CICT7aEggBMneVfYG57sQz7gc=/0x0:1200x675/800x0/images/Krepin-Diatta-1182763.jpg", + "pubDate": "Thu, 09 Dec 2021 00:02:33 GMT", + "enclosure": "https://images.bfmtv.com/8pX0tca9v3vwt-n1R-JCqY2W8D4=/0x61:2048x1213/800x0/images/Xavi-Hernandez-1184566.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51275,17 +52705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "df3864e473d054b6e56bca71d2a89746" + "hash": "104890f0c63b8724f1275b0927c09215" }, { - "title": "OL: coup dur pour Denayer, qui va être absent deux mois", - "description": "Sorti blessé lors du match entre les Girondins de Bordeaux et l'Olympique Lyonnais, dimanche en Ligue 1 (2-2), Jason Denayer sera absent deux mois. Le défenseur central souffre d'une entorse de la cheville droite, a indiqué le club rhodanien dans un communiqué.

", - "content": "Sorti blessé lors du match entre les Girondins de Bordeaux et l'Olympique Lyonnais, dimanche en Ligue 1 (2-2), Jason Denayer sera absent deux mois. Le défenseur central souffre d'une entorse de la cheville droite, a indiqué le club rhodanien dans un communiqué.

", + "title": "Wolfsburg-Lille: \"C’est historique\", les Dogues laissent éclater leur joie", + "description": "Lille a décroché la qualification pour les 8es de finale de la Ligue des champions en s’imposant à Wolfsburg (3-1) ce mercredi. Jocelyn Gourvennec et Benjamin André ont exprimé leur satisfaction après ce moment rare dans la vie du club nordiste.

", + "content": "Lille a décroché la qualification pour les 8es de finale de la Ligue des champions en s’imposant à Wolfsburg (3-1) ce mercredi. Jocelyn Gourvennec et Benjamin André ont exprimé leur satisfaction après ce moment rare dans la vie du club nordiste.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-coup-dur-pour-denayer-qui-va-etre-absent-deux-mois_AV-202112060365.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/wolfsburg-lille-c-est-historique-les-dogues-laissent-eclater-leur-joie_AV-202112080653.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 16:46:08 GMT", - "enclosure": "https://images.bfmtv.com/j3yG2YxKSrNdEf4uKE5ZFQiI0dA=/0x34:1200x709/800x0/images/Jason-Denayer-1182334.jpg", + "pubDate": "Wed, 08 Dec 2021 23:58:01 GMT", + "enclosure": "https://images.bfmtv.com/m-856iKfGlnmZ_Xf3ryisf0akSU=/0x16:768x448/800x0/images/La-joie-du-Canadien-Jonathan-David-et-de-l-Anglais-Angel-Gomes-auteurs-chacun-d-un-but-lors-de-la-victoire-de-Lille-3-1-sur-le-terrain-de-Wolfsbourg-lors-de-la-6e-journee-du-groupe-G-de-la-Ligue-des-Champions-le-8-decembre-2021-1184548.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51295,17 +52725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68eefda267056fa546f68cae13857c36" + "hash": "e9f463eaec2a63313481d5ff7c9d9cd6" }, { - "title": "Incidents OL-OM: un rapport de la préfecture et de la DDSP rejette la faute sur la Ligue", - "description": "Deux semaines et demi après l'arrêt et le report de la rencontre entre l'OL et l'OM, un rapport co-rédigé par la préfecture d'Auvergne-Rhône-Alpes et la Direction départementale de la sécurité publique consulté par RMC Sport indique que les membres de la Ligue présents sur place \"semblaient privilégier une reprise\".

", - "content": "Deux semaines et demi après l'arrêt et le report de la rencontre entre l'OL et l'OM, un rapport co-rédigé par la préfecture d'Auvergne-Rhône-Alpes et la Direction départementale de la sécurité publique consulté par RMC Sport indique que les membres de la Ligue présents sur place \"semblaient privilégier une reprise\".

", + "title": "Incidents OL-OM: Cardoze explique que l'OM voulait avoir match gagné", + "description": "Jacques Cardoze, le directeur de la communication de l'OM, a réagi dans l'After Foot sur RMC aux décisions de la commission de discipline de la Ligue, qui a décidé de retirer un point ferme à l'OL après les incidents survenus lors du match Lyon-Marseille. Le match sera aussi rejoué.

", + "content": "Jacques Cardoze, le directeur de la communication de l'OM, a réagi dans l'After Foot sur RMC aux décisions de la commission de discipline de la Ligue, qui a décidé de retirer un point ferme à l'OL après les incidents survenus lors du match Lyon-Marseille. Le match sera aussi rejoué.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-un-rapport-de-la-prefecture-et-de-la-ddsp-rejette-la-faute-sur-la-ligue_AV-202112060339.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-cardoze-explique-que-l-om-voulait-avoir-match-gagne_AV-202112080650.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 16:19:32 GMT", - "enclosure": "https://images.bfmtv.com/cYZCJ3C5jbxw__gAo3KoSS80NCA=/0x50:768x482/800x0/images/Le-milieu-de-terrain-de-l-Olympique-de-Marseille-Dimitri-Payet-s-apprete-a-tirer-un-corner-lors-du-match-de-cloture-de-la-14e-journee-de-Ligue-1-face-a-Lyon-le-22-novembre-2021-au-Groupama-Stadium-a-Decines-Charpieu-pres-de-Lyon-1173198.jpg", + "pubDate": "Wed, 08 Dec 2021 23:23:55 GMT", + "enclosure": "https://images.bfmtv.com/EYeRNLBMaMQIdaq-D8hCaNuC_nI=/0x210:2048x1362/800x0/images/Jacques-CARDOZE-1184541.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51315,57 +52745,57 @@ "favorite": false, "created": false, "tags": [], - "hash": "8923affcad3e82ee1d1bad21d3ab9643" + "hash": "6ac0fb24770f55747283da033c38fd32" }, { - "title": "Tennis: la WTA officialise son calendrier 2022 et acte son boycott de la Chine", - "description": "La WTA a publié ce lundi son calendrier pour les six premiers mois de la saison 2022 et aucun tournois chinois ne s'y trouve. Un acte majeur de la part de Steve Simon, qui avait eu des mots forts après la révélation de l'affaire Peng Shuai.

", - "content": "La WTA a publié ce lundi son calendrier pour les six premiers mois de la saison 2022 et aucun tournois chinois ne s'y trouve. Un acte majeur de la part de Steve Simon, qui avait eu des mots forts après la révélation de l'affaire Peng Shuai.

", + "title": "Ligue 1 en direct: Rennes dénonce \"le manque de fair-play\" de Tottenham et veut jouer", + "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tennis-la-wta-officialise-son-calendrier-2022-et-acte-son-boycott-de-la-chine_AV-202112060330.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 15:59:24 GMT", - "enclosure": "https://images.bfmtv.com/b-NX9lhOxku0fBkpjMvy57cpBS4=/0x40:768x472/800x0/images/La-joueuse-chinoise-Peng-Shuai-lors-d-un-match-du-tournoi-WTA-de-Pekin-le-2-octobre-2017-1170748.jpg", + "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", + "enclosure": "https://images.bfmtv.com/1qXSI53YdnVzaShsqsN6ZbDok2E=/0x104:2000x1229/800x0/images/Kane-et-Truffert-lors-de-Rennes-Tottenham-1184253.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec321b5440943767027af8390b6ce9ec" + "hash": "4d4b9d7fe72179f882854e215d0ce018" }, { - "title": "OL: les supporters des Rangers interdits à Lyon", - "description": "À trois jours du match entre l'Olympique Lyonnais et les Glasgow Rangers jeudi en Ligue Europa (sur RMC Sport), un arrêté ministériel publié ce lundi interdit le déplacement des supporters écossais à Lyon. 2 200 d'entre eux devaient assister à ce match comptant pour la 6e journée de Ligue Europa.

", - "content": "À trois jours du match entre l'Olympique Lyonnais et les Glasgow Rangers jeudi en Ligue Europa (sur RMC Sport), un arrêté ministériel publié ce lundi interdit le déplacement des supporters écossais à Lyon. 2 200 d'entre eux devaient assister à ce match comptant pour la 6e journée de Ligue Europa.

", + "title": "PRONOS PARIS RMC Les paris du 9 décembre sur Tottenham - Rennes – Ligue Europa Conférence", + "description": "Notre pronostic: Tottenham ne perd pas face à Rennes et plus de 1,5 but dans le match (1.44)

", + "content": "Notre pronostic: Tottenham ne perd pas face à Rennes et plus de 1,5 but dans le match (1.44)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ol-les-supporters-des-rangers-interdits-a-lyon_AV-202112060329.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-9-decembre-sur-tottenham-rennes-ligue-europa-conference_AN-202112080414.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 15:56:45 GMT", - "enclosure": "https://images.bfmtv.com/vAkF-MIVxCZ56NNf5Na3xZiB3O4=/0x84:2048x1236/800x0/images/Les-supporters-des-Rangers-lors-du-match-aller-entre-l-OL-et-le-club-de-Glasgow-le-16-septembre-1182742.jpg", + "pubDate": "Wed, 08 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/1qXSI53YdnVzaShsqsN6ZbDok2E=/0x104:2000x1229/800x0/images/Kane-et-Truffert-lors-de-Rennes-Tottenham-1184253.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d745027063502e49a6e81b39a9db723" + "hash": "b4504887d8cd61ddfa289944f595bf35" }, { - "title": "Coupe de France : Avant son match face à l’OM, Le Cannet, sans stade, tire la sonnette d’alarme", - "description": "Ce qui était une grande joie au moment du tirage au sort lundi dernier est en train de tourner au cauchemar: les amateurs du Cannet-Rocheville ne savent toujours pas où ils pourront recevoir l'OM en 32e de finale de coupe de France le dimanche 19 décembre.

", - "content": "Ce qui était une grande joie au moment du tirage au sort lundi dernier est en train de tourner au cauchemar: les amateurs du Cannet-Rocheville ne savent toujours pas où ils pourront recevoir l'OM en 32e de finale de coupe de France le dimanche 19 décembre.

", + "title": "Ligue des champions: la déroute du Barça, Yilmaz, Greenwood... les principaux buts de mercredi", + "description": "Lors de la victoire 3-0 du Bayern Munich face au Barça, Leroy Sané a inscrit l'un des plus beaux buts de la dernière soirée de Ligue des champions de l'année 2021. Deux jolis buts ont aussi été marqués à Old Trafford, où Manchester United et le Young Boys s'affrontaient.

", + "content": "Lors de la victoire 3-0 du Bayern Munich face au Barça, Leroy Sané a inscrit l'un des plus beaux buts de la dernière soirée de Ligue des champions de l'année 2021. Deux jolis buts ont aussi été marqués à Old Trafford, où Manchester United et le Young Boys s'affrontaient.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-avant-son-match-face-a-l-om-le-cannet-sans-stade-tire-la-sonnette-d-alarme_AV-202112060323.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-la-deroute-du-barca-yilmaz-greenwood-les-principaux-buts-de-mercredi_AV-202112080638.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 15:33:28 GMT", - "enclosure": "https://images.bfmtv.com/0fgFY64v7W1LaegIfAeNtItvj8M=/0x175:2048x1327/800x0/images/Le-stade-Velodrome-a-huis-clos-pour-OM-Troyes-1181282.jpg", + "pubDate": "Wed, 08 Dec 2021 22:48:43 GMT", + "enclosure": "https://images.bfmtv.com/qj-48cFOBC15TKYG1dT65uWyriM=/0x69:2048x1221/800x0/images/Bayern-Barca-1184523.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51375,17 +52805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0eb9bb5af0360143294535b1caad5dc0" + "hash": "607896f35e2b1b08fa0fd2c225706dc5" }, { - "title": "PSG: \"Les gens critiquent toujours\", Hakimi réclame de la patience", - "description": "En conférence de presse ce lundi, à la veille du dernier rendez-vous de la phase de poules de la Ligue des champions face à Bruges (mardi à 18h45, en direct sur RMC Sport 1), le latéral droit Achraf Hakimi a estimé que les joueurs du PSG avait encore besoin de temps pour assimiler les demandes de leur entraîneur, Mauricio Pochettino.

", - "content": "En conférence de presse ce lundi, à la veille du dernier rendez-vous de la phase de poules de la Ligue des champions face à Bruges (mardi à 18h45, en direct sur RMC Sport 1), le latéral droit Achraf Hakimi a estimé que les joueurs du PSG avait encore besoin de temps pour assimiler les demandes de leur entraîneur, Mauricio Pochettino.

", + "title": "Incidents OL-OM: la colère d’Alvaro après le verdict de la commission", + "description": "Les décisions de la commission de discipline de la LFP ont été dévoilées ce mercredi après les incidents lors d’OL-OM. Si le club lyonnais est lourdement sanctionné, le verdict ne plaît pas à Alvaro Gonzalez.

", + "content": "Les décisions de la commission de discipline de la LFP ont été dévoilées ce mercredi après les incidents lors d’OL-OM. Si le club lyonnais est lourdement sanctionné, le verdict ne plaît pas à Alvaro Gonzalez.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-les-gens-critiquent-toujours-hakimi-reclame-de-la-patience_AV-202112060322.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-la-colere-d-alvaro-apres-le-verdict-de-la-commission_AV-202112080632.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 15:26:32 GMT", - "enclosure": "https://images.bfmtv.com/cTPSglOa2Bh96dMyMFmXsfwhMos=/0x0:1200x675/800x0/images/Achraf-Hakimi-1182743.jpg", + "pubDate": "Wed, 08 Dec 2021 22:36:41 GMT", + "enclosure": "https://images.bfmtv.com/D1NjSFguBwA7ZOzG_LYB69JW87w=/0x39:768x471/800x0/images/Le-meneur-de-jeu-de-Marseille-Dimitri-Payet-touche-par-une-bouteille-d-eau-au-moment-de-tirer-un-corner-contre-Lyon-au-Parc-OL-le-21-novembre-2021-1171867.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51395,17 +52825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "685de39923307454d18dd756abc781b5" + "hash": "1b345eab8c9d40431e9d851b46ce3105" }, { - "title": "Ligue 1: huis clos, point de retrait... ce que risque l'OL après l'incident contre l'OM", - "description": "Deux semaines et demi après l'incident qui a provoqué l'interruption de la rencontre entre l'Olympique Lyonnais et l'Olympique de Marseille le 21 novembre au Groupama Stadium, l'OL va être fixé mercredi sur ses sanctions. Selon nos informations, le retrait d'un point avec sursis est possible ainsi qu'un nouveau match à huis clos.

", - "content": "Deux semaines et demi après l'incident qui a provoqué l'interruption de la rencontre entre l'Olympique Lyonnais et l'Olympique de Marseille le 21 novembre au Groupama Stadium, l'OL va être fixé mercredi sur ses sanctions. Selon nos informations, le retrait d'un point avec sursis est possible ainsi qu'un nouveau match à huis clos.

", + "title": "Ligue des champions: les adversaires potentiels du PSG et de Lille en huitièmes", + "description": "Il y aura deux représentants français en huitièmes de finale de Ligue des champions. Après le PSG, Lille a validé son billet pour le prochain tour en dominant Wolfsburg (3-1) ce mercredi. Ils connaissent leurs adversaires potentiels.

", + "content": "Il y aura deux représentants français en huitièmes de finale de Ligue des champions. Après le PSG, Lille a validé son billet pour le prochain tour en dominant Wolfsburg (3-1) ce mercredi. Ils connaissent leurs adversaires potentiels.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-un-possible-retrait-d-un-point-avec-sursis-pour-l-ol-apres-l-incident-contre-l-om_AV-202112060319.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-adversaires-potentiels-pour-le-psg-et-lille-en-huitiemes_AV-202112080630.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 15:20:37 GMT", - "enclosure": "https://images.bfmtv.com/YUzaZSDOddKudjP1EhIzSEW7nSc=/0x60:768x492/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", + "pubDate": "Wed, 08 Dec 2021 22:26:59 GMT", + "enclosure": "https://images.bfmtv.com/g5YAk7GIILjNzuwqBugOg4wvmR8=/0x5:2048x1157/800x0/images/PSG-1184529.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51415,17 +52845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aa75513da60a08e6e62cb24b3cf0e78" + "hash": "4947eb9edc8d553d358b1930cb9f478d" }, { - "title": "PSG-Bruges: le monologue de Pochettino pour assurer qu'il \"se sent bien malgré les tempêtes\"", - "description": "A la veille de la réception de Bruges en Ligue des champions (18h45, sur RMC Sport 1), Mauricio Pochettino est revenu sur les critiques dont son équipe fait l'objet depuis quelques semaines. Malgré les tempêtes, le technicien \"se sent bien\" et garde la confiance de ses joueurs.

", - "content": "A la veille de la réception de Bruges en Ligue des champions (18h45, sur RMC Sport 1), Mauricio Pochettino est revenu sur les critiques dont son équipe fait l'objet depuis quelques semaines. Malgré les tempêtes, le technicien \"se sent bien\" et garde la confiance de ses joueurs.

", + "title": "Ligue des champions: corrigé par le Bayern, le Barça se retrouve en Ligue Europa", + "description": "Balayé par le Bayern (3-0) ce mercredi à Munich, le FC Barcelone ne disputera pas les huitièmes de finale de la Ligue des champions. Une énorme désillusion pour les joueurs de Xavi, qui sont reversés en Ligue Europa.

", + "content": "Balayé par le Bayern (3-0) ce mercredi à Munich, le FC Barcelone ne disputera pas les huitièmes de finale de la Ligue des champions. Une énorme désillusion pour les joueurs de Xavi, qui sont reversés en Ligue Europa.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-le-monologue-de-pochettino-pour-assurer-qu-il-se-sent-bien-malgre-les-tempetes_AV-202112060317.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-corrige-par-le-bayern-le-barca-se-retrouve-en-ligue-europa_AV-202112080623.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 15:17:50 GMT", - "enclosure": "https://images.bfmtv.com/I6X2EQBr5aBEciqBg7-KhTrfpyQ=/0x229:496x508/800x0/images/L-entraineur-argentin-du-Paris-Saint-Germain-Mauricio-Pochettino-lors-d-une-conference-de-presse-au-Parc-des-Princes-a-Paris-le-18-octobre-2021-1156167.jpg", + "pubDate": "Wed, 08 Dec 2021 21:56:01 GMT", + "enclosure": "https://images.bfmtv.com/gEhV3S63TFwRexP3aP5nD8520o4=/0x0:2048x1152/800x0/images/Benjamin-Pavard-et-Ousmane-Dembele-1184512.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51435,77 +52865,77 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5f6784125554e35402d402cd975bb8c" + "hash": "40e0df5a0af3fd344015219af12c1194" }, { - "title": "Rugby: l'essai de l'année pour les Français Penaud et Boulard", - "description": "Les essais inscrits par l'ailier français Damian Penaud et l'arrière française Emilie Boulard, respectivement contre l'Ecosse et le pays de Galles lors du Tournoi des six nations 2021, ont été élus les plus beaux de l'année, a annoncé lundi World Rugby.

", - "content": "Les essais inscrits par l'ailier français Damian Penaud et l'arrière française Emilie Boulard, respectivement contre l'Ecosse et le pays de Galles lors du Tournoi des six nations 2021, ont été élus les plus beaux de l'année, a annoncé lundi World Rugby.

", + "title": "Ligue des champions: le Losc qualifié pour les huitièmes, en surclassant Wolfsburg", + "description": "Vainqueur 3-1 à Wolfsburg, le Losc s'est qualifié pour les huitièmes de finale de la Ligue des champions. Le champion de France, qui rejoint le PSG, s'est offert au passage la première place de son groupe, lui conférant ainsi le statut de tête de série pour le tirage au sort.

", + "content": "Vainqueur 3-1 à Wolfsburg, le Losc s'est qualifié pour les huitièmes de finale de la Ligue des champions. Le champion de France, qui rejoint le PSG, s'est offert au passage la première place de son groupe, lui conférant ainsi le statut de tête de série pour le tirage au sort.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/rugby-l-essai-de-l-annee-pour-les-francais-penaud-et-boulard_AD-202112060312.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-losc-qualifie-pour-les-huitiemes-en-surclassant-wolfsburg_AV-202112080622.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 15:12:16 GMT", - "enclosure": "https://images.bfmtv.com/ms6h7IDVFXBI1s2FUcq99gDT3TI=/0x40:768x472/800x0/images/L-ailier-francais-Damian-Penaud-file-marquer-un-essai-apres-son-interception-face-a-la-Nouvelle-Zelande-lors-du-dernier-test-match-de-la-tournee-d-automne-le-20-novembre-2021-au-Stade-de-France-a-Saint-Denis-1171411.jpg", + "pubDate": "Wed, 08 Dec 2021 21:55:11 GMT", + "enclosure": "https://images.bfmtv.com/7z3UfCv9QAGjasbl781VRIXC3ao=/6x101:2038x1244/800x0/images/Losc-Wolfsburg-1184513.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3c90ac165f6054a3702a5d8f3189028" + "hash": "a93510ee4912490b2fdd362db90e68a7" }, { - "title": "F2: talon cassé, contusions… Fittipaldi présente ses blessures après l‘accident avec Pourchaire", - "description": "Pris dans une terrible collision avec la voiture du Français Théo Pourchaire, le Brésilien Enzo Fittipaldi a donné des nouvelles rassurantes sur les réseaux sociaux, publiant une photo de lui à l’hôpital avec le pouce levé.

", - "content": "Pris dans une terrible collision avec la voiture du Français Théo Pourchaire, le Brésilien Enzo Fittipaldi a donné des nouvelles rassurantes sur les réseaux sociaux, publiant une photo de lui à l’hôpital avec le pouce levé.

", + "title": "L'OM écope d'une amende, après les propos racistes contre Suk", + "description": "L'OM a écopé d'une amende de 10.000 euros pour les propos à caractère discriminatoire tenus à l'encontre de l'attaquant de Troyes Hyun-Jun Suk, a annoncé mercredi la commission de discipline de la LFP.

", + "content": "L'OM a écopé d'une amende de 10.000 euros pour les propos à caractère discriminatoire tenus à l'encontre de l'attaquant de Troyes Hyun-Jun Suk, a annoncé mercredi la commission de discipline de la LFP.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f2-talon-casse-contusions-fittipaldi-presente-ses-blessures-apres-l-accident-avec-pourchaire_AV-202112060302.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/l-om-ecope-d-une-amende-apres-les-propos-racistes-contre-suk_AV-202112080615.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 14:41:59 GMT", - "enclosure": "https://images.bfmtv.com/QgwL8xd7SOdRS4xK6_hIKKxbFWQ=/0x125:1200x800/800x0/images/Illustration-de-la-violence-du-choc-entre-Theo-Pourchaire-et-Enzo-Fittipaldi-1182731.jpg", + "pubDate": "Wed, 08 Dec 2021 21:29:03 GMT", + "enclosure": "https://images.bfmtv.com/s8QpeRhbYtmX5j0kIwTWPpp-fpk=/14x191:2030x1325/800x0/images/Hyun-Jun-SUK-1178760.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89baa6f2ec2d56cfb3eb98e9c781b114" + "hash": "cf3b84a662a6244471624c7e721bb696" }, { - "title": "Real Madrid: Casemiro confiant pour l'avenir de Camavinga", - "description": "Le Real Madrid affronte l’Inter Milan mardi lors de la sixième journée des poules de la Ligue des champions. Interrogé sur l'intégration d’Eduardo Camavinga, le Brésilien Casemiro a affiché une belle confiance à l’égard du milieu français.

", - "content": "Le Real Madrid affronte l’Inter Milan mardi lors de la sixième journée des poules de la Ligue des champions. Interrogé sur l'intégration d’Eduardo Camavinga, le Brésilien Casemiro a affiché une belle confiance à l’égard du milieu français.

", + "title": "Incidents OL-OM: Lyon dénonce le verdict et s’en prend violemment à Cardoze", + "description": "Sanctionné d’un point de retrait ferme, l’OL, qui devra également rejouer le match face à l’OM, a publié un communiqué pour afficher sa colère. Et critiquer Jacques Cardoze, le directeur de la communication de Marseille, accusé d’avoir voulu faire pression sur la commission de discipline.

", + "content": "Sanctionné d’un point de retrait ferme, l’OL, qui devra également rejouer le match face à l’OM, a publié un communiqué pour afficher sa colère. Et critiquer Jacques Cardoze, le directeur de la communication de Marseille, accusé d’avoir voulu faire pression sur la commission de discipline.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/real-madrid-casemiro-confiant-pour-l-avenir-de-camavinga_AV-202112060296.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-lyon-denonce-le-verdict-et-s-en-prend-violemment-a-cardoze_AN-202112080614.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 14:32:21 GMT", - "enclosure": "https://images.bfmtv.com/lQzuzZRmvOH0uyiaW2ROXC-FbVY=/0x17:2048x1169/800x0/images/Eduardo-Camavinga-avec-le-Real-Madrid-1182723.jpg", + "pubDate": "Wed, 08 Dec 2021 21:22:13 GMT", + "enclosure": "https://images.bfmtv.com/YqzCAMCkMqTTfpfMh6jDMaTrHFw=/0x64:768x496/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-quitte-la-pelouse-apres-avoir-ete-touche-a-la-tempe-par-une-bouteille-lancee-depuis-une-tribune-de-supporters-lyonnais-au-Parc-OL-le-21-novembre-2021-1171860.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba58fdb7beb9bae1b61f89086a0f62ec" + "hash": "e5b0cc1cb15517f379daedb453e55a71" }, { - "title": "PSG: Sergio Ramos forfait face à Bruges, Kimpembe incertain", - "description": "Trop juste sur le plan physique, le défenseur central du PSG, Sergio Ramos, sera absent pour le match de Ligue des champions face à Bruges, mardi au Parc des Princes (18h45 en direct sur RMC Sport 1).

", - "content": "Trop juste sur le plan physique, le défenseur central du PSG, Sergio Ramos, sera absent pour le match de Ligue des champions face à Bruges, mardi au Parc des Princes (18h45 en direct sur RMC Sport 1).

", + "title": "Incidents OL-OM: la réponse ferme de la LFP après le coup de gueule de Cardoze", + "description": "Après avoir annoncé les décisions prises à l’encontre de l’OL pour les incidents survenus contre l'OM, Sébastien Deneux, le président de la commission de discipline de la LFP, a répondu avec fermeté à Jacques Cardoze. Le directeur de la communication du club phocéen avait poussé un coup de gueule contre l'absence de représentant du club phocéen à Paris.

", + "content": "Après avoir annoncé les décisions prises à l’encontre de l’OL pour les incidents survenus contre l'OM, Sébastien Deneux, le président de la commission de discipline de la LFP, a répondu avec fermeté à Jacques Cardoze. Le directeur de la communication du club phocéen avait poussé un coup de gueule contre l'absence de représentant du club phocéen à Paris.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-sergio-ramos-forfait-face-a-bruges-kimpembe-incertain_AV-202112060274.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-la-reponse-ferme-de-la-lfp-apres-le-coup-de-gueule-de-cardoze_AV-202112080611.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:48:59 GMT", - "enclosure": "https://images.bfmtv.com/7m-qfhTwLE18hCdBBD4kar0LUOg=/0x37:2048x1189/800x0/images/Sergio-RAMOS-1180944.jpg", + "pubDate": "Wed, 08 Dec 2021 21:05:37 GMT", + "enclosure": "https://images.bfmtv.com/4fiMuUAXnCSxgg3cOrzhXoN89UY=/0x146:2048x1298/800x0/images/OL-OM-1184497.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51515,37 +52945,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "8837da6cb1647267432f8574fb7f4509" + "hash": "24715ee824de6ce957267ab6ba956ea2" }, { - "title": "Juventus: altercation entre Morata et Allegri en plein match", - "description": "Massimiliano Allegri a alpagué Alvaro Morata lors de son remplacement pendant le match entre la Juventus et le Genoa dimanche en Serie A. L’entraîneur turinois a reproché à l’attaquant espagnol un carton jaune reçu stupidement pour contestation.

", - "content": "Massimiliano Allegri a alpagué Alvaro Morata lors de son remplacement pendant le match entre la Juventus et le Genoa dimanche en Serie A. L’entraîneur turinois a reproché à l’attaquant espagnol un carton jaune reçu stupidement pour contestation.

", + "title": "Ligue des champions: Atalanta-Villarreal reporté en raison de la neige", + "description": "D'importantes chutes de neige ont provoqué le report du match Atalanta-Villarreal, mercredi soir en Ligue des champions. La rencontre, comptant pour le groupe F, est reprogrammée à jeudi.

", + "content": "D'importantes chutes de neige ont provoqué le report du match Atalanta-Villarreal, mercredi soir en Ligue des champions. La rencontre, comptant pour le groupe F, est reprogrammée à jeudi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-altercation-entre-morata-et-allegri-en-plein-match_AV-202112060271.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-atalanta-villarreal-reporte-en-raison-de-la-neige_AV-202112080609.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:42:40 GMT", - "enclosure": "https://images.bfmtv.com/h1NdXz42u_PU7XrTpZCLkTM_Kec=/0x0:2048x1152/800x0/images/L-altercation-entre-Alvaro-Morata-et-Massimiliano-Allegri-lors-de-Juventus-Genoa-1182695.jpg", + "pubDate": "Wed, 08 Dec 2021 21:02:50 GMT", + "enclosure": "https://images.bfmtv.com/ng7IzZb5N20mUFGoATokx3QrGOg=/0x212:2048x1364/800x0/images/Atlanta-neige-1184500.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b690c437383048a988a952d5ca78ea7" + "hash": "1a651086167ed4a84359b8fe6cb3124e" }, { - "title": "Scandale en Colombie, la \"finale\" d'accession en D1 probablement truquée", - "description": "L'Union Magdalena s'est imposé samedi sur la pelouse de Llaneros (2-1), et termine de justesse en tête de son groupe pour la promotion en Première division colombienne. Un match entâché de forts soupçons de corruption, l'Union ayant inscrit ses deux buts aux 95e et 96e minutes, avec une défense adverse apathique. De quoi créer un gros scandale en Colombie. Et même une affaire d'Etat...

", - "content": "L'Union Magdalena s'est imposé samedi sur la pelouse de Llaneros (2-1), et termine de justesse en tête de son groupe pour la promotion en Première division colombienne. Un match entâché de forts soupçons de corruption, l'Union ayant inscrit ses deux buts aux 95e et 96e minutes, avec une défense adverse apathique. De quoi créer un gros scandale en Colombie. Et même une affaire d'Etat...

", + "title": "Incidents OL-OM: un point de retrait ferme pour Lyon, le match à rejouer", + "description": "La commission de discipline de la Ligue de football professionnel était réunie ce mercredi pour étudier les sanctions à infliger après les incidents survenus le 21 novembre lors du choc OL-OM. Le match sera rejoué à Lyon. L'OL écope d'un point de retrait ferme au classement.

", + "content": "La commission de discipline de la Ligue de football professionnel était réunie ce mercredi pour étudier les sanctions à infliger après les incidents survenus le 21 novembre lors du choc OL-OM. Le match sera rejoué à Lyon. L'OL écope d'un point de retrait ferme au classement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/scandale-en-colombie-la-finale-d-accession-en-d1-probablement-truquee_AV-202112060270.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-un-point-de-retrait-ferme-pour-lyon-le-match-a-rejouer_AV-202112080602.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:37:25 GMT", - "enclosure": "https://images.bfmtv.com/GhCvFPip7RpYxgsAuBlLimj5JAQ=/11x4:1611x904/800x0/images/L-Union-Magdalena-s-est-impose-sur-la-pelouse-de-Llaneros-1182684.jpg", + "pubDate": "Wed, 08 Dec 2021 20:34:18 GMT", + "enclosure": "https://images.bfmtv.com/LJN4y2A5ViNmMsexU1LP0heFpGQ=/0x35:768x467/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51555,17 +52985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "53c6a135f2343afe006f68a42f60ade1" + "hash": "518e18bb6d6460bb31551a0f84234bdf" }, { - "title": "Ligue 1 en direct: le match de Coupe de France Cannet-Rocheville-OM se jouera au Vélodrome", - "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", - "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "title": "Wolfsburg-Lille: le but de Yilmaz après un contre express en vidéo", + "description": "Avec un but à la 11e minute, Burak Yilmaz a permis au Losc de mener 1-0 sur le terrain de Wolfsburg, mercredi soir dans le cadre de la 6e et dernière journée de la phase de groupes de la Ligue des champions.

", + "content": "Avec un but à la 11e minute, Burak Yilmaz a permis au Losc de mener 1-0 sur le terrain de Wolfsburg, mercredi soir dans le cadre de la 6e et dernière journée de la phase de groupes de la Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/wolfsburg-lille-le-but-de-yilmaz-apres-un-contre-express-en-video_AV-202112080599.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", - "enclosure": "https://images.bfmtv.com/0fgFY64v7W1LaegIfAeNtItvj8M=/0x175:2048x1327/800x0/images/Le-stade-Velodrome-a-huis-clos-pour-OM-Troyes-1181282.jpg", + "pubDate": "Wed, 08 Dec 2021 20:24:24 GMT", + "enclosure": "https://images.bfmtv.com/6Kcs-Aq9W0ZMHY6o67hhgfkJ8uc=/0x0:1920x1080/800x0/images/Wolfsburg-Lille-1184486.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51575,17 +53005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05f9ec16952fb179df59c422ad1cea93" + "hash": "f71bd1f1f6157715df7a641cbc8b8cab" }, { - "title": "Mercato: Haaland, Vinicius, Diaby… la valeur des plus grandes pépites du foot", - "description": "L’Observatoire du football CIES a dévoilé le top 10, par poste, des joueurs de moins de 23 ans dont la valeur estimée sera la plus importante lors du prochain mercato hivernal. Malgré sa dernière année de contrat avec le PSG, Mbappé réussit l'exploit de faire partie du top 10 européen, composé intégralement de joueurs offensifs.

", - "content": "L’Observatoire du football CIES a dévoilé le top 10, par poste, des joueurs de moins de 23 ans dont la valeur estimée sera la plus importante lors du prochain mercato hivernal. Malgré sa dernière année de contrat avec le PSG, Mbappé réussit l'exploit de faire partie du top 10 européen, composé intégralement de joueurs offensifs.

", + "title": "Ligue des champions: Chelsea accroché en fin de match, la Juventus termine leader", + "description": "Un scénario dantesque a permis à la Juventus, victorieuse 1-0 contre Malmö, de terminer en tête du groupe H de la Ligue des champions. Car dans le même temps, Chelsea a concédé un nul 3-3 contre le Zénith à deux minutes de la fin du temps additionnel. Les Bianconeri pourraient donc être sur la route du PSG en huitièmes de finale.

", + "content": "Un scénario dantesque a permis à la Juventus, victorieuse 1-0 contre Malmö, de terminer en tête du groupe H de la Ligue des champions. Car dans le même temps, Chelsea a concédé un nul 3-3 contre le Zénith à deux minutes de la fin du temps additionnel. Les Bianconeri pourraient donc être sur la route du PSG en huitièmes de finale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-haaland-vinicius-diaby-la-valeur-des-plus-grandes-pepites-du-foot_AV-202112060260.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-en-direct-suivez-zenith-chelsea-et-juventus-malmo_LS-202112080498.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:11:21 GMT", - "enclosure": "https://images.bfmtv.com/iEVcVsNPEkLaDzEu58Z2BQ9jGw0=/0x41:2048x1193/800x0/images/Erling-Haaland-1144123.jpg", + "pubDate": "Wed, 08 Dec 2021 17:04:15 GMT", + "enclosure": "https://images.bfmtv.com/3X-tV_Fj2RrqjfxFoBi_ro7iFMI=/0x0:1840x1035/800x0/images/Chelsea-Zenith-1184387.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51595,17 +53025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5d249cfb7d295b29c6bccff221fe768" + "hash": "e19f3dc130cf8d843c43f8284dfe26ba" }, { - "title": "F1: un accrochage pour un titre mondial ? Prost, Senna, Schumacher... des précédents célèbres", - "description": "Que ce soit Alain Prost et Ayrton Senna dans les années 80-90, ou bien un jeune Michael Schumacher en 1994, les pilotes ont parfois usé de procédés peu éthiques pour s'adjuger le titre en Formule 1 à l'issue d'un accrochage.

", - "content": "Que ce soit Alain Prost et Ayrton Senna dans les années 80-90, ou bien un jeune Michael Schumacher en 1994, les pilotes ont parfois usé de procédés peu éthiques pour s'adjuger le titre en Formule 1 à l'issue d'un accrochage.

", + "title": "Golf: Tiger Woods va reprendre en famille, avec son fils Charlie", + "description": "Tiger Woods va faire son retour à la compétition, en famille, sans pression, la semaine prochaine au PNC Championship, à Orlando, dix mois après avoir été grièvement blessé dans un accident de la route à Los Angeles.

", + "content": "Tiger Woods va faire son retour à la compétition, en famille, sans pression, la semaine prochaine au PNC Championship, à Orlando, dix mois après avoir été grièvement blessé dans un accident de la route à Los Angeles.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-un-accrochage-pour-un-titre-mondial-prost-senna-schumacher-des-precedents-celebres_AV-202112060253.html", + "link": "https://rmcsport.bfmtv.com/golf/golf-tiger-woods-va-reprendre-en-famille-avec-son-fils-charlie_AD-202112080586.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:53:55 GMT", - "enclosure": "https://images.bfmtv.com/ZM_dKqOLZHLiAV9Qog-rtNij1m4=/0x50:1184x716/800x0/images/Alain-Prost-1182668.jpg", + "pubDate": "Wed, 08 Dec 2021 19:45:59 GMT", + "enclosure": "https://images.bfmtv.com/ez4AscANoE7rptJhxYUyqh5H3TQ=/0x55:768x487/800x0/images/L-Americain-Tiger-Woods-lors-d-une-conference-de-presse-le-18-juillet-2020-a-Dublin-Ohio-apres-le-3e-tour-du-tournoi-du-Memorial-1184400.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51615,17 +53045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98b0137dc831abadc694555afd2d3350" + "hash": "cdeffcb8c95cec0ff80949e20066fcbe" }, { - "title": "Les grandes interviews RMC Sport: les retrouvailles Gallas-Terry en 2016", - "description": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Ce lundi, découvrez ou redécouvrez l’un des moments forts de l’année 2016. Anciens coéquipiers à Chelsea, William Gallas et John Terry se sont retrouvés au centre d'entraînement des Blues. Anecdotes, souvenirs, chambrage, l'influence de Marcel Desailly... Terry s'est longuement livré sur sa longue carrière de joueur.

", - "content": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Ce lundi, découvrez ou redécouvrez l’un des moments forts de l’année 2016. Anciens coéquipiers à Chelsea, William Gallas et John Terry se sont retrouvés au centre d'entraînement des Blues. Anecdotes, souvenirs, chambrage, l'influence de Marcel Desailly... Terry s'est longuement livré sur sa longue carrière de joueur.

", + "title": "Tennis: pourquoi les joueurs du top 100 sont si nombreux aux championnats de France interclubs", + "description": "Compétition par équipe populaire auprès des passionnés de tennis, les championnats de France interclubs de la FFT opposent les meilleurs clubs français chaque année en fin de saison. Pourquoi, alors que la saison est terminée, de nombreux joueurs et joueuses des circuits ATP et WTA y prennent part ? Éléments de réponse.

", + "content": "Compétition par équipe populaire auprès des passionnés de tennis, les championnats de France interclubs de la FFT opposent les meilleurs clubs français chaque année en fin de saison. Pourquoi, alors que la saison est terminée, de nombreux joueurs et joueuses des circuits ATP et WTA y prennent part ? Éléments de réponse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/les-grandes-interviews-rmc-sport-les-retrouvailles-gallas-terry-en-2016_AV-202112060251.html", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-pourquoi-les-joueurs-du-top-100-sont-si-nombreux-aux-championnats-de-france-interclubs_AV-202112080578.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:48:32 GMT", - "enclosure": "https://images.bfmtv.com/yw975QLJhd4u0sDZabq-R0qc4Io=/0x0:720x405/800x0/images/John-Terry-et-William-Gallas-en-2016-1182667.jpg", + "pubDate": "Wed, 08 Dec 2021 19:29:51 GMT", + "enclosure": "https://images.bfmtv.com/gmaoNoAdIji00V_sIeBzuKK0u7A=/0x140:2048x1292/800x0/images/Hugo-Gaston-1164126.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51635,17 +53065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75571947f0521152b5629aafc38fe87f" + "hash": "893aeb7531954ffbd2cf9840a12dcb8d" }, { - "title": "Rallye : Loeb et Ogier face à face au Monte-Carlo? Les deux champions en essai dans les Hautes-Alpes le même jour", - "description": "Sébastien Loeb est venu essayer la Ford Puma Hybride à Bréziers. Sébastien Ogier était lui le même jour dans le Buëch mais n’a pas pu rouler puisque Elfyn Evans avait cassé la Toyota Yaris la veille. Pour l’instant, l’Automobile Club de Monaco ne confirme aucune inscription des deux pilotes pour le prochain Monte-Carlo.

", - "content": "Sébastien Loeb est venu essayer la Ford Puma Hybride à Bréziers. Sébastien Ogier était lui le même jour dans le Buëch mais n’a pas pu rouler puisque Elfyn Evans avait cassé la Toyota Yaris la veille. Pour l’instant, l’Automobile Club de Monaco ne confirme aucune inscription des deux pilotes pour le prochain Monte-Carlo.

", + "title": "PSG: Rothen estime que Mbappé \"doit être le patron\", plus que Messi", + "description": "Pour Jérôme Rothen, les stars du PSG ont tout intérêt à se mettre au service de Kylian Mbappé, qu'il considère comme le véritable \"patron\" de cette équipe, encore plus après sa magnifique prestation mardi contre Bruges (4-1) en Ligue des champions.

", + "content": "Pour Jérôme Rothen, les stars du PSG ont tout intérêt à se mettre au service de Kylian Mbappé, qu'il considère comme le véritable \"patron\" de cette équipe, encore plus après sa magnifique prestation mardi contre Bruges (4-1) en Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/rallye-loeb-et-ogier-face-a-face-au-monte-carlo-les-deux-champions-en-essai-dans-les-hautes-alpes-le-meme-jour_AV-202112060247.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-rothen-estime-que-mbappe-doit-etre-le-patron-plus-que-messi_AV-202112080573.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:38:20 GMT", - "enclosure": "https://images.bfmtv.com/KTpzV6znyJGw-XAuP3B_3YpxkII=/0x39:768x471/800x0/images/Les-deux-pilotes-francais-Sebastien-Loeb-Hyundai-et-Sebatien-Ogier-Citroen-lors-de-la-presentation-du-Rallye-de-Catalogne-le-24-octobre-2019-a-Salou-1171718.jpg", + "pubDate": "Wed, 08 Dec 2021 19:11:36 GMT", + "enclosure": "https://images.bfmtv.com/D8VThAFYgQtZKtXTyST9g-XiFP4=/0x0:1056x594/800x0/images/Jerome-Rothen-1137662.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51655,17 +53085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1574acf79fa330e3c449941b7b030f0" + "hash": "fe8f5c2bc9aefc5276042b2907d3516c" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 6 décembre – Ligue 2", - "description": "Notre pronostic : Toulouse s’impose à Niort et au moins deux buts (2.15)

", - "content": "Notre pronostic : Toulouse s’impose à Niort et au moins deux buts (2.15)

", + "title": "Ligue des champions: \"en-dessous de zéro \", la presse espagnole enfonce le Barça après son élimination", + "description": "L’élimination du FC Barcelone dès la phase de poule de la Ligue des champions est le sujet en une des quotidiens sportifs espagnols, ce jeudi.

", + "content": "L’élimination du FC Barcelone dès la phase de poule de la Ligue des champions est le sujet en une des quotidiens sportifs espagnols, ce jeudi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-6-decembre-ligue-2_AN-202112050223.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-en-dessous-de-zero-la-presse-espagnole-enfonce-le-barca-apres-son-elimination_AV-202112090020.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/uuj6HfCeytuLIlBz5FVi3vR5iTk=/0x0:1984x1116/800x0/images/R-Healey-1182151.jpg", + "pubDate": "Thu, 09 Dec 2021 05:25:40 GMT", + "enclosure": "https://images.bfmtv.com/u39cdX67yEGMwGgSzcuz60afVZc=/0x14:752x437/800x0/images/La-une-de-Mundo-Deportivo-de-ce-jeudi-1184590.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51675,17 +53105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8023ee05f836343343f9f3b1955c8807" + "hash": "e56377ac6becb4c3b9fa196e16fc656c" }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 6 décembre – NBA", - "description": "Mon pronostic : Atlanta s’impose à Minnesota (2.05)

", - "content": "Mon pronostic : Atlanta s’impose à Minnesota (2.05)

", + "title": "Ligue des champions en direct: humilié à Munich, Barcelone est éliminé, Benfica et Salzbourg file en 8es !", + "description": "Coup de tonnerre dans cette Ligue des champions ! Barcelone est éliminé après sa défaite à Munich 2-0 combinée à la victoire de Benfica sur le Dynamo.

", + "content": "Coup de tonnerre dans cette Ligue des champions ! Barcelone est éliminé après sa défaite à Munich 2-0 combinée à la victoire de Benfica sur le Dynamo.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-6-decembre-nba_AN-202112060246.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-le-multiplex-en-direct_LS-202112080539.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:31:25 GMT", - "enclosure": "https://images.bfmtv.com/ULuDIAbbEflcoxqIlflDsmv5Vc0=/1x0:2001x1125/800x0/images/Atlanta-1182663.jpg", + "pubDate": "Wed, 08 Dec 2021 18:14:34 GMT", + "enclosure": "https://images.bfmtv.com/4C_wkUXNkiFbOQDAchM5Cdvyk3E=/0x0:1200x675/800x0/images/Memphis-Depay-1184036.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51695,17 +53125,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "408e6703e01892a9ee46de51cd8466ef" + "hash": "3dc403157eb85a1aca89fb152092f500" }, { - "title": "Benzema blessé, Dembélé en forme... Le week-end des Bleus", - "description": "A moins d'un an de la Coupe du monde de football au Qatar, qu''ont fait les potentiels membres de l'équipe de France ce week-end?

", - "content": "A moins d'un an de la Coupe du monde de football au Qatar, qu''ont fait les potentiels membres de l'équipe de France ce week-end?

", + "title": "Wolfsburg-Lille: les compos avec la surprise Gudmundsson", + "description": "Maîtres de leur destin, les Lillois défient ce mercredi les Allemands de Wolfsburg (21h sur RMC Sport 1) avec l'objectif de rejoindre les huitièmes de finale de la Ligue des champions. Les compositions des deux équipes sont tombées.

", + "content": "Maîtres de leur destin, les Lillois défient ce mercredi les Allemands de Wolfsburg (21h sur RMC Sport 1) avec l'objectif de rejoindre les huitièmes de finale de la Ligue des champions. Les compositions des deux équipes sont tombées.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/benzema-blesse-dembele-en-forme-le-week-end-des-bleus_AD-202112060237.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/wolfsburg-lille-les-compos-avec-la-surprise-gudmundsson_AV-202112080567.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:06:08 GMT", - "enclosure": "https://images.bfmtv.com/4CAxK0MorCJzgRg6i8V_qQ0JT1c=/0x55:768x487/800x0/images/Karim-Benzema-g-avec-le-Real-Madrid-contre-la-Real-Sociedad-en-Liga-le-4-decembre-2021-au-stade-Anoeta-a-Saint-Sebastien-1182638.jpg", + "pubDate": "Wed, 08 Dec 2021 19:02:18 GMT", + "enclosure": "https://images.bfmtv.com/d_shQdzoE05ncZd3pU94SF_YZlY=/0x68:2048x1220/800x0/images/Angel-GOMES-1184294.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51715,17 +53145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1bdcc5097d78214353147218c6f9cc9" + "hash": "cc31103042d7298291168ae3f6f20e90" }, { - "title": "Ligue 1: un possible retrait d'un point avec sursis pour l'OL après l'incident contre l'OM", - "description": "Deux semaines et demi après l'incident qui a provoqué l'interruption de la rencontre entre l'Olympique Lyonnais et l'Olympique de Marseille le 21 novembre au Groupama Stadium, l'OL va être fixé mercredi sur ses sanctions. Selon nos informations, le retrait d'un point avec sursis est possible ainsi qu'un nouveau match à huis clos.

", - "content": "Deux semaines et demi après l'incident qui a provoqué l'interruption de la rencontre entre l'Olympique Lyonnais et l'Olympique de Marseille le 21 novembre au Groupama Stadium, l'OL va être fixé mercredi sur ses sanctions. Selon nos informations, le retrait d'un point avec sursis est possible ainsi qu'un nouveau match à huis clos.

", + "title": "PSG: Paredes explique comment le vestiaire a vécu les coulisses de l'arrivée de Messi", + "description": "Coéquipier de Lionel Messi en Argentine, Leandro Paredes l’est également en club au PSG depuis l’été dernier. Dans une interview sur le compte Youtube du club, le milieu de terrain a évoqué son rapport avec \"la Pulga\".

", + "content": "Coéquipier de Lionel Messi en Argentine, Leandro Paredes l’est également en club au PSG depuis l’été dernier. Dans une interview sur le compte Youtube du club, le milieu de terrain a évoqué son rapport avec \"la Pulga\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-un-possible-retrait-d-un-point-avec-sursis-pour-l-ol-apres-l-incident-contre-l-om_AV-202112060319.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-paredes-explique-comment-le-vestiaire-a-vecu-les-coulisses-de-l-arrivee-de-messi_AV-202112080560.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 15:20:37 GMT", - "enclosure": "https://images.bfmtv.com/YUzaZSDOddKudjP1EhIzSEW7nSc=/0x60:768x492/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", + "pubDate": "Wed, 08 Dec 2021 18:44:23 GMT", + "enclosure": "https://images.bfmtv.com/yT809Fg12JolJGvxqj3e2jjYmXs=/0x0:768x432/800x0/images/La-star-argentine-Lionel-Messi-et-son-compatriote-Leandro-Paredes-lors-d-un-entrainement-du-PSG-le-19-aout-2021-au-Camp-des-Loges-a-Saint-Germain-en-Laye-1117392.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51735,17 +53165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d3d11d8ba6bff978672bf28ff6a618" + "hash": "37c6aab095765164c5f6957f103793fa" }, { - "title": "Ligue 1 en direct: ce que risque l'OL après le jet de bouteille sur Payet, un point de retrait avec sursis possible", - "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", - "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "title": "Ligue des champions: les adversaires potentiels pour le PSG et Lille en huitièmes", + "description": "Il y aura deux représentants français en huitièmes de finale de Ligue des champions. Après le PSG, Lille a validé son billet pour le prochain tour en dominant Wolfsburg (3-1) ce mercredi. Ils connaissent leurs adversaires potentiels.

", + "content": "Il y aura deux représentants français en huitièmes de finale de Ligue des champions. Après le PSG, Lille a validé son billet pour le prochain tour en dominant Wolfsburg (3-1) ce mercredi. Ils connaissent leurs adversaires potentiels.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-adversaires-potentiels-pour-le-psg-et-lille-en-huitiemes_AV-202112080630.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", - "enclosure": "https://images.bfmtv.com/HUIle36ERb8WjXM7JbTN-xOU1oY=/0x212:2048x1364/800x0/images/Dimitri-Payet-au-sol-lors-d-OL-OM-1173034.jpg", + "pubDate": "Wed, 08 Dec 2021 22:26:59 GMT", + "enclosure": "https://images.bfmtv.com/g5YAk7GIILjNzuwqBugOg4wvmR8=/0x5:2048x1157/800x0/images/PSG-1184529.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51755,17 +53185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "02c86fa3d1e33a17fb167356a28b2246" + "hash": "e5d2efcd2b11c9038598759842b18bcb" }, { - "title": "F1: les clés de la finale Hamilton-Verstappen au Grand Prix d'Abou Dhabi", - "description": "Les deux pilotes ont le même nombre de points avant le début du dernier Grand Prix de Formule 1 de la saison.

", - "content": "Les deux pilotes ont le même nombre de points avant le début du dernier Grand Prix de Formule 1 de la saison.

", + "title": "JO 2022 de Pékin: le Canada annonce à son tour un boycott diplomatique", + "description": "Après les Etats-Unis, le Royaume-Uni et l'Australie, le Premier ministre canadien, Justin Trudeau, a annoncé ce mercredi un boycott diplomatique des Jeux olympiques d'hiver de Pékin, qui auront lieu en février 2022.

", + "content": "Après les Etats-Unis, le Royaume-Uni et l'Australie, le Premier ministre canadien, Justin Trudeau, a annoncé ce mercredi un boycott diplomatique des Jeux olympiques d'hiver de Pékin, qui auront lieu en février 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/f1-les-cles-de-la-finale-hamilton-verstappen-au-grand-prix-d-abou-dhabi_AD-202112060222.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-de-pekin-le-canada-annonce-a-son-tour-un-boycott-diplomatique_AV-202112080545.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 11:45:52 GMT", - "enclosure": "https://images.bfmtv.com/QuffaZnxzLa7I-9A0RuLqUEgetA=/0x39:768x471/800x0/images/Lewis-Hamilton-Mercedes-celebre-sa-victoire-au-GP-d-Arabie-saoudite-devant-Max-Verstappen-Red-Bull-le-5-decembre-2021-au-circuit-de-Jeddah-1182560.jpg", + "pubDate": "Wed, 08 Dec 2021 18:19:24 GMT", + "enclosure": "https://images.bfmtv.com/ov51_jbjOzPIwQKlvQzoB3dl1Qo=/0x0:2048x1152/800x0/images/Justin-Trudeau-1184386.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51775,17 +53205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1442f014fe427fc8e648e5a7584ae2c8" + "hash": "9ec10b682f1f028a0bb5c756243116ee" }, { - "title": "PSG: Ramos bien présent à l’entraînement avant Bruges, Kimpembe absent", - "description": "Sergio Ramos a pris part à la séance collective du PSG ce lundi à la veille de la réception de Bruges lors de la sixième journée des poules de la Ligue des champions (dès 18h45 sur RMC Sport 1). L’espoir de voir le défenseur espagnol jouer contre le club belge existe donc bel et bien.

", - "content": "Sergio Ramos a pris part à la séance collective du PSG ce lundi à la veille de la réception de Bruges lors de la sixième journée des poules de la Ligue des champions (dès 18h45 sur RMC Sport 1). L’espoir de voir le défenseur espagnol jouer contre le club belge existe donc bel et bien.

", + "title": "OL: Juninho confirme et explique son départ précipité cet hiver", + "description": "C’est désormais officiel. Juninho a confirmé ce mercredi son départ de l’OL dès le mois de janvier de son poste de directeur sportif. A la fois pour le bien du club et le sien, selon le Brésilien.

", + "content": "C’est désormais officiel. Juninho a confirmé ce mercredi son départ de l’OL dès le mois de janvier de son poste de directeur sportif. A la fois pour le bien du club et le sien, selon le Brésilien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-ramos-bien-present-a-l-entrainement-avant-bruges-kimpembe-absent_AV-202112060213.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-juninho-confirme-et-explique-son-depart-precipite-cet-hiver_AD-202112080543.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 11:32:20 GMT", - "enclosure": "https://images.bfmtv.com/VcFfGJTTFFmghvpryvCiG7ZQFh0=/0x0:2048x1152/800x0/images/Sergio-Ramos-a-l-entrainement-du-PSG-1182605.jpg", + "pubDate": "Wed, 08 Dec 2021 18:17:24 GMT", + "enclosure": "https://images.bfmtv.com/0BUSdo7ZpII1HoAD4jD5kcecp04=/0x16:1024x592/800x0/images/-873563.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51795,17 +53225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afcaa9669bc603a30bd799d48fbe0410" + "hash": "089003de3109d25bd759e3c192f84923" }, { - "title": "Le foot belge sous le choc après les graves incidents lors de Standard de Liège-Charleroi", - "description": "Comme en Ligue 1, la Jupiler Pro League est frappé par des graves débordements avec les supporters. Dimanche, le derby wallon comptant pour la 17eme journée opposant le Standard de Liège au Sporting Charleroi a été définitivement arrêté à la 88e minutes...

", - "content": "Comme en Ligue 1, la Jupiler Pro League est frappé par des graves débordements avec les supporters. Dimanche, le derby wallon comptant pour la 17eme journée opposant le Standard de Liège au Sporting Charleroi a été définitivement arrêté à la 88e minutes...

", + "title": "Mercato en direct: Juninho explique son départ précipité de l'OL", + "description": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "content": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-foot-belge-sous-le-choc-apres-les-graves-incidents-lors-de-standard-de-liege-charleroi_AD-202112060209.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 11:27:09 GMT", - "enclosure": "https://images.bfmtv.com/b0kBCHG4Hhliy-Tjfm-M6zbnK6A=/0x212:2048x1364/800x0/images/Les-fans-du-Standard-de-Liege-1182596.jpg", + "pubDate": "Mon, 06 Dec 2021 07:21:04 GMT", + "enclosure": "https://images.bfmtv.com/F5M5NcUenXwsb6ACeOb2rNOIHqk=/0x0:2048x1152/800x0/images/Juninho-1162286.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51815,17 +53245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7e6edb67db55d5f4a23fd5172f56b7d" + "hash": "8fa4ad139a86d2a6c010623e6f28b155" }, { - "title": "Serie A: Ibrahimovic \"espère\" rester toute sa vie à l’AC Milan", - "description": "Sous contrat jusqu’en juin 2022 avec l’AC Milan, Zlatan Ibrahimovic, 40 ans, ne semble pas encore prêt à mettre un terme à sa carrière de footballeur. Mais lorsque l’heure de sa retraite sportive aura sonné, le Suédois espère bien continuer à avoir un rôle à Milan.

", - "content": "Sous contrat jusqu’en juin 2022 avec l’AC Milan, Zlatan Ibrahimovic, 40 ans, ne semble pas encore prêt à mettre un terme à sa carrière de footballeur. Mais lorsque l’heure de sa retraite sportive aura sonné, le Suédois espère bien continuer à avoir un rôle à Milan.

", + "title": "Incidents OL-OM: le coup de gueule surprise de Marseille, qui menace de ne pas accepter les décisions", + "description": "Comme révélé par RMC Sport, la commission de discipline de la LFP, qui se penche ce mercredi sur les incidents du match OL-OM, n'a pas jugé bon de convier les dirigeants marseillais. Ce qui a poussé Jacques Cardoze, le directeur de la communication du club phocéen, à s'en prendre à la Ligue ce mercredi devant les journalistes lors d'une intervention surprise.

", + "content": "Comme révélé par RMC Sport, la commission de discipline de la LFP, qui se penche ce mercredi sur les incidents du match OL-OM, n'a pas jugé bon de convier les dirigeants marseillais. Ce qui a poussé Jacques Cardoze, le directeur de la communication du club phocéen, à s'en prendre à la Ligue ce mercredi devant les journalistes lors d'une intervention surprise.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/serie-a-ibrahimovic-espere-rester-toute-sa-vie-a-l-ac-milan_AV-202112060202.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-le-coup-de-gueule-surprise-de-marseille-qui-menace-de-ne-pas-accepter-les-decisions_AV-202112080532.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 11:17:29 GMT", - "enclosure": "https://images.bfmtv.com/MwB6p1BxcUGVP4hA4XiaNEj32Eg=/0x39:2048x1191/800x0/images/Zlatan-Ibrahimovic-1182591.jpg", + "pubDate": "Wed, 08 Dec 2021 17:55:15 GMT", + "enclosure": "https://images.bfmtv.com/4_tSaavbk5svJg6yLJyI2ASOa64=/7x7:1591x898/800x0/images/Jacques-Cardoze-1184419.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51835,17 +53265,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c06f278eacae11ce87018d948fe3f73a" + "hash": "6154705c8fb79f7b92993484095e665d" }, { - "title": "Triathlon: Vincent Luis boucle un Ironman 70.3 avec un super temps... après avoir été percuté par une voiture", - "description": "Passé par-dessus une voiture qui n'avait rien à faire là, Vincent Luis est tout de même parvenu à terminer deuxième de son premier Ironman 70.3, malgré la douleur et le choc psychologique, à Indian Wells (Etats-Unis).

", - "content": "Passé par-dessus une voiture qui n'avait rien à faire là, Vincent Luis est tout de même parvenu à terminer deuxième de son premier Ironman 70.3, malgré la douleur et le choc psychologique, à Indian Wells (Etats-Unis).

", + "title": "Mercato: Gallardo refuse l'Europe et reste à River Plate", + "description": "Annoncé en Europe depuis plusieurs années, l’heure du grand départ n’a pas encore sonné pour Marcelo Gallardo. Le technicien argentin a décidé de prolonger avec River Plate, alors qu’il arrivait en fin de contrat.

", + "content": "Annoncé en Europe depuis plusieurs années, l’heure du grand départ n’a pas encore sonné pour Marcelo Gallardo. Le technicien argentin a décidé de prolonger avec River Plate, alors qu’il arrivait en fin de contrat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/athletisme/triathlon-vincent-luis-boucle-un-ironman-70-3-avec-un-super-temps-apres-avoir-ete-percute-par-une-voiture_AV-202112060195.html", + "link": "https://rmcsport.bfmtv.com/football/mercato-gallardo-refuse-l-europe-et-reste-a-river-plate_AV-202112080530.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 11:07:14 GMT", - "enclosure": "https://images.bfmtv.com/ocEglSM7I47sFuYks1Ntkl4_8sY=/0x117:1200x792/800x0/images/Vincent-Luis-1182589.jpg", + "pubDate": "Wed, 08 Dec 2021 17:52:04 GMT", + "enclosure": "https://images.bfmtv.com/sUgrITmonJV3R7AJxw0qYpN6lIY=/280x77:2040x1067/800x0/images/Gallardo-1176040.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51855,17 +53285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "815f0d28028acb1193b4f4cd709e3a76" + "hash": "f92f209ec5dcfe11e8c288c67b23f325" }, { - "title": "PSG: le clan Messi douterait de Pochettino", - "description": "Le PSG affronte Bruges mardi lors de la sixième journée de la phase de poules de la Ligue des champions (18h45 sur RMC Sport 1). L’occasion pour Lionel Messi d’améliorer ses statistiques avec le club francilien alors que la presse fait état d’incertitudes chez les proches de l’Argentin au sujet des compétences de Mauricio Pochettino.

", - "content": "Le PSG affronte Bruges mardi lors de la sixième journée de la phase de poules de la Ligue des champions (18h45 sur RMC Sport 1). L’occasion pour Lionel Messi d’améliorer ses statistiques avec le club francilien alors que la presse fait état d’incertitudes chez les proches de l’Argentin au sujet des compétences de Mauricio Pochettino.

", + "title": "Atlético: Vrsaljko opéré pour une fracture de l'arcade zygomatique", + "description": "Sime Vrsaljko, le défenseur croate de l'Atlético de Madrid, a reçu un coup lors de la victoire 3-1 de son équipe contre Porto en Ligue des champions. Le diagnostic a révélé une fracture au visage, qui nécessite une intervention chirurgicale.

", + "content": "Sime Vrsaljko, le défenseur croate de l'Atlético de Madrid, a reçu un coup lors de la victoire 3-1 de son équipe contre Porto en Ligue des champions. Le diagnostic a révélé une fracture au visage, qui nécessite une intervention chirurgicale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-clan-messi-douterait-de-pochettino_AV-202112060189.html", + "link": "https://rmcsport.bfmtv.com/football/liga/atletico-vrsaljko-opere-pour-une-fracture-de-l-arcade-zygomatique_AV-202112080523.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:44:48 GMT", - "enclosure": "https://images.bfmtv.com/8ETljshnemy-T8Cn7ReCNvv9WrQ=/0x80:2048x1232/800x0/images/Mauricio-Pochettino-parle-tactique-avec-Lionel-Messi-1182571.jpg", + "pubDate": "Wed, 08 Dec 2021 17:39:16 GMT", + "enclosure": "https://images.bfmtv.com/4BzXIj8UjXt1hCWBICYto61SlPE=/0x104:2048x1256/800x0/images/Atletico-Porto-Vrsaljko-1184365.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51875,17 +53305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d696f7d87b618dc72f17bd944d6cc2f8" + "hash": "cf7751d2ca12b555d73ec68fd4861862" }, { - "title": "Les pronos hippiques du mardi 7 décembre 2021", - "description": " Le Quinté+ du mardi 7 décembre est programmé sur l’hippodrome de Chantilly dans la discipline du galop. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": " Le Quinté+ du mardi 7 décembre est programmé sur l’hippodrome de Chantilly dans la discipline du galop. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Ligue 1 en direct: le match de Rennes à Tottenham reporté en raison du Covid-19", + "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-7-decembre-2021_AN-202112060186.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:43:22 GMT", - "enclosure": "https://images.bfmtv.com/58tkO2rpNGRQsRRsDsFrc0Ph_Pc=/4x3:1252x705/800x0/images/Les-pronos-hippiques-du-dimanche-28-novembre-2021-1176702.jpg", + "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", + "enclosure": "https://images.bfmtv.com/1qXSI53YdnVzaShsqsN6ZbDok2E=/0x104:2000x1229/800x0/images/Kane-et-Truffert-lors-de-Rennes-Tottenham-1184253.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51895,17 +53325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66df6491f903bac75c3e76b894478fa5" + "hash": "4591540b434afa6747dad98f9438f54d" }, { - "title": "F1: Que doivent faire Verstappen ou Hamilton au dernier Grand Prix pour être champion?", - "description": "Pour la première fois depuis 1974, deux pilotes vont s'élancer de la grille de départ du dernier Grand Prix de la saison avec le même nombre de point.

", - "content": "Pour la première fois depuis 1974, deux pilotes vont s'élancer de la grille de départ du dernier Grand Prix de la saison avec le même nombre de point.

", + "title": "Bastia annonce le décès de Jacques Zimako, l'une de ses légendes", + "description": "Grande figure du SC Bastia et champion de France avec Saint-Étienne, l'ancien international français (13 sélections) Jacques Zimako est décédé ce mercredi à l'âge de 69 ans.

", + "content": "Grande figure du SC Bastia et champion de France avec Saint-Étienne, l'ancien international français (13 sélections) Jacques Zimako est décédé ce mercredi à l'âge de 69 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-que-doivent-faire-verstappen-ou-hamilton-au-dernier-grand-prix-pour-etre-champion_AV-202112060174.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-2/bastia-annonce-le-deces-de-jacques-zimako-l-une-de-ses-legendes_AN-202112080515.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:22:42 GMT", - "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.jpg", + "pubDate": "Wed, 08 Dec 2021 17:28:22 GMT", + "enclosure": "https://images.bfmtv.com/zHUSt8-N9wv2TTRofsMs5kWUfoE=/6x161:2038x1304/800x0/images/Jacques-Zimako-1184356.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51915,17 +53345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7451efa30349186c4fd74ab738ad0682" + "hash": "47f6237a1eec49d23d9e9d85eb94cf93" }, { - "title": "F1: Verstappen, Hamilton… qui sera champion du monde s’ils s’accrochent à Abu Dhabi", - "description": "Revenu à hauteur de Max Verstappen au classement des pilotes ce week-end, Lewis Hamilton n'a aucune chance d'être sacré champion du monde en cas d'égalité parfaite au classement à l'issue du dernier Grand Prix de la saison, le week-end prochain. Le Britannique doit absolument obtenir un meilleur résultat que le Néerlandais à Abu Dhabi. Voici pourquoi.

", - "content": "Revenu à hauteur de Max Verstappen au classement des pilotes ce week-end, Lewis Hamilton n'a aucune chance d'être sacré champion du monde en cas d'égalité parfaite au classement à l'issue du dernier Grand Prix de la saison, le week-end prochain. Le Britannique doit absolument obtenir un meilleur résultat que le Néerlandais à Abu Dhabi. Voici pourquoi.

", + "title": "Cyclisme: Cavendish et sa famille agressés à leur domicile", + "description": "Dans un message publié ce mercredi sur ses réseaux sociaux, Mark Cavendish révèle avoir été agressé à son domicile par quatre hommes armés le 27 novembre. La compagne et les enfants du sprinteur britannique étaient également présents au moment des faits.

", + "content": "Dans un message publié ce mercredi sur ses réseaux sociaux, Mark Cavendish révèle avoir été agressé à son domicile par quatre hommes armés le 27 novembre. La compagne et les enfants du sprinteur britannique étaient également présents au moment des faits.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-verstappen-hamilton-qui-sera-champion-du-monde-s-ils-s-accrochent-a-abu-dhabi_AV-202112060173.html", + "link": "https://rmcsport.bfmtv.com/cyclisme/cyclisme-cavendish-et-sa-famille-agresses-a-leur-domicile_AV-202112080510.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:15:03 GMT", - "enclosure": "https://images.bfmtv.com/jppBX6TpqiwB0yiUpTk8k68-JNk=/0x0:1200x675/800x0/images/Max-Verstappen-et-Lewis-Hamilton-1182558.jpg", + "pubDate": "Wed, 08 Dec 2021 17:22:35 GMT", + "enclosure": "https://images.bfmtv.com/dTRVVU8j8U7pdyLrOHF8oIyBHZg=/0x28:2032x1171/800x0/images/Mark-Cavendish-1184353.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51935,17 +53365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0b100597d2f6eee05208f9a419e3737" + "hash": "755c146d6ee6a55bf643dbf5b0c5d907" }, { - "title": "Ligue 1: Saint-Etienne nomme Loïc Perrin coordinateur sportif", - "description": "Ancien capitaine emblématique des Verts, Loïc Perrin, qui a pris sa retraite sportive à l’été 2020, endosse un nouveau costume au club. Jusqu’alors conseiller de l’ASSE, l’ex-défenseur va désormais occuper le poste de coordinateur sportif.

", - "content": "Ancien capitaine emblématique des Verts, Loïc Perrin, qui a pris sa retraite sportive à l’été 2020, endosse un nouveau costume au club. Jusqu’alors conseiller de l’ASSE, l’ex-défenseur va désormais occuper le poste de coordinateur sportif.

", + "title": "Boxe: Wilder ouvre la porte à la retraite deux mois après sa défaite contre Fury", + "description": "Encore battu par Tyson Fury en octobre, Deontay Wilder semblait parti pour reposer son corps meurtri avant de remonter sur le ring pour de nouveaux challenges. Mais le surpuissant poids lourd américain évoque désormais une possible retraite, expliquant avoir atteint tous les objectifs pour lesquels il était venu à la boxe.

", + "content": "Encore battu par Tyson Fury en octobre, Deontay Wilder semblait parti pour reposer son corps meurtri avant de remonter sur le ring pour de nouveaux challenges. Mais le surpuissant poids lourd américain évoque désormais une possible retraite, expliquant avoir atteint tous les objectifs pour lesquels il était venu à la boxe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-saint-etienne-nomme-loic-perrin-coordinateur-sportif_AV-202112060172.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-wilder-ouvre-la-porte-a-la-retraite-deux-mois-apres-sa-defaite-contre-fury_AV-202112080505.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:11:21 GMT", - "enclosure": "https://images.bfmtv.com/D4iXoGB4ATUVZcazcZgYRwaqyt0=/0x106:2048x1258/800x0/images/Loic-Perrin-1182556.jpg", + "pubDate": "Wed, 08 Dec 2021 17:14:14 GMT", + "enclosure": "https://images.bfmtv.com/QenoADJixuPsxx3-CxCBIEKY3VE=/0x46:2048x1198/800x0/images/Deontay-Wilder-1147574.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51955,17 +53385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d4934d6af5f1482dc5daa6eecb0fd56" + "hash": "47022aeabb5917bad4d86f3d24ab0b5a" }, { - "title": "\"Une période très difficile\", Lucas Hernandez revient sur ses démêlés avec la justice espagnole", - "description": "Dans un entretien accordé lundi à Kicker, le défenseur du Bayern Munich et de l’équipe de France, Lucas Hernandez, est revenu sur ses débuts compliqués en Bavière. Et sur ses ennuis avec la justice espagnole pour des violences conjugales avec sa compagne remontant à 2017.

", - "content": "Dans un entretien accordé lundi à Kicker, le défenseur du Bayern Munich et de l’équipe de France, Lucas Hernandez, est revenu sur ses débuts compliqués en Bavière. Et sur ses ennuis avec la justice espagnole pour des violences conjugales avec sa compagne remontant à 2017.

", + "title": "F1: Jean Todt proche d'un retour chez Ferrari", + "description": "Directeur de l’écurie Ferrari entre 1993 et 2008, Jean Todt pourrait y effectuer son retour l'année prochaine. D’après le Corriere della Serra, il existerait des discussions entre les deux parties. Un rôle de \"super consultant\" aurait été avancé.

", + "content": "Directeur de l’écurie Ferrari entre 1993 et 2008, Jean Todt pourrait y effectuer son retour l'année prochaine. D’après le Corriere della Serra, il existerait des discussions entre les deux parties. Un rôle de \"super consultant\" aurait été avancé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-lucas-hernandez-raconte-la-pire-periode-de-sa-carriere_AV-202112060171.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-jean-todt-proche-d-un-retour-chez-ferrari_AV-202112080500.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:09:55 GMT", - "enclosure": "https://images.bfmtv.com/BkNY8H5A_fvuRSKu8NZxojCB_mc=/0x0:2048x1152/800x0/images/Lucas-Hernandez-1182557.jpg", + "pubDate": "Wed, 08 Dec 2021 17:05:56 GMT", + "enclosure": "https://images.bfmtv.com/EhEvQZU25TEE0plP3U_H3usbh-s=/0x0:768x432/800x0/images/Le-president-de-la-Federation-internationale-FIA-Jean-Todt-a-Paris-le-16-novembre-2020-981399.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51975,17 +53405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ae9834237e774c67f2c30b6f1000831" + "hash": "9b82713695be26d0394246e1727f2781" }, { - "title": "Justin Bonomo, plus gros gagnant de l'histoire du poker", - "description": "En s'imposant sur le High Roller du WPT Five Diamond ce week-end Justin Bonomo ets devenu le plus gros gagnant de l'histoire du poker. L'américain a dépassé la barre des 57 millions $ de gains en carrière.

", - "content": "En s'imposant sur le High Roller du WPT Five Diamond ce week-end Justin Bonomo ets devenu le plus gros gagnant de l'histoire du poker. L'américain a dépassé la barre des 57 millions $ de gains en carrière.

", + "title": "Un joueur de Valladolid alcoolisé provoque un grave accident", + "description": "Gonzalo Plata, prêté à Valladolid par le Sporting Portugal, a percuté un taxi avec son véhicule, vers sept heures du matin, le renversant. Son alcootest était deux fois supérieur au taux autorisé.

", + "content": "Gonzalo Plata, prêté à Valladolid par le Sporting Portugal, a percuté un taxi avec son véhicule, vers sept heures du matin, le renversant. Son alcootest était deux fois supérieur au taux autorisé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/poker/justin-bonomo-plus-gros-gagnant-de-l-histoire-du-poker_AN-202112100009.html", + "link": "https://rmcsport.bfmtv.com/football/liga/un-joueur-de-valladolid-alcoolise-provoque-un-grave-accident_AN-202112080485.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:06:00 GMT", - "enclosure": "https://images.bfmtv.com/KxUnU61unUy__TnrDKRE5vfYd2U=/4x25:644x385/800x0/images/Justin-Bonomo-plus-gros-gagnant-de-l-histoire-du-poker-1182647.jpg", + "pubDate": "Wed, 08 Dec 2021 16:49:41 GMT", + "enclosure": "https://images.bfmtv.com/EbQCEvq9wrjv6ounG_j45_hWG3c=/0x102:2048x1254/800x0/images/Gonzalo-Plata-1184300.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -51995,17 +53425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a53df4b4fbce89bdb8c664a5efcddbaf" + "hash": "15c73936314b7807141eac538d128ba1" }, { - "title": "Pourquoi l'OL n’y arrive plus en Ligue 1", - "description": "L’OL a concédé le nul contre Bordeaux (2-2) ce dimanche en clôture de la 17e journée de Ligue 1. Seulement douzième du classement en attendant le verdict pour le match contre l’OM, le club rhodanien connaît une crise de résultats. Une situation qui s’explique aussi bien par certains choix de Peter Bosz que par l’état d’esprit de certains joueurs.

", - "content": "L’OL a concédé le nul contre Bordeaux (2-2) ce dimanche en clôture de la 17e journée de Ligue 1. Seulement douzième du classement en attendant le verdict pour le match contre l’OM, le club rhodanien connaît une crise de résultats. Une situation qui s’explique aussi bien par certains choix de Peter Bosz que par l’état d’esprit de certains joueurs.

", + "title": "OM-Lokomotiv: Sampaoli optimiste pour Payet, qui n'est toutefois pas à 100%", + "description": "Dimitri Payet, gêné par des douleurs musculaires, a pu s'entraîner \"normalement\" à la veille du match OM-Lokomotiv Moscou en Ligue Europa. Jorge Sampaoli espère compter sur son meneur de jeu.

", + "content": "Dimitri Payet, gêné par des douleurs musculaires, a pu s'entraîner \"normalement\" à la veille du match OM-Lokomotiv Moscou en Ligue Europa. Jorge Sampaoli espère compter sur son meneur de jeu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/pourquoi-l-ol-n-y-arrive-plus-en-ligue-1_AV-202112060167.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/om-lokomotiv-sampaoli-optimiste-pour-payet-qui-n-est-toutefois-pas-a-100_AV-202112080479.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:59:43 GMT", - "enclosure": "https://images.bfmtv.com/7IJnqvgB2zKvWI0gdw4KHaSZ6p8=/0x39:768x471/800x0/images/Le-milieu-de-terrain-bresilien-de-Lyon-Lucas-Paqueta-g-a-la-lutte-avec-le-defenseur-portugais-de-Bordeaux-Ricardo-Mangas-lors-de-la-17e-journee-de-Ligue-1-le-5-decembre-2021-au-Matmut-Atlantique-Stadium-1182335.jpg", + "pubDate": "Wed, 08 Dec 2021 16:43:02 GMT", + "enclosure": "https://images.bfmtv.com/0VEKOUb26sSoIppb1iYq8zI1xDQ=/0x65:1920x1145/800x0/images/OM-Payet-Sampaoli-1184299.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52015,17 +53445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c49050f69607d7dc052b35a486d67a4e" + "hash": "43fa15c21383181417794d34697bdda6" }, { - "title": "Metz: \"Niane est toujours en train de pleurer\", Antonetti allume son attaquant", - "description": "Visiblement ulcéré par la performance de ses joueurs et plus particulièrement d’Ibrahima Niane, Frédéric Antonetti a apostrophé son attaquant en conférence de presse après la lourde défaite de Metz à Monaco (4-0), dimanche en Ligue 1.

", - "content": "Visiblement ulcéré par la performance de ses joueurs et plus particulièrement d’Ibrahima Niane, Frédéric Antonetti a apostrophé son attaquant en conférence de presse après la lourde défaite de Metz à Monaco (4-0), dimanche en Ligue 1.

", + "title": "Biarritz: le centre de formation du BO placé sous surveillance", + "description": "La Fédération Française de Rugby a \"placé sous surveillance\" le centre de formation du Biarritz Olympique après avoir constaté plusieurs dysfonctionnements. Par ailleurs, les socios ont demandé au président du secteur amateur, David Couzinet, et aux autres glorieux anciens de s’en aller.

", + "content": "La Fédération Française de Rugby a \"placé sous surveillance\" le centre de formation du Biarritz Olympique après avoir constaté plusieurs dysfonctionnements. Par ailleurs, les socios ont demandé au président du secteur amateur, David Couzinet, et aux autres glorieux anciens de s’en aller.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/metz-niane-est-toujours-en-train-de-pleurer-antonetti-allume-son-attaquant_AV-202112060157.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/biarritz-le-centre-de-formation-du-bo-place-sous-surveillance_AV-202112080474.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:36:40 GMT", - "enclosure": "https://images.bfmtv.com/v4ZbBSm9nQD5Bb_BHnKtFqOUXFo=/0x106:2048x1258/800x0/images/Ibrahima-Niane-1182533.jpg", + "pubDate": "Wed, 08 Dec 2021 16:34:47 GMT", + "enclosure": "https://images.bfmtv.com/LxyliE1FYfgalv42YcKISPMbPAQ=/0x106:2048x1258/800x0/images/Biarritz-Olympique-1184314.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52035,17 +53465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96feea01db5270a9960cb6bcddd86857" + "hash": "bbf26a2bafc2c6825a453a37bb2b178f" }, { - "title": "PSG-Bruges J-1 en direct: Sergio Ramos forfait, Kimpembe incertain", - "description": "Le PSG termine la phase de groupe de Ligue des champions face à Bruges mardi (coup d'envoi à 18h45, match en direct sur RMC Sport 1).

", - "content": "Le PSG termine la phase de groupe de Ligue des champions face à Bruges mardi (coup d'envoi à 18h45, match en direct sur RMC Sport 1).

", + "title": "Pourquoi des produits dérivés du PSG se sont retrouvés sur la boutique en ligne de l'OM?", + "description": "Dans la journée de mardi, plusieurs produits dérivés à l'effigie du Paris Saint-Germain se sont retrouvés à la vente sur le site de la boutique officielle de l'Olympique de Marseille. Une belle boulette provoquée par Panini France, prestateur de service du club phocéen, qui s'en est excusé auprès du peuple marseillais.

", + "content": "Dans la journée de mardi, plusieurs produits dérivés à l'effigie du Paris Saint-Germain se sont retrouvés à la vente sur le site de la boutique officielle de l'Olympique de Marseille. Une belle boulette provoquée par Panini France, prestateur de service du club phocéen, qui s'en est excusé auprès du peuple marseillais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-bruges-j-1-en-direct-la-tension-monte-a-paris_LN-202112060147.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/pourquoi-des-produits-derives-du-psg-se-sont-retrouves-sur-la-boutique-en-ligne-de-l-om_AV-202112080281.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:09:03 GMT", - "enclosure": "https://images.bfmtv.com/VcFfGJTTFFmghvpryvCiG7ZQFh0=/0x0:2048x1152/800x0/images/Sergio-Ramos-a-l-entrainement-du-PSG-1182605.jpg", + "pubDate": "Wed, 08 Dec 2021 10:44:10 GMT", + "enclosure": "https://images.bfmtv.com/NdNoKxOpVyxNHx0BlR0NN1eJgE4=/0x42:2048x1194/800x0/images/Pablo-LONGORIA-1162047.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52055,17 +53485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d37dee592084f438d7902c60ec2dbb89" + "hash": "6a8fa02991276e88662ff3235052d6e3" }, { - "title": "F1: \"Combat du siècle\", \"Braking Bad\"… la presse mondiale s’enflamme pour le duel Hamilton-Verstappen", - "description": "La course d’anthologie que se sont livrés Lewis Hamilton et Max Verstappen dimanche au Grand Prix d’Arabie saoudite, avant-dernière manche du championnat du monde de Formule 1 fait les gros titres des journaux ce lundi matin à travers le monde.

", - "content": "La course d’anthologie que se sont livrés Lewis Hamilton et Max Verstappen dimanche au Grand Prix d’Arabie saoudite, avant-dernière manche du championnat du monde de Formule 1 fait les gros titres des journaux ce lundi matin à travers le monde.

", + "title": "Ligue des champions: Messi a égalé un prestigieux record de Ronaldo lors de PSG-Bruges", + "description": "En inscrivant un doublé avec le PSG face à Bruges mardi soir (4-1), Messi a marqué face à un 38e club différent en Ligue des champions. De quoi égaler le record de Cristiano Ronaldo.

", + "content": "En inscrivant un doublé avec le PSG face à Bruges mardi soir (4-1), Messi a marqué face à un 38e club différent en Ligue des champions. De quoi égaler le record de Cristiano Ronaldo.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-combat-du-siecle-braking-bad-la-presse-mondiale-s-enflamme-pour-le-duel-hamilton-verstappen_AV-202112060140.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-messi-a-egale-un-prestigieux-record-de-ronaldo-lors-de-psg-bruges_AV-202112080275.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 08:54:48 GMT", - "enclosure": "https://images.bfmtv.com/KQDV06LM2hZcDAuQTMNT0wL_Sh4=/5x31:773x463/800x0/images/La-Une-de-The-Sun-1182512.jpg", + "pubDate": "Wed, 08 Dec 2021 10:40:38 GMT", + "enclosure": "https://images.bfmtv.com/jUjGl5syiegrtUG7JW8AzyGr_Jg=/0x60:768x492/800x0/images/L-attaquant-argentin-du-Paris-Saint-Germain-Lionel-Messi-marque-le-3e-but-face-a-Bruges-lors-de-la-6e-journee-du-groupe-A-de-la-Ligue-des-Champions-le-7-novembre-2021-au-Parc-des-Princes-1183562.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52075,17 +53505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc8ad84ad3252691cac43aa877b9b389" + "hash": "7bbbbe1ec78ccffe0229cdac7efe9728" }, { - "title": "Mercato: Salah snobe le Barça", - "description": "Régulièrement annoncé dans les petits papiers du FC Barcelone, Mohamed Salah a assuré à une chaîne de télévision égyptienne son souhait de faire durer l’aventure avec Liverpool, où l’attaquant de 29 ans se sent bien. Le Barça attendra.

", - "content": "Régulièrement annoncé dans les petits papiers du FC Barcelone, Mohamed Salah a assuré à une chaîne de télévision égyptienne son souhait de faire durer l’aventure avec Liverpool, où l’attaquant de 29 ans se sent bien. Le Barça attendra.

", + "title": "Lille-Wolfsbourg en direct: Le Losc joue un match à 20 millions", + "description": "Dernier match de poule de Ligue des champions pour Lille qui se déplace à Wolfsbourg. Les Lillois peuvent décrocher une place en 8e de finale de Ligue des champions et sont assurés d'être au pire reversés en Europa League. Coup d'envoi à 21h sur RMC Sport.

", + "content": "Dernier match de poule de Ligue des champions pour Lille qui se déplace à Wolfsbourg. Les Lillois peuvent décrocher une place en 8e de finale de Ligue des champions et sont assurés d'être au pire reversés en Europa League. Coup d'envoi à 21h sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-salah-snobe-le-barca_AV-202112060135.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/lille-wolfsbourg-en-direct-le-losc-joue-un-match-a-24-millions_LS-202112080257.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 08:38:12 GMT", - "enclosure": "https://images.bfmtv.com/gylC9uZZXGD5L_8FphvNaKkgo8k=/0x0:1200x675/800x0/images/Mohamed-Salah-1176780.jpg", + "pubDate": "Wed, 08 Dec 2021 10:23:22 GMT", + "enclosure": "https://images.bfmtv.com/2hwZqVovjBu6NhdUsP_eAaroUhQ=/0x208:1984x1324/800x0/images/LOSC-1183549.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52095,17 +53525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ef4901010fafc75c2e9184394743ffa" + "hash": "d1454cbac9e5cc898a6183b6a7a3781c" }, { - "title": "GP d'Arabie Saoudite en direct: Hamilton charge Verstappen après leur accrochage", - "description": "Max Verstappen peut profiter du Grand Prix d’Arabie saoudite pour décrocher le premier titre de champion du monde de sa carrière, ce dimanche à Djeddah. Suivez la course en live sur RMC Sport.

", - "content": "Max Verstappen peut profiter du Grand Prix d’Arabie saoudite pour décrocher le premier titre de champion du monde de sa carrière, ce dimanche à Djeddah. Suivez la course en live sur RMC Sport.

", + "title": "Une nageuse australienne révèle avoir subi des violences sexuelles de la part d'un dirigeant", + "description": "Médaillée d'argent aux Jeux olympiques de Rio en 2016, l'Australienne Madeline Groves a avoué ces dernières heures avoir été victime de violences sexuelles à l'adolescence, infligées par un responsable qui travaille toujours dans le milieu de la natation en Australie. L'été dernier, Groves avait renoncé aux Jeux pour dénoncer les \"pervers misogynes\" présents dans le milieu.

", + "content": "Médaillée d'argent aux Jeux olympiques de Rio en 2016, l'Australienne Madeline Groves a avoué ces dernières heures avoir été victime de violences sexuelles à l'adolescence, infligées par un responsable qui travaille toujours dans le milieu de la natation en Australie. L'été dernier, Groves avait renoncé aux Jeux pour dénoncer les \"pervers misogynes\" présents dans le milieu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-en-direct-suivez-le-grand-prix-d-arabie-saoudite_LS-202112050239.html", + "link": "https://rmcsport.bfmtv.com/natation/une-nageuse-australienne-revele-avoir-subi-des-violences-sexuelles-de-la-part-d-un-dirigeant_AV-202112080255.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 16:18:56 GMT", - "enclosure": "https://images.bfmtv.com/Vzqvl-Vh3G3nsHwIkKi-dnkCi-M=/0x212:2048x1364/800x0/images/Max-Verstappen-et-Lewis-Hamilton-au-restart-du-GP-d-Arabie-Saoudite-1182291.jpg", + "pubDate": "Wed, 08 Dec 2021 10:21:16 GMT", + "enclosure": "https://images.bfmtv.com/3Rwf28WT08_8Ru-Vg_FA4y05b6o=/0x140:2048x1292/800x0/images/Madeline-Groves-lors-des-Jeux-olympiques-de-Rio-en-aout-2016-1184023.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52115,17 +53545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cf4a1763b93e82e14f6bb720208d475" + "hash": "7c217c8fa2e977f42cfa37dec86c3cae" }, { - "title": "GP d’Arabie saoudite: Hamilton se paye la conduite de Verstappen", - "description": "Lewis Hamilton a remporté dimanche le Grand Prix d’Arabie saoudite devant Max Verstappen. A égalité avec le Néerlandais au classement général, le pilote britannique a critiqué la conduite de son rival après l’avant-dernière course de la saison.

", - "content": "Lewis Hamilton a remporté dimanche le Grand Prix d’Arabie saoudite devant Max Verstappen. A égalité avec le Néerlandais au classement général, le pilote britannique a critiqué la conduite de son rival après l’avant-dernière course de la saison.

", + "title": "Boxe: Même détrôné, Joshua affirme avoir \"le meilleur CV\" des lourds", + "description": "Détrôné des titres IBF-WBA-WBO des lourds avec sa défaite face à Oleksandr Usyk en septembre, Anthony Joshua n’est plus champion du monde à l’heure actuelle. Ce qui n’empêche pas la superstar britannique de se placer au sommet de la hiérarchie sur ce qu’il a réalisé dans sa carrière, comme il l’a expliqué dans un entretien exclusif accordé à RMC Sport.

", + "content": "Détrôné des titres IBF-WBA-WBO des lourds avec sa défaite face à Oleksandr Usyk en septembre, Anthony Joshua n’est plus champion du monde à l’heure actuelle. Ce qui n’empêche pas la superstar britannique de se placer au sommet de la hiérarchie sur ce qu’il a réalisé dans sa carrière, comme il l’a expliqué dans un entretien exclusif accordé à RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-hamilton-se-paye-la-conduite-de-verstappen_AV-202112060126.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-meme-detrone-joshua-affirme-avoir-le-meilleur-cv-des-lourds_AV-202112080247.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 08:22:08 GMT", - "enclosure": "https://images.bfmtv.com/gr0imL3ak7Vrn4d563dkPvJejd8=/0x210:2048x1362/800x0/images/Lewis-Hamilton-a-droite-et-Max-Verstappen-apres-le-GP-d-Arabie-saoudite-1182500.jpg", + "pubDate": "Wed, 08 Dec 2021 10:10:07 GMT", + "enclosure": "https://images.bfmtv.com/7N5YLT-R5uhyT_UFjpfWLwL-zUI=/0x123:2048x1275/800x0/images/Anthony-Joshua-contre-Kubrat-Pulev-1071251.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52135,17 +53565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb082f1a3d202a9aec63a8231918d5ac" + "hash": "616e8e2e6b997712630d266b35e37cff" }, { - "title": "Albert Solal, la chasse au record", - "description": "Albert Solal, coach mental, psychothérapeute et spécialiste d'expressos, tentera dimanche prochain d'entrer au Guinness Book en jouant la plus longue partie de poker jamais disputée online.

", - "content": "Albert Solal, coach mental, psychothérapeute et spécialiste d'expressos, tentera dimanche prochain d'entrer au Guinness Book en jouant la plus longue partie de poker jamais disputée online.

", + "title": "Wolfsburg-Lille: qualification en 8es, Ligue Europa... les scénarios possibles pour le Losc", + "description": "Le Losc affronte Wolfsburg ce mercredi à l'occasion de la 6e et dernière journée de la phase de groupes de la Ligue des champions (21h sur RMC Sport 1). Leader du groupe G, Lille peut espérer terminer premier en cas de victoire en Allemagne. Mais les Dogues peuvent également tout perdre en fonction du scénario, et se retrouver à disputer la Ligue Europa en février.

", + "content": "Le Losc affronte Wolfsburg ce mercredi à l'occasion de la 6e et dernière journée de la phase de groupes de la Ligue des champions (21h sur RMC Sport 1). Leader du groupe G, Lille peut espérer terminer premier en cas de victoire en Allemagne. Mais les Dogues peuvent également tout perdre en fonction du scénario, et se retrouver à disputer la Ligue Europa en février.

", "category": "", - "link": "https://rmcsport.bfmtv.com/poker/albert-solal-la-chasse-au-record_AN-202112060220.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/wolfsburg-lille-qualification-en-8es-ligue-europa-les-scenarios-possibles-pour-le-losc_AV-202112080246.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 08:20:34 GMT", - "enclosure": "https://images.bfmtv.com/_IPZ0tt2tzNm8Il-LZPvbHSW9eM=/0x112:1200x787/800x0/images/Albert-Solal-la-chasse-au-record-1182618.jpg", + "pubDate": "Wed, 08 Dec 2021 10:09:45 GMT", + "enclosure": "https://images.bfmtv.com/Ad3RCEjT30EfxUdO6Morp3JkIUg=/6x111:2038x1254/800x0/images/Jose-Fonte-lors-du-match-entre-le-LOSC-et-Wolfsburg-le-14-septembre-1183984.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52155,17 +53585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ee06e11d7f56dcdbf8b8947500a918b" + "hash": "226cdd81efc05951b50a1f611f1cd6f3" }, { - "title": "PSG-Bruges J-1 en direct: La tension monte à Paris", - "description": "Le PSG termine la phase de groupe de Ligue des champions face à Bruges mardi (coup d'envoi à 18h45, match en direct sur RMC Sport 1).

", - "content": "Le PSG termine la phase de groupe de Ligue des champions face à Bruges mardi (coup d'envoi à 18h45, match en direct sur RMC Sport 1).

", + "title": "Boxe: \"Être plus agressif…\", Joshua sait ce qu'il doit changer après la défaite contre Usyk", + "description": "Battu par Oleksandr Usyk pour les ceintures IBF-WBA-WBO des lourds en septembre, Anthony Joshua compte bien retrouver le trône des lourds au plus vite. Mais le Britannique le reconnaît : il devra faire \"des ajustements\" dans son style s’il veut prendre sa revanche sur l’Ukrainien. Il a expliqué pourquoi et comment dans un entretien exclusif accordé à RMC Sport.

", + "content": "Battu par Oleksandr Usyk pour les ceintures IBF-WBA-WBO des lourds en septembre, Anthony Joshua compte bien retrouver le trône des lourds au plus vite. Mais le Britannique le reconnaît : il devra faire \"des ajustements\" dans son style s’il veut prendre sa revanche sur l’Ukrainien. Il a expliqué pourquoi et comment dans un entretien exclusif accordé à RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-bruges-j-1-en-direct-la-tension-monte-a-paris_LN-202112060147.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-etre-plus-agressif-joshua-sait-ce-qu-il-doit-changer-apres-la-defaite-contre-usyk_AV-202112080245.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:09:03 GMT", - "enclosure": "https://images.bfmtv.com/XhNQDRo0j0xLvkebz9Idop5962E=/0x0:1184x666/800x0/images/Mauricio-Pochettino-1179636.jpg", + "pubDate": "Wed, 08 Dec 2021 10:09:00 GMT", + "enclosure": "https://images.bfmtv.com/YhEcNhtCNHT-i2Bi0iDUV3b2Ni8=/0x73:2032x1216/800x0/images/Anthony-Joshua-1150644.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52175,17 +53605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d34e2bc68cca4a3e9940634aac1468a9" + "hash": "3e5331e477f1824dddcf6832c5b7a914" }, { - "title": "Ligue 1: la stat’ terrible (et historique) de Bordeaux à domicile", - "description": "Bien que revenus deux fois à hauteur de l’Olympique lyonnais, dimanche (2-2), les Bordelais peinent toujours autant à domicile. Au Matmut Atlantique, les joueurs de Vladimir Petkovic connaissent même une crise de résultats sans précédent dans l’histoire du club.

", - "content": "Bien que revenus deux fois à hauteur de l’Olympique lyonnais, dimanche (2-2), les Bordelais peinent toujours autant à domicile. Au Matmut Atlantique, les joueurs de Vladimir Petkovic connaissent même une crise de résultats sans précédent dans l’histoire du club.

", + "title": "JO d'hiver 2022: la Chine tacle l'Australie après l'annonce de son boycott diplomatique", + "description": "Le Premier ministre australien Scott Morrison a confirmé ce mercredi qu’aucun diplomate ne se rendrait à Pékin pour les Jeux olympiques d’hiver du 4 au 20 février prochain. Une manière de se ranger derrière les Etats-Unis et d’adresser un signal fort en raison du non-respect des droits de l’homme en Chine et de l’affaire de la joueuse de tennis Peng Shuai.

", + "content": "Le Premier ministre australien Scott Morrison a confirmé ce mercredi qu’aucun diplomate ne se rendrait à Pékin pour les Jeux olympiques d’hiver du 4 au 20 février prochain. Une manière de se ranger derrière les Etats-Unis et d’adresser un signal fort en raison du non-respect des droits de l’homme en Chine et de l’affaire de la joueuse de tennis Peng Shuai.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-la-stat-terrible-et-historique-de-bordeaux-a-domicile_AV-202112060103.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-d-hiver-2022-l-australie-annonce-a-son-tour-un-boycott-diplomatique-a-pekin_AV-202112070443.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 07:38:26 GMT", - "enclosure": "https://images.bfmtv.com/1Qi4Tl8iYJ98y_E7i11QxARBDRk=/0x39:768x471/800x0/images/L-entraineur-croate-de-Bordeaux-Vladimir-Petkovic-lors-du-match-contre-Lyon-en-cloture-de-la-17e-journee-de-Ligue-1-le-5-decembre-2021-au-Matmut-Atlantique-Stadium-1182345.jpg", + "pubDate": "Tue, 07 Dec 2021 23:50:36 GMT", + "enclosure": "https://images.bfmtv.com/CnrEvSNK_0w1h1qJf78xgxFzFIU=/0x185:2048x1337/800x0/images/Pekin-2022-1002626.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52195,17 +53625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d83932c15739bd4447a099d191686ce" + "hash": "07c008cbae9a0f9a1a2b5a1bccac71c4" }, { - "title": "Mercato en direct: Saint-Etienne nomme un nouveau coordinateur sportif", - "description": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", - "content": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "title": "PSG-Bruges: \"On a encore des choses à améliorer\", estime Wijnaldum", + "description": "Titulaire face à Bruges mardi au Parc des Princes, Georginio Wijnaldum a expliqué au micro de PSG TV que son équipe devait encore progresser, malgré sa large victoire 4-1 lors de la 6e journée de Ligue des champions.

", + "content": "Titulaire face à Bruges mardi au Parc des Princes, Georginio Wijnaldum a expliqué au micro de PSG TV que son équipe devait encore progresser, malgré sa large victoire 4-1 lors de la 6e journée de Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-on-a-encore-des-choses-a-ameliorer-estime-wijnaldum_AV-202112080225.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 07:21:04 GMT", - "enclosure": "https://images.bfmtv.com/nDdUVHO46zoFK6bzjbpRsw3nnSo=/0x67:2048x1219/800x0/images/Loic-Perrin-1174647.jpg", + "pubDate": "Wed, 08 Dec 2021 09:47:44 GMT", + "enclosure": "https://images.bfmtv.com/I6m1LAC_csH9QtHNxryI98zuX4U=/0x106:2048x1258/800x0/images/Wijnaldum-avec-le-PSG-contre-Bruges-en-Ligue-des-champions-1183989.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52215,17 +53645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "796150d8d5058de7c330ae288239d5b0" + "hash": "eec7699ef26409bd6ab94e6ee314bfdf" }, { - "title": "Boxe: Davis se blesse à la main mais conserve son titre face à Cruz", - "description": "Gervonta Davis a conservé dimanche son titre WBA des légers en dominant le Mexicain Isaac Cruz par décision unanime. L'Américain de 27 ans reste invaincu après 26 combats chez les pros.

", - "content": "Gervonta Davis a conservé dimanche son titre WBA des légers en dominant le Mexicain Isaac Cruz par décision unanime. L'Américain de 27 ans reste invaincu après 26 combats chez les pros.

", + "title": "Ligue 1 en direct: \"si la France sort du Top 5 européen, on deviendra le championnat de Slovénie\", prévient Labrune", + "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-davis-se-blesse-a-la-main-mais-conserve-son-titre-face-a-cruz_AV-202112060068.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 06:42:26 GMT", - "enclosure": "https://images.bfmtv.com/XvC0OlrVmQB0-j3fgS-8z96w_oE=/0x0:2048x1152/800x0/images/Gervonta-Davis-a-droite-face-a-Isaac-Cruz-1182427.jpg", + "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", + "enclosure": "https://images.bfmtv.com/r1cJPiHPLP59IAQ8d2-02euWbcM=/0x128:2048x1280/800x0/images/Vincent-Labrune-1172296.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52235,17 +53665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58a4d148c490ef9b7aa545e8e0985ab4" + "hash": "aca2c118935223e280d9d671bbb0b78b" }, { - "title": "F2: Pourchaire donne de ses nouvelles après son crash au GP d’Arabie saoudite", - "description": "Grand espoir du paddock en Formule 2, Théo Pourchaire a été victime d’un accident impressionnant, dimanche en Arabie saoudite. Le pilote français, 18 ans, a donné des nouvelles de lui rassurantes quelques heures après, sur ses réseaux sociaux.

", - "content": "Grand espoir du paddock en Formule 2, Théo Pourchaire a été victime d’un accident impressionnant, dimanche en Arabie saoudite. Le pilote français, 18 ans, a donné des nouvelles de lui rassurantes quelques heures après, sur ses réseaux sociaux.

", + "title": "Ligue des champions: Lille peut écrire une des plus belles pages de son histoire", + "description": "Le Losc a son destin en main pour cette dernière journée de Ligue des champions. Les Lillois peuvent se qualifier pour les huitièmes de finale voir même terminer premier de leur groupe en cas de victoire à Wolfsbourg.

", + "content": "Le Losc a son destin en main pour cette dernière journée de Ligue des champions. Les Lillois peuvent se qualifier pour les huitièmes de finale voir même terminer premier de leur groupe en cas de victoire à Wolfsbourg.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f2-pourchaire-donne-de-ses-nouvelles-apres-son-crash-au-gp-d-arabie-saoudite_AV-202112060053.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-lille-peut-ecrire-une-des-plus-belles-pages-de-son-histoire_AD-202112080217.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 06:23:57 GMT", - "enclosure": "https://images.bfmtv.com/jQnCPkUYQAy7ARQiQ_C6lCLkCGs=/0x39:768x471/800x0/images/Le-pilote-francais-Theo-Pourchaire-17-ans-et-vice-champion-du-monde-de-Formule-3-en-2020-s-entraine-sur-le-simulateur-AOTech-le-19-fevrier-2021-a-Tigery-dans-l-Essonne-995031.jpg", + "pubDate": "Wed, 08 Dec 2021 09:36:16 GMT", + "enclosure": "https://images.bfmtv.com/jBTIlpmhwiF2c2JSI0Z5pLHmy64=/0x38:768x470/800x0/images/L-attaquant-de-Lille-Burak-Yilmaz-c-vient-d-ouvrir-la-marque-contre-Nantes-le-27-novembre-2021-a-Villeneuve-d-Ascq-1176808.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52255,17 +53685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8eceac92a2316cff833d047dbc5e5a3c" + "hash": "838b0cfa7fcf0e984f469f33545d32e4" }, { - "title": "Bordeaux-OL en direct: Lyonnais et Girondins se quittent dos à dos, l'OL miraculé en fin de match", - "description": "Bordeaux et Lyon se sont rendus coup pour coup ce dimanche en clôture de la 17e journée de Ligue 1 (2-2). L'OL est même passé tout près de la correctionnelle en fin de match.

", - "content": "Bordeaux et Lyon se sont rendus coup pour coup ce dimanche en clôture de la 17e journée de Ligue 1 (2-2). L'OL est même passé tout près de la correctionnelle en fin de match.

", + "title": "Open d’Australie: Tsonga privé d’invitation, au profit de Pouille", + "description": "Lucas Pouille a hérité d’une wild-card pour le prochain Open d’Australie, au détriment de Jo-Wilfried Tsonga, 260e mondial, qui rêvait de s'aligner à Melbourne le mois prochain.

", + "content": "Lucas Pouille a hérité d’une wild-card pour le prochain Open d’Australie, au détriment de Jo-Wilfried Tsonga, 260e mondial, qui rêvait de s'aligner à Melbourne le mois prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-bordeaux-ol-en-direct_LS-202112050237.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-tsonga-prive-d-invitation-au-profit-de-pouille_AV-202112080213.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 16:10:24 GMT", - "enclosure": "https://images.bfmtv.com/Y4ipY_ai5LRaJE086BPMTqdy9SA=/0x106:2048x1258/800x0/images/Bordeaux-OL-1182321.jpg", + "pubDate": "Wed, 08 Dec 2021 09:33:03 GMT", + "enclosure": "https://images.bfmtv.com/3MHX2A9Ez6dzWQQumZtvd2qjg1w=/0x62:1200x737/800x0/images/-865123.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52275,17 +53705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e6341a363d927f3d039703a5865b844" + "hash": "89a9ed88a3b6d6b436312c9e60eaad0e" }, { - "title": "NBA: un Rudy Gobert \"clutch\" fait gagner Utah contre Cleveland", - "description": "Décisif dans les derniers instants du match face aux Cavs (109-108), Rudy Gobert a permis aux Jazz d’arracher leur 16e succès de la saison dans la Conférence Ouest, dans la nuit de dimanche à lundi. Auteur d’une nouvelle performance défensive, le pivot français termine avec 6 points et 20 rebonds.

", - "content": "Décisif dans les derniers instants du match face aux Cavs (109-108), Rudy Gobert a permis aux Jazz d’arracher leur 16e succès de la saison dans la Conférence Ouest, dans la nuit de dimanche à lundi. Auteur d’une nouvelle performance défensive, le pivot français termine avec 6 points et 20 rebonds.

", + "title": "Wolfsburg-Lille: à quelle heure et sur quelle chaîne regarder le match de Ligue des champions", + "description": "Lille joue sa qualification pour les huitièmes de finale de la Ligue des champions à Wolfsburg, ce mercredi (21h). Un match nul suffit aux hommes de Jocelyn Gourvennec, maîtres de leur destin.

", + "content": "Lille joue sa qualification pour les huitièmes de finale de la Ligue des champions à Wolfsburg, ce mercredi (21h). Un match nul suffit aux hommes de Jocelyn Gourvennec, maîtres de leur destin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-un-gobert-clutch-fait-gagner-utah-contre-cleveland_AV-202112060029.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/wolfsburg-lille-a-quelle-heure-et-sur-quelle-chaine-regarder-le-match-de-ligue-des-champions_AV-202112080208.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 05:42:39 GMT", - "enclosure": "https://images.bfmtv.com/K-NIlFi07LPKHzAE3Ll2QQAwtqU=/0x106:2048x1258/800x0/images/Rudy-Gobert-Utah-Jazz-1182394.jpg", + "pubDate": "Wed, 08 Dec 2021 09:23:01 GMT", + "enclosure": "https://images.bfmtv.com/pB5utHNiSnW053v27R4topcgRBY=/0x162:2048x1314/800x0/images/Burak-Yilmaz-face-a-Maxence-Lacroix-1183981.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52295,17 +53725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "79ae284fd3415bfb7e6a7fd1e77a0cc8" + "hash": "5c45a26dbea2880f858009936a4f4c64" }, { - "title": "OL: \"On est dans l’urgence\", la grosse colère d'Anthony Lopes après le nul à Bordeaux", - "description": "Révolté par le match insuffisant de son équipe, dimanche à Bordeaux (2-2), Anthony Lopes a eu des mots forts pour qualifier les récentes performances de l’Olympique lyonnais. S’il ne veut pas encore parler de crise, le gardien portugais a conscience que la situation devient urgente en Ligue 1.

", - "content": "Révolté par le match insuffisant de son équipe, dimanche à Bordeaux (2-2), Anthony Lopes a eu des mots forts pour qualifier les récentes performances de l’Olympique lyonnais. S’il ne veut pas encore parler de crise, le gardien portugais a conscience que la situation devient urgente en Ligue 1.

", + "title": "Affaire Pinot-Schmitt: Pinot remercie ses soutiens et veut se tourner vers Paris 2024", + "description": "Dix jours après le début de l'affaire, Margaux Pinot a publié un message sur ses réseaux sociaux pour remercier l'ensemble des personnes qui l'ont soutenue depuis la révélation des violences conjugales qu'elle aurait subi. La double championne d'Europe souhaite \"continuer à se battre pour que justice soit faite\", tout en se tournant dès maintenant vers Paris 2024.

", + "content": "Dix jours après le début de l'affaire, Margaux Pinot a publié un message sur ses réseaux sociaux pour remercier l'ensemble des personnes qui l'ont soutenue depuis la révélation des violences conjugales qu'elle aurait subi. La double championne d'Europe souhaite \"continuer à se battre pour que justice soit faite\", tout en se tournant dès maintenant vers Paris 2024.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-on-est-dans-l-urgence-la-grosse-colere-d-anthony-lopes-apres-le-nul-a-bordeaux_AV-202112060019.html", + "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-pinot-remercie-ses-soutiens-et-veut-se-tourner-vers-paris-2024_AV-202112080206.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 05:24:09 GMT", - "enclosure": "https://images.bfmtv.com/7GEOAGLjkU-nBtBR-rUiJB7aYHc=/78x336:1902x1362/800x0/images/Anthony-Lopes-OL-1182382.jpg", + "pubDate": "Wed, 08 Dec 2021 09:18:26 GMT", + "enclosure": "https://images.bfmtv.com/Z6n9yhifu5oYgS6BCEHFAOtZzXg=/0x140:2048x1292/800x0/images/Margaux-Pinot-face-a-la-presse-1182040.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52315,17 +53745,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "917c514cbbaca698514f196c4d4c421b" + "hash": "abba2a2c0d13c2485c5f7311a1e06263" }, { - "title": "Bordeaux-OL: \"Rien à voir avec le système\", Bosz défend ses choix et n’accable pas Gusto", - "description": "Peter Bosz a tenu un discours plutôt positif après le nul de l’OL sur la pelouse de Bordeaux, ce dimanche, lors de la 17e journée de Ligue 1 (2-2). Le coach de Lyon estime que la contreperformance de son équipe n’est pas liée au système mis en place au Matmut Atlantique. Sans véritable attaquant.

", - "content": "Peter Bosz a tenu un discours plutôt positif après le nul de l’OL sur la pelouse de Bordeaux, ce dimanche, lors de la 17e journée de Ligue 1 (2-2). Le coach de Lyon estime que la contreperformance de son équipe n’est pas liée au système mis en place au Matmut Atlantique. Sans véritable attaquant.

", + "title": "Atlético de Madrid: Joao Felix souhaiterait partir en janvier, selon la presse espagnole", + "description": "Sous contrat jusqu'en 2026, Joao Felix réfléchit sérieusement à quitter l'Atlético dès cet hiver, assure la presse espagnole. Les Colchoneros n'y seraient pas opposés.

", + "content": "Sous contrat jusqu'en 2026, Joao Felix réfléchit sérieusement à quitter l'Atlético dès cet hiver, assure la presse espagnole. Les Colchoneros n'y seraient pas opposés.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-ol-rien-a-voir-avec-le-systeme-bosz-defend-ses-choix-et-n-accable-pas-gusto_AV-202112050338.html", + "link": "https://rmcsport.bfmtv.com/football/liga/atletico-de-madrid-joao-felix-souhaiterait-partir-en-janvier-selon-la-presse-espagnole_AV-202112080202.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 23:20:13 GMT", - "enclosure": "https://images.bfmtv.com/OO3C28NNrFZobBvO5tH8TmS6Cos=/0x68:2048x1220/800x0/images/Peter-BOSZ-1174364.jpg", + "pubDate": "Wed, 08 Dec 2021 09:15:20 GMT", + "enclosure": "https://images.bfmtv.com/aNJIoonj6ZnHxoVrtYMzi21liBc=/0x15:1200x690/800x0/images/Joao-Felix-1183964.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52335,17 +53765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7086cd58e4d712158533b5540ca76e65" + "hash": "9e58c630c0e8577c9763542fb534e7c3" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 6 décembre – Liga - Espagne", - "description": "Notre pronostic : pas de vainqueur entre Getafe et Bilbao (3.05)

", - "content": "Notre pronostic : pas de vainqueur entre Getafe et Bilbao (3.05)

", + "title": "Tottenham: au moins six cas de Covid-19 parmi les joueurs, le match face à Brighton en suspens", + "description": "Au moins six joueurs de Tottenham ont été testés positifs au Covid-19 cette semaine, ce qui pourrait remettre en cause la tenue de leurs prochains matches en Premier League, mais pas encore celui face à Rennes en Coupe d'Europe, ce jeudi (21h).

", + "content": "Au moins six joueurs de Tottenham ont été testés positifs au Covid-19 cette semaine, ce qui pourrait remettre en cause la tenue de leurs prochains matches en Premier League, mais pas encore celui face à Rennes en Coupe d'Europe, ce jeudi (21h).

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-6-decembre-liga-espagne_AN-202112050221.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-au-moins-six-cas-de-covid-19-parmi-les-joueurs-le-match-face-a-brighton-en-suspens_AV-202112080199.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/z58sytdUaDInDdkpqQo33-_KRW4=/0x0:1984x1116/800x0/images/D-Suarez-1182150.jpg", + "pubDate": "Wed, 08 Dec 2021 09:12:34 GMT", + "enclosure": "https://images.bfmtv.com/pZSkGFq2bzj6l5OjLz_Kbn1IY9A=/0x125:1200x800/800x0/images/Les-joueurs-de-Tottenham-celebrant-un-but-en-Premier-League-1183917.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52355,17 +53785,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "363887378decb92d9d5c4ad063e17c38" + "hash": "fbb27b6e586d3e87b3bc8f9c16f16c3b" }, { - "title": "PRONOS PARIS RMC Le pari de folie du 6 décembre – Série A - Italie", - "description": "Notre pronostic : match nul entre l’Empoli et l’Udinese et les deux équipes marquent (3.80)

", - "content": "Notre pronostic : match nul entre l’Empoli et l’Udinese et les deux équipes marquent (3.80)

", + "title": "Handball: le calvaire d’Amandine Tissier, championne de France, atteinte de sclérose en plaques", + "description": "Amandine Tessier, championne de France de handball avec Brest l’année dernière, a mis sa carrière entre parenthèses la semaine dernière pour soigner la sclérose en plaques dont elle souffre. Elle raconte son calvaire dans Le Parisien.

", + "content": "Amandine Tessier, championne de France de handball avec Brest l’année dernière, a mis sa carrière entre parenthèses la semaine dernière pour soigner la sclérose en plaques dont elle souffre. Elle raconte son calvaire dans Le Parisien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-6-decembre-serie-a-italie_AN-202112050220.html", + "link": "https://rmcsport.bfmtv.com/handball/handball-le-calvaire-d-amandine-tissier-championne-de-france-atteinte-de-sclerose-en-plaques_AV-202112080192.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/eQvyLLt5PM0KHVf5c3NUyvEWY_M=/15x0:1999x1116/800x0/images/Beto-1182148.jpg", + "pubDate": "Wed, 08 Dec 2021 08:54:49 GMT", + "enclosure": "https://images.bfmtv.com/x0HZAvOO603oVcJOFvWpd4hYNzc=/14x66:2046x1209/800x0/images/Amandine-Tissier-1183958.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52375,17 +53805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5d0546042f9aa0c82704722ab8136fc" + "hash": "1f5276ff7078f76048fb83f7d2358bb2" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 6 décembre – Premier League - Angleterre", - "description": "Notre pronostic : Arsenal ne perd pas sur la pelouse d’Everton (1.34)

", - "content": "Notre pronostic : Arsenal ne perd pas sur la pelouse d’Everton (1.34)

", + "title": "Boxe: la WBC impose à Fury de défendre son titre contre Whyte", + "description": "Près de deux mois après son succès d'anthologie face à Deontay Wilder, Tyson Fury connaît son prochain adversaire. Il s'agit de Dillian Whyte, contre qui il devra défendre sa ceinture de champion du monde des lourds. Une décision prise mardi soir par la WBC.

", + "content": "Près de deux mois après son succès d'anthologie face à Deontay Wilder, Tyson Fury connaît son prochain adversaire. Il s'agit de Dillian Whyte, contre qui il devra défendre sa ceinture de champion du monde des lourds. Une décision prise mardi soir par la WBC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-6-decembre-premier-league-angleterre_AN-202112050218.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-la-wbc-impose-a-fury-de-defendre-son-titre-contre-whyte_AV-202112080174.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/kj3Ze9ByrlnqgUtTTxZ_4mDbk34=/0x0:2000x1125/800x0/images/A-Ramsdale-1182147.jpg", + "pubDate": "Wed, 08 Dec 2021 08:29:45 GMT", + "enclosure": "https://images.bfmtv.com/9UZeq7X11_vs7HOUWM2Zcufb-rg=/0x50:2032x1193/800x0/images/Tyson-Fury-lors-d-une-soiree-de-combats-de-boxe-a-Wembley-le-20-novembre-1183934.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52395,17 +53825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a78dddb36166232f190772ea28e23e4" + "hash": "83bf24f5e9afac9aade6fc4957c35aff" }, { - "title": "Top 14: le Stade Français renversant face à La Rochelle", - "description": "Mené 20-6, le Stade Français a finalement tout renversé pour battre La Rochelle ce dimanche (25-20), en clôture de la 12e journée de Top 14. Un vrai soulagement dans l'optique de s'éloigner de la zone rouge.

", - "content": "Mené 20-6, le Stade Français a finalement tout renversé pour battre La Rochelle ce dimanche (25-20), en clôture de la 12e journée de Top 14. Un vrai soulagement dans l'optique de s'éloigner de la zone rouge.

", + "title": "Boxe: \"Si une énorme offre arrive…\", Joshua prêt à s’écarter pour un choc Fury-Usyk", + "description": "Détrôné des titres IBF-WBA-WBO des lourds avec sa défaite face à Oleksandr Usyk en septembre, Anthony Joshua est déjà tourné vers la reconquête des sommets de la catégorie. Mais la superstar britannique ouvre la porte à s’écarter de sa revanche contractuelle afin de laisser l’Ukrainien affronter Tyson Fury pour les quatre ceintures avant de prendre le vainqueur, comme il l’a confirmé dans un entretien exclusif accordé à RMC Sport.

", + "content": "Détrôné des titres IBF-WBA-WBO des lourds avec sa défaite face à Oleksandr Usyk en septembre, Anthony Joshua est déjà tourné vers la reconquête des sommets de la catégorie. Mais la superstar britannique ouvre la porte à s’écarter de sa revanche contractuelle afin de laisser l’Ukrainien affronter Tyson Fury pour les quatre ceintures avant de prendre le vainqueur, comme il l’a confirmé dans un entretien exclusif accordé à RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-le-stade-francais-renversant-face-a-la-rochelle_AD-202112050335.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-si-une-enorme-offre-arrive-joshua-pret-a-s-ecarter-pour-un-choc-fury-usyk_AV-202112080170.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 22:36:39 GMT", - "enclosure": "https://images.bfmtv.com/f1fGh8bMyoAF1lptyYh67qGZdxk=/0x112:2048x1264/800x0/images/Le-Stade-Francais-a-tout-renverse-face-aux-Rochelais-1182343.jpg", + "pubDate": "Wed, 08 Dec 2021 08:22:25 GMT", + "enclosure": "https://images.bfmtv.com/TwRD-cwACve2sGe6v3fGTcUUeSI=/0x141:2048x1293/800x0/images/Anthony-Joshua-1155683.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52415,17 +53845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93e4dde4eee54eeecd08b2e1e5e0d1bc" + "hash": "06bf9023931f6db6d86d864907776b31" }, { - "title": "AC Milan: \"Plus ma queue de cheval est longue, plus je suis fort\", la nouvelle punchline de Zlatan", - "description": "Lors d’une interview accordée ce dimanche à Rai 3, Zlatan Ibrahimovic a distillé quelques nouvelles punchlines dont il a le secret. En promotion pour la sortie de son livre \"Adrenalina\", l’attaquant de l’AC Milan a notamment expliqué que sa force provenait... de ses cheveux.

", - "content": "Lors d’une interview accordée ce dimanche à Rai 3, Zlatan Ibrahimovic a distillé quelques nouvelles punchlines dont il a le secret. En promotion pour la sortie de son livre \"Adrenalina\", l’attaquant de l’AC Milan a notamment expliqué que sa force provenait... de ses cheveux.

", + "title": "Manchester City: Guardiola critique Walker après son craquage qui va lui coûter les 8es", + "description": "Kyle Walker, arrière droit de Manchester City, a été expulsé pour une grossière balayette sur André Silva, mardi lors de la défaite à Leipzig (2-1). L’Anglais sera au moins suspendu pour le 8e de finale aller et peut-être pour le retour.

", + "content": "Kyle Walker, arrière droit de Manchester City, a été expulsé pour une grossière balayette sur André Silva, mardi lors de la défaite à Leipzig (2-1). L’Anglais sera au moins suspendu pour le 8e de finale aller et peut-être pour le retour.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/ac-milan-plus-ma-queue-de-cheval-est-longue-plus-je-suis-fort-la-nouvelle-punchline-de-zlatan_AV-202112050334.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-guardiola-critique-walker-apres-son-craquage-qui-va-lui-couter-les-8es_AV-202112080167.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 22:21:08 GMT", - "enclosure": "https://images.bfmtv.com/uHEJiElx9pnL8MLZdvcn1c6Tu1Q=/0x0:2048x1152/800x0/images/Zlatan-Ibrahimovic-1174964.jpg", + "pubDate": "Wed, 08 Dec 2021 08:16:08 GMT", + "enclosure": "https://images.bfmtv.com/tYY7jVz2QtxqWRxah2KZJNRDvr8=/0x106:2048x1258/800x0/images/Le-carton-rouge-inflige-a-Kyle-Walker-1183920.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52435,17 +53865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "438817160f750d7865efe7de790f87ae" + "hash": "33c3e884508d73437e40412ee393fb87" }, { - "title": "Stade Français-La Rochelle en direct: Paris s'offre un cador et respire au classement", - "description": "Le Stade Français s'impose 25 à 20 face à La Rochelle au terme d'un match à suspense ! Mené 20 à 6 au bout de 3O minutes, Paris a réussi à inverser la tendance jusqu'à l'emporter !

", - "content": "Le Stade Français s'impose 25 à 20 face à La Rochelle au terme d'un match à suspense ! Mené 20 à 6 au bout de 3O minutes, Paris a réussi à inverser la tendance jusqu'à l'emporter !

", + "title": "OL-OM: Les sanctions vont tomber", + "description": "Le sort du match OL-OM interrompu au bout de 5 minutes après un jet de bouteille sur Dimitri Payet va être tranché par la commission de discipline ce mercredi.

", + "content": "Le sort du match OL-OM interrompu au bout de 5 minutes après un jet de bouteille sur Dimitri Payet va être tranché par la commission de discipline ce mercredi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-stade-francais-la-rochelle-en-direct_LS-202112050287.html", + "link": "https://rmcsport.bfmtv.com/football/ol-om-les-sanctions-vont-tomber_AD-202112080149.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 18:46:50 GMT", - "enclosure": "https://images.bfmtv.com/jDWW_2gDWLM3j43xes_b3Bsbbs0=/0x106:2048x1258/800x0/images/Match-a-suspense-entre-le-Stade-Francais-et-La-Rochelle-1182336.jpg", + "pubDate": "Wed, 08 Dec 2021 07:53:27 GMT", + "enclosure": "https://images.bfmtv.com/1o2oEmbJ9CMFN92xhu8uQT3B54s=/0x97:768x529/800x0/images/Le-meneur-de-jeu-de-Marseille-Dimitri-Payet-touche-par-une-bouteille-d-eau-lancee-depuis-la-tribune-lors-du-match-contre-Lyon-a-Decines-Charpieu-le-21-novembre-2021-1171842.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52455,17 +53885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90ab2cc8b5847dc62856ff61f1fc33f5" + "hash": "ec4439888e7a50972b09f1a9b977ece2" }, { - "title": "Bordeaux-OL: les Lyonnais s’inquiètent pour Denayer, sorti sur blessure", - "description": "Accroché par Bordeaux au Matmut Atlantique (2-2) en clôture de la 17e journée de Ligue 1, l'OL a perdu peut-être pour longtemps son défenseur central Jason Denayer. Le Belge pourrait avoir été victime d'une fracture du péroné.

", - "content": "Accroché par Bordeaux au Matmut Atlantique (2-2) en clôture de la 17e journée de Ligue 1, l'OL a perdu peut-être pour longtemps son défenseur central Jason Denayer. Le Belge pourrait avoir été victime d'une fracture du péroné.

", + "title": "Real Madrid: toujours aussi performant, Modric a l'impression d'avoir les jambes de sa vingtaine", + "description": "Encore une fois essentiel lors de la victoire du Real Madrid face à l'Inter Milan mardi soir (2-0) lors de la dernière journée de la phase de groupes de la Ligue des champions, Luka Modric a confié après la rencontre se sentir au top de sa forme. Le milieu croate de 36 ans aimerait d'ailleurs que l'on se concentre moins sur son âge, et davantage sur ses performances.

", + "content": "Encore une fois essentiel lors de la victoire du Real Madrid face à l'Inter Milan mardi soir (2-0) lors de la dernière journée de la phase de groupes de la Ligue des champions, Luka Modric a confié après la rencontre se sentir au top de sa forme. Le milieu croate de 36 ans aimerait d'ailleurs que l'on se concentre moins sur son âge, et davantage sur ses performances.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-ol-les-lyonnais-s-inquietent-pour-denayer-sorti-sur-blessure_AV-202112050329.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/real-madrid-toujours-aussi-performant-modric-a-l-impression-d-avoir-les-jambes-de-sa-vingtaine_AV-202112080147.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 21:53:35 GMT", - "enclosure": "https://images.bfmtv.com/j3yG2YxKSrNdEf4uKE5ZFQiI0dA=/0x34:1200x709/800x0/images/Jason-Denayer-1182334.jpg", + "pubDate": "Wed, 08 Dec 2021 07:51:49 GMT", + "enclosure": "https://images.bfmtv.com/iAC15KRsn6T1mTO0kJIA_uOh2VE=/14x0:2046x1143/800x0/images/Luka-Modric-lors-du-match-entre-le-Real-Madrid-et-l-Inter-Milan-le-7-decembre-1183889.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52475,17 +53905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1460902497e511014066ab5e2b681a5c" + "hash": "7f14200fbbae0a48633001c853632631" }, { - "title": "Ligue 1: ça ne va pas mieux pour l'OL, qui s'en sort très bien à Bordeaux", - "description": "Englués dans le ventre mou du classement, les joueurs de l'OL ont perdu deux nouveaux points sur la pelouse de Bordeaux (2-2). Menés deux fois, les Girondins ont su revenir, mais ils restent sous la menace de Clermont, premier relégable.

", - "content": "Englués dans le ventre mou du classement, les joueurs de l'OL ont perdu deux nouveaux points sur la pelouse de Bordeaux (2-2). Menés deux fois, les Girondins ont su revenir, mais ils restent sous la menace de Clermont, premier relégable.

", + "title": "Zidane dévoile d'autres photos de la réunion France 98", + "description": "Zinedine Zidane a diffusé plusieurs photos de la soirée de retrouvailles des champions du monde 1998, organisée lundi à Paris.

", + "content": "Zinedine Zidane a diffusé plusieurs photos de la soirée de retrouvailles des champions du monde 1998, organisée lundi à Paris.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-ca-ne-va-pas-mieux-pour-l-ol-qui-s-en-sort-tres-bien-a-bordeaux_AN-202112050327.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/zidane-devoile-d-autres-photos-de-la-reunion-france-98_AV-202112080137.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 21:45:35 GMT", - "enclosure": "https://images.bfmtv.com/s3wGk3BPqjsrZaxKz03hPULc3m4=/0x106:2048x1258/800x0/images/Lucas-Paqueta-lors-de-Bordeaux-OL-1182346.jpg", + "pubDate": "Wed, 08 Dec 2021 07:46:30 GMT", + "enclosure": "https://images.bfmtv.com/iPSYT8T7AK0Fny4dogXCeY_Ezno=/0x106:2048x1258/800x0/images/Zinedine-Zidane-1042712.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52495,17 +53925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1088a3fd9598370cd653cf9439116e49" + "hash": "b11d3df9f9976a95c244fe7dc0390d63" }, { - "title": "Nice: \"Je suis le seul responsable\", lâche Galtier après la débâcle contre Strasbourg", - "description": "Nice a encaissé une lourde défaite face à Strasbourg, ce dimanche, lors de la 17e journée de Ligue 1 (0-3). La troisième de suite à domicile. Une mauvaise passe qui pousse Christophe Galtier à se remettre en question.

", - "content": "Nice a encaissé une lourde défaite face à Strasbourg, ce dimanche, lors de la 17e journée de Ligue 1 (0-3). La troisième de suite à domicile. Une mauvaise passe qui pousse Christophe Galtier à se remettre en question.

", + "title": "ASSE: Romeyer ne comprend pas \"les réactions de quelques abrutis\"", + "description": "Deux jours après la mise à pied de Claude Puel, consécutive à la déroute des Verts contre Rennes (5-0), Roland Romeyer a défendu sa gestion d’un club en grande difficulté, lanterne rouge de Ligue 1.

", + "content": "Deux jours après la mise à pied de Claude Puel, consécutive à la déroute des Verts contre Rennes (5-0), Roland Romeyer a défendu sa gestion d’un club en grande difficulté, lanterne rouge de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-je-suis-le-seul-responsable-lache-galtier-apres-la-debacle-contre-strasbourg_AV-202112050323.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-romeyer-ne-comprend-pas-les-reactions-de-quelques-abrutis_AV-202112080120.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 21:25:20 GMT", - "enclosure": "https://images.bfmtv.com/xy-GtbyVoNmCigIjcMJtbiXUwaM=/0x57:2000x1182/800x0/images/Christophe-Galtier-1182035.jpg", + "pubDate": "Wed, 08 Dec 2021 07:24:42 GMT", + "enclosure": "https://images.bfmtv.com/JiQ1ld4U4jAWfVlxTTd7d4dvQmM=/0x0:1200x675/800x0/images/Roland-Romeyer-1183869.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52515,37 +53945,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6e39f861aba7b9ba312808aade87b3a" + "hash": "7d1b184b0b535abf49b7876e5d4f89ff" }, { - "title": "GP d’Arabie Saoudite: l'agacement d'Hamilton après l’accrochage avec Verstappen", - "description": "Le Britannique Lewis Hamilton et le Néerlandais Max Verstappen, à la lutte pour le titre, ont chacun donné leur point de vue sur l'incident qui a vu les deux pilotes s'accrocher ce dimanche. Et forcément, ils ne sont pas d'accord.

", - "content": "Le Britannique Lewis Hamilton et le Néerlandais Max Verstappen, à la lutte pour le titre, ont chacun donné leur point de vue sur l'incident qui a vu les deux pilotes s'accrocher ce dimanche. Et forcément, ils ne sont pas d'accord.

", + "title": "Mercato en direct: Juninho parti de Lyon dès janvier?", + "description": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "content": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-l-agacement-d-hamilton-apres-l-accrochage-avec-verstappen_AV-202112050321.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 21:20:56 GMT", - "enclosure": "https://images.bfmtv.com/EFMuPxED3PASOmGwkK3UnkpMsGk=/0x0:1200x675/800x0/images/Lewis-Hamilton-1182329.jpg", + "pubDate": "Mon, 06 Dec 2021 07:21:04 GMT", + "enclosure": "https://images.bfmtv.com/kPy5M3sOIDjK0WvAy7tIGvfdkLE=/2x4:8498x4783/800x0/images/-871596.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "255972c7c738ed0286178d8a53336c95" + "hash": "5755d56493a6c15feb4c7d05ca1cc282" }, { - "title": "Mondial de hand: impériales contre la Slovénie, les Bleues déjà qualifiées pour le tour principal", - "description": "L'équipe de France de handball a survolé les débats ce dimanche face à la Slovénie (29-18). Championnes olympiques, les Bleues sont déjà qualifiées pour le tour principal du Mondial en Espagne.

", - "content": "L'équipe de France de handball a survolé les débats ce dimanche face à la Slovénie (29-18). Championnes olympiques, les Bleues sont déjà qualifiées pour le tour principal du Mondial en Espagne.

", + "title": "Real Madrid: Ancelotti pas intéressé par le destin du Barça, condamné à l'exploit sur la pelouse du Bayern", + "description": "Quelques dizaines de minutes après s'être assuré, avec son Real Madrid, la première place du groupe D en s'imposant face à l'Inter Milan (2-0) mardi soir, Carlo Ancelotti a répondu aux questions des journalistes. Interrogé sur le destin du FC Barcelone en Ligue des champions, l'entraîneur italien a expliqué ne pas y prêter attention.

", + "content": "Quelques dizaines de minutes après s'être assuré, avec son Real Madrid, la première place du groupe D en s'imposant face à l'Inter Milan (2-0) mardi soir, Carlo Ancelotti a répondu aux questions des journalistes. Interrogé sur le destin du FC Barcelone en Ligue des champions, l'entraîneur italien a expliqué ne pas y prêter attention.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-imperiales-contre-la-slovenie-les-bleues-deja-qualifiees-pour-le-tour-principal_AD-202112050311.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/real-madrid-ancelotti-pas-interesse-par-le-destin-du-barca-condamne-a-l-exploit-sur-la-pelouse-du-bayern_AV-202112080092.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 20:06:27 GMT", - "enclosure": "https://images.bfmtv.com/pKju6ZYTk3B1YPt8nRj_NtdFozg=/0x106:2048x1258/800x0/images/Les-Bleues-victorieuses-au-Mondial-de-hand-1182301.jpg", + "pubDate": "Wed, 08 Dec 2021 06:55:31 GMT", + "enclosure": "https://images.bfmtv.com/iSuQKBftjshiQJi6KL8gPA2tq_I=/0x0:2048x1152/800x0/images/Carlo-Ancelotti-lors-de-la-rencontre-de-Ligue-des-champions-entre-le-Real-Madrid-et-l-Inter-Milan-le-7-decembre-1183819.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52555,17 +53985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d43d8b0b727562ba1e89d43ec431ee60" + "hash": "0037b2f6c09b2121a9b16b50d2b207af" }, { - "title": "GP d'Arabie Saoudite: victoire cruciale d'Hamilton devant Verstappen après une course de folie", - "description": "Lewis Hamilton s'est imposé dimanche à Jeddah devant son grand rival qu'il a rejoint au classement au terme d'une course complètement folle, avant le dernier Grand Prix de la saison, dimanche prochain. Complètement dingue on vous dit.

", - "content": "Lewis Hamilton s'est imposé dimanche à Jeddah devant son grand rival qu'il a rejoint au classement au terme d'une course complètement folle, avant le dernier Grand Prix de la saison, dimanche prochain. Complètement dingue on vous dit.

", + "title": "OL: Juninho parti de Lyon dès janvier?", + "description": "Selon L’Equipe, Juninho, directeur sportif de Lyon, devrait quitter ses fonctions dès le mois de janvier après avoir annoncé son départ en fin de saison, sur RMC. Des propos qui ont surpris au sein du club.

", + "content": "Selon L’Equipe, Juninho, directeur sportif de Lyon, devrait quitter ses fonctions dès le mois de janvier après avoir annoncé son départ en fin de saison, sur RMC. Des propos qui ont surpris au sein du club.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-victoire-cruciale-d-hamilton-devant-verstappen-apres-une-course-de-folie_AV-202112050315.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-juninho-parti-de-lyon-des-janvier_AV-202112080089.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 20:04:00 GMT", - "enclosure": "https://images.bfmtv.com/UO7SRyRqkKmMRZ4WOBrOcqxh1rw=/0x7:1200x682/800x0/images/Lewis-Hamilton-et-Max-Verstappen-1182318.jpg", + "pubDate": "Wed, 08 Dec 2021 06:54:12 GMT", + "enclosure": "https://images.bfmtv.com/ffGb7F3CILQOmNb8IF9mSMYsmRM=/0x43:1200x718/800x0/images/Juninho-1034267.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52575,17 +54005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e9ecf9076d9b52947919dee0939ffe1" + "hash": "3e1582fdd1078a32e6f82dac953607ad" }, { - "title": "Real Madrid: \"On rentre au stand\", le message de Benzema après sa blessure", - "description": "Au lendemain de sa blessure à la cuisse, Karim Benzema a posté un message ce dimanche sur les réseaux. L’attaquant du Real Madrid, d’ores et déjà forfait contre l’Inter mardi en Ligue des champions, explique qu’il va se reposer pour \"revenir plus fort\".

", - "content": "Au lendemain de sa blessure à la cuisse, Karim Benzema a posté un message ce dimanche sur les réseaux. L’attaquant du Real Madrid, d’ores et déjà forfait contre l’Inter mardi en Ligue des champions, explique qu’il va se reposer pour \"revenir plus fort\".

", + "title": "Porto-Atlético: Pepe en veut à M.Turpin et au VAR", + "description": "Pepe, défenseur de Porto, reproche à M.Turpin d’avoir cédé à la précipitation et de ne pas avoir su maintenir le calme lors du match très tendu entre Porto et l’Atlético de Madrid (1-3), mardi en Ligue des champions.

", + "content": "Pepe, défenseur de Porto, reproche à M.Turpin d’avoir cédé à la précipitation et de ne pas avoir su maintenir le calme lors du match très tendu entre Porto et l’Atlético de Madrid (1-3), mardi en Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-on-rentre-au-stand-le-message-de-benzema-apres-sa-blessure_AV-202112050310.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/porto-atletico-pepe-en-veut-a-m-turpin-et-au-var_AV-202112080071.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 19:59:54 GMT", - "enclosure": "https://images.bfmtv.com/_8M4UwzOy_jdWisnzZ-jzyiKJV0=/0x99:2048x1251/800x0/images/Benzema-1174670.jpg", + "pubDate": "Wed, 08 Dec 2021 06:32:37 GMT", + "enclosure": "https://images.bfmtv.com/paWOC5iAFFppSbr8usPbl_tdWUc=/0x105:2048x1257/800x0/images/M-Turpin-inflige-un-carton-rouge-a-Wendell-1183816.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52595,17 +54025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "544e8e50b217355c29787b92633d1069" + "hash": "48f240c85452d89be047fa80d0b49d41" }, { - "title": "PSG: \"On ne peut pas se cacher\", Mbappé analyse les problèmes de repli défensif des attaquants", - "description": "Dans une interview accordée à Prime Video, Kylian Mbappé est revenu sur les difficultés que rencontre la défense du PSG cette saison avec, à l’origine de ses maux, un travail des attaquants jugé trop insuffisant à la perte du ballon. L’attaquant parisien entrevoit une solution.

", - "content": "Dans une interview accordée à Prime Video, Kylian Mbappé est revenu sur les difficultés que rencontre la défense du PSG cette saison avec, à l’origine de ses maux, un travail des attaquants jugé trop insuffisant à la perte du ballon. L’attaquant parisien entrevoit une solution.

", + "title": "Open d'Australie: Novak Djokovic sur la liste des participants, pas Serena Williams", + "description": "Quelques jours après avoir semé le doute sur sa présence ou non à l'Open d'Australie (17-30 janvier 2022) le mois prochain, Novak Djokovic fait bien partie de la liste des participants au premier Grand Chelem de la saison. L'Américaine Serena Williams est, en revanche, absente de la liste.

", + "content": "Quelques jours après avoir semé le doute sur sa présence ou non à l'Open d'Australie (17-30 janvier 2022) le mois prochain, Novak Djokovic fait bien partie de la liste des participants au premier Grand Chelem de la saison. L'Américaine Serena Williams est, en revanche, absente de la liste.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-on-ne-peut-pas-se-cacher-mbappe-analyse-les-problemes-de-repli-defensif-des-attaquants_AV-202112050307.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-novak-djokovic-sur-la-liste-des-participants-pas-serena-williams_AV-202112080064.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 19:55:01 GMT", - "enclosure": "https://images.bfmtv.com/AG72qkDrr1LaDPPC3QP6aXYb8Eg=/0x78:1200x753/800x0/images/Kylian-Mbappe-1182294.jpg", + "pubDate": "Wed, 08 Dec 2021 06:21:33 GMT", + "enclosure": "https://images.bfmtv.com/ErgLQe2BAobR01zIzT8E-f232Tk=/0x54:2032x1197/800x0/images/Novak-Djokovic-1181338.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52615,17 +54045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "296aeaf4d2e11ea06a129057774be7c4" + "hash": "e25e04e316c99a785a259eaea39399e5" }, { - "title": "PSG: Mbappé explique comment il a vécu son après-Euro et son départ avorté au Real Madrid", - "description": "Dans une interview accordée à Amazon Prime Vidéo, Kylian Mbappé a répondu aux questions de Thierry Henry. L’attaquant du PSG en a profité pour revenir sur son été agité, avec la déception de l’Euro 2021 et son envie de départ au Real Madrid.

", - "content": "Dans une interview accordée à Amazon Prime Vidéo, Kylian Mbappé a répondu aux questions de Thierry Henry. L’attaquant du PSG en a profité pour revenir sur son été agité, avec la déception de l’Euro 2021 et son envie de départ au Real Madrid.

", + "title": "Porto-Atlético: \"c’est pour ça que je suis revenu\", la grande fierté de Griezmann, élu homme du match", + "description": "Impliqué sur les trois buts de son équipe, Antoine Griezmann a affiché sa fierté et son émotion après le succès de l’Atlético de Madrid à Porto (1-3), offrant une qualification quasiment inespérée pour les huitièmes de finale de la Ligue des champions.

", + "content": "Impliqué sur les trois buts de son équipe, Antoine Griezmann a affiché sa fierté et son émotion après le succès de l’Atlético de Madrid à Porto (1-3), offrant une qualification quasiment inespérée pour les huitièmes de finale de la Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-mbappe-explique-comment-il-a-vecu-son-apres-euro-et-son-depart-avorte-au-real-madrid_AV-202112050300.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/porto-atletico-c-est-pour-ca-que-je-suis-revenu-la-grande-fierte-de-griezmann-elu-homme-du-match_AV-202112080037.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 19:29:57 GMT", - "enclosure": "https://images.bfmtv.com/BS-hWN2RmIQoue45PGmjeF7fuTE=/3x25:2035x1168/800x0/images/Kylian-MBAPPE-1181388.jpg", + "pubDate": "Wed, 08 Dec 2021 05:45:53 GMT", + "enclosure": "https://images.bfmtv.com/F58Y1z35Q746J9J3aOkY1zYS3ns=/6x127:2038x1270/800x0/images/Antoine-Griezmann-et-Thomas-Lemar-1183775.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52635,17 +54065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "09440a8f223754de36361e9b9569853a" + "hash": "18e7df523bc4c5f5d5c2bf2c2c276595" }, { - "title": "GP d'Arabie Saoudite en direct: victoire d'Hamilton devant Verstappen, pénalisé avec clémence", - "description": "Max Verstappen peut profiter du Grand Prix d’Arabie saoudite pour décrocher le premier titre de champion du monde de sa carrière, ce dimanche à Djeddah. Suivez la course en live sur RMC Sport.

", - "content": "Max Verstappen peut profiter du Grand Prix d’Arabie saoudite pour décrocher le premier titre de champion du monde de sa carrière, ce dimanche à Djeddah. Suivez la course en live sur RMC Sport.

", + "title": "Mercato en direct: Zidane au PSG? Charbonnier en a parlé avec lui, il raconte dans l'After", + "description": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "content": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-en-direct-suivez-le-grand-prix-d-arabie-saoudite_LS-202112050239.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 16:18:56 GMT", - "enclosure": "https://images.bfmtv.com/Vzqvl-Vh3G3nsHwIkKi-dnkCi-M=/0x212:2048x1364/800x0/images/Max-Verstappen-et-Lewis-Hamilton-au-restart-du-GP-d-Arabie-Saoudite-1182291.jpg", + "pubDate": "Mon, 06 Dec 2021 07:21:04 GMT", + "enclosure": "https://images.bfmtv.com/z2mlpPn41NwALUU54BEZnTXL_U4=/0x217:2048x1369/800x0/images/Zidane-au-soutien-du-Qatar-en-2010-1172558.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52655,17 +54085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd32d01deaa55cded837ad37effa7583" + "hash": "5a9095201a806ebb4438472e1bdacbaf" }, { - "title": "Bordeaux-OL, les compos: le coup tactique de Bosz avec une défense à trois", - "description": "En quête de points, Bordeaux et l'OL doivent s'imposer ce dimanche pour ne pas sombrer dans la crise ce dimanche, en clôture de la 17e journée de Ligue 1. Lyon et Peter Bosz se présentent avec une défense à trois et Paqueta en numéro 9.

", - "content": "En quête de points, Bordeaux et l'OL doivent s'imposer ce dimanche pour ne pas sombrer dans la crise ce dimanche, en clôture de la 17e journée de Ligue 1. Lyon et Peter Bosz se présentent avec une défense à trois et Paqueta en numéro 9.

", + "title": "Zidane au PSG? Charbonnier en a parlé avec lui, il raconte dans l'After", + "description": "Lionel Charbonnier, membre de la Dream Team RMC, a participé à la réunion des champions du monde 1998 à Paris lundi. Il a notamment discuté avec Zinedine Zidane de la rumeur l’envoyant au PSG.

", + "content": "Lionel Charbonnier, membre de la Dream Team RMC, a participé à la réunion des champions du monde 1998 à Paris lundi. Il a notamment discuté avec Zinedine Zidane de la rumeur l’envoyant au PSG.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-ol-les-compos-le-coup-tactique-de-bosz-avec-une-defense-a-trois_AV-202112050298.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/le-ressenti-de-charbonnier-sur-zidane-au-psg-apres-le-repas-de-france-98_AV-202112080028.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 19:29:11 GMT", - "enclosure": "https://images.bfmtv.com/62K583vTyPjo9TJfMFqzAFdLWWc=/0x17:2048x1169/800x0/images/Lucas-PAQUETA-1151602.jpg", + "pubDate": "Wed, 08 Dec 2021 05:17:49 GMT", + "enclosure": "https://images.bfmtv.com/h7eB9lWq2UpSgKSaxe4PMiLmEBA=/0x39:2048x1191/800x0/images/Zinedine-Zidane-1177940.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52675,17 +54105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c653b1e5b4bdb6bf4f56c18c8a0ce26" + "hash": "dc4bbe6e9250a2b398a24be4d25273ce" }, { - "title": "GP d’Arabie saoudite: folie de Verstappen, instant lunaire entre la FIA et Red Bull... 2e départ fou", - "description": "Déjà interrompu après le crash de Mick Schumacher, le Grand Prix d’Arabie saoudite a connu un nouveau drapeau rouge quelques instants après le deuxième départ. La faute à une conduite surprenante de Max Verstappen ainsi qu’aux accidents de Sergio Perez et Nikita Mazepin.

", - "content": "Déjà interrompu après le crash de Mick Schumacher, le Grand Prix d’Arabie saoudite a connu un nouveau drapeau rouge quelques instants après le deuxième départ. La faute à une conduite surprenante de Max Verstappen ainsi qu’aux accidents de Sergio Perez et Nikita Mazepin.

", + "title": "Coupe arabe: un choc Maroc-Algérie en quarts", + "description": "Tenue en échec par l’Egypte (1-1) lors de son dernier match de groupe, l’Algérie défiera le Maroc pour un choc bouillant, samedi en quarts de finale de la Coupe arabe actuellement organisée par la Fifa au Qatar.

", + "content": "Tenue en échec par l’Egypte (1-1) lors de son dernier match de groupe, l’Algérie défiera le Maroc pour un choc bouillant, samedi en quarts de finale de la Coupe arabe actuellement organisée par la Fifa au Qatar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-folie-de-verstappen-instant-lunaire-entre-la-fia-et-red-bull-2e-depart-fou_AV-202112050290.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-arabe-un-choc-maroc-algerie-en-quarts_AV-202112080021.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 19:10:42 GMT", - "enclosure": "https://images.bfmtv.com/95qJ9eQW8OXYG8KWsj_HFuZNpdM=/0x212:2048x1364/800x0/images/Lewis-Hamilton-lors-du-GP-d-Arabie-saoudite-1182265.jpg", + "pubDate": "Wed, 08 Dec 2021 05:00:52 GMT", + "enclosure": "https://images.bfmtv.com/OtDRAqzInoo6pAZfk_UeXkp-fAQ=/0x106:2048x1258/800x0/images/Zakaria-Draoui-1183766.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52695,17 +54125,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcef612962424917e3dca466d764800a" + "hash": "cdd5abb0eab0c81956e08c29059308eb" }, { - "title": "Tottenham-Norwich: grand pont, lucarne… Lucas s’offre un but sensationnel", - "description": "Tottenham a étrillé Norwich, ce dimanche, lors de la 15e journée de Premier League (3-0). Un match marqué par le bijou de Lucas. L’ailier brésilien des Spurs a ouvert le score au terme d’une action somptueuse.

", - "content": "Tottenham a étrillé Norwich, ce dimanche, lors de la 15e journée de Premier League (3-0). Un match marqué par le bijou de Lucas. L’ailier brésilien des Spurs a ouvert le score au terme d’une action somptueuse.

", + "title": "Barça: Xavi veut \"écrire l'histoire\" face au Bayern (malgré l'historique très défavorable)", + "description": "Deuxième de sa poule de Ligue des champions, le Barça se déplace mercredi à Munich lors de la sixième journée. Les protégés de Xavi ont besoin d'une victoire pour assurer leur qualification et seraient en danger en cas de nul ou de défaite. L'entraîneur catalan le sait et croit en les chances de son équipe, malgré le terrible bilan blaugrana sur le terrain du Bayern.

", + "content": "Deuxième de sa poule de Ligue des champions, le Barça se déplace mercredi à Munich lors de la sixième journée. Les protégés de Xavi ont besoin d'une victoire pour assurer leur qualification et seraient en danger en cas de nul ou de défaite. L'entraîneur catalan le sait et croit en les chances de son équipe, malgré le terrible bilan blaugrana sur le terrain du Bayern.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-norwich-grand-pont-lucarne-lucas-s-offre-un-but-sensationnel_AV-202112050278.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-xavi-veut-ecrire-l-histoire-face-au-bayern-malgre-l-historique-tres-defavorable_AV-202112080020.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 18:15:12 GMT", - "enclosure": "https://images.bfmtv.com/9FxJ8S4caqNVRcKnwHTw-ePNqFc=/0x59:2048x1211/800x0/images/Lucas-1182244.jpg", + "pubDate": "Wed, 08 Dec 2021 00:16:48 GMT", + "enclosure": "https://images.bfmtv.com/da9Dq1hRXRMfT0rgxTqJRNqMZfI=/0x49:2048x1201/800x0/images/Xavi-lors-d-une-conference-de-presse-du-Barca-1183631.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52715,17 +54145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "748e766f25b7729209016cd1e3672406" + "hash": "a585401ad057b6b01ebbc82b6f6b935c" }, { - "title": "Nice-Strasbourg: victoire éclatante du Racing, claque inquiétante pour les Aiglons", - "description": "Nice, après un bon nul 0-0 à Paris, a été lourdement battu 3 à 0 par Strasbourg, sa troisième défaite d'affilée à domicile et sans but marqué, dimanche lors de la 17e journée de Ligue 1.

", - "content": "Nice, après un bon nul 0-0 à Paris, a été lourdement battu 3 à 0 par Strasbourg, sa troisième défaite d'affilée à domicile et sans but marqué, dimanche lors de la 17e journée de Ligue 1.

", + "title": "JO d'hiver 2022: l’Australie annonce à son tour un boycott diplomatique à Pékin", + "description": "Le Premier ministre australien Scott Morrison a confirmé ce mercredi qu’aucun diplomate ne se rendrait à Pékin pour les Jeux olympiques d’hiver du 4 au 20 février prochain. Une manière de se ranger derrière les Etats-Unis et d’adresser un signal fort en raison du non-respect des droits de l’homme en Chine et de l’affaire de la joueuse de tennis Peng Shuai.

", + "content": "Le Premier ministre australien Scott Morrison a confirmé ce mercredi qu’aucun diplomate ne se rendrait à Pékin pour les Jeux olympiques d’hiver du 4 au 20 février prochain. Une manière de se ranger derrière les Etats-Unis et d’adresser un signal fort en raison du non-respect des droits de l’homme en Chine et de l’affaire de la joueuse de tennis Peng Shuai.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-strasbourg-victoire-eclatante-du-racing-claque-inquietante-pour-les-aiglons_AV-202112050277.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-d-hiver-2022-l-australie-annonce-a-son-tour-un-boycott-diplomatique-a-pekin_AV-202112070443.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 18:09:07 GMT", - "enclosure": "https://images.bfmtv.com/QRka5ajMgPFdv8n-TZvX-V1Iub4=/0x0:1200x675/800x0/images/Ludovic-Ajorque-a-inscrit-son-9e-but-de-la-saison-a-Nice-1182241.jpg", + "pubDate": "Tue, 07 Dec 2021 23:50:36 GMT", + "enclosure": "https://images.bfmtv.com/CnrEvSNK_0w1h1qJf78xgxFzFIU=/0x185:2048x1337/800x0/images/Pekin-2022-1002626.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52735,17 +54165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6afaca0673ac58d37156f2ba775604f" + "hash": "8a630e69413065d4a27913ff52f22975" }, { - "title": "F1: Mazepin agacé par le comportement des autres pilotes envers lui", - "description": "Nikita Mazepin a regretté le comportement de certains pilotes contre lui en marge du GP d’Arabie saoudite. Le pilote russe de l’écurie Haas F1 est déçu du manque de respect à son encontre, notamment lors des qualifications de l’avant-dernière course de la saison.

", - "content": "Nikita Mazepin a regretté le comportement de certains pilotes contre lui en marge du GP d’Arabie saoudite. Le pilote russe de l’écurie Haas F1 est déçu du manque de respect à son encontre, notamment lors des qualifications de l’avant-dernière course de la saison.

", + "title": "Mondial de hand: les Bleues souffrent mais s'imposent contre le Monténégro", + "description": "Malmenées pendant une grande partie de la rencontre, les handballeuses françaises ont réussi à s'en sortir contre le Monténégro en s'imposant 24-19, mardi soir à Granollers (Espagne), et aborderont le tour principal à partir de jeudi en position de force.

", + "content": "Malmenées pendant une grande partie de la rencontre, les handballeuses françaises ont réussi à s'en sortir contre le Monténégro en s'imposant 24-19, mardi soir à Granollers (Espagne), et aborderont le tour principal à partir de jeudi en position de force.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-mazepin-agace-par-le-comportement-des-autres-pilotes-envers-lui_AV-202112050274.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-les-bleues-souffrent-mais-s-imposent-contre-le-montenegro_AV-202112070441.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 17:55:47 GMT", - "enclosure": "https://images.bfmtv.com/8Oxy91UEHFOuMqrT12gST6eKfpU=/0x0:2048x1152/800x0/images/Nikita-Mazepin-en-Formule-1-1182227.jpg", + "pubDate": "Tue, 07 Dec 2021 23:38:26 GMT", + "enclosure": "https://images.bfmtv.com/-6k1-NBBvcZlJzzGRE5HAriPB2w=/0x42:2048x1194/800x0/images/France-Montenegro-1183629.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52755,17 +54185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fcc12a7d34f9dea735ceaba927d39226" + "hash": "27ae6f42acce62a0aea8f6dbb6837023" }, { - "title": "Metz: après la claque à Monaco, Antonetti a envoyé ses joueurs parler aux supporters", - "description": "Le FC Metz s’est lourdement incliné sur la pelouse de l’AS Monaco, ce dimanche, lors de la 17e journée de Ligue 1 (4-0). Après la rencontre, Frédéric Antonetti a demandé à ses joueurs d’aller s’expliquer avec les supporters qui avaient fait le déplacement en Principauté.

", - "content": "Le FC Metz s’est lourdement incliné sur la pelouse de l’AS Monaco, ce dimanche, lors de la 17e journée de Ligue 1 (4-0). Après la rencontre, Frédéric Antonetti a demandé à ses joueurs d’aller s’expliquer avec les supporters qui avaient fait le déplacement en Principauté.

", + "title": "Ligue des champions: Paris qualifié, mais avec le pire bilan de l’ère QSI", + "description": "Le PSG a battu Bruges ce mardi lors de la sixième journée de la phase de poules de la Ligue des champions (4-1, sur RMC Sport 1). Deuxième de son groupe derrière Manchester City, le club francilien s’est rassuré mais signe tout de même le pire bilan de l’ère QSI au premier tour de la compétition, à égalité avec la saison 2018-2019.

", + "content": "Le PSG a battu Bruges ce mardi lors de la sixième journée de la phase de poules de la Ligue des champions (4-1, sur RMC Sport 1). Deuxième de son groupe derrière Manchester City, le club francilien s’est rassuré mais signe tout de même le pire bilan de l’ère QSI au premier tour de la compétition, à égalité avec la saison 2018-2019.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/metz-apres-la-claque-a-monaco-antonetti-a-envoye-ses-joueurs-parler-aux-supporters_AV-202112050268.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-paris-qualifie-mais-avec-le-pire-bilan-de-l-ere-qsi_AV-202112070440.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 17:36:26 GMT", - "enclosure": "https://images.bfmtv.com/u_VygnoAbXMXI7cIaRezCW6W2q8=/0x0:2048x1152/800x0/images/Frederic-Antonetti-1182212.jpg", + "pubDate": "Tue, 07 Dec 2021 23:21:52 GMT", + "enclosure": "https://images.bfmtv.com/ALGJUjgcq33l6W-gFQowQZY6QHo=/0x153:2048x1305/800x0/images/Kylian-Mbappe-et-Lionel-Messi-avec-le-PSG-1183621.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52775,17 +54205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c935eb84657d2c6912f71f6072b4806" + "hash": "c8d45e4065912f0b075ff45a2ef9ba1c" }, { - "title": "Saint-Etienne: Puel mis à pied après la déroute contre Rennes, Dupraz et Guion évoqués", - "description": "La direction de l’AS Saint-Etienne a tranché dans le vif après la défaite de Verts contre Rennes ce dimanche (5-0). Claude Puel est mis à pied et ne devrait plus rester longtemps au sein du club stéphanois alors que Pascal Dupraz ou David Guion sont en pole pour lui succéder.

", - "content": "La direction de l’AS Saint-Etienne a tranché dans le vif après la défaite de Verts contre Rennes ce dimanche (5-0). Claude Puel est mis à pied et ne devrait plus rester longtemps au sein du club stéphanois alors que Pascal Dupraz ou David Guion sont en pole pour lui succéder.

", + "title": "PRONOS PARIS RMC Les paris du 8 décembre sur Wolfsburg - Lille – Ligue des Champions", + "description": "Notre pronostic : match nul entre Wolfsburg et Lille (3.40)

", + "content": "Notre pronostic : match nul entre Wolfsburg et Lille (3.40)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-puel-mis-a-pied-apres-la-deroute-contre-rennes-dupraz-et-guion-evoques_AV-202112050253.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/les-paris-du-08-decembre-sur-wolfsburg-lille-ligue-des-champions_AN-202112070383.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 17:01:16 GMT", - "enclosure": "https://images.bfmtv.com/o_WhfJoK13tVX8NfX9bonV0ABj8=/0x96:2048x1248/800x0/images/Claude-Puel-n-est-plus-entraineur-de-Saint-Etienne-1182182.jpg", + "pubDate": "Tue, 07 Dec 2021 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/2hwZqVovjBu6NhdUsP_eAaroUhQ=/0x208:1984x1324/800x0/images/LOSC-1183549.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52795,17 +54225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "13004eb2145fc0f125fce18420e04817" + "hash": "eb83ff783e4d8c63df5dab076740dacc" }, { - "title": "ASSE-Rennes en direct: Puel mis à pied par Saint-Etienne après la claque", - "description": "Revivez dans les conditions du direct sur notre site la victoire de Rennes sur la pelouse de Saint-Etienne (0-5) pour le compte de la 17e journée de Ligue 1.

", - "content": "Revivez dans les conditions du direct sur notre site la victoire de Rennes sur la pelouse de Saint-Etienne (0-5) pour le compte de la 17e journée de Ligue 1.

", + "title": "PRONO PARIS RMC Le pari du jour du 8 décembre – Ligue des Champions", + "description": "Notre pronostic : l’Atalanta s’impose face à Villarreal (1.75)

", + "content": "Notre pronostic : l’Atalanta s’impose face à Villarreal (1.75)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-rennes-en-direct-les-rennais-peuvent-reprendre-la-deuxieme-place_LS-202112050118.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/prono-paris-rmc-le-pari-du-jour-du-8-decembre-ligue-des-champions_AN-202112070382.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 11:01:45 GMT", - "enclosure": "https://images.bfmtv.com/44M6FoABIyNnDRsyrzddkhqQVXU=/0x240:512x528/800x0/images/L-entraineur-de-Saint-Etienne-Claude-Puel-lors-de-la-defaite-a-domicile-de-son-equipe-battue-5-0-par-Rennes-le-5-decembre-2021-au-Stade-Geoffroy-Guichard-1182177.jpg", + "pubDate": "Tue, 07 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/KGDxayY4DEsKG3AdzkFbdvba1Qk=/0x209:2000x1334/800x0/images/Atalanta-1183548.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52815,17 +54245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "40b49bd3db7bc5be6e46bda9aaced103" + "hash": "42892a52c2079a0046cb722b2ca96fd3" }, { - "title": "Ligue 1: Monaco cartonne face à Metz, Montpellier et Angers se replacent, Lorient s'enfonce", - "description": "Nantes s'est imposé à Lorient 1-0 grâce à un exploit individuel de Wylan Cyprien. Dominateur de la première à la dernière minute, Monaco a très largement battu Metz (4-0).

", - "content": "Nantes s'est imposé à Lorient 1-0 grâce à un exploit individuel de Wylan Cyprien. Dominateur de la première à la dernière minute, Monaco a très largement battu Metz (4-0).

", + "title": "PRONO PARIS RMC Le pari de folie du 8 décembre - Ligue des Champions", + "description": "Notre pronostic : Match nul entre Manchester United et les Young Boys (4.75)

", + "content": "Notre pronostic : Match nul entre Manchester United et les Young Boys (4.75)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-monaco-cartonne-face-a-metz-montpellier-et-angers-se-replacent-lorient-s-enfonce_AV-202112050242.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/prono-paris-rmc-le-pari-de-folie-du-8-decembre-ligue-des-champions_AN-202112070381.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 16:30:04 GMT", - "enclosure": "https://images.bfmtv.com/Yk-4qUJ-xkPy9oedZX0wSofXTHs=/0x0:1200x675/800x0/images/La-rage-de-vaincre-des-Monegasques-et-de-Kevin-Volland-1182173.jpg", + "pubDate": "Tue, 07 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/0fpDVAph4Laqdb5ebAPBXw2Fiz4=/7x96:1975x1203/800x0/images/R-Rangnick-1183547.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52835,17 +54265,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "052847d3294d92f1d404d9be83b303ee" + "hash": "5a80752e37797ee2d954716b72840096" }, { - "title": "Manchester United-Crystal Palace: première victorieuse mais perfectible pour Rangnick", - "description": "Ralf Rangnick a dirigé Manchester United pour la première fois ce dimanche lors de la 15e journée de Premier League contre Crystal Palace. Un but de Fred dans les dernières minutes a offert la victoire aux Red Devils (1-0) devant le public d’Old Trafford.

", - "content": "Ralf Rangnick a dirigé Manchester United pour la première fois ce dimanche lors de la 15e journée de Premier League contre Crystal Palace. Un but de Fred dans les dernières minutes a offert la victoire aux Red Devils (1-0) devant le public d’Old Trafford.

", + "title": "PRONOS PARIS RMC Le buteur du 8 décembre – Ligue des Champions", + "description": "Notre pronostic : Darwin Núñez marque contre le Dynamo Kiev (2.00)

", + "content": "Notre pronostic : Darwin Núñez marque contre le Dynamo Kiev (2.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-crystal-palace-premiere-victorieuse-mais-perfectible-pour-rangnick_AV-202112050240.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-8-decembre-ligue-des-champions_AN-202112070380.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 16:09:00 GMT", - "enclosure": "https://images.bfmtv.com/HccSJJV_qg7rMrG2hAjp7CVlxNI=/0x0:2032x1143/800x0/images/Ralf-Rangnick-lors-de-son-premier-match-sur-le-banc-de-Manchester-United-1182165.jpg", + "pubDate": "Tue, 07 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/9FJjbYgEZ-9wL1prOzuDPckOZuw=/0x0:1984x1116/800x0/images/Darwin-Nunez-1183546.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52855,17 +54285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2ea2c34d5a80f7e1ce5d86c75f3daaa" + "hash": "1c82546eb420416670c0d543222a19d4" }, { - "title": "F2: Pourchaire victime d’un accident spectaculaire et évacué à l'hôpital", - "description": "Théo Pourchaire a été victime d’un incident au départ du Grand Prix de F2 d’Arabie saoudite, ce dimanche à Djeddah. Le jeune Français, qui n’a pas réussi à démarrer, s’est fait violemment percuté par l’arrière. De quoi entraîner une longue interruption de la course.

", - "content": "Théo Pourchaire a été victime d’un incident au départ du Grand Prix de F2 d’Arabie saoudite, ce dimanche à Djeddah. Le jeune Français, qui n’a pas réussi à démarrer, s’est fait violemment percuté par l’arrière. De quoi entraîner une longue interruption de la course.

", + "title": "PRONOS PARIS RMC Le pari sûr du 6 décembre – Ligue des Champions", + "description": "Notre pronostic : Benfica s’impose contre le Dynamo Kiev et plus de 1,5 but dans la rencontre (1.43)

", + "content": "Notre pronostic : Benfica s’impose contre le Dynamo Kiev et plus de 1,5 but dans la rencontre (1.43)

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f2-pourchaire-victime-d-un-accident-spectaculaire-et-evacue-a-l-hopital_AV-202112050228.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-6-decembre-ligue-des-champions_AN-202112070378.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:43:30 GMT", - "enclosure": "https://images.bfmtv.com/mwm4S7bUqjSQdWOr5jL_GFNkSWc=/0x12:1200x687/800x0/images/-868155.jpg", + "pubDate": "Tue, 07 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/7opxpXluHDuIYg-345rJCYavpaY=/0x208:1984x1324/800x0/images/Benfica-1183545.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52875,17 +54305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "239118765ab68c5fb355dceace14a931" + "hash": "7693ae3dba44dfbce5670f8c2c1bf22f" }, { - "title": "Bordeaux-OL en direct: Lyon pousse mais les Girondins sont toujours dangereux", - "description": "L'OL se déplace sur la pelouse de Bordeaux ce dimanche soir en clôture de la 17e journée de Ligue 1 (20h45). Une rencontre à suivre en intégralité dans notre live.

", - "content": "L'OL se déplace sur la pelouse de Bordeaux ce dimanche soir en clôture de la 17e journée de Ligue 1 (20h45). Une rencontre à suivre en intégralité dans notre live.

", + "title": "Ligue des champions: les adversaires potentiels du PSG en huitièmes de finale", + "description": "Deuxième de son groupe de Ligue des champions derrière Manchester City, le PSG ne sera pas tête de série pour le tirage au sort des huitièmes de finale lundi prochain. Le Bayern Munich, Liverpool et le Real Madrid, vainqueurs de leur poule respective, font partie des adversaires potentiels.

", + "content": "Deuxième de son groupe de Ligue des champions derrière Manchester City, le PSG ne sera pas tête de série pour le tirage au sort des huitièmes de finale lundi prochain. Le Bayern Munich, Liverpool et le Real Madrid, vainqueurs de leur poule respective, font partie des adversaires potentiels.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-bordeaux-ol-en-direct_LS-202112050237.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-adversaires-potentiels-du-psg-en-huitiemes-de-finale_AV-202112070437.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 16:10:24 GMT", - "enclosure": "https://images.bfmtv.com/Y4ipY_ai5LRaJE086BPMTqdy9SA=/0x106:2048x1258/800x0/images/Bordeaux-OL-1182321.jpg", + "pubDate": "Tue, 07 Dec 2021 22:57:15 GMT", + "enclosure": "https://images.bfmtv.com/CjxkXjpsOm5xkWS055w_x92iSB8=/0x27:1888x1089/800x0/images/PSG-1183608.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52895,17 +54325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0702525b49059ca02b5d13376f864a25" + "hash": "00fe9a3073c71c11ef3eb361aab4d19e" }, { - "title": "GP d'Arabie Saoudite en direct: victoire d'Hamilton devant Verstappen après une course de folie", - "description": "Max Verstappen peut profiter du Grand Prix d’Arabie saoudite pour décrocher le premier titre de champion du monde de sa carrière, ce dimanche à Djeddah. Suivez la course en live sur RMC Sport.

", - "content": "Max Verstappen peut profiter du Grand Prix d’Arabie saoudite pour décrocher le premier titre de champion du monde de sa carrière, ce dimanche à Djeddah. Suivez la course en live sur RMC Sport.

", + "title": "Ligue des champions: la superbe soirée de Griezmann, qui qualifie l'Atlético pour les 8es", + "description": "L’Atlético de Madrid s’est imposé sur la pelouse de Porto (1-3) ce mardi lors de la sixième journée des poules de la Ligue des champions. Buteur puis passeur décisif, et encore impliqué sur le troisième but des siens, Antoine Griezmann a grandement contribué à la qualification des Colchoneros pour les huitièmes de finale.

", + "content": "L’Atlético de Madrid s’est imposé sur la pelouse de Porto (1-3) ce mardi lors de la sixième journée des poules de la Ligue des champions. Buteur puis passeur décisif, et encore impliqué sur le troisième but des siens, Antoine Griezmann a grandement contribué à la qualification des Colchoneros pour les huitièmes de finale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-en-direct-suivez-le-grand-prix-d-arabie-saoudite_LS-202112050239.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-la-folle-soiree-de-griezmann-qui-qualifie-l-atletico-pour-les-8es_AV-202112070427.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 16:18:56 GMT", - "enclosure": "https://images.bfmtv.com/Vzqvl-Vh3G3nsHwIkKi-dnkCi-M=/0x212:2048x1364/800x0/images/Max-Verstappen-et-Lewis-Hamilton-au-restart-du-GP-d-Arabie-Saoudite-1182291.jpg", + "pubDate": "Tue, 07 Dec 2021 22:41:31 GMT", + "enclosure": "https://images.bfmtv.com/7XXFKrql9CtJEFUZEvvtC-ScnrU=/3x0:2035x1143/800x0/images/Antoine-Griezmann-lors-de-Porto-Atletico-1183580.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52915,17 +54345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d84762e824d3be472d15c8c84afd94cb" + "hash": "b62051277844ede8b920b9605f3a1561" }, { - "title": "Stade Français-La Rochelle en direct: match fou à Jean-Bouin, déjà cinq essais marqués", - "description": "En clôture de cette 12e journée Top 14, le Stade Français reçoit la Rochelle pour l'ultime choc du week-end. Paris a une belle occasion pour sortir du bas de classement. Coup d'envoi à 21h !

", - "content": "En clôture de cette 12e journée Top 14, le Stade Français reçoit la Rochelle pour l'ultime choc du week-end. Paris a une belle occasion pour sortir du bas de classement. Coup d'envoi à 21h !

", + "title": "Ligue des champions: Haller affole un peu plus les compteurs avec l'Ajax", + "description": "Sébastien Haller a marqué son dixième but de la saison en Ligue des champions, ce mardi soir contre le Sporting (4-2). L’attaquant ivoirien de l’Ajax s’offre un record après seulement six matchs dans la compétition.

", + "content": "Sébastien Haller a marqué son dixième but de la saison en Ligue des champions, ce mardi soir contre le Sporting (4-2). L’attaquant ivoirien de l’Ajax s’offre un record après seulement six matchs dans la compétition.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-stade-francais-la-rochelle-en-direct_LS-202112050287.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-haller-affole-un-peu-plus-les-compteurs-avec-l-ajax_AV-202112070421.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 18:46:50 GMT", - "enclosure": "https://images.bfmtv.com/h9sMXTLk8ayWW_JHPiP1pL8QPC0=/0x0:1184x666/800x0/images/-859705.jpg", + "pubDate": "Tue, 07 Dec 2021 22:27:39 GMT", + "enclosure": "https://images.bfmtv.com/aKRAgvM0PH4xyOfz9jhcWykeZkg=/0x0:2048x1152/800x0/images/Sebastien-Haller-avec-l-Ajax-Amsterdam-1183574.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52935,17 +54365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "303e3fea6d96423b39308bccbf8c8f37" + "hash": "b8ab4b22bf747eead8d3d57cd6adac06" }, { - "title": "CAN2022 : Aliou Cissé répond à Jürgen Klopp, sur le \"petit tournoi\"", - "description": "Alors que Jürgen Klopp avait qualifié la Coupe d'Afrique des Nations de \"petit tournoi\", semble-t-il de façon ironique, Aliou Cissé, le sélectionneur du Sénégal, lui a répondu en tempérant les débats.

", - "content": "Alors que Jürgen Klopp avait qualifié la Coupe d'Afrique des Nations de \"petit tournoi\", semble-t-il de façon ironique, Aliou Cissé, le sélectionneur du Sénégal, lui a répondu en tempérant les débats.

", + "title": "Ligue des champions: tous les qualifiés pour les huitièmes après les matchs de mardi", + "description": "Certains tickets pour les huitièmes de finales de la Ligue des champions et les barrages de Ligue Europa restaient à attribuer ce mardi soir. Les clubs de Madrid, l'Atlético et le Real, sont les grands gagnants du jour.

", + "content": "Certains tickets pour les huitièmes de finales de la Ligue des champions et les barrages de Ligue Europa restaient à attribuer ce mardi soir. Les clubs de Madrid, l'Atlético et le Real, sont les grands gagnants du jour.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/matchs-amicaux/can2022-aliou-cisse-repond-a-jurgen-klopp-sur-le-petit-tournoi_AV-202112050227.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-tous-les-qualifies-pour-les-huitiemes-apres-les-matchs-de-mardi_AV-202112070420.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:41:46 GMT", - "enclosure": "https://images.bfmtv.com/1zuE1n571u5pgVQIssRNbcryLNc=/0x78:1200x753/800x0/images/-842801.jpg", + "pubDate": "Tue, 07 Dec 2021 22:21:39 GMT", + "enclosure": "https://images.bfmtv.com/eC02it32NH_hhAWwZ14NhXSIajM=/0x107:2048x1259/800x0/images/Toni-Kroos-lors-de-Real-Madrid-Inter-Milan-1183576.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52955,37 +54385,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "48018fcf4eaa128d58b67cfeed07d0fd" + "hash": "505d761e7c380686762fc79c9296e862" }, { - "title": "Cleangame remporte la finale du GNT pour la deuxième fois de sa carrière", - "description": "Alors qu'il devait rendre la distance de 50 mètres, Cleangame n'a pas déçu ses preneurs en terrassant l'opposition et en remportant pour la deuxième fois de sa carrière la finale du Grand National du Trot ce dimanche 5 décembre sur l'hippodrome de Vincennes.

", - "content": "Alors qu'il devait rendre la distance de 50 mètres, Cleangame n'a pas déçu ses preneurs en terrassant l'opposition et en remportant pour la deuxième fois de sa carrière la finale du Grand National du Trot ce dimanche 5 décembre sur l'hippodrome de Vincennes.

", + "title": "Ligue des champions: Mbappé flambe, Griezmann sauve l'Atlético, Haller enchaîne... Les moments forts de mardi en vidéo", + "description": "L'AC Milan, battu 2-1 par Liverpool à San Siro, a échoué à se qualifier pour les huitièmes de finale de la Ligue des champions, ce mardi soir lors de la dernière journée de la phase de poules. Dans le même temps, Antoine Griezmann a brillé avec l'Atlético de Madrid.

", + "content": "L'AC Milan, battu 2-1 par Liverpool à San Siro, a échoué à se qualifier pour les huitièmes de finale de la Ligue des champions, ce mardi soir lors de la dernière journée de la phase de poules. Dans le même temps, Antoine Griezmann a brillé avec l'Atlético de Madrid.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/cleangame-remporte-la-finale-du-gnt-pour-la-deuxieme-fois-de-sa-carriere_AN-202112050226.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-mbappe-flambe-griezmann-sauve-l-atletico-haller-enchaine-les-moments-forts-de-mardi-en-video_AN-202112070417.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:37:47 GMT", - "enclosure": "https://images.bfmtv.com/xH1S-BamOw0FBX6ZDjza8Zb5VFU=/0x106:2048x1258/800x0/images/Cleangame-remporte-la-finale-du-GNT-edition-2021-1182149.jpg", + "pubDate": "Tue, 07 Dec 2021 22:11:17 GMT", + "enclosure": "https://images.bfmtv.com/-8SvI_TbGEBg0CKJ53Dgf4FoBkA=/214x49:2038x1075/800x0/images/Milan-Liverpool-1183575.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5232c4758b70f703a4833af6524620be" + "hash": "0f0efa35289bd2166091c8c7daf21067" }, { - "title": "PSG: Herrera et Ramos de retour à l’entraînement avant Bruges", - "description": "Sergio Ramos et Ander Herrera ont repris l’entraînement ce dimanche avec le PSG. Une bonne nouvelle pour le club parisien à deux jours du dernier match des poules de la Ligue des champions, mardi contre Bruges (sur RMC Sport 1).

", - "content": "Sergio Ramos et Ander Herrera ont repris l’entraînement ce dimanche avec le PSG. Une bonne nouvelle pour le club parisien à deux jours du dernier match des poules de la Ligue des champions, mardi contre Bruges (sur RMC Sport 1).

", + "title": "Incidents OL-OM: les dirigeants marseillais n'ont pas été convoqués par la commission de discipline", + "description": "INFO RMC SPORT. Alors que la commission de discipline de la LFP doit se pencher ce mercredi sur les incidents du match OL-OM, arrêté le 21 novembre au Groupama Stadium, cette dernière n'a pas jugé bon de convier les dirigeants marseillais - contrairement à leurs homologues lyonnais.

", + "content": "INFO RMC SPORT. Alors que la commission de discipline de la LFP doit se pencher ce mercredi sur les incidents du match OL-OM, arrêté le 21 novembre au Groupama Stadium, cette dernière n'a pas jugé bon de convier les dirigeants marseillais - contrairement à leurs homologues lyonnais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-herrera-de-retour-a-l-entrainement-avant-le-match-europeen-contre-bruges_AV-202112050219.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-les-dirigeants-marseillais-n-ont-pas-ete-convoques-par-la-commission-de-discipline_AV-202112070413.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:26:22 GMT", - "enclosure": "https://images.bfmtv.com/Gti6hEyDALvkloJJIwAw_YDNlPc=/14x0:2046x1143/800x0/images/Sergio-Ramos-a-l-entrainement-du-PSG-1182152.jpg", + "pubDate": "Tue, 07 Dec 2021 21:36:44 GMT", + "enclosure": "https://images.bfmtv.com/-SSuP9pasRsmVhk5VXS5o6ZCLfk=/0x212:2048x1364/800x0/images/Pablo-Longoria-1128568.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -52995,17 +54425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f97dd489eeb4a78ee661f9fbd9ecdad8" + "hash": "5df789115bd354dd7f451b6f7e192907" }, { - "title": "Saint-Etienne: le message d'espoir de Puel après la déroute contre Rennes", - "description": "Corrigé par le Stade Rennais (5-0) ce dimanche lors de la 17e journée de Ligue 1, Saint-Etienne reste englué à la dernière place du classement. S'il est conscient des lacunes de ses joueurs, Claude Puel estime qu'ils sont capables de réagir.

", - "content": "Corrigé par le Stade Rennais (5-0) ce dimanche lors de la 17e journée de Ligue 1, Saint-Etienne reste englué à la dernière place du classement. S'il est conscient des lacunes de ses joueurs, Claude Puel estime qu'ils sont capables de réagir.

", + "title": "Porto-Atlético: les larmes de Suarez après sa sortie sur blessure", + "description": "Luis Suarez n’a pas terminé le match décisif entre Porto et l’Atlético de Madrid ce mardi en Ligue des champions. Blessé et remplacé dès la douzième minute, l’attaquant uruguayen a fondu en larmes sur le banc des Colchoneros.

", + "content": "Luis Suarez n’a pas terminé le match décisif entre Porto et l’Atlético de Madrid ce mardi en Ligue des champions. Blessé et remplacé dès la douzième minute, l’attaquant uruguayen a fondu en larmes sur le banc des Colchoneros.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-le-message-d-espoir-de-puel-apres-la-deroute-contre-rennes_AV-202112050212.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/porto-atletico-les-larmes-de-suarez-apres-sa-sortie-sur-blessure_AV-202112070410.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:00:35 GMT", - "enclosure": "https://images.bfmtv.com/bxpH_b7dya6GhTOiEIPf4S2s7Yg=/0x106:2048x1258/800x0/images/Claude-PUEL-1182099.jpg", + "pubDate": "Tue, 07 Dec 2021 21:04:36 GMT", + "enclosure": "https://images.bfmtv.com/2kITD8BCHzJyUs_IuNrnoTE9qRU=/0x75:2048x1227/800x0/images/Luis-Suarez-en-larmes-lors-de-Porto-Atletico-1183567.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53015,17 +54445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1f712242c732a41eea9faee8b1458ec" + "hash": "d0054ed5638817b4b2414f670fee4904" }, { - "title": "Nice-Strasbourg en direct : le Racing inflige une leçon aux Aiglons", - "description": "Sur leur terrain, les Aiglons ont sombré face à une équipe de Strasbourg solide et inspirée. Les Alsaciens ont profité du réalisme d'Ajorque, Diallo et Thomasson pour s'offrir une victoire de prestige, 3-0.

", - "content": "Sur leur terrain, les Aiglons ont sombré face à une équipe de Strasbourg solide et inspirée. Les Alsaciens ont profité du réalisme d'Ajorque, Diallo et Thomasson pour s'offrir une victoire de prestige, 3-0.

", + "title": "PSG-Bruges: \"La graine est plantée, il y aura de belles fleurs\", Pochettino satisfait de la relation Mbappé-Messi", + "description": "Après la nette victoire du PSG contre Bruges, ce mardi soir en Ligue des champions (4-1, sur RMC Sport 1), Mauricio Pochettino a évoqué la relation naissante entre Lionel Messi et Kylian Mbappé, tous les deux auteurs d’un doublé.

", + "content": "Après la nette victoire du PSG contre Bruges, ce mardi soir en Ligue des champions (4-1, sur RMC Sport 1), Mauricio Pochettino a évoqué la relation naissante entre Lionel Messi et Kylian Mbappé, tous les deux auteurs d’un doublé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-nice-strasbourg-en-direct_LS-202112050190.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-la-graine-est-plantee-il-y-aura-de-belles-fleurs-pochettino-satisfait-de-la-relation-mbappe-messi_AV-202112070408.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 14:17:26 GMT", - "enclosure": "https://images.bfmtv.com/7jMHIiR8yGY-2zPjMdwYRVsKqSY=/0x106:2048x1258/800x0/images/Perrin-avec-Lemina-et-Todibo-lors-de-Nice-Strasbourg-1182216.jpg", + "pubDate": "Tue, 07 Dec 2021 20:57:50 GMT", + "enclosure": "https://images.bfmtv.com/QPPH6JgyCtejaraILbvbFzc8DJE=/0x0:2048x1152/800x0/images/PSG-1183556.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53035,17 +54465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d44d7143bd142655863db906fae7ed7" + "hash": "caa76def0e2e2e12869a1788491a3062" }, { - "title": "PSG-Bruges: l’arbitre espagnol Gil Manzano au sifflet, une première pour les Parisiens", - "description": "Jesus Gil Manzano a été désigné pour arbitrer le match de la 6eme journée de phase de poules entre le PSG et Bruges, mardi au Parc des Princes (coup d’envoi à 18h45 en direct sur RMC Sport 1). L'Espagnol n’a jamais arbitré le club parisien.

", - "content": "Jesus Gil Manzano a été désigné pour arbitrer le match de la 6eme journée de phase de poules entre le PSG et Bruges, mardi au Parc des Princes (coup d’envoi à 18h45 en direct sur RMC Sport 1). L'Espagnol n’a jamais arbitré le club parisien.

", + "title": "PSG-Bruges en direct: Les adversaires potentiels du PSG en Ligue des champions", + "description": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions, le PSG s'est rassuré face à Bruges, ce mardi soir lors de la 6e journée (4-1), avec des doublés de Kylian Mbappé et Lionel Messi.

", + "content": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions, le PSG s'est rassuré face à Bruges, ce mardi soir lors de la 6e journée (4-1), avec des doublés de Kylian Mbappé et Lionel Messi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-l-arbitre-espagnol-gil-manzano-au-sifflet-une-premiere-pour-les-parisiens_AV-202112050184.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 14:11:21 GMT", - "enclosure": "https://images.bfmtv.com/zXg4o4yrqU8WrUvBRJ6PUs09_mM=/0x0:2048x1152/800x0/images/Jesus-Gil-Manzano-arbitrera-PSG-Bruges-1182090.jpg", + "pubDate": "Tue, 07 Dec 2021 09:58:59 GMT", + "enclosure": "https://images.bfmtv.com/QPPH6JgyCtejaraILbvbFzc8DJE=/0x0:2048x1152/800x0/images/PSG-1183556.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53055,17 +54485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c918ed286b9663a2f593485829e7bd4" + "hash": "9c8769451603bd59b437de7b2f76c26c" }, { - "title": "Les pronos hippiques du lundi 6 décembre 2021", - "description": "Le Quinté+ du lundi 6 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du lundi 6 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "PSG-Bruges: Mbappé explique pourquoi il a laissé le penalty à Messi, qui a besoin de \"confiance\"", + "description": "Lors de la victoire 4-1 du PSG contre le Club Bruges, Kylian Mbappé a laissé Lionel Messi tirer le penalty du quatrième but de la soirée, ce mardi en Ligue des champions. Il s'en est expliqué au micro de RMC Sport.

", + "content": "Lors de la victoire 4-1 du PSG contre le Club Bruges, Kylian Mbappé a laissé Lionel Messi tirer le penalty du quatrième but de la soirée, ce mardi en Ligue des champions. Il s'en est expliqué au micro de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-6-decembre-2021_AN-202112050181.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-mbappe-explique-pourquoi-il-a-laisse-le-penalty-a-messi-qui-a-besoin-de-confiance_AN-202112070401.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 14:03:28 GMT", - "enclosure": "https://images.bfmtv.com/9XV2MFBYK7ptueR4KVkM57oSATY=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-lundi-6-decembre-2021-1181814.jpg", + "pubDate": "Tue, 07 Dec 2021 20:15:07 GMT", + "enclosure": "https://images.bfmtv.com/lTtzIEIRuI5t64A6vjmcxS-i0q4=/375x117:1911x981/800x0/images/Kylian-Mbappe-1183564.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53075,17 +54505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81368e021ed3a9608419cb48e0dd2ff4" + "hash": "a34ac0fe05b612bb492fb9719eac97fd" }, { - "title": "Saint Etienne-Rennes: les Bretons enfoncent les Verts avec un festival de Terrier", - "description": "Porté par un triplé de Martin Terrier, Rennes a corrigé Saint-Etienne (5-0) ce dimanche à Geoffroy-Guichard lors de la 17e journée de Ligue 1. Les Bretons sont deuxièmes du classement derrière le PSG alors que les Verts restent derniers du championnat.

", - "content": "Porté par un triplé de Martin Terrier, Rennes a corrigé Saint-Etienne (5-0) ce dimanche à Geoffroy-Guichard lors de la 17e journée de Ligue 1. Les Bretons sont deuxièmes du classement derrière le PSG alors que les Verts restent derniers du championnat.

", + "title": "Wolfsbourg-Lille: \"Si on joue pour le nul, on peut perdre ce match\", préviennent Gourvennec et Fonte", + "description": "Le LOSC, qui se déplace à Wolfsbourg mercredi soir en Ligue des champions (21h, RMC Sport 1), a besoin d’un match nul pour se qualifier pour les huitièmes de finale. Mais l’entraîneur Jocelyn Gourvennec et le capitaine Jose Fonte ne veulent pas être \"dans le calcul\".

", + "content": "Le LOSC, qui se déplace à Wolfsbourg mercredi soir en Ligue des champions (21h, RMC Sport 1), a besoin d’un match nul pour se qualifier pour les huitièmes de finale. Mais l’entraîneur Jocelyn Gourvennec et le capitaine Jose Fonte ne veulent pas être \"dans le calcul\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-rennes-les-bretons-enfoncent-les-verts-avec-un-festival-de-terrier_AV-202112050180.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/wolfsbourg-lille-si-on-joue-pour-le-nul-on-peut-perdre-ce-match-previennent-gourvennec-et-fonte_AV-202112070400.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 14:03:23 GMT", - "enclosure": "https://images.bfmtv.com/SKbN9MWtuNJhHhRO-ndjTU_ZTN4=/0x137:2048x1289/800x0/images/Martin-Terrier-a-marque-un-triple-lors-de-ASSE-Rennes-1182083.jpg", + "pubDate": "Tue, 07 Dec 2021 20:09:06 GMT", + "enclosure": "https://images.bfmtv.com/cUBBcF2tcuhMxAv81XGV902khd0=/0x40:768x472/800x0/images/Jocelyn-Gourvennec-entraineur-du-Losc-lors-de-la-rencontre-de-Ligue-1-entre-le-PSG-et-Lille-le-29-octobre-2021-a-Paris-1158180.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53095,17 +54525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd6c6e63b13d36cfd95692ce6cd3bb59" + "hash": "e425e17bad05909baad1f674f8e089c1" }, { - "title": "Egypte: un entraîneur décède d'une crise cardiaque après le but de la victoire de son équipe", - "description": "L'entraîneur égyptien Adham El-Selhadar est décédé des suites d'une crise cardiaque survenue en plein match. Il avait 53 ans.

", - "content": "L'entraîneur égyptien Adham El-Selhadar est décédé des suites d'une crise cardiaque survenue en plein match. Il avait 53 ans.

", + "title": "VIDEO. Ligue des champions: les doublés de Mbappé et Messi qui permettent au PSG de torpiller Bruges", + "description": "Le PSG s'est imposé 4-1 face au Club Bruges, ce mardi soir pour la fin de la phase de groupes de la Ligue des champions (sur RMC Sport 1). Kylian Mbappé et Lionel Messi ont chacun inscrit un doublé.

", + "content": "Le PSG s'est imposé 4-1 face au Club Bruges, ce mardi soir pour la fin de la phase de groupes de la Ligue des champions (sur RMC Sport 1). Kylian Mbappé et Lionel Messi ont chacun inscrit un doublé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/egypte-un-entraineur-decede-d-une-crise-cardiaque-apres-le-but-de-la-victoire-de-son-equipe_AN-202112050173.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-doubles-de-mbappe-et-messi-qui-permettent-au-psg-de-torpiller-bruges_AV-202112070393.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:49:42 GMT", - "enclosure": "https://images.bfmtv.com/1j-9HmDYJ6s6fKHL2IH2Tf_E9Bg=/0x0:2048x1152/800x0/images/Image-d-illustration-1182081.jpg", + "pubDate": "Tue, 07 Dec 2021 19:47:00 GMT", + "enclosure": "https://images.bfmtv.com/rqUoUGva3_q4_xEonIC4CXIuObs=/0x102:2048x1254/800x0/images/PSG-Bruges-1183557.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53115,17 +54545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fb6bd2c29a051003eb4220939f140e7" + "hash": "438b94d6032ab293679f7b0d4f97b1a3" }, { - "title": "Coupe Davis 2022: la France face à l’Equateur en barrages", - "description": "Eliminée prématurément lors de la phase finale de la Coupe Davis 2021, la France devra passer par un barrage l’année prochaine. Le tirage au sort a livré l’Equateur comme adversaire des Bleus qui auront l’avantage de recevoir.

", - "content": "Eliminée prématurément lors de la phase finale de la Coupe Davis 2021, la France devra passer par un barrage l’année prochaine. Le tirage au sort a livré l’Equateur comme adversaire des Bleus qui auront l’avantage de recevoir.

", + "title": "Ligue des champions en direct: la première place pour le Real, le miracle de la soirée pour l'Atlético", + "description": "Sixième et dernière journée de Ligue des champions ce mardi, à suivre en direct commenté sur le site de RMC Sport. Le groupe B sera particulièrement intéressant à suivre avec une lutte à trois pour la deuxième place qualificative entre Porto, l’Atlético de Madrid et l’AC Milan. A vivre aussi l’affiche entre le Real Madrid et l’Inter Milan.

", + "content": "Sixième et dernière journée de Ligue des champions ce mardi, à suivre en direct commenté sur le site de RMC Sport. Le groupe B sera particulièrement intéressant à suivre avec une lutte à trois pour la deuxième place qualificative entre Porto, l’Atlético de Madrid et l’AC Milan. A vivre aussi l’affiche entre le Real Madrid et l’Inter Milan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis-2022-la-france-face-a-l-equateur-en-barrages_AD-202112050170.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-real-atletico-ac-milan-le-multiplex-en-direct_LS-202112070316.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:31:47 GMT", - "enclosure": "https://images.bfmtv.com/RLFHvZc9u8QTF3TOhqttBzo7XKI=/0x40:768x472/800x0/images/Le-capitaine-de-l-equipe-de-France-Sebastien-Grosjean-lors-de-l-edition-precedente-de-Coupe-Davis-a-Madrid-le-21-novembre-2019-1170855.jpg", + "pubDate": "Tue, 07 Dec 2021 14:17:22 GMT", + "enclosure": "https://images.bfmtv.com/eQA4N_xWDeG_82yCeLbqR7R2Ke4=/0x107:2048x1259/800x0/images/Toni-Kroos-1183566.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53135,17 +54565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a75ec6a9f1b25f397db7cab1c382d18d" + "hash": "4c7271642a537f13501b0c5d37f26e49" }, { - "title": "Stade Français-La Rochelle en direct: Paris veut remonter au classement", - "description": "En clôture de cette 12e journée Top 14, le Stade Français reçoit la Rochelle pour l'ultime choc du week-end. Paris a une belle occasion pour sortir du bas de classement. Coup d'envoi à 21h !

", - "content": "En clôture de cette 12e journée Top 14, le Stade Français reçoit la Rochelle pour l'ultime choc du week-end. Paris a une belle occasion pour sortir du bas de classement. Coup d'envoi à 21h !

", + "title": "PSG-Bruges: Mbappé dépasse la barre des 30 buts et entre un peu plus dans l'histoire de la Ligue des champions", + "description": "Kylian Mbappé a signé un doublé ce mardi soir lors du dernier match de poule du PSG en Ligue des champions face à Bruges (sur RMC Sport 1). L’attaquant tricolore est devenu le plus jeune joueur à atteindre la barre des 30 buts dans la prestigieuse compétition.

", + "content": "Kylian Mbappé a signé un doublé ce mardi soir lors du dernier match de poule du PSG en Ligue des champions face à Bruges (sur RMC Sport 1). L’attaquant tricolore est devenu le plus jeune joueur à atteindre la barre des 30 buts dans la prestigieuse compétition.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-stade-francais-la-rochelle-en-direct_LS-202112050287.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-mbappe-un-peu-plus-dans-l-histoire-de-la-ligue-des-champions_AV-202112070386.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 18:46:50 GMT", - "enclosure": "https://images.bfmtv.com/h9sMXTLk8ayWW_JHPiP1pL8QPC0=/0x0:1184x666/800x0/images/-859705.jpg", + "pubDate": "Tue, 07 Dec 2021 18:52:48 GMT", + "enclosure": "https://images.bfmtv.com/O_ChEYYD7eTfC4SrVVtVGGjJYp8=/0x131:2048x1283/800x0/images/Kylian-Mbappe-contre-Bruges-1183550.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53155,17 +54585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "317e37d517496537182c04d5184fb34d" + "hash": "33a2d17e980c1e2f6ba247a7931d44b6" }, { - "title": "Bordeaux-OL en direct: les Lyonnais doivent absolument réagir en Gironde", - "description": "L'OL se déplace sur la pelouse de Bordeaux ce dimanche soir en clôture de la 17e journée de Ligue 1 (20h45). Une rencontre à suivre en intégralité dans notre live.

", - "content": "L'OL se déplace sur la pelouse de Bordeaux ce dimanche soir en clôture de la 17e journée de Ligue 1 (20h45). Une rencontre à suivre en intégralité dans notre live.

", + "title": "PSG-Bruges: le bel enroulé de Messi pour le 3-0 en vidéo", + "description": "Le PSG s'est amusé, ce mardi soir contre Bruges (sur RMC Sport 1). Lionel Messi a inscrit le but du 3-0 en première période d’un enroulé du pied gauche à l’entrée de la surface. Son quatrième but de la saison en Ligue des champions.

", + "content": "Le PSG s'est amusé, ce mardi soir contre Bruges (sur RMC Sport 1). Lionel Messi a inscrit le but du 3-0 en première période d’un enroulé du pied gauche à l’entrée de la surface. Son quatrième but de la saison en Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-bordeaux-ol-en-direct_LS-202112050237.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-le-bel-enroule-de-messi-pour-le-3-0-en-video_AV-202112070385.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 16:10:24 GMT", - "enclosure": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.jpg", + "pubDate": "Tue, 07 Dec 2021 18:45:59 GMT", + "enclosure": "https://images.bfmtv.com/DTq3uqNqJpEDcbiSKOC1tapibls=/0x77:2048x1229/800x0/images/Lionel-Messi-contre-Bruges-1183552.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53175,17 +54605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "999f9300da896937915ccf04f47f9937" + "hash": "d2bf493e546603f92f7ecd57d75b9498" }, { - "title": "Biathlon: les Bleues triomphent au relais d’Östersund, Jacquelin sur le podium sur la poursuite", - "description": "Impeccables au tir, Anaïs Bescond, Anaïs Chevalier-Bouchet, Julia Simon et Justine Braisaz-Bouchet ont remporté, avec la manière, le relais d’Östersund. C’est la première victoire de la saison pour l’équipe de France en Coupe du monde de biathlon.

", - "content": "Impeccables au tir, Anaïs Bescond, Anaïs Chevalier-Bouchet, Julia Simon et Justine Braisaz-Bouchet ont remporté, avec la manière, le relais d’Östersund. C’est la première victoire de la saison pour l’équipe de France en Coupe du monde de biathlon.

", + "title": "PSG-Bruges en direct: Pochettino satisfait du contenu et de la relation Mbappé-Messi", + "description": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions, le PSG s'est rassuré face à Bruges, ce mardi soir lors de la 6e journée (4-1), avec des doublés de Kylian Mbappé et Lionel Messi.

", + "content": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions, le PSG s'est rassuré face à Bruges, ce mardi soir lors de la 6e journée (4-1), avec des doublés de Kylian Mbappé et Lionel Messi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-les-bleues-triomphent-au-relais-d-ostersund-premiere-victoire-pour-la-france_AV-202112050168.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:22:03 GMT", - "enclosure": "https://images.bfmtv.com/MTkp5pHu1e8M4Uk6MUiFz7R_iKM=/0x27:2048x1179/800x0/images/Justine-Braisaz-Bouchet-1182075.jpg", + "pubDate": "Tue, 07 Dec 2021 09:58:59 GMT", + "enclosure": "https://images.bfmtv.com/QPPH6JgyCtejaraILbvbFzc8DJE=/0x0:2048x1152/800x0/images/PSG-1183556.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53195,17 +54625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "39d0dec988812cf7f47b6f9c352c3dec" + "hash": "512c37798909c1b753750a941800a4dd" }, { - "title": "Mondial de handball: gagneur hors pair, philosophe, gueulard… Krumbholz pas encore rassasié", - "description": "Le sélectionneur de l’équipe de France féminine de handball, Olivier Krumbholz, a tout connu avec les Bleues. De l’anonymat en 1998 au sacre olympique cet été, le Messin est un des plus gros palmarès du sport français et a encore faim avant de rencontrer la Slovénie ce dimanche (18h) lors des poules du Mondial disputé à Granollers en Espagne.

", - "content": "Le sélectionneur de l’équipe de France féminine de handball, Olivier Krumbholz, a tout connu avec les Bleues. De l’anonymat en 1998 au sacre olympique cet été, le Messin est un des plus gros palmarès du sport français et a encore faim avant de rencontrer la Slovénie ce dimanche (18h) lors des poules du Mondial disputé à Granollers en Espagne.

", + "title": "Galatasaray: le coach Fatih Terim transporté à l'hôpital avant le match décisif de Ligue Europa", + "description": "Fatih Terim, l’entraîneur de Galatasaray, a été transporté à l’hôpital lundi à seulement trois jours du duel entre le club stambouliote et la Lazio Rome pour la première place du groupe E de Ligue Europa. Le technicien turc se trouve toujours en observation et risque bien de rater le déplacement de son équipe en Italie.

", + "content": "Fatih Terim, l’entraîneur de Galatasaray, a été transporté à l’hôpital lundi à seulement trois jours du duel entre le club stambouliote et la Lazio Rome pour la première place du groupe E de Ligue Europa. Le technicien turc se trouve toujours en observation et risque bien de rater le déplacement de son équipe en Italie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-handball-gagneur-hors-pair-philosophe-gueulard-krumbholz-pas-encore-rassasie_AV-202112050162.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/galatasaray-le-coach-fatih-terim-transporte-a-l-hopital-avant-le-match-decisif-de-ligue-europa_AV-202112070379.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:00:24 GMT", - "enclosure": "https://images.bfmtv.com/vNeDWah_wsriR4rSP0Km8fzMJAI=/0x165:2048x1317/800x0/images/Olivier-Krumbholz-le-patron-des-Bleues-1182067.jpg", + "pubDate": "Tue, 07 Dec 2021 18:20:08 GMT", + "enclosure": "https://images.bfmtv.com/PDVzRCmTMBuZsuHfdz9-SDdF90A=/0x225:2048x1377/800x0/images/Fatih-Terim-avec-Galatasaray-1183543.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53215,17 +54645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe96926572fd0903c0f34861c17fcdc7" + "hash": "18925d65b3ac8dcb514905d97ba98593" }, { - "title": "Top 14: Toulon officialise l'arrivée du Rochelais West", - "description": "Le Rugby club toulonnais a officialisé le recrutement de l'ouvreur néo-zélandais Ihaia West. Sous contrat avec La Rochelle jusqu'à la fin de la saison de Top 14, le joueur de 29 ans rejoindra ensuite le RCT pour trois ans.

", - "content": "Le Rugby club toulonnais a officialisé le recrutement de l'ouvreur néo-zélandais Ihaia West. Sous contrat avec La Rochelle jusqu'à la fin de la saison de Top 14, le joueur de 29 ans rejoindra ensuite le RCT pour trois ans.

", + "title": "PSG-Bruges: le doublé express de Mbappé en vidéo", + "description": "Kylian Mbappé a inscrit un doublé en seulement sept minutes, face à Bruges, ce mardi soir (sur RMC Sport 1). Le Paris Saint-Germain a donc fait rapidement le break dans ce dernier match de poule de Ligue des champions.

", + "content": "Kylian Mbappé a inscrit un doublé en seulement sept minutes, face à Bruges, ce mardi soir (sur RMC Sport 1). Le Paris Saint-Germain a donc fait rapidement le break dans ce dernier match de poule de Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-toulon-officialise-l-arrivee-du-rochelais-west_AV-202112050157.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-le-double-express-de-mbappe-en-video_AV-202112070375.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 12:34:33 GMT", - "enclosure": "https://images.bfmtv.com/Rkh-n1epo2NRUeNDfC3y1XIyVM4=/0x11:2048x1163/800x0/images/Ihaia-West-avec-La-Rochelle-contre-Toulon-en-Top-14-1182054.jpg", + "pubDate": "Tue, 07 Dec 2021 18:02:02 GMT", + "enclosure": "https://images.bfmtv.com/1bT2C0cbtyGlfB11F_3Q1sk9Wf8=/0x162:2048x1314/800x0/images/Kylian-Mbappe-face-a-Bruges-1183544.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53235,17 +54665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "781ea71c5cd44ae6526e9362a5659327" + "hash": "d5a226acf3c767878fe76716025299db" }, { - "title": "Ligue 1: pourquoi le PSG commence à inquiéter", - "description": "Solide leader de Ligue 1 et qualifié pour les huitièmes de finale de la Ligue des champions, Paris peine pourtant à convaincre cette saison. Son nul contre Lens samedi (1-1) est venu confirmer ses lacunes dans le jeu.

", - "content": "Solide leader de Ligue 1 et qualifié pour les huitièmes de finale de la Ligue des champions, Paris peine pourtant à convaincre cette saison. Son nul contre Lens samedi (1-1) est venu confirmer ses lacunes dans le jeu.

", + "title": "PSG: \"Neymar est calme, mais a encore très mal à la cheville\", confie Nenê", + "description": "Blessé à la cheville gauche lors de la victoire du PSG face à Saint-Etienne fin novembre (1-3), Neymar va être éloigné des terrains pour une période de six à huit semaines. Au micro de RMC Sport ce mardi, l’ancien Parisien Nenê a donné des nouvelles de son ami et compatriote.

", + "content": "Blessé à la cheville gauche lors de la victoire du PSG face à Saint-Etienne fin novembre (1-3), Neymar va être éloigné des terrains pour une période de six à huit semaines. Au micro de RMC Sport ce mardi, l’ancien Parisien Nenê a donné des nouvelles de son ami et compatriote.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-pourquoi-le-psg-commence-a-inquieter_AV-202112050156.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-neymar-est-calme-mais-a-encore-tres-mal-a-la-cheville-confie-nene_AV-202112070373.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 12:31:27 GMT", - "enclosure": "https://images.bfmtv.com/RjIfkz3lc-niSiGMkKCSQXVcqlo=/0x8:2048x1160/800x0/images/Lionel-MESSI-1182042.jpg", + "pubDate": "Tue, 07 Dec 2021 17:45:10 GMT", + "enclosure": "https://images.bfmtv.com/5nfCq3mkWuvPTo2rWI-deWr92o8=/0x106:2048x1258/800x0/images/Nene-et-Neymar-1183534.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53255,17 +54685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f4755afca37fc2e85c54db980d22fe9" + "hash": "6fb8949b49025d9d29b1d05ae8ea4c7e" }, { - "title": "Affaire Pinot-Schmitt: le retour auprès des proches avant les suites judiciaires", - "description": "Huit jours après l’altercation entre Margaux Pinot et Alain Schmitt au domicile de la judoka, les deux protagonistes se sont exprimés et l’affaire devrait connaître une avancée pendant la semaine à venir. En attendant les suites judiciaires, ils se sont tous les deux offerts un répit chacun de leur côté auprès de leurs proches.

", - "content": "Huit jours après l’altercation entre Margaux Pinot et Alain Schmitt au domicile de la judoka, les deux protagonistes se sont exprimés et l’affaire devrait connaître une avancée pendant la semaine à venir. En attendant les suites judiciaires, ils se sont tous les deux offerts un répit chacun de leur côté auprès de leurs proches.

", + "title": "Roland-Garros: Noah apporte son soutien à Forget et ironise sur la \"famille du tennis\"", + "description": "Yannick Noah, dans un message publié sur Instagram, a apporté son soutien à Guy Forget, qui quitte ses fonctions de directeur de Roland-Garros et du Masters 1000 de Paris. Selon l'artiste et ancien tennisman, son ami s'est fait \"virer de la famille du tennis\".

", + "content": "Yannick Noah, dans un message publié sur Instagram, a apporté son soutien à Guy Forget, qui quitte ses fonctions de directeur de Roland-Garros et du Masters 1000 de Paris. Selon l'artiste et ancien tennisman, son ami s'est fait \"virer de la famille du tennis\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-le-retour-aupres-des-proches-avant-les-suites-judiciaires_AV-202112050149.html", + "link": "https://rmcsport.bfmtv.com/tennis/roland-garros/roland-garros-noah-apporte-son-soutien-a-forget-avec-un-message-desabuse_AV-202112070371.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 12:15:13 GMT", - "enclosure": "https://images.bfmtv.com/Z6n9yhifu5oYgS6BCEHFAOtZzXg=/0x140:2048x1292/800x0/images/Margaux-Pinot-face-a-la-presse-1182040.jpg", + "pubDate": "Tue, 07 Dec 2021 17:33:23 GMT", + "enclosure": "https://images.bfmtv.com/BkNmitiFbzvtCuSPj1SDC6NshEk=/0x124:1792x1132/800x0/images/Yannick-Noah-1183505.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53275,17 +54705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "af5e86135ebdd1d1b514ed681bed6753" + "hash": "3227c53eb53610ebef1d1a74e16d00a8" }, { - "title": "Ligue 1 : Nice-Strasbourg en direct", - "description": "À l'Allianz Riviera, les Aiglons accueillent cet après-midi le Racing Club de Strasbourg. Les Niçois peuvent revenir sur le podium en cas de succès, mais les Alsaciens sont en forme et remontent doucement au classement.

", - "content": "À l'Allianz Riviera, les Aiglons accueillent cet après-midi le Racing Club de Strasbourg. Les Niçois peuvent revenir sur le podium en cas de succès, mais les Alsaciens sont en forme et remontent doucement au classement.

", + "title": "PSG-Bruges: Pochettino demande plus d'investissement à ses hommes pour le bien de l'équipe", + "description": "Avant d’affronter Bruges ce mardi soir (18h45), pour le dernier match de poule du Paris Saint-Germain en Ligue des champions, Mauricio Pochettino a évoqué l’attitude de ses joueurs, au micro de RMC Sport.

", + "content": "Avant d’affronter Bruges ce mardi soir (18h45), pour le dernier match de poule du Paris Saint-Germain en Ligue des champions, Mauricio Pochettino a évoqué l’attitude de ses joueurs, au micro de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-nice-strasbourg-en-direct_LS-202112050190.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-pochettino-demande-plus-d-investissement-a-ses-hommes-pour-le-bien-de-l-equipe_AV-202112070369.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 14:17:26 GMT", - "enclosure": "https://images.bfmtv.com/e4LmvBN0fBwMBwLqi7p8Tv_MgW0=/0x106:2048x1258/800x0/images/Andy-Delort-avec-Nice-1171376.jpg", + "pubDate": "Tue, 07 Dec 2021 17:28:59 GMT", + "enclosure": "https://images.bfmtv.com/I6X2EQBr5aBEciqBg7-KhTrfpyQ=/0x229:496x508/800x0/images/L-entraineur-argentin-du-Paris-Saint-Germain-Mauricio-Pochettino-lors-d-une-conference-de-presse-au-Parc-des-Princes-a-Paris-le-18-octobre-2021-1156167.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53295,17 +54725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fa670be8b6f8b7d0e383f788a3f94e4" + "hash": "3d52c861f74b9629ee0b91ef40a875ef" }, { - "title": "Biathlon: les Bleues triomphent au relais d’Östersund, première victoire pour la France", - "description": "Impeccables au tir, Anaïs Bescond, Anaïs Chevalier-Bouchet, Julia Simon et Justine Braisaz-Bouchet ont remporté, avec la manière, le relais d’Östersund. C’est la première victoire de la saison pour l’équipe de France en Coupe du monde de biathlon.

", - "content": "Impeccables au tir, Anaïs Bescond, Anaïs Chevalier-Bouchet, Julia Simon et Justine Braisaz-Bouchet ont remporté, avec la manière, le relais d’Östersund. C’est la première victoire de la saison pour l’équipe de France en Coupe du monde de biathlon.

", + "title": "PSG: pendant ce temps, Neymar poursuit sa rééducation", + "description": "Absent entre six et huit semaines à cause d'une blessure à la cheville gauche survenue contre Saint-Etienne fin novembre, Neymar a donné de ses nouvelles sur les réseaux sociaux. Avant le match de Ligue des champions du PSG face à Bruges ce mardi, l’attaquant poursuit sa rééducation.

", + "content": "Absent entre six et huit semaines à cause d'une blessure à la cheville gauche survenue contre Saint-Etienne fin novembre, Neymar a donné de ses nouvelles sur les réseaux sociaux. Avant le match de Ligue des champions du PSG face à Bruges ce mardi, l’attaquant poursuit sa rééducation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-les-bleues-triomphent-au-relais-d-ostersund-premiere-victoire-pour-la-france_AV-202112050168.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pendant-ce-temps-neymar-poursuit-sa-reeducation_AV-202112070367.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:22:03 GMT", - "enclosure": "https://images.bfmtv.com/MTkp5pHu1e8M4Uk6MUiFz7R_iKM=/0x27:2048x1179/800x0/images/Justine-Braisaz-Bouchet-1182075.jpg", + "pubDate": "Tue, 07 Dec 2021 17:21:39 GMT", + "enclosure": "https://images.bfmtv.com/ipwj0lO5pW1aTpMZucRXDgJkkVo=/0x345:1808x1362/800x0/images/Neymar-avec-le-PSG-sous-une-fine-neige-1177172.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53315,17 +54745,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "69bf73102594cf1a69989b8e811a5eb8" + "hash": "12c5ef7986a7ef2a4b6d1cfb17abf058" }, { - "title": "Les grandes interviews RMC Sport: Le Vestiaire des champions du monde 1998 avec Barthez", - "description": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Ce dimanche, prenez le temps de vous plonger dans Le Vestiaire, émission culte de la chaîne, avec les champions du monde 1998. En 2017, Fabien Barthez, Emmanuel Petit, Christophe Dugarry et Frank Leboeuf échnageaient leurs souvenirs.

", - "content": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Ce dimanche, prenez le temps de vous plonger dans Le Vestiaire, émission culte de la chaîne, avec les champions du monde 1998. En 2017, Fabien Barthez, Emmanuel Petit, Christophe Dugarry et Frank Leboeuf échnageaient leurs souvenirs.

", + "title": "PSG-Bruges en direct: \"La graine est plantée, les bourgeons sortent\", se satisfait Pochettino", + "description": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions, le PSG s'est rassuré face à Bruges, ce mardi soir lors de la 6e journée (4-1), avec des doublés de Kylian Mbappé et Lionel Messi.

", + "content": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions, le PSG s'est rassuré face à Bruges, ce mardi soir lors de la 6e journée (4-1), avec des doublés de Kylian Mbappé et Lionel Messi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/les-grandes-interviews-rmc-sport-le-vestiaire-des-champions-du-monde-1998-avec-barthez_AN-202112050014.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 12:00:00 GMT", - "enclosure": "https://images.bfmtv.com/Xx7Mq4ioeit33UzXGC9OdImnXx8=/13x3:1517x849/800x0/images/Le-Vestiaire-special-Mondial-1998-1181834.jpg", + "pubDate": "Tue, 07 Dec 2021 09:58:59 GMT", + "enclosure": "https://images.bfmtv.com/QPPH6JgyCtejaraILbvbFzc8DJE=/0x0:2048x1152/800x0/images/PSG-1183556.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53335,37 +54765,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f896d1c8f2b090d11103e38db33e5e2" + "hash": "f64fcd826a9c7a0e27ab84b7a657280e" }, { - "title": "Real Madrid: Ancelotti inquiet après la blessure de Benzema", - "description": "Carlo Ancelotti a donné des nouvelles de Karim Benzema, sorti blessé samedi lord du succès du Real Madrid face à la Real Sociedad (2-0). Selon le technicien, l’attaquant tricolore manquera le duel contre l’Inter en Ligue des champions et pourrait même rater le derby madrilène face à l’Atlético dimanche prochain.

", - "content": "Carlo Ancelotti a donné des nouvelles de Karim Benzema, sorti blessé samedi lord du succès du Real Madrid face à la Real Sociedad (2-0). Selon le technicien, l’attaquant tricolore manquera le duel contre l’Inter en Ligue des champions et pourrait même rater le derby madrilène face à l’Atlético dimanche prochain.

", + "title": "Ballon d’or: Lewandowski calme le jeu après ses déclarations sur Messi", + "description": "Dans un entretien accordé au journal allemand Kicker, Robert Lewandowski est revenu sur ses déclarations des derniers jours, où il avait commenté les mots de Lionel Messi lors de la cérémonie du Ballon d’or.

", + "content": "Dans un entretien accordé au journal allemand Kicker, Robert Lewandowski est revenu sur ses déclarations des derniers jours, où il avait commenté les mots de Lionel Messi lors de la cérémonie du Ballon d’or.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-ancelotti-inquiet-apres-la-blessure-de-benzema_AV-202112050141.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/ballon-d-or-lewandowski-calme-le-jeu-apres-ses-declarations-sur-messi_AV-202112070365.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 11:47:10 GMT", - "enclosure": "https://images.bfmtv.com/8GtxIJseW_25FHeIo0E-8igcx7M=/0x0:2048x1152/800x0/images/Karim-Benzema-blesse-lors-du-match-Real-Sociedad-Real-Madrid-1182033.jpg", + "pubDate": "Tue, 07 Dec 2021 17:04:12 GMT", + "enclosure": "https://images.bfmtv.com/073q2QzV1BeSJe7oBq5IH823nSw=/0x70:2048x1222/800x0/images/Robert-Lewandowski-1178290.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6892f07a273deaf05866c5fe1168e223" + "hash": "691dd16620b76e9d3eea325e6f9404bf" }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 5 décembre – Ligue 1", - "description": "Mon pronostic : Nice ne perd pas face à Strasbourg et au moins trois buts (2.25)

", - "content": "Mon pronostic : Nice ne perd pas face à Strasbourg et au moins trois buts (2.25)

", + "title": "PSG-Bruges: les compos officielles, avec Messi, Mbappé et le duo Lang-De Ketelaere côté belge", + "description": "Déjà assuré de la deuxième place du groupe A, le PSG ne fera pas l’impasse sur le match contre Bruges ce mardi en Ligue des champions (18h45, sur RMC Sport 1). Comme annoncé par RMC Sport, Mauricio Pochettino a aligné la meilleure équipe possible. Découvrez les compos officielles.

", + "content": "Déjà assuré de la deuxième place du groupe A, le PSG ne fera pas l’impasse sur le match contre Bruges ce mardi en Ligue des champions (18h45, sur RMC Sport 1). Comme annoncé par RMC Sport, Mauricio Pochettino a aligné la meilleure équipe possible. Découvrez les compos officielles.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-5-decembre-ligue-1_AN-202112050140.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-les-compos-officielles-avec-messi-mbappe-et-le-duo-lang-de-ketelaere-cote-belge_AV-202112070362.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 11:46:41 GMT", - "enclosure": "https://images.bfmtv.com/xy-GtbyVoNmCigIjcMJtbiXUwaM=/0x57:2000x1182/800x0/images/Christophe-Galtier-1182035.jpg", + "pubDate": "Tue, 07 Dec 2021 16:56:28 GMT", + "enclosure": "https://images.bfmtv.com/TmlcmIMPmombjV4BdC9kIJH_DU4=/0x0:2048x1152/800x0/images/Kylian-Mbappe-et-Lionel-Messi-avec-le-PSG-1183525.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53375,17 +54805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffee1f411e31f116cbb135e40e0f397d" + "hash": "b526ed5d6df063821b1cdadd0c5784b0" }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 5 décembre – Ligue 1", - "description": "Mon pronostic : Lyon s’impose à Bordeaux et au moins trois buts dans la rencontre (1.98)

", - "content": "Mon pronostic : Lyon s’impose à Bordeaux et au moins trois buts dans la rencontre (1.98)

", + "title": "Mercato en direct: Kingsley Coman indécis sur son avenir", + "description": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "content": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-5-decembre-ligue-1_AN-202112050136.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 11:37:32 GMT", - "enclosure": "https://images.bfmtv.com/m8ZeNRR0eQjhAKlZ3-vsnYUnoPw=/0x216:1984x1332/800x0/images/Lyon-1182028.jpg", + "pubDate": "Mon, 06 Dec 2021 07:21:04 GMT", + "enclosure": "https://images.bfmtv.com/I393YoXgpAjg8mA7EVnHGp4Gpqo=/0x39:768x471/800x0/images/Kingsley-Coman-avec-le-Bayern-lors-du-Klassiker-contre-le-Borussia-Dortmund-a-Munich-le-6-mars-2021-1130255.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53395,37 +54825,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee9ddbcc2439ca0daeb4ebe883f8b649" + "hash": "c08f1d9800351930fbd816ec36ee03df" }, { - "title": "GP d'Arabie saoudite: Verstappen champion du monde dès ce dimanche si...", - "description": "Max Verstappen peut être champion du monde de F1, ce dimanche en Arabie saoudite, s'il inscrit 18 points de plus que Lewis Hamilton. Cela implique donc qu'il se classe 1er ou 2e, et que l'homme fort de Mercedes termine très loin du podium.

", - "content": "Max Verstappen peut être champion du monde de F1, ce dimanche en Arabie saoudite, s'il inscrit 18 points de plus que Lewis Hamilton. Cela implique donc qu'il se classe 1er ou 2e, et que l'homme fort de Mercedes termine très loin du podium.

", + "title": "Open d'Australie: des joueurs non-vaccinés seront acceptés, mais avec un protocole très strict", + "description": "RMC Sport est en mesure de confirmer que ce mardi matin, dans un mail, l’ATP a précisé aux joueurs le protocole sanitaire à respecter afin de participer à l’Open d’Australie (17-30 janvier), comme révélé par L’Equipe.

", + "content": "RMC Sport est en mesure de confirmer que ce mardi matin, dans un mail, l’ATP a précisé aux joueurs le protocole sanitaire à respecter afin de participer à l’Open d’Australie (17-30 janvier), comme révélé par L’Equipe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-verstappen-champion-du-monde-des-ce-dimanche-si_AV-202112040066.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-des-joueurs-non-vaccines-seront-acceptes-mais-avec-un-protocole-tres-strict_AV-202112070355.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 09:53:23 GMT", - "enclosure": "https://images.bfmtv.com/YseROwdlLP43MBBet8bsucTJm64=/14x0:2030x1134/800x0/images/Max-Verstappen-1180174.jpg", + "pubDate": "Tue, 07 Dec 2021 16:15:59 GMT", + "enclosure": "https://images.bfmtv.com/ivhGMdPkpE9u1FEDmRdWc7g7XeU=/0x20:768x452/800x0/images/Novak-Djokovic-lors-de-la-finale-de-l-Open-d-Australie-le-21-fevrier-2021-1179043.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "173128cfc4cd220026638276ef7486c5" + "hash": "f580282ed04ed4a915663aebe0a9c74c" }, { - "title": "ASSE-Rennes en direct: les Rennais s'amusent, Puel appelle à \"ne pas lâcher\"", - "description": "Revivez dans les conditions du direct sur notre site la victoire de Rennes sur la pelouse de Saint-Etienne (0-5) pour le compte de la 17e journée de Ligue 1.

", - "content": "Revivez dans les conditions du direct sur notre site la victoire de Rennes sur la pelouse de Saint-Etienne (0-5) pour le compte de la 17e journée de Ligue 1.

", + "title": "PSG-Bruges: la compo de Paris avec un trio de stars devant un milieu consistant", + "description": "Mauricio Pochettino a composé un onze de départ disposant de sérieux atouts pour, enfin, séduire, face à Bruges (coup d'envoi à 18h45, sur RMC Sport 1). Wijnaldum, Verratti et Gueye sont associés au milieu. Diallo est titulaire en défense, avec Marquinhos.

", + "content": "Mauricio Pochettino a composé un onze de départ disposant de sérieux atouts pour, enfin, séduire, face à Bruges (coup d'envoi à 18h45, sur RMC Sport 1). Wijnaldum, Verratti et Gueye sont associés au milieu. Diallo est titulaire en défense, avec Marquinhos.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-rennes-en-direct-les-rennais-peuvent-reprendre-la-deuxieme-place_LS-202112050118.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-un-trio-de-stars-devant-un-milieu-consistant-pour-paris_AV-202112070354.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 11:01:45 GMT", - "enclosure": "https://images.bfmtv.com/KvXyoYgweRwBD1aYDRgDDuO3uhI=/0x0:1200x675/800x0/images/Martin-Terrier-1182065.jpg", + "pubDate": "Tue, 07 Dec 2021 16:14:58 GMT", + "enclosure": "https://images.bfmtv.com/_-FfsV8ix-iohWnL5sxwU0KLlqs=/0x0:1200x675/800x0/images/Lionel-Messi-1183432.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53435,17 +54865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c03c53b1bf223f052f5998888eb5f6d" + "hash": "3732f6e573422212f3d3ff83800396da" }, { - "title": "Biathlon en direct: Jacquelin troisième de la poursuite, Christiansen vainqueur", - "description": "Après la victoire des filles de l'équipe de France lors du relais en début d'après-midi, les hommes vont tenter d'aller chercher une première victoire cette saison lors de la poursuite de 12,5 kilomètres à Östersund.

", - "content": "Après la victoire des filles de l'équipe de France lors du relais en début d'après-midi, les hommes vont tenter d'aller chercher une première victoire cette saison lors de la poursuite de 12,5 kilomètres à Östersund.

", + "title": "Top 14: Pollard va quitter Montpellier pour rejoindre Leicester", + "description": "Comme annoncé par RMC Sport le 20 septembre, Handré Pollard quittera Montpellier à la fin de son contrat et rejoindra Leicester en Angleterre. Le club héraultais a communiqué le départ du demi d'ouverture ce mardi sur son site.

", + "content": "Comme annoncé par RMC Sport le 20 septembre, Handré Pollard quittera Montpellier à la fin de son contrat et rejoindra Leicester en Angleterre. Le club héraultais a communiqué le départ du demi d'ouverture ce mardi sur son site.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-en-direct-les-bleues-visent-encore-un-podium-au-relais_LN-202112050117.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14-pollard-va-quitter-montpellier-pour-rejoindre-leicester_AV-202112070349.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 10:58:41 GMT", - "enclosure": "https://images.bfmtv.com/f-xBeBIYHu_I1sW602Vxwx8ewV8=/0x40:768x472/800x0/images/Le-Francais-Emilien-Jacquelin-recharge-sa-carabine-lors-du-relais-4x7-5-km-aux-Championnats-du-monde-de-biathlon-le-20-fevrier-2021-a-Pokljuka-Slovenie-1181643.jpg", + "pubDate": "Tue, 07 Dec 2021 15:52:29 GMT", + "enclosure": "https://images.bfmtv.com/B5_D51-RY6cLnghlROxUaysh2Kk=/103x58:1783x1003/800x0/images/Handre-Pollard-1131612.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53455,17 +54885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c9ead98b4b71199457d68270301a97e" + "hash": "909bef89978c1f2ea147655dba03e64f" }, { - "title": "Cassano raconte un clash avec Cristiano Ronaldo sur WhatsApp", - "description": "Vexé par les critiques de l’ancien sulfureux attaquant italien Antonio Cassano, Cristiano Ronaldo, alors à la Juventus, n’a pas hésité à s’expliquer avec l’ex-joueur du Real Madrid sur WhatsApp.

", - "content": "Vexé par les critiques de l’ancien sulfureux attaquant italien Antonio Cassano, Cristiano Ronaldo, alors à la Juventus, n’a pas hésité à s’expliquer avec l’ex-joueur du Real Madrid sur WhatsApp.

", + "title": "Ligue des champions: la mise en garde du Bayern Munich au Barça", + "description": "Déjà qualifié pour les huitièmes de la finale de la Ligue des champions, le Bayern Munich recevra dans son stade le FC Barcelone dont le destin européen est encore très incertain. En conférence de presse, l’entraîneur du club allemand, Julian Nagelsmann, a annoncé qu’il allait aligner \"la meilleure équipe possible\".

", + "content": "Déjà qualifié pour les huitièmes de la finale de la Ligue des champions, le Bayern Munich recevra dans son stade le FC Barcelone dont le destin européen est encore très incertain. En conférence de presse, l’entraîneur du club allemand, Julian Nagelsmann, a annoncé qu’il allait aligner \"la meilleure équipe possible\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/cassano-raconte-un-clash-avec-cristiano-ronaldo-sur-whats-app_AN-202112050111.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-la-mise-en-garde-du-bayern-munich-au-barca_AV-202112070340.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 10:48:42 GMT", - "enclosure": "https://images.bfmtv.com/_fYwte1zYsO_anwAZPLbD8xN8QU=/0x108:2032x1251/800x0/images/Cristiano-Ronaldo-1181991.jpg", + "pubDate": "Tue, 07 Dec 2021 15:32:34 GMT", + "enclosure": "https://images.bfmtv.com/KjKqorO82aiQVSITkEWsAVbRtpI=/0x11:768x443/800x0/images/Le-nouvel-entraineur-du-Bayern-Munich-Julian-Nagelsmann-a-son-arrivee-avant-le-match-de-l-Audi-Summer-Tour-2021-contre-le-Borussia-Moenchengladbach-le-28-juillet-2021-a-Munich-1083455.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53475,17 +54905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b32aec21bdb213faa69d4240b38b4fa7" + "hash": "279705c73147a787343bbfa04642e20c" }, { - "title": "Ligue 1, le multiplex en direct: Monaco et Montpellier bien lancés, Reims à 10 pour toute la seconde période", - "description": "La 17e journée de Ligue 1 se poursuit ce dimanche avec le multiplex (coup d'envoi à 15 heures). Suivez les rencontres Lorient-Nantes, Monaco-Metz, Montpellier-Clermont et Reims-Angers en intégralité dans notre live.

", - "content": "La 17e journée de Ligue 1 se poursuit ce dimanche avec le multiplex (coup d'envoi à 15 heures). Suivez les rencontres Lorient-Nantes, Monaco-Metz, Montpellier-Clermont et Reims-Angers en intégralité dans notre live.

", + "title": "Youth League: l'exceptionnelle remontée du PSG face à Bruges pour arracher la qualification en 8es", + "description": "Les moins de 19 ans du PSG l’ont emporté à la dernière seconde face à Bruges, mardi après-midi en Youth League (3-2), après avoir été menés 2-0 en infériorité numérique. Les Parisiens prennent ainsi la première place de leur groupe et sont qualifiés directement pour les huitièmes de finale sans avoir à passer par les barrages.

", + "content": "Les moins de 19 ans du PSG l’ont emporté à la dernière seconde face à Bruges, mardi après-midi en Youth League (3-2), après avoir été menés 2-0 en infériorité numérique. Les Parisiens prennent ainsi la première place de leur groupe et sont qualifiés directement pour les huitièmes de finale sans avoir à passer par les barrages.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-le-multiplex-de-la-17e-journee-en-direct_LS-202112050106.html", + "link": "https://rmcsport.bfmtv.com/football/youth-league/youth-league-l-exceptionnelle-remontee-du-psg-face-a-bruges-pour-arracher-la-qualification-en-8es_AV-202112070336.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 10:44:05 GMT", - "enclosure": "https://images.bfmtv.com/c9eXX0Hz-HZBqBwADyuC3hiPGfA=/0x106:2048x1258/800x0/images/Monaco-Metz-1182104.jpg", + "pubDate": "Tue, 07 Dec 2021 15:21:30 GMT", + "enclosure": "https://images.bfmtv.com/Ijzf5yUN9aeqIMFvlohtpcp1QTU=/0x106:2048x1258/800x0/images/Xavi-Simons-lors-de-PSG-Bruges-1183490.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53495,17 +54925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "efcb9527925c4e8478e09cd5f0e9ef85" + "hash": "5ea877b01c739bf1c5e60b61bff6a4b6" }, { - "title": "Bundesliga: Leipzig vire son entraîneur Jesse Marsch", - "description": "Seulement 11e de Bundesliga, et éliminé de la Ligue des champions, le RB Leipzig a décidé de se séparer de son entraîneur Jesse Marsch ce dimanche. L'Américain était arrivé cet été pour succéder à Julian Nagelsmann

", - "content": "Seulement 11e de Bundesliga, et éliminé de la Ligue des champions, le RB Leipzig a décidé de se séparer de son entraîneur Jesse Marsch ce dimanche. L'Américain était arrivé cet été pour succéder à Julian Nagelsmann

", + "title": "Mercato: Sergio Gomez sur les tablettes de l’OM ?", + "description": "Malgré son gros recrutement l’été dernier, l’Olympique de Marseille essaiera de se montrer actif cet hiver. À la recherche d’un nouveau latéral, les dirigeants phocéens seraient, selon le média DHnet, fans du latéral gauche d’Anderlecht, Sergio Gomez.

", + "content": "Malgré son gros recrutement l’été dernier, l’Olympique de Marseille essaiera de se montrer actif cet hiver. À la recherche d’un nouveau latéral, les dirigeants phocéens seraient, selon le média DHnet, fans du latéral gauche d’Anderlecht, Sergio Gomez.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-leipzig-vire-son-entraineur-jesse-marsch_AV-202112050092.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/mercato-sergio-gomez-sur-les-tablettes-de-l-om_AV-202112070332.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 10:09:02 GMT", - "enclosure": "https://images.bfmtv.com/DXWGWwmTAOFzYAnI08Ux-LZwuf0=/0x31:2048x1183/800x0/images/Jesse-Marsch-1181977.jpg", + "pubDate": "Tue, 07 Dec 2021 15:01:18 GMT", + "enclosure": "https://images.bfmtv.com/tqxImGMjCFy9GHgjyMoJWwGbTuU=/0x106:2048x1258/800x0/images/Sergio-Gomez-1183459.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53515,17 +54945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f09097daef72e06f8c8fd3af659fb1b" + "hash": "2a570e49a77184ba275510eba6631b6f" }, { - "title": "PSG: \"Messi m’a dit qu’il souffrait de jouer dans le froid et la neige\", révèle Suarez", - "description": "Ami et ex-partenaire de Lionel Messi au Barça, Luis Suarez échange quotidiennement avec la star du PSG. Le septuple Ballon d’Or lui a confié qu’il s’adaptait difficilement aux conditions météorologiques en France.

", - "content": "Ami et ex-partenaire de Lionel Messi au Barça, Luis Suarez échange quotidiennement avec la star du PSG. Le septuple Ballon d’Or lui a confié qu’il s’adaptait difficilement aux conditions météorologiques en France.

", + "title": "Juve: la remise en question de Rabiot", + "description": "Le milieu international français de la Juventus, Adrien Rabiot, a admis qu'il devait \"faire plus\" pour les Bianconeri, avec davantage de buts et de passes décisives, notamment pour faire taire les sifflets l'ayant visé récemment.

", + "content": "Le milieu international français de la Juventus, Adrien Rabiot, a admis qu'il devait \"faire plus\" pour les Bianconeri, avec davantage de buts et de passes décisives, notamment pour faire taire les sifflets l'ayant visé récemment.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-m-a-dit-qu-il-souffrait-de-jouer-dans-froid-et-la-neige-revele-suarez_AV-202112050084.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/juve-la-remise-en-question-de-rabiot_AD-202112070329.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 09:50:33 GMT", - "enclosure": "https://images.bfmtv.com/IUbjLbEqeTu4wR4Y1duPZQv1ut4=/0x0:2048x1152/800x0/images/Lionel-Messi-sous-la-neige-a-Saint-Etienne-1181963.jpg", + "pubDate": "Tue, 07 Dec 2021 14:48:46 GMT", + "enclosure": "https://images.bfmtv.com/PvUUpKvTX7FAEll6cC1QJqOXuLM=/0x62:1200x737/800x0/images/Adrien-Rabiot-1163315.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53535,17 +54965,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "542df3c4c628f9466b49b312d7618eb8" + "hash": "cd7df01e734bf879b550b70c67ff4efa" }, { - "title": "GP d'Arabie saoudite: le père de Verstappen pas tendre envers Hamilton", - "description": "Dans une interview accordée au Daily Mail, avant le Grand Prix d'Arabie saoudite programmé ce dimanche à Jeddah (départ 18h30), Jos Verstappen, le père de Max, en dit plus sur la rivalité entre son fils et Lewis Hamilton.

", - "content": "Dans une interview accordée au Daily Mail, avant le Grand Prix d'Arabie saoudite programmé ce dimanche à Jeddah (départ 18h30), Jos Verstappen, le père de Max, en dit plus sur la rivalité entre son fils et Lewis Hamilton.

", + "title": "PSG-Bruges: les Belges veulent faire un gros coup au Parc", + "description": "Avant d’affronter le Paris Saint-Germain, mardi soir au Parc des Princes, l’entraîneur de Bruges, Philippe Clement, a encore l’espoir de faire un gros coup, de prendre des points et d’être reversé en Europa League.

", + "content": "Avant d’affronter le Paris Saint-Germain, mardi soir au Parc des Princes, l’entraîneur de Bruges, Philippe Clement, a encore l’espoir de faire un gros coup, de prendre des points et d’être reversé en Europa League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-le-pere-de-verstappen-pas-tendre-envers-hamilton_AV-202112050075.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-les-belges-veulent-faire-un-gros-coup-au-parc_AV-202112070326.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 09:26:54 GMT", - "enclosure": "https://images.bfmtv.com/FxvInIBG0VgbsbZvMu8ZNFY-Kgw=/0x0:2048x1152/800x0/images/Max-VERSTAPPEN-et-son-pere-Jos-1181941.jpg", + "pubDate": "Tue, 07 Dec 2021 14:44:50 GMT", + "enclosure": "https://images.bfmtv.com/D9yAJsWIYfUxyZZj5MpBtp7Cdvk=/0x106:2048x1258/800x0/images/Philippe-Clement-entraineur-de-bruges-1183468.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53555,17 +54985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3187b617a3364ebdb6032400366b535" + "hash": "cfcef041a71c88914c0f93e53c106682" }, { - "title": "Boxe: Joshua prêt à combattre contre Yoka \"n'importe quand\"", - "description": "Dans un entretien exclusif accordé à RMC Sport qui sera diffusé en intégralité lundi, la star de la boxe, Anthony Joshua s’exprime sur Tony Yoka, son successeur comme champion olympique des poids lourds. Bonne nouvelle, le Britannique n’exclut pas à l’avenir un combat face au Français.

", - "content": "Dans un entretien exclusif accordé à RMC Sport qui sera diffusé en intégralité lundi, la star de la boxe, Anthony Joshua s’exprime sur Tony Yoka, son successeur comme champion olympique des poids lourds. Bonne nouvelle, le Britannique n’exclut pas à l’avenir un combat face au Français.

", + "title": "Affaire Pinot-Schmitt: Margaux Pinot raconte d’autres faits de violences d'Alain Schmitt", + "description": "Dans une interview à Paris Match, la judokate Margaux Pinot est revenue sur la nuit durant laquelle son compagnon, Alain Schmitt, l'aurait agressée, expliquant que ce n'était pas la première fois qu'il s'en prenait à elle physiquement.

", + "content": "Dans une interview à Paris Match, la judokate Margaux Pinot est revenue sur la nuit durant laquelle son compagnon, Alain Schmitt, l'aurait agressée, expliquant que ce n'était pas la première fois qu'il s'en prenait à elle physiquement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-joshua-pret-a-combattre-contre-yoka-n-importe-quand_AV-202112050059.html", + "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-margaux-pinot-raconte-d-autres-faits-de-violences-d-alain-schmitt_AV-202112070314.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 08:56:29 GMT", - "enclosure": "https://images.bfmtv.com/BqNSSIf7tUyiMv3rKL4S-Vrwi_U=/12x0:1596x891/800x0/images/Anthony-Joshua-1181935.jpg", + "pubDate": "Tue, 07 Dec 2021 14:06:37 GMT", + "enclosure": "https://images.bfmtv.com/L1I95mIwfvhAvqT2kbu6coeWsy0=/0x0:1200x675/800x0/images/Margaux-Pinot-1183442.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53575,17 +55005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f866d22388c055210374c88e7b6fd9b6" + "hash": "d761015d489d5784f86aadb328a3ee38" }, { - "title": "Dortmund-Bayern: le gros coup de gueule d'Haaland contre l'arbitre", - "description": "Passablement agacé après la défaite du Borussia Dortmund samedi face au Bayern (3-2) dans le choc de la 14e journée de Bundesliga, Erling Haaland a dénoncé \"un scandale\". En cause, entre autres, une action litigieuse qui aurait pu permettre au BvB de bénéficier d'un penalty.

", - "content": "Passablement agacé après la défaite du Borussia Dortmund samedi face au Bayern (3-2) dans le choc de la 14e journée de Bundesliga, Erling Haaland a dénoncé \"un scandale\". En cause, entre autres, une action litigieuse qui aurait pu permettre au BvB de bénéficier d'un penalty.

", + "title": "Dortmund-Bayern: Bellingham connaît sa sanction pour ses propos sur l’arbitre", + "description": "La défaite du Borussia Dortmund face au Bayern Munich (2-3) n’avait pas été bien prise par Jude Bellingham. À la fin de la rencontre, le milieu de terrain avait dénoncé l’arbitrage de Felix Zwayer. Ce mardi, l’Anglais a pris connaissance de la sanction la Fédération allemande de football.

", + "content": "La défaite du Borussia Dortmund face au Bayern Munich (2-3) n’avait pas été bien prise par Jude Bellingham. À la fin de la rencontre, le milieu de terrain avait dénoncé l’arbitrage de Felix Zwayer. Ce mardi, l’Anglais a pris connaissance de la sanction la Fédération allemande de football.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/dortmund-bayern-le-gros-coup-de-gueule-d-haaland-contre-l-arbitre_AV-202112050054.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/dortmund-bayern-bellingham-connait-sa-sanction-pour-ses-propos-sur-l-arbitre_AV-202112070306.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 08:44:37 GMT", - "enclosure": "https://images.bfmtv.com/V0VNnUYa8tCz7KvM4G1WQzaWFyQ=/0x40:2048x1192/800x0/images/Erling-HAALAND-1181926.jpg", + "pubDate": "Tue, 07 Dec 2021 13:46:38 GMT", + "enclosure": "https://images.bfmtv.com/q-alK_kHBwj_Nvt8Z2Hm8c2IAHA=/0x87:1200x762/800x0/images/Jude-Bellingham-1181783.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53595,17 +55025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b86520c2dc3bf891c594cbde0f03f97f" + "hash": "0a5681ac8e66d7d1d1cbc74224214e2e" }, { - "title": "Dortmund-Bayern en direct : Haaland en colère contre l'arbitrage", - "description": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", - "content": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", + "title": "PSG-Bruges: Mbappé un peu plus dans l'histoire de la Ligue des champions", + "description": "Kylian Mbappé a signé un doublé ce mardi soir lors du dernier match de poule du PSG en Ligue des champions face à Bruges (sur RMC Sport 1). L’attaquant tricolore est devenu le plus jeune joueur à atteindre la barre des 30 buts dans la prestigieuse compétition.

", + "content": "Kylian Mbappé a signé un doublé ce mardi soir lors du dernier match de poule du PSG en Ligue des champions face à Bruges (sur RMC Sport 1). L’attaquant tricolore est devenu le plus jeune joueur à atteindre la barre des 30 buts dans la prestigieuse compétition.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-mbappe-un-peu-plus-dans-l-histoire-de-la-ligue-des-champions_AV-202112070386.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:57:00 GMT", - "enclosure": "https://images.bfmtv.com/7Z_ewWmr3762wQuJnSV-MClFYWc=/0x11:2048x1163/800x0/images/Erling-Haaland-celebre-avec-Dortmund-1181713.jpg", + "pubDate": "Tue, 07 Dec 2021 18:52:48 GMT", + "enclosure": "https://images.bfmtv.com/O_ChEYYD7eTfC4SrVVtVGGjJYp8=/0x131:2048x1283/800x0/images/Kylian-Mbappe-contre-Bruges-1183550.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53615,17 +55045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be6d6295263ebb02b24a703d471ef37b" + "hash": "acc4297a793283e841423461bc2a83a0" }, { - "title": "Bordeaux-OL: sur quelle chaîne et à quelle heure regarder le match de Ligue 1", - "description": "En grande difficulté au classement, les Girondins de Bordeaux accueillent ce dimanche soir l'OL (20h45) en clôture de la 17e journée de Ligue 1. Un match à suivre sur Amazon Prime Vidéo et à la radio sur RMC.

", - "content": "En grande difficulté au classement, les Girondins de Bordeaux accueillent ce dimanche soir l'OL (20h45) en clôture de la 17e journée de Ligue 1. Un match à suivre sur Amazon Prime Vidéo et à la radio sur RMC.

", + "title": "PSG-Bruges en direct: Mbappé s'offre un nouveau record en Ligue des champions", + "description": "Assuré des huitièmes de finale et de la deuxième place, le PSG accueille Bruges, mardi (18h45, sur RMC Sport 1), à l'occasion de la 6e et dernière journée de la phase de groupes de la Ligue des champions. Un duel qu'il n'a pas intérêt à prendre à la légère.

", + "content": "Assuré des huitièmes de finale et de la deuxième place, le PSG accueille Bruges, mardi (18h45, sur RMC Sport 1), à l'occasion de la 6e et dernière journée de la phase de groupes de la Ligue des champions. Un duel qu'il n'a pas intérêt à prendre à la légère.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-ol-sur-quelle-chaine-et-a-quelle-heure-regarder-le-match-de-ligue-1_AV-202112050044.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 08:09:02 GMT", - "enclosure": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.jpg", + "pubDate": "Tue, 07 Dec 2021 09:58:59 GMT", + "enclosure": "https://images.bfmtv.com/7_Giz3HEviK-9jqjA0PHjQTm6fU=/0x106:2048x1258/800x0/images/PSG-1183551.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53635,17 +55065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f63be81be43409e5e06bb47134d7419c" + "hash": "bcf7da7a69eb4a0e997a15078481c7b4" }, { - "title": "Lens-PSG: la stat qui montre que les Parisiens finissent (presque) toujours par s’en sortir", - "description": "Comme souvent cette saison, le PSG a été mené au score à Lens avant d’arracher le match nul 1-1 en fin de rencontre samedi lors de la 17eme journée de Ligue 1. Une mauvaise habitude qui rapporte quand même des points.

", - "content": "Comme souvent cette saison, le PSG a été mené au score à Lens avant d’arracher le match nul 1-1 en fin de rencontre samedi lors de la 17eme journée de Ligue 1. Une mauvaise habitude qui rapporte quand même des points.

", + "title": "Ligue des champions: Real, Atlético, AC Milan… le multiplex en direct", + "description": "Sixième et dernière journée de Ligue des champions ce mardi, à suivre en direct commenté sur le site de RMC Sport. Le groupe B sera particulièrement intéressant à suivre avec une lutte à trois pour la deuxième place qualificative entre Porto, l’Atlético de Madrid et l’AC Milan. A vivre aussi l’affiche entre le Real Madrid et l’Inter Milan.

", + "content": "Sixième et dernière journée de Ligue des champions ce mardi, à suivre en direct commenté sur le site de RMC Sport. Le groupe B sera particulièrement intéressant à suivre avec une lutte à trois pour la deuxième place qualificative entre Porto, l’Atlético de Madrid et l’AC Milan. A vivre aussi l’affiche entre le Real Madrid et l’Inter Milan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-psg-la-stat-qui-montre-que-les-parisiens-finissent-presque-toujours-par-s-en-sortir_AV-202112050043.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-real-atletico-ac-milan-le-multiplex-en-direct_LS-202112070316.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 07:50:51 GMT", - "enclosure": "https://images.bfmtv.com/n9LFV6kvMf9qVKT9dUXL7lz2VJE=/0x106:2048x1258/800x0/images/La-joie-des-joueurs-parisiens-a-Lens-1181918.jpg", + "pubDate": "Tue, 07 Dec 2021 14:17:22 GMT", + "enclosure": "https://images.bfmtv.com/cR52yrckFfNepA5QX6tj35em-nY=/0x36:2048x1188/800x0/images/Vinicius-Jr-1177356.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53655,17 +55085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b2400c09fe5a6467e1e075ddcfcd6cc" + "hash": "3024aab1f0849228867db5c4743952cd" }, { - "title": "Bordeaux: Lopez met la pression sur les joueurs et conforte Petkovic", - "description": "Dans un entretien à L'Equipe, avant un rendez-vous important contre l'OL ce dimanche (20h45), Gérard Lopez, qui conforte Vladimir Petkovic, assure avoir confiance en son équipe pour redresser la barre. Mais le président des Girondins attend beaucoup plus de la part de ses joueurs, actuels 18es de Ligue 1. Il vise notamment certains cadres.

", - "content": "Dans un entretien à L'Equipe, avant un rendez-vous important contre l'OL ce dimanche (20h45), Gérard Lopez, qui conforte Vladimir Petkovic, assure avoir confiance en son équipe pour redresser la barre. Mais le président des Girondins attend beaucoup plus de la part de ses joueurs, actuels 18es de Ligue 1. Il vise notamment certains cadres.

", + "title": "Champions Cup: forfait des Scarlets contre Bristol à cause des mesures anti-Covid", + "description": "L'équipe galloise des Scarlets, dont 32 joueurs et membres du staff sont en quarantaine dans le cadre des mesures anti-Covid, a déclaré forfait pour son match de Coupe d'Europe de rugby, prévu samedi à Bristol, a annoncé mardi l'EPCR.

", + "content": "L'équipe galloise des Scarlets, dont 32 joueurs et membres du staff sont en quarantaine dans le cadre des mesures anti-Covid, a déclaré forfait pour son match de Coupe d'Europe de rugby, prévu samedi à Bristol, a annoncé mardi l'EPCR.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-lopez-met-la-pression-sur-costil-et-koscielny_AV-202112050041.html", + "link": "https://rmcsport.bfmtv.com/football/champions-cup-forfait-des-scarlets-contre-bristol-a-cause-des-mesures-anti-covid_AD-202112070299.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 07:35:15 GMT", - "enclosure": "https://images.bfmtv.com/f927sWTglf92PioJHKKA4xJtmfk=/0x0:2048x1152/800x0/images/Gerard-Lopez-1174569.jpg", + "pubDate": "Tue, 07 Dec 2021 13:23:12 GMT", + "enclosure": "https://images.bfmtv.com/QcvBcsVY3xv4CncEuo1CEYQYv1E=/0x40:768x472/800x0/images/Les-joueurs-des-Scarlets-ici-avant-le-match-contre-Toulon-en-Coupe-d-Europe-a-Llannelli-le-18-decembre-2020-sont-forfait-contre-Bristol-1183403.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53675,17 +55105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f480fed40c922b6afd2eaf63ce62f3c9" + "hash": "32c627c1dc4f0114762ffe847eb6dd5a" }, { - "title": "Monaco-Metz: Boadu, enfin libéré?", - "description": "Recruté pour 17 millions d’euros cet été, l’international espoir néerlandais Myron Boadu (14 sélections, 11 buts) a débloqué son compteur en Ligue 1 sur la pelouse d’Angers mercredi. Un but qui pourrait enfin lancer son aventure avec le club de la Principauté.

", - "content": "Recruté pour 17 millions d’euros cet été, l’international espoir néerlandais Myron Boadu (14 sélections, 11 buts) a débloqué son compteur en Ligue 1 sur la pelouse d’Angers mercredi. Un but qui pourrait enfin lancer son aventure avec le club de la Principauté.

", + "title": "Barça: \"Selon le Real Madrid, je n’avais pas le niveau\", s’amuse Pedri", + "description": "Dans une interview accordée à France Football, Pedri revient sur un test effectué au Real Madrid il y a quatre ans. Le milieu de terrain du Barça, qui a reçu le trophée Kopa 2021, avait été jugé peu convaincant par le club merengue.

", + "content": "Dans une interview accordée à France Football, Pedri revient sur un test effectué au Real Madrid il y a quatre ans. Le milieu de terrain du Barça, qui a reçu le trophée Kopa 2021, avait été jugé peu convaincant par le club merengue.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-metz-boadu-enfin-libere_AV-202112050013.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-selon-le-real-madrid-je-n-avais-pas-le-niveau-s-amuse-pedri_AV-202112070291.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 07:00:00 GMT", - "enclosure": "https://images.bfmtv.com/BgT12hoO1K8EVL9vzBzzCUhpjYA=/0x36:2048x1188/800x0/images/Myron-Boadu-AS-Monaco-1181813.jpg", + "pubDate": "Tue, 07 Dec 2021 13:03:28 GMT", + "enclosure": "https://images.bfmtv.com/--wDVIMj1TatPyL4pUynQ9gctcc=/0x33:2048x1185/800x0/images/Pedri-FC-Barcelone-1175291.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53695,17 +55125,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93cad69c6ac864ea3f6ae0194a0afbbb" + "hash": "574be31dc4e8a6c435fd89591ef7a0f6" }, { - "title": "ASSE-Rennes en direct: les Rennais dominent les débats", - "description": "Suivez en direct et en intégralité sur notre site la rencontre ASSE-Rennes, comptant pour la 17e journée de Ligue 1. Le coup d'envoi est prévu à 13h.

", - "content": "Suivez en direct et en intégralité sur notre site la rencontre ASSE-Rennes, comptant pour la 17e journée de Ligue 1. Le coup d'envoi est prévu à 13h.

", + "title": "Mercato: Icardi veut rester au PSG cet hiver", + "description": "INFO RMC SPORT – En contrat jusqu’en juin 2024, Mauro Icardi n’a aucune intention de quitter le PSG cet hiver selon son entourage. Seule une éventuelle volonté du club parisien de le voir quitter la capitale pourrait l’amener à réfléchir à cette éventualité.

", + "content": "INFO RMC SPORT – En contrat jusqu’en juin 2024, Mauro Icardi n’a aucune intention de quitter le PSG cet hiver selon son entourage. Seule une éventuelle volonté du club parisien de le voir quitter la capitale pourrait l’amener à réfléchir à cette éventualité.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-rennes-en-direct-les-rennais-peuvent-reprendre-la-deuxieme-place_LS-202112050118.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-icardi-veut-rester-au-psg-cet-hiver_AN-202112070289.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 11:01:45 GMT", - "enclosure": "https://images.bfmtv.com/jZu-FbNfY8IVvinQGOQkXgv8IoU=/7x107:1991x1223/800x0/images/Gaetan-Laborde-Rennes-1178750.jpg", + "pubDate": "Tue, 07 Dec 2021 12:55:53 GMT", + "enclosure": "https://images.bfmtv.com/0FOhT_nomSNYIysvj9-KhSHZL10=/0x106:2000x1231/800x0/images/Pochettino-Icardi-1152737.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53715,17 +55145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d7e44833ae34694dbda3512f55ad8e0" + "hash": "5792c291704d9f65945a7d0ab2df3587" }, { - "title": "Biathlon en direct: les Bleues dans le coup pour le podium au relais", - "description": "Au lendemain du doublé d'Anaïs Bescond et d'Anaïs Chevalier-Bouchet en poursuite samedi à Östersund (Suède), lors de la Coupe du monde de biathlon, les Bleues espèrent encore décrocher un podium en relais ce dimanche (12h35). Cet après-midi, à 15h15, les hommes tenteront de briller aussi à la poursuite.

", - "content": "Au lendemain du doublé d'Anaïs Bescond et d'Anaïs Chevalier-Bouchet en poursuite samedi à Östersund (Suède), lors de la Coupe du monde de biathlon, les Bleues espèrent encore décrocher un podium en relais ce dimanche (12h35). Cet après-midi, à 15h15, les hommes tenteront de briller aussi à la poursuite.

", + "title": "Coupe de France: la joie et le soulagement de l’AS Cannet-Rocheville, qui jouera l’OM au Vélodrome", + "description": "Joueurs et dirigeants de l’AS Cannet-Rocheville nagent dans le bonheur depuis qu’ils ont la certitude de pouvoir jouer le 32e de finale face à l’OM au Vélodrome.

", + "content": "Joueurs et dirigeants de l’AS Cannet-Rocheville nagent dans le bonheur depuis qu’ils ont la certitude de pouvoir jouer le 32e de finale face à l’OM au Vélodrome.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-en-direct-les-bleues-visent-encore-un-podium-au-relais_LN-202112050117.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-la-joie-et-le-soulagement-de-l-as-cannet-rocheville-qui-jouera-l-om-au-velodrome_AV-202112070286.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 10:58:41 GMT", - "enclosure": "https://images.bfmtv.com/zUFYf0AwJkA-g4QUVN4yUyiGmsg=/0x0:2048x1152/800x0/images/Anais-Bescond-2e-de-la-poursuite-1181513.jpg", + "pubDate": "Tue, 07 Dec 2021 12:51:28 GMT", + "enclosure": "https://images.bfmtv.com/VFzpxMKJEeVYvhWmPu56ZT_ISvM=/0x24:1200x699/800x0/images/-955606.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53735,17 +55165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2017226c994f7b54f19664778f76e390" + "hash": "cab07c6ae8e2af38eba6c94fe92b6231" }, { - "title": "Ligue 1 : suivez le multiplex de la 17e journée en direct", - "description": "La 17e journée de Ligue 1 se poursuit ce dimanche avec le multiplex (coup d'envoi à 15 heures). Suivez les rencontres Lorient-Nantes, Monaco-Metz, Montpellier-Clermont et Reims-Angers en intégralité dans notre live.

", - "content": "La 17e journée de Ligue 1 se poursuit ce dimanche avec le multiplex (coup d'envoi à 15 heures). Suivez les rencontres Lorient-Nantes, Monaco-Metz, Montpellier-Clermont et Reims-Angers en intégralité dans notre live.

", + "title": "Saint-Etienne: Puel, ça pourrait coûter très cher", + "description": "L’éviction de Claude Puel de son poste à Saint-Etienne va coûter cher au club même si les dirigeants préparaient cette issue depuis plusieurs semaines. Et l’ancien manager n’est pas du genre à négocier.

", + "content": "L’éviction de Claude Puel de son poste à Saint-Etienne va coûter cher au club même si les dirigeants préparaient cette issue depuis plusieurs semaines. Et l’ancien manager n’est pas du genre à négocier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-le-multiplex-de-la-17e-journee-en-direct_LS-202112050106.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-le-possible-cout-tres-eleve-de-l-eviction-de-claude-puel_AV-202112070285.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 10:44:05 GMT", - "enclosure": "https://images.bfmtv.com/gW3OE2MJsNqX5Q_BiFj5mMO2t4g=/7x107:1991x1223/800x0/images/Wissam-Ben-Yedder-Monaco-1128594.jpg", + "pubDate": "Tue, 07 Dec 2021 12:49:20 GMT", + "enclosure": "https://images.bfmtv.com/Oz0v1_InO8AwRKRav1-6lbt9NHk=/6x167:2038x1310/800x0/images/Claude-Puel-1183413.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53755,17 +55185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4e0239c6b931766cca651c792b524dc" + "hash": "db1801993885cb5f72f80cf71d689555" }, { - "title": "UFC: Aldo trop fort pour Font, le gros KO de Fiziev", - "description": "Le Brésilien José Aldo s’est imposé face à Rob Font sur décision unanime samedi lors du main event de l’UFC Vegas 44. La magnifique soirée de MMA a également été marquée par le KO magistral de Rafael Fiziev sur Brad Riddell.

", - "content": "Le Brésilien José Aldo s’est imposé face à Rob Font sur décision unanime samedi lors du main event de l’UFC Vegas 44. La magnifique soirée de MMA a également été marquée par le KO magistral de Rafael Fiziev sur Brad Riddell.

", + "title": "Premier League: Saint-Maximin a offert une montre d'une grande valeur à un fan de Newcastle", + "description": "Titulaire indiscutable à Newcastle, Allan Saint-Maximin est depuis son arrivée, en 2019, un joueur grandement apprécié par les supporters. Pour le remercier de son affection fidèle au club, le joueur français a même offert à un fan une montre estimée à plus de 2000 euros.

", + "content": "Titulaire indiscutable à Newcastle, Allan Saint-Maximin est depuis son arrivée, en 2019, un joueur grandement apprécié par les supporters. Pour le remercier de son affection fidèle au club, le joueur français a même offert à un fan une montre estimée à plus de 2000 euros.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-aldo-trop-fort-pour-font-le-gros-ko-de-fiziev_AN-202112050031.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-saint-maximin-a-offert-une-montre-d-une-grande-valeur-a-un-fan-de-newcastle_AV-202112070281.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 06:59:43 GMT", - "enclosure": "https://images.bfmtv.com/VNJ7cJClas7tMwjaKTXf02Fjom0=/3x8:1059x602/800x0/images/Le-KO-magique-Rafael-Fiziev-1181894.jpg", + "pubDate": "Tue, 07 Dec 2021 12:35:23 GMT", + "enclosure": "https://images.bfmtv.com/nUkeHcmaDsFJGKOeDMu3cRVnFbM=/0x0:1200x675/800x0/images/Allan-Saint-Maximin-1157533.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53775,17 +55205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "774e76dcfef92953c24d05c7ace7dade" + "hash": "f3426de37d3c6c8ef76a0651aa773208" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 5 décembre – Ligue 1", - "description": "Notre pronostic : Monaco bat Metz par au moins deux buts d’écart (1.92)

", - "content": "Notre pronostic : Monaco bat Metz par au moins deux buts d’écart (1.92)

", + "title": "Les grandes interviews RMC Sport: le sacre de la Coupe du monde 2018 avec Guy Stéphan", + "description": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Retour ce mardi sur l’invitation de Guy Stéphan, adjoint de Didier Deschamps en équipe de France, dans l’émission Le Vestiaire quelques semaines après le sacre mondial en 2018.

", + "content": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Retour ce mardi sur l’invitation de Guy Stéphan, adjoint de Didier Deschamps en équipe de France, dans l’émission Le Vestiaire quelques semaines après le sacre mondial en 2018.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-5-decembre-ligue-1_AN-202112040215.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/les-grandes-interviews-rmc-sport-le-sacre-de-la-coupe-du-monde-2018-avec-guy-stephan_AV-202112070276.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 23:06:00 GMT", - "enclosure": "https://images.bfmtv.com/H-mFsjKvJOJB6KR9Nq-VLrz3BJY=/1x0:2001x1125/800x0/images/Monaco-1181628.jpg", + "pubDate": "Tue, 07 Dec 2021 12:19:14 GMT", + "enclosure": "https://images.bfmtv.com/N1L19F3NMu-hfyuDcgqOJdRUYco=/0x36:2048x1188/800x0/images/Guy-Stephan-1183376.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53795,17 +55225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c9900fad6dda8f81bfc3bf1cf25cdf5" + "hash": "c11af1f128fb982a2218d726d1e698aa" }, { - "title": "Lens-PSG: Pochettino admet que ce n’était \"pas la meilleure soirée\" des Parisiens", - "description": "Mauricio Pochettino, l'entraîneur du PSG, a bien été obligé de reconnaître que son équipe avait souffert à Bollaert-Delelis pour obtenir le minimum attendu pour cette équipe, face à Lens (1-1), à savoir un point.

", - "content": "Mauricio Pochettino, l'entraîneur du PSG, a bien été obligé de reconnaître que son équipe avait souffert à Bollaert-Delelis pour obtenir le minimum attendu pour cette équipe, face à Lens (1-1), à savoir un point.

", + "title": "Ligue des champions en direct: le groupe du PSG avec Kimpembe", + "description": "Dernier match de poule de Ligue des champions pour le PSG face à Bruges. les Parisiens sont assurés de terminer à la deuxième place de leur poule mais doivent rassurer sur leur jeu. Coup d'envoi à 18h45 sur RMC Sport.

", + "content": "Dernier match de poule de Ligue des champions pour le PSG face à Bruges. les Parisiens sont assurés de terminer à la deuxième place de leur poule mais doivent rassurer sur leur jeu. Coup d'envoi à 18h45 sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-psg-pochettino-admet-que-ce-n-etait-pas-la-meilleure-soiree-des-parisiens_AV-202112040317.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/ligue-des-champions-en-direct-psg-bruges-pour-bien-finir_LS-202112070193.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 23:05:25 GMT", - "enclosure": "https://images.bfmtv.com/OkxVy7-9k73U51C8jQEGZIR4W4k=/0x4:1200x679/800x0/images/Mauricio-Pochettino-1181815.jpg", + "pubDate": "Tue, 07 Dec 2021 09:58:59 GMT", + "enclosure": "https://images.bfmtv.com/vBuHDJwAAt6xYsczaIt0A9uxgX8=/14x219:2046x1362/800x0/images/Bruges-PSG-le-15-09-2021-1130432.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53815,37 +55245,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecd708292252073f28cc82128cddc110" + "hash": "6116d609e2c94230b872fd38de8072fc" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 5 décembre – Ligue 1", - "description": "Notre pronostic : pas de vainqueur entre Reims et Angers (2.95)

", - "content": "Notre pronostic : pas de vainqueur entre Reims et Angers (2.95)

", + "title": "F1: le père de Verstappen fait monter la pression autour de la crainte d'un accrochage avec Hamilton", + "description": "Le père de Max Verstappen a indiqué que son fils fera tout ce qui est en son pouvoir pour remporter la victoire, alors qu’un accident entre le Néerlandais et Lewis Hamilton est redouté par la FIA.

", + "content": "Le père de Max Verstappen a indiqué que son fils fera tout ce qui est en son pouvoir pour remporter la victoire, alors qu’un accident entre le Néerlandais et Lewis Hamilton est redouté par la FIA.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-5-decembre-ligue-1_AN-202112040212.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-le-pere-de-verstappen-fait-monter-la-pression-autour-de-la-crainte-d-un-accrochage-avec-hamilton_AV-202112070191.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/vnB3u4aKKI6qTGSJQY3sWvVWEmc=/0x104:1984x1220/800x0/images/H-Ekitike-1181626.jpg", + "pubDate": "Tue, 07 Dec 2021 09:56:30 GMT", + "enclosure": "https://images.bfmtv.com/9av2vLrwxvsKYdCAxEUlzGthMDA=/0x0:1200x675/800x0/images/Jos-Verstappen-et-Max-Verstappen-1183276.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "1fd18960f8fedda2db87c4613beda2e1" + "hash": "b664b91005b2648a5fc706e38804fa46" }, { - "title": "PRONOS PARIS RMC Le pari de folie du 5 décembre – Ligue 1", - "description": "Notre pronostic : match nul entre Bordeaux et Lyon (4.40)

", - "content": "Notre pronostic : match nul entre Bordeaux et Lyon (4.40)

", + "title": "Affaire Hamraoui en direct: Diallo et Hamraoui, les retrouvailles à l'entraînement collectif", + "description": "La joueuse du PSG et de l'équipe de France, Kheira Hamraoui, a été violemment agressée le 4 novembre dernier. Une affaire qui avait conduit au placement en garde à vue de sa coéquipière Aminata Diallo, et à une demande de divorce de la part de l'épouse d'Eric Abidal. Suivez les dernières informations sur ce dossier et l'évolution de l'enquête sur RMC Sport.

", + "content": "La joueuse du PSG et de l'équipe de France, Kheira Hamraoui, a été violemment agressée le 4 novembre dernier. Une affaire qui avait conduit au placement en garde à vue de sa coéquipière Aminata Diallo, et à une demande de divorce de la part de l'épouse d'Eric Abidal. Suivez les dernières informations sur ce dossier et l'évolution de l'enquête sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/football/pronos-paris-rmc-le-pari-de-folie-du-5-decembre-ligue-1_AN-202112040209.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/affaire-hamraoui-en-direct-les-dernieres-infos-un-mois-apres-l-agression_LN-202112030167.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/hFqz_9VPSjSNKVpzbdGhPZ95Sq0=/0x131:1984x1247/800x0/images/J-Boateng-1181624.jpg", + "pubDate": "Fri, 03 Dec 2021 09:08:41 GMT", + "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53855,17 +55285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffca5af2bbe499e9d4259e3eb4b26ab7" + "hash": "15d743b7bd1c2272a12b95bb33791ba4" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 5 décembre – Ligue 1", - "description": "Notre pronostic : Montpellier ne perd pas face à Clermont (1.35)

", - "content": "Notre pronostic : Montpellier ne perd pas face à Clermont (1.35)

", + "title": "PSG: Hamraoui et Diallo, les retrouvailles avec le groupe ce mardi", + "description": "Didier Ollé-Nicolle, l'entraîneur de l’équipe féminine du PSG, a annoncé le retour de Kheira Hamraoui et Aminata Diallo avec le groupe, ce mardi, un mois après l’agression subie par la première nommée sous les yeux de la seconde.

", + "content": "Didier Ollé-Nicolle, l'entraîneur de l’équipe féminine du PSG, a annoncé le retour de Kheira Hamraoui et Aminata Diallo avec le groupe, ce mardi, un mois après l’agression subie par la première nommée sous les yeux de la seconde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-5-decembre-ligue-1_AN-202112040207.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/psg-hamraoui-et-diallo-les-retrouvailles-avec-le-groupe-ce-mardi_AV-202112070175.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/QXKGkKfWQ-sSu21-e-OCS8tapxo=/0x208:1984x1324/800x0/images/Montpellier-1181621.jpg", + "pubDate": "Tue, 07 Dec 2021 09:14:16 GMT", + "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53875,17 +55305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8b63611daf527ae71ec14be3784c2b3" + "hash": "c589bb21edc2d42bcc6e17de3953fbdf" }, { - "title": "PRONOS PARIS RMC Le pari à domicile du 5 décembre – Ligue 1", - "description": "Notre pronostic : Nice bat Strasbourg (1.83)

", - "content": "Notre pronostic : Nice bat Strasbourg (1.83)

", + "title": "PSG: la photo de Zidane à Paris qui fait beaucoup parler", + "description": "Youri Djorkaeff a posté lundi soir une photo prise à Paris en compagnie de certains champions du monde 1998, dont Zinédine Zidane. Un cliché particulièrement remarqué à l’heure où le nom de \"Zizou\" circule dans la sphère du PSG.

", + "content": "Youri Djorkaeff a posté lundi soir une photo prise à Paris en compagnie de certains champions du monde 1998, dont Zinédine Zidane. Un cliché particulièrement remarqué à l’heure où le nom de \"Zizou\" circule dans la sphère du PSG.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-5-decembre-ligue-1_AN-202112040199.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-la-photo-de-zidane-a-paris-qui-fait-beaucoup-parler_AV-202112070171.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/EULVGiBXDoaMCKw5qwK0UqLexpM=/7x108:1991x1224/800x0/images/Nice-1181608.jpg", + "pubDate": "Tue, 07 Dec 2021 09:03:48 GMT", + "enclosure": "https://images.bfmtv.com/I3Sb4DIYuErlJx-F4h3ZkwpqMX4=/0x22:2048x1174/800x0/images/Zinedine-Zidane-1175362.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53895,17 +55325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7a2b4e50ac6729990ef3c45fd52e8c0" + "hash": "0c06068633f2a4fcffee147254f81328" }, { - "title": "PRONOS PARIS RMC Le pari à l’extérieur du 5 décembre – Ligue 1", - "description": "Notre pronostic : Rennes s’impose à Saint-Etienne (1.80)

", - "content": "Notre pronostic : Rennes s’impose à Saint-Etienne (1.80)

", + "title": "OM: Milik, Kamara, Guendouzi... Longoria en dit plus sur les dossiers chauds du mercato", + "description": "Pablo Longoria, président de l'OM, dont il fut auparavant le directeur sportif, a évoqué dans une interview à L'Equipe toutes les négociations en cours concernant les joueurs prêtés à l'OM cette saison. Il est aussi question de Boubacar Kamara, un dossier complexe.

", + "content": "Pablo Longoria, président de l'OM, dont il fut auparavant le directeur sportif, a évoqué dans une interview à L'Equipe toutes les négociations en cours concernant les joueurs prêtés à l'OM cette saison. Il est aussi question de Boubacar Kamara, un dossier complexe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-5-decembre-ligue-1_AN-202112040198.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-milik-kamara-guendouzi-longoria-en-dit-plus-sur-les-dossiers-chauds-du-mercato_AV-202112070164.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/edcET7xhE9qVGOkF1di_qWOus4g=/0x66:2000x1191/800x0/images/Rennes-1181603.jpg", + "pubDate": "Tue, 07 Dec 2021 08:55:25 GMT", + "enclosure": "https://images.bfmtv.com/kR2YAnKepwQGUK3cwCgBeIO5WsU=/0x22:2048x1174/800x0/images/Arkadiusz-MILIK-1160235.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53915,17 +55345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5735f253520a57065c208945f3ac61e5" + "hash": "bdb87a2889b7747be966192e1037933d" }, { - "title": "PRONOS PARIS RMC Le buteur du jour du 5 décembre – Ligue 1", - "description": "Notre pronostic : Ludovic Blas (Nantes) marque à Lorient (3.55)

", - "content": "Notre pronostic : Ludovic Blas (Nantes) marque à Lorient (3.55)

", + "title": "Ligue des champions: la nomination d’Aytekin pour un rival du Barça interpelle la presse madrilène", + "description": "La nomination de l’arbitre allemand Deniz Aytekin pour la rencontre entre le Benfica et le Dinamo Kiev, ce mardi (21h) en Ligue des champions amuse la presse madrilène qui rappelle son passif avec le Barça, en lutte à distance avec le Benfica pour la qualification pour les huitièmes.

", + "content": "La nomination de l’arbitre allemand Deniz Aytekin pour la rencontre entre le Benfica et le Dinamo Kiev, ce mardi (21h) en Ligue des champions amuse la presse madrilène qui rappelle son passif avec le Barça, en lutte à distance avec le Benfica pour la qualification pour les huitièmes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-5-decembre-ligue-1_AN-202112040195.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-la-nomination-d-aytekin-pour-un-rival-du-barca-interpelle-la-presse-madrilene_AV-202112070162.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/mfBfIC03pOGLE4wwOTlpyrV2bKM=/0x0:1984x1116/800x0/images/L-Blas-1181598.jpg", + "pubDate": "Tue, 07 Dec 2021 08:51:59 GMT", + "enclosure": "https://images.bfmtv.com/FZvOEmHETNVri4I1g_ff3txip5A=/0x55:2048x1207/800x0/images/Deniz-Aytekin-1183243.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53935,17 +55365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "898852683c1e1149b9fc1f14be2b2538" + "hash": "5f2e37bc03f5307464ad3d1162e9a597" }, { - "title": "Top 14: le choc pour l'UBB face à Toulouse", - "description": "L'UBB, qui restait sur quatre défaites face à son adversaire du soir, a battu le Stade Toulousain ce samedi (17-7), dans le choc de la 12e journée de Top 14. Les Bordelais prennent la tête du classement.

", - "content": "L'UBB, qui restait sur quatre défaites face à son adversaire du soir, a battu le Stade Toulousain ce samedi (17-7), dans le choc de la 12e journée de Top 14. Les Bordelais prennent la tête du classement.

", + "title": "JO 2022 de Pékin: la colère de la Chine après le boycott diplomatique des Etats-Unis", + "description": "La Chine a exprimé sa colère mardi après l'annonce par les Etats-Unis d'un \"boycott diplomatique\" des Jeux olympiques d'hiver 2022 de Pékin au nom de la défense des droits de l'Homme.

", + "content": "La Chine a exprimé sa colère mardi après l'annonce par les Etats-Unis d'un \"boycott diplomatique\" des Jeux olympiques d'hiver 2022 de Pékin au nom de la défense des droits de l'Homme.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-le-choc-pour-l-ubb-face-a-toulouse_AD-202112040308.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-2022-de-pekin-la-colere-de-la-chine-apres-le-boycott-diplomatique-des-etats-unis_AD-202112070155.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 22:39:42 GMT", - "enclosure": "https://images.bfmtv.com/3N1Jqri3TghseuuPSn1QdDeeff8=/0x106:2048x1258/800x0/images/Le-choc-entre-Bordeaux-et-Toulouse-a-tourne-en-faveur-de-l-UBB-1181795.jpg", + "pubDate": "Tue, 07 Dec 2021 08:35:41 GMT", + "enclosure": "https://images.bfmtv.com/OUWnt6k3Hvr2Ew1zq4JTglcaWvg=/0x32:768x464/800x0/images/Les-Etats-Unis-n-enverront-aucun-representant-diplomatique-aux-Jeux-olympiques-et-paralympiques-d-hiver-de-Pekin-de-2022-1182975.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53955,37 +55385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4779fddb9482064474600977dd229279" - }, - { - "title": "Dortmund-Bayern: Bellingham s’en prend à l’arbitre, \"qui a déjà truqué un match\"", - "description": "Alors qu’il dénonçait le penalty accordé au Bayern Munich en fin de match, Jude Bellingham a rappelé le passif de l’arbitre à l’origine de la décision, entaché d’un passif de corruption.

", - "content": "Alors qu’il dénonçait le penalty accordé au Bayern Munich en fin de match, Jude Bellingham a rappelé le passif de l’arbitre à l’origine de la décision, entaché d’un passif de corruption.

", - "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/dortmund-bayern-bellingham-s-en-prend-a-l-arbitre-qui-a-deja-truque-un-match_AV-202112040307.html", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 22:35:48 GMT", - "enclosure": "https://images.bfmtv.com/q-alK_kHBwj_Nvt8Z2Hm8c2IAHA=/0x87:1200x762/800x0/images/Jude-Bellingham-1181783.jpg", - "enclosureType": "image/jpg", - "image": "", - "language": "fr", - "folder": "00.03 News/Sport - FR", - "feed": "RMC Sport", - "read": true, - "favorite": false, - "created": false, - "tags": [], - "hash": "9bdd95a2fb5681161896dc141ae6e83d" + "hash": "a704f8ea20c796e6fe390d37fab63c20" }, { - "title": "Lens-PSG: la jolie déclaration d'amour de Verratti aux Lensois", - "description": "Le milieu de terrain parisien Marco Verratti a rendu hommage à la prestation du RC Lens, pas loin de surprendre le PSG (1-1), leader de Ligue 1. Et a souligné les ressources mentales de sa propre équipe, revenue en fin de match pour accrocher le point du match nul au terme d’une nouvelle prestation décevante.

", - "content": "Le milieu de terrain parisien Marco Verratti a rendu hommage à la prestation du RC Lens, pas loin de surprendre le PSG (1-1), leader de Ligue 1. Et a souligné les ressources mentales de sa propre équipe, revenue en fin de match pour accrocher le point du match nul au terme d’une nouvelle prestation décevante.

", + "title": "PSG-Bruges: \"Leonardo ne voulait pas me vendre\", assure Nsoki", + "description": "Dans une interview accordée au Parisien, en marge de la réception de Bruges au Parc des Princes (18h45), en Ligue des champions, l’ancien défenseur du PSG, Stanley Nsoki, est revenu sur ses années parisiennes, et notamment les raisons de son départ à l’été 2019.

", + "content": "Dans une interview accordée au Parisien, en marge de la réception de Bruges au Parc des Princes (18h45), en Ligue des champions, l’ancien défenseur du PSG, Stanley Nsoki, est revenu sur ses années parisiennes, et notamment les raisons de son départ à l’été 2019.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-psg-fan-des-lensois-verratti-veut-retenir-le-caractere-des-parisiens_AV-202112040306.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-leonardo-ne-voulait-pas-me-vendre-assure-nsoki_AV-202112070149.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 22:31:40 GMT", - "enclosure": "https://images.bfmtv.com/s0qYCPWpHr_RgFYNcflQjskdmQU=/0x37:1200x712/800x0/images/Marco-Verratti-1181791.jpg", + "pubDate": "Tue, 07 Dec 2021 08:28:18 GMT", + "enclosure": "https://images.bfmtv.com/RlrOUgeugOrklaFZVJi5Hs5CHhQ=/0x0:1200x675/800x0/images/Stanley-Nsoki-1183229.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -53995,17 +55405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee072335b15586943e100005836b24de" + "hash": "87ebb99bc0b23ded445931660c7bcbc4" }, { - "title": "Lens-PSG en direct: Lensois et Parisiens dos à dos, Verratti salue la prestation des Nordistes", - "description": "Le choc de la 17e journée de Ligue 1 a tenu ses promesses. Lens et le PSG se sont quittés sur un nul (1-1) après une égalisation de Wijnaldum dans les arrêts de jeu.

", - "content": "Le choc de la 17e journée de Ligue 1 a tenu ses promesses. Lens et le PSG se sont quittés sur un nul (1-1) après une égalisation de Wijnaldum dans les arrêts de jeu.

", + "title": "Ligue des champions: Match à trois Porto-Atlético-Milan, choc Real-Inter, les enjeux de la soirée", + "description": "Dernière journée des matchs de poule de Ligue des champions et la tension est à son maximun dans deux groupes. Le PSG, lui, affronte Bruges sur RMC Sport à 18h45.

", + "content": "Dernière journée des matchs de poule de Ligue des champions et la tension est à son maximun dans deux groupes. Le PSG, lui, affronte Bruges sur RMC Sport à 18h45.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions-match-a-trois-porto-atletico-milan-choc-real-inter-les-enjeux-de-la-soiree_AD-202112070127.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 16:54:12 GMT", - "enclosure": "https://images.bfmtv.com/JKg6vMg52ZHeyIH1Mq_vBJbZYr4=/0x55:2048x1207/800x0/images/Messi-lors-de-Lens-PSG-1181764.jpg", + "pubDate": "Tue, 07 Dec 2021 07:53:18 GMT", + "enclosure": "https://images.bfmtv.com/1C4mWSIMd3cIoO-NRhiVLUAiqts=/0x39:768x471/800x0/images/Le-Neerlandais-Stefan-de-Vrij-a-la-lutte-avec-le-Francais-Karim-Benzema-lors-du-match-aller-de-Ligue-des-champions-entre-Inter-Milan-et-Real-Madrid-le-15-septembre-2021-au-stade-San-Siro-de-Milan-1183128.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54015,17 +55425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cad57d0cfa7d2614bd494d51c4570d11" + "hash": "03f6f5042cd595512a991775d248599d" }, { - "title": "Lens-PSG: champion d'automne, Paris encore poussif et en échec face à de séduisants Lensois", - "description": "Le PSG s'est contenté du nul contre Lens (1-1) ce samedi lors de la 17e journée de Ligue 1. Après l'ouverture du score de Seko Fofana sur une erreur de Keylor Navas, Georginio Wijnaldum a égalisé dans les derniers instants sur un centre de Kylian Mbappé.

", - "content": "Le PSG s'est contenté du nul contre Lens (1-1) ce samedi lors de la 17e journée de Ligue 1. Après l'ouverture du score de Seko Fofana sur une erreur de Keylor Navas, Georginio Wijnaldum a égalisé dans les derniers instants sur un centre de Kylian Mbappé.

", + "title": "PSG-Bruges: à quelle heure et sur quelle chaîne regarder le match de Ligue des champions", + "description": "Le PSG reçoit le FC Bruges, ce mardi (18h45) lors de la sixième et dernière journée de la phase de poule de la Ligue des champions en étant déjà qualifié pour les huitièmes de finale. Un horaire inhabituel.

", + "content": "Le PSG reçoit le FC Bruges, ce mardi (18h45) lors de la sixième et dernière journée de la phase de poule de la Ligue des champions en étant déjà qualifié pour les huitièmes de finale. Un horaire inhabituel.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-psg-champion-d-automne-paris-encore-poussif-et-en-echec-face-a-de-seduisants-lensois_AV-202112040302.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-a-quelle-heure-et-sur-quelle-chaine-regarder-le-match-de-ligue-des-champions_AV-202112070118.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 22:08:12 GMT", - "enclosure": "https://images.bfmtv.com/GiZt78NQvyTCgoxuEAHZn3H5JT8=/0x106:2048x1258/800x0/images/Marco-Verratti-lors-de-Lens-PSG-1181787.jpg", + "pubDate": "Tue, 07 Dec 2021 07:44:08 GMT", + "enclosure": "https://images.bfmtv.com/jFeytpIb6f-gRg_fEge4pMsHaUM=/0x14:2048x1166/800x0/images/Lionel-Messi-a-l-entrainement-1183192.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54035,17 +55445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "95df058316fe313eb0ba1a37a9e9f329" + "hash": "9a84dace584e7a4ab7baabb1eb0f42d3" }, { - "title": "Liga: le Real Madrid s'envole en tête du classement après sa victoire contre la Real Sociedad", - "description": "Malgré la perte de Karim Benzema sur blessure, le Real Madrid s'est imposé face à la Real Sociedad (2-0) ce samedi, dans le cadre de la 16e journée de Liga. Les joueurs de Carlo Ancelotti ont désormais huit points d'avance sur Séville en tête du classement.

", - "content": "Malgré la perte de Karim Benzema sur blessure, le Real Madrid s'est imposé face à la Real Sociedad (2-0) ce samedi, dans le cadre de la 16e journée de Liga. Les joueurs de Carlo Ancelotti ont désormais huit points d'avance sur Séville en tête du classement.

", + "title": "Tottenham: les Spurs déplorent huit cas positifs au Covid-19, selon la presse anglaise", + "description": "L’information n’est pas encore confirmée par le club de Tottenham, mais le Times révèle ce mardi que la pandémie de Covid-19 a réalisé une percée dans les rangs des Spurs. Six joueurs seraient touchés avant la réception de Rennes en Ligue Europa Conférence.

", + "content": "L’information n’est pas encore confirmée par le club de Tottenham, mais le Times révèle ce mardi que la pandémie de Covid-19 a réalisé une percée dans les rangs des Spurs. Six joueurs seraient touchés avant la réception de Rennes en Ligue Europa Conférence.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-real-madrid-s-envole-en-tete-du-classement-apres-sa-victoire-contre-la-real-sociedad_AD-202112040301.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-les-spurs-deplorent-huit-cas-positifs-au-covid-19-selon-la-presse-anglaise_AV-202112070117.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 22:06:20 GMT", - "enclosure": "https://images.bfmtv.com/xXE4iO11LSZ1IMmETylaAkZAgB0=/0x78:2048x1230/800x0/images/Vinicius-buteur-avec-le-Real-1181785.jpg", + "pubDate": "Tue, 07 Dec 2021 07:43:08 GMT", + "enclosure": "https://images.bfmtv.com/-2wDRIgTqr2KM2c0Lf2KYweeiuo=/0x0:1200x675/800x0/images/Antonio-Conte-1183179.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54055,17 +55465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f94fd4c7c79c31e4a6590d07fe71db3" + "hash": "01c0a324fec049b75b538d8d7d972ddf" }, { - "title": "Volley: rencontre avec Nicole, première joueuse transgenre du championnat de France", - "description": "Originaire du Pérou, Nicole est devenue la première joueuse de volleyball transgenre à évoluer dans le championnat français. Elle a reçu sa licence il y a deux semaines. Un long chemin parcouru. C’est son club de Chaville, dans les Hauts-de-Seine (en Nationale 2), qui lui a permis d’être officiellement licenciée.

", - "content": "Originaire du Pérou, Nicole est devenue la première joueuse de volleyball transgenre à évoluer dans le championnat français. Elle a reçu sa licence il y a deux semaines. Un long chemin parcouru. C’est son club de Chaville, dans les Hauts-de-Seine (en Nationale 2), qui lui a permis d’être officiellement licenciée.

", + "title": "Mercato en direct: Milik, Guendouzi, Ünder, Kamara... Longoria et les dossiers chauds de l'OM", + "description": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "content": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/volley/volley-rencontre-avec-nicole-premiere-joueuse-transgenre-du-championnat-de-france_AV-202112040297.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 21:12:35 GMT", - "enclosure": "https://images.bfmtv.com/zfCteuUWT1nGEJG3yZoIiy248VA=/0x0:1280x720/800x0/images/Nicole-premiere-joueuse-transgenre-1181617.jpg", + "pubDate": "Mon, 06 Dec 2021 07:21:04 GMT", + "enclosure": "https://images.bfmtv.com/lAsDxStLM8ahkQtGs-E_TefhH3k=/0x0:2048x1152/800x0/images/Arkadiusz-Milik-avec-l-OM-1181586.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54075,17 +55485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7260fe5e26e73ea288c20ff52ceecc33" + "hash": "425671c5b2cea49b465d64d0e0b6b06b" }, { - "title": "Real Sociedad-Real Madrid: inquiétude pour Benzema, blessé avant une grosse semaine", - "description": "L'avant-centre international français Karim Benzema est sorti à la 18e minute du match du Real Madrid sur le terrain de la Real Sociedad comptant pour la 16e journée de Liga samedi, visiblement touché à la jambe gauche.

", - "content": "L'avant-centre international français Karim Benzema est sorti à la 18e minute du match du Real Madrid sur le terrain de la Real Sociedad comptant pour la 16e journée de Liga samedi, visiblement touché à la jambe gauche.

", + "title": "Boxe: Tommy Fury renonce à son combat face au Youtuber Jake Paul", + "description": "Tommy Fury, demi-frère de la star britannique Tyson, a renoncé à son combat face au Youtuber Jake Paul, initialement prévu le 18 décembre prochain, en raison d’une infection thoracique et d’une côté cassée.

", + "content": "Tommy Fury, demi-frère de la star britannique Tyson, a renoncé à son combat face au Youtuber Jake Paul, initialement prévu le 18 décembre prochain, en raison d’une infection thoracique et d’une côté cassée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-sociedad-real-madrid-inquietude-pour-benzema-blesse-avant-une-grosse-semaine_AV-202112040291.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-tommy-fury-renonce-a-son-combat-face-au-youtuber-jake-paul_AV-202112070073.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 20:39:57 GMT", - "enclosure": "https://images.bfmtv.com/FyuD78coI0R1bKJJfFST_uaWUHM=/0x0:1184x666/800x0/images/Karim-Benzema-1181765.jpg", + "pubDate": "Tue, 07 Dec 2021 06:55:04 GMT", + "enclosure": "https://images.bfmtv.com/t6mYiZ1K7p9QhSRRDpG86CjMVTk=/0x135:2048x1287/800x0/images/Tommy-Fury-1183140.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54095,17 +55505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a96a65e87c86f63b849df0414944fd8" + "hash": "d136026993687e15d67bfed22c1a02c3" }, { - "title": "PSG: Ollé-Nicolle admet que le groupe a été \"impacté\" par l'affaire Hamraoui-Diallo", - "description": "Alors que le retour d'Aminata Diallo et Kheira Hamraoui dans le groupe du PSG se précise, les Parisiennes se sont imposées ce samedi contre le GPSO Issy (3-0). Après le match, Didier Ollé-Nicolle admet que le groupe a été touché physiquement et mentalement par l'affaire.

", - "content": "Alors que le retour d'Aminata Diallo et Kheira Hamraoui dans le groupe du PSG se précise, les Parisiennes se sont imposées ce samedi contre le GPSO Issy (3-0). Après le match, Didier Ollé-Nicolle admet que le groupe a été touché physiquement et mentalement par l'affaire.

", + "title": "Hand: Didier Dinart nommé sélectionneur de l'Arabie saoudite", + "description": "L'ancien patron de la défense des Bleus et ex-sélectionneur de l'équipe de France masculine de handball, Didier Dinart, a été nommé à la tête de la sélection de l'Arabie Saoudite.

", + "content": "L'ancien patron de la défense des Bleus et ex-sélectionneur de l'équipe de France masculine de handball, Didier Dinart, a été nommé à la tête de la sélection de l'Arabie Saoudite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/d1/psg-olle-nicolle-admet-que-le-groupe-a-ete-impacte-par-l-affaire-hamraoui-diallo_AV-202112040290.html", + "link": "https://rmcsport.bfmtv.com/handball/hand-didier-dinart-nomme-selectionneur-de-l-arabie-saoudite_AV-202112070069.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 20:30:18 GMT", - "enclosure": "https://images.bfmtv.com/KTn-cOXQPXxMILTuYbboiRt5aGA=/0x212:2048x1364/800x0/images/Didier-Olle-Nicolle-PSG-F-1181754.jpg", + "pubDate": "Tue, 07 Dec 2021 06:49:12 GMT", + "enclosure": "https://images.bfmtv.com/G9bZIIYMtNb7A4kAXXGHhnG_09k=/0x124:1200x799/800x0/images/Didier-Dinart-1183133.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54115,17 +55525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e366bd48d2b06ea25f7af2eccce8cd2d" + "hash": "071fb543f39774d2ee8b3c10522da82e" }, { - "title": "Lille-Troyes: Jonathan David a tout changé pour les Dogues", - "description": "Lille a arraché un nouveau succès cette fois à domicile contre Troyes (2-1) avec un but en fin de match, samedi lors de la 17e journée de Ligue 1. L'entrée en jeu de Jonathan David, meilleur buteur du championnat de France, y est pour beaucoup.

", - "content": "Lille a arraché un nouveau succès cette fois à domicile contre Troyes (2-1) avec un but en fin de match, samedi lors de la 17e journée de Ligue 1. L'entrée en jeu de Jonathan David, meilleur buteur du championnat de France, y est pour beaucoup.

", + "title": "Ligue 1 en direct: Longoria craint des conséquences si OL-OM est à rejouer", + "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-troyes-jonathan-david-a-tout-change-pour-les-dogues_AV-202112040286.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 20:02:00 GMT", - "enclosure": "https://images.bfmtv.com/_3Z68iXYaZkzy9jd7iS2HaY-Qpo=/0x208:1200x883/800x0/images/Jonathan-David-1181753.jpg", + "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", + "enclosure": "https://images.bfmtv.com/NdNoKxOpVyxNHx0BlR0NN1eJgE4=/0x42:2048x1194/800x0/images/Pablo-LONGORIA-1162047.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54135,17 +55545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fcb9dd38c1990293dab0b34ef7f85ad" + "hash": "4752aa0b6a4cfd84267d8a5fe2c240b2" }, { - "title": "Lille-Troyes en direct : Le LOSC et David s'imposent au forceps face à Troyes", - "description": "Trois jours après la belle victoire à Rennes, Lille veut enchaîner un deuxième succès consécutif face à Troyes, quelques jours avant un match décisif face à Wolfsbourg en Ligue des Champions.

", - "content": "Trois jours après la belle victoire à Rennes, Lille veut enchaîner un deuxième succès consécutif face à Troyes, quelques jours avant un match décisif face à Wolfsbourg en Ligue des Champions.

", + "title": "Incidents OL-OM: Longoria redoute des conséquences si le match est à rejouer", + "description": "Pablo Longoria, président de Marseille, met en garde sur les conséquences des sanctions qui seront prises, mercredi par la commission de discipline sur les incidents du match entre l’OL et l’OM, le 21 novembre dernier.

", + "content": "Pablo Longoria, président de Marseille, met en garde sur les conséquences des sanctions qui seront prises, mercredi par la commission de discipline sur les incidents du match entre l’OL et l’OM, le 21 novembre dernier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-troyes-en-direct-le-losc-veut-confirmer_LS-202112040213.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-longoria-redoute-des-consequences-si-le-match-est-a-rejouer_AV-202112070053.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 17:00:04 GMT", - "enclosure": "https://images.bfmtv.com/HOgGspRzlInkVf-BcnosNnlZsoQ=/0x25:2048x1177/800x0/images/Renato-Sanches-lors-de-Lille-Troyes-1181709.jpg", + "pubDate": "Tue, 07 Dec 2021 06:30:38 GMT", + "enclosure": "https://images.bfmtv.com/NdNoKxOpVyxNHx0BlR0NN1eJgE4=/0x42:2048x1194/800x0/images/Pablo-LONGORIA-1162047.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54155,17 +55565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "035bc520686f159a31f7f9733ece0805" + "hash": "85b4ab11bfa148ee2cae366a62824ebe" }, { - "title": "Bundesliga: Lewandowski plus fort que Haaland, le Bayern croque Dortmund", - "description": "Le duel entre le Bayern Munich et le Borussia Dortmund s’est achevé sur une victoire des Bavarois (2-3) lors de la 14e journée de Bundesliga. Au terme d’un match intense et spectaculaire, Robert Lewandowski a signé un doublé et fait mieux que Erling Haaland, buteur malheureux.

", - "content": "Le duel entre le Bayern Munich et le Borussia Dortmund s’est achevé sur une victoire des Bavarois (2-3) lors de la 14e journée de Bundesliga. Au terme d’un match intense et spectaculaire, Robert Lewandowski a signé un doublé et fait mieux que Erling Haaland, buteur malheureux.

", + "title": "OL: Accord de \"naming\" entre OL Groupe et LDLC pour la future arena", + "description": "OL Groupe, la holding de l'Olympique lyonnais, et le distributeur de produits de haute technologie LDLC ont annoncé, lundi, un accord de \"naming\" pour la future salle multifonctions de l'OL. 

", + "content": "OL Groupe, la holding de l'Olympique lyonnais, et le distributeur de produits de haute technologie LDLC ont annoncé, lundi, un accord de \"naming\" pour la future salle multifonctions de l'OL. 

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-lewandowski-plus-fort-que-haaland-le-bayern-croque-dortmund_AV-202112040279.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-accord-de-naming-entre-ol-groupe-et-ldlc-pour-la-future-arena_AV-202112070046.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 19:50:10 GMT", - "enclosure": "https://images.bfmtv.com/jT9RDKAUVTJja8bPuXAHCkY8Gjw=/0x0:2048x1152/800x0/images/Manuel-Neuer-et-Robert-Lewandowski-celebrent-la-victoire-du-Bayern-contre-Dortmund-1181744.jpg", + "pubDate": "Tue, 07 Dec 2021 06:21:10 GMT", + "enclosure": "https://images.bfmtv.com/fkkxwG6rDnVRMibTkladjA4zc_I=/0x0:1200x675/800x0/images/Jean-Michel-Aulas-1183104.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54175,17 +55585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b25abe89f7070af5ba2bffe564e1b4cd" + "hash": "2803a1bef973ca2da21cf31854e33cb0" }, { - "title": "Top 14: Pau arrache le nul dans les derniers instants contre Toulon", - "description": "Final à suspense ce samedi entre Pau et Toulon, qui ont fait match nul (16-16) dans le cadre de la 12e journée de Top 14. Un résultat arraché en toute fin de match par les Palois.

", - "content": "Final à suspense ce samedi entre Pau et Toulon, qui ont fait match nul (16-16) dans le cadre de la 12e journée de Top 14. Un résultat arraché en toute fin de match par les Palois.

", + "title": "OL: Aulas propose de remplacer un joueur blessé en cas d’incident", + "description": "Jean-Michel Aulas, président de l’OL, a formulé une nouvelle idée en cas d’incidents lors d’un match: pouvoir remplacer un joueur supplémentaire ciblé par des violences, comme ce fut le cas de Dimitri Payet lors d’OL-OM, le 21 novembre dernier.

", + "content": "Jean-Michel Aulas, président de l’OL, a formulé une nouvelle idée en cas d’incidents lors d’un match: pouvoir remplacer un joueur supplémentaire ciblé par des violences, comme ce fut le cas de Dimitri Payet lors d’OL-OM, le 21 novembre dernier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-pau-arrache-le-nul-dans-les-derniers-instants-contre-toulon_AD-202112040276.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-aulas-propose-de-remplacer-un-joueur-blesse-en-cas-d-incident_AV-202112070030.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 19:22:45 GMT", - "enclosure": "https://images.bfmtv.com/HY5iGz6ZEwkGZbLOIajOR8HRCE0=/0x49:2048x1201/800x0/images/Manu-lors-de-Pau-Toulon-1181738.jpg", + "pubDate": "Tue, 07 Dec 2021 05:49:00 GMT", + "enclosure": "https://images.bfmtv.com/lLVLDV27M0j4AM0BRfpKjGn4wlg=/0x212:2048x1364/800x0/images/Jean-Michel-Aulas-1183085.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54195,17 +55605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb4d55b127404ad82e3c6d5d8d51f19c" + "hash": "90bc46f90535324ae15022de789cef32" }, { - "title": "OM-Brest: Sampaoli \"très frustré\" par la défaite et un penalty qui \"coûte très cher\"", - "description": "Le scénario du match de l’OM, ultra-dominateur avant de subir le retour des Brestois (défaite 2-1 au Vélodrome), a suscité beaucoup de frustration chez le technicien argentin Jorge Sampaoli.

", - "content": "Le scénario du match de l’OM, ultra-dominateur avant de subir le retour des Brestois (défaite 2-1 au Vélodrome), a suscité beaucoup de frustration chez le technicien argentin Jorge Sampaoli.

", + "title": "OM: Longoria a trouvé la raison des difficultés actuelles de l’équipe", + "description": "Dans une interview à L’Equipe, Pablo Longoria, président de l’OM, défend l’approche de Jorge Sampaoli malgré les difficultés actuelles de l’équipe qui doit garder le contrôle de jeu car elle n’est \"pas construite pour jouer physique\".

", + "content": "Dans une interview à L’Equipe, Pablo Longoria, président de l’OM, défend l’approche de Jorge Sampaoli malgré les difficultés actuelles de l’équipe qui doit garder le contrôle de jeu car elle n’est \"pas construite pour jouer physique\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-brest-sampaoli-tres-frustre-par-la-defaite-et-un-penalty-qui-coute-tres-cher_AV-202112040269.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-longoria-a-trouve-la-raison-des-difficultes-actuelles-de-l-equipe_AV-202112070022.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 18:53:54 GMT", - "enclosure": "https://images.bfmtv.com/AaT-HyH4aOpDY5BgvepF_D9HpJk=/0x17:1200x692/800x0/images/Jorge-Sampaoli-1181720.jpg", + "pubDate": "Tue, 07 Dec 2021 05:22:06 GMT", + "enclosure": "https://images.bfmtv.com/-SSuP9pasRsmVhk5VXS5o6ZCLfk=/0x212:2048x1364/800x0/images/Pablo-Longoria-1128568.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54215,17 +55625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "970f21c605815b69b4ca7d3c98befdd7" + "hash": "2b60c070bfc658d3780f6dd9369b3743" }, { - "title": "Dortmund-Bayern en direct : les Bavarois s'offrent une victoire cruciale sur le fil", - "description": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", - "content": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", + "title": "Djokovic participera à l'ATP Cup, bon signe pour l'Open d'Australie", + "description": "Novak Djokovic a été retenu dans l'équipe de la Serbie pour participer à l'ATP Cup qui aura lieu en Australie en janvier, quelques jours avant le premier Grand Chelem de la saison à Melbourne, où sa participation est encore incertaine.

", + "content": "Novak Djokovic a été retenu dans l'équipe de la Serbie pour participer à l'ATP Cup qui aura lieu en Australie en janvier, quelques jours avant le premier Grand Chelem de la saison à Melbourne, où sa participation est encore incertaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.html", + "link": "https://rmcsport.bfmtv.com/tennis/djokovic-participera-a-l-atp-cup-bon-signe-pour-l-open-d-australie_AD-202112070016.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:57:00 GMT", - "enclosure": "https://images.bfmtv.com/HD8MsEJG9z-J16ITXA_EimM_1ic=/0x101:2048x1253/800x0/images/Coman-et-Mueller-avec-le-Bayern-1181736.jpg", + "pubDate": "Tue, 07 Dec 2021 04:48:53 GMT", + "enclosure": "https://images.bfmtv.com/ErgLQe2BAobR01zIzT8E-f232Tk=/0x54:2032x1197/800x0/images/Novak-Djokovic-1181338.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54235,17 +55645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a8e03a6deae324a1eefc901e9fe3c7b" + "hash": "72a327228fcf890e6427d3fee1785b11" }, { - "title": "GP d’Arabie saoudite: la pole pour Hamilton, Verstappen finit dans le mur après une grosse erreur", - "description": "Lewis Hamilton a signé le meilleur temps des qualifications pour le GP d’Arabie saoudite ce samedi. Le pilote britannique de l’écurie Mercedes s’élancera en pole position lors de la course dimanche. Max Verstappen, son rival pour le titre mondial, partira troisième derrière Valtteri Bottas. après avoir heurté le mur.

", - "content": "Lewis Hamilton a signé le meilleur temps des qualifications pour le GP d’Arabie saoudite ce samedi. Le pilote britannique de l’écurie Mercedes s’élancera en pole position lors de la course dimanche. Max Verstappen, son rival pour le titre mondial, partira troisième derrière Valtteri Bottas. après avoir heurté le mur.

", + "title": "Point en moins ou match perdu, trois questions sur OL-OM avant la commission de discipline", + "description": "La commission de discipline de la Ligue de football professionnel annoncera ce mercredi les sanctions infligées à l'Olympique Lyonnais après l'interruption du match face à l'Olympique de Marseille, le 21 novembre au Groupama Stadium. Avant ce verdict attendu, retour sur cette affaire en trois questions.

", + "content": "La commission de discipline de la Ligue de football professionnel annoncera ce mercredi les sanctions infligées à l'Olympique Lyonnais après l'interruption du match face à l'Olympique de Marseille, le 21 novembre au Groupama Stadium. Avant ce verdict attendu, retour sur cette affaire en trois questions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-la-pole-pour-hamilton-verstappen-finit-dans-le-mur-apres-une-grosse-erreur_AV-202112040263.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/point-en-moins-ou-match-perdu-trois-questions-sur-ol-om-avant-la-commission-de-discipline_AV-202112070015.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 18:35:36 GMT", - "enclosure": "https://images.bfmtv.com/M54EJlvaUQpgHAoBkDr5vxiZlwE=/0x150:2048x1302/800x0/images/Lewis-Hamilton-lors-des-qualifications-du-GP-d-Arabie-saoudite-1181707.jpg", + "pubDate": "Tue, 07 Dec 2021 00:07:13 GMT", + "enclosure": "https://images.bfmtv.com/YUzaZSDOddKudjP1EhIzSEW7nSc=/0x60:768x492/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54255,17 +55665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9ae0edccf9b640b60556706f88a5fe8" + "hash": "5c7cc465f3965ee368b61e5f9f57e12d" }, { - "title": "Ligue 1: terrible rechute pour l'OM, Brest poursuit son incroyable série", - "description": "Ultra-dominateur en première période, l'OM a pourtant été piégé ce samedi au Vélodrome par Brest (2-1), qui a confirmé son excellente forme actuelle.

", - "content": "Ultra-dominateur en première période, l'OM a pourtant été piégé ce samedi au Vélodrome par Brest (2-1), qui a confirmé son excellente forme actuelle.

", + "title": "PSG: Hakimi juge sa relation avec Messi et défend Pochettino", + "description": "A la veille du match de Ligue des champions face à Bruges, ce mardi au Parc des Princes (18h45), Achraf Hakimi s’est exprimé au micro de RMC Sport. L’occasion pour le latéral droit du PSG de commenter son association avec Lionel Messi dans le couloir droit. Et de saluer le travail de son coach.

", + "content": "A la veille du match de Ligue des champions face à Bruges, ce mardi au Parc des Princes (18h45), Achraf Hakimi s’est exprimé au micro de RMC Sport. L’occasion pour le latéral droit du PSG de commenter son association avec Lionel Messi dans le couloir droit. Et de saluer le travail de son coach.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-terrible-rechute-pour-l-om-brest-poursuit-son-incroyable-serie_AV-202112040255.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-hakimi-juge-sa-relation-avec-messi-et-defend-pochettino_AV-202112060571.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 18:18:34 GMT", - "enclosure": "https://images.bfmtv.com/NZkE1HBWOkfH3XnBOItDfsD6XO4=/0x0:1200x675/800x0/images/Franck-Honorat-1181694.jpg", + "pubDate": "Mon, 06 Dec 2021 23:08:25 GMT", + "enclosure": "https://images.bfmtv.com/Z6_mvkHOLiC4131mVQdjZdi4SX4=/0x68:2048x1220/800x0/images/Achraf-Hakimi-1132639.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54275,17 +55685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a9e906075cea4bf2aa20441d6c1ac5e" + "hash": "38a8bf40aea413baa05d1d9816e2b3fd" }, { - "title": "GP d'Arabie saoudite en direct: Hamilton en pole, Verstappen part à la faute", - "description": "Avec un bon résultat de sa part et un coup de pouce, Max Verstappen (Red Bull) a la possibilité de ravir le titre de champion du monde à Lewis Hamilton (Mercedes) dès ce dimanche, à l'occasion du GP d'Arabie saoudite à Djeddah. Avant le début de l'avant-dernière course de l'année, le Néerlandais compte 8 points d'avance sur le Britannique.

", - "content": "Avec un bon résultat de sa part et un coup de pouce, Max Verstappen (Red Bull) a la possibilité de ravir le titre de champion du monde à Lewis Hamilton (Mercedes) dès ce dimanche, à l'occasion du GP d'Arabie saoudite à Djeddah. Avant le début de l'avant-dernière course de l'année, le Néerlandais compte 8 points d'avance sur le Britannique.

", + "title": "PRONOS PARIS RMC Les paris sur PSG – Bruges du 7 décembre – Ligue des Champions", + "description": "Notre pronostic : Paris bat Bruges (1.28)

", + "content": "Notre pronostic : Paris bat Bruges (1.28)

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-en-direct-verstappen-hamilton-avant-dernier-duel-pour-le-titre_LN-202112040175.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-sur-psg-bruges-du-7-decembre-ligue-des-champions_AN-202112060294.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:49:10 GMT", - "enclosure": "https://images.bfmtv.com/HGm11AmVQPJyCdBIg-oXdI-WEQs=/0x0:2048x1152/800x0/images/Lewis-Hamilton-en-Arabie-saoudite-1181592.jpg", + "pubDate": "Mon, 06 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/fsF4C_quMOjnEC6av3BfuUtZ1dk=/0x67:2000x1192/800x0/images/Paris-Saint-Germain-1182726.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54295,17 +55705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d8a5d9f3f66a3be50aca1744f7777fc" + "hash": "bdbf7ded048c1b85617d6fd03abb4e0e" }, { - "title": "Lens-PSG: Mbappé remplaçant face aux Lensois (et c'est un événement)", - "description": "Mauricio Pochettino a décidé de faire souffler son attaquant Kylian Mbappé qui sera remplaçant lors du match entre le PSG et Lens, samedi soir à Bollaert pour le compte de la 17eme journée de Ligue 1.

", - "content": "Mauricio Pochettino a décidé de faire souffler son attaquant Kylian Mbappé qui sera remplaçant lors du match entre le PSG et Lens, samedi soir à Bollaert pour le compte de la 17eme journée de Ligue 1.

", + "title": "PRONOS PARIS RMC Le pari du jour du 7 décembre – Ligue des Champions", + "description": "Notre pronostic : le Real Madrid ne perd pas face à l’Inter et les deux équipes marquent (1.90)

", + "content": "Notre pronostic : le Real Madrid ne perd pas face à l’Inter et les deux équipes marquent (1.90)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-psg-mbappe-remplacant-face-aux-lensois_AV-202112040242.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-7-decembre-ligue-des-champions_AN-202112060292.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 17:21:00 GMT", - "enclosure": "https://images.bfmtv.com/esQSanv8sqMNMt7gBvJiv6la9b8=/0x106:2048x1258/800x0/images/Kylian-Mbappe-sur-le-banc-1181672.jpg", + "pubDate": "Mon, 06 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/IrtZa1SaHqcYX35-iN1_L0vvELY=/3x18:1987x1134/800x0/images/T-Kroos-1182725.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54315,37 +55725,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ec51ae805cbdeac846c33650308b2e8" + "hash": "efc9872c10a9f04d3576dc68f89d9e2b" }, { - "title": "Liga: le Barça perd gros face au Betis, première défaite pour Xavi", - "description": "Sans inspiration malgré une entrée en jeu convaincante d’Ousmane Dembélé, le FC Barcelone s’est incliné 1-0 face au Betis Séville samedi au Camp Nou lors de la 16eme journée de Liga. Une très mauvaise affaire pour Xavi qui concède sa première défaite sur le banc du Barça.

", - "content": "Sans inspiration malgré une entrée en jeu convaincante d’Ousmane Dembélé, le FC Barcelone s’est incliné 1-0 face au Betis Séville samedi au Camp Nou lors de la 16eme journée de Liga. Une très mauvaise affaire pour Xavi qui concède sa première défaite sur le banc du Barça.

", + "title": "PRONOS PARIS RMC Le pari de folie du 7 décembre – Ligue des Champions", + "description": "Notre pronostic : l’Atletico de Madrid s’impose à Porto et les deux équipes marquent (4.80)

", + "content": "Notre pronostic : l’Atletico de Madrid s’impose à Porto et les deux équipes marquent (4.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-barca-perd-gros-face-au-betis-premiere-defaite-pour-xavi_AV-202112040231.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-7-decembre-ligue-des-champions_AN-202112060290.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 17:20:07 GMT", - "enclosure": "https://images.bfmtv.com/TU7ufDh5yy27N3bH8wXJsnI8_kE=/0x0:2048x1152/800x0/images/Ousmane-Dembele-face-au-Betis-Seville-1181650.jpg", + "pubDate": "Mon, 06 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/jHN2J2BCQ0RVUTPev48KJI8vTFI=/1x91:1985x1207/800x0/images/Atletico-Madrid-1182721.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0795387e24055088267623878fe5a52f" + "hash": "30c023027a198e4c741f280833460d51" }, { - "title": "Premier League: Origi sauve Liverpool à Wolverhampton, les Reds leaders", - "description": "Liverpool s’est contenté d’un succès sur la plus petite des marges (1-0) ce samedi sur le terrain des Wolves lors de la 15e journée de Premier League. Avec cette victoire précieuse, les Reds s’emparent de la place de leader du championnat après la défaite de Chelsea.

", - "content": "Liverpool s’est contenté d’un succès sur la plus petite des marges (1-0) ce samedi sur le terrain des Wolves lors de la 15e journée de Premier League. Avec cette victoire précieuse, les Reds s’emparent de la place de leader du championnat après la défaite de Chelsea.

", + "title": "PRONOS PARIS RMC Le buteur du 7 décembre – Ligue des Champions", + "description": "Notre pronostic : Haller (Ajax) marque face au Sporting Portugal (2.10)

", + "content": "Notre pronostic : Haller (Ajax) marque face au Sporting Portugal (2.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-origi-sauve-liverpool-a-wolverhampton-les-reds-leaders_AV-202112040230.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-7-decembre-ligue-des-champions_AN-202112060288.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 17:18:04 GMT", - "enclosure": "https://images.bfmtv.com/7xEdYAtpW3q8JdLpqCNXGif3EHs=/0x17:2048x1169/800x0/images/La-joie-de-Divock-Origi-apres-le-but-de-la-victoire-des-Reds-a-Wolverhampton-1181648.jpg", + "pubDate": "Mon, 06 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/1-KvW-eVyeW24ELL3X6hOfr_1oE=/0x0:1984x1116/800x0/images/S-Haller-1182720.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54355,37 +55765,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "aefe5e51bb72cdd7e08d5c067aeeb93d" + "hash": "be72cb67cc2c8715f64ea83fa0b7e1af" }, { - "title": "Chelsea: Tuchel admet \"une période difficile\" pour Mendy et parle de \"perte de confiance\"", - "description": "Edouard Mendy est loin d’avoir affiché son meilleur niveau lors de la défaite de Chelsea face à West Ham (3-2) ce samedi en Premier League. Après le match, Thomas Tuchel a confirmé que son gardien traverse \"une période difficile\".

", - "content": "Edouard Mendy est loin d’avoir affiché son meilleur niveau lors de la défaite de Chelsea face à West Ham (3-2) ce samedi en Premier League. Après le match, Thomas Tuchel a confirmé que son gardien traverse \"une période difficile\".

", + "title": "PRONOS PARIS RMC Le pari football d’Eric Di Meco du 7 décembre – Ligue des Champions", + "description": "Mon pronostic : le Milan AC bat Liverpool (2.05)

", + "content": "Mon pronostic : le Milan AC bat Liverpool (2.05)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-admet-une-periode-difficile-pour-mendy-et-parle-de-perte-de-confiance_AV-202112040229.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-d-eric-di-meco-du-7-decembre-ligue-des-champions_AN-202112060287.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 17:17:11 GMT", - "enclosure": "https://images.bfmtv.com/DR5Y8J8ET5Bm3HIbhobehya74Qk=/255x106:2031x1105/800x0/images/Edouard-Mendy-1155311.jpg", + "pubDate": "Mon, 06 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/IIbEZ-oD4xEWzYv9ITWQjqgXeKA=/0x51:1984x1167/800x0/images/F-Kessie-1182719.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6667c90f48fe5f296a9c8a4d10f71b27" + "hash": "2756ba4fefb8fcec39cc5a4f726c0507" }, { - "title": "Premier League: première victoire de Newcastle, face à Burnley", - "description": "Après sept défaites et sept matchs nuls en Premier League, Newcastle a connu ce samedi sa première victoire de la saison face à Burnley en gagnant 1-0. C’est l’attaquant Callum Wilson qui a inscrit le seul but de la rencontre.

", - "content": "Après sept défaites et sept matchs nuls en Premier League, Newcastle a connu ce samedi sa première victoire de la saison face à Burnley en gagnant 1-0. C’est l’attaquant Callum Wilson qui a inscrit le seul but de la rencontre.

", + "title": "Premier League: Everton s'impose sur le fil face à Arsenal grâce à un missile de Gray", + "description": "Une semaine après la défaite face à Manchester United, Arsenal s'est sabordé ce lundi sur la pelouse d'Everton (2-1). Les Gunners restent à distance du top 5 de la Premier League.

", + "content": "Une semaine après la défaite face à Manchester United, Arsenal s'est sabordé ce lundi sur la pelouse d'Everton (2-1). Les Gunners restent à distance du top 5 de la Premier League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-premiere-victoire-de-newcastle-face-a-burnley_AV-202112040247.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-everton-s-impose-sur-le-fil-face-a-arsenal-grace-a-un-missile-de-gray_AV-202112060555.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 17:16:00 GMT", - "enclosure": "https://images.bfmtv.com/mE5vL_bptE56dxgTw560yR-ZsT4=/0x76:2048x1228/800x0/images/Newcastle-1181657.jpg", + "pubDate": "Mon, 06 Dec 2021 22:11:54 GMT", + "enclosure": "https://images.bfmtv.com/Dfv1gHTMScCjiyCCA7NXmg-ZEqs=/0x167:2000x1292/800x0/images/Richarlison-1183032.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54395,37 +55805,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "65294301d8d7b9fdbbeec6e8f7249c22" + "hash": "1350002439a2e913a9bf0ba2ec6984e7" }, { - "title": "Chelsea: Silva regrette le nombre de changements autorisés en Premier League", - "description": "Face à West Ham, Chelsea a connu ce samedi sa deuxième défaite en Premier League (3-2). En zone mixte, le défenseur Thiago Silva est revenu sur cette rencontre mais a surtout regretté le fait que la Premier League n’autorise aux équipes que trois changements. Dans d’autres championnats, ce chiffre s’élève à cinq.

", - "content": "Face à West Ham, Chelsea a connu ce samedi sa deuxième défaite en Premier League (3-2). En zone mixte, le défenseur Thiago Silva est revenu sur cette rencontre mais a surtout regretté le fait que la Premier League n’autorise aux équipes que trois changements. Dans d’autres championnats, ce chiffre s’élève à cinq.

", + "title": "Incidents OL-OM: ce que dit le rapport de M. Buquet sur le déroulé de la soirée", + "description": "À deux jours des décisions de la commission de discipline de la Ligue de football professionnel concernant les incidents qui ont provoqué l'interruption d'OL-OM le 21 novembre dernier, RMC Sport s'est procuré le rapport de l'arbitre Ruddy Buquet, dans lequel il explique n'avoir jamais voulu reprendre la rencontre.

", + "content": "À deux jours des décisions de la commission de discipline de la Ligue de football professionnel concernant les incidents qui ont provoqué l'interruption d'OL-OM le 21 novembre dernier, RMC Sport s'est procuré le rapport de l'arbitre Ruddy Buquet, dans lequel il explique n'avoir jamais voulu reprendre la rencontre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-silva-regrette-le-nombre-de-changements-autorises-en-premier-league_AV-202112040216.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-ce-que-dit-le-rapport-de-m-buquet-sur-le-deroule-de-la-soiree_AV-202112060552.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 16:48:48 GMT", - "enclosure": "https://images.bfmtv.com/IaSI1NUSwUlxtKSHEqxjIqupEQE=/255x0:2031x999/800x0/images/Thiago-Silva-1021136.jpg", + "pubDate": "Mon, 06 Dec 2021 22:04:46 GMT", + "enclosure": "https://images.bfmtv.com/WO5K-D9aCrCuNiY20pZra1bZuwU=/0x36:2048x1188/800x0/images/L-arbitre-Ruddy-Buquet-s-exprime-apres-OL-OM-1171950.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e163459640077899fa6faaf138b2612" + "hash": "ae07e0d357be5b02d901274644ee6f57" }, { - "title": "Biathlon: Bescond \"hyper satisfaite\" après sa 2e place à la poursuite", - "description": "A trois mois des Jeux olympiques d'hiver à Pékin, la Française Anaïs Bescond savoure sa deuxième place décrochée à la poursuite d'Östersund samedi, dans le cadre de la Coupe du monde de biathlon.

", - "content": "A trois mois des Jeux olympiques d'hiver à Pékin, la Française Anaïs Bescond savoure sa deuxième place décrochée à la poursuite d'Östersund samedi, dans le cadre de la Coupe du monde de biathlon.

", + "title": "Ballon d'or: Lewandowski a ressenti \"de la tristesse\" après le sacre de Messi", + "description": "Deuxième du Ballon d'or juste derrière Lionel Messi, Robert Lewandowski n'a pas caché sa peine après le résultat, alors que la Pulga a demandé à ce que le Polonais soit le lauréat de l'édition 2020.

", + "content": "Deuxième du Ballon d'or juste derrière Lionel Messi, Robert Lewandowski n'a pas caché sa peine après le résultat, alors que la Pulga a demandé à ce que le Polonais soit le lauréat de l'édition 2020.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-anais-bescond-hyper-satisfaite-apres-sa-2e-place-a-la-poursuite_AV-202112040206.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/ballon-d-or-lewandowski-a-ressenti-de-la-tristesse-apres-le-sacre-de-messi_AV-202112060541.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 16:36:31 GMT", - "enclosure": "https://images.bfmtv.com/OT_a2rhZtYnm3HJCZOYsvcwX3B4=/0x0:2032x1143/800x0/images/Anais-Bescond-1181612.jpg", + "pubDate": "Mon, 06 Dec 2021 21:29:19 GMT", + "enclosure": "https://images.bfmtv.com/ahtAbloXHghC38z86uAZxWzxhPg=/0x143:2000x1268/800x0/images/Lewandowski-1183030.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54435,17 +55845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "645bba89add2e9c18c1670b5ee713223" + "hash": "4e249a2db99fc4cb1b3333a9f053b646" }, { - "title": "Biathlon: les Bleus deuxièmes du relais d'Östersund", - "description": "Fabien Claude, Emilien Jacquelin, Simon Desthieux et Quentin Fillon Maillet ont terminé à la deuxième place du relais d’Östersund (Suède). La victoire revient à la Norvège, impériale au tir. Longtemps deuxième, la Russie termine sur la troisième marche du podium.

", - "content": "Fabien Claude, Emilien Jacquelin, Simon Desthieux et Quentin Fillon Maillet ont terminé à la deuxième place du relais d’Östersund (Suède). La victoire revient à la Norvège, impériale au tir. Longtemps deuxième, la Russie termine sur la troisième marche du podium.

", + "title": "Mondial de handball: Flippes touchée à la cheville et remplacée par Ahanda", + "description": "Victime d'une entorse de la cheville, Laura Flippes a déclaré forfait ce lundi pour le reste du Mondial 2021. L'arrière droite a été remplacée par Orland Ahanda.

", + "content": "Victime d'une entorse de la cheville, Laura Flippes a déclaré forfait ce lundi pour le reste du Mondial 2021. L'arrière droite a été remplacée par Orland Ahanda.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-les-bleus-deuxiemes-du-relais-d-ostersund_AD-202112040197.html", + "link": "https://rmcsport.bfmtv.com/football/mondial-de-handball-flippes-touchee-a-la-cheville-et-remplacee-par-ahanda_AD-202112060537.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 16:14:30 GMT", - "enclosure": "https://images.bfmtv.com/FzGTHUDQuH-uxRjOFlDvaBsnxQc=/0x106:2048x1258/800x0/images/Fillon-Maillet-Claude-Desthieux-et-Jacquelin-1181597.jpg", + "pubDate": "Mon, 06 Dec 2021 21:26:02 GMT", + "enclosure": "https://images.bfmtv.com/JoUmuzCwOu2w7Fx98Ctsgi1N_7U=/0x39:768x471/800x0/images/L-arriere-droite-des-Bleues-Laura-Flippes-au-cours-du-match-de-l-equipe-de-France-contre-la-Slovenie-au-premier-tour-du-Mondial-2021-le-5-decembre-2021-a-Granollers-1182999.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54455,17 +55865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b40d8a81847afa8b4d127a769f18dfcf" + "hash": "283414a67593c72bdd938fe79177e6a5" }, { - "title": "Rugby à 7: les Bleus au pied du podium à Dubaï, les Bleues encore en bronze", - "description": "L'équipe de France masculine de rugby à 7 a échoué à la quatrième place du tournoi de Dubaï, deuxième manche de la saison. Les Bleues ont dominé la Russie en petite finale, pour monter sur le podium, comme lors de la première étape.

", - "content": "L'équipe de France masculine de rugby à 7 a échoué à la quatrième place du tournoi de Dubaï, deuxième manche de la saison. Les Bleues ont dominé la Russie en petite finale, pour monter sur le podium, comme lors de la première étape.

", + "title": "Ligue 1 en direct: l'arbitre d'OL-OM accuse Aulas de l'avoir menacé dans son rapport", + "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/rugby-a-7-les-bleus-au-pied-du-podium-a-dubai-les-bleues-encore-en-bronze_AV-202112040194.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 16:12:11 GMT", - "enclosure": "https://images.bfmtv.com/bN11mYu8Q05gedJ7F7NIfIhF6uY=/0x0:1200x675/800x0/images/L-equipe-de-France-masculine-de-rugby-a-7-1181594.jpg", + "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", + "enclosure": "https://images.bfmtv.com/UGHynbgsZ__Bb-yuqzYL1MBo4no=/0x200:2048x1352/800x0/images/Jean-Michel-Aulas-face-a-la-presse-apres-OL-OM-1173221.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54475,17 +55885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f173236df3d7d4e4ae13c1a52cd33deb" + "hash": "cdc15d089f5c992e767c9b18e60f90b8" }, { - "title": "OM-Brest, les compos: Payet est bien là, Milik encore sur le banc", - "description": "Longtemps incertain pour la réception de Brest ce samedi, Dimitri Payet est bien titulaire dans le onze de l’OM. A l’inverse, Jorge Sampaoli a encore choisi de se passer d’Arkadiusz Milik au coup d’envoi de ce match de la 17e journée de Ligue 1, au Vélodrome.

", - "content": "Longtemps incertain pour la réception de Brest ce samedi, Dimitri Payet est bien titulaire dans le onze de l’OM. A l’inverse, Jorge Sampaoli a encore choisi de se passer d’Arkadiusz Milik au coup d’envoi de ce match de la 17e journée de Ligue 1, au Vélodrome.

", + "title": "Incidents OL-OM: dans son rapport, M. Buquet accuse Aulas de l'avoir menacé", + "description": "Alors que la Ligue de football professionnel va annoncer ce mercredi les sanctions infligées à l'Olympique Lyonnais après l'incident survenu lors du match face à l'Olympique de Marseille le 21 novembre dernier, RMC Sport s'est procuré le rapport rédigé par l'arbitre de la rencontre ce soir-là. Ruddy Buquet y dénonce notamment les propos menaçants de Jean-Michel Aulas.

", + "content": "Alors que la Ligue de football professionnel va annoncer ce mercredi les sanctions infligées à l'Olympique Lyonnais après l'incident survenu lors du match face à l'Olympique de Marseille le 21 novembre dernier, RMC Sport s'est procuré le rapport rédigé par l'arbitre de la rencontre ce soir-là. Ruddy Buquet y dénonce notamment les propos menaçants de Jean-Michel Aulas.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-brest-les-compos-payet-est-bien-la-milik-encore-sur-le-banc_AV-202112040187.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-dans-son-rapport-m-buquet-accuse-aulas-de-l-avoir-menace_AV-202112060535.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:42:49 GMT", - "enclosure": "https://images.bfmtv.com/lAsDxStLM8ahkQtGs-E_TefhH3k=/0x0:2048x1152/800x0/images/Arkadiusz-Milik-avec-l-OM-1181586.jpg", + "pubDate": "Mon, 06 Dec 2021 21:11:52 GMT", + "enclosure": "https://images.bfmtv.com/D3EIgaVqZ7IdPhrkSoa0nS2hpfs=/0x115:2048x1267/800x0/images/Matteo-Guendouzi-discute-avec-Ruddy-Buquet-lors-de-OL-OM-1171965.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54495,17 +55905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3434be0a5ee9c555863b3f9f1f5b1f7" + "hash": "8cf4853944322d8c0b383b3dbc1159b7" }, { - "title": "Rennes: des peines de prison contre deux jeunes qui projetaient un attentat au Roazhon Park", - "description": "La cour d’assises des mineurs de Paris a condamné ce vendredi deux individus à dix et six ans de prison ferme pour avoir projeté un attentat contre le Roazhon Park de Rennes. Les deux hommes, désormais âgés de 21 ans, prévoyaient également de partir combattre en Syrie.

", - "content": "La cour d’assises des mineurs de Paris a condamné ce vendredi deux individus à dix et six ans de prison ferme pour avoir projeté un attentat contre le Roazhon Park de Rennes. Les deux hommes, désormais âgés de 21 ans, prévoyaient également de partir combattre en Syrie.

", + "title": "OM: Rongier en dit plus sur la mauvaise passe de Milik", + "description": "Invité de BFM Marseille ce lundi, Valentin Rongier s'est exprimé sur l'état de forme d'Arkadiusz Milik, très discret depuis le début de la saison avec le club phocéen.

", + "content": "Invité de BFM Marseille ce lundi, Valentin Rongier s'est exprimé sur l'état de forme d'Arkadiusz Milik, très discret depuis le début de la saison avec le club phocéen.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-des-peines-de-prison-contre-deux-jeunes-qui-projetaient-un-attentat-au-roazhon-park_AV-202112040180.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-rongier-en-dit-plus-sur-la-mauvaise-passe-de-milik_AV-202112060532.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:12:00 GMT", - "enclosure": "https://images.bfmtv.com/9oOtYlAZthFtwQF8OuTH1QTk7DQ=/308x554:1732x1355/800x0/images/Le-Roazhon-Park-de-Rennes-1181577.jpg", + "pubDate": "Mon, 06 Dec 2021 21:05:44 GMT", + "enclosure": "https://images.bfmtv.com/lAsDxStLM8ahkQtGs-E_TefhH3k=/0x0:2048x1152/800x0/images/Arkadiusz-Milik-avec-l-OM-1181586.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54515,17 +55925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4e8a2fc2b3a6f32f533dd90711f7f98" + "hash": "97e4cb18b6a4e629d090a0ac622ec8f3" }, { - "title": "Premier League: battu par West Ham, Chelsea peut perdre sa place de leader", - "description": "Au terme d’un derby londonien animé, Chelsea a connu ce samedi sa deuxième défaite de la saison face à West Ham (3-2). Malgré les buts de Thiago Silva et Mason Mount, les Blues ont vu les Hammers revenir au score et Masuaku les crucifier en fin de match. Une mauvaise opération pour le leader de Premier League, qui pourrait perdre cette place en cas de succès de Manchester City et Liverpool.

", - "content": "Au terme d’un derby londonien animé, Chelsea a connu ce samedi sa deuxième défaite de la saison face à West Ham (3-2). Malgré les buts de Thiago Silva et Mason Mount, les Blues ont vu les Hammers revenir au score et Masuaku les crucifier en fin de match. Une mauvaise opération pour le leader de Premier League, qui pourrait perdre cette place en cas de succès de Manchester City et Liverpool.

", + "title": "Stade Toulousain : Julien Marchand de retour à l'entraînement", + "description": "Touché face à la Géorgie avec les Bleus, le talonneur international du Stade Toulousain a fait son  retour ce lundi à l’entraînement avec ses coéquipiers. Reste à savoir s’il sera aligné samedi à Cardiff en Coupe d’Europe avec le Stade Toulousain.

", + "content": "Touché face à la Géorgie avec les Bleus, le talonneur international du Stade Toulousain a fait son  retour ce lundi à l’entraînement avec ses coéquipiers. Reste à savoir s’il sera aligné samedi à Cardiff en Coupe d’Europe avec le Stade Toulousain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-battu-par-west-ham-chelsea-peut-perdre-sa-place-de-leader_AV-202112040173.html", + "link": "https://rmcsport.bfmtv.com/rugby/stade-toulousain-julien-marchand-de-retour-a-l-entrainement_AN-202112060526.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:39:38 GMT", - "enclosure": "https://images.bfmtv.com/weFo3b-o6xLniim5Kbc-RPxnPSE=/0x0:2048x1152/800x0/images/Thomas-Tuchel-1161150.jpg", + "pubDate": "Mon, 06 Dec 2021 20:43:50 GMT", + "enclosure": "https://images.bfmtv.com/Tz7SJndVrC9CzbqJ_NZVJFmZCWY=/0x54:1984x1170/800x0/images/Julien-Marchand-1055292.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54535,17 +55945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8774f64637e9179aa6a1366b3189cb85" + "hash": "ba19c06fcb7759e23dc200dfc3d2d43f" }, { - "title": "Lens-PSG en direct: Fofana surprend Paris, le RCL est récompensé de ses efforts", - "description": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste lutte toujours pour le podium, tandis que Paris a une grosse avance en tête.

", - "content": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste lutte toujours pour le podium, tandis que Paris a une grosse avance en tête.

", + "title": "Porto: un cas de Covid détecté avant le match décisif face à l'Atlético", + "description": "Alors que Porto va jouer un match décisif face à l'Atlético, ce mardi Ligue des champions (21h), le club portugais doit se passer de Pepê, testé positif au Covid-19.

", + "content": "Alors que Porto va jouer un match décisif face à l'Atlético, ce mardi Ligue des champions (21h), le club portugais doit se passer de Pepê, testé positif au Covid-19.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/porto-un-cas-de-covid-detecte-avant-le-match-decisif-face-a-l-atletico_AD-202112060520.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 16:54:12 GMT", - "enclosure": "https://images.bfmtv.com/JKg6vMg52ZHeyIH1Mq_vBJbZYr4=/0x55:2048x1207/800x0/images/Messi-lors-de-Lens-PSG-1181764.jpg", + "pubDate": "Mon, 06 Dec 2021 20:25:48 GMT", + "enclosure": "https://images.bfmtv.com/f8cNqI6QcU4p9GNg8GgEEU-BKco=/0x208:1984x1324/800x0/images/FC-Porto-1136621.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54555,37 +55965,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "efa0bc97bc2d62ed227c52b7a685e4c5" + "hash": "cbfeb0530aa191ea356e8afc89d42a52" }, { - "title": "OM-Brest en direct: Marseille surpris à domicile par de surprenants bretons", - "description": "Marseille s'écroule à domicile face à Brest après avoir mené 1-0. Score final 2 à 1 pour les Bretons qui enchainent une 6e victoire d’affilée en Ligue 1.

", - "content": "Marseille s'écroule à domicile face à Brest après avoir mené 1-0. Score final 2 à 1 pour les Bretons qui enchainent une 6e victoire d’affilée en Ligue 1.

", + "title": "OM: Rongier raconte le \"déclic\" qu'il a eu grâce à Sampaoli", + "description": "Invité de BFM Marseille ce lundi, Valentin Rongier est revenu sur la préparation estivale de l'Olympique de Marseille, au cours de laquelle il a vécu un \"déclic\". Le milieu de terrain de 26 ans explique avoir tout fait pour démontrer à l'entraîneur Jorge Sampaoli ses qualités.

", + "content": "Invité de BFM Marseille ce lundi, Valentin Rongier est revenu sur la préparation estivale de l'Olympique de Marseille, au cours de laquelle il a vécu un \"déclic\". Le milieu de terrain de 26 ans explique avoir tout fait pour démontrer à l'entraîneur Jorge Sampaoli ses qualités.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-brest-en-direct-les-marseillais-veulent-enchainer-lors-de-la-17e-journee-de-ligue-1_LS-202112040169.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-rongier-raconte-le-declic-qu-il-a-eu-grace-a-sampaoli_AV-202112060517.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:29:46 GMT", - "enclosure": "https://images.bfmtv.com/6f4jCR5goy_5sWwk0KEwt5z-vw0=/0x65:2048x1217/800x0/images/Harit-etPierre-Gabriel-lors-d-OM-Brest-1181658.jpg", + "pubDate": "Mon, 06 Dec 2021 20:18:39 GMT", + "enclosure": "https://images.bfmtv.com/pf2q1HHQ8NJHTOxQ7bgkHDouQF8=/0x143:2048x1295/800x0/images/Valentin-Rongier-1167218.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "0c3e22d2dc6ede481b163252d6119aaa" + "hash": "0094e082edf98444ed33817ca39dc393" }, { - "title": "Manchester United: Ibrahimovic scandalisé après avoir dû payer... un jus de fruit", - "description": "Zlatan Ibrahimovic n'a toujours pas digéré d'avoir dû payer un jus de fruit à une livre sterling, lors d'un déplacement avec Manchester United. Dans son livre, le Suédois considère que cette anecdote est la conséquence de la \"petite mentalité\" du club anglais.

", - "content": "Zlatan Ibrahimovic n'a toujours pas digéré d'avoir dû payer un jus de fruit à une livre sterling, lors d'un déplacement avec Manchester United. Dans son livre, le Suédois considère que cette anecdote est la conséquence de la \"petite mentalité\" du club anglais.

", + "title": "Dortmund-Bayern: une plainte déposée contre Bellingham pour \"diffamation\" envers l'arbitre", + "description": "Après la défaite du Borussia Dortmund face au Bayern Munich samedi (2-3), Jude Bellingham s'en était pris à l'arbitre qu'il a accusé de corruption. Ce lundi, la Fédération allemande de football a ouvert une enquête sur les propos du milieu anglais du Borussia, qui pourrait également faire l'objet de poursuites pénales après une plainte déposée ce week-end.

", + "content": "Après la défaite du Borussia Dortmund face au Bayern Munich samedi (2-3), Jude Bellingham s'en était pris à l'arbitre qu'il a accusé de corruption. Ce lundi, la Fédération allemande de football a ouvert une enquête sur les propos du milieu anglais du Borussia, qui pourrait également faire l'objet de poursuites pénales après une plainte déposée ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ibrahimovic-scandalise-apres-avoir-du-payer-un-jus-de-fruit_AV-202112040164.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/dortmund-bayern-une-plainte-deposee-contre-bellingham-pour-diffamation-envers-l-arbitre_AN-202112060507.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:16:38 GMT", - "enclosure": "https://images.bfmtv.com/0YbQJAuwbQuRlBYaLjtTEWJqxR8=/0x55:2048x1207/800x0/images/Ibrahimovic-1181539.jpg", + "pubDate": "Mon, 06 Dec 2021 19:45:00 GMT", + "enclosure": "https://images.bfmtv.com/q-alK_kHBwj_Nvt8Z2Hm8c2IAHA=/0x87:1200x762/800x0/images/Jude-Bellingham-1181783.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54595,17 +56005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36c1095ab1739de5a8a88410041f4316" + "hash": "7075458e34d68d8d5b700ab0f36d6178" }, { - "title": "Ecosse: un homme arrêté après avoir lancé une bouteille sur un joueur", - "description": "Ancien joueur des Rangers, Barrie McKay a reçu une bouteille lors d'un match du championnat écossais entre son équipe de Heart of Midlothian et le Celtic. Une enquête a été ouverte et un homme a été arrêté.

", - "content": "Ancien joueur des Rangers, Barrie McKay a reçu une bouteille lors d'un match du championnat écossais entre son équipe de Heart of Midlothian et le Celtic. Une enquête a été ouverte et un homme a été arrêté.

", + "title": "Barça : Memphis veut \"une revanche\" face au Bayern", + "description": "Dans l'obligation de ne pas perdre à Munich, Memphis Depay veut une \"revanche\" face au Bayern Munich, qui a humilié le club catalan en 2020 (8-2), avant de récidiver lors du match aller au Camp Nou (0-3).

", + "content": "Dans l'obligation de ne pas perdre à Munich, Memphis Depay veut une \"revanche\" face au Bayern Munich, qui a humilié le club catalan en 2020 (8-2), avant de récidiver lors du match aller au Camp Nou (0-3).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ecosse-un-homme-arrete-apres-avoir-lance-une-bouteille-sur-un-joueur_AV-202112040160.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-memphis-veut-une-revanche-face-au-bayern_AV-202112060505.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:06:47 GMT", - "enclosure": "https://images.bfmtv.com/3X4VU-3pV6r7ntSDxirE8xuJMwo=/0x0:1024x576/800x0/images/Barrie-McKay-victime-d-un-jet-de-bouteille-1181516.jpg", + "pubDate": "Mon, 06 Dec 2021 19:41:38 GMT", + "enclosure": "https://images.bfmtv.com/u-FTeAoNJ5xnwOsbMnItwrzSxJE=/0x39:768x471/800x0/images/L-attaquant-neerlandais-de-Barcelone-Memphis-Depay-tente-de-dribbler-le-gardien-grec-de-Benfica-Odisseas-Vlachodimos-lors-de-leur-match-de-groupes-de-la-Ligue-des-Champions-le-23-novembre-2021-au-Camp-Nou-1173292.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54615,37 +56025,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c37943a2428ac738d5bf347177af1f0" + "hash": "0bfcc4f889529a47b5136ee30a513631" }, { - "title": "Les pronos hippiques du dimanche 5 décembre 2021", - "description": "Le Quinté+ du dimanche 5 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du dimanche 5 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "PSG: \"J'ai l'impression que Pochettino fait tout pour se faire virer\", observe Di Meco", + "description": "Eric Di Meco se demande si Mauricio Pochettino a le charisme nécessaire pour tirer le meilleur de l'effectif de stars du PSG. Notre consultant estime que le coach argentin est même prêt à faire ses valises si une belle porte de sortie s'offre à lui.

", + "content": "Eric Di Meco se demande si Mauricio Pochettino a le charisme nécessaire pour tirer le meilleur de l'effectif de stars du PSG. Notre consultant estime que le coach argentin est même prêt à faire ses valises si une belle porte de sortie s'offre à lui.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-5-decembre-2021_AN-202112040143.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-j-ai-l-impression-que-pochettino-fait-tout-pour-se-faire-virer-observe-di-meco_AV-202112060497.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 13:20:18 GMT", - "enclosure": "https://images.bfmtv.com/IKkf27eu21JWF2d6zd6uFKOIG3Y=/0x42:800x492/800x0/images/Les-pronos-hippiques-du-5-decembre-2021-1181092.jpg", + "pubDate": "Mon, 06 Dec 2021 19:16:56 GMT", + "enclosure": "https://images.bfmtv.com/8ETljshnemy-T8Cn7ReCNvv9WrQ=/0x80:2048x1232/800x0/images/Mauricio-Pochettino-parle-tactique-avec-Lionel-Messi-1182571.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "470f8d6bfb8a9a9dc724320aafc3e69a" + "hash": "de95bb03313ad5857b219ee8605d4c1f" }, { - "title": "PSG: Messi assure qu'il n'a \"jamais cherché à être le meilleur\"", - "description": "Lionel Messi affirme, dans une interview accordée à France Football, ne pas être \"intéressé\" de savoir s'il est le meilleur joueur du monde ou non. \"Je n'accorde pas tellement d'importance à tout ça\", dit-il.

", - "content": "Lionel Messi affirme, dans une interview accordée à France Football, ne pas être \"intéressé\" de savoir s'il est le meilleur joueur du monde ou non. \"Je n'accorde pas tellement d'importance à tout ça\", dit-il.

", + "title": "Incidents OL-OM: pourquoi Marseille demande que Lyon ait match perdu", + "description": "Dans le dossier qu'elle présentera à la Ligue de football professionnel ce mercredi, avant l'annonce des sanctions adressées à l'Olympique Lyonnais, le club phocéen estime que son homologue rhodanien devrait avoir match perdu. Cette décision de la LFP fera suite au jet de bouteille qui a atteint Dimitri Payet le 21 novembre dernier lors du choc OL-OM au Groupama Stadium.

", + "content": "Dans le dossier qu'elle présentera à la Ligue de football professionnel ce mercredi, avant l'annonce des sanctions adressées à l'Olympique Lyonnais, le club phocéen estime que son homologue rhodanien devrait avoir match perdu. Cette décision de la LFP fera suite au jet de bouteille qui a atteint Dimitri Payet le 21 novembre dernier lors du choc OL-OM au Groupama Stadium.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-assure-qu-il-n-a-jamais-cherche-a-etre-le-meilleur_AV-202112040135.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-pourquoi-l-om-demande-que-l-ol-ait-match-perdu-apres-les-incidents_AV-202112060489.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 12:39:19 GMT", - "enclosure": "https://images.bfmtv.com/65hvHoWyoz3ftaSAdyDveczaOd4=/0x0:1200x675/800x0/images/Lionel-Messi-1179555.jpg", + "pubDate": "Mon, 06 Dec 2021 19:05:39 GMT", + "enclosure": "https://images.bfmtv.com/8WDUfWwbGwrs1fivUdqJdhlB9IY=/0x375:2048x1527/800x0/images/Dimitri-Payet-a-terre-durant-OL-OM-1172368.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54655,37 +56065,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "444125b17d07d83c55b925ad872c92d6" + "hash": "333e6a5ff0bba1f9d56793d65c3acb0c" }, { - "title": "Lens-PSG en direct: Messi bute sur le poteau dans un Bollaert bouillant", - "description": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste lutte toujours pour le podium, tandis que Paris a une grosse avance en tête.

", - "content": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste lutte toujours pour le podium, tandis que Paris a une grosse avance en tête.

", + "title": "Standard-Charleroi: un homme mis en examen pour tentative d'homicide après les \"scènes de guerre\"", + "description": "Un homme \"a été mis en examen pour tentative d'homicide et incendie criminel\" ce lundi, a indiqué la Fédération belge de football, alors que des incidents ont éclaté dans le championnat ce week-end lors de deux matchs différents. Des événements très graves qui sont allés jusqu'à provoquer l'ire du ministère de l'Intérieur.

", + "content": "Un homme \"a été mis en examen pour tentative d'homicide et incendie criminel\" ce lundi, a indiqué la Fédération belge de football, alors que des incidents ont éclaté dans le championnat ce week-end lors de deux matchs différents. Des événements très graves qui sont allés jusqu'à provoquer l'ire du ministère de l'Intérieur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.html", + "link": "https://rmcsport.bfmtv.com/football/standard-charleroi-un-homme-mis-en-examen-pour-homicide-apres-les-scenes-de-guerre_AN-202112060470.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 16:54:12 GMT", - "enclosure": "https://images.bfmtv.com/V4GviEeMbOqTGW98MQjl9WZmGwY=/0x0:752x423/800x0/images/Les-attaquants-argentins-Lionel-Messi-et-Angel-Di-Maria-a-l-echauffement-avant-leur-match-contre-Lyon-le-19-septembre-2021-au-Parc-des-Princes-1179041.jpg", + "pubDate": "Mon, 06 Dec 2021 18:41:59 GMT", + "enclosure": "https://images.bfmtv.com/aERsWVASX_Qp1V-DcpJtbmQU_MQ=/0x106:2048x1258/800x0/images/Un-match-entre-le-Standard-Liege-et-Charleroi-le-3-mars-2020-1182788.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "4aee5d3913a1d6185644e4ed518dee06" + "hash": "02ac6c7ebd51b151c4b88f85f49f0e21" }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 4 décembre – Ligue 1", - "description": "Mon pronostic : Marseille ne perd pas face à Brest et les deux équipes marquent (2.00)

", - "content": "Mon pronostic : Marseille ne perd pas face à Brest et les deux équipes marquent (2.00)

", + "title": "JO d'hiver 2022: les États-Unis annoncent un boycott diplomatique à Pékin", + "description": "La Maison Blanche a annoncé ce lundi que les Etats-Unis vont boycotter diplomatiquement les prochains Jeux olympiques et paralympiques d'hiver, qui se dérouleront à Pékin du 4 au 20 février 2022.

", + "content": "La Maison Blanche a annoncé ce lundi que les Etats-Unis vont boycotter diplomatiquement les prochains Jeux olympiques et paralympiques d'hiver, qui se dérouleront à Pékin du 4 au 20 février 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-4-decembre-ligue-1_AN-202112040122.html", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-d-hiver-2022-les-etats-unis-annoncent-un-boycott-diplomatique-a-pekin_AN-202112060464.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 12:02:11 GMT", - "enclosure": "https://images.bfmtv.com/8vn7AIRpfPgppENTg6vpJcHEwwc=/0x30:1984x1146/800x0/images/A-Milik-1181496.jpg", + "pubDate": "Mon, 06 Dec 2021 18:35:41 GMT", + "enclosure": "https://images.bfmtv.com/6FSfWzTuuZ_eWYXBqBDYe2bbkOA=/0x75:768x507/800x0/images/Le-president-americain-Joe-Biden-le-2-decembre-2021-a-Bethesda-dans-le-Maryland-1180560.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54695,17 +56105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d340af99b63f2374c8ecb477247eaa4" + "hash": "08e549ed5555cb583ffd9a42d7c6c650" }, { - "title": "Les grandes interviews RMC Sport: le premier entretien de Mbappé à son arrivée au PSG", - "description": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Ce samedi, découvrez ou redécouvrez le premier entretien accordé par Kylian Mbappé au moment de son arrivée au PSG en septembre 2017.

", - "content": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Ce samedi, découvrez ou redécouvrez le premier entretien accordé par Kylian Mbappé au moment de son arrivée au PSG en septembre 2017.

", + "title": "Coupe de France: le match Cannet-Rocheville-Marseille se jouera au Vélodrome", + "description": "L'ES Cannet-Rocheville n'étant pas en mesure d'accueillir l'Olympique de Marseille pour leur match de Coupe de France le 19 décembre prochain, l'OM a décidé d'accepter d'organiser la rencontre au stade Vélodrome.

", + "content": "L'ES Cannet-Rocheville n'étant pas en mesure d'accueillir l'Olympique de Marseille pour leur match de Coupe de France le 19 décembre prochain, l'OM a décidé d'accepter d'organiser la rencontre au stade Vélodrome.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/les-grandes-interviews-rmc-sport-le-premier-entretien-de-mbappe-a-son-arrivee-au-psg_AN-202112040012.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-match-cannet-rocheville-marseille-se-jouera-au-velodrome_AV-202112060458.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 12:00:00 GMT", - "enclosure": "https://images.bfmtv.com/nFJxJtfqzkZRpQAfB0U59BjjiH0=/4x55:1380x829/800x0/images/Kylian-Mbappe-sur-RMC-Sport-en-2017-1181255.jpg", + "pubDate": "Mon, 06 Dec 2021 18:29:15 GMT", + "enclosure": "https://images.bfmtv.com/kL5P5yjhxlXv8aGDxDpLELGkuPQ=/0x210:2048x1362/800x0/images/Velodrome-1159418.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54715,37 +56125,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "369c5e2bfb6d1b976552e52a458676c6" + "hash": "057120b75427c4d478df1247de71e5a3" }, { - "title": "Biathlon en direct: les Bleus deuxièmes du relais derrière la Norvège", - "description": "Comme le week-end passé, la Coupe du monde de biathlon faisait étape à Östersund, en Suède. La journée de samedi a débuté avec le doublé français sur la poursuite dames avec les 2e et 3e places d'Anaïs Bescond et Anaïs Chevalier-Bouchet. Elle s'est achevée avec la 2e place des Tricolores au relais messieurs derrière la Norvège.

", - "content": "Comme le week-end passé, la Coupe du monde de biathlon faisait étape à Östersund, en Suède. La journée de samedi a débuté avec le doublé français sur la poursuite dames avec les 2e et 3e places d'Anaïs Bescond et Anaïs Chevalier-Bouchet. Elle s'est achevée avec la 2e place des Tricolores au relais messieurs derrière la Norvège.

", + "title": "PSG: Pochettino laisse \"les joueurs livrés à eux-mêmes\", regrette Rothen", + "description": "À la veille de PSG-Bruges, ce mardi (18h45 sur RMC Sport 1), Jérôme Rothen a critiqué le travail de Mauricio Pochettino dans son émission \"Rothen s'enflamme\". Selon lui, l'entraîneur du club de la capitale doit \"rassurer tactiquement\" ses joueurs, qui proposent un spectacle décevant depuis plusieurs semaines.

", + "content": "À la veille de PSG-Bruges, ce mardi (18h45 sur RMC Sport 1), Jérôme Rothen a critiqué le travail de Mauricio Pochettino dans son émission \"Rothen s'enflamme\". Selon lui, l'entraîneur du club de la capitale doit \"rassurer tactiquement\" ses joueurs, qui proposent un spectacle décevant depuis plusieurs semaines.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-en-direct-les-bleues-veulent-briller-sur-la-poursuite_LN-202112040116.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-laisse-les-joueurs-livres-a-eux-memes-regrette-rothen_AV-202112060416.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 11:54:00 GMT", - "enclosure": "https://images.bfmtv.com/TNoMfgNqAz66_LxBPDgeFASyBbc=/0x106:2048x1258/800x0/images/Quentin-Fillon-Maillet-1181550.jpg", + "pubDate": "Mon, 06 Dec 2021 17:58:53 GMT", + "enclosure": "https://images.bfmtv.com/IUbjLbEqeTu4wR4Y1duPZQv1ut4=/0x0:2048x1152/800x0/images/Lionel-Messi-sous-la-neige-a-Saint-Etienne-1181963.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2e2edeab501757e4bed112c7224a82e0" + "hash": "f8433f0173c06ed7cbb38cc4477fc81f" }, { - "title": "Dortmund-Bayern en direct : le BVB puni par un penalty accordé après vidéo", - "description": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", - "content": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", + "title": "Anthony Joshua: \"Je veux récupérer mes ceintures\"", + "description": "EXCLU RMC SPORT. Il n’est plus champion du monde depuis fin septembre et sa défaite contre Oleksandr Usyk pour les titres IBF-WBA-WBO des lourds. Mais Anthony Joshua reste une des plus grandes stars actuelles de la boxe. Très rare dans les médias français, le combattant britannique a accordé un entretien exclusif à RMC Sport. Revanche contre Usyk, changements à venir à l'entraînement, Tyson Fury, Tony Yoka: \"AJ\" revient sur tous les sujets qui font son actualité et plus encore.

", + "content": "EXCLU RMC SPORT. Il n’est plus champion du monde depuis fin septembre et sa défaite contre Oleksandr Usyk pour les titres IBF-WBA-WBO des lourds. Mais Anthony Joshua reste une des plus grandes stars actuelles de la boxe. Très rare dans les médias français, le combattant britannique a accordé un entretien exclusif à RMC Sport. Revanche contre Usyk, changements à venir à l'entraînement, Tyson Fury, Tony Yoka: \"AJ\" revient sur tous les sujets qui font son actualité et plus encore.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/anthony-joshua-je-veux-recuperer-mes-ceintures_AV-202112060407.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:57:00 GMT", - "enclosure": "https://images.bfmtv.com/HD8MsEJG9z-J16ITXA_EimM_1ic=/0x101:2048x1253/800x0/images/Coman-et-Mueller-avec-le-Bayern-1181736.jpg", + "pubDate": "Mon, 06 Dec 2021 17:47:46 GMT", + "enclosure": "https://images.bfmtv.com/4pIJEkqtcWIufJxqMcwb40-WmMo=/0x62:2032x1205/800x0/images/Anthony-Joshua-987595.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54755,17 +56165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24362c9f9f5d48bb93c4c951fa9800cb" + "hash": "78aa90edc4423bc9846d828dd9b40462" }, { - "title": "Lille-Troyes en direct : Jonathan David ramène le LOSC", - "description": "Trois jours après la belle victoire à Rennes, Lille veut enchaîner un deuxième succès consécutif face à Troyes, quelques jours avant un match décisif face à Wolfsbourg en Ligue des Champions.

", - "content": "Trois jours après la belle victoire à Rennes, Lille veut enchaîner un deuxième succès consécutif face à Troyes, quelques jours avant un match décisif face à Wolfsbourg en Ligue des Champions.

", + "title": "Saint-Étienne: Sablé assurera l'intérim après la mise à pied de Claude Puel", + "description": "Au lendemain de la mise à pied de Claude Puel, Julien Sablé a été choisi par l'AS Saint-Etienne pour assurer l'intérim jusqu'à la nomination d'un nouvel entraîneur.

", + "content": "Au lendemain de la mise à pied de Claude Puel, Julien Sablé a été choisi par l'AS Saint-Etienne pour assurer l'intérim jusqu'à la nomination d'un nouvel entraîneur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-troyes-en-direct-le-losc-veut-confirmer_LS-202112040213.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-sable-assurera-l-interim-apres-la-mise-a-pied-de-claude-puel_AV-202112060392.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 17:00:04 GMT", - "enclosure": "https://images.bfmtv.com/HOgGspRzlInkVf-BcnosNnlZsoQ=/0x25:2048x1177/800x0/images/Renato-Sanches-lors-de-Lille-Troyes-1181709.jpg", + "pubDate": "Mon, 06 Dec 2021 17:26:58 GMT", + "enclosure": "https://images.bfmtv.com/5nv2tBB3AWVGeH6MqETeIxWJSNQ=/0x62:1200x737/800x0/images/-806024.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54775,37 +56185,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc54ef0cbc9db7ae52a4df3e15d2c551" + "hash": "8146c78d571f5c7daf07d26d871232e2" }, { - "title": "Lens-PSG en direct: Mbappé laissé sur le banc, un trio d'attaque 100% argentin pour Paris", - "description": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste est toujours à la lutte pour le podium, tandis que Paris accuse une très grosse avance en tête du championnat.

", - "content": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste est toujours à la lutte pour le podium, tandis que Paris accuse une très grosse avance en tête du championnat.

", + "title": "Mondial 2022: une équipe norvégienne sort un maillot anti-Qatar", + "description": "La formation de Tromsø IL, qui évolue dans le championnat norvégien, a dévoilé ce lundi un maillot avec un QR code fonctionnel qui renvoie vers le site du club, où sont dénoncées les conditions de travail au Qatar.

", + "content": "La formation de Tromsø IL, qui évolue dans le championnat norvégien, a dévoilé ce lundi un maillot avec un QR code fonctionnel qui renvoie vers le site du club, où sont dénoncées les conditions de travail au Qatar.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.html", + "link": "https://rmcsport.bfmtv.com/football/mondial-2022-une-equipe-norvegienne-sort-un-maillot-anti-qatar_AV-202112060387.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 16:54:12 GMT", - "enclosure": "https://images.bfmtv.com/V4GviEeMbOqTGW98MQjl9WZmGwY=/0x0:752x423/800x0/images/Les-attaquants-argentins-Lionel-Messi-et-Angel-Di-Maria-a-l-echauffement-avant-leur-match-contre-Lyon-le-19-septembre-2021-au-Parc-des-Princes-1179041.jpg", + "pubDate": "Mon, 06 Dec 2021 17:20:19 GMT", + "enclosure": "https://images.bfmtv.com/KxmAb_5Cnz4wU6I6roI8e6yuW3w=/0x103:1984x1219/800x0/images/Ballon-de-foot-1064209.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5a942f3b17e7c59e472bee3813d860c0" + "hash": "a485bc5ba06a87d1d64524b4742ec98f" }, { - "title": "OM-Brest: à quelle heure et sur quelle chaîne regarder le match de Ligue 1", - "description": "L’OM accueille Brest ce samedi à 17h au stade Vélodrome, un match comptant pour la 17e journée de Ligue 1.

", - "content": "L’OM accueille Brest ce samedi à 17h au stade Vélodrome, un match comptant pour la 17e journée de Ligue 1.

", + "title": "Monaco: saison terminée pour Krépin Diatta, opéré des croisés avec succès", + "description": "L'attaquant sénégalais de l'AS Monaco Krépin Diatta (22 ans), opéré d'une lésion du ligament antérieur du genou gauche ce lundi, ne rejouera plus cette saison sous le maillot du club de la Principauté.

", + "content": "L'attaquant sénégalais de l'AS Monaco Krépin Diatta (22 ans), opéré d'une lésion du ligament antérieur du genou gauche ce lundi, ne rejouera plus cette saison sous le maillot du club de la Principauté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-brest-a-quelle-heure-et-sur-quelle-chaine-regarder-le-match-de-ligue-1_AV-202112040115.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-saison-terminee-pour-krepin-diatta-opere-des-croises-avec-succes_AV-202112060373.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 11:47:36 GMT", - "enclosure": "https://images.bfmtv.com/IoAkFxR2nh4MYeiZXyAsMe9q7bI=/0x0:2048x1152/800x0/images/Matteo-Guendouzi-1160560.jpg", + "pubDate": "Mon, 06 Dec 2021 16:54:53 GMT", + "enclosure": "https://images.bfmtv.com/W2CICT7aEggBMneVfYG57sQz7gc=/0x0:1200x675/800x0/images/Krepin-Diatta-1182763.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54815,17 +56225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "40dd5bf9c997d3eb4c5d4242709e3e5a" + "hash": "df3864e473d054b6e56bca71d2a89746" }, { - "title": "Barça: une offensive de l’AC Milan pour Umtiti ?", - "description": "Avec l’absence pour plusieurs mois de Simon Kjaer, l’AC Milan devrait recruter lors du mercato hivernal un défenseur central. Selon Sport, les Milanais pourraient lancer prochainement une offensive afin de recruter Samuel Umtiti.

", - "content": "Avec l’absence pour plusieurs mois de Simon Kjaer, l’AC Milan devrait recruter lors du mercato hivernal un défenseur central. Selon Sport, les Milanais pourraient lancer prochainement une offensive afin de recruter Samuel Umtiti.

", + "title": "OL: coup dur pour Denayer, qui va être absent deux mois", + "description": "Sorti blessé lors du match entre les Girondins de Bordeaux et l'Olympique Lyonnais, dimanche en Ligue 1 (2-2), Jason Denayer sera absent deux mois. Le défenseur central souffre d'une entorse de la cheville droite, a indiqué le club rhodanien dans un communiqué.

", + "content": "Sorti blessé lors du match entre les Girondins de Bordeaux et l'Olympique Lyonnais, dimanche en Ligue 1 (2-2), Jason Denayer sera absent deux mois. Le défenseur central souffre d'une entorse de la cheville droite, a indiqué le club rhodanien dans un communiqué.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-une-offensive-de-l-ac-milan-pour-umtiti_AV-202112040105.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-coup-dur-pour-denayer-qui-va-etre-absent-deux-mois_AV-202112060365.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 11:30:15 GMT", - "enclosure": "https://images.bfmtv.com/x9bnHk5j99Aej1RDcfBsOVaEkE8=/0x68:2048x1220/800x0/images/Samuel-Umtiti-1123672.jpg", + "pubDate": "Mon, 06 Dec 2021 16:46:08 GMT", + "enclosure": "https://images.bfmtv.com/j3yG2YxKSrNdEf4uKE5ZFQiI0dA=/0x34:1200x709/800x0/images/Jason-Denayer-1182334.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54835,17 +56245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "549fed02b451fc4b8790432a75505250" + "hash": "68eefda267056fa546f68cae13857c36" }, { - "title": "Ballon d'or: les votes les plus surprenants des journalistes", - "description": "Les détails des votes du Ballon d’or 2021, attribué à Lionel Messi devant Robert Lewandowski, ont été dévoilés. Certains classements peuvent surprendre…

", - "content": "Les détails des votes du Ballon d’or 2021, attribué à Lionel Messi devant Robert Lewandowski, ont été dévoilés. Certains classements peuvent surprendre…

", + "title": "Incidents OL-OM: un rapport de la préfecture et de la DDSP rejette la faute sur la Ligue", + "description": "Deux semaines et demi après l'arrêt et le report de la rencontre entre l'OL et l'OM, un rapport co-rédigé par la préfecture d'Auvergne-Rhône-Alpes et la Direction départementale de la sécurité publique consulté par RMC Sport indique que les membres de la Ligue présents sur place \"semblaient privilégier une reprise\".

", + "content": "Deux semaines et demi après l'arrêt et le report de la rencontre entre l'OL et l'OM, un rapport co-rédigé par la préfecture d'Auvergne-Rhône-Alpes et la Direction départementale de la sécurité publique consulté par RMC Sport indique que les membres de la Ligue présents sur place \"semblaient privilégier une reprise\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ballon-d-or-les-votes-les-plus-surprenants-des-journalistes_AV-202112040099.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-un-rapport-de-la-prefecture-et-de-la-ddsp-rejette-la-faute-sur-la-ligue_AV-202112060339.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 11:17:50 GMT", - "enclosure": "https://images.bfmtv.com/Hbw8RZKPUV3XWDCzavG5UU3cIr0=/0x24:2048x1176/800x0/images/Lionel-Messi-1181442.jpg", + "pubDate": "Mon, 06 Dec 2021 16:19:32 GMT", + "enclosure": "https://images.bfmtv.com/cYZCJ3C5jbxw__gAo3KoSS80NCA=/0x50:768x482/800x0/images/Le-milieu-de-terrain-de-l-Olympique-de-Marseille-Dimitri-Payet-s-apprete-a-tirer-un-corner-lors-du-match-de-cloture-de-la-14e-journee-de-Ligue-1-face-a-Lyon-le-22-novembre-2021-au-Groupama-Stadium-a-Decines-Charpieu-pres-de-Lyon-1173198.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54855,57 +56265,57 @@ "favorite": false, "created": false, "tags": [], - "hash": "3330fd2eaf48e7fe12dad5f2c0121b65" + "hash": "8923affcad3e82ee1d1bad21d3ab9643" }, { - "title": "Dortmund-Bayern en direct : Lewandowski répond directement à Brandt", - "description": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", - "content": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", + "title": "Tennis: la WTA officialise son calendrier 2022 et acte son boycott de la Chine", + "description": "La WTA a publié ce lundi son calendrier pour les six premiers mois de la saison 2022 et aucun tournois chinois ne s'y trouve. Un acte majeur de la part de Steve Simon, qui avait eu des mots forts après la révélation de l'affaire Peng Shuai.

", + "content": "La WTA a publié ce lundi son calendrier pour les six premiers mois de la saison 2022 et aucun tournois chinois ne s'y trouve. Un acte majeur de la part de Steve Simon, qui avait eu des mots forts après la révélation de l'affaire Peng Shuai.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.html", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-la-wta-officialise-son-calendrier-2022-et-acte-son-boycott-de-la-chine_AV-202112060330.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:57:00 GMT", - "enclosure": "https://images.bfmtv.com/FKKtGc1FSApaFaXq1THqntEjlPQ=/0x39:768x471/800x0/images/L-attaquant-polonais-du-Bayern-Robert-Lewandowski-buteur-contre-Benfica-en-Ligue-des-champions-le-2-novembre-2021-a-Munich-1160635.jpg", + "pubDate": "Mon, 06 Dec 2021 15:59:24 GMT", + "enclosure": "https://images.bfmtv.com/b-NX9lhOxku0fBkpjMvy57cpBS4=/0x40:768x472/800x0/images/La-joueuse-chinoise-Peng-Shuai-lors-d-un-match-du-tournoi-WTA-de-Pekin-le-2-octobre-2017-1170748.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ff2880d9222e9ada49267ccec58a1e63" + "hash": "ec321b5440943767027af8390b6ce9ec" }, { - "title": "Lille-Troyes en direct : un duo Yilmaz-Ikoné en attaque, David sur le banc", - "description": "Trois jours après la belle victoire à Rennes, Lille veut enchaîner un deuxième succès consécutif face à Troyes, quelques jours avant un match décisif face à Wolfsbourg en Ligue des Champions.

", - "content": "Trois jours après la belle victoire à Rennes, Lille veut enchaîner un deuxième succès consécutif face à Troyes, quelques jours avant un match décisif face à Wolfsbourg en Ligue des Champions.

", + "title": "OL: les supporters des Rangers interdits à Lyon", + "description": "À trois jours du match entre l'Olympique Lyonnais et les Glasgow Rangers jeudi en Ligue Europa (sur RMC Sport), un arrêté ministériel publié ce lundi interdit le déplacement des supporters écossais à Lyon. 2 200 d'entre eux devaient assister à ce match comptant pour la 6e journée de Ligue Europa.

", + "content": "À trois jours du match entre l'Olympique Lyonnais et les Glasgow Rangers jeudi en Ligue Europa (sur RMC Sport), un arrêté ministériel publié ce lundi interdit le déplacement des supporters écossais à Lyon. 2 200 d'entre eux devaient assister à ce match comptant pour la 6e journée de Ligue Europa.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-troyes-en-direct-le-losc-veut-confirmer_LS-202112040213.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ol-les-supporters-des-rangers-interdits-a-lyon_AV-202112060329.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 17:00:04 GMT", - "enclosure": "https://images.bfmtv.com/750VDUByVahnQLm86lqxxpIM0GU=/0x169:2048x1321/800x0/images/Burak-YILMAZ-1150769.jpg", + "pubDate": "Mon, 06 Dec 2021 15:56:45 GMT", + "enclosure": "https://images.bfmtv.com/vAkF-MIVxCZ56NNf5Na3xZiB3O4=/0x84:2048x1236/800x0/images/Les-supporters-des-Rangers-lors-du-match-aller-entre-l-OL-et-le-club-de-Glasgow-le-16-septembre-1182742.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "6c891aa9388656440fa94c8c4339c32a" + "hash": "8d745027063502e49a6e81b39a9db723" }, { - "title": "GP d'Arabie saoudite en direct: pas de sanction contre Hamilton", - "description": "Avec un bon résultat de sa part et un coup de pouce, Max Verstappen (Red Bull) a la possibilité de ravir le titre de champion du monde à Lewis Hamilton (Mercedes) dès ce dimanche, à l'occasion du GP d'Arabie saoudite à Djeddah. Avant le début de l'avant-dernière course de l'année, le Néerlandais compte 8 points d'avance sur le Britannique.

", - "content": "Avec un bon résultat de sa part et un coup de pouce, Max Verstappen (Red Bull) a la possibilité de ravir le titre de champion du monde à Lewis Hamilton (Mercedes) dès ce dimanche, à l'occasion du GP d'Arabie saoudite à Djeddah. Avant le début de l'avant-dernière course de l'année, le Néerlandais compte 8 points d'avance sur le Britannique.

", + "title": "Coupe de France : Avant son match face à l’OM, Le Cannet, sans stade, tire la sonnette d’alarme", + "description": "Ce qui était une grande joie au moment du tirage au sort lundi dernier est en train de tourner au cauchemar: les amateurs du Cannet-Rocheville ne savent toujours pas où ils pourront recevoir l'OM en 32e de finale de coupe de France le dimanche 19 décembre.

", + "content": "Ce qui était une grande joie au moment du tirage au sort lundi dernier est en train de tourner au cauchemar: les amateurs du Cannet-Rocheville ne savent toujours pas où ils pourront recevoir l'OM en 32e de finale de coupe de France le dimanche 19 décembre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-en-direct-verstappen-hamilton-avant-dernier-duel-pour-le-titre_LN-202112040175.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-avant-son-match-face-a-l-om-le-cannet-sans-stade-tire-la-sonnette-d-alarme_AV-202112060323.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:49:10 GMT", - "enclosure": "https://images.bfmtv.com/HGm11AmVQPJyCdBIg-oXdI-WEQs=/0x0:2048x1152/800x0/images/Lewis-Hamilton-en-Arabie-saoudite-1181592.jpg", + "pubDate": "Mon, 06 Dec 2021 15:33:28 GMT", + "enclosure": "https://images.bfmtv.com/0fgFY64v7W1LaegIfAeNtItvj8M=/0x175:2048x1327/800x0/images/Le-stade-Velodrome-a-huis-clos-pour-OM-Troyes-1181282.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54915,17 +56325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf0bdc5649bc7003831cd7d7d492227e" + "hash": "0eb9bb5af0360143294535b1caad5dc0" }, { - "title": "Lens-PSG en direct: Mbappé laissé sur le banc", - "description": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste est toujours à la lutte pour le podium, tandis que Paris accuse une très grosse avance en tête du championnat.

", - "content": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste est toujours à la lutte pour le podium, tandis que Paris accuse une très grosse avance en tête du championnat.

", + "title": "PSG: \"Les gens critiquent toujours\", Hakimi réclame de la patience", + "description": "En conférence de presse ce lundi, à la veille du dernier rendez-vous de la phase de poules de la Ligue des champions face à Bruges (mardi à 18h45, en direct sur RMC Sport 1), le latéral droit Achraf Hakimi a estimé que les joueurs du PSG avait encore besoin de temps pour assimiler les demandes de leur entraîneur, Mauricio Pochettino.

", + "content": "En conférence de presse ce lundi, à la veille du dernier rendez-vous de la phase de poules de la Ligue des champions face à Bruges (mardi à 18h45, en direct sur RMC Sport 1), le latéral droit Achraf Hakimi a estimé que les joueurs du PSG avait encore besoin de temps pour assimiler les demandes de leur entraîneur, Mauricio Pochettino.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-les-gens-critiquent-toujours-hakimi-reclame-de-la-patience_AV-202112060322.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 16:54:12 GMT", - "enclosure": "https://images.bfmtv.com/BS-hWN2RmIQoue45PGmjeF7fuTE=/3x25:2035x1168/800x0/images/Kylian-MBAPPE-1181388.jpg", + "pubDate": "Mon, 06 Dec 2021 15:26:32 GMT", + "enclosure": "https://images.bfmtv.com/cTPSglOa2Bh96dMyMFmXsfwhMos=/0x0:1200x675/800x0/images/Achraf-Hakimi-1182743.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54935,17 +56345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2735eed687fbcb6aa5fc8a7ae565e97c" + "hash": "685de39923307454d18dd756abc781b5" }, { - "title": "ASSE: le plan de Serge Bueno pour racheter le club et éviter un repreneur étranger", - "description": "Opposé à l’idée que l'AS Saint-Etienne soit rachetée par des investisseurs étrangers, l’homme d’affaire franco-israélien Serge Bueno envisage de faire une offre à la direction des Verts dans les prochains jours. Son projet repose en partie sur la participation des \"entreprises et des décideurs locaux\".

", - "content": "Opposé à l’idée que l'AS Saint-Etienne soit rachetée par des investisseurs étrangers, l’homme d’affaire franco-israélien Serge Bueno envisage de faire une offre à la direction des Verts dans les prochains jours. Son projet repose en partie sur la participation des \"entreprises et des décideurs locaux\".

", + "title": "Ligue 1: huis clos, point de retrait... ce que risque l'OL après l'incident contre l'OM", + "description": "Deux semaines et demi après l'incident qui a provoqué l'interruption de la rencontre entre l'Olympique Lyonnais et l'Olympique de Marseille le 21 novembre au Groupama Stadium, l'OL va être fixé mercredi sur ses sanctions. Selon nos informations, le retrait d'un point avec sursis est possible ainsi qu'un nouveau match à huis clos.

", + "content": "Deux semaines et demi après l'incident qui a provoqué l'interruption de la rencontre entre l'Olympique Lyonnais et l'Olympique de Marseille le 21 novembre au Groupama Stadium, l'OL va être fixé mercredi sur ses sanctions. Selon nos informations, le retrait d'un point avec sursis est possible ainsi qu'un nouveau match à huis clos.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-le-plan-de-serge-bueno-pour-racheter-le-club-et-eviter-un-repreneur-etranger_AV-202112040098.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-un-possible-retrait-d-un-point-avec-sursis-pour-l-ol-apres-l-incident-contre-l-om_AV-202112060319.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 11:15:02 GMT", - "enclosure": "https://images.bfmtv.com/4g8bwIEwYRTzI_7ykBz_SCByTXw=/14x0:2046x1143/800x0/images/Roland-Romeyer-1181471.jpg", + "pubDate": "Mon, 06 Dec 2021 15:20:37 GMT", + "enclosure": "https://images.bfmtv.com/YUzaZSDOddKudjP1EhIzSEW7nSc=/0x60:768x492/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54955,17 +56365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ae122c115fe85f0c3c4c5f3fcbff232" + "hash": "1aa75513da60a08e6e62cb24b3cf0e78" }, { - "title": "Mercato: Newcastle prêt à casser sa tirelire pour Lingard", - "description": "Doté de moyens colossaux avec l’arrivée des investisseurs saoudiens, Newcastle compte frapper fort dès le mercato hivernal. Derniers au classement de Premier League, les Magpies seraient prêts d’après le Times à casser leur tirelire pour s’attacher les services de Jesse Lingard.

", - "content": "Doté de moyens colossaux avec l’arrivée des investisseurs saoudiens, Newcastle compte frapper fort dès le mercato hivernal. Derniers au classement de Premier League, les Magpies seraient prêts d’après le Times à casser leur tirelire pour s’attacher les services de Jesse Lingard.

", + "title": "PSG-Bruges: le monologue de Pochettino pour assurer qu'il \"se sent bien malgré les tempêtes\"", + "description": "A la veille de la réception de Bruges en Ligue des champions (18h45, sur RMC Sport 1), Mauricio Pochettino est revenu sur les critiques dont son équipe fait l'objet depuis quelques semaines. Malgré les tempêtes, le technicien \"se sent bien\" et garde la confiance de ses joueurs.

", + "content": "A la veille de la réception de Bruges en Ligue des champions (18h45, sur RMC Sport 1), Mauricio Pochettino est revenu sur les critiques dont son équipe fait l'objet depuis quelques semaines. Malgré les tempêtes, le technicien \"se sent bien\" et garde la confiance de ses joueurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/mercato-newcastle-pret-a-casser-sa-tirelire-pour-lingard_AV-202112040096.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-le-monologue-de-pochettino-pour-assurer-qu-il-se-sent-bien-malgre-les-tempetes_AV-202112060317.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 11:04:41 GMT", - "enclosure": "https://images.bfmtv.com/lmSink1hJOjuswOw46S37pQihBc=/0x0:2016x1134/800x0/images/Jesse-Lingard-avec-Manchester-United-1153727.jpg", + "pubDate": "Mon, 06 Dec 2021 15:17:50 GMT", + "enclosure": "https://images.bfmtv.com/I6X2EQBr5aBEciqBg7-KhTrfpyQ=/0x229:496x508/800x0/images/L-entraineur-argentin-du-Paris-Saint-Germain-Mauricio-Pochettino-lors-d-une-conference-de-presse-au-Parc-des-Princes-a-Paris-le-18-octobre-2021-1156167.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -54975,37 +56385,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "950ddffc49e066af5d70694d397d2b59" + "hash": "f5f6784125554e35402d402cd975bb8c" }, { - "title": "F1: sur quelle chaîne et à quelle heure regarder le GP d'Arabie Saoudite", - "description": "L'avant-dernière course de la saison de F1, le Grand Prix d'Arabie Saoudite à Djeddah, se déroule ce dimanche 5 décembre. L'extinction des feux est prévue à 18h30. Max Verstappen, qui compte huit points d'avance sur Lewis Hamilton, peut être sacré champion.

", - "content": "L'avant-dernière course de la saison de F1, le Grand Prix d'Arabie Saoudite à Djeddah, se déroule ce dimanche 5 décembre. L'extinction des feux est prévue à 18h30. Max Verstappen, qui compte huit points d'avance sur Lewis Hamilton, peut être sacré champion.

", + "title": "Rugby: l'essai de l'année pour les Français Penaud et Boulard", + "description": "Les essais inscrits par l'ailier français Damian Penaud et l'arrière française Emilie Boulard, respectivement contre l'Ecosse et le pays de Galles lors du Tournoi des six nations 2021, ont été élus les plus beaux de l'année, a annoncé lundi World Rugby.

", + "content": "Les essais inscrits par l'ailier français Damian Penaud et l'arrière française Emilie Boulard, respectivement contre l'Ecosse et le pays de Galles lors du Tournoi des six nations 2021, ont été élus les plus beaux de l'année, a annoncé lundi World Rugby.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-sur-quelle-chaine-et-a-quelle-heure-regarder-le-gp-d-arabie-saoudite_AV-202112040093.html", + "link": "https://rmcsport.bfmtv.com/rugby/rugby-l-essai-de-l-annee-pour-les-francais-penaud-et-boulard_AD-202112060312.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 10:58:02 GMT", - "enclosure": "https://images.bfmtv.com/LRBpwZRjxi09iAXy0b25LMxrSCw=/0x106:2048x1258/800x0/images/GP-Arabie-Saoudite-1181445.jpg", + "pubDate": "Mon, 06 Dec 2021 15:12:16 GMT", + "enclosure": "https://images.bfmtv.com/ms6h7IDVFXBI1s2FUcq99gDT3TI=/0x40:768x472/800x0/images/L-ailier-francais-Damian-Penaud-file-marquer-un-essai-apres-son-interception-face-a-la-Nouvelle-Zelande-lors-du-dernier-test-match-de-la-tournee-d-automne-le-20-novembre-2021-au-Stade-de-France-a-Saint-Denis-1171411.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "c50f61bce450565c27e7e5c43c0ecacc" + "hash": "b3c90ac165f6054a3702a5d8f3189028" }, { - "title": "Ligue 1 en direct: le groupe du PSG face à Lens, encore sans Ramos", - "description": "Suivez en direct toutes les informations avant la 17e journée de Ligue 1 ce week-end.

", - "content": "Suivez en direct toutes les informations avant la 17e journée de Ligue 1 ce week-end.

", + "title": "F2: talon cassé, contusions… Fittipaldi présente ses blessures après l‘accident avec Pourchaire", + "description": "Pris dans une terrible collision avec la voiture du Français Théo Pourchaire, le Brésilien Enzo Fittipaldi a donné des nouvelles rassurantes sur les réseaux sociaux, publiant une photo de lui à l’hôpital avec le pouce levé.

", + "content": "Pris dans une terrible collision avec la voiture du Français Théo Pourchaire, le Brésilien Enzo Fittipaldi a donné des nouvelles rassurantes sur les réseaux sociaux, publiant une photo de lui à l’hôpital avec le pouce levé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-de-17e-journee_LN-202112030112.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f2-talon-casse-contusions-fittipaldi-presente-ses-blessures-apres-l-accident-avec-pourchaire_AV-202112060302.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 07:34:55 GMT", - "enclosure": "https://images.bfmtv.com/ITxG3x_BfUuCbiq4k2NqGuXjfJI=/0x67:2048x1219/800x0/images/Sergio-Ramos-1172389.jpg", + "pubDate": "Mon, 06 Dec 2021 14:41:59 GMT", + "enclosure": "https://images.bfmtv.com/QgwL8xd7SOdRS4xK6_hIKKxbFWQ=/0x125:1200x800/800x0/images/Illustration-de-la-violence-du-choc-entre-Theo-Pourchaire-et-Enzo-Fittipaldi-1182731.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55015,37 +56425,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f72068f5495ffe7f50725224c578c10" + "hash": "89baa6f2ec2d56cfb3eb98e9c781b114" }, { - "title": "Dortmund-Bayern en direct : Tolisso, Hernandez et Coman titulaires face à Haaland", - "description": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", - "content": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", + "title": "Real Madrid: Casemiro confiant pour l'avenir de Camavinga", + "description": "Le Real Madrid affronte l’Inter Milan mardi lors de la sixième journée des poules de la Ligue des champions. Interrogé sur l'intégration d’Eduardo Camavinga, le Brésilien Casemiro a affiché une belle confiance à l’égard du milieu français.

", + "content": "Le Real Madrid affronte l’Inter Milan mardi lors de la sixième journée des poules de la Ligue des champions. Interrogé sur l'intégration d’Eduardo Camavinga, le Brésilien Casemiro a affiché une belle confiance à l’égard du milieu français.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/real-madrid-casemiro-confiant-pour-l-avenir-de-camavinga_AV-202112060296.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:57:00 GMT", - "enclosure": "https://images.bfmtv.com/FKKtGc1FSApaFaXq1THqntEjlPQ=/0x39:768x471/800x0/images/L-attaquant-polonais-du-Bayern-Robert-Lewandowski-buteur-contre-Benfica-en-Ligue-des-champions-le-2-novembre-2021-a-Munich-1160635.jpg", + "pubDate": "Mon, 06 Dec 2021 14:32:21 GMT", + "enclosure": "https://images.bfmtv.com/lQzuzZRmvOH0uyiaW2ROXC-FbVY=/0x17:2048x1169/800x0/images/Eduardo-Camavinga-avec-le-Real-Madrid-1182723.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "30b5dc3b2bae445d3bb33d0ddfe37d32" + "hash": "ba58fdb7beb9bae1b61f89086a0f62ec" }, { - "title": "OM-Brest en direct: Marseille se fait égaliser sur penalty", - "description": "L'OM est deuxième de ligue 1 derrière le PSG avant la réception de Brest ce samedi lors de la 17e journée de la saison. Victorieux de Troyes et Nantes cette semaine, les protégés de Jorge Sampaoli espèrent enchaîner un troisième succès consécutif et conforter leur place de dauphin. Lancé dans une série de cinq victoires d'affilée, les Brestois sont en forme et comptent bien se rapprocher du top 5 de la Ligue 1 avec une nouvelle performance au Vélodrome. Un match à suivre dès 17h en direct commenté sur RMC Sport.

", - "content": "L'OM est deuxième de ligue 1 derrière le PSG avant la réception de Brest ce samedi lors de la 17e journée de la saison. Victorieux de Troyes et Nantes cette semaine, les protégés de Jorge Sampaoli espèrent enchaîner un troisième succès consécutif et conforter leur place de dauphin. Lancé dans une série de cinq victoires d'affilée, les Brestois sont en forme et comptent bien se rapprocher du top 5 de la Ligue 1 avec une nouvelle performance au Vélodrome. Un match à suivre dès 17h en direct commenté sur RMC Sport.

", + "title": "PSG: Sergio Ramos forfait face à Bruges, Kimpembe incertain", + "description": "Trop juste sur le plan physique, le défenseur central du PSG, Sergio Ramos, sera absent pour le match de Ligue des champions face à Bruges, mardi au Parc des Princes (18h45 en direct sur RMC Sport 1).

", + "content": "Trop juste sur le plan physique, le défenseur central du PSG, Sergio Ramos, sera absent pour le match de Ligue des champions face à Bruges, mardi au Parc des Princes (18h45 en direct sur RMC Sport 1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-brest-en-direct-les-marseillais-veulent-enchainer-lors-de-la-17e-journee-de-ligue-1_LS-202112040169.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-sergio-ramos-forfait-face-a-bruges-kimpembe-incertain_AV-202112060274.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:29:46 GMT", - "enclosure": "https://images.bfmtv.com/gISSXyiDd48JVHIljjhzUBEEFS4=/0x106:2048x1258/800x0/images/Luan-Peres-Arek-Milik-et-Dimitri-Payet-avec-l-OM-1181561.jpg", + "pubDate": "Mon, 06 Dec 2021 13:48:59 GMT", + "enclosure": "https://images.bfmtv.com/7m-qfhTwLE18hCdBBD4kar0LUOg=/0x37:2048x1189/800x0/images/Sergio-RAMOS-1180944.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55055,17 +56465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47c84b5514cfb65d14e76cffc80d4f98" + "hash": "8837da6cb1647267432f8574fb7f4509" }, { - "title": "GP d'Arabie saoudite en direct: enquête contre Hamilton avant les qualifications", - "description": "Avec un bon résultat de sa part et un coup de pouce, Max Verstappen (Red Bull) a la possibilité de ravir le titre de champion du monde à Lewis Hamilton (Mercedes) dès ce dimanche, à l'occasion du GP d'Arabie saoudite à Djeddah. Avant le début de l'avant-dernière course de l'année, le Néerlandais compte 8 points d'avance sur le Britannique.

", - "content": "Avec un bon résultat de sa part et un coup de pouce, Max Verstappen (Red Bull) a la possibilité de ravir le titre de champion du monde à Lewis Hamilton (Mercedes) dès ce dimanche, à l'occasion du GP d'Arabie saoudite à Djeddah. Avant le début de l'avant-dernière course de l'année, le Néerlandais compte 8 points d'avance sur le Britannique.

", + "title": "Juventus: altercation entre Morata et Allegri en plein match", + "description": "Massimiliano Allegri a alpagué Alvaro Morata lors de son remplacement pendant le match entre la Juventus et le Genoa dimanche en Serie A. L’entraîneur turinois a reproché à l’attaquant espagnol un carton jaune reçu stupidement pour contestation.

", + "content": "Massimiliano Allegri a alpagué Alvaro Morata lors de son remplacement pendant le match entre la Juventus et le Genoa dimanche en Serie A. L’entraîneur turinois a reproché à l’attaquant espagnol un carton jaune reçu stupidement pour contestation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-en-direct-verstappen-hamilton-avant-dernier-duel-pour-le-titre_LN-202112040175.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-altercation-entre-morata-et-allegri-en-plein-match_AV-202112060271.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:49:10 GMT", - "enclosure": "https://images.bfmtv.com/HGm11AmVQPJyCdBIg-oXdI-WEQs=/0x0:2048x1152/800x0/images/Lewis-Hamilton-en-Arabie-saoudite-1181592.jpg", + "pubDate": "Mon, 06 Dec 2021 13:42:40 GMT", + "enclosure": "https://images.bfmtv.com/h1NdXz42u_PU7XrTpZCLkTM_Kec=/0x0:2048x1152/800x0/images/L-altercation-entre-Alvaro-Morata-et-Massimiliano-Allegri-lors-de-Juventus-Genoa-1182695.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55075,17 +56485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1479e765d80f521dbdb4cc89e62058d2" + "hash": "6b690c437383048a988a952d5ca78ea7" }, { - "title": "OM-Brest en direct: Payet est bien titulaire, Milik et Under remplaçants", - "description": "L'OM est deuxième de ligue 1 derrière le PSG avant la réception de Brest ce samedi lors de la 17e journée de la saison. Victorieux de Troyes et Nantes cette semaine, les protégés de Jorge Sampaoli espèrent enchaîner un troisième succès consécutif et conforter leur place de dauphin. Lancé dans une série de cinq victoires d'affilée, les Brestois sont en forme et comptent bien se rapprocher du top 5 de la Ligue 1 avec une nouvelle performance au Vélodrome. Un match à suivre dès 17h en direct commenté sur RMC Sport.

", - "content": "L'OM est deuxième de ligue 1 derrière le PSG avant la réception de Brest ce samedi lors de la 17e journée de la saison. Victorieux de Troyes et Nantes cette semaine, les protégés de Jorge Sampaoli espèrent enchaîner un troisième succès consécutif et conforter leur place de dauphin. Lancé dans une série de cinq victoires d'affilée, les Brestois sont en forme et comptent bien se rapprocher du top 5 de la Ligue 1 avec une nouvelle performance au Vélodrome. Un match à suivre dès 17h en direct commenté sur RMC Sport.

", + "title": "Scandale en Colombie, la \"finale\" d'accession en D1 probablement truquée", + "description": "L'Union Magdalena s'est imposé samedi sur la pelouse de Llaneros (2-1), et termine de justesse en tête de son groupe pour la promotion en Première division colombienne. Un match entâché de forts soupçons de corruption, l'Union ayant inscrit ses deux buts aux 95e et 96e minutes, avec une défense adverse apathique. De quoi créer un gros scandale en Colombie. Et même une affaire d'Etat...

", + "content": "L'Union Magdalena s'est imposé samedi sur la pelouse de Llaneros (2-1), et termine de justesse en tête de son groupe pour la promotion en Première division colombienne. Un match entâché de forts soupçons de corruption, l'Union ayant inscrit ses deux buts aux 95e et 96e minutes, avec une défense adverse apathique. De quoi créer un gros scandale en Colombie. Et même une affaire d'Etat...

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-brest-en-direct-les-marseillais-veulent-enchainer-lors-de-la-17e-journee-de-ligue-1_LS-202112040169.html", + "link": "https://rmcsport.bfmtv.com/football/scandale-en-colombie-la-finale-d-accession-en-d1-probablement-truquee_AV-202112060270.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:29:46 GMT", - "enclosure": "https://images.bfmtv.com/gISSXyiDd48JVHIljjhzUBEEFS4=/0x106:2048x1258/800x0/images/Luan-Peres-Arek-Milik-et-Dimitri-Payet-avec-l-OM-1181561.jpg", + "pubDate": "Mon, 06 Dec 2021 13:37:25 GMT", + "enclosure": "https://images.bfmtv.com/GhCvFPip7RpYxgsAuBlLimj5JAQ=/11x4:1611x904/800x0/images/L-Union-Magdalena-s-est-impose-sur-la-pelouse-de-Llaneros-1182684.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55095,17 +56505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "508a8f43a587c8aff09a6dcf378004d8" + "hash": "53c6a135f2343afe006f68a42f60ade1" }, { - "title": "OM: ce que Payet et Mandanda ont dit aux supporters pour éviter les débordements", - "description": "Pablo Longoria, Dimitri Payet et Steve Mandanda ont pris part vendredi à une réunion avec les supporters marseillais pour rappeler l'importance de ne plus avoir d'incident au Vélodrome. Tous se sont promis de faire preuve d’une grande vigilance.

", - "content": "Pablo Longoria, Dimitri Payet et Steve Mandanda ont pris part vendredi à une réunion avec les supporters marseillais pour rappeler l'importance de ne plus avoir d'incident au Vélodrome. Tous se sont promis de faire preuve d’une grande vigilance.

", + "title": "Ligue 1 en direct: le match de Coupe de France Cannet-Rocheville-OM se jouera au Vélodrome", + "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-ce-que-payet-et-mandanda-ont-dit-aux-supporters-pour-eviter-les-debordements_AV-202112040064.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 09:49:42 GMT", - "enclosure": "https://images.bfmtv.com/1dRHqqVtGJaP0vdeXIivkrJzFlw=/0x0:2048x1152/800x0/images/Dimitri-Payet-et-Steve-Mandanda-1181424.jpg", + "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", + "enclosure": "https://images.bfmtv.com/0fgFY64v7W1LaegIfAeNtItvj8M=/0x175:2048x1327/800x0/images/Le-stade-Velodrome-a-huis-clos-pour-OM-Troyes-1181282.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55115,17 +56525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88f8008511484c3f48bd13a473f9fb64" + "hash": "05f9ec16952fb179df59c422ad1cea93" }, { - "title": "PSG: Messi raconte pourquoi il s'est allongé derrière le mur contre Manchester City", - "description": "Lionel Messi, dans une interview publiée samedi dans France Football, revient sur le moment le plus étonnant de PSG-Manchester City: l'Argentin s'était allongé derrière un mur parisien sur un coup franc adverse. Un geste qui avait surpris, mais qu'il trouve tout à fait normal.

", - "content": "Lionel Messi, dans une interview publiée samedi dans France Football, revient sur le moment le plus étonnant de PSG-Manchester City: l'Argentin s'était allongé derrière un mur parisien sur un coup franc adverse. Un geste qui avait surpris, mais qu'il trouve tout à fait normal.

", + "title": "Mercato: Haaland, Vinicius, Diaby… la valeur des plus grandes pépites du foot", + "description": "L’Observatoire du football CIES a dévoilé le top 10, par poste, des joueurs de moins de 23 ans dont la valeur estimée sera la plus importante lors du prochain mercato hivernal. Malgré sa dernière année de contrat avec le PSG, Mbappé réussit l'exploit de faire partie du top 10 européen, composé intégralement de joueurs offensifs.

", + "content": "L’Observatoire du football CIES a dévoilé le top 10, par poste, des joueurs de moins de 23 ans dont la valeur estimée sera la plus importante lors du prochain mercato hivernal. Malgré sa dernière année de contrat avec le PSG, Mbappé réussit l'exploit de faire partie du top 10 européen, composé intégralement de joueurs offensifs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-messi-raconte-pourquoi-il-s-est-allonge-derriere-le-mur-contre-manchester-city_AV-202112040053.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-haaland-vinicius-diaby-la-valeur-des-plus-grandes-pepites-du-foot_AV-202112060260.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 09:03:26 GMT", - "enclosure": "https://images.bfmtv.com/Hqm-zc0JztuT7SBF4hKbxHRJHZo=/0x109:2048x1261/800x0/images/Lionel-Messi-allonge-au-sol-derriere-le-mur-parisien-1137125.jpg", + "pubDate": "Mon, 06 Dec 2021 13:11:21 GMT", + "enclosure": "https://images.bfmtv.com/iEVcVsNPEkLaDzEu58Z2BQ9jGw0=/0x41:2048x1193/800x0/images/Erling-Haaland-1144123.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55135,17 +56545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74fdab582493cbcc0c464928cb38d564" + "hash": "a5d249cfb7d295b29c6bccff221fe768" }, { - "title": "Mercato: Ousmane Dembélé serait courtisé par Tottenham", - "description": "En fin de contrat l'été prochain, Ousmane Dembélé n'a toujours pas trouvé d'accord avec le FC Barcelone pour une prolongation. Selon le quotidien Mundo Deportivo, Tottenham compte profiter de la situation pour recruter le Français sans débourser la moindre indemnité de transfert.

", - "content": "En fin de contrat l'été prochain, Ousmane Dembélé n'a toujours pas trouvé d'accord avec le FC Barcelone pour une prolongation. Selon le quotidien Mundo Deportivo, Tottenham compte profiter de la situation pour recruter le Français sans débourser la moindre indemnité de transfert.

", + "title": "F1: un accrochage pour un titre mondial ? Prost, Senna, Schumacher... des précédents célèbres", + "description": "Que ce soit Alain Prost et Ayrton Senna dans les années 80-90, ou bien un jeune Michael Schumacher en 1994, les pilotes ont parfois usé de procédés peu éthiques pour s'adjuger le titre en Formule 1 à l'issue d'un accrochage.

", + "content": "Que ce soit Alain Prost et Ayrton Senna dans les années 80-90, ou bien un jeune Michael Schumacher en 1994, les pilotes ont parfois usé de procédés peu éthiques pour s'adjuger le titre en Formule 1 à l'issue d'un accrochage.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ousmane-dembele-serait-courtise-par-tottenham_AV-202112040050.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-un-accrochage-pour-un-titre-mondial-prost-senna-schumacher-des-precedents-celebres_AV-202112060253.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 08:43:34 GMT", - "enclosure": "https://images.bfmtv.com/-nIJ64YiA861PaDr_ti_SH-tkZI=/0x27:2048x1179/800x0/images/Ousmane-DEMBELE-1181396.jpg", + "pubDate": "Mon, 06 Dec 2021 12:53:55 GMT", + "enclosure": "https://images.bfmtv.com/ZM_dKqOLZHLiAV9Qog-rtNij1m4=/0x50:1184x716/800x0/images/Alain-Prost-1182668.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55155,17 +56565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bb47310130eaccee5008f4e079a064a" + "hash": "98b0137dc831abadc694555afd2d3350" }, { - "title": "PSG: Donnarumma assure être \"ami\" avec Navas", - "description": "\"Il n'y a pas le moindre conflit\", affirme Gianluigi Donnarumma, dans une interview accordée à France Football, à propos de son \"excellent rapport\" avec Keylor Navas au PSG.

", - "content": "\"Il n'y a pas le moindre conflit\", affirme Gianluigi Donnarumma, dans une interview accordée à France Football, à propos de son \"excellent rapport\" avec Keylor Navas au PSG.

", + "title": "Les grandes interviews RMC Sport: les retrouvailles Gallas-Terry en 2016", + "description": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Ce lundi, découvrez ou redécouvrez l’un des moments forts de l’année 2016. Anciens coéquipiers à Chelsea, William Gallas et John Terry se sont retrouvés au centre d'entraînement des Blues. Anecdotes, souvenirs, chambrage, l'influence de Marcel Desailly... Terry s'est longuement livré sur sa longue carrière de joueur.

", + "content": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Ce lundi, découvrez ou redécouvrez l’un des moments forts de l’année 2016. Anciens coéquipiers à Chelsea, William Gallas et John Terry se sont retrouvés au centre d'entraînement des Blues. Anecdotes, souvenirs, chambrage, l'influence de Marcel Desailly... Terry s'est longuement livré sur sa longue carrière de joueur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-donnarumma-assure-etre-ami-avec-navas_AV-202112040039.html", + "link": "https://rmcsport.bfmtv.com/football/les-grandes-interviews-rmc-sport-les-retrouvailles-gallas-terry-en-2016_AV-202112060251.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 08:00:54 GMT", - "enclosure": "https://images.bfmtv.com/-z-E69xmqPlkVOoxgoMUMdopaMM=/0x67:2048x1219/800x0/images/Navas-Donnarumma-1181392.jpg", + "pubDate": "Mon, 06 Dec 2021 12:48:32 GMT", + "enclosure": "https://images.bfmtv.com/yw975QLJhd4u0sDZabq-R0qc4Io=/0x0:720x405/800x0/images/John-Terry-et-William-Gallas-en-2016-1182667.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55175,17 +56585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "668db64aee3c12ee2ab7b78c51f0bc12" + "hash": "75571947f0521152b5629aafc38fe87f" }, { - "title": "Lens-PSG: sur quelle chaîne et à quelle heure regarder le match de Ligue 1", - "description": "Cinquième au classement, le RC Lens accueille le leader parisien ce samedi (21h) à l'occasion de la 17e journée de Ligue 1. Un match à suivre sur Canal+ Décalé et à la radio sur RMC.

", - "content": "Cinquième au classement, le RC Lens accueille le leader parisien ce samedi (21h) à l'occasion de la 17e journée de Ligue 1. Un match à suivre sur Canal+ Décalé et à la radio sur RMC.

", + "title": "Rallye : Loeb et Ogier face à face au Monte-Carlo? Les deux champions en essai dans les Hautes-Alpes le même jour", + "description": "Sébastien Loeb est venu essayer la Ford Puma Hybride à Bréziers. Sébastien Ogier était lui le même jour dans le Buëch mais n’a pas pu rouler puisque Elfyn Evans avait cassé la Toyota Yaris la veille. Pour l’instant, l’Automobile Club de Monaco ne confirme aucune inscription des deux pilotes pour le prochain Monte-Carlo.

", + "content": "Sébastien Loeb est venu essayer la Ford Puma Hybride à Bréziers. Sébastien Ogier était lui le même jour dans le Buëch mais n’a pas pu rouler puisque Elfyn Evans avait cassé la Toyota Yaris la veille. Pour l’instant, l’Automobile Club de Monaco ne confirme aucune inscription des deux pilotes pour le prochain Monte-Carlo.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-psg-sur-quelle-chaine-et-a-quelle-heure-regarder-le-match-de-ligue-1_AV-202112040038.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/rallye-loeb-et-ogier-face-a-face-au-monte-carlo-les-deux-champions-en-essai-dans-les-hautes-alpes-le-meme-jour_AV-202112060247.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 07:50:40 GMT", - "enclosure": "https://images.bfmtv.com/BS-hWN2RmIQoue45PGmjeF7fuTE=/3x25:2035x1168/800x0/images/Kylian-MBAPPE-1181388.jpg", + "pubDate": "Mon, 06 Dec 2021 12:38:20 GMT", + "enclosure": "https://images.bfmtv.com/KTpzV6znyJGw-XAuP3B_3YpxkII=/0x39:768x471/800x0/images/Les-deux-pilotes-francais-Sebastien-Loeb-Hyundai-et-Sebatien-Ogier-Citroen-lors-de-la-presentation-du-Rallye-de-Catalogne-le-24-octobre-2019-a-Salou-1171718.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55195,17 +56605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "261eeaba2df08c8b8af9ee10d7803e25" + "hash": "d1574acf79fa330e3c449941b7b030f0" }, { - "title": "Mercato: en feu avec Lille, Jonathan David serait ciblé par Arsenal", - "description": "Selon la presse britannique, Arsenal pense à Jonathan David pour renforcer son attaque l'été prochain. Le Canadien de 21 ans est l'actuel meilleur buteur de Ligue 1 avec 10 réalisations.

", - "content": "Selon la presse britannique, Arsenal pense à Jonathan David pour renforcer son attaque l'été prochain. Le Canadien de 21 ans est l'actuel meilleur buteur de Ligue 1 avec 10 réalisations.

", + "title": "PRONOS PARIS RMC Le pari du jour du 6 décembre – Ligue 2", + "description": "Notre pronostic : Toulouse s’impose à Niort et au moins deux buts (2.15)

", + "content": "Notre pronostic : Toulouse s’impose à Niort et au moins deux buts (2.15)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-feu-avec-lille-jonathan-david-serait-cible-par-arsenal_AV-202112040031.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-6-decembre-ligue-2_AN-202112050223.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 07:15:00 GMT", - "enclosure": "https://images.bfmtv.com/o-t3jfE9OFNmhx61FY09lvmZgSs=/10x57:2042x1200/800x0/images/Jonathan-DAVID-1181385.jpg", + "pubDate": "Sun, 05 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/uuj6HfCeytuLIlBz5FVi3vR5iTk=/0x0:1984x1116/800x0/images/R-Healey-1182151.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55215,17 +56625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4df25b612088f461f6698108fcc31dcc" + "hash": "8023ee05f836343343f9f3b1955c8807" }, { - "title": "Liga: menacé d'exclusion des coupes d'Europe, le Betis contre-attaque", - "description": "Le Betis Séville, qui fait partie des huit clubs européens sanctionnés vendredi par l'UEFA pour des dettes excessives ou des impayés, assure être en règle. Le club de Nabil Fekir risque une exclusion des coupes d'Europe pour trois saisons.

", - "content": "Le Betis Séville, qui fait partie des huit clubs européens sanctionnés vendredi par l'UEFA pour des dettes excessives ou des impayés, assure être en règle. Le club de Nabil Fekir risque une exclusion des coupes d'Europe pour trois saisons.

", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 6 décembre – NBA", + "description": "Mon pronostic : Atlanta s’impose à Minnesota (2.05)

", + "content": "Mon pronostic : Atlanta s’impose à Minnesota (2.05)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-menace-d-exclusion-des-coupes-d-europe-le-betis-contre-attaque_AV-202112040028.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-6-decembre-nba_AN-202112060246.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 06:45:18 GMT", - "enclosure": "https://images.bfmtv.com/0q-JVVz-eC8ANBORl_5dZCoFhZM=/0x0:2048x1152/800x0/images/Alex-MORENO-et-Nabil-FEKIR-1181340.jpg", + "pubDate": "Mon, 06 Dec 2021 12:31:25 GMT", + "enclosure": "https://images.bfmtv.com/ULuDIAbbEflcoxqIlflDsmv5Vc0=/1x0:2001x1125/800x0/images/Atlanta-1182663.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55235,17 +56645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "60909c6046e4e6c11eb9f2b6f57be9fa" + "hash": "408e6703e01892a9ee46de51cd8466ef" }, { - "title": "Open d'Australie: Djokovic entretient le flou sur sa participation", - "description": "Neuf fois titré à Melbourne, dont la dernière fois en février, Novak Djokovic refuse toujours de dire s'il a été vacciné contre le Covid-19, et donc s'il pourra participer ou non à l'Open d'Australie au mois de janvier.

", - "content": "Neuf fois titré à Melbourne, dont la dernière fois en février, Novak Djokovic refuse toujours de dire s'il a été vacciné contre le Covid-19, et donc s'il pourra participer ou non à l'Open d'Australie au mois de janvier.

", + "title": "Benzema blessé, Dembélé en forme... Le week-end des Bleus", + "description": "A moins d'un an de la Coupe du monde de football au Qatar, qu''ont fait les potentiels membres de l'équipe de France ce week-end?

", + "content": "A moins d'un an de la Coupe du monde de football au Qatar, qu''ont fait les potentiels membres de l'équipe de France ce week-end?

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-djokovic-entretient-le-flou-sur-sa-participation_AV-202112040014.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/benzema-blesse-dembele-en-forme-le-week-end-des-bleus_AD-202112060237.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 06:20:00 GMT", - "enclosure": "https://images.bfmtv.com/ErgLQe2BAobR01zIzT8E-f232Tk=/0x54:2032x1197/800x0/images/Novak-Djokovic-1181338.jpg", + "pubDate": "Mon, 06 Dec 2021 12:06:08 GMT", + "enclosure": "https://images.bfmtv.com/4CAxK0MorCJzgRg6i8V_qQ0JT1c=/0x55:768x487/800x0/images/Karim-Benzema-g-avec-le-Real-Madrid-contre-la-Real-Sociedad-en-Liga-le-4-decembre-2021-au-stade-Anoeta-a-Saint-Sebastien-1182638.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55255,17 +56665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "441b3a1c14e738689b277ecacdf0c528" + "hash": "f1bdcc5097d78214353147218c6f9cc9" }, { - "title": "Portugal: Sarabia et le Sporting dominent Benfica dans un intense derby de Lisbonne", - "description": "Le Sporting a largement battu Benfica (3-1) ce vendredi lors de la 13e journée du championnat portugais. Un but rapide de Pablo Sarabia a fait basculer un derby de Lisbonne, marqué par de nombreuses fautes et une grosse intensité. Paulinho et Matheus Nunes ont assuré la victoire des Lions.

", - "content": "Le Sporting a largement battu Benfica (3-1) ce vendredi lors de la 13e journée du championnat portugais. Un but rapide de Pablo Sarabia a fait basculer un derby de Lisbonne, marqué par de nombreuses fautes et une grosse intensité. Paulinho et Matheus Nunes ont assuré la victoire des Lions.

", + "title": "Ligue 1: un possible retrait d'un point avec sursis pour l'OL après l'incident contre l'OM", + "description": "Deux semaines et demi après l'incident qui a provoqué l'interruption de la rencontre entre l'Olympique Lyonnais et l'Olympique de Marseille le 21 novembre au Groupama Stadium, l'OL va être fixé mercredi sur ses sanctions. Selon nos informations, le retrait d'un point avec sursis est possible ainsi qu'un nouveau match à huis clos.

", + "content": "Deux semaines et demi après l'incident qui a provoqué l'interruption de la rencontre entre l'Olympique Lyonnais et l'Olympique de Marseille le 21 novembre au Groupama Stadium, l'OL va être fixé mercredi sur ses sanctions. Selon nos informations, le retrait d'un point avec sursis est possible ainsi qu'un nouveau match à huis clos.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-sarabia-et-le-sporting-dominent-benfica-dans-un-intense-derby-de-lisbonne_AV-202112030572.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-un-possible-retrait-d-un-point-avec-sursis-pour-l-ol-apres-l-incident-contre-l-om_AV-202112060319.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 23:14:25 GMT", - "enclosure": "https://images.bfmtv.com/h3s_3nSpiiChVPhWqnu0wmHnKBs=/0x85:2032x1228/800x0/images/Pablo-Sarabia-buteur-lors-du-derby-de-Lisbonne-1181313.jpg", + "pubDate": "Mon, 06 Dec 2021 15:20:37 GMT", + "enclosure": "https://images.bfmtv.com/YUzaZSDOddKudjP1EhIzSEW7nSc=/0x60:768x492/800x0/images/Le-capitaine-de-l-OM-Dimitri-Payet-touhe-par-une-bouteille-lancee-par-un-supporter-lyonnais-depuis-le-virage-nord-du-Parc-OL-le-21-novembre-2021-1172188.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55275,17 +56685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bedafe12913b17958d4f5868547dbdb" + "hash": "f2d3d11d8ba6bff978672bf28ff6a618" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 4 décembre – Ligue 1", - "description": "Notre pronostic: le Paris-SG ne perd pas à Lens et les deux équipes marquent (1.80)

", - "content": "Notre pronostic: le Paris-SG ne perd pas à Lens et les deux équipes marquent (1.80)

", + "title": "Ligue 1 en direct: ce que risque l'OL après le jet de bouteille sur Payet, un point de retrait avec sursis possible", + "description": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", + "content": " Suivez en direct toutes les informations avant la 18e journée de Ligue 1 ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-4-decembre-ligue-1_AN-202112030447.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-infos-en-direct-avant-la-18e-journee_LN-202112060283.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/cgMMT5uFmAdh3U4Zw20WYHPgq1A=/1x205:2001x1330/800x0/images/Kylian-Mbappe-Paris-SG-1181123.jpg", + "pubDate": "Mon, 06 Dec 2021 14:11:44 GMT", + "enclosure": "https://images.bfmtv.com/HUIle36ERb8WjXM7JbTN-xOU1oY=/0x212:2048x1364/800x0/images/Dimitri-Payet-au-sol-lors-d-OL-OM-1173034.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55295,17 +56705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ebf4da532ff3825604c8663c9409a33" + "hash": "02c86fa3d1e33a17fb167356a28b2246" }, { - "title": "Biathlon en direct: Bescond et Chevalier-Bouchet sur le podium de la poursuite", - "description": "Comme le week-end passé, la Coupe du monde de biathlon fait étape à Östersund, en Suède. La journée de samedi a débuté avec le doublé français sur la poursuite dames avec les 2e et 3e place d'Anaïs Bescond et Anaïs Chevalier-Bouchet, derrière la Norvégienne Roeiseland. A 15h10, place au relais masculin. C'est à suivre en direct commenté sur RMC Sport.

", - "content": "Comme le week-end passé, la Coupe du monde de biathlon fait étape à Östersund, en Suède. La journée de samedi a débuté avec le doublé français sur la poursuite dames avec les 2e et 3e place d'Anaïs Bescond et Anaïs Chevalier-Bouchet, derrière la Norvégienne Roeiseland. A 15h10, place au relais masculin. C'est à suivre en direct commenté sur RMC Sport.

", + "title": "F1: les clés de la finale Hamilton-Verstappen au Grand Prix d'Abou Dhabi", + "description": "Les deux pilotes ont le même nombre de points avant le début du dernier Grand Prix de Formule 1 de la saison.

", + "content": "Les deux pilotes ont le même nombre de points avant le début du dernier Grand Prix de Formule 1 de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-en-direct-les-bleues-veulent-briller-sur-la-poursuite_LN-202112040116.html", + "link": "https://rmcsport.bfmtv.com/football/f1-les-cles-de-la-finale-hamilton-verstappen-au-grand-prix-d-abou-dhabi_AD-202112060222.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 11:54:00 GMT", - "enclosure": "https://images.bfmtv.com/zUFYf0AwJkA-g4QUVN4yUyiGmsg=/0x0:2048x1152/800x0/images/Anais-Bescond-2e-de-la-poursuite-1181513.jpg", + "pubDate": "Mon, 06 Dec 2021 11:45:52 GMT", + "enclosure": "https://images.bfmtv.com/QuffaZnxzLa7I-9A0RuLqUEgetA=/0x39:768x471/800x0/images/Lewis-Hamilton-Mercedes-celebre-sa-victoire-au-GP-d-Arabie-saoudite-devant-Max-Verstappen-Red-Bull-le-5-decembre-2021-au-circuit-de-Jeddah-1182560.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55315,17 +56725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e46afa25f58ecc517fb6a35a879363d8" + "hash": "1442f014fe427fc8e648e5a7584ae2c8" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 4 décembre – Ligue 1", - "description": "Notre pronostic: les deux équipes marquent lors de Marseille – Brest (1.72)

", - "content": "Notre pronostic: les deux équipes marquent lors de Marseille – Brest (1.72)

", + "title": "PSG: Ramos bien présent à l’entraînement avant Bruges, Kimpembe absent", + "description": "Sergio Ramos a pris part à la séance collective du PSG ce lundi à la veille de la réception de Bruges lors de la sixième journée des poules de la Ligue des champions (dès 18h45 sur RMC Sport 1). L’espoir de voir le défenseur espagnol jouer contre le club belge existe donc bel et bien.

", + "content": "Sergio Ramos a pris part à la séance collective du PSG ce lundi à la veille de la réception de Bruges lors de la sixième journée des poules de la Ligue des champions (dès 18h45 sur RMC Sport 1). L’espoir de voir le défenseur espagnol jouer contre le club belge existe donc bel et bien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-4-decembre-ligue-1_AN-202112030439.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-ramos-bien-present-a-l-entrainement-avant-bruges-kimpembe-absent_AV-202112060213.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/JzvvviJsGCSURCPfCl4TGt-W5Uc=/7x107:1991x1223/800x0/images/Gerson-Marseille-1181118.jpg", + "pubDate": "Mon, 06 Dec 2021 11:32:20 GMT", + "enclosure": "https://images.bfmtv.com/VcFfGJTTFFmghvpryvCiG7ZQFh0=/0x0:2048x1152/800x0/images/Sergio-Ramos-a-l-entrainement-du-PSG-1182605.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55335,17 +56745,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "247fa7e4a0127d04f50d6e5a1c371a70" + "hash": "afcaa9669bc603a30bd799d48fbe0410" }, { - "title": "PRONOS PARIS RMC Le pari de folie du 4 décembre – Ligue 1", - "description": "Notre pronostic: Lille bat Troyes 1-0/2-0/3-0, David ou Yilmaz buteur (3.20)

", - "content": "Notre pronostic: Lille bat Troyes 1-0/2-0/3-0, David ou Yilmaz buteur (3.20)

", + "title": "Le foot belge sous le choc après les graves incidents lors de Standard de Liège-Charleroi", + "description": "Comme en Ligue 1, la Jupiler Pro League est frappé par des graves débordements avec les supporters. Dimanche, le derby wallon comptant pour la 17eme journée opposant le Standard de Liège au Sporting Charleroi a été définitivement arrêté à la 88e minutes...

", + "content": "Comme en Ligue 1, la Jupiler Pro League est frappé par des graves débordements avec les supporters. Dimanche, le derby wallon comptant pour la 17eme journée opposant le Standard de Liège au Sporting Charleroi a été définitivement arrêté à la 88e minutes...

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-4-decembre-ligue-1_AN-202112030436.html", + "link": "https://rmcsport.bfmtv.com/football/le-foot-belge-sous-le-choc-apres-les-graves-incidents-lors-de-standard-de-liege-charleroi_AD-202112060209.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/eYZZAk1D1nvZd6pOXvvXQfuoEhE=/0x104:1984x1220/800x0/images/Jonathan-David-Lille-1181114.jpg", + "pubDate": "Mon, 06 Dec 2021 11:27:09 GMT", + "enclosure": "https://images.bfmtv.com/b0kBCHG4Hhliy-Tjfm-M6zbnK6A=/0x212:2048x1364/800x0/images/Les-fans-du-Standard-de-Liege-1182596.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55355,17 +56765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9492f2ab39c6b4894469603e1fed5ebd" + "hash": "d7e6edb67db55d5f4a23fd5172f56b7d" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 4 décembre – Premier League - Angleterre", - "description": "Notre pronostic: pas de vainqueur entre Southampton et Brighton (3.15)

", - "content": "Notre pronostic: pas de vainqueur entre Southampton et Brighton (3.15)

", + "title": "Serie A: Ibrahimovic \"espère\" rester toute sa vie à l’AC Milan", + "description": "Sous contrat jusqu’en juin 2022 avec l’AC Milan, Zlatan Ibrahimovic, 40 ans, ne semble pas encore prêt à mettre un terme à sa carrière de footballeur. Mais lorsque l’heure de sa retraite sportive aura sonné, le Suédois espère bien continuer à avoir un rôle à Milan.

", + "content": "Sous contrat jusqu’en juin 2022 avec l’AC Milan, Zlatan Ibrahimovic, 40 ans, ne semble pas encore prêt à mettre un terme à sa carrière de footballeur. Mais lorsque l’heure de sa retraite sportive aura sonné, le Suédois espère bien continuer à avoir un rôle à Milan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-4-decembre-premier-league-angleterre_AN-202112030432.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/serie-a-ibrahimovic-espere-rester-toute-sa-vie-a-l-ac-milan_AV-202112060202.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/26ILD-NKEIc1ukGQT74Am6A6DRc=/0x117:2000x1242/800x0/images/Neal-Maupay-Brighton-1181112.jpg", + "pubDate": "Mon, 06 Dec 2021 11:17:29 GMT", + "enclosure": "https://images.bfmtv.com/MwB6p1BxcUGVP4hA4XiaNEj32Eg=/0x39:2048x1191/800x0/images/Zlatan-Ibrahimovic-1182591.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55375,17 +56785,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afe1ed2c7bff1c04b95894707ee85de7" + "hash": "c06f278eacae11ce87018d948fe3f73a" }, { - "title": "PRONOS PARIS RMC Le pari football de Jérôme Rothen du 4 décembre – Ligue 1", - "description": "Mon pronostic : Lens ne perd pas face au PSG et les deux équipes marquent (2.95)

", - "content": "Mon pronostic : Lens ne perd pas face au PSG et les deux équipes marquent (2.95)

", + "title": "Triathlon: Vincent Luis boucle un Ironman 70.3 avec un super temps... après avoir été percuté par une voiture", + "description": "Passé par-dessus une voiture qui n'avait rien à faire là, Vincent Luis est tout de même parvenu à terminer deuxième de son premier Ironman 70.3, malgré la douleur et le choc psychologique, à Indian Wells (Etats-Unis).

", + "content": "Passé par-dessus une voiture qui n'avait rien à faire là, Vincent Luis est tout de même parvenu à terminer deuxième de son premier Ironman 70.3, malgré la douleur et le choc psychologique, à Indian Wells (Etats-Unis).

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-jerome-rothen-du-4-decembre-ligue-1_AN-202112030310.html", + "link": "https://rmcsport.bfmtv.com/athletisme/triathlon-vincent-luis-boucle-un-ironman-70-3-avec-un-super-temps-apres-avoir-ete-percute-par-une-voiture_AV-202112060195.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/Q1GmwmHopEqaIZFAdAkl8kzzL6Q=/0x0:1984x1116/800x0/images/Arnaud-Kalimuendo-1180913.jpg", + "pubDate": "Mon, 06 Dec 2021 11:07:14 GMT", + "enclosure": "https://images.bfmtv.com/ocEglSM7I47sFuYks1Ntkl4_8sY=/0x117:1200x792/800x0/images/Vincent-Luis-1182589.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55395,17 +56805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36578605e5107e62ae6f2b0681582aff" + "hash": "815f0d28028acb1193b4f4cd709e3a76" }, { - "title": "PRONOS PARIS RMC Le buteur du jour du 4 décembre – Bundesliga - Allemagne", - "description": "Notre pronostic: Erling Haaland marque contre le Bayern (2.00)

", - "content": "Notre pronostic: Erling Haaland marque contre le Bayern (2.00)

", + "title": "PSG: le clan Messi douterait de Pochettino", + "description": "Le PSG affronte Bruges mardi lors de la sixième journée de la phase de poules de la Ligue des champions (18h45 sur RMC Sport 1). L’occasion pour Lionel Messi d’améliorer ses statistiques avec le club francilien alors que la presse fait état d’incertitudes chez les proches de l’Argentin au sujet des compétences de Mauricio Pochettino.

", + "content": "Le PSG affronte Bruges mardi lors de la sixième journée de la phase de poules de la Ligue des champions (18h45 sur RMC Sport 1). L’occasion pour Lionel Messi d’améliorer ses statistiques avec le club francilien alors que la presse fait état d’incertitudes chez les proches de l’Argentin au sujet des compétences de Mauricio Pochettino.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-4-decembre-bundesliga-allemagne_AN-202112030430.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-le-clan-messi-douterait-de-pochettino_AV-202112060189.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/K4Pf_pB1FNnidoOOcBT8VUeFUT0=/0x104:1984x1220/800x0/images/Erling-Haaland-Dortmund-1181102.jpg", + "pubDate": "Mon, 06 Dec 2021 10:44:48 GMT", + "enclosure": "https://images.bfmtv.com/8ETljshnemy-T8Cn7ReCNvv9WrQ=/0x80:2048x1232/800x0/images/Mauricio-Pochettino-parle-tactique-avec-Lionel-Messi-1182571.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55415,17 +56825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0098e766c6bead5d57f2d1e316ee161e" + "hash": "d696f7d87b618dc72f17bd944d6cc2f8" }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 4 décembre – Ligue 1", - "description": "Mon pronostic : le PSG mène à la mi-temps à Lens, gagne et Messi buteur (3.55 via MyMatch)

", - "content": "Mon pronostic : le PSG mène à la mi-temps à Lens, gagne et Messi buteur (3.55 via MyMatch)

", + "title": "Les pronos hippiques du mardi 7 décembre 2021", + "description": " Le Quinté+ du mardi 7 décembre est programmé sur l’hippodrome de Chantilly dans la discipline du galop. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": " Le Quinté+ du mardi 7 décembre est programmé sur l’hippodrome de Chantilly dans la discipline du galop. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-4-decembre-ligue-1_AN-202112030306.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-7-decembre-2021_AN-202112060186.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/9QvW1Zxidan4OKjv2xqqWFfaTQM=/0x0:1984x1116/800x0/images/Lionel-Messi-1180906.jpg", + "pubDate": "Mon, 06 Dec 2021 10:43:22 GMT", + "enclosure": "https://images.bfmtv.com/58tkO2rpNGRQsRRsDsFrc0Ph_Pc=/4x3:1252x705/800x0/images/Les-pronos-hippiques-du-dimanche-28-novembre-2021-1176702.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55435,17 +56845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff160a50be28d52c7438685b499a53b2" + "hash": "66df6491f903bac75c3e76b894478fa5" }, { - "title": "PRONOS PARIS RMC Le pari rugby de Denis Charvet du 4 décembre – Top 14", - "description": "Mon pronostic : l’UBB bat le Stade Toulousain avec 8 à 14 points d’écart (3.95)

", - "content": "Mon pronostic : l’UBB bat le Stade Toulousain avec 8 à 14 points d’écart (3.95)

", + "title": "F1: Que doivent faire Verstappen ou Hamilton au dernier Grand Prix pour être champion?", + "description": "Pour la première fois depuis 1974, deux pilotes vont s'élancer de la grille de départ du dernier Grand Prix de la saison avec le même nombre de point.

", + "content": "Pour la première fois depuis 1974, deux pilotes vont s'élancer de la grille de départ du dernier Grand Prix de la saison avec le même nombre de point.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-rugby-de-denis-charvet-du-4-decembre-top-14_AN-202112030305.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-que-doivent-faire-verstappen-ou-hamilton-au-dernier-grand-prix-pour-etre-champion_AV-202112060174.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/jWyGYxgFJR5MnBFzzOxO7jSYUfk=/0x104:2000x1229/800x0/images/UBB-1180905.jpg", + "pubDate": "Mon, 06 Dec 2021 10:22:42 GMT", + "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55455,17 +56865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da8bf12b9602684aa43dde13be34c0fc" + "hash": "7451efa30349186c4fd74ab738ad0682" }, { - "title": "Coupe de France: imbroglio sur le choix du stade de Cannet-OM", - "description": "Le club de l’ES Cannet-Rocheville cherche encore une solution pour accueillir son 32e de finale de Coupe de France face à l’OM. Si l’idée de jouer le match au Vélodrome semble écartée, le club de National 3 ne sait pas encore où il affrontera Marseille.

", - "content": "Le club de l’ES Cannet-Rocheville cherche encore une solution pour accueillir son 32e de finale de Coupe de France face à l’OM. Si l’idée de jouer le match au Vélodrome semble écartée, le club de National 3 ne sait pas encore où il affrontera Marseille.

", + "title": "F1: Verstappen, Hamilton… qui sera champion du monde s’ils s’accrochent à Abu Dhabi", + "description": "Revenu à hauteur de Max Verstappen au classement des pilotes ce week-end, Lewis Hamilton n'a aucune chance d'être sacré champion du monde en cas d'égalité parfaite au classement à l'issue du dernier Grand Prix de la saison, le week-end prochain. Le Britannique doit absolument obtenir un meilleur résultat que le Néerlandais à Abu Dhabi. Voici pourquoi.

", + "content": "Revenu à hauteur de Max Verstappen au classement des pilotes ce week-end, Lewis Hamilton n'a aucune chance d'être sacré champion du monde en cas d'égalité parfaite au classement à l'issue du dernier Grand Prix de la saison, le week-end prochain. Le Britannique doit absolument obtenir un meilleur résultat que le Néerlandais à Abu Dhabi. Voici pourquoi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-imbroglio-sur-le-choix-du-stade-de-cannet-om_AV-202112030546.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-verstappen-hamilton-qui-sera-champion-du-monde-s-ils-s-accrochent-a-abu-dhabi_AV-202112060173.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 22:05:12 GMT", - "enclosure": "https://images.bfmtv.com/0fgFY64v7W1LaegIfAeNtItvj8M=/0x175:2048x1327/800x0/images/Le-stade-Velodrome-a-huis-clos-pour-OM-Troyes-1181282.jpg", + "pubDate": "Mon, 06 Dec 2021 10:15:03 GMT", + "enclosure": "https://images.bfmtv.com/jppBX6TpqiwB0yiUpTk8k68-JNk=/0x0:1200x675/800x0/images/Max-Verstappen-et-Lewis-Hamilton-1182558.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55475,17 +56885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52f94e69faaa6d713cd3b534eca87edb" + "hash": "a0b100597d2f6eee05208f9a419e3737" }, { - "title": "La belle initiative d’Aston Villa pour rendre hommage à un enfant tué par son père et sa belle-mère", - "description": "Le match de la 15e journée de Premier League entre Aston Villa et Leicester dimanche (17h30) sera marqué par une minute d’applaudissements à la 6e minute afin d’honorer la mémoire du petit Arthur Labinjo-Hughes. Cet enfant de 6 ans est mort l’an passé, tué par sa belle-mère. Son père a été condamné pour homicide involontaire.

", - "content": "Le match de la 15e journée de Premier League entre Aston Villa et Leicester dimanche (17h30) sera marqué par une minute d’applaudissements à la 6e minute afin d’honorer la mémoire du petit Arthur Labinjo-Hughes. Cet enfant de 6 ans est mort l’an passé, tué par sa belle-mère. Son père a été condamné pour homicide involontaire.

", + "title": "Ligue 1: Saint-Etienne nomme Loïc Perrin coordinateur sportif", + "description": "Ancien capitaine emblématique des Verts, Loïc Perrin, qui a pris sa retraite sportive à l’été 2020, endosse un nouveau costume au club. Jusqu’alors conseiller de l’ASSE, l’ex-défenseur va désormais occuper le poste de coordinateur sportif.

", + "content": "Ancien capitaine emblématique des Verts, Loïc Perrin, qui a pris sa retraite sportive à l’été 2020, endosse un nouveau costume au club. Jusqu’alors conseiller de l’ASSE, l’ex-défenseur va désormais occuper le poste de coordinateur sportif.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/la-belle-initiative-d-aston-villa-pour-rendre-hommage-a-un-enfant-tue-par-son-pere-et-sa-belle-mere_AV-202112030545.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-saint-etienne-nomme-loic-perrin-coordinateur-sportif_AV-202112060172.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 22:03:54 GMT", - "enclosure": "https://images.bfmtv.com/D7FIkuGJ8V55Y779bblEa7t-ZD4=/0x0:2048x1152/800x0/images/Les-joueurs-d-Aston-Villa-1181263.jpg", + "pubDate": "Mon, 06 Dec 2021 10:11:21 GMT", + "enclosure": "https://images.bfmtv.com/D4iXoGB4ATUVZcazcZgYRwaqyt0=/0x106:2048x1258/800x0/images/Loic-Perrin-1182556.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55495,17 +56905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43922817061f2de3a04617858fe304af" + "hash": "5d4934d6af5f1482dc5daa6eecb0fd56" }, { - "title": "Coupe Davis: la Croatie en finale, saison terminée pour Djokovic", - "description": "La Croatie a battu la Serbie 2-1 en demi-finale de Coupe Davis vendredi à Madrid. Le numéro un mondial Novak Djokovic, vainqueur de son simple face à Marin Cilic, est quant à lui en vacances.

", - "content": "La Croatie a battu la Serbie 2-1 en demi-finale de Coupe Davis vendredi à Madrid. Le numéro un mondial Novak Djokovic, vainqueur de son simple face à Marin Cilic, est quant à lui en vacances.

", + "title": "\"Une période très difficile\", Lucas Hernandez revient sur ses démêlés avec la justice espagnole", + "description": "Dans un entretien accordé lundi à Kicker, le défenseur du Bayern Munich et de l’équipe de France, Lucas Hernandez, est revenu sur ses débuts compliqués en Bavière. Et sur ses ennuis avec la justice espagnole pour des violences conjugales avec sa compagne remontant à 2017.

", + "content": "Dans un entretien accordé lundi à Kicker, le défenseur du Bayern Munich et de l’équipe de France, Lucas Hernandez, est revenu sur ses débuts compliqués en Bavière. Et sur ses ennuis avec la justice espagnole pour des violences conjugales avec sa compagne remontant à 2017.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-la-croatie-en-finale-saison-terminee-pour-djokovic_AD-202112030542.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-lucas-hernandez-raconte-la-pire-periode-de-sa-carriere_AV-202112060171.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 21:54:43 GMT", - "enclosure": "https://images.bfmtv.com/hXryxjwYGpx9QEIeO0KXePg8CDc=/0x115:2048x1267/800x0/images/Novak-Djokovic-avec-la-Serbie-1181279.jpg", + "pubDate": "Mon, 06 Dec 2021 10:09:55 GMT", + "enclosure": "https://images.bfmtv.com/BkNY8H5A_fvuRSKu8NZxojCB_mc=/0x0:2048x1152/800x0/images/Lucas-Hernandez-1182557.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55515,17 +56925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0de0249e724663ea91f42f2980d0b20d" + "hash": "7ae9834237e774c67f2c30b6f1000831" }, { - "title": "Le Betis Séville, Porto et le Sporting menacés d'exclusion des coupes d'Europe par l'UEFA", - "description": "L'UEFA sanctionne huit clubs européens en raison de leur dette excessive et leurs impayés, dont le Betis Séville, le FC Porto ou encore le Sporting Portugal. Les équipes en question vont devoir payer une amende mais en cas d'infraction répétée fin janvier, elles pourraient être exclues des coupes d'Europe pour trois saisons.

", - "content": "L'UEFA sanctionne huit clubs européens en raison de leur dette excessive et leurs impayés, dont le Betis Séville, le FC Porto ou encore le Sporting Portugal. Les équipes en question vont devoir payer une amende mais en cas d'infraction répétée fin janvier, elles pourraient être exclues des coupes d'Europe pour trois saisons.

", + "title": "Justin Bonomo, plus gros gagnant de l'histoire du poker", + "description": "En s'imposant sur le High Roller du WPT Five Diamond ce week-end Justin Bonomo ets devenu le plus gros gagnant de l'histoire du poker. L'américain a dépassé la barre des 57 millions $ de gains en carrière.

", + "content": "En s'imposant sur le High Roller du WPT Five Diamond ce week-end Justin Bonomo ets devenu le plus gros gagnant de l'histoire du poker. L'américain a dépassé la barre des 57 millions $ de gains en carrière.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/le-betis-seville-porto-et-le-sporting-menaces-d-exclusion-des-coupes-d-europe-par-l-uefa_AV-202112030535.html", + "link": "https://rmcsport.bfmtv.com/poker/justin-bonomo-plus-gros-gagnant-de-l-histoire-du-poker_AN-202112100009.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 21:33:17 GMT", - "enclosure": "https://images.bfmtv.com/6GD1sCjHo4jRIzfotkVkLinVyws=/6x109:2022x1243/800x0/images/La-celebration-du-Betis-Seville-1181270.jpg", + "pubDate": "Mon, 06 Dec 2021 10:06:00 GMT", + "enclosure": "https://images.bfmtv.com/KxUnU61unUy__TnrDKRE5vfYd2U=/4x25:644x385/800x0/images/Justin-Bonomo-plus-gros-gagnant-de-l-histoire-du-poker-1182647.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55535,17 +56945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c65f5ee169df4675cfad6f7af75cff5" + "hash": "a53df4b4fbce89bdb8c664a5efcddbaf" }, { - "title": "Racing: Thomas vers La Rochelle à la fin de saison", - "description": "Libre en fin de saison, Teddy Thomas se trouve en contact avancé avec le club de La Rochelle. L’ailier du Racing va s’engager pour trois saisons avec les Maritimes selon le journal Sud Ouest.

", - "content": "Libre en fin de saison, Teddy Thomas se trouve en contact avancé avec le club de La Rochelle. L’ailier du Racing va s’engager pour trois saisons avec les Maritimes selon le journal Sud Ouest.

", + "title": "Pourquoi l'OL n’y arrive plus en Ligue 1", + "description": "L’OL a concédé le nul contre Bordeaux (2-2) ce dimanche en clôture de la 17e journée de Ligue 1. Seulement douzième du classement en attendant le verdict pour le match contre l’OM, le club rhodanien connaît une crise de résultats. Une situation qui s’explique aussi bien par certains choix de Peter Bosz que par l’état d’esprit de certains joueurs.

", + "content": "L’OL a concédé le nul contre Bordeaux (2-2) ce dimanche en clôture de la 17e journée de Ligue 1. Seulement douzième du classement en attendant le verdict pour le match contre l’OM, le club rhodanien connaît une crise de résultats. Une situation qui s’explique aussi bien par certains choix de Peter Bosz que par l’état d’esprit de certains joueurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/racing-thomas-vers-la-rochelle-a-la-fin-de-saison_AV-202112030531.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/pourquoi-l-ol-n-y-arrive-plus-en-ligue-1_AV-202112060167.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 21:17:45 GMT", - "enclosure": "https://images.bfmtv.com/vIFJTznRuwpBaA5jGzP49Yy00rE=/0x106:2048x1258/800x0/images/Teddy-Thomas-avec-le-Racing-92-1181257.jpg", + "pubDate": "Mon, 06 Dec 2021 09:59:43 GMT", + "enclosure": "https://images.bfmtv.com/7IJnqvgB2zKvWI0gdw4KHaSZ6p8=/0x39:768x471/800x0/images/Le-milieu-de-terrain-bresilien-de-Lyon-Lucas-Paqueta-g-a-la-lutte-avec-le-defenseur-portugais-de-Bordeaux-Ricardo-Mangas-lors-de-la-17e-journee-de-Ligue-1-le-5-decembre-2021-au-Matmut-Atlantique-Stadium-1182335.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55555,17 +56965,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c718a9f2cc2acc475c0f05cafedf2f3b" + "hash": "c49050f69607d7dc052b35a486d67a4e" }, { - "title": "Affaire Suk lors d'OM-Troyes: procédure interne ouverte à l'OM et gros rappel à l'ordre de Longoria", - "description": "Une procédure a été ouverte à l'OM et des sanctions sont à venir, après les propos racistes prononcés contre Hyun-Jun Suk dimanche, lors de la victoire de l'OM face à Troyes (1-0) en Ligue 1. Pablo Longoria a par ailleurs fait un gros rappel à l'ordre avec des règles \"non négociables\".

", - "content": "Une procédure a été ouverte à l'OM et des sanctions sont à venir, après les propos racistes prononcés contre Hyun-Jun Suk dimanche, lors de la victoire de l'OM face à Troyes (1-0) en Ligue 1. Pablo Longoria a par ailleurs fait un gros rappel à l'ordre avec des règles \"non négociables\".

", + "title": "Metz: \"Niane est toujours en train de pleurer\", Antonetti allume son attaquant", + "description": "Visiblement ulcéré par la performance de ses joueurs et plus particulièrement d’Ibrahima Niane, Frédéric Antonetti a apostrophé son attaquant en conférence de presse après la lourde défaite de Metz à Monaco (4-0), dimanche en Ligue 1.

", + "content": "Visiblement ulcéré par la performance de ses joueurs et plus particulièrement d’Ibrahima Niane, Frédéric Antonetti a apostrophé son attaquant en conférence de presse après la lourde défaite de Metz à Monaco (4-0), dimanche en Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/affaire-suk-lors-d-om-troyes-procedure-interne-ouverte-a-l-om-et-gros-rappel-a-l-ordre-de-longoria_AV-202112030479.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/metz-niane-est-toujours-en-train-de-pleurer-antonetti-allume-son-attaquant_AV-202112060157.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:05:12 GMT", - "enclosure": "https://images.bfmtv.com/Gsrp-BFbJMkiLJI5hoinesiYi8M=/0x0:2048x1152/800x0/images/Pablo-Longoria-1170791.jpg", + "pubDate": "Mon, 06 Dec 2021 09:36:40 GMT", + "enclosure": "https://images.bfmtv.com/v4ZbBSm9nQD5Bb_BHnKtFqOUXFo=/0x106:2048x1258/800x0/images/Ibrahima-Niane-1182533.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55575,17 +56985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "251269b238927d9eeb8ea01745203bf5" + "hash": "96feea01db5270a9960cb6bcddd86857" }, { - "title": "OM en direct: procédure interne et rappel à l'ordre de Longoria, après les propos racistes contre Suk", - "description": "L'OM recevra Brest, samedi après-midi au Vélodrome (17h) dans le cadre de la 17e journée de Ligue 1. A la veille du match, Jorge Sampaoli et Pol Lirola ont pris la parole en conférence de presse.

", - "content": "L'OM recevra Brest, samedi après-midi au Vélodrome (17h) dans le cadre de la 17e journée de Ligue 1. A la veille du match, Jorge Sampaoli et Pol Lirola ont pris la parole en conférence de presse.

", + "title": "PSG-Bruges J-1 en direct: Sergio Ramos forfait, Kimpembe incertain", + "description": "Le PSG termine la phase de groupe de Ligue des champions face à Bruges mardi (coup d'envoi à 18h45, match en direct sur RMC Sport 1).

", + "content": "Le PSG termine la phase de groupe de Ligue des champions face à Bruges mardi (coup d'envoi à 18h45, match en direct sur RMC Sport 1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-en-direct-la-conf-de-sampaoli-et-lirola-avant-brest_LN-202112030234.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-bruges-j-1-en-direct-la-tension-monte-a-paris_LN-202112060147.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:43:55 GMT", - "enclosure": "https://images.bfmtv.com/NdNoKxOpVyxNHx0BlR0NN1eJgE4=/0x42:2048x1194/800x0/images/Pablo-LONGORIA-1162047.jpg", + "pubDate": "Mon, 06 Dec 2021 09:09:03 GMT", + "enclosure": "https://images.bfmtv.com/VcFfGJTTFFmghvpryvCiG7ZQFh0=/0x0:2048x1152/800x0/images/Sergio-Ramos-a-l-entrainement-du-PSG-1182605.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55595,17 +57005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30f5e2d023250d131dc3076c082a42ee" + "hash": "d37dee592084f438d7902c60ec2dbb89" }, { - "title": "PSG: Hakimi juge la Ligue 1 \"très difficile\"", - "description": "Arrivé l’été dernier en provenance de l’Inter Milan, Achraf Hakimi continue de s’adapter à la Ligue 1. Dans une interview sur le site du club, le latéral droit du PSG a souligné le niveau élevé du championnat français, tout en abordant le match de samedi contre Lens (à 21h).

", - "content": "Arrivé l’été dernier en provenance de l’Inter Milan, Achraf Hakimi continue de s’adapter à la Ligue 1. Dans une interview sur le site du club, le latéral droit du PSG a souligné le niveau élevé du championnat français, tout en abordant le match de samedi contre Lens (à 21h).

", + "title": "F1: \"Combat du siècle\", \"Braking Bad\"… la presse mondiale s’enflamme pour le duel Hamilton-Verstappen", + "description": "La course d’anthologie que se sont livrés Lewis Hamilton et Max Verstappen dimanche au Grand Prix d’Arabie saoudite, avant-dernière manche du championnat du monde de Formule 1 fait les gros titres des journaux ce lundi matin à travers le monde.

", + "content": "La course d’anthologie que se sont livrés Lewis Hamilton et Max Verstappen dimanche au Grand Prix d’Arabie saoudite, avant-dernière manche du championnat du monde de Formule 1 fait les gros titres des journaux ce lundi matin à travers le monde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-hakimi-juge-la-ligue-1-tres-difficile_AV-202112030468.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-combat-du-siecle-braking-bad-la-presse-mondiale-s-enflamme-pour-le-duel-hamilton-verstappen_AV-202112060140.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 17:47:15 GMT", - "enclosure": "https://images.bfmtv.com/e2le8K0AoWn54anF2myBv0N1mjU=/0x100:1920x1180/800x0/images/Hakimi-1134375.jpg", + "pubDate": "Mon, 06 Dec 2021 08:54:48 GMT", + "enclosure": "https://images.bfmtv.com/KQDV06LM2hZcDAuQTMNT0wL_Sh4=/5x31:773x463/800x0/images/La-Une-de-The-Sun-1182512.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55615,17 +57025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52957702de32ac195b30f296a351584a" + "hash": "fc8ad84ad3252691cac43aa877b9b389" }, { - "title": "Portugal: report du prochain match de championnat du Belenenses SAD, décimé par le Covid-19", - "description": "Le match de clôture de la 13e journée du championnat portugais entre Vizela et le Belenenses SAD initiallement porgrammée dimanche soir a été reporté en raison des nombreux cas de Covid.

", - "content": "Le match de clôture de la 13e journée du championnat portugais entre Vizela et le Belenenses SAD initiallement porgrammée dimanche soir a été reporté en raison des nombreux cas de Covid.

", + "title": "Mercato: Salah snobe le Barça", + "description": "Régulièrement annoncé dans les petits papiers du FC Barcelone, Mohamed Salah a assuré à une chaîne de télévision égyptienne son souhait de faire durer l’aventure avec Liverpool, où l’attaquant de 29 ans se sent bien. Le Barça attendra.

", + "content": "Régulièrement annoncé dans les petits papiers du FC Barcelone, Mohamed Salah a assuré à une chaîne de télévision égyptienne son souhait de faire durer l’aventure avec Liverpool, où l’attaquant de 29 ans se sent bien. Le Barça attendra.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-report-du-prochain-match-de-championnat-du-belenenses-sad-decime-par-le-covid-19_AD-202112030442.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-salah-snobe-le-barca_AV-202112060135.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 17:19:09 GMT", - "enclosure": "https://images.bfmtv.com/nFAsfGinB4DElwTqXsAi74aNf0I=/0x162:2048x1314/800x0/images/Les-joueurs-du-club-de-Belenenses-1177577.jpg", + "pubDate": "Mon, 06 Dec 2021 08:38:12 GMT", + "enclosure": "https://images.bfmtv.com/gylC9uZZXGD5L_8FphvNaKkgo8k=/0x0:1200x675/800x0/images/Mohamed-Salah-1176780.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55635,17 +57045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "50d69760342b388bd98945adde607e48" + "hash": "5ef4901010fafc75c2e9184394743ffa" }, { - "title": "Coupe du monde 2022: la rencontre entre l’Afrique du Sud et le Ghana ne sera pas rejouée", - "description": "Dans le cadre des qualifications pour la Coupe du monde 2022, le Ghana s’était imposé 1-0 contre l’Afrique du Sud grâce à un penalty d’André Ayew. Mais les Sud-Africains avaient demandé à faire rejouer le match en estimant que le penalty donné était litigieux. Mais ce vendredi, la demande des Bafana Bafana a été rejetée par la Fifa.

", - "content": "Dans le cadre des qualifications pour la Coupe du monde 2022, le Ghana s’était imposé 1-0 contre l’Afrique du Sud grâce à un penalty d’André Ayew. Mais les Sud-Africains avaient demandé à faire rejouer le match en estimant que le penalty donné était litigieux. Mais ce vendredi, la demande des Bafana Bafana a été rejetée par la Fifa.

", + "title": "GP d'Arabie Saoudite en direct: Hamilton charge Verstappen après leur accrochage", + "description": "Max Verstappen peut profiter du Grand Prix d’Arabie saoudite pour décrocher le premier titre de champion du monde de sa carrière, ce dimanche à Djeddah. Suivez la course en live sur RMC Sport.

", + "content": "Max Verstappen peut profiter du Grand Prix d’Arabie saoudite pour décrocher le premier titre de champion du monde de sa carrière, ce dimanche à Djeddah. Suivez la course en live sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-la-rencontre-entre-l-afrique-du-sud-et-le-ghana-ne-sera-pas-rejouee_AV-202112030434.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-en-direct-suivez-le-grand-prix-d-arabie-saoudite_LS-202112050239.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 17:11:50 GMT", - "enclosure": "https://images.bfmtv.com/Vqcc89X1eONO3xJ_ijNn0_4BRG4=/0x42:2048x1194/800x0/images/Hugo-Broos-1181051.jpg", + "pubDate": "Sun, 05 Dec 2021 16:18:56 GMT", + "enclosure": "https://images.bfmtv.com/Vzqvl-Vh3G3nsHwIkKi-dnkCi-M=/0x212:2048x1364/800x0/images/Max-Verstappen-et-Lewis-Hamilton-au-restart-du-GP-d-Arabie-Saoudite-1182291.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55655,17 +57065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b1dae55cb3b4728c9fe8046729e444f" + "hash": "3cf4a1763b93e82e14f6bb720208d475" }, { - "title": "Saint-Etienne: le point sur les dossiers des éventuels repreneurs", - "description": "C'est dans un contexte économique et sportif pour le moins compliqué, avec une 20e place en Ligue 1, que Saint-Etienne continue de chercher un repreneur. Le maintien du club dans l'élite est une donnée prépondérante à une éventuelle cession.

", - "content": "C'est dans un contexte économique et sportif pour le moins compliqué, avec une 20e place en Ligue 1, que Saint-Etienne continue de chercher un repreneur. Le maintien du club dans l'élite est une donnée prépondérante à une éventuelle cession.

", + "title": "GP d’Arabie saoudite: Hamilton se paye la conduite de Verstappen", + "description": "Lewis Hamilton a remporté dimanche le Grand Prix d’Arabie saoudite devant Max Verstappen. A égalité avec le Néerlandais au classement général, le pilote britannique a critiqué la conduite de son rival après l’avant-dernière course de la saison.

", + "content": "Lewis Hamilton a remporté dimanche le Grand Prix d’Arabie saoudite devant Max Verstappen. A égalité avec le Néerlandais au classement général, le pilote britannique a critiqué la conduite de son rival après l’avant-dernière course de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-le-point-sur-les-dossiers-des-eventuels-repreneurs_AV-202112030423.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-hamilton-se-paye-la-conduite-de-verstappen_AV-202112060126.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 17:00:43 GMT", - "enclosure": "https://images.bfmtv.com/FuMLZHdu-z53asetN7_J2epCSLI=/0x212:2048x1364/800x0/images/Saint-Etienne-1181074.jpg", + "pubDate": "Mon, 06 Dec 2021 08:22:08 GMT", + "enclosure": "https://images.bfmtv.com/gr0imL3ak7Vrn4d563dkPvJejd8=/0x210:2048x1362/800x0/images/Lewis-Hamilton-a-droite-et-Max-Verstappen-apres-le-GP-d-Arabie-saoudite-1182500.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55675,17 +57085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "647c9923fe759aff5b6cb2944105d9c6" + "hash": "fb082f1a3d202a9aec63a8231918d5ac" }, { - "title": "Varane raconte comment Zidane l’a poussé à refuser Manchester United et Ferguson pour le Real", - "description": "Recruté pendant l’été par Manchester United, Raphaël Varane aurait pu signer en Premier League dès 2011. Malgré une visite de Sir Alex Ferguson, le défenseur français avait finalement rejoint le Real Madrid après l’intervention de Zinedine Zidane.

", - "content": "Recruté pendant l’été par Manchester United, Raphaël Varane aurait pu signer en Premier League dès 2011. Malgré une visite de Sir Alex Ferguson, le défenseur français avait finalement rejoint le Real Madrid après l’intervention de Zinedine Zidane.

", + "title": "Albert Solal, la chasse au record", + "description": "Albert Solal, coach mental, psychothérapeute et spécialiste d'expressos, tentera dimanche prochain d'entrer au Guinness Book en jouant la plus longue partie de poker jamais disputée online.

", + "content": "Albert Solal, coach mental, psychothérapeute et spécialiste d'expressos, tentera dimanche prochain d'entrer au Guinness Book en jouant la plus longue partie de poker jamais disputée online.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/varane-raconte-comment-zidane-l-a-pousse-a-refuser-manchester-united-et-ferguson-pour-le-real_AV-202112030417.html", + "link": "https://rmcsport.bfmtv.com/poker/albert-solal-la-chasse-au-record_AN-202112060220.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 16:51:58 GMT", - "enclosure": "https://images.bfmtv.com/fHYu4al9cT9J34HiFJR9oalV74U=/0x0:2032x1143/800x0/images/Raphael-Varane-avec-Manchester-United-1181067.jpg", + "pubDate": "Mon, 06 Dec 2021 08:20:34 GMT", + "enclosure": "https://images.bfmtv.com/_IPZ0tt2tzNm8Il-LZPvbHSW9eM=/0x112:1200x787/800x0/images/Albert-Solal-la-chasse-au-record-1182618.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55695,17 +57105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11177d1ad1b32a153f63740a07c635fa" + "hash": "7ee06e11d7f56dcdbf8b8947500a918b" }, { - "title": "Affaire Hamraoui-Diallo: vers un retour à l’entrainement collectif la semaine prochaine?", - "description": "Le PSG se prépare au retour dans le groupe de Kheira Hamraoui et Aminata Dallo la semaine prochaine. Mais rien n'est simple.

", - "content": "Le PSG se prépare au retour dans le groupe de Kheira Hamraoui et Aminata Dallo la semaine prochaine. Mais rien n'est simple.

", + "title": "PSG-Bruges J-1 en direct: La tension monte à Paris", + "description": "Le PSG termine la phase de groupe de Ligue des champions face à Bruges mardi (coup d'envoi à 18h45, match en direct sur RMC Sport 1).

", + "content": "Le PSG termine la phase de groupe de Ligue des champions face à Bruges mardi (coup d'envoi à 18h45, match en direct sur RMC Sport 1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/affaire-hamraoui-diallo-vers-un-retour-a-l-entrainement-collectif-la-semaine-prochaine_AV-202112030413.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-bruges-j-1-en-direct-la-tension-monte-a-paris_LN-202112060147.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 16:46:13 GMT", - "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", + "pubDate": "Mon, 06 Dec 2021 09:09:03 GMT", + "enclosure": "https://images.bfmtv.com/XhNQDRo0j0xLvkebz9Idop5962E=/0x0:1184x666/800x0/images/Mauricio-Pochettino-1179636.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55715,17 +57125,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "600ccc7f84713a9524c1ecef1511bb8c" + "hash": "d34e2bc68cca4a3e9940634aac1468a9" }, { - "title": "Ligue 1: pourquoi Lens aura un maillot spécial face au PSG", - "description": "Les joueurs du RC Lens porteront un maillot spécial pour affronter le PSG samedi soir au stade Bollaert pour le compte de la 17e journée de Ligue 1. Une tunique collector pour célébrer la Sainte-Barbe, la patronne des pompiers et surtout des mineurs.

", - "content": "Les joueurs du RC Lens porteront un maillot spécial pour affronter le PSG samedi soir au stade Bollaert pour le compte de la 17e journée de Ligue 1. Une tunique collector pour célébrer la Sainte-Barbe, la patronne des pompiers et surtout des mineurs.

", + "title": "Ligue 1: la stat’ terrible (et historique) de Bordeaux à domicile", + "description": "Bien que revenus deux fois à hauteur de l’Olympique lyonnais, dimanche (2-2), les Bordelais peinent toujours autant à domicile. Au Matmut Atlantique, les joueurs de Vladimir Petkovic connaissent même une crise de résultats sans précédent dans l’histoire du club.

", + "content": "Bien que revenus deux fois à hauteur de l’Olympique lyonnais, dimanche (2-2), les Bordelais peinent toujours autant à domicile. Au Matmut Atlantique, les joueurs de Vladimir Petkovic connaissent même une crise de résultats sans précédent dans l’histoire du club.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-pourquoi-lens-aura-un-maillot-special-face-au-psg_AV-202112030404.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-la-stat-terrible-et-historique-de-bordeaux-a-domicile_AV-202112060103.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 16:28:20 GMT", - "enclosure": "https://images.bfmtv.com/YyPMLvb90_0u1fKDc6pV1DA4D7c=/0x0:2048x1152/800x0/images/Les-joueurs-du-RC-Lens-auront-un-maillot-special-face-au-PSG-1181043.jpg", + "pubDate": "Mon, 06 Dec 2021 07:38:26 GMT", + "enclosure": "https://images.bfmtv.com/1Qi4Tl8iYJ98y_E7i11QxARBDRk=/0x39:768x471/800x0/images/L-entraineur-croate-de-Bordeaux-Vladimir-Petkovic-lors-du-match-contre-Lyon-en-cloture-de-la-17e-journee-de-Ligue-1-le-5-decembre-2021-au-Matmut-Atlantique-Stadium-1182345.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55735,17 +57145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "babc662aef59bf0e790dba473f0f9307" + "hash": "7d83932c15739bd4447a099d191686ce" }, { - "title": "F1: Hamilton-Verstappen, ce qu'il faut attendre des deux dernières courses bouillantes de la saison", - "description": "Il n'y a que huit points d'écart entre le leader Max Verstappen (Red Bull) et le tenant du titre Lewis Hamilton (Mercedes) au classement du championnat du monde de Formule 1, à deux courses de la fin de la saison. Le premier acte de ce dénouement est prévu ce dimanche 5 décembre, en Arabie Saoudite.

", - "content": "Il n'y a que huit points d'écart entre le leader Max Verstappen (Red Bull) et le tenant du titre Lewis Hamilton (Mercedes) au classement du championnat du monde de Formule 1, à deux courses de la fin de la saison. Le premier acte de ce dénouement est prévu ce dimanche 5 décembre, en Arabie Saoudite.

", + "title": "Mercato en direct: Saint-Etienne nomme un nouveau coordinateur sportif", + "description": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "content": "Le mercato d'hiver ouvre ses portes dans un peu moins d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-verstappen-ce-qu-il-faut-attendre-des-deux-dernieres-courses-bouillantes-de-la-saison_AV-202112020306.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-6-decembre_LN-202112060095.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 13:17:04 GMT", - "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.jpg", + "pubDate": "Mon, 06 Dec 2021 07:21:04 GMT", + "enclosure": "https://images.bfmtv.com/nDdUVHO46zoFK6bzjbpRsw3nnSo=/0x67:2048x1219/800x0/images/Loic-Perrin-1174647.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55755,17 +57165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad8b2d6a7cf97322fcf2924da6580098" + "hash": "796150d8d5058de7c330ae288239d5b0" }, { - "title": "Formule 1: Hamilton devance de peu Verstappen pendant les premiers essais libres du GP d’Arabie Saoudite", - "description": "Ce vendredi avait lieu les premiers essais libres du Grand Prix d’Arabie Saoudite. Pour l’occasion, Lewis Hamilton a réalisé le meilleur temps devant Max Verstappen à 56 millièmes. Le duel entre les deux pilotes semble déjà lancé.

", - "content": "Ce vendredi avait lieu les premiers essais libres du Grand Prix d’Arabie Saoudite. Pour l’occasion, Lewis Hamilton a réalisé le meilleur temps devant Max Verstappen à 56 millièmes. Le duel entre les deux pilotes semble déjà lancé.

", + "title": "Boxe: Davis se blesse à la main mais conserve son titre face à Cruz", + "description": "Gervonta Davis a conservé dimanche son titre WBA des légers en dominant le Mexicain Isaac Cruz par décision unanime. L'Américain de 27 ans reste invaincu après 26 combats chez les pros.

", + "content": "Gervonta Davis a conservé dimanche son titre WBA des légers en dominant le Mexicain Isaac Cruz par décision unanime. L'Américain de 27 ans reste invaincu après 26 combats chez les pros.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/formule-1-hamilton-devance-de-peu-verstappen-pendant-les-premiers-essais-libres-du-gp-d-arabie-saoudite_AV-202112030377.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-davis-se-blesse-a-la-main-mais-conserve-son-titre-face-a-cruz_AV-202112060068.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 15:49:08 GMT", - "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.jpg", + "pubDate": "Mon, 06 Dec 2021 06:42:26 GMT", + "enclosure": "https://images.bfmtv.com/XvC0OlrVmQB0-j3fgS-8z96w_oE=/0x0:2048x1152/800x0/images/Gervonta-Davis-a-droite-face-a-Isaac-Cruz-1182427.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55775,17 +57185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "990471746e4327e4adf2de823be2a51a" + "hash": "58a4d148c490ef9b7aa545e8e0985ab4" }, { - "title": "Euro 2021: il y aurait pu avoir des morts lors de la finale à Wembley, selon un rapport", - "description": "Un rapport indépendant publié ce vendredi en Angleterre pointe le nauffrage collectif ayant entraîné les graves incidents à Wembley lors de la finale de l'Euro en juillet dernier.

", - "content": "Un rapport indépendant publié ce vendredi en Angleterre pointe le nauffrage collectif ayant entraîné les graves incidents à Wembley lors de la finale de l'Euro en juillet dernier.

", + "title": "F2: Pourchaire donne de ses nouvelles après son crash au GP d’Arabie saoudite", + "description": "Grand espoir du paddock en Formule 2, Théo Pourchaire a été victime d’un accident impressionnant, dimanche en Arabie saoudite. Le pilote français, 18 ans, a donné des nouvelles de lui rassurantes quelques heures après, sur ses réseaux sociaux.

", + "content": "Grand espoir du paddock en Formule 2, Théo Pourchaire a été victime d’un accident impressionnant, dimanche en Arabie saoudite. Le pilote français, 18 ans, a donné des nouvelles de lui rassurantes quelques heures après, sur ses réseaux sociaux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/euro/euro-2021-il-y-aurait-pu-avoir-des-morts-lors-de-la-finale-a-wembley-selon-un-rapport_AV-202112030359.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f2-pourchaire-donne-de-ses-nouvelles-apres-son-crash-au-gp-d-arabie-saoudite_AV-202112060053.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 15:00:03 GMT", - "enclosure": "https://images.bfmtv.com/muOHc9WaXIfvcPfdBIpczTDDHRo=/0x101:2048x1253/800x0/images/Des-supporters-anglais-a-Wembley-1181007.jpg", + "pubDate": "Mon, 06 Dec 2021 06:23:57 GMT", + "enclosure": "https://images.bfmtv.com/jQnCPkUYQAy7ARQiQ_C6lCLkCGs=/0x39:768x471/800x0/images/Le-pilote-francais-Theo-Pourchaire-17-ans-et-vice-champion-du-monde-de-Formule-3-en-2020-s-entraine-sur-le-simulateur-AOTech-le-19-fevrier-2021-a-Tigery-dans-l-Essonne-995031.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55795,17 +57205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c880ada2535f8f48581cf9ef32298e3" + "hash": "8eceac92a2316cff833d047dbc5e5a3c" }, { - "title": "Barça: \"Il est intransférable\", Xavi met fin aux rumeurs sur De Jong", - "description": "En conférence de presse ce vendredi, Xavi s'est montré très clair concernant l'avenir de Frenkie de Jong. L'entraîneur du Barça compte sur le milieu néerlandais, malgré les rumeurs évoquant un possible départ dans les prochains mois.

", - "content": "En conférence de presse ce vendredi, Xavi s'est montré très clair concernant l'avenir de Frenkie de Jong. L'entraîneur du Barça compte sur le milieu néerlandais, malgré les rumeurs évoquant un possible départ dans les prochains mois.

", + "title": "Bordeaux-OL en direct: Lyonnais et Girondins se quittent dos à dos, l'OL miraculé en fin de match", + "description": "Bordeaux et Lyon se sont rendus coup pour coup ce dimanche en clôture de la 17e journée de Ligue 1 (2-2). L'OL est même passé tout près de la correctionnelle en fin de match.

", + "content": "Bordeaux et Lyon se sont rendus coup pour coup ce dimanche en clôture de la 17e journée de Ligue 1 (2-2). L'OL est même passé tout près de la correctionnelle en fin de match.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-il-est-intransferable-xavi-met-fin-aux-rumeurs-sur-de-jong_AV-202112030357.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-bordeaux-ol-en-direct_LS-202112050237.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 14:54:11 GMT", - "enclosure": "https://images.bfmtv.com/lDeiLJluOuBYMHuQbn6cKCYNSQo=/0x49:2048x1201/800x0/images/Xavi-HERNANDEZ-1180983.jpg", + "pubDate": "Sun, 05 Dec 2021 16:10:24 GMT", + "enclosure": "https://images.bfmtv.com/Y4ipY_ai5LRaJE086BPMTqdy9SA=/0x106:2048x1258/800x0/images/Bordeaux-OL-1182321.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55815,17 +57225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "682e7e692579f1cc22deb8e1ca056c84" + "hash": "7e6341a363d927f3d039703a5865b844" }, { - "title": "Rennes: Gomis regrette le manque de considération des joueurs africains et espère \"des solutions\"", - "description": "Ce vendredi en conférence de presse, Alfred Gomis a regretté l’absence d’Edouard Mendy dans la liste des 30 nominés au Ballon d’or. Le gardien du Stade Rennais espère également que le manque de considération pour les joueurs africains est un problème qui sera rapidement réglé.

", - "content": "Ce vendredi en conférence de presse, Alfred Gomis a regretté l’absence d’Edouard Mendy dans la liste des 30 nominés au Ballon d’or. Le gardien du Stade Rennais espère également que le manque de considération pour les joueurs africains est un problème qui sera rapidement réglé.

", + "title": "NBA: un Rudy Gobert \"clutch\" fait gagner Utah contre Cleveland", + "description": "Décisif dans les derniers instants du match face aux Cavs (109-108), Rudy Gobert a permis aux Jazz d’arracher leur 16e succès de la saison dans la Conférence Ouest, dans la nuit de dimanche à lundi. Auteur d’une nouvelle performance défensive, le pivot français termine avec 6 points et 20 rebonds.

", + "content": "Décisif dans les derniers instants du match face aux Cavs (109-108), Rudy Gobert a permis aux Jazz d’arracher leur 16e succès de la saison dans la Conférence Ouest, dans la nuit de dimanche à lundi. Auteur d’une nouvelle performance défensive, le pivot français termine avec 6 points et 20 rebonds.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-gomis-regrette-le-manque-de-consideration-des-joueurs-africains-et-espere-des-solutions_AV-202112030356.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-un-gobert-clutch-fait-gagner-utah-contre-cleveland_AV-202112060029.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 14:52:36 GMT", - "enclosure": "https://images.bfmtv.com/u2tzGja44fboUtyJ7gYl5uImfh4=/0x104:1984x1220/800x0/images/Alfred-Gomis-Rennes-1103384.jpg", + "pubDate": "Mon, 06 Dec 2021 05:42:39 GMT", + "enclosure": "https://images.bfmtv.com/K-NIlFi07LPKHzAE3Ll2QQAwtqU=/0x106:2048x1258/800x0/images/Rudy-Gobert-Utah-Jazz-1182394.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55835,17 +57245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e31e27f76817505fede850d0207772d" + "hash": "79ae284fd3415bfb7e6a7fd1e77a0cc8" }, { - "title": "Coupe du monde tous les deux ans: un vice-président de la FIFA esquisse un plan B", - "description": "Victor Montagliani, vice-président canadien de la FIFA et président de la CONCACAF, estime que l'idée de Coupe du monde tous les deux ans peut être remplacée par le retour de la Coupe des confédérations ou la création d'une Ligue des nations mondiale.

", - "content": "Victor Montagliani, vice-président canadien de la FIFA et président de la CONCACAF, estime que l'idée de Coupe du monde tous les deux ans peut être remplacée par le retour de la Coupe des confédérations ou la création d'une Ligue des nations mondiale.

", + "title": "OL: \"On est dans l’urgence\", la grosse colère d'Anthony Lopes après le nul à Bordeaux", + "description": "Révolté par le match insuffisant de son équipe, dimanche à Bordeaux (2-2), Anthony Lopes a eu des mots forts pour qualifier les récentes performances de l’Olympique lyonnais. S’il ne veut pas encore parler de crise, le gardien portugais a conscience que la situation devient urgente en Ligue 1.

", + "content": "Révolté par le match insuffisant de son équipe, dimanche à Bordeaux (2-2), Anthony Lopes a eu des mots forts pour qualifier les récentes performances de l’Olympique lyonnais. S’il ne veut pas encore parler de crise, le gardien portugais a conscience que la situation devient urgente en Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-tous-les-deux-ans-un-vice-president-de-la-fifa-esquisse-un-plan-b_AV-202112030346.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-on-est-dans-l-urgence-la-grosse-colere-d-anthony-lopes-apres-le-nul-a-bordeaux_AV-202112060019.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 14:37:47 GMT", - "enclosure": "https://images.bfmtv.com/TbnujSAFQk9XgaK6gLFOt6zKjpc=/0x98:2048x1250/800x0/images/Victor-Montagliani-1180995.jpg", + "pubDate": "Mon, 06 Dec 2021 05:24:09 GMT", + "enclosure": "https://images.bfmtv.com/7GEOAGLjkU-nBtBR-rUiJB7aYHc=/78x336:1902x1362/800x0/images/Anthony-Lopes-OL-1182382.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55855,17 +57265,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b268624ef23b493af394cb54280fd8e5" + "hash": "917c514cbbaca698514f196c4d4c421b" }, { - "title": "Top 14: \"Je pense qu’il va manquer au Top 14. Peut-être un peu moins aux arbitres…\", le dernier tour de piste de Rory Kockott", - "description": "A 35 ans, le demi de mêlée sud-africain de Castres Rory Kockott a annoncé qu’il raccrocherait les crampons à la l’issue de la saison. Après onze années à batailler sur les terrains, récompensées par deux Bouclier de Brennus, il s’est taillé une solide réputation de joueur à la fois talentueux et pénible. Adulé à Castres, souvent détesté ailleurs, pour sa dernière saison, adversaires et partenaires témoignent de son jeu et sa personnalité atypiques.

", - "content": "A 35 ans, le demi de mêlée sud-africain de Castres Rory Kockott a annoncé qu’il raccrocherait les crampons à la l’issue de la saison. Après onze années à batailler sur les terrains, récompensées par deux Bouclier de Brennus, il s’est taillé une solide réputation de joueur à la fois talentueux et pénible. Adulé à Castres, souvent détesté ailleurs, pour sa dernière saison, adversaires et partenaires témoignent de son jeu et sa personnalité atypiques.

", + "title": "Bordeaux-OL: \"Rien à voir avec le système\", Bosz défend ses choix et n’accable pas Gusto", + "description": "Peter Bosz a tenu un discours plutôt positif après le nul de l’OL sur la pelouse de Bordeaux, ce dimanche, lors de la 17e journée de Ligue 1 (2-2). Le coach de Lyon estime que la contreperformance de son équipe n’est pas liée au système mis en place au Matmut Atlantique. Sans véritable attaquant.

", + "content": "Peter Bosz a tenu un discours plutôt positif après le nul de l’OL sur la pelouse de Bordeaux, ce dimanche, lors de la 17e journée de Ligue 1 (2-2). Le coach de Lyon estime que la contreperformance de son équipe n’est pas liée au système mis en place au Matmut Atlantique. Sans véritable attaquant.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-je-pense-qu-il-va-manquer-au-top-14-peut-etre-un-peu-moins-aux-arbitres-le-dernier-tour-de-piste-de-rory-kockott_AN-202112030339.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-ol-rien-a-voir-avec-le-systeme-bosz-defend-ses-choix-et-n-accable-pas-gusto_AV-202112050338.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 14:12:33 GMT", - "enclosure": "https://images.bfmtv.com/L5AG0VfBE3AGTxw9QIQCWZqw5PE=/0x106:2048x1258/800x0/images/Rory-Kockott-1180979.jpg", + "pubDate": "Sun, 05 Dec 2021 23:20:13 GMT", + "enclosure": "https://images.bfmtv.com/OO3C28NNrFZobBvO5tH8TmS6Cos=/0x68:2048x1220/800x0/images/Peter-BOSZ-1174364.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55875,17 +57285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90cf5fe01bc3bed5ccd35205dfe6df8d" + "hash": "7086cd58e4d712158533b5540ca76e65" }, { - "title": "Top 14: Rory Kockott fait le bilan, avant de raccrocher les crampons", - "description": "Il est une figure du Top 14. Au moment de vivre ses derniers mois de rugbyman, le demi de mêlée de Castres, qui ne se livre pas souvent, refait le film de sa carrière. Des grands moments, de grands adversaires, comme le demi de mêlée clermontois Morgan Parra. Plus de dix ans en France, des titres et cette éternelle image de provocateur. Un caractère qu’il a forgé depuis tout petit, au milieu de ses frères et sœurs.

", - "content": "Il est une figure du Top 14. Au moment de vivre ses derniers mois de rugbyman, le demi de mêlée de Castres, qui ne se livre pas souvent, refait le film de sa carrière. Des grands moments, de grands adversaires, comme le demi de mêlée clermontois Morgan Parra. Plus de dix ans en France, des titres et cette éternelle image de provocateur. Un caractère qu’il a forgé depuis tout petit, au milieu de ses frères et sœurs.

", + "title": "PRONOS PARIS RMC Le nul du jour du 6 décembre – Liga - Espagne", + "description": "Notre pronostic : pas de vainqueur entre Getafe et Bilbao (3.05)

", + "content": "Notre pronostic : pas de vainqueur entre Getafe et Bilbao (3.05)

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-rory-kockott-fait-le-bilan-avant-de-raccrocher-les-crampons_AV-202112030336.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-6-decembre-liga-espagne_AN-202112050221.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 14:03:08 GMT", - "enclosure": "https://images.bfmtv.com/2QN_-7qs97YXqi9Ho2Uq7pMookk=/0x106:2048x1258/800x0/images/Rory-Kockott-avec-Castres-le-02-octobre-2021-1180965.jpg", + "pubDate": "Sun, 05 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/z58sytdUaDInDdkpqQo33-_KRW4=/0x0:1984x1116/800x0/images/D-Suarez-1182150.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55895,17 +57305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bce23767137fb4e10503dfd69074897a" + "hash": "363887378decb92d9d5c4ad063e17c38" }, { - "title": "OM: Payet incertain contre Brest, Sampaoli veut apprendre à jouer sans lui", - "description": "Encore très bon mercredi soir à Nantes, Dimitri Payet ne s'est pas entraîné avec le groupe de l'OM ce vendredi matin, et n'est pas sûr de pouvoir jouer samedi contre Brest. Son entraîneur Jorge Sampaoli, qui reconnait une sorte de dépendance, aimerait trouver des solutions en son absence.

", - "content": "Encore très bon mercredi soir à Nantes, Dimitri Payet ne s'est pas entraîné avec le groupe de l'OM ce vendredi matin, et n'est pas sûr de pouvoir jouer samedi contre Brest. Son entraîneur Jorge Sampaoli, qui reconnait une sorte de dépendance, aimerait trouver des solutions en son absence.

", + "title": "PRONOS PARIS RMC Le pari de folie du 6 décembre – Série A - Italie", + "description": "Notre pronostic : match nul entre l’Empoli et l’Udinese et les deux équipes marquent (3.80)

", + "content": "Notre pronostic : match nul entre l’Empoli et l’Udinese et les deux équipes marquent (3.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-payet-incertain-contre-brest-sampaoli-veut-apprendre-a-jouer-sans-lui_AV-202112030334.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-6-decembre-serie-a-italie_AN-202112050220.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 13:54:09 GMT", - "enclosure": "https://images.bfmtv.com/vWz4C1O4NYXL9fR-NQEDlfh06x4=/0x106:2048x1258/800x0/images/Dimitri-Payet-1180962.jpg", + "pubDate": "Sun, 05 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/eQvyLLt5PM0KHVf5c3NUyvEWY_M=/15x0:1999x1116/800x0/images/Beto-1182148.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55915,17 +57325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d3761905e1f1619d0be489ba333d296" + "hash": "f5d0546042f9aa0c82704722ab8136fc" }, { - "title": "PSG: Ramos à nouveau forfait pour le match contre Lens", - "description": "Absent de la séance d'entraînement du PSG ce vendredi matin, Sergio Ramos ne fera pas partie du groupe de Mauricio Pochettino pour le déplacement à Lens samedi. Il a ressenti une fatigue musculaire après son premier match.

", - "content": "Absent de la séance d'entraînement du PSG ce vendredi matin, Sergio Ramos ne fera pas partie du groupe de Mauricio Pochettino pour le déplacement à Lens samedi. Il a ressenti une fatigue musculaire après son premier match.

", + "title": "PRONOS PARIS RMC Le pari sûr du 6 décembre – Premier League - Angleterre", + "description": "Notre pronostic : Arsenal ne perd pas sur la pelouse d’Everton (1.34)

", + "content": "Notre pronostic : Arsenal ne perd pas sur la pelouse d’Everton (1.34)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-ramos-a-nouveau-forfait-pour-le-match-contre-lens_AV-202112030333.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-6-decembre-premier-league-angleterre_AN-202112050218.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 13:47:39 GMT", - "enclosure": "https://images.bfmtv.com/7m-qfhTwLE18hCdBBD4kar0LUOg=/0x37:2048x1189/800x0/images/Sergio-RAMOS-1180944.jpg", + "pubDate": "Sun, 05 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/kj3Ze9ByrlnqgUtTTxZ_4mDbk34=/0x0:2000x1125/800x0/images/A-Ramsdale-1182147.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55935,17 +57345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "161f7d5abdc1879d44c831aa671dc74e" + "hash": "0a78dddb36166232f190772ea28e23e4" }, { - "title": "OM: Sampaoli ouvre grand la porte à un départ d'Amavi", - "description": "Très, très peu utilisé par Jorge Sampaoli cette saison, le latéral gauche de l'OM Jordan Amavi a été invité ce vendredi par son entraîneur à se trouver un nouveau club lors du mercato hivernal. S'il le souhaite.

", - "content": "Très, très peu utilisé par Jorge Sampaoli cette saison, le latéral gauche de l'OM Jordan Amavi a été invité ce vendredi par son entraîneur à se trouver un nouveau club lors du mercato hivernal. S'il le souhaite.

", + "title": "Top 14: le Stade Français renversant face à La Rochelle", + "description": "Mené 20-6, le Stade Français a finalement tout renversé pour battre La Rochelle ce dimanche (25-20), en clôture de la 12e journée de Top 14. Un vrai soulagement dans l'optique de s'éloigner de la zone rouge.

", + "content": "Mené 20-6, le Stade Français a finalement tout renversé pour battre La Rochelle ce dimanche (25-20), en clôture de la 12e journée de Top 14. Un vrai soulagement dans l'optique de s'éloigner de la zone rouge.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-sampaoli-ouvre-grand-la-porte-a-un-depart-d-amavi_AV-202112030326.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-le-stade-francais-renversant-face-a-la-rochelle_AD-202112050335.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 13:36:11 GMT", - "enclosure": "https://images.bfmtv.com/EHW2KNDtaHOhQMfoO-W5uIY-qZU=/0x112:2048x1264/800x0/images/Jordan-Amavi-1180945.jpg", + "pubDate": "Sun, 05 Dec 2021 22:36:39 GMT", + "enclosure": "https://images.bfmtv.com/f1fGh8bMyoAF1lptyYh67qGZdxk=/0x112:2048x1264/800x0/images/Le-Stade-Francais-a-tout-renverse-face-aux-Rochelais-1182343.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55955,17 +57365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee877257f6a8aacf909c2b76b242ef3c" + "hash": "93e4dde4eee54eeecd08b2e1e5e0d1bc" }, { - "title": "Ligue des champions: Bayern-Barça à huis clos en raison du Covid-19", - "description": "La résurgence du Covid-19 en Europe, avec le variant Omicron, pousse la région de Bavière à fermer les stades au public. Conséquence: le Bayern Munich va terminer l'année à huis clos à l'Allianz Arena. Il n'y aura donc pas de spectateurs pour le match face au Barça, en Ligue des champions.

", - "content": "La résurgence du Covid-19 en Europe, avec le variant Omicron, pousse la région de Bavière à fermer les stades au public. Conséquence: le Bayern Munich va terminer l'année à huis clos à l'Allianz Arena. Il n'y aura donc pas de spectateurs pour le match face au Barça, en Ligue des champions.

", + "title": "AC Milan: \"Plus ma queue de cheval est longue, plus je suis fort\", la nouvelle punchline de Zlatan", + "description": "Lors d’une interview accordée ce dimanche à Rai 3, Zlatan Ibrahimovic a distillé quelques nouvelles punchlines dont il a le secret. En promotion pour la sortie de son livre \"Adrenalina\", l’attaquant de l’AC Milan a notamment expliqué que sa force provenait... de ses cheveux.

", + "content": "Lors d’une interview accordée ce dimanche à Rai 3, Zlatan Ibrahimovic a distillé quelques nouvelles punchlines dont il a le secret. En promotion pour la sortie de son livre \"Adrenalina\", l’attaquant de l’AC Milan a notamment expliqué que sa force provenait... de ses cheveux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-bayern-barca-a-huis-clos-en-raison-du-covid-19_AV-202112030324.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/ac-milan-plus-ma-queue-de-cheval-est-longue-plus-je-suis-fort-la-nouvelle-punchline-de-zlatan_AV-202112050334.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 13:35:31 GMT", - "enclosure": "https://images.bfmtv.com/nkYGyglA6e2erS9A5az1SpuxUCI=/0x0:2048x1152/800x0/images/Allianz-Arena-huis-clos-1180916.jpg", + "pubDate": "Sun, 05 Dec 2021 22:21:08 GMT", + "enclosure": "https://images.bfmtv.com/uHEJiElx9pnL8MLZdvcn1c6Tu1Q=/0x0:2048x1152/800x0/images/Zlatan-Ibrahimovic-1174964.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55975,17 +57385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f18fc5a0d21f643661982431309a7ac5" + "hash": "438817160f750d7865efe7de790f87ae" }, { - "title": "OL: \"Souci mental\", \"manque de combativité\", le constat sans concession de Caqueret", - "description": "En conférence de presse ce vendredi, Maxence Caqueret n'a pas fait dans la langue de bois au moment d'évoquer les difficultés lyonnaises cette saison. Pointés à une décevante 10e place, les Gones doivent réagir dimanche à Bordeaux.

", - "content": "En conférence de presse ce vendredi, Maxence Caqueret n'a pas fait dans la langue de bois au moment d'évoquer les difficultés lyonnaises cette saison. Pointés à une décevante 10e place, les Gones doivent réagir dimanche à Bordeaux.

", + "title": "Stade Français-La Rochelle en direct: Paris s'offre un cador et respire au classement", + "description": "Le Stade Français s'impose 25 à 20 face à La Rochelle au terme d'un match à suspense ! Mené 20 à 6 au bout de 3O minutes, Paris a réussi à inverser la tendance jusqu'à l'emporter !

", + "content": "Le Stade Français s'impose 25 à 20 face à La Rochelle au terme d'un match à suspense ! Mené 20 à 6 au bout de 3O minutes, Paris a réussi à inverser la tendance jusqu'à l'emporter !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-souci-mental-manque-de-combativite-le-constat-sans-concession-de-caqueret_AV-202112030319.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-stade-francais-la-rochelle-en-direct_LS-202112050287.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 13:10:32 GMT", - "enclosure": "https://images.bfmtv.com/4LnWvox5iKtoe3hsQ6UOYDUps6U=/0x0:2048x1152/800x0/images/Maxence-CAQUERET-1180926.jpg", + "pubDate": "Sun, 05 Dec 2021 18:46:50 GMT", + "enclosure": "https://images.bfmtv.com/jDWW_2gDWLM3j43xes_b3Bsbbs0=/0x106:2048x1258/800x0/images/Match-a-suspense-entre-le-Stade-Francais-et-La-Rochelle-1182336.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -55995,17 +57405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58d927129557ff90f0bd632e2523aa49" + "hash": "90ab2cc8b5847dc62856ff61f1fc33f5" }, { - "title": "FC Barcelone: Laporta dément avoir demandé à Messi de jouer gratuitement", - "description": "À cause de soucis financiers, le FC Barcelone n’a pas pu trouver un accord avec Lionel Messi pour prolonger son contrat. Si l’Argentin a rejoint le PSG l’été dernier, son cas continue de faire parler en Espagne. Dans un entretien à TV3, le président Joan Laporta a nié avoir demandé à l’attaquant de jouer gratuitement.

", - "content": "À cause de soucis financiers, le FC Barcelone n’a pas pu trouver un accord avec Lionel Messi pour prolonger son contrat. Si l’Argentin a rejoint le PSG l’été dernier, son cas continue de faire parler en Espagne. Dans un entretien à TV3, le président Joan Laporta a nié avoir demandé à l’attaquant de jouer gratuitement.

", + "title": "Bordeaux-OL: les Lyonnais s’inquiètent pour Denayer, sorti sur blessure", + "description": "Accroché par Bordeaux au Matmut Atlantique (2-2) en clôture de la 17e journée de Ligue 1, l'OL a perdu peut-être pour longtemps son défenseur central Jason Denayer. Le Belge pourrait avoir été victime d'une fracture du péroné.

", + "content": "Accroché par Bordeaux au Matmut Atlantique (2-2) en clôture de la 17e journée de Ligue 1, l'OL a perdu peut-être pour longtemps son défenseur central Jason Denayer. Le Belge pourrait avoir été victime d'une fracture du péroné.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/fc-barcelone-laporta-dement-avoir-demande-a-messi-de-jouer-gratuitement_AV-202112030308.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-ol-les-lyonnais-s-inquietent-pour-denayer-sorti-sur-blessure_AV-202112050329.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 12:36:24 GMT", - "enclosure": "https://images.bfmtv.com/TKxwzRYiaHwyNASD0_e1U477KW0=/0x40:768x472/800x0/images/Le-president-du-FC-Barcelone-Joan-Laporta-lors-d-un-point-presse-axe-sur-la-non-prolongation-du-contrat-de-Leo-Messi-au-Camp-Nou-le-6-aout-2021-1080266.jpg", + "pubDate": "Sun, 05 Dec 2021 21:53:35 GMT", + "enclosure": "https://images.bfmtv.com/j3yG2YxKSrNdEf4uKE5ZFQiI0dA=/0x34:1200x709/800x0/images/Jason-Denayer-1182334.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56015,17 +57425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3328c0adebe1ce7704f33652c220a4ac" + "hash": "1460902497e511014066ab5e2b681a5c" }, { - "title": "Les grandes interviews RMC Sport: Klopp, l'apôtre du gegenpressing", - "description": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Rendez-vous ce vendredi avec Jürgen Klopp. L'entraîneur allemand de Liverpool s'était confié à Footissime en novembre 2018, en détaillant notamment sa vision du \"gegenpressing\".

", - "content": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Rendez-vous ce vendredi avec Jürgen Klopp. L'entraîneur allemand de Liverpool s'était confié à Footissime en novembre 2018, en détaillant notamment sa vision du \"gegenpressing\".

", + "title": "Ligue 1: ça ne va pas mieux pour l'OL, qui s'en sort très bien à Bordeaux", + "description": "Englués dans le ventre mou du classement, les joueurs de l'OL ont perdu deux nouveaux points sur la pelouse de Bordeaux (2-2). Menés deux fois, les Girondins ont su revenir, mais ils restent sous la menace de Clermont, premier relégable.

", + "content": "Englués dans le ventre mou du classement, les joueurs de l'OL ont perdu deux nouveaux points sur la pelouse de Bordeaux (2-2). Menés deux fois, les Girondins ont su revenir, mais ils restent sous la menace de Clermont, premier relégable.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/les-grandes-interviews-rmc-sport-klopp-l-apotre-du-gegenpressing_AN-202112030014.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-ca-ne-va-pas-mieux-pour-l-ol-qui-s-en-sort-tres-bien-a-bordeaux_AN-202112050327.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 12:00:00 GMT", - "enclosure": "https://images.bfmtv.com/INvUjCjDZWBkFApdLfOexA1-cU0=/0x3:1024x579/800x0/images/Juergen-Klopp-Footissime-novembre-2018-1180119.jpg", + "pubDate": "Sun, 05 Dec 2021 21:45:35 GMT", + "enclosure": "https://images.bfmtv.com/s3wGk3BPqjsrZaxKz03hPULc3m4=/0x106:2048x1258/800x0/images/Lucas-Paqueta-lors-de-Bordeaux-OL-1182346.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56035,17 +57445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f2a3a8081107baf3992f0880fcccf7b" + "hash": "1088a3fd9598370cd653cf9439116e49" }, { - "title": "Juventus: le transfert de Ronaldo vers Manchester United dans le viseur de la justice italienne", - "description": "La justice italienne, qui s'intéresse depuis plusieurs semaines à de possibles irrégularités dans les comptes de la Juventus, aurait désormais le transfert de Cristiano Ronaldo vers Manchester United dans son viseur. De nouvelles perquisitions ont été ordonnées.

", - "content": "La justice italienne, qui s'intéresse depuis plusieurs semaines à de possibles irrégularités dans les comptes de la Juventus, aurait désormais le transfert de Cristiano Ronaldo vers Manchester United dans son viseur. De nouvelles perquisitions ont été ordonnées.

", + "title": "Nice: \"Je suis le seul responsable\", lâche Galtier après la débâcle contre Strasbourg", + "description": "Nice a encaissé une lourde défaite face à Strasbourg, ce dimanche, lors de la 17e journée de Ligue 1 (0-3). La troisième de suite à domicile. Une mauvaise passe qui pousse Christophe Galtier à se remettre en question.

", + "content": "Nice a encaissé une lourde défaite face à Strasbourg, ce dimanche, lors de la 17e journée de Ligue 1 (0-3). La troisième de suite à domicile. Une mauvaise passe qui pousse Christophe Galtier à se remettre en question.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-le-transfert-de-ronaldo-vers-manchester-united-dans-le-viseur-de-la-justice-italienne_AV-202112030277.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-je-suis-le-seul-responsable-lache-galtier-apres-la-debacle-contre-strasbourg_AV-202112050323.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 11:49:02 GMT", - "enclosure": "https://images.bfmtv.com/OnwFlV7S7OmiG1C0plWmQqlHSW0=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-avec-la-Juventus-1088753.jpg", + "pubDate": "Sun, 05 Dec 2021 21:25:20 GMT", + "enclosure": "https://images.bfmtv.com/xy-GtbyVoNmCigIjcMJtbiXUwaM=/0x57:2000x1182/800x0/images/Christophe-Galtier-1182035.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56055,37 +57465,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "a576ec5bbe9b516ff0fef63fdeadd327" + "hash": "e6e39f861aba7b9ba312808aade87b3a" }, { - "title": "FC Barcelone: la présence de Fati face au Bayern Munich compromise", - "description": "Blessé depuis le match nul 3-3 face au Celta Vigo au début du mois de novembre, Ansu Fati est loin d’être assuré de disputer le dernier match de poule de Ligue des champions du FC Barcelone face au Bayern Munich.

", - "content": "Blessé depuis le match nul 3-3 face au Celta Vigo au début du mois de novembre, Ansu Fati est loin d’être assuré de disputer le dernier match de poule de Ligue des champions du FC Barcelone face au Bayern Munich.

", + "title": "GP d’Arabie Saoudite: l'agacement d'Hamilton après l’accrochage avec Verstappen", + "description": "Le Britannique Lewis Hamilton et le Néerlandais Max Verstappen, à la lutte pour le titre, ont chacun donné leur point de vue sur l'incident qui a vu les deux pilotes s'accrocher ce dimanche. Et forcément, ils ne sont pas d'accord.

", + "content": "Le Britannique Lewis Hamilton et le Néerlandais Max Verstappen, à la lutte pour le titre, ont chacun donné leur point de vue sur l'incident qui a vu les deux pilotes s'accrocher ce dimanche. Et forcément, ils ne sont pas d'accord.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/fc-barcelone-la-presence-de-fati-face-au-bayern-munich-compromise_AV-202112030265.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-l-agacement-d-hamilton-apres-l-accrochage-avec-verstappen_AV-202112050321.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 11:31:48 GMT", - "enclosure": "https://images.bfmtv.com/j4EVumjbN5t85SMWzTpKCgmxhFA=/0x65:2048x1217/800x0/images/Ansu-Fati-1147589.jpg", + "pubDate": "Sun, 05 Dec 2021 21:20:56 GMT", + "enclosure": "https://images.bfmtv.com/EFMuPxED3PASOmGwkK3UnkpMsGk=/0x0:1200x675/800x0/images/Lewis-Hamilton-1182329.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "edbe8875051f7db20e062530f116ac8a" + "hash": "255972c7c738ed0286178d8a53336c95" }, { - "title": "GP d'Arabie saoudite: Hamilton dénonce les \"terrifiantes\" lois saoudiennes, le concert de Bieber sous le feu des critiques", - "description": "Lewis Hamilton a reconnu que disputer un Grand Prix de Formule 1 en Arabie Saoudite, un pays critiqué pour ses manquements aux droits humains, ne le mettait pas à l'aise. Il portera pour l'occasion un casque aux couleurs de la communauté LGBT+.

", - "content": "Lewis Hamilton a reconnu que disputer un Grand Prix de Formule 1 en Arabie Saoudite, un pays critiqué pour ses manquements aux droits humains, ne le mettait pas à l'aise. Il portera pour l'occasion un casque aux couleurs de la communauté LGBT+.

", + "title": "Mondial de hand: impériales contre la Slovénie, les Bleues déjà qualifiées pour le tour principal", + "description": "L'équipe de France de handball a survolé les débats ce dimanche face à la Slovénie (29-18). Championnes olympiques, les Bleues sont déjà qualifiées pour le tour principal du Mondial en Espagne.

", + "content": "L'équipe de France de handball a survolé les débats ce dimanche face à la Slovénie (29-18). Championnes olympiques, les Bleues sont déjà qualifiées pour le tour principal du Mondial en Espagne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-hamilton-denonce-les-terrifiantes-lois-saoudiennes-le-concert-de-bieber-sous-le-feu-des-critiques_AV-202112030256.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-hand-imperiales-contre-la-slovenie-les-bleues-deja-qualifiees-pour-le-tour-principal_AD-202112050311.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 11:25:10 GMT", - "enclosure": "https://images.bfmtv.com/Wj8xmcvgRDfbSdQR3mYrrFrlNCU=/0x124:2048x1276/800x0/images/Lewis-Hamilton-1180821.jpg", + "pubDate": "Sun, 05 Dec 2021 20:06:27 GMT", + "enclosure": "https://images.bfmtv.com/pKju6ZYTk3B1YPt8nRj_NtdFozg=/0x106:2048x1258/800x0/images/Les-Bleues-victorieuses-au-Mondial-de-hand-1182301.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56095,17 +57505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41d660fac8102a6b26ed96ec10122135" + "hash": "d43d8b0b727562ba1e89d43ec431ee60" }, { - "title": "Mercato en direct: Xavi compte sur De Jong et Dembélé", - "description": "Le mercato d'hiver ouvre ses portes dans un peu plus d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", - "content": "Le mercato d'hiver ouvre ses portes dans un peu plus d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "title": "GP d'Arabie Saoudite: victoire cruciale d'Hamilton devant Verstappen après une course de folie", + "description": "Lewis Hamilton s'est imposé dimanche à Jeddah devant son grand rival qu'il a rejoint au classement au terme d'une course complètement folle, avant le dernier Grand Prix de la saison, dimanche prochain. Complètement dingue on vous dit.

", + "content": "Lewis Hamilton s'est imposé dimanche à Jeddah devant son grand rival qu'il a rejoint au classement au terme d'une course complètement folle, avant le dernier Grand Prix de la saison, dimanche prochain. Complètement dingue on vous dit.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-2-decembre_LN-202112020061.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-victoire-cruciale-d-hamilton-devant-verstappen-apres-une-course-de-folie_AV-202112050315.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 06:35:38 GMT", - "enclosure": "https://images.bfmtv.com/ha-BGR6BdAv_M7sE7PVYOLC22qQ=/0x48:2000x1173/800x0/images/Xavi-Hernandez-Barcelone-1176107.jpg", + "pubDate": "Sun, 05 Dec 2021 20:04:00 GMT", + "enclosure": "https://images.bfmtv.com/UO7SRyRqkKmMRZ4WOBrOcqxh1rw=/0x7:1200x682/800x0/images/Lewis-Hamilton-et-Max-Verstappen-1182318.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56115,17 +57525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd9d5bd9958092e46304ecf129c6a639" + "hash": "2e9ecf9076d9b52947919dee0939ffe1" }, { - "title": "Clermont: Bayo explique comment il a rebondi après sa garde à vue", - "description": "Mohamed Bayo (23 ans), attaquant de Clermont, est revenu sur l’accident qu’il a provoqué fin octobre et qui a entrainé son placement en garde à vue.

", - "content": "Mohamed Bayo (23 ans), attaquant de Clermont, est revenu sur l’accident qu’il a provoqué fin octobre et qui a entrainé son placement en garde à vue.

", + "title": "Real Madrid: \"On rentre au stand\", le message de Benzema après sa blessure", + "description": "Au lendemain de sa blessure à la cuisse, Karim Benzema a posté un message ce dimanche sur les réseaux. L’attaquant du Real Madrid, d’ores et déjà forfait contre l’Inter mardi en Ligue des champions, explique qu’il va se reposer pour \"revenir plus fort\".

", + "content": "Au lendemain de sa blessure à la cuisse, Karim Benzema a posté un message ce dimanche sur les réseaux. L’attaquant du Real Madrid, d’ores et déjà forfait contre l’Inter mardi en Ligue des champions, explique qu’il va se reposer pour \"revenir plus fort\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/clermont-bayo-explique-comment-il-a-rebondi-apres-sa-garde-a-vue_AV-202112030246.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-on-rentre-au-stand-le-message-de-benzema-apres-sa-blessure_AV-202112050310.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 11:02:42 GMT", - "enclosure": "https://images.bfmtv.com/d0fdwVJTWgVXGllvvW0we7KfvAE=/0x142:2048x1294/800x0/images/Mohamed-Bayo-1180840.jpg", + "pubDate": "Sun, 05 Dec 2021 19:59:54 GMT", + "enclosure": "https://images.bfmtv.com/_8M4UwzOy_jdWisnzZ-jzyiKJV0=/0x99:2048x1251/800x0/images/Benzema-1174670.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56135,17 +57545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afe5984e3073bb3112e6756cd43dfecf" + "hash": "544e8e50b217355c29787b92633d1069" }, { - "title": "Affaire Pinot-Schmitt en direct: Schmitt maintient sa version et lit le message que Riner lui a envoyé", - "description": "L’affaire entre la judoka française Margaux Pinot et Alain Schmitt secoue le monde du sport et du judo en particulier. L’athlète de 27 ans accuse son entraîneur et compagnon de lui avoir asséné des coups, frappé la tête contre le sol mais aussi d'avoir tenté de l'étrangler lors d'une altercation dans la nuit de samedi à dimanche dernier à son domicile du Blanc-Mesnil. Remis en liberté par le tribunal correctionnel dans la nuit de mardi à mercredi, ce dernier nie cette version des faits. Toutes les dernières infos sont à suivre en direct sur RMC Sport.

", - "content": "L’affaire entre la judoka française Margaux Pinot et Alain Schmitt secoue le monde du sport et du judo en particulier. L’athlète de 27 ans accuse son entraîneur et compagnon de lui avoir asséné des coups, frappé la tête contre le sol mais aussi d'avoir tenté de l'étrangler lors d'une altercation dans la nuit de samedi à dimanche dernier à son domicile du Blanc-Mesnil. Remis en liberté par le tribunal correctionnel dans la nuit de mardi à mercredi, ce dernier nie cette version des faits. Toutes les dernières infos sont à suivre en direct sur RMC Sport.

", + "title": "PSG: \"On ne peut pas se cacher\", Mbappé analyse les problèmes de repli défensif des attaquants", + "description": "Dans une interview accordée à Prime Video, Kylian Mbappé est revenu sur les difficultés que rencontre la défense du PSG cette saison avec, à l’origine de ses maux, un travail des attaquants jugé trop insuffisant à la perte du ballon. L’attaquant parisien entrevoit une solution.

", + "content": "Dans une interview accordée à Prime Video, Kylian Mbappé est revenu sur les difficultés que rencontre la défense du PSG cette saison avec, à l’origine de ses maux, un travail des attaquants jugé trop insuffisant à la perte du ballon. L’attaquant parisien entrevoit une solution.

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-en-direct-margaux-pinot-va-s-exprimer-a-18h_LN-202112020373.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-on-ne-peut-pas-se-cacher-mbappe-analyse-les-problemes-de-repli-defensif-des-attaquants_AV-202112050307.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 15:54:42 GMT", - "enclosure": "https://images.bfmtv.com/TbIr1pTY6uRr4XHaXF5cPDAXQeY=/0x0:1280x720/800x0/images/Alain-Schmitt-1181111.jpg", + "pubDate": "Sun, 05 Dec 2021 19:55:01 GMT", + "enclosure": "https://images.bfmtv.com/AG72qkDrr1LaDPPC3QP6aXYb8Eg=/0x78:1200x753/800x0/images/Kylian-Mbappe-1182294.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56155,17 +57565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1f451bdbfbebb799ac7fbfa6ffe59d1" + "hash": "296aeaf4d2e11ea06a129057774be7c4" }, { - "title": "Mercato en direct: le transferts de Ronaldo vers Manchester United dans le viseur de la justice italienne", - "description": "A un mois de l'ouverture du mercato d'hiver, suivez en direct toutes les rumeurs et infos du marché des transferts.

", - "content": "A un mois de l'ouverture du mercato d'hiver, suivez en direct toutes les rumeurs et infos du marché des transferts.

", + "title": "PSG: Mbappé explique comment il a vécu son après-Euro et son départ avorté au Real Madrid", + "description": "Dans une interview accordée à Amazon Prime Vidéo, Kylian Mbappé a répondu aux questions de Thierry Henry. L’attaquant du PSG en a profité pour revenir sur son été agité, avec la déception de l’Euro 2021 et son envie de départ au Real Madrid.

", + "content": "Dans une interview accordée à Amazon Prime Vidéo, Kylian Mbappé a répondu aux questions de Thierry Henry. L’attaquant du PSG en a profité pour revenir sur son été agité, avec la déception de l’Euro 2021 et son envie de départ au Real Madrid.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-2-decembre_LN-202112020061.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-mbappe-explique-comment-il-a-vecu-son-apres-euro-et-son-depart-avorte-au-real-madrid_AV-202112050300.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 06:35:38 GMT", - "enclosure": "https://images.bfmtv.com/evpmxuh5REdljYjlTaziBKYMVi0=/0x78:2048x1230/800x0/images/Cristiano-Ronaldo-1180451.jpg", + "pubDate": "Sun, 05 Dec 2021 19:29:57 GMT", + "enclosure": "https://images.bfmtv.com/BS-hWN2RmIQoue45PGmjeF7fuTE=/3x25:2035x1168/800x0/images/Kylian-MBAPPE-1181388.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56175,17 +57585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "943413d12fe601dce17045adcc54cb3e" + "hash": "09440a8f223754de36361e9b9569853a" }, { - "title": "Affaire Pinot-Schmitt en direct: l'avocat de Pinot \"conteste formellement\" la version de Schmitt", - "description": "L’affaire entre la judoka française Margaux Pinot et Alain Schmitt secoue le monde du sport et du judo en particulier. L’athlète de 27 ans accuse son entraîneur et compagnon de lui avoir asséné des coups, frappé la tête contre le sol mais aussi d'avoir tenté de l'étrangler lors d'une altercation dans la nuit de samedi à dimanche dernier à son domicile du Blanc-Mesnil. Remis en liberté par le tribunal correctionnel dans la nuit de mardi à mercredi, ce dernier nie cette version des faits. Toutes les dernières infos sont à suivre en direct sur RMC Sport.

", - "content": "L’affaire entre la judoka française Margaux Pinot et Alain Schmitt secoue le monde du sport et du judo en particulier. L’athlète de 27 ans accuse son entraîneur et compagnon de lui avoir asséné des coups, frappé la tête contre le sol mais aussi d'avoir tenté de l'étrangler lors d'une altercation dans la nuit de samedi à dimanche dernier à son domicile du Blanc-Mesnil. Remis en liberté par le tribunal correctionnel dans la nuit de mardi à mercredi, ce dernier nie cette version des faits. Toutes les dernières infos sont à suivre en direct sur RMC Sport.

", + "title": "GP d'Arabie Saoudite en direct: victoire d'Hamilton devant Verstappen, pénalisé avec clémence", + "description": "Max Verstappen peut profiter du Grand Prix d’Arabie saoudite pour décrocher le premier titre de champion du monde de sa carrière, ce dimanche à Djeddah. Suivez la course en live sur RMC Sport.

", + "content": "Max Verstappen peut profiter du Grand Prix d’Arabie saoudite pour décrocher le premier titre de champion du monde de sa carrière, ce dimanche à Djeddah. Suivez la course en live sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-en-direct-margaux-pinot-va-s-exprimer-a-18h_LN-202112020373.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-en-direct-suivez-le-grand-prix-d-arabie-saoudite_LS-202112050239.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 15:54:42 GMT", - "enclosure": "https://images.bfmtv.com/CNMV6jPNtqg84LVQ88KlVS8PLO4=/0x0:1280x720/800x0/images/Avocat-Pinot-1180839.jpg", + "pubDate": "Sun, 05 Dec 2021 16:18:56 GMT", + "enclosure": "https://images.bfmtv.com/Vzqvl-Vh3G3nsHwIkKi-dnkCi-M=/0x212:2048x1364/800x0/images/Max-Verstappen-et-Lewis-Hamilton-au-restart-du-GP-d-Arabie-Saoudite-1182291.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56195,17 +57605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "562020fac04ebbf4ebf9764d5eba0289" + "hash": "bd32d01deaa55cded837ad37effa7583" }, { - "title": "PSG: Ramos absent de l’entraînement avant le déplacement à Lens", - "description": "Sergio Ramos, déjà en tribune face à Nice (0-0) mercredi, était absent de l’entraînement, ce vendredi matin à la veille du déplacement à Lens, samedi (21h, 17e journée de Ligue 1).

", - "content": "Sergio Ramos, déjà en tribune face à Nice (0-0) mercredi, était absent de l’entraînement, ce vendredi matin à la veille du déplacement à Lens, samedi (21h, 17e journée de Ligue 1).

", + "title": "Bordeaux-OL, les compos: le coup tactique de Bosz avec une défense à trois", + "description": "En quête de points, Bordeaux et l'OL doivent s'imposer ce dimanche pour ne pas sombrer dans la crise ce dimanche, en clôture de la 17e journée de Ligue 1. Lyon et Peter Bosz se présentent avec une défense à trois et Paqueta en numéro 9.

", + "content": "En quête de points, Bordeaux et l'OL doivent s'imposer ce dimanche pour ne pas sombrer dans la crise ce dimanche, en clôture de la 17e journée de Ligue 1. Lyon et Peter Bosz se présentent avec une défense à trois et Paqueta en numéro 9.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-ramos-absent-de-l-entrainement-avant-le-deplacement-a-lens_AV-202112030235.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-ol-les-compos-le-coup-tactique-de-bosz-avec-une-defense-a-trois_AV-202112050298.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:43:58 GMT", - "enclosure": "https://images.bfmtv.com/XT35VVni4LgVYF9FkBnXJVPbOaY=/0x37:1200x712/800x0/images/Sergio-Ramos-1178510.jpg", + "pubDate": "Sun, 05 Dec 2021 19:29:11 GMT", + "enclosure": "https://images.bfmtv.com/62K583vTyPjo9TJfMFqzAFdLWWc=/0x17:2048x1169/800x0/images/Lucas-PAQUETA-1151602.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56215,17 +57625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55df7d47affe79a5c7a8576a0f684ff6" + "hash": "8c653b1e5b4bdb6bf4f56c18c8a0ce26" }, { - "title": "OM en direct: la conf de Sampaoli et Lirola avant Brest", - "description": "L'OM recevra Brest, samedi après-midi au Vélodrome (17h) dans le cadre de la 17e journée de Ligue 1. Ce vendredi, l'entraîneur Jorge Sampaoli et le latéral Pol Lirola s'exprimeront devant la presse. Une conférence à suivre sur RMC Sport à partir de 13h15.

", - "content": "L'OM recevra Brest, samedi après-midi au Vélodrome (17h) dans le cadre de la 17e journée de Ligue 1. Ce vendredi, l'entraîneur Jorge Sampaoli et le latéral Pol Lirola s'exprimeront devant la presse. Une conférence à suivre sur RMC Sport à partir de 13h15.

", + "title": "GP d’Arabie saoudite: folie de Verstappen, instant lunaire entre la FIA et Red Bull... 2e départ fou", + "description": "Déjà interrompu après le crash de Mick Schumacher, le Grand Prix d’Arabie saoudite a connu un nouveau drapeau rouge quelques instants après le deuxième départ. La faute à une conduite surprenante de Max Verstappen ainsi qu’aux accidents de Sergio Perez et Nikita Mazepin.

", + "content": "Déjà interrompu après le crash de Mick Schumacher, le Grand Prix d’Arabie saoudite a connu un nouveau drapeau rouge quelques instants après le deuxième départ. La faute à une conduite surprenante de Max Verstappen ainsi qu’aux accidents de Sergio Perez et Nikita Mazepin.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-en-direct-la-conf-de-sampaoli-et-lirola-avant-brest_LN-202112030234.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-folie-de-verstappen-instant-lunaire-entre-la-fia-et-red-bull-2e-depart-fou_AV-202112050290.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:43:55 GMT", - "enclosure": "https://images.bfmtv.com/y9Ag2hVD6DPX13Fi_GsQLJIwMP0=/0x93:2048x1245/800x0/images/Jorge-SAMPAOLI-1129654.jpg", + "pubDate": "Sun, 05 Dec 2021 19:10:42 GMT", + "enclosure": "https://images.bfmtv.com/95qJ9eQW8OXYG8KWsj_HFuZNpdM=/0x212:2048x1364/800x0/images/Lewis-Hamilton-lors-du-GP-d-Arabie-saoudite-1182265.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56235,17 +57645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c4e1d5cbefb4930820e4beacb565f69" + "hash": "bcef612962424917e3dca466d764800a" }, { - "title": "PSG en direct: Toutes les infos à la veille de Lens-PSG", - "description": "Après son match nul décevant face à Nice, le PSG enchaîne par un déplacement à Lens, pas non plus au mieux de sa forme. Suivez toutes les infos sur la compo du groupe parisien et la conf de presse de Pochettino.

", - "content": "Après son match nul décevant face à Nice, le PSG enchaîne par un déplacement à Lens, pas non plus au mieux de sa forme. Suivez toutes les infos sur la compo du groupe parisien et la conf de presse de Pochettino.

", + "title": "Tottenham-Norwich: grand pont, lucarne… Lucas s’offre un but sensationnel", + "description": "Tottenham a étrillé Norwich, ce dimanche, lors de la 15e journée de Premier League (3-0). Un match marqué par le bijou de Lucas. L’ailier brésilien des Spurs a ouvert le score au terme d’une action somptueuse.

", + "content": "Tottenham a étrillé Norwich, ce dimanche, lors de la 15e journée de Premier League (3-0). Un match marqué par le bijou de Lucas. L’ailier brésilien des Spurs a ouvert le score au terme d’une action somptueuse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-en-direct-toutes-les-infos-a-la-veille-de-lens-psg_LN-202112030232.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-norwich-grand-pont-lucarne-lucas-s-offre-un-but-sensationnel_AV-202112050278.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:41:21 GMT", - "enclosure": "https://images.bfmtv.com/gDjJHCHiQ7T3S32OYgI2-Htlud4=/0x0:1200x675/800x0/images/Sergio-Ramos-1177105.jpg", + "pubDate": "Sun, 05 Dec 2021 18:15:12 GMT", + "enclosure": "https://images.bfmtv.com/9FxJ8S4caqNVRcKnwHTw-ePNqFc=/0x59:2048x1211/800x0/images/Lucas-1182244.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56255,17 +57665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "291905b64dd5ce36d5f220d2b7103862" + "hash": "748e766f25b7729209016cd1e3672406" }, { - "title": "Premier League: pour sa première conférence de presse, Rangnick décrit Manchester United comme \"le plus grand club du monde\"", - "description": "Jusqu’à la fin de la saison c’est Ralf Rangnick qui prendre place sur le banc de touche à Manchester United. Pour sa première conférence de presse, l’entraîneur allemand a affiché sa joie d’être dans ce club et apporté des précisions sur ce qu’il souhaite apporter.

", - "content": "Jusqu’à la fin de la saison c’est Ralf Rangnick qui prendre place sur le banc de touche à Manchester United. Pour sa première conférence de presse, l’entraîneur allemand a affiché sa joie d’être dans ce club et apporté des précisions sur ce qu’il souhaite apporter.

", + "title": "Nice-Strasbourg: victoire éclatante du Racing, claque inquiétante pour les Aiglons", + "description": "Nice, après un bon nul 0-0 à Paris, a été lourdement battu 3 à 0 par Strasbourg, sa troisième défaite d'affilée à domicile et sans but marqué, dimanche lors de la 17e journée de Ligue 1.

", + "content": "Nice, après un bon nul 0-0 à Paris, a été lourdement battu 3 à 0 par Strasbourg, sa troisième défaite d'affilée à domicile et sans but marqué, dimanche lors de la 17e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-pour-sa-premiere-conference-de-presse-rangnick-decrit-manchester-united-comme-le-plus-grand-club-du-monde_AV-202112030229.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-strasbourg-victoire-eclatante-du-racing-claque-inquietante-pour-les-aiglons_AV-202112050277.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:38:03 GMT", - "enclosure": "https://images.bfmtv.com/VZpvAaryeSmDkEAekaNzVcqkFRs=/0x78:2048x1230/800x0/images/Ralf-Rangnick-1179316.jpg", + "pubDate": "Sun, 05 Dec 2021 18:09:07 GMT", + "enclosure": "https://images.bfmtv.com/QRka5ajMgPFdv8n-TZvX-V1Iub4=/0x0:1200x675/800x0/images/Ludovic-Ajorque-a-inscrit-son-9e-but-de-la-saison-a-Nice-1182241.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56275,17 +57685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0569d77869f9c6810692bbf01ca83662" + "hash": "d6afaca0673ac58d37156f2ba775604f" }, { - "title": "Avec 801 buts, Ronaldo est-il le meilleur buteur de l'histoire du football?", - "description": "Grâce à son doublé réussi jeudi lors de la victoire de Manchester United contre Arsenal (3-2), Cristiano Ronaldo a dépassé la barre des 800 buts en carrière. Mais le Portugais ne détient pas encore le record absolu.

", - "content": "Grâce à son doublé réussi jeudi lors de la victoire de Manchester United contre Arsenal (3-2), Cristiano Ronaldo a dépassé la barre des 800 buts en carrière. Mais le Portugais ne détient pas encore le record absolu.

", + "title": "F1: Mazepin agacé par le comportement des autres pilotes envers lui", + "description": "Nikita Mazepin a regretté le comportement de certains pilotes contre lui en marge du GP d’Arabie saoudite. Le pilote russe de l’écurie Haas F1 est déçu du manque de respect à son encontre, notamment lors des qualifications de l’avant-dernière course de la saison.

", + "content": "Nikita Mazepin a regretté le comportement de certains pilotes contre lui en marge du GP d’Arabie saoudite. Le pilote russe de l’écurie Haas F1 est déçu du manque de respect à son encontre, notamment lors des qualifications de l’avant-dernière course de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/avec-801-buts-ronaldo-est-il-le-meilleur-buteur-de-l-histoire-du-football_AV-202112030225.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-mazepin-agace-par-le-comportement-des-autres-pilotes-envers-lui_AV-202112050274.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:36:30 GMT", - "enclosure": "https://images.bfmtv.com/n70iREgqhlpmGSqE366nVjyAxgc=/0x56:2048x1208/800x0/images/Cristiano-Ronaldo-1180736.jpg", + "pubDate": "Sun, 05 Dec 2021 17:55:47 GMT", + "enclosure": "https://images.bfmtv.com/8Oxy91UEHFOuMqrT12gST6eKfpU=/0x0:2048x1152/800x0/images/Nikita-Mazepin-en-Formule-1-1182227.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56295,17 +57705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e7c39e9168c722b5b248bc2cddbef55" + "hash": "fcc12a7d34f9dea735ceaba927d39226" }, { - "title": "Coupe du monde 2022: seulement trois morts sur les chantiers au Qatar, selon les organisateurs", - "description": "Dans un entretien à plusieurs médias étrangers, le président du comité d'organisation du Mondial 2022 au Qatar est revenu sur le sujet sensible des travailleurs décédés sur les chantiers. Selon lui, trois morts ont été enregistrées.

", - "content": "Dans un entretien à plusieurs médias étrangers, le président du comité d'organisation du Mondial 2022 au Qatar est revenu sur le sujet sensible des travailleurs décédés sur les chantiers. Selon lui, trois morts ont été enregistrées.

", + "title": "Metz: après la claque à Monaco, Antonetti a envoyé ses joueurs parler aux supporters", + "description": "Le FC Metz s’est lourdement incliné sur la pelouse de l’AS Monaco, ce dimanche, lors de la 17e journée de Ligue 1 (4-0). Après la rencontre, Frédéric Antonetti a demandé à ses joueurs d’aller s’expliquer avec les supporters qui avaient fait le déplacement en Principauté.

", + "content": "Le FC Metz s’est lourdement incliné sur la pelouse de l’AS Monaco, ce dimanche, lors de la 17e journée de Ligue 1 (4-0). Après la rencontre, Frédéric Antonetti a demandé à ses joueurs d’aller s’expliquer avec les supporters qui avaient fait le déplacement en Principauté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-seulement-trois-morts-sur-les-chantiers-au-qatar-selon-les-organisateurs_AV-202112030218.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/metz-apres-la-claque-a-monaco-antonetti-a-envoye-ses-joueurs-parler-aux-supporters_AV-202112050268.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:25:09 GMT", - "enclosure": "https://images.bfmtv.com/nGLnAu3gyA48kLAdE734BDuMC7I=/0x269:2048x1421/800x0/images/Gianni-Infantino-et-Jair-Bolsonaro-aupres-des-travailleurs-du-Mondial-2022-1180805.jpg", + "pubDate": "Sun, 05 Dec 2021 17:36:26 GMT", + "enclosure": "https://images.bfmtv.com/u_VygnoAbXMXI7cIaRezCW6W2q8=/0x0:2048x1152/800x0/images/Frederic-Antonetti-1182212.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56315,17 +57725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9bcd7716647a6d9756122e51255fbe3" + "hash": "9c935eb84657d2c6912f71f6072b4806" }, { - "title": "Barça: \"Dembélé est meilleur que Mbappé\", estime Laporta", - "description": "Joan Laporta, président du FC Barcelone, compte toujours conserver Ousmane Dembélé qu’il estime même meilleur que Kylian Mbappé. Problème, la prolongation de son contrat semble très mal engagée.

", - "content": "Joan Laporta, président du FC Barcelone, compte toujours conserver Ousmane Dembélé qu’il estime même meilleur que Kylian Mbappé. Problème, la prolongation de son contrat semble très mal engagée.

", + "title": "Saint-Etienne: Puel mis à pied après la déroute contre Rennes, Dupraz et Guion évoqués", + "description": "La direction de l’AS Saint-Etienne a tranché dans le vif après la défaite de Verts contre Rennes ce dimanche (5-0). Claude Puel est mis à pied et ne devrait plus rester longtemps au sein du club stéphanois alors que Pascal Dupraz ou David Guion sont en pole pour lui succéder.

", + "content": "La direction de l’AS Saint-Etienne a tranché dans le vif après la défaite de Verts contre Rennes ce dimanche (5-0). Claude Puel est mis à pied et ne devrait plus rester longtemps au sein du club stéphanois alors que Pascal Dupraz ou David Guion sont en pole pour lui succéder.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-dembele-est-meilleur-que-mbappe-estime-laporta_AV-202112030214.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-puel-mis-a-pied-apres-la-deroute-contre-rennes-dupraz-et-guion-evoques_AV-202112050253.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:19:46 GMT", - "enclosure": "https://images.bfmtv.com/EXCom0dnw1x0OygcqnY4FlQgWUI=/0x33:2048x1185/800x0/images/Kylian-Mbappe-et-Ousmane-Dembele-1180804.jpg", + "pubDate": "Sun, 05 Dec 2021 17:01:16 GMT", + "enclosure": "https://images.bfmtv.com/o_WhfJoK13tVX8NfX9bonV0ABj8=/0x96:2048x1248/800x0/images/Claude-Puel-n-est-plus-entraineur-de-Saint-Etienne-1182182.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56335,17 +57745,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cf45ae28b623190a1909f81c0cab5a5" + "hash": "13004eb2145fc0f125fce18420e04817" }, { - "title": "F1: Prost meilleur pilote de l'histoire? C'est l'avis de l'ancien boss de la F1", - "description": "Pour Bernie Ecclestone, l'ancien grand argentier de la F1, Alain Prost est le meilleur pilote de l'histoire. Il estime que le Français a brillé face à une concurrence féroce, à une époque où les aides au pilotage étaient bien plus maigres.

", - "content": "Pour Bernie Ecclestone, l'ancien grand argentier de la F1, Alain Prost est le meilleur pilote de l'histoire. Il estime que le Français a brillé face à une concurrence féroce, à une époque où les aides au pilotage étaient bien plus maigres.

", + "title": "ASSE-Rennes en direct: Puel mis à pied par Saint-Etienne après la claque", + "description": "Revivez dans les conditions du direct sur notre site la victoire de Rennes sur la pelouse de Saint-Etienne (0-5) pour le compte de la 17e journée de Ligue 1.

", + "content": "Revivez dans les conditions du direct sur notre site la victoire de Rennes sur la pelouse de Saint-Etienne (0-5) pour le compte de la 17e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-prost-meilleur-pilote-de-l-histoire-c-est-l-avis-de-l-ancien-boss-de-la-f1_AV-202112030208.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-rennes-en-direct-les-rennais-peuvent-reprendre-la-deuxieme-place_LS-202112050118.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:10:52 GMT", - "enclosure": "https://images.bfmtv.com/PwiJPWuW--GApJmKLF4q_CpLkvE=/4x5:4724x2660/800x0/images/-862115.jpg", + "pubDate": "Sun, 05 Dec 2021 11:01:45 GMT", + "enclosure": "https://images.bfmtv.com/44M6FoABIyNnDRsyrzddkhqQVXU=/0x240:512x528/800x0/images/L-entraineur-de-Saint-Etienne-Claude-Puel-lors-de-la-defaite-a-domicile-de-son-equipe-battue-5-0-par-Rennes-le-5-decembre-2021-au-Stade-Geoffroy-Guichard-1182177.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56355,17 +57765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e935c680b5950ee38cf8b12b59cf706f" + "hash": "40b49bd3db7bc5be6e46bda9aaced103" }, { - "title": "PSG: Hamraoui dit avoir été menacée par le garde du corps de Diallo, le clan Diallo dément", - "description": "Selon M6, la joueuse du PSG Kheira Hamraoui - agressée début novembre - a dit aux enquêteurs avoir récemment été menacée par le garde du corps de sa coéquipière Aminata Diallo lors d'un entraînement à Bougival.

", - "content": "Selon M6, la joueuse du PSG Kheira Hamraoui - agressée début novembre - a dit aux enquêteurs avoir récemment été menacée par le garde du corps de sa coéquipière Aminata Diallo lors d'un entraînement à Bougival.

", + "title": "Ligue 1: Monaco cartonne face à Metz, Montpellier et Angers se replacent, Lorient s'enfonce", + "description": "Nantes s'est imposé à Lorient 1-0 grâce à un exploit individuel de Wylan Cyprien. Dominateur de la première à la dernière minute, Monaco a très largement battu Metz (4-0).

", + "content": "Nantes s'est imposé à Lorient 1-0 grâce à un exploit individuel de Wylan Cyprien. Dominateur de la première à la dernière minute, Monaco a très largement battu Metz (4-0).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/d1/psg-hamraoui-dit-avoir-ete-menacee-par-le-garde-du-corps-de-diallo_AV-202112030198.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-monaco-cartonne-face-a-metz-montpellier-et-angers-se-replacent-lorient-s-enfonce_AV-202112050242.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:03:32 GMT", - "enclosure": "https://images.bfmtv.com/s5ADzEEAwLJEcaoIon1FP_qepv8=/0x143:2048x1295/800x0/images/Kheira-Hamraoui-1164543.jpg", + "pubDate": "Sun, 05 Dec 2021 16:30:04 GMT", + "enclosure": "https://images.bfmtv.com/Yk-4qUJ-xkPy9oedZX0wSofXTHs=/0x0:1200x675/800x0/images/La-rage-de-vaincre-des-Monegasques-et-de-Kevin-Volland-1182173.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56375,17 +57785,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1eac6da5b6e98dfd2f43d9034167993" + "hash": "052847d3294d92f1d404d9be83b303ee" }, { - "title": "Mercato: le Barça toujours plus pessimiste pour Dembélé après une réunion avec son agent", - "description": "Selon Sport, le pessimisme sur une prolongation de contrat d’Ousmane Dembélé a encore grimpé d’un cran après une réunion avec l’agent de l’international français jeudi.

", - "content": "Selon Sport, le pessimisme sur une prolongation de contrat d’Ousmane Dembélé a encore grimpé d’un cran après une réunion avec l’agent de l’international français jeudi.

", + "title": "Manchester United-Crystal Palace: première victorieuse mais perfectible pour Rangnick", + "description": "Ralf Rangnick a dirigé Manchester United pour la première fois ce dimanche lors de la 15e journée de Premier League contre Crystal Palace. Un but de Fred dans les dernières minutes a offert la victoire aux Red Devils (1-0) devant le public d’Old Trafford.

", + "content": "Ralf Rangnick a dirigé Manchester United pour la première fois ce dimanche lors de la 15e journée de Premier League contre Crystal Palace. Un but de Fred dans les dernières minutes a offert la victoire aux Red Devils (1-0) devant le public d’Old Trafford.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-toujours-plus-pessimiste-pour-dembele-apres-une-reunion-avec-son-agent_AV-202112030189.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-crystal-palace-premiere-victorieuse-mais-perfectible-pour-rangnick_AV-202112050240.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 09:46:31 GMT", - "enclosure": "https://images.bfmtv.com/T2TwJAv7uP220OOhTLO4Whb2oLc=/37x234:1973x1323/800x0/images/Ousmane-Dembele-1179488.jpg", + "pubDate": "Sun, 05 Dec 2021 16:09:00 GMT", + "enclosure": "https://images.bfmtv.com/HccSJJV_qg7rMrG2hAjp7CVlxNI=/0x0:2032x1143/800x0/images/Ralf-Rangnick-lors-de-son-premier-match-sur-le-banc-de-Manchester-United-1182165.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56395,17 +57805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "984b4b0ef0b65606cbad22cc81a044a9" + "hash": "c2ea2c34d5a80f7e1ce5d86c75f3daaa" }, { - "title": "Rugby: Parti d’Afrique du Sud, fin du cauchemar pour Cardiff?", - "description": "L’équipe de Cardiff, bloquée en Afrique du Sud depuis plusieurs jours, a pu décoller ce matin pour rentrer. Mais ces joueurs-là doivent maintenant respecter une période de quarantaine et ne feront pas partie de l’équipe qui, si le match a lieu, affrontera le Stade Toulousain la semaine prochaine en Coupe d’Europe.

", - "content": "L’équipe de Cardiff, bloquée en Afrique du Sud depuis plusieurs jours, a pu décoller ce matin pour rentrer. Mais ces joueurs-là doivent maintenant respecter une période de quarantaine et ne feront pas partie de l’équipe qui, si le match a lieu, affrontera le Stade Toulousain la semaine prochaine en Coupe d’Europe.

", + "title": "F2: Pourchaire victime d’un accident spectaculaire et évacué à l'hôpital", + "description": "Théo Pourchaire a été victime d’un incident au départ du Grand Prix de F2 d’Arabie saoudite, ce dimanche à Djeddah. Le jeune Français, qui n’a pas réussi à démarrer, s’est fait violemment percuté par l’arrière. De quoi entraîner une longue interruption de la course.

", + "content": "Théo Pourchaire a été victime d’un incident au départ du Grand Prix de F2 d’Arabie saoudite, ce dimanche à Djeddah. Le jeune Français, qui n’a pas réussi à démarrer, s’est fait violemment percuté par l’arrière. De quoi entraîner une longue interruption de la course.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/rugby-parti-d-afrique-du-sud-fin-du-cauchemar-pour-cardiff_AN-202112030181.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f2-pourchaire-victime-d-un-accident-spectaculaire-et-evacue-a-l-hopital_AV-202112050228.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 09:32:46 GMT", - "enclosure": "https://images.bfmtv.com/yKOlAzU8Bm19rdaTGJrw4PAXxBs=/0x0:2048x1152/800x0/images/Dai-Young-entraineur-des-Cardiff-Blues-1176012.jpg", + "pubDate": "Sun, 05 Dec 2021 15:43:30 GMT", + "enclosure": "https://images.bfmtv.com/mwm4S7bUqjSQdWOr5jL_GFNkSWc=/0x12:1200x687/800x0/images/-868155.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56415,17 +57825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef1a913341bb0c33dd2cffde3c2a1003" + "hash": "239118765ab68c5fb355dceace14a931" }, { - "title": "Hand: Le spleen post-olympique des handballeuses françaises", - "description": "Cinq mois après leur titre olympique à Tokyo, les handballeuses françaises débutent ce vendredi soir contre l’Angola (18h) pour leur premier match des championnats du monde à Granollers en Espagne. Des Bleues qui veulent surfer sur leur première médaille d’or olympique mais qui trainent leur spleen depuis de longues semaines. 

", - "content": "Cinq mois après leur titre olympique à Tokyo, les handballeuses françaises débutent ce vendredi soir contre l’Angola (18h) pour leur premier match des championnats du monde à Granollers en Espagne. Des Bleues qui veulent surfer sur leur première médaille d’or olympique mais qui trainent leur spleen depuis de longues semaines. 

", + "title": "Bordeaux-OL en direct: Lyon pousse mais les Girondins sont toujours dangereux", + "description": "L'OL se déplace sur la pelouse de Bordeaux ce dimanche soir en clôture de la 17e journée de Ligue 1 (20h45). Une rencontre à suivre en intégralité dans notre live.

", + "content": "L'OL se déplace sur la pelouse de Bordeaux ce dimanche soir en clôture de la 17e journée de Ligue 1 (20h45). Une rencontre à suivre en intégralité dans notre live.

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/feminin/hand-le-spleen-post-olympique-des-handballeuses-francaises_AN-202112030169.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-bordeaux-ol-en-direct_LS-202112050237.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 09:10:23 GMT", - "enclosure": "https://images.bfmtv.com/WK4M3xZ2-DCSWqStiDowHx9YnSA=/0x40:768x472/800x0/images/Les-Francaises-victorieuses-de-la-Russie-s-offrent-le-titre-olympique-du-tournoi-de-hand-a-Tokyo-le-8-aout-2021-1081146.jpg", + "pubDate": "Sun, 05 Dec 2021 16:10:24 GMT", + "enclosure": "https://images.bfmtv.com/Y4ipY_ai5LRaJE086BPMTqdy9SA=/0x106:2048x1258/800x0/images/Bordeaux-OL-1182321.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56435,17 +57845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1e77c6ace0c5656b1cfb8c6bdc49265" + "hash": "0702525b49059ca02b5d13376f864a25" }, { - "title": "Affaire Hamraoui en direct: Le clan Diallo dément les menaces envers Hamraoui", - "description": "La joueuse du PSG et de l'équipe de France, Kheira Hamraoui, a été violemment agressée le 4 novembre dernier. Une affaire qui avait conduit au placement en garde à vue de sa coéquipière Aminata Diallo, et à une demande de divorce de la part de l'épouse d'Eric Abidal. Suivez les dernières informations sur ce dossier et l'évolution de l'enquête sur RMC Sport.

", - "content": "La joueuse du PSG et de l'équipe de France, Kheira Hamraoui, a été violemment agressée le 4 novembre dernier. Une affaire qui avait conduit au placement en garde à vue de sa coéquipière Aminata Diallo, et à une demande de divorce de la part de l'épouse d'Eric Abidal. Suivez les dernières informations sur ce dossier et l'évolution de l'enquête sur RMC Sport.

", + "title": "GP d'Arabie Saoudite en direct: victoire d'Hamilton devant Verstappen après une course de folie", + "description": "Max Verstappen peut profiter du Grand Prix d’Arabie saoudite pour décrocher le premier titre de champion du monde de sa carrière, ce dimanche à Djeddah. Suivez la course en live sur RMC Sport.

", + "content": "Max Verstappen peut profiter du Grand Prix d’Arabie saoudite pour décrocher le premier titre de champion du monde de sa carrière, ce dimanche à Djeddah. Suivez la course en live sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/affaire-hamraoui-en-direct-les-dernieres-infos-un-mois-apres-l-agression_LN-202112030167.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-en-direct-suivez-le-grand-prix-d-arabie-saoudite_LS-202112050239.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 09:08:41 GMT", - "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", + "pubDate": "Sun, 05 Dec 2021 16:18:56 GMT", + "enclosure": "https://images.bfmtv.com/Vzqvl-Vh3G3nsHwIkKi-dnkCi-M=/0x212:2048x1364/800x0/images/Max-Verstappen-et-Lewis-Hamilton-au-restart-du-GP-d-Arabie-Saoudite-1182291.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56455,17 +57865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebe96b400054d02f6bbb33c3a22ce9b4" + "hash": "d84762e824d3be472d15c8c84afd94cb" }, { - "title": "PSG: la signature de Mbappé au Real Madrid est \"assurée\", selon la presse espagnole", - "description": "Les deux principaux quotidiens sportifs madrilènes assurent que la signature de Kylian Mbappé au Real Madrid l’été prochain devrait être actée en janvier, malgré une possible offensive du PSG pour prolonger son crack.

", - "content": "Les deux principaux quotidiens sportifs madrilènes assurent que la signature de Kylian Mbappé au Real Madrid l’été prochain devrait être actée en janvier, malgré une possible offensive du PSG pour prolonger son crack.

", + "title": "Stade Français-La Rochelle en direct: match fou à Jean-Bouin, déjà cinq essais marqués", + "description": "En clôture de cette 12e journée Top 14, le Stade Français reçoit la Rochelle pour l'ultime choc du week-end. Paris a une belle occasion pour sortir du bas de classement. Coup d'envoi à 21h !

", + "content": "En clôture de cette 12e journée Top 14, le Stade Français reçoit la Rochelle pour l'ultime choc du week-end. Paris a une belle occasion pour sortir du bas de classement. Coup d'envoi à 21h !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-la-signature-de-mbappe-au-real-madrid-est-assuree-selon-la-presse-espagnole_AV-202112030165.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-stade-francais-la-rochelle-en-direct_LS-202112050287.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 09:04:33 GMT", - "enclosure": "https://images.bfmtv.com/fkGh487h1PgrYsOpsJ_4RFHRjKo=/0x0:2048x1152/800x0/images/Kylian-Mbappe-1179101.jpg", + "pubDate": "Sun, 05 Dec 2021 18:46:50 GMT", + "enclosure": "https://images.bfmtv.com/h9sMXTLk8ayWW_JHPiP1pL8QPC0=/0x0:1184x666/800x0/images/-859705.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56475,17 +57885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6872998b2c752fdd7568d3e857215363" + "hash": "303e3fea6d96423b39308bccbf8c8f37" }, { - "title": "Toulon : Belleau à Clermont, West courtisé", - "description": "Le demi d’ouverture international Anthony Belleau (25 ans) rejoindra Clermont la saison prochaine. Il a donné son accord. Ihaia West pourrait le remplacer.

", - "content": "Le demi d’ouverture international Anthony Belleau (25 ans) rejoindra Clermont la saison prochaine. Il a donné son accord. Ihaia West pourrait le remplacer.

", + "title": "CAN2022 : Aliou Cissé répond à Jürgen Klopp, sur le \"petit tournoi\"", + "description": "Alors que Jürgen Klopp avait qualifié la Coupe d'Afrique des Nations de \"petit tournoi\", semble-t-il de façon ironique, Aliou Cissé, le sélectionneur du Sénégal, lui a répondu en tempérant les débats.

", + "content": "Alors que Jürgen Klopp avait qualifié la Coupe d'Afrique des Nations de \"petit tournoi\", semble-t-il de façon ironique, Aliou Cissé, le sélectionneur du Sénégal, lui a répondu en tempérant les débats.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/toulon-belleau-a-clermont-west-courtise_AV-202112030163.html", + "link": "https://rmcsport.bfmtv.com/football/matchs-amicaux/can2022-aliou-cisse-repond-a-jurgen-klopp-sur-le-petit-tournoi_AV-202112050227.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 08:59:38 GMT", - "enclosure": "https://images.bfmtv.com/6BvusqzgBU8PejBWg0qRc7chqe8=/0x87:2048x1239/800x0/images/Anthony-Belleau-1180727.jpg", + "pubDate": "Sun, 05 Dec 2021 15:41:46 GMT", + "enclosure": "https://images.bfmtv.com/1zuE1n571u5pgVQIssRNbcryLNc=/0x78:1200x753/800x0/images/-842801.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56495,17 +57905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e57cd22bc158d190f3f0808cbf2829c1" + "hash": "48018fcf4eaa128d58b67cfeed07d0fd" }, { - "title": "Athlétisme: décès de Lamine Diack, ancien patron de la fédération internationale", - "description": "Empêtré dans des affaires de corruption et condamné en première instance par la justice française, Lamine Diack, ancien patron de la Fédération internationale d'athlétisme (IAAF), est mort à l'âge de 88 ans.

", - "content": "Empêtré dans des affaires de corruption et condamné en première instance par la justice française, Lamine Diack, ancien patron de la Fédération internationale d'athlétisme (IAAF), est mort à l'âge de 88 ans.

", + "title": "Cleangame remporte la finale du GNT pour la deuxième fois de sa carrière", + "description": "Alors qu'il devait rendre la distance de 50 mètres, Cleangame n'a pas déçu ses preneurs en terrassant l'opposition et en remportant pour la deuxième fois de sa carrière la finale du Grand National du Trot ce dimanche 5 décembre sur l'hippodrome de Vincennes.

", + "content": "Alors qu'il devait rendre la distance de 50 mètres, Cleangame n'a pas déçu ses preneurs en terrassant l'opposition et en remportant pour la deuxième fois de sa carrière la finale du Grand National du Trot ce dimanche 5 décembre sur l'hippodrome de Vincennes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/athletisme/athletisme-deces-de-lamine-diack-ancien-patron-de-la-federation-internationale_AV-202112030161.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/cleangame-remporte-la-finale-du-gnt-pour-la-deuxieme-fois-de-sa-carriere_AN-202112050226.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 08:55:42 GMT", - "enclosure": "https://images.bfmtv.com/uJF_ga7_fqko0_4JZsCfhED1Nsw=/0x106:2048x1258/800x0/images/Lamine-Diack-1180717.jpg", + "pubDate": "Sun, 05 Dec 2021 15:37:47 GMT", + "enclosure": "https://images.bfmtv.com/xH1S-BamOw0FBX6ZDjza8Zb5VFU=/0x106:2048x1258/800x0/images/Cleangame-remporte-la-finale-du-GNT-edition-2021-1182149.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56515,17 +57925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdda09f3a4d298e3fdcad620f7f0d447" + "hash": "5232c4758b70f703a4833af6524620be" }, { - "title": "Sorare, la start-up française qui révolutionne le football avec les NFT", - "description": "Une levée de fonds de 680 millions de dollars, des footballeurs qui investissent, des cartes revendues pour plusieurs centaines de milliers d’euros, des utilisateurs qui se multiplient aux quatre coins du monde et qui peuvent spéculer: la start-up française Sorare, qui mixe jeu de fantasy football et cartes de collection virtuelles sous fond de nouvelles technologies (NFT, blockchain, cryptomonnaie), connaît une croissance explosive. RMC Sport vous plonge dans les dessous du nouveau phénomène du divertissement sportif.

", - "content": "Une levée de fonds de 680 millions de dollars, des footballeurs qui investissent, des cartes revendues pour plusieurs centaines de milliers d’euros, des utilisateurs qui se multiplient aux quatre coins du monde et qui peuvent spéculer: la start-up française Sorare, qui mixe jeu de fantasy football et cartes de collection virtuelles sous fond de nouvelles technologies (NFT, blockchain, cryptomonnaie), connaît une croissance explosive. RMC Sport vous plonge dans les dessous du nouveau phénomène du divertissement sportif.

", + "title": "PSG: Herrera et Ramos de retour à l’entraînement avant Bruges", + "description": "Sergio Ramos et Ander Herrera ont repris l’entraînement ce dimanche avec le PSG. Une bonne nouvelle pour le club parisien à deux jours du dernier match des poules de la Ligue des champions, mardi contre Bruges (sur RMC Sport 1).

", + "content": "Sergio Ramos et Ander Herrera ont repris l’entraînement ce dimanche avec le PSG. Une bonne nouvelle pour le club parisien à deux jours du dernier match des poules de la Ligue des champions, mardi contre Bruges (sur RMC Sport 1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/sorare-la-start-up-francaise-qui-revolutionne-le-football-avec-les-nft_GN-202112030160.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-herrera-de-retour-a-l-entrainement-avant-le-match-europeen-contre-bruges_AV-202112050219.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 08:54:14 GMT", - "enclosure": "https://images.bfmtv.com/-_ISPSkfXDlrqnp4NZZqIoMjJE0=/0x0:2032x1143/800x0/images/Les-cartes-NFT-Sorare-de-l-equipe-de-France-1180303.jpg", + "pubDate": "Sun, 05 Dec 2021 15:26:22 GMT", + "enclosure": "https://images.bfmtv.com/Gti6hEyDALvkloJJIwAw_YDNlPc=/14x0:2046x1143/800x0/images/Sergio-Ramos-a-l-entrainement-du-PSG-1182152.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56535,17 +57945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "761c5b853723da30956248ce51c92aa2" + "hash": "f97dd489eeb4a78ee661f9fbd9ecdad8" }, { - "title": "Les pronos hippiques du samedi 4 décembre", - "description": " Le Quinté+ du samedi 4 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": " Le Quinté+ du samedi 4 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Saint-Etienne: le message d'espoir de Puel après la déroute contre Rennes", + "description": "Corrigé par le Stade Rennais (5-0) ce dimanche lors de la 17e journée de Ligue 1, Saint-Etienne reste englué à la dernière place du classement. S'il est conscient des lacunes de ses joueurs, Claude Puel estime qu'ils sont capables de réagir.

", + "content": "Corrigé par le Stade Rennais (5-0) ce dimanche lors de la 17e journée de Ligue 1, Saint-Etienne reste englué à la dernière place du classement. S'il est conscient des lacunes de ses joueurs, Claude Puel estime qu'ils sont capables de réagir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-4-decembre_AN-202112030153.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-le-message-d-espoir-de-puel-apres-la-deroute-contre-rennes_AV-202112050212.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 08:39:43 GMT", - "enclosure": "https://images.bfmtv.com/SXy2GpJ-ycL8GJaedC2Qyb6oFjE=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-samedi-4-decembre-2021-1180709.jpg", + "pubDate": "Sun, 05 Dec 2021 15:00:35 GMT", + "enclosure": "https://images.bfmtv.com/bxpH_b7dya6GhTOiEIPf4S2s7Yg=/0x106:2048x1258/800x0/images/Claude-PUEL-1182099.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56555,17 +57965,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f373cd4db7b0ae58d89a9ea6447590f" + "hash": "e1f712242c732a41eea9faee8b1458ec" }, { - "title": "Premier League: la réaction hilare d'Henry sur l'étrange but encaissé par De Gea", - "description": "Thierry Henry, également consultant pour Prime Video en Angleterre, s'est amusé du but lunaire encaissé par David De Gea lors du choc entre Manchester United et Arsenal. Pour l'ancien international français, le gardien espagnol des Red Devils a commis une erreur qu'il n'avait plus constaté depuis sa formation.

", - "content": "Thierry Henry, également consultant pour Prime Video en Angleterre, s'est amusé du but lunaire encaissé par David De Gea lors du choc entre Manchester United et Arsenal. Pour l'ancien international français, le gardien espagnol des Red Devils a commis une erreur qu'il n'avait plus constaté depuis sa formation.

", + "title": "Nice-Strasbourg en direct : le Racing inflige une leçon aux Aiglons", + "description": "Sur leur terrain, les Aiglons ont sombré face à une équipe de Strasbourg solide et inspirée. Les Alsaciens ont profité du réalisme d'Ajorque, Diallo et Thomasson pour s'offrir une victoire de prestige, 3-0.

", + "content": "Sur leur terrain, les Aiglons ont sombré face à une équipe de Strasbourg solide et inspirée. Les Alsaciens ont profité du réalisme d'Ajorque, Diallo et Thomasson pour s'offrir une victoire de prestige, 3-0.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-la-reaction-hilare-d-henry-sur-l-etrange-but-encaisse-par-de-gea_AV-202112030150.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-nice-strasbourg-en-direct_LS-202112050190.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 08:37:00 GMT", - "enclosure": "https://images.bfmtv.com/kZg-BFBozrdYzeKdVzyAQrEXP5M=/0x58:2048x1210/800x0/images/Thierry-Henry-1180688.jpg", + "pubDate": "Sun, 05 Dec 2021 14:17:26 GMT", + "enclosure": "https://images.bfmtv.com/7jMHIiR8yGY-2zPjMdwYRVsKqSY=/0x106:2048x1258/800x0/images/Perrin-avec-Lemina-et-Todibo-lors-de-Nice-Strasbourg-1182216.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56575,17 +57985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bf681b7c7430482b376a6dc49c7b97b" + "hash": "4d44d7143bd142655863db906fae7ed7" }, { - "title": "Incidents Angers-OM: une bombe agricole marseillaise à l'origine des affrontements?", - "description": "L'Equipe revient dans son édition de ce vendredi sur les affrontements entre supporters d'Angers et de l'OM, à la fin du match entre les deux clubs le 22 septembre. Les images de vidéosurveillance auraient permis de constater que la situation a dégénéré après qu'un fan marseillais a jeté une bombe agricole... juste à côté de son propre parcage.

", - "content": "L'Equipe revient dans son édition de ce vendredi sur les affrontements entre supporters d'Angers et de l'OM, à la fin du match entre les deux clubs le 22 septembre. Les images de vidéosurveillance auraient permis de constater que la situation a dégénéré après qu'un fan marseillais a jeté une bombe agricole... juste à côté de son propre parcage.

", + "title": "PSG-Bruges: l’arbitre espagnol Gil Manzano au sifflet, une première pour les Parisiens", + "description": "Jesus Gil Manzano a été désigné pour arbitrer le match de la 6eme journée de phase de poules entre le PSG et Bruges, mardi au Parc des Princes (coup d’envoi à 18h45 en direct sur RMC Sport 1). L'Espagnol n’a jamais arbitré le club parisien.

", + "content": "Jesus Gil Manzano a été désigné pour arbitrer le match de la 6eme journée de phase de poules entre le PSG et Bruges, mardi au Parc des Princes (coup d’envoi à 18h45 en direct sur RMC Sport 1). L'Espagnol n’a jamais arbitré le club parisien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-angers-om-une-bombe-agricole-marseillaise-a-l-origine-des-affrontements_AV-202112030149.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-bruges-l-arbitre-espagnol-gil-manzano-au-sifflet-une-premiere-pour-les-parisiens_AV-202112050184.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 08:36:28 GMT", - "enclosure": "https://images.bfmtv.com/Sw2Jh4VAqSOIbAHwF1lzN9VtF9c=/0x212:2048x1364/800x0/images/Les-incidents-a-la-fin-d-Angers-OM-1180701.jpg", + "pubDate": "Sun, 05 Dec 2021 14:11:21 GMT", + "enclosure": "https://images.bfmtv.com/zXg4o4yrqU8WrUvBRJ6PUs09_mM=/0x0:2048x1152/800x0/images/Jesus-Gil-Manzano-arbitrera-PSG-Bruges-1182090.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56595,17 +58005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d240f6f5a101ff56a88ec9517778b7b4" + "hash": "4c918ed286b9663a2f593485829e7bd4" }, { - "title": "OL: Cherki joue sous la neige avec les U17 d’un club de Lyon", - "description": "Rayan Cherki (18 ans), jeune attaquant de l’OL, a participé à un entraînement avec l’équipe U17 du club de Sainte Foy-Lès-Lyon, jeudi dans la banlieue de Lyon, malgré la neige.

", - "content": "Rayan Cherki (18 ans), jeune attaquant de l’OL, a participé à un entraînement avec l’équipe U17 du club de Sainte Foy-Lès-Lyon, jeudi dans la banlieue de Lyon, malgré la neige.

", + "title": "Les pronos hippiques du lundi 6 décembre 2021", + "description": "Le Quinté+ du lundi 6 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du lundi 6 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-cherki-joue-sous-la-neige-avec-les-u17-d-un-club-de-lyon_AV-202112030128.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-6-decembre-2021_AN-202112050181.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 07:49:48 GMT", - "enclosure": "https://images.bfmtv.com/gHkr1s3zOnJUpyoOt06PYMrh9cI=/0x247:2032x1390/800x0/images/Rayan-Cherki-1180660.jpg", + "pubDate": "Sun, 05 Dec 2021 14:03:28 GMT", + "enclosure": "https://images.bfmtv.com/9XV2MFBYK7ptueR4KVkM57oSATY=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-lundi-6-decembre-2021-1181814.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56615,17 +58025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "61db8feaa9b58fed7144605af3cafb6b" + "hash": "81368e021ed3a9608419cb48e0dd2ff4" }, { - "title": "Equipe de France: Le Sommer a appelé Diacre pour lui faire part de sa motivation", - "description": "Plus convoquée par Corinne Diacre en équipe de France féminine depuis avril dernier, l'attaquante Eugénie Le Sommer a pris l'initiative d'appeler la sélectionneure il y a quelques semaines pour lui faire part de son envie de retrouver les Bleues.

", - "content": "Plus convoquée par Corinne Diacre en équipe de France féminine depuis avril dernier, l'attaquante Eugénie Le Sommer a pris l'initiative d'appeler la sélectionneure il y a quelques semaines pour lui faire part de son envie de retrouver les Bleues.

", + "title": "Saint Etienne-Rennes: les Bretons enfoncent les Verts avec un festival de Terrier", + "description": "Porté par un triplé de Martin Terrier, Rennes a corrigé Saint-Etienne (5-0) ce dimanche à Geoffroy-Guichard lors de la 17e journée de Ligue 1. Les Bretons sont deuxièmes du classement derrière le PSG alors que les Verts restent derniers du championnat.

", + "content": "Porté par un triplé de Martin Terrier, Rennes a corrigé Saint-Etienne (5-0) ce dimanche à Geoffroy-Guichard lors de la 17e journée de Ligue 1. Les Bretons sont deuxièmes du classement derrière le PSG alors que les Verts restent derniers du championnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-le-sommer-a-appele-diacre-pour-lui-faire-part-de-sa-motivation_AV-202112030115.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-rennes-les-bretons-enfoncent-les-verts-avec-un-festival-de-terrier_AV-202112050180.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 07:36:40 GMT", - "enclosure": "https://images.bfmtv.com/6HcStmijeUTGO8PiqJfHg_I2DxE=/0x55:2048x1207/800x0/images/Eugenie-Le-SOMMER-1124916.jpg", + "pubDate": "Sun, 05 Dec 2021 14:03:23 GMT", + "enclosure": "https://images.bfmtv.com/SKbN9MWtuNJhHhRO-ndjTU_ZTN4=/0x137:2048x1289/800x0/images/Martin-Terrier-a-marque-un-triple-lors-de-ASSE-Rennes-1182083.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56635,17 +58045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb2b2b8a9cc2cb3f2a98f90f32a5edea" + "hash": "bd6c6e63b13d36cfd95692ce6cd3bb59" }, { - "title": "Ligue 1 en direct: Ramos absent de l'entraînement ce vendredi", - "description": "Suivez en direct toutes les informations avant la 17e journée de Ligue 1 ce week-end.

", - "content": "Suivez en direct toutes les informations avant la 17e journée de Ligue 1 ce week-end.

", + "title": "Egypte: un entraîneur décède d'une crise cardiaque après le but de la victoire de son équipe", + "description": "L'entraîneur égyptien Adham El-Selhadar est décédé des suites d'une crise cardiaque survenue en plein match. Il avait 53 ans.

", + "content": "L'entraîneur égyptien Adham El-Selhadar est décédé des suites d'une crise cardiaque survenue en plein match. Il avait 53 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-de-17e-journee_LN-202112030112.html", + "link": "https://rmcsport.bfmtv.com/football/egypte-un-entraineur-decede-d-une-crise-cardiaque-apres-le-but-de-la-victoire-de-son-equipe_AN-202112050173.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 07:34:55 GMT", - "enclosure": "https://images.bfmtv.com/QowGzSOOqzNTthmjfLILbQ7i9Yc=/0x106:2048x1258/800x0/images/Sergio-Ramos-1172824.jpg", + "pubDate": "Sun, 05 Dec 2021 13:49:42 GMT", + "enclosure": "https://images.bfmtv.com/1j-9HmDYJ6s6fKHL2IH2Tf_E9Bg=/0x0:2048x1152/800x0/images/Image-d-illustration-1182081.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56655,17 +58065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c1172b6d73d0cd29ffa1d7f8702be1f" + "hash": "3fb6bd2c29a051003eb4220939f140e7" }, { - "title": "Affaire Pinot: l’avocat de Schmitt dénonce des contradictions dans le témoignage de la judoka", - "description": "Avocat d’Alain Schmitt, accusé de violences conjugales par Margaux Pinot, maître Malik Behloul, interrogé par BFMTV, a pointé selon lui des incohérences dans le témoignage de la judoka.

", - "content": "Avocat d’Alain Schmitt, accusé de violences conjugales par Margaux Pinot, maître Malik Behloul, interrogé par BFMTV, a pointé selon lui des incohérences dans le témoignage de la judoka.

", + "title": "Coupe Davis 2022: la France face à l’Equateur en barrages", + "description": "Eliminée prématurément lors de la phase finale de la Coupe Davis 2021, la France devra passer par un barrage l’année prochaine. Le tirage au sort a livré l’Equateur comme adversaire des Bleus qui auront l’avantage de recevoir.

", + "content": "Eliminée prématurément lors de la phase finale de la Coupe Davis 2021, la France devra passer par un barrage l’année prochaine. Le tirage au sort a livré l’Equateur comme adversaire des Bleus qui auront l’avantage de recevoir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-l-avocat-de-schmitt-denonce-des-contradictions-dans-le-temoignage-de-la-judoka_AV-202112020617.html", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis-2022-la-france-face-a-l-equateur-en-barrages_AD-202112050170.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 23:30:50 GMT", - "enclosure": "https://images.bfmtv.com/QgKFX9bQq3lw20v1Aqwh87aBn8c=/0x40:768x472/800x0/images/Alain-Schmitt-relaxe-des-faits-de-violences-sur-sa-compagne-lors-d-un-point-presse-a-Paris-le-2-decembre-2021-1180368.jpg", + "pubDate": "Sun, 05 Dec 2021 13:31:47 GMT", + "enclosure": "https://images.bfmtv.com/RLFHvZc9u8QTF3TOhqttBzo7XKI=/0x40:768x472/800x0/images/Le-capitaine-de-l-equipe-de-France-Sebastien-Grosjean-lors-de-l-edition-precedente-de-Coupe-Davis-a-Madrid-le-21-novembre-2019-1170855.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56675,17 +58085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e76ad5eb40e67d151cbdf2ec6521d96" + "hash": "a75ec6a9f1b25f397db7cab1c382d18d" }, { - "title": "Manchester United: Carrick quitte le club après son intérim réussi", - "description": "Après avoir assuré l’intérim à la suite du limogeage d’Ole Gunnar Solskjaer et avant de céder sa place à Ralf Rangnick, Michael Carrick a finalement décidé de quitter Manchester United. La direction du club a officialisé son départ jeudi soir juste après la victoire des Red Devils face à Arsenal (3-2) en Premier League.

", - "content": "Après avoir assuré l’intérim à la suite du limogeage d’Ole Gunnar Solskjaer et avant de céder sa place à Ralf Rangnick, Michael Carrick a finalement décidé de quitter Manchester United. La direction du club a officialisé son départ jeudi soir juste après la victoire des Red Devils face à Arsenal (3-2) en Premier League.

", + "title": "Stade Français-La Rochelle en direct: Paris veut remonter au classement", + "description": "En clôture de cette 12e journée Top 14, le Stade Français reçoit la Rochelle pour l'ultime choc du week-end. Paris a une belle occasion pour sortir du bas de classement. Coup d'envoi à 21h !

", + "content": "En clôture de cette 12e journée Top 14, le Stade Français reçoit la Rochelle pour l'ultime choc du week-end. Paris a une belle occasion pour sortir du bas de classement. Coup d'envoi à 21h !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-carrick-quitte-le-club-apres-son-interim-reussi_AV-202112020611.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-stade-francais-la-rochelle-en-direct_LS-202112050287.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 23:09:22 GMT", - "enclosure": "https://images.bfmtv.com/KclzY29hZKZSFn1_7p2B_kbNiTs=/0x0:2048x1152/800x0/images/Michael-Carrick-1180480.jpg", + "pubDate": "Sun, 05 Dec 2021 18:46:50 GMT", + "enclosure": "https://images.bfmtv.com/h9sMXTLk8ayWW_JHPiP1pL8QPC0=/0x0:1184x666/800x0/images/-859705.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56695,17 +58105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "476e3c3708ba80d2022ebe985f3c3e17" + "hash": "317e37d517496537182c04d5184fb34d" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 3 décembre – Primeira Liga - Portugal", - "description": "Notre pronostic: Benfica bat le Sporting (1.80)

", - "content": "Notre pronostic: Benfica bat le Sporting (1.80)

", + "title": "Bordeaux-OL en direct: les Lyonnais doivent absolument réagir en Gironde", + "description": "L'OL se déplace sur la pelouse de Bordeaux ce dimanche soir en clôture de la 17e journée de Ligue 1 (20h45). Une rencontre à suivre en intégralité dans notre live.

", + "content": "L'OL se déplace sur la pelouse de Bordeaux ce dimanche soir en clôture de la 17e journée de Ligue 1 (20h45). Une rencontre à suivre en intégralité dans notre live.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-3-decembre-primeira-liga-portugal_AN-202112020496.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-bordeaux-ol-en-direct_LS-202112050237.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/FdELiDma0JH1MciBDs_-PYOdyPk=/0x104:2000x1229/800x0/images/Darwin-Nunez-Benfica-1180305.jpg", + "pubDate": "Sun, 05 Dec 2021 16:10:24 GMT", + "enclosure": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56715,17 +58125,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba24d5c1184bf03f4c0b55dea0971922" + "hash": "999f9300da896937915ccf04f47f9937" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 3 décembre – Bundesliga – Allemagne", - "description": " Notre pronostic: pas de vainqueur entre l’Union Berlin et Leipzig (3.75)

", - "content": " Notre pronostic: pas de vainqueur entre l’Union Berlin et Leipzig (3.75)

", + "title": "Biathlon: les Bleues triomphent au relais d’Östersund, Jacquelin sur le podium sur la poursuite", + "description": "Impeccables au tir, Anaïs Bescond, Anaïs Chevalier-Bouchet, Julia Simon et Justine Braisaz-Bouchet ont remporté, avec la manière, le relais d’Östersund. C’est la première victoire de la saison pour l’équipe de France en Coupe du monde de biathlon.

", + "content": "Impeccables au tir, Anaïs Bescond, Anaïs Chevalier-Bouchet, Julia Simon et Justine Braisaz-Bouchet ont remporté, avec la manière, le relais d’Östersund. C’est la première victoire de la saison pour l’équipe de France en Coupe du monde de biathlon.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-3-decembre-bundesliga-allemagne_AN-202112020494.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-les-bleues-triomphent-au-relais-d-ostersund-premiere-victoire-pour-la-france_AV-202112050168.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/SdMM6Gj_f56kCst51YV8WBRvUHE=/0x104:2000x1229/800x0/images/Christopher-Nkunku-Leipzig-1180295.jpg", + "pubDate": "Sun, 05 Dec 2021 13:22:03 GMT", + "enclosure": "https://images.bfmtv.com/MTkp5pHu1e8M4Uk6MUiFz7R_iKM=/0x27:2048x1179/800x0/images/Justine-Braisaz-Bouchet-1182075.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56735,17 +58145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a17e678ff7db65dc0ee50a7a5f0aec56" + "hash": "39d0dec988812cf7f47b6f9c352c3dec" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 3 décembre – Liga Pari Match - Ukraine", - "description": "Notre pronostic: le Shakhtar Donetsk bat Lviv par au moins deux buts d’écart (1.42)

", - "content": "Notre pronostic: le Shakhtar Donetsk bat Lviv par au moins deux buts d’écart (1.42)

", + "title": "Mondial de handball: gagneur hors pair, philosophe, gueulard… Krumbholz pas encore rassasié", + "description": "Le sélectionneur de l’équipe de France féminine de handball, Olivier Krumbholz, a tout connu avec les Bleues. De l’anonymat en 1998 au sacre olympique cet été, le Messin est un des plus gros palmarès du sport français et a encore faim avant de rencontrer la Slovénie ce dimanche (18h) lors des poules du Mondial disputé à Granollers en Espagne.

", + "content": "Le sélectionneur de l’équipe de France féminine de handball, Olivier Krumbholz, a tout connu avec les Bleues. De l’anonymat en 1998 au sacre olympique cet été, le Messin est un des plus gros palmarès du sport français et a encore faim avant de rencontrer la Slovénie ce dimanche (18h) lors des poules du Mondial disputé à Granollers en Espagne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-3-decembre-liga-pari-match-ukraine_AN-202112020490.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/mondial-de-handball-gagneur-hors-pair-philosophe-gueulard-krumbholz-pas-encore-rassasie_AV-202112050162.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/ulFnGZbNu6zPjdh_aadNNoSsYos=/0x104:2000x1229/800x0/images/Tete-Shakhtar-1180293.jpg", + "pubDate": "Sun, 05 Dec 2021 13:00:24 GMT", + "enclosure": "https://images.bfmtv.com/vNeDWah_wsriR4rSP0Km8fzMJAI=/0x165:2048x1317/800x0/images/Olivier-Krumbholz-le-patron-des-Bleues-1182067.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56755,17 +58165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e86fc3a922a7cf4146f87d3745a4672" + "hash": "fe96926572fd0903c0f34861c17fcdc7" }, { - "title": "PRONOS PARIS RMC Le pari extérieur du 3 décembre – Jupiler League - Belgique", - "description": "Notre pronostic: l’Union Saint-Gilloise gagne à Saint-Trond (1.68)

", - "content": "Notre pronostic: l’Union Saint-Gilloise gagne à Saint-Trond (1.68)

", + "title": "Top 14: Toulon officialise l'arrivée du Rochelais West", + "description": "Le Rugby club toulonnais a officialisé le recrutement de l'ouvreur néo-zélandais Ihaia West. Sous contrat avec La Rochelle jusqu'à la fin de la saison de Top 14, le joueur de 29 ans rejoindra ensuite le RCT pour trois ans.

", + "content": "Le Rugby club toulonnais a officialisé le recrutement de l'ouvreur néo-zélandais Ihaia West. Sous contrat avec La Rochelle jusqu'à la fin de la saison de Top 14, le joueur de 29 ans rejoindra ensuite le RCT pour trois ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-3-decembre-jupiler-league-belgique_AN-202112020484.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-toulon-officialise-l-arrivee-du-rochelais-west_AV-202112050157.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/uaX_NYjWM2gym51ObWM8_zuCJIk=/0x104:2000x1229/800x0/images/Deniz-Undav-Standard-1180285.jpg", + "pubDate": "Sun, 05 Dec 2021 12:34:33 GMT", + "enclosure": "https://images.bfmtv.com/Rkh-n1epo2NRUeNDfC3y1XIyVM4=/0x11:2048x1163/800x0/images/Ihaia-West-avec-La-Rochelle-contre-Toulon-en-Top-14-1182054.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56775,17 +58185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa3c8db70e4ce1960bb903be943d23d1" + "hash": "781ea71c5cd44ae6526e9362a5659327" }, { - "title": "Premier League: Manchester United et Ronaldo se payent Arsenal", - "description": "A l’issue d’une rencontre très animée à Old Trafford, Manchester United a battu Arsenal 3-2 jeudi lors de la 14eme journée de Premier League. Auteur d’un doublé, Cristiano Ronaldo a franchi la barre symbolique des 800 buts en carrière.

", - "content": "A l’issue d’une rencontre très animée à Old Trafford, Manchester United a battu Arsenal 3-2 jeudi lors de la 14eme journée de Premier League. Auteur d’un doublé, Cristiano Ronaldo a franchi la barre symbolique des 800 buts en carrière.

", + "title": "Ligue 1: pourquoi le PSG commence à inquiéter", + "description": "Solide leader de Ligue 1 et qualifié pour les huitièmes de finale de la Ligue des champions, Paris peine pourtant à convaincre cette saison. Son nul contre Lens samedi (1-1) est venu confirmer ses lacunes dans le jeu.

", + "content": "Solide leader de Ligue 1 et qualifié pour les huitièmes de finale de la Ligue des champions, Paris peine pourtant à convaincre cette saison. Son nul contre Lens samedi (1-1) est venu confirmer ses lacunes dans le jeu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-united-et-ronaldo-se-payent-arsenal_AV-202112020601.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-pourquoi-le-psg-commence-a-inquieter_AV-202112050156.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 22:25:54 GMT", - "enclosure": "https://images.bfmtv.com/0yMl_Fw0nxchPAPMmGCxPWGoDoA=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-1180451.jpg", + "pubDate": "Sun, 05 Dec 2021 12:31:27 GMT", + "enclosure": "https://images.bfmtv.com/RjIfkz3lc-niSiGMkKCSQXVcqlo=/0x8:2048x1160/800x0/images/Lionel-MESSI-1182042.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56795,17 +58205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58befd9420696d307a863055beb9631e" + "hash": "7f4755afca37fc2e85c54db980d22fe9" }, { - "title": "Manchester United: Ronaldo dépasse la barre des 800 buts en carrière", - "description": "Encore décisif jeudi soir lors du choc de Premier League entre Manchester United et Arsenal, Cristiano Ronaldo a inscrit ses 800e et 801e buts en carrière. Un total hallucinant.

", - "content": "Encore décisif jeudi soir lors du choc de Premier League entre Manchester United et Arsenal, Cristiano Ronaldo a inscrit ses 800e et 801e buts en carrière. Un total hallucinant.

", + "title": "Affaire Pinot-Schmitt: le retour auprès des proches avant les suites judiciaires", + "description": "Huit jours après l’altercation entre Margaux Pinot et Alain Schmitt au domicile de la judoka, les deux protagonistes se sont exprimés et l’affaire devrait connaître une avancée pendant la semaine à venir. En attendant les suites judiciaires, ils se sont tous les deux offerts un répit chacun de leur côté auprès de leurs proches.

", + "content": "Huit jours après l’altercation entre Margaux Pinot et Alain Schmitt au domicile de la judoka, les deux protagonistes se sont exprimés et l’affaire devrait connaître une avancée pendant la semaine à venir. En attendant les suites judiciaires, ils se sont tous les deux offerts un répit chacun de leur côté auprès de leurs proches.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ronaldo-depasse-la-barre-des-800-buts-en-carriere_AV-202112020595.html", + "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-le-retour-aupres-des-proches-avant-les-suites-judiciaires_AV-202112050149.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 22:09:27 GMT", - "enclosure": "https://images.bfmtv.com/3wPKjyc_MpyD-ykq9UEuD_0g4zQ=/0x42:2048x1194/800x0/images/Cristiano-Ronaldo-1180431.jpg", + "pubDate": "Sun, 05 Dec 2021 12:15:13 GMT", + "enclosure": "https://images.bfmtv.com/Z6n9yhifu5oYgS6BCEHFAOtZzXg=/0x140:2048x1292/800x0/images/Margaux-Pinot-face-a-la-presse-1182040.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56815,17 +58225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0a62a56784e97fc6a52ddf6bd87e4ff" + "hash": "af5e86135ebdd1d1b514ed681bed6753" }, { - "title": "Real Madrid: la demande originale d'Ancelotti à Courtois", - "description": "Encore décisif mercredi lors de la victoire du Real contre Bilbao (1-0) en championnat, Thibaut Courtois a été encensé par Carlo Ancelotti. Pour l'entraîneur du Real Madrid, il est aujourd'hui le meilleur gardien au monde.

", - "content": "Encore décisif mercredi lors de la victoire du Real contre Bilbao (1-0) en championnat, Thibaut Courtois a été encensé par Carlo Ancelotti. Pour l'entraîneur du Real Madrid, il est aujourd'hui le meilleur gardien au monde.

", + "title": "Ligue 1 : Nice-Strasbourg en direct", + "description": "À l'Allianz Riviera, les Aiglons accueillent cet après-midi le Racing Club de Strasbourg. Les Niçois peuvent revenir sur le podium en cas de succès, mais les Alsaciens sont en forme et remontent doucement au classement.

", + "content": "À l'Allianz Riviera, les Aiglons accueillent cet après-midi le Racing Club de Strasbourg. Les Niçois peuvent revenir sur le podium en cas de succès, mais les Alsaciens sont en forme et remontent doucement au classement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-la-demande-originale-d-ancelotti-a-courtois_AV-202112020581.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-nice-strasbourg-en-direct_LS-202112050190.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 21:40:48 GMT", - "enclosure": "https://images.bfmtv.com/Qp3DU7rwoC4pjEfWko0eknscI7o=/1x107:1825x1133/800x0/images/Carlo-Ancelotti-1180398.jpg", + "pubDate": "Sun, 05 Dec 2021 14:17:26 GMT", + "enclosure": "https://images.bfmtv.com/e4LmvBN0fBwMBwLqi7p8Tv_MgW0=/0x106:2048x1258/800x0/images/Andy-Delort-avec-Nice-1171376.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56835,17 +58245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f76b08aeefcab2e4b686928c8a066e94" + "hash": "6fa670be8b6f8b7d0e383f788a3f94e4" }, { - "title": "Manchester United-Arsenal: le but lunaire encaissé par les Red Devils", - "description": "Le match de la 14eme journée de Premier League entre Manchester United et Arsenal a été marqué par l’ouverture du score des Gunners signée Smith-Rowe alors que De Gea était au sol...

", - "content": "Le match de la 14eme journée de Premier League entre Manchester United et Arsenal a été marqué par l’ouverture du score des Gunners signée Smith-Rowe alors que De Gea était au sol...

", + "title": "Biathlon: les Bleues triomphent au relais d’Östersund, première victoire pour la France", + "description": "Impeccables au tir, Anaïs Bescond, Anaïs Chevalier-Bouchet, Julia Simon et Justine Braisaz-Bouchet ont remporté, avec la manière, le relais d’Östersund. C’est la première victoire de la saison pour l’équipe de France en Coupe du monde de biathlon.

", + "content": "Impeccables au tir, Anaïs Bescond, Anaïs Chevalier-Bouchet, Julia Simon et Justine Braisaz-Bouchet ont remporté, avec la manière, le relais d’Östersund. C’est la première victoire de la saison pour l’équipe de France en Coupe du monde de biathlon.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-arsenal-le-but-lunaire-encaisse-par-les-red-devils_AN-202112020580.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-les-bleues-triomphent-au-relais-d-ostersund-premiere-victoire-pour-la-france_AV-202112050168.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 21:36:46 GMT", - "enclosure": "https://images.bfmtv.com/_wVz30WS-M0UCn8Vb5ZtipuPW_I=/0x6:1056x600/800x0/images/MU-Arsenal-la-ballon-franchit-la-ligne-de-but-1180418.jpg", + "pubDate": "Sun, 05 Dec 2021 13:22:03 GMT", + "enclosure": "https://images.bfmtv.com/MTkp5pHu1e8M4Uk6MUiFz7R_iKM=/0x27:2048x1179/800x0/images/Justine-Braisaz-Bouchet-1182075.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56855,17 +58265,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07125551e47afd193e1bf71107ab6ab5" + "hash": "69bf73102594cf1a69989b8e811a5eb8" }, { - "title": "Euroligue: battus, l'Asvel et Monaco n'avancent plus", - "description": "Villeurbanne et Monaco marquent le pas en Euroligue. Le champion de France s'est incliné jeudi sur le parquet du Bayern Munich (73-65) dans la foulée du revers des Monégasques à Fenerbahçe (96-86) lors de la 13e journée.

", - "content": "Villeurbanne et Monaco marquent le pas en Euroligue. Le champion de France s'est incliné jeudi sur le parquet du Bayern Munich (73-65) dans la foulée du revers des Monégasques à Fenerbahçe (96-86) lors de la 13e journée.

", + "title": "Les grandes interviews RMC Sport: Le Vestiaire des champions du monde 1998 avec Barthez", + "description": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Ce dimanche, prenez le temps de vous plonger dans Le Vestiaire, émission culte de la chaîne, avec les champions du monde 1998. En 2017, Fabien Barthez, Emmanuel Petit, Christophe Dugarry et Frank Leboeuf échnageaient leurs souvenirs.

", + "content": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Ce dimanche, prenez le temps de vous plonger dans Le Vestiaire, émission culte de la chaîne, avec les champions du monde 1998. En 2017, Fabien Barthez, Emmanuel Petit, Christophe Dugarry et Frank Leboeuf échnageaient leurs souvenirs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroligue-battus-l-asvel-et-monaco-n-avancent-plus_AD-202112020567.html", + "link": "https://rmcsport.bfmtv.com/football/les-grandes-interviews-rmc-sport-le-vestiaire-des-champions-du-monde-1998-avec-barthez_AN-202112050014.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 21:06:43 GMT", - "enclosure": "https://images.bfmtv.com/t-EHr5noLHKvSYlYpTKhV9dYYYg=/0x106:2048x1258/800x0/images/L-Asvel-face-au-Maccabi-Tel-Aviv-1154445.jpg", + "pubDate": "Sun, 05 Dec 2021 12:00:00 GMT", + "enclosure": "https://images.bfmtv.com/Xx7Mq4ioeit33UzXGC9OdImnXx8=/13x3:1517x849/800x0/images/Le-Vestiaire-special-Mondial-1998-1181834.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56875,37 +58285,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "592f049a3be934efb8d4f005a5a6ba16" + "hash": "3f896d1c8f2b090d11103e38db33e5e2" }, { - "title": "PSG: la maladresse de Sergio Ramos qui a dû amuser les supporters de l’OM", - "description": "Le défenseur central du PSG, Sergio Ramos, a posté jeudi sur son compte Instagram une photo d’entraînement au son de Jump, le titre de Van Halen qui accompagne l’entrée des joueurs de l’OM sur la pelouse du stade Vélodrome. Un post que l’Espagnol a vite supprimé.

", - "content": "Le défenseur central du PSG, Sergio Ramos, a posté jeudi sur son compte Instagram une photo d’entraînement au son de Jump, le titre de Van Halen qui accompagne l’entrée des joueurs de l’OM sur la pelouse du stade Vélodrome. Un post que l’Espagnol a vite supprimé.

", + "title": "Real Madrid: Ancelotti inquiet après la blessure de Benzema", + "description": "Carlo Ancelotti a donné des nouvelles de Karim Benzema, sorti blessé samedi lord du succès du Real Madrid face à la Real Sociedad (2-0). Selon le technicien, l’attaquant tricolore manquera le duel contre l’Inter en Ligue des champions et pourrait même rater le derby madrilène face à l’Atlético dimanche prochain.

", + "content": "Carlo Ancelotti a donné des nouvelles de Karim Benzema, sorti blessé samedi lord du succès du Real Madrid face à la Real Sociedad (2-0). Selon le technicien, l’attaquant tricolore manquera le duel contre l’Inter en Ligue des champions et pourrait même rater le derby madrilène face à l’Atlético dimanche prochain.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-maladresse-de-sergio-ramos-qui-a-du-amuser-les-supporters-de-l-om_AV-202112020560.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-ancelotti-inquiet-apres-la-blessure-de-benzema_AV-202112050141.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 20:50:04 GMT", - "enclosure": "https://images.bfmtv.com/PD-g2uS4qZbp_wiwdYr6E0bJWhc=/0x0:2048x1152/800x0/images/Sergio-Ramos-aux-cotes-du-Stephanois-Timothee-Kolodziejczak-1177605.jpg", + "pubDate": "Sun, 05 Dec 2021 11:47:10 GMT", + "enclosure": "https://images.bfmtv.com/8GtxIJseW_25FHeIo0E-8igcx7M=/0x0:2048x1152/800x0/images/Karim-Benzema-blesse-lors-du-match-Real-Sociedad-Real-Madrid-1182033.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "15bba4e59ba9859f78ac6fa45ff10ba3" + "hash": "6892f07a273deaf05866c5fe1168e223" }, { - "title": "Affaire Peng Shuai: l'ATP réclame une \"communication directe\", mais ne suit pas le boycott de la WTA", - "description": "Si la WTA a décidé de suspendre ses tournois en Chine pour apporter son soutien à Peng Shuai, l'ATP plaide pour une autre approche. Elle considère que le meilleur moyen d'influer sur sa situation en Chine est de privilégier une présence sur place.

", - "content": "Si la WTA a décidé de suspendre ses tournois en Chine pour apporter son soutien à Peng Shuai, l'ATP plaide pour une autre approche. Elle considère que le meilleur moyen d'influer sur sa situation en Chine est de privilégier une présence sur place.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 5 décembre – Ligue 1", + "description": "Mon pronostic : Nice ne perd pas face à Strasbourg et au moins trois buts (2.25)

", + "content": "Mon pronostic : Nice ne perd pas face à Strasbourg et au moins trois buts (2.25)

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/affaire-peng-shuai-l-atp-reclame-une-communication-directe-mais-ne-suit-pas-le-boycott-de-la-wta_AV-202112020559.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-5-decembre-ligue-1_AN-202112050140.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 20:46:56 GMT", - "enclosure": "https://images.bfmtv.com/KlNlW-dbWmXReF710xcoEJCSxxc=/0x40:768x472/800x0/images/Shuai-Peng-a-l-Open-d-Australie-le-21-janvier-2020-a-Melbourne-1180010.jpg", + "pubDate": "Sun, 05 Dec 2021 11:46:41 GMT", + "enclosure": "https://images.bfmtv.com/xy-GtbyVoNmCigIjcMJtbiXUwaM=/0x57:2000x1182/800x0/images/Christophe-Galtier-1182035.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56915,17 +58325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b52295276cd64fa6270717c4ec936f3" + "hash": "ffee1f411e31f116cbb135e40e0f397d" }, { - "title": "PSG: la tribune Auteuil fermée pour deux matchs après son anniversaire", - "description": "La commission de discipline de la LFP a livré ses sanctions jeudi après les nombreux fumigènes allumés par les supporters du PSG lors de la réception de Nantes (3-1). La tribune Auteuil, qui fêtait à cette occasion ses 30 ans d'existence, sera fermée deux matchs.

", - "content": "La commission de discipline de la LFP a livré ses sanctions jeudi après les nombreux fumigènes allumés par les supporters du PSG lors de la réception de Nantes (3-1). La tribune Auteuil, qui fêtait à cette occasion ses 30 ans d'existence, sera fermée deux matchs.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 5 décembre – Ligue 1", + "description": "Mon pronostic : Lyon s’impose à Bordeaux et au moins trois buts dans la rencontre (1.98)

", + "content": "Mon pronostic : Lyon s’impose à Bordeaux et au moins trois buts dans la rencontre (1.98)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-tribune-auteuil-fermee-pour-deux-matchs-apres-son-anniversaire_AV-202112020548.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-5-decembre-ligue-1_AN-202112050136.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 20:13:26 GMT", - "enclosure": "https://images.bfmtv.com/xUrHLVn7t4YnCCkvADqGYK42Nw8=/248x465:1832x1356/800x0/images/PSG-Nantes-1180359.jpg", + "pubDate": "Sun, 05 Dec 2021 11:37:32 GMT", + "enclosure": "https://images.bfmtv.com/m8ZeNRR0eQjhAKlZ3-vsnYUnoPw=/0x216:1984x1332/800x0/images/Lyon-1182028.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56935,37 +58345,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6a229aa4988474b1f6f76b4d646f499" + "hash": "ee9ddbcc2439ca0daeb4ebe883f8b649" }, { - "title": "Ligue 1 en direct: Aulas conforte Peter Bosz et défend son bilan", - "description": "Leader, le PSG a été tenu en échec par Nice (0-0) lors d'un joli choc entre prétendants au podium. Dans l'autre affiche de cette 16e journée, Rennes a été dominé par Lille (1-2). Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", - "content": "Leader, le PSG a été tenu en échec par Nice (0-0) lors d'un joli choc entre prétendants au podium. Dans l'autre affiche de cette 16e journée, Rennes a été dominé par Lille (1-2). Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", + "title": "GP d'Arabie saoudite: Verstappen champion du monde dès ce dimanche si...", + "description": "Max Verstappen peut être champion du monde de F1, ce dimanche en Arabie saoudite, s'il inscrit 18 points de plus que Lewis Hamilton. Cela implique donc qu'il se classe 1er ou 2e, et que l'homme fort de Mercedes termine très loin du podium.

", + "content": "Max Verstappen peut être champion du monde de F1, ce dimanche en Arabie saoudite, s'il inscrit 18 points de plus que Lewis Hamilton. Cela implique donc qu'il se classe 1er ou 2e, et que l'homme fort de Mercedes termine très loin du podium.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-verstappen-champion-du-monde-des-ce-dimanche-si_AV-202112040066.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 08:55:46 GMT", - "enclosure": "https://images.bfmtv.com/UGHynbgsZ__Bb-yuqzYL1MBo4no=/0x200:2048x1352/800x0/images/Jean-Michel-Aulas-face-a-la-presse-apres-OL-OM-1173221.jpg", + "pubDate": "Sat, 04 Dec 2021 09:53:23 GMT", + "enclosure": "https://images.bfmtv.com/YseROwdlLP43MBBet8bsucTJm64=/14x0:2030x1134/800x0/images/Max-Verstappen-1180174.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ff0bb1dbd58da2ef30838d3a7ff8390e" + "hash": "173128cfc4cd220026638276ef7486c5" }, { - "title": "OL: Aulas conforte Peter Bosz et défend son bilan", - "description": "Le président de l’Olympique Lyonnais, Jean-Michel Aulas, ne partage pas les critiques à l’égard de son équipe et de son coach Peter Bosz. Il l’a fait savoir au lendemain du revers des Gones à domicile face à Reims (2-1).

", - "content": "Le président de l’Olympique Lyonnais, Jean-Michel Aulas, ne partage pas les critiques à l’égard de son équipe et de son coach Peter Bosz. Il l’a fait savoir au lendemain du revers des Gones à domicile face à Reims (2-1).

", + "title": "ASSE-Rennes en direct: les Rennais s'amusent, Puel appelle à \"ne pas lâcher\"", + "description": "Revivez dans les conditions du direct sur notre site la victoire de Rennes sur la pelouse de Saint-Etienne (0-5) pour le compte de la 17e journée de Ligue 1.

", + "content": "Revivez dans les conditions du direct sur notre site la victoire de Rennes sur la pelouse de Saint-Etienne (0-5) pour le compte de la 17e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-aulas-conforte-peter-bosz-et-defend-son-bilan_AV-202112020544.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-rennes-en-direct-les-rennais-peuvent-reprendre-la-deuxieme-place_LS-202112050118.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 19:50:04 GMT", - "enclosure": "https://images.bfmtv.com/UGHynbgsZ__Bb-yuqzYL1MBo4no=/0x200:2048x1352/800x0/images/Jean-Michel-Aulas-face-a-la-presse-apres-OL-OM-1173221.jpg", + "pubDate": "Sun, 05 Dec 2021 11:01:45 GMT", + "enclosure": "https://images.bfmtv.com/KvXyoYgweRwBD1aYDRgDDuO3uhI=/0x0:1200x675/800x0/images/Martin-Terrier-1182065.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56975,17 +58385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c559cbeccf94afaa2806c1adbf6e030" + "hash": "7c03c53b1bf223f052f5998888eb5f6d" }, { - "title": "Cristiano Ronaldo porte Manchester United, avec un doublé pour battre Arsenal", - "description": "Un doublé de Cristiano Ronaldo a permis à Manchester United de s'imposer 3-2 dans le choc de Premier League contre Arsenal, pour la dernière de Michael Carrick sur le banc.

", - "content": "Un doublé de Cristiano Ronaldo a permis à Manchester United de s'imposer 3-2 dans le choc de Premier League contre Arsenal, pour la dernière de Michael Carrick sur le banc.

", + "title": "Biathlon en direct: Jacquelin troisième de la poursuite, Christiansen vainqueur", + "description": "Après la victoire des filles de l'équipe de France lors du relais en début d'après-midi, les hommes vont tenter d'aller chercher une première victoire cette saison lors de la poursuite de 12,5 kilomètres à Östersund.

", + "content": "Après la victoire des filles de l'équipe de France lors du relais en début d'après-midi, les hommes vont tenter d'aller chercher une première victoire cette saison lors de la poursuite de 12,5 kilomètres à Östersund.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-suivez-manchester-united-arsenal-en-direct_LS-202112020526.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-en-direct-les-bleues-visent-encore-un-podium-au-relais_LN-202112050117.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 19:10:03 GMT", - "enclosure": "https://images.bfmtv.com/AyQv_Rro9PU84b3IcH4IC80SAQw=/0x120:1872x1173/800x0/images/Cristiano-Ronaldo-1152553.jpg", + "pubDate": "Sun, 05 Dec 2021 10:58:41 GMT", + "enclosure": "https://images.bfmtv.com/f-xBeBIYHu_I1sW602Vxwx8ewV8=/0x40:768x472/800x0/images/Le-Francais-Emilien-Jacquelin-recharge-sa-carabine-lors-du-relais-4x7-5-km-aux-Championnats-du-monde-de-biathlon-le-20-fevrier-2021-a-Pokljuka-Slovenie-1181643.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -56995,17 +58405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "680ae591cb604632d3f005b2685ff234" + "hash": "5c9ead98b4b71199457d68270301a97e" }, { - "title": "PSG: Rothen révèle un clash entre des joueurs et Leonardo il y a deux ans", - "description": "Dans son émission Rothen s'enflamme jeudi sur RMC, Jérôme Rothen a raconté un clash ayant opposé il y a deux ans Leonardo à certains joueurs du PSG, dont Edinson Cavani et Keylor Navas.

", - "content": "Dans son émission Rothen s'enflamme jeudi sur RMC, Jérôme Rothen a raconté un clash ayant opposé il y a deux ans Leonardo à certains joueurs du PSG, dont Edinson Cavani et Keylor Navas.

", + "title": "Cassano raconte un clash avec Cristiano Ronaldo sur WhatsApp", + "description": "Vexé par les critiques de l’ancien sulfureux attaquant italien Antonio Cassano, Cristiano Ronaldo, alors à la Juventus, n’a pas hésité à s’expliquer avec l’ex-joueur du Real Madrid sur WhatsApp.

", + "content": "Vexé par les critiques de l’ancien sulfureux attaquant italien Antonio Cassano, Cristiano Ronaldo, alors à la Juventus, n’a pas hésité à s’expliquer avec l’ex-joueur du Real Madrid sur WhatsApp.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-rothen-revele-un-clash-entre-des-joueurs-et-leonardo-il-y-a-deux-ans_AV-202112020522.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/cassano-raconte-un-clash-avec-cristiano-ronaldo-sur-whats-app_AN-202112050111.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 19:00:59 GMT", - "enclosure": "https://images.bfmtv.com/D8VThAFYgQtZKtXTyST9g-XiFP4=/0x0:1056x594/800x0/images/Jerome-Rothen-1137662.jpg", + "pubDate": "Sun, 05 Dec 2021 10:48:42 GMT", + "enclosure": "https://images.bfmtv.com/_fYwte1zYsO_anwAZPLbD8xN8QU=/0x108:2032x1251/800x0/images/Cristiano-Ronaldo-1181991.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57015,17 +58425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e5161893e818c40ef6edc08b0b825b1" + "hash": "b32aec21bdb213faa69d4240b38b4fa7" }, { - "title": "XV de France: ce que la victoire face aux All Blacks a changé selon Antoine Dupont", - "description": "Près de quinze jours après le triomphe du XV de France face à la Nouvelle-Zélande (40-25) lors du dernier test-match de la tournée d’automne, le capitaine des Bleus, Antoine Dupont, était l’invité exceptionnel du Super Moscato Show jeudi sur RMC. L’occasion pour le demi de mêlée du Stade Toulousain de revenir sur les conséquences de cet exploit.

", - "content": "Près de quinze jours après le triomphe du XV de France face à la Nouvelle-Zélande (40-25) lors du dernier test-match de la tournée d’automne, le capitaine des Bleus, Antoine Dupont, était l’invité exceptionnel du Super Moscato Show jeudi sur RMC. L’occasion pour le demi de mêlée du Stade Toulousain de revenir sur les conséquences de cet exploit.

", + "title": "Ligue 1, le multiplex en direct: Monaco et Montpellier bien lancés, Reims à 10 pour toute la seconde période", + "description": "La 17e journée de Ligue 1 se poursuit ce dimanche avec le multiplex (coup d'envoi à 15 heures). Suivez les rencontres Lorient-Nantes, Monaco-Metz, Montpellier-Clermont et Reims-Angers en intégralité dans notre live.

", + "content": "La 17e journée de Ligue 1 se poursuit ce dimanche avec le multiplex (coup d'envoi à 15 heures). Suivez les rencontres Lorient-Nantes, Monaco-Metz, Montpellier-Clermont et Reims-Angers en intégralité dans notre live.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/tests-matchs/xv-de-france-ce-que-la-victoire-face-aux-all-blacks-a-change-selon-antoine-dupont_AV-202112020519.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-le-multiplex-de-la-17e-journee-en-direct_LS-202112050106.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:57:02 GMT", - "enclosure": "https://images.bfmtv.com/dtgFUFkBs2AtV4DVcWTEaTYqkgY=/0x106:2048x1258/800x0/images/Dupont-lors-de-France-Nouvelle-Zelande-1171374.jpg", + "pubDate": "Sun, 05 Dec 2021 10:44:05 GMT", + "enclosure": "https://images.bfmtv.com/c9eXX0Hz-HZBqBwADyuC3hiPGfA=/0x106:2048x1258/800x0/images/Monaco-Metz-1182104.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57035,17 +58445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31356b6e52c6b3cc6d670e1ca3174a51" + "hash": "efcb9527925c4e8478e09cd5f0e9ef85" }, { - "title": "Mercato: Dortmund mystérieux sur une clause libératoire pour Haaland", - "description": "Convoité par les plus grands clubs européens, Erling Haaland pourrait connaître un nouveau tournant dans sa carrière. Depuis des mois, la présence d’une clause libératoire estimée à 75M€ est évoquée. Mais le Borussia Dortmund a refusé de confirmer la présence de cet arrangement dans le contrat du Norvégien.

", - "content": "Convoité par les plus grands clubs européens, Erling Haaland pourrait connaître un nouveau tournant dans sa carrière. Depuis des mois, la présence d’une clause libératoire estimée à 75M€ est évoquée. Mais le Borussia Dortmund a refusé de confirmer la présence de cet arrangement dans le contrat du Norvégien.

", + "title": "Bundesliga: Leipzig vire son entraîneur Jesse Marsch", + "description": "Seulement 11e de Bundesliga, et éliminé de la Ligue des champions, le RB Leipzig a décidé de se séparer de son entraîneur Jesse Marsch ce dimanche. L'Américain était arrivé cet été pour succéder à Julian Nagelsmann

", + "content": "Seulement 11e de Bundesliga, et éliminé de la Ligue des champions, le RB Leipzig a décidé de se séparer de son entraîneur Jesse Marsch ce dimanche. L'Américain était arrivé cet été pour succéder à Julian Nagelsmann

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-dortmund-mysterieux-sur-une-clause-liberatoire-pour-haaland_AV-202112020513.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-leipzig-vire-son-entraineur-jesse-marsch_AV-202112050092.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:46:17 GMT", - "enclosure": "https://images.bfmtv.com/ZQlrw-sxxBTqCcOy0jEvCImisA8=/0x0:2048x1152/800x0/images/Erling-Haaland-1176777.jpg", + "pubDate": "Sun, 05 Dec 2021 10:09:02 GMT", + "enclosure": "https://images.bfmtv.com/DXWGWwmTAOFzYAnI08Ux-LZwuf0=/0x31:2048x1183/800x0/images/Jesse-Marsch-1181977.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57055,17 +58465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "17d7f74cc097123ef108c75266ff8478" + "hash": "6f09097daef72e06f8c8fd3af659fb1b" }, { - "title": "Top 14: direction le Stade Français pour Morgan Parra", - "description": "INFO RMC SPORT - Le demi de mêlée international, Morgan Parra, devrait rejoindre le Stade Français en fin de saison. Les deux parties auraient trouvé un accord cette semaine.\n

", - "content": "INFO RMC SPORT - Le demi de mêlée international, Morgan Parra, devrait rejoindre le Stade Français en fin de saison. Les deux parties auraient trouvé un accord cette semaine.\n

", + "title": "PSG: \"Messi m’a dit qu’il souffrait de jouer dans le froid et la neige\", révèle Suarez", + "description": "Ami et ex-partenaire de Lionel Messi au Barça, Luis Suarez échange quotidiennement avec la star du PSG. Le septuple Ballon d’Or lui a confié qu’il s’adaptait difficilement aux conditions météorologiques en France.

", + "content": "Ami et ex-partenaire de Lionel Messi au Barça, Luis Suarez échange quotidiennement avec la star du PSG. Le septuple Ballon d’Or lui a confié qu’il s’adaptait difficilement aux conditions météorologiques en France.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14-direction-le-stade-francais-pour-morgan-parra_AV-202112020489.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-m-a-dit-qu-il-souffrait-de-jouer-dans-froid-et-la-neige-revele-suarez_AV-202112050084.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:23:37 GMT", - "enclosure": "https://images.bfmtv.com/BxWEkBb7pkeQb1P7gz3Lin1G8cc=/0x0:768x432/800x0/images/Le-demi-de-melee-clermontois-Morgan-Parra-lors-du-quart-de-finale-de-la-Coupe-d-Europe-a-domicile-contre-le-Stade-Toulousain-le-11-avril-2021-au-stade-Marcel-Michelin-1005050.jpg", + "pubDate": "Sun, 05 Dec 2021 09:50:33 GMT", + "enclosure": "https://images.bfmtv.com/IUbjLbEqeTu4wR4Y1duPZQv1ut4=/0x0:2048x1152/800x0/images/Lionel-Messi-sous-la-neige-a-Saint-Etienne-1181963.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57075,17 +58485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d602467897f24ad2548a76c577d8a4e" + "hash": "542df3c4c628f9466b49b312d7618eb8" }, { - "title": "\"J'ai cru que j'allais y laisser ma vie\", le témoignage fort de Margaux Pinot", - "description": "La judoka Margaux Pinot s’est exprimée ce jeudi lors d’une conférence de presse après la relaxe en première instance de son compagnon Alain Schmitt, qu’elle accuse de violences conjugales.

", - "content": "La judoka Margaux Pinot s’est exprimée ce jeudi lors d’une conférence de presse après la relaxe en première instance de son compagnon Alain Schmitt, qu’elle accuse de violences conjugales.

", + "title": "GP d'Arabie saoudite: le père de Verstappen pas tendre envers Hamilton", + "description": "Dans une interview accordée au Daily Mail, avant le Grand Prix d'Arabie saoudite programmé ce dimanche à Jeddah (départ 18h30), Jos Verstappen, le père de Max, en dit plus sur la rivalité entre son fils et Lewis Hamilton.

", + "content": "Dans une interview accordée au Daily Mail, avant le Grand Prix d'Arabie saoudite programmé ce dimanche à Jeddah (départ 18h30), Jos Verstappen, le père de Max, en dit plus sur la rivalité entre son fils et Lewis Hamilton.

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/j-ai-cru-que-j-allais-y-laisser-ma-vie-le-temoignage-fort-de-margaux-pinot_AV-202112020482.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-le-pere-de-verstappen-pas-tendre-envers-hamilton_AV-202112050075.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:15:03 GMT", - "enclosure": "https://images.bfmtv.com/x3m5iNezrcoUzVzCmCsltzIy30A=/8x0:1016x567/800x0/images/Margaux-Pinot-en-conference-de-presse-le-2-decembre-2021-1180232.jpg", + "pubDate": "Sun, 05 Dec 2021 09:26:54 GMT", + "enclosure": "https://images.bfmtv.com/FxvInIBG0VgbsbZvMu8ZNFY-Kgw=/0x0:2048x1152/800x0/images/Max-VERSTAPPEN-et-son-pere-Jos-1181941.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57095,17 +58505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f87872f8c47d47ff0045fc4225d82a95" + "hash": "b3187b617a3364ebdb6032400366b535" }, { - "title": "Affaire Pinot-Schmitt: ce que disent les deux versions qui s'affrontent", - "description": "Après l’altercation physique qui a opposé Margaux Pinot et son entraîneur et compagnon, Alain Schmitt, dans la nuit de samedi à dimanche puis la relaxe de ce dernier par le tribunal correctionnel de Bobigny mercredi, la judoka et son coach ont livré une version des faits totalement différente.

", - "content": "Après l’altercation physique qui a opposé Margaux Pinot et son entraîneur et compagnon, Alain Schmitt, dans la nuit de samedi à dimanche puis la relaxe de ce dernier par le tribunal correctionnel de Bobigny mercredi, la judoka et son coach ont livré une version des faits totalement différente.

", + "title": "Boxe: Joshua prêt à combattre contre Yoka \"n'importe quand\"", + "description": "Dans un entretien exclusif accordé à RMC Sport qui sera diffusé en intégralité lundi, la star de la boxe, Anthony Joshua s’exprime sur Tony Yoka, son successeur comme champion olympique des poids lourds. Bonne nouvelle, le Britannique n’exclut pas à l’avenir un combat face au Français.

", + "content": "Dans un entretien exclusif accordé à RMC Sport qui sera diffusé en intégralité lundi, la star de la boxe, Anthony Joshua s’exprime sur Tony Yoka, son successeur comme champion olympique des poids lourds. Bonne nouvelle, le Britannique n’exclut pas à l’avenir un combat face au Français.

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-ce-que-disent-les-deux-versions-qui-s-affrontent_AV-202112020478.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-joshua-pret-a-combattre-contre-yoka-n-importe-quand_AV-202112050059.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:12:01 GMT", - "enclosure": "https://images.bfmtv.com/x3m5iNezrcoUzVzCmCsltzIy30A=/8x0:1016x567/800x0/images/Margaux-Pinot-en-conference-de-presse-le-2-decembre-2021-1180232.jpg", + "pubDate": "Sun, 05 Dec 2021 08:56:29 GMT", + "enclosure": "https://images.bfmtv.com/BqNSSIf7tUyiMv3rKL4S-Vrwi_U=/12x0:1596x891/800x0/images/Anthony-Joshua-1181935.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57115,17 +58525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68eff9505ab9f2fdf98720267d7a7086" + "hash": "f866d22388c055210374c88e7b6fd9b6" }, { - "title": "Biathlon: Jacquelin et Fillon-Maillet sur le podium, Desthieux perd la tête", - "description": "Les Français Emilien Jacquelin (2e) et Quentin Fillon-Maillet (3e) sont montés jeudi sur le podium du sprint (10 km) d'Ostersund (Suède), comptant pour la Coupe du monde de biathlon, alors que Simon Desthieux (23e) a perdu sa place de leader du classement général au profit du Suédois Sebastian Samuelsson, le vainqueur du jour.

", - "content": "Les Français Emilien Jacquelin (2e) et Quentin Fillon-Maillet (3e) sont montés jeudi sur le podium du sprint (10 km) d'Ostersund (Suède), comptant pour la Coupe du monde de biathlon, alors que Simon Desthieux (23e) a perdu sa place de leader du classement général au profit du Suédois Sebastian Samuelsson, le vainqueur du jour.

", + "title": "Dortmund-Bayern: le gros coup de gueule d'Haaland contre l'arbitre", + "description": "Passablement agacé après la défaite du Borussia Dortmund samedi face au Bayern (3-2) dans le choc de la 14e journée de Bundesliga, Erling Haaland a dénoncé \"un scandale\". En cause, entre autres, une action litigieuse qui aurait pu permettre au BvB de bénéficier d'un penalty.

", + "content": "Passablement agacé après la défaite du Borussia Dortmund samedi face au Bayern (3-2) dans le choc de la 14e journée de Bundesliga, Erling Haaland a dénoncé \"un scandale\". En cause, entre autres, une action litigieuse qui aurait pu permettre au BvB de bénéficier d'un penalty.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-jacquelin-et-fillon-maillet-sur-le-podium-desthieux-perd-la-tete_AD-202112020458.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/dortmund-bayern-le-gros-coup-de-gueule-d-haaland-contre-l-arbitre_AV-202112050054.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:50:21 GMT", - "enclosure": "https://images.bfmtv.com/zjFeL1MsXZKzqqJDDkKIekD64gs=/0x42:768x474/800x0/images/Emilien-Jacquelin-lors-du-10-km-sprint-de-la-Coupe-du-monde-de-biathlon-a-Ostersund-le-28-novembre-2021-1177206.jpg", + "pubDate": "Sun, 05 Dec 2021 08:44:37 GMT", + "enclosure": "https://images.bfmtv.com/V0VNnUYa8tCz7KvM4G1WQzaWFyQ=/0x40:2048x1192/800x0/images/Erling-HAALAND-1181926.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57135,17 +58545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3eb1c32afa557bc498b4e9dc4b75e5fa" + "hash": "b86520c2dc3bf891c594cbde0f03f97f" }, { - "title": "West Ham: Moyes explique pourquoi Areola est derrière Fabianski dans la hiérarchie", - "description": "Arrivé l’été dernier dans le cadre d’un prêt à West Ham, Alphonse Areola peine à trouver du temps de jeu en Premier League. En conférence de presse, l’entraîneur David Moyes a expliqué la raison du statut de remplaçant du Français, tout en assurant compter sur ce dernier pour l’avenir.

", - "content": "Arrivé l’été dernier dans le cadre d’un prêt à West Ham, Alphonse Areola peine à trouver du temps de jeu en Premier League. En conférence de presse, l’entraîneur David Moyes a expliqué la raison du statut de remplaçant du Français, tout en assurant compter sur ce dernier pour l’avenir.

", + "title": "Dortmund-Bayern en direct : Haaland en colère contre l'arbitrage", + "description": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", + "content": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/west-ham-moyes-explique-pourquoi-areola-est-derriere-fabianski-dans-la-hierarchie_AV-202112020435.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:21:09 GMT", - "enclosure": "https://images.bfmtv.com/I3S3ZttFtVS5AlqrOCLBYQkeBHs=/0x0:2048x1152/800x0/images/Alphonse-Areola-1160509.jpg", + "pubDate": "Sat, 04 Dec 2021 15:57:00 GMT", + "enclosure": "https://images.bfmtv.com/7Z_ewWmr3762wQuJnSV-MClFYWc=/0x11:2048x1163/800x0/images/Erling-Haaland-celebre-avec-Dortmund-1181713.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57155,17 +58565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9afa3c52fa1a7bcaa09865b83e9deff" + "hash": "be6d6295263ebb02b24a703d471ef37b" }, { - "title": "PSG: Hamraoui et Diallo encore absentes de l'entraînement collectif", - "description": "Kheira Hamraoui et Aminata Diallo n'ont pas repris l'entraînement collectif avec le PSG. Les deux joueuses, liées par l'affaire de l'agression du 4 novembre, continuent toutefois de travailler individuellement avec le club.

", - "content": "Kheira Hamraoui et Aminata Diallo n'ont pas repris l'entraînement collectif avec le PSG. Les deux joueuses, liées par l'affaire de l'agression du 4 novembre, continuent toutefois de travailler individuellement avec le club.

", + "title": "Bordeaux-OL: sur quelle chaîne et à quelle heure regarder le match de Ligue 1", + "description": "En grande difficulté au classement, les Girondins de Bordeaux accueillent ce dimanche soir l'OL (20h45) en clôture de la 17e journée de Ligue 1. Un match à suivre sur Amazon Prime Vidéo et à la radio sur RMC.

", + "content": "En grande difficulté au classement, les Girondins de Bordeaux accueillent ce dimanche soir l'OL (20h45) en clôture de la 17e journée de Ligue 1. Un match à suivre sur Amazon Prime Vidéo et à la radio sur RMC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/d1/psg-hamraoui-et-diallo-encore-absentes-de-l-entrainement-collectif_AV-202112020412.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-ol-sur-quelle-chaine-et-a-quelle-heure-regarder-le-match-de-ligue-1_AV-202112050044.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 16:54:17 GMT", - "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", + "pubDate": "Sun, 05 Dec 2021 08:09:02 GMT", + "enclosure": "https://images.bfmtv.com/eDwGBQSW1hg4g1G7b4PRQNJkdks=/0x33:2048x1185/800x0/images/Lucas-PAQUETA-1181914.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57175,17 +58585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3faeb8e3c9854b8038d7a875541659cb" + "hash": "f63be81be43409e5e06bb47134d7419c" }, { - "title": "GP d'Arabie saoudite: Verstappen se sent \"calme\" avant sa première balle de match", - "description": "Avant l’avant-dernière manche du championnat du monde de F1 dimanche lors du Grand Prix d’Arabie saoudite, le leader néerlandais Max Verstappen assure être serein. La pression sera pourtant grande puisque le pilote Red Bull, à la lutte avec Lewis Hamilton, peut être officiellement sacré ce week-end.

", - "content": "Avant l’avant-dernière manche du championnat du monde de F1 dimanche lors du Grand Prix d’Arabie saoudite, le leader néerlandais Max Verstappen assure être serein. La pression sera pourtant grande puisque le pilote Red Bull, à la lutte avec Lewis Hamilton, peut être officiellement sacré ce week-end.

", + "title": "Lens-PSG: la stat qui montre que les Parisiens finissent (presque) toujours par s’en sortir", + "description": "Comme souvent cette saison, le PSG a été mené au score à Lens avant d’arracher le match nul 1-1 en fin de rencontre samedi lors de la 17eme journée de Ligue 1. Une mauvaise habitude qui rapporte quand même des points.

", + "content": "Comme souvent cette saison, le PSG a été mené au score à Lens avant d’arracher le match nul 1-1 en fin de rencontre samedi lors de la 17eme journée de Ligue 1. Une mauvaise habitude qui rapporte quand même des points.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-verstappen-se-sent-calme-avant-sa-premiere-balle-de-match_AD-202112020408.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-psg-la-stat-qui-montre-que-les-parisiens-finissent-presque-toujours-par-s-en-sortir_AV-202112050043.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 16:51:59 GMT", - "enclosure": "https://images.bfmtv.com/YseROwdlLP43MBBet8bsucTJm64=/14x0:2030x1134/800x0/images/Max-Verstappen-1180174.jpg", + "pubDate": "Sun, 05 Dec 2021 07:50:51 GMT", + "enclosure": "https://images.bfmtv.com/n9LFV6kvMf9qVKT9dUXL7lz2VJE=/0x106:2048x1258/800x0/images/La-joie-des-joueurs-parisiens-a-Lens-1181918.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57195,17 +58605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81b1515fe9a0a3f0d28f3fe1ea4e4e43" + "hash": "0b2400c09fe5a6467e1e075ddcfcd6cc" }, { - "title": "Ballon d'or: les votes de Messi en tant que jury pour le Trophée Kopa", - "description": "Membre du jury du Trophée Kopa, Lionel Messi a donné le plus de points à Pedri, le grand vainqueur, selon le quotidien Sport. L'Argentin a aussi tenu à récompenser un de ses coéquipiers au PSG et un grand espoir du football anglais.

", - "content": "Membre du jury du Trophée Kopa, Lionel Messi a donné le plus de points à Pedri, le grand vainqueur, selon le quotidien Sport. L'Argentin a aussi tenu à récompenser un de ses coéquipiers au PSG et un grand espoir du football anglais.

", + "title": "Bordeaux: Lopez met la pression sur les joueurs et conforte Petkovic", + "description": "Dans un entretien à L'Equipe, avant un rendez-vous important contre l'OL ce dimanche (20h45), Gérard Lopez, qui conforte Vladimir Petkovic, assure avoir confiance en son équipe pour redresser la barre. Mais le président des Girondins attend beaucoup plus de la part de ses joueurs, actuels 18es de Ligue 1. Il vise notamment certains cadres.

", + "content": "Dans un entretien à L'Equipe, avant un rendez-vous important contre l'OL ce dimanche (20h45), Gérard Lopez, qui conforte Vladimir Petkovic, assure avoir confiance en son équipe pour redresser la barre. Mais le président des Girondins attend beaucoup plus de la part de ses joueurs, actuels 18es de Ligue 1. Il vise notamment certains cadres.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ballon-d-or-les-votes-de-messi-en-tant-que-jury-pour-le-trophee-kopa_AV-202112020398.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-lopez-met-la-pression-sur-costil-et-koscielny_AV-202112050041.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 16:41:55 GMT", - "enclosure": "https://images.bfmtv.com/v_PKMYqYH03f52GPK-RslvOrC8E=/0x24:2048x1176/800x0/images/Lionel-Messi-1178126.jpg", + "pubDate": "Sun, 05 Dec 2021 07:35:15 GMT", + "enclosure": "https://images.bfmtv.com/f927sWTglf92PioJHKKA4xJtmfk=/0x0:2048x1152/800x0/images/Gerard-Lopez-1174569.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57215,17 +58625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0008f06a2a93f6a537c4b7a87432d756" + "hash": "f480fed40c922b6afd2eaf63ce62f3c9" }, { - "title": "Affaire Hamraoui en direct: Hamraoui et Diallo encore absentes de l'entraînement du PSG", - "description": "Suivez toutes les informations en direct sur la rocambolesque agression dont a été victime la joueuse du PSG, Kheira Hamraoui.

", - "content": "Suivez toutes les informations en direct sur la rocambolesque agression dont a été victime la joueuse du PSG, Kheira Hamraoui.

", + "title": "Monaco-Metz: Boadu, enfin libéré?", + "description": "Recruté pour 17 millions d’euros cet été, l’international espoir néerlandais Myron Boadu (14 sélections, 11 buts) a débloqué son compteur en Ligue 1 sur la pelouse d’Angers mercredi. Un but qui pourrait enfin lancer son aventure avec le club de la Principauté.

", + "content": "Recruté pour 17 millions d’euros cet été, l’international espoir néerlandais Myron Boadu (14 sélections, 11 buts) a débloqué son compteur en Ligue 1 sur la pelouse d’Angers mercredi. Un but qui pourrait enfin lancer son aventure avec le club de la Principauté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/affaire-hamraoui-diallo-en-direct-toutes-les-infos_LN-202111110108.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-metz-boadu-enfin-libere_AV-202112050013.html", "creator": "", - "pubDate": "Thu, 11 Nov 2021 08:43:53 GMT", - "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", + "pubDate": "Sun, 05 Dec 2021 07:00:00 GMT", + "enclosure": "https://images.bfmtv.com/BgT12hoO1K8EVL9vzBzzCUhpjYA=/0x36:2048x1188/800x0/images/Myron-Boadu-AS-Monaco-1181813.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57235,17 +58645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2dd66977542b563399a6bd4b86250e0" + "hash": "93cad69c6ac864ea3f6ae0194a0afbbb" }, { - "title": "Premier League: Newcastle prêt à investir des grosses sommes au mercato dès cet hiver ?", - "description": "Racheté en début de saison par un fond d’investissement saoudien, Newcastle devrait se montrer actif lors du prochain mercato hivernal. Selon the Telegraph, le dernier de Premier League pourrait même ne pas trop regarder à la dépense pour démarrer son projet ambitieux et assurer le maintien dans l'élite.

", - "content": "Racheté en début de saison par un fond d’investissement saoudien, Newcastle devrait se montrer actif lors du prochain mercato hivernal. Selon the Telegraph, le dernier de Premier League pourrait même ne pas trop regarder à la dépense pour démarrer son projet ambitieux et assurer le maintien dans l'élite.

", + "title": "ASSE-Rennes en direct: les Rennais dominent les débats", + "description": "Suivez en direct et en intégralité sur notre site la rencontre ASSE-Rennes, comptant pour la 17e journée de Ligue 1. Le coup d'envoi est prévu à 13h.

", + "content": "Suivez en direct et en intégralité sur notre site la rencontre ASSE-Rennes, comptant pour la 17e journée de Ligue 1. Le coup d'envoi est prévu à 13h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-newcastle-pret-a-investir-des-grosses-sommes-au-mercato-des-cet-hiver_AV-202112020390.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-rennes-en-direct-les-rennais-peuvent-reprendre-la-deuxieme-place_LS-202112050118.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 16:25:25 GMT", - "enclosure": "https://images.bfmtv.com/DXLZhuyI7tyJfiBQ2UYMoYmfwmI=/0x67:2048x1219/800x0/images/Newcastle-1150737.jpg", + "pubDate": "Sun, 05 Dec 2021 11:01:45 GMT", + "enclosure": "https://images.bfmtv.com/jZu-FbNfY8IVvinQGOQkXgv8IoU=/7x107:1991x1223/800x0/images/Gaetan-Laborde-Rennes-1178750.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57255,17 +58665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4c69490d43e861619b94ce21ba604ec" + "hash": "7d7e44833ae34694dbda3512f55ad8e0" }, { - "title": "Manchester United - Arsenal en direct: un chiffre rond pour CR7, toujours égalité dans ce choc", - "description": "Choc de Premier League à Old Trafford entre Manchester United, qui veut quitter le milieu de tableau avec son (futur) nouveau coach Ralf Rangnick, et Arsenal, qui peut entrer dans le top 4.

", - "content": "Choc de Premier League à Old Trafford entre Manchester United, qui veut quitter le milieu de tableau avec son (futur) nouveau coach Ralf Rangnick, et Arsenal, qui peut entrer dans le top 4.

", + "title": "Biathlon en direct: les Bleues dans le coup pour le podium au relais", + "description": "Au lendemain du doublé d'Anaïs Bescond et d'Anaïs Chevalier-Bouchet en poursuite samedi à Östersund (Suède), lors de la Coupe du monde de biathlon, les Bleues espèrent encore décrocher un podium en relais ce dimanche (12h35). Cet après-midi, à 15h15, les hommes tenteront de briller aussi à la poursuite.

", + "content": "Au lendemain du doublé d'Anaïs Bescond et d'Anaïs Chevalier-Bouchet en poursuite samedi à Östersund (Suède), lors de la Coupe du monde de biathlon, les Bleues espèrent encore décrocher un podium en relais ce dimanche (12h35). Cet après-midi, à 15h15, les hommes tenteront de briller aussi à la poursuite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-suivez-manchester-united-arsenal-en-direct_LS-202112020526.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-en-direct-les-bleues-visent-encore-un-podium-au-relais_LN-202112050117.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 19:10:03 GMT", - "enclosure": "https://images.bfmtv.com/AyQv_Rro9PU84b3IcH4IC80SAQw=/0x120:1872x1173/800x0/images/Cristiano-Ronaldo-1152553.jpg", + "pubDate": "Sun, 05 Dec 2021 10:58:41 GMT", + "enclosure": "https://images.bfmtv.com/zUFYf0AwJkA-g4QUVN4yUyiGmsg=/0x0:2048x1152/800x0/images/Anais-Bescond-2e-de-la-poursuite-1181513.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57275,17 +58685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08789995be452ffb3222fba9bfe9dab4" + "hash": "2017226c994f7b54f19664778f76e390" }, { - "title": "LOU: opération des genoux réussie pour Bastareaud", - "description": "Mathieu Bastareaud a été opéré jeudi à Lyon, à la suite de sa double blessure aux genoux. Le LOU ne pourra pas compter sur l'ancien capitaine des Bleus pendant au moins six mois.

", - "content": "Mathieu Bastareaud a été opéré jeudi à Lyon, à la suite de sa double blessure aux genoux. Le LOU ne pourra pas compter sur l'ancien capitaine des Bleus pendant au moins six mois.

", + "title": "Ligue 1 : suivez le multiplex de la 17e journée en direct", + "description": "La 17e journée de Ligue 1 se poursuit ce dimanche avec le multiplex (coup d'envoi à 15 heures). Suivez les rencontres Lorient-Nantes, Monaco-Metz, Montpellier-Clermont et Reims-Angers en intégralité dans notre live.

", + "content": "La 17e journée de Ligue 1 se poursuit ce dimanche avec le multiplex (coup d'envoi à 15 heures). Suivez les rencontres Lorient-Nantes, Monaco-Metz, Montpellier-Clermont et Reims-Angers en intégralité dans notre live.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/lou-operation-des-genoux-reussie-pour-bastareaud_AV-202112020388.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-le-multiplex-de-la-17e-journee-en-direct_LS-202112050106.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 16:20:12 GMT", - "enclosure": "https://images.bfmtv.com/OvMetqdy33bTfbeJtlXNBmEac-o=/0x106:2048x1258/800x0/images/Mathieu-Bastareaud-sur-civiere-1176838.jpg", + "pubDate": "Sun, 05 Dec 2021 10:44:05 GMT", + "enclosure": "https://images.bfmtv.com/gW3OE2MJsNqX5Q_BiFj5mMO2t4g=/7x107:1991x1223/800x0/images/Wissam-Ben-Yedder-Monaco-1128594.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57295,17 +58705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e19bccab9e03e1a1bd377acfadcef78b" + "hash": "f4e0239c6b931766cca651c792b524dc" }, { - "title": "Covid-19: huis clos, masques, variant Omicron... le football européen de nouveau menacé en Europe", - "description": "L'Allemagne et les Pays-Bas ont entrepris le retour des huis clos dans les stades de football, face à la flambée du nombre de cas positifs au coronavirus en Europe. Des décisions dans ce sens pourraient se répéter, compte tenu de la contagiosité du variant Omicron.

", - "content": "L'Allemagne et les Pays-Bas ont entrepris le retour des huis clos dans les stades de football, face à la flambée du nombre de cas positifs au coronavirus en Europe. Des décisions dans ce sens pourraient se répéter, compte tenu de la contagiosité du variant Omicron.

", + "title": "UFC: Aldo trop fort pour Font, le gros KO de Fiziev", + "description": "Le Brésilien José Aldo s’est imposé face à Rob Font sur décision unanime samedi lors du main event de l’UFC Vegas 44. La magnifique soirée de MMA a également été marquée par le KO magistral de Rafael Fiziev sur Brad Riddell.

", + "content": "Le Brésilien José Aldo s’est imposé face à Rob Font sur décision unanime samedi lors du main event de l’UFC Vegas 44. La magnifique soirée de MMA a également été marquée par le KO magistral de Rafael Fiziev sur Brad Riddell.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/covid-19-huis-clos-masques-variant-omicron-le-football-europeen-de-nouveau-menace-en-europe_AV-202112020378.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/ufc-aldo-trop-fort-pour-font-le-gros-ko-de-fiziev_AN-202112050031.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 16:04:11 GMT", - "enclosure": "https://images.bfmtv.com/sThq4fXlCKAkaw-QIVnk_tju6A8=/74x177:1642x1059/800x0/images/Leipzig-1180125.jpg", + "pubDate": "Sun, 05 Dec 2021 06:59:43 GMT", + "enclosure": "https://images.bfmtv.com/VNJ7cJClas7tMwjaKTXf02Fjom0=/3x8:1059x602/800x0/images/Le-KO-magique-Rafael-Fiziev-1181894.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57315,17 +58725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77a3afb5d0837a51c64724663013cd72" + "hash": "774e76dcfef92953c24d05c7ace7dade" }, { - "title": "Affaire Pinot-Schmitt en direct: \"J'ai cru que j'allais y laisser ma vie\", Pinot livre sa version", - "description": "L’affaire entre la judoka française Margaux Pinot et Alain Schmitt secoue le monde du sport et du judo en particulier. L’athlète de 27 ans accuse son entraîneur et compagnon de lui avoir asséné des coups, frappé la tête contre le sol mais aussi d'avoir tenté de l'étrangler lors d'une altercation dans la nuit de samedi à dimanche dernier à son domicile du Blanc-Mesnil. Remis en liberté par le tribunal correctionnel dans la nuit de mardi à mercredi, ce dernier nie cette version des faits. Toutes les dernières infos sont à suivre en direct sur RMC Sport.

", - "content": "L’affaire entre la judoka française Margaux Pinot et Alain Schmitt secoue le monde du sport et du judo en particulier. L’athlète de 27 ans accuse son entraîneur et compagnon de lui avoir asséné des coups, frappé la tête contre le sol mais aussi d'avoir tenté de l'étrangler lors d'une altercation dans la nuit de samedi à dimanche dernier à son domicile du Blanc-Mesnil. Remis en liberté par le tribunal correctionnel dans la nuit de mardi à mercredi, ce dernier nie cette version des faits. Toutes les dernières infos sont à suivre en direct sur RMC Sport.

", + "title": "PRONOS PARIS RMC Le pari du jour du 5 décembre – Ligue 1", + "description": "Notre pronostic : Monaco bat Metz par au moins deux buts d’écart (1.92)

", + "content": "Notre pronostic : Monaco bat Metz par au moins deux buts d’écart (1.92)

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-en-direct-margaux-pinot-va-s-exprimer-a-18h_LN-202112020373.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-5-decembre-ligue-1_AN-202112040215.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 15:54:42 GMT", - "enclosure": "https://images.bfmtv.com/_Hz_v7sCZKIxFTESG0itoZm7Z2c=/0x0:1024x576/800x0/images/Margaux-Pinot-et-son-avocat-1180190.jpg", + "pubDate": "Sat, 04 Dec 2021 23:06:00 GMT", + "enclosure": "https://images.bfmtv.com/H-mFsjKvJOJB6KR9Nq-VLrz3BJY=/1x0:2001x1125/800x0/images/Monaco-1181628.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57335,17 +58745,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "060102ac573a6ea8192ce222ded8bd17" + "hash": "1c9900fad6dda8f81bfc3bf1cf25cdf5" }, { - "title": "Ligue 1: \"On vise l'Europe!\", plaisante Chardonnet après la série historique de Brest", - "description": "Mal au point au classement en début de saison, Brest connaît depuis quelques semaines une belle remontée. Dans le Super Moscato Show sur RMC, le défenseur Brendan Chardonnet a évoqué la série de cinq victoires consécutives du club, tout en évoquant le principal objectif, qui reste le maintien en Ligue 1.

", - "content": "Mal au point au classement en début de saison, Brest connaît depuis quelques semaines une belle remontée. Dans le Super Moscato Show sur RMC, le défenseur Brendan Chardonnet a évoqué la série de cinq victoires consécutives du club, tout en évoquant le principal objectif, qui reste le maintien en Ligue 1.

", + "title": "Lens-PSG: Pochettino admet que ce n’était \"pas la meilleure soirée\" des Parisiens", + "description": "Mauricio Pochettino, l'entraîneur du PSG, a bien été obligé de reconnaître que son équipe avait souffert à Bollaert-Delelis pour obtenir le minimum attendu pour cette équipe, face à Lens (1-1), à savoir un point.

", + "content": "Mauricio Pochettino, l'entraîneur du PSG, a bien été obligé de reconnaître que son équipe avait souffert à Bollaert-Delelis pour obtenir le minimum attendu pour cette équipe, face à Lens (1-1), à savoir un point.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-on-vise-l-europe-plaisante-chardonnet-apres-la-serie-historique-de-brest_AV-202112020370.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-psg-pochettino-admet-que-ce-n-etait-pas-la-meilleure-soiree-des-parisiens_AV-202112040317.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 15:47:30 GMT", - "enclosure": "https://images.bfmtv.com/OBENSzYAKXtFKf5ytoOB8SYFDcE=/0x147:2000x1272/800x0/images/B-Chardonnet-1135313.jpg", + "pubDate": "Sat, 04 Dec 2021 23:05:25 GMT", + "enclosure": "https://images.bfmtv.com/OkxVy7-9k73U51C8jQEGZIR4W4k=/0x4:1200x679/800x0/images/Mauricio-Pochettino-1181815.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57355,17 +58765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "27bf17da6fbd154cbf14785b0016ca13" + "hash": "ecd708292252073f28cc82128cddc110" }, { - "title": "Portugal: décimé par le Covid-19, le Belenenses SAD réclame le report de son prochain match", - "description": "Moins d'une semaine après son match face à Benfica achevé sur un forfait en raison d'un nombre insuffisant de joueurs sur le terrain, conséquence d'une hécatombe de cas positifs au Covid-19, le club de Belenenses SAD réclame le report de la rencontre face à Vizela, lundi en clôture de la 13e journée du championnat portugais.

", - "content": "Moins d'une semaine après son match face à Benfica achevé sur un forfait en raison d'un nombre insuffisant de joueurs sur le terrain, conséquence d'une hécatombe de cas positifs au Covid-19, le club de Belenenses SAD réclame le report de la rencontre face à Vizela, lundi en clôture de la 13e journée du championnat portugais.

", + "title": "PRONOS PARIS RMC Le nul du jour du 5 décembre – Ligue 1", + "description": "Notre pronostic : pas de vainqueur entre Reims et Angers (2.95)

", + "content": "Notre pronostic : pas de vainqueur entre Reims et Angers (2.95)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-decime-par-le-covid-19-belenenses-reclame-le-report-de-son-prochain-match_AD-202112020361.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-5-decembre-ligue-1_AN-202112040212.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 15:34:45 GMT", - "enclosure": "https://images.bfmtv.com/HgAVq8S7Pva5YviRBhnis1z2sy4=/0x0:2032x1143/800x0/images/Portugal-Belenenses-et-Benfica-chargent-la-Ligue-apres-le-match-de-la-honte-1176964.jpg", + "pubDate": "Sat, 04 Dec 2021 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/vnB3u4aKKI6qTGSJQY3sWvVWEmc=/0x104:1984x1220/800x0/images/H-Ekitike-1181626.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57375,17 +58785,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b38f00a36cb180938d076c9c559824fa" + "hash": "1fd18960f8fedda2db87c4613beda2e1" }, { - "title": "Double Contact - Keblack: \"Benzema n’a pas fini de nous surprendre\"", - "description": "RMC Sport a sa rubrique \"culture-sport\" baptisée \"Double Contact\". Tout au long de l’année, on vous propose des entretiens intimes et décalés, avec des artistes qui font l’actualité. A l’occasion de la sortie de son projet \"Contrôle\", on a rencontré Keblack. Le chanteur de l’Oise nous parle de son lien avec les Bleus, de son amitié avec Alexandre Lacazette et de son admiration pour Karim Benzema.

", - "content": "RMC Sport a sa rubrique \"culture-sport\" baptisée \"Double Contact\". Tout au long de l’année, on vous propose des entretiens intimes et décalés, avec des artistes qui font l’actualité. A l’occasion de la sortie de son projet \"Contrôle\", on a rencontré Keblack. Le chanteur de l’Oise nous parle de son lien avec les Bleus, de son amitié avec Alexandre Lacazette et de son admiration pour Karim Benzema.

", + "title": "PRONOS PARIS RMC Le pari de folie du 5 décembre – Ligue 1", + "description": "Notre pronostic : match nul entre Bordeaux et Lyon (4.40)

", + "content": "Notre pronostic : match nul entre Bordeaux et Lyon (4.40)

", "category": "", - "link": "https://rmcsport.bfmtv.com/replay-emissions/double-contact/double-contact-keblack-benzema-n-a-pas-fini-de-nous-surprendre_AV-202112020356.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/football/pronos-paris-rmc-le-pari-de-folie-du-5-decembre-ligue-1_AN-202112040209.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 15:24:52 GMT", - "enclosure": "https://images.bfmtv.com/CRevKcr3OVPvvrcMPI0ww24qLLQ=/0x0:1920x1080/800x0/images/Keblack-1180115.jpg", + "pubDate": "Sat, 04 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/hFqz_9VPSjSNKVpzbdGhPZ95Sq0=/0x131:1984x1247/800x0/images/J-Boateng-1181624.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57395,17 +58805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "baa85d85a827ca3b77ab12b4d72a69a1" + "hash": "ffca5af2bbe499e9d4259e3eb4b26ab7" }, { - "title": "Liga: la justice espagnole interdit la tenue de matchs de championnat à l'étranger", - "description": "Un tribunal de Madrid a donné raison ce jeudi à la Fédération espagnole de football, qui était en conflit avec la Ligue et Javier Tebas sur la délocalisation de matchs de Liga à l'étranger.

", - "content": "Un tribunal de Madrid a donné raison ce jeudi à la Fédération espagnole de football, qui était en conflit avec la Ligue et Javier Tebas sur la délocalisation de matchs de Liga à l'étranger.

", + "title": "PRONOS PARIS RMC Le pari sûr du 5 décembre – Ligue 1", + "description": "Notre pronostic : Montpellier ne perd pas face à Clermont (1.35)

", + "content": "Notre pronostic : Montpellier ne perd pas face à Clermont (1.35)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-la-justice-espagnole-interdit-la-tenue-de-matchs-de-championnat-a-l-etranger_AV-202112020354.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-5-decembre-ligue-1_AN-202112040207.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 15:21:45 GMT", - "enclosure": "https://images.bfmtv.com/ZYDcSQCHV5Ou3JlaCPHzqy4geW8=/0x30:2048x1182/800x0/images/Javier-TEBAS-1180096.jpg", + "pubDate": "Sat, 04 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/QXKGkKfWQ-sSu21-e-OCS8tapxo=/0x208:1984x1324/800x0/images/Montpellier-1181621.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57415,17 +58825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c65ca10cc92b154a99e060b69f326a22" + "hash": "f8b63611daf527ae71ec14be3784c2b3" }, { - "title": "Toulon: Kolbe a repris l’entraînement collectif", - "description": "Cheslin Kolbe, qui n’a toujours pas joué la moindre minute au RCT depuis son arrivée en provenance du Stade Toulousain l'été dernier, s'est entraîné normalement jeudi. Ses grands débuts approchent.

", - "content": "Cheslin Kolbe, qui n’a toujours pas joué la moindre minute au RCT depuis son arrivée en provenance du Stade Toulousain l'été dernier, s'est entraîné normalement jeudi. Ses grands débuts approchent.

", + "title": "PRONOS PARIS RMC Le pari à domicile du 5 décembre – Ligue 1", + "description": "Notre pronostic : Nice bat Strasbourg (1.83)

", + "content": "Notre pronostic : Nice bat Strasbourg (1.83)

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/toulon-kolbe-a-repris-l-entrainement-collectif_AV-202112020341.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-5-decembre-ligue-1_AN-202112040199.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 14:39:48 GMT", - "enclosure": "https://images.bfmtv.com/E5hc2zgPI5yK6EYe8pTeWWo0GI0=/0x32:2032x1175/800x0/images/Cheslin-KOLBE-1180087.jpg", + "pubDate": "Sat, 04 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/EULVGiBXDoaMCKw5qwK0UqLexpM=/7x108:1991x1224/800x0/images/Nice-1181608.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57435,17 +58845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f50a7282e40d20e59df5af952f944965" + "hash": "c7a2b4e50ac6729990ef3c45fd52e8c0" }, { - "title": "Inter: après son malaise cardiaque, Eriksen a repris l'entraînement au Danemark", - "description": "Toujours sous contrat à l'Inter, Christian Eriksen a repris l'entraînement au Danemark, avec OB Odense, l'un de ses clubs formateurs. Aucune indication n'a été donnée concernant un éventuel retour à la compétition du meneur de jeu, victime d'un arrêt cardiaque lors de l'Euro 2021.

", - "content": "Toujours sous contrat à l'Inter, Christian Eriksen a repris l'entraînement au Danemark, avec OB Odense, l'un de ses clubs formateurs. Aucune indication n'a été donnée concernant un éventuel retour à la compétition du meneur de jeu, victime d'un arrêt cardiaque lors de l'Euro 2021.

", + "title": "PRONOS PARIS RMC Le pari à l’extérieur du 5 décembre – Ligue 1", + "description": "Notre pronostic : Rennes s’impose à Saint-Etienne (1.80)

", + "content": "Notre pronostic : Rennes s’impose à Saint-Etienne (1.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/inter-apres-son-malaise-cardiaque-eriksen-a-repris-l-entrainement-au-danemark_AV-202112020337.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-5-decembre-ligue-1_AN-202112040198.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 14:31:08 GMT", - "enclosure": "https://images.bfmtv.com/yiiI_DBOTBgZ4ZQL5kSrrvggLq0=/352x297:2032x1242/800x0/images/Christian-ERIKSEN-1050718.jpg", + "pubDate": "Sat, 04 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/edcET7xhE9qVGOkF1di_qWOus4g=/0x66:2000x1191/800x0/images/Rennes-1181603.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57455,17 +58865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be627292f1a8a0bdb8fa66459ce42b04" + "hash": "5735f253520a57065c208945f3ac61e5" }, { - "title": "Incidents Angers-OM: le CNOSF maintient la sanction infligée à Marseille", - "description": "Selon L’Équipe, le CNOSF a confirmé ce jeudi le point de pénalité avec sursis que la commission de discipline de la LFP a infligé à l’OM après les débordements survenus à Angers, le 22 septembre en Ligue 1 (0-0). Le couperet tombera au prochain incident.

", - "content": "Selon L’Équipe, le CNOSF a confirmé ce jeudi le point de pénalité avec sursis que la commission de discipline de la LFP a infligé à l’OM après les débordements survenus à Angers, le 22 septembre en Ligue 1 (0-0). Le couperet tombera au prochain incident.

", + "title": "PRONOS PARIS RMC Le buteur du jour du 5 décembre – Ligue 1", + "description": "Notre pronostic : Ludovic Blas (Nantes) marque à Lorient (3.55)

", + "content": "Notre pronostic : Ludovic Blas (Nantes) marque à Lorient (3.55)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-angers-om-le-cnosf-maintient-la-sanction-infligee-a-marseille_AV-202112020334.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-5-decembre-ligue-1_AN-202112040195.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 14:28:00 GMT", - "enclosure": "https://images.bfmtv.com/2pWSLlQ4q1ThXeUnGZdqSGjR2fU=/0x54:1200x729/800x0/images/Angers-OM-1133172.jpg", + "pubDate": "Sat, 04 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/mfBfIC03pOGLE4wwOTlpyrV2bKM=/0x0:1984x1116/800x0/images/L-Blas-1181598.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57475,17 +58885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5317346ea687c22523727fb3615667f2" + "hash": "898852683c1e1149b9fc1f14be2b2538" }, { - "title": "Barça: Dembélé aurait tranché pour son avenir, selon la presse espagnole", - "description": "En fin de contrat au mois de juin, Ousmane Dembélé aurait décidé de ne pas prolonger avec le Barça, d'après Sport. Le champion du monde français voudrait une revalorisation significative de ses émoluments, ce que le club ne souhaiterait pas lui accorder.

", - "content": "En fin de contrat au mois de juin, Ousmane Dembélé aurait décidé de ne pas prolonger avec le Barça, d'après Sport. Le champion du monde français voudrait une revalorisation significative de ses émoluments, ce que le club ne souhaiterait pas lui accorder.

", + "title": "Top 14: le choc pour l'UBB face à Toulouse", + "description": "L'UBB, qui restait sur quatre défaites face à son adversaire du soir, a battu le Stade Toulousain ce samedi (17-7), dans le choc de la 12e journée de Top 14. Les Bordelais prennent la tête du classement.

", + "content": "L'UBB, qui restait sur quatre défaites face à son adversaire du soir, a battu le Stade Toulousain ce samedi (17-7), dans le choc de la 12e journée de Top 14. Les Bordelais prennent la tête du classement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-dembele-aurait-tranche-pour-son-avenir-selon-la-presse-espagnole_AV-202112010491.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-le-choc-pour-l-ubb-face-a-toulouse_AD-202112040308.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:22:15 GMT", - "enclosure": "https://images.bfmtv.com/T2TwJAv7uP220OOhTLO4Whb2oLc=/37x234:1973x1323/800x0/images/Ousmane-Dembele-1179488.jpg", + "pubDate": "Sat, 04 Dec 2021 22:39:42 GMT", + "enclosure": "https://images.bfmtv.com/3N1Jqri3TghseuuPSn1QdDeeff8=/0x106:2048x1258/800x0/images/Le-choc-entre-Bordeaux-et-Toulouse-a-tourne-en-faveur-de-l-UBB-1181795.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57495,37 +58905,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "548cf4de4afcf90fdf4ed038d1ab9929" + "hash": "4779fddb9482064474600977dd229279" }, { - "title": "PSG-Nice: les compos avec Messi et le jeune Dina Ebimbe", - "description": "Privé de Neymar mais avec Lionel Messi titulaire, le PSG défie ce mercredi l'OGC Nice (21h), au Parc des Princes, à l'occasion de la 16e journée de Ligue 1. Les compositions sont tombées.

", - "content": "Privé de Neymar mais avec Lionel Messi titulaire, le PSG défie ce mercredi l'OGC Nice (21h), au Parc des Princes, à l'occasion de la 16e journée de Ligue 1. Les compositions sont tombées.

", + "title": "Dortmund-Bayern: Bellingham s’en prend à l’arbitre, \"qui a déjà truqué un match\"", + "description": "Alors qu’il dénonçait le penalty accordé au Bayern Munich en fin de match, Jude Bellingham a rappelé le passif de l’arbitre à l’origine de la décision, entaché d’un passif de corruption.

", + "content": "Alors qu’il dénonçait le penalty accordé au Bayern Munich en fin de match, Jude Bellingham a rappelé le passif de l’arbitre à l’origine de la décision, entaché d’un passif de corruption.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-nice-les-compos-avec-messi-et-le-jeune-dina-ebimbe_AV-202112010489.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/dortmund-bayern-bellingham-s-en-prend-a-l-arbitre-qui-a-deja-truque-un-match_AV-202112040307.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:18:01 GMT", - "enclosure": "https://images.bfmtv.com/e2nZ9p_0QAxQIftO6uhHsBb5jg8=/0x106:2048x1258/800x0/images/Lionel-MESSI-1179344.jpg", + "pubDate": "Sat, 04 Dec 2021 22:35:48 GMT", + "enclosure": "https://images.bfmtv.com/q-alK_kHBwj_Nvt8Z2Hm8c2IAHA=/0x87:1200x762/800x0/images/Jude-Bellingham-1181783.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "220cd04a98543135ced8dc28dd62d1ee" + "hash": "9bdd95a2fb5681161896dc141ae6e83d" }, { - "title": "Le multiplex en direct: le Racing fait mal à Bordeaux, Montpellier en balade", - "description": "On attaque la 16e journée de Ligue 1 par un multiplex à cinq matches. Au programme ce soir, Brest-Saint-Etienne, Troyes-Lorient, Metz-Montpellier, Angers-Monaco et Strasbourg-Bordeaux.

", - "content": "On attaque la 16e journée de Ligue 1 par un multiplex à cinq matches. Au programme ce soir, Brest-Saint-Etienne, Troyes-Lorient, Metz-Montpellier, Angers-Monaco et Strasbourg-Bordeaux.

", + "title": "Lens-PSG: la jolie déclaration d'amour de Verratti aux Lensois", + "description": "Le milieu de terrain parisien Marco Verratti a rendu hommage à la prestation du RC Lens, pas loin de surprendre le PSG (1-1), leader de Ligue 1. Et a souligné les ressources mentales de sa propre équipe, revenue en fin de match pour accrocher le point du match nul au terme d’une nouvelle prestation décevante.

", + "content": "Le milieu de terrain parisien Marco Verratti a rendu hommage à la prestation du RC Lens, pas loin de surprendre le PSG (1-1), leader de Ligue 1. Et a souligné les ressources mentales de sa propre équipe, revenue en fin de match pour accrocher le point du match nul au terme d’une nouvelle prestation décevante.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-multiplex-en-direct_LS-202112010389.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-psg-fan-des-lensois-verratti-veut-retenir-le-caractere-des-parisiens_AV-202112040306.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 16:53:11 GMT", - "enclosure": "https://images.bfmtv.com/aq-jlkpuIKB_XkKOkXF6etR4yZ8=/0x0:1968x1107/800x0/images/Ludovic-Ajorque-Strasbourg-990858.jpg", + "pubDate": "Sat, 04 Dec 2021 22:31:40 GMT", + "enclosure": "https://images.bfmtv.com/s0qYCPWpHr_RgFYNcflQjskdmQU=/0x37:1200x712/800x0/images/Marco-Verratti-1181791.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57535,17 +58945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca10ac1e6b5f3138d7eae383165c28dd" + "hash": "ee072335b15586943e100005836b24de" }, { - "title": "Mercato en direct: Dembélé ne voudrait pas prolonger au Barça", - "description": "Le mercato d'hiver ouvre ses portes dans un peu plus d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", - "content": "Le mercato d'hiver ouvre ses portes dans un peu plus d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "title": "Lens-PSG en direct: Lensois et Parisiens dos à dos, Verratti salue la prestation des Nordistes", + "description": "Le choc de la 17e journée de Ligue 1 a tenu ses promesses. Lens et le PSG se sont quittés sur un nul (1-1) après une égalisation de Wijnaldum dans les arrêts de jeu.

", + "content": "Le choc de la 17e journée de Ligue 1 a tenu ses promesses. Lens et le PSG se sont quittés sur un nul (1-1) après une égalisation de Wijnaldum dans les arrêts de jeu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-29-novembre_LN-202111290068.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 06:25:08 GMT", - "enclosure": "https://images.bfmtv.com/e6NVz2lF_Jyw9TOx23kfyUSeFeo=/0x96:1264x807/800x0/images/Ousmane-Dembele-1158851.jpg", + "pubDate": "Sat, 04 Dec 2021 16:54:12 GMT", + "enclosure": "https://images.bfmtv.com/JKg6vMg52ZHeyIH1Mq_vBJbZYr4=/0x55:2048x1207/800x0/images/Messi-lors-de-Lens-PSG-1181764.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57555,17 +58965,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77306696b6fa0f7f59a9a1dfff10e1c0" + "hash": "cad57d0cfa7d2614bd494d51c4570d11" }, { - "title": "Violences conjugales: accusé par Pinot, Schmitt dénonce des menaces de mort après sa relaxe", - "description": "Relaxé pour des faits de violences conjugales sur la championne olympique par équipes, Margaux Pinot, qui est aussi sa compagne, l'entraîneur de judo, Alain Schmitt, donne sa version dans L'Equipe. Et dénonce les menaces dont il est l'objet.

", - "content": "Relaxé pour des faits de violences conjugales sur la championne olympique par équipes, Margaux Pinot, qui est aussi sa compagne, l'entraîneur de judo, Alain Schmitt, donne sa version dans L'Equipe. Et dénonce les menaces dont il est l'objet.

", + "title": "Lens-PSG: champion d'automne, Paris encore poussif et en échec face à de séduisants Lensois", + "description": "Le PSG s'est contenté du nul contre Lens (1-1) ce samedi lors de la 17e journée de Ligue 1. Après l'ouverture du score de Seko Fofana sur une erreur de Keylor Navas, Georginio Wijnaldum a égalisé dans les derniers instants sur un centre de Kylian Mbappé.

", + "content": "Le PSG s'est contenté du nul contre Lens (1-1) ce samedi lors de la 17e journée de Ligue 1. Après l'ouverture du score de Seko Fofana sur une erreur de Keylor Navas, Georginio Wijnaldum a égalisé dans les derniers instants sur un centre de Kylian Mbappé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/violences-conjugales-accuse-par-pinot-schmitt-denonce-des-menaces-de-mort-apres-sa-relaxe_AV-202112010465.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-psg-champion-d-automne-paris-encore-poussif-et-en-echec-face-a-de-seduisants-lensois_AV-202112040302.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:32:35 GMT", - "enclosure": "https://images.bfmtv.com/JRfw8UYpcQUt5XDFXwlSBN6TWFI=/0x211:2048x1363/800x0/images/Alain-Schmitt-en-2015-1178881.jpg", + "pubDate": "Sat, 04 Dec 2021 22:08:12 GMT", + "enclosure": "https://images.bfmtv.com/GiZt78NQvyTCgoxuEAHZn3H5JT8=/0x106:2048x1258/800x0/images/Marco-Verratti-lors-de-Lens-PSG-1181787.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57575,17 +58985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43e311106ebb4ec896917c2767ef8d66" + "hash": "95df058316fe313eb0ba1a37a9e9f329" }, { - "title": "Ligue 1, multiplex en direct: l'OL sur le front, Lens vise le podium", - "description": "Trois belles rencontres sont au programme de ce multiplex de Ligue 1, comptant pour la 16e journée de Ligue 1: Lyon-Reims, Clermont-Lens et Rennes-Lille. Coups d'envoi prévus à 21 heures.

", - "content": "Trois belles rencontres sont au programme de ce multiplex de Ligue 1, comptant pour la 16e journée de Ligue 1: Lyon-Reims, Clermont-Lens et Rennes-Lille. Coups d'envoi prévus à 21 heures.

", + "title": "Liga: le Real Madrid s'envole en tête du classement après sa victoire contre la Real Sociedad", + "description": "Malgré la perte de Karim Benzema sur blessure, le Real Madrid s'est imposé face à la Real Sociedad (2-0) ce samedi, dans le cadre de la 16e journée de Liga. Les joueurs de Carlo Ancelotti ont désormais huit points d'avance sur Séville en tête du classement.

", + "content": "Malgré la perte de Karim Benzema sur blessure, le Real Madrid s'est imposé face à la Real Sociedad (2-0) ce samedi, dans le cadre de la 16e journée de Liga. Les joueurs de Carlo Ancelotti ont désormais huit points d'avance sur Séville en tête du classement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-multiplex-en-direct-l-ol-sur-le-front-lens-vise-le-podium_LS-202112010458.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-real-madrid-s-envole-en-tete-du-classement-apres-sa-victoire-contre-la-real-sociedad_AD-202112040301.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:24:48 GMT", - "enclosure": "https://images.bfmtv.com/uKk7c2-nA1vvLp3XATXh7-zJ65c=/0x0:1984x1116/800x0/images/Lucas-Paqueta-face-a-Montpellier-1177259.jpg", + "pubDate": "Sat, 04 Dec 2021 22:06:20 GMT", + "enclosure": "https://images.bfmtv.com/xXE4iO11LSZ1IMmETylaAkZAgB0=/0x78:2048x1230/800x0/images/Vinicius-buteur-avec-le-Real-1181785.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57595,17 +59005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f6efa362396e2df02c765ec385791af" + "hash": "1f94fd4c7c79c31e4a6590d07fe71db3" }, { - "title": "Nantes-OM en direct: Marseille avec Payet et Harit, Milik sur le banc", - "description": "On poursuit cette 16e de journée de Ligue 1 avec un classique du championnat entre Nantes et l’Olympique de Marseille (21h). Les Marseillais peuvent prendre la 2e place en cas de victoire !

", - "content": "On poursuit cette 16e de journée de Ligue 1 avec un classique du championnat entre Nantes et l’Olympique de Marseille (21h). Les Marseillais peuvent prendre la 2e place en cas de victoire !

", + "title": "Volley: rencontre avec Nicole, première joueuse transgenre du championnat de France", + "description": "Originaire du Pérou, Nicole est devenue la première joueuse de volleyball transgenre à évoluer dans le championnat français. Elle a reçu sa licence il y a deux semaines. Un long chemin parcouru. C’est son club de Chaville, dans les Hauts-de-Seine (en Nationale 2), qui lui a permis d’être officiellement licenciée.

", + "content": "Originaire du Pérou, Nicole est devenue la première joueuse de volleyball transgenre à évoluer dans le championnat français. Elle a reçu sa licence il y a deux semaines. Un long chemin parcouru. C’est son club de Chaville, dans les Hauts-de-Seine (en Nationale 2), qui lui a permis d’être officiellement licenciée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-nantes-om-en-direct_LS-202112010452.html", + "link": "https://rmcsport.bfmtv.com/volley/volley-rencontre-avec-nicole-premiere-joueuse-transgenre-du-championnat-de-france_AV-202112040297.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:16:16 GMT", - "enclosure": "https://images.bfmtv.com/jPTmcq5722xye_bhFYk40NvHUXw=/0x61:2048x1213/800x0/images/Dimitri-Payet-1152971.jpg", + "pubDate": "Sat, 04 Dec 2021 21:12:35 GMT", + "enclosure": "https://images.bfmtv.com/zfCteuUWT1nGEJG3yZoIiy248VA=/0x0:1280x720/800x0/images/Nicole-premiere-joueuse-transgenre-1181617.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57615,17 +59025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6beada8a321948a3fd3fa6ff5ce31be" + "hash": "7260fe5e26e73ea288c20ff52ceecc33" }, { - "title": "Chelsea: Tuchel explique les difficultés de Saul avec les Blues", - "description": "Saul Niguez n’a quasiment plus été vu depuis la première journée de championnat avec Chelsea, ne disputant que deux minutes de jeu lors des neuf derniers matches de Premier League. Une absence inquiétante que Thomas Tuchel a tenté d’expliquer avant d’affronter Watford, mercredi (20h30).

", - "content": "Saul Niguez n’a quasiment plus été vu depuis la première journée de championnat avec Chelsea, ne disputant que deux minutes de jeu lors des neuf derniers matches de Premier League. Une absence inquiétante que Thomas Tuchel a tenté d’expliquer avant d’affronter Watford, mercredi (20h30).

", + "title": "Real Sociedad-Real Madrid: inquiétude pour Benzema, blessé avant une grosse semaine", + "description": "L'avant-centre international français Karim Benzema est sorti à la 18e minute du match du Real Madrid sur le terrain de la Real Sociedad comptant pour la 16e journée de Liga samedi, visiblement touché à la jambe gauche.

", + "content": "L'avant-centre international français Karim Benzema est sorti à la 18e minute du match du Real Madrid sur le terrain de la Real Sociedad comptant pour la 16e journée de Liga samedi, visiblement touché à la jambe gauche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-explique-les-difficultes-de-saul-avec-les-blues_AV-202112010448.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-sociedad-real-madrid-inquietude-pour-benzema-blesse-avant-une-grosse-semaine_AV-202112040291.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:13:23 GMT", - "enclosure": "https://images.bfmtv.com/KBRmjNrreMv3p9PEELqKunlHLEY=/0x0:1200x675/800x0/images/Thomas-Tuchel-1179445.jpg", + "pubDate": "Sat, 04 Dec 2021 20:39:57 GMT", + "enclosure": "https://images.bfmtv.com/FyuD78coI0R1bKJJfFST_uaWUHM=/0x0:1184x666/800x0/images/Karim-Benzema-1181765.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57635,17 +59045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "35f2d70f21222fc5eee9c0d99f1247ca" + "hash": "5a96a65e87c86f63b849df0414944fd8" }, { - "title": "Équipe de France: Rothen et Petit déplorent les propos de Le Graët sur l'après-Deschamps", - "description": "Dans Rothen s'enflamme sur RMC, mercredi soir, Jérôme Rothen et Emmanuel Petit ont estimé que Noël Le Graët avait manqué de respect à Didier Deschamps en s'exprimant sur le poste de sélectionneur des Bleus après la Coupe du monde 2022.

", - "content": "Dans Rothen s'enflamme sur RMC, mercredi soir, Jérôme Rothen et Emmanuel Petit ont estimé que Noël Le Graët avait manqué de respect à Didier Deschamps en s'exprimant sur le poste de sélectionneur des Bleus après la Coupe du monde 2022.

", + "title": "PSG: Ollé-Nicolle admet que le groupe a été \"impacté\" par l'affaire Hamraoui-Diallo", + "description": "Alors que le retour d'Aminata Diallo et Kheira Hamraoui dans le groupe du PSG se précise, les Parisiennes se sont imposées ce samedi contre le GPSO Issy (3-0). Après le match, Didier Ollé-Nicolle admet que le groupe a été touché physiquement et mentalement par l'affaire.

", + "content": "Alors que le retour d'Aminata Diallo et Kheira Hamraoui dans le groupe du PSG se précise, les Parisiennes se sont imposées ce samedi contre le GPSO Issy (3-0). Après le match, Didier Ollé-Nicolle admet que le groupe a été touché physiquement et mentalement par l'affaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-rothen-et-petit-deplorent-les-propos-de-le-graet-sur-l-apres-deschamps_AV-202112010447.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/d1/psg-olle-nicolle-admet-que-le-groupe-a-ete-impacte-par-l-affaire-hamraoui-diallo_AV-202112040290.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:11:53 GMT", - "enclosure": "https://images.bfmtv.com/AAz9i1F-dlFzpkZwhPUmuxxHbPE=/0x0:1024x576/800x0/images/Jerome-Rothen-1146485.jpg", + "pubDate": "Sat, 04 Dec 2021 20:30:18 GMT", + "enclosure": "https://images.bfmtv.com/KTn-cOXQPXxMILTuYbboiRt5aGA=/0x212:2048x1364/800x0/images/Didier-Olle-Nicolle-PSG-F-1181754.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57655,17 +59065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "97ee593a73586b1906bbdbd0302b5adc" + "hash": "e366bd48d2b06ea25f7af2eccce8cd2d" }, { - "title": "OL: Le Sommer raconte son expérience américaine dans \"le meilleur championnat du monde\"", - "description": "De retour à Lyon pour la deuxième partie de saison, Eugénie Le Sommer est revenue pour le Super Moscato Show sur son prêt de six mois dans le championnat américain de football (NWSL).

", - "content": "De retour à Lyon pour la deuxième partie de saison, Eugénie Le Sommer est revenue pour le Super Moscato Show sur son prêt de six mois dans le championnat américain de football (NWSL).

", + "title": "Lille-Troyes: Jonathan David a tout changé pour les Dogues", + "description": "Lille a arraché un nouveau succès cette fois à domicile contre Troyes (2-1) avec un but en fin de match, samedi lors de la 17e journée de Ligue 1. L'entrée en jeu de Jonathan David, meilleur buteur du championnat de France, y est pour beaucoup.

", + "content": "Lille a arraché un nouveau succès cette fois à domicile contre Troyes (2-1) avec un but en fin de match, samedi lors de la 17e journée de Ligue 1. L'entrée en jeu de Jonathan David, meilleur buteur du championnat de France, y est pour beaucoup.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/ol-le-sommer-raconte-son-experience-americaine-dans-le-meilleur-championnat-du-monde_AV-202112010412.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-troyes-jonathan-david-a-tout-change-pour-les-dogues_AV-202112040286.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 17:23:21 GMT", - "enclosure": "https://images.bfmtv.com/C6Rj5fOHjODeSA1za7p5nD1ismU=/0x90:1200x765/800x0/images/Eugenie-Le-Sommer-1179403.jpg", + "pubDate": "Sat, 04 Dec 2021 20:02:00 GMT", + "enclosure": "https://images.bfmtv.com/_3Z68iXYaZkzy9jd7iS2HaY-Qpo=/0x208:1200x883/800x0/images/Jonathan-David-1181753.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57675,17 +59085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52f631669e6bc5e5b54f675b79dc2d85" + "hash": "4fcb9dd38c1990293dab0b34ef7f85ad" }, { - "title": "Angers-Monaco en direct: les Angevins réduisent l'écart avant l'heure de jeu", - "description": "Angers accueille Monaco à 19h, ce mercredi. Les deux équipes doivent l'emporter pour garder le contact avec les places européennes, mais Monaco n'a plus gagné en Ligue 1 depuis plus d'un mois.

", - "content": "Angers accueille Monaco à 19h, ce mercredi. Les deux équipes doivent l'emporter pour garder le contact avec les places européennes, mais Monaco n'a plus gagné en Ligue 1 depuis plus d'un mois.

", + "title": "Lille-Troyes en direct : Le LOSC et David s'imposent au forceps face à Troyes", + "description": "Trois jours après la belle victoire à Rennes, Lille veut enchaîner un deuxième succès consécutif face à Troyes, quelques jours avant un match décisif face à Wolfsbourg en Ligue des Champions.

", + "content": "Trois jours après la belle victoire à Rennes, Lille veut enchaîner un deuxième succès consécutif face à Troyes, quelques jours avant un match décisif face à Wolfsbourg en Ligue des Champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-angers-monaco-en-direct_LS-202112010408.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-troyes-en-direct-le-losc-veut-confirmer_LS-202112040213.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 17:21:58 GMT", - "enclosure": "https://images.bfmtv.com/yHlFIsNGld67yuuUrz1LdBc4x1o=/0x106:2048x1258/800x0/images/Sofiane-Diop-lors-de-Angers-Monaco-1179487.jpg", + "pubDate": "Sat, 04 Dec 2021 17:00:04 GMT", + "enclosure": "https://images.bfmtv.com/HOgGspRzlInkVf-BcnosNnlZsoQ=/0x25:2048x1177/800x0/images/Renato-Sanches-lors-de-Lille-Troyes-1181709.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57695,17 +59105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b3f5348c276fb134253fdf166ca9ede" + "hash": "035bc520686f159a31f7f9733ece0805" }, { - "title": "PSG-Nice en direct : la surprise Dina Ebimbe, Messi présent", - "description": "Avec Messi et son 7e Ballon d'Or dans son groupe, le PSG accueille ce mercredi soir l'OGC Nice de Christophe Galtier. Les Aiglons, sur le podium de Ligue 1 mais avec 14 points de retard, espèrent ralentir un peu les Parisiens ce soir.

", - "content": "Avec Messi et son 7e Ballon d'Or dans son groupe, le PSG accueille ce mercredi soir l'OGC Nice de Christophe Galtier. Les Aiglons, sur le podium de Ligue 1 mais avec 14 points de retard, espèrent ralentir un peu les Parisiens ce soir.

", + "title": "Bundesliga: Lewandowski plus fort que Haaland, le Bayern croque Dortmund", + "description": "Le duel entre le Bayern Munich et le Borussia Dortmund s’est achevé sur une victoire des Bavarois (2-3) lors de la 14e journée de Bundesliga. Au terme d’un match intense et spectaculaire, Robert Lewandowski a signé un doublé et fait mieux que Erling Haaland, buteur malheureux.

", + "content": "Le duel entre le Bayern Munich et le Borussia Dortmund s’est achevé sur une victoire des Bavarois (2-3) lors de la 14e journée de Bundesliga. Au terme d’un match intense et spectaculaire, Robert Lewandowski a signé un doublé et fait mieux que Erling Haaland, buteur malheureux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-psg-nice-en-direct_LS-202112010403.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-lewandowski-plus-fort-que-haaland-le-bayern-croque-dortmund_AV-202112040279.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 17:13:42 GMT", - "enclosure": "https://images.bfmtv.com/e2nZ9p_0QAxQIftO6uhHsBb5jg8=/0x106:2048x1258/800x0/images/Lionel-MESSI-1179344.jpg", + "pubDate": "Sat, 04 Dec 2021 19:50:10 GMT", + "enclosure": "https://images.bfmtv.com/jT9RDKAUVTJja8bPuXAHCkY8Gjw=/0x0:2048x1152/800x0/images/Manuel-Neuer-et-Robert-Lewandowski-celebrent-la-victoire-du-Bayern-contre-Dortmund-1181744.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57715,17 +59125,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a216d20b3e638af3f9b1ebce0fb3cfb" + "hash": "b25abe89f7070af5ba2bffe564e1b4cd" }, { - "title": "Rugby: la LNR durcit son protocole Covid-19, notamment pour les joueurs non-vaccinés", - "description": "Afin de lutter face à la propagation du variant Omicron, la Ligue nationale de rugby va durcir son protocole face au Covid-19 en Top 14 et Pro D2. Les changements annoncés font suite aux mesures prises par le gouvernement le 25 novembre.

", - "content": "Afin de lutter face à la propagation du variant Omicron, la Ligue nationale de rugby va durcir son protocole face au Covid-19 en Top 14 et Pro D2. Les changements annoncés font suite aux mesures prises par le gouvernement le 25 novembre.

", + "title": "Top 14: Pau arrache le nul dans les derniers instants contre Toulon", + "description": "Final à suspense ce samedi entre Pau et Toulon, qui ont fait match nul (16-16) dans le cadre de la 12e journée de Top 14. Un résultat arraché en toute fin de match par les Palois.

", + "content": "Final à suspense ce samedi entre Pau et Toulon, qui ont fait match nul (16-16) dans le cadre de la 12e journée de Top 14. Un résultat arraché en toute fin de match par les Palois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/rugby-la-lnr-durcit-son-protocole-covid-19-notamment-pour-les-joueurs-non-vaccines_AV-202112010401.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-pau-arrache-le-nul-dans-les-derniers-instants-contre-toulon_AD-202112040276.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 17:09:04 GMT", - "enclosure": "https://images.bfmtv.com/_eKGVSkNLr9xGE3eAva2poZ58Ns=/0x0:768x432/800x0/images/Le-president-de-la-Ligue-nationale-de-rugby-LNR-Rene-Bouscatel-fraichement-elu-le-23-mars-2021-a-Paris-1026711.jpg", + "pubDate": "Sat, 04 Dec 2021 19:22:45 GMT", + "enclosure": "https://images.bfmtv.com/HY5iGz6ZEwkGZbLOIajOR8HRCE0=/0x49:2048x1201/800x0/images/Manu-lors-de-Pau-Toulon-1181738.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57735,17 +59145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "997bb4b0c9d4ba615d31d6891594c138" + "hash": "bb4d55b127404ad82e3c6d5d8d51f19c" }, { - "title": "Coupe de France: PSG, OM, OL... la programmation des 32es de finale", - "description": "La FFF a dévoilé ce mercredi le programme complet des 32es de finale de la Coupe de France, avec les dates et les horaires. Valenciennes ouvrira le bal contre Strasbourg le jeudi 16 décembre, et les amateurs de l'Entente Feignies-Aulnoye recevront le PSG le dimanche 19 décembre au soir... à Valenciennes.

", - "content": "La FFF a dévoilé ce mercredi le programme complet des 32es de finale de la Coupe de France, avec les dates et les horaires. Valenciennes ouvrira le bal contre Strasbourg le jeudi 16 décembre, et les amateurs de l'Entente Feignies-Aulnoye recevront le PSG le dimanche 19 décembre au soir... à Valenciennes.

", + "title": "OM-Brest: Sampaoli \"très frustré\" par la défaite et un penalty qui \"coûte très cher\"", + "description": "Le scénario du match de l’OM, ultra-dominateur avant de subir le retour des Brestois (défaite 2-1 au Vélodrome), a suscité beaucoup de frustration chez le technicien argentin Jorge Sampaoli.

", + "content": "Le scénario du match de l’OM, ultra-dominateur avant de subir le retour des Brestois (défaite 2-1 au Vélodrome), a suscité beaucoup de frustration chez le technicien argentin Jorge Sampaoli.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-psg-om-ol-la-programmation-des-32es-de-finale_AV-202112010397.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-brest-sampaoli-tres-frustre-par-la-defaite-et-un-penalty-qui-coute-tres-cher_AV-202112040269.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 17:05:30 GMT", - "enclosure": "https://images.bfmtv.com/VFzpxMKJEeVYvhWmPu56ZT_ISvM=/0x24:1200x699/800x0/images/-955606.jpg", + "pubDate": "Sat, 04 Dec 2021 18:53:54 GMT", + "enclosure": "https://images.bfmtv.com/AaT-HyH4aOpDY5BgvepF_D9HpJk=/0x17:1200x692/800x0/images/Jorge-Sampaoli-1181720.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57755,17 +59165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88c4a16430774cfddf43dc5457142807" + "hash": "970f21c605815b69b4ca7d3c98befdd7" }, { - "title": "Coupe de France en direct: le programme complet des 32es, avec les dates et les horaires", - "description": "Les affiches des 32es de finale de la Coupe de France (du 16 au 19 décembre) sont désormais connues. Suivez toutes les infos sur RMC Sport.

", - "content": "Les affiches des 32es de finale de la Coupe de France (du 16 au 19 décembre) sont désormais connues. Suivez toutes les infos sur RMC Sport.

", + "title": "Dortmund-Bayern en direct : les Bavarois s'offrent une victoire cruciale sur le fil", + "description": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", + "content": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-le-tirage-des-32e-de-finale_LN-202111290286.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 12:33:41 GMT", - "enclosure": "https://images.bfmtv.com/76PqEZG5ZWnaxzO0ISzCvI5aXbU=/0x121:1808x1138/800x0/images/Le-trophee-de-la-Coupe-de-France-1177602.jpg", + "pubDate": "Sat, 04 Dec 2021 15:57:00 GMT", + "enclosure": "https://images.bfmtv.com/HD8MsEJG9z-J16ITXA_EimM_1ic=/0x101:2048x1253/800x0/images/Coman-et-Mueller-avec-le-Bayern-1181736.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57775,17 +59185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d67be4ea16162efe02d59f214d5bf331" + "hash": "2a8e03a6deae324a1eefc901e9fe3c7b" }, { - "title": "Manchester United: Carrick minimise la mise sur le banc de Ronaldo", - "description": "Avant la réception d'Arsenal en Premier League, Michael Carrick a voulu dédramatiser son choix d'avoir mis Cristiano Ronaldo sur le banc au coup d'envoi du nul 1-1 de Manchester United face à Chelsea.

", - "content": "Avant la réception d'Arsenal en Premier League, Michael Carrick a voulu dédramatiser son choix d'avoir mis Cristiano Ronaldo sur le banc au coup d'envoi du nul 1-1 de Manchester United face à Chelsea.

", + "title": "GP d’Arabie saoudite: la pole pour Hamilton, Verstappen finit dans le mur après une grosse erreur", + "description": "Lewis Hamilton a signé le meilleur temps des qualifications pour le GP d’Arabie saoudite ce samedi. Le pilote britannique de l’écurie Mercedes s’élancera en pole position lors de la course dimanche. Max Verstappen, son rival pour le titre mondial, partira troisième derrière Valtteri Bottas. après avoir heurté le mur.

", + "content": "Lewis Hamilton a signé le meilleur temps des qualifications pour le GP d’Arabie saoudite ce samedi. Le pilote britannique de l’écurie Mercedes s’élancera en pole position lors de la course dimanche. Max Verstappen, son rival pour le titre mondial, partira troisième derrière Valtteri Bottas. après avoir heurté le mur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-carrick-minimise-la-mise-sur-le-banc-de-ronaldo_AV-202112010381.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-la-pole-pour-hamilton-verstappen-finit-dans-le-mur-apres-une-grosse-erreur_AV-202112040263.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 16:45:34 GMT", - "enclosure": "https://images.bfmtv.com/-368HbqZ4lVkloyR4qMVMATREPc=/0x0:1792x1008/800x0/images/Ronaldo-1179359.jpg", + "pubDate": "Sat, 04 Dec 2021 18:35:36 GMT", + "enclosure": "https://images.bfmtv.com/M54EJlvaUQpgHAoBkDr5vxiZlwE=/0x150:2048x1302/800x0/images/Lewis-Hamilton-lors-des-qualifications-du-GP-d-Arabie-saoudite-1181707.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57795,17 +59205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07cb5659191b56f2792f3bbf896d7322" + "hash": "b9ae0edccf9b640b60556706f88a5fe8" }, { - "title": "Mercato: le forcing de Lewandowski auprès de son agent pour rejoindre le Real Madrid", - "description": "Sous contrat jusqu’en juin 2023 avec le Bayern Munich, Robert Lewandowski (33 ans) aurait des envies d’ailleurs. Si son cas devrait intéresser de nombreux clubs, le buteur donnerait selon AS sa priorité au Real Madrid. Au point d’insister auprès de son agent Pini Zahavi pour réaliser ce souhait.

", - "content": "Sous contrat jusqu’en juin 2023 avec le Bayern Munich, Robert Lewandowski (33 ans) aurait des envies d’ailleurs. Si son cas devrait intéresser de nombreux clubs, le buteur donnerait selon AS sa priorité au Real Madrid. Au point d’insister auprès de son agent Pini Zahavi pour réaliser ce souhait.

", + "title": "Ligue 1: terrible rechute pour l'OM, Brest poursuit son incroyable série", + "description": "Ultra-dominateur en première période, l'OM a pourtant été piégé ce samedi au Vélodrome par Brest (2-1), qui a confirmé son excellente forme actuelle.

", + "content": "Ultra-dominateur en première période, l'OM a pourtant été piégé ce samedi au Vélodrome par Brest (2-1), qui a confirmé son excellente forme actuelle.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-forcing-de-lewandowski-aupres-de-son-agent-pour-rejoindre-le-real-madrid_AV-202112010377.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-terrible-rechute-pour-l-om-brest-poursuit-son-incroyable-serie_AV-202112040255.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 16:39:46 GMT", - "enclosure": "https://images.bfmtv.com/FKKtGc1FSApaFaXq1THqntEjlPQ=/0x39:768x471/800x0/images/L-attaquant-polonais-du-Bayern-Robert-Lewandowski-buteur-contre-Benfica-en-Ligue-des-champions-le-2-novembre-2021-a-Munich-1160635.jpg", + "pubDate": "Sat, 04 Dec 2021 18:18:34 GMT", + "enclosure": "https://images.bfmtv.com/NZkE1HBWOkfH3XnBOItDfsD6XO4=/0x0:1200x675/800x0/images/Franck-Honorat-1181694.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57815,17 +59225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2947f44cbf8da83d270cc02dec6fdb57" + "hash": "7a9e906075cea4bf2aa20441d6c1ac5e" }, { - "title": "Equipe de France: Le Sommer vise toujours l'Euro avec les Bleues", - "description": "Malgré de belles performances dans le championnat américain, dont elle revient tout juste, Eugénie Le Sommer n'a plus été appelée par Corinne Diacre en équipe de France depuis le printemps dernier. Invitée ce mercredi du Super Moscato Show, sur RMC, l'attaquante tricolore a confié ne pas avoir reçu d'explications claires.

", - "content": "Malgré de belles performances dans le championnat américain, dont elle revient tout juste, Eugénie Le Sommer n'a plus été appelée par Corinne Diacre en équipe de France depuis le printemps dernier. Invitée ce mercredi du Super Moscato Show, sur RMC, l'attaquante tricolore a confié ne pas avoir reçu d'explications claires.

", + "title": "GP d'Arabie saoudite en direct: Hamilton en pole, Verstappen part à la faute", + "description": "Avec un bon résultat de sa part et un coup de pouce, Max Verstappen (Red Bull) a la possibilité de ravir le titre de champion du monde à Lewis Hamilton (Mercedes) dès ce dimanche, à l'occasion du GP d'Arabie saoudite à Djeddah. Avant le début de l'avant-dernière course de l'année, le Néerlandais compte 8 points d'avance sur le Britannique.

", + "content": "Avec un bon résultat de sa part et un coup de pouce, Max Verstappen (Red Bull) a la possibilité de ravir le titre de champion du monde à Lewis Hamilton (Mercedes) dès ce dimanche, à l'occasion du GP d'Arabie saoudite à Djeddah. Avant le début de l'avant-dernière course de l'année, le Néerlandais compte 8 points d'avance sur le Britannique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-le-sommer-n-a-pas-forcement-compris-ses-non-convocations-chez-les-bleues_AV-202112010369.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-en-direct-verstappen-hamilton-avant-dernier-duel-pour-le-titre_LN-202112040175.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 16:26:28 GMT", - "enclosure": "https://images.bfmtv.com/PP6pDMdy_uwyweeliDvv5v4jYfA=/0x106:2048x1258/800x0/images/Eugenie-Le-Sommer-1179350.jpg", + "pubDate": "Sat, 04 Dec 2021 14:49:10 GMT", + "enclosure": "https://images.bfmtv.com/HGm11AmVQPJyCdBIg-oXdI-WEQs=/0x0:2048x1152/800x0/images/Lewis-Hamilton-en-Arabie-saoudite-1181592.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57835,17 +59245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45e05f18bd8556e4007b64f0753a3b85" + "hash": "3d8a5d9f3f66a3be50aca1744f7777fc" }, { - "title": "Manchester United: Nkunku, Haaland... les pistes de Rangnick pour le mercato", - "description": "Arrivé à Manchester United pour un intérim de six mois, Ralf Rangnick aurait déjà des priorités pour les prochains mercatos. Selon le journal Bild, le technicien allemand viserait notamment Christopher Nkunku et Erling Haaland.

", - "content": "Arrivé à Manchester United pour un intérim de six mois, Ralf Rangnick aurait déjà des priorités pour les prochains mercatos. Selon le journal Bild, le technicien allemand viserait notamment Christopher Nkunku et Erling Haaland.

", + "title": "Lens-PSG: Mbappé remplaçant face aux Lensois (et c'est un événement)", + "description": "Mauricio Pochettino a décidé de faire souffler son attaquant Kylian Mbappé qui sera remplaçant lors du match entre le PSG et Lens, samedi soir à Bollaert pour le compte de la 17eme journée de Ligue 1.

", + "content": "Mauricio Pochettino a décidé de faire souffler son attaquant Kylian Mbappé qui sera remplaçant lors du match entre le PSG et Lens, samedi soir à Bollaert pour le compte de la 17eme journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-nkunku-haaland-les-pistes-de-rangnick-pour-le-mercato_AV-202112010356.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-psg-mbappe-remplacant-face-aux-lensois_AV-202112040242.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 16:01:14 GMT", - "enclosure": "https://images.bfmtv.com/VZpvAaryeSmDkEAekaNzVcqkFRs=/0x78:2048x1230/800x0/images/Ralf-Rangnick-1179316.jpg", + "pubDate": "Sat, 04 Dec 2021 17:21:00 GMT", + "enclosure": "https://images.bfmtv.com/esQSanv8sqMNMt7gBvJiv6la9b8=/0x106:2048x1258/800x0/images/Kylian-Mbappe-sur-le-banc-1181672.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57855,37 +59265,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "f605dc4d2df3ada1175fd60a08de4148" + "hash": "9ec51ae805cbdeac846c33650308b2e8" }, { - "title": "PSG-Nice: \"Il faut lever le pied avec Messi à l'entraînement\", raconte Todibo avant les retrouvailles", - "description": "Titulaire indiscutable dans la charnière centrale de l’OGC Nice, Jean-Clair Todibo affrontera ce mercredi le PSG et son armada offensive. L’occasion pour le Français d’évoquer, sur Canal+, ses retrouvailles avec Lionel Messi, qu’il a connu lors de son passage au FC Barcelone.

", - "content": "Titulaire indiscutable dans la charnière centrale de l’OGC Nice, Jean-Clair Todibo affrontera ce mercredi le PSG et son armada offensive. L’occasion pour le Français d’évoquer, sur Canal+, ses retrouvailles avec Lionel Messi, qu’il a connu lors de son passage au FC Barcelone.

", + "title": "Liga: le Barça perd gros face au Betis, première défaite pour Xavi", + "description": "Sans inspiration malgré une entrée en jeu convaincante d’Ousmane Dembélé, le FC Barcelone s’est incliné 1-0 face au Betis Séville samedi au Camp Nou lors de la 16eme journée de Liga. Une très mauvaise affaire pour Xavi qui concède sa première défaite sur le banc du Barça.

", + "content": "Sans inspiration malgré une entrée en jeu convaincante d’Ousmane Dembélé, le FC Barcelone s’est incliné 1-0 face au Betis Séville samedi au Camp Nou lors de la 16eme journée de Liga. Une très mauvaise affaire pour Xavi qui concède sa première défaite sur le banc du Barça.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-nice-il-faut-lever-le-pied-avec-messi-a-l-entrainement-raconte-todibo-avant-les-retrouvailles_AV-202112010350.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-barca-perd-gros-face-au-betis-premiere-defaite-pour-xavi_AV-202112040231.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 15:52:38 GMT", - "enclosure": "https://images.bfmtv.com/IjVSUHQ0LfLCINI-KVSzMj26XxU=/0x27:2048x1179/800x0/images/Jean-Clair-TODIBO-1049699.jpg", + "pubDate": "Sat, 04 Dec 2021 17:20:07 GMT", + "enclosure": "https://images.bfmtv.com/TU7ufDh5yy27N3bH8wXJsnI8_kE=/0x0:2048x1152/800x0/images/Ousmane-Dembele-face-au-Betis-Seville-1181650.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "bb91b42cd8f72c688a22d7883b6bba1a" + "hash": "0795387e24055088267623878fe5a52f" }, { - "title": "Barça: accrochage entre Umtiti et des supporters qui ont bousculé sa voiture", - "description": "Samuel Umtiti s'est énervé face à des supporters peu précautionneux avec sa voiture, mercredi à Barcelone. Le défenseur français du Barça a fini par descendre de son véhicule pour s'expliquer avec eux.

", - "content": "Samuel Umtiti s'est énervé face à des supporters peu précautionneux avec sa voiture, mercredi à Barcelone. Le défenseur français du Barça a fini par descendre de son véhicule pour s'expliquer avec eux.

", + "title": "Premier League: Origi sauve Liverpool à Wolverhampton, les Reds leaders", + "description": "Liverpool s’est contenté d’un succès sur la plus petite des marges (1-0) ce samedi sur le terrain des Wolves lors de la 15e journée de Premier League. Avec cette victoire précieuse, les Reds s’emparent de la place de leader du championnat après la défaite de Chelsea.

", + "content": "Liverpool s’est contenté d’un succès sur la plus petite des marges (1-0) ce samedi sur le terrain des Wolves lors de la 15e journée de Premier League. Avec cette victoire précieuse, les Reds s’emparent de la place de leader du championnat après la défaite de Chelsea.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-accrochage-entre-umtiti-et-des-supporters-qui-ont-bouscule-sa-voiture_AV-202112010348.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-origi-sauve-liverpool-a-wolverhampton-les-reds-leaders_AV-202112040230.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 15:49:57 GMT", - "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.jpg", + "pubDate": "Sat, 04 Dec 2021 17:18:04 GMT", + "enclosure": "https://images.bfmtv.com/7xEdYAtpW3q8JdLpqCNXGif3EHs=/0x17:2048x1169/800x0/images/La-joie-de-Divock-Origi-apres-le-but-de-la-victoire-des-Reds-a-Wolverhampton-1181648.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57895,37 +59305,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d6e356f5ad555873b559f9e8e2bae03" + "hash": "aefe5e51bb72cdd7e08d5c067aeeb93d" }, { - "title": "Violences conjugales: Riner, Agbégnénou et le judo français au soutien de Margaux Pinot", - "description": "Teddy Riner, Amandine Buchard, Axel Clerget ou encore Clarisse Agbégnénou ont apporté ce mercredi leur soutien à leur camarade d'équipe de France de judo Margaux Pinot, après que cette dernière, victime présumée de violences conjugales, a posté sur les réseaux sociaux une photo de son visage tuméfié.

", - "content": "Teddy Riner, Amandine Buchard, Axel Clerget ou encore Clarisse Agbégnénou ont apporté ce mercredi leur soutien à leur camarade d'équipe de France de judo Margaux Pinot, après que cette dernière, victime présumée de violences conjugales, a posté sur les réseaux sociaux une photo de son visage tuméfié.

", + "title": "Chelsea: Tuchel admet \"une période difficile\" pour Mendy et parle de \"perte de confiance\"", + "description": "Edouard Mendy est loin d’avoir affiché son meilleur niveau lors de la défaite de Chelsea face à West Ham (3-2) ce samedi en Premier League. Après le match, Thomas Tuchel a confirmé que son gardien traverse \"une période difficile\".

", + "content": "Edouard Mendy est loin d’avoir affiché son meilleur niveau lors de la défaite de Chelsea face à West Ham (3-2) ce samedi en Premier League. Après le match, Thomas Tuchel a confirmé que son gardien traverse \"une période difficile\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/violences-conjugales-riner-agbegnenou-et-le-judo-francais-au-soutien-de-margaux-pinot_AV-202112010338.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-admet-une-periode-difficile-pour-mendy-et-parle-de-perte-de-confiance_AV-202112040229.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 15:25:14 GMT", - "enclosure": "https://images.bfmtv.com/0NURDRu_AjsDUHZn7LF2O2Lvf1s=/6x111:2038x1254/800x0/images/Margaux-Pinot-1178535.jpg", + "pubDate": "Sat, 04 Dec 2021 17:17:11 GMT", + "enclosure": "https://images.bfmtv.com/DR5Y8J8ET5Bm3HIbhobehya74Qk=/255x106:2031x1105/800x0/images/Edouard-Mendy-1155311.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "8d09221c01bcf3dce68ea3dc216a2ca2" + "hash": "6667c90f48fe5f296a9c8a4d10f71b27" }, { - "title": "Real Madrid: Vinicius veut aider Benzema à \"remporter le Ballon d’or\"", - "description": "Vraie satisfaction du Real Madrid depuis le début de la saison, Vinicius Junior forme un duo redoutable avec Karim Benzema. Sur la chaîne Youtube \"DjMaRiiO\", l’attaquant brésilien a assuré vouloir aider le Français à \"remporter le Ballon d’or un jour\".

", - "content": "Vraie satisfaction du Real Madrid depuis le début de la saison, Vinicius Junior forme un duo redoutable avec Karim Benzema. Sur la chaîne Youtube \"DjMaRiiO\", l’attaquant brésilien a assuré vouloir aider le Français à \"remporter le Ballon d’or un jour\".

", + "title": "Premier League: première victoire de Newcastle, face à Burnley", + "description": "Après sept défaites et sept matchs nuls en Premier League, Newcastle a connu ce samedi sa première victoire de la saison face à Burnley en gagnant 1-0. C’est l’attaquant Callum Wilson qui a inscrit le seul but de la rencontre.

", + "content": "Après sept défaites et sept matchs nuls en Premier League, Newcastle a connu ce samedi sa première victoire de la saison face à Burnley en gagnant 1-0. C’est l’attaquant Callum Wilson qui a inscrit le seul but de la rencontre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-vinicius-veut-aider-benzema-a-remporter-le-ballon-d-or_AV-202112010330.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-premiere-victoire-de-newcastle-face-a-burnley_AV-202112040247.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 15:04:56 GMT", - "enclosure": "https://images.bfmtv.com/Nn5LYP0W0Lb2HyPLDLvoLe5BeIs=/0x3:768x435/800x0/images/La-joie-de-l-attaquant-francais-du-Real-Madrid-Karim-Benzema-auteur-d-un-double-face-au-Shakhtar-Donetsk-et-felicite-par-l-attaquant-bresilien-Vinicius-Jr-lors-de-la-4e-journee-de-la-Ligue-des-Champions-le-3-novembre-2021-au-Stade-Santiago-Bernabeu-1159580.jpg", + "pubDate": "Sat, 04 Dec 2021 17:16:00 GMT", + "enclosure": "https://images.bfmtv.com/mE5vL_bptE56dxgTw560yR-ZsT4=/0x76:2048x1228/800x0/images/Newcastle-1181657.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57935,37 +59345,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "0adf4e04af8532f5bb412dc9dbeaa092" + "hash": "65294301d8d7b9fdbbeec6e8f7249c22" }, { - "title": "OM-Troyes: les deux clubs publient un communiqué commun face aux propos racistes contre Suk", - "description": "L'OM s'est joint à l'Estac pour dénoncer les propos racistes ayant visé l'attaquant sud-coréen Hyun-Jun Suk le 28 novembre, lors de la victoire marseillaise (1-0). Le club phocéen assure vouloir retrouver les auteurs de ces propos.

", - "content": "L'OM s'est joint à l'Estac pour dénoncer les propos racistes ayant visé l'attaquant sud-coréen Hyun-Jun Suk le 28 novembre, lors de la victoire marseillaise (1-0). Le club phocéen assure vouloir retrouver les auteurs de ces propos.

", + "title": "Chelsea: Silva regrette le nombre de changements autorisés en Premier League", + "description": "Face à West Ham, Chelsea a connu ce samedi sa deuxième défaite en Premier League (3-2). En zone mixte, le défenseur Thiago Silva est revenu sur cette rencontre mais a surtout regretté le fait que la Premier League n’autorise aux équipes que trois changements. Dans d’autres championnats, ce chiffre s’élève à cinq.

", + "content": "Face à West Ham, Chelsea a connu ce samedi sa deuxième défaite en Premier League (3-2). En zone mixte, le défenseur Thiago Silva est revenu sur cette rencontre mais a surtout regretté le fait que la Premier League n’autorise aux équipes que trois changements. Dans d’autres championnats, ce chiffre s’élève à cinq.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-troyes-les-deux-clubs-publient-un-communique-commun-face-aux-propos-racistes-contre-suk_AV-202112010328.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-silva-regrette-le-nombre-de-changements-autorises-en-premier-league_AV-202112040216.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 15:00:33 GMT", - "enclosure": "https://images.bfmtv.com/nmLOYnNCgn01b5zUOk5HNoBBXxQ=/0x20:2048x1172/800x0/images/Hyun-Jun-Suk-1179286.jpg", + "pubDate": "Sat, 04 Dec 2021 16:48:48 GMT", + "enclosure": "https://images.bfmtv.com/IaSI1NUSwUlxtKSHEqxjIqupEQE=/255x0:2031x999/800x0/images/Thiago-Silva-1021136.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "82981fcb6af4ec61001da8c90ac21df0" + "hash": "5e163459640077899fa6faaf138b2612" }, { - "title": "PSG: Quartararo a \"hâte\" de donner le coup d’envoi fictif de la rencontre face à Nice", - "description": "Devenu en octobre dernier le premier français à être sacré champion du monde de MotoGP, Fabio Quartararo donnera ce mercredi (à 21h) le coup d’envoi fictif de la rencontre entre le PSG et l’OGC Nice au Parc des Princes. Sur le site du club parisien, le Français évoque sa \"hâte d’y être\".

", - "content": "Devenu en octobre dernier le premier français à être sacré champion du monde de MotoGP, Fabio Quartararo donnera ce mercredi (à 21h) le coup d’envoi fictif de la rencontre entre le PSG et l’OGC Nice au Parc des Princes. Sur le site du club parisien, le Français évoque sa \"hâte d’y être\".

", + "title": "Biathlon: Bescond \"hyper satisfaite\" après sa 2e place à la poursuite", + "description": "A trois mois des Jeux olympiques d'hiver à Pékin, la Française Anaïs Bescond savoure sa deuxième place décrochée à la poursuite d'Östersund samedi, dans le cadre de la Coupe du monde de biathlon.

", + "content": "A trois mois des Jeux olympiques d'hiver à Pékin, la Française Anaïs Bescond savoure sa deuxième place décrochée à la poursuite d'Östersund samedi, dans le cadre de la Coupe du monde de biathlon.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-quartararo-a-hate-de-donner-le-coup-d-envoi-fictif-de-la-rencontre-face-a-nice_AV-202112010327.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-anais-bescond-hyper-satisfaite-apres-sa-2e-place-a-la-poursuite_AV-202112040206.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:51:54 GMT", - "enclosure": "https://images.bfmtv.com/7-LWbE6dNygfCpeckK2fMHrJgbk=/0x8:768x440/800x0/images/Le-bonheur-de-Fabio-Quartararo-tout-juste-sacre-champion-du-monde-en-MotoGP-a-l-issue-du-GP-d-Emilie-Romagne-a-Misano-Adriatico-le-24-octobre-2021-1166858.jpg", + "pubDate": "Sat, 04 Dec 2021 16:36:31 GMT", + "enclosure": "https://images.bfmtv.com/OT_a2rhZtYnm3HJCZOYsvcwX3B4=/0x0:2032x1143/800x0/images/Anais-Bescond-1181612.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57975,17 +59385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdb37258c2f3200f52d44f6b85625361" + "hash": "645bba89add2e9c18c1670b5ee713223" }, { - "title": "Challenge européen : Biarritz jouera bien ses matchs à Aguiléra", - "description": "Un temps imaginée, la délocalisation des matchs du Biarritz Olympique en Challenge européen n’aura pas lieu. Le club basque jouera bien dans son enceinte habituelle d’Aguiléra.

", - "content": "Un temps imaginée, la délocalisation des matchs du Biarritz Olympique en Challenge européen n’aura pas lieu. Le club basque jouera bien dans son enceinte habituelle d’Aguiléra.

", + "title": "Biathlon: les Bleus deuxièmes du relais d'Östersund", + "description": "Fabien Claude, Emilien Jacquelin, Simon Desthieux et Quentin Fillon Maillet ont terminé à la deuxième place du relais d’Östersund (Suède). La victoire revient à la Norvège, impériale au tir. Longtemps deuxième, la Russie termine sur la troisième marche du podium.

", + "content": "Fabien Claude, Emilien Jacquelin, Simon Desthieux et Quentin Fillon Maillet ont terminé à la deuxième place du relais d’Östersund (Suède). La victoire revient à la Norvège, impériale au tir. Longtemps deuxième, la Russie termine sur la troisième marche du podium.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/challenge-europeen-biarritz-jouera-bien-ses-matchs-a-aguilera_AV-202112010318.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-les-bleus-deuxiemes-du-relais-d-ostersund_AD-202112040197.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:29:44 GMT", - "enclosure": "https://images.bfmtv.com/QPEM7ssD8wdKeclZ7VgHM_4yUHI=/7x52:2039x1195/800x0/images/Le-public-de-Biarritz-1179283.jpg", + "pubDate": "Sat, 04 Dec 2021 16:14:30 GMT", + "enclosure": "https://images.bfmtv.com/FzGTHUDQuH-uxRjOFlDvaBsnxQc=/0x106:2048x1258/800x0/images/Fillon-Maillet-Claude-Desthieux-et-Jacquelin-1181597.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -57995,17 +59405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb2b71eb21f88f76d100f346435954bc" + "hash": "b40d8a81847afa8b4d127a769f18dfcf" }, { - "title": "\"Bla bla bla\": le père de Messi répond aux critiques après le 7e Ballon d'or de son fils", - "description": "Le septième Ballon d'or reçu par Lionel Messi lundi soir à Paris est sans doute celui qui a fait le plus débat. Mais sur les réseaux sociaux, le père de l'attaquant argentin a balayé les critiques d'un revers de main.

", - "content": "Le septième Ballon d'or reçu par Lionel Messi lundi soir à Paris est sans doute celui qui a fait le plus débat. Mais sur les réseaux sociaux, le père de l'attaquant argentin a balayé les critiques d'un revers de main.

", + "title": "Rugby à 7: les Bleus au pied du podium à Dubaï, les Bleues encore en bronze", + "description": "L'équipe de France masculine de rugby à 7 a échoué à la quatrième place du tournoi de Dubaï, deuxième manche de la saison. Les Bleues ont dominé la Russie en petite finale, pour monter sur le podium, comme lors de la première étape.

", + "content": "L'équipe de France masculine de rugby à 7 a échoué à la quatrième place du tournoi de Dubaï, deuxième manche de la saison. Les Bleues ont dominé la Russie en petite finale, pour monter sur le podium, comme lors de la première étape.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bla-bla-bla-le-pere-de-messi-repond-aux-critiques-apres-le-7e-ballon-d-or-de-son-fils_AV-202112010317.html", + "link": "https://rmcsport.bfmtv.com/rugby/rugby-a-7-les-bleus-au-pied-du-podium-a-dubai-les-bleues-encore-en-bronze_AV-202112040194.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:29:17 GMT", - "enclosure": "https://images.bfmtv.com/BB7JOKk0loM-cKlIqEW-Nj_sk3k=/4x109:2036x1252/800x0/images/Jorge-et-Lionel-Messi-1179278.jpg", + "pubDate": "Sat, 04 Dec 2021 16:12:11 GMT", + "enclosure": "https://images.bfmtv.com/bN11mYu8Q05gedJ7F7NIfIhF6uY=/0x0:1200x675/800x0/images/L-equipe-de-France-masculine-de-rugby-a-7-1181594.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58015,17 +59425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0905e067d3d1abb11390ce471c827f4" + "hash": "f173236df3d7d4e4ae13c1a52cd33deb" }, { - "title": "Barça: enfin un accord avec Setien pour ses indemnités de licenciement", - "description": "Arrivé en janvier 2020 pour remplacer Ernesto Valverde, Quique Setien a quitté le banc du FC Barcelone au mois d’août de la même année. Après des mois de négociations pour le paiement des indemnités de licenciement, un accord aurait été trouvé d’après la Cadena SER.

", - "content": "Arrivé en janvier 2020 pour remplacer Ernesto Valverde, Quique Setien a quitté le banc du FC Barcelone au mois d’août de la même année. Après des mois de négociations pour le paiement des indemnités de licenciement, un accord aurait été trouvé d’après la Cadena SER.

", + "title": "OM-Brest, les compos: Payet est bien là, Milik encore sur le banc", + "description": "Longtemps incertain pour la réception de Brest ce samedi, Dimitri Payet est bien titulaire dans le onze de l’OM. A l’inverse, Jorge Sampaoli a encore choisi de se passer d’Arkadiusz Milik au coup d’envoi de ce match de la 17e journée de Ligue 1, au Vélodrome.

", + "content": "Longtemps incertain pour la réception de Brest ce samedi, Dimitri Payet est bien titulaire dans le onze de l’OM. A l’inverse, Jorge Sampaoli a encore choisi de se passer d’Arkadiusz Milik au coup d’envoi de ce match de la 17e journée de Ligue 1, au Vélodrome.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-enfin-un-accord-avec-setien-pour-ses-indemnites-de-licenciement_AV-202112010314.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-brest-les-compos-payet-est-bien-la-milik-encore-sur-le-banc_AV-202112040187.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:15:51 GMT", - "enclosure": "https://images.bfmtv.com/cv16czk1AgxqhBU7nzyojfBqjxI=/0x26:1024x602/800x0/images/-870085.jpg", + "pubDate": "Sat, 04 Dec 2021 15:42:49 GMT", + "enclosure": "https://images.bfmtv.com/lAsDxStLM8ahkQtGs-E_TefhH3k=/0x0:2048x1152/800x0/images/Arkadiusz-Milik-avec-l-OM-1181586.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58035,17 +59445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e73206e5bedd9fa783f4d91f7b5e0d8" + "hash": "a3434be0a5ee9c555863b3f9f1f5b1f7" }, { - "title": "Double Contact - Guy2bezbar: \"J’ai joué contre Mbappé chez les jeunes\"", - "description": "RMC Sport a sa rubrique \"culture-sport\" baptisée \"Double Contact\". Tout au long de l’année, on vous propose des entretiens intimes et décalés, avec des artistes qui font l’actualité. Après la sortie de son projet \"Coco Jojo\", on a rencontré Guy2bezbar. Le rappeur parisien, bon manieur de ballon, nous raconte ses anecdotes de terrain. A l'image de ce jour où il a croisé le jeune Kylian Mbappé…

", - "content": "RMC Sport a sa rubrique \"culture-sport\" baptisée \"Double Contact\". Tout au long de l’année, on vous propose des entretiens intimes et décalés, avec des artistes qui font l’actualité. Après la sortie de son projet \"Coco Jojo\", on a rencontré Guy2bezbar. Le rappeur parisien, bon manieur de ballon, nous raconte ses anecdotes de terrain. A l'image de ce jour où il a croisé le jeune Kylian Mbappé…

", + "title": "Rennes: des peines de prison contre deux jeunes qui projetaient un attentat au Roazhon Park", + "description": "La cour d’assises des mineurs de Paris a condamné ce vendredi deux individus à dix et six ans de prison ferme pour avoir projeté un attentat contre le Roazhon Park de Rennes. Les deux hommes, désormais âgés de 21 ans, prévoyaient également de partir combattre en Syrie.

", + "content": "La cour d’assises des mineurs de Paris a condamné ce vendredi deux individus à dix et six ans de prison ferme pour avoir projeté un attentat contre le Roazhon Park de Rennes. Les deux hommes, désormais âgés de 21 ans, prévoyaient également de partir combattre en Syrie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/replay-emissions/double-contact/double-contact-guy2bezbar-j-ai-joue-contre-mbappe-chez-les-jeunes_AV-202112010313.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-des-peines-de-prison-contre-deux-jeunes-qui-projetaient-un-attentat-au-roazhon-park_AV-202112040180.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:13:10 GMT", - "enclosure": "https://images.bfmtv.com/yhL-vNyjuZiplQCJUBBX2cohfuA=/0x0:1920x1080/800x0/images/Guy2bezbar-1179270.jpg", + "pubDate": "Sat, 04 Dec 2021 15:12:00 GMT", + "enclosure": "https://images.bfmtv.com/9oOtYlAZthFtwQF8OuTH1QTk7DQ=/308x554:1732x1355/800x0/images/Le-Roazhon-Park-de-Rennes-1181577.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58055,17 +59465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe71668fafae4ac0594de6a65879a222" + "hash": "e4e8a2fc2b3a6f32f533dd90711f7f98" }, { - "title": "Ligue 1 en direct: le communiqué commun de l'OM et Troyes après les insultes racistes contre Suk", - "description": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", - "content": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", + "title": "Premier League: battu par West Ham, Chelsea peut perdre sa place de leader", + "description": "Au terme d’un derby londonien animé, Chelsea a connu ce samedi sa deuxième défaite de la saison face à West Ham (3-2). Malgré les buts de Thiago Silva et Mason Mount, les Blues ont vu les Hammers revenir au score et Masuaku les crucifier en fin de match. Une mauvaise opération pour le leader de Premier League, qui pourrait perdre cette place en cas de succès de Manchester City et Liverpool.

", + "content": "Au terme d’un derby londonien animé, Chelsea a connu ce samedi sa deuxième défaite de la saison face à West Ham (3-2). Malgré les buts de Thiago Silva et Mason Mount, les Blues ont vu les Hammers revenir au score et Masuaku les crucifier en fin de match. Une mauvaise opération pour le leader de Premier League, qui pourrait perdre cette place en cas de succès de Manchester City et Liverpool.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-battu-par-west-ham-chelsea-peut-perdre-sa-place-de-leader_AV-202112040173.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 08:55:46 GMT", - "enclosure": "https://images.bfmtv.com/-WLlIY8xVZOWBOkc-Wc2gexVPu0=/0x0:1200x675/800x0/images/-861153.jpg", + "pubDate": "Sat, 04 Dec 2021 14:39:38 GMT", + "enclosure": "https://images.bfmtv.com/weFo3b-o6xLniim5Kbc-RPxnPSE=/0x0:2048x1152/800x0/images/Thomas-Tuchel-1161150.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58075,17 +59485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4ef9d5807fcd0ad8dc6e551283b29b7" + "hash": "8774f64637e9179aa6a1366b3189cb85" }, { - "title": "PSG: pour Eto'o, Mbappé sera \"le plus grand pendant 10 ou 15 ans\"", - "description": "Samuel Eto'o, interrogé par AS ce mardi, a affirmé que Kylian Mbappé serait le plus grand joueur du monde au cours des 10 à 15 prochaines années. Pour l'ancien attaquant camerounais, la vedette du PSG \"arrive au bon moment\".

", - "content": "Samuel Eto'o, interrogé par AS ce mardi, a affirmé que Kylian Mbappé serait le plus grand joueur du monde au cours des 10 à 15 prochaines années. Pour l'ancien attaquant camerounais, la vedette du PSG \"arrive au bon moment\".

", + "title": "Lens-PSG en direct: Fofana surprend Paris, le RCL est récompensé de ses efforts", + "description": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste lutte toujours pour le podium, tandis que Paris a une grosse avance en tête.

", + "content": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste lutte toujours pour le podium, tandis que Paris a une grosse avance en tête.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pour-eto-o-mbappe-sera-le-plus-grand-pendant-10-ou-15-ans_AV-202111300560.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 21:46:58 GMT", - "enclosure": "https://images.bfmtv.com/a9WdwzfE3GyNrOe6j-Sspp7Xwx0=/0x0:1040x585/800x0/images/-865722.jpg", + "pubDate": "Sat, 04 Dec 2021 16:54:12 GMT", + "enclosure": "https://images.bfmtv.com/JKg6vMg52ZHeyIH1Mq_vBJbZYr4=/0x55:2048x1207/800x0/images/Messi-lors-de-Lens-PSG-1181764.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58095,17 +59505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7a9d22fc829e1b237be35cf2af2c5fa" + "hash": "efa0bc97bc2d62ed227c52b7a685e4c5" }, { - "title": "Ligue 1 en direct: les excuses de l'OM après les propos racistes contre Suk", - "description": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", - "content": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", + "title": "OM-Brest en direct: Marseille surpris à domicile par de surprenants bretons", + "description": "Marseille s'écroule à domicile face à Brest après avoir mené 1-0. Score final 2 à 1 pour les Bretons qui enchainent une 6e victoire d’affilée en Ligue 1.

", + "content": "Marseille s'écroule à domicile face à Brest après avoir mené 1-0. Score final 2 à 1 pour les Bretons qui enchainent une 6e victoire d’affilée en Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-brest-en-direct-les-marseillais-veulent-enchainer-lors-de-la-17e-journee-de-ligue-1_LS-202112040169.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 08:55:46 GMT", - "enclosure": "https://images.bfmtv.com/s8QpeRhbYtmX5j0kIwTWPpp-fpk=/14x191:2030x1325/800x0/images/Hyun-Jun-SUK-1178760.jpg", + "pubDate": "Sat, 04 Dec 2021 14:29:46 GMT", + "enclosure": "https://images.bfmtv.com/6f4jCR5goy_5sWwk0KEwt5z-vw0=/0x65:2048x1217/800x0/images/Harit-etPierre-Gabriel-lors-d-OM-Brest-1181658.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58115,37 +59525,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbda607ab5ef221faaf53d6e5e1bdd55" + "hash": "0c3e22d2dc6ede481b163252d6119aaa" }, { - "title": "Premier League: Newcastle n'y arrive toujours pas", - "description": "Proche de signer ce mardi soir sa première victoire de la saison en Premier League face à Norwich, Newcastle a encaissé un but en fin de match et dû se contenter du nul (1-1). Les Magpies, récemment passés sous pavillon saoudien, sont toujours derniers du championnat.

", - "content": "Proche de signer ce mardi soir sa première victoire de la saison en Premier League face à Norwich, Newcastle a encaissé un but en fin de match et dû se contenter du nul (1-1). Les Magpies, récemment passés sous pavillon saoudien, sont toujours derniers du championnat.

", + "title": "Manchester United: Ibrahimovic scandalisé après avoir dû payer... un jus de fruit", + "description": "Zlatan Ibrahimovic n'a toujours pas digéré d'avoir dû payer un jus de fruit à une livre sterling, lors d'un déplacement avec Manchester United. Dans son livre, le Suédois considère que cette anecdote est la conséquence de la \"petite mentalité\" du club anglais.

", + "content": "Zlatan Ibrahimovic n'a toujours pas digéré d'avoir dû payer un jus de fruit à une livre sterling, lors d'un déplacement avec Manchester United. Dans son livre, le Suédois considère que cette anecdote est la conséquence de la \"petite mentalité\" du club anglais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-newcastle-n-y-arrive-toujours-pas_AV-202111300559.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ibrahimovic-scandalise-apres-avoir-du-payer-un-jus-de-fruit_AV-202112040164.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 21:43:30 GMT", - "enclosure": "https://images.bfmtv.com/SFaa8ASUjcn-u7PZnANYPuM1ZPw=/0x145:2048x1297/800x0/images/Newcastle-Norwich-1178828.jpg", + "pubDate": "Sat, 04 Dec 2021 14:16:38 GMT", + "enclosure": "https://images.bfmtv.com/0YbQJAuwbQuRlBYaLjtTEWJqxR8=/0x55:2048x1207/800x0/images/Ibrahimovic-1181539.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "c065c53c673773d39c3bc2780a7da27c" + "hash": "36c1095ab1739de5a8a88410041f4316" }, { - "title": "L'Angleterre explose la Lettonie 20-0, nouveau record", - "description": "L'Angleterre a écrasé la Lettonie ce mardi soir, sur le score de 20-0. Un record dans le football anglais.

", - "content": "L'Angleterre a écrasé la Lettonie ce mardi soir, sur le score de 20-0. Un record dans le football anglais.

", + "title": "Ecosse: un homme arrêté après avoir lancé une bouteille sur un joueur", + "description": "Ancien joueur des Rangers, Barrie McKay a reçu une bouteille lors d'un match du championnat écossais entre son équipe de Heart of Midlothian et le Celtic. Une enquête a été ouverte et un homme a été arrêté.

", + "content": "Ancien joueur des Rangers, Barrie McKay a reçu une bouteille lors d'un match du championnat écossais entre son équipe de Heart of Midlothian et le Celtic. Une enquête a été ouverte et un homme a été arrêté.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/l-angleterre-explose-la-lettonie-20-0-nouveau-record_AN-202111300555.html", + "link": "https://rmcsport.bfmtv.com/football/ecosse-un-homme-arrete-apres-avoir-lance-une-bouteille-sur-un-joueur_AV-202112040160.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 21:39:13 GMT", - "enclosure": "https://images.bfmtv.com/j0WlKLa7dDOhEAyH3qiuNyu9IK8=/0x68:2048x1220/800x0/images/Les-joueuses-de-l-Angleterre-1178835.jpg", + "pubDate": "Sat, 04 Dec 2021 14:06:47 GMT", + "enclosure": "https://images.bfmtv.com/3X4VU-3pV6r7ntSDxirE8xuJMwo=/0x0:1024x576/800x0/images/Barrie-McKay-victime-d-un-jet-de-bouteille-1181516.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58155,17 +59565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e12a5e2586a34f2a24669f46a6590b3d" + "hash": "1c37943a2428ac738d5bf347177af1f0" }, { - "title": "Bayern: vers un retour des matchs à huis clos à l'Allianz Arena", - "description": "Le chef de l'exécutif régional de Bavière a réclamé ce mardi un retour des matchs à huis clos dans son Land, et même dans toute l'Allemagne. Ce qui veut dire que le Bayern Munich pourrait jouer ses prochains matchs à domicile sans spectateur, à commencer par celui contre le Barça, mercredi prochain en Ligue des champions.

", - "content": "Le chef de l'exécutif régional de Bavière a réclamé ce mardi un retour des matchs à huis clos dans son Land, et même dans toute l'Allemagne. Ce qui veut dire que le Bayern Munich pourrait jouer ses prochains matchs à domicile sans spectateur, à commencer par celui contre le Barça, mercredi prochain en Ligue des champions.

", + "title": "Les pronos hippiques du dimanche 5 décembre 2021", + "description": "Le Quinté+ du dimanche 5 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du dimanche 5 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-vers-un-retour-des-matchs-a-huis-clos-a-l-allianz-arena_AV-202111300538.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-5-decembre-2021_AN-202112040143.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 20:58:00 GMT", - "enclosure": "https://images.bfmtv.com/n9_-KvOtzsipFnny5cFn_NojTbY=/0x140:2048x1292/800x0/images/L-Allianz-Arena-en-octobre-2020-1178809.jpg", + "pubDate": "Sat, 04 Dec 2021 13:20:18 GMT", + "enclosure": "https://images.bfmtv.com/IKkf27eu21JWF2d6zd6uFKOIG3Y=/0x42:800x492/800x0/images/Les-pronos-hippiques-du-5-decembre-2021-1181092.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58175,17 +59585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52068b7f2dd6ca2fa2dbe919f386761f" + "hash": "470f8d6bfb8a9a9dc724320aafc3e69a" }, { - "title": "OL: des filets installés \"à contrecoeur\" devant les virages du stade", - "description": "Des filets anti-projectiles vont être installés devant les virages du Groupama Stadium de l'OL, en réaction aux incidents du match contre l'OM. Le club réfléchit toutefois à une autre solution.

", - "content": "Des filets anti-projectiles vont être installés devant les virages du Groupama Stadium de l'OL, en réaction aux incidents du match contre l'OM. Le club réfléchit toutefois à une autre solution.

", + "title": "PSG: Messi assure qu'il n'a \"jamais cherché à être le meilleur\"", + "description": "Lionel Messi affirme, dans une interview accordée à France Football, ne pas être \"intéressé\" de savoir s'il est le meilleur joueur du monde ou non. \"Je n'accorde pas tellement d'importance à tout ça\", dit-il.

", + "content": "Lionel Messi affirme, dans une interview accordée à France Football, ne pas être \"intéressé\" de savoir s'il est le meilleur joueur du monde ou non. \"Je n'accorde pas tellement d'importance à tout ça\", dit-il.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-des-filets-installes-a-contrecoeur-devant-les-virages-du-stade_AV-202111300537.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-assure-qu-il-n-a-jamais-cherche-a-etre-le-meilleur_AV-202112040135.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 20:57:19 GMT", - "enclosure": "https://images.bfmtv.com/CoIPxyjGTQwg3SqCaslRG1DVwos=/0x106:2048x1258/800x0/images/Le-Groupama-Stadium-l-antre-de-l-OL-1168457.jpg", + "pubDate": "Sat, 04 Dec 2021 12:39:19 GMT", + "enclosure": "https://images.bfmtv.com/65hvHoWyoz3ftaSAdyDveczaOd4=/0x0:1200x675/800x0/images/Lionel-Messi-1179555.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58195,17 +59605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3371348dde260b1cc0a899a6ff555b94" + "hash": "444125b17d07d83c55b925ad872c92d6" }, { - "title": "Top 14: Morgan Parra explique son départ de Clermont en fin de saison", - "description": "Dans un entretien à La Montagne, Morgan Parra détaille les raisons de son départ de Clermont à l'issue de la saison.

", - "content": "Dans un entretien à La Montagne, Morgan Parra détaille les raisons de son départ de Clermont à l'issue de la saison.

", + "title": "Lens-PSG en direct: Messi bute sur le poteau dans un Bollaert bouillant", + "description": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste lutte toujours pour le podium, tandis que Paris a une grosse avance en tête.

", + "content": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste lutte toujours pour le podium, tandis que Paris a une grosse avance en tête.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-morgan-parra-explique-son-depart-de-clermont-en-fin-de-saison_AD-202111300531.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 20:24:18 GMT", - "enclosure": "https://images.bfmtv.com/i_ntahe5_g8qzpcp8vsxilWseRM=/0x67:768x499/800x0/images/Le-demi-de-melee-de-Clermont-Morgan-Parra-tape-une-penalite-lors-du-match-de-Top-14-a-domicile-contre-Toulon-le-15-mai-2021-au-stade-Marcel-Michelin-1027522.jpg", + "pubDate": "Sat, 04 Dec 2021 16:54:12 GMT", + "enclosure": "https://images.bfmtv.com/V4GviEeMbOqTGW98MQjl9WZmGwY=/0x0:752x423/800x0/images/Les-attaquants-argentins-Lionel-Messi-et-Angel-Di-Maria-a-l-echauffement-avant-leur-match-contre-Lyon-le-19-septembre-2021-au-Parc-des-Princes-1179041.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58215,17 +59625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87ba5b7639cc66d30d6218a04a0f6f36" + "hash": "4aee5d3913a1d6185644e4ed518dee06" }, { - "title": "Natation: Pellegrini fait ses adieux aux bassins sur une victoire", - "description": "L'Italienne Federica Pellegrini, championne olympique et septuple championne du monde, a pris sa retraite ce mardi soir.

", - "content": "L'Italienne Federica Pellegrini, championne olympique et septuple championne du monde, a pris sa retraite ce mardi soir.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 4 décembre – Ligue 1", + "description": "Mon pronostic : Marseille ne perd pas face à Brest et les deux équipes marquent (2.00)

", + "content": "Mon pronostic : Marseille ne perd pas face à Brest et les deux équipes marquent (2.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/natation/natation-pellegrini-fait-ses-adieux-aux-bassins-sur-une-victoire_AD-202111300528.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-4-decembre-ligue-1_AN-202112040122.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 20:18:14 GMT", - "enclosure": "https://images.bfmtv.com/qfMUu1Q8wnvjGP0L2gCg4cyKhkM=/0x0:768x432/800x0/images/Federica-Pellegrini-lors-des-Championnats-d-Europe-de-natation-a-Budapest-le-20-mai-2021-1178789.jpg", + "pubDate": "Sat, 04 Dec 2021 12:02:11 GMT", + "enclosure": "https://images.bfmtv.com/8vn7AIRpfPgppENTg6vpJcHEwwc=/0x30:1984x1146/800x0/images/A-Milik-1181496.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58235,17 +59645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c8369167303c1bc1a5bd39e74852651" + "hash": "8d340af99b63f2374c8ecb477247eaa4" }, { - "title": "Ligue 1: Troyes dénonce des \"propos racistes\" contre Suk face à l'OM", - "description": "L'Estac condamne les propos discriminatoires tenus à l'égard de son attaquant sud-coréen Hyun-Jun Suk, lors de la défaite de dimanche face à l'OM (1-0). L'affaire va être traitée par la commission de discipline de la LFP.

", - "content": "L'Estac condamne les propos discriminatoires tenus à l'égard de son attaquant sud-coréen Hyun-Jun Suk, lors de la défaite de dimanche face à l'OM (1-0). L'affaire va être traitée par la commission de discipline de la LFP.

", + "title": "Les grandes interviews RMC Sport: le premier entretien de Mbappé à son arrivée au PSG", + "description": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Ce samedi, découvrez ou redécouvrez le premier entretien accordé par Kylian Mbappé au moment de son arrivée au PSG en septembre 2017.

", + "content": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Ce samedi, découvrez ou redécouvrez le premier entretien accordé par Kylian Mbappé au moment de son arrivée au PSG en septembre 2017.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-troyes-denonce-des-propos-racistes-contre-suk-face-a-l-om_AV-202111300512.html", + "link": "https://rmcsport.bfmtv.com/football/les-grandes-interviews-rmc-sport-le-premier-entretien-de-mbappe-a-son-arrivee-au-psg_AN-202112040012.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:27:48 GMT", - "enclosure": "https://images.bfmtv.com/s8QpeRhbYtmX5j0kIwTWPpp-fpk=/14x191:2030x1325/800x0/images/Hyun-Jun-SUK-1178760.jpg", + "pubDate": "Sat, 04 Dec 2021 12:00:00 GMT", + "enclosure": "https://images.bfmtv.com/nFJxJtfqzkZRpQAfB0U59BjjiH0=/4x55:1380x829/800x0/images/Kylian-Mbappe-sur-RMC-Sport-en-2017-1181255.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58255,17 +59665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab0385c7fb8c16173a8276247c6f3056" + "hash": "369c5e2bfb6d1b976552e52a458676c6" }, { - "title": "Affaire de la sextape: \"contrarié\", Le Graët répond aux critiques de Valbuena", - "description": "La semaine dernière sur RMC, Mathieu Valbuena avait reproché au président de la FFF, Noël Le Graët, de ne jamais l'avoir soutenu ni contacté après l'explosion de \"l'affaire de la sextape\". Dans un entretien à l'AFP, le dirigeant a fait un début de mea culpa.

", - "content": "La semaine dernière sur RMC, Mathieu Valbuena avait reproché au président de la FFF, Noël Le Graët, de ne jamais l'avoir soutenu ni contacté après l'explosion de \"l'affaire de la sextape\". Dans un entretien à l'AFP, le dirigeant a fait un début de mea culpa.

", + "title": "Biathlon en direct: les Bleus deuxièmes du relais derrière la Norvège", + "description": "Comme le week-end passé, la Coupe du monde de biathlon faisait étape à Östersund, en Suède. La journée de samedi a débuté avec le doublé français sur la poursuite dames avec les 2e et 3e places d'Anaïs Bescond et Anaïs Chevalier-Bouchet. Elle s'est achevée avec la 2e place des Tricolores au relais messieurs derrière la Norvège.

", + "content": "Comme le week-end passé, la Coupe du monde de biathlon faisait étape à Östersund, en Suède. La journée de samedi a débuté avec le doublé français sur la poursuite dames avec les 2e et 3e places d'Anaïs Bescond et Anaïs Chevalier-Bouchet. Elle s'est achevée avec la 2e place des Tricolores au relais messieurs derrière la Norvège.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/affaire-de-la-sextape-contrarie-le-graet-repond-aux-critiques-de-valbuena_AV-202111300497.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-en-direct-les-bleues-veulent-briller-sur-la-poursuite_LN-202112040116.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:53:34 GMT", - "enclosure": "https://images.bfmtv.com/Q1hzB8lfnzc5nvy23KkYLPAc9LM=/0x106:2048x1258/800x0/images/Noel-Le-Graet-1178746.jpg", + "pubDate": "Sat, 04 Dec 2021 11:54:00 GMT", + "enclosure": "https://images.bfmtv.com/TNoMfgNqAz66_LxBPDgeFASyBbc=/0x106:2048x1258/800x0/images/Quentin-Fillon-Maillet-1181550.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58275,17 +59685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "adfeb83c7724fe1a6725fa55bb37a1b1" + "hash": "2e2edeab501757e4bed112c7224a82e0" }, { - "title": "Coupe du monde 2022: le Qatar assure que les supporters LGBTQ+ seront en sécurité", - "description": "Pour la Coupe du monde 2022, les visiteurs LGBTQ+ pourront assister aux matchs au Qatar, a assuré le président du comité d'organisation, qui demande cependant qu'il n'y ait pas de \"démonstration d'affection en public\".

", - "content": "Pour la Coupe du monde 2022, les visiteurs LGBTQ+ pourront assister aux matchs au Qatar, a assuré le président du comité d'organisation, qui demande cependant qu'il n'y ait pas de \"démonstration d'affection en public\".

", + "title": "Dortmund-Bayern en direct : le BVB puni par un penalty accordé après vidéo", + "description": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", + "content": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-l-organisation-assure-que-les-supporters-lgbtq-seront-en-securite_AV-202111300489.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:47:38 GMT", - "enclosure": "https://images.bfmtv.com/Gv6ZNyYYw0if4FUCxjncphxDJ0c=/0x56:2048x1208/800x0/images/Nasser-Al-Khater-1178743.jpg", + "pubDate": "Sat, 04 Dec 2021 15:57:00 GMT", + "enclosure": "https://images.bfmtv.com/HD8MsEJG9z-J16ITXA_EimM_1ic=/0x101:2048x1253/800x0/images/Coman-et-Mueller-avec-le-Bayern-1181736.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58295,17 +59705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a11c080e8bc3f3027fc70ba778fb8f09" + "hash": "24362c9f9f5d48bb93c4c951fa9800cb" }, { - "title": "Dulin: \"Je sais où je veux aller et comment y aller\"", - "description": "Touché mais tout sauf coulé. S’il a perdu sa place en Bleu lors de la dernière tournée d’automne du XV de France, Brice Dulin compte bien s’appuyer sur sa légitime frustration pour vite retrouver son meilleur niveau. Longtemps gêné par sa fracture de la main gauche survenue en finale du dernier Top 14, l’arrière du Stade rochelais a remis les pendules à l’heure samedi dernier contre Pau (36-8). Il se confie à RMC Sport.

", - "content": "Touché mais tout sauf coulé. S’il a perdu sa place en Bleu lors de la dernière tournée d’automne du XV de France, Brice Dulin compte bien s’appuyer sur sa légitime frustration pour vite retrouver son meilleur niveau. Longtemps gêné par sa fracture de la main gauche survenue en finale du dernier Top 14, l’arrière du Stade rochelais a remis les pendules à l’heure samedi dernier contre Pau (36-8). Il se confie à RMC Sport.

", + "title": "Lille-Troyes en direct : Jonathan David ramène le LOSC", + "description": "Trois jours après la belle victoire à Rennes, Lille veut enchaîner un deuxième succès consécutif face à Troyes, quelques jours avant un match décisif face à Wolfsbourg en Ligue des Champions.

", + "content": "Trois jours après la belle victoire à Rennes, Lille veut enchaîner un deuxième succès consécutif face à Troyes, quelques jours avant un match décisif face à Wolfsbourg en Ligue des Champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/dulin-je-sais-ou-je-veux-aller-et-comment-y-aller_AV-202111300463.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-troyes-en-direct-le-losc-veut-confirmer_LS-202112040213.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:05:46 GMT", - "enclosure": "https://images.bfmtv.com/IYmGYmshiBgD5Tg4Sr7c4gWkml8=/0x73:768x505/800x0/images/L-arriere-de-La-Rochelle-Brice-Dulin-marque-un-essai-lors-du-match-de-Top-14-a-domicile-contre-Clermont-le-8-novembre-2020-1017927.jpg", + "pubDate": "Sat, 04 Dec 2021 17:00:04 GMT", + "enclosure": "https://images.bfmtv.com/HOgGspRzlInkVf-BcnosNnlZsoQ=/0x25:2048x1177/800x0/images/Renato-Sanches-lors-de-Lille-Troyes-1181709.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58315,17 +59725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2627c13a969841ba41410254751e7f39" + "hash": "dc54ef0cbc9db7ae52a4df3e15d2c551" }, { - "title": "Equipe de France: Le Graët attendra la décision de Deschamps et ne bloquera pas Zidane", - "description": "Si le sélectionneur des Bleus Didier Deschamps est sous contrat jusqu'à la fin de la Coupe du monde 2022, le président de la FFF Noël Le Graët laisse entendre que son aventure sur le banc de l'équipe nationale pourrait se poursuivre au-delà du Mondial. De fait, il ne veut pas demander à Zinedine Zidane d'attendre, même s'il en fait un éventuel successeur.

", - "content": "Si le sélectionneur des Bleus Didier Deschamps est sous contrat jusqu'à la fin de la Coupe du monde 2022, le président de la FFF Noël Le Graët laisse entendre que son aventure sur le banc de l'équipe nationale pourrait se poursuivre au-delà du Mondial. De fait, il ne veut pas demander à Zinedine Zidane d'attendre, même s'il en fait un éventuel successeur.

", + "title": "Lens-PSG en direct: Mbappé laissé sur le banc, un trio d'attaque 100% argentin pour Paris", + "description": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste est toujours à la lutte pour le podium, tandis que Paris accuse une très grosse avance en tête du championnat.

", + "content": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste est toujours à la lutte pour le podium, tandis que Paris accuse une très grosse avance en tête du championnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-le-graet-attendra-la-decision-de-deschamps-et-ne-bloquera-pas-zidane_AV-202111300453.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 17:59:00 GMT", - "enclosure": "https://images.bfmtv.com/KsEdnP8BG2Ky2NxevccwsSh7ohc=/0x106:2048x1258/800x0/images/Noel-Le-Graet-et-Didier-Deschamps-1178687.jpg", + "pubDate": "Sat, 04 Dec 2021 16:54:12 GMT", + "enclosure": "https://images.bfmtv.com/V4GviEeMbOqTGW98MQjl9WZmGwY=/0x0:752x423/800x0/images/Les-attaquants-argentins-Lionel-Messi-et-Angel-Di-Maria-a-l-echauffement-avant-leur-match-contre-Lyon-le-19-septembre-2021-au-Parc-des-Princes-1179041.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58335,17 +59745,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82cb1415f78d86d6f0d4092cfbea6ee2" + "hash": "5a942f3b17e7c59e472bee3813d860c0" }, { - "title": "PSG: Messi dans le groupe face à Nice, mais pas Ramos", - "description": "Lionel Messi, souffrant de symptômes de gasto-entérite, sera bien dans le groupe du PSG pour affronter Nice mercredi soir. Ce ne sera pas le cas de Sergio Ramos, que Mauricio Pochettino décrivait comme \"fatigué\" en conférence de presse.

", - "content": "Lionel Messi, souffrant de symptômes de gasto-entérite, sera bien dans le groupe du PSG pour affronter Nice mercredi soir. Ce ne sera pas le cas de Sergio Ramos, que Mauricio Pochettino décrivait comme \"fatigué\" en conférence de presse.

", + "title": "OM-Brest: à quelle heure et sur quelle chaîne regarder le match de Ligue 1", + "description": "L’OM accueille Brest ce samedi à 17h au stade Vélodrome, un match comptant pour la 17e journée de Ligue 1.

", + "content": "L’OM accueille Brest ce samedi à 17h au stade Vélodrome, un match comptant pour la 17e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-dans-le-groupe-face-a-nice-mais-pas-ramos_AV-202111300444.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-brest-a-quelle-heure-et-sur-quelle-chaine-regarder-le-match-de-ligue-1_AV-202112040115.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 17:47:04 GMT", - "enclosure": "https://images.bfmtv.com/Hdgmq-YYHHPeT22nDKBT3K1CGiE=/0x115:2048x1267/800x0/images/Lionel-Messi-1178087.jpg", + "pubDate": "Sat, 04 Dec 2021 11:47:36 GMT", + "enclosure": "https://images.bfmtv.com/IoAkFxR2nh4MYeiZXyAsMe9q7bI=/0x0:2048x1152/800x0/images/Matteo-Guendouzi-1160560.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58355,17 +59765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dddc1435c0b82442f24281c7b8353b14" + "hash": "40dd5bf9c997d3eb4c5d4242709e3e5a" }, { - "title": "Ballon d'Or: pour Le Graët, \"Benzema méritait le podium\"", - "description": "Annoncé comme l'un des principaux favoris pour remporter le Ballon d'or, Karim Benzema a terminé à la quatrième place. Et Noël Le Graët ne comprend pas. Dans un entretien à l'AFP, le président de la FFF estime que le Français \"méritait le podium\".

", - "content": "Annoncé comme l'un des principaux favoris pour remporter le Ballon d'or, Karim Benzema a terminé à la quatrième place. Et Noël Le Graët ne comprend pas. Dans un entretien à l'AFP, le président de la FFF estime que le Français \"méritait le podium\".

", + "title": "Barça: une offensive de l’AC Milan pour Umtiti ?", + "description": "Avec l’absence pour plusieurs mois de Simon Kjaer, l’AC Milan devrait recruter lors du mercato hivernal un défenseur central. Selon Sport, les Milanais pourraient lancer prochainement une offensive afin de recruter Samuel Umtiti.

", + "content": "Avec l’absence pour plusieurs mois de Simon Kjaer, l’AC Milan devrait recruter lors du mercato hivernal un défenseur central. Selon Sport, les Milanais pourraient lancer prochainement une offensive afin de recruter Samuel Umtiti.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/ballon-d-or-pour-le-graet-benzema-meritait-le-podium_AV-202111300429.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-une-offensive-de-l-ac-milan-pour-umtiti_AV-202112040105.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 17:28:27 GMT", - "enclosure": "https://images.bfmtv.com/8TfaosY7PxRY0tzJzrIV6Zg8FAs=/0x36:768x468/800x0/images/Le-president-de-la-Federation-francaise-de-football-Noel-Le-Graet-lors-d-une-conference-de-presse-le-10-decembre-2015-au-siege-de-la-FFF-a-Paris-1174566.jpg", + "pubDate": "Sat, 04 Dec 2021 11:30:15 GMT", + "enclosure": "https://images.bfmtv.com/x9bnHk5j99Aej1RDcfBsOVaEkE8=/0x68:2048x1220/800x0/images/Samuel-Umtiti-1123672.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58375,17 +59785,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a8a05aeacdf751a9664b12212831791" + "hash": "549fed02b451fc4b8790432a75505250" }, { - "title": "Mercato: \"L'OM n'a pas été bon\" sur le dossier Kamara, selon Di Meco", - "description": "L’avenir de Boubacar Kamara à l’OM suscite de nombreuses questions. Alors que les dirigeants veulent prolonger le milieu de terrain, en fin de mercato, Eric Di Meco a pointé dans le Super Moscato Show la mauvaise gestion de ce dossier par les Phocéens.

", - "content": "L’avenir de Boubacar Kamara à l’OM suscite de nombreuses questions. Alors que les dirigeants veulent prolonger le milieu de terrain, en fin de mercato, Eric Di Meco a pointé dans le Super Moscato Show la mauvaise gestion de ce dossier par les Phocéens.

", + "title": "Ballon d'or: les votes les plus surprenants des journalistes", + "description": "Les détails des votes du Ballon d’or 2021, attribué à Lionel Messi devant Robert Lewandowski, ont été dévoilés. Certains classements peuvent surprendre…

", + "content": "Les détails des votes du Ballon d’or 2021, attribué à Lionel Messi devant Robert Lewandowski, ont été dévoilés. Certains classements peuvent surprendre…

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-om-n-a-pas-ete-bon-sur-le-dossier-kamara-selon-di-meco_AV-202111300418.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ballon-d-or-les-votes-les-plus-surprenants-des-journalistes_AV-202112040099.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 17:13:28 GMT", - "enclosure": "https://images.bfmtv.com/p9ByU6Jbglk48KNnrD-YQtwIAcU=/0x0:2048x1152/800x0/images/Boubacar-Kamara-1176139.jpg", + "pubDate": "Sat, 04 Dec 2021 11:17:50 GMT", + "enclosure": "https://images.bfmtv.com/Hbw8RZKPUV3XWDCzavG5UU3cIr0=/0x24:2048x1176/800x0/images/Lionel-Messi-1181442.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58395,17 +59805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2895cf19f0a13023c9f9502301c9217" + "hash": "3330fd2eaf48e7fe12dad5f2c0121b65" }, { - "title": "PSG: un Ballon d'or de Messi va-t-il rapporter gros à Paris?", - "description": "Pour la première fois, un joueur du PSG a décroché le Ballon d'or ce lundi: Lionel Messi. Mais les retombées économiques immédiates devraient être limitées pour le club parisien.

", - "content": "Pour la première fois, un joueur du PSG a décroché le Ballon d'or ce lundi: Lionel Messi. Mais les retombées économiques immédiates devraient être limitées pour le club parisien.

", + "title": "Dortmund-Bayern en direct : Lewandowski répond directement à Brandt", + "description": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", + "content": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/psg-un-ballon-d-or-de-messi-pourrait-il-rapporter-gros-a-paris_AV-202111290419.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:50:56 GMT", - "enclosure": "https://images.bfmtv.com/qPS4MLS3TX69YKLC-_AWuNclTo4=/0x44:2032x1187/800x0/images/Lionel-Messi-avec-le-Ballon-d-or-2019-1177857.jpg", + "pubDate": "Sat, 04 Dec 2021 15:57:00 GMT", + "enclosure": "https://images.bfmtv.com/FKKtGc1FSApaFaXq1THqntEjlPQ=/0x39:768x471/800x0/images/L-attaquant-polonais-du-Bayern-Robert-Lewandowski-buteur-contre-Benfica-en-Ligue-des-champions-le-2-novembre-2021-a-Munich-1160635.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58415,17 +59825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b78e68fa37a3ea658e9328330811a89" + "hash": "ff2880d9222e9ada49267ccec58a1e63" }, { - "title": "Reims: l'entraîneur Oscar Garcia positif au Covid-19", - "description": "Le Stade de Reims a indiqué ce mardi que son entraîneur Oscar Garcia et son adjoint Ruben Martinez ont été testés positifs au Covid-19. Les deux techniciens ne seront donc pas sur le banc du club champenois mercredi contre l'OL, ni ce week-end contre Angers.

", - "content": "Le Stade de Reims a indiqué ce mardi que son entraîneur Oscar Garcia et son adjoint Ruben Martinez ont été testés positifs au Covid-19. Les deux techniciens ne seront donc pas sur le banc du club champenois mercredi contre l'OL, ni ce week-end contre Angers.

", + "title": "Lille-Troyes en direct : un duo Yilmaz-Ikoné en attaque, David sur le banc", + "description": "Trois jours après la belle victoire à Rennes, Lille veut enchaîner un deuxième succès consécutif face à Troyes, quelques jours avant un match décisif face à Wolfsbourg en Ligue des Champions.

", + "content": "Trois jours après la belle victoire à Rennes, Lille veut enchaîner un deuxième succès consécutif face à Troyes, quelques jours avant un match décisif face à Wolfsbourg en Ligue des Champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/reims-l-entraineur-oscar-garcia-positif-au-covid-19_AV-202111300406.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-troyes-en-direct-le-losc-veut-confirmer_LS-202112040213.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 16:53:37 GMT", - "enclosure": "https://images.bfmtv.com/NFlVhu-9WgOgbrXWf0XfAbUu8d4=/0x46:2048x1198/800x0/images/Oscar-Garcia-1178605.jpg", + "pubDate": "Sat, 04 Dec 2021 17:00:04 GMT", + "enclosure": "https://images.bfmtv.com/750VDUByVahnQLm86lqxxpIM0GU=/0x169:2048x1321/800x0/images/Burak-YILMAZ-1150769.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58435,17 +59845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1a914c80825bdb908b84216b01ff864" + "hash": "6c891aa9388656440fa94c8c4339c32a" }, { - "title": "PSG en direct: Messi dans le groupe face à Nice, mais pas Ramos", - "description": "Le PSG reçoit l'OGC Nice mercredi, en championnat. À la veille de cette rencontre, Mauricio Pochettino s'est exprimé en conférence de presse.

", - "content": "Le PSG reçoit l'OGC Nice mercredi, en championnat. À la veille de cette rencontre, Mauricio Pochettino s'est exprimé en conférence de presse.

", + "title": "GP d'Arabie saoudite en direct: pas de sanction contre Hamilton", + "description": "Avec un bon résultat de sa part et un coup de pouce, Max Verstappen (Red Bull) a la possibilité de ravir le titre de champion du monde à Lewis Hamilton (Mercedes) dès ce dimanche, à l'occasion du GP d'Arabie saoudite à Djeddah. Avant le début de l'avant-dernière course de l'année, le Néerlandais compte 8 points d'avance sur le Britannique.

", + "content": "Avec un bon résultat de sa part et un coup de pouce, Max Verstappen (Red Bull) a la possibilité de ravir le titre de champion du monde à Lewis Hamilton (Mercedes) dès ce dimanche, à l'occasion du GP d'Arabie saoudite à Djeddah. Avant le début de l'avant-dernière course de l'année, le Néerlandais compte 8 points d'avance sur le Britannique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-en-direct-suivez-la-conf-de-pochettino-avant-nice_LN-202111300282.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-en-direct-verstappen-hamilton-avant-dernier-duel-pour-le-titre_LN-202112040175.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:49:57 GMT", - "enclosure": "https://images.bfmtv.com/Hdgmq-YYHHPeT22nDKBT3K1CGiE=/0x115:2048x1267/800x0/images/Lionel-Messi-1178087.jpg", + "pubDate": "Sat, 04 Dec 2021 14:49:10 GMT", + "enclosure": "https://images.bfmtv.com/HGm11AmVQPJyCdBIg-oXdI-WEQs=/0x0:2048x1152/800x0/images/Lewis-Hamilton-en-Arabie-saoudite-1181592.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58455,17 +59865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b6107425cf50e8339c2a724dec85364" + "hash": "bf0bdc5649bc7003831cd7d7d492227e" }, { - "title": "OM en direct: Ünder incertain, Dieng probablement forfait à Nantes", - "description": "L'OM affronte Nantes ce mercredi lors de la 16e de Ligue 1. Quatrième du classement et avec un match en moins, le club marseillais peut se rapprocher de la tête du championnat en cas de victoire contre les Canaris. Jorge Sampaoli et Boubacar Kamara se présentent face aux journalistes à la veille du déplacement à la Beaujoire. La conférence de presse de l'OM est à suivre en direct commenté sur RMC Sport.

", - "content": "L'OM affronte Nantes ce mercredi lors de la 16e de Ligue 1. Quatrième du classement et avec un match en moins, le club marseillais peut se rapprocher de la tête du championnat en cas de victoire contre les Canaris. Jorge Sampaoli et Boubacar Kamara se présentent face aux journalistes à la veille du déplacement à la Beaujoire. La conférence de presse de l'OM est à suivre en direct commenté sur RMC Sport.

", + "title": "Lens-PSG en direct: Mbappé laissé sur le banc", + "description": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste est toujours à la lutte pour le podium, tandis que Paris accuse une très grosse avance en tête du championnat.

", + "content": "Le PSG se déplace à Lens ce samedi, pour la 17e journée de Ligue 1. Malgré une petite baisse de forme, le club nordiste est toujours à la lutte pour le podium, tandis que Paris accuse une très grosse avance en tête du championnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-en-direct-suivez-la-conf-de-sampaoli-et-kamara-avant-le-deplacement-a-nantes_LN-202111300272.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-la-tres-belle-affiche-entre-lens-et-le-psg_LS-202112040220.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:18:31 GMT", - "enclosure": "https://images.bfmtv.com/p6v9j48T7oW2fVOoE2HxApCL0lg=/6x111:2038x1254/800x0/images/Bamba-Dieng-1138769.jpg", + "pubDate": "Sat, 04 Dec 2021 16:54:12 GMT", + "enclosure": "https://images.bfmtv.com/BS-hWN2RmIQoue45PGmjeF7fuTE=/3x25:2035x1168/800x0/images/Kylian-MBAPPE-1181388.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58475,17 +59885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a0c5e6ad08f4f9750c008377e3e215c" + "hash": "2735eed687fbcb6aa5fc8a7ae565e97c" }, { - "title": "Pierre Ménès accusé d'agression sexuelle: \"Il n'y a aucun élément\", dénonce son avocat", - "description": "Me Arash Derambarsh, l'avocat de Pierre Ménès, nie sur BFMTV l'accusation portée à l'encontre de son client, qui est visé par une enquête pour \"agression sexuelle\" depuis le 20 novembre. L'ancien chroniqueur de Canal+ est mis en cause pour des faits qui seraient survenus lors du match PSG-Nantes.

", - "content": "Me Arash Derambarsh, l'avocat de Pierre Ménès, nie sur BFMTV l'accusation portée à l'encontre de son client, qui est visé par une enquête pour \"agression sexuelle\" depuis le 20 novembre. L'ancien chroniqueur de Canal+ est mis en cause pour des faits qui seraient survenus lors du match PSG-Nantes.

", + "title": "ASSE: le plan de Serge Bueno pour racheter le club et éviter un repreneur étranger", + "description": "Opposé à l’idée que l'AS Saint-Etienne soit rachetée par des investisseurs étrangers, l’homme d’affaire franco-israélien Serge Bueno envisage de faire une offre à la direction des Verts dans les prochains jours. Son projet repose en partie sur la participation des \"entreprises et des décideurs locaux\".

", + "content": "Opposé à l’idée que l'AS Saint-Etienne soit rachetée par des investisseurs étrangers, l’homme d’affaire franco-israélien Serge Bueno envisage de faire une offre à la direction des Verts dans les prochains jours. Son projet repose en partie sur la participation des \"entreprises et des décideurs locaux\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/pierre-menes-accuse-d-agression-sexuelle-il-n-y-a-aucun-element-denonce-son-avocat_AV-202111300394.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-le-plan-de-serge-bueno-pour-racheter-le-club-et-eviter-un-repreneur-etranger_AV-202112040098.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 16:26:55 GMT", - "enclosure": "https://images.bfmtv.com/m6bcpD10N3GHmayFqab9NinBLLE=/0x62:1200x737/800x0/images/-880895.jpg", + "pubDate": "Sat, 04 Dec 2021 11:15:02 GMT", + "enclosure": "https://images.bfmtv.com/4g8bwIEwYRTzI_7ykBz_SCByTXw=/14x0:2046x1143/800x0/images/Roland-Romeyer-1181471.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58495,17 +59905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "439bfc9d9a942cc8f4af8ebebafd942f" + "hash": "5ae122c115fe85f0c3c4c5f3fcbff232" }, { - "title": "Premier League: le discours homophobe d'un consultant beIN Sports au Moyen-Orient en plein direct", - "description": "Consultant pour beIN Sports au Moyen-Orient, l'ancien international égyptien, Mohamed Aboutrika, s'est livré en direct à un long discours homophobe, et a appelé les joueurs musulmans de Premier League à boycotter les campagnes pro-LGBTQ+.

", - "content": "Consultant pour beIN Sports au Moyen-Orient, l'ancien international égyptien, Mohamed Aboutrika, s'est livré en direct à un long discours homophobe, et a appelé les joueurs musulmans de Premier League à boycotter les campagnes pro-LGBTQ+.

", + "title": "Mercato: Newcastle prêt à casser sa tirelire pour Lingard", + "description": "Doté de moyens colossaux avec l’arrivée des investisseurs saoudiens, Newcastle compte frapper fort dès le mercato hivernal. Derniers au classement de Premier League, les Magpies seraient prêts d’après le Times à casser leur tirelire pour s’attacher les services de Jesse Lingard.

", + "content": "Doté de moyens colossaux avec l’arrivée des investisseurs saoudiens, Newcastle compte frapper fort dès le mercato hivernal. Derniers au classement de Premier League, les Magpies seraient prêts d’après le Times à casser leur tirelire pour s’attacher les services de Jesse Lingard.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-discours-homophobe-d-un-consultant-be-in-sports-au-moyen-orient-en-plein-direct_AV-202111300386.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/mercato-newcastle-pret-a-casser-sa-tirelire-pour-lingard_AV-202112040096.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 16:08:16 GMT", - "enclosure": "https://images.bfmtv.com/4Du45DOQ-2wVHmbBvYjnygRNvjw=/0x155:2048x1307/800x0/images/Un-brassard-arc-en-ciel-porte-le-week-end-dernier-en-Premier-League-1178577.jpg", + "pubDate": "Sat, 04 Dec 2021 11:04:41 GMT", + "enclosure": "https://images.bfmtv.com/lmSink1hJOjuswOw46S37pQihBc=/0x0:2016x1134/800x0/images/Jesse-Lingard-avec-Manchester-United-1153727.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58515,17 +59925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7db9042b20c591daf58459e93214330a" + "hash": "950ddffc49e066af5d70694d397d2b59" }, { - "title": "Manchester United: Rangnick bien absent contre Arsenal, Carrick sera sur le banc", - "description": "Annoncé officiellement lundi comme nouvel entraîneur de Manchester United, Ralf Rangnick ne sera pas sur le banc pour affronter Arsenal ce jeudi (à 21h15). N'ayant pas encore reçu son permis de travail, l'Allemand va laisser sa place à Michael Carrick pour l'occasion.

", - "content": "Annoncé officiellement lundi comme nouvel entraîneur de Manchester United, Ralf Rangnick ne sera pas sur le banc pour affronter Arsenal ce jeudi (à 21h15). N'ayant pas encore reçu son permis de travail, l'Allemand va laisser sa place à Michael Carrick pour l'occasion.

", + "title": "F1: sur quelle chaîne et à quelle heure regarder le GP d'Arabie Saoudite", + "description": "L'avant-dernière course de la saison de F1, le Grand Prix d'Arabie Saoudite à Djeddah, se déroule ce dimanche 5 décembre. L'extinction des feux est prévue à 18h30. Max Verstappen, qui compte huit points d'avance sur Lewis Hamilton, peut être sacré champion.

", + "content": "L'avant-dernière course de la saison de F1, le Grand Prix d'Arabie Saoudite à Djeddah, se déroule ce dimanche 5 décembre. L'extinction des feux est prévue à 18h30. Max Verstappen, qui compte huit points d'avance sur Lewis Hamilton, peut être sacré champion.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-rangnick-bien-absent-contre-arsenal-carrick-sera-sur-le-banc_AV-202111300372.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-sur-quelle-chaine-et-a-quelle-heure-regarder-le-gp-d-arabie-saoudite_AV-202112040093.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 15:47:04 GMT", - "enclosure": "https://images.bfmtv.com/c16Sr8mLIarzHImeQZbojf0k_rc=/8x0:1480x828/800x0/images/-829299.jpg", + "pubDate": "Sat, 04 Dec 2021 10:58:02 GMT", + "enclosure": "https://images.bfmtv.com/LRBpwZRjxi09iAXy0b25LMxrSCw=/0x106:2048x1258/800x0/images/GP-Arabie-Saoudite-1181445.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58535,37 +59945,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "4434290782f70ed44e86210290c618eb" + "hash": "c50f61bce450565c27e7e5c43c0ecacc" }, { - "title": "Racing: \"On ne prend personne pour des cons\", lance Gaël Fickou qui défend Teddy Thomas", - "description": "Evidemment déçu de la défaite contre l’Union Bordeaux-Bègles (14-37), Gaël Fickou n’a que très peu goûté les critiques contre son partenaire et ami Teddy Thomas auteur d’un petit chambrage sur Santiago Cordero. Le centre international et co-capitaine du club francilien s’explique pour RMC Sport.\n

", - "content": "Evidemment déçu de la défaite contre l’Union Bordeaux-Bègles (14-37), Gaël Fickou n’a que très peu goûté les critiques contre son partenaire et ami Teddy Thomas auteur d’un petit chambrage sur Santiago Cordero. Le centre international et co-capitaine du club francilien s’explique pour RMC Sport.\n

", + "title": "Ligue 1 en direct: le groupe du PSG face à Lens, encore sans Ramos", + "description": "Suivez en direct toutes les informations avant la 17e journée de Ligue 1 ce week-end.

", + "content": "Suivez en direct toutes les informations avant la 17e journée de Ligue 1 ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/racing-on-ne-prend-personne-pour-des-cons-lance-gael-fickou-qui-defend-teddy-thomas_AV-202111300368.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-de-17e-journee_LN-202112030112.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 15:41:24 GMT", - "enclosure": "https://images.bfmtv.com/VRmKU2tXRPSBrrT2EcXGvTF0jmQ=/0x36:1200x711/800x0/images/Gael-Fickou-et-Teddy-Thomas-1178559.jpg", + "pubDate": "Fri, 03 Dec 2021 07:34:55 GMT", + "enclosure": "https://images.bfmtv.com/ITxG3x_BfUuCbiq4k2NqGuXjfJI=/0x67:2048x1219/800x0/images/Sergio-Ramos-1172389.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "c12c7c43760bc9ced6c19197efa39f91" + "hash": "0f72068f5495ffe7f50725224c578c10" }, { - "title": "OL: Guimaraes espère que Juninho changera d’avis sur son probable départ", - "description": "Dans Rothen s'enflamme sur RMC il y a quelques semaines, le directeur sportif de l’Olympique Lyonnais, Juninho, laissait entendre que cette saison était la dernière pour lui à Lyon. Des paroles ayant rendu \"triste\" le milieu de terrain Bruno Guimaraes qui espère un changement d’avis de la part du Brésilien.

", - "content": "Dans Rothen s'enflamme sur RMC il y a quelques semaines, le directeur sportif de l’Olympique Lyonnais, Juninho, laissait entendre que cette saison était la dernière pour lui à Lyon. Des paroles ayant rendu \"triste\" le milieu de terrain Bruno Guimaraes qui espère un changement d’avis de la part du Brésilien.

", + "title": "Dortmund-Bayern en direct : Tolisso, Hernandez et Coman titulaires face à Haaland", + "description": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", + "content": "À la lutte pour la première place de la Bundesliga, les deux grands rivaux allemands le Borussia Dortmund et le Bayern Munich se retrouvent ce samedi soir pour un choc qui vaudra cher. Le BVB va-t-il enfin faire chuter les Bavarois ?

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-lyon/ol-guimaraes-espere-que-juninho-changera-d-avis-s-sur-son-probable-depart_AV-202111300356.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-dortmund-bayern-en-direct_LS-202112040191.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 15:21:05 GMT", - "enclosure": "https://images.bfmtv.com/HrOrNUPqAfmgfJq8X0z35bdEQuk=/0x55:2048x1207/800x0/images/Bruno-Guimaraes-lors-du-match-face-a-Strasbourg-le-12-septembre-1126773.jpg", + "pubDate": "Sat, 04 Dec 2021 15:57:00 GMT", + "enclosure": "https://images.bfmtv.com/FKKtGc1FSApaFaXq1THqntEjlPQ=/0x39:768x471/800x0/images/L-attaquant-polonais-du-Bayern-Robert-Lewandowski-buteur-contre-Benfica-en-Ligue-des-champions-le-2-novembre-2021-a-Munich-1160635.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58575,17 +59985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "936aefbdc96f1489c2136a73268a0a6f" + "hash": "30b5dc3b2bae445d3bb33d0ddfe37d32" }, { - "title": "OM: Kamara dément des contacts avec le Sénégal", - "description": "International tricolore Espoirs à neuf reprises, Boubacar Kamara a confirmé ce mardi ne pas avoir été contacté par le Sénégal avant la prochaine Coupe d’Afrique des Nations 2022. Le milieu de l’OM a assuré n’être au courant de rien.

", - "content": "International tricolore Espoirs à neuf reprises, Boubacar Kamara a confirmé ce mardi ne pas avoir été contacté par le Sénégal avant la prochaine Coupe d’Afrique des Nations 2022. Le milieu de l’OM a assuré n’être au courant de rien.

", + "title": "OM-Brest en direct: Marseille se fait égaliser sur penalty", + "description": "L'OM est deuxième de ligue 1 derrière le PSG avant la réception de Brest ce samedi lors de la 17e journée de la saison. Victorieux de Troyes et Nantes cette semaine, les protégés de Jorge Sampaoli espèrent enchaîner un troisième succès consécutif et conforter leur place de dauphin. Lancé dans une série de cinq victoires d'affilée, les Brestois sont en forme et comptent bien se rapprocher du top 5 de la Ligue 1 avec une nouvelle performance au Vélodrome. Un match à suivre dès 17h en direct commenté sur RMC Sport.

", + "content": "L'OM est deuxième de ligue 1 derrière le PSG avant la réception de Brest ce samedi lors de la 17e journée de la saison. Victorieux de Troyes et Nantes cette semaine, les protégés de Jorge Sampaoli espèrent enchaîner un troisième succès consécutif et conforter leur place de dauphin. Lancé dans une série de cinq victoires d'affilée, les Brestois sont en forme et comptent bien se rapprocher du top 5 de la Ligue 1 avec une nouvelle performance au Vélodrome. Un match à suivre dès 17h en direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-kamara-dement-des-contacts-avec-le-senegal_AV-202111300352.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-brest-en-direct-les-marseillais-veulent-enchainer-lors-de-la-17e-journee-de-ligue-1_LS-202112040169.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 15:04:15 GMT", - "enclosure": "https://images.bfmtv.com/61B2_umWehWfoc3WcrGVv6Z56a4=/0x37:2048x1189/800x0/images/Boubacar-Kamara-avec-les-Espoirs-1178541.jpg", + "pubDate": "Sat, 04 Dec 2021 14:29:46 GMT", + "enclosure": "https://images.bfmtv.com/gISSXyiDd48JVHIljjhzUBEEFS4=/0x106:2048x1258/800x0/images/Luan-Peres-Arek-Milik-et-Dimitri-Payet-avec-l-OM-1181561.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58595,37 +60005,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd9495d8c752a262b97e51e9ceeb75eb" + "hash": "47c84b5514cfb65d14e76cffc80d4f98" }, { - "title": "Judo: ce que Margaux Pinot a raconté aux enquêteurs après avoir été victime de violences conjugales", - "description": "Championne olympique de judo par équipes l'été dernier à Tokyo, la Française Margaux Pinot a été victime le week-end passé de violences conjugales de la part de son compagnon et ex-entraîneur Alain Schmitt. L'athlète a décrit aux enquêteurs une dispute qui a très, très mal tourné. Schmitt va être jugé en comparution immédiate.

", - "content": "Championne olympique de judo par équipes l'été dernier à Tokyo, la Française Margaux Pinot a été victime le week-end passé de violences conjugales de la part de son compagnon et ex-entraîneur Alain Schmitt. L'athlète a décrit aux enquêteurs une dispute qui a très, très mal tourné. Schmitt va être jugé en comparution immédiate.

", + "title": "GP d'Arabie saoudite en direct: enquête contre Hamilton avant les qualifications", + "description": "Avec un bon résultat de sa part et un coup de pouce, Max Verstappen (Red Bull) a la possibilité de ravir le titre de champion du monde à Lewis Hamilton (Mercedes) dès ce dimanche, à l'occasion du GP d'Arabie saoudite à Djeddah. Avant le début de l'avant-dernière course de l'année, le Néerlandais compte 8 points d'avance sur le Britannique.

", + "content": "Avec un bon résultat de sa part et un coup de pouce, Max Verstappen (Red Bull) a la possibilité de ravir le titre de champion du monde à Lewis Hamilton (Mercedes) dès ce dimanche, à l'occasion du GP d'Arabie saoudite à Djeddah. Avant le début de l'avant-dernière course de l'année, le Néerlandais compte 8 points d'avance sur le Britannique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/judo/judo-ce-que-margaux-pinot-a-raconte-aux-enqueteurs-apres-avoir-ete-victime-de-violences-conjugales_AN-202111300346.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-en-direct-verstappen-hamilton-avant-dernier-duel-pour-le-titre_LN-202112040175.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 14:57:20 GMT", - "enclosure": "https://images.bfmtv.com/0NURDRu_AjsDUHZn7LF2O2Lvf1s=/6x111:2038x1254/800x0/images/Margaux-Pinot-1178535.jpg", + "pubDate": "Sat, 04 Dec 2021 14:49:10 GMT", + "enclosure": "https://images.bfmtv.com/HGm11AmVQPJyCdBIg-oXdI-WEQs=/0x0:2048x1152/800x0/images/Lewis-Hamilton-en-Arabie-saoudite-1181592.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "79f2b170d03192da1c0b252221043f5a" + "hash": "1479e765d80f521dbdb4cc89e62058d2" }, { - "title": "OM: les envies de Sampaoli pour le mercato d’hiver", - "description": "Quatrième du classement en championnat, l’Olympique de Marseille effectue un début de saison solide, mais terni par l'élimination en Ligue Europa. Malgré un dernier mercato riche en arrivées, l’entraîneur Jorge Sampaoli espère que le club sera actif lors du mercato hivernal, comme il l’a affirmé ce mardi en conférence de presse.

", - "content": "Quatrième du classement en championnat, l’Olympique de Marseille effectue un début de saison solide, mais terni par l'élimination en Ligue Europa. Malgré un dernier mercato riche en arrivées, l’entraîneur Jorge Sampaoli espère que le club sera actif lors du mercato hivernal, comme il l’a affirmé ce mardi en conférence de presse.

", + "title": "OM-Brest en direct: Payet est bien titulaire, Milik et Under remplaçants", + "description": "L'OM est deuxième de ligue 1 derrière le PSG avant la réception de Brest ce samedi lors de la 17e journée de la saison. Victorieux de Troyes et Nantes cette semaine, les protégés de Jorge Sampaoli espèrent enchaîner un troisième succès consécutif et conforter leur place de dauphin. Lancé dans une série de cinq victoires d'affilée, les Brestois sont en forme et comptent bien se rapprocher du top 5 de la Ligue 1 avec une nouvelle performance au Vélodrome. Un match à suivre dès 17h en direct commenté sur RMC Sport.

", + "content": "L'OM est deuxième de ligue 1 derrière le PSG avant la réception de Brest ce samedi lors de la 17e journée de la saison. Victorieux de Troyes et Nantes cette semaine, les protégés de Jorge Sampaoli espèrent enchaîner un troisième succès consécutif et conforter leur place de dauphin. Lancé dans une série de cinq victoires d'affilée, les Brestois sont en forme et comptent bien se rapprocher du top 5 de la Ligue 1 avec une nouvelle performance au Vélodrome. Un match à suivre dès 17h en direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/om-les-envies-de-sampaoli-pour-le-mercato-d-hiver_AV-202111300339.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-brest-en-direct-les-marseillais-veulent-enchainer-lors-de-la-17e-journee-de-ligue-1_LS-202112040169.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 14:42:19 GMT", - "enclosure": "https://images.bfmtv.com/_5I6zXXscBfSH6BleqEjpcvCVPc=/0x129:2032x1272/800x0/images/Jorge-SAMPAOLI-1174514.jpg", + "pubDate": "Sat, 04 Dec 2021 14:29:46 GMT", + "enclosure": "https://images.bfmtv.com/gISSXyiDd48JVHIljjhzUBEEFS4=/0x106:2048x1258/800x0/images/Luan-Peres-Arek-Milik-et-Dimitri-Payet-avec-l-OM-1181561.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58635,17 +60045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c276107eb6a2b45d1fb84b49fca17ea" + "hash": "508a8f43a587c8aff09a6dcf378004d8" }, { - "title": "OM: Kamara \"toujours en réflexion\" pour son avenir", - "description": "Boubacar Kamara s'est présenté ce mardi face à la presse à la veille du match de l'OM à Nantes lors de la 16e journée de Ligue 1. Le milieu marseillais a confirmé avoir digéré son transfert avorté lors du mercato estival mais n'a pas encore décidé de prolonger ou de quitter l'OM dans les prochains mois.

", - "content": "Boubacar Kamara s'est présenté ce mardi face à la presse à la veille du match de l'OM à Nantes lors de la 16e journée de Ligue 1. Le milieu marseillais a confirmé avoir digéré son transfert avorté lors du mercato estival mais n'a pas encore décidé de prolonger ou de quitter l'OM dans les prochains mois.

", + "title": "OM: ce que Payet et Mandanda ont dit aux supporters pour éviter les débordements", + "description": "Pablo Longoria, Dimitri Payet et Steve Mandanda ont pris part vendredi à une réunion avec les supporters marseillais pour rappeler l'importance de ne plus avoir d'incident au Vélodrome. Tous se sont promis de faire preuve d’une grande vigilance.

", + "content": "Pablo Longoria, Dimitri Payet et Steve Mandanda ont pris part vendredi à une réunion avec les supporters marseillais pour rappeler l'importance de ne plus avoir d'incident au Vélodrome. Tous se sont promis de faire preuve d’une grande vigilance.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-kamara-toujours-en-reflexion-pour-son-avenir_AV-202111300333.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-ce-que-payet-et-mandanda-ont-dit-aux-supporters-pour-eviter-les-debordements_AV-202112040064.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 14:33:25 GMT", - "enclosure": "https://images.bfmtv.com/PpxTcy5d7RbsEyo5-EoD42pqCrQ=/0x0:2048x1152/800x0/images/Boubacar-Kamara-avec-l-OM-1178528.jpg", + "pubDate": "Sat, 04 Dec 2021 09:49:42 GMT", + "enclosure": "https://images.bfmtv.com/1dRHqqVtGJaP0vdeXIivkrJzFlw=/0x0:2048x1152/800x0/images/Dimitri-Payet-et-Steve-Mandanda-1181424.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58655,17 +60065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dcdf490190202e4867dee0304dc2339" + "hash": "88f8008511484c3f48bd13a473f9fb64" }, { - "title": "PSG: Pochettino défend le 7e sacre de Messi au Ballon d'or", - "description": "S'il comprend les mécontentements, nombreux, exprimés après la remise du trophée à Lionel Messi, Mauricio Pochettino a estimé ce mardi que son compatriote méritait largement son 7e Ballon d'or individuel en carrière.

", - "content": "S'il comprend les mécontentements, nombreux, exprimés après la remise du trophée à Lionel Messi, Mauricio Pochettino a estimé ce mardi que son compatriote méritait largement son 7e Ballon d'or individuel en carrière.

", + "title": "PSG: Messi raconte pourquoi il s'est allongé derrière le mur contre Manchester City", + "description": "Lionel Messi, dans une interview publiée samedi dans France Football, revient sur le moment le plus étonnant de PSG-Manchester City: l'Argentin s'était allongé derrière un mur parisien sur un coup franc adverse. Un geste qui avait surpris, mais qu'il trouve tout à fait normal.

", + "content": "Lionel Messi, dans une interview publiée samedi dans France Football, revient sur le moment le plus étonnant de PSG-Manchester City: l'Argentin s'était allongé derrière un mur parisien sur un coup franc adverse. Un geste qui avait surpris, mais qu'il trouve tout à fait normal.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-defend-le-7e-sacre-de-messi-au-ballon-d-or_AV-202111300322.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-messi-raconte-pourquoi-il-s-est-allonge-derriere-le-mur-contre-manchester-city_AV-202112040053.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 14:11:18 GMT", - "enclosure": "https://images.bfmtv.com/jOX3ZXohOn-RLZsNKV_kHd-37Os=/0x6:1200x681/800x0/images/Pochettino-et-Messi-1178513.jpg", + "pubDate": "Sat, 04 Dec 2021 09:03:26 GMT", + "enclosure": "https://images.bfmtv.com/Hqm-zc0JztuT7SBF4hKbxHRJHZo=/0x109:2048x1261/800x0/images/Lionel-Messi-allonge-au-sol-derriere-le-mur-parisien-1137125.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58675,17 +60085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90e1f44f7837d57fb8ea5317ff7792e0" + "hash": "74fdab582493cbcc0c464928cb38d564" }, { - "title": "Ligue 1 en direct: Troyes dénonce des \"propos racistes\" contre Suk face à l'OM", - "description": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", - "content": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", + "title": "Mercato: Ousmane Dembélé serait courtisé par Tottenham", + "description": "En fin de contrat l'été prochain, Ousmane Dembélé n'a toujours pas trouvé d'accord avec le FC Barcelone pour une prolongation. Selon le quotidien Mundo Deportivo, Tottenham compte profiter de la situation pour recruter le Français sans débourser la moindre indemnité de transfert.

", + "content": "En fin de contrat l'été prochain, Ousmane Dembélé n'a toujours pas trouvé d'accord avec le FC Barcelone pour une prolongation. Selon le quotidien Mundo Deportivo, Tottenham compte profiter de la situation pour recruter le Français sans débourser la moindre indemnité de transfert.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-ousmane-dembele-serait-courtise-par-tottenham_AV-202112040050.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 08:55:46 GMT", - "enclosure": "https://images.bfmtv.com/s8QpeRhbYtmX5j0kIwTWPpp-fpk=/14x191:2030x1325/800x0/images/Hyun-Jun-SUK-1178760.jpg", + "pubDate": "Sat, 04 Dec 2021 08:43:34 GMT", + "enclosure": "https://images.bfmtv.com/-nIJ64YiA861PaDr_ti_SH-tkZI=/0x27:2048x1179/800x0/images/Ousmane-DEMBELE-1181396.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58695,17 +60105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "150b74cadf957b2e2d138ce48e272827" + "hash": "8bb47310130eaccee5008f4e079a064a" }, { - "title": "PSG: pas de concurrence directe entre Ramos et Kimpembe, selon Pochettino", - "description": "Mauricio Pochettino s'est prononcé mardi sur ses intentions concernant la charnière centrale au PSG avec le retour bienvenu de Sergio Ramos, qui change forcément la donne.

", - "content": "Mauricio Pochettino s'est prononcé mardi sur ses intentions concernant la charnière centrale au PSG avec le retour bienvenu de Sergio Ramos, qui change forcément la donne.

", + "title": "PSG: Donnarumma assure être \"ami\" avec Navas", + "description": "\"Il n'y a pas le moindre conflit\", affirme Gianluigi Donnarumma, dans une interview accordée à France Football, à propos de son \"excellent rapport\" avec Keylor Navas au PSG.

", + "content": "\"Il n'y a pas le moindre conflit\", affirme Gianluigi Donnarumma, dans une interview accordée à France Football, à propos de son \"excellent rapport\" avec Keylor Navas au PSG.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pas-de-concurrence-directe-entre-ramos-et-kimpembe-selon-pochettino_AV-202111300317.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-donnarumma-assure-etre-ami-avec-navas_AV-202112040039.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 13:58:30 GMT", - "enclosure": "https://images.bfmtv.com/XT35VVni4LgVYF9FkBnXJVPbOaY=/0x37:1200x712/800x0/images/Sergio-Ramos-1178510.jpg", + "pubDate": "Sat, 04 Dec 2021 08:00:54 GMT", + "enclosure": "https://images.bfmtv.com/-z-E69xmqPlkVOoxgoMUMdopaMM=/0x67:2048x1219/800x0/images/Navas-Donnarumma-1181392.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58715,17 +60125,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37d1e22300dde71f19545815b7ed612f" + "hash": "668db64aee3c12ee2ab7b78c51f0bc12" }, { - "title": "Mercato: Torres, Adeyemi, Coutinho... le Barça pourrait bouger cet hiver", - "description": "Après un début de saison compliqué, le FC Barcelone compterait être actif lors du prochain mercato d’hiver selon la presse espagnole. Pour améliorer l’effectif, les dirigeants du club catalan auraient dans leur viseur de nombreux joueurs offensifs. Quelques départs, comme celui de Philippe Coutinho, sont également espérés.

", - "content": "Après un début de saison compliqué, le FC Barcelone compterait être actif lors du prochain mercato d’hiver selon la presse espagnole. Pour améliorer l’effectif, les dirigeants du club catalan auraient dans leur viseur de nombreux joueurs offensifs. Quelques départs, comme celui de Philippe Coutinho, sont également espérés.

", + "title": "Lens-PSG: sur quelle chaîne et à quelle heure regarder le match de Ligue 1", + "description": "Cinquième au classement, le RC Lens accueille le leader parisien ce samedi (21h) à l'occasion de la 17e journée de Ligue 1. Un match à suivre sur Canal+ Décalé et à la radio sur RMC.

", + "content": "Cinquième au classement, le RC Lens accueille le leader parisien ce samedi (21h) à l'occasion de la 17e journée de Ligue 1. Un match à suivre sur Canal+ Décalé et à la radio sur RMC.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-torres-adeyemi-coutinho-le-barca-pourrait-bouger-cet-hiver_AV-202111300312.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lens-psg-sur-quelle-chaine-et-a-quelle-heure-regarder-le-match-de-ligue-1_AV-202112040038.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 13:45:54 GMT", - "enclosure": "https://images.bfmtv.com/RsCUY1oMht5tsb_rORtVq2bbcXw=/12x0:1532x855/800x0/images/Ferran-Torres-est-cible-par-le-Barca-1176247.jpg", + "pubDate": "Sat, 04 Dec 2021 07:50:40 GMT", + "enclosure": "https://images.bfmtv.com/BS-hWN2RmIQoue45PGmjeF7fuTE=/3x25:2035x1168/800x0/images/Kylian-MBAPPE-1181388.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58735,17 +60145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "032545fcfebdd512be14cb6f3f8e63ef" + "hash": "261eeaba2df08c8b8af9ee10d7803e25" }, { - "title": "Racing: Nyakane espéré rapidement, Tafili en contacts avancés", - "description": "Le pilier droit toulousain, Paulo Tafili, est en discussions avancés avec le Racing 92 qui cherche à se renforcer à ce poste pour la saison prochaine mais aussi à plus court terme. L’international sud-africain, Trevor Nyakane, est espéré dans les jours à venir alors que l’arrivée du deuxième ligne namibien Anton Bresler est bouclée.\n

", - "content": "Le pilier droit toulousain, Paulo Tafili, est en discussions avancés avec le Racing 92 qui cherche à se renforcer à ce poste pour la saison prochaine mais aussi à plus court terme. L’international sud-africain, Trevor Nyakane, est espéré dans les jours à venir alors que l’arrivée du deuxième ligne namibien Anton Bresler est bouclée.\n

", + "title": "Mercato: en feu avec Lille, Jonathan David serait ciblé par Arsenal", + "description": "Selon la presse britannique, Arsenal pense à Jonathan David pour renforcer son attaque l'été prochain. Le Canadien de 21 ans est l'actuel meilleur buteur de Ligue 1 avec 10 réalisations.

", + "content": "Selon la presse britannique, Arsenal pense à Jonathan David pour renforcer son attaque l'été prochain. Le Canadien de 21 ans est l'actuel meilleur buteur de Ligue 1 avec 10 réalisations.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/racing-nyakane-espere-rapidement-tafili-en-contacts-avances_AV-202111300303.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-feu-avec-lille-jonathan-david-serait-cible-par-arsenal_AV-202112040031.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 13:38:38 GMT", - "enclosure": "https://images.bfmtv.com/oPKOUmnf31VVqbExLJuMTLYNRFg=/0x0:1200x675/800x0/images/Trevor-Nyakane-1178500.jpg", + "pubDate": "Sat, 04 Dec 2021 07:15:00 GMT", + "enclosure": "https://images.bfmtv.com/o-t3jfE9OFNmhx61FY09lvmZgSs=/10x57:2042x1200/800x0/images/Jonathan-DAVID-1181385.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58755,17 +60165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9cedced2c96a579335046549830d50c" + "hash": "4df25b612088f461f6698108fcc31dcc" }, { - "title": "Coupe du monde 2022: Bielsa affiche ses inquiétudes pour \"l’avenir du football professionnel\"", - "description": "L’organisation de la Coupe du monde 2022 en hiver est loin de satisfaire tout le monde. Ce lundi en conférence de presse, l’entraîneur de Leeds, Marcelo Bielsa, a dénoncé le rythme que les instances veulent imposer aux joueurs, tout en affichant ses craintes pour l’avenir de ce sport.

", - "content": "L’organisation de la Coupe du monde 2022 en hiver est loin de satisfaire tout le monde. Ce lundi en conférence de presse, l’entraîneur de Leeds, Marcelo Bielsa, a dénoncé le rythme que les instances veulent imposer aux joueurs, tout en affichant ses craintes pour l’avenir de ce sport.

", + "title": "Liga: menacé d'exclusion des coupes d'Europe, le Betis contre-attaque", + "description": "Le Betis Séville, qui fait partie des huit clubs européens sanctionnés vendredi par l'UEFA pour des dettes excessives ou des impayés, assure être en règle. Le club de Nabil Fekir risque une exclusion des coupes d'Europe pour trois saisons.

", + "content": "Le Betis Séville, qui fait partie des huit clubs européens sanctionnés vendredi par l'UEFA pour des dettes excessives ou des impayés, assure être en règle. Le club de Nabil Fekir risque une exclusion des coupes d'Europe pour trois saisons.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-bielsa-affiche-ses-inquietudes-pour-l-avenir-du-football-professionnel_AV-202111300298.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-menace-d-exclusion-des-coupes-d-europe-le-betis-contre-attaque_AV-202112040028.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 13:17:17 GMT", - "enclosure": "https://images.bfmtv.com/5NhUSBMWB9ZklNSZRt1PQeZMRLk=/0x124:2000x1249/800x0/images/Marcelo-Bielsa-Leeds-1017302.jpg", + "pubDate": "Sat, 04 Dec 2021 06:45:18 GMT", + "enclosure": "https://images.bfmtv.com/0q-JVVz-eC8ANBORl_5dZCoFhZM=/0x0:2048x1152/800x0/images/Alex-MORENO-et-Nabil-FEKIR-1181340.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58775,17 +60185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "57328d548aa0693e435212b328165e9c" + "hash": "60909c6046e4e6c11eb9f2b6f57be9fa" }, { - "title": "PSG-Nice: Messi incertain pour des symptômes de gastro-entérite", - "description": "Lionel Messi n'a pas participé à l'entraînement collectif du Paris Saint-Germain ce mardi, à la veille du match face à l'OGC Nice, au Parc des Princes (mercredi à 21h). L'Argentin, qui a soulevé son 7e Ballon d'or lundi soir, est souffrant.

", - "content": "Lionel Messi n'a pas participé à l'entraînement collectif du Paris Saint-Germain ce mardi, à la veille du match face à l'OGC Nice, au Parc des Princes (mercredi à 21h). L'Argentin, qui a soulevé son 7e Ballon d'or lundi soir, est souffrant.

", + "title": "Open d'Australie: Djokovic entretient le flou sur sa participation", + "description": "Neuf fois titré à Melbourne, dont la dernière fois en février, Novak Djokovic refuse toujours de dire s'il a été vacciné contre le Covid-19, et donc s'il pourra participer ou non à l'Open d'Australie au mois de janvier.

", + "content": "Neuf fois titré à Melbourne, dont la dernière fois en février, Novak Djokovic refuse toujours de dire s'il a été vacciné contre le Covid-19, et donc s'il pourra participer ou non à l'Open d'Australie au mois de janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-nice-messi-incertain-pour-des-symptomes-de-gastro-enterite_AV-202111300295.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-d-australie-djokovic-entretient-le-flou-sur-sa-participation_AV-202112040014.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 13:07:22 GMT", - "enclosure": "https://images.bfmtv.com/LYwD6tooatVlv9SicDaUDfOdNH4=/0x0:1200x675/800x0/images/Lionel-Messi-1178484.jpg", + "pubDate": "Sat, 04 Dec 2021 06:20:00 GMT", + "enclosure": "https://images.bfmtv.com/ErgLQe2BAobR01zIzT8E-f232Tk=/0x54:2032x1197/800x0/images/Novak-Djokovic-1181338.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58795,17 +60205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9840d2e36f93da76901ee9629faa539c" + "hash": "441b3a1c14e738689b277ecacdf0c528" }, { - "title": "PSG: Messi va présenter son Ballon d’or dès mercredi face à Nice", - "description": "Selon les informations de RMC Sport, le PSG va présenter le Ballon d’or de Lionel Messi au Parc des Princes dès ce mercredi lors de la réception de Nice (21h, 16e journée de Ligue 1), tout en réfléchissant à un évènement plus important le 12 décembre.

", - "content": "Selon les informations de RMC Sport, le PSG va présenter le Ballon d’or de Lionel Messi au Parc des Princes dès ce mercredi lors de la réception de Nice (21h, 16e journée de Ligue 1), tout en réfléchissant à un évènement plus important le 12 décembre.

", + "title": "Portugal: Sarabia et le Sporting dominent Benfica dans un intense derby de Lisbonne", + "description": "Le Sporting a largement battu Benfica (3-1) ce vendredi lors de la 13e journée du championnat portugais. Un but rapide de Pablo Sarabia a fait basculer un derby de Lisbonne, marqué par de nombreuses fautes et une grosse intensité. Paulinho et Matheus Nunes ont assuré la victoire des Lions.

", + "content": "Le Sporting a largement battu Benfica (3-1) ce vendredi lors de la 13e journée du championnat portugais. Un but rapide de Pablo Sarabia a fait basculer un derby de Lisbonne, marqué par de nombreuses fautes et une grosse intensité. Paulinho et Matheus Nunes ont assuré la victoire des Lions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-pourrait-presenter-son-ballon-d-or-des-mercredi-face-a-nice_AV-202111300291.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-sarabia-et-le-sporting-dominent-benfica-dans-un-intense-derby-de-lisbonne_AV-202112030572.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:59:26 GMT", - "enclosure": "https://images.bfmtv.com/azCw8pTgANT-XAUy6AX_i3s5FWs=/4x78:1444x888/800x0/images/Lionel-Messi-et-Luis-Suarez-1178476.jpg", + "pubDate": "Fri, 03 Dec 2021 23:14:25 GMT", + "enclosure": "https://images.bfmtv.com/h3s_3nSpiiChVPhWqnu0wmHnKBs=/0x85:2032x1228/800x0/images/Pablo-Sarabia-buteur-lors-du-derby-de-Lisbonne-1181313.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58815,17 +60225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "897c7d6aa72f0846bdb1fe5419fff895" + "hash": "0bedafe12913b17958d4f5868547dbdb" }, { - "title": "OL: les mesures prises et réclamées par Lyon après les incidents face à l'OM", - "description": "Une dizaine de jours après les incidents qui ont entraîné l’arrêt de son match face à l’OM en Ligue 1, l’OL a publié ce mardi un communiqué pour défendre sa position. Les Gones réclament de nouvelles règles et un protocole de sécurité validé par les instances, afin d’améliorer la situation dans les stades français.

", - "content": "Une dizaine de jours après les incidents qui ont entraîné l’arrêt de son match face à l’OM en Ligue 1, l’OL a publié ce mardi un communiqué pour défendre sa position. Les Gones réclament de nouvelles règles et un protocole de sécurité validé par les instances, afin d’améliorer la situation dans les stades français.

", + "title": "PRONOS PARIS RMC Le pari du jour du 4 décembre – Ligue 1", + "description": "Notre pronostic: le Paris-SG ne perd pas à Lens et les deux équipes marquent (1.80)

", + "content": "Notre pronostic: le Paris-SG ne perd pas à Lens et les deux équipes marquent (1.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-les-mesures-prises-et-reclamees-par-lyon-apres-les-incidents-face-a-l-om_AV-202111300289.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-4-decembre-ligue-1_AN-202112030447.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:58:58 GMT", - "enclosure": "https://images.bfmtv.com/HUIle36ERb8WjXM7JbTN-xOU1oY=/0x212:2048x1364/800x0/images/Dimitri-Payet-au-sol-lors-d-OL-OM-1173034.jpg", + "pubDate": "Fri, 03 Dec 2021 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/cgMMT5uFmAdh3U4Zw20WYHPgq1A=/1x205:2001x1330/800x0/images/Kylian-Mbappe-Paris-SG-1181123.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58835,17 +60245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41ce59367769c7dd7e707cd69b6c4c14" + "hash": "8ebf4da532ff3825604c8663c9409a33" }, { - "title": "OM: les mots forts du président Macron pour Eyraud", - "description": "Emmanuel Macron a remis lundi la Légion d’honneur à Jacques-Henri Eyraud. Le président de la République a salué le travail de l’ancien président de l’OM et en a aussi profité pour plaisanter avec Kylian Mbappé sur le club phocéen.

", - "content": "Emmanuel Macron a remis lundi la Légion d’honneur à Jacques-Henri Eyraud. Le président de la République a salué le travail de l’ancien président de l’OM et en a aussi profité pour plaisanter avec Kylian Mbappé sur le club phocéen.

", + "title": "Biathlon en direct: Bescond et Chevalier-Bouchet sur le podium de la poursuite", + "description": "Comme le week-end passé, la Coupe du monde de biathlon fait étape à Östersund, en Suède. La journée de samedi a débuté avec le doublé français sur la poursuite dames avec les 2e et 3e place d'Anaïs Bescond et Anaïs Chevalier-Bouchet, derrière la Norvégienne Roeiseland. A 15h10, place au relais masculin. C'est à suivre en direct commenté sur RMC Sport.

", + "content": "Comme le week-end passé, la Coupe du monde de biathlon fait étape à Östersund, en Suède. La journée de samedi a débuté avec le doublé français sur la poursuite dames avec les 2e et 3e place d'Anaïs Bescond et Anaïs Chevalier-Bouchet, derrière la Norvégienne Roeiseland. A 15h10, place au relais masculin. C'est à suivre en direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-les-mots-forts-du-president-macron-pour-eyraud_AV-202111300284.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-en-direct-les-bleues-veulent-briller-sur-la-poursuite_LN-202112040116.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:54:41 GMT", - "enclosure": "https://images.bfmtv.com/hZaFvoR9EdeB1RmLJJsi-wY37wQ=/0x212:2048x1364/800x0/images/Emmanuel-Macron-au-palais-de-l-Elysee-1178474.jpg", + "pubDate": "Sat, 04 Dec 2021 11:54:00 GMT", + "enclosure": "https://images.bfmtv.com/zUFYf0AwJkA-g4QUVN4yUyiGmsg=/0x0:2048x1152/800x0/images/Anais-Bescond-2e-de-la-poursuite-1181513.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58855,17 +60265,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1650498530631d979a5863337b25610" + "hash": "e46afa25f58ecc517fb6a35a879363d8" }, { - "title": "\"A Doha, ils veulent Zidane comme entraîneur du PSG\" selon Fred Hermel", - "description": "Selon Fred Hermel, spécialiste du foot espagnol pour RMC Sport et biographe de Zinedine Zidane, le technicien français a bien été sondé par Doha pour éventuellement remplacer Mauricio Pochettino sur le banc du PSG. Mais Zizou n'a pas échangé avec Leonardo et n'est pas intéressé pour l'instant.

", - "content": "Selon Fred Hermel, spécialiste du foot espagnol pour RMC Sport et biographe de Zinedine Zidane, le technicien français a bien été sondé par Doha pour éventuellement remplacer Mauricio Pochettino sur le banc du PSG. Mais Zizou n'a pas échangé avec Leonardo et n'est pas intéressé pour l'instant.

", + "title": "PRONOS PARIS RMC Le pari sûr du 4 décembre – Ligue 1", + "description": "Notre pronostic: les deux équipes marquent lors de Marseille – Brest (1.72)

", + "content": "Notre pronostic: les deux équipes marquent lors de Marseille – Brest (1.72)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/a-doha-ils-veulent-zidane-comme-entraineur-du-psg-selon-fred-hermel_AV-202111290502.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-4-decembre-ligue-1_AN-202112030439.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:38:48 GMT", - "enclosure": "https://images.bfmtv.com/h7eB9lWq2UpSgKSaxe4PMiLmEBA=/0x39:2048x1191/800x0/images/Zinedine-Zidane-1177940.jpg", + "pubDate": "Fri, 03 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/JzvvviJsGCSURCPfCl4TGt-W5Uc=/7x107:1991x1223/800x0/images/Gerson-Marseille-1181118.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58875,17 +60285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5167f6085f9f26d7f39353bc306332fc" + "hash": "247fa7e4a0127d04f50d6e5a1c371a70" }, { - "title": "Ballon d'or: Cristiano Ronaldo clashe l'organisation avec une énorme colère", - "description": "Absent de la cérémonie du Ballon d'or ce lundi soir à Paris, le quintuple vainqueur Cristiano Ronaldo a publié un message incendiaire contre l'organisation.

", - "content": "Absent de la cérémonie du Ballon d'or ce lundi soir à Paris, le quintuple vainqueur Cristiano Ronaldo a publié un message incendiaire contre l'organisation.

", + "title": "PRONOS PARIS RMC Le pari de folie du 4 décembre – Ligue 1", + "description": "Notre pronostic: Lille bat Troyes 1-0/2-0/3-0, David ou Yilmaz buteur (3.20)

", + "content": "Notre pronostic: Lille bat Troyes 1-0/2-0/3-0, David ou Yilmaz buteur (3.20)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/ballon-d-or-cristiano-ronaldo-clashe-l-organisation-en-piquant-une-enorme-colere_AV-202111290501.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-4-decembre-ligue-1_AN-202112030436.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:35:43 GMT", - "enclosure": "https://images.bfmtv.com/Ja9F_UoCOZ8lqZy0MNaVeRqVeeQ=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-depite-apres-Portugal-Serbie-1-2-1167324.jpg", + "pubDate": "Fri, 03 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/eYZZAk1D1nvZd6pOXvvXQfuoEhE=/0x104:1984x1220/800x0/images/Jonathan-David-Lille-1181114.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58895,17 +60305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3da5217d05658b4a022be0e928270c8" + "hash": "9492f2ab39c6b4894469603e1fed5ebd" }, { - "title": "Rachat du FC Nantes: des supporters nantais fustigent l’association \"A la Nantaise\"", - "description": "Sur fond de tentative pour racheter le FC Nantes, des supporters nantais ont dénoncé ce lundi la volonté de l'association \"A la Nantaise\" de créer une société.

", - "content": "Sur fond de tentative pour racheter le FC Nantes, des supporters nantais ont dénoncé ce lundi la volonté de l'association \"A la Nantaise\" de créer une société.

", + "title": "PRONOS PARIS RMC Le nul du jour du 4 décembre – Premier League - Angleterre", + "description": "Notre pronostic: pas de vainqueur entre Southampton et Brighton (3.15)

", + "content": "Notre pronostic: pas de vainqueur entre Southampton et Brighton (3.15)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/rachat-du-fc-nantes-des-supporters-nantais-fustigent-l-association-a-la-nantaise_AV-202111290473.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-4-decembre-premier-league-angleterre_AN-202112030432.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:59:15 GMT", - "enclosure": "https://images.bfmtv.com/waf2_2EfK1sArgu-Y4nZlxl10zk=/0x106:2048x1258/800x0/images/Des-supporters-de-Nantes-1134141.jpg", + "pubDate": "Fri, 03 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/26ILD-NKEIc1ukGQT74Am6A6DRc=/0x117:2000x1242/800x0/images/Neal-Maupay-Brighton-1181112.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58915,17 +60325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cd71f4bfc6c5e9f52dcd446336e8af9" + "hash": "afe1ed2c7bff1c04b95894707ee85de7" }, { - "title": "Bruno Martini, nouveau président de la LNH: \"Je n’ai pas coupé le cordon\"", - "description": "Bruno Martini est devenu ce lundi le 5e président de l’histoire de la Ligue nationale de handball (LNH). Il succède à David Tebib, président de l’USAM Nîmes qui assurait l’intérim depuis le départ en 2020 d’Olivier Girault, qui avait tenté de briguer la présidence de la Fédération. Manager général du PSG Handball pendant plus de 10 ans, il avait quitté ses fonctions en janvier 2021 pour rejoindre le monde de l’e-sport et la Team Vitality, une des plus grosses équipes européennes. Démarché pour reprendre les rênes de la Ligue, Bruno Martini, double champion du monde avec la France, n’a pas longtemps hésité. Le handball, c’est sa vie.

", - "content": "Bruno Martini est devenu ce lundi le 5e président de l’histoire de la Ligue nationale de handball (LNH). Il succède à David Tebib, président de l’USAM Nîmes qui assurait l’intérim depuis le départ en 2020 d’Olivier Girault, qui avait tenté de briguer la présidence de la Fédération. Manager général du PSG Handball pendant plus de 10 ans, il avait quitté ses fonctions en janvier 2021 pour rejoindre le monde de l’e-sport et la Team Vitality, une des plus grosses équipes européennes. Démarché pour reprendre les rênes de la Ligue, Bruno Martini, double champion du monde avec la France, n’a pas longtemps hésité. Le handball, c’est sa vie.

", + "title": "PRONOS PARIS RMC Le pari football de Jérôme Rothen du 4 décembre – Ligue 1", + "description": "Mon pronostic : Lens ne perd pas face au PSG et les deux équipes marquent (2.95)

", + "content": "Mon pronostic : Lens ne perd pas face au PSG et les deux équipes marquent (2.95)

", "category": "", - "link": "https://rmcsport.bfmtv.com/handball/bruno-martini-nouveau-president-de-la-lnh-je-n-ai-pas-coupe-le-cordon_AN-202111290463.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-jerome-rothen-du-4-decembre-ligue-1_AN-202112030310.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:45:41 GMT", - "enclosure": "https://images.bfmtv.com/T85nAjmwOshuDWyJF6YfSopBI1M=/0x0:1648x927/800x0/images/Bruno-Martini-nouveau-president-de-la-LNH-1177948.jpg", + "pubDate": "Fri, 03 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/Q1GmwmHopEqaIZFAdAkl8kzzL6Q=/0x0:1984x1116/800x0/images/Arnaud-Kalimuendo-1180913.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58935,17 +60345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5972108f5244e1c14101aa01c8961760" + "hash": "36578605e5107e62ae6f2b0681582aff" }, { - "title": "Prix Puskas: pourquoi l'incroyable but de Khazri n’est pas dans la sélection", - "description": "La Fifa a dévoilé ce lundi les onze nommés pour le prix Puskas 2021. Une sélection dans laquelle ne figure pas le but de Wahbi Khazri, auteur d’un lob exceptionnel le mois dernier en Ligue 1. Une histoire de timing.

", - "content": "La Fifa a dévoilé ce lundi les onze nommés pour le prix Puskas 2021. Une sélection dans laquelle ne figure pas le but de Wahbi Khazri, auteur d’un lob exceptionnel le mois dernier en Ligue 1. Une histoire de timing.

", + "title": "PRONOS PARIS RMC Le buteur du jour du 4 décembre – Bundesliga - Allemagne", + "description": "Notre pronostic: Erling Haaland marque contre le Bayern (2.00)

", + "content": "Notre pronostic: Erling Haaland marque contre le Bayern (2.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/prix-puskas-pourquoi-l-incroyable-but-de-khazri-n-est-pas-dans-la-selection_AV-202111290449.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-4-decembre-bundesliga-allemagne_AN-202112030430.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:25:38 GMT", - "enclosure": "https://images.bfmtv.com/mdl4oTXobNBqiGTxOJOGyNVPdVU=/14x0:2046x1143/800x0/images/Wahbi-KHAZRI-1157343.jpg", + "pubDate": "Fri, 03 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/K4Pf_pB1FNnidoOOcBT8VUeFUT0=/0x104:1984x1220/800x0/images/Erling-Haaland-Dortmund-1181102.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58955,17 +60365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cf0f2546a6a6ca0c4bbaaccad045dcf" + "hash": "0098e766c6bead5d57f2d1e316ee161e" }, { - "title": "Clermont : Morgan Parra ne restera pas", - "description": "INFO RMC SPORT. Le demi de mêlée international de Clermont Morgan Parra, en fin de contrat, quittera le club auvergnat en fin de saison.

", - "content": "INFO RMC SPORT. Le demi de mêlée international de Clermont Morgan Parra, en fin de contrat, quittera le club auvergnat en fin de saison.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 4 décembre – Ligue 1", + "description": "Mon pronostic : le PSG mène à la mi-temps à Lens, gagne et Messi buteur (3.55 via MyMatch)

", + "content": "Mon pronostic : le PSG mène à la mi-temps à Lens, gagne et Messi buteur (3.55 via MyMatch)

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/clermont-morgan-parra-ne-restera-pas_AV-202111290443.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-4-decembre-ligue-1_AN-202112030306.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:22:01 GMT", - "enclosure": "https://images.bfmtv.com/BxWEkBb7pkeQb1P7gz3Lin1G8cc=/0x0:768x432/800x0/images/Le-demi-de-melee-clermontois-Morgan-Parra-lors-du-quart-de-finale-de-la-Coupe-d-Europe-a-domicile-contre-le-Stade-Toulousain-le-11-avril-2021-au-stade-Marcel-Michelin-1005050.jpg", + "pubDate": "Fri, 03 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/9QvW1Zxidan4OKjv2xqqWFfaTQM=/0x0:1984x1116/800x0/images/Lionel-Messi-1180906.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58975,17 +60385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74386a867990aab5d6b6df0ab44934bb" + "hash": "ff160a50be28d52c7438685b499a53b2" }, { - "title": "LOU: Bastareaud se laisse un temps de réflexion avant son opération", - "description": "Victime d’une rupture du tendon quadricipital des deux genoux le week-end dernier, Mathieu Bastareaud n’a pas tranché sur la suite qu’il envisageait de donner à sa carrière après ce nouveau coup dur.

", - "content": "Victime d’une rupture du tendon quadricipital des deux genoux le week-end dernier, Mathieu Bastareaud n’a pas tranché sur la suite qu’il envisageait de donner à sa carrière après ce nouveau coup dur.

", + "title": "PRONOS PARIS RMC Le pari rugby de Denis Charvet du 4 décembre – Top 14", + "description": "Mon pronostic : l’UBB bat le Stade Toulousain avec 8 à 14 points d’écart (3.95)

", + "content": "Mon pronostic : l’UBB bat le Stade Toulousain avec 8 à 14 points d’écart (3.95)

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/lou-bastareaud-se-laisse-un-temps-de-reflexion-avant-son-operation_AV-202111290423.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-rugby-de-denis-charvet-du-4-decembre-top-14_AN-202112030305.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:56:37 GMT", - "enclosure": "https://images.bfmtv.com/VifGBdMzcm3KLr31gsDjrOB3EVc=/4x57:1044x642/800x0/images/-861700.jpg", + "pubDate": "Fri, 03 Dec 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/jWyGYxgFJR5MnBFzzOxO7jSYUfk=/0x104:2000x1229/800x0/images/UBB-1180905.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -58995,17 +60405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7499c3f4d3b1949ba16ecb3e61897dc8" + "hash": "da8bf12b9602684aa43dde13be34c0fc" }, { - "title": "PSG: un Ballon d'or de Messi pourrait-il rapporter gros à Paris?", - "description": "Si aucune prime n’est versée au lauréat du Ballon d'or, le coup de boost économique est tout de même énorme d'un point de vue individuel. C'est moins le cas pour le club du grand vainqueur. Qui pourrait être le PSG en cas de nouveau sacre de Lionel Messi.

", - "content": "Si aucune prime n’est versée au lauréat du Ballon d'or, le coup de boost économique est tout de même énorme d'un point de vue individuel. C'est moins le cas pour le club du grand vainqueur. Qui pourrait être le PSG en cas de nouveau sacre de Lionel Messi.

", + "title": "Coupe de France: imbroglio sur le choix du stade de Cannet-OM", + "description": "Le club de l’ES Cannet-Rocheville cherche encore une solution pour accueillir son 32e de finale de Coupe de France face à l’OM. Si l’idée de jouer le match au Vélodrome semble écartée, le club de National 3 ne sait pas encore où il affrontera Marseille.

", + "content": "Le club de l’ES Cannet-Rocheville cherche encore une solution pour accueillir son 32e de finale de Coupe de France face à l’OM. Si l’idée de jouer le match au Vélodrome semble écartée, le club de National 3 ne sait pas encore où il affrontera Marseille.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/psg-un-ballon-d-or-de-messi-pourrait-il-rapporter-gros-a-paris_AV-202111290419.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-imbroglio-sur-le-choix-du-stade-de-cannet-om_AV-202112030546.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:50:56 GMT", - "enclosure": "https://images.bfmtv.com/qPS4MLS3TX69YKLC-_AWuNclTo4=/0x44:2032x1187/800x0/images/Lionel-Messi-avec-le-Ballon-d-or-2019-1177857.jpg", + "pubDate": "Fri, 03 Dec 2021 22:05:12 GMT", + "enclosure": "https://images.bfmtv.com/0fgFY64v7W1LaegIfAeNtItvj8M=/0x175:2048x1327/800x0/images/Le-stade-Velodrome-a-huis-clos-pour-OM-Troyes-1181282.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59015,17 +60425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f36d463fc43017c3db723467bc63cb92" + "hash": "52f94e69faaa6d713cd3b534eca87edb" }, { - "title": "Ballon d’or 2021: deux trophées supplémentaires décernés", - "description": "La 65e édition du Ballon d’or va se dérouler ce lundi au théâtre du Châtelet de Paris. L’occasion de découvrir le nom du lauréat 2021. Deux nouveaux trophées seront également attribués durant la soirée.

", - "content": "La 65e édition du Ballon d’or va se dérouler ce lundi au théâtre du Châtelet de Paris. L’occasion de découvrir le nom du lauréat 2021. Deux nouveaux trophées seront également attribués durant la soirée.

", + "title": "La belle initiative d’Aston Villa pour rendre hommage à un enfant tué par son père et sa belle-mère", + "description": "Le match de la 15e journée de Premier League entre Aston Villa et Leicester dimanche (17h30) sera marqué par une minute d’applaudissements à la 6e minute afin d’honorer la mémoire du petit Arthur Labinjo-Hughes. Cet enfant de 6 ans est mort l’an passé, tué par sa belle-mère. Son père a été condamné pour homicide involontaire.

", + "content": "Le match de la 15e journée de Premier League entre Aston Villa et Leicester dimanche (17h30) sera marqué par une minute d’applaudissements à la 6e minute afin d’honorer la mémoire du petit Arthur Labinjo-Hughes. Cet enfant de 6 ans est mort l’an passé, tué par sa belle-mère. Son père a été condamné pour homicide involontaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-2021-deux-trophees-supplementaires-decernes_AV-202111290409.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/la-belle-initiative-d-aston-villa-pour-rendre-hommage-a-un-enfant-tue-par-son-pere-et-sa-belle-mere_AV-202112030545.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:37:27 GMT", - "enclosure": "https://images.bfmtv.com/Pr62-2q5RhJfC6YqIBHiQugQNyc=/0x33:2048x1185/800x0/images/Le-Ballon-d-or-1177365.jpg", + "pubDate": "Fri, 03 Dec 2021 22:03:54 GMT", + "enclosure": "https://images.bfmtv.com/D7FIkuGJ8V55Y779bblEa7t-ZD4=/0x0:2048x1152/800x0/images/Les-joueurs-d-Aston-Villa-1181263.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59035,17 +60445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "64eac1959a5238db4b60e5716124dd76" + "hash": "43922817061f2de3a04617858fe304af" }, { - "title": "Ballon d'or 2021: Alves suggère d'offrir la récompense à Eriksen, \"car la vie est plus importante que le foot\"", - "description": "Dans un plaidoyer émouvant, le Barcelonais Daniel Alves a estimé que le Ballon d'or devrait être remis cette année au Danois Christian Eriksen, qui a frôlé la mort lors du dernier Euro.

", - "content": "Dans un plaidoyer émouvant, le Barcelonais Daniel Alves a estimé que le Ballon d'or devrait être remis cette année au Danois Christian Eriksen, qui a frôlé la mort lors du dernier Euro.

", + "title": "Coupe Davis: la Croatie en finale, saison terminée pour Djokovic", + "description": "La Croatie a battu la Serbie 2-1 en demi-finale de Coupe Davis vendredi à Madrid. Le numéro un mondial Novak Djokovic, vainqueur de son simple face à Marin Cilic, est quant à lui en vacances.

", + "content": "La Croatie a battu la Serbie 2-1 en demi-finale de Coupe Davis vendredi à Madrid. Le numéro un mondial Novak Djokovic, vainqueur de son simple face à Marin Cilic, est quant à lui en vacances.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-2021-alves-suggere-d-offrir-la-recompense-a-eriksen-car-la-vie-est-plus-importante-que-le-foot_AV-202111290403.html", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-la-croatie-en-finale-saison-terminee-pour-djokovic_AD-202112030542.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:34:50 GMT", - "enclosure": "https://images.bfmtv.com/QD0HqwLYIyps8PB0OOulryi5FgU=/0x0:1200x675/800x0/images/Daniel-Alves-1177845.jpg", + "pubDate": "Fri, 03 Dec 2021 21:54:43 GMT", + "enclosure": "https://images.bfmtv.com/hXryxjwYGpx9QEIeO0KXePg8CDc=/0x115:2048x1267/800x0/images/Novak-Djokovic-avec-la-Serbie-1181279.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59055,17 +60465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2fa1552e8eb5ae0262c11682c912653" + "hash": "0de0249e724663ea91f42f2980d0b20d" }, { - "title": "The Best: la Fifa rattrape sa boulette avec Edouard Mendy", - "description": "La Fifa a publié ce lundi un nouveau visuel des gardiens nommés pour ses trophées The Best. Et cette fois, le Sénégalais Edouard Mendy est bien vêtu du maillot de son équipe nationale.

", - "content": "La Fifa a publié ce lundi un nouveau visuel des gardiens nommés pour ses trophées The Best. Et cette fois, le Sénégalais Edouard Mendy est bien vêtu du maillot de son équipe nationale.

", + "title": "Le Betis Séville, Porto et le Sporting menacés d'exclusion des coupes d'Europe par l'UEFA", + "description": "L'UEFA sanctionne huit clubs européens en raison de leur dette excessive et leurs impayés, dont le Betis Séville, le FC Porto ou encore le Sporting Portugal. Les équipes en question vont devoir payer une amende mais en cas d'infraction répétée fin janvier, elles pourraient être exclues des coupes d'Europe pour trois saisons.

", + "content": "L'UEFA sanctionne huit clubs européens en raison de leur dette excessive et leurs impayés, dont le Betis Séville, le FC Porto ou encore le Sporting Portugal. Les équipes en question vont devoir payer une amende mais en cas d'infraction répétée fin janvier, elles pourraient être exclues des coupes d'Europe pour trois saisons.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/the-best-la-fifa-rattrape-sa-boulette-avec-edouard-mendy_AV-202111290389.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/le-betis-seville-porto-et-le-sporting-menaces-d-exclusion-des-coupes-d-europe-par-l-uefa_AV-202112030535.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:17:27 GMT", - "enclosure": "https://images.bfmtv.com/zlNDmwq2xsKh6btZv47GFApUJmU=/0x92:2048x1244/800x0/images/Edouard-Mendy-1177817.jpg", + "pubDate": "Fri, 03 Dec 2021 21:33:17 GMT", + "enclosure": "https://images.bfmtv.com/6GD1sCjHo4jRIzfotkVkLinVyws=/6x109:2022x1243/800x0/images/La-celebration-du-Betis-Seville-1181270.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59075,17 +60485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae95114384c07be69d3fbf99f2bc3210" + "hash": "9c65f5ee169df4675cfad6f7af75cff5" }, { - "title": "Top 14: le terrible verdict est tombé pour Bastareaud", - "description": "Evacué sur civière et sorti en larmes samedi, lors de la défaite du LOU à Toulon, Mathieu Bastareaud souffre bien d’une rupture du tendon quadricipal des deux genoux. Une blessure rare qui va le mettre à l’arrêt pendant six mois et qui pose la question de la suite de sa carrière.

", - "content": "Evacué sur civière et sorti en larmes samedi, lors de la défaite du LOU à Toulon, Mathieu Bastareaud souffre bien d’une rupture du tendon quadricipal des deux genoux. Une blessure rare qui va le mettre à l’arrêt pendant six mois et qui pose la question de la suite de sa carrière.

", + "title": "Racing: Thomas vers La Rochelle à la fin de saison", + "description": "Libre en fin de saison, Teddy Thomas se trouve en contact avancé avec le club de La Rochelle. L’ailier du Racing va s’engager pour trois saisons avec les Maritimes selon le journal Sud Ouest.

", + "content": "Libre en fin de saison, Teddy Thomas se trouve en contact avancé avec le club de La Rochelle. L’ailier du Racing va s’engager pour trois saisons avec les Maritimes selon le journal Sud Ouest.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14-le-terrible-verdict-est-tombe-pour-bastareaud_AV-202111290372.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/racing-thomas-vers-la-rochelle-a-la-fin-de-saison_AV-202112030531.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:44:24 GMT", - "enclosure": "https://images.bfmtv.com/c6HYWzby3eUD1E2U0niImRmXz9A=/0x39:768x471/800x0/images/Mathieu-Bastareaud-evacue-du-terrain-sur-civiere-apres-s-etre-blesse-sur-le-terrain-de-Toulon-le-27-novembre-2021-1176826.jpg", + "pubDate": "Fri, 03 Dec 2021 21:17:45 GMT", + "enclosure": "https://images.bfmtv.com/vIFJTznRuwpBaA5jGzP49Yy00rE=/0x106:2048x1258/800x0/images/Teddy-Thomas-avec-le-Racing-92-1181257.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59095,17 +60505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad6aa91525f75ccd3363970e58f16c3b" + "hash": "c718a9f2cc2acc475c0f05cafedf2f3b" }, { - "title": "Prix Puskas: un joueur d'Auxerre en en lice pour le plus beau but de l’année", - "description": "L'ailier de l'AJ, Auxerre Gauthier Hein, a été choisi pour figurer parmi les onze nommés au trophée Puskas, récompensant le plus beau but de l'année. Le résultat du vote sera connu le 17 janvier 2022.

", - "content": "L'ailier de l'AJ, Auxerre Gauthier Hein, a été choisi pour figurer parmi les onze nommés au trophée Puskas, récompensant le plus beau but de l'année. Le résultat du vote sera connu le 17 janvier 2022.

", + "title": "Affaire Suk lors d'OM-Troyes: procédure interne ouverte à l'OM et gros rappel à l'ordre de Longoria", + "description": "Une procédure a été ouverte à l'OM et des sanctions sont à venir, après les propos racistes prononcés contre Hyun-Jun Suk dimanche, lors de la victoire de l'OM face à Troyes (1-0) en Ligue 1. Pablo Longoria a par ailleurs fait un gros rappel à l'ordre avec des règles \"non négociables\".

", + "content": "Une procédure a été ouverte à l'OM et des sanctions sont à venir, après les propos racistes prononcés contre Hyun-Jun Suk dimanche, lors de la victoire de l'OM face à Troyes (1-0) en Ligue 1. Pablo Longoria a par ailleurs fait un gros rappel à l'ordre avec des règles \"non négociables\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/prix-puskas-un-joueur-d-auxerre-en-en-lice-pour-le-plus-beau-but-de-l-annee_AV-202111290369.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/affaire-suk-lors-d-om-troyes-procedure-interne-ouverte-a-l-om-et-gros-rappel-a-l-ordre-de-longoria_AV-202112030479.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:43:48 GMT", - "enclosure": "https://images.bfmtv.com/W5418KKY6vFc8nw4pTvXrjewbe4=/0x2:1200x677/800x0/images/Gauthier-Hein-1177809.jpg", + "pubDate": "Fri, 03 Dec 2021 18:05:12 GMT", + "enclosure": "https://images.bfmtv.com/Gsrp-BFbJMkiLJI5hoinesiYi8M=/0x0:2048x1152/800x0/images/Pablo-Longoria-1170791.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59115,17 +60525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f39579c6a3befc58c59098dafc85fd8c" + "hash": "251269b238927d9eeb8ea01745203bf5" }, { - "title": "PSG: six à huit semaines d'absence pour Neymar", - "description": "Sorti sur civière dimanche à Saint-Etienne, Neymar souffre d’une entorse de la cheville gauche avec lésions ligamentaires. Le PSG annonce une indisponibilité de six à huit semaines.

", - "content": "Sorti sur civière dimanche à Saint-Etienne, Neymar souffre d’une entorse de la cheville gauche avec lésions ligamentaires. Le PSG annonce une indisponibilité de six à huit semaines.

", + "title": "OM en direct: procédure interne et rappel à l'ordre de Longoria, après les propos racistes contre Suk", + "description": "L'OM recevra Brest, samedi après-midi au Vélodrome (17h) dans le cadre de la 17e journée de Ligue 1. A la veille du match, Jorge Sampaoli et Pol Lirola ont pris la parole en conférence de presse.

", + "content": "L'OM recevra Brest, samedi après-midi au Vélodrome (17h) dans le cadre de la 17e journée de Ligue 1. A la veille du match, Jorge Sampaoli et Pol Lirola ont pris la parole en conférence de presse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-six-a-huit-semaines-d-absence-pour-neymar_AV-202111290365.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-en-direct-la-conf-de-sampaoli-et-lirola-avant-brest_LN-202112030234.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:35:28 GMT", - "enclosure": "https://images.bfmtv.com/XhddshPxaZy0hCmgHX2LCegVrmY=/0x106:2048x1258/800x0/images/Neymar-1177801.jpg", + "pubDate": "Fri, 03 Dec 2021 10:43:55 GMT", + "enclosure": "https://images.bfmtv.com/NdNoKxOpVyxNHx0BlR0NN1eJgE4=/0x42:2048x1194/800x0/images/Pablo-LONGORIA-1162047.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59135,17 +60545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c45dd9f147326390e71bbbb4fe61ce82" + "hash": "30f5e2d023250d131dc3076c082a42ee" }, { - "title": "Tsonga, aux côtés des jeunes talents du tennis", - "description": "Créée depuis 2018, la Team Jeunes Talents de la BNP Paribas aide à la formation des futurs champions de tennis. Jo-Wilfried Tsonga, parrain du programme, les aide et est témoin des nouvelles générations. Dix nouveaux jeunes joueurs viennent d’intégrer la Team, affiliée à BNP Paribas et la Fédération Française de Tennis. 

", - "content": "Créée depuis 2018, la Team Jeunes Talents de la BNP Paribas aide à la formation des futurs champions de tennis. Jo-Wilfried Tsonga, parrain du programme, les aide et est témoin des nouvelles générations. Dix nouveaux jeunes joueurs viennent d’intégrer la Team, affiliée à BNP Paribas et la Fédération Française de Tennis. 

", + "title": "PSG: Hakimi juge la Ligue 1 \"très difficile\"", + "description": "Arrivé l’été dernier en provenance de l’Inter Milan, Achraf Hakimi continue de s’adapter à la Ligue 1. Dans une interview sur le site du club, le latéral droit du PSG a souligné le niveau élevé du championnat français, tout en abordant le match de samedi contre Lens (à 21h).

", + "content": "Arrivé l’été dernier en provenance de l’Inter Milan, Achraf Hakimi continue de s’adapter à la Ligue 1. Dans une interview sur le site du club, le latéral droit du PSG a souligné le niveau élevé du championnat français, tout en abordant le match de samedi contre Lens (à 21h).

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tsonga-aux-cotes-des-jeunes-talents-du-tennis_AV-202111290355.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-hakimi-juge-la-ligue-1-tres-difficile_AV-202112030468.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:21:37 GMT", - "enclosure": "https://images.bfmtv.com/LuX3-G0bHwN9GhaazMxBrcMn5vc=/0x0:1280x720/800x0/images/Jo-Wilfried-Tsonga-et-la-Team-Jeunes-Talents-de-la-BNP-Paribas-1173638.jpg", + "pubDate": "Fri, 03 Dec 2021 17:47:15 GMT", + "enclosure": "https://images.bfmtv.com/e2le8K0AoWn54anF2myBv0N1mjU=/0x100:1920x1180/800x0/images/Hakimi-1134375.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59155,17 +60565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c404791a47c6936ed507dc53600a656" + "hash": "52957702de32ac195b30f296a351584a" }, { - "title": "Nantes: la mise au point de Kombouaré sur ses critiques contre les jeunes du centre de formation", - "description": "Après avoir créé la polémique en trouvant \"inquiétant\" le niveau des jeunes au centre de formation du FC Nantes, l’entraîneur des Canaris, Antoine Kombouaré, a nuancé ses propos lundi, à deux jours de la réception de l’OM à la Beaujoire.

", - "content": "Après avoir créé la polémique en trouvant \"inquiétant\" le niveau des jeunes au centre de formation du FC Nantes, l’entraîneur des Canaris, Antoine Kombouaré, a nuancé ses propos lundi, à deux jours de la réception de l’OM à la Beaujoire.

", + "title": "Portugal: report du prochain match de championnat du Belenenses SAD, décimé par le Covid-19", + "description": "Le match de clôture de la 13e journée du championnat portugais entre Vizela et le Belenenses SAD initiallement porgrammée dimanche soir a été reporté en raison des nombreux cas de Covid.

", + "content": "Le match de clôture de la 13e journée du championnat portugais entre Vizela et le Belenenses SAD initiallement porgrammée dimanche soir a été reporté en raison des nombreux cas de Covid.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-la-mise-au-point-de-kombouare-sur-ses-critiques-contre-les-jeunes-du-centre-de-formation_AV-202111290351.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-report-du-prochain-match-de-championnat-du-belenenses-sad-decime-par-le-covid-19_AD-202112030442.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 14:59:55 GMT", - "enclosure": "https://images.bfmtv.com/fYTWH4Gg3OWxHxyNpxv1yzT5CPY=/0x39:768x471/800x0/images/L-entraineur-de-Nantes-Antoine-Kombouare-encourage-ses-joueurs-lors-du-match-de-L1-a-domicilecontre-Marseille-le-20-fevrier-2021-au-stade-de-La-Beaujoire-1035343.jpg", + "pubDate": "Fri, 03 Dec 2021 17:19:09 GMT", + "enclosure": "https://images.bfmtv.com/nFAsfGinB4DElwTqXsAi74aNf0I=/0x162:2048x1314/800x0/images/Les-joueurs-du-club-de-Belenenses-1177577.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59175,17 +60585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33f668a84d404b1918a09a9eb7bfb700" + "hash": "50d69760342b388bd98945adde607e48" }, { - "title": "Racing 92: Teddy Thomas s’excuse auprès de l’UBB et de Cordero pour son attitude jugée arrogante", - "description": "Teddy Thomas s'est défendu sur Instagram d'avoir voulu manquer de respect à l'UBB et Santiago Cordero dimanche soir, au cours d'un match, remporté par Bordeaux au Racing (37-14) où on l'a vu faire preuve d'impertinence dans ses attitudes. Ce qui a eu le don d'agacer Christophe Urios.

", - "content": "Teddy Thomas s'est défendu sur Instagram d'avoir voulu manquer de respect à l'UBB et Santiago Cordero dimanche soir, au cours d'un match, remporté par Bordeaux au Racing (37-14) où on l'a vu faire preuve d'impertinence dans ses attitudes. Ce qui a eu le don d'agacer Christophe Urios.

", + "title": "Coupe du monde 2022: la rencontre entre l’Afrique du Sud et le Ghana ne sera pas rejouée", + "description": "Dans le cadre des qualifications pour la Coupe du monde 2022, le Ghana s’était imposé 1-0 contre l’Afrique du Sud grâce à un penalty d’André Ayew. Mais les Sud-Africains avaient demandé à faire rejouer le match en estimant que le penalty donné était litigieux. Mais ce vendredi, la demande des Bafana Bafana a été rejetée par la Fifa.

", + "content": "Dans le cadre des qualifications pour la Coupe du monde 2022, le Ghana s’était imposé 1-0 contre l’Afrique du Sud grâce à un penalty d’André Ayew. Mais les Sud-Africains avaient demandé à faire rejouer le match en estimant que le penalty donné était litigieux. Mais ce vendredi, la demande des Bafana Bafana a été rejetée par la Fifa.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/racing-92-teddy-thomas-s-excuse-aupres-de-l-ubb-et-de-cordero-pour-son-attitude-jugee-arrogante_AV-202111290349.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-la-rencontre-entre-l-afrique-du-sud-et-le-ghana-ne-sera-pas-rejouee_AV-202112030434.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 14:58:18 GMT", - "enclosure": "https://images.bfmtv.com/N6ZavHoWjyjWgnitqEDx81DTpB4=/0x43:1200x718/800x0/images/Teddy-Thomas-1177783.jpg", + "pubDate": "Fri, 03 Dec 2021 17:11:50 GMT", + "enclosure": "https://images.bfmtv.com/Vqcc89X1eONO3xJ_ijNn0_4BRG4=/0x42:2048x1194/800x0/images/Hugo-Broos-1181051.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59195,17 +60605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ed5c7e72362bba5bd01315a4d246df3" + "hash": "5b1dae55cb3b4728c9fe8046729e444f" }, { - "title": "Les pronos hippiques du mardi 30 novembre 2021", - "description": "Le Quinté+ du mardi 30 novembre est programmé sur l’hippodrome de Deauville dans la discipline du plat. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du mardi 30 novembre est programmé sur l’hippodrome de Deauville dans la discipline du plat. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Saint-Etienne: le point sur les dossiers des éventuels repreneurs", + "description": "C'est dans un contexte économique et sportif pour le moins compliqué, avec une 20e place en Ligue 1, que Saint-Etienne continue de chercher un repreneur. Le maintien du club dans l'élite est une donnée prépondérante à une éventuelle cession.

", + "content": "C'est dans un contexte économique et sportif pour le moins compliqué, avec une 20e place en Ligue 1, que Saint-Etienne continue de chercher un repreneur. Le maintien du club dans l'élite est une donnée prépondérante à une éventuelle cession.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-30-novembre-2021_AN-202111290348.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-le-point-sur-les-dossiers-des-eventuels-repreneurs_AV-202112030423.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 14:56:59 GMT", - "enclosure": "https://images.bfmtv.com/Z5rKyzZe-BVrlNrqNcLuuDmKxcU=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-30-novembre-2021-1177519.jpg", + "pubDate": "Fri, 03 Dec 2021 17:00:43 GMT", + "enclosure": "https://images.bfmtv.com/FuMLZHdu-z53asetN7_J2epCSLI=/0x212:2048x1364/800x0/images/Saint-Etienne-1181074.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59215,17 +60625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca6bb73b2029489214445dc3a59f4b48" + "hash": "647c9923fe759aff5b6cb2944105d9c6" }, { - "title": "PSG: Marquinhos a entamé des discussions pour une prolongation", - "description": "Selon nos informations, le Paris Saint-Germain a commencé à discuter d’une prolongation de contrat avec Marquinhos, défenseur central et surtout capitaine du PSG, lié au club de la capitale jusqu’en 2024.

", - "content": "Selon nos informations, le Paris Saint-Germain a commencé à discuter d’une prolongation de contrat avec Marquinhos, défenseur central et surtout capitaine du PSG, lié au club de la capitale jusqu’en 2024.

", + "title": "Varane raconte comment Zidane l’a poussé à refuser Manchester United et Ferguson pour le Real", + "description": "Recruté pendant l’été par Manchester United, Raphaël Varane aurait pu signer en Premier League dès 2011. Malgré une visite de Sir Alex Ferguson, le défenseur français avait finalement rejoint le Real Madrid après l’intervention de Zinedine Zidane.

", + "content": "Recruté pendant l’été par Manchester United, Raphaël Varane aurait pu signer en Premier League dès 2011. Malgré une visite de Sir Alex Ferguson, le défenseur français avait finalement rejoint le Real Madrid après l’intervention de Zinedine Zidane.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-marquinhos-a-entame-des-discussions-pour-une-prolongation_AV-202111290331.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/varane-raconte-comment-zidane-l-a-pousse-a-refuser-manchester-united-et-ferguson-pour-le-real_AV-202112030417.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 14:10:30 GMT", - "enclosure": "https://images.bfmtv.com/4by0-zGS0-wbQhd0G9kZmKaKhGU=/0x106:2048x1258/800x0/images/Marquinhos-1150425.jpg", + "pubDate": "Fri, 03 Dec 2021 16:51:58 GMT", + "enclosure": "https://images.bfmtv.com/fHYu4al9cT9J34HiFJR9oalV74U=/0x0:2032x1143/800x0/images/Raphael-Varane-avec-Manchester-United-1181067.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59235,17 +60645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9dab24e6321d7d010370f7c0f85acc4" + "hash": "11177d1ad1b32a153f63740a07c635fa" }, { - "title": "Nice: comment Galtier s’inspire de Manchester City avant le match contre le PSG", - "description": "Christophe Galtier a livré lundi un petit secret de sa préparation pour le match entre Nice et le PSG. Avant de défier Paris, mercredi au Parc des Princes lors de la 16e journée de Ligue 1, l’entraîneur niçois s’est notamment appuyé sur la victoire de Manchester City en Ligue des champions.

", - "content": "Christophe Galtier a livré lundi un petit secret de sa préparation pour le match entre Nice et le PSG. Avant de défier Paris, mercredi au Parc des Princes lors de la 16e journée de Ligue 1, l’entraîneur niçois s’est notamment appuyé sur la victoire de Manchester City en Ligue des champions.

", + "title": "Affaire Hamraoui-Diallo: vers un retour à l’entrainement collectif la semaine prochaine?", + "description": "Le PSG se prépare au retour dans le groupe de Kheira Hamraoui et Aminata Dallo la semaine prochaine. Mais rien n'est simple.

", + "content": "Le PSG se prépare au retour dans le groupe de Kheira Hamraoui et Aminata Dallo la semaine prochaine. Mais rien n'est simple.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-comment-galtier-s-inspire-de-manchester-city-avant-le-match-contre-le-psg_AV-202111290325.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/affaire-hamraoui-diallo-vers-un-retour-a-l-entrainement-collectif-la-semaine-prochaine_AV-202112030413.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 13:49:26 GMT", - "enclosure": "https://images.bfmtv.com/Ew8LXuLtyayRQMlluQum0fjFt90=/0x172:2048x1324/800x0/images/Christophe-Galtier-donne-des-consignes-aux-joueurs-de-Nice-1177758.jpg", + "pubDate": "Fri, 03 Dec 2021 16:46:13 GMT", + "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59255,17 +60665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ccc369a68eb24f4cd6eb85f7882f8c7" + "hash": "600ccc7f84713a9524c1ecef1511bb8c" }, { - "title": "Nantes: \"Marcher sur l'OM\", Kombouaré s’amuse de sa petite phrase", - "description": "Antoine Kombouaré a expliqué ses propos en conférence de presse, lui qui avait déclaré vouloir \"marcher sur l’OM\", que le FC Nantes reçoit mercredi (21h), en Ligue 1.

", - "content": "Antoine Kombouaré a expliqué ses propos en conférence de presse, lui qui avait déclaré vouloir \"marcher sur l’OM\", que le FC Nantes reçoit mercredi (21h), en Ligue 1.

", + "title": "Ligue 1: pourquoi Lens aura un maillot spécial face au PSG", + "description": "Les joueurs du RC Lens porteront un maillot spécial pour affronter le PSG samedi soir au stade Bollaert pour le compte de la 17e journée de Ligue 1. Une tunique collector pour célébrer la Sainte-Barbe, la patronne des pompiers et surtout des mineurs.

", + "content": "Les joueurs du RC Lens porteront un maillot spécial pour affronter le PSG samedi soir au stade Bollaert pour le compte de la 17e journée de Ligue 1. Une tunique collector pour célébrer la Sainte-Barbe, la patronne des pompiers et surtout des mineurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-marcher-sur-l-om-kombouare-s-amuse-de-sa-petite-phrase_AV-202111290323.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-pourquoi-lens-aura-un-maillot-special-face-au-psg_AV-202112030404.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 13:47:14 GMT", - "enclosure": "https://images.bfmtv.com/tru-36sddlugE2kXJ3eUWsRnGYI=/0x0:1200x675/800x0/images/Antoine-Kombouare-1177738.jpg", + "pubDate": "Fri, 03 Dec 2021 16:28:20 GMT", + "enclosure": "https://images.bfmtv.com/YyPMLvb90_0u1fKDc6pV1DA4D7c=/0x0:2048x1152/800x0/images/Les-joueurs-du-RC-Lens-auront-un-maillot-special-face-au-PSG-1181043.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59275,17 +60685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "587a7c2fd2432533b233406072c20066" + "hash": "babc662aef59bf0e790dba473f0f9307" }, { - "title": "Toulouse: Sofiane Guitoune prolonge deux ans", - "description": "INFO RMC SPORT - Le centre international du Stade Toulousain, Sofiane Guitoune, va prolonger son contrat cette semaine.\n

", - "content": "INFO RMC SPORT - Le centre international du Stade Toulousain, Sofiane Guitoune, va prolonger son contrat cette semaine.\n

", + "title": "F1: Hamilton-Verstappen, ce qu'il faut attendre des deux dernières courses bouillantes de la saison", + "description": "Il n'y a que huit points d'écart entre le leader Max Verstappen (Red Bull) et le tenant du titre Lewis Hamilton (Mercedes) au classement du championnat du monde de Formule 1, à deux courses de la fin de la saison. Le premier acte de ce dénouement est prévu ce dimanche 5 décembre, en Arabie Saoudite.

", + "content": "Il n'y a que huit points d'écart entre le leader Max Verstappen (Red Bull) et le tenant du titre Lewis Hamilton (Mercedes) au classement du championnat du monde de Formule 1, à deux courses de la fin de la saison. Le premier acte de ce dénouement est prévu ce dimanche 5 décembre, en Arabie Saoudite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/toulouse-sofiane-guitoune-prolonge-deux-ans_AV-202111290321.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-verstappen-ce-qu-il-faut-attendre-des-deux-dernieres-courses-bouillantes-de-la-saison_AV-202112020306.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 13:34:37 GMT", - "enclosure": "https://images.bfmtv.com/RKeZ3eMXTf7BnNVW7mXwLCq2kYs=/0x44:768x476/800x0/images/Le-centre-toulousain-Sofiane-Guitoune-echappe-a-la-defense-perpignanaise-lors-de-la-10e-journee-du-Top-14-le-6-novembre-2021-au-Stade-Ernest-Wallon-1161724.jpg", + "pubDate": "Thu, 02 Dec 2021 13:17:04 GMT", + "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59295,17 +60705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87e6577628373c0a5416592760d6f42b" + "hash": "ad8b2d6a7cf97322fcf2924da6580098" }, { - "title": "Nantes: \"Il ne travaillait pas\", comment Kombouaré a relancé Lafont", - "description": "Après deux saisons mitigées au FC Nantes, Alban Lafont, décisif samedi à Lille, exprime enfin tout son talent depuis cet été. A deux jours de la réception de l’OM mercredi (21h) lors de la 16eme journée de Ligue 1, l’entraîneur des Canaris, Antoine Kombouaré, explique les raisons de cette renaissance.

", - "content": "Après deux saisons mitigées au FC Nantes, Alban Lafont, décisif samedi à Lille, exprime enfin tout son talent depuis cet été. A deux jours de la réception de l’OM mercredi (21h) lors de la 16eme journée de Ligue 1, l’entraîneur des Canaris, Antoine Kombouaré, explique les raisons de cette renaissance.

", + "title": "Formule 1: Hamilton devance de peu Verstappen pendant les premiers essais libres du GP d’Arabie Saoudite", + "description": "Ce vendredi avait lieu les premiers essais libres du Grand Prix d’Arabie Saoudite. Pour l’occasion, Lewis Hamilton a réalisé le meilleur temps devant Max Verstappen à 56 millièmes. Le duel entre les deux pilotes semble déjà lancé.

", + "content": "Ce vendredi avait lieu les premiers essais libres du Grand Prix d’Arabie Saoudite. Pour l’occasion, Lewis Hamilton a réalisé le meilleur temps devant Max Verstappen à 56 millièmes. Le duel entre les deux pilotes semble déjà lancé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-il-ne-travaillait-pas-comment-kombouare-a-relance-lafont_AV-202111290310.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/formule-1-hamilton-devance-de-peu-verstappen-pendant-les-premiers-essais-libres-du-gp-d-arabie-saoudite_AV-202112030377.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 13:22:19 GMT", - "enclosure": "https://images.bfmtv.com/HcUfU881kf-H1rGEhDzL8Io4D0I=/0x0:2048x1152/800x0/images/Alban-Lafont-1177726.jpg", + "pubDate": "Fri, 03 Dec 2021 15:49:08 GMT", + "enclosure": "https://images.bfmtv.com/djsZcl16GekBtbPn2XWA81-MXt4=/0x103:2048x1255/800x0/images/Hamilton-Verstappen-1180042.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59315,17 +60725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "468f2ee0ec61881d80cc7f965add432b" + "hash": "990471746e4327e4adf2de823be2a51a" }, { - "title": "Ballon d'or en direct: Lewandowski est arrivé, la pression monte à Paris", - "description": "Après une année 2020 blanche, c'est le retour du Ballon d'or ce lundi. Lionel Messi est le grand favori à sa propre succession, mais Robert Lewandowski et Karim Benzema pourraient aussi être récompensés.

", - "content": "Après une année 2020 blanche, c'est le retour du Ballon d'or ce lundi. Lionel Messi est le grand favori à sa propre succession, mais Robert Lewandowski et Karim Benzema pourraient aussi être récompensés.

", + "title": "Euro 2021: il y aurait pu avoir des morts lors de la finale à Wembley, selon un rapport", + "description": "Un rapport indépendant publié ce vendredi en Angleterre pointe le nauffrage collectif ayant entraîné les graves incidents à Wembley lors de la finale de l'Euro en juillet dernier.

", + "content": "Un rapport indépendant publié ce vendredi en Angleterre pointe le nauffrage collectif ayant entraîné les graves incidents à Wembley lors de la finale de l'Euro en juillet dernier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-en-direct-messi-benzema-ou-lewandowski-suivez-la-designation-du-vainqueur-2021_LN-202111290303.html", + "link": "https://rmcsport.bfmtv.com/football/euro/euro-2021-il-y-aurait-pu-avoir-des-morts-lors-de-la-finale-a-wembley-selon-un-rapport_AV-202112030359.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 13:05:30 GMT", - "enclosure": "https://images.bfmtv.com/AlG7dttBqLvbMhwqw5B8AzUFNpc=/0x104:1984x1220/800x0/images/Robert-Lewandowski-Bayern-1150017.jpg", + "pubDate": "Fri, 03 Dec 2021 15:00:03 GMT", + "enclosure": "https://images.bfmtv.com/muOHc9WaXIfvcPfdBIpczTDDHRo=/0x101:2048x1253/800x0/images/Des-supporters-anglais-a-Wembley-1181007.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59335,17 +60745,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d205a42c4930b42da170dd7d97b4410" + "hash": "9c880ada2535f8f48581cf9ef32298e3" }, { - "title": "Tottenham: le beau geste de Kane pour deux supporters américains privés du match à Burnley", - "description": "Harry Kane a invité deux supporters de Tottenham à assister à une rencontre du club londonien cette saison. Une jolie initiative après le report du match contre Burnley ce dimanche pour lequel ces deux fans américains avaient parcouru plusieurs milliers de kilomètres.

", - "content": "Harry Kane a invité deux supporters de Tottenham à assister à une rencontre du club londonien cette saison. Une jolie initiative après le report du match contre Burnley ce dimanche pour lequel ces deux fans américains avaient parcouru plusieurs milliers de kilomètres.

", + "title": "Barça: \"Il est intransférable\", Xavi met fin aux rumeurs sur De Jong", + "description": "En conférence de presse ce vendredi, Xavi s'est montré très clair concernant l'avenir de Frenkie de Jong. L'entraîneur du Barça compte sur le milieu néerlandais, malgré les rumeurs évoquant un possible départ dans les prochains mois.

", + "content": "En conférence de presse ce vendredi, Xavi s'est montré très clair concernant l'avenir de Frenkie de Jong. L'entraîneur du Barça compte sur le milieu néerlandais, malgré les rumeurs évoquant un possible départ dans les prochains mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-le-beau-geste-de-kane-pour-deux-supporters-americains-prives-du-match-a-burnley_AV-202111290294.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-il-est-intransferable-xavi-met-fin-aux-rumeurs-sur-de-jong_AV-202112030357.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 12:49:12 GMT", - "enclosure": "https://images.bfmtv.com/6-Xq2X9-x-opF5xt-ctzqDtiWkU=/0x0:2048x1152/800x0/images/Harry-Kane-applaudit-les-supporters-de-Tottenham-1177710.jpg", + "pubDate": "Fri, 03 Dec 2021 14:54:11 GMT", + "enclosure": "https://images.bfmtv.com/lDeiLJluOuBYMHuQbn6cKCYNSQo=/0x49:2048x1201/800x0/images/Xavi-HERNANDEZ-1180983.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59355,17 +60765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7048e01587c4026d1ac6eb929bc8be5b" + "hash": "682e7e692579f1cc22deb8e1ca056c84" }, { - "title": "Football: la détection \"semi-automatisée\" du hors-jeu testée lors de la Coupe arabe", - "description": "La Coupe arabe de football, qui s'ouvre mardi au Qatar, sera le premier grand test de la détection \"semi-automatisée\" du hors-jeu, que la Fifa espère introduire lors du Mondial 2022, a annoncé l'instance lundi.

", - "content": "La Coupe arabe de football, qui s'ouvre mardi au Qatar, sera le premier grand test de la détection \"semi-automatisée\" du hors-jeu, que la Fifa espère introduire lors du Mondial 2022, a annoncé l'instance lundi.

", + "title": "Rennes: Gomis regrette le manque de considération des joueurs africains et espère \"des solutions\"", + "description": "Ce vendredi en conférence de presse, Alfred Gomis a regretté l’absence d’Edouard Mendy dans la liste des 30 nominés au Ballon d’or. Le gardien du Stade Rennais espère également que le manque de considération pour les joueurs africains est un problème qui sera rapidement réglé.

", + "content": "Ce vendredi en conférence de presse, Alfred Gomis a regretté l’absence d’Edouard Mendy dans la liste des 30 nominés au Ballon d’or. Le gardien du Stade Rennais espère également que le manque de considération pour les joueurs africains est un problème qui sera rapidement réglé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/football-la-detection-semi-automatisee-du-hors-jeu-testee-lors-de-la-coupe-arabe_AD-202111290293.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/rennes-gomis-regrette-le-manque-de-consideration-des-joueurs-africains-et-espere-des-solutions_AV-202112030356.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 12:45:57 GMT", - "enclosure": "https://images.bfmtv.com/P90RqEo7JqTCV16ZW8_kLpQpTBs=/91x146:2043x1244/800x0/images/Hors-jeu-1035730.jpg", + "pubDate": "Fri, 03 Dec 2021 14:52:36 GMT", + "enclosure": "https://images.bfmtv.com/u2tzGja44fboUtyJ7gYl5uImfh4=/0x104:1984x1220/800x0/images/Alfred-Gomis-Rennes-1103384.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59375,17 +60785,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e2fcbd3288f7816df749dbc8c6ede45" + "hash": "5e31e27f76817505fede850d0207772d" }, { - "title": "Coupe de France en direct: les affiches des 32es de finale tombent", - "description": "Entrée en lice des clubs de Ligue 1 dans la seule compétition qui regroupe tous les clubs de football du pays. Début du tirage vers 19h.

", - "content": "Entrée en lice des clubs de Ligue 1 dans la seule compétition qui regroupe tous les clubs de football du pays. Début du tirage vers 19h.

", + "title": "Coupe du monde tous les deux ans: un vice-président de la FIFA esquisse un plan B", + "description": "Victor Montagliani, vice-président canadien de la FIFA et président de la CONCACAF, estime que l'idée de Coupe du monde tous les deux ans peut être remplacée par le retour de la Coupe des confédérations ou la création d'une Ligue des nations mondiale.

", + "content": "Victor Montagliani, vice-président canadien de la FIFA et président de la CONCACAF, estime que l'idée de Coupe du monde tous les deux ans peut être remplacée par le retour de la Coupe des confédérations ou la création d'une Ligue des nations mondiale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-le-tirage-des-32e-de-finale_LN-202111290286.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-tous-les-deux-ans-un-vice-president-de-la-fifa-esquisse-un-plan-b_AV-202112030346.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 12:33:41 GMT", - "enclosure": "https://images.bfmtv.com/76PqEZG5ZWnaxzO0ISzCvI5aXbU=/0x121:1808x1138/800x0/images/Le-trophee-de-la-Coupe-de-France-1177602.jpg", + "pubDate": "Fri, 03 Dec 2021 14:37:47 GMT", + "enclosure": "https://images.bfmtv.com/TbnujSAFQk9XgaK6gLFOt6zKjpc=/0x98:2048x1250/800x0/images/Victor-Montagliani-1180995.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59395,17 +60805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e272360ec132072d4876a139f4d336b" + "hash": "b268624ef23b493af394cb54280fd8e5" }, { - "title": "Manchester United: ce qu'il faut savoir sur Ralf Rangnick, le nouvel entraîneur des Red Devils", - "description": "Ralf Rangnick (63 ans) va assurer l'intérim sur le banc de Manchester United jusqu'à la fin de la saison ont officialisé ce lundi les Red Devils. Le technicien allemand, qui a inspiré de nombreux compatriotes avec son \"gegenpressing\", a déjà 35 ans de coaching derrière lui, et demeure essentiellement connu pour avoir fait passer le RB Leipzig dans une autre dimension.

", - "content": "Ralf Rangnick (63 ans) va assurer l'intérim sur le banc de Manchester United jusqu'à la fin de la saison ont officialisé ce lundi les Red Devils. Le technicien allemand, qui a inspiré de nombreux compatriotes avec son \"gegenpressing\", a déjà 35 ans de coaching derrière lui, et demeure essentiellement connu pour avoir fait passer le RB Leipzig dans une autre dimension.

", + "title": "Top 14: \"Je pense qu’il va manquer au Top 14. Peut-être un peu moins aux arbitres…\", le dernier tour de piste de Rory Kockott", + "description": "A 35 ans, le demi de mêlée sud-africain de Castres Rory Kockott a annoncé qu’il raccrocherait les crampons à la l’issue de la saison. Après onze années à batailler sur les terrains, récompensées par deux Bouclier de Brennus, il s’est taillé une solide réputation de joueur à la fois talentueux et pénible. Adulé à Castres, souvent détesté ailleurs, pour sa dernière saison, adversaires et partenaires témoignent de son jeu et sa personnalité atypiques.

", + "content": "A 35 ans, le demi de mêlée sud-africain de Castres Rory Kockott a annoncé qu’il raccrocherait les crampons à la l’issue de la saison. Après onze années à batailler sur les terrains, récompensées par deux Bouclier de Brennus, il s’est taillé une solide réputation de joueur à la fois talentueux et pénible. Adulé à Castres, souvent détesté ailleurs, pour sa dernière saison, adversaires et partenaires témoignent de son jeu et sa personnalité atypiques.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ce-qu-il-faut-savoir-sur-ralf-rangnick-le-probable-futur-entraineur-des-red-devils_AV-202111260268.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-je-pense-qu-il-va-manquer-au-top-14-peut-etre-un-peu-moins-aux-arbitres-le-dernier-tour-de-piste-de-rory-kockott_AN-202112030339.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 11:54:51 GMT", - "enclosure": "https://images.bfmtv.com/Gwx88rVLIc4C-6NLO94K_LtFFu8=/0x70:2048x1222/800x0/images/Ralf-Rangnick-1176000.jpg", + "pubDate": "Fri, 03 Dec 2021 14:12:33 GMT", + "enclosure": "https://images.bfmtv.com/L5AG0VfBE3AGTxw9QIQCWZqw5PE=/0x106:2048x1258/800x0/images/Rory-Kockott-1180979.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59415,17 +60825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "506c5a36977715cdc49e216c866c335d" + "hash": "90cf5fe01bc3bed5ccd35205dfe6df8d" }, { - "title": "Manchester United: Rangnick officialisé comme nouvel entraîneur jusqu'à la fin de la saison", - "description": "Manchester United a officialisé ce lundi la nomination de Ralf Rangnick comme nouvel entraîneur de l'équipe première. Le technicien allemand assurera l'intérim pendant la fin de saison en Premier League. Il officiera ensuite comme consultant pendant deux années.

", - "content": "Manchester United a officialisé ce lundi la nomination de Ralf Rangnick comme nouvel entraîneur de l'équipe première. Le technicien allemand assurera l'intérim pendant la fin de saison en Premier League. Il officiera ensuite comme consultant pendant deux années.

", + "title": "Top 14: Rory Kockott fait le bilan, avant de raccrocher les crampons", + "description": "Il est une figure du Top 14. Au moment de vivre ses derniers mois de rugbyman, le demi de mêlée de Castres, qui ne se livre pas souvent, refait le film de sa carrière. Des grands moments, de grands adversaires, comme le demi de mêlée clermontois Morgan Parra. Plus de dix ans en France, des titres et cette éternelle image de provocateur. Un caractère qu’il a forgé depuis tout petit, au milieu de ses frères et sœurs.

", + "content": "Il est une figure du Top 14. Au moment de vivre ses derniers mois de rugbyman, le demi de mêlée de Castres, qui ne se livre pas souvent, refait le film de sa carrière. Des grands moments, de grands adversaires, comme le demi de mêlée clermontois Morgan Parra. Plus de dix ans en France, des titres et cette éternelle image de provocateur. Un caractère qu’il a forgé depuis tout petit, au milieu de ses frères et sœurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-rangnick-officialise-comme-nouvel-entraineur-jusqu-a-la-fin-de-la-saison_AV-202111290268.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-rory-kockott-fait-le-bilan-avant-de-raccrocher-les-crampons_AV-202112030336.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:52:28 GMT", - "enclosure": "https://images.bfmtv.com/vLqVUcapHQXnc3FE03wabJ9ajkw=/16x6:2032x1140/800x0/images/Ralf-Rangnick-1177681.jpg", + "pubDate": "Fri, 03 Dec 2021 14:03:08 GMT", + "enclosure": "https://images.bfmtv.com/2QN_-7qs97YXqi9Ho2Uq7pMookk=/0x106:2048x1258/800x0/images/Rory-Kockott-avec-Castres-le-02-octobre-2021-1180965.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59435,17 +60845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34d5649b69a8f5dd19ddfdcc0945f63c" + "hash": "bce23767137fb4e10503dfd69074897a" }, { - "title": "A quoi va ressembler la Coupe arabe au Qatar, répétition générale du Mondial 2022", - "description": "A un an de la Coupe du monde 2022, le Qatar, pays hôte de la compétition, accueille à partir de mardi la Coupe arabe de football.

", - "content": "A un an de la Coupe du monde 2022, le Qatar, pays hôte de la compétition, accueille à partir de mardi la Coupe arabe de football.

", + "title": "OM: Payet incertain contre Brest, Sampaoli veut apprendre à jouer sans lui", + "description": "Encore très bon mercredi soir à Nantes, Dimitri Payet ne s'est pas entraîné avec le groupe de l'OM ce vendredi matin, et n'est pas sûr de pouvoir jouer samedi contre Brest. Son entraîneur Jorge Sampaoli, qui reconnait une sorte de dépendance, aimerait trouver des solutions en son absence.

", + "content": "Encore très bon mercredi soir à Nantes, Dimitri Payet ne s'est pas entraîné avec le groupe de l'OM ce vendredi matin, et n'est pas sûr de pouvoir jouer samedi contre Brest. Son entraîneur Jorge Sampaoli, qui reconnait une sorte de dépendance, aimerait trouver des solutions en son absence.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/a-quoi-va-ressembler-la-coupe-arabe-au-qatar-repetition-generale-du-mondial-2022_AD-202111290263.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-payet-incertain-contre-brest-sampaoli-veut-apprendre-a-jouer-sans-lui_AV-202112030334.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:44:36 GMT", - "enclosure": "https://images.bfmtv.com/S3a1IcVfrAwJrekeBIFgfR1pkEs=/0x30:2048x1182/800x0/images/Le-trophee-de-la-Coupe-arabe-de-football-au-Qatar-1177641.jpg", + "pubDate": "Fri, 03 Dec 2021 13:54:09 GMT", + "enclosure": "https://images.bfmtv.com/vWz4C1O4NYXL9fR-NQEDlfh06x4=/0x106:2048x1258/800x0/images/Dimitri-Payet-1180962.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59455,17 +60865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b18c9eed5895752ca44245b02368e151" + "hash": "3d3761905e1f1619d0be489ba333d296" }, { - "title": "Ballon d'or en direct: Messi, Benzema ou Lewandowski? Suivez la désignation du vainqueur 2021", - "description": "Après une année 2020 blanche, c'est le retour du Ballon d'or ce lundi. Lionel Messi est le grand favori à sa propre succession, mais Robert Lewandowski et Karim Benzema pourraient aussi être récompensés.

", - "content": "Après une année 2020 blanche, c'est le retour du Ballon d'or ce lundi. Lionel Messi est le grand favori à sa propre succession, mais Robert Lewandowski et Karim Benzema pourraient aussi être récompensés.

", + "title": "PSG: Ramos à nouveau forfait pour le match contre Lens", + "description": "Absent de la séance d'entraînement du PSG ce vendredi matin, Sergio Ramos ne fera pas partie du groupe de Mauricio Pochettino pour le déplacement à Lens samedi. Il a ressenti une fatigue musculaire après son premier match.

", + "content": "Absent de la séance d'entraînement du PSG ce vendredi matin, Sergio Ramos ne fera pas partie du groupe de Mauricio Pochettino pour le déplacement à Lens samedi. Il a ressenti une fatigue musculaire après son premier match.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-en-direct-messi-benzema-ou-lewandowski-suivez-la-designation-du-vainqueur-2021_LN-202111290303.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-ramos-a-nouveau-forfait-pour-le-match-contre-lens_AV-202112030333.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 13:05:30 GMT", - "enclosure": "https://images.bfmtv.com/QkAfnLai92KNFS1kbpfgoYyli7U=/32x3:736x399/800x0/images/Lionel-Messi-sextuple-laureat-du-Ballon-d-Or-ici-distingue-au-Theatre-du-Chatelet-a-Paris-le-2-decembre-2019-1079996.jpg", + "pubDate": "Fri, 03 Dec 2021 13:47:39 GMT", + "enclosure": "https://images.bfmtv.com/7m-qfhTwLE18hCdBBD4kar0LUOg=/0x37:2048x1189/800x0/images/Sergio-RAMOS-1180944.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59475,17 +60885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "68d6f467c5547266dcb23b4ee306b2db" + "hash": "161f7d5abdc1879d44c831aa671dc74e" }, { - "title": "Coupe de France en direct: Le tirage des 32e de finale", - "description": "Entrée en lice des clubs de Ligue 1 dans la seule compétition qui regroupe tous les clubs de football du pays. Début du tirage vers 19h.

", - "content": "Entrée en lice des clubs de Ligue 1 dans la seule compétition qui regroupe tous les clubs de football du pays. Début du tirage vers 19h.

", + "title": "OM: Sampaoli ouvre grand la porte à un départ d'Amavi", + "description": "Très, très peu utilisé par Jorge Sampaoli cette saison, le latéral gauche de l'OM Jordan Amavi a été invité ce vendredi par son entraîneur à se trouver un nouveau club lors du mercato hivernal. S'il le souhaite.

", + "content": "Très, très peu utilisé par Jorge Sampaoli cette saison, le latéral gauche de l'OM Jordan Amavi a été invité ce vendredi par son entraîneur à se trouver un nouveau club lors du mercato hivernal. S'il le souhaite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-le-tirage-des-32e-de-finale_LN-202111290286.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-sampaoli-ouvre-grand-la-porte-a-un-depart-d-amavi_AV-202112030326.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 12:33:41 GMT", - "enclosure": "https://images.bfmtv.com/76PqEZG5ZWnaxzO0ISzCvI5aXbU=/0x121:1808x1138/800x0/images/Le-trophee-de-la-Coupe-de-France-1177602.jpg", + "pubDate": "Fri, 03 Dec 2021 13:36:11 GMT", + "enclosure": "https://images.bfmtv.com/EHW2KNDtaHOhQMfoO-W5uIY-qZU=/0x112:2048x1264/800x0/images/Jordan-Amavi-1180945.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59495,17 +60905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca3e7f0400b47efca5da49e6291adab9" + "hash": "ee877257f6a8aacf909c2b76b242ef3c" }, { - "title": "Stéphane Matheu, un manager comblé", - "description": "Stéphane Matheu était dimanche soir l'invité du RMC Poker Show. Avec un bilan incroyable lors des derniers WSOP à Las Vegas avec 3 bracelets glanés, le manager du Team Winamax est un homme heureux !

", - "content": "Stéphane Matheu était dimanche soir l'invité du RMC Poker Show. Avec un bilan incroyable lors des derniers WSOP à Las Vegas avec 3 bracelets glanés, le manager du Team Winamax est un homme heureux !

", + "title": "Ligue des champions: Bayern-Barça à huis clos en raison du Covid-19", + "description": "La résurgence du Covid-19 en Europe, avec le variant Omicron, pousse la région de Bavière à fermer les stades au public. Conséquence: le Bayern Munich va terminer l'année à huis clos à l'Allianz Arena. Il n'y aura donc pas de spectateurs pour le match face au Barça, en Ligue des champions.

", + "content": "La résurgence du Covid-19 en Europe, avec le variant Omicron, pousse la région de Bavière à fermer les stades au public. Conséquence: le Bayern Munich va terminer l'année à huis clos à l'Allianz Arena. Il n'y aura donc pas de spectateurs pour le match face au Barça, en Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/poker/stephane-matheu-un-manager-comble_AN-202111290267.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-bayern-barca-a-huis-clos-en-raison-du-covid-19_AV-202112030324.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:30:01 GMT", - "enclosure": "https://images.bfmtv.com/u2y8tzYjb1wDI33SQiu-CHhm9HU=/3x39:1123x669/800x0/images/Stephane-Matheu-un-manager-comble-1177679.jpg", + "pubDate": "Fri, 03 Dec 2021 13:35:31 GMT", + "enclosure": "https://images.bfmtv.com/nkYGyglA6e2erS9A5az1SpuxUCI=/0x0:2048x1152/800x0/images/Allianz-Arena-huis-clos-1180916.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59515,17 +60925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aced8db5746b4cabdf36f97aae5244f3" + "hash": "f18fc5a0d21f643661982431309a7ac5" }, { - "title": "Comment le rugby veut poursuivre son implantation en banlieue parisienne", - "description": "La Ligue d’Île-de-France de rugby tente de séduire les jeunes de banlieue. Elle a doublé ses effectifs avec un plan d’un million d’euros et le recrutement de 24 animateurs sportifs territoriaux en lien avec les clubs. Exemple à Champigny-sur-Marne (Val-de-Marne) dont le club a été retenu pour le dispositif. \n

", - "content": "La Ligue d’Île-de-France de rugby tente de séduire les jeunes de banlieue. Elle a doublé ses effectifs avec un plan d’un million d’euros et le recrutement de 24 animateurs sportifs territoriaux en lien avec les clubs. Exemple à Champigny-sur-Marne (Val-de-Marne) dont le club a été retenu pour le dispositif. \n

", + "title": "OL: \"Souci mental\", \"manque de combativité\", le constat sans concession de Caqueret", + "description": "En conférence de presse ce vendredi, Maxence Caqueret n'a pas fait dans la langue de bois au moment d'évoquer les difficultés lyonnaises cette saison. Pointés à une décevante 10e place, les Gones doivent réagir dimanche à Bordeaux.

", + "content": "En conférence de presse ce vendredi, Maxence Caqueret n'a pas fait dans la langue de bois au moment d'évoquer les difficultés lyonnaises cette saison. Pointés à une décevante 10e place, les Gones doivent réagir dimanche à Bordeaux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/comment-le-rugby-veut-poursuivre-son-implantation-en-banlieue-parisienne_AV-202111290246.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-souci-mental-manque-de-combativite-le-constat-sans-concession-de-caqueret_AV-202112030319.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:20:30 GMT", - "enclosure": "https://images.bfmtv.com/sDPrdlURk7u49F0vpl-ChZQyado=/0x0:1280x720/800x0/images/Champigny-1177650.jpg", + "pubDate": "Fri, 03 Dec 2021 13:10:32 GMT", + "enclosure": "https://images.bfmtv.com/4LnWvox5iKtoe3hsQ6UOYDUps6U=/0x0:2048x1152/800x0/images/Maxence-CAQUERET-1180926.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59535,17 +60945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16d9bf74289c771c2db9b4e761e77068" + "hash": "58d927129557ff90f0bd632e2523aa49" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 29 novembre – Liga – Espagne", - "description": "Notre pronostic : Osasuna bat Elche (1.82)

", - "content": "Notre pronostic : Osasuna bat Elche (1.82)

", + "title": "FC Barcelone: Laporta dément avoir demandé à Messi de jouer gratuitement", + "description": "À cause de soucis financiers, le FC Barcelone n’a pas pu trouver un accord avec Lionel Messi pour prolonger son contrat. Si l’Argentin a rejoint le PSG l’été dernier, son cas continue de faire parler en Espagne. Dans un entretien à TV3, le président Joan Laporta a nié avoir demandé à l’attaquant de jouer gratuitement.

", + "content": "À cause de soucis financiers, le FC Barcelone n’a pas pu trouver un accord avec Lionel Messi pour prolonger son contrat. Si l’Argentin a rejoint le PSG l’été dernier, son cas continue de faire parler en Espagne. Dans un entretien à TV3, le président Joan Laporta a nié avoir demandé à l’attaquant de jouer gratuitement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-29-novembre-liga-espagne_AN-202111280105.html", + "link": "https://rmcsport.bfmtv.com/football/liga/fc-barcelone-laporta-dement-avoir-demande-a-messi-de-jouer-gratuitement_AV-202112030308.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:20:00 GMT", - "enclosure": "https://images.bfmtv.com/IlhC8pbOU9JDcgcSdmwvpVt2ASs=/0x36:2000x1161/800x0/images/Osasuna-1177048.jpg", + "pubDate": "Fri, 03 Dec 2021 12:36:24 GMT", + "enclosure": "https://images.bfmtv.com/TKxwzRYiaHwyNASD0_e1U477KW0=/0x40:768x472/800x0/images/Le-president-du-FC-Barcelone-Joan-Laporta-lors-d-un-point-presse-axe-sur-la-non-prolongation-du-contrat-de-Leo-Messi-au-Camp-Nou-le-6-aout-2021-1080266.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59555,17 +60965,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ed9033dceeb7324f4e6396774498756" + "hash": "3328c0adebe1ce7704f33652c220a4ac" }, { - "title": "PARIS PRONOS RMC Le pari basket de Stephen Brun du 29 novembre – NBA", - "description": "Mon pronostic : Houston bat Oklahoma (1.72)

", - "content": "Mon pronostic : Houston bat Oklahoma (1.72)

", + "title": "Les grandes interviews RMC Sport: Klopp, l'apôtre du gegenpressing", + "description": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Rendez-vous ce vendredi avec Jürgen Klopp. L'entraîneur allemand de Liverpool s'était confié à Footissime en novembre 2018, en détaillant notamment sa vision du \"gegenpressing\".

", + "content": "Du 1er au 24 décembre, RMC Sport vous propose de découvrir ou redécouvrir les grandes interviews diffusées à l'antenne. Rendez-vous ce vendredi avec Jürgen Klopp. L'entraîneur allemand de Liverpool s'était confié à Footissime en novembre 2018, en détaillant notamment sa vision du \"gegenpressing\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/paris-pronos-rmc-le-pari-basket-de-stephen-brun-du-29-novembre-nba_AN-202111290243.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/les-grandes-interviews-rmc-sport-klopp-l-apotre-du-gegenpressing_AN-202112030014.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:19:03 GMT", - "enclosure": "https://images.bfmtv.com/0fYQGkwJkNRPZfIynH6IlQ3hCTM=/0x119:1984x1235/800x0/images/Houston-1177648.jpg", + "pubDate": "Fri, 03 Dec 2021 12:00:00 GMT", + "enclosure": "https://images.bfmtv.com/INvUjCjDZWBkFApdLfOexA1-cU0=/0x3:1024x579/800x0/images/Juergen-Klopp-Footissime-novembre-2018-1180119.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59575,17 +60985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33948e2488209e3b4eef8bfd2165dbdb" + "hash": "9f2a3a8081107baf3992f0880fcccf7b" }, { - "title": "Nantes-OM: les supporters marseillais encore interdits à la Beaujoire", - "description": "La Préfecture de la Loire-Atlantique a pris un arrêté pour interdire l’accès à la Beaujoire de tout supporter se prévalant en faveur de Marseille à Nantes, mercredi pour le match entre les deux équipes (21h, 16e journée de Ligue 1).

", - "content": "La Préfecture de la Loire-Atlantique a pris un arrêté pour interdire l’accès à la Beaujoire de tout supporter se prévalant en faveur de Marseille à Nantes, mercredi pour le match entre les deux équipes (21h, 16e journée de Ligue 1).

", + "title": "Juventus: le transfert de Ronaldo vers Manchester United dans le viseur de la justice italienne", + "description": "La justice italienne, qui s'intéresse depuis plusieurs semaines à de possibles irrégularités dans les comptes de la Juventus, aurait désormais le transfert de Cristiano Ronaldo vers Manchester United dans son viseur. De nouvelles perquisitions ont été ordonnées.

", + "content": "La justice italienne, qui s'intéresse depuis plusieurs semaines à de possibles irrégularités dans les comptes de la Juventus, aurait désormais le transfert de Cristiano Ronaldo vers Manchester United dans son viseur. De nouvelles perquisitions ont été ordonnées.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-om-les-supporters-marseillais-encore-interdits-a-la-beaujoire_AV-202111290242.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-le-transfert-de-ronaldo-vers-manchester-united-dans-le-viseur-de-la-justice-italienne_AV-202112030277.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:18:57 GMT", - "enclosure": "https://images.bfmtv.com/KP6i-FVMkI3_azyw9SUtoQXDTWA=/0x131:2048x1283/800x0/images/Le-cercueil-de-Bernard-Tapie-acclame-par-les-supporters-de-l-OM-1142765.jpg", + "pubDate": "Fri, 03 Dec 2021 11:49:02 GMT", + "enclosure": "https://images.bfmtv.com/OnwFlV7S7OmiG1C0plWmQqlHSW0=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-avec-la-Juventus-1088753.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59595,17 +61005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e930bf9c68224170a1b8ac049308bb93" + "hash": "a576ec5bbe9b516ff0fef63fdeadd327" }, { - "title": "LOU: Bastareaud doit passer une IRM ce lundi pour être fixé sur ses blessures aux genoux", - "description": "Le troisième ligne de Lyon, Mathieu Bastareaud, sorti sur civière, en larmes, touché aux deux genoux, lors de la défaite à Toulon (19-13), samedi, doit passer une IRM ce lundi.

", - "content": "Le troisième ligne de Lyon, Mathieu Bastareaud, sorti sur civière, en larmes, touché aux deux genoux, lors de la défaite à Toulon (19-13), samedi, doit passer une IRM ce lundi.

", + "title": "FC Barcelone: la présence de Fati face au Bayern Munich compromise", + "description": "Blessé depuis le match nul 3-3 face au Celta Vigo au début du mois de novembre, Ansu Fati est loin d’être assuré de disputer le dernier match de poule de Ligue des champions du FC Barcelone face au Bayern Munich.

", + "content": "Blessé depuis le match nul 3-3 face au Celta Vigo au début du mois de novembre, Ansu Fati est loin d’être assuré de disputer le dernier match de poule de Ligue des champions du FC Barcelone face au Bayern Munich.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/lou-bastareaud-doit-passer-une-irm-ce-lundi-pour-etre-fixe-sur-ses-blessures-aux-genoux_AV-202111290240.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/fc-barcelone-la-presence-de-fati-face-au-bayern-munich-compromise_AV-202112030265.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:16:30 GMT", - "enclosure": "https://images.bfmtv.com/c6HYWzby3eUD1E2U0niImRmXz9A=/0x39:768x471/800x0/images/Mathieu-Bastareaud-evacue-du-terrain-sur-civiere-apres-s-etre-blesse-sur-le-terrain-de-Toulon-le-27-novembre-2021-1176826.jpg", + "pubDate": "Fri, 03 Dec 2021 11:31:48 GMT", + "enclosure": "https://images.bfmtv.com/j4EVumjbN5t85SMWzTpKCgmxhFA=/0x65:2048x1217/800x0/images/Ansu-Fati-1147589.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59615,17 +61025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f42270938c5bfac0a6870a842e06f317" + "hash": "edbe8875051f7db20e062530f116ac8a" }, { - "title": "Top 14: \"Pas le garçon le plus courageux\", Chabal se paye Teddy Thomas", - "description": "Sébastien Chabal a fustigé le comportement de Teddy Thomas ce dimanche lors de la défaite du Racing contre l’UBB (14-37). L’ancienne star du rugby tricolore et désormais consultant a regretté le chambrage de l’ailier francilien.

", - "content": "Sébastien Chabal a fustigé le comportement de Teddy Thomas ce dimanche lors de la défaite du Racing contre l’UBB (14-37). L’ancienne star du rugby tricolore et désormais consultant a regretté le chambrage de l’ailier francilien.

", + "title": "GP d'Arabie saoudite: Hamilton dénonce les \"terrifiantes\" lois saoudiennes, le concert de Bieber sous le feu des critiques", + "description": "Lewis Hamilton a reconnu que disputer un Grand Prix de Formule 1 en Arabie Saoudite, un pays critiqué pour ses manquements aux droits humains, ne le mettait pas à l'aise. Il portera pour l'occasion un casque aux couleurs de la communauté LGBT+.

", + "content": "Lewis Hamilton a reconnu que disputer un Grand Prix de Formule 1 en Arabie Saoudite, un pays critiqué pour ses manquements aux droits humains, ne le mettait pas à l'aise. Il portera pour l'occasion un casque aux couleurs de la communauté LGBT+.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-pas-le-garcon-le-plus-courageux-chabal-se-paye-teddy-thomas_AV-202111290239.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-hamilton-denonce-les-terrifiantes-lois-saoudiennes-le-concert-de-bieber-sous-le-feu-des-critiques_AV-202112030256.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:12:38 GMT", - "enclosure": "https://images.bfmtv.com/2zDZTBwyl1uukAC0rlSikhKSFL8=/0x106:2048x1258/800x0/images/Teddy-Thomas-lors-du-match-Racing-UBB-1177632.jpg", + "pubDate": "Fri, 03 Dec 2021 11:25:10 GMT", + "enclosure": "https://images.bfmtv.com/Wj8xmcvgRDfbSdQR3mYrrFrlNCU=/0x124:2048x1276/800x0/images/Lewis-Hamilton-1180821.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59635,17 +61045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f4ed47ff33dfdd6684c9e66ce294e65" + "hash": "41d660fac8102a6b26ed96ec10122135" }, { - "title": "Le prochain Mondial des clubs reprogrammé en février aux Emirats arabes unis", - "description": "La Fifa a reprogrammé la prochaine Coupe du monde des clubs du 3 au 12 février 2022 aux Emirats arabes unis. La compétition était initialement prévue au Japon

", - "content": "La Fifa a reprogrammé la prochaine Coupe du monde des clubs du 3 au 12 février 2022 aux Emirats arabes unis. La compétition était initialement prévue au Japon

", + "title": "Mercato en direct: Xavi compte sur De Jong et Dembélé", + "description": "Le mercato d'hiver ouvre ses portes dans un peu plus d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "content": "Le mercato d'hiver ouvre ses portes dans un peu plus d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-prochain-mondial-des-clubs-reprogramme-en-fevrier-aux-emirats-arabes-unis_AD-202111290233.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-2-decembre_LN-202112020061.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 10:55:14 GMT", - "enclosure": "https://images.bfmtv.com/tRPly6B7taGrP0IrT0AXKJz9akM=/0x339:2032x1482/800x0/images/Chelsea-participera-a-la-Coupe-du-monde-des-clubs-apres-son-sacre-en-Ligue-des-champions-1177613.jpg", + "pubDate": "Thu, 02 Dec 2021 06:35:38 GMT", + "enclosure": "https://images.bfmtv.com/ha-BGR6BdAv_M7sE7PVYOLC22qQ=/0x48:2000x1173/800x0/images/Xavi-Hernandez-Barcelone-1176107.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59655,17 +61065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa22d2b01577c13922f6ce8b196d934" + "hash": "bd9d5bd9958092e46304ecf129c6a639" }, { - "title": "Saint-Etienne-PSG: pourquoi Sergio Ramos a réussi sa première selon Thierry Henry", - "description": "Au micro de Prime Video, dont il est le consultant, l’ancien buteur d’Arsenal et de l’équipe de France, Thierry Henry, a analysé le premier match du défenseur espagnol Sergio Ramos avec le PSG, dimanche contre Saint-Etienne (1-3) lors de la 15eme journée de Ligue 1.

", - "content": "Au micro de Prime Video, dont il est le consultant, l’ancien buteur d’Arsenal et de l’équipe de France, Thierry Henry, a analysé le premier match du défenseur espagnol Sergio Ramos avec le PSG, dimanche contre Saint-Etienne (1-3) lors de la 15eme journée de Ligue 1.

", + "title": "Clermont: Bayo explique comment il a rebondi après sa garde à vue", + "description": "Mohamed Bayo (23 ans), attaquant de Clermont, est revenu sur l’accident qu’il a provoqué fin octobre et qui a entrainé son placement en garde à vue.

", + "content": "Mohamed Bayo (23 ans), attaquant de Clermont, est revenu sur l’accident qu’il a provoqué fin octobre et qui a entrainé son placement en garde à vue.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-psg-pourquoi-sergio-ramos-a-reussi-sa-premiere-selon-thierry-henry_AV-202111290223.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/clermont-bayo-explique-comment-il-a-rebondi-apres-sa-garde-a-vue_AV-202112030246.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 10:38:16 GMT", - "enclosure": "https://images.bfmtv.com/PD-g2uS4qZbp_wiwdYr6E0bJWhc=/0x0:2048x1152/800x0/images/Sergio-Ramos-aux-cotes-du-Stephanois-Timothee-Kolodziejczak-1177605.jpg", + "pubDate": "Fri, 03 Dec 2021 11:02:42 GMT", + "enclosure": "https://images.bfmtv.com/d0fdwVJTWgVXGllvvW0we7KfvAE=/0x142:2048x1294/800x0/images/Mohamed-Bayo-1180840.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59675,17 +61085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "85efa6d0b922a7081fc4fc2b8ebda16f" + "hash": "afe5984e3073bb3112e6756cd43dfecf" }, { - "title": "Coupe de France: groupes, qualifiés… le mode d’emploi du tirage pour les 32es de finale", - "description": "Le tirage au sort des 32es de finale de la Coupe de France se déroulera ce lundi. L’occasion pour les clubs de Ligue 1 de découvrir quelle équipe ils affronteront pour leur entrée en lice dans la compétition. Comme ces dernières années, des groupes seront constitués afin de limiter les déplacements. RMC Sport détaille les modalités du tirage au sort.

", - "content": "Le tirage au sort des 32es de finale de la Coupe de France se déroulera ce lundi. L’occasion pour les clubs de Ligue 1 de découvrir quelle équipe ils affronteront pour leur entrée en lice dans la compétition. Comme ces dernières années, des groupes seront constitués afin de limiter les déplacements. RMC Sport détaille les modalités du tirage au sort.

", + "title": "Affaire Pinot-Schmitt en direct: Schmitt maintient sa version et lit le message que Riner lui a envoyé", + "description": "L’affaire entre la judoka française Margaux Pinot et Alain Schmitt secoue le monde du sport et du judo en particulier. L’athlète de 27 ans accuse son entraîneur et compagnon de lui avoir asséné des coups, frappé la tête contre le sol mais aussi d'avoir tenté de l'étrangler lors d'une altercation dans la nuit de samedi à dimanche dernier à son domicile du Blanc-Mesnil. Remis en liberté par le tribunal correctionnel dans la nuit de mardi à mercredi, ce dernier nie cette version des faits. Toutes les dernières infos sont à suivre en direct sur RMC Sport.

", + "content": "L’affaire entre la judoka française Margaux Pinot et Alain Schmitt secoue le monde du sport et du judo en particulier. L’athlète de 27 ans accuse son entraîneur et compagnon de lui avoir asséné des coups, frappé la tête contre le sol mais aussi d'avoir tenté de l'étrangler lors d'une altercation dans la nuit de samedi à dimanche dernier à son domicile du Blanc-Mesnil. Remis en liberté par le tribunal correctionnel dans la nuit de mardi à mercredi, ce dernier nie cette version des faits. Toutes les dernières infos sont à suivre en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-groupes-qualifies-le-mode-d-emploi-du-tirage-pour-les-32es-de-finale_AV-202111290218.html", + "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-en-direct-margaux-pinot-va-s-exprimer-a-18h_LN-202112020373.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 10:29:33 GMT", - "enclosure": "https://images.bfmtv.com/76PqEZG5ZWnaxzO0ISzCvI5aXbU=/0x121:1808x1138/800x0/images/Le-trophee-de-la-Coupe-de-France-1177602.jpg", + "pubDate": "Thu, 02 Dec 2021 15:54:42 GMT", + "enclosure": "https://images.bfmtv.com/TbIr1pTY6uRr4XHaXF5cPDAXQeY=/0x0:1280x720/800x0/images/Alain-Schmitt-1181111.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59695,17 +61105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d0edb740f690d8a7798ec161af5e2c5" + "hash": "b1f451bdbfbebb799ac7fbfa6ffe59d1" }, { - "title": "Portugal: 13 joueurs de Belenenses positifs au variant Omicron", - "description": "L’institut national de santé portugais a annoncé avoir détecté les premiers cas du variant Omicron du coronavirus au pays parmi 13 joueurs de l’équipe de Belenenses, qui a joué avec seulement neuf joueurs avant de déclarer forfait samedi face à Benfica.

", - "content": "L’institut national de santé portugais a annoncé avoir détecté les premiers cas du variant Omicron du coronavirus au pays parmi 13 joueurs de l’équipe de Belenenses, qui a joué avec seulement neuf joueurs avant de déclarer forfait samedi face à Benfica.

", + "title": "Mercato en direct: le transferts de Ronaldo vers Manchester United dans le viseur de la justice italienne", + "description": "A un mois de l'ouverture du mercato d'hiver, suivez en direct toutes les rumeurs et infos du marché des transferts.

", + "content": "A un mois de l'ouverture du mercato d'hiver, suivez en direct toutes les rumeurs et infos du marché des transferts.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-13-joueurs-de-belenenses-positifs-au-variant-omicron_AV-202111290198.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-rumeurs-et-infos-du-2-decembre_LN-202112020061.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 09:54:52 GMT", - "enclosure": "https://images.bfmtv.com/nFAsfGinB4DElwTqXsAi74aNf0I=/0x162:2048x1314/800x0/images/Les-joueurs-du-club-de-Belenenses-1177577.jpg", + "pubDate": "Thu, 02 Dec 2021 06:35:38 GMT", + "enclosure": "https://images.bfmtv.com/evpmxuh5REdljYjlTaziBKYMVi0=/0x78:2048x1230/800x0/images/Cristiano-Ronaldo-1180451.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59715,17 +61125,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf1ce347b62f226486290e2a8616138b" + "hash": "943413d12fe601dce17045adcc54cb3e" }, { - "title": "Ballon d’or: le lauréat remportera un cadeau de luxe inédit", - "description": "La cérémonie du Ballon d’or récompensera lundi le meilleur joueur de l’année 2021. En plus du traditionnel trophée, les vainqueurs des éditions féminine et masculine recevront également une montre de luxe fabriquée spécialement pour le Ballon d’or.

", - "content": "La cérémonie du Ballon d’or récompensera lundi le meilleur joueur de l’année 2021. En plus du traditionnel trophée, les vainqueurs des éditions féminine et masculine recevront également une montre de luxe fabriquée spécialement pour le Ballon d’or.

", + "title": "Affaire Pinot-Schmitt en direct: l'avocat de Pinot \"conteste formellement\" la version de Schmitt", + "description": "L’affaire entre la judoka française Margaux Pinot et Alain Schmitt secoue le monde du sport et du judo en particulier. L’athlète de 27 ans accuse son entraîneur et compagnon de lui avoir asséné des coups, frappé la tête contre le sol mais aussi d'avoir tenté de l'étrangler lors d'une altercation dans la nuit de samedi à dimanche dernier à son domicile du Blanc-Mesnil. Remis en liberté par le tribunal correctionnel dans la nuit de mardi à mercredi, ce dernier nie cette version des faits. Toutes les dernières infos sont à suivre en direct sur RMC Sport.

", + "content": "L’affaire entre la judoka française Margaux Pinot et Alain Schmitt secoue le monde du sport et du judo en particulier. L’athlète de 27 ans accuse son entraîneur et compagnon de lui avoir asséné des coups, frappé la tête contre le sol mais aussi d'avoir tenté de l'étrangler lors d'une altercation dans la nuit de samedi à dimanche dernier à son domicile du Blanc-Mesnil. Remis en liberté par le tribunal correctionnel dans la nuit de mardi à mercredi, ce dernier nie cette version des faits. Toutes les dernières infos sont à suivre en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-le-laureat-remportera-un-cadeau-de-luxe-inedit_AV-202111290194.html", + "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-en-direct-margaux-pinot-va-s-exprimer-a-18h_LN-202112020373.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 09:50:10 GMT", - "enclosure": "https://images.bfmtv.com/n-EReiG6iIr4a1N4PwNbLb1dG0U=/0x0:2048x1152/800x0/images/La-ceremonie-du-Ballon-d-or-1177571.jpg", + "pubDate": "Thu, 02 Dec 2021 15:54:42 GMT", + "enclosure": "https://images.bfmtv.com/CNMV6jPNtqg84LVQ88KlVS8PLO4=/0x0:1280x720/800x0/images/Avocat-Pinot-1180839.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59735,17 +61145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9789c997961a69cc19049dad958508a9" + "hash": "562020fac04ebbf4ebf9764d5eba0289" }, { - "title": "Real Madrid: un fabuleux record pour Benzema, \"fier de devenir le meilleur buteur français de l’histoire\"", - "description": "Auteur de l’égalisation en faveur du Real Madrid, victorieux face au FC Séville (2-1) dimanche en Liga, Karim Benzema a inscrit son 361e but en club depuis le début de sa carrière. Un record pour un joueur français. L’ancien Lyonnais devance d’un but la légende d’Arsenal, Thierry Henry.

", - "content": "Auteur de l’égalisation en faveur du Real Madrid, victorieux face au FC Séville (2-1) dimanche en Liga, Karim Benzema a inscrit son 361e but en club depuis le début de sa carrière. Un record pour un joueur français. L’ancien Lyonnais devance d’un but la légende d’Arsenal, Thierry Henry.

", + "title": "PSG: Ramos absent de l’entraînement avant le déplacement à Lens", + "description": "Sergio Ramos, déjà en tribune face à Nice (0-0) mercredi, était absent de l’entraînement, ce vendredi matin à la veille du déplacement à Lens, samedi (21h, 17e journée de Ligue 1).

", + "content": "Sergio Ramos, déjà en tribune face à Nice (0-0) mercredi, était absent de l’entraînement, ce vendredi matin à la veille du déplacement à Lens, samedi (21h, 17e journée de Ligue 1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-un-fabuleux-record-pour-benzema-fier-de-devenir-le-meilleur-buteur-francais-de-l-histoire_AV-202111290186.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-ramos-absent-de-l-entrainement-avant-le-deplacement-a-lens_AV-202112030235.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 09:34:17 GMT", - "enclosure": "https://images.bfmtv.com/S1NXDD8ib-lN_-1rY6VzV8bVpxg=/0x0:2048x1152/800x0/images/Karim-Benzema-1177563.jpg", + "pubDate": "Fri, 03 Dec 2021 10:43:58 GMT", + "enclosure": "https://images.bfmtv.com/XT35VVni4LgVYF9FkBnXJVPbOaY=/0x37:1200x712/800x0/images/Sergio-Ramos-1178510.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59755,17 +61165,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33884e408728f86e6d9b5a6fd098d433" + "hash": "55df7d47affe79a5c7a8576a0f684ff6" }, { - "title": "Manchester United: Cristiano Ronaldo provoque une grosse explication entre Keane et Carragher", - "description": "Roy Keane, ancien milieu de Manchester United, fustige le choix de Michael Carrick d’avoir laissé Cristiano Ronaldo sur le banc face à Chelsea. Jamie Carragher comprend cette décision et s’interroge sur le niveau du Portugais.

", - "content": "Roy Keane, ancien milieu de Manchester United, fustige le choix de Michael Carrick d’avoir laissé Cristiano Ronaldo sur le banc face à Chelsea. Jamie Carragher comprend cette décision et s’interroge sur le niveau du Portugais.

", + "title": "OM en direct: la conf de Sampaoli et Lirola avant Brest", + "description": "L'OM recevra Brest, samedi après-midi au Vélodrome (17h) dans le cadre de la 17e journée de Ligue 1. Ce vendredi, l'entraîneur Jorge Sampaoli et le latéral Pol Lirola s'exprimeront devant la presse. Une conférence à suivre sur RMC Sport à partir de 13h15.

", + "content": "L'OM recevra Brest, samedi après-midi au Vélodrome (17h) dans le cadre de la 17e journée de Ligue 1. Ce vendredi, l'entraîneur Jorge Sampaoli et le latéral Pol Lirola s'exprimeront devant la presse. Une conférence à suivre sur RMC Sport à partir de 13h15.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-cristiano-ronaldo-provoque-une-grosse-explication-entre-keane-et-carragher_AV-202111290183.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-en-direct-la-conf-de-sampaoli-et-lirola-avant-brest_LN-202112030234.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 09:26:04 GMT", - "enclosure": "https://images.bfmtv.com/hD7QnUo6OJmNTwdEs0uEEt75zX8=/0x63:2048x1215/800x0/images/Cristiano-Ronaldo-1177553.jpg", + "pubDate": "Fri, 03 Dec 2021 10:43:55 GMT", + "enclosure": "https://images.bfmtv.com/y9Ag2hVD6DPX13Fi_GsQLJIwMP0=/0x93:2048x1245/800x0/images/Jorge-SAMPAOLI-1129654.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59775,17 +61185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28dda79d1f42467c414dddf7d643ed0b" + "hash": "4c4e1d5cbefb4930820e4beacb565f69" }, { - "title": "Open d'Australie: Djokovic ne participera \"probablement pas\" au tournoi, confie son père", - "description": "Le n°1 mondial du tennis, Novak Djokovic, ne participera \"probablement pas\" à l'Open d'Australie \"dans les conditions\" annoncées de vaccination obligatoire, a déclaré dimanche le père du joueur serbe, en déplorant le \"chantage\" des organisateurs.

", - "content": "Le n°1 mondial du tennis, Novak Djokovic, ne participera \"probablement pas\" à l'Open d'Australie \"dans les conditions\" annoncées de vaccination obligatoire, a déclaré dimanche le père du joueur serbe, en déplorant le \"chantage\" des organisateurs.

", + "title": "PSG en direct: Toutes les infos à la veille de Lens-PSG", + "description": "Après son match nul décevant face à Nice, le PSG enchaîne par un déplacement à Lens, pas non plus au mieux de sa forme. Suivez toutes les infos sur la compo du groupe parisien et la conf de presse de Pochettino.

", + "content": "Après son match nul décevant face à Nice, le PSG enchaîne par un déplacement à Lens, pas non plus au mieux de sa forme. Suivez toutes les infos sur la compo du groupe parisien et la conf de presse de Pochettino.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-ne-participera-probablement-pas-au-tournoi-confie-son-pere_AD-202111290179.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-en-direct-toutes-les-infos-a-la-veille-de-lens-psg_LN-202112030232.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 09:20:31 GMT", - "enclosure": "https://images.bfmtv.com/hoBr9fj8TEijU6sUQO21Zmfe-3Y=/0x0:1200x675/800x0/images/Le-pere-de-Novak-Djokovic-1177556.jpg", + "pubDate": "Fri, 03 Dec 2021 10:41:21 GMT", + "enclosure": "https://images.bfmtv.com/gDjJHCHiQ7T3S32OYgI2-Htlud4=/0x0:1200x675/800x0/images/Sergio-Ramos-1177105.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59795,17 +61205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "221f2cc9b3c452dcb261ed06f7600279" + "hash": "291905b64dd5ce36d5f220d2b7103862" }, { - "title": "Ligue 1 en direct: pas de supporters marseillais à Nantes", - "description": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", - "content": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", + "title": "Premier League: pour sa première conférence de presse, Rangnick décrit Manchester United comme \"le plus grand club du monde\"", + "description": "Jusqu’à la fin de la saison c’est Ralf Rangnick qui prendre place sur le banc de touche à Manchester United. Pour sa première conférence de presse, l’entraîneur allemand a affiché sa joie d’être dans ce club et apporté des précisions sur ce qu’il souhaite apporter.

", + "content": "Jusqu’à la fin de la saison c’est Ralf Rangnick qui prendre place sur le banc de touche à Manchester United. Pour sa première conférence de presse, l’entraîneur allemand a affiché sa joie d’être dans ce club et apporté des précisions sur ce qu’il souhaite apporter.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-pour-sa-premiere-conference-de-presse-rangnick-decrit-manchester-united-comme-le-plus-grand-club-du-monde_AV-202112030229.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 08:55:46 GMT", - "enclosure": "https://images.bfmtv.com/eAUAXVFLC-FB7NunhAp2R83I6CU=/0x212:2048x1364/800x0/images/Des-supporters-marseillais-1160501.jpg", + "pubDate": "Fri, 03 Dec 2021 10:38:03 GMT", + "enclosure": "https://images.bfmtv.com/VZpvAaryeSmDkEAekaNzVcqkFRs=/0x78:2048x1230/800x0/images/Ralf-Rangnick-1179316.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59815,17 +61225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebdf3b76642f13ae6e52f78f9da6442d" + "hash": "0569d77869f9c6810692bbf01ca83662" }, { - "title": "Coupe de France: à quelle heure et sur quelle chaîne regarder le tirage au sort des 32eme de finale", - "description": "C’est ce lundi que se déroule le tirage au sort des 32emes de finale de la Coupe de France avec l’entrée en lice des clubs de Ligue 1. Un tirage diffusé à 19h en direct sur Eurosport 2.

", - "content": "C’est ce lundi que se déroule le tirage au sort des 32emes de finale de la Coupe de France avec l’entrée en lice des clubs de Ligue 1. Un tirage diffusé à 19h en direct sur Eurosport 2.

", + "title": "Avec 801 buts, Ronaldo est-il le meilleur buteur de l'histoire du football?", + "description": "Grâce à son doublé réussi jeudi lors de la victoire de Manchester United contre Arsenal (3-2), Cristiano Ronaldo a dépassé la barre des 800 buts en carrière. Mais le Portugais ne détient pas encore le record absolu.

", + "content": "Grâce à son doublé réussi jeudi lors de la victoire de Manchester United contre Arsenal (3-2), Cristiano Ronaldo a dépassé la barre des 800 buts en carrière. Mais le Portugais ne détient pas encore le record absolu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-a-quelle-heure-et-sur-quelle-chaine-regarder-le-tirage-au-sort-des-32eme-de-finale_AN-202111290170.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/avec-801-buts-ronaldo-est-il-le-meilleur-buteur-de-l-histoire-du-football_AV-202112030225.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 08:54:57 GMT", - "enclosure": "https://images.bfmtv.com/2K1jS73tyDUCRpWepiW6VIB1qKM=/14x222:2046x1365/800x0/images/Le-tirage-au-sort-des-32eme-de-finale-de-la-Coupe-de-France-1177547.jpg", + "pubDate": "Fri, 03 Dec 2021 10:36:30 GMT", + "enclosure": "https://images.bfmtv.com/n70iREgqhlpmGSqE366nVjyAxgc=/0x56:2048x1208/800x0/images/Cristiano-Ronaldo-1180736.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59835,17 +61245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e4551c892aeb3fbd9762d6e6241c662" + "hash": "9e7c39e9168c722b5b248bc2cddbef55" }, { - "title": "NBA: le Turc Enes Kanter change de nom et va obtenir la nationalité américaine", - "description": "L'intérieur turc des Boston Celtics, Enes Kanter, a décidé de changer son nom en \"Enes Kanter Freedom\" et va également obtenir la nationalité américaine lundi, a indiqué le média américain The Athletic dimanche.

", - "content": "L'intérieur turc des Boston Celtics, Enes Kanter, a décidé de changer son nom en \"Enes Kanter Freedom\" et va également obtenir la nationalité américaine lundi, a indiqué le média américain The Athletic dimanche.

", + "title": "Coupe du monde 2022: seulement trois morts sur les chantiers au Qatar, selon les organisateurs", + "description": "Dans un entretien à plusieurs médias étrangers, le président du comité d'organisation du Mondial 2022 au Qatar est revenu sur le sujet sensible des travailleurs décédés sur les chantiers. Selon lui, trois morts ont été enregistrées.

", + "content": "Dans un entretien à plusieurs médias étrangers, le président du comité d'organisation du Mondial 2022 au Qatar est revenu sur le sujet sensible des travailleurs décédés sur les chantiers. Selon lui, trois morts ont été enregistrées.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-le-turc-enes-kanter-change-de-nom-et-va-obtenir-la-nationalite-americaine_AD-202111290166.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-seulement-trois-morts-sur-les-chantiers-au-qatar-selon-les-organisateurs_AV-202112030218.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 08:52:47 GMT", - "enclosure": "https://images.bfmtv.com/gGMb67OkEyWfE0ujm60tMwc-hgM=/0x0:2048x1152/800x0/images/Enes-Kanter-face-aux-Raptors-1170737.jpg", + "pubDate": "Fri, 03 Dec 2021 10:25:09 GMT", + "enclosure": "https://images.bfmtv.com/nGLnAu3gyA48kLAdE734BDuMC7I=/0x269:2048x1421/800x0/images/Gianni-Infantino-et-Jair-Bolsonaro-aupres-des-travailleurs-du-Mondial-2022-1180805.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59855,17 +61265,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad2bbea4ea8ff0ceeb8a3ac845862afb" + "hash": "a9bcd7716647a6d9756122e51255fbe3" }, { - "title": "Ballon d’or: qui est le favori des \"fuites\"", - "description": "Le vainqueur du Ballon d’or 2021 sera dévoilé ce lundi soir lors d’une soirée organisée au Théâtre du Châtelet à Paris. Pourtant, des premières fuites plus ou moins crédibles sont apparues sur les réseaux sociaux.

", - "content": "Le vainqueur du Ballon d’or 2021 sera dévoilé ce lundi soir lors d’une soirée organisée au Théâtre du Châtelet à Paris. Pourtant, des premières fuites plus ou moins crédibles sont apparues sur les réseaux sociaux.

", + "title": "Barça: \"Dembélé est meilleur que Mbappé\", estime Laporta", + "description": "Joan Laporta, président du FC Barcelone, compte toujours conserver Ousmane Dembélé qu’il estime même meilleur que Kylian Mbappé. Problème, la prolongation de son contrat semble très mal engagée.

", + "content": "Joan Laporta, président du FC Barcelone, compte toujours conserver Ousmane Dembélé qu’il estime même meilleur que Kylian Mbappé. Problème, la prolongation de son contrat semble très mal engagée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-qui-est-le-favori-des-fuites_AV-202111290160.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-dembele-est-meilleur-que-mbappe-estime-laporta_AV-202112030214.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 08:43:41 GMT", - "enclosure": "https://images.bfmtv.com/M9Ds0AbBkZE25Hqx6meRKxqZyt4=/0x74:2048x1226/800x0/images/Lionel-Messi-avec-le-Ballon-d-or-en-2019-1177531.jpg", + "pubDate": "Fri, 03 Dec 2021 10:19:46 GMT", + "enclosure": "https://images.bfmtv.com/EXCom0dnw1x0OygcqnY4FlQgWUI=/0x33:2048x1185/800x0/images/Kylian-Mbappe-et-Ousmane-Dembele-1180804.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59875,17 +61285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "769c7829dcdbb457bb19d674e1dc7f60" + "hash": "4cf45ae28b623190a1909f81c0cab5a5" }, { - "title": "Ballon d’or: Benzema, Mbappé, Kanté… quelles sont les chances des Français?", - "description": "Karim Benzema, Kylian Mbappé et N’Golo Kanté sont les trois Français nommés pour le Ballon d’or 2021 qui sera remis ce lundi. Le Madrilène semble le mieux placé pour un podium même si un sacre semble compliqué.

", - "content": "Karim Benzema, Kylian Mbappé et N’Golo Kanté sont les trois Français nommés pour le Ballon d’or 2021 qui sera remis ce lundi. Le Madrilène semble le mieux placé pour un podium même si un sacre semble compliqué.

", + "title": "F1: Prost meilleur pilote de l'histoire? C'est l'avis de l'ancien boss de la F1", + "description": "Pour Bernie Ecclestone, l'ancien grand argentier de la F1, Alain Prost est le meilleur pilote de l'histoire. Il estime que le Français a brillé face à une concurrence féroce, à une époque où les aides au pilotage étaient bien plus maigres.

", + "content": "Pour Bernie Ecclestone, l'ancien grand argentier de la F1, Alain Prost est le meilleur pilote de l'histoire. Il estime que le Français a brillé face à une concurrence féroce, à une époque où les aides au pilotage étaient bien plus maigres.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-benzema-mbappe-kante-quelles-sont-les-chances-des-francais_AV-202111290147.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-prost-meilleur-pilote-de-l-histoire-c-est-l-avis-de-l-ancien-boss-de-la-f1_AV-202112030208.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 08:15:52 GMT", - "enclosure": "https://images.bfmtv.com/oprFm8F0_uW7QHKuYeRP5ESXSDw=/0x74:2048x1226/800x0/images/N-Golo-Kante-Kylian-Mbappe-et-Karim-Benzema-1177515.jpg", + "pubDate": "Fri, 03 Dec 2021 10:10:52 GMT", + "enclosure": "https://images.bfmtv.com/PwiJPWuW--GApJmKLF4q_CpLkvE=/4x5:4724x2660/800x0/images/-862115.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59895,17 +61305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5773e0267f6a671d0c798bad9b22f765" + "hash": "e935c680b5950ee38cf8b12b59cf706f" }, { - "title": "Equipe de France: deux membres du staff des champions du monde 2018 à l'Elysée pour recevoir la Légion d’honneur", - "description": "Deux ans après avoir été faits Chevaliers de la Légion d’honneur, Philippe Tournon, ancien chef de presse de l’équipe de France et Mohamed Sanhadji qui assure la sécurité des Bleus depuis 2004 vont recevoir ce lundi leur insigne lundi à l'Elysée.

", - "content": "Deux ans après avoir été faits Chevaliers de la Légion d’honneur, Philippe Tournon, ancien chef de presse de l’équipe de France et Mohamed Sanhadji qui assure la sécurité des Bleus depuis 2004 vont recevoir ce lundi leur insigne lundi à l'Elysée.

", + "title": "PSG: Hamraoui dit avoir été menacée par le garde du corps de Diallo, le clan Diallo dément", + "description": "Selon M6, la joueuse du PSG Kheira Hamraoui - agressée début novembre - a dit aux enquêteurs avoir récemment été menacée par le garde du corps de sa coéquipière Aminata Diallo lors d'un entraînement à Bougival.

", + "content": "Selon M6, la joueuse du PSG Kheira Hamraoui - agressée début novembre - a dit aux enquêteurs avoir récemment été menacée par le garde du corps de sa coéquipière Aminata Diallo lors d'un entraînement à Bougival.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-deux-membres-du-staff-des-champions-du-monde-2018-vont-recevoir-la-legion-d-honneur_AN-202111290127.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/d1/psg-hamraoui-dit-avoir-ete-menacee-par-le-garde-du-corps-de-diallo_AV-202112030198.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 07:43:19 GMT", - "enclosure": "https://images.bfmtv.com/q_T2D4oUDJkhspy-skJvFe-ffQ0=/4x5:3988x2246/800x0/images/-880708.jpg", + "pubDate": "Fri, 03 Dec 2021 10:03:32 GMT", + "enclosure": "https://images.bfmtv.com/s5ADzEEAwLJEcaoIon1FP_qepv8=/0x143:2048x1295/800x0/images/Kheira-Hamraoui-1164543.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59915,17 +61325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3de3bcee05b45cbec2c3b67fb101a00d" + "hash": "e1eac6da5b6e98dfd2f43d9034167993" }, { - "title": "Naples: la superbe statue en hommage à Maradona", - "description": "Le club de Naples a dévoilé dimanche, en marge du match gagné contre la Lazio en Serie A (4-0), une statue de Diego Maradona. Un peu plus d'un an après la mort de l'Argentin, la formation napolitaine lui rend un nouvel hommage.

", - "content": "Le club de Naples a dévoilé dimanche, en marge du match gagné contre la Lazio en Serie A (4-0), une statue de Diego Maradona. Un peu plus d'un an après la mort de l'Argentin, la formation napolitaine lui rend un nouvel hommage.

", + "title": "Mercato: le Barça toujours plus pessimiste pour Dembélé après une réunion avec son agent", + "description": "Selon Sport, le pessimisme sur une prolongation de contrat d’Ousmane Dembélé a encore grimpé d’un cran après une réunion avec l’agent de l’international français jeudi.

", + "content": "Selon Sport, le pessimisme sur une prolongation de contrat d’Ousmane Dembélé a encore grimpé d’un cran après une réunion avec l’agent de l’international français jeudi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/naples-la-superbe-statue-en-hommage-a-maradona_AV-202111290119.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-barca-toujours-plus-pessimiste-pour-dembele-apres-une-reunion-avec-son-agent_AV-202112030189.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 07:35:11 GMT", - "enclosure": "https://images.bfmtv.com/kN-EiFrT3Sis4-OEhp0t0zcGZkM=/0x65:2048x1217/800x0/images/La-statue-de-Maradona-au-stade-de-Naples-1177483.jpg", + "pubDate": "Fri, 03 Dec 2021 09:46:31 GMT", + "enclosure": "https://images.bfmtv.com/T2TwJAv7uP220OOhTLO4Whb2oLc=/37x234:1973x1323/800x0/images/Ousmane-Dembele-1179488.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59935,17 +61345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d34544113068aac718139ae6ee45600b" + "hash": "984b4b0ef0b65606cbad22cc81a044a9" }, { - "title": "Leo Margets : \"J'ai encore des étoiles plein les yeux\"", - "description": "Un peu moins d'une semaine après son sacre sur l'event #83 The Closer 1.500$ des WSOP pour 376.850$, Leo Margets était l'invitée du RMC Poker Show. La joueuse du Team Winamax s'est confiée comme jamais.

", - "content": "Un peu moins d'une semaine après son sacre sur l'event #83 The Closer 1.500$ des WSOP pour 376.850$, Leo Margets était l'invitée du RMC Poker Show. La joueuse du Team Winamax s'est confiée comme jamais.

", + "title": "Rugby: Parti d’Afrique du Sud, fin du cauchemar pour Cardiff?", + "description": "L’équipe de Cardiff, bloquée en Afrique du Sud depuis plusieurs jours, a pu décoller ce matin pour rentrer. Mais ces joueurs-là doivent maintenant respecter une période de quarantaine et ne feront pas partie de l’équipe qui, si le match a lieu, affrontera le Stade Toulousain la semaine prochaine en Coupe d’Europe.

", + "content": "L’équipe de Cardiff, bloquée en Afrique du Sud depuis plusieurs jours, a pu décoller ce matin pour rentrer. Mais ces joueurs-là doivent maintenant respecter une période de quarantaine et ne feront pas partie de l’équipe qui, si le match a lieu, affrontera le Stade Toulousain la semaine prochaine en Coupe d’Europe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/poker/leo-margets-j-ai-encore-des-etoiles-plein-les-yeux_AN-202111290251.html", + "link": "https://rmcsport.bfmtv.com/rugby/rugby-parti-d-afrique-du-sud-fin-du-cauchemar-pour-cardiff_AN-202112030181.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 07:11:37 GMT", - "enclosure": "https://images.bfmtv.com/iX3B01jN7lw2AqwGXsM9HOqpj_c=/6x81:1494x918/800x0/images/Leo-Margets-J-ai-encore-des-etoiles-plein-les-yeux-1177655.jpg", + "pubDate": "Fri, 03 Dec 2021 09:32:46 GMT", + "enclosure": "https://images.bfmtv.com/yKOlAzU8Bm19rdaTGJrw4PAXxBs=/0x0:2048x1152/800x0/images/Dai-Young-entraineur-des-Cardiff-Blues-1176012.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59955,17 +61365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a873c84121dba17898c02560aa8126f4" + "hash": "ef1a913341bb0c33dd2cffde3c2a1003" }, { - "title": "Ballon d’or: le jury, les votes... le mode d'emploi de l'attribution du trophée", - "description": "Le Ballon d’or récompensera lundi le meilleur footballeur de l’année 2021 lors d’une cérémonie organisée au Théâtre du Châtelet à Paris. Voici comment le vainqueur sera désigné parmi les 30 nommés pour cette prestigieuse récompense.

", - "content": "Le Ballon d’or récompensera lundi le meilleur footballeur de l’année 2021 lors d’une cérémonie organisée au Théâtre du Châtelet à Paris. Voici comment le vainqueur sera désigné parmi les 30 nommés pour cette prestigieuse récompense.

", + "title": "Hand: Le spleen post-olympique des handballeuses françaises", + "description": "Cinq mois après leur titre olympique à Tokyo, les handballeuses françaises débutent ce vendredi soir contre l’Angola (18h) pour leur premier match des championnats du monde à Granollers en Espagne. Des Bleues qui veulent surfer sur leur première médaille d’or olympique mais qui trainent leur spleen depuis de longues semaines. 

", + "content": "Cinq mois après leur titre olympique à Tokyo, les handballeuses françaises débutent ce vendredi soir contre l’Angola (18h) pour leur premier match des championnats du monde à Granollers en Espagne. Des Bleues qui veulent surfer sur leur première médaille d’or olympique mais qui trainent leur spleen depuis de longues semaines. 

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-le-jury-les-votes-le-mode-d-emploi-du-tirage_AV-202111290101.html", + "link": "https://rmcsport.bfmtv.com/handball/feminin/hand-le-spleen-post-olympique-des-handballeuses-francaises_AN-202112030169.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 07:11:32 GMT", - "enclosure": "https://images.bfmtv.com/GsIfmzkXOJGQ_nq-W0JnZl4TlFc=/0x116:1600x1016/800x0/images/-828266.jpg", + "pubDate": "Fri, 03 Dec 2021 09:10:23 GMT", + "enclosure": "https://images.bfmtv.com/WK4M3xZ2-DCSWqStiDowHx9YnSA=/0x40:768x472/800x0/images/Les-Francaises-victorieuses-de-la-Russie-s-offrent-le-titre-olympique-du-tournoi-de-hand-a-Tokyo-le-8-aout-2021-1081146.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59975,17 +61385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8d876c7ce56823f5534b7fa215558b7" + "hash": "e1e77c6ace0c5656b1cfb8c6bdc49265" }, { - "title": "Liga: la police aurait séparé Emery et Xavi après Villarreal-Barça", - "description": "Selon le quotidien catalan Sport, Unai Emery et Xavi se sont accrochés dans le tunnel du vestiaire après le match entre Villarreal et le FC Barcelone (1-3) au point que la police a dû tenir les deux hommes à l’écart.

", - "content": "Selon le quotidien catalan Sport, Unai Emery et Xavi se sont accrochés dans le tunnel du vestiaire après le match entre Villarreal et le FC Barcelone (1-3) au point que la police a dû tenir les deux hommes à l’écart.

", + "title": "Affaire Hamraoui en direct: Le clan Diallo dément les menaces envers Hamraoui", + "description": "La joueuse du PSG et de l'équipe de France, Kheira Hamraoui, a été violemment agressée le 4 novembre dernier. Une affaire qui avait conduit au placement en garde à vue de sa coéquipière Aminata Diallo, et à une demande de divorce de la part de l'épouse d'Eric Abidal. Suivez les dernières informations sur ce dossier et l'évolution de l'enquête sur RMC Sport.

", + "content": "La joueuse du PSG et de l'équipe de France, Kheira Hamraoui, a été violemment agressée le 4 novembre dernier. Une affaire qui avait conduit au placement en garde à vue de sa coéquipière Aminata Diallo, et à une demande de divorce de la part de l'épouse d'Eric Abidal. Suivez les dernières informations sur ce dossier et l'évolution de l'enquête sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-la-police-aurait-separe-emery-et-xavi-apres-villarreal-barca_AN-202111290093.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/affaire-hamraoui-en-direct-les-dernieres-infos-un-mois-apres-l-agression_LN-202112030167.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 07:03:13 GMT", - "enclosure": "https://images.bfmtv.com/0NUltqU_zwvpUjDPqLAcB_EHG18=/0x46:2048x1198/800x0/images/Xavi-et-Unai-Emery-1177455.jpg", + "pubDate": "Fri, 03 Dec 2021 09:08:41 GMT", + "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -59995,17 +61405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "baef67949b792c32137e66b6548df519" + "hash": "ebe96b400054d02f6bbb33c3a22ce9b4" }, { - "title": "Ballon d'or: les trois favoris Benzema, Lewandowski et Messi au scanner", - "description": "Le Ballon d'or, c'est pour ce soir. La cérémonie de remise du trophée va se dérouler ce lundi au théâtre du Châtelet, à Paris. Parmi les 30 joueurs nommés, trois sont favoris pour soulever le trophée: Karim Benzema, Robert Lewandowski et Lionel Messi. Stats, forme du moment, titres... On fait le point sur leur année 2021.

", - "content": "Le Ballon d'or, c'est pour ce soir. La cérémonie de remise du trophée va se dérouler ce lundi au théâtre du Châtelet, à Paris. Parmi les 30 joueurs nommés, trois sont favoris pour soulever le trophée: Karim Benzema, Robert Lewandowski et Lionel Messi. Stats, forme du moment, titres... On fait le point sur leur année 2021.

", + "title": "PSG: la signature de Mbappé au Real Madrid est \"assurée\", selon la presse espagnole", + "description": "Les deux principaux quotidiens sportifs madrilènes assurent que la signature de Kylian Mbappé au Real Madrid l’été prochain devrait être actée en janvier, malgré une possible offensive du PSG pour prolonger son crack.

", + "content": "Les deux principaux quotidiens sportifs madrilènes assurent que la signature de Kylian Mbappé au Real Madrid l’été prochain devrait être actée en janvier, malgré une possible offensive du PSG pour prolonger son crack.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-les-trois-favoris-benzema-lewandowski-et-messi-au-scanner_AV-202111290014.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-la-signature-de-mbappe-au-real-madrid-est-assuree-selon-la-presse-espagnole_AV-202112030165.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 07:00:00 GMT", - "enclosure": "https://images.bfmtv.com/s766r_C1w8j9WNyg2z75tblafbk=/0x93:2048x1245/800x0/images/Karim-Benzema-1168960.jpg", + "pubDate": "Fri, 03 Dec 2021 09:04:33 GMT", + "enclosure": "https://images.bfmtv.com/fkGh487h1PgrYsOpsJ_4RFHRjKo=/0x0:2048x1152/800x0/images/Kylian-Mbappe-1179101.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60015,17 +61425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1679754776a15060b997a663ab1ca79a" + "hash": "6872998b2c752fdd7568d3e857215363" }, { - "title": "OM-Troyes en direct: de retour a Marseille, Rami recadre ses détracteurs", - "description": "L'OM s'est imposé 1-0 contre Troyes grâce à un but de Lirola. Les Marseillais reviennent à hauteur de Nice, troisième.

", - "content": "L'OM s'est imposé 1-0 contre Troyes grâce à un but de Lirola. Les Marseillais reviennent à hauteur de Nice, troisième.

", + "title": "Toulon : Belleau à Clermont, West courtisé", + "description": "Le demi d’ouverture international Anthony Belleau (25 ans) rejoindra Clermont la saison prochaine. Il a donné son accord. Ihaia West pourrait le remplacer.

", + "content": "Le demi d’ouverture international Anthony Belleau (25 ans) rejoindra Clermont la saison prochaine. Il a donné son accord. Ihaia West pourrait le remplacer.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-troyes-suivez-le-match-en-direct_LS-202111280247.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/toulon-belleau-a-clermont-west-courtise_AV-202112030163.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:27:10 GMT", - "enclosure": "https://images.bfmtv.com/uxKSt6hqAm5brN58aALMr7pbDYw=/0x106:2048x1258/800x0/images/Adil-Rami-1177420.jpg", + "pubDate": "Fri, 03 Dec 2021 08:59:38 GMT", + "enclosure": "https://images.bfmtv.com/6BvusqzgBU8PejBWg0qRc7chqe8=/0x87:2048x1239/800x0/images/Anthony-Belleau-1180727.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60035,17 +61445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "441aa0415a90184bec5d1bb0c60cb632" + "hash": "e57cd22bc158d190f3f0808cbf2829c1" }, { - "title": "Mercato en direct: C'est officiel, Manchester United a un nouveau coach", - "description": "Le mercato d'hiver ouvre ses portes dans un peu plus d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", - "content": "Le mercato d'hiver ouvre ses portes dans un peu plus d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "title": "Athlétisme: décès de Lamine Diack, ancien patron de la fédération internationale", + "description": "Empêtré dans des affaires de corruption et condamné en première instance par la justice française, Lamine Diack, ancien patron de la Fédération internationale d'athlétisme (IAAF), est mort à l'âge de 88 ans.

", + "content": "Empêtré dans des affaires de corruption et condamné en première instance par la justice française, Lamine Diack, ancien patron de la Fédération internationale d'athlétisme (IAAF), est mort à l'âge de 88 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-29-novembre_LN-202111290068.html", + "link": "https://rmcsport.bfmtv.com/athletisme/athletisme-deces-de-lamine-diack-ancien-patron-de-la-federation-internationale_AV-202112030161.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 06:25:08 GMT", - "enclosure": "https://images.bfmtv.com/Gwx88rVLIc4C-6NLO94K_LtFFu8=/0x70:2048x1222/800x0/images/Ralf-Rangnick-1176000.jpg", + "pubDate": "Fri, 03 Dec 2021 08:55:42 GMT", + "enclosure": "https://images.bfmtv.com/uJF_ga7_fqko0_4JZsCfhED1Nsw=/0x106:2048x1258/800x0/images/Lamine-Diack-1180717.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60055,17 +61465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6228f853f98fb261507c14c148114f34" + "hash": "bdda09f3a4d298e3fdcad620f7f0d447" }, { - "title": "ASSE-PSG: Neymar pourrait être absent six semaines", - "description": "Après sa sortie sur blessure à Saint-Etienne, ce dimanche lors de la 15e journée de Ligue 1 (1-3), Neymar pourrait être éloigné des terrains durant un mois et demi. Les premiers examens passés par le n°10 du PSG font état d’une grosse entorse.

", - "content": "Après sa sortie sur blessure à Saint-Etienne, ce dimanche lors de la 15e journée de Ligue 1 (1-3), Neymar pourrait être éloigné des terrains durant un mois et demi. Les premiers examens passés par le n°10 du PSG font état d’une grosse entorse.

", + "title": "Sorare, la start-up française qui révolutionne le football avec les NFT", + "description": "Une levée de fonds de 680 millions de dollars, des footballeurs qui investissent, des cartes revendues pour plusieurs centaines de milliers d’euros, des utilisateurs qui se multiplient aux quatre coins du monde et qui peuvent spéculer: la start-up française Sorare, qui mixe jeu de fantasy football et cartes de collection virtuelles sous fond de nouvelles technologies (NFT, blockchain, cryptomonnaie), connaît une croissance explosive. RMC Sport vous plonge dans les dessous du nouveau phénomène du divertissement sportif.

", + "content": "Une levée de fonds de 680 millions de dollars, des footballeurs qui investissent, des cartes revendues pour plusieurs centaines de milliers d’euros, des utilisateurs qui se multiplient aux quatre coins du monde et qui peuvent spéculer: la start-up française Sorare, qui mixe jeu de fantasy football et cartes de collection virtuelles sous fond de nouvelles technologies (NFT, blockchain, cryptomonnaie), connaît une croissance explosive. RMC Sport vous plonge dans les dessous du nouveau phénomène du divertissement sportif.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-psg-neymar-pourrait-etre-absent-six-semaines_AV-202111280275.html", + "link": "https://rmcsport.bfmtv.com/football/sorare-la-start-up-francaise-qui-revolutionne-le-football-avec-les-nft_GN-202112030160.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 21:24:55 GMT", - "enclosure": "https://images.bfmtv.com/i_AaF-HoU-qZZEYxPk5UXS3aTKc=/0x52:2048x1204/800x0/images/Neymar-1177315.jpg", + "pubDate": "Fri, 03 Dec 2021 08:54:14 GMT", + "enclosure": "https://images.bfmtv.com/-_ISPSkfXDlrqnp4NZZqIoMjJE0=/0x0:2032x1143/800x0/images/Les-cartes-NFT-Sorare-de-l-equipe-de-France-1180303.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60075,17 +61485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "30622d15c447d272370cbafc185e01ee" + "hash": "761c5b853723da30956248ce51c92aa2" }, { - "title": "OM-Troyes en direct: Lirola trouve la faille dans un match terne", - "description": "L’OM accueille Troyes, ce dimanche au Vélodrome, en clôture de la 15e journée de Ligue 1. Une semaine après leur match arrêté à Lyon, les Marseillais ont l’occasion de recoller au trio de tête en cas de succès.

", - "content": "L’OM accueille Troyes, ce dimanche au Vélodrome, en clôture de la 15e journée de Ligue 1. Une semaine après leur match arrêté à Lyon, les Marseillais ont l’occasion de recoller au trio de tête en cas de succès.

", + "title": "Les pronos hippiques du samedi 4 décembre", + "description": " Le Quinté+ du samedi 4 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": " Le Quinté+ du samedi 4 décembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-troyes-suivez-le-match-en-direct_LS-202111280247.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-samedi-4-decembre_AN-202112030153.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:27:10 GMT", - "enclosure": "https://images.bfmtv.com/NEoci-Td4_l8_xkq1UAAssSJS78=/0x212:2048x1364/800x0/images/Payet-lors-du-match-OM-Troyes-1177312.jpg", + "pubDate": "Fri, 03 Dec 2021 08:39:43 GMT", + "enclosure": "https://images.bfmtv.com/SXy2GpJ-ycL8GJaedC2Qyb6oFjE=/0x41:800x491/800x0/images/Les-pronos-hippiques-du-samedi-4-decembre-2021-1180709.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60095,17 +61505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccc69b3c854d6c4db4415a009de6cc6d" + "hash": "3f373cd4db7b0ae58d89a9ea6447590f" }, { - "title": "ASSE-PSG en direct: Neymar pourrait être absent six semaines", - "description": "Si le PSG s'est imposé à Saint-Etienne ce dimanche (3-1), il a perdu Neymar sur blessure en fin de match. Le Brésilien est touché à la cheville gauche.

", - "content": "Si le PSG s'est imposé à Saint-Etienne ce dimanche (3-1), il a perdu Neymar sur blessure en fin de match. Le Brésilien est touché à la cheville gauche.

", + "title": "Premier League: la réaction hilare d'Henry sur l'étrange but encaissé par De Gea", + "description": "Thierry Henry, également consultant pour Prime Video en Angleterre, s'est amusé du but lunaire encaissé par David De Gea lors du choc entre Manchester United et Arsenal. Pour l'ancien international français, le gardien espagnol des Red Devils a commis une erreur qu'il n'avait plus constaté depuis sa formation.

", + "content": "Thierry Henry, également consultant pour Prime Video en Angleterre, s'est amusé du but lunaire encaissé par David De Gea lors du choc entre Manchester United et Arsenal. Pour l'ancien international français, le gardien espagnol des Red Devils a commis une erreur qu'il n'avait plus constaté depuis sa formation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-psg-en-direct-paris-veut-se-relancer-apres-son-rate-en-ligue-des-champions_LS-202111280088.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-la-reaction-hilare-d-henry-sur-l-etrange-but-encaisse-par-de-gea_AV-202112030150.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 10:16:44 GMT", - "enclosure": "https://images.bfmtv.com/184plja8iWpKS9wwwffoTO0RyqE=/0x171:1568x1053/800x0/images/Neymar-a-ete-touche-a-la-cheville-contre-Saint-Etienne-1177147.jpg", + "pubDate": "Fri, 03 Dec 2021 08:37:00 GMT", + "enclosure": "https://images.bfmtv.com/kZg-BFBozrdYzeKdVzyAQrEXP5M=/0x58:2048x1210/800x0/images/Thierry-Henry-1180688.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60115,17 +61525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f69108a6a16848fee41aa3b3226f313f" + "hash": "5bf681b7c7430482b376a6dc49c7b97b" }, { - "title": "Bordeaux: Lopez charge ses joueurs après la défaite contre Brest", - "description": "Gérard Lopez n’a pas du tout apprécié la défaite à domicile de Bordeaux face à Brest, ce dimanche, lors de la 15e journée de Ligue 1 (1-2). Le président des Girondins réclame plus d’investissement de la part de ses joueurs, désormais 17es du classement.

", - "content": "Gérard Lopez n’a pas du tout apprécié la défaite à domicile de Bordeaux face à Brest, ce dimanche, lors de la 15e journée de Ligue 1 (1-2). Le président des Girondins réclame plus d’investissement de la part de ses joueurs, désormais 17es du classement.

", + "title": "Incidents Angers-OM: une bombe agricole marseillaise à l'origine des affrontements?", + "description": "L'Equipe revient dans son édition de ce vendredi sur les affrontements entre supporters d'Angers et de l'OM, à la fin du match entre les deux clubs le 22 septembre. Les images de vidéosurveillance auraient permis de constater que la situation a dégénéré après qu'un fan marseillais a jeté une bombe agricole... juste à côté de son propre parcage.

", + "content": "L'Equipe revient dans son édition de ce vendredi sur les affrontements entre supporters d'Angers et de l'OM, à la fin du match entre les deux clubs le 22 septembre. Les images de vidéosurveillance auraient permis de constater que la situation a dégénéré après qu'un fan marseillais a jeté une bombe agricole... juste à côté de son propre parcage.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-lopez-charge-ses-joueurs-apres-la-defaite-contre-brest_AV-202111280272.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-angers-om-une-bombe-agricole-marseillaise-a-l-origine-des-affrontements_AV-202112030149.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 20:29:55 GMT", - "enclosure": "https://images.bfmtv.com/f927sWTglf92PioJHKKA4xJtmfk=/0x0:2048x1152/800x0/images/Gerard-Lopez-1174569.jpg", + "pubDate": "Fri, 03 Dec 2021 08:36:28 GMT", + "enclosure": "https://images.bfmtv.com/Sw2Jh4VAqSOIbAHwF1lzN9VtF9c=/0x212:2048x1364/800x0/images/Les-incidents-a-la-fin-d-Angers-OM-1180701.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60135,17 +61545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84fc62d5da5f8b020d2a6c4521f0f473" + "hash": "d240f6f5a101ff56a88ec9517778b7b4" }, { - "title": "Killington (slalom): Shiffrin s'offre une 71e victoire", - "description": "A domicile, à Killington, l'Américaine Mikaela Shiffrin a été la plus rapide sur le slalom ce dimanche. Sa 71e victoire en Coupe du monde.

", - "content": "A domicile, à Killington, l'Américaine Mikaela Shiffrin a été la plus rapide sur le slalom ce dimanche. Sa 71e victoire en Coupe du monde.

", + "title": "OL: Cherki joue sous la neige avec les U17 d’un club de Lyon", + "description": "Rayan Cherki (18 ans), jeune attaquant de l’OL, a participé à un entraînement avec l’équipe U17 du club de Sainte Foy-Lès-Lyon, jeudi dans la banlieue de Lyon, malgré la neige.

", + "content": "Rayan Cherki (18 ans), jeune attaquant de l’OL, a participé à un entraînement avec l’équipe U17 du club de Sainte Foy-Lès-Lyon, jeudi dans la banlieue de Lyon, malgré la neige.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/killington-slalom-shiffrin-s-offre-une-71e-victoire_AD-202111280271.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-cherki-joue-sous-la-neige-avec-les-u17-d-un-club-de-lyon_AV-202112030128.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 20:06:40 GMT", - "enclosure": "https://images.bfmtv.com/GPwLMhNe27jHhgauyOWUo0Ug9kw=/0x4:768x436/800x0/images/La-joie-de-Mikaela-Shiffrin-victorieuse-en-slalom-a-Killington-le-28-novembre-2021-1177294.jpg", + "pubDate": "Fri, 03 Dec 2021 07:49:48 GMT", + "enclosure": "https://images.bfmtv.com/gHkr1s3zOnJUpyoOt06PYMrh9cI=/0x247:2032x1390/800x0/images/Rayan-Cherki-1180660.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60155,17 +61565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9164a8107ddb07b8a58703ebafaf380" + "hash": "61db8feaa9b58fed7144605af3cafb6b" }, { - "title": "PSG: Mbappé rend hommage à Virgil Abloh, figure de la mode, décédé à 41 ans", - "description": "Créateur de la marque Off White, également en charge des collections homme de Louis Vuitton, Virgil Abloh est mort ce dimanche à 41 ans, des suites d'un cancer. Kylian Mbappé lui a rendu hommage.

", - "content": "Créateur de la marque Off White, également en charge des collections homme de Louis Vuitton, Virgil Abloh est mort ce dimanche à 41 ans, des suites d'un cancer. Kylian Mbappé lui a rendu hommage.

", + "title": "Equipe de France: Le Sommer a appelé Diacre pour lui faire part de sa motivation", + "description": "Plus convoquée par Corinne Diacre en équipe de France féminine depuis avril dernier, l'attaquante Eugénie Le Sommer a pris l'initiative d'appeler la sélectionneure il y a quelques semaines pour lui faire part de son envie de retrouver les Bleues.

", + "content": "Plus convoquée par Corinne Diacre en équipe de France féminine depuis avril dernier, l'attaquante Eugénie Le Sommer a pris l'initiative d'appeler la sélectionneure il y a quelques semaines pour lui faire part de son envie de retrouver les Bleues.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-rend-hommage-a-virgil-abloh-figure-de-la-mode-decede-a-41-ans_AV-202111280269.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-le-sommer-a-appele-diacre-pour-lui-faire-part-de-sa-motivation_AV-202112030115.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 19:40:36 GMT", - "enclosure": "https://images.bfmtv.com/uTV6L9imJkGwKggg2kYqL7i0BRw=/0x82:2048x1234/800x0/images/Virgil-Abloh-1177299.jpg", + "pubDate": "Fri, 03 Dec 2021 07:36:40 GMT", + "enclosure": "https://images.bfmtv.com/6HcStmijeUTGO8PiqJfHg_I2DxE=/0x55:2048x1207/800x0/images/Eugenie-Le-SOMMER-1124916.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60175,17 +61585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "23b145d543351a511a360f7eda552715" + "hash": "eb2b2b8a9cc2cb3f2a98f90f32a5edea" }, { - "title": "Coupe Davis: l’équipe de France éliminée dès la phase de poules", - "description": "La France, deuxième du groupe C, a été éliminée dimanche de la Coupe Davis dès la phase de poules, n'ayant pu terminer parmi les deux meilleurs deuxièmes des six groupes.

", - "content": "La France, deuxième du groupe C, a été éliminée dimanche de la Coupe Davis dès la phase de poules, n'ayant pu terminer parmi les deux meilleurs deuxièmes des six groupes.

", + "title": "Ligue 1 en direct: Ramos absent de l'entraînement ce vendredi", + "description": "Suivez en direct toutes les informations avant la 17e journée de Ligue 1 ce week-end.

", + "content": "Suivez en direct toutes les informations avant la 17e journée de Ligue 1 ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-l-equipe-de-france-eliminee-des-la-phase-de-poules_AV-202111280268.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-de-17e-journee_LN-202112030112.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 19:39:28 GMT", - "enclosure": "https://images.bfmtv.com/jcTViwiEDhQbjDnQI8ysLSNcF6g=/0x0:1200x675/800x0/images/Adrian-Mannarino-1177301.jpg", + "pubDate": "Fri, 03 Dec 2021 07:34:55 GMT", + "enclosure": "https://images.bfmtv.com/QowGzSOOqzNTthmjfLILbQ7i9Yc=/0x106:2048x1258/800x0/images/Sergio-Ramos-1172824.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60195,17 +61605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fe0402c10cf984325d42642aee94ac3" + "hash": "4c1172b6d73d0cd29ffa1d7f8702be1f" }, { - "title": "ASSE-PSG: Khazri \"s’en fout carrément\" de la prestation de Ramos", - "description": "Après la défaite de Saint-Etienne face au PSG, ce dimanche lors de la 15e journée de Ligue 1 (1-3), Wahbi Khazri a été interrogé sur la grande première de Sergio Ramos dans le championnat de France. Et la réponse de l’attaquant des Verts a été assez cinglante...

", - "content": "Après la défaite de Saint-Etienne face au PSG, ce dimanche lors de la 15e journée de Ligue 1 (1-3), Wahbi Khazri a été interrogé sur la grande première de Sergio Ramos dans le championnat de France. Et la réponse de l’attaquant des Verts a été assez cinglante...

", + "title": "Affaire Pinot: l’avocat de Schmitt dénonce des contradictions dans le témoignage de la judoka", + "description": "Avocat d’Alain Schmitt, accusé de violences conjugales par Margaux Pinot, maître Malik Behloul, interrogé par BFMTV, a pointé selon lui des incohérences dans le témoignage de la judoka.

", + "content": "Avocat d’Alain Schmitt, accusé de violences conjugales par Margaux Pinot, maître Malik Behloul, interrogé par BFMTV, a pointé selon lui des incohérences dans le témoignage de la judoka.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-psg-khazri-s-en-fout-carrement-de-la-prestation-de-ramos_AV-202111280262.html", + "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-l-avocat-de-schmitt-denonce-des-contradictions-dans-le-temoignage-de-la-judoka_AV-202112020617.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 19:19:08 GMT", - "enclosure": "https://images.bfmtv.com/qmH7jUySYkPlnLUTVlDBP3S-2Mc=/7x111:2039x1254/800x0/images/ASSE-PSG-1177295.jpg", + "pubDate": "Thu, 02 Dec 2021 23:30:50 GMT", + "enclosure": "https://images.bfmtv.com/QgKFX9bQq3lw20v1Aqwh87aBn8c=/0x40:768x472/800x0/images/Alain-Schmitt-relaxe-des-faits-de-violences-sur-sa-compagne-lors-d-un-point-presse-a-Paris-le-2-decembre-2021-1180368.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60215,17 +61625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb1bef0b098f9858ccede96e33f0491f" + "hash": "4e76ad5eb40e67d151cbdf2ec6521d96" }, { - "title": "Montpellier-OL: Bosz pas content du contenu malgré la victoire, Gusto pas épargné", - "description": "Malgré la victoire 1-0 sur la pelouse de Montpellier ce dimanche, pour la 15e journée de Ligue 1, Peter Bosz n'était pas satisfait du contenu produit par les joueurs de l'OL. Le technicien appelle à faire mieux, notamment pour le jeune Malo Gusto.

", - "content": "Malgré la victoire 1-0 sur la pelouse de Montpellier ce dimanche, pour la 15e journée de Ligue 1, Peter Bosz n'était pas satisfait du contenu produit par les joueurs de l'OL. Le technicien appelle à faire mieux, notamment pour le jeune Malo Gusto.

", + "title": "Manchester United: Carrick quitte le club après son intérim réussi", + "description": "Après avoir assuré l’intérim à la suite du limogeage d’Ole Gunnar Solskjaer et avant de céder sa place à Ralf Rangnick, Michael Carrick a finalement décidé de quitter Manchester United. La direction du club a officialisé son départ jeudi soir juste après la victoire des Red Devils face à Arsenal (3-2) en Premier League.

", + "content": "Après avoir assuré l’intérim à la suite du limogeage d’Ole Gunnar Solskjaer et avant de céder sa place à Ralf Rangnick, Michael Carrick a finalement décidé de quitter Manchester United. La direction du club a officialisé son départ jeudi soir juste après la victoire des Red Devils face à Arsenal (3-2) en Premier League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/montpellier-ol-bosz-pas-content-du-contenu-malgre-la-victoire-gusto-pas-epargne_AV-202111280261.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-carrick-quitte-le-club-apres-son-interim-reussi_AV-202112020611.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 19:17:48 GMT", - "enclosure": "https://images.bfmtv.com/MYdoXUiQfK9uVG4Vf8qRGRwEoW4=/0x106:2048x1258/800x0/images/Peter-Bosz-OL-qui-donne-ses-consignes-1177288.jpg", + "pubDate": "Thu, 02 Dec 2021 23:09:22 GMT", + "enclosure": "https://images.bfmtv.com/KclzY29hZKZSFn1_7p2B_kbNiTs=/0x0:2048x1152/800x0/images/Michael-Carrick-1180480.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60235,17 +61645,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a7ed785ab593b6bad3974b975cd2878" + "hash": "476e3c3708ba80d2022ebe985f3c3e17" }, { - "title": "OM-Troyes, les compos: Kamara sur le banc après avoir boudé la conférence de presse", - "description": "Dimitri Payet fait son retour dans la compo de l'OM, face à Troyes ce dimanche (20h45). En revanche, après avoir refusé de venir en conférence de presse vendredi, Boubacar Kamara est sur le banc.

", - "content": "Dimitri Payet fait son retour dans la compo de l'OM, face à Troyes ce dimanche (20h45). En revanche, après avoir refusé de venir en conférence de presse vendredi, Boubacar Kamara est sur le banc.

", + "title": "PRONOS PARIS RMC Le pari du jour du 3 décembre – Primeira Liga - Portugal", + "description": "Notre pronostic: Benfica bat le Sporting (1.80)

", + "content": "Notre pronostic: Benfica bat le Sporting (1.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-troyes-les-compos-kamara-sur-le-banc-apres-avoir-boude-la-conference-de-presse_AV-202111280260.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-3-decembre-primeira-liga-portugal_AN-202112020496.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 19:16:17 GMT", - "enclosure": "https://images.bfmtv.com/HHYKqfB9zU_7op9V4pQbeb6MOzc=/0x0:2048x1152/800x0/images/Boubacar-Kamara-OM-1177296.jpg", + "pubDate": "Thu, 02 Dec 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/FdELiDma0JH1MciBDs_-PYOdyPk=/0x104:2000x1229/800x0/images/Darwin-Nunez-Benfica-1180305.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60255,17 +61665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8228df3afb1c5f58c1c2a0acd5e187a9" + "hash": "ba24d5c1184bf03f4c0b55dea0971922" }, { - "title": "Coupe de France: Le Havre sorti par une N3, trois équipes de R2 en 32es de finale", - "description": "Après l'élimination de Grenoble et Rodez, Le Havre a également pris la porte ce dimanche face à Chauvigny (National 3) lors du 8e tour de la Coupe de France. Le petit poucet de la compétition, Salouel Saleux, a été éliminé.

", - "content": "Après l'élimination de Grenoble et Rodez, Le Havre a également pris la porte ce dimanche face à Chauvigny (National 3) lors du 8e tour de la Coupe de France. Le petit poucet de la compétition, Salouel Saleux, a été éliminé.

", + "title": "PRONOS PARIS RMC Le nul du jour du 3 décembre – Bundesliga – Allemagne", + "description": " Notre pronostic: pas de vainqueur entre l’Union Berlin et Leipzig (3.75)

", + "content": " Notre pronostic: pas de vainqueur entre l’Union Berlin et Leipzig (3.75)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-havre-sorti-par-une-n3-trois-equipes-de-r2-en-32es-de-finale_AN-202111280257.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-3-decembre-bundesliga-allemagne_AN-202112020494.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:59:01 GMT", - "enclosure": "https://images.bfmtv.com/mpXlxdCmYz46XW59qtOVQpAO4Uo=/242x320:1714x1148/800x0/images/Coupe-de-France-1176976.jpg", + "pubDate": "Thu, 02 Dec 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/SdMM6Gj_f56kCst51YV8WBRvUHE=/0x104:2000x1229/800x0/images/Christopher-Nkunku-Leipzig-1180295.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60275,17 +61685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddd9ace5bda3b60369187df0fc32555f" + "hash": "a17e678ff7db65dc0ee50a7a5f0aec56" }, { - "title": "Ligue 1: bouillant, le Stade Rennais est la meilleure équipe d'Europe depuis octobre", - "description": "Aucune autre équipe des cinq grands championnats européens n'a gagné plus de points que le Stade Rennais, dauphin du Paris Saint-Germain en Ligue 1, depuis octobre. Et ce n'est pas tout.

", - "content": "Aucune autre équipe des cinq grands championnats européens n'a gagné plus de points que le Stade Rennais, dauphin du Paris Saint-Germain en Ligue 1, depuis octobre. Et ce n'est pas tout.

", + "title": "PRONOS PARIS RMC Le pari sûr du 3 décembre – Liga Pari Match - Ukraine", + "description": "Notre pronostic: le Shakhtar Donetsk bat Lviv par au moins deux buts d’écart (1.42)

", + "content": "Notre pronostic: le Shakhtar Donetsk bat Lviv par au moins deux buts d’écart (1.42)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-bouillant-le-stade-rennais-est-la-meilleure-equipe-d-europe-depuis-octobre_AV-202111280251.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-3-decembre-liga-pari-match-ukraine_AN-202112020490.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:43:17 GMT", - "enclosure": "https://images.bfmtv.com/YTEpR29dxA4DNInQmUI2A-TR4pE=/0x104:1200x779/800x0/images/Jeremy-Doku-1177264.jpg", + "pubDate": "Thu, 02 Dec 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/ulFnGZbNu6zPjdh_aadNNoSsYos=/0x104:2000x1229/800x0/images/Tete-Shakhtar-1180293.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60295,17 +61705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f6c6bc1a981b7672540b40f388e00ef" + "hash": "4e86fc3a922a7cf4146f87d3745a4672" }, { - "title": "Chelsea-Manchester United: une énorme bourde, de l'intensité et un classement qui se resserre", - "description": "Le choc de la 13e journée de Premier League a abouti à un match nul entre Chelsea et Manchester United ce dimanche (1-1), à Stamford Bridge. Une rencontre marquée par une énorme bourde et qui permet de resserrer les écarts en haut de tableau.

", - "content": "Le choc de la 13e journée de Premier League a abouti à un match nul entre Chelsea et Manchester United ce dimanche (1-1), à Stamford Bridge. Une rencontre marquée par une énorme bourde et qui permet de resserrer les écarts en haut de tableau.

", + "title": "PRONOS PARIS RMC Le pari extérieur du 3 décembre – Jupiler League - Belgique", + "description": "Notre pronostic: l’Union Saint-Gilloise gagne à Saint-Trond (1.68)

", + "content": "Notre pronostic: l’Union Saint-Gilloise gagne à Saint-Trond (1.68)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-manchester-united-une-enorme-bourde-de-l-intensite-et-un-classement-qui-se-resserre_AV-202111280249.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-exterieur-du-3-decembre-jupiler-league-belgique_AN-202112020484.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:33:46 GMT", - "enclosure": "https://images.bfmtv.com/DoU54y7Sdad8O3dQoo2qV-mS6KI=/0x153:2048x1305/800x0/images/Timo-Werner-lors-de-Chelsea-Manchester-United-1177276.jpg", + "pubDate": "Thu, 02 Dec 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/uaX_NYjWM2gym51ObWM8_zuCJIk=/0x104:2000x1229/800x0/images/Deniz-Undav-Standard-1180285.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60315,17 +61725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48f64301b3bf7980d010e356d2ae3d54" + "hash": "fa3c8db70e4ce1960bb903be943d23d1" }, { - "title": "XV de France: François Moncla, le capitaine qui a botté les fesses d'un Anglais, est mort", - "description": "Ancien capitaine du XV de France, légende du Racing et de Pau, François Moncla s'est éteint à l'âge de 89 ans.

", - "content": "Ancien capitaine du XV de France, légende du Racing et de Pau, François Moncla s'est éteint à l'âge de 89 ans.

", + "title": "Premier League: Manchester United et Ronaldo se payent Arsenal", + "description": "A l’issue d’une rencontre très animée à Old Trafford, Manchester United a battu Arsenal 3-2 jeudi lors de la 14eme journée de Premier League. Auteur d’un doublé, Cristiano Ronaldo a franchi la barre symbolique des 800 buts en carrière.

", + "content": "A l’issue d’une rencontre très animée à Old Trafford, Manchester United a battu Arsenal 3-2 jeudi lors de la 14eme journée de Premier League. Auteur d’un doublé, Cristiano Ronaldo a franchi la barre symbolique des 800 buts en carrière.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/xv-de-france/xv-de-france-francois-moncla-le-capitaine-qui-a-botte-les-fesses-d-un-anglais-est-mort_AD-202111280243.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-manchester-united-et-ronaldo-se-payent-arsenal_AV-202112020601.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:14:16 GMT", - "enclosure": "https://images.bfmtv.com/q_N3_TzAmhjX0dHTQxrvSMH0KpQ=/0x99:768x531/800x0/images/Le-3e-ligne-francais-Francois-Moncla-C-tente-une-percee-sous-le-regard-des-joueurs-de-Auckland-lors-du-test-match-contre-Auckland-le-24-juillet-1961-a-Auckland-1177257.jpg", + "pubDate": "Thu, 02 Dec 2021 22:25:54 GMT", + "enclosure": "https://images.bfmtv.com/0yMl_Fw0nxchPAPMmGCxPWGoDoA=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-1180451.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60335,17 +61745,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff9e63c3a736d286ccf780824d18df9c" + "hash": "58befd9420696d307a863055beb9631e" }, { - "title": "Racing-UBB en direct: Bordeaux fait voler en éclats la défense du Racing", - "description": "Suite et fin de la 11e journée de Top 14 avec le choc entre le Racing et Bordeaux-Bègles ! Les Bordelais espèrent faire un coup à La Défense Arena et ainsi recoller au leader toulousain. Coup d’envoi à 21h05 !

", - "content": "Suite et fin de la 11e journée de Top 14 avec le choc entre le Racing et Bordeaux-Bègles ! Les Bordelais espèrent faire un coup à La Défense Arena et ainsi recoller au leader toulousain. Coup d’envoi à 21h05 !

", + "title": "Manchester United: Ronaldo dépasse la barre des 800 buts en carrière", + "description": "Encore décisif jeudi soir lors du choc de Premier League entre Manchester United et Arsenal, Cristiano Ronaldo a inscrit ses 800e et 801e buts en carrière. Un total hallucinant.

", + "content": "Encore décisif jeudi soir lors du choc de Premier League entre Manchester United et Arsenal, Cristiano Ronaldo a inscrit ses 800e et 801e buts en carrière. Un total hallucinant.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-racing-ubb-en-direct_LS-202111280242.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ronaldo-depasse-la-barre-des-800-buts-en-carriere_AV-202112020595.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:10:33 GMT", - "enclosure": "https://images.bfmtv.com/wLeL7lVcDSap3LzLw3YGUNqFtyA=/0x58:2048x1210/800x0/images/Gael-Fickou-avec-le-Racing-92-1121638.jpg", + "pubDate": "Thu, 02 Dec 2021 22:09:27 GMT", + "enclosure": "https://images.bfmtv.com/3wPKjyc_MpyD-ykq9UEuD_0g4zQ=/0x42:2048x1194/800x0/images/Cristiano-Ronaldo-1180431.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60355,17 +61765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "adaf61fdbebf80fd843dea987a9731cd" + "hash": "f0a62a56784e97fc6a52ddf6bd87e4ff" }, { - "title": "Ligue 1: l'OL retrouve le goût de la victoire à Montpellier", - "description": "Une semaine après les incidents face à Marseille, l'OL a remporté son premier match à l'extérieur depuis août, ce dimanche à Montpellier (0-1). Les Gones grimpent à la 7e place et restent au contact des places européennes.

", - "content": "Une semaine après les incidents face à Marseille, l'OL a remporté son premier match à l'extérieur depuis août, ce dimanche à Montpellier (0-1). Les Gones grimpent à la 7e place et restent au contact des places européennes.

", + "title": "Real Madrid: la demande originale d'Ancelotti à Courtois", + "description": "Encore décisif mercredi lors de la victoire du Real contre Bilbao (1-0) en championnat, Thibaut Courtois a été encensé par Carlo Ancelotti. Pour l'entraîneur du Real Madrid, il est aujourd'hui le meilleur gardien au monde.

", + "content": "Encore décisif mercredi lors de la victoire du Real contre Bilbao (1-0) en championnat, Thibaut Courtois a été encensé par Carlo Ancelotti. Pour l'entraîneur du Real Madrid, il est aujourd'hui le meilleur gardien au monde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-l-ol-retrouve-le-gout-de-la-victoire-a-montpellier_AN-202111280239.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-la-demande-originale-d-ancelotti-a-courtois_AV-202112020581.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:06:05 GMT", - "enclosure": "https://images.bfmtv.com/uKk7c2-nA1vvLp3XATXh7-zJ65c=/0x0:1984x1116/800x0/images/Lucas-Paqueta-face-a-Montpellier-1177259.jpg", + "pubDate": "Thu, 02 Dec 2021 21:40:48 GMT", + "enclosure": "https://images.bfmtv.com/Qp3DU7rwoC4pjEfWko0eknscI7o=/1x107:1825x1133/800x0/images/Carlo-Ancelotti-1180398.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60375,17 +61785,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7320dd8f0f297bb7d52c9c7fa5ebd62f" + "hash": "f76b08aeefcab2e4b686928c8a066e94" }, { - "title": "OL: Govou n’a \"pas spécialement envie\" de rejoindre la cellule de recrutement", - "description": "Interrogé sur Canal+ Sport, Sidney Govou a expliqué ce dimanche qu’il n’envisageait pas de prendre un poste au sein de la cellule de recrutement de l’OL. L’ancien attaquant lyonnais a été approché par les dirigeants des Gones, mais il a décliné la proposition.

", - "content": "Interrogé sur Canal+ Sport, Sidney Govou a expliqué ce dimanche qu’il n’envisageait pas de prendre un poste au sein de la cellule de recrutement de l’OL. L’ancien attaquant lyonnais a été approché par les dirigeants des Gones, mais il a décliné la proposition.

", + "title": "Manchester United-Arsenal: le but lunaire encaissé par les Red Devils", + "description": "Le match de la 14eme journée de Premier League entre Manchester United et Arsenal a été marqué par l’ouverture du score des Gunners signée Smith-Rowe alors que De Gea était au sol...

", + "content": "Le match de la 14eme journée de Premier League entre Manchester United et Arsenal a été marqué par l’ouverture du score des Gunners signée Smith-Rowe alors que De Gea était au sol...

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-govou-n-a-pas-specialement-envie-de-rejoindre-la-cellule-de-recrutement_AV-202111280237.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-arsenal-le-but-lunaire-encaisse-par-les-red-devils_AN-202112020580.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:03:20 GMT", - "enclosure": "https://images.bfmtv.com/XNpMgZ0M2gB35p0En8_bEjwK-HQ=/0x83:2048x1235/800x0/images/Sidney-Govou-1170136.jpg", + "pubDate": "Thu, 02 Dec 2021 21:36:46 GMT", + "enclosure": "https://images.bfmtv.com/_wVz30WS-M0UCn8Vb5ZtipuPW_I=/0x6:1056x600/800x0/images/MU-Arsenal-la-ballon-franchit-la-ligne-de-but-1180418.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60395,17 +61805,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6a41317e2c5b870ec17142f50e3794d" + "hash": "07125551e47afd193e1bf71107ab6ab5" }, { - "title": "Ballon d’or: Evra félicite déjà Messi pour son septième sacre", - "description": "Patrice Evra a posté un message très remarqué ce dimanche sur les réseaux. L’ancien capitaine de l’équipe de France adresse ses félicitations à Lionel Messi pour avoir remporté le Ballon d’or 2021. Sauf que la cérémonie est prévue ce lundi soir à Paris…

", - "content": "Patrice Evra a posté un message très remarqué ce dimanche sur les réseaux. L’ancien capitaine de l’équipe de France adresse ses félicitations à Lionel Messi pour avoir remporté le Ballon d’or 2021. Sauf que la cérémonie est prévue ce lundi soir à Paris…

", + "title": "Euroligue: battus, l'Asvel et Monaco n'avancent plus", + "description": "Villeurbanne et Monaco marquent le pas en Euroligue. Le champion de France s'est incliné jeudi sur le parquet du Bayern Munich (73-65) dans la foulée du revers des Monégasques à Fenerbahçe (96-86) lors de la 13e journée.

", + "content": "Villeurbanne et Monaco marquent le pas en Euroligue. Le champion de France s'est incliné jeudi sur le parquet du Bayern Munich (73-65) dans la foulée du revers des Monégasques à Fenerbahçe (96-86) lors de la 13e journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ballon-d-or-evra-felicite-deja-messi-pour-son-septieme-sacre_AV-202111280235.html", + "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroligue-battus-l-asvel-et-monaco-n-avancent-plus_AD-202112020567.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:46:09 GMT", - "enclosure": "https://images.bfmtv.com/E_bB2kOcrpM_9ysOh8IpB6bWRFg=/6x48:1094x660/800x0/images/-843411.jpg", + "pubDate": "Thu, 02 Dec 2021 21:06:43 GMT", + "enclosure": "https://images.bfmtv.com/t-EHr5noLHKvSYlYpTKhV9dYYYg=/0x106:2048x1258/800x0/images/L-Asvel-face-au-Maccabi-Tel-Aviv-1154445.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60415,17 +61825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ebbdab8db8bd078aea9bdaebb08f16e" + "hash": "592f049a3be934efb8d4f005a5a6ba16" }, { - "title": "PSG: les stats impressionnantes de Sergio Ramos pour son premier match", - "description": "Sergio Ramos a étrenné pour la première fois son nouveau maillot parisien lors de la victoire du PSG à Saint-Etienne (3-1), livrant une prestation pleine de promesses.

", - "content": "Sergio Ramos a étrenné pour la première fois son nouveau maillot parisien lors de la victoire du PSG à Saint-Etienne (3-1), livrant une prestation pleine de promesses.

", + "title": "PSG: la maladresse de Sergio Ramos qui a dû amuser les supporters de l’OM", + "description": "Le défenseur central du PSG, Sergio Ramos, a posté jeudi sur son compte Instagram une photo d’entraînement au son de Jump, le titre de Van Halen qui accompagne l’entrée des joueurs de l’OM sur la pelouse du stade Vélodrome. Un post que l’Espagnol a vite supprimé.

", + "content": "Le défenseur central du PSG, Sergio Ramos, a posté jeudi sur son compte Instagram une photo d’entraînement au son de Jump, le titre de Van Halen qui accompagne l’entrée des joueurs de l’OM sur la pelouse du stade Vélodrome. Un post que l’Espagnol a vite supprimé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-les-stats-impressionnantes-de-sergio-ramos-pour-son-premier-match_AV-202111280232.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-maladresse-de-sergio-ramos-qui-a-du-amuser-les-supporters-de-l-om_AV-202112020560.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:27:04 GMT", - "enclosure": "https://images.bfmtv.com/gbQp-8PdahoW_nHoSwxlAMF2coo=/0x54:1200x729/800x0/images/Sergio-Ramos-1177244.jpg", + "pubDate": "Thu, 02 Dec 2021 20:50:04 GMT", + "enclosure": "https://images.bfmtv.com/PD-g2uS4qZbp_wiwdYr6E0bJWhc=/0x0:2048x1152/800x0/images/Sergio-Ramos-aux-cotes-du-Stephanois-Timothee-Kolodziejczak-1177605.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60435,17 +61845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "884955b26e4d5ce61803c7df57ad9340" + "hash": "15bba4e59ba9859f78ac6fa45ff10ba3" }, { - "title": "Chelsea-Manchester United: Ronaldo sur le banc pour le choc, un \"choix tactique\"", - "description": "Crstiano Ronaldo a été mis sur le banc par Michael Carrick ce dimanche, pour le choc de Premier League entre Chelsea et Manchester United.

", - "content": "Crstiano Ronaldo a été mis sur le banc par Michael Carrick ce dimanche, pour le choc de Premier League entre Chelsea et Manchester United.

", + "title": "Affaire Peng Shuai: l'ATP réclame une \"communication directe\", mais ne suit pas le boycott de la WTA", + "description": "Si la WTA a décidé de suspendre ses tournois en Chine pour apporter son soutien à Peng Shuai, l'ATP plaide pour une autre approche. Elle considère que le meilleur moyen d'influer sur sa situation en Chine est de privilégier une présence sur place.

", + "content": "Si la WTA a décidé de suspendre ses tournois en Chine pour apporter son soutien à Peng Shuai, l'ATP plaide pour une autre approche. Elle considère que le meilleur moyen d'influer sur sa situation en Chine est de privilégier une présence sur place.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-manchester-united-ronaldo-sur-le-banc-pour-le-choc-un-choix-tactique_AV-202111280219.html", + "link": "https://rmcsport.bfmtv.com/tennis/affaire-peng-shuai-l-atp-reclame-une-communication-directe-mais-ne-suit-pas-le-boycott-de-la-wta_AV-202112020559.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 16:40:34 GMT", - "enclosure": "https://images.bfmtv.com/9dqbwZJhoei7028VBGXKA4yI04w=/0x0:1920x1080/800x0/images/Cristiano-Ronaldo-sur-le-banc-avec-Manchester-United-1177223.jpg", + "pubDate": "Thu, 02 Dec 2021 20:46:56 GMT", + "enclosure": "https://images.bfmtv.com/KlNlW-dbWmXReF710xcoEJCSxxc=/0x40:768x472/800x0/images/Shuai-Peng-a-l-Open-d-Australie-le-21-janvier-2020-a-Melbourne-1180010.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60455,17 +61865,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccbdf6ebf586ab13fb303912d9b74855" + "hash": "0b52295276cd64fa6270717c4ec936f3" }, { - "title": "ASSE-PSG: les Verts défendent Maçon, victime d'insultes après la blessure de Neymar", - "description": "Auteur du tacle qui a entraîné la blessure de Neymar lors d'ASSE-PSG ce dimanche, Yvann Maçon a reçu de nombreuses insultes sur les réseaux sociaux, alors qu'il n'a pas touché le Brésilien sur l'action.

", - "content": "Auteur du tacle qui a entraîné la blessure de Neymar lors d'ASSE-PSG ce dimanche, Yvann Maçon a reçu de nombreuses insultes sur les réseaux sociaux, alors qu'il n'a pas touché le Brésilien sur l'action.

", + "title": "PSG: la tribune Auteuil fermée pour deux matchs après son anniversaire", + "description": "La commission de discipline de la LFP a livré ses sanctions jeudi après les nombreux fumigènes allumés par les supporters du PSG lors de la réception de Nantes (3-1). La tribune Auteuil, qui fêtait à cette occasion ses 30 ans d'existence, sera fermée deux matchs.

", + "content": "La commission de discipline de la LFP a livré ses sanctions jeudi après les nombreux fumigènes allumés par les supporters du PSG lors de la réception de Nantes (3-1). La tribune Auteuil, qui fêtait à cette occasion ses 30 ans d'existence, sera fermée deux matchs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-psg-les-verts-defendent-macon-victime-d-insultes-apres-la-blessure-de-neymar_AV-202111280215.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-tribune-auteuil-fermee-pour-deux-matchs-apres-son-anniversaire_AV-202112020548.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 16:37:53 GMT", - "enclosure": "https://images.bfmtv.com/Xn3cowPngo0NB_ewJO9wuXNHU1A=/0x388:992x946/800x0/images/Neymar-1177152.jpg", + "pubDate": "Thu, 02 Dec 2021 20:13:26 GMT", + "enclosure": "https://images.bfmtv.com/xUrHLVn7t4YnCCkvADqGYK42Nw8=/248x465:1832x1356/800x0/images/PSG-Nantes-1180359.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60475,17 +61885,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c04cf9bf15ba3d5503d42bce3d2ad602" + "hash": "f6a229aa4988474b1f6f76b4d646f499" }, { - "title": "PSG: la triste série de blessures de Neymar s'allonge encore", - "description": "Sorti sur civière, Neymar semble s'être salement amoché la cheville gauche ce dimanche, lors du succès du PSG à Saint-Etienne (3-1) pour la 15e journée de Ligue 1. Et c'est loin d'être la première blessure du Brésilien à Paris.

", - "content": "Sorti sur civière, Neymar semble s'être salement amoché la cheville gauche ce dimanche, lors du succès du PSG à Saint-Etienne (3-1) pour la 15e journée de Ligue 1. Et c'est loin d'être la première blessure du Brésilien à Paris.

", + "title": "Ligue 1 en direct: Aulas conforte Peter Bosz et défend son bilan", + "description": "Leader, le PSG a été tenu en échec par Nice (0-0) lors d'un joli choc entre prétendants au podium. Dans l'autre affiche de cette 16e journée, Rennes a été dominé par Lille (1-2). Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", + "content": "Leader, le PSG a été tenu en échec par Nice (0-0) lors d'un joli choc entre prétendants au podium. Dans l'autre affiche de cette 16e journée, Rennes a été dominé par Lille (1-2). Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-triste-serie-de-blessures-de-neymar-s-allonge-encore_AV-202111280214.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 16:34:21 GMT", - "enclosure": "https://images.bfmtv.com/uBNGPQ6F-DFI5AwVvEKbscg7Umo=/7x111:2039x1254/800x0/images/Neymar-sorti-sur-civiere-avec-le-PSG-1177183.jpg", + "pubDate": "Mon, 29 Nov 2021 08:55:46 GMT", + "enclosure": "https://images.bfmtv.com/UGHynbgsZ__Bb-yuqzYL1MBo4no=/0x200:2048x1352/800x0/images/Jean-Michel-Aulas-face-a-la-presse-apres-OL-OM-1173221.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60495,17 +61905,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad9874150f02f2a8c634cce58b996893" + "hash": "ff0bb1dbd58da2ef30838d3a7ff8390e" }, { - "title": "ASSE-PSG: les images de Neymar en béquilles en quittant le stade", - "description": "Neymar s’est blessé à la cheville gauche lors de la victoire du PSG à Saint-Etienne, ce dimanche, lors de la 15e journée de Ligue 1 (1-3). Le meneur de jeu brésilien, qui semble avoir été sérieusement touché, a quitté Geoffroy-Guichard en béquilles.

", - "content": "Neymar s’est blessé à la cheville gauche lors de la victoire du PSG à Saint-Etienne, ce dimanche, lors de la 15e journée de Ligue 1 (1-3). Le meneur de jeu brésilien, qui semble avoir été sérieusement touché, a quitté Geoffroy-Guichard en béquilles.

", + "title": "OL: Aulas conforte Peter Bosz et défend son bilan", + "description": "Le président de l’Olympique Lyonnais, Jean-Michel Aulas, ne partage pas les critiques à l’égard de son équipe et de son coach Peter Bosz. Il l’a fait savoir au lendemain du revers des Gones à domicile face à Reims (2-1).

", + "content": "Le président de l’Olympique Lyonnais, Jean-Michel Aulas, ne partage pas les critiques à l’égard de son équipe et de son coach Peter Bosz. Il l’a fait savoir au lendemain du revers des Gones à domicile face à Reims (2-1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-psg-les-images-de-neymar-en-bequilles-en-quittant-le-stade_AV-202111280213.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-aulas-conforte-peter-bosz-et-defend-son-bilan_AV-202112020544.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 16:29:22 GMT", - "enclosure": "https://images.bfmtv.com/O4Xzw8ATguV0UzMVvOAQbK-tNUo=/0x9:800x459/800x0/images/Neymar-1177200.jpg", + "pubDate": "Thu, 02 Dec 2021 19:50:04 GMT", + "enclosure": "https://images.bfmtv.com/UGHynbgsZ__Bb-yuqzYL1MBo4no=/0x200:2048x1352/800x0/images/Jean-Michel-Aulas-face-a-la-presse-apres-OL-OM-1173221.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60515,17 +61925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1640c2792368b9ff46c2947445de779" + "hash": "2c559cbeccf94afaa2806c1adbf6e030" }, { - "title": "Ligue 1: Rennes nouveau dauphin du PSG, Bordeaux plonge", - "description": "Monaco n'est pas parvenu à battre Strasbourg (1-1) ce dimanche au Stade Louis-II lors de la 15e journée de L1, et a, une nouvelle fois, raté l'occasion de revenir dans le groupe de tête. Tout le contraire de Rennes, qui a saisi l'opportunité d'occuper la place de dauphin du Paris Saitn-Germain, après une victoire (2-0) à Lorient.

", - "content": "Monaco n'est pas parvenu à battre Strasbourg (1-1) ce dimanche au Stade Louis-II lors de la 15e journée de L1, et a, une nouvelle fois, raté l'occasion de revenir dans le groupe de tête. Tout le contraire de Rennes, qui a saisi l'opportunité d'occuper la place de dauphin du Paris Saitn-Germain, après une victoire (2-0) à Lorient.

", + "title": "Cristiano Ronaldo porte Manchester United, avec un doublé pour battre Arsenal", + "description": "Un doublé de Cristiano Ronaldo a permis à Manchester United de s'imposer 3-2 dans le choc de Premier League contre Arsenal, pour la dernière de Michael Carrick sur le banc.

", + "content": "Un doublé de Cristiano Ronaldo a permis à Manchester United de s'imposer 3-2 dans le choc de Premier League contre Arsenal, pour la dernière de Michael Carrick sur le banc.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-rennes-nouveau-dauphin-du-psg-bordeaux-plonge_AV-202111280211.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-suivez-manchester-united-arsenal-en-direct_LS-202112020526.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 16:22:38 GMT", - "enclosure": "https://images.bfmtv.com/KoKzl7bbqka38Nej5wEXrmR0uc4=/0x0:1200x675/800x0/images/Gaetan-Laborde-1177199.jpg", + "pubDate": "Thu, 02 Dec 2021 19:10:03 GMT", + "enclosure": "https://images.bfmtv.com/AyQv_Rro9PU84b3IcH4IC80SAQw=/0x120:1872x1173/800x0/images/Cristiano-Ronaldo-1152553.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60535,17 +61945,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cba1a9735468321380931f75bc94afb" + "hash": "680ae591cb604632d3f005b2685ff234" }, { - "title": "Covid: l'équipe du Munster touchée et bloquée en Afrique du Sud", - "description": "Après la découverte d'un nouveau variant du Covid-19 en Afrique du Sud, le Munster cherche à quitter le pays avant la fermeture des frontières. Mais l'équipe de rugby doit rester sur place après la révélation d'un cas positif au sein du groupe.

", - "content": "Après la découverte d'un nouveau variant du Covid-19 en Afrique du Sud, le Munster cherche à quitter le pays avant la fermeture des frontières. Mais l'équipe de rugby doit rester sur place après la révélation d'un cas positif au sein du groupe.

", + "title": "PSG: Rothen révèle un clash entre des joueurs et Leonardo il y a deux ans", + "description": "Dans son émission Rothen s'enflamme jeudi sur RMC, Jérôme Rothen a raconté un clash ayant opposé il y a deux ans Leonardo à certains joueurs du PSG, dont Edinson Cavani et Keylor Navas.

", + "content": "Dans son émission Rothen s'enflamme jeudi sur RMC, Jérôme Rothen a raconté un clash ayant opposé il y a deux ans Leonardo à certains joueurs du PSG, dont Edinson Cavani et Keylor Navas.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/covid-l-equipe-du-munster-touchee-et-bloquee-en-afrique-du-sud_AV-202111280209.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-rothen-revele-un-clash-entre-des-joueurs-et-leonardo-il-y-a-deux-ans_AV-202112020522.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 16:05:05 GMT", - "enclosure": "https://images.bfmtv.com/6YGK_kYQu9mU_Uh4BmsLWxgpq4c=/0x104:2000x1229/800x0/images/L-equipe-du-Munster-1177185.jpg", + "pubDate": "Thu, 02 Dec 2021 19:00:59 GMT", + "enclosure": "https://images.bfmtv.com/D8VThAFYgQtZKtXTyST9g-XiFP4=/0x0:1056x594/800x0/images/Jerome-Rothen-1137662.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60555,17 +61965,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dfbf39437a5ed89f622a0be0e1aabe1" + "hash": "5e5161893e818c40ef6edc08b0b825b1" }, { - "title": "Montpellier-Lyon en direct: l'OL s'impose dans la douleur et peut remercier Paqueta", - "description": "Une semaine après la rencontre arrêtée entre l'OL et l'OM, les Lyonnais se déplacent à Montpellier. Dixième du championnat avant le coup d'envoi, l'OL doit gagner pour ne pas perdre le contact avec les places européennes.

", - "content": "Une semaine après la rencontre arrêtée entre l'OL et l'OM, les Lyonnais se déplacent à Montpellier. Dixième du championnat avant le coup d'envoi, l'OL doit gagner pour ne pas perdre le contact avec les places européennes.

", + "title": "XV de France: ce que la victoire face aux All Blacks a changé selon Antoine Dupont", + "description": "Près de quinze jours après le triomphe du XV de France face à la Nouvelle-Zélande (40-25) lors du dernier test-match de la tournée d’automne, le capitaine des Bleus, Antoine Dupont, était l’invité exceptionnel du Super Moscato Show jeudi sur RMC. L’occasion pour le demi de mêlée du Stade Toulousain de revenir sur les conséquences de cet exploit.

", + "content": "Près de quinze jours après le triomphe du XV de France face à la Nouvelle-Zélande (40-25) lors du dernier test-match de la tournée d’automne, le capitaine des Bleus, Antoine Dupont, était l’invité exceptionnel du Super Moscato Show jeudi sur RMC. L’occasion pour le demi de mêlée du Stade Toulousain de revenir sur les conséquences de cet exploit.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-montpellier-lyon-en-direct_LS-202111280205.html", + "link": "https://rmcsport.bfmtv.com/rugby/tests-matchs/xv-de-france-ce-que-la-victoire-face-aux-all-blacks-a-change-selon-antoine-dupont_AV-202112020519.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 15:21:41 GMT", - "enclosure": "https://images.bfmtv.com/HUKdXuVBGnEnhXdT2Qi32VOXjtg=/0x0:2048x1152/800x0/images/Lucas-Paqueta-contre-Montpellier-1177215.jpg", + "pubDate": "Thu, 02 Dec 2021 18:57:02 GMT", + "enclosure": "https://images.bfmtv.com/dtgFUFkBs2AtV4DVcWTEaTYqkgY=/0x106:2048x1258/800x0/images/Dupont-lors-de-France-Nouvelle-Zelande-1171374.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60575,17 +61985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2b699c51bcc9119202b5e9a47da8aac" + "hash": "31356b6e52c6b3cc6d670e1ca3174a51" }, { - "title": "ASSE-PSG: \"Si ce n’est pas Mbappé, il n’y a pas rouge\", peste Kolodziejczak", - "description": "Coupable d’avoir annulé une occasion de but en stoppant irrégulièrement Kylian Mbappé, qui filait défier le gardien, Timothée Kolodziejczak a été expulsé. Mais le défenseur estime que le carton rouge qui lui a été adressé ne s’imposait pas franchement.

", - "content": "Coupable d’avoir annulé une occasion de but en stoppant irrégulièrement Kylian Mbappé, qui filait défier le gardien, Timothée Kolodziejczak a été expulsé. Mais le défenseur estime que le carton rouge qui lui a été adressé ne s’imposait pas franchement.

", + "title": "Mercato: Dortmund mystérieux sur une clause libératoire pour Haaland", + "description": "Convoité par les plus grands clubs européens, Erling Haaland pourrait connaître un nouveau tournant dans sa carrière. Depuis des mois, la présence d’une clause libératoire estimée à 75M€ est évoquée. Mais le Borussia Dortmund a refusé de confirmer la présence de cet arrangement dans le contrat du Norvégien.

", + "content": "Convoité par les plus grands clubs européens, Erling Haaland pourrait connaître un nouveau tournant dans sa carrière. Depuis des mois, la présence d’une clause libératoire estimée à 75M€ est évoquée. Mais le Borussia Dortmund a refusé de confirmer la présence de cet arrangement dans le contrat du Norvégien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-psg-si-ce-n-est-pas-mbappe-il-n-y-a-pas-rouge-peste-kolodziejczak_AV-202111280202.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-dortmund-mysterieux-sur-une-clause-liberatoire-pour-haaland_AV-202112020513.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 15:07:14 GMT", - "enclosure": "https://images.bfmtv.com/Vv4dIyRjov551onXueYZwhPWFzA=/0x0:1200x675/800x0/images/Timothee-Kolodziejczak-1177177.jpg", + "pubDate": "Thu, 02 Dec 2021 18:46:17 GMT", + "enclosure": "https://images.bfmtv.com/ZQlrw-sxxBTqCcOy0jEvCImisA8=/0x0:2048x1152/800x0/images/Erling-Haaland-1176777.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60595,17 +62005,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e427d2079ad147a9daf26a802b1e3472" + "hash": "17d7f74cc097123ef108c75266ff8478" }, { - "title": "ASSE-PSG: le message volontaire de Neymar après sa grosse blessure à la cheville", - "description": "Après sa sortie sur civière ce dimanche lors de la victoire du PSG à Saint-Etienne (3-1), dans le cadre de la 15e journée de Ligue 1, Neymar a posté un message sur ses réseaux sociaux. Le Brésilien, qui semble sérieusement touché à la cheville, promet de revenir plus fort.

", - "content": "Après sa sortie sur civière ce dimanche lors de la victoire du PSG à Saint-Etienne (3-1), dans le cadre de la 15e journée de Ligue 1, Neymar a posté un message sur ses réseaux sociaux. Le Brésilien, qui semble sérieusement touché à la cheville, promet de revenir plus fort.

", + "title": "Top 14: direction le Stade Français pour Morgan Parra", + "description": "INFO RMC SPORT - Le demi de mêlée international, Morgan Parra, devrait rejoindre le Stade Français en fin de saison. Les deux parties auraient trouvé un accord cette semaine.\n

", + "content": "INFO RMC SPORT - Le demi de mêlée international, Morgan Parra, devrait rejoindre le Stade Français en fin de saison. Les deux parties auraient trouvé un accord cette semaine.\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-psg-le-message-volontaire-de-neymar-apres-sa-grosse-blessure-a-la-cheville_AV-202111280201.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14-direction-le-stade-francais-pour-morgan-parra_AV-202112020489.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 15:01:29 GMT", - "enclosure": "https://images.bfmtv.com/9F0D2agn9vvA9QBxuWq0a0Z3M3k=/0x212:2048x1364/800x0/images/Neymar-avec-le-PSG-sous-une-fine-neige-1177172.jpg", + "pubDate": "Thu, 02 Dec 2021 18:23:37 GMT", + "enclosure": "https://images.bfmtv.com/BxWEkBb7pkeQb1P7gz3Lin1G8cc=/0x0:768x432/800x0/images/Le-demi-de-melee-clermontois-Morgan-Parra-lors-du-quart-de-finale-de-la-Coupe-d-Europe-a-domicile-contre-le-Stade-Toulousain-le-11-avril-2021-au-stade-Marcel-Michelin-1005050.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60615,17 +62025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5528119fefbca4d4a15e2b4c39d0b686" + "hash": "4d602467897f24ad2548a76c577d8a4e" }, { - "title": "PSG: Pochettino donne les premiers échos de la blessure de Neymar", - "description": "Si le PSG s'est imposé sur la pelouse de Saint-Etienne ce dimanche (3-1), dans le cadre de la 15e journée de Ligue 1, le match a été marqué par la blessure impressionnante de Neymar. Mauricio Pochettino se veut prudent.

", - "content": "Si le PSG s'est imposé sur la pelouse de Saint-Etienne ce dimanche (3-1), dans le cadre de la 15e journée de Ligue 1, le match a été marqué par la blessure impressionnante de Neymar. Mauricio Pochettino se veut prudent.

", + "title": "\"J'ai cru que j'allais y laisser ma vie\", le témoignage fort de Margaux Pinot", + "description": "La judoka Margaux Pinot s’est exprimée ce jeudi lors d’une conférence de presse après la relaxe en première instance de son compagnon Alain Schmitt, qu’elle accuse de violences conjugales.

", + "content": "La judoka Margaux Pinot s’est exprimée ce jeudi lors d’une conférence de presse après la relaxe en première instance de son compagnon Alain Schmitt, qu’elle accuse de violences conjugales.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-donne-les-premiers-echos-de-la-blessure-de-neymar_AV-202111280197.html", + "link": "https://rmcsport.bfmtv.com/judo/j-ai-cru-que-j-allais-y-laisser-ma-vie-le-temoignage-fort-de-margaux-pinot_AV-202112020482.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 14:47:06 GMT", - "enclosure": "https://images.bfmtv.com/u3MrAImbXq_xl4Dug9Xpp74-TzY=/0x74:2048x1226/800x0/images/Mauricio-Pochettino-coach-du-PSG-1177162.jpg", + "pubDate": "Thu, 02 Dec 2021 18:15:03 GMT", + "enclosure": "https://images.bfmtv.com/x3m5iNezrcoUzVzCmCsltzIy30A=/8x0:1016x567/800x0/images/Margaux-Pinot-en-conference-de-presse-le-2-decembre-2021-1180232.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60635,17 +62045,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0046c9b9393107ae6da6b0f6c3016caa" + "hash": "f87872f8c47d47ff0045fc4225d82a95" }, { - "title": "Les pronos hippiques du lundi 29 novembre 2021", - "description": "Le Quinté+ du lundi 29 novembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du lundi 29 novembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Affaire Pinot-Schmitt: ce que disent les deux versions qui s'affrontent", + "description": "Après l’altercation physique qui a opposé Margaux Pinot et son entraîneur et compagnon, Alain Schmitt, dans la nuit de samedi à dimanche puis la relaxe de ce dernier par le tribunal correctionnel de Bobigny mercredi, la judoka et son coach ont livré une version des faits totalement différente.

", + "content": "Après l’altercation physique qui a opposé Margaux Pinot et son entraîneur et compagnon, Alain Schmitt, dans la nuit de samedi à dimanche puis la relaxe de ce dernier par le tribunal correctionnel de Bobigny mercredi, la judoka et son coach ont livré une version des faits totalement différente.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-29-novembre-2021_AN-202111280196.html", + "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-ce-que-disent-les-deux-versions-qui-s-affrontent_AV-202112020478.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 14:41:15 GMT", - "enclosure": "https://images.bfmtv.com/9ajhrxmsWlzcJzk1NkpXll7JYPc=/0x42:800x492/800x0/images/Les-pronos-hippiques-du-29-novembre-2021-1176105.jpg", + "pubDate": "Thu, 02 Dec 2021 18:12:01 GMT", + "enclosure": "https://images.bfmtv.com/x3m5iNezrcoUzVzCmCsltzIy30A=/8x0:1016x567/800x0/images/Margaux-Pinot-en-conference-de-presse-le-2-decembre-2021-1180232.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60655,17 +62065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24a4626d655adaeb798099c5821abe08" + "hash": "68eff9505ab9f2fdf98720267d7a7086" }, { - "title": "Racing-UBB en direct: Bordeaux renverse la situation avec trois essais coup sur coup", - "description": "Suite et fin de la 11e journée de Top 14 avec le choc entre le Racing et Bordeaux-Bègles ! Les Bordelais espèrent faire un coup à La Défense Arena et ainsi recoller au leader toulousain. Coup d’envoi à 21h05 !

", - "content": "Suite et fin de la 11e journée de Top 14 avec le choc entre le Racing et Bordeaux-Bègles ! Les Bordelais espèrent faire un coup à La Défense Arena et ainsi recoller au leader toulousain. Coup d’envoi à 21h05 !

", + "title": "Biathlon: Jacquelin et Fillon-Maillet sur le podium, Desthieux perd la tête", + "description": "Les Français Emilien Jacquelin (2e) et Quentin Fillon-Maillet (3e) sont montés jeudi sur le podium du sprint (10 km) d'Ostersund (Suède), comptant pour la Coupe du monde de biathlon, alors que Simon Desthieux (23e) a perdu sa place de leader du classement général au profit du Suédois Sebastian Samuelsson, le vainqueur du jour.

", + "content": "Les Français Emilien Jacquelin (2e) et Quentin Fillon-Maillet (3e) sont montés jeudi sur le podium du sprint (10 km) d'Ostersund (Suède), comptant pour la Coupe du monde de biathlon, alors que Simon Desthieux (23e) a perdu sa place de leader du classement général au profit du Suédois Sebastian Samuelsson, le vainqueur du jour.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-racing-ubb-en-direct_LS-202111280242.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-jacquelin-et-fillon-maillet-sur-le-podium-desthieux-perd-la-tete_AD-202112020458.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:10:33 GMT", - "enclosure": "https://images.bfmtv.com/wLeL7lVcDSap3LzLw3YGUNqFtyA=/0x58:2048x1210/800x0/images/Gael-Fickou-avec-le-Racing-92-1121638.jpg", + "pubDate": "Thu, 02 Dec 2021 17:50:21 GMT", + "enclosure": "https://images.bfmtv.com/zjFeL1MsXZKzqqJDDkKIekD64gs=/0x42:768x474/800x0/images/Emilien-Jacquelin-lors-du-10-km-sprint-de-la-Coupe-du-monde-de-biathlon-a-Ostersund-le-28-novembre-2021-1177206.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60675,17 +62085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c13c5907595f62f0831073d8fdfa935" + "hash": "3eb1c32afa557bc498b4e9dc4b75e5fa" }, { - "title": "Chelsea-Manchester United en direct : les Red Devils ont résisté aux Blues", - "description": "Contre une équipe de Manchester United en convalescence, Chelsea a dominé sans parvenir à prendre l'avantage et perd de son avance en tête du championnat, après un match nul 1-1 finalement logique.

", - "content": "Contre une équipe de Manchester United en convalescence, Chelsea a dominé sans parvenir à prendre l'avantage et perd de son avance en tête du championnat, après un match nul 1-1 finalement logique.

", + "title": "West Ham: Moyes explique pourquoi Areola est derrière Fabianski dans la hiérarchie", + "description": "Arrivé l’été dernier dans le cadre d’un prêt à West Ham, Alphonse Areola peine à trouver du temps de jeu en Premier League. En conférence de presse, l’entraîneur David Moyes a expliqué la raison du statut de remplaçant du Français, tout en assurant compter sur ce dernier pour l’avenir.

", + "content": "Arrivé l’été dernier dans le cadre d’un prêt à West Ham, Alphonse Areola peine à trouver du temps de jeu en Premier League. En conférence de presse, l’entraîneur David Moyes a expliqué la raison du statut de remplaçant du Français, tout en assurant compter sur ce dernier pour l’avenir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-chelsea-manchester-united-en-direct_LS-202111280194.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/west-ham-moyes-explique-pourquoi-areola-est-derriere-fabianski-dans-la-hierarchie_AV-202112020435.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 14:40:33 GMT", - "enclosure": "https://images.bfmtv.com/WyWTfJg5lRfWeHovHFzv5aYz_Zs=/0x0:2048x1152/800x0/images/Jorginho-face-a-Bruno-Fernandes-1177252.jpg", + "pubDate": "Thu, 02 Dec 2021 17:21:09 GMT", + "enclosure": "https://images.bfmtv.com/I3S3ZttFtVS5AlqrOCLBYQkeBHs=/0x0:2048x1152/800x0/images/Alphonse-Areola-1160509.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60695,17 +62105,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8d4f16d361f4b7bf5453849729a9e5d" + "hash": "c9afa3c52fa1a7bcaa09865b83e9deff" }, { - "title": "Racing-UBB en direct: Bordeaux renverse la situation avec deux essais coup sur coup", - "description": "Suite et fin de la 11e journée de Top 14 avec le choc entre le Racing et Bordeaux-Bègles ! Les Bordelais espèrent faire un coup à La Défense Arena et ainsi recoller au leader toulousain. Coup d’envoi à 21h05 !

", - "content": "Suite et fin de la 11e journée de Top 14 avec le choc entre le Racing et Bordeaux-Bègles ! Les Bordelais espèrent faire un coup à La Défense Arena et ainsi recoller au leader toulousain. Coup d’envoi à 21h05 !

", + "title": "PSG: Hamraoui et Diallo encore absentes de l'entraînement collectif", + "description": "Kheira Hamraoui et Aminata Diallo n'ont pas repris l'entraînement collectif avec le PSG. Les deux joueuses, liées par l'affaire de l'agression du 4 novembre, continuent toutefois de travailler individuellement avec le club.

", + "content": "Kheira Hamraoui et Aminata Diallo n'ont pas repris l'entraînement collectif avec le PSG. Les deux joueuses, liées par l'affaire de l'agression du 4 novembre, continuent toutefois de travailler individuellement avec le club.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-racing-ubb-en-direct_LS-202111280242.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/d1/psg-hamraoui-et-diallo-encore-absentes-de-l-entrainement-collectif_AV-202112020412.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:10:33 GMT", - "enclosure": "https://images.bfmtv.com/wLeL7lVcDSap3LzLw3YGUNqFtyA=/0x58:2048x1210/800x0/images/Gael-Fickou-avec-le-Racing-92-1121638.jpg", + "pubDate": "Thu, 02 Dec 2021 16:54:17 GMT", + "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60715,37 +62125,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5d4a4ca37b3d74a60dbfbbebc76c8a7" + "hash": "3faeb8e3c9854b8038d7a875541659cb" }, { - "title": "Manchester City-PSG: les images de l’accrochage très tendu entre Neymar et Mahrez", - "description": "Le choc de Ligue des champions remporté par Manchester City aux dépens du PSG (2-1) mercredi soir à l’Etihad Stadium a été tendu à l’image d’un échange musclé entre Riyad Mahrez et Neymar, capté par RMC Sport.

", - "content": "Le choc de Ligue des champions remporté par Manchester City aux dépens du PSG (2-1) mercredi soir à l’Etihad Stadium a été tendu à l’image d’un échange musclé entre Riyad Mahrez et Neymar, capté par RMC Sport.

", + "title": "GP d'Arabie saoudite: Verstappen se sent \"calme\" avant sa première balle de match", + "description": "Avant l’avant-dernière manche du championnat du monde de F1 dimanche lors du Grand Prix d’Arabie saoudite, le leader néerlandais Max Verstappen assure être serein. La pression sera pourtant grande puisque le pilote Red Bull, à la lutte avec Lewis Hamilton, peut être officiellement sacré ce week-end.

", + "content": "Avant l’avant-dernière manche du championnat du monde de F1 dimanche lors du Grand Prix d’Arabie saoudite, le leader néerlandais Max Verstappen assure être serein. La pression sera pourtant grande puisque le pilote Red Bull, à la lutte avec Lewis Hamilton, peut être officiellement sacré ce week-end.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-les-images-de-l-accrochage-tres-tendu-entre-neymar-et-mahrez_AV-202111280079.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/gp-d-arabie-saoudite-verstappen-se-sent-calme-avant-sa-premiere-balle-de-match_AD-202112020408.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 09:55:51 GMT", - "enclosure": "https://images.bfmtv.com/IQBZWmOw1sQyN2LNjeIR56z0esI=/1x0:769x432/800x0/images/Manchester-City-PSG-l-accrochage-entre-Neymar-et-Mahrez-1177001.jpg", + "pubDate": "Thu, 02 Dec 2021 16:51:59 GMT", + "enclosure": "https://images.bfmtv.com/YseROwdlLP43MBBet8bsucTJm64=/14x0:2030x1134/800x0/images/Max-Verstappen-1180174.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "37513e81c91fea9a7289d4cb5a26f733" + "hash": "81b1515fe9a0a3f0d28f3fe1ea4e4e43" }, { - "title": "Serie A: la réponse de la Juve après les perquisitions de la brigade financière", - "description": "Après les perquisitions dans ses bureaux dans l’enquête sur des transferts douteux, la Juventus a réagi samedi dans un communiqué. Le club dit se tenir à disposition de la justice et assure qu’il collaborera.

", - "content": "Après les perquisitions dans ses bureaux dans l’enquête sur des transferts douteux, la Juventus a réagi samedi dans un communiqué. Le club dit se tenir à disposition de la justice et assure qu’il collaborera.

", + "title": "Ballon d'or: les votes de Messi en tant que jury pour le Trophée Kopa", + "description": "Membre du jury du Trophée Kopa, Lionel Messi a donné le plus de points à Pedri, le grand vainqueur, selon le quotidien Sport. L'Argentin a aussi tenu à récompenser un de ses coéquipiers au PSG et un grand espoir du football anglais.

", + "content": "Membre du jury du Trophée Kopa, Lionel Messi a donné le plus de points à Pedri, le grand vainqueur, selon le quotidien Sport. L'Argentin a aussi tenu à récompenser un de ses coéquipiers au PSG et un grand espoir du football anglais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-la-reponse-de-la-juve-apres-les-perquisitions-de-la-brigade-financiere_AV-202111280072.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ballon-d-or-les-votes-de-messi-en-tant-que-jury-pour-le-trophee-kopa_AV-202112020398.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 09:46:12 GMT", - "enclosure": "https://images.bfmtv.com/JWxKnd3wYmwS1MLKSxFAYPVH6hc=/0x118:2048x1270/800x0/images/Andrea-Agnelli-president-de-la-Juve-1176394.jpg", + "pubDate": "Thu, 02 Dec 2021 16:41:55 GMT", + "enclosure": "https://images.bfmtv.com/v_PKMYqYH03f52GPK-RslvOrC8E=/0x24:2048x1176/800x0/images/Lionel-Messi-1178126.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60755,37 +62165,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa77517ae8a36c7d585ec1f7840ebd90" + "hash": "0008f06a2a93f6a537c4b7a87432d756" }, { - "title": "Montpellier: Nicollin répond à Maracineanu après son tacle aux clubs de foot", - "description": "Le président de Montpellier, Laurent Nicollin, n’a pas aimé que la ministre chargée des Sports ,Roxana Maracineanu, s’en prennent, sur RMC, aux clubs de foot et qu’elle oppose l’ambiance dans les stades de Ligue 1 à ceux du rugby.

", - "content": "Le président de Montpellier, Laurent Nicollin, n’a pas aimé que la ministre chargée des Sports ,Roxana Maracineanu, s’en prennent, sur RMC, aux clubs de foot et qu’elle oppose l’ambiance dans les stades de Ligue 1 à ceux du rugby.

", + "title": "Affaire Hamraoui en direct: Hamraoui et Diallo encore absentes de l'entraînement du PSG", + "description": "Suivez toutes les informations en direct sur la rocambolesque agression dont a été victime la joueuse du PSG, Kheira Hamraoui.

", + "content": "Suivez toutes les informations en direct sur la rocambolesque agression dont a été victime la joueuse du PSG, Kheira Hamraoui.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/montpellier-nicollin-repond-a-maracineanu-apres-son-tacle-aux-clubs-de-foot_AV-202111280063.html", + "link": "https://rmcsport.bfmtv.com/football/affaire-hamraoui-diallo-en-direct-toutes-les-infos_LN-202111110108.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 09:20:38 GMT", - "enclosure": "https://images.bfmtv.com/DbKOBcQ0EktMBqzs8D3ms6ecngs=/0x0:2048x1152/800x0/images/Laurent-Nicollin-Montpellier-1132411.jpg", + "pubDate": "Thu, 11 Nov 2021 08:43:53 GMT", + "enclosure": "https://images.bfmtv.com/VUqHVAYBJwWMn0RbG5qALNdbQ48=/0x0:1728x972/800x0/images/Aminata-Diallo-et-Kheira-Hamraoui-1164094.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bff96238de233f413497463e173e9ef8" + "hash": "a2dd66977542b563399a6bd4b86250e0" }, { - "title": "Coupe de France: Grenoble protégé par la police après des échauffourées entre ultras stéphanois et grenoblois", - "description": "Andrézieux-Bouthéon, équipe de Nationale 2, a battu Grenoble samedi soir en Coupe de France (3-0) et s'est qualifié pour les 32e de finale. Mais la soirée a ensuite dégénéré avec des altercations entre supporters stéphanois et grenoblois, obligeant l'équipe iséroise à être confinée.

", - "content": "Andrézieux-Bouthéon, équipe de Nationale 2, a battu Grenoble samedi soir en Coupe de France (3-0) et s'est qualifié pour les 32e de finale. Mais la soirée a ensuite dégénéré avec des altercations entre supporters stéphanois et grenoblois, obligeant l'équipe iséroise à être confinée.

", + "title": "Premier League: Newcastle prêt à investir des grosses sommes au mercato dès cet hiver ?", + "description": "Racheté en début de saison par un fond d’investissement saoudien, Newcastle devrait se montrer actif lors du prochain mercato hivernal. Selon the Telegraph, le dernier de Premier League pourrait même ne pas trop regarder à la dépense pour démarrer son projet ambitieux et assurer le maintien dans l'élite.

", + "content": "Racheté en début de saison par un fond d’investissement saoudien, Newcastle devrait se montrer actif lors du prochain mercato hivernal. Selon the Telegraph, le dernier de Premier League pourrait même ne pas trop regarder à la dépense pour démarrer son projet ambitieux et assurer le maintien dans l'élite.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france-grenoble-protege-par-la-police-apres-des-echauffourees-entre-ultras-stephanois-et-grenoblois_AN-202111280060.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-newcastle-pret-a-investir-des-grosses-sommes-au-mercato-des-cet-hiver_AV-202112020390.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 09:14:57 GMT", - "enclosure": "https://images.bfmtv.com/cPmnce1QKSkFHwo9ArgdiJhwuHE=/0x106:1472x934/800x0/images/Coupe-de-France-1176976.jpg", + "pubDate": "Thu, 02 Dec 2021 16:25:25 GMT", + "enclosure": "https://images.bfmtv.com/DXLZhuyI7tyJfiBQ2UYMoYmfwmI=/0x67:2048x1219/800x0/images/Newcastle-1150737.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60795,17 +62205,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f16e8e5fc070eca39f85796bd37e7349" + "hash": "e4c69490d43e861619b94ce21ba604ec" }, { - "title": "Ligue des champions: tensions entre joueurs, Messi invisible... le film de Manchester City-PSG avec des images exclusives", - "description": "Qualifié mais assuré de ne pas pouvoir finir premier de son groupe, le PSG a fait pâle figure mercredi soir, lors de sa défaite contre Manchester City en Ligue des champions. Les stars Messi, Neymar et Mbappé n'ont pas suffi face à ce collectif bien huilé. Eléments de réponse dans le film RMC Sport de la rencontre.

", - "content": "Qualifié mais assuré de ne pas pouvoir finir premier de son groupe, le PSG a fait pâle figure mercredi soir, lors de sa défaite contre Manchester City en Ligue des champions. Les stars Messi, Neymar et Mbappé n'ont pas suffi face à ce collectif bien huilé. Eléments de réponse dans le film RMC Sport de la rencontre.

", + "title": "Manchester United - Arsenal en direct: un chiffre rond pour CR7, toujours égalité dans ce choc", + "description": "Choc de Premier League à Old Trafford entre Manchester United, qui veut quitter le milieu de tableau avec son (futur) nouveau coach Ralf Rangnick, et Arsenal, qui peut entrer dans le top 4.

", + "content": "Choc de Premier League à Old Trafford entre Manchester United, qui veut quitter le milieu de tableau avec son (futur) nouveau coach Ralf Rangnick, et Arsenal, qui peut entrer dans le top 4.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-accrochages-messi-invisible-le-film-de-manchester-city-psg-avec-des-images-exclusives_AV-202111280059.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-suivez-manchester-united-arsenal-en-direct_LS-202112020526.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 09:01:39 GMT", - "enclosure": "https://images.bfmtv.com/FEbR2ydk-9h4gbCUXisFWpbkV5M=/0x106:2048x1258/800x0/images/Messi-et-Marquinhos-apres-Manchester-City-PSG-1176895.jpg", + "pubDate": "Thu, 02 Dec 2021 19:10:03 GMT", + "enclosure": "https://images.bfmtv.com/AyQv_Rro9PU84b3IcH4IC80SAQw=/0x120:1872x1173/800x0/images/Cristiano-Ronaldo-1152553.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60815,17 +62225,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1661c1d81ad86b5fb4ade3b747e48b21" + "hash": "08789995be452ffb3222fba9bfe9dab4" }, { - "title": "\"Honte\", \"farce\", \"toucher le fond\": après Beleneses-Benfica, la presse portugaise s’indigne", - "description": "Au lendemain de la rencontre ubuesque entre Beleneses et le Benfica, la presse portugaise n’a pas mâché ses mots pour qualifier cette soirée qu’elle juge désastreuse pour le football national. Touché par le Covid, Belenenses a aligné neuf joueurs au coup d’envoi avant de déclarer forfait en deuxième période.

", - "content": "Au lendemain de la rencontre ubuesque entre Beleneses et le Benfica, la presse portugaise n’a pas mâché ses mots pour qualifier cette soirée qu’elle juge désastreuse pour le football national. Touché par le Covid, Belenenses a aligné neuf joueurs au coup d’envoi avant de déclarer forfait en deuxième période.

", + "title": "LOU: opération des genoux réussie pour Bastareaud", + "description": "Mathieu Bastareaud a été opéré jeudi à Lyon, à la suite de sa double blessure aux genoux. Le LOU ne pourra pas compter sur l'ancien capitaine des Bleus pendant au moins six mois.

", + "content": "Mathieu Bastareaud a été opéré jeudi à Lyon, à la suite de sa double blessure aux genoux. Le LOU ne pourra pas compter sur l'ancien capitaine des Bleus pendant au moins six mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/honte-farce-toucher-le-fond-apres-beleneses-benfica-la-presse-portugaise-s-indigne_AV-202111280052.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/lou-operation-des-genoux-reussie-pour-bastareaud_AV-202112020388.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 08:39:39 GMT", - "enclosure": "https://images.bfmtv.com/WfDV2oq8ZaFZGAV7LTx0aQANu-g=/16x163:2048x1306/800x0/images/Le-match-entre-Beleneses-et-le-Benfica-s-est-termine-par-un-forfait-1176966.jpg", + "pubDate": "Thu, 02 Dec 2021 16:20:12 GMT", + "enclosure": "https://images.bfmtv.com/OvMetqdy33bTfbeJtlXNBmEac-o=/0x106:2048x1258/800x0/images/Mathieu-Bastareaud-sur-civiere-1176838.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60835,17 +62245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1b9f45725d522c24141f509b3c809b4" + "hash": "e19bccab9e03e1a1bd377acfadcef78b" }, { - "title": "Portugal: Belenenses et Benfica chargent la Ligue après le match de la honte", - "description": "La rencontre de la 12eme journée du championnat portugais entre Beleneseses et Benfica s’est terminée par un forfait des locaux, réduits à six après avoir débuté la rencontre à neuf en raison de multiple cas de Covid dans l’effectif. Alors que tout le monde se demande pourquoi ce match a pu se disputer, les deux clubs de Lisbonne rejettent la responsabilité sur la Ligue de football portugaise.

", - "content": "La rencontre de la 12eme journée du championnat portugais entre Beleneseses et Benfica s’est terminée par un forfait des locaux, réduits à six après avoir débuté la rencontre à neuf en raison de multiple cas de Covid dans l’effectif. Alors que tout le monde se demande pourquoi ce match a pu se disputer, les deux clubs de Lisbonne rejettent la responsabilité sur la Ligue de football portugaise.

", + "title": "Covid-19: huis clos, masques, variant Omicron... le football européen de nouveau menacé en Europe", + "description": "L'Allemagne et les Pays-Bas ont entrepris le retour des huis clos dans les stades de football, face à la flambée du nombre de cas positifs au coronavirus en Europe. Des décisions dans ce sens pourraient se répéter, compte tenu de la contagiosité du variant Omicron.

", + "content": "L'Allemagne et les Pays-Bas ont entrepris le retour des huis clos dans les stades de football, face à la flambée du nombre de cas positifs au coronavirus en Europe. Des décisions dans ce sens pourraient se répéter, compte tenu de la contagiosité du variant Omicron.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-belenenses-et-benfica-chargent-la-ligue-apres-le-match-de-la-honte_AV-202111280051.html", + "link": "https://rmcsport.bfmtv.com/football/covid-19-huis-clos-masques-variant-omicron-le-football-europeen-de-nouveau-menace-en-europe_AV-202112020378.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 08:35:56 GMT", - "enclosure": "https://images.bfmtv.com/HgAVq8S7Pva5YviRBhnis1z2sy4=/0x0:2032x1143/800x0/images/Portugal-Belenenses-et-Benfica-chargent-la-Ligue-apres-le-match-de-la-honte-1176964.jpg", + "pubDate": "Thu, 02 Dec 2021 16:04:11 GMT", + "enclosure": "https://images.bfmtv.com/sThq4fXlCKAkaw-QIVnk_tju6A8=/74x177:1642x1059/800x0/images/Leipzig-1180125.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60855,17 +62265,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75f0a7e300659db83616fccdab063c6e" + "hash": "77a3afb5d0837a51c64724663013cd72" }, { - "title": "Ballon d'Or: Messi, Lewandowski, Benzema, une pluie de prétendants", - "description": "Lundi à Paris, sera remis le Ballon d’or 2021. Un retour après une année blanche en 2020 en raison de la saison bousculée par le Covid-19. De Lionel Messi à Robert Lewandowski en passant par Karim Benzema, les postulants sont nombreux.

", - "content": "Lundi à Paris, sera remis le Ballon d’or 2021. Un retour après une année blanche en 2020 en raison de la saison bousculée par le Covid-19. De Lionel Messi à Robert Lewandowski en passant par Karim Benzema, les postulants sont nombreux.

", + "title": "Affaire Pinot-Schmitt en direct: \"J'ai cru que j'allais y laisser ma vie\", Pinot livre sa version", + "description": "L’affaire entre la judoka française Margaux Pinot et Alain Schmitt secoue le monde du sport et du judo en particulier. L’athlète de 27 ans accuse son entraîneur et compagnon de lui avoir asséné des coups, frappé la tête contre le sol mais aussi d'avoir tenté de l'étrangler lors d'une altercation dans la nuit de samedi à dimanche dernier à son domicile du Blanc-Mesnil. Remis en liberté par le tribunal correctionnel dans la nuit de mardi à mercredi, ce dernier nie cette version des faits. Toutes les dernières infos sont à suivre en direct sur RMC Sport.

", + "content": "L’affaire entre la judoka française Margaux Pinot et Alain Schmitt secoue le monde du sport et du judo en particulier. L’athlète de 27 ans accuse son entraîneur et compagnon de lui avoir asséné des coups, frappé la tête contre le sol mais aussi d'avoir tenté de l'étrangler lors d'une altercation dans la nuit de samedi à dimanche dernier à son domicile du Blanc-Mesnil. Remis en liberté par le tribunal correctionnel dans la nuit de mardi à mercredi, ce dernier nie cette version des faits. Toutes les dernières infos sont à suivre en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-messi-lewandowski-benzema-une-pluie-de-pretendants_AD-202111280050.html", + "link": "https://rmcsport.bfmtv.com/judo/affaire-pinot-schmitt-en-direct-margaux-pinot-va-s-exprimer-a-18h_LN-202112020373.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 08:30:18 GMT", - "enclosure": "https://images.bfmtv.com/FKKtGc1FSApaFaXq1THqntEjlPQ=/0x39:768x471/800x0/images/L-attaquant-polonais-du-Bayern-Robert-Lewandowski-buteur-contre-Benfica-en-Ligue-des-champions-le-2-novembre-2021-a-Munich-1160635.jpg", + "pubDate": "Thu, 02 Dec 2021 15:54:42 GMT", + "enclosure": "https://images.bfmtv.com/_Hz_v7sCZKIxFTESG0itoZm7Z2c=/0x0:1024x576/800x0/images/Margaux-Pinot-et-son-avocat-1180190.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60875,17 +62285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a200551281daa664c64a391259117b36" + "hash": "060102ac573a6ea8192ce222ded8bd17" }, { - "title": "Saint-Etienne-PSG: sur quelle chaîne et à quelle heure regarder le choc des extrêmes en L1", - "description": "Saint-Etienne, avant-dernier du championnat, reçoit le leader parisien dimanche, à 13 heures, pour la 15e journée de Ligue 1. Un match à suivre sur Amazon Prime Vidéo et Canal + Sport.

", - "content": "Saint-Etienne, avant-dernier du championnat, reçoit le leader parisien dimanche, à 13 heures, pour la 15e journée de Ligue 1. Un match à suivre sur Amazon Prime Vidéo et Canal + Sport.

", + "title": "Ligue 1: \"On vise l'Europe!\", plaisante Chardonnet après la série historique de Brest", + "description": "Mal au point au classement en début de saison, Brest connaît depuis quelques semaines une belle remontée. Dans le Super Moscato Show sur RMC, le défenseur Brendan Chardonnet a évoqué la série de cinq victoires consécutives du club, tout en évoquant le principal objectif, qui reste le maintien en Ligue 1.

", + "content": "Mal au point au classement en début de saison, Brest connaît depuis quelques semaines une belle remontée. Dans le Super Moscato Show sur RMC, le défenseur Brendan Chardonnet a évoqué la série de cinq victoires consécutives du club, tout en évoquant le principal objectif, qui reste le maintien en Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-psg-sur-quelle-chaine-et-a-quelle-heure-regarder-le-choc-des-extremes-en-l1_AV-202111280044.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-on-vise-l-europe-plaisante-chardonnet-apres-la-serie-historique-de-brest_AV-202112020370.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 07:53:53 GMT", - "enclosure": "https://images.bfmtv.com/CzLHjfG_UY_TGYkDQh1qszwbQjM=/0x69:1200x744/800x0/images/Sergio-Ramos-1172235.jpg", + "pubDate": "Thu, 02 Dec 2021 15:47:30 GMT", + "enclosure": "https://images.bfmtv.com/OBENSzYAKXtFKf5ytoOB8SYFDcE=/0x147:2000x1272/800x0/images/B-Chardonnet-1135313.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60895,17 +62305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4d602b22290748f977493fe9fa0be51" + "hash": "27bf17da6fbd154cbf14785b0016ca13" }, { - "title": "ASSE: \"Je ne suis pas fan du PSG\" avoue Boudebouz", - "description": "Avant d’accueillir les stars du Paris Saint-Germain dans le Chaudron dimanche (13h) pour le compte de la 15eme journée de Ligue 1, le milieu de terrain de l’AS Saint-Etienne n’a aucune appréhension. D’autant qu’il n’est pas un supporter des Parisiens.

", - "content": "Avant d’accueillir les stars du Paris Saint-Germain dans le Chaudron dimanche (13h) pour le compte de la 15eme journée de Ligue 1, le milieu de terrain de l’AS Saint-Etienne n’a aucune appréhension. D’autant qu’il n’est pas un supporter des Parisiens.

", + "title": "Portugal: décimé par le Covid-19, le Belenenses SAD réclame le report de son prochain match", + "description": "Moins d'une semaine après son match face à Benfica achevé sur un forfait en raison d'un nombre insuffisant de joueurs sur le terrain, conséquence d'une hécatombe de cas positifs au Covid-19, le club de Belenenses SAD réclame le report de la rencontre face à Vizela, lundi en clôture de la 13e journée du championnat portugais.

", + "content": "Moins d'une semaine après son match face à Benfica achevé sur un forfait en raison d'un nombre insuffisant de joueurs sur le terrain, conséquence d'une hécatombe de cas positifs au Covid-19, le club de Belenenses SAD réclame le report de la rencontre face à Vizela, lundi en clôture de la 13e journée du championnat portugais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-je-ne-suis-pas-fan-du-psg-avoue-boudebouz_AV-202111280040.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-decime-par-le-covid-19-belenenses-reclame-le-report-de-son-prochain-match_AD-202112020361.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 07:25:45 GMT", - "enclosure": "https://images.bfmtv.com/hHqPl5wkG-xAmuuAL_TV6JE-ix8=/0x0:2048x1152/800x0/images/Ryad-Boudebouz-1176950.jpg", + "pubDate": "Thu, 02 Dec 2021 15:34:45 GMT", + "enclosure": "https://images.bfmtv.com/HgAVq8S7Pva5YviRBhnis1z2sy4=/0x0:2032x1143/800x0/images/Portugal-Belenenses-et-Benfica-chargent-la-Ligue-apres-le-match-de-la-honte-1176964.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60915,17 +62325,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "464841385a2a4536132644951e0a71c9" + "hash": "b38f00a36cb180938d076c9c559824fa" }, { - "title": "Monconduit: \"Tout le monde rêve de gagner à l'EuroMillions mais je n'envie pas la vie d'un Neymar\"", - "description": "Blessé à la cuisse avant la trêve, Thomas Monconduit devrait faire son retour ce dimanche après-midi dans le derby face à Rennes au Moustoir (15h). Sa grand-mère députée communiste, son rapport à l'argent dans le foot, son soutien aux Gilets Jaunes... l'occasion d'un large entretien avec le milieu de terrain du FC Lorient à la personnalité qui détonne par ses prises de parole et ses convictions.

", - "content": "Blessé à la cuisse avant la trêve, Thomas Monconduit devrait faire son retour ce dimanche après-midi dans le derby face à Rennes au Moustoir (15h). Sa grand-mère députée communiste, son rapport à l'argent dans le foot, son soutien aux Gilets Jaunes... l'occasion d'un large entretien avec le milieu de terrain du FC Lorient à la personnalité qui détonne par ses prises de parole et ses convictions.

", + "title": "Double Contact - Keblack: \"Benzema n’a pas fini de nous surprendre\"", + "description": "RMC Sport a sa rubrique \"culture-sport\" baptisée \"Double Contact\". Tout au long de l’année, on vous propose des entretiens intimes et décalés, avec des artistes qui font l’actualité. A l’occasion de la sortie de son projet \"Contrôle\", on a rencontré Keblack. Le chanteur de l’Oise nous parle de son lien avec les Bleus, de son amitié avec Alexandre Lacazette et de son admiration pour Karim Benzema.

", + "content": "RMC Sport a sa rubrique \"culture-sport\" baptisée \"Double Contact\". Tout au long de l’année, on vous propose des entretiens intimes et décalés, avec des artistes qui font l’actualité. A l’occasion de la sortie de son projet \"Contrôle\", on a rencontré Keblack. Le chanteur de l’Oise nous parle de son lien avec les Bleus, de son amitié avec Alexandre Lacazette et de son admiration pour Karim Benzema.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monconduit-tout-le-monde-reve-de-gagner-a-l-euro-millions-mais-je-n-envie-pas-la-vie-d-un-neymar_AV-202111280015.html", + "link": "https://rmcsport.bfmtv.com/replay-emissions/double-contact/double-contact-keblack-benzema-n-a-pas-fini-de-nous-surprendre_AV-202112020356.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 07:00:00 GMT", - "enclosure": "https://images.bfmtv.com/ihUfdVQyd__C0NfftGCubnTzVeI=/2x0:1458x819/800x0/images/Thomas-Monconduit-1176729.jpg", + "pubDate": "Thu, 02 Dec 2021 15:24:52 GMT", + "enclosure": "https://images.bfmtv.com/CRevKcr3OVPvvrcMPI0ww24qLLQ=/0x0:1920x1080/800x0/images/Keblack-1180115.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60935,17 +62345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "883cff710b1ff52931bdb2247d2b5ca3" + "hash": "baa85d85a827ca3b77ab12b4d72a69a1" }, { - "title": "Boxe: Fulton bat Figueroa et devient champion du monde WBC-WBO des super-coqs", - "description": "A l’issue d’un combat très disputé samedi au Park MGM de Las Vegas, l’Américain Stephen Fulton a battu aux points son compatriote Brandon Figueroa dans le choc d’unification des ceintures WBC-WBO des super-coqs. Une victoire contestée par le boxeur texan.

", - "content": "A l’issue d’un combat très disputé samedi au Park MGM de Las Vegas, l’Américain Stephen Fulton a battu aux points son compatriote Brandon Figueroa dans le choc d’unification des ceintures WBC-WBO des super-coqs. Une victoire contestée par le boxeur texan.

", + "title": "Liga: la justice espagnole interdit la tenue de matchs de championnat à l'étranger", + "description": "Un tribunal de Madrid a donné raison ce jeudi à la Fédération espagnole de football, qui était en conflit avec la Ligue et Javier Tebas sur la délocalisation de matchs de Liga à l'étranger.

", + "content": "Un tribunal de Madrid a donné raison ce jeudi à la Fédération espagnole de football, qui était en conflit avec la Ligue et Javier Tebas sur la délocalisation de matchs de Liga à l'étranger.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-fulton-bat-figueroa-et-devient-champion-du-monde-wbc-wbo-des-super-coqs_AN-202111280035.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-la-justice-espagnole-interdit-la-tenue-de-matchs-de-championnat-a-l-etranger_AV-202112020354.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 06:54:26 GMT", - "enclosure": "https://images.bfmtv.com/EIuKqyJ9OI0VdOpJKn-5LpN-o4Y=/8x4:1064x598/800x0/images/Stephen-Fulton-declare-vainqueur-face-a-Brandon-Figueroa-1176944.jpg", + "pubDate": "Thu, 02 Dec 2021 15:21:45 GMT", + "enclosure": "https://images.bfmtv.com/ZYDcSQCHV5Ou3JlaCPHzqy4geW8=/0x30:2048x1182/800x0/images/Javier-TEBAS-1180096.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60955,17 +62365,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "85465724f8815a0c38c748b1da9e55b9" + "hash": "c65ca10cc92b154a99e060b69f326a22" }, { - "title": "Monaco-Strasbourg: Diop prêt à retrouver son mentor Stéphan", - "description": "Auteur d’un début de saison convaincant avec le club de la Principauté, Sofiane Diop s’est présenté devant la presse à la veille de la rencontre de demain face à Strasbourg. Le milieu de terrain en a profité pour rendre un hommage appuyé à Julien Stéphan. L’actuel coach alsacien l’avait lancé avec la réserve du Stade Rennais.  

", - "content": "Auteur d’un début de saison convaincant avec le club de la Principauté, Sofiane Diop s’est présenté devant la presse à la veille de la rencontre de demain face à Strasbourg. Le milieu de terrain en a profité pour rendre un hommage appuyé à Julien Stéphan. L’actuel coach alsacien l’avait lancé avec la réserve du Stade Rennais.  

", + "title": "Toulon: Kolbe a repris l’entraînement collectif", + "description": "Cheslin Kolbe, qui n’a toujours pas joué la moindre minute au RCT depuis son arrivée en provenance du Stade Toulousain l'été dernier, s'est entraîné normalement jeudi. Ses grands débuts approchent.

", + "content": "Cheslin Kolbe, qui n’a toujours pas joué la moindre minute au RCT depuis son arrivée en provenance du Stade Toulousain l'été dernier, s'est entraîné normalement jeudi. Ses grands débuts approchent.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-strasbourg-diop-pret-a-retrouver-son-mentor-stephan_AV-202111280014.html", + "link": "https://rmcsport.bfmtv.com/rugby/toulon-kolbe-a-repris-l-entrainement-collectif_AV-202112020341.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 06:00:00 GMT", - "enclosure": "https://images.bfmtv.com/PDjRFaT_1nb0dJ70aLkA7i9MH7w=/0x22:1200x697/800x0/images/Sofiane-Diop-1176790.jpg", + "pubDate": "Thu, 02 Dec 2021 14:39:48 GMT", + "enclosure": "https://images.bfmtv.com/E5hc2zgPI5yK6EYe8pTeWWo0GI0=/0x32:2032x1175/800x0/images/Cheslin-KOLBE-1180087.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60975,17 +62385,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "02eabc044d5bc66f05ad4e83ae61105b" + "hash": "f50a7282e40d20e59df5af952f944965" }, { - "title": "Nice-Metz: composition d’équipe, style de jeu… Galtier menace de tout changer", - "description": "Marqué par une nouvelle entame de match ratée par ses joueurs face à Metz (0-1), Christophe Galtier, l'entraîneur de Nice, a promis des changements dans la composition d'équipe, qui pourrait adopter un autre style de jeu.

", - "content": "Marqué par une nouvelle entame de match ratée par ses joueurs face à Metz (0-1), Christophe Galtier, l'entraîneur de Nice, a promis des changements dans la composition d'équipe, qui pourrait adopter un autre style de jeu.

", + "title": "Inter: après son malaise cardiaque, Eriksen a repris l'entraînement au Danemark", + "description": "Toujours sous contrat à l'Inter, Christian Eriksen a repris l'entraînement au Danemark, avec OB Odense, l'un de ses clubs formateurs. Aucune indication n'a été donnée concernant un éventuel retour à la compétition du meneur de jeu, victime d'un arrêt cardiaque lors de l'Euro 2021.

", + "content": "Toujours sous contrat à l'Inter, Christian Eriksen a repris l'entraînement au Danemark, avec OB Odense, l'un de ses clubs formateurs. Aucune indication n'a été donnée concernant un éventuel retour à la compétition du meneur de jeu, victime d'un arrêt cardiaque lors de l'Euro 2021.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-metz-composition-d-equipe-style-de-jeu-galtier-menace-de-tout-changer_AV-202111270327.html", + "link": "https://rmcsport.bfmtv.com/football/inter-apres-son-malaise-cardiaque-eriksen-a-repris-l-entrainement-au-danemark_AV-202112020337.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 23:19:36 GMT", - "enclosure": "https://images.bfmtv.com/Pc_Hi7sa2qmGCCgOjlAaCTUTWyk=/0x0:1200x675/800x0/images/Christophe-Galtier-1176884.jpg", + "pubDate": "Thu, 02 Dec 2021 14:31:08 GMT", + "enclosure": "https://images.bfmtv.com/yiiI_DBOTBgZ4ZQL5kSrrvggLq0=/352x297:2032x1242/800x0/images/Christian-ERIKSEN-1050718.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -60995,17 +62405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "19b39e339384397d168791da2c2343c9" + "hash": "be627292f1a8a0bdb8fa66459ce42b04" }, { - "title": "Reims-Clermont: pour se sauver, Garcia et les Rémois comptent sur les jeunes", - "description": "En quête d'une première victoire depuis fin septembre, Reims espère se sauver grâce à ses joueurs, qu'Oscar Garcia n'hésite pas à lancer dans le grand bain. Ce sera sans doute encore le cas ce dimanche face à Clermont (15h), pour la 15e journée de Ligue 1.

", - "content": "En quête d'une première victoire depuis fin septembre, Reims espère se sauver grâce à ses joueurs, qu'Oscar Garcia n'hésite pas à lancer dans le grand bain. Ce sera sans doute encore le cas ce dimanche face à Clermont (15h), pour la 15e journée de Ligue 1.

", + "title": "Incidents Angers-OM: le CNOSF maintient la sanction infligée à Marseille", + "description": "Selon L’Équipe, le CNOSF a confirmé ce jeudi le point de pénalité avec sursis que la commission de discipline de la LFP a infligé à l’OM après les débordements survenus à Angers, le 22 septembre en Ligue 1 (0-0). Le couperet tombera au prochain incident.

", + "content": "Selon L’Équipe, le CNOSF a confirmé ce jeudi le point de pénalité avec sursis que la commission de discipline de la LFP a infligé à l’OM après les débordements survenus à Angers, le 22 septembre en Ligue 1 (0-0). Le couperet tombera au prochain incident.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/reims-clermont-pour-se-sauver-garcia-et-les-remois-comptent-sur-les-jeunes_AV-202111270321.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-angers-om-le-cnosf-maintient-la-sanction-infligee-a-marseille_AV-202112020334.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 23:10:46 GMT", - "enclosure": "https://images.bfmtv.com/DemKuMUk8AzNTvbg3rf7JMNWJg8=/0x118:2048x1270/800x0/images/Oscar-Garcia-Reims-1176881.jpg", + "pubDate": "Thu, 02 Dec 2021 14:28:00 GMT", + "enclosure": "https://images.bfmtv.com/2pWSLlQ4q1ThXeUnGZdqSGjR2fU=/0x54:1200x729/800x0/images/Angers-OM-1133172.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61015,17 +62425,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "391d33a4a892c359061561f1902f4d27" + "hash": "5317346ea687c22523727fb3615667f2" }, { - "title": "PRONOS PARIS RMC Le pari du jour du 28 novembre – Ligue 1", - "description": "Notre pronostic : Lyon ne perd pas à Montpellier et les deux équipes marquent (1.80)

", - "content": "Notre pronostic : Lyon ne perd pas à Montpellier et les deux équipes marquent (1.80)

", + "title": "Barça: Dembélé aurait tranché pour son avenir, selon la presse espagnole", + "description": "En fin de contrat au mois de juin, Ousmane Dembélé aurait décidé de ne pas prolonger avec le Barça, d'après Sport. Le champion du monde français voudrait une revalorisation significative de ses émoluments, ce que le club ne souhaiterait pas lui accorder.

", + "content": "En fin de contrat au mois de juin, Ousmane Dembélé aurait décidé de ne pas prolonger avec le Barça, d'après Sport. Le champion du monde français voudrait une revalorisation significative de ses émoluments, ce que le club ne souhaiterait pas lui accorder.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-28-novembre-ligue-1_AN-202111270165.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-dembele-aurait-tranche-pour-son-avenir-selon-la-presse-espagnole_AV-202112010491.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 23:07:00 GMT", - "enclosure": "https://images.bfmtv.com/OfHgXps_5Dn29mnPRp30xBH2ztw=/0x0:1984x1116/800x0/images/H-Aouar-1176641.jpg", + "pubDate": "Wed, 01 Dec 2021 19:22:15 GMT", + "enclosure": "https://images.bfmtv.com/T2TwJAv7uP220OOhTLO4Whb2oLc=/37x234:1973x1323/800x0/images/Ousmane-Dembele-1179488.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61035,17 +62445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da9d55459d8e13bdf99317925f8f9167" + "hash": "548cf4de4afcf90fdf4ed038d1ab9929" }, { - "title": "PRONOS PARIS RMC Le nul du jour du 28 novembre – Ligue 1", - "description": "Notre pronostic : pas de vainqueur entre Reims et Clermont (3.10)

", - "content": "Notre pronostic : pas de vainqueur entre Reims et Clermont (3.10)

", + "title": "PSG-Nice: les compos avec Messi et le jeune Dina Ebimbe", + "description": "Privé de Neymar mais avec Lionel Messi titulaire, le PSG défie ce mercredi l'OGC Nice (21h), au Parc des Princes, à l'occasion de la 16e journée de Ligue 1. Les compositions sont tombées.

", + "content": "Privé de Neymar mais avec Lionel Messi titulaire, le PSG défie ce mercredi l'OGC Nice (21h), au Parc des Princes, à l'occasion de la 16e journée de Ligue 1. Les compositions sont tombées.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-28-novembre-ligue-1_AN-202111270162.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-nice-les-compos-avec-messi-et-le-jeune-dina-ebimbe_AV-202112010489.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 23:06:00 GMT", - "enclosure": "https://images.bfmtv.com/Lmzp_LrGcYvzp7HgJzlpvdmkZ0Q=/7x0:1991x1116/800x0/images/H-Ekitike-1176638.jpg", + "pubDate": "Wed, 01 Dec 2021 19:18:01 GMT", + "enclosure": "https://images.bfmtv.com/e2nZ9p_0QAxQIftO6uhHsBb5jg8=/0x106:2048x1258/800x0/images/Lionel-MESSI-1179344.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61055,17 +62465,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43129a19f2083aa2a0e69f21cacf92f7" + "hash": "220cd04a98543135ced8dc28dd62d1ee" }, { - "title": "PRONOS PARIS RMC Le pari de folie du 28 novembre – Ligue 1", - "description": "Notre pronostic : match nul entre Bordeaux et Brest et les deux équipes marquent (3.75)

", - "content": "Notre pronostic : match nul entre Bordeaux et Brest et les deux équipes marquent (3.75)

", + "title": "Le multiplex en direct: le Racing fait mal à Bordeaux, Montpellier en balade", + "description": "On attaque la 16e journée de Ligue 1 par un multiplex à cinq matches. Au programme ce soir, Brest-Saint-Etienne, Troyes-Lorient, Metz-Montpellier, Angers-Monaco et Strasbourg-Bordeaux.

", + "content": "On attaque la 16e journée de Ligue 1 par un multiplex à cinq matches. Au programme ce soir, Brest-Saint-Etienne, Troyes-Lorient, Metz-Montpellier, Angers-Monaco et Strasbourg-Bordeaux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-28-novembre-ligue-1_AN-202111270158.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-multiplex-en-direct_LS-202112010389.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 23:05:00 GMT", - "enclosure": "https://images.bfmtv.com/hlTA9SmPkT8g9s3pQnm9_Halg6g=/7x107:1991x1223/800x0/images/B-Costil-1176635.jpg", + "pubDate": "Wed, 01 Dec 2021 16:53:11 GMT", + "enclosure": "https://images.bfmtv.com/aq-jlkpuIKB_XkKOkXF6etR4yZ8=/0x0:1968x1107/800x0/images/Ludovic-Ajorque-Strasbourg-990858.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61075,17 +62485,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "faf4e424b49bdcd139756b49f08f2ca0" + "hash": "ca10ac1e6b5f3138d7eae383165c28dd" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 28 novembre – Ligue 1", - "description": "Notre pronostic : le PSG s’impose à Saint-Etienne (1.30)

", - "content": "Notre pronostic : le PSG s’impose à Saint-Etienne (1.30)

", + "title": "Mercato en direct: Dembélé ne voudrait pas prolonger au Barça", + "description": "Le mercato d'hiver ouvre ses portes dans un peu plus d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "content": "Le mercato d'hiver ouvre ses portes dans un peu plus d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-28-novembre-ligue-1_AN-202111270156.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-29-novembre_LN-202111290068.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 23:04:00 GMT", - "enclosure": "https://images.bfmtv.com/ilExGzYjv6DP9enn_llanLHPCr8=/0x104:2000x1229/800x0/images/Paris-Saint-Germain-1176634.jpg", + "pubDate": "Mon, 29 Nov 2021 06:25:08 GMT", + "enclosure": "https://images.bfmtv.com/e6NVz2lF_Jyw9TOx23kfyUSeFeo=/0x96:1264x807/800x0/images/Ousmane-Dembele-1158851.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61095,17 +62505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f0d0bf993220be9fe50b57c39ef841a" + "hash": "77306696b6fa0f7f59a9a1dfff10e1c0" }, { - "title": "PRONOS PARIS RMC Le pari à l’extérieur du 28 novembre – Ligue 1", - "description": "Notre pronostic : Rennes s’impose à Lorient (1.70)

", - "content": "Notre pronostic : Rennes s’impose à Lorient (1.70)

", + "title": "Violences conjugales: accusé par Pinot, Schmitt dénonce des menaces de mort après sa relaxe", + "description": "Relaxé pour des faits de violences conjugales sur la championne olympique par équipes, Margaux Pinot, qui est aussi sa compagne, l'entraîneur de judo, Alain Schmitt, donne sa version dans L'Equipe. Et dénonce les menaces dont il est l'objet.

", + "content": "Relaxé pour des faits de violences conjugales sur la championne olympique par équipes, Margaux Pinot, qui est aussi sa compagne, l'entraîneur de judo, Alain Schmitt, donne sa version dans L'Equipe. Et dénonce les menaces dont il est l'objet.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-28-novembre-ligue-1_AN-202111270155.html", + "link": "https://rmcsport.bfmtv.com/judo/violences-conjugales-accuse-par-pinot-schmitt-denonce-des-menaces-de-mort-apres-sa-relaxe_AV-202112010465.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 23:03:00 GMT", - "enclosure": "https://images.bfmtv.com/CtO_eOVYCnjnZkh4iAF9YSivsDg=/0x104:2000x1229/800x0/images/Rennes-1176633.jpg", + "pubDate": "Wed, 01 Dec 2021 18:32:35 GMT", + "enclosure": "https://images.bfmtv.com/JRfw8UYpcQUt5XDFXwlSBN6TWFI=/0x211:2048x1363/800x0/images/Alain-Schmitt-en-2015-1178881.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61115,17 +62525,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebb5dfba786eb8393ef4cfa5be057ebe" + "hash": "43e311106ebb4ec896917c2767ef8d66" }, { - "title": "PRONOS PARIS RMC Le pari à domicile du 28 novembre – Ligue 1", - "description": "Notre pronostic : Monaco bat Strasbourg (1.65)

", - "content": "Notre pronostic : Monaco bat Strasbourg (1.65)

", + "title": "Ligue 1, multiplex en direct: l'OL sur le front, Lens vise le podium", + "description": "Trois belles rencontres sont au programme de ce multiplex de Ligue 1, comptant pour la 16e journée de Ligue 1: Lyon-Reims, Clermont-Lens et Rennes-Lille. Coups d'envoi prévus à 21 heures.

", + "content": "Trois belles rencontres sont au programme de ce multiplex de Ligue 1, comptant pour la 16e journée de Ligue 1: Lyon-Reims, Clermont-Lens et Rennes-Lille. Coups d'envoi prévus à 21 heures.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-28-novembre-ligue-1_AN-202111270152.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-multiplex-en-direct-l-ol-sur-le-front-lens-vise-le-podium_LS-202112010458.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 23:02:00 GMT", - "enclosure": "https://images.bfmtv.com/nS13qq5GS7zTKoR777r7QHs8kHU=/0x208:1984x1324/800x0/images/Monaco-1176627.jpg", + "pubDate": "Wed, 01 Dec 2021 18:24:48 GMT", + "enclosure": "https://images.bfmtv.com/uKk7c2-nA1vvLp3XATXh7-zJ65c=/0x0:1984x1116/800x0/images/Lucas-Paqueta-face-a-Montpellier-1177259.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61135,17 +62545,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "178d6addccc51e2999164cac358bf461" + "hash": "1f6efa362396e2df02c765ec385791af" }, { - "title": "PRONOS PARIS RMC Le buteur du jour du 28 novembre – Ligue 1", - "description": "Notre pronostic : Milik (OM) marque face à Troyes (2.20)

", - "content": "Notre pronostic : Milik (OM) marque face à Troyes (2.20)

", + "title": "Nantes-OM en direct: Marseille avec Payet et Harit, Milik sur le banc", + "description": "On poursuit cette 16e de journée de Ligue 1 avec un classique du championnat entre Nantes et l’Olympique de Marseille (21h). Les Marseillais peuvent prendre la 2e place en cas de victoire !

", + "content": "On poursuit cette 16e de journée de Ligue 1 avec un classique du championnat entre Nantes et l’Olympique de Marseille (21h). Les Marseillais peuvent prendre la 2e place en cas de victoire !

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-28-novembre-ligue-1_AN-202111270150.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-nantes-om-en-direct_LS-202112010452.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 23:01:00 GMT", - "enclosure": "https://images.bfmtv.com/19svXpCpc-j0M-N95oyc2LNl93E=/0x0:1984x1116/800x0/images/A-Milik-1176625.jpg", + "pubDate": "Wed, 01 Dec 2021 18:16:16 GMT", + "enclosure": "https://images.bfmtv.com/jPTmcq5722xye_bhFYk40NvHUXw=/0x61:2048x1213/800x0/images/Dimitri-Payet-1152971.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61155,17 +62565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fce9d3aec1fa38a1e898d49ec8ad79c2" + "hash": "d6beada8a321948a3fd3fa6ff5ce31be" }, { - "title": "PRONOS PARIS RMC Le pari rugby de Denis Charvet du 28 novembre – Top 14", - "description": "Mon pronostic : Bordeaux-Bègles s’impose sur la pelouse du Racing 92 (3.20)

", - "content": "Mon pronostic : Bordeaux-Bègles s’impose sur la pelouse du Racing 92 (3.20)

", + "title": "Chelsea: Tuchel explique les difficultés de Saul avec les Blues", + "description": "Saul Niguez n’a quasiment plus été vu depuis la première journée de championnat avec Chelsea, ne disputant que deux minutes de jeu lors des neuf derniers matches de Premier League. Une absence inquiétante que Thomas Tuchel a tenté d’expliquer avant d’affronter Watford, mercredi (20h30).

", + "content": "Saul Niguez n’a quasiment plus été vu depuis la première journée de championnat avec Chelsea, ne disputant que deux minutes de jeu lors des neuf derniers matches de Premier League. Une absence inquiétante que Thomas Tuchel a tenté d’expliquer avant d’affronter Watford, mercredi (20h30).

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-rugby-de-denis-charvet-du-28-novembre-top-14_AN-202111270010.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-tuchel-explique-les-difficultes-de-saul-avec-les-blues_AV-202112010448.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 23:00:00 GMT", - "enclosure": "https://images.bfmtv.com/TSBUQ2k7kMzuuYqesSAq7EA2SGU=/15x0:1999x1116/800x0/images/Bordeaux-Begles-1176087.jpg", + "pubDate": "Wed, 01 Dec 2021 18:13:23 GMT", + "enclosure": "https://images.bfmtv.com/KBRmjNrreMv3p9PEELqKunlHLEY=/0x0:1200x675/800x0/images/Thomas-Tuchel-1179445.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61175,17 +62585,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b31f6808edd504594e7fca9c29b6a06" + "hash": "35f2d70f21222fc5eee9c0d99f1247ca" }, { - "title": "Liga: le Barça s'en sort mais souffre à Villarreal, deuxième victoire pour Xavi", - "description": "Encore groggy de son 0-0 mardi contre Benfica en C1, le FC Barcelone a fini par l'emporter 3-1 samedi à Villarreal lors de la 15e journée de Liga, mais reste à neuf points du leader, le Real Madrid, qui reçoit le Séville FC dimanche.

", - "content": "Encore groggy de son 0-0 mardi contre Benfica en C1, le FC Barcelone a fini par l'emporter 3-1 samedi à Villarreal lors de la 15e journée de Liga, mais reste à neuf points du leader, le Real Madrid, qui reçoit le Séville FC dimanche.

", + "title": "Équipe de France: Rothen et Petit déplorent les propos de Le Graët sur l'après-Deschamps", + "description": "Dans Rothen s'enflamme sur RMC, mercredi soir, Jérôme Rothen et Emmanuel Petit ont estimé que Noël Le Graët avait manqué de respect à Didier Deschamps en s'exprimant sur le poste de sélectionneur des Bleus après la Coupe du monde 2022.

", + "content": "Dans Rothen s'enflamme sur RMC, mercredi soir, Jérôme Rothen et Emmanuel Petit ont estimé que Noël Le Graët avait manqué de respect à Didier Deschamps en s'exprimant sur le poste de sélectionneur des Bleus après la Coupe du monde 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-barca-s-en-sort-mais-souffre-a-villarreal-deuxieme-victoire-pour-xavi_AV-202111270317.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-rothen-et-petit-deplorent-les-propos-de-le-graet-sur-l-apres-deschamps_AV-202112010447.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 22:47:47 GMT", - "enclosure": "https://images.bfmtv.com/LfiNDr6DixKLRu6HT-pctkWSw0I=/0x0:1200x675/800x0/images/Le-Barca-celebre-le-but-de-Coutinho-1176876.jpg", + "pubDate": "Wed, 01 Dec 2021 18:11:53 GMT", + "enclosure": "https://images.bfmtv.com/AAz9i1F-dlFzpkZwhPUmuxxHbPE=/0x0:1024x576/800x0/images/Jerome-Rothen-1146485.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61195,17 +62605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d14e94583aed7902861d5f3f53864eb" + "hash": "97ee593a73586b1906bbdbd0302b5adc" }, { - "title": "Copa Libertadores: dans une finale 100% brésilienne, Palmeiras sacré pour la troisième fois", - "description": "Palmeiras a remporté ce samedi la troisième Copa Libertadores de son histoire en dominant Flamengo (2-1 après prolongation), dans une finale 100% brésilienne.

", - "content": "Palmeiras a remporté ce samedi la troisième Copa Libertadores de son histoire en dominant Flamengo (2-1 après prolongation), dans une finale 100% brésilienne.

", + "title": "OL: Le Sommer raconte son expérience américaine dans \"le meilleur championnat du monde\"", + "description": "De retour à Lyon pour la deuxième partie de saison, Eugénie Le Sommer est revenue pour le Super Moscato Show sur son prêt de six mois dans le championnat américain de football (NWSL).

", + "content": "De retour à Lyon pour la deuxième partie de saison, Eugénie Le Sommer est revenue pour le Super Moscato Show sur son prêt de six mois dans le championnat américain de football (NWSL).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/copa-libertadores/copa-libertadores-dans-une-finale-100-bresilienne-palmeiras-sacre-pour-la-troisieme-fois_AN-202111270316.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/ol-le-sommer-raconte-son-experience-americaine-dans-le-meilleur-championnat-du-monde_AV-202112010412.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 22:45:39 GMT", - "enclosure": "https://images.bfmtv.com/I6mMsP2I_5-QQfhzgBOyZcyj64g=/0x104:2000x1229/800x0/images/Palmeiras-Flamengo-1176859.jpg", + "pubDate": "Wed, 01 Dec 2021 17:23:21 GMT", + "enclosure": "https://images.bfmtv.com/C6Rj5fOHjODeSA1za7p5nD1ismU=/0x90:1200x765/800x0/images/Eugenie-Le-Sommer-1179403.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61215,37 +62625,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "184f21ec54874c8618df787c9e87aa75" + "hash": "52f631669e6bc5e5b54f675b79dc2d85" }, { - "title": "Portugal: faute de joueurs, le match de la honte entre Belenenses et Benfica se finit sur un forfait", - "description": "Après avoir été contraint de débuter le match avec seulement neuf joueurs (dont deux gardiens) ce samedi face à Benfica, Belenenses a finalement déclaré forfait après la mi-temps, en reprenant à 7... et en blessant un joueur à la reprise. Entre temps, les joueurs avaient encaissé sept buts, dans une partie lunaire.

", - "content": "Après avoir été contraint de débuter le match avec seulement neuf joueurs (dont deux gardiens) ce samedi face à Benfica, Belenenses a finalement déclaré forfait après la mi-temps, en reprenant à 7... et en blessant un joueur à la reprise. Entre temps, les joueurs avaient encaissé sept buts, dans une partie lunaire.

", + "title": "Angers-Monaco en direct: les Angevins réduisent l'écart avant l'heure de jeu", + "description": "Angers accueille Monaco à 19h, ce mercredi. Les deux équipes doivent l'emporter pour garder le contact avec les places européennes, mais Monaco n'a plus gagné en Ligue 1 depuis plus d'un mois.

", + "content": "Angers accueille Monaco à 19h, ce mercredi. Les deux équipes doivent l'emporter pour garder le contact avec les places européennes, mais Monaco n'a plus gagné en Ligue 1 depuis plus d'un mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-faute-de-joueurs-le-match-de-la-honte-entre-belenenses-et-benfica-se-finit-sur-un-forfait_AV-202111270313.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-angers-monaco-en-direct_LS-202112010408.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 22:07:10 GMT", - "enclosure": "https://images.bfmtv.com/nojU-LDwcjm1rUrxQpC4PvqcKeI=/0x0:1920x1080/800x0/images/Les-joueurs-de-Belenenses-dans-le-match-de-la-honte-au-Portugal-1176863.jpg", + "pubDate": "Wed, 01 Dec 2021 17:21:58 GMT", + "enclosure": "https://images.bfmtv.com/yHlFIsNGld67yuuUrz1LdBc4x1o=/0x106:2048x1258/800x0/images/Sofiane-Diop-lors-de-Angers-Monaco-1179487.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06fe0c2d8f1d85218a91d92af3ff54cf" + "hash": "8b3f5348c276fb134253fdf166ca9ede" }, { - "title": "Nice-Metz: les Aiglons, dauphins du PSG, trébuchent à domicile face à la lanterne rouge", - "description": "Renversants à Clermont le week-end dernier, les Niçois de Christophe Galtier se sont pris les pieds dans le tapis cette fois-ci, contre Metz, la lanterne rouge du classement. Les Grenats, ont décroché un précieux succès (1-0) dans leur quête du maintien.

", - "content": "Renversants à Clermont le week-end dernier, les Niçois de Christophe Galtier se sont pris les pieds dans le tapis cette fois-ci, contre Metz, la lanterne rouge du classement. Les Grenats, ont décroché un précieux succès (1-0) dans leur quête du maintien.

", + "title": "PSG-Nice en direct : la surprise Dina Ebimbe, Messi présent", + "description": "Avec Messi et son 7e Ballon d'Or dans son groupe, le PSG accueille ce mercredi soir l'OGC Nice de Christophe Galtier. Les Aiglons, sur le podium de Ligue 1 mais avec 14 points de retard, espèrent ralentir un peu les Parisiens ce soir.

", + "content": "Avec Messi et son 7e Ballon d'Or dans son groupe, le PSG accueille ce mercredi soir l'OGC Nice de Christophe Galtier. Les Aiglons, sur le podium de Ligue 1 mais avec 14 points de retard, espèrent ralentir un peu les Parisiens ce soir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-metz-les-aiglons-dauphins-du-psg-trebuchent-a-domicile-face-a-la-lanterne-rouge_AV-202111270312.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-psg-nice-en-direct_LS-202112010403.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 22:05:38 GMT", - "enclosure": "https://images.bfmtv.com/oRp8gvQIpAS6t7qxXwkRm9H8yQ8=/0x0:1200x675/800x0/images/Jordan-Lotomba-1176861.jpg", + "pubDate": "Wed, 01 Dec 2021 17:13:42 GMT", + "enclosure": "https://images.bfmtv.com/e2nZ9p_0QAxQIftO6uhHsBb5jg8=/0x106:2048x1258/800x0/images/Lionel-MESSI-1179344.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61255,17 +62665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e82b09c9f9eef73bca62088f6514895e" + "hash": "3a216d20b3e638af3f9b1ebce0fb3cfb" }, { - "title": "Portugal: situation surréaliste, Belenenses démarre avec... 9 joueurs dont 2 gardiens contre Benfica", - "description": "Opposé à Benfica ce samedi pour la 12e journée du championnat portugais, Belenenses ne compte que neuf joueurs sur sa feuille de match, dont deux gardiens, en raison de 17 cas de Covid-19 au sein de leur équipe.

", - "content": "Opposé à Benfica ce samedi pour la 12e journée du championnat portugais, Belenenses ne compte que neuf joueurs sur sa feuille de match, dont deux gardiens, en raison de 17 cas de Covid-19 au sein de leur équipe.

", + "title": "Rugby: la LNR durcit son protocole Covid-19, notamment pour les joueurs non-vaccinés", + "description": "Afin de lutter face à la propagation du variant Omicron, la Ligue nationale de rugby va durcir son protocole face au Covid-19 en Top 14 et Pro D2. Les changements annoncés font suite aux mesures prises par le gouvernement le 25 novembre.

", + "content": "Afin de lutter face à la propagation du variant Omicron, la Ligue nationale de rugby va durcir son protocole face au Covid-19 en Top 14 et Pro D2. Les changements annoncés font suite aux mesures prises par le gouvernement le 25 novembre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-situation-surrealiste-belenenses-demarre-avec-9-joueurs-dont-2-gardiens-contre-benfica_AV-202111270308.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/rugby-la-lnr-durcit-son-protocole-covid-19-notamment-pour-les-joueurs-non-vaccines_AV-202112010401.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 21:12:05 GMT", - "enclosure": "https://images.bfmtv.com/9Wb0Tnet8ua6SNiyC-KwddqJjAk=/11x1:1211x676/800x0/images/Belenenses-face-a-Benfica-1176850.jpg", + "pubDate": "Wed, 01 Dec 2021 17:09:04 GMT", + "enclosure": "https://images.bfmtv.com/_eKGVSkNLr9xGE3eAva2poZ58Ns=/0x0:768x432/800x0/images/Le-president-de-la-Ligue-nationale-de-rugby-LNR-Rene-Bouscatel-fraichement-elu-le-23-mars-2021-a-Paris-1026711.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61275,17 +62685,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5a74e735fd20622da79dba24b39877d" + "hash": "997bb4b0c9d4ba615d31d6891594c138" }, { - "title": "Villarreal-Barça: main non sifflée de Piqué, rouge oublié, vive polémique sur le VAR et l'arbitrage", - "description": "Les premières minutes du match de la 15e journée de Liga entre Villarreal et le Barça ont été marquées par deux polémiques d'arbitrage: pour un carton rouge non sifflé après la semelle de Parejo sur Busquets et après une main de Piqué dans la surface.

", - "content": "Les premières minutes du match de la 15e journée de Liga entre Villarreal et le Barça ont été marquées par deux polémiques d'arbitrage: pour un carton rouge non sifflé après la semelle de Parejo sur Busquets et après une main de Piqué dans la surface.

", + "title": "Coupe de France: PSG, OM, OL... la programmation des 32es de finale", + "description": "La FFF a dévoilé ce mercredi le programme complet des 32es de finale de la Coupe de France, avec les dates et les horaires. Valenciennes ouvrira le bal contre Strasbourg le jeudi 16 décembre, et les amateurs de l'Entente Feignies-Aulnoye recevront le PSG le dimanche 19 décembre au soir... à Valenciennes.

", + "content": "La FFF a dévoilé ce mercredi le programme complet des 32es de finale de la Coupe de France, avec les dates et les horaires. Valenciennes ouvrira le bal contre Strasbourg le jeudi 16 décembre, et les amateurs de l'Entente Feignies-Aulnoye recevront le PSG le dimanche 19 décembre au soir... à Valenciennes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/villarreal-barca-main-non-sifflee-de-pique-rouge-oublie-vive-polemique-sur-le-var-et-l-arbitrage_AV-202111270307.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-psg-om-ol-la-programmation-des-32es-de-finale_AV-202112010397.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 21:10:02 GMT", - "enclosure": "https://images.bfmtv.com/mYV2n6SbXQt6OyeotZsUEhj6UNQ=/0x128:2048x1280/800x0/images/Pique-avec-Xavi-lors-d-un-match-du-Barca-1176851.jpg", + "pubDate": "Wed, 01 Dec 2021 17:05:30 GMT", + "enclosure": "https://images.bfmtv.com/VFzpxMKJEeVYvhWmPu56ZT_ISvM=/0x24:1200x699/800x0/images/-955606.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61295,17 +62705,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "83afd22b28cba0a00a3a858928a3e124" + "hash": "88c4a16430774cfddf43dc5457142807" }, { - "title": "Saint-Etienne - PSG: du nouveau côté parisien, Paris voyage avec ses jeunes et Ramos", - "description": "Mauricio Pochettino a emmené avec lui les jeunes Edouard Michut et Xavi Simons dans un secteur de jeu sinistré, à l'occasion du déplacement à Saint-Etienne, ce dimanche (13h).

", - "content": "Mauricio Pochettino a emmené avec lui les jeunes Edouard Michut et Xavi Simons dans un secteur de jeu sinistré, à l'occasion du déplacement à Saint-Etienne, ce dimanche (13h).

", + "title": "Coupe de France en direct: le programme complet des 32es, avec les dates et les horaires", + "description": "Les affiches des 32es de finale de la Coupe de France (du 16 au 19 décembre) sont désormais connues. Suivez toutes les infos sur RMC Sport.

", + "content": "Les affiches des 32es de finale de la Coupe de France (du 16 au 19 décembre) sont désormais connues. Suivez toutes les infos sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-psg-du-nouveau-cote-parisien-paris-voyage-avec-ses-jeunes-et-ramos_AV-202111270302.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-le-tirage-des-32e-de-finale_LN-202111290286.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 20:42:20 GMT", - "enclosure": "https://images.bfmtv.com/dvo1R1P2FUB7Tyd1V5X7N27UOzE=/0x50:1200x725/800x0/images/Edouard-Michut-1176848.jpg", + "pubDate": "Mon, 29 Nov 2021 12:33:41 GMT", + "enclosure": "https://images.bfmtv.com/76PqEZG5ZWnaxzO0ISzCvI5aXbU=/0x121:1808x1138/800x0/images/Le-trophee-de-la-Coupe-de-France-1177602.jpg", "enclosureType": "image/jpg", "image": "", "language": "fr", @@ -61315,7745 +62725,7524 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c63f392a4c6a77782bae0caa77d2e16" + "hash": "d67be4ea16162efe02d59f214d5bf331" }, { - "title": "Juventus: \"réaliste\", Allegri a quasiment dit adieu au titre de champion d'Italie", - "description": "Défait par l'Atalanta ce samedi (1-0) en Serie A, Massimiliano Allegri a reconnu que le titre serait difficile à jouer cette saison. L'entraîneur de la Juventus l'assure: il faut remettre les compteurs à zéro.

", - "content": "Défait par l'Atalanta ce samedi (1-0) en Serie A, Massimiliano Allegri a reconnu que le titre serait difficile à jouer cette saison. L'entraîneur de la Juventus l'assure: il faut remettre les compteurs à zéro.

", + "title": "Manchester United: Carrick minimise la mise sur le banc de Ronaldo", + "description": "Avant la réception d'Arsenal en Premier League, Michael Carrick a voulu dédramatiser son choix d'avoir mis Cristiano Ronaldo sur le banc au coup d'envoi du nul 1-1 de Manchester United face à Chelsea.

", + "content": "Avant la réception d'Arsenal en Premier League, Michael Carrick a voulu dédramatiser son choix d'avoir mis Cristiano Ronaldo sur le banc au coup d'envoi du nul 1-1 de Manchester United face à Chelsea.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-realiste-allegri-a-quasiment-dit-adieu-au-titre-de-champion-d-italie_AV-202111270300.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-carrick-minimise-la-mise-sur-le-banc-de-ronaldo_AV-202112010381.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 20:29:36 GMT", + "pubDate": "Wed, 01 Dec 2021 16:45:34 GMT", + "enclosure": "https://images.bfmtv.com/-368HbqZ4lVkloyR4qMVMATREPc=/0x0:1792x1008/800x0/images/Ronaldo-1179359.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2725b314ed24fedebe12cb4282f3bbf4" + "hash": "07cb5659191b56f2792f3bbf896d7322" }, { - "title": "Rallye du Var: nouvel accident spectaculaire, un blessé grave", - "description": "Au lendemain de l'accident très grave de Ludovic Gal, un nouvel accident très dur a frappé le rallye du Var, avec la sortie de route de Jean-Baptiste Franceschi, blessé grave.

", - "content": "Au lendemain de l'accident très grave de Ludovic Gal, un nouvel accident très dur a frappé le rallye du Var, avec la sortie de route de Jean-Baptiste Franceschi, blessé grave.

", + "title": "Mercato: le forcing de Lewandowski auprès de son agent pour rejoindre le Real Madrid", + "description": "Sous contrat jusqu’en juin 2023 avec le Bayern Munich, Robert Lewandowski (33 ans) aurait des envies d’ailleurs. Si son cas devrait intéresser de nombreux clubs, le buteur donnerait selon AS sa priorité au Real Madrid. Au point d’insister auprès de son agent Pini Zahavi pour réaliser ce souhait.

", + "content": "Sous contrat jusqu’en juin 2023 avec le Bayern Munich, Robert Lewandowski (33 ans) aurait des envies d’ailleurs. Si son cas devrait intéresser de nombreux clubs, le buteur donnerait selon AS sa priorité au Real Madrid. Au point d’insister auprès de son agent Pini Zahavi pour réaliser ce souhait.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/rallye-du-var-nouvel-accident-spectaculaire-un-blesse-grave_AV-202111270296.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-forcing-de-lewandowski-aupres-de-son-agent-pour-rejoindre-le-real-madrid_AV-202112010377.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 19:55:56 GMT", + "pubDate": "Wed, 01 Dec 2021 16:39:46 GMT", + "enclosure": "https://images.bfmtv.com/FKKtGc1FSApaFaXq1THqntEjlPQ=/0x39:768x471/800x0/images/L-attaquant-polonais-du-Bayern-Robert-Lewandowski-buteur-contre-Benfica-en-Ligue-des-champions-le-2-novembre-2021-a-Munich-1160635.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "01ab2c9dd75cbc924a5bb97dbafcece8" + "hash": "2947f44cbf8da83d270cc02dec6fdb57" }, { - "title": "PSG: toujours aucune discussion avec Zidane, assurent des sources qataries", - "description": "Alors que les rumeurs vont bon train autour d'un possible remplacement de Mauricio Pochettino par Zinedine Zidane, dans les rangs du PSG, on assure qu'aucune discussion n'a été entamée avec l'ancien coach du Real.

", - "content": "Alors que les rumeurs vont bon train autour d'un possible remplacement de Mauricio Pochettino par Zinedine Zidane, dans les rangs du PSG, on assure qu'aucune discussion n'a été entamée avec l'ancien coach du Real.

", + "title": "Equipe de France: Le Sommer vise toujours l'Euro avec les Bleues", + "description": "Malgré de belles performances dans le championnat américain, dont elle revient tout juste, Eugénie Le Sommer n'a plus été appelée par Corinne Diacre en équipe de France depuis le printemps dernier. Invitée ce mercredi du Super Moscato Show, sur RMC, l'attaquante tricolore a confié ne pas avoir reçu d'explications claires.

", + "content": "Malgré de belles performances dans le championnat américain, dont elle revient tout juste, Eugénie Le Sommer n'a plus été appelée par Corinne Diacre en équipe de France depuis le printemps dernier. Invitée ce mercredi du Super Moscato Show, sur RMC, l'attaquante tricolore a confié ne pas avoir reçu d'explications claires.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/psg-toujours-aucune-discussion-avec-zidane-assurent-des-sources-qataries_AN-202111270292.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-le-sommer-n-a-pas-forcement-compris-ses-non-convocations-chez-les-bleues_AV-202112010369.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 19:33:45 GMT", + "pubDate": "Wed, 01 Dec 2021 16:26:28 GMT", + "enclosure": "https://images.bfmtv.com/PP6pDMdy_uwyweeliDvv5v4jYfA=/0x106:2048x1258/800x0/images/Eugenie-Le-Sommer-1179350.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e056a7b5f47c7988b8617238c26dbed9" + "hash": "45e05f18bd8556e4007b64f0753a3b85" }, { - "title": "Coupe Davis: \"J'ai bon espoir en ces jeunes-là\", Mahut impressionné par les \"rookies\"", - "description": "Battus 2-1 par la Grande-Bretagne dans le huis-clos sordide d’Innsbruck, les Bleus ont vécu la même campagne qu’en 2019 qu’à Madrid. Mais il y a aura des enseignements positifs à tirer du séjour à la montagne, notamment l'essor et l'avènement d'une nouvelle génération.

", - "content": "Battus 2-1 par la Grande-Bretagne dans le huis-clos sordide d’Innsbruck, les Bleus ont vécu la même campagne qu’en 2019 qu’à Madrid. Mais il y a aura des enseignements positifs à tirer du séjour à la montagne, notamment l'essor et l'avènement d'une nouvelle génération.

", + "title": "Manchester United: Nkunku, Haaland... les pistes de Rangnick pour le mercato", + "description": "Arrivé à Manchester United pour un intérim de six mois, Ralf Rangnick aurait déjà des priorités pour les prochains mercatos. Selon le journal Bild, le technicien allemand viserait notamment Christopher Nkunku et Erling Haaland.

", + "content": "Arrivé à Manchester United pour un intérim de six mois, Ralf Rangnick aurait déjà des priorités pour les prochains mercatos. Selon le journal Bild, le technicien allemand viserait notamment Christopher Nkunku et Erling Haaland.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-j-ai-bon-espoir-en-ces-jeunes-la-mahut-impressionne-par-les-rookies_AV-202111270291.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-nkunku-haaland-les-pistes-de-rangnick-pour-le-mercato_AV-202112010356.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 19:29:23 GMT", + "pubDate": "Wed, 01 Dec 2021 16:01:14 GMT", + "enclosure": "https://images.bfmtv.com/VZpvAaryeSmDkEAekaNzVcqkFRs=/0x78:2048x1230/800x0/images/Ralf-Rangnick-1179316.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f8d52f51507c3e760abbd2eb37bd4007" + "hash": "f605dc4d2df3ada1175fd60a08de4148" }, { - "title": "Serie A: sale semaine pour la Juve, qui s'incline encore face à l'Atalanta", - "description": "Giflée par Chelsea en Ligue des champions mardi (4-0), la Juventus s'est inclinée ce samedi sur sa pelouse face à l'Atalanta (1-0) en Serie A et pointe à une modeste sixième place.

", - "content": "Giflée par Chelsea en Ligue des champions mardi (4-0), la Juventus s'est inclinée ce samedi sur sa pelouse face à l'Atalanta (1-0) en Serie A et pointe à une modeste sixième place.

", + "title": "PSG-Nice: \"Il faut lever le pied avec Messi à l'entraînement\", raconte Todibo avant les retrouvailles", + "description": "Titulaire indiscutable dans la charnière centrale de l’OGC Nice, Jean-Clair Todibo affrontera ce mercredi le PSG et son armada offensive. L’occasion pour le Français d’évoquer, sur Canal+, ses retrouvailles avec Lionel Messi, qu’il a connu lors de son passage au FC Barcelone.

", + "content": "Titulaire indiscutable dans la charnière centrale de l’OGC Nice, Jean-Clair Todibo affrontera ce mercredi le PSG et son armada offensive. L’occasion pour le Français d’évoquer, sur Canal+, ses retrouvailles avec Lionel Messi, qu’il a connu lors de son passage au FC Barcelone.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-sale-semaine-pour-la-juve-qui-s-incline-encore-face-a-l-atalanta_AV-202111270287.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-nice-il-faut-lever-le-pied-avec-messi-a-l-entrainement-raconte-todibo-avant-les-retrouvailles_AV-202112010350.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 19:06:33 GMT", + "pubDate": "Wed, 01 Dec 2021 15:52:38 GMT", + "enclosure": "https://images.bfmtv.com/IjVSUHQ0LfLCINI-KVSzMj26XxU=/0x27:2048x1179/800x0/images/Jean-Clair-TODIBO-1049699.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9c91abb315abcc8466e22376174d2fa" + "hash": "bb91b42cd8f72c688a22d7883b6bba1a" }, { - "title": "OM-Troyes: Under forfait, Payet dans le groupe", - "description": "Si Cengiz Ünder, touché au dos, n’est pas encore totalement rétabli, Dimitri Payet, choqué après avoir été victime d’un jet de bouteille dimanche à Lyon, figure bien dans le groupe de l’OM pour affronter Troyes dimanche soir au Stade Vélodrome en clôture de la 15eme journée de Ligue 1.

", - "content": "Si Cengiz Ünder, touché au dos, n’est pas encore totalement rétabli, Dimitri Payet, choqué après avoir été victime d’un jet de bouteille dimanche à Lyon, figure bien dans le groupe de l’OM pour affronter Troyes dimanche soir au Stade Vélodrome en clôture de la 15eme journée de Ligue 1.

", + "title": "Barça: accrochage entre Umtiti et des supporters qui ont bousculé sa voiture", + "description": "Samuel Umtiti s'est énervé face à des supporters peu précautionneux avec sa voiture, mercredi à Barcelone. Le défenseur français du Barça a fini par descendre de son véhicule pour s'expliquer avec eux.

", + "content": "Samuel Umtiti s'est énervé face à des supporters peu précautionneux avec sa voiture, mercredi à Barcelone. Le défenseur français du Barça a fini par descendre de son véhicule pour s'expliquer avec eux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-troyes-under-forfait-payet-dans-le-groupe_AV-202111270282.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-accrochage-entre-umtiti-et-des-supporters-qui-ont-bouscule-sa-voiture_AV-202112010348.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 19:00:23 GMT", + "pubDate": "Wed, 01 Dec 2021 15:49:57 GMT", + "enclosure": "https://images.bfmtv.com/37kDBIXdkA_0BssMY4Vk3wc3b24=/0x0:2048x1152/800x0/images/Samuel-Umtiti-1172213.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e443a814d1a6916a42ee2e1d40df41e" + "hash": "7d6e356f5ad555873b559f9e8e2bae03" }, { - "title": "LOU: les deux genoux touchés pour Bastareaud, sorti en larmes", - "description": "Sorti sur blessure et en larmes après seulement quelques minutes de jeu ce samedi, lors de la défaite de Lyon à Toulon (19-13) pour la 11e journée de Top 14, Mathieu Bastareaud est touché aux deux genoux selon son coach Pierre Mignoni.

", - "content": "Sorti sur blessure et en larmes après seulement quelques minutes de jeu ce samedi, lors de la défaite de Lyon à Toulon (19-13) pour la 11e journée de Top 14, Mathieu Bastareaud est touché aux deux genoux selon son coach Pierre Mignoni.

", + "title": "Violences conjugales: Riner, Agbégnénou et le judo français au soutien de Margaux Pinot", + "description": "Teddy Riner, Amandine Buchard, Axel Clerget ou encore Clarisse Agbégnénou ont apporté ce mercredi leur soutien à leur camarade d'équipe de France de judo Margaux Pinot, après que cette dernière, victime présumée de violences conjugales, a posté sur les réseaux sociaux une photo de son visage tuméfié.

", + "content": "Teddy Riner, Amandine Buchard, Axel Clerget ou encore Clarisse Agbégnénou ont apporté ce mercredi leur soutien à leur camarade d'équipe de France de judo Margaux Pinot, après que cette dernière, victime présumée de violences conjugales, a posté sur les réseaux sociaux une photo de son visage tuméfié.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/lou-les-deux-genoux-touches-pour-bastareaud-sorti-en-larmes_AD-202111270289.html", + "link": "https://rmcsport.bfmtv.com/judo/violences-conjugales-riner-agbegnenou-et-le-judo-francais-au-soutien-de-margaux-pinot_AV-202112010338.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 18:50:00 GMT", + "pubDate": "Wed, 01 Dec 2021 15:25:14 GMT", + "enclosure": "https://images.bfmtv.com/0NURDRu_AjsDUHZn7LF2O2Lvf1s=/6x111:2038x1254/800x0/images/Margaux-Pinot-1178535.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbb52209f09acaf9ca58e5c78bce9d62" + "hash": "8d09221c01bcf3dce68ea3dc216a2ca2" }, { - "title": "Nice-Metz en direct: le Gym surpris à domicile par la lanterne rouge", - "description": "Mené à la pause après un but de Centonze, l'OGC Nice a poussé sans parvenir à revenir dans le second acte face à Metz qui signe sa deuxième victoire de la saison. Il laisse l'opportunité à Rennes de prendre sa place de dauphin de Ligue 1, ce dimanche.

", - "content": "Mené à la pause après un but de Centonze, l'OGC Nice a poussé sans parvenir à revenir dans le second acte face à Metz qui signe sa deuxième victoire de la saison. Il laisse l'opportunité à Rennes de prendre sa place de dauphin de Ligue 1, ce dimanche.

", + "title": "Real Madrid: Vinicius veut aider Benzema à \"remporter le Ballon d’or\"", + "description": "Vraie satisfaction du Real Madrid depuis le début de la saison, Vinicius Junior forme un duo redoutable avec Karim Benzema. Sur la chaîne Youtube \"DjMaRiiO\", l’attaquant brésilien a assuré vouloir aider le Français à \"remporter le Ballon d’or un jour\".

", + "content": "Vraie satisfaction du Real Madrid depuis le début de la saison, Vinicius Junior forme un duo redoutable avec Karim Benzema. Sur la chaîne Youtube \"DjMaRiiO\", l’attaquant brésilien a assuré vouloir aider le Français à \"remporter le Ballon d’or un jour\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-nice-metz-en-direct_LS-202111270277.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-vinicius-veut-aider-benzema-a-remporter-le-ballon-d-or_AV-202112010330.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 18:42:57 GMT", + "pubDate": "Wed, 01 Dec 2021 15:04:56 GMT", + "enclosure": "https://images.bfmtv.com/Nn5LYP0W0Lb2HyPLDLvoLe5BeIs=/0x3:768x435/800x0/images/La-joie-de-l-attaquant-francais-du-Real-Madrid-Karim-Benzema-auteur-d-un-double-face-au-Shakhtar-Donetsk-et-felicite-par-l-attaquant-bresilien-Vinicius-Jr-lors-de-la-4e-journee-de-la-Ligue-des-Champions-le-3-novembre-2021-au-Stade-Santiago-Bernabeu-1159580.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "931ee4303547a4e4afb1870843cb6e8f" + "hash": "0adf4e04af8532f5bb412dc9dbeaa092" }, { - "title": "Coupe de France : Grenoble et Rodez prennent la porte, l'exploit des Réunionnais de Saint-Denis", - "description": "Lors du 8e tour de la Coupe de France, Grenoble et Rodez se sont fait éliminer par Andrézieux (National 2) et Cannes (National 3), tandis que Nîmes a dû attendre les tirs au but pour se qualifier. L'exploit du jour est pour Saint-Denis, équipe de la Réunion, qui s'est qualifiée pour les 32e de finale.

", - "content": "Lors du 8e tour de la Coupe de France, Grenoble et Rodez se sont fait éliminer par Andrézieux (National 2) et Cannes (National 3), tandis que Nîmes a dû attendre les tirs au but pour se qualifier. L'exploit du jour est pour Saint-Denis, équipe de la Réunion, qui s'est qualifiée pour les 32e de finale.

", + "title": "OM-Troyes: les deux clubs publient un communiqué commun face aux propos racistes contre Suk", + "description": "L'OM s'est joint à l'Estac pour dénoncer les propos racistes ayant visé l'attaquant sud-coréen Hyun-Jun Suk le 28 novembre, lors de la victoire marseillaise (1-0). Le club phocéen assure vouloir retrouver les auteurs de ces propos.

", + "content": "L'OM s'est joint à l'Estac pour dénoncer les propos racistes ayant visé l'attaquant sud-coréen Hyun-Jun Suk le 28 novembre, lors de la victoire marseillaise (1-0). Le club phocéen assure vouloir retrouver les auteurs de ces propos.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-grenoble-et-rodez-prennent-la-porte-l-exploit-des-reunionnais-de-saint-denis_AN-202111270272.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-troyes-les-deux-clubs-publient-un-communique-commun-face-aux-propos-racistes-contre-suk_AV-202112010328.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 18:23:58 GMT", + "pubDate": "Wed, 01 Dec 2021 15:00:33 GMT", + "enclosure": "https://images.bfmtv.com/nmLOYnNCgn01b5zUOk5HNoBBXxQ=/0x20:2048x1172/800x0/images/Hyun-Jun-Suk-1179286.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41c8c3c7ac9d73b7d45d6a2b7952f5eb" + "hash": "82981fcb6af4ec61001da8c90ac21df0" }, { - "title": "Lille-Nantes: accroché par les Canaris, le LOSC continue sa sale série en Ligue 1", - "description": "Tenu en échec par le FC Nantes 1-1 au stade Pierre-Mauroy samedi lors de la 15e journée de Ligue 1, Lille reste sur une inquiétante série de six matchs sans victoire en championnat.

", - "content": "Tenu en échec par le FC Nantes 1-1 au stade Pierre-Mauroy samedi lors de la 15e journée de Ligue 1, Lille reste sur une inquiétante série de six matchs sans victoire en championnat.

", + "title": "PSG: Quartararo a \"hâte\" de donner le coup d’envoi fictif de la rencontre face à Nice", + "description": "Devenu en octobre dernier le premier français à être sacré champion du monde de MotoGP, Fabio Quartararo donnera ce mercredi (à 21h) le coup d’envoi fictif de la rencontre entre le PSG et l’OGC Nice au Parc des Princes. Sur le site du club parisien, le Français évoque sa \"hâte d’y être\".

", + "content": "Devenu en octobre dernier le premier français à être sacré champion du monde de MotoGP, Fabio Quartararo donnera ce mercredi (à 21h) le coup d’envoi fictif de la rencontre entre le PSG et l’OGC Nice au Parc des Princes. Sur le site du club parisien, le Français évoque sa \"hâte d’y être\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-nantes-accroche-par-les-canaris-le-losc-continue-sa-sale-serie-en-ligue-1_AN-202111270270.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-quartararo-a-hate-de-donner-le-coup-d-envoi-fictif-de-la-rencontre-face-a-nice_AV-202112010327.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 18:16:46 GMT", + "pubDate": "Wed, 01 Dec 2021 14:51:54 GMT", + "enclosure": "https://images.bfmtv.com/7-LWbE6dNygfCpeckK2fMHrJgbk=/0x8:768x440/800x0/images/Le-bonheur-de-Fabio-Quartararo-tout-juste-sacre-champion-du-monde-en-MotoGP-a-l-issue-du-GP-d-Emilie-Romagne-a-Misano-Adriatico-le-24-octobre-2021-1166858.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "238ca623df3a3a4b48ad0bfa33fa133f" + "hash": "bdb37258c2f3200f52d44f6b85625361" }, { - "title": "PSG: Ramos évoque sa longue convalescence et assure pouvoir jouer encore \"quatre ou cinq ans\"", - "description": "Libre de tout contrat après sa longue aventure au Real Madrid, Sergio Ramos n’a toujours pas joué le moindre match depuis son arrivée au PSG. Dans un entretien sur Prime Video, le défenseur de 35 ans a parlé de sa reprise difficile, tout en assurant avoir encore des belles années devant lui.

", - "content": "Libre de tout contrat après sa longue aventure au Real Madrid, Sergio Ramos n’a toujours pas joué le moindre match depuis son arrivée au PSG. Dans un entretien sur Prime Video, le défenseur de 35 ans a parlé de sa reprise difficile, tout en assurant avoir encore des belles années devant lui.

", + "title": "Challenge européen : Biarritz jouera bien ses matchs à Aguiléra", + "description": "Un temps imaginée, la délocalisation des matchs du Biarritz Olympique en Challenge européen n’aura pas lieu. Le club basque jouera bien dans son enceinte habituelle d’Aguiléra.

", + "content": "Un temps imaginée, la délocalisation des matchs du Biarritz Olympique en Challenge européen n’aura pas lieu. Le club basque jouera bien dans son enceinte habituelle d’Aguiléra.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-ramos-evoque-sa-longue-convalescence-et-assure-pouvoir-jouer-encore-quatre-ou-cinq-ans_AV-202111270261.html", + "link": "https://rmcsport.bfmtv.com/rugby/challenge-europeen-biarritz-jouera-bien-ses-matchs-a-aguilera_AV-202112010318.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 17:43:51 GMT", + "pubDate": "Wed, 01 Dec 2021 14:29:44 GMT", + "enclosure": "https://images.bfmtv.com/QPEM7ssD8wdKeclZ7VgHM_4yUHI=/7x52:2039x1195/800x0/images/Le-public-de-Biarritz-1179283.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea270f28a8c4e0b9ba4cef8715c951c9" + "hash": "eb2b71eb21f88f76d100f346435954bc" }, { - "title": "PSG: vers une présence de Simons et Michut dans le groupe face à Saint-Etienne", - "description": "Avec le nombre élevé de blessés dans le secteur du milieu de terrain au PSG, les jeunes Xavi Simons et Edouard Michut ont été invités à s’entraîner avec les professionnels. Non convoqués avec les U19, les deux jeunes pourraient bien être dans le groupe pour affronter Saint-Etienne dimanche (13h).

", - "content": "Avec le nombre élevé de blessés dans le secteur du milieu de terrain au PSG, les jeunes Xavi Simons et Edouard Michut ont été invités à s’entraîner avec les professionnels. Non convoqués avec les U19, les deux jeunes pourraient bien être dans le groupe pour affronter Saint-Etienne dimanche (13h).

", + "title": "\"Bla bla bla\": le père de Messi répond aux critiques après le 7e Ballon d'or de son fils", + "description": "Le septième Ballon d'or reçu par Lionel Messi lundi soir à Paris est sans doute celui qui a fait le plus débat. Mais sur les réseaux sociaux, le père de l'attaquant argentin a balayé les critiques d'un revers de main.

", + "content": "Le septième Ballon d'or reçu par Lionel Messi lundi soir à Paris est sans doute celui qui a fait le plus débat. Mais sur les réseaux sociaux, le père de l'attaquant argentin a balayé les critiques d'un revers de main.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-vers-une-presence-de-simons-et-michut-dans-le-groupe-face-a-saint-etienne_AV-202111270260.html", + "link": "https://rmcsport.bfmtv.com/football/bla-bla-bla-le-pere-de-messi-repond-aux-critiques-apres-le-7e-ballon-d-or-de-son-fils_AV-202112010317.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 17:34:05 GMT", + "pubDate": "Wed, 01 Dec 2021 14:29:17 GMT", + "enclosure": "https://images.bfmtv.com/BB7JOKk0loM-cKlIqEW-Nj_sk3k=/4x109:2036x1252/800x0/images/Jorge-et-Lionel-Messi-1179278.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5637e8e4891c99309196f145af64eceb" + "hash": "e0905e067d3d1abb11390ce471c827f4" }, { - "title": "Dortmund: victoire, but fou et bras d’honneur d'une fan, le savoureux retour d’Haaland", - "description": "Entré en jeu en fin de match face à Wolfsburg, l’attaquant du Borussia Dortmund Erling Haaland, de retour de blessure après cinq semaines d’absence, a inscrit le troisième but de son équipe, victorieuse 3-1 dans le cadre de la 13e journée de Bundesliga. Une réalisation célébrée avec un bras d'honneur d'une supportrice adverse en retour.

", - "content": "Entré en jeu en fin de match face à Wolfsburg, l’attaquant du Borussia Dortmund Erling Haaland, de retour de blessure après cinq semaines d’absence, a inscrit le troisième but de son équipe, victorieuse 3-1 dans le cadre de la 13e journée de Bundesliga. Une réalisation célébrée avec un bras d'honneur d'une supportrice adverse en retour.

", + "title": "Barça: enfin un accord avec Setien pour ses indemnités de licenciement", + "description": "Arrivé en janvier 2020 pour remplacer Ernesto Valverde, Quique Setien a quitté le banc du FC Barcelone au mois d’août de la même année. Après des mois de négociations pour le paiement des indemnités de licenciement, un accord aurait été trouvé d’après la Cadena SER.

", + "content": "Arrivé en janvier 2020 pour remplacer Ernesto Valverde, Quique Setien a quitté le banc du FC Barcelone au mois d’août de la même année. Après des mois de négociations pour le paiement des indemnités de licenciement, un accord aurait été trouvé d’après la Cadena SER.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/dortmund-victoire-but-fou-et-bras-d-honneur-d-une-fan-le-savoureux-retour-d-haaland_AV-202111270256.html", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-enfin-un-accord-avec-setien-pour-ses-indemnites-de-licenciement_AV-202112010314.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 17:25:07 GMT", + "pubDate": "Wed, 01 Dec 2021 14:15:51 GMT", + "enclosure": "https://images.bfmtv.com/cv16czk1AgxqhBU7nzyojfBqjxI=/0x26:1024x602/800x0/images/-870085.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63cc08fc9a8758b6299d15aa4cf6142e" + "hash": "3e73206e5bedd9fa783f4d91f7b5e0d8" }, { - "title": "Premier League: le nouveau festival de Liverpool, qui atteint un record face à Southampton", - "description": "Une nouvelle fois impressionnants, les Reds ont étrillé Southampton (4-0), permettant à Liverpool de revenir provisoirement à un point seulement de Chelsea, le leader de Premier League, au classement.

", - "content": "Une nouvelle fois impressionnants, les Reds ont étrillé Southampton (4-0), permettant à Liverpool de revenir provisoirement à un point seulement de Chelsea, le leader de Premier League, au classement.

", + "title": "Double Contact - Guy2bezbar: \"J’ai joué contre Mbappé chez les jeunes\"", + "description": "RMC Sport a sa rubrique \"culture-sport\" baptisée \"Double Contact\". Tout au long de l’année, on vous propose des entretiens intimes et décalés, avec des artistes qui font l’actualité. Après la sortie de son projet \"Coco Jojo\", on a rencontré Guy2bezbar. Le rappeur parisien, bon manieur de ballon, nous raconte ses anecdotes de terrain. A l'image de ce jour où il a croisé le jeune Kylian Mbappé…

", + "content": "RMC Sport a sa rubrique \"culture-sport\" baptisée \"Double Contact\". Tout au long de l’année, on vous propose des entretiens intimes et décalés, avec des artistes qui font l’actualité. Après la sortie de son projet \"Coco Jojo\", on a rencontré Guy2bezbar. Le rappeur parisien, bon manieur de ballon, nous raconte ses anecdotes de terrain. A l'image de ce jour où il a croisé le jeune Kylian Mbappé…

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-nouveau-festival-de-liverpool-qui-atteint-un-record-face-a-southampton_AV-202111270253.html", + "link": "https://rmcsport.bfmtv.com/replay-emissions/double-contact/double-contact-guy2bezbar-j-ai-joue-contre-mbappe-chez-les-jeunes_AV-202112010313.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 17:19:43 GMT", + "pubDate": "Wed, 01 Dec 2021 14:13:10 GMT", + "enclosure": "https://images.bfmtv.com/yhL-vNyjuZiplQCJUBBX2cohfuA=/0x0:1920x1080/800x0/images/Guy2bezbar-1179270.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e230650fe9a7acbe5123db92a32c4c0" + "hash": "fe71668fafae4ac0594de6a65879a222" }, { - "title": "Toulon-LOU: les images terribles de Bastareaud, qui sort en larmes après une grosse blessure", - "description": "Gravement blessé au genou lors de la rencontre face à Toulon, Mathieu Bastareaud est sorti sur civière en larmes dès la 4e minute, après s'être écroulé tout seul. Une nouvelle tuile pour le capitaine du LOU.

", - "content": "Gravement blessé au genou lors de la rencontre face à Toulon, Mathieu Bastareaud est sorti sur civière en larmes dès la 4e minute, après s'être écroulé tout seul. Une nouvelle tuile pour le capitaine du LOU.

", + "title": "Ligue 1 en direct: le communiqué commun de l'OM et Troyes après les insultes racistes contre Suk", + "description": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", + "content": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/toulon-lou-les-images-terribles-de-bastareaud-qui-sort-en-larmes-apres-une-grosse-blessure_AD-202111270250.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 17:13:34 GMT", + "pubDate": "Mon, 29 Nov 2021 08:55:46 GMT", + "enclosure": "https://images.bfmtv.com/-WLlIY8xVZOWBOkc-Wc2gexVPu0=/0x0:1200x675/800x0/images/-861153.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e62b99f88094fe5d40440657851439c" + "hash": "b4ef9d5807fcd0ad8dc6e551283b29b7" }, { - "title": "Monaco: Kovac compare l’importance de Golovin à celle de Messi au Barça", - "description": "Ce dimanche, l’AS Monaco recevra dans son stade Strasbourg (15h). En conférence de presse, le technicien monégasque Niko Kovac est revenu sur l’importance d'Aleksandr Golovin. Pour appuyer son propos, le Croate a fait une comparaison avec le FC Barcelone et Lionel Messi.

", - "content": "Ce dimanche, l’AS Monaco recevra dans son stade Strasbourg (15h). En conférence de presse, le technicien monégasque Niko Kovac est revenu sur l’importance d'Aleksandr Golovin. Pour appuyer son propos, le Croate a fait une comparaison avec le FC Barcelone et Lionel Messi.

", + "title": "PSG: pour Eto'o, Mbappé sera \"le plus grand pendant 10 ou 15 ans\"", + "description": "Samuel Eto'o, interrogé par AS ce mardi, a affirmé que Kylian Mbappé serait le plus grand joueur du monde au cours des 10 à 15 prochaines années. Pour l'ancien attaquant camerounais, la vedette du PSG \"arrive au bon moment\".

", + "content": "Samuel Eto'o, interrogé par AS ce mardi, a affirmé que Kylian Mbappé serait le plus grand joueur du monde au cours des 10 à 15 prochaines années. Pour l'ancien attaquant camerounais, la vedette du PSG \"arrive au bon moment\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-kovac-compare-l-importance-de-golovin-a-celle-de-messi-au-barca_AV-202111270246.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pour-eto-o-mbappe-sera-le-plus-grand-pendant-10-ou-15-ans_AV-202111300560.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 17:04:52 GMT", + "pubDate": "Tue, 30 Nov 2021 21:46:58 GMT", + "enclosure": "https://images.bfmtv.com/a9WdwzfE3GyNrOe6j-Sspp7Xwx0=/0x0:1040x585/800x0/images/-865722.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cae6fccc6d015f17bfa2b7320f94a3af" + "hash": "a7a9d22fc829e1b237be35cf2af2c5fa" }, { - "title": "Rugby: privés de match à Twickenham, les Samoa entonnent quand même leur hymne", - "description": "Alors que le Fédération anglaise de rugby a annulé la rencontre entre les Barbarians britanniques et les Samoa à quelques heures du coup d'envoi, les Samoans sont tout de même venus sur la pelouse pour chanter leur hymne.

", - "content": "Alors que le Fédération anglaise de rugby a annulé la rencontre entre les Barbarians britanniques et les Samoa à quelques heures du coup d'envoi, les Samoans sont tout de même venus sur la pelouse pour chanter leur hymne.

", + "title": "Ligue 1 en direct: les excuses de l'OM après les propos racistes contre Suk", + "description": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", + "content": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/rugby-prives-de-match-a-twickenham-les-samoa-entonnent-quand-meme-leur-hymne_AD-202111270244.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 16:59:07 GMT", + "pubDate": "Mon, 29 Nov 2021 08:55:46 GMT", + "enclosure": "https://images.bfmtv.com/s8QpeRhbYtmX5j0kIwTWPpp-fpk=/14x191:2030x1325/800x0/images/Hyun-Jun-SUK-1178760.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23c206afceebbce4b97f3e052b10b4c4" + "hash": "cbda607ab5ef221faaf53d6e5e1bdd55" }, { - "title": "MMA: le calvaire de Diego Sanchez, légende de l’UFC, à cause du Covid-19", - "description": "A 39 ans, le combattant américain Diego Sanchez est actuellement hospitalisé pour une pneumonie provoquée par le Covid-19. Non vacciné, il a partagé son cauchemar sur les réseaux sociaux.

", - "content": "A 39 ans, le combattant américain Diego Sanchez est actuellement hospitalisé pour une pneumonie provoquée par le Covid-19. Non vacciné, il a partagé son cauchemar sur les réseaux sociaux.

", + "title": "Premier League: Newcastle n'y arrive toujours pas", + "description": "Proche de signer ce mardi soir sa première victoire de la saison en Premier League face à Norwich, Newcastle a encaissé un but en fin de match et dû se contenter du nul (1-1). Les Magpies, récemment passés sous pavillon saoudien, sont toujours derniers du championnat.

", + "content": "Proche de signer ce mardi soir sa première victoire de la saison en Premier League face à Norwich, Newcastle a encaissé un but en fin de match et dû se contenter du nul (1-1). Les Magpies, récemment passés sous pavillon saoudien, sont toujours derniers du championnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/mma-le-calvaire-de-diego-sanchez-legende-de-l-ufc-a-cause-du-covid-19_AN-202111270235.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-newcastle-n-y-arrive-toujours-pas_AV-202111300559.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 16:49:48 GMT", + "pubDate": "Tue, 30 Nov 2021 21:43:30 GMT", + "enclosure": "https://images.bfmtv.com/SFaa8ASUjcn-u7PZnANYPuM1ZPw=/0x145:2048x1297/800x0/images/Newcastle-Norwich-1178828.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "808352ce713cd6c03b1bf796a4595533" + "hash": "c065c53c673773d39c3bc2780a7da27c" }, { - "title": "Real Madrid: Ancelotti garantit le côté gauche à Vinicius, même si Mbappé arrive", - "description": "Vinicius jouera sur l'aile gauche du 4-3-3 du Real Madrid tant que Carlo Ancelotti sera l'entraîneur du club merengue, c'est le sens du message délivré ce samedi par le technicien italien. La possible arrivée prochaine de Kylian Mbappé n'y changera rien, a-t-il assuré.

", - "content": "Vinicius jouera sur l'aile gauche du 4-3-3 du Real Madrid tant que Carlo Ancelotti sera l'entraîneur du club merengue, c'est le sens du message délivré ce samedi par le technicien italien. La possible arrivée prochaine de Kylian Mbappé n'y changera rien, a-t-il assuré.

", + "title": "L'Angleterre explose la Lettonie 20-0, nouveau record", + "description": "L'Angleterre a écrasé la Lettonie ce mardi soir, sur le score de 20-0. Un record dans le football anglais.

", + "content": "L'Angleterre a écrasé la Lettonie ce mardi soir, sur le score de 20-0. Un record dans le football anglais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-ancelotti-garantit-le-cote-gauche-a-vinicius-meme-si-mbappe-arrive_AV-202111270232.html", + "link": "https://rmcsport.bfmtv.com/football/feminin/l-angleterre-explose-la-lettonie-20-0-nouveau-record_AN-202111300555.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 16:36:34 GMT", + "pubDate": "Tue, 30 Nov 2021 21:39:13 GMT", + "enclosure": "https://images.bfmtv.com/j0WlKLa7dDOhEAyH3qiuNyu9IK8=/0x68:2048x1220/800x0/images/Les-joueuses-de-l-Angleterre-1178835.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5acf8c30744fc44098d8ebf1fc00ef5b" + "hash": "e12a5e2586a34f2a24669f46a6590b3d" }, { - "title": "AC Milan: Pioli annonce le retour de Maignan face à Sassuolo", - "description": "Après avoir été opéré du poignet en octobre, Mike Maignan va faire ce dimanche son retour à la compétition avec l'AC Milan, face à Sassuolo. C’est son entraîneur Stefano Pioli qui l’a annoncé en conférence de presse.

", - "content": "Après avoir été opéré du poignet en octobre, Mike Maignan va faire ce dimanche son retour à la compétition avec l'AC Milan, face à Sassuolo. C’est son entraîneur Stefano Pioli qui l’a annoncé en conférence de presse.

", + "title": "Bayern: vers un retour des matchs à huis clos à l'Allianz Arena", + "description": "Le chef de l'exécutif régional de Bavière a réclamé ce mardi un retour des matchs à huis clos dans son Land, et même dans toute l'Allemagne. Ce qui veut dire que le Bayern Munich pourrait jouer ses prochains matchs à domicile sans spectateur, à commencer par celui contre le Barça, mercredi prochain en Ligue des champions.

", + "content": "Le chef de l'exécutif régional de Bavière a réclamé ce mardi un retour des matchs à huis clos dans son Land, et même dans toute l'Allemagne. Ce qui veut dire que le Bayern Munich pourrait jouer ses prochains matchs à domicile sans spectateur, à commencer par celui contre le Barça, mercredi prochain en Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/ac-milan-pioli-annonce-le-retour-de-maignan-face-a-sassuolo_AV-202111270215.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bayern-vers-un-retour-des-matchs-a-huis-clos-a-l-allianz-arena_AV-202111300538.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 15:26:10 GMT", + "pubDate": "Tue, 30 Nov 2021 20:58:00 GMT", + "enclosure": "https://images.bfmtv.com/n9_-KvOtzsipFnny5cFn_NojTbY=/0x140:2048x1292/800x0/images/L-Allianz-Arena-en-octobre-2020-1178809.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "765aea03a59fb3b833a5d30fef0755f1" + "hash": "52068b7f2dd6ca2fa2dbe919f386761f" }, { - "title": "Coupe du monde: les Serbes ont reversé leur prime de qualification aux enfants défavorisés", - "description": "Directement qualifiés pour la Coupe du monde 2022 au Qatar grâce à leur victoire au Portugal (1-2), les joueurs de la Serbie ont décidé de reverser la prime d'un million d’euros, promise par le président de la République serbe à des enfants, en situation précaire.

", - "content": "Directement qualifiés pour la Coupe du monde 2022 au Qatar grâce à leur victoire au Portugal (1-2), les joueurs de la Serbie ont décidé de reverser la prime d'un million d’euros, promise par le président de la République serbe à des enfants, en situation précaire.

", + "title": "OL: des filets installés \"à contrecoeur\" devant les virages du stade", + "description": "Des filets anti-projectiles vont être installés devant les virages du Groupama Stadium de l'OL, en réaction aux incidents du match contre l'OM. Le club réfléchit toutefois à une autre solution.

", + "content": "Des filets anti-projectiles vont être installés devant les virages du Groupama Stadium de l'OL, en réaction aux incidents du match contre l'OM. Le club réfléchit toutefois à une autre solution.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-les-serbes-ont-reverse-leur-prime-de-qualification-aux-enfants-defavorises_AV-202111270209.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-des-filets-installes-a-contrecoeur-devant-les-virages-du-stade_AV-202111300537.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 15:03:30 GMT", + "pubDate": "Tue, 30 Nov 2021 20:57:19 GMT", + "enclosure": "https://images.bfmtv.com/CoIPxyjGTQwg3SqCaslRG1DVwos=/0x106:2048x1258/800x0/images/Le-Groupama-Stadium-l-antre-de-l-OL-1168457.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "099c602d621abd302e0612e44ef0b23c" + "hash": "3371348dde260b1cc0a899a6ff555b94" }, { - "title": "Lille-Nantes en direct : David titulaire, les Lillois visent le top 10", - "description": "La 15e journée de Ligue 1 se poursuit ce samedi après-midi avec Lille (12e) qui reçoit Nantes (11e). Dans une première partie de saison compliquée, les Dogues espèrent bien rallier la première moitié de tableau en s’imposant devant leur public. Mais les Nantais partagent aussi cet objectif.

", - "content": "La 15e journée de Ligue 1 se poursuit ce samedi après-midi avec Lille (12e) qui reçoit Nantes (11e). Dans une première partie de saison compliquée, les Dogues espèrent bien rallier la première moitié de tableau en s’imposant devant leur public. Mais les Nantais partagent aussi cet objectif.

", + "title": "Top 14: Morgan Parra explique son départ de Clermont en fin de saison", + "description": "Dans un entretien à La Montagne, Morgan Parra détaille les raisons de son départ de Clermont à l'issue de la saison.

", + "content": "Dans un entretien à La Montagne, Morgan Parra détaille les raisons de son départ de Clermont à l'issue de la saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-nantes-en-direct-les-lillois-visent-le-top-10_LS-202111270206.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-morgan-parra-explique-son-depart-de-clermont-en-fin-de-saison_AD-202111300531.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 14:58:32 GMT", + "pubDate": "Tue, 30 Nov 2021 20:24:18 GMT", + "enclosure": "https://images.bfmtv.com/i_ntahe5_g8qzpcp8vsxilWseRM=/0x67:768x499/800x0/images/Le-demi-de-melee-de-Clermont-Morgan-Parra-tape-une-penalite-lors-du-match-de-Top-14-a-domicile-contre-Toulon-le-15-mai-2021-au-stade-Marcel-Michelin-1027522.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d651c81ac772c64a80f090addf080d0f" + "hash": "87ba5b7639cc66d30d6218a04a0f6f36" }, { - "title": "Premier League: Arsenal se relance face à Newcastle après sa grosse défaite à Liverpool", - "description": "Pour le début de cette treizième journée de Premier League, Arsenal a rebondi en dominant Newcastle ce samedi (2-0). Ce sont les jeunes Saka et Martinelli qui ont permis aux Gunners de se rassurer après la lourde défaite du week-end dernier face à Liverpool (4-0)

", - "content": "Pour le début de cette treizième journée de Premier League, Arsenal a rebondi en dominant Newcastle ce samedi (2-0). Ce sont les jeunes Saka et Martinelli qui ont permis aux Gunners de se rassurer après la lourde défaite du week-end dernier face à Liverpool (4-0)

", + "title": "Natation: Pellegrini fait ses adieux aux bassins sur une victoire", + "description": "L'Italienne Federica Pellegrini, championne olympique et septuple championne du monde, a pris sa retraite ce mardi soir.

", + "content": "L'Italienne Federica Pellegrini, championne olympique et septuple championne du monde, a pris sa retraite ce mardi soir.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-arsenal-se-relance-face-a-newcastle-apres-sa-grosse-defaite-a-liverpool_AV-202111270205.html", + "link": "https://rmcsport.bfmtv.com/natation/natation-pellegrini-fait-ses-adieux-aux-bassins-sur-une-victoire_AD-202111300528.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 14:57:07 GMT", + "pubDate": "Tue, 30 Nov 2021 20:18:14 GMT", + "enclosure": "https://images.bfmtv.com/qfMUu1Q8wnvjGP0L2gCg4cyKhkM=/0x0:768x432/800x0/images/Federica-Pellegrini-lors-des-Championnats-d-Europe-de-natation-a-Budapest-le-20-mai-2021-1178789.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3adc0b0ca223016cd7199216741641a5" + "hash": "8c8369167303c1bc1a5bd39e74852651" }, { - "title": "Incidents OL-OM: les Lyonnais \"préoccupés\" par des possibles sanctions", - "description": "Entre la victoire en Ligue Europa jeudi à Bröndby (3-1) et un déplacement à Montpellier dimanche en Ligue 1, les joueurs de l’OL et leur entraîneur Peter Bosz reconnaissent qu’ils appréhendent de possibles sanctions de la commission de discipline consécutives aux incidents survenus lors du match interrompu face à l’OM, dimanche dernier au Groupama Stadium.

", - "content": "Entre la victoire en Ligue Europa jeudi à Bröndby (3-1) et un déplacement à Montpellier dimanche en Ligue 1, les joueurs de l’OL et leur entraîneur Peter Bosz reconnaissent qu’ils appréhendent de possibles sanctions de la commission de discipline consécutives aux incidents survenus lors du match interrompu face à l’OM, dimanche dernier au Groupama Stadium.

", + "title": "Ligue 1: Troyes dénonce des \"propos racistes\" contre Suk face à l'OM", + "description": "L'Estac condamne les propos discriminatoires tenus à l'égard de son attaquant sud-coréen Hyun-Jun Suk, lors de la défaite de dimanche face à l'OM (1-0). L'affaire va être traitée par la commission de discipline de la LFP.

", + "content": "L'Estac condamne les propos discriminatoires tenus à l'égard de son attaquant sud-coréen Hyun-Jun Suk, lors de la défaite de dimanche face à l'OM (1-0). L'affaire va être traitée par la commission de discipline de la LFP.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-les-lyonnais-preoccupes-par-des-possibles-sanctions_AV-202111270200.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-troyes-denonce-des-propos-racistes-contre-suk-face-a-l-om_AV-202111300512.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 14:40:12 GMT", + "pubDate": "Tue, 30 Nov 2021 19:27:48 GMT", + "enclosure": "https://images.bfmtv.com/s8QpeRhbYtmX5j0kIwTWPpp-fpk=/14x191:2030x1325/800x0/images/Hyun-Jun-SUK-1178760.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab76c1e44a26b31d450f3a440b6089d1" + "hash": "ab0385c7fb8c16173a8276247c6f3056" }, { - "title": "PSG: face aux rumeurs sur son avenir, Pochettino assure que \"c'est bon signe\"", - "description": "Face aux rumeurs l'envoyant à Manchester United à moyen terme, Mauricio Pochettino a affirmé ce samedi en conférence de presse qu'il était complètement \"concentré\" sur le PSG.

", - "content": "Face aux rumeurs l'envoyant à Manchester United à moyen terme, Mauricio Pochettino a affirmé ce samedi en conférence de presse qu'il était complètement \"concentré\" sur le PSG.

", + "title": "Affaire de la sextape: \"contrarié\", Le Graët répond aux critiques de Valbuena", + "description": "La semaine dernière sur RMC, Mathieu Valbuena avait reproché au président de la FFF, Noël Le Graët, de ne jamais l'avoir soutenu ni contacté après l'explosion de \"l'affaire de la sextape\". Dans un entretien à l'AFP, le dirigeant a fait un début de mea culpa.

", + "content": "La semaine dernière sur RMC, Mathieu Valbuena avait reproché au président de la FFF, Noël Le Graët, de ne jamais l'avoir soutenu ni contacté après l'explosion de \"l'affaire de la sextape\". Dans un entretien à l'AFP, le dirigeant a fait un début de mea culpa.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-face-aux-rumeurs-sur-son-avenir-pochettino-assure-que-c-est-bon-signe_AV-202111270186.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/affaire-de-la-sextape-contrarie-le-graet-repond-aux-critiques-de-valbuena_AV-202111300497.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 14:04:27 GMT", + "pubDate": "Tue, 30 Nov 2021 18:53:34 GMT", + "enclosure": "https://images.bfmtv.com/Q1hzB8lfnzc5nvy23KkYLPAc9LM=/0x106:2048x1258/800x0/images/Noel-Le-Graet-1178746.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0ff374ceba67919a6598328ee87a750a" + "hash": "adfeb83c7724fe1a6725fa55bb37a1b1" }, { - "title": "PSG: quatre forfaits pour Saint-Etienne", - "description": "Le PSG doit se passer de Marco Verratti, Ander Herrera, Georginio Wijnaldum et Mauro Icardi pour le déplacement à Saint-Etienne ce dimanche en Ligue 1 (13h).

", - "content": "Le PSG doit se passer de Marco Verratti, Ander Herrera, Georginio Wijnaldum et Mauro Icardi pour le déplacement à Saint-Etienne ce dimanche en Ligue 1 (13h).

", + "title": "Coupe du monde 2022: le Qatar assure que les supporters LGBTQ+ seront en sécurité", + "description": "Pour la Coupe du monde 2022, les visiteurs LGBTQ+ pourront assister aux matchs au Qatar, a assuré le président du comité d'organisation, qui demande cependant qu'il n'y ait pas de \"démonstration d'affection en public\".

", + "content": "Pour la Coupe du monde 2022, les visiteurs LGBTQ+ pourront assister aux matchs au Qatar, a assuré le président du comité d'organisation, qui demande cependant qu'il n'y ait pas de \"démonstration d'affection en public\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-quatre-forfaits-pour-saint-etienne_AD-202111270179.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-l-organisation-assure-que-les-supporters-lgbtq-seront-en-securite_AV-202111300489.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 13:47:15 GMT", + "pubDate": "Tue, 30 Nov 2021 18:47:38 GMT", + "enclosure": "https://images.bfmtv.com/Gv6ZNyYYw0if4FUCxjncphxDJ0c=/0x56:2048x1208/800x0/images/Nasser-Al-Khater-1178743.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f51c1f33ddc0d57babf91b455c70518" + "hash": "a11c080e8bc3f3027fc70ba778fb8f09" }, { - "title": "Les pronos hippiques du dimanche 28 novembre 2021", - "description": " Le Quinté+ du dimanche 28 novembre est programmé sur l’hippodrome d'Auteuil dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": " Le Quinté+ du dimanche 28 novembre est programmé sur l’hippodrome d'Auteuil dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Dulin: \"Je sais où je veux aller et comment y aller\"", + "description": "Touché mais tout sauf coulé. S’il a perdu sa place en Bleu lors de la dernière tournée d’automne du XV de France, Brice Dulin compte bien s’appuyer sur sa légitime frustration pour vite retrouver son meilleur niveau. Longtemps gêné par sa fracture de la main gauche survenue en finale du dernier Top 14, l’arrière du Stade rochelais a remis les pendules à l’heure samedi dernier contre Pau (36-8). Il se confie à RMC Sport.

", + "content": "Touché mais tout sauf coulé. S’il a perdu sa place en Bleu lors de la dernière tournée d’automne du XV de France, Brice Dulin compte bien s’appuyer sur sa légitime frustration pour vite retrouver son meilleur niveau. Longtemps gêné par sa fracture de la main gauche survenue en finale du dernier Top 14, l’arrière du Stade rochelais a remis les pendules à l’heure samedi dernier contre Pau (36-8). Il se confie à RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-28-novembre-2021_AN-202111270178.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/dulin-je-sais-ou-je-veux-aller-et-comment-y-aller_AV-202111300463.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 13:31:26 GMT", + "pubDate": "Tue, 30 Nov 2021 18:05:46 GMT", + "enclosure": "https://images.bfmtv.com/IYmGYmshiBgD5Tg4Sr7c4gWkml8=/0x73:768x505/800x0/images/L-arriere-de-La-Rochelle-Brice-Dulin-marque-un-essai-lors-du-match-de-Top-14-a-domicile-contre-Clermont-le-8-novembre-2020-1017927.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b23229de065d94a5c5f1f952f5bfbf53" + "hash": "2627c13a969841ba41410254751e7f39" }, { - "title": "F1: Hamilton vit dans la \"peur\" d'attraper le Covid avant la fin de saison", - "description": "À la lutte pour le titre avec Max Verstappen alors qu'il reste seulement deux courses, Lewis Hamilton fait tout pour ne pas attraper le coronavirus d'ici la fin de la saison de F1. Il dit vivre dans une \"peur constante\" face à cette menace.

", - "content": "À la lutte pour le titre avec Max Verstappen alors qu'il reste seulement deux courses, Lewis Hamilton fait tout pour ne pas attraper le coronavirus d'ici la fin de la saison de F1. Il dit vivre dans une \"peur constante\" face à cette menace.

", + "title": "Equipe de France: Le Graët attendra la décision de Deschamps et ne bloquera pas Zidane", + "description": "Si le sélectionneur des Bleus Didier Deschamps est sous contrat jusqu'à la fin de la Coupe du monde 2022, le président de la FFF Noël Le Graët laisse entendre que son aventure sur le banc de l'équipe nationale pourrait se poursuivre au-delà du Mondial. De fait, il ne veut pas demander à Zinedine Zidane d'attendre, même s'il en fait un éventuel successeur.

", + "content": "Si le sélectionneur des Bleus Didier Deschamps est sous contrat jusqu'à la fin de la Coupe du monde 2022, le président de la FFF Noël Le Graët laisse entendre que son aventure sur le banc de l'équipe nationale pourrait se poursuivre au-delà du Mondial. De fait, il ne veut pas demander à Zinedine Zidane d'attendre, même s'il en fait un éventuel successeur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-vit-dans-la-peur-d-attraper-le-covid-avant-la-fin-de-saison_AV-202111270173.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-le-graet-attendra-la-decision-de-deschamps-et-ne-bloquera-pas-zidane_AV-202111300453.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 13:09:16 GMT", + "pubDate": "Tue, 30 Nov 2021 17:59:00 GMT", + "enclosure": "https://images.bfmtv.com/KsEdnP8BG2Ky2NxevccwsSh7ohc=/0x106:2048x1258/800x0/images/Noel-Le-Graet-et-Didier-Deschamps-1178687.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e83e68b9e73776722de20ccc6188d7f" + "hash": "82cb1415f78d86d6f0d4092cfbea6ee2" }, { - "title": "Italie: perquisitions dans les bureaux de la Juventus, sur des transferts douteux", - "description": "En pleine enquête sur des transferts douteux, la police italienne a perquisitionné les bureaux de la Juventus ce vendredi. Le club italien est soupçonné d'avoir donné de fausses informations à des investisseurs et d'avoir produit des factures pour des transactions inexistantes

", - "content": "En pleine enquête sur des transferts douteux, la police italienne a perquisitionné les bureaux de la Juventus ce vendredi. Le club italien est soupçonné d'avoir donné de fausses informations à des investisseurs et d'avoir produit des factures pour des transactions inexistantes

", + "title": "PSG: Messi dans le groupe face à Nice, mais pas Ramos", + "description": "Lionel Messi, souffrant de symptômes de gasto-entérite, sera bien dans le groupe du PSG pour affronter Nice mercredi soir. Ce ne sera pas le cas de Sergio Ramos, que Mauricio Pochettino décrivait comme \"fatigué\" en conférence de presse.

", + "content": "Lionel Messi, souffrant de symptômes de gasto-entérite, sera bien dans le groupe du PSG pour affronter Nice mercredi soir. Ce ne sera pas le cas de Sergio Ramos, que Mauricio Pochettino décrivait comme \"fatigué\" en conférence de presse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/italie-perquisitions-dans-les-bureaux-de-la-juventus-sur-des-transferts-douteux_AD-202111270172.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-dans-le-groupe-face-a-nice-mais-pas-ramos_AV-202111300444.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 13:08:33 GMT", + "pubDate": "Tue, 30 Nov 2021 17:47:04 GMT", + "enclosure": "https://images.bfmtv.com/Hdgmq-YYHHPeT22nDKBT3K1CGiE=/0x115:2048x1267/800x0/images/Lionel-Messi-1178087.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bfd327da4949191edaacd9ed4bac50fc" + "hash": "dddc1435c0b82442f24281c7b8353b14" }, { - "title": "PSG: Bernat salue le \"très beau geste\" du club après sa grave blessure", - "description": "Absent pendant plus d’un an après une rupture du ligament croisé au genou gauche, Juan Bernat retrouve du temps de jeu avec le PSG. Dans un entretien accordé à Canal+, le latéral gauche espagnol revient sur ses difficultés à guérir de sa blessure et la prolongation offerte par le club parisien.

", - "content": "Absent pendant plus d’un an après une rupture du ligament croisé au genou gauche, Juan Bernat retrouve du temps de jeu avec le PSG. Dans un entretien accordé à Canal+, le latéral gauche espagnol revient sur ses difficultés à guérir de sa blessure et la prolongation offerte par le club parisien.

", + "title": "Ballon d'Or: pour Le Graët, \"Benzema méritait le podium\"", + "description": "Annoncé comme l'un des principaux favoris pour remporter le Ballon d'or, Karim Benzema a terminé à la quatrième place. Et Noël Le Graët ne comprend pas. Dans un entretien à l'AFP, le président de la FFF estime que le Français \"méritait le podium\".

", + "content": "Annoncé comme l'un des principaux favoris pour remporter le Ballon d'or, Karim Benzema a terminé à la quatrième place. Et Noël Le Graët ne comprend pas. Dans un entretien à l'AFP, le président de la FFF estime que le Français \"méritait le podium\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-bernat-salue-le-tres-beau-geste-du-club-apres-sa-grave-blessure_AV-202111270169.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/ballon-d-or-pour-le-graet-benzema-meritait-le-podium_AV-202111300429.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 13:00:02 GMT", + "pubDate": "Tue, 30 Nov 2021 17:28:27 GMT", + "enclosure": "https://images.bfmtv.com/8TfaosY7PxRY0tzJzrIV6Zg8FAs=/0x36:768x468/800x0/images/Le-president-de-la-Federation-francaise-de-football-Noel-Le-Graet-lors-d-une-conference-de-presse-le-10-decembre-2015-au-siege-de-la-FFF-a-Paris-1174566.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, - "created": true, + "created": false, "tags": [], - "hash": "69cd89d967d51491b0de61a3c4cfa4d4" + "hash": "2a8a05aeacdf751a9664b12212831791" }, { - "title": "Boxe: un boxeur espagnol totalement nu pour valider sa pesée", - "description": "Comme le rapporte Ouest-France, le boxeur espagnol Aitor Nieto, adversaire du Français Jordy Weiss ce samedi soir à Laval pour les ceintures des IBO et WBA des mi-moyens, n’a pas hésité à retirer son caleçon pour valider sa pesée.

", - "content": "Comme le rapporte Ouest-France, le boxeur espagnol Aitor Nieto, adversaire du Français Jordy Weiss ce samedi soir à Laval pour les ceintures des IBO et WBA des mi-moyens, n’a pas hésité à retirer son caleçon pour valider sa pesée.

", + "title": "Mercato: \"L'OM n'a pas été bon\" sur le dossier Kamara, selon Di Meco", + "description": "L’avenir de Boubacar Kamara à l’OM suscite de nombreuses questions. Alors que les dirigeants veulent prolonger le milieu de terrain, en fin de mercato, Eric Di Meco a pointé dans le Super Moscato Show la mauvaise gestion de ce dossier par les Phocéens.

", + "content": "L’avenir de Boubacar Kamara à l’OM suscite de nombreuses questions. Alors que les dirigeants veulent prolonger le milieu de terrain, en fin de mercato, Eric Di Meco a pointé dans le Super Moscato Show la mauvaise gestion de ce dossier par les Phocéens.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-un-boxeur-espagnol-totalement-nu-pour-valider-sa-pesee_AN-202111270166.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-l-om-n-a-pas-ete-bon-sur-le-dossier-kamara-selon-di-meco_AV-202111300418.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:46:44 GMT", + "pubDate": "Tue, 30 Nov 2021 17:13:28 GMT", + "enclosure": "https://images.bfmtv.com/p9ByU6Jbglk48KNnrD-YQtwIAcU=/0x0:2048x1152/800x0/images/Boubacar-Kamara-1176139.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9562f631fb02c2327a4f21bf83e908ae" + "hash": "c2895cf19f0a13023c9f9502301c9217" }, { - "title": "PSG en direct: \"On ne crée pas les rumeurs\", se défend Pochettino", - "description": "Le PSG va à Saint-Étienne dimanche (13h00), dans le cadre de la 15e journée de Ligue 1. À la veille de cette rencontre, Mauricio Pochettino s'est exprimé devant la presse.

", - "content": "Le PSG va à Saint-Étienne dimanche (13h00), dans le cadre de la 15e journée de Ligue 1. À la veille de cette rencontre, Mauricio Pochettino s'est exprimé devant la presse.

", + "title": "PSG: un Ballon d'or de Messi va-t-il rapporter gros à Paris?", + "description": "Pour la première fois, un joueur du PSG a décroché le Ballon d'or ce lundi: Lionel Messi. Mais les retombées économiques immédiates devraient être limitées pour le club parisien.

", + "content": "Pour la première fois, un joueur du PSG a décroché le Ballon d'or ce lundi: Lionel Messi. Mais les retombées économiques immédiates devraient être limitées pour le club parisien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conference-de-presse-de-pochettino-avant-l-asse_LN-202111270164.html", + "link": "https://rmcsport.bfmtv.com/football/psg-un-ballon-d-or-de-messi-pourrait-il-rapporter-gros-a-paris_AV-202111290419.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:43:40 GMT", + "pubDate": "Mon, 29 Nov 2021 16:50:56 GMT", + "enclosure": "https://images.bfmtv.com/qPS4MLS3TX69YKLC-_AWuNclTo4=/0x44:2032x1187/800x0/images/Lionel-Messi-avec-le-Ballon-d-or-2019-1177857.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27f6ebdf6a28d975f4aadaf442e6c413" + "hash": "8b78e68fa37a3ea658e9328330811a89" }, { - "title": "OL en direct: la conf de Peter Bosz avant Montpellier", - "description": "L'entraîneur de l'Olympique Lyonnais Peter Bosz a rendez-vous samedi à 14h20 pour la conférence de presse à la veille du déplacement de l'Olympique Lyonnais sur la pelouse de Montpellier, dimanche (17h) dans le cadre de la 15eme journée de Ligue 1. Une conf' à suivre en direct commenté sur RMC Sport.

", - "content": "L'entraîneur de l'Olympique Lyonnais Peter Bosz a rendez-vous samedi à 14h20 pour la conférence de presse à la veille du déplacement de l'Olympique Lyonnais sur la pelouse de Montpellier, dimanche (17h) dans le cadre de la 15eme journée de Ligue 1. Une conf' à suivre en direct commenté sur RMC Sport.

", + "title": "Reims: l'entraîneur Oscar Garcia positif au Covid-19", + "description": "Le Stade de Reims a indiqué ce mardi que son entraîneur Oscar Garcia et son adjoint Ruben Martinez ont été testés positifs au Covid-19. Les deux techniciens ne seront donc pas sur le banc du club champenois mercredi contre l'OL, ni ce week-end contre Angers.

", + "content": "Le Stade de Reims a indiqué ce mardi que son entraîneur Oscar Garcia et son adjoint Ruben Martinez ont été testés positifs au Covid-19. Les deux techniciens ne seront donc pas sur le banc du club champenois mercredi contre l'OL, ni ce week-end contre Angers.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-en-direct-la-conf-de-peter-bosz-avant-montpellier_LN-202111270161.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/reims-l-entraineur-oscar-garcia-positif-au-covid-19_AV-202111300406.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:39:49 GMT", + "pubDate": "Tue, 30 Nov 2021 16:53:37 GMT", + "enclosure": "https://images.bfmtv.com/NFlVhu-9WgOgbrXWf0XfAbUu8d4=/0x46:2048x1198/800x0/images/Oscar-Garcia-1178605.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7581513e752fe2abc46c334899c579c" + "hash": "b1a914c80825bdb908b84216b01ff864" }, { - "title": "PRONOS PARIS RMC Les paris du 27 novembre sur Lille - Nantes - Ligue 1", - "description": "Notre pronostic: Lille bat Nantes et Jonathan David marque (2.65)

", - "content": "Notre pronostic: Lille bat Nantes et Jonathan David marque (2.65)

", + "title": "PSG en direct: Messi dans le groupe face à Nice, mais pas Ramos", + "description": "Le PSG reçoit l'OGC Nice mercredi, en championnat. À la veille de cette rencontre, Mauricio Pochettino s'est exprimé en conférence de presse.

", + "content": "Le PSG reçoit l'OGC Nice mercredi, en championnat. À la veille de cette rencontre, Mauricio Pochettino s'est exprimé en conférence de presse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-27-novembre-sur-lille-nantes-ligue-1_AN-202111260352.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-en-direct-suivez-la-conf-de-pochettino-avant-nice_LN-202111300282.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:20:00 GMT", + "pubDate": "Tue, 30 Nov 2021 12:49:57 GMT", + "enclosure": "https://images.bfmtv.com/Hdgmq-YYHHPeT22nDKBT3K1CGiE=/0x115:2048x1267/800x0/images/Lionel-Messi-1178087.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60ebaeeb5e1ded92a768319a60d7fb5a" + "hash": "8b6107425cf50e8339c2a724dec85364" }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 27 novembre – Ligue 1", - "description": "Mon pronostic : Lille bat Nantes et plus de 2,5 buts (2.40)

", - "content": "Mon pronostic : Lille bat Nantes et plus de 2,5 buts (2.40)

", + "title": "OM en direct: Ünder incertain, Dieng probablement forfait à Nantes", + "description": "L'OM affronte Nantes ce mercredi lors de la 16e de Ligue 1. Quatrième du classement et avec un match en moins, le club marseillais peut se rapprocher de la tête du championnat en cas de victoire contre les Canaris. Jorge Sampaoli et Boubacar Kamara se présentent face aux journalistes à la veille du déplacement à la Beaujoire. La conférence de presse de l'OM est à suivre en direct commenté sur RMC Sport.

", + "content": "L'OM affronte Nantes ce mercredi lors de la 16e de Ligue 1. Quatrième du classement et avec un match en moins, le club marseillais peut se rapprocher de la tête du championnat en cas de victoire contre les Canaris. Jorge Sampaoli et Boubacar Kamara se présentent face aux journalistes à la veille du déplacement à la Beaujoire. La conférence de presse de l'OM est à suivre en direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-27-novembre-ligue-1_AN-202111270149.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-en-direct-suivez-la-conf-de-sampaoli-et-kamara-avant-le-deplacement-a-nantes_LN-202111300272.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:18:50 GMT", + "pubDate": "Tue, 30 Nov 2021 12:18:31 GMT", + "enclosure": "https://images.bfmtv.com/p6v9j48T7oW2fVOoE2HxApCL0lg=/6x111:2038x1254/800x0/images/Bamba-Dieng-1138769.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12ee87e1fe560f33520302d383f327b0" + "hash": "1a0c5e6ad08f4f9750c008377e3e215c" }, { - "title": "PRONOS PARIS RMC Les paris du 27 novembre sur Nice - Metz - Ligue 1", - "description": "Notre pronostic: Nice bat Metz (1.40)

", - "content": "Notre pronostic: Nice bat Metz (1.40)

", + "title": "Pierre Ménès accusé d'agression sexuelle: \"Il n'y a aucun élément\", dénonce son avocat", + "description": "Me Arash Derambarsh, l'avocat de Pierre Ménès, nie sur BFMTV l'accusation portée à l'encontre de son client, qui est visé par une enquête pour \"agression sexuelle\" depuis le 20 novembre. L'ancien chroniqueur de Canal+ est mis en cause pour des faits qui seraient survenus lors du match PSG-Nantes.

", + "content": "Me Arash Derambarsh, l'avocat de Pierre Ménès, nie sur BFMTV l'accusation portée à l'encontre de son client, qui est visé par une enquête pour \"agression sexuelle\" depuis le 20 novembre. L'ancien chroniqueur de Canal+ est mis en cause pour des faits qui seraient survenus lors du match PSG-Nantes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-27-novembre-sur-nice-metz-ligue-1_AN-202111260349.html", + "link": "https://rmcsport.bfmtv.com/societe/pierre-menes-accuse-d-agression-sexuelle-il-n-y-a-aucun-element-denonce-son-avocat_AV-202111300394.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:17:00 GMT", + "pubDate": "Tue, 30 Nov 2021 16:26:55 GMT", + "enclosure": "https://images.bfmtv.com/m6bcpD10N3GHmayFqab9NinBLLE=/0x62:1200x737/800x0/images/-880895.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f8b2c51277d760b93be19dd9e9e522ba" + "hash": "439bfc9d9a942cc8f4af8ebebafd942f" }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 27 novembre – Ligue 1", - "description": "Mon pronostic : Nice bat Metz par au moins deux buts d’écart (2.00)

", - "content": "Mon pronostic : Nice bat Metz par au moins deux buts d’écart (2.00)

", + "title": "Premier League: le discours homophobe d'un consultant beIN Sports au Moyen-Orient en plein direct", + "description": "Consultant pour beIN Sports au Moyen-Orient, l'ancien international égyptien, Mohamed Aboutrika, s'est livré en direct à un long discours homophobe, et a appelé les joueurs musulmans de Premier League à boycotter les campagnes pro-LGBTQ+.

", + "content": "Consultant pour beIN Sports au Moyen-Orient, l'ancien international égyptien, Mohamed Aboutrika, s'est livré en direct à un long discours homophobe, et a appelé les joueurs musulmans de Premier League à boycotter les campagnes pro-LGBTQ+.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-27-novembre-ligue-1_AN-202111270146.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-discours-homophobe-d-un-consultant-be-in-sports-au-moyen-orient-en-plein-direct_AV-202111300386.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:16:04 GMT", + "pubDate": "Tue, 30 Nov 2021 16:08:16 GMT", + "enclosure": "https://images.bfmtv.com/4Du45DOQ-2wVHmbBvYjnygRNvjw=/0x155:2048x1307/800x0/images/Un-brassard-arc-en-ciel-porte-le-week-end-dernier-en-Premier-League-1178577.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e47bd793ac375dbc9dd1c76a41054748" + "hash": "7db9042b20c591daf58459e93214330a" }, { - "title": "Coupe Davis: Bartoli allume Piqué, \"il ne connaît rien au tennis\"", - "description": "Marion Bartoli estime que Gerard Piqué, qui a racheté la Coupe Davis, a \"massacré\" la compétition en changeant le format et en étant prêt à l'installer durablement à Abou Dhabi. Des \"mauvaises décisions\" qui démontrent que le footballeur espagnol ne \"connaît rien\" à ce sport.

", - "content": "Marion Bartoli estime que Gerard Piqué, qui a racheté la Coupe Davis, a \"massacré\" la compétition en changeant le format et en étant prêt à l'installer durablement à Abou Dhabi. Des \"mauvaises décisions\" qui démontrent que le footballeur espagnol ne \"connaît rien\" à ce sport.

", + "title": "Manchester United: Rangnick bien absent contre Arsenal, Carrick sera sur le banc", + "description": "Annoncé officiellement lundi comme nouvel entraîneur de Manchester United, Ralf Rangnick ne sera pas sur le banc pour affronter Arsenal ce jeudi (à 21h15). N'ayant pas encore reçu son permis de travail, l'Allemand va laisser sa place à Michael Carrick pour l'occasion.

", + "content": "Annoncé officiellement lundi comme nouvel entraîneur de Manchester United, Ralf Rangnick ne sera pas sur le banc pour affronter Arsenal ce jeudi (à 21h15). N'ayant pas encore reçu son permis de travail, l'Allemand va laisser sa place à Michael Carrick pour l'occasion.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-bartoli-allume-pique-il-ne-connait-rien-au-tennis_AV-202111270128.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-rangnick-bien-absent-contre-arsenal-carrick-sera-sur-le-banc_AV-202111300372.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 11:28:05 GMT", + "pubDate": "Tue, 30 Nov 2021 15:47:04 GMT", + "enclosure": "https://images.bfmtv.com/c16Sr8mLIarzHImeQZbojf0k_rc=/8x0:1480x828/800x0/images/-829299.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a6c81f180c4d76bf2644f1d83b3c63d1" + "hash": "4434290782f70ed44e86210290c618eb" }, { - "title": "Biathlon en direct: les Françaises discrètes sur l'individuel", - "description": "La France et la Norvège reprennent leur duel habituel avec le démarrage, samedi à Ostersund, de la Coupe du monde de biathlon. Au programme: l'individuel 15 km dames à 11h45, puis l'individuel 20km hommes à 15h00.

", - "content": "La France et la Norvège reprennent leur duel habituel avec le démarrage, samedi à Ostersund, de la Coupe du monde de biathlon. Au programme: l'individuel 15 km dames à 11h45, puis l'individuel 20km hommes à 15h00.

", + "title": "Racing: \"On ne prend personne pour des cons\", lance Gaël Fickou qui défend Teddy Thomas", + "description": "Evidemment déçu de la défaite contre l’Union Bordeaux-Bègles (14-37), Gaël Fickou n’a que très peu goûté les critiques contre son partenaire et ami Teddy Thomas auteur d’un petit chambrage sur Santiago Cordero. Le centre international et co-capitaine du club francilien s’explique pour RMC Sport.\n

", + "content": "Evidemment déçu de la défaite contre l’Union Bordeaux-Bègles (14-37), Gaël Fickou n’a que très peu goûté les critiques contre son partenaire et ami Teddy Thomas auteur d’un petit chambrage sur Santiago Cordero. Le centre international et co-capitaine du club francilien s’explique pour RMC Sport.\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-en-direct-suivez-le-debut-de-la-coupe-du-monde-a-ostersund_LN-202111270111.html", + "link": "https://rmcsport.bfmtv.com/rugby/racing-on-ne-prend-personne-pour-des-cons-lance-gael-fickou-qui-defend-teddy-thomas_AV-202111300368.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:36:53 GMT", + "pubDate": "Tue, 30 Nov 2021 15:41:24 GMT", + "enclosure": "https://images.bfmtv.com/VRmKU2tXRPSBrrT2EcXGvTF0jmQ=/0x36:1200x711/800x0/images/Gael-Fickou-et-Teddy-Thomas-1178559.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b62eda5869c9177644b5f7f3e65b499c" + "hash": "c12c7c43760bc9ced6c19197efa39f91" }, { - "title": "Ligue 1: le gardien français est-il un monument en péril ?", - "description": "Ils sont de moins en moins à garder les cages des équipes du championnat de France. Barrés par des recrues étrangères, frileusement lancés dans le grand bain, les gardiens français deviennent petit à petit une denrée rare. La faute à un retard dans la formation que la Fédération française de football cherche aujourd’hui à combler.

", - "content": "Ils sont de moins en moins à garder les cages des équipes du championnat de France. Barrés par des recrues étrangères, frileusement lancés dans le grand bain, les gardiens français deviennent petit à petit une denrée rare. La faute à un retard dans la formation que la Fédération française de football cherche aujourd’hui à combler.

", + "title": "OL: Guimaraes espère que Juninho changera d’avis sur son probable départ", + "description": "Dans Rothen s'enflamme sur RMC il y a quelques semaines, le directeur sportif de l’Olympique Lyonnais, Juninho, laissait entendre que cette saison était la dernière pour lui à Lyon. Des paroles ayant rendu \"triste\" le milieu de terrain Bruno Guimaraes qui espère un changement d’avis de la part du Brésilien.

", + "content": "Dans Rothen s'enflamme sur RMC il y a quelques semaines, le directeur sportif de l’Olympique Lyonnais, Juninho, laissait entendre que cette saison était la dernière pour lui à Lyon. Des paroles ayant rendu \"triste\" le milieu de terrain Bruno Guimaraes qui espère un changement d’avis de la part du Brésilien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-gardien-francais-est-il-un-monument-en-peril_AV-202111270109.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-lyon/ol-guimaraes-espere-que-juninho-changera-d-avis-s-sur-son-probable-depart_AV-202111300356.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:36:04 GMT", + "pubDate": "Tue, 30 Nov 2021 15:21:05 GMT", + "enclosure": "https://images.bfmtv.com/HrOrNUPqAfmgfJq8X0z35bdEQuk=/0x55:2048x1207/800x0/images/Bruno-Guimaraes-lors-du-match-face-a-Strasbourg-le-12-septembre-1126773.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e88b3d1f3375381545d750efd3e444ac" + "hash": "936aefbdc96f1489c2136a73268a0a6f" }, { - "title": "Zidane au PSG, \"ce serait une trahison totale de Marseille\" selon Bartoli", - "description": "Dans les Grandes Gueules du Sport sur RMC, ce samedi, Marion Bartoli a estimé qu'une signature de Zinedine Zidane au PSG serait une \"trahison\" pour Marseille, la ville de \"ses racines\".

", - "content": "Dans les Grandes Gueules du Sport sur RMC, ce samedi, Marion Bartoli a estimé qu'une signature de Zinedine Zidane au PSG serait une \"trahison\" pour Marseille, la ville de \"ses racines\".

", + "title": "OM: Kamara dément des contacts avec le Sénégal", + "description": "International tricolore Espoirs à neuf reprises, Boubacar Kamara a confirmé ce mardi ne pas avoir été contacté par le Sénégal avant la prochaine Coupe d’Afrique des Nations 2022. Le milieu de l’OM a assuré n’être au courant de rien.

", + "content": "International tricolore Espoirs à neuf reprises, Boubacar Kamara a confirmé ce mardi ne pas avoir été contacté par le Sénégal avant la prochaine Coupe d’Afrique des Nations 2022. Le milieu de l’OM a assuré n’être au courant de rien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/zidane-au-psg-ce-serait-une-trahison-totale-de-marseille-selon-bartoli_AV-202111270093.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-kamara-dement-des-contacts-avec-le-senegal_AV-202111300352.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:01:46 GMT", + "pubDate": "Tue, 30 Nov 2021 15:04:15 GMT", + "enclosure": "https://images.bfmtv.com/61B2_umWehWfoc3WcrGVv6Z56a4=/0x37:2048x1189/800x0/images/Boubacar-Kamara-avec-les-Espoirs-1178541.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d51f58f1d4051827825244b6a0ec0269" + "hash": "bd9495d8c752a262b97e51e9ceeb75eb" }, { - "title": "Les trois quarts des enfants ayant pratiqué un sport ont subi des abus, selon une étude", - "description": "Une étude européenne, menée dans six pays, montre que les trois quarts des enfants ayant pratiqué un sport ont été victimes d'abus psychologiques ou physiques.

", - "content": "Une étude européenne, menée dans six pays, montre que les trois quarts des enfants ayant pratiqué un sport ont été victimes d'abus psychologiques ou physiques.

", + "title": "Judo: ce que Margaux Pinot a raconté aux enquêteurs après avoir été victime de violences conjugales", + "description": "Championne olympique de judo par équipes l'été dernier à Tokyo, la Française Margaux Pinot a été victime le week-end passé de violences conjugales de la part de son compagnon et ex-entraîneur Alain Schmitt. L'athlète a décrit aux enquêteurs une dispute qui a très, très mal tourné. Schmitt va être jugé en comparution immédiate.

", + "content": "Championne olympique de judo par équipes l'été dernier à Tokyo, la Française Margaux Pinot a été victime le week-end passé de violences conjugales de la part de son compagnon et ex-entraîneur Alain Schmitt. L'athlète a décrit aux enquêteurs une dispute qui a très, très mal tourné. Schmitt va être jugé en comparution immédiate.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/les-trois-quarts-des-enfants-ayant-pratique-un-sport-ont-subi-des-abus_AD-202111270088.html", + "link": "https://rmcsport.bfmtv.com/judo/judo-ce-que-margaux-pinot-a-raconte-aux-enqueteurs-apres-avoir-ete-victime-de-violences-conjugales_AN-202111300346.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 09:50:51 GMT", + "pubDate": "Tue, 30 Nov 2021 14:57:20 GMT", + "enclosure": "https://images.bfmtv.com/0NURDRu_AjsDUHZn7LF2O2Lvf1s=/6x111:2038x1254/800x0/images/Margaux-Pinot-1178535.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd75d6c54ca8289974668e1d060401f8" + "hash": "79f2b170d03192da1c0b252221043f5a" }, { - "title": "Biathlon: la Coupe du monde reprend, les JO dans le viseur", - "description": "A moins de trois mois des Jeux olympiques de Pékin, la saison de Coupe du monde de biathlon reprend ce samedi à Ostersund (Suède). Et les Français veulent briller.

", - "content": "A moins de trois mois des Jeux olympiques de Pékin, la saison de Coupe du monde de biathlon reprend ce samedi à Ostersund (Suède). Et les Français veulent briller.

", + "title": "OM: les envies de Sampaoli pour le mercato d’hiver", + "description": "Quatrième du classement en championnat, l’Olympique de Marseille effectue un début de saison solide, mais terni par l'élimination en Ligue Europa. Malgré un dernier mercato riche en arrivées, l’entraîneur Jorge Sampaoli espère que le club sera actif lors du mercato hivernal, comme il l’a affirmé ce mardi en conférence de presse.

", + "content": "Quatrième du classement en championnat, l’Olympique de Marseille effectue un début de saison solide, mais terni par l'élimination en Ligue Europa. Malgré un dernier mercato riche en arrivées, l’entraîneur Jorge Sampaoli espère que le club sera actif lors du mercato hivernal, comme il l’a affirmé ce mardi en conférence de presse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-la-coupe-du-monde-reprend-les-jo-dans-le-viseur_AD-202111270075.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/olympique-marseille/om-les-envies-de-sampaoli-pour-le-mercato-d-hiver_AV-202111300339.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 09:25:12 GMT", + "pubDate": "Tue, 30 Nov 2021 14:42:19 GMT", + "enclosure": "https://images.bfmtv.com/_5I6zXXscBfSH6BleqEjpcvCVPc=/0x129:2032x1272/800x0/images/Jorge-SAMPAOLI-1174514.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23a4a7220645bac11363339f0954860a" + "hash": "9c276107eb6a2b45d1fb84b49fca17ea" }, { - "title": "Top 14: retour aux affaires courantes après la période internationale", - "description": "Le Top 14 est de retour ce week-end, après les matchs internationaux. Le Stade Toulousain, leader, est privé de nombreux joueurs face à Brive ce samedi (21h05).

", - "content": "Le Top 14 est de retour ce week-end, après les matchs internationaux. Le Stade Toulousain, leader, est privé de nombreux joueurs face à Brive ce samedi (21h05).

", + "title": "OM: Kamara \"toujours en réflexion\" pour son avenir", + "description": "Boubacar Kamara s'est présenté ce mardi face à la presse à la veille du match de l'OM à Nantes lors de la 16e journée de Ligue 1. Le milieu marseillais a confirmé avoir digéré son transfert avorté lors du mercato estival mais n'a pas encore décidé de prolonger ou de quitter l'OM dans les prochains mois.

", + "content": "Boubacar Kamara s'est présenté ce mardi face à la presse à la veille du match de l'OM à Nantes lors de la 16e journée de Ligue 1. Le milieu marseillais a confirmé avoir digéré son transfert avorté lors du mercato estival mais n'a pas encore décidé de prolonger ou de quitter l'OM dans les prochains mois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-retour-aux-affaires-courantes-apres-la-periode-internationale_AD-202111270071.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-kamara-toujours-en-reflexion-pour-son-avenir_AV-202111300333.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 09:19:20 GMT", + "pubDate": "Tue, 30 Nov 2021 14:33:25 GMT", + "enclosure": "https://images.bfmtv.com/PpxTcy5d7RbsEyo5-EoD42pqCrQ=/0x0:2048x1152/800x0/images/Boubacar-Kamara-avec-l-OM-1178528.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8448d92796ca7f3d488f4495d9392896" + "hash": "3dcdf490190202e4867dee0304dc2339" }, { - "title": "Coupe Davis en direct: les Français s'inclinent face aux Britanniques", - "description": "Avec Mannarino et Rinderknech en simple, l’équipe de France s’est inclinée contre les Britanniques. Pour se qualifier en quarts de finale, les Bleus espèrent terminer parmi les meilleurs deuxièmes. Mais ça semble très compromis.

", - "content": "Avec Mannarino et Rinderknech en simple, l’équipe de France s’est inclinée contre les Britanniques. Pour se qualifier en quarts de finale, les Bleus espèrent terminer parmi les meilleurs deuxièmes. Mais ça semble très compromis.

", + "title": "PSG: Pochettino défend le 7e sacre de Messi au Ballon d'or", + "description": "S'il comprend les mécontentements, nombreux, exprimés après la remise du trophée à Lionel Messi, Mauricio Pochettino a estimé ce mardi que son compatriote méritait largement son 7e Ballon d'or individuel en carrière.

", + "content": "S'il comprend les mécontentements, nombreux, exprimés après la remise du trophée à Lionel Messi, Mauricio Pochettino a estimé ce mardi que son compatriote méritait largement son 7e Ballon d'or individuel en carrière.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-en-direct-les-francais-jouent-gros-face-aux-britanniques_LN-202111270063.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-defend-le-7e-sacre-de-messi-au-ballon-d-or_AV-202111300322.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 09:02:25 GMT", + "pubDate": "Tue, 30 Nov 2021 14:11:18 GMT", + "enclosure": "https://images.bfmtv.com/jOX3ZXohOn-RLZsNKV_kHd-37Os=/0x6:1200x681/800x0/images/Pochettino-et-Messi-1178513.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "379081f438fe74a53e0206bf923605d6" + "hash": "90e1f44f7837d57fb8ea5317ff7792e0" }, { - "title": "Mercato: Newcastle encore dans le flou, en raison d'une mesure contraignante", - "description": "Dans un premier temps en vigueur jusqu'au 30 novembre, l'interdiction en Premier League de nouer des accords commerciaux avec des entreprises liées aux propriétaires des clubs a été prolongée. Ce qui, comme rapporté par le Daily Mail, jette un froid sur Newcastle, sous pavillon saoudien, en vue du mercato hivernal.

", - "content": "Dans un premier temps en vigueur jusqu'au 30 novembre, l'interdiction en Premier League de nouer des accords commerciaux avec des entreprises liées aux propriétaires des clubs a été prolongée. Ce qui, comme rapporté par le Daily Mail, jette un froid sur Newcastle, sous pavillon saoudien, en vue du mercato hivernal.

", + "title": "Ligue 1 en direct: Troyes dénonce des \"propos racistes\" contre Suk face à l'OM", + "description": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", + "content": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-newcastle-encore-dans-le-flou-en-raison-d-une-mesure-contraignante_AV-202111270061.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 08:49:02 GMT", + "pubDate": "Mon, 29 Nov 2021 08:55:46 GMT", + "enclosure": "https://images.bfmtv.com/s8QpeRhbYtmX5j0kIwTWPpp-fpk=/14x191:2030x1325/800x0/images/Hyun-Jun-SUK-1178760.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5a351c67e03cc3d085016d714bab33b" + "hash": "150b74cadf957b2e2d138ce48e272827" }, { - "title": "Barça: les négociations pour la prolongation de Dembélé patinent", - "description": "Le Barça veut prolonger Ousmane Dembélé, dont le contrat se termine à la fin de la saison. Mais les négociations patinent selon Sport. Le volet financier pose problème.

", - "content": "Le Barça veut prolonger Ousmane Dembélé, dont le contrat se termine à la fin de la saison. Mais les négociations patinent selon Sport. Le volet financier pose problème.

", + "title": "PSG: pas de concurrence directe entre Ramos et Kimpembe, selon Pochettino", + "description": "Mauricio Pochettino s'est prononcé mardi sur ses intentions concernant la charnière centrale au PSG avec le retour bienvenu de Sergio Ramos, qui change forcément la donne.

", + "content": "Mauricio Pochettino s'est prononcé mardi sur ses intentions concernant la charnière centrale au PSG avec le retour bienvenu de Sergio Ramos, qui change forcément la donne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/barca-les-negociations-pour-la-prolongation-de-dembele-patinent_AV-202111270060.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pas-de-concurrence-directe-entre-ramos-et-kimpembe-selon-pochettino_AV-202111300317.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 08:47:51 GMT", + "pubDate": "Tue, 30 Nov 2021 13:58:30 GMT", + "enclosure": "https://images.bfmtv.com/XT35VVni4LgVYF9FkBnXJVPbOaY=/0x37:1200x712/800x0/images/Sergio-Ramos-1178510.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e44cc16b06b74c572881d763de261f53" + "hash": "37d1e22300dde71f19545815b7ed612f" }, { - "title": "Coupe Davis: défaite interdite pour les Bleus, face à la Grande-Bretagne", - "description": "L'équipe de France est sous pression pour son deuxième match de poule de Coupe Davis, ce samedi face à la Grande-Bretagne à Innsbruck (Autriche).

", - "content": "L'équipe de France est sous pression pour son deuxième match de poule de Coupe Davis, ce samedi face à la Grande-Bretagne à Innsbruck (Autriche).

", + "title": "Mercato: Torres, Adeyemi, Coutinho... le Barça pourrait bouger cet hiver", + "description": "Après un début de saison compliqué, le FC Barcelone compterait être actif lors du prochain mercato d’hiver selon la presse espagnole. Pour améliorer l’effectif, les dirigeants du club catalan auraient dans leur viseur de nombreux joueurs offensifs. Quelques départs, comme celui de Philippe Coutinho, sont également espérés.

", + "content": "Après un début de saison compliqué, le FC Barcelone compterait être actif lors du prochain mercato d’hiver selon la presse espagnole. Pour améliorer l’effectif, les dirigeants du club catalan auraient dans leur viseur de nombreux joueurs offensifs. Quelques départs, comme celui de Philippe Coutinho, sont également espérés.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-defaite-interdite-pour-les-bleus-face-a-la-grande-bretagne_AD-202111270057.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-torres-adeyemi-coutinho-le-barca-pourrait-bouger-cet-hiver_AV-202111300312.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 08:42:16 GMT", + "pubDate": "Tue, 30 Nov 2021 13:45:54 GMT", + "enclosure": "https://images.bfmtv.com/RsCUY1oMht5tsb_rORtVq2bbcXw=/12x0:1532x855/800x0/images/Ferran-Torres-est-cible-par-le-Barca-1176247.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ffda0e53416292bd45e7f875a79bcb5" + "hash": "032545fcfebdd512be14cb6f3f8e63ef" }, { - "title": "La WTA \"demeure profondément inquiète\" pour la joueuse chinoise Peng Shuai", - "description": "Steve Simon, le président de la WTA, reste très inquiet pour la joueuse chinoise Peng Shuai. Avant de réapparaitre le week-end dernier dans des images diffusées par les médias d’Etat, elle était restée invisible pendant plusieurs semaines après avoir accusé de viol un haut dirigeant chinois.

", - "content": "Steve Simon, le président de la WTA, reste très inquiet pour la joueuse chinoise Peng Shuai. Avant de réapparaitre le week-end dernier dans des images diffusées par les médias d’Etat, elle était restée invisible pendant plusieurs semaines après avoir accusé de viol un haut dirigeant chinois.

", + "title": "Racing: Nyakane espéré rapidement, Tafili en contacts avancés", + "description": "Le pilier droit toulousain, Paulo Tafili, est en discussions avancés avec le Racing 92 qui cherche à se renforcer à ce poste pour la saison prochaine mais aussi à plus court terme. L’international sud-africain, Trevor Nyakane, est espéré dans les jours à venir alors que l’arrivée du deuxième ligne namibien Anton Bresler est bouclée.\n

", + "content": "Le pilier droit toulousain, Paulo Tafili, est en discussions avancés avec le Racing 92 qui cherche à se renforcer à ce poste pour la saison prochaine mais aussi à plus court terme. L’international sud-africain, Trevor Nyakane, est espéré dans les jours à venir alors que l’arrivée du deuxième ligne namibien Anton Bresler est bouclée.\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/wta/la-wta-demeure-profondement-inquiete-pour-la-joueuse-chinoise-peng-shuai_AD-202111270054.html", + "link": "https://rmcsport.bfmtv.com/rugby/racing-nyakane-espere-rapidement-tafili-en-contacts-avances_AV-202111300303.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 08:35:01 GMT", + "pubDate": "Tue, 30 Nov 2021 13:38:38 GMT", + "enclosure": "https://images.bfmtv.com/oPKOUmnf31VVqbExLJuMTLYNRFg=/0x0:1200x675/800x0/images/Trevor-Nyakane-1178500.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b03c91c2cdace8b67ee84e5aaf0dc6dd" + "hash": "e9cedced2c96a579335046549830d50c" }, { - "title": "Manchester United: l'option ten Hag privilégiée en cas d'échec avec Pochettino", - "description": "Selon le Daily Mail, Manchester United étudierait la piste Erik ten Hag en cas de refus ou d'échec des négociations avec Mauricio Pochettino pour occuper le poste d’entraîneur la saison prochaine.

", - "content": "Selon le Daily Mail, Manchester United étudierait la piste Erik ten Hag en cas de refus ou d'échec des négociations avec Mauricio Pochettino pour occuper le poste d’entraîneur la saison prochaine.

", + "title": "Coupe du monde 2022: Bielsa affiche ses inquiétudes pour \"l’avenir du football professionnel\"", + "description": "L’organisation de la Coupe du monde 2022 en hiver est loin de satisfaire tout le monde. Ce lundi en conférence de presse, l’entraîneur de Leeds, Marcelo Bielsa, a dénoncé le rythme que les instances veulent imposer aux joueurs, tout en affichant ses craintes pour l’avenir de ce sport.

", + "content": "L’organisation de la Coupe du monde 2022 en hiver est loin de satisfaire tout le monde. Ce lundi en conférence de presse, l’entraîneur de Leeds, Marcelo Bielsa, a dénoncé le rythme que les instances veulent imposer aux joueurs, tout en affichant ses craintes pour l’avenir de ce sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-l-option-ten-hag-privilegiee-en-cas-d-echec-avec-pochettino_AV-202111270041.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-bielsa-affiche-ses-inquietudes-pour-l-avenir-du-football-professionnel_AV-202111300298.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 07:38:11 GMT", + "pubDate": "Tue, 30 Nov 2021 13:17:17 GMT", + "enclosure": "https://images.bfmtv.com/5NhUSBMWB9ZklNSZRt1PQeZMRLk=/0x124:2000x1249/800x0/images/Marcelo-Bielsa-Leeds-1017302.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30bb7bae61c455c5a56a5938c8bcef1a" + "hash": "57328d548aa0693e435212b328165e9c" }, { - "title": "Liga: l'improbable but gag de Bilbao contre Grenade", - "description": "L'Athletic Bilbao a sauvé le point du match nul face à Grenade (2-2), grâce à un but improbable en seconde période marqué contre son camp par Luis Maximiano, vendredi en ouverture de la 15e journée de Liga.

", - "content": "L'Athletic Bilbao a sauvé le point du match nul face à Grenade (2-2), grâce à un but improbable en seconde période marqué contre son camp par Luis Maximiano, vendredi en ouverture de la 15e journée de Liga.

", + "title": "PSG-Nice: Messi incertain pour des symptômes de gastro-entérite", + "description": "Lionel Messi n'a pas participé à l'entraînement collectif du Paris Saint-Germain ce mardi, à la veille du match face à l'OGC Nice, au Parc des Princes (mercredi à 21h). L'Argentin, qui a soulevé son 7e Ballon d'or lundi soir, est souffrant.

", + "content": "Lionel Messi n'a pas participé à l'entraînement collectif du Paris Saint-Germain ce mardi, à la veille du match face à l'OGC Nice, au Parc des Princes (mercredi à 21h). L'Argentin, qui a soulevé son 7e Ballon d'or lundi soir, est souffrant.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/liga-l-improbable-but-gag-de-bilbao-contre-grenade_AV-202111270036.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-nice-messi-incertain-pour-des-symptomes-de-gastro-enterite_AV-202111300295.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 07:15:50 GMT", + "pubDate": "Tue, 30 Nov 2021 13:07:22 GMT", + "enclosure": "https://images.bfmtv.com/LYwD6tooatVlv9SicDaUDfOdNH4=/0x0:1200x675/800x0/images/Lionel-Messi-1178484.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b5bd8e9c85638b368155599e4a13310" + "hash": "9840d2e36f93da76901ee9629faa539c" }, { - "title": "NBA: LeBron James mis à l'amende pour une célébration \"obscène\"", - "description": "LeBron James a écopé vendredi d'une amende de 15.000 dollars pour \"geste obscène\", deux jours après la victoire des Los Angeles Lakers face à Indiana.

", - "content": "LeBron James a écopé vendredi d'une amende de 15.000 dollars pour \"geste obscène\", deux jours après la victoire des Los Angeles Lakers face à Indiana.

", + "title": "PSG: Messi va présenter son Ballon d’or dès mercredi face à Nice", + "description": "Selon les informations de RMC Sport, le PSG va présenter le Ballon d’or de Lionel Messi au Parc des Princes dès ce mercredi lors de la réception de Nice (21h, 16e journée de Ligue 1), tout en réfléchissant à un évènement plus important le 12 décembre.

", + "content": "Selon les informations de RMC Sport, le PSG va présenter le Ballon d’or de Lionel Messi au Parc des Princes dès ce mercredi lors de la réception de Nice (21h, 16e journée de Ligue 1), tout en réfléchissant à un évènement plus important le 12 décembre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-le-bron-james-mis-a-l-amende-pour-une-celebration-obscene_AD-202111270028.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-pourrait-presenter-son-ballon-d-or-des-mercredi-face-a-nice_AV-202111300291.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 06:33:09 GMT", + "pubDate": "Tue, 30 Nov 2021 12:59:26 GMT", + "enclosure": "https://images.bfmtv.com/azCw8pTgANT-XAUy6AX_i3s5FWs=/4x78:1444x888/800x0/images/Lionel-Messi-et-Luis-Suarez-1178476.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f728589157d63f4287021176e991309d" + "hash": "897c7d6aa72f0846bdb1fe5419fff895" }, { - "title": "Serie A: perquisitions de la brigade financière à la Juve, Agnelli et Nedved visés", - "description": "La presse italienne annonce ce vendredi que la Juventus a fait l'objet de perquisitions de la part de la brigade financière. Plusieurs dirigeants, dont Andrea Agnelli, Pavel Nedved et Fabio Paratici, sont visés par une enquête.

", - "content": "La presse italienne annonce ce vendredi que la Juventus a fait l'objet de perquisitions de la part de la brigade financière. Plusieurs dirigeants, dont Andrea Agnelli, Pavel Nedved et Fabio Paratici, sont visés par une enquête.

", + "title": "OL: les mesures prises et réclamées par Lyon après les incidents face à l'OM", + "description": "Une dizaine de jours après les incidents qui ont entraîné l’arrêt de son match face à l’OM en Ligue 1, l’OL a publié ce mardi un communiqué pour défendre sa position. Les Gones réclament de nouvelles règles et un protocole de sécurité validé par les instances, afin d’améliorer la situation dans les stades français.

", + "content": "Une dizaine de jours après les incidents qui ont entraîné l’arrêt de son match face à l’OM en Ligue 1, l’OL a publié ce mardi un communiqué pour défendre sa position. Les Gones réclament de nouvelles règles et un protocole de sécurité validé par les instances, afin d’améliorer la situation dans les stades français.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-perquisitions-de-la-brigade-financiere-a-la-juve-agnelli-et-nedved-vises_AV-202111260594.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-les-mesures-prises-et-reclamees-par-lyon-apres-les-incidents-face-a-l-om_AV-202111300289.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 23:50:51 GMT", + "pubDate": "Tue, 30 Nov 2021 12:58:58 GMT", + "enclosure": "https://images.bfmtv.com/HUIle36ERb8WjXM7JbTN-xOU1oY=/0x212:2048x1364/800x0/images/Dimitri-Payet-au-sol-lors-d-OL-OM-1173034.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df6933885f63e633a7150ce70beb18f0" + "hash": "41ce59367769c7dd7e707cd69b6c4c14" }, { - "title": "Ligue 1 en direct: quatre forfaits au PSG avant Saint-Etienne", - "description": "La 15e journée de Ligue 1 débute ce vendredi soir avec un match Lens-Angers, avant des rencontres ASSE-PSG, Montpellier-OL ou OM-Troyes durant le week-end. Suivez toutes les principales informations liées au championnat de France dans le direct de RMC Sport.

", - "content": "La 15e journée de Ligue 1 débute ce vendredi soir avec un match Lens-Angers, avant des rencontres ASSE-PSG, Montpellier-OL ou OM-Troyes durant le week-end. Suivez toutes les principales informations liées au championnat de France dans le direct de RMC Sport.

", + "title": "OM: les mots forts du président Macron pour Eyraud", + "description": "Emmanuel Macron a remis lundi la Légion d’honneur à Jacques-Henri Eyraud. Le président de la République a salué le travail de l’ancien président de l’OM et en a aussi profité pour plaisanter avec Kylian Mbappé sur le club phocéen.

", + "content": "Emmanuel Macron a remis lundi la Légion d’honneur à Jacques-Henri Eyraud. Le président de la République a salué le travail de l’ancien président de l’OM et en a aussi profité pour plaisanter avec Kylian Mbappé sur le club phocéen.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-principales-infos-et-declas-de-la-15e-journee_LN-202111260161.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-les-mots-forts-du-president-macron-pour-eyraud_AV-202111300284.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 08:32:24 GMT", + "pubDate": "Tue, 30 Nov 2021 12:54:41 GMT", + "enclosure": "https://images.bfmtv.com/hZaFvoR9EdeB1RmLJJsi-wY37wQ=/0x212:2048x1364/800x0/images/Emmanuel-Macron-au-palais-de-l-Elysee-1178474.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b5c4f67abd08de4ad52de088b09f71a" + "hash": "f1650498530631d979a5863337b25610" }, { - "title": "PSG: Marco Verratti absent plusieurs semaines ?", - "description": "Selon L’Equipe, le milieu de terrain du PSG, Marco Verratti, blessé aux quadriceps, devrait être absent des terrains durant trois semaines.

", - "content": "Selon L’Equipe, le milieu de terrain du PSG, Marco Verratti, blessé aux quadriceps, devrait être absent des terrains durant trois semaines.

", + "title": "\"A Doha, ils veulent Zidane comme entraîneur du PSG\" selon Fred Hermel", + "description": "Selon Fred Hermel, spécialiste du foot espagnol pour RMC Sport et biographe de Zinedine Zidane, le technicien français a bien été sondé par Doha pour éventuellement remplacer Mauricio Pochettino sur le banc du PSG. Mais Zizou n'a pas échangé avec Leonardo et n'est pas intéressé pour l'instant.

", + "content": "Selon Fred Hermel, spécialiste du foot espagnol pour RMC Sport et biographe de Zinedine Zidane, le technicien français a bien été sondé par Doha pour éventuellement remplacer Mauricio Pochettino sur le banc du PSG. Mais Zizou n'a pas échangé avec Leonardo et n'est pas intéressé pour l'instant.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-marco-verratti-absent-plusieurs-semaines_AV-202111250658.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/a-doha-ils-veulent-zidane-comme-entraineur-du-psg-selon-fred-hermel_AV-202111290502.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 22:59:36 GMT", + "pubDate": "Mon, 29 Nov 2021 18:38:48 GMT", + "enclosure": "https://images.bfmtv.com/h7eB9lWq2UpSgKSaxe4PMiLmEBA=/0x39:2048x1191/800x0/images/Zinedine-Zidane-1177940.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3bf9cca30c29f5a331c50c13bbaac2e" + "hash": "5167f6085f9f26d7f39353bc306332fc" }, { - "title": "Brondby-OL: Cherki savoure son superbe doublé", - "description": "Lyon a poursuivi son parcours sans-faute en Ligue Europa en alignant ce jeudi une cinquième victoire de rang à Brondby (1-3). Un succès qui porte le sceau de Rayan Cherki, auteur d’un doublé et qui a remis en selle les siens alors que l’OL était mené.

", - "content": "Lyon a poursuivi son parcours sans-faute en Ligue Europa en alignant ce jeudi une cinquième victoire de rang à Brondby (1-3). Un succès qui porte le sceau de Rayan Cherki, auteur d’un doublé et qui a remis en selle les siens alors que l’OL était mené.

", + "title": "Ballon d'or: Cristiano Ronaldo clashe l'organisation avec une énorme colère", + "description": "Absent de la cérémonie du Ballon d'or ce lundi soir à Paris, le quintuple vainqueur Cristiano Ronaldo a publié un message incendiaire contre l'organisation.

", + "content": "Absent de la cérémonie du Ballon d'or ce lundi soir à Paris, le quintuple vainqueur Cristiano Ronaldo a publié un message incendiaire contre l'organisation.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/brondby-ol-cherki-savoure-son-superbe-double_AV-202111250657.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/ballon-d-or-cristiano-ronaldo-clashe-l-organisation-en-piquant-une-enorme-colere_AV-202111290501.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 22:54:33 GMT", + "pubDate": "Mon, 29 Nov 2021 18:35:43 GMT", + "enclosure": "https://images.bfmtv.com/Ja9F_UoCOZ8lqZy0MNaVeRqVeeQ=/0x0:2048x1152/800x0/images/Cristiano-Ronaldo-depite-apres-Portugal-Serbie-1-2-1167324.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f054dc459bc733d6453c6aed76f9cac1" + "hash": "f3da5217d05658b4a022be0e928270c8" }, { - "title": "OM: \"On doit grandir\", l'avertissement de Sampaoli après l’élimination en Ligue Europa", - "description": "L’entraîneur de l’Olympique de Marseille, Jorge Sampaoli, était déçu après la défaite face à Galatasaray (4-2), synonyme d’élimination en Ligue Europa. L'Argentin estime que son groupe n'est pas assez mature.

", - "content": "L’entraîneur de l’Olympique de Marseille, Jorge Sampaoli, était déçu après la défaite face à Galatasaray (4-2), synonyme d’élimination en Ligue Europa. L'Argentin estime que son groupe n'est pas assez mature.

", + "title": "Rachat du FC Nantes: des supporters nantais fustigent l’association \"A la Nantaise\"", + "description": "Sur fond de tentative pour racheter le FC Nantes, des supporters nantais ont dénoncé ce lundi la volonté de l'association \"A la Nantaise\" de créer une société.

", + "content": "Sur fond de tentative pour racheter le FC Nantes, des supporters nantais ont dénoncé ce lundi la volonté de l'association \"A la Nantaise\" de créer une société.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/om-on-doit-grandir-l-avertissement-de-sampaoli-apres-l-elimination-en-ligue-europa_AV-202111250646.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/rachat-du-fc-nantes-des-supporters-nantais-fustigent-l-association-a-la-nantaise_AV-202111290473.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 22:24:57 GMT", + "pubDate": "Mon, 29 Nov 2021 17:59:15 GMT", + "enclosure": "https://images.bfmtv.com/waf2_2EfK1sArgu-Y4nZlxl10zk=/0x106:2048x1258/800x0/images/Des-supporters-de-Nantes-1134141.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c45765a1602b4120176d0ff8c1b08c3" + "hash": "6cd71f4bfc6c5e9f52dcd446336e8af9" }, { - "title": "Ligue Europa: déjà qualifié, l’OL plane toujours grâce à Cherki", - "description": "Déjà qualifié pour les 8emes de finale, l’Olympique Lyonnais a signé sa cinquième victoire en autant de match en Ligue Europa sur la pelouse de Bröndby, battu 3-1 ce jeudi soir. Les Gones peuvent remercier leur jeune crack Rayan Cherki, auteur d’un somptueux doublé en deuxième période.

", - "content": "Déjà qualifié pour les 8emes de finale, l’Olympique Lyonnais a signé sa cinquième victoire en autant de match en Ligue Europa sur la pelouse de Bröndby, battu 3-1 ce jeudi soir. Les Gones peuvent remercier leur jeune crack Rayan Cherki, auteur d’un somptueux doublé en deuxième période.

", + "title": "Bruno Martini, nouveau président de la LNH: \"Je n’ai pas coupé le cordon\"", + "description": "Bruno Martini est devenu ce lundi le 5e président de l’histoire de la Ligue nationale de handball (LNH). Il succède à David Tebib, président de l’USAM Nîmes qui assurait l’intérim depuis le départ en 2020 d’Olivier Girault, qui avait tenté de briguer la présidence de la Fédération. Manager général du PSG Handball pendant plus de 10 ans, il avait quitté ses fonctions en janvier 2021 pour rejoindre le monde de l’e-sport et la Team Vitality, une des plus grosses équipes européennes. Démarché pour reprendre les rênes de la Ligue, Bruno Martini, double champion du monde avec la France, n’a pas longtemps hésité. Le handball, c’est sa vie.

", + "content": "Bruno Martini est devenu ce lundi le 5e président de l’histoire de la Ligue nationale de handball (LNH). Il succède à David Tebib, président de l’USAM Nîmes qui assurait l’intérim depuis le départ en 2020 d’Olivier Girault, qui avait tenté de briguer la présidence de la Fédération. Manager général du PSG Handball pendant plus de 10 ans, il avait quitté ses fonctions en janvier 2021 pour rejoindre le monde de l’e-sport et la Team Vitality, une des plus grosses équipes européennes. Démarché pour reprendre les rênes de la Ligue, Bruno Martini, double champion du monde avec la France, n’a pas longtemps hésité. Le handball, c’est sa vie.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-deja-qualifie-l-ol-plane-toujours-grace-a-cherki_AV-202111250634.html", + "link": "https://rmcsport.bfmtv.com/handball/bruno-martini-nouveau-president-de-la-lnh-je-n-ai-pas-coupe-le-cordon_AN-202111290463.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 22:03:26 GMT", + "pubDate": "Mon, 29 Nov 2021 17:45:41 GMT", + "enclosure": "https://images.bfmtv.com/T85nAjmwOshuDWyJF6YfSopBI1M=/0x0:1648x927/800x0/images/Bruno-Martini-nouveau-president-de-la-LNH-1177948.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "96bd0d9f14bf6e0a7fb1548a1c6c5b4a" + "hash": "5972108f5244e1c14101aa01c8961760" }, { - "title": "Europa Conference League: Tottenham en danger, Conte critique ses joueurs", - "description": "Battus par les Slovènes de Mura (2-1) ce jeudi, les Spurs n'ont pas leur destin en main avant la dernière journée de la phase de poules de l'Europa Conference League. Virtuellement éliminés, ils n'ont pas échappé aux critiques de leur nouvel entraîneur Antonio Conte.

", - "content": "Battus par les Slovènes de Mura (2-1) ce jeudi, les Spurs n'ont pas leur destin en main avant la dernière journée de la phase de poules de l'Europa Conference League. Virtuellement éliminés, ils n'ont pas échappé aux critiques de leur nouvel entraîneur Antonio Conte.

", + "title": "Prix Puskas: pourquoi l'incroyable but de Khazri n’est pas dans la sélection", + "description": "La Fifa a dévoilé ce lundi les onze nommés pour le prix Puskas 2021. Une sélection dans laquelle ne figure pas le but de Wahbi Khazri, auteur d’un lob exceptionnel le mois dernier en Ligue 1. Une histoire de timing.

", + "content": "La Fifa a dévoilé ce lundi les onze nommés pour le prix Puskas 2021. Une sélection dans laquelle ne figure pas le but de Wahbi Khazri, auteur d’un lob exceptionnel le mois dernier en Ligue 1. Une histoire de timing.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/europa-conference-league-tottenham-en-danger-conte-critique-ses-joueurs_AV-202111250631.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/prix-puskas-pourquoi-l-incroyable-but-de-khazri-n-est-pas-dans-la-selection_AV-202111290449.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 21:58:49 GMT", + "pubDate": "Mon, 29 Nov 2021 17:25:38 GMT", + "enclosure": "https://images.bfmtv.com/mdl4oTXobNBqiGTxOJOGyNVPdVU=/14x0:2046x1143/800x0/images/Wahbi-KHAZRI-1157343.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c27b60a88c0d0ea596aa0791a91c0b6d" + "hash": "3cf0f2546a6a6ca0c4bbaaccad045dcf" }, { - "title": "Monaco-Real Sociedad: une victoire et une qualification pour l’ASM", - "description": "Monaco a poursuivi ce jeudi son excellent parcours en Ligue Europa en disposant de la Real Sociedad (2-1) à Louis-II, lors de la 5e journée. Assurés d’achever la phase de poules à la première place, les coéquipiers de Wissam Ben Yedder sont qualifiés pour les 8es de finale.

", - "content": "Monaco a poursuivi ce jeudi son excellent parcours en Ligue Europa en disposant de la Real Sociedad (2-1) à Louis-II, lors de la 5e journée. Assurés d’achever la phase de poules à la première place, les coéquipiers de Wissam Ben Yedder sont qualifiés pour les 8es de finale.

", + "title": "Clermont : Morgan Parra ne restera pas", + "description": "INFO RMC SPORT. Le demi de mêlée international de Clermont Morgan Parra, en fin de contrat, quittera le club auvergnat en fin de saison.

", + "content": "INFO RMC SPORT. Le demi de mêlée international de Clermont Morgan Parra, en fin de contrat, quittera le club auvergnat en fin de saison.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/monaco-real-sociedad-une-victoire-et-une-qualification-pour-l-asm_AN-202111250628.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/clermont-morgan-parra-ne-restera-pas_AV-202111290443.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 21:56:28 GMT", + "pubDate": "Mon, 29 Nov 2021 17:22:01 GMT", + "enclosure": "https://images.bfmtv.com/BxWEkBb7pkeQb1P7gz3Lin1G8cc=/0x0:768x432/800x0/images/Le-demi-de-melee-clermontois-Morgan-Parra-lors-du-quart-de-finale-de-la-Coupe-d-Europe-a-domicile-contre-le-Stade-Toulousain-le-11-avril-2021-au-stade-Marcel-Michelin-1005050.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d8327ca2ce14501fbc2e19060a71e6c8" + "hash": "74386a867990aab5d6b6df0ab44934bb" }, { - "title": "Rennes: \"Je suis fâché\", Genesio tacle ses joueurs malgré la qualification", - "description": "En dépit de la qualification du Stade Rennais pour les 8emes de finale de l’Europa Conference League, l’entraîneur breton Bruno Genesio n’a pas aimé du tout l’attitude de ses joueurs, tenus en échec par le Vitesse Arnhem (3-3) après avoir mené deux fois au score.

", - "content": "En dépit de la qualification du Stade Rennais pour les 8emes de finale de l’Europa Conference League, l’entraîneur breton Bruno Genesio n’a pas aimé du tout l’attitude de ses joueurs, tenus en échec par le Vitesse Arnhem (3-3) après avoir mené deux fois au score.

", + "title": "LOU: Bastareaud se laisse un temps de réflexion avant son opération", + "description": "Victime d’une rupture du tendon quadricipital des deux genoux le week-end dernier, Mathieu Bastareaud n’a pas tranché sur la suite qu’il envisageait de donner à sa carrière après ce nouveau coup dur.

", + "content": "Victime d’une rupture du tendon quadricipital des deux genoux le week-end dernier, Mathieu Bastareaud n’a pas tranché sur la suite qu’il envisageait de donner à sa carrière après ce nouveau coup dur.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/rennes-je-suis-fache-genesio-tacle-ses-joueurs-malgre-la-qualification_AV-202111250602.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/lou-bastareaud-se-laisse-un-temps-de-reflexion-avant-son-operation_AV-202111290423.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 21:10:58 GMT", + "pubDate": "Mon, 29 Nov 2021 16:56:37 GMT", + "enclosure": "https://images.bfmtv.com/VifGBdMzcm3KLr31gsDjrOB3EVc=/4x57:1044x642/800x0/images/-861700.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f62fec89d4768d7417e2f92bf46a1d9" + "hash": "7499c3f4d3b1949ba16ecb3e61897dc8" }, { - "title": "OM: Guendouzi reconnaît une \"énorme déception\" après l'élimination en Ligue Europa", - "description": "Au micro de RMC Sport, Mattéo Guendouzi a confié sa frustration après la défaite de l'OM jeudi contre Galatasaray (4-2), synonyme pour son équipe d'élimination en Ligue Europa. Il promet une réaction dès dimanche en championnat.

", - "content": "Au micro de RMC Sport, Mattéo Guendouzi a confié sa frustration après la défaite de l'OM jeudi contre Galatasaray (4-2), synonyme pour son équipe d'élimination en Ligue Europa. Il promet une réaction dès dimanche en championnat.

", + "title": "PSG: un Ballon d'or de Messi pourrait-il rapporter gros à Paris?", + "description": "Si aucune prime n’est versée au lauréat du Ballon d'or, le coup de boost économique est tout de même énorme d'un point de vue individuel. C'est moins le cas pour le club du grand vainqueur. Qui pourrait être le PSG en cas de nouveau sacre de Lionel Messi.

", + "content": "Si aucune prime n’est versée au lauréat du Ballon d'or, le coup de boost économique est tout de même énorme d'un point de vue individuel. C'est moins le cas pour le club du grand vainqueur. Qui pourrait être le PSG en cas de nouveau sacre de Lionel Messi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/om-guendouzi-reconnait-une-enorme-deception-apres-l-elimination-en-ligue-europa_AV-202111250598.html", + "link": "https://rmcsport.bfmtv.com/football/psg-un-ballon-d-or-de-messi-pourrait-il-rapporter-gros-a-paris_AV-202111290419.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 21:08:44 GMT", + "pubDate": "Mon, 29 Nov 2021 16:50:56 GMT", + "enclosure": "https://images.bfmtv.com/qPS4MLS3TX69YKLC-_AWuNclTo4=/0x44:2032x1187/800x0/images/Lionel-Messi-avec-le-Ballon-d-or-2019-1177857.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22b115f89cad8c4cb3a84d8dea5e622d" + "hash": "f36d463fc43017c3db723467bc63cb92" }, { - "title": "Coupe Davis: Alcaraz positif au Covid-19 et forfait pour la phase finale", - "description": "Le jeune espagnol Carlos Alcaraz a été testé positif au Covid-19 et est ainsi contraint de déclarer forfait pour la phase finale de la Coupe Davis, qui a débuté jeudi entre Madrid, Innsbruck (Autriche) et Turin (Italie), a annoncé le joueur sur les réseaux sociaux jeudi.

", - "content": "Le jeune espagnol Carlos Alcaraz a été testé positif au Covid-19 et est ainsi contraint de déclarer forfait pour la phase finale de la Coupe Davis, qui a débuté jeudi entre Madrid, Innsbruck (Autriche) et Turin (Italie), a annoncé le joueur sur les réseaux sociaux jeudi.

", + "title": "Ballon d’or 2021: deux trophées supplémentaires décernés", + "description": "La 65e édition du Ballon d’or va se dérouler ce lundi au théâtre du Châtelet de Paris. L’occasion de découvrir le nom du lauréat 2021. Deux nouveaux trophées seront également attribués durant la soirée.

", + "content": "La 65e édition du Ballon d’or va se dérouler ce lundi au théâtre du Châtelet de Paris. L’occasion de découvrir le nom du lauréat 2021. Deux nouveaux trophées seront également attribués durant la soirée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-alcaraz-positif-au-covid-19-et-forfait-pour-la-phase-finale_AD-202111250588.html", + "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-2021-deux-trophees-supplementaires-decernes_AV-202111290409.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 20:46:58 GMT", + "pubDate": "Mon, 29 Nov 2021 16:37:27 GMT", + "enclosure": "https://images.bfmtv.com/Pr62-2q5RhJfC6YqIBHiQugQNyc=/0x33:2048x1185/800x0/images/Le-Ballon-d-or-1177365.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0bbecb7c417850068e545c54eaae551a" + "hash": "64eac1959a5238db4b60e5716124dd76" }, { - "title": "Coupe Davis: \"Je ne suis pas au niveau\", regrette Gasquet", - "description": "Richard Gasquet, sélectionné en équipe de France de Coupe Davis pour son expérience, a regretté de ne pas avoir eu \"le niveau\", après sa défaite dans le premier match contre la République tchèque, jeudi à Innsbruck ; face à Tomas Machac.

", - "content": "Richard Gasquet, sélectionné en équipe de France de Coupe Davis pour son expérience, a regretté de ne pas avoir eu \"le niveau\", après sa défaite dans le premier match contre la République tchèque, jeudi à Innsbruck ; face à Tomas Machac.

", + "title": "Ballon d'or 2021: Alves suggère d'offrir la récompense à Eriksen, \"car la vie est plus importante que le foot\"", + "description": "Dans un plaidoyer émouvant, le Barcelonais Daniel Alves a estimé que le Ballon d'or devrait être remis cette année au Danois Christian Eriksen, qui a frôlé la mort lors du dernier Euro.

", + "content": "Dans un plaidoyer émouvant, le Barcelonais Daniel Alves a estimé que le Ballon d'or devrait être remis cette année au Danois Christian Eriksen, qui a frôlé la mort lors du dernier Euro.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-je-ne-suis-pas-au-niveau-regrette-gasquet_AD-202111250575.html", + "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-2021-alves-suggere-d-offrir-la-recompense-a-eriksen-car-la-vie-est-plus-importante-que-le-foot_AV-202111290403.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 20:25:18 GMT", + "pubDate": "Mon, 29 Nov 2021 16:34:50 GMT", + "enclosure": "https://images.bfmtv.com/QD0HqwLYIyps8PB0OOulryi5FgU=/0x0:1200x675/800x0/images/Daniel-Alves-1177845.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb4b33901772cf1904c723a74f6c921e" + "hash": "b2fa1552e8eb5ae0262c11682c912653" }, { - "title": "Europa Conference League: Laborde et Mura envoient le Stade Rennais en huitièmes", - "description": "Grâce à un triplé de son buteur Gaëtan Laborde mais aussi à la victoire surprise de Mura face à Tottenham (2-1), le Stade Rennais, pourtant tenu en échec par le Vitesse Arnhem 3-3 au Roazhon Park, décroche son ticket pour les 8emes de finale de l’Europa Conference League.

", - "content": "Grâce à un triplé de son buteur Gaëtan Laborde mais aussi à la victoire surprise de Mura face à Tottenham (2-1), le Stade Rennais, pourtant tenu en échec par le Vitesse Arnhem 3-3 au Roazhon Park, décroche son ticket pour les 8emes de finale de l’Europa Conference League.

", + "title": "The Best: la Fifa rattrape sa boulette avec Edouard Mendy", + "description": "La Fifa a publié ce lundi un nouveau visuel des gardiens nommés pour ses trophées The Best. Et cette fois, le Sénégalais Edouard Mendy est bien vêtu du maillot de son équipe nationale.

", + "content": "La Fifa a publié ce lundi un nouveau visuel des gardiens nommés pour ses trophées The Best. Et cette fois, le Sénégalais Edouard Mendy est bien vêtu du maillot de son équipe nationale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/europa-conference-league-laborde-et-mura-envoient-le-stade-rennais-en-huitiemes_AV-202111250558.html", + "link": "https://rmcsport.bfmtv.com/football/the-best-la-fifa-rattrape-sa-boulette-avec-edouard-mendy_AV-202111290389.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 19:56:13 GMT", + "pubDate": "Mon, 29 Nov 2021 16:17:27 GMT", + "enclosure": "https://images.bfmtv.com/zlNDmwq2xsKh6btZv47GFApUJmU=/0x92:2048x1244/800x0/images/Edouard-Mendy-1177817.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ddc03c67f48312a18b5903ab9b83bb49" + "hash": "ae95114384c07be69d3fbf99f2bc3210" }, { - "title": "VIDEO. Galatasaray-OM: Marseille coule en Turquie et sort de la Ligue Europa", - "description": "Sèchement battu par Galatasaray (4-2) ce jeudi soir à Istanbul, Marseille est éliminé de la Ligue Europa avant même la dernière journée de la phase de groupes. Le club phocéen tentera de limiter la casse en rejoignant la Ligue Europa Conference.

", - "content": "Sèchement battu par Galatasaray (4-2) ce jeudi soir à Istanbul, Marseille est éliminé de la Ligue Europa avant même la dernière journée de la phase de groupes. Le club phocéen tentera de limiter la casse en rejoignant la Ligue Europa Conference.

", + "title": "Top 14: le terrible verdict est tombé pour Bastareaud", + "description": "Evacué sur civière et sorti en larmes samedi, lors de la défaite du LOU à Toulon, Mathieu Bastareaud souffre bien d’une rupture du tendon quadricipal des deux genoux. Une blessure rare qui va le mettre à l’arrêt pendant six mois et qui pose la question de la suite de sa carrière.

", + "content": "Evacué sur civière et sorti en larmes samedi, lors de la défaite du LOU à Toulon, Mathieu Bastareaud souffre bien d’une rupture du tendon quadricipal des deux genoux. Une blessure rare qui va le mettre à l’arrêt pendant six mois et qui pose la question de la suite de sa carrière.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/video-galatasaray-om-marseille-coule-en-turquie-et-sort-de-la-ligue-europa_AN-202111250551.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14-le-terrible-verdict-est-tombe-pour-bastareaud_AV-202111290372.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 19:48:37 GMT", + "pubDate": "Mon, 29 Nov 2021 15:44:24 GMT", + "enclosure": "https://images.bfmtv.com/c6HYWzby3eUD1E2U0niImRmXz9A=/0x39:768x471/800x0/images/Mathieu-Bastareaud-evacue-du-terrain-sur-civiere-apres-s-etre-blesse-sur-le-terrain-de-Toulon-le-27-novembre-2021-1176826.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87cce5d5a5e377bd6d78b43c7f684846" + "hash": "ad6aa91525f75ccd3363970e58f16c3b" }, { - "title": "Brondby-OL: Cherki, Keita, Lukeba… Bosz fait confiance aux espoirs lyonnais", - "description": "Déjà assuré de terminer à la première place de son groupe, et par conséquent d'être qualifié pour les 8es de finale de la Ligue Europa, l’OL présente une équipe fortement remaniée pour son déplacement à Brondby, ce jeudi, lors de la 5e journée de Ligue Europa (sur RMC Sport 1).

", - "content": "Déjà assuré de terminer à la première place de son groupe, et par conséquent d'être qualifié pour les 8es de finale de la Ligue Europa, l’OL présente une équipe fortement remaniée pour son déplacement à Brondby, ce jeudi, lors de la 5e journée de Ligue Europa (sur RMC Sport 1).

", + "title": "Prix Puskas: un joueur d'Auxerre en en lice pour le plus beau but de l’année", + "description": "L'ailier de l'AJ, Auxerre Gauthier Hein, a été choisi pour figurer parmi les onze nommés au trophée Puskas, récompensant le plus beau but de l'année. Le résultat du vote sera connu le 17 janvier 2022.

", + "content": "L'ailier de l'AJ, Auxerre Gauthier Hein, a été choisi pour figurer parmi les onze nommés au trophée Puskas, récompensant le plus beau but de l'année. Le résultat du vote sera connu le 17 janvier 2022.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/brondby-ol-cherki-keita-lukeba-bosz-fait-confiance-aux-espoirs-lyonnais_AV-202111250540.html", + "link": "https://rmcsport.bfmtv.com/football/prix-puskas-un-joueur-d-auxerre-en-en-lice-pour-le-plus-beau-but-de-l-annee_AV-202111290369.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 19:24:12 GMT", + "pubDate": "Mon, 29 Nov 2021 15:43:48 GMT", + "enclosure": "https://images.bfmtv.com/W5418KKY6vFc8nw4pTvXrjewbe4=/0x2:1200x677/800x0/images/Gauthier-Hein-1177809.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a95a65c10fa4f03c968a5e8ff20dc53" + "hash": "f39579c6a3befc58c59098dafc85fd8c" }, { - "title": "Brondby-OL en direct: l'OL poursuit le sans faute, Cherki flamboyant", - "description": "Déjà assuré de terminer à la première place de son groupe, l'Olympique Lyonnais se déplace à Brondby pour la cinquième journée d'Europa League. Peter Bosz a décidé d'aligner une équipe remaniée.

", - "content": "Déjà assuré de terminer à la première place de son groupe, l'Olympique Lyonnais se déplace à Brondby pour la cinquième journée d'Europa League. Peter Bosz a décidé d'aligner une équipe remaniée.

", + "title": "PSG: six à huit semaines d'absence pour Neymar", + "description": "Sorti sur civière dimanche à Saint-Etienne, Neymar souffre d’une entorse de la cheville gauche avec lésions ligamentaires. Le PSG annonce une indisponibilité de six à huit semaines.

", + "content": "Sorti sur civière dimanche à Saint-Etienne, Neymar souffre d’une entorse de la cheville gauche avec lésions ligamentaires. Le PSG annonce une indisponibilité de six à huit semaines.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/europa-league-brondby-ol-en-direct_LS-202111250534.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-six-a-huit-semaines-d-absence-pour-neymar_AV-202111290365.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 19:16:31 GMT", + "pubDate": "Mon, 29 Nov 2021 15:35:28 GMT", + "enclosure": "https://images.bfmtv.com/XhddshPxaZy0hCmgHX2LCegVrmY=/0x106:2048x1258/800x0/images/Neymar-1177801.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d844ecc285a0214fb1c914839f453b2" + "hash": "c45dd9f147326390e71bbbb4fe61ce82" }, { - "title": "Galatasaray-OM: des projectiles lancés sur la pelouse par les supporters turcs, tensions à Istanbul", - "description": "Le match de Ligue Europa entre Galatasaray et l'OM a été marqué par des incidents en tribunes ce jeudi. Les Marseillais ont été visés par des projectiles lancés par des supporters turcs.

", - "content": "Le match de Ligue Europa entre Galatasaray et l'OM a été marqué par des incidents en tribunes ce jeudi. Les Marseillais ont été visés par des projectiles lancés par des supporters turcs.

", + "title": "Tsonga, aux côtés des jeunes talents du tennis", + "description": "Créée depuis 2018, la Team Jeunes Talents de la BNP Paribas aide à la formation des futurs champions de tennis. Jo-Wilfried Tsonga, parrain du programme, les aide et est témoin des nouvelles générations. Dix nouveaux jeunes joueurs viennent d’intégrer la Team, affiliée à BNP Paribas et la Fédération Française de Tennis. 

", + "content": "Créée depuis 2018, la Team Jeunes Talents de la BNP Paribas aide à la formation des futurs champions de tennis. Jo-Wilfried Tsonga, parrain du programme, les aide et est témoin des nouvelles générations. Dix nouveaux jeunes joueurs viennent d’intégrer la Team, affiliée à BNP Paribas et la Fédération Française de Tennis. 

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/galatasaray-om-des-projectiles-lances-sur-la-pelouse-par-les-supporters-turcs-tensions-a-istanbul_AV-202111250521.html", + "link": "https://rmcsport.bfmtv.com/tennis/tsonga-aux-cotes-des-jeunes-talents-du-tennis_AV-202111290355.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:47:31 GMT", + "pubDate": "Mon, 29 Nov 2021 15:21:37 GMT", + "enclosure": "https://images.bfmtv.com/LuX3-G0bHwN9GhaazMxBrcMn5vc=/0x0:1280x720/800x0/images/Jo-Wilfried-Tsonga-et-la-Team-Jeunes-Talents-de-la-BNP-Paribas-1173638.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c68501e1d1b71adb666a17f0b3f9e1d5" + "hash": "9c404791a47c6936ed507dc53600a656" }, { - "title": "Le PSG a-t-il fait une erreur en recrutant Messi? La Dream Team divisée", - "description": "Dans \"Rothen S’enflamme\" jeudi sur RMC, Jérôme Rothen et Nicolas Anelka sont revenus sur les débuts mitigés de Lionel Messi, au lendemain d’une performance encore décevante face à Manchester City (2-1) en Ligue des champions.

", - "content": "Dans \"Rothen S’enflamme\" jeudi sur RMC, Jérôme Rothen et Nicolas Anelka sont revenus sur les débuts mitigés de Lionel Messi, au lendemain d’une performance encore décevante face à Manchester City (2-1) en Ligue des champions.

", + "title": "Nantes: la mise au point de Kombouaré sur ses critiques contre les jeunes du centre de formation", + "description": "Après avoir créé la polémique en trouvant \"inquiétant\" le niveau des jeunes au centre de formation du FC Nantes, l’entraîneur des Canaris, Antoine Kombouaré, a nuancé ses propos lundi, à deux jours de la réception de l’OM à la Beaujoire.

", + "content": "Après avoir créé la polémique en trouvant \"inquiétant\" le niveau des jeunes au centre de formation du FC Nantes, l’entraîneur des Canaris, Antoine Kombouaré, a nuancé ses propos lundi, à deux jours de la réception de l’OM à la Beaujoire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/le-psg-a-t-il-fait-une-erreur-en-recrutant-messi-la-dream-team-divisee_AV-202111250501.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-la-mise-au-point-de-kombouare-sur-ses-critiques-contre-les-jeunes-du-centre-de-formation_AV-202111290351.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:18:20 GMT", + "pubDate": "Mon, 29 Nov 2021 14:59:55 GMT", + "enclosure": "https://images.bfmtv.com/fYTWH4Gg3OWxHxyNpxv1yzT5CPY=/0x39:768x471/800x0/images/L-entraineur-de-Nantes-Antoine-Kombouare-encourage-ses-joueurs-lors-du-match-de-L1-a-domicilecontre-Marseille-le-20-fevrier-2021-au-stade-de-La-Beaujoire-1035343.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba452911c479293b01b666ebcf528347" + "hash": "33f668a84d404b1918a09a9eb7bfb700" }, { - "title": "Monaco-Real Sociedad en direct: l'AS Monaco fait tomber la Real et file en 8es de finale", - "description": "Monaco s’impose finalement 2-1 face à la Real Sociedad et se qualifie officiellement pour les 8es de finale de la Ligue Europa !

", - "content": "Monaco s’impose finalement 2-1 face à la Real Sociedad et se qualifie officiellement pour les 8es de finale de la Ligue Europa !

", + "title": "Racing 92: Teddy Thomas s’excuse auprès de l’UBB et de Cordero pour son attitude jugée arrogante", + "description": "Teddy Thomas s'est défendu sur Instagram d'avoir voulu manquer de respect à l'UBB et Santiago Cordero dimanche soir, au cours d'un match, remporté par Bordeaux au Racing (37-14) où on l'a vu faire preuve d'impertinence dans ses attitudes. Ce qui a eu le don d'agacer Christophe Urios.

", + "content": "Teddy Thomas s'est défendu sur Instagram d'avoir voulu manquer de respect à l'UBB et Santiago Cordero dimanche soir, au cours d'un match, remporté par Bordeaux au Racing (37-14) où on l'a vu faire preuve d'impertinence dans ses attitudes. Ce qui a eu le don d'agacer Christophe Urios.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-monaco-real-sociedad-en-direct_LS-202111250500.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/racing-92-teddy-thomas-s-excuse-aupres-de-l-ubb-et-de-cordero-pour-son-attitude-jugee-arrogante_AV-202111290349.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:15:47 GMT", + "pubDate": "Mon, 29 Nov 2021 14:58:18 GMT", + "enclosure": "https://images.bfmtv.com/N6ZavHoWjyjWgnitqEDx81DTpB4=/0x43:1200x718/800x0/images/Teddy-Thomas-1177783.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3bb2d308bb9e3529afd1b26558c053b6" + "hash": "8ed5c7e72362bba5bd01315a4d246df3" }, { - "title": "VIDEO. Galatasaray-OM: l'ouverture du score des Turcs après une erreur de Kamara", - "description": "Galatasaray n'a eu besoin que de 14 minutes pour ouvrir le score face à l'OM, ce jeudi, lors de la cinquième journée de la phase de poules de la Ligue Europa (sur RMC Sport 1). Boubacar Kamara est en partie responsable.

", - "content": "Galatasaray n'a eu besoin que de 14 minutes pour ouvrir le score face à l'OM, ce jeudi, lors de la cinquième journée de la phase de poules de la Ligue Europa (sur RMC Sport 1). Boubacar Kamara est en partie responsable.

", + "title": "Les pronos hippiques du mardi 30 novembre 2021", + "description": "Le Quinté+ du mardi 30 novembre est programmé sur l’hippodrome de Deauville dans la discipline du plat. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du mardi 30 novembre est programmé sur l’hippodrome de Deauville dans la discipline du plat. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/galatasaray-om-l-ouverture-du-score-des-turcs-apres-une-erreur-de-kamara_AV-202111250496.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-mardi-30-novembre-2021_AN-202111290348.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:11:27 GMT", + "pubDate": "Mon, 29 Nov 2021 14:56:59 GMT", + "enclosure": "https://images.bfmtv.com/Z5rKyzZe-BVrlNrqNcLuuDmKxcU=/1x35:337x224/800x0/images/Les-pronos-hippiques-du-30-novembre-2021-1177519.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4cd9e54069d8994a6ad41fb68406e68b" + "hash": "ca6bb73b2029489214445dc3a59f4b48" }, { - "title": "Top 14: Arthur Vincent va prolonger à Montpellier", - "description": "Le trois quart centre international, Arthur Vincent, va prolonger son aventure avec le Montpellier Hérault Rugby. Formé au club, il portera ce maillot deux années supplémentaires, en dépit des sollicitations du Stade Toulousain.

", - "content": "Le trois quart centre international, Arthur Vincent, va prolonger son aventure avec le Montpellier Hérault Rugby. Formé au club, il portera ce maillot deux années supplémentaires, en dépit des sollicitations du Stade Toulousain.

", + "title": "PSG: Marquinhos a entamé des discussions pour une prolongation", + "description": "Selon nos informations, le Paris Saint-Germain a commencé à discuter d’une prolongation de contrat avec Marquinhos, défenseur central et surtout capitaine du PSG, lié au club de la capitale jusqu’en 2024.

", + "content": "Selon nos informations, le Paris Saint-Germain a commencé à discuter d’une prolongation de contrat avec Marquinhos, défenseur central et surtout capitaine du PSG, lié au club de la capitale jusqu’en 2024.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/top-14-arthur-vincent-va-prolonger-a-montpellier_AV-202111250481.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-marquinhos-a-entame-des-discussions-pour-une-prolongation_AV-202111290331.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 17:53:03 GMT", + "pubDate": "Mon, 29 Nov 2021 14:10:30 GMT", + "enclosure": "https://images.bfmtv.com/4by0-zGS0-wbQhd0G9kZmKaKhGU=/0x106:2048x1258/800x0/images/Marquinhos-1150425.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36d88b1a27b6159133ff19374bc63160" + "hash": "d9dab24e6321d7d010370f7c0f85acc4" }, { - "title": "Mercato: Zidane, pas encore au PSG", - "description": "Au cœur de rumeurs concernant un éventuel départ en Angleterre et à Manchester United, Mauricio Pochettino n'a pas demandé au PSG d'être libéré. Le club de la capitale n’a par ailleurs pas entamé de discussions directes avec Zinédine Zidane, ni avec aucun entraîneur.

", - "content": "Au cœur de rumeurs concernant un éventuel départ en Angleterre et à Manchester United, Mauricio Pochettino n'a pas demandé au PSG d'être libéré. Le club de la capitale n’a par ailleurs pas entamé de discussions directes avec Zinédine Zidane, ni avec aucun entraîneur.

", + "title": "Nice: comment Galtier s’inspire de Manchester City avant le match contre le PSG", + "description": "Christophe Galtier a livré lundi un petit secret de sa préparation pour le match entre Nice et le PSG. Avant de défier Paris, mercredi au Parc des Princes lors de la 16e journée de Ligue 1, l’entraîneur niçois s’est notamment appuyé sur la victoire de Manchester City en Ligue des champions.

", + "content": "Christophe Galtier a livré lundi un petit secret de sa préparation pour le match entre Nice et le PSG. Avant de défier Paris, mercredi au Parc des Princes lors de la 16e journée de Ligue 1, l’entraîneur niçois s’est notamment appuyé sur la victoire de Manchester City en Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/mercato-zidane-pas-encore-au-psg_AV-202111250464.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-comment-galtier-s-inspire-de-manchester-city-avant-le-match-contre-le-psg_AV-202111290325.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 17:37:22 GMT", + "pubDate": "Mon, 29 Nov 2021 13:49:26 GMT", + "enclosure": "https://images.bfmtv.com/Ew8LXuLtyayRQMlluQum0fjFt90=/0x172:2048x1324/800x0/images/Christophe-Galtier-donne-des-consignes-aux-joueurs-de-Nice-1177758.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9946776feefdad0da8864a9e5fea92f" + "hash": "9ccc369a68eb24f4cd6eb85f7882f8c7" }, { - "title": "Le gardien de l’Iran dans le livre des records grâce au dégagement à la main le plus long de l'histoire", - "description": "Le gardien de but de l’Iran et de Boavista, Alireza Beiranvand, est entré dans l’histoire du football en inscrivant son nom dans le Guinness des Records. Le 11 octobre 2016, le portier de la sélection iranienne avait dégagé le ballon de la main à distance record de 61,26m lors d’un match de qualification pour la Coupe du monde 2018 face à la Corée du Sud.\n

", - "content": "Le gardien de but de l’Iran et de Boavista, Alireza Beiranvand, est entré dans l’histoire du football en inscrivant son nom dans le Guinness des Records. Le 11 octobre 2016, le portier de la sélection iranienne avait dégagé le ballon de la main à distance record de 61,26m lors d’un match de qualification pour la Coupe du monde 2018 face à la Corée du Sud.\n

", + "title": "Nantes: \"Marcher sur l'OM\", Kombouaré s’amuse de sa petite phrase", + "description": "Antoine Kombouaré a expliqué ses propos en conférence de presse, lui qui avait déclaré vouloir \"marcher sur l’OM\", que le FC Nantes reçoit mercredi (21h), en Ligue 1.

", + "content": "Antoine Kombouaré a expliqué ses propos en conférence de presse, lui qui avait déclaré vouloir \"marcher sur l’OM\", que le FC Nantes reçoit mercredi (21h), en Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-gardien-l-iran-dans-le-livre-des-records-grace-au-degagement-a-la-main-le-plus-long-de-l-histoire_AD-202111250450.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-marcher-sur-l-om-kombouare-s-amuse-de-sa-petite-phrase_AV-202111290323.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 17:23:43 GMT", + "pubDate": "Mon, 29 Nov 2021 13:47:14 GMT", + "enclosure": "https://images.bfmtv.com/tru-36sddlugE2kXJ3eUWsRnGYI=/0x0:1200x675/800x0/images/Antoine-Kombouare-1177738.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "245b44bf41b547cf3e7970f661bd3c68" + "hash": "587a7c2fd2432533b233406072c20066" }, { - "title": "Juventus: la colère et les larmes de Ronaldo après l'élimination contre Porto en Ligue des champions", - "description": "Dans la série documentaire All or Nothing: Juventus d'Amazon Prime Video, Cristiano Ronaldo apparaît en larmes à la suite de l'élimination du club italien face au FC Porto lors de l'édition 2020-2021 de la Ligue des champions.

", - "content": "Dans la série documentaire All or Nothing: Juventus d'Amazon Prime Video, Cristiano Ronaldo apparaît en larmes à la suite de l'élimination du club italien face au FC Porto lors de l'édition 2020-2021 de la Ligue des champions.

", + "title": "Toulouse: Sofiane Guitoune prolonge deux ans", + "description": "INFO RMC SPORT - Le centre international du Stade Toulousain, Sofiane Guitoune, va prolonger son contrat cette semaine.\n

", + "content": "INFO RMC SPORT - Le centre international du Stade Toulousain, Sofiane Guitoune, va prolonger son contrat cette semaine.\n

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/juventus-la-colere-et-les-larmes-de-ronaldo-apres-l-elimination-contre-porto-en-ligue-des-champions_AV-202111250449.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/toulouse-sofiane-guitoune-prolonge-deux-ans_AV-202111290321.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 17:22:07 GMT", + "pubDate": "Mon, 29 Nov 2021 13:34:37 GMT", + "enclosure": "https://images.bfmtv.com/RKeZ3eMXTf7BnNVW7mXwLCq2kYs=/0x44:768x476/800x0/images/Le-centre-toulousain-Sofiane-Guitoune-echappe-a-la-defense-perpignanaise-lors-de-la-10e-journee-du-Top-14-le-6-novembre-2021-au-Stade-Ernest-Wallon-1161724.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05cd3fdc4c2ef50795cd0613ecd311b9" + "hash": "87e6577628373c0a5416592760d6f42b" }, { - "title": "Barça: toujours blessé, Pedri ne devrait pas rejouer avant 2022", - "description": "Absent des terrains depuis fin septembre en raison d'une blessure à une cuisse, Pedri va manquer encore plusieurs matchs. Selon la presse espagnole, le jeune milieu du FC Barcelone ne retrouvera les terrains qu'en début d'année prochaine.

", - "content": "Absent des terrains depuis fin septembre en raison d'une blessure à une cuisse, Pedri va manquer encore plusieurs matchs. Selon la presse espagnole, le jeune milieu du FC Barcelone ne retrouvera les terrains qu'en début d'année prochaine.

", + "title": "Nantes: \"Il ne travaillait pas\", comment Kombouaré a relancé Lafont", + "description": "Après deux saisons mitigées au FC Nantes, Alban Lafont, décisif samedi à Lille, exprime enfin tout son talent depuis cet été. A deux jours de la réception de l’OM mercredi (21h) lors de la 16eme journée de Ligue 1, l’entraîneur des Canaris, Antoine Kombouaré, explique les raisons de cette renaissance.

", + "content": "Après deux saisons mitigées au FC Nantes, Alban Lafont, décisif samedi à Lille, exprime enfin tout son talent depuis cet été. A deux jours de la réception de l’OM mercredi (21h) lors de la 16eme journée de Ligue 1, l’entraîneur des Canaris, Antoine Kombouaré, explique les raisons de cette renaissance.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-toujours-blesse-pedri-ne-devrait-pas-rejouer-avant-2022_AV-202111250442.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-il-ne-travaillait-pas-comment-kombouare-a-relance-lafont_AV-202111290310.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 17:16:28 GMT", + "pubDate": "Mon, 29 Nov 2021 13:22:19 GMT", + "enclosure": "https://images.bfmtv.com/HcUfU881kf-H1rGEhDzL8Io4D0I=/0x0:2048x1152/800x0/images/Alban-Lafont-1177726.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10504b6557cc5d2734dbdc40ec9ed0fe" + "hash": "468f2ee0ec61881d80cc7f965add432b" }, { - "title": "Les pronos hippiques du vendredi 26 novembre 2021", - "description": "Le Quinté+ du vendredi 26 novembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", - "content": "Le Quinté+ du vendredi 26 novembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "title": "Ballon d'or en direct: Lewandowski est arrivé, la pression monte à Paris", + "description": "Après une année 2020 blanche, c'est le retour du Ballon d'or ce lundi. Lionel Messi est le grand favori à sa propre succession, mais Robert Lewandowski et Karim Benzema pourraient aussi être récompensés.

", + "content": "Après une année 2020 blanche, c'est le retour du Ballon d'or ce lundi. Lionel Messi est le grand favori à sa propre succession, mais Robert Lewandowski et Karim Benzema pourraient aussi être récompensés.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-vendredi-26-novembre-2021_AN-202111250439.html", + "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-en-direct-messi-benzema-ou-lewandowski-suivez-la-designation-du-vainqueur-2021_LN-202111290303.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 17:12:25 GMT", + "pubDate": "Mon, 29 Nov 2021 13:05:30 GMT", + "enclosure": "https://images.bfmtv.com/AlG7dttBqLvbMhwqw5B8AzUFNpc=/0x104:1984x1220/800x0/images/Robert-Lewandowski-Bayern-1150017.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "49457793b9d066990b6a9f2a7145c448" + "hash": "4d205a42c4930b42da170dd7d97b4410" }, { - "title": "XV de France: Labit entretient le flou sur la concurrence entre Ntamack et Jalibert", - "description": "Invité sur le plateau du Super Moscato Show jeudi sur RMC, Laurent Labit, l’entraîneur du XV de France en charge des arrières, n’a pas levé le voile sur les intentions à terme du staff des Bleus au sujet du poste d’ouvreur. La concurrence est féroce entre Romain Ntamack et Matthieu Jalibert.

", - "content": "Invité sur le plateau du Super Moscato Show jeudi sur RMC, Laurent Labit, l’entraîneur du XV de France en charge des arrières, n’a pas levé le voile sur les intentions à terme du staff des Bleus au sujet du poste d’ouvreur. La concurrence est féroce entre Romain Ntamack et Matthieu Jalibert.

", + "title": "Tottenham: le beau geste de Kane pour deux supporters américains privés du match à Burnley", + "description": "Harry Kane a invité deux supporters de Tottenham à assister à une rencontre du club londonien cette saison. Une jolie initiative après le report du match contre Burnley ce dimanche pour lequel ces deux fans américains avaient parcouru plusieurs milliers de kilomètres.

", + "content": "Harry Kane a invité deux supporters de Tottenham à assister à une rencontre du club londonien cette saison. Une jolie initiative après le report du match contre Burnley ce dimanche pour lequel ces deux fans américains avaient parcouru plusieurs milliers de kilomètres.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/tests-matchs/xv-de-france-labit-entretient-le-flou-sur-la-concurrence-entre-ntamack-et-jalibert_AV-202111250415.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-le-beau-geste-de-kane-pour-deux-supporters-americains-prives-du-match-a-burnley_AV-202111290294.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:40:37 GMT", + "pubDate": "Mon, 29 Nov 2021 12:49:12 GMT", + "enclosure": "https://images.bfmtv.com/6-Xq2X9-x-opF5xt-ctzqDtiWkU=/0x0:2048x1152/800x0/images/Harry-Kane-applaudit-les-supporters-de-Tottenham-1177710.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "604199f7ab7c4a7df4298092a66d6ecc" + "hash": "7048e01587c4026d1ac6eb929bc8be5b" }, { - "title": "Galatasaray-OM: Marseille avec Gerson et Dieng", - "description": "L'OM se déplace ce jeudi soir sur le terrain de Galatasaray en Ligue Europa (18h45, RMC Sport 1) avec l'interdiction ou presque de perdre. Pour ce match capital, Marseille sera privé de Dimitri Payet et Valentin Rongier, suspendus.

", - "content": "L'OM se déplace ce jeudi soir sur le terrain de Galatasaray en Ligue Europa (18h45, RMC Sport 1) avec l'interdiction ou presque de perdre. Pour ce match capital, Marseille sera privé de Dimitri Payet et Valentin Rongier, suspendus.

", + "title": "Football: la détection \"semi-automatisée\" du hors-jeu testée lors de la Coupe arabe", + "description": "La Coupe arabe de football, qui s'ouvre mardi au Qatar, sera le premier grand test de la détection \"semi-automatisée\" du hors-jeu, que la Fifa espère introduire lors du Mondial 2022, a annoncé l'instance lundi.

", + "content": "La Coupe arabe de football, qui s'ouvre mardi au Qatar, sera le premier grand test de la détection \"semi-automatisée\" du hors-jeu, que la Fifa espère introduire lors du Mondial 2022, a annoncé l'instance lundi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/galatasaray-om-marseille-avec-gerson-et-dieng_AV-202111250406.html", + "link": "https://rmcsport.bfmtv.com/football/football-la-detection-semi-automatisee-du-hors-jeu-testee-lors-de-la-coupe-arabe_AD-202111290293.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:30:01 GMT", + "pubDate": "Mon, 29 Nov 2021 12:45:57 GMT", + "enclosure": "https://images.bfmtv.com/P90RqEo7JqTCV16ZW8_kLpQpTBs=/91x146:2043x1244/800x0/images/Hors-jeu-1035730.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db086e383929a50fc664d01fbb366e6a" + "hash": "3e2fcbd3288f7816df749dbc8c6ede45" }, { - "title": "Manchester United aurait un accord avec Rangnick pour devenir le prochain coach", - "description": "Selon les informations de The Athletic, Ralf Rangnick serait tombé d'accord avec Manchester United pour prendre la suite d'Ole Gunnar Solskjaer. Il s'agirait d'un contrat de six mois pour le technicien allemand, avec ensuite deux ans dans un rôle de consultant.

", - "content": "Selon les informations de The Athletic, Ralf Rangnick serait tombé d'accord avec Manchester United pour prendre la suite d'Ole Gunnar Solskjaer. Il s'agirait d'un contrat de six mois pour le technicien allemand, avec ensuite deux ans dans un rôle de consultant.

", + "title": "Coupe de France en direct: les affiches des 32es de finale tombent", + "description": "Entrée en lice des clubs de Ligue 1 dans la seule compétition qui regroupe tous les clubs de football du pays. Début du tirage vers 19h.

", + "content": "Entrée en lice des clubs de Ligue 1 dans la seule compétition qui regroupe tous les clubs de football du pays. Début du tirage vers 19h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-aurait-un-accord-avec-rangnick-pour-devenir-le-prochain-coach_AV-202111250387.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-le-tirage-des-32e-de-finale_LN-202111290286.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:01:00 GMT", + "pubDate": "Mon, 29 Nov 2021 12:33:41 GMT", + "enclosure": "https://images.bfmtv.com/76PqEZG5ZWnaxzO0ISzCvI5aXbU=/0x121:1808x1138/800x0/images/Le-trophee-de-la-Coupe-de-France-1177602.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2300f3609d0136bf400ae139cce8639" + "hash": "7e272360ec132072d4876a139f4d336b" }, { - "title": "Le projet de mi-temps de 25 minutes en football est retoqué", - "description": "Le projet de prolonger la durée de la mi-temps de 15 à 25 minutes a été retoqué par l’International Football Association Board (IFAB) ce jeudi. Parmi les autres dossiers l’ordre du jour, le principe des cinq remplacements autorisés au cours d’un match pour être adopté définitivement en 2022.

", - "content": "Le projet de prolonger la durée de la mi-temps de 15 à 25 minutes a été retoqué par l’International Football Association Board (IFAB) ce jeudi. Parmi les autres dossiers l’ordre du jour, le principe des cinq remplacements autorisés au cours d’un match pour être adopté définitivement en 2022.

", + "title": "Manchester United: ce qu'il faut savoir sur Ralf Rangnick, le nouvel entraîneur des Red Devils", + "description": "Ralf Rangnick (63 ans) va assurer l'intérim sur le banc de Manchester United jusqu'à la fin de la saison ont officialisé ce lundi les Red Devils. Le technicien allemand, qui a inspiré de nombreux compatriotes avec son \"gegenpressing\", a déjà 35 ans de coaching derrière lui, et demeure essentiellement connu pour avoir fait passer le RB Leipzig dans une autre dimension.

", + "content": "Ralf Rangnick (63 ans) va assurer l'intérim sur le banc de Manchester United jusqu'à la fin de la saison ont officialisé ce lundi les Red Devils. Le technicien allemand, qui a inspiré de nombreux compatriotes avec son \"gegenpressing\", a déjà 35 ans de coaching derrière lui, et demeure essentiellement connu pour avoir fait passer le RB Leipzig dans une autre dimension.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/le-projet-de-mi-temps-de-25-minutes-en-football-est-retoque_AV-202111250385.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-ce-qu-il-faut-savoir-sur-ralf-rangnick-le-probable-futur-entraineur-des-red-devils_AV-202111260268.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 15:57:36 GMT", + "pubDate": "Fri, 26 Nov 2021 11:54:51 GMT", + "enclosure": "https://images.bfmtv.com/Gwx88rVLIc4C-6NLO94K_LtFFu8=/0x70:2048x1222/800x0/images/Ralf-Rangnick-1176000.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e60e9d8d0a96c60341d172a8298cb677" + "hash": "506c5a36977715cdc49e216c866c335d" }, { - "title": "Mercato en direct: Zidane, pas encore au PSG", - "description": "La date du 1er janvier, permettant aux joueurs en fin de contrat de s'engager ailleurs, approche à grands pas. Du côté du mercato des entraîneurs, tous les regards sont braqués sur Manchester United, qui travaille sur la succession de Solskjaer. Toutes les infos sont à retrouver dans ce live RMC Sport.

", - "content": "La date du 1er janvier, permettant aux joueurs en fin de contrat de s'engager ailleurs, approche à grands pas. Du côté du mercato des entraîneurs, tous les regards sont braqués sur Manchester United, qui travaille sur la succession de Solskjaer. Toutes les infos sont à retrouver dans ce live RMC Sport.

", + "title": "Manchester United: Rangnick officialisé comme nouvel entraîneur jusqu'à la fin de la saison", + "description": "Manchester United a officialisé ce lundi la nomination de Ralf Rangnick comme nouvel entraîneur de l'équipe première. Le technicien allemand assurera l'intérim pendant la fin de saison en Premier League. Il officiera ensuite comme consultant pendant deux années.

", + "content": "Manchester United a officialisé ce lundi la nomination de Ralf Rangnick comme nouvel entraîneur de l'équipe première. Le technicien allemand assurera l'intérim pendant la fin de saison en Premier League. Il officiera ensuite comme consultant pendant deux années.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-25-novembre_LN-202111250337.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-rangnick-officialise-comme-nouvel-entraineur-jusqu-a-la-fin-de-la-saison_AV-202111290268.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 14:28:58 GMT", + "pubDate": "Mon, 29 Nov 2021 11:52:28 GMT", + "enclosure": "https://images.bfmtv.com/vLqVUcapHQXnc3FE03wabJ9ajkw=/16x6:2032x1140/800x0/images/Ralf-Rangnick-1177681.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7636efe8b2141b610c513ceec54e24d0" + "hash": "34d5649b69a8f5dd19ddfdcc0945f63c" }, { - "title": "Galatasaray-OM en direct: Marseille coule et est éliminé de la Ligue Europa", - "description": "L'OM a été largement dominé sur la pelouse de Galatasaray ce jeudi lors de la 5e journée de Ligue Europa (4-2). Avec la victoire de la Lazio, Marseille est officiellement éliminé de la compétition et tentera d'aller chercher une qualification pour les barrages de la Ligue Europa Conférence lors de la dernière journée.

", - "content": "L'OM a été largement dominé sur la pelouse de Galatasaray ce jeudi lors de la 5e journée de Ligue Europa (4-2). Avec la victoire de la Lazio, Marseille est officiellement éliminé de la compétition et tentera d'aller chercher une qualification pour les barrages de la Ligue Europa Conférence lors de la dernière journée.

", + "title": "A quoi va ressembler la Coupe arabe au Qatar, répétition générale du Mondial 2022", + "description": "A un an de la Coupe du monde 2022, le Qatar, pays hôte de la compétition, accueille à partir de mardi la Coupe arabe de football.

", + "content": "A un an de la Coupe du monde 2022, le Qatar, pays hôte de la compétition, accueille à partir de mardi la Coupe arabe de football.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-suivez-le-choc-bouillant-galatasaray-om_LS-202111250316.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/a-quoi-va-ressembler-la-coupe-arabe-au-qatar-repetition-generale-du-mondial-2022_AD-202111290263.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 14:00:00 GMT", + "pubDate": "Mon, 29 Nov 2021 11:44:36 GMT", + "enclosure": "https://images.bfmtv.com/S3a1IcVfrAwJrekeBIFgfR1pkEs=/0x30:2048x1182/800x0/images/Le-trophee-de-la-Coupe-arabe-de-football-au-Qatar-1177641.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8988e34870d243b19adc2740ec45aa7" + "hash": "b18c9eed5895752ca44245b02368e151" }, { - "title": "Tennis: la Coupe Davis pourrait avoir lieu à Abu Dhabi pendant cinq ans", - "description": "Selon le Telegraph, la société Kosmos, qui organise la Coupe Davis, a trouvé un accord avec les Emirats arabes unis pour que la compétition se déroule à Abu Dhabi les cinq prochaines années.

", - "content": "Selon le Telegraph, la société Kosmos, qui organise la Coupe Davis, a trouvé un accord avec les Emirats arabes unis pour que la compétition se déroule à Abu Dhabi les cinq prochaines années.

", + "title": "Ballon d'or en direct: Messi, Benzema ou Lewandowski? Suivez la désignation du vainqueur 2021", + "description": "Après une année 2020 blanche, c'est le retour du Ballon d'or ce lundi. Lionel Messi est le grand favori à sa propre succession, mais Robert Lewandowski et Karim Benzema pourraient aussi être récompensés.

", + "content": "Après une année 2020 blanche, c'est le retour du Ballon d'or ce lundi. Lionel Messi est le grand favori à sa propre succession, mais Robert Lewandowski et Karim Benzema pourraient aussi être récompensés.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/tennis-la-coupe-davis-pourrait-avoir-lieu-a-abu-dhabi-pendant-cinq-ans_AV-202111250144.html", + "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-en-direct-messi-benzema-ou-lewandowski-suivez-la-designation-du-vainqueur-2021_LN-202111290303.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 08:18:56 GMT", + "pubDate": "Mon, 29 Nov 2021 13:05:30 GMT", + "enclosure": "https://images.bfmtv.com/QkAfnLai92KNFS1kbpfgoYyli7U=/32x3:736x399/800x0/images/Lionel-Messi-sextuple-laureat-du-Ballon-d-Or-ici-distingue-au-Theatre-du-Chatelet-a-Paris-le-2-decembre-2019-1079996.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f13e178097192ea6fdb2375cca321600" + "hash": "68d6f467c5547266dcb23b4ee306b2db" }, { - "title": "Manchester City-PSG: Pochettino renie ses principes avec ses stars, selon Henry", - "description": "Jamie Carragher et Thierry Henry, consultants pour la chaîne américaine CBS Sports, estiment que Mauricio Pochettino ne parvient pas à faire passer son message auprès de ses stars. Le premier le pousse à quitter le PSG, le second trouve qu’il renie ses principes.

", - "content": "Jamie Carragher et Thierry Henry, consultants pour la chaîne américaine CBS Sports, estiment que Mauricio Pochettino ne parvient pas à faire passer son message auprès de ses stars. Le premier le pousse à quitter le PSG, le second trouve qu’il renie ses principes.

", + "title": "Coupe de France en direct: Le tirage des 32e de finale", + "description": "Entrée en lice des clubs de Ligue 1 dans la seule compétition qui regroupe tous les clubs de football du pays. Début du tirage vers 19h.

", + "content": "Entrée en lice des clubs de Ligue 1 dans la seule compétition qui regroupe tous les clubs de football du pays. Début du tirage vers 19h.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-pochettino-renie-ses-principes-avec-ses-stars-selon-thierry-henry_AV-202111250141.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-en-direct-le-tirage-des-32e-de-finale_LN-202111290286.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 08:07:59 GMT", + "pubDate": "Mon, 29 Nov 2021 12:33:41 GMT", + "enclosure": "https://images.bfmtv.com/76PqEZG5ZWnaxzO0ISzCvI5aXbU=/0x121:1808x1138/800x0/images/Le-trophee-de-la-Coupe-de-France-1177602.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f8482e0b095b558cdc7ca6b3100eacc" + "hash": "ca3e7f0400b47efca5da49e6291adab9" }, { - "title": "Rugby: la licence de Radosavljevic suspendue par la Fédération de rugby à XIII", - "description": "Ludovic Radosavljevic, suspendu six mois pour injures racistes et limogé en septembre par Provence Rugby, souhaitait se reconvertir dans le rugby à XIII au club d’Avignon. Mais la Fédération a suspendu sa licence mercredi.

", - "content": "Ludovic Radosavljevic, suspendu six mois pour injures racistes et limogé en septembre par Provence Rugby, souhaitait se reconvertir dans le rugby à XIII au club d’Avignon. Mais la Fédération a suspendu sa licence mercredi.

", + "title": "Stéphane Matheu, un manager comblé", + "description": "Stéphane Matheu était dimanche soir l'invité du RMC Poker Show. Avec un bilan incroyable lors des derniers WSOP à Las Vegas avec 3 bracelets glanés, le manager du Team Winamax est un homme heureux !

", + "content": "Stéphane Matheu était dimanche soir l'invité du RMC Poker Show. Avec un bilan incroyable lors des derniers WSOP à Las Vegas avec 3 bracelets glanés, le manager du Team Winamax est un homme heureux !

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/rugby-la-licence-de-radosavljevic-suspendue-par-la-federation-de-rugby-a-xiii_AN-202111250132.html", + "link": "https://rmcsport.bfmtv.com/poker/stephane-matheu-un-manager-comble_AN-202111290267.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 07:53:01 GMT", + "pubDate": "Mon, 29 Nov 2021 11:30:01 GMT", + "enclosure": "https://images.bfmtv.com/u2y8tzYjb1wDI33SQiu-CHhm9HU=/3x39:1123x669/800x0/images/Stephane-Matheu-un-manager-comble-1177679.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45319858d88517590779f82d8270177e" + "hash": "aced8db5746b4cabdf36f97aae5244f3" }, { - "title": "Manchester City-PSG. la stat qui fait mal: Navas a touché plus de ballons que Mbappé", - "description": "Signe de l’impuissance parisienne dans la possession de balle face à Manchester City (2-1), Keylor Navas, gardien parisien, a touché plus de ballons que Kylian Mbappé, mercredi en Ligue des champions.

", - "content": "Signe de l’impuissance parisienne dans la possession de balle face à Manchester City (2-1), Keylor Navas, gardien parisien, a touché plus de ballons que Kylian Mbappé, mercredi en Ligue des champions.

", + "title": "Comment le rugby veut poursuivre son implantation en banlieue parisienne", + "description": "La Ligue d’Île-de-France de rugby tente de séduire les jeunes de banlieue. Elle a doublé ses effectifs avec un plan d’un million d’euros et le recrutement de 24 animateurs sportifs territoriaux en lien avec les clubs. Exemple à Champigny-sur-Marne (Val-de-Marne) dont le club a été retenu pour le dispositif. \n

", + "content": "La Ligue d’Île-de-France de rugby tente de séduire les jeunes de banlieue. Elle a doublé ses effectifs avec un plan d’un million d’euros et le recrutement de 24 animateurs sportifs territoriaux en lien avec les clubs. Exemple à Champigny-sur-Marne (Val-de-Marne) dont le club a été retenu pour le dispositif. \n

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-la-stat-qui-fait-mal-navas-a-touche-plus-de-ballons-que-mbappe_AV-202111250104.html", + "link": "https://rmcsport.bfmtv.com/rugby/comment-le-rugby-veut-poursuivre-son-implantation-en-banlieue-parisienne_AV-202111290246.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 07:24:19 GMT", + "pubDate": "Mon, 29 Nov 2021 11:20:30 GMT", + "enclosure": "https://images.bfmtv.com/sDPrdlURk7u49F0vpl-ChZQyado=/0x0:1280x720/800x0/images/Champigny-1177650.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d44ae559c7f39ff5af73b795da185a26" + "hash": "16d9bf74289c771c2db9b4e761e77068" }, { - "title": "La Suisse envoie du chocolat à l'Irlande du Nord pour les remercier du nul contre l'Italie", - "description": "Dix jours après la qualification de la Suisse pour la Coupe du monde 2022, en partie grâce au nul entre l'Irlande du Nord et l'Italie (0-0), le sélectionneur helvète, Murat Yakin, s'est mis en scène dans une vidéo où il envoie du chocolat aux Irlandais pour les remercier.

", - "content": "Dix jours après la qualification de la Suisse pour la Coupe du monde 2022, en partie grâce au nul entre l'Irlande du Nord et l'Italie (0-0), le sélectionneur helvète, Murat Yakin, s'est mis en scène dans une vidéo où il envoie du chocolat aux Irlandais pour les remercier.

", + "title": "PRONOS PARIS RMC Le pari du jour du 29 novembre – Liga – Espagne", + "description": "Notre pronostic : Osasuna bat Elche (1.82)

", + "content": "Notre pronostic : Osasuna bat Elche (1.82)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/qualifications/coupe-du-monde-2022-qualifs-le-selectionneur-suisse-envoie-du-chocolat-a-l-irlande-du-nord_AV-202111250102.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-29-novembre-liga-espagne_AN-202111280105.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 07:22:38 GMT", + "pubDate": "Mon, 29 Nov 2021 11:20:00 GMT", + "enclosure": "https://images.bfmtv.com/IlhC8pbOU9JDcgcSdmwvpVt2ASs=/0x36:2000x1161/800x0/images/Osasuna-1177048.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "640a9298de8e49bfd9cf689c1e34d5a5" + "hash": "8ed9033dceeb7324f4e6396774498756" }, { - "title": "PSG: pour Rothen, le trio Messi-Mbappé-Neymar \"n'a pas existé\" face à Manchester City", - "description": "Logiquement battu par Manchester City mercredi soir en Ligue des champions (2-1), le PSG n'a pas réussi à punir les Skyblues en contre, comme au match aller. Pour Jérôme Rothen, cela s'explique en partie parce que le trio offensif Lionel Messi, Kylian Mbappé, Neymar, n'a pas été à la hauteur.

", - "content": "Logiquement battu par Manchester City mercredi soir en Ligue des champions (2-1), le PSG n'a pas réussi à punir les Skyblues en contre, comme au match aller. Pour Jérôme Rothen, cela s'explique en partie parce que le trio offensif Lionel Messi, Kylian Mbappé, Neymar, n'a pas été à la hauteur.

", + "title": "PARIS PRONOS RMC Le pari basket de Stephen Brun du 29 novembre – NBA", + "description": "Mon pronostic : Houston bat Oklahoma (1.72)

", + "content": "Mon pronostic : Houston bat Oklahoma (1.72)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-pour-rothen-le-trio-messi-mbappe-neymar-n-a-pas-existe-face-a-manchester-city_AV-202111250062.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/paris-pronos-rmc-le-pari-basket-de-stephen-brun-du-29-novembre-nba_AN-202111290243.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 06:34:27 GMT", + "pubDate": "Mon, 29 Nov 2021 11:19:03 GMT", + "enclosure": "https://images.bfmtv.com/0fYQGkwJkNRPZfIynH6IlQ3hCTM=/0x119:1984x1235/800x0/images/Houston-1177648.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ecd1b931cf948a5261571a54760e9b21" + "hash": "33948e2488209e3b4eef8bfd2165dbdb" }, { - "title": "PSG: \"Les joueurs connaissent ma situation\", Pochettino réagit encore aux rumeurs sur son avenir", - "description": "Mauricio Pochettino, entraîneur du PSG, a de nouveau été interrogé sur les rumeurs autour de son avenir, mercredi après la défaite contre Manchester City (2-1) en Ligue des champions.

", - "content": "Mauricio Pochettino, entraîneur du PSG, a de nouveau été interrogé sur les rumeurs autour de son avenir, mercredi après la défaite contre Manchester City (2-1) en Ligue des champions.

", + "title": "Nantes-OM: les supporters marseillais encore interdits à la Beaujoire", + "description": "La Préfecture de la Loire-Atlantique a pris un arrêté pour interdire l’accès à la Beaujoire de tout supporter se prévalant en faveur de Marseille à Nantes, mercredi pour le match entre les deux équipes (21h, 16e journée de Ligue 1).

", + "content": "La Préfecture de la Loire-Atlantique a pris un arrêté pour interdire l’accès à la Beaujoire de tout supporter se prévalant en faveur de Marseille à Nantes, mercredi pour le match entre les deux équipes (21h, 16e journée de Ligue 1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-les-joueurs-connaissent-ma-situation-pochettino-reagit-encore-aux-rumeurs-sur-son-avenir_AV-202111250060.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nantes-om-les-supporters-marseillais-encore-interdits-a-la-beaujoire_AV-202111290242.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 06:32:53 GMT", + "pubDate": "Mon, 29 Nov 2021 11:18:57 GMT", + "enclosure": "https://images.bfmtv.com/KP6i-FVMkI3_azyw9SUtoQXDTWA=/0x131:2048x1283/800x0/images/Le-cercueil-de-Bernard-Tapie-acclame-par-les-supporters-de-l-OM-1142765.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e0fbc59da13aef183f446cd5c7722c5" + "hash": "e930bf9c68224170a1b8ac049308bb93" }, { - "title": "PSG: pour Herrera, Manchester City est \"la meilleure équipe du monde avec le ballon\"", - "description": "Ander Herrera, milieu de terrain du PSG, a reconnu la supériorité de Manchester City dans la possession de balle après la victoire des Anglais (2-1) mercredi. Il regrette aussi le manque de réalisme de son équipe.

", - "content": "Ander Herrera, milieu de terrain du PSG, a reconnu la supériorité de Manchester City dans la possession de balle après la victoire des Anglais (2-1) mercredi. Il regrette aussi le manque de réalisme de son équipe.

", + "title": "LOU: Bastareaud doit passer une IRM ce lundi pour être fixé sur ses blessures aux genoux", + "description": "Le troisième ligne de Lyon, Mathieu Bastareaud, sorti sur civière, en larmes, touché aux deux genoux, lors de la défaite à Toulon (19-13), samedi, doit passer une IRM ce lundi.

", + "content": "Le troisième ligne de Lyon, Mathieu Bastareaud, sorti sur civière, en larmes, touché aux deux genoux, lors de la défaite à Toulon (19-13), samedi, doit passer une IRM ce lundi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-pour-herrera-manchester-city-est-la-meilleure-equipe-du-monde-avec-le-ballon_AV-202111250042.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/lou-bastareaud-doit-passer-une-irm-ce-lundi-pour-etre-fixe-sur-ses-blessures-aux-genoux_AV-202111290240.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 05:57:38 GMT", + "pubDate": "Mon, 29 Nov 2021 11:16:30 GMT", + "enclosure": "https://images.bfmtv.com/c6HYWzby3eUD1E2U0niImRmXz9A=/0x39:768x471/800x0/images/Mathieu-Bastareaud-evacue-du-terrain-sur-civiere-apres-s-etre-blesse-sur-le-terrain-de-Toulon-le-27-novembre-2021-1176826.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "437b457546af2e24c1170b58cd72ea07" + "hash": "f42270938c5bfac0a6870a842e06f317" }, { - "title": "Manchester City-PSG: Pochettino note des progrès dans le jeu parisien", - "description": "Mauricio Pochettino, entraîneur du PSG, note des progrès dans le jeu de son équipe malgré la défaite sur le terrain de Manchester City (2-1) en Ligue des champions, mercredi.

", - "content": "Mauricio Pochettino, entraîneur du PSG, note des progrès dans le jeu de son équipe malgré la défaite sur le terrain de Manchester City (2-1) en Ligue des champions, mercredi.

", + "title": "Top 14: \"Pas le garçon le plus courageux\", Chabal se paye Teddy Thomas", + "description": "Sébastien Chabal a fustigé le comportement de Teddy Thomas ce dimanche lors de la défaite du Racing contre l’UBB (14-37). L’ancienne star du rugby tricolore et désormais consultant a regretté le chambrage de l’ailier francilien.

", + "content": "Sébastien Chabal a fustigé le comportement de Teddy Thomas ce dimanche lors de la défaite du Racing contre l’UBB (14-37). L’ancienne star du rugby tricolore et désormais consultant a regretté le chambrage de l’ailier francilien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-pochettino-note-des-progres-dans-le-jeu-parisien_AV-202111250030.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-pas-le-garcon-le-plus-courageux-chabal-se-paye-teddy-thomas_AV-202111290239.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 05:34:47 GMT", + "pubDate": "Mon, 29 Nov 2021 11:12:38 GMT", + "enclosure": "https://images.bfmtv.com/2zDZTBwyl1uukAC0rlSikhKSFL8=/0x106:2048x1258/800x0/images/Teddy-Thomas-lors-du-match-Racing-UBB-1177632.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cbe353dfc078117beeed21cad3e802cc" + "hash": "1f4ed47ff33dfdd6684c9e66ce294e65" }, { - "title": "Real Madrid: la première réaction de Benzema après sa condamnation", - "description": "Karim Benzema a publié un message sur son compte Instagram après son but face à Tiraspol (0-3), mercredi en Ligue des champions, quelques heures après sa condamnation dans l’affaire de la sextape.

", - "content": "Karim Benzema a publié un message sur son compte Instagram après son but face à Tiraspol (0-3), mercredi en Ligue des champions, quelques heures après sa condamnation dans l’affaire de la sextape.

", + "title": "Le prochain Mondial des clubs reprogrammé en février aux Emirats arabes unis", + "description": "La Fifa a reprogrammé la prochaine Coupe du monde des clubs du 3 au 12 février 2022 aux Emirats arabes unis. La compétition était initialement prévue au Japon

", + "content": "La Fifa a reprogrammé la prochaine Coupe du monde des clubs du 3 au 12 février 2022 aux Emirats arabes unis. La compétition était initialement prévue au Japon

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/real-madrid-la-premiere-reaction-de-benzema-apres-sa-condamnation_AV-202111250020.html", + "link": "https://rmcsport.bfmtv.com/football/le-prochain-mondial-des-clubs-reprogramme-en-fevrier-aux-emirats-arabes-unis_AD-202111290233.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 05:11:01 GMT", + "pubDate": "Mon, 29 Nov 2021 10:55:14 GMT", + "enclosure": "https://images.bfmtv.com/tRPly6B7taGrP0IrT0AXKJz9akM=/0x339:2032x1482/800x0/images/Chelsea-participera-a-la-Coupe-du-monde-des-clubs-apres-son-sacre-en-Ligue-des-champions-1177613.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68c6ac3f3cfb8a1a781ce5f8fe063c40" + "hash": "afa22d2b01577c13922f6ce8b196d934" }, { - "title": "Real Madrid: Ancelotti a trouvé Benzema \"calme\" après sa condamnation dans l'affaire de la sextape", - "description": "Carlo Ancelotti, entraîneur du Real Madrid, a trouvé Karim Benzema \"calme\" lors de la victoire sur le terrain du Sheriff Tiraspol (0-3), mercredi en Ligue des champions quelques heures après sa condamnation dans l'affaire de la sextape.

", - "content": "Carlo Ancelotti, entraîneur du Real Madrid, a trouvé Karim Benzema \"calme\" lors de la victoire sur le terrain du Sheriff Tiraspol (0-3), mercredi en Ligue des champions quelques heures après sa condamnation dans l'affaire de la sextape.

", + "title": "Saint-Etienne-PSG: pourquoi Sergio Ramos a réussi sa première selon Thierry Henry", + "description": "Au micro de Prime Video, dont il est le consultant, l’ancien buteur d’Arsenal et de l’équipe de France, Thierry Henry, a analysé le premier match du défenseur espagnol Sergio Ramos avec le PSG, dimanche contre Saint-Etienne (1-3) lors de la 15eme journée de Ligue 1.

", + "content": "Au micro de Prime Video, dont il est le consultant, l’ancien buteur d’Arsenal et de l’équipe de France, Thierry Henry, a analysé le premier match du défenseur espagnol Sergio Ramos avec le PSG, dimanche contre Saint-Etienne (1-3) lors de la 15eme journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/real-madrid-ancelotti-a-trouve-benzema-calme-apres-sa-condamnation-dans-l-affaire-de-la-sextape_AD-202111250017.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-psg-pourquoi-sergio-ramos-a-reussi-sa-premiere-selon-thierry-henry_AV-202111290223.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 04:55:00 GMT", + "pubDate": "Mon, 29 Nov 2021 10:38:16 GMT", + "enclosure": "https://images.bfmtv.com/PD-g2uS4qZbp_wiwdYr6E0bJWhc=/0x0:2048x1152/800x0/images/Sergio-Ramos-aux-cotes-du-Stephanois-Timothee-Kolodziejczak-1177605.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b1979d9924792b6b38918055117526b" + "hash": "85efa6d0b922a7081fc4fc2b8ebda16f" }, { - "title": "Manchester City-PSG: Manu Petit dénonce les \"comportements scandaleux\" de certains joueurs parisiens", - "description": "Membre de la Dream Team RMC Sport, Manu Petit ne décolérait pas après la défaite (2-1) des Parisiens à Manchester City en Ligue des champions, agacé par le comportement de certains joueurs pas suffisamment concernés par l’équilibre de l’équipe.

", - "content": "Membre de la Dream Team RMC Sport, Manu Petit ne décolérait pas après la défaite (2-1) des Parisiens à Manchester City en Ligue des champions, agacé par le comportement de certains joueurs pas suffisamment concernés par l’équilibre de l’équipe.

", + "title": "Coupe de France: groupes, qualifiés… le mode d’emploi du tirage pour les 32es de finale", + "description": "Le tirage au sort des 32es de finale de la Coupe de France se déroulera ce lundi. L’occasion pour les clubs de Ligue 1 de découvrir quelle équipe ils affronteront pour leur entrée en lice dans la compétition. Comme ces dernières années, des groupes seront constitués afin de limiter les déplacements. RMC Sport détaille les modalités du tirage au sort.

", + "content": "Le tirage au sort des 32es de finale de la Coupe de France se déroulera ce lundi. L’occasion pour les clubs de Ligue 1 de découvrir quelle équipe ils affronteront pour leur entrée en lice dans la compétition. Comme ces dernières années, des groupes seront constitués afin de limiter les déplacements. RMC Sport détaille les modalités du tirage au sort.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-manu-petit-denonce-les-comportements-scandaleux-de-certains-joueurs-parisiens_AV-202111250016.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-groupes-qualifies-le-mode-d-emploi-du-tirage-pour-les-32es-de-finale_AV-202111290218.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 00:18:54 GMT", + "pubDate": "Mon, 29 Nov 2021 10:29:33 GMT", + "enclosure": "https://images.bfmtv.com/76PqEZG5ZWnaxzO0ISzCvI5aXbU=/0x121:1808x1138/800x0/images/Le-trophee-de-la-Coupe-de-France-1177602.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb8a2853b37a8b6ceb91f8f6ebe4dd3f" + "hash": "2d0edb740f690d8a7798ec161af5e2c5" }, { - "title": "Manchester City-PSG: la heatmap édifiante de Paris, acculé sur son but", - "description": "Le PSG a obtenu sa qualification pour les 8es de finale de la Ligue des champions ce mercredi en dépit de sa défaite à Manchester City (2-1). La prestation inquiète toutefois avec une domination sans partage des Cityzens. Comme l’atteste la heatmap de Paris.

", - "content": "Le PSG a obtenu sa qualification pour les 8es de finale de la Ligue des champions ce mercredi en dépit de sa défaite à Manchester City (2-1). La prestation inquiète toutefois avec une domination sans partage des Cityzens. Comme l’atteste la heatmap de Paris.

", + "title": "Portugal: 13 joueurs de Belenenses positifs au variant Omicron", + "description": "L’institut national de santé portugais a annoncé avoir détecté les premiers cas du variant Omicron du coronavirus au pays parmi 13 joueurs de l’équipe de Belenenses, qui a joué avec seulement neuf joueurs avant de déclarer forfait samedi face à Benfica.

", + "content": "L’institut national de santé portugais a annoncé avoir détecté les premiers cas du variant Omicron du coronavirus au pays parmi 13 joueurs de l’équipe de Belenenses, qui a joué avec seulement neuf joueurs avant de déclarer forfait samedi face à Benfica.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-la-heatmap-inquietante-de-paris-accule-sur-son-but_AV-202111240620.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-13-joueurs-de-belenenses-positifs-au-variant-omicron_AV-202111290198.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:57:04 GMT", + "pubDate": "Mon, 29 Nov 2021 09:54:52 GMT", + "enclosure": "https://images.bfmtv.com/nFAsfGinB4DElwTqXsAi74aNf0I=/0x162:2048x1314/800x0/images/Les-joueurs-du-club-de-Belenenses-1177577.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22620527a44148f544fed869c5945faa" + "hash": "bf1ce347b62f226486290e2a8616138b" }, { - "title": "Sheriff-Real: Benzema encore buteur malgré ses démêlés judiciaires", - "description": "Irrésistible depuis le début de la saison, Karim Benzema a marqué pour la quatrième rencontre d'affilée en Ligue des champions au terme d'une journée marquée par sa condamnation dans l'affaire de la sextape pour complicité de tentative de chantage sur Mathieu Valbuena.

", - "content": "Irrésistible depuis le début de la saison, Karim Benzema a marqué pour la quatrième rencontre d'affilée en Ligue des champions au terme d'une journée marquée par sa condamnation dans l'affaire de la sextape pour complicité de tentative de chantage sur Mathieu Valbuena.

", + "title": "Ballon d’or: le lauréat remportera un cadeau de luxe inédit", + "description": "La cérémonie du Ballon d’or récompensera lundi le meilleur joueur de l’année 2021. En plus du traditionnel trophée, les vainqueurs des éditions féminine et masculine recevront également une montre de luxe fabriquée spécialement pour le Ballon d’or.

", + "content": "La cérémonie du Ballon d’or récompensera lundi le meilleur joueur de l’année 2021. En plus du traditionnel trophée, les vainqueurs des éditions féminine et masculine recevront également une montre de luxe fabriquée spécialement pour le Ballon d’or.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/sheriff-real-benzema-encore-buteur-malgre-ses-demeles-judiciaires_AV-202111240619.html", + "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-le-laureat-remportera-un-cadeau-de-luxe-inedit_AV-202111290194.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:26:08 GMT", + "pubDate": "Mon, 29 Nov 2021 09:50:10 GMT", + "enclosure": "https://images.bfmtv.com/n-EReiG6iIr4a1N4PwNbLb1dG0U=/0x0:2048x1152/800x0/images/La-ceremonie-du-Ballon-d-or-1177571.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c9c1b2365752080f02495d36afeb53f" + "hash": "9789c997961a69cc19049dad958508a9" }, { - "title": "Bruges-Leipzig: auteur d’un doublé, Nkunku poursuit sa superbe saison", - "description": "Grand artisan du carton de Leipzig à Bruges (5-0) lors de la 5e journée de Ligue des champions, avec un doublé, Christopher Nkunku confirme sa saison de haut niveau. Au point d’intégrer l’équipe de France en 2022 ?

", - "content": "Grand artisan du carton de Leipzig à Bruges (5-0) lors de la 5e journée de Ligue des champions, avec un doublé, Christopher Nkunku confirme sa saison de haut niveau. Au point d’intégrer l’équipe de France en 2022 ?

", + "title": "Real Madrid: un fabuleux record pour Benzema, \"fier de devenir le meilleur buteur français de l’histoire\"", + "description": "Auteur de l’égalisation en faveur du Real Madrid, victorieux face au FC Séville (2-1) dimanche en Liga, Karim Benzema a inscrit son 361e but en club depuis le début de sa carrière. Un record pour un joueur français. L’ancien Lyonnais devance d’un but la légende d’Arsenal, Thierry Henry.

", + "content": "Auteur de l’égalisation en faveur du Real Madrid, victorieux face au FC Séville (2-1) dimanche en Liga, Karim Benzema a inscrit son 361e but en club depuis le début de sa carrière. Un record pour un joueur français. L’ancien Lyonnais devance d’un but la légende d’Arsenal, Thierry Henry.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/bruges-leipzig-auteur-d-un-double-nkunku-poursuit-sa-superbe-saison_AV-202111240617.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-un-fabuleux-record-pour-benzema-fier-de-devenir-le-meilleur-buteur-francais-de-l-histoire_AV-202111290186.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:20:15 GMT", + "pubDate": "Mon, 29 Nov 2021 09:34:17 GMT", + "enclosure": "https://images.bfmtv.com/S1NXDD8ib-lN_-1rY6VzV8bVpxg=/0x0:2048x1152/800x0/images/Karim-Benzema-1177563.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "90d1340d930e40b7441604ea987d79f0" + "hash": "33884e408728f86e6d9b5a6fd098d433" }, { - "title": "PRONOS PARIS RMC Les paris du 25 novembre sur Galatasaray - Marseille - Ligue Europa", - "description": "Notre pronostic: Marseille ne perd pas à Galatasaray et moins de 2,5 buts dans le match (1.76)

", - "content": "Notre pronostic: Marseille ne perd pas à Galatasaray et moins de 2,5 buts dans le match (1.76)

", + "title": "Manchester United: Cristiano Ronaldo provoque une grosse explication entre Keane et Carragher", + "description": "Roy Keane, ancien milieu de Manchester United, fustige le choix de Michael Carrick d’avoir laissé Cristiano Ronaldo sur le banc face à Chelsea. Jamie Carragher comprend cette décision et s’interroge sur le niveau du Portugais.

", + "content": "Roy Keane, ancien milieu de Manchester United, fustige le choix de Michael Carrick d’avoir laissé Cristiano Ronaldo sur le banc face à Chelsea. Jamie Carragher comprend cette décision et s’interroge sur le niveau du Portugais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-25-novembre-sur-galatasaray-marseille-ligue-europa_AN-202111240374.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-cristiano-ronaldo-provoque-une-grosse-explication-entre-keane-et-carragher_AV-202111290183.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:04:00 GMT", + "pubDate": "Mon, 29 Nov 2021 09:26:04 GMT", + "enclosure": "https://images.bfmtv.com/hD7QnUo6OJmNTwdEs0uEEt75zX8=/0x63:2048x1215/800x0/images/Cristiano-Ronaldo-1177553.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eebe162d8b505395f0bd86335c379ef9" + "hash": "28dda79d1f42467c414dddf7d643ed0b" }, { - "title": "PRONOS PARIS RMC Les paris du 25 novembre sur Monaco - Real Sociedad – Ligue Europa", - "description": "Notre pronostic: Monaco ne perd pas contre la Real Sociedad et les deux équipes marquent (2.25)

", - "content": "Notre pronostic: Monaco ne perd pas contre la Real Sociedad et les deux équipes marquent (2.25)

", + "title": "Open d'Australie: Djokovic ne participera \"probablement pas\" au tournoi, confie son père", + "description": "Le n°1 mondial du tennis, Novak Djokovic, ne participera \"probablement pas\" à l'Open d'Australie \"dans les conditions\" annoncées de vaccination obligatoire, a déclaré dimanche le père du joueur serbe, en déplorant le \"chantage\" des organisateurs.

", + "content": "Le n°1 mondial du tennis, Novak Djokovic, ne participera \"probablement pas\" à l'Open d'Australie \"dans les conditions\" annoncées de vaccination obligatoire, a déclaré dimanche le père du joueur serbe, en déplorant le \"chantage\" des organisateurs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-25-novembre-sur-monaco-real-sociedad-ligue-europa_AN-202111240368.html", + "link": "https://rmcsport.bfmtv.com/tennis/open-australie/open-d-australie-djokovic-ne-participera-probablement-pas-au-tournoi-confie-son-pere_AD-202111290179.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:03:00 GMT", + "pubDate": "Mon, 29 Nov 2021 09:20:31 GMT", + "enclosure": "https://images.bfmtv.com/hoBr9fj8TEijU6sUQO21Zmfe-3Y=/0x0:1200x675/800x0/images/Le-pere-de-Novak-Djokovic-1177556.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83a2724625cb532b60afe17f51c77edb" + "hash": "221f2cc9b3c452dcb261ed06f7600279" }, { - "title": "PRONOS PARIS RMC Les paris du 25 novembre sur Brondby - Lyon – Ligue Europa", - "description": "Notre pronostic: Lyon ne perd pas à Brondby et plus de 2,5 buts dans le match (2.40)

", - "content": "Notre pronostic: Lyon ne perd pas à Brondby et plus de 2,5 buts dans le match (2.40)

", + "title": "Ligue 1 en direct: pas de supporters marseillais à Nantes", + "description": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", + "content": "Pas le temps de souffler que les clubs de Ligue 1 rejouent dès mercredi lors de la 16e journée de la saison. Leader, le PSG affrontera Nice lors d'un joli choc entre prétendants au podium mais sera privé de Neymar face aux Aiglons. Dans l'autre affiche de cette 16e journée, Rennes accueillera Lille. Retrouvez toutes les dernières informations sur le championnat de France en direct sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-25-novembre-sur-brondby-lyon-ligue-europa_AN-202111240367.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-informations-avant-la-16e-journee_LN-202111290171.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:02:00 GMT", + "pubDate": "Mon, 29 Nov 2021 08:55:46 GMT", + "enclosure": "https://images.bfmtv.com/eAUAXVFLC-FB7NunhAp2R83I6CU=/0x212:2048x1364/800x0/images/Des-supporters-marseillais-1160501.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6231646040e72f92a6129672e9a4cb39" + "hash": "ebdf3b76642f13ae6e52f78f9da6442d" }, { - "title": "PRONOS PARIS RMC Les paris du 25 novembre sur Rennes - Vitesse – Ligue Europa Conférence", - "description": "Notre pronostic: Rennes bat Vitesse Arnhem (1.38)

", - "content": "Notre pronostic: Rennes bat Vitesse Arnhem (1.38)

", + "title": "Coupe de France: à quelle heure et sur quelle chaîne regarder le tirage au sort des 32eme de finale", + "description": "C’est ce lundi que se déroule le tirage au sort des 32emes de finale de la Coupe de France avec l’entrée en lice des clubs de Ligue 1. Un tirage diffusé à 19h en direct sur Eurosport 2.

", + "content": "C’est ce lundi que se déroule le tirage au sort des 32emes de finale de la Coupe de France avec l’entrée en lice des clubs de Ligue 1. Un tirage diffusé à 19h en direct sur Eurosport 2.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-25-novembre-sur-rennes-vitesse-ligue-europa-conference_AN-202111240365.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-a-quelle-heure-et-sur-quelle-chaine-regarder-le-tirage-au-sort-des-32eme-de-finale_AN-202111290170.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:01:00 GMT", + "pubDate": "Mon, 29 Nov 2021 08:54:57 GMT", + "enclosure": "https://images.bfmtv.com/2K1jS73tyDUCRpWepiW6VIB1qKM=/14x222:2046x1365/800x0/images/Le-tirage-au-sort-des-32eme-de-finale-de-la-Coupe-de-France-1177547.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b9c62836fc6c2141039b6f9cf4a1bff" + "hash": "1e4551c892aeb3fbd9762d6e6241c662" }, { - "title": "Manchester City-PSG: le petit accrochage entre Neymar et Paredes en fin de première période", - "description": "Sur RMC Sport, Emmanuel Petit a poussé un coup de gueule à la mi-temps du choc entre Manchester City et le PSG sur le comportement de certains joueurs parisiens, en prenant pour exemple une réflexion adressée à Neymar par Leandro Paredes.

", - "content": "Sur RMC Sport, Emmanuel Petit a poussé un coup de gueule à la mi-temps du choc entre Manchester City et le PSG sur le comportement de certains joueurs parisiens, en prenant pour exemple une réflexion adressée à Neymar par Leandro Paredes.

", + "title": "NBA: le Turc Enes Kanter change de nom et va obtenir la nationalité américaine", + "description": "L'intérieur turc des Boston Celtics, Enes Kanter, a décidé de changer son nom en \"Enes Kanter Freedom\" et va également obtenir la nationalité américaine lundi, a indiqué le média américain The Athletic dimanche.

", + "content": "L'intérieur turc des Boston Celtics, Enes Kanter, a décidé de changer son nom en \"Enes Kanter Freedom\" et va également obtenir la nationalité américaine lundi, a indiqué le média américain The Athletic dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-le-petit-accrochage-entre-neymar-et-paredes-en-fin-de-premiere-periode_AV-202111240613.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-le-turc-enes-kanter-change-de-nom-et-va-obtenir-la-nationalite-americaine_AD-202111290166.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:00:55 GMT", + "pubDate": "Mon, 29 Nov 2021 08:52:47 GMT", + "enclosure": "https://images.bfmtv.com/gGMb67OkEyWfE0ujm60tMwc-hgM=/0x0:2048x1152/800x0/images/Enes-Kanter-face-aux-Raptors-1170737.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0216a9a3923298bb7887a3f0b6531e6b" + "hash": "ad2bbea4ea8ff0ceeb8a3ac845862afb" }, { - "title": "Manchester City-PSG: \"Je suis très satisfait de tous les joueurs\", assure Pochettino après la défaite", - "description": "Mauricio Pochettino, l'entraîneur du Paris Saint-Germain, a préféré retenir la qualification après la défaite (1-2) plus que logique et méritée du Paris Saint-Germain à l'Etihad Stadium, face à Manchester City.

", - "content": "Mauricio Pochettino, l'entraîneur du Paris Saint-Germain, a préféré retenir la qualification après la défaite (1-2) plus que logique et méritée du Paris Saint-Germain à l'Etihad Stadium, face à Manchester City.

", + "title": "Ballon d’or: qui est le favori des \"fuites\"", + "description": "Le vainqueur du Ballon d’or 2021 sera dévoilé ce lundi soir lors d’une soirée organisée au Théâtre du Châtelet à Paris. Pourtant, des premières fuites plus ou moins crédibles sont apparues sur les réseaux sociaux.

", + "content": "Le vainqueur du Ballon d’or 2021 sera dévoilé ce lundi soir lors d’une soirée organisée au Théâtre du Châtelet à Paris. Pourtant, des premières fuites plus ou moins crédibles sont apparues sur les réseaux sociaux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-je-suis-tres-satisfait-de-tous-les-joueurs-assure-pochettino-apres-la-defaite_AV-202111240607.html", + "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-qui-est-le-favori-des-fuites_AV-202111290160.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 22:45:20 GMT", + "pubDate": "Mon, 29 Nov 2021 08:43:41 GMT", + "enclosure": "https://images.bfmtv.com/M9Ds0AbBkZE25Hqx6meRKxqZyt4=/0x74:2048x1226/800x0/images/Lionel-Messi-avec-le-Ballon-d-or-en-2019-1177531.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c524f5afd5bb1bf23032b9354e437d9c" + "hash": "769c7829dcdbb457bb19d674e1dc7f60" }, { - "title": "Manchester City-PSG: \"Un bon match dans l’ensemble\", estime Kimpembe malgré la défaite", - "description": "Le défenseur central du PSG, Presnel Kimpembe, a relevé des points positifs de la prestation parisienne, pourtant très inquiétante à l'Etihad Stadium, contre Manchester City (1-2).

", - "content": "Le défenseur central du PSG, Presnel Kimpembe, a relevé des points positifs de la prestation parisienne, pourtant très inquiétante à l'Etihad Stadium, contre Manchester City (1-2).

", + "title": "Ballon d’or: Benzema, Mbappé, Kanté… quelles sont les chances des Français?", + "description": "Karim Benzema, Kylian Mbappé et N’Golo Kanté sont les trois Français nommés pour le Ballon d’or 2021 qui sera remis ce lundi. Le Madrilène semble le mieux placé pour un podium même si un sacre semble compliqué.

", + "content": "Karim Benzema, Kylian Mbappé et N’Golo Kanté sont les trois Français nommés pour le Ballon d’or 2021 qui sera remis ce lundi. Le Madrilène semble le mieux placé pour un podium même si un sacre semble compliqué.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-un-bon-match-dans-l-ensemble-estime-kimpembe-malgre-la-defaite_AV-202111240598.html", + "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-benzema-mbappe-kante-quelles-sont-les-chances-des-francais_AV-202111290147.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 22:23:52 GMT", + "pubDate": "Mon, 29 Nov 2021 08:15:52 GMT", + "enclosure": "https://images.bfmtv.com/oprFm8F0_uW7QHKuYeRP5ESXSDw=/0x74:2048x1226/800x0/images/N-Golo-Kante-Kylian-Mbappe-et-Karim-Benzema-1177515.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3715431d13751e78f6baa2fdcc4c6d33" + "hash": "5773e0267f6a671d0c798bad9b22f765" }, { - "title": "Ligue des champions: les adversaires potentiels pour le PSG en huitièmes, avec plusieurs cadors européens", - "description": "Battu par Manchester City mercredi (2-1) mais qualifié pour les huitièmes de finale de la Ligue des champions, le PSG terminera deuxième de sa poule. Avec le risque d'affronter un cador européen en huitièmes.

", - "content": "Battu par Manchester City mercredi (2-1) mais qualifié pour les huitièmes de finale de la Ligue des champions, le PSG terminera deuxième de sa poule. Avec le risque d'affronter un cador européen en huitièmes.

", + "title": "Equipe de France: deux membres du staff des champions du monde 2018 à l'Elysée pour recevoir la Légion d’honneur", + "description": "Deux ans après avoir été faits Chevaliers de la Légion d’honneur, Philippe Tournon, ancien chef de presse de l’équipe de France et Mohamed Sanhadji qui assure la sécurité des Bleus depuis 2004 vont recevoir ce lundi leur insigne lundi à l'Elysée.

", + "content": "Deux ans après avoir été faits Chevaliers de la Légion d’honneur, Philippe Tournon, ancien chef de presse de l’équipe de France et Mohamed Sanhadji qui assure la sécurité des Bleus depuis 2004 vont recevoir ce lundi leur insigne lundi à l'Elysée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-adversaires-potentiels-pour-le-psg-en-huitiemes_AV-202111240594.html", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-deux-membres-du-staff-des-champions-du-monde-2018-vont-recevoir-la-legion-d-honneur_AN-202111290127.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 22:17:43 GMT", + "pubDate": "Mon, 29 Nov 2021 07:43:19 GMT", + "enclosure": "https://images.bfmtv.com/q_T2D4oUDJkhspy-skJvFe-ffQ0=/4x5:3988x2246/800x0/images/-880708.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8a8cfd9275b2ac9c52bfcfd6ebd99ac4" + "hash": "3de3bcee05b45cbec2c3b67fb101a00d" }, { - "title": "Ligue des champions: Benzema, Nkunku, Mbappé, Thiago... les principaux buts de mercredi soir", - "description": "Karim Benzema a été l'un des buteurs de la soirée de mercredi en Ligue des champions. L'attaquant tricolore a participé à la victoire (et qualification) du Real Madrid contre le Sheriff Tiraspol (3-0). Dans le même temps, un autre Français, Christopher Nkunku, a profité du carton du RB Leipzig (5-0 contre le Club Bruges) pour s'illustrer.

", - "content": "Karim Benzema a été l'un des buteurs de la soirée de mercredi en Ligue des champions. L'attaquant tricolore a participé à la victoire (et qualification) du Real Madrid contre le Sheriff Tiraspol (3-0). Dans le même temps, un autre Français, Christopher Nkunku, a profité du carton du RB Leipzig (5-0 contre le Club Bruges) pour s'illustrer.

", + "title": "Naples: la superbe statue en hommage à Maradona", + "description": "Le club de Naples a dévoilé dimanche, en marge du match gagné contre la Lazio en Serie A (4-0), une statue de Diego Maradona. Un peu plus d'un an après la mort de l'Argentin, la formation napolitaine lui rend un nouvel hommage.

", + "content": "Le club de Naples a dévoilé dimanche, en marge du match gagné contre la Lazio en Serie A (4-0), une statue de Diego Maradona. Un peu plus d'un an après la mort de l'Argentin, la formation napolitaine lui rend un nouvel hommage.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-benzema-nkunku-mbappe-thiago-les-principaux-buts-de-mercredi-soir_AV-202111240586.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/naples-la-superbe-statue-en-hommage-a-maradona_AV-202111290119.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 22:04:34 GMT", + "pubDate": "Mon, 29 Nov 2021 07:35:11 GMT", + "enclosure": "https://images.bfmtv.com/kN-EiFrT3Sis4-OEhp0t0zcGZkM=/0x65:2048x1217/800x0/images/La-statue-de-Maradona-au-stade-de-Naples-1177483.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "24fd1d92acb0c447030d22d6e0588eb3" + "hash": "d34544113068aac718139ae6ee45600b" }, { - "title": "Manchester City-PSG: battu mais qualifié, Paris abandonne la première place après un match inquiétant", - "description": "Manchester City a battu le Paris Saint-Germain (2-1) au terme d'une rencontre qui a vu les deux équipes se qualifier pour les huitièmes de finale de la Ligue des champions. City est assuré de conserver la première place avant la dernière journée.

", - "content": "Manchester City a battu le Paris Saint-Germain (2-1) au terme d'une rencontre qui a vu les deux équipes se qualifier pour les huitièmes de finale de la Ligue des champions. City est assuré de conserver la première place avant la dernière journée.

", + "title": "Leo Margets : \"J'ai encore des étoiles plein les yeux\"", + "description": "Un peu moins d'une semaine après son sacre sur l'event #83 The Closer 1.500$ des WSOP pour 376.850$, Leo Margets était l'invitée du RMC Poker Show. La joueuse du Team Winamax s'est confiée comme jamais.

", + "content": "Un peu moins d'une semaine après son sacre sur l'event #83 The Closer 1.500$ des WSOP pour 376.850$, Leo Margets était l'invitée du RMC Poker Show. La joueuse du Team Winamax s'est confiée comme jamais.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-battu-mais-qualifie-paris-abandonne-la-premiere-place-aux-skyblues-apres-un-match-inquietant_AV-202111240583.html", + "link": "https://rmcsport.bfmtv.com/poker/leo-margets-j-ai-encore-des-etoiles-plein-les-yeux_AN-202111290251.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 21:57:23 GMT", + "pubDate": "Mon, 29 Nov 2021 07:11:37 GMT", + "enclosure": "https://images.bfmtv.com/iX3B01jN7lw2AqwGXsM9HOqpj_c=/6x81:1494x918/800x0/images/Leo-Margets-J-ai-encore-des-etoiles-plein-les-yeux-1177655.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e3b9c1176feb34c5cc52ba5a1d9a60e" + "hash": "a873c84121dba17898c02560aa8126f4" }, { - "title": "Manchester City-PSG: le but de Mbappé après un joli mouvement collectif", - "description": "Largement dominé par Manchester City en première période, le PSG a réussi à ouvrir le score dès le retour des vestiaires grâce à Kylian Mbappé, ce mercredi, en Ligue des champions.

", - "content": "Largement dominé par Manchester City en première période, le PSG a réussi à ouvrir le score dès le retour des vestiaires grâce à Kylian Mbappé, ce mercredi, en Ligue des champions.

", + "title": "Ballon d’or: le jury, les votes... le mode d'emploi de l'attribution du trophée", + "description": "Le Ballon d’or récompensera lundi le meilleur footballeur de l’année 2021 lors d’une cérémonie organisée au Théâtre du Châtelet à Paris. Voici comment le vainqueur sera désigné parmi les 30 nommés pour cette prestigieuse récompense.

", + "content": "Le Ballon d’or récompensera lundi le meilleur footballeur de l’année 2021 lors d’une cérémonie organisée au Théâtre du Châtelet à Paris. Voici comment le vainqueur sera désigné parmi les 30 nommés pour cette prestigieuse récompense.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-le-but-de-mbappe-apres-un-joli-mouvement-collectif_AV-202111240573.html", + "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-le-jury-les-votes-le-mode-d-emploi-du-tirage_AV-202111290101.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 21:21:15 GMT", + "pubDate": "Mon, 29 Nov 2021 07:11:32 GMT", + "enclosure": "https://images.bfmtv.com/GsIfmzkXOJGQ_nq-W0JnZl4TlFc=/0x116:1600x1016/800x0/images/-828266.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "91b433468b9e5c87deb2fcc8a6f8e769" + "hash": "b8d876c7ce56823f5534b7fa215558b7" }, { - "title": "Affaire de la sextape: Maracineanu rappelle le \"devoir d'exemplarité des sportifs\"", - "description": "Pour Roxana Maracineanu, ministre déléguée aux Sports, le jugement dans l'affaire de la sextape rappelle que, à ses yeux, les sportifs doivent faire preuve d'un \"devoir d'exemplarité\".

", - "content": "Pour Roxana Maracineanu, ministre déléguée aux Sports, le jugement dans l'affaire de la sextape rappelle que, à ses yeux, les sportifs doivent faire preuve d'un \"devoir d'exemplarité\".

", + "title": "Liga: la police aurait séparé Emery et Xavi après Villarreal-Barça", + "description": "Selon le quotidien catalan Sport, Unai Emery et Xavi se sont accrochés dans le tunnel du vestiaire après le match entre Villarreal et le FC Barcelone (1-3) au point que la police a dû tenir les deux hommes à l’écart.

", + "content": "Selon le quotidien catalan Sport, Unai Emery et Xavi se sont accrochés dans le tunnel du vestiaire après le match entre Villarreal et le FC Barcelone (1-3) au point que la police a dû tenir les deux hommes à l’écart.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/affaire-de-la-sextape-maracineanu-rappelle-le-devoir-d-exemplarite-des-sportifs_AV-202111240572.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-la-police-aurait-separe-emery-et-xavi-apres-villarreal-barca_AN-202111290093.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 21:19:44 GMT", + "pubDate": "Mon, 29 Nov 2021 07:03:13 GMT", + "enclosure": "https://images.bfmtv.com/0NUltqU_zwvpUjDPqLAcB_EHG18=/0x46:2048x1198/800x0/images/Xavi-et-Unai-Emery-1177455.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "846438894670f7b42b440b59608bda5a" + "hash": "baef67949b792c32137e66b6548df519" }, { - "title": "Saint-Etienne: le numéro 24 retiré en hommage à Loïc Perrin", - "description": "En hommage à son ancien capitaine Loïc Perrin, Saint-Etienne a annoncé ce mercredi que le numéro 24 ne serait plus attribué chez les Verts. Un maillot collector a également été lancé.

", - "content": "En hommage à son ancien capitaine Loïc Perrin, Saint-Etienne a annoncé ce mercredi que le numéro 24 ne serait plus attribué chez les Verts. Un maillot collector a également été lancé.

", + "title": "Ballon d'or: les trois favoris Benzema, Lewandowski et Messi au scanner", + "description": "Le Ballon d'or, c'est pour ce soir. La cérémonie de remise du trophée va se dérouler ce lundi au théâtre du Châtelet, à Paris. Parmi les 30 joueurs nommés, trois sont favoris pour soulever le trophée: Karim Benzema, Robert Lewandowski et Lionel Messi. Stats, forme du moment, titres... On fait le point sur leur année 2021.

", + "content": "Le Ballon d'or, c'est pour ce soir. La cérémonie de remise du trophée va se dérouler ce lundi au théâtre du Châtelet, à Paris. Parmi les 30 joueurs nommés, trois sont favoris pour soulever le trophée: Karim Benzema, Robert Lewandowski et Lionel Messi. Stats, forme du moment, titres... On fait le point sur leur année 2021.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-le-numero-24-retire-en-hommage-a-loic-perrin_AV-202111240562.html", + "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-les-trois-favoris-benzema-lewandowski-et-messi-au-scanner_AV-202111290014.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 21:03:14 GMT", + "pubDate": "Mon, 29 Nov 2021 07:00:00 GMT", + "enclosure": "https://images.bfmtv.com/s766r_C1w8j9WNyg2z75tblafbk=/0x93:2048x1245/800x0/images/Karim-Benzema-1168960.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e25d25b934276e654759eba77494dab3" + "hash": "1679754776a15060b997a663ab1ca79a" }, { - "title": "Boxe: Fury voudrait combattre en février ou en mars (mais n'a pas encore d'adversaire)", - "description": "Selon un promoteur britannique, qui a parlé avec Tyson Fury le week-end dernier, le champion du monde WBC des lourds a envie de combattre début 2022, en février ou mars. Mais il lui faut trouver un adversaire.

", - "content": "Selon un promoteur britannique, qui a parlé avec Tyson Fury le week-end dernier, le champion du monde WBC des lourds a envie de combattre début 2022, en février ou mars. Mais il lui faut trouver un adversaire.

", + "title": "OM-Troyes en direct: de retour a Marseille, Rami recadre ses détracteurs", + "description": "L'OM s'est imposé 1-0 contre Troyes grâce à un but de Lirola. Les Marseillais reviennent à hauteur de Nice, troisième.

", + "content": "L'OM s'est imposé 1-0 contre Troyes grâce à un but de Lirola. Les Marseillais reviennent à hauteur de Nice, troisième.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-fury-voudrait-combattre-en-fevrier-ou-en-mars-mais-n-a-pas-encore-d-adversaire_AV-202111240312.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-troyes-suivez-le-match-en-direct_LS-202111280247.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 13:32:57 GMT", - "folder": "00.03 News/Sport - FR", - "feed": "RMC Sport", - "read": false, + "pubDate": "Sun, 28 Nov 2021 18:27:10 GMT", + "enclosure": "https://images.bfmtv.com/uxKSt6hqAm5brN58aALMr7pbDYw=/0x106:2048x1258/800x0/images/Adil-Rami-1177420.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "RMC Sport", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d9c497c1b8ad3c38d442cdfcd1bea32" + "hash": "441aa0415a90184bec5d1bb0c60cb632" }, { - "title": "FC Barcelone: Xavi emballé par le profil de Braithwaite", - "description": "Blessé depuis plusieurs mois, Martin Braithwaite pourrait avoir l’occasion de montrer sa valeur à son entraîneur Xavi lorsqu’il reviendra de blessure. Selon Sport, l’ancien milieu du FC Barcelone serait emballé par le profil de l’attaquant danois.

", - "content": "Blessé depuis plusieurs mois, Martin Braithwaite pourrait avoir l’occasion de montrer sa valeur à son entraîneur Xavi lorsqu’il reviendra de blessure. Selon Sport, l’ancien milieu du FC Barcelone serait emballé par le profil de l’attaquant danois.

", + "title": "Mercato en direct: C'est officiel, Manchester United a un nouveau coach", + "description": "Le mercato d'hiver ouvre ses portes dans un peu plus d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", + "content": "Le mercato d'hiver ouvre ses portes dans un peu plus d'un mois: suivez toutes les informations et rumeurs sur les renforts attendus ou sur les joueurs en fin de contrat en juin 2022, qui pourront négocier librement dès le 1er janvier.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/fc-barcelone-xavi-emballe-par-le-profil-de-braithwaite_AV-202111240307.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-29-novembre_LN-202111290068.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 13:19:56 GMT", + "pubDate": "Mon, 29 Nov 2021 06:25:08 GMT", + "enclosure": "https://images.bfmtv.com/Gwx88rVLIc4C-6NLO94K_LtFFu8=/0x70:2048x1222/800x0/images/Ralf-Rangnick-1176000.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f3b3c2fc2c9b4d8d0b0515aa91e4168" + "hash": "6228f853f98fb261507c14c148114f34" }, { - "title": "Naples: le chirurgien qui a soigné Osimhen parle d'une des \"opérations les plus dures\" de sa carrière", - "description": "Le chirurgien Giampaolo Tartaro, qui a opéré mardi Victor Osimhen, qui souffrait d'une vingtaine de fractures au visage, a détaillé les soins effectués sur l'attaquant de Naples. La reconstruction s'annonce longue pour le Nigérian, qui devrait louper les trois prochains mois de compétition.

", - "content": "Le chirurgien Giampaolo Tartaro, qui a opéré mardi Victor Osimhen, qui souffrait d'une vingtaine de fractures au visage, a détaillé les soins effectués sur l'attaquant de Naples. La reconstruction s'annonce longue pour le Nigérian, qui devrait louper les trois prochains mois de compétition.

", + "title": "ASSE-PSG: Neymar pourrait être absent six semaines", + "description": "Après sa sortie sur blessure à Saint-Etienne, ce dimanche lors de la 15e journée de Ligue 1 (1-3), Neymar pourrait être éloigné des terrains durant un mois et demi. Les premiers examens passés par le n°10 du PSG font état d’une grosse entorse.

", + "content": "Après sa sortie sur blessure à Saint-Etienne, ce dimanche lors de la 15e journée de Ligue 1 (1-3), Neymar pourrait être éloigné des terrains durant un mois et demi. Les premiers examens passés par le n°10 du PSG font état d’une grosse entorse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/naples-le-chirurgien-qui-a-soigne-osimhen-parle-d-une-des-operations-les-plus-dures-de-sa-carriere_AV-202111240301.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-psg-neymar-pourrait-etre-absent-six-semaines_AV-202111280275.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:58:29 GMT", + "pubDate": "Sun, 28 Nov 2021 21:24:55 GMT", + "enclosure": "https://images.bfmtv.com/i_AaF-HoU-qZZEYxPk5UXS3aTKc=/0x52:2048x1204/800x0/images/Neymar-1177315.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31aac5d0edd88dfd4555d71d4aa98d1d" + "hash": "30622d15c447d272370cbafc185e01ee" }, { - "title": "Tottenham: restrictions alimentaires, entraînements, Emerson apprend à \"souffrir\" avec Conte", - "description": "Arrivé en fin de mercato en provenance du FC Barcelone, Emerson Royal n’a pas vraiment connu des débuts idylliques avec Tottenham. Après le départ de Nuno Espirito Santo, c’est Antonio Conte qui a pris le relais. Dans une interview à Sky Sports, le latéral droit dévoile les méthodes de l’Italien.

", - "content": "Arrivé en fin de mercato en provenance du FC Barcelone, Emerson Royal n’a pas vraiment connu des débuts idylliques avec Tottenham. Après le départ de Nuno Espirito Santo, c’est Antonio Conte qui a pris le relais. Dans une interview à Sky Sports, le latéral droit dévoile les méthodes de l’Italien.

", + "title": "OM-Troyes en direct: Lirola trouve la faille dans un match terne", + "description": "L’OM accueille Troyes, ce dimanche au Vélodrome, en clôture de la 15e journée de Ligue 1. Une semaine après leur match arrêté à Lyon, les Marseillais ont l’occasion de recoller au trio de tête en cas de succès.

", + "content": "L’OM accueille Troyes, ce dimanche au Vélodrome, en clôture de la 15e journée de Ligue 1. Une semaine après leur match arrêté à Lyon, les Marseillais ont l’occasion de recoller au trio de tête en cas de succès.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-restrictions-alimentaires-entrainements-emerson-apprend-a-souffrir-avec-conte_AV-202111240295.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-troyes-suivez-le-match-en-direct_LS-202111280247.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:44:35 GMT", + "pubDate": "Sun, 28 Nov 2021 18:27:10 GMT", + "enclosure": "https://images.bfmtv.com/NEoci-Td4_l8_xkq1UAAssSJS78=/0x212:2048x1364/800x0/images/Payet-lors-du-match-OM-Troyes-1177312.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "943420ee4d585df4c14f6cc4724a4233" + "hash": "ccc69b3c854d6c4db4415a009de6cc6d" }, { - "title": "Ligue Europa en direct: les confs de Marseille, Lyon et Monaco", - "description": "Suivez en direct les conférences de presse de Lyon, Marseille et Monaco avant leurs matchs comptant pour la 5e journée de la Ligue Europa, jeudi.

", - "content": "Suivez en direct les conférences de presse de Lyon, Marseille et Monaco avant leurs matchs comptant pour la 5e journée de la Ligue Europa, jeudi.

", + "title": "ASSE-PSG en direct: Neymar pourrait être absent six semaines", + "description": "Si le PSG s'est imposé à Saint-Etienne ce dimanche (3-1), il a perdu Neymar sur blessure en fin de match. Le Brésilien est touché à la cheville gauche.

", + "content": "Si le PSG s'est imposé à Saint-Etienne ce dimanche (3-1), il a perdu Neymar sur blessure en fin de match. Le Brésilien est touché à la cheville gauche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-en-direct-les-confs-de-marseille-lyon-et-monaco_LN-202111240293.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-psg-en-direct-paris-veut-se-relancer-apres-son-rate-en-ligue-des-champions_LS-202111280088.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:43:02 GMT", + "pubDate": "Sun, 28 Nov 2021 10:16:44 GMT", + "enclosure": "https://images.bfmtv.com/184plja8iWpKS9wwwffoTO0RyqE=/0x171:1568x1053/800x0/images/Neymar-a-ete-touche-a-la-cheville-contre-Saint-Etienne-1177147.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a1b353cf0412decac5b1062762cf87e" + "hash": "f69108a6a16848fee41aa3b3226f313f" }, { - "title": "Barça-Benfica: la réaction hallucinée de Jesus face au raté énorme de Seferovic", - "description": "Jorge Jesus, entraîneur du Benfica Lisbonne, s’est effondré au sol de dépit après le gros raté de son attaquant Haris Seferovic à la fin du match sur le terrain du FC Barcelone (0-0), mardi en Ligue des champions.

", - "content": "Jorge Jesus, entraîneur du Benfica Lisbonne, s’est effondré au sol de dépit après le gros raté de son attaquant Haris Seferovic à la fin du match sur le terrain du FC Barcelone (0-0), mardi en Ligue des champions.

", + "title": "Bordeaux: Lopez charge ses joueurs après la défaite contre Brest", + "description": "Gérard Lopez n’a pas du tout apprécié la défaite à domicile de Bordeaux face à Brest, ce dimanche, lors de la 15e journée de Ligue 1 (1-2). Le président des Girondins réclame plus d’investissement de la part de ses joueurs, désormais 17es du classement.

", + "content": "Gérard Lopez n’a pas du tout apprécié la défaite à domicile de Bordeaux face à Brest, ce dimanche, lors de la 15e journée de Ligue 1 (1-2). Le président des Girondins réclame plus d’investissement de la part de ses joueurs, désormais 17es du classement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-benfica-la-reaction-hallucinee-de-jesus-face-au-rate-enorme-de-seferovic_AV-202111240289.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/bordeaux-lopez-charge-ses-joueurs-apres-la-defaite-contre-brest_AV-202111280272.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:30:47 GMT", + "pubDate": "Sun, 28 Nov 2021 20:29:55 GMT", + "enclosure": "https://images.bfmtv.com/f927sWTglf92PioJHKKA4xJtmfk=/0x0:2048x1152/800x0/images/Gerard-Lopez-1174569.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "330d90afd765bf866c51d14ba8bfb128" + "hash": "84fc62d5da5f8b020d2a6c4521f0f473" }, { - "title": "Coupe Davis: le coup de gueule des capitaines d'équipe, dont Grosjean", - "description": "La phase de groupes de la Coupe Davis commence ce jeudi pour l'équipe de France de Sébastien Grosjean, qui affrontera la République Tchèque. L'ensemble des capitaines de la poule C, où se trouve aussi la Grande-Bretagne, a protesté contre le choix de garder Innsbruck en tant que ville-hôte, en Autriche, qui imposera un huis clos pour les rencontres.

", - "content": "La phase de groupes de la Coupe Davis commence ce jeudi pour l'équipe de France de Sébastien Grosjean, qui affrontera la République Tchèque. L'ensemble des capitaines de la poule C, où se trouve aussi la Grande-Bretagne, a protesté contre le choix de garder Innsbruck en tant que ville-hôte, en Autriche, qui imposera un huis clos pour les rencontres.

", + "title": "Killington (slalom): Shiffrin s'offre une 71e victoire", + "description": "A domicile, à Killington, l'Américaine Mikaela Shiffrin a été la plus rapide sur le slalom ce dimanche. Sa 71e victoire en Coupe du monde.

", + "content": "A domicile, à Killington, l'Américaine Mikaela Shiffrin a été la plus rapide sur le slalom ce dimanche. Sa 71e victoire en Coupe du monde.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-le-coup-des-gueule-des-capitaines-d-equipes-dont-grosjean_AV-202111240286.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/ski-alpin/killington-slalom-shiffrin-s-offre-une-71e-victoire_AD-202111280271.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:21:48 GMT", + "pubDate": "Sun, 28 Nov 2021 20:06:40 GMT", + "enclosure": "https://images.bfmtv.com/GPwLMhNe27jHhgauyOWUo0Ug9kw=/0x4:768x436/800x0/images/La-joie-de-Mikaela-Shiffrin-victorieuse-en-slalom-a-Killington-le-28-novembre-2021-1177294.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d06a890d50327d37a785a10033588b01" + "hash": "c9164a8107ddb07b8a58703ebafaf380" }, { - "title": "Mercato: le plan de Dortmund pour convaincre Haaland de rester", - "description": "Convoité par les plus grands clubs européens, Erling Haaland sera l’une des principales attractions du mercato estival. Mais le Borussia Dortmund ne désespère pas de garder l'attaquant norvégien. Selon Sky Germany, le club allemand aurait un plan pour conserver le joueur.

", - "content": "Convoité par les plus grands clubs européens, Erling Haaland sera l’une des principales attractions du mercato estival. Mais le Borussia Dortmund ne désespère pas de garder l'attaquant norvégien. Selon Sky Germany, le club allemand aurait un plan pour conserver le joueur.

", + "title": "PSG: Mbappé rend hommage à Virgil Abloh, figure de la mode, décédé à 41 ans", + "description": "Créateur de la marque Off White, également en charge des collections homme de Louis Vuitton, Virgil Abloh est mort ce dimanche à 41 ans, des suites d'un cancer. Kylian Mbappé lui a rendu hommage.

", + "content": "Créateur de la marque Off White, également en charge des collections homme de Louis Vuitton, Virgil Abloh est mort ce dimanche à 41 ans, des suites d'un cancer. Kylian Mbappé lui a rendu hommage.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-plan-de-dortmund-pour-convaincre-haaland-de-rester_AV-202111240263.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-mbappe-rend-hommage-a-virgil-abloh-figure-de-la-mode-decede-a-41-ans_AV-202111280269.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:46:29 GMT", + "pubDate": "Sun, 28 Nov 2021 19:40:36 GMT", + "enclosure": "https://images.bfmtv.com/uTV6L9imJkGwKggg2kYqL7i0BRw=/0x82:2048x1234/800x0/images/Virgil-Abloh-1177299.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb4e70fd4e70836ba4fed0a5a53f4a2b" + "hash": "23b145d543351a511a360f7eda552715" }, { - "title": "Coupe du monde 2022: tollé en Norvège après l'arrestation de deux reporters au Qatar", - "description": "Deux reporters de la télévision norvégienne ont été temporairement détenus au Qatar, où ils effectuaient un reportage sur la préparation de la Coupe du monde 2022. Ce qui a provoqué une vague d'indignation au pays.

", - "content": "Deux reporters de la télévision norvégienne ont été temporairement détenus au Qatar, où ils effectuaient un reportage sur la préparation de la Coupe du monde 2022. Ce qui a provoqué une vague d'indignation au pays.

", + "title": "Coupe Davis: l’équipe de France éliminée dès la phase de poules", + "description": "La France, deuxième du groupe C, a été éliminée dimanche de la Coupe Davis dès la phase de poules, n'ayant pu terminer parmi les deux meilleurs deuxièmes des six groupes.

", + "content": "La France, deuxième du groupe C, a été éliminée dimanche de la Coupe Davis dès la phase de poules, n'ayant pu terminer parmi les deux meilleurs deuxièmes des six groupes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-tolle-en-norvege-apres-l-arrestation-de-deux-reporters-au-qatar_AD-202111240256.html", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-l-equipe-de-france-eliminee-des-la-phase-de-poules_AV-202111280268.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:32:14 GMT", + "pubDate": "Sun, 28 Nov 2021 19:39:28 GMT", + "enclosure": "https://images.bfmtv.com/jcTViwiEDhQbjDnQI8ysLSNcF6g=/0x0:1200x675/800x0/images/Adrian-Mannarino-1177301.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58960903199d55dcf70a033919fbbfc1" + "hash": "5fe0402c10cf984325d42642aee94ac3" }, { - "title": "Manchester City-PSG: avant Paris, des Skyblues en pleine confiance", - "description": "Battu au match aller par le PSG (2-0), Manchester City est dans une très grande forme avant de recevoir le club parisien ce mercredi soir en Ligue des champions (21h, RMC Sport 1). Et ce malgré l'absence de Kevin de Bruyne, et toujours de véritable numéro 9.

", - "content": "Battu au match aller par le PSG (2-0), Manchester City est dans une très grande forme avant de recevoir le club parisien ce mercredi soir en Ligue des champions (21h, RMC Sport 1). Et ce malgré l'absence de Kevin de Bruyne, et toujours de véritable numéro 9.

", + "title": "ASSE-PSG: Khazri \"s’en fout carrément\" de la prestation de Ramos", + "description": "Après la défaite de Saint-Etienne face au PSG, ce dimanche lors de la 15e journée de Ligue 1 (1-3), Wahbi Khazri a été interrogé sur la grande première de Sergio Ramos dans le championnat de France. Et la réponse de l’attaquant des Verts a été assez cinglante...

", + "content": "Après la défaite de Saint-Etienne face au PSG, ce dimanche lors de la 15e journée de Ligue 1 (1-3), Wahbi Khazri a été interrogé sur la grande première de Sergio Ramos dans le championnat de France. Et la réponse de l’attaquant des Verts a été assez cinglante...

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-avant-paris-des-skyblues-en-pleine-confiance_AV-202111240250.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-psg-khazri-s-en-fout-carrement-de-la-prestation-de-ramos_AV-202111280262.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:22:53 GMT", + "pubDate": "Sun, 28 Nov 2021 19:19:08 GMT", + "enclosure": "https://images.bfmtv.com/qmH7jUySYkPlnLUTVlDBP3S-2Mc=/7x111:2039x1254/800x0/images/ASSE-PSG-1177295.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb8f4f1aac8e4e8bed89a9475f34e2e1" + "hash": "eb1bef0b098f9858ccede96e33f0491f" }, { - "title": "Disparition de Peng Shuai: l’UE demande \"des preuves vérifiables\" et une enquête \"transparente\"", - "description": "Disparue pendant plusieurs jours, Peng Shuai a récemment donné signe de vie sur les réseaux sociaux de journalistes chinois. L’Union Européenne a annoncé vouloir des preuves de la part des autorités de Chine sur la liberté de mouvement de la joueuse de tennis. Mais aussi une enquête sur l’agression sexuelle dont elle dit avoir été victime par l’ancien vice Premier ministre Zhang Gaoli.

", - "content": "Disparue pendant plusieurs jours, Peng Shuai a récemment donné signe de vie sur les réseaux sociaux de journalistes chinois. L’Union Européenne a annoncé vouloir des preuves de la part des autorités de Chine sur la liberté de mouvement de la joueuse de tennis. Mais aussi une enquête sur l’agression sexuelle dont elle dit avoir été victime par l’ancien vice Premier ministre Zhang Gaoli.

", + "title": "Montpellier-OL: Bosz pas content du contenu malgré la victoire, Gusto pas épargné", + "description": "Malgré la victoire 1-0 sur la pelouse de Montpellier ce dimanche, pour la 15e journée de Ligue 1, Peter Bosz n'était pas satisfait du contenu produit par les joueurs de l'OL. Le technicien appelle à faire mieux, notamment pour le jeune Malo Gusto.

", + "content": "Malgré la victoire 1-0 sur la pelouse de Montpellier ce dimanche, pour la 15e journée de Ligue 1, Peter Bosz n'était pas satisfait du contenu produit par les joueurs de l'OL. Le technicien appelle à faire mieux, notamment pour le jeune Malo Gusto.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/disparition-de-peng-shuai-l-ue-demande-des-preuves-verifiables-et-une-enquete-transparente_AV-202111240247.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/montpellier-ol-bosz-pas-content-du-contenu-malgre-la-victoire-gusto-pas-epargne_AV-202111280261.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:15:46 GMT", + "pubDate": "Sun, 28 Nov 2021 19:17:48 GMT", + "enclosure": "https://images.bfmtv.com/MYdoXUiQfK9uVG4Vf8qRGRwEoW4=/0x106:2048x1258/800x0/images/Peter-Bosz-OL-qui-donne-ses-consignes-1177288.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "211961a7b418dd7a6eeaba0ddb6db036" + "hash": "3a7ed785ab593b6bad3974b975cd2878" }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 24 novembre - NBA", - "description": "Mon pronostic : au moins 25pts pour Tatum et Durant, 9 passes pour Harden lors de Boston - Brooklyn (3.65) !

", - "content": "Mon pronostic : au moins 25pts pour Tatum et Durant, 9 passes pour Harden lors de Boston - Brooklyn (3.65) !

", + "title": "OM-Troyes, les compos: Kamara sur le banc après avoir boudé la conférence de presse", + "description": "Dimitri Payet fait son retour dans la compo de l'OM, face à Troyes ce dimanche (20h45). En revanche, après avoir refusé de venir en conférence de presse vendredi, Boubacar Kamara est sur le banc.

", + "content": "Dimitri Payet fait son retour dans la compo de l'OM, face à Troyes ce dimanche (20h45). En revanche, après avoir refusé de venir en conférence de presse vendredi, Boubacar Kamara est sur le banc.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-24-novembre-nba_AN-202111240244.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-troyes-les-compos-kamara-sur-le-banc-apres-avoir-boude-la-conference-de-presse_AV-202111280260.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:13:08 GMT", + "pubDate": "Sun, 28 Nov 2021 19:16:17 GMT", + "enclosure": "https://images.bfmtv.com/HHYKqfB9zU_7op9V4pQbeb6MOzc=/0x0:2048x1152/800x0/images/Boubacar-Kamara-OM-1177296.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a2394fffa2cad962740daefe6efb422" + "hash": "8228df3afb1c5f58c1c2a0acd5e187a9" }, { - "title": "Manchester City-PSG: touché à l'entraînement, Verratti vers un forfait", - "description": "Sorti touché de l'entraînement à Manchester mardi soir, Marco Verratti est incertain pour la rencontre de Ligue des champions ce mercredi (21h sur RMC Sport 1) face à City. Le milieu italien du PSG a effectué samedi dernier son retour sur les terrains. Georginio Wijnaldum n’a lui non plus pas terminé l’entraînement mardi soir.

", - "content": "Sorti touché de l'entraînement à Manchester mardi soir, Marco Verratti est incertain pour la rencontre de Ligue des champions ce mercredi (21h sur RMC Sport 1) face à City. Le milieu italien du PSG a effectué samedi dernier son retour sur les terrains. Georginio Wijnaldum n’a lui non plus pas terminé l’entraînement mardi soir.

", + "title": "Coupe de France: Le Havre sorti par une N3, trois équipes de R2 en 32es de finale", + "description": "Après l'élimination de Grenoble et Rodez, Le Havre a également pris la porte ce dimanche face à Chauvigny (National 3) lors du 8e tour de la Coupe de France. Le petit poucet de la compétition, Salouel Saleux, a été éliminé.

", + "content": "Après l'élimination de Grenoble et Rodez, Le Havre a également pris la porte ce dimanche face à Chauvigny (National 3) lors du 8e tour de la Coupe de France. Le petit poucet de la compétition, Salouel Saleux, a été éliminé.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-touche-a-l-entrainement-verratti-vers-un-forfait_AV-202111240240.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-le-havre-sorti-par-une-n3-trois-equipes-de-r2-en-32es-de-finale_AN-202111280257.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:05:29 GMT", + "pubDate": "Sun, 28 Nov 2021 18:59:01 GMT", + "enclosure": "https://images.bfmtv.com/mpXlxdCmYz46XW59qtOVQpAO4Uo=/242x320:1714x1148/800x0/images/Coupe-de-France-1176976.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "259d7c0e407506893d7a4b5f61ae6d55" + "hash": "ddd9ace5bda3b60369187df0fc32555f" }, { - "title": "Affaire de la sextape: Benzema \"reste sélectionnable\" malgré sa condamnation, insiste Le Graët", - "description": "Noël Le Graët, président de la Fédération française de football (FFF), a réaffirmé sa position sur Karim Benzema, malgré sa condamnation dans l’affaire de la sextape: l’attaquant reste sélectionnable avec l’équipe de France.

", - "content": "Noël Le Graët, président de la Fédération française de football (FFF), a réaffirmé sa position sur Karim Benzema, malgré sa condamnation dans l’affaire de la sextape: l’attaquant reste sélectionnable avec l’équipe de France.

", + "title": "Ligue 1: bouillant, le Stade Rennais est la meilleure équipe d'Europe depuis octobre", + "description": "Aucune autre équipe des cinq grands championnats européens n'a gagné plus de points que le Stade Rennais, dauphin du Paris Saint-Germain en Ligue 1, depuis octobre. Et ce n'est pas tout.

", + "content": "Aucune autre équipe des cinq grands championnats européens n'a gagné plus de points que le Stade Rennais, dauphin du Paris Saint-Germain en Ligue 1, depuis octobre. Et ce n'est pas tout.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/affaire-de-la-sextape-benzema-reste-selectionnable-malgre-sa-condamnation-insiste-le-graet_AV-202111240233.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-bouillant-le-stade-rennais-est-la-meilleure-equipe-d-europe-depuis-octobre_AV-202111280251.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:55:52 GMT", + "pubDate": "Sun, 28 Nov 2021 18:43:17 GMT", + "enclosure": "https://images.bfmtv.com/YTEpR29dxA4DNInQmUI2A-TR4pE=/0x104:1200x779/800x0/images/Jeremy-Doku-1177264.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1401607e5d4a8f3f8aa7760b58a8704b" + "hash": "6f6c6bc1a981b7672540b40f388e00ef" }, { - "title": "Manchester City-PSG en direct: deux joueurs vers un forfait côté parisien", - "description": "Le PSG peut assurer sa qualification pour les huitièmes de finale de la Ligue des champions ce mercredi soir, sur la pelouse de son plus grand rival du groupe, Manchester City. Un choc à suivre à 21h sur RMC Sport.

", - "content": "Le PSG peut assurer sa qualification pour les huitièmes de finale de la Ligue des champions ce mercredi soir, sur la pelouse de son plus grand rival du groupe, Manchester City. Un choc à suivre à 21h sur RMC Sport.

", + "title": "Chelsea-Manchester United: une énorme bourde, de l'intensité et un classement qui se resserre", + "description": "Le choc de la 13e journée de Premier League a abouti à un match nul entre Chelsea et Manchester United ce dimanche (1-1), à Stamford Bridge. Une rencontre marquée par une énorme bourde et qui permet de resserrer les écarts en haut de tableau.

", + "content": "Le choc de la 13e journée de Premier League a abouti à un match nul entre Chelsea et Manchester United ce dimanche (1-1), à Stamford Bridge. Une rencontre marquée par une énorme bourde et qui permet de resserrer les écarts en haut de tableau.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-suivez-en-direct-le-choc-manchester-city-psg_LS-202111240229.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-manchester-united-une-enorme-bourde-de-l-intensite-et-un-classement-qui-se-resserre_AV-202111280249.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:47:18 GMT", + "pubDate": "Sun, 28 Nov 2021 18:33:46 GMT", + "enclosure": "https://images.bfmtv.com/DoU54y7Sdad8O3dQoo2qV-mS6KI=/0x153:2048x1305/800x0/images/Timo-Werner-lors-de-Chelsea-Manchester-United-1177276.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4006db0a7827aa8b43b97850e07e5580" + "hash": "48f64301b3bf7980d010e356d2ae3d54" }, { - "title": "Affaire de la sextape: Valbuena est \"soulagé\" par le jugement selon son avocat", - "description": "Me Didier Domat, avocat de Mathieu Valbuena, a indiqué ce mercredi que son client est \"soulage\" après la condamnation des cinq prévenus, dont Karim Benzema, dans l'affaire de la sextape. Le tribunal correctionnel de Versailles a prononcé une peine d'un an d'emprisonnement avec sursis et 75.000 d'amende pour le joueur du Real Madrid, tout en reconnaissant le statut de victime de Valbuena.

", - "content": "Me Didier Domat, avocat de Mathieu Valbuena, a indiqué ce mercredi que son client est \"soulage\" après la condamnation des cinq prévenus, dont Karim Benzema, dans l'affaire de la sextape. Le tribunal correctionnel de Versailles a prononcé une peine d'un an d'emprisonnement avec sursis et 75.000 d'amende pour le joueur du Real Madrid, tout en reconnaissant le statut de victime de Valbuena.

", + "title": "XV de France: François Moncla, le capitaine qui a botté les fesses d'un Anglais, est mort", + "description": "Ancien capitaine du XV de France, légende du Racing et de Pau, François Moncla s'est éteint à l'âge de 89 ans.

", + "content": "Ancien capitaine du XV de France, légende du Racing et de Pau, François Moncla s'est éteint à l'âge de 89 ans.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/affaire-de-la-sextape-mathieu-valbuena-est-soulage-par-le-jugement-selon-son-avocat_AV-202111240226.html", + "link": "https://rmcsport.bfmtv.com/rugby/xv-de-france/xv-de-france-francois-moncla-le-capitaine-qui-a-botte-les-fesses-d-un-anglais-est-mort_AD-202111280243.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:42:21 GMT", + "pubDate": "Sun, 28 Nov 2021 18:14:16 GMT", + "enclosure": "https://images.bfmtv.com/q_N3_TzAmhjX0dHTQxrvSMH0KpQ=/0x99:768x531/800x0/images/Le-3e-ligne-francais-Francois-Moncla-C-tente-une-percee-sous-le-regard-des-joueurs-de-Auckland-lors-du-test-match-contre-Auckland-le-24-juillet-1961-a-Auckland-1177257.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1645539446d452056a65ca46dbd241b" + "hash": "ff9e63c3a736d286ccf780824d18df9c" }, { - "title": "Coupe Davis: Gasquet et Mannarino préférés à Gaston en équipe de France", - "description": "Sébastien Grosjean, capitaine de l’équipe de France de Coupe Davis, a annoncé sa sélection pour l’édition 2021, ce mercredi. Richard Gasquet et Adrian Mannarino en font partie à l’inverse d’Hugo Gaston, qui sort d’un beau parcours à Paris-Bercy.

", - "content": "Sébastien Grosjean, capitaine de l’équipe de France de Coupe Davis, a annoncé sa sélection pour l’édition 2021, ce mercredi. Richard Gasquet et Adrian Mannarino en font partie à l’inverse d’Hugo Gaston, qui sort d’un beau parcours à Paris-Bercy.

", + "title": "Racing-UBB en direct: Bordeaux fait voler en éclats la défense du Racing", + "description": "Suite et fin de la 11e journée de Top 14 avec le choc entre le Racing et Bordeaux-Bègles ! Les Bordelais espèrent faire un coup à La Défense Arena et ainsi recoller au leader toulousain. Coup d’envoi à 21h05 !

", + "content": "Suite et fin de la 11e journée de Top 14 avec le choc entre le Racing et Bordeaux-Bègles ! Les Bordelais espèrent faire un coup à La Défense Arena et ainsi recoller au leader toulousain. Coup d’envoi à 21h05 !

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-gasquet-prefere-a-gaston-en-equipe-de-france_AV-202111240216.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-racing-ubb-en-direct_LS-202111280242.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:28:10 GMT", + "pubDate": "Sun, 28 Nov 2021 18:10:33 GMT", + "enclosure": "https://images.bfmtv.com/wLeL7lVcDSap3LzLw3YGUNqFtyA=/0x58:2048x1210/800x0/images/Gael-Fickou-avec-le-Racing-92-1121638.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d0d3ade6bba9d1e0994e1516a22d0a2" + "hash": "adaf61fdbebf80fd843dea987a9731cd" }, { - "title": "Violences dans les stades: une communication difficile à gérer pour les clubs", - "description": "Interview avec Jérôme Touboul, ancien journaliste à L'Equipe et à la communication du PSG, directeur d'une agence de communication pour comprendre comment les clubs peuvent faire face au phénomène.

", - "content": "Interview avec Jérôme Touboul, ancien journaliste à L'Equipe et à la communication du PSG, directeur d'une agence de communication pour comprendre comment les clubs peuvent faire face au phénomène.

", + "title": "Ligue 1: l'OL retrouve le goût de la victoire à Montpellier", + "description": "Une semaine après les incidents face à Marseille, l'OL a remporté son premier match à l'extérieur depuis août, ce dimanche à Montpellier (0-1). Les Gones grimpent à la 7e place et restent au contact des places européennes.

", + "content": "Une semaine après les incidents face à Marseille, l'OL a remporté son premier match à l'extérieur depuis août, ce dimanche à Montpellier (0-1). Les Gones grimpent à la 7e place et restent au contact des places européennes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/violences-dans-les-stades-une-communication-difficile-a-gerer-pour-les-clubs_AN-202111240210.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-l-ol-retrouve-le-gout-de-la-victoire-a-montpellier_AN-202111280239.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:23:58 GMT", + "pubDate": "Sun, 28 Nov 2021 18:06:05 GMT", + "enclosure": "https://images.bfmtv.com/uKk7c2-nA1vvLp3XATXh7-zJ65c=/0x0:1984x1116/800x0/images/Lucas-Paqueta-face-a-Montpellier-1177259.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3fc496520acaac7abf0a7b939ede2e16" + "hash": "7320dd8f0f297bb7d52c9c7fa5ebd62f" }, { - "title": "Manchester United: Valverde, Emery… les dernières pistes pour le poste d’entraîneur", - "description": "De nouvelles pistes émergent pour occuper le poste de manager de Manchester United après l’éviction d’Ole Gunnar Solskjaer, le week-end dernier. Les Espagnols Unai Emery et Ernesto Valverde sont cités.

", - "content": "De nouvelles pistes émergent pour occuper le poste de manager de Manchester United après l’éviction d’Ole Gunnar Solskjaer, le week-end dernier. Les Espagnols Unai Emery et Ernesto Valverde sont cités.

", + "title": "OL: Govou n’a \"pas spécialement envie\" de rejoindre la cellule de recrutement", + "description": "Interrogé sur Canal+ Sport, Sidney Govou a expliqué ce dimanche qu’il n’envisageait pas de prendre un poste au sein de la cellule de recrutement de l’OL. L’ancien attaquant lyonnais a été approché par les dirigeants des Gones, mais il a décliné la proposition.

", + "content": "Interrogé sur Canal+ Sport, Sidney Govou a expliqué ce dimanche qu’il n’envisageait pas de prendre un poste au sein de la cellule de recrutement de l’OL. L’ancien attaquant lyonnais a été approché par les dirigeants des Gones, mais il a décliné la proposition.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-valverde-emery-les-dernieres-pistes-pour-le-poste-d-entraineur_AV-202111240200.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-govou-n-a-pas-specialement-envie-de-rejoindre-la-cellule-de-recrutement_AV-202111280237.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:12:17 GMT", + "pubDate": "Sun, 28 Nov 2021 18:03:20 GMT", + "enclosure": "https://images.bfmtv.com/XNpMgZ0M2gB35p0En8_bEjwK-HQ=/0x83:2048x1235/800x0/images/Sidney-Govou-1170136.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1335a3595d11eb852a3deae088d59a4a" + "hash": "b6a41317e2c5b870ec17142f50e3794d" }, { - "title": "PRONOS PARIS RMC Le pari football d'Eric Di Meco du 24 novembre - Ligue des Champions", - "description": "Mon pronostic : victoire de City, Sterling et Mbappé buteurs (13.00) !

", - "content": "Mon pronostic : victoire de City, Sterling et Mbappé buteurs (13.00) !

", + "title": "Ballon d’or: Evra félicite déjà Messi pour son septième sacre", + "description": "Patrice Evra a posté un message très remarqué ce dimanche sur les réseaux. L’ancien capitaine de l’équipe de France adresse ses félicitations à Lionel Messi pour avoir remporté le Ballon d’or 2021. Sauf que la cérémonie est prévue ce lundi soir à Paris…

", + "content": "Patrice Evra a posté un message très remarqué ce dimanche sur les réseaux. L’ancien capitaine de l’équipe de France adresse ses félicitations à Lionel Messi pour avoir remporté le Ballon d’or 2021. Sauf que la cérémonie est prévue ce lundi soir à Paris…

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-d-eric-di-meco-du-24-novembre-ligue-des-champions_AN-202111240199.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ballon-d-or-evra-felicite-deja-messi-pour-son-septieme-sacre_AV-202111280235.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:11:52 GMT", + "pubDate": "Sun, 28 Nov 2021 17:46:09 GMT", + "enclosure": "https://images.bfmtv.com/E_bB2kOcrpM_9ysOh8IpB6bWRFg=/6x48:1094x660/800x0/images/-843411.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ff4a070a17e35db501c472c2972e61a" + "hash": "8ebbdab8db8bd078aea9bdaebb08f16e" }, { - "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 24 novembre - Ligue des Champions", - "description": "Mon pronostic : City ne perd pas, les deux équipes marquent, Mbappé buteur (4.10) !

", - "content": "Mon pronostic : City ne perd pas, les deux équipes marquent, Mbappé buteur (4.10) !

", + "title": "PSG: les stats impressionnantes de Sergio Ramos pour son premier match", + "description": "Sergio Ramos a étrenné pour la première fois son nouveau maillot parisien lors de la victoire du PSG à Saint-Etienne (3-1), livrant une prestation pleine de promesses.

", + "content": "Sergio Ramos a étrenné pour la première fois son nouveau maillot parisien lors de la victoire du PSG à Saint-Etienne (3-1), livrant une prestation pleine de promesses.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-24-novembre-ligue-des-champions_AN-202111240193.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-les-stats-impressionnantes-de-sergio-ramos-pour-son-premier-match_AV-202111280232.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:01:16 GMT", + "pubDate": "Sun, 28 Nov 2021 17:27:04 GMT", + "enclosure": "https://images.bfmtv.com/gbQp-8PdahoW_nHoSwxlAMF2coo=/0x54:1200x729/800x0/images/Sergio-Ramos-1177244.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25d282d375c0df9d787201814b98d490" + "hash": "884955b26e4d5ce61803c7df57ad9340" }, { - "title": "Equipe de France: Pour Benzema, un ciel Bleu malgré la condamnation", - "description": "Karim Benzema a été condamné a un an de prison avec sursis et 75.000 euros d'amende dans l'affaire de la sextape. Mais son avenir en sélection qu'il vient de retrouver n'est pas menacé.

", - "content": "Karim Benzema a été condamné a un an de prison avec sursis et 75.000 euros d'amende dans l'affaire de la sextape. Mais son avenir en sélection qu'il vient de retrouver n'est pas menacé.

", + "title": "Chelsea-Manchester United: Ronaldo sur le banc pour le choc, un \"choix tactique\"", + "description": "Crstiano Ronaldo a été mis sur le banc par Michael Carrick ce dimanche, pour le choc de Premier League entre Chelsea et Manchester United.

", + "content": "Crstiano Ronaldo a été mis sur le banc par Michael Carrick ce dimanche, pour le choc de Premier League entre Chelsea et Manchester United.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-pour-benzema-un-ciel-bleu-malgre-la-condamnation_AD-202111240191.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/chelsea-manchester-united-ronaldo-sur-le-banc-pour-le-choc-un-choix-tactique_AV-202111280219.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:51:03 GMT", + "pubDate": "Sun, 28 Nov 2021 16:40:34 GMT", + "enclosure": "https://images.bfmtv.com/9dqbwZJhoei7028VBGXKA4yI04w=/0x0:1920x1080/800x0/images/Cristiano-Ronaldo-sur-le-banc-avec-Manchester-United-1177223.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65d7cbc0fa974dcc45a51550ee6e29a7" + "hash": "ccbdf6ebf586ab13fb303912d9b74855" }, { - "title": "Chelsea-Juventus: Rabiot moqué et vivement critiqué par la presse italienne", - "description": "La prestation d’Adrien Rabiot lors de Chelsea-Juventus (4-0), mardi en Ligue des champions, est sévèrement critiquée par la presse italienne, ce mercredi matin. Pour la Gazzetta, le Français a été le plus mauvais joueur.

", - "content": "La prestation d’Adrien Rabiot lors de Chelsea-Juventus (4-0), mardi en Ligue des champions, est sévèrement critiquée par la presse italienne, ce mercredi matin. Pour la Gazzetta, le Français a été le plus mauvais joueur.

", + "title": "ASSE-PSG: les Verts défendent Maçon, victime d'insultes après la blessure de Neymar", + "description": "Auteur du tacle qui a entraîné la blessure de Neymar lors d'ASSE-PSG ce dimanche, Yvann Maçon a reçu de nombreuses insultes sur les réseaux sociaux, alors qu'il n'a pas touché le Brésilien sur l'action.

", + "content": "Auteur du tacle qui a entraîné la blessure de Neymar lors d'ASSE-PSG ce dimanche, Yvann Maçon a reçu de nombreuses insultes sur les réseaux sociaux, alors qu'il n'a pas touché le Brésilien sur l'action.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/chelsea-juventus-rabiot-moque-et-vivement-critique-par-la-presse-italienne_AV-202111240187.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-psg-les-verts-defendent-macon-victime-d-insultes-apres-la-blessure-de-neymar_AV-202111280215.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:45:55 GMT", + "pubDate": "Sun, 28 Nov 2021 16:37:53 GMT", + "enclosure": "https://images.bfmtv.com/Xn3cowPngo0NB_ewJO9wuXNHU1A=/0x388:992x946/800x0/images/Neymar-1177152.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "111231da9a604eeb6b6456fec5a4af57" + "hash": "c04cf9bf15ba3d5503d42bce3d2ad602" }, { - "title": "Galatasaray-OM: Sampaoli convoque un minot pour remplacer Payet, suspendu", - "description": "L'OM a rendez-vous sur la pelouse de Galatasaray ce jeudi (18h45), pour la cinquième journée de Ligue Europa, importante en vue de la qualification. Jorge Sampaoli ne pourra pas compter sur Dimitri Payet et Valentin Rongier, tous les deux suspendus. En l'absence du milieu offensif, le technicien argentin a convoqué Jonathan Pitou, un \"minot\" de 17 ans.

", - "content": "L'OM a rendez-vous sur la pelouse de Galatasaray ce jeudi (18h45), pour la cinquième journée de Ligue Europa, importante en vue de la qualification. Jorge Sampaoli ne pourra pas compter sur Dimitri Payet et Valentin Rongier, tous les deux suspendus. En l'absence du milieu offensif, le technicien argentin a convoqué Jonathan Pitou, un \"minot\" de 17 ans.

", + "title": "PSG: la triste série de blessures de Neymar s'allonge encore", + "description": "Sorti sur civière, Neymar semble s'être salement amoché la cheville gauche ce dimanche, lors du succès du PSG à Saint-Etienne (3-1) pour la 15e journée de Ligue 1. Et c'est loin d'être la première blessure du Brésilien à Paris.

", + "content": "Sorti sur civière, Neymar semble s'être salement amoché la cheville gauche ce dimanche, lors du succès du PSG à Saint-Etienne (3-1) pour la 15e journée de Ligue 1. Et c'est loin d'être la première blessure du Brésilien à Paris.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/europa-league/galatasaray-om-sampaoli-convoque-un-minot-pour-remplacer-payet-suspendu_AV-202111240186.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-la-triste-serie-de-blessures-de-neymar-s-allonge-encore_AV-202111280214.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:45:08 GMT", + "pubDate": "Sun, 28 Nov 2021 16:34:21 GMT", + "enclosure": "https://images.bfmtv.com/uBNGPQ6F-DFI5AwVvEKbscg7Umo=/7x111:2039x1254/800x0/images/Neymar-sorti-sur-civiere-avec-le-PSG-1177183.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0349e43f94f584face28fee541ba1f8b" + "hash": "ad9874150f02f2a8c634cce58b996893" }, { - "title": "Benzema condamné dans l'affaire de la sextape: ses avocats, \"sidérés\", vont faire appel", - "description": "Les avocats de Karim Benzema ont annoncé qu’ils allaient faire appel de la condamnation de Karim Benzema à un an de prison avec sursis et 75.000 euros d’amende dans l’affaire du chantage à la sextape. Ils accusent le coup après ce jugement mais assurent qu’il sera innocenté.

", - "content": "Les avocats de Karim Benzema ont annoncé qu’ils allaient faire appel de la condamnation de Karim Benzema à un an de prison avec sursis et 75.000 euros d’amende dans l’affaire du chantage à la sextape. Ils accusent le coup après ce jugement mais assurent qu’il sera innocenté.

", + "title": "ASSE-PSG: les images de Neymar en béquilles en quittant le stade", + "description": "Neymar s’est blessé à la cheville gauche lors de la victoire du PSG à Saint-Etienne, ce dimanche, lors de la 15e journée de Ligue 1 (1-3). Le meneur de jeu brésilien, qui semble avoir été sérieusement touché, a quitté Geoffroy-Guichard en béquilles.

", + "content": "Neymar s’est blessé à la cheville gauche lors de la victoire du PSG à Saint-Etienne, ce dimanche, lors de la 15e journée de Ligue 1 (1-3). Le meneur de jeu brésilien, qui semble avoir été sérieusement touché, a quitté Geoffroy-Guichard en béquilles.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/benzema-condamne-dans-l-affaire-de-la-sextape-ses-avocats-sideres-vont-faire-appel_AV-202111240181.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-psg-les-images-de-neymar-en-bequilles-en-quittant-le-stade_AV-202111280213.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:35:17 GMT", + "pubDate": "Sun, 28 Nov 2021 16:29:22 GMT", + "enclosure": "https://images.bfmtv.com/O4Xzw8ATguV0UzMVvOAQbK-tNUo=/0x9:800x459/800x0/images/Neymar-1177200.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52ed4b89a0d932b9597afbf9b4ef96a0" + "hash": "f1640c2792368b9ff46c2947445de779" }, { - "title": "Manchester City-PSG: Paris qualifié pour les huitièmes de Ligue des champions si...", - "description": "Le PSG se déplace ce mercredi (21h) sur la pelouse de Manchester City, pour la cinquième journée de la phase de groupes de Ligue des champions. Plusieurs options existent pour que le PSG se qualifie directement pour les huitièmes de finale à l'issue de sa rencontre à l'Etihad Stadium.

", - "content": "Le PSG se déplace ce mercredi (21h) sur la pelouse de Manchester City, pour la cinquième journée de la phase de groupes de Ligue des champions. Plusieurs options existent pour que le PSG se qualifie directement pour les huitièmes de finale à l'issue de sa rencontre à l'Etihad Stadium.

", + "title": "Ligue 1: Rennes nouveau dauphin du PSG, Bordeaux plonge", + "description": "Monaco n'est pas parvenu à battre Strasbourg (1-1) ce dimanche au Stade Louis-II lors de la 15e journée de L1, et a, une nouvelle fois, raté l'occasion de revenir dans le groupe de tête. Tout le contraire de Rennes, qui a saisi l'opportunité d'occuper la place de dauphin du Paris Saitn-Germain, après une victoire (2-0) à Lorient.

", + "content": "Monaco n'est pas parvenu à battre Strasbourg (1-1) ce dimanche au Stade Louis-II lors de la 15e journée de L1, et a, une nouvelle fois, raté l'occasion de revenir dans le groupe de tête. Tout le contraire de Rennes, qui a saisi l'opportunité d'occuper la place de dauphin du Paris Saitn-Germain, après une victoire (2-0) à Lorient.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-paris-qualifie-pour-les-huitiemes-de-ligue-des-champions-si_AV-202111240175.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-rennes-nouveau-dauphin-du-psg-bordeaux-plonge_AV-202111280211.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:18:50 GMT", + "pubDate": "Sun, 28 Nov 2021 16:22:38 GMT", + "enclosure": "https://images.bfmtv.com/KoKzl7bbqka38Nej5wEXrmR0uc4=/0x0:1200x675/800x0/images/Gaetan-Laborde-1177199.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e6e4301e468aab385021d126a782e8a" + "hash": "3cba1a9735468321380931f75bc94afb" }, { - "title": "Procès de la sextape: Karim Benzema reconnu coupable et condamné à un an avec sursis", - "description": "Le tribunal a rendu son jugement sur cinq hommes, dont Karim Benzema, accusés d'avoir tenté d’obtenir de l’argent de la part du footballeur Mathieu Valbuena après la découverte d'une vidéo de ses ébats.

", - "content": "Le tribunal a rendu son jugement sur cinq hommes, dont Karim Benzema, accusés d'avoir tenté d’obtenir de l’argent de la part du footballeur Mathieu Valbuena après la découverte d'une vidéo de ses ébats.

", + "title": "Covid: l'équipe du Munster touchée et bloquée en Afrique du Sud", + "description": "Après la découverte d'un nouveau variant du Covid-19 en Afrique du Sud, le Munster cherche à quitter le pays avant la fermeture des frontières. Mais l'équipe de rugby doit rester sur place après la révélation d'un cas positif au sein du groupe.

", + "content": "Après la découverte d'un nouveau variant du Covid-19 en Afrique du Sud, le Munster cherche à quitter le pays avant la fermeture des frontières. Mais l'équipe de rugby doit rester sur place après la révélation d'un cas positif au sein du groupe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/societe/proces-de-la-sextape-karim-benzema-reconnu-coupable_AN-202111240163.html", + "link": "https://rmcsport.bfmtv.com/rugby/covid-l-equipe-du-munster-touchee-et-bloquee-en-afrique-du-sud_AV-202111280209.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 08:59:59 GMT", + "pubDate": "Sun, 28 Nov 2021 16:05:05 GMT", + "enclosure": "https://images.bfmtv.com/6YGK_kYQu9mU_Uh4BmsLWxgpq4c=/0x104:2000x1229/800x0/images/L-equipe-du-Munster-1177185.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2159396b7e89bb953142f511278bd9f" + "hash": "5dfbf39437a5ed89f622a0be0e1aabe1" }, { - "title": "Real: Ancelotti agace les fans d'Everton avec une comparaison automobile peu flatteuse", - "description": "Revenu à la tête du Real Madrid cet été, Carlo Ancelotti a comparé son équipe à une voiture de course Ferrari. Le \"Mister\" en a profité, avec ironie, pour dire qu'il préfère être au volant d'un véhicule de la célèbre marque au cheval cabré plutôt que d'une Fiat 500. Le sous-entendu n'a pas été très apprécié par tous les fans d'Everton, où le technicien italien se trouvait la saison dernière.

", - "content": "Revenu à la tête du Real Madrid cet été, Carlo Ancelotti a comparé son équipe à une voiture de course Ferrari. Le \"Mister\" en a profité, avec ironie, pour dire qu'il préfère être au volant d'un véhicule de la célèbre marque au cheval cabré plutôt que d'une Fiat 500. Le sous-entendu n'a pas été très apprécié par tous les fans d'Everton, où le technicien italien se trouvait la saison dernière.

", + "title": "Montpellier-Lyon en direct: l'OL s'impose dans la douleur et peut remercier Paqueta", + "description": "Une semaine après la rencontre arrêtée entre l'OL et l'OM, les Lyonnais se déplacent à Montpellier. Dixième du championnat avant le coup d'envoi, l'OL doit gagner pour ne pas perdre le contact avec les places européennes.

", + "content": "Une semaine après la rencontre arrêtée entre l'OL et l'OM, les Lyonnais se déplacent à Montpellier. Dixième du championnat avant le coup d'envoi, l'OL doit gagner pour ne pas perdre le contact avec les places européennes.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-ancelotti-agace-les-fans-d-everton-avec-une-comparaison-automobile-peu-flatteuse_AV-202111240142.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-montpellier-lyon-en-direct_LS-202111280205.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 08:18:11 GMT", + "pubDate": "Sun, 28 Nov 2021 15:21:41 GMT", + "enclosure": "https://images.bfmtv.com/HUKdXuVBGnEnhXdT2Qi32VOXjtg=/0x0:2048x1152/800x0/images/Lucas-Paqueta-contre-Montpellier-1177215.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55a71c60e7319cf5ae340b513d8b47a7" + "hash": "e2b699c51bcc9119202b5e9a47da8aac" }, { - "title": "Manchester United: Carrick dédie la victoire en Ligue des champions à Solskjaer", - "description": "Michael Carrick, nommé entraîneur intérimaire de Manchester United, a dédié la victoire des Red Devils à Villarreal (2-0) en Ligue des champions mardi, à Ole Gunnar Solskjaer, démis de ses fonctions le week-end dernier.

", - "content": "Michael Carrick, nommé entraîneur intérimaire de Manchester United, a dédié la victoire des Red Devils à Villarreal (2-0) en Ligue des champions mardi, à Ole Gunnar Solskjaer, démis de ses fonctions le week-end dernier.

", + "title": "ASSE-PSG: \"Si ce n’est pas Mbappé, il n’y a pas rouge\", peste Kolodziejczak", + "description": "Coupable d’avoir annulé une occasion de but en stoppant irrégulièrement Kylian Mbappé, qui filait défier le gardien, Timothée Kolodziejczak a été expulsé. Mais le défenseur estime que le carton rouge qui lui a été adressé ne s’imposait pas franchement.

", + "content": "Coupable d’avoir annulé une occasion de but en stoppant irrégulièrement Kylian Mbappé, qui filait défier le gardien, Timothée Kolodziejczak a été expulsé. Mais le défenseur estime que le carton rouge qui lui a été adressé ne s’imposait pas franchement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-united-carrick-dedie-la-victoire-en-ligue-des-champions-a-solskjaer_AV-202111240138.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-psg-si-ce-n-est-pas-mbappe-il-n-y-a-pas-rouge-peste-kolodziejczak_AV-202111280202.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 08:09:21 GMT", + "pubDate": "Sun, 28 Nov 2021 15:07:14 GMT", + "enclosure": "https://images.bfmtv.com/Vv4dIyRjov551onXueYZwhPWFzA=/0x0:1200x675/800x0/images/Timothee-Kolodziejczak-1177177.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "562ea11d582fbacd841b596aa8b0e468" + "hash": "e427d2079ad147a9daf26a802b1e3472" }, { - "title": "Affaire de la sextape en direct: Benzema reste \"sélectionnable\", maintient Le Graët", - "description": "Le tribunal correctionnel de Versailles rend son jugement ce mercredi vers 9h30 dans l'affaire du chantage à la sextape contre Mathieu Valbuena. Il dira si Karim Benzema est coupable ou non de complicité de tentative de chantage.

", - "content": "Le tribunal correctionnel de Versailles rend son jugement ce mercredi vers 9h30 dans l'affaire du chantage à la sextape contre Mathieu Valbuena. Il dira si Karim Benzema est coupable ou non de complicité de tentative de chantage.

", + "title": "ASSE-PSG: le message volontaire de Neymar après sa grosse blessure à la cheville", + "description": "Après sa sortie sur civière ce dimanche lors de la victoire du PSG à Saint-Etienne (3-1), dans le cadre de la 15e journée de Ligue 1, Neymar a posté un message sur ses réseaux sociaux. Le Brésilien, qui semble sérieusement touché à la cheville, promet de revenir plus fort.

", + "content": "Après sa sortie sur civière ce dimanche lors de la victoire du PSG à Saint-Etienne (3-1), dans le cadre de la 15e journée de Ligue 1, Neymar a posté un message sur ses réseaux sociaux. Le Brésilien, qui semble sérieusement touché à la cheville, promet de revenir plus fort.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/affaire-de-la-sextape-en-direct-benzema-va-savoir-le-verdict-rendu-ce-mercredi_LN-202111240101.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-psg-le-message-volontaire-de-neymar-apres-sa-grosse-blessure-a-la-cheville_AV-202111280201.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 07:12:02 GMT", + "pubDate": "Sun, 28 Nov 2021 15:01:29 GMT", + "enclosure": "https://images.bfmtv.com/9F0D2agn9vvA9QBxuWq0a0Z3M3k=/0x212:2048x1364/800x0/images/Neymar-avec-le-PSG-sous-une-fine-neige-1177172.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fecdc596e3aff392e72516539e1149cd" + "hash": "5528119fefbca4d4a15e2b4c39d0b686" }, { - "title": "Transat Jacques Vabre: la victoire pour Cammas et Caudrelier", - "description": "Franck Cammas et Charles Caudrelier (Gitana) ont remporté ce mardi la 15e édition de la Transat Jacques-Vabre, dans la catégorie Ultim, la plus prestigieuse, en franchissant la ligne d'arrivée en Martinique.

", - "content": "Franck Cammas et Charles Caudrelier (Gitana) ont remporté ce mardi la 15e édition de la Transat Jacques-Vabre, dans la catégorie Ultim, la plus prestigieuse, en franchissant la ligne d'arrivée en Martinique.

", + "title": "PSG: Pochettino donne les premiers échos de la blessure de Neymar", + "description": "Si le PSG s'est imposé sur la pelouse de Saint-Etienne ce dimanche (3-1), dans le cadre de la 15e journée de Ligue 1, le match a été marqué par la blessure impressionnante de Neymar. Mauricio Pochettino se veut prudent.

", + "content": "Si le PSG s'est imposé sur la pelouse de Saint-Etienne ce dimanche (3-1), dans le cadre de la 15e journée de Ligue 1, le match a été marqué par la blessure impressionnante de Neymar. Mauricio Pochettino se veut prudent.

", "category": "", - "link": "https://rmcsport.bfmtv.com/voile/transat-jacques-vabre-la-victoire-pour-cammas-et-caudrelier_AN-202111230282.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-donne-les-premiers-echos-de-la-blessure-de-neymar_AV-202111280197.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 14:20:16 GMT", + "pubDate": "Sun, 28 Nov 2021 14:47:06 GMT", + "enclosure": "https://images.bfmtv.com/u3MrAImbXq_xl4Dug9Xpp74-TzY=/0x74:2048x1226/800x0/images/Mauricio-Pochettino-coach-du-PSG-1177162.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7a21916a9dd30c9930641a5bdea6106" + "hash": "0046c9b9393107ae6da6b0f6c3016caa" }, { - "title": "Incidents OL-OM: \"Il est dépassé par les événements\", confie l’avocat du lanceur de la bouteille", - "description": "L’avocat du supporter qui a lancé une bouteille d’eau sur Dimitri Payet lors d'Ol-OM explique le geste de son client. Ce dernier regrette son attitude.

", - "content": "L’avocat du supporter qui a lancé une bouteille d’eau sur Dimitri Payet lors d'Ol-OM explique le geste de son client. Ce dernier regrette son attitude.

", + "title": "Les pronos hippiques du lundi 29 novembre 2021", + "description": "Le Quinté+ du lundi 29 novembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du lundi 29 novembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-il-est-depasse-par-les-evenements-confie-l-avocat-du-lanceur-de-bouteilles_AV-202111230277.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-lundi-29-novembre-2021_AN-202111280196.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 13:59:32 GMT", + "pubDate": "Sun, 28 Nov 2021 14:41:15 GMT", + "enclosure": "https://images.bfmtv.com/9ajhrxmsWlzcJzk1NkpXll7JYPc=/0x42:800x492/800x0/images/Les-pronos-hippiques-du-29-novembre-2021-1176105.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4779fd156d22ddeaef7aca1bc0ac6fcb" + "hash": "24a4626d655adaeb798099c5821abe08" }, { - "title": "Manchester City-PSG: Guardiola redoute l’imprévisibilité de Messi", - "description": "Pep Guardiola, manager de Manchester City, se réjouit de retrouver Lionel Messi, mercredi lors du choc face au PSG (21h, sur RMC Sport 1) en Ligue des champions même s’il le redoute.

", - "content": "Pep Guardiola, manager de Manchester City, se réjouit de retrouver Lionel Messi, mercredi lors du choc face au PSG (21h, sur RMC Sport 1) en Ligue des champions même s’il le redoute.

", + "title": "Racing-UBB en direct: Bordeaux renverse la situation avec trois essais coup sur coup", + "description": "Suite et fin de la 11e journée de Top 14 avec le choc entre le Racing et Bordeaux-Bègles ! Les Bordelais espèrent faire un coup à La Défense Arena et ainsi recoller au leader toulousain. Coup d’envoi à 21h05 !

", + "content": "Suite et fin de la 11e journée de Top 14 avec le choc entre le Racing et Bordeaux-Bègles ! Les Bordelais espèrent faire un coup à La Défense Arena et ainsi recoller au leader toulousain. Coup d’envoi à 21h05 !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-guardiola-redoute-l-imprevisibilite-de-messi_AV-202111230271.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-racing-ubb-en-direct_LS-202111280242.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 13:30:32 GMT", + "pubDate": "Sun, 28 Nov 2021 18:10:33 GMT", + "enclosure": "https://images.bfmtv.com/wLeL7lVcDSap3LzLw3YGUNqFtyA=/0x58:2048x1210/800x0/images/Gael-Fickou-avec-le-Racing-92-1121638.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10d2d9c3514b9252e1c4f99863d1d810" + "hash": "1c13c5907595f62f0831073d8fdfa935" }, { - "title": "Incidents OL-OM: le message de Lyon aux supporters lésés par l'interruption du match", - "description": "L'OL s'est rapproché des supporters, présents au Groupama Stadium dimanche, pour annoncer des mesures commerciales à venir, une fois que la sort de la rencontre OL-OM, interrompue, sera fixé.

", - "content": "L'OL s'est rapproché des supporters, présents au Groupama Stadium dimanche, pour annoncer des mesures commerciales à venir, une fois que la sort de la rencontre OL-OM, interrompue, sera fixé.

", + "title": "Chelsea-Manchester United en direct : les Red Devils ont résisté aux Blues", + "description": "Contre une équipe de Manchester United en convalescence, Chelsea a dominé sans parvenir à prendre l'avantage et perd de son avance en tête du championnat, après un match nul 1-1 finalement logique.

", + "content": "Contre une équipe de Manchester United en convalescence, Chelsea a dominé sans parvenir à prendre l'avantage et perd de son avance en tête du championnat, après un match nul 1-1 finalement logique.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-le-message-de-lyon-aux-supporters-leses-par-l-interruption-du-match_AV-202111230267.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-chelsea-manchester-united-en-direct_LS-202111280194.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 13:10:58 GMT", + "pubDate": "Sun, 28 Nov 2021 14:40:33 GMT", + "enclosure": "https://images.bfmtv.com/WyWTfJg5lRfWeHovHFzv5aYz_Zs=/0x0:2048x1152/800x0/images/Jorginho-face-a-Bruno-Fernandes-1177252.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13a485e3c5934293c67636df8bbbc4e5" + "hash": "b8d4f16d361f4b7bf5453849729a9e5d" }, { - "title": "Affaire Hamraoui: le message d’Eric Abidal à sa femme après sa demande de divorce", - "description": "Eric Abidal a publié un message sur les réseaux sociaux, ce mardi, en direction de sa femme, qui a demandé le divorce il y a quatre jours après avoir appris la liaison de son époux avec Kheira Hamraoui, la joueuse du PSG agressée le 4 novembre dernier.

", - "content": "Eric Abidal a publié un message sur les réseaux sociaux, ce mardi, en direction de sa femme, qui a demandé le divorce il y a quatre jours après avoir appris la liaison de son époux avec Kheira Hamraoui, la joueuse du PSG agressée le 4 novembre dernier.

", + "title": "Racing-UBB en direct: Bordeaux renverse la situation avec deux essais coup sur coup", + "description": "Suite et fin de la 11e journée de Top 14 avec le choc entre le Racing et Bordeaux-Bègles ! Les Bordelais espèrent faire un coup à La Défense Arena et ainsi recoller au leader toulousain. Coup d’envoi à 21h05 !

", + "content": "Suite et fin de la 11e journée de Top 14 avec le choc entre le Racing et Bordeaux-Bègles ! Les Bordelais espèrent faire un coup à La Défense Arena et ainsi recoller au leader toulousain. Coup d’envoi à 21h05 !

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/feminin/affaire-hamraoui-le-message-d-eric-abidal-a-sa-femme-apres-sa-demande-de-divorce_AV-202111230259.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-racing-ubb-en-direct_LS-202111280242.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:41:42 GMT", + "pubDate": "Sun, 28 Nov 2021 18:10:33 GMT", + "enclosure": "https://images.bfmtv.com/wLeL7lVcDSap3LzLw3YGUNqFtyA=/0x58:2048x1210/800x0/images/Gael-Fickou-avec-le-Racing-92-1121638.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47b341081926f535d521cf49bdda8596" + "hash": "a5d4a4ca37b3d74a60dbfbbebc76c8a7" }, { - "title": "Equipe de France, basket: Benitez et Kamagate dans la liste", - "description": "En vue des qualifications pour la Coupe du monde 2023, l’Equipe de France de basket jouera ce vendredi face au Monténégro et lundi prochain contre la Hongrie. Alors que trois joueurs des Bleus sont absents, le sélectionneur Vincent Collet a choisi de rester sur sa liste de base en n’appelant personne pour les remplacer.

", - "content": "En vue des qualifications pour la Coupe du monde 2023, l’Equipe de France de basket jouera ce vendredi face au Monténégro et lundi prochain contre la Hongrie. Alors que trois joueurs des Bleus sont absents, le sélectionneur Vincent Collet a choisi de rester sur sa liste de base en n’appelant personne pour les remplacer.

", + "title": "Manchester City-PSG: les images de l’accrochage très tendu entre Neymar et Mahrez", + "description": "Le choc de Ligue des champions remporté par Manchester City aux dépens du PSG (2-1) mercredi soir à l’Etihad Stadium a été tendu à l’image d’un échange musclé entre Riyad Mahrez et Neymar, capté par RMC Sport.

", + "content": "Le choc de Ligue des champions remporté par Manchester City aux dépens du PSG (2-1) mercredi soir à l’Etihad Stadium a été tendu à l’image d’un échange musclé entre Riyad Mahrez et Neymar, capté par RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/equipe-de-france-basket-benitez-et-kamagate-dans-la-liste_AV-202111230257.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-les-images-de-l-accrochage-tres-tendu-entre-neymar-et-mahrez_AV-202111280079.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:38:31 GMT", + "pubDate": "Sun, 28 Nov 2021 09:55:51 GMT", + "enclosure": "https://images.bfmtv.com/IQBZWmOw1sQyN2LNjeIR56z0esI=/1x0:769x432/800x0/images/Manchester-City-PSG-l-accrochage-entre-Neymar-et-Mahrez-1177001.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a2f0f23bc65dbf2ec073dff54d5cbca8" + "hash": "37513e81c91fea9a7289d4cb5a26f733" }, { - "title": "Mercato: le Barça de plus en plus inquiet pour la prolongation de Dembélé", - "description": "En fin de contrat à l’issue de la saison, l’avenir d’Ousmane Dembélé au FC Barcelone est toujours aussi incertain. Si les Catalans souhaitent prolonger leur attaquant, les dirigeants seraient de plus en plus inquiets sur ce dossier, surtout à cause de l’agent du joueur qui inciterait son poulain à partir selon Mundo Deportivo.

", - "content": "En fin de contrat à l’issue de la saison, l’avenir d’Ousmane Dembélé au FC Barcelone est toujours aussi incertain. Si les Catalans souhaitent prolonger leur attaquant, les dirigeants seraient de plus en plus inquiets sur ce dossier, surtout à cause de l’agent du joueur qui inciterait son poulain à partir selon Mundo Deportivo.

", + "title": "Serie A: la réponse de la Juve après les perquisitions de la brigade financière", + "description": "Après les perquisitions dans ses bureaux dans l’enquête sur des transferts douteux, la Juventus a réagi samedi dans un communiqué. Le club dit se tenir à disposition de la justice et assure qu’il collaborera.

", + "content": "Après les perquisitions dans ses bureaux dans l’enquête sur des transferts douteux, la Juventus a réagi samedi dans un communiqué. Le club dit se tenir à disposition de la justice et assure qu’il collaborera.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/mercato-le-barca-de-plus-en-plus-inquiet-pour-la-prolongation-de-dembele_AV-202111230252.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-la-reponse-de-la-juve-apres-les-perquisitions-de-la-brigade-financiere_AV-202111280072.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:27:54 GMT", + "pubDate": "Sun, 28 Nov 2021 09:46:12 GMT", + "enclosure": "https://images.bfmtv.com/JWxKnd3wYmwS1MLKSxFAYPVH6hc=/0x118:2048x1270/800x0/images/Andrea-Agnelli-president-de-la-Juve-1176394.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "549a3c2e7ec6c80e25c6ecfe20447c87" + "hash": "aa77517ae8a36c7d585ec1f7840ebd90" }, { - "title": "Supporter du SC Bastia éborgné à Reims: un policier renvoyé aux assises", - "description": "Six ans après les faits, le policier accusé d'avoir éborgné Maxime Beux, le soir du 13 février 2016 lors d’affrontements entre des supporters du SC Bastia et des policiers à Reims, devrait faire face à la justice dans les prochains mois.

", - "content": "Six ans après les faits, le policier accusé d'avoir éborgné Maxime Beux, le soir du 13 février 2016 lors d’affrontements entre des supporters du SC Bastia et des policiers à Reims, devrait faire face à la justice dans les prochains mois.

", + "title": "Montpellier: Nicollin répond à Maracineanu après son tacle aux clubs de foot", + "description": "Le président de Montpellier, Laurent Nicollin, n’a pas aimé que la ministre chargée des Sports ,Roxana Maracineanu, s’en prennent, sur RMC, aux clubs de foot et qu’elle oppose l’ambiance dans les stades de Ligue 1 à ceux du rugby.

", + "content": "Le président de Montpellier, Laurent Nicollin, n’a pas aimé que la ministre chargée des Sports ,Roxana Maracineanu, s’en prennent, sur RMC, aux clubs de foot et qu’elle oppose l’ambiance dans les stades de Ligue 1 à ceux du rugby.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/supporter-du-sc-bastia-eborgne-a-reims-un-policier-renvoye-aux-assises_AV-202111230247.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/montpellier-nicollin-repond-a-maracineanu-apres-son-tacle-aux-clubs-de-foot_AV-202111280063.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:16:04 GMT", + "pubDate": "Sun, 28 Nov 2021 09:20:38 GMT", + "enclosure": "https://images.bfmtv.com/DbKOBcQ0EktMBqzs8D3ms6ecngs=/0x0:2048x1152/800x0/images/Laurent-Nicollin-Montpellier-1132411.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "bef313cce3b7adbf5c2f558a34c76b01" + "hash": "bff96238de233f413497463e173e9ef8" }, { - "title": "Boxe: Ali-Foreman, revivez le mythe comme si vous y étiez (Fighter Club)", - "description": "Il y a un peu plus de quarante-sept ans, le 30 octobre 1974, Kinshasa accueillait un championnat du monde des poids lourds qui allait entrer dans la légende: le champion George Foreman contre le challenger qui veut reconquérir le trône Muhammad Ali. Un combat à jamais gravé dans l’histoire de la boxe, pour tout ce qu’il représente, que le RMC Fighter Club vous propose de revivre via trois épisodes exceptionnels.

", - "content": "Il y a un peu plus de quarante-sept ans, le 30 octobre 1974, Kinshasa accueillait un championnat du monde des poids lourds qui allait entrer dans la légende: le champion George Foreman contre le challenger qui veut reconquérir le trône Muhammad Ali. Un combat à jamais gravé dans l’histoire de la boxe, pour tout ce qu’il représente, que le RMC Fighter Club vous propose de revivre via trois épisodes exceptionnels.

", + "title": "Coupe de France: Grenoble protégé par la police après des échauffourées entre ultras stéphanois et grenoblois", + "description": "Andrézieux-Bouthéon, équipe de Nationale 2, a battu Grenoble samedi soir en Coupe de France (3-0) et s'est qualifié pour les 32e de finale. Mais la soirée a ensuite dégénéré avec des altercations entre supporters stéphanois et grenoblois, obligeant l'équipe iséroise à être confinée.

", + "content": "Andrézieux-Bouthéon, équipe de Nationale 2, a battu Grenoble samedi soir en Coupe de France (3-0) et s'est qualifié pour les 32e de finale. Mais la soirée a ensuite dégénéré avec des altercations entre supporters stéphanois et grenoblois, obligeant l'équipe iséroise à être confinée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-ali-foreman-revivez-le-mythe-comme-si-vous-y-etiez-fighter-club_AV-202111230240.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france-grenoble-protege-par-la-police-apres-des-echauffourees-entre-ultras-stephanois-et-grenoblois_AN-202111280060.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:03:01 GMT", + "pubDate": "Sun, 28 Nov 2021 09:14:57 GMT", + "enclosure": "https://images.bfmtv.com/cPmnce1QKSkFHwo9ArgdiJhwuHE=/0x106:1472x934/800x0/images/Coupe-de-France-1176976.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9d3c29f57ffc826840bdf16c2c600a4" + "hash": "f16e8e5fc070eca39f85796bd37e7349" }, { - "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 23 novembre - Ligue des Champions", - "description": "Mon pronostic : Lille bat Salzbourg (2.60) !

", - "content": "Mon pronostic : Lille bat Salzbourg (2.60) !

", + "title": "Ligue des champions: tensions entre joueurs, Messi invisible... le film de Manchester City-PSG avec des images exclusives", + "description": "Qualifié mais assuré de ne pas pouvoir finir premier de son groupe, le PSG a fait pâle figure mercredi soir, lors de sa défaite contre Manchester City en Ligue des champions. Les stars Messi, Neymar et Mbappé n'ont pas suffi face à ce collectif bien huilé. Eléments de réponse dans le film RMC Sport de la rencontre.

", + "content": "Qualifié mais assuré de ne pas pouvoir finir premier de son groupe, le PSG a fait pâle figure mercredi soir, lors de sa défaite contre Manchester City en Ligue des champions. Les stars Messi, Neymar et Mbappé n'ont pas suffi face à ce collectif bien huilé. Eléments de réponse dans le film RMC Sport de la rencontre.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-23-novembre-ligue-des-champions_AN-202111230230.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-accrochages-messi-invisible-le-film-de-manchester-city-psg-avec-des-images-exclusives_AV-202111280059.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:51:25 GMT", + "pubDate": "Sun, 28 Nov 2021 09:01:39 GMT", + "enclosure": "https://images.bfmtv.com/FEbR2ydk-9h4gbCUXisFWpbkV5M=/0x106:2048x1258/800x0/images/Messi-et-Marquinhos-apres-Manchester-City-PSG-1176895.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a46f4fc15695ae2c517ba4b6d02c3af1" + "hash": "1661c1d81ad86b5fb4ade3b747e48b21" }, { - "title": "Ligue des champions: les clubs qui peuvent se qualifier pour les huitièmes ce mardi", - "description": "Quatre équipes ont déjà validé leur billet pour la phase à élimination directe qui débutera en février, et cinq autres pourraient les rejoindre dès ce mardi.

", - "content": "Quatre équipes ont déjà validé leur billet pour la phase à élimination directe qui débutera en février, et cinq autres pourraient les rejoindre dès ce mardi.

", + "title": "\"Honte\", \"farce\", \"toucher le fond\": après Beleneses-Benfica, la presse portugaise s’indigne", + "description": "Au lendemain de la rencontre ubuesque entre Beleneses et le Benfica, la presse portugaise n’a pas mâché ses mots pour qualifier cette soirée qu’elle juge désastreuse pour le football national. Touché par le Covid, Belenenses a aligné neuf joueurs au coup d’envoi avant de déclarer forfait en deuxième période.

", + "content": "Au lendemain de la rencontre ubuesque entre Beleneses et le Benfica, la presse portugaise n’a pas mâché ses mots pour qualifier cette soirée qu’elle juge désastreuse pour le football national. Touché par le Covid, Belenenses a aligné neuf joueurs au coup d’envoi avant de déclarer forfait en deuxième période.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-clubs-qui-peuvent-se-qualifier-pour-les-huitiemes-ce-mardi_AV-202111230224.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/honte-farce-toucher-le-fond-apres-beleneses-benfica-la-presse-portugaise-s-indigne_AV-202111280052.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:35:05 GMT", + "pubDate": "Sun, 28 Nov 2021 08:39:39 GMT", + "enclosure": "https://images.bfmtv.com/WfDV2oq8ZaFZGAV7LTx0aQANu-g=/16x163:2048x1306/800x0/images/Le-match-entre-Beleneses-et-le-Benfica-s-est-termine-par-un-forfait-1176966.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39bf25d802534bf7f68973ff1d24c28e" + "hash": "a1b9f45725d522c24141f509b3c809b4" }, { - "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 23 novembre - NBA", - "description": "Mon pronostic : les Lakers gagnent à New York (2.35) !

", - "content": "Mon pronostic : les Lakers gagnent à New York (2.35) !

", + "title": "Portugal: Belenenses et Benfica chargent la Ligue après le match de la honte", + "description": "La rencontre de la 12eme journée du championnat portugais entre Beleneseses et Benfica s’est terminée par un forfait des locaux, réduits à six après avoir débuté la rencontre à neuf en raison de multiple cas de Covid dans l’effectif. Alors que tout le monde se demande pourquoi ce match a pu se disputer, les deux clubs de Lisbonne rejettent la responsabilité sur la Ligue de football portugaise.

", + "content": "La rencontre de la 12eme journée du championnat portugais entre Beleneseses et Benfica s’est terminée par un forfait des locaux, réduits à six après avoir débuté la rencontre à neuf en raison de multiple cas de Covid dans l’effectif. Alors que tout le monde se demande pourquoi ce match a pu se disputer, les deux clubs de Lisbonne rejettent la responsabilité sur la Ligue de football portugaise.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-23-novembre-nba_AN-202111230219.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-belenenses-et-benfica-chargent-la-ligue-apres-le-match-de-la-honte_AV-202111280051.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:22:03 GMT", + "pubDate": "Sun, 28 Nov 2021 08:35:56 GMT", + "enclosure": "https://images.bfmtv.com/HgAVq8S7Pva5YviRBhnis1z2sy4=/0x0:2032x1143/800x0/images/Portugal-Belenenses-et-Benfica-chargent-la-Ligue-apres-le-match-de-la-honte-1176964.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a7da4797528fddc48ffb7180148917f5" + "hash": "75f0a7e300659db83616fccdab063c6e" }, { - "title": "JO de Paris 2024: la justice autorise la reprise des travaux d’une piscine d’entraînement", - "description": "En juillet 2024, les Jeux olympiques auront lieu à Paris. Des travaux sont effectués pour préparer idéalement ce grand événement sportif. Depuis quelques semaines, les travaux concernant une piscine d’entraînement à Aubervilliers avaient été suspendus. Mais ce mardi, la cour administrative de Paris a levé cette suspension.

", - "content": "En juillet 2024, les Jeux olympiques auront lieu à Paris. Des travaux sont effectués pour préparer idéalement ce grand événement sportif. Depuis quelques semaines, les travaux concernant une piscine d’entraînement à Aubervilliers avaient été suspendus. Mais ce mardi, la cour administrative de Paris a levé cette suspension.

", + "title": "Ballon d'Or: Messi, Lewandowski, Benzema, une pluie de prétendants", + "description": "Lundi à Paris, sera remis le Ballon d’or 2021. Un retour après une année blanche en 2020 en raison de la saison bousculée par le Covid-19. De Lionel Messi à Robert Lewandowski en passant par Karim Benzema, les postulants sont nombreux.

", + "content": "Lundi à Paris, sera remis le Ballon d’or 2021. Un retour après une année blanche en 2020 en raison de la saison bousculée par le Covid-19. De Lionel Messi à Robert Lewandowski en passant par Karim Benzema, les postulants sont nombreux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-de-paris-2024-la-justice-autorise-la-reprise-des-travaux-d-une-piscine-d-entrainement_AV-202111230215.html", + "link": "https://rmcsport.bfmtv.com/football/ballon-d-or-messi-lewandowski-benzema-une-pluie-de-pretendants_AD-202111280050.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:14:51 GMT", + "pubDate": "Sun, 28 Nov 2021 08:30:18 GMT", + "enclosure": "https://images.bfmtv.com/FKKtGc1FSApaFaXq1THqntEjlPQ=/0x39:768x471/800x0/images/L-attaquant-polonais-du-Bayern-Robert-Lewandowski-buteur-contre-Benfica-en-Ligue-des-champions-le-2-novembre-2021-a-Munich-1160635.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25233b3a750e022e8543152dbd6c6aed" + "hash": "a200551281daa664c64a391259117b36" }, { - "title": "AS Rome: Afena-Gyan dément tout notion de racisme à son encontre dans une vidéo du club", - "description": "Le jeune joueur de l’AS Rome, Felix Afena-Gyan (18 ans), a réfuté toute intention de racisme son égard après la diffusion d’une vidéo où il se fait offrir des chaussures par José Mourinho, son entraîneur au sein du club italien.

", - "content": "Le jeune joueur de l’AS Rome, Felix Afena-Gyan (18 ans), a réfuté toute intention de racisme son égard après la diffusion d’une vidéo où il se fait offrir des chaussures par José Mourinho, son entraîneur au sein du club italien.

", + "title": "Saint-Etienne-PSG: sur quelle chaîne et à quelle heure regarder le choc des extrêmes en L1", + "description": "Saint-Etienne, avant-dernier du championnat, reçoit le leader parisien dimanche, à 13 heures, pour la 15e journée de Ligue 1. Un match à suivre sur Amazon Prime Vidéo et Canal + Sport.

", + "content": "Saint-Etienne, avant-dernier du championnat, reçoit le leader parisien dimanche, à 13 heures, pour la 15e journée de Ligue 1. Un match à suivre sur Amazon Prime Vidéo et Canal + Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/as-rome-afena-gyan-dement-tout-notion-de-racisme-a-son-encontre-dans-une-video-du-club_AN-202111230210.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-psg-sur-quelle-chaine-et-a-quelle-heure-regarder-le-choc-des-extremes-en-l1_AV-202111280044.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:10:01 GMT", + "pubDate": "Sun, 28 Nov 2021 07:53:53 GMT", + "enclosure": "https://images.bfmtv.com/CzLHjfG_UY_TGYkDQh1qszwbQjM=/0x69:1200x744/800x0/images/Sergio-Ramos-1172235.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca429c5349e56db86e087732b5b7c9fd" + "hash": "f4d602b22290748f977493fe9fa0be51" }, { - "title": "Volley, LAM: \"Si nous ne sommes pas écoutés, nous ne jouerons pas\", menace Bazin", - "description": "La 14e journée du championnat de France de volley (LAM) le 29 décembre est en danger face à la levée de bouclier des joueurs organisés autour de leur syndicat, ProSmash. Le président de ce groupement, Yannick Bazin (passeur du Nantes-Rezé) explique l’exaspération des volleyeurs et propose une solution.

", - "content": "La 14e journée du championnat de France de volley (LAM) le 29 décembre est en danger face à la levée de bouclier des joueurs organisés autour de leur syndicat, ProSmash. Le président de ce groupement, Yannick Bazin (passeur du Nantes-Rezé) explique l’exaspération des volleyeurs et propose une solution.

", + "title": "ASSE: \"Je ne suis pas fan du PSG\" avoue Boudebouz", + "description": "Avant d’accueillir les stars du Paris Saint-Germain dans le Chaudron dimanche (13h) pour le compte de la 15eme journée de Ligue 1, le milieu de terrain de l’AS Saint-Etienne n’a aucune appréhension. D’autant qu’il n’est pas un supporter des Parisiens.

", + "content": "Avant d’accueillir les stars du Paris Saint-Germain dans le Chaudron dimanche (13h) pour le compte de la 15eme journée de Ligue 1, le milieu de terrain de l’AS Saint-Etienne n’a aucune appréhension. D’autant qu’il n’est pas un supporter des Parisiens.

", "category": "", - "link": "https://rmcsport.bfmtv.com/volley/volley-lam-si-nous-ne-sommes-pas-ecoutes-nous-ne-jouerons-pas-menace-bazin_AV-202111230200.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/asse-je-ne-suis-pas-fan-du-psg-avoue-boudebouz_AV-202111280040.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 10:48:39 GMT", + "pubDate": "Sun, 28 Nov 2021 07:25:45 GMT", + "enclosure": "https://images.bfmtv.com/hHqPl5wkG-xAmuuAL_TV6JE-ix8=/0x0:2048x1152/800x0/images/Ryad-Boudebouz-1176950.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b9ab334f2179d0328eaa31116fc6d96" + "hash": "464841385a2a4536132644951e0a71c9" }, { - "title": "Barça: la maison de Fati cambriolée avec des membres de sa famille à l’intérieur", - "description": "Selon La Vanguardia, le domicile d’Ansu Fati a fait l’objet d’un cambriolage, samedi dernier, lors du derby entre le Barça et l’Espanyol Barcelone en Liga (1-0). L’attaquant de 19 ans se trouvait au Camp Nou mais certains de ses proches étaient sur place.

", - "content": "Selon La Vanguardia, le domicile d’Ansu Fati a fait l’objet d’un cambriolage, samedi dernier, lors du derby entre le Barça et l’Espanyol Barcelone en Liga (1-0). L’attaquant de 19 ans se trouvait au Camp Nou mais certains de ses proches étaient sur place.

", + "title": "Monconduit: \"Tout le monde rêve de gagner à l'EuroMillions mais je n'envie pas la vie d'un Neymar\"", + "description": "Blessé à la cuisse avant la trêve, Thomas Monconduit devrait faire son retour ce dimanche après-midi dans le derby face à Rennes au Moustoir (15h). Sa grand-mère députée communiste, son rapport à l'argent dans le foot, son soutien aux Gilets Jaunes... l'occasion d'un large entretien avec le milieu de terrain du FC Lorient à la personnalité qui détonne par ses prises de parole et ses convictions.

", + "content": "Blessé à la cuisse avant la trêve, Thomas Monconduit devrait faire son retour ce dimanche après-midi dans le derby face à Rennes au Moustoir (15h). Sa grand-mère députée communiste, son rapport à l'argent dans le foot, son soutien aux Gilets Jaunes... l'occasion d'un large entretien avec le milieu de terrain du FC Lorient à la personnalité qui détonne par ses prises de parole et ses convictions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-la-maison-de-fati-cambriolee-avec-des-membres-de-sa-famille-a-l-interieur_AV-202111230197.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monconduit-tout-le-monde-reve-de-gagner-a-l-euro-millions-mais-je-n-envie-pas-la-vie-d-un-neymar_AV-202111280015.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 10:44:50 GMT", + "pubDate": "Sun, 28 Nov 2021 07:00:00 GMT", + "enclosure": "https://images.bfmtv.com/ihUfdVQyd__C0NfftGCubnTzVeI=/2x0:1458x819/800x0/images/Thomas-Monconduit-1176729.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc95b39ff49b2903ad0167359829c95f" + "hash": "883cff710b1ff52931bdb2247d2b5ca3" }, { - "title": "Manchester City-PSG: grande première pour Sergio Ramos dans le groupe", - "description": "Comme attendu, Sergio Ramos apparaît pour la première fois dans le groupe du PSG depuis sa signature l’été dernier, pour affronter Manchester City, mercredi (21h, sur RMC Sport 1) en Ligue des champions.

", - "content": "Comme attendu, Sergio Ramos apparaît pour la première fois dans le groupe du PSG depuis sa signature l’été dernier, pour affronter Manchester City, mercredi (21h, sur RMC Sport 1) en Ligue des champions.

", + "title": "Boxe: Fulton bat Figueroa et devient champion du monde WBC-WBO des super-coqs", + "description": "A l’issue d’un combat très disputé samedi au Park MGM de Las Vegas, l’Américain Stephen Fulton a battu aux points son compatriote Brandon Figueroa dans le choc d’unification des ceintures WBC-WBO des super-coqs. Une victoire contestée par le boxeur texan.

", + "content": "A l’issue d’un combat très disputé samedi au Park MGM de Las Vegas, l’Américain Stephen Fulton a battu aux points son compatriote Brandon Figueroa dans le choc d’unification des ceintures WBC-WBO des super-coqs. Une victoire contestée par le boxeur texan.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-grande-premiere-pour-sergio-ramos-dans-le-groupe_AV-202111230192.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-fulton-bat-figueroa-et-devient-champion-du-monde-wbc-wbo-des-super-coqs_AN-202111280035.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 10:42:06 GMT", + "pubDate": "Sun, 28 Nov 2021 06:54:26 GMT", + "enclosure": "https://images.bfmtv.com/EIuKqyJ9OI0VdOpJKn-5LpN-o4Y=/8x4:1064x598/800x0/images/Stephen-Fulton-declare-vainqueur-face-a-Brandon-Figueroa-1176944.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b68827eb411ffbb576af0ad750bdf7f1" + "hash": "85465724f8815a0c38c748b1da9e55b9" }, { - "title": "Incidents OL-OM: Darmanin promet des décisions rapides, notamment sur le volet sécurité", - "description": "Le ministre de l'Intérieur, Gérald Darmanin, et la ministre déléguée aux Sports, Roxana Maracineanu, en compagnie des instances du football français, ont évoqué ce mardi les incidents survenu à Lyon et les moyens d'y mettre fin pour le reste de la saison.

", - "content": "Le ministre de l'Intérieur, Gérald Darmanin, et la ministre déléguée aux Sports, Roxana Maracineanu, en compagnie des instances du football français, ont évoqué ce mardi les incidents survenu à Lyon et les moyens d'y mettre fin pour le reste de la saison.

", + "title": "Monaco-Strasbourg: Diop prêt à retrouver son mentor Stéphan", + "description": "Auteur d’un début de saison convaincant avec le club de la Principauté, Sofiane Diop s’est présenté devant la presse à la veille de la rencontre de demain face à Strasbourg. Le milieu de terrain en a profité pour rendre un hommage appuyé à Julien Stéphan. L’actuel coach alsacien l’avait lancé avec la réserve du Stade Rennais.  

", + "content": "Auteur d’un début de saison convaincant avec le club de la Principauté, Sofiane Diop s’est présenté devant la presse à la veille de la rencontre de demain face à Strasbourg. Le milieu de terrain en a profité pour rendre un hommage appuyé à Julien Stéphan. L’actuel coach alsacien l’avait lancé avec la réserve du Stade Rennais.  

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-darmanin-promet-des-decisions-rapides-notamment-sur-le-volet-securite_AV-202111230189.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-strasbourg-diop-pret-a-retrouver-son-mentor-stephan_AV-202111280014.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 10:40:05 GMT", + "pubDate": "Sun, 28 Nov 2021 06:00:00 GMT", + "enclosure": "https://images.bfmtv.com/PDjRFaT_1nb0dJ70aLkA7i9MH7w=/0x22:1200x697/800x0/images/Sofiane-Diop-1176790.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1cac910afc4c309f14dda7dcb3286c0" + "hash": "02eabc044d5bc66f05ad4e83ae61105b" }, { - "title": "XV de France: Castex positif au coronavirus, pas d'inquiétude chez les Bleus", - "description": "Jean Castex, le Premier ministre français, a été testé positif au coronavirus lundi moins de 48 heures après avoir félicité les joueurs du XV de France dans le vestiaire après le match face aux All Blacks. Ce qui ne suscite pas d'inquiétude particulière.

", - "content": "Jean Castex, le Premier ministre français, a été testé positif au coronavirus lundi moins de 48 heures après avoir félicité les joueurs du XV de France dans le vestiaire après le match face aux All Blacks. Ce qui ne suscite pas d'inquiétude particulière.

", + "title": "Nice-Metz: composition d’équipe, style de jeu… Galtier menace de tout changer", + "description": "Marqué par une nouvelle entame de match ratée par ses joueurs face à Metz (0-1), Christophe Galtier, l'entraîneur de Nice, a promis des changements dans la composition d'équipe, qui pourrait adopter un autre style de jeu.

", + "content": "Marqué par une nouvelle entame de match ratée par ses joueurs face à Metz (0-1), Christophe Galtier, l'entraîneur de Nice, a promis des changements dans la composition d'équipe, qui pourrait adopter un autre style de jeu.

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/tests-matchs/xv-de-france-castex-positif-au-coronavirus-apres-avoir-felicite-les-bleus-le-top-14-impacte_AV-202111230163.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-metz-composition-d-equipe-style-de-jeu-galtier-menace-de-tout-changer_AV-202111270327.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 09:48:43 GMT", + "pubDate": "Sat, 27 Nov 2021 23:19:36 GMT", + "enclosure": "https://images.bfmtv.com/Pc_Hi7sa2qmGCCgOjlAaCTUTWyk=/0x0:1200x675/800x0/images/Christophe-Galtier-1176884.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a10393530439f8a01069bb791ba347e7" + "hash": "19b39e339384397d168791da2c2343c9" }, { - "title": "Manchester United: Jorge Mendes aurait poussé pour le licenciement de Solskjaer", - "description": "Selon plusieurs médias anglais, l’agent de Cristiano Ronaldo, Jorge Mendes, a joué un rôle - plus que décisif ? - dans le renvoi du Norvégien Ole Gunnar Solskjaer.

", - "content": "Selon plusieurs médias anglais, l’agent de Cristiano Ronaldo, Jorge Mendes, a joué un rôle - plus que décisif ? - dans le renvoi du Norvégien Ole Gunnar Solskjaer.

", + "title": "Reims-Clermont: pour se sauver, Garcia et les Rémois comptent sur les jeunes", + "description": "En quête d'une première victoire depuis fin septembre, Reims espère se sauver grâce à ses joueurs, qu'Oscar Garcia n'hésite pas à lancer dans le grand bain. Ce sera sans doute encore le cas ce dimanche face à Clermont (15h), pour la 15e journée de Ligue 1.

", + "content": "En quête d'une première victoire depuis fin septembre, Reims espère se sauver grâce à ses joueurs, qu'Oscar Garcia n'hésite pas à lancer dans le grand bain. Ce sera sans doute encore le cas ce dimanche face à Clermont (15h), pour la 15e journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-jorge-mendes-aurait-pousse-pour-le-licenciement-de-solskjaer_AV-202111230160.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/reims-clermont-pour-se-sauver-garcia-et-les-remois-comptent-sur-les-jeunes_AV-202111270321.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 09:42:51 GMT", + "pubDate": "Sat, 27 Nov 2021 23:10:46 GMT", + "enclosure": "https://images.bfmtv.com/DemKuMUk8AzNTvbg3rf7JMNWJg8=/0x118:2048x1270/800x0/images/Oscar-Garcia-Reims-1176881.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4144700bb5e5d8ae36601179219690fd" + "hash": "391d33a4a892c359061561f1902f4d27" }, { - "title": "Lille-Salzbourg: comment le Losc peut faire un grand pas vers les 8es", - "description": "Le Losc reçoit Salzbourg, ce mardi, lors de l’avant-dernière journée de la Ligue des champions (21h sur RMC Sport 1). Même s’il l’emporte, le club nordiste ne peut pas encore valider sa place en 8es de finale. Mais il peut déjà s’assurer de prolonger son aventure européenne.

", - "content": "Le Losc reçoit Salzbourg, ce mardi, lors de l’avant-dernière journée de la Ligue des champions (21h sur RMC Sport 1). Même s’il l’emporte, le club nordiste ne peut pas encore valider sa place en 8es de finale. Mais il peut déjà s’assurer de prolonger son aventure européenne.

", + "title": "PRONOS PARIS RMC Le pari du jour du 28 novembre – Ligue 1", + "description": "Notre pronostic : Lyon ne perd pas à Montpellier et les deux équipes marquent (1.80)

", + "content": "Notre pronostic : Lyon ne perd pas à Montpellier et les deux équipes marquent (1.80)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/lille-salzbourg-les-dogues-peuvent-faire-un-grand-pas-vers-les-8es_AV-202111230151.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-du-jour-du-28-novembre-ligue-1_AN-202111270165.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 09:31:37 GMT", + "pubDate": "Sat, 27 Nov 2021 23:07:00 GMT", + "enclosure": "https://images.bfmtv.com/OfHgXps_5Dn29mnPRp30xBH2ztw=/0x0:1984x1116/800x0/images/H-Aouar-1176641.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4341500a7c5b74e99e4baa56aaceb491" + "hash": "da9d55459d8e13bdf99317925f8f9167" }, { - "title": "Disparition de Peng Shuai: la Chine appelle à cesser de \"monter en épingle\" l'affaire", - "description": "Le porte-parole du ministère chinois des Affaires étrangères a exhorté les responsables politiques étrangers inquiets du sort de Shuai Peng à arrêter toute forme de pression politique sur le régime.

", - "content": "Le porte-parole du ministère chinois des Affaires étrangères a exhorté les responsables politiques étrangers inquiets du sort de Shuai Peng à arrêter toute forme de pression politique sur le régime.

", + "title": "PRONOS PARIS RMC Le nul du jour du 28 novembre – Ligue 1", + "description": "Notre pronostic : pas de vainqueur entre Reims et Clermont (3.10)

", + "content": "Notre pronostic : pas de vainqueur entre Reims et Clermont (3.10)

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/wta/disparition-de-peng-shuai-la-chine-appelle-a-cesser-de-monter-en-epingle-l-affaire_AV-202111230136.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-nul-du-jour-du-28-novembre-ligue-1_AN-202111270162.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 08:50:31 GMT", + "pubDate": "Sat, 27 Nov 2021 23:06:00 GMT", + "enclosure": "https://images.bfmtv.com/Lmzp_LrGcYvzp7HgJzlpvdmkZ0Q=/7x0:1991x1116/800x0/images/H-Ekitike-1176638.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "90fc2174d7655e3e3a913c02fec577b3" + "hash": "43129a19f2083aa2a0e69f21cacf92f7" }, { - "title": "PSG: Messi répète qu’il reviendra un jour au Barça", - "description": "Lionel Messi, l'attaquant du PSG, a de nouveau répété son souhait de revenir un jour au FC Barcelone qu’il a quitté l’été dernier pour Paris.

", - "content": "Lionel Messi, l'attaquant du PSG, a de nouveau répété son souhait de revenir un jour au FC Barcelone qu’il a quitté l’été dernier pour Paris.

", + "title": "PRONOS PARIS RMC Le pari de folie du 28 novembre – Ligue 1", + "description": "Notre pronostic : match nul entre Bordeaux et Brest et les deux équipes marquent (3.75)

", + "content": "Notre pronostic : match nul entre Bordeaux et Brest et les deux équipes marquent (3.75)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-repete-qu-il-reviendra-un-jour-au-barca_AV-202111230125.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-28-novembre-ligue-1_AN-202111270158.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 08:21:48 GMT", + "pubDate": "Sat, 27 Nov 2021 23:05:00 GMT", + "enclosure": "https://images.bfmtv.com/hlTA9SmPkT8g9s3pQnm9_Halg6g=/7x107:1991x1223/800x0/images/B-Costil-1176635.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc42e89308cf09a3cb9971e836af2528" + "hash": "faf4e424b49bdcd139756b49f08f2ca0" }, { - "title": "Lille-Salzbourg: sur quelle chaîne regarder ce match crucial de Ligue des champions", - "description": "Le LOSC peut faire un grand pas vers la qualification en huitièmes de finale de la Ligue des champions en cas de victoire ce mardi soir (21h), face à Salzbourg. Un match à suivre sur RMC Sport 1.

", - "content": "Le LOSC peut faire un grand pas vers la qualification en huitièmes de finale de la Ligue des champions en cas de victoire ce mardi soir (21h), face à Salzbourg. Un match à suivre sur RMC Sport 1.

", + "title": "PRONOS PARIS RMC Le pari sûr du 28 novembre – Ligue 1", + "description": "Notre pronostic : le PSG s’impose à Saint-Etienne (1.30)

", + "content": "Notre pronostic : le PSG s’impose à Saint-Etienne (1.30)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/lille-salzbourg-sur-quelle-chaine-regarder-ce-match-crucial-de-ligue-des-champions_AV-202111230123.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-28-novembre-ligue-1_AN-202111270156.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 08:20:02 GMT", + "pubDate": "Sat, 27 Nov 2021 23:04:00 GMT", + "enclosure": "https://images.bfmtv.com/ilExGzYjv6DP9enn_llanLHPCr8=/0x104:2000x1229/800x0/images/Paris-Saint-Germain-1176634.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "01435052ed61c299d5ba5a4c6bb307cc" + "hash": "9f0d0bf993220be9fe50b57c39ef841a" }, { - "title": "Ligue 1: \"Heureusement que j’ai emmené mon fils au rugby plutôt qu’au football\", la charge de Maracineanu contre les clubs", - "description": "Invitée sur RMC ce mardi, Roxana Maracineanu, ministre déléguée des Sports, a adressé une grosse charge aux clubs de football les taxant de laxisme avec les supporters, quelques heures avant une réunion entre les acteurs du sport et plusieurs ministres.

", - "content": "Invitée sur RMC ce mardi, Roxana Maracineanu, ministre déléguée des Sports, a adressé une grosse charge aux clubs de football les taxant de laxisme avec les supporters, quelques heures avant une réunion entre les acteurs du sport et plusieurs ministres.

", + "title": "PRONOS PARIS RMC Le pari à l’extérieur du 28 novembre – Ligue 1", + "description": "Notre pronostic : Rennes s’impose à Lorient (1.70)

", + "content": "Notre pronostic : Rennes s’impose à Lorient (1.70)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-heureusement-que-j-ai-emmene-mon-fils-plutot-au-rugby-qu-au-football-la-charge-de-maracineanu-contre-les-clubs_AV-202111230111.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-28-novembre-ligue-1_AN-202111270155.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 07:59:22 GMT", + "pubDate": "Sat, 27 Nov 2021 23:03:00 GMT", + "enclosure": "https://images.bfmtv.com/CtO_eOVYCnjnZkh4iAF9YSivsDg=/0x104:2000x1229/800x0/images/Rennes-1176633.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "46a6f07190aa1f8f11a2d2218a433a11" + "hash": "ebb5dfba786eb8393ef4cfa5be057ebe" }, { - "title": "Coupe du monde 2022: Ibrahimovic confie avoir frappé intentionnellement Azpilicueta", - "description": "L’attaquant suédois Zlatan Ibrahimovic persiste et signe, César Azpilicueta méritait le terrible coup d’épaule que lui a asséné l’attaquant milanais. Si c’était à refaire, il recommencerait, assure-t-il au Guardian.

", - "content": "L’attaquant suédois Zlatan Ibrahimovic persiste et signe, César Azpilicueta méritait le terrible coup d’épaule que lui a asséné l’attaquant milanais. Si c’était à refaire, il recommencerait, assure-t-il au Guardian.

", + "title": "PRONOS PARIS RMC Le pari à domicile du 28 novembre – Ligue 1", + "description": "Notre pronostic : Monaco bat Strasbourg (1.65)

", + "content": "Notre pronostic : Monaco bat Strasbourg (1.65)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-ibrahimovic-confie-avoir-frappe-intentionnellement-azpilicueta_AV-202111230096.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-28-novembre-ligue-1_AN-202111270152.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 07:39:43 GMT", + "pubDate": "Sat, 27 Nov 2021 23:02:00 GMT", + "enclosure": "https://images.bfmtv.com/nS13qq5GS7zTKoR777r7QHs8kHU=/0x208:1984x1324/800x0/images/Monaco-1176627.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b0fb38c3a51c18e1757f9ae359321d2" + "hash": "178d6addccc51e2999164cac358bf461" }, { - "title": "Incidents OL-OM en direct: les clubs ont rendez-vous au ministère de l’Intérieur", - "description": "Les ministres de l'Intérieur et ceux chargés des Sports rencontrent ce mardi les instances du football français pour voir \"ce qu'il faut faire\" après les incidents survenus dimanche soir lors du match OL-OM à Lyon.

", - "content": "Les ministres de l'Intérieur et ceux chargés des Sports rencontrent ce mardi les instances du football français pour voir \"ce qu'il faut faire\" après les incidents survenus dimanche soir lors du match OL-OM à Lyon.

", + "title": "PRONOS PARIS RMC Le buteur du jour du 28 novembre – Ligue 1", + "description": "Notre pronostic : Milik (OM) marque face à Troyes (2.20)

", + "content": "Notre pronostic : Milik (OM) marque face à Troyes (2.20)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-en-direct-les-clubs-ont-rendez-vous-au-ministere-de-l-interieur_LN-202111230091.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-jour-du-28-novembre-ligue-1_AN-202111270150.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 07:29:32 GMT", + "pubDate": "Sat, 27 Nov 2021 23:01:00 GMT", + "enclosure": "https://images.bfmtv.com/19svXpCpc-j0M-N95oyc2LNl93E=/0x0:1984x1116/800x0/images/A-Milik-1176625.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55bd19074b51226a55ee2530666a7487" + "hash": "fce9d3aec1fa38a1e898d49ec8ad79c2" }, { - "title": "AC Milan: Zlatan estime le niveau technique de la Premier League surcoté", - "description": "Dans une longue interview accordée au Guardian, Zlatan Ibrahimovic évoque de nombreux sujets, dont le niveau technique de la Premier League qu’il estime surcoté en comparaison à celui de l’Espagne, de l’Italie ou de la France.

", - "content": "Dans une longue interview accordée au Guardian, Zlatan Ibrahimovic évoque de nombreux sujets, dont le niveau technique de la Premier League qu’il estime surcoté en comparaison à celui de l’Espagne, de l’Italie ou de la France.

", + "title": "PRONOS PARIS RMC Le pari rugby de Denis Charvet du 28 novembre – Top 14", + "description": "Mon pronostic : Bordeaux-Bègles s’impose sur la pelouse du Racing 92 (3.20)

", + "content": "Mon pronostic : Bordeaux-Bègles s’impose sur la pelouse du Racing 92 (3.20)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/ac-milan-zlatan-estime-le-niveau-technique-de-la-premier-league-surcote_AV-202111230060.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-rugby-de-denis-charvet-du-28-novembre-top-14_AN-202111270010.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 06:46:45 GMT", + "pubDate": "Sat, 27 Nov 2021 23:00:00 GMT", + "enclosure": "https://images.bfmtv.com/TSBUQ2k7kMzuuYqesSAq7EA2SGU=/15x0:1999x1116/800x0/images/Bordeaux-Begles-1176087.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eeb74c7da13d616fb4b8ca014c2e94ce" + "hash": "5b31f6808edd504594e7fca9c29b6a06" }, { - "title": "PSG: Messi ravi d’évoluer au sein d’un vestiaire \"très soudé\"", - "description": "Lionel Messi est revenu pour Marca sur ses premiers mois au Paris Saint-Germain et notamment son intégration au vestiaire du club de la capitale. Un vestiaire à l'accent très sud-américain.

", - "content": "Lionel Messi est revenu pour Marca sur ses premiers mois au Paris Saint-Germain et notamment son intégration au vestiaire du club de la capitale. Un vestiaire à l'accent très sud-américain.

", + "title": "Liga: le Barça s'en sort mais souffre à Villarreal, deuxième victoire pour Xavi", + "description": "Encore groggy de son 0-0 mardi contre Benfica en C1, le FC Barcelone a fini par l'emporter 3-1 samedi à Villarreal lors de la 15e journée de Liga, mais reste à neuf points du leader, le Real Madrid, qui reçoit le Séville FC dimanche.

", + "content": "Encore groggy de son 0-0 mardi contre Benfica en C1, le FC Barcelone a fini par l'emporter 3-1 samedi à Villarreal lors de la 15e journée de Liga, mais reste à neuf points du leader, le Real Madrid, qui reçoit le Séville FC dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-messi-ravi-d-evoluer-au-sein-d-un-vestiaire-tres-soude_AV-202111230055.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-le-barca-s-en-sort-mais-souffre-a-villarreal-deuxieme-victoire-pour-xavi_AV-202111270317.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 06:42:10 GMT", + "pubDate": "Sat, 27 Nov 2021 22:47:47 GMT", + "enclosure": "https://images.bfmtv.com/LfiNDr6DixKLRu6HT-pctkWSw0I=/0x0:1200x675/800x0/images/Le-Barca-celebre-le-but-de-Coutinho-1176876.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a8fe87fb96fdef9ad755be3f32c8d8b" + "hash": "9d14e94583aed7902861d5f3f53864eb" }, { - "title": "PSG: Messi vit comme \"un spectacle\" d’être aux côtés de Sergio Ramos", - "description": "Longtemps adversaires avec le Real Madrid et le FC Barcelone, Lionel Messi et Sergio Ramos se côtoient désormais au PSG. Un \"spectacle\" pour l’Argentin qui confie vouer du respect pour le défenseur espagnol.

", - "content": "Longtemps adversaires avec le Real Madrid et le FC Barcelone, Lionel Messi et Sergio Ramos se côtoient désormais au PSG. Un \"spectacle\" pour l’Argentin qui confie vouer du respect pour le défenseur espagnol.

", + "title": "Copa Libertadores: dans une finale 100% brésilienne, Palmeiras sacré pour la troisième fois", + "description": "Palmeiras a remporté ce samedi la troisième Copa Libertadores de son histoire en dominant Flamengo (2-1 après prolongation), dans une finale 100% brésilienne.

", + "content": "Palmeiras a remporté ce samedi la troisième Copa Libertadores de son histoire en dominant Flamengo (2-1 après prolongation), dans une finale 100% brésilienne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-vit-comme-un-spectacle-d-etre-aux-cotes-de-sergio-ramos_AV-202111230032.html", + "link": "https://rmcsport.bfmtv.com/football/copa-libertadores/copa-libertadores-dans-une-finale-100-bresilienne-palmeiras-sacre-pour-la-troisieme-fois_AN-202111270316.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 05:58:42 GMT", + "pubDate": "Sat, 27 Nov 2021 22:45:39 GMT", + "enclosure": "https://images.bfmtv.com/I6mMsP2I_5-QQfhzgBOyZcyj64g=/0x104:2000x1229/800x0/images/Palmeiras-Flamengo-1176859.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "504e2fb81a1b08f6b52b292fc294e095" + "hash": "184f21ec54874c8618df787c9e87aa75" }, { - "title": "Real Madrid: les louanges de Vinicius pour Benzema", - "description": "Dans une interview accordée à la Cadena Ser, Vincius Junior loue son association avec Karim Benzema au sein de l’attaque madrilène. Il vote pour que le Français soit Ballon d’or.

", - "content": "Dans une interview accordée à la Cadena Ser, Vincius Junior loue son association avec Karim Benzema au sein de l’attaque madrilène. Il vote pour que le Français soit Ballon d’or.

", + "title": "Portugal: faute de joueurs, le match de la honte entre Belenenses et Benfica se finit sur un forfait", + "description": "Après avoir été contraint de débuter le match avec seulement neuf joueurs (dont deux gardiens) ce samedi face à Benfica, Belenenses a finalement déclaré forfait après la mi-temps, en reprenant à 7... et en blessant un joueur à la reprise. Entre temps, les joueurs avaient encaissé sept buts, dans une partie lunaire.

", + "content": "Après avoir été contraint de débuter le match avec seulement neuf joueurs (dont deux gardiens) ce samedi face à Benfica, Belenenses a finalement déclaré forfait après la mi-temps, en reprenant à 7... et en blessant un joueur à la reprise. Entre temps, les joueurs avaient encaissé sept buts, dans une partie lunaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-les-louanges-de-vinicius-pour-benzema_AV-202111230020.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-faute-de-joueurs-le-match-de-la-honte-entre-belenenses-et-benfica-se-finit-sur-un-forfait_AV-202111270313.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 05:38:15 GMT", + "pubDate": "Sat, 27 Nov 2021 22:07:10 GMT", + "enclosure": "https://images.bfmtv.com/nojU-LDwcjm1rUrxQpC4PvqcKeI=/0x0:1920x1080/800x0/images/Les-joueurs-de-Belenenses-dans-le-match-de-la-honte-au-Portugal-1176863.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "e352aca1323255a9b5bfd82432ecbc45" + "hash": "06fe0c2d8f1d85218a91d92af3ff54cf" }, { - "title": "NBA: LeBron James prend un match, Stewart deux après leur accrochage", - "description": "LeBron James a écopé d'un match de suspension pour avoir asséné un coup au visage du joueur de Detroit, Isaiah Stewart, qui a écopé d'une sanction de deux matchs pour sa réaction.

", - "content": "LeBron James a écopé d'un match de suspension pour avoir asséné un coup au visage du joueur de Detroit, Isaiah Stewart, qui a écopé d'une sanction de deux matchs pour sa réaction.

", + "title": "Nice-Metz: les Aiglons, dauphins du PSG, trébuchent à domicile face à la lanterne rouge", + "description": "Renversants à Clermont le week-end dernier, les Niçois de Christophe Galtier se sont pris les pieds dans le tapis cette fois-ci, contre Metz, la lanterne rouge du classement. Les Grenats, ont décroché un précieux succès (1-0) dans leur quête du maintien.

", + "content": "Renversants à Clermont le week-end dernier, les Niçois de Christophe Galtier se sont pris les pieds dans le tapis cette fois-ci, contre Metz, la lanterne rouge du classement. Les Grenats, ont décroché un précieux succès (1-0) dans leur quête du maintien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-le-bron-james-suspendu-un-match-pour-son-coup-sur-stewart_AV-202111230009.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/nice-metz-les-aiglons-dauphins-du-psg-trebuchent-a-domicile-face-a-la-lanterne-rouge_AV-202111270312.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 05:08:04 GMT", + "pubDate": "Sat, 27 Nov 2021 22:05:38 GMT", + "enclosure": "https://images.bfmtv.com/oRp8gvQIpAS6t7qxXwkRm9H8yQ8=/0x0:1200x675/800x0/images/Jordan-Lotomba-1176861.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82935b336752dac4e2216164ae479680" + "hash": "e82b09c9f9eef73bca62088f6514895e" }, { - "title": "Transat Jacques-Vabre: Rogues et Souben s'imposent en Ocean Fifty", - "description": "Sébastien Rogues et Matthieu Souben (Primonial) ont coupé la ligne d'arrivée en premier de la Transart Jacques-Vabre, dans la nuit de lundi à mardi en Martinique.

", - "content": "Sébastien Rogues et Matthieu Souben (Primonial) ont coupé la ligne d'arrivée en premier de la Transart Jacques-Vabre, dans la nuit de lundi à mardi en Martinique.

", + "title": "Portugal: situation surréaliste, Belenenses démarre avec... 9 joueurs dont 2 gardiens contre Benfica", + "description": "Opposé à Benfica ce samedi pour la 12e journée du championnat portugais, Belenenses ne compte que neuf joueurs sur sa feuille de match, dont deux gardiens, en raison de 17 cas de Covid-19 au sein de leur équipe.

", + "content": "Opposé à Benfica ce samedi pour la 12e journée du championnat portugais, Belenenses ne compte que neuf joueurs sur sa feuille de match, dont deux gardiens, en raison de 17 cas de Covid-19 au sein de leur équipe.

", "category": "", - "link": "https://rmcsport.bfmtv.com/voile/transat-jacques-vabre-rogues-et-souben-s-imposent-en-ocean-fifty_AV-202111230007.html", + "link": "https://rmcsport.bfmtv.com/football/primeira-liga/portugal-situation-surrealiste-belenenses-demarre-avec-9-joueurs-dont-2-gardiens-contre-benfica_AV-202111270308.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 04:51:25 GMT", + "pubDate": "Sat, 27 Nov 2021 21:12:05 GMT", + "enclosure": "https://images.bfmtv.com/9Wb0Tnet8ua6SNiyC-KwddqJjAk=/11x1:1211x676/800x0/images/Belenenses-face-a-Benfica-1176850.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04a10081142ff0a001d1b77aa8276c19" + "hash": "b5a74e735fd20622da79dba24b39877d" }, { - "title": "Ligue des champions: \"Cela peut être un moment très important\", Lille au pied du mur à Salzbourg", - "description": "Le LOSC a l'occasion de faire un grand pas vers la qualification en affrontant Salzbourg mardi soir en Ligue des champions. un match à suivre sur RMC Sport, coup d'envoi à 21h.

", - "content": "Le LOSC a l'occasion de faire un grand pas vers la qualification en affrontant Salzbourg mardi soir en Ligue des champions. un match à suivre sur RMC Sport, coup d'envoi à 21h.

", + "title": "Villarreal-Barça: main non sifflée de Piqué, rouge oublié, vive polémique sur le VAR et l'arbitrage", + "description": "Les premières minutes du match de la 15e journée de Liga entre Villarreal et le Barça ont été marquées par deux polémiques d'arbitrage: pour un carton rouge non sifflé après la semelle de Parejo sur Busquets et après une main de Piqué dans la surface.

", + "content": "Les premières minutes du match de la 15e journée de Liga entre Villarreal et le Barça ont été marquées par deux polémiques d'arbitrage: pour un carton rouge non sifflé après la semelle de Parejo sur Busquets et après une main de Piqué dans la surface.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-cela-peut-etre-un-moment-tres-important-lille-au-pied-du-mur-salzbourg_AV-202111220570.html", + "link": "https://rmcsport.bfmtv.com/football/liga/villarreal-barca-main-non-sifflee-de-pique-rouge-oublie-vive-polemique-sur-le-var-et-l-arbitrage_AV-202111270307.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:28:45 GMT", + "pubDate": "Sat, 27 Nov 2021 21:10:02 GMT", + "enclosure": "https://images.bfmtv.com/mYV2n6SbXQt6OyeotZsUEhj6UNQ=/0x128:2048x1280/800x0/images/Pique-avec-Xavi-lors-d-un-match-du-Barca-1176851.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59f78a0b9478a61d13866016c988b629" + "hash": "83afd22b28cba0a00a3a858928a3e124" }, { - "title": "Mercato: Zidane au PSG? \"Ça ne me parait pas impossible\", glisse Fred Hermel", - "description": "Selon Fred Hermel, spécialiste du foot espagnol pour RMC Sport, Zinedine Zidane a clairement dit non à Manchester United, pour succéder à Ole Gunnar Solskjaer. En revanche, le technicien français pourrait bien se retrouver, un jour, sur le banc du PSG.

", - "content": "Selon Fred Hermel, spécialiste du foot espagnol pour RMC Sport, Zinedine Zidane a clairement dit non à Manchester United, pour succéder à Ole Gunnar Solskjaer. En revanche, le technicien français pourrait bien se retrouver, un jour, sur le banc du PSG.

", + "title": "Saint-Etienne - PSG: du nouveau côté parisien, Paris voyage avec ses jeunes et Ramos", + "description": "Mauricio Pochettino a emmené avec lui les jeunes Edouard Michut et Xavi Simons dans un secteur de jeu sinistré, à l'occasion du déplacement à Saint-Etienne, ce dimanche (13h).

", + "content": "Mauricio Pochettino a emmené avec lui les jeunes Edouard Michut et Xavi Simons dans un secteur de jeu sinistré, à l'occasion du déplacement à Saint-Etienne, ce dimanche (13h).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-zidane-au-psg-ca-ne-me-parait-pas-impossible-glisse-fred-hermel_AV-202111220568.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-psg-du-nouveau-cote-parisien-paris-voyage-avec-ses-jeunes-et-ramos_AV-202111270302.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:18:11 GMT", + "pubDate": "Sat, 27 Nov 2021 20:42:20 GMT", + "enclosure": "https://images.bfmtv.com/dvo1R1P2FUB7Tyd1V5X7N27UOzE=/0x50:1200x725/800x0/images/Edouard-Michut-1176848.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c3ec63737411a0a380dc0974fda8e2b" + "hash": "8c63f392a4c6a77782bae0caa77d2e16" }, { - "title": "Tennis: Après les polémiques l'ATP revoit la règle sur les pauses-toilettes", - "description": "Les pauses de Novak Djokovic avaient notamment suscité une levée de bouclier.

", - "content": "Les pauses de Novak Djokovic avaient notamment suscité une levée de bouclier.

", + "title": "Juventus: \"réaliste\", Allegri a quasiment dit adieu au titre de champion d'Italie", + "description": "Défait par l'Atalanta ce samedi (1-0) en Serie A, Massimiliano Allegri a reconnu que le titre serait difficile à jouer cette saison. L'entraîneur de la Juventus l'assure: il faut remettre les compteurs à zéro.

", + "content": "Défait par l'Atalanta ce samedi (1-0) en Serie A, Massimiliano Allegri a reconnu que le titre serait difficile à jouer cette saison. L'entraîneur de la Juventus l'assure: il faut remettre les compteurs à zéro.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tennis-apres-les-polemiques-l-atp-revoit-la-regle-sur-les-pauses-toilettes_AD-202111220566.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/juventus-realiste-allegri-a-quasiment-dit-adieu-au-titre-de-champion-d-italie_AV-202111270300.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:12:18 GMT", + "pubDate": "Sat, 27 Nov 2021 20:29:36 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "205578d7d0eab2e44f9db493fa3bf699" + "hash": "2725b314ed24fedebe12cb4282f3bbf4" }, { - "title": "PRONOS PARIS RMC Les paris sur Lille – Salzbourg du 23 novembre – Ligue des Champions", - "description": "Notre pronostic : Lille ne perd pas face à Salzbourg et moins de 3,5 buts (1.88)

", - "content": "Notre pronostic : Lille ne perd pas face à Salzbourg et moins de 3,5 buts (1.88)

", + "title": "Rallye du Var: nouvel accident spectaculaire, un blessé grave", + "description": "Au lendemain de l'accident très grave de Ludovic Gal, un nouvel accident très dur a frappé le rallye du Var, avec la sortie de route de Jean-Baptiste Franceschi, blessé grave.

", + "content": "Au lendemain de l'accident très grave de Ludovic Gal, un nouvel accident très dur a frappé le rallye du Var, avec la sortie de route de Jean-Baptiste Franceschi, blessé grave.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-sur-lille-salzbourg-du-23-novembre-ligue-des-champions_AN-202111220315.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/rallye/rallye-du-var-nouvel-accident-spectaculaire-un-blesse-grave_AV-202111270296.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:06:00 GMT", + "pubDate": "Sat, 27 Nov 2021 19:55:56 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "acbe83b1230205a2be43a379a526113c" + "hash": "01ab2c9dd75cbc924a5bb97dbafcece8" }, { - "title": "PRONOS PARIS RMC Le pari de folie du 23 novembre – Ligue des Champions", - "description": "Notre pronostic : match nul entre Villarreal et Manchester United et les deux équipes marquent (3.80)

", - "content": "Notre pronostic : match nul entre Villarreal et Manchester United et les deux équipes marquent (3.80)

", + "title": "PSG: toujours aucune discussion avec Zidane, assurent des sources qataries", + "description": "Alors que les rumeurs vont bon train autour d'un possible remplacement de Mauricio Pochettino par Zinedine Zidane, dans les rangs du PSG, on assure qu'aucune discussion n'a été entamée avec l'ancien coach du Real.

", + "content": "Alors que les rumeurs vont bon train autour d'un possible remplacement de Mauricio Pochettino par Zinedine Zidane, dans les rangs du PSG, on assure qu'aucune discussion n'a été entamée avec l'ancien coach du Real.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-23-novembre-ligue-des-champions_AN-202111220314.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/psg-toujours-aucune-discussion-avec-zidane-assurent-des-sources-qataries_AN-202111270292.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:05:00 GMT", + "pubDate": "Sat, 27 Nov 2021 19:33:45 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ef27b49acead3542b53d427bd522bf7" + "hash": "e056a7b5f47c7988b8617238c26dbed9" }, { - "title": "PRONOS PARIS RMC Le pari sûr du 23 novembre – Ligue des Champions", - "description": "Notre pronostic : le Bayern Munich s’impose sur la pelouse du Dinamo Kiev et au moins deux buts dans la rencontre (1.33)

", - "content": "Notre pronostic : le Bayern Munich s’impose sur la pelouse du Dinamo Kiev et au moins deux buts dans la rencontre (1.33)

", + "title": "Coupe Davis: \"J'ai bon espoir en ces jeunes-là\", Mahut impressionné par les \"rookies\"", + "description": "Battus 2-1 par la Grande-Bretagne dans le huis-clos sordide d’Innsbruck, les Bleus ont vécu la même campagne qu’en 2019 qu’à Madrid. Mais il y a aura des enseignements positifs à tirer du séjour à la montagne, notamment l'essor et l'avènement d'une nouvelle génération.

", + "content": "Battus 2-1 par la Grande-Bretagne dans le huis-clos sordide d’Innsbruck, les Bleus ont vécu la même campagne qu’en 2019 qu’à Madrid. Mais il y a aura des enseignements positifs à tirer du séjour à la montagne, notamment l'essor et l'avènement d'une nouvelle génération.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-23-novembre-ligue-des-champions_AN-202111220312.html", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-j-ai-bon-espoir-en-ces-jeunes-la-mahut-impressionne-par-les-rookies_AV-202111270291.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:04:00 GMT", + "pubDate": "Sat, 27 Nov 2021 19:29:23 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4941b2e819ae5e499fa941938bf8ee82" + "hash": "f8d52f51507c3e760abbd2eb37bd4007" }, { - "title": "PRONOS PARIS RMC Le pari à l’extérieur du 23 novembre – Ligue des Champions", - "description": "Notre pronostic : l’Atalanta s’impose sur la pelouse des Young Boys Berne (1.80)

", - "content": "Notre pronostic : l’Atalanta s’impose sur la pelouse des Young Boys Berne (1.80)

", + "title": "Serie A: sale semaine pour la Juve, qui s'incline encore face à l'Atalanta", + "description": "Giflée par Chelsea en Ligue des champions mardi (4-0), la Juventus s'est inclinée ce samedi sur sa pelouse face à l'Atalanta (1-0) en Serie A et pointe à une modeste sixième place.

", + "content": "Giflée par Chelsea en Ligue des champions mardi (4-0), la Juventus s'est inclinée ce samedi sur sa pelouse face à l'Atalanta (1-0) en Serie A et pointe à une modeste sixième place.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-23-novembre-ligue-des-champions_AN-202111220311.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-sale-semaine-pour-la-juve-qui-s-incline-encore-face-a-l-atalanta_AV-202111270287.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:03:00 GMT", + "pubDate": "Sat, 27 Nov 2021 19:06:33 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9749397a49f08a1d7579f01c8da60052" + "hash": "c9c91abb315abcc8466e22376174d2fa" }, { - "title": "PRONOS PARIS RMC Le pari à domicile du 23 novembre – Ligue des Champions", - "description": "Notre pronostic : le FC Séville bat Wolfsbourg (1.73)

", - "content": "Notre pronostic : le FC Séville bat Wolfsbourg (1.73)

", + "title": "OM-Troyes: Under forfait, Payet dans le groupe", + "description": "Si Cengiz Ünder, touché au dos, n’est pas encore totalement rétabli, Dimitri Payet, choqué après avoir été victime d’un jet de bouteille dimanche à Lyon, figure bien dans le groupe de l’OM pour affronter Troyes dimanche soir au Stade Vélodrome en clôture de la 15eme journée de Ligue 1.

", + "content": "Si Cengiz Ünder, touché au dos, n’est pas encore totalement rétabli, Dimitri Payet, choqué après avoir été victime d’un jet de bouteille dimanche à Lyon, figure bien dans le groupe de l’OM pour affronter Troyes dimanche soir au Stade Vélodrome en clôture de la 15eme journée de Ligue 1.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-23-novembre-ligue-des-champions_AN-202111220310.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-troyes-under-forfait-payet-dans-le-groupe_AV-202111270282.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:02:00 GMT", + "pubDate": "Sat, 27 Nov 2021 19:00:23 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa0343d4749eb1b774fb059efe9af216" + "hash": "6e443a814d1a6916a42ee2e1d40df41e" }, { - "title": "PRONOS PARIS RMC Le buteur du 23 novembre – Ligue des Champions", - "description": "Notre pronostic : Depay (Barcelone) marque face au Benfica Lisbonne (2.20)

", - "content": "Notre pronostic : Depay (Barcelone) marque face au Benfica Lisbonne (2.20)

", + "title": "LOU: les deux genoux touchés pour Bastareaud, sorti en larmes", + "description": "Sorti sur blessure et en larmes après seulement quelques minutes de jeu ce samedi, lors de la défaite de Lyon à Toulon (19-13) pour la 11e journée de Top 14, Mathieu Bastareaud est touché aux deux genoux selon son coach Pierre Mignoni.

", + "content": "Sorti sur blessure et en larmes après seulement quelques minutes de jeu ce samedi, lors de la défaite de Lyon à Toulon (19-13) pour la 11e journée de Top 14, Mathieu Bastareaud est touché aux deux genoux selon son coach Pierre Mignoni.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-23-novembre-ligue-des-champions_AN-202111220308.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/lou-les-deux-genoux-touches-pour-bastareaud-sorti-en-larmes_AD-202111270289.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:01:00 GMT", + "pubDate": "Sat, 27 Nov 2021 18:50:00 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c536503c6542b45d2fcf07f3c35b77f" + "hash": "fbb52209f09acaf9ca58e5c78bce9d62" }, { - "title": "PRONOS PARIS RMC Le pari football d’Eric Di Meco du 23 novembre – Ligue des Champions", - "description": "Mon pronostic : Chelsea s’impose par au moins deux buts d’écart face à la Juventus (2.65)

", - "content": "Mon pronostic : Chelsea s’impose par au moins deux buts d’écart face à la Juventus (2.65)

", + "title": "Nice-Metz en direct: le Gym surpris à domicile par la lanterne rouge", + "description": "Mené à la pause après un but de Centonze, l'OGC Nice a poussé sans parvenir à revenir dans le second acte face à Metz qui signe sa deuxième victoire de la saison. Il laisse l'opportunité à Rennes de prendre sa place de dauphin de Ligue 1, ce dimanche.

", + "content": "Mené à la pause après un but de Centonze, l'OGC Nice a poussé sans parvenir à revenir dans le second acte face à Metz qui signe sa deuxième victoire de la saison. Il laisse l'opportunité à Rennes de prendre sa place de dauphin de Ligue 1, ce dimanche.

", "category": "", - "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-d-eric-di-meco-du-23-novembre-ligue-des-champions_AN-202111220307.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-nice-metz-en-direct_LS-202111270277.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:00:00 GMT", + "pubDate": "Sat, 27 Nov 2021 18:42:57 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c5d45525c03c29ba07bd2a5566eda90" + "hash": "931ee4303547a4e4afb1870843cb6e8f" }, { - "title": "Platini se paye ceux qui ne jurent que par les statistiques dans le football", - "description": "Dans une interview fleuve la revue de l'After, l'ancien numéro 10 des Bleus revient sur les dérives du football actuelle.

", - "content": "Dans une interview fleuve la revue de l'After, l'ancien numéro 10 des Bleus revient sur les dérives du football actuelle.

", + "title": "Coupe de France : Grenoble et Rodez prennent la porte, l'exploit des Réunionnais de Saint-Denis", + "description": "Lors du 8e tour de la Coupe de France, Grenoble et Rodez se sont fait éliminer par Andrézieux (National 2) et Cannes (National 3), tandis que Nîmes a dû attendre les tirs au but pour se qualifier. L'exploit du jour est pour Saint-Denis, équipe de la Réunion, qui s'est qualifiée pour les 32e de finale.

", + "content": "Lors du 8e tour de la Coupe de France, Grenoble et Rodez se sont fait éliminer par Andrézieux (National 2) et Cannes (National 3), tandis que Nîmes a dû attendre les tirs au but pour se qualifier. L'exploit du jour est pour Saint-Denis, équipe de la Réunion, qui s'est qualifiée pour les 32e de finale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/platini-se-paye-ceux-qui-ne-jurent-que-par-les-statistiques-dans-le-football_AV-202111220564.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-de-france/coupe-de-france-grenoble-et-rodez-prennent-la-porte-l-exploit-des-reunionnais-de-saint-denis_AN-202111270272.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 22:59:23 GMT", + "pubDate": "Sat, 27 Nov 2021 18:23:58 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02cc63da6f2a7c87979191b6dfe9b2dc" + "hash": "41c8c3c7ac9d73b7d45d6a2b7952f5eb" }, { - "title": "Ligue des champions: Messi voit le PSG parmi les favoris, mais évoque des manques", - "description": "Dans une interview accordée à Marca, et dont le quotidien espagnol a diffusé ce lundi soir des extraits, Lionel Messi évoque notamment le statut du PSG en Ligue des champions. S'il classe son équipe parmi les favoris pour le titre, l'Argentin estime que celle-ci doit encore progresser.

", - "content": "Dans une interview accordée à Marca, et dont le quotidien espagnol a diffusé ce lundi soir des extraits, Lionel Messi évoque notamment le statut du PSG en Ligue des champions. S'il classe son équipe parmi les favoris pour le titre, l'Argentin estime que celle-ci doit encore progresser.

", + "title": "Lille-Nantes: accroché par les Canaris, le LOSC continue sa sale série en Ligue 1", + "description": "Tenu en échec par le FC Nantes 1-1 au stade Pierre-Mauroy samedi lors de la 15e journée de Ligue 1, Lille reste sur une inquiétante série de six matchs sans victoire en championnat.

", + "content": "Tenu en échec par le FC Nantes 1-1 au stade Pierre-Mauroy samedi lors de la 15e journée de Ligue 1, Lille reste sur une inquiétante série de six matchs sans victoire en championnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-messi-voit-le-psg-parmi-les-favoris-mais-evoque-des-manques_AV-202111220553.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-nantes-accroche-par-les-canaris-le-losc-continue-sa-sale-serie-en-ligue-1_AN-202111270270.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 22:34:23 GMT", + "pubDate": "Sat, 27 Nov 2021 18:16:46 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86e0c10ea1415dd57060abee6973bcd1" + "hash": "238ca623df3a3a4b48ad0bfa33fa133f" }, { - "title": "Manchester City-PSG: un arbitre italien avec des souvenirs contrastés pour Paris", - "description": "L’UEFA a désigné Daniele Orsato pour diriger le choc entre Manchester City et le PSG, mercredi à l’Etihad Stadium (21h sur RMC Sport 1), en Ligue des champions. L’arbitre italien de 45 ans a souvent croisé Paris dans le passé. Avec un souvenir douloureux, mais aussi de belles victoires. A Manchester notamment…

", - "content": "L’UEFA a désigné Daniele Orsato pour diriger le choc entre Manchester City et le PSG, mercredi à l’Etihad Stadium (21h sur RMC Sport 1), en Ligue des champions. L’arbitre italien de 45 ans a souvent croisé Paris dans le passé. Avec un souvenir douloureux, mais aussi de belles victoires. A Manchester notamment…

", + "title": "PSG: Ramos évoque sa longue convalescence et assure pouvoir jouer encore \"quatre ou cinq ans\"", + "description": "Libre de tout contrat après sa longue aventure au Real Madrid, Sergio Ramos n’a toujours pas joué le moindre match depuis son arrivée au PSG. Dans un entretien sur Prime Video, le défenseur de 35 ans a parlé de sa reprise difficile, tout en assurant avoir encore des belles années devant lui.

", + "content": "Libre de tout contrat après sa longue aventure au Real Madrid, Sergio Ramos n’a toujours pas joué le moindre match depuis son arrivée au PSG. Dans un entretien sur Prime Video, le défenseur de 35 ans a parlé de sa reprise difficile, tout en assurant avoir encore des belles années devant lui.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-un-arbitre-italien-avec-des-souvenirs-contrastes-pour-paris_AV-202111220542.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-ramos-evoque-sa-longue-convalescence-et-assure-pouvoir-jouer-encore-quatre-ou-cinq-ans_AV-202111270261.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 22:16:05 GMT", + "pubDate": "Sat, 27 Nov 2021 17:43:51 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ddd1b95f57069431a30991e5fb3db8f" + "hash": "ea270f28a8c4e0b9ba4cef8715c951c9" }, { - "title": "Ligue 2: Dijon éteint Auxerre et sort de la zone rouge", - "description": "Dijon remonte à la 12e place. Auxerre tombe à la troisième place.

", - "content": "Dijon remonte à la 12e place. Auxerre tombe à la troisième place.

", + "title": "PSG: vers une présence de Simons et Michut dans le groupe face à Saint-Etienne", + "description": "Avec le nombre élevé de blessés dans le secteur du milieu de terrain au PSG, les jeunes Xavi Simons et Edouard Michut ont été invités à s’entraîner avec les professionnels. Non convoqués avec les U19, les deux jeunes pourraient bien être dans le groupe pour affronter Saint-Etienne dimanche (13h).

", + "content": "Avec le nombre élevé de blessés dans le secteur du milieu de terrain au PSG, les jeunes Xavi Simons et Edouard Michut ont été invités à s’entraîner avec les professionnels. Non convoqués avec les U19, les deux jeunes pourraient bien être dans le groupe pour affronter Saint-Etienne dimanche (13h).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-2/ligue-2-dijon-eteint-auxerre-et-sort-de-la-zone-rouge_AD-202111220539.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-vers-une-presence-de-simons-et-michut-dans-le-groupe-face-a-saint-etienne_AV-202111270260.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 22:08:31 GMT", + "pubDate": "Sat, 27 Nov 2021 17:34:05 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "609fa9ed7376e4e92e34ab15e9c4aef0" + "hash": "5637e8e4891c99309196f145af64eceb" }, { - "title": "OL-OM: le car des Marseillais visé par des jets de projectiles après la rencontre", - "description": "INFO RMC SPORT - Le car de l'OM a été dimanche soir la cible de jets de projectiles après le match arrêté contre l'OL, et après avoir déposé les joueurs marseillais à l'aéroport.

", - "content": "INFO RMC SPORT - Le car de l'OM a été dimanche soir la cible de jets de projectiles après le match arrêté contre l'OL, et après avoir déposé les joueurs marseillais à l'aéroport.

", + "title": "Dortmund: victoire, but fou et bras d’honneur d'une fan, le savoureux retour d’Haaland", + "description": "Entré en jeu en fin de match face à Wolfsburg, l’attaquant du Borussia Dortmund Erling Haaland, de retour de blessure après cinq semaines d’absence, a inscrit le troisième but de son équipe, victorieuse 3-1 dans le cadre de la 13e journée de Bundesliga. Une réalisation célébrée avec un bras d'honneur d'une supportrice adverse en retour.

", + "content": "Entré en jeu en fin de match face à Wolfsburg, l’attaquant du Borussia Dortmund Erling Haaland, de retour de blessure après cinq semaines d’absence, a inscrit le troisième but de son équipe, victorieuse 3-1 dans le cadre de la 13e journée de Bundesliga. Une réalisation célébrée avec un bras d'honneur d'une supportrice adverse en retour.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-om-le-car-des-marseillais-vise-par-des-jets-de-projectiles-apres-la-rencontre_AV-202111220531.html", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/dortmund-victoire-but-fou-et-bras-d-honneur-d-une-fan-le-savoureux-retour-d-haaland_AV-202111270256.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 21:43:26 GMT", + "pubDate": "Sat, 27 Nov 2021 17:25:07 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a493947dc0c21095116186d3468d69b" + "hash": "63cc08fc9a8758b6299d15aa4cf6142e" }, { - "title": "Argentine: une ex-liaison de Maradona accuse d'abus la star et son entourage", - "description": "Elle accuse notamment l'ancien numéro 10 argentin disparu l'année dernière de viols.

", - "content": "Elle accuse notamment l'ancien numéro 10 argentin disparu l'année dernière de viols.

", + "title": "Premier League: le nouveau festival de Liverpool, qui atteint un record face à Southampton", + "description": "Une nouvelle fois impressionnants, les Reds ont étrillé Southampton (4-0), permettant à Liverpool de revenir provisoirement à un point seulement de Chelsea, le leader de Premier League, au classement.

", + "content": "Une nouvelle fois impressionnants, les Reds ont étrillé Southampton (4-0), permettant à Liverpool de revenir provisoirement à un point seulement de Chelsea, le leader de Premier League, au classement.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/argentine-une-ex-liaison-de-maradona-accuse-d-abus-la-star-et-son-entourage_AD-202111220529.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-le-nouveau-festival-de-liverpool-qui-atteint-un-record-face-a-southampton_AV-202111270253.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 21:41:56 GMT", + "pubDate": "Sat, 27 Nov 2021 17:19:43 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55239c4a3c42d1f75b821ca03baedd5e" + "hash": "2e230650fe9a7acbe5123db92a32c4c0" }, { - "title": "Mercato: Bounedjah dans le viseur du Barça? La réponse de Xavi", - "description": "Alors qu'une rumeur faisait état d'un intérêt du Barça pour l'attaquant algérien d'Al Sadd, Baghdad Bounedjah, Xavi a éteint cette piste ce lundi, louant les qualités du joueur mais niant tout intérêt pour lui.

", - "content": "Alors qu'une rumeur faisait état d'un intérêt du Barça pour l'attaquant algérien d'Al Sadd, Baghdad Bounedjah, Xavi a éteint cette piste ce lundi, louant les qualités du joueur mais niant tout intérêt pour lui.

", + "title": "Toulon-LOU: les images terribles de Bastareaud, qui sort en larmes après une grosse blessure", + "description": "Gravement blessé au genou lors de la rencontre face à Toulon, Mathieu Bastareaud est sorti sur civière en larmes dès la 4e minute, après s'être écroulé tout seul. Une nouvelle tuile pour le capitaine du LOU.

", + "content": "Gravement blessé au genou lors de la rencontre face à Toulon, Mathieu Bastareaud est sorti sur civière en larmes dès la 4e minute, après s'être écroulé tout seul. Une nouvelle tuile pour le capitaine du LOU.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-bounedjah-dans-le-viseur-du-barca-la-reponse-de-xavi_AV-202111220522.html", + "link": "https://rmcsport.bfmtv.com/rugby/toulon-lou-les-images-terribles-de-bastareaud-qui-sort-en-larmes-apres-une-grosse-blessure_AD-202111270250.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 21:16:54 GMT", + "pubDate": "Sat, 27 Nov 2021 17:13:34 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0aaf6af22b7bdb6b909f29f9d1c8aab" + "hash": "0e62b99f88094fe5d40440657851439c" }, { - "title": "OL-OM: \"J'ai maintenant peur d'effectuer des corners à l'extérieur\", explique Payet", - "description": "Le meneur de jeu marseillais Dimitri Payet touché par un jet de bouteille au Groupama Stadium lors de OL-OM a porté plainte.

", - "content": "Le meneur de jeu marseillais Dimitri Payet touché par un jet de bouteille au Groupama Stadium lors de OL-OM a porté plainte.

", + "title": "Monaco: Kovac compare l’importance de Golovin à celle de Messi au Barça", + "description": "Ce dimanche, l’AS Monaco recevra dans son stade Strasbourg (15h). En conférence de presse, le technicien monégasque Niko Kovac est revenu sur l’importance d'Aleksandr Golovin. Pour appuyer son propos, le Croate a fait une comparaison avec le FC Barcelone et Lionel Messi.

", + "content": "Ce dimanche, l’AS Monaco recevra dans son stade Strasbourg (15h). En conférence de presse, le technicien monégasque Niko Kovac est revenu sur l’importance d'Aleksandr Golovin. Pour appuyer son propos, le Croate a fait une comparaison avec le FC Barcelone et Lionel Messi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-om-j-ai-maintenant-peur-quand-d-effectuer-des-corners-a-l-exterieur-explique-payet_AV-202111220510.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-kovac-compare-l-importance-de-golovin-a-celle-de-messi-au-barca_AV-202111270246.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 20:46:08 GMT", + "pubDate": "Sat, 27 Nov 2021 17:04:52 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bfa87eb7cbf7adc0b477b08b6db81247" + "hash": "cae6fccc6d015f17bfa2b7320f94a3af" }, { - "title": "Manchester City-PSG: Donnarumma appelle ses partenaires \"à souffrir ensemble\" avant le choc", - "description": "A deux jours du déplacement à Manchester City, ce mercredi en Ligue des champions (21h sur RMC Sport 1), Gianluigi Donnarumma a mis en avant le bon état d’esprit qui règne dans le vestiaire du PSG. En exhortant ses coéquipiers à viser la victoire à l’Etihad Stadium.

", - "content": "A deux jours du déplacement à Manchester City, ce mercredi en Ligue des champions (21h sur RMC Sport 1), Gianluigi Donnarumma a mis en avant le bon état d’esprit qui règne dans le vestiaire du PSG. En exhortant ses coéquipiers à viser la victoire à l’Etihad Stadium.

", + "title": "Rugby: privés de match à Twickenham, les Samoa entonnent quand même leur hymne", + "description": "Alors que le Fédération anglaise de rugby a annulé la rencontre entre les Barbarians britanniques et les Samoa à quelques heures du coup d'envoi, les Samoans sont tout de même venus sur la pelouse pour chanter leur hymne.

", + "content": "Alors que le Fédération anglaise de rugby a annulé la rencontre entre les Barbarians britanniques et les Samoa à quelques heures du coup d'envoi, les Samoans sont tout de même venus sur la pelouse pour chanter leur hymne.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-donnarumma-appelle-ses-partenaires-a-souffrir-ensemble-avant-le-choc_AV-202111220507.html", + "link": "https://rmcsport.bfmtv.com/rugby/rugby-prives-de-match-a-twickenham-les-samoa-entonnent-quand-meme-leur-hymne_AD-202111270244.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 20:31:57 GMT", + "pubDate": "Sat, 27 Nov 2021 16:59:07 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf88d64689a4ea394e2e16d306a4823f" + "hash": "23c206afceebbce4b97f3e052b10b4c4" }, { - "title": "Incidents OL-OM: pourquoi le Groupama Stadium n'est pas équipé de filets anti-projectiles", - "description": "Contrairement à plusieurs autres stades français, le Groupama Stadium dans lequel évolue l'OL n'est pas équipé de filets anti-projectiles devant ses virages. Au lendemain des incidents face à l'OM, le directeur général du football Vincent Ponsot s'en est expliqué dans Rothen s'enflamme, sur RMC.

", - "content": "Contrairement à plusieurs autres stades français, le Groupama Stadium dans lequel évolue l'OL n'est pas équipé de filets anti-projectiles devant ses virages. Au lendemain des incidents face à l'OM, le directeur général du football Vincent Ponsot s'en est expliqué dans Rothen s'enflamme, sur RMC.

", + "title": "MMA: le calvaire de Diego Sanchez, légende de l’UFC, à cause du Covid-19", + "description": "A 39 ans, le combattant américain Diego Sanchez est actuellement hospitalisé pour une pneumonie provoquée par le Covid-19. Non vacciné, il a partagé son cauchemar sur les réseaux sociaux.

", + "content": "A 39 ans, le combattant américain Diego Sanchez est actuellement hospitalisé pour une pneumonie provoquée par le Covid-19. Non vacciné, il a partagé son cauchemar sur les réseaux sociaux.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-pourquoi-le-groupama-stadium-n-est-pas-equipe-de-filets-anti-projectiles_AV-202111220497.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/mma-le-calvaire-de-diego-sanchez-legende-de-l-ufc-a-cause-du-covid-19_AN-202111270235.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 19:57:15 GMT", + "pubDate": "Sat, 27 Nov 2021 16:49:48 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "62396c980fb0fb2907a2598bfe921ad5" + "hash": "808352ce713cd6c03b1bf796a4595533" }, { - "title": "Ligue2: L2: Des incidents avant le match Dijon-Auxerre", - "description": "Les violences ont eu lieu dans un bar proche du stade de Dijon. Il n'y a eu ni blessés, ni interpellations.

", - "content": "Les violences ont eu lieu dans un bar proche du stade de Dijon. Il n'y a eu ni blessés, ni interpellations.

", + "title": "Real Madrid: Ancelotti garantit le côté gauche à Vinicius, même si Mbappé arrive", + "description": "Vinicius jouera sur l'aile gauche du 4-3-3 du Real Madrid tant que Carlo Ancelotti sera l'entraîneur du club merengue, c'est le sens du message délivré ce samedi par le technicien italien. La possible arrivée prochaine de Kylian Mbappé n'y changera rien, a-t-il assuré.

", + "content": "Vinicius jouera sur l'aile gauche du 4-3-3 du Real Madrid tant que Carlo Ancelotti sera l'entraîneur du club merengue, c'est le sens du message délivré ce samedi par le technicien italien. La possible arrivée prochaine de Kylian Mbappé n'y changera rien, a-t-il assuré.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-2/ligue2-l2-des-incidents-avant-le-match-dijon-auxerre_AN-202111220490.html", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-ancelotti-garantit-le-cote-gauche-a-vinicius-meme-si-mbappe-arrive_AV-202111270232.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 19:43:50 GMT", + "pubDate": "Sat, 27 Nov 2021 16:36:34 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ee7251f271c0abec0b6f07f9f59dcafb" + "hash": "5acf8c30744fc44098d8ebf1fc00ef5b" }, { - "title": "Incidents OL-OM: Di Meco invite la LFP à \"taper fort\" avec de lourdes sanctions", - "description": "Éric Di Meco a suivi avec consternation les incidents qui ont entraîné l’interruption du choc entre l’OM et l’OL, dimanche lors de la 14e journée de Ligue 1. Notre consultant appelle la commission de discipline de la LFP à prendre des sanctions exemplaires, afin d’enrayer la spirale de violences qui perturbe la saison en cours.

", - "content": "Éric Di Meco a suivi avec consternation les incidents qui ont entraîné l’interruption du choc entre l’OM et l’OL, dimanche lors de la 14e journée de Ligue 1. Notre consultant appelle la commission de discipline de la LFP à prendre des sanctions exemplaires, afin d’enrayer la spirale de violences qui perturbe la saison en cours.

", + "title": "AC Milan: Pioli annonce le retour de Maignan face à Sassuolo", + "description": "Après avoir été opéré du poignet en octobre, Mike Maignan va faire ce dimanche son retour à la compétition avec l'AC Milan, face à Sassuolo. C’est son entraîneur Stefano Pioli qui l’a annoncé en conférence de presse.

", + "content": "Après avoir été opéré du poignet en octobre, Mike Maignan va faire ce dimanche son retour à la compétition avec l'AC Milan, face à Sassuolo. C’est son entraîneur Stefano Pioli qui l’a annoncé en conférence de presse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-di-meco-invite-la-lfp-a-taper-fort-avec-de-lourdes-sanctions_AV-202111220488.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/ac-milan-pioli-annonce-le-retour-de-maignan-face-a-sassuolo_AV-202111270215.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 19:39:27 GMT", + "pubDate": "Sat, 27 Nov 2021 15:26:10 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1bd45863b5cf7ec3ce106e412edaeea6" + "hash": "765aea03a59fb3b833a5d30fef0755f1" }, { - "title": "Incidents OL-OM: les versions contradictoires des différents acteurs", - "description": "Un match interrompu, puis annoncé sur le point de reprendre par le speaker du stade, puis définitivement arrêté, deux clubs qui ne décrivent pas les mêmes discussions en coulisses, le préfet et la LFP qui règlent leurs comptes... Difficile de savoir ce qu'il s'est réellement passé après les incidents d'OL-OM, dimanche soir en Ligue 1, tant les versions des différents acteurs divergent.

", - "content": "Un match interrompu, puis annoncé sur le point de reprendre par le speaker du stade, puis définitivement arrêté, deux clubs qui ne décrivent pas les mêmes discussions en coulisses, le préfet et la LFP qui règlent leurs comptes... Difficile de savoir ce qu'il s'est réellement passé après les incidents d'OL-OM, dimanche soir en Ligue 1, tant les versions des différents acteurs divergent.

", + "title": "Coupe du monde: les Serbes ont reversé leur prime de qualification aux enfants défavorisés", + "description": "Directement qualifiés pour la Coupe du monde 2022 au Qatar grâce à leur victoire au Portugal (1-2), les joueurs de la Serbie ont décidé de reverser la prime d'un million d’euros, promise par le président de la République serbe à des enfants, en situation précaire.

", + "content": "Directement qualifiés pour la Coupe du monde 2022 au Qatar grâce à leur victoire au Portugal (1-2), les joueurs de la Serbie ont décidé de reverser la prime d'un million d’euros, promise par le président de la République serbe à des enfants, en situation précaire.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-les-versions-contradictoires-des-differents-acteurs_AV-202111220486.html", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-les-serbes-ont-reverse-leur-prime-de-qualification-aux-enfants-defavorises_AV-202111270209.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 19:23:21 GMT", + "pubDate": "Sat, 27 Nov 2021 15:03:30 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9de8187e8f0a153b91860ecbec6913f8" + "hash": "099c602d621abd302e0612e44ef0b23c" }, { - "title": "Incidents OL-OM: Les mesures que pourraient réclamer les clubs face à la violence dans les stades", - "description": "Après les incidents navrants qui ont conduit l'arbitre à interrompre le match de Ligue 1 OL-OM dès la deuxième minute, les dirigeants de clubs et la LFP ont rendez-vous au ministère de l'Intérieur. Et ils attendent des mesures.

", - "content": "Après les incidents navrants qui ont conduit l'arbitre à interrompre le match de Ligue 1 OL-OM dès la deuxième minute, les dirigeants de clubs et la LFP ont rendez-vous au ministère de l'Intérieur. Et ils attendent des mesures.

", + "title": "Lille-Nantes en direct : David titulaire, les Lillois visent le top 10", + "description": "La 15e journée de Ligue 1 se poursuit ce samedi après-midi avec Lille (12e) qui reçoit Nantes (11e). Dans une première partie de saison compliquée, les Dogues espèrent bien rallier la première moitié de tableau en s’imposant devant leur public. Mais les Nantais partagent aussi cet objectif.

", + "content": "La 15e journée de Ligue 1 se poursuit ce samedi après-midi avec Lille (12e) qui reçoit Nantes (11e). Dans une première partie de saison compliquée, les Dogues espèrent bien rallier la première moitié de tableau en s’imposant devant leur public. Mais les Nantais partagent aussi cet objectif.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-les-mesures-que-pourraient-reclamer-les-clubs-face-a-la-violence-dans-les-stades_AV-202111220478.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/lille-nantes-en-direct-les-lillois-visent-le-top-10_LS-202111270206.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 19:08:28 GMT", + "pubDate": "Sat, 27 Nov 2021 14:58:32 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "332d34a5d7fd169ee7ecf8cf253c9166" + "hash": "d651c81ac772c64a80f090addf080d0f" }, { - "title": "OL-OM: la moue d’Henry écoutant Aulas devient un mème", - "description": "Les incidents qui ont entraîné l’interruption d’OL-OM, dimanche lors de la 14e journée de Ligue 1, ont été commentés en direct par Thierry Henry sur Amazon Prime Video. Et l’ancien attaquant des Bleus a semblé assez décontenancé par les explications de Jean-Michel Aulas. Au point de voir sa moue détournée en masse sur les réseaux.

", - "content": "Les incidents qui ont entraîné l’interruption d’OL-OM, dimanche lors de la 14e journée de Ligue 1, ont été commentés en direct par Thierry Henry sur Amazon Prime Video. Et l’ancien attaquant des Bleus a semblé assez décontenancé par les explications de Jean-Michel Aulas. Au point de voir sa moue détournée en masse sur les réseaux.

", + "title": "Premier League: Arsenal se relance face à Newcastle après sa grosse défaite à Liverpool", + "description": "Pour le début de cette treizième journée de Premier League, Arsenal a rebondi en dominant Newcastle ce samedi (2-0). Ce sont les jeunes Saka et Martinelli qui ont permis aux Gunners de se rassurer après la lourde défaite du week-end dernier face à Liverpool (4-0)

", + "content": "Pour le début de cette treizième journée de Premier League, Arsenal a rebondi en dominant Newcastle ce samedi (2-0). Ce sont les jeunes Saka et Martinelli qui ont permis aux Gunners de se rassurer après la lourde défaite du week-end dernier face à Liverpool (4-0)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-om-la-moue-d-henry-ecoutant-aulas-devient-un-meme_AV-202111220469.html", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-arsenal-se-relance-face-a-newcastle-apres-sa-grosse-defaite-a-liverpool_AV-202111270205.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:54:26 GMT", + "pubDate": "Sat, 27 Nov 2021 14:57:07 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "33ad9a8314e437568bdf7c38ee9f7635" + "hash": "3adc0b0ca223016cd7199216741641a5" }, { - "title": "Transat Jacques-Vabre: Une arrivée sous haute tension sociale", - "description": "L'arrivée du premier bateau, prévue ce lundi soir à Fort-de-France, se déroule en pleine grève générale.

", - "content": "L'arrivée du premier bateau, prévue ce lundi soir à Fort-de-France, se déroule en pleine grève générale.

", + "title": "Incidents OL-OM: les Lyonnais \"préoccupés\" par des possibles sanctions", + "description": "Entre la victoire en Ligue Europa jeudi à Bröndby (3-1) et un déplacement à Montpellier dimanche en Ligue 1, les joueurs de l’OL et leur entraîneur Peter Bosz reconnaissent qu’ils appréhendent de possibles sanctions de la commission de discipline consécutives aux incidents survenus lors du match interrompu face à l’OM, dimanche dernier au Groupama Stadium.

", + "content": "Entre la victoire en Ligue Europa jeudi à Bröndby (3-1) et un déplacement à Montpellier dimanche en Ligue 1, les joueurs de l’OL et leur entraîneur Peter Bosz reconnaissent qu’ils appréhendent de possibles sanctions de la commission de discipline consécutives aux incidents survenus lors du match interrompu face à l’OM, dimanche dernier au Groupama Stadium.

", "category": "", - "link": "https://rmcsport.bfmtv.com/voile/transat-jacques-vabre-une-arrivee-sous-haute-tension-sociale_AN-202111220454.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-les-lyonnais-preoccupes-par-des-possibles-sanctions_AV-202111270200.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:25:36 GMT", + "pubDate": "Sat, 27 Nov 2021 14:40:12 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e7bf50e3152cbeecf11c791835eb7033" + "hash": "ab76c1e44a26b31d450f3a440b6089d1" }, { - "title": "Fifa The Best: trois Français parmi les nommés pour le prix de meilleur joueur du monde", - "description": "Les onze joueurs nommés pour le prix Fifa The Best 2021 ont été dévoilés ce lundi. Trois Français en font partie: Karim Benzema, N’Golo Kanté et Kylian Mbappé. La cérémonie aura lieu le 17 janvier à Zürich.

", - "content": "Les onze joueurs nommés pour le prix Fifa The Best 2021 ont été dévoilés ce lundi. Trois Français en font partie: Karim Benzema, N’Golo Kanté et Kylian Mbappé. La cérémonie aura lieu le 17 janvier à Zürich.

", + "title": "PSG: face aux rumeurs sur son avenir, Pochettino assure que \"c'est bon signe\"", + "description": "Face aux rumeurs l'envoyant à Manchester United à moyen terme, Mauricio Pochettino a affirmé ce samedi en conférence de presse qu'il était complètement \"concentré\" sur le PSG.

", + "content": "Face aux rumeurs l'envoyant à Manchester United à moyen terme, Mauricio Pochettino a affirmé ce samedi en conférence de presse qu'il était complètement \"concentré\" sur le PSG.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/fifa-the-best-trois-francais-parmi-les-nommes-pour-le-prix-de-meilleur-joueur-du-monde_AD-202111220431.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-face-aux-rumeurs-sur-son-avenir-pochettino-assure-que-c-est-bon-signe_AV-202111270186.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 17:59:12 GMT", + "pubDate": "Sat, 27 Nov 2021 14:04:27 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7351092d85613f03f8a05859460b1f4" + "hash": "0ff374ceba67919a6598328ee87a750a" }, { - "title": "Manchester City-PSG: Ramos pour la première fois dans le groupe", - "description": "Sergio Ramos sera dans le groupe du PSG pour le déplacement à Manchester City, mercredi, en Ligue des champions (21h sur RMC Sport 1). Une grande première pour le défenseur espagnol de 35 ans, perturbé par des problèmes physiques depuis son arrivée l’été dernier.

", - "content": "Sergio Ramos sera dans le groupe du PSG pour le déplacement à Manchester City, mercredi, en Ligue des champions (21h sur RMC Sport 1). Une grande première pour le défenseur espagnol de 35 ans, perturbé par des problèmes physiques depuis son arrivée l’été dernier.

", + "title": "PSG: quatre forfaits pour Saint-Etienne", + "description": "Le PSG doit se passer de Marco Verratti, Ander Herrera, Georginio Wijnaldum et Mauro Icardi pour le déplacement à Saint-Etienne ce dimanche en Ligue 1 (13h).

", + "content": "Le PSG doit se passer de Marco Verratti, Ander Herrera, Georginio Wijnaldum et Mauro Icardi pour le déplacement à Saint-Etienne ce dimanche en Ligue 1 (13h).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-ramos-pour-la-premiere-fois-dans-le-groupe_AV-202111220420.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-quatre-forfaits-pour-saint-etienne_AD-202111270179.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 17:49:11 GMT", + "pubDate": "Sat, 27 Nov 2021 13:47:15 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "8c675e1310c2be67ce7f5ea8fe00c1a0" + "hash": "8f51c1f33ddc0d57babf91b455c70518" }, { - "title": "PSG: A quoi joue Mauricio Pochettino ?", - "description": "Après les rumeurs de l'été envoyant Mauricio Pochettino au Real Madrid, deuxième épisode avec maintenant Manchester United.

", - "content": "Après les rumeurs de l'été envoyant Mauricio Pochettino au Real Madrid, deuxième épisode avec maintenant Manchester United.

", + "title": "Les pronos hippiques du dimanche 28 novembre 2021", + "description": " Le Quinté+ du dimanche 28 novembre est programmé sur l’hippodrome d'Auteuil dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": " Le Quinté+ du dimanche 28 novembre est programmé sur l’hippodrome d'Auteuil dans la discipline de l'obstacle. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-a-quoi-joue-mauricio-pochettino_AV-202111220405.html", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-dimanche-28-novembre-2021_AN-202111270178.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 17:24:05 GMT", + "pubDate": "Sat, 27 Nov 2021 13:31:26 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ccd00cd0c65967930f22df2810c1c10" + "hash": "b23229de065d94a5c5f1f952f5bfbf53" }, { - "title": "Incidents OL-OM: ce que l'on sait du lanceur présumé de la bouteille sur Payet", - "description": "Soupçonné d'avoir lancé la bouteille d'eau qui a percuté Dimitri Payet dimanche soir lors d'OL-OM en Ligue 1, et donc d'avoir entraîné l'arrêt prématuré de la rencontre, un homme de 32 ans a été interpellé. Sa garde à vue a été prolongée.

", - "content": "Soupçonné d'avoir lancé la bouteille d'eau qui a percuté Dimitri Payet dimanche soir lors d'OL-OM en Ligue 1, et donc d'avoir entraîné l'arrêt prématuré de la rencontre, un homme de 32 ans a été interpellé. Sa garde à vue a été prolongée.

", + "title": "F1: Hamilton vit dans la \"peur\" d'attraper le Covid avant la fin de saison", + "description": "À la lutte pour le titre avec Max Verstappen alors qu'il reste seulement deux courses, Lewis Hamilton fait tout pour ne pas attraper le coronavirus d'ici la fin de la saison de F1. Il dit vivre dans une \"peur constante\" face à cette menace.

", + "content": "À la lutte pour le titre avec Max Verstappen alors qu'il reste seulement deux courses, Lewis Hamilton fait tout pour ne pas attraper le coronavirus d'ici la fin de la saison de F1. Il dit vivre dans une \"peur constante\" face à cette menace.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-ce-que-l-on-sait-du-lanceur-presume-de-la-bouteille-sur-payet_AV-202111220396.html", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-hamilton-vit-dans-la-peur-d-attraper-le-covid-avant-la-fin-de-saison_AV-202111270173.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 17:12:52 GMT", + "pubDate": "Sat, 27 Nov 2021 13:09:16 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "efa5847226144423d2e53a9d53d1e9c4" + "hash": "3e83e68b9e73776722de20ccc6188d7f" }, { - "title": "Incidents d’OL-OM: Aulas s’insurge contre un possible retrait de points", - "description": "Au lendemain des incidents d’OL-OM, Jean-Michel Aulas s’est exprimé ce lundi devant quelques médias, dont l’AFP. Le président des Gones en a profité pour répondre notamment à une question sur un éventuel retrait de points contre son club.

", - "content": "Au lendemain des incidents d’OL-OM, Jean-Michel Aulas s’est exprimé ce lundi devant quelques médias, dont l’AFP. Le président des Gones en a profité pour répondre notamment à une question sur un éventuel retrait de points contre son club.

", + "title": "Italie: perquisitions dans les bureaux de la Juventus, sur des transferts douteux", + "description": "En pleine enquête sur des transferts douteux, la police italienne a perquisitionné les bureaux de la Juventus ce vendredi. Le club italien est soupçonné d'avoir donné de fausses informations à des investisseurs et d'avoir produit des factures pour des transactions inexistantes

", + "content": "En pleine enquête sur des transferts douteux, la police italienne a perquisitionné les bureaux de la Juventus ce vendredi. Le club italien est soupçonné d'avoir donné de fausses informations à des investisseurs et d'avoir produit des factures pour des transactions inexistantes

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-d-ol-om-aulas-s-insurge-contre-un-possible-retrait-de-points_AV-202111220394.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/italie-perquisitions-dans-les-bureaux-de-la-juventus-sur-des-transferts-douteux_AD-202111270172.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 17:12:05 GMT", + "pubDate": "Sat, 27 Nov 2021 13:08:33 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55ee16e69648304f88d9c348e2f9ca2a" + "hash": "bfd327da4949191edaacd9ed4bac50fc" }, { - "title": "OL-OM: mis en cause, le préfet du Rhône donne sa version et dénonce la volte-face de l’arbitre", - "description": "Invité de BFM Lyon ce lundi soir, le préfet de région Pascal Mailhos a apporté un nouvel éclairage sur l'imbroglio qui a conduit à l'arrêt définitif du match OL-OM dimanche soir. Dimitri Payet a été victime d'un jet de projectile, obligeant l'arbitre à interrompre la rencontre.

", - "content": "Invité de BFM Lyon ce lundi soir, le préfet de région Pascal Mailhos a apporté un nouvel éclairage sur l'imbroglio qui a conduit à l'arrêt définitif du match OL-OM dimanche soir. Dimitri Payet a été victime d'un jet de projectile, obligeant l'arbitre à interrompre la rencontre.

", + "title": "PSG: Bernat salue le \"très beau geste\" du club après sa grave blessure", + "description": "Absent pendant plus d’un an après une rupture du ligament croisé au genou gauche, Juan Bernat retrouve du temps de jeu avec le PSG. Dans un entretien accordé à Canal+, le latéral gauche espagnol revient sur ses difficultés à guérir de sa blessure et la prolongation offerte par le club parisien.

", + "content": "Absent pendant plus d’un an après une rupture du ligament croisé au genou gauche, Juan Bernat retrouve du temps de jeu avec le PSG. Dans un entretien accordé à Canal+, le latéral gauche espagnol revient sur ses difficultés à guérir de sa blessure et la prolongation offerte par le club parisien.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-om-mis-en-cause-le-prefet-du-rhone-donne-sa-version-et-denonce-la-volte-face-de-l-arbitre_AV-202111220387.html", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-bernat-salue-le-tres-beau-geste-du-club-apres-sa-grave-blessure_AV-202111270169.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:59:01 GMT", + "pubDate": "Sat, 27 Nov 2021 13:00:02 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, - "created": false, + "created": true, "tags": [], - "hash": "e458d5af2177f1dd81b370a308ac0ac1" + "hash": "69cd89d967d51491b0de61a3c4cfa4d4" }, { - "title": "Incidents OL-OM: le revirement de l’arbitre, l’interpellation du supporter… le déroulé des faits selon le camp lyonnais", - "description": "Un certain flou entoure l’interruption du match entre l’OL et l’OM, dimanche au Groupama Stadium, lors de la 14e journée de Ligue 1. Après deux heures tergiversations et l’annonce d’une reprise, Ruddy Buquet a finalement acté l’arrêt définitif de la rencontre. Voici la version des Gones à propos de cette triste soirée.

", - "content": "Un certain flou entoure l’interruption du match entre l’OL et l’OM, dimanche au Groupama Stadium, lors de la 14e journée de Ligue 1. Après deux heures tergiversations et l’annonce d’une reprise, Ruddy Buquet a finalement acté l’arrêt définitif de la rencontre. Voici la version des Gones à propos de cette triste soirée.

", + "title": "Boxe: un boxeur espagnol totalement nu pour valider sa pesée", + "description": "Comme le rapporte Ouest-France, le boxeur espagnol Aitor Nieto, adversaire du Français Jordy Weiss ce samedi soir à Laval pour les ceintures des IBO et WBA des mi-moyens, n’a pas hésité à retirer son caleçon pour valider sa pesée.

", + "content": "Comme le rapporte Ouest-France, le boxeur espagnol Aitor Nieto, adversaire du Français Jordy Weiss ce samedi soir à Laval pour les ceintures des IBO et WBA des mi-moyens, n’a pas hésité à retirer son caleçon pour valider sa pesée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-le-revirement-de-l-arbitre-l-interpellation-du-supporter-le-deroule-des-faits-selon-le-camp-lyonnais_AV-202111220383.html", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-un-boxeur-espagnol-totalement-nu-pour-valider-sa-pesee_AN-202111270166.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:54:04 GMT", + "pubDate": "Sat, 27 Nov 2021 12:46:44 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "7a9bd5f62e42f28f646174927bc78c3e" + "hash": "9562f631fb02c2327a4f21bf83e908ae" }, { - "title": "MMA: Pourquoi Khamzat Chimaev est le nouveau phénomène de l’UFC (Fighter Club)", - "description": "Arrivé comme un ouragan à l’UFC à l’été 2020, avec deux victoires dans deux catégories en dix jours, Khamzat Chimaev a connu un an d’arrêt en raison d’un Covid compliqué. Mais sa démonstration pour son retour dans la cage, fin octobre, a rappelé combien le Suédois d’origine tchétchène était un talent spécial. Avec un évident potentiel de nouvelle superstar de l’UFC. Le RMC Fighter Club vous propose une plongée en profondeur dans la carrière de celui qui fait fantasmer le monde du MMA.

", - "content": "Arrivé comme un ouragan à l’UFC à l’été 2020, avec deux victoires dans deux catégories en dix jours, Khamzat Chimaev a connu un an d’arrêt en raison d’un Covid compliqué. Mais sa démonstration pour son retour dans la cage, fin octobre, a rappelé combien le Suédois d’origine tchétchène était un talent spécial. Avec un évident potentiel de nouvelle superstar de l’UFC. Le RMC Fighter Club vous propose une plongée en profondeur dans la carrière de celui qui fait fantasmer le monde du MMA.

", + "title": "PSG en direct: \"On ne crée pas les rumeurs\", se défend Pochettino", + "description": "Le PSG va à Saint-Étienne dimanche (13h00), dans le cadre de la 15e journée de Ligue 1. À la veille de cette rencontre, Mauricio Pochettino s'est exprimé devant la presse.

", + "content": "Le PSG va à Saint-Étienne dimanche (13h00), dans le cadre de la 15e journée de Ligue 1. À la veille de cette rencontre, Mauricio Pochettino s'est exprimé devant la presse.

", "category": "", - "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/mma-pourquoi-khamzat-chimaev-est-le-nouveau-phenomene-de-l-ufc-fighter-club_AV-202111220372.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-en-direct-la-conference-de-presse-de-pochettino-avant-l-asse_LN-202111270164.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:40:38 GMT", + "pubDate": "Sat, 27 Nov 2021 12:43:40 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0cb710f883fb65d9a12f415a9103bf2" + "hash": "27f6ebdf6a28d975f4aadaf442e6c413" }, { - "title": "PSG: Mbappé malade et absent de l'entraînement, à deux jours de Manchester City", - "description": "Kylian Mbappé n'était pas présent à l'entraînement du PSG ce lundi matin, deux jours avant le choc contre Manchester City en Ligue des champions (mercredi, 21h sur RMC Sport 1). L'attaquant parisien est malade, mais la situation n'est a priori pas inquiétante.

", - "content": "Kylian Mbappé n'était pas présent à l'entraînement du PSG ce lundi matin, deux jours avant le choc contre Manchester City en Ligue des champions (mercredi, 21h sur RMC Sport 1). L'attaquant parisien est malade, mais la situation n'est a priori pas inquiétante.

", + "title": "OL en direct: la conf de Peter Bosz avant Montpellier", + "description": "L'entraîneur de l'Olympique Lyonnais Peter Bosz a rendez-vous samedi à 14h20 pour la conférence de presse à la veille du déplacement de l'Olympique Lyonnais sur la pelouse de Montpellier, dimanche (17h) dans le cadre de la 15eme journée de Ligue 1. Une conf' à suivre en direct commenté sur RMC Sport.

", + "content": "L'entraîneur de l'Olympique Lyonnais Peter Bosz a rendez-vous samedi à 14h20 pour la conférence de presse à la veille du déplacement de l'Olympique Lyonnais sur la pelouse de Montpellier, dimanche (17h) dans le cadre de la 15eme journée de Ligue 1. Une conf' à suivre en direct commenté sur RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-mbappe-malade-et-absent-de-l-entrainement-a-deux-jours-de-manchester-city_AV-202111220371.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-en-direct-la-conf-de-peter-bosz-avant-montpellier_LN-202111270161.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:38:54 GMT", + "pubDate": "Sat, 27 Nov 2021 12:39:49 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3362d268a11fe890a68ab567ab280698" + "hash": "c7581513e752fe2abc46c334899c579c" }, { - "title": "Incidents OL-OM: \"Quand un acteur est touché, le match ne peut pas reprendre\", estime Labrune, président de la LFP", - "description": "Dans une interview à L'Equipe, le président de la LFP, Vincent Labrune, est revenu sur les incidents observés dimanche soir lors d'OL-OM en Ligue 1. \"Choqué\" par les événements et la longueur du processus ayant conduit à l'arrêt du match, le dirigeant prône l'interruption systématique des rencontres dans de telles situations. Sur les mesures de fond, il renvoie toutefois la balle aux pouvoirs publics...

", - "content": "Dans une interview à L'Equipe, le président de la LFP, Vincent Labrune, est revenu sur les incidents observés dimanche soir lors d'OL-OM en Ligue 1. \"Choqué\" par les événements et la longueur du processus ayant conduit à l'arrêt du match, le dirigeant prône l'interruption systématique des rencontres dans de telles situations. Sur les mesures de fond, il renvoie toutefois la balle aux pouvoirs publics...

", + "title": "PRONOS PARIS RMC Les paris du 27 novembre sur Lille - Nantes - Ligue 1", + "description": "Notre pronostic: Lille bat Nantes et Jonathan David marque (2.65)

", + "content": "Notre pronostic: Lille bat Nantes et Jonathan David marque (2.65)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-quand-un-acteur-est-touche-le-match-ne-peut-pas-reprendre-estime-labrune-president-de-la-lfp_AV-202111220339.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-27-novembre-sur-lille-nantes-ligue-1_AN-202111260352.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 15:47:14 GMT", + "pubDate": "Sat, 27 Nov 2021 12:20:00 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e7649070fb6df3c2820c5fc16c425a1" + "hash": "60ebaeeb5e1ded92a768319a60d7fb5a" }, { - "title": "Incidents OL-OM: le speaker du Groupama Stadium livre sa version", - "description": "Le speaker du Groupama Stadium a expliqué sur Twitter pourquoi il avait annoncé la reprise du match OL-OM avant d’indiquer l’inverse, et d’en prononcer l’arrêt définitif.

", - "content": "Le speaker du Groupama Stadium a expliqué sur Twitter pourquoi il avait annoncé la reprise du match OL-OM avant d’indiquer l’inverse, et d’en prononcer l’arrêt définitif.

", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 27 novembre – Ligue 1", + "description": "Mon pronostic : Lille bat Nantes et plus de 2,5 buts (2.40)

", + "content": "Mon pronostic : Lille bat Nantes et plus de 2,5 buts (2.40)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-le-speaker-du-groupama-stadium-livre-sa-version_AV-202111220333.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-27-novembre-ligue-1_AN-202111270149.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 15:39:07 GMT", + "pubDate": "Sat, 27 Nov 2021 12:18:50 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec81bce82fb529c37f9eb111a2a4a0b9" + "hash": "12ee87e1fe560f33520302d383f327b0" }, { - "title": "Serie A: qui est Felix Afena-Gyan, le jeune attaquant de 18 ans de la Roma", - "description": "Auteur d'un doublé avec l'AS Roma dimanche face au Genoa, Felix Afena-Gyan est l'un des attaquants les plus prometteurs du club italien.

", - "content": "Auteur d'un doublé avec l'AS Roma dimanche face au Genoa, Felix Afena-Gyan est l'un des attaquants les plus prometteurs du club italien.

", + "title": "PRONOS PARIS RMC Les paris du 27 novembre sur Nice - Metz - Ligue 1", + "description": "Notre pronostic: Nice bat Metz (1.40)

", + "content": "Notre pronostic: Nice bat Metz (1.40)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-qui-est-felix-afena-gyan-le-jeune-attaquant-de-18-ans-de-la-roma_AV-202111220326.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-27-novembre-sur-nice-metz-ligue-1_AN-202111260349.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 15:13:56 GMT", + "pubDate": "Sat, 27 Nov 2021 12:17:00 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a909fa7cfbcf36db46b055b13556149c" + "hash": "f8b2c51277d760b93be19dd9e9e522ba" }, { - "title": "Un ancien joueur d’Everton aux 260 matchs en Premier League signe en… 2e division départementale dans les Deux-Sèvres", - "description": "Louzy, petit commune de 1400 habitants dans les Deux-Sèvres, et dont le club évolue en deuxième division départementale, vient d'enregistrer un renfort de poids avec l'arrivée de sa nouvelle star: Tony Hibbert, ancien joueur d'Everton, près de 300 matches de Premier League au compteur.

", - "content": "Louzy, petit commune de 1400 habitants dans les Deux-Sèvres, et dont le club évolue en deuxième division départementale, vient d'enregistrer un renfort de poids avec l'arrivée de sa nouvelle star: Tony Hibbert, ancien joueur d'Everton, près de 300 matches de Premier League au compteur.

", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 27 novembre – Ligue 1", + "description": "Mon pronostic : Nice bat Metz par au moins deux buts d’écart (2.00)

", + "content": "Mon pronostic : Nice bat Metz par au moins deux buts d’écart (2.00)

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/un-ancien-joueur-d-everton-signe-en-2e-division-departementale-dans-les-deux-sevres_AV-202111220323.html", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-27-novembre-ligue-1_AN-202111270146.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 15:06:04 GMT", + "pubDate": "Sat, 27 Nov 2021 12:16:04 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "96b06833a05012a9d677f809bcb60015" + "hash": "e47bd793ac375dbc9dd1c76a41054748" }, { - "title": "Mercato en direct: Xavi évoque la rumeur Bounedjah au Barça", - "description": "A un peu plus d'un mois de l'ouverture du mercato d'hiver (du 1er au 31 janvier 2022), suivez toutes les informations et rumeurs du marché des transferts en direct.

", - "content": "A un peu plus d'un mois de l'ouverture du mercato d'hiver (du 1er au 31 janvier 2022), suivez toutes les informations et rumeurs du marché des transferts en direct.

", + "title": "Coupe Davis: Bartoli allume Piqué, \"il ne connaît rien au tennis\"", + "description": "Marion Bartoli estime que Gerard Piqué, qui a racheté la Coupe Davis, a \"massacré\" la compétition en changeant le format et en étant prêt à l'installer durablement à Abou Dhabi. Des \"mauvaises décisions\" qui démontrent que le footballeur espagnol ne \"connaît rien\" à ce sport.

", + "content": "Marion Bartoli estime que Gerard Piqué, qui a racheté la Coupe Davis, a \"massacré\" la compétition en changeant le format et en étant prêt à l'installer durablement à Abou Dhabi. Des \"mauvaises décisions\" qui démontrent que le footballeur espagnol ne \"connaît rien\" à ce sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-22-novembre_LN-202111220138.html", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-bartoli-allume-pique-il-ne-connait-rien-au-tennis_AV-202111270128.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 08:55:12 GMT", + "pubDate": "Sat, 27 Nov 2021 11:28:05 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb2a9bbf7a6f19598d4fc005c81f3824" + "hash": "a6c81f180c4d76bf2644f1d83b3c63d1" }, { - "title": "OL-OM en direct: \"J'ai maintenant peur de tirer les corners à l'extérieur\" explique Payet", - "description": "La 14e journée de Ligue 1 s'achève ce dimanche par l'Olympico entre l'OL et l'OM, à Lyon (20h45). Un match bouillant, d'autant que les deux équipes sont rivales pour les places européennes et proposent un jeu plaisant.

", - "content": "La 14e journée de Ligue 1 s'achève ce dimanche par l'Olympico entre l'OL et l'OM, à Lyon (20h45). Un match bouillant, d'autant que les deux équipes sont rivales pour les places européennes et proposent un jeu plaisant.

", + "title": "Biathlon en direct: les Françaises discrètes sur l'individuel", + "description": "La France et la Norvège reprennent leur duel habituel avec le démarrage, samedi à Ostersund, de la Coupe du monde de biathlon. Au programme: l'individuel 15 km dames à 11h45, puis l'individuel 20km hommes à 15h00.

", + "content": "La France et la Norvège reprennent leur duel habituel avec le démarrage, samedi à Ostersund, de la Coupe du monde de biathlon. Au programme: l'individuel 15 km dames à 11h45, puis l'individuel 20km hommes à 15h00.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-bouillant-olympico-ol-om_LS-202111210021.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-en-direct-suivez-le-debut-de-la-coupe-du-monde-a-ostersund_LN-202111270111.html", "creator": "", - "pubDate": "Sun, 21 Nov 2021 16:00:00 GMT", + "pubDate": "Sat, 27 Nov 2021 10:36:53 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db8abf4bc6f86072438b19fcf7876e00" + "hash": "b62eda5869c9177644b5f7f3e65b499c" }, { - "title": "Monaco-Lille: l'ASM arrache un point, de gros regrets pour le LOSC", - "description": "Jonathan David a eu beau marqué un doublé ce vendredi en ouverture de la 14e journée de Ligue 1, son équipe de Lille s'est contentée d'un nul à Monaco (2-2). En infériorité numérique, les Monégasques ont égalisé grâce à Krépin Diatta et Wissam Ben Yedder.

", - "content": "Jonathan David a eu beau marqué un doublé ce vendredi en ouverture de la 14e journée de Ligue 1, son équipe de Lille s'est contentée d'un nul à Monaco (2-2). En infériorité numérique, les Monégasques ont égalisé grâce à Krépin Diatta et Wissam Ben Yedder.

", + "title": "Ligue 1: le gardien français est-il un monument en péril ?", + "description": "Ils sont de moins en moins à garder les cages des équipes du championnat de France. Barrés par des recrues étrangères, frileusement lancés dans le grand bain, les gardiens français deviennent petit à petit une denrée rare. La faute à un retard dans la formation que la Fédération française de football cherche aujourd’hui à combler.

", + "content": "Ils sont de moins en moins à garder les cages des équipes du championnat de France. Barrés par des recrues étrangères, frileusement lancés dans le grand bain, les gardiens français deviennent petit à petit une denrée rare. La faute à un retard dans la formation que la Fédération française de football cherche aujourd’hui à combler.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-lille-l-asm-arrache-un-point-de-gros-regrets-pour-le-losc_AV-202111190501.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-le-gardien-francais-est-il-un-monument-en-peril_AV-202111270109.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 22:09:20 GMT", + "pubDate": "Sat, 27 Nov 2021 10:36:04 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, - "created": true, + "created": false, "tags": [], - "hash": "6096afabd31a83a5d1d8b506c49c074f" + "hash": "e88b3d1f3375381545d750efd3e444ac" }, { - "title": "Bundesliga: deuxième défaite pour le Bayern, le championnat relancé", - "description": "Sans Coman mais avec Hernandez, Upamecano et Pavard, le Bayern Munich a concédé sa deuxième défaite de la saison en Bundesliga face à Augsbourg 2-1 ce vendredi soir, en ouverture de la 12e journée du championnat allemand.

", - "content": "Sans Coman mais avec Hernandez, Upamecano et Pavard, le Bayern Munich a concédé sa deuxième défaite de la saison en Bundesliga face à Augsbourg 2-1 ce vendredi soir, en ouverture de la 12e journée du championnat allemand.

", + "title": "Zidane au PSG, \"ce serait une trahison totale de Marseille\" selon Bartoli", + "description": "Dans les Grandes Gueules du Sport sur RMC, ce samedi, Marion Bartoli a estimé qu'une signature de Zinedine Zidane au PSG serait une \"trahison\" pour Marseille, la ville de \"ses racines\".

", + "content": "Dans les Grandes Gueules du Sport sur RMC, ce samedi, Marion Bartoli a estimé qu'une signature de Zinedine Zidane au PSG serait une \"trahison\" pour Marseille, la ville de \"ses racines\".

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-deuxieme-defaite-pour-le-bayern-le-championnat-relance_AD-202111190493.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/zidane-au-psg-ce-serait-une-trahison-totale-de-marseille-selon-bartoli_AV-202111270093.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 21:50:00 GMT", + "pubDate": "Sat, 27 Nov 2021 10:01:46 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eba555505f75ad1398aa5e7bcea97f90" + "hash": "d51f58f1d4051827825244b6a0ec0269" }, { - "title": "Disparition de Peng Shuai: des photos de la joueuse postées sur les réseaux sociaux chinois", - "description": "Disparue depuis le 2 novembre après avoir accusé un ancien haut dirigeant chinois de l’avoir violée, la joueuse de tennis Peng Shuai est apparue sur des photos qu’elle aurait envoyées à une amie via le réseau social chinois WeChat. Mais le doute demeure quant à la date de ces clichés. Et sa disparition reste inquiétante.

", - "content": "Disparue depuis le 2 novembre après avoir accusé un ancien haut dirigeant chinois de l’avoir violée, la joueuse de tennis Peng Shuai est apparue sur des photos qu’elle aurait envoyées à une amie via le réseau social chinois WeChat. Mais le doute demeure quant à la date de ces clichés. Et sa disparition reste inquiétante.

", + "title": "Les trois quarts des enfants ayant pratiqué un sport ont subi des abus, selon une étude", + "description": "Une étude européenne, menée dans six pays, montre que les trois quarts des enfants ayant pratiqué un sport ont été victimes d'abus psychologiques ou physiques.

", + "content": "Une étude européenne, menée dans six pays, montre que les trois quarts des enfants ayant pratiqué un sport ont été victimes d'abus psychologiques ou physiques.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/disparition-de-peng-shuai-des-photos-de-la-joueuse-postees-sur-les-reseaux-sociaux-chinois_AV-202111190490.html", + "link": "https://rmcsport.bfmtv.com/societe/les-trois-quarts-des-enfants-ayant-pratique-un-sport-ont-subi-des-abus_AD-202111270088.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 21:30:59 GMT", + "pubDate": "Sat, 27 Nov 2021 09:50:51 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a3b7ffc2464f0bb9940d06413940a225" + "hash": "cd75d6c54ca8289974668e1d060401f8" }, { - "title": "Disparition de Peng Shuai: prêt à boycotter la Chine, Mahut dénonce le silence de l'ITF et du CIO", - "description": "Nicolas Mahut a réaffirmé ce vendredi sa volonté de boycotter les tournois en Chine si aucune nouvelle rassurante n’est publiée autour de Peng Shuai. Associé à Pierre-Hugues Herbert, le spécialiste du double a taclé la Fédération internationale de tennis et le CIO pour leur inaction.

", - "content": "Nicolas Mahut a réaffirmé ce vendredi sa volonté de boycotter les tournois en Chine si aucune nouvelle rassurante n’est publiée autour de Peng Shuai. Associé à Pierre-Hugues Herbert, le spécialiste du double a taclé la Fédération internationale de tennis et le CIO pour leur inaction.

", + "title": "Biathlon: la Coupe du monde reprend, les JO dans le viseur", + "description": "A moins de trois mois des Jeux olympiques de Pékin, la saison de Coupe du monde de biathlon reprend ce samedi à Ostersund (Suède). Et les Français veulent briller.

", + "content": "A moins de trois mois des Jeux olympiques de Pékin, la saison de Coupe du monde de biathlon reprend ce samedi à Ostersund (Suède). Et les Français veulent briller.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/disparition-de-peng-shuai-mahut-denonce-le-silence-de-l-itf-et-du-cio-avant-les-jo-en-chine_AV-202111190488.html", + "link": "https://rmcsport.bfmtv.com/sports-d-hiver/biathlon/biathlon-la-coupe-du-monde-reprend-les-jo-dans-le-viseur_AD-202111270075.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 21:19:55 GMT", + "pubDate": "Sat, 27 Nov 2021 09:25:12 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b6bd258642bc8975367ace208c2252b" + "hash": "23a4a7220645bac11363339f0954860a" }, { - "title": "Premier League: Howe va rater son premier match avec Newcastle", - "description": "Eddie Howe ne sera pas sur le banc de Newcastle samedi face à Brentford, pour son premier match en tant qu'entraîneur des Magpies. Fraîchement nommé, l'ancien coach de Bournemouth est positif au Covid-19.

", - "content": "Eddie Howe ne sera pas sur le banc de Newcastle samedi face à Brentford, pour son premier match en tant qu'entraîneur des Magpies. Fraîchement nommé, l'ancien coach de Bournemouth est positif au Covid-19.

", + "title": "Top 14: retour aux affaires courantes après la période internationale", + "description": "Le Top 14 est de retour ce week-end, après les matchs internationaux. Le Stade Toulousain, leader, est privé de nombreux joueurs face à Brive ce samedi (21h05).

", + "content": "Le Top 14 est de retour ce week-end, après les matchs internationaux. Le Stade Toulousain, leader, est privé de nombreux joueurs face à Brive ce samedi (21h05).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-howe-va-rater-son-premier-match-avec-newcastle_AD-202111190486.html", + "link": "https://rmcsport.bfmtv.com/rugby/top-14/top-14-retour-aux-affaires-courantes-apres-la-periode-internationale_AD-202111270071.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 21:05:12 GMT", + "pubDate": "Sat, 27 Nov 2021 09:19:20 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "98469a296ca50e183fa758d5e4ddab94" + "hash": "8448d92796ca7f3d488f4495d9392896" }, { - "title": "Comment l’image de la Ligue 1 s’est bonifiée selon Thierry Henry", - "description": "Le meilleur buteur de l’histoire de l’équipe de France, et actuel consultant pour Amazon Prime Vidéo, Thierry Henry a expliqué pourquoi la Ligue 1 suscite davantage d’intérêt depuis quelques années.

", - "content": "Le meilleur buteur de l’histoire de l’équipe de France, et actuel consultant pour Amazon Prime Vidéo, Thierry Henry a expliqué pourquoi la Ligue 1 suscite davantage d’intérêt depuis quelques années.

", + "title": "Coupe Davis en direct: les Français s'inclinent face aux Britanniques", + "description": "Avec Mannarino et Rinderknech en simple, l’équipe de France s’est inclinée contre les Britanniques. Pour se qualifier en quarts de finale, les Bleus espèrent terminer parmi les meilleurs deuxièmes. Mais ça semble très compromis.

", + "content": "Avec Mannarino et Rinderknech en simple, l’équipe de France s’est inclinée contre les Britanniques. Pour se qualifier en quarts de finale, les Bleus espèrent terminer parmi les meilleurs deuxièmes. Mais ça semble très compromis.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/comment-l-image-de-la-ligue-1-s-est-bonifiee-selon-thierry-henry_AV-202111190481.html", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-en-direct-les-francais-jouent-gros-face-aux-britanniques_LN-202111270063.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 20:50:25 GMT", + "pubDate": "Sat, 27 Nov 2021 09:02:25 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4ef8cd798ee1b8952787ff4edbb6d84" + "hash": "379081f438fe74a53e0206bf923605d6" }, { - "title": "Uruguay: le sélectionneur Tabarez viré après une mauvaise série", - "description": "L’Uruguay a officialisé ce vendredi la fin du contrat d’Oscar Tabarez. Sélectionneur depuis 2006, le technicien de 74 ans paie une série de quatre défaites consécutives et la septième place de la Celeste lors des éliminatoires sud-américains pour le Mondial 2022.

", - "content": "L’Uruguay a officialisé ce vendredi la fin du contrat d’Oscar Tabarez. Sélectionneur depuis 2006, le technicien de 74 ans paie une série de quatre défaites consécutives et la septième place de la Celeste lors des éliminatoires sud-américains pour le Mondial 2022.

", + "title": "Mercato: Newcastle encore dans le flou, en raison d'une mesure contraignante", + "description": "Dans un premier temps en vigueur jusqu'au 30 novembre, l'interdiction en Premier League de nouer des accords commerciaux avec des entreprises liées aux propriétaires des clubs a été prolongée. Ce qui, comme rapporté par le Daily Mail, jette un froid sur Newcastle, sous pavillon saoudien, en vue du mercato hivernal.

", + "content": "Dans un premier temps en vigueur jusqu'au 30 novembre, l'interdiction en Premier League de nouer des accords commerciaux avec des entreprises liées aux propriétaires des clubs a été prolongée. Ce qui, comme rapporté par le Daily Mail, jette un froid sur Newcastle, sous pavillon saoudien, en vue du mercato hivernal.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/qualifications/uruguay-le-selectionneur-tabarez-vire-apres-une-mauvaise-serie_AV-202111190476.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-newcastle-encore-dans-le-flou-en-raison-d-une-mesure-contraignante_AV-202111270061.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 20:14:39 GMT", + "pubDate": "Sat, 27 Nov 2021 08:49:02 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cfb2b1bed64e4cb469eccd1e1a7a08a3" + "hash": "f5a351c67e03cc3d085016d714bab33b" }, { - "title": "Euroleague: nouvelle défaite pour Monaco, surclassé par l'Efes", - "description": "L’AS Monaco a été largement dominée par les Turcs d’Efes Anadolu Istanbul 98-77 ce vendredi lors de la 11e journée d'Euroleague.

", - "content": "L’AS Monaco a été largement dominée par les Turcs d’Efes Anadolu Istanbul 98-77 ce vendredi lors de la 11e journée d'Euroleague.

", + "title": "Barça: les négociations pour la prolongation de Dembélé patinent", + "description": "Le Barça veut prolonger Ousmane Dembélé, dont le contrat se termine à la fin de la saison. Mais les négociations patinent selon Sport. Le volet financier pose problème.

", + "content": "Le Barça veut prolonger Ousmane Dembélé, dont le contrat se termine à la fin de la saison. Mais les négociations patinent selon Sport. Le volet financier pose problème.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroleague-nouvelle-defaite-pour-monaco-surclasse-par-anadolu_AD-202111190471.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/barca-les-negociations-pour-la-prolongation-de-dembele-patinent_AV-202111270060.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 19:54:26 GMT", + "pubDate": "Sat, 27 Nov 2021 08:47:51 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9b003da82bfc9d88ae4d8299f63a15e" + "hash": "e44cc16b06b74c572881d763de261f53" }, { - "title": "France-Nouvelle-Zélande: comment les Bleus abordent \"le grand défi\" face aux Blacks", - "description": "A l’image de leur capitaine Antoine Dupont, les joueurs du XV de France ont déjà la tête au Stade de France où ils défieront la Nouvelle-Zélande samedi soir pour leur troisième test-match d’automne. Le défi est immense mais les Bleus veulent croire en un exploit.

", - "content": "A l’image de leur capitaine Antoine Dupont, les joueurs du XV de France ont déjà la tête au Stade de France où ils défieront la Nouvelle-Zélande samedi soir pour leur troisième test-match d’automne. Le défi est immense mais les Bleus veulent croire en un exploit.

", + "title": "Coupe Davis: défaite interdite pour les Bleus, face à la Grande-Bretagne", + "description": "L'équipe de France est sous pression pour son deuxième match de poule de Coupe Davis, ce samedi face à la Grande-Bretagne à Innsbruck (Autriche).

", + "content": "L'équipe de France est sous pression pour son deuxième match de poule de Coupe Davis, ce samedi face à la Grande-Bretagne à Innsbruck (Autriche).

", "category": "", - "link": "https://rmcsport.bfmtv.com/rugby/tests-matchs/france-nouvelle-zelande-comment-les-bleus-abordent-le-grand-defi-face-aux-blacks_AV-202111190463.html", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-defaite-interdite-pour-les-bleus-face-a-la-grande-bretagne_AD-202111270057.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 19:08:00 GMT", + "pubDate": "Sat, 27 Nov 2021 08:42:16 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87eddd56de0fb31cb93852c4a5ae8637" + "hash": "3ffda0e53416292bd45e7f875a79bcb5" }, { - "title": "Monaco-Lille en direct: mené 2-0, l'ASM arrache le nul, les Lillois peuvent s'en vouloir", - "description": "La 14e journée de Ligue 1 débute par un scénario renversant ce vendredi: mené 2-0, Monaco arrache le nul face à des Lillois qui ont arrêté de jouer après la pause.

", - "content": "La 14e journée de Ligue 1 débute par un scénario renversant ce vendredi: mené 2-0, Monaco arrache le nul face à des Lillois qui ont arrêté de jouer après la pause.

", + "title": "La WTA \"demeure profondément inquiète\" pour la joueuse chinoise Peng Shuai", + "description": "Steve Simon, le président de la WTA, reste très inquiet pour la joueuse chinoise Peng Shuai. Avant de réapparaitre le week-end dernier dans des images diffusées par les médias d’Etat, elle était restée invisible pendant plusieurs semaines après avoir accusé de viol un haut dirigeant chinois.

", + "content": "Steve Simon, le président de la WTA, reste très inquiet pour la joueuse chinoise Peng Shuai. Avant de réapparaitre le week-end dernier dans des images diffusées par les médias d’Etat, elle était restée invisible pendant plusieurs semaines après avoir accusé de viol un haut dirigeant chinois.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-le-match-monaco-lille-en-direct_LS-202111190455.html", + "link": "https://rmcsport.bfmtv.com/tennis/wta/la-wta-demeure-profondement-inquiete-pour-la-joueuse-chinoise-peng-shuai_AD-202111270054.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 19:06:54 GMT", + "pubDate": "Sat, 27 Nov 2021 08:35:01 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd3caea6af9d2d10bd7d45f36cd2a152" + "hash": "b03c91c2cdace8b67ee84e5aaf0dc6dd" }, { - "title": "Tennis: \"très préoccupés\" par le sort de Peng Shuai, les Etats-Unis réclament une \"preuve vérifiable\"", - "description": "La disparition de Peng Shuai, joueuse de tennis chinoise qui a accusé publiquement un ancien haut dirigeant de son pays de viol, inquiète fortement la Maison Blanche. Washington réclame une \"preuve vérifiable\" concernant la sécurité de la joueuse et se dit \"très préoccupé\".

", - "content": "La disparition de Peng Shuai, joueuse de tennis chinoise qui a accusé publiquement un ancien haut dirigeant de son pays de viol, inquiète fortement la Maison Blanche. Washington réclame une \"preuve vérifiable\" concernant la sécurité de la joueuse et se dit \"très préoccupé\".

", + "title": "Manchester United: l'option ten Hag privilégiée en cas d'échec avec Pochettino", + "description": "Selon le Daily Mail, Manchester United étudierait la piste Erik ten Hag en cas de refus ou d'échec des négociations avec Mauricio Pochettino pour occuper le poste d’entraîneur la saison prochaine.

", + "content": "Selon le Daily Mail, Manchester United étudierait la piste Erik ten Hag en cas de refus ou d'échec des négociations avec Mauricio Pochettino pour occuper le poste d’entraîneur la saison prochaine.

", "category": "", - "link": "https://rmcsport.bfmtv.com/tennis/tennis-tres-preoccupes-par-le-sort-de-peng-shuai-les-etats-unis-reclament-une-preuve-verifiable_AV-202111190446.html", + "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-l-option-ten-hag-privilegiee-en-cas-d-echec-avec-pochettino_AV-202111270041.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 18:53:06 GMT", + "pubDate": "Sat, 27 Nov 2021 07:38:11 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a17fe3fc39937073732a0065ad61f507" + "hash": "30bb7bae61c455c5a56a5938c8bcef1a" }, { - "title": "Prix de Bretagne : Première étape sur la route du Prix d'Amérique", - "description": "Première course qualificative pour le Prix d'Amérique, le Prix de Bretagne est programmé ce dimanche 21 novembre sur l'hippodrome de Vincennes avec notamment au départ Face Time Bourbon, le vainqueur des deux dernières éditions du Championnat du Monde de Trot attelé.

", - "content": "Première course qualificative pour le Prix d'Amérique, le Prix de Bretagne est programmé ce dimanche 21 novembre sur l'hippodrome de Vincennes avec notamment au départ Face Time Bourbon, le vainqueur des deux dernières éditions du Championnat du Monde de Trot attelé.

", + "title": "Liga: l'improbable but gag de Bilbao contre Grenade", + "description": "L'Athletic Bilbao a sauvé le point du match nul face à Grenade (2-2), grâce à un but improbable en seconde période marqué contre son camp par Luis Maximiano, vendredi en ouverture de la 15e journée de Liga.

", + "content": "L'Athletic Bilbao a sauvé le point du match nul face à Grenade (2-2), grâce à un but improbable en seconde période marqué contre son camp par Luis Maximiano, vendredi en ouverture de la 15e journée de Liga.

", "category": "", - "link": "https://rmcsport.bfmtv.com/paris-hippique/prix-de-bretagne-premiere-etape-sur-la-route-du-prix-d-amerique_AN-202111190443.html", + "link": "https://rmcsport.bfmtv.com/football/liga/liga-l-improbable-but-gag-de-bilbao-contre-grenade_AV-202111270036.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 18:38:00 GMT", + "pubDate": "Sat, 27 Nov 2021 07:15:50 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a97378757cdd87c73c5304b5b7a5bd7" + "hash": "2b5bd8e9c85638b368155599e4a13310" }, { - "title": "PSG: Donnarumma-Navas, une concurrence saine… jusqu’à quand?", - "description": "Gianluigi Donnarumma malade et forfait, c'est Keylor Navas qui sera titulaire au poste de gardien du PSG, samedi soir face à Nantes (17h). Les deux hommes sont en concurrence depuis le début de la saison, sans hiérarchie établie. Une concurrence saine pour l'instant.

", - "content": "Gianluigi Donnarumma malade et forfait, c'est Keylor Navas qui sera titulaire au poste de gardien du PSG, samedi soir face à Nantes (17h). Les deux hommes sont en concurrence depuis le début de la saison, sans hiérarchie établie. Une concurrence saine pour l'instant.

", + "title": "NBA: LeBron James mis à l'amende pour une célébration \"obscène\"", + "description": "LeBron James a écopé vendredi d'une amende de 15.000 dollars pour \"geste obscène\", deux jours après la victoire des Los Angeles Lakers face à Indiana.

", + "content": "LeBron James a écopé vendredi d'une amende de 15.000 dollars pour \"geste obscène\", deux jours après la victoire des Los Angeles Lakers face à Indiana.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-donnarumma-navas-une-concurrence-saine-jusqu-a-quand_AV-202111190432.html", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-le-bron-james-mis-a-l-amende-pour-une-celebration-obscene_AD-202111270028.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 18:08:56 GMT", + "pubDate": "Sat, 27 Nov 2021 06:33:09 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "004a8f7a24203ba99136b99c5a206934" + "hash": "f728589157d63f4287021176e991309d" }, { - "title": "Ligue 1: la DNCG maintient ses sanctions contre l’OM", - "description": "Comme au mois de juillet, la DNCG, le gendarme financier du football français, a décidé de maintenir l’encadrement de la masse salariale et des indemnités de transferts de l’Olympique de Marseille.

", - "content": "Comme au mois de juillet, la DNCG, le gendarme financier du football français, a décidé de maintenir l’encadrement de la masse salariale et des indemnités de transferts de l’Olympique de Marseille.

", + "title": "Serie A: perquisitions de la brigade financière à la Juve, Agnelli et Nedved visés", + "description": "La presse italienne annonce ce vendredi que la Juventus a fait l'objet de perquisitions de la part de la brigade financière. Plusieurs dirigeants, dont Andrea Agnelli, Pavel Nedved et Fabio Paratici, sont visés par une enquête.

", + "content": "La presse italienne annonce ce vendredi que la Juventus a fait l'objet de perquisitions de la part de la brigade financière. Plusieurs dirigeants, dont Andrea Agnelli, Pavel Nedved et Fabio Paratici, sont visés par une enquête.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-la-dncg-maintient-ses-sanctions-contre-l-om_AV-202111190419.html", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-perquisitions-de-la-brigade-financiere-a-la-juve-agnelli-et-nedved-vises_AV-202111260594.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:49:01 GMT", + "pubDate": "Fri, 26 Nov 2021 23:50:51 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2de0daf1fc116e6ca4edf057abc1ee43" + "hash": "df6933885f63e633a7150ce70beb18f0" }, { - "title": "Manchester United: Solskjaer veut voir la trêve internationale comme un coup de boost", - "description": "Toujours très menacé à la tête de Manchester United, l’entraîneur des Red Devils Ole Gunnar Solskjaer estime que la trêve internationale a été bénéfique pour ses joueurs sur le plan mental. Confirmation attendue samedi après-midi sur la pelouse de Watford en Premier League.

", - "content": "Toujours très menacé à la tête de Manchester United, l’entraîneur des Red Devils Ole Gunnar Solskjaer estime que la trêve internationale a été bénéfique pour ses joueurs sur le plan mental. Confirmation attendue samedi après-midi sur la pelouse de Watford en Premier League.

", + "title": "Ligue 1 en direct: quatre forfaits au PSG avant Saint-Etienne", + "description": "La 15e journée de Ligue 1 débute ce vendredi soir avec un match Lens-Angers, avant des rencontres ASSE-PSG, Montpellier-OL ou OM-Troyes durant le week-end. Suivez toutes les principales informations liées au championnat de France dans le direct de RMC Sport.

", + "content": "La 15e journée de Ligue 1 débute ce vendredi soir avec un match Lens-Angers, avant des rencontres ASSE-PSG, Montpellier-OL ou OM-Troyes durant le week-end. Suivez toutes les principales informations liées au championnat de France dans le direct de RMC Sport.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-solskjaer-veut-voir-la-treve-internationale-comme-un-coup-de-boost_AV-202111190406.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-les-principales-infos-et-declas-de-la-15e-journee_LN-202111260161.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:32:49 GMT", + "pubDate": "Fri, 26 Nov 2021 08:32:24 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db759af7739cdf434b0b77b3eccafb65" + "hash": "6b5c4f67abd08de4ad52de088b09f71a" }, { - "title": "Barça: la mise en garde de Xavi à De Jong, dont il attend beaucoup plus", - "description": "Loin de son meilleur niveau en ce début de saison, Frenkie de Jong a été invité par son nouvel entraîneur Xavi à se montrer plus décisif. Le nouvel homme fort du FC Barcelone estime que le jeune milieu néerlandais a le potentiel pour passer un cap.

", - "content": "Loin de son meilleur niveau en ce début de saison, Frenkie de Jong a été invité par son nouvel entraîneur Xavi à se montrer plus décisif. Le nouvel homme fort du FC Barcelone estime que le jeune milieu néerlandais a le potentiel pour passer un cap.

", + "title": "PSG: Marco Verratti absent plusieurs semaines ?", + "description": "Selon L’Equipe, le milieu de terrain du PSG, Marco Verratti, blessé aux quadriceps, devrait être absent des terrains durant trois semaines.

", + "content": "Selon L’Equipe, le milieu de terrain du PSG, Marco Verratti, blessé aux quadriceps, devrait être absent des terrains durant trois semaines.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/liga/barca-la-mise-en-garde-de-xavi-a-de-jong-dont-il-attend-beaucoup-plus_AV-202111190387.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-marco-verratti-absent-plusieurs-semaines_AV-202111250658.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:03:12 GMT", + "pubDate": "Thu, 25 Nov 2021 22:59:36 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a699e1140e6fd1f18b75aa5dcd51701c" + "hash": "b3bf9cca30c29f5a331c50c13bbaac2e" }, { - "title": "NBA: Kanter clashe LeBron James sur la Chine", - "description": "Le Turc Enes Kanter a taclé la position de LeBron James concernant la Chine. Le pivot turc regrette l’hypocrisie supposée de la star entre sa défense des luttes sociales et son goût pour l’argent.

", - "content": "Le Turc Enes Kanter a taclé la position de LeBron James concernant la Chine. Le pivot turc regrette l’hypocrisie supposée de la star entre sa défense des luttes sociales et son goût pour l’argent.

", + "title": "Brondby-OL: Cherki savoure son superbe doublé", + "description": "Lyon a poursuivi son parcours sans-faute en Ligue Europa en alignant ce jeudi une cinquième victoire de rang à Brondby (1-3). Un succès qui porte le sceau de Rayan Cherki, auteur d’un doublé et qui a remis en selle les siens alors que l’OL était mené.

", + "content": "Lyon a poursuivi son parcours sans-faute en Ligue Europa en alignant ce jeudi une cinquième victoire de rang à Brondby (1-3). Un succès qui porte le sceau de Rayan Cherki, auteur d’un doublé et qui a remis en selle les siens alors que l’OL était mené.

", "category": "", - "link": "https://rmcsport.bfmtv.com/basket/nba/nba-kanter-clashe-le-bron-james-sur-la-chine_AV-202111190381.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/brondby-ol-cherki-savoure-son-superbe-double_AV-202111250657.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:54:34 GMT", + "pubDate": "Thu, 25 Nov 2021 22:54:33 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2416c5374f7ddf2b5445b6874cfd0c66" + "hash": "f054dc459bc733d6453c6aed76f9cac1" }, { - "title": "Bayern: non vacciné, Kimmich absent face au Dynamo Kiev", - "description": "Cas contact, le milieu de terrain du Bayern Munich Joshua Kimmich, non vacciné, sera absent vendredi face à Augsbourg en Bundesliga et mardi face au Dynamo Kiev en Ligue des champions.

", - "content": "Cas contact, le milieu de terrain du Bayern Munich Joshua Kimmich, non vacciné, sera absent vendredi face à Augsbourg en Bundesliga et mardi face au Dynamo Kiev en Ligue des champions.

", + "title": "OM: \"On doit grandir\", l'avertissement de Sampaoli après l’élimination en Ligue Europa", + "description": "L’entraîneur de l’Olympique de Marseille, Jorge Sampaoli, était déçu après la défaite face à Galatasaray (4-2), synonyme d’élimination en Ligue Europa. L'Argentin estime que son groupe n'est pas assez mature.

", + "content": "L’entraîneur de l’Olympique de Marseille, Jorge Sampaoli, était déçu après la défaite face à Galatasaray (4-2), synonyme d’élimination en Ligue Europa. L'Argentin estime que son groupe n'est pas assez mature.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/bayern-non-vaccine-kimmich-absent-face-au-dynamo-kiev_AD-202111190347.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/om-on-doit-grandir-l-avertissement-de-sampaoli-apres-l-elimination-en-ligue-europa_AV-202111250646.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:11:57 GMT", + "pubDate": "Thu, 25 Nov 2021 22:24:57 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ffd770779546dc367ee03fde9a89bd76" + "hash": "7c45765a1602b4120176d0ff8c1b08c3" }, { - "title": "PSG: Neymar dans le groupe contre Nantes, pas Marquinhos, ni Ramos", - "description": "Outre le forfait de Gianluigi Donnarumma, malade, le PSG devra aussi composer sans son capitaine Marquinhos pour affronter le FC Nantes ce samedi pour le compte de la 14e journée de Ligue 1. Neymar, qui était revenu blessé de la sélection brésilienne, est dans le groupe de Mauricio Pochettino.

", - "content": "Outre le forfait de Gianluigi Donnarumma, malade, le PSG devra aussi composer sans son capitaine Marquinhos pour affronter le FC Nantes ce samedi pour le compte de la 14e journée de Ligue 1. Neymar, qui était revenu blessé de la sélection brésilienne, est dans le groupe de Mauricio Pochettino.

", + "title": "Ligue Europa: déjà qualifié, l’OL plane toujours grâce à Cherki", + "description": "Déjà qualifié pour les 8emes de finale, l’Olympique Lyonnais a signé sa cinquième victoire en autant de match en Ligue Europa sur la pelouse de Bröndby, battu 3-1 ce jeudi soir. Les Gones peuvent remercier leur jeune crack Rayan Cherki, auteur d’un somptueux doublé en deuxième période.

", + "content": "Déjà qualifié pour les 8emes de finale, l’Olympique Lyonnais a signé sa cinquième victoire en autant de match en Ligue Europa sur la pelouse de Bröndby, battu 3-1 ce jeudi soir. Les Gones peuvent remercier leur jeune crack Rayan Cherki, auteur d’un somptueux doublé en deuxième période.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-neymar-dans-le-groupe-contre-nantes-pas-marquinhos_AV-202111190328.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-deja-qualifie-l-ol-plane-toujours-grace-a-cherki_AV-202111250634.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 15:45:12 GMT", + "pubDate": "Thu, 25 Nov 2021 22:03:26 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71d026289bb796e392f5c0405b67e9a5" + "hash": "96bd0d9f14bf6e0a7fb1548a1c6c5b4a" }, { - "title": "F1: privé de baquet en 2022, le Français Théo Pourchaire va rester en Formule 2", - "description": "Barré par la nomination du Chinois Guanyu Zhou chez Alfa Romeo lors de la saison 2022 de Formule 1, le pilote français Théo Pourchaire (18 ans) n’effectuera pas ses grands débuts en F1 l’année prochaine. Frédéric Vasseur, patron de l'écurie suisse, a annoncé ce vendredi qu'il restera encore en F2 la saison prochaine.

", - "content": "Barré par la nomination du Chinois Guanyu Zhou chez Alfa Romeo lors de la saison 2022 de Formule 1, le pilote français Théo Pourchaire (18 ans) n’effectuera pas ses grands débuts en F1 l’année prochaine. Frédéric Vasseur, patron de l'écurie suisse, a annoncé ce vendredi qu'il restera encore en F2 la saison prochaine.

", + "title": "Europa Conference League: Tottenham en danger, Conte critique ses joueurs", + "description": "Battus par les Slovènes de Mura (2-1) ce jeudi, les Spurs n'ont pas leur destin en main avant la dernière journée de la phase de poules de l'Europa Conference League. Virtuellement éliminés, ils n'ont pas échappé aux critiques de leur nouvel entraîneur Antonio Conte.

", + "content": "Battus par les Slovènes de Mura (2-1) ce jeudi, les Spurs n'ont pas leur destin en main avant la dernière journée de la phase de poules de l'Europa Conference League. Virtuellement éliminés, ils n'ont pas échappé aux critiques de leur nouvel entraîneur Antonio Conte.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-prive-de-baquet-en-2022-le-francais-theo-pourchaire-va-rester-en-formule-2_AV-202111190325.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/europa-conference-league-tottenham-en-danger-conte-critique-ses-joueurs_AV-202111250631.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 15:42:40 GMT", + "pubDate": "Thu, 25 Nov 2021 21:58:49 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "446c9b00cbfe141cf7397a0a6fec8cbe" + "hash": "c27b60a88c0d0ea596aa0791a91c0b6d" }, { - "title": "Transat Jacques-Vabre: l'idée pleine d'humour de Beyou pour une arrivée groupée", - "description": "Troisième de la Transat Jacques-Vabre, avec Christopher Pratt sur Charal, Jérémie Beyou a envoyé un petit message amusant à la direction de course ce vendredi matin, pour essayer de préserver l’arrivée groupée des différentes classes de bateaux en Martinique.

", - "content": "Troisième de la Transat Jacques-Vabre, avec Christopher Pratt sur Charal, Jérémie Beyou a envoyé un petit message amusant à la direction de course ce vendredi matin, pour essayer de préserver l’arrivée groupée des différentes classes de bateaux en Martinique.

", + "title": "Monaco-Real Sociedad: une victoire et une qualification pour l’ASM", + "description": "Monaco a poursuivi ce jeudi son excellent parcours en Ligue Europa en disposant de la Real Sociedad (2-1) à Louis-II, lors de la 5e journée. Assurés d’achever la phase de poules à la première place, les coéquipiers de Wissam Ben Yedder sont qualifiés pour les 8es de finale.

", + "content": "Monaco a poursuivi ce jeudi son excellent parcours en Ligue Europa en disposant de la Real Sociedad (2-1) à Louis-II, lors de la 5e journée. Assurés d’achever la phase de poules à la première place, les coéquipiers de Wissam Ben Yedder sont qualifiés pour les 8es de finale.

", "category": "", - "link": "https://rmcsport.bfmtv.com/voile/transat-jacques-vabre-le-message-ironique-de-beyou-pour-esperer-l-arrivee-groupee_AV-202111190324.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/monaco-real-sociedad-une-victoire-et-une-qualification-pour-l-asm_AN-202111250628.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 15:38:55 GMT", + "pubDate": "Thu, 25 Nov 2021 21:56:28 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4eae9d3a7c706d7d16d6ad7258b3abc" + "hash": "d8327ca2ce14501fbc2e19060a71e6c8" }, { - "title": "OM: Ünder vers un forfait contre l’OL", - "description": "Cengiz Ünder s’est entraîné à part ce vendredi, avant le match de l’OM contre l'OL dimanche. Forfait avec la sélection turque, l’ailier marseillais sera probablement absent pour le choc de la 14e journée de Ligue 1.

", - "content": "Cengiz Ünder s’est entraîné à part ce vendredi, avant le match de l’OM contre l'OL dimanche. Forfait avec la sélection turque, l’ailier marseillais sera probablement absent pour le choc de la 14e journée de Ligue 1.

", + "title": "Rennes: \"Je suis fâché\", Genesio tacle ses joueurs malgré la qualification", + "description": "En dépit de la qualification du Stade Rennais pour les 8emes de finale de l’Europa Conference League, l’entraîneur breton Bruno Genesio n’a pas aimé du tout l’attitude de ses joueurs, tenus en échec par le Vitesse Arnhem (3-3) après avoir mené deux fois au score.

", + "content": "En dépit de la qualification du Stade Rennais pour les 8emes de finale de l’Europa Conference League, l’entraîneur breton Bruno Genesio n’a pas aimé du tout l’attitude de ses joueurs, tenus en échec par le Vitesse Arnhem (3-3) après avoir mené deux fois au score.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-under-vers-un-forfait-contre-l-ol_AV-202111190317.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/rennes-je-suis-fache-genesio-tacle-ses-joueurs-malgre-la-qualification_AV-202111250602.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 15:24:49 GMT", + "pubDate": "Thu, 25 Nov 2021 21:10:58 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21c687855cfd551ebff62641c8988039" + "hash": "5f62fec89d4768d7417e2f92bf46a1d9" }, { - "title": "Atlético: finalement, Griezmann pourra affronter l'AC Milan", - "description": "Diego Simeone pourra compter sur Antoine Griezmann pour le choc de Ligue des champions mercredi entre l'Atlético de Madrid et l'AC Milan. L'UEFA a décidé de réduire la suspension du Français après son rouge reçu contre Liverpool.

", - "content": "Diego Simeone pourra compter sur Antoine Griezmann pour le choc de Ligue des champions mercredi entre l'Atlético de Madrid et l'AC Milan. L'UEFA a décidé de réduire la suspension du Français après son rouge reçu contre Liverpool.

", + "title": "OM: Guendouzi reconnaît une \"énorme déception\" après l'élimination en Ligue Europa", + "description": "Au micro de RMC Sport, Mattéo Guendouzi a confié sa frustration après la défaite de l'OM jeudi contre Galatasaray (4-2), synonyme pour son équipe d'élimination en Ligue Europa. Il promet une réaction dès dimanche en championnat.

", + "content": "Au micro de RMC Sport, Mattéo Guendouzi a confié sa frustration après la défaite de l'OM jeudi contre Galatasaray (4-2), synonyme pour son équipe d'élimination en Ligue Europa. Il promet une réaction dès dimanche en championnat.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/atletico-finalement-griezmann-pourra-affronter-l-ac-milan_AV-202111190314.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/om-guendouzi-reconnait-une-enorme-deception-apres-l-elimination-en-ligue-europa_AV-202111250598.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 15:16:01 GMT", + "pubDate": "Thu, 25 Nov 2021 21:08:44 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd3bce63b63457a9cf9fa6a6a383ce2b" + "hash": "22b115f89cad8c4cb3a84d8dea5e622d" }, { - "title": "OM: Payet n'a pas tiré un trait sur l'équipe de France", - "description": "Performant et régulier avec l'OM depuis plusieurs mois, Dimitri Payet est l'un des meilleurs joueurs de Ligue 1 cette saison. De quoi envisager un retour chez les Bleus, trois ans après sa dernière sélection? Le Réunionnais ne s'interdit rien, mais n'en fait pas une fixette non plus.

", - "content": "Performant et régulier avec l'OM depuis plusieurs mois, Dimitri Payet est l'un des meilleurs joueurs de Ligue 1 cette saison. De quoi envisager un retour chez les Bleus, trois ans après sa dernière sélection? Le Réunionnais ne s'interdit rien, mais n'en fait pas une fixette non plus.

", + "title": "Coupe Davis: Alcaraz positif au Covid-19 et forfait pour la phase finale", + "description": "Le jeune espagnol Carlos Alcaraz a été testé positif au Covid-19 et est ainsi contraint de déclarer forfait pour la phase finale de la Coupe Davis, qui a débuté jeudi entre Madrid, Innsbruck (Autriche) et Turin (Italie), a annoncé le joueur sur les réseaux sociaux jeudi.

", + "content": "Le jeune espagnol Carlos Alcaraz a été testé positif au Covid-19 et est ainsi contraint de déclarer forfait pour la phase finale de la Coupe Davis, qui a débuté jeudi entre Madrid, Innsbruck (Autriche) et Turin (Italie), a annoncé le joueur sur les réseaux sociaux jeudi.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-payet-n-a-pas-tire-un-trait-sur-l-equipe-de-france_AV-202111190298.html", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-alcaraz-positif-au-covid-19-et-forfait-pour-la-phase-finale_AD-202111250588.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 14:47:46 GMT", + "pubDate": "Thu, 25 Nov 2021 20:46:58 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2fa2c5692ed86fbb2c9bf4a0d8e6c522" + "hash": "0bbecb7c417850068e545c54eaae551a" }, { - "title": "Manchester City-PSG: positif au coronavirus, De Bruyne manquera le choc", - "description": "Testé positif au Covid-19 à son retour de sélection, Kevin De Bruyne est contraint de respecter dix jours d'isolement. Le Belge est donc forfait pour le duel Manchester City-PSG programmé mercredi en Ligue des champions.

", - "content": "Testé positif au Covid-19 à son retour de sélection, Kevin De Bruyne est contraint de respecter dix jours d'isolement. Le Belge est donc forfait pour le duel Manchester City-PSG programmé mercredi en Ligue des champions.

", + "title": "Coupe Davis: \"Je ne suis pas au niveau\", regrette Gasquet", + "description": "Richard Gasquet, sélectionné en équipe de France de Coupe Davis pour son expérience, a regretté de ne pas avoir eu \"le niveau\", après sa défaite dans le premier match contre la République tchèque, jeudi à Innsbruck ; face à Tomas Machac.

", + "content": "Richard Gasquet, sélectionné en équipe de France de Coupe Davis pour son expérience, a regretté de ne pas avoir eu \"le niveau\", après sa défaite dans le premier match contre la République tchèque, jeudi à Innsbruck ; face à Tomas Machac.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-positif-au-coronavirus-de-bruyne-manquera-le-choc_AV-202111190297.html", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-je-ne-suis-pas-au-niveau-regrette-gasquet_AD-202111250575.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 14:43:43 GMT", + "pubDate": "Thu, 25 Nov 2021 20:25:18 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12b32073b753c16e52400695f8f7902a" + "hash": "eb4b33901772cf1904c723a74f6c921e" }, { - "title": "PSG: Pochettino optimiste pour Neymar et Ramos avant Nantes", - "description": "Sergio Ramos et Neymar ont des chances d'être convoqués pour le match de la 14e journée de Ligue 1 entre le PSG et le FC Nantes, ce samedi (17h). Mauricio Pochettino a donné des nouvelles positives des deux joueurs en conférence de presse.

", - "content": "Sergio Ramos et Neymar ont des chances d'être convoqués pour le match de la 14e journée de Ligue 1 entre le PSG et le FC Nantes, ce samedi (17h). Mauricio Pochettino a donné des nouvelles positives des deux joueurs en conférence de presse.

", + "title": "Europa Conference League: Laborde et Mura envoient le Stade Rennais en huitièmes", + "description": "Grâce à un triplé de son buteur Gaëtan Laborde mais aussi à la victoire surprise de Mura face à Tottenham (2-1), le Stade Rennais, pourtant tenu en échec par le Vitesse Arnhem 3-3 au Roazhon Park, décroche son ticket pour les 8emes de finale de l’Europa Conference League.

", + "content": "Grâce à un triplé de son buteur Gaëtan Laborde mais aussi à la victoire surprise de Mura face à Tottenham (2-1), le Stade Rennais, pourtant tenu en échec par le Vitesse Arnhem 3-3 au Roazhon Park, décroche son ticket pour les 8emes de finale de l’Europa Conference League.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-optimiste-pour-neymar-et-ramos-avant-nantes_AV-202111190281.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/europa-conference-league-laborde-et-mura-envoient-le-stade-rennais-en-huitiemes_AV-202111250558.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 13:54:13 GMT", + "pubDate": "Thu, 25 Nov 2021 19:56:13 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ccfd15ba66a8a045d2d21e4020236fc" + "hash": "ddc03c67f48312a18b5903ab9b83bb49" }, { - "title": "F1: Mercedes débouté, pas de réexamen de l'incident Hamilton-Verstappen au Brésil", - "description": "La défense de Max Verstappen (Red Bull) contre la tentative de dépassement de Lewis Hamilton (Mercedes) au GP du Brésil de Formule 1 ne sera pas réexaminée. Le recours de Mercedes a été rejeté, ont indiqué vendredi les commissaires de la FIA.

", - "content": "La défense de Max Verstappen (Red Bull) contre la tentative de dépassement de Lewis Hamilton (Mercedes) au GP du Brésil de Formule 1 ne sera pas réexaminée. Le recours de Mercedes a été rejeté, ont indiqué vendredi les commissaires de la FIA.

", + "title": "VIDEO. Galatasaray-OM: Marseille coule en Turquie et sort de la Ligue Europa", + "description": "Sèchement battu par Galatasaray (4-2) ce jeudi soir à Istanbul, Marseille est éliminé de la Ligue Europa avant même la dernière journée de la phase de groupes. Le club phocéen tentera de limiter la casse en rejoignant la Ligue Europa Conference.

", + "content": "Sèchement battu par Galatasaray (4-2) ce jeudi soir à Istanbul, Marseille est éliminé de la Ligue Europa avant même la dernière journée de la phase de groupes. Le club phocéen tentera de limiter la casse en rejoignant la Ligue Europa Conference.

", "category": "", - "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-mercedes-deboute-pas-de-reexamen-de-l-incident-hamilton-verstappen-au-bresil_AV-202111190280.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/video-galatasaray-om-marseille-coule-en-turquie-et-sort-de-la-ligue-europa_AN-202111250551.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 13:53:29 GMT", + "pubDate": "Thu, 25 Nov 2021 19:48:37 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9ba7b8570bb8eb421a49e83d4f001a0" + "hash": "87cce5d5a5e377bd6d78b43c7f684846" }, { - "title": "OM: Sampaoli aimerait des joueurs confirmés au mercato", - "description": "Interrogé ce vendredi sur d'éventuels besoins lors du mercato hivernal, l'entraîneur de l'OM Jorge Sampaoli a fait passer un message à ses dirigeants en expliquant qu'il n'avait pas assez de joueurs confirmés à disposition. En reconnaissant toutefois qu'il n'est pas toujours possible d'obtenir ce que l'on désire.

", - "content": "Interrogé ce vendredi sur d'éventuels besoins lors du mercato hivernal, l'entraîneur de l'OM Jorge Sampaoli a fait passer un message à ses dirigeants en expliquant qu'il n'avait pas assez de joueurs confirmés à disposition. En reconnaissant toutefois qu'il n'est pas toujours possible d'obtenir ce que l'on désire.

", + "title": "Brondby-OL: Cherki, Keita, Lukeba… Bosz fait confiance aux espoirs lyonnais", + "description": "Déjà assuré de terminer à la première place de son groupe, et par conséquent d'être qualifié pour les 8es de finale de la Ligue Europa, l’OL présente une équipe fortement remaniée pour son déplacement à Brondby, ce jeudi, lors de la 5e journée de Ligue Europa (sur RMC Sport 1).

", + "content": "Déjà assuré de terminer à la première place de son groupe, et par conséquent d'être qualifié pour les 8es de finale de la Ligue Europa, l’OL présente une équipe fortement remaniée pour son déplacement à Brondby, ce jeudi, lors de la 5e journée de Ligue Europa (sur RMC Sport 1).

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/om-sampaoli-aimerait-des-joueurs-confirmes-au-mercato_AV-202111190279.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/brondby-ol-cherki-keita-lukeba-bosz-fait-confiance-aux-espoirs-lyonnais_AV-202111250540.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 13:50:56 GMT", + "pubDate": "Thu, 25 Nov 2021 19:24:12 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40af6a71d5b72f2183a70557a7f0b968" + "hash": "0a95a65c10fa4f03c968a5e8ff20dc53" }, { - "title": "Mercato en direct: Angers a son nouveau coordinateur sportif", - "description": "Le mercato d'hiver va ouvrir ses portes le 1er janvier, une date qui permettra aussi aux joueurs en fin de contrat en juin de négocier librement avec le club de leurs choix. Suivez toutes les informations et rumeurs en direct.

", - "content": "Le mercato d'hiver va ouvrir ses portes le 1er janvier, une date qui permettra aussi aux joueurs en fin de contrat en juin de négocier librement avec le club de leurs choix. Suivez toutes les informations et rumeurs en direct.

", + "title": "Brondby-OL en direct: l'OL poursuit le sans faute, Cherki flamboyant", + "description": "Déjà assuré de terminer à la première place de son groupe, l'Olympique Lyonnais se déplace à Brondby pour la cinquième journée d'Europa League. Peter Bosz a décidé d'aligner une équipe remaniée.

", + "content": "Déjà assuré de terminer à la première place de son groupe, l'Olympique Lyonnais se déplace à Brondby pour la cinquième journée d'Europa League. Peter Bosz a décidé d'aligner une équipe remaniée.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-les-rumeurs-du-18-novembre-2021_LN-202111180054.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/europa-league-brondby-ol-en-direct_LS-202111250534.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 06:27:23 GMT", + "pubDate": "Thu, 25 Nov 2021 19:16:31 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3c1ef3ef35b822217b1a4158ed84528" + "hash": "6d844ecc285a0214fb1c914839f453b2" }, { - "title": "Ligue 1 en direct: masse salariale et transferts encadrés pour l'OM", - "description": "Fin de la trêve internationale et reprise de la Ligue 1 ce week-end, avec une 14e journée de championnat qui débute vendredi par Monaco-Lille. Retrouvez toutes les informations et déclarations à ne pas manquer avant les matchs.

", - "content": "Fin de la trêve internationale et reprise de la Ligue 1 ce week-end, avec une 14e journée de championnat qui débute vendredi par Monaco-Lille. Retrouvez toutes les informations et déclarations à ne pas manquer avant les matchs.

", + "title": "Galatasaray-OM: des projectiles lancés sur la pelouse par les supporters turcs, tensions à Istanbul", + "description": "Le match de Ligue Europa entre Galatasaray et l'OM a été marqué par des incidents en tribunes ce jeudi. Les Marseillais ont été visés par des projectiles lancés par des supporters turcs.

", + "content": "Le match de Ligue Europa entre Galatasaray et l'OM a été marqué par des incidents en tribunes ce jeudi. Les Marseillais ont été visés par des projectiles lancés par des supporters turcs.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-14e-journee_LN-202111170121.html", + "link": "https://rmcsport.bfmtv.com/football/europa-league/galatasaray-om-des-projectiles-lances-sur-la-pelouse-par-les-supporters-turcs-tensions-a-istanbul_AV-202111250521.html", "creator": "", - "pubDate": "Wed, 17 Nov 2021 08:10:21 GMT", + "pubDate": "Thu, 25 Nov 2021 18:47:31 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50d98278e6a9fe7350146f04464a1a47" + "hash": "c68501e1d1b71adb666a17f0b3f9e1d5" }, { - "title": "Affaire Hamraoui en direct: le message d'Eric Abidal à sa femme après sa demande de divorce", - "description": "Suivez toutes les informations en direct sur la rocambolesque agression dont a été victime la joueuse du PSG, Kheira Hamraoui.

", - "content": "Suivez toutes les informations en direct sur la rocambolesque agression dont a été victime la joueuse du PSG, Kheira Hamraoui.

", + "title": "Le PSG a-t-il fait une erreur en recrutant Messi? La Dream Team divisée", + "description": "Dans \"Rothen S’enflamme\" jeudi sur RMC, Jérôme Rothen et Nicolas Anelka sont revenus sur les débuts mitigés de Lionel Messi, au lendemain d’une performance encore décevante face à Manchester City (2-1) en Ligue des champions.

", + "content": "Dans \"Rothen S’enflamme\" jeudi sur RMC, Jérôme Rothen et Nicolas Anelka sont revenus sur les débuts mitigés de Lionel Messi, au lendemain d’une performance encore décevante face à Manchester City (2-1) en Ligue des champions.

", "category": "", - "link": "https://rmcsport.bfmtv.com/football/affaire-hamraoui-diallo-en-direct-toutes-les-infos_LN-202111110108.html", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/le-psg-a-t-il-fait-une-erreur-en-recrutant-messi-la-dream-team-divisee_AV-202111250501.html", "creator": "", - "pubDate": "Thu, 11 Nov 2021 08:43:53 GMT", + "pubDate": "Thu, 25 Nov 2021 18:18:20 GMT", "folder": "00.03 News/Sport - FR", "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4e533715d881c0e926022907dc5ab04" - } - ], - "folder": "00.03 News/Sport - FR", - "name": "RMC Sport", - "language": "fr", - "hash": "fa2bc310e1b6e58ad32a2029c98d556f" - }, - { - "title": "SO FOOT.com", - "subtitle": "", - "link": "https://www.sofoot.com/", - "image": "", - "description": "Le site de l'actualité football, vue autrement. Un contenu original et décalé, un suivi pas à pas de l'actu foot en France, en Europe, dans le monde entier et ailleurs.", - "items": [ + "hash": "ba452911c479293b01b666ebcf528347" + }, { - "title": "Les notes de Chelsea-Liverpool", - "description": "Drame, pour Chelsea et Liverpool : Mohamed Salah, Sadio Mané et Édouard Mendy s'envolent pour la Coupe d'Afrique des Nations dans quelques jours. Car vu leur match de ce dimanche après-midi, c'est tout sauf une bonne nouvelle.

Ils ont brillé


\n
\nBon courage…

", - "content": "

Ils ont brillé


\n
\nBon courage…

", + "title": "Monaco-Real Sociedad en direct: l'AS Monaco fait tomber la Real et file en 8es de finale", + "description": "Monaco s’impose finalement 2-1 face à la Real Sociedad et se qualifie officiellement pour les 8es de finale de la Ligue Europa !

", + "content": "Monaco s’impose finalement 2-1 face à la Real Sociedad et se qualifie officiellement pour les 8es de finale de la Ligue Europa !

", "category": "", - "link": "https://www.sofoot.com/les-notes-de-chelsea-liverpool-509008.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T18:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-chelsea-liverpool-1641145485_x600_articles-alt-509008.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-notes-de-chelsea-liverpool-1641145485_x600_articles-alt-509008.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-monaco-real-sociedad-en-direct_LS-202111250500.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 18:15:47 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6f877a0d0b32633a64adc36ab23128b", - "highlights": [] + "hash": "3bb2d308bb9e3529afd1b26558c053b6" }, { - "title": "Chelsea s'agrippe à Liverpool", - "description": "Vite distancié de deux buts par Liverpool, Chelsea s'est refait la cerise en cinq minutes avant la pause. Mais Reds comme Blues n'auront pas su se départager, même au bout d'une seconde mi-temps enthousiasmante et bourrée d'occasions (2-2).

", - "content": "

", + "title": "VIDEO. Galatasaray-OM: l'ouverture du score des Turcs après une erreur de Kamara", + "description": "Galatasaray n'a eu besoin que de 14 minutes pour ouvrir le score face à l'OM, ce jeudi, lors de la cinquième journée de la phase de poules de la Ligue Europa (sur RMC Sport 1). Boubacar Kamara est en partie responsable.

", + "content": "Galatasaray n'a eu besoin que de 14 minutes pour ouvrir le score face à l'OM, ce jeudi, lors de la cinquième journée de la phase de poules de la Ligue Europa (sur RMC Sport 1). Boubacar Kamara est en partie responsable.

", "category": "", - "link": "https://www.sofoot.com/chelsea-s-agrippe-a-liverpool-509004.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T18:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-s-agrippe-a-liverpool-1641148761_x600_articles-alt-509004.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-chelsea-s-agrippe-a-liverpool-1641148761_x600_articles-alt-509004.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/europa-league/galatasaray-om-l-ouverture-du-score-des-turcs-apres-une-erreur-de-kamara_AV-202111250496.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 18:11:27 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db838afaee5849de8efca3f4c5e210cb", - "highlights": [] + "hash": "4cd9e54069d8994a6ad41fb68406e68b" }, { - "title": "Nancy sort Rennes, Bastia surclasse Clermont et Montpellier dispose de Strasbourg", - "description": "Il fallait attendre les matchs de 16 heures pour voir les pensionnaires de Ligue 1 trépasser. Le Stade rennais s'est fait piéger à Nancy, lanterne rouge de Ligue 2, où Baptiste Valette s'est montré héroïque lors de la séance de tirs au but (1-1, 4 TAB 2). Moins de suspense pour Bastia, qui a donné une leçon à Clermont (2-0) pendant que Montpellier dominait Strasbourg (1-0). Sans oublier une autre petite surprise avec la qualification de Bergerac face à Créteil (0-0, 5 TAB 4).

", - "content": "

", + "title": "Top 14: Arthur Vincent va prolonger à Montpellier", + "description": "Le trois quart centre international, Arthur Vincent, va prolonger son aventure avec le Montpellier Hérault Rugby. Formé au club, il portera ce maillot deux années supplémentaires, en dépit des sollicitations du Stade Toulousain.

", + "content": "Le trois quart centre international, Arthur Vincent, va prolonger son aventure avec le Montpellier Hérault Rugby. Formé au club, il portera ce maillot deux années supplémentaires, en dépit des sollicitations du Stade Toulousain.

", "category": "", - "link": "https://www.sofoot.com/nancy-sort-rennes-bastia-surclasse-clermont-et-montpellier-dispose-de-strasbourg-508995.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T17:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nancy-sort-rennes-bastia-surclasse-clermont-et-montpellier-dispose-de-strasbourg-1641144372_x600_articles-alt-508995.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-nancy-sort-rennes-bastia-surclasse-clermont-et-montpellier-dispose-de-strasbourg-1641144372_x600_articles-alt-508995.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/rugby/top-14-arthur-vincent-va-prolonger-a-montpellier_AV-202111250481.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 17:53:03 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef763609449a929a62550e40183306f7", - "highlights": [] + "hash": "36d88b1a27b6159133ff19374bc63160" }, { - "title": "L'Atlético se relance face au Rayo Vallecano", - "description": "

", - "content": "

", + "title": "Mercato: Zidane, pas encore au PSG", + "description": "Au cœur de rumeurs concernant un éventuel départ en Angleterre et à Manchester United, Mauricio Pochettino n'a pas demandé au PSG d'être libéré. Le club de la capitale n’a par ailleurs pas entamé de discussions directes avec Zinédine Zidane, ni avec aucun entraîneur.

", + "content": "Au cœur de rumeurs concernant un éventuel départ en Angleterre et à Manchester United, Mauricio Pochettino n'a pas demandé au PSG d'être libéré. Le club de la capitale n’a par ailleurs pas entamé de discussions directes avec Zinédine Zidane, ni avec aucun entraîneur.

", "category": "", - "link": "https://www.sofoot.com/l-atletico-se-relance-face-au-rayo-vallecano-509002.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T17:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atletico-se-relance-face-au-rayo-vallecano-1641144144_x600_articles-509002.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-atletico-se-relance-face-au-rayo-vallecano-1641144144_x600_articles-509002.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/mercato-zidane-pas-encore-au-psg_AV-202111250464.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 17:37:22 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2286ae30a98c32c9fea94dac658e0eca", - "highlights": [] + "hash": "c9946776feefdad0da8864a9e5fea92f" }, { - "title": "En direct : Chelsea - Liverpool", - "description": "94' : THE END ! Une première période folle, une deuxième plus calme et un partage des points à ...", - "content": "94' : THE END ! Une première période folle, une deuxième plus calme et un partage des points à ...", + "title": "Le gardien de l’Iran dans le livre des records grâce au dégagement à la main le plus long de l'histoire", + "description": "Le gardien de but de l’Iran et de Boavista, Alireza Beiranvand, est entré dans l’histoire du football en inscrivant son nom dans le Guinness des Records. Le 11 octobre 2016, le portier de la sélection iranienne avait dégagé le ballon de la main à distance record de 61,26m lors d’un match de qualification pour la Coupe du monde 2018 face à la Corée du Sud.\n

", + "content": "Le gardien de but de l’Iran et de Boavista, Alireza Beiranvand, est entré dans l’histoire du football en inscrivant son nom dans le Guinness des Records. Le 11 octobre 2016, le portier de la sélection iranienne avait dégagé le ballon de la main à distance record de 61,26m lors d’un match de qualification pour la Coupe du monde 2018 face à la Corée du Sud.\n

", "category": "", - "link": "https://www.sofoot.com/en-direct-chelsea-liverpool-509007.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T16:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-chelsea-liverpool-1641142734_x600_articles-alt-509007.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-chelsea-liverpool-1641142734_x600_articles-alt-509007.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/le-gardien-l-iran-dans-le-livre-des-records-grace-au-degagement-a-la-main-le-plus-long-de-l-histoire_AD-202111250450.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 17:23:43 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03280de03e534e1c19766c7d55926054", - "highlights": [] + "hash": "245b44bf41b547cf3e7970f661bd3c68" }, { - "title": "Liverpool privé d'Alisson, Matip et Firmino contre Chelsea", - "description": "Un petit café-clope et le revoilà.
\n
\nAlors que Chelsea devra faire sans Romelu Lukaku pour raison…

", - "content": "Un petit café-clope et le revoilà.
\n
\nAlors que Chelsea devra faire sans Romelu Lukaku pour raison…

", + "title": "Juventus: la colère et les larmes de Ronaldo après l'élimination contre Porto en Ligue des champions", + "description": "Dans la série documentaire All or Nothing: Juventus d'Amazon Prime Video, Cristiano Ronaldo apparaît en larmes à la suite de l'élimination du club italien face au FC Porto lors de l'édition 2020-2021 de la Ligue des champions.

", + "content": "Dans la série documentaire All or Nothing: Juventus d'Amazon Prime Video, Cristiano Ronaldo apparaît en larmes à la suite de l'élimination du club italien face au FC Porto lors de l'édition 2020-2021 de la Ligue des champions.

", "category": "", - "link": "https://www.sofoot.com/liverpool-prive-d-alisson-matip-et-firmino-contre-chelsea-509006.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T16:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-prive-d-alisson-matip-et-firmino-contre-chelsea-1641140169_x600_articles-509006.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-liverpool-prive-d-alisson-matip-et-firmino-contre-chelsea-1641140169_x600_articles-509006.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/juventus-la-colere-et-les-larmes-de-ronaldo-apres-l-elimination-contre-porto-en-ligue-des-champions_AV-202111250449.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 17:22:07 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc486c36c5f41fafce51ec3faf3dcf11", - "highlights": [] + "hash": "05cd3fdc4c2ef50795cd0613ecd311b9" }, { - "title": "Leeds respire, Everton s'asphyxie et Brentford se donne de l'air", - "description": "

", - "content": "

", + "title": "Barça: toujours blessé, Pedri ne devrait pas rejouer avant 2022", + "description": "Absent des terrains depuis fin septembre en raison d'une blessure à une cuisse, Pedri va manquer encore plusieurs matchs. Selon la presse espagnole, le jeune milieu du FC Barcelone ne retrouvera les terrains qu'en début d'année prochaine.

", + "content": "Absent des terrains depuis fin septembre en raison d'une blessure à une cuisse, Pedri va manquer encore plusieurs matchs. Selon la presse espagnole, le jeune milieu du FC Barcelone ne retrouvera les terrains qu'en début d'année prochaine.

", "category": "", - "link": "https://www.sofoot.com/leeds-respire-everton-s-asphyxie-et-brentford-se-donne-de-l-air-508989.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T15:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leeds-respire-everton-s-asphyxie-et-brentford-se-donne-de-l-air-1641139246_x600_articles-508989.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-leeds-respire-everton-s-asphyxie-et-brentford-se-donne-de-l-air-1641139246_x600_articles-508989.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-toujours-blesse-pedri-ne-devrait-pas-rejouer-avant-2022_AV-202111250442.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 17:16:28 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b0da964f1daad5f0371079a3bb3e167", - "highlights": [] + "hash": "10504b6557cc5d2734dbdc40ec9ed0fe" }, { - "title": "Southampton : fin de carrière pour Sam McQueen", - "description": "La raison au-dessus de l'envie.
\n
\nÉloigné des terrains depuis 1159 jours, Sam McQueen a pris son courage à deux mains et

", - "content": "La raison au-dessus de l'envie.
\n
\nÉloigné des terrains depuis 1159 jours, Sam McQueen a pris son courage à deux mains et


", + "title": "Les pronos hippiques du vendredi 26 novembre 2021", + "description": "Le Quinté+ du vendredi 26 novembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", + "content": "Le Quinté+ du vendredi 26 novembre est programmé sur l’hippodrome de Vincennes dans la discipline du trot. Retrouvez ci-dessous nos pronostics pour cette course ainsi que notre pari du jour et notre pari de folie dans deux autres courses au menu de la journée.

", "category": "", - "link": "https://www.sofoot.com/southampton-fin-de-carriere-pour-sam-mcqueen-509003.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T15:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-southampton-fin-de-carriere-pour-sam-mcqueen-1641137619_x600_articles-509003.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-southampton-fin-de-carriere-pour-sam-mcqueen-1641137619_x600_articles-509003.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/paris-hippique/les-pronos-hippiques-du-vendredi-26-novembre-2021_AN-202111250439.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 17:12:25 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f1a57f979c8e9bbde23043160db98d1", - "highlights": [] + "hash": "49457793b9d066990b6a9f2a7145c448" }, { - "title": "Getafe cueille le Real Madrid", - "description": "

", - "content": "

", + "title": "XV de France: Labit entretient le flou sur la concurrence entre Ntamack et Jalibert", + "description": "Invité sur le plateau du Super Moscato Show jeudi sur RMC, Laurent Labit, l’entraîneur du XV de France en charge des arrières, n’a pas levé le voile sur les intentions à terme du staff des Bleus au sujet du poste d’ouvreur. La concurrence est féroce entre Romain Ntamack et Matthieu Jalibert.

", + "content": "Invité sur le plateau du Super Moscato Show jeudi sur RMC, Laurent Labit, l’entraîneur du XV de France en charge des arrières, n’a pas levé le voile sur les intentions à terme du staff des Bleus au sujet du poste d’ouvreur. La concurrence est féroce entre Romain Ntamack et Matthieu Jalibert.

", "category": "", - "link": "https://www.sofoot.com/getafe-cueille-le-real-madrid-508982.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-getafe-cueille-le-real-madrid-1641135717_x600_articles-508982.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-getafe-cueille-le-real-madrid-1641135717_x600_articles-508982.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/rugby/tests-matchs/xv-de-france-labit-entretient-le-flou-sur-la-concurrence-entre-ntamack-et-jalibert_AV-202111250415.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 16:40:37 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "507f7f050e34c9958f176a8c71480eb0", - "highlights": [] + "hash": "604199f7ab7c4a7df4298092a66d6ecc" }, { - "title": "L'entraîneur de Francfort victime d'un accident de scooter", - "description": "En voilà un qui a oublié de toucher du bois.
\n
\nÀ moins d'une semaine de son premier match de Bundesliga en 2022, pour le compte de la 18e journée face au Borussia Dortmund,…

", - "content": "En voilà un qui a oublié de toucher du bois.
\n
\nÀ moins d'une semaine de son premier match de Bundesliga en 2022, pour le compte de la 18e journée face au Borussia Dortmund,…

", + "title": "Galatasaray-OM: Marseille avec Gerson et Dieng", + "description": "L'OM se déplace ce jeudi soir sur le terrain de Galatasaray en Ligue Europa (18h45, RMC Sport 1) avec l'interdiction ou presque de perdre. Pour ce match capital, Marseille sera privé de Dimitri Payet et Valentin Rongier, suspendus.

", + "content": "L'OM se déplace ce jeudi soir sur le terrain de Galatasaray en Ligue Europa (18h45, RMC Sport 1) avec l'interdiction ou presque de perdre. Pour ce match capital, Marseille sera privé de Dimitri Payet et Valentin Rongier, suspendus.

", "category": "", - "link": "https://www.sofoot.com/l-entraineur-de-francfort-victime-d-un-accident-de-scooter-509001.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T14:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-entraineur-de-francfort-victime-d-un-accident-de-scooter-1641134872_x600_articles-509001.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-entraineur-de-francfort-victime-d-un-accident-de-scooter-1641134872_x600_articles-509001.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/europa-league/galatasaray-om-marseille-avec-gerson-et-dieng_AV-202111250406.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 16:30:01 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5b33b00e833cbfecf58f4af16d1eb0f", - "highlights": [] + "hash": "db086e383929a50fc664d01fbb366e6a" }, { - "title": "Brest domine Bordeaux, Nantes et Toulouse assurent", - "description": "Cinq qualifiés pour les huitièmes de finale de la Coupe de France sont désormais connus : le Stade brestois s'est défait sans trembler d'une équipe de Bordeaux largement affaiblie par la Covid-19 (3-0), le FC Nantes a fait respecter la hiérarchie face aux amateurs de l'AS Vitré (2-0) comme Toulouse sur la pelouse de Cannes, même si les Violets ont été bousculés (0-1) et Versailles s'est offert un carton contre La-Roche-sur-Yon (4-0).

", - "content": "

", + "title": "Manchester United aurait un accord avec Rangnick pour devenir le prochain coach", + "description": "Selon les informations de The Athletic, Ralf Rangnick serait tombé d'accord avec Manchester United pour prendre la suite d'Ole Gunnar Solskjaer. Il s'agirait d'un contrat de six mois pour le technicien allemand, avec ensuite deux ans dans un rôle de consultant.

", + "content": "Selon les informations de The Athletic, Ralf Rangnick serait tombé d'accord avec Manchester United pour prendre la suite d'Ole Gunnar Solskjaer. Il s'agirait d'un contrat de six mois pour le technicien allemand, avec ensuite deux ans dans un rôle de consultant.

", "category": "", - "link": "https://www.sofoot.com/brest-domine-bordeaux-nantes-et-toulouse-assurent-508962.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T14:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-brest-domine-bordeaux-nantes-et-toulouse-assurent-1641134229_x600_articles-alt-508962.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-brest-domine-bordeaux-nantes-et-toulouse-assurent-1641134229_x600_articles-alt-508962.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-aurait-un-accord-avec-rangnick-pour-devenir-le-prochain-coach_AV-202111250387.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 16:01:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6921b2fc66322f8e65cd3fd396030f27", - "highlights": [] + "hash": "d2300f3609d0136bf400ae139cce8639" }, { - "title": "Un supporter de Brentford arrêté pour racisme et homophobie", - "description": "Le club de Brenftord a annoncé ce dimanche qu'un de ses supporters avait été arrêté à l'issue de
", + "content": "Le projet de prolonger la durée de la mi-temps de 15 à 25 minutes a été retoqué par l’International Football Association Board (IFAB) ce jeudi. Parmi les autres dossiers l’ordre du jour, le principe des cinq remplacements autorisés au cours d’un match pour être adopté définitivement en 2022.

", "category": "", - "link": "https://www.sofoot.com/un-supporter-de-brentford-arrete-pour-racisme-et-homophobie-508998.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T14:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-supporter-de-brentford-arrete-pour-racisme-et-homophobie-1641133603_x600_articles-508998.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-un-supporter-de-brentford-arrete-pour-racisme-et-homophobie-1641133603_x600_articles-508998.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/le-projet-de-mi-temps-de-25-minutes-en-football-est-retoque_AV-202111250385.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 15:57:36 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a766c843e9fc2a6d58e84073d6c8545a", - "highlights": [] + "hash": "e60e9d8d0a96c60341d172a8298cb677" }, { - "title": "Une équipe tahitienne va remplacer Auckland au Mondial des clubs", - "description": "Tipiak, Pirae !
\n
\nCe samedi, les Polynésiens de l'AS Pirae, commune au nord de Tahiti, ont été désignés pour être le représentant de la Confédération du football d'Océanie (OFC)…

", - "content": "Tipiak, Pirae !
\n
\nCe samedi, les Polynésiens de l'AS Pirae, commune au nord de Tahiti, ont été désignés pour être le représentant de la Confédération du football d'Océanie (OFC)…

", + "title": "Mercato en direct: Zidane, pas encore au PSG", + "description": "La date du 1er janvier, permettant aux joueurs en fin de contrat de s'engager ailleurs, approche à grands pas. Du côté du mercato des entraîneurs, tous les regards sont braqués sur Manchester United, qui travaille sur la succession de Solskjaer. Toutes les infos sont à retrouver dans ce live RMC Sport.

", + "content": "La date du 1er janvier, permettant aux joueurs en fin de contrat de s'engager ailleurs, approche à grands pas. Du côté du mercato des entraîneurs, tous les regards sont braqués sur Manchester United, qui travaille sur la succession de Solskjaer. Toutes les infos sont à retrouver dans ce live RMC Sport.

", "category": "", - "link": "https://www.sofoot.com/une-equipe-tahitienne-va-remplacer-auckland-au-mondial-des-clubs-508997.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T13:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-une-equipe-tahitienne-va-remplacer-auckland-au-mondial-des-clubs-1641131678_x600_articles-508997.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-une-equipe-tahitienne-va-remplacer-auckland-au-mondial-des-clubs-1641131678_x600_articles-508997.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-25-novembre_LN-202111250337.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 14:28:58 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f2e723e57f1247f028b8aa585e51ddf", - "highlights": [] + "hash": "7636efe8b2141b610c513ceec54e24d0" }, { - "title": "Chelsea sans Lukaku face à Liverpool ?", - "description": "Pris sur le fait, comme un bleu.
\n
\nPour sa première sortie de l'année 2022, Chelsea devrait faire sans Romelu Lukaku dans le choc de l'après-midi, face à Liverpool (17 heures 30).…

", - "content": "Pris sur le fait, comme un bleu.
\n
\nPour sa première sortie de l'année 2022, Chelsea devrait faire sans Romelu Lukaku dans le choc de l'après-midi, face à Liverpool (17 heures 30).…

", + "title": "Galatasaray-OM en direct: Marseille coule et est éliminé de la Ligue Europa", + "description": "L'OM a été largement dominé sur la pelouse de Galatasaray ce jeudi lors de la 5e journée de Ligue Europa (4-2). Avec la victoire de la Lazio, Marseille est officiellement éliminé de la compétition et tentera d'aller chercher une qualification pour les barrages de la Ligue Europa Conférence lors de la dernière journée.

", + "content": "L'OM a été largement dominé sur la pelouse de Galatasaray ce jeudi lors de la 5e journée de Ligue Europa (4-2). Avec la victoire de la Lazio, Marseille est officiellement éliminé de la compétition et tentera d'aller chercher une qualification pour les barrages de la Ligue Europa Conférence lors de la dernière journée.

", "category": "", - "link": "https://www.sofoot.com/chelsea-sans-lukaku-face-a-liverpool-508996.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T13:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-sans-lukaku-face-a-liverpool-1641130038_x600_articles-508996.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-chelsea-sans-lukaku-face-a-liverpool-1641130038_x600_articles-508996.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-suivez-le-choc-bouillant-galatasaray-om_LS-202111250316.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 14:00:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0690a991d57041301b47d5e470fb9045", - "highlights": [] + "hash": "b8988e34870d243b19adc2740ec45aa7" }, { - "title": "Messi positif à la Covid-19", - "description": "Et bonne année surtout.
\n
\n
Comme de nombreux clubs de Ligue 1, le…

", - "content": "Et bonne année surtout.
\n
\nComme de nombreux clubs de Ligue 1, le…

", + "title": "Tennis: la Coupe Davis pourrait avoir lieu à Abu Dhabi pendant cinq ans", + "description": "Selon le Telegraph, la société Kosmos, qui organise la Coupe Davis, a trouvé un accord avec les Emirats arabes unis pour que la compétition se déroule à Abu Dhabi les cinq prochaines années.

", + "content": "Selon le Telegraph, la société Kosmos, qui organise la Coupe Davis, a trouvé un accord avec les Emirats arabes unis pour que la compétition se déroule à Abu Dhabi les cinq prochaines années.

", "category": "", - "link": "https://www.sofoot.com/messi-positif-a-la-covid-19-508994.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T12:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-messi-positif-a-la-covid-19-1641124970_x600_articles-508994.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-messi-positif-a-la-covid-19-1641124970_x600_articles-508994.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/tennis-la-coupe-davis-pourrait-avoir-lieu-a-abu-dhabi-pendant-cinq-ans_AV-202111250144.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 08:18:56 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f7f6999daee6ef99e199642deebfde4", - "highlights": [] + "hash": "f13e178097192ea6fdb2375cca321600" }, { - "title": "Aubameyang ciblé par Newcastle ?", - "description": "Une nouvelle vie de château pour Aubameyang ?
\n
\nÉcarté du groupe professionnel d'Arsenal par son coach Mikel…

", - "content": "Une nouvelle vie de château pour Aubameyang ?
\n
\nÉcarté du groupe professionnel d'Arsenal par son coach Mikel…

", + "title": "Manchester City-PSG: Pochettino renie ses principes avec ses stars, selon Henry", + "description": "Jamie Carragher et Thierry Henry, consultants pour la chaîne américaine CBS Sports, estiment que Mauricio Pochettino ne parvient pas à faire passer son message auprès de ses stars. Le premier le pousse à quitter le PSG, le second trouve qu’il renie ses principes.

", + "content": "Jamie Carragher et Thierry Henry, consultants pour la chaîne américaine CBS Sports, estiment que Mauricio Pochettino ne parvient pas à faire passer son message auprès de ses stars. Le premier le pousse à quitter le PSG, le second trouve qu’il renie ses principes.

", "category": "", - "link": "https://www.sofoot.com/aubameyang-cible-par-newcastle-508993.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T11:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aubameyang-cible-par-newcastle-1641124438_x600_articles-508993.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-aubameyang-cible-par-newcastle-1641124438_x600_articles-508993.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-pochettino-renie-ses-principes-avec-ses-stars-selon-thierry-henry_AV-202111250141.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 08:07:59 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04831eb601a7ef7cffe7233656cda058", - "highlights": [] + "hash": "6f8482e0b095b558cdc7ca6b3100eacc" }, { - "title": "Une prime à la signature de 40 millions d'euros pour Mbappé au Real Madrid ?", - "description": "La saga Mbappé-Real Madrid, saison 3, épisode 237.
\n
\nEn fin de contrat avec le Paris Saint-Germain au 30 juin prochain, Kylian Mbappé est libre de s'engager avec le club qu'il souhaite…

", - "content": "La saga Mbappé-Real Madrid, saison 3, épisode 237.
\n
\nEn fin de contrat avec le Paris Saint-Germain au 30 juin prochain, Kylian Mbappé est libre de s'engager avec le club qu'il souhaite…

", + "title": "Rugby: la licence de Radosavljevic suspendue par la Fédération de rugby à XIII", + "description": "Ludovic Radosavljevic, suspendu six mois pour injures racistes et limogé en septembre par Provence Rugby, souhaitait se reconvertir dans le rugby à XIII au club d’Avignon. Mais la Fédération a suspendu sa licence mercredi.

", + "content": "Ludovic Radosavljevic, suspendu six mois pour injures racistes et limogé en septembre par Provence Rugby, souhaitait se reconvertir dans le rugby à XIII au club d’Avignon. Mais la Fédération a suspendu sa licence mercredi.

", "category": "", - "link": "https://www.sofoot.com/une-prime-a-la-signature-de-40-millions-d-euros-pour-mbappe-au-real-madrid-508992.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-une-prime-a-la-signature-de-40-millions-d-euros-pour-mbappe-au-real-madrid-1641120655_x600_articles-508992.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-une-prime-a-la-signature-de-40-millions-d-euros-pour-mbappe-au-real-madrid-1641120655_x600_articles-508992.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/rugby/rugby-la-licence-de-radosavljevic-suspendue-par-la-federation-de-rugby-a-xiii_AN-202111250132.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 07:53:01 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec93a7371c8fbcc2420467f8bac61ff7", - "highlights": [] + "hash": "45319858d88517590779f82d8270177e" }, { - "title": "Watford retient Ismaïla Sarr, la Fédération sénégalaise enrage ", - "description": "Combat de coqs entre Watford et le Sénégal.
\n
\nOù sera Ismaïla Sarr la semaine prochaine ? Convoqué par Aliou Cissé, le sélectionneur du Sénégal, pour la Coupe d'Afrique des…

", - "content": "Combat de coqs entre Watford et le Sénégal.
\n
\nOù sera Ismaïla Sarr la semaine prochaine ? Convoqué par Aliou Cissé, le sélectionneur du Sénégal, pour la Coupe d'Afrique des…

", + "title": "Manchester City-PSG. la stat qui fait mal: Navas a touché plus de ballons que Mbappé", + "description": "Signe de l’impuissance parisienne dans la possession de balle face à Manchester City (2-1), Keylor Navas, gardien parisien, a touché plus de ballons que Kylian Mbappé, mercredi en Ligue des champions.

", + "content": "Signe de l’impuissance parisienne dans la possession de balle face à Manchester City (2-1), Keylor Navas, gardien parisien, a touché plus de ballons que Kylian Mbappé, mercredi en Ligue des champions.

", "category": "", - "link": "https://www.sofoot.com/watford-retient-ismaila-sarr-la-federation-senegalaise-enrage-508991.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T10:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-watford-retient-ismaila-sarr-la-federation-senegalaise-enrage-1641120069_x600_articles-508991.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-watford-retient-ismaila-sarr-la-federation-senegalaise-enrage-1641120069_x600_articles-508991.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-la-stat-qui-fait-mal-navas-a-touche-plus-de-ballons-que-mbappe_AV-202111250104.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 07:24:19 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "66ef4349a8e0acdf00a1c2874efdc92d", - "highlights": [] + "hash": "d44ae559c7f39ff5af73b795da185a26" }, { - "title": "Jean-Pierre Defontaine, ancien président du RC Lens, est décédé", - "description": "Un grand personnage du Pas-de-Calais s'en est allé.
\n
\nJean-Pierre Defontaine, ancien président du RC Lens entre 1976 et 1979, est décédé dans la nuit de vendredi à samedi à…

", - "content": "Un grand personnage du Pas-de-Calais s'en est allé.
\n
\nJean-Pierre Defontaine, ancien président du RC Lens entre 1976 et 1979, est décédé dans la nuit de vendredi à samedi à…

", + "title": "La Suisse envoie du chocolat à l'Irlande du Nord pour les remercier du nul contre l'Italie", + "description": "Dix jours après la qualification de la Suisse pour la Coupe du monde 2022, en partie grâce au nul entre l'Irlande du Nord et l'Italie (0-0), le sélectionneur helvète, Murat Yakin, s'est mis en scène dans une vidéo où il envoie du chocolat aux Irlandais pour les remercier.

", + "content": "Dix jours après la qualification de la Suisse pour la Coupe du monde 2022, en partie grâce au nul entre l'Irlande du Nord et l'Italie (0-0), le sélectionneur helvète, Murat Yakin, s'est mis en scène dans une vidéo où il envoie du chocolat aux Irlandais pour les remercier.

", "category": "", - "link": "https://www.sofoot.com/jean-pierre-defontaine-ancien-president-du-rc-lens-est-decede-508988.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jean-pierre-defontaine-ancien-president-du-rc-lens-est-decede-1641082399_x600_articles-508988.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jean-pierre-defontaine-ancien-president-du-rc-lens-est-decede-1641082399_x600_articles-508988.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/qualifications/coupe-du-monde-2022-qualifs-le-selectionneur-suisse-envoie-du-chocolat-a-l-irlande-du-nord_AV-202111250102.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 07:22:38 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13f05151e1d0e543b74dd71b7c7eee2f", - "highlights": [] + "hash": "640a9298de8e49bfd9cf689c1e34d5a5" }, { - "title": "23 absents à Bordeaux pour le déplacement à Brest en Coupe de France", - "description": "Du grand n'importe quoi.
\n
\nL'explosion de cas de Covid-19 en France n'épargne pas le football, y compris en France. Parmi les clubs les plus touchés, les Girondins de Bordeaux…

", - "content": "Du grand n'importe quoi.
\n
\nL'explosion de cas de Covid-19 en France n'épargne pas le football, y compris en France. Parmi les clubs les plus touchés, les Girondins de Bordeaux…

", + "title": "PSG: pour Rothen, le trio Messi-Mbappé-Neymar \"n'a pas existé\" face à Manchester City", + "description": "Logiquement battu par Manchester City mercredi soir en Ligue des champions (2-1), le PSG n'a pas réussi à punir les Skyblues en contre, comme au match aller. Pour Jérôme Rothen, cela s'explique en partie parce que le trio offensif Lionel Messi, Kylian Mbappé, Neymar, n'a pas été à la hauteur.

", + "content": "Logiquement battu par Manchester City mercredi soir en Ligue des champions (2-1), le PSG n'a pas réussi à punir les Skyblues en contre, comme au match aller. Pour Jérôme Rothen, cela s'explique en partie parce que le trio offensif Lionel Messi, Kylian Mbappé, Neymar, n'a pas été à la hauteur.

", "category": "", - "link": "https://www.sofoot.com/23-absents-a-bordeaux-pour-le-deplacement-a-brest-en-coupe-de-france-508987.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T09:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-23-absents-a-bordeaux-pour-le-deplacement-a-brest-en-coupe-de-france-1641082179_x600_articles-508987.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-23-absents-a-bordeaux-pour-le-deplacement-a-brest-en-coupe-de-france-1641082179_x600_articles-508987.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-pour-rothen-le-trio-messi-mbappe-neymar-n-a-pas-existe-face-a-manchester-city_AV-202111250062.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 06:34:27 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a60707aed0578dfbadaecb103fe6b5e0", - "highlights": [] + "hash": "ecd1b931cf948a5261571a54760e9b21" }, { - "title": "Vanderson, première recrue hivernale de l'AS Monaco", - "description": "Du mouvement sur le Rocher.
\n
\nAlors que Niko Kovač a été prié de prendre la porte et que…

", - "content": "Du mouvement sur le Rocher.
\n
\nAlors que Niko Kovač a été prié de prendre la porte et que…

", + "title": "PSG: \"Les joueurs connaissent ma situation\", Pochettino réagit encore aux rumeurs sur son avenir", + "description": "Mauricio Pochettino, entraîneur du PSG, a de nouveau été interrogé sur les rumeurs autour de son avenir, mercredi après la défaite contre Manchester City (2-1) en Ligue des champions.

", + "content": "Mauricio Pochettino, entraîneur du PSG, a de nouveau été interrogé sur les rumeurs autour de son avenir, mercredi après la défaite contre Manchester City (2-1) en Ligue des champions.

", "category": "", - "link": "https://www.sofoot.com/vanderson-premiere-recrue-hivernale-de-l-as-monaco-508986.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T08:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vanderson-premiere-recrue-hivernale-de-l-as-monaco-1641081210_x600_articles-508986.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-vanderson-premiere-recrue-hivernale-de-l-as-monaco-1641081210_x600_articles-508986.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-les-joueurs-connaissent-ma-situation-pochettino-reagit-encore-aux-rumeurs-sur-son-avenir_AV-202111250060.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 06:32:53 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e3a14b28fe06b6da8b41f18d53c4816", - "highlights": [] + "hash": "6e0fbc59da13aef183f446cd5c7722c5" }, { - "title": "Coupe de France : 10€ offerts GRATOS chez ZEBET pour parier sans pression !", - "description": "Envie de parier ce week-end sur une surprise en Coupe de France ? 10€ sont à récupérer totalement gratuitement chez ZEbet avec le code SOFOOT10. Histoire de parier sans pression...

10€ offerts sans sortir sa CB chez ZEbet

\n
\nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
\n

", - "content": "

10€ offerts sans sortir sa CB chez ZEbet

\n
\nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
\n


", + "title": "PSG: pour Herrera, Manchester City est \"la meilleure équipe du monde avec le ballon\"", + "description": "Ander Herrera, milieu de terrain du PSG, a reconnu la supériorité de Manchester City dans la possession de balle après la victoire des Anglais (2-1) mercredi. Il regrette aussi le manque de réalisme de son équipe.

", + "content": "Ander Herrera, milieu de terrain du PSG, a reconnu la supériorité de Manchester City dans la possession de balle après la victoire des Anglais (2-1) mercredi. Il regrette aussi le manque de réalisme de son équipe.

", "category": "", - "link": "https://www.sofoot.com/coupe-de-france-10e-offerts-gratos-chez-zebet-pour-parier-sans-pression-508934.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T07:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-10e-offerts-gratos-chez-zebet-pour-parier-sans-pression-1640938293_x600_articles-508934.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-coupe-de-france-10e-offerts-gratos-chez-zebet-pour-parier-sans-pression-1640938293_x600_articles-508934.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-pour-herrera-manchester-city-est-la-meilleure-equipe-du-monde-avec-le-ballon_AV-202111250042.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 05:57:38 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "226fe5986f1067b6225dc456b24c29af", - "highlights": [] + "hash": "437b457546af2e24c1170b58cd72ea07" }, { - "title": "Sacha Houlié : \"Les jauges proportionnelles, une question de justice\"", - "description": "Ce lundi, le Parlement commencera l'examen du projet de loi renforçant les outils de gestion de la crise sanitaire. Dans le lot, la question des jauges dans les stades et les salles de spectacle. La commission des lois vient d'ailleurs de voter un amendement en faveur d'une jauge proportionnelle à la capacité d'accueil des lieux. Sera-t-il conservé dans le texte final ? Le député de la Vienne Sacha Houlié, qui a porté la mesure, explique le pourquoi du comment.Pourquoi avez-vous souhaité porter cet amendement ?
\nC'est un amendement qu'on avait déjà déposé en septembre 2020, dans le cadre du débat sur les jauges.…
", - "content": "Pourquoi avez-vous souhaité porter cet amendement ?
\nC'est un amendement qu'on avait déjà déposé en septembre 2020, dans le cadre du débat sur les jauges.…
", + "title": "Manchester City-PSG: Pochettino note des progrès dans le jeu parisien", + "description": "Mauricio Pochettino, entraîneur du PSG, note des progrès dans le jeu de son équipe malgré la défaite sur le terrain de Manchester City (2-1) en Ligue des champions, mercredi.

", + "content": "Mauricio Pochettino, entraîneur du PSG, note des progrès dans le jeu de son équipe malgré la défaite sur le terrain de Manchester City (2-1) en Ligue des champions, mercredi.

", "category": "", - "link": "https://www.sofoot.com/sacha-houlie-les-jauges-proportionnelles-une-question-de-justice-508974.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sacha-houlie-les-jauges-proportionnelles-une-question-de-justice-1641040838_x600_articles-alt-508974.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-sacha-houlie-les-jauges-proportionnelles-une-question-de-justice-1641040838_x600_articles-alt-508974.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-pochettino-note-des-progres-dans-le-jeu-parisien_AV-202111250030.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 05:34:47 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d0d504cdd372fad74eabced14f74789", - "highlights": [] + "hash": "cbe353dfc078117beeed21cad3e802cc" }, { - "title": "Chelsea-Liverpool : the last chance", - "description": "C'est une affiche comme seule la Premier League peut nous en offrir un 2 janvier. D'un côté, Chelsea, le champion d'Europe en titre. De l'autre, Liverpool, vainqueur de la Ligue des champions 2019 et du championnat en 2020. Un choc dont le contexte diffère quelque peu de ce qui était attendu, les deux équipes accusant un retard conséquent sur Manchester City, mais une rencontre qui laissera encore un petit espoir au gagnant et qui éliminera surtout définitivement le perdant.Le TGV Manchester City est lancé. Onze victoires de rang en Premier League, pour 33 buts marqués et sept encaissés. Autant dire que le champion file à toute allure vers une nouvelle couronne. Il…", - "content": "Le TGV Manchester City est lancé. Onze victoires de rang en Premier League, pour 33 buts marqués et sept encaissés. Autant dire que le champion file à toute allure vers une nouvelle couronne. Il…", + "title": "Real Madrid: la première réaction de Benzema après sa condamnation", + "description": "Karim Benzema a publié un message sur son compte Instagram après son but face à Tiraspol (0-3), mercredi en Ligue des champions, quelques heures après sa condamnation dans l’affaire de la sextape.

", + "content": "Karim Benzema a publié un message sur son compte Instagram après son but face à Tiraspol (0-3), mercredi en Ligue des champions, quelques heures après sa condamnation dans l’affaire de la sextape.

", "category": "", - "link": "https://www.sofoot.com/chelsea-liverpool-the-last-chance-508963.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-liverpool-the-last-chance-1640986381_x600_articles-alt-508963.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-chelsea-liverpool-the-last-chance-1640986381_x600_articles-alt-508963.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/real-madrid-la-premiere-reaction-de-benzema-apres-sa-condamnation_AV-202111250020.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 05:11:01 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ee88bccd1198e72d552e3db7c7ba53c2", - "highlights": [] + "hash": "68c6ac3f3cfb8a1a781ce5f8fe063c40" }, { - "title": "Erwan Lannuzel (Bergerac) : \"J'ai énormément fait l'éponge\"", - "description": "Tombeur du FC Metz au tour précédent, Bergerac, leader de son groupe de National 2, défie Créteil (National 1) lors des seizièmes de finale de la Coupe de France. À la tête de l'orchestre bergeracois : Erwan Lannuzel, 33 ans. Entretien avec l'un des jeunes visages du foot amateur français.
\t\t\t\t\t
", - "content": "
\t\t\t\t\t
", + "title": "Real Madrid: Ancelotti a trouvé Benzema \"calme\" après sa condamnation dans l'affaire de la sextape", + "description": "Carlo Ancelotti, entraîneur du Real Madrid, a trouvé Karim Benzema \"calme\" lors de la victoire sur le terrain du Sheriff Tiraspol (0-3), mercredi en Ligue des champions quelques heures après sa condamnation dans l'affaire de la sextape.

", + "content": "Carlo Ancelotti, entraîneur du Real Madrid, a trouvé Karim Benzema \"calme\" lors de la victoire sur le terrain du Sheriff Tiraspol (0-3), mercredi en Ligue des champions quelques heures après sa condamnation dans l'affaire de la sextape.

", "category": "", - "link": "https://www.sofoot.com/erwan-lannuzel-bergerac-j-ai-enormement-fait-l-eponge-508912.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-erwan-lannuzel-bergerac-j-ai-enormement-fait-l-eponge-1640869716_x600_articles-alt-508912.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-erwan-lannuzel-bergerac-j-ai-enormement-fait-l-eponge-1640869716_x600_articles-alt-508912.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/real-madrid-ancelotti-a-trouve-benzema-calme-apres-sa-condamnation-dans-l-affaire-de-la-sextape_AD-202111250017.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 04:55:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d241b02a01d0f329c5149fa0301314d2", - "highlights": [] + "hash": "7b1979d9924792b6b38918055117526b" }, { - "title": "Coupe de France : Le traquenard du premier week-end de janvier, raconté par ses victimes", - "description": "Le répit a été de courte durée : dès ce dimanche 2 janvier, la grande majorité des clubs de l'élite a rendez-vous avec les seizièmes de finale de la Coupe de France. Il faut dire que la plus illustre des compétitions hexagonales a pris l'habitude de squatter le premier week-end de l'année, qui est d'ailleurs propice aux exploits des amateurs face aux professionnels. Deux anciens joueurs de Ligue 1 et un entraîneur expérimenté décryptent ce redouté traquenard du début d'année.On ne saurait que trop conseiller à Nantes, Saint-Étienne, Reims et Marseille de se méfier. Ce dimanche, ces quatre clubs de Ligue 1 iront respectivement affronter Vitré (N2), Jura Sud (N2),…", - "content": "On ne saurait que trop conseiller à Nantes, Saint-Étienne, Reims et Marseille de se méfier. Ce dimanche, ces quatre clubs de Ligue 1 iront respectivement affronter Vitré (N2), Jura Sud (N2),…", + "title": "Manchester City-PSG: Manu Petit dénonce les \"comportements scandaleux\" de certains joueurs parisiens", + "description": "Membre de la Dream Team RMC Sport, Manu Petit ne décolérait pas après la défaite (2-1) des Parisiens à Manchester City en Ligue des champions, agacé par le comportement de certains joueurs pas suffisamment concernés par l’équilibre de l’équipe.

", + "content": "Membre de la Dream Team RMC Sport, Manu Petit ne décolérait pas après la défaite (2-1) des Parisiens à Manchester City en Ligue des champions, agacé par le comportement de certains joueurs pas suffisamment concernés par l’équilibre de l’équipe.

", "category": "", - "link": "https://www.sofoot.com/coupe-de-france-le-traquenard-du-premier-week-end-de-janvier-raconte-par-ses-victimes-508617.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-le-traquenard-du-premier-week-end-de-janvier-raconte-par-ses-victimes-1640194459_x600_articles-alt-508617.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-coupe-de-france-le-traquenard-du-premier-week-end-de-janvier-raconte-par-ses-victimes-1640194459_x600_articles-alt-508617.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-manu-petit-denonce-les-comportements-scandaleux-de-certains-joueurs-parisiens_AV-202111250016.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 00:18:54 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0209758f9cdeb2d072003882542c3b94", - "highlights": [] + "hash": "bb8a2853b37a8b6ceb91f8f6ebe4dd3f" }, { - "title": "Pronostic Lens Lille : Analyse cote et pronostic du match de Coupe de France", - "description": "

Lens bat encore Lille, qui se retrouve décimé devant

\n
\nL'affiche des 16es de Coupe de France oppose les rivaux nordistes, Lens et Lille,…
", - "content": "

Lens bat encore Lille, qui se retrouve décimé devant

\n
\nL'affiche des 16es de Coupe de France oppose les rivaux nordistes, Lens et Lille,…
", + "title": "Manchester City-PSG: la heatmap édifiante de Paris, acculé sur son but", + "description": "Le PSG a obtenu sa qualification pour les 8es de finale de la Ligue des champions ce mercredi en dépit de sa défaite à Manchester City (2-1). La prestation inquiète toutefois avec une domination sans partage des Cityzens. Comme l’atteste la heatmap de Paris.

", + "content": "Le PSG a obtenu sa qualification pour les 8es de finale de la Ligue des champions ce mercredi en dépit de sa défaite à Manchester City (2-1). La prestation inquiète toutefois avec une domination sans partage des Cityzens. Comme l’atteste la heatmap de Paris.

", "category": "", - "link": "https://www.sofoot.com/pronostic-lens-lille-analyse-cote-et-pronostic-du-match-de-coupe-de-france-508966.html", - "creator": "SO FOOT", - "pubDate": "2022-01-02T04:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lens-lille-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1641033339_x600_articles-508966.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-lens-lille-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1641033339_x600_articles-508966.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-la-heatmap-inquietante-de-paris-accule-sur-son-but_AV-202111240620.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 23:57:04 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25caeca738386e1aa8299a2a640750c1", - "highlights": [] + "hash": "22620527a44148f544fed869c5945faa" }, { - "title": "Le West Ham de Manuel Lanzini cruel contre Crystal Palace", - "description": "

", - "content": "

", + "title": "Sheriff-Real: Benzema encore buteur malgré ses démêlés judiciaires", + "description": "Irrésistible depuis le début de la saison, Karim Benzema a marqué pour la quatrième rencontre d'affilée en Ligue des champions au terme d'une journée marquée par sa condamnation dans l'affaire de la sextape pour complicité de tentative de chantage sur Mathieu Valbuena.

", + "content": "Irrésistible depuis le début de la saison, Karim Benzema a marqué pour la quatrième rencontre d'affilée en Ligue des champions au terme d'une journée marquée par sa condamnation dans l'affaire de la sextape pour complicité de tentative de chantage sur Mathieu Valbuena.

", "category": "", - "link": "https://www.sofoot.com/le-west-ham-de-manuel-lanzini-cruel-contre-crystal-palace-508981.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T19:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-west-ham-de-manuel-lanzini-cruel-contre-crystal-palace-1641065298_x600_articles-508981.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-west-ham-de-manuel-lanzini-cruel-contre-crystal-palace-1641065298_x600_articles-508981.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/sheriff-real-benzema-encore-buteur-malgre-ses-demeles-judiciaires_AV-202111240619.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 23:26:08 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "558d9590a45b74c5b946ceddcc4d26b1", - "highlights": [] + "hash": "6c9c1b2365752080f02495d36afeb53f" }, { - "title": "Tottenham règle Watford au buzzer", - "description": "

", - "content": "

", + "title": "Bruges-Leipzig: auteur d’un doublé, Nkunku poursuit sa superbe saison", + "description": "Grand artisan du carton de Leipzig à Bruges (5-0) lors de la 5e journée de Ligue des champions, avec un doublé, Christopher Nkunku confirme sa saison de haut niveau. Au point d’intégrer l’équipe de France en 2022 ?

", + "content": "Grand artisan du carton de Leipzig à Bruges (5-0) lors de la 5e journée de Ligue des champions, avec un doublé, Christopher Nkunku confirme sa saison de haut niveau. Au point d’intégrer l’équipe de France en 2022 ?

", "category": "", - "link": "https://www.sofoot.com/tottenham-regle-watford-au-buzzer-508979.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T17:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tottenham-regle-watford-au-buzzer-1641057188_x600_articles-508979.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-tottenham-regle-watford-au-buzzer-1641057188_x600_articles-508979.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/bruges-leipzig-auteur-d-un-double-nkunku-poursuit-sa-superbe-saison_AV-202111240617.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 23:20:15 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1947456abfa729bb2b5d0b34a8212c8f", - "highlights": [] + "hash": "90d1340d930e40b7441604ea987d79f0" }, { - "title": "Pronostic Vannes PSG : Analyse cote et pronostic du match de Coupe de France", - "description": "

Le PSG ouvre les Vannes

\n
\nFinaliste de la Coupe de la Ligue 2009, Vannes végète depuis la saison 2018-2019 en National 2, et se trouve actuellement à…
", - "content": "

Le PSG ouvre les Vannes

\n
\nFinaliste de la Coupe de la Ligue 2009, Vannes végète depuis la saison 2018-2019 en National 2, et se trouve actuellement à…
", + "title": "PRONOS PARIS RMC Les paris du 25 novembre sur Galatasaray - Marseille - Ligue Europa", + "description": "Notre pronostic: Marseille ne perd pas à Galatasaray et moins de 2,5 buts dans le match (1.76)

", + "content": "Notre pronostic: Marseille ne perd pas à Galatasaray et moins de 2,5 buts dans le match (1.76)

", "category": "", - "link": "https://www.sofoot.com/pronostic-vannes-psg-analyse-cote-et-pronostic-du-match-de-coupe-de-france-508959.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T15:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-vannes-psg-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1640968564_x600_articles-508959.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-vannes-psg-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1640968564_x600_articles-508959.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-25-novembre-sur-galatasaray-marseille-ligue-europa_AN-202111240374.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 23:04:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71a104e64477d0a86e5e9d7680d3870f", - "highlights": [] + "hash": "eebe162d8b505395f0bd86335c379ef9" }, { - "title": "Saint-Étienne dévoile son nouveau logo ", - "description": "Comment se sauver en L1 : D'abord, nommer Pascal Dupraz. Ensuite, changer son logo. Et voilà.
\n
\nPour commencer l'année, et tenter de tourner la page d'une période bien compliquée,…

", - "content": "Comment se sauver en L1 : D'abord, nommer Pascal Dupraz. Ensuite, changer son logo. Et voilà.
\n
\nPour commencer l'année, et tenter de tourner la page d'une période bien compliquée,…

", + "title": "PRONOS PARIS RMC Les paris du 25 novembre sur Monaco - Real Sociedad – Ligue Europa", + "description": "Notre pronostic: Monaco ne perd pas contre la Real Sociedad et les deux équipes marquent (2.25)

", + "content": "Notre pronostic: Monaco ne perd pas contre la Real Sociedad et les deux équipes marquent (2.25)

", "category": "", - "link": "https://www.sofoot.com/saint-etienne-devoile-son-nouveau-logo-508980.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T15:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-saint-etienne-devoile-son-nouveau-logo-1641050556_x600_articles-508980.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-saint-etienne-devoile-son-nouveau-logo-1641050556_x600_articles-508980.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-25-novembre-sur-monaco-real-sociedad-ligue-europa_AN-202111240368.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 23:03:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68fdb5133fc60361d5b44067b26ca172", - "highlights": [] + "hash": "83a2724625cb532b60afe17f51c77edb" }, { - "title": "City congèle Arsenal", - "description": "Bouillant en première période et réduit à dix à l'heure de jeu, Arsenal a attrapé froid dans le second acte. Pas fou, City est revenu à la marque... avant de climatiser l'Emirates par Rodri, buteur opportuniste à la 93e minute de jeu (1-2).

", - "content": "

", + "title": "PRONOS PARIS RMC Les paris du 25 novembre sur Brondby - Lyon – Ligue Europa", + "description": "Notre pronostic: Lyon ne perd pas à Brondby et plus de 2,5 buts dans le match (2.40)

", + "content": "Notre pronostic: Lyon ne perd pas à Brondby et plus de 2,5 buts dans le match (2.40)

", "category": "", - "link": "https://www.sofoot.com/city-congele-arsenal-508968.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T14:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-city-congele-arsenal-1641050173_x600_articles-alt-508968.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-city-congele-arsenal-1641050173_x600_articles-alt-508968.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-25-novembre-sur-brondby-lyon-ligue-europa_AN-202111240367.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 23:02:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f1323b40534cc4279ccbdd2b2675ce0", - "highlights": [] + "hash": "6231646040e72f92a6129672e9a4cb39" }, { - "title": "Les notes d'Arsenal-Manchester City", - "description": "Malgré un grand Bukayo Saka et un impressionnant Thomas Partey, les Gunners ont subi la loi des Citizens. Ces derniers, pas dans un super jour, s'en sont notamment remis à Riyad Mahrez et Rodri pour arracher les trois points.

Ils commencent bien l'année


\n
\nIl a…

", - "content": "

Ils commencent bien l'année


\n
\nIl a…

", + "title": "PRONOS PARIS RMC Les paris du 25 novembre sur Rennes - Vitesse – Ligue Europa Conférence", + "description": "Notre pronostic: Rennes bat Vitesse Arnhem (1.38)

", + "content": "Notre pronostic: Rennes bat Vitesse Arnhem (1.38)

", "category": "", - "link": "https://www.sofoot.com/les-notes-d-arsenal-manchester-city-508976.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-d-arsenal-manchester-city-1641047852_x600_articles-alt-508976.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-notes-d-arsenal-manchester-city-1641047852_x600_articles-alt-508976.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-du-25-novembre-sur-rennes-vitesse-ligue-europa-conference_AN-202111240365.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 23:01:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47298a2dc8ffcf5a1fdb6e268a8317c5", - "highlights": [] + "hash": "2b9c62836fc6c2141039b6f9cf4a1bff" }, { - "title": "Frappé par la Covid, la Gambie annule ses matchs de préparation à la CAN", - "description": "Tiens la Covid ! Ça faisait longtemps...
\n
\nÀ onze jours de son entrée en lice à la CAN, la Gambie a annoncé ce samedi l'annulation de ses rencontres de préparation face à…

", - "content": "Tiens la Covid ! Ça faisait longtemps...
\n
\nÀ onze jours de son entrée en lice à la CAN, la Gambie a annoncé ce samedi l'annulation de ses rencontres de préparation face à…

", + "title": "Manchester City-PSG: le petit accrochage entre Neymar et Paredes en fin de première période", + "description": "Sur RMC Sport, Emmanuel Petit a poussé un coup de gueule à la mi-temps du choc entre Manchester City et le PSG sur le comportement de certains joueurs parisiens, en prenant pour exemple une réflexion adressée à Neymar par Leandro Paredes.

", + "content": "Sur RMC Sport, Emmanuel Petit a poussé un coup de gueule à la mi-temps du choc entre Manchester City et le PSG sur le comportement de certains joueurs parisiens, en prenant pour exemple une réflexion adressée à Neymar par Leandro Paredes.

", "category": "", - "link": "https://www.sofoot.com/frappe-par-la-covid-la-gambie-annule-ses-matchs-de-preparation-a-la-can-508978.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T14:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-frappe-par-la-covid-la-gambie-annule-ses-matchs-de-preparation-a-la-can-1641046068_x600_articles-508978.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-frappe-par-la-covid-la-gambie-annule-ses-matchs-de-preparation-a-la-can-1641046068_x600_articles-508978.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-le-petit-accrochage-entre-neymar-et-paredes-en-fin-de-premiere-periode_AV-202111240613.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 23:00:55 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f738bf49750c79b41b02111b85ad1f03", - "highlights": [] + "hash": "0216a9a3923298bb7887a3f0b6531e6b" }, { - "title": "Pronostic Manchester United Wolverhampton : Analyse, cotes et prono du match de Premier League", - "description": "

Manchester United enchaîne face à Wolverhampton

\n
\nInvaincu depuis le départ d'Ole Gunnar Solskjaer, Manchester United affiche un beau bilan sous Ralph…
", - "content": "

Manchester United enchaîne face à Wolverhampton

\n
\nInvaincu depuis le départ d'Ole Gunnar Solskjaer, Manchester United affiche un beau bilan sous Ralph…
", + "title": "Manchester City-PSG: \"Je suis très satisfait de tous les joueurs\", assure Pochettino après la défaite", + "description": "Mauricio Pochettino, l'entraîneur du Paris Saint-Germain, a préféré retenir la qualification après la défaite (1-2) plus que logique et méritée du Paris Saint-Germain à l'Etihad Stadium, face à Manchester City.

", + "content": "Mauricio Pochettino, l'entraîneur du Paris Saint-Germain, a préféré retenir la qualification après la défaite (1-2) plus que logique et méritée du Paris Saint-Germain à l'Etihad Stadium, face à Manchester City.

", "category": "", - "link": "https://www.sofoot.com/pronostic-manchester-united-wolverhampton-analyse-cotes-et-prono-du-match-de-premier-league-508975.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T12:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-wolverhampton-analyse-cotes-et-prono-du-match-de-premier-league-1641040727_x600_articles-508975.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-wolverhampton-analyse-cotes-et-prono-du-match-de-premier-league-1641040727_x600_articles-508975.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-je-suis-tres-satisfait-de-tous-les-joueurs-assure-pochettino-apres-la-defaite_AV-202111240607.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 22:45:20 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "500b2cc33dafc0012750dbb93dd0ac34", - "highlights": [] + "hash": "c524f5afd5bb1bf23032b9354e437d9c" }, { - "title": "En direct : Arsenal - Manchester City", - "description": "62' : Arsenal change aussi pour compenser le rouge, c'est Holding qui prend la place d'un ...", - "content": "62' : Arsenal change aussi pour compenser le rouge, c'est Holding qui prend la place d'un ...", + "title": "Manchester City-PSG: \"Un bon match dans l’ensemble\", estime Kimpembe malgré la défaite", + "description": "Le défenseur central du PSG, Presnel Kimpembe, a relevé des points positifs de la prestation parisienne, pourtant très inquiétante à l'Etihad Stadium, contre Manchester City (1-2).

", + "content": "Le défenseur central du PSG, Presnel Kimpembe, a relevé des points positifs de la prestation parisienne, pourtant très inquiétante à l'Etihad Stadium, contre Manchester City (1-2).

", "category": "", - "link": "https://www.sofoot.com/en-direct-arsenal-manchester-city-508971.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T12:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-arsenal-manchester-city-1641044180_x600_articles-alt-508971.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-arsenal-manchester-city-1641044180_x600_articles-alt-508971.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-un-bon-match-dans-l-ensemble-estime-kimpembe-malgre-la-defaite_AV-202111240598.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 22:23:52 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ca5c5969b114c0b2478f03332617822", - "highlights": [] + "hash": "3715431d13751e78f6baa2fdcc4c6d33" }, { - "title": "Pronostic Cadiz Séville : Analyse, cotes et prono du match de Liga", - "description": "

Le FC Séville démarre 2022 chez le relégable Cadiz

\n
\nMaintenu sans problème la saison dernière alors qu'il était promu, Cadiz est relégable de Liga…
", - "content": "

Le FC Séville démarre 2022 chez le relégable Cadiz

\n
\nMaintenu sans problème la saison dernière alors qu'il était promu, Cadiz est relégable de Liga…
", + "title": "Ligue des champions: les adversaires potentiels pour le PSG en huitièmes, avec plusieurs cadors européens", + "description": "Battu par Manchester City mercredi (2-1) mais qualifié pour les huitièmes de finale de la Ligue des champions, le PSG terminera deuxième de sa poule. Avec le risque d'affronter un cador européen en huitièmes.

", + "content": "Battu par Manchester City mercredi (2-1) mais qualifié pour les huitièmes de finale de la Ligue des champions, le PSG terminera deuxième de sa poule. Avec le risque d'affronter un cador européen en huitièmes.

", "category": "", - "link": "https://www.sofoot.com/pronostic-cadiz-seville-analyse-cotes-et-prono-du-match-de-liga-508973.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T11:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cadiz-seville-analyse-cotes-et-prono-du-match-de-liga-1641040089_x600_articles-508973.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-cadiz-seville-analyse-cotes-et-prono-du-match-de-liga-1641040089_x600_articles-508973.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-adversaires-potentiels-pour-le-psg-en-huitiemes_AV-202111240594.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 22:17:43 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6610cda2f27ac4defb0100b4075b0e01", - "highlights": [] + "hash": "8a8cfd9275b2ac9c52bfcfd6ebd99ac4" }, { - "title": "Juan Figer, père des agents, s'est éteint ", - "description": "Les agents pleurent leur papa.
\n
\nTrès peu de gens peuvent se vanter d'avoir inventé une profession. C'est le cas de Juan Figer, qui s'est éteint ce vendredi à 87 ans.…

", - "content": "Les agents pleurent leur papa.
\n
\nTrès peu de gens peuvent se vanter d'avoir inventé une profession. C'est le cas de Juan Figer, qui s'est éteint ce vendredi à 87 ans.…

", + "title": "Ligue des champions: Benzema, Nkunku, Mbappé, Thiago... les principaux buts de mercredi soir", + "description": "Karim Benzema a été l'un des buteurs de la soirée de mercredi en Ligue des champions. L'attaquant tricolore a participé à la victoire (et qualification) du Real Madrid contre le Sheriff Tiraspol (3-0). Dans le même temps, un autre Français, Christopher Nkunku, a profité du carton du RB Leipzig (5-0 contre le Club Bruges) pour s'illustrer.

", + "content": "Karim Benzema a été l'un des buteurs de la soirée de mercredi en Ligue des champions. L'attaquant tricolore a participé à la victoire (et qualification) du Real Madrid contre le Sheriff Tiraspol (3-0). Dans le même temps, un autre Français, Christopher Nkunku, a profité du carton du RB Leipzig (5-0 contre le Club Bruges) pour s'illustrer.

", "category": "", - "link": "https://www.sofoot.com/juan-figer-pere-des-agents-s-est-eteint-508972.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T11:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-juan-figer-pere-des-agents-s-est-eteint-1641037825_x600_articles-508972.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-juan-figer-pere-des-agents-s-est-eteint-1641037825_x600_articles-508972.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-benzema-nkunku-mbappe-thiago-les-principaux-buts-de-mercredi-soir_AV-202111240586.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 22:04:34 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f87efe6de9955c4f1aeae6f76932e26", - "highlights": [] + "hash": "24fd1d92acb0c447030d22d6e0588eb3" }, { - "title": "Pronostic Villarreal Levante : Analyse, cotes et prono du match de Liga", - "description": "

Villarreal enchaîne face à un triste Levante

\n
\nLundi soir, la 18e journée de Liga s'achève avec notamment un derby valencien entre…
", - "content": "

Villarreal enchaîne face à un triste Levante

\n
\nLundi soir, la 18e journée de Liga s'achève avec notamment un derby valencien entre…
", + "title": "Manchester City-PSG: battu mais qualifié, Paris abandonne la première place après un match inquiétant", + "description": "Manchester City a battu le Paris Saint-Germain (2-1) au terme d'une rencontre qui a vu les deux équipes se qualifier pour les huitièmes de finale de la Ligue des champions. City est assuré de conserver la première place avant la dernière journée.

", + "content": "Manchester City a battu le Paris Saint-Germain (2-1) au terme d'une rencontre qui a vu les deux équipes se qualifier pour les huitièmes de finale de la Ligue des champions. City est assuré de conserver la première place avant la dernière journée.

", "category": "", - "link": "https://www.sofoot.com/pronostic-villarreal-levante-analyse-cotes-et-prono-du-match-de-liga-508970.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T11:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-villarreal-levante-analyse-cotes-et-prono-du-match-de-liga-1641038071_x600_articles-508970.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-villarreal-levante-analyse-cotes-et-prono-du-match-de-liga-1641038071_x600_articles-508970.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-battu-mais-qualifie-paris-abandonne-la-premiere-place-aux-skyblues-apres-un-match-inquietant_AV-202111240583.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 21:57:23 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "573e607ec642851c39b7602e8d9fcaad", - "highlights": [] + "hash": "6e3b9c1176feb34c5cc52ba5a1d9a60e" }, { - "title": "Mykolenko signe à Everton ", - "description": "Nouvelle année, nouvelles couleurs.
\n
\nPour certains, le Nouvel An n'est qu'un prétexte pour faire la fête de manière arrosée, pour d'autres, c'est surtout le coup d'envoi du…

", - "content": "Nouvelle année, nouvelles couleurs.
\n
\nPour certains, le Nouvel An n'est qu'un prétexte pour faire la fête de manière arrosée, pour d'autres, c'est surtout le coup d'envoi du…

", + "title": "Manchester City-PSG: le but de Mbappé après un joli mouvement collectif", + "description": "Largement dominé par Manchester City en première période, le PSG a réussi à ouvrir le score dès le retour des vestiaires grâce à Kylian Mbappé, ce mercredi, en Ligue des champions.

", + "content": "Largement dominé par Manchester City en première période, le PSG a réussi à ouvrir le score dès le retour des vestiaires grâce à Kylian Mbappé, ce mercredi, en Ligue des champions.

", "category": "", - "link": "https://www.sofoot.com/mykolenko-signe-a-everton-508969.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T11:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mykolenko-signe-a-everton-1641035089_x600_articles-508969.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-mykolenko-signe-a-everton-1641035089_x600_articles-508969.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-le-but-de-mbappe-apres-un-joli-mouvement-collectif_AV-202111240573.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 21:21:15 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c65859cf08f85c02fabd806b3f7b2bb7", - "highlights": [] + "hash": "91b433468b9e5c87deb2fcc8a6f8e769" }, { - "title": "Les 50 publicités avec des footeux (1er)", - "description": "Depuis des décennies, les footballeurs servent d'ambassadeurs aux marques, qui utilisent leur image pour promouvoir leurs produits. Sauf que la qualité première d'un footballeur n'est pas forcément l'acting studio. Et lorsqu'ils se retrouvent devant la caméra, cela donne souvent des résultats mythiques. Florilège des 50 meilleures publicités mettant en scène des footeux.
\n
\nEn 1996, Nike fait basculer le monde de la publicité sportive dans une nouvelle dimension et crée l'un…

", - "content": "
\n
\nEn 1996, Nike fait basculer le monde de la publicité sportive dans une nouvelle dimension et crée l'un…

", + "title": "Affaire de la sextape: Maracineanu rappelle le \"devoir d'exemplarité des sportifs\"", + "description": "Pour Roxana Maracineanu, ministre déléguée aux Sports, le jugement dans l'affaire de la sextape rappelle que, à ses yeux, les sportifs doivent faire preuve d'un \"devoir d'exemplarité\".

", + "content": "Pour Roxana Maracineanu, ministre déléguée aux Sports, le jugement dans l'affaire de la sextape rappelle que, à ses yeux, les sportifs doivent faire preuve d'un \"devoir d'exemplarité\".

", "category": "", - "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-1er-508685.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-1er-1640249761_x600_articles-alt-508685.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-1er-1640249761_x600_articles-alt-508685.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/affaire-de-la-sextape-maracineanu-rappelle-le-devoir-d-exemplarite-des-sportifs_AV-202111240572.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 21:19:44 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c233e90d0264f433efb0f91f7b85170b", - "highlights": [] + "hash": "846438894670f7b42b440b59608bda5a" }, { - "title": "28 ans après, le retour des tribunes debout en Angleterre", - "description": "Rester debout, c'est tout ce que ne veut pas Jean Castex.
\n
\nAprès 28 ans d'interdiction, les tribunes debout vont faire leur retour dans les stades anglais. Un comeback sur…

", - "content": "Rester debout, c'est tout ce que ne veut pas Jean Castex.
\n
\nAprès 28 ans d'interdiction, les tribunes debout vont faire leur retour dans les stades anglais. Un comeback sur…

", + "title": "Saint-Etienne: le numéro 24 retiré en hommage à Loïc Perrin", + "description": "En hommage à son ancien capitaine Loïc Perrin, Saint-Etienne a annoncé ce mercredi que le numéro 24 ne serait plus attribué chez les Verts. Un maillot collector a également été lancé.

", + "content": "En hommage à son ancien capitaine Loïc Perrin, Saint-Etienne a annoncé ce mercredi que le numéro 24 ne serait plus attribué chez les Verts. Un maillot collector a également été lancé.

", "category": "", - "link": "https://www.sofoot.com/28-ans-apres-le-retour-des-tribunes-debout-en-angleterre-508965.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T10:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-28-ans-apres-le-retour-des-tribunes-debout-en-angleterre-1641032111_x600_articles-508965.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-28-ans-apres-le-retour-des-tribunes-debout-en-angleterre-1641032111_x600_articles-508965.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/saint-etienne-le-numero-24-retire-en-hommage-a-loic-perrin_AV-202111240562.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 21:03:14 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a20bf474c99fdbc4853d51e529a8c76", - "highlights": [] + "hash": "e25d25b934276e654759eba77494dab3" }, { - "title": "Salernitana sauvé sur le gong par un investisseur napolitain", - "description": "Arracher la victoire au bout du temps réglementaire.
\n
\nLes dirigeants de Salernitana ont probablement fait péter le champagne vendredi soir, et pas seulement pour fêter la nouvelle…

", - "content": "Arracher la victoire au bout du temps réglementaire.
\n
\nLes dirigeants de Salernitana ont probablement fait péter le champagne vendredi soir, et pas seulement pour fêter la nouvelle…

", + "title": "Boxe: Fury voudrait combattre en février ou en mars (mais n'a pas encore d'adversaire)", + "description": "Selon un promoteur britannique, qui a parlé avec Tyson Fury le week-end dernier, le champion du monde WBC des lourds a envie de combattre début 2022, en février ou mars. Mais il lui faut trouver un adversaire.

", + "content": "Selon un promoteur britannique, qui a parlé avec Tyson Fury le week-end dernier, le champion du monde WBC des lourds a envie de combattre début 2022, en février ou mars. Mais il lui faut trouver un adversaire.

", "category": "", - "link": "https://www.sofoot.com/salernitana-sauve-sur-le-gong-par-un-investisseur-napolitain-508964.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T09:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-salernitana-sauve-sur-le-gong-par-un-investisseur-napolitain-1641028977_x600_articles-508964.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-salernitana-sauve-sur-le-gong-par-un-investisseur-napolitain-1641028977_x600_articles-508964.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-fury-voudrait-combattre-en-fevrier-ou-en-mars-mais-n-a-pas-encore-d-adversaire_AV-202111240312.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 13:32:57 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "91ab2fd230ba9c29ba09ccd53d6557f2", - "highlights": [] + "hash": "8d9c497c1b8ad3c38d442cdfcd1bea32" }, { - "title": "Promis, ces dix mecs vont exploser en 2022", - "description": "Très bientôt, tout le monde ne parlera que d'eux. Alors en attendant qu'ils percent pour de bon, vous pouvez déjà vous rencarder sur leur profil, leur histoire et leurs faits d'armes. Vous ne pourrez pas dire que vous n'étiez pas prévenus.

", - "content": "

", + "title": "FC Barcelone: Xavi emballé par le profil de Braithwaite", + "description": "Blessé depuis plusieurs mois, Martin Braithwaite pourrait avoir l’occasion de montrer sa valeur à son entraîneur Xavi lorsqu’il reviendra de blessure. Selon Sport, l’ancien milieu du FC Barcelone serait emballé par le profil de l’attaquant danois.

", + "content": "Blessé depuis plusieurs mois, Martin Braithwaite pourrait avoir l’occasion de montrer sa valeur à son entraîneur Xavi lorsqu’il reviendra de blessure. Selon Sport, l’ancien milieu du FC Barcelone serait emballé par le profil de l’attaquant danois.

", "category": "", - "link": "https://www.sofoot.com/promis-ces-dix-mecs-vont-exploser-en-2022-508946.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-promis-ces-dix-mecs-vont-exploser-en-2022-1640952707_x600_articles-alt-508946.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-promis-ces-dix-mecs-vont-exploser-en-2022-1640952707_x600_articles-alt-508946.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/liga/fc-barcelone-xavi-emballe-par-le-profil-de-braithwaite_AV-202111240307.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 13:19:56 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0a2a6dc3290bce972e7a8b82abf0b06", - "highlights": [] + "hash": "3f3b3c2fc2c9b4d8d0b0515aa91e4168" }, { - "title": "Lacazette, le retour du canonnier", - "description": "Très peu utilisé par Mikel Arteta en début de saison, Alexandre Lacazette est de retour en grâce depuis début décembre. Nommé capitaine de ces Baby Gunners en pleine poussée de croissance, l'ancien Lyonnais rayonne à nouveau, au point d'être l'un des principaux artisans du retour au premier plan d'Arsenal. Suffisant pour le voir rester au-delà de son contrat actuel, qui s'achève au mois de juin ?
\t\t\t\t\t
", - "content": "
\t\t\t\t\t
", + "title": "Naples: le chirurgien qui a soigné Osimhen parle d'une des \"opérations les plus dures\" de sa carrière", + "description": "Le chirurgien Giampaolo Tartaro, qui a opéré mardi Victor Osimhen, qui souffrait d'une vingtaine de fractures au visage, a détaillé les soins effectués sur l'attaquant de Naples. La reconstruction s'annonce longue pour le Nigérian, qui devrait louper les trois prochains mois de compétition.

", + "content": "Le chirurgien Giampaolo Tartaro, qui a opéré mardi Victor Osimhen, qui souffrait d'une vingtaine de fractures au visage, a détaillé les soins effectués sur l'attaquant de Naples. La reconstruction s'annonce longue pour le Nigérian, qui devrait louper les trois prochains mois de compétition.

", "category": "", - "link": "https://www.sofoot.com/lacazette-le-retour-du-canonnier-508922.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lacazette-le-retour-du-canonnier-1640877586_x600_articles-alt-508922.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lacazette-le-retour-du-canonnier-1640877586_x600_articles-alt-508922.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/serie-a/naples-le-chirurgien-qui-a-soigne-osimhen-parle-d-une-des-operations-les-plus-dures-de-sa-carriere_AV-202111240301.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 12:58:29 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3be78c42d7d861fee57911d786ee478", - "highlights": [] + "hash": "31aac5d0edd88dfd4555d71d4aa98d1d" }, { - "title": "On vous spoile l'année 2022", - "description": "Une Coupe d'Afrique des nations dès janvier, un Championnat d'Europe féminin en juillet, une Coupe du monde pour finir en beauté : 2022 aura de quoi remplir l'estomac des footeux les plus affamés. Envie d'un avant-goût de ce à quoi vous assisterez ? Inutile de consulter une cartomancienne ou d'envoyer le nom d'un obscur voyant par SMS : tout est là. Vous ne pourrez pas dire que vous ne saviez pas.
  • Le Sénégal enfin…

  • ", - "content": "
  • Le Sénégal enfin…

  • ", + "title": "Tottenham: restrictions alimentaires, entraînements, Emerson apprend à \"souffrir\" avec Conte", + "description": "Arrivé en fin de mercato en provenance du FC Barcelone, Emerson Royal n’a pas vraiment connu des débuts idylliques avec Tottenham. Après le départ de Nuno Espirito Santo, c’est Antonio Conte qui a pris le relais. Dans une interview à Sky Sports, le latéral droit dévoile les méthodes de l’Italien.

    ", + "content": "Arrivé en fin de mercato en provenance du FC Barcelone, Emerson Royal n’a pas vraiment connu des débuts idylliques avec Tottenham. Après le départ de Nuno Espirito Santo, c’est Antonio Conte qui a pris le relais. Dans une interview à Sky Sports, le latéral droit dévoile les méthodes de l’Italien.

    ", "category": "", - "link": "https://www.sofoot.com/on-vous-spoile-l-annee-2022-508439.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-on-vous-spoile-l-annee-2022-1640549921_x600_articles-alt-508439.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-on-vous-spoile-l-annee-2022-1640549921_x600_articles-alt-508439.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/premier-league/tottenham-restrictions-alimentaires-entrainements-emerson-apprend-a-souffrir-avec-conte_AV-202111240295.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 12:44:35 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13af24a4fc10b02d229d4eb5ab8b04b9", - "highlights": [] + "hash": "943420ee4d585df4c14f6cc4724a4233" }, { - "title": "Nos vœux pour les clubs de Ligue 1", - "description": "L'année 2022 arrive à grands pas et, avec elle, sa litanie de vœux, que l'on entendra un peu partout jusqu'au 31 janvier. La santé, le bonheur, le succès... C'est bien beau tout ça, mais que peut-on souhaiter aux vingt clubs de Ligue 1 ? Voici notre carte, spécialement confectionnée pour eux.", - "content": "", + "title": "Ligue Europa en direct: les confs de Marseille, Lyon et Monaco", + "description": "Suivez en direct les conférences de presse de Lyon, Marseille et Monaco avant leurs matchs comptant pour la 5e journée de la Ligue Europa, jeudi.

    ", + "content": "Suivez en direct les conférences de presse de Lyon, Marseille et Monaco avant leurs matchs comptant pour la 5e journée de la Ligue Europa, jeudi.

    ", "category": "", - "link": "https://www.sofoot.com/nos-voeux-pour-les-clubs-de-ligue-1-508128.html", - "creator": "SO FOOT", - "pubDate": "2022-01-01T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nos-voeux-pour-les-clubs-de-ligue-1-1640254038_x600_articles-alt-508128.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-nos-voeux-pour-les-clubs-de-ligue-1-1640254038_x600_articles-alt-508128.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/europa-league/ligue-europa-en-direct-les-confs-de-marseille-lyon-et-monaco_LN-202111240293.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 12:43:02 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39f2508aac597167a21686914e9e2cc0", - "highlights": [] + "hash": "9a1b353cf0412decac5b1062762cf87e" }, { - "title": "Pronostic Quevilly Monaco : Analyse cote et pronostic du match de Ligue 1", - "description": "

    Monaco pour une place en 1/8ème

    \n
    \nFinaliste de l'édition 2012, Quevilly-Rouen a une affinité particulière avec cette Coupe de France qu'elle apprécie…
    ", - "content": "

    Monaco pour une place en 1/8ème

    \n
    \nFinaliste de l'édition 2012, Quevilly-Rouen a une affinité particulière avec cette Coupe de France qu'elle apprécie…
    ", + "title": "Barça-Benfica: la réaction hallucinée de Jesus face au raté énorme de Seferovic", + "description": "Jorge Jesus, entraîneur du Benfica Lisbonne, s’est effondré au sol de dépit après le gros raté de son attaquant Haris Seferovic à la fin du match sur le terrain du FC Barcelone (0-0), mardi en Ligue des champions.

    ", + "content": "Jorge Jesus, entraîneur du Benfica Lisbonne, s’est effondré au sol de dépit après le gros raté de son attaquant Haris Seferovic à la fin du match sur le terrain du FC Barcelone (0-0), mardi en Ligue des champions.

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-quevilly-monaco-analyse-cote-et-pronostic-du-match-de-ligue-1-508957.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T18:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-quevilly-monaco-analyse-cote-et-pronostic-du-match-de-ligue-1-1640965203_x600_articles-508957.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-quevilly-monaco-analyse-cote-et-pronostic-du-match-de-ligue-1-1640965203_x600_articles-508957.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/barca-benfica-la-reaction-hallucinee-de-jesus-face-au-rate-enorme-de-seferovic_AV-202111240289.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 12:30:47 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "411ed5bc467df2a5f469f4d076d71360", - "highlights": [] + "hash": "330d90afd765bf866c51d14ba8bfb128" }, { - "title": "Pronostic Nancy Rennes : Analyse cote et pronostic du match de Coupe de France", - "description": "

    Rennes pourrait dicter sa loi à Nancy

    \n
    \nMalgré l'arrivée de nouveaux propriétaires à la tête du club, l'AS Nancy Lorraine ne semble pas passer un…
    ", - "content": "

    Rennes pourrait dicter sa loi à Nancy

    \n
    \nMalgré l'arrivée de nouveaux propriétaires à la tête du club, l'AS Nancy Lorraine ne semble pas passer un…
    ", + "title": "Coupe Davis: le coup de gueule des capitaines d'équipe, dont Grosjean", + "description": "La phase de groupes de la Coupe Davis commence ce jeudi pour l'équipe de France de Sébastien Grosjean, qui affrontera la République Tchèque. L'ensemble des capitaines de la poule C, où se trouve aussi la Grande-Bretagne, a protesté contre le choix de garder Innsbruck en tant que ville-hôte, en Autriche, qui imposera un huis clos pour les rencontres.

    ", + "content": "La phase de groupes de la Coupe Davis commence ce jeudi pour l'équipe de France de Sébastien Grosjean, qui affrontera la République Tchèque. L'ensemble des capitaines de la poule C, où se trouve aussi la Grande-Bretagne, a protesté contre le choix de garder Innsbruck en tant que ville-hôte, en Autriche, qui imposera un huis clos pour les rencontres.

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-nancy-rennes-analyse-cote-et-pronostic-du-match-de-coupe-de-france-508955.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T18:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nancy-rennes-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1640962983_x600_articles-508955.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-nancy-rennes-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1640962983_x600_articles-508955.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-le-coup-des-gueule-des-capitaines-d-equipes-dont-grosjean_AV-202111240286.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 12:21:48 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc805102b4540e886e0161aedf39d881", - "highlights": [] + "hash": "d06a890d50327d37a785a10033588b01" }, { - "title": "L'Espanyol coiffe Valence dans le money time", - "description": "

    ", - "content": "

    ", + "title": "Mercato: le plan de Dortmund pour convaincre Haaland de rester", + "description": "Convoité par les plus grands clubs européens, Erling Haaland sera l’une des principales attractions du mercato estival. Mais le Borussia Dortmund ne désespère pas de garder l'attaquant norvégien. Selon Sky Germany, le club allemand aurait un plan pour conserver le joueur.

    ", + "content": "Convoité par les plus grands clubs européens, Erling Haaland sera l’une des principales attractions du mercato estival. Mais le Borussia Dortmund ne désespère pas de garder l'attaquant norvégien. Selon Sky Germany, le club allemand aurait un plan pour conserver le joueur.

    ", "category": "", - "link": "https://www.sofoot.com/l-espanyol-coiffe-valence-dans-le-money-time-508930.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T17:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-espanyol-coiffe-valence-dans-le-money-time-1640971193_x600_articles-508930.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-espanyol-coiffe-valence-dans-le-money-time-1640971193_x600_articles-508930.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-le-plan-de-dortmund-pour-convaincre-haaland-de-rester_AV-202111240263.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 11:46:29 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71633202f1aa9a20b9ef2b28fa57ae69", - "highlights": [] + "hash": "cb4e70fd4e70836ba4fed0a5a53f4a2b" }, { - "title": "Pronostic Cannes Toulouse : Analyse cote et pronostic du match de Coupe de France", - "description": "

    Toulouse peut éviter le piège cannois

    \n
    \nClub phare en France au siècle dernier, l'AS Cannes est longue reconstruction depuis des années. Après être…
    ", - "content": "

    Toulouse peut éviter le piège cannois

    \n
    \nClub phare en France au siècle dernier, l'AS Cannes est longue reconstruction depuis des années. Après être…
    ", + "title": "Coupe du monde 2022: tollé en Norvège après l'arrestation de deux reporters au Qatar", + "description": "Deux reporters de la télévision norvégienne ont été temporairement détenus au Qatar, où ils effectuaient un reportage sur la préparation de la Coupe du monde 2022. Ce qui a provoqué une vague d'indignation au pays.

    ", + "content": "Deux reporters de la télévision norvégienne ont été temporairement détenus au Qatar, où ils effectuaient un reportage sur la préparation de la Coupe du monde 2022. Ce qui a provoqué une vague d'indignation au pays.

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-cannes-toulouse-analyse-cote-et-pronostic-du-match-de-coupe-de-france-508954.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T16:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cannes-toulouse-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1640963081_x600_articles-508954.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-cannes-toulouse-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1640963081_x600_articles-508954.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-tolle-en-norvege-apres-l-arrestation-de-deux-reporters-au-qatar_AD-202111240256.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 11:32:14 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ad9ad6c8e7418b5d1c34d0b58902e64", - "highlights": [] + "hash": "58960903199d55dcf70a033919fbbfc1" }, { - "title": "Pour Carragher, \"Liverpool doit ressembler davantage à Chelsea\"", - "description": "La voix de la sagesse.
    \n
    \nBien placé dans la course au titre mi-décembre, Liverpool a perdu des plumes lors des deux dernières journées. Accrochés par Tottenham (2-2) et battus par…

    ", - "content": "La voix de la sagesse.
    \n
    \nBien placé dans la course au titre mi-décembre, Liverpool a perdu des plumes lors des deux dernières journées. Accrochés par Tottenham (2-2) et battus par…

    ", + "title": "Manchester City-PSG: avant Paris, des Skyblues en pleine confiance", + "description": "Battu au match aller par le PSG (2-0), Manchester City est dans une très grande forme avant de recevoir le club parisien ce mercredi soir en Ligue des champions (21h, RMC Sport 1). Et ce malgré l'absence de Kevin de Bruyne, et toujours de véritable numéro 9.

    ", + "content": "Battu au match aller par le PSG (2-0), Manchester City est dans une très grande forme avant de recevoir le club parisien ce mercredi soir en Ligue des champions (21h, RMC Sport 1). Et ce malgré l'absence de Kevin de Bruyne, et toujours de véritable numéro 9.

    ", "category": "", - "link": "https://www.sofoot.com/pour-carragher-liverpool-doit-ressembler-davantage-a-chelsea-508958.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T16:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pour-carragher-liverpool-doit-ressembler-davantage-a-chelsea-1640967361_x600_articles-508958.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pour-carragher-liverpool-doit-ressembler-davantage-a-chelsea-1640967361_x600_articles-508958.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-avant-paris-des-skyblues-en-pleine-confiance_AV-202111240250.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 11:22:53 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "788db40738f03041c4e4cebadbfcbce9", - "highlights": [] + "hash": "bb8f4f1aac8e4e8bed89a9475f34e2e1" }, { - "title": "Pronostic Chelsea Liverpool : Analyse cote et pronostic du match de Premier League", - "description": "

    Chelsea peut s'offrir le scalp des Reds

    \n
    \nL'année 2022 débute fort avec un 2ème choc en Premier League après celui opposant Arsenal et Manchester…
    ", - "content": "

    Chelsea peut s'offrir le scalp des Reds

    \n
    \nL'année 2022 débute fort avec un 2ème choc en Premier League après celui opposant Arsenal et Manchester…
    ", + "title": "Disparition de Peng Shuai: l’UE demande \"des preuves vérifiables\" et une enquête \"transparente\"", + "description": "Disparue pendant plusieurs jours, Peng Shuai a récemment donné signe de vie sur les réseaux sociaux de journalistes chinois. L’Union Européenne a annoncé vouloir des preuves de la part des autorités de Chine sur la liberté de mouvement de la joueuse de tennis. Mais aussi une enquête sur l’agression sexuelle dont elle dit avoir été victime par l’ancien vice Premier ministre Zhang Gaoli.

    ", + "content": "Disparue pendant plusieurs jours, Peng Shuai a récemment donné signe de vie sur les réseaux sociaux de journalistes chinois. L’Union Européenne a annoncé vouloir des preuves de la part des autorités de Chine sur la liberté de mouvement de la joueuse de tennis. Mais aussi une enquête sur l’agression sexuelle dont elle dit avoir été victime par l’ancien vice Premier ministre Zhang Gaoli.

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-chelsea-liverpool-analyse-cote-et-pronostic-du-match-de-premier-league-508949.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-chelsea-liverpool-analyse-cote-et-pronostic-du-match-de-premier-league-1640958811_x600_articles-508949.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-chelsea-liverpool-analyse-cote-et-pronostic-du-match-de-premier-league-1640958811_x600_articles-508949.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/tennis/disparition-de-peng-shuai-l-ue-demande-des-preuves-verifiables-et-une-enquete-transparente_AV-202111240247.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 11:15:46 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9addd2c3ea5c4ae7eac83cd26e14daf4", - "highlights": [] + "hash": "211961a7b418dd7a6eeaba0ddb6db036" }, { - "title": "Sako : \"Vous n'aimeriez pas revoir Aubameyang à Saint-Étienne ?\"", - "description": "\"Oublie que t'as aucune chance, vas-y fonce.\"
    \n
    \nEn grande difficulté en Ligue 1, l'AS Saint-Étienne vient d'enregistrer l'arrivée de Bakary Sako. Le milieu de 33 ans s'était…

    ", - "content": "\"Oublie que t'as aucune chance, vas-y fonce.\"
    \n
    \nEn grande difficulté en Ligue 1, l'AS Saint-Étienne vient d'enregistrer l'arrivée de Bakary Sako. Le milieu de 33 ans s'était…

    ", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 24 novembre - NBA", + "description": "Mon pronostic : au moins 25pts pour Tatum et Durant, 9 passes pour Harden lors de Boston - Brooklyn (3.65) !

    ", + "content": "Mon pronostic : au moins 25pts pour Tatum et Durant, 9 passes pour Harden lors de Boston - Brooklyn (3.65) !

    ", "category": "", - "link": "https://www.sofoot.com/sako-vous-n-aimeriez-pas-revoir-aubameyang-a-saint-etienne-508956.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T15:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sako-vous-n-aimeriez-pas-revoir-aubameyang-a-saint-etienne-1640964188_x600_articles-508956.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-sako-vous-n-aimeriez-pas-revoir-aubameyang-a-saint-etienne-1640964188_x600_articles-508956.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-24-novembre-nba_AN-202111240244.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 11:13:08 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85cab26193ef8d28e53d4f2a0da63f0c", - "highlights": [] + "hash": "6a2394fffa2cad962740daefe6efb422" }, { - "title": "Le Stadio Olimpico bientôt renommé Paolo Rossi ?", - "description": "Le débat est ouvert.
    \n
    \nCe jeudi, la Chambre des députés italiens a approuvé l'examen d'une proposition portant sur le nouveau nom du Stadio Olimpico, qui serait rebaptisé Paolo…

    ", - "content": "Le débat est ouvert.
    \n
    \nCe jeudi, la Chambre des députés italiens a approuvé l'examen d'une proposition portant sur le nouveau nom du Stadio Olimpico, qui serait rebaptisé Paolo…

    ", + "title": "Manchester City-PSG: touché à l'entraînement, Verratti vers un forfait", + "description": "Sorti touché de l'entraînement à Manchester mardi soir, Marco Verratti est incertain pour la rencontre de Ligue des champions ce mercredi (21h sur RMC Sport 1) face à City. Le milieu italien du PSG a effectué samedi dernier son retour sur les terrains. Georginio Wijnaldum n’a lui non plus pas terminé l’entraînement mardi soir.

    ", + "content": "Sorti touché de l'entraînement à Manchester mardi soir, Marco Verratti est incertain pour la rencontre de Ligue des champions ce mercredi (21h sur RMC Sport 1) face à City. Le milieu italien du PSG a effectué samedi dernier son retour sur les terrains. Georginio Wijnaldum n’a lui non plus pas terminé l’entraînement mardi soir.

    ", "category": "", - "link": "https://www.sofoot.com/le-stadio-olimpico-bientot-renomme-paolo-rossi-508953.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T14:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-stadio-olimpico-bientot-renomme-paolo-rossi-1640961496_x600_articles-508953.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-stadio-olimpico-bientot-renomme-paolo-rossi-1640961496_x600_articles-508953.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-touche-a-l-entrainement-verratti-vers-un-forfait_AV-202111240240.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 11:05:29 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbe39129542573588eab3e1cfa678eef", - "highlights": [] + "hash": "259d7c0e407506893d7a4b5f61ae6d55" }, { - "title": "L'Ajax rapatrie Brian Brobbey en prêt", - "description": "On ne laisse pas BB sur le banc.
    \n
    \nTransféré au RB Leipzig l'été dernier, Brian Brobbey est déjà de retour à Amsterdam. L'Ajax s'est mis d'accord avec le club allemand pour que…

    ", - "content": "On ne laisse pas BB sur le banc.
    \n
    \nTransféré au RB Leipzig l'été dernier, Brian Brobbey est déjà de retour à Amsterdam. L'Ajax s'est mis d'accord avec le club allemand pour que…

    ", + "title": "Affaire de la sextape: Benzema \"reste sélectionnable\" malgré sa condamnation, insiste Le Graët", + "description": "Noël Le Graët, président de la Fédération française de football (FFF), a réaffirmé sa position sur Karim Benzema, malgré sa condamnation dans l’affaire de la sextape: l’attaquant reste sélectionnable avec l’équipe de France.

    ", + "content": "Noël Le Graët, président de la Fédération française de football (FFF), a réaffirmé sa position sur Karim Benzema, malgré sa condamnation dans l’affaire de la sextape: l’attaquant reste sélectionnable avec l’équipe de France.

    ", "category": "", - "link": "https://www.sofoot.com/l-ajax-rapatrie-brian-brobbey-en-pret-508950.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T14:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-ajax-rapatrie-brian-brobbey-en-pret-1640959719_x600_articles-508950.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-ajax-rapatrie-brian-brobbey-en-pret-1640959719_x600_articles-508950.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/affaire-de-la-sextape-benzema-reste-selectionnable-malgre-sa-condamnation-insiste-le-graet_AV-202111240233.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 10:55:52 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c50ca9dddae53b354c412efe1125ae2", - "highlights": [] + "hash": "1401607e5d4a8f3f8aa7760b58a8704b" }, { - "title": "Podcast Alternative Football (épisode 16) avec Frédéric Boistard comme invité, patron de la marque Kipsta, sur le thème des équipementiers dans l'ombre de Nike et Adidas", - "description": "Le football est un jeu simple, dont beaucoup parlent, mais un univers complexe, que peu connaissent vraiment. Dans Alternative Football, le podcast hors terrain de So Foot, vous en découvrirez les rouages, avec ses principaux acteurs. Dans chaque épisode, Édouard Cissé, ancien milieu de terrain du PSG, de l'OM ou de Monaco désormais entrepreneur en plus d'être consultant pour Prime Video, et Matthieu Lille-Palette, vice-président d'Opta, s'entretiendront avec un invité sur un thème précis. Pendant une mi-temps, temps nécessaire pour redéfinir totalement votre grille de compréhension.En 2016, So Foot plaçait la F300FG de Kipsta à la dernière place d'un top 10 consacré aux chaussures de foot. Et écrivait à son propos : \"L'avantage des F300 FG, c'est leur…", - "content": "En 2016, So Foot plaçait la F300FG de Kipsta à la dernière place d'un top 10 consacré aux chaussures de foot. Et écrivait à son propos : \"L'avantage des F300 FG, c'est leur…", + "title": "Manchester City-PSG en direct: deux joueurs vers un forfait côté parisien", + "description": "Le PSG peut assurer sa qualification pour les huitièmes de finale de la Ligue des champions ce mercredi soir, sur la pelouse de son plus grand rival du groupe, Manchester City. Un choc à suivre à 21h sur RMC Sport.

    ", + "content": "Le PSG peut assurer sa qualification pour les huitièmes de finale de la Ligue des champions ce mercredi soir, sur la pelouse de son plus grand rival du groupe, Manchester City. Un choc à suivre à 21h sur RMC Sport.

    ", "category": "", - "link": "https://www.sofoot.com/podcast-alternative-football-episode-16-avec-frederic-boistard-comme-invite-patron-de-la-marque-kipsta-sur-le-theme-des-equipementiers-dans-l-ombre-de-nike-et-adidas-508951.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T14:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-podcast-alternative-football-episode-16-avec-frederic-boistard-comme-invite-patron-de-la-marque-kipsta-sur-le-theme-des-equipementiers-dans-l-ombre-de-nike-et-adidas-1640959840_x600_articles-alt-508951.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-podcast-alternative-football-episode-16-avec-frederic-boistard-comme-invite-patron-de-la-marque-kipsta-sur-le-theme-des-equipementiers-dans-l-ombre-de-nike-et-adidas-1640959840_x600_articles-alt-508951.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-suivez-en-direct-le-choc-manchester-city-psg_LS-202111240229.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 10:47:18 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fe44b7364762f5cf85390cf09b3f49e1", - "highlights": [] + "hash": "4006db0a7827aa8b43b97850e07e5580" }, { - "title": "Fábio Coentrão raconte sa nouvelle vie de pêcheur", - "description": "\"Mille milliards de mille sabords !\"
    \n
    \nFábio Coentrão a quitté son dernier club, Rio Ave, en juin. Depuis, l'international portugais a mis de côté les crampons pour se…

    ", - "content": "\"Mille milliards de mille sabords !\"
    \n
    \nFábio Coentrão a quitté son dernier club, Rio Ave, en juin. Depuis, l'international portugais a mis de côté les crampons pour se…

    ", + "title": "Affaire de la sextape: Valbuena est \"soulagé\" par le jugement selon son avocat", + "description": "Me Didier Domat, avocat de Mathieu Valbuena, a indiqué ce mercredi que son client est \"soulage\" après la condamnation des cinq prévenus, dont Karim Benzema, dans l'affaire de la sextape. Le tribunal correctionnel de Versailles a prononcé une peine d'un an d'emprisonnement avec sursis et 75.000 d'amende pour le joueur du Real Madrid, tout en reconnaissant le statut de victime de Valbuena.

    ", + "content": "Me Didier Domat, avocat de Mathieu Valbuena, a indiqué ce mercredi que son client est \"soulage\" après la condamnation des cinq prévenus, dont Karim Benzema, dans l'affaire de la sextape. Le tribunal correctionnel de Versailles a prononcé une peine d'un an d'emprisonnement avec sursis et 75.000 d'amende pour le joueur du Real Madrid, tout en reconnaissant le statut de victime de Valbuena.

    ", "category": "", - "link": "https://www.sofoot.com/fabio-coentrao-raconte-sa-nouvelle-vie-de-pecheur-508948.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T13:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fabio-coentrao-raconte-sa-nouvelle-vie-de-pecheur-1640957051_x600_articles-508948.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-fabio-coentrao-raconte-sa-nouvelle-vie-de-pecheur-1640957051_x600_articles-508948.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/affaire-de-la-sextape-mathieu-valbuena-est-soulage-par-le-jugement-selon-son-avocat_AV-202111240226.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 10:42:21 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b964e23801871de4fa8bdbc5fcff2d86", - "highlights": [] + "hash": "f1645539446d452056a65ca46dbd241b" }, { - "title": "Les stades de foot sont-il vraiment une terre de contagion ?", - "description": "L'annonce d'une jauge de 5000 personnes dans les stades a provoqué une vive réaction auprès des fans de foot. Même si le quota sera finalement adapté à la capacité de l'enceinte, beaucoup se demandent l'interêt d'une telle mesure, qui ne touche pas seulement le domaine sportif. Petite enquête sur la contagiosité des stades.Décembre 2021 a marqué le grand come-back des masques en extérieur, des jauges dans les stades, des fermetures prématurées des bars... La vie d'avant, quoi. D'il y a un an. Les fans…", - "content": "Décembre 2021 a marqué le grand come-back des masques en extérieur, des jauges dans les stades, des fermetures prématurées des bars... La vie d'avant, quoi. D'il y a un an. Les fans…", + "title": "Coupe Davis: Gasquet et Mannarino préférés à Gaston en équipe de France", + "description": "Sébastien Grosjean, capitaine de l’équipe de France de Coupe Davis, a annoncé sa sélection pour l’édition 2021, ce mercredi. Richard Gasquet et Adrian Mannarino en font partie à l’inverse d’Hugo Gaston, qui sort d’un beau parcours à Paris-Bercy.

    ", + "content": "Sébastien Grosjean, capitaine de l’équipe de France de Coupe Davis, a annoncé sa sélection pour l’édition 2021, ce mercredi. Richard Gasquet et Adrian Mannarino en font partie à l’inverse d’Hugo Gaston, qui sort d’un beau parcours à Paris-Bercy.

    ", "category": "", - "link": "https://www.sofoot.com/les-stades-de-foot-sont-il-vraiment-une-terre-de-contagion-508929.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-stades-de-foot-sont-il-vraiment-une-terre-de-contagion-1640890654_x600_articles-alt-508929.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-stades-de-foot-sont-il-vraiment-une-terre-de-contagion-1640890654_x600_articles-alt-508929.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/tennis/coupe-davis/coupe-davis-gasquet-prefere-a-gaston-en-equipe-de-france_AV-202111240216.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 10:28:10 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7be085703d2596320c4d15db2a84e8f6", - "highlights": [] + "hash": "9d0d3ade6bba9d1e0994e1516a22d0a2" }, { - "title": "\"Sir Alex a toujours été un coach de vie plus qu'un entraîneur de foot\"", - "description": "Un monument du football souffle ses 80 bougies en ce vendredi 31 décembre. Après une carrière de joueur qui l'a notamment vu porter les maillots de Falkirk et des Rangers, Alexander Chapman Ferguson a ouvert un autre chapitre en 1974, endossant le costume d'entraîneur. Celui dans lequel il deviendra Sir Alex en raflant trois titres de champion d'Écosse, treize couronnes de champion d'Angleterre, deux Ligues des champions ou encore deux Coupes des vainqueurs de coupes. En ce jour anniversaire, trois anciens joueurs regardent dans le rétro avec un même message : \"Happy birthday to you, boss.\"

    Le casting :

    \nWilliam Prunier : Ancien défenseur central, joueur de Sir Alex entre décembre 1995 et mars 1996
    \nLouis Saha :
    ", - "content": "

    Le casting :

    \nWilliam Prunier : Ancien défenseur central, joueur de Sir Alex entre décembre 1995 et mars 1996
    \nLouis Saha :
    ", + "title": "Violences dans les stades: une communication difficile à gérer pour les clubs", + "description": "Interview avec Jérôme Touboul, ancien journaliste à L'Equipe et à la communication du PSG, directeur d'une agence de communication pour comprendre comment les clubs peuvent faire face au phénomène.

    ", + "content": "Interview avec Jérôme Touboul, ancien journaliste à L'Equipe et à la communication du PSG, directeur d'une agence de communication pour comprendre comment les clubs peuvent faire face au phénomène.

    ", "category": "", - "link": "https://www.sofoot.com/sir-alex-a-toujours-ete-un-coach-de-vie-plus-qu-un-entraineur-de-foot-508918.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sir-alex-a-toujours-ete-un-coach-de-vie-plus-qu-un-entraineur-de-foot-1640887548_x600_articles-alt-508918.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-sir-alex-a-toujours-ete-un-coach-de-vie-plus-qu-un-entraineur-de-foot-1640887548_x600_articles-alt-508918.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/violences-dans-les-stades-une-communication-difficile-a-gerer-pour-les-clubs_AN-202111240210.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 10:23:58 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "740ed5350fbda758b4e010ec93359c9d", - "highlights": [] + "hash": "3fc496520acaac7abf0a7b939ede2e16" }, { - "title": "Angers-ASSE reporté face à l'explosion de cas de Covid-19 au SCO", - "description": "Le Stade Raymond Kopa attendra.
    \n
    \nAprès quasiment un mois sans jouer à domicile, Angers aurait dû retrouver son antre le dimanche 9 janvier à l'occasion de la réception de…

    ", - "content": "Le Stade Raymond Kopa attendra.
    \n
    \nAprès quasiment un mois sans jouer à domicile, Angers aurait dû retrouver son antre le dimanche 9 janvier à l'occasion de la réception de…

    ", + "title": "Manchester United: Valverde, Emery… les dernières pistes pour le poste d’entraîneur", + "description": "De nouvelles pistes émergent pour occuper le poste de manager de Manchester United après l’éviction d’Ole Gunnar Solskjaer, le week-end dernier. Les Espagnols Unai Emery et Ernesto Valverde sont cités.

    ", + "content": "De nouvelles pistes émergent pour occuper le poste de manager de Manchester United après l’éviction d’Ole Gunnar Solskjaer, le week-end dernier. Les Espagnols Unai Emery et Ernesto Valverde sont cités.

    ", "category": "", - "link": "https://www.sofoot.com/angers-asse-reporte-face-a-l-explosion-de-cas-de-covid-19-au-sco-508947.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T12:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-angers-asse-reporte-face-a-l-explosion-de-cas-de-covid-19-au-sco-1640955133_x600_articles-508947.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-angers-asse-reporte-face-a-l-explosion-de-cas-de-covid-19-au-sco-1640955133_x600_articles-508947.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/transferts/manchester-united-valverde-emery-les-dernieres-pistes-pour-le-poste-d-entraineur_AV-202111240200.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 10:12:17 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "860e2d285a20099e57d7c666d5f87380", - "highlights": [] + "hash": "1335a3595d11eb852a3deae088d59a4a" }, { - "title": "Tuchel réagit froidement aux propos de Lukaku ", - "description": "Action réaction.
    \n
    \nLonguement interrogé par Sky Sport, Lukaku a confié…

    ", - "content": "Action réaction.
    \n
    \n
    Longuement interrogé par Sky Sport, Lukaku a confié…

    ", + "title": "PRONOS PARIS RMC Le pari football d'Eric Di Meco du 24 novembre - Ligue des Champions", + "description": "Mon pronostic : victoire de City, Sterling et Mbappé buteurs (13.00) !

    ", + "content": "Mon pronostic : victoire de City, Sterling et Mbappé buteurs (13.00) !

    ", "category": "", - "link": "https://www.sofoot.com/tuchel-reagit-froidement-aux-propos-de-lukaku-508945.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T11:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tuchel-reagit-froidement-aux-propos-de-lukaku-1640952020_x600_articles-508945.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-tuchel-reagit-froidement-aux-propos-de-lukaku-1640952020_x600_articles-508945.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-d-eric-di-meco-du-24-novembre-ligue-des-champions_AN-202111240199.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 10:11:52 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb02f8c375cbe093fa6903af60ea3112", - "highlights": [] + "hash": "6ff4a070a17e35db501c472c2972e61a" }, { - "title": "Le Nigeria finalement sans Osimhen et Dennis pour la CAN", - "description": "Les Super Eagles ont fini par y laisser des plumes.
    \n
    \n4. C'est le nombre de changements qu'ont dû effectuer Gernot Rohr et la sélection nigérienne, seulement six jours après…

    ", - "content": "Les Super Eagles ont fini par y laisser des plumes.
    \n
    \n4. C'est le nombre de changements qu'ont dû effectuer Gernot Rohr et la sélection nigérienne, seulement six jours après…

    ", + "title": "PRONOS PARIS RMC Le pari football de Lionel Charbonnier du 24 novembre - Ligue des Champions", + "description": "Mon pronostic : City ne perd pas, les deux équipes marquent, Mbappé buteur (4.10) !

    ", + "content": "Mon pronostic : City ne perd pas, les deux équipes marquent, Mbappé buteur (4.10) !

    ", "category": "", - "link": "https://www.sofoot.com/le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-508944.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-1640949055_x600_articles-508944.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-1640949055_x600_articles-508944.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-lionel-charbonnier-du-24-novembre-ligue-des-champions_AN-202111240193.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 10:01:16 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b9f35dd445e472a05168a8de3e3afa3", - "highlights": [] + "hash": "25d282d375c0df9d787201814b98d490" }, { - "title": "Niko Kovač, le Rocher encore délaissé", - "description": "Après Claude Puel au début du mois et Laurent Batlles quelques heures plus tôt, on connaît le nom du troisième entraîneur de Ligue 1 viré cette saison : Niko Kovač. Un petit tremblement de terre à l'échelle du Rocher monégasque, tant le technicien croate était parvenu à se forger une solide réputation dans l'Hexagone en l'espace de dix-huit mois, son bilan global étant loin d'être une farce. Mais qu'est-ce qui a donc pu motiver les dirigeants de Monaco à prendre une décision si inattendue ?Le 6 juillet 2020, Oleg Petrov - président de l'AS Monaco - intronise en conférence de presse son nouveau directeur sportif, l'Anglais Paul Mitchell, et lui confie une mission : redonner du…", - "content": "Le 6 juillet 2020, Oleg Petrov - président de l'AS Monaco - intronise en conférence de presse son nouveau directeur sportif, l'Anglais Paul Mitchell, et lui confie une mission : redonner du…", + "title": "Equipe de France: Pour Benzema, un ciel Bleu malgré la condamnation", + "description": "Karim Benzema a été condamné a un an de prison avec sursis et 75.000 euros d'amende dans l'affaire de la sextape. Mais son avenir en sélection qu'il vient de retrouver n'est pas menacé.

    ", + "content": "Karim Benzema a été condamné a un an de prison avec sursis et 75.000 euros d'amende dans l'affaire de la sextape. Mais son avenir en sélection qu'il vient de retrouver n'est pas menacé.

    ", "category": "", - "link": "https://www.sofoot.com/niko-kovac-le-rocher-encore-delaisse-508933.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-niko-kovac-le-rocher-encore-delaisse-1640907900_x600_articles-alt-508933.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-niko-kovac-le-rocher-encore-delaisse-1640907900_x600_articles-alt-508933.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/equipe-de-france-pour-benzema-un-ciel-bleu-malgre-la-condamnation_AD-202111240191.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 09:51:03 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c398af4f7b8569c6b96719a9e408bc8", - "highlights": [] + "hash": "65d7cbc0fa974dcc45a51550ee6e29a7" }, { - "title": "Pronostic Montpellier Strasbourg : Analyse, cotes et prono du match de Coupe de France", - "description": "

    Montpellier s'offre Strasbourg

    \n
    \nAlors qu'on pensait que la saison serait compliquée pour Montpellier, le MHSC parvient pour l'instant à tourner avec…
    ", - "content": "

    Montpellier s'offre Strasbourg

    \n
    \nAlors qu'on pensait que la saison serait compliquée pour Montpellier, le MHSC parvient pour l'instant à tourner avec…
    ", + "title": "Chelsea-Juventus: Rabiot moqué et vivement critiqué par la presse italienne", + "description": "La prestation d’Adrien Rabiot lors de Chelsea-Juventus (4-0), mardi en Ligue des champions, est sévèrement critiquée par la presse italienne, ce mercredi matin. Pour la Gazzetta, le Français a été le plus mauvais joueur.

    ", + "content": "La prestation d’Adrien Rabiot lors de Chelsea-Juventus (4-0), mardi en Ligue des champions, est sévèrement critiquée par la presse italienne, ce mercredi matin. Pour la Gazzetta, le Français a été le plus mauvais joueur.

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-montpellier-strasbourg-analyse-cotes-et-prono-du-match-de-coupe-de-france-508943.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T10:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-montpellier-strasbourg-analyse-cotes-et-prono-du-match-de-coupe-de-france-1640947404_x600_articles-508943.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-montpellier-strasbourg-analyse-cotes-et-prono-du-match-de-coupe-de-france-1640947404_x600_articles-508943.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/chelsea-juventus-rabiot-moque-et-vivement-critique-par-la-presse-italienne_AV-202111240187.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 09:45:55 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e325867de771dbc8d2a73f5ad4a484c2", - "highlights": [] + "hash": "111231da9a604eeb6b6456fec5a4af57" }, { - "title": "Pronostic Crystal Palace West Ham : Analyse, cotes et prono du match de Premier League", - "description": "

    Match animé entre Crystal Palace et West Ham

    \n
    \n11e de Premier League, Crystal Palace fait une première partie de saison moyenne. Trop…
    ", - "content": "

    Match animé entre Crystal Palace et West Ham

    \n
    \n11e de Premier League, Crystal Palace fait une première partie de saison moyenne. Trop…
    ", + "title": "Galatasaray-OM: Sampaoli convoque un minot pour remplacer Payet, suspendu", + "description": "L'OM a rendez-vous sur la pelouse de Galatasaray ce jeudi (18h45), pour la cinquième journée de Ligue Europa, importante en vue de la qualification. Jorge Sampaoli ne pourra pas compter sur Dimitri Payet et Valentin Rongier, tous les deux suspendus. En l'absence du milieu offensif, le technicien argentin a convoqué Jonathan Pitou, un \"minot\" de 17 ans.

    ", + "content": "L'OM a rendez-vous sur la pelouse de Galatasaray ce jeudi (18h45), pour la cinquième journée de Ligue Europa, importante en vue de la qualification. Jorge Sampaoli ne pourra pas compter sur Dimitri Payet et Valentin Rongier, tous les deux suspendus. En l'absence du milieu offensif, le technicien argentin a convoqué Jonathan Pitou, un \"minot\" de 17 ans.

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-crystal-palace-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-508942.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T09:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-crystal-palace-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-1640946362_x600_articles-508942.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-crystal-palace-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-1640946362_x600_articles-508942.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/europa-league/galatasaray-om-sampaoli-convoque-un-minot-pour-remplacer-payet-suspendu_AV-202111240186.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 09:45:08 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c216528fb2203fde792bf928d33a00a2", - "highlights": [] + "hash": "0349e43f94f584face28fee541ba1f8b" }, { - "title": "Lukaku : \"Je ne suis pas content de la situation à Chelsea\"", - "description": "L'attaché de presse du club en sueur...
    \n
    \n\"Je ne suis pas content de la situation à Chelsea. Et c'est normal.\" Pardon, mais Romelu, tu es filmé, là. Alors si on peut…

    ", - "content": "L'attaché de presse du club en sueur...
    \n
    \n\"Je ne suis pas content de la situation à Chelsea. Et c'est normal.\" Pardon, mais Romelu, tu es filmé, là. Alors si on peut…

    ", + "title": "Benzema condamné dans l'affaire de la sextape: ses avocats, \"sidérés\", vont faire appel", + "description": "Les avocats de Karim Benzema ont annoncé qu’ils allaient faire appel de la condamnation de Karim Benzema à un an de prison avec sursis et 75.000 euros d’amende dans l’affaire du chantage à la sextape. Ils accusent le coup après ce jugement mais assurent qu’il sera innocenté.

    ", + "content": "Les avocats de Karim Benzema ont annoncé qu’ils allaient faire appel de la condamnation de Karim Benzema à un an de prison avec sursis et 75.000 euros d’amende dans l’affaire du chantage à la sextape. Ils accusent le coup après ce jugement mais assurent qu’il sera innocenté.

    ", "category": "", - "link": "https://www.sofoot.com/lukaku-je-ne-suis-pas-content-de-la-situation-a-chelsea-508940.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T09:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lukaku-je-ne-suis-pas-content-de-la-situation-a-chelsea-1640944270_x600_articles-508940.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-lukaku-je-ne-suis-pas-content-de-la-situation-a-chelsea-1640944270_x600_articles-508940.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/equipe-de-france/benzema-condamne-dans-l-affaire-de-la-sextape-ses-avocats-sideres-vont-faire-appel_AV-202111240181.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 09:35:17 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69cced6853ff2fd24c4e9e30fb4a79b0", - "highlights": [] + "hash": "52ed4b89a0d932b9597afbf9b4ef96a0" }, { - "title": "Jamie Vardy pourrait être absent un mois avec Leicester", - "description": "Un seul être vous manque, et tout est dépeuplé ?
    \n
    \nBrendan Rodgers, le coach des Foxes, a annoncé en conférence de presse ce jeudi l'état de forme de Jamie Vardy. Blessé…

    ", - "content": "Un seul être vous manque, et tout est dépeuplé ?
    \n
    \nBrendan Rodgers, le coach des Foxes, a annoncé en conférence de presse ce jeudi l'état de forme de Jamie Vardy. Blessé…

    ", + "title": "Manchester City-PSG: Paris qualifié pour les huitièmes de Ligue des champions si...", + "description": "Le PSG se déplace ce mercredi (21h) sur la pelouse de Manchester City, pour la cinquième journée de la phase de groupes de Ligue des champions. Plusieurs options existent pour que le PSG se qualifie directement pour les huitièmes de finale à l'issue de sa rencontre à l'Etihad Stadium.

    ", + "content": "Le PSG se déplace ce mercredi (21h) sur la pelouse de Manchester City, pour la cinquième journée de la phase de groupes de Ligue des champions. Plusieurs options existent pour que le PSG se qualifie directement pour les huitièmes de finale à l'issue de sa rencontre à l'Etihad Stadium.

    ", "category": "", - "link": "https://www.sofoot.com/jamie-vardy-pourrait-etre-absent-un-mois-avec-leicester-508941.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T09:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jamie-vardy-pourrait-etre-absent-un-mois-avec-leicester-1640944876_x600_articles-508941.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jamie-vardy-pourrait-etre-absent-un-mois-avec-leicester-1640944876_x600_articles-508941.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-paris-qualifie-pour-les-huitiemes-de-ligue-des-champions-si_AV-202111240175.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 09:18:50 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ffde932a78117c934601258172a7bd5", - "highlights": [] + "hash": "2e6e4301e468aab385021d126a782e8a" }, { - "title": "Pronostic Watford Tottenham : Analyse, cotes et prono du match de Premier League", - "description": "

    Tottenham enfonce Watford

    \n
    \n17e au classement mais avec 2 points d'avance et 1 matchs joué en plus par rapport au premier relégable Burnley,…
    ", - "content": "

    Tottenham enfonce Watford

    \n
    \n17e au classement mais avec 2 points d'avance et 1 matchs joué en plus par rapport au premier relégable Burnley,…
    ", + "title": "Procès de la sextape: Karim Benzema reconnu coupable et condamné à un an avec sursis", + "description": "Le tribunal a rendu son jugement sur cinq hommes, dont Karim Benzema, accusés d'avoir tenté d’obtenir de l’argent de la part du footballeur Mathieu Valbuena après la découverte d'une vidéo de ses ébats.

    ", + "content": "Le tribunal a rendu son jugement sur cinq hommes, dont Karim Benzema, accusés d'avoir tenté d’obtenir de l’argent de la part du footballeur Mathieu Valbuena après la découverte d'une vidéo de ses ébats.

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-watford-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-508939.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T09:34:00Z", - "enclosure": "", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/societe/proces-de-la-sextape-karim-benzema-reconnu-coupable_AN-202111240163.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 08:59:59 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7487c1f0db86ed3170d02d585428934", - "highlights": [] + "hash": "d2159396b7e89bb953142f511278bd9f" }, { - "title": "Pronostic Arsenal Manchester City : Analyse, cotes et prono du match de Premier League", - "description": "

    Belle affiche pour le Nouvel An entre Arsenal et Manchester City

    \n
    \n4e de Premier League derrière Manchester City, Liverpool et Chelsea,…
    ", - "content": "

    Belle affiche pour le Nouvel An entre Arsenal et Manchester City

    \n
    \n4e de Premier League derrière Manchester City, Liverpool et Chelsea,…
    ", + "title": "Real: Ancelotti agace les fans d'Everton avec une comparaison automobile peu flatteuse", + "description": "Revenu à la tête du Real Madrid cet été, Carlo Ancelotti a comparé son équipe à une voiture de course Ferrari. Le \"Mister\" en a profité, avec ironie, pour dire qu'il préfère être au volant d'un véhicule de la célèbre marque au cheval cabré plutôt que d'une Fiat 500. Le sous-entendu n'a pas été très apprécié par tous les fans d'Everton, où le technicien italien se trouvait la saison dernière.

    ", + "content": "Revenu à la tête du Real Madrid cet été, Carlo Ancelotti a comparé son équipe à une voiture de course Ferrari. Le \"Mister\" en a profité, avec ironie, pour dire qu'il préfère être au volant d'un véhicule de la célèbre marque au cheval cabré plutôt que d'une Fiat 500. Le sous-entendu n'a pas été très apprécié par tous les fans d'Everton, où le technicien italien se trouvait la saison dernière.

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-arsenal-manchester-city-analyse-cotes-et-prono-du-match-de-premier-league-508937.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T09:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-arsenal-manchester-city-analyse-cotes-et-prono-du-match-de-premier-league-1640943670_x600_articles-508937.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-pronostic-arsenal-manchester-city-analyse-cotes-et-prono-du-match-de-premier-league-1640943670_x600_articles-508937.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/liga/real-ancelotti-agace-les-fans-d-everton-avec-une-comparaison-automobile-peu-flatteuse_AV-202111240142.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 08:18:11 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "062b0f96f474f039c706c43162c2dfb4", - "highlights": [] + "hash": "55a71c60e7319cf5ae340b513d8b47a7" }, { - "title": "Ez Abde ne jouera finalement pas pour le Maroc", - "description": "Clap de fin dans le dossier Ez Abde.
    \n
    \nAlors que le sélectionneur du Maroc Vahid Halilhodžić l'attendait pour disputer la CAN, le joueur du FC Barcelone Abdessamad Ezzalzouli aurait…

    ", - "content": "Clap de fin dans le dossier Ez Abde.
    \n
    \nAlors que le sélectionneur du Maroc Vahid Halilhodžić l'attendait pour disputer la CAN, le joueur du FC Barcelone Abdessamad Ezzalzouli aurait…

    ", + "title": "Manchester United: Carrick dédie la victoire en Ligue des champions à Solskjaer", + "description": "Michael Carrick, nommé entraîneur intérimaire de Manchester United, a dédié la victoire des Red Devils à Villarreal (2-0) en Ligue des champions mardi, à Ole Gunnar Solskjaer, démis de ses fonctions le week-end dernier.

    ", + "content": "Michael Carrick, nommé entraîneur intérimaire de Manchester United, a dédié la victoire des Red Devils à Villarreal (2-0) en Ligue des champions mardi, à Ole Gunnar Solskjaer, démis de ses fonctions le week-end dernier.

    ", "category": "", - "link": "https://www.sofoot.com/ez-abde-ne-jouera-finalement-pas-pour-le-maroc-508938.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T09:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ez-abde-ne-jouera-finalement-pas-pour-le-maroc-1640945350_x600_articles-508938.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ez-abde-ne-jouera-finalement-pas-pour-le-maroc-1640945350_x600_articles-508938.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-united-carrick-dedie-la-victoire-en-ligue-des-champions-a-solskjaer_AV-202111240138.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 08:09:21 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be259eb8255ec7e4a43e02b6eec72fc5", - "highlights": [] + "hash": "562ea11d582fbacd841b596aa8b0e468" }, { - "title": "Les 50 publicités avec des footeux (de 10 à 2)", - "description": "Depuis des décennies, les footballeurs servent d'ambassadeurs aux marques, qui utilisent leur image pour promouvoir leurs produits. Sauf que la qualité première d'un footballeur n'est pas forcément l'acting studio. Et lorsqu'ils se retrouvent derrière la caméra, cela donne souvent des résultats mythiques. Florilège des 50 meilleures publicités mettant en scène des footeux.
    \n
    \nQuand un paisible village est pillé par un groupe de chevaliers sans scrupules, sa population peut compter…

    ", - "content": "
    \n
    \nQuand un paisible village est pillé par un groupe de chevaliers sans scrupules, sa population peut compter…

    ", + "title": "Affaire de la sextape en direct: Benzema reste \"sélectionnable\", maintient Le Graët", + "description": "Le tribunal correctionnel de Versailles rend son jugement ce mercredi vers 9h30 dans l'affaire du chantage à la sextape contre Mathieu Valbuena. Il dira si Karim Benzema est coupable ou non de complicité de tentative de chantage.

    ", + "content": "Le tribunal correctionnel de Versailles rend son jugement ce mercredi vers 9h30 dans l'affaire du chantage à la sextape contre Mathieu Valbuena. Il dira si Karim Benzema est coupable ou non de complicité de tentative de chantage.

    ", "category": "", - "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-10-a-2-508684.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T09:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-de-10-a-2-1640718380_x600_articles-alt-508684.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-de-10-a-2-1640718380_x600_articles-alt-508684.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/affaire-de-la-sextape-en-direct-benzema-va-savoir-le-verdict-rendu-ce-mercredi_LN-202111240101.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 07:12:02 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47cec15dbee532f95976c15dca45027c", - "highlights": [] + "hash": "fecdc596e3aff392e72516539e1149cd" }, { - "title": "Leicester-Norwich est à son tour reporté", - "description": "Ça grimpe aussi vite que le prix du carburant sur le compteur.
    \n
    \nIls étaient 103 joueurs et membres du staff à être positifs au coronavirus ou au variant plus tôt dans la semaine,
    ", - "content": "Ça grimpe aussi vite que le prix du carburant sur le compteur.
    \n
    \nIls étaient 103 joueurs et membres du staff à être positifs au coronavirus ou au variant plus tôt dans la semaine,
    ", + "title": "Transat Jacques Vabre: la victoire pour Cammas et Caudrelier", + "description": "Franck Cammas et Charles Caudrelier (Gitana) ont remporté ce mardi la 15e édition de la Transat Jacques-Vabre, dans la catégorie Ultim, la plus prestigieuse, en franchissant la ligne d'arrivée en Martinique.

    ", + "content": "Franck Cammas et Charles Caudrelier (Gitana) ont remporté ce mardi la 15e édition de la Transat Jacques-Vabre, dans la catégorie Ultim, la plus prestigieuse, en franchissant la ligne d'arrivée en Martinique.

    ", "category": "", - "link": "https://www.sofoot.com/leicester-norwich-est-a-son-tour-reporte-508936.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T08:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leicester-norwich-est-a-son-tour-reporte-1640941878_x600_articles-508936.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-leicester-norwich-est-a-son-tour-reporte-1640941878_x600_articles-508936.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/voile/transat-jacques-vabre-la-victoire-pour-cammas-et-caudrelier_AN-202111230282.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 14:20:16 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd3b52e5792e4aa667ed5263a39a41d4", - "highlights": [] + "hash": "d7a21916a9dd30c9930641a5bdea6106" }, { - "title": "João Cancelo victime d'un violent cambriolage", - "description": "Il aura connu meilleure Saint-Sylvestre.
    \n
    \n\"Malheureusement, aujourd'hui j'ai été agressé par quatre lâches qui m'ont fait du mal et ont essayé de blesser ma famille…

    ", - "content": "Il aura connu meilleure Saint-Sylvestre.
    \n
    \n\"Malheureusement, aujourd'hui j'ai été agressé par quatre lâches qui m'ont fait du mal et ont essayé de blesser ma famille…

    ", + "title": "Incidents OL-OM: \"Il est dépassé par les événements\", confie l’avocat du lanceur de la bouteille", + "description": "L’avocat du supporter qui a lancé une bouteille d’eau sur Dimitri Payet lors d'Ol-OM explique le geste de son client. Ce dernier regrette son attitude.

    ", + "content": "L’avocat du supporter qui a lancé une bouteille d’eau sur Dimitri Payet lors d'Ol-OM explique le geste de son client. Ce dernier regrette son attitude.

    ", "category": "", - "link": "https://www.sofoot.com/joao-cancelo-victime-d-un-violent-cambriolage-508935.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T08:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-joao-cancelo-victime-d-un-violent-cambriolage-1640940684_x600_articles-508935.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-joao-cancelo-victime-d-un-violent-cambriolage-1640940684_x600_articles-508935.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-il-est-depasse-par-les-evenements-confie-l-avocat-du-lanceur-de-bouteilles_AV-202111230277.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 13:59:32 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d55dd364d9b6a56af7a7435eaefe3b22", - "highlights": [] + "hash": "4779fd156d22ddeaef7aca1bc0ac6fcb" }, { - "title": "Super LOTO Nouvel An : 13 Millions d'€ à gagner + 17M€ à l'Euromillions ce vendredi 31 décembre 2021", - "description": "Juste avant le Nouvel An, la FDJ met en jeu 13 millions d'euros ce vendredi 31 décembre 2021. Et il y a aussi 17 millions d'euros à gagner à l'EuroMillions, qui a encore été gagné en France mardi...

    Super LOTO Nouvel An : 13 Millions d'€ ce vendredi 31 décembre 2021

    \n
    \nQuatrième et dernier Super LOTO de l'année pour la FDJ !
    \nCe vendredi…

    ", - "content": "

    Super LOTO Nouvel An : 13 Millions d'€ ce vendredi 31 décembre 2021

    \n
    \nQuatrième et dernier Super LOTO de l'année pour la FDJ !
    \nCe vendredi…

    ", + "title": "Manchester City-PSG: Guardiola redoute l’imprévisibilité de Messi", + "description": "Pep Guardiola, manager de Manchester City, se réjouit de retrouver Lionel Messi, mercredi lors du choc face au PSG (21h, sur RMC Sport 1) en Ligue des champions même s’il le redoute.

    ", + "content": "Pep Guardiola, manager de Manchester City, se réjouit de retrouver Lionel Messi, mercredi lors du choc face au PSG (21h, sur RMC Sport 1) en Ligue des champions même s’il le redoute.

    ", "category": "", - "link": "https://www.sofoot.com/super-loto-nouvel-an-13-millions-d-e-a-gagner-17me-a-l-euromillions-ce-vendredi-31-decembre-2021-508896.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T06:29:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-super-loto-nouvel-an-13-millions-d-e-a-gagner-17me-a-l-euromillions-ce-vendredi-31-decembre-2021-1640845645_x600_articles-508896.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-guardiola-redoute-l-imprevisibilite-de-messi_AV-202111230271.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 13:30:32 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2d21511a23e9341d033c4051e2e8110", - "highlights": [] + "hash": "10d2d9c3514b9252e1c4f99863d1d810" }, { - "title": "Jorginho, Londres et lumières", - "description": "Ce cru 2021 aura vu Chelsea et l'Italie conjointement comprendre le génie furtif de Jorginho. Virtuose, mais faillible - y compris sur penalty, son exercice favori - le regista londonien a brillamment incarné une certaine idée de la délicatesse ballon au pied. Ce 31 décembre, il convient donc de saluer une dernière fois le vrai maître de cérémonie de l'année.
    Jorge Luiz Frello Filho, dit Jorginho, est d'abord un paradoxe sur pattes. Un milieu créateur qui ne fait pas de passes décisives. Un spécialiste des penaltys qui ne marque presque jamais dans…", - "content": "Jorge Luiz Frello Filho, dit Jorginho, est d'abord un paradoxe sur pattes. Un milieu créateur qui ne fait pas de passes décisives. Un spécialiste des penaltys qui ne marque presque jamais dans…", + "title": "Incidents OL-OM: le message de Lyon aux supporters lésés par l'interruption du match", + "description": "L'OL s'est rapproché des supporters, présents au Groupama Stadium dimanche, pour annoncer des mesures commerciales à venir, une fois que la sort de la rencontre OL-OM, interrompue, sera fixé.

    ", + "content": "L'OL s'est rapproché des supporters, présents au Groupama Stadium dimanche, pour annoncer des mesures commerciales à venir, une fois que la sort de la rencontre OL-OM, interrompue, sera fixé.

    ", "category": "", - "link": "https://www.sofoot.com/jorginho-londres-et-lumieres-508904.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jorginho-londres-et-lumieres-1640857333_x600_articles-alt-508904.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-jorginho-londres-et-lumieres-1640857333_x600_articles-alt-508904.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-le-message-de-lyon-aux-supporters-leses-par-l-interruption-du-match_AV-202111230267.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 13:10:58 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9081551370834536129aa985fbf4d440", - "highlights": [] + "hash": "13a485e3c5934293c67636df8bbbc4e5" }, { - "title": "100 choses à retenir de cette année 2021", - "description": "Difficile de lutter contre la sinistrose au moment de faire le bilan de l'année 2021, si on s'en tient à l'actualité politique ou sanitaire. Mais le football peut une fois de plus servir de remède... Voici tout ce que 2021 laissera à la postérité, pour le meilleur et pour le pire.

    Janvier

    \n
    \n
    \n1. Raymond Domenech a regoûté à la Ligue 1, dix-neuf ans après, avec sept petits matchs et aucune victoire sur le banc…

    ", - "content": "

    Janvier

    \n
    \n
    \n1. Raymond Domenech a regoûté à la Ligue 1, dix-neuf ans après, avec sept petits matchs et aucune victoire sur le banc…

    ", + "title": "Affaire Hamraoui: le message d’Eric Abidal à sa femme après sa demande de divorce", + "description": "Eric Abidal a publié un message sur les réseaux sociaux, ce mardi, en direction de sa femme, qui a demandé le divorce il y a quatre jours après avoir appris la liaison de son époux avec Kheira Hamraoui, la joueuse du PSG agressée le 4 novembre dernier.

    ", + "content": "Eric Abidal a publié un message sur les réseaux sociaux, ce mardi, en direction de sa femme, qui a demandé le divorce il y a quatre jours après avoir appris la liaison de son époux avec Kheira Hamraoui, la joueuse du PSG agressée le 4 novembre dernier.

    ", "category": "", - "link": "https://www.sofoot.com/100-choses-a-retenir-de-cette-annee-2021-508875.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-100-choses-a-retenir-de-cette-annee-2021-1640817836_x600_articles-alt-508875.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-100-choses-a-retenir-de-cette-annee-2021-1640817836_x600_articles-alt-508875.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/feminin/affaire-hamraoui-le-message-d-eric-abidal-a-sa-femme-apres-sa-demande-de-divorce_AV-202111230259.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 12:41:42 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ebe4830eff42ba17569368f3cccfbb8", - "highlights": [] + "hash": "47b341081926f535d521cf49bdda8596" }, { - "title": "On vous spoile le programme TV pour mieux profiter de Valence-Espanyol", - "description": "Vous aviez vraiment envisagé de rater la dernière rencontre télévisée de l'année 2021 ? Deux équipes du top 11 ont rendez-vous à 16h15, juste avant d'entamer les toasts. D'un côté, Valence, qui a déjà accroché l'Atlético et le Rayo dans son antre de Mestalla. De l'autre, l'Espanyol, déjà tombeur du Real Madrid et de la Real Sociedad. Pour vous éviter la tentation de zapper en attendant de réveillonner, voilà ce qui se passera en même temps sur votre petit écran.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Equipe de France, basket: Benitez et Kamagate dans la liste", + "description": "En vue des qualifications pour la Coupe du monde 2023, l’Equipe de France de basket jouera ce vendredi face au Monténégro et lundi prochain contre la Hongrie. Alors que trois joueurs des Bleus sont absents, le sélectionneur Vincent Collet a choisi de rester sur sa liste de base en n’appelant personne pour les remplacer.

    ", + "content": "En vue des qualifications pour la Coupe du monde 2023, l’Equipe de France de basket jouera ce vendredi face au Monténégro et lundi prochain contre la Hongrie. Alors que trois joueurs des Bleus sont absents, le sélectionneur Vincent Collet a choisi de rester sur sa liste de base en n’appelant personne pour les remplacer.

    ", "category": "", - "link": "https://www.sofoot.com/on-vous-spoile-le-programme-tv-pour-mieux-profiter-de-valence-espanyol-508569.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-on-vous-spoile-le-programme-tv-pour-mieux-profiter-de-valence-espanyol-1640102341_x600_articles-alt-508569.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-on-vous-spoile-le-programme-tv-pour-mieux-profiter-de-valence-espanyol-1640102341_x600_articles-alt-508569.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/basket/equipe-de-france-basket-benitez-et-kamagate-dans-la-liste_AV-202111230257.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 12:38:31 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3894d545c24ec91154561a125c94cda", - "highlights": [] + "hash": "a2f0f23bc65dbf2ec073dff54d5cbca8" }, { - "title": "Porto se paye encore Benfica dans le Clássico", - "description": "

    ", - "content": "

    ", + "title": "Mercato: le Barça de plus en plus inquiet pour la prolongation de Dembélé", + "description": "En fin de contrat à l’issue de la saison, l’avenir d’Ousmane Dembélé au FC Barcelone est toujours aussi incertain. Si les Catalans souhaitent prolonger leur attaquant, les dirigeants seraient de plus en plus inquiets sur ce dossier, surtout à cause de l’agent du joueur qui inciterait son poulain à partir selon Mundo Deportivo.

    ", + "content": "En fin de contrat à l’issue de la saison, l’avenir d’Ousmane Dembélé au FC Barcelone est toujours aussi incertain. Si les Catalans souhaitent prolonger leur attaquant, les dirigeants seraient de plus en plus inquiets sur ce dossier, surtout à cause de l’agent du joueur qui inciterait son poulain à partir selon Mundo Deportivo.

    ", "category": "", - "link": "https://www.sofoot.com/porto-se-paye-encore-benfica-dans-le-classico-508932.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T22:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-porto-se-paye-encore-benfica-dans-le-classico-1640903133_x600_articles-508932.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-porto-se-paye-encore-benfica-dans-le-classico-1640903133_x600_articles-508932.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/liga/mercato-le-barca-de-plus-en-plus-inquiet-pour-la-prolongation-de-dembele_AV-202111230252.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 12:27:54 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6090778ca3c24d4aa04486bd4728ba9", - "highlights": [] + "hash": "549a3c2e7ec6c80e25c6ecfe20447c87" }, { - "title": "Manchester United endort Burnley", - "description": "

    ", - "content": "

    ", + "title": "Supporter du SC Bastia éborgné à Reims: un policier renvoyé aux assises", + "description": "Six ans après les faits, le policier accusé d'avoir éborgné Maxime Beux, le soir du 13 février 2016 lors d’affrontements entre des supporters du SC Bastia et des policiers à Reims, devrait faire face à la justice dans les prochains mois.

    ", + "content": "Six ans après les faits, le policier accusé d'avoir éborgné Maxime Beux, le soir du 13 février 2016 lors d’affrontements entre des supporters du SC Bastia et des policiers à Reims, devrait faire face à la justice dans les prochains mois.

    ", "category": "", - "link": "https://www.sofoot.com/manchester-united-endort-burnley-508923.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T22:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-endort-burnley-1640903256_x600_articles-508923.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-manchester-united-endort-burnley-1640903256_x600_articles-508923.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/supporter-du-sc-bastia-eborgne-a-reims-un-policier-renvoye-aux-assises_AV-202111230247.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 12:16:04 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "418d318d1386e358083cdf7753476db3", - "highlights": [] + "hash": "bef313cce3b7adbf5c2f558a34c76b01" }, { - "title": "En direct : Manchester United - Burnley", - "description": "94' : THE END ! Succès net et sans bavure de MU (après un premier acte très divertissant), même ...", - "content": "94' : THE END ! Succès net et sans bavure de MU (après un premier acte très divertissant), même ...", + "title": "Boxe: Ali-Foreman, revivez le mythe comme si vous y étiez (Fighter Club)", + "description": "Il y a un peu plus de quarante-sept ans, le 30 octobre 1974, Kinshasa accueillait un championnat du monde des poids lourds qui allait entrer dans la légende: le champion George Foreman contre le challenger qui veut reconquérir le trône Muhammad Ali. Un combat à jamais gravé dans l’histoire de la boxe, pour tout ce qu’il représente, que le RMC Fighter Club vous propose de revivre via trois épisodes exceptionnels.

    ", + "content": "Il y a un peu plus de quarante-sept ans, le 30 octobre 1974, Kinshasa accueillait un championnat du monde des poids lourds qui allait entrer dans la légende: le champion George Foreman contre le challenger qui veut reconquérir le trône Muhammad Ali. Un combat à jamais gravé dans l’histoire de la boxe, pour tout ce qu’il représente, que le RMC Fighter Club vous propose de revivre via trois épisodes exceptionnels.

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-manchester-united-burnley-508931.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T20:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-manchester-united-burnley-1640898804_x600_articles-alt-508931.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-en-direct-manchester-united-burnley-1640898804_x600_articles-alt-508931.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/boxe/boxe-ali-foreman-revivez-le-mythe-comme-si-vous-y-etiez-fighter-club_AV-202111230240.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 12:03:01 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d9a17b3aef67f61f63ddf7fe8e794cd", - "highlights": [] + "hash": "a9d3c29f57ffc826840bdf16c2c600a4" }, { - "title": "Bakary Sako (ex-Wolverhampton) revient à l'AS Saint-Étienne", - "description": "Bak is back.
    \n
    \nEn quête de renforts pour solidifier son opération maintien, l'AS Saint-Étienne a lancé son mercato hivernal ce jeudi.

    ", - "content": "Bak is back.
    \n
    \nEn quête de renforts pour solidifier son opération maintien, l'AS Saint-Étienne a lancé son mercato hivernal ce jeudi.


    ", + "title": "PRONOS PARIS RMC Le pari football de Coach Courbis du 23 novembre - Ligue des Champions", + "description": "Mon pronostic : Lille bat Salzbourg (2.60) !

    ", + "content": "Mon pronostic : Lille bat Salzbourg (2.60) !

    ", "category": "", - "link": "https://www.sofoot.com/bakary-sako-ex-wolverhampton-revient-a-l-as-saint-etienne-508927.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T17:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bakary-sako-ex-wolverhampton-revient-a-l-as-saint-etienne-1640886821_x600_articles-508927.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-bakary-sako-ex-wolverhampton-revient-a-l-as-saint-etienne-1640886821_x600_articles-508927.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-de-coach-courbis-du-23-novembre-ligue-des-champions_AN-202111230230.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 11:51:25 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ef462072933ad99f9bfe1db2f4c8318", - "highlights": [] + "hash": "a46f4fc15695ae2c517ba4b6d02c3af1" }, { - "title": "AS Monaco : Niko Kovač viré de l'AS Monaco", - "description": "Nikout Kovač.
    \n
    \nSixième de Ligue 1 à quatre petits points du podium, l'AS Monaco a décidé de se séparer jeudi soir de son entraîneur, Niko Kovač. Arrivé sur le banc de…

    ", - "content": "Nikout Kovač.
    \n
    \nSixième de Ligue 1 à quatre petits points du podium, l'AS Monaco a décidé de se séparer jeudi soir de son entraîneur, Niko Kovač. Arrivé sur le banc de…

    ", + "title": "Ligue des champions: les clubs qui peuvent se qualifier pour les huitièmes ce mardi", + "description": "Quatre équipes ont déjà validé leur billet pour la phase à élimination directe qui débutera en février, et cinq autres pourraient les rejoindre dès ce mardi.

    ", + "content": "Quatre équipes ont déjà validé leur billet pour la phase à élimination directe qui débutera en février, et cinq autres pourraient les rejoindre dès ce mardi.

    ", "category": "", - "link": "https://www.sofoot.com/as-monaco-niko-kovac-vire-de-l-as-monaco-508928.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T17:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-as-monaco-niko-kovac-vire-de-l-as-monaco-1640885682_x600_articles-508928.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-as-monaco-niko-kovac-vire-de-l-as-monaco-1640885682_x600_articles-508928.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-les-clubs-qui-peuvent-se-qualifier-pour-les-huitiemes-ce-mardi_AV-202111230224.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 11:35:05 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce9f3c23d9b89fb3de3dc37a2ed5c291", - "highlights": [] + "hash": "39bf25d802534bf7f68973ff1d24c28e" }, { - "title": "Chelsea enregistre une perte de près de 180 millions d'euros en 2020-2021", - "description": "De quoi avoir le blues.
    \n
    \nMalgré une saison 2020-2021 prolifique sur le plan sportif, avec une Ligue des champions remportée contre son concurrent Manchester City, Chelsea enregistre des…

    ", - "content": "De quoi avoir le blues.
    \n
    \nMalgré une saison 2020-2021 prolifique sur le plan sportif, avec une Ligue des champions remportée contre son concurrent Manchester City, Chelsea enregistre des…

    ", + "title": "PRONOS PARIS RMC Le pari basket de Stephen Brun du 23 novembre - NBA", + "description": "Mon pronostic : les Lakers gagnent à New York (2.35) !

    ", + "content": "Mon pronostic : les Lakers gagnent à New York (2.35) !

    ", "category": "", - "link": "https://www.sofoot.com/chelsea-enregistre-une-perte-de-pres-de-180-millions-d-euros-en-2020-2021-508926.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T17:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-enregistre-une-perte-de-pres-de-180-millions-d-euros-en-2020-2021-1640884766_x600_articles-508926.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-chelsea-enregistre-une-perte-de-pres-de-180-millions-d-euros-en-2020-2021-1640884766_x600_articles-508926.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-basket-de-stephen-brun-du-23-novembre-nba_AN-202111230219.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 11:22:03 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f440252cf27910b2391602611ac5936f", - "highlights": [] + "hash": "a7da4797528fddc48ffb7180148917f5" }, { - "title": "Suède : L'entraîneur danois Jon Dahl Tomasson quitte le Malmö FF", - "description": "Jon Dahl n'avait plus faim.
    \n
    \nQuasiment
    deux ans après avoir pris la tête de l'équipe de…

    ", - "content": "Jon Dahl n'avait plus faim.
    \n
    \nQuasiment deux ans après avoir pris la tête de l'équipe de…

    ", + "title": "JO de Paris 2024: la justice autorise la reprise des travaux d’une piscine d’entraînement", + "description": "En juillet 2024, les Jeux olympiques auront lieu à Paris. Des travaux sont effectués pour préparer idéalement ce grand événement sportif. Depuis quelques semaines, les travaux concernant une piscine d’entraînement à Aubervilliers avaient été suspendus. Mais ce mardi, la cour administrative de Paris a levé cette suspension.

    ", + "content": "En juillet 2024, les Jeux olympiques auront lieu à Paris. Des travaux sont effectués pour préparer idéalement ce grand événement sportif. Depuis quelques semaines, les travaux concernant une piscine d’entraînement à Aubervilliers avaient été suspendus. Mais ce mardi, la cour administrative de Paris a levé cette suspension.

    ", "category": "", - "link": "https://www.sofoot.com/suede-l-entraineur-danois-jon-dahl-tomasson-quitte-le-malmo-ff-508924.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T16:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-suede-l-entraineur-danois-jon-dahl-tomasson-quitte-le-malmo-ff-1640882486_x600_articles-508924.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-suede-l-entraineur-danois-jon-dahl-tomasson-quitte-le-malmo-ff-1640882486_x600_articles-508924.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/jeux-olympiques/jo-de-paris-2024-la-justice-autorise-la-reprise-des-travaux-d-une-piscine-d-entrainement_AV-202111230215.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 11:14:51 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f50715535a3512029c397a5338c87ae", - "highlights": [] + "hash": "25233b3a750e022e8543152dbd6c6aed" }, { - "title": "Coupe de France : À Chauvigny, futur adversaire de l'OM, \"le Père Noël est passé avant l'heure\"", - "description": "En voilà, un beau cadeau sous le sapin.
    \n
    \nBeau vainqueur de Chartres (2-1) en 32e de finale de Coupe de France, Chauvigny a tiré le gros lot en affrontant l'Olympique de…

    ", - "content": "En voilà, un beau cadeau sous le sapin.
    \n
    \nBeau vainqueur de Chartres (2-1) en 32e de finale de Coupe de France, Chauvigny a tiré le gros lot en affrontant l'Olympique de…

    ", + "title": "AS Rome: Afena-Gyan dément tout notion de racisme à son encontre dans une vidéo du club", + "description": "Le jeune joueur de l’AS Rome, Felix Afena-Gyan (18 ans), a réfuté toute intention de racisme son égard après la diffusion d’une vidéo où il se fait offrir des chaussures par José Mourinho, son entraîneur au sein du club italien.

    ", + "content": "Le jeune joueur de l’AS Rome, Felix Afena-Gyan (18 ans), a réfuté toute intention de racisme son égard après la diffusion d’une vidéo où il se fait offrir des chaussures par José Mourinho, son entraîneur au sein du club italien.

    ", "category": "", - "link": "https://www.sofoot.com/coupe-de-france-a-chauvigny-futur-adversaire-de-l-om-le-pere-noel-est-passe-avant-l-heure-508921.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T16:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-a-chauvigny-futur-adversaire-de-l-om-le-pere-noel-est-passe-avant-l-heure-1640879805_x600_articles-508921.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-coupe-de-france-a-chauvigny-futur-adversaire-de-l-om-le-pere-noel-est-passe-avant-l-heure-1640879805_x600_articles-508921.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/serie-a/as-rome-afena-gyan-dement-tout-notion-de-racisme-a-son-encontre-dans-une-video-du-club_AN-202111230210.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 11:10:01 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2533e803044f82c55598e3178efec8ce", - "highlights": [] + "hash": "ca429c5349e56db86e087732b5b7c9fd" }, { - "title": "Cap-Vert : La belle histoire de Roberto Lopes (Shamrock Rovers) en route pour la CAN", - "description": "Non, il ne s'agit pas d'un faux joueur PES.
    \n
    \nLe défenseur des Shamrock Rovers (Irlande)…

    ", - "content": "Non, il ne s'agit pas d'un faux joueur PES.
    \n
    \nLe défenseur des Shamrock Rovers (Irlande)…

    ", + "title": "Volley, LAM: \"Si nous ne sommes pas écoutés, nous ne jouerons pas\", menace Bazin", + "description": "La 14e journée du championnat de France de volley (LAM) le 29 décembre est en danger face à la levée de bouclier des joueurs organisés autour de leur syndicat, ProSmash. Le président de ce groupement, Yannick Bazin (passeur du Nantes-Rezé) explique l’exaspération des volleyeurs et propose une solution.

    ", + "content": "La 14e journée du championnat de France de volley (LAM) le 29 décembre est en danger face à la levée de bouclier des joueurs organisés autour de leur syndicat, ProSmash. Le président de ce groupement, Yannick Bazin (passeur du Nantes-Rezé) explique l’exaspération des volleyeurs et propose une solution.

    ", "category": "", - "link": "https://www.sofoot.com/cap-vert-la-belle-histoire-de-roberto-lopes-shamrock-rovers-en-route-pour-la-can-508920.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T15:29:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cap-vert-la-belle-histoire-de-roberto-lopes-shamrock-rovers-en-route-pour-la-can-1640878269_x600_articles-508920.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-cap-vert-la-belle-histoire-de-roberto-lopes-shamrock-rovers-en-route-pour-la-can-1640878269_x600_articles-508920.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/volley/volley-lam-si-nous-ne-sommes-pas-ecoutes-nous-ne-jouerons-pas-menace-bazin_AV-202111230200.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 10:48:39 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb8e8199db37a770e09af58bc977457f", - "highlights": [] + "hash": "2b9ab334f2179d0328eaa31116fc6d96" }, { - "title": "CAN : Cinq joueurs de Ligue 1 et Ligue 2 sélectionnés avec la Tunisie", - "description": "Les Aigles de Carthage s'envolent pour le Cameroun.
    \n
    \nMondher Kebaier, le sélectionneur de la Tunisie, vient de dévoiler la liste des joueurs amenés à disputer la CAN avec leur pays…

    ", - "content": "Les Aigles de Carthage s'envolent pour le Cameroun.
    \n
    \nMondher Kebaier, le sélectionneur de la Tunisie, vient de dévoiler la liste des joueurs amenés à disputer la CAN avec leur pays…

    ", + "title": "Barça: la maison de Fati cambriolée avec des membres de sa famille à l’intérieur", + "description": "Selon La Vanguardia, le domicile d’Ansu Fati a fait l’objet d’un cambriolage, samedi dernier, lors du derby entre le Barça et l’Espanyol Barcelone en Liga (1-0). L’attaquant de 19 ans se trouvait au Camp Nou mais certains de ses proches étaient sur place.

    ", + "content": "Selon La Vanguardia, le domicile d’Ansu Fati a fait l’objet d’un cambriolage, samedi dernier, lors du derby entre le Barça et l’Espanyol Barcelone en Liga (1-0). L’attaquant de 19 ans se trouvait au Camp Nou mais certains de ses proches étaient sur place.

    ", "category": "", - "link": "https://www.sofoot.com/can-cinq-joueurs-de-ligue-1-et-ligue-2-selectionnes-avec-la-tunisie-508919.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T15:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-cinq-joueurs-de-ligue-1-et-ligue-2-selectionnes-avec-la-tunisie-1640877855_x600_articles-508919.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-can-cinq-joueurs-de-ligue-1-et-ligue-2-selectionnes-avec-la-tunisie-1640877855_x600_articles-508919.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-la-maison-de-fati-cambriolee-avec-des-membres-de-sa-famille-a-l-interieur_AV-202111230197.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 10:44:50 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b308c23911bd6cff243edfc93e34478", - "highlights": [] + "hash": "fc95b39ff49b2903ad0167359829c95f" }, { - "title": "Gauthier Ganaye (Nancy) : \" Nous allons nous engager dans un combat de tous les instants \"", - "description": "Mission impossible ?
    \n
    \nSur le site de son club, le président de l'AS Nancy-Lorraine Gauthier…

    ", - "content": "Mission impossible ?
    \n
    \nSur le site de son club, le président de l'AS Nancy-Lorraine Gauthier…

    ", + "title": "Manchester City-PSG: grande première pour Sergio Ramos dans le groupe", + "description": "Comme attendu, Sergio Ramos apparaît pour la première fois dans le groupe du PSG depuis sa signature l’été dernier, pour affronter Manchester City, mercredi (21h, sur RMC Sport 1) en Ligue des champions.

    ", + "content": "Comme attendu, Sergio Ramos apparaît pour la première fois dans le groupe du PSG depuis sa signature l’été dernier, pour affronter Manchester City, mercredi (21h, sur RMC Sport 1) en Ligue des champions.

    ", "category": "", - "link": "https://www.sofoot.com/gauthier-ganaye-nancy-nous-allons-nous-engager-dans-un-combat-de-tous-les-instants-508917.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T15:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gauthier-ganaye-nancy-nous-allons-nous-engager-dans-un-combat-de-tous-les-instants-1640876907_x600_articles-508917.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-gauthier-ganaye-nancy-nous-allons-nous-engager-dans-un-combat-de-tous-les-instants-1640876907_x600_articles-508917.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-grande-premiere-pour-sergio-ramos-dans-le-groupe_AV-202111230192.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 10:42:06 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a99e4d9f1660b5fb328ffd36004708c4", - "highlights": [] + "hash": "b68827eb411ffbb576af0ad750bdf7f1" }, { - "title": "Ian Wright (ex-Arsenal) : \"Y a-t-il une compétition aussi méprisée que la CAN ?\"", - "description": "Aussi tranchant que son pied droit face aux défenses anglaises des années 90.
    \n
    \nC'est un dilemme qui commence à agacer : rester dans son club ou partir à la CAN avec sa sélection ?…

    ", - "content": "Aussi tranchant que son pied droit face aux défenses anglaises des années 90.
    \n
    \nC'est un dilemme qui commence à agacer : rester dans son club ou partir à la CAN avec sa sélection ?…

    ", + "title": "Incidents OL-OM: Darmanin promet des décisions rapides, notamment sur le volet sécurité", + "description": "Le ministre de l'Intérieur, Gérald Darmanin, et la ministre déléguée aux Sports, Roxana Maracineanu, en compagnie des instances du football français, ont évoqué ce mardi les incidents survenu à Lyon et les moyens d'y mettre fin pour le reste de la saison.

    ", + "content": "Le ministre de l'Intérieur, Gérald Darmanin, et la ministre déléguée aux Sports, Roxana Maracineanu, en compagnie des instances du football français, ont évoqué ce mardi les incidents survenu à Lyon et les moyens d'y mettre fin pour le reste de la saison.

    ", "category": "", - "link": "https://www.sofoot.com/ian-wright-ex-arsenal-y-a-t-il-une-competition-aussi-meprisee-que-la-can-508916.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T14:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ian-wright-ex-arsenal-y-a-t-il-une-competition-aussi-meprisee-que-la-can-1640876197_x600_articles-508916.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ian-wright-ex-arsenal-y-a-t-il-une-competition-aussi-meprisee-que-la-can-1640876197_x600_articles-508916.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-darmanin-promet-des-decisions-rapides-notamment-sur-le-volet-securite_AV-202111230189.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 10:40:05 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "931c366f0620243b0259c8669ff0f1d9", - "highlights": [] + "hash": "e1cac910afc4c309f14dda7dcb3286c0" }, { - "title": "Ligue 1 : Angers demande le report de son match contre Saint-Étienne", - "description": "On n'est pas sorti de l'auberge.
    \n
    \nLes vacances de Noël sont loin d'être une période de repos pour les clubs au vu de la situation sanitaire. De plus en plus de clusters se déclarent…

    ", - "content": "On n'est pas sorti de l'auberge.
    \n
    \nLes vacances de Noël sont loin d'être une période de repos pour les clubs au vu de la situation sanitaire. De plus en plus de clusters se déclarent…

    ", + "title": "XV de France: Castex positif au coronavirus, pas d'inquiétude chez les Bleus", + "description": "Jean Castex, le Premier ministre français, a été testé positif au coronavirus lundi moins de 48 heures après avoir félicité les joueurs du XV de France dans le vestiaire après le match face aux All Blacks. Ce qui ne suscite pas d'inquiétude particulière.

    ", + "content": "Jean Castex, le Premier ministre français, a été testé positif au coronavirus lundi moins de 48 heures après avoir félicité les joueurs du XV de France dans le vestiaire après le match face aux All Blacks. Ce qui ne suscite pas d'inquiétude particulière.

    ", "category": "", - "link": "https://www.sofoot.com/ligue-1-angers-demande-le-report-de-son-match-contre-saint-etienne-508915.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T14:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ligue-1-angers-demande-le-report-de-son-match-contre-saint-etienne-1640873515_x600_articles-508915.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ligue-1-angers-demande-le-report-de-son-match-contre-saint-etienne-1640873515_x600_articles-508915.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/rugby/tests-matchs/xv-de-france-castex-positif-au-coronavirus-apres-avoir-felicite-les-bleus-le-top-14-impacte_AV-202111230163.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 09:48:43 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "137785a4a36879bb32fc90efea529735", - "highlights": [] + "hash": "a10393530439f8a01069bb791ba347e7" }, { - "title": "Le Danois Christian Eriksen (ex-Inter) s'entraîne actuellement en Suisse", - "description": "Le cœur à l'ouvrage.
    \n
    \nOn n'a plus revu Christian Eriksen sur les terrains depuis son arrêt cardiaque à…

    ", - "content": "Le cœur à l'ouvrage.
    \n
    \nOn n'a plus revu Christian Eriksen sur les terrains depuis son arrêt cardiaque à…

    ", + "title": "Manchester United: Jorge Mendes aurait poussé pour le licenciement de Solskjaer", + "description": "Selon plusieurs médias anglais, l’agent de Cristiano Ronaldo, Jorge Mendes, a joué un rôle - plus que décisif ? - dans le renvoi du Norvégien Ole Gunnar Solskjaer.

    ", + "content": "Selon plusieurs médias anglais, l’agent de Cristiano Ronaldo, Jorge Mendes, a joué un rôle - plus que décisif ? - dans le renvoi du Norvégien Ole Gunnar Solskjaer.

    ", "category": "", - "link": "https://www.sofoot.com/le-danois-christian-eriksen-ex-inter-s-entraine-actuellement-en-suisse-508914.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T13:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-danois-christian-eriksen-ex-inter-s-entraine-actuellement-en-suisse-1640872572_x600_articles-508914.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-danois-christian-eriksen-ex-inter-s-entraine-actuellement-en-suisse-1640872572_x600_articles-508914.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-jorge-mendes-aurait-pousse-pour-le-licenciement-de-solskjaer_AV-202111230160.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 09:42:51 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "98f3540246e084f0edf85ed62c5be447", - "highlights": [] + "hash": "4144700bb5e5d8ae36601179219690fd" }, { - "title": "Bordeaux sous la menace d'un forfait en Coupe de France contre Brest", - "description": "Ça sent le sapin pour les Girondins.
    \n
    \nLes Girondins sont confrontés à de nombreux cas de Covid - une quinzaine actuellement selon le club - au sein de leur effectif, ce qui pourrait…

    ", - "content": "Ça sent le sapin pour les Girondins.
    \n
    \nLes Girondins sont confrontés à de nombreux cas de Covid - une quinzaine actuellement selon le club - au sein de leur effectif, ce qui pourrait…

    ", + "title": "Lille-Salzbourg: comment le Losc peut faire un grand pas vers les 8es", + "description": "Le Losc reçoit Salzbourg, ce mardi, lors de l’avant-dernière journée de la Ligue des champions (21h sur RMC Sport 1). Même s’il l’emporte, le club nordiste ne peut pas encore valider sa place en 8es de finale. Mais il peut déjà s’assurer de prolonger son aventure européenne.

    ", + "content": "Le Losc reçoit Salzbourg, ce mardi, lors de l’avant-dernière journée de la Ligue des champions (21h sur RMC Sport 1). Même s’il l’emporte, le club nordiste ne peut pas encore valider sa place en 8es de finale. Mais il peut déjà s’assurer de prolonger son aventure européenne.

    ", "category": "", - "link": "https://www.sofoot.com/bordeaux-sous-la-menace-d-un-forfait-en-coupe-de-france-contre-brest-508913.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T13:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-sous-la-menace-d-un-forfait-en-coupe-de-france-contre-brest-1640870878_x600_articles-508913.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-bordeaux-sous-la-menace-d-un-forfait-en-coupe-de-france-contre-brest-1640870878_x600_articles-508913.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/lille-salzbourg-les-dogues-peuvent-faire-un-grand-pas-vers-les-8es_AV-202111230151.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 09:31:37 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a7163e5b36e37ab4b351fbf8bff853c2", - "highlights": [] + "hash": "4341500a7c5b74e99e4baa56aaceb491" }, { - "title": "Top 10 : buts gags en 2021", - "description": "Cette année encore, au moment des fêtes de fin d'année, les bêtisiers de l'année sont diffusés et rediffusés en masse à la télévision. Alors, pour ne pas déroger aux traditions, les footballeurs ont aussi droit à leur moment de grâce avec dix buts gags venus d'ailleurs. Un top qui inspire le dépit, le sourire et l'incrédulité.

    Yoon Bit-Garam (Ulsan Hyundai FC)

    \nLe 5 juillet 2021 contre Kaya FC
    \n
    \nSe donner corps et âme pour son équipe. Pendant que l'Europe n'a…

    ", - "content": "

    Yoon Bit-Garam (Ulsan Hyundai FC)

    \nLe 5 juillet 2021 contre Kaya FC
    \n
    \nSe donner corps et âme pour son équipe. Pendant que l'Europe n'a…

    ", + "title": "Disparition de Peng Shuai: la Chine appelle à cesser de \"monter en épingle\" l'affaire", + "description": "Le porte-parole du ministère chinois des Affaires étrangères a exhorté les responsables politiques étrangers inquiets du sort de Shuai Peng à arrêter toute forme de pression politique sur le régime.

    ", + "content": "Le porte-parole du ministère chinois des Affaires étrangères a exhorté les responsables politiques étrangers inquiets du sort de Shuai Peng à arrêter toute forme de pression politique sur le régime.

    ", "category": "", - "link": "https://www.sofoot.com/top-10-buts-gags-en-2021-508872.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-10-buts-gags-en-2021-1640786984_x600_articles-alt-508872.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-top-10-buts-gags-en-2021-1640786984_x600_articles-alt-508872.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/tennis/wta/disparition-de-peng-shuai-la-chine-appelle-a-cesser-de-monter-en-epingle-l-affaire_AV-202111230136.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 08:50:31 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23a838eeb5526d48b11a52279ace7986", - "highlights": [] + "hash": "90fc2174d7655e3e3a913c02fec577b3" }, { - "title": "Les 50 publicités avec des footeux (de 20 à 11)", - "description": "Depuis des décennies, les footballeurs servent d'ambassadeurs aux marques, qui utilisent leur image pour promouvoir leurs produits. Sauf que la qualité première d'un footballeur n'est pas forcément l'acting studio. Et lorsqu'ils se retrouvent derrière la caméra, cela donne souvent des résultats mythiques. Florilège des 50 meilleures publicités mettant en scène des footeux.
    \n
    \nOn ne sait pas ce qu'avaient ingurgité les responsables marketing de Toys Center au début des…

    ", - "content": "
    \n
    \nOn ne sait pas ce qu'avaient ingurgité les responsables marketing de Toys Center au début des…

    ", + "title": "PSG: Messi répète qu’il reviendra un jour au Barça", + "description": "Lionel Messi, l'attaquant du PSG, a de nouveau répété son souhait de revenir un jour au FC Barcelone qu’il a quitté l’été dernier pour Paris.

    ", + "content": "Lionel Messi, l'attaquant du PSG, a de nouveau répété son souhait de revenir un jour au FC Barcelone qu’il a quitté l’été dernier pour Paris.

    ", "category": "", - "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-20-a-11-508683.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-de-20-a-11-1640634371_x600_articles-alt-508683.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-de-20-a-11-1640634371_x600_articles-alt-508683.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-repete-qu-il-reviendra-un-jour-au-barca_AV-202111230125.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 08:21:48 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e63ead9ffdd5a1326d7bee8c9ee213c", - "highlights": [] + "hash": "cc42e89308cf09a3cb9971e836af2528" }, { - "title": "Ajax : André Onana raconte un contrôle de police lunaire en Belgique après sa suspension pour dopage", - "description": "La drogue, c'est mal.
    \n
    \nAndré Onana a pu retrouver les terrains en novembre après neuf mois de suspension suite à un contrôle positif. Dernièrement, le gardien camerounais,…

    ", - "content": "La drogue, c'est mal.
    \n
    \nAndré Onana a pu retrouver les terrains en novembre après neuf mois de suspension suite à un contrôle positif. Dernièrement, le gardien camerounais,…

    ", + "title": "Lille-Salzbourg: sur quelle chaîne regarder ce match crucial de Ligue des champions", + "description": "Le LOSC peut faire un grand pas vers la qualification en huitièmes de finale de la Ligue des champions en cas de victoire ce mardi soir (21h), face à Salzbourg. Un match à suivre sur RMC Sport 1.

    ", + "content": "Le LOSC peut faire un grand pas vers la qualification en huitièmes de finale de la Ligue des champions en cas de victoire ce mardi soir (21h), face à Salzbourg. Un match à suivre sur RMC Sport 1.

    ", "category": "", - "link": "https://www.sofoot.com/ajax-andre-onana-raconte-un-controle-de-police-lunaire-en-belgique-apres-sa-suspension-pour-dopage-508911.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T12:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ajax-andre-onana-raconte-un-controle-de-police-lunaire-en-belgique-apres-sa-suspension-pour-dopage-1640868379_x600_articles-508911.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-ajax-andre-onana-raconte-un-controle-de-police-lunaire-en-belgique-apres-sa-suspension-pour-dopage-1640868379_x600_articles-508911.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/lille-salzbourg-sur-quelle-chaine-regarder-ce-match-crucial-de-ligue-des-champions_AV-202111230123.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 08:20:02 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e7f474aaf57ce7649da3375bf5d7df05", - "highlights": [] + "hash": "01435052ed61c299d5ba5a4c6bb307cc" }, { - "title": "L'Italie et l'Espagne adoptent une jauge proportionnelle de spectateurs dans les stades de Liga et Serie A", - "description": "Dernier tour de vis avant 2022.
    \n
    \nUn peu partout en Europe, l'épidémie de Covid-19 regagne du terrain et le football en est une victime collatérale. En France, une jauge de 5000…

    ", - "content": "Dernier tour de vis avant 2022.
    \n
    \nUn peu partout en Europe, l'épidémie de Covid-19 regagne du terrain et le football en est une victime collatérale. En France, une jauge de 5000…

    ", + "title": "Ligue 1: \"Heureusement que j’ai emmené mon fils au rugby plutôt qu’au football\", la charge de Maracineanu contre les clubs", + "description": "Invitée sur RMC ce mardi, Roxana Maracineanu, ministre déléguée des Sports, a adressé une grosse charge aux clubs de football les taxant de laxisme avec les supporters, quelques heures avant une réunion entre les acteurs du sport et plusieurs ministres.

    ", + "content": "Invitée sur RMC ce mardi, Roxana Maracineanu, ministre déléguée des Sports, a adressé une grosse charge aux clubs de football les taxant de laxisme avec les supporters, quelques heures avant une réunion entre les acteurs du sport et plusieurs ministres.

    ", "category": "", - "link": "https://www.sofoot.com/l-italie-et-l-espagne-adoptent-une-jauge-proportionnelle-de-spectateurs-dans-les-stades-de-liga-et-serie-a-508910.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T11:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-italie-et-l-espagne-adoptent-une-jauge-proportionnelle-de-spectateurs-dans-les-stades-de-liga-et-serie-a-1640865457_x600_articles-508910.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-l-italie-et-l-espagne-adoptent-une-jauge-proportionnelle-de-spectateurs-dans-les-stades-de-liga-et-serie-a-1640865457_x600_articles-508910.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-heureusement-que-j-ai-emmene-mon-fils-plutot-au-rugby-qu-au-football-la-charge-de-maracineanu-contre-les-clubs_AV-202111230111.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 07:59:22 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c02fb0800243f120aa4ecf9c4739dda2", - "highlights": [] + "hash": "46a6f07190aa1f8f11a2d2218a433a11" }, { - "title": "Troyes : Laurent Batlles n'est plus l'entraîneur de l'ESTAC", - "description": "Laurent bat de l'aile.
    \n
    \nL'ESTAC vient d'annoncer la fin de sa collaboration avec Laurent…

    ", - "content": "Laurent bat de l'aile.
    \n
    \nL'ESTAC vient d'annoncer la fin de sa collaboration avec Laurent…

    ", + "title": "Coupe du monde 2022: Ibrahimovic confie avoir frappé intentionnellement Azpilicueta", + "description": "L’attaquant suédois Zlatan Ibrahimovic persiste et signe, César Azpilicueta méritait le terrible coup d’épaule que lui a asséné l’attaquant milanais. Si c’était à refaire, il recommencerait, assure-t-il au Guardian.

    ", + "content": "L’attaquant suédois Zlatan Ibrahimovic persiste et signe, César Azpilicueta méritait le terrible coup d’épaule que lui a asséné l’attaquant milanais. Si c’était à refaire, il recommencerait, assure-t-il au Guardian.

    ", "category": "", - "link": "https://www.sofoot.com/troyes-laurent-batlles-n-est-plus-l-entraineur-de-l-estac-508909.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T11:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-troyes-laurent-batlles-n-est-plus-l-entraineur-de-l-estac-1640863887_x600_articles-508909.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-troyes-laurent-batlles-n-est-plus-l-entraineur-de-l-estac-1640863887_x600_articles-508909.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/coupe-du-monde-2022-ibrahimovic-confie-avoir-frappe-intentionnellement-azpilicueta_AV-202111230096.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 07:39:43 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bfbe0bc0b64f5228b8d2ad4604049839", - "highlights": [] + "hash": "3b0fb38c3a51c18e1757f9ae359321d2" }, { - "title": "Une statue de Cristiano Ronaldo (Manchester United) fait polémique en Inde, dans l'État de Goa", - "description": "Les statues de footeux, épisode 236.
    \n
    \nAprès le légendaire buste en bronze de l'aéroport de…

    ", - "content": "Les statues de footeux, épisode 236.
    \n
    \nAprès le légendaire buste en bronze de l'aéroport de…

    ", + "title": "Incidents OL-OM en direct: les clubs ont rendez-vous au ministère de l’Intérieur", + "description": "Les ministres de l'Intérieur et ceux chargés des Sports rencontrent ce mardi les instances du football français pour voir \"ce qu'il faut faire\" après les incidents survenus dimanche soir lors du match OL-OM à Lyon.

    ", + "content": "Les ministres de l'Intérieur et ceux chargés des Sports rencontrent ce mardi les instances du football français pour voir \"ce qu'il faut faire\" après les incidents survenus dimanche soir lors du match OL-OM à Lyon.

    ", "category": "", - "link": "https://www.sofoot.com/une-statue-de-cristiano-ronaldo-manchester-united-fait-polemique-en-inde-dans-l-etat-de-goa-508908.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T11:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-une-statue-de-cristiano-ronaldo-manchester-united-fait-polemique-en-inde-dans-l-etat-de-goa-1640862827_x600_articles-508908.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-une-statue-de-cristiano-ronaldo-manchester-united-fait-polemique-en-inde-dans-l-etat-de-goa-1640862827_x600_articles-508908.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-en-direct-les-clubs-ont-rendez-vous-au-ministere-de-l-interieur_LN-202111230091.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 07:29:32 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3cf114987568e9b177930e89a843e82", - "highlights": [] + "hash": "55bd19074b51226a55ee2530666a7487" }, { - "title": "Paulo Sousa (ex-sélectionneur de la Pologne) nouvel entraîneur de Flamengo", - "description": "La Pologne en PLS.
    \n
    \nDepuis plusieurs jours, Paulo Sousa était en
    ", - "content": "La Pologne en PLS.
    \n
    \nDepuis plusieurs jours, Paulo Sousa était en
    ", + "title": "AC Milan: Zlatan estime le niveau technique de la Premier League surcoté", + "description": "Dans une longue interview accordée au Guardian, Zlatan Ibrahimovic évoque de nombreux sujets, dont le niveau technique de la Premier League qu’il estime surcoté en comparaison à celui de l’Espagne, de l’Italie ou de la France.

    ", + "content": "Dans une longue interview accordée au Guardian, Zlatan Ibrahimovic évoque de nombreux sujets, dont le niveau technique de la Premier League qu’il estime surcoté en comparaison à celui de l’Espagne, de l’Italie ou de la France.

    ", "category": "", - "link": "https://www.sofoot.com/paulo-sousa-ex-selectionneur-de-la-pologne-nouvel-entraineur-de-flamengo-508907.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T10:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paulo-sousa-ex-selectionneur-de-la-pologne-nouvel-entraineur-de-flamengo-1640860001_x600_articles-508907.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/premier-league/ac-milan-zlatan-estime-le-niveau-technique-de-la-premier-league-surcote_AV-202111230060.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 06:46:45 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6dff6221db5d96d53e05fb629996f2e8", - "highlights": [] + "hash": "eeb74c7da13d616fb4b8ca014c2e94ce" }, { - "title": "La commission des lois vote un amendement favorable à une jauge proportionnelle dans les stades", - "description": "Le concept de pourcentage est donc connu par les parlementaires.
    \n
    \nMercredi, la commission des lois a voté un amendement en faveur d'une jauge calculée en fonction de la capacité…

    ", - "content": "Le concept de pourcentage est donc connu par les parlementaires.
    \n
    \nMercredi, la commission des lois a voté un amendement en faveur d'une jauge calculée en fonction de la capacité…

    ", + "title": "PSG: Messi ravi d’évoluer au sein d’un vestiaire \"très soudé\"", + "description": "Lionel Messi est revenu pour Marca sur ses premiers mois au Paris Saint-Germain et notamment son intégration au vestiaire du club de la capitale. Un vestiaire à l'accent très sud-américain.

    ", + "content": "Lionel Messi est revenu pour Marca sur ses premiers mois au Paris Saint-Germain et notamment son intégration au vestiaire du club de la capitale. Un vestiaire à l'accent très sud-américain.

    ", "category": "", - "link": "https://www.sofoot.com/la-commission-des-lois-vote-un-amendement-favorable-a-une-jauge-proportionnelle-dans-les-stades-508906.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T10:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-commission-des-lois-vote-un-amendement-favorable-a-une-jauge-proportionnelle-dans-les-stades-1640859545_x600_articles-508906.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-messi-ravi-d-evoluer-au-sein-d-un-vestiaire-tres-soude_AV-202111230055.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 06:42:10 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e77c16fdff67cd9b3164b5087a1f877", - "highlights": [] + "hash": "0a8fe87fb96fdef9ad755be3f32c8d8b" }, { - "title": "CAN 2022 : Vahid Halilhodžić (Maroc) charge le FC Barcelone sur le cas Ez Abde", - "description": "Pas franchement à l'Ez.
    \n
    \nDans un entretien

    ", - "content": "Pas franchement à l'Ez.
    \n
    \nDans un entretien


    ", + "title": "PSG: Messi vit comme \"un spectacle\" d’être aux côtés de Sergio Ramos", + "description": "Longtemps adversaires avec le Real Madrid et le FC Barcelone, Lionel Messi et Sergio Ramos se côtoient désormais au PSG. Un \"spectacle\" pour l’Argentin qui confie vouer du respect pour le défenseur espagnol.

    ", + "content": "Longtemps adversaires avec le Real Madrid et le FC Barcelone, Lionel Messi et Sergio Ramos se côtoient désormais au PSG. Un \"spectacle\" pour l’Argentin qui confie vouer du respect pour le défenseur espagnol.

    ", "category": "", - "link": "https://www.sofoot.com/can-2022-vahid-halilhodzic-maroc-charge-le-fc-barcelone-sur-le-cas-ez-abde-508905.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T10:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-2022-vahid-halilhodzic-maroc-charge-le-fc-barcelone-sur-le-cas-ez-abde-1640858830_x600_articles-508905.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-messi-vit-comme-un-spectacle-d-etre-aux-cotes-de-sergio-ramos_AV-202111230032.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 05:58:42 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6754b53a0ea623e02b78f01807de514e", - "highlights": [] + "hash": "504e2fb81a1b08f6b52b292fc294e095" }, { - "title": "Le Nigéria finalement sans Osimhen et Dennis pour la CAN", - "description": "Les Super Eagles ont fini par y laisser des plumes.
    \n
    \n4. C'est le nombre de changements qu'a dû effectuer Gernot Rohr et la sélection nigérienne, seulement six jours après…

    ", - "content": "Les Super Eagles ont fini par y laisser des plumes.
    \n
    \n4. C'est le nombre de changements qu'a dû effectuer Gernot Rohr et la sélection nigérienne, seulement six jours après…

    ", + "title": "Real Madrid: les louanges de Vinicius pour Benzema", + "description": "Dans une interview accordée à la Cadena Ser, Vincius Junior loue son association avec Karim Benzema au sein de l’attaque madrilène. Il vote pour que le Français soit Ballon d’or.

    ", + "content": "Dans une interview accordée à la Cadena Ser, Vincius Junior loue son association avec Karim Benzema au sein de l’attaque madrilène. Il vote pour que le Français soit Ballon d’or.

    ", "category": "", - "link": "https://www.sofoot.com/le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-508944.html", - "creator": "SO FOOT", - "pubDate": "2021-12-31T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-1640949055_x600_articles-508944.jpg", - "enclosureType": "image/jpeg", - "image": "https://www.sofoot.com/IMG/img-le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-1640949055_x600_articles-508944.jpg", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/liga/real-madrid-les-louanges-de-vinicius-pour-benzema_AV-202111230020.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 05:38:15 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d82fa63a27380682039634e152d814b9", - "highlights": [] + "hash": "e352aca1323255a9b5bfd82432ecbc45" }, { - "title": "Aaron Ramsdale (Arsenal) est reparti de Leeds avec un pourboire", - "description": "Ça lui fera un peu d'argent de poche !
    \n
    \n
    Lors de la victoire d'Arsenal contre Leeds (1-4) le 18 décembre, le…

    ", - "content": "Ça lui fera un peu d'argent de poche !
    \n
    \nLors de la victoire d'Arsenal contre Leeds (1-4) le 18 décembre, le…

    ", + "title": "NBA: LeBron James prend un match, Stewart deux après leur accrochage", + "description": "LeBron James a écopé d'un match de suspension pour avoir asséné un coup au visage du joueur de Detroit, Isaiah Stewart, qui a écopé d'une sanction de deux matchs pour sa réaction.

    ", + "content": "LeBron James a écopé d'un match de suspension pour avoir asséné un coup au visage du joueur de Detroit, Isaiah Stewart, qui a écopé d'une sanction de deux matchs pour sa réaction.

    ", "category": "", - "link": "https://www.sofoot.com/aaron-ramsdale-arsenal-est-reparti-de-leeds-avec-un-pourboire-508903.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T09:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aaron-ramsdale-arsenal-est-reparti-de-leeds-avec-un-pourboire-1640857148_x600_articles-508903.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-le-bron-james-suspendu-un-match-pour-son-coup-sur-stewart_AV-202111230009.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 05:08:04 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8a1cff6571a75c01f7a8799bf9fdd1d", - "highlights": [] + "hash": "82935b336752dac4e2216164ae479680" }, { - "title": "Antoine Bonifaci, légende de l'OGC Nice, est décédé à l'âge de 90 ans", - "description": "L'une des premières figures des Aiglons s'est envolée ce mercredi.
    \n
    \nAntoine Bonifaci s'est éteint à Villefranche-sur-Mer, ce mercredi, à l'âge de 90 ans, dans la région où…

    ", - "content": "L'une des premières figures des Aiglons s'est envolée ce mercredi.
    \n
    \nAntoine Bonifaci s'est éteint à Villefranche-sur-Mer, ce mercredi, à l'âge de 90 ans, dans la région où…

    ", + "title": "Transat Jacques-Vabre: Rogues et Souben s'imposent en Ocean Fifty", + "description": "Sébastien Rogues et Matthieu Souben (Primonial) ont coupé la ligne d'arrivée en premier de la Transart Jacques-Vabre, dans la nuit de lundi à mardi en Martinique.

    ", + "content": "Sébastien Rogues et Matthieu Souben (Primonial) ont coupé la ligne d'arrivée en premier de la Transart Jacques-Vabre, dans la nuit de lundi à mardi en Martinique.

    ", "category": "", - "link": "https://www.sofoot.com/antoine-bonifaci-legende-de-l-ogc-nice-est-decede-a-l-age-de-90-ans-508902.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T09:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-antoine-bonifaci-legende-de-l-ogc-nice-est-decede-a-l-age-de-90-ans-1640856745_x600_articles-508902.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/voile/transat-jacques-vabre-rogues-et-souben-s-imposent-en-ocean-fifty_AV-202111230007.html", + "creator": "", + "pubDate": "Tue, 23 Nov 2021 04:51:25 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e97c4176933712119a9162693defe53", - "highlights": [] + "hash": "04a10081142ff0a001d1b77aa8276c19" }, { - "title": "Jean-Christophe Bahebeck n'est plus un joueur du FK Partizan", - "description": "Pas de nouvelle, mauvaise nouvelle.
    \n
    \nArrivé en octobre 2020 au Partizan de Belgrade en provenance d'Utrecht (Pays-Bas), Jean-Christophe Bahebeck (28 ans) est au cœur d'une situation…

    ", - "content": "Pas de nouvelle, mauvaise nouvelle.
    \n
    \nArrivé en octobre 2020 au Partizan de Belgrade en provenance d'Utrecht (Pays-Bas), Jean-Christophe Bahebeck (28 ans) est au cœur d'une situation…

    ", + "title": "Ligue des champions: \"Cela peut être un moment très important\", Lille au pied du mur à Salzbourg", + "description": "Le LOSC a l'occasion de faire un grand pas vers la qualification en affrontant Salzbourg mardi soir en Ligue des champions. un match à suivre sur RMC Sport, coup d'envoi à 21h.

    ", + "content": "Le LOSC a l'occasion de faire un grand pas vers la qualification en affrontant Salzbourg mardi soir en Ligue des champions. un match à suivre sur RMC Sport, coup d'envoi à 21h.

    ", "category": "", - "link": "https://www.sofoot.com/jean-christophe-bahebeck-n-est-plus-un-joueur-du-fk-partizan-508901.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T09:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jean-christophe-bahebeck-n-est-plus-un-joueur-du-fk-partizan-1640855468_x600_articles-508901.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-cela-peut-etre-un-moment-tres-important-lille-au-pied-du-mur-salzbourg_AV-202111220570.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 23:28:45 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4e99bd123208198345d973f58457e5a4", - "highlights": [] + "hash": "59f78a0b9478a61d13866016c988b629" }, { - "title": "Le gouvernement chinois interdit les tatouages aux joueurs de la sélection", - "description": "Ça va donner envie aux petits nouveaux de rester, ça.
    \n
    \nL'info loufoque du jour nous provient…

    ", - "content": "Ça va donner envie aux petits nouveaux de rester, ça.
    \n
    \nL'info loufoque du jour nous provient…

    ", + "title": "Mercato: Zidane au PSG? \"Ça ne me parait pas impossible\", glisse Fred Hermel", + "description": "Selon Fred Hermel, spécialiste du foot espagnol pour RMC Sport, Zinedine Zidane a clairement dit non à Manchester United, pour succéder à Ole Gunnar Solskjaer. En revanche, le technicien français pourrait bien se retrouver, un jour, sur le banc du PSG.

    ", + "content": "Selon Fred Hermel, spécialiste du foot espagnol pour RMC Sport, Zinedine Zidane a clairement dit non à Manchester United, pour succéder à Ole Gunnar Solskjaer. En revanche, le technicien français pourrait bien se retrouver, un jour, sur le banc du PSG.

    ", "category": "", - "link": "https://www.sofoot.com/le-gouvernement-chinois-interdit-les-tatouages-aux-joueurs-de-la-selection-508900.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T08:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-gouvernement-chinois-interdit-les-tatouages-aux-joueurs-de-la-selection-1640852966_x600_articles-508900.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-zidane-au-psg-ca-ne-me-parait-pas-impossible-glisse-fred-hermel_AV-202111220568.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 23:18:11 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68e0d00d218db62914f9efac2c7e80ca", - "highlights": [] + "hash": "6c3ec63737411a0a380dc0974fda8e2b" }, { - "title": "Premier League : 218€ à gagner avec Tottenham & Leicester !", - "description": "Comme lors du Boxing Day et comme lors de 6 de nos 9 derniers combinés, on tente de vous faire gagner avec une cote autour de 2,00 sur les matchs de Premier League de ce week-end !

    Watford - Tottenham :

    \n
    \nInvaincu depuis l'arrivée d'Antonio Conte si l'on excepte un match de Conference League disputé avec une équipe B, Tottenham…
    ", - "content": "

    Watford - Tottenham :

    \n
    \nInvaincu depuis l'arrivée d'Antonio Conte si l'on excepte un match de Conference League disputé avec une équipe B, Tottenham…
    ", + "title": "Tennis: Après les polémiques l'ATP revoit la règle sur les pauses-toilettes", + "description": "Les pauses de Novak Djokovic avaient notamment suscité une levée de bouclier.

    ", + "content": "Les pauses de Novak Djokovic avaient notamment suscité une levée de bouclier.

    ", "category": "", - "link": "https://www.sofoot.com/premier-league-218e-a-gagner-avec-tottenham-leicester-508898.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T08:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-premier-league-218e-a-gagner-avec-tottenham-leicester-1640851435_x600_articles-508898.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-apres-les-polemiques-l-atp-revoit-la-regle-sur-les-pauses-toilettes_AD-202111220566.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 23:12:18 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5591d8425ac97aa148f73785e9c532e", - "highlights": [] + "hash": "205578d7d0eab2e44f9db493fa3bf699" }, { - "title": "Lisandro López fait durer le plaisir en signant pour un an à Sarmiento", - "description": "Un dernier tour de piste.
    \n
    \nOn pensait que Lisandro López avait joué le dernier match de sa…

    ", - "content": "Un dernier tour de piste.
    \n
    \nOn pensait que Lisandro López avait joué le dernier match de sa…

    ", + "title": "PRONOS PARIS RMC Les paris sur Lille – Salzbourg du 23 novembre – Ligue des Champions", + "description": "Notre pronostic : Lille ne perd pas face à Salzbourg et moins de 3,5 buts (1.88)

    ", + "content": "Notre pronostic : Lille ne perd pas face à Salzbourg et moins de 3,5 buts (1.88)

    ", "category": "", - "link": "https://www.sofoot.com/lisandro-lopez-fait-durer-le-plaisir-en-signant-pour-un-an-a-sarmiento-508899.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T08:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lisandro-lopez-fait-durer-le-plaisir-en-signant-pour-un-an-a-sarmiento-1640852363_x600_articles-508899.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-les-paris-sur-lille-salzbourg-du-23-novembre-ligue-des-champions_AN-202111220315.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 23:06:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "348d153089cfafdcd067a0e1bac02bee", - "highlights": [] + "hash": "acbe83b1230205a2be43a379a526113c" }, { - "title": "Pronostic Valence Espanyol Barcelone : Analyse, cotes et prono du match de Liga", - "description": "

    Valence continue sa moisson face à l'Espanyol Barcelone

    \n
    \nLa Liga reprend déjà ce vendredi avec ce match entre le Valence CF et l'Espanyol Barcelone.…
    ", - "content": "

    Valence continue sa moisson face à l'Espanyol Barcelone

    \n
    \nLa Liga reprend déjà ce vendredi avec ce match entre le Valence CF et l'Espanyol Barcelone.…
    ", + "title": "PRONOS PARIS RMC Le pari de folie du 23 novembre – Ligue des Champions", + "description": "Notre pronostic : match nul entre Villarreal et Manchester United et les deux équipes marquent (3.80)

    ", + "content": "Notre pronostic : match nul entre Villarreal et Manchester United et les deux équipes marquent (3.80)

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-valence-espanyol-barcelone-analyse-cotes-et-prono-du-match-de-liga-508897.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T06:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-valence-espanyol-barcelone-analyse-cotes-et-prono-du-match-de-liga-1640848315_x600_articles-508897.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-de-folie-du-23-novembre-ligue-des-champions_AN-202111220314.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 23:05:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3da68a99450c0d096aaccd814b6d96a9", - "highlights": [] + "hash": "5ef27b49acead3542b53d427bd522bf7" }, { - "title": "Comment le petit Robert Lewandowski est devenu géant", - "description": "Cela fait maintenant un sacré bout de temps que Robert Lewandowski martyrise les défenses d'Allemagne et d'Europe, agrandit sans cesse son palmarès et collectionne les distinctions individuelles, à l'exception notable de la plus prestigieuse d'entre elles. Voilà pour la vitrine, que tout le monde connaît. À y regarder de plus près, on remarque cependant que le Polonais du Bayern Munich n'a pas connu un début de parcours en forme d'ascension irrésistible et, surtout, qu'il a été construit par son cercle proche. Un père parti bien trop tôt, une mère au rôle décisif, une épouse aux conseils aussi précieux qu'étonnants : gros plan sur ceux qui ont permis au jeune et gringalet Bobek de devenir la machine à buts la plus redoutable au monde.Stanisław, Jerzy, Michał, Adam, Marek, Piotr... Qu'ils soient typiquement slaves ou aux racines latines, les prénoms masculins polonais ne manquent pas. Mais Krzysztof et Iwona Lewandowski ont…", - "content": "Stanisław, Jerzy, Michał, Adam, Marek, Piotr... Qu'ils soient typiquement slaves ou aux racines latines, les prénoms masculins polonais ne manquent pas. Mais Krzysztof et Iwona Lewandowski ont…", + "title": "PRONOS PARIS RMC Le pari sûr du 23 novembre – Ligue des Champions", + "description": "Notre pronostic : le Bayern Munich s’impose sur la pelouse du Dinamo Kiev et au moins deux buts dans la rencontre (1.33)

    ", + "content": "Notre pronostic : le Bayern Munich s’impose sur la pelouse du Dinamo Kiev et au moins deux buts dans la rencontre (1.33)

    ", "category": "", - "link": "https://www.sofoot.com/comment-le-petit-robert-lewandowski-est-devenu-geant-508876.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-comment-le-petit-robert-lewandowski-est-devenu-geant-1640782258_x600_articles-alt-508876.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-sur-du-23-novembre-ligue-des-champions_AN-202111220312.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 23:04:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "418819c1c2da61a561146f21328d369e", - "highlights": [] + "hash": "4941b2e819ae5e499fa941938bf8ee82" }, { - "title": "Tu sais que tu as suivi le foot en 2021 quand...", - "description": "Bientôt, il n'y en aura plus que pour 2022, sa phase retour de Ligue 1, son PSG-Real en C1, son Euro féminin et son Mondial au Qatar. Mais profitons du peu de temps avant le Nouvel an pour repenser une dernière fois à l'année écoulée. Toi aussi, tu sais que tu as suivi le foot en 2021 quand...... tu as pris un pied fou devant la Ligue 1.
    \n
    \n... sauf, bien sûr, quand les matchs ont été interrompus
    ", - "content": "... tu as pris un pied fou devant la Ligue 1.
    \n
    \n... sauf, bien sûr, quand les matchs ont été interrompus
    ", + "title": "PRONOS PARIS RMC Le pari à l’extérieur du 23 novembre – Ligue des Champions", + "description": "Notre pronostic : l’Atalanta s’impose sur la pelouse des Young Boys Berne (1.80)

    ", + "content": "Notre pronostic : l’Atalanta s’impose sur la pelouse des Young Boys Berne (1.80)

    ", "category": "", - "link": "https://www.sofoot.com/tu-sais-que-tu-as-suivi-le-foot-en-2021-quand-508807.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tu-sais-que-tu-as-suivi-le-foot-en-2021-quand-1640602797_x600_articles-alt-508807.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-l-exterieur-du-23-novembre-ligue-des-champions_AN-202111220311.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 23:03:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a18b84df90bc83bd90f458f10947fb65", - "highlights": [] + "hash": "9749397a49f08a1d7579f01c8da60052" }, { - "title": "Ce qu'on a aimé et détesté dans FIFA 22", - "description": "Le jeu FIFA 22 s'est encore une fois sans doute retrouvé au pied du sapin de beaucoup de gens pour les fêtes. Mais que vaut vraiment la nouvelle mouture du jeu phare d'EA Sports, débarrassé de son concurrent PES ?Article publié dans le numéro 75 de SO FOOT CLUB
    \n", - "content": "Article publié dans le numéro 75 de SO FOOT CLUB
    \n", + "title": "PRONOS PARIS RMC Le pari à domicile du 23 novembre – Ligue des Champions", + "description": "Notre pronostic : le FC Séville bat Wolfsbourg (1.73)

    ", + "content": "Notre pronostic : le FC Séville bat Wolfsbourg (1.73)

    ", "category": "", - "link": "https://www.sofoot.com/ce-qu-on-a-aime-et-deteste-dans-fifa-22-508718.html", - "creator": "SO FOOT", - "pubDate": "2021-12-30T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ce-qu-on-a-aime-et-deteste-dans-fifa-22-1640793950_x600_articles-508718.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-a-domicile-du-23-novembre-ligue-des-champions_AN-202111220310.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 23:02:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "684869d1b731305fd350af87f90bf676", - "highlights": [] + "hash": "fa0343d4749eb1b774fb059efe9af216" }, { - "title": "City dispose de Brentford et prend ses aises en tête", - "description": "Plutôt confortable, ce fauteuil de leader.

    ", - "content": "

    ", + "title": "PRONOS PARIS RMC Le buteur du 23 novembre – Ligue des Champions", + "description": "Notre pronostic : Depay (Barcelone) marque face au Benfica Lisbonne (2.20)

    ", + "content": "Notre pronostic : Depay (Barcelone) marque face au Benfica Lisbonne (2.20)

    ", "category": "", - "link": "https://www.sofoot.com/city-dispose-de-brentford-et-prend-ses-aises-en-tete-508886.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T22:11:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-city-dispose-de-brentford-et-prend-ses-aises-en-tete-1640818035_x600_articles-alt-508886.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-buteur-du-23-novembre-ligue-des-champions_AN-202111220308.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 23:01:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a14e6404edf7a838a6333ea82e8742c6", - "highlights": [] + "hash": "8c536503c6542b45d2fcf07f3c35b77f" }, { - "title": "Chelsea rattrapé par Brighton sur le fil", - "description": "Quand les Seagulls suivent un chalutier...

    ", - "content": "

    ", + "title": "PRONOS PARIS RMC Le pari football d’Eric Di Meco du 23 novembre – Ligue des Champions", + "description": "Mon pronostic : Chelsea s’impose par au moins deux buts d’écart face à la Juventus (2.65)

    ", + "content": "Mon pronostic : Chelsea s’impose par au moins deux buts d’écart face à la Juventus (2.65)

    ", "category": "", - "link": "https://www.sofoot.com/chelsea-rattrape-par-brighton-sur-le-fil-508895.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T21:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-rattrape-par-brighton-sur-le-fil-1640815926_x600_articles-alt-508895.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/pari-sportif/pronos-paris-rmc-le-pari-football-d-eric-di-meco-du-23-novembre-ligue-des-champions_AN-202111220307.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 23:00:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "997f855623e3d8660b95400648ea6c8d", - "highlights": [] + "hash": "7c5d45525c03c29ba07bd2a5566eda90" }, { - "title": "En direct : Brentford - Manchester City", - "description": "93' : C'EST TERMINE ! Moins brillant certes, mais Manchester City continue son carton pour ...", - "content": "93' : C'EST TERMINE ! Moins brillant certes, mais Manchester City continue son carton pour ...", + "title": "Platini se paye ceux qui ne jurent que par les statistiques dans le football", + "description": "Dans une interview fleuve la revue de l'After, l'ancien numéro 10 des Bleus revient sur les dérives du football actuelle.

    ", + "content": "Dans une interview fleuve la revue de l'After, l'ancien numéro 10 des Bleus revient sur les dérives du football actuelle.

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-brentford-manchester-city-508884.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T20:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-brentford-manchester-city-1640815792_x600_articles-alt-508884.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/platini-se-paye-ceux-qui-ne-jurent-que-par-les-statistiques-dans-le-football_AV-202111220564.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 22:59:23 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75d64f27e8e260a28dd181cacc629547", - "highlights": [] + "hash": "02cc63da6f2a7c87979191b6dfe9b2dc" }, { - "title": "En direct : Chelsea - Brighton & Hove", - "description": "90' : Bonne soirée tout le monde !", - "content": "90' : Bonne soirée tout le monde !", + "title": "Ligue des champions: Messi voit le PSG parmi les favoris, mais évoque des manques", + "description": "Dans une interview accordée à Marca, et dont le quotidien espagnol a diffusé ce lundi soir des extraits, Lionel Messi évoque notamment le statut du PSG en Ligue des champions. S'il classe son équipe parmi les favoris pour le titre, l'Argentin estime que celle-ci doit encore progresser.

    ", + "content": "Dans une interview accordée à Marca, et dont le quotidien espagnol a diffusé ce lundi soir des extraits, Lionel Messi évoque notamment le statut du PSG en Ligue des champions. S'il classe son équipe parmi les favoris pour le titre, l'Argentin estime que celle-ci doit encore progresser.

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-chelsea-brighton-hove-508815.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T19:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-chelsea-brighton-hove-1640614268_x600_articles-alt-508815.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/ligue-des-champions-messi-voit-le-psg-parmi-les-favoris-mais-evoque-des-manques_AV-202111220553.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 22:34:23 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", - "read": false, + "feed": "RMC Sport", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "7ec04d7aba408d8a97a4cacd8113d91f", - "highlights": [] + "hash": "86e0c10ea1415dd57060abee6973bcd1" }, { - "title": "Mort de Christian Gyan, champion d'Europe avec Feyenoord", - "description": "Le Feyenoord dit adieu à l'un de ses chouchous.
    \n
    \nAprès que Bonaventure Kalou l'a annoncé sur son compte Instagram, le quotidien

    ", - "content": "Le Feyenoord dit adieu à l'un de ses chouchous.
    \n
    \nAprès que Bonaventure Kalou l'a annoncé sur son compte Instagram, le quotidien


    ", + "title": "Manchester City-PSG: un arbitre italien avec des souvenirs contrastés pour Paris", + "description": "L’UEFA a désigné Daniele Orsato pour diriger le choc entre Manchester City et le PSG, mercredi à l’Etihad Stadium (21h sur RMC Sport 1), en Ligue des champions. L’arbitre italien de 45 ans a souvent croisé Paris dans le passé. Avec un souvenir douloureux, mais aussi de belles victoires. A Manchester notamment…

    ", + "content": "L’UEFA a désigné Daniele Orsato pour diriger le choc entre Manchester City et le PSG, mercredi à l’Etihad Stadium (21h sur RMC Sport 1), en Ligue des champions. L’arbitre italien de 45 ans a souvent croisé Paris dans le passé. Avec un souvenir douloureux, mais aussi de belles victoires. A Manchester notamment…

    ", "category": "", - "link": "https://www.sofoot.com/mort-de-christian-gyan-champion-d-europe-avec-feyenoord-508894.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T16:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mort-de-christian-gyan-champion-d-europe-avec-feyenoord-1640797920_x600_articles-508894.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-un-arbitre-italien-avec-des-souvenirs-contrastes-pour-paris_AV-202111220542.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 22:16:05 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", - "read": false, + "feed": "RMC Sport", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "0982619a6469ced7c4a23e5badffcde8", - "highlights": [] + "hash": "7ddd1b95f57069431a30991e5fb3db8f" }, { - "title": "Mondial 2022 : Le Qatar ne serait pas en mesure d'accueillir tous les supporters", - "description": "Et sinon, il a des avantages, ce Mondial ?
    \n
    \nDéjà décriée pour les conditions d'organisation et pour son timing dans le calendrier annuel des joueurs, la Coupe du monde 2022 n'a pas…

    ", - "content": "Et sinon, il a des avantages, ce Mondial ?
    \n
    \nDéjà décriée pour les conditions d'organisation et pour son timing dans le calendrier annuel des joueurs, la Coupe du monde 2022 n'a pas…

    ", + "title": "Ligue 2: Dijon éteint Auxerre et sort de la zone rouge", + "description": "Dijon remonte à la 12e place. Auxerre tombe à la troisième place.

    ", + "content": "Dijon remonte à la 12e place. Auxerre tombe à la troisième place.

    ", "category": "", - "link": "https://www.sofoot.com/mondial-2022-le-qatar-ne-serait-pas-en-mesure-d-accueillir-tous-les-supporters-508893.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T16:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mondial-2022-le-qatar-ne-serait-pas-en-mesure-d-accueillir-tous-les-supporters-1640797649_x600_articles-508893.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-2/ligue-2-dijon-eteint-auxerre-et-sort-de-la-zone-rouge_AD-202111220539.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 22:08:31 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10aa0530b7dad4504f67965530ecc065", - "highlights": [] + "hash": "609fa9ed7376e4e92e34ab15e9c4aef0" }, { - "title": "Coupe de France : Lens-Lille finalement maintenu le 4 janvier", - "description": "C'est ce qui s'appelle se prendre un vent.
    \n
    \nAlors qu'ils souhaitaient ce mardi avancer leur 16e de finale de Coupe de France contre Lille pour ne pas être dérangés par…

    ", - "content": "C'est ce qui s'appelle se prendre un vent.
    \n
    \nAlors qu'ils souhaitaient ce mardi avancer leur 16e de finale de Coupe de France contre Lille pour ne pas être dérangés par…

    ", + "title": "OL-OM: le car des Marseillais visé par des jets de projectiles après la rencontre", + "description": "INFO RMC SPORT - Le car de l'OM a été dimanche soir la cible de jets de projectiles après le match arrêté contre l'OL, et après avoir déposé les joueurs marseillais à l'aéroport.

    ", + "content": "INFO RMC SPORT - Le car de l'OM a été dimanche soir la cible de jets de projectiles après le match arrêté contre l'OL, et après avoir déposé les joueurs marseillais à l'aéroport.

    ", "category": "", - "link": "https://www.sofoot.com/coupe-de-france-lens-lille-finalement-maintenu-le-4-janvier-508892.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T16:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-lens-lille-finalement-maintenu-le-4-janvier-1640796169_x600_articles-508892.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-om-le-car-des-marseillais-vise-par-des-jets-de-projectiles-apres-la-rencontre_AV-202111220531.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 21:43:26 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7bfde8687e823555dc29086d6c7b698", - "highlights": [] + "hash": "2a493947dc0c21095116186d3468d69b" }, { - "title": "Vincent Hognon débarque sur le banc de Grenoble", - "description": "C'est pas des salades.
    \n
    \nVincent Hognon a retrouvé du boulot. En Ligue 2 précisément, au Grenoble Foot 38. Les Isérois, en difficulté en championnat (16es, quatre défaites…

    ", - "content": "C'est pas des salades.
    \n
    \nVincent Hognon a retrouvé du boulot. En Ligue 2 précisément, au Grenoble Foot 38. Les Isérois, en difficulté en championnat (16es, quatre défaites…

    ", + "title": "Argentine: une ex-liaison de Maradona accuse d'abus la star et son entourage", + "description": "Elle accuse notamment l'ancien numéro 10 argentin disparu l'année dernière de viols.

    ", + "content": "Elle accuse notamment l'ancien numéro 10 argentin disparu l'année dernière de viols.

    ", "category": "", - "link": "https://www.sofoot.com/vincent-hognon-debarque-sur-le-banc-de-grenoble-508891.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T16:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vincent-hognon-debarque-sur-le-banc-de-grenoble-1640796010_x600_articles-508891.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/argentine-une-ex-liaison-de-maradona-accuse-d-abus-la-star-et-son-entourage_AD-202111220529.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 21:41:56 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", - "read": false, + "feed": "RMC Sport", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "aa1b69c55bc9cc649f4307471c97e7e3", - "highlights": [] + "hash": "55239c4a3c42d1f75b821ca03baedd5e" }, { - "title": "OL : la reprise perturbée par le Covid", - "description": "Il est vraiment temps que 2021 se termine pour certains.
    \n
    \nA la veille de la reprise de l'entraînement collectif, l'Olympique lyonnais aurait détecté pas moins de sept cas positifs…

    ", - "content": "Il est vraiment temps que 2021 se termine pour certains.
    \n
    \nA la veille de la reprise de l'entraînement collectif, l'Olympique lyonnais aurait détecté pas moins de sept cas positifs…

    ", + "title": "Mercato: Bounedjah dans le viseur du Barça? La réponse de Xavi", + "description": "Alors qu'une rumeur faisait état d'un intérêt du Barça pour l'attaquant algérien d'Al Sadd, Baghdad Bounedjah, Xavi a éteint cette piste ce lundi, louant les qualités du joueur mais niant tout intérêt pour lui.

    ", + "content": "Alors qu'une rumeur faisait état d'un intérêt du Barça pour l'attaquant algérien d'Al Sadd, Baghdad Bounedjah, Xavi a éteint cette piste ce lundi, louant les qualités du joueur mais niant tout intérêt pour lui.

    ", "category": "", - "link": "https://www.sofoot.com/ol-la-reprise-perturbee-par-le-covid-508890.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T16:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ol-la-reprise-perturbee-par-le-covid-1640795708_x600_articles-508890.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-bounedjah-dans-le-viseur-du-barca-la-reponse-de-xavi_AV-202111220522.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 21:16:54 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", - "read": false, + "feed": "RMC Sport", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a837c29d8d867711dece18093b8cb916", - "highlights": [] + "hash": "a0aaf6af22b7bdb6b909f29f9d1c8aab" }, { - "title": "Une étude allemande démonte l'hypothèse de la malédiction des gardiens anglais", - "description": "Longtemps, les gardiens anglais étaient synonymes de boulettes et de malédiction lors de grands événements. Désormais, c'est juste de boulettes.
    \n
    \nUne équipe de chercheurs allemands…

    ", - "content": "Longtemps, les gardiens anglais étaient synonymes de boulettes et de malédiction lors de grands événements. Désormais, c'est juste de boulettes.
    \n
    \nUne équipe de chercheurs allemands…

    ", + "title": "OL-OM: \"J'ai maintenant peur d'effectuer des corners à l'extérieur\", explique Payet", + "description": "Le meneur de jeu marseillais Dimitri Payet touché par un jet de bouteille au Groupama Stadium lors de OL-OM a porté plainte.

    ", + "content": "Le meneur de jeu marseillais Dimitri Payet touché par un jet de bouteille au Groupama Stadium lors de OL-OM a porté plainte.

    ", "category": "", - "link": "https://www.sofoot.com/une-etude-allemande-demonte-l-hypothese-de-la-malediction-des-gardiens-anglais-508889.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T15:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-une-etude-allemande-demonte-l-hypothese-de-la-malediction-des-gardiens-anglais-1640794125_x600_articles-508889.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-om-j-ai-maintenant-peur-quand-d-effectuer-des-corners-a-l-exterieur-explique-payet_AV-202111220510.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 20:46:08 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b8fdcbf8b2e18cc5cafa850486c3b44", - "highlights": [] + "hash": "bfa87eb7cbf7adc0b477b08b6db81247" }, { - "title": "Maxime Busi (Parme) débarque à Reims", - "description": "Wout Faes et Thomas Foket vont avoir un nouveau compatriote dans le vestiaire.
    \n
    \nLe mercato hivernal n'a pas encore ouvert officiellement ses portes mais le Stade de Reims n'a pas le…

    ", - "content": "Wout Faes et Thomas Foket vont avoir un nouveau compatriote dans le vestiaire.
    \n
    \nLe mercato hivernal n'a pas encore ouvert officiellement ses portes mais le Stade de Reims n'a pas le…

    ", + "title": "Manchester City-PSG: Donnarumma appelle ses partenaires \"à souffrir ensemble\" avant le choc", + "description": "A deux jours du déplacement à Manchester City, ce mercredi en Ligue des champions (21h sur RMC Sport 1), Gianluigi Donnarumma a mis en avant le bon état d’esprit qui règne dans le vestiaire du PSG. En exhortant ses coéquipiers à viser la victoire à l’Etihad Stadium.

    ", + "content": "A deux jours du déplacement à Manchester City, ce mercredi en Ligue des champions (21h sur RMC Sport 1), Gianluigi Donnarumma a mis en avant le bon état d’esprit qui règne dans le vestiaire du PSG. En exhortant ses coéquipiers à viser la victoire à l’Etihad Stadium.

    ", "category": "", - "link": "https://www.sofoot.com/maxime-busi-parme-debarque-a-reims-508888.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T15:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-maxime-busi-parme-debarque-a-reims-1640793989_x600_articles-508888.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-donnarumma-appelle-ses-partenaires-a-souffrir-ensemble-avant-le-choc_AV-202111220507.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 20:31:57 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", - "read": false, + "feed": "RMC Sport", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "23c076ef68a60d6ddd08b0d899c7fe59", - "highlights": [] + "hash": "bf88d64689a4ea394e2e16d306a4823f" }, { - "title": "Sébastien Haller monte au créneau pour défendre la CAN", - "description": "Pas si cornélien.
    \n
    \nDans une interview accordée au quotidien néerlandais


    ", - "content": "Pas si cornélien.
    \n
    \nDans une interview accordée au quotidien néerlandais


    ", + "title": "Incidents OL-OM: pourquoi le Groupama Stadium n'est pas équipé de filets anti-projectiles", + "description": "Contrairement à plusieurs autres stades français, le Groupama Stadium dans lequel évolue l'OL n'est pas équipé de filets anti-projectiles devant ses virages. Au lendemain des incidents face à l'OM, le directeur général du football Vincent Ponsot s'en est expliqué dans Rothen s'enflamme, sur RMC.

    ", + "content": "Contrairement à plusieurs autres stades français, le Groupama Stadium dans lequel évolue l'OL n'est pas équipé de filets anti-projectiles devant ses virages. Au lendemain des incidents face à l'OM, le directeur général du football Vincent Ponsot s'en est expliqué dans Rothen s'enflamme, sur RMC.

    ", "category": "", - "link": "https://www.sofoot.com/sebastien-haller-monte-au-creneau-pour-defendre-la-can-508887.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T15:11:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sebastien-haller-monte-au-creneau-pour-defendre-la-can-1640793864_x600_articles-508887.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-pourquoi-le-groupama-stadium-n-est-pas-equipe-de-filets-anti-projectiles_AV-202111220497.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 19:57:15 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30061df6decfd6db166410640b4c6118", - "highlights": [] + "hash": "62396c980fb0fb2907a2598bfe921ad5" }, { - "title": "Rebecca Welch devient la première arbitre à officier en FA Cup", - "description": "Petite révolution outre-Manche.
    \n
    \nPour la première fois depuis 1871, une femme sera l'arbitre centrale d'un match de FA Cup. A l'occasion du troisième tour, lequel marque l'entrée en…

    ", - "content": "Petite révolution outre-Manche.
    \n
    \nPour la première fois depuis 1871, une femme sera l'arbitre centrale d'un match de FA Cup. A l'occasion du troisième tour, lequel marque l'entrée en…

    ", + "title": "Ligue2: L2: Des incidents avant le match Dijon-Auxerre", + "description": "Les violences ont eu lieu dans un bar proche du stade de Dijon. Il n'y a eu ni blessés, ni interpellations.

    ", + "content": "Les violences ont eu lieu dans un bar proche du stade de Dijon. Il n'y a eu ni blessés, ni interpellations.

    ", "category": "", - "link": "https://www.sofoot.com/rebecca-welch-devient-la-premiere-arbitre-a-officier-en-fa-cup-508883.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T14:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-rebecca-welch-devient-la-premiere-arbitre-a-officier-en-fa-cup-1640790786_x600_articles-508883.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-2/ligue2-l2-des-incidents-avant-le-match-dijon-auxerre_AN-202111220490.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 19:43:50 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b62ad03b6e95653041e5279a8bf708c", - "highlights": [] + "hash": "ee7251f271c0abec0b6f07f9f59dcafb" }, { - "title": "Chauvigny-OM se jouera finalement devant 5000 personnes", - "description": "La magie de la Coupe frappe à nouveau.
    \n
    \nLe Préfet de la Haute-Vienne a annoncé ce mercredi la décision de mettre en place la jauge de 5000 personnes pour le seizième de finale de…

    ", - "content": "La magie de la Coupe frappe à nouveau.
    \n
    \nLe Préfet de la Haute-Vienne a annoncé ce mercredi la décision de mettre en place la jauge de 5000 personnes pour le seizième de finale de…

    ", + "title": "Incidents OL-OM: Di Meco invite la LFP à \"taper fort\" avec de lourdes sanctions", + "description": "Éric Di Meco a suivi avec consternation les incidents qui ont entraîné l’interruption du choc entre l’OM et l’OL, dimanche lors de la 14e journée de Ligue 1. Notre consultant appelle la commission de discipline de la LFP à prendre des sanctions exemplaires, afin d’enrayer la spirale de violences qui perturbe la saison en cours.

    ", + "content": "Éric Di Meco a suivi avec consternation les incidents qui ont entraîné l’interruption du choc entre l’OM et l’OL, dimanche lors de la 14e journée de Ligue 1. Notre consultant appelle la commission de discipline de la LFP à prendre des sanctions exemplaires, afin d’enrayer la spirale de violences qui perturbe la saison en cours.

    ", "category": "", - "link": "https://www.sofoot.com/chauvigny-om-se-jouera-finalement-devant-5000-personnes-508881.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T13:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chauvigny-om-se-jouera-finalement-devant-5000-personnes-1640787860_x600_articles-508881.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-di-meco-invite-la-lfp-a-taper-fort-avec-de-lourdes-sanctions_AV-202111220488.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 19:39:27 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0dfbd8d1e9f97334ebbd3c1a3d40c86c", - "highlights": [] + "hash": "1bd45863b5cf7ec3ce106e412edaeea6" }, { - "title": "Gary Neville contre le report des matches de Premier League", - "description": "L'avocat du diable.
    \n
    \nAlors que
    ", - "content": "L'avocat du diable.
    \n
    \nAlors que
    ", + "title": "Incidents OL-OM: les versions contradictoires des différents acteurs", + "description": "Un match interrompu, puis annoncé sur le point de reprendre par le speaker du stade, puis définitivement arrêté, deux clubs qui ne décrivent pas les mêmes discussions en coulisses, le préfet et la LFP qui règlent leurs comptes... Difficile de savoir ce qu'il s'est réellement passé après les incidents d'OL-OM, dimanche soir en Ligue 1, tant les versions des différents acteurs divergent.

    ", + "content": "Un match interrompu, puis annoncé sur le point de reprendre par le speaker du stade, puis définitivement arrêté, deux clubs qui ne décrivent pas les mêmes discussions en coulisses, le préfet et la LFP qui règlent leurs comptes... Difficile de savoir ce qu'il s'est réellement passé après les incidents d'OL-OM, dimanche soir en Ligue 1, tant les versions des différents acteurs divergent.

    ", "category": "", - "link": "https://www.sofoot.com/gary-neville-contre-le-report-des-matches-de-premier-league-508882.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T13:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gary-neville-contre-le-report-des-matches-de-premier-league-1640792277_x600_articles-508882.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-les-versions-contradictoires-des-differents-acteurs_AV-202111220486.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 19:23:21 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c44787a19839a3a9241623a00239a17d", - "highlights": [] + "hash": "9de8187e8f0a153b91860ecbec6913f8" }, { - "title": "Cluster confirmé au FC Barcelone", - "description": "Soirée du nouvel an déconseillée pour les Blaugranas.
    \n
    \nLe Barça a annoncé trois nouveaux cas de Covid au sein de son effectif ce mercredi. Il s'agit de Samuel Umtiti,…

    ", - "content": "Soirée du nouvel an déconseillée pour les Blaugranas.
    \n
    \nLe Barça a annoncé trois nouveaux cas de Covid au sein de son effectif ce mercredi. Il s'agit de Samuel Umtiti,…

    ", + "title": "Incidents OL-OM: Les mesures que pourraient réclamer les clubs face à la violence dans les stades", + "description": "Après les incidents navrants qui ont conduit l'arbitre à interrompre le match de Ligue 1 OL-OM dès la deuxième minute, les dirigeants de clubs et la LFP ont rendez-vous au ministère de l'Intérieur. Et ils attendent des mesures.

    ", + "content": "Après les incidents navrants qui ont conduit l'arbitre à interrompre le match de Ligue 1 OL-OM dès la deuxième minute, les dirigeants de clubs et la LFP ont rendez-vous au ministère de l'Intérieur. Et ils attendent des mesures.

    ", "category": "", - "link": "https://www.sofoot.com/cluster-confirme-au-fc-barcelone-508880.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T13:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cluster-confirme-au-fc-barcelone-1640786600_x600_articles-508880.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-les-mesures-que-pourraient-reclamer-les-clubs-face-a-la-violence-dans-les-stades_AV-202111220478.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 19:08:28 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52a5f72672266bc49da749e6e6d6716c", - "highlights": [] + "hash": "332d34a5d7fd169ee7ecf8cf253c9166" }, { - "title": "Les 50 publicités avec des footeux (de 30 à 21)", - "description": "Depuis des décennies, les footballeurs servent d'ambassadeurs aux marques, qui utilisent leur image pour promouvoir leurs produits. Sauf que la qualité première d'un footballeur n'est pas forcément l'acting studio. Et lorsqu'ils se retrouvent derrière la caméra, cela donne souvent des résultats mythiques. Florilège des 50 meilleures publicités mettant en scène des footeux.
    \n
    \nEn 2004, Puma avait réalisé un spot animé pour le lancement du nouveau maillot des Lions indomptables. La…

    ", - "content": "
    \n
    \nEn 2004, Puma avait réalisé un spot animé pour le lancement du nouveau maillot des Lions indomptables. La…

    ", + "title": "OL-OM: la moue d’Henry écoutant Aulas devient un mème", + "description": "Les incidents qui ont entraîné l’interruption d’OL-OM, dimanche lors de la 14e journée de Ligue 1, ont été commentés en direct par Thierry Henry sur Amazon Prime Video. Et l’ancien attaquant des Bleus a semblé assez décontenancé par les explications de Jean-Michel Aulas. Au point de voir sa moue détournée en masse sur les réseaux.

    ", + "content": "Les incidents qui ont entraîné l’interruption d’OL-OM, dimanche lors de la 14e journée de Ligue 1, ont été commentés en direct par Thierry Henry sur Amazon Prime Video. Et l’ancien attaquant des Bleus a semblé assez décontenancé par les explications de Jean-Michel Aulas. Au point de voir sa moue détournée en masse sur les réseaux.

    ", "category": "", - "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-30-a-21-508682.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-de-30-a-21-1640551973_x600_articles-alt-508682.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-om-la-moue-d-henry-ecoutant-aulas-devient-un-meme_AV-202111220469.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 18:54:26 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "84c7dea926207a82e11ba1475f6bc273", - "highlights": [] + "hash": "33ad9a8314e437568bdf7c38ee9f7635" }, { - "title": "1993, la première épopée capitale du PSG", - "description": "Début des années 1990, Canal Plus s'offre le Paris SG. Et dès la saison 1992-1993, le PSG se paie une première campagne européenne et un premier match de légende contre le Real Madrid.
    Article paru dans le numéro 70 de SO FOOT CLUB
    \n
    \nAction folle, match fou. Le défenseur…

    ", - "content": "Article paru dans le numéro 70 de SO FOOT CLUB
    \n
    \nAction folle, match fou. Le défenseur…

    ", + "title": "Transat Jacques-Vabre: Une arrivée sous haute tension sociale", + "description": "L'arrivée du premier bateau, prévue ce lundi soir à Fort-de-France, se déroule en pleine grève générale.

    ", + "content": "L'arrivée du premier bateau, prévue ce lundi soir à Fort-de-France, se déroule en pleine grève générale.

    ", "category": "", - "link": "https://www.sofoot.com/1993-la-premiere-epopee-capitale-du-psg-508567.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-1993-la-premiere-epopee-capitale-du-psg-1640100750_x600_articles-alt-508567.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/voile/transat-jacques-vabre-une-arrivee-sous-haute-tension-sociale_AN-202111220454.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 18:25:36 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "486cbfe27310eb8d8be10be088c9daff", - "highlights": [] + "hash": "e7bf50e3152cbeecf11c791835eb7033" }, { - "title": "Fabricio Coloccini prend sa retraite", - "description": "Colo dit stop.
    \n
    \nChouchou des supporters de Newcastle entre 2008 et 2016, Fabricio Coloccini a annoncé ce mercredi sur

    ", - "content": "Colo dit stop.
    \n
    \nChouchou des supporters de Newcastle entre 2008 et 2016, Fabricio Coloccini a annoncé ce mercredi sur


    ", + "title": "Fifa The Best: trois Français parmi les nommés pour le prix de meilleur joueur du monde", + "description": "Les onze joueurs nommés pour le prix Fifa The Best 2021 ont été dévoilés ce lundi. Trois Français en font partie: Karim Benzema, N’Golo Kanté et Kylian Mbappé. La cérémonie aura lieu le 17 janvier à Zürich.

    ", + "content": "Les onze joueurs nommés pour le prix Fifa The Best 2021 ont été dévoilés ce lundi. Trois Français en font partie: Karim Benzema, N’Golo Kanté et Kylian Mbappé. La cérémonie aura lieu le 17 janvier à Zürich.

    ", "category": "", - "link": "https://www.sofoot.com/fabricio-coloccini-prend-sa-retraite-508879.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T12:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fabricio-coloccini-prend-sa-retraite-1640786670_x600_articles-508879.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/fifa-the-best-trois-francais-parmi-les-nommes-pour-le-prix-de-meilleur-joueur-du-monde_AD-202111220431.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 17:59:12 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd914100b894e04f56ceda7348bcee32", - "highlights": [] + "hash": "f7351092d85613f03f8a05859460b1f4" }, { - "title": "Un sénateur demande une adaptation de la jauge de 5000 personnes", - "description": "Fallait y penser.
    \n
    \nDans le cadre des nouvelles restrictions sanitaires pour lutter contre le variant Omicron, le Premier ministre Jean Castex a annoncé ce lundi
    ", - "content": "Fallait y penser.
    \n
    \nDans le cadre des nouvelles restrictions sanitaires pour lutter contre le variant Omicron, le Premier ministre Jean Castex a annoncé ce lundi
    ", + "title": "Manchester City-PSG: Ramos pour la première fois dans le groupe", + "description": "Sergio Ramos sera dans le groupe du PSG pour le déplacement à Manchester City, mercredi, en Ligue des champions (21h sur RMC Sport 1). Une grande première pour le défenseur espagnol de 35 ans, perturbé par des problèmes physiques depuis son arrivée l’été dernier.

    ", + "content": "Sergio Ramos sera dans le groupe du PSG pour le déplacement à Manchester City, mercredi, en Ligue des champions (21h sur RMC Sport 1). Une grande première pour le défenseur espagnol de 35 ans, perturbé par des problèmes physiques depuis son arrivée l’été dernier.

    ", "category": "", - "link": "https://www.sofoot.com/un-senateur-demande-une-adaptation-de-la-jauge-de-5000-personnes-508878.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T12:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-senateur-demande-une-adaptation-de-la-jauge-de-5000-personnes-1640782035_x600_articles-508878.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-ramos-pour-la-premiere-fois-dans-le-groupe_AV-202111220420.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 17:49:11 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "64b2463fe987f99f076c45606516860e", - "highlights": [] + "hash": "8c675e1310c2be67ce7f5ea8fe00c1a0" }, { - "title": "Décès de Bruno Plumecocq, directeur du centre de formation de VAFC", - "description": "Le Cygne en deuil.
    \n
    \nLe Valenciennes FC a annoncé ce mardi soir le décès de Bruno Plumecocq, directeur du centre de formation depuis 2019, des suites d'une longue maladie, à l'âge de…

    ", - "content": "Le Cygne en deuil.
    \n
    \nLe Valenciennes FC a annoncé ce mardi soir le décès de Bruno Plumecocq, directeur du centre de formation depuis 2019, des suites d'une longue maladie, à l'âge de…

    ", + "title": "PSG: A quoi joue Mauricio Pochettino ?", + "description": "Après les rumeurs de l'été envoyant Mauricio Pochettino au Real Madrid, deuxième épisode avec maintenant Manchester United.

    ", + "content": "Après les rumeurs de l'été envoyant Mauricio Pochettino au Real Madrid, deuxième épisode avec maintenant Manchester United.

    ", "category": "", - "link": "https://www.sofoot.com/deces-de-bruno-plumecocq-directeur-du-centre-de-formation-de-vafc-508877.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T12:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-deces-de-bruno-plumecocq-directeur-du-centre-de-formation-de-vafc-1640781172_x600_articles-508877.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/clubs/paris-saint-germain/psg-a-quoi-joue-mauricio-pochettino_AV-202111220405.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 17:24:05 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8547fdfd3904e63897ec5f4dbedce3ba", - "highlights": [] + "hash": "7ccd00cd0c65967930f22df2810c1c10" }, { - "title": "Selon Xhaka, Lacazette est la bonne personne pour être capitaine d'Arsenal", - "description": "Cela ressemble à un adoubement.
    \n
    \nDans une interview accordée à
    The…

    ", - "content": "Cela ressemble à un adoubement.
    \n
    \nDans une interview accordée à The…

    ", + "title": "Incidents OL-OM: ce que l'on sait du lanceur présumé de la bouteille sur Payet", + "description": "Soupçonné d'avoir lancé la bouteille d'eau qui a percuté Dimitri Payet dimanche soir lors d'OL-OM en Ligue 1, et donc d'avoir entraîné l'arrêt prématuré de la rencontre, un homme de 32 ans a été interpellé. Sa garde à vue a été prolongée.

    ", + "content": "Soupçonné d'avoir lancé la bouteille d'eau qui a percuté Dimitri Payet dimanche soir lors d'OL-OM en Ligue 1, et donc d'avoir entraîné l'arrêt prématuré de la rencontre, un homme de 32 ans a été interpellé. Sa garde à vue a été prolongée.

    ", "category": "", - "link": "https://www.sofoot.com/selon-xhaka-lacazette-est-la-bonne-personne-pour-etre-capitaine-d-arsenal-508874.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T10:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-selon-xhaka-lacazette-est-la-bonne-personne-pour-etre-capitaine-d-arsenal-1640775967_x600_articles-508874.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-ce-que-l-on-sait-du-lanceur-presume-de-la-bouteille-sur-payet_AV-202111220396.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 17:12:52 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1efa722652c654e117efbd08236afcda", - "highlights": [] + "hash": "efa5847226144423d2e53a9d53d1e9c4" }, { - "title": "John Terry annonce son come-back à Chelsea", - "description": "Le capitaine revient à la maison.
    \n
    \nVéritable légende de Chelsea, John Terry s'apprête à faire son come-back chez les Blues. L'ancien défenseur avait quitté son club de…

    ", - "content": "Le capitaine revient à la maison.
    \n
    \nVéritable légende de Chelsea, John Terry s'apprête à faire son come-back chez les Blues. L'ancien défenseur avait quitté son club de…

    ", + "title": "Incidents d’OL-OM: Aulas s’insurge contre un possible retrait de points", + "description": "Au lendemain des incidents d’OL-OM, Jean-Michel Aulas s’est exprimé ce lundi devant quelques médias, dont l’AFP. Le président des Gones en a profité pour répondre notamment à une question sur un éventuel retrait de points contre son club.

    ", + "content": "Au lendemain des incidents d’OL-OM, Jean-Michel Aulas s’est exprimé ce lundi devant quelques médias, dont l’AFP. Le président des Gones en a profité pour répondre notamment à une question sur un éventuel retrait de points contre son club.

    ", "category": "", - "link": "https://www.sofoot.com/john-terry-annonce-son-come-back-a-chelsea-508873.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T10:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-john-terry-annonce-son-come-back-a-chelsea-1640778133_x600_articles-508873.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-d-ol-om-aulas-s-insurge-contre-un-possible-retrait-de-points_AV-202111220394.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 17:12:05 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "61d81081bb508735d98e45509a1b64c4", - "highlights": [] + "hash": "55ee16e69648304f88d9c348e2f9ca2a" }, { - "title": "Everton-Newcastle reporté", - "description": "Un de plus sur la liste.
    \n
    \nÀ la veille de la Saint-Sylvestre, Newcastle était censé se déplacer sur la pelouse d'Everton pour le compte de la vingtième journée de Premier League.…

    ", - "content": "Un de plus sur la liste.
    \n
    \nÀ la veille de la Saint-Sylvestre, Newcastle était censé se déplacer sur la pelouse d'Everton pour le compte de la vingtième journée de Premier League.…

    ", + "title": "OL-OM: mis en cause, le préfet du Rhône donne sa version et dénonce la volte-face de l’arbitre", + "description": "Invité de BFM Lyon ce lundi soir, le préfet de région Pascal Mailhos a apporté un nouvel éclairage sur l'imbroglio qui a conduit à l'arrêt définitif du match OL-OM dimanche soir. Dimitri Payet a été victime d'un jet de projectile, obligeant l'arbitre à interrompre la rencontre.

    ", + "content": "Invité de BFM Lyon ce lundi soir, le préfet de région Pascal Mailhos a apporté un nouvel éclairage sur l'imbroglio qui a conduit à l'arrêt définitif du match OL-OM dimanche soir. Dimitri Payet a été victime d'un jet de projectile, obligeant l'arbitre à interrompre la rencontre.

    ", "category": "", - "link": "https://www.sofoot.com/everton-newcastle-reporte-508871.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T10:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-everton-newcastle-reporte-1640775699_x600_articles-508871.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ol-om-mis-en-cause-le-prefet-du-rhone-donne-sa-version-et-denonce-la-volte-face-de-l-arbitre_AV-202111220387.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 16:59:01 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9568685861c92cc8b3d19de43ba44cc5", - "highlights": [] + "hash": "e458d5af2177f1dd81b370a308ac0ac1" }, { - "title": "Des supporters du Beerschot filmés en train de scander des chants antisémites", - "description": "Et ça continue...
    \n
    \nAprès les insultes racistes proférées à l'encontre de Vincent…

    ", - "content": "Et ça continue...
    \n
    \nAprès les insultes racistes proférées à l'encontre de Vincent…

    ", + "title": "Incidents OL-OM: le revirement de l’arbitre, l’interpellation du supporter… le déroulé des faits selon le camp lyonnais", + "description": "Un certain flou entoure l’interruption du match entre l’OL et l’OM, dimanche au Groupama Stadium, lors de la 14e journée de Ligue 1. Après deux heures tergiversations et l’annonce d’une reprise, Ruddy Buquet a finalement acté l’arrêt définitif de la rencontre. Voici la version des Gones à propos de cette triste soirée.

    ", + "content": "Un certain flou entoure l’interruption du match entre l’OL et l’OM, dimanche au Groupama Stadium, lors de la 14e journée de Ligue 1. Après deux heures tergiversations et l’annonce d’une reprise, Ruddy Buquet a finalement acté l’arrêt définitif de la rencontre. Voici la version des Gones à propos de cette triste soirée.

    ", "category": "", - "link": "https://www.sofoot.com/des-supporters-du-beerschot-filmes-en-train-de-scander-des-chants-antisemites-508868.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T09:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-des-supporters-du-beerschot-filmes-en-train-de-scander-des-chants-antisemites-1640771752_x600_articles-508868.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-le-revirement-de-l-arbitre-l-interpellation-du-supporter-le-deroule-des-faits-selon-le-camp-lyonnais_AV-202111220383.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 16:54:04 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "792b87d1122ae6c8fb14e8c4c1d1cfde", - "highlights": [] + "hash": "7a9bd5f62e42f28f646174927bc78c3e" }, { - "title": "Vers la création d'un canal de communication pour les arbitres italiens", - "description": "Et pour une fois, ce n'est pas une idée d'Arsène Wenger.
    \n
    \nSouvent les premiers ciblés par les excès de colère et de frustration, les arbitres n'ont pas toujours la tâche facile. En…

    ", - "content": "Et pour une fois, ce n'est pas une idée d'Arsène Wenger.
    \n
    \nSouvent les premiers ciblés par les excès de colère et de frustration, les arbitres n'ont pas toujours la tâche facile. En…

    ", + "title": "MMA: Pourquoi Khamzat Chimaev est le nouveau phénomène de l’UFC (Fighter Club)", + "description": "Arrivé comme un ouragan à l’UFC à l’été 2020, avec deux victoires dans deux catégories en dix jours, Khamzat Chimaev a connu un an d’arrêt en raison d’un Covid compliqué. Mais sa démonstration pour son retour dans la cage, fin octobre, a rappelé combien le Suédois d’origine tchétchène était un talent spécial. Avec un évident potentiel de nouvelle superstar de l’UFC. Le RMC Fighter Club vous propose une plongée en profondeur dans la carrière de celui qui fait fantasmer le monde du MMA.

    ", + "content": "Arrivé comme un ouragan à l’UFC à l’été 2020, avec deux victoires dans deux catégories en dix jours, Khamzat Chimaev a connu un an d’arrêt en raison d’un Covid compliqué. Mais sa démonstration pour son retour dans la cage, fin octobre, a rappelé combien le Suédois d’origine tchétchène était un talent spécial. Avec un évident potentiel de nouvelle superstar de l’UFC. Le RMC Fighter Club vous propose une plongée en profondeur dans la carrière de celui qui fait fantasmer le monde du MMA.

    ", "category": "", - "link": "https://www.sofoot.com/vers-la-creation-d-un-canal-de-communication-pour-les-arbitres-italiens-508869.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T09:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vers-la-creation-d-un-canal-de-communication-pour-les-arbitres-italiens-1640773048_x600_articles-508869.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/sports-de-combat/mma/mma-pourquoi-khamzat-chimaev-est-le-nouveau-phenomene-de-l-ufc-fighter-club_AV-202111220372.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 16:40:38 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f35f3ecb020743fdbdf8ed3f8d9b76ac", - "highlights": [] + "hash": "c0cb710f883fb65d9a12f415a9103bf2" }, { - "title": "PFC-OL : L'UNFP condamne les \" actes imbéciles \" des \" pseudo-supporters \"", - "description": "Le syndicat des joueurs pros ne mâche pas ses mots.
    \n
    \nÀ chaque jour sa réaction. Ce mardi, c'est l'Union nationale des footballeurs professionnels (UNFP)

    ", - "content": "Le syndicat des joueurs pros ne mâche pas ses mots.
    \n
    \nÀ chaque jour sa réaction. Ce mardi, c'est l'Union nationale des footballeurs professionnels (UNFP)


    ", + "title": "PSG: Mbappé malade et absent de l'entraînement, à deux jours de Manchester City", + "description": "Kylian Mbappé n'était pas présent à l'entraînement du PSG ce lundi matin, deux jours avant le choc contre Manchester City en Ligue des champions (mercredi, 21h sur RMC Sport 1). L'attaquant parisien est malade, mais la situation n'est a priori pas inquiétante.

    ", + "content": "Kylian Mbappé n'était pas présent à l'entraînement du PSG ce lundi matin, deux jours avant le choc contre Manchester City en Ligue des champions (mercredi, 21h sur RMC Sport 1). L'attaquant parisien est malade, mais la situation n'est a priori pas inquiétante.

    ", "category": "", - "link": "https://www.sofoot.com/pfc-ol-l-unfp-condamne-les-actes-imbeciles-des-pseudo-supporters-508867.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T08:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-l-unfp-condamne-les-actes-imbeciles-des-pseudo-supporters-1640770184_x600_articles-508867.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/psg-mbappe-malade-et-absent-de-l-entrainement-a-deux-jours-de-manchester-city_AV-202111220371.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 16:38:54 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "175bd9ab39f09e6cb086ab09f053e7f3", - "highlights": [] + "hash": "3362d268a11fe890a68ab567ab280698" }, { - "title": "Kylian Mbappé : \" Je finirai la saison au PSG \"", - "description": "La nouvelle était attendue, mais rassure les supporters parisiens.
    \n
    \nÀ l'occasion des Globe Soccer Awards, une remise de prix organisée à Dubaï, Kylian Mbappé a accordé une
    ", - "content": "La nouvelle était attendue, mais rassure les supporters parisiens.
    \n
    \nÀ l'occasion des Globe Soccer Awards, une remise de prix organisée à Dubaï, Kylian Mbappé a accordé une
    ", + "title": "Incidents OL-OM: \"Quand un acteur est touché, le match ne peut pas reprendre\", estime Labrune, président de la LFP", + "description": "Dans une interview à L'Equipe, le président de la LFP, Vincent Labrune, est revenu sur les incidents observés dimanche soir lors d'OL-OM en Ligue 1. \"Choqué\" par les événements et la longueur du processus ayant conduit à l'arrêt du match, le dirigeant prône l'interruption systématique des rencontres dans de telles situations. Sur les mesures de fond, il renvoie toutefois la balle aux pouvoirs publics...

    ", + "content": "Dans une interview à L'Equipe, le président de la LFP, Vincent Labrune, est revenu sur les incidents observés dimanche soir lors d'OL-OM en Ligue 1. \"Choqué\" par les événements et la longueur du processus ayant conduit à l'arrêt du match, le dirigeant prône l'interruption systématique des rencontres dans de telles situations. Sur les mesures de fond, il renvoie toutefois la balle aux pouvoirs publics...

    ", "category": "", - "link": "https://www.sofoot.com/kylian-mbappe-je-finirai-la-saison-au-psg-508866.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T08:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-je-finirai-la-saison-au-psg-1640768559_x600_articles-508866.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-quand-un-acteur-est-touche-le-match-ne-peut-pas-reprendre-estime-labrune-president-de-la-lfp_AV-202111220339.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 15:47:14 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06c155dcf2fa619e73d50a61581ea210", - "highlights": [] + "hash": "7e7649070fb6df3c2820c5fc16c425a1" }, { - "title": "La rencontre AS Vitré-Nantes se jouera bien à la Beaujoire", - "description": "Cette fois, David a perdu contre Goliath.
    \n
    \nSi la perspective d'une rencontre AS Vitré-Nantes réjouissait les dirigeants du club de National 2, l'annonce de la tenue de ce match à…

    ", - "content": "Cette fois, David a perdu contre Goliath.
    \n
    \nSi la perspective d'une rencontre AS Vitré-Nantes réjouissait les dirigeants du club de National 2, l'annonce de la tenue de ce match à…

    ", + "title": "Incidents OL-OM: le speaker du Groupama Stadium livre sa version", + "description": "Le speaker du Groupama Stadium a expliqué sur Twitter pourquoi il avait annoncé la reprise du match OL-OM avant d’indiquer l’inverse, et d’en prononcer l’arrêt définitif.

    ", + "content": "Le speaker du Groupama Stadium a expliqué sur Twitter pourquoi il avait annoncé la reprise du match OL-OM avant d’indiquer l’inverse, et d’en prononcer l’arrêt définitif.

    ", "category": "", - "link": "https://www.sofoot.com/la-rencontre-as-vitre-nantes-se-jouera-bien-a-la-beaujoire-508865.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T07:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-rencontre-as-vitre-nantes-se-jouera-bien-a-la-beaujoire-1640765691_x600_articles-508865.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/incidents-ol-om-le-speaker-du-groupama-stadium-livre-sa-version_AV-202111220333.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 15:39:07 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4fd35515f18160e79eba2c0e3f7443d", - "highlights": [] + "hash": "ec81bce82fb529c37f9eb111a2a4a0b9" }, { - "title": "L'OL \"prend acte\" des sanctions de la FFF", - "description": "Mais pas sur le Twitter de Jean-Michel Aulas.
    \n
    \nLes
    ", - "content": "Mais pas sur le Twitter de Jean-Michel Aulas.
    \n
    \nLes
    ", + "title": "Serie A: qui est Felix Afena-Gyan, le jeune attaquant de 18 ans de la Roma", + "description": "Auteur d'un doublé avec l'AS Roma dimanche face au Genoa, Felix Afena-Gyan est l'un des attaquants les plus prometteurs du club italien.

    ", + "content": "Auteur d'un doublé avec l'AS Roma dimanche face au Genoa, Felix Afena-Gyan est l'un des attaquants les plus prometteurs du club italien.

    ", "category": "", - "link": "https://www.sofoot.com/l-ol-prend-acte-des-sanctions-de-la-fff-508864.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T07:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-ol-prend-acte-des-sanctions-de-la-fff-1640766010_x600_articles-508864.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/serie-a/serie-a-qui-est-felix-afena-gyan-le-jeune-attaquant-de-18-ans-de-la-roma_AV-202111220326.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 15:13:56 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86728e9334400056ddc14e03e0d9c2e4", - "highlights": [] + "hash": "a909fa7cfbcf36db46b055b13556149c" }, { - "title": "Pronostic Manchester United Burnley : Analyse, cotes et prono du match de Premier League", - "description": "

    Un Manchester United - Burnley bien nul ?

    \n
    \nSeulement 7e de Premier League et rapidement éliminé de League Cup, Manchester United fait une…
    ", - "content": "

    Un Manchester United - Burnley bien nul ?

    \n
    \nSeulement 7e de Premier League et rapidement éliminé de League Cup, Manchester United fait une…
    ", + "title": "Un ancien joueur d’Everton aux 260 matchs en Premier League signe en… 2e division départementale dans les Deux-Sèvres", + "description": "Louzy, petit commune de 1400 habitants dans les Deux-Sèvres, et dont le club évolue en deuxième division départementale, vient d'enregistrer un renfort de poids avec l'arrivée de sa nouvelle star: Tony Hibbert, ancien joueur d'Everton, près de 300 matches de Premier League au compteur.

    ", + "content": "Louzy, petit commune de 1400 habitants dans les Deux-Sèvres, et dont le club évolue en deuxième division départementale, vient d'enregistrer un renfort de poids avec l'arrivée de sa nouvelle star: Tony Hibbert, ancien joueur d'Everton, près de 300 matches de Premier League au compteur.

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-manchester-united-burnley-analyse-cotes-et-prono-du-match-de-premier-league-508862.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T06:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-burnley-analyse-cotes-et-prono-du-match-de-premier-league-1640760542_x600_articles-508862.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/un-ancien-joueur-d-everton-signe-en-2e-division-departementale-dans-les-deux-sevres_AV-202111220323.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 15:06:04 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5dafa86d18f4c27c70885b8ffd260914", - "highlights": [] + "hash": "96b06833a05012a9d677f809bcb60015" }, { - "title": "Pronostic FC Porto Benfica : Analyse, cotes et prono du match de Liga NOS", - "description": "

    Le FC Porto domine encore le Benfica

    \n
    \nJeudi dernier, le FC Porto et le Benfica s'affrontaient déjà en 1/8e de finale de Coupe du Portugal. A…
    ", - "content": "

    Le FC Porto domine encore le Benfica

    \n
    \nJeudi dernier, le FC Porto et le Benfica s'affrontaient déjà en 1/8e de finale de Coupe du Portugal. A…
    ", + "title": "Mercato en direct: Xavi évoque la rumeur Bounedjah au Barça", + "description": "A un peu plus d'un mois de l'ouverture du mercato d'hiver (du 1er au 31 janvier 2022), suivez toutes les informations et rumeurs du marché des transferts en direct.

    ", + "content": "A un peu plus d'un mois de l'ouverture du mercato d'hiver (du 1er au 31 janvier 2022), suivez toutes les informations et rumeurs du marché des transferts en direct.

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-fc-porto-benfica-analyse-cotes-et-prono-du-match-de-liga-nos-508863.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T06:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-fc-porto-benfica-analyse-cotes-et-prono-du-match-de-liga-nos-1640761422_x600_articles-508863.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-rumeurs-du-22-novembre_LN-202111220138.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 08:55:12 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1df0bee6fe204c13dab011063067a56", - "highlights": [] + "hash": "bb2a9bbf7a6f19598d4fc005c81f3824" }, { - "title": "Lyon : 2021, l'année noire", - "description": "Embourbé à une triste 13e place en Ligue 1, Lyon s'est vu exclure de la Coupe de France par la commission de discipline de la LFP après les graves incidents survenus à Charléty lors du match face au Paris FC. Un triste clap de fin sur une année 2021 à oublier dans le Rhône. Vivement 2022, en espérant que la nouvelle année soit synonyme de vent nouveau.Tout le monde perdant. Telle est la décision de la commission de discipline de la LFP,
    ", + "content": "La 14e journée de Ligue 1 s'achève ce dimanche par l'Olympico entre l'OL et l'OM, à Lyon (20h45). Un match bouillant, d'autant que les deux équipes sont rivales pour les places européennes et proposent un jeu plaisant.

    ", "category": "", - "link": "https://www.sofoot.com/lyon-2021-l-annee-noire-508853.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lyon-2021-l-annee-noire-1640704975_x600_articles-alt-508853.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-en-direct-le-bouillant-olympico-ol-om_LS-202111210021.html", + "creator": "", + "pubDate": "Sun, 21 Nov 2021 16:00:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12c7463c7c6c9a4835b6e19c76b1fdd9", - "highlights": [] + "hash": "db8abf4bc6f86072438b19fcf7876e00" }, { - "title": "Messi, le mauvais rêve", - "description": "Qui aurait pu croire que Lionel Messi galèrerait autant à se mettre au diapason de la Ligue 1 et qui se risquerait vraiment à prédire que l'Argentin ne se réveillera pas ?Si quelqu'un avait dit début août, lorsqu'il a posé le pied à Paris dans une ambiance d'arrivée de Dieu sur Terre, que Lionel Messi terminerait la première partie de saison avec un…", - "content": "Si quelqu'un avait dit début août, lorsqu'il a posé le pied à Paris dans une ambiance d'arrivée de Dieu sur Terre, que Lionel Messi terminerait la première partie de saison avec un…", + "title": "Monaco-Lille: l'ASM arrache un point, de gros regrets pour le LOSC", + "description": "Jonathan David a eu beau marqué un doublé ce vendredi en ouverture de la 14e journée de Ligue 1, son équipe de Lille s'est contentée d'un nul à Monaco (2-2). En infériorité numérique, les Monégasques ont égalisé grâce à Krépin Diatta et Wissam Ben Yedder.

    ", + "content": "Jonathan David a eu beau marqué un doublé ce vendredi en ouverture de la 14e journée de Ligue 1, son équipe de Lille s'est contentée d'un nul à Monaco (2-2). En infériorité numérique, les Monégasques ont égalisé grâce à Krépin Diatta et Wissam Ben Yedder.

    ", "category": "", - "link": "https://www.sofoot.com/messi-le-mauvais-reve-508839.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-messi-le-mauvais-reve-1640688044_x600_articles-alt-508839.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/monaco-lille-l-asm-arrache-un-point-de-gros-regrets-pour-le-losc_AV-202111190501.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 22:09:20 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", + "read": true, + "favorite": false, + "created": true, + "tags": [], + "hash": "6096afabd31a83a5d1d8b506c49c074f" + }, + { + "title": "Bundesliga: deuxième défaite pour le Bayern, le championnat relancé", + "description": "Sans Coman mais avec Hernandez, Upamecano et Pavard, le Bayern Munich a concédé sa deuxième défaite de la saison en Bundesliga face à Augsbourg 2-1 ce vendredi soir, en ouverture de la 12e journée du championnat allemand.

    ", + "content": "Sans Coman mais avec Hernandez, Upamecano et Pavard, le Bayern Munich a concédé sa deuxième défaite de la saison en Bundesliga face à Augsbourg 2-1 ce vendredi soir, en ouverture de la 12e journée du championnat allemand.

    ", + "category": "", + "link": "https://rmcsport.bfmtv.com/football/bundesliga/bundesliga-deuxieme-defaite-pour-le-bayern-le-championnat-relance_AD-202111190493.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 21:50:00 GMT", + "folder": "00.03 News/Sport - FR", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "80986c9c8c65e5d45aded17d5779058b", - "highlights": [] + "hash": "eba555505f75ad1398aa5e7bcea97f90" }, { - "title": "Les 10 coups tactiques de l'année 2021", - "description": "L'année 2021 s'achève tranquillement, et emporte avec elle son lot d'innovations et de confirmations tactiques. Sur le terrain, le RC Lens de Franck Haise et l'Inter Milan de Simone Inzaghi crèvent chaque jour un peu plus l'écran et apparaissent logiquement dans ce top ; mais d'autres, comme Iago Aspas ou Emiliano Martinez, s'y font une place après leurs accomplissements plus ou moins légaux. En attendant 2022, voilà de quoi se régaler.

    Les sorties de balle de Franck Haise

    \nLe phénomène avait commencé ses tours de passe-passe en toute fin 2020, mais c'est véritablement en 2021 qu'on a…", - "content": "

    Les sorties de balle de Franck Haise

    \nLe phénomène avait commencé ses tours de passe-passe en toute fin 2020, mais c'est véritablement en 2021 qu'on a…", + "title": "Disparition de Peng Shuai: des photos de la joueuse postées sur les réseaux sociaux chinois", + "description": "Disparue depuis le 2 novembre après avoir accusé un ancien haut dirigeant chinois de l’avoir violée, la joueuse de tennis Peng Shuai est apparue sur des photos qu’elle aurait envoyées à une amie via le réseau social chinois WeChat. Mais le doute demeure quant à la date de ces clichés. Et sa disparition reste inquiétante.

    ", + "content": "Disparue depuis le 2 novembre après avoir accusé un ancien haut dirigeant chinois de l’avoir violée, la joueuse de tennis Peng Shuai est apparue sur des photos qu’elle aurait envoyées à une amie via le réseau social chinois WeChat. Mais le doute demeure quant à la date de ces clichés. Et sa disparition reste inquiétante.

    ", "category": "", - "link": "https://www.sofoot.com/les-10-coups-tactiques-de-l-annee-2021-508816.html", - "creator": "SO FOOT", - "pubDate": "2021-12-29T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-10-coups-tactiques-de-l-annee-2021-1640715580_x600_articles-alt-508816.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/tennis/disparition-de-peng-shuai-des-photos-de-la-joueuse-postees-sur-les-reseaux-sociaux-chinois_AV-202111190490.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 21:30:59 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc68e1aa9312b37e6e2d62dfc844450e", - "highlights": [] + "hash": "a3b7ffc2464f0bb9940d06413940a225" }, { - "title": "Liverpool chute à Leicester", - "description": "Dominateur, mais imprécis, Liverpool, qui a vu Mohamed Salah rater un penalty en première mi-temps, a fini par s'incliner chez un Leicester roublard et froidement réaliste ce mardi (1-0).

    ", - "content": "

    ", + "title": "Disparition de Peng Shuai: prêt à boycotter la Chine, Mahut dénonce le silence de l'ITF et du CIO", + "description": "Nicolas Mahut a réaffirmé ce vendredi sa volonté de boycotter les tournois en Chine si aucune nouvelle rassurante n’est publiée autour de Peng Shuai. Associé à Pierre-Hugues Herbert, le spécialiste du double a taclé la Fédération internationale de tennis et le CIO pour leur inaction.

    ", + "content": "Nicolas Mahut a réaffirmé ce vendredi sa volonté de boycotter les tournois en Chine si aucune nouvelle rassurante n’est publiée autour de Peng Shuai. Associé à Pierre-Hugues Herbert, le spécialiste du double a taclé la Fédération internationale de tennis et le CIO pour leur inaction.

    ", "category": "", - "link": "https://www.sofoot.com/liverpool-chute-a-leicester-508840.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T21:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-chute-a-leicester-1640729061_x600_articles-alt-508840.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/tennis/disparition-de-peng-shuai-mahut-denonce-le-silence-de-l-itf-et-du-cio-avant-les-jo-en-chine_AV-202111190488.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 21:19:55 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15e2dd0793cb4fbed89a91fa0eed49c0", - "highlights": [] + "hash": "3b6bd258642bc8975367ace208c2252b" }, { - "title": "En direct : Leicester - Liverpool", - "description": "96' : IT'S OVER ! LE HOLD-UP POUR LEICESTER !
    \n
    \nTrop brouillons et empruntés, les Reds ...", - "content": "96' : IT'S OVER ! LE HOLD-UP POUR LEICESTER !
    \n
    \nTrop brouillons et empruntés, les Reds ...", + "title": "Premier League: Howe va rater son premier match avec Newcastle", + "description": "Eddie Howe ne sera pas sur le banc de Newcastle samedi face à Brentford, pour son premier match en tant qu'entraîneur des Magpies. Fraîchement nommé, l'ancien coach de Bournemouth est positif au Covid-19.

    ", + "content": "Eddie Howe ne sera pas sur le banc de Newcastle samedi face à Brentford, pour son premier match en tant qu'entraîneur des Magpies. Fraîchement nommé, l'ancien coach de Bournemouth est positif au Covid-19.

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-leicester-liverpool-508852.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-leicester-liverpool-1640725221_x600_articles-alt-508852.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/premier-league/premier-league-howe-va-rater-son-premier-match-avec-newcastle_AD-202111190486.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 21:05:12 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "98469a296ca50e183fa758d5e4ddab94" + }, + { + "title": "Comment l’image de la Ligue 1 s’est bonifiée selon Thierry Henry", + "description": "Le meilleur buteur de l’histoire de l’équipe de France, et actuel consultant pour Amazon Prime Vidéo, Thierry Henry a expliqué pourquoi la Ligue 1 suscite davantage d’intérêt depuis quelques années.

    ", + "content": "Le meilleur buteur de l’histoire de l’équipe de France, et actuel consultant pour Amazon Prime Vidéo, Thierry Henry a expliqué pourquoi la Ligue 1 suscite davantage d’intérêt depuis quelques années.

    ", + "category": "", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/comment-l-image-de-la-ligue-1-s-est-bonifiee-selon-thierry-henry_AV-202111190481.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 20:50:25 GMT", + "folder": "00.03 News/Sport - FR", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1d0f71b4549b8ee0c610e2eb83025a6" + "hash": "c4ef8cd798ee1b8952787ff4edbb6d84" }, { - "title": "Un jeune fan de QPR ovationné après avoir vaincu le cancer", - "description": "La plus belle des victoires.
    \n
    \nFelix Martineau, 8 ans, se souviendra pendant longtemps de cette rencontre entre les Queens Park Rangers et Bournemouth ce lundi soir. À la mi-temps, ce…

    ", - "content": "La plus belle des victoires.
    \n
    \nFelix Martineau, 8 ans, se souviendra pendant longtemps de cette rencontre entre les Queens Park Rangers et Bournemouth ce lundi soir. À la mi-temps, ce…

    ", + "title": "Uruguay: le sélectionneur Tabarez viré après une mauvaise série", + "description": "L’Uruguay a officialisé ce vendredi la fin du contrat d’Oscar Tabarez. Sélectionneur depuis 2006, le technicien de 74 ans paie une série de quatre défaites consécutives et la septième place de la Celeste lors des éliminatoires sud-américains pour le Mondial 2022.

    ", + "content": "L’Uruguay a officialisé ce vendredi la fin du contrat d’Oscar Tabarez. Sélectionneur depuis 2006, le technicien de 74 ans paie une série de quatre défaites consécutives et la septième place de la Celeste lors des éliminatoires sud-américains pour le Mondial 2022.

    ", "category": "", - "link": "https://www.sofoot.com/un-jeune-fan-de-qpr-ovationne-apres-avoir-vaincu-le-cancer-508860.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T17:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-jeune-fan-de-qpr-ovationne-apres-avoir-vaincu-le-cancer-1640712743_x600_articles-508860.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/coupe-du-monde/qualifications/uruguay-le-selectionneur-tabarez-vire-apres-une-mauvaise-serie_AV-202111190476.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 20:14:39 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92271f7c11101f81b5e0c9f4445dae08" + "hash": "cfb2b1bed64e4cb469eccd1e1a7a08a3" }, { - "title": "PFC-OL : Pierre Ferracci s'exprimera le 5 janvier à propos des sanctions de la FFF", - "description": "Ça ne pouvait pas en rester là.
    \n
    \nAprès les
    ", - "content": "Ça ne pouvait pas en rester là.
    \n
    \nAprès les
    ", + "title": "Euroleague: nouvelle défaite pour Monaco, surclassé par l'Efes", + "description": "L’AS Monaco a été largement dominée par les Turcs d’Efes Anadolu Istanbul 98-77 ce vendredi lors de la 11e journée d'Euroleague.

    ", + "content": "L’AS Monaco a été largement dominée par les Turcs d’Efes Anadolu Istanbul 98-77 ce vendredi lors de la 11e journée d'Euroleague.

    ", "category": "", - "link": "https://www.sofoot.com/pfc-ol-pierre-ferracci-s-exprimera-le-5-janvier-a-propos-des-sanctions-de-la-fff-508858.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T17:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-pierre-ferracci-s-exprimera-le-5-janvier-a-propos-des-sanctions-de-la-fff-1640711811_x600_articles-508858.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/basket/euroligue/euroleague-nouvelle-defaite-pour-monaco-surclasse-par-anadolu_AD-202111190471.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 19:54:26 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c971f22d3db996406de279b3137e57c" + "hash": "c9b003da82bfc9d88ae4d8299f63a15e" }, { - "title": "Palomino champion d'Europe des interceptions en 2021, Tchouaméni roi des tacles", - "description": "No Pasaran !
    \n
    \nLe solide défenseur argentin de l'Atalanta José Luis Palomino est le joueur qui a effectué le plus d'interceptions dans les cinq grands championnats européens…

    ", - "content": "No Pasaran !
    \n
    \nLe solide défenseur argentin de l'Atalanta José Luis Palomino est le joueur qui a effectué le plus d'interceptions dans les cinq grands championnats européens…

    ", + "title": "France-Nouvelle-Zélande: comment les Bleus abordent \"le grand défi\" face aux Blacks", + "description": "A l’image de leur capitaine Antoine Dupont, les joueurs du XV de France ont déjà la tête au Stade de France où ils défieront la Nouvelle-Zélande samedi soir pour leur troisième test-match d’automne. Le défi est immense mais les Bleus veulent croire en un exploit.

    ", + "content": "A l’image de leur capitaine Antoine Dupont, les joueurs du XV de France ont déjà la tête au Stade de France où ils défieront la Nouvelle-Zélande samedi soir pour leur troisième test-match d’automne. Le défi est immense mais les Bleus veulent croire en un exploit.

    ", "category": "", - "link": "https://www.sofoot.com/palomino-champion-d-europe-des-interceptions-en-2021-tchouameni-roi-des-tacles-508857.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T17:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-palomino-champion-d-europe-des-interceptions-en-2021-tchouameni-roi-des-tacles-1640711686_x600_articles-508857.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/rugby/tests-matchs/france-nouvelle-zelande-comment-les-bleus-abordent-le-grand-defi-face-aux-blacks_AV-202111190463.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 19:08:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ce5de1bcfd8ab24cb7cd7f7d4d54cad" + "hash": "87eddd56de0fb31cb93852c4a5ae8637" }, { - "title": "West Ham se requinque à Watford", - "description": "

    ", - "content": "

    ", + "title": "Monaco-Lille en direct: mené 2-0, l'ASM arrache le nul, les Lillois peuvent s'en vouloir", + "description": "La 14e journée de Ligue 1 débute par un scénario renversant ce vendredi: mené 2-0, Monaco arrache le nul face à des Lillois qui ont arrêté de jouer après la pause.

    ", + "content": "La 14e journée de Ligue 1 débute par un scénario renversant ce vendredi: mené 2-0, Monaco arrache le nul face à des Lillois qui ont arrêté de jouer après la pause.

    ", "category": "", - "link": "https://www.sofoot.com/west-ham-se-requinque-a-watford-508851.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-west-ham-se-requinque-a-watford-1640710596_x600_articles-508851.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-suivez-le-match-monaco-lille-en-direct_LS-202111190455.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 19:06:54 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "703eaf011c32a2601e5c2044a3055369" + "hash": "cd3caea6af9d2d10bd7d45f36cd2a152" }, { - "title": "Crystal Palace en balade face à Norwich", - "description": "

    ", - "content": "

    ", + "title": "Tennis: \"très préoccupés\" par le sort de Peng Shuai, les Etats-Unis réclament une \"preuve vérifiable\"", + "description": "La disparition de Peng Shuai, joueuse de tennis chinoise qui a accusé publiquement un ancien haut dirigeant de son pays de viol, inquiète fortement la Maison Blanche. Washington réclame une \"preuve vérifiable\" concernant la sécurité de la joueuse et se dit \"très préoccupé\".

    ", + "content": "La disparition de Peng Shuai, joueuse de tennis chinoise qui a accusé publiquement un ancien haut dirigeant de son pays de viol, inquiète fortement la Maison Blanche. Washington réclame une \"preuve vérifiable\" concernant la sécurité de la joueuse et se dit \"très préoccupé\".

    ", "category": "", - "link": "https://www.sofoot.com/crystal-palace-en-balade-face-a-norwich-508850.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-crystal-palace-en-balade-face-a-norwich-1640711223_x600_articles-508850.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/tennis/tennis-tres-preoccupes-par-le-sort-de-peng-shuai-les-etats-unis-reclament-une-preuve-verifiable_AV-202111190446.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 18:53:06 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb12e2a2ebcd635465ab09a56fc5376d" + "hash": "a17fe3fc39937073732a0065ad61f507" }, { - "title": "Tottenham bloqué à Southampton", - "description": "

    ", - "content": "

    ", + "title": "Prix de Bretagne : Première étape sur la route du Prix d'Amérique", + "description": "Première course qualificative pour le Prix d'Amérique, le Prix de Bretagne est programmé ce dimanche 21 novembre sur l'hippodrome de Vincennes avec notamment au départ Face Time Bourbon, le vainqueur des deux dernières éditions du Championnat du Monde de Trot attelé.

    ", + "content": "Première course qualificative pour le Prix d'Amérique, le Prix de Bretagne est programmé ce dimanche 21 novembre sur l'hippodrome de Vincennes avec notamment au départ Face Time Bourbon, le vainqueur des deux dernières éditions du Championnat du Monde de Trot attelé.

    ", "category": "", - "link": "https://www.sofoot.com/tottenham-bloque-a-southampton-508856.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T16:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tottenham-bloque-a-southampton-1640710488_x600_articles-508856.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/paris-hippique/prix-de-bretagne-premiere-etape-sur-la-route-du-prix-d-amerique_AN-202111190443.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 18:38:00 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "584849e03bb7e67187bdc97e03521362" + "hash": "2a97378757cdd87c73c5304b5b7a5bd7" }, { - "title": "Lorenzo Insigne pourrait rejoindre le Toronto FC", - "description": "Il Magnifico en partance de son berceau ?
    \n
    \nÀ Naples, Lorenzo Insigne est le patron. Né dans la banlieue napolitaine, passé pro en 2009 chez les Gli Azzurri, l'attaquant a…

    ", - "content": "Il Magnifico en partance de son berceau ?
    \n
    \nÀ Naples, Lorenzo Insigne est le patron. Né dans la banlieue napolitaine, passé pro en 2009 chez les Gli Azzurri, l'attaquant a…

    ", + "title": "PSG: Donnarumma-Navas, une concurrence saine… jusqu’à quand?", + "description": "Gianluigi Donnarumma malade et forfait, c'est Keylor Navas qui sera titulaire au poste de gardien du PSG, samedi soir face à Nantes (17h). Les deux hommes sont en concurrence depuis le début de la saison, sans hiérarchie établie. Une concurrence saine pour l'instant.

    ", + "content": "Gianluigi Donnarumma malade et forfait, c'est Keylor Navas qui sera titulaire au poste de gardien du PSG, samedi soir face à Nantes (17h). Les deux hommes sont en concurrence depuis le début de la saison, sans hiérarchie établie. Une concurrence saine pour l'instant.

    ", "category": "", - "link": "https://www.sofoot.com/lorenzo-insigne-pourrait-rejoindre-le-toronto-fc-508859.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T16:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lorenzo-insigne-pourrait-rejoindre-le-toronto-fc-1640712933_x600_articles-508859.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-donnarumma-navas-une-concurrence-saine-jusqu-a-quand_AV-202111190432.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 18:08:56 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c64f1a1ba1550379f9d7daed5d0806f5" + "hash": "004a8f7a24203ba99136b99c5a206934" }, { - "title": "Ben Chilwell forfait jusqu'à la fin de la saison à Chelsea", - "description": "Chilwell sur le flanc.
    \n
    \nSorti sur blessure le 23 novembre dernier lors de la déculottée…

    ", - "content": "Chilwell sur le flanc.
    \n
    \nSorti sur blessure le 23 novembre dernier lors de
    la déculottée…

    ", + "title": "Ligue 1: la DNCG maintient ses sanctions contre l’OM", + "description": "Comme au mois de juillet, la DNCG, le gendarme financier du football français, a décidé de maintenir l’encadrement de la masse salariale et des indemnités de transferts de l’Olympique de Marseille.

    ", + "content": "Comme au mois de juillet, la DNCG, le gendarme financier du football français, a décidé de maintenir l’encadrement de la masse salariale et des indemnités de transferts de l’Olympique de Marseille.

    ", "category": "", - "link": "https://www.sofoot.com/ben-chilwell-forfait-jusqu-a-la-fin-de-la-saison-a-chelsea-508855.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T15:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ben-chilwell-forfait-jusqu-a-la-fin-de-la-saison-a-chelsea-1640707411_x600_articles-508855.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-la-dncg-maintient-ses-sanctions-contre-l-om_AV-202111190419.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 17:49:01 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc095efc798d51b0d185e591fe490622" + "hash": "2de0daf1fc116e6ca4edf057abc1ee43" }, { - "title": "Les Ultramarines stoppent leur activité à cause du retour de la jauge", - "description": "L'ambiance redevient délétère.
    \n
    \nPrincipal groupe de supporters des Girondins de Bordeaux, les Ultramarines ont annoncé sur Twitter qu'ils arrêtaient leur activité d'ultras…

    ", - "content": "L'ambiance redevient délétère.
    \n
    \nPrincipal groupe de supporters des Girondins de Bordeaux, les Ultramarines ont annoncé sur Twitter qu'ils arrêtaient leur activité d'ultras…

    ", + "title": "Manchester United: Solskjaer veut voir la trêve internationale comme un coup de boost", + "description": "Toujours très menacé à la tête de Manchester United, l’entraîneur des Red Devils Ole Gunnar Solskjaer estime que la trêve internationale a été bénéfique pour ses joueurs sur le plan mental. Confirmation attendue samedi après-midi sur la pelouse de Watford en Premier League.

    ", + "content": "Toujours très menacé à la tête de Manchester United, l’entraîneur des Red Devils Ole Gunnar Solskjaer estime que la trêve internationale a été bénéfique pour ses joueurs sur le plan mental. Confirmation attendue samedi après-midi sur la pelouse de Watford en Premier League.

    ", "category": "", - "link": "https://www.sofoot.com/les-ultramarines-stoppent-leur-activite-a-cause-du-retour-de-la-jauge-508854.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T15:24:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-ultramarines-stoppent-leur-activite-a-cause-du-retour-de-la-jauge-1640706861_x600_articles-508854.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/premier-league/manchester-united-solskjaer-veut-voir-la-treve-internationale-comme-un-coup-de-boost_AV-202111190406.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 17:32:49 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77b0778ddbbc4a5c3a0b8b0a73ec4256" + "hash": "db759af7739cdf434b0b77b3eccafb65" }, { - "title": "Mbappé, comme un grand", - "description": "Kylian Mbappé vient peut-être d'effectuer sa première prise de parole d'importance au sein de la petite famille du football. L'attaquant français s'est en effet exprimé comme un grand pour dénoncer la Coupe du monde tous les deux ans. Une réaction qui éborgne encore un peu davantage la com' de la FIFA à ce propos.Venu récupérer à Dubaï son prix de meilleur joueur de l'année aux Globe Soccer Awards, l'attaquant du PSG n'a pour une fois pas fui la polémique ni la controverse. Sollicité pour donner son…", - "content": "Venu récupérer à Dubaï son prix de meilleur joueur de l'année aux Globe Soccer Awards, l'attaquant du PSG n'a pour une fois pas fui la polémique ni la controverse. Sollicité pour donner son…", + "title": "Barça: la mise en garde de Xavi à De Jong, dont il attend beaucoup plus", + "description": "Loin de son meilleur niveau en ce début de saison, Frenkie de Jong a été invité par son nouvel entraîneur Xavi à se montrer plus décisif. Le nouvel homme fort du FC Barcelone estime que le jeune milieu néerlandais a le potentiel pour passer un cap.

    ", + "content": "Loin de son meilleur niveau en ce début de saison, Frenkie de Jong a été invité par son nouvel entraîneur Xavi à se montrer plus décisif. Le nouvel homme fort du FC Barcelone estime que le jeune milieu néerlandais a le potentiel pour passer un cap.

    ", "category": "", - "link": "https://www.sofoot.com/mbappe-comme-un-grand-508848.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mbappe-comme-un-grand-1640701369_x600_articles-alt-508848.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/liga/barca-la-mise-en-garde-de-xavi-a-de-jong-dont-il-attend-beaucoup-plus_AV-202111190387.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 17:03:12 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10db692209d0e0d32db8e8d4e72800fc" + "hash": "a699e1140e6fd1f18b75aa5dcd51701c" }, { - "title": "Jorge Jesus quitte Benfica à deux jours du choc contre Porto ", - "description": "Timing parfait.
    \n
    \nÀ deux jours d'un déplacement crucial à Porto, leader du championnat, Benfica a annoncé ce mardi la démission de son entraîneur Jorge Jesus. L'entraîneur…

    ", - "content": "Timing parfait.
    \n
    \nÀ deux jours d'un déplacement crucial à Porto, leader du championnat, Benfica a annoncé ce mardi la démission de son entraîneur Jorge Jesus. L'entraîneur…

    ", + "title": "NBA: Kanter clashe LeBron James sur la Chine", + "description": "Le Turc Enes Kanter a taclé la position de LeBron James concernant la Chine. Le pivot turc regrette l’hypocrisie supposée de la star entre sa défense des luttes sociales et son goût pour l’argent.

    ", + "content": "Le Turc Enes Kanter a taclé la position de LeBron James concernant la Chine. Le pivot turc regrette l’hypocrisie supposée de la star entre sa défense des luttes sociales et son goût pour l’argent.

    ", "category": "", - "link": "https://www.sofoot.com/jorge-jesus-quitte-benfica-a-deux-jours-du-choc-contre-porto-508849.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T14:29:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jorge-jesus-quitte-benfica-a-deux-jours-du-choc-contre-porto-1640704843_x600_articles-508849.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/basket/nba/nba-kanter-clashe-le-bron-james-sur-la-chine_AV-202111190381.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 16:54:34 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d3ebb98ae4a0ad6c8de50b7384c1dd8" + "hash": "2416c5374f7ddf2b5445b6874cfd0c66" }, { - "title": "Ferran Torres s'engage officiellement avec le Barça", - "description": "Le bal du mercato est ouvert.
    \n
    \nC'était dans les tuyaux depuis plusieurs semaines, c'est devenu officiel ce mardi : Ferran Torres est un joueur du FC Barcelone. Le club catalan l'a…

    ", - "content": "Le bal du mercato est ouvert.
    \n
    \nC'était dans les tuyaux depuis plusieurs semaines, c'est devenu officiel ce mardi : Ferran Torres est un joueur du FC Barcelone. Le club catalan l'a…

    ", + "title": "Bayern: non vacciné, Kimmich absent face au Dynamo Kiev", + "description": "Cas contact, le milieu de terrain du Bayern Munich Joshua Kimmich, non vacciné, sera absent vendredi face à Augsbourg en Bundesliga et mardi face au Dynamo Kiev en Ligue des champions.

    ", + "content": "Cas contact, le milieu de terrain du Bayern Munich Joshua Kimmich, non vacciné, sera absent vendredi face à Augsbourg en Bundesliga et mardi face au Dynamo Kiev en Ligue des champions.

    ", "category": "", - "link": "https://www.sofoot.com/ferran-torres-s-engage-officiellement-avec-le-barca-508847.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T13:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ferran-torres-s-engage-officiellement-avec-le-barca-1640702268_x600_articles-508847.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/bayern-non-vaccine-kimmich-absent-face-au-dynamo-kiev_AD-202111190347.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 16:11:57 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "023505582e9bf89117764a20d26696b7" + "hash": "ffd770779546dc367ee03fde9a89bd76" }, { - "title": "Bristol City en grave déficit financier à cause de la pandémie", - "description": "Le navire coule en Championship.
    \n
    \nLes finances du club de Bristol, en deuxième division anglaise, viennent faire état des conséquences de la Covid sur l'économie du football.…

    ", - "content": "Le navire coule en Championship.
    \n
    \nLes finances du club de Bristol, en deuxième division anglaise, viennent faire état des conséquences de la Covid sur l'économie du football.…

    ", + "title": "PSG: Neymar dans le groupe contre Nantes, pas Marquinhos, ni Ramos", + "description": "Outre le forfait de Gianluigi Donnarumma, malade, le PSG devra aussi composer sans son capitaine Marquinhos pour affronter le FC Nantes ce samedi pour le compte de la 14e journée de Ligue 1. Neymar, qui était revenu blessé de la sélection brésilienne, est dans le groupe de Mauricio Pochettino.

    ", + "content": "Outre le forfait de Gianluigi Donnarumma, malade, le PSG devra aussi composer sans son capitaine Marquinhos pour affronter le FC Nantes ce samedi pour le compte de la 14e journée de Ligue 1. Neymar, qui était revenu blessé de la sélection brésilienne, est dans le groupe de Mauricio Pochettino.

    ", "category": "", - "link": "https://www.sofoot.com/bristol-city-en-grave-deficit-financier-a-cause-de-la-pandemie-508846.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T13:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bristol-city-en-grave-deficit-financier-a-cause-de-la-pandemie-1640699449_x600_articles-508846.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-neymar-dans-le-groupe-contre-nantes-pas-marquinhos_AV-202111190328.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 15:45:12 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5d8a0643a06f6c78ccd289fb6a03364" + "hash": "71d026289bb796e392f5c0405b67e9a5" }, { - "title": "Hugo Maradona, le frère cadet de Diego, est décédé", - "description": "Treize mois après Diego Maradona, c'est Hugo, son cadet, qui s'est envolé ce mardi.
    \n
    \nHugo Maradona s'est éteint ce mardi 28 décembre à Naples des suites d'un infarctus, à l'âge de…

    ", - "content": "Treize mois après Diego Maradona, c'est Hugo, son cadet, qui s'est envolé ce mardi.
    \n
    \nHugo Maradona s'est éteint ce mardi 28 décembre à Naples des suites d'un infarctus, à l'âge de…

    ", + "title": "F1: privé de baquet en 2022, le Français Théo Pourchaire va rester en Formule 2", + "description": "Barré par la nomination du Chinois Guanyu Zhou chez Alfa Romeo lors de la saison 2022 de Formule 1, le pilote français Théo Pourchaire (18 ans) n’effectuera pas ses grands débuts en F1 l’année prochaine. Frédéric Vasseur, patron de l'écurie suisse, a annoncé ce vendredi qu'il restera encore en F2 la saison prochaine.

    ", + "content": "Barré par la nomination du Chinois Guanyu Zhou chez Alfa Romeo lors de la saison 2022 de Formule 1, le pilote français Théo Pourchaire (18 ans) n’effectuera pas ses grands débuts en F1 l’année prochaine. Frédéric Vasseur, patron de l'écurie suisse, a annoncé ce vendredi qu'il restera encore en F2 la saison prochaine.

    ", "category": "", - "link": "https://www.sofoot.com/hugo-maradona-le-frere-cadet-de-diego-est-decede-508845.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T13:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-hugo-maradona-le-frere-cadet-de-diego-est-decede-1640698393_x600_articles-508845.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-prive-de-baquet-en-2022-le-francais-theo-pourchaire-va-rester-en-formule-2_AV-202111190325.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 15:42:40 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce96612dd02a0e5491fbd7e005bcb2d4" + "hash": "446c9b00cbfe141cf7397a0a6fec8cbe" }, { - "title": "OM 2004 : retour sur l'épopée marseillaise jusqu'en finale de Coupe de l'UEFA", - "description": "Lors de la saison 2003-2004, une solide équipe de l'Olympique de Marseille emmenée par un Didier Drogba inarrêtable va gravir des sommets inespérés. Si la marche était trop haute en Ligue des champions, les Olympiens vont se découvrir de grandes ambitions au fil de leurs conquêtes en Coupe de l'UEFA, éliminant au passage Liverpool, l'Inter ou encore Newcastle avant de tomber sur Valence en finale.Article paru initialement dans le SO FOOT CLUB #76
    \n
    \n\"Sur le second but de Didier…

    ", - "content": "Article paru initialement dans le SO FOOT CLUB #76
    \n
    \n\"Sur le second but de Didier…

    ", + "title": "Transat Jacques-Vabre: l'idée pleine d'humour de Beyou pour une arrivée groupée", + "description": "Troisième de la Transat Jacques-Vabre, avec Christopher Pratt sur Charal, Jérémie Beyou a envoyé un petit message amusant à la direction de course ce vendredi matin, pour essayer de préserver l’arrivée groupée des différentes classes de bateaux en Martinique.

    ", + "content": "Troisième de la Transat Jacques-Vabre, avec Christopher Pratt sur Charal, Jérémie Beyou a envoyé un petit message amusant à la direction de course ce vendredi matin, pour essayer de préserver l’arrivée groupée des différentes classes de bateaux en Martinique.

    ", "category": "", - "link": "https://www.sofoot.com/om-2004-retour-sur-l-epopee-marseillaise-jusqu-en-finale-de-coupe-de-l-uefa-508717.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-om-2004-retour-sur-l-epopee-marseillaise-jusqu-en-finale-de-coupe-de-l-uefa-1640271514_x600_articles-508717.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/voile/transat-jacques-vabre-le-message-ironique-de-beyou-pour-esperer-l-arrivee-groupee_AV-202111190324.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 15:38:55 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c2bf6d759e5abc3b7d5e811c6c58af4" + "hash": "a4eae9d3a7c706d7d16d6ad7258b3abc" }, { - "title": "Les 50 publicités avec des footeux (de 40 à 31)", - "description": "Depuis des décennies, les footballeurs servent d'ambassadeurs aux marques, qui utilisent leur image pour promouvoir leurs produits. Sauf que la qualité première d'un footballeur n'est pas forcément l'acting studio. Et lorsqu'ils se retrouvent derrière la caméra, cela donne souvent des résultats mythiques. Florilège des 50 meilleures publicités mettant en scène des footeux.
    \n
    \nMega Drive, Game Gear, Master System d'un côté, Roberto Mancini, Walter Zenga et Gianluigi Lentini…

    ", - "content": "
    \n
    \nMega Drive, Game Gear, Master System d'un côté, Roberto Mancini, Walter Zenga et Gianluigi Lentini…

    ", + "title": "OM: Ünder vers un forfait contre l’OL", + "description": "Cengiz Ünder s’est entraîné à part ce vendredi, avant le match de l’OM contre l'OL dimanche. Forfait avec la sélection turque, l’ailier marseillais sera probablement absent pour le choc de la 14e journée de Ligue 1.

    ", + "content": "Cengiz Ünder s’est entraîné à part ce vendredi, avant le match de l’OM contre l'OL dimanche. Forfait avec la sélection turque, l’ailier marseillais sera probablement absent pour le choc de la 14e journée de Ligue 1.

    ", "category": "", - "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-40-a-31-508636.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-de-40-a-31-1640172217_x600_articles-alt-508636.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-under-vers-un-forfait-contre-l-ol_AV-202111190317.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 15:24:49 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2666574fa1cd430413100e6e706c882b" + "hash": "21c687855cfd551ebff62641c8988039" }, { - "title": "Le RC Lens demande à avancer le derby en Coupe de France face à Lille", - "description": "Le tout pour le tout.
    \n
    \nDans un communiqué publié sur son…

    ", - "content": "Le tout pour le tout.
    \n
    \nDans un communiqué publié sur son…

    ", + "title": "Atlético: finalement, Griezmann pourra affronter l'AC Milan", + "description": "Diego Simeone pourra compter sur Antoine Griezmann pour le choc de Ligue des champions mercredi entre l'Atlético de Madrid et l'AC Milan. L'UEFA a décidé de réduire la suspension du Français après son rouge reçu contre Liverpool.

    ", + "content": "Diego Simeone pourra compter sur Antoine Griezmann pour le choc de Ligue des champions mercredi entre l'Atlético de Madrid et l'AC Milan. L'UEFA a décidé de réduire la suspension du Français après son rouge reçu contre Liverpool.

    ", "category": "", - "link": "https://www.sofoot.com/le-rc-lens-demande-a-avancer-le-derby-en-coupe-de-france-face-a-lille-508844.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T12:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-rc-lens-demande-a-avancer-le-derby-en-coupe-de-france-face-a-lille-1640697967_x600_articles-508844.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/atletico-finalement-griezmann-pourra-affronter-l-ac-milan_AV-202111190314.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 15:16:01 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e6e45d7d25c096e1dbcbec10f7dc679" + "hash": "fd3bce63b63457a9cf9fa6a6a383ce2b" }, { - "title": "5 000, la jauge de l'absurde", - "description": "Dès lundi 3 janvier, la jauge de 5000 spectateurs fera son retour dans les enceintes sportives pour au moins trois semaines. Un retour à l'automne 2020 qui passe mal, et qui donne l'impression qu'aucune leçon n'a été tirée des premières vagues. Surtout, une question se pose : pourquoi ne pas adapter cette jauge à chaque stade via un pourcentage ?Encore un matin où le monde du football se réveille la tête en vrac. Mais cette fois, la gueule de bois n'a rien à voir avec le marathon des fêtes ou avec des incidents en tribunes :…", - "content": "Encore un matin où le monde du football se réveille la tête en vrac. Mais cette fois, la gueule de bois n'a rien à voir avec le marathon des fêtes ou avec des incidents en tribunes :…", + "title": "OM: Payet n'a pas tiré un trait sur l'équipe de France", + "description": "Performant et régulier avec l'OM depuis plusieurs mois, Dimitri Payet est l'un des meilleurs joueurs de Ligue 1 cette saison. De quoi envisager un retour chez les Bleus, trois ans après sa dernière sélection? Le Réunionnais ne s'interdit rien, mais n'en fait pas une fixette non plus.

    ", + "content": "Performant et régulier avec l'OM depuis plusieurs mois, Dimitri Payet est l'un des meilleurs joueurs de Ligue 1 cette saison. De quoi envisager un retour chez les Bleus, trois ans après sa dernière sélection? Le Réunionnais ne s'interdit rien, mais n'en fait pas une fixette non plus.

    ", "category": "", - "link": "https://www.sofoot.com/5-000-la-jauge-de-l-absurde-508838.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T12:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-5-000-la-jauge-de-l-absurde-1640687760_x600_articles-alt-508838.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/om-payet-n-a-pas-tire-un-trait-sur-l-equipe-de-france_AV-202111190298.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 14:47:46 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38480107343d2cf5de480f48d15d9e52" + "hash": "2fa2c5692ed86fbb2c9bf4a0d8e6c522" }, { - "title": "Emil Forsberg élu Ballon d'or en Suède", - "description": "En plein dans l'E-mil.
    \n
    \nLe milieu Emil Forsberg a été élu joueur suédois de l'année ce lundi. Une distinction qu'il doit avant tout à son très bon bilan avec sa sélection.…

    ", - "content": "En plein dans l'E-mil.
    \n
    \nLe milieu Emil Forsberg a été élu joueur suédois de l'année ce lundi. Une distinction qu'il doit avant tout à son très bon bilan avec sa sélection.…

    ", + "title": "Manchester City-PSG: positif au coronavirus, De Bruyne manquera le choc", + "description": "Testé positif au Covid-19 à son retour de sélection, Kevin De Bruyne est contraint de respecter dix jours d'isolement. Le Belge est donc forfait pour le duel Manchester City-PSG programmé mercredi en Ligue des champions.

    ", + "content": "Testé positif au Covid-19 à son retour de sélection, Kevin De Bruyne est contraint de respecter dix jours d'isolement. Le Belge est donc forfait pour le duel Manchester City-PSG programmé mercredi en Ligue des champions.

    ", "category": "", - "link": "https://www.sofoot.com/emil-forsberg-elu-ballon-d-or-en-suede-508842.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T11:24:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-emil-forsberg-elu-ballon-d-or-en-suede-1640692980_x600_articles-508842.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-des-champions/manchester-city-psg-positif-au-coronavirus-de-bruyne-manquera-le-choc_AV-202111190297.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 14:43:43 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7d8f4b45d911351b9c5061454efa935" + "hash": "12b32073b753c16e52400695f8f7902a" }, { - "title": "Ronaldinho : \"Messi ? Je pensais qu'il finirait sa carrière à Barcelone\"", - "description": "De retour au Parc des Princes en tant qu'invité d'honneur lors de la rencontre entre Paris et Leipzig (3-2) en…", - "content": "De retour au Parc des Princes en tant qu'invité d'honneur lors de la rencontre entre Paris et Leipzig (3-2) en…", + "title": "PSG: Pochettino optimiste pour Neymar et Ramos avant Nantes", + "description": "Sergio Ramos et Neymar ont des chances d'être convoqués pour le match de la 14e journée de Ligue 1 entre le PSG et le FC Nantes, ce samedi (17h). Mauricio Pochettino a donné des nouvelles positives des deux joueurs en conférence de presse.

    ", + "content": "Sergio Ramos et Neymar ont des chances d'être convoqués pour le match de la 14e journée de Ligue 1 entre le PSG et le FC Nantes, ce samedi (17h). Mauricio Pochettino a donné des nouvelles positives des deux joueurs en conférence de presse.

    ", "category": "", - "link": "https://www.sofoot.com/ronaldinho-messi-je-pensais-qu-il-finirait-sa-carriere-a-barcelone-508843.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T11:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ronaldinho-messi-je-pensais-qu-il-finirait-sa-carriere-a-barcelone-1640694020_x600_articles-508843.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/psg-pochettino-optimiste-pour-neymar-et-ramos-avant-nantes_AV-202111190281.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 13:54:13 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb3ce6bfcdf97b5cc018df229c1f37e7" + "hash": "5ccfd15ba66a8a045d2d21e4020236fc" }, { - "title": "PFC-OL : la vidéo-surveillance du parcage incrimine trois hooligans lyonnais", - "description": "Le match PFC-OL n'est toujours pas fini.
    \n
    \nLe Paris FC a rapporté lors de la commission plusieurs vidéos qui accusent trois hooligans lyonnais d'avoir lancé les hostilités avec les…

    ", - "content": "Le match PFC-OL n'est toujours pas fini.
    \n
    \nLe Paris FC a rapporté lors de la commission plusieurs vidéos qui accusent trois hooligans lyonnais d'avoir lancé les hostilités avec les…

    ", + "title": "F1: Mercedes débouté, pas de réexamen de l'incident Hamilton-Verstappen au Brésil", + "description": "La défense de Max Verstappen (Red Bull) contre la tentative de dépassement de Lewis Hamilton (Mercedes) au GP du Brésil de Formule 1 ne sera pas réexaminée. Le recours de Mercedes a été rejeté, ont indiqué vendredi les commissaires de la FIA.

    ", + "content": "La défense de Max Verstappen (Red Bull) contre la tentative de dépassement de Lewis Hamilton (Mercedes) au GP du Brésil de Formule 1 ne sera pas réexaminée. Le recours de Mercedes a été rejeté, ont indiqué vendredi les commissaires de la FIA.

    ", "category": "", - "link": "https://www.sofoot.com/pfc-ol-la-video-surveillance-du-parcage-incrimine-trois-hooligans-lyonnais-508841.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T11:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-la-video-surveillance-du-parcage-incrimine-trois-hooligans-lyonnais-1640690389_x600_articles-508841.jpg", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/auto-moto/f1/f1-mercedes-deboute-pas-de-reexamen-de-l-incident-hamilton-verstappen-au-bresil_AV-202111190280.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 13:53:29 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "d9ba7b8570bb8eb421a49e83d4f001a0" + }, + { + "title": "OM: Sampaoli aimerait des joueurs confirmés au mercato", + "description": "Interrogé ce vendredi sur d'éventuels besoins lors du mercato hivernal, l'entraîneur de l'OM Jorge Sampaoli a fait passer un message à ses dirigeants en expliquant qu'il n'avait pas assez de joueurs confirmés à disposition. En reconnaissant toutefois qu'il n'est pas toujours possible d'obtenir ce que l'on désire.

    ", + "content": "Interrogé ce vendredi sur d'éventuels besoins lors du mercato hivernal, l'entraîneur de l'OM Jorge Sampaoli a fait passer un message à ses dirigeants en expliquant qu'il n'avait pas assez de joueurs confirmés à disposition. En reconnaissant toutefois qu'il n'est pas toujours possible d'obtenir ce que l'on désire.

    ", + "category": "", + "link": "https://rmcsport.bfmtv.com/football/transferts/om-sampaoli-aimerait-des-joueurs-confirmes-au-mercato_AV-202111190279.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 13:50:56 GMT", + "folder": "00.03 News/Sport - FR", + "feed": "RMC Sport", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "40af6a71d5b72f2183a70557a7f0b968" + }, + { + "title": "Mercato en direct: Angers a son nouveau coordinateur sportif", + "description": "Le mercato d'hiver va ouvrir ses portes le 1er janvier, une date qui permettra aussi aux joueurs en fin de contrat en juin de négocier librement avec le club de leurs choix. Suivez toutes les informations et rumeurs en direct.

    ", + "content": "Le mercato d'hiver va ouvrir ses portes le 1er janvier, une date qui permettra aussi aux joueurs en fin de contrat en juin de négocier librement avec le club de leurs choix. Suivez toutes les informations et rumeurs en direct.

    ", + "category": "", + "link": "https://rmcsport.bfmtv.com/football/transferts/mercato-en-direct-les-infos-et-les-rumeurs-du-18-novembre-2021_LN-202111180054.html", + "creator": "", + "pubDate": "Thu, 18 Nov 2021 06:27:23 GMT", + "folder": "00.03 News/Sport - FR", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "893b1880b9665bf5dfa3deeb0c119259" + "hash": "c3c1ef3ef35b822217b1a4158ed84528" }, { - "title": "José Luis Mendilibar prend les commandes du Deportivo Alavés", - "description": "Coaching gagnant ?
    \n
    \nLe Deportivo Alavés a officialisé ce mardi matin la fin de sa collaboration avec son entraîneur Javi Calleja. Arrivé il y a huit mois, alors qu'Alavés était bon…

    ", - "content": "Coaching gagnant ?
    \n
    \nLe Deportivo Alavés a officialisé ce mardi matin la fin de sa collaboration avec son entraîneur Javi Calleja. Arrivé il y a huit mois, alors qu'Alavés était bon…

    ", + "title": "Ligue 1 en direct: masse salariale et transferts encadrés pour l'OM", + "description": "Fin de la trêve internationale et reprise de la Ligue 1 ce week-end, avec une 14e journée de championnat qui débute vendredi par Monaco-Lille. Retrouvez toutes les informations et déclarations à ne pas manquer avant les matchs.

    ", + "content": "Fin de la trêve internationale et reprise de la Ligue 1 ce week-end, avec une 14e journée de championnat qui débute vendredi par Monaco-Lille. Retrouvez toutes les informations et déclarations à ne pas manquer avant les matchs.

    ", "category": "", - "link": "https://www.sofoot.com/jose-luis-mendilibar-prend-les-commandes-du-deportivo-alaves-508837.html", - "creator": "SO FOOT", - "pubDate": "2021-12-28T09:56:00Z", - "enclosure": "", - "enclosureType": "image/jpeg", - "image": "", - "id": "", - "language": "fr", + "link": "https://rmcsport.bfmtv.com/football/ligue-1/ligue-1-en-direct-toutes-les-infos-avant-la-14e-journee_LN-202111170121.html", + "creator": "", + "pubDate": "Wed, 17 Nov 2021 08:10:21 GMT", "folder": "00.03 News/Sport - FR", - "feed": "SoFoot", + "feed": "RMC Sport", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74342ec96b812143a59b31ade7863821" + "hash": "50d98278e6a9fe7350146f04464a1a47" }, { - "title": "Cruzeiro : Ronaldo va envoyer 7,7 millions d'euros à la FIFA pour éponger une dette", - "description": "Ça s'appelle un \"retour payant\".
    \n
    \n\"J'ai beaucoup à donner en retour à ce club. Nous avons beaucoup de travail devant nous, mais nous avons l'ambition pour remettre…

    ", - "content": "Ça s'appelle un \"retour payant\".
    \n
    \n\"J'ai beaucoup à donner en retour à ce club. Nous avons beaucoup de travail devant nous, mais nous avons l'ambition pour remettre…

    ", + "title": "Affaire Hamraoui en direct: le message d'Eric Abidal à sa femme après sa demande de divorce", + "description": "Suivez toutes les informations en direct sur la rocambolesque agression dont a été victime la joueuse du PSG, Kheira Hamraoui.

    ", + "content": "Suivez toutes les informations en direct sur la rocambolesque agression dont a été victime la joueuse du PSG, Kheira Hamraoui.

    ", "category": "", - "link": "https://www.sofoot.com/cruzeiro-ronaldo-va-envoyer-77-millions-d-euros-a-la-fifa-pour-eponger-une-dette-508808.html", + "link": "https://rmcsport.bfmtv.com/football/affaire-hamraoui-diallo-en-direct-toutes-les-infos_LN-202111110108.html", + "creator": "", + "pubDate": "Thu, 11 Nov 2021 08:43:53 GMT", + "folder": "00.03 News/Sport - FR", + "feed": "RMC Sport", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c4e533715d881c0e926022907dc5ab04" + } + ], + "folder": "00.03 News/Sport - FR", + "name": "RMC Sport", + "language": "fr", + "hash": "fa2bc310e1b6e58ad32a2029c98d556f" + }, + { + "title": "SO FOOT.com", + "subtitle": "", + "link": "https://www.sofoot.com/", + "image": "", + "description": "Le site de l'actualité football, vue autrement. Un contenu original et décalé, un suivi pas à pas de l'actu foot en France, en Europe, dans le monde entier et ailleurs.", + "items": [ + { + "title": "Barcelone évite la mauvaise surprise à Linares", + "description": "

    Linares 1-2 Barcelone ", + "content": "

    Linares 1-2 Barcelone ", + "category": "", + "link": "https://www.sofoot.com/barcelone-evite-la-mauvaise-surprise-a-linares-509133.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T11:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cruzeiro-ronaldo-va-envoyer-77-millions-d-euros-a-la-fifa-pour-eponger-une-dette-1640601910_x600_articles-508808.jpg", + "pubDate": "2022-01-05T20:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-barcelone-evite-la-mauvaise-surprise-a-linares-1641414933_x600_articles-509133.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-barcelone-evite-la-mauvaise-surprise-a-linares-1641414933_x600_articles-509133.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69062,19 +70251,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b6e11af463f9cbcc6d750ebe73ce7d2" + "hash": "f6bc92c68348c467d3f51153b72f28dd", + "highlights": [] }, { - "title": "Comment le foot s'est fait une place en or sur Instagram ", - "description": "À chacun sa façon de vivre le foot. Pour la génération Z, à savoir celle née entre 1997 et 2010, la terre n'a jamais tourné sans internet, et le ballon rond non plus. Hyperconnectés, les jeunes sont de plus en plus nombreux à mettre eux-mêmes la main à la pâte en créant leurs propres canaux d'information. Leur terrain de jeu : Instagram.Article paru dans le numéro 70 de SO FOOT CLUB
    \n
    \n\"Qui est le meilleur entre Messi et…

    ", - "content": "Article paru dans le numéro 70 de SO FOOT CLUB
    \n
    \n\"Qui est le meilleur entre Messi et…

    ", + "title": "En direct : Chelsea - Tottenham", + "description": "45' : 45+1.
    \n
    \nConte tire la tronche, et il a bien raison.", + "content": "45' : 45+1.
    \n
    \nConte tire la tronche, et il a bien raison.", "category": "", - "link": "https://www.sofoot.com/comment-le-foot-s-est-fait-une-place-en-or-sur-instagram-508565.html", + "link": "https://www.sofoot.com/en-direct-chelsea-tottenham-509134.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-comment-le-foot-s-est-fait-une-place-en-or-sur-instagram-1640100108_x600_articles-508565.jpg", + "pubDate": "2022-01-05T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-chelsea-tottenham-1641410031_x600_articles-alt-509134.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-en-direct-chelsea-tottenham-1641410031_x600_articles-alt-509134.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69083,19 +70273,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c931a556ab3f68ae310921ba112b8a3f" + "hash": "001b7f9e15b5cd82cc5a6940b0a6791b", + "highlights": [] }, { - "title": "CAN 2022 : Nasser Djiga empêché par de rejoindre la sélection burkinabée par le FC Bâle", - "description": "CANular.
    \n
    \nAlors que plusieurs joueurs sélectionnés hésitent à jouer cette Coupe d'Afrique…

    ", - "content": "CANular.
    \n
    \nAlors que plusieurs joueurs sélectionnés hésitent à jouer cette Coupe d'Afrique…

    ", + "title": "Angers-ASSE reporté au 26 janvier, Clermont-Strasbourg se jouera le 19", + "description": "La LFP dans ses grandes manœuvres.
    \n
    \nInitialement prévu le 22 décembre 2021 pour le compte de la dix-neuvième journée de championnat, la rencontre entre le Clermont Foot et le RC…

    ", + "content": "La LFP dans ses grandes manœuvres.
    \n
    \nInitialement prévu le 22 décembre 2021 pour le compte de la dix-neuvième journée de championnat, la rencontre entre le Clermont Foot et le RC…

    ", "category": "", - "link": "https://www.sofoot.com/can-2022-nasser-djiga-empeche-par-de-rejoindre-la-selection-burkinabee-par-le-fc-bale-508806.html", + "link": "https://www.sofoot.com/angers-asse-reporte-au-26-janvier-clermont-strasbourg-se-jouera-le-19-509127.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T10:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-2022-nasser-djiga-empeche-par-de-rejoindre-la-selection-burkinabee-par-le-fc-bale-1640600995_x600_articles-508806.jpg", + "pubDate": "2022-01-05T18:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-angers-asse-reporte-au-26-janvier-clermont-strasbourg-se-jouera-le-19-1641405861_x600_articles-509127.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-angers-asse-reporte-au-26-janvier-clermont-strasbourg-se-jouera-le-19-1641405861_x600_articles-509127.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69104,19 +70295,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8707a2007e52f0b161be8e7be93d583" + "hash": "356fbe118585487ee75c068a84eb9bc7", + "highlights": [] }, { - "title": "À la trêve, la Ligue 1 signe sa saison la plus prolifique depuis 40 ans", - "description": "La Ligue des talents, on vous dit !
    \n
    \nLe fournisseur de statistiques Opta vient de révéler que cette saison de Ligue 1 était la plus prolifique depuis la saison 1982-1983 (soit il y a…

    ", - "content": "La Ligue des talents, on vous dit !
    \n
    \nLe fournisseur de statistiques Opta vient de révéler que cette saison de Ligue 1 était la plus prolifique depuis la saison 1982-1983 (soit il y a…

    ", + "title": "Jean-Armel Kana-Biyik (ex-Gaziantep) signe au FC Metz pour six mois", + "description": "A-t-il signé son contrat avec un stylo Biyik ?
    \n
    \nÀ l'essai au FC Metz depuis le début du…

    ", + "content": "A-t-il signé son contrat avec un stylo Biyik ?
    \n
    \nÀ l'essai au FC Metz depuis le début du…

    ", "category": "", - "link": "https://www.sofoot.com/a-la-treve-la-ligue-1-signe-sa-saison-la-plus-prolifique-depuis-40-ans-508805.html", + "link": "https://www.sofoot.com/jean-armel-kana-biyik-ex-gaziantep-signe-au-fc-metz-pour-six-mois-509129.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T09:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-a-la-treve-la-ligue-1-signe-sa-saison-la-plus-prolifique-depuis-40-ans-1640599128_x600_articles-508805.jpg", + "pubDate": "2022-01-05T17:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jean-armel-kana-biyik-ex-gaziantep-signe-au-fc-metz-pour-six-mois-1641403619_x600_articles-509129.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-jean-armel-kana-biyik-ex-gaziantep-signe-au-fc-metz-pour-six-mois-1641403619_x600_articles-509129.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69125,19 +70317,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f815e006f13e564bd1404268665d988" + "hash": "b60379ba2abef1fa696c123b82d6f67e", + "highlights": [] }, { - "title": "Maroc : Imbroglio autour d'Ez Abde avant la CAN", - "description": "Les chants des sirènes.
    \n
    \nPrésent dans la liste élargie de Vahid Halilhodžić…

    ", - "content": "Les chants des sirènes.
    \n
    \nPrésent dans la liste élargie de Vahid Halilhodžić…

    ", + "title": "AC Milan : Stefano Pioli réclame un défenseur central", + "description": "La meilleure défense, c'est l'attaque... Mais là, c'est quand même léger.
    \n
    \nLors du point presse avant le choc contre la Roma ce jeudi, l'entraîneur de l'AC Milan Stefano Pioli a…

    ", + "content": "La meilleure défense, c'est l'attaque... Mais là, c'est quand même léger.
    \n
    \nLors du point presse avant le choc contre la Roma ce jeudi, l'entraîneur de l'AC Milan Stefano Pioli a…

    ", "category": "", - "link": "https://www.sofoot.com/maroc-imbroglio-autour-d-ez-abde-avant-la-can-508804.html", + "link": "https://www.sofoot.com/ac-milan-stefano-pioli-reclame-un-defenseur-central-509128.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T09:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-maroc-imbroglio-autour-d-ez-abde-avant-la-can-1640597393_x600_articles-508804.jpg", + "pubDate": "2022-01-05T17:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ac-milan-stefano-pioli-reclame-un-defenseur-central-1641402260_x600_articles-509128.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-ac-milan-stefano-pioli-reclame-un-defenseur-central-1641402260_x600_articles-509128.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69146,19 +70339,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "779729142e42844cd49616cbb1764d8d" + "hash": "e85fbacf2121116dfc41b6e3cdd6adf4", + "highlights": [] }, { - "title": "Paulo Sousa en conflit avec la fédération polonaise alors qu'il souhaite rejoindre Flamengo (Brésil)", - "description": "Envie d'ailleurs.
    \n
    \nLe sélectionneur de la Pologne et ancien coach de Bordeaux Paulo Sousa s'est attiré les foudres de sa fédération après avoir clamé ses volontés de départs…

    ", - "content": "Envie d'ailleurs.
    \n
    \nLe sélectionneur de la Pologne et ancien coach de Bordeaux Paulo Sousa s'est attiré les foudres de sa fédération après avoir clamé ses volontés de départs…

    ", + "title": "Bordeaux-Marseille à huis clos ? Les Ultramarines parlent d'une \"terrible injustice\"", + "description": "Coûte que coûte, il y a une série d'invincibilité à défendre.
    \n
    \nAlors que Bordeaux fait face à de nombreux cas de Covid-19 dans son effectif, la rencontre prévue ce vendredi entre…

    ", + "content": "Coûte que coûte, il y a une série d'invincibilité à défendre.
    \n
    \nAlors que Bordeaux fait face à de nombreux cas de Covid-19 dans son effectif, la rencontre prévue ce vendredi entre…

    ", "category": "", - "link": "https://www.sofoot.com/paulo-sousa-en-conflit-avec-la-federation-polonaise-alors-qu-il-souhaite-rejoindre-flamengo-bresil-508802.html", + "link": "https://www.sofoot.com/bordeaux-marseille-a-huis-clos-les-ultramarines-parlent-d-une-terrible-injustice-509124.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T08:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paulo-sousa-en-conflit-avec-la-federation-polonaise-alors-qu-il-souhaite-rejoindre-flamengo-bresil-1640594619_x600_articles-508802.jpg", + "pubDate": "2022-01-05T16:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-marseille-a-huis-clos-les-ultramarines-parlent-d-une-terrible-injustice-1641400718_x600_articles-509124.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-bordeaux-marseille-a-huis-clos-les-ultramarines-parlent-d-une-terrible-injustice-1641400718_x600_articles-509124.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69167,19 +70361,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0796a4e999f96e6a40521dabdf6b1d1a" + "hash": "25960d4ebf609bf42d9e63da579f2f33", + "highlights": [] }, { - "title": "Chelsea : Thomas Tuchel enrage après la rechute de N'Golo Kanté", - "description": "Rythme infernal.
    \n
    \nSorti à l'heure de jeu contre Aston Villa ce dimanche (1-3), le milieu français de…

    ", - "content": "Rythme infernal.
    \n
    \nSorti à l'heure de jeu contre Aston Villa ce dimanche (1-3), le milieu français de…

    ", + "title": "Nicolas Usaï nouvel entraîneur du Nîmes Olympique après la mise à pied de Pascal Plancque", + "description": "Usaï sort de sa Plancque.
    \n
    \nLibre depuis son licenciement de la Berrichonne de Châteauroux en décembre 2020, Nicolas Usaï vient d'être officiellement présenté, ce mercredi,…

    ", + "content": "Usaï sort de sa Plancque.
    \n
    \nLibre depuis son licenciement de la Berrichonne de Châteauroux en décembre 2020, Nicolas Usaï vient d'être officiellement présenté, ce mercredi,…

    ", "category": "", - "link": "https://www.sofoot.com/chelsea-thomas-tuchel-enrage-apres-la-rechute-de-n-golo-kante-508800.html", + "link": "https://www.sofoot.com/nicolas-usai-nouvel-entraineur-du-nimes-olympique-apres-la-mise-a-pied-de-pascal-plancque-509121.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T08:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-thomas-tuchel-enrage-apres-la-rechute-de-n-golo-kante-1640594204_x600_articles-508800.jpg", + "pubDate": "2022-01-05T15:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nicolas-usai-nouvel-entraineur-du-nimes-olympique-apres-la-mise-a-pied-de-pascal-plancque-1641395634_x600_articles-509121.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-nicolas-usai-nouvel-entraineur-du-nimes-olympique-apres-la-mise-a-pied-de-pascal-plancque-1641395634_x600_articles-509121.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69188,19 +70383,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c769f241d3b563b95f0f9a4b589d138" + "hash": "c58d58b81152e19c9c03d0352de4567a", + "highlights": [] }, { - "title": "Premier League : Arsenal-Wolverhampton également reporté", - "description": "Un jour sans fin.
    \n
    \nÀ l'instar du Boxing Day de ce dimanche, la grosse journée de…

    ", - "content": "Un jour sans fin.
    \n
    \nÀ l'instar du Boxing Day de ce dimanche, la grosse journée de…

    ", + "title": "Allegri ferme la porte à un départ d'Álvaro Morata cet hiver", + "description": "Morata reste dans les jupons de la Vieille Dame.
    \n
    \nAnnoncé au Barça, l'attaquant espagnol devrait finalement finir la saison à la Juventus. Son entraîneur, Massimiliano Allegri a…

    ", + "content": "Morata reste dans les jupons de la Vieille Dame.
    \n
    \nAnnoncé au Barça, l'attaquant espagnol devrait finalement finir la saison à la Juventus. Son entraîneur, Massimiliano Allegri a…

    ", "category": "", - "link": "https://www.sofoot.com/premier-league-arsenal-wolverhampton-egalement-reporte-508801.html", + "link": "https://www.sofoot.com/allegri-ferme-la-porte-a-un-depart-d-alvaro-morata-cet-hiver-509122.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T08:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-premier-league-arsenal-wolverhampton-egalement-reporte-1640593335_x600_articles-508801.jpg", + "pubDate": "2022-01-05T15:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-allegri-ferme-la-porte-a-un-depart-d-alvaro-morata-cet-hiver-1641395748_x600_articles-509122.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-allegri-ferme-la-porte-a-un-depart-d-alvaro-morata-cet-hiver-1641395748_x600_articles-509122.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69209,19 +70405,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e0e59153fce5abe5df2379874d5318b" + "hash": "bf57eef0182d22a033ff3847604c7c43", + "highlights": [] }, { - "title": "Pronostic Leicester Liverpool : Analyse, cotes et prono du match de Premier League", - "description": "

    Un Leicester - Liverpool attendu

    \n
    \nAprès deux très belles saisons où ils ont failli décrocher une place en Ligue des Champions avant d'échouer en…
    ", - "content": "

    Un Leicester - Liverpool attendu

    \n
    \nAprès deux très belles saisons où ils ont failli décrocher une place en Ligue des Champions avant d'échouer en…
    ", + "title": "L'Olympique lyonnais demande 20 000 spectateurs pour la réception du Paris Saint-Germain dimanche", + "description": "Les demandes de dérogation au protocole se multiplient.
    \n
    \nAprès les demandes de
    ", + "content": "Les demandes de dérogation au protocole se multiplient.
    \n
    \nAprès les demandes de
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-leicester-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-508799.html", + "link": "https://www.sofoot.com/l-olympique-lyonnais-demande-20-000-spectateurs-pour-la-reception-du-paris-saint-germain-dimanche-509120.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T06:24:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-leicester-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-1640587524_x600_articles-508799.jpg", + "pubDate": "2022-01-05T15:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-olympique-lyonnais-demande-20-000-spectateurs-pour-la-reception-du-paris-saint-germain-dimanche-1641395149_x600_articles-509120.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-l-olympique-lyonnais-demande-20-000-spectateurs-pour-la-reception-du-paris-saint-germain-dimanche-1641395149_x600_articles-509120.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69230,19 +70427,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e31c21788475e3b2247d4222e6b538f5" + "hash": "03a2dad223de8d6cc4b8b1d80106dd6d", + "highlights": [] }, { - "title": "Pronostic Crystal Palace Norwich : Analyse, cotes et prono du match de Premier League", - "description": "

    Crystal Palace se reprend face à Norwich

    \n
    \nPour l'instant, le pari tenté par Crystal Palace qui a confié à l'intersaison le poste d'entraîneur à…
    ", - "content": "

    Crystal Palace se reprend face à Norwich

    \n
    \nPour l'instant, le pari tenté par Crystal Palace qui a confié à l'intersaison le poste d'entraîneur à…
    ", + "title": "Paul Mitchell (Monaco) sur l'éviction de Niko Kovač : \" Il fallait changer pour se donner les meilleures chances \"", + "description": "Niko Kovač en prend encore pour son grade.
    \n
    \nCe mercredi, le nouvel entraîneur de l'AS Monaco Philippe…

    ", + "content": "Niko Kovač en prend encore pour son grade.
    \n
    \nCe mercredi, le nouvel entraîneur de l'AS Monaco Philippe…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-crystal-palace-norwich-analyse-cotes-et-prono-du-match-de-premier-league-508798.html", + "link": "https://www.sofoot.com/paul-mitchell-monaco-sur-l-eviction-de-niko-kovac-il-fallait-changer-pour-se-donner-les-meilleures-chances-509118.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T05:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-crystal-palace-norwich-analyse-cotes-et-prono-du-match-de-premier-league-1640586627_x600_articles-508798.jpg", + "pubDate": "2022-01-05T14:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paul-mitchell-monaco-sur-l-eviction-de-niko-kovac-il-fallait-changer-pour-se-donner-les-meilleures-chances-1641394551_x600_articles-509118.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-paul-mitchell-monaco-sur-l-eviction-de-niko-kovac-il-fallait-changer-pour-se-donner-les-meilleures-chances-1641394551_x600_articles-509118.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69251,19 +70449,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "301c05380a8201360151416d55c0e6e8" + "hash": "a5090d9aa9dd761696af39333f9e47c9", + "highlights": [] }, { - "title": "Pronostic Southampton Tottenham : Analyse, cotes et prono du match de Premier League", - "description": "

    Tottenham poursuit sur sa lancée à Souhampton

    \n
    \nMalgré sa belle victoire du Boxing Day sur la pelouse de West Ham, Southampton connaît un exercice…
    ", - "content": "

    Tottenham poursuit sur sa lancée à Souhampton

    \n
    \nMalgré sa belle victoire du Boxing Day sur la pelouse de West Ham, Southampton connaît un exercice…
    ", + "title": "Adrien Silva (Sampdoria) quitte la Sampdoria et s'exile à Al-Wahda (Émirats arabes unis)", + "description": "En voilà un qui veut assurer ses arrières.
    \n
    \nTitulaire cette saison avec la Sampdoria, Adrien Silva (32 ans quitte Gênes un peu à la surprise générale. Le Franco-Portugais a…

    ", + "content": "En voilà un qui veut assurer ses arrières.
    \n
    \nTitulaire cette saison avec la Sampdoria, Adrien Silva (32 ans quitte Gênes un peu à la surprise générale. Le Franco-Portugais a…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-southampton-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-508797.html", + "link": "https://www.sofoot.com/adrien-silva-sampdoria-quitte-la-sampdoria-et-s-exile-a-al-wahda-emirats-arabes-unis-509116.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T05:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-southampton-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-1640585142_x600_articles-508797.jpg", + "pubDate": "2022-01-05T14:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-adrien-silva-sampdoria-quitte-la-sampdoria-et-s-exile-a-al-wahda-emirats-arabes-unis-1641392144_x600_articles-509116.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-adrien-silva-sampdoria-quitte-la-sampdoria-et-s-exile-a-al-wahda-emirats-arabes-unis-1641392144_x600_articles-509116.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69272,17 +70471,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "263fac47512f8e0bd3cfff558c5de7bd" + "hash": "1d1b5d8018f2238234b42814cfb72dcc", + "highlights": [] }, { - "title": "Pronostic Watford West Ham : Analyse, cotes et prono du match de Premier League", - "description": "

    Un Watford - West Ham enlevé

    \n
    \n17e au classement mais avec 2 matchs joués en moins par rapport à pas mal d'équipes, Watford n'a plus joué…
    ", - "content": "

    Un Watford - West Ham enlevé

    \n
    \n17e au classement mais avec 2 matchs joués en moins par rapport à pas mal d'équipes, Watford n'a plus joué…
    ", + "title": "League Cup : La demi-finale aller Arsenal-Liverpool reportée", + "description": "Nouveau report à cause de la Covid-19.
    \n
    \nProgrammé jeudi soir à Londres, la demi-finale aller de League Cup entre Arsenal et Liverpool n'aura pas lieu à sa date initiale. L'English…

    ", + "content": "Nouveau report à cause de la Covid-19.
    \n
    \nProgrammé jeudi soir à Londres, la demi-finale aller de League Cup entre Arsenal et Liverpool n'aura pas lieu à sa date initiale. L'English…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-watford-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-508796.html", + "link": "https://www.sofoot.com/league-cup-la-demi-finale-aller-arsenal-liverpool-reportee-509117.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T05:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-watford-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-1640583728_x600_articles-508796.jpg", + "pubDate": "2022-01-05T14:01:00Z", + "enclosure": "", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -69293,19 +70493,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "09bffac4ce17b6b9b04019eae0ba9294" + "hash": "a2a18a08a267d4f80db085f60db6b757", + "highlights": [] }, { - "title": "Ces trois infos du week-end vont vous étonner", - "description": "Parce qu'il n'y a pas que les championnats du Big Five dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : un Dédé peut en cacher un autre, des scénarios de dingues à Singapour et un ancien sanglier qui brille aux Émirats.

    ", - "content": "

    ", + "title": "Bundesliga : Dirk Zingler (Union Berlin) dénonce l'utilisation du football par les politiques", + "description": "La pilule a du mal à passer.
    \n
    \nDans le quotidien Sport Bild, le président de l'Union Berlin Dirk Zingler a dénoncé les mesures gouvernementales en défaveur des évènements…

    ", + "content": "La pilule a du mal à passer.
    \n
    \nDans le quotidien Sport Bild, le président de l'Union Berlin Dirk Zingler a dénoncé les mesures gouvernementales en défaveur des évènements…

    ", "category": "", - "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-508789.html", + "link": "https://www.sofoot.com/bundesliga-dirk-zingler-union-berlin-denonce-l-utilisation-du-football-par-les-politiques-509115.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1640538779_x600_articles-alt-508789.jpg", + "pubDate": "2022-01-05T13:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bundesliga-dirk-zingler-union-berlin-denonce-l-utilisation-du-football-par-les-politiques-1641390954_x600_articles-509115.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-bundesliga-dirk-zingler-union-berlin-denonce-l-utilisation-du-football-par-les-politiques-1641390954_x600_articles-509115.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69314,19 +70515,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bcad9ff0b206be8e04fd8cb523142d7a" + "hash": "f62fb457f355a36a6f8af2cf38e69243", + "highlights": [] }, { - "title": "Où est passé Adama Traoré ?", - "description": "Porté disparu balle au pied depuis bientôt deux ans, Adama Traoré est désormais plus célèbre pour s'enduire d'huile pour bébé que pour ses exploits sur un terrain. La faute à quelques pépins physiques, un esprit en doute et au départ d'un être cher.\"C'est une moto, personne ne peut rivaliser avec sa vitesse.\" Ces mots, de Pep Guardiola, ne sont pas destinés à Fabio Quartararo. Mais bien à Adama Traoré, l'homme qui lui a…", - "content": "\"C'est une moto, personne ne peut rivaliser avec sa vitesse.\" Ces mots, de Pep Guardiola, ne sont pas destinés à Fabio Quartararo. Mais bien à Adama Traoré, l'homme qui lui a…", + "title": "Jordan Henry (Vannes) est sûr d'avoir marqué contre le PSG", + "description": "Un point commun avec Frank Lampard.
    \n
    \nDans
    ", + "content": "Un point commun avec Frank Lampard.
    \n
    \nDans
    ", "category": "", - "link": "https://www.sofoot.com/ou-est-passe-adama-traore-508787.html", + "link": "https://www.sofoot.com/jordan-henry-vannes-est-sur-d-avoir-marque-contre-le-psg-509114.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ou-est-passe-adama-traore-1640526750_x600_articles-alt-508787.jpg", + "pubDate": "2022-01-05T13:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jordan-henry-vannes-est-sur-d-avoir-marque-contre-le-psg-1641390040_x600_articles-509114.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-jordan-henry-vannes-est-sur-d-avoir-marque-contre-le-psg-1641390040_x600_articles-509114.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69335,19 +70537,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7d44ed5f570cfc83a3703166f9ddbc8" + "hash": "7f7ac08803992a9ebf34faedeb1a6375", + "highlights": [] }, { - "title": "Qu'est devenue l'équipe type de l'Euro 2020 ?", - "description": "Un peu moins de six mois que l'Euro 2020 a fermé ses portes, laissant avec lui un doux souvenir de régalade. Parmi l'équipe type de la compétition - à majorité italienne -, des joueurs aux profils tous différents ont retrouvé à la rentrée le rang des équipes avec des dynamiques contraires. Alors, qui a foiré et qui continue de régaler ses supporters depuis l'été ?

    ", - "content": "

    ", + "title": "Comment investir tes étrennes avec Mon Petit Placement ? ", + "description": "Les fêtes ont été bonnes ? T'as eu la chance de récolter quelques étrennes dont tu ne sais pas trop quoi faire ? Pas de panique, l'application française Mon Petit Placement a des solutions à te proposer.

    En 2022, Mon Petit Placement va toujours rimer avec conquérant

    \n
    \nL'économie française tend à redémarrer, et c'est peut-être le moment d'en faire…
    ", + "content": "

    En 2022, Mon Petit Placement va toujours rimer avec conquérant

    \n
    \nL'économie française tend à redémarrer, et c'est peut-être le moment d'en faire…
    ", "category": "", - "link": "https://www.sofoot.com/qu-est-devenue-l-equipe-type-de-l-euro-2020-508781.html", + "link": "https://www.sofoot.com/comment-investir-tes-etrennes-avec-mon-petit-placement-508527.html", "creator": "SO FOOT", - "pubDate": "2021-12-27T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-qu-est-devenue-l-equipe-type-de-l-euro-2020-1640520141_x600_articles-alt-508781.jpg", + "pubDate": "2022-01-05T13:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-comment-investir-tes-etrennes-avec-mon-petit-placement-1639940242_x600_articles-alt-508527.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-comment-investir-tes-etrennes-avec-mon-petit-placement-1639940242_x600_articles-alt-508527.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69356,19 +70559,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90e06305936b1f8816f7313c1f22cb8f" + "hash": "be9c1a86da75d20f644432c627427dcb", + "highlights": [] }, { - "title": "Brighton dispose de Brentford", - "description": "

    ", - "content": "

    ", + "title": "Maxime Vachier-Lagrave : \" Aux échecs, on connaît la troisième mi-temps \"", + "description": "Sacré champion du monde d'échecs blitz le 30 décembre dernier, Maxime Vachier-Lagrave est un grand fan de football et porte l'OL dans son coeur. Entretien mêlant philosophie de vie à la Sidney Govou, Quique Setién et 4-4-2 losange.Tu as posé la première étoile sur le maillot de l'équipe de France d'échecs blitz. Un peu déçu que personne ne soit allé sur les Champs ?
    \nAh ! Non non……
    ", + "content": "Tu as posé la première étoile sur le maillot de l'équipe de France d'échecs blitz. Un peu déçu que personne ne soit allé sur les Champs ?
    \nAh ! Non non……
    ", "category": "", - "link": "https://www.sofoot.com/brighton-dispose-de-brentford-508795.html", + "link": "https://www.sofoot.com/maxime-vachier-lagrave-aux-echecs-on-connait-la-troisieme-mi-temps-509083.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T21:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-brighton-dispose-de-brentford-1640555913_x600_articles-508795.jpg", + "pubDate": "2022-01-05T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-maxime-vachier-lagrave-aux-echecs-on-connait-la-troisieme-mi-temps-1641317480_x600_articles-alt-509083.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-maxime-vachier-lagrave-aux-echecs-on-connait-la-troisieme-mi-temps-1641317480_x600_articles-alt-509083.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69377,19 +70581,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0b086c8db7c7eb566281af23631d06e" + "hash": "3b192d0b96242eb1706c84ef5dc0f1ca", + "highlights": [] }, { - "title": "Chelsea plie Aston Villa ", - "description": "

    ", - "content": "

    ", + "title": "Top 50 : Transferts avortés (de 30 à 21)", + "description": "Chaque période de mercato est une belle occasion d'assister à la naissance d'histoires rocambolesques. Entre les beaux coups et les flops annoncés, une autre catégorie mérite le coup d'œil. Voici une sélection de 50 transferts qui ont capoté au XXIe siècle. Au menu : des fax de dernière minute, des trahisons et des grosses colères.
    \n
    \nC'est devenu l'une des histoires les plus croustillantes du Deadline Day outre-Manche : le…

    ", + "content": "
    \n
    \nC'est devenu l'une des histoires les plus croustillantes du Deadline Day outre-Manche : le…

    ", "category": "", - "link": "https://www.sofoot.com/chelsea-plie-aston-villa-508729.html", + "link": "https://www.sofoot.com/top-50-transferts-avortes-de-30-a-21-509000.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T19:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-plie-aston-villa-1640547699_x600_articles-508729.jpg", + "pubDate": "2022-01-05T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-30-a-21-1641344583_x600_articles-alt-509000.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-30-a-21-1641344583_x600_articles-alt-509000.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69398,19 +70603,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cd64634c1052f7dd04fdb7c6410c1ad" + "hash": "089dad2c8a9a728f7af33ad3e21e93a9", + "highlights": [] }, { - "title": "L'Union saint-gilloise s'endort sur La Gantoise", - "description": "

    Union saint-gilloise 0-0 La Gantoise ", - "content": "

    Union saint-gilloise 0-0 La Gantoise ", + "title": "Paul Bernardoni et Sada Thioub (Angers) arrivent à Saint-Étienne, Jean-Philippe Mateta (Crystal Palace) en approche", + "description": "Il y avait un lot sur les prêts.
    \n
    \nLe gros mercato de l'AS Saint-Étienne démarre sur les chapeaux de roues, alors que trois transferts sont déjà sur la table après
    ", + "content": "Il y avait un lot sur les prêts.
    \n
    \nLe gros mercato de l'AS Saint-Étienne démarre sur les chapeaux de roues, alors que trois transferts sont déjà sur la table après
    ", "category": "", - "link": "https://www.sofoot.com/l-union-saint-gilloise-s-endort-sur-la-gantoise-508791.html", + "link": "https://www.sofoot.com/paul-bernardoni-et-sada-thioub-angers-arrivent-a-saint-etienne-jean-philippe-mateta-crystal-palace-en-approche-509112.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-union-saint-gilloise-s-endort-sur-la-gantoise-1640547145_x600_articles-508791.jpg", + "pubDate": "2022-01-05T12:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paul-bernardoni-et-sada-thioub-angers-arrivent-a-saint-etienne-jean-philippe-mateta-crystal-palace-en-approche-1641386757_x600_articles-509112.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-paul-bernardoni-et-sada-thioub-angers-arrivent-a-saint-etienne-jean-philippe-mateta-crystal-palace-en-approche-1641386757_x600_articles-509112.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69419,19 +70625,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a05f625a260af3274f97affc8ecdf37" + "hash": "5112cfa578bdbddc17dc823741616c40", + "highlights": [] }, { - "title": "En direct : Aston Villa - Chelsea ", - "description": "95' : FULL TIME ! Chelsea s'impose sur la pelouse d'Aston Villa grâce à un doublé de Jorginho ...", - "content": "95' : FULL TIME ! Chelsea s'impose sur la pelouse d'Aston Villa grâce à un doublé de Jorginho ...", + "title": "Kacper Kozłowski (Pogoń Szczecin) rejoint Brighton, mais part en prêt à l'Union saint-gilloise", + "description": "L'avenir de la Premier League ?
    \n
    \nLa pépite polonaise Kacper Kozłowski quitte le…

    ", + "content": "L'avenir de la Premier League ?
    \n
    \nLa pépite polonaise Kacper Kozłowski quitte le…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-aston-villa-chelsea-508731.html", + "link": "https://www.sofoot.com/kacper-kozlowski-pogon-szczecin-rejoint-brighton-mais-part-en-pret-a-l-union-saint-gilloise-509111.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T17:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-aston-villa-chelsea-1640285891_x600_articles-alt-508731.jpg", + "pubDate": "2022-01-05T12:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kacper-kozlowski-pogon-szczecin-rejoint-brighton-mais-part-en-pret-a-l-union-saint-gilloise-1641384202_x600_articles-509111.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-kacper-kozlowski-pogon-szczecin-rejoint-brighton-mais-part-en-pret-a-l-union-saint-gilloise-1641384202_x600_articles-509111.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69440,19 +70647,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8d5515f035da78f27913a9eda13f931" + "hash": "8cf6f69c49389a22d1d6757122bf695d", + "highlights": [] }, { - "title": "Tottenham poursuit sa remontée face à Palace", - "description": "Ça enchaîne, chez les Spurs de Kane.

    ", - "content": "

    ", + "title": "La collection de tirages photo So Foot de janvier 2022 est arrivée !", + "description": "En collaboration avec l'agence photographique Icon Sport, So Foot vous propose, chaque mois, une sélection renouvelée de photographies exclusives de football en édition ultra limitée, onze tirages par taille, sur la nouvelle boutique maison : boutique.so. Nouvelle année, murs bien décorés, avec 4 nouveaux tirages (+ 10 mugs et un super coffret ZZ) en édition très limitée : Pelé, tout en détente, sur un cliché noir & blanc, Cristiano Ronaldo et son mythique Siuuuu, Drogba sous le maillot de l'OM et une jeune femme blonde russe qui illumine un stade.
    \n
    \n


    ", + "content": "
    \n
    \n


    ", "category": "", - "link": "https://www.sofoot.com/tottenham-poursuit-sa-remontee-face-a-palace-508783.html", + "link": "https://www.sofoot.com/la-collection-de-tirages-photo-so-foot-de-janvier-2022-est-arrivee-509094.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tottenham-poursuit-sa-remontee-face-a-palace-1640537534_x600_articles-508783.jpg", + "pubDate": "2022-01-05T11:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-collection-de-tirages-photo-so-foot-de-janvier-2022-est-arrivee-1641376207_x600_articles-alt-509094.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-la-collection-de-tirages-photo-so-foot-de-janvier-2022-est-arrivee-1641376207_x600_articles-alt-509094.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69461,19 +70669,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da991d78f2b7349590d8ab3e044c910c" + "hash": "54f1c2ae64f1fb53a7c61a8f207d14a7", + "highlights": [] }, { - "title": "Arsenal déplume Norwich", - "description": "Avec un but du Père Lacazette.

    ", - "content": "

    ", + "title": "L'entraîneur de Valence José Bordalás sur le mercato du FC Barcelone : \" Où est le fair-play? \"", + "description": "Enfin, quelqu'un pose la question.
    \n
    \nAlors que
    le FC Barcelone vient de faire…

    ", + "content": "Enfin, quelqu'un pose la question.
    \n
    \nAlors que le FC Barcelone vient de faire…

    ", "category": "", - "link": "https://www.sofoot.com/arsenal-deplume-norwich-508772.html", + "link": "https://www.sofoot.com/l-entraineur-de-valence-jose-bordalas-sur-le-mercato-du-fc-barcelone-ou-est-le-fair-play-509110.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-arsenal-deplume-norwich-1640538608_x600_articles-508772.jpg", + "pubDate": "2022-01-05T11:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-entraineur-de-valence-jose-bordalas-sur-le-mercato-du-fc-barcelone-ou-est-le-fair-play-1641382438_x600_articles-509110.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-l-entraineur-de-valence-jose-bordalas-sur-le-mercato-du-fc-barcelone-ou-est-le-fair-play-1641382438_x600_articles-509110.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69482,19 +70691,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "11636fa3bb0dbb2fdd193ee13af56db5" + "hash": "73ed45b453105c751589cf7bffa8ba47", + "highlights": [] }, { - "title": "Piégé par Southampton, West Ham perd du terrain", - "description": "La surprise du jour.

    ", - "content": "

    ", + "title": "Après l'affaire contre Lyon en Coupe de France, le Paris FC fait appel de sa suspension de terrain", + "description": "Épisode 38 dans l'affaire PFC-OL.
    \n
    \nLors d'un point presse organisé ce mercredi matin, le président du Paris FC Pierre Ferracci a annoncé que son club avait fait appel
    ", + "content": "Épisode 38 dans l'affaire PFC-OL.
    \n
    \nLors d'un point presse organisé ce mercredi matin, le président du Paris FC Pierre Ferracci a annoncé que son club avait fait appel
    ", "category": "", - "link": "https://www.sofoot.com/piege-par-southampton-west-ham-perd-du-terrain-508753.html", + "link": "https://www.sofoot.com/apres-l-affaire-contre-lyon-en-coupe-de-france-le-paris-fc-fait-appel-de-sa-suspension-de-terrain-509109.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-piege-par-southampton-west-ham-perd-du-terrain-1640538155_x600_articles-508753.jpg", + "pubDate": "2022-01-05T11:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-apres-l-affaire-contre-lyon-en-coupe-de-france-le-paris-fc-fait-appel-de-sa-suspension-de-terrain-1641382012_x600_articles-509109.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-apres-l-affaire-contre-lyon-en-coupe-de-france-le-paris-fc-fait-appel-de-sa-suspension-de-terrain-1641382012_x600_articles-509109.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69503,19 +70713,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bcf6ffa3d718bb68c0a1023641e332d" + "hash": "1cb48f7973c87d94ef7978e5746690a4", + "highlights": [] }, { - "title": "City enguirlande Leicester", - "description": "Injouable en première période, étrangement assoupi en début de second acte, Manchester City a mis le turbo en fin de match pour terrasser un Leicester combatif, mais techniquement largué ce dimanche (6-3).

    ", - "content": "

    ", + "title": "Benjamin Mendy (Manchester City) aurait été transféré dans l'une des prisons les plus dures d'Angleterre", + "description": "Sous haute surveillance.
    \n
    \nSelon les informations du Sun, Benjamin…

    ", + "content": "Sous haute surveillance.
    \n
    \nSelon les informations du Sun, Benjamin…

    ", "category": "", - "link": "https://www.sofoot.com/city-enguirlande-leicester-508780.html", + "link": "https://www.sofoot.com/benjamin-mendy-manchester-city-aurait-ete-transfere-dans-l-une-des-prisons-les-plus-dures-d-angleterre-509103.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T16:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-city-enguirlande-leicester-1640538224_x600_articles-alt-508780.jpg", + "pubDate": "2022-01-05T11:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-benjamin-mendy-manchester-city-aurait-ete-transfere-dans-l-une-des-prisons-les-plus-dures-d-angleterre-1641381104_x600_articles-509103.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-benjamin-mendy-manchester-city-aurait-ete-transfere-dans-l-une-des-prisons-les-plus-dures-d-angleterre-1641381104_x600_articles-509103.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69524,19 +70735,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "00a9da6ac2282b321c154cbdc96f1bfc" + "hash": "c5e9e0f26779b153e869953957286801", + "highlights": [] }, { - "title": "CAN : les joueurs pourront rester en club jusqu'au 3 janvier", - "description": "La CAF ajuste ses comptes.
    \n
    \nBonne nouvelle pour les clubs anglais : dimanche, la Confédération africaine de football (CAF) a décalé la date de convocation des joueurs pour la CAN 2022…

    ", - "content": "La CAF ajuste ses comptes.
    \n
    \nBonne nouvelle pour les clubs anglais : dimanche, la Confédération africaine de football (CAF) a décalé la date de convocation des joueurs pour la CAN 2022…

    ", + "title": "Lens-Lille : à vous de jauger", + "description": "Au-delà de l'énorme qualif des Lensois face à Lille à Bollaert mardi soir, c'était surtout le retour des jauges à 5000 personnes dans les enceintes sportives du pays. Et avec elles leur lot de polémiques, à commencer par la répartition des supporters. Dans la fraîcheur lensoise, 4000 d'entre eux avaient été parqués dans une même tribune. Allez dire ensuite aux gens que la jauge vise à réduire les brassages de population...S'il y avait un mot qui régnait mardi soir dans les dédales de la tribune Xercès à Bollaert, c'est \"débilité\". Une analyse fine partagée par Quentin, l'un des abonnés de la Marek,…", + "content": "S'il y avait un mot qui régnait mardi soir dans les dédales de la tribune Xercès à Bollaert, c'est \"débilité\". Une analyse fine partagée par Quentin, l'un des abonnés de la Marek,…", "category": "", - "link": "https://www.sofoot.com/can-les-joueurs-pourront-rester-en-club-jusqu-au-3-janvier-508794.html", + "link": "https://www.sofoot.com/lens-lille-a-vous-de-jauger-509096.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T16:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-les-joueurs-pourront-rester-en-club-jusqu-au-3-janvier-1640537383_x600_articles-508794.jpg", + "pubDate": "2022-01-05T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lens-lille-a-vous-de-jauger-1641378804_x600_articles-alt-509096.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-lens-lille-a-vous-de-jauger-1641378804_x600_articles-alt-509096.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69545,19 +70757,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dbdcf0f766b53adec3a4cc3e837b192" + "hash": "01083c66a4b35c478fa40bc57774cdf1", + "highlights": [] }, { - "title": "Facundo Medina en garde à vue pour des violences sur son ex-compagne", - "description": "Le défenseur central du RC Lens, Facundo Medina, a été placé en garde vue dimanche 26 décembre, d'après les informations de ", - "content": "Le défenseur central du RC Lens, Facundo Medina, a été placé en garde vue dimanche 26 décembre, d'après les informations de ", + "title": "Bordeaux-Marseille : ce sera un report ou un match à huis clos", + "description": "Quelle drôle d'époque.
    \n
    \nAlors que les Girondins de Bordeaux ont officiellement demandé un report de la rencontre contre l'Olympique de Marseille prévue ce vendredi,
    ", + "content": "Quelle drôle d'époque.
    \n
    \nAlors que les Girondins de Bordeaux ont officiellement demandé un report de la rencontre contre l'Olympique de Marseille prévue ce vendredi,
    ", "category": "", - "link": "https://www.sofoot.com/facundo-medina-en-garde-a-vue-pour-des-violences-sur-son-ex-compagne-508793.html", + "link": "https://www.sofoot.com/bordeaux-marseille-ce-sera-un-report-ou-un-match-a-huis-clos-509106.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T15:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-facundo-medina-en-garde-a-vue-pour-des-violences-sur-son-ex-compagne-1640535125_x600_articles-508793.jpg", + "pubDate": "2022-01-05T10:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-marseille-ce-sera-un-report-ou-un-match-a-huis-clos-1641380102_x600_articles-509106.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-bordeaux-marseille-ce-sera-un-report-ou-un-match-a-huis-clos-1641380102_x600_articles-509106.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69566,19 +70779,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4543a83e9691d30a0ce5c10f15b5851e" + "hash": "1566cd79d630a2eafcfc04b036091457", + "highlights": [] }, { - "title": "Le Shandong Taishan de Fellaini champion de Chine ", - "description": "Fellaini va bien, merci pour lui.
    \n
    \nÀ 34 ans, l'ancien de Manchester United s'éclate dans l'empire du milieu. La preuve : Marouane Fellaini vient de porter le Shandong Taishan vers le…

    ", - "content": "Fellaini va bien, merci pour lui.
    \n
    \nÀ 34 ans, l'ancien de Manchester United s'éclate dans l'empire du milieu. La preuve : Marouane Fellaini vient de porter le Shandong Taishan vers le…

    ", + "title": "Christian Eriksen veut participer au Mondial au Qatar", + "description": "Christian Eriksen, le survivant.
    \n
    \nL'ancien meneur de l'Inter, avec qui il a résilié son contrat le 17 décembre dernier, garde pour ambition de jouer la Coupe du monde au Qatar en…

    ", + "content": "Christian Eriksen, le survivant.
    \n
    \nL'ancien meneur de l'Inter, avec qui il a résilié son contrat le 17 décembre dernier, garde pour ambition de jouer la Coupe du monde au Qatar en…

    ", "category": "", - "link": "https://www.sofoot.com/le-shandong-taishan-de-fellaini-champion-de-chine-508792.html", + "link": "https://www.sofoot.com/christian-eriksen-veut-participer-au-mondial-au-qatar-509107.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T15:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-shandong-taishan-de-fellaini-champion-de-chine-1640532136_x600_articles-508792.jpg", + "pubDate": "2022-01-05T10:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-christian-eriksen-veut-participer-au-mondial-au-qatar-1641379941_x600_articles-509107.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-christian-eriksen-veut-participer-au-mondial-au-qatar-1641379941_x600_articles-509107.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69587,19 +70801,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "66838df8be3e682cb364dea2e3fbf058" + "hash": "ab4721180009a4fd96d339bdf87fe83f", + "highlights": [] }, { - "title": "En direct : le multiplex du Boxing Day en Premier League", - "description": "Oui, la Premier League respire encore, la preuve avec un multiplex de quatre rencontres en ce dimanche de Boxing Day : le leader Manchester City déroule contre Leicester, Tottenham a assommé en deux minutes son voisin Palace, West Ham a été surpris par Southampton alors qu'Arsenal, en pleine bourre en ce moment, est en train de signer un quatrième succès de rang à l'occasion de son déplacement chez la lanterne rouge Norwich. Let's go !

    Les scores en direct :

    \n

    ", - "content": "

    Les scores en direct :

    \n

    ", + "title": "Tottenham : Antonio Conte apporte son soutien à Harry Kane", + "description": "La tour de Londres est toujours en place.
    \n
    \nSon départ pour Manchester City était…

    ", + "content": "La tour de Londres est toujours en place.
    \n
    \nSon départ pour Manchester City était…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-le-multiplex-du-boxing-day-en-premier-league-508782.html", + "link": "https://www.sofoot.com/tottenham-antonio-conte-apporte-son-soutien-a-harry-kane-509097.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T14:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-le-multiplex-du-boxing-day-en-premier-league-1640534162_x600_articles-alt-508782.jpg", + "pubDate": "2022-01-05T10:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-antonio-conte-apporte-son-soutien-a-harry-kane-1641376790_x600_articles-509097.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-tottenham-antonio-conte-apporte-son-soutien-a-harry-kane-1641376790_x600_articles-509097.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69608,19 +70823,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea4deb4f93f3fbabc4c093b9c57b30ac" + "hash": "4f0d3f1f34fb736cb4d191fae080b107", + "highlights": [] }, { - "title": "Leeds-Aston Villa également reporté à cause du Covid", - "description": "On prend les mêmes, et on ne recommence pas.
    \n
    \nAprès l'annulation du déplacement de Leeds ce dimanche à Liverpool, la Premier League a annoncé que les Peacocks ne joueraient…

    ", - "content": "On prend les mêmes, et on ne recommence pas.
    \n
    \nAprès l'annulation du déplacement de Leeds ce dimanche à Liverpool, la Premier League a annoncé que les Peacocks ne joueraient…

    ", + "title": "Daniel Alves de retour avec le Barça en Copa del Rey contre le Linares Deportivo", + "description": "Le retour du roi.
    \n
    \nLe FC Barcelone avait annoncé le 12 novembre dernier le retour de…

    ", + "content": "Le retour du roi.
    \n
    \nLe FC Barcelone avait annoncé le 12 novembre dernier le retour de…

    ", "category": "", - "link": "https://www.sofoot.com/leeds-aston-villa-egalement-reporte-a-cause-du-covid-508790.html", + "link": "https://www.sofoot.com/daniel-alves-de-retour-avec-le-barca-en-copa-del-rey-contre-le-linares-deportivo-509093.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T14:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leeds-aston-villa-egalement-reporte-a-cause-du-covid-1640530093_x600_articles-508790.jpg", + "pubDate": "2022-01-05T09:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-daniel-alves-de-retour-avec-le-barca-en-copa-del-rey-contre-le-linares-deportivo-1641376452_x600_articles-509093.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-daniel-alves-de-retour-avec-le-barca-en-copa-del-rey-contre-le-linares-deportivo-1641376452_x600_articles-509093.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69629,19 +70845,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "82f8a253f2375e6c0df1a4c9825559a6" + "hash": "d86445f9a32f1bf65286749ec29db841", + "highlights": [] }, { - "title": "Jérémie Boga à l'Atalanta Bergame dès janvier", - "description": "L'Atalanta flambe ses étrennes.
    \n
    \nLe mercato d'hiver n'est pas encore ouvert, mais les premiers mouvements se font sentir, notamment dans la Botte avec du monde sur la route de Bergame.…

    ", - "content": "L'Atalanta flambe ses étrennes.
    \n
    \nLe mercato d'hiver n'est pas encore ouvert, mais les premiers mouvements se font sentir, notamment dans la Botte avec du monde sur la route de Bergame.…

    ", + "title": "Quand l'arbitre refuse que Seko Fofana (Lens) enlève son maillot une deuxième fois contre Lille", + "description": "La folie jusqu'au bout.
    \n
    \nMême devant 5000 spectateurs et pas un de plus, le derby nordiste entre Lens et Lille reste une attraction. La preuve ce mardi soir, dans cet affrontement de…

    ", + "content": "La folie jusqu'au bout.
    \n
    \nMême devant 5000 spectateurs et pas un de plus, le derby nordiste entre Lens et Lille reste une attraction. La preuve ce mardi soir, dans cet affrontement de…

    ", "category": "", - "link": "https://www.sofoot.com/jeremie-boga-a-l-atalanta-bergame-des-janvier-508788.html", + "link": "https://www.sofoot.com/quand-l-arbitre-refuse-que-seko-fofana-lens-enleve-son-maillot-une-deuxieme-fois-contre-lille-509089.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T14:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jeremie-boga-a-l-atalanta-bergame-des-janvier-1640528387_x600_articles-508788.jpg", + "pubDate": "2022-01-05T09:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-l-arbitre-refuse-que-seko-fofana-lens-enleve-son-maillot-une-deuxieme-fois-contre-lille-1641375661_x600_articles-509089.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-quand-l-arbitre-refuse-que-seko-fofana-lens-enleve-son-maillot-une-deuxieme-fois-contre-lille-1641375661_x600_articles-509089.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69650,19 +70867,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab0cb4660d027a3d38d395a388a356bc" + "hash": "39f6fc7b12b7e7d644e8eb122059211b", + "highlights": [] }, { - "title": "Reims s'offre Andreaw Gravillon jusque 2025", - "description": "Un joli paquet cadeau sous le sapin de Jean-Pierre Caillot.
    \n
    \nCe n'est pas tous les jours qu'on s'offre un joueur de l'Inter Milan, encore moins quand on est le Stade de Reims. Mais en…

    ", - "content": "Un joli paquet cadeau sous le sapin de Jean-Pierre Caillot.
    \n
    \nCe n'est pas tous les jours qu'on s'offre un joueur de l'Inter Milan, encore moins quand on est le Stade de Reims. Mais en…

    ", + "title": "Après son interview controversée, Romelu Lukaku s'excuse auprès des fans de Chelsea", + "description": "L'heure du mea culpa.
    \n
    \nC'est sans aucun doute l'histoire de ces derniers jours en Angleterre. Dans une…

    ", + "content": "L'heure du mea culpa.
    \n
    \nC'est sans aucun doute l'histoire de ces derniers jours en Angleterre. Dans une…

    ", "category": "", - "link": "https://www.sofoot.com/reims-s-offre-andreaw-gravillon-jusque-2025-508786.html", + "link": "https://www.sofoot.com/apres-son-interview-controversee-romelu-lukaku-s-excuse-aupres-des-fans-de-chelsea-509088.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T13:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-reims-s-offre-andreaw-gravillon-jusque-2025-1640526319_x600_articles-508786.jpg", + "pubDate": "2022-01-05T08:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-apres-son-interview-controversee-romelu-lukaku-s-excuse-aupres-des-fans-de-chelsea-1641371985_x600_articles-509088.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-apres-son-interview-controversee-romelu-lukaku-s-excuse-aupres-des-fans-de-chelsea-1641371985_x600_articles-509088.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69671,19 +70889,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "89bc7fbcc2754c084ae3155912444778" + "hash": "4993a80d34b35d186693408718d90d83", + "highlights": [] }, { - "title": "Patrick Vieira positif, Tottenham-Crystal Palace maintenu", - "description": "C'est la crise, ma bonne dame.
    \n
    \nAlors que les matchs du Boxing Day tombent les uns après les autres face aux cas de Covid-19, Tottenham-Crystal Palace sera bien maintenu à 16h. Samedi…

    ", - "content": "C'est la crise, ma bonne dame.
    \n
    \nAlors que les matchs du Boxing Day tombent les uns après les autres face aux cas de Covid-19, Tottenham-Crystal Palace sera bien maintenu à 16h. Samedi…

    ", + "title": "Pronostic Milan Roma : Analyse, cotes et prono du match de Serie A", + "description": "

    Le Milan repart sur de bonnes bases face à la Roma

    \n
    \nDepuis l'arrivée de Stefano Pioli, le Milan AC a retrouvé de sa superbe. L'an passé, les…
    ", + "content": "

    Le Milan repart sur de bonnes bases face à la Roma

    \n
    \nDepuis l'arrivée de Stefano Pioli, le Milan AC a retrouvé de sa superbe. L'an passé, les…
    ", "category": "", - "link": "https://www.sofoot.com/patrick-vieira-positif-tottenham-crystal-palace-maintenu-508785.html", + "link": "https://www.sofoot.com/pronostic-milan-roma-analyse-cotes-et-prono-du-match-de-serie-a-509027.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T13:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-patrick-vieira-positif-tottenham-crystal-palace-maintenu-1640526035_x600_articles-508785.jpg", + "pubDate": "2022-01-05T08:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-milan-roma-analyse-cotes-et-prono-du-match-de-serie-a-1641209283_x600_articles-509027.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-milan-roma-analyse-cotes-et-prono-du-match-de-serie-a-1641209283_x600_articles-509027.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69692,19 +70911,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "328ebe2bb81ece414a4c87571c780359" + "hash": "fcb4b9ce3d11d5dae0c503bf451adf9d", + "highlights": [] }, { - "title": "Bonucci : \"Cristiano sait qu'il va prendre des coups\"", - "description": "Leonardo Bonucci adresse ses meilleurs vœux pour 2022.
    \n
    \nÀ 34 ans, le taulier de l'Italie et de la Juventus s'est projeté sur l'année à venir sur les ondes de la RAI. Et forcément,…

    ", - "content": "Leonardo Bonucci adresse ses meilleurs vœux pour 2022.
    \n
    \nÀ 34 ans, le taulier de l'Italie et de la Juventus s'est projeté sur l'année à venir sur les ondes de la RAI. Et forcément,…

    ", + "title": "Pronostic Juventus Naples : Analyse, cotes et prono du match de Serie A", + "description": "

    La Juve part du bon pied face au Napoli

    \n
    \nDominatrice pendant de nombreuses saisons, la Juventus a vu son règne s'arrêter l'an passé avec le…
    ", + "content": "

    La Juve part du bon pied face au Napoli

    \n
    \nDominatrice pendant de nombreuses saisons, la Juventus a vu son règne s'arrêter l'an passé avec le…
    ", "category": "", - "link": "https://www.sofoot.com/bonucci-cristiano-sait-qu-il-va-prendre-des-coups-508784.html", + "link": "https://www.sofoot.com/pronostic-juventus-naples-analyse-cotes-et-prono-du-match-de-serie-a-509026.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T13:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bonucci-cristiano-sait-qu-il-va-prendre-des-coups-1640524626_x600_articles-508784.jpg", + "pubDate": "2022-01-05T08:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-juventus-naples-analyse-cotes-et-prono-du-match-de-serie-a-1641208800_x600_articles-509026.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-juventus-naples-analyse-cotes-et-prono-du-match-de-serie-a-1641208800_x600_articles-509026.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69713,19 +70933,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "738c478a30ea799304390860496f8a90" + "hash": "a59806659cabc6088d6c29297d0e4050", + "highlights": [] }, { - "title": "John Westwood et Portsmouth, une histoire à l'ancre bleue", - "description": "Loin, très loin de son dernier titre majeur (une FA Cup remportée en 2008), le Portsmouth FC végète dans les ligues inférieures depuis maintenant une décennie. Mais s'il y en a bien un qui se fout royalement de la division dans laquelle évolue son club, c'est John Westwood. Personnage fantasque connu dans toute l'Angleterre, ce doux-dingue, libraire dans le civil, arbore un costume devenu légendaire, à Fratton Park comme à l'extérieur, et ce, depuis plus de quarante ans. Et ce n'est évidemment pas près de s'arrêter.Le 2 janvier 1982, le public de Twickenham découvre une énorme paire de seins à l'occasion d'un match de rugby entre l'Angleterre et l'Australie. Mais derrière la poitrine, il y a une…", - "content": "Le 2 janvier 1982, le public de Twickenham découvre une énorme paire de seins à l'occasion d'un match de rugby entre l'Angleterre et l'Australie. Mais derrière la poitrine, il y a une…", + "title": "Hassane Kamara quitte Nice pour rejoindre Watford", + "description": "La Promenade des Anglais lui a donné des idées.
    \n
    \nAuteur d'une belle première partie de saison avec une place de dauphin du PSG à la trêve hivernale, l'OGC Nice peaufine son effectif.…

    ", + "content": "La Promenade des Anglais lui a donné des idées.
    \n
    \nAuteur d'une belle première partie de saison avec une place de dauphin du PSG à la trêve hivernale, l'OGC Nice peaufine son effectif.…

    ", "category": "", - "link": "https://www.sofoot.com/john-westwood-et-portsmouth-une-histoire-a-l-ancre-bleue-507429.html", + "link": "https://www.sofoot.com/hassane-kamara-quitte-nice-pour-rejoindre-watford-509087.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-john-westwood-et-portsmouth-une-histoire-a-l-ancre-bleue-1637777766_x600_articles-alt-507429.jpg", + "pubDate": "2022-01-05T08:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-hassane-kamara-quitte-nice-pour-rejoindre-watford-1641370384_x600_articles-509087.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-hassane-kamara-quitte-nice-pour-rejoindre-watford-1641370384_x600_articles-509087.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69734,19 +70955,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d169d02bee87fa64b16bcc15fb1ce9a4" + "hash": "025fa109fac671f0ad456a29f2b18bee", + "highlights": [] }, { - "title": "Rafinha va rejoindre la Real Sociedad en prêt jusqu'à la fin de la saison", - "description": "L'opération dégraissage commence au PSG.
    \n
    \nArrivé au Paris Saint-Germain il y a à peine plus d'un…

    ", - "content": "L'opération dégraissage commence au PSG.
    \n
    \nArrivé au Paris Saint-Germain il y a à peine plus d'un…

    ", + "title": "Pronostic Arsenal Liverpool : Analyse, cotes et prono du match de EFL Cup", + "description": "

    Arsenal confirme ses progrès face à Liverpool

    \n
    \nDernier de Premier League après 3 journées de championnat, Arsenal a parfaitement redressé la barre…
    ", + "content": "

    Arsenal confirme ses progrès face à Liverpool

    \n
    \nDernier de Premier League après 3 journées de championnat, Arsenal a parfaitement redressé la barre…
    ", "category": "", - "link": "https://www.sofoot.com/rafinha-va-rejoindre-la-real-sociedad-en-pret-jusqu-a-la-fin-de-la-saison-508779.html", + "link": "https://www.sofoot.com/pronostic-arsenal-liverpool-analyse-cotes-et-prono-du-match-de-efl-cup-509025.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T11:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-rafinha-va-rejoindre-la-real-sociedad-en-pret-jusqu-a-la-fin-de-la-saison-1640517176_x600_articles-508779.jpg", + "pubDate": "2022-01-05T08:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-arsenal-liverpool-analyse-cotes-et-prono-du-match-de-efl-cup-1641208039_x600_articles-509025.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-arsenal-liverpool-analyse-cotes-et-prono-du-match-de-efl-cup-1641208039_x600_articles-509025.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69755,19 +70977,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed6c3fd82f68c8cc1fd864aad87480d6" + "hash": "9e38ddbbd7499ebced6b334dc311ead4", + "highlights": [] }, { - "title": "Guardiola pour le port du masque dans les stades", - "description": "Aux grands maux les grands remèdes.
    \n
    \nFace à la recrudescence de cas de Covid-19 qui sévit au Royaume-Uni depuis l'apparition du variant Omicron,
    ", - "content": "Aux grands maux les grands remèdes.
    \n
    \nFace à la recrudescence de cas de Covid-19 qui sévit au Royaume-Uni depuis l'apparition du variant Omicron,
    ", + "title": "Une partie de cash-cash entre Ousmane Dembélé et le FC Barcelone", + "description": "L'avenir d'Ousmane Dembélé au FC Barcelone semble plus compromis que jamais. En cause : une fin de contrat au mois de juin prochain, une prolongation qui tarde à arriver, mais surtout, des exigences salariales extrêmement élevées. Chronique d'un énième dossier à gérer pour la maison catalane.Le FC Barcelone avait-il vraiment besoin de cela ? En quête de stabilité et de reconstruction au sortir de deux années mouvementées, l'institution se trouve confrontée à un nouveau dilemme.…", + "content": "Le FC Barcelone avait-il vraiment besoin de cela ? En quête de stabilité et de reconstruction au sortir de deux années mouvementées, l'institution se trouve confrontée à un nouveau dilemme.…", "category": "", - "link": "https://www.sofoot.com/guardiola-pour-le-port-du-masque-dans-les-stades-508778.html", + "link": "https://www.sofoot.com/une-partie-de-cash-cash-entre-ousmane-dembele-et-le-fc-barcelone-509075.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-guardiola-pour-le-port-du-masque-dans-les-stades-1640515266_x600_articles-508778.jpg", + "pubDate": "2022-01-05T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-partie-de-cash-cash-entre-ousmane-dembele-et-le-fc-barcelone-1641316509_x600_articles-alt-509075.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-une-partie-de-cash-cash-entre-ousmane-dembele-et-le-fc-barcelone-1641316509_x600_articles-alt-509075.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69776,19 +70999,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ebc1882306e780bb5be48425e7c3531" + "hash": "b7f667acf97ecdec2e1a62b4a4dd9591", + "highlights": [] }, { - "title": "Angleterre : jusqu'à dix ans d'interdiction de stade pour des propos racistes en ligne ?", - "description": "No to racism.
    \n
    \nLe racisme en ligne a pris une ampleur massive ces dernières années, notamment en Angleterre où
    ", - "content": "No to racism.
    \n
    \nLe racisme en ligne a pris une ampleur massive ces dernières années, notamment en Angleterre où
    ", + "title": "Dans la tête de Philippe Clement", + "description": "Plus de quatre ans après avoir rendu ses premières copies sur un banc professionnel au Freethiel de Beveren, Philippe Clement, 47 ans et triple champion de Belgique en titre, a été choisi par l'AS Monaco pour prendre la suite de Niko Kovač et ainsi vivre une première expérience à l'étranger. Mais quels sont les secrets de ce type qui ne sait que gagner ?La vingtaine à peine entamée, Dieumerci Ndongala est debout, en pleine nuit, dans un parking d'Esch-sur-Azette. C'est le début des années 2010, le créatif ailier congolais a quitté Liège et…", + "content": "La vingtaine à peine entamée, Dieumerci Ndongala est debout, en pleine nuit, dans un parking d'Esch-sur-Azette. C'est le début des années 2010, le créatif ailier congolais a quitté Liège et…", "category": "", - "link": "https://www.sofoot.com/angleterre-jusqu-a-dix-ans-d-interdiction-de-stade-pour-des-propos-racistes-en-ligne-508777.html", + "link": "https://www.sofoot.com/dans-la-tete-de-philippe-clement-509068.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T10:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-angleterre-jusqu-a-dix-ans-d-interdiction-de-stade-pour-des-propos-racistes-en-ligne-1640514445_x600_articles-508777.jpg", + "pubDate": "2022-01-05T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-dans-la-tete-de-philippe-clement-1641305318_x600_articles-alt-509068.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-dans-la-tete-de-philippe-clement-1641305318_x600_articles-alt-509068.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69797,19 +71021,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bab90a499b54272fbc41efd2ea3c2726" + "hash": "d8d1797ff8945729857073682a7c6cc7", + "highlights": [] }, { - "title": "Steven Gerrard positif à la Covid-19", - "description": "Un cadeau empoisonné.
    \n
    \nIntronisé coach d'Aston Villa début novembre, Steven Gerrard…

    ", - "content": "Un cadeau empoisonné.
    \n
    \nIntronisé coach d'Aston Villa début novembre, Steven Gerrard…

    ", + "title": "Les notes de Lens-Lille", + "description": "La présence de seulement 5000 spectateurs au stade Bollaert n'a pas empêché d'assister à un superbe match où Lens a arraché sa qualification aux tirs au but (2-2, 4-3 TAB). Un come-back signé du grand Seko Fofana, auteur d'un doublé et du tir au but de la victoire. Mais bonne nouvelle pour Lille : le duo Amadou Onana-Renato Sanches est prêt à rouler sur la Ligue 1 pour la deuxième partie de saison.

    Ils ont charbonné


    \n
    \n

    ", + "content": "

    Ils ont charbonné


    \n
    \n

    ", "category": "", - "link": "https://www.sofoot.com/steven-gerrard-positif-a-la-covid-19-508776.html", + "link": "https://www.sofoot.com/les-notes-de-lens-lille-509073.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-steven-gerrard-positif-a-la-covid-19-1640509498_x600_articles-508776.jpg", + "pubDate": "2022-01-04T22:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-lens-lille-1641335347_x600_articles-alt-509073.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-les-notes-de-lens-lille-1641335347_x600_articles-alt-509073.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69818,19 +71043,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "51e507d296b6e0f662add0b48f63c4ca" + "hash": "c49013b0e6889412d4030018310f8b3c", + "highlights": [] }, { - "title": "Le fils de Mickaël Pagis signe son premier contrat pro à Lorient", - "description": "Un nom qui sent fort la Ligue 1.
    \n
    \nSi vous avez au minimum 30 ans et que vous suiviez le championnat de France dans les années 2000, le nom de Mickaël Pagis vous fait forcément passer…

    ", - "content": "Un nom qui sent fort la Ligue 1.
    \n
    \nSi vous avez au minimum 30 ans et que vous suiviez le championnat de France dans les années 2000, le nom de Mickaël Pagis vous fait forcément passer…

    ", + "title": "Lens éjecte Lille au bout du suspense", + "description": "Mené 2-0 par un LOSC décimé par la Covid, mais diaboliquement efficace, le RC Lens a pu compter sur un immense Seko Fofana pour renverser la situation et accéder aux huitièmes de finale de la Coupe de France (2-2, 4-3 TAB). Les Lensois de Franck Haise commencent parfaitement 2022 et recevront l'AS Monaco en huitièmes de finale.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-fils-de-mickael-pagis-signe-son-premier-contrat-pro-a-lorient-508775.html", + "link": "https://www.sofoot.com/lens-ejecte-lille-au-bout-du-suspense-509085.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T09:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-fils-de-mickael-pagis-signe-son-premier-contrat-pro-a-lorient-1640509290_x600_articles-508775.jpg", + "pubDate": "2022-01-04T22:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lens-ejecte-lille-au-bout-du-suspense-1641335062_x600_articles-alt-509085.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-lens-ejecte-lille-au-bout-du-suspense-1641335062_x600_articles-alt-509085.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69839,19 +71065,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aad304daa17836fb0c9ebbba43b3a82" + "hash": "a92465847ef0fe8cec04d8d6c6840c0c", + "highlights": [] }, { - "title": "Pelé a quitté l'hôpital", - "description": "Un joli cadeau de Noël.
    \n
    \nAdmis à l'hôpital Albert-Einstein de Saõ Paulo au début du…

    ", - "content": "Un joli cadeau de Noël.
    \n
    \nAdmis à l'hôpital Albert-Einstein de Saõ Paulo au début du…

    ", + "title": "En direct : Lens - Lille", + "description": "96' : Au terme d'une soirée de barjot où il y a eu une montagne de poteaux et d'occas', les ...", + "content": "96' : Au terme d'une soirée de barjot où il y a eu une montagne de poteaux et d'occas', les ...", "category": "", - "link": "https://www.sofoot.com/pele-a-quitte-l-hopital-508774.html", + "link": "https://www.sofoot.com/en-direct-lens-lille-509058.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T08:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pele-a-quitte-l-hopital-1640507951_x600_articles-508774.jpg", + "pubDate": "2022-01-04T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lens-lille-1641330126_x600_articles-alt-509058.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-en-direct-lens-lille-1641330126_x600_articles-alt-509058.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69860,19 +71087,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b1266d68e5247d03b516ff45df8077d" + "hash": "f2f22cf947e2b900cbba2f153be3e9d4", + "highlights": [] }, { - "title": "Boxing Day : 240€ à gagner avec Arsenal & Tottenham !", - "description": "

    Norwich - Arsenal :

    \n
    \nEt si Arsenal retrouvait la Ligue des Champions ? De retour dans le Top 4 de Premier League, les Gunners ne font plus rire…
    ", - "content": "

    Norwich - Arsenal :

    \n
    \nEt si Arsenal retrouvait la Ligue des Champions ? De retour dans le Top 4 de Premier League, les Gunners ne font plus rire…
    ", + "title": "Une vente aux enchères pour éponger les dettes de Maradona", + "description": "El Pibe de oro n'a jamais aussi bien porté son surnom.
    \n
    \nAfin d'éponger les dettes de
    ", + "content": "El Pibe de oro n'a jamais aussi bien porté son surnom.
    \n
    \nAfin d'éponger les dettes de
    ", "category": "", - "link": "https://www.sofoot.com/boxing-day-240e-a-gagner-avec-arsenal-tottenham-508733.html", + "link": "https://www.sofoot.com/une-vente-aux-encheres-pour-eponger-les-dettes-de-maradona-509078.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T07:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-boxing-day-240e-a-gagner-avec-arsenal-tottenham-1640331738_x600_articles-508733.jpg", + "pubDate": "2022-01-04T17:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-vente-aux-encheres-pour-eponger-les-dettes-de-maradona-1641317670_x600_articles-509078.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-une-vente-aux-encheres-pour-eponger-les-dettes-de-maradona-1641317670_x600_articles-509078.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69881,19 +71109,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "039da57ec354d8093a3c31972a66d136" + "hash": "b2d1af3048d6285e2fa11441b24eb34c", + "highlights": [] }, { - "title": "Premier League : les enjeux du Boxing Day 2021", - "description": "Ça y est, Noël est passé et le meilleur jour de l'année est enfin arrivé : le 26 décembre, aussi appelé le Boxing Day. Une tradition pour l'Angleterre qui va pouvoir digérer sa dinde devant un spectacle de football (six matchs). Mais si le public sera de la partie et les enjeux importants à tous les niveaux ce dimanche, la crise sanitaire risque de gâcher un peu la fête.

  • Les Foxes pourront-il…
  • ", - "content": "

  • Les Foxes pourront-il…
  • ", + "title": "Southampton racheté par la société d'investissement serbe Sport Republic", + "description": "Newcastle a une (petite) concurrence.
    \n
    \nDans un…

    ", + "content": "Newcastle a une (petite) concurrence.
    \n
    \nDans un…

    ", "category": "", - "link": "https://www.sofoot.com/premier-league-les-enjeux-du-boxing-day-2021-508756.html", + "link": "https://www.sofoot.com/southampton-rachete-par-la-societe-d-investissement-serbe-sport-republic-509082.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-premier-league-les-enjeux-du-boxing-day-2021-1640358390_x600_articles-alt-508756.jpg", + "pubDate": "2022-01-04T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-southampton-rachete-par-la-societe-d-investissement-serbe-sport-republic-1641316333_x600_articles-509082.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-southampton-rachete-par-la-societe-d-investissement-serbe-sport-republic-1641316333_x600_articles-509082.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69902,19 +71131,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "835d562634f5bc3b00ea3db3e7327bcd" + "hash": "f8e3752a384eec48f561f6c3246ea3f8", + "highlights": [] }, { - "title": "Felice Mazzù, l'amour avant tout", - "description": "En janvier 2020, à la suite de son éviction de Genk, Felice Mazzù songeait à reprendre sa carrière de prof d'EPS s'il ne retrouvait pas un club capable de lui offrir de la passion et de l'amour. Deux ans plus tard, le technicien de 55 ans a été désigné meilleur entraîneur belge de l'année pour la seconde fois de sa carrière, grâce à sa réussite sur le banc de l'Union saint-gilloise, actuel leader du championnat belge. L'Union, un club justement à son image : modeste, ambitieux et revanchard.Quand le ballon du troisième but franchit la ligne, Felice Mazzù entre sur le terrain, serre les poings à genoux et se baisse pour embrasser la pelouse. Logique, l'Union saint-gilloise vient de…", - "content": "Quand le ballon du troisième but franchit la ligne, Felice Mazzù entre sur le terrain, serre les poings à genoux et se baisse pour embrasser la pelouse. Logique, l'Union saint-gilloise vient de…", + "title": "Lassé par la pandémie, Davy Pröpper (PSV Eindhoven) prend sa retraite", + "description": "Joue-la comme Castex dans quelques mois.
    \n
    \nÀ seulement 30 ans, le milieu de terrain du PSV Eindhoven Davy Pröpper raccroche les crampons. Pour expliquer ce choix pour le moins inattendu,…

    ", + "content": "Joue-la comme Castex dans quelques mois.
    \n
    \nÀ seulement 30 ans, le milieu de terrain du PSV Eindhoven Davy Pröpper raccroche les crampons. Pour expliquer ce choix pour le moins inattendu,…

    ", "category": "", - "link": "https://www.sofoot.com/felice-mazzu-l-amour-avant-tout-508724.html", + "link": "https://www.sofoot.com/lasse-par-la-pandemie-davy-propper-psv-eindhoven-prend-sa-retraite-509081.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-felice-mazzu-l-amour-avant-tout-1640280171_x600_articles-alt-508724.jpg", + "pubDate": "2022-01-04T16:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lasse-par-la-pandemie-davy-propper-psv-eindhoven-prend-sa-retraite-1641314989_x600_articles-509081.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-lasse-par-la-pandemie-davy-propper-psv-eindhoven-prend-sa-retraite-1641314989_x600_articles-509081.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69923,19 +71153,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "038d0abe06ed3e90225718510a4289a2" + "hash": "94c3c58c9c2aeb866b06e7a1a180b538", + "highlights": [] }, { - "title": "Jean Onana forfait pour la Coupe d'Afrique des nations", - "description": "Coup dur pour les Lions.
    \n
    \nBlessé aux ischio-jambiers, Jean Onana est d'ores et déjà forfait pour la Coupe d'Afrique des nations avec le Cameroun. Le milieu de terrain des Girondins de…

    ", - "content": "Coup dur pour les Lions.
    \n
    \nBlessé aux ischio-jambiers, Jean Onana est d'ores et déjà forfait pour la Coupe d'Afrique des nations avec le Cameroun. Le milieu de terrain des Girondins de…

    ", + "title": "CAN : La CAF fixe les jauges à 80% et 60% dans les stades", + "description": "En voilà certains qui n'ont pas peur des pourcentages.
    \n
    \nLe protocole Covid de la CAF a été dévoilé ce mardi, alors que la CAN débute le 9 janvier prochain au Cameroun. La…

    ", + "content": "En voilà certains qui n'ont pas peur des pourcentages.
    \n
    \nLe protocole Covid de la CAF a été dévoilé ce mardi, alors que la CAN débute le 9 janvier prochain au Cameroun. La…

    ", "category": "", - "link": "https://www.sofoot.com/jean-onana-forfait-pour-la-coupe-d-afrique-des-nations-508773.html", + "link": "https://www.sofoot.com/can-la-caf-fixe-les-jauges-a-80-et-60-dans-les-stades-509079.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T17:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jean-onana-forfait-pour-la-coupe-d-afrique-des-nations-1640452624_x600_articles-508773.jpg", + "pubDate": "2022-01-04T16:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-la-caf-fixe-les-jauges-a-80-et-60-dans-les-stades-1641314776_x600_articles-509079.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-can-la-caf-fixe-les-jauges-a-80-et-60-dans-les-stades-1641314776_x600_articles-509079.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69944,19 +71175,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "48b6e00fb4b7cdbfa135ef4d05ac67da" + "hash": "b0fd3686adc14d4c555f58ceefeb557b", + "highlights": [] }, { - "title": "Le défenseur Sofiane Loukar (MC Saïda) décède lors d'une rencontre de D2 algérienne", - "description": "Le football est en deuil.
    \n
    \nSofiane Loukar, 30 ans et joueur du Mouloudia Club de Saïda, est décédé ce samedi après-midi lors de la rencontre opposant son équipe à l'ASM Oran, en…

    ", - "content": "Le football est en deuil.
    \n
    \nSofiane Loukar, 30 ans et joueur du Mouloudia Club de Saïda, est décédé ce samedi après-midi lors de la rencontre opposant son équipe à l'ASM Oran, en…

    ", + "title": "Le PSG annonce que Donnarumma a été testé positif à la Covid-19", + "description": "Celle-là, il ne l'a pas arrêtée.
    \n
    \nLe PSG a annoncé que Gigio Donnarumma est positif à la Covid-19 et a été placé à l'isolement. Le portier italien qui était titulaire dans les…

    ", + "content": "Celle-là, il ne l'a pas arrêtée.
    \n
    \nLe PSG a annoncé que Gigio Donnarumma est positif à la Covid-19 et a été placé à l'isolement. Le portier italien qui était titulaire dans les…

    ", "category": "", - "link": "https://www.sofoot.com/le-defenseur-sofiane-loukar-mc-saida-decede-lors-d-une-rencontre-de-d2-algerienne-508771.html", + "link": "https://www.sofoot.com/le-psg-annonce-que-donnarumma-a-ete-teste-positif-a-la-covid-19-509080.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T16:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-defenseur-sofiane-loukar-mc-saida-decede-lors-d-une-rencontre-de-d2-algerienne-1640451372_x600_articles-508771.jpg", + "pubDate": "2022-01-04T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-psg-annonce-que-donnarumma-a-ete-teste-positif-a-la-covid-19-1641313359_x600_articles-509080.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-le-psg-annonce-que-donnarumma-a-ete-teste-positif-a-la-covid-19-1641313359_x600_articles-509080.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69965,19 +71197,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8c0505ee708baefc3833e9dab4b8e01" + "hash": "60c73a3b8ae9f06242a2b4cd7ab73bb2", + "highlights": [] }, { - "title": "Le Mali dévoile sa liste pour la CAN", - "description": "Puissanci.
    \n
    \nMohamed Magassouba a dévoilé le nom des 28 joueurs sélectionnés avec le Mali pour la prochaine Coupe d'Afrique des nations au Cameroun. Et l'on peut dire que…

    ", - "content": "Puissanci.
    \n
    \nMohamed Magassouba a dévoilé le nom des 28 joueurs sélectionnés avec le Mali pour la prochaine Coupe d'Afrique des nations au Cameroun. Et l'on peut dire que…

    ", + "title": "Tuchel siffle la fin de la polémique sur Lukaku", + "description": "La diplomatie allemande.
    \n
    \nL'entraîneur de Chelsea Thomas Tuchel s'est exprimé en conférence de presse ce mardi à propos de
    ", + "content": "La diplomatie allemande.
    \n
    \nL'entraîneur de Chelsea Thomas Tuchel s'est exprimé en conférence de presse ce mardi à propos de
    ", "category": "", - "link": "https://www.sofoot.com/le-mali-devoile-sa-liste-pour-la-can-508770.html", + "link": "https://www.sofoot.com/tuchel-siffle-la-fin-de-la-polemique-sur-lukaku-509077.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T16:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-mali-devoile-sa-liste-pour-la-can-1640449766_x600_articles-508770.jpg", + "pubDate": "2022-01-04T15:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tuchel-siffle-la-fin-de-la-polemique-sur-lukaku-1641310983_x600_articles-509077.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-tuchel-siffle-la-fin-de-la-polemique-sur-lukaku-1641310983_x600_articles-509077.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -69986,19 +71219,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "81651810a575f54d3cdc64235dd85787" + "hash": "409359c39213d0478ebbf9dd3073b103", + "highlights": [] }, { - "title": "Daniel Sturridge condamné à payer 30 000 dollars à l'homme qui a retrouvé son chien", - "description": "La vie de footballeur est tellement étrange.
    \n
    \nDaniel Sturridge a été condamné à verser 30 000 dollars à l'homme ayant retrouvé son chien deux ans auparavant. Contexte : à l'été…

    ", - "content": "La vie de footballeur est tellement étrange.
    \n
    \nDaniel Sturridge a été condamné à verser 30 000 dollars à l'homme ayant retrouvé son chien deux ans auparavant. Contexte : à l'été…

    ", + "title": "Les finalistes du Prix Puskás dévoilés, fin du rêve pour Gauthier Hein", + "description": "On rentre à la caserne, l'opération #GauthierNuméroUn est un échec.
    \n
    \n2021…

    ", + "content": "On rentre à la caserne, l'opération #GauthierNuméroUn est un échec.
    \n
    \n2021…

    ", "category": "", - "link": "https://www.sofoot.com/daniel-sturridge-condamne-a-payer-30-000-dollars-a-l-homme-qui-a-retrouve-son-chien-508767.html", + "link": "https://www.sofoot.com/les-finalistes-du-prix-puskas-devoiles-fin-du-reve-pour-gauthier-hein-509076.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T16:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-daniel-sturridge-condamne-a-payer-30-000-dollars-a-l-homme-qui-a-retrouve-son-chien-1640435899_x600_articles-508767.jpg", + "pubDate": "2022-01-04T15:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-finalistes-du-prix-puskas-devoiles-fin-du-reve-pour-gauthier-hein-1641310834_x600_articles-509076.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-les-finalistes-du-prix-puskas-devoiles-fin-du-reve-pour-gauthier-hein-1641310834_x600_articles-509076.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70007,19 +71241,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab0f5f7ac6e52eb01fc9dcac45c9df2b" + "hash": "9404f8d9f640c7663efdef3da5f42863", + "highlights": [] }, { - "title": "Kerem Aktürkoğlu signe le missile du jour", - "description": "Pour bien réchauffer l'atmosphère.
    \n
    \nVainqueur d'Antalyaspor ce samedi après-midi (2-0) pour la dix-neuvième et dernière journée de la phase aller, Galatasaray s'est donné un peu…

    ", - "content": "Pour bien réchauffer l'atmosphère.
    \n
    \nVainqueur d'Antalyaspor ce samedi après-midi (2-0) pour la dix-neuvième et dernière journée de la phase aller, Galatasaray s'est donné un peu…

    ", + "title": "Augsbourg lâche 16 millions d'euros pour le jeune américain Ricardo Pepi", + "description": "Pepi-te.
    \n
    \nOn en parlait dans nos joueurs à suivre en 2022, et ce n'est pas tombé dans…

    ", + "content": "Pepi-te.
    \n
    \nOn en parlait dans nos joueurs à suivre en 2022, et ce n'est pas tombé dans…

    ", "category": "", - "link": "https://www.sofoot.com/kerem-akturkoglu-signe-le-missile-du-jour-508769.html", + "link": "https://www.sofoot.com/augsbourg-lache-16-millions-d-euros-pour-le-jeune-americain-ricardo-pepi-509072.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T15:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kerem-akturkoglu-signe-le-missile-du-jour-1640446015_x600_articles-508769.jpg", + "pubDate": "2022-01-04T15:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-augsbourg-lache-16-millions-d-euros-pour-le-jeune-americain-ricardo-pepi-1641308429_x600_articles-509072.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-augsbourg-lache-16-millions-d-euros-pour-le-jeune-americain-ricardo-pepi-1641308429_x600_articles-509072.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70028,19 +71263,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2b7f6d2c242a00b1b7791154812e724" + "hash": "4393388a7f6f6708b4e3d67a0a49ef9b", + "highlights": [] }, { - "title": "Victor Osimhen présent avec le Nigeria pour la Coupe d'Afrique des nations", - "description": "Les aigles sont prêts.
    \n
    \nLa Nigerian Football Federation (NFF) et son sélectionneur Augustine Eguavoen ont dévoilé la liste des 28 joueurs présents pour la Coupe d'Afrique des nations…

    ", - "content": "Les aigles sont prêts.
    \n
    \nLa Nigerian Football Federation (NFF) et son sélectionneur Augustine Eguavoen ont dévoilé la liste des 28 joueurs présents pour la Coupe d'Afrique des nations…

    ", + "title": "Le Sénégal devrait finalement pouvoir compter sur Ismaïla Sarr", + "description": "La fable du lion et des frelons a sa morale.
    \n
    \nÀ la suite d'un bras de fer assez médiatisé ces derniers jours, opposant Watford et la Fédération sénégalaise de football, Ismaïla…

    ", + "content": "La fable du lion et des frelons a sa morale.
    \n
    \nÀ la suite d'un bras de fer assez médiatisé ces derniers jours, opposant Watford et la Fédération sénégalaise de football, Ismaïla…

    ", "category": "", - "link": "https://www.sofoot.com/victor-osimhen-present-avec-le-nigeria-pour-la-coupe-d-afrique-des-nations-508768.html", + "link": "https://www.sofoot.com/le-senegal-devrait-finalement-pouvoir-compter-sur-ismaila-sarr-509065.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T14:06:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-victor-osimhen-present-avec-le-nigeria-pour-la-coupe-d-afrique-des-nations-1640440545_x600_articles-508768.jpg", + "pubDate": "2022-01-04T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-senegal-devrait-finalement-pouvoir-compter-sur-ismaila-sarr-1641307420_x600_articles-509065.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-le-senegal-devrait-finalement-pouvoir-compter-sur-ismaila-sarr-1641307420_x600_articles-509065.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70049,19 +71285,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eeedcc843067ab64d7b0150cbd4efa9d" + "hash": "70d2cecbd8a78680d2ce6aed7c43a920", + "highlights": [] }, { - "title": "Franck Ribéry : \"Si je vivais pour l'argent, je ne serais pas là\"", - "description": "Pas besoin de gros Salerne.
    \n
    \nArrivé à la Salernitana cet été, Franck Ribéry est revenu sur son choix dans les colonnes de L'Équipe. L'ancien joueur du Bayern Munich a ainsi…

    ", - "content": "Pas besoin de gros Salerne.
    \n
    \nArrivé à la Salernitana cet été, Franck Ribéry est revenu sur son choix dans les colonnes de L'Équipe. L'ancien joueur du Bayern Munich a ainsi…

    ", + "title": "Pascal Plancque mis à pied par le Nîmes Olympique", + "description": "C'est ce qu'on appelle savonner la Plancque.
    \n
    \nRelégué en Ligue 2 au terme de l'exercice 2020-2021, le Nîmes Olympique est en pleine galère. Seulement douzièmes au classement après…

    ", + "content": "C'est ce qu'on appelle savonner la Plancque.
    \n
    \nRelégué en Ligue 2 au terme de l'exercice 2020-2021, le Nîmes Olympique est en pleine galère. Seulement douzièmes au classement après…

    ", "category": "", - "link": "https://www.sofoot.com/franck-ribery-si-je-vivais-pour-l-argent-je-ne-serais-pas-la-508765.html", + "link": "https://www.sofoot.com/pascal-plancque-mis-a-pied-par-le-nimes-olympique-509070.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T13:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-franck-ribery-si-je-vivais-pour-l-argent-je-ne-serais-pas-la-1640430194_x600_articles-508765.jpg", + "pubDate": "2022-01-04T14:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pascal-plancque-mis-a-pied-par-le-nimes-olympique-1641307774_x600_articles-509070.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pascal-plancque-mis-a-pied-par-le-nimes-olympique-1641307774_x600_articles-509070.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70070,19 +71307,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c3c6edfba30bf01c661ad0d0b8218fc" + "hash": "f62879b774ce581e1e3395468f92f372", + "highlights": [] }, { - "title": "Le jour où l'opération Père Noël a tourné au vinaigre à Aston Villa", - "description": "Le 13 décembre 1998, à l'occasion d'un match contre Arsenal, les dirigeants d'Aston Villa décident de faire plaisir à leur public en engageant des parachutistes déguisés en Père Noël. L'opération aéroportée a bien failli remettre en cause la fameuse magie de Noël pour l'un d'entre eux...Une histoire vraie issue du magazine SO FOOT, numéro 182 (décembre 2020).
    \n
    \n2020 fut une année de merde pour tout le monde y compris pour les supporters…

    ", - "content": "Une histoire vraie issue du magazine SO FOOT, numéro 182 (décembre 2020).
    \n
    \n2020 fut une année de merde pour tout le monde y compris pour les supporters…

    ", + "title": "Douze cas de Covid-19 à Lorient dont huit joueurs", + "description": "Nouveau cluster en Ligue 1.
    \n
    \nAprès Bordeaux, la Covid-19 frappe de…

    ", + "content": "Nouveau cluster en Ligue 1.
    \n
    \nAprès Bordeaux, la Covid-19 frappe de…

    ", "category": "", - "link": "https://www.sofoot.com/le-jour-ou-l-operation-pere-noel-a-tourne-au-vinaigre-a-aston-villa-508750.html", + "link": "https://www.sofoot.com/douze-cas-de-covid-19-a-lorient-dont-huit-joueurs-509071.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-jour-ou-l-operation-pere-noel-a-tourne-au-vinaigre-a-aston-villa-1640353230_x600_articles-alt-508750.jpg", + "pubDate": "2022-01-04T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-douze-cas-de-covid-19-a-lorient-dont-huit-joueurs-1641306708_x600_articles-509071.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-douze-cas-de-covid-19-a-lorient-dont-huit-joueurs-1641306708_x600_articles-509071.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70091,19 +71329,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e2c5de1f93395db4a45d2a1a22f80ab" + "hash": "bef826b0838dc31ee82cf85a790072f7", + "highlights": [] }, { - "title": "Leeds-Aston Villa également reporté à cause de la Covid", - "description": "On prend les mêmes, et on ne recommence pas.
    \n
    \nAprès l'annulation du déplacement de Leeds ce dimanche à Liverpool, la Premier League a annoncé que les Peacocks ne joueraient…

    ", - "content": "On prend les mêmes, et on ne recommence pas.
    \n
    \nAprès l'annulation du déplacement de Leeds ce dimanche à Liverpool, la Premier League a annoncé que les Peacocks ne joueraient…

    ", + "title": "La LFP va adopter un nouveau protocole sanitaire", + "description": "La LFP passe à l'action.
    \n
    \nLes cas de Covid-19 se multipliant ces derniers jours en Ligue 1, un nouveau protocole sanitaire va être envoyé aux clubs ce mardi, selon les informations de…

    ", + "content": "La LFP passe à l'action.
    \n
    \nLes cas de Covid-19 se multipliant ces derniers jours en Ligue 1, un nouveau protocole sanitaire va être envoyé aux clubs ce mardi, selon les informations de…

    ", "category": "", - "link": "https://www.sofoot.com/leeds-aston-villa-egalement-reporte-a-cause-de-la-covid-508790.html", + "link": "https://www.sofoot.com/la-lfp-va-adopter-un-nouveau-protocole-sanitaire-509069.html", "creator": "SO FOOT", - "pubDate": "2021-12-26T14:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leeds-aston-villa-egalement-reporte-a-cause-de-la-covid-1640530093_x600_articles-508790.jpg", + "pubDate": "2022-01-04T14:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-lfp-va-adopter-un-nouveau-protocole-sanitaire-1641306492_x600_articles-509069.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-la-lfp-va-adopter-un-nouveau-protocole-sanitaire-1641306492_x600_articles-509069.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70112,19 +71351,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f895bff0906482ccdbd14ea60c44c4df" + "hash": "d8a83e8798de49ad93e0cd6b8359f699", + "highlights": [] }, { - "title": "Thomas Didillon : \"Je ne prends qu'une part de bûche au lieu de trois\"", - "description": "Dimanche à 13h30, le Cercle reçoit le voisin du Club pour un derby brugeois quand le reste du monde digérera la bûche de Noël. Une affiche dans laquelle plonge la tête la première Thomas Didillon, gardien du Cercle. L'ancien Messin et international espoir en profite pour parler plages, vannes et gueuletons : tout ce qui fait la Belgique en somme.Tu es à Bruges depuis un an et demi. C'est comment la vie en Flandre-Occidentale ?
    \nAssez similaire à la France. Les Flamands ont ce savoir-vivre, ce goût du beau…
    ", - "content": "Tu es à Bruges depuis un an et demi. C'est comment la vie en Flandre-Occidentale ?
    \nAssez similaire à la France. Les Flamands ont ce savoir-vivre, ce goût du beau…
    ", + "title": "Fabien Mercadal est le nouvel entraîneur de Quevilly-Rouen", + "description": "Le foot français n'est qu'une vaste partie de chaises musicales.
    \n
    \nFabien Mercadal en est le dernier protagoniste : intronisé coach de Quevilly-Rouen, il succède à
    ", + "content": "Le foot français n'est qu'une vaste partie de chaises musicales.
    \n
    \nFabien Mercadal en est le dernier protagoniste : intronisé coach de Quevilly-Rouen, il succède à
    ", "category": "", - "link": "https://www.sofoot.com/thomas-didillon-je-ne-prends-qu-une-part-de-buche-au-lieu-de-trois-508732.html", + "link": "https://www.sofoot.com/fabien-mercadal-est-le-nouvel-entraineur-de-quevilly-rouen-509067.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-thomas-didillon-je-ne-prends-qu-une-part-de-buche-au-lieu-de-trois-1640299898_x600_articles-alt-508732.jpg", + "pubDate": "2022-01-04T14:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fabien-mercadal-est-le-nouvel-entraineur-de-quevilly-rouen-1641304479_x600_articles-509067.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-fabien-mercadal-est-le-nouvel-entraineur-de-quevilly-rouen-1641304479_x600_articles-509067.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70133,19 +71373,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ef21791f154a357030ddb0fbba72d51" + "hash": "251e4f5c14d7f860168cf94c9ee5b794", + "highlights": [] }, { - "title": "Pronostic Newcastle Manchester United : Analyse, cotes et prono du match de Premier League", - "description": "

    Manchester United coule Newcastle

    \n
    \nAvant-dernier de Premier League, Newcastle vit une saison très compliquée. Le changement d'entraîneur en cours de…
    ", - "content": "

    Manchester United coule Newcastle

    \n
    \nAvant-dernier de Premier League, Newcastle vit une saison très compliquée. Le changement d'entraîneur en cours de…
    ", + "title": "Nicolas Usaï nouvel entraineur du Nîmes Olympique après la mise à pied de Pascal Plancque", + "description": "Usaï sort de sa Plancque.
    \n
    \nLibre depuis son licenciement de la Berrichonne de Châteauroux en décembre 2020, Nicolas Usaï vient d'être officiellement présenté, ce mercredi,…

    ", + "content": "Usaï sort de sa Plancque.
    \n
    \nLibre depuis son licenciement de la Berrichonne de Châteauroux en décembre 2020, Nicolas Usaï vient d'être officiellement présenté, ce mercredi,…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-newcastle-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-508710.html", + "link": "https://www.sofoot.com/nicolas-usai-nouvel-entraineur-du-nimes-olympique-apres-la-mise-a-pied-de-pascal-plancque-509121.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T12:11:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-newcastle-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-1640262842_x600_articles-508710.jpg", + "pubDate": "2022-01-05T15:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nicolas-usai-nouvel-entraineur-du-nimes-olympique-apres-la-mise-a-pied-de-pascal-plancque-1641395634_x600_articles-509121.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-nicolas-usai-nouvel-entraineur-du-nimes-olympique-apres-la-mise-a-pied-de-pascal-plancque-1641395634_x600_articles-509121.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70154,19 +71395,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "46bb95dc340ac34419b2103c32b8c4ef" + "hash": "0b4276ac6f825cff3fe5efbcd1ce670c", + "highlights": [] }, { - "title": "L'état des stades au Gabon fait scandale", - "description": "Du gâchis.
    \n
    \nLe football gabonais, impacté par de sérieuses difficultés économiques, semble chaque jour pâtir de la gestion de ses dirigeants. Ainsi, plusieurs clichés de…

    ", - "content": "Du gâchis.
    \n
    \nLe football gabonais, impacté par de sérieuses difficultés économiques, semble chaque jour pâtir de la gestion de ses dirigeants. Ainsi, plusieurs clichés de…

    ", + "title": "La crise de Romelu Lukaku à Chelsea ", + "description": "À Chelsea, les derniers jours ont été marqués par les secousses provoquées par l'entretien donné par Romelu Lukaku à Sky Italia dans lequel l'attaquant belge déclare sa flamme à l'Inter et se plaint de sa situation chez les Blues. Mis à l'écart pour le choc face à Liverpool ce week-end, le joueur de 28 ans recruté pour 115 millions d'euros l'été dernier s'est expliqué avec Thomas Tuchel en début de semaine. Mais cette petite tempête pourrait laisser des traces.Le feuilleton ne devrait a priori pas durer jusqu'au 31 janvier : Romelu Lukaku va rester à Chelsea. Au bout d'une fin de semaine agitée, marquée par les paroles inattendues de l'attaquant belge…", + "content": "Le feuilleton ne devrait a priori pas durer jusqu'au 31 janvier : Romelu Lukaku va rester à Chelsea. Au bout d'une fin de semaine agitée, marquée par les paroles inattendues de l'attaquant belge…", "category": "", - "link": "https://www.sofoot.com/l-etat-des-stades-au-gabon-fait-scandale-508764.html", + "link": "https://www.sofoot.com/la-crise-de-romelu-lukaku-a-chelsea-509063.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T11:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-etat-des-stades-au-gabon-fait-scandale-1640428511_x600_articles-508764.jpg", + "pubDate": "2022-01-04T14:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-crise-de-romelu-lukaku-a-chelsea-1641296705_x600_articles-alt-509063.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-la-crise-de-romelu-lukaku-a-chelsea-1641296705_x600_articles-alt-509063.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70175,19 +71417,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c522963567d45a1ab3176f6d3ca22b8" + "hash": "4217c36886586958b157970435571f12", + "highlights": [] }, { - "title": "Dušan Tadić devient le meilleur passeur décisif de l'histoire sur une année civile", - "description": "Qui d'autre que lui ?
    \n
    \nÀ 33 ans et tout juste élu joueur serbe de l'année 2021, Dušan Tadić en a profité pour établir une nouvelle performance. Celle de devenir le meilleur passeur…

    ", - "content": "Qui d'autre que lui ?
    \n
    \nÀ 33 ans et tout juste élu joueur serbe de l'année 2021, Dušan Tadić en a profité pour établir une nouvelle performance. Celle de devenir le meilleur passeur…

    ", + "title": "Fabio Capello veut baisser les salaires des joueurs qui refusent le vaccin", + "description": "À défaut du bras, ça pourrait piquer le porte-monnaie.
    \n
    \n

    ", + "content": "À défaut du bras, ça pourrait piquer le porte-monnaie.
    \n
    \n


    ", "category": "", - "link": "https://www.sofoot.com/dusan-tadic-devient-le-meilleur-passeur-decisif-de-l-histoire-sur-une-annee-civile-508766.html", + "link": "https://www.sofoot.com/fabio-capello-veut-baisser-les-salaires-des-joueurs-qui-refusent-le-vaccin-509066.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T11:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-dusan-tadic-devient-le-meilleur-passeur-decisif-de-l-histoire-sur-une-annee-civile-1640431418_x600_articles-508766.jpg", + "pubDate": "2022-01-04T13:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fabio-capello-veut-baisser-les-salaires-des-joueurs-qui-refusent-le-vaccin-1641304253_x600_articles-509066.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-fabio-capello-veut-baisser-les-salaires-des-joueurs-qui-refusent-le-vaccin-1641304253_x600_articles-509066.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70196,19 +71439,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8eafac30746cf015a92aeaeaeb77a22" + "hash": "613921d44380b7507c56b19ad334814e", + "highlights": [] }, { - "title": "Selon Oliver Kahn, le Bayern Munich \"n'a pas besoin de recrue\"", - "description": "Lewa est au level.
    \n
    \nDans un entretien accordé à Süddeutschen Zeitung, Oliver Kahn, président du conseil d'administration du Bayern Munich, est revenu sur les rumeurs de départ…

    ", - "content": "Lewa est au level.
    \n
    \nDans un entretien accordé à Süddeutschen Zeitung, Oliver Kahn, président du conseil d'administration du Bayern Munich, est revenu sur les rumeurs de départ…

    ", + "title": "Top 50 : Transferts avortés (de 40 à 31)", + "description": "Chaque période de mercato est une belle occasion d'assister à la naissance d'histoires rocambolesques. Entre les beaux coups et les flops annoncés, une autre catégorie mérite le coup d'œil. Voici une sélection de 50 transferts qui ont capoté au XXIe siècle. Au menu : des fax de dernière minute, des trahisons et des grosses colères.
    \n
    \nChampion de France, l'OM de Didier Deschamps avance avec appétit sur le mercato estival 2010. Et pour…

    ", + "content": "
    \n
    \nChampion de France, l'OM de Didier Deschamps avance avec appétit sur le mercato estival 2010. Et pour…

    ", "category": "", - "link": "https://www.sofoot.com/selon-oliver-kahn-le-bayern-munich-n-a-pas-besoin-de-recrue-508762.html", + "link": "https://www.sofoot.com/top-50-transferts-avortes-de-40-a-31-508999.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T10:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-selon-oliver-kahn-le-bayern-munich-n-a-pas-besoin-de-recrue-1640379932_x600_articles-508762.jpg", + "pubDate": "2022-01-04T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-40-a-31-1641227158_x600_articles-alt-508999.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-40-a-31-1641227158_x600_articles-alt-508999.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70217,19 +71461,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "118256016faeaa0b45ca17191b4c6796" + "hash": "6387a9eb22dcb66ef26c2478343a48ca", + "highlights": [] }, { - "title": "Les Comores dévoilent leur liste pour la CAN", - "description": "Les \"Comocos\" sont dans la place.
    \n
    \nQualifiés pour la première Coupe d'Afrique des nations de leur histoire, les Comores ont dévoilé la liste qui les mènera au Cameroun. Dans le…

    ", - "content": "Les \"Comocos\" sont dans la place.
    \n
    \nQualifiés pour la première Coupe d'Afrique des nations de leur histoire, les Comores ont dévoilé la liste qui les mènera au Cameroun. Dans le…

    ", + "title": "L'UEFA dévoile un calendrier 2022-2023 chamboulé par le Mondial au Qatar", + "description": "Mais comment les joueurs vont-ils bien tenir à ce rythme ?
    \n
    \nEn temps normal, les phases de poules de la Ligue des champions, de Ligue Europa et, depuis cette saison, de Ligue Europa…

    ", + "content": "Mais comment les joueurs vont-ils bien tenir à ce rythme ?
    \n
    \nEn temps normal, les phases de poules de la Ligue des champions, de Ligue Europa et, depuis cette saison, de Ligue Europa…

    ", "category": "", - "link": "https://www.sofoot.com/les-comores-devoilent-leur-liste-pour-la-can-508761.html", + "link": "https://www.sofoot.com/l-uefa-devoile-un-calendrier-2022-2023-chamboule-par-le-mondial-au-qatar-509064.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T09:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-comores-devoilent-leur-liste-pour-la-can-1640377006_x600_articles-508761.jpg", + "pubDate": "2022-01-04T11:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-uefa-devoile-un-calendrier-2022-2023-chamboule-par-le-mondial-au-qatar-1641297084_x600_articles-509064.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-l-uefa-devoile-un-calendrier-2022-2023-chamboule-par-le-mondial-au-qatar-1641297084_x600_articles-509064.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70238,19 +71483,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b4ca8a0c208b5658580c6376ef111ab" + "hash": "afaa91100e31ef3d84c7f9233c6011ef", + "highlights": [] }, { - "title": "Stole Dimitrievski en passe de s'engager avec le Barça", - "description": "Man of Stole.
    \n
    \nAfin de tourner la page d'un début de saison raté, le FC Barcelone a entamé son renouveau en s'activant pour le mercato hivernal. Ainsi, après Ferran Torres,
    ", - "content": "Man of Stole.
    \n
    \nAfin de tourner la page d'un début de saison raté, le FC Barcelone a entamé son renouveau en s'activant pour le mercato hivernal. Ainsi, après Ferran Torres,
    ", + "title": "Thiago Silva prolonge son contrat d'un an à Chelsea", + "description": "La romance avec Thomas Tuchel continue.
    \n
    \nThiago Silva rempile à Chelsea. Arrivé libre du Paris Saint-Germain à l'été 2020, le défenseur brésilien se plaît à Londres et a…

    ", + "content": "La romance avec Thomas Tuchel continue.
    \n
    \nThiago Silva rempile à Chelsea. Arrivé libre du Paris Saint-Germain à l'été 2020, le défenseur brésilien se plaît à Londres et a…

    ", "category": "", - "link": "https://www.sofoot.com/stole-dimitrievski-en-passe-de-s-engager-avec-le-barca-508760.html", + "link": "https://www.sofoot.com/thiago-silva-prolonge-son-contrat-d-un-an-a-chelsea-509062.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T09:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-stole-dimitrievski-en-passe-de-s-engager-avec-le-barca-1640374721_x600_articles-508760.jpg", + "pubDate": "2022-01-04T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-thiago-silva-prolonge-son-contrat-d-un-an-a-chelsea-1641295220_x600_articles-509062.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-thiago-silva-prolonge-son-contrat-d-un-an-a-chelsea-1641295220_x600_articles-509062.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70259,19 +71505,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a4bb095dff2f8aefec5e6157810f96d" + "hash": "87a130fae6bc52c0e66ef700013334c9", + "highlights": [] }, { - "title": "Noël, Noël Le Graët ou les deux ?", - "description": "C'est un concept bien connu des fans du Burger Quiz, mais qui méritait bien une adaptation pour le football. Alors que nous célébrons ce week-end la naissance de Jésus de Nazareth, il ne faut pas oublier que le père Noël, le vrai, est aussi né un 25 décembre, mais en 1941 à Bourbriac, au beau milieu de la Bretagne. Alors c'est l'heure du quiz : Noël, Noël Le Graët ou les deux ?
    ", - "content": "
    ", + "title": "Le Maroc a pris ses précautions avant de partir pour la CAN", + "description": "On n'est jamais trop prudent.
    \n
    \nPour éviter tout risque de contamination à la Covid ou toute autre mésaventure, la sélection marocaine a décidé de prendre toutes les précautions…

    ", + "content": "On n'est jamais trop prudent.
    \n
    \nPour éviter tout risque de contamination à la Covid ou toute autre mésaventure, la sélection marocaine a décidé de prendre toutes les précautions…

    ", "category": "", - "link": "https://www.sofoot.com/noel-noel-le-graet-ou-les-deux-508699.html", + "link": "https://www.sofoot.com/le-maroc-a-pris-ses-precautions-avant-de-partir-pour-la-can-509060.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-noel-noel-le-graet-ou-les-deux-1640264362_x600_articles-alt-508699.jpg", + "pubDate": "2022-01-04T10:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-maroc-a-pris-ses-precautions-avant-de-partir-pour-la-can-1641293031_x600_articles-509060.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-le-maroc-a-pris-ses-precautions-avant-de-partir-pour-la-can-1641293031_x600_articles-509060.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70280,19 +71527,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3141d1efdb14e81f7fd334dc70c9841a" + "hash": "cfbfef017faca41cfc7867423388d2ff", + "highlights": [] }, { - "title": "Top 10 : buts cadeaux ", - "description": "Joyeux Noël ! En ce 25 décembre au matin, tous les enfants peuvent profiter des cadeaux offerts grâce aux efforts acharnés du Père Noël. Mais dans le football, le cadeau peut arriver à n'importe quel moment de la saison. La preuve par 10.

    Hugo Lloris à Mario Mandžukić

    \n15 juillet 2018, France – Croatie (4-2)
    \n
    \nL'occasion de faire un joli cadeau n'est jamais interdite,…

    ", - "content": "

    Hugo Lloris à Mario Mandžukić

    \n15 juillet 2018, France – Croatie (4-2)
    \n
    \nL'occasion de faire un joli cadeau n'est jamais interdite,…

    ", + "title": "Mauricio Pochettino n'a \"pas de nouvelles\" de Messi", + "description": "Messi ne répond plus.
    \n
    \nAprès
    la victoire 4-0 face à Vannes en Coupe de France, Mauricio Pochettino a été…

    ", + "content": "Messi ne répond plus.
    \n
    \nAprès la victoire 4-0 face à Vannes en Coupe de France, Mauricio Pochettino a été…

    ", "category": "", - "link": "https://www.sofoot.com/top-10-buts-cadeaux-508658.html", + "link": "https://www.sofoot.com/mauricio-pochettino-n-a-pas-de-nouvelles-de-messi-509061.html", "creator": "SO FOOT", - "pubDate": "2021-12-25T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-10-buts-cadeaux-1640194748_x600_articles-alt-508658.jpg", + "pubDate": "2022-01-04T10:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mauricio-pochettino-n-a-pas-de-nouvelles-de-messi-1641292123_x600_articles-509061.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-mauricio-pochettino-n-a-pas-de-nouvelles-de-messi-1641292123_x600_articles-509061.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70301,19 +71549,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64f65bfe96364f22764295267d532cc8" + "hash": "d41730d6c47e5919a1136bdbe57eeb6d", + "highlights": [] }, { - "title": "Yussuf Poulsen : \"La plupart des gens seraient morts dans la situation de Christian Eriksen\"", - "description": "Le miraculé de l'année.
    \n
    \nL'un des moments forts de cette année 2021 restera évidemment le malaise de…

    ", - "content": "Le miraculé de l'année.
    \n
    \nL'un des moments forts de cette année 2021 restera évidemment le malaise de…

    ", + "title": "Albert Cartier prend les commandes de l'AS Nancy lorraine", + "description": "Et un ancien coach messin à Nancy, un !
    \n
    \nÇa y est, Nancy tient enfin son nouvel entraîneur. Alors que
    ", + "content": "Et un ancien coach messin à Nancy, un !
    \n
    \nÇa y est, Nancy tient enfin son nouvel entraîneur. Alors que
    ", "category": "", - "link": "https://www.sofoot.com/yussuf-poulsen-la-plupart-des-gens-seraient-morts-dans-la-situation-de-christian-eriksen-508759.html", + "link": "https://www.sofoot.com/albert-cartier-prend-les-commandes-de-l-as-nancy-lorraine-509059.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T16:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-yussuf-poulsen-la-plupart-des-gens-seraient-morts-dans-la-situation-de-christian-eriksen-1640365214_x600_articles-508759.jpg", + "pubDate": "2022-01-04T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-albert-cartier-prend-les-commandes-de-l-as-nancy-lorraine-1641291777_x600_articles-509059.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-albert-cartier-prend-les-commandes-de-l-as-nancy-lorraine-1641291777_x600_articles-509059.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70322,19 +71571,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "55ec4ad65ee46d2f1455b2cdf1630614" + "hash": "e62dd87e67401b854c7414feaba14c95", + "highlights": [] }, { - "title": "Algérie : Mahrez, Bennacer et Brahimi appelés pour la CAN", - "description": "En route vers la troisième étoile ?
    \n
    \n\"Ce n'est pas la peine qu'on se répète. Le plus grand favori, vous le connaissez \", avait déclaré le sélectionneur du Maroc Vahid…

    ", - "content": "En route vers la troisième étoile ?
    \n
    \n\"Ce n'est pas la peine qu'on se répète. Le plus grand favori, vous le connaissez \", avait déclaré le sélectionneur du Maroc Vahid…

    ", + "title": "Lucas Paquetá de retour à Lyon après son isolement", + "description": "À Lyon, on a déjà remballé le sapin, mais un paquet cadeau vient d'être déposé.
    \n
    \nLucas Paquetá est enfin rentré dans la capitale des Gaules dans la nuit de lundi à mardi. Testé…

    ", + "content": "À Lyon, on a déjà remballé le sapin, mais un paquet cadeau vient d'être déposé.
    \n
    \nLucas Paquetá est enfin rentré dans la capitale des Gaules dans la nuit de lundi à mardi. Testé…

    ", "category": "", - "link": "https://www.sofoot.com/algerie-mahrez-bennacer-et-brahimi-appeles-pour-la-can-508758.html", + "link": "https://www.sofoot.com/lucas-paqueta-de-retour-a-lyon-apres-son-isolement-509057.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T15:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-algerie-mahrez-bennacer-et-brahimi-appeles-pour-la-can-1640361145_x600_articles-508758.jpg", + "pubDate": "2022-01-04T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lucas-paqueta-de-retour-a-lyon-apres-son-isolement-1641289021_x600_articles-509057.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-lucas-paqueta-de-retour-a-lyon-apres-son-isolement-1641289021_x600_articles-509057.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70343,19 +71593,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c0bb70eeca273d07da4404ffef898ec" + "hash": "d9a0b537ec1f81eedacf8b9aa6804bcd", + "highlights": [] }, { - "title": "Bingourou Kamara (Strasbourg) part en prêt à Charleroi", - "description": "Bingou va passer les fêtes en Wallonie.
    \n
    \nArrivé en juillet 2017 en Alsace, Bingourou Kamara n'a plus joué un match officiel avec Strasbourg depuis le 10 février dernier. Passé…

    ", - "content": "Bingou va passer les fêtes en Wallonie.
    \n
    \nArrivé en juillet 2017 en Alsace, Bingourou Kamara n'a plus joué un match officiel avec Strasbourg depuis le 10 février dernier. Passé…

    ", + "title": "Kimmich de retour à l'entraînement après six semaines d'isolement", + "description": "Il s'est remis de la Covid au Nouvel An.
    \n
    \nJoshua Kimmich vient juste de retrouver les terrains d'entraînement avec le Bayern, après un mois et demi passé à l'écart du groupe.…

    ", + "content": "Il s'est remis de la Covid au Nouvel An.
    \n
    \nJoshua Kimmich vient juste de retrouver les terrains d'entraînement avec le Bayern, après un mois et demi passé à l'écart du groupe.…

    ", "category": "", - "link": "https://www.sofoot.com/bingourou-kamara-strasbourg-part-en-pret-a-charleroi-508757.html", + "link": "https://www.sofoot.com/kimmich-de-retour-a-l-entrainement-apres-six-semaines-d-isolement-509051.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T15:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bingourou-kamara-strasbourg-part-en-pret-a-charleroi-1640363389_x600_articles-508757.jpg", + "pubDate": "2022-01-04T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kimmich-de-retour-a-l-entrainement-apres-six-semaines-d-isolement-1641286793_x600_articles-509051.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-kimmich-de-retour-a-l-entrainement-apres-six-semaines-d-isolement-1641286793_x600_articles-509051.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70364,19 +71615,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee7838c308dca599286bf857c96aec9a" + "hash": "769f592de0d072c1579e96c02e49c5a7", + "highlights": [] }, { - "title": "Lewandowski, Ballon d'or Instagram en 2021", - "description": "Chacun son lot de consolation.
    \n
    \nIl a beau avoir vu Léo Messi choper son Ballon d'or, à tort ou à raison, Robert Lewandowski ne termine pas l'année sans aucune récompense dans les…

    ", - "content": "Chacun son lot de consolation.
    \n
    \nIl a beau avoir vu Léo Messi choper son Ballon d'or, à tort ou à raison, Robert Lewandowski ne termine pas l'année sans aucune récompense dans les…

    ", + "title": "Mbappé atteint la barre des 150 buts marqués avec le PSG", + "description": "Le génie français a encore frappé.
    \n
    \nCe lundi soir, contre Vannes, Kylian Mbappé n'a pas été tendre…

    ", + "content": "Le génie français a encore frappé.
    \n
    \nCe lundi soir, contre Vannes, Kylian Mbappé n'a pas été tendre…

    ", "category": "", - "link": "https://www.sofoot.com/lewandowski-ballon-d-or-instagram-en-2021-508738.html", + "link": "https://www.sofoot.com/mbappe-atteint-la-barre-des-150-buts-marques-avec-le-psg-509050.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T14:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lewandowski-ballon-d-or-instagram-en-2021-1640357812_x600_articles-508738.jpg", + "pubDate": "2022-01-04T08:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mbappe-atteint-la-barre-des-150-buts-marques-avec-le-psg-1641285634_x600_articles-509050.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-mbappe-atteint-la-barre-des-150-buts-marques-avec-le-psg-1641285634_x600_articles-509050.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70385,19 +71637,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "de49dd2d2b8babd47d87b131bd386ccd" + "hash": "6b1958a7c50956627dd8a07a42f45aff", + "highlights": [] }, { - "title": "Farès Bahlouli se sent toujours bien en Ukraine", - "description": "Le bahloulisme a bien failli s'arrêter.
    \n
    \nFormé à l'Olympique lyonnais au début des années 2010, Farès Bahlouli n'a jamais confirmé les attentes placées en lui et le statut…

    ", - "content": "Le bahloulisme a bien failli s'arrêter.
    \n
    \nFormé à l'Olympique lyonnais au début des années 2010, Farès Bahlouli n'a jamais confirmé les attentes placées en lui et le statut…

    ", + "title": "Alfred Schreuder prend la succession de Phlippe Clement à Bruges", + "description": "Pas celui qui se cachait sous le casque du méchant dans les Tortues Ninja, a priori.
    \n
    \nAlors que
    ", + "content": "Pas celui qui se cachait sous le casque du méchant dans les Tortues Ninja, a priori.
    \n
    \nAlors que
    ", "category": "", - "link": "https://www.sofoot.com/fares-bahlouli-se-sent-toujours-bien-en-ukraine-508755.html", + "link": "https://www.sofoot.com/alfred-schreuder-prend-la-succession-de-phlippe-clement-a-bruges-509049.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T14:11:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fares-bahlouli-se-sent-toujours-bien-en-ukraine-1640359796_x600_articles-508755.jpg", + "pubDate": "2022-01-04T08:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-alfred-schreuder-prend-la-succession-de-phlippe-clement-a-bruges-1641285450_x600_articles-509049.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-alfred-schreuder-prend-la-succession-de-phlippe-clement-a-bruges-1641285450_x600_articles-509049.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70406,19 +71659,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf9f30793aff1dea45bdc9f61dac73fa" + "hash": "54622439083d5da5a95d03c5f9fcc4fc", + "highlights": [] }, { - "title": "Mazzù : Devenir sélectionneur des Diables ? \"C'est la chose qui me ferait le plus plaisir !\"", - "description": "Il est temps de voir Dante Vanzeir avec le brassard des Diables rouges.
    \n
    \nAprès être grimpée en D1A, mettant fin à 48 ans de disette dans l'élite, l'Union saint-gilloise est leader…

    ", - "content": "Il est temps de voir Dante Vanzeir avec le brassard des Diables rouges.
    \n
    \nAprès être grimpée en D1A, mettant fin à 48 ans de disette dans l'élite, l'Union saint-gilloise est leader…

    ", + "title": "Pronostic Chelsea Tottenham : Analyse, cotes et prono du match de EFL Cup", + "description": "

    Les Blues solides face aux Spurs

    \n
    \nLes demi-finales de la Carabao Cup nous offrent de très belles affiches avec Arsenal-Liverpool et Chelsea-Tottenham.…
    ", + "content": "

    Les Blues solides face aux Spurs

    \n
    \nLes demi-finales de la Carabao Cup nous offrent de très belles affiches avec Arsenal-Liverpool et Chelsea-Tottenham.…
    ", "category": "", - "link": "https://www.sofoot.com/mazzu-devenir-selectionneur-des-diables-c-est-la-chose-qui-me-ferait-le-plus-plaisir-508754.html", + "link": "https://www.sofoot.com/pronostic-chelsea-tottenham-analyse-cotes-et-prono-du-match-de-efl-cup-509023.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T13:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mazzu-devenir-selectionneur-des-diables-c-est-la-chose-qui-me-ferait-le-plus-plaisir-1640353755_x600_articles-508754.jpg", + "pubDate": "2022-01-04T07:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-chelsea-tottenham-analyse-cotes-et-prono-du-match-de-efl-cup-1641207236_x600_articles-509023.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-chelsea-tottenham-analyse-cotes-et-prono-du-match-de-efl-cup-1641207236_x600_articles-509023.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70427,19 +71681,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5040992a42fd2b46883a7417c64cfa8c" + "hash": "020c1af2b854968d0cf5cc1324e78559", + "highlights": [] }, { - "title": "L'ONG Human Rights Watch craint que la CAN soit la cible d'attaques", - "description": "Décidément, la CAN ne sera jamais tranquille.
    \n
    \nDéjà menacée d'annulation à cause de la situation…

    ", - "content": "Décidément, la CAN ne sera jamais tranquille.
    \n
    \nDéjà menacée d'annulation à cause de la situation…

    ", + "title": "Le gouvernement ne veut pas des jauges proportionnelles dans les stades", + "description": "Les espoirs s'éteignent.
    \n
    \nL'amendement…

    ", + "content": "Les espoirs s'éteignent.
    \n
    \nL'amendement…

    ", "category": "", - "link": "https://www.sofoot.com/l-ong-human-rights-watch-craint-que-la-can-soit-la-cible-d-attaques-508752.html", + "link": "https://www.sofoot.com/le-gouvernement-ne-veut-pas-des-jauges-proportionnelles-dans-les-stades-509048.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T13:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-ong-human-rights-watch-craint-que-la-can-soit-la-cible-d-attaques-1640355223_x600_articles-508752.jpg", + "pubDate": "2022-01-04T07:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-gouvernement-ne-veut-pas-des-jauges-proportionnelles-dans-les-stades-1641285165_x600_articles-509048.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-le-gouvernement-ne-veut-pas-des-jauges-proportionnelles-dans-les-stades-1641285165_x600_articles-509048.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70448,19 +71703,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c824f02bf9c45fe90a490f0c816bdbf0" + "hash": "01239d027d15c166f6f299a876466990", + "highlights": [] }, { - "title": "Ikoné, clap de faim", - "description": "Après trois ans et demi à Lille, Jonathan Ikoné (23 ans) a plié bagage et va officiellement s'engager avec la Fiorentina dans les prochaines heures. Voilà un nouveau départ majeur à gérer chez le champion de France en titre qui laisse un peu songeur en matière de timing pour le joueur.Résumer le passage de Jonathan Ikoné dans le Nord est un exercice périlleux. Un mélange de coups d'éclat et d'inconstance que l'on pourrait tenter de retranscrire ainsi : à Lille, Ikoné…", - "content": "Résumer le passage de Jonathan Ikoné dans le Nord est un exercice périlleux. Un mélange de coups d'éclat et d'inconstance que l'on pourrait tenter de retranscrire ainsi : à Lille, Ikoné…", + "title": "Lens-Lille : au nord, c'était Omicron", + "description": "Au coude-à-coude en Ligue 1, Lens (9e) reçoit Lille (8e) en Coupe de France pour lancer l'année 2022. Un derby qui porte, avant même le coup d'envoi, le sceau du coronavirus.Ils ne seront que 5000 Lensoises et Lensois (abonné(e)es en tribune Marek) à braver le froid du Nord, ce mardi à Bollaert, pour assister au deuxième derby de la saison entre le RC Lens et le…", + "content": "Ils ne seront que 5000 Lensoises et Lensois (abonné(e)es en tribune Marek) à braver le froid du Nord, ce mardi à Bollaert, pour assister au deuxième derby de la saison entre le RC Lens et le…", "category": "", - "link": "https://www.sofoot.com/ikone-clap-de-faim-508745.html", + "link": "https://www.sofoot.com/lens-lille-au-nord-c-etait-omicron-509044.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ikone-clap-de-faim-1640344086_x600_articles-alt-508745.jpg", + "pubDate": "2022-01-04T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lens-lille-au-nord-c-etait-omicron-1641231335_x600_articles-alt-509044.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-lens-lille-au-nord-c-etait-omicron-1641231335_x600_articles-alt-509044.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70469,19 +71725,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f16fb3fbdbf7e2334c49b43d3810eccb" + "hash": "76d88e9d8f57925f285e66421b917d15", + "highlights": [] }, { - "title": "La Main de Dieu : voir Naples, Diego Maradona et grandir", - "description": "Sorti sur Netflix le 15 décembre, La Main de Dieu de Paolo Sorrentino est un voyage autobiographique et sensible vers le Naples des années 1980. Une cité de rires et de drames, d'ombre et de lumière, que Maradona et le Napoli enveloppent constamment d'une aura bienveillante et réconfortante.Il faut croire que le cinéma, comme le football, vit une drôle d'époque. Quand Marvel Studios et Warner Bros monopolisent les recettes en salles grâce à Spider-Man : Far From Home et…", - "content": "Il faut croire que le cinéma, comme le football, vit une drôle d'époque. Quand Marvel Studios et Warner Bros monopolisent les recettes en salles grâce à Spider-Man : Far From Home et…", + "title": "Quand Manuel Amoros filait à la mexicaine ", + "description": "Il y a 25 ans, Manu Amoros s'est trouvé à deux doigts de devenir le premier Français à évoluer au Mexique. Bien avant Gignac, Thauvin et consorts. Mais le désir du club de Puebla n'a pas pu être comblé. Retour sur cet épisode méconnu, et un brin rocambolesque.C'est une petite colonne de Reforma, datée de 9 juin 1996. \"Le défenseur Manu Amoros est arrivé hier pour s'intégrer au Club Puebla\", indique le quotidien mexicain. Le pays…", + "content": "C'est une petite colonne de Reforma, datée de 9 juin 1996. \"Le défenseur Manu Amoros est arrivé hier pour s'intégrer au Club Puebla\", indique le quotidien mexicain. Le pays…", "category": "", - "link": "https://www.sofoot.com/la-main-de-dieu-voir-naples-diego-maradona-et-grandir-508691.html", + "link": "https://www.sofoot.com/quand-manuel-amoros-filait-a-la-mexicaine-508960.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-main-de-dieu-voir-naples-diego-maradona-et-grandir-1640258316_x600_articles-alt-508691.jpg", + "pubDate": "2022-01-04T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-manuel-amoros-filait-a-la-mexicaine-1641058000_x600_articles-alt-508960.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-quand-manuel-amoros-filait-a-la-mexicaine-1641058000_x600_articles-alt-508960.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70490,19 +71747,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb85762510ad1990e045477419ca911a" + "hash": "969adce879810ab378a13bc8e77a2383", + "highlights": [] }, { - "title": "Des joueurs de Ligue 1 s'unissent pour les enfants à l'hôpital", - "description": "L'esprit des fêtes est de sortie.
    \n
    \nÀ l'approche de Noël, plusieurs joueurs professionnels ont décidé de s'unir à l'association Les P'tits Doudous, un groupe de 85 associations…

    ", - "content": "L'esprit des fêtes est de sortie.
    \n
    \nÀ l'approche de Noël, plusieurs joueurs professionnels ont décidé de s'unir à l'association Les P'tits Doudous, un groupe de 85 associations…

    ", + "title": "Ocampos sort le FC Séville du traquenard Cadix", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/des-joueurs-de-ligue-1-s-unissent-pour-les-enfants-a-l-hopital-508751.html", + "link": "https://www.sofoot.com/ocampos-sort-le-fc-seville-du-traquenard-cadix-509011.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T12:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-des-joueurs-de-ligue-1-s-unissent-pour-les-enfants-a-l-hopital-1640354280_x600_articles-508751.jpg", + "pubDate": "2022-01-03T22:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ocampos-sort-le-fc-seville-du-traquenard-cadix-1641248376_x600_articles-509011.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-ocampos-sort-le-fc-seville-du-traquenard-cadix-1641248376_x600_articles-509011.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70511,19 +71769,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e96309a24b4a7b30a6d5696d410b31ca" + "hash": "a6122dca7659a62891f4cbe7bceb4b19", + "highlights": [] }, { - "title": "Quand l'Angleterre jouait encore le jour de Noël…", - "description": "Adeptes du Boxing Day, les British jouaient même le jour de Noël il y a près de 60 ans. Retour sur une énième bizarrerie britannique, entre alcool, brouillard et traditions religieuses. Merry Christmas.Boxing Day. Traduire ni plus ni moins que \"la journée de la boîte\". Un jour férié, prévu le 26 décembre de chaque année, offrant la possibilité aux Britanniques, et comme dans de nombreux…", - "content": "Boxing Day. Traduire ni plus ni moins que \"la journée de la boîte\". Un jour férié, prévu le 26 décembre de chaque année, offrant la possibilité aux Britanniques, et comme dans de nombreux…", + "title": "Le PSG tranquille à Vannes", + "description": "Porté par un Kylian Mbappé triple buteur et un Presnel Kimpembe dans – presque – tous les bons coups, le PSG a parfaitement lancé sa nouvelle année à Vannes. Les hommes de Mauricio Pochettino ont composté sans trembler leur billet pour les huitièmes de finale de cette Coupe de France, dont ils sont tenants du titre.

    Vannes (N2) 0-4 Paris Saint-Germain (L1) ", + "content": "

    Vannes (N2) 0-4 Paris Saint-Germain (L1) ", "category": "", - "link": "https://www.sofoot.com/quand-l-angleterre-jouait-encore-le-jour-de-noel-e2-80-a6-178891.html", + "link": "https://www.sofoot.com/le-psg-tranquille-a-vannes-509047.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T12:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quand-l-angleterre-jouait-encore-le-jour-de-noel-e2-80-a6-1443022542_x600_articles-alt-178891.jpg", + "pubDate": "2022-01-03T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-psg-tranquille-a-vannes-1641246569_x600_articles-alt-509047.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-le-psg-tranquille-a-vannes-1641246569_x600_articles-alt-509047.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70532,19 +71791,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ea2a6c87dc1de0ec275761d2eba79dd" + "hash": "ae829a42fa0ca5d54286358fbc030111", + "highlights": [] }, { - "title": "Quand Van Dijk se fait casser la gueule dans une série néerlandaise", - "description": "Un jeu qui n'est pas sans rappeler celui de Marion Cotillard dans Batman.
    \n
    \nDans l'histoire de la castagne, on a tous été déçus au moins une fois. Le jour où Matt Hardy…

    ", - "content": "Un jeu qui n'est pas sans rappeler celui de Marion Cotillard dans Batman.
    \n
    \nDans l'histoire de la castagne, on a tous été déçus au moins une fois. Le jour où Matt Hardy…

    ", + "title": "Manchester United tombe face à Wolverhampton", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/quand-van-dijk-se-fait-casser-la-gueule-dans-une-serie-neerlandaise-508749.html", + "link": "https://www.sofoot.com/manchester-united-tombe-face-a-wolverhampton-509042.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T11:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quand-van-dijk-se-fait-casser-la-gueule-dans-une-serie-neerlandaise-1640347916_x600_articles-508749.jpg", + "pubDate": "2022-01-03T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-tombe-face-a-wolverhampton-1641239600_x600_articles-509042.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-manchester-united-tombe-face-a-wolverhampton-1641239600_x600_articles-509042.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70553,19 +71813,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4adc91abcb589bfb5ad4735ce7dfe615" + "hash": "e81a5b158d297643ce1246fac177e055", + "highlights": [] }, { - "title": "La rencontre entre Burnley et Everton finalement reportée", - "description": "Ou quand la voix de la raison passe devant l'envie de se remplir les poches.
    \n
    \n
    ", - "content": "Ou quand la voix de la raison passe devant l'envie de se remplir les poches.
    \n
    \n
    ", + "title": "En direct : Vannes - Paris S-G", + "description": "92' : C'EST TERMINÉ ICI À LA RABINE ! Score final terrible pour le VOC avec un sévère 4-0, ...", + "content": "92' : C'EST TERMINÉ ICI À LA RABINE ! Score final terrible pour le VOC avec un sévère 4-0, ...", "category": "", - "link": "https://www.sofoot.com/la-rencontre-entre-burnley-et-everton-finalement-reportee-508715.html", + "link": "https://www.sofoot.com/en-direct-vannes-paris-s-g-509029.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T11:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-rencontre-entre-burnley-et-everton-finalement-reportee-1640347238_x600_articles-508715.jpg", + "pubDate": "2022-01-03T19:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-vannes-paris-s-g-1641244263_x600_articles-alt-509029.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-en-direct-vannes-paris-s-g-1641244263_x600_articles-alt-509029.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70574,19 +71835,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f753ab6cb4c0e4de35761534a0710ce9" + "hash": "6f583252d2c104a11adccca3ff35646e", + "highlights": [] }, { - "title": "Pronostic Norwich Arsenal : Analyse, cotes et prono du match de Premier League", - "description": "

    Arsenal trop fort pour Norwich

    \n
    \nPromu cette saison, Norwich est une formation habituée à faire l'ascenseur entre la Premier League et le…
    ", - "content": "

    Arsenal trop fort pour Norwich

    \n
    \nPromu cette saison, Norwich est une formation habituée à faire l'ascenseur entre la Premier League et le…
    ", + "title": "Un DJ argentin dément avoir avoir contaminé Lionel Messi à la Covid", + "description": "La partie de Cluedo est lancée.
    \n
    \nL'Argentine a lancé une chasse aux sorcières pour savoir qui est le malpropre qui a transmis
    ", + "content": "La partie de Cluedo est lancée.
    \n
    \nL'Argentine a lancé une chasse aux sorcières pour savoir qui est le malpropre qui a transmis
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-norwich-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-508709.html", + "link": "https://www.sofoot.com/un-dj-argentin-dement-avoir-avoir-contamine-lionel-messi-a-la-covid-509045.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T11:56:00Z", - "enclosure": "", + "pubDate": "2022-01-03T18:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-dj-argentin-dement-avoir-avoir-contamine-lionel-messi-a-la-covid-1641233605_x600_articles-509045.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-un-dj-argentin-dement-avoir-avoir-contamine-lionel-messi-a-la-covid-1641233605_x600_articles-509045.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70595,19 +71857,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c8b8ae3600af681978b29c400705181" + "hash": "d751849cdc9312cd16c2bab556095979", + "highlights": [] }, { - "title": "Pronostic Burnley Everton : Analyse, cotes et prono du match de Premier League", - "description": "

    Pas de vainqueur entre Burnley et Everton

    \n
    \nSouvent calé en milieu de tableau lors des dernières saisons, Burnley a vécu un dernier exercice et doit…
    ", - "content": "

    Pas de vainqueur entre Burnley et Everton

    \n
    \nSouvent calé en milieu de tableau lors des dernières saisons, Burnley a vécu un dernier exercice et doit…
    ", + "title": "Philippe Clement est le nouvel entraîneur de l'AS Monaco", + "description": "Nouvelle année, nouveau cycle.
    \n
    \nNiko Kovač licencié depuis le 30 décembre, l'AS Monaco était…

    ", + "content": "Nouvelle année, nouveau cycle.
    \n
    \nNiko Kovač licencié depuis le 30 décembre, l'AS Monaco était…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-burnley-everton-analyse-cotes-et-prono-du-match-de-premier-league-508707.html", + "link": "https://www.sofoot.com/philippe-clement-est-le-nouvel-entraineur-de-l-as-monaco-509046.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T11:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-burnley-everton-analyse-cotes-et-prono-du-match-de-premier-league-1640260853_x600_articles-508707.jpg", + "pubDate": "2022-01-03T17:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-philippe-clement-est-le-nouvel-entraineur-de-l-as-monaco-1641232645_x600_articles-509046.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-philippe-clement-est-le-nouvel-entraineur-de-l-as-monaco-1641232645_x600_articles-509046.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70616,19 +71879,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6342b227fb70bf803ed22175ba20f2f" + "hash": "96aa1d91d4e91e6faea1d2892e0cda27", + "highlights": [] }, { - "title": "CAN 2022 : Pas de surprise dans la liste du Sénégal", - "description": "La grosse armada.
    \n
    \nLe sélectionneur Aliou Cissé a convoqué 27 joueurs pour la prochaine Coupe d'Afrique des nations au Cameroun. Sept joueurs de Ligue 1 sont présents : Abdou Diallo…

    ", - "content": "La grosse armada.
    \n
    \nLe sélectionneur Aliou Cissé a convoqué 27 joueurs pour la prochaine Coupe d'Afrique des nations au Cameroun. Sept joueurs de Ligue 1 sont présents : Abdou Diallo…

    ", + "title": "Romain Faivre et la panenka de la discorde", + "description": "C'est à la mode en ce moment : peu importe de quoi il s'agit, il doit y avoir des pro et des anti. Un phénomène qui s'étend évidemment (et peut-être plus qu'ailleurs) au football, où le moindre geste est scruté, épié, débattu. C'est le cas de la panenka tentée et réussie dimanche par Romain Faivre contre une équipe bordelaise diminuée. Alors que le maestro brestois essuie un nombre d'insultes disproportionné, applaudissons ce geste génial.15h21 : l'heure du crime. Quelques secondes auparavant, alors que Jacques Ekomie venait de déséquilibrer Jérémy Le Douaron dans la surface, Romain Faivre, déterminé, se saisissait de l'arme…", + "content": "15h21 : l'heure du crime. Quelques secondes auparavant, alors que Jacques Ekomie venait de déséquilibrer Jérémy Le Douaron dans la surface, Romain Faivre, déterminé, se saisissait de l'arme…", "category": "", - "link": "https://www.sofoot.com/can-2022-pas-de-surprise-dans-la-liste-du-senegal-508748.html", + "link": "https://www.sofoot.com/romain-faivre-et-la-panenka-de-la-discorde-509041.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T11:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-can-2022-pas-de-surprise-dans-la-liste-du-senegal-1640349075_x600_articles-508748.jpg", + "pubDate": "2022-01-03T16:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-romain-faivre-et-la-panenka-de-la-discorde-1641225251_x600_articles-alt-509041.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-romain-faivre-et-la-panenka-de-la-discorde-1641225251_x600_articles-alt-509041.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70637,19 +71901,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "086ee247fed270279cfa3ad77a044d77" + "hash": "0c932cd51c177e6ebda3d1a6eefba959", + "highlights": [] }, { - "title": "Jean-Clair Todibo invite des jeunes de son premier club sur la Côte d'Azur", - "description": "Un peu de douceur dans ce monde de brutes.
    \n
    \nCe mercredi, à l'occasion du match de Nice face à Lens à l'Allianz Riviera, Jean-Clair Todibo a décidé de se la jouer Papa Noël. Il…

    ", - "content": "Un peu de douceur dans ce monde de brutes.
    \n
    \nCe mercredi, à l'occasion du match de Nice face à Lens à l'Allianz Riviera, Jean-Clair Todibo a décidé de se la jouer Papa Noël. Il…

    ", + "title": "Après les incidents entre Jura Sud et Saint-Étienne, la FFF passe à l'action", + "description": "Des nouvelles de notre deuxième commission de discipline préférée.
    \n
    \nAprès les incidents survenus en marge de la
    ", + "content": "Des nouvelles de notre deuxième commission de discipline préférée.
    \n
    \nAprès les incidents survenus en marge de la
    ", "category": "", - "link": "https://www.sofoot.com/jean-clair-todibo-invite-des-jeunes-de-son-premier-club-sur-la-cote-d-azur-508747.html", + "link": "https://www.sofoot.com/apres-les-incidents-entre-jura-sud-et-saint-etienne-la-fff-passe-a-l-action-509043.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T11:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jean-clair-todibo-invite-des-jeunes-de-son-premier-club-sur-la-cote-d-azur-1640349005_x600_articles-508747.jpg", + "pubDate": "2022-01-03T16:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-apres-les-incidents-entre-jura-sud-et-saint-etienne-la-fff-passe-a-l-action-1641229664_x600_articles-509043.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-apres-les-incidents-entre-jura-sud-et-saint-etienne-la-fff-passe-a-l-action-1641229664_x600_articles-509043.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70658,19 +71923,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3637e6c624fa25441cd5476d73f4ffe" + "hash": "3e577cbe3bd8b1b3e1145c22d057a34a", + "highlights": [] }, { - "title": "Nestor El Maestro (Göztepe) : \"La vie est trop courte pour la passer à défendre super bas\"", - "description": "Toujours un des plus grands dilemmes du football.
    \n
    \nPour Nestor El Maestro, le coach de Göztepe, \"la question est vite répondue\". Ce jeudi soir, les Göz Göz, 19es

    ", - "content": "Toujours un des plus grands dilemmes du football.
    \n
    \nPour Nestor El Maestro, le coach de Göztepe, \"la question est vite répondue\". Ce jeudi soir, les Göz Göz, 19es

    ", + "title": "Douze absents dans le groupe parisien pour affronter Vannes ", + "description": "Pénurie dès le début de l'année, côté PSG.
    \n
    \nCe lundi soir, les Parisiens se déplacent du côté de Vannes dans le cadre des 16es de finale de Coupe de France. Dans le…

    ", + "content": "Pénurie dès le début de l'année, côté PSG.
    \n
    \nCe lundi soir, les Parisiens se déplacent du côté de Vannes dans le cadre des 16es de finale de Coupe de France. Dans le…

    ", "category": "", - "link": "https://www.sofoot.com/nestor-el-maestro-goztepe-la-vie-est-trop-courte-pour-la-passer-a-defendre-super-bas-508743.html", + "link": "https://www.sofoot.com/douze-absents-dans-le-groupe-parisien-pour-affronter-vannes-509032.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T11:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nestor-el-maestro-goztepe-la-vie-est-trop-courte-pour-la-passer-a-defendre-super-bas-1640348892_x600_articles-508743.jpg", + "pubDate": "2022-01-03T15:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-douze-absents-dans-le-groupe-parisien-pour-affronter-vannes-1641223226_x600_articles-509032.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-douze-absents-dans-le-groupe-parisien-pour-affronter-vannes-1641223226_x600_articles-509032.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70679,19 +71945,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1624a4525d2a3541fc911b8f65d59535" + "hash": "e8890521f76f1b366304cc724676ab34", + "highlights": [] }, { - "title": "Pronostic Brighton Brentford : Analyse, cotes et prono du match de Premier League", - "description": "

    Brighton maître à domicile face à Brentford

    \n
    \nAuteur d'une excellente entame de saison, Brighton s'est même retrouvé dans le premier tiers du…
    ", - "content": "

    Brighton maître à domicile face à Brentford

    \n
    \nAuteur d'une excellente entame de saison, Brighton s'est même retrouvé dans le premier tiers du…
    ", + "title": "Jérôme Mombris (Guingamp) prend sa retraite", + "description": "Un petit tour, et puis s'en va.
    \n
    \nArrivé en août dernier en Bretagne, Jérôme Mombris n'y fera pas de vieux os. L'En Avant Guingamp a annoncé ce lundi que son défenseur quittait le…

    ", + "content": "Un petit tour, et puis s'en va.
    \n
    \nArrivé en août dernier en Bretagne, Jérôme Mombris n'y fera pas de vieux os. L'En Avant Guingamp a annoncé ce lundi que son défenseur quittait le…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-brighton-brentford-analyse-cotes-et-prono-du-match-de-premier-league-508705.html", + "link": "https://www.sofoot.com/jerome-mombris-guingamp-prend-sa-retraite-509039.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T11:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brighton-brentford-analyse-cotes-et-prono-du-match-de-premier-league-1640260188_x600_articles-508705.jpg", + "pubDate": "2022-01-03T15:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jerome-mombris-guingamp-prend-sa-retraite-1641225351_x600_articles-509039.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-jerome-mombris-guingamp-prend-sa-retraite-1641225351_x600_articles-509039.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70700,19 +71967,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4a7d849a0503096abd946e6b5613f9a" + "hash": "7131bc1f5205ffa3b3df3df0e7e67314", + "highlights": [] }, { - "title": "Bayern : Une statue de Gerd Müller va être érigée devant l'Allianz Arena", - "description": "En attendant celle de Robert Lewandowski.
    \n
    \nLa Fondation Kurt Landauer a annoncé ce jeudi qu'elle souhaitait ériger une statue au meilleur buteur de l'histoire du Bayern Munich avec…

    ", - "content": "En attendant celle de Robert Lewandowski.
    \n
    \nLa Fondation Kurt Landauer a annoncé ce jeudi qu'elle souhaitait ériger une statue au meilleur buteur de l'histoire du Bayern Munich avec…

    ", + "title": "Quatre joueurs du FC Metz touchés par la Covid-19", + "description": "Quelle équipe le FC Metz va-t-il bien pouvoir aligner contre Strasbourg dimanche prochain ?
    \n
    \nDéjà privé de sept joueurs partis disputer la CAN avec leur pays, Frédéric Antonetti…

    ", + "content": "Quelle équipe le FC Metz va-t-il bien pouvoir aligner contre Strasbourg dimanche prochain ?
    \n
    \nDéjà privé de sept joueurs partis disputer la CAN avec leur pays, Frédéric Antonetti…

    ", "category": "", - "link": "https://www.sofoot.com/bayern-une-statue-de-gerd-muller-va-etre-erigee-devant-l-allianz-arena-508746.html", + "link": "https://www.sofoot.com/quatre-joueurs-du-fc-metz-touches-par-la-covid-19-509038.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T10:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bayern-une-statue-de-gerd-muller-va-etre-erigee-devant-l-allianz-arena-1640346734_x600_articles-508746.jpg", + "pubDate": "2022-01-03T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quatre-joueurs-du-fc-metz-touches-par-la-covid-19-1641222671_x600_articles-509038.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-quatre-joueurs-du-fc-metz-touches-par-la-covid-19-1641222671_x600_articles-509038.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70721,19 +71989,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0d41383e20421c116d689afb82cc67b" + "hash": "fc67ca2e2d459ac4035f07e968ee36d1", + "highlights": [] }, { - "title": "Pronostic Aston Villa Chelsea : Analyse, cotes et prono du match de Premier League", - "description": "

    Aston Villa résiste à Chelsea

    \n
    \nAston Villa enchaîne sa troisième saison consécutive en Premier League. Cette saison, le club de Birmingham a perdu…
    ", - "content": "

    Aston Villa résiste à Chelsea

    \n
    \nAston Villa enchaîne sa troisième saison consécutive en Premier League. Cette saison, le club de Birmingham a perdu…
    ", + "title": "Au Chili, un couple appelle son fils Griezmann Mbappé", + "description": "Un prénom à 66 buts en équipe de France.
    \n
    \nC'est pour le moins insolite. Comme chaque année,

    ", + "content": "Un prénom à 66 buts en équipe de France.
    \n
    \nC'est pour le moins insolite. Comme chaque année,


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-aston-villa-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-508701.html", + "link": "https://www.sofoot.com/au-chili-un-couple-appelle-son-fils-griezmann-mbappe-509034.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T10:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-aston-villa-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-1640257746_x600_articles-508701.jpg", + "pubDate": "2022-01-03T14:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-au-chili-un-couple-appelle-son-fils-griezmann-mbappe-1641222490_x600_articles-509034.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-au-chili-un-couple-appelle-son-fils-griezmann-mbappe-1641222490_x600_articles-509034.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70742,19 +72011,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dadfb5abf439e2a28aca4f1ddcdc64f2" + "hash": "4101a6520de7717c078d4f241305b979", + "highlights": [] }, { - "title": "Guardiola sur les mesures sanitaires en Premier League : \" Il va falloir une grève pour qu'il se passe quelque chose \"", - "description": "Il pourra demander conseil à ses voisins français.
    \n
    \nCe jeudi, la Premier League a officialisé le report de deux rencontres du Boxing Day, Liverpool-Leeds et Wolverhampton-Watford.…

    ", - "content": "Il pourra demander conseil à ses voisins français.
    \n
    \nCe jeudi, la Premier League a officialisé le report de deux rencontres du Boxing Day, Liverpool-Leeds et Wolverhampton-Watford.…

    ", + "title": "Barcelone fait pression sur Dembélé ", + "description": "C'est toujours pas fini cette histoire ?!
    \n
    \nCe lundi, alors que le FC Barcelone présentait Ferran Torres aux médias, le directeur général Mateu Alemany a profité de l'événement pour…

    ", + "content": "C'est toujours pas fini cette histoire ?!
    \n
    \nCe lundi, alors que le FC Barcelone présentait Ferran Torres aux médias, le directeur général Mateu Alemany a profité de l'événement pour…

    ", "category": "", - "link": "https://www.sofoot.com/guardiola-sur-les-mesures-sanitaires-en-premier-league-il-va-falloir-une-greve-pour-qu-il-se-passe-quelque-chose-508744.html", + "link": "https://www.sofoot.com/barcelone-fait-pression-sur-dembele-509036.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T10:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-guardiola-sur-les-mesures-sanitaires-en-premier-league-il-va-falloir-une-greve-pour-qu-il-se-passe-quelque-chose-1640344302_x600_articles-508744.jpg", + "pubDate": "2022-01-03T14:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-barcelone-fait-pression-sur-dembele-1641221348_x600_articles-509036.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-barcelone-fait-pression-sur-dembele-1641221348_x600_articles-509036.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70763,19 +72033,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fca3dbd050a365e15fd06a4f57b4f7f2" + "hash": "77e320b6b3019e08763e73338103db75", + "highlights": [] }, { - "title": "Pronostic West Ham Southampton : Analyse, cotes et prono du match de Premier League", - "description": "

    West Ham - Southampton : Les Hammers retrouvent leur percussion face aux Saints

    \n
    \nL'arrivée de David Moyes a métamorphosé West Ham. Arrivé pour…
    ", - "content": "

    West Ham - Southampton : Les Hammers retrouvent leur percussion face aux Saints

    \n
    \nL'arrivée de David Moyes a métamorphosé West Ham. Arrivé pour…
    ", + "title": "Officiel : Michaël Cuisance s'engage avec Venise", + "description": "Quoi de mieux pour sa résurrection qu'un club où l'on marche sur l'eau ?
    \n
    \nMichael Cuisance est officiellement un joueur du Venezia FC. Après avoir entretenu le doute sur sa future…

    ", + "content": "Quoi de mieux pour sa résurrection qu'un club où l'on marche sur l'eau ?
    \n
    \nMichael Cuisance est officiellement un joueur du Venezia FC. Après avoir entretenu le doute sur sa future…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-west-ham-southampton-analyse-cotes-et-prono-du-match-de-premier-league-508698.html", + "link": "https://www.sofoot.com/officiel-michael-cuisance-s-engage-avec-venise-509040.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T10:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-west-ham-southampton-analyse-cotes-et-prono-du-match-de-premier-league-1640257033_x600_articles-508698.jpg", + "pubDate": "2022-01-03T14:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-officiel-michael-cuisance-s-engage-avec-venise-1641225160_x600_articles-509040.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-officiel-michael-cuisance-s-engage-avec-venise-1641225160_x600_articles-509040.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70784,19 +72055,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d2b982d8b95947ba0d768b7f8263730" + "hash": "19b3a27e1bc04ca441f912a7405826f9", + "highlights": [] }, { - "title": "Pronostic Tottenham Crystal Palace : Analyse, cotes et prono du match de Premier League", - "description": "

    Un Tottenham en progrès face à Crystal Palace

    \n
    \nDepuis le départ de Pochettino, Tottenham a perdu de sa régularité dans ses résultats. En effet,…
    ", - "content": "

    Un Tottenham en progrès face à Crystal Palace

    \n
    \nDepuis le départ de Pochettino, Tottenham a perdu de sa régularité dans ses résultats. En effet,…
    ", + "title": "Bruno Irles est le nouvel entraîneur de Troyes", + "description": "La plus belle mouche de France a trouvé un nouveau défi.
    \n
    \n\"L'ESTAC est heureuse d'annoncer l'arrivée de Bruno Irles à la tête de l'équipe première\",


    ", + "content": "La plus belle mouche de France a trouvé un nouveau défi.
    \n
    \n\"L'ESTAC est heureuse d'annoncer l'arrivée de Bruno Irles à la tête de l'équipe première\",


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-tottenham-crystal-palace-analyse-cotes-et-prono-du-match-de-premier-league-508695.html", + "link": "https://www.sofoot.com/bruno-irles-est-le-nouvel-entraineur-de-troyes-509037.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T10:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-crystal-palace-analyse-cotes-et-prono-du-match-de-premier-league-1640255613_x600_articles-508695.jpg", + "pubDate": "2022-01-03T14:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bruno-irles-est-le-nouvel-entraineur-de-troyes-1641222003_x600_articles-509037.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-bruno-irles-est-le-nouvel-entraineur-de-troyes-1641222003_x600_articles-509037.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70805,19 +72077,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ff7ba3c9251b9dd86c911d433a6850c" + "hash": "d598627596213039b0794c89ca6ae12a", + "highlights": [] }, { - "title": "Des antivax manifestent devant chez Alan Shearer... mais se trompent de maison", - "description": "Raté sur toute la ligne.
    \n
    \nEn réaction à


    ", - "content": "Raté sur toute la ligne.
    \n
    \nEn réaction à


    ", + "title": "Jean-Louis Garcia intronisé entraîneur de Seraing", + "description": "Dépaysement total. Quoique.
    \n
    \nNouveau challenge pour Jean-Louis Garcia, qui va s'engager pour dix-huit mois avec le Royal Football Club de Seraing, en première division belge. Les…

    ", + "content": "Dépaysement total. Quoique.
    \n
    \nNouveau challenge pour Jean-Louis Garcia, qui va s'engager pour dix-huit mois avec le Royal Football Club de Seraing, en première division belge. Les…

    ", "category": "", - "link": "https://www.sofoot.com/des-antivax-manifestent-devant-chez-alan-shearer-mais-se-trompent-de-maison-508742.html", + "link": "https://www.sofoot.com/jean-louis-garcia-intronise-entraineur-de-seraing-509028.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T10:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-des-antivax-manifestent-devant-chez-alan-shearer-mais-se-trompent-de-maison-1640343264_x600_articles-508742.jpg", + "pubDate": "2022-01-03T14:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jean-louis-garcia-intronise-entraineur-de-seraing-1641219903_x600_articles-509028.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-jean-louis-garcia-intronise-entraineur-de-seraing-1641219903_x600_articles-509028.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70826,19 +72099,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f8995ff1947540c6a3487d462ed8ea2" + "hash": "12a7bcfd9f6ab7bb125da9e073aece6a", + "highlights": [] }, { - "title": "Coupe de France : les supporters lillois interdits de déplacement à Lens", - "description": "Oh, quelle surprise !
    \n
    \nDans une période où le foot fait surtout parler pour des questions de violences, les Lillois paient pour les autres, mais aussi pour leurs propres actes. Déjà…

    ", - "content": "Oh, quelle surprise !
    \n
    \nDans une période où le foot fait surtout parler pour des questions de violences, les Lillois paient pour les autres, mais aussi pour leurs propres actes. Déjà…

    ", + "title": "Joan Laporta : \"Le Barça est toujours une référence dans le marché du football \"", + "description": "Un transfert, et ça repart.
    \n
    \nJoan Laporta avait de quoi se réjouir ce lundi, au moment d'évoquer la
    ", + "content": "Un transfert, et ça repart.
    \n
    \nJoan Laporta avait de quoi se réjouir ce lundi, au moment d'évoquer la
    ", "category": "", - "link": "https://www.sofoot.com/coupe-de-france-les-supporters-lillois-interdits-de-deplacement-a-lens-508741.html", + "link": "https://www.sofoot.com/joan-laporta-le-barca-est-toujours-une-reference-dans-le-marche-du-football-509035.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T10:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-les-supporters-lillois-interdits-de-deplacement-a-lens-1640343178_x600_articles-508741.jpg", + "pubDate": "2022-01-03T13:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-joan-laporta-le-barca-est-toujours-une-reference-dans-le-marche-du-football-1641219364_x600_articles-509035.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-joan-laporta-le-barca-est-toujours-une-reference-dans-le-marche-du-football-1641219364_x600_articles-509035.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70847,19 +72121,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "67240410876a0ad24b6428a89bf5664d" + "hash": "e0f08e0dee177cf41983dc3a8cce84b3", + "highlights": [] }, { - "title": "Mikel Arteta se défend d'être \"dictatorial ou impitoyable\" concernant Aubameyang", - "description": "Ça tire à balles réelles chez les Gunners.
    \n
    \nLa semaine dernière,
    ", - "content": "Ça tire à balles réelles chez les Gunners.
    \n
    \nLa semaine dernière,
    ", + "title": "Gianni Infantino émet la possibilité d'un Euro tous les deux ans", + "description": "ARRÊTEZ-LE !
    \n
    \nGianni Infantino s'est exprimé ce lundi au micro de la radio italienne


    ", + "content": "ARRÊTEZ-LE !
    \n
    \nGianni Infantino s'est exprimé ce lundi au micro de la radio italienne


    ", "category": "", - "link": "https://www.sofoot.com/mikel-arteta-se-defend-d-etre-dictatorial-ou-impitoyable-concernant-aubameyang-508740.html", + "link": "https://www.sofoot.com/gianni-infantino-emet-la-possibilite-d-un-euro-tous-les-deux-ans-509033.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T09:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mikel-arteta-se-defend-d-etre-dictatorial-ou-impitoyable-concernant-aubameyang-1640340951_x600_articles-508740.jpg", + "pubDate": "2022-01-03T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gianni-infantino-emet-la-possibilite-d-un-euro-tous-les-deux-ans-1641219108_x600_articles-509033.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-gianni-infantino-emet-la-possibilite-d-un-euro-tous-les-deux-ans-1641219108_x600_articles-509033.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70868,19 +72143,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cde0ab14d11c2f42ed7ac13fb6a0fe0f" + "hash": "5399cb4870a84fd9dc1ec040b4019d50", + "highlights": [] }, { - "title": "L'AS Vitré ne veut pas jouer son 16es de finale à La Beaujoire", - "description": "À la maison ou rien !
    \n
    \nL'AS Vitré n'a pas réellement digéré la décision de la FFF de délocaliser la rencontre de Coupe de France qui l'opposera au FC Nantes à la Beaujoire et a…

    ", - "content": "À la maison ou rien !
    \n
    \nL'AS Vitré n'a pas réellement digéré la décision de la FFF de délocaliser la rencontre de Coupe de France qui l'opposera au FC Nantes à la Beaujoire et a…

    ", + "title": "SoFoot Ligue : Nos conseils pour faire vos picks de la semaine 19", + "description": "Vous vous êtes inscrits à la SoFoot Ligue, mais vous ne savez pas quelle équipe choisir pour ne pas finir la semaine avec 0 point ? Rassurez-vous, nous sommes là pour vous aider.
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", + "content": "
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", "category": "", - "link": "https://www.sofoot.com/l-as-vitre-ne-veut-pas-jouer-son-16es-de-finale-a-la-beaujoire-508739.html", + "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-19-509030.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T09:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-as-vitre-ne-veut-pas-jouer-son-16es-de-finale-a-la-beaujoire-1640339727_x600_articles-508739.jpg", + "pubDate": "2022-01-03T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-19-1641214282_x600_articles-509030.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-19-1641214282_x600_articles-509030.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70889,19 +72165,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0d146d239ffe147047e2b0f154aeb09" + "hash": "6d026e0180e53aa3ab3d1632a496d52c", + "highlights": [] }, { - "title": "Pronostic Manchester City Leicester : Analyse, cotes et prono du match de Premier League", - "description": "

    Un Manchester City sur un rythme effréné avant Leicester

    \n
    \nImpressionnant la saison dernière, Manchester City avait remporté la Premier League et la…
    ", - "content": "

    Un Manchester City sur un rythme effréné avant Leicester

    \n
    \nImpressionnant la saison dernière, Manchester City avait remporté la Premier League et la…
    ", + "title": "Top 50 : Transferts avortés (de 50 à 41)", + "description": "Chaque période de mercato est une belle occasion d'assister à la naissance d'histoires rocambolesques. Entre les beaux coups et les flops annoncés, une autre catégorie mérite le coup d'œil. Voici une sélection de 50 transferts qui ont capoté au XXIe siècle. Au menu : des fax de dernière minute, des trahisons et des grosses colères.
    \n
    \n\"No Words.\" Le 6 octobre 2020, au lendemain de la clôture du mercato, l'arrière gauche…

    ", + "content": "
    \n
    \n\"No Words.\" Le 6 octobre 2020, au lendemain de la clôture du mercato, l'arrière gauche…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-manchester-city-leicester-analyse-cotes-et-prono-du-match-de-premier-league-508687.html", + "link": "https://www.sofoot.com/top-50-transferts-avortes-de-50-a-41-508967.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T08:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-city-leicester-analyse-cotes-et-prono-du-match-de-premier-league-1640250527_x600_articles-508687.jpg", + "pubDate": "2022-01-03T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-50-a-41-1641119560_x600_articles-alt-508967.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-top-50-transferts-avortes-de-50-a-41-1641119560_x600_articles-alt-508967.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70910,19 +72187,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "07c22122217d70bcff2c310ace208d87" + "hash": "da5da75bfea705260b1a35eaeda88b06", + "highlights": [] }, { - "title": "Pelé autorisé à rentrer chez lui", - "description": "Le Roi s'accroche.
    \n
    \nPelé est autorisé à sortir de l'hôpital de São Paulo après un séjour d'environ deux semaines.
    ", - "content": "Le Roi s'accroche.
    \n
    \nPelé est autorisé à sortir de l'hôpital de São Paulo après un séjour d'environ deux semaines.
    ", + "title": "Uli Hoeness raconte comment il a convaincu Franck Ribéry de rester au Bayern en 2010", + "description": "Sans cette soirée, pas de Kaiser Franck.
    \n
    \nDans…

    ", + "content": "Sans cette soirée, pas de Kaiser Franck.
    \n
    \nDans…

    ", "category": "", - "link": "https://www.sofoot.com/pele-autorise-a-rentrer-chez-lui-508737.html", + "link": "https://www.sofoot.com/uli-hoeness-raconte-comment-il-a-convaincu-franck-ribery-de-rester-au-bayern-en-2010-509031.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T08:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pele-autorise-a-rentrer-chez-lui-1640338242_x600_articles-508737.jpg", + "pubDate": "2022-01-03T12:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-uli-hoeness-raconte-comment-il-a-convaincu-franck-ribery-de-rester-au-bayern-en-2010-1641214745_x600_articles-509031.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-uli-hoeness-raconte-comment-il-a-convaincu-franck-ribery-de-rester-au-bayern-en-2010-1641214745_x600_articles-509031.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70931,19 +72209,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb1a0631c2f8e02f5c2e493897c43433" + "hash": "6d2c54616528c62194ee7e32ccbed331", + "highlights": [] }, { - "title": "Pour Buffon, la Juventus avec Ronaldo avait \"perdu son ADN\"", - "description": "Gigi n'a définitivement pas sa langue dans sa poche.
    \n
    \nGianluigi Buffon, qui a fait son…

    ", - "content": "Gigi n'a définitivement pas sa langue dans sa poche.
    \n
    \nGianluigi Buffon, qui a fait son…

    ", + "title": "Simeone espère conserver Kieran Trippier à l'Atlético", + "description": "Cholo fébrile, mais pas à cause de la Covid.
    \n
    \nInterrogé en conférence de presse ce dimanche après
    ", + "content": "Cholo fébrile, mais pas à cause de la Covid.
    \n
    \nInterrogé en conférence de presse ce dimanche après
    ", "category": "", - "link": "https://www.sofoot.com/pour-buffon-la-juventus-avec-ronaldo-avait-perdu-son-adn-508736.html", + "link": "https://www.sofoot.com/simeone-espere-conserver-kieran-trippier-a-l-atletico-509022.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T08:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pour-buffon-la-juventus-avec-ronaldo-avait-perdu-son-adn-1640337487_x600_articles-508736.jpg", + "pubDate": "2022-01-03T10:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-simeone-espere-conserver-kieran-trippier-a-l-atletico-1641210420_x600_articles-509022.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-simeone-espere-conserver-kieran-trippier-a-l-atletico-1641210420_x600_articles-509022.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70952,19 +72231,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed3f7a807df924d9939de7bc2c0b0d90" + "hash": "70627198ad3b07515ac87444e534486a", + "highlights": [] }, { - "title": "Bruno Cheyrou devient conseiller technique et directeur du recrutement à l'OL", - "description": "Il revient sur le devant de la scène.
    \n
    \nDans une interview…

    ", - "content": "Il revient sur le devant de la scène.
    \n
    \nDans une interview…

    ", + "title": "Aux Pays-Bas, un joueur officialise sa relation avec une arbitre", + "description": "Coup de foudre sur la ligne de touche.
    \n
    \nLe 13 août dernier, le FC Emmen reçoit le FC Eindhoven en deuxième division néerlandaise. Jeff Hardeveld, le latéral gauche des locaux, passe…

    ", + "content": "Coup de foudre sur la ligne de touche.
    \n
    \nLe 13 août dernier, le FC Emmen reçoit le FC Eindhoven en deuxième division néerlandaise. Jeff Hardeveld, le latéral gauche des locaux, passe…

    ", "category": "", - "link": "https://www.sofoot.com/bruno-cheyrou-devient-conseiller-technique-et-directeur-du-recrutement-a-l-ol-508735.html", + "link": "https://www.sofoot.com/aux-pays-bas-un-joueur-officialise-sa-relation-avec-une-arbitre-509021.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T08:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bruno-cheyrou-devient-conseiller-technique-et-directeur-du-recrutement-a-l-ol-1640337103_x600_articles-508735.jpg", + "pubDate": "2022-01-03T10:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aux-pays-bas-un-joueur-officialise-sa-relation-avec-une-arbitre-1641208135_x600_articles-509021.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-aux-pays-bas-un-joueur-officialise-sa-relation-avec-une-arbitre-1641208135_x600_articles-509021.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70973,19 +72253,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f89cf1afb027d1381677a09c374f6509" + "hash": "67ff7aebfd8319ecea5b1de29492c3c4", + "highlights": [] }, { - "title": "Aulas renouvelle sa confiance envers Peter Bosz", - "description": "C'est lui le Bosz.
    \n
    \nDans un entretien accordé à…

    ", - "content": "C'est lui le Bosz.
    \n
    \nDans un entretien accordé à…

    ", + "title": "Özil veut acheter un club de D3 turque", + "description": "Football Manager dans la réalité.
    \n
    \nPerformant cette saison sous les couleurs de Fenerbahçe, le champion du monde 2014 Mesut Özil a quand même le temps de gérer d'autres…

    ", + "content": "Football Manager dans la réalité.
    \n
    \nPerformant cette saison sous les couleurs de Fenerbahçe, le champion du monde 2014 Mesut Özil a quand même le temps de gérer d'autres…

    ", "category": "", - "link": "https://www.sofoot.com/aulas-renouvelle-sa-confiance-envers-peter-bosz-508734.html", + "link": "https://www.sofoot.com/ozil-veut-acheter-un-club-de-d3-turque-509020.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T07:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aulas-renouvelle-sa-confiance-envers-peter-bosz-1640336882_x600_articles-508734.jpg", + "pubDate": "2022-01-03T09:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ozil-veut-acheter-un-club-de-d3-turque-1641206749_x600_articles-509020.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-ozil-veut-acheter-un-club-de-d3-turque-1641206749_x600_articles-509020.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -70994,19 +72275,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79846cb051b2cc4a02706b40f902b18d" + "hash": "2595eaef0427245464e211de2f3d0ca3", + "highlights": [] }, { - "title": "Grand LOTO de Noël : 15 Millions d'€ gagnés ou partagés + 69M€ à l'Euromillions ce vendredi 24 décembre 2021", - "description": "

    Grand LOTO de Noël : 15 Millions d'€ ce vendredi 24 décembre 2021

    \n
    \nPour Noël, la FDJ vous a concocté un Grand LOTO exceptionnel.
    \nEn effet,…

    ", - "content": "

    Grand LOTO de Noël : 15 Millions d'€ ce vendredi 24 décembre 2021

    \n
    \nPour Noël, la FDJ vous a concocté un Grand LOTO exceptionnel.
    \nEn effet,…

    ", + "title": "Brest-Bordeaux : Jimmy Briand dénonce une \" mascarade \"", + "description": "Un match pas brillant.
    \n
    \nDécimés par la Covid, avec plus de 23 joueurs…

    ", + "content": "Un match pas brillant.
    \n
    \nDécimés par la Covid, avec plus de 23 joueurs…

    ", "category": "", - "link": "https://www.sofoot.com/grand-loto-de-noel-15-millions-d-e-gagnes-ou-partages-69me-a-l-euromillions-ce-vendredi-24-decembre-2021-508677.html", + "link": "https://www.sofoot.com/brest-bordeaux-jimmy-briand-denonce-une-mascarade-509019.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T08:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-grand-loto-de-noel-15-millions-d-e-gagnes-ou-partages-69me-a-l-euromillions-ce-vendredi-24-decembre-2021-1640247376_x600_articles-508677.jpg", + "pubDate": "2022-01-03T09:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-brest-bordeaux-jimmy-briand-denonce-une-mascarade-1641206558_x600_articles-509019.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-brest-bordeaux-jimmy-briand-denonce-une-mascarade-1641206558_x600_articles-509019.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71015,19 +72297,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "902c40a8052a29036cc01073b9e2f197" + "hash": "fb685b0e93fdadacbd061737d60fa2e6", + "highlights": [] }, { - "title": "Jordan Pefok : \"Je n'aime pas les gens qui font la gueule\"", - "description": "Performant avec les Young Boys, Jordan Pefok, actuellement deuxième meilleur buteur du championnat suisse, a su se relancer après un passage manqué au Stade rennais. L'avant-centre n'a jamais abandonné l'idée, d'un jour, goûter au plus haut niveau. À 25 ans, celui qui a inscrit ses premiers pions en Ligue des champions et découvert la sélection américaine nous retrace son parcours. Dans la joie et rien d'autre que la joie.Jordan, tu termines l'année 2021 avec un quadruplé face à Lugano (victoire 0-5 le 19 décembre dernier). Que d'émotions...
    \nC'est la première fois que je…
    ", - "content": "Jordan, tu termines l'année 2021 avec un quadruplé face à Lugano (victoire 0-5 le 19 décembre dernier). Que d'émotions...
    \nC'est la première fois que je…
    ", + "title": "Olivier Véran contre les jauges proportionnelles dans les stades", + "description": "La partie est loin d'être gagnée.
    \n
    \nL'épidémie de Covid-19 repartie de plus belle, le Premier ministre Jean Castex a donné un nouveau tour de vis le 27 décembre dernier, en…

    ", + "content": "La partie est loin d'être gagnée.
    \n
    \nL'épidémie de Covid-19 repartie de plus belle, le Premier ministre Jean Castex a donné un nouveau tour de vis le 27 décembre dernier, en…

    ", "category": "", - "link": "https://www.sofoot.com/jordan-pefok-je-n-aime-pas-les-gens-qui-font-la-gueule-508722.html", + "link": "https://www.sofoot.com/olivier-veran-contre-les-jauges-proportionnelles-dans-les-stades-509017.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jordan-pefok-je-n-aime-pas-les-gens-qui-font-la-gueule-1640284836_x600_articles-alt-508722.jpg", + "pubDate": "2022-01-03T09:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-olivier-veran-contre-les-jauges-proportionnelles-dans-les-stades-1641206180_x600_articles-509017.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-olivier-veran-contre-les-jauges-proportionnelles-dans-les-stades-1641206180_x600_articles-509017.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71036,19 +72319,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab4875eb0fdbbd2830106f631cf35ebe" + "hash": "a80bb4aa107f812b2f467c30f82c79e1", + "highlights": [] }, { - "title": "Comment survivre à une discussion foot lors d'un dîner en famille ?", - "description": "Ce soir, c'est le grand soir. Après une édition 2020 tronquée par la Covid avec des tablées de 6 personnes, le réveillon de Noël fait son grand retour en 2021, même si l'ombre pandémique plane toujours. Et qui dit cadeaux sous le sapin, dinde farcie et oncle borderline dit conversations animées à base de grandes envolées lyriques aux arguments approximatifs. Le football n'y échappe évidemment pas. Mais si le ballon rond s'invite à table, voilà comment botter en touche.Le football, c'est comme la politique : on peut aimer ça, en débattre passionnément toute l'année, s'y engager bénévolement, mais on peut aussi (se) gâcher un réveillon de Noël en…", - "content": "Le football, c'est comme la politique : on peut aimer ça, en débattre passionnément toute l'année, s'y engager bénévolement, mais on peut aussi (se) gâcher un réveillon de Noël en…", + "title": "La Fiorentina officialise l'arrivée de Jonathan Ikoné", + "description": "L'ancien Dogue vient s'attaquer au championnat italien.
    \n
    \nOn le savait présent à Florence depuis une semaine, cette fois, c'est officiel : Jonathan Ikoné est un joueur de la…

    ", + "content": "L'ancien Dogue vient s'attaquer au championnat italien.
    \n
    \nOn le savait présent à Florence depuis une semaine, cette fois, c'est officiel : Jonathan Ikoné est un joueur de la…

    ", "category": "", - "link": "https://www.sofoot.com/comment-survivre-a-une-discussion-foot-lors-d-un-diner-en-famille-508628.html", + "link": "https://www.sofoot.com/la-fiorentina-officialise-l-arrivee-de-jonathan-ikone-509016.html", "creator": "SO FOOT", - "pubDate": "2021-12-24T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-comment-survivre-a-une-discussion-foot-lors-d-un-diner-en-famille-1640184498_x600_articles-alt-508628.jpg", + "pubDate": "2022-01-03T09:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-fiorentina-officialise-l-arrivee-de-jonathan-ikone-1641202040_x600_articles-509016.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-la-fiorentina-officialise-l-arrivee-de-jonathan-ikone-1641202040_x600_articles-509016.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71057,19 +72341,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "613f49074dabea2bef0cf14c1971026b" + "hash": "e12f2c3cc665fa3ce0f071cc236382fe", + "highlights": [] }, { - "title": "Porto croque Benfica dans le Clássico", - "description": "

    ", - "content": "

    ", + "title": "Pedretti ne supporte plus sa situation à Nancy", + "description": "À deux doigts de claquer la porte.
    \n
    \nBenoît Pedretti en a assez d'être sur le banc de Nancy. Il y a quelques jours,
    ", + "content": "À deux doigts de claquer la porte.
    \n
    \nBenoît Pedretti en a assez d'être sur le banc de Nancy. Il y a quelques jours,
    ", "category": "", - "link": "https://www.sofoot.com/porto-croque-benfica-dans-le-classico-508726.html", + "link": "https://www.sofoot.com/pedretti-ne-supporte-plus-sa-situation-a-nancy-509015.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T22:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-porto-croque-benfica-dans-le-classico-1640300264_x600_articles-508726.jpg", + "pubDate": "2022-01-03T08:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pedretti-ne-supporte-plus-sa-situation-a-nancy-1641200664_x600_articles-509015.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pedretti-ne-supporte-plus-sa-situation-a-nancy-1641200664_x600_articles-509015.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71078,19 +72363,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af35347788a27d5f15f3d9dfc1a275d5" + "hash": "f792176825bc5faee43689d5ca4ffa0d", + "highlights": [] }, { - "title": "Halilhodžić évite de citer l'Algérie comme grand favori de la CAN", - "description": "C'est ce qui s'appelle prendre des pincettes.
    \n
    \nGêné par une question sur l'identité du favori de la prochaine Coupe d'Afrique des nations à l'issue de l'annonce de sa…

    ", - "content": "C'est ce qui s'appelle prendre des pincettes.
    \n
    \nGêné par une question sur l'identité du favori de la prochaine Coupe d'Afrique des nations à l'issue de l'annonce de sa…

    ", + "title": "Ralf Rangnick ne veut pas lâcher Edinson Cavani", + "description": "Pas de bon de sortie pour le Matador.
    \n
    \nAlors que son nom revient souvent du côté du FC Barcelone, Edinson Cavani est bien parti pour finir la saison à Manchester United. Du moins, si…

    ", + "content": "Pas de bon de sortie pour le Matador.
    \n
    \nAlors que son nom revient souvent du côté du FC Barcelone, Edinson Cavani est bien parti pour finir la saison à Manchester United. Du moins, si…

    ", "category": "", - "link": "https://www.sofoot.com/halilhodzic-evite-de-citer-l-algerie-comme-grand-favori-de-la-can-508728.html", + "link": "https://www.sofoot.com/ralf-rangnick-ne-veut-pas-lacher-edinson-cavani-509014.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T17:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-halilhodzic-evite-de-citer-l-algerie-comme-grand-favori-de-la-can-1640282525_x600_articles-508728.jpg", + "pubDate": "2022-01-03T07:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ralf-rangnick-ne-veut-pas-lacher-edinson-cavani-1641198604_x600_articles-509014.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-ralf-rangnick-ne-veut-pas-lacher-edinson-cavani-1641198604_x600_articles-509014.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71099,19 +72385,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d541925722218ba1d5ad86b24cc701cb" + "hash": "0d2d21e95945570acfb99d551bcd70b0", + "highlights": [] }, { - "title": "Boxing Day : la rencontre entre Burnley et Everton ne sera pas reportée", - "description": "Les Toffees et les Clarets n'auront même pas le temps de digérer leur dinde de Noël.
    \n
    \nAlors que la Premier League vient d'annoncer le report des rencontres…

    ", - "content": "Les Toffees et les Clarets n'auront même pas le temps de digérer leur dinde de Noël.
    \n
    \nAlors que la Premier League vient d'annoncer le report des rencontres…

    ", + "title": "L'hommage de Saliba à Mandanda", + "description": "Quel hOMme !
    \n
    \nCe dimanche face à Chauvigny (3-0), Steve Mandanda a disputé son 600e

    ", + "content": "Quel hOMme !
    \n
    \nCe dimanche face à Chauvigny (3-0), Steve Mandanda a disputé son 600e

    ", "category": "", - "link": "https://www.sofoot.com/boxing-day-la-rencontre-entre-burnley-et-everton-ne-sera-pas-reportee-508727.html", + "link": "https://www.sofoot.com/l-hommage-de-saliba-a-mandanda-509013.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T17:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-boxing-day-la-rencontre-entre-burnley-et-everton-ne-sera-pas-reportee-1640280996_x600_articles-508727.jpg", + "pubDate": "2022-01-03T07:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-hommage-de-saliba-a-mandanda-1641198410_x600_articles-509013.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-l-hommage-de-saliba-a-mandanda-1641198410_x600_articles-509013.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71120,19 +72407,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ea91ced876c8c96c3633fd89db36b46" + "hash": "6b76d6db0cbbaf82cc6ed2a6eaf6f2e0", + "highlights": [] }, { - "title": "Tuchel et Rangnick militent pour le retour des cinq changements en Premier League", - "description": "La Premier League en plein questionnement.
    \n
    \nParmi les championnats les plus touchés par le regain de l'épidémie de Covid-19, la Premier League figure sans aucun doute en haut de la…

    ", - "content": "La Premier League en plein questionnement.
    \n
    \nParmi les championnats les plus touchés par le regain de l'épidémie de Covid-19, la Premier League figure sans aucun doute en haut de la…

    ", + "title": "PFC-OL : Lourdes IDS contre des supporters du PSG", + "description": "CUPable.
    \n
    \nDeux semaines après le match arrêté entre le Paris FC et l'Olympique lyonnais à la suite de violences en tribune,

    ", + "content": "CUPable.
    \n
    \nDeux semaines après le match arrêté entre le Paris FC et l'Olympique lyonnais à la suite de violences en tribune,


    ", "category": "", - "link": "https://www.sofoot.com/tuchel-et-rangnick-militent-pour-le-retour-des-cinq-changements-en-premier-league-508725.html", + "link": "https://www.sofoot.com/pfc-ol-lourdes-ids-contre-des-supporters-du-psg-509012.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T17:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tuchel-et-rangnick-militent-pour-le-retour-des-cinq-changements-en-premier-league-1640281955_x600_articles-508725.jpg", + "pubDate": "2022-01-03T07:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-lourdes-ids-contre-des-supporters-du-psg-1641198227_x600_articles-509012.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pfc-ol-lourdes-ids-contre-des-supporters-du-psg-1641198227_x600_articles-509012.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71141,19 +72429,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "15037bc48d71f8e6d4dbef9755abd72d" + "hash": "aa2b7b06314f8838a7277d5614ea6d0d", + "highlights": [] }, { - "title": "Italie : pas de huis clos, mais port du masque obligatoire dans les stades", - "description": "- Vous êtes au courant que la Covid-19 frappe encore ?
    \n- Non capisco...
    \n
    \n91 027, 52 885, 27 199, ce sont les nombres moyens de nouveaux cas Covid chaque jour cette semaine…


    ", - "content": "- Vous êtes au courant que la Covid-19 frappe encore ?
    \n- Non capisco...
    \n
    \n91 027, 52 885, 27 199, ce sont les nombres moyens de nouveaux cas Covid chaque jour cette semaine…


    ", + "title": "Ces trois infos du week-end vont vous étonner", + "description": "Parce qu'il n'y a pas que les championnats du Big Five dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : une remontada rendue possible par l'increvable Bafétimbi Gomis, une affiche entre talents prometteurs au Sénégal et 40 minutes totalement folles pour un joueur de League Two.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/italie-pas-de-huis-clos-mais-port-du-masque-obligatoire-dans-les-stades-508723.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-509009.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T16:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-italie-pas-de-huis-clos-mais-port-du-masque-obligatoire-dans-les-stades-1640279242_x600_articles-508723.jpg", + "pubDate": "2022-01-03T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1641150771_x600_articles-509009.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1641150771_x600_articles-509009.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71162,19 +72451,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d77c32d235d83ec695437d95ddbf5da1" + "hash": "f59920638f35af352603d0cb99073d00", + "highlights": [] }, { - "title": "Des supporters nantais condamnés à de la prison avec sursis", - "description": "Avant-gardistes.
    \n
    \nAlors que la Ligue 1 est secouée depuis plusieurs mois par des affaires de débordements dans les stades, certains Nantais avaient pris les devants l'année…

    ", - "content": "Avant-gardistes.
    \n
    \nAlors que la Ligue 1 est secouée depuis plusieurs mois par des affaires de débordements dans les stades, certains Nantais avaient pris les devants l'année…

    ", + "title": "Un an de Pochettino au PSG", + "description": "Pendant que certains se remettent encore d'un nouvel an bien arrosé, Mauricio Pochettino fêtait ce dimanche, à la veille d'un match de Coupe de France contre Vannes, l'anniversaire de son retour au Paris Saint-Germain. Dix-huit années après leur premier flirt, cette nouvelle relation entre l'Argentin et son ancien club - qui a bien changé - n'a pas forcément été l'idylle présagée.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/des-supporters-nantais-condamnes-a-de-la-prison-avec-sursis-508721.html", + "link": "https://www.sofoot.com/un-an-de-pochettino-au-psg-508961.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T15:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-des-supporters-nantais-condamnes-a-de-la-prison-avec-sursis-1640278914_x600_articles-508721.jpg", + "pubDate": "2022-01-03T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-an-de-pochettino-au-psg-1641150203_x600_articles-alt-508961.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-un-an-de-pochettino-au-psg-1641150203_x600_articles-alt-508961.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71183,19 +72473,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a29ec9087b267055d26447cbd9f3b8f" + "hash": "30cdf6427ace479546e34490262023e1", + "highlights": [] }, { - "title": "Vannes-PSG se jouera finalement au Stade de la Rabine", - "description": "C'est peut-être mieux vu les derniers résultats au Moustoir des Parisiens.
    \n
    \nLa Fédération a tranché ce jeudi concernant l'organisation du 16e de finale de Coupe de France…

    ", - "content": "C'est peut-être mieux vu les derniers résultats au Moustoir des Parisiens.
    \n
    \nLa Fédération a tranché ce jeudi concernant l'organisation du 16e de finale de Coupe de France…

    ", + "title": "Quand C'est pas sorcier s'invitait à Sochaux", + "description": "Un générique culte, une petite voix et un présentateur à lunettes devenu une figure de la pop culture : pendant vingt ans, l'émission C'est pas Sorcier a fait découvrir le monde aux enfants assis devant leur télévision à coups de maquettes et de jeux de mots. En 559 émissions, le camion de Fred, Sabine et Jamy devait bien s'arrêter au moins un jour au bord d'un terrain de foot. C'était en 2006, du côté du FC Sochaux. Allez Marcel, en route !
    \"J'ai un gros problème, c'est que je suis nul en foot. Quand je vous dis nul, c'est que je ne sais même pas qui est leader du championnat. Je n'ai rien contre le foot, mais ce n'est…", + "content": "\"J'ai un gros problème, c'est que je suis nul en foot. Quand je vous dis nul, c'est que je ne sais même pas qui est leader du championnat. Je n'ai rien contre le foot, mais ce n'est…", "category": "", - "link": "https://www.sofoot.com/vannes-psg-se-jouera-finalement-au-stade-de-la-rabine-508720.html", + "link": "https://www.sofoot.com/quand-c-est-pas-sorcier-s-invitait-a-sochaux-508870.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T15:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vannes-psg-se-jouera-finalement-au-stade-de-la-rabine-1640278504_x600_articles-508720.jpg", + "pubDate": "2022-01-03T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-c-est-pas-sorcier-s-invitait-a-sochaux-1640774641_x600_articles-alt-508870.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-quand-c-est-pas-sorcier-s-invitait-a-sochaux-1640774641_x600_articles-alt-508870.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71204,19 +72495,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa67bf7928d666f65d928c90aa39fdac" + "hash": "b488fba04ab8ed58018e7bfd4bab2d24", + "highlights": [] }, { - "title": "Nainggolan : \"En Belgique, ils ne vivent pas pour leur équipe nationale\"", - "description": "Radja sort la sulfateuse.
    \n
    \nAprès avoir porté la tunique des Diables Rouges à 30 reprises entre 2009 et 2018, Radja Naingollan ne fait désormais plus partie des petits papiers de…

    ", - "content": "Radja sort la sulfateuse.
    \n
    \nAprès avoir porté la tunique des Diables Rouges à 30 reprises entre 2009 et 2018, Radja Naingollan ne fait désormais plus partie des petits papiers de…

    ", + "title": "Le Barça se reprend à Majorque", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/nainggolan-en-belgique-ils-ne-vivent-pas-pour-leur-equipe-nationale-508719.html", + "link": "https://www.sofoot.com/le-barca-se-reprend-a-majorque-509010.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T15:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nainggolan-en-belgique-ils-ne-vivent-pas-pour-leur-equipe-nationale-1640276935_x600_articles-508719.jpg", + "pubDate": "2022-01-02T22:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-barca-se-reprend-a-majorque-1641160971_x600_articles-509010.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-le-barca-se-reprend-a-majorque-1641160971_x600_articles-509010.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71225,19 +72517,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c59b595679103d39baf25e16a7e9c54" + "hash": "9250787dbb78d840fb5b71a54da82cc8", + "highlights": [] }, { - "title": "Au Brésil, Resende dévoile son maillot hommage à l'OL, son club partenaire", - "description": "Quand le club partenaire de l'OL a un maillot qui ressemble plus à l'OL que l'OL lui-même.
    \n
    \nDepuis 2019 , c'est l'amour fou pour le Resende FC avec l'Olympique Lyonnais. Le club du…

    ", - "content": "Quand le club partenaire de l'OL a un maillot qui ressemble plus à l'OL que l'OL lui-même.
    \n
    \nDepuis 2019 , c'est l'amour fou pour le Resende FC avec l'Olympique Lyonnais. Le club du…

    ", + "title": "Marseille surclasse Chauvigny sans forcer", + "description": "Et avec un chef d'œuvre de Milik.

    Chauvigny (N3) 0-3 Olympique de Marseille (L1) ", + "content": "

    Chauvigny (N3) 0-3 Olympique de Marseille (L1) ", "category": "", - "link": "https://www.sofoot.com/au-bresil-resende-devoile-son-maillot-hommage-a-l-ol-son-club-partenaire-508716.html", + "link": "https://www.sofoot.com/marseille-surclasse-chauvigny-sans-forcer-508985.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T14:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-au-bresil-resende-devoile-son-maillot-hommage-a-l-ol-son-club-partenaire-1640273246_x600_articles-508716.jpg", + "pubDate": "2022-01-02T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-marseille-surclasse-chauvigny-sans-forcer-1641161041_x600_articles-508985.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-marseille-surclasse-chauvigny-sans-forcer-1641161041_x600_articles-508985.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71246,19 +72539,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "914e7d47b5920bfd3c848324a67e45c1" + "hash": "b0af26039bcfe6b91c3c18f61720780c", + "highlights": [] }, { - "title": "SO FOOT HS #19", - "description": "Lire le sommaire S'abonner
    \nEN KIOSQUE LE 21/12/2021
    \n

    \nHors-série 100% Italie
    \nBAGGIO, LIPPI, DEL PIERO, RIVERA,…


    ", - "content": "
    \nEN KIOSQUE LE 21/12/2021
    \n

    \nHors-série 100% Italie
    \nBAGGIO, LIPPI, DEL PIERO, RIVERA,…


    ", + "title": "En direct : Chauvigny - Marseille", + "description": "58' : @Back_to_the_future Pourquoi Karamba la sorcière est-elle méchante ...", + "content": "58' : @Back_to_the_future Pourquoi Karamba la sorcière est-elle méchante ...", "category": "", - "link": "https://www.sofoot.com/so-foot-hs-19-508290.html", + "link": "https://www.sofoot.com/en-direct-chauvigny-marseille-508977.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T07:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-so-foot-hs-19-1639488974_x600_articles-alt-508290.jpg", + "pubDate": "2022-01-02T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-chauvigny-marseille-1641151375_x600_articles-508977.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-en-direct-chauvigny-marseille-1641151375_x600_articles-508977.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71267,19 +72561,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38bf916521e2eebc10d62bcb2456359a" + "hash": "8c9a3307e38e6ff69c21706b105ddf29", + "highlights": [] }, { - "title": "Pep Guardiola confirme le départ imminent de Ferran Torres pour le Barça", - "description": "Il pourra ainsi s'épanouir en Ligue Europa.
    \n
    \nComme rapporté par le quotidien espagnol

    ", - "content": "Il pourra ainsi s'épanouir en Ligue Europa.
    \n
    \nComme rapporté par le quotidien espagnol


    ", + "title": "Monaco et Saint-Étienne facile, Reims et Amiens passent", + "description": "Trois clubs de Ligue 1, un de Ligue 2 et aucune surprise pour la session de Coupe de France de 18h30 : si Monaco (contre Quevilly-Rouen) et Saint-Étienne (face à Jura Sud) s'en sont facilement sortis, Reims a dû attendre le temps additionnel pour faire la différence devant Thaon, alors qu'Amiens a évité la mauvaise surprise aux tirs au but après avoir été remonté de trois réalisations par Linas-Monthéry.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pep-guardiola-confirme-le-depart-imminent-de-ferran-torres-pour-le-barca-508714.html", + "link": "https://www.sofoot.com/monaco-et-saint-etienne-facile-reims-et-amiens-passent-508990.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T14:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pep-guardiola-confirme-le-depart-imminent-de-ferran-torres-pour-le-barca-1640270391_x600_articles-508714.jpg", + "pubDate": "2022-01-02T19:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-monaco-et-saint-etienne-facile-reims-et-amiens-passent-1641148822_x600_articles-alt-508990.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-monaco-et-saint-etienne-facile-reims-et-amiens-passent-1641148822_x600_articles-alt-508990.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71288,19 +72583,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "158573b2d7f9476f6acc103f31f112d8" + "hash": "6826d9462118a19470831f6a4a0c9a3b", + "highlights": [] }, { - "title": "Côte d'Ivoire : Haller, Pépé et Cornet appelés pour la CAN, Seko Fofana absent", - "description": "Une liste sur fond de tensions.
    \n
    \nAprès
    ", - "content": "Une liste sur fond de tensions.
    \n
    \nAprès
    ", + "title": "Alavés et la Real se partagent les points", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/cote-d-ivoire-haller-pepe-et-cornet-appeles-pour-la-can-seko-fofana-absent-508713.html", + "link": "https://www.sofoot.com/alaves-et-la-real-se-partagent-les-points-508984.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T13:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cote-d-ivoire-haller-pepe-et-cornet-appeles-pour-la-can-seko-fofana-absent-1640269779_x600_articles-508713.jpg", + "pubDate": "2022-01-02T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-alaves-et-la-real-se-partagent-les-points-1641151662_x600_articles-508984.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-alaves-et-la-real-se-partagent-les-points-1641151662_x600_articles-508984.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71309,19 +72605,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80515bedd75ed14445cf04d6c3166d7a" + "hash": "ef398b8c7e2e8c4e0cccbdb8fab1c7d3", + "highlights": [] }, { - "title": "Klopp et Conte veulent jouer les demi-finales de coupe en match simple", - "description": "De toute façon, ils n'utilisent même pas la règle des buts à l'extérieur.
    \n
    \nDans le dernier carré de la League Cup
    ", - "content": "De toute façon, ils n'utilisent même pas la règle des buts à l'extérieur.
    \n
    \nDans le dernier carré de la League Cup
    ", + "title": "Le Betis impuissant face au Celta", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/klopp-et-conte-veulent-jouer-les-demi-finales-de-coupe-en-match-simple-508712.html", + "link": "https://www.sofoot.com/le-betis-impuissant-face-au-celta-508983.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T13:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-klopp-et-conte-veulent-jouer-les-demi-finales-de-coupe-en-match-simple-1640269666_x600_articles-508712.jpg", + "pubDate": "2022-01-02T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-betis-impuissant-face-au-celta-1641150437_x600_articles-508983.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-le-betis-impuissant-face-au-celta-1641150437_x600_articles-508983.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71330,19 +72627,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4691ec3a1579daeddc5d022a11a87d45" + "hash": "c29452e458229cf7633c489942a61ce3", + "highlights": [] }, { - "title": "Covid : Les premiers matchs du Boxing Day reportés", - "description": "Here we go!
    \n
    \nUn temps menacé, le Boxing Day est définitivement atteint par la crise du Covid qui repart de plus belle en Angleterre. Deux matchs de la traditionnelle journée de…

    ", - "content": "Here we go!
    \n
    \nUn temps menacé, le Boxing Day est définitivement atteint par la crise du Covid qui repart de plus belle en Angleterre. Deux matchs de la traditionnelle journée de…

    ", + "title": "Les notes de Chelsea-Liverpool", + "description": "Drame, pour Chelsea et Liverpool : Mohamed Salah, Sadio Mané et Édouard Mendy s'envolent pour la Coupe d'Afrique des Nations dans quelques jours. Car vu leur match de ce dimanche après-midi, c'est tout sauf une bonne nouvelle.

    Ils ont brillé


    \n
    \nBon courage…

    ", + "content": "

    Ils ont brillé


    \n
    \nBon courage…

    ", "category": "", - "link": "https://www.sofoot.com/covid-les-premiers-matchs-du-boxing-day-reportes-508711.html", + "link": "https://www.sofoot.com/les-notes-de-chelsea-liverpool-509008.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T13:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-covid-les-premiers-matchs-du-boxing-day-reportes-1640266446_x600_articles-508711.jpg", + "pubDate": "2022-01-02T18:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-chelsea-liverpool-1641145485_x600_articles-alt-509008.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-les-notes-de-chelsea-liverpool-1641145485_x600_articles-alt-509008.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71351,19 +72649,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbff7da1b7351297a805f9de8e50b740" + "hash": "d6f877a0d0b32633a64adc36ab23128b", + "highlights": [] }, { - "title": "Martyn Routledge : \"Les écussons ouvrent une fenêtre vers le club\"", - "description": "Dans The Beautiful History, l'auteur et graphiste britannique Martyn Routledge propose de raconter l'histoire de son pays en décryptant les écussons de West Ham, Norwich City et Manchester United, mais aussi ceux du Eastleigh FC et de Colchester United.Comment est né ce livre ?
    \nEn 2018, j'ai sorti un premier livre intitulé The Beautiful Badge, qui explique d'où viennent les écussons, ce qu'ils…
    ", - "content": "Comment est né ce livre ?
    \nEn 2018, j'ai sorti un premier livre intitulé The Beautiful Badge, qui explique d'où viennent les écussons, ce qu'ils…
    ", + "title": "Chelsea s'agrippe à Liverpool", + "description": "Vite distancié de deux buts par Liverpool, Chelsea s'est refait la cerise en cinq minutes avant la pause. Mais Reds comme Blues n'auront pas su se départager, même au bout d'une seconde mi-temps enthousiasmante et bourrée d'occasions (2-2).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/martyn-routledge-les-ecussons-ouvrent-une-fenetre-vers-le-club-508601.html", + "link": "https://www.sofoot.com/chelsea-s-agrippe-a-liverpool-509004.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-martyn-routledge-les-ecussons-ouvrent-une-fenetre-vers-le-club-1640181942_x600_articles-alt-508601.jpg", + "pubDate": "2022-01-02T18:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-s-agrippe-a-liverpool-1641148761_x600_articles-alt-509004.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-chelsea-s-agrippe-a-liverpool-1641148761_x600_articles-alt-509004.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71372,19 +72671,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "007e71cd4b79d8e61a16b7610380802b" + "hash": "db838afaee5849de8efca3f4c5e210cb", + "highlights": [] }, { - "title": "Kagawa s'excuse auprès des fans après la résiliation de son contrat au PAOK", - "description": "En pourparlers avec la Newteam.
    \n
    \nLa descente aux enfers se poursuit pour l'ancien prodige Shinji Kagawa. Plus dans les plans de l'entraîneur Razvan Lutsescu, le Japonais a vu…

    ", - "content": "En pourparlers avec la Newteam.
    \n
    \nLa descente aux enfers se poursuit pour l'ancien prodige Shinji Kagawa. Plus dans les plans de l'entraîneur Razvan Lutsescu, le Japonais a vu…

    ", + "title": "Nancy sort Rennes, Bastia surclasse Clermont et Montpellier dispose de Strasbourg", + "description": "Il fallait attendre les matchs de 16 heures pour voir les pensionnaires de Ligue 1 trépasser. Le Stade rennais s'est fait piéger à Nancy, lanterne rouge de Ligue 2, où Baptiste Valette s'est montré héroïque lors de la séance de tirs au but (1-1, 4 TAB 2). Moins de suspense pour Bastia, qui a donné une leçon à Clermont (2-0) pendant que Montpellier dominait Strasbourg (1-0). Sans oublier une autre petite surprise avec la qualification de Bergerac face à Créteil (0-0, 5 TAB 4).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/kagawa-s-excuse-aupres-des-fans-apres-la-resiliation-de-son-contrat-au-paok-508708.html", + "link": "https://www.sofoot.com/nancy-sort-rennes-bastia-surclasse-clermont-et-montpellier-dispose-de-strasbourg-508995.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T11:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kagawa-s-excuse-aupres-des-fans-apres-la-resiliation-de-son-contrat-au-paok-1640262471_x600_articles-508708.jpg", + "pubDate": "2022-01-02T17:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nancy-sort-rennes-bastia-surclasse-clermont-et-montpellier-dispose-de-strasbourg-1641144372_x600_articles-alt-508995.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-nancy-sort-rennes-bastia-surclasse-clermont-et-montpellier-dispose-de-strasbourg-1641144372_x600_articles-alt-508995.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71393,19 +72693,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2700292127822779eba725469000d2a8" + "hash": "ef763609449a929a62550e40183306f7", + "highlights": [] }, { - "title": "Minamino est entré dans le Guinness des records grâce à 187 high-fives", - "description": "\"Tape-m'en cinq.\"
    \n
    \nJanvier 2014. Japon. Alors que Takumi Minamino porte les couleurs de Cerezo Osaka, l'attaquant japonais réalise 187 high-fives en une seule minute.…

    ", - "content": "\"Tape-m'en cinq.\"
    \n
    \nJanvier 2014. Japon. Alors que Takumi Minamino porte les couleurs de Cerezo Osaka, l'attaquant japonais réalise 187 high-fives en une seule minute.…

    ", + "title": "L'Atlético se relance face au Rayo Vallecano", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/minamino-est-entre-dans-le-guinness-des-records-grace-a-187-high-fives-508706.html", + "link": "https://www.sofoot.com/l-atletico-se-relance-face-au-rayo-vallecano-509002.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T11:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-minamino-est-entre-dans-le-guinness-des-records-grace-a-187-high-fives-1640260060_x600_articles-508706.jpg", + "pubDate": "2022-01-02T17:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-atletico-se-relance-face-au-rayo-vallecano-1641144144_x600_articles-509002.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-l-atletico-se-relance-face-au-rayo-vallecano-1641144144_x600_articles-509002.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71414,19 +72715,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3f0a4955a99606b26f310f03c42faa1" + "hash": "2286ae30a98c32c9fea94dac658e0eca", + "highlights": [] }, { - "title": "Italie : pas de huis clos mais port du masque obligatoire dans les stades", - "description": "- Vous êtes au courant que la Covid-19 frappe encore ? - Non capisco
    \n
    \n91 027, 52 885, 27 199, ce sont les nombres moyens de nouveaux cas Covid chaque jour cette semaine…

    ", - "content": "- Vous êtes au courant que la Covid-19 frappe encore ? - Non capisco
    \n
    \n91 027, 52 885, 27 199, ce sont les nombres moyens de nouveaux cas Covid chaque jour cette semaine…

    ", + "title": "En direct : Chelsea - Liverpool", + "description": "94' : THE END ! Une première période folle, une deuxième plus calme et un partage des points à ...", + "content": "94' : THE END ! Une première période folle, une deuxième plus calme et un partage des points à ...", "category": "", - "link": "https://www.sofoot.com/italie-pas-de-huis-clos-mais-port-du-masque-obligatoire-dans-les-stades-508723.html", + "link": "https://www.sofoot.com/en-direct-chelsea-liverpool-509007.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T16:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-italie-pas-de-huis-clos-mais-port-du-masque-obligatoire-dans-les-stades-1640279242_x600_articles-508723.jpg", + "pubDate": "2022-01-02T16:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-chelsea-liverpool-1641142734_x600_articles-alt-509007.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-en-direct-chelsea-liverpool-1641142734_x600_articles-alt-509007.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71435,19 +72737,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "141d57a4b85e65882bdfaa285a10674e" + "hash": "03280de03e534e1c19766c7d55926054", + "highlights": [] }, { - "title": "Gourvennec : Jonathan David ? \"On en a déjà vu et on en verra d'autres\"", - "description": "\"Pour nous, l'objectif est de terminer la saison à Lille, mais ce sera sa dernière saison là-bas pour plusieurs raisons. Je pense que la Premier League est une belle option pour lui. Je…", - "content": "\"Pour nous, l'objectif est de terminer la saison à Lille, mais ce sera sa dernière saison là-bas pour plusieurs raisons. Je pense que la Premier League est une belle option pour lui. Je…", + "title": "Liverpool privé d'Alisson, Matip et Firmino contre Chelsea", + "description": "Un petit café-clope et le revoilà.
    \n
    \nAlors que Chelsea devra faire sans Romelu Lukaku pour raison…

    ", + "content": "Un petit café-clope et le revoilà.
    \n
    \nAlors que Chelsea devra faire sans Romelu Lukaku pour raison…

    ", "category": "", - "link": "https://www.sofoot.com/gourvennec-jonathan-david-on-en-a-deja-vu-et-on-en-verra-d-autres-508686.html", + "link": "https://www.sofoot.com/liverpool-prive-d-alisson-matip-et-firmino-contre-chelsea-509006.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T11:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gourvennec-jonathan-david-on-en-a-deja-vu-et-on-en-verra-d-autres-1640250848_x600_articles-508686.jpg", + "pubDate": "2022-01-02T16:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liverpool-prive-d-alisson-matip-et-firmino-contre-chelsea-1641140169_x600_articles-509006.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-liverpool-prive-d-alisson-matip-et-firmino-contre-chelsea-1641140169_x600_articles-509006.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71456,19 +72759,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d49e74509ca7b7ee93190449afbb553a" + "hash": "dc486c36c5f41fafce51ec3faf3dcf11", + "highlights": [] }, { - "title": "Pablo Correa débarque en D2 belge", - "description": "Une piste de moins pour remplacer Pedretti à l'ASNL.
    \n
    \nPablo Correa a de nouveau trouvé chaussure à son pied. Le Franco-Uruguayen va même découvrir un nouveau championnat en…

    ", - "content": "Une piste de moins pour remplacer Pedretti à l'ASNL.
    \n
    \nPablo Correa a de nouveau trouvé chaussure à son pied. Le Franco-Uruguayen va même découvrir un nouveau championnat en…

    ", + "title": "Leeds respire, Everton s'asphyxie et Brentford se donne de l'air", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pablo-correa-debarque-en-d2-belge-508702.html", + "link": "https://www.sofoot.com/leeds-respire-everton-s-asphyxie-et-brentford-se-donne-de-l-air-508989.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T11:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pablo-correa-debarque-en-d2-belge-1640260487_x600_articles-508702.jpg", + "pubDate": "2022-01-02T15:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leeds-respire-everton-s-asphyxie-et-brentford-se-donne-de-l-air-1641139246_x600_articles-508989.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-leeds-respire-everton-s-asphyxie-et-brentford-se-donne-de-l-air-1641139246_x600_articles-508989.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71477,19 +72781,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fb0b21795e1a2426a1b4087cada0f7e" + "hash": "9b0da964f1daad5f0371079a3bb3e167", + "highlights": [] }, { - "title": "PSG, le mauvais cru 2021", - "description": "En 2021, le PSG a laissé le titre de Ligue 1 au LOSC. Avant d'être en pole position à mi-saison pour récupérer l'Hexagoal. Mais cette avance au classement des Parisiens ne peut pas faire oublier les difficultés dans le jeu et l'absence de projet de jeu de Mauricio Pochettino à l'image de ce match nul à Lorient (1-1).Il existe bien sur cette Terre une personne qui n'avait pas encore vu le Paris Saint-Germain jouer au football cette saison avant ce déplacement à Lorient. Sympa, le PSG a alors voulu donner à…", - "content": "Il existe bien sur cette Terre une personne qui n'avait pas encore vu le Paris Saint-Germain jouer au football cette saison avant ce déplacement à Lorient. Sympa, le PSG a alors voulu donner à…", + "title": "Southampton : fin de carrière pour Sam McQueen", + "description": "La raison au-dessus de l'envie.
    \n
    \nÉloigné des terrains depuis 1159 jours, Sam McQueen a pris son courage à deux mains et

    ", + "content": "La raison au-dessus de l'envie.
    \n
    \nÉloigné des terrains depuis 1159 jours, Sam McQueen a pris son courage à deux mains et


    ", "category": "", - "link": "https://www.sofoot.com/psg-le-mauvais-cru-2021-508676.html", + "link": "https://www.sofoot.com/southampton-fin-de-carriere-pour-sam-mcqueen-509003.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-psg-le-mauvais-cru-2021-1640233860_x600_articles-alt-508676.jpg", + "pubDate": "2022-01-02T15:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-southampton-fin-de-carriere-pour-sam-mcqueen-1641137619_x600_articles-509003.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-southampton-fin-de-carriere-pour-sam-mcqueen-1641137619_x600_articles-509003.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71498,19 +72803,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a502e0b66f12b3b298434745560ded0d" + "hash": "7f1a57f979c8e9bbde23043160db98d1", + "highlights": [] }, { - "title": "Maroc : 5 joueurs de Ligue 1 appelés pour la CAN, Ziyech absent", - "description": "Coach Vahid ne fait pas dans le social.
    \n
    \nÀ un peu plus de deux semaines du début de la CAN 2021 - qui aura donc lieu en 2022 - les nations commencent à dévoiler peu à peu leur liste…

    ", - "content": "Coach Vahid ne fait pas dans le social.
    \n
    \nÀ un peu plus de deux semaines du début de la CAN 2021 - qui aura donc lieu en 2022 - les nations commencent à dévoiler peu à peu leur liste…

    ", + "title": "Getafe cueille le Real Madrid", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/maroc-5-joueurs-de-ligue-1-appeles-pour-la-can-ziyech-absent-508704.html", + "link": "https://www.sofoot.com/getafe-cueille-le-real-madrid-508982.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T10:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-maroc-5-joueurs-de-ligue-1-appeles-pour-la-can-ziyech-absent-1640261284_x600_articles-508704.jpg", + "pubDate": "2022-01-02T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-getafe-cueille-le-real-madrid-1641135717_x600_articles-508982.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-getafe-cueille-le-real-madrid-1641135717_x600_articles-508982.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71519,19 +72825,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0fcae954464fb9a38ac3badd068a303" + "hash": "507f7f050e34c9958f176a8c71480eb0", + "highlights": [] }, { - "title": "L'Égypte dévoile une liste élargie pour la CAN", - "description": "Choisir, c'est renoncer.
    \n
    \nLe sélectionneur Carlos Queiroz a préféré attendre le dernier moment pour composer sa liste définitive des 28 qui représenteront l'Égypte à la…

    ", - "content": "Choisir, c'est renoncer.
    \n
    \nLe sélectionneur Carlos Queiroz a préféré attendre le dernier moment pour composer sa liste définitive des 28 qui représenteront l'Égypte à la…

    ", + "title": "L'entraîneur de Francfort victime d'un accident de scooter", + "description": "En voilà un qui a oublié de toucher du bois.
    \n
    \nÀ moins d'une semaine de son premier match de Bundesliga en 2022, pour le compte de la 18e journée face au Borussia Dortmund,…

    ", + "content": "En voilà un qui a oublié de toucher du bois.
    \n
    \nÀ moins d'une semaine de son premier match de Bundesliga en 2022, pour le compte de la 18e journée face au Borussia Dortmund,…

    ", "category": "", - "link": "https://www.sofoot.com/l-egypte-devoile-une-liste-elargie-pour-la-can-508700.html", + "link": "https://www.sofoot.com/l-entraineur-de-francfort-victime-d-un-accident-de-scooter-509001.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T10:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-egypte-devoile-une-liste-elargie-pour-la-can-1640260345_x600_articles-508700.jpg", + "pubDate": "2022-01-02T14:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-entraineur-de-francfort-victime-d-un-accident-de-scooter-1641134872_x600_articles-509001.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-l-entraineur-de-francfort-victime-d-un-accident-de-scooter-1641134872_x600_articles-509001.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71540,19 +72847,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2577f8d4c1b1b5b99789798285585e66" + "hash": "d5b33b00e833cbfecf58f4af16d1eb0f", + "highlights": [] }, { - "title": "Ikoné est à Florence pour sa visite médicale avec la Fiorentina", - "description": "Il préfère la pizza au maroilles.
    \n
    \n


    ", - "content": "Il préfère la pizza au maroilles.
    \n
    \n


    ", + "title": "Brest domine Bordeaux, Nantes et Toulouse assurent", + "description": "Cinq qualifiés pour les huitièmes de finale de la Coupe de France sont désormais connus : le Stade brestois s'est défait sans trembler d'une équipe de Bordeaux largement affaiblie par la Covid-19 (3-0), le FC Nantes a fait respecter la hiérarchie face aux amateurs de l'AS Vitré (2-0) comme Toulouse sur la pelouse de Cannes, même si les Violets ont été bousculés (0-1) et Versailles s'est offert un carton contre La-Roche-sur-Yon (4-0).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ikone-est-a-florence-pour-sa-visite-medicale-avec-la-fiorentina-508697.html", + "link": "https://www.sofoot.com/brest-domine-bordeaux-nantes-et-toulouse-assurent-508962.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T10:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ikone-est-a-florence-pour-sa-visite-medicale-avec-la-fiorentina-1640257168_x600_articles-508697.jpg", + "pubDate": "2022-01-02T14:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-brest-domine-bordeaux-nantes-et-toulouse-assurent-1641134229_x600_articles-alt-508962.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-brest-domine-bordeaux-nantes-et-toulouse-assurent-1641134229_x600_articles-alt-508962.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71561,19 +72869,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "44a9d49fe0e65b3ebde5151a9b7d47a3" + "hash": "6921b2fc66322f8e65cd3fd396030f27", + "highlights": [] }, { - "title": "La Belgique termine l'année à la première place du classement FIFA", - "description": "Nouvelle étoile sur le maillot belge.
    \n
    \nLa FIFA vient de publier le dernier classement de l'année 2021, et les Diables rouges terminent officiellement en tête de l'année civile pour la…

    ", - "content": "Nouvelle étoile sur le maillot belge.
    \n
    \nLa FIFA vient de publier le dernier classement de l'année 2021, et les Diables rouges terminent officiellement en tête de l'année civile pour la…

    ", + "title": "Un supporter de Brentford arrêté pour racisme et homophobie", + "description": "Le club de Brenftord a annoncé ce dimanche qu'un de ses supporters avait été arrêté à l'issue de
    Au moins on n'entendra plus d'injures racistes.
    \n
    \nAprès l'Allemagne, la Belgique ferme…

    ", - "content": "Au moins on n'entendra plus d'injures racistes.
    \n
    \nAprès l'Allemagne, la Belgique ferme…

    ", + "title": "Une équipe tahitienne va remplacer Auckland au Mondial des clubs", + "description": "Tipiak, Pirae !
    \n
    \nCe samedi, les Polynésiens de l'AS Pirae, commune au nord de Tahiti, ont été désignés pour être le représentant de la Confédération du football d'Océanie (OFC)…

    ", + "content": "Tipiak, Pirae !
    \n
    \nCe samedi, les Polynésiens de l'AS Pirae, commune au nord de Tahiti, ont été désignés pour être le représentant de la Confédération du football d'Océanie (OFC)…

    ", "category": "", - "link": "https://www.sofoot.com/le-football-belge-repasse-a-huis-clos-508694.html", + "link": "https://www.sofoot.com/une-equipe-tahitienne-va-remplacer-auckland-au-mondial-des-clubs-508997.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T10:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-football-belge-repasse-a-huis-clos-1640255499_x600_articles-508694.jpg", + "pubDate": "2022-01-02T13:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-equipe-tahitienne-va-remplacer-auckland-au-mondial-des-clubs-1641131678_x600_articles-508997.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-une-equipe-tahitienne-va-remplacer-auckland-au-mondial-des-clubs-1641131678_x600_articles-508997.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71603,19 +72913,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f82975ecf22042edbf057726190b441" + "hash": "0f2e723e57f1247f028b8aa585e51ddf", + "highlights": [] }, { - "title": "Catane officiellement déclaré en faillite", - "description": "Salernitana a trouvé à qui parler.
    \n
    \nEn proie à des difficultés financières depuis plusieurs mois, le club de Catane passait ce mercredi devant le tribunal de la ville afin de…

    ", - "content": "Salernitana a trouvé à qui parler.
    \n
    \nEn proie à des difficultés financières depuis plusieurs mois, le club de Catane passait ce mercredi devant le tribunal de la ville afin de…

    ", + "title": "Chelsea sans Lukaku face à Liverpool ?", + "description": "Pris sur le fait, comme un bleu.
    \n
    \nPour sa première sortie de l'année 2022, Chelsea devrait faire sans Romelu Lukaku dans le choc de l'après-midi, face à Liverpool (17 heures 30).…

    ", + "content": "Pris sur le fait, comme un bleu.
    \n
    \nPour sa première sortie de l'année 2022, Chelsea devrait faire sans Romelu Lukaku dans le choc de l'après-midi, face à Liverpool (17 heures 30).…

    ", "category": "", - "link": "https://www.sofoot.com/catane-officiellement-declare-en-faillite-508693.html", + "link": "https://www.sofoot.com/chelsea-sans-lukaku-face-a-liverpool-508996.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-catane-officiellement-declare-en-faillite-1640256907_x600_articles-508693.jpg", + "pubDate": "2022-01-02T13:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-sans-lukaku-face-a-liverpool-1641130038_x600_articles-508996.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-chelsea-sans-lukaku-face-a-liverpool-1641130038_x600_articles-508996.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71624,19 +72935,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3c8bdd74534fb4249d845e847394a00" + "hash": "0690a991d57041301b47d5e470fb9045", + "highlights": [] }, { - "title": "Bruno Guimarães va \" passer un mauvais Noël \"", - "description": "Les dindons de la farce.
    \n
    \nFace à Metz au Groupama Stadium, les Lyonnais qui menaient pourtant au score
    ", - "content": "Les dindons de la farce.
    \n
    \nFace à Metz au Groupama Stadium, les Lyonnais qui menaient pourtant au score
    ", + "title": "Messi positif à la Covid-19", + "description": "Et bonne année surtout.
    \n
    \nComme de nombreux clubs de Ligue 1, le…

    ", + "content": "Et bonne année surtout.
    \n
    \nComme de nombreux clubs de Ligue 1, le…

    ", "category": "", - "link": "https://www.sofoot.com/bruno-guimaraes-va-passer-un-mauvais-noel-508692.html", + "link": "https://www.sofoot.com/messi-positif-a-la-covid-19-508994.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T09:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bruno-guimaraes-va-passer-un-mauvais-noel-1640254979_x600_articles-508692.jpg", + "pubDate": "2022-01-02T12:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-messi-positif-a-la-covid-19-1641124970_x600_articles-508994.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-messi-positif-a-la-covid-19-1641124970_x600_articles-508994.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71645,19 +72957,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b0fad9f62ce7bb8b3aacb2e75ec830f" + "hash": "0f7f6999daee6ef99e199642deebfde4", + "highlights": [] }, { - "title": "Gaëtan Laborde élu joueur du mois de novembre", - "description": "Ça décorera sa cheminée pour les fêtes.
    \n
    \nL'attaquant du Stade rennais Gaëtan Laborde a remporté le trophée UNFP de joueur du mois de novembre en Ligue 1. Il devance le gardien de…

    ", - "content": "Ça décorera sa cheminée pour les fêtes.
    \n
    \nL'attaquant du Stade rennais Gaëtan Laborde a remporté le trophée UNFP de joueur du mois de novembre en Ligue 1. Il devance le gardien de…

    ", + "title": "Aubameyang ciblé par Newcastle ?", + "description": "Une nouvelle vie de château pour Aubameyang ?
    \n
    \nÉcarté du groupe professionnel d'Arsenal par son coach Mikel…

    ", + "content": "Une nouvelle vie de château pour Aubameyang ?
    \n
    \nÉcarté du groupe professionnel d'Arsenal par son coach Mikel…

    ", "category": "", - "link": "https://www.sofoot.com/gaetan-laborde-elu-joueur-du-mois-de-novembre-508690.html", + "link": "https://www.sofoot.com/aubameyang-cible-par-newcastle-508993.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T09:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gaetan-laborde-elu-joueur-du-mois-de-novembre-1640254629_x600_articles-508690.jpg", + "pubDate": "2022-01-02T11:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aubameyang-cible-par-newcastle-1641124438_x600_articles-508993.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-aubameyang-cible-par-newcastle-1641124438_x600_articles-508993.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71666,19 +72979,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e8dd0e4e198d5be436080ad45a5f82b" + "hash": "04831eb601a7ef7cffe7233656cda058", + "highlights": [] }, { - "title": "Nouvelles bagarres entre supporters de Tottenham et West Ham", - "description": "La buvette devait être fermée.
    \n
    \nCe mercredi, en quarts de finale de League Cup anglaise, Tottenham s'est imposé à domicile face à West Ham (2-1). Un derby londonien également…

    ", - "content": "La buvette devait être fermée.
    \n
    \nCe mercredi, en quarts de finale de League Cup anglaise, Tottenham s'est imposé à domicile face à West Ham (2-1). Un derby londonien également…

    ", + "title": "Une prime à la signature de 40 millions d'euros pour Mbappé au Real Madrid ?", + "description": "La saga Mbappé-Real Madrid, saison 3, épisode 237.
    \n
    \nEn fin de contrat avec le Paris Saint-Germain au 30 juin prochain, Kylian Mbappé est libre de s'engager avec le club qu'il souhaite…

    ", + "content": "La saga Mbappé-Real Madrid, saison 3, épisode 237.
    \n
    \nEn fin de contrat avec le Paris Saint-Germain au 30 juin prochain, Kylian Mbappé est libre de s'engager avec le club qu'il souhaite…

    ", "category": "", - "link": "https://www.sofoot.com/nouvelles-bagarres-entre-supporters-de-tottenham-et-west-ham-508689.html", + "link": "https://www.sofoot.com/une-prime-a-la-signature-de-40-millions-d-euros-pour-mbappe-au-real-madrid-508992.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nouvelles-bagarres-entre-supporters-de-tottenham-et-west-ham-1640256186_x600_articles-508689.jpg", + "pubDate": "2022-01-02T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-prime-a-la-signature-de-40-millions-d-euros-pour-mbappe-au-real-madrid-1641120655_x600_articles-508992.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-une-prime-a-la-signature-de-40-millions-d-euros-pour-mbappe-au-real-madrid-1641120655_x600_articles-508992.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71687,19 +73001,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "084fe91c0bd1155a86fbbc1500f3a167" + "hash": "ec93a7371c8fbcc2420467f8bac61ff7", + "highlights": [] }, { - "title": "Yunis Abdelhamid : \"On se fait un peu voler\"", - "description": "Le Père Noël était un peu trop marseillais sur les bords.
    \n
    \nIls pensaient tenir l'une des plus belles victoires de leur saison ce mercredi soir au stade Vélodrome, mais les Rémois ont…

    ", - "content": "Le Père Noël était un peu trop marseillais sur les bords.
    \n
    \nIls pensaient tenir l'une des plus belles victoires de leur saison ce mercredi soir au stade Vélodrome, mais les Rémois ont…

    ", + "title": "Watford retient Ismaïla Sarr, la Fédération sénégalaise enrage ", + "description": "Combat de coqs entre Watford et le Sénégal.
    \n
    \nOù sera Ismaïla Sarr la semaine prochaine ? Convoqué par Aliou Cissé, le sélectionneur du Sénégal, pour la Coupe d'Afrique des…

    ", + "content": "Combat de coqs entre Watford et le Sénégal.
    \n
    \nOù sera Ismaïla Sarr la semaine prochaine ? Convoqué par Aliou Cissé, le sélectionneur du Sénégal, pour la Coupe d'Afrique des…

    ", "category": "", - "link": "https://www.sofoot.com/yunis-abdelhamid-on-se-fait-un-peu-voler-508688.html", + "link": "https://www.sofoot.com/watford-retient-ismaila-sarr-la-federation-senegalaise-enrage-508991.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T09:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-yunis-abdelhamid-on-se-fait-un-peu-voler-1640257401_x600_articles-508688.jpg", + "pubDate": "2022-01-02T10:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-watford-retient-ismaila-sarr-la-federation-senegalaise-enrage-1641120069_x600_articles-508991.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-watford-retient-ismaila-sarr-la-federation-senegalaise-enrage-1641120069_x600_articles-508991.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71708,19 +73023,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6622fdc5fe8258e13d597c7b4a6c5923" + "hash": "66ef4349a8e0acdf00a1c2874efdc92d", + "highlights": [] }, { - "title": "Ancelotti : \"Je suis d'accord pour dire qu'Hazard est de retour !\"", - "description": "Le retour du roi.
    \n
    \nSi beaucoup sont persuadés que cette histoire raconte l'aventure des hobbits Frodon Sacquet et Samsagace Gamegie dans le Mordor pour aller détruire l'anneau unique…

    ", - "content": "Le retour du roi.
    \n
    \nSi beaucoup sont persuadés que cette histoire raconte l'aventure des hobbits Frodon Sacquet et Samsagace Gamegie dans le Mordor pour aller détruire l'anneau unique…

    ", + "title": "Jean-Pierre Defontaine, ancien président du RC Lens, est décédé", + "description": "Un grand personnage du Pas-de-Calais s'en est allé.
    \n
    \nJean-Pierre Defontaine, ancien président du RC Lens entre 1976 et 1979, est décédé dans la nuit de vendredi à samedi à…

    ", + "content": "Un grand personnage du Pas-de-Calais s'en est allé.
    \n
    \nJean-Pierre Defontaine, ancien président du RC Lens entre 1976 et 1979, est décédé dans la nuit de vendredi à samedi à…

    ", "category": "", - "link": "https://www.sofoot.com/ancelotti-je-suis-d-accord-pour-dire-qu-hazard-est-de-retour-508680.html", + "link": "https://www.sofoot.com/jean-pierre-defontaine-ancien-president-du-rc-lens-est-decede-508988.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T08:29:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ancelotti-je-suis-d-accord-pour-dire-qu-hazard-est-de-retour-1640248782_x600_articles-508680.jpg", + "pubDate": "2022-01-02T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jean-pierre-defontaine-ancien-president-du-rc-lens-est-decede-1641082399_x600_articles-508988.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-jean-pierre-defontaine-ancien-president-du-rc-lens-est-decede-1641082399_x600_articles-508988.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71729,19 +73045,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c39ec248f42b8c5565cc7fa7542c40d1" + "hash": "13f05151e1d0e543b74dd71b7c7eee2f", + "highlights": [] }, { - "title": "Le HAC champion de France de Ligue 2 sur TikTok", - "description": "Un futur lot de consolation au moment de faire les comptes en fin de saison ?
    \n
    \nActuel sixième de Ligue 2, Le Havre est pourtant sur la première marche quand il s'agit de s'amuser…

    ", - "content": "Un futur lot de consolation au moment de faire les comptes en fin de saison ?
    \n
    \nActuel sixième de Ligue 2, Le Havre est pourtant sur la première marche quand il s'agit de s'amuser…

    ", + "title": "23 absents à Bordeaux pour le déplacement à Brest en Coupe de France", + "description": "Du grand n'importe quoi.
    \n
    \nL'explosion de cas de Covid-19 en France n'épargne pas le football, y compris en France. Parmi les clubs les plus touchés, les Girondins de Bordeaux…

    ", + "content": "Du grand n'importe quoi.
    \n
    \nL'explosion de cas de Covid-19 en France n'épargne pas le football, y compris en France. Parmi les clubs les plus touchés, les Girondins de Bordeaux…

    ", "category": "", - "link": "https://www.sofoot.com/le-hac-champion-de-france-de-ligue-2-sur-tiktok-508679.html", + "link": "https://www.sofoot.com/23-absents-a-bordeaux-pour-le-deplacement-a-brest-en-coupe-de-france-508987.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T08:00:00Z", - "enclosure": "", + "pubDate": "2022-01-02T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-23-absents-a-bordeaux-pour-le-deplacement-a-brest-en-coupe-de-france-1641082179_x600_articles-508987.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-23-absents-a-bordeaux-pour-le-deplacement-a-brest-en-coupe-de-france-1641082179_x600_articles-508987.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71750,19 +73067,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "820b5d38a316339203efc33e907f1741" + "hash": "a60707aed0578dfbadaecb103fe6b5e0", + "highlights": [] }, { - "title": "Antonetti : Lyon ? \"C'est l'endroit où je me suis fait le plus voler en 30 ans\"", - "description": "Dans la famille \"n'a pas la langue dans sa poche\", je demande le père.
    \n
    \nC'est bien connu, quand quelque chose ne lui convient pas, Frédéric Antonetti ne passe jamais par…

    ", - "content": "Dans la famille \"n'a pas la langue dans sa poche\", je demande le père.
    \n
    \nC'est bien connu, quand quelque chose ne lui convient pas, Frédéric Antonetti ne passe jamais par…

    ", + "title": "Vanderson, première recrue hivernale de l'AS Monaco", + "description": "Du mouvement sur le Rocher.
    \n
    \nAlors que Niko Kovač a été prié de prendre la porte et que…

    ", + "content": "Du mouvement sur le Rocher.
    \n
    \nAlors que Niko Kovač a été prié de prendre la porte et que…

    ", "category": "", - "link": "https://www.sofoot.com/antonetti-lyon-c-est-l-endroit-ou-je-me-suis-fait-le-plus-voler-en-30-ans-508678.html", + "link": "https://www.sofoot.com/vanderson-premiere-recrue-hivernale-de-l-as-monaco-508986.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T07:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-antonetti-lyon-c-est-l-endroit-ou-je-me-suis-fait-le-plus-voler-en-30-ans-1640245884_x600_articles-508678.jpg", + "pubDate": "2022-01-02T08:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vanderson-premiere-recrue-hivernale-de-l-as-monaco-1641081210_x600_articles-508986.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-vanderson-premiere-recrue-hivernale-de-l-as-monaco-1641081210_x600_articles-508986.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71771,19 +73089,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "578a0a03682fb995ab842849c703697a" + "hash": "3e3a14b28fe06b6da8b41f18d53c4816", + "highlights": [] }, { - "title": "La Ligue 1, reine de l'année 2021 ", - "description": "Au-delà des crises des droits TV et des incidents en tribunes, la Ligue 1 a réussi son année sur les terrains. Du spectacle, des buts, du jeu et le fruit d'une évolution des mentalités qu'il faut souligner et encourager. Et si le championnat de France devenait bientôt à la mode ?Voilà un bon moment, pour ne pas dire trop longtemps, que le feuilleton préféré des Français n'avait pas été aussi passionnant. Il n'est pas question ici de Plus belle la vie ou de…", - "content": "Voilà un bon moment, pour ne pas dire trop longtemps, que le feuilleton préféré des Français n'avait pas été aussi passionnant. Il n'est pas question ici de Plus belle la vie ou de…", + "title": "Coupe de France : 10€ offerts GRATOS chez ZEBET pour parier sans pression !", + "description": "Envie de parier ce week-end sur une surprise en Coupe de France ? 10€ sont à récupérer totalement gratuitement chez ZEbet avec le code SOFOOT10. Histoire de parier sans pression...

    10€ offerts sans sortir sa CB chez ZEbet

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", + "content": "

    10€ offerts sans sortir sa CB chez ZEbet

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n


    ", "category": "", - "link": "https://www.sofoot.com/la-ligue-1-reine-de-l-annee-2021-508659.html", + "link": "https://www.sofoot.com/coupe-de-france-10e-offerts-gratos-chez-zebet-pour-parier-sans-pression-508934.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-ligue-1-reine-de-l-annee-2021-1640195868_x600_articles-alt-508659.jpg", + "pubDate": "2021-12-31T07:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-10e-offerts-gratos-chez-zebet-pour-parier-sans-pression-1640938293_x600_articles-508934.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-coupe-de-france-10e-offerts-gratos-chez-zebet-pour-parier-sans-pression-1640938293_x600_articles-508934.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71792,19 +73111,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "89cf5e24395715a2e78e3447e9f7b633" + "hash": "226fe5986f1067b6225dc456b24c29af", + "highlights": [] }, { - "title": "Top 10 des 1-0 de l'Atlético de Madrid sous Diego Simeone ", - "description": "Voilà dix ans que Diego Pablo Simeone González a déposé ses valises à l'Atlético de Madrid. Dix ans qu'El Cholo fait vivre à ses adversaires un véritable enfer. Tacles rageurs, biscottes à gogo, défense agressive, buts sur coups de pied arrêtés et des succès 1-0. Un score qui revient tellement souvent qu'il n'est plus possible de parler de hold-up. Pour preuve, à chaque fois qu'un match commence, il y a une chance sur cinq que le tableau d'affichage indique ce résultat. (98 fois sur 551 rencontres.) L'occasion est donc parfaite pour se remémorer dix 1-0 qui ont marqué son aventure à l'Atléti.

    ", - "content": "

    ", + "title": "Sacha Houlié : \"Les jauges proportionnelles, une question de justice\"", + "description": "Ce lundi, le Parlement commencera l'examen du projet de loi renforçant les outils de gestion de la crise sanitaire. Dans le lot, la question des jauges dans les stades et les salles de spectacle. La commission des lois vient d'ailleurs de voter un amendement en faveur d'une jauge proportionnelle à la capacité d'accueil des lieux. Sera-t-il conservé dans le texte final ? Le député de la Vienne Sacha Houlié, qui a porté la mesure, explique le pourquoi du comment.Pourquoi avez-vous souhaité porter cet amendement ?
    \nC'est un amendement qu'on avait déjà déposé en septembre 2020, dans le cadre du débat sur les jauges.…
    ", + "content": "Pourquoi avez-vous souhaité porter cet amendement ?
    \nC'est un amendement qu'on avait déjà déposé en septembre 2020, dans le cadre du débat sur les jauges.…
    ", "category": "", - "link": "https://www.sofoot.com/top-10-des-1-0-de-l-atletico-de-madrid-sous-diego-simeone-508641.html", + "link": "https://www.sofoot.com/sacha-houlie-les-jauges-proportionnelles-une-question-de-justice-508974.html", "creator": "SO FOOT", - "pubDate": "2021-12-23T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-10-des-1-0-de-l-atletico-de-madrid-sous-diego-simeone-1640178726_x600_articles-alt-508641.jpg", + "pubDate": "2022-01-02T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sacha-houlie-les-jauges-proportionnelles-une-question-de-justice-1641040838_x600_articles-alt-508974.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-sacha-houlie-les-jauges-proportionnelles-une-question-de-justice-1641040838_x600_articles-alt-508974.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71813,19 +73133,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "859a921376df2b45a30854c5d46cd181" + "hash": "8d0d504cdd372fad74eabced14f74789", + "highlights": [] }, { - "title": "Le Real Madrid fait plier l'Athletic", - "description": "

    ", - "content": "

    ", + "title": "Chelsea-Liverpool : the last chance", + "description": "C'est une affiche comme seule la Premier League peut nous en offrir un 2 janvier. D'un côté, Chelsea, le champion d'Europe en titre. De l'autre, Liverpool, vainqueur de la Ligue des champions 2019 et du championnat en 2020. Un choc dont le contexte diffère quelque peu de ce qui était attendu, les deux équipes accusant un retard conséquent sur Manchester City, mais une rencontre qui laissera encore un petit espoir au gagnant et qui éliminera surtout définitivement le perdant.Le TGV Manchester City est lancé. Onze victoires de rang en Premier League, pour 33 buts marqués et sept encaissés. Autant dire que le champion file à toute allure vers une nouvelle couronne. Il…", + "content": "Le TGV Manchester City est lancé. Onze victoires de rang en Premier League, pour 33 buts marqués et sept encaissés. Autant dire que le champion file à toute allure vers une nouvelle couronne. Il…", "category": "", - "link": "https://www.sofoot.com/le-real-madrid-fait-plier-l-athletic-508675.html", + "link": "https://www.sofoot.com/chelsea-liverpool-the-last-chance-508963.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T22:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-fait-plier-l-athletic-1640212320_x600_articles-508675.jpg", + "pubDate": "2022-01-02T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-liverpool-the-last-chance-1640986381_x600_articles-alt-508963.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-chelsea-liverpool-the-last-chance-1640986381_x600_articles-alt-508963.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71834,19 +73155,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b69d5fb9871013e85675db31c61951b2" + "hash": "ee88bccd1198e72d552e3db7c7ba53c2", + "highlights": [] }, { - "title": "Nice retourne Lens au forceps", - "description": "

    ", - "content": "

    ", + "title": "Erwan Lannuzel (Bergerac) : \"J'ai énormément fait l'éponge\"", + "description": "Tombeur du FC Metz au tour précédent, Bergerac, leader de son groupe de National 2, défie Créteil (National 1) lors des seizièmes de finale de la Coupe de France. À la tête de l'orchestre bergeracois : Erwan Lannuzel, 33 ans. Entretien avec l'un des jeunes visages du foot amateur français.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/nice-retourne-lens-au-forceps-508663.html", + "link": "https://www.sofoot.com/erwan-lannuzel-bergerac-j-ai-enormement-fait-l-eponge-508912.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T22:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nice-retourne-lens-au-forceps-1640210322_x600_articles-508663.jpg", + "pubDate": "2022-01-02T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-erwan-lannuzel-bergerac-j-ai-enormement-fait-l-eponge-1640869716_x600_articles-alt-508912.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-erwan-lannuzel-bergerac-j-ai-enormement-fait-l-eponge-1640869716_x600_articles-alt-508912.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71855,19 +73177,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a897dd8c88a83d24534edc099ff4bc05" + "hash": "d241b02a01d0f329c5149fa0301314d2", + "highlights": [] }, { - "title": "Monaco dispose de Rennes ", - "description": "

    ", - "content": "

    ", + "title": "Coupe de France : Le traquenard du premier week-end de janvier, raconté par ses victimes", + "description": "Le répit a été de courte durée : dès ce dimanche 2 janvier, la grande majorité des clubs de l'élite a rendez-vous avec les seizièmes de finale de la Coupe de France. Il faut dire que la plus illustre des compétitions hexagonales a pris l'habitude de squatter le premier week-end de l'année, qui est d'ailleurs propice aux exploits des amateurs face aux professionnels. Deux anciens joueurs de Ligue 1 et un entraîneur expérimenté décryptent ce redouté traquenard du début d'année.On ne saurait que trop conseiller à Nantes, Saint-Étienne, Reims et Marseille de se méfier. Ce dimanche, ces quatre clubs de Ligue 1 iront respectivement affronter Vitré (N2), Jura Sud (N2),…", + "content": "On ne saurait que trop conseiller à Nantes, Saint-Étienne, Reims et Marseille de se méfier. Ce dimanche, ces quatre clubs de Ligue 1 iront respectivement affronter Vitré (N2), Jura Sud (N2),…", "category": "", - "link": "https://www.sofoot.com/monaco-dispose-de-rennes-508666.html", + "link": "https://www.sofoot.com/coupe-de-france-le-traquenard-du-premier-week-end-de-janvier-raconte-par-ses-victimes-508617.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T22:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-monaco-dispose-de-rennes-1640210950_x600_articles-508666.jpg", + "pubDate": "2022-01-02T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-le-traquenard-du-premier-week-end-de-janvier-raconte-par-ses-victimes-1640194459_x600_articles-alt-508617.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-coupe-de-france-le-traquenard-du-premier-week-end-de-janvier-raconte-par-ses-victimes-1640194459_x600_articles-alt-508617.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71876,19 +73199,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd2a80e6759c3163e2d937defe7f1d1c" + "hash": "0209758f9cdeb2d072003882542c3b94", + "highlights": [] }, { - "title": "Marseille arrache un point face à Reims", - "description": "Avec Dimitri Payet (et l'arbitrage) en Père Noël !

    ", - "content": "

    ", + "title": "Pronostic Lens Lille : Analyse cote et pronostic du match de Coupe de France", + "description": "

    Lens bat encore Lille, qui se retrouve décimé devant

    \n
    \nL'affiche des 16es de Coupe de France oppose les rivaux nordistes, Lens et Lille,…
    ", + "content": "

    Lens bat encore Lille, qui se retrouve décimé devant

    \n
    \nL'affiche des 16es de Coupe de France oppose les rivaux nordistes, Lens et Lille,…
    ", "category": "", - "link": "https://www.sofoot.com/marseille-arrache-un-point-face-a-reims-508674.html", + "link": "https://www.sofoot.com/pronostic-lens-lille-analyse-cote-et-pronostic-du-match-de-coupe-de-france-508966.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-marseille-arrache-un-point-face-a-reims-1640211406_x600_articles-508674.jpg", + "pubDate": "2022-01-02T04:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lens-lille-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1641033339_x600_articles-508966.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-lens-lille-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1641033339_x600_articles-508966.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71897,19 +73221,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "768229cfcbb2d115e91bb4d8bfee9175" + "hash": "25caeca738386e1aa8299a2a640750c1", + "highlights": [] }, { - "title": "Lyon lâche encore des points contre Metz", - "description": "Fin d'année en carton pour Lyon.

    ", - "content": "

    ", + "title": "Le West Ham de Manuel Lanzini cruel contre Crystal Palace", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/lyon-lache-encore-des-points-contre-metz-508673.html", + "link": "https://www.sofoot.com/le-west-ham-de-manuel-lanzini-cruel-contre-crystal-palace-508981.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lyon-lache-encore-des-points-contre-metz-1640211107_x600_articles-508673.jpg", + "pubDate": "2022-01-01T19:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-west-ham-de-manuel-lanzini-cruel-contre-crystal-palace-1641065298_x600_articles-508981.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-le-west-ham-de-manuel-lanzini-cruel-contre-crystal-palace-1641065298_x600_articles-508981.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71918,19 +73243,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ca756685c16a85b7efb1e4c180bede7" + "hash": "558d9590a45b74c5b946ceddcc4d26b1", + "highlights": [] }, { - "title": "Icardi permet à Paris de gratter le nul à Lorient", - "description": "No Kylian, No Party.

    ", - "content": "

    ", + "title": "Tottenham règle Watford au buzzer", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/icardi-permet-a-paris-de-gratter-le-nul-a-lorient-508665.html", + "link": "https://www.sofoot.com/tottenham-regle-watford-au-buzzer-508979.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-icardi-permet-a-paris-de-gratter-le-nul-a-lorient-1640211351_x600_articles-alt-508665.jpg", + "pubDate": "2022-01-01T17:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-regle-watford-au-buzzer-1641057188_x600_articles-508979.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-tottenham-regle-watford-au-buzzer-1641057188_x600_articles-508979.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71939,19 +73265,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cac888ffaed40db8a726ab15f7dbac66" + "hash": "1947456abfa729bb2b5d0b34a8212c8f", + "highlights": [] }, { - "title": "Nantes et Randal Kolo Muani crucifient Saint-Étienne", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Vannes PSG : Analyse cote et pronostic du match de Coupe de France", + "description": "

    Le PSG ouvre les Vannes

    \n
    \nFinaliste de la Coupe de la Ligue 2009, Vannes végète depuis la saison 2018-2019 en National 2, et se trouve actuellement à…
    ", + "content": "

    Le PSG ouvre les Vannes

    \n
    \nFinaliste de la Coupe de la Ligue 2009, Vannes végète depuis la saison 2018-2019 en National 2, et se trouve actuellement à…
    ", "category": "", - "link": "https://www.sofoot.com/nantes-et-randal-kolo-muani-crucifient-saint-etienne-508634.html", + "link": "https://www.sofoot.com/pronostic-vannes-psg-analyse-cote-et-pronostic-du-match-de-coupe-de-france-508959.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nantes-et-randal-kolo-muani-crucifient-saint-etienne-1640210583_x600_articles-508634.jpg", + "pubDate": "2022-01-01T15:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-vannes-psg-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1640968564_x600_articles-508959.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-vannes-psg-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1640968564_x600_articles-508959.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71960,19 +73287,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "93e07c74eb17b95b3676f229beda1acf" + "hash": "71a104e64477d0a86e5e9d7680d3870f", + "highlights": [] }, { - "title": "Troyes et Brest se quittent dos à dos", - "description": "

    ", - "content": "

    ", + "title": "Saint-Étienne dévoile son nouveau logo ", + "description": "Comment se sauver en L1 : D'abord, nommer Pascal Dupraz. Ensuite, changer son logo. Et voilà.
    \n
    \nPour commencer l'année, et tenter de tourner la page d'une période bien compliquée,…

    ", + "content": "Comment se sauver en L1 : D'abord, nommer Pascal Dupraz. Ensuite, changer son logo. Et voilà.
    \n
    \nPour commencer l'année, et tenter de tourner la page d'une période bien compliquée,…

    ", "category": "", - "link": "https://www.sofoot.com/troyes-et-brest-se-quittent-dos-a-dos-508621.html", + "link": "https://www.sofoot.com/saint-etienne-devoile-son-nouveau-logo-508980.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-troyes-et-brest-se-quittent-dos-a-dos-1640211376_x600_articles-508621.jpg", + "pubDate": "2022-01-01T15:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-saint-etienne-devoile-son-nouveau-logo-1641050556_x600_articles-508980.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-saint-etienne-devoile-son-nouveau-logo-1641050556_x600_articles-508980.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -71981,19 +73309,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e023bd8b3d7610d0e5b94da9e630c34a" + "hash": "68fdb5133fc60361d5b44067b26ca172", + "highlights": [] }, { - "title": "Lille renverse Bordeaux", - "description": "

    ", - "content": "

    ", + "title": "City congèle Arsenal", + "description": "Bouillant en première période et réduit à dix à l'heure de jeu, Arsenal a attrapé froid dans le second acte. Pas fou, City est revenu à la marque... avant de climatiser l'Emirates par Rodri, buteur opportuniste à la 93e minute de jeu (1-2).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/lille-renverse-bordeaux-508237.html", + "link": "https://www.sofoot.com/city-congele-arsenal-508968.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lille-renverse-bordeaux-1640210967_x600_articles-508237.jpg", + "pubDate": "2022-01-01T14:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-city-congele-arsenal-1641050173_x600_articles-alt-508968.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-city-congele-arsenal-1641050173_x600_articles-alt-508968.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72002,19 +73331,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a8e9fa8b87913273121d406fdb7a17a" + "hash": "0f1323b40534cc4279ccbdd2b2675ce0", + "highlights": [] }, { - "title": "Montpellier boxe Angers et se rapproche du podium", - "description": "

    ", - "content": "

    ", + "title": "Les notes d'Arsenal-Manchester City", + "description": "Malgré un grand Bukayo Saka et un impressionnant Thomas Partey, les Gunners ont subi la loi des Citizens. Ces derniers, pas dans un super jour, s'en sont notamment remis à Riyad Mahrez et Rodri pour arracher les trois points.

    Ils commencent bien l'année


    \n
    \nIl a…

    ", + "content": "

    Ils commencent bien l'année


    \n
    \nIl a…

    ", "category": "", - "link": "https://www.sofoot.com/montpellier-boxe-angers-et-se-rapproche-du-podium-508671.html", + "link": "https://www.sofoot.com/les-notes-d-arsenal-manchester-city-508976.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T21:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-montpellier-boxe-angers-et-se-rapproche-du-podium-1640211004_x600_articles-508671.jpg", + "pubDate": "2022-01-01T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-d-arsenal-manchester-city-1641047852_x600_articles-alt-508976.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-les-notes-d-arsenal-manchester-city-1641047852_x600_articles-alt-508976.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72023,19 +73353,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1548c89257b912b804b2aac3235a33ff" + "hash": "47298a2dc8ffcf5a1fdb6e268a8317c5", + "highlights": [] }, { - "title": "Milan écarte tranquillement Empoli", - "description": "

    ", - "content": "

    ", + "title": "Frappé par la Covid, la Gambie annule ses matchs de préparation à la CAN", + "description": "Tiens la Covid ! Ça faisait longtemps...
    \n
    \nÀ onze jours de son entrée en lice à la CAN, la Gambie a annoncé ce samedi l'annulation de ses rencontres de préparation face à…

    ", + "content": "Tiens la Covid ! Ça faisait longtemps...
    \n
    \nÀ onze jours de son entrée en lice à la CAN, la Gambie a annoncé ce samedi l'annulation de ses rencontres de préparation face à…

    ", "category": "", - "link": "https://www.sofoot.com/milan-ecarte-tranquillement-empoli-508672.html", + "link": "https://www.sofoot.com/frappe-par-la-covid-la-gambie-annule-ses-matchs-de-preparation-a-la-can-508978.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T21:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-milan-ecarte-tranquillement-empoli-1640209538_x600_articles-508672.jpg", + "pubDate": "2022-01-01T14:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-frappe-par-la-covid-la-gambie-annule-ses-matchs-de-preparation-a-la-can-1641046068_x600_articles-508978.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-frappe-par-la-covid-la-gambie-annule-ses-matchs-de-preparation-a-la-can-1641046068_x600_articles-508978.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72044,19 +73375,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57a27b1637ff25d747025bbdc83be3f2" + "hash": "f738bf49750c79b41b02111b85ad1f03", + "highlights": [] }, { - "title": "La Spezia et Jesus jouent un vilain tour au Napoli", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Manchester United Wolverhampton : Analyse, cotes et prono du match de Premier League", + "description": "

    Manchester United enchaîne face à Wolverhampton

    \n
    \nInvaincu depuis le départ d'Ole Gunnar Solskjaer, Manchester United affiche un beau bilan sous Ralph…
    ", + "content": "

    Manchester United enchaîne face à Wolverhampton

    \n
    \nInvaincu depuis le départ d'Ole Gunnar Solskjaer, Manchester United affiche un beau bilan sous Ralph…
    ", "category": "", - "link": "https://www.sofoot.com/la-spezia-et-jesus-jouent-un-vilain-tour-au-napoli-508610.html", + "link": "https://www.sofoot.com/pronostic-manchester-united-wolverhampton-analyse-cotes-et-prono-du-match-de-premier-league-508975.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T21:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-spezia-et-jesus-jouent-un-vilain-tour-au-napoli-1640210842_x600_articles-alt-508610.jpg", + "pubDate": "2022-01-01T12:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-wolverhampton-analyse-cotes-et-prono-du-match-de-premier-league-1641040727_x600_articles-508975.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-wolverhampton-analyse-cotes-et-prono-du-match-de-premier-league-1641040727_x600_articles-508975.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72065,19 +73397,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "05aa984168961d880511e9d8e7629c95" + "hash": "500b2cc33dafc0012750dbb93dd0ac34", + "highlights": [] }, { - "title": "Liverpool renverse Leicester, Tottenham et Chelsea à l'expérience", - "description": "Au bout du suspense, Liverpool a changé le cours d'un match qui semblait perdu d'avance à la pause, en retournant Leicester à l'issue d'une séance de tirs au but qui a vu son jeune portier remplaçant Caoimhín Kelleher sortir le bleu de chauffe (3-3, 5-4 TAB). Tottenham verra également le dernier carré de la Carabao Cup, après avoir dominé West Ham (2-1), grâce à un grand Hugo Lloris. Sans briller, Chelsea a de son côté fait le job sur la pelouse de Brentford.

    ", - "content": "

    ", + "title": "En direct : Arsenal - Manchester City", + "description": "62' : Arsenal change aussi pour compenser le rouge, c'est Holding qui prend la place d'un ...", + "content": "62' : Arsenal change aussi pour compenser le rouge, c'est Holding qui prend la place d'un ...", "category": "", - "link": "https://www.sofoot.com/liverpool-renverse-leicester-tottenham-et-chelsea-a-l-experience-508622.html", + "link": "https://www.sofoot.com/en-direct-arsenal-manchester-city-508971.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-renverse-leicester-tottenham-et-chelsea-a-l-experience-1640211391_x600_articles-alt-508622.jpg", + "pubDate": "2022-01-01T12:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-arsenal-manchester-city-1641044180_x600_articles-alt-508971.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-en-direct-arsenal-manchester-city-1641044180_x600_articles-alt-508971.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72086,19 +73419,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "754f09f8a5619da3574925277e668ed6" + "hash": "3ca5c5969b114c0b2478f03332617822", + "highlights": [] }, { - "title": "Clermont-Strasbourg reporté à cause du brouillard", - "description": "Quand ça veut pas, ça veut pas.
    \n
    \nAlors que l'épidémie de Covid-19 a longtemps fait planer le doute d'un report de match, notamment
    ", - "content": "Quand ça veut pas, ça veut pas.
    \n
    \nAlors que l'épidémie de Covid-19 a longtemps fait planer le doute d'un report de match, notamment
    ", + "title": "Pronostic Cadiz Séville : Analyse, cotes et prono du match de Liga", + "description": "

    Le FC Séville démarre 2022 chez le relégable Cadiz

    \n
    \nMaintenu sans problème la saison dernière alors qu'il était promu, Cadiz est relégable de Liga…
    ", + "content": "

    Le FC Séville démarre 2022 chez le relégable Cadiz

    \n
    \nMaintenu sans problème la saison dernière alors qu'il était promu, Cadiz est relégable de Liga…
    ", "category": "", - "link": "https://www.sofoot.com/clermont-strasbourg-reporte-a-cause-du-brouillard-508670.html", + "link": "https://www.sofoot.com/pronostic-cadiz-seville-analyse-cotes-et-prono-du-match-de-liga-508973.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T20:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-clermont-strasbourg-reporte-a-cause-du-brouillard-1640204752_x600_articles-508670.jpg", + "pubDate": "2022-01-01T11:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cadiz-seville-analyse-cotes-et-prono-du-match-de-liga-1641040089_x600_articles-508973.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-cadiz-seville-analyse-cotes-et-prono-du-match-de-liga-1641040089_x600_articles-508973.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72107,19 +73441,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "789f47bc5a3e0b959c26da1a04b370f6" + "hash": "6610cda2f27ac4defb0100b4075b0e01", + "highlights": [] }, { - "title": "Grenade renverse et piège l'Atlético", - "description": "

    ", - "content": "

    ", + "title": "Juan Figer, père des agents, s'est éteint ", + "description": "Les agents pleurent leur papa.
    \n
    \nTrès peu de gens peuvent se vanter d'avoir inventé une profession. C'est le cas de Juan Figer, qui s'est éteint ce vendredi à 87 ans.…

    ", + "content": "Les agents pleurent leur papa.
    \n
    \nTrès peu de gens peuvent se vanter d'avoir inventé une profession. C'est le cas de Juan Figer, qui s'est éteint ce vendredi à 87 ans.…

    ", "category": "", - "link": "https://www.sofoot.com/grenade-renverse-et-piege-l-atletico-508662.html", + "link": "https://www.sofoot.com/juan-figer-pere-des-agents-s-est-eteint-508972.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T20:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-grenade-renverse-et-piege-l-atletico-1640204089_x600_articles-508662.jpg", + "pubDate": "2022-01-01T11:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-juan-figer-pere-des-agents-s-est-eteint-1641037825_x600_articles-508972.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-juan-figer-pere-des-agents-s-est-eteint-1641037825_x600_articles-508972.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72128,19 +73463,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "25f1deba1271e5754e31e89bf94ac7ea" + "hash": "1f87efe6de9955c4f1aeae6f76932e26", + "highlights": [] }, { - "title": "En direct : Lyon - Metz", - "description": "94' : FINI ! Match nul entre Lyon et Metz ! Nouvelle désillusion pour l'OL qui a mené moins ...", - "content": "94' : FINI ! Match nul entre Lyon et Metz ! Nouvelle désillusion pour l'OL qui a mené moins ...", + "title": "Pronostic Villarreal Levante : Analyse, cotes et prono du match de Liga", + "description": "

    Villarreal enchaîne face à un triste Levante

    \n
    \nLundi soir, la 18e journée de Liga s'achève avec notamment un derby valencien entre…
    ", + "content": "

    Villarreal enchaîne face à un triste Levante

    \n
    \nLundi soir, la 18e journée de Liga s'achève avec notamment un derby valencien entre…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-lyon-metz-508669.html", + "link": "https://www.sofoot.com/pronostic-villarreal-levante-analyse-cotes-et-prono-du-match-de-liga-508970.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lyon-metz-1640206568_x600_articles-alt-508669.jpg", + "pubDate": "2022-01-01T11:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-villarreal-levante-analyse-cotes-et-prono-du-match-de-liga-1641038071_x600_articles-508970.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-villarreal-levante-analyse-cotes-et-prono-du-match-de-liga-1641038071_x600_articles-508970.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72149,19 +73485,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb96d82811595b66e87bc0ce73cf5a62" + "hash": "573e607ec642851c39b7602e8d9fcaad", + "highlights": [] }, { - "title": "En direct : Monaco - Rennes ", - "description": "95' : Fin de chantier : Monaco s'impose 2-1 contre Rennes après avoir concédé l'ouverture du ...", - "content": "95' : Fin de chantier : Monaco s'impose 2-1 contre Rennes après avoir concédé l'ouverture du ...", + "title": "Mykolenko signe à Everton ", + "description": "Nouvelle année, nouvelles couleurs.
    \n
    \nPour certains, le Nouvel An n'est qu'un prétexte pour faire la fête de manière arrosée, pour d'autres, c'est surtout le coup d'envoi du…

    ", + "content": "Nouvelle année, nouvelles couleurs.
    \n
    \nPour certains, le Nouvel An n'est qu'un prétexte pour faire la fête de manière arrosée, pour d'autres, c'est surtout le coup d'envoi du…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-monaco-rennes-508668.html", + "link": "https://www.sofoot.com/mykolenko-signe-a-everton-508969.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-monaco-rennes-1640207113_x600_articles-alt-508668.jpg", + "pubDate": "2022-01-01T11:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mykolenko-signe-a-everton-1641035089_x600_articles-508969.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-mykolenko-signe-a-everton-1641035089_x600_articles-508969.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72170,19 +73507,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3b97c0af88b4ab310a0caaffb68e27a" + "hash": "c65859cf08f85c02fabd806b3f7b2bb7", + "highlights": [] }, { - "title": "En direct : Marseille - Reims", - "description": "101' : TERMINE AU VELODROME ! Pas de vainqueur entre l'OM et Reims au bout d'une fin de match ...", - "content": "101' : TERMINE AU VELODROME ! Pas de vainqueur entre l'OM et Reims au bout d'une fin de match ...", + "title": "Les 50 publicités avec des footeux (1er)", + "description": "Depuis des décennies, les footballeurs servent d'ambassadeurs aux marques, qui utilisent leur image pour promouvoir leurs produits. Sauf que la qualité première d'un footballeur n'est pas forcément l'acting studio. Et lorsqu'ils se retrouvent devant la caméra, cela donne souvent des résultats mythiques. Florilège des 50 meilleures publicités mettant en scène des footeux.
    \n
    \nEn 1996, Nike fait basculer le monde de la publicité sportive dans une nouvelle dimension et crée l'un…

    ", + "content": "
    \n
    \nEn 1996, Nike fait basculer le monde de la publicité sportive dans une nouvelle dimension et crée l'un…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-marseille-reims-508667.html", + "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-1er-508685.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-reims-1640209609_x600_articles-alt-508667.jpg", + "pubDate": "2022-01-01T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-1er-1640249761_x600_articles-alt-508685.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-1er-1640249761_x600_articles-alt-508685.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72191,19 +73529,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4fbaa00fa62c77d841b627eb141795e" + "hash": "c233e90d0264f433efb0f91f7b85170b", + "highlights": [] }, { - "title": "En direct : Lorient - PSG", - "description": "94' : Terminé !!!! Le PSG s'en sort in extremis avec un match nul contre Lorient (1-1) grâce à ...", - "content": "94' : Terminé !!!! Le PSG s'en sort in extremis avec un match nul contre Lorient (1-1) grâce à ...", + "title": "28 ans après, le retour des tribunes debout en Angleterre", + "description": "Rester debout, c'est tout ce que ne veut pas Jean Castex.
    \n
    \nAprès 28 ans d'interdiction, les tribunes debout vont faire leur retour dans les stades anglais. Un comeback sur…

    ", + "content": "Rester debout, c'est tout ce que ne veut pas Jean Castex.
    \n
    \nAprès 28 ans d'interdiction, les tribunes debout vont faire leur retour dans les stades anglais. Un comeback sur…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-lorient-psg-508664.html", + "link": "https://www.sofoot.com/28-ans-apres-le-retour-des-tribunes-debout-en-angleterre-508965.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lorient-psg-1640209552_x600_articles-alt-508664.jpg", + "pubDate": "2022-01-01T10:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-28-ans-apres-le-retour-des-tribunes-debout-en-angleterre-1641032111_x600_articles-508965.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-28-ans-apres-le-retour-des-tribunes-debout-en-angleterre-1641032111_x600_articles-508965.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72212,19 +73551,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "70c22ed04d8118445ebb491ca9fa996c" + "hash": "9a20bf474c99fdbc4853d51e529a8c76", + "highlights": [] }, { - "title": "En direct : Nice - Lens", - "description": "93' : Terminado ! Victoire 2-1 des Aiglons, complètement à l'arrachée. Lens a eu des balles ...", - "content": "93' : Terminado ! Victoire 2-1 des Aiglons, complètement à l'arrachée. Lens a eu des balles ...", + "title": "Salernitana sauvé sur le gong par un investisseur napolitain", + "description": "Arracher la victoire au bout du temps réglementaire.
    \n
    \nLes dirigeants de Salernitana ont probablement fait péter le champagne vendredi soir, et pas seulement pour fêter la nouvelle…

    ", + "content": "Arracher la victoire au bout du temps réglementaire.
    \n
    \nLes dirigeants de Salernitana ont probablement fait péter le champagne vendredi soir, et pas seulement pour fêter la nouvelle…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-nice-lens-508661.html", + "link": "https://www.sofoot.com/salernitana-sauve-sur-le-gong-par-un-investisseur-napolitain-508964.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-nice-lens-1640196571_x600_articles-alt-508661.jpg", + "pubDate": "2022-01-01T09:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-salernitana-sauve-sur-le-gong-par-un-investisseur-napolitain-1641028977_x600_articles-508964.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-salernitana-sauve-sur-le-gong-par-un-investisseur-napolitain-1641028977_x600_articles-508964.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72233,19 +73573,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c04d7c92bced2cdc1ea76968ce7d52c7" + "hash": "91ab2fd230ba9c29ba09ccd53d6557f2", + "highlights": [] }, { - "title": "Serie A : L'Inter championne d'automne, la Roma et la Fiorentina freinées", - "description": "En route vers le back-to-back.
    \n
    \nChampionne d'Italie 2020-2021, l'Inter (46 points) boucle ce soir la première moitié de saison 2021-2022 à la même position, celle de leader,…

    ", - "content": "En route vers le back-to-back.
    \n
    \nChampionne d'Italie 2020-2021, l'Inter (46 points) boucle ce soir la première moitié de saison 2021-2022 à la même position, celle de leader,…

    ", + "title": "Promis, ces dix mecs vont exploser en 2022", + "description": "Très bientôt, tout le monde ne parlera que d'eux. Alors en attendant qu'ils percent pour de bon, vous pouvez déjà vous rencarder sur leur profil, leur histoire et leurs faits d'armes. Vous ne pourrez pas dire que vous n'étiez pas prévenus.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/serie-a-l-inter-championne-d-automne-la-roma-et-la-fiorentina-freinees-508660.html", + "link": "https://www.sofoot.com/promis-ces-dix-mecs-vont-exploser-en-2022-508946.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T19:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-serie-a-l-inter-championne-d-automne-la-roma-et-la-fiorentina-freinees-1640201806_x600_articles-508660.jpg", + "pubDate": "2022-01-01T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-promis-ces-dix-mecs-vont-exploser-en-2022-1640952707_x600_articles-alt-508946.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-promis-ces-dix-mecs-vont-exploser-en-2022-1640952707_x600_articles-alt-508946.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72254,19 +73595,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a1d0343d3acd78073e6c17412230b07" + "hash": "e0a2a6dc3290bce972e7a8b82abf0b06", + "highlights": [] }, { - "title": "Benoît Pedretti devrait quitter son poste d'entraîneur intérimaire de Nancy", - "description": "Trop, c'est trop.
    \n
    \nBonne dernière de Ligue 2 à neuf points du premier non-relégable à la trêve hivernale, l'AS Nancy Lorraine a déjà un pied en National. En intérim depuis fin…

    ", - "content": "Trop, c'est trop.
    \n
    \nBonne dernière de Ligue 2 à neuf points du premier non-relégable à la trêve hivernale, l'AS Nancy Lorraine a déjà un pied en National. En intérim depuis fin…

    ", + "title": "Lacazette, le retour du canonnier", + "description": "Très peu utilisé par Mikel Arteta en début de saison, Alexandre Lacazette est de retour en grâce depuis début décembre. Nommé capitaine de ces Baby Gunners en pleine poussée de croissance, l'ancien Lyonnais rayonne à nouveau, au point d'être l'un des principaux artisans du retour au premier plan d'Arsenal. Suffisant pour le voir rester au-delà de son contrat actuel, qui s'achève au mois de juin ?
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/benoit-pedretti-devrait-quitter-son-poste-d-entraineur-interimaire-de-nancy-508657.html", + "link": "https://www.sofoot.com/lacazette-le-retour-du-canonnier-508922.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T16:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-benoit-pedretti-devrait-quitter-son-poste-d-entraineur-interimaire-de-nancy-1640193324_x600_articles-508657.jpg", + "pubDate": "2022-01-01T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lacazette-le-retour-du-canonnier-1640877586_x600_articles-alt-508922.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-lacazette-le-retour-du-canonnier-1640877586_x600_articles-alt-508922.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72275,19 +73617,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4897d5ee26ec18d33bfbb0422d28601" + "hash": "c3be78c42d7d861fee57911d786ee478", + "highlights": [] }, { - "title": "Soupçons de matchs truqués en Serbie, l'UEFA demande une enquête", - "description": "L'UEFA a demandé à la Fédération serbe de lancer une enquête sur un match qui a éveillé les soupçons de l'instance européenne : la rencontre entre Zeleznicar et Timok 1919 (3-2), sur…", - "content": "L'UEFA a demandé à la Fédération serbe de lancer une enquête sur un match qui a éveillé les soupçons de l'instance européenne : la rencontre entre Zeleznicar et Timok 1919 (3-2), sur…", + "title": "On vous spoile l'année 2022", + "description": "Une Coupe d'Afrique des nations dès janvier, un Championnat d'Europe féminin en juillet, une Coupe du monde pour finir en beauté : 2022 aura de quoi remplir l'estomac des footeux les plus affamés. Envie d'un avant-goût de ce à quoi vous assisterez ? Inutile de consulter une cartomancienne ou d'envoyer le nom d'un obscur voyant par SMS : tout est là. Vous ne pourrez pas dire que vous ne saviez pas.
  • Le Sénégal enfin…

  • ", + "content": "
  • Le Sénégal enfin…

  • ", "category": "", - "link": "https://www.sofoot.com/soupcons-de-matchs-truques-en-serbie-l-uefa-demande-une-enquete-508656.html", + "link": "https://www.sofoot.com/on-vous-spoile-l-annee-2022-508439.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T16:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-soupcons-de-matchs-truques-en-serbie-l-uefa-demande-une-enquete-1640190910_x600_articles-508656.jpg", + "pubDate": "2022-01-01T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-on-vous-spoile-l-annee-2022-1640549921_x600_articles-alt-508439.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-on-vous-spoile-l-annee-2022-1640549921_x600_articles-alt-508439.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72296,19 +73639,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f16c31327a85c81573fc84758c829910" + "hash": "13af24a4fc10b02d229d4eb5ab8b04b9", + "highlights": [] }, { - "title": "Un supporter de l'OM récolte 4 000 euros pour les enfants malades et dans le besoin", - "description": "Le Père Noël est marseillais.
    \n
    \nConnu pour être le…

    ", - "content": "Le Père Noël est marseillais.
    \n
    \nConnu pour être le…

    ", + "title": "Nos vœux pour les clubs de Ligue 1", + "description": "L'année 2022 arrive à grands pas et, avec elle, sa litanie de vœux, que l'on entendra un peu partout jusqu'au 31 janvier. La santé, le bonheur, le succès... C'est bien beau tout ça, mais que peut-on souhaiter aux vingt clubs de Ligue 1 ? Voici notre carte, spécialement confectionnée pour eux.", + "content": "", "category": "", - "link": "https://www.sofoot.com/un-supporter-de-l-om-recolte-4-000-euros-pour-les-enfants-malades-et-dans-le-besoin-508655.html", + "link": "https://www.sofoot.com/nos-voeux-pour-les-clubs-de-ligue-1-508128.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T15:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-supporter-de-l-om-recolte-4-000-euros-pour-les-enfants-malades-et-dans-le-besoin-1640190265_x600_articles-508655.jpg", + "pubDate": "2022-01-01T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nos-voeux-pour-les-clubs-de-ligue-1-1640254038_x600_articles-alt-508128.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-nos-voeux-pour-les-clubs-de-ligue-1-1640254038_x600_articles-alt-508128.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72317,19 +73661,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "facc1b165f748a376b21c9664c1224dd" + "hash": "39f2508aac597167a21686914e9e2cc0", + "highlights": [] }, { - "title": "Aulas ne fait finalement pas appel de sa suspension", - "description": "Prise de conscience.
    \n
    \nLes révélations de Ruddy Buquet sur l'attitude de Jean-Michel Aulas lors du…

    ", - "content": "Prise de conscience.
    \n
    \nLes révélations de Ruddy Buquet sur l'attitude de Jean-Michel Aulas lors du…

    ", + "title": "Pronostic Quevilly Monaco : Analyse cote et pronostic du match de Ligue 1", + "description": "

    Monaco pour une place en 1/8ème

    \n
    \nFinaliste de l'édition 2012, Quevilly-Rouen a une affinité particulière avec cette Coupe de France qu'elle apprécie…
    ", + "content": "

    Monaco pour une place en 1/8ème

    \n
    \nFinaliste de l'édition 2012, Quevilly-Rouen a une affinité particulière avec cette Coupe de France qu'elle apprécie…
    ", "category": "", - "link": "https://www.sofoot.com/aulas-ne-fait-finalement-pas-appel-de-sa-suspension-508654.html", + "link": "https://www.sofoot.com/pronostic-quevilly-monaco-analyse-cote-et-pronostic-du-match-de-ligue-1-508957.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T15:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aulas-ne-fait-finalement-pas-appel-de-sa-suspension-1640188364_x600_articles-508654.jpg", + "pubDate": "2021-12-31T18:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-quevilly-monaco-analyse-cote-et-pronostic-du-match-de-ligue-1-1640965203_x600_articles-508957.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-quevilly-monaco-analyse-cote-et-pronostic-du-match-de-ligue-1-1640965203_x600_articles-508957.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72338,19 +73683,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c702ef1ebbea384af1c9aea6c3301338" + "hash": "411ed5bc467df2a5f469f4d076d71360", + "highlights": [] }, { - "title": "Society #171", - "description": "", - "content": "", + "title": "Pronostic Nancy Rennes : Analyse cote et pronostic du match de Coupe de France", + "description": "

    Rennes pourrait dicter sa loi à Nancy

    \n
    \nMalgré l'arrivée de nouveaux propriétaires à la tête du club, l'AS Nancy Lorraine ne semble pas passer un…
    ", + "content": "

    Rennes pourrait dicter sa loi à Nancy

    \n
    \nMalgré l'arrivée de nouveaux propriétaires à la tête du club, l'AS Nancy Lorraine ne semble pas passer un…
    ", "category": "", - "link": "https://www.sofoot.com/society-171-508302.html", + "link": "https://www.sofoot.com/pronostic-nancy-rennes-analyse-cote-et-pronostic-du-match-de-coupe-de-france-508955.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T15:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-society-171-1639498484_x600_articles-alt-508302.jpg", + "pubDate": "2021-12-31T18:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nancy-rennes-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1640962983_x600_articles-508955.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-nancy-rennes-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1640962983_x600_articles-508955.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72359,19 +73705,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d207a5edfd0bb63edebb080e56a67e6" + "hash": "fc805102b4540e886e0161aedf39d881", + "highlights": [] }, { - "title": "David Alaba élu joueur autrichien de l'année", - "description": "Was für eine Überraschung !
    \n
    \nDavid Alaba a été désigné joueur autrichien de l'année pour la huitième fois de sa carrière. En 2021 le défenseur polyvalent a remporté la…

    ", - "content": "Was für eine Überraschung !
    \n
    \nDavid Alaba a été désigné joueur autrichien de l'année pour la huitième fois de sa carrière. En 2021 le défenseur polyvalent a remporté la…

    ", + "title": "L'Espanyol coiffe Valence dans le money time", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/david-alaba-elu-joueur-autrichien-de-l-annee-508653.html", + "link": "https://www.sofoot.com/l-espanyol-coiffe-valence-dans-le-money-time-508930.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T15:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-david-alaba-elu-joueur-autrichien-de-l-annee-1640187914_x600_articles-508653.jpg", + "pubDate": "2021-12-31T17:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-espanyol-coiffe-valence-dans-le-money-time-1640971193_x600_articles-508930.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-l-espanyol-coiffe-valence-dans-le-money-time-1640971193_x600_articles-508930.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72380,19 +73727,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d581619486516dd901cdeb5edcbb69c7" + "hash": "71633202f1aa9a20b9ef2b28fa57ae69", + "highlights": [] }, { - "title": "Gerard Piqué n'aura pas à rembourser 2,1 millions d'euros au fisc espagnol", - "description": "Il ne rendra pas l'argent.
    \n
    \nAlors qu'il était condamné à verser 1,5 million d'euros d'arriérés d'impôts et une amende de près de 600 000 euros, Gerard Piqué a obtenu…

    ", - "content": "Il ne rendra pas l'argent.
    \n
    \nAlors qu'il était condamné à verser 1,5 million d'euros d'arriérés d'impôts et une amende de près de 600 000 euros, Gerard Piqué a obtenu…

    ", + "title": "Pronostic Cannes Toulouse : Analyse cote et pronostic du match de Coupe de France", + "description": "

    Toulouse peut éviter le piège cannois

    \n
    \nClub phare en France au siècle dernier, l'AS Cannes est longue reconstruction depuis des années. Après être…
    ", + "content": "

    Toulouse peut éviter le piège cannois

    \n
    \nClub phare en France au siècle dernier, l'AS Cannes est longue reconstruction depuis des années. Après être…
    ", "category": "", - "link": "https://www.sofoot.com/gerard-pique-n-aura-pas-a-rembourser-21-millions-d-euros-au-fisc-espagnol-508652.html", + "link": "https://www.sofoot.com/pronostic-cannes-toulouse-analyse-cote-et-pronostic-du-match-de-coupe-de-france-508954.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T15:06:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gerard-pique-n-aura-pas-a-rembourser-21-millions-d-euros-au-fisc-espagnol-1640187156_x600_articles-508652.jpg", + "pubDate": "2021-12-31T16:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cannes-toulouse-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1640963081_x600_articles-508954.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-cannes-toulouse-analyse-cote-et-pronostic-du-match-de-coupe-de-france-1640963081_x600_articles-508954.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72401,19 +73749,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "94851736d1c87dc0755920be01fce5bf" + "hash": "2ad9ad6c8e7418b5d1c34d0b58902e64", + "highlights": [] }, { - "title": "Neuf joueurs de Ligue 1 sélectionnés avec le Cameroun pour la CAN", - "description": "Fin de suspense.
    \n
    \nLe sélectionneur du Cameroun Antonio Conceição a dévoilé sa liste de 28 joueurs retenus pour la prochaine Coupe d'Afrique des nations prévue du 9 janvier au 6…

    ", - "content": "Fin de suspense.
    \n
    \nLe sélectionneur du Cameroun Antonio Conceição a dévoilé sa liste de 28 joueurs retenus pour la prochaine Coupe d'Afrique des nations prévue du 9 janvier au 6…

    ", + "title": "Pour Carragher, \"Liverpool doit ressembler davantage à Chelsea\"", + "description": "La voix de la sagesse.
    \n
    \nBien placé dans la course au titre mi-décembre, Liverpool a perdu des plumes lors des deux dernières journées. Accrochés par Tottenham (2-2) et battus par…

    ", + "content": "La voix de la sagesse.
    \n
    \nBien placé dans la course au titre mi-décembre, Liverpool a perdu des plumes lors des deux dernières journées. Accrochés par Tottenham (2-2) et battus par…

    ", "category": "", - "link": "https://www.sofoot.com/neuf-joueurs-de-ligue-1-selectionnes-avec-le-cameroun-pour-la-can-508651.html", + "link": "https://www.sofoot.com/pour-carragher-liverpool-doit-ressembler-davantage-a-chelsea-508958.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T15:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-neuf-joueurs-de-ligue-1-selectionnes-avec-le-cameroun-pour-la-can-1640187003_x600_articles-508651.jpg", + "pubDate": "2021-12-31T16:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pour-carragher-liverpool-doit-ressembler-davantage-a-chelsea-1640967361_x600_articles-508958.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pour-carragher-liverpool-doit-ressembler-davantage-a-chelsea-1640967361_x600_articles-508958.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72422,19 +73771,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6df9939221cefc0c05063b24f1b17b1c" + "hash": "788db40738f03041c4e4cebadbfcbce9", + "highlights": [] }, { - "title": "Thierry Henry bientôt adjoint de Roberto Martínez avec la Belgique ?", - "description": "La nouvelle édition de Titi chez les Belges bientôt disponible.
    \n
    \nDepuis le début de la saison, il a fait de la Ligue 1 son terrain de jeu préféré. Pour le compte d'Amazon…

    ", - "content": "La nouvelle édition de Titi chez les Belges bientôt disponible.
    \n
    \nDepuis le début de la saison, il a fait de la Ligue 1 son terrain de jeu préféré. Pour le compte d'Amazon…

    ", + "title": "Pronostic Chelsea Liverpool : Analyse cote et pronostic du match de Premier League", + "description": "

    Chelsea peut s'offrir le scalp des Reds

    \n
    \nL'année 2022 débute fort avec un 2ème choc en Premier League après celui opposant Arsenal et Manchester…
    ", + "content": "

    Chelsea peut s'offrir le scalp des Reds

    \n
    \nL'année 2022 débute fort avec un 2ème choc en Premier League après celui opposant Arsenal et Manchester…
    ", "category": "", - "link": "https://www.sofoot.com/thierry-henry-bientot-adjoint-de-roberto-martinez-avec-la-belgique-508650.html", + "link": "https://www.sofoot.com/pronostic-chelsea-liverpool-analyse-cote-et-pronostic-du-match-de-premier-league-508949.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T14:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-thierry-henry-bientot-adjoint-de-roberto-martinez-avec-la-belgique-1640185355_x600_articles-508650.jpg", + "pubDate": "2021-12-31T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-chelsea-liverpool-analyse-cote-et-pronostic-du-match-de-premier-league-1640958811_x600_articles-508949.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-chelsea-liverpool-analyse-cote-et-pronostic-du-match-de-premier-league-1640958811_x600_articles-508949.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72443,19 +73793,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dfb919d43dc234a7fed3f34fd8da61c" + "hash": "9addd2c3ea5c4ae7eac83cd26e14daf4", + "highlights": [] }, { - "title": "Neymar de retour à l'entraînement dans \"quatre à cinq semaines\"", - "description": "Et en boîte de nuit sous cinq jours ouvrés.
    \n
    \nAprès une entorse à la cheville gauche subie lors du déplacement du Paris Saint-Germain à Saint-Étienne, le 28 novembre dernier, le…

    ", - "content": "Et en boîte de nuit sous cinq jours ouvrés.
    \n
    \nAprès une entorse à la cheville gauche subie lors du déplacement du Paris Saint-Germain à Saint-Étienne, le 28 novembre dernier, le…

    ", + "title": "Sako : \"Vous n'aimeriez pas revoir Aubameyang à Saint-Étienne ?\"", + "description": "\"Oublie que t'as aucune chance, vas-y fonce.\"
    \n
    \nEn grande difficulté en Ligue 1, l'AS Saint-Étienne vient d'enregistrer l'arrivée de Bakary Sako. Le milieu de 33 ans s'était…

    ", + "content": "\"Oublie que t'as aucune chance, vas-y fonce.\"
    \n
    \nEn grande difficulté en Ligue 1, l'AS Saint-Étienne vient d'enregistrer l'arrivée de Bakary Sako. Le milieu de 33 ans s'était…

    ", "category": "", - "link": "https://www.sofoot.com/neymar-de-retour-a-l-entrainement-dans-quatre-a-cinq-semaines-508648.html", + "link": "https://www.sofoot.com/sako-vous-n-aimeriez-pas-revoir-aubameyang-a-saint-etienne-508956.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T14:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-neymar-de-retour-a-l-entrainement-dans-quatre-a-cinq-semaines-1640183570_x600_articles-508648.jpg", + "pubDate": "2021-12-31T15:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sako-vous-n-aimeriez-pas-revoir-aubameyang-a-saint-etienne-1640964188_x600_articles-508956.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-sako-vous-n-aimeriez-pas-revoir-aubameyang-a-saint-etienne-1640964188_x600_articles-508956.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72464,19 +73815,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b97e8c003360feac6663d630e17d6199" + "hash": "85cab26193ef8d28e53d4f2a0da63f0c", + "highlights": [] }, { - "title": "Gardes à vue levées pour les trois ultras interpellés après Paris FC-Lyon", - "description": "À la suite des houleux événements survenus vendredi soir au stade Charléty, les autorités avaient…", - "content": "À la suite des
    houleux événements survenus vendredi soir au stade Charléty, les autorités avaient…", + "title": "Le Stadio Olimpico bientôt renommé Paolo Rossi ?", + "description": "Le débat est ouvert.
    \n
    \nCe jeudi, la Chambre des députés italiens a approuvé l'examen d'une proposition portant sur le nouveau nom du Stadio Olimpico, qui serait rebaptisé Paolo…

    ", + "content": "Le débat est ouvert.
    \n
    \nCe jeudi, la Chambre des députés italiens a approuvé l'examen d'une proposition portant sur le nouveau nom du Stadio Olimpico, qui serait rebaptisé Paolo…

    ", "category": "", - "link": "https://www.sofoot.com/gardes-a-vue-levees-pour-les-trois-ultras-interpelles-apres-paris-fc-lyon-508649.html", + "link": "https://www.sofoot.com/le-stadio-olimpico-bientot-renomme-paolo-rossi-508953.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T14:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gardes-a-vue-levees-pour-les-trois-ultras-interpelles-apres-paris-fc-lyon-1640185388_x600_articles-508649.jpg", + "pubDate": "2021-12-31T14:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-stadio-olimpico-bientot-renomme-paolo-rossi-1640961496_x600_articles-508953.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-le-stadio-olimpico-bientot-renomme-paolo-rossi-1640961496_x600_articles-508953.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72485,19 +73837,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d57e66d08802035f2ee9772a6cbc75b" + "hash": "bbe39129542573588eab3e1cfa678eef", + "highlights": [] }, { - "title": "Pierre Ferracci, président du Paris FC : \"Le foot est en train de plonger\"", - "description": "Les incidents violents qui ont conduit à l'arrêt du match de Coupe de France entre le Paris FC et l'OL ont provoqué un choc dans le monde du football français. Et un clash entre Jean-Michel Aulas et Pierre Ferracci, président du PFC, qui depuis occupe beaucoup l'espace médiatique, quand le club lyonnais joue désormais la carte de la discrétion. Six jours après les faits, comment l'homme qui veut construire le second grand club parisien analyse-t-il la situation ? Et qu'espère-t-il pour la suite ?Quelle représentation avez-vous de cette terrible soirée maintenant que l'on en sait un peu plus sur ", - "content": "Quelle représentation avez-vous de cette terrible soirée maintenant que l'on en sait un peu plus sur ", + "title": "L'Ajax rapatrie Brian Brobbey en prêt", + "description": "On ne laisse pas BB sur le banc.
    \n
    \nTransféré au RB Leipzig l'été dernier, Brian Brobbey est déjà de retour à Amsterdam. L'Ajax s'est mis d'accord avec le club allemand pour que…

    ", + "content": "On ne laisse pas BB sur le banc.
    \n
    \nTransféré au RB Leipzig l'été dernier, Brian Brobbey est déjà de retour à Amsterdam. L'Ajax s'est mis d'accord avec le club allemand pour que…

    ", "category": "", - "link": "https://www.sofoot.com/pierre-ferracci-president-du-paris-fc-le-foot-est-en-train-de-plonger-508644.html", + "link": "https://www.sofoot.com/l-ajax-rapatrie-brian-brobbey-en-pret-508950.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T14:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pierre-ferracci-president-du-paris-fc-le-foot-est-en-train-de-plonger-1640178629_x600_articles-alt-508644.jpg", + "pubDate": "2021-12-31T14:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-ajax-rapatrie-brian-brobbey-en-pret-1640959719_x600_articles-508950.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-l-ajax-rapatrie-brian-brobbey-en-pret-1640959719_x600_articles-508950.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72506,19 +73859,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b17e938b48066d92192ecbe46152bac8" + "hash": "4c50ca9dddae53b354c412efe1125ae2", + "highlights": [] }, { - "title": "Six cas de Covid-19 au Stade de Reims", - "description": "Alerte Covid-19 : on file à Reims !
    \n
    \nLes blagues les plus courtes sont les meilleures, et le coronavirus ne l'a pas encore bien saisi. Si la Ligue 1 semblait relativement épargnée par…

    ", - "content": "Alerte Covid-19 : on file à Reims !
    \n
    \nLes blagues les plus courtes sont les meilleures, et le coronavirus ne l'a pas encore bien saisi. Si la Ligue 1 semblait relativement épargnée par…

    ", + "title": "Podcast Alternative Football (épisode 16) avec Frédéric Boistard comme invité, patron de la marque Kipsta, sur le thème des équipementiers dans l'ombre de Nike et Adidas", + "description": "Le football est un jeu simple, dont beaucoup parlent, mais un univers complexe, que peu connaissent vraiment. Dans Alternative Football, le podcast hors terrain de So Foot, vous en découvrirez les rouages, avec ses principaux acteurs. Dans chaque épisode, Édouard Cissé, ancien milieu de terrain du PSG, de l'OM ou de Monaco désormais entrepreneur en plus d'être consultant pour Prime Video, et Matthieu Lille-Palette, vice-président d'Opta, s'entretiendront avec un invité sur un thème précis. Pendant une mi-temps, temps nécessaire pour redéfinir totalement votre grille de compréhension.En 2016, So Foot plaçait la F300FG de Kipsta à la dernière place d'un top 10 consacré aux chaussures de foot. Et écrivait à son propos : \"L'avantage des F300 FG, c'est leur…", + "content": "En 2016, So Foot plaçait la F300FG de Kipsta à la dernière place d'un top 10 consacré aux chaussures de foot. Et écrivait à son propos : \"L'avantage des F300 FG, c'est leur…", "category": "", - "link": "https://www.sofoot.com/six-cas-de-covid-19-au-stade-de-reims-508647.html", + "link": "https://www.sofoot.com/podcast-alternative-football-episode-16-avec-frederic-boistard-comme-invite-patron-de-la-marque-kipsta-sur-le-theme-des-equipementiers-dans-l-ombre-de-nike-et-adidas-508951.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T13:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-six-cas-de-covid-19-au-stade-de-reims-1640182079_x600_articles-508647.jpg", + "pubDate": "2021-12-31T14:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-podcast-alternative-football-episode-16-avec-frederic-boistard-comme-invite-patron-de-la-marque-kipsta-sur-le-theme-des-equipementiers-dans-l-ombre-de-nike-et-adidas-1640959840_x600_articles-alt-508951.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-podcast-alternative-football-episode-16-avec-frederic-boistard-comme-invite-patron-de-la-marque-kipsta-sur-le-theme-des-equipementiers-dans-l-ombre-de-nike-et-adidas-1640959840_x600_articles-alt-508951.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72527,19 +73881,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b4222ff237142ce0faf8f67bd872862" + "hash": "fe44b7364762f5cf85390cf09b3f49e1", + "highlights": [] }, { - "title": "Hugo Ekitike : \" Personne ne peut vivre ça comme moi je le vis \"", - "description": "Tiki-taka.
    \n
    \nLe meilleur buteur du Stade de Reims, Hugo Ekitike, est l'auteur d'un début de saison digne des plus grands. Il a évoqué pour

    ", - "content": "Tiki-taka.
    \n
    \nLe meilleur buteur du Stade de Reims, Hugo Ekitike, est l'auteur d'un début de saison digne des plus grands. Il a évoqué pour


    ", + "title": "Fábio Coentrão raconte sa nouvelle vie de pêcheur", + "description": "\"Mille milliards de mille sabords !\"
    \n
    \nFábio Coentrão a quitté son dernier club, Rio Ave, en juin. Depuis, l'international portugais a mis de côté les crampons pour se…

    ", + "content": "\"Mille milliards de mille sabords !\"
    \n
    \nFábio Coentrão a quitté son dernier club, Rio Ave, en juin. Depuis, l'international portugais a mis de côté les crampons pour se…

    ", "category": "", - "link": "https://www.sofoot.com/hugo-ekitike-personne-ne-peut-vivre-ca-comme-moi-je-le-vis-508645.html", + "link": "https://www.sofoot.com/fabio-coentrao-raconte-sa-nouvelle-vie-de-pecheur-508948.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T13:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-hugo-ekitike-personne-ne-peut-vivre-ca-comme-moi-je-le-vis-1640182540_x600_articles-508645.jpg", + "pubDate": "2021-12-31T13:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fabio-coentrao-raconte-sa-nouvelle-vie-de-pecheur-1640957051_x600_articles-508948.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-fabio-coentrao-raconte-sa-nouvelle-vie-de-pecheur-1640957051_x600_articles-508948.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72548,19 +73903,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "80e19e5559254557f6a3a6e14d697a94" + "hash": "b964e23801871de4fa8bdbc5fcff2d86", + "highlights": [] }, { - "title": "Tuchel songe à envoyer les U23 contre Brentford à cause du Covid ", - "description": "La classe biberon aux commandes !
    \n
    \nContraint par les nombreux cas positifs dans son effectif, l'entraîneur de Chelsea Thomas Tuchel a annoncé qu'il allait faire appel à ses jeunes…

    ", - "content": "La classe biberon aux commandes !
    \n
    \nContraint par les nombreux cas positifs dans son effectif, l'entraîneur de Chelsea Thomas Tuchel a annoncé qu'il allait faire appel à ses jeunes…

    ", + "title": "Les stades de foot sont-il vraiment une terre de contagion ?", + "description": "L'annonce d'une jauge de 5000 personnes dans les stades a provoqué une vive réaction auprès des fans de foot. Même si le quota sera finalement adapté à la capacité de l'enceinte, beaucoup se demandent l'interêt d'une telle mesure, qui ne touche pas seulement le domaine sportif. Petite enquête sur la contagiosité des stades.Décembre 2021 a marqué le grand come-back des masques en extérieur, des jauges dans les stades, des fermetures prématurées des bars... La vie d'avant, quoi. D'il y a un an. Les fans…", + "content": "Décembre 2021 a marqué le grand come-back des masques en extérieur, des jauges dans les stades, des fermetures prématurées des bars... La vie d'avant, quoi. D'il y a un an. Les fans…", "category": "", - "link": "https://www.sofoot.com/tuchel-songe-a-envoyer-les-u23-contre-brentford-a-cause-du-covid-508646.html", + "link": "https://www.sofoot.com/les-stades-de-foot-sont-il-vraiment-une-terre-de-contagion-508929.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T13:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tuchel-songe-a-envoyer-les-u23-contre-brentford-a-cause-du-covid-1640180377_x600_articles-508646.jpg", + "pubDate": "2021-12-31T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-stades-de-foot-sont-il-vraiment-une-terre-de-contagion-1640890654_x600_articles-alt-508929.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-les-stades-de-foot-sont-il-vraiment-une-terre-de-contagion-1640890654_x600_articles-alt-508929.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72569,19 +73925,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "08354533ccc933cb6bf56f531dc679b3" + "hash": "7be085703d2596320c4d15db2a84e8f6", + "highlights": [] }, { - "title": "Nice : Kasper Dolberg, la belle et le diabète", - "description": "Après avoir annoncé être diabétique de type 1 début novembre, Kasper Dolberg a retrouvé une place de titulaire ces dernières semaines avec l'OGC Nice ainsi que le chemin des filets à Rennes pour mettre fin à une disette de trois mois. L'international danois, qui enchaîne les coups durs depuis son arrivée sur la Côte d'Azur à l'été 2019, semble avoir accepté sa condition et les changements provoqués par le diagnostic.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "\"Sir Alex a toujours été un coach de vie plus qu'un entraîneur de foot\"", + "description": "Un monument du football souffle ses 80 bougies en ce vendredi 31 décembre. Après une carrière de joueur qui l'a notamment vu porter les maillots de Falkirk et des Rangers, Alexander Chapman Ferguson a ouvert un autre chapitre en 1974, endossant le costume d'entraîneur. Celui dans lequel il deviendra Sir Alex en raflant trois titres de champion d'Écosse, treize couronnes de champion d'Angleterre, deux Ligues des champions ou encore deux Coupes des vainqueurs de coupes. En ce jour anniversaire, trois anciens joueurs regardent dans le rétro avec un même message : \"Happy birthday to you, boss.\"

    Le casting :

    \nWilliam Prunier : Ancien défenseur central, joueur de Sir Alex entre décembre 1995 et mars 1996
    \nLouis Saha :
    ", + "content": "

    Le casting :

    \nWilliam Prunier : Ancien défenseur central, joueur de Sir Alex entre décembre 1995 et mars 1996
    \nLouis Saha :
    ", "category": "", - "link": "https://www.sofoot.com/nice-kasper-dolberg-la-belle-et-le-diabete-508627.html", + "link": "https://www.sofoot.com/sir-alex-a-toujours-ete-un-coach-de-vie-plus-qu-un-entraineur-de-foot-508918.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nice-kasper-dolberg-la-belle-et-le-diabete-1640165569_x600_articles-alt-508627.jpg", + "pubDate": "2021-12-31T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sir-alex-a-toujours-ete-un-coach-de-vie-plus-qu-un-entraineur-de-foot-1640887548_x600_articles-alt-508918.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-sir-alex-a-toujours-ete-un-coach-de-vie-plus-qu-un-entraineur-de-foot-1640887548_x600_articles-alt-508918.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72590,19 +73947,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce9ff4e8ae57dc7859b0ad87207ac542" + "hash": "740ed5350fbda758b4e010ec93359c9d", + "highlights": [] }, { - "title": " Le Paris FC dément la classification de PFC-OL en match à risque", - "description": "Décidément, une séance de tirs au but est plus longue qu'à Brest du côté de Charléty.
    \n
    \nLe Paris FC a démenti ce mercredi matin
    ", - "content": "Décidément, une séance de tirs au but est plus longue qu'à Brest du côté de Charléty.
    \n
    \nLe Paris FC a démenti ce mercredi matin
    ", + "title": "Angers-ASSE reporté face à l'explosion de cas de Covid-19 au SCO", + "description": "Le Stade Raymond Kopa attendra.
    \n
    \nAprès quasiment un mois sans jouer à domicile, Angers aurait dû retrouver son antre le dimanche 9 janvier à l'occasion de la réception de…

    ", + "content": "Le Stade Raymond Kopa attendra.
    \n
    \nAprès quasiment un mois sans jouer à domicile, Angers aurait dû retrouver son antre le dimanche 9 janvier à l'occasion de la réception de…

    ", "category": "", - "link": "https://www.sofoot.com/le-paris-fc-dement-la-classification-de-pfc-ol-en-match-a-risque-508643.html", + "link": "https://www.sofoot.com/angers-asse-reporte-face-a-l-explosion-de-cas-de-covid-19-au-sco-508947.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T12:29:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-paris-fc-dement-la-classification-de-pfc-ol-en-match-a-risque-1640178802_x600_articles-508643.jpg", + "pubDate": "2021-12-31T12:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-angers-asse-reporte-face-a-l-explosion-de-cas-de-covid-19-au-sco-1640955133_x600_articles-508947.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-angers-asse-reporte-face-a-l-explosion-de-cas-de-covid-19-au-sco-1640955133_x600_articles-508947.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72611,19 +73969,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cadf5d9638927262a4ca53ff4c1d7d6" + "hash": "860e2d285a20099e57d7c666d5f87380", + "highlights": [] }, { - "title": "Benjamin Mendy inculpé d'un nouveau viol, son procès repoussé", - "description": "Le pire, c'est qu'on n'est plus surpris.
    \n
    \nBenjamin Mendy vient d'être inculpé par la justice britannique pour un nouveau viol, le septième. Déjà
    ", - "content": "Le pire, c'est qu'on n'est plus surpris.
    \n
    \nBenjamin Mendy vient d'être inculpé par la justice britannique pour un nouveau viol, le septième. Déjà
    ", + "title": "Tuchel réagit froidement aux propos de Lukaku ", + "description": "Action réaction.
    \n
    \n
    Longuement interrogé par Sky Sport, Lukaku a confié…

    ", + "content": "Action réaction.
    \n
    \nLonguement interrogé par Sky Sport, Lukaku a confié…

    ", "category": "", - "link": "https://www.sofoot.com/benjamin-mendy-inculpe-d-un-nouveau-viol-son-proces-repousse-508642.html", + "link": "https://www.sofoot.com/tuchel-reagit-froidement-aux-propos-de-lukaku-508945.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T11:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-benjamin-mendy-inculpe-d-un-nouveau-viol-son-proces-repousse-1640174881_x600_articles-508642.jpg", + "pubDate": "2021-12-31T11:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tuchel-reagit-froidement-aux-propos-de-lukaku-1640952020_x600_articles-508945.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-tuchel-reagit-froidement-aux-propos-de-lukaku-1640952020_x600_articles-508945.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72632,19 +73991,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "25bac6ccb1c918a952d28dee835bca09" + "hash": "bb02f8c375cbe093fa6903af60ea3112", + "highlights": [] }, { - "title": "Greuther Fürth est la pire équipe des grands championnats européens cette saison", - "description": "Ou les premiers, en partant de la fin.
    \n
    \nAvec seulement 5 points à la mi-saison, le pensionnaire de Bundesliga Greuther Fürth signe une performance remarquable : personne ne fait pire…

    ", - "content": "Ou les premiers, en partant de la fin.
    \n
    \nAvec seulement 5 points à la mi-saison, le pensionnaire de Bundesliga Greuther Fürth signe une performance remarquable : personne ne fait pire…

    ", + "title": "Le Nigeria finalement sans Osimhen et Dennis pour la CAN", + "description": "Les Super Eagles ont fini par y laisser des plumes.
    \n
    \n4. C'est le nombre de changements qu'ont dû effectuer Gernot Rohr et la sélection nigérienne, seulement six jours après…

    ", + "content": "Les Super Eagles ont fini par y laisser des plumes.
    \n
    \n4. C'est le nombre de changements qu'ont dû effectuer Gernot Rohr et la sélection nigérienne, seulement six jours après…

    ", "category": "", - "link": "https://www.sofoot.com/greuther-furth-est-la-pire-equipe-des-grands-championnats-europeens-cette-saison-508640.html", + "link": "https://www.sofoot.com/le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-508944.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T11:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-greuther-furth-est-la-pire-equipe-des-grands-championnats-europeens-cette-saison-1640173146_x600_articles-508640.jpg", + "pubDate": "2021-12-31T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-1640949055_x600_articles-508944.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-1640949055_x600_articles-508944.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72653,19 +74013,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fda0cf257fe5c500c1638eca0fd312ae" + "hash": "0b9f35dd445e472a05168a8de3e3afa3", + "highlights": [] }, { - "title": "Bordeaux-Lille finalement maintenu malgré 14 cas chez les Girondins", - "description": "La Ligue donne le feu vert pour Bordeaux-Lille.
    \n
    \nMalgré quatorze cas de Covid dans l'effectif parmi les joueurs et le staff des Girondins, les résultats des derniers tests parvenus ce…

    ", - "content": "La Ligue donne le feu vert pour Bordeaux-Lille.
    \n
    \nMalgré quatorze cas de Covid dans l'effectif parmi les joueurs et le staff des Girondins, les résultats des derniers tests parvenus ce…

    ", + "title": "Niko Kovač, le Rocher encore délaissé", + "description": "Après Claude Puel au début du mois et Laurent Batlles quelques heures plus tôt, on connaît le nom du troisième entraîneur de Ligue 1 viré cette saison : Niko Kovač. Un petit tremblement de terre à l'échelle du Rocher monégasque, tant le technicien croate était parvenu à se forger une solide réputation dans l'Hexagone en l'espace de dix-huit mois, son bilan global étant loin d'être une farce. Mais qu'est-ce qui a donc pu motiver les dirigeants de Monaco à prendre une décision si inattendue ?Le 6 juillet 2020, Oleg Petrov - président de l'AS Monaco - intronise en conférence de presse son nouveau directeur sportif, l'Anglais Paul Mitchell, et lui confie une mission : redonner du…", + "content": "Le 6 juillet 2020, Oleg Petrov - président de l'AS Monaco - intronise en conférence de presse son nouveau directeur sportif, l'Anglais Paul Mitchell, et lui confie une mission : redonner du…", "category": "", - "link": "https://www.sofoot.com/bordeaux-lille-finalement-maintenu-malgre-14-cas-chez-les-girondins-508638.html", + "link": "https://www.sofoot.com/niko-kovac-le-rocher-encore-delaisse-508933.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T10:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-lille-finalement-maintenu-malgre-14-cas-chez-les-girondins-1640171153_x600_articles-508638.jpg", + "pubDate": "2021-12-31T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-niko-kovac-le-rocher-encore-delaisse-1640907900_x600_articles-alt-508933.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-niko-kovac-le-rocher-encore-delaisse-1640907900_x600_articles-alt-508933.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72674,19 +74035,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d066a3862ba7ab6a80af5149933eb5b8" + "hash": "8c398af4f7b8569c6b96719a9e408bc8", + "highlights": [] }, { - "title": "Clément Grenier : \"Je suis capable d'écouter tous les projets sauf Saint-Étienne\"", - "description": "Lyonnais un jour, lyonnais toujours.
    \n
    \nLaissé libre par le Stade rennais en juin dernier, Clément Grenier n'a toujours pas retrouvé de club.
    ", - "content": "Lyonnais un jour, lyonnais toujours.
    \n
    \nLaissé libre par le Stade rennais en juin dernier, Clément Grenier n'a toujours pas retrouvé de club.
    ", + "title": "Pronostic Montpellier Strasbourg : Analyse, cotes et prono du match de Coupe de France", + "description": "

    Montpellier s'offre Strasbourg

    \n
    \nAlors qu'on pensait que la saison serait compliquée pour Montpellier, le MHSC parvient pour l'instant à tourner avec…
    ", + "content": "

    Montpellier s'offre Strasbourg

    \n
    \nAlors qu'on pensait que la saison serait compliquée pour Montpellier, le MHSC parvient pour l'instant à tourner avec…
    ", "category": "", - "link": "https://www.sofoot.com/clement-grenier-je-suis-capable-d-ecouter-tous-les-projets-sauf-saint-etienne-508639.html", + "link": "https://www.sofoot.com/pronostic-montpellier-strasbourg-analyse-cotes-et-prono-du-match-de-coupe-de-france-508943.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T10:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-clement-grenier-je-suis-capable-d-ecouter-tous-les-projets-sauf-saint-etienne-1640172961_x600_articles-508639.jpg", + "pubDate": "2021-12-31T10:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-montpellier-strasbourg-analyse-cotes-et-prono-du-match-de-coupe-de-france-1640947404_x600_articles-508943.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-montpellier-strasbourg-analyse-cotes-et-prono-du-match-de-coupe-de-france-1640947404_x600_articles-508943.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72695,19 +74057,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9afb34e65b7816b2330f688496c54c89" + "hash": "e325867de771dbc8d2a73f5ad4a484c2", + "highlights": [] }, { - "title": "Wojciech Szczęsny : \"Nous jouons toujours avec arrogance\"", - "description": "En même temps quand on s'appelle Piemonte Calcio...
    \n
    \nGrâce à sa victoire ce mardi contre Cagliari (2-0), la…

    ", - "content": "En même temps quand on s'appelle Piemonte Calcio...
    \n
    \nGrâce à sa victoire ce mardi contre Cagliari (2-0), la…

    ", + "title": "Pronostic Crystal Palace West Ham : Analyse, cotes et prono du match de Premier League", + "description": "

    Match animé entre Crystal Palace et West Ham

    \n
    \n11e de Premier League, Crystal Palace fait une première partie de saison moyenne. Trop…
    ", + "content": "

    Match animé entre Crystal Palace et West Ham

    \n
    \n11e de Premier League, Crystal Palace fait une première partie de saison moyenne. Trop…
    ", "category": "", - "link": "https://www.sofoot.com/wojciech-szczesny-nous-jouons-toujours-avec-arrogance-508637.html", + "link": "https://www.sofoot.com/pronostic-crystal-palace-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-508942.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T10:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-wojciech-szczesny-nous-jouons-toujours-avec-arrogance-1640170853_x600_articles-508637.jpg", + "pubDate": "2021-12-31T09:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-crystal-palace-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-1640946362_x600_articles-508942.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-crystal-palace-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-1640946362_x600_articles-508942.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72716,19 +74079,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d26a1b551b4015e6a6f73c9732ee5f49" + "hash": "c216528fb2203fde792bf928d33a00a2", + "highlights": [] }, { - "title": "Henderson : \"L'état de santé des joueurs n'est pas assez pris au sérieux \"", - "description": "Allô maman, bobo ?
    \n
    \nAlors que la Premier League a annoncé lundi le maintien du Boxing Day, Jordan Henderson, le capitaine de Liverpool, a exprimé ses inquiétudes quant à la crise…

    ", - "content": "Allô maman, bobo ?
    \n
    \nAlors que la Premier League a annoncé lundi le maintien du Boxing Day, Jordan Henderson, le capitaine de Liverpool, a exprimé ses inquiétudes quant à la crise…

    ", + "title": "Lukaku : \"Je ne suis pas content de la situation à Chelsea\"", + "description": "L'attaché de presse du club en sueur...
    \n
    \n\"Je ne suis pas content de la situation à Chelsea. Et c'est normal.\" Pardon, mais Romelu, tu es filmé, là. Alors si on peut…

    ", + "content": "L'attaché de presse du club en sueur...
    \n
    \n\"Je ne suis pas content de la situation à Chelsea. Et c'est normal.\" Pardon, mais Romelu, tu es filmé, là. Alors si on peut…

    ", "category": "", - "link": "https://www.sofoot.com/henderson-l-etat-de-sante-des-joueurs-n-est-pas-assez-pris-au-serieux-508635.html", + "link": "https://www.sofoot.com/lukaku-je-ne-suis-pas-content-de-la-situation-a-chelsea-508940.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T10:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-henderson-l-etat-de-sante-des-joueurs-n-est-pas-assez-pris-au-serieux-1640170306_x600_articles-508635.jpg", + "pubDate": "2021-12-31T09:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lukaku-je-ne-suis-pas-content-de-la-situation-a-chelsea-1640944270_x600_articles-508940.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-lukaku-je-ne-suis-pas-content-de-la-situation-a-chelsea-1640944270_x600_articles-508940.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72737,19 +74101,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "38250d6e2e1ccd4352d2024054179640" + "hash": "69cced6853ff2fd24c4e9e30fb4a79b0", + "highlights": [] }, { - "title": "La CAF s'engage auprès des clubs européens à respecter un protocole Covid", - "description": "C'est la CAF qui tente une première passe décisive dans cette CAN 2022.
    \n
    \nA destination de l'Association des clubs européens, l'ECA, la CAF s'est dite prête à faire rigoureusement…

    ", - "content": "C'est la CAF qui tente une première passe décisive dans cette CAN 2022.
    \n
    \nA destination de l'Association des clubs européens, l'ECA, la CAF s'est dite prête à faire rigoureusement…

    ", + "title": "Jamie Vardy pourrait être absent un mois avec Leicester", + "description": "Un seul être vous manque, et tout est dépeuplé ?
    \n
    \nBrendan Rodgers, le coach des Foxes, a annoncé en conférence de presse ce jeudi l'état de forme de Jamie Vardy. Blessé…

    ", + "content": "Un seul être vous manque, et tout est dépeuplé ?
    \n
    \nBrendan Rodgers, le coach des Foxes, a annoncé en conférence de presse ce jeudi l'état de forme de Jamie Vardy. Blessé…

    ", "category": "", - "link": "https://www.sofoot.com/la-caf-s-engage-aupres-des-clubs-europeens-a-respecter-un-protocole-covid-508633.html", + "link": "https://www.sofoot.com/jamie-vardy-pourrait-etre-absent-un-mois-avec-leicester-508941.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T10:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-caf-s-engage-aupres-des-clubs-europeens-a-respecter-un-protocole-covid-1640170070_x600_articles-508633.jpg", + "pubDate": "2021-12-31T09:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jamie-vardy-pourrait-etre-absent-un-mois-avec-leicester-1640944876_x600_articles-508941.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-jamie-vardy-pourrait-etre-absent-un-mois-avec-leicester-1640944876_x600_articles-508941.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72758,17 +74123,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "d09d5c119b92f77ef2b551aa1d304445" + "hash": "3ffde932a78117c934601258172a7bd5", + "highlights": [] }, { - "title": "Les clubs écossais mettent la pression sur le diffuseur pour décaler le Boxing Day", - "description": "Jacques a dit : restrictions.
    \n
    \nLa Ligue écossaise de football professionnel (SPFL) discute actuellement avec Sky Sports, diffuseur exclusif du championnat, sur la possibilité…

    ", - "content": "Jacques a dit : restrictions.
    \n
    \nLa Ligue écossaise de football professionnel (SPFL) discute actuellement avec Sky Sports, diffuseur exclusif du championnat, sur la possibilité…

    ", + "title": "Pronostic Watford Tottenham : Analyse, cotes et prono du match de Premier League", + "description": "

    Tottenham enfonce Watford

    \n
    \n17e au classement mais avec 2 points d'avance et 1 matchs joué en plus par rapport au premier relégable Burnley,…
    ", + "content": "

    Tottenham enfonce Watford

    \n
    \n17e au classement mais avec 2 points d'avance et 1 matchs joué en plus par rapport au premier relégable Burnley,…
    ", "category": "", - "link": "https://www.sofoot.com/les-clubs-ecossais-mettent-la-pression-sur-le-diffuseur-pour-decaler-le-boxing-day-508632.html", + "link": "https://www.sofoot.com/pronostic-watford-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-508939.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-clubs-ecossais-mettent-la-pression-sur-le-diffuseur-pour-decaler-le-boxing-day-1640169813_x600_articles-508632.jpg", + "pubDate": "2021-12-31T09:34:00Z", + "enclosure": "", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -72779,19 +74145,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d40bd275c0c1071bf23b028591d6fc93" + "hash": "b7487c1f0db86ed3170d02d585428934", + "highlights": [] }, { - "title": "Pronostic FC Porto Benfica : Analyse, cotes et prono du match de Coupe du Portugal", - "description": "

    Le FC Porto au-dessus de Benfica

    \n
    \nL'affiche des 1/8es de finale de Coupe du Portugal oppose le FC Porto à Benfica ce jeudi sur la pelouse de…
    ", - "content": "

    Le FC Porto au-dessus de Benfica

    \n
    \nL'affiche des 1/8es de finale de Coupe du Portugal oppose le FC Porto à Benfica ce jeudi sur la pelouse de…
    ", + "title": "Pronostic Arsenal Manchester City : Analyse, cotes et prono du match de Premier League", + "description": "

    Belle affiche pour le Nouvel An entre Arsenal et Manchester City

    \n
    \n4e de Premier League derrière Manchester City, Liverpool et Chelsea,…
    ", + "content": "

    Belle affiche pour le Nouvel An entre Arsenal et Manchester City

    \n
    \n4e de Premier League derrière Manchester City, Liverpool et Chelsea,…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-fc-porto-benfica-analyse-cotes-et-prono-du-match-de-coupe-du-portugal-508631.html", + "link": "https://www.sofoot.com/pronostic-arsenal-manchester-city-analyse-cotes-et-prono-du-match-de-premier-league-508937.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T09:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-fc-porto-benfica-analyse-cotes-et-prono-du-match-de-coupe-du-portugal-1640169384_x600_articles-508631.jpg", + "pubDate": "2021-12-31T09:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-arsenal-manchester-city-analyse-cotes-et-prono-du-match-de-premier-league-1640943670_x600_articles-508937.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-pronostic-arsenal-manchester-city-analyse-cotes-et-prono-du-match-de-premier-league-1640943670_x600_articles-508937.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72800,19 +74167,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "96289a173a6b5229f338c1e113afa32f" + "hash": "062b0f96f474f039c706c43162c2dfb4", + "highlights": [] }, { - "title": "Jonathan David quittera le LOSC en fin de saison selon son agent", - "description": "L'envie de voir si l'herbe est plus verte ailleurs.
    \n
    \nActuel meilleur buteur de Ligue 1 avec onze…

    ", - "content": "L'envie de voir si l'herbe est plus verte ailleurs.
    \n
    \nActuel meilleur buteur de Ligue 1 avec onze…

    ", + "title": "Ez Abde ne jouera finalement pas pour le Maroc", + "description": "Clap de fin dans le dossier Ez Abde.
    \n
    \nAlors que le sélectionneur du Maroc Vahid Halilhodžić l'attendait pour disputer la CAN, le joueur du FC Barcelone Abdessamad Ezzalzouli aurait…

    ", + "content": "Clap de fin dans le dossier Ez Abde.
    \n
    \nAlors que le sélectionneur du Maroc Vahid Halilhodžić l'attendait pour disputer la CAN, le joueur du FC Barcelone Abdessamad Ezzalzouli aurait…

    ", "category": "", - "link": "https://www.sofoot.com/jonathan-david-quittera-le-losc-en-fin-de-saison-selon-son-agent-508630.html", + "link": "https://www.sofoot.com/ez-abde-ne-jouera-finalement-pas-pour-le-maroc-508938.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T09:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jonathan-david-quittera-le-losc-en-fin-de-saison-selon-son-agent-1640169390_x600_articles-508630.jpg", + "pubDate": "2021-12-31T09:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ez-abde-ne-jouera-finalement-pas-pour-le-maroc-1640945350_x600_articles-508938.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-ez-abde-ne-jouera-finalement-pas-pour-le-maroc-1640945350_x600_articles-508938.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72821,19 +74189,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffa762bad59a7b5a08dfa3c5e8c805e3" + "hash": "be259eb8255ec7e4a43e02b6eec72fc5", + "highlights": [] }, { - "title": "PFC-OL : le match était classé à risque avant le coup d'envoi", - "description": "Enfin, la suite de notre feuilleton préféré !
    \n
    \nSelon les informations de

    ", - "content": "Enfin, la suite de notre feuilleton préféré !
    \n
    \nSelon les informations de


    ", + "title": "Les 50 publicités avec des footeux (de 10 à 2)", + "description": "Depuis des décennies, les footballeurs servent d'ambassadeurs aux marques, qui utilisent leur image pour promouvoir leurs produits. Sauf que la qualité première d'un footballeur n'est pas forcément l'acting studio. Et lorsqu'ils se retrouvent derrière la caméra, cela donne souvent des résultats mythiques. Florilège des 50 meilleures publicités mettant en scène des footeux.
    \n
    \nQuand un paisible village est pillé par un groupe de chevaliers sans scrupules, sa population peut compter…

    ", + "content": "
    \n
    \nQuand un paisible village est pillé par un groupe de chevaliers sans scrupules, sa population peut compter…

    ", "category": "", - "link": "https://www.sofoot.com/pfc-ol-le-match-etait-classe-a-risque-avant-le-coup-d-envoi-508629.html", + "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-10-a-2-508684.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T09:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-le-match-etait-classe-a-risque-avant-le-coup-d-envoi-1640168279_x600_articles-508629.jpg", + "pubDate": "2021-12-31T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-de-10-a-2-1640718380_x600_articles-alt-508684.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-de-10-a-2-1640718380_x600_articles-alt-508684.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72842,19 +74211,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "480f4c7c6641e454e49edf692baf8264" + "hash": "47cec15dbee532f95976c15dca45027c", + "highlights": [] }, { - "title": "Des tests négatifs obligatoires pour entrer dans les stades au Portugal", - "description": "Ça, c'est un cadeau de Noël bien pourri.
    \n
    \nAlors que
    l'Allemagne a déjà annoncé le…

    ", - "content": "Ça, c'est un cadeau de Noël bien pourri.
    \n
    \nAlors que l'Allemagne a déjà annoncé le…

    ", + "title": "Leicester-Norwich est à son tour reporté", + "description": "Ça grimpe aussi vite que le prix du carburant sur le compteur.
    \n
    \nIls étaient 103 joueurs et membres du staff à être positifs au coronavirus ou au variant plus tôt dans la semaine,
    ", + "content": "Ça grimpe aussi vite que le prix du carburant sur le compteur.
    \n
    \nIls étaient 103 joueurs et membres du staff à être positifs au coronavirus ou au variant plus tôt dans la semaine,
    ", "category": "", - "link": "https://www.sofoot.com/des-tests-negatifs-obligatoires-pour-entrer-dans-les-stades-au-portugal-508626.html", + "link": "https://www.sofoot.com/leicester-norwich-est-a-son-tour-reporte-508936.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T07:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-des-tests-negatifs-obligatoires-pour-entrer-dans-les-stades-au-portugal-1640162997_x600_articles-508626.jpg", + "pubDate": "2021-12-31T08:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leicester-norwich-est-a-son-tour-reporte-1640941878_x600_articles-508936.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-leicester-norwich-est-a-son-tour-reporte-1640941878_x600_articles-508936.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72863,19 +74233,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d18b45a6fa79107b1e4a74132cf1d18d" + "hash": "cd3b52e5792e4aa667ed5263a39a41d4", + "highlights": [] }, { - "title": "Raúl Asencio (Alcorcón) viré de son club après avoir posté une vidéo à 160km/h en voiture", - "description": "N'est pas Max Verstappen qui veut.
    \n
    \nDéjà embourbé dans une opération maintien bien mal engagée - dernier de deuxième division espagnole à douze points du premier non-relégable -…

    ", - "content": "N'est pas Max Verstappen qui veut.
    \n
    \nDéjà embourbé dans une opération maintien bien mal engagée - dernier de deuxième division espagnole à douze points du premier non-relégable -…

    ", + "title": "João Cancelo victime d'un violent cambriolage", + "description": "Il aura connu meilleure Saint-Sylvestre.
    \n
    \n\"Malheureusement, aujourd'hui j'ai été agressé par quatre lâches qui m'ont fait du mal et ont essayé de blesser ma famille…

    ", + "content": "Il aura connu meilleure Saint-Sylvestre.
    \n
    \n\"Malheureusement, aujourd'hui j'ai été agressé par quatre lâches qui m'ont fait du mal et ont essayé de blesser ma famille…

    ", "category": "", - "link": "https://www.sofoot.com/raul-asencio-alcorcon-vire-de-son-club-apres-avoir-poste-une-video-a-160km-h-en-voiture-508625.html", + "link": "https://www.sofoot.com/joao-cancelo-victime-d-un-violent-cambriolage-508935.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T07:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-raul-asencio-alcorcon-vire-de-son-club-apres-avoir-poste-une-video-a-160km-h-en-voiture-1640160447_x600_articles-508625.jpg", + "pubDate": "2021-12-31T08:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-joao-cancelo-victime-d-un-violent-cambriolage-1640940684_x600_articles-508935.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-joao-cancelo-victime-d-un-violent-cambriolage-1640940684_x600_articles-508935.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72884,17 +74255,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e94721a57102ee3afab0c8fd0c4ec3a" + "hash": "d55dd364d9b6a56af7a7435eaefe3b22", + "highlights": [] }, { - "title": "Bordeaux-Lille menacé à cause des cas de Covid-19", - "description": "Il n'en restera qu'un aux Girondins.
    \n
    \nAprès la belle victoire en Coupe de France
    ", - "content": "Il n'en restera qu'un aux Girondins.
    \n
    \nAprès la belle victoire en Coupe de France
    ", + "title": "Super LOTO Nouvel An : 13 Millions d'€ à gagner + 17M€ à l'Euromillions ce vendredi 31 décembre 2021", + "description": "Juste avant le Nouvel An, la FDJ met en jeu 13 millions d'euros ce vendredi 31 décembre 2021. Et il y a aussi 17 millions d'euros à gagner à l'EuroMillions, qui a encore été gagné en France mardi...

    Super LOTO Nouvel An : 13 Millions d'€ ce vendredi 31 décembre 2021

    \n
    \nQuatrième et dernier Super LOTO de l'année pour la FDJ !
    \nCe vendredi…

    ", + "content": "

    Super LOTO Nouvel An : 13 Millions d'€ ce vendredi 31 décembre 2021

    \n
    \nQuatrième et dernier Super LOTO de l'année pour la FDJ !
    \nCe vendredi…

    ", "category": "", - "link": "https://www.sofoot.com/bordeaux-lille-menace-a-cause-des-cas-de-covid-19-508624.html", + "link": "https://www.sofoot.com/super-loto-nouvel-an-13-millions-d-e-a-gagner-17me-a-l-euromillions-ce-vendredi-31-decembre-2021-508896.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T06:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-lille-menace-a-cause-des-cas-de-covid-19-1640160182_x600_articles-508624.jpg", + "pubDate": "2021-12-30T06:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-super-loto-nouvel-an-13-millions-d-e-a-gagner-17me-a-l-euromillions-ce-vendredi-31-decembre-2021-1640845645_x600_articles-508896.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -72905,19 +74277,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "17f9750a21ad0f1b7b998e2aec3ed6e5" + "hash": "b2d21511a23e9341d033c4051e2e8110", + "highlights": [] }, { - "title": "Le huis clos total acté en Bundesliga dès la reprise", - "description": "Dernier tour de vis avant Noël.
    \n
    \nL'épidémie de Covid-19 regagne chaque jour du terrain en Europe et les mesures sanitaires sont de nouveau de sortie. En Bundesliga, plusieurs clubs…

    ", - "content": "Dernier tour de vis avant Noël.
    \n
    \nL'épidémie de Covid-19 regagne chaque jour du terrain en Europe et les mesures sanitaires sont de nouveau de sortie. En Bundesliga, plusieurs clubs…

    ", + "title": "Jorginho, Londres et lumières", + "description": "Ce cru 2021 aura vu Chelsea et l'Italie conjointement comprendre le génie furtif de Jorginho. Virtuose, mais faillible - y compris sur penalty, son exercice favori - le regista londonien a brillamment incarné une certaine idée de la délicatesse ballon au pied. Ce 31 décembre, il convient donc de saluer une dernière fois le vrai maître de cérémonie de l'année.
    Jorge Luiz Frello Filho, dit Jorginho, est d'abord un paradoxe sur pattes. Un milieu créateur qui ne fait pas de passes décisives. Un spécialiste des penaltys qui ne marque presque jamais dans…", + "content": "Jorge Luiz Frello Filho, dit Jorginho, est d'abord un paradoxe sur pattes. Un milieu créateur qui ne fait pas de passes décisives. Un spécialiste des penaltys qui ne marque presque jamais dans…", "category": "", - "link": "https://www.sofoot.com/le-huis-clos-total-acte-en-bundesliga-des-la-reprise-508623.html", + "link": "https://www.sofoot.com/jorginho-londres-et-lumieres-508904.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T06:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-huis-clos-total-acte-en-bundesliga-des-la-reprise-1640159992_x600_articles-508623.jpg", + "pubDate": "2021-12-31T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jorginho-londres-et-lumieres-1640857333_x600_articles-alt-508904.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-jorginho-londres-et-lumieres-1640857333_x600_articles-alt-508904.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72926,19 +74299,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ebbcb001949af7e5776d19be0a8b5ac" + "hash": "9081551370834536129aa985fbf4d440", + "highlights": [] }, { - "title": "Le best of des buts amateurs du week-end des 18 et 19 décembre 2021", - "description": "Comme chaque début de semaine, retrouvez grâce au Vrai Foot Day et à l'application Rematch les plus belles vidéos de foot amateur filmées chaque week-end depuis le bord du terrain.Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", - "content": "Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", + "title": "100 choses à retenir de cette année 2021", + "description": "Difficile de lutter contre la sinistrose au moment de faire le bilan de l'année 2021, si on s'en tient à l'actualité politique ou sanitaire. Mais le football peut une fois de plus servir de remède... Voici tout ce que 2021 laissera à la postérité, pour le meilleur et pour le pire.

    Janvier

    \n
    \n
    \n1. Raymond Domenech a regoûté à la Ligue 1, dix-neuf ans après, avec sept petits matchs et aucune victoire sur le banc…

    ", + "content": "

    Janvier

    \n
    \n
    \n1. Raymond Domenech a regoûté à la Ligue 1, dix-neuf ans après, avec sept petits matchs et aucune victoire sur le banc…

    ", "category": "", - "link": "https://www.sofoot.com/le-best-of-des-buts-amateurs-du-week-end-des-18-et-19-decembre-2021-508576.html", + "link": "https://www.sofoot.com/100-choses-a-retenir-de-cette-annee-2021-508875.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T06:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-best-of-des-buts-amateurs-du-week-end-des-18-et-19-decembre-2021-1640123038_x600_articles-alt-508576.jpg", + "pubDate": "2021-12-31T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-100-choses-a-retenir-de-cette-annee-2021-1640817836_x600_articles-alt-508875.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-100-choses-a-retenir-de-cette-annee-2021-1640817836_x600_articles-alt-508875.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72947,19 +74321,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f96da7bd2802a1261b6339b7cc27557" + "hash": "7ebe4830eff42ba17569368f3cccfbb8", + "highlights": [] }, { - "title": "Coupe du monde tous les deux ans : maintenant, tout est clair...", - "description": "Le projet délirant de la FIFA semble poursuivre sa course folle. La Coupe du monde de football tous les deux ans devient l'enjeu majeur de la présidence Infantino. Pour convaincre ses ouailles, et passer outre l'opposition de l'UEFA, un État dans l'État, le président a sorti l'artillerie lourde lors d'une réunion au Qatar : l'argent. Des douches de dollars pour tout le monde. Au moins, tout est clair...La FIFA a un statut trop souvent oublié, celui d'une organisation, d'une association, à but non lucratif basée en Suisse, à l'abri d'un climat fiscal tempéré et bienveillant. Or cette…", - "content": "La FIFA a un statut trop souvent oublié, celui d'une organisation, d'une association, à but non lucratif basée en Suisse, à l'abri d'un climat fiscal tempéré et bienveillant. Or cette…", + "title": "On vous spoile le programme TV pour mieux profiter de Valence-Espanyol", + "description": "Vous aviez vraiment envisagé de rater la dernière rencontre télévisée de l'année 2021 ? Deux équipes du top 11 ont rendez-vous à 16h15, juste avant d'entamer les toasts. D'un côté, Valence, qui a déjà accroché l'Atlético et le Rayo dans son antre de Mestalla. De l'autre, l'Espanyol, déjà tombeur du Real Madrid et de la Real Sociedad. Pour vous éviter la tentation de zapper en attendant de réveillonner, voilà ce qui se passera en même temps sur votre petit écran.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/coupe-du-monde-tous-les-deux-ans-maintenant-tout-est-clair-508607.html", + "link": "https://www.sofoot.com/on-vous-spoile-le-programme-tv-pour-mieux-profiter-de-valence-espanyol-508569.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-coupe-du-monde-tous-les-deux-ans-maintenant-tout-est-clair-1640096801_x600_articles-508607.jpg", + "pubDate": "2021-12-31T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-on-vous-spoile-le-programme-tv-pour-mieux-profiter-de-valence-espanyol-1640102341_x600_articles-alt-508569.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-on-vous-spoile-le-programme-tv-pour-mieux-profiter-de-valence-espanyol-1640102341_x600_articles-alt-508569.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72968,19 +74343,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "640dc23dd11de1e4df602228cdd8e4bf" + "hash": "c3894d545c24ec91154561a125c94cda", + "highlights": [] }, { - "title": "Mohamed Bayo, un volcan s'éveille", - "description": "D'un point de vue statistique, Mohamed Bayo c'est 9 buts et 2 passes décisives pour ses 17 premiers matchs de Ligue 1. Autrement dit : une des révélations de la première partie de saison. D'un point de vue humain, c'est l'histoire d'un gamin de la Gauthière, quartier de Clermont-Ferrand, où il a tapé ses premiers ballons avant de prendre une licence au Clermont Foot à 6 ans, et de hisser le club en Ligue 1 pour la première fois de son histoire. Un conte de Noël raconté par le Guinéen de 23 ans en personne. Mohamed Bayo nous ouvre les portes de son \"petit cocon\", où il est question de domicile familial, de nostalgie et d'odeur de truffade.Sur le parvis de la gare, les passants se pressent. Il est 13h, et Clermont-Ferrand semble encore endormi sous un épais brouillard. Dans ce blizzard, impossible de distinguer la chaîne des Puys ni…", - "content": "Sur le parvis de la gare, les passants se pressent. Il est 13h, et Clermont-Ferrand semble encore endormi sous un épais brouillard. Dans ce blizzard, impossible de distinguer la chaîne des Puys ni…", + "title": "Porto se paye encore Benfica dans le Clássico", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/mohamed-bayo-un-volcan-s-eveille-508575.html", + "link": "https://www.sofoot.com/porto-se-paye-encore-benfica-dans-le-classico-508932.html", "creator": "SO FOOT", - "pubDate": "2021-12-22T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mohamed-bayo-un-volcan-s-eveille-1640107633_x600_articles-alt-508575.jpg", + "pubDate": "2021-12-30T22:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-porto-se-paye-encore-benfica-dans-le-classico-1640903133_x600_articles-508932.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-porto-se-paye-encore-benfica-dans-le-classico-1640903133_x600_articles-508932.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -72989,19 +74365,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c57896a91adb07eb83be01df92d1dac" + "hash": "b6090778ca3c24d4aa04486bd4728ba9", + "highlights": [] }, { - "title": "201€ à gagner avec Inter Milan & AS Roma + 10€ gratuits offerts", - "description": "Comme 5 de nos 7 derniers combinés (ici, ici, ici, ici et ici), on tente de vous faire gagner avec une cote autour de 2,00 sur les matchs de ce mercredi ! En espérant vous offrir un petit cadeau avant Noël

    160€ offerts donc 10€ sans sortir la CB

    \n
    \nObtenez en ce moment un double bonus chez
    ", - "content": "

    160€ offerts donc 10€ sans sortir la CB

    \n
    \nObtenez en ce moment un double bonus chez

    ", + "title": "Manchester United endort Burnley", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/201e-a-gagner-avec-inter-milan-as-roma-10e-gratuits-offerts-508570.html", + "link": "https://www.sofoot.com/manchester-united-endort-burnley-508923.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T05:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-201e-a-gagner-avec-inter-milan-as-roma-10e-gratuits-offerts-1640063781_x600_articles-508570.jpg", + "pubDate": "2021-12-30T22:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-endort-burnley-1640903256_x600_articles-508923.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-manchester-united-endort-burnley-1640903256_x600_articles-508923.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73010,19 +74387,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d02a8b2a5947934170d90bc075a039fd" + "hash": "418d318d1386e358083cdf7753476db3", + "highlights": [] }, { - "title": "Le Barça s'embourbe à Séville ", - "description": "

    ", - "content": "

    ", + "title": "En direct : Manchester United - Burnley", + "description": "94' : THE END ! Succès net et sans bavure de MU (après un premier acte très divertissant), même ...", + "content": "94' : THE END ! Succès net et sans bavure de MU (après un premier acte très divertissant), même ...", "category": "", - "link": "https://www.sofoot.com/le-barca-s-embourbe-a-seville-508620.html", + "link": "https://www.sofoot.com/en-direct-manchester-united-burnley-508931.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T22:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-barca-s-embourbe-a-seville-1640126354_x600_articles-508620.jpg", + "pubDate": "2021-12-30T20:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-manchester-united-burnley-1640898804_x600_articles-alt-508931.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-en-direct-manchester-united-burnley-1640898804_x600_articles-alt-508931.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73031,19 +74409,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0dff9b9ede01676010d2517da2e9b54" + "hash": "0d9a17b3aef67f61f63ddf7fe8e794cd", + "highlights": [] }, { - "title": "Ajaccio champion d'automne, Toulouse et Paris suivent, Nancy continue de creuser", - "description": "Vainqueur sur la plus petite des marges, Ajaccio conserve sa première place. Derrière, Toulouse, Paris et Le Havre ont gagné. En bas du tableau, Nancy est gravement malade, alors que Dunkerque est également en difficulté.

    ", - "content": "

    ", + "title": "Bakary Sako (ex-Wolverhampton) revient à l'AS Saint-Étienne", + "description": "Bak is back.
    \n
    \nEn quête de renforts pour solidifier son opération maintien, l'AS Saint-Étienne a lancé son mercato hivernal ce jeudi.


    ", + "content": "Bak is back.
    \n
    \nEn quête de renforts pour solidifier son opération maintien, l'AS Saint-Étienne a lancé son mercato hivernal ce jeudi.


    ", "category": "", - "link": "https://www.sofoot.com/ajaccio-champion-d-automne-toulouse-et-paris-suivent-nancy-continue-de-creuser-508616.html", + "link": "https://www.sofoot.com/bakary-sako-ex-wolverhampton-revient-a-l-as-saint-etienne-508927.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ajaccio-champion-d-automne-toulouse-et-paris-suivent-nancy-continue-de-creuser-1640123685_x600_articles-alt-508616.jpg", + "pubDate": "2021-12-30T17:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bakary-sako-ex-wolverhampton-revient-a-l-as-saint-etienne-1640886821_x600_articles-508927.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-bakary-sako-ex-wolverhampton-revient-a-l-as-saint-etienne-1640886821_x600_articles-508927.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73052,19 +74431,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc2574a6cda9835b2f3dfc6d1717a75f" + "hash": "4ef462072933ad99f9bfe1db2f4c8318", + "highlights": [] }, { - "title": "Arsenal éparpille Sunderland et file en demi-finales", - "description": "

    ", - "content": "

    ", + "title": "AS Monaco : Niko Kovač viré de l'AS Monaco", + "description": "Nikout Kovač.
    \n
    \nSixième de Ligue 1 à quatre petits points du podium, l'AS Monaco a décidé de se séparer jeudi soir de son entraîneur, Niko Kovač. Arrivé sur le banc de…

    ", + "content": "Nikout Kovač.
    \n
    \nSixième de Ligue 1 à quatre petits points du podium, l'AS Monaco a décidé de se séparer jeudi soir de son entraîneur, Niko Kovač. Arrivé sur le banc de…

    ", "category": "", - "link": "https://www.sofoot.com/arsenal-eparpille-sunderland-et-file-en-demi-finales-508606.html", + "link": "https://www.sofoot.com/as-monaco-niko-kovac-vire-de-l-as-monaco-508928.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T21:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-arsenal-eparpille-sunderland-et-file-en-demi-finales-1640122783_x600_articles-508606.jpg", + "pubDate": "2021-12-30T17:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-as-monaco-niko-kovac-vire-de-l-as-monaco-1640885682_x600_articles-508928.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-as-monaco-niko-kovac-vire-de-l-as-monaco-1640885682_x600_articles-508928.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73073,19 +74453,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "716f940038182d251979022c8b056a84" + "hash": "ce9f3c23d9b89fb3de3dc37a2ed5c291", + "highlights": [] }, { - "title": "Brève Juventus-Cagliari", - "description": "

    ", - "content": "

    ", - "category": "", - "link": "https://www.sofoot.com/breve-juventus-cagliari-508619.html", + "title": "Chelsea enregistre une perte de près de 180 millions d'euros en 2020-2021", + "description": "De quoi avoir le blues.
    \n
    \nMalgré une saison 2020-2021 prolifique sur le plan sportif, avec une Ligue des champions remportée contre son concurrent Manchester City, Chelsea enregistre des…

    ", + "content": "De quoi avoir le blues.
    \n
    \nMalgré une saison 2020-2021 prolifique sur le plan sportif, avec une Ligue des champions remportée contre son concurrent Manchester City, Chelsea enregistre des…

    ", + "category": "", + "link": "https://www.sofoot.com/chelsea-enregistre-une-perte-de-pres-de-180-millions-d-euros-en-2020-2021-508926.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T21:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-breve-juventus-cagliari-1640124060_x600_articles-508619.jpg", + "pubDate": "2021-12-30T17:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-enregistre-une-perte-de-pres-de-180-millions-d-euros-en-2020-2021-1640884766_x600_articles-508926.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-chelsea-enregistre-une-perte-de-pres-de-180-millions-d-euros-en-2020-2021-1640884766_x600_articles-508926.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73094,19 +74475,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc3cc0c1e080f377845ef2cd310244d1" + "hash": "f440252cf27910b2391602611ac5936f", + "highlights": [] }, { - "title": "En direct : FC Séville - Barcelone ", - "description": "98' : SE ACABO EL PARTIDO ! Jordi Alba a frappé une dernière fois au but, mais Bono a capté le ...", - "content": "98' : SE ACABO EL PARTIDO ! Jordi Alba a frappé une dernière fois au but, mais Bono a capté le ...", + "title": "Suède : L'entraîneur danois Jon Dahl Tomasson quitte le Malmö FF", + "description": "Jon Dahl n'avait plus faim.
    \n
    \nQuasiment
    deux ans après avoir pris la tête de l'équipe de…

    ", + "content": "Jon Dahl n'avait plus faim.
    \n
    \nQuasiment deux ans après avoir pris la tête de l'équipe de…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-fc-seville-barcelone-508618.html", + "link": "https://www.sofoot.com/suede-l-entraineur-danois-jon-dahl-tomasson-quitte-le-malmo-ff-508924.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T20:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-fc-seville-barcelone-1640116781_x600_articles-alt-508618.jpg", + "pubDate": "2021-12-30T16:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-suede-l-entraineur-danois-jon-dahl-tomasson-quitte-le-malmo-ff-1640882486_x600_articles-508924.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-suede-l-entraineur-danois-jon-dahl-tomasson-quitte-le-malmo-ff-1640882486_x600_articles-508924.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73115,19 +74497,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b40fcc1a971fff03b5bc9a1cbc3bd20" + "hash": "3f50715535a3512029c397a5338c87ae", + "highlights": [] }, { - "title": "Cluster géant en deuxième division espagnole", - "description": "Quand on aime, on ne compte pas.
    \n
    \nLe CD Lugo a confirmé ce mardi 4 nouveaux cas de Covid-19, portant à 27 le nombre de personnes infectées au sein du club. Le premier cas a été…

    ", - "content": "Quand on aime, on ne compte pas.
    \n
    \nLe CD Lugo a confirmé ce mardi 4 nouveaux cas de Covid-19, portant à 27 le nombre de personnes infectées au sein du club. Le premier cas a été…

    ", + "title": "Coupe de France : À Chauvigny, futur adversaire de l'OM, \"le Père Noël est passé avant l'heure\"", + "description": "En voilà, un beau cadeau sous le sapin.
    \n
    \nBeau vainqueur de Chartres (2-1) en 32e de finale de Coupe de France, Chauvigny a tiré le gros lot en affrontant l'Olympique de…

    ", + "content": "En voilà, un beau cadeau sous le sapin.
    \n
    \nBeau vainqueur de Chartres (2-1) en 32e de finale de Coupe de France, Chauvigny a tiré le gros lot en affrontant l'Olympique de…

    ", "category": "", - "link": "https://www.sofoot.com/cluster-geant-en-deuxieme-division-espagnole-508615.html", + "link": "https://www.sofoot.com/coupe-de-france-a-chauvigny-futur-adversaire-de-l-om-le-pere-noel-est-passe-avant-l-heure-508921.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T18:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cluster-geant-en-deuxieme-division-espagnole-1640109531_x600_articles-508615.jpg", + "pubDate": "2021-12-30T16:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-a-chauvigny-futur-adversaire-de-l-om-le-pere-noel-est-passe-avant-l-heure-1640879805_x600_articles-508921.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-coupe-de-france-a-chauvigny-futur-adversaire-de-l-om-le-pere-noel-est-passe-avant-l-heure-1640879805_x600_articles-508921.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73136,19 +74519,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a40ca4cb529efc83d0f1b7b00dee4f1" + "hash": "2533e803044f82c55598e3178efec8ce", + "highlights": [] }, { - "title": "L'Inter et l'AC Milan dévoilent le projet du nouveau San Siro", - "description": "La folie des grandeurs.
    \n
    \nL'Inter et l'AC Milan viennent de dévoiler leur ambitieux projet de nouveau stade dans un

    ", - "content": "La folie des grandeurs.
    \n
    \nL'Inter et l'AC Milan viennent de dévoiler leur ambitieux projet de nouveau stade dans un


    ", + "title": "Cap-Vert : La belle histoire de Roberto Lopes (Shamrock Rovers) en route pour la CAN", + "description": "Non, il ne s'agit pas d'
    un faux joueur PES.
    \n
    \nLe défenseur des Shamrock Rovers (Irlande)…

    ", + "content": "Non, il ne s'agit pas d'un faux joueur PES.
    \n
    \nLe défenseur des Shamrock Rovers (Irlande)…

    ", "category": "", - "link": "https://www.sofoot.com/l-inter-et-l-ac-milan-devoilent-le-projet-du-nouveau-san-siro-508614.html", + "link": "https://www.sofoot.com/cap-vert-la-belle-histoire-de-roberto-lopes-shamrock-rovers-en-route-pour-la-can-508920.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T17:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-inter-et-l-ac-milan-devoilent-le-projet-du-nouveau-san-siro-1640108690_x600_articles-alt-508614.jpg", + "pubDate": "2021-12-30T15:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cap-vert-la-belle-histoire-de-roberto-lopes-shamrock-rovers-en-route-pour-la-can-1640878269_x600_articles-508920.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-cap-vert-la-belle-histoire-de-roberto-lopes-shamrock-rovers-en-route-pour-la-can-1640878269_x600_articles-508920.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73157,19 +74541,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9714e0a8399cb910caa998ead0167629" + "hash": "fb8e8199db37a770e09af58bc977457f", + "highlights": [] }, { - "title": "Bruno Genesio : \"Après un match nul à Chypre, j'ai reçu des menaces de mort\"", - "description": "Les affaires de Jean-Michel Aulas ne vont pas s'arranger.
    \n
    \nSi le passage de Bruno Genesio à Rennes est pour l'instant un véritable succès, ses trois ans et demi à Lyon ont été…

    ", - "content": "Les affaires de Jean-Michel Aulas ne vont pas s'arranger.
    \n
    \nSi le passage de Bruno Genesio à Rennes est pour l'instant un véritable succès, ses trois ans et demi à Lyon ont été…

    ", + "title": "CAN : Cinq joueurs de Ligue 1 et Ligue 2 sélectionnés avec la Tunisie", + "description": "Les Aigles de Carthage s'envolent pour le Cameroun.
    \n
    \nMondher Kebaier, le sélectionneur de la Tunisie, vient de dévoiler la liste des joueurs amenés à disputer la CAN avec leur pays…

    ", + "content": "Les Aigles de Carthage s'envolent pour le Cameroun.
    \n
    \nMondher Kebaier, le sélectionneur de la Tunisie, vient de dévoiler la liste des joueurs amenés à disputer la CAN avec leur pays…

    ", "category": "", - "link": "https://www.sofoot.com/bruno-genesio-apres-un-match-nul-a-chypre-j-ai-recu-des-menaces-de-mort-508611.html", + "link": "https://www.sofoot.com/can-cinq-joueurs-de-ligue-1-et-ligue-2-selectionnes-avec-la-tunisie-508919.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T16:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bruno-genesio-apres-un-match-nul-a-chypre-j-ai-recu-des-menaces-de-mort-1640106198_x600_articles-508611.jpg", + "pubDate": "2021-12-30T15:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-cinq-joueurs-de-ligue-1-et-ligue-2-selectionnes-avec-la-tunisie-1640877855_x600_articles-508919.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-can-cinq-joueurs-de-ligue-1-et-ligue-2-selectionnes-avec-la-tunisie-1640877855_x600_articles-508919.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73178,19 +74563,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9af0719550d4d8e8ce5f1c5f95839afc" + "hash": "3b308c23911bd6cff243edfc93e34478", + "highlights": [] }, { - "title": "Ryad Boudebouz voit Pascal Dupraz \" comme un papa \"", - "description": "Pascal le grand-père.
    \n
    \nPrésent en conférence de presse ce mardi avant le match de Saint-Étienne contre Nantes, pour le compte de la 19e journée de championnat, Ryad…

    ", - "content": "Pascal le grand-père.
    \n
    \nPrésent en conférence de presse ce mardi avant le match de Saint-Étienne contre Nantes, pour le compte de la 19e journée de championnat, Ryad…

    ", + "title": "Gauthier Ganaye (Nancy) : \" Nous allons nous engager dans un combat de tous les instants \"", + "description": "Mission impossible ?
    \n
    \nSur le site de son club, le président de l'AS Nancy-Lorraine Gauthier…

    ", + "content": "Mission impossible ?
    \n
    \nSur le site de son club, le président de l'AS Nancy-Lorraine Gauthier…

    ", "category": "", - "link": "https://www.sofoot.com/ryad-boudebouz-voit-pascal-dupraz-comme-un-papa-508613.html", + "link": "https://www.sofoot.com/gauthier-ganaye-nancy-nous-allons-nous-engager-dans-un-combat-de-tous-les-instants-508917.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T16:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ryad-boudebouz-voit-pascal-dupraz-comme-un-papa-1640105290_x600_articles-alt-508613.jpg", + "pubDate": "2021-12-30T15:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gauthier-ganaye-nancy-nous-allons-nous-engager-dans-un-combat-de-tous-les-instants-1640876907_x600_articles-508917.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-gauthier-ganaye-nancy-nous-allons-nous-engager-dans-un-combat-de-tous-les-instants-1640876907_x600_articles-508917.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73199,19 +74585,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc4a8594d2b9795160220688edb73ff5" + "hash": "a99e4d9f1660b5fb328ffd36004708c4", + "highlights": [] }, { - "title": "Le siège de l'Inter perquisitionné", - "description": "L'Inter inquiétée par les autorités financières.
    \n
    \nLe siège du club intériste a été perquisitionné ce mardi par la garde financière italienne à Milan.

    ", - "content": "L'Inter inquiétée par les autorités financières.
    \n
    \nLe siège du club intériste a été perquisitionné ce mardi par la garde financière italienne à Milan.


    ", + "title": "Ian Wright (ex-Arsenal) : \"Y a-t-il une compétition aussi méprisée que la CAN ?\"", + "description": "Aussi tranchant que son pied droit face aux défenses anglaises des années 90.
    \n
    \nC'est un dilemme qui commence à agacer : rester dans son club ou partir à la CAN avec sa sélection ?…

    ", + "content": "Aussi tranchant que son pied droit face aux défenses anglaises des années 90.
    \n
    \nC'est un dilemme qui commence à agacer : rester dans son club ou partir à la CAN avec sa sélection ?…

    ", "category": "", - "link": "https://www.sofoot.com/le-siege-de-l-inter-perquisitionne-508612.html", + "link": "https://www.sofoot.com/ian-wright-ex-arsenal-y-a-t-il-une-competition-aussi-meprisee-que-la-can-508916.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T16:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-siege-de-l-inter-perquisitionne-1640104151_x600_articles-508612.jpg", + "pubDate": "2021-12-30T14:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ian-wright-ex-arsenal-y-a-t-il-une-competition-aussi-meprisee-que-la-can-1640876197_x600_articles-508916.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-ian-wright-ex-arsenal-y-a-t-il-une-competition-aussi-meprisee-que-la-can-1640876197_x600_articles-508916.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73220,19 +74607,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "50d3727dc7e3333a9212b8c32e71d7c1" + "hash": "931c366f0620243b0259c8669ff0f1d9", + "highlights": [] }, { - "title": "Intérêts réciproques entre Anthony Martial et le FC Séville", - "description": "Théâtre des rêves d'ailleurs.
    \n
    \nLes jours d'Anthony Martial à Old Trafford sont comptés. En manque de temps de jeu à Manchester United, l'international français de 26 ans a…

    ", - "content": "Théâtre des rêves d'ailleurs.
    \n
    \nLes jours d'Anthony Martial à Old Trafford sont comptés. En manque de temps de jeu à Manchester United, l'international français de 26 ans a…

    ", + "title": "Ligue 1 : Angers demande le report de son match contre Saint-Étienne", + "description": "On n'est pas sorti de l'auberge.
    \n
    \nLes vacances de Noël sont loin d'être une période de repos pour les clubs au vu de la situation sanitaire. De plus en plus de clusters se déclarent…

    ", + "content": "On n'est pas sorti de l'auberge.
    \n
    \nLes vacances de Noël sont loin d'être une période de repos pour les clubs au vu de la situation sanitaire. De plus en plus de clusters se déclarent…

    ", "category": "", - "link": "https://www.sofoot.com/interets-reciproques-entre-anthony-martial-et-le-fc-seville-508608.html", + "link": "https://www.sofoot.com/ligue-1-angers-demande-le-report-de-son-match-contre-saint-etienne-508915.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T15:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-interets-reciproques-entre-anthony-martial-et-le-fc-seville-1640099709_x600_articles-508608.jpg", + "pubDate": "2021-12-30T14:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ligue-1-angers-demande-le-report-de-son-match-contre-saint-etienne-1640873515_x600_articles-508915.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-ligue-1-angers-demande-le-report-de-son-match-contre-saint-etienne-1640873515_x600_articles-508915.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73241,19 +74629,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf93c29ac3a3a98de1a15b14f9286d56" + "hash": "137785a4a36879bb32fc90efea529735", + "highlights": [] }, { - "title": "Guendouzi : \"Signer à l'OM, c'est le meilleur choix que j'ai fait depuis longtemps\"", - "description": "Les Gunners sont déjà de l'histoire ancienne.
    \n
    \nEn pleine forme depuis sa signature à l'OM cet été, Mattéo Guendouzi s'est imposé comme un maillon essentiel du système…

    ", - "content": "Les Gunners sont déjà de l'histoire ancienne.
    \n
    \nEn pleine forme depuis sa signature à l'OM cet été, Mattéo Guendouzi s'est imposé comme un maillon essentiel du système…

    ", + "title": "Le Danois Christian Eriksen (ex-Inter) s'entraîne actuellement en Suisse", + "description": "Le cœur à l'ouvrage.
    \n
    \nOn n'a plus revu Christian Eriksen sur les terrains
    depuis son arrêt cardiaque à…

    ", + "content": "Le cœur à l'ouvrage.
    \n
    \nOn n'a plus revu Christian Eriksen sur les terrains depuis son arrêt cardiaque à…

    ", "category": "", - "link": "https://www.sofoot.com/guendouzi-signer-a-l-om-c-est-le-meilleur-choix-que-j-ai-fait-depuis-longtemps-508605.html", + "link": "https://www.sofoot.com/le-danois-christian-eriksen-ex-inter-s-entraine-actuellement-en-suisse-508914.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-guendouzi-signer-a-l-om-c-est-le-meilleur-choix-que-j-ai-fait-depuis-longtemps-1640099282_x600_articles-508605.jpg", + "pubDate": "2021-12-30T13:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-danois-christian-eriksen-ex-inter-s-entraine-actuellement-en-suisse-1640872572_x600_articles-508914.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-le-danois-christian-eriksen-ex-inter-s-entraine-actuellement-en-suisse-1640872572_x600_articles-508914.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73262,19 +74651,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "052249ae0397b16baf90e7b6f7fca31e" + "hash": "98f3540246e084f0edf85ed62c5be447", + "highlights": [] }, { - "title": "Diego Godín annonce son départ de Cagliari", - "description": "Échec et maté.
    \n
    \nLe capitaine de l'Uruguay a annoncé au micro de la

    ", - "content": "Échec et maté.
    \n
    \nLe capitaine de l'Uruguay a annoncé au micro de la


    ", + "title": "Bordeaux sous la menace d'un forfait en Coupe de France contre Brest", + "description": "Ça sent le sapin pour les Girondins.
    \n
    \nLes Girondins sont confrontés à de nombreux cas de Covid - une quinzaine actuellement selon le club - au sein de leur effectif, ce qui pourrait…

    ", + "content": "Ça sent le sapin pour les Girondins.
    \n
    \nLes Girondins sont confrontés à de nombreux cas de Covid - une quinzaine actuellement selon le club - au sein de leur effectif, ce qui pourrait…

    ", "category": "", - "link": "https://www.sofoot.com/diego-godin-annonce-son-depart-de-cagliari-508609.html", + "link": "https://www.sofoot.com/bordeaux-sous-la-menace-d-un-forfait-en-coupe-de-france-contre-brest-508913.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T14:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-diego-godin-annonce-son-depart-de-cagliari-1640098819_x600_articles-508609.jpg", + "pubDate": "2021-12-30T13:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-sous-la-menace-d-un-forfait-en-coupe-de-france-contre-brest-1640870878_x600_articles-508913.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-bordeaux-sous-la-menace-d-un-forfait-en-coupe-de-france-contre-brest-1640870878_x600_articles-508913.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73283,19 +74673,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc93c3736d0f52bb6a88ce2109022ada" + "hash": "a7163e5b36e37ab4b351fbf8bff853c2", + "highlights": [] }, { - "title": "Oldham critiqué pour avoir banni des supporters qui n'aimaient pas le dirigeant", - "description": "On n'imagine pas si Kita faisait la même chose au FC Nantes.
    \n
    \nLe club d'Oldham Athletic a attiré l'attention d'une manière plutôt particulière. Récemment, le pays s'est tourné vers…

    ", - "content": "On n'imagine pas si Kita faisait la même chose au FC Nantes.
    \n
    \nLe club d'Oldham Athletic a attiré l'attention d'une manière plutôt particulière. Récemment, le pays s'est tourné vers…

    ", + "title": "Top 10 : buts gags en 2021", + "description": "Cette année encore, au moment des fêtes de fin d'année, les bêtisiers de l'année sont diffusés et rediffusés en masse à la télévision. Alors, pour ne pas déroger aux traditions, les footballeurs ont aussi droit à leur moment de grâce avec dix buts gags venus d'ailleurs. Un top qui inspire le dépit, le sourire et l'incrédulité.

    Yoon Bit-Garam (Ulsan Hyundai FC)

    \nLe 5 juillet 2021 contre Kaya FC
    \n
    \nSe donner corps et âme pour son équipe. Pendant que l'Europe n'a…

    ", + "content": "

    Yoon Bit-Garam (Ulsan Hyundai FC)

    \nLe 5 juillet 2021 contre Kaya FC
    \n
    \nSe donner corps et âme pour son équipe. Pendant que l'Europe n'a…

    ", "category": "", - "link": "https://www.sofoot.com/oldham-critique-pour-avoir-banni-des-supporters-qui-n-aimaient-pas-le-dirigeant-508604.html", + "link": "https://www.sofoot.com/top-10-buts-gags-en-2021-508872.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-oldham-critique-pour-avoir-banni-des-supporters-qui-n-aimaient-pas-le-dirigeant-1640096691_x600_articles-508604.jpg", + "pubDate": "2021-12-30T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-10-buts-gags-en-2021-1640786984_x600_articles-alt-508872.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-top-10-buts-gags-en-2021-1640786984_x600_articles-alt-508872.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73304,19 +74695,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "16e6e72ee0628e0ef85b76e99d1f4a09" + "hash": "23a838eeb5526d48b11a52279ace7986", + "highlights": [] }, { - "title": "Leeds écope de 20.000£ d'amende pour avoir encerclé l'arbitre contre Chelsea", - "description": "Pressing haute intensité.
    \n
    \nLa Football Association (FA) a condamné Leeds United à verser 20 000 livres sterling (plus de 23 000 euros) d'amende en raison de la
    ", - "content": "Pressing haute intensité.
    \n
    \nLa Football Association (FA) a condamné Leeds United à verser 20 000 livres sterling (plus de 23 000 euros) d'amende en raison de la
    ", + "title": "Les 50 publicités avec des footeux (de 20 à 11)", + "description": "Depuis des décennies, les footballeurs servent d'ambassadeurs aux marques, qui utilisent leur image pour promouvoir leurs produits. Sauf que la qualité première d'un footballeur n'est pas forcément l'acting studio. Et lorsqu'ils se retrouvent derrière la caméra, cela donne souvent des résultats mythiques. Florilège des 50 meilleures publicités mettant en scène des footeux.
    \n
    \nOn ne sait pas ce qu'avaient ingurgité les responsables marketing de Toys Center au début des…

    ", + "content": "
    \n
    \nOn ne sait pas ce qu'avaient ingurgité les responsables marketing de Toys Center au début des…

    ", "category": "", - "link": "https://www.sofoot.com/leeds-ecope-de-20-000-d-amende-pour-avoir-encercle-l-arbitre-contre-chelsea-508603.html", + "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-20-a-11-508683.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T14:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leeds-ecope-de-20-000-d-amende-pour-avoir-encercle-l-arbitre-contre-chelsea-1640095795_x600_articles-508603.jpg", + "pubDate": "2021-12-30T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-de-20-a-11-1640634371_x600_articles-alt-508683.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-de-20-a-11-1640634371_x600_articles-alt-508683.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73325,19 +74717,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "399713f19b09899c27399852ba4d775e" + "hash": "0e63ead9ffdd5a1326d7bee8c9ee213c", + "highlights": [] }, { - "title": "Karl Toko Ekambi sur les incidents lors du match face au Paris FC : \"Nous ne sommes pas fautifs\"", - "description": "La trêve va faire du bien à l'OL.
    \n
    \nAprès les incidents des dernières semaines, l'Olympique lyonnais a déjà commencé
    ", - "content": "La trêve va faire du bien à l'OL.
    \n
    \nAprès les incidents des dernières semaines, l'Olympique lyonnais a déjà commencé
    ", + "title": "Ajax : André Onana raconte un contrôle de police lunaire en Belgique après sa suspension pour dopage", + "description": "La drogue, c'est mal.
    \n
    \nAndré Onana a pu retrouver les terrains en novembre après neuf mois de suspension suite à un contrôle positif. Dernièrement, le gardien camerounais,…

    ", + "content": "La drogue, c'est mal.
    \n
    \nAndré Onana a pu retrouver les terrains en novembre après neuf mois de suspension suite à un contrôle positif. Dernièrement, le gardien camerounais,…

    ", "category": "", - "link": "https://www.sofoot.com/karl-toko-ekambi-sur-les-incidents-lors-du-match-face-au-paris-fc-nous-ne-sommes-pas-fautifs-508600.html", + "link": "https://www.sofoot.com/ajax-andre-onana-raconte-un-controle-de-police-lunaire-en-belgique-apres-sa-suspension-pour-dopage-508911.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T14:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-karl-toko-ekambi-sur-les-incidents-lors-du-match-face-au-paris-fc-nous-ne-sommes-pas-fautifs-1640095443_x600_articles-508600.jpg", + "pubDate": "2021-12-30T12:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ajax-andre-onana-raconte-un-controle-de-police-lunaire-en-belgique-apres-sa-suspension-pour-dopage-1640868379_x600_articles-508911.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-ajax-andre-onana-raconte-un-controle-de-police-lunaire-en-belgique-apres-sa-suspension-pour-dopage-1640868379_x600_articles-508911.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73346,19 +74739,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c81fc0c85d0d2f37a6c64c67ba77e957" + "hash": "e7f474aaf57ce7649da3375bf5d7df05", + "highlights": [] }, { - "title": "Fabio Cannavaro : \"Même quand j'ai gagné le Ballon d'or, je ne me suis jamais considéré comme le meilleur joueur du monde\"", - "description": "Le Ballon d'or 2006 passe à table.
    \n
    \nDans le hors-série de So Foot consacré entièrement à l'Italie et au football transalpin paru ce mardi, Fabio Cannavaro s'est confié en…

    ", - "content": "Le Ballon d'or 2006 passe à table.
    \n
    \nDans le hors-série de So Foot consacré entièrement à l'Italie et au football transalpin paru ce mardi, Fabio Cannavaro s'est confié en…

    ", + "title": "L'Italie et l'Espagne adoptent une jauge proportionnelle de spectateurs dans les stades de Liga et Serie A", + "description": "Dernier tour de vis avant 2022.
    \n
    \nUn peu partout en Europe, l'épidémie de Covid-19 regagne du terrain et le football en est une victime collatérale. En France, une jauge de 5000…

    ", + "content": "Dernier tour de vis avant 2022.
    \n
    \nUn peu partout en Europe, l'épidémie de Covid-19 regagne du terrain et le football en est une victime collatérale. En France, une jauge de 5000…

    ", "category": "", - "link": "https://www.sofoot.com/fabio-cannavaro-meme-quand-j-ai-gagne-le-ballon-d-or-je-ne-me-suis-jamais-considere-comme-le-meilleur-joueur-du-monde-508602.html", + "link": "https://www.sofoot.com/l-italie-et-l-espagne-adoptent-une-jauge-proportionnelle-de-spectateurs-dans-les-stades-de-liga-et-serie-a-508910.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T13:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fabio-cannavaro-meme-quand-j-ai-gagne-le-ballon-d-or-je-ne-me-suis-jamais-considere-comme-le-meilleur-joueur-du-monde-1640094093_x600_articles-508602.jpg", + "pubDate": "2021-12-30T11:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-italie-et-l-espagne-adoptent-une-jauge-proportionnelle-de-spectateurs-dans-les-stades-de-liga-et-serie-a-1640865457_x600_articles-508910.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-l-italie-et-l-espagne-adoptent-une-jauge-proportionnelle-de-spectateurs-dans-les-stades-de-liga-et-serie-a-1640865457_x600_articles-508910.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73367,19 +74761,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d256d927731f4f2bcecbe98ec7a06bec" + "hash": "c02fb0800243f120aa4ecf9c4739dda2", + "highlights": [] }, { - "title": "Plusieurs clubs de Ligue 1 organisent des collectes de jouets avant Noël", - "description": "À défaut de balancer des bouteilles.
    \n
    \nÀ l'occasion de la 19e journée de Ligue 1 prévue ce mercredi, l'OGC Nice organise sa traditionnelle collecte de jouets avant…

    ", - "content": "À défaut de balancer des bouteilles.
    \n
    \nÀ l'occasion de la 19e journée de Ligue 1 prévue ce mercredi, l'OGC Nice organise sa traditionnelle collecte de jouets avant…

    ", + "title": "Troyes : Laurent Batlles n'est plus l'entraîneur de l'ESTAC", + "description": "Laurent bat de l'aile.
    \n
    \nL'ESTAC
    vient d'annoncer la fin de sa collaboration avec Laurent…

    ", + "content": "Laurent bat de l'aile.
    \n
    \nL'ESTAC vient d'annoncer la fin de sa collaboration avec Laurent…

    ", "category": "", - "link": "https://www.sofoot.com/plusieurs-clubs-de-ligue-1-organisent-des-collectes-de-jouets-avant-noel-508587.html", + "link": "https://www.sofoot.com/troyes-laurent-batlles-n-est-plus-l-entraineur-de-l-estac-508909.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T13:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-plusieurs-clubs-de-ligue-1-organisent-des-collectes-de-jouets-avant-noel-1640094944_x600_articles-508587.jpg", + "pubDate": "2021-12-30T11:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-troyes-laurent-batlles-n-est-plus-l-entraineur-de-l-estac-1640863887_x600_articles-508909.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-troyes-laurent-batlles-n-est-plus-l-entraineur-de-l-estac-1640863887_x600_articles-508909.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73388,19 +74783,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e303c61f169b17057d1c7b7ef5e27e9" + "hash": "bfbe0bc0b64f5228b8d2ad4604049839", + "highlights": [] }, { - "title": "90 joueurs et membres du staff de Premier League testés positifs en une semaine", - "description": "Road to 100 ?
    \n
    \nLes quelque 12 345 tests effectués au sein de la Ligue anglaise (joueurs et staffs élargis) entre le 13 et le 19 décembre ont débouché sur 90 cas positifs,
    ", - "content": "Road to 100 ?
    \n
    \nLes quelque 12 345 tests effectués au sein de la Ligue anglaise (joueurs et staffs élargis) entre le 13 et le 19 décembre ont débouché sur 90 cas positifs,
    ", + "title": "Une statue de Cristiano Ronaldo (Manchester United) fait polémique en Inde, dans l'État de Goa", + "description": "Les statues de footeux, épisode 236.
    \n
    \nAprès le légendaire buste en bronze de l'aéroport de…

    ", + "content": "Les statues de footeux, épisode 236.
    \n
    \nAprès le légendaire buste en bronze de l'aéroport de…

    ", "category": "", - "link": "https://www.sofoot.com/90-joueurs-et-membres-du-staff-de-premier-league-testes-positifs-en-une-semaine-508592.html", + "link": "https://www.sofoot.com/une-statue-de-cristiano-ronaldo-manchester-united-fait-polemique-en-inde-dans-l-etat-de-goa-508908.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-90-joueurs-et-membres-du-staff-de-premier-league-testes-positifs-en-une-semaine-1640092086_x600_articles-508592.jpg", + "pubDate": "2021-12-30T11:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-statue-de-cristiano-ronaldo-manchester-united-fait-polemique-en-inde-dans-l-etat-de-goa-1640862827_x600_articles-508908.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-une-statue-de-cristiano-ronaldo-manchester-united-fait-polemique-en-inde-dans-l-etat-de-goa-1640862827_x600_articles-508908.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73409,17 +74805,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "72172a17a541f20fc657a27336ef441f" + "hash": "b3cf114987568e9b177930e89a843e82", + "highlights": [] }, { - "title": "Luka Peroš : \"L'arbitre a tué la finale France-Croatie !\"", - "description": "Présent à Paris pour la promotion de la dernière saison de La Casa de Papel, l'acteur croate Luka Peroš, alias Marseille, évoque son rapport à l'OM, son histoire compliquée avec le Barça, le poste de gardien de but et ses mauvais souvenirs de Coupe du monde.Luka, vous bouclez la campagne de promotion pour la dernière saison de La Casa de Papel. Vous semblez en meilleure forme que le FC Barcelone !
    \n(Rires.)
    ", - "content": "Luka, vous bouclez la campagne de promotion pour la dernière saison de La Casa de Papel. Vous semblez en meilleure forme que le FC Barcelone !
    \n(Rires.)
    ", + "title": "Paulo Sousa (ex-sélectionneur de la Pologne) nouvel entraîneur de Flamengo", + "description": "La Pologne en PLS.
    \n
    \nDepuis plusieurs jours, Paulo Sousa était en
    ", + "content": "La Pologne en PLS.
    \n
    \nDepuis plusieurs jours, Paulo Sousa était en
    ", "category": "", - "link": "https://www.sofoot.com/luka-peros-l-arbitre-a-tue-la-finale-france-croatie-508568.html", + "link": "https://www.sofoot.com/paulo-sousa-ex-selectionneur-de-la-pologne-nouvel-entraineur-de-flamengo-508907.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-luka-peros-l-arbitre-a-tue-la-finale-france-croatie-1640045840_x600_articles-alt-508568.jpg", + "pubDate": "2021-12-30T10:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paulo-sousa-ex-selectionneur-de-la-pologne-nouvel-entraineur-de-flamengo-1640860001_x600_articles-508907.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73430,17 +74827,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "96a74553eb1fc9c166887c6f40e9b1d8" + "hash": "6dff6221db5d96d53e05fb629996f2e8", + "highlights": [] }, { - "title": "Italie : les gardiens de la dynastie", - "description": "Le football italien a compris avant tout le monde qu'il n'y avait pas de grandes sélections sans grands gardiens de but. Derrière tous les succès internationaux de la Nazionale, il y a un grand portiere. Et Gianluigi Donnarumma l'a rappelé avec classe lors du dernier Euro au sein d'une équipe qui a pu se passer d'un grand numéro 9...\"La marque du champion est peut-être alors de savoir justement se sortir de ces mauvaises passes, de relever la tête en appréciant tous les petits efforts quotidiens, tous les progrès…", - "content": "\"La marque du champion est peut-être alors de savoir justement se sortir de ces mauvaises passes, de relever la tête en appréciant tous les petits efforts quotidiens, tous les progrès…", + "title": "La commission des lois vote un amendement favorable à une jauge proportionnelle dans les stades", + "description": "Le concept de pourcentage est donc connu par les parlementaires.
    \n
    \nMercredi, la commission des lois a voté un amendement en faveur d'une jauge calculée en fonction de la capacité…

    ", + "content": "Le concept de pourcentage est donc connu par les parlementaires.
    \n
    \nMercredi, la commission des lois a voté un amendement en faveur d'une jauge calculée en fonction de la capacité…

    ", "category": "", - "link": "https://www.sofoot.com/italie-les-gardiens-de-la-dynastie-508556.html", + "link": "https://www.sofoot.com/la-commission-des-lois-vote-un-amendement-favorable-a-une-jauge-proportionnelle-dans-les-stades-508906.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-italie-les-gardiens-de-la-dynastie-1640006309_x600_articles-alt-508556.jpg", + "pubDate": "2021-12-30T10:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-commission-des-lois-vote-un-amendement-favorable-a-une-jauge-proportionnelle-dans-les-stades-1640859545_x600_articles-508906.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73451,17 +74849,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed9a2b3d9366241967d1060d65a0a3c8" + "hash": "6e77c16fdff67cd9b3164b5087a1f877", + "highlights": [] }, { - "title": "Pronostic Lyon Metz : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Victoire obligatoire pour Lyon face à Metz

    \n
    \nL'Olympique Lyonnais vit une saison particulièrement complexe, avec des résultats décevants en Ligue 1…
    ", - "content": "

    Victoire obligatoire pour Lyon face à Metz

    \n
    \nL'Olympique Lyonnais vit une saison particulièrement complexe, avec des résultats décevants en Ligue 1…
    ", + "title": "CAN 2022 : Vahid Halilhodžić (Maroc) charge le FC Barcelone sur le cas Ez Abde", + "description": "Pas franchement à l'Ez.
    \n
    \nDans un entretien

    ", + "content": "Pas franchement à l'Ez.
    \n
    \nDans un entretien


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lyon-metz-analyse-cotes-et-prono-du-match-de-ligue-1-508599.html", + "link": "https://www.sofoot.com/can-2022-vahid-halilhodzic-maroc-charge-le-fc-barcelone-sur-le-cas-ez-abde-508905.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T12:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lyon-metz-analyse-cotes-et-prono-du-match-de-ligue-1-1640091944_x600_articles-508599.jpg", + "pubDate": "2021-12-30T10:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-2022-vahid-halilhodzic-maroc-charge-le-fc-barcelone-sur-le-cas-ez-abde-1640858830_x600_articles-508905.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73472,19 +74871,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "255769a11a01f2f9299be04894f84421" + "hash": "6754b53a0ea623e02b78f01807de514e", + "highlights": [] }, { - "title": "Pronostic Bordeaux Lille : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Lille réussit un coup à Bordeaux

    \n
    \nEn s'imposant à Troyes (1-2) lors de la dernière journée de championnat, Bordeaux est parvenu à sortir de la…
    ", - "content": "

    Lille réussit un coup à Bordeaux

    \n
    \nEn s'imposant à Troyes (1-2) lors de la dernière journée de championnat, Bordeaux est parvenu à sortir de la…
    ", + "title": "Le Nigéria finalement sans Osimhen et Dennis pour la CAN", + "description": "Les Super Eagles ont fini par y laisser des plumes.
    \n
    \n4. C'est le nombre de changements qu'a dû effectuer Gernot Rohr et la sélection nigérienne, seulement six jours après…

    ", + "content": "Les Super Eagles ont fini par y laisser des plumes.
    \n
    \n4. C'est le nombre de changements qu'a dû effectuer Gernot Rohr et la sélection nigérienne, seulement six jours après…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-bordeaux-lille-analyse-cotes-et-prono-du-match-de-ligue-1-508598.html", + "link": "https://www.sofoot.com/le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-508944.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T12:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bordeaux-lille-analyse-cotes-et-prono-du-match-de-ligue-1-1640091048_x600_articles-508598.jpg", + "pubDate": "2021-12-31T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-1640949055_x600_articles-508944.jpg", "enclosureType": "image/jpeg", - "image": "", + "image": "https://www.sofoot.com/IMG/img-le-nigeria-finalement-sans-osimhen-et-dennis-pour-la-can-1640949055_x600_articles-508944.jpg", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", @@ -73493,17 +74893,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "0253af8a448143cafbffb1230f377a1c" + "hash": "d82fa63a27380682039634e152d814b9", + "highlights": [] }, { - "title": "Pronostic Clermont Strasbourg : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Clermont chute face à Strasbourg

    \n
    \nPromu cette saison, Clermont connaît un exercice compliqué et lutte pour son maintien. Bien parti en début de…
    ", - "content": "

    Clermont chute face à Strasbourg

    \n
    \nPromu cette saison, Clermont connaît un exercice compliqué et lutte pour son maintien. Bien parti en début de…
    ", + "title": "Aaron Ramsdale (Arsenal) est reparti de Leeds avec un pourboire", + "description": "Ça lui fera un peu d'argent de poche !
    \n
    \n
    Lors de la victoire d'Arsenal contre Leeds (1-4) le 18 décembre, le…

    ", + "content": "Ça lui fera un peu d'argent de poche !
    \n
    \nLors de la victoire d'Arsenal contre Leeds (1-4) le 18 décembre, le…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-clermont-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-508597.html", + "link": "https://www.sofoot.com/aaron-ramsdale-arsenal-est-reparti-de-leeds-avec-un-pourboire-508903.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T12:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-clermont-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-1640090076_x600_articles-508597.jpg", + "pubDate": "2021-12-30T09:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aaron-ramsdale-arsenal-est-reparti-de-leeds-avec-un-pourboire-1640857148_x600_articles-508903.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73514,17 +74915,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fe3cfc130816284c1f2c18576cf1235" + "hash": "e8a1cff6571a75c01f7a8799bf9fdd1d", + "highlights": [] }, { - "title": "Pronostic OM Reims : Analyse, cotes et prono du match de Ligue 1", - "description": "

    L'OM, un dauphin qui fait flipper Reims

    \n
    \nAuteur d'une excellente opération lors de la dernière journée en s'imposant à la Meinau face à…
    ", - "content": "

    L'OM, un dauphin qui fait flipper Reims

    \n
    \nAuteur d'une excellente opération lors de la dernière journée en s'imposant à la Meinau face à…
    ", + "title": "Antoine Bonifaci, légende de l'OGC Nice, est décédé à l'âge de 90 ans", + "description": "L'une des premières figures des Aiglons s'est envolée ce mercredi.
    \n
    \nAntoine Bonifaci s'est éteint à Villefranche-sur-Mer, ce mercredi, à l'âge de 90 ans, dans la région où…

    ", + "content": "L'une des premières figures des Aiglons s'est envolée ce mercredi.
    \n
    \nAntoine Bonifaci s'est éteint à Villefranche-sur-Mer, ce mercredi, à l'âge de 90 ans, dans la région où…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-om-reims-analyse-cotes-et-prono-du-match-de-ligue-1-508596.html", + "link": "https://www.sofoot.com/antoine-bonifaci-legende-de-l-ogc-nice-est-decede-a-l-age-de-90-ans-508902.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T12:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-om-reims-analyse-cotes-et-prono-du-match-de-ligue-1-1640089985_x600_articles-508596.jpg", + "pubDate": "2021-12-30T09:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-antoine-bonifaci-legende-de-l-ogc-nice-est-decede-a-l-age-de-90-ans-1640856745_x600_articles-508902.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73535,17 +74937,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "46aa5e4fd547c2ef713f4ffbebdfa730" + "hash": "3e97c4176933712119a9162693defe53", + "highlights": [] }, { - "title": "Pronostic Monaco Rennes : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un Monaco - Rennes avec des buts de chaque côté

    \n
    \nL'opposition entre Monaco et Rennes met aux prises deux formations qui ont réalisé une très belle…
    ", - "content": "

    Un Monaco - Rennes avec des buts de chaque côté

    \n
    \nL'opposition entre Monaco et Rennes met aux prises deux formations qui ont réalisé une très belle…
    ", + "title": "Jean-Christophe Bahebeck n'est plus un joueur du FK Partizan", + "description": "Pas de nouvelle, mauvaise nouvelle.
    \n
    \nArrivé en octobre 2020 au Partizan de Belgrade en provenance d'Utrecht (Pays-Bas), Jean-Christophe Bahebeck (28 ans) est au cœur d'une situation…

    ", + "content": "Pas de nouvelle, mauvaise nouvelle.
    \n
    \nArrivé en octobre 2020 au Partizan de Belgrade en provenance d'Utrecht (Pays-Bas), Jean-Christophe Bahebeck (28 ans) est au cœur d'une situation…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-monaco-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-508595.html", + "link": "https://www.sofoot.com/jean-christophe-bahebeck-n-est-plus-un-joueur-du-fk-partizan-508901.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T12:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-monaco-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-1640089082_x600_articles-508595.jpg", + "pubDate": "2021-12-30T09:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jean-christophe-bahebeck-n-est-plus-un-joueur-du-fk-partizan-1640855468_x600_articles-508901.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73556,17 +74959,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "c500ad6bc0bea39322234431bf2aa653" + "hash": "4e99bd123208198345d973f58457e5a4", + "highlights": [] }, { - "title": "Pronostic Montpellier Angers : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un Montpellier en grande forme avant Angers

    \n
    \nMontpellier est certainement l'une des équipes de Ligue 1 qui a connu le plus de mouvements à…
    ", - "content": "

    Un Montpellier en grande forme avant Angers

    \n
    \nMontpellier est certainement l'une des équipes de Ligue 1 qui a connu le plus de mouvements à…
    ", + "title": "Le gouvernement chinois interdit les tatouages aux joueurs de la sélection", + "description": "Ça va donner envie aux petits nouveaux de rester, ça.
    \n
    \nL'info loufoque du jour nous provient…

    ", + "content": "Ça va donner envie aux petits nouveaux de rester, ça.
    \n
    \nL'info loufoque du jour nous provient…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-montpellier-angers-analyse-cotes-et-prono-du-match-de-ligue-1-508594.html", + "link": "https://www.sofoot.com/le-gouvernement-chinois-interdit-les-tatouages-aux-joueurs-de-la-selection-508900.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T11:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-montpellier-angers-analyse-cotes-et-prono-du-match-de-ligue-1-1640088927_x600_articles-508594.jpg", + "pubDate": "2021-12-30T08:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-gouvernement-chinois-interdit-les-tatouages-aux-joueurs-de-la-selection-1640852966_x600_articles-508900.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73577,17 +74981,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f2c2e98449ac047a183a88b1c63573e" + "hash": "68e0d00d218db62914f9efac2c7e80ca", + "highlights": [] }, { - "title": "Pronostic Nice Lens : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Nice éloigne Lens

    \n
    \nNice et Lens font partie des formations qui réalisent une bonne première partie de saison et qui luttent pour les places…
    ", - "content": "

    Nice éloigne Lens

    \n
    \nNice et Lens font partie des formations qui réalisent une bonne première partie de saison et qui luttent pour les places…
    ", + "title": "Premier League : 218€ à gagner avec Tottenham & Leicester !", + "description": "Comme lors du Boxing Day et comme lors de 6 de nos 9 derniers combinés, on tente de vous faire gagner avec une cote autour de 2,00 sur les matchs de Premier League de ce week-end !

    Watford - Tottenham :

    \n
    \nInvaincu depuis l'arrivée d'Antonio Conte si l'on excepte un match de Conference League disputé avec une équipe B, Tottenham…
    ", + "content": "

    Watford - Tottenham :

    \n
    \nInvaincu depuis l'arrivée d'Antonio Conte si l'on excepte un match de Conference League disputé avec une équipe B, Tottenham…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-nice-lens-analyse-cotes-et-prono-du-match-de-ligue-1-508593.html", + "link": "https://www.sofoot.com/premier-league-218e-a-gagner-avec-tottenham-leicester-508898.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T11:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nice-lens-analyse-cotes-et-prono-du-match-de-ligue-1-1640088300_x600_articles-508593.jpg", + "pubDate": "2021-12-30T08:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-premier-league-218e-a-gagner-avec-tottenham-leicester-1640851435_x600_articles-508898.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73598,17 +75003,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "5aea0e4059af8371b4fafe25d2806aa6" + "hash": "a5591d8425ac97aa148f73785e9c532e", + "highlights": [] }, { - "title": "Hichem Ferreri (Le Cannet-Rocheville) : \"Le PSG n'a pas marqué au Vélodrome, nous on a réussi !\"", - "description": "La voilà, la solution pour Leonardo : aller piocher en N3.
    \n
    \nLe temps de 25 minutes de jeu, les amateurs du Cannet-Rocheville ont mené au score ce dimanche sur la pelouse du stade…

    ", - "content": "La voilà, la solution pour Leonardo : aller piocher en N3.
    \n
    \nLe temps de 25 minutes de jeu, les amateurs du Cannet-Rocheville ont mené au score ce dimanche sur la pelouse du stade…

    ", + "title": "Lisandro López fait durer le plaisir en signant pour un an à Sarmiento", + "description": "Un dernier tour de piste.
    \n
    \nOn pensait que Lisandro López avait joué le dernier match de sa…

    ", + "content": "Un dernier tour de piste.
    \n
    \nOn pensait que Lisandro López avait joué le dernier match de sa…

    ", "category": "", - "link": "https://www.sofoot.com/hichem-ferreri-le-cannet-rocheville-le-psg-n-a-pas-marque-au-velodrome-nous-on-a-reussi-508588.html", + "link": "https://www.sofoot.com/lisandro-lopez-fait-durer-le-plaisir-en-signant-pour-un-an-a-sarmiento-508899.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T11:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-hichem-ferreri-le-cannet-rocheville-le-psg-n-a-pas-marque-au-velodrome-nous-on-a-reussi-1640086986_x600_articles-508588.jpg", + "pubDate": "2021-12-30T08:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lisandro-lopez-fait-durer-le-plaisir-en-signant-pour-un-an-a-sarmiento-1640852363_x600_articles-508899.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73619,17 +75025,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad848bad235584057e01459dde59409b" + "hash": "348d153089cfafdcd067a0e1bac02bee", + "highlights": [] }, { - "title": "Pronostic Lorient PSG : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Le PSG fait le taf face à Lorient

    \n
    \nDe retour en Ligue 1 la saison dernière, Lorient a dû batailler toute l'année pour obtenir son maintien. Les…
    ", - "content": "

    Le PSG fait le taf face à Lorient

    \n
    \nDe retour en Ligue 1 la saison dernière, Lorient a dû batailler toute l'année pour obtenir son maintien. Les…
    ", + "title": "Pronostic Valence Espanyol Barcelone : Analyse, cotes et prono du match de Liga", + "description": "

    Valence continue sa moisson face à l'Espanyol Barcelone

    \n
    \nLa Liga reprend déjà ce vendredi avec ce match entre le Valence CF et l'Espanyol Barcelone.…
    ", + "content": "

    Valence continue sa moisson face à l'Espanyol Barcelone

    \n
    \nLa Liga reprend déjà ce vendredi avec ce match entre le Valence CF et l'Espanyol Barcelone.…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lorient-psg-analyse-cotes-et-prono-du-match-de-ligue-1-508591.html", + "link": "https://www.sofoot.com/pronostic-valence-espanyol-barcelone-analyse-cotes-et-prono-du-match-de-liga-508897.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T11:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lorient-psg-analyse-cotes-et-prono-du-match-de-ligue-1-1640087619_x600_articles-508591.jpg", + "pubDate": "2021-12-30T06:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-valence-espanyol-barcelone-analyse-cotes-et-prono-du-match-de-liga-1640848315_x600_articles-508897.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73640,17 +75047,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "78fea5710bc8e2f27614f7202168bbe5" + "hash": "3da68a99450c0d096aaccd814b6d96a9", + "highlights": [] }, { - "title": "Paris FC-OL : trois ultras interpellés", - "description": "L'inspecteur Barnaby sur le coup.
    \n
    \nTrois ultras ont été interpellés ce mardi matin par la préfecture de police en marge des incidents intervenus vendredi soir au stade Charléty, lors…

    ", - "content": "L'inspecteur Barnaby sur le coup.
    \n
    \nTrois ultras ont été interpellés ce mardi matin par la préfecture de police en marge des incidents intervenus vendredi soir au stade Charléty, lors…

    ", + "title": "Comment le petit Robert Lewandowski est devenu géant", + "description": "Cela fait maintenant un sacré bout de temps que Robert Lewandowski martyrise les défenses d'Allemagne et d'Europe, agrandit sans cesse son palmarès et collectionne les distinctions individuelles, à l'exception notable de la plus prestigieuse d'entre elles. Voilà pour la vitrine, que tout le monde connaît. À y regarder de plus près, on remarque cependant que le Polonais du Bayern Munich n'a pas connu un début de parcours en forme d'ascension irrésistible et, surtout, qu'il a été construit par son cercle proche. Un père parti bien trop tôt, une mère au rôle décisif, une épouse aux conseils aussi précieux qu'étonnants : gros plan sur ceux qui ont permis au jeune et gringalet Bobek de devenir la machine à buts la plus redoutable au monde.Stanisław, Jerzy, Michał, Adam, Marek, Piotr... Qu'ils soient typiquement slaves ou aux racines latines, les prénoms masculins polonais ne manquent pas. Mais Krzysztof et Iwona Lewandowski ont…", + "content": "Stanisław, Jerzy, Michał, Adam, Marek, Piotr... Qu'ils soient typiquement slaves ou aux racines latines, les prénoms masculins polonais ne manquent pas. Mais Krzysztof et Iwona Lewandowski ont…", "category": "", - "link": "https://www.sofoot.com/paris-fc-ol-trois-ultras-interpelles-508585.html", + "link": "https://www.sofoot.com/comment-le-petit-robert-lewandowski-est-devenu-geant-508876.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T11:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paris-fc-ol-trois-ultras-interpelles-1640086314_x600_articles-508585.jpg", + "pubDate": "2021-12-30T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-comment-le-petit-robert-lewandowski-est-devenu-geant-1640782258_x600_articles-alt-508876.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73661,17 +75069,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "97aae2f96dd897586c4a6e3db5356459" + "hash": "418819c1c2da61a561146f21328d369e", + "highlights": [] }, { - "title": "Pronostic Saint-Etienne Nantes : Analyse, cotes et prono du match de Ligue 1", - "description": "

    L'effet Dupraz pour Saint-Etienne face à Nantes

    \n
    \nLa lourde défaite concédée à Geoffroy-Guichard face au Stade Rennais (0-5) aura coûté sa place…
    ", - "content": "

    L'effet Dupraz pour Saint-Etienne face à Nantes

    \n
    \nLa lourde défaite concédée à Geoffroy-Guichard face au Stade Rennais (0-5) aura coûté sa place…
    ", + "title": "Tu sais que tu as suivi le foot en 2021 quand...", + "description": "Bientôt, il n'y en aura plus que pour 2022, sa phase retour de Ligue 1, son PSG-Real en C1, son Euro féminin et son Mondial au Qatar. Mais profitons du peu de temps avant le Nouvel an pour repenser une dernière fois à l'année écoulée. Toi aussi, tu sais que tu as suivi le foot en 2021 quand...... tu as pris un pied fou devant la Ligue 1.
    \n
    \n... sauf, bien sûr, quand les matchs ont été interrompus
    ", + "content": "... tu as pris un pied fou devant la Ligue 1.
    \n
    \n... sauf, bien sûr, quand les matchs ont été interrompus
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-saint-etienne-nantes-analyse-cotes-et-prono-du-match-de-ligue-1-508590.html", + "link": "https://www.sofoot.com/tu-sais-que-tu-as-suivi-le-foot-en-2021-quand-508807.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T11:24:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-saint-etienne-nantes-analyse-cotes-et-prono-du-match-de-ligue-1-1640086958_x600_articles-508590.jpg", + "pubDate": "2021-12-30T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tu-sais-que-tu-as-suivi-le-foot-en-2021-quand-1640602797_x600_articles-alt-508807.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73682,17 +75091,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "25c06dc2b68bb0b164b52261da4baa01" + "hash": "a18b84df90bc83bd90f458f10947fb65", + "highlights": [] }, { - "title": "Infantino : \"Les jeunes veulent un Mondial plus souvent\"", - "description": "À qui profite le crime ?
    \n
    \nMême s'il a exclu un vote à ce sujet lors du Congrès de la FIFA prévu en mars prochain, le patron du football mondial Gianni Infantino a de nouveau…

    ", - "content": "À qui profite le crime ?
    \n
    \nMême s'il a exclu un vote à ce sujet lors du Congrès de la FIFA prévu en mars prochain, le patron du football mondial Gianni Infantino a de nouveau…

    ", + "title": "Ce qu'on a aimé et détesté dans FIFA 22", + "description": "Le jeu FIFA 22 s'est encore une fois sans doute retrouvé au pied du sapin de beaucoup de gens pour les fêtes. Mais que vaut vraiment la nouvelle mouture du jeu phare d'EA Sports, débarrassé de son concurrent PES ?Article publié dans le numéro 75 de SO FOOT CLUB
    \n", + "content": "Article publié dans le numéro 75 de SO FOOT CLUB
    \n", "category": "", - "link": "https://www.sofoot.com/infantino-les-jeunes-veulent-un-mondial-plus-souvent-508582.html", + "link": "https://www.sofoot.com/ce-qu-on-a-aime-et-deteste-dans-fifa-22-508718.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T11:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-infantino-les-jeunes-veulent-un-mondial-plus-souvent-1640084821_x600_articles-508582.jpg", + "pubDate": "2021-12-30T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ce-qu-on-a-aime-et-deteste-dans-fifa-22-1640793950_x600_articles-508718.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73703,17 +75113,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "4124403d7fa24cf6d33d316c0035c217" + "hash": "684869d1b731305fd350af87f90bf676", + "highlights": [] }, { - "title": "Pronostic Tottenham West Ham : Analyse, cotes et prono du match de Carabao Cup", - "description": "

    Tottenham décroche son ticket pour les demies face à West Ham

    \n
    \nTottenham a été le premier club anglais à avoir été fortement touché par la Covid…
    ", - "content": "

    Tottenham décroche son ticket pour les demies face à West Ham

    \n
    \nTottenham a été le premier club anglais à avoir été fortement touché par la Covid…
    ", + "title": "City dispose de Brentford et prend ses aises en tête", + "description": "Plutôt confortable, ce fauteuil de leader.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-tottenham-west-ham-analyse-cotes-et-prono-du-match-de-carabao-cup-508589.html", + "link": "https://www.sofoot.com/city-dispose-de-brentford-et-prend-ses-aises-en-tete-508886.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T11:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-west-ham-analyse-cotes-et-prono-du-match-de-carabao-cup-1640086319_x600_articles-508589.jpg", + "pubDate": "2021-12-29T22:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-city-dispose-de-brentford-et-prend-ses-aises-en-tete-1640818035_x600_articles-alt-508886.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73724,17 +75135,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "0df5a6d5757cd0d255b225b095290c4c" + "hash": "a14e6404edf7a838a6333ea82e8742c6", + "highlights": [] }, { - "title": "Pronostic Troyes Brest : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Brest se reprend à Troyes

    \n
    \nChampion de Ligue 2 en titre, Troyes vient de connaître une désillusion en Coupe de France. En effet, les Troyens…
    ", - "content": "

    Brest se reprend à Troyes

    \n
    \nChampion de Ligue 2 en titre, Troyes vient de connaître une désillusion en Coupe de France. En effet, les Troyens…
    ", + "title": "Chelsea rattrapé par Brighton sur le fil", + "description": "Quand les Seagulls suivent un chalutier...

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-troyes-brest-analyse-cotes-et-prono-du-match-de-ligue-1-508586.html", + "link": "https://www.sofoot.com/chelsea-rattrape-par-brighton-sur-le-fil-508895.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-troyes-brest-analyse-cotes-et-prono-du-match-de-ligue-1-1640085514_x600_articles-508586.jpg", + "pubDate": "2021-12-29T21:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-rattrape-par-brighton-sur-le-fil-1640815926_x600_articles-alt-508895.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73745,17 +75157,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d6a35b2fc0d6a5d938efa84723cadc7" + "hash": "997f855623e3d8660b95400648ea6c8d", + "highlights": [] }, { - "title": "Grealish et Foden punis par Guardiola après une sortie en boîte de nuit", - "description": "Au coin !
    \n
    \nCe week-end, face à Newcastle, Grealish et Foden étaient tous les deux assis sur le banc de Manchester City. Et pour cause : le 14 décembre dernier, après une victoire 7-0…

    ", - "content": "Au coin !
    \n
    \nCe week-end, face à Newcastle, Grealish et Foden étaient tous les deux assis sur le banc de Manchester City. Et pour cause : le 14 décembre dernier, après une victoire 7-0…

    ", + "title": "En direct : Brentford - Manchester City", + "description": "93' : C'EST TERMINE ! Moins brillant certes, mais Manchester City continue son carton pour ...", + "content": "93' : C'EST TERMINE ! Moins brillant certes, mais Manchester City continue son carton pour ...", "category": "", - "link": "https://www.sofoot.com/grealish-et-foden-punis-par-guardiola-apres-une-sortie-en-boite-de-nuit-508584.html", + "link": "https://www.sofoot.com/en-direct-brentford-manchester-city-508884.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-grealish-et-foden-punis-par-guardiola-apres-une-sortie-en-boite-de-nuit-1640084456_x600_articles-508584.jpg", + "pubDate": "2021-12-29T20:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-brentford-manchester-city-1640815792_x600_articles-alt-508884.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73766,17 +75179,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc346e9a79a1cff977a87f4fabf6955e" + "hash": "75d64f27e8e260a28dd181cacc629547", + "highlights": [] }, { - "title": "La Salernitana bloquée par les autorités en raison de la Covid", - "description": "Toujours pas de quoi se réjouir du côté de la Salernitana.
    \n
    \nLa lanterne rouge de Serie A ne devrait pas pouvoir faire le déplacement jusqu'à Udine pour y affronter l'Udinese dans le…

    ", - "content": "Toujours pas de quoi se réjouir du côté de la Salernitana.
    \n
    \nLa lanterne rouge de Serie A ne devrait pas pouvoir faire le déplacement jusqu'à Udine pour y affronter l'Udinese dans le…

    ", + "title": "En direct : Chelsea - Brighton & Hove", + "description": "90' : Bonne soirée tout le monde !", + "content": "90' : Bonne soirée tout le monde !", "category": "", - "link": "https://www.sofoot.com/la-salernitana-bloquee-par-les-autorites-en-raison-de-la-covid-508583.html", + "link": "https://www.sofoot.com/en-direct-chelsea-brighton-hove-508815.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T10:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-salernitana-bloquee-par-les-autorites-en-raison-de-la-covid-1640084087_x600_articles-508583.jpg", + "pubDate": "2021-12-29T19:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-chelsea-brighton-hove-1640614268_x600_articles-alt-508815.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73787,17 +75201,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "da5ffe9de2609059cdfaeaa6f3999e7e" + "hash": "7ec04d7aba408d8a97a4cacd8113d91f", + "highlights": [] }, { - "title": "Infantino veut décaler la CAN à l'automne en 2023", - "description": "Décidément, il veut tout changer.
    \n
    \nAlors qu'il présentait lundi
    ", - "content": "Décidément, il veut tout changer.
    \n
    \nAlors qu'il présentait lundi
    ", + "title": "Mort de Christian Gyan, champion d'Europe avec Feyenoord", + "description": "Le Feyenoord dit adieu à l'un de ses chouchous.
    \n
    \nAprès que Bonaventure Kalou l'a annoncé sur son compte Instagram, le quotidien

    ", + "content": "Le Feyenoord dit adieu à l'un de ses chouchous.
    \n
    \nAprès que Bonaventure Kalou l'a annoncé sur son compte Instagram, le quotidien


    ", "category": "", - "link": "https://www.sofoot.com/infantino-veut-decaler-la-can-a-l-automne-en-2023-508581.html", + "link": "https://www.sofoot.com/mort-de-christian-gyan-champion-d-europe-avec-feyenoord-508894.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T10:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-infantino-veut-decaler-la-can-a-l-automne-en-2023-1640083873_x600_articles-508581.jpg", + "pubDate": "2021-12-29T16:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mort-de-christian-gyan-champion-d-europe-avec-feyenoord-1640797920_x600_articles-508894.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73808,17 +75223,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cc963682c35b1e2cb73466b319a256a" + "hash": "0982619a6469ced7c4a23e5badffcde8", + "highlights": [] }, { - "title": "Rafinha s'engage à São Paulo", - "description": "Dernier tour de piste ?
    \n
    \nÀ 36 printemps, Rafinha - le latéral droit, pas celui du PSG - ne veut pas raccrocher les crampons. Au contraire, il vient même de parapher un contrat d'un an…

    ", - "content": "Dernier tour de piste ?
    \n
    \nÀ 36 printemps, Rafinha - le latéral droit, pas celui du PSG - ne veut pas raccrocher les crampons. Au contraire, il vient même de parapher un contrat d'un an…

    ", + "title": "Mondial 2022 : Le Qatar ne serait pas en mesure d'accueillir tous les supporters", + "description": "Et sinon, il a des avantages, ce Mondial ?
    \n
    \nDéjà décriée pour les conditions d'organisation et pour son timing dans le calendrier annuel des joueurs, la Coupe du monde 2022 n'a pas…

    ", + "content": "Et sinon, il a des avantages, ce Mondial ?
    \n
    \nDéjà décriée pour les conditions d'organisation et pour son timing dans le calendrier annuel des joueurs, la Coupe du monde 2022 n'a pas…

    ", "category": "", - "link": "https://www.sofoot.com/rafinha-s-engage-a-sao-paulo-508580.html", + "link": "https://www.sofoot.com/mondial-2022-le-qatar-ne-serait-pas-en-mesure-d-accueillir-tous-les-supporters-508893.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-rafinha-s-engage-a-sao-paulo-1640084229_x600_articles-508580.jpg", + "pubDate": "2021-12-29T16:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mondial-2022-le-qatar-ne-serait-pas-en-mesure-d-accueillir-tous-les-supporters-1640797649_x600_articles-508893.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73829,17 +75245,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "51a4b55fc8e270543396eee667d7a0cb" + "hash": "10aa0530b7dad4504f67965530ecc065", + "highlights": [] }, { - "title": "Thomas Tuchel voulait retrouver Marquinhos à Chelsea", - "description": "Nostalgie, quand tu nous tiens...
    \n
    \nD'après
    les informations de…

    ", - "content": "Nostalgie, quand tu nous tiens...
    \n
    \nD'après les informations de…

    ", + "title": "Coupe de France : Lens-Lille finalement maintenu le 4 janvier", + "description": "C'est ce qui s'appelle se prendre un vent.
    \n
    \nAlors qu'ils souhaitaient ce mardi avancer leur 16e de finale de Coupe de France contre Lille pour ne pas être dérangés par…

    ", + "content": "C'est ce qui s'appelle se prendre un vent.
    \n
    \nAlors qu'ils souhaitaient ce mardi avancer leur 16e de finale de Coupe de France contre Lille pour ne pas être dérangés par…

    ", "category": "", - "link": "https://www.sofoot.com/thomas-tuchel-voulait-retrouver-marquinhos-a-chelsea-508579.html", + "link": "https://www.sofoot.com/coupe-de-france-lens-lille-finalement-maintenu-le-4-janvier-508892.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T09:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-thomas-tuchel-voulait-retrouver-marquinhos-a-chelsea-1640080769_x600_articles-508579.jpg", + "pubDate": "2021-12-29T16:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-lens-lille-finalement-maintenu-le-4-janvier-1640796169_x600_articles-508892.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73850,17 +75267,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "14db010296326c5c0171e783501301d4" + "hash": "b7bfde8687e823555dc29086d6c7b698", + "highlights": [] }, { - "title": "Fenerbahçe se sépare de son coach Vítor Pereira", - "description": "Trois p'tits tours et puis s'en va.
    \n
    \nLe club turc de Fenerbahçe a annoncé ce lundi la fin de la collaboration avec son entraîneur portugais Vítor Pereira en raison d'une…

    ", - "content": "Trois p'tits tours et puis s'en va.
    \n
    \nLe club turc de Fenerbahçe a annoncé ce lundi la fin de la collaboration avec son entraîneur portugais Vítor Pereira en raison d'une…

    ", + "title": "Vincent Hognon débarque sur le banc de Grenoble", + "description": "C'est pas des salades.
    \n
    \nVincent Hognon a retrouvé du boulot. En Ligue 2 précisément, au Grenoble Foot 38. Les Isérois, en difficulté en championnat (16es, quatre défaites…

    ", + "content": "C'est pas des salades.
    \n
    \nVincent Hognon a retrouvé du boulot. En Ligue 2 précisément, au Grenoble Foot 38. Les Isérois, en difficulté en championnat (16es, quatre défaites…

    ", "category": "", - "link": "https://www.sofoot.com/fenerbahce-se-separe-de-son-coach-vitor-pereira-508578.html", + "link": "https://www.sofoot.com/vincent-hognon-debarque-sur-le-banc-de-grenoble-508891.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fenerbahce-se-separe-de-son-coach-vitor-pereira-1640080188_x600_articles-508578.jpg", + "pubDate": "2021-12-29T16:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vincent-hognon-debarque-sur-le-banc-de-grenoble-1640796010_x600_articles-508891.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73871,17 +75289,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9c12e079941867b16705e1741a482b5" + "hash": "aa1b69c55bc9cc649f4307471c97e7e3", + "highlights": [] }, { - "title": "Patrick Berg s'engage avec le RC Lens", - "description": "On attendait Patrick.
    \n
    \nLe Racing Club de Lens tient sa première recrue hivernale en la personne de Patrick Berg, milieu de terrain défensif de Bodø/Glimt. Âgé de 24 ans,…

    ", - "content": "On attendait Patrick.
    \n
    \nLe Racing Club de Lens tient sa première recrue hivernale en la personne de Patrick Berg, milieu de terrain défensif de Bodø/Glimt. Âgé de 24 ans,…

    ", + "title": "OL : la reprise perturbée par le Covid", + "description": "Il est vraiment temps que 2021 se termine pour certains.
    \n
    \nA la veille de la reprise de l'entraînement collectif, l'Olympique lyonnais aurait détecté pas moins de sept cas positifs…

    ", + "content": "Il est vraiment temps que 2021 se termine pour certains.
    \n
    \nA la veille de la reprise de l'entraînement collectif, l'Olympique lyonnais aurait détecté pas moins de sept cas positifs…

    ", "category": "", - "link": "https://www.sofoot.com/patrick-berg-s-engage-avec-le-rc-lens-508573.html", + "link": "https://www.sofoot.com/ol-la-reprise-perturbee-par-le-covid-508890.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T09:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-patrick-berg-s-engage-avec-le-rc-lens-1640078367_x600_articles-508573.jpg", + "pubDate": "2021-12-29T16:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ol-la-reprise-perturbee-par-le-covid-1640795708_x600_articles-508890.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73892,17 +75311,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "695bd905bfd6e0786d3b96ebc3ae2507" + "hash": "a837c29d8d867711dece18093b8cb916", + "highlights": [] }, { - "title": "Pronostic Liverpool Leicester : Analyse, cotes et prono du match de Carabao Cup", - "description": "

    Liverpool poursuit son chemin face à Leicester

    \n
    \nLa période des fêtes en Angleterre est une période très chargée en football, avec l'enchaînement…
    ", - "content": "

    Liverpool poursuit son chemin face à Leicester

    \n
    \nLa période des fêtes en Angleterre est une période très chargée en football, avec l'enchaînement…
    ", + "title": "Une étude allemande démonte l'hypothèse de la malédiction des gardiens anglais", + "description": "Longtemps, les gardiens anglais étaient synonymes de boulettes et de malédiction lors de grands événements. Désormais, c'est juste de boulettes.
    \n
    \nUne équipe de chercheurs allemands…

    ", + "content": "Longtemps, les gardiens anglais étaient synonymes de boulettes et de malédiction lors de grands événements. Désormais, c'est juste de boulettes.
    \n
    \nUne équipe de chercheurs allemands…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-liverpool-leicester-analyse-cotes-et-prono-du-match-de-carabao-cup-508577.html", + "link": "https://www.sofoot.com/une-etude-allemande-demonte-l-hypothese-de-la-malediction-des-gardiens-anglais-508889.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T08:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-liverpool-leicester-analyse-cotes-et-prono-du-match-de-carabao-cup-1640078467_x600_articles-508577.jpg", + "pubDate": "2021-12-29T15:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-etude-allemande-demonte-l-hypothese-de-la-malediction-des-gardiens-anglais-1640794125_x600_articles-508889.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73913,17 +75333,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "21f70b9d303a22b603b646ede03cf61c" + "hash": "1b8fdcbf8b2e18cc5cafa850486c3b44", + "highlights": [] }, { - "title": "Samuel Eto'o fait part de son exaspération à propos du maintien de la CAN 2022", - "description": "Un défenseur de la CAN.
    \n
    \nQualifiée de \"monstre invisible\" ce lundi par le…

    ", - "content": "Un défenseur de la CAN.
    \n
    \nQualifiée de \"monstre invisible\" ce lundi par le…

    ", + "title": "Maxime Busi (Parme) débarque à Reims", + "description": "Wout Faes et Thomas Foket vont avoir un nouveau compatriote dans le vestiaire.
    \n
    \nLe mercato hivernal n'a pas encore ouvert officiellement ses portes mais le Stade de Reims n'a pas le…

    ", + "content": "Wout Faes et Thomas Foket vont avoir un nouveau compatriote dans le vestiaire.
    \n
    \nLe mercato hivernal n'a pas encore ouvert officiellement ses portes mais le Stade de Reims n'a pas le…

    ", "category": "", - "link": "https://www.sofoot.com/samuel-eto-o-fait-part-de-son-exasperation-a-propos-du-maintien-de-la-can-2022-508574.html", + "link": "https://www.sofoot.com/maxime-busi-parme-debarque-a-reims-508888.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T08:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-samuel-eto-o-fait-part-de-son-exasperation-a-propos-du-maintien-de-la-can-2022-1640084120_x600_articles-508574.jpg", + "pubDate": "2021-12-29T15:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-maxime-busi-parme-debarque-a-reims-1640793989_x600_articles-508888.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73934,17 +75355,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "8108f4902296abed1219fe59a9ce89de" + "hash": "23c076ef68a60d6ddd08b0d899c7fe59", + "highlights": [] }, { - "title": "Le sort de Paris FC-OL reste en suspens", - "description": "Dans les bureaux du foot français comme chez Amazon, en ce moment ça bouchonne.
    \n
    \nQuatre jours après
    ", - "content": "Dans les bureaux du foot français comme chez Amazon, en ce moment ça bouchonne.
    \n
    \nQuatre jours après
    ", + "title": "Sébastien Haller monte au créneau pour défendre la CAN", + "description": "Pas si cornélien.
    \n
    \nDans une interview accordée au quotidien néerlandais

    ", + "content": "Pas si cornélien.
    \n
    \nDans une interview accordée au quotidien néerlandais


    ", "category": "", - "link": "https://www.sofoot.com/le-sort-de-paris-fc-ol-reste-en-suspens-508571.html", + "link": "https://www.sofoot.com/sebastien-haller-monte-au-creneau-pour-defendre-la-can-508887.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T08:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-sort-de-paris-fc-ol-reste-en-suspens-1640075086_x600_articles-508571.jpg", + "pubDate": "2021-12-29T15:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sebastien-haller-monte-au-creneau-pour-defendre-la-can-1640793864_x600_articles-508887.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73955,17 +75377,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a9404bcb672dcb5932b709fc361c553" + "hash": "30061df6decfd6db166410640b4c6118", + "highlights": [] }, { - "title": "Willian : \"Arsenal ? C'était le moment le plus dur de ma carrière\"", - "description": "Mikel Arteta devrait apprécier.
    \n
    \nArrivé en août 2020 à Arsenal après sept ans passés à Chelsea, Willian n'a jamais vraiment répondu aux attentes des Gunners. Près d'un an…

    ", - "content": "Mikel Arteta devrait apprécier.
    \n
    \nArrivé en août 2020 à Arsenal après sept ans passés à Chelsea, Willian n'a jamais vraiment répondu aux attentes des Gunners. Près d'un an…

    ", + "title": "Rebecca Welch devient la première arbitre à officier en FA Cup", + "description": "Petite révolution outre-Manche.
    \n
    \nPour la première fois depuis 1871, une femme sera l'arbitre centrale d'un match de FA Cup. A l'occasion du troisième tour, lequel marque l'entrée en…

    ", + "content": "Petite révolution outre-Manche.
    \n
    \nPour la première fois depuis 1871, une femme sera l'arbitre centrale d'un match de FA Cup. A l'occasion du troisième tour, lequel marque l'entrée en…

    ", "category": "", - "link": "https://www.sofoot.com/willian-arsenal-c-etait-le-moment-le-plus-dur-de-ma-carriere-508566.html", + "link": "https://www.sofoot.com/rebecca-welch-devient-la-premiere-arbitre-a-officier-en-fa-cup-508883.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T07:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-willian-arsenal-c-etait-le-moment-le-plus-dur-de-ma-carriere-1640039622_x600_articles-508566.jpg", + "pubDate": "2021-12-29T14:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-rebecca-welch-devient-la-premiere-arbitre-a-officier-en-fa-cup-1640790786_x600_articles-508883.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73976,17 +75399,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4fe218e69bc34932147959a7ab46590" + "hash": "6b62ad03b6e95653041e5279a8bf708c", + "highlights": [] }, { - "title": "Younès Belhanda : \"Galatasaray-Fenerbahçe, c'est Montpellier-Nîmes puissance 1000\"", - "description": "Ce mardi soir, Younès Belhanda (31 ans) retrouve Galatasaray, son premier club turc, dont il a porté le maillot jusqu'au printemps dernier. Aujourd'hui à Adana Demirspor, le champion de France 2012 raconte le lien qui l'unit à la Turquie et regarde son parcours avec un mélange de plaisir et de nostalgie. Entretien à visage humain et garanti sans langue de bois.En mars 2021, tu quittes Galatasaray de manière fracassante. Aujourd'hui tu évolues chez le promu d'Adana Demirspor alors que tu étais cité un temps au MHSC. C'était…", - "content": "En mars 2021, tu quittes Galatasaray de manière fracassante. Aujourd'hui tu évolues chez le promu d'Adana Demirspor alors que tu étais cité un temps au MHSC. C'était…", + "title": "Chauvigny-OM se jouera finalement devant 5000 personnes", + "description": "La magie de la Coupe frappe à nouveau.
    \n
    \nLe Préfet de la Haute-Vienne a annoncé ce mercredi la décision de mettre en place la jauge de 5000 personnes pour le seizième de finale de…

    ", + "content": "La magie de la Coupe frappe à nouveau.
    \n
    \nLe Préfet de la Haute-Vienne a annoncé ce mercredi la décision de mettre en place la jauge de 5000 personnes pour le seizième de finale de…

    ", "category": "", - "link": "https://www.sofoot.com/younes-belhanda-galatasaray-fenerbahce-c-est-montpellier-nimes-puissance-1000-508501.html", + "link": "https://www.sofoot.com/chauvigny-om-se-jouera-finalement-devant-5000-personnes-508881.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-younes-belhanda-galatasaray-fenerbahce-c-est-montpellier-nimes-puissance-1000-1639912927_x600_articles-alt-508501.jpg", + "pubDate": "2021-12-29T13:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chauvigny-om-se-jouera-finalement-devant-5000-personnes-1640787860_x600_articles-508881.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -73997,17 +75421,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "1da214905e5ca1335cc9dbc18c9cc5b3" + "hash": "0dfbd8d1e9f97334ebbd3c1a3d40c86c", + "highlights": [] }, { - "title": "Les cadeaux de Noël qu'on n'a surtout pas envie de recevoir", - "description": "Noël approche et, en tant que footeux assumé, vous avez de fortes chances de recevoir des cadeaux ayant un lien avec le ballon rond. Tout sauf une assurance de qualité, car le sport-roi draine une cohorte de produits dérivés pas forcément utiles, voire parfois carrément gênants. Voici, en tout cas, une liste non exhaustive des présents que l'on n'aimerait pas découvrir sous notre sapin, le 25 décembre au matin.

    Un pull de Noël immonde

    \n
    \nJadis cantonnée aux strictes limites du monde anglo-saxon, la mode insupportable du pull de Noël a fini par atteindre…
    ", - "content": "

    Un pull de Noël immonde

    \n
    \nJadis cantonnée aux strictes limites du monde anglo-saxon, la mode insupportable du pull de Noël a fini par atteindre…
    ", + "title": "Gary Neville contre le report des matches de Premier League", + "description": "L'avocat du diable.
    \n
    \nAlors que
    ", + "content": "L'avocat du diable.
    \n
    \nAlors que
    ", "category": "", - "link": "https://www.sofoot.com/les-cadeaux-de-noel-qu-on-n-a-surtout-pas-envie-de-recevoir-508089.html", + "link": "https://www.sofoot.com/gary-neville-contre-le-report-des-matches-de-premier-league-508882.html", "creator": "SO FOOT", - "pubDate": "2021-12-21T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-cadeaux-de-noel-qu-on-n-a-surtout-pas-envie-de-recevoir-1639069704_x600_articles-alt-508089.jpg", + "pubDate": "2021-12-29T13:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gary-neville-contre-le-report-des-matches-de-premier-league-1640792277_x600_articles-508882.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74018,17 +75443,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec26eeb8acd1a3abad8201b73fc0fd6e" + "hash": "c44787a19839a3a9241623a00239a17d", + "highlights": [] }, { - "title": "La majorité des clubs de Premier League veut continuer de jouer pendant les fêtes", - "description": "Les amateurs du Boxing Day peuvent respirer.
    \n
    \nPlusieurs matchs de Premier League ont été annulés ces derniers jours en Angleterre, en raison
    ", - "content": "Les amateurs du Boxing Day peuvent respirer.
    \n
    \nPlusieurs matchs de Premier League ont été annulés ces derniers jours en Angleterre, en raison
    ", + "title": "Cluster confirmé au FC Barcelone", + "description": "Soirée du nouvel an déconseillée pour les Blaugranas.
    \n
    \nLe Barça a annoncé trois nouveaux cas de Covid au sein de son effectif ce mercredi. Il s'agit de Samuel Umtiti,…

    ", + "content": "Soirée du nouvel an déconseillée pour les Blaugranas.
    \n
    \nLe Barça a annoncé trois nouveaux cas de Covid au sein de son effectif ce mercredi. Il s'agit de Samuel Umtiti,…

    ", "category": "", - "link": "https://www.sofoot.com/la-majorite-des-clubs-de-premier-league-veut-continuer-de-jouer-pendant-les-fetes-508562.html", + "link": "https://www.sofoot.com/cluster-confirme-au-fc-barcelone-508880.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T17:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-majorite-des-clubs-de-premier-league-veut-continuer-de-jouer-pendant-les-fetes-1640020279_x600_articles-508562.jpg", + "pubDate": "2021-12-29T13:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cluster-confirme-au-fc-barcelone-1640786600_x600_articles-508880.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74039,17 +75465,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "325d083e1d5e3a8b7591b7d398744f12" + "hash": "52a5f72672266bc49da749e6e6d6716c", + "highlights": [] }, { - "title": "Réforme de la Coupe du monde : La FIFA va verser une compensation financière à ses pays-membres", - "description": "C'est donc bien une question d'argent.
    \n
    \nRéunie ce lundi avec ses 211 fédérations, la FIFA a continué de plaider en faveur de son projet d'une Coupe du monde tous les deux ans.…

    ", - "content": "C'est donc bien une question d'argent.
    \n
    \nRéunie ce lundi avec ses 211 fédérations, la FIFA a continué de plaider en faveur de son projet d'une Coupe du monde tous les deux ans.…

    ", + "title": "Les 50 publicités avec des footeux (de 30 à 21)", + "description": "Depuis des décennies, les footballeurs servent d'ambassadeurs aux marques, qui utilisent leur image pour promouvoir leurs produits. Sauf que la qualité première d'un footballeur n'est pas forcément l'acting studio. Et lorsqu'ils se retrouvent derrière la caméra, cela donne souvent des résultats mythiques. Florilège des 50 meilleures publicités mettant en scène des footeux.
    \n
    \nEn 2004, Puma avait réalisé un spot animé pour le lancement du nouveau maillot des Lions indomptables. La…

    ", + "content": "
    \n
    \nEn 2004, Puma avait réalisé un spot animé pour le lancement du nouveau maillot des Lions indomptables. La…

    ", "category": "", - "link": "https://www.sofoot.com/reforme-de-la-coupe-du-monde-la-fifa-va-verser-une-compensation-financiere-a-ses-pays-membres-508564.html", + "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-30-a-21-508682.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T16:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-reforme-de-la-coupe-du-monde-la-fifa-va-verser-une-compensation-financiere-a-ses-pays-membres-1640020047_x600_articles-508564.jpg", + "pubDate": "2021-12-29T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-de-30-a-21-1640551973_x600_articles-alt-508682.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74060,17 +75487,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "925171b3ee7ac651bbe055491b28b1e6" + "hash": "84c7dea926207a82e11ba1475f6bc273", + "highlights": [] }, { - "title": "Le président de la CAF confiant pour l'organisation de la CAN", - "description": "Saga CAF-rica !
    \n
    \nLe président de la CAF Patrice Motsepe est venu jouer les pompiers de service au Cameroun, censé accueillir la Coupe d'Afrique des nations du 9 janvier au 6 février…

    ", - "content": "Saga CAF-rica !
    \n
    \nLe président de la CAF Patrice Motsepe est venu jouer les pompiers de service au Cameroun, censé accueillir la Coupe d'Afrique des nations du 9 janvier au 6 février…

    ", + "title": "1993, la première épopée capitale du PSG", + "description": "Début des années 1990, Canal Plus s'offre le Paris SG. Et dès la saison 1992-1993, le PSG se paie une première campagne européenne et un premier match de légende contre le Real Madrid.
    Article paru dans le numéro 70 de SO FOOT CLUB
    \n
    \nAction folle, match fou. Le défenseur…

    ", + "content": "Article paru dans le numéro 70 de SO FOOT CLUB
    \n
    \nAction folle, match fou. Le défenseur…

    ", "category": "", - "link": "https://www.sofoot.com/le-president-de-la-caf-confiant-pour-l-organisation-de-la-can-508563.html", + "link": "https://www.sofoot.com/1993-la-premiere-epopee-capitale-du-psg-508567.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T15:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-president-de-la-caf-confiant-pour-l-organisation-de-la-can-1640018283_x600_articles-508563.jpg", + "pubDate": "2021-12-29T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-1993-la-premiere-epopee-capitale-du-psg-1640100750_x600_articles-alt-508567.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74081,17 +75509,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6272988c4078f13c83311287561c23c" + "hash": "486cbfe27310eb8d8be10be088c9daff", + "highlights": [] }, { - "title": "Finlande : Tim Sparv annonce son départ à la retraite ", - "description": "Le bûcheron raccroche sa hache.
    \n
    \nDans une vidéo postée sur le compte Twitter de la fédération finlandaise, Tim Sparv a annoncé qu'il raccrochait les crampons : \" J'ai donné…

    ", - "content": "Le bûcheron raccroche sa hache.
    \n
    \nDans une vidéo postée sur le compte Twitter de la fédération finlandaise, Tim Sparv a annoncé qu'il raccrochait les crampons : \" J'ai donné…

    ", + "title": "Fabricio Coloccini prend sa retraite", + "description": "Colo dit stop.
    \n
    \nChouchou des supporters de Newcastle entre 2008 et 2016, Fabricio Coloccini a annoncé ce mercredi sur

    ", + "content": "Colo dit stop.
    \n
    \nChouchou des supporters de Newcastle entre 2008 et 2016, Fabricio Coloccini a annoncé ce mercredi sur


    ", "category": "", - "link": "https://www.sofoot.com/finlande-tim-sparv-annonce-son-depart-a-la-retraite-508548.html", + "link": "https://www.sofoot.com/fabricio-coloccini-prend-sa-retraite-508879.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T15:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-finlande-tim-sparv-annonce-son-depart-a-la-retraite-1640014790_x600_articles-508548.jpg", + "pubDate": "2021-12-29T12:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fabricio-coloccini-prend-sa-retraite-1640786670_x600_articles-508879.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74102,17 +75531,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "07d2268b5f2b86e5443236da1d39a037" + "hash": "bd914100b894e04f56ceda7348bcee32", + "highlights": [] }, { - "title": "Maxwel Cornet élu joueur de l'année à Burnley", - "description": "Avoir un poste attitré, ça aide !
    \n
    \nTout roule pour Maxwel Cornet depuis son départ de Lyon sur un carton rouge, reçu
    ", - "content": "Avoir un poste attitré, ça aide !
    \n
    \nTout roule pour Maxwel Cornet depuis son départ de Lyon sur un carton rouge, reçu
    ", + "title": "Un sénateur demande une adaptation de la jauge de 5000 personnes", + "description": "Fallait y penser.
    \n
    \nDans le cadre des nouvelles restrictions sanitaires pour lutter contre le variant Omicron, le Premier ministre Jean Castex a annoncé ce lundi
    ", + "content": "Fallait y penser.
    \n
    \nDans le cadre des nouvelles restrictions sanitaires pour lutter contre le variant Omicron, le Premier ministre Jean Castex a annoncé ce lundi
    ", "category": "", - "link": "https://www.sofoot.com/maxwel-cornet-elu-joueur-de-l-annee-a-burnley-508561.html", + "link": "https://www.sofoot.com/un-senateur-demande-une-adaptation-de-la-jauge-de-5000-personnes-508878.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T14:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-maxwel-cornet-elu-joueur-de-l-annee-a-burnley-1640013021_x600_articles-508561.jpg", + "pubDate": "2021-12-29T12:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-senateur-demande-une-adaptation-de-la-jauge-de-5000-personnes-1640782035_x600_articles-508878.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74123,17 +75553,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "53671de715d83050ee97b9047c0134f2" + "hash": "64b2463fe987f99f076c45606516860e", + "highlights": [] }, { - "title": "Luciano Spalletti qualifie la CAN de \"monstre invisible\"", - "description": "Dans le genre déclaration douteuse...
    \n
    \nAu cœur d'un match peu emballant, mais marqué par
    ", - "content": "Dans le genre déclaration douteuse...
    \n
    \nAu cœur d'un match peu emballant, mais marqué par
    ", + "title": "Décès de Bruno Plumecocq, directeur du centre de formation de VAFC", + "description": "Le Cygne en deuil.
    \n
    \nLe Valenciennes FC a annoncé ce mardi soir le décès de Bruno Plumecocq, directeur du centre de formation depuis 2019, des suites d'une longue maladie, à l'âge de…

    ", + "content": "Le Cygne en deuil.
    \n
    \nLe Valenciennes FC a annoncé ce mardi soir le décès de Bruno Plumecocq, directeur du centre de formation depuis 2019, des suites d'une longue maladie, à l'âge de…

    ", "category": "", - "link": "https://www.sofoot.com/luciano-spalletti-qualifie-la-can-de-monstre-invisible-508560.html", + "link": "https://www.sofoot.com/deces-de-bruno-plumecocq-directeur-du-centre-de-formation-de-vafc-508877.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T14:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-luciano-spalletti-qualifie-la-can-de-monstre-invisible-1640014659_x600_articles-508560.jpg", + "pubDate": "2021-12-29T12:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-deces-de-bruno-plumecocq-directeur-du-centre-de-formation-de-vafc-1640781172_x600_articles-508877.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74144,17 +75575,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8b01b6b2f18fdab7aa18fab721df82f" + "hash": "8547fdfd3904e63897ec5f4dbedce3ba", + "highlights": [] }, { - "title": "SoFoot Ligue : Nos conseils pour faire vos picks de la semaine 17", - "description": "Vous vous êtes inscrits à la SoFoot Ligue, mais vous ne savez pas quelle équipe choisir pour ne pas finir la semaine avec 0 point ? Rassurez-vous, nous sommes là pour vous aider.
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", - "content": "
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", + "title": "Selon Xhaka, Lacazette est la bonne personne pour être capitaine d'Arsenal", + "description": "Cela ressemble à un adoubement.
    \n
    \nDans une interview accordée à The…

    ", + "content": "Cela ressemble à un adoubement.
    \n
    \nDans une interview accordée à The…

    ", "category": "", - "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-17-508555.html", + "link": "https://www.sofoot.com/selon-xhaka-lacazette-est-la-bonne-personne-pour-etre-capitaine-d-arsenal-508874.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T13:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-17-1640005664_x600_articles-508555.jpg", + "pubDate": "2021-12-29T10:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-selon-xhaka-lacazette-est-la-bonne-personne-pour-etre-capitaine-d-arsenal-1640775967_x600_articles-508874.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74165,17 +75597,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aa6e60b81660b08728d7188e4b94b15" + "hash": "1efa722652c654e117efbd08236afcda", + "highlights": [] }, { - "title": "205€ à gagner avec PSG & AS Roma + 10€ gratuits offerts", - "description": "Comme 5 de nos 7 derniers combinés (ici, ici, ici, ici et ici), on tente de vous faire gagner avec une cote autour de 2,00 sur les matchs de ce mercredi ! En espérant vous offrir un petit cadeau avant Noël

    160€ offerts donc 10€ sans sortir la CB

    \n
    \nObtenez en ce moment un double bonus chez
    ", - "content": "

    160€ offerts donc 10€ sans sortir la CB

    \n
    \nObtenez en ce moment un double bonus chez

    ", + "title": "John Terry annonce son come-back à Chelsea", + "description": "Le capitaine revient à la maison.
    \n
    \nVéritable légende de Chelsea, John Terry s'apprête à faire son come-back chez les Blues. L'ancien défenseur avait quitté son club de…

    ", + "content": "Le capitaine revient à la maison.
    \n
    \nVéritable légende de Chelsea, John Terry s'apprête à faire son come-back chez les Blues. L'ancien défenseur avait quitté son club de…

    ", "category": "", - "link": "https://www.sofoot.com/205e-a-gagner-avec-psg-as-roma-10e-gratuits-offerts-508558.html", + "link": "https://www.sofoot.com/john-terry-annonce-son-come-back-a-chelsea-508873.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T15:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-205e-a-gagner-avec-psg-as-roma-10e-gratuits-offerts-1640016407_x600_articles-508558.jpg", + "pubDate": "2021-12-29T10:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-john-terry-annonce-son-come-back-a-chelsea-1640778133_x600_articles-508873.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74186,17 +75619,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "3629c7f00c3187180e9863607f11090d" + "hash": "61d81081bb508735d98e45509a1b64c4", + "highlights": [] }, { - "title": "C1 féminine : Bayern-PSG et Juve-OL en quarts de finale", - "description": "Du premier coup cette fois !
    \n
    \nLe tirage au sort des quarts de finale de la Ligue des champions féminine a rendu son verdict ce lundi. Les Parisiennes se rendront d'abord en Allemagne…

    ", - "content": "Du premier coup cette fois !
    \n
    \nLe tirage au sort des quarts de finale de la Ligue des champions féminine a rendu son verdict ce lundi. Les Parisiennes se rendront d'abord en Allemagne…

    ", + "title": "Everton-Newcastle reporté", + "description": "Un de plus sur la liste.
    \n
    \nÀ la veille de la Saint-Sylvestre, Newcastle était censé se déplacer sur la pelouse d'Everton pour le compte de la vingtième journée de Premier League.…

    ", + "content": "Un de plus sur la liste.
    \n
    \nÀ la veille de la Saint-Sylvestre, Newcastle était censé se déplacer sur la pelouse d'Everton pour le compte de la vingtième journée de Premier League.…

    ", "category": "", - "link": "https://www.sofoot.com/c1-feminine-bayern-psg-et-juve-ol-en-quarts-de-finale-508557.html", + "link": "https://www.sofoot.com/everton-newcastle-reporte-508871.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T13:11:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-c1-feminine-bayern-psg-et-juve-ol-en-quarts-de-finale-1640009111_x600_articles-508557.jpg", + "pubDate": "2021-12-29T10:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-everton-newcastle-reporte-1640775699_x600_articles-508871.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74207,17 +75641,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "256b6c5009fe9e632505d415244d802d" + "hash": "9568685861c92cc8b3d19de43ba44cc5", + "highlights": [] }, { - "title": "Jair Bolsonaro : 84 maillots de foot et une élection en 2022", - "description": "Le Brésil choisira son futur président en octobre 2022. Le sortant, Jair Bolsonaro, est loin derrière dans les sondages, mais compte sur son arme secrète : sa collection de maillots.
    À côté de lui, Jean-Michel Aulas apparaîtrait comme un homme populaire. 70% des électeurs brésiliens ne font pas confiance à Jair Bolsonaro, président de la République, selon une étude…", - "content": "À côté de lui, Jean-Michel Aulas apparaîtrait comme un homme populaire. 70% des électeurs brésiliens ne font pas confiance à Jair Bolsonaro, président de la République, selon une étude…", + "title": "Des supporters du Beerschot filmés en train de scander des chants antisémites", + "description": "Et ça continue...
    \n
    \n
    Après les insultes racistes proférées à l'encontre de Vincent…

    ", + "content": "Et ça continue...
    \n
    \nAprès les insultes racistes proférées à l'encontre de Vincent…

    ", "category": "", - "link": "https://www.sofoot.com/jair-bolsonaro-84-maillots-de-foot-et-une-election-en-2022-508525.html", + "link": "https://www.sofoot.com/des-supporters-du-beerschot-filmes-en-train-de-scander-des-chants-antisemites-508868.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jair-bolsonaro-84-maillots-de-foot-et-une-election-en-2022-1639939618_x600_articles-alt-508525.jpg", + "pubDate": "2021-12-29T09:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-des-supporters-du-beerschot-filmes-en-train-de-scander-des-chants-antisemites-1640771752_x600_articles-508868.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74228,17 +75663,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "a94350a719424d31c2bd55f1e6df2fb9" + "hash": "792b87d1122ae6c8fb14e8c4c1d1cfde", + "highlights": [] }, { - "title": "Belgique : Peter Croonen n'est plus le président de la Pro League", - "description": "Remue-ménage à Tubize.
    \n
    \nEn mai 2019, Peter Croonen devenait le nouveau président de la Pro League belge, succédant à l'unanimité à Marc Coucke. Plus de deux ans et demi plus tard,…

    ", - "content": "Remue-ménage à Tubize.
    \n
    \nEn mai 2019, Peter Croonen devenait le nouveau président de la Pro League belge, succédant à l'unanimité à Marc Coucke. Plus de deux ans et demi plus tard,…

    ", + "title": "Vers la création d'un canal de communication pour les arbitres italiens", + "description": "Et pour une fois, ce n'est pas une idée d'Arsène Wenger.
    \n
    \nSouvent les premiers ciblés par les excès de colère et de frustration, les arbitres n'ont pas toujours la tâche facile. En…

    ", + "content": "Et pour une fois, ce n'est pas une idée d'Arsène Wenger.
    \n
    \nSouvent les premiers ciblés par les excès de colère et de frustration, les arbitres n'ont pas toujours la tâche facile. En…

    ", "category": "", - "link": "https://www.sofoot.com/belgique-peter-croonen-n-est-plus-le-president-de-la-pro-league-508554.html", + "link": "https://www.sofoot.com/vers-la-creation-d-un-canal-de-communication-pour-les-arbitres-italiens-508869.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T12:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-belgique-peter-croonen-n-est-plus-le-president-de-la-pro-league-1640007945_x600_articles-508554.jpg", + "pubDate": "2021-12-29T09:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vers-la-creation-d-un-canal-de-communication-pour-les-arbitres-italiens-1640773048_x600_articles-508869.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74249,17 +75685,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "61a344b725deb06318a4d1626ce66b01" + "hash": "f35f3ecb020743fdbdf8ed3f8d9b76ac", + "highlights": [] }, { - "title": "Pronostic FC Séville Barcelone : Analyse, cotes et prono du match de Liga", - "description": "

    Séville domine le Barca

    \n
    \nEn match en retard de la 4e journée de la Liga, le FC Séville reçoit le FC Barcelone. La formation andalouse est…
    ", - "content": "

    Séville domine le Barca

    \n
    \nEn match en retard de la 4e journée de la Liga, le FC Séville reçoit le FC Barcelone. La formation andalouse est…
    ", + "title": "PFC-OL : L'UNFP condamne les \" actes imbéciles \" des \" pseudo-supporters \"", + "description": "Le syndicat des joueurs pros ne mâche pas ses mots.
    \n
    \nÀ chaque jour sa réaction. Ce mardi, c'est l'Union nationale des footballeurs professionnels (UNFP)

    ", + "content": "Le syndicat des joueurs pros ne mâche pas ses mots.
    \n
    \nÀ chaque jour sa réaction. Ce mardi, c'est l'Union nationale des footballeurs professionnels (UNFP)


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-fc-seville-barcelone-analyse-cotes-et-prono-du-match-de-liga-508553.html", + "link": "https://www.sofoot.com/pfc-ol-l-unfp-condamne-les-actes-imbeciles-des-pseudo-supporters-508867.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T12:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-fc-seville-barcelone-analyse-cotes-et-prono-du-match-de-liga-1640003342_x600_articles-508553.jpg", + "pubDate": "2021-12-29T08:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-l-unfp-condamne-les-actes-imbeciles-des-pseudo-supporters-1640770184_x600_articles-508867.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74270,17 +75707,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5d161c0322f59995e478e69be20445d" + "hash": "175bd9ab39f09e6cb086ab09f053e7f3", + "highlights": [] }, { - "title": "Pronostic Auxerre Le Havre : Analyse cote et prono du match de Ligue 2", - "description": "

    Auxerre profite du coup de moins bien du Havre

    \n
    \nL'AJ Auxerre a un objectif cette saison qui est la montée en Ligue 1. La formation bourguignonne va…
    ", - "content": "

    Auxerre profite du coup de moins bien du Havre

    \n
    \nL'AJ Auxerre a un objectif cette saison qui est la montée en Ligue 1. La formation bourguignonne va…
    ", + "title": "Kylian Mbappé : \" Je finirai la saison au PSG \"", + "description": "La nouvelle était attendue, mais rassure les supporters parisiens.
    \n
    \nÀ l'occasion des Globe Soccer Awards, une remise de prix organisée à Dubaï, Kylian Mbappé a accordé une
    ", + "content": "La nouvelle était attendue, mais rassure les supporters parisiens.
    \n
    \nÀ l'occasion des Globe Soccer Awards, une remise de prix organisée à Dubaï, Kylian Mbappé a accordé une
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-auxerre-le-havre-analyse-cote-et-prono-du-match-de-ligue-2-508552.html", + "link": "https://www.sofoot.com/kylian-mbappe-je-finirai-la-saison-au-psg-508866.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T11:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-auxerre-le-havre-analyse-cote-et-prono-du-match-de-ligue-2-1640002473_x600_articles-508552.jpg", + "pubDate": "2021-12-29T08:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-je-finirai-la-saison-au-psg-1640768559_x600_articles-508866.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74291,17 +75729,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bf342a6cfc59a15a7495725b0faf352" + "hash": "06c155dcf2fa619e73d50a61581ea210", + "highlights": [] }, { - "title": "Bergerac n'a toujours pas encaissé de but en Coupe de France", - "description": "Forteresse imprenable.
    \n
    \n
    Tombeurs du FC Metz ce dimanche, les joueurs de Bergerac en sont désormais…

    ", - "content": "Forteresse imprenable.
    \n
    \nTombeurs du FC Metz ce dimanche, les joueurs de Bergerac en sont désormais…

    ", + "title": "La rencontre AS Vitré-Nantes se jouera bien à la Beaujoire", + "description": "Cette fois, David a perdu contre Goliath.
    \n
    \nSi la perspective d'une rencontre AS Vitré-Nantes réjouissait les dirigeants du club de National 2, l'annonce de la tenue de ce match à…

    ", + "content": "Cette fois, David a perdu contre Goliath.
    \n
    \nSi la perspective d'une rencontre AS Vitré-Nantes réjouissait les dirigeants du club de National 2, l'annonce de la tenue de ce match à…

    ", "category": "", - "link": "https://www.sofoot.com/bergerac-n-a-toujours-pas-encaisse-de-but-en-coupe-de-france-508551.html", + "link": "https://www.sofoot.com/la-rencontre-as-vitre-nantes-se-jouera-bien-a-la-beaujoire-508865.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T11:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bergerac-n-a-toujours-pas-encaisse-de-but-en-coupe-de-france-1640002192_x600_articles-508551.jpg", + "pubDate": "2021-12-29T07:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-rencontre-as-vitre-nantes-se-jouera-bien-a-la-beaujoire-1640765691_x600_articles-508865.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74312,17 +75751,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad15dc0b38af168f401ddaf356f46a6f" + "hash": "b4fd35515f18160e79eba2c0e3f7443d", + "highlights": [] }, { - "title": "Pronostic Guingamp Dunkerque : Analyse cote et prono du match de Ligue 2", - "description": "

    Guingamp repart de l'avant face à Dunkerque

    \n
    \nCette opposition entre Guingamp et Dunkerque met aux prises deux formations qui luttent pour leur…
    ", - "content": "

    Guingamp repart de l'avant face à Dunkerque

    \n
    \nCette opposition entre Guingamp et Dunkerque met aux prises deux formations qui luttent pour leur…
    ", + "title": "L'OL \"prend acte\" des sanctions de la FFF", + "description": "Mais pas sur le Twitter de Jean-Michel Aulas.
    \n
    \nLes
    ", + "content": "Mais pas sur le Twitter de Jean-Michel Aulas.
    \n
    \nLes
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-guingamp-dunkerque-analyse-cote-et-prono-du-match-de-ligue-2-508550.html", + "link": "https://www.sofoot.com/l-ol-prend-acte-des-sanctions-de-la-fff-508864.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T11:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guingamp-dunkerque-analyse-cote-et-prono-du-match-de-ligue-2-1640000208_x600_articles-508550.jpg", + "pubDate": "2021-12-29T07:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-ol-prend-acte-des-sanctions-de-la-fff-1640766010_x600_articles-508864.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74333,17 +75773,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8958a89a59ff542ce9ba17bb35dc727" + "hash": "86728e9334400056ddc14e03e0d9c2e4", + "highlights": [] }, { - "title": "64 arrestations en marge de Feyenoord-Ajax", - "description": "Le match est à huis clos ? On peut toujours se battre dehors.
    \n
    \nLa rencontre entre
    ", - "content": "Le match est à huis clos ? On peut toujours se battre dehors.
    \n
    \nLa rencontre entre
    ", + "title": "Pronostic Manchester United Burnley : Analyse, cotes et prono du match de Premier League", + "description": "

    Un Manchester United - Burnley bien nul ?

    \n
    \nSeulement 7e de Premier League et rapidement éliminé de League Cup, Manchester United fait une…
    ", + "content": "

    Un Manchester United - Burnley bien nul ?

    \n
    \nSeulement 7e de Premier League et rapidement éliminé de League Cup, Manchester United fait une…
    ", "category": "", - "link": "https://www.sofoot.com/64-arrestations-en-marge-de-feyenoord-ajax-508546.html", + "link": "https://www.sofoot.com/pronostic-manchester-united-burnley-analyse-cotes-et-prono-du-match-de-premier-league-508862.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T11:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-64-arrestations-en-marge-de-feyenoord-ajax-1639999370_x600_articles-508546.jpg", + "pubDate": "2021-12-29T06:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-burnley-analyse-cotes-et-prono-du-match-de-premier-league-1640760542_x600_articles-508862.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74354,17 +75795,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "7250312620fea59c02d7f4a43cfa2f92" + "hash": "5dafa86d18f4c27c70885b8ffd260914", + "highlights": [] }, { - "title": "Pronostic Ajaccio Grenoble : Analyse cote et prono du match de Ligue 2", - "description": "

    Ajaccio enfonce Grenoble

    \n
    \nL'AC Ajaccio dispute cette dernière journée de l'année civile 2021 en tant que leader de Ligue 2. Ce résultat…
    ", - "content": "

    Ajaccio enfonce Grenoble

    \n
    \nL'AC Ajaccio dispute cette dernière journée de l'année civile 2021 en tant que leader de Ligue 2. Ce résultat…
    ", + "title": "Pronostic FC Porto Benfica : Analyse, cotes et prono du match de Liga NOS", + "description": "

    Le FC Porto domine encore le Benfica

    \n
    \nJeudi dernier, le FC Porto et le Benfica s'affrontaient déjà en 1/8e de finale de Coupe du Portugal. A…
    ", + "content": "

    Le FC Porto domine encore le Benfica

    \n
    \nJeudi dernier, le FC Porto et le Benfica s'affrontaient déjà en 1/8e de finale de Coupe du Portugal. A…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-ajaccio-grenoble-analyse-cote-et-prono-du-match-de-ligue-2-508547.html", + "link": "https://www.sofoot.com/pronostic-fc-porto-benfica-analyse-cotes-et-prono-du-match-de-liga-nos-508863.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T11:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-ajaccio-grenoble-analyse-cote-et-prono-du-match-de-ligue-2-1639999319_x600_articles-508547.jpg", + "pubDate": "2021-12-29T06:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-fc-porto-benfica-analyse-cotes-et-prono-du-match-de-liga-nos-1640761422_x600_articles-508863.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74375,17 +75817,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "af822faa1b693e510b647da471de665e" + "hash": "e1df0bee6fe204c13dab011063067a56", + "highlights": [] }, { - "title": "Dans les coulisses du Stade poitevin, face au RC Lens", - "description": "Ce dimanche, le Stade poitevin accueillait en 32es de finale de Coupe de France le très à la mode et très impressionnant Racing Club de Lens de Franck Haise au pays du Futuroscope. On y était.Il n'est pas encore 10 heures du matin, mais dans les travées du stade Michel-Amand de Poitiers règne déjà une effervescence inhabituelle. \"J'en peux plus, rigole Jérôme, responsable…", - "content": "Il n'est pas encore 10 heures du matin, mais dans les travées du stade Michel-Amand de Poitiers règne déjà une effervescence inhabituelle. \"J'en peux plus, rigole Jérôme, responsable…", + "title": "Lyon : 2021, l'année noire", + "description": "Embourbé à une triste 13e place en Ligue 1, Lyon s'est vu exclure de la Coupe de France par la commission de discipline de la LFP après les graves incidents survenus à Charléty lors du match face au Paris FC. Un triste clap de fin sur une année 2021 à oublier dans le Rhône. Vivement 2022, en espérant que la nouvelle année soit synonyme de vent nouveau.Tout le monde perdant. Telle est la décision de la commission de discipline de la LFP,

    Dijon accroche Nancy

    \n
    \nL'AS Nancy Lorraine vit une saison de Ligue 2 très compliquée, calée en dernière position. En revanche, les Lorrains se sont…
    ", - "content": "

    Dijon accroche Nancy

    \n
    \nL'AS Nancy Lorraine vit une saison de Ligue 2 très compliquée, calée en dernière position. En revanche, les Lorrains se sont…
    ", + "title": "Messi, le mauvais rêve", + "description": "Qui aurait pu croire que Lionel Messi galèrerait autant à se mettre au diapason de la Ligue 1 et qui se risquerait vraiment à prédire que l'Argentin ne se réveillera pas ?Si quelqu'un avait dit début août, lorsqu'il a posé le pied à Paris dans une ambiance d'arrivée de Dieu sur Terre, que Lionel Messi terminerait la première partie de saison avec un…", + "content": "Si quelqu'un avait dit début août, lorsqu'il a posé le pied à Paris dans une ambiance d'arrivée de Dieu sur Terre, que Lionel Messi terminerait la première partie de saison avec un…", "category": "", - "link": "https://www.sofoot.com/pronostic-nancy-dijon-analyse-cote-et-prono-du-match-de-ligue-2-508545.html", + "link": "https://www.sofoot.com/messi-le-mauvais-reve-508839.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T10:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nancy-dijon-analyse-cote-et-prono-du-match-de-ligue-2-1639997999_x600_articles-508545.jpg", + "pubDate": "2021-12-29T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-messi-le-mauvais-reve-1640688044_x600_articles-alt-508839.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74417,17 +75861,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "acccf01576051487f64e201e4d667de9" + "hash": "80986c9c8c65e5d45aded17d5779058b", + "highlights": [] }, { - "title": "Des ultras du PSG seraient impliqués dans les incidents de Charléty", - "description": "Faites entrer les accusés.
    \n
    \nAlors que les pouvoirs publics avaient déjà pris le taureau par les cornes ce jeudi en annonçant
    ", - "content": "Faites entrer les accusés.
    \n
    \nAlors que les pouvoirs publics avaient déjà pris le taureau par les cornes ce jeudi en annonçant
    ", + "title": "Les 10 coups tactiques de l'année 2021", + "description": "L'année 2021 s'achève tranquillement, et emporte avec elle son lot d'innovations et de confirmations tactiques. Sur le terrain, le RC Lens de Franck Haise et l'Inter Milan de Simone Inzaghi crèvent chaque jour un peu plus l'écran et apparaissent logiquement dans ce top ; mais d'autres, comme Iago Aspas ou Emiliano Martinez, s'y font une place après leurs accomplissements plus ou moins légaux. En attendant 2022, voilà de quoi se régaler.

    Les sorties de balle de Franck Haise

    \nLe phénomène avait commencé ses tours de passe-passe en toute fin 2020, mais c'est véritablement en 2021 qu'on a…", + "content": "

    Les sorties de balle de Franck Haise

    \nLe phénomène avait commencé ses tours de passe-passe en toute fin 2020, mais c'est véritablement en 2021 qu'on a…", "category": "", - "link": "https://www.sofoot.com/des-ultras-du-psg-seraient-impliques-dans-les-incidents-de-charlety-508549.html", + "link": "https://www.sofoot.com/les-10-coups-tactiques-de-l-annee-2021-508816.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T10:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-des-ultras-du-psg-seraient-impliques-dans-les-incidents-de-charlety-1640002012_x600_articles-508549.jpg", + "pubDate": "2021-12-29T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-10-coups-tactiques-de-l-annee-2021-1640715580_x600_articles-alt-508816.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74438,17 +75883,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce307072e9177e8e7bd612d9382c14e9" + "hash": "cc68e1aa9312b37e6e2d62dfc844450e", + "highlights": [] }, { - "title": "Un hors jeu de Giroud contre le Napoli crée la polémique", - "description": "Un coup de VAR qui ne passe pas.
    \n
    \nDans le temps additionnel du choc entre l'AC Milan et Naples ce dimanche soir,…

    ", - "content": "Un coup de VAR qui ne passe pas.
    \n
    \nDans le temps additionnel du choc entre l'AC Milan et Naples ce dimanche soir,…

    ", + "title": "Liverpool chute à Leicester", + "description": "Dominateur, mais imprécis, Liverpool, qui a vu Mohamed Salah rater un penalty en première mi-temps, a fini par s'incliner chez un Leicester roublard et froidement réaliste ce mardi (1-0).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/un-hors-jeu-de-giroud-contre-le-napoli-cree-la-polemique-508544.html", + "link": "https://www.sofoot.com/liverpool-chute-a-leicester-508840.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T10:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-hors-jeu-de-giroud-contre-le-napoli-cree-la-polemique-1639998341_x600_articles-508544.jpg", + "pubDate": "2021-12-28T21:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liverpool-chute-a-leicester-1640729061_x600_articles-alt-508840.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74459,17 +75905,18 @@ "favorite": false, "created": false, "tags": [], - "hash": "eabf3f07b7c0893e5332284eeac8343b" + "hash": "15e2dd0793cb4fbed89a91fa0eed49c0", + "highlights": [] }, { - "title": "Tottenham perd contre Rennes sur tapis vert et est éliminé de Ligue Europa Conférence", - "description": "Et un, et deux, et trois zéro !
    \n
    \nAprès le report, puis l'annulation du match, la décision définitive de l'UEFA est enfin tombée, pour le plus grand bonheur des Rennais. Cette…

    ", - "content": "Et un, et deux, et trois zéro !
    \n
    \nAprès le report, puis l'annulation du match, la décision définitive de l'UEFA est enfin tombée, pour le plus grand bonheur des Rennais. Cette…

    ", + "title": "En direct : Leicester - Liverpool", + "description": "96' : IT'S OVER ! LE HOLD-UP POUR LEICESTER !
    \n
    \nTrop brouillons et empruntés, les Reds ...", + "content": "96' : IT'S OVER ! LE HOLD-UP POUR LEICESTER !
    \n
    \nTrop brouillons et empruntés, les Reds ...", "category": "", - "link": "https://www.sofoot.com/tottenham-perd-contre-rennes-sur-tapis-vert-et-est-elimine-de-ligue-europa-conference-508543.html", + "link": "https://www.sofoot.com/en-direct-leicester-liverpool-508852.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T10:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tottenham-perd-contre-rennes-sur-tapis-vert-et-est-elimine-de-ligue-europa-conference-1639997932_x600_articles-508543.jpg", + "pubDate": "2021-12-28T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-leicester-liverpool-1640725221_x600_articles-alt-508852.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74480,17 +75927,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "69d183a765248e007f2b1c9027edd0aa" + "hash": "d1d0f71b4549b8ee0c610e2eb83025a6" }, { - "title": "Pronostic Paris FC Amiens : Analyse cote et prono du match de Ligue 2", - "description": "

    Amiens peut stopper la belle série parisienne

    \n
    \nCette rencontre entre le Paris FC et Amiens met aux prises deux des équipes de L2 les plus en forme du…
    ", - "content": "

    Amiens peut stopper la belle série parisienne

    \n
    \nCette rencontre entre le Paris FC et Amiens met aux prises deux des équipes de L2 les plus en forme du…
    ", + "title": "Un jeune fan de QPR ovationné après avoir vaincu le cancer", + "description": "La plus belle des victoires.
    \n
    \nFelix Martineau, 8 ans, se souviendra pendant longtemps de cette rencontre entre les Queens Park Rangers et Bournemouth ce lundi soir. À la mi-temps, ce…

    ", + "content": "La plus belle des victoires.
    \n
    \nFelix Martineau, 8 ans, se souviendra pendant longtemps de cette rencontre entre les Queens Park Rangers et Bournemouth ce lundi soir. À la mi-temps, ce…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-paris-fc-amiens-analyse-cote-et-prono-du-match-de-ligue-2-508542.html", + "link": "https://www.sofoot.com/un-jeune-fan-de-qpr-ovationne-apres-avoir-vaincu-le-cancer-508860.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T10:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-paris-fc-amiens-analyse-cote-et-prono-du-match-de-ligue-2-1639997625_x600_articles-508542.jpg", + "pubDate": "2021-12-28T17:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-jeune-fan-de-qpr-ovationne-apres-avoir-vaincu-le-cancer-1640712743_x600_articles-508860.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74501,17 +75948,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0fdd8e63ea5323653425c9f328a7d8c" + "hash": "92271f7c11101f81b5e0c9f4445dae08" }, { - "title": "La communion des Jumeaux de M'Zouazia avec les supporters bordelais", - "description": "Autre ambiance qu'à Charléty.
    \n
    \nEn difficulté en Ligue 1,
    ", - "content": "Autre ambiance qu'à Charléty.
    \n
    \nEn difficulté en Ligue 1,
    ", + "title": "PFC-OL : Pierre Ferracci s'exprimera le 5 janvier à propos des sanctions de la FFF", + "description": "Ça ne pouvait pas en rester là.
    \n
    \nAprès les
    ", + "content": "Ça ne pouvait pas en rester là.
    \n
    \nAprès les
    ", "category": "", - "link": "https://www.sofoot.com/la-communion-des-jumeaux-de-m-zouazia-avec-les-supporters-bordelais-508541.html", + "link": "https://www.sofoot.com/pfc-ol-pierre-ferracci-s-exprimera-le-5-janvier-a-propos-des-sanctions-de-la-fff-508858.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T09:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-communion-des-jumeaux-de-m-zouazia-avec-les-supporters-bordelais-1639997429_x600_articles-508541.jpg", + "pubDate": "2021-12-28T17:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-pierre-ferracci-s-exprimera-le-5-janvier-a-propos-des-sanctions-de-la-fff-1640711811_x600_articles-508858.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74522,17 +75969,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "59f35a480600b16f9ced69725b9dbe07" + "hash": "4c971f22d3db996406de279b3137e57c" }, { - "title": "Feu vert pour le projet de nouveau stade de Barcelone", - "description": "Cadeau de Noël doré pour les Blaugrana.
    \n
    \nEn s'en sortant difficilement samedi dernier…

    ", - "content": "Cadeau de Noël doré pour les Blaugrana.
    \n
    \nEn s'en sortant difficilement samedi dernier…

    ", + "title": "Palomino champion d'Europe des interceptions en 2021, Tchouaméni roi des tacles", + "description": "No Pasaran !
    \n
    \nLe solide défenseur argentin de l'Atalanta José Luis Palomino est le joueur qui a effectué le plus d'interceptions dans les cinq grands championnats européens…

    ", + "content": "No Pasaran !
    \n
    \nLe solide défenseur argentin de l'Atalanta José Luis Palomino est le joueur qui a effectué le plus d'interceptions dans les cinq grands championnats européens…

    ", "category": "", - "link": "https://www.sofoot.com/feu-vert-pour-le-projet-de-nouveau-stade-de-barcelone-508539.html", + "link": "https://www.sofoot.com/palomino-champion-d-europe-des-interceptions-en-2021-tchouameni-roi-des-tacles-508857.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T09:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-feu-vert-pour-le-projet-de-nouveau-stade-de-barcelone-1639995306_x600_articles-508539.jpg", + "pubDate": "2021-12-28T17:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-palomino-champion-d-europe-des-interceptions-en-2021-tchouameni-roi-des-tacles-1640711686_x600_articles-508857.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74543,17 +75990,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e6eeb14d15bec40c902400e1b9c42a8" + "hash": "8ce5de1bcfd8ab24cb7cd7f7d4d54cad" }, { - "title": "Vincent Kompany victime de racisme à Bruges", - "description": "Dans ces moments-là, mieux vaut rester en bonne compagnie.
    \n
    \nVincent Kompany a subi des insultes racistes ce dimanche alors qu'Anderlecht se déplaçait du côté du Club Bruges pour
    ", - "content": "Dans ces moments-là, mieux vaut rester en bonne compagnie.
    \n
    \nVincent Kompany a subi des insultes racistes ce dimanche alors qu'Anderlecht se déplaçait du côté du Club Bruges pour
    ", + "title": "West Ham se requinque à Watford", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/vincent-kompany-victime-de-racisme-a-bruges-508537.html", + "link": "https://www.sofoot.com/west-ham-se-requinque-a-watford-508851.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T08:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vincent-kompany-victime-de-racisme-a-bruges-1639990936_x600_articles-508537.jpg", + "pubDate": "2021-12-28T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-west-ham-se-requinque-a-watford-1640710596_x600_articles-508851.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74564,17 +76011,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1052d66e164c48a56ac25d3182924eb7" + "hash": "703eaf011c32a2601e5c2044a3055369" }, { - "title": "Pronostic Quevilly Rouen Caen : Analyse cote et prono du match de Ligue 2", - "description": "

    Caen solide à Quevilly Rouen

    \n
    \nDans une seconde partie de tableau en Ligue 2 où seulement 4 points séparent le 10e, Nîmes du…
    ", - "content": "

    Caen solide à Quevilly Rouen

    \n
    \nDans une seconde partie de tableau en Ligue 2 où seulement 4 points séparent le 10e, Nîmes du…
    ", + "title": "Crystal Palace en balade face à Norwich", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-quevilly-rouen-caen-analyse-cote-et-prono-du-match-de-ligue-2-508538.html", + "link": "https://www.sofoot.com/crystal-palace-en-balade-face-a-norwich-508850.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T08:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-quevilly-rouen-caen-analyse-cote-et-prono-du-match-de-ligue-2-1639990551_x600_articles-508538.jpg", + "pubDate": "2021-12-28T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-crystal-palace-en-balade-face-a-norwich-1640711223_x600_articles-508850.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74585,17 +76032,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bcfa7a52705dda0cc355af1cd881863" + "hash": "bb12e2a2ebcd635465ab09a56fc5376d" }, { - "title": "Pronostic Nîmes Toulouse : Analyse cote et prono du match de Ligue 2", - "description": "

    Nîmes – Toulouse acte II

    \n
    \nLe week-end passé, Nîmois et Toulousains se sont affrontés au Stadium dans le cadre de la Coupe de France. Les…
    ", - "content": "

    Nîmes – Toulouse acte II

    \n
    \nLe week-end passé, Nîmois et Toulousains se sont affrontés au Stadium dans le cadre de la Coupe de France. Les…
    ", + "title": "Tottenham bloqué à Southampton", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-nimes-toulouse-analyse-cote-et-prono-du-match-de-ligue-2-508536.html", + "link": "https://www.sofoot.com/tottenham-bloque-a-southampton-508856.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T08:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nimes-toulouse-analyse-cote-et-prono-du-match-de-ligue-2-1639989557_x600_articles-508536.jpg", + "pubDate": "2021-12-28T16:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-bloque-a-southampton-1640710488_x600_articles-508856.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74606,17 +76053,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66b51b3a8218adde0e1bcaabc32bdfd2" + "hash": "584849e03bb7e67187bdc97e03521362" }, { - "title": "Pierre Ferracci va porter plainte après les incidents contre Lyon", - "description": "Même Paris et Marseille ont trouvé un point d'accord cette saison.
    \n
    \nLe président du Paris FC Pierre Ferracci a annoncé qu'il allait porter plainte contre X une fois la décision de la…

    ", - "content": "Même Paris et Marseille ont trouvé un point d'accord cette saison.
    \n
    \nLe président du Paris FC Pierre Ferracci a annoncé qu'il allait porter plainte contre X une fois la décision de la…

    ", + "title": "Lorenzo Insigne pourrait rejoindre le Toronto FC", + "description": "Il Magnifico en partance de son berceau ?
    \n
    \nÀ Naples, Lorenzo Insigne est le patron. Né dans la banlieue napolitaine, passé pro en 2009 chez les Gli Azzurri, l'attaquant a…

    ", + "content": "Il Magnifico en partance de son berceau ?
    \n
    \nÀ Naples, Lorenzo Insigne est le patron. Né dans la banlieue napolitaine, passé pro en 2009 chez les Gli Azzurri, l'attaquant a…

    ", "category": "", - "link": "https://www.sofoot.com/pierre-ferracci-va-porter-plainte-apres-les-incidents-contre-lyon-508535.html", + "link": "https://www.sofoot.com/lorenzo-insigne-pourrait-rejoindre-le-toronto-fc-508859.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T08:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pierre-ferracci-va-porter-plainte-apres-les-incidents-contre-lyon-1639990115_x600_articles-508535.jpg", + "pubDate": "2021-12-28T16:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lorenzo-insigne-pourrait-rejoindre-le-toronto-fc-1640712933_x600_articles-508859.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74627,17 +76074,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "66efee5f12daea6c4cb8d82b4eac2358" + "hash": "c64f1a1ba1550379f9d7daed5d0806f5" }, { - "title": "Pronostic Rodez Bastia : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Rodez enchaîne face à Bastia

    \n
    \nRodez dispute sa 3e saison consécutive en Ligue 2. Lors des deux premières saisons, les Aveyronnais ont dû…
    ", - "content": "

    Rodez enchaîne face à Bastia

    \n
    \nRodez dispute sa 3e saison consécutive en Ligue 2. Lors des deux premières saisons, les Aveyronnais ont dû…
    ", + "title": "Ben Chilwell forfait jusqu'à la fin de la saison à Chelsea", + "description": "Chilwell sur le flanc.
    \n
    \nSorti sur blessure le 23 novembre dernier lors de la déculottée…

    ", + "content": "Chilwell sur le flanc.
    \n
    \nSorti sur blessure le 23 novembre dernier lors de la déculottée…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-rodez-bastia-analyse-cotes-et-prono-du-match-de-ligue-2-508534.html", + "link": "https://www.sofoot.com/ben-chilwell-forfait-jusqu-a-la-fin-de-la-saison-a-chelsea-508855.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T08:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rodez-bastia-analyse-cotes-et-prono-du-match-de-ligue-2-1639988791_x600_articles-508534.jpg", + "pubDate": "2021-12-28T15:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ben-chilwell-forfait-jusqu-a-la-fin-de-la-saison-a-chelsea-1640707411_x600_articles-508855.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74648,17 +76095,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5440712cd9ee6c219a47e3bcff51d2ce" + "hash": "dc095efc798d51b0d185e591fe490622" }, { - "title": "Pronostic Niort Pau : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Niort sur sa lancée face à Pau

    \n
    \nEn grande souffrance lors des deux dernières saisons, Niort s'est sauvé miraculeusement deux fois, respectivement…
    ", - "content": "

    Niort sur sa lancée face à Pau

    \n
    \nEn grande souffrance lors des deux dernières saisons, Niort s'est sauvé miraculeusement deux fois, respectivement…
    ", + "title": "Les Ultramarines stoppent leur activité à cause du retour de la jauge", + "description": "L'ambiance redevient délétère.
    \n
    \nPrincipal groupe de supporters des Girondins de Bordeaux, les Ultramarines ont annoncé sur Twitter qu'ils arrêtaient leur activité d'ultras…

    ", + "content": "L'ambiance redevient délétère.
    \n
    \nPrincipal groupe de supporters des Girondins de Bordeaux, les Ultramarines ont annoncé sur Twitter qu'ils arrêtaient leur activité d'ultras…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-niort-pau-analyse-cotes-et-prono-du-match-de-ligue-2-508533.html", + "link": "https://www.sofoot.com/les-ultramarines-stoppent-leur-activite-a-cause-du-retour-de-la-jauge-508854.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T07:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-niort-pau-analyse-cotes-et-prono-du-match-de-ligue-2-1639988060_x600_articles-508533.jpg", + "pubDate": "2021-12-28T15:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-ultramarines-stoppent-leur-activite-a-cause-du-retour-de-la-jauge-1640706861_x600_articles-508854.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74669,17 +76116,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bb43b6fa8ceb5d1b98823d4ae7afdd7" + "hash": "77b0778ddbbc4a5c3a0b8b0a73ec4256" }, { - "title": "Pronostic Sochaux Valenciennes : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Sochaux se méfie de Valenciennes

    \n
    \nIntéressant l'an passé, Sochaux avait fini aux portes des playoffs alors que sa saison dernière devait un…
    ", - "content": "

    Sochaux se méfie de Valenciennes

    \n
    \nIntéressant l'an passé, Sochaux avait fini aux portes des playoffs alors que sa saison dernière devait un…
    ", + "title": "Mbappé, comme un grand", + "description": "Kylian Mbappé vient peut-être d'effectuer sa première prise de parole d'importance au sein de la petite famille du football. L'attaquant français s'est en effet exprimé comme un grand pour dénoncer la Coupe du monde tous les deux ans. Une réaction qui éborgne encore un peu davantage la com' de la FIFA à ce propos.Venu récupérer à Dubaï son prix de meilleur joueur de l'année aux Globe Soccer Awards, l'attaquant du PSG n'a pour une fois pas fui la polémique ni la controverse. Sollicité pour donner son…", + "content": "Venu récupérer à Dubaï son prix de meilleur joueur de l'année aux Globe Soccer Awards, l'attaquant du PSG n'a pour une fois pas fui la polémique ni la controverse. Sollicité pour donner son…", "category": "", - "link": "https://www.sofoot.com/pronostic-sochaux-valenciennes-analyse-cotes-et-prono-du-match-de-ligue-2-508532.html", + "link": "https://www.sofoot.com/mbappe-comme-un-grand-508848.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T06:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-sochaux-valenciennes-analyse-cotes-et-prono-du-match-de-ligue-2-1639987316_x600_articles-508532.jpg", + "pubDate": "2021-12-28T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mbappe-comme-un-grand-1640701369_x600_articles-alt-508848.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74690,17 +76137,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9c58dd8e5c85abea4dd110741204fa6" + "hash": "10db692209d0e0d32db8e8d4e72800fc" }, { - "title": "Bonus Winamax : 100€ DIRECT (Déposez 100€ et Misez avec 200€)", - "description": "

    Bonus Winamax : Déposez 100€ et misez direct avec 200€

    \n
    \nLe Bonus Winamax est actuellement de 100€ DIRECT !
    \n
    \n


    ", - "content": "

    Bonus Winamax : Déposez 100€ et misez direct avec 200€

    \n
    \nLe Bonus Winamax est actuellement de 100€ DIRECT !
    \n
    \n



    ", + "title": "Jorge Jesus quitte Benfica à deux jours du choc contre Porto ", + "description": "Timing parfait.
    \n
    \nÀ deux jours d'un déplacement crucial à Porto, leader du championnat, Benfica a annoncé ce mardi la démission de son entraîneur Jorge Jesus. L'entraîneur…

    ", + "content": "Timing parfait.
    \n
    \nÀ deux jours d'un déplacement crucial à Porto, leader du championnat, Benfica a annoncé ce mardi la démission de son entraîneur Jorge Jesus. L'entraîneur…

    ", "category": "", - "link": "https://www.sofoot.com/bonus-winamax-100e-direct-deposez-100e-et-misez-avec-200e-508331.html", + "link": "https://www.sofoot.com/jorge-jesus-quitte-benfica-a-deux-jours-du-choc-contre-porto-508849.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T12:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bonus-winamax-100e-direct-deposez-100e-et-misez-avec-200e-1639571693_x600_articles-508331.jpg", + "pubDate": "2021-12-28T14:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jorge-jesus-quitte-benfica-a-deux-jours-du-choc-contre-porto-1640704843_x600_articles-508849.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74711,17 +76158,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08b46957f0390932b52b2c3b76c69f97" + "hash": "0d3ebb98ae4a0ad6c8de50b7384c1dd8" }, { - "title": "Retour sur la première titularisation de Xavi Simons avec le PSG", - "description": "Annoncé depuis très longtemps comme un phénomène... marketing, Xavi Simons a enfin débuté un match avec le PSG à six mois de la fin de son contrat. Le Batave, représenté par Mino Raiola, est un enjeu d'image, mais aussi sportif pour le club de la capitale. Après sa bonne copie rendue face aux amateurs de Feignies-Aulnoye, le sosie capillaire de Carlos Valderrama peut-il espérer quelque chose dans les prochains mois au Paris-SG ?Douze minutes à Caen en Coupe de France en février, une seule à Strasbourg en avril en Ligue 1, jusqu'ici le temps de jeu de Xavi Simons, 18 ans, avec le PSG ressemblait, peu ou prou, à du…", - "content": "Douze minutes à Caen en Coupe de France en février, une seule à Strasbourg en avril en Ligue 1, jusqu'ici le temps de jeu de Xavi Simons, 18 ans, avec le PSG ressemblait, peu ou prou, à du…", + "title": "Ferran Torres s'engage officiellement avec le Barça", + "description": "Le bal du mercato est ouvert.
    \n
    \nC'était dans les tuyaux depuis plusieurs semaines, c'est devenu officiel ce mardi : Ferran Torres est un joueur du FC Barcelone. Le club catalan l'a…

    ", + "content": "Le bal du mercato est ouvert.
    \n
    \nC'était dans les tuyaux depuis plusieurs semaines, c'est devenu officiel ce mardi : Ferran Torres est un joueur du FC Barcelone. Le club catalan l'a…

    ", "category": "", - "link": "https://www.sofoot.com/retour-sur-la-premiere-titularisation-de-xavi-simons-avec-le-psg-508531.html", + "link": "https://www.sofoot.com/ferran-torres-s-engage-officiellement-avec-le-barca-508847.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-retour-sur-la-premiere-titularisation-de-xavi-simons-avec-le-psg-1639953775_x600_articles-alt-508531.jpg", + "pubDate": "2021-12-28T13:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ferran-torres-s-engage-officiellement-avec-le-barca-1640702268_x600_articles-508847.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74732,17 +76179,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2bc31d287698d0ddbad1c39d7d8be8a" + "hash": "023505582e9bf89117764a20d26696b7" }, { - "title": "Ces trois infos du week-end vont vous étonner", - "description": "Parce qu'il n'y a pas que les championnats du Big Five dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : un derby madrilène à suspense en Primera Iberdrola, un choc de haute volée à Melbourne et une finale de coupe qui a donné le sourire à Hiroki Sakai au Japon.

    ", - "content": "

    ", + "title": "Bristol City en grave déficit financier à cause de la pandémie", + "description": "Le navire coule en Championship.
    \n
    \nLes finances du club de Bristol, en deuxième division anglaise, viennent faire état des conséquences de la Covid sur l'économie du football.…

    ", + "content": "Le navire coule en Championship.
    \n
    \nLes finances du club de Bristol, en deuxième division anglaise, viennent faire état des conséquences de la Covid sur l'économie du football.…

    ", "category": "", - "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-508516.html", + "link": "https://www.sofoot.com/bristol-city-en-grave-deficit-financier-a-cause-de-la-pandemie-508846.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1639940753_x600_articles-alt-508516.jpg", + "pubDate": "2021-12-28T13:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bristol-city-en-grave-deficit-financier-a-cause-de-la-pandemie-1640699449_x600_articles-508846.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74753,17 +76200,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf6283d7a3f92cb4ab44e41f41b494c1" + "hash": "a5d8a0643a06f6c78ccd289fb6a03364" }, { - "title": "Le PSG de Mbappé écarte Feignies-Aulnoye", - "description": "Kylian Mbappé a marqué un doublé, et les jeunots parisiens ont pu croquer du temps de jeu.

    Feignies-Aulnoye 0-3 PSG ", - "content": "

    Feignies-Aulnoye 0-3 PSG ", + "title": "Hugo Maradona, le frère cadet de Diego, est décédé", + "description": "Treize mois après Diego Maradona, c'est Hugo, son cadet, qui s'est envolé ce mardi.
    \n
    \nHugo Maradona s'est éteint ce mardi 28 décembre à Naples des suites d'un infarctus, à l'âge de…

    ", + "content": "Treize mois après Diego Maradona, c'est Hugo, son cadet, qui s'est envolé ce mardi.
    \n
    \nHugo Maradona s'est éteint ce mardi 28 décembre à Naples des suites d'un infarctus, à l'âge de…

    ", "category": "", - "link": "https://www.sofoot.com/le-psg-de-mbappe-ecarte-feignies-aulnoye-508526.html", + "link": "https://www.sofoot.com/hugo-maradona-le-frere-cadet-de-diego-est-decede-508845.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T22:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-psg-de-mbappe-ecarte-feignies-aulnoye-1639952286_x600_articles-508526.jpg", + "pubDate": "2021-12-28T13:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-hugo-maradona-le-frere-cadet-de-diego-est-decede-1640698393_x600_articles-508845.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74774,17 +76221,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5e13fb6866d29b6d93824f3f8dfc3c0" + "hash": "ce96612dd02a0e5491fbd7e005bcb2d4" }, { - "title": "Le Real accroché par Cadix", - "description": "

    ", - "content": "

    ", + "title": "OM 2004 : retour sur l'épopée marseillaise jusqu'en finale de Coupe de l'UEFA", + "description": "Lors de la saison 2003-2004, une solide équipe de l'Olympique de Marseille emmenée par un Didier Drogba inarrêtable va gravir des sommets inespérés. Si la marche était trop haute en Ligue des champions, les Olympiens vont se découvrir de grandes ambitions au fil de leurs conquêtes en Coupe de l'UEFA, éliminant au passage Liverpool, l'Inter ou encore Newcastle avant de tomber sur Valence en finale.Article paru initialement dans le SO FOOT CLUB #76
    \n
    \n\"Sur le second but de Didier…

    ", + "content": "Article paru initialement dans le SO FOOT CLUB #76
    \n
    \n\"Sur le second but de Didier…

    ", "category": "", - "link": "https://www.sofoot.com/le-real-accroche-par-cadix-508529.html", + "link": "https://www.sofoot.com/om-2004-retour-sur-l-epopee-marseillaise-jusqu-en-finale-de-coupe-de-l-uefa-508717.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T21:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-accroche-par-cadix-1639950309_x600_articles-508529.jpg", + "pubDate": "2021-12-28T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-om-2004-retour-sur-l-epopee-marseillaise-jusqu-en-finale-de-coupe-de-l-uefa-1640271514_x600_articles-508717.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74795,17 +76242,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2746b9743ee4681857a1f0b11fa4690f" + "hash": "5c2bf6d759e5abc3b7d5e811c6c58af4" }, { - "title": "Le Napoli blase le Milan", - "description": "Surpris par le Napoli dans son antre (0-1), Milan marque le pas et glisse en troisième position de Serie A, juste derrière son adversaire du soir. L'Inter est d'ores et déjà championne d'hiver, à une journée de la trêve.

    ", - "content": "

    ", + "title": "Les 50 publicités avec des footeux (de 40 à 31)", + "description": "Depuis des décennies, les footballeurs servent d'ambassadeurs aux marques, qui utilisent leur image pour promouvoir leurs produits. Sauf que la qualité première d'un footballeur n'est pas forcément l'acting studio. Et lorsqu'ils se retrouvent derrière la caméra, cela donne souvent des résultats mythiques. Florilège des 50 meilleures publicités mettant en scène des footeux.
    \n
    \nMega Drive, Game Gear, Master System d'un côté, Roberto Mancini, Walter Zenga et Gianluigi Lentini…

    ", + "content": "
    \n
    \nMega Drive, Game Gear, Master System d'un côté, Roberto Mancini, Walter Zenga et Gianluigi Lentini…

    ", "category": "", - "link": "https://www.sofoot.com/le-napoli-blase-le-milan-508503.html", + "link": "https://www.sofoot.com/les-50-publicites-avec-des-footeux-de-40-a-31-508636.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-napoli-blase-le-milan-1639951399_x600_articles-alt-508503.jpg", + "pubDate": "2021-12-28T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-50-publicites-avec-des-footeux-de-40-a-31-1640172217_x600_articles-alt-508636.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74816,17 +76263,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8d5eaa0d52d0a7aaa081010c50ef23f" + "hash": "2666574fa1cd430413100e6e706c882b" }, { - "title": "Coupe de France : un derby Lens-Lille en seizièmes de finale ", - "description": "Un derby et des gros lots.
    \n
    \nEntre la séance de tirs au but légendaire entre Dinan-Léhon et Brest et le coup d'envoi de Feignies-Aulnoyes-PSG, Frédéric Déhu a assuré le tirage au…

    ", - "content": "Un derby et des gros lots.
    \n
    \nEntre la séance de tirs au but légendaire entre Dinan-Léhon et Brest et le coup d'envoi de Feignies-Aulnoyes-PSG, Frédéric Déhu a assuré le tirage au…

    ", + "title": "Le RC Lens demande à avancer le derby en Coupe de France face à Lille", + "description": "Le tout pour le tout.
    \n
    \nDans un communiqué publié sur son…

    ", + "content": "Le tout pour le tout.
    \n
    \nDans un communiqué publié sur son…

    ", "category": "", - "link": "https://www.sofoot.com/coupe-de-france-un-derby-lens-lille-en-seiziemes-de-finale-508530.html", + "link": "https://www.sofoot.com/le-rc-lens-demande-a-avancer-le-derby-en-coupe-de-france-face-a-lille-508844.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T20:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-un-derby-lens-lille-en-seiziemes-de-finale-1639947374_x600_articles-508530.jpg", + "pubDate": "2021-12-28T12:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-rc-lens-demande-a-avancer-le-derby-en-coupe-de-france-face-a-lille-1640697967_x600_articles-508844.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74837,17 +76284,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "94059431632474c7d321fbd79f4c5433" + "hash": "2e6e45d7d25c096e1dbcbec10f7dc679" }, { - "title": "En direct : Feignies-Aulnoyes - PSG", - "description": "94' : Qualif du PSG !! Oublions ces gugus qui déboulent sur la pelouse et saluons le beau ...", - "content": "94' : Qualif du PSG !! Oublions ces gugus qui déboulent sur la pelouse et saluons le beau ...", + "title": "5 000, la jauge de l'absurde", + "description": "Dès lundi 3 janvier, la jauge de 5000 spectateurs fera son retour dans les enceintes sportives pour au moins trois semaines. Un retour à l'automne 2020 qui passe mal, et qui donne l'impression qu'aucune leçon n'a été tirée des premières vagues. Surtout, une question se pose : pourquoi ne pas adapter cette jauge à chaque stade via un pourcentage ?Encore un matin où le monde du football se réveille la tête en vrac. Mais cette fois, la gueule de bois n'a rien à voir avec le marathon des fêtes ou avec des incidents en tribunes :…", + "content": "Encore un matin où le monde du football se réveille la tête en vrac. Mais cette fois, la gueule de bois n'a rien à voir avec le marathon des fêtes ou avec des incidents en tribunes :…", "category": "", - "link": "https://www.sofoot.com/en-direct-feignies-aulnoyes-psg-508523.html", + "link": "https://www.sofoot.com/5-000-la-jauge-de-l-absurde-508838.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T19:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-feignies-aulnoyes-psg-1639949012_x600_articles-alt-508523.jpg", + "pubDate": "2021-12-28T12:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-5-000-la-jauge-de-l-absurde-1640687760_x600_articles-alt-508838.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74858,17 +76305,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bdb8f4b838d824c0ec3183327325a92" + "hash": "38480107343d2cf5de480f48d15d9e52" }, { - "title": "Bordeaux en met 10, Nice s'en sort et Brest passe de peu", - "description": "Avec trois candidats en lice ce dimanche lors des 32es de finale de Coupe de France, la Ligue 1 a connu des fortunes diverses : les Girondins de Bordeaux ont repris confiance en écrabouillant Jumeaux de Mzouasia (10-0, quadruplé de M'Baye Niang), Nice s'en est sorti sur la plus courte des marges grâce à Andy Delort, et Brest est passé après une incroyable séance de tirs au but (malgré une supériorité numérique pendant près d'une heure). Pour le reste, La Roche-sur-Yon a réussi à faire respecter la logique en renversant Montauban sur le fil pendant que Chauvigny a créé la surprise en se qualifiant face à Chartres.

    ", - "content": "

    ", + "title": "Emil Forsberg élu Ballon d'or en Suède", + "description": "En plein dans l'E-mil.
    \n
    \nLe milieu Emil Forsberg a été élu joueur suédois de l'année ce lundi. Une distinction qu'il doit avant tout à son très bon bilan avec sa sélection.…

    ", + "content": "En plein dans l'E-mil.
    \n
    \nLe milieu Emil Forsberg a été élu joueur suédois de l'année ce lundi. Une distinction qu'il doit avant tout à son très bon bilan avec sa sélection.…

    ", "category": "", - "link": "https://www.sofoot.com/bordeaux-en-met-10-nice-s-en-sort-et-brest-passe-de-peu-508514.html", + "link": "https://www.sofoot.com/emil-forsberg-elu-ballon-d-or-en-suede-508842.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T19:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-en-met-10-nice-s-en-sort-et-brest-passe-de-peu-1639939340_x600_articles-alt-508514.jpg", + "pubDate": "2021-12-28T11:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-emil-forsberg-elu-ballon-d-or-en-suede-1640692980_x600_articles-508842.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74879,17 +76326,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6378034b1abe92bbd6408bd8ccc4b2d" + "hash": "d7d8f4b45d911351b9c5061454efa935" }, { - "title": "En direct : AC Milan - Napoli", - "description": "96' : ET C'EST TERMINÉ !!!! Le Napoli s'impose 1-0 face à l'AC Milan qui pensait avoir égalisé ...", - "content": "96' : ET C'EST TERMINÉ !!!! Le Napoli s'impose 1-0 face à l'AC Milan qui pensait avoir égalisé ...", + "title": "Ronaldinho : \"Messi ? Je pensais qu'il finirait sa carrière à Barcelone\"", + "description": "De retour au Parc des Princes en tant qu'invité d'honneur lors de la rencontre entre Paris et Leipzig (3-2) en…", + "content": "De retour au Parc des Princes en tant qu'invité d'honneur lors de la rencontre entre Paris et Leipzig (3-2) en…", "category": "", - "link": "https://www.sofoot.com/en-direct-ac-milan-napoli-508528.html", + "link": "https://www.sofoot.com/ronaldinho-messi-je-pensais-qu-il-finirait-sa-carriere-a-barcelone-508843.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-ac-milan-napoli-1639941579_x600_articles-508528.jpg", + "pubDate": "2021-12-28T11:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ronaldinho-messi-je-pensais-qu-il-finirait-sa-carriere-a-barcelone-1640694020_x600_articles-508843.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74900,17 +76347,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8b0407d0283830ff963d96a42e58644" + "hash": "fb3ce6bfcdf97b5cc018df229c1f37e7" }, { - "title": "Tottenham s'agrippe à Liverpool après un match fou", - "description": "Et le grand gagnant s'appelle Manchester City.

    ", - "content": "

    ", + "title": "PFC-OL : la vidéo-surveillance du parcage incrimine trois hooligans lyonnais", + "description": "Le match PFC-OL n'est toujours pas fini.
    \n
    \nLe Paris FC a rapporté lors de la commission plusieurs vidéos qui accusent trois hooligans lyonnais d'avoir lancé les hostilités avec les…

    ", + "content": "Le match PFC-OL n'est toujours pas fini.
    \n
    \nLe Paris FC a rapporté lors de la commission plusieurs vidéos qui accusent trois hooligans lyonnais d'avoir lancé les hostilités avec les…

    ", "category": "", - "link": "https://www.sofoot.com/tottenham-s-agrippe-a-liverpool-apres-un-match-fou-508522.html", + "link": "https://www.sofoot.com/pfc-ol-la-video-surveillance-du-parcage-incrimine-trois-hooligans-lyonnais-508841.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T18:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tottenham-s-agrippe-a-liverpool-apres-un-match-fou-1639938448_x600_articles-508522.jpg", + "pubDate": "2021-12-28T11:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-la-video-surveillance-du-parcage-incrimine-trois-hooligans-lyonnais-1640690389_x600_articles-508841.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74921,17 +76368,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb17c67507527c6fa82d1b498d270381" + "hash": "893b1880b9665bf5dfa3deeb0c119259" }, { - "title": "L'Athletic Bilbao bat le Betis Séville sur le fil", - "description": "

    ", - "content": "

    ", + "title": "José Luis Mendilibar prend les commandes du Deportivo Alavés", + "description": "Coaching gagnant ?
    \n
    \nLe Deportivo Alavés a officialisé ce mardi matin la fin de sa collaboration avec son entraîneur Javi Calleja. Arrivé il y a huit mois, alors qu'Alavés était bon…

    ", + "content": "Coaching gagnant ?
    \n
    \nLe Deportivo Alavés a officialisé ce mardi matin la fin de sa collaboration avec son entraîneur Javi Calleja. Arrivé il y a huit mois, alors qu'Alavés était bon…

    ", "category": "", - "link": "https://www.sofoot.com/l-athletic-bilbao-bat-le-betis-seville-sur-le-fil-508513.html", + "link": "https://www.sofoot.com/jose-luis-mendilibar-prend-les-commandes-du-deportivo-alaves-508837.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T17:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-athletic-bilbao-bat-le-betis-seville-sur-le-fil-1639934372_x600_articles-508513.jpg", + "pubDate": "2021-12-28T09:56:00Z", + "enclosure": "", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74942,17 +76389,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "325c12bbe783c76b4068c308967cbc9f" + "hash": "74342ec96b812143a59b31ade7863821" }, { - "title": "Vlahović égale un record de Cristiano Ronaldo en Italie", - "description": "Des buts par Dušan.
    \n
    \nInarrêtable en cette année 2021, Dušan Vlahović a égalé un record détenu par Cristiano Ronaldo. L'attaquant serbe a en effet inscrit son 33e but de…

    ", - "content": "Des buts par Dušan.
    \n
    \nInarrêtable en cette année 2021, Dušan Vlahović a égalé un record détenu par Cristiano Ronaldo. L'attaquant serbe a en effet inscrit son 33e but de…

    ", + "title": "Cruzeiro : Ronaldo va envoyer 7,7 millions d'euros à la FIFA pour éponger une dette", + "description": "Ça s'appelle un \"retour payant\".
    \n
    \n\"J'ai beaucoup à donner en retour à ce club. Nous avons beaucoup de travail devant nous, mais nous avons l'ambition pour remettre…

    ", + "content": "Ça s'appelle un \"retour payant\".
    \n
    \n\"J'ai beaucoup à donner en retour à ce club. Nous avons beaucoup de travail devant nous, mais nous avons l'ambition pour remettre…

    ", "category": "", - "link": "https://www.sofoot.com/vlahovic-egale-un-record-de-cristiano-ronaldo-en-italie-508524.html", + "link": "https://www.sofoot.com/cruzeiro-ronaldo-va-envoyer-77-millions-d-euros-a-la-fifa-pour-eponger-une-dette-508808.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T17:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vlahovic-egale-un-record-de-cristiano-ronaldo-en-italie-1639933708_x600_articles-508524.jpg", + "pubDate": "2021-12-27T11:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cruzeiro-ronaldo-va-envoyer-77-millions-d-euros-a-la-fifa-pour-eponger-une-dette-1640601910_x600_articles-508808.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74963,17 +76410,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f8848c3ab2f6b0d2aab831a280a87ac" + "hash": "8b6e11af463f9cbcc6d750ebe73ce7d2" }, { - "title": "Linas-Montlhéry créé l'exploit contre Angers, Montpellier et Reims s'en sortent", - "description": "Ce fut dur pour Montpellier (0-1) et le Stade de Reims (0-1), mais les deux équipes de Ligue 1 ont su prendre la mesure de leurs adversaires respectifs (Andrézieux, N2, et Reims Sainte-Anne, R1), tandis que le SCO d'Angers sort par la toute petite porte dans cette Coupe de France, battu par une équipe de Linas-Montlhéry (2-0) en fusion. Le Vannes Olympique Club n'a quant à lui pas fait de détail pour se débarrasser de Wasquehal (0-3) et rejoindre les seizièmes de finale.

    Andrézieux (N2) 0-1 Montpellier ", - "content": "

    Andrézieux (N2) 0-1 Montpellier ", + "title": "Comment le foot s'est fait une place en or sur Instagram ", + "description": "À chacun sa façon de vivre le foot. Pour la génération Z, à savoir celle née entre 1997 et 2010, la terre n'a jamais tourné sans internet, et le ballon rond non plus. Hyperconnectés, les jeunes sont de plus en plus nombreux à mettre eux-mêmes la main à la pâte en créant leurs propres canaux d'information. Leur terrain de jeu : Instagram.Article paru dans le numéro 70 de SO FOOT CLUB
    \n
    \n\"Qui est le meilleur entre Messi et…

    ", + "content": "Article paru dans le numéro 70 de SO FOOT CLUB
    \n
    \n\"Qui est le meilleur entre Messi et…

    ", "category": "", - "link": "https://www.sofoot.com/linas-montlhery-cree-l-exploit-contre-angers-montpellier-et-reims-s-en-sortent-508511.html", + "link": "https://www.sofoot.com/comment-le-foot-s-est-fait-une-place-en-or-sur-instagram-508565.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T16:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-linas-montlhery-cree-l-exploit-contre-angers-montpellier-et-reims-s-en-sortent-1639932170_x600_articles-alt-508511.jpg", + "pubDate": "2021-12-27T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-comment-le-foot-s-est-fait-une-place-en-or-sur-instagram-1640100108_x600_articles-508565.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -74984,17 +76431,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f50a1ce1a77839f680de16c7b0c446e" + "hash": "c931a556ab3f68ae310921ba112b8a3f" }, { - "title": "Fribourg grille la politesse au Bayer Leverkusen", - "description": "

    ", - "content": "

    ", + "title": "CAN 2022 : Nasser Djiga empêché par de rejoindre la sélection burkinabée par le FC Bâle", + "description": "CANular.
    \n
    \nAlors que plusieurs joueurs sélectionnés hésitent à jouer cette Coupe d'Afrique…

    ", + "content": "CANular.
    \n
    \nAlors que plusieurs joueurs sélectionnés hésitent à jouer cette Coupe d'Afrique…

    ", "category": "", - "link": "https://www.sofoot.com/fribourg-grille-la-politesse-au-bayer-leverkusen-508506.html", + "link": "https://www.sofoot.com/can-2022-nasser-djiga-empeche-par-de-rejoindre-la-selection-burkinabee-par-le-fc-bale-508806.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T16:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fribourg-grille-la-politesse-au-bayer-leverkusen-1639932213_x600_articles-508506.jpg", + "pubDate": "2021-12-27T10:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-2022-nasser-djiga-empeche-par-de-rejoindre-la-selection-burkinabee-par-le-fc-bale-1640600995_x600_articles-508806.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75005,17 +76452,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "89db90cc9abc979dd315ecc57cc57b1d" + "hash": "a8707a2007e52f0b161be8e7be93d583" }, { - "title": "Un match de troisième division allemande arrêté après des insultes racistes", - "description": "Et ça continue, encore et encore.
    \n
    \nLa rencontre de troisième division allemande entre le MSV Duisburg et le Vfl Osnabrück ce dimanche a été interrompue après des insultes racistes…

    ", - "content": "Et ça continue, encore et encore.
    \n
    \nLa rencontre de troisième division allemande entre le MSV Duisburg et le Vfl Osnabrück ce dimanche a été interrompue après des insultes racistes…

    ", + "title": "À la trêve, la Ligue 1 signe sa saison la plus prolifique depuis 40 ans", + "description": "La Ligue des talents, on vous dit !
    \n
    \nLe fournisseur de statistiques Opta vient de révéler que cette saison de Ligue 1 était la plus prolifique depuis la saison 1982-1983 (soit il y a…

    ", + "content": "La Ligue des talents, on vous dit !
    \n
    \nLe fournisseur de statistiques Opta vient de révéler que cette saison de Ligue 1 était la plus prolifique depuis la saison 1982-1983 (soit il y a…

    ", "category": "", - "link": "https://www.sofoot.com/un-match-de-troisieme-division-allemande-arrete-apres-des-insultes-racistes-508520.html", + "link": "https://www.sofoot.com/a-la-treve-la-ligue-1-signe-sa-saison-la-plus-prolifique-depuis-40-ans-508805.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T16:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-match-de-troisieme-division-allemande-arrete-apres-des-insultes-racistes-1639931103_x600_articles-508520.jpg", + "pubDate": "2021-12-27T09:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-a-la-treve-la-ligue-1-signe-sa-saison-la-plus-prolifique-depuis-40-ans-1640599128_x600_articles-508805.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75026,17 +76473,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06ccb39949007e77c40295621eb4b748" + "hash": "2f815e006f13e564bd1404268665d988" }, { - "title": "Live : la finale des Mondiaux de handball entre la France et la Norvège", - "description": "Après la belle victoire face au Danemark, les Bleues d'Olivier Krumbholz affrontent la Norvège en finale des championnats du monde organisés en Espagne pour tenter de décrocher un nouveau sacre mondial, un de plus après ceux de 2003 et 2017. Et après la médaille d'or aux derniers Jeux Olympiques accessoirement...

    France 0-0 Norvège

    ", - "content": "

    France 0-0 Norvège

    ", + "title": "Maroc : Imbroglio autour d'Ez Abde avant la CAN", + "description": "Les chants des sirènes.
    \n
    \nPrésent dans la liste élargie de Vahid Halilhodžić…

    ", + "content": "Les chants des sirènes.
    \n
    \nPrésent dans la liste élargie de Vahid Halilhodžić…

    ", "category": "", - "link": "https://www.sofoot.com/live-la-finale-des-mondiaux-de-handball-entre-la-france-et-la-norvege-508518.html", + "link": "https://www.sofoot.com/maroc-imbroglio-autour-d-ez-abde-avant-la-can-508804.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T16:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-live-la-finale-des-mondiaux-de-handball-entre-la-france-et-la-norvege-1639928817_x600_articles-alt-508518.jpg", + "pubDate": "2021-12-27T09:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-maroc-imbroglio-autour-d-ez-abde-avant-la-can-1640597393_x600_articles-508804.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75047,17 +76494,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce892b1f41761d21104e7e33d626cedf" + "hash": "779729142e42844cd49616cbb1764d8d" }, { - "title": "En direct : Tottenham - Liverpool", - "description": "0' : Et en face ? Un inédit milieu de terrain composé de Tyler Morton (19 piges), Naby Keita et ...", - "content": "0' : Et en face ? Un inédit milieu de terrain composé de Tyler Morton (19 piges), Naby Keita et ...", + "title": "Paulo Sousa en conflit avec la fédération polonaise alors qu'il souhaite rejoindre Flamengo (Brésil)", + "description": "Envie d'ailleurs.
    \n
    \nLe sélectionneur de la Pologne et ancien coach de Bordeaux Paulo Sousa s'est attiré les foudres de sa fédération après avoir clamé ses volontés de départs…

    ", + "content": "Envie d'ailleurs.
    \n
    \nLe sélectionneur de la Pologne et ancien coach de Bordeaux Paulo Sousa s'est attiré les foudres de sa fédération après avoir clamé ses volontés de départs…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-tottenham-liverpool-508517.html", + "link": "https://www.sofoot.com/paulo-sousa-en-conflit-avec-la-federation-polonaise-alors-qu-il-souhaite-rejoindre-flamengo-bresil-508802.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T16:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-tottenham-liverpool-1639928600_x600_articles-508517.jpg", + "pubDate": "2021-12-27T08:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paulo-sousa-en-conflit-avec-la-federation-polonaise-alors-qu-il-souhaite-rejoindre-flamengo-bresil-1640594619_x600_articles-508802.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75068,17 +76515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5c335cc5a795d1a5d5a3dd2238dd8c5" + "hash": "0796a4e999f96e6a40521dabdf6b1d1a" }, { - "title": "Chelsea se casse les dents sur Wolverhampton", - "description": "

    ", - "content": "

    ", + "title": "Chelsea : Thomas Tuchel enrage après la rechute de N'Golo Kanté", + "description": "Rythme infernal.
    \n
    \nSorti à l'heure de jeu contre Aston Villa ce dimanche (1-3), le milieu français de…

    ", + "content": "Rythme infernal.
    \n
    \nSorti à l'heure de jeu contre Aston Villa ce dimanche (1-3), le milieu français de…

    ", "category": "", - "link": "https://www.sofoot.com/chelsea-se-casse-les-dents-sur-wolverhampton-508512.html", + "link": "https://www.sofoot.com/chelsea-thomas-tuchel-enrage-apres-la-rechute-de-n-golo-kante-508800.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-se-casse-les-dents-sur-wolverhampton-1639929976_x600_articles-508512.jpg", + "pubDate": "2021-12-27T08:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-thomas-tuchel-enrage-apres-la-rechute-de-n-golo-kante-1640594204_x600_articles-508800.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75089,17 +76536,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d4955651f48112aac5cb28e9a1f2d9f" + "hash": "2c769f241d3b563b95f0f9a4b589d138" }, { - "title": "La communion des Jumeaux de Mzouazia avec les supporters bordelais", - "description": "Autre ambiance qu'à Charléty.
    \n
    \nEn difficulté en Ligue 1,
    ", - "content": "Autre ambiance qu'à Charléty.
    \n
    \nEn difficulté en Ligue 1,
    ", + "title": "Premier League : Arsenal-Wolverhampton également reporté", + "description": "Un jour sans fin.
    \n
    \nÀ l'instar du Boxing Day de ce dimanche, la grosse journée de…

    ", + "content": "Un jour sans fin.
    \n
    \nÀ l'instar du Boxing Day de ce dimanche, la grosse journée de…

    ", "category": "", - "link": "https://www.sofoot.com/la-communion-des-jumeaux-de-mzouazia-avec-les-supporters-bordelais-508541.html", + "link": "https://www.sofoot.com/premier-league-arsenal-wolverhampton-egalement-reporte-508801.html", "creator": "SO FOOT", - "pubDate": "2021-12-20T09:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-communion-des-jumeaux-de-mzouazia-avec-les-supporters-bordelais-1639997429_x600_articles-508541.jpg", + "pubDate": "2021-12-27T08:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-premier-league-arsenal-wolverhampton-egalement-reporte-1640593335_x600_articles-508801.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75110,17 +76557,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6fc35e7b7bd52d9b9adf12c8638c4c2" + "hash": "2e0e59153fce5abe5df2379874d5318b" }, { - "title": "Le leader Manchester City s'amuse à Newcastle", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Leicester Liverpool : Analyse, cotes et prono du match de Premier League", + "description": "

    Un Leicester - Liverpool attendu

    \n
    \nAprès deux très belles saisons où ils ont failli décrocher une place en Ligue des Champions avant d'échouer en…
    ", + "content": "

    Un Leicester - Liverpool attendu

    \n
    \nAprès deux très belles saisons où ils ont failli décrocher une place en Ligue des Champions avant d'échouer en…
    ", "category": "", - "link": "https://www.sofoot.com/le-leader-manchester-city-s-amuse-a-newcastle-508509.html", + "link": "https://www.sofoot.com/pronostic-leicester-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-508799.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T15:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-leader-manchester-city-s-amuse-a-newcastle-1639929045_x600_articles-508509.jpg", + "pubDate": "2021-12-27T06:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-leicester-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-1640587524_x600_articles-508799.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75131,17 +76578,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a521768ba1ac83b18b790e7ed599bbc" + "hash": "e31c21788475e3b2247d4222e6b538f5" }, { - "title": "Un joueur de Cannet-Rocheville fait sa demande de mariage au Vélodrome", - "description": "Gravé à jamais.
    \n
    \nC'est un après-midi pas comme les autres qu'ont vécu les joueur du Cannet-Rocheville, éliminés en 32e de finale de Coupe de France par l'OM au Vélodrome. Les…

    ", - "content": "Gravé à jamais.
    \n
    \nC'est un après-midi pas comme les autres qu'ont vécu les joueur du Cannet-Rocheville, éliminés en 32e de finale de Coupe de France par l'OM au Vélodrome. Les…

    ", + "title": "Pronostic Crystal Palace Norwich : Analyse, cotes et prono du match de Premier League", + "description": "

    Crystal Palace se reprend face à Norwich

    \n
    \nPour l'instant, le pari tenté par Crystal Palace qui a confié à l'intersaison le poste d'entraîneur à…
    ", + "content": "

    Crystal Palace se reprend face à Norwich

    \n
    \nPour l'instant, le pari tenté par Crystal Palace qui a confié à l'intersaison le poste d'entraîneur à…
    ", "category": "", - "link": "https://www.sofoot.com/un-joueur-de-cannet-rocheville-fait-sa-demande-de-mariage-au-velodrome-508519.html", + "link": "https://www.sofoot.com/pronostic-crystal-palace-norwich-analyse-cotes-et-prono-du-match-de-premier-league-508798.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T15:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-joueur-de-cannet-rocheville-fait-sa-demande-de-mariage-au-velodrome-1639928947_x600_articles-508519.jpg", + "pubDate": "2021-12-27T05:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-crystal-palace-norwich-analyse-cotes-et-prono-du-match-de-premier-league-1640586627_x600_articles-508798.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75152,17 +76599,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0fb76dde19f58da6dc3edc6e06429339" + "hash": "301c05380a8201360151416d55c0e6e8" }, { - "title": "Un petit Ajax remporte le Klassiker contre Feyenoord", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Southampton Tottenham : Analyse, cotes et prono du match de Premier League", + "description": "

    Tottenham poursuit sur sa lancée à Souhampton

    \n
    \nMalgré sa belle victoire du Boxing Day sur la pelouse de West Ham, Southampton connaît un exercice…
    ", + "content": "

    Tottenham poursuit sur sa lancée à Souhampton

    \n
    \nMalgré sa belle victoire du Boxing Day sur la pelouse de West Ham, Southampton connaît un exercice…
    ", "category": "", - "link": "https://www.sofoot.com/un-petit-ajax-remporte-le-klassiker-contre-feyenoord-508507.html", + "link": "https://www.sofoot.com/pronostic-southampton-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-508797.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T15:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-petit-ajax-remporte-le-klassiker-contre-feyenoord-1639927160_x600_articles-508507.jpg", + "pubDate": "2021-12-27T05:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-southampton-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-1640585142_x600_articles-508797.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75173,17 +76620,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bfdcd988b68b7ac3ecc1907564b250f" + "hash": "263fac47512f8e0bd3cfff558c5de7bd" }, { - "title": "M'Baye Niang : \" En Arabie saoudite, le football, c'est nul \"", - "description": "Pas un grand fan des road trips en plein désert, M'Baye Niang.
    \n
    \nPrêté l'hiver dernier à Ahli, en Arabie saoudite, M'Baye Niang n'a guère apprécié son passage dans le Golfe.…

    ", - "content": "Pas un grand fan des road trips en plein désert, M'Baye Niang.
    \n
    \nPrêté l'hiver dernier à Ahli, en Arabie saoudite, M'Baye Niang n'a guère apprécié son passage dans le Golfe.…

    ", + "title": "Pronostic Watford West Ham : Analyse, cotes et prono du match de Premier League", + "description": "

    Un Watford - West Ham enlevé

    \n
    \n17e au classement mais avec 2 matchs joués en moins par rapport à pas mal d'équipes, Watford n'a plus joué…
    ", + "content": "

    Un Watford - West Ham enlevé

    \n
    \n17e au classement mais avec 2 matchs joués en moins par rapport à pas mal d'équipes, Watford n'a plus joué…
    ", "category": "", - "link": "https://www.sofoot.com/m-baye-niang-en-arabie-saoudite-le-football-c-est-nul-508515.html", + "link": "https://www.sofoot.com/pronostic-watford-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-508796.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T15:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-m-baye-niang-en-arabie-saoudite-le-football-c-est-nul-1639927558_x600_articles-508515.jpg", + "pubDate": "2021-12-27T05:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-watford-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-1640583728_x600_articles-508796.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75194,17 +76641,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e93e8cb4de9883b9db10f3ef1a8ca635" + "hash": "09bffac4ce17b6b9b04019eae0ba9294" }, { - "title": "Milik porte l'OM, Metz chute à Bergerac", - "description": "Opposés à des équipes évoluant en N1, N2 et N3, quatre des clubs de Ligue 1 qui jouaient en ce début d'après-midi ont composté leur billet pour les seizièmes de finale de la Coupe de France. Mené au score, l'Olympique de Marseille a finalement remis les points sur les i contre l'ES Cannet-Rocheville (4-1). L'AS Monaco a éliminé le Red Star grâce à un doublé de Wissam Ben Yedder (0-2). Pascal Dupraz a réussi ses débuts sur le banc de l'ASSE en remportant le derby contre Lyon-La Duchère (0-1). Le RC Lens a aussi fait le job à Poitiers (0-1). En revanche, le FC Metz s'est pris les pieds dans le tapis contre Begerac, pensionnaire de N2.

    ", - "content": "

    ", + "title": "Ces trois infos du week-end vont vous étonner", + "description": "Parce qu'il n'y a pas que les championnats du Big Five dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : un Dédé peut en cacher un autre, des scénarios de dingues à Singapour et un ancien sanglier qui brille aux Émirats.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/milik-porte-l-om-metz-chute-a-bergerac-508483.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-508789.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T14:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-milik-porte-l-om-metz-chute-a-bergerac-1639924343_x600_articles-alt-508483.jpg", + "pubDate": "2021-12-27T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1640538779_x600_articles-alt-508789.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75215,17 +76662,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2974d275ce414d38218251d0fbe1c873" + "hash": "bcad9ff0b206be8e04fd8cb523142d7a" }, { - "title": "PFC-OL : Blanquer veut des \" mesures fortes \"", - "description": "Tout ce cirque ne fait plus rire personne.
    \n
    \nDeux jours après l'interruption du match de Coupe de France entre le Paris FC et l'OL en raison de nouveaux incidents en tribunes, Jean-Michel…

    ", - "content": "Tout ce cirque ne fait plus rire personne.
    \n
    \nDeux jours après l'interruption du match de Coupe de France entre le Paris FC et l'OL en raison de nouveaux incidents en tribunes, Jean-Michel…

    ", + "title": "Où est passé Adama Traoré ?", + "description": "Porté disparu balle au pied depuis bientôt deux ans, Adama Traoré est désormais plus célèbre pour s'enduire d'huile pour bébé que pour ses exploits sur un terrain. La faute à quelques pépins physiques, un esprit en doute et au départ d'un être cher.\"C'est une moto, personne ne peut rivaliser avec sa vitesse.\" Ces mots, de Pep Guardiola, ne sont pas destinés à Fabio Quartararo. Mais bien à Adama Traoré, l'homme qui lui a…", + "content": "\"C'est une moto, personne ne peut rivaliser avec sa vitesse.\" Ces mots, de Pep Guardiola, ne sont pas destinés à Fabio Quartararo. Mais bien à Adama Traoré, l'homme qui lui a…", "category": "", - "link": "https://www.sofoot.com/pfc-ol-blanquer-veut-des-mesures-fortes-508510.html", + "link": "https://www.sofoot.com/ou-est-passe-adama-traore-508787.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T14:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-blanquer-veut-des-mesures-fortes-1639925231_x600_articles-508510.jpg", + "pubDate": "2021-12-27T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ou-est-passe-adama-traore-1640526750_x600_articles-alt-508787.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75236,17 +76683,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b86c57828d4caabe9072408c58582394" + "hash": "a7d44ed5f570cfc83a3703166f9ddbc8" }, { - "title": "Bruges et Anderlecht se neutralisent", - "description": "

    ", - "content": "

    ", + "title": "Qu'est devenue l'équipe type de l'Euro 2020 ?", + "description": "Un peu moins de six mois que l'Euro 2020 a fermé ses portes, laissant avec lui un doux souvenir de régalade. Parmi l'équipe type de la compétition - à majorité italienne -, des joueurs aux profils tous différents ont retrouvé à la rentrée le rang des équipes avec des dynamiques contraires. Alors, qui a foiré et qui continue de régaler ses supporters depuis l'été ?

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/bruges-et-anderlecht-se-neutralisent-508496.html", + "link": "https://www.sofoot.com/qu-est-devenue-l-equipe-type-de-l-euro-2020-508781.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bruges-et-anderlecht-se-neutralisent-1639924590_x600_articles-508496.jpg", + "pubDate": "2021-12-27T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-qu-est-devenue-l-equipe-type-de-l-euro-2020-1640520141_x600_articles-alt-508781.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75257,17 +76704,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "911ba86a422eb575337e25b4ba4bdf23" + "hash": "90e06305936b1f8816f7313c1f22cb8f" }, { - "title": "Tuchel très inquiet en raison du Covid", - "description": "La situation est très compliquée en Premier League.
    \n
    \nChelsea n'a pas obtenu le report de son match sur la pelouse de Wolverhampton ce dimanche après-midi, malgré plusieurs cas de…

    ", - "content": "La situation est très compliquée en Premier League.
    \n
    \nChelsea n'a pas obtenu le report de son match sur la pelouse de Wolverhampton ce dimanche après-midi, malgré plusieurs cas de…

    ", + "title": "Brighton dispose de Brentford", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/tuchel-tres-inquiet-en-raison-du-covid-508508.html", + "link": "https://www.sofoot.com/brighton-dispose-de-brentford-508795.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T14:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tuchel-tres-inquiet-en-raison-du-covid-1639923014_x600_articles-508508.jpg", + "pubDate": "2021-12-26T21:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-brighton-dispose-de-brentford-1640555913_x600_articles-508795.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75278,17 +76725,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7112b257915c8c0ff225353ae06ce29a" + "hash": "b0b086c8db7c7eb566281af23631d06e" }, { - "title": "Letellier évoque sa vie au PSG", - "description": "C'est sympa le rôle de sparring-partner ?
    \n
    \nRecruté par le PSG à l'été 2020 en tant que troisième gardien, Alexandre Letellier a encore reculé dans la hiérarchie avec l'arrivée…

    ", - "content": "C'est sympa le rôle de sparring-partner ?
    \n
    \nRecruté par le PSG à l'été 2020 en tant que troisième gardien, Alexandre Letellier a encore reculé dans la hiérarchie avec l'arrivée…

    ", + "title": "Chelsea plie Aston Villa ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/letellier-evoque-sa-vie-au-psg-508505.html", + "link": "https://www.sofoot.com/chelsea-plie-aston-villa-508729.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T13:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-letellier-evoque-sa-vie-au-psg-1639921420_x600_articles-508505.jpg", + "pubDate": "2021-12-26T19:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-plie-aston-villa-1640547699_x600_articles-508729.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75299,17 +76746,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca95d0ec61900987b3eca80583dc78b6" + "hash": "8cd64634c1052f7dd04fdb7c6410c1ad" }, { - "title": "En direct : Marseille - Cannet Rocheville", - "description": "0' : On la joue un peu plus rustique et vintage pour le Cannet Rocheville :
    \n
    \nLe XI : Squarcioni ...", - "content": "0' : On la joue un peu plus rustique et vintage pour le Cannet Rocheville :
    \n
    \nLe XI : Squarcioni ...", + "title": "L'Union saint-gilloise s'endort sur La Gantoise", + "description": "

    Union saint-gilloise 0-0 La Gantoise ", + "content": "

    Union saint-gilloise 0-0 La Gantoise ", "category": "", - "link": "https://www.sofoot.com/en-direct-marseille-cannet-rocheville-508504.html", + "link": "https://www.sofoot.com/l-union-saint-gilloise-s-endort-sur-la-gantoise-508791.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T12:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-cannet-rocheville-1639917409_x600_articles-508504.jpg", + "pubDate": "2021-12-26T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-union-saint-gilloise-s-endort-sur-la-gantoise-1640547145_x600_articles-508791.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75320,17 +76767,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "496971b3f6ebe6b22279c66757e96552" + "hash": "3a05f625a260af3274f97affc8ecdf37" }, { - "title": "Liverpool prendra en compte le statut vaccinal de ses potentielles recrues", - "description": "Tout le monde s'adapte à la crise sanitaire, y compris le marché des transferts.
    \n
    \nDeuxième de Premier League à un point de Manchester City, Liverpool effectue une première moitié de…

    ", - "content": "Tout le monde s'adapte à la crise sanitaire, y compris le marché des transferts.
    \n
    \nDeuxième de Premier League à un point de Manchester City, Liverpool effectue une première moitié de…

    ", + "title": "En direct : Aston Villa - Chelsea ", + "description": "95' : FULL TIME ! Chelsea s'impose sur la pelouse d'Aston Villa grâce à un doublé de Jorginho ...", + "content": "95' : FULL TIME ! Chelsea s'impose sur la pelouse d'Aston Villa grâce à un doublé de Jorginho ...", "category": "", - "link": "https://www.sofoot.com/liverpool-prendra-en-compte-le-statut-vaccinal-de-ses-potentielles-recrues-508502.html", + "link": "https://www.sofoot.com/en-direct-aston-villa-chelsea-508731.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T11:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-prendra-en-compte-le-statut-vaccinal-de-ses-potentielles-recrues-1639913588_x600_articles-508502.jpg", + "pubDate": "2021-12-26T17:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-aston-villa-chelsea-1640285891_x600_articles-alt-508731.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75341,17 +76788,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75d88f1a86edfa2ee292e759c9c6340f" + "hash": "f8d5515f035da78f27913a9eda13f931" }, { - "title": "Youcef Belaïli en négociations avec Montpellier", - "description": "Le héros de la Coupe arabe de retour en France ?
    \n
    \nVainqueur avec l'Algérie de la première édition de la Coupe arabe sous l'égide de la FIFA ce dimanche après
    ", - "content": "Le héros de la Coupe arabe de retour en France ?
    \n
    \nVainqueur avec l'Algérie de la première édition de la Coupe arabe sous l'égide de la FIFA ce dimanche après
    ", + "title": "Tottenham poursuit sa remontée face à Palace", + "description": "Ça enchaîne, chez les Spurs de Kane.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/youcef-belaili-en-negociations-avec-montpellier-508500.html", + "link": "https://www.sofoot.com/tottenham-poursuit-sa-remontee-face-a-palace-508783.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T10:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-youcef-belaili-en-negociations-avec-montpellier-1639911938_x600_articles-508500.jpg", + "pubDate": "2021-12-26T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-poursuit-sa-remontee-face-a-palace-1640537534_x600_articles-508783.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75362,17 +76809,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ac65bd40d9e2c21a175f61c4393f4d6" + "hash": "da991d78f2b7349590d8ab3e044c910c" }, { - "title": "Après son sacre en Coupe arabe, mais où va s'arrêter l'Algérie ? ", - "description": "Vainqueur de la Coupe arabe ce samedi, l'Algérie a ajouté un nouveau trophée à son palmarès et un énième succès à sa longue série. Une course à la victoire entamée depuis maintenant trois ans et dont la Coupe du monde 2022 pourrait bien être un sérieux aboutissement.En prenant la tête de la sélection algérienne le 2 août 2018, Djamel Belmadi ne s'attendait sûrement pas à parcourir un si long chemin. Il faut dire qu'en débarquant 53 mois auparavant,…", - "content": "En prenant la tête de la sélection algérienne le 2 août 2018, Djamel Belmadi ne s'attendait sûrement pas à parcourir un si long chemin. Il faut dire qu'en débarquant 53 mois auparavant,…", + "title": "Arsenal déplume Norwich", + "description": "Avec un but du Père Lacazette.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/apres-son-sacre-en-coupe-arabe-mais-ou-va-s-arreter-l-algerie-508495.html", + "link": "https://www.sofoot.com/arsenal-deplume-norwich-508772.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-apres-son-sacre-en-coupe-arabe-mais-ou-va-s-arreter-l-algerie-1639907511_x600_articles-alt-508495.jpg", + "pubDate": "2021-12-26T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-arsenal-deplume-norwich-1640538608_x600_articles-508772.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75383,17 +76830,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "effd462a828f41e71ae429a4bde799a1" + "hash": "11636fa3bb0dbb2fdd193ee13af56db5" }, { - "title": "Pour Léonardo, Mbappé a encore de \"bonnes possibilités\" de prolonger à Paris", - "description": "Léonardo relance l'opération séduction pour Mbappé.
    \n
    \nOù jouera Kylian Mbappé l'an prochain ? La question a un milliard d'euros ne contient pour le moment aucun élément de réponse…

    ", - "content": "Léonardo relance l'opération séduction pour Mbappé.
    \n
    \nOù jouera Kylian Mbappé l'an prochain ? La question a un milliard d'euros ne contient pour le moment aucun élément de réponse…

    ", + "title": "Piégé par Southampton, West Ham perd du terrain", + "description": "La surprise du jour.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pour-leonardo-mbappe-a-encore-de-bonnes-possibilites-de-prolonger-a-paris-508499.html", + "link": "https://www.sofoot.com/piege-par-southampton-west-ham-perd-du-terrain-508753.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pour-leonardo-mbappe-a-encore-de-bonnes-possibilites-de-prolonger-a-paris-1639907249_x600_articles-508499.jpg", + "pubDate": "2021-12-26T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-piege-par-southampton-west-ham-perd-du-terrain-1640538155_x600_articles-508753.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75404,17 +76851,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "33ddaec1c368704c672b548cb7dead75" + "hash": "7bcf6ffa3d718bb68c0a1023641e332d" }, { - "title": "Leeds-Arsenal : Un supporter arrêté pour des propos racistes", - "description": "L'Angleterre de nouveau confronté à ses démons.
    \n
    \nSi
    ", - "content": "L'Angleterre de nouveau confronté à ses démons.
    \n
    \nSi
    ", + "title": "City enguirlande Leicester", + "description": "Injouable en première période, étrangement assoupi en début de second acte, Manchester City a mis le turbo en fin de match pour terrasser un Leicester combatif, mais techniquement largué ce dimanche (6-3).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/leeds-arsenal-un-supporter-arrete-pour-des-propos-racistes-508498.html", + "link": "https://www.sofoot.com/city-enguirlande-leicester-508780.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T08:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leeds-arsenal-un-supporter-arrete-pour-des-propos-racistes-1639903077_x600_articles-508498.jpg", + "pubDate": "2021-12-26T16:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-city-enguirlande-leicester-1640538224_x600_articles-alt-508780.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75425,17 +76872,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c021aa58f22fa22dee2e48fbda15e0e" + "hash": "00a9da6ac2282b321c154cbdc96f1bfc" }, { - "title": "PFC-OL : Enquête ouverte par le parquet de Paris", - "description": "La justice s'en mêle.
    \n
    \nPlus de 24 heures après les débordements entre supporters ayant provoqué
    ", - "content": "La justice s'en mêle.
    \n
    \nPlus de 24 heures après les débordements entre supporters ayant provoqué
    ", + "title": "CAN : les joueurs pourront rester en club jusqu'au 3 janvier", + "description": "La CAF ajuste ses comptes.
    \n
    \nBonne nouvelle pour les clubs anglais : dimanche, la Confédération africaine de football (CAF) a décalé la date de convocation des joueurs pour la CAN 2022…

    ", + "content": "La CAF ajuste ses comptes.
    \n
    \nBonne nouvelle pour les clubs anglais : dimanche, la Confédération africaine de football (CAF) a décalé la date de convocation des joueurs pour la CAN 2022…

    ", "category": "", - "link": "https://www.sofoot.com/pfc-ol-enquete-ouverte-par-le-parquet-de-paris-508497.html", + "link": "https://www.sofoot.com/can-les-joueurs-pourront-rester-en-club-jusqu-au-3-janvier-508794.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T08:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-enquete-ouverte-par-le-parquet-de-paris-1639901950_x600_articles-508497.jpg", + "pubDate": "2021-12-26T16:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-les-joueurs-pourront-rester-en-club-jusqu-au-3-janvier-1640537383_x600_articles-508794.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75446,17 +76893,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1d130925922de7a46c931b0a7008ee1" + "hash": "5dbdcf0f766b53adec3a4cc3e837b192" }, { - "title": "10€ offerts GRATOS chez ZEBET pour parier sans pression sur la Coupe de France !", - "description": "Envie de parier ce week-end ? 10€ sont à récupérer totalement gratuitement chez ZEbet avec le code SOFOOT10EUROS. De quoi parier sur quelques surprises et profiter de la magie de la Coupe de France

    10€ offerts sans sortir sa CB chez ZEbet

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", - "content": "

    10€ offerts sans sortir sa CB chez ZEbet

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n


    ", + "title": "Facundo Medina en garde à vue pour des violences sur son ex-compagne", + "description": "Le défenseur central du RC Lens, Facundo Medina, a été placé en garde vue dimanche 26 décembre, d'après les informations de ", + "content": "Le défenseur central du RC Lens, Facundo Medina, a été placé en garde vue dimanche 26 décembre, d'après les informations de ", "category": "", - "link": "https://www.sofoot.com/10e-offerts-gratos-chez-zebet-pour-parier-sans-pression-sur-la-coupe-de-france-508395.html", + "link": "https://www.sofoot.com/facundo-medina-en-garde-a-vue-pour-des-violences-sur-son-ex-compagne-508793.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T06:11:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-10e-offerts-gratos-chez-zebet-pour-parier-sans-pression-sur-la-coupe-de-france-1639668165_x600_articles-508395.jpg", + "pubDate": "2021-12-26T15:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-facundo-medina-en-garde-a-vue-pour-des-violences-sur-son-ex-compagne-1640535125_x600_articles-508793.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75467,17 +76914,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d33a3bae47a1e0135811b5ee958bc8e" + "hash": "4543a83e9691d30a0ce5c10f15b5851e" }, { - "title": "Paris FC-Lyon : après les incidents, la question de la responsabilité pour les ultras", - "description": "Les violences qui ont éclaté ce vendredi soir au stade Charléty, à Paris, à l'occasion de PFC-OL en Coupe de France ne font que confirmer un sentiment général, celui d'une spirale qui n'en finit plus de happer le monde des tribunes dans l'œil du cyclone. Si naturellement chaque cas de figure s'avère différent et spécifique, il faudrait une bonne dose d'aveuglement pour ne pas se rendre compte que quelque chose dérape dans les tribunes françaises. Or, si comme nous aimons à le croire, le mouvement ultra doit y jouer un rôle, il ne peut plus se contenter de pointer les erreurs des autres.
    Depuis la reprise de la Ligue 1, les incidents n'ont cessé de se multiplier. Montpellier-Marseille le 8 août ; Nice-Marseille le 22 août ; Lens-Lille le 18 septembre ; Angers-Marseille le 22…", - "content": "Depuis la reprise de la Ligue 1, les incidents n'ont cessé de se multiplier. Montpellier-Marseille le 8 août ; Nice-Marseille le 22 août ; Lens-Lille le 18 septembre ; Angers-Marseille le 22…", + "title": "Le Shandong Taishan de Fellaini champion de Chine ", + "description": "Fellaini va bien, merci pour lui.
    \n
    \nÀ 34 ans, l'ancien de Manchester United s'éclate dans l'empire du milieu. La preuve : Marouane Fellaini vient de porter le Shandong Taishan vers le…

    ", + "content": "Fellaini va bien, merci pour lui.
    \n
    \nÀ 34 ans, l'ancien de Manchester United s'éclate dans l'empire du milieu. La preuve : Marouane Fellaini vient de porter le Shandong Taishan vers le…

    ", "category": "", - "link": "https://www.sofoot.com/paris-fc-lyon-apres-les-incidents-la-question-de-la-responsabilite-pour-les-ultras-508494.html", + "link": "https://www.sofoot.com/le-shandong-taishan-de-fellaini-champion-de-chine-508792.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paris-fc-lyon-apres-les-incidents-la-question-de-la-responsabilite-pour-les-ultras-1639863382_x600_articles-alt-508494.jpg", + "pubDate": "2021-12-26T15:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-shandong-taishan-de-fellaini-champion-de-chine-1640532136_x600_articles-508792.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75488,17 +76935,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5983638205eaac0cf45078fcd98d054" + "hash": "66838df8be3e682cb364dea2e3fbf058" }, { - "title": "Séville calme l'Atlético dans les derniers instants", - "description": "

    ", - "content": "

    ", + "title": "En direct : le multiplex du Boxing Day en Premier League", + "description": "Oui, la Premier League respire encore, la preuve avec un multiplex de quatre rencontres en ce dimanche de Boxing Day : le leader Manchester City déroule contre Leicester, Tottenham a assommé en deux minutes son voisin Palace, West Ham a été surpris par Southampton alors qu'Arsenal, en pleine bourre en ce moment, est en train de signer un quatrième succès de rang à l'occasion de son déplacement chez la lanterne rouge Norwich. Let's go !

    Les scores en direct :

    \n

    ", + "content": "

    Les scores en direct :

    \n

    ", "category": "", - "link": "https://www.sofoot.com/seville-calme-l-atletico-dans-les-derniers-instants-508493.html", + "link": "https://www.sofoot.com/en-direct-le-multiplex-du-boxing-day-en-premier-league-508782.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T22:06:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-seville-calme-l-atletico-dans-les-derniers-instants-1639878142_x600_articles-508493.jpg", + "pubDate": "2021-12-26T14:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-le-multiplex-du-boxing-day-en-premier-league-1640534162_x600_articles-alt-508782.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75509,17 +76956,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdfb10e85620f06884c2e6f20972aaef" + "hash": "ea4deb4f93f3fbabc4c093b9c57b30ac" }, { - "title": "Rennes remporte un petit derby contre Lorient", - "description": "Avec le premier but de Warmed Omari chez les grands.

    ", - "content": "

    ", + "title": "Leeds-Aston Villa également reporté à cause du Covid", + "description": "On prend les mêmes, et on ne recommence pas.
    \n
    \nAprès l'annulation du déplacement de Leeds ce dimanche à Liverpool, la Premier League a annoncé que les Peacocks ne joueraient…

    ", + "content": "On prend les mêmes, et on ne recommence pas.
    \n
    \nAprès l'annulation du déplacement de Leeds ce dimanche à Liverpool, la Premier League a annoncé que les Peacocks ne joueraient…

    ", "category": "", - "link": "https://www.sofoot.com/rennes-remporte-un-petit-derby-contre-lorient-508492.html", + "link": "https://www.sofoot.com/leeds-aston-villa-egalement-reporte-a-cause-du-covid-508790.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T21:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-rennes-remporte-un-petit-derby-contre-lorient-1639864569_x600_articles-508492.jpg", + "pubDate": "2021-12-26T14:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leeds-aston-villa-egalement-reporte-a-cause-du-covid-1640530093_x600_articles-508790.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75530,17 +76977,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8ccaa3b09e2bb7f0da8c3fd42e55b68" + "hash": "82f8a253f2375e6c0df1a4c9825559a6" }, { - "title": "Le Hertha calme Dortmund", - "description": "

    ", - "content": "

    ", + "title": "Jérémie Boga à l'Atalanta Bergame dès janvier", + "description": "L'Atalanta flambe ses étrennes.
    \n
    \nLe mercato d'hiver n'est pas encore ouvert, mais les premiers mouvements se font sentir, notamment dans la Botte avec du monde sur la route de Bergame.…

    ", + "content": "L'Atalanta flambe ses étrennes.
    \n
    \nLe mercato d'hiver n'est pas encore ouvert, mais les premiers mouvements se font sentir, notamment dans la Botte avec du monde sur la route de Bergame.…

    ", "category": "", - "link": "https://www.sofoot.com/le-hertha-calme-dortmund-508491.html", + "link": "https://www.sofoot.com/jeremie-boga-a-l-atalanta-bergame-des-janvier-508788.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T19:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-hertha-calme-dortmund-1639857970_x600_articles-508491.jpg", + "pubDate": "2021-12-26T14:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jeremie-boga-a-l-atalanta-bergame-des-janvier-1640528387_x600_articles-508788.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75551,17 +76998,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e9209aeec7ee0c625b1f8eb8fb9e79b" + "hash": "ab0cb4660d027a3d38d395a388a356bc" }, { - "title": "Lille facile, QRM qualifié, Cannes et Thaon en surprises", - "description": "Si Lille n'a eu aucun mal à faire le travail pour se qualifier en seizièmes de finale de Coupe de France contre Auxerre, cela n'a pas été le cas des trois autres favoris qui ont tous dû se frotter aux tirs au but. C'est passé pour Quevilly-Rouen (face à Laval), mais pas pour Dijon (contre Cannes, qui signe l'exploit) ni pour Beauvais (contre Thaon).

    ", - "content": "

    ", + "title": "Reims s'offre Andreaw Gravillon jusque 2025", + "description": "Un joli paquet cadeau sous le sapin de Jean-Pierre Caillot.
    \n
    \nCe n'est pas tous les jours qu'on s'offre un joueur de l'Inter Milan, encore moins quand on est le Stade de Reims. Mais en…

    ", + "content": "Un joli paquet cadeau sous le sapin de Jean-Pierre Caillot.
    \n
    \nCe n'est pas tous les jours qu'on s'offre un joueur de l'Inter Milan, encore moins quand on est le Stade de Reims. Mais en…

    ", "category": "", - "link": "https://www.sofoot.com/lille-facile-qrm-qualifie-cannes-et-thaon-en-surprises-508477.html", + "link": "https://www.sofoot.com/reims-s-offre-andreaw-gravillon-jusque-2025-508786.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T19:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lille-facile-qrm-qualifie-cannes-et-thaon-en-surprises-1639855154_x600_articles-alt-508477.jpg", + "pubDate": "2021-12-26T13:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-reims-s-offre-andreaw-gravillon-jusque-2025-1640526319_x600_articles-508786.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75572,17 +77019,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e6f10ce03745c5584e3fc8a7b5e82f7" + "hash": "89bc7fbcc2754c084ae3155912444778" }, { - "title": "Arsenal s'amuse à Leeds", - "description": "

    ", - "content": "

    ", + "title": "Patrick Vieira positif, Tottenham-Crystal Palace maintenu", + "description": "C'est la crise, ma bonne dame.
    \n
    \nAlors que les matchs du Boxing Day tombent les uns après les autres face aux cas de Covid-19, Tottenham-Crystal Palace sera bien maintenu à 16h. Samedi…

    ", + "content": "C'est la crise, ma bonne dame.
    \n
    \nAlors que les matchs du Boxing Day tombent les uns après les autres face aux cas de Covid-19, Tottenham-Crystal Palace sera bien maintenu à 16h. Samedi…

    ", "category": "", - "link": "https://www.sofoot.com/arsenal-s-amuse-a-leeds-508490.html", + "link": "https://www.sofoot.com/patrick-vieira-positif-tottenham-crystal-palace-maintenu-508785.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-arsenal-s-amuse-a-leeds-1639855806_x600_articles-508490.jpg", + "pubDate": "2021-12-26T13:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-patrick-vieira-positif-tottenham-crystal-palace-maintenu-1640526035_x600_articles-508785.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75593,17 +77040,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4a83b8f0646ae7d4cc4bece372721ba" + "hash": "328ebe2bb81ece414a4c87571c780359" }, { - "title": "Le Barça s'en sort difficilement face à Elche", - "description": "

    ", - "content": "

    ", + "title": "Bonucci : \"Cristiano sait qu'il va prendre des coups\"", + "description": "Leonardo Bonucci adresse ses meilleurs vœux pour 2022.
    \n
    \nÀ 34 ans, le taulier de l'Italie et de la Juventus s'est projeté sur l'année à venir sur les ondes de la RAI. Et forcément,…

    ", + "content": "Leonardo Bonucci adresse ses meilleurs vœux pour 2022.
    \n
    \nÀ 34 ans, le taulier de l'Italie et de la Juventus s'est projeté sur l'année à venir sur les ondes de la RAI. Et forcément,…

    ", "category": "", - "link": "https://www.sofoot.com/le-barca-s-en-sort-difficilement-face-a-elche-508489.html", + "link": "https://www.sofoot.com/bonucci-cristiano-sait-qu-il-va-prendre-des-coups-508784.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T19:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-barca-s-en-sort-difficilement-face-a-elche-1639856220_x600_articles-508489.jpg", + "pubDate": "2021-12-26T13:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bonucci-cristiano-sait-qu-il-va-prendre-des-coups-1640524626_x600_articles-508784.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75614,17 +77061,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31ad8f053d564b89cbe48cd0c0b4089c" + "hash": "738c478a30ea799304390860496f8a90" }, { - "title": "M'Baye Niang : \" En Arabie Saoudite, le football, c'est nul \"", - "description": "Pas un grand fan des road trip en plein désert, M'Baye Niang.
    \n
    \nPrêté l'hiver dernier à Ahli, en Arabie Saoudite, M'Baye Niang n'a guère apprécié son passage dans le Golfe.…

    ", - "content": "Pas un grand fan des road trip en plein désert, M'Baye Niang.
    \n
    \nPrêté l'hiver dernier à Ahli, en Arabie Saoudite, M'Baye Niang n'a guère apprécié son passage dans le Golfe.…

    ", + "title": "John Westwood et Portsmouth, une histoire à l'ancre bleue", + "description": "Loin, très loin de son dernier titre majeur (une FA Cup remportée en 2008), le Portsmouth FC végète dans les ligues inférieures depuis maintenant une décennie. Mais s'il y en a bien un qui se fout royalement de la division dans laquelle évolue son club, c'est John Westwood. Personnage fantasque connu dans toute l'Angleterre, ce doux-dingue, libraire dans le civil, arbore un costume devenu légendaire, à Fratton Park comme à l'extérieur, et ce, depuis plus de quarante ans. Et ce n'est évidemment pas près de s'arrêter.Le 2 janvier 1982, le public de Twickenham découvre une énorme paire de seins à l'occasion d'un match de rugby entre l'Angleterre et l'Australie. Mais derrière la poitrine, il y a une…", + "content": "Le 2 janvier 1982, le public de Twickenham découvre une énorme paire de seins à l'occasion d'un match de rugby entre l'Angleterre et l'Australie. Mais derrière la poitrine, il y a une…", "category": "", - "link": "https://www.sofoot.com/m-baye-niang-en-arabie-saoudite-le-football-c-est-nul-508515.html", + "link": "https://www.sofoot.com/john-westwood-et-portsmouth-une-histoire-a-l-ancre-bleue-507429.html", "creator": "SO FOOT", - "pubDate": "2021-12-19T15:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-m-baye-niang-en-arabie-saoudite-le-football-c-est-nul-1639927558_x600_articles-508515.jpg", + "pubDate": "2021-12-26T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-john-westwood-et-portsmouth-une-histoire-a-l-ancre-bleue-1637777766_x600_articles-alt-507429.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75635,17 +77082,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "759364eb70b54578b6fb8b44744c7a82" + "hash": "d169d02bee87fa64b16bcc15fb1ce9a4" }, { - "title": "La Juventus fait le job à Bologne", - "description": "

    ", - "content": "

    ", + "title": "Rafinha va rejoindre la Real Sociedad en prêt jusqu'à la fin de la saison", + "description": "L'opération dégraissage commence au PSG.
    \n
    \nArrivé au Paris Saint-Germain il y a à peine plus d'un…

    ", + "content": "L'opération dégraissage commence au PSG.
    \n
    \nArrivé au Paris Saint-Germain il y a à peine plus d'un…

    ", "category": "", - "link": "https://www.sofoot.com/la-juventus-fait-le-job-a-bologne-508482.html", + "link": "https://www.sofoot.com/rafinha-va-rejoindre-la-real-sociedad-en-pret-jusqu-a-la-fin-de-la-saison-508779.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T18:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-juventus-fait-le-job-a-bologne-1639854019_x600_articles-508482.jpg", + "pubDate": "2021-12-26T11:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-rafinha-va-rejoindre-la-real-sociedad-en-pret-jusqu-a-la-fin-de-la-saison-1640517176_x600_articles-508779.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75656,17 +77103,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e3e364c91d5ca05b7456ef6182ae479" + "hash": "ed6c3fd82f68c8cc1fd864aad87480d6" }, { - "title": "L'Algérie bat la Tunisie et remporte la coupe arabe !", - "description": "Au bout d'une rencontre tendue et particulièrement hachée malgré 30 première minutes séduisantes, l'Algérie s'est offert son tout premier titre en Coupe arabe grâce notamment à un but du remplaçant Amir Sayoud à la 99e minute. Une grosse déception pour la Tunisie, qui a dû s'avouer vaincue durant la prolongation malgré quelques occasions.

    ", - "content": "

    ", + "title": "Guardiola pour le port du masque dans les stades", + "description": "Aux grands maux les grands remèdes.
    \n
    \nFace à la recrudescence de cas de Covid-19 qui sévit au Royaume-Uni depuis l'apparition du variant Omicron,
    ", + "content": "Aux grands maux les grands remèdes.
    \n
    \nFace à la recrudescence de cas de Covid-19 qui sévit au Royaume-Uni depuis l'apparition du variant Omicron,
    ", "category": "", - "link": "https://www.sofoot.com/l-algerie-bat-la-tunisie-et-remporte-la-coupe-arabe-508478.html", + "link": "https://www.sofoot.com/guardiola-pour-le-port-du-masque-dans-les-stades-508778.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T17:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-algerie-bat-la-tunisie-et-remporte-la-coupe-arabe-1639849033_x600_articles-alt-508478.jpg", + "pubDate": "2021-12-26T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-guardiola-pour-le-port-du-masque-dans-les-stades-1640515266_x600_articles-508778.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75677,17 +77124,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04def1d0be1a9e781343e28dedb78144" + "hash": "4ebc1882306e780bb5be48425e7c3531" }, { - "title": "Villarreal dispose de la Real Sociedad", - "description": "

    ", - "content": "

    ", + "title": "Angleterre : jusqu'à dix ans d'interdiction de stade pour des propos racistes en ligne ?", + "description": "No to racism.
    \n
    \nLe racisme en ligne a pris une ampleur massive ces dernières années, notamment en Angleterre où
    ", + "content": "No to racism.
    \n
    \nLe racisme en ligne a pris une ampleur massive ces dernières années, notamment en Angleterre où
    ", "category": "", - "link": "https://www.sofoot.com/villarreal-dispose-de-la-real-sociedad-508484.html", + "link": "https://www.sofoot.com/angleterre-jusqu-a-dix-ans-d-interdiction-de-stade-pour-des-propos-racistes-en-ligne-508777.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T17:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-villarreal-dispose-de-la-real-sociedad-1639848135_x600_articles-508484.jpg", + "pubDate": "2021-12-26T10:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-angleterre-jusqu-a-dix-ans-d-interdiction-de-stade-pour-des-propos-racistes-en-ligne-1640514445_x600_articles-508777.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75698,17 +77145,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93e1b748578dd4f2e62743b002ac5fe9" + "hash": "bab90a499b54272fbc41efd2ea3c2726" }, { - "title": "Nantes fait craquer Sochaux, Amiens résiste au retour de Guingamp", - "description": "Au terme d'une rencontre peu emballante, Nantes a écarté Sochaux d'un revers de main de Descamps, au bout d'une séance de tirs au but. Grâce à un triplé providentiel de Chadrac Akolo, Amiens verra également les seizièmes de finale de la Coupe de France, malgré des sueurs (très) froides au Roudourou de Guingamp (3-2). Clermont a été tout sauf miséricordieux face aux Chemins Bas d'Avignon (4-0), tandis que le Jura Sud a rayonné face aux Réunionnais de Saint-Denis (5-2). Ça passe aussi pour Créteil, facile vainqueur de Vénissieux, pensionnaire de district (3-0).

    ", - "content": "

    ", + "title": "Steven Gerrard positif à la Covid-19", + "description": "Un cadeau empoisonné.
    \n
    \n
    Intronisé coach d'Aston Villa début novembre, Steven Gerrard…

    ", + "content": "Un cadeau empoisonné.
    \n
    \nIntronisé coach d'Aston Villa début novembre, Steven Gerrard…

    ", "category": "", - "link": "https://www.sofoot.com/nantes-fait-craquer-sochaux-amiens-resiste-au-retour-de-guingamp-508471.html", + "link": "https://www.sofoot.com/steven-gerrard-positif-a-la-covid-19-508776.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T17:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nantes-fait-craquer-sochaux-amiens-resiste-au-retour-de-guingamp-1639849030_x600_articles-alt-508471.jpg", + "pubDate": "2021-12-26T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-steven-gerrard-positif-a-la-covid-19-1640509498_x600_articles-508776.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75719,17 +77166,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf15ef1b0ec94902fb2ec6c0ae3c03c8" + "hash": "51e507d296b6e0f662add0b48f63c4ca" }, { - "title": "Roman Abramovitch naturalisé portugais", - "description": "Pour certains, le passeport est un album Panini.
    \n
    \nDéjà doté des nationalités russes et israéliennes, Roman Abramovitch peut désormais se targuer d'être portugais.
    ", - "content": "Pour certains, le passeport est un album Panini.
    \n
    \nDéjà doté des nationalités russes et israéliennes, Roman Abramovitch peut désormais se targuer d'être portugais.
    ", + "title": "Le fils de Mickaël Pagis signe son premier contrat pro à Lorient", + "description": "Un nom qui sent fort la Ligue 1.
    \n
    \nSi vous avez au minimum 30 ans et que vous suiviez le championnat de France dans les années 2000, le nom de Mickaël Pagis vous fait forcément passer…

    ", + "content": "Un nom qui sent fort la Ligue 1.
    \n
    \nSi vous avez au minimum 30 ans et que vous suiviez le championnat de France dans les années 2000, le nom de Mickaël Pagis vous fait forcément passer…

    ", "category": "", - "link": "https://www.sofoot.com/roman-abramovitch-naturalise-portugais-508488.html", + "link": "https://www.sofoot.com/le-fils-de-mickael-pagis-signe-son-premier-contrat-pro-a-lorient-508775.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T17:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-roman-abramovitch-naturalise-portugais-1639847446_x600_articles-508488.jpg", + "pubDate": "2021-12-26T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-fils-de-mickael-pagis-signe-son-premier-contrat-pro-a-lorient-1640509290_x600_articles-508775.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75740,17 +77187,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b61c17635f128c54bf5908b3bd0c2dd" + "hash": "7aad304daa17836fb0c9ebbba43b3a82" }, { - "title": "Gary Marigard, J-1 avant d'affronter le PSG : \"On a travaillé sur les derniers réglages\"", - "description": "La loterie de la Coupe de France réserve toujours quelques matchs en apparence déséquilibrés : à l'occasion des 32es de finale, c'est Feignies-Aulnoye qui a tiré le gros lot, puisque l'écurie des alentours de Maubeuge est tombée sur le PSG. Pour comprendre comment un footballeur amateur se prépare à une telle échéance, le latéral droit du club du Nord Gary Marigard nous raconte son quotidien, jour par jour, jusqu'au match fatidique.Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France dimanche.…", - "content": "Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France dimanche.…", + "title": "Pelé a quitté l'hôpital", + "description": "Un joli cadeau de Noël.
    \n
    \nAdmis à l'hôpital Albert-Einstein de Saõ Paulo au début du…

    ", + "content": "Un joli cadeau de Noël.
    \n
    \nAdmis à l'hôpital Albert-Einstein de Saõ Paulo au début du…

    ", "category": "", - "link": "https://www.sofoot.com/gary-marigard-j-1-avant-d-affronter-le-psg-on-a-travaille-sur-les-derniers-reglages-508487.html", + "link": "https://www.sofoot.com/pele-a-quitte-l-hopital-508774.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gary-marigard-j-1-avant-d-affronter-le-psg-on-a-travaille-sur-les-derniers-reglages-1639846499_x600_articles-508487.jpg", + "pubDate": "2021-12-26T08:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pele-a-quitte-l-hopital-1640507951_x600_articles-508774.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75761,17 +77208,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b7d4d60b180db58da048cab21d47867" + "hash": "8b1266d68e5247d03b516ff45df8077d" }, { - "title": "Ronaldo rachète Cruzeiro", - "description": "La boucle est bouclée.
    \n
    \n27 sept ans après avoir quitté Cruzeiro pour se lancer dans une folle aventure européenne, Ronaldo renoue les liens. Déjà propriétaire du Real Valladolid,…

    ", - "content": "La boucle est bouclée.
    \n
    \n27 sept ans après avoir quitté Cruzeiro pour se lancer dans une folle aventure européenne, Ronaldo renoue les liens. Déjà propriétaire du Real Valladolid,…

    ", + "title": "Boxing Day : 240€ à gagner avec Arsenal & Tottenham !", + "description": "

    Norwich - Arsenal :

    \n
    \nEt si Arsenal retrouvait la Ligue des Champions ? De retour dans le Top 4 de Premier League, les Gunners ne font plus rire…
    ", + "content": "

    Norwich - Arsenal :

    \n
    \nEt si Arsenal retrouvait la Ligue des Champions ? De retour dans le Top 4 de Premier League, les Gunners ne font plus rire…
    ", "category": "", - "link": "https://www.sofoot.com/ronaldo-rachete-cruzeiro-508486.html", + "link": "https://www.sofoot.com/boxing-day-240e-a-gagner-avec-arsenal-tottenham-508733.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ronaldo-rachete-cruzeiro-1639846249_x600_articles-508486.jpg", + "pubDate": "2021-12-24T07:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-boxing-day-240e-a-gagner-avec-arsenal-tottenham-1640331738_x600_articles-508733.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75782,17 +77229,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26a87238693054f7e571cdb5d83c422f" + "hash": "039da57ec354d8093a3c31972a66d136" }, { - "title": "Leipzig chute à nouveau, Hoffenheim arrache le nul face à Gladbach", - "description": "

    ", - "content": "

    ", + "title": "Premier League : les enjeux du Boxing Day 2021", + "description": "Ça y est, Noël est passé et le meilleur jour de l'année est enfin arrivé : le 26 décembre, aussi appelé le Boxing Day. Une tradition pour l'Angleterre qui va pouvoir digérer sa dinde devant un spectacle de football (six matchs). Mais si le public sera de la partie et les enjeux importants à tous les niveaux ce dimanche, la crise sanitaire risque de gâcher un peu la fête.

  • Les Foxes pourront-il…
  • ", + "content": "

  • Les Foxes pourront-il…
  • ", "category": "", - "link": "https://www.sofoot.com/leipzig-chute-a-nouveau-hoffenheim-arrache-le-nul-face-a-gladbach-508479.html", + "link": "https://www.sofoot.com/premier-league-les-enjeux-du-boxing-day-2021-508756.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T16:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leipzig-chute-a-nouveau-hoffenheim-arrache-le-nul-face-a-gladbach-1639846025_x600_articles-508479.jpg", + "pubDate": "2021-12-26T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-premier-league-les-enjeux-du-boxing-day-2021-1640358390_x600_articles-alt-508756.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75803,17 +77250,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa37b2300649f6f0218e8a9a4a71502" + "hash": "835d562634f5bc3b00ea3db3e7327bcd" }, { - "title": "Pascal Dupraz : \"Quand je suis parti de Caen, il leur a fallu un penalty imaginaire pour se sauver\"", - "description": "Décidément, il se moque des Caen-dira-t-on.
    \n
    \nFin prêt pour diriger ce dimanche son premier match sur le banc de l'AS Saint-Étienne, Pascal Dupraz est revenu sur sa dernière…

    ", - "content": "Décidément, il se moque des Caen-dira-t-on.
    \n
    \nFin prêt pour diriger ce dimanche son premier match sur le banc de l'AS Saint-Étienne, Pascal Dupraz est revenu sur sa dernière…

    ", + "title": "Felice Mazzù, l'amour avant tout", + "description": "En janvier 2020, à la suite de son éviction de Genk, Felice Mazzù songeait à reprendre sa carrière de prof d'EPS s'il ne retrouvait pas un club capable de lui offrir de la passion et de l'amour. Deux ans plus tard, le technicien de 55 ans a été désigné meilleur entraîneur belge de l'année pour la seconde fois de sa carrière, grâce à sa réussite sur le banc de l'Union saint-gilloise, actuel leader du championnat belge. L'Union, un club justement à son image : modeste, ambitieux et revanchard.Quand le ballon du troisième but franchit la ligne, Felice Mazzù entre sur le terrain, serre les poings à genoux et se baisse pour embrasser la pelouse. Logique, l'Union saint-gilloise vient de…", + "content": "Quand le ballon du troisième but franchit la ligne, Felice Mazzù entre sur le terrain, serre les poings à genoux et se baisse pour embrasser la pelouse. Logique, l'Union saint-gilloise vient de…", "category": "", - "link": "https://www.sofoot.com/pascal-dupraz-quand-je-suis-parti-de-caen-il-leur-a-fallu-un-penalty-imaginaire-pour-se-sauver-508485.html", + "link": "https://www.sofoot.com/felice-mazzu-l-amour-avant-tout-508724.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T16:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pascal-dupraz-quand-je-suis-parti-de-caen-il-leur-a-fallu-un-penalty-imaginaire-pour-se-sauver-1639844346_x600_articles-508485.jpg", + "pubDate": "2021-12-26T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-felice-mazzu-l-amour-avant-tout-1640280171_x600_articles-alt-508724.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75824,17 +77271,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "358bb0839b600985b2861fd58c2f0b9e" + "hash": "038d0abe06ed3e90225718510a4289a2" }, { - "title": "La Roma plombe l'Atalanta et se replace", - "description": "

    ", - "content": "

    ", + "title": "Jean Onana forfait pour la Coupe d'Afrique des nations", + "description": "Coup dur pour les Lions.
    \n
    \nBlessé aux ischio-jambiers, Jean Onana est d'ores et déjà forfait pour la Coupe d'Afrique des nations avec le Cameroun. Le milieu de terrain des Girondins de…

    ", + "content": "Coup dur pour les Lions.
    \n
    \nBlessé aux ischio-jambiers, Jean Onana est d'ores et déjà forfait pour la Coupe d'Afrique des nations avec le Cameroun. Le milieu de terrain des Girondins de…

    ", "category": "", - "link": "https://www.sofoot.com/la-roma-plombe-l-atalanta-et-se-replace-508473.html", + "link": "https://www.sofoot.com/jean-onana-forfait-pour-la-coupe-d-afrique-des-nations-508773.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T16:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-roma-plombe-l-atalanta-et-se-replace-1639843651_x600_articles-508473.jpg", + "pubDate": "2021-12-25T17:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jean-onana-forfait-pour-la-coupe-d-afrique-des-nations-1640452624_x600_articles-508773.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75845,17 +77292,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c68b685e502320aebf31706200443eed" + "hash": "48b6e00fb4b7cdbfa135ef4d05ac67da" }, { - "title": "Raheem Sterling avoue avoir progressé grâce à Gaël Clichy", - "description": "La France influence le monde.
    \n
    \nRécemment entré dans le club select des joueurs ayant planté 100 fois en Premier League, Raheem Sterling s'est confié sur ses débuts
    ", - "content": "La France influence le monde.
    \n
    \nRécemment entré dans le club select des joueurs ayant planté 100 fois en Premier League, Raheem Sterling s'est confié sur ses débuts
    ", + "title": "Le défenseur Sofiane Loukar (MC Saïda) décède lors d'une rencontre de D2 algérienne", + "description": "Le football est en deuil.
    \n
    \nSofiane Loukar, 30 ans et joueur du Mouloudia Club de Saïda, est décédé ce samedi après-midi lors de la rencontre opposant son équipe à l'ASM Oran, en…

    ", + "content": "Le football est en deuil.
    \n
    \nSofiane Loukar, 30 ans et joueur du Mouloudia Club de Saïda, est décédé ce samedi après-midi lors de la rencontre opposant son équipe à l'ASM Oran, en…

    ", "category": "", - "link": "https://www.sofoot.com/raheem-sterling-avoue-avoir-progresse-grace-a-gael-clichy-508481.html", + "link": "https://www.sofoot.com/le-defenseur-sofiane-loukar-mc-saida-decede-lors-d-une-rencontre-de-d2-algerienne-508771.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T15:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-raheem-sterling-avoue-avoir-progresse-grace-a-gael-clichy-1639841567_x600_articles-508481.jpg", + "pubDate": "2021-12-25T16:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-defenseur-sofiane-loukar-mc-saida-decede-lors-d-une-rencontre-de-d2-algerienne-1640451372_x600_articles-508771.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75866,17 +77313,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e33dd004f47c8aeb634e161d49b2e66f" + "hash": "f8c0505ee708baefc3833e9dab4b8e01" }, { - "title": "103 buts en 20 matchs pour le Barça féminin", - "description": "Elles ne sont clairement pas venues pour trier les lentilles.
    \n
    \nPendant que le Barça masculin
    ", - "content": "Elles ne sont clairement pas venues pour trier les lentilles.
    \n
    \nPendant que le Barça masculin
    ", + "title": "Le Mali dévoile sa liste pour la CAN", + "description": "Puissanci.
    \n
    \nMohamed Magassouba a dévoilé le nom des 28 joueurs sélectionnés avec le Mali pour la prochaine Coupe d'Afrique des nations au Cameroun. Et l'on peut dire que…

    ", + "content": "Puissanci.
    \n
    \nMohamed Magassouba a dévoilé le nom des 28 joueurs sélectionnés avec le Mali pour la prochaine Coupe d'Afrique des nations au Cameroun. Et l'on peut dire que…

    ", "category": "", - "link": "https://www.sofoot.com/103-buts-en-20-matchs-pour-le-barca-feminin-508480.html", + "link": "https://www.sofoot.com/le-mali-devoile-sa-liste-pour-la-can-508770.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T15:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-103-buts-en-20-matchs-pour-le-barca-feminin-1639840220_x600_articles-508480.jpg", + "pubDate": "2021-12-25T16:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-mali-devoile-sa-liste-pour-la-can-1640449766_x600_articles-508770.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75887,17 +77334,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "03e8047bb44840e806a10b20cbc8a3d2" + "hash": "81651810a575f54d3cdc64235dd85787" }, { - "title": "Toulouse fait exploser Nîmes, Nancy sort l'ESTAC", - "description": "Ce week-end de Coupe de France a véritablement débuté ce samedi après-midi. Toulouse a imposé sa loi au Nîmes Olympique au Stadium, porté par Ado Onaiwu (4-1). Non sans trembler, Bastia a mis fin au parcours des Hauts-Lyonnais, club de N3 (1-3). Surprise en revanche au stade de l'Aube où Nancy, réduit à huit, a fini par sortir l'ESTAC aux tirs au but. Le petit poucet Panazol a de son côté pris la porte au terme, là aussi, de la cruelle séance de tirs au but.

    ", - "content": "

    ", + "title": "Daniel Sturridge condamné à payer 30 000 dollars à l'homme qui a retrouvé son chien", + "description": "La vie de footballeur est tellement étrange.
    \n
    \nDaniel Sturridge a été condamné à verser 30 000 dollars à l'homme ayant retrouvé son chien deux ans auparavant. Contexte : à l'été…

    ", + "content": "La vie de footballeur est tellement étrange.
    \n
    \nDaniel Sturridge a été condamné à verser 30 000 dollars à l'homme ayant retrouvé son chien deux ans auparavant. Contexte : à l'été…

    ", "category": "", - "link": "https://www.sofoot.com/toulouse-fait-exploser-nimes-nancy-sort-l-estac-508445.html", + "link": "https://www.sofoot.com/daniel-sturridge-condamne-a-payer-30-000-dollars-a-l-homme-qui-a-retrouve-son-chien-508767.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-toulouse-fait-exploser-nimes-nancy-sort-l-estac-1639840746_x600_articles-alt-508445.jpg", + "pubDate": "2021-12-25T16:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-daniel-sturridge-condamne-a-payer-30-000-dollars-a-l-homme-qui-a-retrouve-son-chien-1640435899_x600_articles-508767.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75908,17 +77355,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "16e399ed43c237828531e1893cf13752" + "hash": "ab0f5f7ac6e52eb01fc9dcac45c9df2b" }, { - "title": "En direct : Tunisie - Algérie", - "description": "120' : Merci à toutes et à tous d'avoir suivi ce live en notre compagnie. Le football de ...", - "content": "120' : Merci à toutes et à tous d'avoir suivi ce live en notre compagnie. Le football de ...", + "title": "Kerem Aktürkoğlu signe le missile du jour", + "description": "Pour bien réchauffer l'atmosphère.
    \n
    \nVainqueur d'Antalyaspor ce samedi après-midi (2-0) pour la dix-neuvième et dernière journée de la phase aller, Galatasaray s'est donné un peu…

    ", + "content": "Pour bien réchauffer l'atmosphère.
    \n
    \nVainqueur d'Antalyaspor ce samedi après-midi (2-0) pour la dix-neuvième et dernière journée de la phase aller, Galatasaray s'est donné un peu…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-tunisie-algerie-508459.html", + "link": "https://www.sofoot.com/kerem-akturkoglu-signe-le-missile-du-jour-508769.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T14:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-tunisie-algerie-1639786137_x600_articles-alt-508459.jpg", + "pubDate": "2021-12-25T15:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kerem-akturkoglu-signe-le-missile-du-jour-1640446015_x600_articles-508769.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75929,17 +77376,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2f3285babdf21367d06d92bbb28dea1" + "hash": "f2b7f6d2c242a00b1b7791154812e724" }, { - "title": "Selon Carlo Ancelotti, le Barça n'est plus un rival du Real", - "description": "La concurrence est dans le rétro.
    \n
    \nLeader de la Liga avec une avance plutôt confortable de six points sur Séville, le Real Madrid mène la belle vie. Pendant que les Merengues

    ", - "content": "La concurrence est dans le rétro.
    \n
    \nLeader de la Liga avec une avance plutôt confortable de six points sur Séville, le Real Madrid mène la belle vie. Pendant que les Merengues

    ", + "title": "Victor Osimhen présent avec le Nigeria pour la Coupe d'Afrique des nations", + "description": "Les aigles sont prêts.
    \n
    \nLa Nigerian Football Federation (NFF) et son sélectionneur Augustine Eguavoen ont dévoilé la liste des 28 joueurs présents pour la Coupe d'Afrique des nations…

    ", + "content": "Les aigles sont prêts.
    \n
    \nLa Nigerian Football Federation (NFF) et son sélectionneur Augustine Eguavoen ont dévoilé la liste des 28 joueurs présents pour la Coupe d'Afrique des nations…

    ", "category": "", - "link": "https://www.sofoot.com/selon-carlo-ancelotti-le-barca-n-est-plus-un-rival-du-real-508476.html", + "link": "https://www.sofoot.com/victor-osimhen-present-avec-le-nigeria-pour-la-coupe-d-afrique-des-nations-508768.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-selon-carlo-ancelotti-le-barca-n-est-plus-un-rival-du-real-1639838070_x600_articles-508476.jpg", + "pubDate": "2021-12-25T14:06:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-victor-osimhen-present-avec-le-nigeria-pour-la-coupe-d-afrique-des-nations-1640440545_x600_articles-508768.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75950,17 +77397,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bdee7d19f8363d590e26cd7f46cf2cb" + "hash": "eeedcc843067ab64d7b0150cbd4efa9d" }, { - "title": "Les joueurs du Zénith posent avec des chats pour vendre leur calendrier.", - "description": "Les chiens font finalement des chats.
    \n
    \nQuelques jours après être entrés sur le terrain pour les hymnes
    ", - "content": "Les chiens font finalement des chats.
    \n
    \nQuelques jours après être entrés sur le terrain pour les hymnes
    ", + "title": "Franck Ribéry : \"Si je vivais pour l'argent, je ne serais pas là\"", + "description": "Pas besoin de gros Salerne.
    \n
    \nArrivé à la Salernitana cet été, Franck Ribéry est revenu sur son choix dans les colonnes de L'Équipe. L'ancien joueur du Bayern Munich a ainsi…

    ", + "content": "Pas besoin de gros Salerne.
    \n
    \nArrivé à la Salernitana cet été, Franck Ribéry est revenu sur son choix dans les colonnes de L'Équipe. L'ancien joueur du Bayern Munich a ainsi…

    ", "category": "", - "link": "https://www.sofoot.com/les-joueurs-du-zenith-posent-avec-des-chats-pour-vendre-leur-calendrier-508474.html", + "link": "https://www.sofoot.com/franck-ribery-si-je-vivais-pour-l-argent-je-ne-serais-pas-la-508765.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T14:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-joueurs-du-zenith-posent-avec-des-chats-pour-vendre-leur-calendrier-1639836499_x600_articles-508474.jpg", + "pubDate": "2021-12-25T13:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-franck-ribery-si-je-vivais-pour-l-argent-je-ne-serais-pas-la-1640430194_x600_articles-508765.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75971,17 +77418,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f33bc5b46afedc978222e6ba03da5ac" + "hash": "7c3c6edfba30bf01c661ad0d0b8218fc" }, { - "title": "Pronostic Levante Valence : Analyse, cotes et prono du match de Liga", - "description": "

    Valence sur sa lancée face à Levante

    \n
    \nLundi soir, la 18e journée de Liga s'achève avec un derby entre Levante et le FC Valence, deux…
    ", - "content": "

    Valence sur sa lancée face à Levante

    \n
    \nLundi soir, la 18e journée de Liga s'achève avec un derby entre Levante et le FC Valence, deux…
    ", + "title": "Le jour où l'opération Père Noël a tourné au vinaigre à Aston Villa", + "description": "Le 13 décembre 1998, à l'occasion d'un match contre Arsenal, les dirigeants d'Aston Villa décident de faire plaisir à leur public en engageant des parachutistes déguisés en Père Noël. L'opération aéroportée a bien failli remettre en cause la fameuse magie de Noël pour l'un d'entre eux...Une histoire vraie issue du magazine SO FOOT, numéro 182 (décembre 2020).
    \n
    \n2020 fut une année de merde pour tout le monde y compris pour les supporters…

    ", + "content": "Une histoire vraie issue du magazine SO FOOT, numéro 182 (décembre 2020).
    \n
    \n2020 fut une année de merde pour tout le monde y compris pour les supporters…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-levante-valence-analyse-cotes-et-prono-du-match-de-liga-508475.html", + "link": "https://www.sofoot.com/le-jour-ou-l-operation-pere-noel-a-tourne-au-vinaigre-a-aston-villa-508750.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T14:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-levante-valence-analyse-cotes-et-prono-du-match-de-liga-1639837698_x600_articles-508475.jpg", + "pubDate": "2021-12-25T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-jour-ou-l-operation-pere-noel-a-tourne-au-vinaigre-a-aston-villa-1640353230_x600_articles-alt-508750.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -75992,17 +77439,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0aa829943d7be5f5ad253aca3ce982dd" + "hash": "4e2c5de1f93395db4a45d2a1a22f80ab" }, { - "title": "Aston Villa-Burnley reporté à cause de la Covid", - "description": "Et ça continue, encore et encore.
    \n
    \nCe samedi aurait pu être une belle journée de football en Angleterre. Mais la recrudescence de la Covid-19 en a décidé autrement. Comme quatre…

    ", - "content": "Et ça continue, encore et encore.
    \n
    \nCe samedi aurait pu être une belle journée de football en Angleterre. Mais la recrudescence de la Covid-19 en a décidé autrement. Comme quatre…

    ", - "category": "", - "link": "https://www.sofoot.com/aston-villa-burnley-reporte-a-cause-de-la-covid-508472.html", + "title": "Leeds-Aston Villa également reporté à cause de la Covid", + "description": "On prend les mêmes, et on ne recommence pas.
    \n
    \nAprès l'annulation du déplacement de Leeds ce dimanche à Liverpool, la Premier League a annoncé que les Peacocks ne joueraient…

    ", + "content": "On prend les mêmes, et on ne recommence pas.
    \n
    \nAprès l'annulation du déplacement de Leeds ce dimanche à Liverpool, la Premier League a annoncé que les Peacocks ne joueraient…

    ", + "category": "", + "link": "https://www.sofoot.com/leeds-aston-villa-egalement-reporte-a-cause-de-la-covid-508790.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T13:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aston-villa-burnley-reporte-a-cause-de-la-covid-1639833608_x600_articles-508472.jpg", + "pubDate": "2021-12-26T14:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leeds-aston-villa-egalement-reporte-a-cause-de-la-covid-1640530093_x600_articles-508790.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76013,17 +77460,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca8cbe24fe1fb0c5cf977dd5f2ae1523" + "hash": "f895bff0906482ccdbd14ea60c44c4df" }, { - "title": "Le Qatar vient à bout de l'Égypte aux tirs au but et glane le podium de la Coupe arabe", - "description": "

    ", - "content": "

    ", + "title": "Thomas Didillon : \"Je ne prends qu'une part de bûche au lieu de trois\"", + "description": "Dimanche à 13h30, le Cercle reçoit le voisin du Club pour un derby brugeois quand le reste du monde digérera la bûche de Noël. Une affiche dans laquelle plonge la tête la première Thomas Didillon, gardien du Cercle. L'ancien Messin et international espoir en profite pour parler plages, vannes et gueuletons : tout ce qui fait la Belgique en somme.Tu es à Bruges depuis un an et demi. C'est comment la vie en Flandre-Occidentale ?
    \nAssez similaire à la France. Les Flamands ont ce savoir-vivre, ce goût du beau…
    ", + "content": "Tu es à Bruges depuis un an et demi. C'est comment la vie en Flandre-Occidentale ?
    \nAssez similaire à la France. Les Flamands ont ce savoir-vivre, ce goût du beau…
    ", "category": "", - "link": "https://www.sofoot.com/le-qatar-vient-a-bout-de-l-egypte-aux-tirs-au-but-et-glane-le-podium-de-la-coupe-arabe-508468.html", + "link": "https://www.sofoot.com/thomas-didillon-je-ne-prends-qu-une-part-de-buche-au-lieu-de-trois-508732.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T12:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-qatar-vient-a-bout-de-l-egypte-aux-tirs-au-but-et-glane-le-podium-de-la-coupe-arabe-1639832698_x600_articles-508468.jpg", + "pubDate": "2021-12-25T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-thomas-didillon-je-ne-prends-qu-une-part-de-buche-au-lieu-de-trois-1640299898_x600_articles-alt-508732.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76034,17 +77481,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c11f54986ab8f0ccaf9709ee2c41f3d" + "hash": "6ef21791f154a357030ddb0fbba72d51" }, { - "title": "L'OL interdit les déplacements de ses groupes de supporters jusqu'à nouvel ordre", - "description": "Dans un communiqué diffusé ce samedi midi, l'Olympique lyonnais a annoncé interdire le déplacement de ses groupes de supporters pour les matchs à l'extérieur, toutes compétitions confondues et…", - "content": "Dans un communiqué diffusé ce samedi midi, l'Olympique lyonnais a annoncé interdire le déplacement de ses groupes de supporters pour les matchs à l'extérieur, toutes compétitions confondues et…", + "title": "Pronostic Newcastle Manchester United : Analyse, cotes et prono du match de Premier League", + "description": "

    Manchester United coule Newcastle

    \n
    \nAvant-dernier de Premier League, Newcastle vit une saison très compliquée. Le changement d'entraîneur en cours de…
    ", + "content": "

    Manchester United coule Newcastle

    \n
    \nAvant-dernier de Premier League, Newcastle vit une saison très compliquée. Le changement d'entraîneur en cours de…
    ", "category": "", - "link": "https://www.sofoot.com/l-ol-interdit-les-deplacements-de-ses-groupes-de-supporters-jusqu-a-nouvel-ordre-508470.html", + "link": "https://www.sofoot.com/pronostic-newcastle-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-508710.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T11:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-ol-interdit-les-deplacements-de-ses-groupes-de-supporters-jusqu-a-nouvel-ordre-1639828363_x600_articles-508470.jpg", + "pubDate": "2021-12-25T12:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-newcastle-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-1640262842_x600_articles-508710.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76055,17 +77502,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72c2bf4e2d343831bcc68d1543503b56" + "hash": "46bb95dc340ac34419b2103c32b8c4ef" }, { - "title": "Un ancien sélectionneur U17 accusé d'agressions sexuelles au Gabon", - "description": "Un coup de filet massif en prévision.
    \n
    \nCe vendredi soir, le gouvernement gabonais a demandé, par la voix de son ministre des Sports Franck Nguema - et sur ordre du président Ali Bongo…

    ", - "content": "Un coup de filet massif en prévision.
    \n
    \nCe vendredi soir, le gouvernement gabonais a demandé, par la voix de son ministre des Sports Franck Nguema - et sur ordre du président Ali Bongo…

    ", + "title": "L'état des stades au Gabon fait scandale", + "description": "Du gâchis.
    \n
    \nLe football gabonais, impacté par de sérieuses difficultés économiques, semble chaque jour pâtir de la gestion de ses dirigeants. Ainsi, plusieurs clichés de…

    ", + "content": "Du gâchis.
    \n
    \nLe football gabonais, impacté par de sérieuses difficultés économiques, semble chaque jour pâtir de la gestion de ses dirigeants. Ainsi, plusieurs clichés de…

    ", "category": "", - "link": "https://www.sofoot.com/un-ancien-selectionneur-u17-accuse-d-agressions-sexuelles-au-gabon-508469.html", + "link": "https://www.sofoot.com/l-etat-des-stades-au-gabon-fait-scandale-508764.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T11:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-ancien-selectionneur-u17-accuse-d-agressions-sexuelles-au-gabon-1639826632_x600_articles-508469.jpg", + "pubDate": "2021-12-25T11:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-etat-des-stades-au-gabon-fait-scandale-1640428511_x600_articles-508764.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76076,17 +77523,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "596331ef09f66ab2edf06523d4c62f39" + "hash": "0c522963567d45a1ab3176f6d3ca22b8" }, { - "title": "Bundesliga : Lewandowski dépasse Gerd Müller sur l'année civile", - "description": "Levez-vous pour Lewy.
    \n
    \nUne nouvelle fois décisif avec le Bayern Munich dans la promenade de…

    ", - "content": "Levez-vous pour Lewy.
    \n
    \nUne nouvelle fois décisif avec le Bayern Munich dans la promenade de…

    ", + "title": "Dušan Tadić devient le meilleur passeur décisif de l'histoire sur une année civile", + "description": "Qui d'autre que lui ?
    \n
    \nÀ 33 ans et tout juste élu joueur serbe de l'année 2021, Dušan Tadić en a profité pour établir une nouvelle performance. Celle de devenir le meilleur passeur…

    ", + "content": "Qui d'autre que lui ?
    \n
    \nÀ 33 ans et tout juste élu joueur serbe de l'année 2021, Dušan Tadić en a profité pour établir une nouvelle performance. Celle de devenir le meilleur passeur…

    ", "category": "", - "link": "https://www.sofoot.com/bundesliga-lewandowski-depasse-gerd-muller-sur-l-annee-civile-508467.html", + "link": "https://www.sofoot.com/dusan-tadic-devient-le-meilleur-passeur-decisif-de-l-histoire-sur-une-annee-civile-508766.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T10:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bundesliga-lewandowski-depasse-gerd-muller-sur-l-annee-civile-1639823729_x600_articles-508467.jpg", + "pubDate": "2021-12-25T11:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-dusan-tadic-devient-le-meilleur-passeur-decisif-de-l-histoire-sur-une-annee-civile-1640431418_x600_articles-508766.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76097,17 +77544,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81621a89d7d21f4dcf9a1119cb64db95" + "hash": "c8eafac30746cf015a92aeaeaeb77a22" }, { - "title": "Le Graët : \"Ces incidents sont désastreux\"", - "description": "Noël avant l'heure.
    \n
    \nAlerté par la ministre en charge des Sports…

    ", - "content": "Noël avant l'heure.
    \n
    \nAlerté par la ministre en charge des Sports…

    ", + "title": "Selon Oliver Kahn, le Bayern Munich \"n'a pas besoin de recrue\"", + "description": "Lewa est au level.
    \n
    \nDans un entretien accordé à Süddeutschen Zeitung, Oliver Kahn, président du conseil d'administration du Bayern Munich, est revenu sur les rumeurs de départ…

    ", + "content": "Lewa est au level.
    \n
    \nDans un entretien accordé à Süddeutschen Zeitung, Oliver Kahn, président du conseil d'administration du Bayern Munich, est revenu sur les rumeurs de départ…

    ", "category": "", - "link": "https://www.sofoot.com/le-graet-ces-incidents-sont-desastreux-508466.html", + "link": "https://www.sofoot.com/selon-oliver-kahn-le-bayern-munich-n-a-pas-besoin-de-recrue-508762.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T10:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-graet-ces-incidents-sont-desastreux-1639822139_x600_articles-508466.jpg", + "pubDate": "2021-12-25T10:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-selon-oliver-kahn-le-bayern-munich-n-a-pas-besoin-de-recrue-1640379932_x600_articles-508762.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76118,17 +77565,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3f3b88bcd978c46ad2fcf2bd1a321c7" + "hash": "118256016faeaa0b45ca17191b4c6796" }, { - "title": "L'Inter dégomme la Salernitana", - "description": "Et de cinq pour le six à la suite.
    \n
    \nDans une forme surréaliste en championnat (9 victoires en 10 matchs dont 6 consécutives, invaincue depuis le 16 octobre), l'Inter Milan s'est…

    ", - "content": "Et de cinq pour le six à la suite.
    \n
    \nDans une forme surréaliste en championnat (9 victoires en 10 matchs dont 6 consécutives, invaincue depuis le 16 octobre), l'Inter Milan s'est…

    ", + "title": "Les Comores dévoilent leur liste pour la CAN", + "description": "Les \"Comocos\" sont dans la place.
    \n
    \nQualifiés pour la première Coupe d'Afrique des nations de leur histoire, les Comores ont dévoilé la liste qui les mènera au Cameroun. Dans le…

    ", + "content": "Les \"Comocos\" sont dans la place.
    \n
    \nQualifiés pour la première Coupe d'Afrique des nations de leur histoire, les Comores ont dévoilé la liste qui les mènera au Cameroun. Dans le…

    ", "category": "", - "link": "https://www.sofoot.com/l-inter-degomme-la-salernitana-508464.html", + "link": "https://www.sofoot.com/les-comores-devoilent-leur-liste-pour-la-can-508761.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T09:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-inter-degomme-la-salernitana-1639820716_x600_articles-508464.jpg", + "pubDate": "2021-12-25T09:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-comores-devoilent-leur-liste-pour-la-can-1640377006_x600_articles-508761.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76139,17 +77586,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5374c9b82f779e696d1dee2754072b75" + "hash": "0b4ca8a0c208b5658580c6376ef111ab" }, { - "title": "PFC-OL : Roxana Maracineanu exige une réponse rapide de la part de la FFF ", - "description": "Maracineanu monte au créneau.
    \n
    \nD'après les informations de L'Équipe, la ministre en charge des Sports Roxana Maracineanu a sommé Noël Le Graët, le président de la FFF,…

    ", - "content": "Maracineanu monte au créneau.
    \n
    \nD'après les informations de L'Équipe, la ministre en charge des Sports Roxana Maracineanu a sommé Noël Le Graët, le président de la FFF,…

    ", + "title": "Stole Dimitrievski en passe de s'engager avec le Barça", + "description": "Man of Stole.
    \n
    \nAfin de tourner la page d'un début de saison raté, le FC Barcelone a entamé son renouveau en s'activant pour le mercato hivernal. Ainsi, après Ferran Torres,
    ", + "content": "Man of Stole.
    \n
    \nAfin de tourner la page d'un début de saison raté, le FC Barcelone a entamé son renouveau en s'activant pour le mercato hivernal. Ainsi, après Ferran Torres,
    ", "category": "", - "link": "https://www.sofoot.com/pfc-ol-roxana-maracineanu-exige-une-reponse-rapide-de-la-part-de-la-fff-508465.html", + "link": "https://www.sofoot.com/stole-dimitrievski-en-passe-de-s-engager-avec-le-barca-508760.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T09:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-roxana-maracineanu-exige-une-reponse-rapide-de-la-part-de-la-fff-1639819694_x600_articles-508465.jpg", + "pubDate": "2021-12-25T09:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-stole-dimitrievski-en-passe-de-s-engager-avec-le-barca-1640374721_x600_articles-508760.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76160,17 +77607,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "da64b5bac9d47386ecf78e837c922a7d" + "hash": "6a4bb095dff2f8aefec5e6157810f96d" }, { - "title": "Pierre Ferracci : \"Jean-Michel Aulas délire complètement\"", - "description": "Café corsé.
    \n
    \nCe vendredi, Pierre Ferracci, le président du Paris FC, a pris soin de rhabiller pour l'hiver son homologue Jean-Michel Aulas,
    ", - "content": "Café corsé.
    \n
    \nCe vendredi, Pierre Ferracci, le président du Paris FC, a pris soin de rhabiller pour l'hiver son homologue Jean-Michel Aulas,
    ", + "title": "Noël, Noël Le Graët ou les deux ?", + "description": "C'est un concept bien connu des fans du Burger Quiz, mais qui méritait bien une adaptation pour le football. Alors que nous célébrons ce week-end la naissance de Jésus de Nazareth, il ne faut pas oublier que le père Noël, le vrai, est aussi né un 25 décembre, mais en 1941 à Bourbriac, au beau milieu de la Bretagne. Alors c'est l'heure du quiz : Noël, Noël Le Graët ou les deux ?
    ", + "content": "
    ", "category": "", - "link": "https://www.sofoot.com/pierre-ferracci-jean-michel-aulas-delire-completement-508463.html", + "link": "https://www.sofoot.com/noel-noel-le-graet-ou-les-deux-508699.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T08:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pierre-ferracci-jean-michel-aulas-delire-completement-1639817428_x600_articles-508463.jpg", + "pubDate": "2021-12-25T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-noel-noel-le-graet-ou-les-deux-1640264362_x600_articles-alt-508699.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76181,17 +77628,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "baa56cc19e625fca0bc08de4afd71f18" + "hash": "3141d1efdb14e81f7fd334dc70c9841a" }, { - "title": "Aulas : \"Tout n'est pas à mettre sur le dos de nos supporters\"", - "description": "JMA le retour.
    \n
    \nAprès l'arrêt du match entre le Paris FC et l'Olympique lyonnais,…

    ", - "content": "JMA le retour.
    \n
    \nAprès l'arrêt du match entre le Paris FC et l'Olympique lyonnais,…

    ", + "title": "Top 10 : buts cadeaux ", + "description": "Joyeux Noël ! En ce 25 décembre au matin, tous les enfants peuvent profiter des cadeaux offerts grâce aux efforts acharnés du Père Noël. Mais dans le football, le cadeau peut arriver à n'importe quel moment de la saison. La preuve par 10.

    Hugo Lloris à Mario Mandžukić

    \n15 juillet 2018, France – Croatie (4-2)
    \n
    \nL'occasion de faire un joli cadeau n'est jamais interdite,…

    ", + "content": "

    Hugo Lloris à Mario Mandžukić

    \n15 juillet 2018, France – Croatie (4-2)
    \n
    \nL'occasion de faire un joli cadeau n'est jamais interdite,…

    ", "category": "", - "link": "https://www.sofoot.com/aulas-tout-n-est-pas-a-mettre-sur-le-dos-de-nos-supporters-508460.html", + "link": "https://www.sofoot.com/top-10-buts-cadeaux-508658.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T08:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aulas-tout-n-est-pas-a-mettre-sur-le-dos-de-nos-supporters-1639815474_x600_articles-508460.jpg", + "pubDate": "2021-12-25T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-10-buts-cadeaux-1640194748_x600_articles-alt-508658.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76202,17 +77649,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1502a78a15231e63372009d1380f4670" + "hash": "64f65bfe96364f22764295267d532cc8" }, { - "title": "Pronostic Wolverhampton Chelsea : Analyse, cotes et prono du match de Premier League", - "description": "

    Un Wolverhampton – Chelsea cadenassé

    \n
    \nAprès avoir récemment affronté Liverpool et Manchester City, Wolverhampton est opposé au troisième plus…
    ", - "content": "

    Un Wolverhampton – Chelsea cadenassé

    \n
    \nAprès avoir récemment affronté Liverpool et Manchester City, Wolverhampton est opposé au troisième plus…
    ", + "title": "Yussuf Poulsen : \"La plupart des gens seraient morts dans la situation de Christian Eriksen\"", + "description": "Le miraculé de l'année.
    \n
    \nL'un des moments forts de cette année 2021 restera évidemment le malaise de…

    ", + "content": "Le miraculé de l'année.
    \n
    \nL'un des moments forts de cette année 2021 restera évidemment le malaise de…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-wolverhampton-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-508462.html", + "link": "https://www.sofoot.com/yussuf-poulsen-la-plupart-des-gens-seraient-morts-dans-la-situation-de-christian-eriksen-508759.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T08:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-wolverhampton-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-1639815463_x600_articles-508462.jpg", + "pubDate": "2021-12-24T16:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-yussuf-poulsen-la-plupart-des-gens-seraient-morts-dans-la-situation-de-christian-eriksen-1640365214_x600_articles-508759.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76223,17 +77670,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cbfe419fe77aa6a1f3a05d8603df780" + "hash": "55ec4ad65ee46d2f1455b2cdf1630614" }, { - "title": "Paris FC-Lyon : dehors les cons ! ", - "description": "Ce week-end de 32es de finale de Coupe de France ne pouvait pas plus mal débuter. Ce vendredi soir, la rencontre entre le Paris FC et l'OL n'a pas pu aller à son terme, remettant le football français et ses tribunes face à ses propres démons. D'où cette question : ce cirque va-t-il continuer encore longtemps ?\"Nous sommes désolés de ne pas avoir pu aller au bout de cette rencontre avec vous.\" En une phrase de clôture, Thomas Bihel, journaliste de la chaîne Eurosport aux commentaires avec…", - "content": "\"Nous sommes désolés de ne pas avoir pu aller au bout de cette rencontre avec vous.\" En une phrase de clôture, Thomas Bihel, journaliste de la chaîne Eurosport aux commentaires avec…", + "title": "Algérie : Mahrez, Bennacer et Brahimi appelés pour la CAN", + "description": "En route vers la troisième étoile ?
    \n
    \n\"Ce n'est pas la peine qu'on se répète. Le plus grand favori, vous le connaissez \", avait déclaré le sélectionneur du Maroc Vahid…

    ", + "content": "En route vers la troisième étoile ?
    \n
    \n\"Ce n'est pas la peine qu'on se répète. Le plus grand favori, vous le connaissez \", avait déclaré le sélectionneur du Maroc Vahid…

    ", "category": "", - "link": "https://www.sofoot.com/paris-fc-lyon-dehors-les-cons-508458.html", + "link": "https://www.sofoot.com/algerie-mahrez-bennacer-et-brahimi-appeles-pour-la-can-508758.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T08:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paris-fc-lyon-dehors-les-cons-1639783899_x600_articles-alt-508458.jpg", + "pubDate": "2021-12-24T15:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-algerie-mahrez-bennacer-et-brahimi-appeles-pour-la-can-1640361145_x600_articles-508758.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76244,17 +77691,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55ef2c44e457e4361c7f0b100b92a057" + "hash": "0c0bb70eeca273d07da4404ffef898ec" }, { - "title": "Pronostic Tottenham Liverpool : Analyse, cotes et prono du match de Premier League", - "description": "

    Liverpool sur sa lancée face à Tottenham

    \n
    \nLa fin d'année en Angleterre est une période particulièrement riche avec un enchaînement de rencontres…
    ", - "content": "

    Liverpool sur sa lancée face à Tottenham

    \n
    \nLa fin d'année en Angleterre est une période particulièrement riche avec un enchaînement de rencontres…
    ", + "title": "Bingourou Kamara (Strasbourg) part en prêt à Charleroi", + "description": "Bingou va passer les fêtes en Wallonie.
    \n
    \nArrivé en juillet 2017 en Alsace, Bingourou Kamara n'a plus joué un match officiel avec Strasbourg depuis le 10 février dernier. Passé…

    ", + "content": "Bingou va passer les fêtes en Wallonie.
    \n
    \nArrivé en juillet 2017 en Alsace, Bingourou Kamara n'a plus joué un match officiel avec Strasbourg depuis le 10 février dernier. Passé…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-tottenham-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-508461.html", + "link": "https://www.sofoot.com/bingourou-kamara-strasbourg-part-en-pret-a-charleroi-508757.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T07:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-1639814974_x600_articles-508461.jpg", + "pubDate": "2021-12-24T15:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bingourou-kamara-strasbourg-part-en-pret-a-charleroi-1640363389_x600_articles-508757.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76265,17 +77712,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1b80e9de49a83fd9647ed20acabd531" + "hash": "ee7838c308dca599286bf857c96aec9a" }, { - "title": "203€ à gagner avec Rennes & West Ham + 200€ offerts en EXCLU au lieu de 100€ !", - "description": "

    NOUVEAU : 200€ offerts chez Unibet en EXCLU au lieu de 100€

    \n
    \n
    \n

    ", - "content": "

    NOUVEAU : 200€ offerts chez Unibet en EXCLU au lieu de 100€

    \n
    \n
    \n


    ", + "title": "Lewandowski, Ballon d'or Instagram en 2021", + "description": "Chacun son lot de consolation.
    \n
    \nIl a beau avoir vu Léo Messi choper son Ballon d'or, à tort ou à raison, Robert Lewandowski ne termine pas l'année sans aucune récompense dans les…

    ", + "content": "Chacun son lot de consolation.
    \n
    \nIl a beau avoir vu Léo Messi choper son Ballon d'or, à tort ou à raison, Robert Lewandowski ne termine pas l'année sans aucune récompense dans les…

    ", "category": "", - "link": "https://www.sofoot.com/203e-a-gagner-avec-rennes-west-ham-200e-offerts-en-exclu-au-lieu-de-100e-508386.html", + "link": "https://www.sofoot.com/lewandowski-ballon-d-or-instagram-en-2021-508738.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T14:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-203e-a-gagner-avec-rennes-west-ham-200e-offerts-en-exclu-au-lieu-de-100e-1639665027_x600_articles-508386.jpg", + "pubDate": "2021-12-24T14:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lewandowski-ballon-d-or-instagram-en-2021-1640357812_x600_articles-508738.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76286,17 +77733,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b44193b196fbe5cf8a80159e7974939" + "hash": "de49dd2d2b8babd47d87b131bd386ccd" }, { - "title": "Covid : la Premier League en eaux troubles ", - "description": "La montée en flèche de cas de Covid qui frappe actuellement le Royaume-Uni n'épargne pas le football outre-Manche : multiplication de tests positifs dans les effectifs et matchs reportés à la pelle en Premier League depuis plusieurs semaines déjà. Une situation qui ne semble toutefois pas déranger la ligue de football anglaise, dont la réaction et la prise de décisions fortes se font attendre. Si elles arrivent un jour.C'est reparti pour un tour. Ce jeudi 16 décembre, la Premier League a annoncé le report de cinq matchs de la dix-huitième journée de Premier League. Manchester United-Brighton a été la…", - "content": "C'est reparti pour un tour. Ce jeudi 16 décembre, la Premier League a annoncé le report de cinq matchs de la dix-huitième journée de Premier League. Manchester United-Brighton a été la…", + "title": "Farès Bahlouli se sent toujours bien en Ukraine", + "description": "Le bahloulisme a bien failli s'arrêter.
    \n
    \nFormé à l'Olympique lyonnais au début des années 2010, Farès Bahlouli n'a jamais confirmé les attentes placées en lui et le statut…

    ", + "content": "Le bahloulisme a bien failli s'arrêter.
    \n
    \nFormé à l'Olympique lyonnais au début des années 2010, Farès Bahlouli n'a jamais confirmé les attentes placées en lui et le statut…

    ", "category": "", - "link": "https://www.sofoot.com/covid-la-premier-league-en-eaux-troubles-508450.html", + "link": "https://www.sofoot.com/fares-bahlouli-se-sent-toujours-bien-en-ukraine-508755.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-covid-la-premier-league-en-eaux-troubles-1639758580_x600_articles-alt-508450.jpg", + "pubDate": "2021-12-24T14:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fares-bahlouli-se-sent-toujours-bien-en-ukraine-1640359796_x600_articles-508755.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76307,17 +77754,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e11223b650a02dab428795593730eaee" + "hash": "cf9f30793aff1dea45bdc9f61dac73fa" }, { - "title": "Arnaut Danjuma, la torpille du Sous-Marin jaune", - "description": "Bourreau de l'Atalanta la semaine dernière en Ligue des champions, Arnaut Danjuma prouve de jour en jour que Villarreal a bien fait de casser sa tirelire pour l'arracher à Bournemouth. Meilleur buteur de son club aussi bien en Liga que dans la coupe aux grandes oreilles, le Néerlandais doit dorénavant aider le Sous-Marin jaune à remonter vers les places européennes. Une épreuve comme une autre pour le jeune homme de 24 ans, qui a dû se relever après les nombreux obstacles que la vie a mis en travers de son chemin.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Mazzù : Devenir sélectionneur des Diables ? \"C'est la chose qui me ferait le plus plaisir !\"", + "description": "Il est temps de voir Dante Vanzeir avec le brassard des Diables rouges.
    \n
    \nAprès être grimpée en D1A, mettant fin à 48 ans de disette dans l'élite, l'Union saint-gilloise est leader…

    ", + "content": "Il est temps de voir Dante Vanzeir avec le brassard des Diables rouges.
    \n
    \nAprès être grimpée en D1A, mettant fin à 48 ans de disette dans l'élite, l'Union saint-gilloise est leader…

    ", "category": "", - "link": "https://www.sofoot.com/arnaut-danjuma-la-torpille-du-sous-marin-jaune-508438.html", + "link": "https://www.sofoot.com/mazzu-devenir-selectionneur-des-diables-c-est-la-chose-qui-me-ferait-le-plus-plaisir-508754.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-arnaut-danjuma-la-torpille-du-sous-marin-jaune-1639752979_x600_articles-alt-508438.jpg", + "pubDate": "2021-12-24T13:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mazzu-devenir-selectionneur-des-diables-c-est-la-chose-qui-me-ferait-le-plus-plaisir-1640353755_x600_articles-508754.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76328,17 +77775,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "443f6a7e64e2c4377d1f02f1e27b7fa3" + "hash": "5040992a42fd2b46883a7417c64cfa8c" }, { - "title": "De Kinshasa à Alexandrie : cinq Congolais en rade en Égypte", - "description": "Andy, Coeurci, Antoine, Franky et Omakanda* ont quitté la République démocratique du Congo en juillet pour l'Égypte, avec la promesse d'être recrutés par un club de football à l'issue de tests physiques. Mais le voyage ne s'est pas passé comme prévu. Escroqués par un prétendu manager, ils sont toujours en Égypte sans réelles perspectives.Alexandrie, Égypte. Nous sommes en plein milieu de l'hiver, un début d'après-midi du mois de décembre. Au huitième étage d'une tour quelconque de la ville, l'appartement des cinq footballeurs…", - "content": "Alexandrie, Égypte. Nous sommes en plein milieu de l'hiver, un début d'après-midi du mois de décembre. Au huitième étage d'une tour quelconque de la ville, l'appartement des cinq footballeurs…", + "title": "L'ONG Human Rights Watch craint que la CAN soit la cible d'attaques", + "description": "Décidément, la CAN ne sera jamais tranquille.
    \n
    \nDéjà
    menacée d'annulation à cause de la situation…

    ", + "content": "Décidément, la CAN ne sera jamais tranquille.
    \n
    \nDéjà menacée d'annulation à cause de la situation…

    ", "category": "", - "link": "https://www.sofoot.com/de-kinshasa-a-alexandrie-cinq-congolais-en-rade-en-egypte-508326.html", + "link": "https://www.sofoot.com/l-ong-human-rights-watch-craint-que-la-can-soit-la-cible-d-attaques-508752.html", "creator": "SO FOOT", - "pubDate": "2021-12-18T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-de-kinshasa-a-alexandrie-cinq-congolais-en-rade-en-egypte-1639575219_x600_articles-alt-508326.jpg", + "pubDate": "2021-12-24T13:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-ong-human-rights-watch-craint-que-la-can-soit-la-cible-d-attaques-1640355223_x600_articles-508752.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76349,17 +77796,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b14b69ee5729de774a0d6be518f61d6" + "hash": "c824f02bf9c45fe90a490f0c816bdbf0" }, { - "title": "Le Paris FC et Lyon se quittent dans l'incertitude ", - "description": "

    ", - "content": "

    ", + "title": "Ikoné, clap de faim", + "description": "Après trois ans et demi à Lille, Jonathan Ikoné (23 ans) a plié bagage et va officiellement s'engager avec la Fiorentina dans les prochaines heures. Voilà un nouveau départ majeur à gérer chez le champion de France en titre qui laisse un peu songeur en matière de timing pour le joueur.Résumer le passage de Jonathan Ikoné dans le Nord est un exercice périlleux. Un mélange de coups d'éclat et d'inconstance que l'on pourrait tenter de retranscrire ainsi : à Lille, Ikoné…", + "content": "Résumer le passage de Jonathan Ikoné dans le Nord est un exercice périlleux. Un mélange de coups d'éclat et d'inconstance que l'on pourrait tenter de retranscrire ainsi : à Lille, Ikoné…", "category": "", - "link": "https://www.sofoot.com/le-paris-fc-et-lyon-se-quittent-dans-l-incertitude-508416.html", + "link": "https://www.sofoot.com/ikone-clap-de-faim-508745.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-paris-fc-et-lyon-se-quittent-dans-l-incertitude-1639779048_x600_articles-508416.jpg", + "pubDate": "2021-12-24T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ikone-clap-de-faim-1640344086_x600_articles-alt-508745.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76370,17 +77817,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "feee3faa875b25fb3228161795c699c9" + "hash": "f16fb3fbdbf7e2334c49b43d3810eccb" }, { - "title": "Match arrêté entre le Paris FC et Lyon !", - "description": "Et allez, ça recommence.
    \n
    \nPour le compte des trente-deuxième de finale de la coupe de France, la rencontre entre le Paris FC et l'Olympique Lyonnais a été arrêté à la mi-temps en…

    ", - "content": "Et allez, ça recommence.
    \n
    \nPour le compte des trente-deuxième de finale de la coupe de France, la rencontre entre le Paris FC et l'Olympique Lyonnais a été arrêté à la mi-temps en…

    ", + "title": "La Main de Dieu : voir Naples, Diego Maradona et grandir", + "description": "Sorti sur Netflix le 15 décembre, La Main de Dieu de Paolo Sorrentino est un voyage autobiographique et sensible vers le Naples des années 1980. Une cité de rires et de drames, d'ombre et de lumière, que Maradona et le Napoli enveloppent constamment d'une aura bienveillante et réconfortante.Il faut croire que le cinéma, comme le football, vit une drôle d'époque. Quand Marvel Studios et Warner Bros monopolisent les recettes en salles grâce à Spider-Man : Far From Home et…", + "content": "Il faut croire que le cinéma, comme le football, vit une drôle d'époque. Quand Marvel Studios et Warner Bros monopolisent les recettes en salles grâce à Spider-Man : Far From Home et…", "category": "", - "link": "https://www.sofoot.com/match-arrete-entre-le-paris-fc-et-lyon-508457.html", + "link": "https://www.sofoot.com/la-main-de-dieu-voir-naples-diego-maradona-et-grandir-508691.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T21:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-match-arrete-entre-le-paris-fc-et-lyon-1639778249_x600_articles-508457.jpg", + "pubDate": "2021-12-24T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-main-de-dieu-voir-naples-diego-maradona-et-grandir-1640258316_x600_articles-alt-508691.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76391,17 +77838,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7fa3db9be6fa317b4a0d5e027e391fb" + "hash": "cb85762510ad1990e045477419ca911a" }, { - "title": "Le Bayern trace sa route en écrasant Wolfsburg", - "description": "

    ", - "content": "

    ", + "title": "Des joueurs de Ligue 1 s'unissent pour les enfants à l'hôpital", + "description": "L'esprit des fêtes est de sortie.
    \n
    \nÀ l'approche de Noël, plusieurs joueurs professionnels ont décidé de s'unir à l'association Les P'tits Doudous, un groupe de 85 associations…

    ", + "content": "L'esprit des fêtes est de sortie.
    \n
    \nÀ l'approche de Noël, plusieurs joueurs professionnels ont décidé de s'unir à l'association Les P'tits Doudous, un groupe de 85 associations…

    ", "category": "", - "link": "https://www.sofoot.com/le-bayern-trace-sa-route-en-ecrasant-wolfsburg-508456.html", + "link": "https://www.sofoot.com/des-joueurs-de-ligue-1-s-unissent-pour-les-enfants-a-l-hopital-508751.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T21:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-trace-sa-route-en-ecrasant-wolfsburg-1639775750_x600_articles-508456.jpg", + "pubDate": "2021-12-24T12:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-des-joueurs-de-ligue-1-s-unissent-pour-les-enfants-a-l-hopital-1640354280_x600_articles-508751.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76412,17 +77859,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d60e1b356be3089386f332e7df47397" + "hash": "e96309a24b4a7b30a6d5696d410b31ca" }, { - "title": "En direct : Paris FC - Lyon ", - "description": "45' : ALLEZ RIDEAU !
    \n
    \nLe match est arrêté, l'annonce est officielle. Les derniers supporters ...", - "content": "45' : ALLEZ RIDEAU !
    \n
    \nLe match est arrêté, l'annonce est officielle. Les derniers supporters ...", + "title": "Quand l'Angleterre jouait encore le jour de Noël…", + "description": "Adeptes du Boxing Day, les British jouaient même le jour de Noël il y a près de 60 ans. Retour sur une énième bizarrerie britannique, entre alcool, brouillard et traditions religieuses. Merry Christmas.Boxing Day. Traduire ni plus ni moins que \"la journée de la boîte\". Un jour férié, prévu le 26 décembre de chaque année, offrant la possibilité aux Britanniques, et comme dans de nombreux…", + "content": "Boxing Day. Traduire ni plus ni moins que \"la journée de la boîte\". Un jour férié, prévu le 26 décembre de chaque année, offrant la possibilité aux Britanniques, et comme dans de nombreux…", "category": "", - "link": "https://www.sofoot.com/en-direct-paris-fc-lyon-508415.html", + "link": "https://www.sofoot.com/quand-l-angleterre-jouait-encore-le-jour-de-noel-e2-80-a6-178891.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-paris-fc-lyon-1639737964_x600_articles-alt-508415.jpg", + "pubDate": "2021-12-24T12:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-l-angleterre-jouait-encore-le-jour-de-noel-e2-80-a6-1443022542_x600_articles-alt-178891.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76433,17 +77880,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "373bbcad1b8783496e65f5eb9da27e83" + "hash": "1ea2a6c87dc1de0ec275761d2eba79dd" }, { - "title": "Pronostic Milan AC Naples : Analyse, cotes et prono du match de Serie A", - "description": "

    Le Milan AC distance le Napoli

    \n
    \nCe dimanche soir, Milanais et Napolitains, les deux grands acteurs du début de saison en Serie A, s'affrontent à San…
    ", - "content": "

    Le Milan AC distance le Napoli

    \n
    \nCe dimanche soir, Milanais et Napolitains, les deux grands acteurs du début de saison en Serie A, s'affrontent à San…
    ", + "title": "Quand Van Dijk se fait casser la gueule dans une série néerlandaise", + "description": "Un jeu qui n'est pas sans rappeler celui de Marion Cotillard dans Batman.
    \n
    \nDans l'histoire de la castagne, on a tous été déçus au moins une fois. Le jour où Matt Hardy…

    ", + "content": "Un jeu qui n'est pas sans rappeler celui de Marion Cotillard dans Batman.
    \n
    \nDans l'histoire de la castagne, on a tous été déçus au moins une fois. Le jour où Matt Hardy…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-milan-ac-naples-analyse-cotes-et-prono-du-match-de-serie-a-508455.html", + "link": "https://www.sofoot.com/quand-van-dijk-se-fait-casser-la-gueule-dans-une-serie-neerlandaise-508749.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T18:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-milan-ac-naples-analyse-cotes-et-prono-du-match-de-serie-a-1639765674_x600_articles-508455.jpg", + "pubDate": "2021-12-24T11:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-van-dijk-se-fait-casser-la-gueule-dans-une-serie-neerlandaise-1640347916_x600_articles-508749.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76454,17 +77901,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd146172f15cc9718b7f225bbe175fc9" + "hash": "4adc91abcb589bfb5ad4735ce7dfe615" }, { - "title": "Pronostic Red Star Monaco : Analyse, cotes et prono du match de Coupe de France", - "description": "

    Monaco assure au Red Star

    \n
    \nLe Red Star a connu de belles heures mais se retrouve désormais en National. Actuellement, les protégés d'Habib Beye…
    ", - "content": "

    Monaco assure au Red Star

    \n
    \nLe Red Star a connu de belles heures mais se retrouve désormais en National. Actuellement, les protégés d'Habib Beye…
    ", + "title": "La rencontre entre Burnley et Everton finalement reportée", + "description": "Ou quand la voix de la raison passe devant l'envie de se remplir les poches.
    \n
    \n
    ", + "content": "Ou quand la voix de la raison passe devant l'envie de se remplir les poches.
    \n
    \n
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-red-star-monaco-analyse-cotes-et-prono-du-match-de-coupe-de-france-508454.html", + "link": "https://www.sofoot.com/la-rencontre-entre-burnley-et-everton-finalement-reportee-508715.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T18:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-red-star-monaco-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639765279_x600_articles-508454.jpg", + "pubDate": "2021-12-24T11:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-rencontre-entre-burnley-et-everton-finalement-reportee-1640347238_x600_articles-508715.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76475,17 +77922,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "955b6e30a87981510c5eb66b8d71cea2" + "hash": "f753ab6cb4c0e4de35761534a0710ce9" }, { - "title": "Pronostic Fribourg Bayer Leverkusen : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Leverkusen contient Fribourg

    \n
    \nAu départ de cette saison, peu d'observateurs auraient prédit que Fribourg se trouverait en 5e position de…
    ", - "content": "

    Leverkusen contient Fribourg

    \n
    \nAu départ de cette saison, peu d'observateurs auraient prédit que Fribourg se trouverait en 5e position de…
    ", + "title": "Pronostic Norwich Arsenal : Analyse, cotes et prono du match de Premier League", + "description": "

    Arsenal trop fort pour Norwich

    \n
    \nPromu cette saison, Norwich est une formation habituée à faire l'ascenseur entre la Premier League et le…
    ", + "content": "

    Arsenal trop fort pour Norwich

    \n
    \nPromu cette saison, Norwich est une formation habituée à faire l'ascenseur entre la Premier League et le…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-fribourg-bayer-leverkusen-analyse-cotes-et-prono-du-match-de-bundesliga-508453.html", + "link": "https://www.sofoot.com/pronostic-norwich-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-508709.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T18:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-fribourg-bayer-leverkusen-analyse-cotes-et-prono-du-match-de-bundesliga-1639765013_x600_articles-508453.jpg", + "pubDate": "2021-12-24T11:56:00Z", + "enclosure": "", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76496,17 +77943,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36def23f77fbcf07bd96ea76fc82bc4e" + "hash": "5c8b8ae3600af681978b29c400705181" }, { - "title": "Pronostic Cologne Stuttgart : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Un Cologne Modeste mais ambitieux face à Stuttgart

    \n
    \nProche de la relégation l'an passé, le FC Cologne avait sauvé sa place lors des barrages face…
    ", - "content": "

    Un Cologne Modeste mais ambitieux face à Stuttgart

    \n
    \nProche de la relégation l'an passé, le FC Cologne avait sauvé sa place lors des barrages face…
    ", + "title": "Pronostic Burnley Everton : Analyse, cotes et prono du match de Premier League", + "description": "

    Pas de vainqueur entre Burnley et Everton

    \n
    \nSouvent calé en milieu de tableau lors des dernières saisons, Burnley a vécu un dernier exercice et doit…
    ", + "content": "

    Pas de vainqueur entre Burnley et Everton

    \n
    \nSouvent calé en milieu de tableau lors des dernières saisons, Burnley a vécu un dernier exercice et doit…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-cologne-stuttgart-analyse-cotes-et-prono-du-match-de-bundesliga-508452.html", + "link": "https://www.sofoot.com/pronostic-burnley-everton-analyse-cotes-et-prono-du-match-de-premier-league-508707.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T17:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cologne-stuttgart-analyse-cotes-et-prono-du-match-de-bundesliga-1639764197_x600_articles-508452.jpg", + "pubDate": "2021-12-24T11:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-burnley-everton-analyse-cotes-et-prono-du-match-de-premier-league-1640260853_x600_articles-508707.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76517,17 +77964,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aff4e5b2f45d7ef39a17cb46c69687c" + "hash": "d6342b227fb70bf803ed22175ba20f2f" }, { - "title": "Pronostic Real Madrid Cadiz : Analyse, cotes et prono du match de Liga", - "description": "

    Le Real Madrid poursuit sa collecte face à Cadix

    \n
    \nMarqué par une saison dernière sans le moindre titre, le Real Madrid a décidé de répondre lors de…
    ", - "content": "

    Le Real Madrid poursuit sa collecte face à Cadix

    \n
    \nMarqué par une saison dernière sans le moindre titre, le Real Madrid a décidé de répondre lors de…
    ", + "title": "CAN 2022 : Pas de surprise dans la liste du Sénégal", + "description": "La grosse armada.
    \n
    \nLe sélectionneur Aliou Cissé a convoqué 27 joueurs pour la prochaine Coupe d'Afrique des nations au Cameroun. Sept joueurs de Ligue 1 sont présents : Abdou Diallo…

    ", + "content": "La grosse armada.
    \n
    \nLe sélectionneur Aliou Cissé a convoqué 27 joueurs pour la prochaine Coupe d'Afrique des nations au Cameroun. Sept joueurs de Ligue 1 sont présents : Abdou Diallo…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-real-madrid-cadiz-analyse-cotes-et-prono-du-match-de-liga-508451.html", + "link": "https://www.sofoot.com/can-2022-pas-de-surprise-dans-la-liste-du-senegal-508748.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T17:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-cadiz-analyse-cotes-et-prono-du-match-de-liga-1639762165_x600_articles-508451.jpg", + "pubDate": "2021-12-24T11:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-can-2022-pas-de-surprise-dans-la-liste-du-senegal-1640349075_x600_articles-508748.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76538,17 +77985,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "59ccc001aaf88aa167c7d68f4527bc0c" + "hash": "086ee247fed270279cfa3ad77a044d77" }, { - "title": "La société de Wanda Nara visée pour blanchiment d'argent en Argentine", - "description": "Wanda Nara se retrouve une nouvelle fois dans l'œil du cyclone. Après l'épisode de la…", - "content": "Wanda Nara se retrouve une nouvelle fois dans l'œil du cyclone. Après l'épisode de la…", + "title": "Jean-Clair Todibo invite des jeunes de son premier club sur la Côte d'Azur", + "description": "Un peu de douceur dans ce monde de brutes.
    \n
    \nCe mercredi, à l'occasion du match de Nice face à Lens à l'Allianz Riviera, Jean-Clair Todibo a décidé de se la jouer Papa Noël. Il…

    ", + "content": "Un peu de douceur dans ce monde de brutes.
    \n
    \nCe mercredi, à l'occasion du match de Nice face à Lens à l'Allianz Riviera, Jean-Clair Todibo a décidé de se la jouer Papa Noël. Il…

    ", "category": "", - "link": "https://www.sofoot.com/la-societe-de-wanda-nara-visee-pour-blanchiment-d-argent-en-argentine-508443.html", + "link": "https://www.sofoot.com/jean-clair-todibo-invite-des-jeunes-de-son-premier-club-sur-la-cote-d-azur-508747.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T16:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-societe-de-wanda-nara-visee-pour-blanchiment-d-argent-en-argentine-1639759824_x600_articles-508443.jpg", + "pubDate": "2021-12-24T11:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jean-clair-todibo-invite-des-jeunes-de-son-premier-club-sur-la-cote-d-azur-1640349005_x600_articles-508747.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76559,17 +78006,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "78ef7d73622c50a903b462fbc671bf49" + "hash": "f3637e6c624fa25441cd5476d73f4ffe" }, { - "title": "Live : la demi-finale des Mondiaux de handball entre la France et le Danemark", - "description": "Les Bleues d'Olivier Krumbholz affrontent le Danemark en demi-finale des championnats du monde organisés en Espagne. Un match à suivre en direct, parce qu'on ne pouvait résister aux Irrésistibles.

    France 10-12 Danemark

    ", - "content": "

    France 10-12 Danemark

    ", + "title": "Nestor El Maestro (Göztepe) : \"La vie est trop courte pour la passer à défendre super bas\"", + "description": "Toujours un des plus grands dilemmes du football.
    \n
    \nPour Nestor El Maestro, le coach de Göztepe, \"la question est vite répondue\". Ce jeudi soir, les Göz Göz, 19es

    ", + "content": "Toujours un des plus grands dilemmes du football.
    \n
    \nPour Nestor El Maestro, le coach de Göztepe, \"la question est vite répondue\". Ce jeudi soir, les Göz Göz, 19es

    ", "category": "", - "link": "https://www.sofoot.com/live-la-demi-finale-des-mondiaux-de-handball-entre-la-france-et-le-danemark-508437.html", + "link": "https://www.sofoot.com/nestor-el-maestro-goztepe-la-vie-est-trop-courte-pour-la-passer-a-defendre-super-bas-508743.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T16:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-live-la-demi-finale-des-mondiaux-de-handball-entre-la-france-et-le-danemark-1639749242_x600_articles-alt-508437.jpg", + "pubDate": "2021-12-24T11:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nestor-el-maestro-goztepe-la-vie-est-trop-courte-pour-la-passer-a-defendre-super-bas-1640348892_x600_articles-508743.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76580,17 +78027,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1f274c80679448ab8083de687b87d6a" + "hash": "1624a4525d2a3541fc911b8f65d59535" }, { - "title": "Christian Eriksen quitte officiellement l'Inter Milan", - "description": "Toutes les histoires de cœur ont une fin.
    \n
    \nCe vendredi 17 décembre, l'aventure de Christian Eriksen à l'Inter Milan a touché à sa fin. Victime d'un arrêt cardiaque lors de…

    ", - "content": "Toutes les histoires de cœur ont une fin.
    \n
    \nCe vendredi 17 décembre, l'aventure de Christian Eriksen à l'Inter Milan a touché à sa fin. Victime d'un arrêt cardiaque lors de…

    ", + "title": "Pronostic Brighton Brentford : Analyse, cotes et prono du match de Premier League", + "description": "

    Brighton maître à domicile face à Brentford

    \n
    \nAuteur d'une excellente entame de saison, Brighton s'est même retrouvé dans le premier tiers du…
    ", + "content": "

    Brighton maître à domicile face à Brentford

    \n
    \nAuteur d'une excellente entame de saison, Brighton s'est même retrouvé dans le premier tiers du…
    ", "category": "", - "link": "https://www.sofoot.com/christian-eriksen-quitte-officiellement-l-inter-milan-508449.html", + "link": "https://www.sofoot.com/pronostic-brighton-brentford-analyse-cotes-et-prono-du-match-de-premier-league-508705.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T15:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-christian-eriksen-quitte-officiellement-l-inter-milan-1639758339_x600_articles-508449.jpg", + "pubDate": "2021-12-24T11:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brighton-brentford-analyse-cotes-et-prono-du-match-de-premier-league-1640260188_x600_articles-508705.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76601,17 +78048,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98bb69484e7138917d714182ba88c1ff" + "hash": "c4a7d849a0503096abd946e6b5613f9a" }, { - "title": "La FIFA poursuit sa propagande pour une Coupe du monde tous les deux ans", - "description": "Arsène Wenger est en train de jubiler.
    \n
    \nDepuis plusieurs mois, le débat sur la possibilité d'organiser une Coupe du monde tous les deux ans divise les fans de football. La FIFA, à…

    ", - "content": "Arsène Wenger est en train de jubiler.
    \n
    \nDepuis plusieurs mois, le débat sur la possibilité d'organiser une Coupe du monde tous les deux ans divise les fans de football. La FIFA, à…

    ", + "title": "Bayern : Une statue de Gerd Müller va être érigée devant l'Allianz Arena", + "description": "En attendant celle de Robert Lewandowski.
    \n
    \nLa Fondation Kurt Landauer a annoncé ce jeudi qu'elle souhaitait ériger une statue au meilleur buteur de l'histoire du Bayern Munich avec…

    ", + "content": "En attendant celle de Robert Lewandowski.
    \n
    \nLa Fondation Kurt Landauer a annoncé ce jeudi qu'elle souhaitait ériger une statue au meilleur buteur de l'histoire du Bayern Munich avec…

    ", "category": "", - "link": "https://www.sofoot.com/la-fifa-poursuit-sa-propagande-pour-une-coupe-du-monde-tous-les-deux-ans-508447.html", + "link": "https://www.sofoot.com/bayern-une-statue-de-gerd-muller-va-etre-erigee-devant-l-allianz-arena-508746.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T15:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-fifa-poursuit-sa-propagande-pour-une-coupe-du-monde-tous-les-deux-ans-1639759043_x600_articles-508447.jpg", + "pubDate": "2021-12-24T10:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bayern-une-statue-de-gerd-muller-va-etre-erigee-devant-l-allianz-arena-1640346734_x600_articles-508746.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76622,17 +78069,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ead75f18398f82060b02b77a67ec3f15" + "hash": "f0d41383e20421c116d689afb82cc67b" }, { - "title": "24 heures chrono", - "description": "Depuis 2019, Moncé-en-Belin accueille les 24 heures du foot, un tournoi de sixte en mode marathon. Plus de mille personnes étaient sur site lors de la troisième édition en juillet. Une compétition pour amateurs mais pas pour petits joueurs, certains ayant bien du mal à passer la nuit. Plongée dans un événement qui grandit d'année en année et qui conjugue plaisir de jouer et convivialité.La Sarthe avait déjà ses 24 Heures pour l'auto, la moto, le VTT, le basket, le roller et même la bille. En 2019, le foot a rejoint la liste grâce à une bande de potes de l'ES Moncé-en-Belin.…", - "content": "La Sarthe avait déjà ses 24 Heures pour l'auto, la moto, le VTT, le basket, le roller et même la bille. En 2019, le foot a rejoint la liste grâce à une bande de potes de l'ES Moncé-en-Belin.…", + "title": "Pronostic Aston Villa Chelsea : Analyse, cotes et prono du match de Premier League", + "description": "

    Aston Villa résiste à Chelsea

    \n
    \nAston Villa enchaîne sa troisième saison consécutive en Premier League. Cette saison, le club de Birmingham a perdu…
    ", + "content": "

    Aston Villa résiste à Chelsea

    \n
    \nAston Villa enchaîne sa troisième saison consécutive en Premier League. Cette saison, le club de Birmingham a perdu…
    ", "category": "", - "link": "https://www.sofoot.com/24-heures-chrono-507817.html", + "link": "https://www.sofoot.com/pronostic-aston-villa-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-508701.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T15:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-24-heures-chrono-1638545468_x600_articles-alt-507817.jpg", + "pubDate": "2021-12-24T10:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-aston-villa-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-1640257746_x600_articles-508701.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76643,17 +78090,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bfb4671929c33ff602bd00fabe3846d" + "hash": "dadfb5abf439e2a28aca4f1ddcdc64f2" }, { - "title": "Gary Marigard, J-2 avant d'affronter le PSG : \"Jeudi, c'était action solidaire\"", - "description": "La loterie de la Coupe de France réserve toujours quelques matchs en apparence déséquilibrés : à l'occasion des 32es de finale, c'est Feignies-Aulnoye qui a tiré le gros lot, puisque l'écurie des alentours de Maubeuge est tombée sur le PSG. Pour comprendre comment un footballeur amateur se prépare à une telle échéance, le latéral droit du club du Nord Gary Marigard nous raconte son quotidien, jour par jour, jusqu'au match fatidique.Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", - "content": "Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", + "title": "Guardiola sur les mesures sanitaires en Premier League : \" Il va falloir une grève pour qu'il se passe quelque chose \"", + "description": "Il pourra demander conseil à ses voisins français.
    \n
    \nCe jeudi, la Premier League a officialisé le report de deux rencontres du Boxing Day, Liverpool-Leeds et Wolverhampton-Watford.…

    ", + "content": "Il pourra demander conseil à ses voisins français.
    \n
    \nCe jeudi, la Premier League a officialisé le report de deux rencontres du Boxing Day, Liverpool-Leeds et Wolverhampton-Watford.…

    ", "category": "", - "link": "https://www.sofoot.com/gary-marigard-j-2-avant-d-affronter-le-psg-jeudi-c-etait-action-solidaire-508441.html", + "link": "https://www.sofoot.com/guardiola-sur-les-mesures-sanitaires-en-premier-league-il-va-falloir-une-greve-pour-qu-il-se-passe-quelque-chose-508744.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gary-marigard-j-2-avant-d-affronter-le-psg-jeudi-c-etait-action-solidaire-1639751870_x600_articles-alt-508441.jpg", + "pubDate": "2021-12-24T10:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-guardiola-sur-les-mesures-sanitaires-en-premier-league-il-va-falloir-une-greve-pour-qu-il-se-passe-quelque-chose-1640344302_x600_articles-508744.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76664,17 +78111,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b37b5f93de39759c14d1fd37ccfe04ca" + "hash": "fca3dbd050a365e15fd06a4f57b4f7f2" }, { - "title": "Jean-Michel Aulas, on se lasse", - "description": "Comme durant chaque crise traversée par l'OL ces dernières années, le président Jean-Michel Aulas a repris la barre pour piloter le bateau. Mais entre un remaniement interne et des résultats décevants à gérer, il en a oublié que la communication, c'est la clé. Résultat, toutes ses déclarations sont contre-productives, et c'est sa réputation entière qui prend un sacré coup sur la caboche.Le 5 décembre dernier, plus de 3800 personnes ont aimé un tweet lyonnais teinté de nostalgie : \"Il est passé où cet OL-là ?\" accompagné du but sublime de Lucas Paquetá en début de…", - "content": "Le 5 décembre dernier, plus de 3800 personnes ont aimé un tweet lyonnais teinté de nostalgie : \"Il est passé où cet OL-là ?\" accompagné du but sublime de Lucas Paquetá en début de…", + "title": "Pronostic West Ham Southampton : Analyse, cotes et prono du match de Premier League", + "description": "

    West Ham - Southampton : Les Hammers retrouvent leur percussion face aux Saints

    \n
    \nL'arrivée de David Moyes a métamorphosé West Ham. Arrivé pour…
    ", + "content": "

    West Ham - Southampton : Les Hammers retrouvent leur percussion face aux Saints

    \n
    \nL'arrivée de David Moyes a métamorphosé West Ham. Arrivé pour…
    ", "category": "", - "link": "https://www.sofoot.com/jean-michel-aulas-on-se-lasse-508442.html", + "link": "https://www.sofoot.com/pronostic-west-ham-southampton-analyse-cotes-et-prono-du-match-de-premier-league-508698.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T14:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jean-michel-aulas-on-se-lasse-1639752538_x600_articles-alt-508442.jpg", + "pubDate": "2021-12-24T10:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-west-ham-southampton-analyse-cotes-et-prono-du-match-de-premier-league-1640257033_x600_articles-508698.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76685,17 +78132,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f13a679e94ea10c7aae7422941e6fb74" + "hash": "4d2b982d8b95947ba0d768b7f8263730" }, { - "title": "Le Brésil et l'Argentine pourraient intégrer la Ligue des nations", - "description": "C'est la potatoe dans la barquette de frites, le petit oignon croquant dans le bocal à cornichons. Bref, la fameuse surprise, l'exception à la règle qui peut faire basculer votre repas.…", - "content": "C'est la potatoe dans la barquette de frites, le petit oignon croquant dans le bocal à cornichons. Bref, la fameuse surprise, l'exception à la règle qui peut faire basculer votre repas.…", + "title": "Pronostic Tottenham Crystal Palace : Analyse, cotes et prono du match de Premier League", + "description": "

    Un Tottenham en progrès face à Crystal Palace

    \n
    \nDepuis le départ de Pochettino, Tottenham a perdu de sa régularité dans ses résultats. En effet,…
    ", + "content": "

    Un Tottenham en progrès face à Crystal Palace

    \n
    \nDepuis le départ de Pochettino, Tottenham a perdu de sa régularité dans ses résultats. En effet,…
    ", "category": "", - "link": "https://www.sofoot.com/le-bresil-et-l-argentine-pourraient-integrer-la-ligue-des-nations-508444.html", + "link": "https://www.sofoot.com/pronostic-tottenham-crystal-palace-analyse-cotes-et-prono-du-match-de-premier-league-508695.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T14:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-bresil-et-l-argentine-pourraient-integrer-la-ligue-des-nations-1639756060_x600_articles-508444.jpg", + "pubDate": "2021-12-24T10:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-crystal-palace-analyse-cotes-et-prono-du-match-de-premier-league-1640255613_x600_articles-508695.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76706,17 +78153,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fdd8c325b0fdb78786d4ae0cb938724" + "hash": "2ff7ba3c9251b9dd86c911d433a6850c" }, { - "title": "Leonardo : \"Marquinhos va rester à vie\"", - "description": "La jurisprudence Thiago Silva porte ses fruits.
    \n
    \nLes fêtes de fin d'année approchent, mais pour les dirigeants des clubs, elles riment surtout avec mercato hivernal. Invité à…

    ", - "content": "La jurisprudence Thiago Silva porte ses fruits.
    \n
    \nLes fêtes de fin d'année approchent, mais pour les dirigeants des clubs, elles riment surtout avec mercato hivernal. Invité à…

    ", + "title": "Des antivax manifestent devant chez Alan Shearer... mais se trompent de maison", + "description": "Raté sur toute la ligne.
    \n
    \nEn réaction à

    ", + "content": "Raté sur toute la ligne.
    \n
    \nEn réaction à


    ", "category": "", - "link": "https://www.sofoot.com/leonardo-marquinhos-va-rester-a-vie-508446.html", + "link": "https://www.sofoot.com/des-antivax-manifestent-devant-chez-alan-shearer-mais-se-trompent-de-maison-508742.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T14:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leonardo-marquinhos-va-rester-a-vie-1639755756_x600_articles-508446.jpg", + "pubDate": "2021-12-24T10:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-des-antivax-manifestent-devant-chez-alan-shearer-mais-se-trompent-de-maison-1640343264_x600_articles-508742.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76727,17 +78174,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a7e759dac690f07af897968c71ec182" + "hash": "1f8995ff1947540c6a3487d462ed8ea2" }, { - "title": "Les clubs de Premier League poussent pour une trêve pendant les fêtes", - "description": "La situation devient critique outre-Manche.
    \n
    \nPlusieurs clubs de Premier League montrent leur mécontentement sur le maintien des journées, considérant la période de l'année et la…

    ", - "content": "La situation devient critique outre-Manche.
    \n
    \nPlusieurs clubs de Premier League montrent leur mécontentement sur le maintien des journées, considérant la période de l'année et la…

    ", + "title": "Coupe de France : les supporters lillois interdits de déplacement à Lens", + "description": "Oh, quelle surprise !
    \n
    \nDans une période où le foot fait surtout parler pour des questions de violences, les Lillois paient pour les autres, mais aussi pour leurs propres actes. Déjà…

    ", + "content": "Oh, quelle surprise !
    \n
    \nDans une période où le foot fait surtout parler pour des questions de violences, les Lillois paient pour les autres, mais aussi pour leurs propres actes. Déjà…

    ", "category": "", - "link": "https://www.sofoot.com/les-clubs-de-premier-league-poussent-pour-une-treve-pendant-les-fetes-508440.html", + "link": "https://www.sofoot.com/coupe-de-france-les-supporters-lillois-interdits-de-deplacement-a-lens-508741.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T14:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-clubs-de-premier-league-poussent-pour-une-treve-pendant-les-fetes-1639751434_x600_articles-508440.jpg", + "pubDate": "2021-12-24T10:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-les-supporters-lillois-interdits-de-deplacement-a-lens-1640343178_x600_articles-508741.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76748,17 +78195,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45bf35fbbf4c518db7772c2104e59371" + "hash": "67240410876a0ad24b6428a89bf5664d" }, { - "title": "Youcef Belaïli n'est plus un joueur du Qatar SC", - "description": "Héros le mercredi, sans club le jeudi.
    \n
    \nEn finale de la Coupe arabe ce dimanche face à la Tunisie, l'Algérie pourra compter sur un
    ", - "content": "Héros le mercredi, sans club le jeudi.
    \n
    \nEn finale de la Coupe arabe ce dimanche face à la Tunisie, l'Algérie pourra compter sur un
    ", + "title": "Mikel Arteta se défend d'être \"dictatorial ou impitoyable\" concernant Aubameyang", + "description": "Ça tire à balles réelles chez les Gunners.
    \n
    \nLa semaine dernière,
    ", + "content": "Ça tire à balles réelles chez les Gunners.
    \n
    \nLa semaine dernière,
    ", "category": "", - "link": "https://www.sofoot.com/youcef-belaili-n-est-plus-un-joueur-du-qatar-sc-508414.html", + "link": "https://www.sofoot.com/mikel-arteta-se-defend-d-etre-dictatorial-ou-impitoyable-concernant-aubameyang-508740.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T14:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-youcef-belaili-n-est-plus-un-joueur-du-qatar-sc-1639738007_x600_articles-508414.jpg", + "pubDate": "2021-12-24T09:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mikel-arteta-se-defend-d-etre-dictatorial-ou-impitoyable-concernant-aubameyang-1640340951_x600_articles-508740.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76769,17 +78216,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afc7bc637018e90e1e5be21d1c3a5d99" + "hash": "cde0ab14d11c2f42ed7ac13fb6a0fe0f" }, { - "title": "Vitorino Hilton : \"Si Saint-Étienne me contacte, je suis prêt\"", - "description": "Papy fait de la résistance.
    \n
    \nÂgé de 44 ans, Vitorino Hilton n'en a peut-être pas fini avec les terrains. Alors que les rumeurs vont bon train concernant son éventuelle arrivée du…

    ", - "content": "Papy fait de la résistance.
    \n
    \nÂgé de 44 ans, Vitorino Hilton n'en a peut-être pas fini avec les terrains. Alors que les rumeurs vont bon train concernant son éventuelle arrivée du…

    ", + "title": "L'AS Vitré ne veut pas jouer son 16es de finale à La Beaujoire", + "description": "À la maison ou rien !
    \n
    \nL'AS Vitré n'a pas réellement digéré la décision de la FFF de délocaliser la rencontre de Coupe de France qui l'opposera au FC Nantes à la Beaujoire et a…

    ", + "content": "À la maison ou rien !
    \n
    \nL'AS Vitré n'a pas réellement digéré la décision de la FFF de délocaliser la rencontre de Coupe de France qui l'opposera au FC Nantes à la Beaujoire et a…

    ", "category": "", - "link": "https://www.sofoot.com/vitorino-hilton-si-saint-etienne-me-contacte-je-suis-pret-508417.html", + "link": "https://www.sofoot.com/l-as-vitre-ne-veut-pas-jouer-son-16es-de-finale-a-la-beaujoire-508739.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T14:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vitorino-hilton-si-saint-etienne-me-contacte-je-suis-pret-1639750406_x600_articles-508417.jpg", + "pubDate": "2021-12-24T09:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-as-vitre-ne-veut-pas-jouer-son-16es-de-finale-a-la-beaujoire-1640339727_x600_articles-508739.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76790,17 +78237,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "71ebaa8df27cc2ebf2fe9e7c1a4575f1" + "hash": "a0d146d239ffe147047e2b0f154aeb09" }, { - "title": "Tacalfred & Weber : \"On était fait l'un pour l'autre\"", - "description": "Charnière mythique du retour du Stade de Reims en Ligue 1 au début des années 2010, le duo formé par Mickaël Tacalfred (40 ans) et Anthony Weber (34 ans) s'est reformé depuis l'été dernier dans l'autre club de la cité des Sacres : Reims Sainte-Anne, pensionnaire de Régional 1. Et comme la vie est bien faite, les deux anciens stadistes (plus de 200 matchs chacun) croiseront ce week-end la route du Stade de Reims en 32es de finale de Coupe de France, pour un derby des Sacres inédit au stade Auguste-Delaune. Entretien avec deux jeunes retraités pétillants.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Pronostic Manchester City Leicester : Analyse, cotes et prono du match de Premier League", + "description": "

    Un Manchester City sur un rythme effréné avant Leicester

    \n
    \nImpressionnant la saison dernière, Manchester City avait remporté la Premier League et la…
    ", + "content": "

    Un Manchester City sur un rythme effréné avant Leicester

    \n
    \nImpressionnant la saison dernière, Manchester City avait remporté la Premier League et la…
    ", "category": "", - "link": "https://www.sofoot.com/tacalfred-weber-on-etait-fait-l-un-pour-l-autre-508400.html", + "link": "https://www.sofoot.com/pronostic-manchester-city-leicester-analyse-cotes-et-prono-du-match-de-premier-league-508687.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tacalfred-weber-on-etait-fait-l-un-pour-l-autre-1639739285_x600_articles-alt-508400.jpg", + "pubDate": "2021-12-24T08:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-city-leicester-analyse-cotes-et-prono-du-match-de-premier-league-1640250527_x600_articles-508687.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76811,17 +78258,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3b269f45f82e75d6b844c204b9aab8b" + "hash": "07c22122217d70bcff2c310ace208d87" }, { - "title": "Lucas Tousart : \" Si je faisais gaffe aux insultes, je ne jouerais plus au foot \"", - "description": "Installé en Allemagne depuis l'été 2020, Lucas Tousart a l'air de se plaire au Hertha Berlin, avec qui il accueille le Borussia Dortmund ce samedi (18h30). Son club a beau avoir revu ses ambitions à la baisse et être 14e de Bundesliga avec un petit point d'avance sur la 16e place de barragiste, le milieu de terrain de 24 ans respire la sérénité. Comme si son départ de Lyon, après cinq ans de bons et loyaux services, lui avait permis de souffler. Entretien détente avec un homme qui a réalisé son rêve de gosse l'été dernier lors des JO de Tokyo : jouer avec André-Pierre Gignac.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Pelé autorisé à rentrer chez lui", + "description": "Le Roi s'accroche.
    \n
    \nPelé est autorisé à sortir de l'hôpital de São Paulo après un séjour d'environ deux semaines.
    ", + "content": "Le Roi s'accroche.
    \n
    \nPelé est autorisé à sortir de l'hôpital de São Paulo après un séjour d'environ deux semaines.
    ", "category": "", - "link": "https://www.sofoot.com/lucas-tousart-si-je-faisais-gaffe-aux-insultes-je-ne-jouerais-plus-au-foot-508406.html", + "link": "https://www.sofoot.com/pele-autorise-a-rentrer-chez-lui-508737.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T10:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lucas-tousart-si-je-faisais-gaffe-aux-insultes-je-ne-jouerais-plus-au-foot-1639694323_x600_articles-alt-508406.jpg", + "pubDate": "2021-12-24T08:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pele-autorise-a-rentrer-chez-lui-1640338242_x600_articles-508737.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76832,17 +78279,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f5c756b3b99da71a35efd03f7a9efc9" + "hash": "cb1a0631c2f8e02f5c2e493897c43433" }, { - "title": "L'OM prolonge son partenariat avec Puma", - "description": "L'Olympique de Marseille et Puma viennent d'annoncer la prolongation de leur contrat de partenariat dont la fin était initialement prévue en 2023. L'union, qui a débuté en 2018, s'étendra…", - "content": "L'Olympique de Marseille et Puma viennent d'annoncer la prolongation de leur contrat de partenariat dont la fin était initialement prévue en 2023. L'union, qui a débuté en 2018, s'étendra…", + "title": "Pour Buffon, la Juventus avec Ronaldo avait \"perdu son ADN\"", + "description": "
    Gigi n'a définitivement pas sa langue dans sa poche.
    \n
    \nGianluigi Buffon, qui a fait son…

    ", + "content": "Gigi n'a définitivement pas sa langue dans sa poche.
    \n
    \nGianluigi Buffon, qui a fait son…

    ", "category": "", - "link": "https://www.sofoot.com/l-om-prolonge-son-partenariat-avec-puma-508412.html", + "link": "https://www.sofoot.com/pour-buffon-la-juventus-avec-ronaldo-avait-perdu-son-adn-508736.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T09:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-om-prolonge-son-partenariat-avec-puma-1639737871_x600_articles-508412.jpg", + "pubDate": "2021-12-24T08:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pour-buffon-la-juventus-avec-ronaldo-avait-perdu-son-adn-1640337487_x600_articles-508736.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76853,17 +78300,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91e9537ae3be613fb8241127d37b51d4" + "hash": "ed3f7a807df924d9939de7bc2c0b0d90" }, { - "title": "Aulas : \"On a découvert sur son Facebook que l'individu était supporter de l'OM\"", - "description": "My name is Aulas, Jean-Michel Aulas.
    \n
    \nWalther PP à la ceinture, cravate bien serrée et costume trois pièces, voici comment Jean-Michel Aulas a dévoilé sa grande découverte…

    ", - "content": "My name is Aulas, Jean-Michel Aulas.
    \n
    \nWalther PP à la ceinture, cravate bien serrée et costume trois pièces, voici comment Jean-Michel Aulas a dévoilé sa grande découverte…

    ", + "title": "Bruno Cheyrou devient conseiller technique et directeur du recrutement à l'OL", + "description": "Il revient sur le devant de la scène.
    \n
    \nDans une interview…

    ", + "content": "Il revient sur le devant de la scène.
    \n
    \nDans une interview…

    ", "category": "", - "link": "https://www.sofoot.com/aulas-on-a-decouvert-sur-son-facebook-que-l-individu-etait-supporter-de-l-om-508411.html", + "link": "https://www.sofoot.com/bruno-cheyrou-devient-conseiller-technique-et-directeur-du-recrutement-a-l-ol-508735.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T09:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aulas-on-a-decouvert-sur-son-facebook-que-l-individu-etait-supporter-de-l-om-1639737370_x600_articles-508411.jpg", + "pubDate": "2021-12-24T08:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bruno-cheyrou-devient-conseiller-technique-et-directeur-du-recrutement-a-l-ol-1640337103_x600_articles-508735.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76874,17 +78321,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e995ce39ea712ab63c03c14b2a0ba3f0" + "hash": "f89cf1afb027d1381677a09c374f6509" }, { - "title": "Pavard : \"Je ne pourrai jamais plaire à tout le monde\"", - "description": "Appelé lors du dernier rassemblement des Bleus en novembre, Benjamin Pavard a commencé les deux dernières rencontres de l'équipe de France sur le banc. Souvent critiqué, parfois tancé, le…", - "content": "Appelé lors du dernier rassemblement des Bleus en novembre, Benjamin Pavard a commencé les deux dernières rencontres de l'équipe de France sur le banc. Souvent critiqué, parfois tancé, le…", + "title": "Aulas renouvelle sa confiance envers Peter Bosz", + "description": "C'est lui le Bosz.
    \n
    \nDans un entretien accordé à…

    ", + "content": "C'est lui le Bosz.
    \n
    \nDans un entretien accordé à…

    ", "category": "", - "link": "https://www.sofoot.com/pavard-je-ne-pourrai-jamais-plaire-a-tout-le-monde-508410.html", + "link": "https://www.sofoot.com/aulas-renouvelle-sa-confiance-envers-peter-bosz-508734.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T09:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pavard-je-ne-pourrai-jamais-plaire-a-tout-le-monde-1639737265_x600_articles-508410.jpg", + "pubDate": "2021-12-24T07:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aulas-renouvelle-sa-confiance-envers-peter-bosz-1640336882_x600_articles-508734.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76895,17 +78342,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f23d0ea5f29ba557d4076f78d7cd15d" + "hash": "79846cb051b2cc4a02706b40f902b18d" }, { - "title": "Louis van Gaal : \"Affronter Gibraltar ne vous apporte rien\"", - "description": "Ça, c'est du tacle les deux pieds décollés.
    \n
    \nLe tirage au sort de la…

    ", - "content": "Ça, c'est du tacle les deux pieds décollés.
    \n
    \nLe tirage au sort de la…

    ", + "title": "Grand LOTO de Noël : 15 Millions d'€ gagnés ou partagés + 69M€ à l'Euromillions ce vendredi 24 décembre 2021", + "description": "

    Grand LOTO de Noël : 15 Millions d'€ ce vendredi 24 décembre 2021

    \n
    \nPour Noël, la FDJ vous a concocté un Grand LOTO exceptionnel.
    \nEn effet,…

    ", + "content": "

    Grand LOTO de Noël : 15 Millions d'€ ce vendredi 24 décembre 2021

    \n
    \nPour Noël, la FDJ vous a concocté un Grand LOTO exceptionnel.
    \nEn effet,…

    ", "category": "", - "link": "https://www.sofoot.com/louis-van-gaal-affronter-gibraltar-ne-vous-apporte-rien-508409.html", + "link": "https://www.sofoot.com/grand-loto-de-noel-15-millions-d-e-gagnes-ou-partages-69me-a-l-euromillions-ce-vendredi-24-decembre-2021-508677.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T08:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-louis-van-gaal-affronter-gibraltar-ne-vous-apporte-rien-1639733619_x600_articles-508409.jpg", + "pubDate": "2021-12-23T08:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-grand-loto-de-noel-15-millions-d-e-gagnes-ou-partages-69me-a-l-euromillions-ce-vendredi-24-decembre-2021-1640247376_x600_articles-508677.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76916,17 +78363,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f57efaa8552f7998d13752d7121bb711" + "hash": "902c40a8052a29036cc01073b9e2f197" }, { - "title": "Des chants homophobes entendus lors de Chelsea-Everton", - "description": "Match nul sur le terrain, encore plus nul en tribunes.
    \n
    \nEn difficulté en Premier League ces dernières semaines, Everton a ramené
    ", - "content": "Match nul sur le terrain, encore plus nul en tribunes.
    \n
    \nEn difficulté en Premier League ces dernières semaines, Everton a ramené
    ", + "title": "Jordan Pefok : \"Je n'aime pas les gens qui font la gueule\"", + "description": "Performant avec les Young Boys, Jordan Pefok, actuellement deuxième meilleur buteur du championnat suisse, a su se relancer après un passage manqué au Stade rennais. L'avant-centre n'a jamais abandonné l'idée, d'un jour, goûter au plus haut niveau. À 25 ans, celui qui a inscrit ses premiers pions en Ligue des champions et découvert la sélection américaine nous retrace son parcours. Dans la joie et rien d'autre que la joie.Jordan, tu termines l'année 2021 avec un quadruplé face à Lugano (victoire 0-5 le 19 décembre dernier). Que d'émotions...
    \nC'est la première fois que je…
    ", + "content": "Jordan, tu termines l'année 2021 avec un quadruplé face à Lugano (victoire 0-5 le 19 décembre dernier). Que d'émotions...
    \nC'est la première fois que je…
    ", "category": "", - "link": "https://www.sofoot.com/des-chants-homophobes-entendus-lors-de-chelsea-everton-508408.html", + "link": "https://www.sofoot.com/jordan-pefok-je-n-aime-pas-les-gens-qui-font-la-gueule-508722.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T08:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-des-chants-homophobes-entendus-lors-de-chelsea-everton-1639734482_x600_articles-508408.jpg", + "pubDate": "2021-12-24T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jordan-pefok-je-n-aime-pas-les-gens-qui-font-la-gueule-1640284836_x600_articles-alt-508722.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76937,17 +78384,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f5ef3397f398ed5909ae1d78a0b6ed4" + "hash": "ab4875eb0fdbbd2830106f631cf35ebe" }, { - "title": "Didier Deschamps satisfait de son groupe de Ligue des nations", - "description": "Attention à ne pas trop s'enflammer : à tout moment, on peut apprendre que l'UEFA s'est plantée.
    \n
    \nCe jeudi soir, les mains de Robert Pirès et Gaizka Mendieta ont été plutôt…

    ", - "content": "Attention à ne pas trop s'enflammer : à tout moment, on peut apprendre que l'UEFA s'est plantée.
    \n
    \nCe jeudi soir, les mains de Robert Pirès et Gaizka Mendieta ont été plutôt…

    ", + "title": "Comment survivre à une discussion foot lors d'un dîner en famille ?", + "description": "Ce soir, c'est le grand soir. Après une édition 2020 tronquée par la Covid avec des tablées de 6 personnes, le réveillon de Noël fait son grand retour en 2021, même si l'ombre pandémique plane toujours. Et qui dit cadeaux sous le sapin, dinde farcie et oncle borderline dit conversations animées à base de grandes envolées lyriques aux arguments approximatifs. Le football n'y échappe évidemment pas. Mais si le ballon rond s'invite à table, voilà comment botter en touche.Le football, c'est comme la politique : on peut aimer ça, en débattre passionnément toute l'année, s'y engager bénévolement, mais on peut aussi (se) gâcher un réveillon de Noël en…", + "content": "Le football, c'est comme la politique : on peut aimer ça, en débattre passionnément toute l'année, s'y engager bénévolement, mais on peut aussi (se) gâcher un réveillon de Noël en…", "category": "", - "link": "https://www.sofoot.com/didier-deschamps-satisfait-de-son-groupe-de-ligue-des-nations-508407.html", + "link": "https://www.sofoot.com/comment-survivre-a-une-discussion-foot-lors-d-un-diner-en-famille-508628.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T07:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-didier-deschamps-satisfait-de-son-groupe-de-ligue-des-nations-1639733496_x600_articles-508407.jpg", + "pubDate": "2021-12-24T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-comment-survivre-a-une-discussion-foot-lors-d-un-diner-en-famille-1640184498_x600_articles-alt-508628.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76958,17 +78405,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c46e522be240a79e054d4e1596ad82d" + "hash": "613f49074dabea2bef0cf14c1971026b" }, { - "title": "Podcast Alternative Football (épisode 15) avec Pierre-Antoine Capton comme invité sur le thème des patrons d'entreprises présidents de clubs", - "description": "Le football est un jeu simple, dont beaucoup parlent, mais un univers complexe, que peu connaissent vraiment. Dans Alternative Football, le podcast hors terrain de So Foot, vous en découvrirez les rouages, avec ses principaux acteurs. Dans chaque épisode, Édouard Cissé, ancien milieu de terrain du PSG, de l'OM ou de Monaco désormais entrepreneur en plus d'être consultant pour Prime Video, et Matthieu Lille-Palette, vice-président d'Opta, s'entretiendront avec un invité sur un thème précis. Pendant une mi-temps, temps nécessaire pour redéfinir totalement votre grille de compréhension.S'il n'existe ni étude, ni formation, ni voie royale pour devenir président de club de football, les statistiques montrent qu'on a plus de chances de le devenir en étant déjà…", - "content": "S'il n'existe ni étude, ni formation, ni voie royale pour devenir président de club de football, les statistiques montrent qu'on a plus de chances de le devenir en étant déjà…", + "title": "Porto croque Benfica dans le Clássico", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/podcast-alternative-football-episode-15-avec-pierre-antoine-capton-comme-invite-sur-le-theme-des-patrons-d-entreprises-presidents-de-clubs-508405.html", + "link": "https://www.sofoot.com/porto-croque-benfica-dans-le-classico-508726.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-podcast-alternative-football-episode-15-avec-pierre-antoine-capton-comme-invite-sur-le-theme-des-patrons-d-entreprises-presidents-de-clubs-1639691946_x600_articles-alt-508405.jpg", + "pubDate": "2021-12-23T22:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-porto-croque-benfica-dans-le-classico-1640300264_x600_articles-508726.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -76979,17 +78426,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a82eb6304da51755786a2b20e35313b" + "hash": "af35347788a27d5f15f3d9dfc1a275d5" }, { - "title": "Les députés Juanico et Roussel : \" L'échec de Mediapro, c'est une responsabilité partagée \"", - "description": "Les députés Régis Juanico (Génération.s) et Cédric Roussel (LREM) viennent de remettre à l'Assemblée nationale les conclusions de leur mission parlementaire sur les droits télé. Et le moins que l'on puisse dire, c'est qu'ils ont des propositions. Pour eux, il faut à tout prix éviter un nouveau Mediapro, fâcheux épisode qui était pourtant prévisible.Quel bilan tirez-vous de cette mission parlementaire que vous avez menée ?
    \nRégis Juanico : Nous avons auditionné plus de 150 personnes, nous avons pu…
    ", - "content": "Quel bilan tirez-vous de cette mission parlementaire que vous avez menée ?
    \nRégis Juanico : Nous avons auditionné plus de 150 personnes, nous avons pu…
    ", + "title": "Halilhodžić évite de citer l'Algérie comme grand favori de la CAN", + "description": "C'est ce qui s'appelle prendre des pincettes.
    \n
    \nGêné par une question sur l'identité du favori de la prochaine Coupe d'Afrique des nations à l'issue de l'annonce de sa…

    ", + "content": "C'est ce qui s'appelle prendre des pincettes.
    \n
    \nGêné par une question sur l'identité du favori de la prochaine Coupe d'Afrique des nations à l'issue de l'annonce de sa…

    ", "category": "", - "link": "https://www.sofoot.com/les-deputes-juanico-et-roussel-l-echec-de-mediapro-c-est-une-responsabilite-partagee-508398.html", + "link": "https://www.sofoot.com/halilhodzic-evite-de-citer-l-algerie-comme-grand-favori-de-la-can-508728.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-deputes-juanico-et-roussel-l-echec-de-mediapro-c-est-une-responsabilite-partagee-1639674363_x600_articles-alt-508398.jpg", + "pubDate": "2021-12-23T17:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-halilhodzic-evite-de-citer-l-algerie-comme-grand-favori-de-la-can-1640282525_x600_articles-508728.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77000,17 +78447,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0f7a3bb4c305c2bff4bb65bfec8d17c" + "hash": "d541925722218ba1d5ad86b24cc701cb" }, { - "title": "Les quatre autres merveilles de Gauthier Hein", - "description": "Grâce à son but fou inscrit face aux Chamois niortais, Gauthier Hein est en lice pour le prix Puskás, qui rendra son verdict le 18 décembre. Oui, mais voilà, le natif de Thionville, en Lorraine, n'en est pas à son coup d'essai : de ses débuts dans le foot, au FC Thionville, à sa confirmation dans le football pro, à Metz, Tours, Valenciennes ou Auxerre, l'Arjen Robben de la vallée de la Fensch a déjà planté un certain nombre de golazos. Quatre témoins de ses exploits racontent.

  • Thibault Hein, frère de…
  • ", - "content": "

  • Thibault Hein, frère de…
  • ", + "title": "Boxing Day : la rencontre entre Burnley et Everton ne sera pas reportée", + "description": "Les Toffees et les Clarets n'auront même pas le temps de digérer leur dinde de Noël.
    \n
    \nAlors que la Premier League vient d'annoncer le report des rencontres…

    ", + "content": "Les Toffees et les Clarets n'auront même pas le temps de digérer leur dinde de Noël.
    \n
    \nAlors que la Premier League vient d'annoncer le report des rencontres…

    ", "category": "", - "link": "https://www.sofoot.com/les-quatre-autres-merveilles-de-gauthier-hein-508379.html", + "link": "https://www.sofoot.com/boxing-day-la-rencontre-entre-burnley-et-everton-ne-sera-pas-reportee-508727.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-quatre-autres-merveilles-de-gauthier-hein-1639671334_x600_articles-alt-508379.jpg", + "pubDate": "2021-12-23T17:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-boxing-day-la-rencontre-entre-burnley-et-everton-ne-sera-pas-reportee-1640280996_x600_articles-508727.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77021,17 +78468,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "898218f3899a8dfaaa9cf78e4735087e" + "hash": "0ea91ced876c8c96c3633fd89db36b46" }, { - "title": "La collection de tirages photo So Foot de Noël 2021 est arrivée !", - "description": "En collaboration avec l'agence photographique Icon Sport, So Foot vous propose, chaque mois, une sélection renouvelée de photographies exclusives de football en édition ultra limitée, onze tirages par taille, sur la nouvelle boutique maison : boutique.so. Et au temps de l'Avent, les cadeaux arrivent par tous les temps ! Voici donc cinq nouveaux tirages en édition limitée : la joie d'Iniesta après sa volée contre Chelsea, le triplé de Raï face au Steaua Bucarest, Zidane dégoulinant à l'Euro 2000, la fête sur les Champs-Elysées en 98 et un cliché hommage au boss Bernard Tapie. Ça, plus deux nouveaux t-shirts foot amateur et deux nouvelles affiches. Hé oui, c'est pas tous les jours Noël !
    \n

    \n
    \n


    ", - "content": "
    \n
    \n


    ", + "title": "Tuchel et Rangnick militent pour le retour des cinq changements en Premier League", + "description": "La Premier League en plein questionnement.
    \n
    \nParmi les championnats les plus touchés par le regain de l'épidémie de Covid-19, la Premier League figure sans aucun doute en haut de la…

    ", + "content": "La Premier League en plein questionnement.
    \n
    \nParmi les championnats les plus touchés par le regain de l'épidémie de Covid-19, la Premier League figure sans aucun doute en haut de la…

    ", "category": "", - "link": "https://www.sofoot.com/la-collection-de-tirages-photo-so-foot-de-noel-2021-est-arrivee-507774.html", + "link": "https://www.sofoot.com/tuchel-et-rangnick-militent-pour-le-retour-des-cinq-changements-en-premier-league-508725.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T12:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-collection-de-tirages-photo-so-foot-de-noel-2021-est-arrivee-1638452754_x600_articles-alt-507774.jpg", + "pubDate": "2021-12-23T17:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tuchel-et-rangnick-militent-pour-le-retour-des-cinq-changements-en-premier-league-1640281955_x600_articles-508725.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77042,17 +78489,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccba083e9f3a9dbcad9e50160e56173f" + "hash": "15037bc48d71f8e6d4dbef9755abd72d" }, { - "title": "Habib Diallo sort Strasbourg du brouillard valenciennois", - "description": "

    ", - "content": "

    ", + "title": "Italie : pas de huis clos, mais port du masque obligatoire dans les stades", + "description": "- Vous êtes au courant que la Covid-19 frappe encore ?
    \n- Non capisco...
    \n
    \n91 027, 52 885, 27 199, ce sont les nombres moyens de nouveaux cas Covid chaque jour cette semaine…


    ", + "content": "- Vous êtes au courant que la Covid-19 frappe encore ?
    \n- Non capisco...
    \n
    \n91 027, 52 885, 27 199, ce sont les nombres moyens de nouveaux cas Covid chaque jour cette semaine…


    ", "category": "", - "link": "https://www.sofoot.com/habib-diallo-sort-strasbourg-du-brouillard-valenciennois-508353.html", + "link": "https://www.sofoot.com/italie-pas-de-huis-clos-mais-port-du-masque-obligatoire-dans-les-stades-508723.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T21:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-habib-diallo-sort-strasbourg-du-brouillard-valenciennois-1639692050_x600_articles-508353.jpg", + "pubDate": "2021-12-23T16:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-italie-pas-de-huis-clos-mais-port-du-masque-obligatoire-dans-les-stades-1640279242_x600_articles-508723.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77063,17 +78510,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e505aaf491ed4bc5c0232602479123f" + "hash": "d77c32d235d83ec695437d95ddbf5da1" }, { - "title": "Liverpool dompte Newcastle", - "description": "

    ", - "content": "

    ", + "title": "Des supporters nantais condamnés à de la prison avec sursis", + "description": "Avant-gardistes.
    \n
    \nAlors que la Ligue 1 est secouée depuis plusieurs mois par des affaires de débordements dans les stades, certains Nantais avaient pris les devants l'année…

    ", + "content": "Avant-gardistes.
    \n
    \nAlors que la Ligue 1 est secouée depuis plusieurs mois par des affaires de débordements dans les stades, certains Nantais avaient pris les devants l'année…

    ", "category": "", - "link": "https://www.sofoot.com/liverpool-dompte-newcastle-508404.html", + "link": "https://www.sofoot.com/des-supporters-nantais-condamnes-a-de-la-prison-avec-sursis-508721.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-dompte-newcastle-1639693222_x600_articles-508404.jpg", + "pubDate": "2021-12-23T15:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-des-supporters-nantais-condamnes-a-de-la-prison-avec-sursis-1640278914_x600_articles-508721.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77084,17 +78531,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "699d4d2320c6c0a5e7e8c18423ec6508" + "hash": "1a29ec9087b267055d26447cbd9f3b8f" }, { - "title": "Everton frustre Chelsea grâce à un excellent Jordan Pickford", - "description": "

    ", - "content": "

    ", + "title": "Vannes-PSG se jouera finalement au Stade de la Rabine", + "description": "C'est peut-être mieux vu les derniers résultats au Moustoir des Parisiens.
    \n
    \nLa Fédération a tranché ce jeudi concernant l'organisation du 16e de finale de Coupe de France…

    ", + "content": "C'est peut-être mieux vu les derniers résultats au Moustoir des Parisiens.
    \n
    \nLa Fédération a tranché ce jeudi concernant l'organisation du 16e de finale de Coupe de France…

    ", "category": "", - "link": "https://www.sofoot.com/everton-frustre-chelsea-grace-a-un-excellent-jordan-pickford-508403.html", + "link": "https://www.sofoot.com/vannes-psg-se-jouera-finalement-au-stade-de-la-rabine-508720.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-everton-frustre-chelsea-grace-a-un-excellent-jordan-pickford-1639691176_x600_articles-508403.jpg", + "pubDate": "2021-12-23T15:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vannes-psg-se-jouera-finalement-au-stade-de-la-rabine-1640278504_x600_articles-508720.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77105,17 +78552,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1411f7494db95fb1e91d142facc1eccb" + "hash": "fa67bf7928d666f65d928c90aa39fdac" }, { - "title": "En direct : Liverpool - Newcastle ", - "description": "94' : FULL TIME ! Liverpool vient de claquer trois buts à Newcastle dont un missile incroyable ...", - "content": "94' : FULL TIME ! Liverpool vient de claquer trois buts à Newcastle dont un missile incroyable ...", + "title": "Nainggolan : \"En Belgique, ils ne vivent pas pour leur équipe nationale\"", + "description": "Radja sort la sulfateuse.
    \n
    \nAprès avoir porté la tunique des Diables Rouges à 30 reprises entre 2009 et 2018, Radja Naingollan ne fait désormais plus partie des petits papiers de…

    ", + "content": "Radja sort la sulfateuse.
    \n
    \nAprès avoir porté la tunique des Diables Rouges à 30 reprises entre 2009 et 2018, Radja Naingollan ne fait désormais plus partie des petits papiers de…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-liverpool-newcastle-508402.html", + "link": "https://www.sofoot.com/nainggolan-en-belgique-ils-ne-vivent-pas-pour-leur-equipe-nationale-508719.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-liverpool-newcastle-1639683646_x600_articles-alt-508402.jpg", + "pubDate": "2021-12-23T15:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nainggolan-en-belgique-ils-ne-vivent-pas-pour-leur-equipe-nationale-1640276935_x600_articles-508719.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77126,17 +78573,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a026885f315142de897bc44c88609acd" + "hash": "2c59b595679103d39baf25e16a7e9c54" }, { - "title": "Le PSG finit l'année par une balade contre Breidablik", - "description": "

    ", - "content": "

    ", + "title": "Au Brésil, Resende dévoile son maillot hommage à l'OL, son club partenaire", + "description": "Quand le club partenaire de l'OL a un maillot qui ressemble plus à l'OL que l'OL lui-même.
    \n
    \nDepuis 2019 , c'est l'amour fou pour le Resende FC avec l'Olympique Lyonnais. Le club du…

    ", + "content": "Quand le club partenaire de l'OL a un maillot qui ressemble plus à l'OL que l'OL lui-même.
    \n
    \nDepuis 2019 , c'est l'amour fou pour le Resende FC avec l'Olympique Lyonnais. Le club du…

    ", "category": "", - "link": "https://www.sofoot.com/le-psg-finit-l-annee-par-une-balade-contre-breidablik-508351.html", + "link": "https://www.sofoot.com/au-bresil-resende-devoile-son-maillot-hommage-a-l-ol-son-club-partenaire-508716.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T19:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-psg-finit-l-annee-par-une-balade-contre-breidablik-1639682649_x600_articles-508351.jpg", + "pubDate": "2021-12-23T14:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-au-bresil-resende-devoile-son-maillot-hommage-a-l-ol-son-club-partenaire-1640273246_x600_articles-508716.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77147,17 +78594,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "94dc33b77bfec1eca3dc185cc0ea48c8" + "hash": "914e7d47b5920bfd3c848324a67e45c1" }, { - "title": "Ligue des nations : la France avec le Danemark, la Croatie et l'Autriche", - "description": "La défense du titre est lancée pour l'équipe de France.
    \n
    \nQuelques jours après le fiasco…

    ", - "content": "La défense du titre est lancée pour l'équipe de France.
    \n
    \nQuelques jours après
    le fiasco…

    ", + "title": "SO FOOT HS #19", + "description": "Lire le sommaire S'abonner
    \nEN KIOSQUE LE 21/12/2021
    \n

    \nHors-série 100% Italie
    \nBAGGIO, LIPPI, DEL PIERO, RIVERA,…


    ", + "content": "
    \nEN KIOSQUE LE 21/12/2021
    \n

    \nHors-série 100% Italie
    \nBAGGIO, LIPPI, DEL PIERO, RIVERA,…


    ", "category": "", - "link": "https://www.sofoot.com/ligue-des-nations-la-france-avec-le-danemark-la-croatie-et-l-autriche-508401.html", + "link": "https://www.sofoot.com/so-foot-hs-19-508290.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T18:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ligue-des-nations-la-france-avec-le-danemark-la-croatie-et-l-autriche-1639679232_x600_articles-508401.jpg", + "pubDate": "2021-12-15T07:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-so-foot-hs-19-1639488974_x600_articles-alt-508290.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77168,17 +78615,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe003b411621873737ffcc7e9861ede6" + "hash": "38bf916521e2eebc10d62bcb2456359a" }, { - "title": "Pour Peter Bosz, Ruddy Buquet est un \"menteur\"", - "description": "Le jeu du loup-garou grandeur nature.
    \n
    \nCe mercredi, Jean-Michel Aulas a écopé d'une…

    ", - "content": "Le jeu du loup-garou grandeur nature.
    \n
    \nCe mercredi, Jean-Michel Aulas a écopé d'une…

    ", + "title": "Pep Guardiola confirme le départ imminent de Ferran Torres pour le Barça", + "description": "Il pourra ainsi s'épanouir en Ligue Europa.
    \n
    \nComme rapporté par le quotidien espagnol

    ", + "content": "Il pourra ainsi s'épanouir en Ligue Europa.
    \n
    \nComme rapporté par le quotidien espagnol


    ", "category": "", - "link": "https://www.sofoot.com/pour-peter-bosz-ruddy-buquet-est-un-menteur-508399.html", + "link": "https://www.sofoot.com/pep-guardiola-confirme-le-depart-imminent-de-ferran-torres-pour-le-barca-508714.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T15:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pour-peter-bosz-ruddy-buquet-est-un-menteur-1639673648_x600_articles-508399.jpg", + "pubDate": "2021-12-23T14:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pep-guardiola-confirme-le-depart-imminent-de-ferran-torres-pour-le-barca-1640270391_x600_articles-508714.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77189,17 +78636,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "85ef81f1e6bf7617efd7857981008ca4" + "hash": "158573b2d7f9476f6acc103f31f112d8" }, { - "title": "Un cafetier nîmois fait un don au club amateur éliminé par les Crocos", - "description": "Le crocodile est un animal assez radin apparemment.
    \n
    \nLors du 7e tour de Coupe de France à la mi-novembre sur la pelouse d'un club de Régional 3, le FC…

    ", - "content": "Le crocodile est un animal assez radin apparemment.
    \n
    \nLors du 7e tour de Coupe de France à la mi-novembre sur la pelouse d'un club de Régional 3, le FC…

    ", + "title": "Côte d'Ivoire : Haller, Pépé et Cornet appelés pour la CAN, Seko Fofana absent", + "description": "Une liste sur
    fond de tensions.
    \n
    \nAprès
    ", + "content": "Une liste sur fond de tensions.
    \n
    \nAprès
    ", "category": "", - "link": "https://www.sofoot.com/un-cafetier-nimois-fait-un-don-au-club-amateur-elimine-par-les-crocos-508396.html", + "link": "https://www.sofoot.com/cote-d-ivoire-haller-pepe-et-cornet-appeles-pour-la-can-seko-fofana-absent-508713.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T15:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-cafetier-nimois-fait-un-don-au-club-amateur-elimine-par-les-crocos-1639671363_x600_articles-508396.jpg", + "pubDate": "2021-12-23T13:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cote-d-ivoire-haller-pepe-et-cornet-appeles-pour-la-can-seko-fofana-absent-1640269779_x600_articles-508713.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77210,17 +78657,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "435b93bd82e4c32d5474ea1d1dee4956" + "hash": "80515bedd75ed14445cf04d6c3166d7a" }, { - "title": "Vahid Halilhodžić : \"Certains clubs ont menacé les joueurs\"", - "description": "Voilà qui devrait faire parler.
    \n
    \nAlors que la CAN n'est toujours pas sûre d'être maintenue entre le…

    ", - "content": "Voilà qui devrait faire parler.
    \n
    \nAlors que la CAN n'est toujours pas sûre d'être maintenue entre le…

    ", + "title": "Klopp et Conte veulent jouer les demi-finales de coupe en match simple", + "description": "De toute façon, ils n'utilisent même pas la règle des buts à l'extérieur.
    \n
    \nDans le dernier carré de la League Cup
    ", + "content": "De toute façon, ils n'utilisent même pas la règle des buts à l'extérieur.
    \n
    \nDans le dernier carré de la League Cup
    ", "category": "", - "link": "https://www.sofoot.com/vahid-halilhodzic-certains-clubs-ont-menace-les-joueurs-508397.html", + "link": "https://www.sofoot.com/klopp-et-conte-veulent-jouer-les-demi-finales-de-coupe-en-match-simple-508712.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T15:24:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vahid-halilhodzic-certains-clubs-ont-menace-les-joueurs-1639670183_x600_articles-508397.jpg", + "pubDate": "2021-12-23T13:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-klopp-et-conte-veulent-jouer-les-demi-finales-de-coupe-en-match-simple-1640269666_x600_articles-508712.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77231,17 +78678,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ed23b9a22238d4cc6dd157a01e7862f" + "hash": "4691ec3a1579daeddc5d022a11a87d45" }, { - "title": "Gary Marigard, J-3 avant d'affronter le PSG : \"Pour eux, ce sera plus dur que contre le Real\"", - "description": "La loterie de la Coupe de France réserve toujours quelques matchs en apparence déséquilibrés : à l'occasion des 32es de finale, c'est Feignies-Aulnoye qui a tiré le gros lot, puisque l'écurie des alentours de Maubeuge est tombée sur le PSG. Pour comprendre comment un footballeur amateur se prépare à une telle échéance, le latéral droit du club du Nord Gary Marigard nous raconte son quotidien, jour par jour, jusqu'au match fatidique.Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", - "content": "Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", + "title": "Covid : Les premiers matchs du Boxing Day reportés", + "description": "Here we go!
    \n
    \nUn temps menacé, le Boxing Day est définitivement atteint par la crise du Covid qui repart de plus belle en Angleterre. Deux matchs de la traditionnelle journée de…

    ", + "content": "Here we go!
    \n
    \nUn temps menacé, le Boxing Day est définitivement atteint par la crise du Covid qui repart de plus belle en Angleterre. Deux matchs de la traditionnelle journée de…

    ", "category": "", - "link": "https://www.sofoot.com/gary-marigard-j-3-avant-d-affronter-le-psg-pour-eux-ce-sera-plus-dur-que-contre-le-real-508393.html", + "link": "https://www.sofoot.com/covid-les-premiers-matchs-du-boxing-day-reportes-508711.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gary-marigard-j-3-avant-d-affronter-le-psg-pour-eux-ce-sera-plus-dur-que-contre-le-real-1639666882_x600_articles-508393.jpg", + "pubDate": "2021-12-23T13:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-covid-les-premiers-matchs-du-boxing-day-reportes-1640266446_x600_articles-508711.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77252,17 +78699,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f214e500598f44aa53cbcf39d5c03bb6" + "hash": "bbff7da1b7351297a805f9de8e50b740" }, { - "title": "En Croatie, un joueur exclu après avoir fait une feinte sur son penalty", - "description": "N'est pas Jorginho qui veut.
    \n
    \nCe mercredi soir, le championnat croate nous réservait un affrontement entre l'Istra 1961 et le Dinamo Zagreb. Sur le papier, rien de très alléchant, et…

    ", - "content": "N'est pas Jorginho qui veut.
    \n
    \nCe mercredi soir, le championnat croate nous réservait un affrontement entre l'Istra 1961 et le Dinamo Zagreb. Sur le papier, rien de très alléchant, et…

    ", + "title": "Martyn Routledge : \"Les écussons ouvrent une fenêtre vers le club\"", + "description": "Dans The Beautiful History, l'auteur et graphiste britannique Martyn Routledge propose de raconter l'histoire de son pays en décryptant les écussons de West Ham, Norwich City et Manchester United, mais aussi ceux du Eastleigh FC et de Colchester United.Comment est né ce livre ?
    \nEn 2018, j'ai sorti un premier livre intitulé The Beautiful Badge, qui explique d'où viennent les écussons, ce qu'ils…
    ", + "content": "Comment est né ce livre ?
    \nEn 2018, j'ai sorti un premier livre intitulé The Beautiful Badge, qui explique d'où viennent les écussons, ce qu'ils…
    ", "category": "", - "link": "https://www.sofoot.com/en-croatie-un-joueur-exclu-apres-avoir-fait-une-feinte-sur-son-penalty-508394.html", + "link": "https://www.sofoot.com/martyn-routledge-les-ecussons-ouvrent-une-fenetre-vers-le-club-508601.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T14:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-croatie-un-joueur-exclu-apres-avoir-fait-une-feinte-sur-son-penalty-1639668223_x600_articles-508394.jpg", + "pubDate": "2021-12-23T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-martyn-routledge-les-ecussons-ouvrent-une-fenetre-vers-le-club-1640181942_x600_articles-alt-508601.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77273,17 +78720,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "32b06cd519200925ea44bd3da6c34b83" + "hash": "007e71cd4b79d8e61a16b7610380802b" }, { - "title": "Aulas : \"Mes propos ont été déformés. À quelle fin, je ne sais pas\"", - "description": "Cette anecdote est-elle vraie ou est-elle fausse ?
    \n
    \nCe mercredi, Jean-Michel Aulas a écopé…

    ", - "content": "Cette anecdote est-elle vraie ou est-elle fausse ?
    \n
    \nCe mercredi, Jean-Michel Aulas a écopé…

    ", + "title": "Kagawa s'excuse auprès des fans après la résiliation de son contrat au PAOK", + "description": "En pourparlers avec la Newteam.
    \n
    \nLa descente aux enfers se poursuit pour l'ancien prodige Shinji Kagawa. Plus dans les plans de l'entraîneur Razvan Lutsescu, le Japonais a vu…

    ", + "content": "En pourparlers avec la Newteam.
    \n
    \nLa descente aux enfers se poursuit pour l'ancien prodige Shinji Kagawa. Plus dans les plans de l'entraîneur Razvan Lutsescu, le Japonais a vu…

    ", "category": "", - "link": "https://www.sofoot.com/aulas-mes-propos-ont-ete-deformes-a-quelle-fin-je-ne-sais-pas-508391.html", + "link": "https://www.sofoot.com/kagawa-s-excuse-aupres-des-fans-apres-la-resiliation-de-son-contrat-au-paok-508708.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T14:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aulas-mes-propos-ont-ete-deformes-a-quelle-fin-je-ne-sais-pas-1639667900_x600_articles-508391.jpg", + "pubDate": "2021-12-23T11:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kagawa-s-excuse-aupres-des-fans-apres-la-resiliation-de-son-contrat-au-paok-1640262471_x600_articles-508708.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77294,17 +78741,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5065b2372d0c426994cec019da6633dd" + "hash": "2700292127822779eba725469000d2a8" }, { - "title": "Le Real Madrid sous la menace d'un cluster", - "description": "Coup dur pour le Real.
    \n
    \nC'est la panique du côté de la Maison-Blanche. À la suite des tests positifs à la Covid-19 de Marcelo et Luka Modrić mercredi, le Real Madrid craint une…

    ", - "content": "Coup dur pour le Real.
    \n
    \nC'est la panique du côté de la Maison-Blanche. À la suite des tests positifs à la Covid-19 de Marcelo et Luka Modrić mercredi, le Real Madrid craint une…

    ", + "title": "Minamino est entré dans le Guinness des records grâce à 187 high-fives", + "description": "\"Tape-m'en cinq.\"
    \n
    \nJanvier 2014. Japon. Alors que Takumi Minamino porte les couleurs de Cerezo Osaka, l'attaquant japonais réalise 187 high-fives en une seule minute.…

    ", + "content": "\"Tape-m'en cinq.\"
    \n
    \nJanvier 2014. Japon. Alors que Takumi Minamino porte les couleurs de Cerezo Osaka, l'attaquant japonais réalise 187 high-fives en une seule minute.…

    ", "category": "", - "link": "https://www.sofoot.com/le-real-madrid-sous-la-menace-d-un-cluster-508390.html", + "link": "https://www.sofoot.com/minamino-est-entre-dans-le-guinness-des-records-grace-a-187-high-fives-508706.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T14:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-sous-la-menace-d-un-cluster-1639667367_x600_articles-508390.jpg", + "pubDate": "2021-12-23T11:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-minamino-est-entre-dans-le-guinness-des-records-grace-a-187-high-fives-1640260060_x600_articles-508706.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77315,17 +78762,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b6d627f0afe74046132346660636dac" + "hash": "d3f0a4955a99606b26f310f03c42faa1" }, { - "title": "Aleksander Čeferin s'excuse après le tirage au sort raté de Ligue des champions ", - "description": "L'heure du mea culpa.
    \n
    \nLe tirage au sort des huitièmes de finale de Ligue des champions, effectué ce lundi à Nyon, restera sans aucun doute dans l'histoire. En se trompant…

    ", - "content": "L'heure du mea culpa.
    \n
    \nLe tirage au sort des huitièmes de finale de Ligue des champions, effectué ce lundi à Nyon, restera sans aucun doute dans l'histoire. En se trompant…

    ", + "title": "Italie : pas de huis clos mais port du masque obligatoire dans les stades", + "description": "- Vous êtes au courant que la Covid-19 frappe encore ? - Non capisco
    \n
    \n91 027, 52 885, 27 199, ce sont les nombres moyens de nouveaux cas Covid chaque jour cette semaine…

    ", + "content": "- Vous êtes au courant que la Covid-19 frappe encore ? - Non capisco
    \n
    \n91 027, 52 885, 27 199, ce sont les nombres moyens de nouveaux cas Covid chaque jour cette semaine…

    ", "category": "", - "link": "https://www.sofoot.com/aleksander-ceferin-s-excuse-apres-le-tirage-au-sort-rate-de-ligue-des-champions-508392.html", + "link": "https://www.sofoot.com/italie-pas-de-huis-clos-mais-port-du-masque-obligatoire-dans-les-stades-508723.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T14:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aleksander-ceferin-s-excuse-apres-le-tirage-au-sort-rate-de-ligue-des-champions-1639667526_x600_articles-508392.jpg", + "pubDate": "2021-12-23T16:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-italie-pas-de-huis-clos-mais-port-du-masque-obligatoire-dans-les-stades-1640279242_x600_articles-508723.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77336,17 +78783,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "227fd89fa7bde0a1a2dba71f3e455f89" + "hash": "141d57a4b85e65882bdfaa285a10674e" }, { - "title": "Toulouse-Rodez : Damien Comolli refusera une sanction collective", - "description": "Pas question de punir tout le monde.
    \n
    \nLe président du Téfécé Damien Comolli prévient : il n'acceptera pas une décision autre qu'une sanction individuelle pour les événements…

    ", - "content": "Pas question de punir tout le monde.
    \n
    \nLe président du Téfécé Damien Comolli prévient : il n'acceptera pas une décision autre qu'une sanction individuelle pour les événements…

    ", + "title": "Gourvennec : Jonathan David ? \"On en a déjà vu et on en verra d'autres\"", + "description": "\"Pour nous, l'objectif est de terminer la saison à Lille, mais ce sera sa dernière saison là-bas pour plusieurs raisons. Je pense que la Premier League est une belle option pour lui. Je…", + "content": "\"Pour nous, l'objectif est de terminer la saison à Lille, mais ce sera sa dernière saison là-bas pour plusieurs raisons. Je pense que la Premier League est une belle option pour lui. Je…", "category": "", - "link": "https://www.sofoot.com/toulouse-rodez-damien-comolli-refusera-une-sanction-collective-508389.html", + "link": "https://www.sofoot.com/gourvennec-jonathan-david-on-en-a-deja-vu-et-on-en-verra-d-autres-508686.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T14:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-toulouse-rodez-damien-comolli-refusera-une-sanction-collective-1639666932_x600_articles-508389.jpg", + "pubDate": "2021-12-23T11:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gourvennec-jonathan-david-on-en-a-deja-vu-et-on-en-verra-d-autres-1640250848_x600_articles-508686.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77357,17 +78804,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51ce749ce26b98b8b96244b8f1b28677" + "hash": "d49e74509ca7b7ee93190449afbb553a" }, { - "title": "La Salernitana pourrait ne pas finir la saison de Serie A", - "description": "Les choses se compliquent pour le club de Kaiser Franck.
    \n
    \nBon dernier de Serie A, la Salernitana accumule les problèmes. Contraint de trouver un acheteur pour reprendre les parts du…

    ", - "content": "Les choses se compliquent pour le club de Kaiser Franck.
    \n
    \nBon dernier de Serie A, la Salernitana accumule les problèmes. Contraint de trouver un acheteur pour reprendre les parts du…

    ", + "title": "Pablo Correa débarque en D2 belge", + "description": "Une piste de moins pour remplacer Pedretti à l'ASNL.
    \n
    \nPablo Correa a de nouveau trouvé chaussure à son pied. Le Franco-Uruguayen va même découvrir un nouveau championnat en…

    ", + "content": "Une piste de moins pour remplacer Pedretti à l'ASNL.
    \n
    \nPablo Correa a de nouveau trouvé chaussure à son pied. Le Franco-Uruguayen va même découvrir un nouveau championnat en…

    ", "category": "", - "link": "https://www.sofoot.com/la-salernitana-pourrait-ne-pas-finir-la-saison-de-serie-a-508384.html", + "link": "https://www.sofoot.com/pablo-correa-debarque-en-d2-belge-508702.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T13:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-salernitana-pourrait-ne-pas-finir-la-saison-de-serie-a-1639662899_x600_articles-508384.jpg", + "pubDate": "2021-12-23T11:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pablo-correa-debarque-en-d2-belge-1640260487_x600_articles-508702.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77378,17 +78825,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "391a78a7cea5ed575be2316bef270668" + "hash": "6fb0b21795e1a2426a1b4087cada0f7e" }, { - "title": "La FIFA poursuit sa propagande pour une Coupe du Monde tous les deux ans", - "description": "Arsène Wenger est en train de jubiler.
    \n
    \nDepuis plusieurs mois, le débat sur la possibilité d'organiser une Coupe du monde tous les deux ans divise les fans de football. La FIFA, à…

    ", - "content": "Arsène Wenger est en train de jubiler.
    \n
    \nDepuis plusieurs mois, le débat sur la possibilité d'organiser une Coupe du monde tous les deux ans divise les fans de football. La FIFA, à…

    ", + "title": "PSG, le mauvais cru 2021", + "description": "En 2021, le PSG a laissé le titre de Ligue 1 au LOSC. Avant d'être en pole position à mi-saison pour récupérer l'Hexagoal. Mais cette avance au classement des Parisiens ne peut pas faire oublier les difficultés dans le jeu et l'absence de projet de jeu de Mauricio Pochettino à l'image de ce match nul à Lorient (1-1).Il existe bien sur cette Terre une personne qui n'avait pas encore vu le Paris Saint-Germain jouer au football cette saison avant ce déplacement à Lorient. Sympa, le PSG a alors voulu donner à…", + "content": "Il existe bien sur cette Terre une personne qui n'avait pas encore vu le Paris Saint-Germain jouer au football cette saison avant ce déplacement à Lorient. Sympa, le PSG a alors voulu donner à…", "category": "", - "link": "https://www.sofoot.com/la-fifa-poursuit-sa-propagande-pour-une-coupe-du-monde-tous-les-deux-ans-508447.html", + "link": "https://www.sofoot.com/psg-le-mauvais-cru-2021-508676.html", "creator": "SO FOOT", - "pubDate": "2021-12-17T15:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-fifa-poursuit-sa-propagande-pour-une-coupe-du-monde-tous-les-deux-ans-1639759043_x600_articles-508447.jpg", + "pubDate": "2021-12-23T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-psg-le-mauvais-cru-2021-1640233860_x600_articles-alt-508676.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77399,17 +78846,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "217709bbac3977f02b3a97e6448ebba9" + "hash": "a502e0b66f12b3b298434745560ded0d" }, { - "title": "Vincent Labrune : \"Les matchs interrompus ne seront pas systématiquement rejoués\"", - "description": "Le président remet de l'ordre.
    \n
    \nDe nombreux dirigeants du football français et des pouvoirs publics se sont rassemblés ce jeudi matin place Beauvau afin de
    ", - "content": "Le président remet de l'ordre.
    \n
    \nDe nombreux dirigeants du football français et des pouvoirs publics se sont rassemblés ce jeudi matin place Beauvau afin de
    ", + "title": "Maroc : 5 joueurs de Ligue 1 appelés pour la CAN, Ziyech absent", + "description": "Coach Vahid ne fait pas dans le social.
    \n
    \nÀ un peu plus de deux semaines du début de la CAN 2021 - qui aura donc lieu en 2022 - les nations commencent à dévoiler peu à peu leur liste…

    ", + "content": "Coach Vahid ne fait pas dans le social.
    \n
    \nÀ un peu plus de deux semaines du début de la CAN 2021 - qui aura donc lieu en 2022 - les nations commencent à dévoiler peu à peu leur liste…

    ", "category": "", - "link": "https://www.sofoot.com/vincent-labrune-les-matchs-interrompus-ne-seront-pas-systematiquement-rejoues-508385.html", + "link": "https://www.sofoot.com/maroc-5-joueurs-de-ligue-1-appeles-pour-la-can-ziyech-absent-508704.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T13:29:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vincent-labrune-les-matchs-interrompus-ne-seront-pas-systematiquement-rejoues-1639663550_x600_articles-508385.jpg", + "pubDate": "2021-12-23T10:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-maroc-5-joueurs-de-ligue-1-appeles-pour-la-can-ziyech-absent-1640261284_x600_articles-508704.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77420,17 +78867,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf88a4607809263ec59871e4a9a32d9f" + "hash": "f0fcae954464fb9a38ac3badd068a303" }, { - "title": "Covid-19 : Leicester-Tottenham finalement reporté", - "description": "À la veille du match qui devait opposer Leicester à Tottenham ce jeudi,la Premier League avait fait…", - "content": "À la veille du match qui devait opposer Leicester à Tottenham ce jeudi,la Premier League avait fait…", + "title": "L'Égypte dévoile une liste élargie pour la CAN", + "description": "Choisir, c'est renoncer.
    \n
    \nLe sélectionneur Carlos Queiroz a préféré attendre le dernier moment pour composer sa liste définitive des 28 qui représenteront l'Égypte à la…

    ", + "content": "Choisir, c'est renoncer.
    \n
    \nLe sélectionneur Carlos Queiroz a préféré attendre le dernier moment pour composer sa liste définitive des 28 qui représenteront l'Égypte à la…

    ", "category": "", - "link": "https://www.sofoot.com/covid-19-leicester-tottenham-finalement-reporte-508383.html", + "link": "https://www.sofoot.com/l-egypte-devoile-une-liste-elargie-pour-la-can-508700.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T13:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-covid-19-leicester-tottenham-finalement-reporte-1639663318_x600_articles-508383.jpg", + "pubDate": "2021-12-23T10:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-egypte-devoile-une-liste-elargie-pour-la-can-1640260345_x600_articles-508700.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77441,17 +78888,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1085cfba9a8553f89367d8e7dcad422d" + "hash": "2577f8d4c1b1b5b99789798285585e66" }, { - "title": " Violences dans les stades : enfin un peu de bon sens", - "description": "Une nouvelle réunion entre les dirigeants du football et les pouvoirs publics s'est tenue ce jeudi matin. Et cette fois-ci, des mesures ont été annoncées comme par exemple l'arrêt systématique des matchs après un jet d'objet sur un joueur ou un arbitre. Dès lors, le sentiment dominant se réduit à un banal retour au bon sens. Finalement beaucoup de drames et de mélodrames auraient pu être évités si le minimum syndical avait été anticipé. Que de temps perdu...Nous avons donc enfin découvert ce matin les mesures préconisées par les groupes de travail lancés par le gouvernement après les incidents qui avaient conduit à l'interruption de la rencontre…", - "content": "Nous avons donc enfin découvert ce matin les mesures préconisées par les groupes de travail lancés par le gouvernement après les incidents qui avaient conduit à l'interruption de la rencontre…", + "title": "Ikoné est à Florence pour sa visite médicale avec la Fiorentina", + "description": "Il préfère la pizza au maroilles.
    \n
    \n

    ", + "content": "Il préfère la pizza au maroilles.
    \n
    \n


    ", "category": "", - "link": "https://www.sofoot.com/violences-dans-les-stades-enfin-un-peu-de-bon-sens-508376.html", + "link": "https://www.sofoot.com/ikone-est-a-florence-pour-sa-visite-medicale-avec-la-fiorentina-508697.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-violences-dans-les-stades-enfin-un-peu-de-bon-sens-1639659751_x600_articles-alt-508376.jpg", + "pubDate": "2021-12-23T10:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ikone-est-a-florence-pour-sa-visite-medicale-avec-la-fiorentina-1640257168_x600_articles-508697.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77462,17 +78909,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ff15a92d2236a2ed3192aa908f7330b" + "hash": "44a9d49fe0e65b3ebde5151a9b7d47a3" }, { - "title": "Le LOSC va finalement changer sa pelouse", - "description": "
    L'herbe devrait enfin être de qualité.
    \n
    \nSi le LOSC fait office de bon élève sur la scène…

    ", - "content": "L'herbe devrait enfin être de qualité.
    \n
    \nSi le LOSC fait office de bon élève sur la scène…

    ", + "title": "La Belgique termine l'année à la première place du classement FIFA", + "description": "Nouvelle étoile sur le maillot belge.
    \n
    \nLa FIFA vient de publier le dernier classement de l'année 2021, et les Diables rouges terminent officiellement en tête de l'année civile pour la…

    ", + "content": "Nouvelle étoile sur le maillot belge.
    \n
    \nLa FIFA vient de publier le dernier classement de l'année 2021, et les Diables rouges terminent officiellement en tête de l'année civile pour la…

    ", "category": "", - "link": "https://www.sofoot.com/le-losc-va-finalement-changer-sa-pelouse-508382.html", + "link": "https://www.sofoot.com/la-belgique-termine-l-annee-a-la-premiere-place-du-classement-fifa-508696.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T12:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-losc-va-finalement-changer-sa-pelouse-1639661743_x600_articles-508382.jpg", + "pubDate": "2021-12-23T10:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-belgique-termine-l-annee-a-la-premiere-place-du-classement-fifa-1640258415_x600_articles-508696.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77483,17 +78930,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e666af0b7edf24ad6260d3f720ab1f9" + "hash": "f280e6cd06d0c16ff4ef6db7c4262bed" }, { - "title": "Pronostic Sochaux Nantes : Analyse, cotes et prono du match de Coupe de France", - "description": "

    Sochaux - Nantes : Les Canaris poursuivent leur envol face aux Lionceaux

    \n
    \nL'an passé à pareille époque, le FC Sochaux avait réalisé un exploit en…
    ", - "content": "

    Sochaux - Nantes : Les Canaris poursuivent leur envol face aux Lionceaux

    \n
    \nL'an passé à pareille époque, le FC Sochaux avait réalisé un exploit en…
    ", + "title": "Le football belge repasse à huis clos", + "description": "Au moins on n'entendra plus d'injures racistes.
    \n
    \nAprès l'Allemagne, la Belgique ferme…

    ", + "content": "Au moins on n'entendra plus d'injures racistes.
    \n
    \nAprès l'Allemagne, la Belgique ferme…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-sochaux-nantes-analyse-cotes-et-prono-du-match-de-coupe-de-france-508381.html", + "link": "https://www.sofoot.com/le-football-belge-repasse-a-huis-clos-508694.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T12:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-sochaux-nantes-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639660240_x600_articles-508381.jpg", + "pubDate": "2021-12-23T10:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-football-belge-repasse-a-huis-clos-1640255499_x600_articles-508694.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77504,17 +78951,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e92b73c1b305b3d1f858337be531d99" + "hash": "3f82975ecf22042edbf057726190b441" }, { - "title": "Pronostic Guingamp Amiens : Analyse, cotes et prono du match de Coupe de France", - "description": "

    Guingamp face à la dynamique d'Amiens

    \n
    \nGuingamp et Amiens, deux formations de Ligue 2 qui luttent pour leur maintien, s'affrontent samedi pour une…
    ", - "content": "

    Guingamp face à la dynamique d'Amiens

    \n
    \nGuingamp et Amiens, deux formations de Ligue 2 qui luttent pour leur maintien, s'affrontent samedi pour une…
    ", + "title": "Catane officiellement déclaré en faillite", + "description": "Salernitana a trouvé à qui parler.
    \n
    \nEn proie à des difficultés financières depuis plusieurs mois, le club de Catane passait ce mercredi devant le tribunal de la ville afin de…

    ", + "content": "Salernitana a trouvé à qui parler.
    \n
    \nEn proie à des difficultés financières depuis plusieurs mois, le club de Catane passait ce mercredi devant le tribunal de la ville afin de…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-guingamp-amiens-analyse-cotes-et-prono-du-match-de-coupe-de-france-508380.html", + "link": "https://www.sofoot.com/catane-officiellement-declare-en-faillite-508693.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T12:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guingamp-amiens-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639659521_x600_articles-508380.jpg", + "pubDate": "2021-12-23T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-catane-officiellement-declare-en-faillite-1640256907_x600_articles-508693.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77525,17 +78972,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dab55adc9d389cc2cfbf8375632bc857" + "hash": "c3c8bdd74534fb4249d845e847394a00" }, { - "title": "Pronostic Toulouse Nîmes : Analyse, cotes et prono du match de Coupe de France", - "description": "

    Toulouse retrouve la forme en Coupe face à Nîmes

    \n
    \nToulouse a un objectif principal cette saison qui est la montée en Ligue 1. Les hommes de Philippe…
    ", - "content": "

    Toulouse retrouve la forme en Coupe face à Nîmes

    \n
    \nToulouse a un objectif principal cette saison qui est la montée en Ligue 1. Les hommes de Philippe…
    ", - "category": "", - "link": "https://www.sofoot.com/pronostic-toulouse-nimes-analyse-cotes-et-prono-du-match-de-coupe-de-france-508378.html", + "title": "Bruno Guimarães va \" passer un mauvais Noël \"", + "description": "Les dindons de la farce.
    \n
    \nFace à Metz au Groupama Stadium, les Lyonnais qui menaient pourtant au score
    ", + "content": "Les dindons de la farce.
    \n
    \nFace à Metz au Groupama Stadium, les Lyonnais qui menaient pourtant au score
    ", + "category": "", + "link": "https://www.sofoot.com/bruno-guimaraes-va-passer-un-mauvais-noel-508692.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T12:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-toulouse-nimes-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639658915_x600_articles-508378.jpg", + "pubDate": "2021-12-23T09:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bruno-guimaraes-va-passer-un-mauvais-noel-1640254979_x600_articles-508692.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77546,17 +78993,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa7559d65b261cfa8db33a21821fc3d" + "hash": "5b0fad9f62ce7bb8b3aacb2e75ec830f" }, { - "title": "Pronostic FC Séville Atlético Madrid : Analyse, cotes et prono du match de Liga", - "description": "

    Le FC Séville garde l'Atlético Madrid à distance

    \n
    \nLe FC Séville fait partie des équipes fortes de la Liga. La saison passée, la formation…
    ", - "content": "

    Le FC Séville garde l'Atlético Madrid à distance

    \n
    \nLe FC Séville fait partie des équipes fortes de la Liga. La saison passée, la formation…
    ", + "title": "Gaëtan Laborde élu joueur du mois de novembre", + "description": "Ça décorera sa cheminée pour les fêtes.
    \n
    \nL'attaquant du Stade rennais Gaëtan Laborde a remporté le trophée UNFP de joueur du mois de novembre en Ligue 1. Il devance le gardien de…

    ", + "content": "Ça décorera sa cheminée pour les fêtes.
    \n
    \nL'attaquant du Stade rennais Gaëtan Laborde a remporté le trophée UNFP de joueur du mois de novembre en Ligue 1. Il devance le gardien de…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-fc-seville-atletico-madrid-analyse-cotes-et-prono-du-match-de-liga-508377.html", + "link": "https://www.sofoot.com/gaetan-laborde-elu-joueur-du-mois-de-novembre-508690.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T12:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-fc-seville-atletico-madrid-analyse-cotes-et-prono-du-match-de-liga-1639658428_x600_articles-508377.jpg", + "pubDate": "2021-12-23T09:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gaetan-laborde-elu-joueur-du-mois-de-novembre-1640254629_x600_articles-508690.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77567,17 +79014,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41c1b6b3515e9a869de6ef3978af9f39" + "hash": "1e8dd0e4e198d5be436080ad45a5f82b" }, { - "title": "Ligue des Nations : la France avec le Danemark, la Croatie et l'Autriche", - "description": "La défense du titre est lancée pour l'équipe de France.
    \n
    \nQuelques jours après le fiasco…

    ", - "content": "La défense du titre est lancée pour l'équipe de France.
    \n
    \nQuelques jours après le fiasco…

    ", + "title": "Nouvelles bagarres entre supporters de Tottenham et West Ham", + "description": "La buvette devait être fermée.
    \n
    \nCe mercredi, en quarts de finale de League Cup anglaise, Tottenham s'est imposé à domicile face à West Ham (2-1). Un derby londonien également…

    ", + "content": "La buvette devait être fermée.
    \n
    \nCe mercredi, en quarts de finale de League Cup anglaise, Tottenham s'est imposé à domicile face à West Ham (2-1). Un derby londonien également…

    ", "category": "", - "link": "https://www.sofoot.com/ligue-des-nations-la-france-avec-le-danemark-la-croatie-et-l-autriche-508401.html", + "link": "https://www.sofoot.com/nouvelles-bagarres-entre-supporters-de-tottenham-et-west-ham-508689.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T18:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ligue-des-nations-la-france-avec-le-danemark-la-croatie-et-l-autriche-1639679232_x600_articles-508401.jpg", + "pubDate": "2021-12-23T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nouvelles-bagarres-entre-supporters-de-tottenham-et-west-ham-1640256186_x600_articles-508689.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77588,17 +79035,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fe924341744724b9595fb2a1def9bcf" + "hash": "084fe91c0bd1155a86fbbc1500f3a167" }, { - "title": "Pronostic Lille Auxerre : Analyse, cotes et prono du match de Coupe de France", - "description": "

    Lille enchaîne face à Auxerre

    \n
    \nChampion de France en titre, Lille a connu une entame de saison compliquée malgré le gain du Trophée des Champions…
    ", - "content": "

    Lille enchaîne face à Auxerre

    \n
    \nChampion de France en titre, Lille a connu une entame de saison compliquée malgré le gain du Trophée des Champions…
    ", + "title": "Yunis Abdelhamid : \"On se fait un peu voler\"", + "description": "Le Père Noël était un peu trop marseillais sur les bords.
    \n
    \nIls pensaient tenir l'une des plus belles victoires de leur saison ce mercredi soir au stade Vélodrome, mais les Rémois ont…

    ", + "content": "Le Père Noël était un peu trop marseillais sur les bords.
    \n
    \nIls pensaient tenir l'une des plus belles victoires de leur saison ce mercredi soir au stade Vélodrome, mais les Rémois ont…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lille-auxerre-analyse-cotes-et-prono-du-match-de-coupe-de-france-508375.html", + "link": "https://www.sofoot.com/yunis-abdelhamid-on-se-fait-un-peu-voler-508688.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T12:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lille-auxerre-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639657905_x600_articles-508375.jpg", + "pubDate": "2021-12-23T09:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-yunis-abdelhamid-on-se-fait-un-peu-voler-1640257401_x600_articles-508688.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77609,17 +79056,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d233894f163faa4d4d0744e200258d1f" + "hash": "6622fdc5fe8258e13d597c7b4a6c5923" }, { - "title": "Pronostic Troyes Nancy : Analyse, cotes et prono du match de Coupe de France", - "description": "

    Logique respectée entre Troyes et Nancy

    \n
    \nDans le cadre des 32es de finale de la Coupe de France, Troyes, formation de Ligue 1 reçoit l'AS…
    ", - "content": "

    Logique respectée entre Troyes et Nancy

    \n
    \nDans le cadre des 32es de finale de la Coupe de France, Troyes, formation de Ligue 1 reçoit l'AS…
    ", + "title": "Ancelotti : \"Je suis d'accord pour dire qu'Hazard est de retour !\"", + "description": "Le retour du roi.
    \n
    \nSi beaucoup sont persuadés que cette histoire raconte l'aventure des hobbits Frodon Sacquet et Samsagace Gamegie dans le Mordor pour aller détruire l'anneau unique…

    ", + "content": "Le retour du roi.
    \n
    \nSi beaucoup sont persuadés que cette histoire raconte l'aventure des hobbits Frodon Sacquet et Samsagace Gamegie dans le Mordor pour aller détruire l'anneau unique…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-troyes-nancy-analyse-cotes-et-prono-du-match-de-coupe-de-france-508374.html", + "link": "https://www.sofoot.com/ancelotti-je-suis-d-accord-pour-dire-qu-hazard-est-de-retour-508680.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T11:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-troyes-nancy-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639657502_x600_articles-508374.jpg", + "pubDate": "2021-12-23T08:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ancelotti-je-suis-d-accord-pour-dire-qu-hazard-est-de-retour-1640248782_x600_articles-508680.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77630,17 +79077,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b006d09491b126b18f96bea361a1317" + "hash": "c39ec248f42b8c5565cc7fa7542c40d1" }, { - "title": "Kylian Mbappé : \"J'ai soif avant tout de découvertes\"", - "description": "Plus discret dans la vie que Messi en Ligue 1.
    \n
    \nEn Une de Paris Match cette semaine, Kylian Mbappé revient sur son quotidien de superstar du ballon rond. L'occasion de dévoiler…

    ", - "content": "Plus discret dans la vie que Messi en Ligue 1.
    \n
    \nEn Une de Paris Match cette semaine, Kylian Mbappé revient sur son quotidien de superstar du ballon rond. L'occasion de dévoiler…

    ", + "title": "Le HAC champion de France de Ligue 2 sur TikTok", + "description": "Un futur lot de consolation au moment de faire les comptes en fin de saison ?
    \n
    \nActuel sixième de Ligue 2, Le Havre est pourtant sur la première marche quand il s'agit de s'amuser…

    ", + "content": "Un futur lot de consolation au moment de faire les comptes en fin de saison ?
    \n
    \nActuel sixième de Ligue 2, Le Havre est pourtant sur la première marche quand il s'agit de s'amuser…

    ", "category": "", - "link": "https://www.sofoot.com/kylian-mbappe-j-ai-soif-avant-tout-de-decouvertes-508370.html", + "link": "https://www.sofoot.com/le-hac-champion-de-france-de-ligue-2-sur-tiktok-508679.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T11:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-j-ai-soif-avant-tout-de-decouvertes-1639657764_x600_articles-508370.jpg", + "pubDate": "2021-12-23T08:00:00Z", + "enclosure": "", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77651,17 +79098,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e7a49eaddfd9b650a4f834bd7d66af0" + "hash": "820b5d38a316339203efc33e907f1741" }, { - "title": "Pronostic Rennes Lorient : Analyse, cotes et prono du match de Coupe de France", - "description": "

    Rennes logiquement au-dessus de Lorient

    \n
    \nL'affiche des 32es de finale de la Coupe de France met aux prises Rennes à Lorient. La formation…
    ", - "content": "

    Rennes logiquement au-dessus de Lorient

    \n
    \nL'affiche des 32es de finale de la Coupe de France met aux prises Rennes à Lorient. La formation…
    ", + "title": "Antonetti : Lyon ? \"C'est l'endroit où je me suis fait le plus voler en 30 ans\"", + "description": "Dans la famille \"n'a pas la langue dans sa poche\", je demande le père.
    \n
    \nC'est bien connu, quand quelque chose ne lui convient pas, Frédéric Antonetti ne passe jamais par…

    ", + "content": "Dans la famille \"n'a pas la langue dans sa poche\", je demande le père.
    \n
    \nC'est bien connu, quand quelque chose ne lui convient pas, Frédéric Antonetti ne passe jamais par…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-rennes-lorient-analyse-cotes-et-prono-du-match-de-coupe-de-france-508372.html", + "link": "https://www.sofoot.com/antonetti-lyon-c-est-l-endroit-ou-je-me-suis-fait-le-plus-voler-en-30-ans-508678.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T11:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rennes-lorient-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639656039_x600_articles-508372.jpg", + "pubDate": "2021-12-23T07:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-antonetti-lyon-c-est-l-endroit-ou-je-me-suis-fait-le-plus-voler-en-30-ans-1640245884_x600_articles-508678.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77672,17 +79119,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5ad52363ce506ac77434b650863aa23" + "hash": "578a0a03682fb995ab842849c703697a" }, { - "title": "Pronostic Atalanta Bergame AS Roma : Analyse, cotes et prono du match de Serie A", - "description": "

    L'Atalanta Bergame enchaîne face à la Roma

    \n
    \nL'Atalanta Bergame est devenue une place forte du football italien ces dernières saisons. Partie…
    ", - "content": "

    L'Atalanta Bergame enchaîne face à la Roma

    \n
    \nL'Atalanta Bergame est devenue une place forte du football italien ces dernières saisons. Partie…
    ", + "title": "La Ligue 1, reine de l'année 2021 ", + "description": "Au-delà des crises des droits TV et des incidents en tribunes, la Ligue 1 a réussi son année sur les terrains. Du spectacle, des buts, du jeu et le fruit d'une évolution des mentalités qu'il faut souligner et encourager. Et si le championnat de France devenait bientôt à la mode ?Voilà un bon moment, pour ne pas dire trop longtemps, que le feuilleton préféré des Français n'avait pas été aussi passionnant. Il n'est pas question ici de Plus belle la vie ou de…", + "content": "Voilà un bon moment, pour ne pas dire trop longtemps, que le feuilleton préféré des Français n'avait pas été aussi passionnant. Il n'est pas question ici de Plus belle la vie ou de…", "category": "", - "link": "https://www.sofoot.com/pronostic-atalanta-bergame-as-roma-analyse-cotes-et-prono-du-match-de-serie-a-508371.html", + "link": "https://www.sofoot.com/la-ligue-1-reine-de-l-annee-2021-508659.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T11:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-atalanta-bergame-as-roma-analyse-cotes-et-prono-du-match-de-serie-a-1639654685_x600_articles-508371.jpg", + "pubDate": "2021-12-23T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-ligue-1-reine-de-l-annee-2021-1640195868_x600_articles-alt-508659.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77693,17 +79140,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1918d3d39b1889dbf9aed8eb3424bc2" + "hash": "89cf5e24395715a2e78e3447e9f7b633" }, { - "title": "Nagelsmann : \"Cuisance ? Nous devons penser à le prêter\"", - "description": "Vers un échec cuisant ?
    \n
    \nAprès une saison à l'OM où il n'a pas vraiment brillé, Michaël Cuisance est de retour depuis fin juin dernier au Bayern Munich. Mais la situation du…

    ", - "content": "Vers un échec cuisant ?
    \n
    \nAprès une saison à l'OM où il n'a pas vraiment brillé, Michaël Cuisance est de retour depuis fin juin dernier au Bayern Munich. Mais la situation du…

    ", + "title": "Top 10 des 1-0 de l'Atlético de Madrid sous Diego Simeone ", + "description": "Voilà dix ans que Diego Pablo Simeone González a déposé ses valises à l'Atlético de Madrid. Dix ans qu'El Cholo fait vivre à ses adversaires un véritable enfer. Tacles rageurs, biscottes à gogo, défense agressive, buts sur coups de pied arrêtés et des succès 1-0. Un score qui revient tellement souvent qu'il n'est plus possible de parler de hold-up. Pour preuve, à chaque fois qu'un match commence, il y a une chance sur cinq que le tableau d'affichage indique ce résultat. (98 fois sur 551 rencontres.) L'occasion est donc parfaite pour se remémorer dix 1-0 qui ont marqué son aventure à l'Atléti.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/nagelsmann-cuisance-nous-devons-penser-a-le-preter-508373.html", + "link": "https://www.sofoot.com/top-10-des-1-0-de-l-atletico-de-madrid-sous-diego-simeone-508641.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T11:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nagelsmann-cuisance-nous-devons-penser-a-le-preter-1639658571_x600_articles-508373.jpg", + "pubDate": "2021-12-23T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-10-des-1-0-de-l-atletico-de-madrid-sous-diego-simeone-1640178726_x600_articles-alt-508641.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77714,17 +79161,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47e10d43284d9d73963a1eeb485ded09" + "hash": "859a921376df2b45a30854c5d46cd181" }, { - "title": "Quentin Braat, gardien des Chamois Niortais, à propos du but de Gauthier Hein : \"Sur ce but, il nous fait danser\"", - "description": "Dernier rempart des Chamois niortais ce 10 avril 2021, au stade René-Gaillard, Quentin Braat était le dernier qui aurait pu arrêter la tornade Gauthier Hein. Mais l'histoire a voulu que l'Auxerrois aille chercher le petit filet du Niortais au bout d'un exploit individuel qui lui a valu une nomination pour le Prix Puskás, dont le lauréat sera annoncé le 17 janvier prochain (alors que les votes ferment ce vendredi 17 décembre à minuit). Retour sur un mauvais souvenir.On imagine que tu te souviens bien de ce but, raconte-nous un peu comment tu l'as vécu depuis tes cages.
    \nJ'ai revu le but en préparant l'interview. C'est un…
    ", - "content": "On imagine que tu te souviens bien de ce but, raconte-nous un peu comment tu l'as vécu depuis tes cages.
    \nJ'ai revu le but en préparant l'interview. C'est un…
    ", + "title": "Le Real Madrid fait plier l'Athletic", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/quentin-braat-gardien-des-chamois-niortais-a-propos-du-but-de-gauthier-hein-sur-ce-but-il-nous-fait-danser-508345.html", + "link": "https://www.sofoot.com/le-real-madrid-fait-plier-l-athletic-508675.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quentin-braat-gardien-des-chamois-niortais-a-propos-du-but-de-gauthier-hein-sur-ce-but-il-nous-fait-danser-1639647659_x600_articles-alt-508345.jpg", + "pubDate": "2021-12-22T22:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-fait-plier-l-athletic-1640212320_x600_articles-508675.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77735,17 +79182,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "574489622b7dee3def3c7e063f1f67fb" + "hash": "b69d5fb9871013e85675db31c61951b2" }, { - "title": "Alexis Sánchez de retour au Barça ?", - "description": "Un autre come-back.
    \n
    \nAprès avoir enregistré le retour de Xavi,
    ", - "content": "Un autre come-back.
    \n
    \nAprès avoir enregistré le retour de Xavi,
    ", + "title": "Nice retourne Lens au forceps", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/alexis-sanchez-de-retour-au-barca-508368.html", + "link": "https://www.sofoot.com/nice-retourne-lens-au-forceps-508663.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T10:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-alexis-sanchez-de-retour-au-barca-1639653670_x600_articles-508368.jpg", + "pubDate": "2021-12-22T22:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nice-retourne-lens-au-forceps-1640210322_x600_articles-508663.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77756,17 +79203,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "870fc705b4d6302e8315d727bcf449d2" + "hash": "a897dd8c88a83d24534edc099ff4bc05" }, { - "title": "L'entraîneur de Brentford veut un report total de la 18e journée de Premier League", - "description": "Les mauvais souvenirs redeviennent réalité.
    \n
    \nAlors que la Covid-19 fait un retour fracassant dans de nombreux pays européens, le championnat anglais est de nouveau particulièrement…

    ", - "content": "Les mauvais souvenirs redeviennent réalité.
    \n
    \nAlors que la Covid-19 fait un retour fracassant dans de nombreux pays européens, le championnat anglais est de nouveau particulièrement…

    ", + "title": "Monaco dispose de Rennes ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-entraineur-de-brentford-veut-un-report-total-de-la-18e-journee-de-premier-league-508369.html", + "link": "https://www.sofoot.com/monaco-dispose-de-rennes-508666.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T10:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-entraineur-de-brentford-veut-un-report-total-de-la-18e-journee-de-premier-league-1639654112_x600_articles-508369.jpg", + "pubDate": "2021-12-22T22:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-monaco-dispose-de-rennes-1640210950_x600_articles-508666.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77777,17 +79224,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fc408bb66705bb473b773b976e43dc8" + "hash": "bd2a80e6759c3163e2d937defe7f1d1c" }, { - "title": "Le footballeur le plus riche du monde est au chômage", - "description": "Comme quoi l'argent ne fait pas tout dans le football.
    \n
    \nFaiq Bolkiah, international brunéien de 23 ans, n'aura pas marqué le championnat du Portugal de son empreinte. Héritier du…

    ", - "content": "Comme quoi l'argent ne fait pas tout dans le football.
    \n
    \nFaiq Bolkiah, international brunéien de 23 ans, n'aura pas marqué le championnat du Portugal de son empreinte. Héritier du…

    ", + "title": "Marseille arrache un point face à Reims", + "description": "Avec Dimitri Payet (et l'arbitrage) en Père Noël !

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-footballeur-le-plus-riche-du-monde-est-au-chomage-508366.html", + "link": "https://www.sofoot.com/marseille-arrache-un-point-face-a-reims-508674.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T10:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-footballeur-le-plus-riche-du-monde-est-au-chomage-1639651307_x600_articles-508366.jpg", + "pubDate": "2021-12-22T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-marseille-arrache-un-point-face-a-reims-1640211406_x600_articles-508674.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77798,17 +79245,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a6123ba2800d3eb0b6ed2ed7d9bd62a" + "hash": "768229cfcbb2d115e91bb4d8bfee9175" }, { - "title": "Un individu escroque un hôtel en se faisant passer pour un joueur du PSG ", - "description": "Le roi de l'arnaque.
    \n
    \nAlors que les U19 du PSG se déplaçaient à Lisieux dans le cadre des 64es de finale de la Coupe Gambardella, un individu a réussi à duper un hôtel de…

    ", - "content": "Le roi de l'arnaque.
    \n
    \nAlors que les U19 du PSG se déplaçaient à Lisieux dans le cadre des 64es de finale de la Coupe Gambardella, un individu a réussi à duper un hôtel de…

    ", + "title": "Lyon lâche encore des points contre Metz", + "description": "Fin d'année en carton pour Lyon.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/un-individu-escroque-un-hotel-en-se-faisant-passer-pour-un-joueur-du-psg-508365.html", + "link": "https://www.sofoot.com/lyon-lache-encore-des-points-contre-metz-508673.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T10:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-individu-escroque-un-hotel-en-se-faisant-passer-pour-un-joueur-du-psg-1639650673_x600_articles-508365.jpg", + "pubDate": "2021-12-22T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lyon-lache-encore-des-points-contre-metz-1640211107_x600_articles-508673.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77819,17 +79266,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "289ff94418e5bffadae5bb139781da65" + "hash": "7ca756685c16a85b7efb1e4c180bede7" }, { - "title": "Bouna Sarr : \"Villas-Boas était le coach parfait\"", - "description": "Sarr, quel plaisir.
    \n
    \nParti de l'OM le 5 octobre 2020, Bouna Sarr a surpris son monde en rejoignant le Bayern Munich. Et lui-même confie avoir été le premier étonné le jour où il a…

    ", - "content": "Sarr, quel plaisir.
    \n
    \nParti de l'OM le 5 octobre 2020, Bouna Sarr a surpris son monde en rejoignant le Bayern Munich. Et lui-même confie avoir été le premier étonné le jour où il a…

    ", + "title": "Icardi permet à Paris de gratter le nul à Lorient", + "description": "No Kylian, No Party.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/bouna-sarr-villas-boas-etait-le-coach-parfait-508367.html", + "link": "https://www.sofoot.com/icardi-permet-a-paris-de-gratter-le-nul-a-lorient-508665.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T09:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bouna-sarr-villas-boas-etait-le-coach-parfait-1639650855_x600_articles-508367.jpg", + "pubDate": "2021-12-22T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-icardi-permet-a-paris-de-gratter-le-nul-a-lorient-1640211351_x600_articles-alt-508665.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77840,17 +79287,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab61dc2b535ed74d7d7db1548ea6026e" + "hash": "cac888ffaed40db8a726ab15f7dbac66" }, { - "title": "Sécurité dans les stades : les premières mesures ont été annoncées", - "description": "Les paroles et puis les actes.
    \n
    \nCe 16 décembre pourrait bien marquer l'un des tournants de l'avenir du football français. Ce jeudi, des dirigeants du football français ont rendez-vous…

    ", - "content": "Les paroles et puis les actes.
    \n
    \nCe 16 décembre pourrait bien marquer l'un des tournants de l'avenir du football français. Ce jeudi, des dirigeants du football français ont rendez-vous…

    ", + "title": "Nantes et Randal Kolo Muani crucifient Saint-Étienne", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/securite-dans-les-stades-les-premieres-mesures-ont-ete-annoncees-508364.html", + "link": "https://www.sofoot.com/nantes-et-randal-kolo-muani-crucifient-saint-etienne-508634.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T09:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-securite-dans-les-stades-les-premieres-mesures-ont-ete-annoncees-1639648292_x600_articles-508364.jpg", + "pubDate": "2021-12-22T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nantes-et-randal-kolo-muani-crucifient-saint-etienne-1640210583_x600_articles-508634.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77861,17 +79308,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0781598ae929f8e1f13d2fb70a9a1154" + "hash": "93e07c74eb17b95b3676f229beda1acf" }, { - "title": "Pronostic Lazio Genoa : Analyse, cotes et prono du match de Serie A", - "description": "

    La Lazio fait le taf face au Genoa

    \n
    \nEn ouverture de la 18e journée de Serie A, la Lazio reçoit vendredi le Genoa au Stade Olympique. La…
    ", - "content": "

    La Lazio fait le taf face au Genoa

    \n
    \nEn ouverture de la 18e journée de Serie A, la Lazio reçoit vendredi le Genoa au Stade Olympique. La…
    ", + "title": "Troyes et Brest se quittent dos à dos", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lazio-genoa-analyse-cotes-et-prono-du-match-de-serie-a-508363.html", + "link": "https://www.sofoot.com/troyes-et-brest-se-quittent-dos-a-dos-508621.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T08:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lazio-genoa-analyse-cotes-et-prono-du-match-de-serie-a-1639646399_x600_articles-508363.jpg", + "pubDate": "2021-12-22T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-troyes-et-brest-se-quittent-dos-a-dos-1640211376_x600_articles-508621.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77882,17 +79329,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbca699682f58b8e2f87e8b6f6c98b80" + "hash": "e023bd8b3d7610d0e5b94da9e630c34a" }, { - "title": "Les supporters de l'Algérie fêtent la victoire face au Qatar à Barbès ", - "description": "Youcef Belaïli a marqué, et Barbès s'est embrasé.
    \n
    \nOpposée au Qatar ce mercredi en demi-finales de la Coupe arabe de la FIFA,
    ", - "content": "Youcef Belaïli a marqué, et Barbès s'est embrasé.
    \n
    \nOpposée au Qatar ce mercredi en demi-finales de la Coupe arabe de la FIFA,
    ", + "title": "Lille renverse Bordeaux", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/les-supporters-de-l-algerie-fetent-la-victoire-face-au-qatar-a-barbes-508362.html", + "link": "https://www.sofoot.com/lille-renverse-bordeaux-508237.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T08:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-supporters-de-l-algerie-fetent-la-victoire-face-au-qatar-a-barbes-1639646676_x600_articles-508362.jpg", + "pubDate": "2021-12-22T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lille-renverse-bordeaux-1640210967_x600_articles-508237.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77903,17 +79350,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "87e15d8c166bd21b3c287a25c3e05644" + "hash": "9a8e9fa8b87913273121d406fdb7a17a" }, { - "title": "Le doublé pour l'Atlético Mineiro qui soulève la coupe du Brésil", - "description": "Fin de saison en apothéose pour O galo
    \n
    \nRécent vainqueur du championnat…

    ", - "content": "Fin de saison en apothéose pour O galo
    \n
    \nRécent vainqueur du championnat…

    ", + "title": "Montpellier boxe Angers et se rapproche du podium", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-double-pour-l-atletico-mineiro-qui-souleve-la-coupe-du-bresil-508360.html", + "link": "https://www.sofoot.com/montpellier-boxe-angers-et-se-rapproche-du-podium-508671.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T08:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-double-pour-l-atletico-mineiro-qui-souleve-la-coupe-du-bresil-1639645023_x600_articles-508360.jpg", + "pubDate": "2021-12-22T21:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-montpellier-boxe-angers-et-se-rapproche-du-podium-1640211004_x600_articles-508671.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77924,17 +79371,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2c8988c70855e104e90f05539209de1" + "hash": "1548c89257b912b804b2aac3235a33ff" }, { - "title": "Pronostic Salernitana Inter Milan : Analyse, cotes et prono du match de Serie A", - "description": "

    L'Inter Milan en force face à la Salernitana

    \n
    \nL'opposition entre la Salernitana et l'Inter Milan met aux prises les deux extrémités de la Serie…
    ", - "content": "

    L'Inter Milan en force face à la Salernitana

    \n
    \nL'opposition entre la Salernitana et l'Inter Milan met aux prises les deux extrémités de la Serie…
    ", + "title": "Milan écarte tranquillement Empoli", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-salernitana-inter-milan-analyse-cotes-et-prono-du-match-de-serie-a-508361.html", + "link": "https://www.sofoot.com/milan-ecarte-tranquillement-empoli-508672.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T08:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-salernitana-inter-milan-analyse-cotes-et-prono-du-match-de-serie-a-1639644321_x600_articles-508361.jpg", + "pubDate": "2021-12-22T21:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-milan-ecarte-tranquillement-empoli-1640209538_x600_articles-508672.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77945,17 +79392,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f129a89c97e87f817df322f1b73cb4c0" + "hash": "57a27b1637ff25d747025bbdc83be3f2" }, { - "title": "Pronostic Celta Vigo Espanyol Barcelone : Analyse, cotes et prono du match de Liga", - "description": "

    Un Celta Vigo – Espanyol Barcelone équilibré

    \n
    \nAvec sa 8e place de la saison passée, le Celta Vigo pouvait envisager de jouer les places…
    ", - "content": "

    Un Celta Vigo – Espanyol Barcelone équilibré

    \n
    \nAvec sa 8e place de la saison passée, le Celta Vigo pouvait envisager de jouer les places…
    ", + "title": "La Spezia et Jesus jouent un vilain tour au Napoli", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-celta-vigo-espanyol-barcelone-analyse-cotes-et-prono-du-match-de-liga-508359.html", + "link": "https://www.sofoot.com/la-spezia-et-jesus-jouent-un-vilain-tour-au-napoli-508610.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T07:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-celta-vigo-espanyol-barcelone-analyse-cotes-et-prono-du-match-de-liga-1639642656_x600_articles-508359.jpg", + "pubDate": "2021-12-22T21:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-spezia-et-jesus-jouent-un-vilain-tour-au-napoli-1640210842_x600_articles-alt-508610.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77966,17 +79413,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3a31f2cdb938de8ed2a31e334b03d1f" + "hash": "05aa984168961d880511e9d8e7629c95" }, { - "title": "Pronostic Paris FC Lyon : Analyse, cotes et prono du match de Coupe de France", - "description": "

    Paris FC - Lyon : la coupe comme remède pour l'OL

    \n
    \nL'une des affiches des 32es de finale de la Coupe de France met aux prises vendredi le…
    ", - "content": "

    Paris FC - Lyon : la coupe comme remède pour l'OL

    \n
    \nL'une des affiches des 32es de finale de la Coupe de France met aux prises vendredi le…
    ", + "title": "Liverpool renverse Leicester, Tottenham et Chelsea à l'expérience", + "description": "Au bout du suspense, Liverpool a changé le cours d'un match qui semblait perdu d'avance à la pause, en retournant Leicester à l'issue d'une séance de tirs au but qui a vu son jeune portier remplaçant Caoimhín Kelleher sortir le bleu de chauffe (3-3, 5-4 TAB). Tottenham verra également le dernier carré de la Carabao Cup, après avoir dominé West Ham (2-1), grâce à un grand Hugo Lloris. Sans briller, Chelsea a de son côté fait le job sur la pelouse de Brentford.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-paris-fc-lyon-analyse-cotes-et-prono-du-match-de-coupe-de-france-508358.html", + "link": "https://www.sofoot.com/liverpool-renverse-leicester-tottenham-et-chelsea-a-l-experience-508622.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T07:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-paris-fc-lyon-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639641410_x600_articles-508358.jpg", + "pubDate": "2021-12-22T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liverpool-renverse-leicester-tottenham-et-chelsea-a-l-experience-1640211391_x600_articles-alt-508622.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -77987,17 +79434,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf061a439649b345bf52b1e41bb824a4" + "hash": "754f09f8a5619da3574925277e668ed6" }, { - "title": "Affaire OL-OM : Jean Michel Aulas suspendu 5 matchs ", - "description": "La saga continue.
    \n
    \nAprès l'appel de l'OM et…

    ", - "content": "La saga continue.
    \n
    \nAprès l'appel de l'OM et…

    ", + "title": "Clermont-Strasbourg reporté à cause du brouillard", + "description": "Quand ça veut pas, ça veut pas.
    \n
    \nAlors que l'épidémie de Covid-19 a longtemps fait planer le doute d'un report de match, notamment
    ", + "content": "Quand ça veut pas, ça veut pas.
    \n
    \nAlors que l'épidémie de Covid-19 a longtemps fait planer le doute d'un report de match, notamment
    ", "category": "", - "link": "https://www.sofoot.com/affaire-ol-om-jean-michel-aulas-suspendu-5-matchs-508357.html", + "link": "https://www.sofoot.com/clermont-strasbourg-reporte-a-cause-du-brouillard-508670.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T07:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-affaire-ol-om-jean-michel-aulas-suspendu-5-matchs-1639642794_x600_articles-508357.jpg", + "pubDate": "2021-12-22T20:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-clermont-strasbourg-reporte-a-cause-du-brouillard-1640204752_x600_articles-508670.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78008,17 +79455,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa63e17fd77e8db0a90cb236e65bd58" + "hash": "789f47bc5a3e0b959c26da1a04b370f6" }, { - "title": "Pronostic Bayern Wolfsbourg : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Le Bayern Munich finit son année sur un classique face à Wolfsbourg

    \n
    \nGrand favori à sa succession pour le titre de champion en Allemagne, le Bayern…
    ", - "content": "

    Le Bayern Munich finit son année sur un classique face à Wolfsbourg

    \n
    \nGrand favori à sa succession pour le titre de champion en Allemagne, le Bayern…
    ", + "title": "Grenade renverse et piège l'Atlético", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-bayern-wolfsbourg-analyse-cotes-et-prono-du-match-de-bundesliga-508356.html", + "link": "https://www.sofoot.com/grenade-renverse-et-piege-l-atletico-508662.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T07:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bayern-wolfsbourg-analyse-cotes-et-prono-du-match-de-bundesliga-1639640550_x600_articles-508356.jpg", + "pubDate": "2021-12-22T20:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-grenade-renverse-et-piege-l-atletico-1640204089_x600_articles-508662.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78029,17 +79476,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c04bb94c46d15837dabfc2a993c27e36" + "hash": "25f1deba1271e5754e31e89bf94ac7ea" }, { - "title": "Pronostic Valenciennes Strasbourg : Analyse cote et prono du match de Coupe de France", - "description": "

    Strasbourg au-dessus de Valenciennes

    \n
    \n17e de Ligue 2, Valenciennes va mal et a d'ailleurs déjà changé d'entraîneur début novembre. Cela…
    ", - "content": "

    Strasbourg au-dessus de Valenciennes

    \n
    \n17e de Ligue 2, Valenciennes va mal et a d'ailleurs déjà changé d'entraîneur début novembre. Cela…
    ", + "title": "En direct : Lyon - Metz", + "description": "94' : FINI ! Match nul entre Lyon et Metz ! Nouvelle désillusion pour l'OL qui a mené moins ...", + "content": "94' : FINI ! Match nul entre Lyon et Metz ! Nouvelle désillusion pour l'OL qui a mené moins ...", "category": "", - "link": "https://www.sofoot.com/pronostic-valenciennes-strasbourg-analyse-cote-et-prono-du-match-de-coupe-de-france-508355.html", + "link": "https://www.sofoot.com/en-direct-lyon-metz-508669.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T06:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-valenciennes-strasbourg-analyse-cote-et-prono-du-match-de-coupe-de-france-1639636672_x600_articles-508355.jpg", + "pubDate": "2021-12-22T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lyon-metz-1640206568_x600_articles-alt-508669.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78050,17 +79497,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8bfd1235e8ae2383b4c3a403fed7866" + "hash": "bb96d82811595b66e87bc0ce73cf5a62" }, { - "title": "Pascal Dupraz, un pompier pour éviter le feu de Forez", - "description": "En convalescence, l'AS Saint-Étienne s'est séparée de Claude Puel pour remettre son destin entre les mains de Pascal Dupraz. Une stratégie compréhensible au regard de la position du club, actuellement lanterne rouge de Ligue 1, et des faits d'arme de l'entraîneur de 59 ans, habitué des missions de sauvetage. Pas le choix le plus érotique, mais peut-être le plus pragmatique.Il est de retour. Après quasiment quatre ans d'absence, Pascal Dupraz revient en Ligue 1. Le Haut-Savoyard était resté dans les radars avec son passage au Stade Malherbe de Caen (2019-2021) et son…", - "content": "Il est de retour. Après quasiment quatre ans d'absence, Pascal Dupraz revient en Ligue 1. Le Haut-Savoyard était resté dans les radars avec son passage au Stade Malherbe de Caen (2019-2021) et son…", + "title": "En direct : Monaco - Rennes ", + "description": "95' : Fin de chantier : Monaco s'impose 2-1 contre Rennes après avoir concédé l'ouverture du ...", + "content": "95' : Fin de chantier : Monaco s'impose 2-1 contre Rennes après avoir concédé l'ouverture du ...", "category": "", - "link": "https://www.sofoot.com/pascal-dupraz-un-pompier-pour-eviter-le-feu-de-forez-508340.html", + "link": "https://www.sofoot.com/en-direct-monaco-rennes-508668.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pascal-dupraz-un-pompier-pour-eviter-le-feu-de-forez-1639580516_x600_articles-alt-508340.jpg", + "pubDate": "2021-12-22T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-monaco-rennes-1640207113_x600_articles-alt-508668.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78071,17 +79518,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "020b25d9fc4f7f8339dc8fc4b64248df" + "hash": "a3b97c0af88b4ab310a0caaffb68e27a" }, { - "title": "Le LOSC veut de l'herbe de qualité", - "description": "Champion de France en titre et huitième-de-finaliste de la C1, le LOSC est aussi lanterne rouge. Pas en Ligue 1, mais dans le championnat des pelouses françaises. Chaque semaine, les Dogues foulent un terrain indigne de leur statut, et dont tout le monde se plaint depuis un moment sans que cela ne change quoi que ce soit. Au point qu'une pétition a été lancée.\"C'était un match de merde sur une pelouse de merde\". Après le nul contre Nantes lors de la 15e journée de Ligue 1, Benjamin André n'a pas fait dans le détail. Une…", - "content": "\"C'était un match de merde sur une pelouse de merde\". Après le nul contre Nantes lors de la 15e journée de Ligue 1, Benjamin André n'a pas fait dans le détail. Une…", + "title": "En direct : Marseille - Reims", + "description": "101' : TERMINE AU VELODROME ! Pas de vainqueur entre l'OM et Reims au bout d'une fin de match ...", + "content": "101' : TERMINE AU VELODROME ! Pas de vainqueur entre l'OM et Reims au bout d'une fin de match ...", "category": "", - "link": "https://www.sofoot.com/le-losc-veut-de-l-herbe-de-qualite-508319.html", + "link": "https://www.sofoot.com/en-direct-marseille-reims-508667.html", "creator": "SO FOOT", - "pubDate": "2021-12-16T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-losc-veut-de-l-herbe-de-qualite-1639569159_x600_articles-alt-508319.jpg", + "pubDate": "2021-12-22T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-reims-1640209609_x600_articles-alt-508667.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78092,17 +79539,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ace20dd34094f73d1d70e6f2764832ae" + "hash": "e4fbaa00fa62c77d841b627eb141795e" }, { - "title": "Arsenal cogne West Ham et s'invite dans le top 4", - "description": "

    ", - "content": "

    ", + "title": "En direct : Lorient - PSG", + "description": "94' : Terminé !!!! Le PSG s'en sort in extremis avec un match nul contre Lorient (1-1) grâce à ...", + "content": "94' : Terminé !!!! Le PSG s'en sort in extremis avec un match nul contre Lorient (1-1) grâce à ...", "category": "", - "link": "https://www.sofoot.com/arsenal-cogne-west-ham-et-s-invite-dans-le-top-4-508350.html", + "link": "https://www.sofoot.com/en-direct-lorient-psg-508664.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T22:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-arsenal-cogne-west-ham-et-s-invite-dans-le-top-4-1639606389_x600_articles-508350.jpg", + "pubDate": "2021-12-22T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lorient-psg-1640209552_x600_articles-alt-508664.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78113,17 +79560,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3d6e2b358f46453d2380c5375e54a68" + "hash": "70c22ed04d8118445ebb491ca9fa996c" }, { - "title": "Wolverhampton domine Brighton, Palace et Southampton dos à dos", - "description": "

    ", - "content": "

    ", + "title": "En direct : Nice - Lens", + "description": "93' : Terminado ! Victoire 2-1 des Aiglons, complètement à l'arrachée. Lens a eu des balles ...", + "content": "93' : Terminado ! Victoire 2-1 des Aiglons, complètement à l'arrachée. Lens a eu des balles ...", "category": "", - "link": "https://www.sofoot.com/wolverhampton-domine-brighton-palace-et-southampton-dos-a-dos-508337.html", + "link": "https://www.sofoot.com/en-direct-nice-lens-508661.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T21:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-wolverhampton-domine-brighton-palace-et-southampton-dos-a-dos-1639604027_x600_articles-508337.jpg", + "pubDate": "2021-12-22T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-nice-lens-1640196571_x600_articles-alt-508661.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78134,17 +79581,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b04818d2befa11242443a90ce3e94765" + "hash": "c04d7c92bced2cdc1ea76968ce7d52c7" }, { - "title": "Dortmund fade vainqueur de Fürth, Leverkusen et Leipzig coincent", - "description": "Au nom de la Rose. Poussif dans le contenu face à la lanterne rouge, le Borussia Dortmund a pourtant repris une petite marge de six unités par rapport au Bayer Leverkusen, en en passant trois à…", - "content": "Au nom de la Rose. Poussif dans le contenu face à la lanterne rouge, le Borussia Dortmund a pourtant repris une petite marge de six unités par rapport au Bayer Leverkusen, en en passant trois à…", + "title": "Serie A : L'Inter championne d'automne, la Roma et la Fiorentina freinées", + "description": "En route vers le back-to-back.
    \n
    \nChampionne d'Italie 2020-2021, l'Inter (46 points) boucle ce soir la première moitié de saison 2021-2022 à la même position, celle de leader,…

    ", + "content": "En route vers le back-to-back.
    \n
    \nChampionne d'Italie 2020-2021, l'Inter (46 points) boucle ce soir la première moitié de saison 2021-2022 à la même position, celle de leader,…

    ", "category": "", - "link": "https://www.sofoot.com/dortmund-fade-vainqueur-de-furth-leverkusen-et-leipzig-coincent-508335.html", + "link": "https://www.sofoot.com/serie-a-l-inter-championne-d-automne-la-roma-et-la-fiorentina-freinees-508660.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T21:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-dortmund-fade-vainqueur-de-furth-leverkusen-et-leipzig-coincent-1639604272_x600_articles-508335.jpg", + "pubDate": "2021-12-22T19:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-serie-a-l-inter-championne-d-automne-la-roma-et-la-fiorentina-freinees-1640201806_x600_articles-508660.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78155,17 +79602,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d639c51e06f24f980458bdc7358b3bb" + "hash": "8a1d0343d3acd78073e6c17412230b07" }, { - "title": "L'Algérie glace le Qatar au bout de la nuit et se qualifie pour la finale de la Coupe arabe", - "description": "

    ", - "content": "

    ", + "title": "Benoît Pedretti devrait quitter son poste d'entraîneur intérimaire de Nancy", + "description": "Trop, c'est trop.
    \n
    \nBonne dernière de Ligue 2 à neuf points du premier non-relégable à la trêve hivernale, l'AS Nancy Lorraine a déjà un pied en National. En intérim depuis fin…

    ", + "content": "Trop, c'est trop.
    \n
    \nBonne dernière de Ligue 2 à neuf points du premier non-relégable à la trêve hivernale, l'AS Nancy Lorraine a déjà un pied en National. En intérim depuis fin…

    ", "category": "", - "link": "https://www.sofoot.com/l-algerie-glace-le-qatar-au-bout-de-la-nuit-et-se-qualifie-pour-la-finale-de-la-coupe-arabe-508354.html", + "link": "https://www.sofoot.com/benoit-pedretti-devrait-quitter-son-poste-d-entraineur-interimaire-de-nancy-508657.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T21:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-algerie-glace-le-qatar-au-bout-de-la-nuit-et-se-qualifie-pour-la-finale-de-la-coupe-arabe-1639604638_x600_articles-508354.jpg", + "pubDate": "2021-12-22T16:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-benoit-pedretti-devrait-quitter-son-poste-d-entraineur-interimaire-de-nancy-1640193324_x600_articles-508657.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78176,17 +79623,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9101edf7e554ac568c8dc87619e8d98" + "hash": "c4897d5ee26ec18d33bfbb0422d28601" }, { - "title": "Les Lyonnaises corrigent Häcken et finissent en tête de leur groupe", - "description": "

    ", - "content": "

    ", + "title": "Soupçons de matchs truqués en Serbie, l'UEFA demande une enquête", + "description": "L'UEFA a demandé à la Fédération serbe de lancer une enquête sur un match qui a éveillé les soupçons de l'instance européenne : la rencontre entre Zeleznicar et Timok 1919 (3-2), sur…", + "content": "L'UEFA a demandé à la Fédération serbe de lancer une enquête sur un match qui a éveillé les soupçons de l'instance européenne : la rencontre entre Zeleznicar et Timok 1919 (3-2), sur…", "category": "", - "link": "https://www.sofoot.com/les-lyonnaises-corrigent-hacken-et-finissent-en-tete-de-leur-groupe-508343.html", + "link": "https://www.sofoot.com/soupcons-de-matchs-truques-en-serbie-l-uefa-demande-une-enquete-508656.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T20:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-lyonnaises-corrigent-hacken-et-finissent-en-tete-de-leur-groupe-1639599610_x600_articles-508343.jpg", + "pubDate": "2021-12-22T16:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-soupcons-de-matchs-truques-en-serbie-l-uefa-demande-une-enquete-1640190910_x600_articles-508656.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78197,17 +79644,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0dfed57abf55e406636dc468bdb670d6" + "hash": "f16c31327a85c81573fc84758c829910" }, { - "title": "En direct : Arsenal - West Ham", - "description": "21' : Sacré combat entre Michail Antonio et Thomas Partey.", - "content": "21' : Sacré combat entre Michail Antonio et Thomas Partey.", + "title": "Un supporter de l'OM récolte 4 000 euros pour les enfants malades et dans le besoin", + "description": "Le Père Noël est marseillais.
    \n
    \nConnu pour être le…

    ", + "content": "Le Père Noël est marseillais.
    \n
    \nConnu pour être le…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-arsenal-west-ham-508352.html", + "link": "https://www.sofoot.com/un-supporter-de-l-om-recolte-4-000-euros-pour-les-enfants-malades-et-dans-le-besoin-508655.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-arsenal-west-ham-1639596842_x600_articles-508352.jpg", + "pubDate": "2021-12-22T15:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-supporter-de-l-om-recolte-4-000-euros-pour-les-enfants-malades-et-dans-le-besoin-1640190265_x600_articles-508655.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78218,17 +79665,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc6fae07a0b4b2e1cfc7748bdc867268" + "hash": "facc1b165f748a376b21c9664c1224dd" }, { - "title": "En direct : Qatar - Algérie", - "description": "64' : Changement pour Qatar. Le solide Mohamed Muntari remplace Karim Boudiaf, auteur d'une ...", - "content": "64' : Changement pour Qatar. Le solide Mohamed Muntari remplace Karim Boudiaf, auteur d'une ...", + "title": "Aulas ne fait finalement pas appel de sa suspension", + "description": "Prise de conscience.
    \n
    \nLes révélations de Ruddy Buquet sur l'attitude de Jean-Michel Aulas lors du…

    ", + "content": "Prise de conscience.
    \n
    \nLes révélations de Ruddy Buquet sur l'attitude de Jean-Michel Aulas lors du…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-qatar-algerie-508338.html", + "link": "https://www.sofoot.com/aulas-ne-fait-finalement-pas-appel-de-sa-suspension-508654.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T18:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-qatar-algerie-1639578140_x600_articles-508338.jpg", + "pubDate": "2021-12-22T15:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aulas-ne-fait-finalement-pas-appel-de-sa-suspension-1640188364_x600_articles-508654.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78239,17 +79686,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "04663d1f2d63fe801d221c31b1caa66d" + "hash": "c702ef1ebbea384af1c9aea6c3301338" }, { - "title": "La conférence de presse de Sean Dyche (Burnley) interrompue par la sonnette chez une journaliste", - "description": "En espérant que c'était vraiment une visite importante.
    \n
    \nLors de la conférence de presse précédant le match qui devait avoir lieu ce mercredi soir entre Burnley et Watford (et…

    ", - "content": "En espérant que c'était vraiment une visite importante.
    \n
    \nLors de la conférence de presse précédant le match qui devait avoir lieu ce mercredi soir entre Burnley et Watford (et…

    ", + "title": "Society #171", + "description": "", + "content": "", "category": "", - "link": "https://www.sofoot.com/la-conference-de-presse-de-sean-dyche-burnley-interrompue-par-la-sonnette-chez-une-journaliste-508348.html", + "link": "https://www.sofoot.com/society-171-508302.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T18:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-conference-de-presse-de-sean-dyche-burnley-interrompue-par-la-sonnette-chez-une-journaliste-1639591840_x600_articles-508348.jpg", + "pubDate": "2021-12-22T15:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-society-171-1639498484_x600_articles-alt-508302.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78260,17 +79707,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bd2ef44f83ea8ee18854594269cc15c" + "hash": "5d207a5edfd0bb63edebb080e56a67e6" }, { - "title": "Dimitri Payet (Marseille) se livre après les événements à Lyon", - "description": "À cœur ouvert.
    \n
    \nDimitri Payet s'est longuement livré sur les événements dont lui et…

    ", - "content": "À cœur ouvert.
    \n
    \nDimitri Payet s'est longuement livré sur les événements dont lui et…

    ", + "title": "David Alaba élu joueur autrichien de l'année", + "description": "Was für eine Überraschung !
    \n
    \nDavid Alaba a été désigné joueur autrichien de l'année pour la huitième fois de sa carrière. En 2021 le défenseur polyvalent a remporté la…

    ", + "content": "Was für eine Überraschung !
    \n
    \nDavid Alaba a été désigné joueur autrichien de l'année pour la huitième fois de sa carrière. En 2021 le défenseur polyvalent a remporté la…

    ", "category": "", - "link": "https://www.sofoot.com/dimitri-payet-marseille-se-livre-apres-les-evenements-a-lyon-508349.html", + "link": "https://www.sofoot.com/david-alaba-elu-joueur-autrichien-de-l-annee-508653.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T17:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-dimitri-payet-marseille-se-livre-apres-les-evenements-a-lyon-1639590884_x600_articles-508349.jpg", + "pubDate": "2021-12-22T15:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-david-alaba-elu-joueur-autrichien-de-l-annee-1640187914_x600_articles-508653.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78281,17 +79728,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42ea37a316c7aa784da5d9bffea4fd9a" + "hash": "d581619486516dd901cdeb5edcbb69c7" }, { - "title": "La Tunisie dispose de l'Égypte dans le temps additionnel et rallie la finale de la Coupe arabe", - "description": "

    ", - "content": "

    ", + "title": "Gerard Piqué n'aura pas à rembourser 2,1 millions d'euros au fisc espagnol", + "description": "Il ne rendra pas l'argent.
    \n
    \nAlors qu'il était condamné à verser 1,5 million d'euros d'arriérés d'impôts et une amende de près de 600 000 euros, Gerard Piqué a obtenu…

    ", + "content": "Il ne rendra pas l'argent.
    \n
    \nAlors qu'il était condamné à verser 1,5 million d'euros d'arriérés d'impôts et une amende de près de 600 000 euros, Gerard Piqué a obtenu…

    ", "category": "", - "link": "https://www.sofoot.com/la-tunisie-dispose-de-l-egypte-dans-le-temps-additionnel-et-rallie-la-finale-de-la-coupe-arabe-508342.html", + "link": "https://www.sofoot.com/gerard-pique-n-aura-pas-a-rembourser-21-millions-d-euros-au-fisc-espagnol-508652.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T17:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-tunisie-dispose-de-l-egypte-dans-le-temps-additionnel-et-rallie-la-finale-de-la-coupe-arabe-1639588269_x600_articles-508342.jpg", + "pubDate": "2021-12-22T15:06:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gerard-pique-n-aura-pas-a-rembourser-21-millions-d-euros-au-fisc-espagnol-1640187156_x600_articles-508652.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78302,17 +79749,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b8f254739e6f0c1b47bbb02fefc7ddc" + "hash": "94851736d1c87dc0755920be01fce5bf" }, { - "title": "Leicester-Tottenham maintenu par la ligue anglaise", - "description": "La situation se dégrade aussi vite que la logique de la Ligue.
    \n
    \nLe club de Leicester City est lui aussi victime du covid dans son effectif professionnel. Brendan Rodgers indiquait…

    ", - "content": "La situation se dégrade aussi vite que la logique de la Ligue.
    \n
    \nLe club de Leicester City est lui aussi victime du covid dans son effectif professionnel. Brendan Rodgers indiquait…

    ", + "title": "Neuf joueurs de Ligue 1 sélectionnés avec le Cameroun pour la CAN", + "description": "Fin de suspense.
    \n
    \nLe sélectionneur du Cameroun Antonio Conceição a dévoilé sa liste de 28 joueurs retenus pour la prochaine Coupe d'Afrique des nations prévue du 9 janvier au 6…

    ", + "content": "Fin de suspense.
    \n
    \nLe sélectionneur du Cameroun Antonio Conceição a dévoilé sa liste de 28 joueurs retenus pour la prochaine Coupe d'Afrique des nations prévue du 9 janvier au 6…

    ", "category": "", - "link": "https://www.sofoot.com/leicester-tottenham-maintenu-par-la-ligue-anglaise-508347.html", + "link": "https://www.sofoot.com/neuf-joueurs-de-ligue-1-selectionnes-avec-le-cameroun-pour-la-can-508651.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T16:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leicester-tottenham-maintenu-par-la-ligue-anglaise-1639588054_x600_articles-508347.jpg", + "pubDate": "2021-12-22T15:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-neuf-joueurs-de-ligue-1-selectionnes-avec-le-cameroun-pour-la-can-1640187003_x600_articles-508651.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78323,17 +79770,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "563a9e8d3621d5581b0e980039f74c82" + "hash": "6df9939221cefc0c05063b24f1b17b1c" }, { - "title": "La Premier League abroge la règle du sponsoring des parties associées", - "description": "Enfin une bonne nouvelle pour Newcastle.
    \n
    \nEn octobre dernier, la Premier League avait interdit à ses clubs la conclusion d'accords de sponsoring avec des entreprises liées à leur…

    ", - "content": "Enfin une bonne nouvelle pour Newcastle.
    \n
    \nEn octobre dernier, la Premier League avait interdit à ses clubs la conclusion d'accords de sponsoring avec des entreprises liées à leur…

    ", + "title": "Thierry Henry bientôt adjoint de Roberto Martínez avec la Belgique ?", + "description": "La nouvelle édition de Titi chez les Belges bientôt disponible.
    \n
    \nDepuis le début de la saison, il a fait de la Ligue 1 son terrain de jeu préféré. Pour le compte d'Amazon…

    ", + "content": "La nouvelle édition de Titi chez les Belges bientôt disponible.
    \n
    \nDepuis le début de la saison, il a fait de la Ligue 1 son terrain de jeu préféré. Pour le compte d'Amazon…

    ", "category": "", - "link": "https://www.sofoot.com/la-premier-league-abroge-la-regle-du-sponsoring-des-parties-associees-508341.html", + "link": "https://www.sofoot.com/thierry-henry-bientot-adjoint-de-roberto-martinez-avec-la-belgique-508650.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T16:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-premier-league-abroge-la-regle-du-sponsoring-des-parties-associees-1639586924_x600_articles-508341.jpg", + "pubDate": "2021-12-22T14:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-thierry-henry-bientot-adjoint-de-roberto-martinez-avec-la-belgique-1640185355_x600_articles-508650.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78344,17 +79791,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a59f10b286b5e0bce7d475021a008fc9" + "hash": "4dfb919d43dc234a7fed3f34fd8da61c" }, { - "title": "Le FC Barcelone, le Real Madrid et l'Athletic Bilbao attaquent la Liga en justice", - "description": "Un accord loin de faire l'unanimité.
    \n
    \nAlors que l'assemblée générale extraordinaire de
    ", - "content": "Un accord loin de faire l'unanimité.
    \n
    \nAlors que l'assemblée générale extraordinaire de
    ", + "title": "Neymar de retour à l'entraînement dans \"quatre à cinq semaines\"", + "description": "Et en boîte de nuit sous cinq jours ouvrés.
    \n
    \nAprès une entorse à la cheville gauche subie lors du déplacement du Paris Saint-Germain à Saint-Étienne, le 28 novembre dernier, le…

    ", + "content": "Et en boîte de nuit sous cinq jours ouvrés.
    \n
    \nAprès une entorse à la cheville gauche subie lors du déplacement du Paris Saint-Germain à Saint-Étienne, le 28 novembre dernier, le…

    ", "category": "", - "link": "https://www.sofoot.com/le-fc-barcelone-le-real-madrid-et-l-athletic-bilbao-attaquent-la-liga-en-justice-508346.html", + "link": "https://www.sofoot.com/neymar-de-retour-a-l-entrainement-dans-quatre-a-cinq-semaines-508648.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T15:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-fc-barcelone-le-real-madrid-et-l-athletic-bilbao-attaquent-la-liga-en-justice-1639587787_x600_articles-508346.jpg", + "pubDate": "2021-12-22T14:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-neymar-de-retour-a-l-entrainement-dans-quatre-a-cinq-semaines-1640183570_x600_articles-508648.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78365,17 +79812,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c4ccb59af5cbf934e33c9a23932c13b" + "hash": "b97e8c003360feac6663d630e17d6199" }, { - "title": "Un joueur suédois condamné suite à une affaire de paris truqués", - "description": "L'histoire loufoque du jour nous provient de Suède.
    \n
    \nEn mai 2019, l'attaquant suédois Pawel Cibicki, évoluant à l'IF Elfsborg, écope d'un carton jaune lors d'un match de première…

    ", - "content": "L'histoire loufoque du jour nous provient de Suède.
    \n
    \nEn mai 2019, l'attaquant suédois Pawel Cibicki, évoluant à l'IF Elfsborg, écope d'un carton jaune lors d'un match de première…

    ", + "title": "Gardes à vue levées pour les trois ultras interpellés après Paris FC-Lyon", + "description": "À la suite des houleux événements survenus vendredi soir au stade Charléty, les autorités avaient…", + "content": "À la suite des houleux événements survenus vendredi soir au stade Charléty, les autorités avaient…", "category": "", - "link": "https://www.sofoot.com/un-joueur-suedois-condamne-suite-a-une-affaire-de-paris-truques-508344.html", + "link": "https://www.sofoot.com/gardes-a-vue-levees-pour-les-trois-ultras-interpelles-apres-paris-fc-lyon-508649.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T15:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-joueur-suedois-condamne-suite-a-une-affaire-de-paris-truques-1639585932_x600_articles-508344.jpg", + "pubDate": "2021-12-22T14:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gardes-a-vue-levees-pour-les-trois-ultras-interpelles-apres-paris-fc-lyon-1640185388_x600_articles-508649.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78386,17 +79833,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c78d2c2535a936d154a6ed0eb946cafc" + "hash": "8d57e66d08802035f2ee9772a6cbc75b" }, { - "title": "Amnesty interpelle la FFF sur le Mondial au Qatar : \"Pour l'instant, c'est silence radio\"", - "description": "Amnesty International a mené une action contre la Fédération française de football ce mercredi matin au siège en déployant une banderole pointant l'inaction et le désintérêt porté à la cause des conditions des travailleurs migrants au Qatar, ainsi qu'aux futurs employés pendant l'événement. Lola Schulmann, chargée de plaidoyer au sein de l'ONG, revient sur l'action et les attentes d'Amnesty par rapport à la FFF sur ce dossier.Qu'est-ce qui a poussé Amnesty France à initier l'action de mercredi au siège de la FFF, boulevard Grenelle à Paris ?
    \nDepuis que l'annonce de la Coupe du monde…
    ", - "content": "Qu'est-ce qui a poussé Amnesty France à initier l'action de mercredi au siège de la FFF, boulevard Grenelle à Paris ?
    \nDepuis que l'annonce de la Coupe du monde…
    ", + "title": "Pierre Ferracci, président du Paris FC : \"Le foot est en train de plonger\"", + "description": "Les incidents violents qui ont conduit à l'arrêt du match de Coupe de France entre le Paris FC et l'OL ont provoqué un choc dans le monde du football français. Et un clash entre Jean-Michel Aulas et Pierre Ferracci, président du PFC, qui depuis occupe beaucoup l'espace médiatique, quand le club lyonnais joue désormais la carte de la discrétion. Six jours après les faits, comment l'homme qui veut construire le second grand club parisien analyse-t-il la situation ? Et qu'espère-t-il pour la suite ?Quelle représentation avez-vous de cette terrible soirée maintenant que l'on en sait un peu plus sur ", + "content": "Quelle représentation avez-vous de cette terrible soirée maintenant que l'on en sait un peu plus sur ", "category": "", - "link": "https://www.sofoot.com/amnesty-interpelle-la-fff-sur-le-mondial-au-qatar-pour-l-instant-c-est-silence-radio-508336.html", + "link": "https://www.sofoot.com/pierre-ferracci-president-du-paris-fc-le-foot-est-en-train-de-plonger-508644.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-amnesty-interpelle-la-fff-sur-le-mondial-au-qatar-pour-l-instant-c-est-silence-radio-1639579949_x600_articles-alt-508336.jpg", + "pubDate": "2021-12-22T14:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pierre-ferracci-president-du-paris-fc-le-foot-est-en-train-de-plonger-1640178629_x600_articles-alt-508644.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78407,17 +79854,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93320b1cf058c38fa4ae144e64a94f7e" + "hash": "b17e938b48066d92192ecbe46152bac8" }, { - "title": "Gary Marigard, J-4 avant d'affronter le PSG : \"J'ai mangé des sushis\"", - "description": "La loterie de la Coupe de France réserve toujours quelques matchs en apparence déséquilibrés : à l'occasion des 32es de finale, c'est Feignies-Aulnoye qui a tiré le gros lot, puisque l'écurie des alentours de Maubeuge est tombée sur le PSG. Pour comprendre comment un footballeur amateur se prépare à une telle échéance, le latéral droit du club du Nord Gary Marigard nous raconte son quotidien, jour par jour, jusqu'au match fatidique.Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", - "content": "Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", + "title": "Six cas de Covid-19 au Stade de Reims", + "description": "Alerte Covid-19 : on file à Reims !
    \n
    \nLes blagues les plus courtes sont les meilleures, et le coronavirus ne l'a pas encore bien saisi. Si la Ligue 1 semblait relativement épargnée par…

    ", + "content": "Alerte Covid-19 : on file à Reims !
    \n
    \nLes blagues les plus courtes sont les meilleures, et le coronavirus ne l'a pas encore bien saisi. Si la Ligue 1 semblait relativement épargnée par…

    ", "category": "", - "link": "https://www.sofoot.com/gary-marigard-j-4-avant-d-affronter-le-psg-j-ai-mange-des-sushis-508332.html", + "link": "https://www.sofoot.com/six-cas-de-covid-19-au-stade-de-reims-508647.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gary-marigard-j-4-avant-d-affronter-le-psg-j-ai-mange-des-sushis-1639578448_x600_articles-alt-508332.jpg", + "pubDate": "2021-12-22T13:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-six-cas-de-covid-19-au-stade-de-reims-1640182079_x600_articles-508647.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78428,17 +79875,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28bb3a066ceeb2b21a2cca09a5e41550" + "hash": "0b4222ff237142ce0faf8f67bd872862" }, { - "title": "Pascal Dupraz : \"J'ai des recettes pour que l'équipe aille mieux\"", - "description": "Le héros enfile sa nouvelle cape.
    \n
    \nOfficiellement entraîneur de…

    ", - "content": "Le héros enfile sa nouvelle cape.
    \n
    \nOfficiellement entraîneur de…

    ", + "title": "Hugo Ekitike : \" Personne ne peut vivre ça comme moi je le vis \"", + "description": "Tiki-taka.
    \n
    \nLe meilleur buteur du Stade de Reims, Hugo Ekitike, est l'auteur d'un début de saison digne des plus grands. Il a évoqué pour

    ", + "content": "Tiki-taka.
    \n
    \nLe meilleur buteur du Stade de Reims, Hugo Ekitike, est l'auteur d'un début de saison digne des plus grands. Il a évoqué pour


    ", "category": "", - "link": "https://www.sofoot.com/pascal-dupraz-j-ai-des-recettes-pour-que-l-equipe-aille-mieux-508339.html", + "link": "https://www.sofoot.com/hugo-ekitike-personne-ne-peut-vivre-ca-comme-moi-je-le-vis-508645.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T14:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pascal-dupraz-j-ai-des-recettes-pour-que-l-equipe-aille-mieux-1639581787_x600_articles-508339.jpg", + "pubDate": "2021-12-22T13:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-hugo-ekitike-personne-ne-peut-vivre-ca-comme-moi-je-le-vis-1640182540_x600_articles-508645.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78449,17 +79896,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae8f5c85c553f2dcdbeb1a4ab101ebbd" + "hash": "80e19e5559254557f6a3a6e14d697a94" }, { - "title": "L'ECA menace de ne pas libérer les joueurs internationaux pour la CAN", - "description": "Du plomb dans l'aile pour la CAN.
    \n
    \nLes interrogations se multiplient concernant la tenue de la CAN 2021, prévue du 9 janvier au 6 février prochains au Cameroun. Alors que
    ", - "content": "Du plomb dans l'aile pour la CAN.
    \n
    \nLes interrogations se multiplient concernant la tenue de la CAN 2021, prévue du 9 janvier au 6 février prochains au Cameroun. Alors que
    ", + "title": "Tuchel songe à envoyer les U23 contre Brentford à cause du Covid ", + "description": "La classe biberon aux commandes !
    \n
    \nContraint par les nombreux cas positifs dans son effectif, l'entraîneur de Chelsea Thomas Tuchel a annoncé qu'il allait faire appel à ses jeunes…

    ", + "content": "La classe biberon aux commandes !
    \n
    \nContraint par les nombreux cas positifs dans son effectif, l'entraîneur de Chelsea Thomas Tuchel a annoncé qu'il allait faire appel à ses jeunes…

    ", "category": "", - "link": "https://www.sofoot.com/l-eca-menace-de-ne-pas-liberer-les-joueurs-internationaux-pour-la-can-508334.html", + "link": "https://www.sofoot.com/tuchel-songe-a-envoyer-les-u23-contre-brentford-a-cause-du-covid-508646.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T13:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-eca-menace-de-ne-pas-liberer-les-joueurs-internationaux-pour-la-can-1639579587_x600_articles-508334.jpg", + "pubDate": "2021-12-22T13:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tuchel-songe-a-envoyer-les-u23-contre-brentford-a-cause-du-covid-1640180377_x600_articles-508646.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78470,17 +79917,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5005e1658ccdfe94cd69bb0e804d156c" + "hash": "08354533ccc933cb6bf56f531dc679b3" }, { - "title": "Diego Alonso nouveau sélectionneur de l'Uruguay", - "description": "Sang neuf pour la Celeste.
    \n
    \nAprès avoir
    limogé Óscar Tabárez le 19…

    ", - "content": "Sang neuf pour la Celeste.
    \n
    \nAprès avoir limogé Óscar Tabárez le 19…

    ", + "title": "Nice : Kasper Dolberg, la belle et le diabète", + "description": "Après avoir annoncé être diabétique de type 1 début novembre, Kasper Dolberg a retrouvé une place de titulaire ces dernières semaines avec l'OGC Nice ainsi que le chemin des filets à Rennes pour mettre fin à une disette de trois mois. L'international danois, qui enchaîne les coups durs depuis son arrivée sur la Côte d'Azur à l'été 2019, semble avoir accepté sa condition et les changements provoqués par le diagnostic.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/diego-alonso-nouveau-selectionneur-de-l-uruguay-508333.html", + "link": "https://www.sofoot.com/nice-kasper-dolberg-la-belle-et-le-diabete-508627.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T13:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-diego-alonso-nouveau-selectionneur-de-l-uruguay-1639579091_x600_articles-508333.jpg", + "pubDate": "2021-12-22T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nice-kasper-dolberg-la-belle-et-le-diabete-1640165569_x600_articles-alt-508627.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78491,17 +79938,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2294a37e8d8b2a36715023dc5931fff1" + "hash": "ce9ff4e8ae57dc7859b0ad87207ac542" }, { - "title": "Aubayemang, une chute sans fin", - "description": "Malgré une situation sportive stabilisée avec une actuelle sixième place en Premier League, Arsenal galère à se débarrasser de ses tracas. Le dernier en date ? L'affaire Pierre-Emerick Aubameyang, écarté du groupe depuis le week-end dernier et déchu de son statut de capitaine pour être rentré trop tard de son voyage en France la semaine dernière. Un nouvel écart pour le Gabonais, déjà vivement critiqué depuis le début de la saison pour ses performances sur le terrain et dont la gestion du cas par le club rappelle la triste fin entre les Gunners et Mesut Özil.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": " Le Paris FC dément la classification de PFC-OL en match à risque", + "description": "Décidément, une séance de tirs au but est plus longue qu'à Brest du côté de Charléty.
    \n
    \nLe Paris FC a démenti ce mercredi matin
    ", + "content": "Décidément, une séance de tirs au but est plus longue qu'à Brest du côté de Charléty.
    \n
    \nLe Paris FC a démenti ce mercredi matin
    ", "category": "", - "link": "https://www.sofoot.com/aubayemang-une-chute-sans-fin-508311.html", + "link": "https://www.sofoot.com/le-paris-fc-dement-la-classification-de-pfc-ol-en-match-a-risque-508643.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aubayemang-une-chute-sans-fin-1639508789_x600_articles-alt-508311.jpg", + "pubDate": "2021-12-22T12:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-paris-fc-dement-la-classification-de-pfc-ol-en-match-a-risque-1640178802_x600_articles-508643.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78512,17 +79959,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "239f2cc4edd86cbd2c268e99f301ebbf" + "hash": "6cadf5d9638927262a4ca53ff4c1d7d6" }, { - "title": "La belle épopée des U19 de la Jeanne d'Arc de Drancy", - "description": "Les U19 de la Jeanne d'Arc de Drancy, club amateur de la banlieue parisienne, sont actuellement deuxièmes de leur groupe, devant de nombreuses écuries professionnelles et juste derrière le Paris Saint-Germain. Le Havre, Lens, Lille, Caen, Amiens, Valenciennes ou encore Orléans, tous subissent la loi d'une écurie aux moyens limités, invaincue depuis dix matchs de championnat. Comment tenir tête à de telles institutions ? Enquête en terre drancéenne, où un visage, celui de l'entraîneur Nassim El Abdi, incarne cette réussite.La Pucelle d'Orléans n'avait rien demandé à personne, et pourtant, ce dimanche 5 décembre 2021, c'est bien sa mémoire qui est ravivée lors du \"Jeannedarc-ico\" qui se joue au stade…", - "content": "La Pucelle d'Orléans n'avait rien demandé à personne, et pourtant, ce dimanche 5 décembre 2021, c'est bien sa mémoire qui est ravivée lors du \"Jeannedarc-ico\" qui se joue au stade…", + "title": "Benjamin Mendy inculpé d'un nouveau viol, son procès repoussé", + "description": "Le pire, c'est qu'on n'est plus surpris.
    \n
    \nBenjamin Mendy vient d'être inculpé par la justice britannique pour un nouveau viol, le septième. Déjà
    ", + "content": "Le pire, c'est qu'on n'est plus surpris.
    \n
    \nBenjamin Mendy vient d'être inculpé par la justice britannique pour un nouveau viol, le septième. Déjà
    ", "category": "", - "link": "https://www.sofoot.com/la-belle-epopee-des-u19-de-la-jeanne-d-arc-de-drancy-508292.html", + "link": "https://www.sofoot.com/benjamin-mendy-inculpe-d-un-nouveau-viol-son-proces-repousse-508642.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-belle-epopee-des-u19-de-la-jeanne-d-arc-de-drancy-1639565726_x600_articles-alt-508292.jpg", + "pubDate": "2021-12-22T11:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-benjamin-mendy-inculpe-d-un-nouveau-viol-son-proces-repousse-1640174881_x600_articles-508642.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78533,17 +79980,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0334d8bab05bcd5f04846731e406261" + "hash": "25bac6ccb1c918a952d28dee835bca09" }, { - "title": "Pronostic Chelsea Everton : Analyse, cotes et prono du match de Premier League", - "description": "

    Chelsea retrouve sa puissance face à Everton

    \n
    \nArrivé en cours de saison dernière après avoir été viré rudement du PSG, Thomas Tuchel a totalement…
    ", - "content": "

    Chelsea retrouve sa puissance face à Everton

    \n
    \nArrivé en cours de saison dernière après avoir été viré rudement du PSG, Thomas Tuchel a totalement…
    ", + "title": "Greuther Fürth est la pire équipe des grands championnats européens cette saison", + "description": "Ou les premiers, en partant de la fin.
    \n
    \nAvec seulement 5 points à la mi-saison, le pensionnaire de Bundesliga Greuther Fürth signe une performance remarquable : personne ne fait pire…

    ", + "content": "Ou les premiers, en partant de la fin.
    \n
    \nAvec seulement 5 points à la mi-saison, le pensionnaire de Bundesliga Greuther Fürth signe une performance remarquable : personne ne fait pire…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-chelsea-everton-analyse-cotes-et-prono-du-match-de-premier-league-508330.html", + "link": "https://www.sofoot.com/greuther-furth-est-la-pire-equipe-des-grands-championnats-europeens-cette-saison-508640.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T12:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-chelsea-everton-analyse-cotes-et-prono-du-match-de-premier-league-1639571350_x600_articles-508330.jpg", + "pubDate": "2021-12-22T11:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-greuther-furth-est-la-pire-equipe-des-grands-championnats-europeens-cette-saison-1640173146_x600_articles-508640.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78554,17 +80001,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f039230648961a87fbb5ed15c868fc73" + "hash": "fda0cf257fe5c500c1638eca0fd312ae" }, { - "title": "Pronostic Leicester Tottenham : Analyse, cotes et prono du match de Premier League", - "description": "

    Leicester enchaîne face à un Tottenham diminué

    \n
    \nCette opposition entre Leicester et Tottenham devrait être marquée par plusieurs absences dans…
    ", - "content": "

    Leicester enchaîne face à un Tottenham diminué

    \n
    \nCette opposition entre Leicester et Tottenham devrait être marquée par plusieurs absences dans…
    ", + "title": "Bordeaux-Lille finalement maintenu malgré 14 cas chez les Girondins", + "description": "La Ligue donne le feu vert pour Bordeaux-Lille.
    \n
    \nMalgré quatorze cas de Covid dans l'effectif parmi les joueurs et le staff des Girondins, les résultats des derniers tests parvenus ce…

    ", + "content": "La Ligue donne le feu vert pour Bordeaux-Lille.
    \n
    \nMalgré quatorze cas de Covid dans l'effectif parmi les joueurs et le staff des Girondins, les résultats des derniers tests parvenus ce…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-leicester-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-508329.html", + "link": "https://www.sofoot.com/bordeaux-lille-finalement-maintenu-malgre-14-cas-chez-les-girondins-508638.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T11:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-leicester-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-1639570106_x600_articles-508329.jpg", + "pubDate": "2021-12-22T10:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-lille-finalement-maintenu-malgre-14-cas-chez-les-girondins-1640171153_x600_articles-508638.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78575,17 +80022,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "90164019d48176b81d0152e5457d1a16" + "hash": "d066a3862ba7ab6a80af5149933eb5b8" }, { - "title": "Sergio Agüero prend sa retraite : \"C'est la pire décision de ma vie\"", - "description": "Foutue poussière dans l'œil...
    \n
    \n663 matchs au plus haut niveau, 184 buts dans l'élite anglaise, 65 en Espagne, 41 en Ligue des champions... Ajoutez à toutes ces statistiques…

    ", - "content": "Foutue poussière dans l'œil...
    \n
    \n663 matchs au plus haut niveau, 184 buts dans l'élite anglaise, 65 en Espagne, 41 en Ligue des champions... Ajoutez à toutes ces statistiques…

    ", + "title": "Clément Grenier : \"Je suis capable d'écouter tous les projets sauf Saint-Étienne\"", + "description": "Lyonnais un jour, lyonnais toujours.
    \n
    \nLaissé libre par le Stade rennais en juin dernier, Clément Grenier n'a toujours pas retrouvé de club.
    ", + "content": "Lyonnais un jour, lyonnais toujours.
    \n
    \nLaissé libre par le Stade rennais en juin dernier, Clément Grenier n'a toujours pas retrouvé de club.
    ", "category": "", - "link": "https://www.sofoot.com/sergio-aguero-prend-sa-retraite-c-est-la-pire-decision-de-ma-vie-508328.html", + "link": "https://www.sofoot.com/clement-grenier-je-suis-capable-d-ecouter-tous-les-projets-sauf-saint-etienne-508639.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T11:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sergio-aguero-prend-sa-retraite-c-est-la-pire-decision-de-ma-vie-1639570123_x600_articles-508328.jpg", + "pubDate": "2021-12-22T10:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-clement-grenier-je-suis-capable-d-ecouter-tous-les-projets-sauf-saint-etienne-1640172961_x600_articles-508639.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78596,17 +80043,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "463f993d24648dae088e6268237b0c75" + "hash": "9afb34e65b7816b2330f688496c54c89" }, { - "title": "Pronostic Liverpool Newcastle : Analyse, cotes et prono du match de Premier League", - "description": "

    Liverpool, un nouveau clean sheet face à Newcastle

    \n
    \nLe trio Manchester City, Liverpool et Chelsea nous offre une très belle lutte en Premier League…
    ", - "content": "

    Liverpool, un nouveau clean sheet face à Newcastle

    \n
    \nLe trio Manchester City, Liverpool et Chelsea nous offre une très belle lutte en Premier League…
    ", + "title": "Wojciech Szczęsny : \"Nous jouons toujours avec arrogance\"", + "description": "En même temps quand on s'appelle Piemonte Calcio...
    \n
    \nGrâce à sa victoire ce mardi contre Cagliari (2-0), la…

    ", + "content": "En même temps quand on s'appelle Piemonte Calcio...
    \n
    \nGrâce à sa victoire ce mardi contre Cagliari (2-0), la…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-liverpool-newcastle-analyse-cotes-et-prono-du-match-de-premier-league-508327.html", + "link": "https://www.sofoot.com/wojciech-szczesny-nous-jouons-toujours-avec-arrogance-508637.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T11:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-liverpool-newcastle-analyse-cotes-et-prono-du-match-de-premier-league-1639569026_x600_articles-508327.jpg", + "pubDate": "2021-12-22T10:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-wojciech-szczesny-nous-jouons-toujours-avec-arrogance-1640170853_x600_articles-508637.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78617,17 +80064,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e01599e1721d0037fa57b7a0967cbdb" + "hash": "d26a1b551b4015e6a6f73c9732ee5f49" }, { - "title": "Revenu de sa suspension pour dopage, André Onana évoque un \"accident\"", - "description": "Petit médicament pour grosse conséquence.
    \n
    \nLe 5 février dernier, André Onana apprenait que l'UEFA le suspendait douze mois de toute activité footballistique après son test positif…

    ", - "content": "Petit médicament pour grosse conséquence.
    \n
    \nLe 5 février dernier, André Onana apprenait que l'UEFA le suspendait douze mois de toute activité footballistique après son test positif…

    ", + "title": "Henderson : \"L'état de santé des joueurs n'est pas assez pris au sérieux \"", + "description": "Allô maman, bobo ?
    \n
    \nAlors que la Premier League a annoncé lundi le maintien du Boxing Day, Jordan Henderson, le capitaine de Liverpool, a exprimé ses inquiétudes quant à la crise…

    ", + "content": "Allô maman, bobo ?
    \n
    \nAlors que la Premier League a annoncé lundi le maintien du Boxing Day, Jordan Henderson, le capitaine de Liverpool, a exprimé ses inquiétudes quant à la crise…

    ", "category": "", - "link": "https://www.sofoot.com/revenu-de-sa-suspension-pour-dopage-andre-onana-evoque-un-accident-508325.html", + "link": "https://www.sofoot.com/henderson-l-etat-de-sante-des-joueurs-n-est-pas-assez-pris-au-serieux-508635.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T11:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-revenu-de-sa-suspension-pour-dopage-andre-onana-evoque-un-accident-1639574357_x600_articles-508325.jpg", + "pubDate": "2021-12-22T10:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-henderson-l-etat-de-sante-des-joueurs-n-est-pas-assez-pris-au-serieux-1640170306_x600_articles-508635.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78638,17 +80085,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84d0474befbcbffb865bf3333e5b0f96" + "hash": "38250d6e2e1ccd4352d2024054179640" }, { - "title": "Amnesty International déploie une banderole anti-Mondial 2022 devant le siège de la FFF", - "description": "On ne relâche pas son effort !
    \n
    \nAlors que la FFF était déjà
    ", - "content": "On ne relâche pas son effort !
    \n
    \nAlors que la FFF était déjà
    ", + "title": "La CAF s'engage auprès des clubs européens à respecter un protocole Covid", + "description": "C'est la CAF qui tente une première passe décisive dans cette CAN 2022.
    \n
    \nA destination de l'Association des clubs européens, l'ECA, la CAF s'est dite prête à faire rigoureusement…

    ", + "content": "C'est la CAF qui tente une première passe décisive dans cette CAN 2022.
    \n
    \nA destination de l'Association des clubs européens, l'ECA, la CAF s'est dite prête à faire rigoureusement…

    ", "category": "", - "link": "https://www.sofoot.com/amnesty-international-deploie-une-banderole-anti-mondial-2022-devant-le-siege-de-la-fff-508324.html", + "link": "https://www.sofoot.com/la-caf-s-engage-aupres-des-clubs-europeens-a-respecter-un-protocole-covid-508633.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T10:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-amnesty-international-deploie-une-banderole-anti-mondial-2022-devant-le-siege-de-la-fff-1639567934_x600_articles-508324.jpg", + "pubDate": "2021-12-22T10:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-caf-s-engage-aupres-des-clubs-europeens-a-respecter-un-protocole-covid-1640170070_x600_articles-508633.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78659,17 +80106,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf5e58fba216a9bfb02e40383488afbd" + "hash": "d09d5c119b92f77ef2b551aa1d304445" }, { - "title": "Les supporters de Charleroi envoient un canular de Noël à ceux du Standard", - "description": "Taquinerie à la wallonne.
    \n
    \nDans le dur depuis le début de saison, le Standard de Liège, actuellement dixième de Jupiler Pro League, vit une période pour le moins compliquée. Dernier…

    ", - "content": "Taquinerie à la wallonne.
    \n
    \nDans le dur depuis le début de saison, le Standard de Liège, actuellement dixième de Jupiler Pro League, vit une période pour le moins compliquée. Dernier…

    ", + "title": "Les clubs écossais mettent la pression sur le diffuseur pour décaler le Boxing Day", + "description": "Jacques a dit : restrictions.
    \n
    \nLa Ligue écossaise de football professionnel (SPFL) discute actuellement avec Sky Sports, diffuseur exclusif du championnat, sur la possibilité…

    ", + "content": "Jacques a dit : restrictions.
    \n
    \nLa Ligue écossaise de football professionnel (SPFL) discute actuellement avec Sky Sports, diffuseur exclusif du championnat, sur la possibilité…

    ", "category": "", - "link": "https://www.sofoot.com/les-supporters-de-charleroi-envoient-un-canular-de-noel-a-ceux-du-standard-508323.html", + "link": "https://www.sofoot.com/les-clubs-ecossais-mettent-la-pression-sur-le-diffuseur-pour-decaler-le-boxing-day-508632.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T10:21:00Z", - "enclosure": "", + "pubDate": "2021-12-22T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-clubs-ecossais-mettent-la-pression-sur-le-diffuseur-pour-decaler-le-boxing-day-1640169813_x600_articles-508632.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78680,17 +80127,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b76cbd20b7a86bcd929f82d0b9c48980" + "hash": "d40bd275c0c1071bf23b028591d6fc93" }, { - "title": "La vengeance d'Anthony Modeste contre Wolfsbourg", - "description": "Deux coups de casque au fond des filets et un sur son ancien directeur sportif.
    \n
    \nVoilà le bilan fructueux d'Anthony Modeste qui a été l'élément principal de la victoire du FC Cologne…

    ", - "content": "Deux coups de casque au fond des filets et un sur son ancien directeur sportif.
    \n
    \nVoilà le bilan fructueux d'Anthony Modeste qui a été l'élément principal de la victoire du FC Cologne…

    ", + "title": "Pronostic FC Porto Benfica : Analyse, cotes et prono du match de Coupe du Portugal", + "description": "

    Le FC Porto au-dessus de Benfica

    \n
    \nL'affiche des 1/8es de finale de Coupe du Portugal oppose le FC Porto à Benfica ce jeudi sur la pelouse de…
    ", + "content": "

    Le FC Porto au-dessus de Benfica

    \n
    \nL'affiche des 1/8es de finale de Coupe du Portugal oppose le FC Porto à Benfica ce jeudi sur la pelouse de…
    ", "category": "", - "link": "https://www.sofoot.com/la-vengeance-d-anthony-modeste-contre-wolfsbourg-508321.html", + "link": "https://www.sofoot.com/pronostic-fc-porto-benfica-analyse-cotes-et-prono-du-match-de-coupe-du-portugal-508631.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T09:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-vengeance-d-anthony-modeste-contre-wolfsbourg-1639564689_x600_articles-508321.jpg", + "pubDate": "2021-12-22T09:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-fc-porto-benfica-analyse-cotes-et-prono-du-match-de-coupe-du-portugal-1640169384_x600_articles-508631.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78701,17 +80148,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "493a5503c3a02698953cdfd721dd0563" + "hash": "96289a173a6b5229f338c1e113afa32f" }, { - "title": "Angleterre : un contrat de 30 millions de livres en faveur du football féminin", - "description": "De quoi donner des idées à la D1 Arkema ?
    \n
    \nDéjà considérée comme le championnat…

    ", - "content": "De quoi donner des idées à la D1 Arkema ?
    \n
    \nDéjà considérée comme le championnat…

    ", + "title": "Jonathan David quittera le LOSC en fin de saison selon son agent", + "description": "L'envie de voir si l'herbe est plus verte ailleurs.
    \n
    \nActuel meilleur buteur de Ligue 1 avec onze…

    ", + "content": "L'envie de voir si l'herbe est plus verte ailleurs.
    \n
    \nActuel meilleur buteur de Ligue 1 avec onze…

    ", "category": "", - "link": "https://www.sofoot.com/angleterre-un-contrat-de-30-millions-de-livres-en-faveur-du-football-feminin-508322.html", + "link": "https://www.sofoot.com/jonathan-david-quittera-le-losc-en-fin-de-saison-selon-son-agent-508630.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T09:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-angleterre-un-contrat-de-30-millions-de-livres-en-faveur-du-football-feminin-1639565544_x600_articles-508322.jpg", + "pubDate": "2021-12-22T09:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jonathan-david-quittera-le-losc-en-fin-de-saison-selon-son-agent-1640169390_x600_articles-508630.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78722,17 +80169,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2628a1c1352b7585538e1466e7659514" + "hash": "ffa762bad59a7b5a08dfa3c5e8c805e3" }, { - "title": "Jean-Michel Aulas estime que le costume de directeur sportif était trop grand pour Juninho ", - "description": "L'amour dure deux ans et demi.
    \n
    \nAlors que Juninho s'apprête à quitter son poste de directeur…

    ", - "content": "L'amour dure deux ans et demi.
    \n
    \nAlors que Juninho s'apprête à quitter son poste de directeur…

    ", + "title": "PFC-OL : le match était classé à risque avant le coup d'envoi", + "description": "Enfin, la suite de notre feuilleton préféré !
    \n
    \nSelon les informations de

    ", + "content": "Enfin, la suite de notre feuilleton préféré !
    \n
    \nSelon les informations de


    ", "category": "", - "link": "https://www.sofoot.com/jean-michel-aulas-estime-que-le-costume-de-directeur-sportif-etait-trop-grand-pour-juninho-508320.html", + "link": "https://www.sofoot.com/pfc-ol-le-match-etait-classe-a-risque-avant-le-coup-d-envoi-508629.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T09:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jean-michel-aulas-estime-que-le-costume-de-directeur-sportif-etait-trop-grand-pour-juninho-1639564438_x600_articles-508320.jpg", + "pubDate": "2021-12-22T09:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-le-match-etait-classe-a-risque-avant-le-coup-d-envoi-1640168279_x600_articles-508629.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78743,17 +80190,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "55d8b03a366b0c5d6bf6616292fbc632" + "hash": "480f4c7c6641e454e49edf692baf8264" }, { - "title": "Face à la pression des supporters, le coup d'envoi d'un match d'Anderlecht est finalement décalé", - "description": "Petite victoire pour la Mauve Army.
    \n
    \nJouer le 23 décembre n'est déjà pas un cadeau en soi, mais en plus à 18h un jeudi, c'était la goutte de trop pour les supporters d'Anderlecht.…

    ", - "content": "Petite victoire pour la Mauve Army.
    \n
    \nJouer le 23 décembre n'est déjà pas un cadeau en soi, mais en plus à 18h un jeudi, c'était la goutte de trop pour les supporters d'Anderlecht.…

    ", + "title": "Des tests négatifs obligatoires pour entrer dans les stades au Portugal", + "description": "Ça, c'est un cadeau de Noël bien pourri.
    \n
    \nAlors que
    l'Allemagne a déjà annoncé le…

    ", + "content": "Ça, c'est un cadeau de Noël bien pourri.
    \n
    \nAlors que l'Allemagne a déjà annoncé le…

    ", "category": "", - "link": "https://www.sofoot.com/face-a-la-pression-des-supporters-le-coup-d-envoi-d-un-match-d-anderlecht-est-finalement-decale-508318.html", + "link": "https://www.sofoot.com/des-tests-negatifs-obligatoires-pour-entrer-dans-les-stades-au-portugal-508626.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T09:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-face-a-la-pression-des-supporters-le-coup-d-envoi-d-un-match-d-anderlecht-est-finalement-decale-1639562321_x600_articles-508318.jpg", + "pubDate": "2021-12-22T07:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-des-tests-negatifs-obligatoires-pour-entrer-dans-les-stades-au-portugal-1640162997_x600_articles-508626.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78764,17 +80211,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d87b3985a7cb8a0726d8b91f255f4c8" + "hash": "d18b45a6fa79107b1e4a74132cf1d18d" }, { - "title": "Vers un retour de Vitorino Hilton en Ligue 1 ?", - "description": "L'amour (du foot) n'a pas d'âge.
    \n
    \nPascal Dupraz a officiellement été
    ", - "content": "L'amour (du foot) n'a pas d'âge.
    \n
    \nPascal Dupraz a officiellement été
    ", + "title": "Raúl Asencio (Alcorcón) viré de son club après avoir posté une vidéo à 160km/h en voiture", + "description": "N'est pas Max Verstappen qui veut.
    \n
    \nDéjà embourbé dans une opération maintien bien mal engagée - dernier de deuxième division espagnole à douze points du premier non-relégable -…

    ", + "content": "N'est pas Max Verstappen qui veut.
    \n
    \nDéjà embourbé dans une opération maintien bien mal engagée - dernier de deuxième division espagnole à douze points du premier non-relégable -…

    ", "category": "", - "link": "https://www.sofoot.com/vers-un-retour-de-vitorino-hilton-en-ligue-1-508317.html", + "link": "https://www.sofoot.com/raul-asencio-alcorcon-vire-de-son-club-apres-avoir-poste-une-video-a-160km-h-en-voiture-508625.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T09:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vers-un-retour-de-vitorino-hilton-en-ligue-1-1639562160_x600_articles-508317.jpg", + "pubDate": "2021-12-22T07:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-raul-asencio-alcorcon-vire-de-son-club-apres-avoir-poste-une-video-a-160km-h-en-voiture-1640160447_x600_articles-508625.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78785,17 +80232,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fbc83c9219da43f55154b584f3fc215" + "hash": "9e94721a57102ee3afab0c8fd0c4ec3a" }, { - "title": "La CAN 2022 vers un nouveau report ?", - "description": "L'Algérie n'est pas près de rendre son titre.
    \n
    \nLa Coupe d'Afrique des nations au Cameroun ne sera peut-être pas pour cette année. Alors que l'édition 2023 en Côte d'Ivoire se…

    ", - "content": "L'Algérie n'est pas près de rendre son titre.
    \n
    \nLa Coupe d'Afrique des nations au Cameroun ne sera peut-être pas pour cette année. Alors que l'édition 2023 en Côte d'Ivoire se…

    ", + "title": "Bordeaux-Lille menacé à cause des cas de Covid-19", + "description": "Il n'en restera qu'un aux Girondins.
    \n
    \nAprès la belle victoire en Coupe de France
    ", + "content": "Il n'en restera qu'un aux Girondins.
    \n
    \nAprès la belle victoire en Coupe de France
    ", "category": "", - "link": "https://www.sofoot.com/la-can-2022-vers-un-nouveau-report-508316.html", + "link": "https://www.sofoot.com/bordeaux-lille-menace-a-cause-des-cas-de-covid-19-508624.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T08:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-can-2022-vers-un-nouveau-report-1639559940_x600_articles-508316.jpg", + "pubDate": "2021-12-22T06:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-lille-menace-a-cause-des-cas-de-covid-19-1640160182_x600_articles-508624.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78806,17 +80253,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9d44ec4295e5602c5e8c0bf113e5c2a" + "hash": "17f9750a21ad0f1b7b998e2aec3ed6e5" }, { - "title": "Belgique : L'agent Dejan Veljković se lâche sur l'affaire du Footgate", - "description": "Une histoire avec beaucoup de rebondissements.
    \n
    \nDejan Veljković,
    ", - "content": "Une histoire avec beaucoup de rebondissements.
    \n
    \nDejan Veljković,
    ", + "title": "Le huis clos total acté en Bundesliga dès la reprise", + "description": "Dernier tour de vis avant Noël.
    \n
    \nL'épidémie de Covid-19 regagne chaque jour du terrain en Europe et les mesures sanitaires sont de nouveau de sortie. En Bundesliga, plusieurs clubs…

    ", + "content": "Dernier tour de vis avant Noël.
    \n
    \nL'épidémie de Covid-19 regagne chaque jour du terrain en Europe et les mesures sanitaires sont de nouveau de sortie. En Bundesliga, plusieurs clubs…

    ", "category": "", - "link": "https://www.sofoot.com/belgique-l-agent-dejan-veljkovic-se-lache-sur-l-affaire-du-footgate-508315.html", + "link": "https://www.sofoot.com/le-huis-clos-total-acte-en-bundesliga-des-la-reprise-508623.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T08:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-belgique-l-agent-dejan-veljkovic-se-lache-sur-l-affaire-du-footgate-1639558798_x600_articles-508315.jpg", + "pubDate": "2021-12-22T06:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-huis-clos-total-acte-en-bundesliga-des-la-reprise-1640159992_x600_articles-508623.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78827,17 +80274,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e77124e7847bdc1c272622e61a48a08" + "hash": "5ebbcb001949af7e5776d19be0a8b5ac" }, { - "title": "SO FOOT CLUB #77", - "description": "Lire le sommaire S'abonner
    \nEN KIOSQUE LE 15/12/2021
    \n

    \nRÉTRO 2021 : 50 moments en 50 photos
    \nLe meilleur moyen de se…


    ", - "content": "
    \nEN KIOSQUE LE 15/12/2021
    \n

    \nRÉTRO 2021 : 50 moments en 50 photos
    \nLe meilleur moyen de se…


    ", + "title": "Le best of des buts amateurs du week-end des 18 et 19 décembre 2021", + "description": "Comme chaque début de semaine, retrouvez grâce au Vrai Foot Day et à l'application Rematch les plus belles vidéos de foot amateur filmées chaque week-end depuis le bord du terrain.Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", + "content": "Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", "category": "", - "link": "https://www.sofoot.com/so-foot-club-77-508298.html", + "link": "https://www.sofoot.com/le-best-of-des-buts-amateurs-du-week-end-des-18-et-19-decembre-2021-508576.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T08:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-so-foot-club-77-1639494795_x600_articles-alt-508298.jpg", + "pubDate": "2021-12-22T06:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-best-of-des-buts-amateurs-du-week-end-des-18-et-19-decembre-2021-1640123038_x600_articles-alt-508576.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78848,17 +80295,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffb6509788828971017f2d77850a6462" + "hash": "4f96da7bd2802a1261b6339b7cc27557" }, { - "title": "Alcoyano (D3) s'offre un nouvel exploit en Coupe du Roi", - "description": "Le Retour du roi.
    \n
    \nLe club de 3e division d'Alcoyano s'est de nouveau offert un club de Liga au deuxième tour de la Coupe du Roi après son exploit de l'année dernière…

    ", - "content": "Le Retour du roi.
    \n
    \nLe club de 3e division d'Alcoyano s'est de nouveau offert un club de Liga au deuxième tour de la Coupe du Roi après son exploit de l'année dernière…

    ", + "title": "Coupe du monde tous les deux ans : maintenant, tout est clair...", + "description": "Le projet délirant de la FIFA semble poursuivre sa course folle. La Coupe du monde de football tous les deux ans devient l'enjeu majeur de la présidence Infantino. Pour convaincre ses ouailles, et passer outre l'opposition de l'UEFA, un État dans l'État, le président a sorti l'artillerie lourde lors d'une réunion au Qatar : l'argent. Des douches de dollars pour tout le monde. Au moins, tout est clair...La FIFA a un statut trop souvent oublié, celui d'une organisation, d'une association, à but non lucratif basée en Suisse, à l'abri d'un climat fiscal tempéré et bienveillant. Or cette…", + "content": "La FIFA a un statut trop souvent oublié, celui d'une organisation, d'une association, à but non lucratif basée en Suisse, à l'abri d'un climat fiscal tempéré et bienveillant. Or cette…", "category": "", - "link": "https://www.sofoot.com/alcoyano-d3-s-offre-un-nouvel-exploit-en-coupe-du-roi-508314.html", + "link": "https://www.sofoot.com/coupe-du-monde-tous-les-deux-ans-maintenant-tout-est-clair-508607.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T07:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-alcoyano-d3-s-offre-un-nouvel-exploit-en-coupe-du-roi-1639556683_x600_articles-508314.jpg", + "pubDate": "2021-12-22T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-coupe-du-monde-tous-les-deux-ans-maintenant-tout-est-clair-1640096801_x600_articles-508607.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78869,17 +80316,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb201119c9308a5959163d85eafbce63" + "hash": "640dc23dd11de1e4df602228cdd8e4bf" }, { - "title": "Les principales propositions du rapport parlementaire sur les droits TV", - "description": "Débutée en juin dernier, l'enquête parlementaire visait à faire la lumière sur l'échec de la chaîne Téléfoot. Elle a pris fin ce mercredi et apporte son lot de recommandations. Nous avons pu les consulter et voici celles qu'il faut retenir.Depuis plusieurs mois, les députés Régis Juanico (Génération.s) et Cédric Roussel (LREM) ont auditionné une cinquantaine de personnes, des spécialistes en droit et en économie du sport aux…", - "content": "Depuis plusieurs mois, les députés Régis Juanico (Génération.s) et Cédric Roussel (LREM) ont auditionné une cinquantaine de personnes, des spécialistes en droit et en économie du sport aux…", + "title": "Mohamed Bayo, un volcan s'éveille", + "description": "D'un point de vue statistique, Mohamed Bayo c'est 9 buts et 2 passes décisives pour ses 17 premiers matchs de Ligue 1. Autrement dit : une des révélations de la première partie de saison. D'un point de vue humain, c'est l'histoire d'un gamin de la Gauthière, quartier de Clermont-Ferrand, où il a tapé ses premiers ballons avant de prendre une licence au Clermont Foot à 6 ans, et de hisser le club en Ligue 1 pour la première fois de son histoire. Un conte de Noël raconté par le Guinéen de 23 ans en personne. Mohamed Bayo nous ouvre les portes de son \"petit cocon\", où il est question de domicile familial, de nostalgie et d'odeur de truffade.Sur le parvis de la gare, les passants se pressent. Il est 13h, et Clermont-Ferrand semble encore endormi sous un épais brouillard. Dans ce blizzard, impossible de distinguer la chaîne des Puys ni…", + "content": "Sur le parvis de la gare, les passants se pressent. Il est 13h, et Clermont-Ferrand semble encore endormi sous un épais brouillard. Dans ce blizzard, impossible de distinguer la chaîne des Puys ni…", "category": "", - "link": "https://www.sofoot.com/les-principales-propositions-du-rapport-parlementaire-sur-les-droits-tv-508308.html", + "link": "https://www.sofoot.com/mohamed-bayo-un-volcan-s-eveille-508575.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-principales-propositions-du-rapport-parlementaire-sur-les-droits-tv-1639504303_x600_articles-alt-508308.jpg", + "pubDate": "2021-12-22T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mohamed-bayo-un-volcan-s-eveille-1640107633_x600_articles-alt-508575.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78890,17 +80337,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "00987b9e8240865eea369010702b6321" + "hash": "1c57896a91adb07eb83be01df92d1dac" }, { - "title": "Algérie et Qatar, une histoire croisée", - "description": "Ce mercredi soir, le Qatar défiera l'Algérie en demi-finales de la Coupe arabe. Une opposition de styles entre une sélection algérienne A' et une formation qatarienne au grand complet, venue rappeler l'histoire récente et commune que partagent ces deux nations en matière de football.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "201€ à gagner avec Inter Milan & AS Roma + 10€ gratuits offerts", + "description": "Comme 5 de nos 7 derniers combinés (ici, ici, ici, ici et ici), on tente de vous faire gagner avec une cote autour de 2,00 sur les matchs de ce mercredi ! En espérant vous offrir un petit cadeau avant Noël

    160€ offerts donc 10€ sans sortir la CB

    \n
    \nObtenez en ce moment un double bonus chez
    ", + "content": "

    160€ offerts donc 10€ sans sortir la CB

    \n
    \nObtenez en ce moment un double bonus chez

    ", "category": "", - "link": "https://www.sofoot.com/algerie-et-qatar-une-histoire-croisee-508306.html", + "link": "https://www.sofoot.com/201e-a-gagner-avec-inter-milan-as-roma-10e-gratuits-offerts-508570.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-algerie-et-qatar-une-histoire-croisee-1639502539_x600_articles-alt-508306.jpg", + "pubDate": "2021-12-21T05:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-201e-a-gagner-avec-inter-milan-as-roma-10e-gratuits-offerts-1640063781_x600_articles-508570.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78911,17 +80358,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "192d4cbe2541003a378e878289c02024" + "hash": "d02a8b2a5947934170d90bc075a039fd" }, { - "title": "Bogdan Racovițan, le nouveau Chivu est né à Dijon", - "description": "Bourguignon de naissance, Roumain de nom, de sang et de cœur, Bogdan Racovițan incarne notamment aux côtés de Radu Drăgușin, son coéquipier en sélection espoirs, la relève de la défense centrale roumaine, orpheline de guerriers inébranlables et de murs porteurs depuis la retraite de Cristian Chivu. De Dijon à Botoșani, entre rôle d'interprète, calme surnaturel et évolutions remarquables, \"Bogdi\" sait que tout ne dépend que de lui s'il veut réussir là où tant d'autres se sont brisé les molaires.Nous sommes le 16 juin 1995. Cinq ans et demi après la chute de Nicolae Ceaușescu, le premier restaurant de la chaîne McDonald's ouvre ses portes à Bucarest, près de la très centrale Piața…", - "content": "Nous sommes le 16 juin 1995. Cinq ans et demi après la chute de Nicolae Ceaușescu, le premier restaurant de la chaîne McDonald's ouvre ses portes à Bucarest, près de la très centrale Piața…", + "title": "Le Barça s'embourbe à Séville ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/bogdan-racovi-c8-9ban-le-nouveau-chivu-est-ne-a-dijon-508144.html", + "link": "https://www.sofoot.com/le-barca-s-embourbe-a-seville-508620.html", "creator": "SO FOOT", - "pubDate": "2021-12-15T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bogdan-racovi-c8-9ban-le-nouveau-chivu-est-ne-a-dijon-1639353207_x600_articles-alt-508144.jpg", + "pubDate": "2021-12-21T22:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-barca-s-embourbe-a-seville-1640126354_x600_articles-508620.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78932,17 +80379,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edcda9060cd5f73161a285c83492ee9d" + "hash": "f0dff9b9ede01676010d2517da2e9b54" }, { - "title": "Les notes de la finale de Koh-Lanta La Légende", - "description": "Des poteaux pour la forme, puis de longues minutes à attendre des explications. Comme le vainqueur de cette édition censée être légendaire, on ne les a pas eues. Et à la fin, il n'en restera aucun.

    Les finalistes

    \n
    \n
    \n
    \n
    \nToujours aussi…



    ", - "content": "

    Les finalistes

    \n
    \n
    \n
    \n
    \nToujours aussi…



    ", + "title": "Ajaccio champion d'automne, Toulouse et Paris suivent, Nancy continue de creuser", + "description": "Vainqueur sur la plus petite des marges, Ajaccio conserve sa première place. Derrière, Toulouse, Paris et Le Havre ont gagné. En bas du tableau, Nancy est gravement malade, alors que Dunkerque est également en difficulté.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-la-finale-de-koh-lanta-la-legende-508310.html", + "link": "https://www.sofoot.com/ajaccio-champion-d-automne-toulouse-et-paris-suivent-nancy-continue-de-creuser-508616.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T22:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-la-finale-de-koh-lanta-la-legende-1639516277_x600_articles-alt-508310.jpg", + "pubDate": "2021-12-21T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ajaccio-champion-d-automne-toulouse-et-paris-suivent-nancy-continue-de-creuser-1640123685_x600_articles-alt-508616.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78953,17 +80400,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "948ac0a8b952f8e2a4d5ac43bae20450" + "hash": "fc2574a6cda9835b2f3dfc6d1717a75f" }, { - "title": "City fait voler Leeds en éclats, Villa repart de l'avant à Norwich", - "description": "

    ", - "content": "

    ", + "title": "Arsenal éparpille Sunderland et file en demi-finales", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/city-fait-voler-leeds-en-eclats-villa-repart-de-l-avant-a-norwich-508303.html", + "link": "https://www.sofoot.com/arsenal-eparpille-sunderland-et-file-en-demi-finales-508606.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T21:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-city-fait-voler-leeds-en-eclats-villa-repart-de-l-avant-a-norwich-1639518576_x600_articles-508303.jpg", + "pubDate": "2021-12-21T21:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-arsenal-eparpille-sunderland-et-file-en-demi-finales-1640122783_x600_articles-508606.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78974,17 +80421,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d42d989a6a4c337e01a8f033cc53c96a" + "hash": "716f940038182d251979022c8b056a84" }, { - "title": "En direct : finale de Koh-Lanta, la légende", - "description": "Abordons le problème autrement : au lieu de regarder cette finale pour son résultat, prenez-la plutôt comme une expérience sociale en public. Une du genre à s'appeler \"Comment se démerder tout seul en situation de crise quand on s'appelle Denis Brogniart\", par exemple.23h22 : RAT-VIÈRE
    \n
    \n23h20 : On est dans Koh-Lanta la Légende, et on vient de voir une image de Julie la chanteuse Disney.
    \n
    \nCrevez-moi les…



    ", - "content": "23h22 : RAT-VIÈRE
    \n
    \n23h20 : On est dans Koh-Lanta la Légende, et on vient de voir une image de Julie la chanteuse Disney.
    \n
    \nCrevez-moi les…



    ", + "title": "Brève Juventus-Cagliari", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-finale-de-koh-lanta-la-legende-508309.html", + "link": "https://www.sofoot.com/breve-juventus-cagliari-508619.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T20:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-finale-de-koh-lanta-la-legende-1639505550_x600_articles-alt-508309.jpg", + "pubDate": "2021-12-21T21:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-breve-juventus-cagliari-1640124060_x600_articles-508619.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -78995,17 +80442,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd0b29d78178dfd9c25fe79bc565a023" + "hash": "dc3cc0c1e080f377845ef2cd310244d1" }, { - "title": "Pascal Dupraz attendu à Saint-Étienne pour succéder à Claude Puel", - "description": "Le pompier reprend du service.
    \n
    \nL'AS Saint-Étienne a officialisé ce mardi le départ de Claude Puel, démis…

    ", - "content": "Le pompier reprend du service.
    \n
    \nL'AS Saint-Étienne a officialisé ce mardi le départ de Claude Puel,
    démis…

    ", + "title": "En direct : FC Séville - Barcelone ", + "description": "98' : SE ACABO EL PARTIDO ! Jordi Alba a frappé une dernière fois au but, mais Bono a capté le ...", + "content": "98' : SE ACABO EL PARTIDO ! Jordi Alba a frappé une dernière fois au but, mais Bono a capté le ...", "category": "", - "link": "https://www.sofoot.com/pascal-dupraz-attendu-a-saint-etienne-pour-succeder-a-claude-puel-508313.html", + "link": "https://www.sofoot.com/en-direct-fc-seville-barcelone-508618.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T19:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pascal-dupraz-attendu-a-saint-etienne-pour-succeder-a-claude-puel-1639510974_x600_articles-508313.jpg", + "pubDate": "2021-12-21T20:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-fc-seville-barcelone-1640116781_x600_articles-alt-508618.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79016,17 +80463,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "294e715c03b28604176d883593fa95ba" + "hash": "5b40fcc1a971fff03b5bc9a1cbc3bd20" }, { - "title": "Le Bayern en plante cinq à Stuttgart", - "description": "

    ", - "content": "

    ", + "title": "Cluster géant en deuxième division espagnole", + "description": "Quand on aime, on ne compte pas.
    \n
    \nLe CD Lugo a confirmé ce mardi 4 nouveaux cas de Covid-19, portant à 27 le nombre de personnes infectées au sein du club. Le premier cas a été…

    ", + "content": "Quand on aime, on ne compte pas.
    \n
    \nLe CD Lugo a confirmé ce mardi 4 nouveaux cas de Covid-19, portant à 27 le nombre de personnes infectées au sein du club. Le premier cas a été…

    ", "category": "", - "link": "https://www.sofoot.com/le-bayern-en-plante-cinq-a-stuttgart-508312.html", + "link": "https://www.sofoot.com/cluster-geant-en-deuxieme-division-espagnole-508615.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-en-plante-cinq-a-stuttgart-1639510379_x600_articles-508312.jpg", + "pubDate": "2021-12-21T18:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cluster-geant-en-deuxieme-division-espagnole-1640109531_x600_articles-508615.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79037,17 +80484,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd697d846c96e62a2371275aa133af5f" + "hash": "9a40ca4cb529efc83d0f1b7b00dee4f1" }, { - "title": "Lionel Mpasi : \"Se faire insulter de \"sale singe\", c'est inadmissible\"", - "description": "Un cas isolé, mais un cas de trop.
    \n
    \nCe lundi soir, Lionel Mpasi, le gardien de Rodez, a été
    ", - "content": "Un cas isolé, mais un cas de trop.
    \n
    \nCe lundi soir, Lionel Mpasi, le gardien de Rodez, a été
    ", + "title": "L'Inter et l'AC Milan dévoilent le projet du nouveau San Siro", + "description": "La folie des grandeurs.
    \n
    \nL'Inter et l'AC Milan viennent de dévoiler leur ambitieux projet de nouveau stade dans un

    ", + "content": "La folie des grandeurs.
    \n
    \nL'Inter et l'AC Milan viennent de dévoiler leur ambitieux projet de nouveau stade dans un


    ", "category": "", - "link": "https://www.sofoot.com/lionel-mpasi-se-faire-insulter-de-sale-singe-c-est-inadmissible-508307.html", + "link": "https://www.sofoot.com/l-inter-et-l-ac-milan-devoilent-le-projet-du-nouveau-san-siro-508614.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T17:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lionel-mpasi-se-faire-insulter-de-sale-singe-c-est-inadmissible-1639502445_x600_articles-508307.jpg", + "pubDate": "2021-12-21T17:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-inter-et-l-ac-milan-devoilent-le-projet-du-nouveau-san-siro-1640108690_x600_articles-alt-508614.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79058,17 +80505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdcf73f401cf9ad34396b33a2cc625c6" + "hash": "9714e0a8399cb910caa998ead0167629" }, { - "title": "Affaire OL-OM : l'OM aurait décidé de faire appel de la décision de la Commission de discipline", - "description": "Le folklore continue.
    \n
    \nLe chapitre des incidents qui ont émaillé le 21 novembre la rencontre opposant l'Olympique lyonnais et l'Olympique de Marseille est loin d'être terminé. Si, en…

    ", - "content": "Le folklore continue.
    \n
    \nLe chapitre des incidents qui ont émaillé le 21 novembre la rencontre opposant l'Olympique lyonnais et l'Olympique de Marseille est loin d'être terminé. Si, en…

    ", - "category": "", - "link": "https://www.sofoot.com/affaire-ol-om-l-om-aurait-decide-de-faire-appel-de-la-decision-de-la-commission-de-discipline-508304.html", + "title": "Bruno Genesio : \"Après un match nul à Chypre, j'ai reçu des menaces de mort\"", + "description": "Les affaires de Jean-Michel Aulas ne vont pas s'arranger.
    \n
    \nSi le passage de Bruno Genesio à Rennes est pour l'instant un véritable succès, ses trois ans et demi à Lyon ont été…

    ", + "content": "Les affaires de Jean-Michel Aulas ne vont pas s'arranger.
    \n
    \nSi le passage de Bruno Genesio à Rennes est pour l'instant un véritable succès, ses trois ans et demi à Lyon ont été…

    ", + "category": "", + "link": "https://www.sofoot.com/bruno-genesio-apres-un-match-nul-a-chypre-j-ai-recu-des-menaces-de-mort-508611.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-affaire-ol-om-l-om-aurait-decide-de-faire-appel-de-la-decision-de-la-commission-de-discipline-1639500688_x600_articles-508304.jpg", + "pubDate": "2021-12-21T16:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bruno-genesio-apres-un-match-nul-a-chypre-j-ai-recu-des-menaces-de-mort-1640106198_x600_articles-508611.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79079,17 +80526,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37046000c958d2870b3bf9ed5a16636e" + "hash": "9af0719550d4d8e8ce5f1c5f95839afc" }, { - "title": "Des parlementaires souhaitent un lot de droits TV en clair pour la Ligue 1", - "description": "La Ligue 1 sur Gulli, c'est pour bientôt ?
    \n
    \nDepuis
    le scandale Mediapro qui a secoué le football…

    ", - "content": "La Ligue 1 sur Gulli, c'est pour bientôt ?
    \n
    \nDepuis le scandale Mediapro qui a secoué le football…

    ", + "title": "Ryad Boudebouz voit Pascal Dupraz \" comme un papa \"", + "description": "Pascal le grand-père.
    \n
    \nPrésent en conférence de presse ce mardi avant le match de Saint-Étienne contre Nantes, pour le compte de la 19e journée de championnat, Ryad…

    ", + "content": "Pascal le grand-père.
    \n
    \nPrésent en conférence de presse ce mardi avant le match de Saint-Étienne contre Nantes, pour le compte de la 19e journée de championnat, Ryad…

    ", "category": "", - "link": "https://www.sofoot.com/des-parlementaires-souhaitent-un-lot-de-droits-tv-en-clair-pour-la-ligue-1-508305.html", + "link": "https://www.sofoot.com/ryad-boudebouz-voit-pascal-dupraz-comme-un-papa-508613.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T16:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-des-parlementaires-souhaitent-un-lot-de-droits-tv-en-clair-pour-la-ligue-1-1639500437_x600_articles-508305.jpg", + "pubDate": "2021-12-21T16:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ryad-boudebouz-voit-pascal-dupraz-comme-un-papa-1640105290_x600_articles-alt-508613.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79100,17 +80547,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "671bb815df57cf3f9ce80be47941cde8" + "hash": "dc4a8594d2b9795160220688edb73ff5" }, { - "title": "Les supporters lillois lancent une pétition pour une nouvelle pelouse", - "description": "#UnbillardpourlestadePierreMauroy
    \n
    \nIls sont déjà 3470 à avoir signé la pétition pour changer la pelouse de l'enceinte du LOSC. Lors de
    ", - "content": "#UnbillardpourlestadePierreMauroy
    \n
    \nIls sont déjà 3470 à avoir signé la pétition pour changer la pelouse de l'enceinte du LOSC. Lors de
    ", + "title": "Le siège de l'Inter perquisitionné", + "description": "L'Inter inquiétée par les autorités financières.
    \n
    \nLe siège du club intériste a été perquisitionné ce mardi par la garde financière italienne à Milan.

    ", + "content": "L'Inter inquiétée par les autorités financières.
    \n
    \nLe siège du club intériste a été perquisitionné ce mardi par la garde financière italienne à Milan.


    ", "category": "", - "link": "https://www.sofoot.com/les-supporters-lillois-lancent-une-petition-pour-une-nouvelle-pelouse-508301.html", + "link": "https://www.sofoot.com/le-siege-de-l-inter-perquisitionne-508612.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T16:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-supporters-lillois-lancent-une-petition-pour-une-nouvelle-pelouse-1639499200_x600_articles-508301.jpg", + "pubDate": "2021-12-21T16:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-siege-de-l-inter-perquisitionne-1640104151_x600_articles-508612.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79121,17 +80568,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "98c8804623c4065d0b6cb10a17221474" + "hash": "50d3727dc7e3333a9212b8c32e71d7c1" }, { - "title": "Mikel Arteta : \"Aubameyang est un peu meurtri\"", - "description": "PEA en PLS.
    \n
    \nUn peu plus tôt ce mardi, Arsenal publiait
    un communiqué dans lequel on…

    ", - "content": "PEA en PLS.
    \n
    \nUn peu plus tôt ce mardi, Arsenal publiait un communiqué dans lequel on…

    ", + "title": "Intérêts réciproques entre Anthony Martial et le FC Séville", + "description": "Théâtre des rêves d'ailleurs.
    \n
    \nLes jours d'Anthony Martial à Old Trafford sont comptés. En manque de temps de jeu à Manchester United, l'international français de 26 ans a…

    ", + "content": "Théâtre des rêves d'ailleurs.
    \n
    \nLes jours d'Anthony Martial à Old Trafford sont comptés. En manque de temps de jeu à Manchester United, l'international français de 26 ans a…

    ", "category": "", - "link": "https://www.sofoot.com/mikel-arteta-aubameyang-est-un-peu-meurtri-508300.html", + "link": "https://www.sofoot.com/interets-reciproques-entre-anthony-martial-et-le-fc-seville-508608.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mikel-arteta-aubameyang-est-un-peu-meurtri-1639497301_x600_articles-508300.jpg", + "pubDate": "2021-12-21T15:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-interets-reciproques-entre-anthony-martial-et-le-fc-seville-1640099709_x600_articles-508608.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79142,17 +80589,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28ccc5c8406616d5116c117fea69c3cc" + "hash": "bf93c29ac3a3a98de1a15b14f9286d56" }, { - "title": "Un ancien formateur du Barça accusé de violences sexuelles", - "description": "Les langues se délient.
    \n
    \nLa Catalogne est sous le choc après les révélations du quotidien catalan Ara. En effet, selon l'enquête publiée par le journal vendredi, des anciens…

    ", - "content": "Les langues se délient.
    \n
    \nLa Catalogne est sous le choc après les révélations du quotidien catalan Ara. En effet, selon l'enquête publiée par le journal vendredi, des anciens…

    ", + "title": "Guendouzi : \"Signer à l'OM, c'est le meilleur choix que j'ai fait depuis longtemps\"", + "description": "Les Gunners sont déjà de l'histoire ancienne.
    \n
    \nEn pleine forme depuis sa signature à l'OM cet été, Mattéo Guendouzi s'est imposé comme un maillon essentiel du système…

    ", + "content": "Les Gunners sont déjà de l'histoire ancienne.
    \n
    \nEn pleine forme depuis sa signature à l'OM cet été, Mattéo Guendouzi s'est imposé comme un maillon essentiel du système…

    ", "category": "", - "link": "https://www.sofoot.com/un-ancien-formateur-du-barca-accuse-de-violences-sexuelles-508299.html", + "link": "https://www.sofoot.com/guendouzi-signer-a-l-om-c-est-le-meilleur-choix-que-j-ai-fait-depuis-longtemps-508605.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T15:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-ancien-formateur-du-barca-accuse-de-violences-sexuelles-1639495548_x600_articles-508299.jpg", + "pubDate": "2021-12-21T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-guendouzi-signer-a-l-om-c-est-le-meilleur-choix-que-j-ai-fait-depuis-longtemps-1640099282_x600_articles-508605.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79163,17 +80610,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0e6594650df5ca5619a6e2921a67edb" + "hash": "052249ae0397b16baf90e7b6f7fca31e" }, { - "title": "Gary Marigard, J-5 avant d'affronter le PSG : \"22h, au dodo !\"", - "description": "La loterie de la Coupe de France réserve toujours quelques matchs en apparence déséquilibrés : à l'occasion des 32es de finale, c'est Feignies-Aulnoye qui a tiré le gros lot, puisque l'écurie des alentours de Maubeuge est tombée sur le PSG. Pour comprendre comment un footballeur amateur se prépare à une telle échéance, le latéral droit du club du Nord Gary Marigard nous raconte son quotidien, jour par jour, jusqu'au match fatidique. Ce mardi, il revient sur son début de semaine, à base de formation, de balle en mousse et de série Amazon.Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", - "content": "Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", + "title": "Diego Godín annonce son départ de Cagliari", + "description": "Échec et maté.
    \n
    \nLe capitaine de l'Uruguay a annoncé au micro de la

    ", + "content": "Échec et maté.
    \n
    \nLe capitaine de l'Uruguay a annoncé au micro de la


    ", "category": "", - "link": "https://www.sofoot.com/gary-marigard-j-5-avant-d-affronter-le-psg-22h-au-dodo-508289.html", + "link": "https://www.sofoot.com/diego-godin-annonce-son-depart-de-cagliari-508609.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gary-marigard-j-5-avant-d-affronter-le-psg-22h-au-dodo-1639485079_x600_articles-alt-508289.jpg", + "pubDate": "2021-12-21T14:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-diego-godin-annonce-son-depart-de-cagliari-1640098819_x600_articles-508609.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79184,17 +80631,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54ce3deca2dd56deabcf6f61a8c977d7" + "hash": "bc93c3736d0f52bb6a88ce2109022ada" }, { - "title": "Grenoble limoge son entraîneur", - "description": "Pochettino ne sera pas le premier Mauriz(z)io viré de la saison.
    \n
    \nSèchement défait à Amiens (4-1), Grenoble a licencié son entraîneur Maurizio Jacobacci, arrivé cet été sur le…

    ", - "content": "Pochettino ne sera pas le premier Mauriz(z)io viré de la saison.
    \n
    \nSèchement défait à Amiens (4-1), Grenoble a licencié son entraîneur Maurizio Jacobacci, arrivé cet été sur le…

    ", + "title": "Oldham critiqué pour avoir banni des supporters qui n'aimaient pas le dirigeant", + "description": "On n'imagine pas si Kita faisait la même chose au FC Nantes.
    \n
    \nLe club d'Oldham Athletic a attiré l'attention d'une manière plutôt particulière. Récemment, le pays s'est tourné vers…

    ", + "content": "On n'imagine pas si Kita faisait la même chose au FC Nantes.
    \n
    \nLe club d'Oldham Athletic a attiré l'attention d'une manière plutôt particulière. Récemment, le pays s'est tourné vers…

    ", "category": "", - "link": "https://www.sofoot.com/grenoble-limoge-son-entraineur-508297.html", + "link": "https://www.sofoot.com/oldham-critique-pour-avoir-banni-des-supporters-qui-n-aimaient-pas-le-dirigeant-508604.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-grenoble-limoge-son-entraineur-1639493171_x600_articles-508297.jpg", + "pubDate": "2021-12-21T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-oldham-critique-pour-avoir-banni-des-supporters-qui-n-aimaient-pas-le-dirigeant-1640096691_x600_articles-508604.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79205,17 +80652,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1776efc81882657963f130c2d62a6337" + "hash": "16e6e72ee0628e0ef85b76e99d1f4a09" }, { - "title": "Une liesse collective coûte la vie d'une enfant lors de la victoire du Yémen", - "description": "Quand le peu de joie tourne au drame.
    \n
    \nFace à l'Arabie saoudite, les jeunes U15 du Yémen ont remporté un succès inespéré dans un championnat régional d'Asie de l'Ouest. Un succès…

    ", - "content": "Quand le peu de joie tourne au drame.
    \n
    \nFace à l'Arabie saoudite, les jeunes U15 du Yémen ont remporté un succès inespéré dans un championnat régional d'Asie de l'Ouest. Un succès…

    ", + "title": "Leeds écope de 20.000£ d'amende pour avoir encerclé l'arbitre contre Chelsea", + "description": "Pressing haute intensité.
    \n
    \nLa Football Association (FA) a condamné Leeds United à verser 20 000 livres sterling (plus de 23 000 euros) d'amende en raison de la
    ", + "content": "Pressing haute intensité.
    \n
    \nLa Football Association (FA) a condamné Leeds United à verser 20 000 livres sterling (plus de 23 000 euros) d'amende en raison de la
    ", "category": "", - "link": "https://www.sofoot.com/une-liesse-collective-coute-la-vie-d-une-enfant-lors-de-la-victoire-du-yemen-508294.html", + "link": "https://www.sofoot.com/leeds-ecope-de-20-000-d-amende-pour-avoir-encercle-l-arbitre-contre-chelsea-508603.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-une-liesse-collective-coute-la-vie-d-une-enfant-lors-de-la-victoire-du-yemen-1639492241_x600_articles-508294.jpg", + "pubDate": "2021-12-21T14:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leeds-ecope-de-20-000-d-amende-pour-avoir-encercle-l-arbitre-contre-chelsea-1640095795_x600_articles-508603.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79226,17 +80673,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0593faba19d5398438cb20536a817f22" + "hash": "399713f19b09899c27399852ba4d775e" }, { - "title": "Pierre-Emerick Aubameyang destitué de son brassard de capitaine d'Arsenal ", - "description": "Capitaine déchu.
    \n
    \nÉcarté du groupe le week-end dernier lors du
    succès d'Arsenal…

    ", - "content": "Capitaine déchu.
    \n
    \nÉcarté du groupe le week-end dernier lors du succès d'Arsenal…

    ", + "title": "Karl Toko Ekambi sur les incidents lors du match face au Paris FC : \"Nous ne sommes pas fautifs\"", + "description": "La trêve va faire du bien à l'OL.
    \n
    \nAprès les incidents des dernières semaines, l'Olympique lyonnais a déjà commencé
    ", + "content": "La trêve va faire du bien à l'OL.
    \n
    \nAprès les incidents des dernières semaines, l'Olympique lyonnais a déjà commencé
    ", "category": "", - "link": "https://www.sofoot.com/pierre-emerick-aubameyang-destitue-de-son-brassard-de-capitaine-d-arsenal-508293.html", + "link": "https://www.sofoot.com/karl-toko-ekambi-sur-les-incidents-lors-du-match-face-au-paris-fc-nous-ne-sommes-pas-fautifs-508600.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T14:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pierre-emerick-aubameyang-destitue-de-son-brassard-de-capitaine-d-arsenal-1639491030_x600_articles-508293.jpg", + "pubDate": "2021-12-21T14:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-karl-toko-ekambi-sur-les-incidents-lors-du-match-face-au-paris-fc-nous-ne-sommes-pas-fautifs-1640095443_x600_articles-508600.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79247,17 +80694,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18139cd5342f9e5e102472405c072e8e" + "hash": "c81fc0c85d0d2f37a6c64c67ba77e957" }, { - "title": "Pronostic Augsbourg Leipzig : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Des buts entre Augsbourg et Leipzig

    \n
    \n16e de Bundesliga, Augsbourg va sans doute encore jouer le maintien jusqu'à la fin de la saison.…
    ", - "content": "

    Des buts entre Augsbourg et Leipzig

    \n
    \n16e de Bundesliga, Augsbourg va sans doute encore jouer le maintien jusqu'à la fin de la saison.…
    ", + "title": "Fabio Cannavaro : \"Même quand j'ai gagné le Ballon d'or, je ne me suis jamais considéré comme le meilleur joueur du monde\"", + "description": "Le Ballon d'or 2006 passe à table.
    \n
    \nDans le hors-série de So Foot consacré entièrement à l'Italie et au football transalpin paru ce mardi, Fabio Cannavaro s'est confié en…

    ", + "content": "Le Ballon d'or 2006 passe à table.
    \n
    \nDans le hors-série de So Foot consacré entièrement à l'Italie et au football transalpin paru ce mardi, Fabio Cannavaro s'est confié en…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-augsbourg-leipzig-analyse-cotes-et-prono-du-match-de-bundesliga-508295.html", + "link": "https://www.sofoot.com/fabio-cannavaro-meme-quand-j-ai-gagne-le-ballon-d-or-je-ne-me-suis-jamais-considere-comme-le-meilleur-joueur-du-monde-508602.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T13:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-augsbourg-leipzig-analyse-cotes-et-prono-du-match-de-bundesliga-1639491796_x600_articles-508295.jpg", + "pubDate": "2021-12-21T13:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fabio-cannavaro-meme-quand-j-ai-gagne-le-ballon-d-or-je-ne-me-suis-jamais-considere-comme-le-meilleur-joueur-du-monde-1640094093_x600_articles-508602.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79268,17 +80715,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0db3e0bf863751a17ff5b659c7732b9c" + "hash": "d256d927731f4f2bcecbe98ec7a06bec" }, { - "title": "Un documentaire sur Neymar sortira fin janvier sur Netflix", - "description": "L'âme du comédien qui ressort ?
    \n
    \nAprès avoir déjà sorti de nombreux documentaires sur des personnalités du football - Antoine Griezmann, Nicolas Anelka, Pelé, entre autres -…

    ", - "content": "L'âme du comédien qui ressort ?
    \n
    \nAprès avoir déjà sorti de nombreux documentaires sur des personnalités du football - Antoine Griezmann, Nicolas Anelka, Pelé, entre autres -…

    ", + "title": "Plusieurs clubs de Ligue 1 organisent des collectes de jouets avant Noël", + "description": "À défaut de balancer des bouteilles.
    \n
    \nÀ l'occasion de la 19e journée de Ligue 1 prévue ce mercredi, l'OGC Nice organise sa traditionnelle collecte de jouets avant…

    ", + "content": "À défaut de balancer des bouteilles.
    \n
    \nÀ l'occasion de la 19e journée de Ligue 1 prévue ce mercredi, l'OGC Nice organise sa traditionnelle collecte de jouets avant…

    ", "category": "", - "link": "https://www.sofoot.com/un-documentaire-sur-neymar-sortira-fin-janvier-sur-netflix-508296.html", + "link": "https://www.sofoot.com/plusieurs-clubs-de-ligue-1-organisent-des-collectes-de-jouets-avant-noel-508587.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T13:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-documentaire-sur-neymar-sortira-fin-janvier-sur-netflix-1639490792_x600_articles-508296.jpg", + "pubDate": "2021-12-21T13:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-plusieurs-clubs-de-ligue-1-organisent-des-collectes-de-jouets-avant-noel-1640094944_x600_articles-508587.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79289,17 +80736,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbf9a3c28f07946f85c27bc20dc38e77" + "hash": "5e303c61f169b17057d1c7b7ef5e27e9" }, { - "title": "Lionel Messi : El último baile", - "description": "Le tirage au sort des huitièmes de finale de la Ligue des champions a livré son verdict : le PSG affrontera le Real Madrid. Une confrontation aux enjeux sportifs multiples, qui verra Lionel Messi jouer ce qui pourrait être sa dernière carte sur la table d'une saison peu reluisante.Il aura fallu attendre sept mois. Un peu moins d'un an donc pour enfin voir Lionel Messi retrouver l'Espagne. Et même s'il ne s'agit pas du FC Barcelone, c'est un adversaire tout aussi…", - "content": "Il aura fallu attendre sept mois. Un peu moins d'un an donc pour enfin voir Lionel Messi retrouver l'Espagne. Et même s'il ne s'agit pas du FC Barcelone, c'est un adversaire tout aussi…", + "title": "90 joueurs et membres du staff de Premier League testés positifs en une semaine", + "description": "Road to 100 ?
    \n
    \nLes quelque 12 345 tests effectués au sein de la Ligue anglaise (joueurs et staffs élargis) entre le 13 et le 19 décembre ont débouché sur 90 cas positifs,
    ", + "content": "Road to 100 ?
    \n
    \nLes quelque 12 345 tests effectués au sein de la Ligue anglaise (joueurs et staffs élargis) entre le 13 et le 19 décembre ont débouché sur 90 cas positifs,
    ", "category": "", - "link": "https://www.sofoot.com/lionel-messi-el-ultimo-baile-508255.html", + "link": "https://www.sofoot.com/90-joueurs-et-membres-du-staff-de-premier-league-testes-positifs-en-une-semaine-508592.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lionel-messi-el-ultimo-baile-1639418634_x600_articles-alt-508255.jpg", + "pubDate": "2021-12-21T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-90-joueurs-et-membres-du-staff-de-premier-league-testes-positifs-en-une-semaine-1640092086_x600_articles-508592.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79310,17 +80757,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ecc4594a5f9ec1c9d75f82bbe12f0cf" + "hash": "72172a17a541f20fc657a27336ef441f" }, { - "title": "Accord entre CVC et LaLiga : à quoi joue le foot espagnol ?", - "description": "Vendredi dernier, l'assemblée générale extraordinaire de LaLiga, composée des 42 clubs de première et deuxième divisions espagnoles, a ratifié l'introduction d'un nouvel acteur financier dans son capital. Le groupe CVC Capital Partners, un fonds d'investissement luxembourgeois, va injecter près de 2 milliards d'euros. Considéré par le groupe LaLiga et la plupart des clubs comme une aubaine financière, ce projet est pourtant largement critiqué, puisque la Fédération espagnole, le Real Madrid et le FC Barcelone s'y sont opposés.La messe était presque dite. Depuis le mois d'août se ficelait un accord entre LaLiga et CVC Capital Partners, qui souhaitait racheter 10% du capital de l'organisateur du championnat espagnol.…", - "content": "La messe était presque dite. Depuis le mois d'août se ficelait un accord entre LaLiga et CVC Capital Partners, qui souhaitait racheter 10% du capital de l'organisateur du championnat espagnol.…", + "title": "Luka Peroš : \"L'arbitre a tué la finale France-Croatie !\"", + "description": "Présent à Paris pour la promotion de la dernière saison de La Casa de Papel, l'acteur croate Luka Peroš, alias Marseille, évoque son rapport à l'OM, son histoire compliquée avec le Barça, le poste de gardien de but et ses mauvais souvenirs de Coupe du monde.Luka, vous bouclez la campagne de promotion pour la dernière saison de La Casa de Papel. Vous semblez en meilleure forme que le FC Barcelone !
    \n(Rires.)
    ", + "content": "Luka, vous bouclez la campagne de promotion pour la dernière saison de La Casa de Papel. Vous semblez en meilleure forme que le FC Barcelone !
    \n(Rires.)
    ", "category": "", - "link": "https://www.sofoot.com/accord-entre-cvc-et-laliga-a-quoi-joue-le-foot-espagnol-508241.html", + "link": "https://www.sofoot.com/luka-peros-l-arbitre-a-tue-la-finale-france-croatie-508568.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-accord-entre-cvc-et-laliga-a-quoi-joue-le-foot-espagnol-1639475512_x600_articles-alt-508241.jpg", + "pubDate": "2021-12-21T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-luka-peros-l-arbitre-a-tue-la-finale-france-croatie-1640045840_x600_articles-alt-508568.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79331,17 +80778,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "282eecc07dbe2336593ebcde75dd6591" + "hash": "96a74553eb1fc9c166887c6f40e9b1d8" }, { - "title": "Pronostic Borussia Mönchengladbach Eintracht Francfort : Analyse, cotes et prono du match de Bundesliga", - "description": "

    L'Eintracht Francfort tient tête à Manchester United

    \n
    \n1/8e de finaliste de Ligue des Champions la saison passée, Mönchengladbach traverse une…
    ", - "content": "

    L'Eintracht Francfort tient tête à Manchester United

    \n
    \n1/8e de finaliste de Ligue des Champions la saison passée, Mönchengladbach traverse une…
    ", + "title": "Italie : les gardiens de la dynastie", + "description": "Le football italien a compris avant tout le monde qu'il n'y avait pas de grandes sélections sans grands gardiens de but. Derrière tous les succès internationaux de la Nazionale, il y a un grand portiere. Et Gianluigi Donnarumma l'a rappelé avec classe lors du dernier Euro au sein d'une équipe qui a pu se passer d'un grand numéro 9...\"La marque du champion est peut-être alors de savoir justement se sortir de ces mauvaises passes, de relever la tête en appréciant tous les petits efforts quotidiens, tous les progrès…", + "content": "\"La marque du champion est peut-être alors de savoir justement se sortir de ces mauvaises passes, de relever la tête en appréciant tous les petits efforts quotidiens, tous les progrès…", "category": "", - "link": "https://www.sofoot.com/pronostic-borussia-monchengladbach-eintracht-francfort-analyse-cotes-et-prono-du-match-de-bundesliga-508261.html", + "link": "https://www.sofoot.com/italie-les-gardiens-de-la-dynastie-508556.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T12:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-borussia-monchengladbach-eintracht-francfort-analyse-cotes-et-prono-du-match-de-bundesliga-1639489801_x600_articles-508261.jpg", + "pubDate": "2021-12-21T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-italie-les-gardiens-de-la-dynastie-1640006309_x600_articles-alt-508556.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79352,17 +80799,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "370c00380571f6da7e35e3ec019baeb4" + "hash": "ed9a2b3d9366241967d1060d65a0a3c8" }, { - "title": "Pronostic Arsenal West Ham : Analyse, cotes et prono du match de Premier League", - "description": "

    Arsenal dépasse West Ham

    \n
    \nDepuis le départ d'Arsène Wenger, Arsenal a lentement régressé. En effet, candidat habituel au Top 4 sous les ordres du…
    ", - "content": "

    Arsenal dépasse West Ham

    \n
    \nDepuis le départ d'Arsène Wenger, Arsenal a lentement régressé. En effet, candidat habituel au Top 4 sous les ordres du…
    ", + "title": "Pronostic Lyon Metz : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Victoire obligatoire pour Lyon face à Metz

    \n
    \nL'Olympique Lyonnais vit une saison particulièrement complexe, avec des résultats décevants en Ligue 1…
    ", + "content": "

    Victoire obligatoire pour Lyon face à Metz

    \n
    \nL'Olympique Lyonnais vit une saison particulièrement complexe, avec des résultats décevants en Ligue 1…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-arsenal-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-508291.html", + "link": "https://www.sofoot.com/pronostic-lyon-metz-analyse-cotes-et-prono-du-match-de-ligue-1-508599.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T12:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-arsenal-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-1639487871_x600_articles-508291.jpg", + "pubDate": "2021-12-21T12:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lyon-metz-analyse-cotes-et-prono-du-match-de-ligue-1-1640091944_x600_articles-508599.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79373,17 +80820,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0adce165bf064154ec7f97aeddc5312b" + "hash": "255769a11a01f2f9299be04894f84421" }, { - "title": "La FIGC classe l'affaire sur l'enquête de l'examen d'italien de Suárez", - "description": "Ratus et bouche cousue.
    \n
    \nPour l'obtention d'un passeport italien, indispensable au moment de rejoindre la Juventus, Luis Suárez a vu son examen invalidé pour cause de fraude. Mais un…

    ", - "content": "Ratus et bouche cousue.
    \n
    \nPour l'obtention d'un passeport italien, indispensable au moment de rejoindre la Juventus, Luis Suárez a vu son examen invalidé pour cause de fraude. Mais un…

    ", + "title": "Pronostic Bordeaux Lille : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Lille réussit un coup à Bordeaux

    \n
    \nEn s'imposant à Troyes (1-2) lors de la dernière journée de championnat, Bordeaux est parvenu à sortir de la…
    ", + "content": "

    Lille réussit un coup à Bordeaux

    \n
    \nEn s'imposant à Troyes (1-2) lors de la dernière journée de championnat, Bordeaux est parvenu à sortir de la…
    ", "category": "", - "link": "https://www.sofoot.com/la-figc-classe-l-affaire-sur-l-enquete-de-l-examen-d-italien-de-suarez-508288.html", + "link": "https://www.sofoot.com/pronostic-bordeaux-lille-analyse-cotes-et-prono-du-match-de-ligue-1-508598.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T12:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-figc-classe-l-affaire-sur-l-enquete-de-l-examen-d-italien-de-suarez-1639485976_x600_articles-508288.jpg", + "pubDate": "2021-12-21T12:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bordeaux-lille-analyse-cotes-et-prono-du-match-de-ligue-1-1640091048_x600_articles-508598.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79394,17 +80841,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80d78faedbf70d9cfbad37f2b148f614" + "hash": "0253af8a448143cafbffb1230f377a1c" }, { - "title": "Agüero va donner une conférence de presse pour \"une déclaration sur son futur\"", - "description": "Ça sent pas bon, cette histoire.
    \n
    \nLe 30 octobre dernier, Sergio Agüero quittait prématurément ses coéquipiers lors d'une
    ", - "content": "Ça sent pas bon, cette histoire.
    \n
    \nLe 30 octobre dernier, Sergio Agüero quittait prématurément ses coéquipiers lors d'une
    ", + "title": "Pronostic Clermont Strasbourg : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Clermont chute face à Strasbourg

    \n
    \nPromu cette saison, Clermont connaît un exercice compliqué et lutte pour son maintien. Bien parti en début de…
    ", + "content": "

    Clermont chute face à Strasbourg

    \n
    \nPromu cette saison, Clermont connaît un exercice compliqué et lutte pour son maintien. Bien parti en début de…
    ", "category": "", - "link": "https://www.sofoot.com/aguero-va-donner-une-conference-de-presse-pour-une-declaration-sur-son-futur-508287.html", + "link": "https://www.sofoot.com/pronostic-clermont-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-508597.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T12:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aguero-va-donner-une-conference-de-presse-pour-une-declaration-sur-son-futur-1639482304_x600_articles-508287.jpg", + "pubDate": "2021-12-21T12:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-clermont-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-1640090076_x600_articles-508597.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79415,17 +80862,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63394b9066e2d83c64ef2fe9f83ae488" + "hash": "3fe3cfc130816284c1f2c18576cf1235" }, { - "title": "Les droits télé de la Liga vendus pour près de 5 milliards d'euros", - "description": "Si ça peut donner des idées aux dirigeants français...
    \n
    \nÀ l'approche du mercato hivernal, les clubs espagnols peuvent souffler un bon coup. La Liga a vendu, ce lundi, les droits…

    ", - "content": "Si ça peut donner des idées aux dirigeants français...
    \n
    \nÀ l'approche du mercato hivernal, les clubs espagnols peuvent souffler un bon coup. La Liga a vendu, ce lundi, les droits…

    ", + "title": "Pronostic OM Reims : Analyse, cotes et prono du match de Ligue 1", + "description": "

    L'OM, un dauphin qui fait flipper Reims

    \n
    \nAuteur d'une excellente opération lors de la dernière journée en s'imposant à la Meinau face à…
    ", + "content": "

    L'OM, un dauphin qui fait flipper Reims

    \n
    \nAuteur d'une excellente opération lors de la dernière journée en s'imposant à la Meinau face à…
    ", "category": "", - "link": "https://www.sofoot.com/les-droits-tele-de-la-liga-vendus-pour-pres-de-5-milliards-d-euros-508285.html", + "link": "https://www.sofoot.com/pronostic-om-reims-analyse-cotes-et-prono-du-match-de-ligue-1-508596.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T11:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-droits-tele-de-la-liga-vendus-pour-pres-de-5-milliards-d-euros-1639480133_x600_articles-508285.jpg", + "pubDate": "2021-12-21T12:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-om-reims-analyse-cotes-et-prono-du-match-de-ligue-1-1640089985_x600_articles-508596.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79436,17 +80883,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "34cac731698c60a3f9f61d6028a9b427" + "hash": "46aa5e4fd547c2ef713f4ffbebdfa730" }, { - "title": "Un club de R2 dépose une réserve contre l'arbitre pour \"copinage\"", - "description": "Les bons coups de sifflet font les bons amis.
    \n
    \nÀ tous les niveaux, les clubs trouvent souvent quelque chose à redire contre l'arbitre. Mais rarement que l'arbitre était trop sympa.…

    ", - "content": "Les bons coups de sifflet font les bons amis.
    \n
    \nÀ tous les niveaux, les clubs trouvent souvent quelque chose à redire contre l'arbitre. Mais rarement que l'arbitre était trop sympa.…

    ", + "title": "Pronostic Monaco Rennes : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un Monaco - Rennes avec des buts de chaque côté

    \n
    \nL'opposition entre Monaco et Rennes met aux prises deux formations qui ont réalisé une très belle…
    ", + "content": "

    Un Monaco - Rennes avec des buts de chaque côté

    \n
    \nL'opposition entre Monaco et Rennes met aux prises deux formations qui ont réalisé une très belle…
    ", "category": "", - "link": "https://www.sofoot.com/un-club-de-r2-depose-une-reserve-contre-l-arbitre-pour-copinage-508286.html", + "link": "https://www.sofoot.com/pronostic-monaco-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-508595.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T11:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-club-de-r2-depose-une-reserve-contre-l-arbitre-pour-copinage-1639480431_x600_articles-508286.jpg", + "pubDate": "2021-12-21T12:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-monaco-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-1640089082_x600_articles-508595.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79457,17 +80904,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a1f9baa27c41e0baddc421630bef566" + "hash": "c500ad6bc0bea39322234431bf2aa653" }, { - "title": "Joshua Kimmich va enfin se faire vacciner contre la Covid-19", - "description": "Sage décision.
    \n
    \nSous le feu des critiques outre-Rhin pour
    ", - "content": "Sage décision.
    \n
    \nSous le feu des critiques outre-Rhin pour
    ", + "title": "Pronostic Montpellier Angers : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un Montpellier en grande forme avant Angers

    \n
    \nMontpellier est certainement l'une des équipes de Ligue 1 qui a connu le plus de mouvements à…
    ", + "content": "

    Un Montpellier en grande forme avant Angers

    \n
    \nMontpellier est certainement l'une des équipes de Ligue 1 qui a connu le plus de mouvements à…
    ", "category": "", - "link": "https://www.sofoot.com/joshua-kimmich-va-enfin-se-faire-vacciner-contre-la-covid-19-508282.html", + "link": "https://www.sofoot.com/pronostic-montpellier-angers-analyse-cotes-et-prono-du-match-de-ligue-1-508594.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-joshua-kimmich-va-enfin-se-faire-vacciner-contre-la-covid-19-1639479262_x600_articles-508282.jpg", + "pubDate": "2021-12-21T11:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-montpellier-angers-analyse-cotes-et-prono-du-match-de-ligue-1-1640088927_x600_articles-508594.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79478,17 +80925,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fa2e3afc84259b249ef5934e7c6e45c" + "hash": "4f2c2e98449ac047a183a88b1c63573e" }, { - "title": "Alex Morgan rejoint la nouvelle franchise de San Diego", - "description": "Retour au bercail, mais dans une toute nouvelle maison.
    \n
    \nLa championne olympique 2012 et double championne du monde en titre (2015 et 2019) ne rempilera pas du côté de l'Orlando Pride…

    ", - "content": "Retour au bercail, mais dans une toute nouvelle maison.
    \n
    \nLa championne olympique 2012 et double championne du monde en titre (2015 et 2019) ne rempilera pas du côté de l'Orlando Pride…

    ", + "title": "Pronostic Nice Lens : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Nice éloigne Lens

    \n
    \nNice et Lens font partie des formations qui réalisent une bonne première partie de saison et qui luttent pour les places…
    ", + "content": "

    Nice éloigne Lens

    \n
    \nNice et Lens font partie des formations qui réalisent une bonne première partie de saison et qui luttent pour les places…
    ", "category": "", - "link": "https://www.sofoot.com/alex-morgan-rejoint-la-nouvelle-franchise-de-san-diego-508281.html", + "link": "https://www.sofoot.com/pronostic-nice-lens-analyse-cotes-et-prono-du-match-de-ligue-1-508593.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T10:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-alex-morgan-rejoint-la-nouvelle-franchise-de-san-diego-1639476344_x600_articles-508281.jpg", + "pubDate": "2021-12-21T11:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nice-lens-analyse-cotes-et-prono-du-match-de-ligue-1-1640088300_x600_articles-508593.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79499,17 +80946,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0b3456c2875f30ea5e4be2e4ff8b623" + "hash": "5aea0e4059af8371b4fafe25d2806aa6" }, { - "title": "Pronostic Crystal Palace Southampton : Analyse, cotes et prono du match de Premier League", - "description": "

    Crystal Palace enchaîne face à Southampton

    \n
    \nAprès avoir enregistré trois défaites consécutives face à Aston Villa (1-2), Leeds (1-0) et Manchester…
    ", - "content": "

    Crystal Palace enchaîne face à Southampton

    \n
    \nAprès avoir enregistré trois défaites consécutives face à Aston Villa (1-2), Leeds (1-0) et Manchester…
    ", + "title": "Hichem Ferreri (Le Cannet-Rocheville) : \"Le PSG n'a pas marqué au Vélodrome, nous on a réussi !\"", + "description": "La voilà, la solution pour Leonardo : aller piocher en N3.
    \n
    \nLe temps de 25 minutes de jeu, les amateurs du Cannet-Rocheville ont mené au score ce dimanche sur la pelouse du stade…

    ", + "content": "La voilà, la solution pour Leonardo : aller piocher en N3.
    \n
    \nLe temps de 25 minutes de jeu, les amateurs du Cannet-Rocheville ont mené au score ce dimanche sur la pelouse du stade…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-crystal-palace-southampton-analyse-cotes-et-prono-du-match-de-premier-league-508284.html", + "link": "https://www.sofoot.com/hichem-ferreri-le-cannet-rocheville-le-psg-n-a-pas-marque-au-velodrome-nous-on-a-reussi-508588.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T10:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-crystal-palace-southampton-analyse-cotes-et-prono-du-match-de-premier-league-1639479068_x600_articles-508284.jpg", + "pubDate": "2021-12-21T11:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-hichem-ferreri-le-cannet-rocheville-le-psg-n-a-pas-marque-au-velodrome-nous-on-a-reussi-1640086986_x600_articles-508588.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79520,17 +80967,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5661f2714d947128ff8bb68faf311d7f" + "hash": "ad848bad235584057e01459dde59409b" }, { - "title": "Pronostic Brighton Wolverhampton : Analyse, cotes et prono du match de Premier League", - "description": "

    Un Brighton – Wolverhampton cadenassé

    \n
    \nHabitué à devoir lutter pour son maintien, Brighton a très bien démarré ce nouvel exercice. En effet, les…
    ", - "content": "

    Un Brighton – Wolverhampton cadenassé

    \n
    \nHabitué à devoir lutter pour son maintien, Brighton a très bien démarré ce nouvel exercice. En effet, les…
    ", + "title": "Pronostic Lorient PSG : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Le PSG fait le taf face à Lorient

    \n
    \nDe retour en Ligue 1 la saison dernière, Lorient a dû batailler toute l'année pour obtenir son maintien. Les…
    ", + "content": "

    Le PSG fait le taf face à Lorient

    \n
    \nDe retour en Ligue 1 la saison dernière, Lorient a dû batailler toute l'année pour obtenir son maintien. Les…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-brighton-wolverhampton-analyse-cotes-et-prono-du-match-de-premier-league-508283.html", + "link": "https://www.sofoot.com/pronostic-lorient-psg-analyse-cotes-et-prono-du-match-de-ligue-1-508591.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T10:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brighton-wolverhampton-analyse-cotes-et-prono-du-match-de-premier-league-1639477888_x600_articles-508283.jpg", + "pubDate": "2021-12-21T11:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lorient-psg-analyse-cotes-et-prono-du-match-de-ligue-1-1640087619_x600_articles-508591.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79541,17 +80988,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aac9a5339352649f84a99348ea3553b1" + "hash": "78fea5710bc8e2f27614f7202168bbe5" }, { - "title": "Lionel Mpasi victime d'insultes racistes lors de Toulouse-Rodez", - "description": "Fin de soirée électrique à Toulouse.
    \n
    \nAlors que le Téfécé vient de perdre son fauteuil…

    ", - "content": "Fin de soirée électrique à Toulouse.
    \n
    \nAlors que le Téfécé vient de perdre son fauteuil…

    ", + "title": "Paris FC-OL : trois ultras interpellés", + "description": "L'inspecteur Barnaby sur le coup.
    \n
    \nTrois ultras ont été interpellés ce mardi matin par la préfecture de police en marge des incidents intervenus vendredi soir au stade Charléty, lors…

    ", + "content": "L'inspecteur Barnaby sur le coup.
    \n
    \nTrois ultras ont été interpellés ce mardi matin par la préfecture de police en marge des incidents intervenus vendredi soir au stade Charléty, lors…

    ", "category": "", - "link": "https://www.sofoot.com/lionel-mpasi-victime-d-insultes-racistes-lors-de-toulouse-rodez-508270.html", + "link": "https://www.sofoot.com/paris-fc-ol-trois-ultras-interpelles-508585.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lionel-mpasi-victime-d-insultes-racistes-lors-de-toulouse-rodez-1639476063_x600_articles-508270.jpg", + "pubDate": "2021-12-21T11:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paris-fc-ol-trois-ultras-interpelles-1640086314_x600_articles-508585.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79562,17 +81009,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "109a770c74a323ec2ff4fc1e6a3cdffe" + "hash": "97aae2f96dd897586c4a6e3db5356459" }, { - "title": "Kroos : \"Le PSG ? L'adversaire le plus dur que nous pouvions affronter\"", - "description": "Les hostilités sont lancées.
    \n
    \nAlors que Benfica aurait dû être l'adversaire du Real Madrid après un…

    ", - "content": "Les hostilités sont lancées.
    \n
    \nAlors que Benfica aurait dû être l'adversaire du Real Madrid après un…

    ", + "title": "Pronostic Saint-Etienne Nantes : Analyse, cotes et prono du match de Ligue 1", + "description": "

    L'effet Dupraz pour Saint-Etienne face à Nantes

    \n
    \nLa lourde défaite concédée à Geoffroy-Guichard face au Stade Rennais (0-5) aura coûté sa place…
    ", + "content": "

    L'effet Dupraz pour Saint-Etienne face à Nantes

    \n
    \nLa lourde défaite concédée à Geoffroy-Guichard face au Stade Rennais (0-5) aura coûté sa place…
    ", "category": "", - "link": "https://www.sofoot.com/kroos-le-psg-l-adversaire-le-plus-dur-que-nous-pouvions-affronter-508280.html", + "link": "https://www.sofoot.com/pronostic-saint-etienne-nantes-analyse-cotes-et-prono-du-match-de-ligue-1-508590.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kroos-le-psg-l-adversaire-le-plus-dur-que-nous-pouvions-affronter-1639475841_x600_articles-508280.jpg", + "pubDate": "2021-12-21T11:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-saint-etienne-nantes-analyse-cotes-et-prono-du-match-de-ligue-1-1640086958_x600_articles-508590.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79583,17 +81030,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "521e554058ee2dff768f012a33a95a1f" + "hash": "25c06dc2b68bb0b164b52261da4baa01" }, { - "title": "Pronostic Burnley Watford : Analyse, cotes et prono du match de Premier League", - "description": "

    Burnley solide face à Watford

    \n
    \nL'opposition entre Burnley et Watford concerne la lutte pour le maintien. En effet, les Clarets sont calés dans…
    ", - "content": "

    Burnley solide face à Watford

    \n
    \nL'opposition entre Burnley et Watford concerne la lutte pour le maintien. En effet, les Clarets sont calés dans…
    ", + "title": "Infantino : \"Les jeunes veulent un Mondial plus souvent\"", + "description": "À qui profite le crime ?
    \n
    \nMême s'il a exclu un vote à ce sujet lors du Congrès de la FIFA prévu en mars prochain, le patron du football mondial Gianni Infantino a de nouveau…

    ", + "content": "À qui profite le crime ?
    \n
    \nMême s'il a exclu un vote à ce sujet lors du Congrès de la FIFA prévu en mars prochain, le patron du football mondial Gianni Infantino a de nouveau…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-burnley-watford-analyse-cotes-et-prono-du-match-de-premier-league-508279.html", + "link": "https://www.sofoot.com/infantino-les-jeunes-veulent-un-mondial-plus-souvent-508582.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T09:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-burnley-watford-analyse-cotes-et-prono-du-match-de-premier-league-1639475325_x600_articles-508279.jpg", + "pubDate": "2021-12-21T11:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-infantino-les-jeunes-veulent-un-mondial-plus-souvent-1640084821_x600_articles-508582.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79604,17 +81051,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26f67a954bc87235fafc3b27c8f711c9" + "hash": "4124403d7fa24cf6d33d316c0035c217" }, { - "title": "Valon Berisha (Reims) se filme à 200 km/h sur l'autoroute", - "description": "C'est l'histoire d'un bonhomme qui fait une grosse bêtise, qui filme sa connerie, avant de la publier sur les réseaux sociaux.
    \n
    \nEt dans ce sublime scénario digne des plus grands…

    ", - "content": "C'est l'histoire d'un bonhomme qui fait une grosse bêtise, qui filme sa connerie, avant de la publier sur les réseaux sociaux.
    \n
    \nEt dans ce sublime scénario digne des plus grands…

    ", + "title": "Pronostic Tottenham West Ham : Analyse, cotes et prono du match de Carabao Cup", + "description": "

    Tottenham décroche son ticket pour les demies face à West Ham

    \n
    \nTottenham a été le premier club anglais à avoir été fortement touché par la Covid…
    ", + "content": "

    Tottenham décroche son ticket pour les demies face à West Ham

    \n
    \nTottenham a été le premier club anglais à avoir été fortement touché par la Covid…
    ", "category": "", - "link": "https://www.sofoot.com/valon-berisha-reims-se-filme-a-200-km-h-sur-l-autoroute-508262.html", + "link": "https://www.sofoot.com/pronostic-tottenham-west-ham-analyse-cotes-et-prono-du-match-de-carabao-cup-508589.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T09:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-valon-berisha-reims-se-filme-a-200-km-h-sur-l-autoroute-1639472097_x600_articles-508262.jpg", + "pubDate": "2021-12-21T11:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-west-ham-analyse-cotes-et-prono-du-match-de-carabao-cup-1640086319_x600_articles-508589.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79625,17 +81072,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bb13874fef4e0212464961c66822673" + "hash": "0df5a6d5757cd0d255b225b095290c4c" }, { - "title": "Pronostic Bayer Leverkusen Hoffenheim : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Le Bayer Leverkusen remporte le choc face à Hoffenheim

    \n
    \nDans une Bundesliga dominée par le Bayern Munich, la lutte pour le Top 4 est intense. Parmi les…
    ", - "content": "

    Le Bayer Leverkusen remporte le choc face à Hoffenheim

    \n
    \nDans une Bundesliga dominée par le Bayern Munich, la lutte pour le Top 4 est intense. Parmi les…
    ", + "title": "Pronostic Troyes Brest : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Brest se reprend à Troyes

    \n
    \nChampion de Ligue 2 en titre, Troyes vient de connaître une désillusion en Coupe de France. En effet, les Troyens…
    ", + "content": "

    Brest se reprend à Troyes

    \n
    \nChampion de Ligue 2 en titre, Troyes vient de connaître une désillusion en Coupe de France. En effet, les Troyens…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-bayer-leverkusen-hoffenheim-analyse-cotes-et-prono-du-match-de-bundesliga-508263.html", + "link": "https://www.sofoot.com/pronostic-troyes-brest-analyse-cotes-et-prono-du-match-de-ligue-1-508586.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T08:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bayer-leverkusen-hoffenheim-analyse-cotes-et-prono-du-match-de-bundesliga-1639472927_x600_articles-508263.jpg", + "pubDate": "2021-12-21T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-troyes-brest-analyse-cotes-et-prono-du-match-de-ligue-1-1640085514_x600_articles-508586.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79646,17 +81093,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c2c91f45c3acca10a55bf7c28d5fefc" + "hash": "2d6a35b2fc0d6a5d938efa84723cadc7" }, { - "title": "L'aventurier Florian Sotoca prolonge à Lens jusqu'en 2024", - "description": "Adepte dans la \"traditionnelle épreuve des poteaux rentrants\", \"Soto-Kah\" prolonge avec l'équipe jaune et rouge de l'île Taha'a jusqu'en 2024.
    \n
    \nLe Community…

    ", - "content": "Adepte dans la \"traditionnelle épreuve des poteaux rentrants\", \"Soto-Kah\" prolonge avec l'équipe jaune et rouge de l'île Taha'a jusqu'en 2024.
    \n
    \nLe Community…

    ", + "title": "Grealish et Foden punis par Guardiola après une sortie en boîte de nuit", + "description": "Au coin !
    \n
    \nCe week-end, face à Newcastle, Grealish et Foden étaient tous les deux assis sur le banc de Manchester City. Et pour cause : le 14 décembre dernier, après une victoire 7-0…

    ", + "content": "Au coin !
    \n
    \nCe week-end, face à Newcastle, Grealish et Foden étaient tous les deux assis sur le banc de Manchester City. Et pour cause : le 14 décembre dernier, après une victoire 7-0…

    ", "category": "", - "link": "https://www.sofoot.com/l-aventurier-florian-sotoca-prolonge-a-lens-jusqu-en-2024-508260.html", + "link": "https://www.sofoot.com/grealish-et-foden-punis-par-guardiola-apres-une-sortie-en-boite-de-nuit-508584.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T08:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-aventurier-florian-sotoca-prolonge-a-lens-jusqu-en-2024-1639471502_x600_articles-508260.jpg", + "pubDate": "2021-12-21T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-grealish-et-foden-punis-par-guardiola-apres-une-sortie-en-boite-de-nuit-1640084456_x600_articles-508584.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79667,17 +81114,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e44be41ae53f39870114a1681999e84" + "hash": "cc346e9a79a1cff977a87f4fabf6955e" }, { - "title": "João Figueiredo (Gaziantep) inscrit le but de la semaine d'un tir du milieu de terrain", - "description": "Nabil Fekir et Wahbi Khazri ont trouvé du répondant en Turquie.
    \n
    \nJoão Figueiredo, attaquant de l'écurie turc de Gaziantep, s'est offert ni plus ni moins le but de la semaine, ce…

    ", - "content": "Nabil Fekir et Wahbi Khazri ont trouvé du répondant en Turquie.
    \n
    \nJoão Figueiredo, attaquant de l'écurie turc de Gaziantep, s'est offert ni plus ni moins le but de la semaine, ce…

    ", + "title": "La Salernitana bloquée par les autorités en raison de la Covid", + "description": "Toujours pas de quoi se réjouir du côté de la Salernitana.
    \n
    \nLa lanterne rouge de Serie A ne devrait pas pouvoir faire le déplacement jusqu'à Udine pour y affronter l'Udinese dans le…

    ", + "content": "Toujours pas de quoi se réjouir du côté de la Salernitana.
    \n
    \nLa lanterne rouge de Serie A ne devrait pas pouvoir faire le déplacement jusqu'à Udine pour y affronter l'Udinese dans le…

    ", "category": "", - "link": "https://www.sofoot.com/joao-figueiredo-gaziantep-inscrit-le-but-de-la-semaine-d-un-tir-du-milieu-de-terrain-508259.html", + "link": "https://www.sofoot.com/la-salernitana-bloquee-par-les-autorites-en-raison-de-la-covid-508583.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T08:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-joao-figueiredo-gaziantep-inscrit-le-but-de-la-semaine-d-un-tir-du-milieu-de-terrain-1639470815_x600_articles-508259.jpg", + "pubDate": "2021-12-21T10:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-salernitana-bloquee-par-les-autorites-en-raison-de-la-covid-1640084087_x600_articles-508583.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79688,17 +81135,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e95a938583122ea4e1153ca5433e2107" + "hash": "da5ffe9de2609059cdfaeaa6f3999e7e" }, { - "title": "Le best of des buts amateurs du week-end des 11 et 12 décembre 2021", - "description": "Comme chaque début de semaine, retrouvez grâce au Vrai Foot Day et à l'application Rematch les plus belles vidéos de foot amateur filmées chaque week-end depuis le bord du terrain.Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", - "content": "Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", + "title": "Infantino veut décaler la CAN à l'automne en 2023", + "description": "Décidément, il veut tout changer.
    \n
    \nAlors qu'il présentait lundi
    ", + "content": "Décidément, il veut tout changer.
    \n
    \nAlors qu'il présentait lundi
    ", "category": "", - "link": "https://www.sofoot.com/le-best-of-des-buts-amateurs-du-week-end-des-11-et-12-decembre-2021-508249.html", + "link": "https://www.sofoot.com/infantino-veut-decaler-la-can-a-l-automne-en-2023-508581.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T08:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-best-of-des-buts-amateurs-du-week-end-des-11-et-12-decembre-2021-1639418992_x600_articles-alt-508249.jpg", + "pubDate": "2021-12-21T10:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-infantino-veut-decaler-la-can-a-l-automne-en-2023-1640083873_x600_articles-508581.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79709,17 +81156,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d64e960b677fbc4ea054604b76915c2" + "hash": "0cc963682c35b1e2cb73466b319a256a" }, { - "title": "Brentford-Manchester United officiellement reporté à cause du Covid-19", - "description": "La Covid-19 gagne du terrain.
    \n
    \n\"Le club discute avec la Premier League pour savoir s'il est prudent que le match de mardi contre Brentford soit maintenu, aussi bien pour l'infection…

    ", - "content": "La Covid-19 gagne du terrain.
    \n
    \n\"Le club discute avec la Premier League pour savoir s'il est prudent que le match de mardi contre Brentford soit maintenu, aussi bien pour l'infection…

    ", + "title": "Rafinha s'engage à São Paulo", + "description": "Dernier tour de piste ?
    \n
    \nÀ 36 printemps, Rafinha - le latéral droit, pas celui du PSG - ne veut pas raccrocher les crampons. Au contraire, il vient même de parapher un contrat d'un an…

    ", + "content": "Dernier tour de piste ?
    \n
    \nÀ 36 printemps, Rafinha - le latéral droit, pas celui du PSG - ne veut pas raccrocher les crampons. Au contraire, il vient même de parapher un contrat d'un an…

    ", "category": "", - "link": "https://www.sofoot.com/brentford-manchester-united-officiellement-reporte-a-cause-du-covid-19-508258.html", + "link": "https://www.sofoot.com/rafinha-s-engage-a-sao-paulo-508580.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T08:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-brentford-manchester-united-officiellement-reporte-a-cause-du-covid-19-1639470330_x600_articles-508258.jpg", + "pubDate": "2021-12-21T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-rafinha-s-engage-a-sao-paulo-1640084229_x600_articles-508580.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79730,17 +81177,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d91e986fcb15cbc16205622b05f3efb0" + "hash": "51a4b55fc8e270543396eee667d7a0cb" }, { - "title": "Quand Kylian Mbappé recale Spiderman", - "description": "Il a beau faire joujou avec le Bouffon vert, se moquer du Docteur Octopus et envoyer sans pression l'Homme-Lézard derrière les barreaux, il faut croire que Spiderman est impuissant face Nostalgie, quand tu nous tiens...
    \n
    \nD'après les informations de…

    ", + "content": "Nostalgie, quand tu nous tiens...
    \n
    \nD'après les informations de…

    ", "category": "", - "link": "https://www.sofoot.com/quand-kylian-mbappe-recale-spiderman-508257.html", + "link": "https://www.sofoot.com/thomas-tuchel-voulait-retrouver-marquinhos-a-chelsea-508579.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T07:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quand-kylian-mbappe-recale-spiderman-1639470134_x600_articles-508257.jpg", + "pubDate": "2021-12-21T09:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-thomas-tuchel-voulait-retrouver-marquinhos-a-chelsea-1640080769_x600_articles-508579.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79751,17 +81198,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96c54ea46a5e22ee6f6dd92d1798ffa0" + "hash": "14db010296326c5c0171e783501301d4" }, { - "title": "OM : le monstre de Jorge Sampaoli", - "description": "Brûlant à la rentrée, l'OM de Jorge Sampaoli a su gagner en imperméabilité et en contrôle des événements au fil des dernières semaines. La victoire du week-end à Strasbourg l'a encore prouvé.
    Comme Guardiola et Lillo, Jorge Sampaoli aime se déguiser en saumon. Le trio le justifie par une vie passée…", - "content": "Comme Guardiola et Lillo, Jorge Sampaoli aime se déguiser en saumon. Le trio le justifie par une vie passée…", + "title": "Fenerbahçe se sépare de son coach Vítor Pereira", + "description": "Trois p'tits tours et puis s'en va.
    \n
    \nLe club turc de Fenerbahçe a annoncé ce lundi la fin de la collaboration avec son entraîneur portugais Vítor Pereira en raison d'une…

    ", + "content": "Trois p'tits tours et puis s'en va.
    \n
    \nLe club turc de Fenerbahçe a annoncé ce lundi la fin de la collaboration avec son entraîneur portugais Vítor Pereira en raison d'une…

    ", "category": "", - "link": "https://www.sofoot.com/om-le-monstre-de-jorge-sampaoli-508235.html", + "link": "https://www.sofoot.com/fenerbahce-se-separe-de-son-coach-vitor-pereira-508578.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-om-le-monstre-de-jorge-sampaoli-1639395782_x600_articles-alt-508235.jpg", + "pubDate": "2021-12-21T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fenerbahce-se-separe-de-son-coach-vitor-pereira-1640080188_x600_articles-508578.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79772,17 +81219,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e52af948d1f833d4dd4552941d69044" + "hash": "c9c12e079941867b16705e1741a482b5" }, { - "title": "Les bonnes questions du tirage au sort de Ligue des champions ", - "description": "Le tiraillement de Kylian Mbappé, la volonté de Cristiano Ronaldo de détruire Diego Simeone, les chances des clubs portugais, le tirage au sort compliqué de Salzbourg ou encore le pied d'Alisson, ce tirage au sort des huitièmes de finale de la Ligue des champions amène beaucoup de questions.

  • Avec quelle équipe jouera…
  • ", - "content": "

  • Avec quelle équipe jouera…
  • ", + "title": "Patrick Berg s'engage avec le RC Lens", + "description": "On attendait Patrick.
    \n
    \nLe Racing Club de Lens tient sa première recrue hivernale en la personne de Patrick Berg, milieu de terrain défensif de Bodø/Glimt. Âgé de 24 ans,…

    ", + "content": "On attendait Patrick.
    \n
    \nLe Racing Club de Lens tient sa première recrue hivernale en la personne de Patrick Berg, milieu de terrain défensif de Bodø/Glimt. Âgé de 24 ans,…

    ", "category": "", - "link": "https://www.sofoot.com/les-bonnes-questions-du-tirage-au-sort-de-ligue-des-champions-508254.html", + "link": "https://www.sofoot.com/patrick-berg-s-engage-avec-le-rc-lens-508573.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-bonnes-questions-du-tirage-au-sort-de-ligue-des-champions-1639417084_x600_articles-alt-508254.jpg", + "pubDate": "2021-12-21T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-patrick-berg-s-engage-avec-le-rc-lens-1640078367_x600_articles-508573.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79793,17 +81240,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "06a9a1087a98d5aea1b954e767675229" + "hash": "695bd905bfd6e0786d3b96ebc3ae2507" }, { - "title": "Lettre d'adieu à Lisandro López", - "description": "À 38 balais, Lisandro López a disputé le dernier match de sa carrière ce week-end. L'attaquant argentin laisse derrière lui une empreinte indélébile dans le cœur de tous les joueurs, clubs ou supporters qui ont croisé son chemin. Une bonne raison de lui rendre hommage. Foutue poussière...\"Le poète a toujours le dernier mot.\" Voilà ce que disait Jean Vilar, fondateur du célèbre festival d'Avignon. De la province de Buenos Aires, là où tu es, il y a pas moins de…", - "content": "\"Le poète a toujours le dernier mot.\" Voilà ce que disait Jean Vilar, fondateur du célèbre festival d'Avignon. De la province de Buenos Aires, là où tu es, il y a pas moins de…", + "title": "Pronostic Liverpool Leicester : Analyse, cotes et prono du match de Carabao Cup", + "description": "

    Liverpool poursuit son chemin face à Leicester

    \n
    \nLa période des fêtes en Angleterre est une période très chargée en football, avec l'enchaînement…
    ", + "content": "

    Liverpool poursuit son chemin face à Leicester

    \n
    \nLa période des fêtes en Angleterre est une période très chargée en football, avec l'enchaînement…
    ", "category": "", - "link": "https://www.sofoot.com/lettre-d-adieu-a-lisandro-lopez-508210.html", + "link": "https://www.sofoot.com/pronostic-liverpool-leicester-analyse-cotes-et-prono-du-match-de-carabao-cup-508577.html", "creator": "SO FOOT", - "pubDate": "2021-12-14T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lettre-d-adieu-a-lisandro-lopez-1639393305_x600_articles-alt-508210.jpg", + "pubDate": "2021-12-21T08:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-liverpool-leicester-analyse-cotes-et-prono-du-match-de-carabao-cup-1640078467_x600_articles-508577.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79814,17 +81261,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "121253a80078fbc6d02c8a846d9f425f" + "hash": "21f70b9d303a22b603b646ede03cf61c" }, { - "title": "La Roma dispose du Spezia Calcio", - "description": "

    ", - "content": "

    ", + "title": "Samuel Eto'o fait part de son exaspération à propos du maintien de la CAN 2022", + "description": "Un défenseur de la CAN.
    \n
    \nQualifiée de \"monstre invisible\" ce lundi par le…

    ", + "content": "Un défenseur de la CAN.
    \n
    \nQualifiée de \"monstre invisible\" ce lundi par le…

    ", "category": "", - "link": "https://www.sofoot.com/la-roma-dispose-du-spezia-calcio-508212.html", + "link": "https://www.sofoot.com/samuel-eto-o-fait-part-de-son-exasperation-a-propos-du-maintien-de-la-can-2022-508574.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-roma-dispose-du-spezia-calcio-1639433020_x600_articles-508212.jpg", + "pubDate": "2021-12-21T08:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-samuel-eto-o-fait-part-de-son-exasperation-a-propos-du-maintien-de-la-can-2022-1640084120_x600_articles-508574.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79835,17 +81282,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb1a2ab9ca22b599afc9f1f71764f847" + "hash": "8108f4902296abed1219fe59a9ce89de" }, { - "title": "Toulouse se fait rattraper sur la fin par Rodez", - "description": "

    ", - "content": "

    ", + "title": "Le sort de Paris FC-OL reste en suspens", + "description": "Dans les bureaux du foot français comme chez Amazon, en ce moment ça bouchonne.
    \n
    \nQuatre jours après
    ", + "content": "Dans les bureaux du foot français comme chez Amazon, en ce moment ça bouchonne.
    \n
    \nQuatre jours après
    ", "category": "", - "link": "https://www.sofoot.com/toulouse-se-fait-rattraper-sur-la-fin-par-rodez-508256.html", + "link": "https://www.sofoot.com/le-sort-de-paris-fc-ol-reste-en-suspens-508571.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T21:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-toulouse-se-fait-rattraper-sur-la-fin-par-rodez-1639431921_x600_articles-508256.jpg", + "pubDate": "2021-12-21T08:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-sort-de-paris-fc-ol-reste-en-suspens-1640075086_x600_articles-508571.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79856,17 +81303,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c0428bc2f600d90d06d5a441e7f23ea" + "hash": "9a9404bcb672dcb5932b709fc361c553" }, { - "title": "Nicolás Otamendi (Benfica) victime d'un violent cambriolage", - "description": "Après-match agité.
    \n
    \nNicolas Otamendi, le défenseur du SL Benfica, a vécu une soirée pour le moins étrange ce dimanche. Après la victoire 4-1 à Famalicão, le joueur argentin a eu…

    ", - "content": "Après-match agité.
    \n
    \nNicolas Otamendi, le défenseur du SL Benfica, a vécu une soirée pour le moins étrange ce dimanche. Après la victoire 4-1 à Famalicão, le joueur argentin a eu…

    ", + "title": "Willian : \"Arsenal ? C'était le moment le plus dur de ma carrière\"", + "description": "Mikel Arteta devrait apprécier.
    \n
    \nArrivé en août 2020 à Arsenal après sept ans passés à Chelsea, Willian n'a jamais vraiment répondu aux attentes des Gunners. Près d'un an…

    ", + "content": "Mikel Arteta devrait apprécier.
    \n
    \nArrivé en août 2020 à Arsenal après sept ans passés à Chelsea, Willian n'a jamais vraiment répondu aux attentes des Gunners. Près d'un an…

    ", "category": "", - "link": "https://www.sofoot.com/nicolas-otamendi-benfica-victime-d-un-violent-cambriolage-508253.html", + "link": "https://www.sofoot.com/willian-arsenal-c-etait-le-moment-le-plus-dur-de-ma-carriere-508566.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T17:29:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nicolas-otamendi-benfica-victime-d-un-violent-cambriolage-1639415787_x600_articles-508253.jpg", + "pubDate": "2021-12-21T07:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-willian-arsenal-c-etait-le-moment-le-plus-dur-de-ma-carriere-1640039622_x600_articles-508566.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79877,17 +81324,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a34d3db6153f2374246369d5659b4f3b" + "hash": "a4fe218e69bc34932147959a7ab46590" }, { - "title": "Covid-19 : Manchester United-Brentford pourrait être reporté", - "description": "Cadeau de Noël empoisonné à Carrington.
    \n
    \nAlors que le tirage au sort mouvementé de la…

    ", - "content": "Cadeau de Noël empoisonné à Carrington.
    \n
    \nAlors que le tirage au sort mouvementé de la…

    ", + "title": "Younès Belhanda : \"Galatasaray-Fenerbahçe, c'est Montpellier-Nîmes puissance 1000\"", + "description": "Ce mardi soir, Younès Belhanda (31 ans) retrouve Galatasaray, son premier club turc, dont il a porté le maillot jusqu'au printemps dernier. Aujourd'hui à Adana Demirspor, le champion de France 2012 raconte le lien qui l'unit à la Turquie et regarde son parcours avec un mélange de plaisir et de nostalgie. Entretien à visage humain et garanti sans langue de bois.En mars 2021, tu quittes Galatasaray de manière fracassante. Aujourd'hui tu évolues chez le promu d'Adana Demirspor alors que tu étais cité un temps au MHSC. C'était…", + "content": "En mars 2021, tu quittes Galatasaray de manière fracassante. Aujourd'hui tu évolues chez le promu d'Adana Demirspor alors que tu étais cité un temps au MHSC. C'était…", "category": "", - "link": "https://www.sofoot.com/covid-19-manchester-united-brentford-pourrait-etre-reporte-508252.html", + "link": "https://www.sofoot.com/younes-belhanda-galatasaray-fenerbahce-c-est-montpellier-nimes-puissance-1000-508501.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T16:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-covid-19-manchester-united-brentford-pourrait-etre-reporte-1639413742_x600_articles-508252.jpg", + "pubDate": "2021-12-21T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-younes-belhanda-galatasaray-fenerbahce-c-est-montpellier-nimes-puissance-1000-1639912927_x600_articles-alt-508501.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79898,17 +81345,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6d01184c531b23e8b46453394cd413f" + "hash": "1da214905e5ca1335cc9dbc18c9cc5b3" }, { - "title": "Gary Marigard, J-6 avant d'affronter le PSG : \"Mon fils ne veut pas que je tacle Mbappé\"", - "description": "La loterie de la Coupe de France réserve toujours quelques matchs en apparence déséquilibrés : à l'occasion des 32es de finale, c'est Feignies-Aulnoye qui a tiré le gros lot, puisque l'écurie des alentours de Maubeuge est tombé sur le PSG. Pour comprendre comment un footballeur amateur se prépare à une telle échéance, le latéral droit du club du Nord Gary Marigard nous raconte son quotidien, jour par jour, jusqu'au match fatidique. Ce lundi, il revient sur son week-end, à base de Chantilly, de Miss France et de match du LOSC.Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", - "content": "Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", + "title": "Les cadeaux de Noël qu'on n'a surtout pas envie de recevoir", + "description": "Noël approche et, en tant que footeux assumé, vous avez de fortes chances de recevoir des cadeaux ayant un lien avec le ballon rond. Tout sauf une assurance de qualité, car le sport-roi draine une cohorte de produits dérivés pas forcément utiles, voire parfois carrément gênants. Voici, en tout cas, une liste non exhaustive des présents que l'on n'aimerait pas découvrir sous notre sapin, le 25 décembre au matin.

    Un pull de Noël immonde

    \n
    \nJadis cantonnée aux strictes limites du monde anglo-saxon, la mode insupportable du pull de Noël a fini par atteindre…
    ", + "content": "

    Un pull de Noël immonde

    \n
    \nJadis cantonnée aux strictes limites du monde anglo-saxon, la mode insupportable du pull de Noël a fini par atteindre…
    ", "category": "", - "link": "https://www.sofoot.com/gary-marigard-j-6-avant-d-affronter-le-psg-mon-fils-ne-veut-pas-que-je-tacle-mbappe-508247.html", + "link": "https://www.sofoot.com/les-cadeaux-de-noel-qu-on-n-a-surtout-pas-envie-de-recevoir-508089.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gary-marigard-j-6-avant-d-affronter-le-psg-mon-fils-ne-veut-pas-que-je-tacle-mbappe-1639407329_x600_articles-alt-508247.jpg", + "pubDate": "2021-12-21T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-cadeaux-de-noel-qu-on-n-a-surtout-pas-envie-de-recevoir-1639069704_x600_articles-alt-508089.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79919,17 +81366,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a020fa7f4de1b1298a3d8d79de82300" + "hash": "ec26eeb8acd1a3abad8201b73fc0fd6e" }, { - "title": "Cambriolé pour la deuxième fois, Eran Zahavi (PSV) ne souhaiterait plus retourner aux Pays-Bas", - "description": "Un de plus sur une liste déjà trop longue.
    \n
    \nEn mai dernier, Eran…

    ", - "content": "Un de plus sur une liste déjà trop longue.
    \n
    \nEn mai dernier, Eran…

    ", + "title": "La majorité des clubs de Premier League veut continuer de jouer pendant les fêtes", + "description": "Les amateurs du Boxing Day peuvent respirer.
    \n
    \nPlusieurs matchs de Premier League ont été annulés ces derniers jours en Angleterre, en raison
    ", + "content": "Les amateurs du Boxing Day peuvent respirer.
    \n
    \nPlusieurs matchs de Premier League ont été annulés ces derniers jours en Angleterre, en raison
    ", "category": "", - "link": "https://www.sofoot.com/cambriole-pour-la-deuxieme-fois-eran-zahavi-psv-ne-souhaiterait-plus-retourner-aux-pays-bas-508251.html", + "link": "https://www.sofoot.com/la-majorite-des-clubs-de-premier-league-veut-continuer-de-jouer-pendant-les-fetes-508562.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T15:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cambriole-pour-la-deuxieme-fois-eran-zahavi-psv-ne-souhaiterait-plus-retourner-aux-pays-bas-1639409812_x600_articles-508251.jpg", + "pubDate": "2021-12-20T17:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-majorite-des-clubs-de-premier-league-veut-continuer-de-jouer-pendant-les-fetes-1640020279_x600_articles-508562.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79940,17 +81387,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08896c4db9bc6dfe69bf47b21821e537" + "hash": "325d083e1d5e3a8b7591b7d398744f12" }, { - "title": "PSG-Real, petit dîner entre amis", - "description": "Deuxième de sa poule derrière Manchester City, le PSG pouvait craindre le pire lors du tirage au sort des huitièmes de finale de la Ligue des champions. Résultat, les hommes de Pochettino devront affronter le Real Madrid, pour une affiche placée sous le signe des retrouvailles.Pendant deux heures, le PSG s'est projeté sur un duel avec Manchester United, le face-à-face entre Messi et Cristiano Ronaldo, les démons de 2019 et la patte Ralf Rangnick. Mais ce sera finalement…", - "content": "Pendant deux heures, le PSG s'est projeté sur un duel avec Manchester United, le face-à-face entre Messi et Cristiano Ronaldo, les démons de 2019 et la patte Ralf Rangnick. Mais ce sera finalement…", + "title": "Réforme de la Coupe du monde : La FIFA va verser une compensation financière à ses pays-membres", + "description": "C'est donc bien une question d'argent.
    \n
    \nRéunie ce lundi avec ses 211 fédérations, la FIFA a continué de plaider en faveur de son projet d'une Coupe du monde tous les deux ans.…

    ", + "content": "C'est donc bien une question d'argent.
    \n
    \nRéunie ce lundi avec ses 211 fédérations, la FIFA a continué de plaider en faveur de son projet d'une Coupe du monde tous les deux ans.…

    ", "category": "", - "link": "https://www.sofoot.com/psg-real-petit-diner-entre-amis-508250.html", + "link": "https://www.sofoot.com/reforme-de-la-coupe-du-monde-la-fifa-va-verser-une-compensation-financiere-a-ses-pays-membres-508564.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T15:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-psg-real-petit-diner-entre-amis-1639408962_x600_articles-alt-508250.jpg", + "pubDate": "2021-12-20T16:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-reforme-de-la-coupe-du-monde-la-fifa-va-verser-une-compensation-financiere-a-ses-pays-membres-1640020047_x600_articles-508564.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79961,17 +81408,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc7a781a60949e50eb6b4f0e8eab7039" + "hash": "925171b3ee7ac651bbe055491b28b1e6" }, { - "title": "Ligue des champions : le tirage au sort de la honte", - "description": "En raison de deux erreurs grossières lors du tirage au sort des huitièmes de finale de Ligue des champions, l'UEFA a décidé de tout annuler et d'en réaliser un nouveau. Si, pour Lille, rien ne change, puisque l'adversaire - Chelsea - reste le même, ce n'est pas le cas pour les autres qui peuvent regretter, ou non c'est selon, ce second tirage. Retour sur un improbable imbroglio qui fait tache.Les supporters de l'Atlético de Madrid sont passés par toutes les émotions durant ce tirage au sort des huitièmes de finale de Ligue des champions. Il y a d'abord eu une montée de stress au…", - "content": "Les supporters de l'Atlético de Madrid sont passés par toutes les émotions durant ce tirage au sort des huitièmes de finale de Ligue des champions. Il y a d'abord eu une montée de stress au…", + "title": "Le président de la CAF confiant pour l'organisation de la CAN", + "description": "Saga CAF-rica !
    \n
    \nLe président de la CAF Patrice Motsepe est venu jouer les pompiers de service au Cameroun, censé accueillir la Coupe d'Afrique des nations du 9 janvier au 6 février…

    ", + "content": "Saga CAF-rica !
    \n
    \nLe président de la CAF Patrice Motsepe est venu jouer les pompiers de service au Cameroun, censé accueillir la Coupe d'Afrique des nations du 9 janvier au 6 février…

    ", "category": "", - "link": "https://www.sofoot.com/ligue-des-champions-le-tirage-au-sort-de-la-honte-508245.html", + "link": "https://www.sofoot.com/le-president-de-la-caf-confiant-pour-l-organisation-de-la-can-508563.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ligue-des-champions-le-tirage-au-sort-de-la-honte-1639404635_x600_articles-alt-508245.jpg", + "pubDate": "2021-12-20T15:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-president-de-la-caf-confiant-pour-l-organisation-de-la-can-1640018283_x600_articles-508563.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -79982,17 +81429,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c917a864f668cdbefc669d0e2ea374f4" + "hash": "f6272988c4078f13c83311287561c23c" }, { - "title": "Lille défiera Chelsea en huitièmes de finale de la Ligue des champions", - "description": "Lille avait hérité de Chelsea sur le premier tirage au sort annulé, mais est retombé sur les Blues au second. Les Dogues ne pourront donc éviter le champion d'Europe en titre et actuel troisième de la Premier League, en huitièmes de finale de C1. Un mastodonte créé par Thomas Tuchel que les Nordistes devront se coltiner pour continuer à écrire la plus belle page européenne de leur histoire.Il faut croire que c'était le destin. Après avoir vu le nom de Chelsea sortir une première fois sur les douze coups de midi, les Lillois sont retombés sur le papier griffé à l'effigie du club…", - "content": "Il faut croire que c'était le destin. Après avoir vu le nom de Chelsea sortir une première fois sur les douze coups de midi, les Lillois sont retombés sur le papier griffé à l'effigie du club…", + "title": "Finlande : Tim Sparv annonce son départ à la retraite ", + "description": "Le bûcheron raccroche sa hache.
    \n
    \nDans une vidéo postée sur le compte Twitter de la fédération finlandaise, Tim Sparv a annoncé qu'il raccrochait les crampons : \" J'ai donné…

    ", + "content": "Le bûcheron raccroche sa hache.
    \n
    \nDans une vidéo postée sur le compte Twitter de la fédération finlandaise, Tim Sparv a annoncé qu'il raccrochait les crampons : \" J'ai donné…

    ", "category": "", - "link": "https://www.sofoot.com/lille-defiera-chelsea-en-huitiemes-de-finale-de-la-ligue-des-champions-508238.html", + "link": "https://www.sofoot.com/finlande-tim-sparv-annonce-son-depart-a-la-retraite-508548.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lille-defiera-chelsea-en-huitiemes-de-finale-de-la-ligue-des-champions-1639407426_x600_articles-alt-508238.jpg", + "pubDate": "2021-12-20T15:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-finlande-tim-sparv-annonce-son-depart-a-la-retraite-1640014790_x600_articles-508548.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80003,17 +81450,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0060c84b492dbe4adb0ba9ddf60b867" + "hash": "07d2268b5f2b86e5443236da1d39a037" }, { - "title": "Ligue des champions : le retirage au sort complet des huitièmes de finale", - "description": "On reprend tout et on recommence.
    \n
    \nAprès l'énorme couac du premier…

    ", - "content": "On reprend tout et on recommence.
    \n
    \nAprès l'énorme couac du premier…

    ", + "title": "Maxwel Cornet élu joueur de l'année à Burnley", + "description": "Avoir un poste attitré, ça aide !
    \n
    \nTout roule pour Maxwel Cornet depuis son départ de Lyon sur un carton rouge, reçu
    ", + "content": "Avoir un poste attitré, ça aide !
    \n
    \nTout roule pour Maxwel Cornet depuis son départ de Lyon sur un carton rouge, reçu
    ", "category": "", - "link": "https://www.sofoot.com/ligue-des-champions-le-retirage-au-sort-complet-des-huitiemes-de-finale-508246.html", + "link": "https://www.sofoot.com/maxwel-cornet-elu-joueur-de-l-annee-a-burnley-508561.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T14:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ligue-des-champions-le-retirage-au-sort-complet-des-huitiemes-de-finale-1639406274_x600_articles-508246.jpg", + "pubDate": "2021-12-20T14:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-maxwel-cornet-elu-joueur-de-l-annee-a-burnley-1640013021_x600_articles-508561.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80024,17 +81471,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93fd653a203829ba333ec1e6a9627886" + "hash": "53671de715d83050ee97b9047c0134f2" }, { - "title": "Ligue des champions : ce sera finalement le Real Madrid pour le Paris Saint-Germain en huitièmes de finale", - "description": "Sale retirage.
    \n
    \nInitialement opposé à Manchester United lors du fiasco du premier tirage, le Paris Saint-Germain est enfin fixé sur son adversaire en huitièmes de finale de Ligue des…

    ", - "content": "Sale retirage.
    \n
    \nInitialement opposé à Manchester United lors du fiasco du premier tirage, le Paris Saint-Germain est enfin fixé sur son adversaire en huitièmes de finale de Ligue des…

    ", + "title": "Luciano Spalletti qualifie la CAN de \"monstre invisible\"", + "description": "Dans le genre déclaration douteuse...
    \n
    \nAu cœur d'un match peu emballant, mais marqué par
    ", + "content": "Dans le genre déclaration douteuse...
    \n
    \nAu cœur d'un match peu emballant, mais marqué par
    ", "category": "", - "link": "https://www.sofoot.com/ligue-des-champions-ce-sera-finalement-le-real-madrid-pour-le-paris-saint-germain-en-huitiemes-de-finale-508248.html", + "link": "https://www.sofoot.com/luciano-spalletti-qualifie-la-can-de-monstre-invisible-508560.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T14:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ligue-des-champions-ce-sera-finalement-le-real-madrid-pour-le-paris-saint-germain-en-huitiemes-de-finale-1639405792_x600_articles-508248.jpg", + "pubDate": "2021-12-20T14:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-luciano-spalletti-qualifie-la-can-de-monstre-invisible-1640014659_x600_articles-508560.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80045,17 +81492,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9eea527d33950482e82cdfb1157c4bc1" + "hash": "e8b01b6b2f18fdab7aa18fab721df82f" }, { - "title": "C1 : Le LOSC, qui devait affronter Chelsea, affrontera finalement Chelsea", - "description": "Ctrl C - Ctrl V.
    \n
    \nEn terminant premier de sa poule de Ligue des champions, le LOSC était assuré ce lundi de tirer au sort un deuxième de poule en huitièmes de finale. Mais Andreï…

    ", - "content": "Ctrl C - Ctrl V.
    \n
    \nEn terminant premier de sa poule de Ligue des champions, le LOSC était assuré ce lundi de tirer au sort un deuxième de poule en huitièmes de finale. Mais Andreï…

    ", + "title": "SoFoot Ligue : Nos conseils pour faire vos picks de la semaine 17", + "description": "Vous vous êtes inscrits à la SoFoot Ligue, mais vous ne savez pas quelle équipe choisir pour ne pas finir la semaine avec 0 point ? Rassurez-vous, nous sommes là pour vous aider.
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", + "content": "
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", "category": "", - "link": "https://www.sofoot.com/c1-le-losc-qui-devait-affronter-chelsea-affrontera-finalement-chelsea-508244.html", + "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-17-508555.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T14:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-c1-le-losc-qui-devait-affronter-chelsea-affrontera-finalement-chelsea-1639405298_x600_articles-508244.jpg", + "pubDate": "2021-12-20T13:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-17-1640005664_x600_articles-508555.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80066,17 +81513,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "41a930dff75a674df5a247bcb49cb06b" + "hash": "7aa6e60b81660b08728d7188e4b94b15" }, { - "title": "Retirage au sort en Ligues de champions : le Real Madrid, tombé face à Benfica crie au scandale", - "description": "Le cirque continue.
    \n
    \nLa décision de procéder à un nouveau tirage pour les…

    ", - "content": "Le cirque continue.
    \n
    \nLa décision de procéder à un nouveau tirage pour les…

    ", + "title": "205€ à gagner avec PSG & AS Roma + 10€ gratuits offerts", + "description": "Comme 5 de nos 7 derniers combinés (ici, ici, ici, ici et ici), on tente de vous faire gagner avec une cote autour de 2,00 sur les matchs de ce mercredi ! En espérant vous offrir un petit cadeau avant Noël

    160€ offerts donc 10€ sans sortir la CB

    \n
    \nObtenez en ce moment un double bonus chez
    ", + "content": "

    160€ offerts donc 10€ sans sortir la CB

    \n
    \nObtenez en ce moment un double bonus chez

    ", "category": "", - "link": "https://www.sofoot.com/retirage-au-sort-en-ligues-de-champions-le-real-madrid-tombe-face-a-benfica-crie-au-scandale-508243.html", + "link": "https://www.sofoot.com/205e-a-gagner-avec-psg-as-roma-10e-gratuits-offerts-508558.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T13:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-retirage-au-sort-en-ligues-de-champions-le-real-madrid-tombe-face-a-benfica-crie-au-scandale-1639402101_x600_articles-508243.jpg", + "pubDate": "2021-12-20T15:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-205e-a-gagner-avec-psg-as-roma-10e-gratuits-offerts-1640016407_x600_articles-508558.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80087,17 +81534,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a56a2a9e9ce3788f6c83707d83c4997" + "hash": "3629c7f00c3187180e9863607f11090d" }, { - "title": "Ligue Europa Conférence : L'OM affrontera le Qarabağ FK", - "description": "Le voilà, le déplacement bien lointain qui ne va faire plaisir à personne.
    \n
    \nReversé en Ligue Europa Conférence


    ", - "content": "Le voilà, le déplacement bien lointain qui ne va faire plaisir à personne.
    \n
    \nReversé en Ligue Europa Conférence


    ", + "title": "C1 féminine : Bayern-PSG et Juve-OL en quarts de finale", + "description": "Du premier coup cette fois !
    \n
    \nLe tirage au sort des quarts de finale de la Ligue des champions féminine a rendu son verdict ce lundi. Les Parisiennes se rendront d'abord en Allemagne…

    ", + "content": "Du premier coup cette fois !
    \n
    \nLe tirage au sort des quarts de finale de la Ligue des champions féminine a rendu son verdict ce lundi. Les Parisiennes se rendront d'abord en Allemagne…

    ", "category": "", - "link": "https://www.sofoot.com/ligue-europa-conference-l-om-affrontera-le-qarabag-fk-508229.html", + "link": "https://www.sofoot.com/c1-feminine-bayern-psg-et-juve-ol-en-quarts-de-finale-508557.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T13:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ligue-europa-conference-l-om-affrontera-le-qarabag-fk-1639402664_x600_articles-508229.jpg", + "pubDate": "2021-12-20T13:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-c1-feminine-bayern-psg-et-juve-ol-en-quarts-de-finale-1640009111_x600_articles-508557.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80108,17 +81555,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "08696ac621ba78580cdc18b7974c3fe7" + "hash": "256b6c5009fe9e632505d415244d802d" }, { - "title": "Boubacar Kamara devrait partir libre de l'OM", - "description": "
    \"Partir un jour...\"
    \n
    \nFort de son succès en Alsace face au Racing Club de Strasbourg dimanche…

    ", - "content": "\"Partir un jour...\"
    \n
    \nFort de son succès en Alsace face au Racing Club de Strasbourg dimanche…

    ", + "title": "Jair Bolsonaro : 84 maillots de foot et une élection en 2022", + "description": "Le Brésil choisira son futur président en octobre 2022. Le sortant, Jair Bolsonaro, est loin derrière dans les sondages, mais compte sur son arme secrète : sa collection de maillots.
    À côté de lui, Jean-Michel Aulas apparaîtrait comme un homme populaire. 70% des électeurs brésiliens ne font pas confiance à Jair Bolsonaro, président de la République, selon une étude…", + "content": "À côté de lui, Jean-Michel Aulas apparaîtrait comme un homme populaire. 70% des électeurs brésiliens ne font pas confiance à Jair Bolsonaro, président de la République, selon une étude…", "category": "", - "link": "https://www.sofoot.com/boubacar-kamara-devrait-partir-libre-de-l-om-508231.html", + "link": "https://www.sofoot.com/jair-bolsonaro-84-maillots-de-foot-et-une-election-en-2022-508525.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T13:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-boubacar-kamara-devrait-partir-libre-de-l-om-1639401436_x600_articles-508231.jpg", + "pubDate": "2021-12-20T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jair-bolsonaro-84-maillots-de-foot-et-une-election-en-2022-1639939618_x600_articles-alt-508525.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80129,17 +81576,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07cd8123fb23b11af7b94d81331e3555" + "hash": "a94350a719424d31c2bd55f1e6df2fb9" }, { - "title": "C1 : le tirage des huitièmes annulé et refait à 15h", - "description": "Boules neuves !
    \n
    \nFinalement, le Paris Saint-Germain n'affrontera pas…

    ", - "content": "Boules neuves !
    \n
    \nFinalement, le Paris Saint-Germain n'affrontera pas…

    ", + "title": "Belgique : Peter Croonen n'est plus le président de la Pro League", + "description": "Remue-ménage à Tubize.
    \n
    \nEn mai 2019, Peter Croonen devenait le nouveau président de la Pro League belge, succédant à l'unanimité à Marc Coucke. Plus de deux ans et demi plus tard,…

    ", + "content": "Remue-ménage à Tubize.
    \n
    \nEn mai 2019, Peter Croonen devenait le nouveau président de la Pro League belge, succédant à l'unanimité à Marc Coucke. Plus de deux ans et demi plus tard,…

    ", "category": "", - "link": "https://www.sofoot.com/c1-le-tirage-des-huitiemes-annule-et-refait-a-15h-508242.html", + "link": "https://www.sofoot.com/belgique-peter-croonen-n-est-plus-le-president-de-la-pro-league-508554.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T12:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-c1-le-tirage-des-huitiemes-annule-et-refait-a-15h-1639400780_x600_articles-508242.jpg", + "pubDate": "2021-12-20T12:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-belgique-peter-croonen-n-est-plus-le-president-de-la-pro-league-1640007945_x600_articles-508554.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80150,17 +81597,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b531c36b9c8ec8d1fc1381612a2173a1" + "hash": "61a344b725deb06318a4d1626ce66b01" }, { - "title": "Suivez le deuxième tirage au sort des huitièmes de la Ligue des champions 2021-2022", - "description": "Incapable d'organiser un tirage au sort correct - la boule de Manchester United s'est retrouvée dans le mauvais saladier -, l'UEFA est obligée de procéder un nouveau tirage au sort pour les huitièmes de finale de la Ligue des champions... Super.

    Les qualifiés :

    \n

    Chapeau 1

    \n
    \n
    ", - "content": "

    Les qualifiés :

    \n

    Chapeau 1

    \n
    \n
    ", + "title": "Pronostic FC Séville Barcelone : Analyse, cotes et prono du match de Liga", + "description": "

    Séville domine le Barca

    \n
    \nEn match en retard de la 4e journée de la Liga, le FC Séville reçoit le FC Barcelone. La formation andalouse est…
    ", + "content": "

    Séville domine le Barca

    \n
    \nEn match en retard de la 4e journée de la Liga, le FC Séville reçoit le FC Barcelone. La formation andalouse est…
    ", "category": "", - "link": "https://www.sofoot.com/suivez-le-deuxieme-tirage-au-sort-des-huitiemes-de-la-ligue-des-champions-2021-2022-508240.html", + "link": "https://www.sofoot.com/pronostic-fc-seville-barcelone-analyse-cotes-et-prono-du-match-de-liga-508553.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T12:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-suivez-le-deuxieme-tirage-au-sort-des-huitiemes-de-la-ligue-des-champions-2021-2022-1639400150_x600_articles-508240.jpg", + "pubDate": "2021-12-20T12:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-fc-seville-barcelone-analyse-cotes-et-prono-du-match-de-liga-1640003342_x600_articles-508553.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80171,17 +81618,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f74f10a14027ccbda1fe28c265ee23f" + "hash": "d5d161c0322f59995e478e69be20445d" }, { - "title": "Tirage au sort de Ligue Europa : Barça-Naples et Leipzig-Real Sociedad en barrages", - "description": "Voir Barcelone un jeudi soir n'est désormais plus qu'une question de temps.
    \n
    \nC'est de l'inédit ! Le nouveau format de la Ligue Europa prévoit des barrages entre les deuxièmes de…

    ", - "content": "Voir Barcelone un jeudi soir n'est désormais plus qu'une question de temps.
    \n
    \nC'est de l'inédit ! Le nouveau format de la Ligue Europa prévoit des barrages entre les deuxièmes de…

    ", + "title": "Pronostic Auxerre Le Havre : Analyse cote et prono du match de Ligue 2", + "description": "

    Auxerre profite du coup de moins bien du Havre

    \n
    \nL'AJ Auxerre a un objectif cette saison qui est la montée en Ligue 1. La formation bourguignonne va…
    ", + "content": "

    Auxerre profite du coup de moins bien du Havre

    \n
    \nL'AJ Auxerre a un objectif cette saison qui est la montée en Ligue 1. La formation bourguignonne va…
    ", "category": "", - "link": "https://www.sofoot.com/tirage-au-sort-de-ligue-europa-barca-naples-et-leipzig-real-sociedad-en-barrages-508232.html", + "link": "https://www.sofoot.com/pronostic-auxerre-le-havre-analyse-cote-et-prono-du-match-de-ligue-2-508552.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T12:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tirage-au-sort-de-ligue-europa-barca-naples-et-leipzig-real-sociedad-en-barrages-1639399484_x600_articles-508232.jpg", + "pubDate": "2021-12-20T11:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-auxerre-le-havre-analyse-cote-et-prono-du-match-de-ligue-2-1640002473_x600_articles-508552.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80192,17 +81639,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8aeac2189ff5b2ca09b92a4eab489d3f" + "hash": "3bf342a6cfc59a15a7495725b0faf352" }, { - "title": "SoFoot Ligue : Nos conseils pour faire vos picks de la semaine 16", - "description": "Vous vous êtes inscrits à la SoFoot Ligue, mais vous ne savez pas quelle équipe choisir pour ne pas finir la semaine avec 0 point ? Rassurez-vous, nous sommes là pour vous aider.
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", - "content": "
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", + "title": "Bergerac n'a toujours pas encaissé de but en Coupe de France", + "description": "Forteresse imprenable.
    \n
    \nTombeurs du FC Metz ce dimanche, les joueurs de Bergerac en sont désormais…

    ", + "content": "Forteresse imprenable.
    \n
    \nTombeurs du FC Metz ce dimanche, les joueurs de Bergerac en sont désormais…

    ", "category": "", - "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-16-508236.html", + "link": "https://www.sofoot.com/bergerac-n-a-toujours-pas-encaisse-de-but-en-coupe-de-france-508551.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T12:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-16-1639397560_x600_articles-508236.jpg", + "pubDate": "2021-12-20T11:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bergerac-n-a-toujours-pas-encaisse-de-but-en-coupe-de-france-1640002192_x600_articles-508551.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80213,17 +81660,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c2e692ceadc8f1316dd5b864c1a0b5f" + "hash": "ad15dc0b38af168f401ddaf356f46a6f" }, { - "title": "Le tirage au sort complet des huitièmes de C1", - "description": "Les choses sérieuses commencent enfin. Ou en tout cas, \"devaient\".
    \n
    \n
    ", - "content": "Les choses sérieuses commencent enfin. Ou en tout cas, \"devaient\".
    \n
    \n
    ", + "title": "Pronostic Guingamp Dunkerque : Analyse cote et prono du match de Ligue 2", + "description": "

    Guingamp repart de l'avant face à Dunkerque

    \n
    \nCette opposition entre Guingamp et Dunkerque met aux prises deux formations qui luttent pour leur…
    ", + "content": "

    Guingamp repart de l'avant face à Dunkerque

    \n
    \nCette opposition entre Guingamp et Dunkerque met aux prises deux formations qui luttent pour leur…
    ", "category": "", - "link": "https://www.sofoot.com/le-tirage-au-sort-complet-des-huitiemes-de-c1-508234.html", + "link": "https://www.sofoot.com/pronostic-guingamp-dunkerque-analyse-cote-et-prono-du-match-de-ligue-2-508550.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T12:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-tirage-au-sort-complet-des-huitiemes-de-c1-1639396078_x600_articles-508234.jpg", + "pubDate": "2021-12-20T11:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guingamp-dunkerque-analyse-cote-et-prono-du-match-de-ligue-2-1640000208_x600_articles-508550.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80234,17 +81681,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cef22ed55fc1fa243ea652df82c32b0" + "hash": "b8958a89a59ff542ce9ba17bb35dc727" }, { - "title": "C1 : retrouvailles PSG-United et Messi-CR7 en huitièmes", - "description": "Jamais deux sans trois.
    \n
    \nTant attendu, le tirage au sort des huitièmes de finale de la Ligue des champions a enfin livré son verdict. Les Parisiens peuvent remercier la main innocente…

    ", - "content": "Jamais deux sans trois.
    \n
    \nTant attendu, le tirage au sort des huitièmes de finale de la Ligue des champions a enfin livré son verdict. Les Parisiens peuvent remercier la main innocente…

    ", + "title": "64 arrestations en marge de Feyenoord-Ajax", + "description": "Le match est à huis clos ? On peut toujours se battre dehors.
    \n
    \nLa rencontre entre
    ", + "content": "Le match est à huis clos ? On peut toujours se battre dehors.
    \n
    \nLa rencontre entre
    ", "category": "", - "link": "https://www.sofoot.com/c1-retrouvailles-psg-united-et-messi-cr7-en-huitiemes-508225.html", + "link": "https://www.sofoot.com/64-arrestations-en-marge-de-feyenoord-ajax-508546.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T11:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-c1-retrouvailles-psg-united-et-messi-cr7-en-huitiemes-1639396920_x600_articles-508225.jpg", + "pubDate": "2021-12-20T11:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-64-arrestations-en-marge-de-feyenoord-ajax-1639999370_x600_articles-508546.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80255,17 +81702,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6aadf396b8b0810dc34c1397634e7ec5" + "hash": "7250312620fea59c02d7f4a43cfa2f92" }, { - "title": "Suivez le tirage au sort des barrages de la Ligue Europa et Ligue Europa Conférence 2021-2022", - "description": "Les phases de poules, c'est terminé ! Désormais, place aux choses sérieuses avec le tirage au sort des barrages de la Ligue Europa et Ligue Europa Conférence 2021-2022. Aucun club français (cocorico) en C3 puisque Lyon et Monaco sont déjà en huitièmes, mais du très lourd en perspective cependant. En revanche, qui aura l'honneur de se frotter à Marseille en C4 ?

    Les participants en Ligue Europa Conférence :

    \n

    Têtes de série

    \n
    \n
    ", - "content": "

    Les participants en Ligue Europa Conférence :

    \n

    Têtes de série

    \n
    \n
    ", + "title": "Pronostic Ajaccio Grenoble : Analyse cote et prono du match de Ligue 2", + "description": "

    Ajaccio enfonce Grenoble

    \n
    \nL'AC Ajaccio dispute cette dernière journée de l'année civile 2021 en tant que leader de Ligue 2. Ce résultat…
    ", + "content": "

    Ajaccio enfonce Grenoble

    \n
    \nL'AC Ajaccio dispute cette dernière journée de l'année civile 2021 en tant que leader de Ligue 2. Ce résultat…
    ", "category": "", - "link": "https://www.sofoot.com/suivez-le-tirage-au-sort-des-barrages-de-la-ligue-europa-et-ligue-europa-conference-2021-2022-508233.html", + "link": "https://www.sofoot.com/pronostic-ajaccio-grenoble-analyse-cote-et-prono-du-match-de-ligue-2-508547.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T11:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-suivez-le-tirage-au-sort-des-barrages-de-la-ligue-europa-et-ligue-europa-conference-2021-2022-1639396224_x600_articles-alt-508233.jpg", + "pubDate": "2021-12-20T11:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-ajaccio-grenoble-analyse-cote-et-prono-du-match-de-ligue-2-1639999319_x600_articles-508547.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80276,17 +81723,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ba20ed061493f98d244b37ecb5a2f01" + "hash": "af822faa1b693e510b647da471de665e" }, { - "title": "C1 : Le LOSC défiera Chelsea en huitièmes", - "description": "L'Eden Hazardico.
    \n
    \nEn terminant premier de sa poule de Ligue des champions, le LOSC était assuré ce lundi de tirer au sort un deuxième de poule en huitièmes de finale. Mais Andreï…

    ", - "content": "L'Eden Hazardico.
    \n
    \nEn terminant premier de sa poule de Ligue des champions, le LOSC était assuré ce lundi de tirer au sort un deuxième de poule en huitièmes de finale. Mais Andreï…

    ", + "title": "Dans les coulisses du Stade poitevin, face au RC Lens", + "description": "Ce dimanche, le Stade poitevin accueillait en 32es de finale de Coupe de France le très à la mode et très impressionnant Racing Club de Lens de Franck Haise au pays du Futuroscope. On y était.Il n'est pas encore 10 heures du matin, mais dans les travées du stade Michel-Amand de Poitiers règne déjà une effervescence inhabituelle. \"J'en peux plus, rigole Jérôme, responsable…", + "content": "Il n'est pas encore 10 heures du matin, mais dans les travées du stade Michel-Amand de Poitiers règne déjà une effervescence inhabituelle. \"J'en peux plus, rigole Jérôme, responsable…", "category": "", - "link": "https://www.sofoot.com/c1-le-losc-defiera-chelsea-en-huitiemes-508227.html", + "link": "https://www.sofoot.com/dans-les-coulisses-du-stade-poitevin-face-au-rc-lens-508521.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T11:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-c1-le-losc-defiera-chelsea-en-huitiemes-1639395480_x600_articles-508227.jpg", + "pubDate": "2021-12-20T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-dans-les-coulisses-du-stade-poitevin-face-au-rc-lens-1639960038_x600_articles-alt-508521.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80297,17 +81744,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "106abce7b8197faec0544e5e289e23fd" + "hash": "de06e7483a4d706b6780ec0fc96c0ec2" }, { - "title": "Contre la Real Sociedad, les supporters du Real Betis inondent la pelouse de peluches pour les enfants défavorisés", - "description": "Noël avant l'heure à Séville.
    \n
    \nChez les supporters comme chez les joueurs, au Real Betis, on sait comment faire des heureux. Alors que la
    ", - "content": "Noël avant l'heure à Séville.
    \n
    \nChez les supporters comme chez les joueurs, au Real Betis, on sait comment faire des heureux. Alors que la
    ", + "title": "Pronostic Nancy Dijon : Analyse cote et prono du match de Ligue 2", + "description": "

    Dijon accroche Nancy

    \n
    \nL'AS Nancy Lorraine vit une saison de Ligue 2 très compliquée, calée en dernière position. En revanche, les Lorrains se sont…
    ", + "content": "

    Dijon accroche Nancy

    \n
    \nL'AS Nancy Lorraine vit une saison de Ligue 2 très compliquée, calée en dernière position. En revanche, les Lorrains se sont…
    ", "category": "", - "link": "https://www.sofoot.com/contre-la-real-sociedad-les-supporters-du-real-betis-inondent-la-pelouse-de-peluches-pour-les-enfants-defavorises-508230.html", + "link": "https://www.sofoot.com/pronostic-nancy-dijon-analyse-cote-et-prono-du-match-de-ligue-2-508545.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T11:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-contre-la-real-sociedad-les-supporters-du-real-betis-inondent-la-pelouse-de-peluches-pour-les-enfants-defavorises-1639393885_x600_articles-508230.jpg", + "pubDate": "2021-12-20T10:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nancy-dijon-analyse-cote-et-prono-du-match-de-ligue-2-1639997999_x600_articles-508545.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80318,17 +81765,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2c93af9189c711b63abf4f8abb0081d" + "hash": "acccf01576051487f64e201e4d667de9" }, { - "title": "Marlos quitte le Shakhtar Donetsk libre de tout contrat", - "description": "Clap de fin.
    \n
    \nDepuis que Marlos Romero Bonfim, dit Marlos, a mis les pieds au Shakhtar Donetsk, il y a sept ans, sa vie a complètement basculé. Celui qui est né dans les quartiers…

    ", - "content": "Clap de fin.
    \n
    \nDepuis que Marlos Romero Bonfim, dit Marlos, a mis les pieds au Shakhtar Donetsk, il y a sept ans, sa vie a complètement basculé. Celui qui est né dans les quartiers…

    ", + "title": "Des ultras du PSG seraient impliqués dans les incidents de Charléty", + "description": "Faites entrer les accusés.
    \n
    \nAlors que les pouvoirs publics avaient déjà pris le taureau par les cornes ce jeudi en annonçant
    ", + "content": "Faites entrer les accusés.
    \n
    \nAlors que les pouvoirs publics avaient déjà pris le taureau par les cornes ce jeudi en annonçant
    ", "category": "", - "link": "https://www.sofoot.com/marlos-quitte-le-shakhtar-donetsk-libre-de-tout-contrat-508228.html", + "link": "https://www.sofoot.com/des-ultras-du-psg-seraient-impliques-dans-les-incidents-de-charlety-508549.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-marlos-quitte-le-shakhtar-donetsk-libre-de-tout-contrat-1639393421_x600_articles-508228.jpg", + "pubDate": "2021-12-20T10:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-des-ultras-du-psg-seraient-impliques-dans-les-incidents-de-charlety-1640002012_x600_articles-508549.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80339,17 +81786,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a9e057af1aa12823c40e06b94719d3e" + "hash": "ce307072e9177e8e7bd612d9382c14e9" }, { - "title": "Suivez le tirage au sort des huitièmes de la Ligue des champions 2021-2022", - "description": "Après une intense bataille de six journées, le Paris Saint-Germain et Lille sont sortis vivants de ce premier tour de la Ligue des champions 2021-2022. Il ne reste désormais plus que seize prétendants à la victoire finale, et le tirage au sort s'apprête à être effectué. Alors, du lourd à venir pour Paris et Lille ?

    Les qualifiés :

    \n

    Chapeau 1

    \n
    \n
    ", - "content": "

    Les qualifiés :

    \n

    Chapeau 1

    \n
    \n
    ", + "title": "Un hors jeu de Giroud contre le Napoli crée la polémique", + "description": "Un coup de VAR qui ne passe pas.
    \n
    \nDans le temps additionnel du choc entre l'AC Milan et Naples ce dimanche soir,…

    ", + "content": "Un coup de VAR qui ne passe pas.
    \n
    \nDans le temps additionnel du choc entre l'AC Milan et Naples ce dimanche soir,…

    ", "category": "", - "link": "https://www.sofoot.com/suivez-le-tirage-au-sort-des-huitiemes-de-la-ligue-des-champions-2021-2022-508223.html", + "link": "https://www.sofoot.com/un-hors-jeu-de-giroud-contre-le-napoli-cree-la-polemique-508544.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T10:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-suivez-le-tirage-au-sort-des-huitiemes-de-la-ligue-des-champions-2021-2022-1639388048_x600_articles-alt-508223.jpg", + "pubDate": "2021-12-20T10:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-hors-jeu-de-giroud-contre-le-napoli-cree-la-polemique-1639998341_x600_articles-508544.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80360,17 +81807,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8912e6b4f34791228d7e1aabae496bd" + "hash": "eabf3f07b7c0893e5332284eeac8343b" }, { - "title": "Le Belge Thomas Vermaelen va quitter le Vissel Kobe", - "description": "Andrés Iniesta perd un soldat.
    \n
    \nExpatrié au Japon depuis juillet 2019, Thomas Vermaelen ne verra pas son contrat prolongé au Vissel Kobe. À 36 ans, le défenseur belge sera libre…

    ", - "content": "Andrés Iniesta perd un soldat.
    \n
    \nExpatrié au Japon depuis juillet 2019, Thomas Vermaelen ne verra pas son contrat prolongé au Vissel Kobe. À 36 ans, le défenseur belge sera libre…

    ", + "title": "Tottenham perd contre Rennes sur tapis vert et est éliminé de Ligue Europa Conférence", + "description": "Et un, et deux, et trois zéro !
    \n
    \nAprès le report, puis l'annulation du match, la décision définitive de l'UEFA est enfin tombée, pour le plus grand bonheur des Rennais. Cette…

    ", + "content": "Et un, et deux, et trois zéro !
    \n
    \nAprès le report, puis l'annulation du match, la décision définitive de l'UEFA est enfin tombée, pour le plus grand bonheur des Rennais. Cette…

    ", "category": "", - "link": "https://www.sofoot.com/le-belge-thomas-vermaelen-va-quitter-le-vissel-kobe-508226.html", + "link": "https://www.sofoot.com/tottenham-perd-contre-rennes-sur-tapis-vert-et-est-elimine-de-ligue-europa-conference-508543.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T10:11:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-belge-thomas-vermaelen-va-quitter-le-vissel-kobe-1639390452_x600_articles-508226.jpg", + "pubDate": "2021-12-20T10:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-perd-contre-rennes-sur-tapis-vert-et-est-elimine-de-ligue-europa-conference-1639997932_x600_articles-508543.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80381,17 +81828,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f05c669fd348297614a3eeea80e59f51" + "hash": "69d183a765248e007f2b1c9027edd0aa" }, { - "title": "Le Français Hubert Velud, sélectionneur du Soudan, démis de ses fonctions", - "description": "La valse des entraîneurs se poursuit sur le continent africain.
    \n
    \nLa…

    ", - "content": "La valse des entraîneurs se poursuit sur le continent africain.
    \n
    \nLa…

    ", + "title": "Pronostic Paris FC Amiens : Analyse cote et prono du match de Ligue 2", + "description": "

    Amiens peut stopper la belle série parisienne

    \n
    \nCette rencontre entre le Paris FC et Amiens met aux prises deux des équipes de L2 les plus en forme du…
    ", + "content": "

    Amiens peut stopper la belle série parisienne

    \n
    \nCette rencontre entre le Paris FC et Amiens met aux prises deux des équipes de L2 les plus en forme du…
    ", "category": "", - "link": "https://www.sofoot.com/le-francais-hubert-velud-selectionneur-du-soudan-demis-de-ses-fonctions-508224.html", + "link": "https://www.sofoot.com/pronostic-paris-fc-amiens-analyse-cote-et-prono-du-match-de-ligue-2-508542.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T10:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-francais-hubert-velud-selectionneur-du-soudan-demis-de-ses-fonctions-1639389378_x600_articles-508224.jpg", + "pubDate": "2021-12-20T10:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-paris-fc-amiens-analyse-cote-et-prono-du-match-de-ligue-2-1639997625_x600_articles-508542.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80402,17 +81849,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f53458f78fea03e96c00304c0899e87" + "hash": "b0fdd8e63ea5323653425c9f328a7d8c" }, { - "title": "Top 10 : Ciseaux de Ligue 1 ", - "description": "Ce week-end à Strasbourg, l'attaquant de l'OM Bamba Dieng a réalisé le plus beau but de la journée de Ligue 1 à l'aide du geste technique absolu du buteur : le ciseau retourné. L'international sénégalais entre ainsi par la grande porte dans la caste des acrobates du championnat de France. En voici dix depuis 2000. Car avant, cela aurait été un simple best-of des spécialistes Jean-Pierre Papin et Amara Simba.

    Djibril Cissé, AJ Auxerre-PSG (1-1), 4 août 2001

    \n
    \nMarquer grâce à un puissant ciseau acrobatique après que le ballon touche la barre transversale,…
    ", - "content": "

    Djibril Cissé, AJ Auxerre-PSG (1-1), 4 août 2001

    \n
    \nMarquer grâce à un puissant ciseau acrobatique après que le ballon touche la barre transversale,…
    ", + "title": "La communion des Jumeaux de M'Zouazia avec les supporters bordelais", + "description": "Autre ambiance qu'à Charléty.
    \n
    \nEn difficulté en Ligue 1,
    ", + "content": "Autre ambiance qu'à Charléty.
    \n
    \nEn difficulté en Ligue 1,
    ", "category": "", - "link": "https://www.sofoot.com/top-10-ciseaux-de-ligue-1-508211.html", + "link": "https://www.sofoot.com/la-communion-des-jumeaux-de-m-zouazia-avec-les-supporters-bordelais-508541.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T09:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-10-ciseaux-de-ligue-1-1639352953_x600_articles-alt-508211.jpg", + "pubDate": "2021-12-20T09:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-communion-des-jumeaux-de-m-zouazia-avec-les-supporters-bordelais-1639997429_x600_articles-508541.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80423,17 +81870,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "99329c8112eb7ba398b2dd933eed99e7" + "hash": "59f35a480600b16f9ced69725b9dbe07" }, { - "title": "L'Atlas champion du Mexique après plus de 70 ans d'attente", - "description": "Guadalajara revit enfin.
    \n
    \nAprès la victoire du Club León au match aller ce jeudi (3-2), l'Atlas avait une mission à réaliser ce dimanche soir : retourner la situation et offrir enfin…

    ", - "content": "Guadalajara revit enfin.
    \n
    \nAprès la victoire du Club León au match aller ce jeudi (3-2), l'Atlas avait une mission à réaliser ce dimanche soir : retourner la situation et offrir enfin…

    ", + "title": "Feu vert pour le projet de nouveau stade de Barcelone", + "description": "Cadeau de Noël doré pour les Blaugrana.
    \n
    \nEn s'en sortant difficilement samedi dernier…

    ", + "content": "Cadeau de Noël doré pour les Blaugrana.
    \n
    \nEn s'en sortant difficilement samedi dernier…

    ", "category": "", - "link": "https://www.sofoot.com/l-atlas-champion-du-mexique-apres-plus-de-70-ans-d-attente-508222.html", + "link": "https://www.sofoot.com/feu-vert-pour-le-projet-de-nouveau-stade-de-barcelone-508539.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T08:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atlas-champion-du-mexique-apres-plus-de-70-ans-d-attente-1639385937_x600_articles-508222.jpg", + "pubDate": "2021-12-20T09:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-feu-vert-pour-le-projet-de-nouveau-stade-de-barcelone-1639995306_x600_articles-508539.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80444,17 +81891,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dda338bf98d96a409a1446a9b41f8093" + "hash": "8e6eeb14d15bec40c902400e1b9c42a8" }, { - "title": "Téji Savanier (Montpellier) au sujet de l'équipe de France : \"C'est un rêve de pouvoir jouer pour son pays\"", - "description": "Un appel du pied aussi qualitatif que ses passes décisives.
    \n
    \nEncore auteur d'une remarquable prestation
    ", - "content": "Un appel du pied aussi qualitatif que ses passes décisives.
    \n
    \nEncore auteur d'une remarquable prestation
    ", + "title": "Vincent Kompany victime de racisme à Bruges", + "description": "Dans ces moments-là, mieux vaut rester en bonne compagnie.
    \n
    \nVincent Kompany a subi des insultes racistes ce dimanche alors qu'Anderlecht se déplaçait du côté du Club Bruges pour
    ", + "content": "Dans ces moments-là, mieux vaut rester en bonne compagnie.
    \n
    \nVincent Kompany a subi des insultes racistes ce dimanche alors qu'Anderlecht se déplaçait du côté du Club Bruges pour
    ", "category": "", - "link": "https://www.sofoot.com/teji-savanier-montpellier-au-sujet-de-l-equipe-de-france-c-est-un-reve-de-pouvoir-jouer-pour-son-pays-508221.html", + "link": "https://www.sofoot.com/vincent-kompany-victime-de-racisme-a-bruges-508537.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T08:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-teji-savanier-montpellier-au-sujet-de-l-equipe-de-france-c-est-un-reve-de-pouvoir-jouer-pour-son-pays-1639384455_x600_articles-508221.jpg", + "pubDate": "2021-12-20T08:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vincent-kompany-victime-de-racisme-a-bruges-1639990936_x600_articles-508537.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80465,17 +81912,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74d5eb651afe9e5d4e4075a137469479" + "hash": "1052d66e164c48a56ac25d3182924eb7" }, { - "title": "Gernot Rohr n'est plus le sélectionneur du Nigeria", - "description": "Peau neuve chez les Super Eagles.
    \n
    \nÀ moins d'un mois du début de la CAN 2022, le Nigéria frappe un grand coup en se séparant de son entraîneur Gernot Rohr, en place depuis…

    ", - "content": "Peau neuve chez les Super Eagles.
    \n
    \nÀ moins d'un mois du début de la CAN 2022, le Nigéria frappe un grand coup en se séparant de son entraîneur Gernot Rohr, en place depuis…

    ", + "title": "Pronostic Quevilly Rouen Caen : Analyse cote et prono du match de Ligue 2", + "description": "

    Caen solide à Quevilly Rouen

    \n
    \nDans une seconde partie de tableau en Ligue 2 où seulement 4 points séparent le 10e, Nîmes du…
    ", + "content": "

    Caen solide à Quevilly Rouen

    \n
    \nDans une seconde partie de tableau en Ligue 2 où seulement 4 points séparent le 10e, Nîmes du…
    ", "category": "", - "link": "https://www.sofoot.com/gernot-rohr-n-est-plus-le-selectionneur-du-nigeria-508220.html", + "link": "https://www.sofoot.com/pronostic-quevilly-rouen-caen-analyse-cote-et-prono-du-match-de-ligue-2-508538.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T08:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gernot-rohr-n-est-plus-le-selectionneur-du-nigeria-1639382890_x600_articles-508220.jpg", + "pubDate": "2021-12-20T08:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-quevilly-rouen-caen-analyse-cote-et-prono-du-match-de-ligue-2-1639990551_x600_articles-508538.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80486,17 +81933,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eef02288e0880565eee8bc9bf4213529" + "hash": "9bcfa7a52705dda0cc355af1cd881863" }, { - "title": "Pronostic Arminia Bielefeld Bochum : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Bochum toujours solide chez l'Arminia Bielfeld

    \n
    \nPromu l'an dernier, l'Arminia Bielfeld avait pu se sauver grâce à une très belle dernière ligne…
    ", - "content": "

    Bochum toujours solide chez l'Arminia Bielfeld

    \n
    \nPromu l'an dernier, l'Arminia Bielfeld avait pu se sauver grâce à une très belle dernière ligne…
    ", + "title": "Pronostic Nîmes Toulouse : Analyse cote et prono du match de Ligue 2", + "description": "

    Nîmes – Toulouse acte II

    \n
    \nLe week-end passé, Nîmois et Toulousains se sont affrontés au Stadium dans le cadre de la Coupe de France. Les…
    ", + "content": "

    Nîmes – Toulouse acte II

    \n
    \nLe week-end passé, Nîmois et Toulousains se sont affrontés au Stadium dans le cadre de la Coupe de France. Les…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-arminia-bielefeld-bochum-analyse-cotes-et-prono-du-match-de-bundesliga-508219.html", + "link": "https://www.sofoot.com/pronostic-nimes-toulouse-analyse-cote-et-prono-du-match-de-ligue-2-508536.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T07:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-arminia-bielefeld-bochum-analyse-cotes-et-prono-du-match-de-bundesliga-1639382819_x600_articles-508219.jpg", + "pubDate": "2021-12-20T08:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nimes-toulouse-analyse-cote-et-prono-du-match-de-ligue-2-1639989557_x600_articles-508536.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80507,17 +81954,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cc0d7e49337cf0bcbb8eb401f7b39a0" + "hash": "66b51b3a8218adde0e1bcaabc32bdfd2" }, { - "title": "Pronostic Mayence Hertha Berlin : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Des buts entre Mayence et le Hertha Berlin

    \n
    \nLa 16e journée de Bundesliga oppose deux équipes en forme. 8e au classement, Mayence…
    ", - "content": "

    Des buts entre Mayence et le Hertha Berlin

    \n
    \nLa 16e journée de Bundesliga oppose deux équipes en forme. 8e au classement, Mayence…
    ", + "title": "Pierre Ferracci va porter plainte après les incidents contre Lyon", + "description": "Même Paris et Marseille ont trouvé un point d'accord cette saison.
    \n
    \nLe président du Paris FC Pierre Ferracci a annoncé qu'il allait porter plainte contre X une fois la décision de la…

    ", + "content": "Même Paris et Marseille ont trouvé un point d'accord cette saison.
    \n
    \nLe président du Paris FC Pierre Ferracci a annoncé qu'il allait porter plainte contre X une fois la décision de la…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-mayence-hertha-berlin-analyse-cotes-et-prono-du-match-de-bundesliga-508218.html", + "link": "https://www.sofoot.com/pierre-ferracci-va-porter-plainte-apres-les-incidents-contre-lyon-508535.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T07:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-mayence-hertha-berlin-analyse-cotes-et-prono-du-match-de-bundesliga-1639383860_x600_articles-508218.jpg", + "pubDate": "2021-12-20T08:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pierre-ferracci-va-porter-plainte-apres-les-incidents-contre-lyon-1639990115_x600_articles-508535.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80528,17 +81975,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "52d37345fa70fcd49c1e615355fe07f3" + "hash": "66efee5f12daea6c4cb8d82b4eac2358" }, { - "title": "Pronostic Wolfsbourg Cologne : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Wolfsbourg n'y arrive toujours pas à Cologne

    \n
    \nRien ne vas plus pour Wolfsbourg. 4e de Bundesliga la saison passée, le club estampillé…
    ", - "content": "

    Wolfsbourg n'y arrive toujours pas à Cologne

    \n
    \nRien ne vas plus pour Wolfsbourg. 4e de Bundesliga la saison passée, le club estampillé…
    ", + "title": "Pronostic Rodez Bastia : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Rodez enchaîne face à Bastia

    \n
    \nRodez dispute sa 3e saison consécutive en Ligue 2. Lors des deux premières saisons, les Aveyronnais ont dû…
    ", + "content": "

    Rodez enchaîne face à Bastia

    \n
    \nRodez dispute sa 3e saison consécutive en Ligue 2. Lors des deux premières saisons, les Aveyronnais ont dû…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-wolfsbourg-cologne-analyse-cotes-et-prono-du-match-de-bundesliga-508217.html", + "link": "https://www.sofoot.com/pronostic-rodez-bastia-analyse-cotes-et-prono-du-match-de-ligue-2-508534.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T07:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-wolfsbourg-cologne-analyse-cotes-et-prono-du-match-de-bundesliga-1639393856_x600_articles-508217.jpg", + "pubDate": "2021-12-20T08:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rodez-bastia-analyse-cotes-et-prono-du-match-de-ligue-2-1639988791_x600_articles-508534.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80549,17 +81996,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9d929548a390674ba77a24528189671" + "hash": "5440712cd9ee6c219a47e3bcff51d2ce" }, { - "title": "Pronostic Stuttgart Bayern Munich : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Le Bayern fait le taf face à Stuttgart

    \n
    \nDe retour dans l'élite du football allemand l'an passé, Stuttgart avait facilement obtenu son maintien en…
    ", - "content": "

    Le Bayern fait le taf face à Stuttgart

    \n
    \nDe retour dans l'élite du football allemand l'an passé, Stuttgart avait facilement obtenu son maintien en…
    ", + "title": "Pronostic Niort Pau : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Niort sur sa lancée face à Pau

    \n
    \nEn grande souffrance lors des deux dernières saisons, Niort s'est sauvé miraculeusement deux fois, respectivement…
    ", + "content": "

    Niort sur sa lancée face à Pau

    \n
    \nEn grande souffrance lors des deux dernières saisons, Niort s'est sauvé miraculeusement deux fois, respectivement…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-stuttgart-bayern-munich-analyse-cotes-et-prono-du-match-de-bundesliga-508216.html", + "link": "https://www.sofoot.com/pronostic-niort-pau-analyse-cotes-et-prono-du-match-de-ligue-2-508533.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T07:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-stuttgart-bayern-munich-analyse-cotes-et-prono-du-match-de-bundesliga-1639381676_x600_articles-508216.jpg", + "pubDate": "2021-12-20T07:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-niort-pau-analyse-cotes-et-prono-du-match-de-ligue-2-1639988060_x600_articles-508533.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80570,17 +82017,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e7f2ecbaf731d462c93b25a15653d80" + "hash": "2bb43b6fa8ceb5d1b98823d4ae7afdd7" }, { - "title": "Pronostic Brentford Manchester United : Analyse, cotes et prono du match de Premier League", - "description": "

    Brentford tient tête à Manchester United

    \n
    \nDans une fin d'année civile hyper chargée en Angleterre, Manchester United a un déplacement compliqué…
    ", - "content": "

    Brentford tient tête à Manchester United

    \n
    \nDans une fin d'année civile hyper chargée en Angleterre, Manchester United a un déplacement compliqué…
    ", + "title": "Pronostic Sochaux Valenciennes : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Sochaux se méfie de Valenciennes

    \n
    \nIntéressant l'an passé, Sochaux avait fini aux portes des playoffs alors que sa saison dernière devait un…
    ", + "content": "

    Sochaux se méfie de Valenciennes

    \n
    \nIntéressant l'an passé, Sochaux avait fini aux portes des playoffs alors que sa saison dernière devait un…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-brentford-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-508215.html", + "link": "https://www.sofoot.com/pronostic-sochaux-valenciennes-analyse-cotes-et-prono-du-match-de-ligue-2-508532.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T07:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brentford-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-1639380998_x600_articles-508215.jpg", + "pubDate": "2021-12-20T06:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-sochaux-valenciennes-analyse-cotes-et-prono-du-match-de-ligue-2-1639987316_x600_articles-508532.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80591,17 +82038,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "05d8e63869dc34c6b9b98c9ba56f5281" + "hash": "e9c58dd8e5c85abea4dd110741204fa6" }, { - "title": "Pronostic Manchester City Leeds : Analyse, cotes et prono du match de Premier League", - "description": "

    Un Manchester City très solide face à Leeds

    \n
    \nAprès avoir concédé une défaite sans conséquence en Ligue des Champions face au RB Leipzig mardi…
    ", - "content": "

    Un Manchester City très solide face à Leeds

    \n
    \nAprès avoir concédé une défaite sans conséquence en Ligue des Champions face au RB Leipzig mardi…
    ", - "category": "", - "link": "https://www.sofoot.com/pronostic-manchester-city-leeds-analyse-cotes-et-prono-du-match-de-premier-league-508214.html", + "title": "Bonus Winamax : 100€ DIRECT (Déposez 100€ et Misez avec 200€)", + "description": "

    Bonus Winamax : Déposez 100€ et misez direct avec 200€

    \n
    \nLe Bonus Winamax est actuellement de 100€ DIRECT !
    \n
    \n


    ", + "content": "

    Bonus Winamax : Déposez 100€ et misez direct avec 200€

    \n
    \nLe Bonus Winamax est actuellement de 100€ DIRECT !
    \n
    \n



    ", + "category": "", + "link": "https://www.sofoot.com/bonus-winamax-100e-direct-deposez-100e-et-misez-avec-200e-508331.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T07:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-city-leeds-analyse-cotes-et-prono-du-match-de-premier-league-1639380055_x600_articles-508214.jpg", + "pubDate": "2021-12-15T12:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bonus-winamax-100e-direct-deposez-100e-et-misez-avec-200e-1639571693_x600_articles-508331.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80612,17 +82059,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d66a6b81c499ef00876902e0deaa075a" + "hash": "08b46957f0390932b52b2c3b76c69f97" }, { - "title": "Pronostic Norwich Aston Villa : Analyse, cotes et prono du match de Premier League", - "description": "

    Aston Villa enfonce un peu + Norwich

    \n
    \nPromu cette saison en Premier League, Norwich est l'une de ces formations habituées à faire le yoyo entre les…
    ", - "content": "

    Aston Villa enfonce un peu + Norwich

    \n
    \nPromu cette saison en Premier League, Norwich est l'une de ces formations habituées à faire le yoyo entre les…
    ", + "title": "Retour sur la première titularisation de Xavi Simons avec le PSG", + "description": "Annoncé depuis très longtemps comme un phénomène... marketing, Xavi Simons a enfin débuté un match avec le PSG à six mois de la fin de son contrat. Le Batave, représenté par Mino Raiola, est un enjeu d'image, mais aussi sportif pour le club de la capitale. Après sa bonne copie rendue face aux amateurs de Feignies-Aulnoye, le sosie capillaire de Carlos Valderrama peut-il espérer quelque chose dans les prochains mois au Paris-SG ?Douze minutes à Caen en Coupe de France en février, une seule à Strasbourg en avril en Ligue 1, jusqu'ici le temps de jeu de Xavi Simons, 18 ans, avec le PSG ressemblait, peu ou prou, à du…", + "content": "Douze minutes à Caen en Coupe de France en février, une seule à Strasbourg en avril en Ligue 1, jusqu'ici le temps de jeu de Xavi Simons, 18 ans, avec le PSG ressemblait, peu ou prou, à du…", "category": "", - "link": "https://www.sofoot.com/pronostic-norwich-aston-villa-analyse-cotes-et-prono-du-match-de-premier-league-508213.html", + "link": "https://www.sofoot.com/retour-sur-la-premiere-titularisation-de-xavi-simons-avec-le-psg-508531.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T06:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-norwich-aston-villa-analyse-cotes-et-prono-du-match-de-premier-league-1639379392_x600_articles-508213.jpg", + "pubDate": "2021-12-20T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-retour-sur-la-premiere-titularisation-de-xavi-simons-avec-le-psg-1639953775_x600_articles-alt-508531.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80633,17 +82080,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e4431e500466bb57286b74e380e2ede" + "hash": "e2bc31d287698d0ddbad1c39d7d8be8a" }, { "title": "Ces trois infos du week-end vont vous étonner", - "description": "Parce qu'il n'y a pas que les championnats du Big Five dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : une soirée endiablée en Argentine, une lanterne rouge en grande galère en Tchéquie et un scénario fou en D4 anglaise.

    ", - "content": "

    ", + "description": "Parce qu'il n'y a pas que les championnats du Big Five dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : un derby madrilène à suspense en Primera Iberdrola, un choc de haute volée à Melbourne et une finale de coupe qui a donné le sourire à Hiroki Sakai au Japon.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-508205.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-508516.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1639335410_x600_articles-508205.jpg", + "pubDate": "2021-12-20T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1639940753_x600_articles-alt-508516.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80654,17 +82101,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46f045d310a571ea4b5c4cc1955c4fda" + "hash": "bf6283d7a3f92cb4ab44e41f41b494c1" }, { - "title": "Didier Ovono : \"Là je suis à Trélazé, demain je peux être avec Aubameyang\"", - "description": "Après avoir connu la Ligue 1, la Ligue des champions et les Jeux olympiques, Didier Ovono garde aujourd'hui les cages du Foyer Trélazé (Maine-et-Loire) en Régional 1. Un club où il a retrouvé le plaisir de jouer au football. À bientôt 39 ans, le portier gabonais ne s'interdit rien. Et surtout pas de disputer une cinquième Coupe d'Afrique des nations avec les Panthères, auxquelles il espère pouvoir apporter toute son expérience.Comment tu t'es retrouvé au Foyer Trélazé ?
    \nC'est une belle histoire. Le petit cousin de ma femme s'entraînait avec l'équipe première de Trélazé, il…
    ", - "content": "Comment tu t'es retrouvé au Foyer Trélazé ?
    \nC'est une belle histoire. Le petit cousin de ma femme s'entraînait avec l'équipe première de Trélazé, il…
    ", + "title": "Le PSG de Mbappé écarte Feignies-Aulnoye", + "description": "Kylian Mbappé a marqué un doublé, et les jeunots parisiens ont pu croquer du temps de jeu.

    Feignies-Aulnoye 0-3 PSG ", + "content": "

    Feignies-Aulnoye 0-3 PSG ", "category": "", - "link": "https://www.sofoot.com/didier-ovono-la-je-suis-a-trelaze-demain-je-peux-etre-avec-aubameyang-508183.html", + "link": "https://www.sofoot.com/le-psg-de-mbappe-ecarte-feignies-aulnoye-508526.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-didier-ovono-la-je-suis-a-trelaze-demain-je-peux-etre-avec-aubameyang-1639321087_x600_articles-alt-508183.jpg", + "pubDate": "2021-12-19T22:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-psg-de-mbappe-ecarte-feignies-aulnoye-1639952286_x600_articles-508526.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80675,17 +82122,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0cc7b4abe21cc910ababb3847513077" + "hash": "d5e13fb6866d29b6d93824f3f8dfc3c0" }, { - "title": "Dans les frissons de Nantes", - "description": "Auteur d'une vibrante deuxième période vendredi lors de la réception de Lens (3-2), le FC Nantes - dixième - se stabilise en milieu de tableau et prouve, après une moitié de championnat, qu'il a retrouvé une âme.Vendredi soir, c'était évènement à la Beaujoire, et pas seulement parce que le RC Lens de Franck Haise descendait en Loire-Atlantique. Disparu le 5 décembre à 72 ans, le Britannique

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/dans-les-frissons-de-nantes-508145.html", + "link": "https://www.sofoot.com/le-real-accroche-par-cadix-508529.html", "creator": "SO FOOT", - "pubDate": "2021-12-13T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-dans-les-frissons-de-nantes-1639311430_x600_articles-alt-508145.jpg", + "pubDate": "2021-12-19T21:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-real-accroche-par-cadix-1639950309_x600_articles-508529.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80696,17 +82143,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7b41b001ed43fcd9bad5b4576cacc26" + "hash": "2746b9743ee4681857a1f0b11fa4690f" }, { - "title": "Kylian Mbappé : 2021, l'année du patron", - "description": "Suspendu pour la dernière journée de Ligue 1 contre Lorient, et probablement pas du voyage à Feignies-Aulnoye en Coupe de France, Kylian Mbappé a terminé l'année 2021 comme il l'a commencé : en portant le PSG sur ses larges épaules. Auteur d'un doublé face à l'AS Monaco ce dimanche, l'attaquant formé sur la Côte d'Azur a permis au club de la capitale de gagner à nouveau en championnat (2-0). Certains doutent-ils encore de qui est le patron ?\" Merci Kylian Mbappé ? Ça me va très bien. \" Marquinhos peut plaisanter au micro de Prime Vidéo au moment de résumer la prestation parisienne face à Monaco. Mais la phrase…", - "content": "\" Merci Kylian Mbappé ? Ça me va très bien. \" Marquinhos peut plaisanter au micro de Prime Vidéo au moment de résumer la prestation parisienne face à Monaco. Mais la phrase…", + "title": "Le Napoli blase le Milan", + "description": "Surpris par le Napoli dans son antre (0-1), Milan marque le pas et glisse en troisième position de Serie A, juste derrière son adversaire du soir. L'Inter est d'ores et déjà championne d'hiver, à une journée de la trêve.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/kylian-mbappe-2021-l-annee-du-patron-508209.html", + "link": "https://www.sofoot.com/le-napoli-blase-le-milan-508503.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T22:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-2021-l-annee-du-patron-1639348767_x600_articles-alt-508209.jpg", + "pubDate": "2021-12-19T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-napoli-blase-le-milan-1639951399_x600_articles-alt-508503.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80717,17 +82164,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d268f32a30435dcd505d3035f250227" + "hash": "d8d5eaa0d52d0a7aaa081010c50ef23f" }, { - "title": "Les notes de Paris-Monaco", - "description": "Paris n'est toujours pas flamboyant dans le jeu mais peut encore compter sur Kylian Mbappé et Marquinhos pour assurer l'essentiel face à Monaco (2-0). Il faut dire que les attaquants monégasques ont été presque aussi timides que le public du Parc.

    Ils se sont illustrés


    \n
    \nFait…

    ", - "content": "

    Ils se sont illustrés


    \n
    \nFait…

    ", + "title": "Coupe de France : un derby Lens-Lille en seizièmes de finale ", + "description": "Un derby et des gros lots.
    \n
    \nEntre la séance de tirs au but légendaire entre Dinan-Léhon et Brest et le coup d'envoi de Feignies-Aulnoyes-PSG, Frédéric Déhu a assuré le tirage au…

    ", + "content": "Un derby et des gros lots.
    \n
    \nEntre la séance de tirs au but légendaire entre Dinan-Léhon et Brest et le coup d'envoi de Feignies-Aulnoyes-PSG, Frédéric Déhu a assuré le tirage au…

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-paris-monaco-508208.html", + "link": "https://www.sofoot.com/coupe-de-france-un-derby-lens-lille-en-seiziemes-de-finale-508530.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-paris-monaco-1639345714_x600_articles-alt-508208.jpg", + "pubDate": "2021-12-19T20:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-un-derby-lens-lille-en-seiziemes-de-finale-1639947374_x600_articles-508530.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80738,17 +82185,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be60fd3a11449ca69cbc51d1ae68be36" + "hash": "94059431632474c7d321fbd79f4c5433" }, { - "title": "Le Real met l'Atlético à terre dans le derby", - "description": "Brillant par moments, le Real Madrid a mis son rival de l'Atlético sous cloche au Bernabéu (2-0), histoire d'asseoir un peu plus son emprise sur la Liga 2021-2022. Vinícius Júnior, Luka Modrić, Thibaut Courtois et Karim Benzema ont été, encore et toujours, les grands messieurs de la leçon prodiguée par Carlo Ancelotti à Diego Simeone.

    ", - "content": "

    ", + "title": "En direct : Feignies-Aulnoyes - PSG", + "description": "94' : Qualif du PSG !! Oublions ces gugus qui déboulent sur la pelouse et saluons le beau ...", + "content": "94' : Qualif du PSG !! Oublions ces gugus qui déboulent sur la pelouse et saluons le beau ...", "category": "", - "link": "https://www.sofoot.com/le-real-met-l-atletico-a-terre-dans-le-derby-508168.html", + "link": "https://www.sofoot.com/en-direct-feignies-aulnoyes-psg-508523.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-met-l-atletico-a-terre-dans-le-derby-1639347139_x600_articles-alt-508168.jpg", + "pubDate": "2021-12-19T19:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-feignies-aulnoyes-psg-1639949012_x600_articles-alt-508523.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80759,17 +82206,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f4706fc66d623353efa953088940b3" + "hash": "4bdb8f4b838d824c0ec3183327325a92" }, { - "title": "PSG-ASM : Mbappé corrige Monaco", - "description": "Pour son dernier match de 2021 au Parc des Princes, le PSG a fait ce qu'il savait faire de mieux : jouer moyennement bien et gagner grâce à Mbappé. Le Français, auteur d'un doublé face à son ancien club, a scellé le sort d'une bien triste affiche du dimanche soir (2-0). Sans être beaucoup plus séduisant, Paris reste large leader de Ligue 1.

    ", - "content": "

    ", + "title": "Bordeaux en met 10, Nice s'en sort et Brest passe de peu", + "description": "Avec trois candidats en lice ce dimanche lors des 32es de finale de Coupe de France, la Ligue 1 a connu des fortunes diverses : les Girondins de Bordeaux ont repris confiance en écrabouillant Jumeaux de Mzouasia (10-0, quadruplé de M'Baye Niang), Nice s'en est sorti sur la plus courte des marges grâce à Andy Delort, et Brest est passé après une incroyable séance de tirs au but (malgré une supériorité numérique pendant près d'une heure). Pour le reste, La Roche-sur-Yon a réussi à faire respecter la logique en renversant Montauban sur le fil pendant que Chauvigny a créé la surprise en se qualifiant face à Chartres.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/psg-asm-mbappe-corrige-monaco-508207.html", + "link": "https://www.sofoot.com/bordeaux-en-met-10-nice-s-en-sort-et-brest-passe-de-peu-508514.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T21:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-psg-asm-mbappe-corrige-monaco-1639345623_x600_articles-alt-508207.jpg", + "pubDate": "2021-12-19T19:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-en-met-10-nice-s-en-sort-et-brest-passe-de-peu-1639939340_x600_articles-alt-508514.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80780,17 +82227,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "afae7951a08341941dda0ce6dfd70c4f" + "hash": "f6378034b1abe92bbd6408bd8ccc4b2d" }, { - "title": "L'Inter dégomme Cagliari et prend la tête de la Serie A", - "description": "

    ", - "content": "

    ", + "title": "En direct : AC Milan - Napoli", + "description": "96' : ET C'EST TERMINÉ !!!! Le Napoli s'impose 1-0 face à l'AC Milan qui pensait avoir égalisé ...", + "content": "96' : ET C'EST TERMINÉ !!!! Le Napoli s'impose 1-0 face à l'AC Milan qui pensait avoir égalisé ...", "category": "", - "link": "https://www.sofoot.com/l-inter-degomme-cagliari-et-prend-la-tete-de-la-serie-a-508172.html", + "link": "https://www.sofoot.com/en-direct-ac-milan-napoli-508528.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T21:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-inter-degomme-cagliari-et-prend-la-tete-de-la-serie-a-1639345976_x600_articles-508172.jpg", + "pubDate": "2021-12-19T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-ac-milan-napoli-1639941579_x600_articles-508528.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80801,17 +82248,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e403825eff0c6674ada8da1d008b7cb" + "hash": "e8b0407d0283830ff963d96a42e58644" }, { - "title": "En direct : Real Madrid - Atlético Madrid", - "description": "53' : En tout cas, la malédiction So Foot n'a pas frappé Courtois pour le moment. Au ...", - "content": "53' : En tout cas, la malédiction So Foot n'a pas frappé Courtois pour le moment. Au ...", + "title": "Tottenham s'agrippe à Liverpool après un match fou", + "description": "Et le grand gagnant s'appelle Manchester City.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-real-madrid-atletico-madrid-508204.html", + "link": "https://www.sofoot.com/tottenham-s-agrippe-a-liverpool-apres-un-match-fou-508522.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-real-madrid-atletico-madrid-1639338509_x600_articles-508204.jpg", + "pubDate": "2021-12-19T18:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-s-agrippe-a-liverpool-apres-un-match-fou-1639938448_x600_articles-508522.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80822,17 +82269,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6445fdbf872ba932f2687732c600c070" + "hash": "fb17c67507527c6fa82d1b498d270381" }, { - "title": "En direct : PSG - Monaco", - "description": "70' : Kyky Mbappé qui se laisse tomber un peu trop facilement dans la surface pour réclamer un ...", - "content": "70' : Kyky Mbappé qui se laisse tomber un peu trop facilement dans la surface pour réclamer un ...", + "title": "L'Athletic Bilbao bat le Betis Séville sur le fil", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-psg-monaco-508206.html", + "link": "https://www.sofoot.com/l-athletic-bilbao-bat-le-betis-seville-sur-le-fil-508513.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-psg-monaco-1639335623_x600_articles-508206.jpg", + "pubDate": "2021-12-19T17:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-athletic-bilbao-bat-le-betis-seville-sur-le-fil-1639934372_x600_articles-508513.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80843,17 +82290,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ed7b6191526e988135327c09405389e" + "hash": "325c12bbe783c76b4068c308967cbc9f" }, { - "title": "Le Betis corrige la Real Sociedad", - "description": "

    ", - "content": "

    ", + "title": "Vlahović égale un record de Cristiano Ronaldo en Italie", + "description": "Des buts par Dušan.
    \n
    \nInarrêtable en cette année 2021, Dušan Vlahović a égalé un record détenu par Cristiano Ronaldo. L'attaquant serbe a en effet inscrit son 33e but de…

    ", + "content": "Des buts par Dušan.
    \n
    \nInarrêtable en cette année 2021, Dušan Vlahović a égalé un record détenu par Cristiano Ronaldo. L'attaquant serbe a en effet inscrit son 33e but de…

    ", "category": "", - "link": "https://www.sofoot.com/le-betis-corrige-la-real-sociedad-508203.html", + "link": "https://www.sofoot.com/vlahovic-egale-un-record-de-cristiano-ronaldo-en-italie-508524.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T19:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-betis-corrige-la-real-sociedad-1639337667_x600_articles-508203.jpg", + "pubDate": "2021-12-19T17:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vlahovic-egale-un-record-de-cristiano-ronaldo-en-italie-1639933708_x600_articles-508524.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80864,17 +82311,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0488444a2b32467452cace4e6e6354d" + "hash": "7f8848c3ab2f6b0d2aab831a280a87ac" }, { - "title": "Empoli surprend le Napoli", - "description": "

    ", - "content": "

    ", + "title": "Linas-Montlhéry créé l'exploit contre Angers, Montpellier et Reims s'en sortent", + "description": "Ce fut dur pour Montpellier (0-1) et le Stade de Reims (0-1), mais les deux équipes de Ligue 1 ont su prendre la mesure de leurs adversaires respectifs (Andrézieux, N2, et Reims Sainte-Anne, R1), tandis que le SCO d'Angers sort par la toute petite porte dans cette Coupe de France, battu par une équipe de Linas-Montlhéry (2-0) en fusion. Le Vannes Olympique Club n'a quant à lui pas fait de détail pour se débarrasser de Wasquehal (0-3) et rejoindre les seizièmes de finale.

    Andrézieux (N2) 0-1 Montpellier ", + "content": "

    Andrézieux (N2) 0-1 Montpellier ", "category": "", - "link": "https://www.sofoot.com/empoli-surprend-le-napoli-508202.html", + "link": "https://www.sofoot.com/linas-montlhery-cree-l-exploit-contre-angers-montpellier-et-reims-s-en-sortent-508511.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T19:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-empoli-surprend-le-napoli-1639336250_x600_articles-508202.jpg", + "pubDate": "2021-12-19T16:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-linas-montlhery-cree-l-exploit-contre-angers-montpellier-et-reims-s-en-sortent-1639932170_x600_articles-alt-508511.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80885,17 +82332,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "91ba388435c27bb1279ea856d78e520b" + "hash": "4f50a1ce1a77839f680de16c7b0c446e" }, { - "title": "Francfort fait exploser le Bayer Leverkusen", - "description": "

    ", - "content": "

    ", + "title": "Fribourg grille la politesse au Bayer Leverkusen", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/francfort-fait-exploser-le-bayer-leverkusen-508197.html", + "link": "https://www.sofoot.com/fribourg-grille-la-politesse-au-bayer-leverkusen-508506.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T18:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-francfort-fait-exploser-le-bayer-leverkusen-1639334029_x600_articles-508197.jpg", + "pubDate": "2021-12-19T16:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fribourg-grille-la-politesse-au-bayer-leverkusen-1639932213_x600_articles-508506.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80906,17 +82353,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd7fa051c19741cb23e934fb4c7e851c" + "hash": "89db90cc9abc979dd315ecc57cc57b1d" }, { - "title": "Everton retombe dans ses travers à Crystal Palace", - "description": "

    ", - "content": "

    ", + "title": "Un match de troisième division allemande arrêté après des insultes racistes", + "description": "Et ça continue, encore et encore.
    \n
    \nLa rencontre de troisième division allemande entre le MSV Duisburg et le Vfl Osnabrück ce dimanche a été interrompue après des insultes racistes…

    ", + "content": "Et ça continue, encore et encore.
    \n
    \nLa rencontre de troisième division allemande entre le MSV Duisburg et le Vfl Osnabrück ce dimanche a été interrompue après des insultes racistes…

    ", "category": "", - "link": "https://www.sofoot.com/everton-retombe-dans-ses-travers-a-crystal-palace-508173.html", + "link": "https://www.sofoot.com/un-match-de-troisieme-division-allemande-arrete-apres-des-insultes-racistes-508520.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T18:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-everton-retombe-dans-ses-travers-a-crystal-palace-1639334395_x600_articles-508173.jpg", + "pubDate": "2021-12-19T16:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-match-de-troisieme-division-allemande-arrete-apres-des-insultes-racistes-1639931103_x600_articles-508520.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80927,17 +82374,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a677fc67294bd4a8a18a2d11015b3c77" + "hash": "06ccb39949007e77c40295621eb4b748" }, { - "title": "Marseille mate Strasbourg et repasse dauphin du PSG", - "description": "Porté par un but fantastique de Bamba Dieng, l'Olympique de Marseille a parfaitement maîtrisé son déplacement périlleux à Strasbourg ce dimanche (0-2) et repris la deuxième place de Ligue 1 pour un point au Stade rennais. Un succès qui confirme une tendance : l'OM pragmatique fonctionne en cette fin d'année.

    ", - "content": "

    ", + "title": "Live : la finale des Mondiaux de handball entre la France et la Norvège", + "description": "Après la belle victoire face au Danemark, les Bleues d'Olivier Krumbholz affrontent la Norvège en finale des championnats du monde organisés en Espagne pour tenter de décrocher un nouveau sacre mondial, un de plus après ceux de 2003 et 2017. Et après la médaille d'or aux derniers Jeux Olympiques accessoirement...

    France 0-0 Norvège

    ", + "content": "

    France 0-0 Norvège

    ", "category": "", - "link": "https://www.sofoot.com/marseille-mate-strasbourg-et-repasse-dauphin-du-psg-508199.html", + "link": "https://www.sofoot.com/live-la-finale-des-mondiaux-de-handball-entre-la-france-et-la-norvege-508518.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T18:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-marseille-mate-strasbourg-et-repasse-dauphin-du-psg-1639332726_x600_articles-alt-508199.jpg", + "pubDate": "2021-12-19T16:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-live-la-finale-des-mondiaux-de-handball-entre-la-france-et-la-norvege-1639928817_x600_articles-alt-508518.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80948,17 +82395,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6982d5c1a9dfb9e09465731be35dd203" + "hash": "ce892b1f41761d21104e7e33d626cedf" }, { - "title": "Osasuna et le Barça se neutralisent", - "description": "

    ", - "content": "

    ", + "title": "En direct : Tottenham - Liverpool", + "description": "0' : Et en face ? Un inédit milieu de terrain composé de Tyler Morton (19 piges), Naby Keita et ...", + "content": "0' : Et en face ? Un inédit milieu de terrain composé de Tyler Morton (19 piges), Naby Keita et ...", "category": "", - "link": "https://www.sofoot.com/osasuna-et-le-barca-se-neutralisent-508198.html", + "link": "https://www.sofoot.com/en-direct-tottenham-liverpool-508517.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T17:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-osasuna-et-le-barca-se-neutralisent-1639329841_x600_articles-508198.jpg", + "pubDate": "2021-12-19T16:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-tottenham-liverpool-1639928600_x600_articles-508517.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80969,17 +82416,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "77be041a6e641c4e4bd8e9b54cccd51e" + "hash": "c5c335cc5a795d1a5d5a3dd2238dd8c5" }, { - "title": "Le Standard bat Antwerp au milieu des bagarres", - "description": "

    ", - "content": "

    ", + "title": "Chelsea se casse les dents sur Wolverhampton", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-standard-bat-antwerp-au-milieu-des-bagarres-508196.html", + "link": "https://www.sofoot.com/chelsea-se-casse-les-dents-sur-wolverhampton-508512.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T16:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-standard-bat-antwerp-au-milieu-des-bagarres-1639327021_x600_articles-508196.jpg", + "pubDate": "2021-12-19T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-se-casse-les-dents-sur-wolverhampton-1639929976_x600_articles-508512.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -80990,17 +82437,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "99ca00ebd25d5be046d556c3dfda2d17" + "hash": "2d4955651f48112aac5cb28e9a1f2d9f" }, { - "title": "Leicester enfonce Newcastle, pas de buts entre Burnley et West Ham", - "description": "

    ", - "content": "

    ", + "title": "La communion des Jumeaux de Mzouazia avec les supporters bordelais", + "description": "Autre ambiance qu'à Charléty.
    \n
    \nEn difficulté en Ligue 1,
    ", + "content": "Autre ambiance qu'à Charléty.
    \n
    \nEn difficulté en Ligue 1,
    ", "category": "", - "link": "https://www.sofoot.com/leicester-enfonce-newcastle-pas-de-buts-entre-burnley-et-west-ham-508193.html", + "link": "https://www.sofoot.com/la-communion-des-jumeaux-de-mzouazia-avec-les-supporters-bordelais-508541.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T16:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leicester-enfonce-newcastle-pas-de-buts-entre-burnley-et-west-ham-1639325766_x600_articles-508193.jpg", + "pubDate": "2021-12-20T09:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-communion-des-jumeaux-de-mzouazia-avec-les-supporters-bordelais-1639997429_x600_articles-508541.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81011,17 +82458,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b351c80db6dd1e82593cbf6bb755d4e" + "hash": "f6fc35e7b7bd52d9b9adf12c8638c4c2" }, { - "title": "Nice se relance à Rennes ", - "description": "Dans une rencontre animée, Nice a pris le dessus sur Rennes (1-2) grâce à des buts de Kasper Dolberg et Youcef Atal. Comme face à Lille dix jours plus tôt, les Bretons sont revenus dans la partie avec une réalisation de Benjamin Bourigeaud, sans réussir à rattraper son adversaire du jour, qui monte sur le podium et revient à une longueur du SRFC.

    ", - "content": "

    ", + "title": "Le leader Manchester City s'amuse à Newcastle", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/nice-se-relance-a-rennes-508185.html", + "link": "https://www.sofoot.com/le-leader-manchester-city-s-amuse-a-newcastle-508509.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T16:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nice-se-relance-a-rennes-1639325061_x600_articles-alt-508185.jpg", + "pubDate": "2021-12-19T15:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-leader-manchester-city-s-amuse-a-newcastle-1639929045_x600_articles-508509.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81032,17 +82479,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8286204018d1869ccff6217fc496fe9e" + "hash": "9a521768ba1ac83b18b790e7ed599bbc" }, { - "title": "Clermont surprend Angers", - "description": "Clermont sort de la zone rouge, tandis qu'Angers reste bloqué au milieu de tableau.

    ", - "content": "

    ", + "title": "Un joueur de Cannet-Rocheville fait sa demande de mariage au Vélodrome", + "description": "Gravé à jamais.
    \n
    \nC'est un après-midi pas comme les autres qu'ont vécu les joueur du Cannet-Rocheville, éliminés en 32e de finale de Coupe de France par l'OM au Vélodrome. Les…

    ", + "content": "Gravé à jamais.
    \n
    \nC'est un après-midi pas comme les autres qu'ont vécu les joueur du Cannet-Rocheville, éliminés en 32e de finale de Coupe de France par l'OM au Vélodrome. Les…

    ", "category": "", - "link": "https://www.sofoot.com/clermont-surprend-angers-508191.html", + "link": "https://www.sofoot.com/un-joueur-de-cannet-rocheville-fait-sa-demande-de-mariage-au-velodrome-508519.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-clermont-surprend-angers-1639324330_x600_articles-508191.jpg", + "pubDate": "2021-12-19T15:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-joueur-de-cannet-rocheville-fait-sa-demande-de-mariage-au-velodrome-1639928947_x600_articles-508519.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81053,17 +82500,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "126bbde43bb05d6f7785fc00471d921a" + "hash": "0fb76dde19f58da6dc3edc6e06429339" }, { - "title": "Metz harponne Lorient", - "description": "Les Grenats sortent de la zone rouge et y laissent Lorient.

    ", - "content": "

    ", + "title": "Un petit Ajax remporte le Klassiker contre Feyenoord", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/metz-harponne-lorient-508165.html", + "link": "https://www.sofoot.com/un-petit-ajax-remporte-le-klassiker-contre-feyenoord-508507.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-metz-harponne-lorient-1639325344_x600_articles-508165.jpg", + "pubDate": "2021-12-19T15:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-petit-ajax-remporte-le-klassiker-contre-feyenoord-1639927160_x600_articles-508507.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81074,17 +82521,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "045b79f474fc9ae4d842291b44a5f3f0" + "hash": "1bfdcd988b68b7ac3ecc1907564b250f" }, { - "title": "Bordeaux renoue avec la victoire à Troyes", - "description": "Menés au score, les Bordelais ont su renverser l'ESTAC.

    ", - "content": "

    ", + "title": "M'Baye Niang : \" En Arabie saoudite, le football, c'est nul \"", + "description": "Pas un grand fan des road trips en plein désert, M'Baye Niang.
    \n
    \nPrêté l'hiver dernier à Ahli, en Arabie saoudite, M'Baye Niang n'a guère apprécié son passage dans le Golfe.…

    ", + "content": "Pas un grand fan des road trips en plein désert, M'Baye Niang.
    \n
    \nPrêté l'hiver dernier à Ahli, en Arabie saoudite, M'Baye Niang n'a guère apprécié son passage dans le Golfe.…

    ", "category": "", - "link": "https://www.sofoot.com/bordeaux-renoue-avec-la-victoire-a-troyes-508190.html", + "link": "https://www.sofoot.com/m-baye-niang-en-arabie-saoudite-le-football-c-est-nul-508515.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T15:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-renoue-avec-la-victoire-a-troyes-1639325025_x600_articles-508190.jpg", + "pubDate": "2021-12-19T15:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-m-baye-niang-en-arabie-saoudite-le-football-c-est-nul-1639927558_x600_articles-508515.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81095,17 +82542,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "94454a6337077dc1d592a815ab4b6a50" + "hash": "e93e8cb4de9883b9db10f3ef1a8ca635" }, { - "title": "L'Atalanta enchaîne contre le Hellas Vérone", - "description": "

    ", - "content": "

    ", + "title": "Milik porte l'OM, Metz chute à Bergerac", + "description": "Opposés à des équipes évoluant en N1, N2 et N3, quatre des clubs de Ligue 1 qui jouaient en ce début d'après-midi ont composté leur billet pour les seizièmes de finale de la Coupe de France. Mené au score, l'Olympique de Marseille a finalement remis les points sur les i contre l'ES Cannet-Rocheville (4-1). L'AS Monaco a éliminé le Red Star grâce à un doublé de Wissam Ben Yedder (0-2). Pascal Dupraz a réussi ses débuts sur le banc de l'ASSE en remportant le derby contre Lyon-La Duchère (0-1). Le RC Lens a aussi fait le job à Poitiers (0-1). En revanche, le FC Metz s'est pris les pieds dans le tapis contre Begerac, pensionnaire de N2.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-atalanta-enchaine-contre-le-hellas-verone-508171.html", + "link": "https://www.sofoot.com/milik-porte-l-om-metz-chute-a-bergerac-508483.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T15:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atalanta-enchaine-contre-le-hellas-verone-1639325017_x600_articles-508171.jpg", + "pubDate": "2021-12-19T14:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-milik-porte-l-om-metz-chute-a-bergerac-1639924343_x600_articles-alt-508483.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81116,17 +82563,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "676be5d82d4934c2d198e90d6957cb4e" + "hash": "2974d275ce414d38218251d0fbe1c873" }, { - "title": "En direct : Strasbourg - Marseille", - "description": "95' : ET C'EST TERMINÉ ! Victoire moche mais victoire autoritaire de l'OM à la Meinau, et ...", - "content": "95' : ET C'EST TERMINÉ ! Victoire moche mais victoire autoritaire de l'OM à la Meinau, et ...", + "title": "PFC-OL : Blanquer veut des \" mesures fortes \"", + "description": "Tout ce cirque ne fait plus rire personne.
    \n
    \nDeux jours après l'interruption du match de Coupe de France entre le Paris FC et l'OL en raison de nouveaux incidents en tribunes, Jean-Michel…

    ", + "content": "Tout ce cirque ne fait plus rire personne.
    \n
    \nDeux jours après l'interruption du match de Coupe de France entre le Paris FC et l'OL en raison de nouveaux incidents en tribunes, Jean-Michel…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-strasbourg-marseille-508195.html", + "link": "https://www.sofoot.com/pfc-ol-blanquer-veut-des-mesures-fortes-508510.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T15:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-strasbourg-marseille-1639322906_x600_articles-508195.jpg", + "pubDate": "2021-12-19T14:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-blanquer-veut-des-mesures-fortes-1639925231_x600_articles-508510.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81137,17 +82584,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e09f2dc3c542aee12f377b8b9b0c444" + "hash": "b86c57828d4caabe9072408c58582394" }, { - "title": "Darío Cvitanich fait également ses adieux au Racing", - "description": "Olé, olé, olé, olé, Darío, Darío !
    \n
    \nUne semaine après l'annonce de Lisandro…

    ", - "content": "Olé, olé, olé, olé, Darío, Darío !
    \n
    \nUne semaine après l'annonce de Lisandro…

    ", + "title": "Bruges et Anderlecht se neutralisent", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/dario-cvitanich-fait-egalement-ses-adieux-au-racing-508194.html", + "link": "https://www.sofoot.com/bruges-et-anderlecht-se-neutralisent-508496.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T14:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-dario-cvitanich-fait-egalement-ses-adieux-au-racing-1639321373_x600_articles-508194.jpg", + "pubDate": "2021-12-19T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bruges-et-anderlecht-se-neutralisent-1639924590_x600_articles-508496.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81158,17 +82605,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d1640936d56b3080e0a235b37bd51eb" + "hash": "911ba86a422eb575337e25b4ba4bdf23" }, { - "title": "Pronostic AS Roma La Spezia : Analyse, cotes et prono du match de Serie A", - "description": "

    La Roma se relance face à la Spezia

    \n
    \nEn s'inclinant successivement face à Bologne (1-0) et l'Inter Milan (0-3) lors des 2 dernières journées, la…
    ", - "content": "

    La Roma se relance face à la Spezia

    \n
    \nEn s'inclinant successivement face à Bologne (1-0) et l'Inter Milan (0-3) lors des 2 dernières journées, la…
    ", + "title": "Tuchel très inquiet en raison du Covid", + "description": "La situation est très compliquée en Premier League.
    \n
    \nChelsea n'a pas obtenu le report de son match sur la pelouse de Wolverhampton ce dimanche après-midi, malgré plusieurs cas de…

    ", + "content": "La situation est très compliquée en Premier League.
    \n
    \nChelsea n'a pas obtenu le report de son match sur la pelouse de Wolverhampton ce dimanche après-midi, malgré plusieurs cas de…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-as-roma-la-spezia-analyse-cotes-et-prono-du-match-de-serie-a-508192.html", + "link": "https://www.sofoot.com/tuchel-tres-inquiet-en-raison-du-covid-508508.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T14:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-as-roma-la-spezia-analyse-cotes-et-prono-du-match-de-serie-a-1639319306_x600_articles-508192.jpg", + "pubDate": "2021-12-19T14:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tuchel-tres-inquiet-en-raison-du-covid-1639923014_x600_articles-508508.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81179,17 +82626,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ff9428a59abbe2cbf61bf224b210380" + "hash": "7112b257915c8c0ff225353ae06ce29a" }, { - "title": "Pascal Dupraz plus que jamais vers l'ASSE", - "description": "Monsieur commando est de retour.
    \n
    \nEn réunion de crise ce dimanche matin, les dirigeants de l'AS Saint-Étienne, encadrés par Roland Romeyer et Bernard Caïazzo, se seraient prononcés…

    ", - "content": "Monsieur commando est de retour.
    \n
    \nEn réunion de crise ce dimanche matin, les dirigeants de l'AS Saint-Étienne, encadrés par Roland Romeyer et Bernard Caïazzo, se seraient prononcés…

    ", + "title": "Letellier évoque sa vie au PSG", + "description": "C'est sympa le rôle de sparring-partner ?
    \n
    \nRecruté par le PSG à l'été 2020 en tant que troisième gardien, Alexandre Letellier a encore reculé dans la hiérarchie avec l'arrivée…

    ", + "content": "C'est sympa le rôle de sparring-partner ?
    \n
    \nRecruté par le PSG à l'été 2020 en tant que troisième gardien, Alexandre Letellier a encore reculé dans la hiérarchie avec l'arrivée…

    ", "category": "", - "link": "https://www.sofoot.com/pascal-dupraz-plus-que-jamais-vers-l-asse-508189.html", + "link": "https://www.sofoot.com/letellier-evoque-sa-vie-au-psg-508505.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T14:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pascal-dupraz-plus-que-jamais-vers-l-asse-1639318420_x600_articles-508189.jpg", + "pubDate": "2021-12-19T13:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-letellier-evoque-sa-vie-au-psg-1639921420_x600_articles-508505.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81200,17 +82647,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36592745d910d895f5748db0723c6dfd" + "hash": "ca95d0ec61900987b3eca80583dc78b6" }, { - "title": "Le LOSC bute sur Lyon", - "description": "En réussite depuis le début du mois de décembre, Lille a calé à domicile face à l'OL (0-0) malgré un réveil en seconde période et une grosse domination en fin de partie. Ni Dogues ni Gones ne sortiront du week-end dans le top 10.

    ", - "content": "

    ", + "title": "En direct : Marseille - Cannet Rocheville", + "description": "0' : On la joue un peu plus rustique et vintage pour le Cannet Rocheville :
    \n
    \nLe XI : Squarcioni ...", + "content": "0' : On la joue un peu plus rustique et vintage pour le Cannet Rocheville :
    \n
    \nLe XI : Squarcioni ...", "category": "", - "link": "https://www.sofoot.com/le-losc-bute-sur-lyon-508182.html", + "link": "https://www.sofoot.com/en-direct-marseille-cannet-rocheville-508504.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T14:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-losc-bute-sur-lyon-1639318474_x600_articles-alt-508182.jpg", + "pubDate": "2021-12-19T12:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-cannet-rocheville-1639917409_x600_articles-508504.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81221,17 +82668,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa6606d9fe259017e9c9ac05bd937101" + "hash": "496971b3f6ebe6b22279c66757e96552" }, { - "title": "Guinée : Kaba Diawara sera le sélectionneur pour la CAN", - "description": "Kaba Africa !
    \n
    \nLe vice-président du Comité de normalisation nommé pour gérer les affaires courantes de la Fédération guinéenne, Séga Diallo, a confirmé ce dimanche à l'AFP la…

    ", - "content": "Kaba Africa !
    \n
    \nLe vice-président du Comité de normalisation nommé pour gérer les affaires courantes de la Fédération guinéenne, Séga Diallo, a confirmé ce dimanche à l'AFP la…

    ", + "title": "Liverpool prendra en compte le statut vaccinal de ses potentielles recrues", + "description": "Tout le monde s'adapte à la crise sanitaire, y compris le marché des transferts.
    \n
    \nDeuxième de Premier League à un point de Manchester City, Liverpool effectue une première moitié de…

    ", + "content": "Tout le monde s'adapte à la crise sanitaire, y compris le marché des transferts.
    \n
    \nDeuxième de Premier League à un point de Manchester City, Liverpool effectue une première moitié de…

    ", "category": "", - "link": "https://www.sofoot.com/guinee-kaba-diawara-sera-le-selectionneur-pour-la-can-508186.html", + "link": "https://www.sofoot.com/liverpool-prendra-en-compte-le-statut-vaccinal-de-ses-potentielles-recrues-508502.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T13:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-guinee-kaba-diawara-sera-le-selectionneur-pour-la-can-1639317629_x600_articles-508186.jpg", + "pubDate": "2021-12-19T11:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liverpool-prendra-en-compte-le-statut-vaccinal-de-ses-potentielles-recrues-1639913588_x600_articles-508502.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81242,17 +82689,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0c00a9b9391c4597700e3fcd1591cc0" + "hash": "75d88f1a86edfa2ee292e759c9c6340f" }, { - "title": "Pronostic Cadix Grenade : Analyse, cotes et prono du match de Liga", - "description": "

    Grenade lance l'opération maintien face à Cadix

    \n
    \nEn clôture de la 17e journée de la Liga, Cadix reçoit Grenade dans un match important…
    ", - "content": "

    Grenade lance l'opération maintien face à Cadix

    \n
    \nEn clôture de la 17e journée de la Liga, Cadix reçoit Grenade dans un match important…
    ", + "title": "Youcef Belaïli en négociations avec Montpellier", + "description": "Le héros de la Coupe arabe de retour en France ?
    \n
    \nVainqueur avec l'Algérie de la première édition de la Coupe arabe sous l'égide de la FIFA ce dimanche après
    ", + "content": "Le héros de la Coupe arabe de retour en France ?
    \n
    \nVainqueur avec l'Algérie de la première édition de la Coupe arabe sous l'égide de la FIFA ce dimanche après
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-cadix-grenade-analyse-cotes-et-prono-du-match-de-liga-508188.html", + "link": "https://www.sofoot.com/youcef-belaili-en-negociations-avec-montpellier-508500.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T13:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cadix-grenade-analyse-cotes-et-prono-du-match-de-liga-1639318345_x600_articles-508188.jpg", + "pubDate": "2021-12-19T10:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-youcef-belaili-en-negociations-avec-montpellier-1639911938_x600_articles-508500.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81263,17 +82710,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ed7cff299fbc8f56724230cbe5890fe" + "hash": "1ac65bd40d9e2c21a175f61c4393f4d6" }, { - "title": "Lyon et Paris continuent leur course-poursuite", - "description": "

    ", - "content": "

    ", + "title": "Après son sacre en Coupe arabe, mais où va s'arrêter l'Algérie ? ", + "description": "Vainqueur de la Coupe arabe ce samedi, l'Algérie a ajouté un nouveau trophée à son palmarès et un énième succès à sa longue série. Une course à la victoire entamée depuis maintenant trois ans et dont la Coupe du monde 2022 pourrait bien être un sérieux aboutissement.En prenant la tête de la sélection algérienne le 2 août 2018, Djamel Belmadi ne s'attendait sûrement pas à parcourir un si long chemin. Il faut dire qu'en débarquant 53 mois auparavant,…", + "content": "En prenant la tête de la sélection algérienne le 2 août 2018, Djamel Belmadi ne s'attendait sûrement pas à parcourir un si long chemin. Il faut dire qu'en débarquant 53 mois auparavant,…", "category": "", - "link": "https://www.sofoot.com/lyon-et-paris-continuent-leur-course-poursuite-508181.html", + "link": "https://www.sofoot.com/apres-son-sacre-en-coupe-arabe-mais-ou-va-s-arreter-l-algerie-508495.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T13:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lyon-et-paris-continuent-leur-course-poursuite-1639316649_x600_articles-508181.jpg", + "pubDate": "2021-12-19T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-apres-son-sacre-en-coupe-arabe-mais-ou-va-s-arreter-l-algerie-1639907511_x600_articles-alt-508495.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81284,17 +82731,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c39ec02f4e984e77108ac9d338b7f7f" + "hash": "effd462a828f41e71ae429a4bde799a1" }, { - "title": "Pronostic Toulouse Rodez : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Toulouse se reprend face à Rodez

    \n
    \nAuteur d'une excellente saison dernière, Toulouse a été tout proche de remonter en Ligue 1, buttant seulement sur…
    ", - "content": "

    Toulouse se reprend face à Rodez

    \n
    \nAuteur d'une excellente saison dernière, Toulouse a été tout proche de remonter en Ligue 1, buttant seulement sur…
    ", + "title": "Pour Léonardo, Mbappé a encore de \"bonnes possibilités\" de prolonger à Paris", + "description": "Léonardo relance l'opération séduction pour Mbappé.
    \n
    \nOù jouera Kylian Mbappé l'an prochain ? La question a un milliard d'euros ne contient pour le moment aucun élément de réponse…

    ", + "content": "Léonardo relance l'opération séduction pour Mbappé.
    \n
    \nOù jouera Kylian Mbappé l'an prochain ? La question a un milliard d'euros ne contient pour le moment aucun élément de réponse…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-toulouse-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-508187.html", + "link": "https://www.sofoot.com/pour-leonardo-mbappe-a-encore-de-bonnes-possibilites-de-prolonger-a-paris-508499.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T13:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-toulouse-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-1639317175_x600_articles-508187.jpg", + "pubDate": "2021-12-19T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pour-leonardo-mbappe-a-encore-de-bonnes-possibilites-de-prolonger-a-paris-1639907249_x600_articles-508499.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81305,17 +82752,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f30a6570221f498ffa7f172a80e68edd" + "hash": "33ddaec1c368704c672b548cb7dead75" }, { - "title": "Le Zénith et le Dinamo Moscou se quittent bons amis", - "description": "

    ", - "content": "

    ", + "title": "Leeds-Arsenal : Un supporter arrêté pour des propos racistes", + "description": "L'Angleterre de nouveau confronté à ses démons.
    \n
    \nSi
    ", + "content": "L'Angleterre de nouveau confronté à ses démons.
    \n
    \nSi
    ", "category": "", - "link": "https://www.sofoot.com/le-zenith-et-le-dinamo-moscou-se-quittent-bons-amis-508167.html", + "link": "https://www.sofoot.com/leeds-arsenal-un-supporter-arrete-pour-des-propos-racistes-508498.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-zenith-et-le-dinamo-moscou-se-quittent-bons-amis-1639314700_x600_articles-508167.jpg", + "pubDate": "2021-12-19T08:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leeds-arsenal-un-supporter-arrete-pour-des-propos-racistes-1639903077_x600_articles-508498.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81326,17 +82773,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6de451f916b7571f1c5ee8cdb21990a6" + "hash": "8c021aa58f22fa22dee2e48fbda15e0e" }, { - "title": "En direct : Suivez le dernier Grand Prix de F1 de la saison", - "description": "Pour la deuxième fois de l'histoire, deux pilotes se présentent à égalité de points avant le dernier Grand Prix de la saison. Ce dimanche à Yas Marina, Max Verstappen et Lewis Hamilton vont se livrer un combat titanesque sur 58 tours. Alors un huitième titre pour le Britannique ou le premier pour le Néerlandais ?15h53 : Pour terminer, le championnat pilote cru 2021 ! À l'année prochaine les potes, en espérant qu'Alonso annihile la concurrence.
    \n1. Verstappen
    \n2. Hamilton
    \n3.…


    ", - "content": "15h53 : Pour terminer, le championnat pilote cru 2021 ! À l'année prochaine les potes, en espérant qu'Alonso annihile la concurrence.
    \n1. Verstappen
    \n2. Hamilton
    \n3.…


    ", + "title": "PFC-OL : Enquête ouverte par le parquet de Paris", + "description": "La justice s'en mêle.
    \n
    \nPlus de 24 heures après les débordements entre supporters ayant provoqué
    ", + "content": "La justice s'en mêle.
    \n
    \nPlus de 24 heures après les débordements entre supporters ayant provoqué
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-suivez-le-dernier-grand-prix-de-f1-de-la-saison-508184.html", + "link": "https://www.sofoot.com/pfc-ol-enquete-ouverte-par-le-parquet-de-paris-508497.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T12:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-suivez-le-dernier-grand-prix-de-f1-de-la-saison-1639312825_x600_articles-508184.jpg", + "pubDate": "2021-12-19T08:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-enquete-ouverte-par-le-parquet-de-paris-1639901950_x600_articles-508497.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81347,17 +82794,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3f50ee23d14b0d028e4fd8767980f02" + "hash": "f1d130925922de7a46c931b0a7008ee1" }, { - "title": "Des fans du Racing se rasent la tête en hommage à Lisandro López", - "description": "Chauves et fiers de l'être.
    \n
    \nLisandro López a joué le tout dernier match de sa carrière sous…

    ", - "content": "Chauves et fiers de l'être.
    \n
    \nLisandro López a joué le tout dernier match de sa carrière sous…

    ", + "title": "10€ offerts GRATOS chez ZEBET pour parier sans pression sur la Coupe de France !", + "description": "Envie de parier ce week-end ? 10€ sont à récupérer totalement gratuitement chez ZEbet avec le code SOFOOT10EUROS. De quoi parier sur quelques surprises et profiter de la magie de la Coupe de France

    10€ offerts sans sortir sa CB chez ZEbet

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n


    ", + "content": "

    10€ offerts sans sortir sa CB chez ZEbet

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n


    ", "category": "", - "link": "https://www.sofoot.com/des-fans-du-racing-se-rasent-la-tete-en-hommage-a-lisandro-lopez-508180.html", + "link": "https://www.sofoot.com/10e-offerts-gratos-chez-zebet-pour-parier-sans-pression-sur-la-coupe-de-france-508395.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T11:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-des-fans-du-racing-se-rasent-la-tete-en-hommage-a-lisandro-lopez-1639309859_x600_articles-508180.jpg", + "pubDate": "2021-12-17T06:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-10e-offerts-gratos-chez-zebet-pour-parier-sans-pression-sur-la-coupe-de-france-1639668165_x600_articles-508395.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81368,17 +82815,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "280a44d01bbfbd9e727b5d68b1d65e74" + "hash": "7d33a3bae47a1e0135811b5ee958bc8e" }, { - "title": "En direct : Lille-Lyon", - "description": "97' : C'EST FINI ! Une dernière tête de Burak Yilmaz à côté et ce Lille-Lyon se termine sur un ...", - "content": "97' : C'EST FINI ! Une dernière tête de Burak Yilmaz à côté et ce Lille-Lyon se termine sur un ...", + "title": "Paris FC-Lyon : après les incidents, la question de la responsabilité pour les ultras", + "description": "Les violences qui ont éclaté ce vendredi soir au stade Charléty, à Paris, à l'occasion de PFC-OL en Coupe de France ne font que confirmer un sentiment général, celui d'une spirale qui n'en finit plus de happer le monde des tribunes dans l'œil du cyclone. Si naturellement chaque cas de figure s'avère différent et spécifique, il faudrait une bonne dose d'aveuglement pour ne pas se rendre compte que quelque chose dérape dans les tribunes françaises. Or, si comme nous aimons à le croire, le mouvement ultra doit y jouer un rôle, il ne peut plus se contenter de pointer les erreurs des autres.
    Depuis la reprise de la Ligue 1, les incidents n'ont cessé de se multiplier. Montpellier-Marseille le 8 août ; Nice-Marseille le 22 août ; Lens-Lille le 18 septembre ; Angers-Marseille le 22…", + "content": "Depuis la reprise de la Ligue 1, les incidents n'ont cessé de se multiplier. Montpellier-Marseille le 8 août ; Nice-Marseille le 22 août ; Lens-Lille le 18 septembre ; Angers-Marseille le 22…", "category": "", - "link": "https://www.sofoot.com/en-direct-lille-lyon-508179.html", + "link": "https://www.sofoot.com/paris-fc-lyon-apres-les-incidents-la-question-de-la-responsabilite-pour-les-ultras-508494.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T11:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lille-lyon-1639308489_x600_articles-alt-508179.jpg", + "pubDate": "2021-12-19T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paris-fc-lyon-apres-les-incidents-la-question-de-la-responsabilite-pour-les-ultras-1639863382_x600_articles-alt-508494.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81389,17 +82836,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26cdb3ecba7c4104bf29997be6009191" + "hash": "d5983638205eaac0cf45078fcd98d054" }, { - "title": "Thuram : \"Certains entraîneurs racontent n'importe quoi, croyez-moi\"", - "description": "Un entraîneur pas vraiment entraînant.
    \n
    \nEn deux décennies de carrière, Lilian Thuram a vu du pays et côtoyé bien des coachs. Pour le meilleur, avec Arsène Wenger. Mais aussi pour…

    ", - "content": "Un entraîneur pas vraiment entraînant.
    \n
    \nEn deux décennies de carrière, Lilian Thuram a vu du pays et côtoyé bien des coachs. Pour le meilleur, avec Arsène Wenger. Mais aussi pour…

    ", + "title": "Séville calme l'Atlético dans les derniers instants", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/thuram-certains-entraineurs-racontent-n-importe-quoi-croyez-moi-508178.html", + "link": "https://www.sofoot.com/seville-calme-l-atletico-dans-les-derniers-instants-508493.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T10:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-thuram-certains-entraineurs-racontent-n-importe-quoi-croyez-moi-1639306794_x600_articles-508178.jpg", + "pubDate": "2021-12-18T22:06:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-seville-calme-l-atletico-dans-les-derniers-instants-1639878142_x600_articles-508493.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81410,17 +82857,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c66f5cad6ea62947f129cc4599e29c74" + "hash": "cdfb10e85620f06884c2e6f20972aaef" }, { - "title": "Stéphane Moulin content que d'Ornano chante autre chose qu'Orelsan", - "description": "Malherbe ne perd plus à la maison.
    \n
    \nAprès six matchs…

    ", - "content": "Malherbe ne perd plus à la maison.
    \n
    \nAprès six matchs…

    ", + "title": "Rennes remporte un petit derby contre Lorient", + "description": "Avec le premier but de Warmed Omari chez les grands.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/stephane-moulin-content-que-d-ornano-chante-autre-chose-qu-orelsan-508177.html", + "link": "https://www.sofoot.com/rennes-remporte-un-petit-derby-contre-lorient-508492.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T10:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-stephane-moulin-content-que-d-ornano-chante-autre-chose-qu-orelsan-1639303868_x600_articles-508177.jpg", + "pubDate": "2021-12-18T21:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-rennes-remporte-un-petit-derby-contre-lorient-1639864569_x600_articles-508492.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81431,17 +82878,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "272a6cfb47fcc82a65651349b305e613" + "hash": "f8ccaa3b09e2bb7f0da8c3fd42e55b68" }, { - "title": "Le milieu de Seraing Théo Pierrot finit au but contre Anderlecht", - "description": "Le calice jusqu'à la lie.
    \n
    \nSeraing a totalement bu la tasse samedi à l'occasion de la réception d'Anderlecht (0-5). Les Rouge et Noir ont cédé trois fois en première période,…

    ", - "content": "Le calice jusqu'à la lie.
    \n
    \nSeraing a totalement bu la tasse samedi à l'occasion de la réception d'Anderlecht (0-5). Les Rouge et Noir ont cédé trois fois en première période,…

    ", + "title": "Le Hertha calme Dortmund", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-milieu-de-seraing-theo-pierrot-finit-au-but-contre-anderlecht-508176.html", + "link": "https://www.sofoot.com/le-hertha-calme-dortmund-508491.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T09:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-milieu-de-seraing-theo-pierrot-finit-au-but-contre-anderlecht-1639302373_x600_articles-508176.jpg", + "pubDate": "2021-12-18T19:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-hertha-calme-dortmund-1639857970_x600_articles-508491.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81452,17 +82899,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "729535ae3abbe276724c4ac15f7fe930" + "hash": "5e9209aeec7ee0c625b1f8eb8fb9e79b" }, { - "title": "Joey Barton : \"Qui veut être arbitre ?\"", - "description": "Joey Bastonne.
    \n
    \nJamais avare de tacles bien appuyés, Joey Barton avait des choses à dire en marge de la réception de Rochdale. L'entraîneur de Bristol, 15e de League Two,…

    ", - "content": "Joey Bastonne.
    \n
    \nJamais avare de tacles bien appuyés, Joey Barton avait des choses à dire en marge de la réception de Rochdale. L'entraîneur de Bristol, 15e de League Two,…

    ", + "title": "Lille facile, QRM qualifié, Cannes et Thaon en surprises", + "description": "Si Lille n'a eu aucun mal à faire le travail pour se qualifier en seizièmes de finale de Coupe de France contre Auxerre, cela n'a pas été le cas des trois autres favoris qui ont tous dû se frotter aux tirs au but. C'est passé pour Quevilly-Rouen (face à Laval), mais pas pour Dijon (contre Cannes, qui signe l'exploit) ni pour Beauvais (contre Thaon).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/joey-barton-qui-veut-etre-arbitre-508175.html", + "link": "https://www.sofoot.com/lille-facile-qrm-qualifie-cannes-et-thaon-en-surprises-508477.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T09:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-joey-barton-qui-veut-etre-arbitre-1639298859_x600_articles-508175.jpg", + "pubDate": "2021-12-18T19:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lille-facile-qrm-qualifie-cannes-et-thaon-en-surprises-1639855154_x600_articles-alt-508477.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81473,17 +82920,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ac1254bba0e3dda6e973c3852909dd5" + "hash": "1e6f10ce03745c5584e3fc8a7b5e82f7" }, { - "title": "New York City remporte la MLS aux tirs au but", - "description": "Définitivement la saison de la (grosse) pomme.
    \n
    \nLe New York City FC a inscrit son nom au palmarès de la Major League Soccer pour la toute première fois en venant à bout de Portland…

    ", - "content": "Définitivement la saison de la (grosse) pomme.
    \n
    \nLe New York City FC a inscrit son nom au palmarès de la Major League Soccer pour la toute première fois en venant à bout de Portland…

    ", + "title": "Arsenal s'amuse à Leeds", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/new-york-city-remporte-la-mls-aux-tirs-au-but-508174.html", + "link": "https://www.sofoot.com/arsenal-s-amuse-a-leeds-508490.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T08:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-new-york-city-remporte-la-mls-aux-tirs-au-but-1639298147_x600_articles-508174.jpg", + "pubDate": "2021-12-18T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-arsenal-s-amuse-a-leeds-1639855806_x600_articles-508490.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81494,17 +82941,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d540971296eb4c4b013debf32360248c" + "hash": "f4a83b8f0646ae7d4cc4bece372721ba" }, { - "title": "L'incroyable but de Youcef Belaïli face au Maroc", - "description": "Un but dingue dans un match dingue.
    \n
    \nYoucef Belaïli a éclaboussé Doha de toute sa classe samedi en inscrivant un but stratosphérique face au Maroc. À la suite d'un dégagement de son…

    ", - "content": "Un but dingue dans un match dingue.
    \n
    \nYoucef Belaïli a éclaboussé Doha de toute sa classe samedi en inscrivant un but stratosphérique face au Maroc. À la suite d'un dégagement de son…

    ", + "title": "Le Barça s'en sort difficilement face à Elche", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-incroyable-but-de-youcef-belaili-face-au-maroc-508170.html", + "link": "https://www.sofoot.com/le-barca-s-en-sort-difficilement-face-a-elche-508489.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T08:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-incroyable-but-de-youcef-belaili-face-au-maroc-1639296583_x600_articles-508170.jpg", + "pubDate": "2021-12-18T19:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-barca-s-en-sort-difficilement-face-a-elche-1639856220_x600_articles-508489.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81515,17 +82962,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "287bbd946cc4e7725843baaf56fd05c9" + "hash": "31ad8f053d564b89cbe48cd0c0b4089c" }, { - "title": "Pronostic PSG Monaco : Analyse, cotes et prono du match de Ligue 1", - "description": "Quasi carton plein en cours sur le dernier match des Bleus, le Lille-Salzbourg, le Manchester City - PSG, et les PSG - Club Bruges et Wolfsbourg - Lille de cette semaine. Pour parier sur cette nouvelle affiche du PSG, vous offre 100€ directs (Déposez 100€, Misez avec 200€)

    Déposez 100€ et misez directement avec 200€ sur PSG - Monaco

    \n
    \nWinamax
    ", - "content": "

    Déposez 100€ et misez directement avec 200€ sur PSG - Monaco

    \n
    \nWinamax
    ", + "title": "M'Baye Niang : \" En Arabie Saoudite, le football, c'est nul \"", + "description": "Pas un grand fan des road trip en plein désert, M'Baye Niang.
    \n
    \nPrêté l'hiver dernier à Ahli, en Arabie Saoudite, M'Baye Niang n'a guère apprécié son passage dans le Golfe.…

    ", + "content": "Pas un grand fan des road trip en plein désert, M'Baye Niang.
    \n
    \nPrêté l'hiver dernier à Ahli, en Arabie Saoudite, M'Baye Niang n'a guère apprécié son passage dans le Golfe.…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-psg-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-508085.html", + "link": "https://www.sofoot.com/m-baye-niang-en-arabie-saoudite-le-football-c-est-nul-508515.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T07:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-psg-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-1639121761_x600_articles-508085.jpg", + "pubDate": "2021-12-19T15:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-m-baye-niang-en-arabie-saoudite-le-football-c-est-nul-1639927558_x600_articles-508515.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81536,17 +82983,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc847bb2ae42a707b2c7f82f0f9fdd8d" + "hash": "759364eb70b54578b6fb8b44744c7a82" }, { - "title": "Thibaut Courtois, l'assurance tous risques", - "description": "Ce dimanche soir, la Liga vibrera au rythme du Derbi, opposant le Real Madrid à l'Atlético. Une rencontre attendue avec impatience par Thibaut Courtois, prêt à retrouver son ancienne formation, mais surtout à défendre sa cage à Santiago Bernabéu. Car si les Merengues brillent depuis plusieurs mois, ils le doivent en grande partie à leur géant belge.Ce début de saison ressemble à une copie quasi parfaite pour le Real Madrid. Leaders en championnat et sereinement qualifiés pour les huitièmes de finale de la Ligue des champions, les hommes de…", - "content": "Ce début de saison ressemble à une copie quasi parfaite pour le Real Madrid. Leaders en championnat et sereinement qualifiés pour les huitièmes de finale de la Ligue des champions, les hommes de…", + "title": "La Juventus fait le job à Bologne", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/thibaut-courtois-l-assurance-tous-risques-508162.html", + "link": "https://www.sofoot.com/la-juventus-fait-le-job-a-bologne-508482.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-thibaut-courtois-l-assurance-tous-risques-1639249478_x600_articles-alt-508162.jpg", + "pubDate": "2021-12-18T18:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-juventus-fait-le-job-a-bologne-1639854019_x600_articles-508482.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81557,17 +83004,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "edd35f4014a65324d3796d69cc8108e8" + "hash": "0e3e364c91d5ca05b7456ef6182ae479" }, { - "title": "Mais où es-tu passé Pape Matar Sarr ?", - "description": "Incontournable dans le milieu de terrain du FC Metz la saison dernière, Pape Matar Sarr (19 ans) a connu un début de carrière fulgurant avec deux sélections nationales et un transfert à Tottenham l'été dernier. Prêté chez les Grenats dans la foulée, le milieu sénégalais est en perdition durant cette première partie de saison, perdant même sa place de titulaire.\"Laissez Pape Matar Sarr tranquille. Laissez-le grandir tranquillement. On en parle trop, je trouve. Il a encore beaucoup de progrès à faire. Il a un gros potentiel pour faire une grande…", - "content": "\"Laissez Pape Matar Sarr tranquille. Laissez-le grandir tranquillement. On en parle trop, je trouve. Il a encore beaucoup de progrès à faire. Il a un gros potentiel pour faire une grande…", + "title": "L'Algérie bat la Tunisie et remporte la coupe arabe !", + "description": "Au bout d'une rencontre tendue et particulièrement hachée malgré 30 première minutes séduisantes, l'Algérie s'est offert son tout premier titre en Coupe arabe grâce notamment à un but du remplaçant Amir Sayoud à la 99e minute. Une grosse déception pour la Tunisie, qui a dû s'avouer vaincue durant la prolongation malgré quelques occasions.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/mais-ou-es-tu-passe-pape-matar-sarr-508138.html", + "link": "https://www.sofoot.com/l-algerie-bat-la-tunisie-et-remporte-la-coupe-arabe-508478.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mais-ou-es-tu-passe-pape-matar-sarr-1639226985_x600_articles-alt-508138.jpg", + "pubDate": "2021-12-18T17:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-algerie-bat-la-tunisie-et-remporte-la-coupe-arabe-1639849033_x600_articles-alt-508478.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81578,17 +83025,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed790e98b395b8cb83fb24cd6fc0ecb2" + "hash": "04def1d0be1a9e781343e28dedb78144" }, { - "title": "Alexander Djiku : \"Les maths m'ont appris à être rigoureux\"", - "description": "Si Strasbourg a la deuxième meilleure attaque de Ligue 1 avant de recevoir l'OM ce dimanche à la Meinau, c'est aussi parce que les Alsaciens s'appuient sur une arrière-garde solide et joueuse, à l'image d'Alexander Djiku. Capitaine de la bande à Julien Stéphan, l'international ghanéen raconte la métamorphose du RC Strasbourg, mais évoque aussi ses ambitions pour la CAN 2022, sa découverte du kop et son amour du Perudo. Entretien avec un homme qui aime les dés, mais qui ne laisse rien au hasard.Avant de recevoir l'OM, Strasbourg reste sur 7 matchs sans défaite. C'est quoi le secret de ce RCSA 2021 ?
    \nLe travail, l'état d'esprit et surtout, le coach…
    ", - "content": "Avant de recevoir l'OM, Strasbourg reste sur 7 matchs sans défaite. C'est quoi le secret de ce RCSA 2021 ?
    \nLe travail, l'état d'esprit et surtout, le coach…
    ", + "title": "Villarreal dispose de la Real Sociedad", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/alexander-djiku-les-maths-m-ont-appris-a-etre-rigoureux-508122.html", + "link": "https://www.sofoot.com/villarreal-dispose-de-la-real-sociedad-508484.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-alexander-djiku-les-maths-m-ont-appris-a-etre-rigoureux-1639219932_x600_articles-alt-508122.jpg", + "pubDate": "2021-12-18T17:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-villarreal-dispose-de-la-real-sociedad-1639848135_x600_articles-508484.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81599,17 +83046,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e66fc7a4c7f1350b8bfaa35b8f31d62" + "hash": "93e1b748578dd4f2e62743b002ac5fe9" }, { - "title": "Séville assure le minimum face à l'Athletic", - "description": "

    ", - "content": "

    ", + "title": "Nantes fait craquer Sochaux, Amiens résiste au retour de Guingamp", + "description": "Au terme d'une rencontre peu emballante, Nantes a écarté Sochaux d'un revers de main de Descamps, au bout d'une séance de tirs au but. Grâce à un triplé providentiel de Chadrac Akolo, Amiens verra également les seizièmes de finale de la Coupe de France, malgré des sueurs (très) froides au Roudourou de Guingamp (3-2). Clermont a été tout sauf miséricordieux face aux Chemins Bas d'Avignon (4-0), tandis que le Jura Sud a rayonné face aux Réunionnais de Saint-Denis (5-2). Ça passe aussi pour Créteil, facile vainqueur de Vénissieux, pensionnaire de district (3-0).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/seville-assure-le-minimum-face-a-l-athletic-508169.html", + "link": "https://www.sofoot.com/nantes-fait-craquer-sochaux-amiens-resiste-au-retour-de-guingamp-508471.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T22:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-seville-assure-le-minimum-face-a-l-athletic-1639260595_x600_articles-508169.jpg", + "pubDate": "2021-12-18T17:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nantes-fait-craquer-sochaux-amiens-resiste-au-retour-de-guingamp-1639849030_x600_articles-alt-508471.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81620,17 +83067,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed578cce0f9a4818a25faf7c65f64700" + "hash": "cf15ef1b0ec94902fb2ec6c0ae3c03c8" }, { - "title": "Reims enfonce encore un peu plus Saint-Étienne", - "description": "

    ", - "content": "

    ", + "title": "Roman Abramovitch naturalisé portugais", + "description": "Pour certains, le passeport est un album Panini.
    \n
    \nDéjà doté des nationalités russes et israéliennes, Roman Abramovitch peut désormais se targuer d'être portugais.
    ", + "content": "Pour certains, le passeport est un album Panini.
    \n
    \nDéjà doté des nationalités russes et israéliennes, Roman Abramovitch peut désormais se targuer d'être portugais.
    ", "category": "", - "link": "https://www.sofoot.com/reims-enfonce-encore-un-peu-plus-saint-etienne-508164.html", + "link": "https://www.sofoot.com/roman-abramovitch-naturalise-portugais-508488.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-reims-enfonce-encore-un-peu-plus-saint-etienne-1639260420_x600_articles-508164.jpg", + "pubDate": "2021-12-18T17:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-roman-abramovitch-naturalise-portugais-1639847446_x600_articles-508488.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81641,17 +83088,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8e49692d15a8d9dc6856a274b872aa2" + "hash": "0b61c17635f128c54bf5908b3bd0c2dd" }, { - "title": "Zlatan Ibrahimović offre le nul au buzzer à l'AC Milan contre Udinese", - "description": "

    ", - "content": "

    ", + "title": "Gary Marigard, J-1 avant d'affronter le PSG : \"On a travaillé sur les derniers réglages\"", + "description": "La loterie de la Coupe de France réserve toujours quelques matchs en apparence déséquilibrés : à l'occasion des 32es de finale, c'est Feignies-Aulnoye qui a tiré le gros lot, puisque l'écurie des alentours de Maubeuge est tombée sur le PSG. Pour comprendre comment un footballeur amateur se prépare à une telle échéance, le latéral droit du club du Nord Gary Marigard nous raconte son quotidien, jour par jour, jusqu'au match fatidique.Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France dimanche.…", + "content": "Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France dimanche.…", "category": "", - "link": "https://www.sofoot.com/zlatan-ibrahimovic-offre-le-nul-au-buzzer-a-l-ac-milan-contre-udinese-508166.html", + "link": "https://www.sofoot.com/gary-marigard-j-1-avant-d-affronter-le-psg-on-a-travaille-sur-les-derniers-reglages-508487.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-zlatan-ibrahimovic-offre-le-nul-au-buzzer-a-l-ac-milan-contre-udinese-1639259307_x600_articles-508166.jpg", + "pubDate": "2021-12-18T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gary-marigard-j-1-avant-d-affronter-le-psg-on-a-travaille-sur-les-derniers-reglages-1639846499_x600_articles-508487.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81662,17 +83109,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0775ae62ca78f3dda51d85cd81e51aec" + "hash": "7b7d4d60b180db58da048cab21d47867" }, { - "title": "Paris et Auxerre font la bonne opération, Nancy creuse encore", - "description": "Avec 28 buts, ce multiplex de la 18e journée de Ligue 2 est le plus prolifique de la saison. Parmi les grands vainqueurs de cette soirée, le Paris FC et l'AJ Auxerre. Sochaux et Dunkerque font une mauvaise opération, alors que Nancy continue de s'enfoncer.

    ", - "content": "

    ", + "title": "Ronaldo rachète Cruzeiro", + "description": "La boucle est bouclée.
    \n
    \n27 sept ans après avoir quitté Cruzeiro pour se lancer dans une folle aventure européenne, Ronaldo renoue les liens. Déjà propriétaire du Real Valladolid,…

    ", + "content": "La boucle est bouclée.
    \n
    \n27 sept ans après avoir quitté Cruzeiro pour se lancer dans une folle aventure européenne, Ronaldo renoue les liens. Déjà propriétaire du Real Valladolid,…

    ", "category": "", - "link": "https://www.sofoot.com/paris-et-auxerre-font-la-bonne-operation-nancy-creuse-encore-508159.html", + "link": "https://www.sofoot.com/ronaldo-rachete-cruzeiro-508486.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T20:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paris-et-auxerre-font-la-bonne-operation-nancy-creuse-encore-1639253808_x600_articles-alt-508159.jpg", + "pubDate": "2021-12-18T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ronaldo-rachete-cruzeiro-1639846249_x600_articles-508486.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81683,17 +83130,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b771e55022e5ac47723ac7efd40d648" + "hash": "26a87238693054f7e571cdb5d83c422f" }, { - "title": "Manchester United s'arrache à Norwich", - "description": "

    ", - "content": "

    ", + "title": "Leipzig chute à nouveau, Hoffenheim arrache le nul face à Gladbach", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/manchester-united-s-arrache-a-norwich-508163.html", + "link": "https://www.sofoot.com/leipzig-chute-a-nouveau-hoffenheim-arrache-le-nul-face-a-gladbach-508479.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-s-arrache-a-norwich-1639251243_x600_articles-508163.jpg", + "pubDate": "2021-12-18T16:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leipzig-chute-a-nouveau-hoffenheim-arrache-le-nul-face-a-gladbach-1639846025_x600_articles-508479.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81704,17 +83151,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f88ee2600e6add03ccc88a6d60e1bd8" + "hash": "afa37b2300649f6f0218e8a9a4a71502" }, { - "title": "La Juventus accrochée à Venise", - "description": "

    ", - "content": "

    ", + "title": "Pascal Dupraz : \"Quand je suis parti de Caen, il leur a fallu un penalty imaginaire pour se sauver\"", + "description": "Décidément, il se moque des Caen-dira-t-on.
    \n
    \nFin prêt pour diriger ce dimanche son premier match sur le banc de l'AS Saint-Étienne, Pascal Dupraz est revenu sur sa dernière…

    ", + "content": "Décidément, il se moque des Caen-dira-t-on.
    \n
    \nFin prêt pour diriger ce dimanche son premier match sur le banc de l'AS Saint-Étienne, Pascal Dupraz est revenu sur sa dernière…

    ", "category": "", - "link": "https://www.sofoot.com/la-juventus-accrochee-a-venise-508161.html", + "link": "https://www.sofoot.com/pascal-dupraz-quand-je-suis-parti-de-caen-il-leur-a-fallu-un-penalty-imaginaire-pour-se-sauver-508485.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T18:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-juventus-accrochee-a-venise-1639247500_x600_articles-508161.jpg", + "pubDate": "2021-12-18T16:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pascal-dupraz-quand-je-suis-parti-de-caen-il-leur-a-fallu-un-penalty-imaginaire-pour-se-sauver-1639844346_x600_articles-508485.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81725,17 +83172,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26f5a1843111c91dbe39738ecc679eea" + "hash": "358bb0839b600985b2861fd58c2f0b9e" }, { - "title": "Montpellier coule Brest et met fin à sa série", - "description": "

    ", - "content": "

    ", + "title": "La Roma plombe l'Atalanta et se replace", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/montpellier-coule-brest-et-met-fin-a-sa-serie-508157.html", + "link": "https://www.sofoot.com/la-roma-plombe-l-atalanta-et-se-replace-508473.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T17:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-montpellier-coule-brest-et-met-fin-a-sa-serie-1639244093_x600_articles-508157.jpg", + "pubDate": "2021-12-18T16:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-roma-plombe-l-atalanta-et-se-replace-1639843651_x600_articles-508473.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81746,17 +83193,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e16b9a5a60f468d81d22294f34069ff" + "hash": "c68b685e502320aebf31706200443eed" }, { - "title": "Une montre de luxe ayant appartenu à Maradona retrouvée en Inde", - "description": "Peut-être pour ça qu'il portait toujours deux montres.
    \n
    \nUne opération de police, conjointe entre celles de Dubaï et d'Assam, une région indienne, a permis de retrouver une…

    ", - "content": "Peut-être pour ça qu'il portait toujours deux montres.
    \n
    \nUne opération de police, conjointe entre celles de Dubaï et d'Assam, une région indienne, a permis de retrouver une…

    ", + "title": "Raheem Sterling avoue avoir progressé grâce à Gaël Clichy", + "description": "La France influence le monde.
    \n
    \nRécemment entré dans le club select des joueurs ayant planté 100 fois en Premier League, Raheem Sterling s'est confié sur ses débuts
    ", + "content": "La France influence le monde.
    \n
    \nRécemment entré dans le club select des joueurs ayant planté 100 fois en Premier League, Raheem Sterling s'est confié sur ses débuts
    ", "category": "", - "link": "https://www.sofoot.com/une-montre-de-luxe-ayant-appartenu-a-maradona-retrouvee-en-inde-508160.html", + "link": "https://www.sofoot.com/raheem-sterling-avoue-avoir-progresse-grace-a-gael-clichy-508481.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T17:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-une-montre-de-luxe-ayant-appartenu-a-maradona-retrouvee-en-inde-1639243168_x600_articles-508160.jpg", + "pubDate": "2021-12-18T15:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-raheem-sterling-avoue-avoir-progresse-grace-a-gael-clichy-1639841567_x600_articles-508481.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81767,17 +83214,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "38f77c1f1773658e19221afeee67a8be" + "hash": "e33dd004f47c8aeb634e161d49b2e66f" }, { - "title": "Liverpool et Chelsea souffrent, mais s'accrochent à City", - "description": "Mis sous pression par la victoire de Manchester City en début d'après-midi, Liverpool et Chelsea ont répondu aux hommes de Pep Guardiola en s'imposant tous les deux à domicile. Les Reds ont dominé Aston Villa sur la plus petite des marges grâce à un penalty de Mohamed Salah (1-0). Les Blues ont aussi bataillé pour se défaire de Leeds (3-2). Tout le contraire d'Arsenal, qui s'est promené face à Southampton (3-0).

    ", - "content": "

    ", + "title": "103 buts en 20 matchs pour le Barça féminin", + "description": "Elles ne sont clairement pas venues pour trier les lentilles.
    \n
    \nPendant que le Barça masculin
    ", + "content": "Elles ne sont clairement pas venues pour trier les lentilles.
    \n
    \nPendant que le Barça masculin
    ", "category": "", - "link": "https://www.sofoot.com/liverpool-et-chelsea-souffrent-mais-s-accrochent-a-city-508139.html", + "link": "https://www.sofoot.com/103-buts-en-20-matchs-pour-le-barca-feminin-508480.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-et-chelsea-souffrent-mais-s-accrochent-a-city-1639242230_x600_articles-508139.jpg", + "pubDate": "2021-12-18T15:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-103-buts-en-20-matchs-pour-le-barca-feminin-1639840220_x600_articles-508480.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81788,17 +83235,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a3813b3066d348e7e4538d1ba8f3eee" + "hash": "03e8047bb44840e806a10b20cbc8a3d2" }, { - "title": "Le Bayern s'en sort contre Mayence, Dortmund accroché à Bochum", - "description": "Mis en difficulté par Mayence durant 45 minutes, le Bayern Munich a renversé la situation (2-1) et pris deux points d'avance en plus sur Dortmund, incorrigible à Bochum malgré une kyrielle de situations franches (1-1). Leipzig a repris du poil de la bête en passant ses nerfs sur Gladbach, qui n'en finit plus de couler (4-1), alors qu'Hoffenheim a dégoûté Fribourg (2-1). À part ça, Stevan Jovetić a encore marqué avec le Hertha, pour se défaire de l'Arminia Bielefeld (2-0).

    ", - "content": "

    ", + "title": "Toulouse fait exploser Nîmes, Nancy sort l'ESTAC", + "description": "Ce week-end de Coupe de France a véritablement débuté ce samedi après-midi. Toulouse a imposé sa loi au Nîmes Olympique au Stadium, porté par Ado Onaiwu (4-1). Non sans trembler, Bastia a mis fin au parcours des Hauts-Lyonnais, club de N3 (1-3). Surprise en revanche au stade de l'Aube où Nancy, réduit à huit, a fini par sortir l'ESTAC aux tirs au but. Le petit poucet Panazol a de son côté pris la porte au terme, là aussi, de la cruelle séance de tirs au but.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-bayern-s-en-sort-contre-mayence-dortmund-accroche-a-bochum-508140.html", + "link": "https://www.sofoot.com/toulouse-fait-exploser-nimes-nancy-sort-l-estac-508445.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T16:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-s-en-sort-contre-mayence-dortmund-accroche-a-bochum-1639241450_x600_articles-alt-508140.jpg", + "pubDate": "2021-12-18T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-toulouse-fait-exploser-nimes-nancy-sort-l-estac-1639840746_x600_articles-alt-508445.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81809,17 +83256,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5496b99082844ba5a954136c02895db2" + "hash": "16e399ed43c237828531e1893cf13752" }, { - "title": "La Fiorentina roule sur Salerne", - "description": "

    ", - "content": "

    ", + "title": "En direct : Tunisie - Algérie", + "description": "120' : Merci à toutes et à tous d'avoir suivi ce live en notre compagnie. Le football de ...", + "content": "120' : Merci à toutes et à tous d'avoir suivi ce live en notre compagnie. Le football de ...", "category": "", - "link": "https://www.sofoot.com/la-fiorentina-roule-sur-salerne-508154.html", + "link": "https://www.sofoot.com/en-direct-tunisie-algerie-508459.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T16:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-fiorentina-roule-sur-salerne-1639239481_x600_articles-508154.jpg", + "pubDate": "2021-12-18T14:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-tunisie-algerie-1639786137_x600_articles-alt-508459.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81830,17 +83277,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d26a09dce754dd4d3e1b9e301cfe198" + "hash": "d2f3285babdf21367d06d92bbb28dea1" }, { - "title": "Ajaccio crucifie Le Havre et prend la tête", - "description": "

    ", - "content": "

    ", + "title": "Selon Carlo Ancelotti, le Barça n'est plus un rival du Real", + "description": "La concurrence est dans le rétro.
    \n
    \nLeader de la Liga avec une avance plutôt confortable de six points sur Séville, le Real Madrid mène la belle vie. Pendant que les Merengues

    ", + "content": "La concurrence est dans le rétro.
    \n
    \nLeader de la Liga avec une avance plutôt confortable de six points sur Séville, le Real Madrid mène la belle vie. Pendant que les Merengues

    ", "category": "", - "link": "https://www.sofoot.com/ajaccio-crucifie-le-havre-et-prend-la-tete-508155.html", + "link": "https://www.sofoot.com/selon-carlo-ancelotti-le-barca-n-est-plus-un-rival-du-real-508476.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T15:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ajaccio-crucifie-le-havre-et-prend-la-tete-1639238418_x600_articles-508155.jpg", + "pubDate": "2021-12-18T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-selon-carlo-ancelotti-le-barca-n-est-plus-un-rival-du-real-1639838070_x600_articles-508476.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81851,17 +83298,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e00086c71caa161ad4324eab6fbad84d" + "hash": "0bdee7d19f8363d590e26cd7f46cf2cb" }, { - "title": "Thuram : \"Certains entraineurs racontent n'importe quoi, croyez-moi\"", - "description": "Un entraineur pas vraiment entrainant.
    \n
    \nEn deux décennies de carrière, Lilian Thuram a vu du pays et côtoyé bien des coachs. Pour le meilleur, avec Arsène Wenger. Mais aussi pour le…

    ", - "content": "Un entraineur pas vraiment entrainant.
    \n
    \nEn deux décennies de carrière, Lilian Thuram a vu du pays et côtoyé bien des coachs. Pour le meilleur, avec Arsène Wenger. Mais aussi pour le…

    ", + "title": "Les joueurs du Zénith posent avec des chats pour vendre leur calendrier.", + "description": "Les chiens font finalement des chats.
    \n
    \nQuelques jours après être entrés sur le terrain pour les hymnes
    ", + "content": "Les chiens font finalement des chats.
    \n
    \nQuelques jours après être entrés sur le terrain pour les hymnes
    ", "category": "", - "link": "https://www.sofoot.com/thuram-certains-entraineurs-racontent-n-importe-quoi-croyez-moi-508178.html", + "link": "https://www.sofoot.com/les-joueurs-du-zenith-posent-avec-des-chats-pour-vendre-leur-calendrier-508474.html", "creator": "SO FOOT", - "pubDate": "2021-12-12T10:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-thuram-certains-entraineurs-racontent-n-importe-quoi-croyez-moi-1639306794_x600_articles-508178.jpg", + "pubDate": "2021-12-18T14:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-joueurs-du-zenith-posent-avec-des-chats-pour-vendre-leur-calendrier-1639836499_x600_articles-508474.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81872,17 +83319,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d1616866afd3b2a82a38ce071362db5" + "hash": "1f33bc5b46afedc978222e6ba03da5ac" }, { - "title": "Samuel Eto'o élu président de la fédération camerounaise ", - "description": "\" J'ai d'abord rappelé à Seidou Mbombo Njoya qu'il n'avait jamais été un grand joueur \"
    \n
    \nÀ quelques semaines de la CAN organisée à la maison, le Cameroun s'est…

    ", - "content": "\" J'ai d'abord rappelé à Seidou Mbombo Njoya qu'il n'avait jamais été un grand joueur \"
    \n
    \nÀ quelques semaines de la CAN organisée à la maison, le Cameroun s'est…

    ", + "title": "Pronostic Levante Valence : Analyse, cotes et prono du match de Liga", + "description": "

    Valence sur sa lancée face à Levante

    \n
    \nLundi soir, la 18e journée de Liga s'achève avec un derby entre Levante et le FC Valence, deux…
    ", + "content": "

    Valence sur sa lancée face à Levante

    \n
    \nLundi soir, la 18e journée de Liga s'achève avec un derby entre Levante et le FC Valence, deux…
    ", "category": "", - "link": "https://www.sofoot.com/samuel-eto-o-elu-president-de-la-federation-camerounaise-508158.html", + "link": "https://www.sofoot.com/pronostic-levante-valence-analyse-cotes-et-prono-du-match-de-liga-508475.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T15:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-samuel-eto-o-elu-president-de-la-federation-camerounaise-1639237062_x600_articles-508158.jpg", + "pubDate": "2021-12-18T14:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-levante-valence-analyse-cotes-et-prono-du-match-de-liga-1639837698_x600_articles-508475.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81893,17 +83340,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3b4c1b827b925784175f0f346ab75df" + "hash": "0aa829943d7be5f5ad253aca3ce982dd" }, { - "title": "Sardar Azmoun serait d'accord pour rejoindre l'OL ", - "description": "Le Messi iranien > le Messi argentin ?
    \n
    \nMalgré le départ de Juninho de son poste de directeur sportif, l'état-major lyonnais a bien bossé ces dernières semaines. Déjà sur le…

    ", - "content": "Le Messi iranien > le Messi argentin ?
    \n
    \nMalgré le départ de Juninho de son poste de directeur sportif, l'état-major lyonnais a bien bossé ces dernières semaines. Déjà sur le…

    ", + "title": "Aston Villa-Burnley reporté à cause de la Covid", + "description": "Et ça continue, encore et encore.
    \n
    \nCe samedi aurait pu être une belle journée de football en Angleterre. Mais la recrudescence de la Covid-19 en a décidé autrement. Comme quatre…

    ", + "content": "Et ça continue, encore et encore.
    \n
    \nCe samedi aurait pu être une belle journée de football en Angleterre. Mais la recrudescence de la Covid-19 en a décidé autrement. Comme quatre…

    ", "category": "", - "link": "https://www.sofoot.com/sardar-azmoun-serait-d-accord-pour-rejoindre-l-ol-508156.html", + "link": "https://www.sofoot.com/aston-villa-burnley-reporte-a-cause-de-la-covid-508472.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T14:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sardar-azmoun-serait-d-accord-pour-rejoindre-l-ol-1639234122_x600_articles-508156.jpg", + "pubDate": "2021-12-18T13:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aston-villa-burnley-reporte-a-cause-de-la-covid-1639833608_x600_articles-508472.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81914,17 +83361,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbc6af141ae62669b57d358f417fcb03" + "hash": "ca8cbe24fe1fb0c5cf977dd5f2ae1523" }, { - "title": "Service minimum pour Manchester City face à Wolverhampton", - "description": "

    ", - "content": "

    ", + "title": "Le Qatar vient à bout de l'Égypte aux tirs au but et glane le podium de la Coupe arabe", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/service-minimum-pour-manchester-city-face-a-wolverhampton-508143.html", + "link": "https://www.sofoot.com/le-qatar-vient-a-bout-de-l-egypte-aux-tirs-au-but-et-glane-le-podium-de-la-coupe-arabe-508468.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T14:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-service-minimum-pour-manchester-city-face-a-wolverhampton-1639233536_x600_articles-508143.jpg", + "pubDate": "2021-12-18T12:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-qatar-vient-a-bout-de-l-egypte-aux-tirs-au-but-et-glane-le-podium-de-la-coupe-arabe-1639832698_x600_articles-508468.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81935,17 +83382,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6de232ccd2779869f8f2a2ffc0bf537" + "hash": "1c11f54986ab8f0ccaf9709ee2c41f3d" }, { - "title": "Sergio Ramos, Kimpembe et Nuno Mendes forfaits pour la réception de Monaco", - "description": "À ce rythme, Kurzawa va être titulaire.
    \n
    \nAlors que le PSG reçoit dimanche soir l'AS Monaco, le secteur défensif de la formation francilienne est décimé. Les Parisiens ont…

    ", - "content": "À ce rythme, Kurzawa va être titulaire.
    \n
    \nAlors que le PSG reçoit dimanche soir l'AS Monaco, le secteur défensif de la formation francilienne est décimé. Les Parisiens ont…

    ", + "title": "L'OL interdit les déplacements de ses groupes de supporters jusqu'à nouvel ordre", + "description": "Dans un communiqué diffusé ce samedi midi, l'Olympique lyonnais a annoncé interdire le déplacement de ses groupes de supporters pour les matchs à l'extérieur, toutes compétitions confondues et…", + "content": "Dans un communiqué diffusé ce samedi midi, l'Olympique lyonnais a annoncé interdire le déplacement de ses groupes de supporters pour les matchs à l'extérieur, toutes compétitions confondues et…", "category": "", - "link": "https://www.sofoot.com/sergio-ramos-kimpembe-et-nuno-mendes-forfaits-pour-la-reception-de-monaco-508153.html", + "link": "https://www.sofoot.com/l-ol-interdit-les-deplacements-de-ses-groupes-de-supporters-jusqu-a-nouvel-ordre-508470.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T13:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sergio-ramos-kimpembe-et-nuno-mendes-forfaits-pour-la-reception-de-monaco-1639231151_x600_articles-508153.jpg", + "pubDate": "2021-12-18T11:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-ol-interdit-les-deplacements-de-ses-groupes-de-supporters-jusqu-a-nouvel-ordre-1639828363_x600_articles-508470.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81956,17 +83403,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2014ab9243c91e0dbe9508dd6b38d900" + "hash": "72c2bf4e2d343831bcc68d1543503b56" }, { - "title": "Vincent Labrune promet que des annonces seront faites en fin de semaine prochaine concernant l'insécurité ", - "description": "Des cadeaux empoisonnés pour les enfants pas sages.
    \n
    \nTrois jours après
    ", - "content": "Des cadeaux empoisonnés pour les enfants pas sages.
    \n
    \nTrois jours après
    ", + "title": "Un ancien sélectionneur U17 accusé d'agressions sexuelles au Gabon", + "description": "Un coup de filet massif en prévision.
    \n
    \nCe vendredi soir, le gouvernement gabonais a demandé, par la voix de son ministre des Sports Franck Nguema - et sur ordre du président Ali Bongo…

    ", + "content": "Un coup de filet massif en prévision.
    \n
    \nCe vendredi soir, le gouvernement gabonais a demandé, par la voix de son ministre des Sports Franck Nguema - et sur ordre du président Ali Bongo…

    ", "category": "", - "link": "https://www.sofoot.com/vincent-labrune-promet-que-des-annonces-seront-faites-en-fin-de-semaine-prochaine-concernant-l-insecurite-508152.html", + "link": "https://www.sofoot.com/un-ancien-selectionneur-u17-accuse-d-agressions-sexuelles-au-gabon-508469.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T13:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vincent-labrune-promet-que-des-annonces-seront-faites-en-fin-de-semaine-prochaine-concernant-l-insecurite-1639229599_x600_articles-508152.jpg", + "pubDate": "2021-12-18T11:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-ancien-selectionneur-u17-accuse-d-agressions-sexuelles-au-gabon-1639826632_x600_articles-508469.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81977,17 +83424,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a8de30dfbbd91a09ef6e7ecb56be3b2" + "hash": "596331ef09f66ab2edf06523d4c62f39" }, { - "title": "Le bel hommage des joueurs du SC Cambuur à leur entraîneur malade, en Eredivisie", - "description": "C'est ce qu'on appelle la classe.
    \n
    \nChampion d'Eerste Divisie (deuxième division néerlandaise) l'an dernier et actuellement quatrième d'Eredivisie, le SC Cambuur voit sa période faste…

    ", - "content": "C'est ce qu'on appelle la classe.
    \n
    \nChampion d'Eerste Divisie (deuxième division néerlandaise) l'an dernier et actuellement quatrième d'Eredivisie, le SC Cambuur voit sa période faste…

    ", + "title": "Bundesliga : Lewandowski dépasse Gerd Müller sur l'année civile", + "description": "Levez-vous pour Lewy.
    \n
    \nUne nouvelle fois décisif avec le Bayern Munich dans la promenade de…

    ", + "content": "Levez-vous pour Lewy.
    \n
    \nUne nouvelle fois décisif avec le Bayern Munich dans la promenade de…

    ", "category": "", - "link": "https://www.sofoot.com/le-bel-hommage-des-joueurs-du-sc-cambuur-a-leur-entraineur-malade-en-eredivisie-508151.html", + "link": "https://www.sofoot.com/bundesliga-lewandowski-depasse-gerd-muller-sur-l-annee-civile-508467.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T12:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-bel-hommage-des-joueurs-du-sc-cambuur-a-leur-entraineur-malade-en-eredivisie-1639224008_x600_articles-508151.jpg", + "pubDate": "2021-12-18T10:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bundesliga-lewandowski-depasse-gerd-muller-sur-l-annee-civile-1639823729_x600_articles-508467.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -81998,17 +83445,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ce7f3bbd6f531e1b1ce7253c1e29069" + "hash": "81621a89d7d21f4dcf9a1119cb64db95" }, { - "title": "\"L'ECA est l'otage des Qataris\", selon Aurelio De Laurentiis", - "description": "Les oreilles de Nasser al-Khelaïfi sifflent très fort.
    \n
    \nRéputé pour son franc-parler et son aversion contre l'influence du Qatar dans le football, Aurelio De Laurentiis, le président…

    ", - "content": "Les oreilles de Nasser al-Khelaïfi sifflent très fort.
    \n
    \nRéputé pour son franc-parler et son aversion contre l'influence du Qatar dans le football, Aurelio De Laurentiis, le président…

    ", + "title": "Le Graët : \"Ces incidents sont désastreux\"", + "description": "Noël avant l'heure.
    \n
    \nAlerté par la ministre en charge des Sports…

    ", + "content": "Noël avant l'heure.
    \n
    \nAlerté par la ministre en charge des Sports…

    ", "category": "", - "link": "https://www.sofoot.com/l-eca-est-l-otage-des-qataris-selon-aurelio-de-laurentiis-508150.html", + "link": "https://www.sofoot.com/le-graet-ces-incidents-sont-desastreux-508466.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T11:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-eca-est-l-otage-des-qataris-selon-aurelio-de-laurentiis-1639222673_x600_articles-508150.jpg", + "pubDate": "2021-12-18T10:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-graet-ces-incidents-sont-desastreux-1639822139_x600_articles-508466.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82019,17 +83466,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "350dfd2cb85af8f1be116ebaaea7f60c" + "hash": "d3f3b88bcd978c46ad2fcf2bd1a321c7" }, { - "title": "Covid-19 : À Renac, une soirée tartiflette provoque un cluster", - "description": "Soirée tartiflette, lendemains casse-tête.
    \n
    \nLa vie paisible menée par l'Hermine de Renac, en Ille-et-Vilaine, a été troublée ces derniers jours par la Covid-19. En effet, après…

    ", - "content": "Soirée tartiflette, lendemains casse-tête.
    \n
    \nLa vie paisible menée par l'Hermine de Renac, en Ille-et-Vilaine, a été troublée ces derniers jours par la Covid-19. En effet, après…

    ", + "title": "L'Inter dégomme la Salernitana", + "description": "Et de cinq pour le six à la suite.
    \n
    \nDans une forme surréaliste en championnat (9 victoires en 10 matchs dont 6 consécutives, invaincue depuis le 16 octobre), l'Inter Milan s'est…

    ", + "content": "Et de cinq pour le six à la suite.
    \n
    \nDans une forme surréaliste en championnat (9 victoires en 10 matchs dont 6 consécutives, invaincue depuis le 16 octobre), l'Inter Milan s'est…

    ", "category": "", - "link": "https://www.sofoot.com/covid-19-a-renac-une-soiree-tartiflette-provoque-un-cluster-508149.html", + "link": "https://www.sofoot.com/l-inter-degomme-la-salernitana-508464.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T10:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-covid-19-a-renac-une-soiree-tartiflette-provoque-un-cluster-1639221019_x600_articles-508149.jpg", + "pubDate": "2021-12-18T09:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-inter-degomme-la-salernitana-1639820716_x600_articles-508464.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82040,17 +83487,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d689b91ee7b363de78990d2aa5aba994" + "hash": "5374c9b82f779e696d1dee2754072b75" }, { - "title": "Tottenham-Rennes définitivement annulé", - "description": "L'UEFA sonne la fin des tractations.
    \n
    \nDécimé par une épidémie de Covid-19 qui a forcé le…

    ", - "content": "L'UEFA sonne la fin des tractations.
    \n
    \nDécimé par une épidémie de Covid-19 qui a forcé le…

    ", + "title": "PFC-OL : Roxana Maracineanu exige une réponse rapide de la part de la FFF ", + "description": "Maracineanu monte au créneau.
    \n
    \nD'après les informations de L'Équipe, la ministre en charge des Sports Roxana Maracineanu a sommé Noël Le Graët, le président de la FFF,…

    ", + "content": "Maracineanu monte au créneau.
    \n
    \nD'après les informations de L'Équipe, la ministre en charge des Sports Roxana Maracineanu a sommé Noël Le Graët, le président de la FFF,…

    ", "category": "", - "link": "https://www.sofoot.com/tottenham-rennes-definitivement-annule-508148.html", + "link": "https://www.sofoot.com/pfc-ol-roxana-maracineanu-exige-une-reponse-rapide-de-la-part-de-la-fff-508465.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tottenham-rennes-definitivement-annule-1639217612_x600_articles-508148.jpg", + "pubDate": "2021-12-18T09:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pfc-ol-roxana-maracineanu-exige-une-reponse-rapide-de-la-part-de-la-fff-1639819694_x600_articles-508465.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82061,17 +83508,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0622ea22df54a2ff6a0da9fb2138370f" + "hash": "da64b5bac9d47386ecf78e837c922a7d" }, { - "title": "Ralf Rangnick ne cherchera pas à garder Paul Pogba à tout prix", - "description": "Les Français n'ont pas la cote à Manchester United en ce moment.
    \n
    \nPaul Pogba et Anthony Martial portant un autre maillot la saison prochaine ? L'hypothèse est crédible.
    ", - "content": "Les Français n'ont pas la cote à Manchester United en ce moment.
    \n
    \nPaul Pogba et Anthony Martial portant un autre maillot la saison prochaine ? L'hypothèse est crédible.
    ", + "title": "Pierre Ferracci : \"Jean-Michel Aulas délire complètement\"", + "description": "Café corsé.
    \n
    \nCe vendredi, Pierre Ferracci, le président du Paris FC, a pris soin de rhabiller pour l'hiver son homologue Jean-Michel Aulas,
    ", + "content": "Café corsé.
    \n
    \nCe vendredi, Pierre Ferracci, le président du Paris FC, a pris soin de rhabiller pour l'hiver son homologue Jean-Michel Aulas,
    ", "category": "", - "link": "https://www.sofoot.com/ralf-rangnick-ne-cherchera-pas-a-garder-paul-pogba-a-tout-prix-508147.html", + "link": "https://www.sofoot.com/pierre-ferracci-jean-michel-aulas-delire-completement-508463.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T09:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ralf-rangnick-ne-cherchera-pas-a-garder-paul-pogba-a-tout-prix-1639215513_x600_articles-508147.jpg", + "pubDate": "2021-12-18T08:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pierre-ferracci-jean-michel-aulas-delire-completement-1639817428_x600_articles-508463.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82082,17 +83529,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6aa4e8804c7099a7592ba8bd8d90f65" + "hash": "baa56cc19e625fca0bc08de4afd71f18" }, { - "title": "Manolo Gabbiadini célèbre son but contre le Genoa sur le banc de touche", - "description": "Scène cocasse à Gênes.
    \n
    \nFessé à domicile par la Sampdoria dans le derby de la lanterne (1-3) ce vendredi, le Genoa continue de plonger en Serie A (dix-neuvième) malgré
    ", - "content": "Scène cocasse à Gênes.
    \n
    \nFessé à domicile par la Sampdoria dans le derby de la lanterne (1-3) ce vendredi, le Genoa continue de plonger en Serie A (dix-neuvième) malgré
    ", + "title": "Aulas : \"Tout n'est pas à mettre sur le dos de nos supporters\"", + "description": "JMA le retour.
    \n
    \nAprès l'arrêt du match entre le Paris FC et l'Olympique lyonnais,…

    ", + "content": "JMA le retour.
    \n
    \nAprès l'arrêt du match entre le Paris FC et l'Olympique lyonnais,…

    ", "category": "", - "link": "https://www.sofoot.com/manolo-gabbiadini-celebre-son-but-contre-le-genoa-sur-le-banc-de-touche-508146.html", + "link": "https://www.sofoot.com/aulas-tout-n-est-pas-a-mettre-sur-le-dos-de-nos-supporters-508460.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T08:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manolo-gabbiadini-celebre-son-but-contre-le-genoa-sur-le-banc-de-touche-1639213173_x600_articles-508146.jpg", + "pubDate": "2021-12-18T08:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aulas-tout-n-est-pas-a-mettre-sur-le-dos-de-nos-supporters-1639815474_x600_articles-508460.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82103,17 +83550,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d1d86ef0e9565188752042c2d69820a" + "hash": "1502a78a15231e63372009d1380f4670" }, { - "title": "DERNIERS JOURS : 20€ offerts GRATUITS chez NetBet pour parier ce week-end !", - "description": "Envie de parier ce week-end sans déposer d'argent ? NetBet vous offre 20€ sans sortir votre CB ! Ce sont les derniers jours de cette offre EXCLU pour les lecteurs de SoFoot

    EXCLU : 20€ offerts SANS SORTIR LA CB chez NetBet

    \n
    \nVous voulez obtenir 20€ sans verser d'argent pour parier ?
    \n

    ", - "content": "

    EXCLU : 20€ offerts SANS SORTIR LA CB chez NetBet

    \n
    \nVous voulez obtenir 20€ sans verser d'argent pour parier ?
    \n


    ", + "title": "Pronostic Wolverhampton Chelsea : Analyse, cotes et prono du match de Premier League", + "description": "

    Un Wolverhampton – Chelsea cadenassé

    \n
    \nAprès avoir récemment affronté Liverpool et Manchester City, Wolverhampton est opposé au troisième plus…
    ", + "content": "

    Un Wolverhampton – Chelsea cadenassé

    \n
    \nAprès avoir récemment affronté Liverpool et Manchester City, Wolverhampton est opposé au troisième plus…
    ", "category": "", - "link": "https://www.sofoot.com/derniers-jours-20e-offerts-gratuits-chez-netbet-pour-parier-ce-week-end-508086.html", + "link": "https://www.sofoot.com/pronostic-wolverhampton-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-508462.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T15:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-derniers-jours-20e-offerts-gratuits-chez-netbet-pour-parier-ce-week-end-1639066912_x600_articles-508086.jpg", + "pubDate": "2021-12-18T08:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-wolverhampton-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-1639815463_x600_articles-508462.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82124,17 +83571,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e4c833fab312aac2c83996a201018e8" + "hash": "1cbfe419fe77aa6a1f3a05d8603df780" }, { - "title": "Pronostic Lille Lyon : Analyse, cotes et prono du match de Ligue 1", - "description": "Quasi carton plein en cours sur
    le dernier match des Bleus, le Lille-Salzbourg, le Manchester City - PSG, et les PSG - Club Bruges et Wolfsbourg - Lille de cette semaine. Pour parier sur cette nouvelle affiche du LOSC, ZEbet vous offre 10€ sans sortir votre CB

    10€ gratuits pour parier sur ce Lille - Lyon !

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", - "content": "

    10€ gratuits pour parier sur ce Lille - Lyon !

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", + "title": "Paris FC-Lyon : dehors les cons ! ", + "description": "Ce week-end de 32es de finale de Coupe de France ne pouvait pas plus mal débuter. Ce vendredi soir, la rencontre entre le Paris FC et l'OL n'a pas pu aller à son terme, remettant le football français et ses tribunes face à ses propres démons. D'où cette question : ce cirque va-t-il continuer encore longtemps ?\"Nous sommes désolés de ne pas avoir pu aller au bout de cette rencontre avec vous.\" En une phrase de clôture, Thomas Bihel, journaliste de la chaîne Eurosport aux commentaires avec…", + "content": "\"Nous sommes désolés de ne pas avoir pu aller au bout de cette rencontre avec vous.\" En une phrase de clôture, Thomas Bihel, journaliste de la chaîne Eurosport aux commentaires avec…", "category": "", - "link": "https://www.sofoot.com/pronostic-lille-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-508084.html", + "link": "https://www.sofoot.com/paris-fc-lyon-dehors-les-cons-508458.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T06:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lille-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-1639065591_x600_articles-508084.jpg", + "pubDate": "2021-12-18T08:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paris-fc-lyon-dehors-les-cons-1639783899_x600_articles-alt-508458.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82145,17 +83592,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "67580074ed8d167dc2e67cc393b83abf" + "hash": "55ef2c44e457e4361c7f0b100b92a057" }, { - "title": "Entretien croisé avec Maxime Leverbe et Valentin Gendrey, deux Français qui flambent en Serie B ", - "description": "Ce samedi, Pise reçoit Lecce pour un choc au sommet entre le leader et son dauphin en Serie B. L'occasion pour deux joueurs français qui ne se connaissaient pas, Maxime Leverbe et Valentin Gendrey, de s'affronter pour la première fois sur le terrain, mais également de parler de leur quotidien dans l'antichambre de l'élite italienne à base de Massimo Coda ou des toboggans de Pordenone.

    Casting :

    \n
    \n– Maxime Leverbe (24 ans) : Défenseur central de Pise, passé par la Sampdoria, Cagliari et le Chievo.
    \n
    ", - "content": "

    Casting :

    \n
    \n– Maxime Leverbe (24 ans) : Défenseur central de Pise, passé par la Sampdoria, Cagliari et le Chievo.
    \n
    ", + "title": "Pronostic Tottenham Liverpool : Analyse, cotes et prono du match de Premier League", + "description": "

    Liverpool sur sa lancée face à Tottenham

    \n
    \nLa fin d'année en Angleterre est une période particulièrement riche avec un enchaînement de rencontres…
    ", + "content": "

    Liverpool sur sa lancée face à Tottenham

    \n
    \nLa fin d'année en Angleterre est une période particulièrement riche avec un enchaînement de rencontres…
    ", "category": "", - "link": "https://www.sofoot.com/entretien-croise-avec-maxime-leverbe-et-valentin-gendrey-deux-francais-qui-flambent-en-serie-b-508121.html", + "link": "https://www.sofoot.com/pronostic-tottenham-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-508461.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-entretien-croise-avec-maxime-leverbe-et-valentin-gendrey-deux-francais-qui-flambent-en-serie-b-1639159608_x600_articles-508121.jpg", + "pubDate": "2021-12-18T07:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-1639814974_x600_articles-508461.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82166,17 +83613,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "54a6526f80cac09a22bb5d5ec2ff281c" + "hash": "e1b80e9de49a83fd9647ed20acabd531" }, { - "title": "Éric Di Meco et Baptiste Serin avec Loïc Puyo : \"Les rugbymen sont des footeux qui s'ignorent\"", - "description": "Passé par la Ligue 1, la Ligue 2, le National, et même le championnat australien la saison dernière, le milieu de terrain Loïc Puyo (32 ans) prend la plume, depuis un an et demi, afin de raconter pour So Foot son quotidien de joueur. Cette semaine, avant une belle journée de Coupe d'Europe sur les terrains de rugby, il a décidé d'évoquer la relation entre foot et rugby, avec un joueur international de chaque discipline pour débroussailler le sujet : Éric Di Meco et Baptiste Serin.Après les récents succès de nos équipes nationales - nos…", - "content": "Après les récents succès de nos équipes nationales - nos…", + "title": "203€ à gagner avec Rennes & West Ham + 200€ offerts en EXCLU au lieu de 100€ !", + "description": "

    NOUVEAU : 200€ offerts chez Unibet en EXCLU au lieu de 100€

    \n
    \n
    \n

    ", + "content": "

    NOUVEAU : 200€ offerts chez Unibet en EXCLU au lieu de 100€

    \n
    \n
    \n


    ", "category": "", - "link": "https://www.sofoot.com/eric-di-meco-et-baptiste-serin-avec-loic-puyo-les-rugbymen-sont-des-footeux-qui-s-ignorent-507976.html", + "link": "https://www.sofoot.com/203e-a-gagner-avec-rennes-west-ham-200e-offerts-en-exclu-au-lieu-de-100e-508386.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-eric-di-meco-et-baptiste-serin-avec-loic-puyo-les-rugbymen-sont-des-footeux-qui-s-ignorent-1639092925_x600_articles-alt-507976.jpg", + "pubDate": "2021-12-16T14:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-203e-a-gagner-avec-rennes-west-ham-200e-offerts-en-exclu-au-lieu-de-100e-1639665027_x600_articles-508386.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82187,17 +83634,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b87b4f5ae859d5efa6d667348daa8e92" + "hash": "9b44193b196fbe5cf8a80159e7974939" }, { - "title": "Le FC Nantes retourne le RC Lens en beauté", - "description": "Invisible en première période et breaké par des Lensois cliniques, le FC Nantes a retourné le scénario après la pause en plantant trois fois, pour arracher in extremis la victoire à la Beaujoire dans un élan incroyable, grâce à un doublé heureux de Randal Kolo Muani et un bonbon final de Moses Simon (3-2). Le Racing tourne toujours au ralenti.

    ", - "content": "

    ", + "title": "Covid : la Premier League en eaux troubles ", + "description": "La montée en flèche de cas de Covid qui frappe actuellement le Royaume-Uni n'épargne pas le football outre-Manche : multiplication de tests positifs dans les effectifs et matchs reportés à la pelle en Premier League depuis plusieurs semaines déjà. Une situation qui ne semble toutefois pas déranger la ligue de football anglaise, dont la réaction et la prise de décisions fortes se font attendre. Si elles arrivent un jour.C'est reparti pour un tour. Ce jeudi 16 décembre, la Premier League a annoncé le report de cinq matchs de la dix-huitième journée de Premier League. Manchester United-Brighton a été la…", + "content": "C'est reparti pour un tour. Ce jeudi 16 décembre, la Premier League a annoncé le report de cinq matchs de la dix-huitième journée de Premier League. Manchester United-Brighton a été la…", "category": "", - "link": "https://www.sofoot.com/le-fc-nantes-retourne-le-rc-lens-en-beaute-508142.html", + "link": "https://www.sofoot.com/covid-la-premier-league-en-eaux-troubles-508450.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T22:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-fc-nantes-retourne-le-rc-lens-en-beaute-1639175448_x600_articles-alt-508142.jpg", + "pubDate": "2021-12-18T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-covid-la-premier-league-en-eaux-troubles-1639758580_x600_articles-alt-508450.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82208,17 +83655,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "becf5af0419ce334001368449d9c0837" + "hash": "e11223b650a02dab428795593730eaee" }, { - "title": "En direct : Nantes - Lens", - "description": "43' : Des trous partout dans ce bloc nantais... Que dire.", - "content": "43' : Des trous partout dans ce bloc nantais... Que dire.", + "title": "Arnaut Danjuma, la torpille du Sous-Marin jaune", + "description": "Bourreau de l'Atalanta la semaine dernière en Ligue des champions, Arnaut Danjuma prouve de jour en jour que Villarreal a bien fait de casser sa tirelire pour l'arracher à Bournemouth. Meilleur buteur de son club aussi bien en Liga que dans la coupe aux grandes oreilles, le Néerlandais doit dorénavant aider le Sous-Marin jaune à remonter vers les places européennes. Une épreuve comme une autre pour le jeune homme de 24 ans, qui a dû se relever après les nombreux obstacles que la vie a mis en travers de son chemin.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-nantes-lens-508141.html", + "link": "https://www.sofoot.com/arnaut-danjuma-la-torpille-du-sous-marin-jaune-508438.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-nantes-lens-1639167929_x600_articles-alt-508141.jpg", + "pubDate": "2021-12-18T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-arnaut-danjuma-la-torpille-du-sous-marin-jaune-1639752979_x600_articles-alt-508438.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82229,17 +83676,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0d988ad9578fad10ebfa9dc25669b47" + "hash": "443f6a7e64e2c4377d1f02f1e27b7fa3" }, { - "title": "Mikel Arteta souhaite des protocoles Covid plus clairs en Premier League", - "description": "Et souhaiter la fin du Covid tout court, c'est trop demandé ?
    \n
    \nAlors que la Premier League a annoncé
    le report de…

    ", - "content": "Et souhaiter la fin du Covid tout court, c'est trop demandé ?
    \n
    \nAlors que la Premier League a annoncé le report de…

    ", + "title": "De Kinshasa à Alexandrie : cinq Congolais en rade en Égypte", + "description": "Andy, Coeurci, Antoine, Franky et Omakanda* ont quitté la République démocratique du Congo en juillet pour l'Égypte, avec la promesse d'être recrutés par un club de football à l'issue de tests physiques. Mais le voyage ne s'est pas passé comme prévu. Escroqués par un prétendu manager, ils sont toujours en Égypte sans réelles perspectives.Alexandrie, Égypte. Nous sommes en plein milieu de l'hiver, un début d'après-midi du mois de décembre. Au huitième étage d'une tour quelconque de la ville, l'appartement des cinq footballeurs…", + "content": "Alexandrie, Égypte. Nous sommes en plein milieu de l'hiver, un début d'après-midi du mois de décembre. Au huitième étage d'une tour quelconque de la ville, l'appartement des cinq footballeurs…", "category": "", - "link": "https://www.sofoot.com/mikel-arteta-souhaite-des-protocoles-covid-plus-clairs-en-premier-league-508137.html", + "link": "https://www.sofoot.com/de-kinshasa-a-alexandrie-cinq-congolais-en-rade-en-egypte-508326.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T16:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mikel-arteta-souhaite-des-protocoles-covid-plus-clairs-en-premier-league-1639158794_x600_articles-508137.jpg", + "pubDate": "2021-12-18T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-de-kinshasa-a-alexandrie-cinq-congolais-en-rade-en-egypte-1639575219_x600_articles-alt-508326.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82250,59 +83697,59 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf3e95ffc71456e36aae59b8c5374c3b" + "hash": "7b14b69ee5729de774a0d6be518f61d6" }, { - "title": "Colombie : un joueur aide l'arbitre à mettre un carton", - "description": "Mieux vaut être du côté de l'homme en noir.
    \n
    \nFin de match rocambolesque entre l'America de Cali qui arrache la victoire contre l'Alianza Petrolera dans les derniers instants (but du…

    ", - "content": "Mieux vaut être du côté de l'homme en noir.
    \n
    \nFin de match rocambolesque entre l'America de Cali qui arrache la victoire contre l'Alianza Petrolera dans les derniers instants (but du…

    ", + "title": "Le Paris FC et Lyon se quittent dans l'incertitude ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/colombie-un-joueur-aide-l-arbitre-a-mettre-un-carton-508136.html", + "link": "https://www.sofoot.com/le-paris-fc-et-lyon-se-quittent-dans-l-incertitude-508416.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T16:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-colombie-un-joueur-aide-l-arbitre-a-mettre-un-carton-1639158165_x600_articles-508136.jpg", + "pubDate": "2021-12-17T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-paris-fc-et-lyon-se-quittent-dans-l-incertitude-1639779048_x600_articles-508416.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "946a667d2830c9b4287fc25dc82a8cd7" + "hash": "feee3faa875b25fb3228161795c699c9" }, { - "title": "La fédération espagnole se paye Javier Tebas", - "description": "La Liga a officialisé ce vendredi son accord avec le fonds d'investissement CVC, qui va permettre aux clubs espagnols de toucher 1,994 milliard d'euros, dont 400 millions qui doivent arriver dans…", - "content": "La Liga a officialisé ce vendredi son accord avec le fonds d'investissement CVC, qui va permettre aux clubs espagnols de toucher 1,994 milliard d'euros, dont 400 millions qui doivent arriver dans…", + "title": "Match arrêté entre le Paris FC et Lyon !", + "description": "Et allez, ça recommence.
    \n
    \nPour le compte des trente-deuxième de finale de la coupe de France, la rencontre entre le Paris FC et l'Olympique Lyonnais a été arrêté à la mi-temps en…

    ", + "content": "Et allez, ça recommence.
    \n
    \nPour le compte des trente-deuxième de finale de la coupe de France, la rencontre entre le Paris FC et l'Olympique Lyonnais a été arrêté à la mi-temps en…

    ", "category": "", - "link": "https://www.sofoot.com/la-federation-espagnole-se-paye-javier-tebas-508135.html", + "link": "https://www.sofoot.com/match-arrete-entre-le-paris-fc-et-lyon-508457.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T16:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-federation-espagnole-se-paye-javier-tebas-1639155197_x600_articles-508135.jpg", + "pubDate": "2021-12-17T21:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-match-arrete-entre-le-paris-fc-et-lyon-1639778249_x600_articles-508457.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "235021f59fab0032a1fa25be39291a4c" + "hash": "f7fa3db9be6fa317b4a0d5e027e391fb" }, { - "title": "La finale de la Coupe de France féminine à Dijon", - "description": "Il y aura du spectacle cette saison à Dijon et ce ne sera pas forcément grâce à l'équipe de Patrice Garande, actuellement 15e de Ligue 2.
    \n
    \nLa Coupe de France féminine…

    ", - "content": "Il y aura du spectacle cette saison à Dijon et ce ne sera pas forcément grâce à l'équipe de Patrice Garande, actuellement 15e de Ligue 2.
    \n
    \nLa Coupe de France féminine…

    ", + "title": "Le Bayern trace sa route en écrasant Wolfsburg", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-finale-de-la-coupe-de-france-feminine-a-dijon-508134.html", + "link": "https://www.sofoot.com/le-bayern-trace-sa-route-en-ecrasant-wolfsburg-508456.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T16:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-finale-de-la-coupe-de-france-feminine-a-dijon-1639155163_x600_articles-508134.jpg", + "pubDate": "2021-12-17T21:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-trace-sa-route-en-ecrasant-wolfsburg-1639775750_x600_articles-508456.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82313,17 +83760,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5fc06635f1dacc30913a4606a739b3f" + "hash": "7d60e1b356be3089386f332e7df47397" }, { - "title": "Tottenham-Brighton reporté", - "description": "Brighton et Rennes, même combat.
    \n
    \nL'épidémie de Covid-19 a décidé de s'abattre sur les Spurs de Tottenham et ne pas les laisser tranquilles. Les hommes d'Antonio Conte…

    ", - "content": "Brighton et Rennes, même combat.
    \n
    \nL'épidémie de Covid-19 a décidé de s'abattre sur les Spurs de Tottenham et ne pas les laisser tranquilles. Les hommes d'Antonio Conte…

    ", + "title": "En direct : Paris FC - Lyon ", + "description": "45' : ALLEZ RIDEAU !
    \n
    \nLe match est arrêté, l'annonce est officielle. Les derniers supporters ...", + "content": "45' : ALLEZ RIDEAU !
    \n
    \nLe match est arrêté, l'annonce est officielle. Les derniers supporters ...", "category": "", - "link": "https://www.sofoot.com/tottenham-brighton-reporte-508133.html", + "link": "https://www.sofoot.com/en-direct-paris-fc-lyon-508415.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T15:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tottenham-brighton-reporte-1639154594_x600_articles-508133.jpg", + "pubDate": "2021-12-17T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-paris-fc-lyon-1639737964_x600_articles-alt-508415.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82334,17 +83781,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1a499f5b8267191b8d93d5f7019a920" + "hash": "373bbcad1b8783496e65f5eb9da27e83" }, { - "title": "Pronostic Real Madrid Atlético Madrid : Analyse, cotes et prono du match de Liga", - "description": "

    Le Real, roi de Madrid face à l'Atlético

    \n
    \nLa 17e journée de Liga nous offre le traditionnel derby de Madrid entre le Real et…
    ", - "content": "

    Le Real, roi de Madrid face à l'Atlético

    \n
    \nLa 17e journée de Liga nous offre le traditionnel derby de Madrid entre le Real et…
    ", + "title": "Pronostic Milan AC Naples : Analyse, cotes et prono du match de Serie A", + "description": "

    Le Milan AC distance le Napoli

    \n
    \nCe dimanche soir, Milanais et Napolitains, les deux grands acteurs du début de saison en Serie A, s'affrontent à San…
    ", + "content": "

    Le Milan AC distance le Napoli

    \n
    \nCe dimanche soir, Milanais et Napolitains, les deux grands acteurs du début de saison en Serie A, s'affrontent à San…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-real-madrid-atletico-madrid-analyse-cotes-et-prono-du-match-de-liga-508132.html", + "link": "https://www.sofoot.com/pronostic-milan-ac-naples-analyse-cotes-et-prono-du-match-de-serie-a-508455.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T15:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-atletico-madrid-analyse-cotes-et-prono-du-match-de-liga-1639150919_x600_articles-508132.jpg", + "pubDate": "2021-12-17T18:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-milan-ac-naples-analyse-cotes-et-prono-du-match-de-serie-a-1639765674_x600_articles-508455.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82355,17 +83802,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "746fbc3c213d3599c80c182abdfaa988" + "hash": "bd146172f15cc9718b7f225bbe175fc9" }, { - "title": "Pronostic Rennes Nice : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un Rennes de beauté face à Nice

    \n
    \nL'an passé, Lille avait égayé la saison de Ligue 1 en rivalisant face aux grosses cylindrées de Ligue 1 et en…
    ", - "content": "

    Un Rennes de beauté face à Nice

    \n
    \nL'an passé, Lille avait égayé la saison de Ligue 1 en rivalisant face aux grosses cylindrées de Ligue 1 et en…
    ", + "title": "Pronostic Red Star Monaco : Analyse, cotes et prono du match de Coupe de France", + "description": "

    Monaco assure au Red Star

    \n
    \nLe Red Star a connu de belles heures mais se retrouve désormais en National. Actuellement, les protégés d'Habib Beye…
    ", + "content": "

    Monaco assure au Red Star

    \n
    \nLe Red Star a connu de belles heures mais se retrouve désormais en National. Actuellement, les protégés d'Habib Beye…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-rennes-nice-analyse-cotes-et-prono-du-match-de-ligue-1-508131.html", + "link": "https://www.sofoot.com/pronostic-red-star-monaco-analyse-cotes-et-prono-du-match-de-coupe-de-france-508454.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T15:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rennes-nice-analyse-cotes-et-prono-du-match-de-ligue-1-1639150404_x600_articles-508131.jpg", + "pubDate": "2021-12-17T18:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-red-star-monaco-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639765279_x600_articles-508454.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82376,17 +83823,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4cab24eaa45c613f260884aac3552a5" + "hash": "955b6e30a87981510c5eb66b8d71cea2" }, { - "title": "Anthony Martial veut quitter Manchester United selon son agent", - "description": "Plus de six ans après son transfert de Monaco à Manchester United, Anthony Martial (26 ans) n'a jamais vraiment confirmé tous les espoirs placés en lui, quand bien même ses 269 matchs et 79 buts…", - "content": "Plus de six ans après son transfert de Monaco à Manchester United, Anthony Martial (26 ans) n'a jamais vraiment confirmé tous les espoirs placés en lui, quand bien même ses 269 matchs et 79 buts…", + "title": "Pronostic Fribourg Bayer Leverkusen : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Leverkusen contient Fribourg

    \n
    \nAu départ de cette saison, peu d'observateurs auraient prédit que Fribourg se trouverait en 5e position de…
    ", + "content": "

    Leverkusen contient Fribourg

    \n
    \nAu départ de cette saison, peu d'observateurs auraient prédit que Fribourg se trouverait en 5e position de…
    ", "category": "", - "link": "https://www.sofoot.com/anthony-martial-veut-quitter-manchester-united-selon-son-agent-508130.html", + "link": "https://www.sofoot.com/pronostic-fribourg-bayer-leverkusen-analyse-cotes-et-prono-du-match-de-bundesliga-508453.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T15:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-anthony-martial-veut-quitter-manchester-united-selon-son-agent-1639154236_x600_articles-508130.jpg", + "pubDate": "2021-12-17T18:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-fribourg-bayer-leverkusen-analyse-cotes-et-prono-du-match-de-bundesliga-1639765013_x600_articles-508453.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82397,17 +83844,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e69295f8f10b85727739c8944f31e12" + "hash": "36def23f77fbcf07bd96ea76fc82bc4e" }, { - "title": "Pronostic Troyes Bordeaux : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un Troyes – Bordeaux avec des buts de chaque côté

    \n
    \nLa 18e journée de Ligue 1 nous offre ce week-end plusieurs oppositions importantes…
    ", - "content": "

    Un Troyes – Bordeaux avec des buts de chaque côté

    \n
    \nLa 18e journée de Ligue 1 nous offre ce week-end plusieurs oppositions importantes…
    ", + "title": "Pronostic Cologne Stuttgart : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Un Cologne Modeste mais ambitieux face à Stuttgart

    \n
    \nProche de la relégation l'an passé, le FC Cologne avait sauvé sa place lors des barrages face…
    ", + "content": "

    Un Cologne Modeste mais ambitieux face à Stuttgart

    \n
    \nProche de la relégation l'an passé, le FC Cologne avait sauvé sa place lors des barrages face…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-troyes-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-508129.html", + "link": "https://www.sofoot.com/pronostic-cologne-stuttgart-analyse-cotes-et-prono-du-match-de-bundesliga-508452.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T15:06:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-troyes-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-1639149922_x600_articles-508129.jpg", + "pubDate": "2021-12-17T17:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cologne-stuttgart-analyse-cotes-et-prono-du-match-de-bundesliga-1639764197_x600_articles-508452.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82418,38 +83865,38 @@ "favorite": false, "created": false, "tags": [], - "hash": "564dcdbecc59d098cb2ab1a913881c21" + "hash": "4aff4e5b2f45d7ef39a17cb46c69687c" }, { - "title": "Pronostic Angers Clermont : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Angers un cran au-dessus de Clermont

    \n
    \nEn s'imposant le week-end dernier sur la pelouse de Reims (1-2), Angers a consolidé sa place dans la…
    ", - "content": "

    Angers un cran au-dessus de Clermont

    \n
    \nEn s'imposant le week-end dernier sur la pelouse de Reims (1-2), Angers a consolidé sa place dans la…
    ", + "title": "Pronostic Real Madrid Cadiz : Analyse, cotes et prono du match de Liga", + "description": "

    Le Real Madrid poursuit sa collecte face à Cadix

    \n
    \nMarqué par une saison dernière sans le moindre titre, le Real Madrid a décidé de répondre lors de…
    ", + "content": "

    Le Real Madrid poursuit sa collecte face à Cadix

    \n
    \nMarqué par une saison dernière sans le moindre titre, le Real Madrid a décidé de répondre lors de…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-angers-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-508127.html", + "link": "https://www.sofoot.com/pronostic-real-madrid-cadiz-analyse-cotes-et-prono-du-match-de-liga-508451.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T14:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-angers-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-1639149108_x600_articles-508127.jpg", + "pubDate": "2021-12-17T17:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-cadiz-analyse-cotes-et-prono-du-match-de-liga-1639762165_x600_articles-508451.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0f3891086c40a83a6b0cc40935ceb95" + "hash": "59ccc001aaf88aa167c7d68f4527bc0c" }, { - "title": "Pronostic Strasbourg OM : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Strasbourg enchaîne face à l'OM

    \n
    \nLe Racing Club de Strasbourg est la sensation de cette fin d'année en Ligue 1. Après avoir démarré doucement…
    ", - "content": "

    Strasbourg enchaîne face à l'OM

    \n
    \nLe Racing Club de Strasbourg est la sensation de cette fin d'année en Ligue 1. Après avoir démarré doucement…
    ", + "title": "La société de Wanda Nara visée pour blanchiment d'argent en Argentine", + "description": "Wanda Nara se retrouve une nouvelle fois dans l'œil du cyclone. Après l'épisode de la…", + "content": "Wanda Nara se retrouve une nouvelle fois dans l'œil du cyclone. Après l'épisode de la…", "category": "", - "link": "https://www.sofoot.com/pronostic-strasbourg-om-analyse-cotes-et-prono-du-match-de-ligue-1-508126.html", + "link": "https://www.sofoot.com/la-societe-de-wanda-nara-visee-pour-blanchiment-d-argent-en-argentine-508443.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T14:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-strasbourg-om-analyse-cotes-et-prono-du-match-de-ligue-1-1639148500_x600_articles-508126.jpg", + "pubDate": "2021-12-17T16:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-societe-de-wanda-nara-visee-pour-blanchiment-d-argent-en-argentine-1639759824_x600_articles-508443.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82460,17 +83907,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3bfc5291041da0bacb131d6188e5d0c" + "hash": "78ef7d73622c50a903b462fbc671bf49" }, { - "title": "Quand Ripart était \"rattrapé par sa femme\" lors de ses adieux aux supporters nîmois", - "description": "\"À la base, moi, j'étais juste venu faire une pétanque...\" Quand il pénètre dans les Jardins de la Fontaine, le parc public de Nîmes, ce dimanche 18 juillet 2021, trois jours…", - "content": "\"À la base, moi, j'étais juste venu faire une pétanque...\" Quand il pénètre dans les Jardins de la Fontaine, le parc public de Nîmes, ce dimanche 18 juillet 2021, trois jours…", + "title": "Live : la demi-finale des Mondiaux de handball entre la France et le Danemark", + "description": "Les Bleues d'Olivier Krumbholz affrontent le Danemark en demi-finale des championnats du monde organisés en Espagne. Un match à suivre en direct, parce qu'on ne pouvait résister aux Irrésistibles.

    France 10-12 Danemark

    ", + "content": "

    France 10-12 Danemark

    ", "category": "", - "link": "https://www.sofoot.com/quand-ripart-etait-rattrape-par-sa-femme-lors-de-ses-adieux-aux-supporters-nimois-508117.html", + "link": "https://www.sofoot.com/live-la-demi-finale-des-mondiaux-de-handball-entre-la-france-et-le-danemark-508437.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T14:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quand-ripart-etait-rattrape-par-sa-femme-lors-de-ses-adieux-aux-supporters-nimois-1639138015_x600_articles-508117.jpg", + "pubDate": "2021-12-17T16:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-live-la-demi-finale-des-mondiaux-de-handball-entre-la-france-et-le-danemark-1639749242_x600_articles-alt-508437.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82481,17 +83928,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "549ea1589389df14a0b58f3beaba7c63" + "hash": "e1f274c80679448ab8083de687b87d6a" }, { - "title": "François Hollande a assisté à un entraînement du Clermont Foot", - "description": "Clermont va chercher vraiment loin pour son mercato hivernal.
    \n
    \nEn promotion pour son nouveau livre Affronter, François Hollande était de passage ce vendredi à Clermont.…

    ", - "content": "Clermont va chercher vraiment loin pour son mercato hivernal.
    \n
    \nEn promotion pour son nouveau livre Affronter, François Hollande était de passage ce vendredi à Clermont.…

    ", + "title": "Christian Eriksen quitte officiellement l'Inter Milan", + "description": "Toutes les histoires de cœur ont une fin.
    \n
    \nCe vendredi 17 décembre, l'aventure de Christian Eriksen à l'Inter Milan a touché à sa fin. Victime d'un arrêt cardiaque lors de…

    ", + "content": "Toutes les histoires de cœur ont une fin.
    \n
    \nCe vendredi 17 décembre, l'aventure de Christian Eriksen à l'Inter Milan a touché à sa fin. Victime d'un arrêt cardiaque lors de…

    ", "category": "", - "link": "https://www.sofoot.com/francois-hollande-a-assiste-a-un-entrainement-du-clermont-foot-508125.html", + "link": "https://www.sofoot.com/christian-eriksen-quitte-officiellement-l-inter-milan-508449.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T14:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-francois-hollande-a-assiste-a-un-entrainement-du-clermont-foot-1639153997_x600_articles-508125.jpg", + "pubDate": "2021-12-17T15:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-christian-eriksen-quitte-officiellement-l-inter-milan-1639758339_x600_articles-508449.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82502,17 +83949,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "479ca7df0a1a3964febeed7de65db792" + "hash": "98bb69484e7138917d714182ba88c1ff" }, { - "title": "Pronostic Metz Lorient : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Metz – Lorient : l'enjeu prend le dessus sur le jeu

    \n
    \nDans une lutte pour le maintien déjà acharnée, Metz et Lorient s'affrontent ce dimanche…
    ", - "content": "

    Metz – Lorient : l'enjeu prend le dessus sur le jeu

    \n
    \nDans une lutte pour le maintien déjà acharnée, Metz et Lorient s'affrontent ce dimanche…
    ", + "title": "La FIFA poursuit sa propagande pour une Coupe du monde tous les deux ans", + "description": "Arsène Wenger est en train de jubiler.
    \n
    \nDepuis plusieurs mois, le débat sur la possibilité d'organiser une Coupe du monde tous les deux ans divise les fans de football. La FIFA, à…

    ", + "content": "Arsène Wenger est en train de jubiler.
    \n
    \nDepuis plusieurs mois, le débat sur la possibilité d'organiser une Coupe du monde tous les deux ans divise les fans de football. La FIFA, à…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-metz-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-508124.html", + "link": "https://www.sofoot.com/la-fifa-poursuit-sa-propagande-pour-une-coupe-du-monde-tous-les-deux-ans-508447.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T14:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-metz-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-1639147861_x600_articles-508124.jpg", + "pubDate": "2021-12-17T15:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-fifa-poursuit-sa-propagande-pour-une-coupe-du-monde-tous-les-deux-ans-1639759043_x600_articles-508447.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82523,17 +83970,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "829d3e12137e69e891f4278c371ab927" + "hash": "ead75f18398f82060b02b77a67ec3f15" }, { - "title": "Quinze supporters de Moscou interpellés après la rencontre face à l'OM", - "description": "Le Lokomotiv a déraillé.
    \n
    \nVenu au stade Vélodrome ce jeudi dans l'espoir de créer l'exploit et de décrocher son billet pour la Ligue Europa Conférence, le Lokomotiv Moscou n'a pas…

    ", - "content": "Le Lokomotiv a déraillé.
    \n
    \nVenu au stade Vélodrome ce jeudi dans l'espoir de créer l'exploit et de décrocher son billet pour la Ligue Europa Conférence, le Lokomotiv Moscou n'a pas…

    ", + "title": "24 heures chrono", + "description": "Depuis 2019, Moncé-en-Belin accueille les 24 heures du foot, un tournoi de sixte en mode marathon. Plus de mille personnes étaient sur site lors de la troisième édition en juillet. Une compétition pour amateurs mais pas pour petits joueurs, certains ayant bien du mal à passer la nuit. Plongée dans un événement qui grandit d'année en année et qui conjugue plaisir de jouer et convivialité.La Sarthe avait déjà ses 24 Heures pour l'auto, la moto, le VTT, le basket, le roller et même la bille. En 2019, le foot a rejoint la liste grâce à une bande de potes de l'ES Moncé-en-Belin.…", + "content": "La Sarthe avait déjà ses 24 Heures pour l'auto, la moto, le VTT, le basket, le roller et même la bille. En 2019, le foot a rejoint la liste grâce à une bande de potes de l'ES Moncé-en-Belin.…", "category": "", - "link": "https://www.sofoot.com/quinze-supporters-de-moscou-interpelles-apres-la-rencontre-face-a-l-om-508123.html", + "link": "https://www.sofoot.com/24-heures-chrono-507817.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T13:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quinze-supporters-de-moscou-interpelles-apres-la-rencontre-face-a-l-om-1639148472_x600_articles-508123.jpg", + "pubDate": "2021-12-17T15:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-24-heures-chrono-1638545468_x600_articles-alt-507817.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82544,17 +83991,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd6ac06b57c8e0de4592a6b2493b96c8" + "hash": "9bfb4671929c33ff602bd00fabe3846d" }, { - "title": "Le rapport accablant pour le centre de formation de Nîmes", - "description": "Un rapport de la FFF accable grandement l'état du centre de formation du Nîmes Olympique que son président Rani Assaf avait fermé en mai dernier pour des raisons financières. ", - "content": "Un rapport de la FFF accable grandement l'état du centre de formation du Nîmes Olympique que son président Rani Assaf avait fermé en mai dernier pour des raisons financières. ", + "title": "Gary Marigard, J-2 avant d'affronter le PSG : \"Jeudi, c'était action solidaire\"", + "description": "La loterie de la Coupe de France réserve toujours quelques matchs en apparence déséquilibrés : à l'occasion des 32es de finale, c'est Feignies-Aulnoye qui a tiré le gros lot, puisque l'écurie des alentours de Maubeuge est tombée sur le PSG. Pour comprendre comment un footballeur amateur se prépare à une telle échéance, le latéral droit du club du Nord Gary Marigard nous raconte son quotidien, jour par jour, jusqu'au match fatidique.Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", + "content": "Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", "category": "", - "link": "https://www.sofoot.com/le-rapport-accablant-pour-le-centre-de-formation-de-nimes-508119.html", + "link": "https://www.sofoot.com/gary-marigard-j-2-avant-d-affronter-le-psg-jeudi-c-etait-action-solidaire-508441.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T13:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-rapport-accablant-pour-le-centre-de-formation-de-nimes-1639147346_x600_articles-508119.jpg", + "pubDate": "2021-12-17T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gary-marigard-j-2-avant-d-affronter-le-psg-jeudi-c-etait-action-solidaire-1639751870_x600_articles-alt-508441.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82565,17 +84012,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "335be200f0df8a6da8affad2721b7ab1" + "hash": "b37b5f93de39759c14d1fd37ccfe04ca" }, { - "title": "Rennes : qui se cache derrière Martin Terrier ? ", - "description": "Dans la famille Terrier, il faut demander le petit dernier, Martin, pour trouver celui qui a réussi à pointer le bout de son nez en Ligue 1. Une réussite attendue pour le cadet d'une fratrie qui a grandi, comme des milliers d'autres, en baignant dans le foot dans le Nord, une terre qu'il est le seul de la famille à avoir quittée. De Lille à Rennes en passant par Strasbourg et Lyon, portrait de l'homme en forme de la Ligue 1, symbole d'un Stade rennais à qui tout sourit. Où il est question de grosses lucarnes, d'horloge cassée et d'un amour impossible pour les jeux vidéo.Dans la famille Terrier, le 26 mai 2016 est une date à marquer d'une pierre blanche. Ce jour-là, le papa Frédéric et son épouse sont présents au stade Jean-Deconinck pour assister au dernier…", - "content": "Dans la famille Terrier, le 26 mai 2016 est une date à marquer d'une pierre blanche. Ce jour-là, le papa Frédéric et son épouse sont présents au stade Jean-Deconinck pour assister au dernier…", + "title": "Jean-Michel Aulas, on se lasse", + "description": "Comme durant chaque crise traversée par l'OL ces dernières années, le président Jean-Michel Aulas a repris la barre pour piloter le bateau. Mais entre un remaniement interne et des résultats décevants à gérer, il en a oublié que la communication, c'est la clé. Résultat, toutes ses déclarations sont contre-productives, et c'est sa réputation entière qui prend un sacré coup sur la caboche.Le 5 décembre dernier, plus de 3800 personnes ont aimé un tweet lyonnais teinté de nostalgie : \"Il est passé où cet OL-là ?\" accompagné du but sublime de Lucas Paquetá en début de…", + "content": "Le 5 décembre dernier, plus de 3800 personnes ont aimé un tweet lyonnais teinté de nostalgie : \"Il est passé où cet OL-là ?\" accompagné du but sublime de Lucas Paquetá en début de…", "category": "", - "link": "https://www.sofoot.com/rennes-qui-se-cache-derriere-martin-terrier-508105.html", + "link": "https://www.sofoot.com/jean-michel-aulas-on-se-lasse-508442.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T13:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-rennes-qui-se-cache-derriere-martin-terrier-1639133151_x600_articles-alt-508105.jpg", + "pubDate": "2021-12-17T14:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jean-michel-aulas-on-se-lasse-1639752538_x600_articles-alt-508442.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82586,17 +84033,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a13e8c7bfae77c780ef8a431ef7067c5" + "hash": "f13a679e94ea10c7aae7422941e6fb74" }, { - "title": "Peter Bosz : \"C'est Marseille qui a refusé de jouer\"", - "description": "Le contraire aurait été étonnant.
    \n
    \nAu surlendemain
    de l'annonce des…

    ", - "content": "Le contraire aurait été étonnant.
    \n
    \nAu surlendemain de l'annonce des…

    ", + "title": "Le Brésil et l'Argentine pourraient intégrer la Ligue des nations", + "description": "C'est la potatoe dans la barquette de frites, le petit oignon croquant dans le bocal à cornichons. Bref, la fameuse surprise, l'exception à la règle qui peut faire basculer votre repas.…", + "content": "C'est la potatoe dans la barquette de frites, le petit oignon croquant dans le bocal à cornichons. Bref, la fameuse surprise, l'exception à la règle qui peut faire basculer votre repas.…", "category": "", - "link": "https://www.sofoot.com/peter-bosz-c-est-marseille-qui-a-refuse-de-jouer-508120.html", + "link": "https://www.sofoot.com/le-bresil-et-l-argentine-pourraient-integrer-la-ligue-des-nations-508444.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T13:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-peter-bosz-c-est-marseille-qui-a-refuse-de-jouer-1639146610_x600_articles-508120.jpg", + "pubDate": "2021-12-17T14:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-bresil-et-l-argentine-pourraient-integrer-la-ligue-des-nations-1639756060_x600_articles-508444.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82607,17 +84054,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6d13623757e3eef93b16c3f27cc7a99" + "hash": "7fdd8c325b0fdb78786d4ae0cb938724" }, { - "title": "\"Devant Steven Gerrard, je ne faisais qu'écouter en souriant\"", - "description": "Home sweet home. Six ans et demi après son dernier match à Anfield, Steven Gerrard retrouve ce samedi l'antre de ses innombrables exploits sous le maillot du Liverpool Football Club. Avec le statut d'adversaire, lui qui entraîne Aston Villa depuis maintenant un mois, après avoir conquis l'Écosse sur le banc des Rangers. L'occasion de se pencher sur ce rôle de coach, que le légendaire numéro 8 a embrassé en 2017, avec ceux qui l'ont côtoyé de près.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Leonardo : \"Marquinhos va rester à vie\"", + "description": "La jurisprudence Thiago Silva porte ses fruits.
    \n
    \nLes fêtes de fin d'année approchent, mais pour les dirigeants des clubs, elles riment surtout avec mercato hivernal. Invité à…

    ", + "content": "La jurisprudence Thiago Silva porte ses fruits.
    \n
    \nLes fêtes de fin d'année approchent, mais pour les dirigeants des clubs, elles riment surtout avec mercato hivernal. Invité à…

    ", "category": "", - "link": "https://www.sofoot.com/devant-steven-gerrard-je-ne-faisais-qu-ecouter-en-souriant-508094.html", + "link": "https://www.sofoot.com/leonardo-marquinhos-va-rester-a-vie-508446.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-devant-steven-gerrard-je-ne-faisais-qu-ecouter-en-souriant-1639129236_x600_articles-alt-508094.jpg", + "pubDate": "2021-12-17T14:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leonardo-marquinhos-va-rester-a-vie-1639755756_x600_articles-508446.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82628,17 +84075,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "385c869c12658be31cb4b3ffbcab2fae" + "hash": "2a7e759dac690f07af897968c71ec182" }, { - "title": "Pronostic Bastia Sochaux : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Bastia ralentit Sochaux à Furiani

    \n
    \nPromu cette saison en Ligue 2, le Sporting Club de Bastia rencontre évidemment des difficultés. 18es et…
    ", - "content": "

    Bastia ralentit Sochaux à Furiani

    \n
    \nPromu cette saison en Ligue 2, le Sporting Club de Bastia rencontre évidemment des difficultés. 18es et…
    ", + "title": "Les clubs de Premier League poussent pour une trêve pendant les fêtes", + "description": "La situation devient critique outre-Manche.
    \n
    \nPlusieurs clubs de Premier League montrent leur mécontentement sur le maintien des journées, considérant la période de l'année et la…

    ", + "content": "La situation devient critique outre-Manche.
    \n
    \nPlusieurs clubs de Premier League montrent leur mécontentement sur le maintien des journées, considérant la période de l'année et la…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-bastia-sochaux-analyse-cotes-et-prono-du-match-de-ligue-2-508118.html", + "link": "https://www.sofoot.com/les-clubs-de-premier-league-poussent-pour-une-treve-pendant-les-fetes-508440.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T11:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bastia-sochaux-analyse-cotes-et-prono-du-match-de-ligue-2-1639138153_x600_articles-508118.jpg", + "pubDate": "2021-12-17T14:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-clubs-de-premier-league-poussent-pour-une-treve-pendant-les-fetes-1639751434_x600_articles-508440.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82649,17 +84096,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e43dfed03d4fcf19584597f328144df" + "hash": "45bf35fbbf4c518db7772c2104e59371" }, { - "title": "Pronostic Caen Guingamp : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Guingamp prend ses distances sur Caen

    \n
    \nRelégué de Ligue 1 il y a 2 saisons et demi, le Stade Malherbe de Caen faisait alors partie des candidats à la…
    ", - "content": "

    Guingamp prend ses distances sur Caen

    \n
    \nRelégué de Ligue 1 il y a 2 saisons et demi, le Stade Malherbe de Caen faisait alors partie des candidats à la…
    ", + "title": "Youcef Belaïli n'est plus un joueur du Qatar SC", + "description": "Héros le mercredi, sans club le jeudi.
    \n
    \nEn finale de la Coupe arabe ce dimanche face à la Tunisie, l'Algérie pourra compter sur un
    ", + "content": "Héros le mercredi, sans club le jeudi.
    \n
    \nEn finale de la Coupe arabe ce dimanche face à la Tunisie, l'Algérie pourra compter sur un
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-caen-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-508115.html", + "link": "https://www.sofoot.com/youcef-belaili-n-est-plus-un-joueur-du-qatar-sc-508414.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T11:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-caen-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-1639137803_x600_articles-508115.jpg", + "pubDate": "2021-12-17T14:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-youcef-belaili-n-est-plus-un-joueur-du-qatar-sc-1639738007_x600_articles-508414.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82670,17 +84117,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0ee758cc0001753efd0a27cc48dfbee" + "hash": "afc7bc637018e90e1e5be21d1c3a5d99" }, { - "title": "Pronostic Dijon Niort : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Dijon confirme ses progrès face à Niort

    \n
    \nRelégué de Ligue 1 cet été après avoir totalement raté sa saison, Dijon semblait avoir parfaitement…
    ", - "content": "

    Dijon confirme ses progrès face à Niort

    \n
    \nRelégué de Ligue 1 cet été après avoir totalement raté sa saison, Dijon semblait avoir parfaitement…
    ", + "title": "Vitorino Hilton : \"Si Saint-Étienne me contacte, je suis prêt\"", + "description": "Papy fait de la résistance.
    \n
    \nÂgé de 44 ans, Vitorino Hilton n'en a peut-être pas fini avec les terrains. Alors que les rumeurs vont bon train concernant son éventuelle arrivée du…

    ", + "content": "Papy fait de la résistance.
    \n
    \nÂgé de 44 ans, Vitorino Hilton n'en a peut-être pas fini avec les terrains. Alors que les rumeurs vont bon train concernant son éventuelle arrivée du…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-dijon-niort-analyse-cotes-et-prono-du-match-de-ligue-2-508113.html", + "link": "https://www.sofoot.com/vitorino-hilton-si-saint-etienne-me-contacte-je-suis-pret-508417.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T11:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-dijon-niort-analyse-cotes-et-prono-du-match-de-ligue-2-1639137396_x600_articles-508113.jpg", + "pubDate": "2021-12-17T14:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vitorino-hilton-si-saint-etienne-me-contacte-je-suis-pret-1639750406_x600_articles-508417.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82691,17 +84138,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cad7b2e4f8cb0ea49bc8cd9f79aa137" + "hash": "71ebaa8df27cc2ebf2fe9e7c1a4575f1" }, { - "title": "Pronostic Nîmes Nancy : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Nîmes – Nancy : les Crocos retrouvent de l'appétit

    \n
    \nLe Nîmes Olympique a vécu une saison dernière galère en Ligue 1 qui s'est logiquement…
    ", - "content": "

    Nîmes – Nancy : les Crocos retrouvent de l'appétit

    \n
    \nLe Nîmes Olympique a vécu une saison dernière galère en Ligue 1 qui s'est logiquement…
    ", + "title": "Tacalfred & Weber : \"On était fait l'un pour l'autre\"", + "description": "Charnière mythique du retour du Stade de Reims en Ligue 1 au début des années 2010, le duo formé par Mickaël Tacalfred (40 ans) et Anthony Weber (34 ans) s'est reformé depuis l'été dernier dans l'autre club de la cité des Sacres : Reims Sainte-Anne, pensionnaire de Régional 1. Et comme la vie est bien faite, les deux anciens stadistes (plus de 200 matchs chacun) croiseront ce week-end la route du Stade de Reims en 32es de finale de Coupe de France, pour un derby des Sacres inédit au stade Auguste-Delaune. Entretien avec deux jeunes retraités pétillants.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-nimes-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-508112.html", + "link": "https://www.sofoot.com/tacalfred-weber-on-etait-fait-l-un-pour-l-autre-508400.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T11:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nimes-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-1639136814_x600_articles-508112.jpg", + "pubDate": "2021-12-17T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tacalfred-weber-on-etait-fait-l-un-pour-l-autre-1639739285_x600_articles-alt-508400.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82712,17 +84159,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "903ecf7887a4f0616492580f9eabc3cb" + "hash": "a3b269f45f82e75d6b844c204b9aab8b" }, { - "title": "Pronostic Amiens Grenoble : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Amiens poursuit sa remontée face à Grenoble

    \n
    \nMal parti dans cette saison de Ligue 2, Amiens s'est progressivement repris pour sortir de la zone…
    ", - "content": "

    Amiens poursuit sa remontée face à Grenoble

    \n
    \nMal parti dans cette saison de Ligue 2, Amiens s'est progressivement repris pour sortir de la zone…
    ", + "title": "Lucas Tousart : \" Si je faisais gaffe aux insultes, je ne jouerais plus au foot \"", + "description": "Installé en Allemagne depuis l'été 2020, Lucas Tousart a l'air de se plaire au Hertha Berlin, avec qui il accueille le Borussia Dortmund ce samedi (18h30). Son club a beau avoir revu ses ambitions à la baisse et être 14e de Bundesliga avec un petit point d'avance sur la 16e place de barragiste, le milieu de terrain de 24 ans respire la sérénité. Comme si son départ de Lyon, après cinq ans de bons et loyaux services, lui avait permis de souffler. Entretien détente avec un homme qui a réalisé son rêve de gosse l'été dernier lors des JO de Tokyo : jouer avec André-Pierre Gignac.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-amiens-grenoble-analyse-cotes-et-prono-du-match-de-ligue-2-508111.html", + "link": "https://www.sofoot.com/lucas-tousart-si-je-faisais-gaffe-aux-insultes-je-ne-jouerais-plus-au-foot-508406.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T11:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-amiens-grenoble-analyse-cotes-et-prono-du-match-de-ligue-2-1639136286_x600_articles-508111.jpg", + "pubDate": "2021-12-17T10:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lucas-tousart-si-je-faisais-gaffe-aux-insultes-je-ne-jouerais-plus-au-foot-1639694323_x600_articles-alt-508406.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82733,17 +84180,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bdf82dc8f8e5d2cf4dbbf1d6802cafe" + "hash": "5f5c756b3b99da71a35efd03f7a9efc9" }, { - "title": "Lucas Digne aurait eu une altercation avec Rafael Benítez", - "description": "En grande difficulté en Premier League, Everton a retrouvé le chemin de la victoire ce lundi face à…", - "content": "En grande difficulté en Premier League, Everton a retrouvé le chemin de la victoire ce lundi face à…", + "title": "L'OM prolonge son partenariat avec Puma", + "description": "L'Olympique de Marseille et Puma viennent d'annoncer la prolongation de leur contrat de partenariat dont la fin était initialement prévue en 2023. L'union, qui a débuté en 2018, s'étendra…", + "content": "L'Olympique de Marseille et Puma viennent d'annoncer la prolongation de leur contrat de partenariat dont la fin était initialement prévue en 2023. L'union, qui a débuté en 2018, s'étendra…", "category": "", - "link": "https://www.sofoot.com/lucas-digne-aurait-eu-une-altercation-avec-rafael-benitez-508116.html", + "link": "https://www.sofoot.com/l-om-prolonge-son-partenariat-avec-puma-508412.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T11:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lucas-digne-aurait-eu-une-altercation-avec-rafael-benitez-1639139379_x600_articles-508116.jpg", + "pubDate": "2021-12-17T09:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-om-prolonge-son-partenariat-avec-puma-1639737871_x600_articles-508412.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82754,17 +84201,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "14c49684bb3478b73baf4f65deea7117" + "hash": "91e9537ae3be613fb8241127d37b51d4" }, { - "title": "Pronostic Dunkerque Auxerre : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Auxerre enfonce Dunkerque

    \n
    \nDunkerque dispute sa deuxième saison consécutive en Ligue 2. L'an passé, malgré un exercice inégal, la formation…
    ", - "content": "

    Auxerre enfonce Dunkerque

    \n
    \nDunkerque dispute sa deuxième saison consécutive en Ligue 2. L'an passé, malgré un exercice inégal, la formation…
    ", + "title": "Aulas : \"On a découvert sur son Facebook que l'individu était supporter de l'OM\"", + "description": "My name is Aulas, Jean-Michel Aulas.
    \n
    \nWalther PP à la ceinture, cravate bien serrée et costume trois pièces, voici comment Jean-Michel Aulas a dévoilé sa grande découverte…

    ", + "content": "My name is Aulas, Jean-Michel Aulas.
    \n
    \nWalther PP à la ceinture, cravate bien serrée et costume trois pièces, voici comment Jean-Michel Aulas a dévoilé sa grande découverte…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-dunkerque-auxerre-analyse-cotes-et-prono-du-match-de-ligue-2-508110.html", + "link": "https://www.sofoot.com/aulas-on-a-decouvert-sur-son-facebook-que-l-individu-etait-supporter-de-l-om-508411.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T11:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-dunkerque-auxerre-analyse-cotes-et-prono-du-match-de-ligue-2-1639135695_x600_articles-508110.jpg", + "pubDate": "2021-12-17T09:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aulas-on-a-decouvert-sur-son-facebook-que-l-individu-etait-supporter-de-l-om-1639737370_x600_articles-508411.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82775,17 +84222,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a0d63a9cc63505f5c2980b945f75d22" + "hash": "e995ce39ea712ab63c03c14b2a0ba3f0" }, { - "title": "Pronostic Pau Quevilly Rouen : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Pau forteresse à domicile face à Quevilly Rouen

    \n
    \nPau dispute sa deuxième saison consécutive en Ligue 2. L'an passé, le club béarnais avait…
    ", - "content": "

    Pau forteresse à domicile face à Quevilly Rouen

    \n
    \nPau dispute sa deuxième saison consécutive en Ligue 2. L'an passé, le club béarnais avait…
    ", + "title": "Pavard : \"Je ne pourrai jamais plaire à tout le monde\"", + "description": "Appelé lors du dernier rassemblement des Bleus en novembre, Benjamin Pavard a commencé les deux dernières rencontres de l'équipe de France sur le banc. Souvent critiqué, parfois tancé, le…", + "content": "Appelé lors du dernier rassemblement des Bleus en novembre, Benjamin Pavard a commencé les deux dernières rencontres de l'équipe de France sur le banc. Souvent critiqué, parfois tancé, le…", "category": "", - "link": "https://www.sofoot.com/pronostic-pau-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-508109.html", + "link": "https://www.sofoot.com/pavard-je-ne-pourrai-jamais-plaire-a-tout-le-monde-508410.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T11:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-pau-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-1639135213_x600_articles-508109.jpg", + "pubDate": "2021-12-17T09:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pavard-je-ne-pourrai-jamais-plaire-a-tout-le-monde-1639737265_x600_articles-508410.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82796,17 +84243,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f834be954fee521ce3d19d546555faec" + "hash": "5f23d0ea5f29ba557d4076f78d7cd15d" }, { - "title": "Liverpool et Chelsea souffrent mais s'accrochent à City", - "description": "Mis sous pression par la victoire de Manchester City en début d'après-midi, Liverpool et Chelsea ont répondu aux hommes de Pep Guardiola en s'imposant tous les deux à domicile. Les Reds ont dominé Aston Villa sur la plus petite des marges grâce à un penalty de Mohamed Salah (1-0). Les Blues ont aussi bataillé pour se défaire de Leeds (3-2). Tout le contraire d'Arsenal, qui s'est promené face à Southampton (3-0).

    ", - "content": "

    ", + "title": "Louis van Gaal : \"Affronter Gibraltar ne vous apporte rien\"", + "description": "Ça, c'est du tacle les deux pieds décollés.
    \n
    \nLe tirage au sort de la…

    ", + "content": "Ça, c'est du tacle les deux pieds décollés.
    \n
    \nLe tirage au sort de la…

    ", "category": "", - "link": "https://www.sofoot.com/liverpool-et-chelsea-souffrent-mais-s-accrochent-a-city-508139.html", + "link": "https://www.sofoot.com/louis-van-gaal-affronter-gibraltar-ne-vous-apporte-rien-508409.html", "creator": "SO FOOT", - "pubDate": "2021-12-11T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-et-chelsea-souffrent-mais-s-accrochent-a-city-1639242230_x600_articles-508139.jpg", + "pubDate": "2021-12-17T08:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-louis-van-gaal-affronter-gibraltar-ne-vous-apporte-rien-1639733619_x600_articles-508409.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82817,17 +84264,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d59023557f5bab5b65cd479f79d78535" + "hash": "f57efaa8552f7998d13752d7121bb711" }, { - "title": "Grêmio et Douglas Costa relégués en D2 brésilienne", - "description": "Chute libre depuis la victoire en Libertadores de 2017.
    \n
    \nGrêmio n'a pas réussi à se maintenir à l'issue de la dernière journée du championnat de Serie A Brasileirão dans la nuit de…

    ", - "content": "Chute libre depuis la victoire en Libertadores de 2017.
    \n
    \nGrêmio n'a pas réussi à se maintenir à l'issue de la dernière journée du championnat de Serie A Brasileirão dans la nuit de…

    ", + "title": "Des chants homophobes entendus lors de Chelsea-Everton", + "description": "Match nul sur le terrain, encore plus nul en tribunes.
    \n
    \nEn difficulté en Premier League ces dernières semaines, Everton a ramené
    ", + "content": "Match nul sur le terrain, encore plus nul en tribunes.
    \n
    \nEn difficulté en Premier League ces dernières semaines, Everton a ramené
    ", "category": "", - "link": "https://www.sofoot.com/gremio-et-douglas-costa-relegues-en-d2-bresilienne-508108.html", + "link": "https://www.sofoot.com/des-chants-homophobes-entendus-lors-de-chelsea-everton-508408.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T11:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gremio-et-douglas-costa-relegues-en-d2-bresilienne-1639138349_x600_articles-508108.jpg", + "pubDate": "2021-12-17T08:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-des-chants-homophobes-entendus-lors-de-chelsea-everton-1639734482_x600_articles-508408.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82838,17 +84285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dae8be334b5075b2e91b1f172048d15" + "hash": "0f5ef3397f398ed5909ae1d78a0b6ed4" }, { - "title": "Pronostic Valenciennes Paris FC : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Pas de vainqueur entre Valenciennes et le Paris FC

    \n
    \nAprès avoir connu un exercice dernier marqué par de gros problèmes entre dirigeants et supporters,…
    ", - "content": "

    Pas de vainqueur entre Valenciennes et le Paris FC

    \n
    \nAprès avoir connu un exercice dernier marqué par de gros problèmes entre dirigeants et supporters,…
    ", + "title": "Didier Deschamps satisfait de son groupe de Ligue des nations", + "description": "Attention à ne pas trop s'enflammer : à tout moment, on peut apprendre que l'UEFA s'est plantée.
    \n
    \nCe jeudi soir, les mains de Robert Pirès et Gaizka Mendieta ont été plutôt…

    ", + "content": "Attention à ne pas trop s'enflammer : à tout moment, on peut apprendre que l'UEFA s'est plantée.
    \n
    \nCe jeudi soir, les mains de Robert Pirès et Gaizka Mendieta ont été plutôt…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-valenciennes-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-508107.html", + "link": "https://www.sofoot.com/didier-deschamps-satisfait-de-son-groupe-de-ligue-des-nations-508407.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T10:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-valenciennes-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-1639134813_x600_articles-508107.jpg", + "pubDate": "2021-12-17T07:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-didier-deschamps-satisfait-de-son-groupe-de-ligue-des-nations-1639733496_x600_articles-508407.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82859,17 +84306,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e334c1c116e222301fc539e01ce9665" + "hash": "5c46e522be240a79e054d4e1596ad82d" }, { - "title": "Kylian Mbappé : \"La Ligue 1 ? C'est très dur et très physique !\"", - "description": "C'est ça d'affronter les meilleurs joueurs du monde tous les week-ends.
    \n
    \nConfortable leader de Ligue 1 avec onze points d'avance sur son dauphin, le PSG n'impressionne pas pour autant.…

    ", - "content": "C'est ça d'affronter les meilleurs joueurs du monde tous les week-ends.
    \n
    \nConfortable leader de Ligue 1 avec onze points d'avance sur son dauphin, le PSG n'impressionne pas pour autant.…

    ", + "title": "Podcast Alternative Football (épisode 15) avec Pierre-Antoine Capton comme invité sur le thème des patrons d'entreprises présidents de clubs", + "description": "Le football est un jeu simple, dont beaucoup parlent, mais un univers complexe, que peu connaissent vraiment. Dans Alternative Football, le podcast hors terrain de So Foot, vous en découvrirez les rouages, avec ses principaux acteurs. Dans chaque épisode, Édouard Cissé, ancien milieu de terrain du PSG, de l'OM ou de Monaco désormais entrepreneur en plus d'être consultant pour Prime Video, et Matthieu Lille-Palette, vice-président d'Opta, s'entretiendront avec un invité sur un thème précis. Pendant une mi-temps, temps nécessaire pour redéfinir totalement votre grille de compréhension.S'il n'existe ni étude, ni formation, ni voie royale pour devenir président de club de football, les statistiques montrent qu'on a plus de chances de le devenir en étant déjà…", + "content": "S'il n'existe ni étude, ni formation, ni voie royale pour devenir président de club de football, les statistiques montrent qu'on a plus de chances de le devenir en étant déjà…", "category": "", - "link": "https://www.sofoot.com/kylian-mbappe-la-ligue-1-c-est-tres-dur-et-tres-physique-508106.html", + "link": "https://www.sofoot.com/podcast-alternative-football-episode-15-avec-pierre-antoine-capton-comme-invite-sur-le-theme-des-patrons-d-entreprises-presidents-de-clubs-508405.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T10:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-la-ligue-1-c-est-tres-dur-et-tres-physique-1639138109_x600_articles-508106.jpg", + "pubDate": "2021-12-17T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-podcast-alternative-football-episode-15-avec-pierre-antoine-capton-comme-invite-sur-le-theme-des-patrons-d-entreprises-presidents-de-clubs-1639691946_x600_articles-alt-508405.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82880,17 +84327,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd98288414aa3f06053ffd7c6891c627" + "hash": "9a82eb6304da51755786a2b20e35313b" }, { - "title": "Un chien fait ses besoins sur la pelouse avant Partizan-Famagouste", - "description": "C'est du propre !
    \n
    \nLors de l'échauffement dans le choc au sommet du groupe B entre le Partizan Belgrade et l'Anorthosis Famagouste, un événement plutôt inattendu s'est déroulé à…

    ", - "content": "C'est du propre !
    \n
    \nLors de l'échauffement dans le choc au sommet du groupe B entre le Partizan Belgrade et l'Anorthosis Famagouste, un événement plutôt inattendu s'est déroulé à…

    ", + "title": "Les députés Juanico et Roussel : \" L'échec de Mediapro, c'est une responsabilité partagée \"", + "description": "Les députés Régis Juanico (Génération.s) et Cédric Roussel (LREM) viennent de remettre à l'Assemblée nationale les conclusions de leur mission parlementaire sur les droits télé. Et le moins que l'on puisse dire, c'est qu'ils ont des propositions. Pour eux, il faut à tout prix éviter un nouveau Mediapro, fâcheux épisode qui était pourtant prévisible.Quel bilan tirez-vous de cette mission parlementaire que vous avez menée ?
    \nRégis Juanico : Nous avons auditionné plus de 150 personnes, nous avons pu…
    ", + "content": "Quel bilan tirez-vous de cette mission parlementaire que vous avez menée ?
    \nRégis Juanico : Nous avons auditionné plus de 150 personnes, nous avons pu…
    ", "category": "", - "link": "https://www.sofoot.com/un-chien-fait-ses-besoins-sur-la-pelouse-avant-partizan-famagouste-508104.html", + "link": "https://www.sofoot.com/les-deputes-juanico-et-roussel-l-echec-de-mediapro-c-est-une-responsabilite-partagee-508398.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T09:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-chien-fait-ses-besoins-sur-la-pelouse-avant-partizan-famagouste-1639131658_x600_articles-508104.jpg", + "pubDate": "2021-12-17T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-deputes-juanico-et-roussel-l-echec-de-mediapro-c-est-une-responsabilite-partagee-1639674363_x600_articles-alt-508398.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82901,17 +84348,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a98d80c65336bce5cb383bd17a3bd027" + "hash": "d0f7a3bb4c305c2bff4bb65bfec8d17c" }, { - "title": "Brendan Rodgers avoue ne pas connaître la Conference League", - "description": "Il y a des lots de consolation qui ne consolent rien du tout.
    \n
    \nBrendan Rodgers a assisté ce jeudi soir à l'élimination de Leicester City de la Ligue Europa après la défaite 3-2 à…

    ", - "content": "Il y a des lots de consolation qui ne consolent rien du tout.
    \n
    \nBrendan Rodgers a assisté ce jeudi soir à l'élimination de Leicester City de la Ligue Europa après la défaite 3-2 à…

    ", + "title": "Les quatre autres merveilles de Gauthier Hein", + "description": "Grâce à son but fou inscrit face aux Chamois niortais, Gauthier Hein est en lice pour le prix Puskás, qui rendra son verdict le 18 décembre. Oui, mais voilà, le natif de Thionville, en Lorraine, n'en est pas à son coup d'essai : de ses débuts dans le foot, au FC Thionville, à sa confirmation dans le football pro, à Metz, Tours, Valenciennes ou Auxerre, l'Arjen Robben de la vallée de la Fensch a déjà planté un certain nombre de golazos. Quatre témoins de ses exploits racontent.

  • Thibault Hein, frère de…
  • ", + "content": "

  • Thibault Hein, frère de…
  • ", "category": "", - "link": "https://www.sofoot.com/brendan-rodgers-avoue-ne-pas-connaitre-la-conference-league-508103.html", + "link": "https://www.sofoot.com/les-quatre-autres-merveilles-de-gauthier-hein-508379.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T09:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-brendan-rodgers-avoue-ne-pas-connaitre-la-conference-league-1639130702_x600_articles-508103.jpg", + "pubDate": "2021-12-17T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-quatre-autres-merveilles-de-gauthier-hein-1639671334_x600_articles-alt-508379.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82922,17 +84369,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c4c25ab5ce776f22b9cc2824b2e431c" + "hash": "898218f3899a8dfaaa9cf78e4735087e" }, { - "title": "Lilian Brassier (Brest) à l'hôpital après un accident de la route", - "description": "Tout allait beaucoup trop bien au Stade brestois.
    \n
    \nSelon les informations du

    ", - "content": "Tout allait beaucoup trop bien au Stade brestois.
    \n
    \nSelon les informations du


    ", + "title": "La collection de tirages photo So Foot de Noël 2021 est arrivée !", + "description": "En collaboration avec l'agence photographique Icon Sport, So Foot vous propose, chaque mois, une sélection renouvelée de photographies exclusives de football en édition ultra limitée, onze tirages par taille, sur la nouvelle boutique maison :
    boutique.so. Et au temps de l'Avent, les cadeaux arrivent par tous les temps ! Voici donc cinq nouveaux tirages en édition limitée : la joie d'Iniesta après sa volée contre Chelsea, le triplé de Raï face au Steaua Bucarest, Zidane dégoulinant à l'Euro 2000, la fête sur les Champs-Elysées en 98 et un cliché hommage au boss Bernard Tapie. Ça, plus deux nouveaux t-shirts foot amateur et deux nouvelles affiches. Hé oui, c'est pas tous les jours Noël !
    \n

    \n
    \n


    ", + "content": "
    \n
    \n


    ", "category": "", - "link": "https://www.sofoot.com/lilian-brassier-brest-a-l-hopital-apres-un-accident-de-la-route-508102.html", + "link": "https://www.sofoot.com/la-collection-de-tirages-photo-so-foot-de-noel-2021-est-arrivee-507774.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T09:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lilian-brassier-brest-a-l-hopital-apres-un-accident-de-la-route-1639132519_x600_articles-508102.jpg", + "pubDate": "2021-12-03T12:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-collection-de-tirages-photo-so-foot-de-noel-2021-est-arrivee-1638452754_x600_articles-alt-507774.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82943,17 +84390,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d2a373af2bf11949192caf5dcf3b729" + "hash": "ccba083e9f3a9dbcad9e50160e56173f" }, { - "title": "Pronostic Le Havre Ajaccio : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Un choc cadenassé entre Le Havre et Ajaccio

    \n
    \nPour lancer la 18e journée de Ligue 2, Le Havre reçoit Ajaccio dans une rencontre importante…
    ", - "content": "

    Un choc cadenassé entre Le Havre et Ajaccio

    \n
    \nPour lancer la 18e journée de Ligue 2, Le Havre reçoit Ajaccio dans une rencontre importante…
    ", + "title": "Habib Diallo sort Strasbourg du brouillard valenciennois", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-le-havre-ajaccio-analyse-cotes-et-prono-du-match-de-ligue-2-508101.html", + "link": "https://www.sofoot.com/habib-diallo-sort-strasbourg-du-brouillard-valenciennois-508353.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T09:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-le-havre-ajaccio-analyse-cotes-et-prono-du-match-de-ligue-2-1639128473_x600_articles-508101.jpg", + "pubDate": "2021-12-16T21:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-habib-diallo-sort-strasbourg-du-brouillard-valenciennois-1639692050_x600_articles-508353.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82964,17 +84411,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b75e10fbc36d32c5933a8ea803add6b" + "hash": "1e505aaf491ed4bc5c0232602479123f" }, { - "title": "Pronostic Reims Saint-Etienne : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Reims et Saint-Etienne dos à dos

    \n
    \nArrivé cet été pour prendre les commandes du Stade de Reims, Oscar Garcia retrouve l'AS Saint-Etienne où il…
    ", - "content": "

    Reims et Saint-Etienne dos à dos

    \n
    \nArrivé cet été pour prendre les commandes du Stade de Reims, Oscar Garcia retrouve l'AS Saint-Etienne où il…
    ", + "title": "Liverpool dompte Newcastle", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-reims-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-508099.html", + "link": "https://www.sofoot.com/liverpool-dompte-newcastle-508404.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T08:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-reims-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-1639127733_x600_articles-508099.jpg", + "pubDate": "2021-12-16T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liverpool-dompte-newcastle-1639693222_x600_articles-508404.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -82985,17 +84432,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e99dac0223a6d1c9eab880d81d73d3a6" + "hash": "699d4d2320c6c0a5e7e8c18423ec6508" }, { - "title": "La France première au classement UEFA sur la saison en cours", - "description": "Tremble Vieux Continent, tremble.
    \n
    \nLes clubs de Ligue 1 rayonnent sur la scène européenne depuis de nombreuses semaines. À commencer par le LOSC, qui a terminé leader de son groupe de…

    ", - "content": "Tremble Vieux Continent, tremble.
    \n
    \nLes clubs de Ligue 1 rayonnent sur la scène européenne depuis de nombreuses semaines. À commencer par le LOSC, qui a terminé leader de son groupe de…

    ", + "title": "Everton frustre Chelsea grâce à un excellent Jordan Pickford", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-france-premiere-au-classement-uefa-sur-la-saison-en-cours-508100.html", + "link": "https://www.sofoot.com/everton-frustre-chelsea-grace-a-un-excellent-jordan-pickford-508403.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T08:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-france-premiere-au-classement-uefa-sur-la-saison-en-cours-1639130009_x600_articles-508100.jpg", + "pubDate": "2021-12-16T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-everton-frustre-chelsea-grace-a-un-excellent-jordan-pickford-1639691176_x600_articles-508403.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -83006,17 +84453,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01fe8a2bf7bf9ea0292038c3b6021b28" + "hash": "1411f7494db95fb1e91d142facc1eccb" }, { - "title": "Pronostic Brest Montpellier : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un 7 sur 7 pour Brest face à Montpellier

    \n
    \nEn grande difficulté lors de l'entame du championnat, le Stade Brestois s'est parfaitement ressaisi et…
    ", - "content": "

    Un 7 sur 7 pour Brest face à Montpellier

    \n
    \nEn grande difficulté lors de l'entame du championnat, le Stade Brestois s'est parfaitement ressaisi et…
    ", + "title": "En direct : Liverpool - Newcastle ", + "description": "94' : FULL TIME ! Liverpool vient de claquer trois buts à Newcastle dont un missile incroyable ...", + "content": "94' : FULL TIME ! Liverpool vient de claquer trois buts à Newcastle dont un missile incroyable ...", "category": "", - "link": "https://www.sofoot.com/pronostic-brest-montpellier-analyse-cotes-et-prono-du-match-de-ligue-1-508098.html", + "link": "https://www.sofoot.com/en-direct-liverpool-newcastle-508402.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T08:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brest-montpellier-analyse-cotes-et-prono-du-match-de-ligue-1-1639126715_x600_articles-508098.jpg", + "pubDate": "2021-12-16T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-liverpool-newcastle-1639683646_x600_articles-alt-508402.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -83027,17 +84474,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac8e2de4adda7b41845f1665e7ba28c9" + "hash": "a026885f315142de897bc44c88609acd" }, { - "title": "Javier Mascherano nommé entraîneur de l'équipe d'Argentine U20", - "description": "El Jefecito passe de l'autre côté de la ligne de touche.
    \n
    \nComme de nombreux joueurs partis à la retraite avant lui, Javier Mascherano a décidé de se lancer dans une carrière…

    ", - "content": "El Jefecito passe de l'autre côté de la ligne de touche.
    \n
    \nComme de nombreux joueurs partis à la retraite avant lui, Javier Mascherano a décidé de se lancer dans une carrière…

    ", + "title": "Le PSG finit l'année par une balade contre Breidablik", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/javier-mascherano-nomme-entraineur-de-l-equipe-d-argentine-u20-508088.html", + "link": "https://www.sofoot.com/le-psg-finit-l-annee-par-une-balade-contre-breidablik-508351.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T08:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-javier-mascherano-nomme-entraineur-de-l-equipe-d-argentine-u20-1639125769_x600_articles-508088.jpg", + "pubDate": "2021-12-16T19:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-psg-finit-l-annee-par-une-balade-contre-breidablik-1639682649_x600_articles-508351.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -83048,17 +84495,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f49df8e507a581ff9c16098c18d5e37" + "hash": "94dc33b77bfec1eca3dc185cc0ea48c8" }, { - "title": "Yohan Cabaye veut faire du PSG \"l'un des meilleurs centres de formation du monde\"", - "description": "Nouveau rôle pour une nouvelle vie.
    \n
    \nAprès avoir raccroché les crampons en février dernier, Yohan Cabaye n'est pas resté bien longtemps inactif. Depuis cet été, l'ancien milieu de…

    ", - "content": "Nouveau rôle pour une nouvelle vie.
    \n
    \nAprès avoir raccroché les crampons en février dernier, Yohan Cabaye n'est pas resté bien longtemps inactif. Depuis cet été, l'ancien milieu de…

    ", + "title": "Ligue des nations : la France avec le Danemark, la Croatie et l'Autriche", + "description": "La défense du titre est lancée pour l'équipe de France.
    \n
    \nQuelques jours après le fiasco…

    ", + "content": "La défense du titre est lancée pour l'équipe de France.
    \n
    \nQuelques jours après
    le fiasco…

    ", "category": "", - "link": "https://www.sofoot.com/yohan-cabaye-veut-faire-du-psg-l-un-des-meilleurs-centres-de-formation-du-monde-508097.html", + "link": "https://www.sofoot.com/ligue-des-nations-la-france-avec-le-danemark-la-croatie-et-l-autriche-508401.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T07:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-yohan-cabaye-veut-faire-du-psg-l-un-des-meilleurs-centres-de-formation-du-monde-1639125532_x600_articles-508097.jpg", + "pubDate": "2021-12-16T18:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ligue-des-nations-la-france-avec-le-danemark-la-croatie-et-l-autriche-1639679232_x600_articles-508401.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -83069,17 +84516,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bea2bd1209d7c1e463b99b0b4f7dc7fa" + "hash": "fe003b411621873737ffcc7e9861ede6" }, { - "title": "Et si le boycott diplomatique des Jeux de Pékin donnait des idées pour le Mondial au Qatar ?", - "description": "Le boycott reviendrait-il à la mode ? Les États-Unis, notamment, ont décidé de ne pas envoyer de représentation diplomatique lors des Jeux olympiques d'hiver de Pékin, afin de protester contre le \" génocide et des crimes contre l'humanité en cours au Xinjiang \". La France, elle, y sera. Mais ce discours pourrait-il, par ricochet, faire avancer le débat sur le Mondial au Qatar ?L'annonce par Joe Biden d'un boycott diplomatique des Jeux olympiques d'hiver met le CIO dans une position délicate, à moins de deux mois de la cérémonie d'ouverture. Certes, il faut…", - "content": "L'annonce par Joe Biden d'un boycott diplomatique des Jeux olympiques d'hiver met le CIO dans une position délicate, à moins de deux mois de la cérémonie d'ouverture. Certes, il faut…", + "title": "Pour Peter Bosz, Ruddy Buquet est un \"menteur\"", + "description": "Le jeu du loup-garou grandeur nature.
    \n
    \nCe mercredi, Jean-Michel Aulas a écopé d'une…

    ", + "content": "Le jeu du loup-garou grandeur nature.
    \n
    \nCe mercredi, Jean-Michel Aulas a écopé d'une…

    ", "category": "", - "link": "https://www.sofoot.com/et-si-le-boycott-diplomatique-des-jeux-de-pekin-donnait-des-idees-pour-le-mondial-au-qatar-508095.html", + "link": "https://www.sofoot.com/pour-peter-bosz-ruddy-buquet-est-un-menteur-508399.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T07:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-et-si-le-boycott-diplomatique-des-jeux-de-pekin-donnait-des-idees-pour-le-mondial-au-qatar-1639090736_x600_articles-alt-508095.jpg", + "pubDate": "2021-12-16T15:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pour-peter-bosz-ruddy-buquet-est-un-menteur-1639673648_x600_articles-508399.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -83090,17 +84537,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "43062db3957decf695362a3155fe040f" + "hash": "85ef81f1e6bf7617efd7857981008ca4" }, { - "title": "Walter Benítez a été naturalisé français", - "description": "Hugo Lloris a du souci à se faire.
    \n
    \nDepuis plusieurs mois, le portier argentin de l'OGC Nice Walter Benítez enchaîne
    ", - "content": "Hugo Lloris a du souci à se faire.
    \n
    \nDepuis plusieurs mois, le portier argentin de l'OGC Nice Walter Benítez enchaîne
    ", + "title": "Un cafetier nîmois fait un don au club amateur éliminé par les Crocos", + "description": "Le crocodile est un animal assez radin apparemment.
    \n
    \nLors du 7e tour de Coupe de France à la mi-novembre sur la pelouse d'un club de Régional 3, le FC…

    ", + "content": "Le crocodile est un animal assez radin apparemment.
    \n
    \nLors du 7e tour de Coupe de France à la mi-novembre sur la pelouse d'un club de Régional 3, le FC…

    ", "category": "", - "link": "https://www.sofoot.com/walter-benitez-a-ete-naturalise-francais-508096.html", + "link": "https://www.sofoot.com/un-cafetier-nimois-fait-un-don-au-club-amateur-elimine-par-les-crocos-508396.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T06:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-walter-benitez-a-ete-naturalise-francais-1639125382_x600_articles-508096.jpg", + "pubDate": "2021-12-16T15:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-cafetier-nimois-fait-un-don-au-club-amateur-elimine-par-les-crocos-1639671363_x600_articles-508396.jpg", "enclosureType": "image/jpeg", "image": "", "id": "", @@ -83111,19 +84558,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d44e07fea230b2925cf6c6dd1a9f375f" + "hash": "435b93bd82e4c32d5474ea1d1dee4956" }, { - "title": "342€ à gagner avec Juventus & Union Berlin + 150€ offerts au lieu de 100€ chez Betclic jusqu'à dimanche minuit seulement", - "description": "Comme 4 de nos 5 derniers combinés (ici, ici, ici et ici), on tente de vous faire gagner avec une cote autour de 2,00 sur des matchs du week-end. En plus, Betclic vous offre votre 1er pari remboursé de 150€ au lieu de 100€ cette semaine seulement !

    150€ en EXCLU chez Betclic au lieu de 100€

    \n
    \nJusqu'à dimanche minuit seulement,
    ", - "content": "

    150€ en EXCLU chez Betclic au lieu de 100€

    \n
    \nJusqu'à dimanche minuit seulement,

    ", + "title": "Vahid Halilhodžić : \"Certains clubs ont menacé les joueurs\"", + "description": "Voilà qui devrait faire parler.
    \n
    \nAlors que la CAN n'est toujours
    pas sûre d'être maintenue entre le…

    ", + "content": "Voilà qui devrait faire parler.
    \n
    \nAlors que la CAN n'est toujours pas sûre d'être maintenue entre le…

    ", "category": "", - "link": "https://www.sofoot.com/342e-a-gagner-avec-juventus-union-berlin-150e-offerts-au-lieu-de-100e-chez-betclic-jusqu-a-dimanche-minuit-seulement-508053.html", + "link": "https://www.sofoot.com/vahid-halilhodzic-certains-clubs-ont-menace-les-joueurs-508397.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T08:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-342e-a-gagner-avec-juventus-union-berlin-150e-offerts-au-lieu-de-100e-chez-betclic-jusqu-a-dimanche-minuit-seulement-1639039650_x600_articles-508053.jpg", + "pubDate": "2021-12-16T15:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vahid-halilhodzic-certains-clubs-ont-menace-les-joueurs-1639670183_x600_articles-508397.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83131,19 +84579,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "946d1a62c9e95fbe78fa32c63177bd70" + "hash": "8ed23b9a22238d4cc6dd157a01e7862f" }, { - "title": "NOUVELLE EXCLU : 200€ offerts au lieu de 100€ chez Unibet pour parier ce week-end !", - "description": "Avec Unibet, misez 100€ ce week-end et si votre pari est perdant, vous récupérez 200€ ! Un Bonus EXCLU incroyable à récupérer avec le code SOFOOT

    NOUVEAU : 200€ offerts chez Unibet en EXCLU au lieu de 100€

    \n
    \n
    \n

    ", - "content": "

    NOUVEAU : 200€ offerts chez Unibet en EXCLU au lieu de 100€

    \n
    \n
    \n


    ", + "title": "Gary Marigard, J-3 avant d'affronter le PSG : \"Pour eux, ce sera plus dur que contre le Real\"", + "description": "La loterie de la Coupe de France réserve toujours quelques matchs en apparence déséquilibrés : à l'occasion des 32es de finale, c'est Feignies-Aulnoye qui a tiré le gros lot, puisque l'écurie des alentours de Maubeuge est tombée sur le PSG. Pour comprendre comment un footballeur amateur se prépare à une telle échéance, le latéral droit du club du Nord Gary Marigard nous raconte son quotidien, jour par jour, jusqu'au match fatidique.Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", + "content": "Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", "category": "", - "link": "https://www.sofoot.com/nouvelle-exclu-200e-offerts-au-lieu-de-100e-chez-unibet-pour-parier-ce-week-end-508078.html", + "link": "https://www.sofoot.com/gary-marigard-j-3-avant-d-affronter-le-psg-pour-eux-ce-sera-plus-dur-que-contre-le-real-508393.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T14:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nouvelle-exclu-200e-offerts-au-lieu-de-100e-chez-unibet-pour-parier-ce-week-end-1639061647_x600_articles-508078.jpg", + "pubDate": "2021-12-16T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gary-marigard-j-3-avant-d-affronter-le-psg-pour-eux-ce-sera-plus-dur-que-contre-le-real-1639666882_x600_articles-508393.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83151,19 +84600,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a1c46f5323f0776a669877ab1cdc7a3" + "hash": "f214e500598f44aa53cbcf39d5c03bb6" }, { - "title": "Pourquoi y a-t-il aussi peu d'anciens gardiens devenus entraîneurs principaux ?", - "description": "Cela fait plus de deux ans et le départ d'Alain Casanova de Toulouse qu'aucun ancien gardien de but ne s'est assis sur un banc de Ligue 1. Conditionnés par un rôle des plus particuliers dans leur vie de joueurs, les ex-derniers remparts se font bien rares dans la confrérie des entraîneurs principaux. Et pourtant, leur vécu dans les cages peut aussi leur donner certains avantages au moment de prendre les rênes d'une équipe de haut niveau.Le 1er novembre dernier, Tottenham se séparait de Nuno Espirito Santo après moins de trois mois passés sur le banc des Spurs. Triste nouvelle pour l'ancien gardien de but de…", - "content": "Le 1er novembre dernier, Tottenham se séparait de Nuno Espirito Santo après moins de trois mois passés sur le banc des Spurs. Triste nouvelle pour l'ancien gardien de but de…", + "title": "En Croatie, un joueur exclu après avoir fait une feinte sur son penalty", + "description": "N'est pas Jorginho qui veut.
    \n
    \nCe mercredi soir, le championnat croate nous réservait un affrontement entre l'Istra 1961 et le Dinamo Zagreb. Sur le papier, rien de très alléchant, et…

    ", + "content": "N'est pas Jorginho qui veut.
    \n
    \nCe mercredi soir, le championnat croate nous réservait un affrontement entre l'Istra 1961 et le Dinamo Zagreb. Sur le papier, rien de très alléchant, et…

    ", "category": "", - "link": "https://www.sofoot.com/pourquoi-y-a-t-il-aussi-peu-d-anciens-gardiens-devenus-entraineurs-principaux-508074.html", + "link": "https://www.sofoot.com/en-croatie-un-joueur-exclu-apres-avoir-fait-une-feinte-sur-son-penalty-508394.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pourquoi-y-a-t-il-aussi-peu-d-anciens-gardiens-devenus-entraineurs-principaux-1639055336_x600_articles-alt-508074.jpg", + "pubDate": "2021-12-16T14:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-croatie-un-joueur-exclu-apres-avoir-fait-une-feinte-sur-son-penalty-1639668223_x600_articles-508394.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83171,19 +84621,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd5b91d4a273b9db525b5d0f57c99d25" + "hash": "32b06cd519200925ea44bd3da6c34b83" }, { - "title": "Tactique : comment Julien Stéphan a déjà posé sa patte à Strasbourg", - "description": "Arrivé à Strasbourg au printemps dernier, Julien Stéphan n'aura mis que quelques mois pour monter une structure cohérente et pour créer un modèle de jeu basé sur l'intensité. Après 17 journées de Ligue 1 et avant de défier l'OM, son Racing est sixième de Ligue 1, possède la deuxième meilleure attaque du championnat et ne cache pas ses crocs. Décryptage.En août 2014, alors qu'il vit ses premiers jours de soleil à Marseille, Marcelo Bielsa s'avance derrière un micro et explique à son assistance le pourquoi du comment de son job…", - "content": "En août 2014, alors qu'il vit ses premiers jours de soleil à Marseille, Marcelo Bielsa s'avance derrière un micro et explique à son assistance le pourquoi du comment de son job…", + "title": "Aulas : \"Mes propos ont été déformés. À quelle fin, je ne sais pas\"", + "description": "Cette anecdote est-elle vraie ou est-elle fausse ?
    \n
    \nCe mercredi,
    Jean-Michel Aulas a écopé…

    ", + "content": "Cette anecdote est-elle vraie ou est-elle fausse ?
    \n
    \nCe mercredi, Jean-Michel Aulas a écopé…

    ", "category": "", - "link": "https://www.sofoot.com/tactique-comment-julien-stephan-a-deja-pose-sa-patte-a-strasbourg-508068.html", + "link": "https://www.sofoot.com/aulas-mes-propos-ont-ete-deformes-a-quelle-fin-je-ne-sais-pas-508391.html", "creator": "SO FOOT", - "pubDate": "2021-12-10T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tactique-comment-julien-stephan-a-deja-pose-sa-patte-a-strasbourg-1639048572_x600_articles-alt-508068.jpg", + "pubDate": "2021-12-16T14:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aulas-mes-propos-ont-ete-deformes-a-quelle-fin-je-ne-sais-pas-1639667900_x600_articles-508391.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83191,19 +84642,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "16c9d23af4b972e702f145b367202a56" + "hash": "5065b2372d0c426994cec019da6633dd" }, { - "title": "Marseille assure l'essentiel contre le Lokomotiv Moscou", - "description": "

    ", - "content": "

    ", + "title": "Le Real Madrid sous la menace d'un cluster", + "description": "Coup dur pour le Real.
    \n
    \nC'est la panique du côté de la Maison-Blanche. À la suite des tests positifs à la Covid-19 de Marcelo et Luka Modrić mercredi, le Real Madrid craint une…

    ", + "content": "Coup dur pour le Real.
    \n
    \nC'est la panique du côté de la Maison-Blanche. À la suite des tests positifs à la Covid-19 de Marcelo et Luka Modrić mercredi, le Real Madrid craint une…

    ", "category": "", - "link": "https://www.sofoot.com/marseille-assure-l-essentiel-contre-le-lokomotiv-moscou-508091.html", + "link": "https://www.sofoot.com/le-real-madrid-sous-la-menace-d-un-cluster-508390.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T22:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-marseille-assure-l-essentiel-contre-le-lokomotiv-moscou-1639087364_x600_articles-508091.jpg", + "pubDate": "2021-12-16T14:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-sous-la-menace-d-un-cluster-1639667367_x600_articles-508390.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83211,19 +84663,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ce64da4092b26458bd9c37c0584c331" + "hash": "6b6d627f0afe74046132346660636dac" }, { - "title": "Les Fenottes roustent Benfica et se qualifient pour les quarts de finale", - "description": "

    ", - "content": "

    ", + "title": "Aleksander Čeferin s'excuse après le tirage au sort raté de Ligue des champions ", + "description": "L'heure du mea culpa.
    \n
    \nLe tirage au sort des huitièmes de finale de Ligue des champions, effectué ce lundi à Nyon, restera sans aucun doute dans l'histoire. En se trompant…

    ", + "content": "L'heure du mea culpa.
    \n
    \nLe tirage au sort des huitièmes de finale de Ligue des champions, effectué ce lundi à Nyon, restera sans aucun doute dans l'histoire. En se trompant…

    ", "category": "", - "link": "https://www.sofoot.com/les-fenottes-roustent-benfica-et-se-qualifient-pour-les-quarts-de-finale-508073.html", + "link": "https://www.sofoot.com/aleksander-ceferin-s-excuse-apres-le-tirage-au-sort-rate-de-ligue-des-champions-508392.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-fenottes-roustent-benfica-et-se-qualifient-pour-les-quarts-de-finale-1639084782_x600_articles-508073.jpg", + "pubDate": "2021-12-16T14:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aleksander-ceferin-s-excuse-apres-le-tirage-au-sort-rate-de-ligue-des-champions-1639667526_x600_articles-508392.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83231,19 +84684,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "60499610e9c913f35fb253086c692a19" + "hash": "227fd89fa7bde0a1a2dba71f3e455f89" }, { - "title": "Galatasaray résiste à la Lazio, l'Étoile rouge passe aussi", - "description": "Heureusement que le Celtic était là pour égayer la soirée. La moitié des buts de ce multiplex de Ligue Europa ont été inscrits sur la pelouse à Glasgow, où le vice-champion d'Écosse a battu le Betis dans un match pour du beurre (3-2). L'essentiel était ailleurs pour Galatasaray et l'Étoile rouge, qui rallient directement les huitièmes de finale grâce à leurs matchs nuls respectifs. La Lazio, Braga et le Dinamo Zagreb devront quant à eux passer par un barrage. Midtjylland et le Rapid Vienne poursuivront leur parcours européen en Ligue Europa Conférence, comme l'OM.Dans la finale du groupe E, Galatasaray a contenu la Lazio et conservé sa première place. Les Romains ont jeté toutes leurs forces dans la bataille, à l'image de leur capitaine Ciro Immobile,…", - "content": "Dans la finale du groupe E, Galatasaray a contenu la Lazio et conservé sa première place. Les Romains ont jeté toutes leurs forces dans la bataille, à l'image de leur capitaine Ciro Immobile,…", + "title": "Toulouse-Rodez : Damien Comolli refusera une sanction collective", + "description": "Pas question de punir tout le monde.
    \n
    \nLe président du Téfécé Damien Comolli prévient : il n'acceptera pas une décision autre qu'une sanction individuelle pour les événements…

    ", + "content": "Pas question de punir tout le monde.
    \n
    \nLe président du Téfécé Damien Comolli prévient : il n'acceptera pas une décision autre qu'une sanction individuelle pour les événements…

    ", "category": "", - "link": "https://www.sofoot.com/galatasaray-resiste-a-la-lazio-l-etoile-rouge-passe-aussi-508064.html", + "link": "https://www.sofoot.com/toulouse-rodez-damien-comolli-refusera-une-sanction-collective-508389.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-galatasaray-resiste-a-la-lazio-l-etoile-rouge-passe-aussi-1639087648_x600_articles-508064.jpg", + "pubDate": "2021-12-16T14:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-toulouse-rodez-damien-comolli-refusera-une-sanction-collective-1639666932_x600_articles-508389.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83251,19 +84705,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0509e0b707d51b4ca9241fbac1150119" + "hash": "51ce749ce26b98b8b96244b8f1b28677" }, { - "title": "Le Napoli élimine Leicester, la Real Sociedad cartonne le PSV", - "description": "Grand bénéficiaire des errements défensifs de Leicester ce jeudi soir, le Napoli s'est qualifié pour les huitièmes de finale de la Ligue Europa au terme d'un festival offensif (3-2). Dans le même temps, le Spartak Moscou a, à la fois, dominé son sujet à Varsovie et eu un sérieux coup de chaud dans les arrêts de jeu (1-0), pour mieux finir devant les Partenopei. Le PSV s'est, quant à lui, pris les pieds dans le tapis à San Sebastián face à la Real Sociedad (0-3) et se retrouve reversé en Ligue Europa Conférence.Ils étaient tous en position de se qualifier directement pour les huitièmes de finale ou les barrages dans ce groupe C. Et à ce petit jeu, les heureux élus se nomment Napoli(second) et le Spartak…", - "content": "Ils étaient tous en position de se qualifier directement pour les huitièmes de finale ou les barrages dans ce groupe C. Et à ce petit jeu, les heureux élus se nomment Napoli(second) et le Spartak…", + "title": "La Salernitana pourrait ne pas finir la saison de Serie A", + "description": "Les choses se compliquent pour le club de Kaiser Franck.
    \n
    \nBon dernier de Serie A, la Salernitana accumule les problèmes. Contraint de trouver un acheteur pour reprendre les parts du…

    ", + "content": "Les choses se compliquent pour le club de Kaiser Franck.
    \n
    \nBon dernier de Serie A, la Salernitana accumule les problèmes. Contraint de trouver un acheteur pour reprendre les parts du…

    ", "category": "", - "link": "https://www.sofoot.com/le-napoli-elimine-leicester-la-real-sociedad-cartonne-le-psv-508015.html", + "link": "https://www.sofoot.com/la-salernitana-pourrait-ne-pas-finir-la-saison-de-serie-a-508384.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T20:11:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-napoli-elimine-leicester-la-real-sociedad-cartonne-le-psv-1639080081_x600_articles-alt-508015.jpg", + "pubDate": "2021-12-16T13:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-salernitana-pourrait-ne-pas-finir-la-saison-de-serie-a-1639662899_x600_articles-508384.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83271,19 +84726,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d61e1c31aa098ed86cbcef9131e8043" + "hash": "391a78a7cea5ed575be2316bef270668" }, { - "title": "Villarreal vient à bout de l'Atalanta et verra les huitièmes", - "description": "

    ", - "content": "

    ", + "title": "La FIFA poursuit sa propagande pour une Coupe du Monde tous les deux ans", + "description": "Arsène Wenger est en train de jubiler.
    \n
    \nDepuis plusieurs mois, le débat sur la possibilité d'organiser une Coupe du monde tous les deux ans divise les fans de football. La FIFA, à…

    ", + "content": "Arsène Wenger est en train de jubiler.
    \n
    \nDepuis plusieurs mois, le débat sur la possibilité d'organiser une Coupe du monde tous les deux ans divise les fans de football. La FIFA, à…

    ", "category": "", - "link": "https://www.sofoot.com/villarreal-vient-a-bout-de-l-atalanta-et-verra-les-huitiemes-508093.html", + "link": "https://www.sofoot.com/la-fifa-poursuit-sa-propagande-pour-une-coupe-du-monde-tous-les-deux-ans-508447.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T20:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-villarreal-vient-a-bout-de-l-atalanta-et-verra-les-huitiemes-1639080888_x600_articles-508093.jpg", + "pubDate": "2021-12-17T15:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-fifa-poursuit-sa-propagande-pour-une-coupe-du-monde-tous-les-deux-ans-1639759043_x600_articles-508447.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83291,19 +84747,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "372aeca25e0dc65a8b714d6d6872a148" + "hash": "217709bbac3977f02b3a97e6448ebba9" }, { - "title": "Monaco se contente de peu à Graz", - "description": "

    ", - "content": "

    ", + "title": "Vincent Labrune : \"Les matchs interrompus ne seront pas systématiquement rejoués\"", + "description": "Le président remet de l'ordre.
    \n
    \nDe nombreux dirigeants du football français et des pouvoirs publics se sont rassemblés ce jeudi matin place Beauvau afin de
    ", + "content": "Le président remet de l'ordre.
    \n
    \nDe nombreux dirigeants du football français et des pouvoirs publics se sont rassemblés ce jeudi matin place Beauvau afin de
    ", "category": "", - "link": "https://www.sofoot.com/monaco-se-contente-de-peu-a-graz-508092.html", + "link": "https://www.sofoot.com/vincent-labrune-les-matchs-interrompus-ne-seront-pas-systematiquement-rejoues-508385.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T19:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-monaco-se-contente-de-peu-a-graz-1639079653_x600_articles-508092.jpg", + "pubDate": "2021-12-16T13:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vincent-labrune-les-matchs-interrompus-ne-seront-pas-systematiquement-rejoues-1639663550_x600_articles-508385.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83311,19 +84768,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "578427b02e553a55911790eabf20653c" + "hash": "cf88a4607809263ec59871e4a9a32d9f" }, { - "title": "En direct : Marseille - Lokomotiv Moscou", - "description": "48' : On se dirige vers la première victoire européenne de l'OM depuis le 1er décembre 2020. ...", - "content": "48' : On se dirige vers la première victoire européenne de l'OM depuis le 1er décembre 2020. ...", + "title": "Covid-19 : Leicester-Tottenham finalement reporté", + "description": "À la veille du match qui devait opposer Leicester à Tottenham ce jeudi,la Premier League avait fait…", + "content": "À la veille du match qui devait opposer Leicester à Tottenham ce jeudi,la Premier League avait fait…", "category": "", - "link": "https://www.sofoot.com/en-direct-marseille-lokomotiv-moscou-508081.html", + "link": "https://www.sofoot.com/covid-19-leicester-tottenham-finalement-reporte-508383.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-lokomotiv-moscou-1639064119_x600_articles-508081.jpg", + "pubDate": "2021-12-16T13:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-covid-19-leicester-tottenham-finalement-reporte-1639663318_x600_articles-508383.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83331,19 +84789,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea91d46eef442275a08e6ebe20bca0fe" + "hash": "1085cfba9a8553f89367d8e7dcad422d" }, { - "title": "Lyon termine la phase de poules par un nul contre les Rangers", - "description": "

    ", - "content": "

    ", + "title": " Violences dans les stades : enfin un peu de bon sens", + "description": "Une nouvelle réunion entre les dirigeants du football et les pouvoirs publics s'est tenue ce jeudi matin. Et cette fois-ci, des mesures ont été annoncées comme par exemple l'arrêt systématique des matchs après un jet d'objet sur un joueur ou un arbitre. Dès lors, le sentiment dominant se réduit à un banal retour au bon sens. Finalement beaucoup de drames et de mélodrames auraient pu être évités si le minimum syndical avait été anticipé. Que de temps perdu...Nous avons donc enfin découvert ce matin les mesures préconisées par les groupes de travail lancés par le gouvernement après les incidents qui avaient conduit à l'interruption de la rencontre…", + "content": "Nous avons donc enfin découvert ce matin les mesures préconisées par les groupes de travail lancés par le gouvernement après les incidents qui avaient conduit à l'interruption de la rencontre…", "category": "", - "link": "https://www.sofoot.com/lyon-termine-la-phase-de-poules-par-un-nul-contre-les-rangers-507965.html", + "link": "https://www.sofoot.com/violences-dans-les-stades-enfin-un-peu-de-bon-sens-508376.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T19:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lyon-termine-la-phase-de-poules-par-un-nul-contre-les-rangers-1639078892_x600_articles-507965.jpg", + "pubDate": "2021-12-16T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-violences-dans-les-stades-enfin-un-peu-de-bon-sens-1639659751_x600_articles-alt-508376.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83351,19 +84810,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6ece9f3156863c43e557cd055fef5bb" + "hash": "2ff15a92d2236a2ed3192aa908f7330b" }, { - "title": "En direct : Lyon - Glasgow Rangers", - "description": "94' : FINITO ! Lyon et les Glasgow Rangers se séparent sur un match nul 1-1. C'était bien, mais ...", - "content": "94' : FINITO ! Lyon et les Glasgow Rangers se séparent sur un match nul 1-1. C'était bien, mais ...", + "title": "Le LOSC va finalement changer sa pelouse", + "description": "L'herbe devrait enfin être de qualité.
    \n
    \nSi le LOSC fait office de bon élève sur la scène…

    ", + "content": "L'herbe devrait enfin être de qualité.
    \n
    \nSi le LOSC fait office de bon élève sur la scène…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-lyon-glasgow-rangers-507971.html", + "link": "https://www.sofoot.com/le-losc-va-finalement-changer-sa-pelouse-508382.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T17:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lyon-glasgow-rangers-1638887569_x600_articles-alt-507971.jpg", + "pubDate": "2021-12-16T12:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-losc-va-finalement-changer-sa-pelouse-1639661743_x600_articles-508382.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83371,19 +84831,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa9b1f4cc886f418a830815b2dc242e4" + "hash": "4e666af0b7edf24ad6260d3f720ab1f9" }, { - "title": "La LFP travaille sur plusieurs mesures pour sécuriser les stades français", - "description": "Le temps des actes est arrivé.
    \n
    \nDepuis les incidents survenus au Groupama Stadium lors d'OL-OM le 21 novembre…

    ", - "content": "Le temps des actes est arrivé.
    \n
    \nDepuis les incidents survenus au Groupama Stadium lors d'OL-OM le 21 novembre…

    ", + "title": "Pronostic Sochaux Nantes : Analyse, cotes et prono du match de Coupe de France", + "description": "

    Sochaux - Nantes : Les Canaris poursuivent leur envol face aux Lionceaux

    \n
    \nL'an passé à pareille époque, le FC Sochaux avait réalisé un exploit en…
    ", + "content": "

    Sochaux - Nantes : Les Canaris poursuivent leur envol face aux Lionceaux

    \n
    \nL'an passé à pareille époque, le FC Sochaux avait réalisé un exploit en…
    ", "category": "", - "link": "https://www.sofoot.com/la-lfp-travaille-sur-plusieurs-mesures-pour-securiser-les-stades-francais-508090.html", + "link": "https://www.sofoot.com/pronostic-sochaux-nantes-analyse-cotes-et-prono-du-match-de-coupe-de-france-508381.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T17:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-lfp-travaille-sur-plusieurs-mesures-pour-securiser-les-stades-francais-1639070787_x600_articles-508090.jpg", + "pubDate": "2021-12-16T12:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-sochaux-nantes-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639660240_x600_articles-508381.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83391,19 +84852,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4a2426c8e2b80e55b367735ee988281" + "hash": "3e92b73c1b305b3d1f858337be531d99" }, { - "title": "Junior Firpo (Leeds) à propos de Ronald Koeman au FC Barcelone : \"Il y avait un manque de respect de sa part\"", - "description": "Les oreilles de Ronald sont en train de siffler.
    \n
    \nParti du FC Barcelone en juillet dernier pour rejoindre Leeds, Junior Firpo était l'invité de l'émission Què T'hi Jugues de…

    ", - "content": "Les oreilles de Ronald sont en train de siffler.
    \n
    \nParti du FC Barcelone en juillet dernier pour rejoindre Leeds, Junior Firpo était l'invité de l'émission Què T'hi Jugues de…

    ", + "title": "Pronostic Guingamp Amiens : Analyse, cotes et prono du match de Coupe de France", + "description": "

    Guingamp face à la dynamique d'Amiens

    \n
    \nGuingamp et Amiens, deux formations de Ligue 2 qui luttent pour leur maintien, s'affrontent samedi pour une…
    ", + "content": "

    Guingamp face à la dynamique d'Amiens

    \n
    \nGuingamp et Amiens, deux formations de Ligue 2 qui luttent pour leur maintien, s'affrontent samedi pour une…
    ", "category": "", - "link": "https://www.sofoot.com/junior-firpo-leeds-a-propos-de-ronald-koeman-au-fc-barcelone-il-y-avait-un-manque-de-respect-de-sa-part-508083.html", + "link": "https://www.sofoot.com/pronostic-guingamp-amiens-analyse-cotes-et-prono-du-match-de-coupe-de-france-508380.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T16:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-junior-firpo-leeds-a-propos-de-ronald-koeman-au-fc-barcelone-il-y-avait-un-manque-de-respect-de-sa-part-1639067858_x600_articles-508083.jpg", + "pubDate": "2021-12-16T12:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guingamp-amiens-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639659521_x600_articles-508380.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83411,19 +84873,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddd9fdae9eaa244fcaeb2b8aa0f95d84" + "hash": "dab55adc9d389cc2cfbf8375632bc857" }, { - "title": "Officiel : la Ligue 2 passera à 18 clubs en 2024", - "description": "C'est l'UNFP qui ne va pas être contente.
    \n
    \nLa Ligue de…

    ", - "content": "C'est l'UNFP qui ne va pas être contente.
    \n
    \nLa Ligue de…

    ", + "title": "Pronostic Toulouse Nîmes : Analyse, cotes et prono du match de Coupe de France", + "description": "

    Toulouse retrouve la forme en Coupe face à Nîmes

    \n
    \nToulouse a un objectif principal cette saison qui est la montée en Ligue 1. Les hommes de Philippe…
    ", + "content": "

    Toulouse retrouve la forme en Coupe face à Nîmes

    \n
    \nToulouse a un objectif principal cette saison qui est la montée en Ligue 1. Les hommes de Philippe…
    ", "category": "", - "link": "https://www.sofoot.com/officiel-la-ligue-2-passera-a-18-clubs-en-2024-508087.html", + "link": "https://www.sofoot.com/pronostic-toulouse-nimes-analyse-cotes-et-prono-du-match-de-coupe-de-france-508378.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T16:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-officiel-la-ligue-2-passera-a-18-clubs-en-2024-1639066807_x600_articles-508087.jpg", + "pubDate": "2021-12-16T12:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-toulouse-nimes-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639658915_x600_articles-508378.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83431,19 +84894,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "19203f749bba5188437224a33932b3ed" + "hash": "afa7559d65b261cfa8db33a21821fc3d" }, { - "title": "Clément Lenglet (FC Barcelone) obligé de s'expliquer sur son sourire après la défaite contre le Bayern Munich", - "description": "Rattrapé par la patrouille.
    \n
    \nCe mercredi soir, le Bayern a massacré un Barça bien trop limité (3-0), envoyant les…

    ", - "content": "Rattrapé par la patrouille.
    \n
    \nCe mercredi soir, le Bayern a massacré un Barça bien trop limité (3-0), envoyant les…

    ", + "title": "Pronostic FC Séville Atlético Madrid : Analyse, cotes et prono du match de Liga", + "description": "

    Le FC Séville garde l'Atlético Madrid à distance

    \n
    \nLe FC Séville fait partie des équipes fortes de la Liga. La saison passée, la formation…
    ", + "content": "

    Le FC Séville garde l'Atlético Madrid à distance

    \n
    \nLe FC Séville fait partie des équipes fortes de la Liga. La saison passée, la formation…
    ", "category": "", - "link": "https://www.sofoot.com/clement-lenglet-fc-barcelone-oblige-de-s-expliquer-sur-son-sourire-apres-la-defaite-contre-le-bayern-munich-508082.html", + "link": "https://www.sofoot.com/pronostic-fc-seville-atletico-madrid-analyse-cotes-et-prono-du-match-de-liga-508377.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T16:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-clement-lenglet-fc-barcelone-oblige-de-s-expliquer-sur-son-sourire-apres-la-defaite-contre-le-bayern-munich-1639066088_x600_articles-508082.jpg", + "pubDate": "2021-12-16T12:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-fc-seville-atletico-madrid-analyse-cotes-et-prono-du-match-de-liga-1639658428_x600_articles-508377.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83451,19 +84915,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b646f813a0f9ee255a83f6cc8362f91" + "hash": "41c1b6b3515e9a869de6ef3978af9f39" }, { - "title": "Le Brésilien Marcelo devrait quitter le Real Madrid cet hiver", - "description": "Ferland Mendy fait des dégâts.
    \n
    \nUne nouvelle page va se tourner au Real : après Sergio Ramos cet été, c'est un autre monument de la Casa Blanca qui risque de mettre les…

    ", - "content": "Ferland Mendy fait des dégâts.
    \n
    \nUne nouvelle page va se tourner au Real : après Sergio Ramos cet été, c'est un autre monument de la Casa Blanca qui risque de mettre les…

    ", + "title": "Ligue des Nations : la France avec le Danemark, la Croatie et l'Autriche", + "description": "La défense du titre est lancée pour l'équipe de France.
    \n
    \nQuelques jours après le fiasco…

    ", + "content": "La défense du titre est lancée pour l'équipe de France.
    \n
    \nQuelques jours après le fiasco…

    ", "category": "", - "link": "https://www.sofoot.com/le-bresilien-marcelo-devrait-quitter-le-real-madrid-cet-hiver-508080.html", + "link": "https://www.sofoot.com/ligue-des-nations-la-france-avec-le-danemark-la-croatie-et-l-autriche-508401.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T15:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-bresilien-marcelo-devrait-quitter-le-real-madrid-cet-hiver-1639064839_x600_articles-508080.jpg", + "pubDate": "2021-12-16T18:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ligue-des-nations-la-france-avec-le-danemark-la-croatie-et-l-autriche-1639679232_x600_articles-508401.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83471,19 +84936,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3be37b0f0a871c1e679652a2ceb0ab4" + "hash": "4fe924341744724b9595fb2a1def9bcf" }, { - "title": " 30 millions de manque à gagner pour le FC Barcelone après sa phase de poules ratée en Ligue des champions", - "description": "Les calculs ne sont pas bons, Joan.
    \n
    \nLe FC Barcelone a été reversé en Ligue Europa après avoir été sèchement
    ", - "content": "Les calculs ne sont pas bons, Joan.
    \n
    \nLe FC Barcelone a été reversé en Ligue Europa après avoir été sèchement
    ", + "title": "Pronostic Lille Auxerre : Analyse, cotes et prono du match de Coupe de France", + "description": "

    Lille enchaîne face à Auxerre

    \n
    \nChampion de France en titre, Lille a connu une entame de saison compliquée malgré le gain du Trophée des Champions…
    ", + "content": "

    Lille enchaîne face à Auxerre

    \n
    \nChampion de France en titre, Lille a connu une entame de saison compliquée malgré le gain du Trophée des Champions…
    ", "category": "", - "link": "https://www.sofoot.com/30-millions-de-manque-a-gagner-pour-le-fc-barcelone-apres-sa-phase-de-poules-ratee-en-ligue-des-champions-508075.html", + "link": "https://www.sofoot.com/pronostic-lille-auxerre-analyse-cotes-et-prono-du-match-de-coupe-de-france-508375.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T15:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-30-millions-de-manque-a-gagner-pour-le-fc-barcelone-apres-sa-phase-de-poules-ratee-en-ligue-des-champions-1639061320_x600_articles-508075.jpg", + "pubDate": "2021-12-16T12:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lille-auxerre-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639657905_x600_articles-508375.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83491,19 +84957,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "687112d22e2be7c5a3dc8a1d727465a0" + "hash": "d233894f163faa4d4d0744e200258d1f" }, { - "title": "Mehdi Benatia met un terme à sa carrière", - "description": "Mehdi stop.
    \n
    \nC'est dans un long message publié ce jeudi sur son compte Instagram que Mehdi Benatia annonce qu'il raccroche les crampons. Une nouvelle pour le moins plutôt surprenante…

    ", - "content": "Mehdi stop.
    \n
    \nC'est dans un long message publié ce jeudi sur son compte Instagram que Mehdi Benatia annonce qu'il raccroche les crampons. Une nouvelle pour le moins plutôt surprenante…

    ", + "title": "Pronostic Troyes Nancy : Analyse, cotes et prono du match de Coupe de France", + "description": "

    Logique respectée entre Troyes et Nancy

    \n
    \nDans le cadre des 32es de finale de la Coupe de France, Troyes, formation de Ligue 1 reçoit l'AS…
    ", + "content": "

    Logique respectée entre Troyes et Nancy

    \n
    \nDans le cadre des 32es de finale de la Coupe de France, Troyes, formation de Ligue 1 reçoit l'AS…
    ", "category": "", - "link": "https://www.sofoot.com/mehdi-benatia-met-un-terme-a-sa-carriere-508079.html", + "link": "https://www.sofoot.com/pronostic-troyes-nancy-analyse-cotes-et-prono-du-match-de-coupe-de-france-508374.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T15:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mehdi-benatia-met-un-terme-a-sa-carriere-1639062870_x600_articles-508079.jpg", + "pubDate": "2021-12-16T11:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-troyes-nancy-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639657502_x600_articles-508374.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83511,19 +84978,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "79ad490d74e35834b5ff36cc3aafad8a" + "hash": "0b006d09491b126b18f96bea361a1317" }, { - "title": "54 supporters du Dynamo Kiev interpellés après des affrontements avec ceux de Benfica", - "description": "Aussi peu inspirés sur le terrain qu'en dehors, les Ukrainiens.
    \n
    \nTroisième de sa poule avant le début de la dernière journée de phase de poules de Ligue des champions, Benfica devait…

    ", - "content": "Aussi peu inspirés sur le terrain qu'en dehors, les Ukrainiens.
    \n
    \nTroisième de sa poule avant le début de la dernière journée de phase de poules de Ligue des champions, Benfica devait…

    ", + "title": "Kylian Mbappé : \"J'ai soif avant tout de découvertes\"", + "description": "Plus discret dans la vie que Messi en Ligue 1.
    \n
    \nEn Une de Paris Match cette semaine, Kylian Mbappé revient sur son quotidien de superstar du ballon rond. L'occasion de dévoiler…

    ", + "content": "Plus discret dans la vie que Messi en Ligue 1.
    \n
    \nEn Une de Paris Match cette semaine, Kylian Mbappé revient sur son quotidien de superstar du ballon rond. L'occasion de dévoiler…

    ", "category": "", - "link": "https://www.sofoot.com/54-supporters-du-dynamo-kiev-interpelles-apres-des-affrontements-avec-ceux-de-benfica-508077.html", + "link": "https://www.sofoot.com/kylian-mbappe-j-ai-soif-avant-tout-de-decouvertes-508370.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T14:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-54-supporters-du-dynamo-kiev-interpelles-apres-des-affrontements-avec-ceux-de-benfica-1639059664_x600_articles-508077.jpg", + "pubDate": "2021-12-16T11:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-j-ai-soif-avant-tout-de-decouvertes-1639657764_x600_articles-508370.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83531,19 +84999,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7894a0efbf0075868b032444df1e69d" + "hash": "2e7a49eaddfd9b650a4f834bd7d66af0" }, { - "title": "Joshua Kimmich absent jusqu'en 2022 suite aux séquelles de la Covid-19", - "description": "Le fameux retour de bâton.
    \n
    \nLe Bayern Munich devra faire sans Joshua Kimmich jusqu'à la fin de l'année 2021.
    ", - "content": "Le fameux retour de bâton.
    \n
    \nLe Bayern Munich devra faire sans Joshua Kimmich jusqu'à la fin de l'année 2021.
    ", + "title": "Pronostic Rennes Lorient : Analyse, cotes et prono du match de Coupe de France", + "description": "

    Rennes logiquement au-dessus de Lorient

    \n
    \nL'affiche des 32es de finale de la Coupe de France met aux prises Rennes à Lorient. La formation…
    ", + "content": "

    Rennes logiquement au-dessus de Lorient

    \n
    \nL'affiche des 32es de finale de la Coupe de France met aux prises Rennes à Lorient. La formation…
    ", "category": "", - "link": "https://www.sofoot.com/joshua-kimmich-absent-jusqu-en-2022-suite-aux-sequelles-de-la-covid-19-508076.html", + "link": "https://www.sofoot.com/pronostic-rennes-lorient-analyse-cotes-et-prono-du-match-de-coupe-de-france-508372.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T14:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-joshua-kimmich-absent-jusqu-en-2022-suite-aux-sequelles-de-la-covid-19-1639058602_x600_articles-508076.jpg", + "pubDate": "2021-12-16T11:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rennes-lorient-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639656039_x600_articles-508372.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83551,19 +85020,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fac2773a26b00fbe4f1be22185e30664" + "hash": "b5ad52363ce506ac77434b650863aa23" }, { - "title": "Les curiosités statistiques de la phase de poules de C1", - "description": "Via le prisme du résultat, de la tactique ou de la technique, les manières de suivre et d'analyser le foot ne manquent pas. Aujourd'hui, on dissèque la phase de poules de Ligue des champions avec des statistiques marrantes, symboliques, un peu folles et parfois complètement loufoques. Calculatrice et boulier non autorisés.", - "content": "", + "title": "Pronostic Atalanta Bergame AS Roma : Analyse, cotes et prono du match de Serie A", + "description": "

    L'Atalanta Bergame enchaîne face à la Roma

    \n
    \nL'Atalanta Bergame est devenue une place forte du football italien ces dernières saisons. Partie…
    ", + "content": "

    L'Atalanta Bergame enchaîne face à la Roma

    \n
    \nL'Atalanta Bergame est devenue une place forte du football italien ces dernières saisons. Partie…
    ", "category": "", - "link": "https://www.sofoot.com/les-curiosites-statistiques-de-la-phase-de-poules-de-c1-508057.html", + "link": "https://www.sofoot.com/pronostic-atalanta-bergame-as-roma-analyse-cotes-et-prono-du-match-de-serie-a-508371.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-curiosites-statistiques-de-la-phase-de-poules-de-c1-1639044089_x600_articles-alt-508057.jpg", + "pubDate": "2021-12-16T11:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-atalanta-bergame-as-roma-analyse-cotes-et-prono-du-match-de-serie-a-1639654685_x600_articles-508371.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83571,19 +85041,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3943517f1d698ce99820fed6cee203d7" + "hash": "f1918d3d39b1889dbf9aed8eb3424bc2" }, { - "title": "Nenê : \"Putain, ça aurait été bien de jouer dans une équipe comme ce PSG !\"", - "description": "Il fait partie de ces joueurs dont on se remémore les highlights avec une nostalgie teintée de tendresse. Les siennes sont essentiellement composées de dribbles à la semelle, de contrôles au cordeau, et surtout de frappes enroulées du pied gauche qui atterrissaient toutes au même endroit. À 40 ans, Anderson Luiz de Carvalho dit \"Nenê\" n'a plus sali une lucarne de Ligue 1 depuis bientôt dix piges, mais il continue de jouer au Brésil, là où tout a commencé. De passage à Paris, le joueur de Vasco da Gama (D2) raconte sa longévité, ses ambitions pour le futur, et ce club rouge et bleu qu'il aime tant.Commençons par une question que la France entière se pose : est-ce que tu joues encore avec ce fameux écarteur de narines ?
    \n(Rires.) Oui, je le porte…
    ", - "content": "Commençons par une question que la France entière se pose : est-ce que tu joues encore avec ce fameux écarteur de narines ?
    \n(Rires.) Oui, je le porte…
    ", + "title": "Nagelsmann : \"Cuisance ? Nous devons penser à le prêter\"", + "description": "Vers un échec cuisant ?
    \n
    \nAprès une saison à l'OM où il n'a pas vraiment brillé, Michaël Cuisance est de retour depuis fin juin dernier au Bayern Munich. Mais la situation du…

    ", + "content": "Vers un échec cuisant ?
    \n
    \nAprès une saison à l'OM où il n'a pas vraiment brillé, Michaël Cuisance est de retour depuis fin juin dernier au Bayern Munich. Mais la situation du…

    ", "category": "", - "link": "https://www.sofoot.com/nene-putain-ca-aurait-ete-bien-de-jouer-dans-une-equipe-comme-ce-psg-508031.html", + "link": "https://www.sofoot.com/nagelsmann-cuisance-nous-devons-penser-a-le-preter-508373.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nene-putain-ca-aurait-ete-bien-de-jouer-dans-une-equipe-comme-ce-psg-1639043546_x600_articles-alt-508031.jpg", + "pubDate": "2021-12-16T11:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nagelsmann-cuisance-nous-devons-penser-a-le-preter-1639658571_x600_articles-508373.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83591,19 +85062,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "86b9c183c4649301bf5fca81b2eb86b9" + "hash": "47e10d43284d9d73963a1eeb485ded09" }, { - "title": "Beşiktaş se sépare de son entraîneur Sergen Yalçın", - "description": "L'Aigle noir ne vole plus.
    \n
    \nAprès un historique doublé coupe-championnat en Turquie l'année passée, Beşiktaş est loin d'être sur les mêmes standards cette saison. Le club…

    ", - "content": "L'Aigle noir ne vole plus.
    \n
    \nAprès un historique doublé coupe-championnat en Turquie l'année passée, Beşiktaş est loin d'être sur les mêmes standards cette saison. Le club…

    ", + "title": "Quentin Braat, gardien des Chamois Niortais, à propos du but de Gauthier Hein : \"Sur ce but, il nous fait danser\"", + "description": "Dernier rempart des Chamois niortais ce 10 avril 2021, au stade René-Gaillard, Quentin Braat était le dernier qui aurait pu arrêter la tornade Gauthier Hein. Mais l'histoire a voulu que l'Auxerrois aille chercher le petit filet du Niortais au bout d'un exploit individuel qui lui a valu une nomination pour le Prix Puskás, dont le lauréat sera annoncé le 17 janvier prochain (alors que les votes ferment ce vendredi 17 décembre à minuit). Retour sur un mauvais souvenir.On imagine que tu te souviens bien de ce but, raconte-nous un peu comment tu l'as vécu depuis tes cages.
    \nJ'ai revu le but en préparant l'interview. C'est un…
    ", + "content": "On imagine que tu te souviens bien de ce but, raconte-nous un peu comment tu l'as vécu depuis tes cages.
    \nJ'ai revu le but en préparant l'interview. C'est un…
    ", "category": "", - "link": "https://www.sofoot.com/besiktas-se-separe-de-son-entraineur-sergen-yalcin-508072.html", + "link": "https://www.sofoot.com/quentin-braat-gardien-des-chamois-niortais-a-propos-du-but-de-gauthier-hein-sur-ce-but-il-nous-fait-danser-508345.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T12:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-besiktas-se-separe-de-son-entraineur-sergen-yalcin-1639051817_x600_articles-508072.jpg", + "pubDate": "2021-12-16T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quentin-braat-gardien-des-chamois-niortais-a-propos-du-but-de-gauthier-hein-sur-ce-but-il-nous-fait-danser-1639647659_x600_articles-alt-508345.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83611,19 +85083,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ade7e635f2bfac3b7c615f2271ba5ae" + "hash": "574489622b7dee3def3c7e063f1f67fb" }, { - "title": "Pronostic Nantes Lens : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Lens confirme à Nantes son bon match face au PSG

    \n
    \nEn grande difficulté la saison dernière, le FC Nantes s'était sauvé lors des barrages face à…
    ", - "content": "

    Lens confirme à Nantes son bon match face au PSG

    \n
    \nEn grande difficulté la saison dernière, le FC Nantes s'était sauvé lors des barrages face à…
    ", + "title": "Alexis Sánchez de retour au Barça ?", + "description": "Un autre come-back.
    \n
    \nAprès avoir enregistré le retour de Xavi,
    ", + "content": "Un autre come-back.
    \n
    \nAprès avoir enregistré le retour de Xavi,
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-nantes-lens-analyse-cotes-et-prono-du-match-de-ligue-1-508071.html", + "link": "https://www.sofoot.com/alexis-sanchez-de-retour-au-barca-508368.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T11:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nantes-lens-analyse-cotes-et-prono-du-match-de-ligue-1-1639050926_x600_articles-508071.jpg", + "pubDate": "2021-12-16T10:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-alexis-sanchez-de-retour-au-barca-1639653670_x600_articles-508368.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83631,19 +85104,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e918605100fded60b72b6b48ab789aa" + "hash": "870fc705b4d6302e8315d727bcf449d2" }, { - "title": "Boca Juniors remporte la coupe d'Argentine contre le Club Atlético Talleres", - "description": "Petite finale.
    \n
    \nPendant qu'en Europe se disputait la sixième journée de phase de poules de Ligue des champions, en Argentine se déroulait dans la nuit la finale de la Coupe d'Argentine…

    ", - "content": "Petite finale.
    \n
    \nPendant qu'en Europe se disputait la sixième journée de phase de poules de Ligue des champions, en Argentine se déroulait dans la nuit la finale de la Coupe d'Argentine…

    ", + "title": "L'entraîneur de Brentford veut un report total de la 18e journée de Premier League", + "description": "Les mauvais souvenirs redeviennent réalité.
    \n
    \nAlors que la Covid-19 fait un retour fracassant dans de nombreux pays européens, le championnat anglais est de nouveau particulièrement…

    ", + "content": "Les mauvais souvenirs redeviennent réalité.
    \n
    \nAlors que la Covid-19 fait un retour fracassant dans de nombreux pays européens, le championnat anglais est de nouveau particulièrement…

    ", "category": "", - "link": "https://www.sofoot.com/boca-juniors-remporte-la-coupe-d-argentine-contre-le-club-atletico-talleres-508066.html", + "link": "https://www.sofoot.com/l-entraineur-de-brentford-veut-un-report-total-de-la-18e-journee-de-premier-league-508369.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T11:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-boca-juniors-remporte-la-coupe-d-argentine-contre-le-club-atletico-talleres-1639049979_x600_articles-508066.jpg", + "pubDate": "2021-12-16T10:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-entraineur-de-brentford-veut-un-report-total-de-la-18e-journee-de-premier-league-1639654112_x600_articles-508369.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83651,19 +85125,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1f00c5d52c09c44c57f53165a607284" + "hash": "5fc408bb66705bb473b773b976e43dc8" }, { - "title": "La nuit étoilée du LOSC", - "description": "En décrochant une qualification historique pour les huitièmes de finale de Ligue des champions ce mercredi en Allemagne sur la pelouse de Wolfsbourg (3-1), le LOSC s'est offert une soirée de rêve à bien des égards au cœur de la Basse-Saxe. En s'affirmant de la sorte sur la scène européenne ces dernières semaines, le champion de France en titre a repris des couleurs, des vraies, après un début de saison en dents de scie sur le plan national.C'est une pluie de petits flocons qui s'abat ce jeudi matin sur Wolfsbourg. Le ciel est gris, les cheminées de l'usine Volkswagen crachotent en continu et dans les rues, le petit monde est en…", - "content": "C'est une pluie de petits flocons qui s'abat ce jeudi matin sur Wolfsbourg. Le ciel est gris, les cheminées de l'usine Volkswagen crachotent en continu et dans les rues, le petit monde est en…", + "title": "Le footballeur le plus riche du monde est au chômage", + "description": "Comme quoi l'argent ne fait pas tout dans le football.
    \n
    \nFaiq Bolkiah, international brunéien de 23 ans, n'aura pas marqué le championnat du Portugal de son empreinte. Héritier du…

    ", + "content": "Comme quoi l'argent ne fait pas tout dans le football.
    \n
    \nFaiq Bolkiah, international brunéien de 23 ans, n'aura pas marqué le championnat du Portugal de son empreinte. Héritier du…

    ", "category": "", - "link": "https://www.sofoot.com/la-nuit-etoilee-du-losc-508061.html", + "link": "https://www.sofoot.com/le-footballeur-le-plus-riche-du-monde-est-au-chomage-508366.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T11:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-nuit-etoilee-du-losc-1639046826_x600_articles-alt-508061.jpg", + "pubDate": "2021-12-16T10:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-footballeur-le-plus-riche-du-monde-est-au-chomage-1639651307_x600_articles-508366.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83671,19 +85146,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d35218afd0c24c668fa16cdace730da3" + "hash": "7a6123ba2800d3eb0b6ed2ed7d9bd62a" }, { - "title": "Domenico Tedesco (ex-Spartak Moscou et Schalke 04) nouvel entraîneur du RB Leipzig", - "description": "Du sang neuf pour redonner des ailes à Leipzig.
    \n
    \nC'était le nom le plus attendu pour…

    ", - "content": "Du sang neuf pour redonner des ailes à Leipzig.
    \n
    \nC'était le nom le plus attendu pour…

    ", + "title": "Un individu escroque un hôtel en se faisant passer pour un joueur du PSG ", + "description": "Le roi de l'arnaque.
    \n
    \nAlors que les U19 du PSG se déplaçaient à Lisieux dans le cadre des 64es de finale de la Coupe Gambardella, un individu a réussi à duper un hôtel de…

    ", + "content": "Le roi de l'arnaque.
    \n
    \nAlors que les U19 du PSG se déplaçaient à Lisieux dans le cadre des 64es de finale de la Coupe Gambardella, un individu a réussi à duper un hôtel de…

    ", "category": "", - "link": "https://www.sofoot.com/domenico-tedesco-ex-spartak-moscou-et-schalke-04-nouvel-entraineur-du-rb-leipzig-508069.html", + "link": "https://www.sofoot.com/un-individu-escroque-un-hotel-en-se-faisant-passer-pour-un-joueur-du-psg-508365.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T11:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-domenico-tedesco-ex-spartak-moscou-et-schalke-04-nouvel-entraineur-du-rb-leipzig-1639049576_x600_articles-508069.jpg", + "pubDate": "2021-12-16T10:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-individu-escroque-un-hotel-en-se-faisant-passer-pour-un-joueur-du-psg-1639650673_x600_articles-508365.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83691,19 +85167,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "04f4ca1ca76a29dceb491910eb2199e0" + "hash": "289ff94418e5bffadae5bb139781da65" }, { - "title": "Pronostic Majorque Celta Vigo : Analyse, cotes et prono du match de Liga", - "description": "

    Un Majorque – Celta Vigo avec des buts de chaque côté

    \n
    \nLa 17e journée de Liga débute avec une opposition entre Majorque et le Celta…
    ", - "content": "

    Un Majorque – Celta Vigo avec des buts de chaque côté

    \n
    \nLa 17e journée de Liga débute avec une opposition entre Majorque et le Celta…
    ", + "title": "Bouna Sarr : \"Villas-Boas était le coach parfait\"", + "description": "Sarr, quel plaisir.
    \n
    \nParti de l'OM le 5 octobre 2020, Bouna Sarr a surpris son monde en rejoignant le Bayern Munich. Et lui-même confie avoir été le premier étonné le jour où il a…

    ", + "content": "Sarr, quel plaisir.
    \n
    \nParti de l'OM le 5 octobre 2020, Bouna Sarr a surpris son monde en rejoignant le Bayern Munich. Et lui-même confie avoir été le premier étonné le jour où il a…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-majorque-celta-vigo-analyse-cotes-et-prono-du-match-de-liga-508070.html", + "link": "https://www.sofoot.com/bouna-sarr-villas-boas-etait-le-coach-parfait-508367.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T11:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-majorque-celta-vigo-analyse-cotes-et-prono-du-match-de-liga-1639049922_x600_articles-508070.jpg", + "pubDate": "2021-12-16T09:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bouna-sarr-villas-boas-etait-le-coach-parfait-1639650855_x600_articles-508367.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83711,19 +85188,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64c80c68c8a3235999af46f125e5723b" + "hash": "ab61dc2b535ed74d7d7db1548ea6026e" }, { - "title": "Pronostic Cologne Augsbourg : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Ca sent bon pour Cologne face à Augsbourg

    \n
    \nProche de la relégation l'an passé, le FC Cologne s'était sauvé lors des barrages face à Holstein…
    ", - "content": "

    Ca sent bon pour Cologne face à Augsbourg

    \n
    \nProche de la relégation l'an passé, le FC Cologne s'était sauvé lors des barrages face à Holstein…
    ", + "title": "Sécurité dans les stades : les premières mesures ont été annoncées", + "description": "Les paroles et puis les actes.
    \n
    \nCe 16 décembre pourrait bien marquer l'un des tournants de l'avenir du football français. Ce jeudi, des dirigeants du football français ont rendez-vous…

    ", + "content": "Les paroles et puis les actes.
    \n
    \nCe 16 décembre pourrait bien marquer l'un des tournants de l'avenir du football français. Ce jeudi, des dirigeants du football français ont rendez-vous…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-cologne-augsbourg-analyse-cotes-et-prono-du-match-de-bundesliga-508067.html", + "link": "https://www.sofoot.com/securite-dans-les-stades-les-premieres-mesures-ont-ete-annoncees-508364.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T11:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cologne-augsbourg-analyse-cotes-et-prono-du-match-de-bundesliga-1639048992_x600_articles-508067.jpg", + "pubDate": "2021-12-16T09:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-securite-dans-les-stades-les-premieres-mesures-ont-ete-annoncees-1639648292_x600_articles-508364.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83731,19 +85209,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "da5919533d708237f1f4002354360e9e" + "hash": "0781598ae929f8e1f13d2fb70a9a1154" }, { - "title": "Bruno Genesio : \"Mon plus gros regret à Lyon : ne pas avoir remporté la Ligue Europa\"", - "description": "Nouveau club pour une nouvelle vie.
    \n
    \nDans un long entretien à retrouver dans le nouveau numéro de So Foot, Bruno Genesio parle de son projet de jeu, de ses bons résultats avec…

    ", - "content": "Nouveau club pour une nouvelle vie.
    \n
    \nDans un long entretien à retrouver dans le nouveau numéro de So Foot, Bruno Genesio parle de son projet de jeu, de ses bons résultats avec…

    ", + "title": "Pronostic Lazio Genoa : Analyse, cotes et prono du match de Serie A", + "description": "

    La Lazio fait le taf face au Genoa

    \n
    \nEn ouverture de la 18e journée de Serie A, la Lazio reçoit vendredi le Genoa au Stade Olympique. La…
    ", + "content": "

    La Lazio fait le taf face au Genoa

    \n
    \nEn ouverture de la 18e journée de Serie A, la Lazio reçoit vendredi le Genoa au Stade Olympique. La…
    ", "category": "", - "link": "https://www.sofoot.com/bruno-genesio-mon-plus-gros-regret-a-lyon-ne-pas-avoir-remporte-la-ligue-europa-508036.html", + "link": "https://www.sofoot.com/pronostic-lazio-genoa-analyse-cotes-et-prono-du-match-de-serie-a-508363.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bruno-genesio-mon-plus-gros-regret-a-lyon-ne-pas-avoir-remporte-la-ligue-europa-1639044869_x600_articles-508036.jpg", + "pubDate": "2021-12-16T08:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lazio-genoa-analyse-cotes-et-prono-du-match-de-serie-a-1639646399_x600_articles-508363.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83751,19 +85230,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "530f953afec917fa4db826348b7aa433" + "hash": "cbca699682f58b8e2f87e8b6f6c98b80" }, { - "title": "Pronostic Brentford Watford : Analyse, cotes et prono du match de Premier League", - "description": "

    Brentford - Watford : Les Bees chassent les Hornets

    \n
    \nLa 16e journée de Premier League s'ouvre vendredi avec un affrontement entre deux…
    ", - "content": "

    Brentford - Watford : Les Bees chassent les Hornets

    \n
    \nLa 16e journée de Premier League s'ouvre vendredi avec un affrontement entre deux…
    ", + "title": "Les supporters de l'Algérie fêtent la victoire face au Qatar à Barbès ", + "description": "Youcef Belaïli a marqué, et Barbès s'est embrasé.
    \n
    \nOpposée au Qatar ce mercredi en demi-finales de la Coupe arabe de la FIFA,
    ", + "content": "Youcef Belaïli a marqué, et Barbès s'est embrasé.
    \n
    \nOpposée au Qatar ce mercredi en demi-finales de la Coupe arabe de la FIFA,
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-brentford-watford-analyse-cotes-et-prono-du-match-de-premier-league-508063.html", + "link": "https://www.sofoot.com/les-supporters-de-l-algerie-fetent-la-victoire-face-au-qatar-a-barbes-508362.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T10:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brentford-watford-analyse-cotes-et-prono-du-match-de-premier-league-1639047128_x600_articles-508063.jpg", + "pubDate": "2021-12-16T08:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-supporters-de-l-algerie-fetent-la-victoire-face-au-qatar-a-barbes-1639646676_x600_articles-508362.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83771,19 +85251,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a25b779cf07ed8b5d8f7ba214d73af66" + "hash": "87e15d8c166bd21b3c287a25c3e05644" }, { - "title": "En Ligue des champions féminine, Sam Kerr se prend un carton jaune pour avoir bousculé un spectateur entré sur le terrain lors de Chelsea-Juventus", - "description": "Dans une autre vie, Sam Kerr était steward.
    \n
    \nAlors que Chelsea et la Juve se battait pour une place au tour suivant de la Ligue des Champions féminine ce mercredi (0-0), un spectateur a…

    ", - "content": "Dans une autre vie, Sam Kerr était steward.
    \n
    \nAlors que Chelsea et la Juve se battait pour une place au tour suivant de la Ligue des Champions féminine ce mercredi (0-0), un spectateur a…

    ", + "title": "Le doublé pour l'Atlético Mineiro qui soulève la coupe du Brésil", + "description": "Fin de saison en apothéose pour O galo
    \n
    \nRécent vainqueur du championnat…

    ", + "content": "Fin de saison en apothéose pour O galo
    \n
    \nRécent vainqueur du championnat…

    ", "category": "", - "link": "https://www.sofoot.com/en-ligue-des-champions-feminine-sam-kerr-se-prend-un-carton-jaune-pour-avoir-bouscule-un-spectateur-entre-sur-le-terrain-lors-de-chelsea-juventus-508062.html", + "link": "https://www.sofoot.com/le-double-pour-l-atletico-mineiro-qui-souleve-la-coupe-du-bresil-508360.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T10:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-ligue-des-champions-feminine-sam-kerr-se-prend-un-carton-jaune-pour-avoir-bouscule-un-spectateur-entre-sur-le-terrain-lors-de-chelsea-juventus-1639047443_x600_articles-508062.jpg", + "pubDate": "2021-12-16T08:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-double-pour-l-atletico-mineiro-qui-souleve-la-coupe-du-bresil-1639645023_x600_articles-508360.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83791,19 +85272,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c62ce64b2fc8abe00006b6faf080912" + "hash": "b2c8988c70855e104e90f05539209de1" }, { - "title": "Pronostic Genoa Sampdoria : Analyse, cotes et prono du match de Serie A", - "description": "

    Genoa - Sampdoria : Le derby de Gênes tourne en faveur de la Samp'

    \n
    \nLa 17e journée de Serie A débute vendredi avec le derby de Gênes…
    ", - "content": "

    Genoa - Sampdoria : Le derby de Gênes tourne en faveur de la Samp'

    \n
    \nLa 17e journée de Serie A débute vendredi avec le derby de Gênes…
    ", + "title": "Pronostic Salernitana Inter Milan : Analyse, cotes et prono du match de Serie A", + "description": "

    L'Inter Milan en force face à la Salernitana

    \n
    \nL'opposition entre la Salernitana et l'Inter Milan met aux prises les deux extrémités de la Serie…
    ", + "content": "

    L'Inter Milan en force face à la Salernitana

    \n
    \nL'opposition entre la Salernitana et l'Inter Milan met aux prises les deux extrémités de la Serie…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-genoa-sampdoria-analyse-cotes-et-prono-du-match-de-serie-a-508065.html", + "link": "https://www.sofoot.com/pronostic-salernitana-inter-milan-analyse-cotes-et-prono-du-match-de-serie-a-508361.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T10:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-genoa-sampdoria-analyse-cotes-et-prono-du-match-de-serie-a-1639047938_x600_articles-508065.jpg", + "pubDate": "2021-12-16T08:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-salernitana-inter-milan-analyse-cotes-et-prono-du-match-de-serie-a-1639644321_x600_articles-508361.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83811,19 +85293,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f2f7a79fb7f82ed053e84ed2bf47094" + "hash": "f129a89c97e87f817df322f1b73cb4c0" }, { - "title": "Après le départ de Claude Puel, Julien Sablé assurera l'intérim à l'AS Saint-Étienne", - "description": "Le pompier de service est de retour.
    \n
    \nGiflé à domicile ce dimanche par Rennes…

    ", - "content": "Le pompier de service est de retour.
    \n
    \nGiflé à domicile ce dimanche par Rennes…

    ", + "title": "Pronostic Celta Vigo Espanyol Barcelone : Analyse, cotes et prono du match de Liga", + "description": "

    Un Celta Vigo – Espanyol Barcelone équilibré

    \n
    \nAvec sa 8e place de la saison passée, le Celta Vigo pouvait envisager de jouer les places…
    ", + "content": "

    Un Celta Vigo – Espanyol Barcelone équilibré

    \n
    \nAvec sa 8e place de la saison passée, le Celta Vigo pouvait envisager de jouer les places…
    ", "category": "", - "link": "https://www.sofoot.com/apres-le-depart-de-claude-puel-julien-sable-assurera-l-interim-a-l-as-saint-etienne-507964.html", + "link": "https://www.sofoot.com/pronostic-celta-vigo-espanyol-barcelone-analyse-cotes-et-prono-du-match-de-liga-508359.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T10:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-apres-le-depart-de-claude-puel-julien-sable-assurera-l-interim-a-l-as-saint-etienne-1638876825_x600_articles-507964.jpg", + "pubDate": "2021-12-16T07:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-celta-vigo-espanyol-barcelone-analyse-cotes-et-prono-du-match-de-liga-1639642656_x600_articles-508359.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83831,19 +85314,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "00db05024710e09f7d8eddb75b624611" + "hash": "f3a31f2cdb938de8ed2a31e334b03d1f" }, { - "title": "Accusé d'agression sexuelle, Pierre Ménès placé en garde à vue", - "description": "Accusé d'avoir touché la poitrine d'une hôtesse d'accueil du Parc des…", - "content": "Accusé d'avoir touché la poitrine d'une hôtesse d'accueil du Parc des…", + "title": "Pronostic Paris FC Lyon : Analyse, cotes et prono du match de Coupe de France", + "description": "

    Paris FC - Lyon : la coupe comme remède pour l'OL

    \n
    \nL'une des affiches des 32es de finale de la Coupe de France met aux prises vendredi le…
    ", + "content": "

    Paris FC - Lyon : la coupe comme remède pour l'OL

    \n
    \nL'une des affiches des 32es de finale de la Coupe de France met aux prises vendredi le…
    ", "category": "", - "link": "https://www.sofoot.com/accuse-d-agression-sexuelle-pierre-menes-place-en-garde-a-vue-508060.html", + "link": "https://www.sofoot.com/pronostic-paris-fc-lyon-analyse-cotes-et-prono-du-match-de-coupe-de-france-508358.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T10:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-accuse-d-agression-sexuelle-pierre-menes-place-en-garde-a-vue-1639046555_x600_articles-508060.jpg", + "pubDate": "2021-12-16T07:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-paris-fc-lyon-analyse-cotes-et-prono-du-match-de-coupe-de-france-1639641410_x600_articles-508358.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83851,19 +85335,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cc25112af14e907561c81034586e014" + "hash": "bf061a439649b345bf52b1e41bb824a4" }, { - "title": "L'UEFA confirme le report de Tottenham-Rennes", - "description": "De toute façon, il fait meilleur en Bretagne.
    \n
    \nAlors que le Stade rennais avait fait le déplacement outre-Manche avec l'intention de jouer le match de C4 sur la pelouse de Tottenham,…

    ", - "content": "De toute façon, il fait meilleur en Bretagne.
    \n
    \nAlors que le Stade rennais avait fait le déplacement outre-Manche avec l'intention de jouer le match de C4 sur la pelouse de Tottenham,…

    ", + "title": "Affaire OL-OM : Jean Michel Aulas suspendu 5 matchs ", + "description": "La saga continue.
    \n
    \nAprès l'appel de l'OM et…

    ", + "content": "La saga continue.
    \n
    \nAprès l'appel de l'OM et…

    ", "category": "", - "link": "https://www.sofoot.com/l-uefa-confirme-le-report-de-tottenham-rennes-508058.html", + "link": "https://www.sofoot.com/affaire-ol-om-jean-michel-aulas-suspendu-5-matchs-508357.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T10:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-uefa-confirme-le-report-de-tottenham-rennes-1639045037_x600_articles-508058.jpg", + "pubDate": "2021-12-16T07:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-affaire-ol-om-jean-michel-aulas-suspendu-5-matchs-1639642794_x600_articles-508357.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83871,19 +85356,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "69448bd7a640c56c6cb8e1529861e38c" + "hash": "afa63e17fd77e8db0a90cb236e65bd58" }, { - "title": "L'OM condamné à 10 000 euros d'amende après les propos racistes contre Hyun-jun Suk (Troyes)", - "description": "Ça fait cher la blague de mauvais goût.
    \n
    \nSi c'est évidemment le…

    ", - "content": "Ça fait cher la blague de mauvais goût.
    \n
    \nSi c'est évidemment le…

    ", + "title": "Pronostic Bayern Wolfsbourg : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Le Bayern Munich finit son année sur un classique face à Wolfsbourg

    \n
    \nGrand favori à sa succession pour le titre de champion en Allemagne, le Bayern…
    ", + "content": "

    Le Bayern Munich finit son année sur un classique face à Wolfsbourg

    \n
    \nGrand favori à sa succession pour le titre de champion en Allemagne, le Bayern…
    ", "category": "", - "link": "https://www.sofoot.com/l-om-condamne-a-10-000-euros-d-amende-apres-les-propos-racistes-contre-hyun-jun-suk-troyes-508056.html", + "link": "https://www.sofoot.com/pronostic-bayern-wolfsbourg-analyse-cotes-et-prono-du-match-de-bundesliga-508356.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T10:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-om-condamne-a-10-000-euros-d-amende-apres-les-propos-racistes-contre-hyun-jun-suk-troyes-1639044332_x600_articles-508056.jpg", + "pubDate": "2021-12-16T07:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bayern-wolfsbourg-analyse-cotes-et-prono-du-match-de-bundesliga-1639640550_x600_articles-508356.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83891,19 +85377,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "adbcfafefaa1d1fcb2cb584402bf6db8" + "hash": "c04bb94c46d15837dabfc2a993c27e36" }, { - "title": "Xavi après Bayern Munich-FC Barcelone : \"La réalité nous dit que nous ne sommes pas au niveau\"", - "description": "Bah quoi, ça n'est pas bien la Ligue Europa ?
    \n
    \nUn mois après son intronisation sur le banc du FC Barcelone, Xavi vit des premiers moments compliqués. Alors que ses hommes pouvaient…

    ", - "content": "Bah quoi, ça n'est pas bien la Ligue Europa ?
    \n
    \nUn mois après son intronisation sur le banc du FC Barcelone, Xavi vit des premiers moments compliqués. Alors que ses hommes pouvaient…

    ", + "title": "Pronostic Valenciennes Strasbourg : Analyse cote et prono du match de Coupe de France", + "description": "

    Strasbourg au-dessus de Valenciennes

    \n
    \n17e de Ligue 2, Valenciennes va mal et a d'ailleurs déjà changé d'entraîneur début novembre. Cela…
    ", + "content": "

    Strasbourg au-dessus de Valenciennes

    \n
    \n17e de Ligue 2, Valenciennes va mal et a d'ailleurs déjà changé d'entraîneur début novembre. Cela…
    ", "category": "", - "link": "https://www.sofoot.com/xavi-apres-bayern-munich-fc-barcelone-la-realite-nous-dit-que-nous-ne-sommes-pas-au-niveau-508055.html", + "link": "https://www.sofoot.com/pronostic-valenciennes-strasbourg-analyse-cote-et-prono-du-match-de-coupe-de-france-508355.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-xavi-apres-bayern-munich-fc-barcelone-la-realite-nous-dit-que-nous-ne-sommes-pas-au-niveau-1639042006_x600_articles-508055.jpg", + "pubDate": "2021-12-16T06:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-valenciennes-strasbourg-analyse-cote-et-prono-du-match-de-coupe-de-france-1639636672_x600_articles-508355.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83911,19 +85398,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0da5c0deb27904f5f10cca9f80d7c81" + "hash": "a8bfd1235e8ae2383b4c3a403fed7866" }, { - "title": "Lors de la venue de Lens, le FC Nantes va rendre hommage à John Miles, auteur du tube Music", - "description": "Dernière danse.
    \n
    \nLe FC Nantes a décidé de rendre hommage à John Miles, vendredi lors de la réception du RC Lens, en diffusant son célèbre titre Music (datant de 1976) à…

    ", - "content": "Dernière danse.
    \n
    \nLe FC Nantes a décidé de rendre hommage à John Miles, vendredi lors de la réception du RC Lens, en diffusant son célèbre titre Music (datant de 1976) à…

    ", + "title": "Pascal Dupraz, un pompier pour éviter le feu de Forez", + "description": "En convalescence, l'AS Saint-Étienne s'est séparée de Claude Puel pour remettre son destin entre les mains de Pascal Dupraz. Une stratégie compréhensible au regard de la position du club, actuellement lanterne rouge de Ligue 1, et des faits d'arme de l'entraîneur de 59 ans, habitué des missions de sauvetage. Pas le choix le plus érotique, mais peut-être le plus pragmatique.Il est de retour. Après quasiment quatre ans d'absence, Pascal Dupraz revient en Ligue 1. Le Haut-Savoyard était resté dans les radars avec son passage au Stade Malherbe de Caen (2019-2021) et son…", + "content": "Il est de retour. Après quasiment quatre ans d'absence, Pascal Dupraz revient en Ligue 1. Le Haut-Savoyard était resté dans les radars avec son passage au Stade Malherbe de Caen (2019-2021) et son…", "category": "", - "link": "https://www.sofoot.com/lors-de-la-venue-de-lens-le-fc-nantes-va-rendre-hommage-a-john-miles-auteur-du-tube-music-508054.html", + "link": "https://www.sofoot.com/pascal-dupraz-un-pompier-pour-eviter-le-feu-de-forez-508340.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T08:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lors-de-la-venue-de-lens-le-fc-nantes-va-rendre-hommage-a-john-miles-auteur-du-tube-music-1639039067_x600_articles-508054.jpg", + "pubDate": "2021-12-16T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pascal-dupraz-un-pompier-pour-eviter-le-feu-de-forez-1639580516_x600_articles-alt-508340.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83931,19 +85419,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "29f038e4d3db1ffbff2aa1fd75a4b8d7" + "hash": "020b25d9fc4f7f8339dc8fc4b64248df" }, { - "title": "Lyon-Marseille : Jacques Cardoze (OM) s'insurge contre la décision de la Commission de discipline de la LFP", - "description": "Un autre qui l'a mauvaise.
    \n
    \nAttendue depuis de longues semaines, la…

    ", - "content": "Un autre qui l'a mauvaise.
    \n
    \nAttendue depuis de longues semaines, la…

    ", + "title": "Le LOSC veut de l'herbe de qualité", + "description": "Champion de France en titre et huitième-de-finaliste de la C1, le LOSC est aussi lanterne rouge. Pas en Ligue 1, mais dans le championnat des pelouses françaises. Chaque semaine, les Dogues foulent un terrain indigne de leur statut, et dont tout le monde se plaint depuis un moment sans que cela ne change quoi que ce soit. Au point qu'une pétition a été lancée.\"C'était un match de merde sur une pelouse de merde\". Après le nul contre Nantes lors de la 15e journée de Ligue 1, Benjamin André n'a pas fait dans le détail. Une…", + "content": "\"C'était un match de merde sur une pelouse de merde\". Après le nul contre Nantes lors de la 15e journée de Ligue 1, Benjamin André n'a pas fait dans le détail. Une…", "category": "", - "link": "https://www.sofoot.com/lyon-marseille-jacques-cardoze-om-s-insurge-contre-la-decision-de-la-commission-de-discipline-de-la-lfp-508052.html", + "link": "https://www.sofoot.com/le-losc-veut-de-l-herbe-de-qualite-508319.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T08:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lyon-marseille-jacques-cardoze-om-s-insurge-contre-la-decision-de-la-commission-de-discipline-de-la-lfp-1639038234_x600_articles-508052.jpg", + "pubDate": "2021-12-16T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-losc-veut-de-l-herbe-de-qualite-1639569159_x600_articles-alt-508319.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83951,19 +85440,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85310614ab7799a155a2cbaec41003fd" + "hash": "ace20dd34094f73d1d70e6f2764832ae" }, { - "title": "Jocelyn Gourvennec : \"On a fait honneur à la Ligue 1\"", - "description": "Présent en conférence de presse après la belle victoire du LOSC à Wolfsbourg (1-3) en Ligue des champions, Jocelyn Gourvennec n'a pas caché sa satisfaction après la qualification historique de son équipe pour les huitièmes de finale de la C1.Sur le plan émotionnel, êtes-vous pleinement satisfait du match de votre équipe ? Cela ressemble au scénario parfait.
    \nC'est vrai que le scénario du match a…
    ", - "content": "Sur le plan émotionnel, êtes-vous pleinement satisfait du match de votre équipe ? Cela ressemble au scénario parfait.
    \nC'est vrai que le scénario du match a…
    ", + "title": "Arsenal cogne West Ham et s'invite dans le top 4", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/jocelyn-gourvennec-on-a-fait-honneur-a-la-ligue-1-508051.html", + "link": "https://www.sofoot.com/arsenal-cogne-west-ham-et-s-invite-dans-le-top-4-508350.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jocelyn-gourvennec-on-a-fait-honneur-a-la-ligue-1-1639009867_x600_articles-alt-508051.jpg", + "pubDate": "2021-12-15T22:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-arsenal-cogne-west-ham-et-s-invite-dans-le-top-4-1639606389_x600_articles-508350.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83971,19 +85461,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "51a6ca0ec75cca5b3d9756836ca31434" + "hash": "c3d6e2b358f46453d2380c5375e54a68" }, { - "title": "Si les personnages de One Piece étaient des footballeurs", - "description": "Alors que la trêve hivernale approche pour bon nombre de championnats, Eiichiro Oda a décidé de régaler son monde en publiant (enfin) le tome 100 du manga mythique One Piece. Mais que se passerait-il si les pirates quittaient Grand Line pour fouler les plus belles pelouses de notre planète ?

    Monkey D. Luffy

    \n
    \nFils de Monkey D. Dragon, petit-fils de Monkey D. Garp et frère adoptif de Portgas D. Ace et du grand Sabo : Mugiwara no Luffy entretient sa…
    ", - "content": "

    Monkey D. Luffy

    \n
    \nFils de Monkey D. Dragon, petit-fils de Monkey D. Garp et frère adoptif de Portgas D. Ace et du grand Sabo : Mugiwara no Luffy entretient sa…
    ", + "title": "Wolverhampton domine Brighton, Palace et Southampton dos à dos", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/si-les-personnages-de-one-piece-etaient-des-footballeurs-508035.html", + "link": "https://www.sofoot.com/wolverhampton-domine-brighton-palace-et-southampton-dos-a-dos-508337.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-si-les-personnages-de-one-piece-etaient-des-footballeurs-1638992485_x600_articles-alt-508035.jpg", + "pubDate": "2021-12-15T21:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-wolverhampton-domine-brighton-palace-et-southampton-dos-a-dos-1639604027_x600_articles-508337.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -83991,19 +85482,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b3e95bbc208c1f5da3978a1e267514b" + "hash": "b04818d2befa11242443a90ce3e94765" }, { - "title": "Lettre d'un supporter de l'OM à Steve Mandanda ", - "description": "Steve Mandanda vit une période compliquée depuis sa mise sur la touche par Jorge Sampaoli au profit de Pau Lopez. Une triste fin pour celui qui a porté à 597 reprises le maillot marseillais, ce qui en fait le joueur le plus capé de l'histoire du club. Une lettre d'amour pourrait l'aider à retrouver un semblant de sourire.Cher Steve,
    \n
    \nAlors que ton équipe joue son dernier match de Ligue Europa face au Lokomotiv Moscou ce jeudi, une fois de plus j'aimerais te voir fouler la pelouse de ton jardin, le…

    ", - "content": "Cher Steve,
    \n
    \nAlors que ton équipe joue son dernier match de Ligue Europa face au Lokomotiv Moscou ce jeudi, une fois de plus j'aimerais te voir fouler la pelouse de ton jardin, le…

    ", + "title": "Dortmund fade vainqueur de Fürth, Leverkusen et Leipzig coincent", + "description": "Au nom de la Rose. Poussif dans le contenu face à la lanterne rouge, le Borussia Dortmund a pourtant repris une petite marge de six unités par rapport au Bayer Leverkusen, en en passant trois à…", + "content": "Au nom de la Rose. Poussif dans le contenu face à la lanterne rouge, le Borussia Dortmund a pourtant repris une petite marge de six unités par rapport au Bayer Leverkusen, en en passant trois à…", "category": "", - "link": "https://www.sofoot.com/lettre-d-un-supporter-de-l-om-a-steve-mandanda-508029.html", + "link": "https://www.sofoot.com/dortmund-fade-vainqueur-de-furth-leverkusen-et-leipzig-coincent-508335.html", "creator": "SO FOOT", - "pubDate": "2021-12-09T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lettre-d-un-supporter-de-l-om-a-steve-mandanda-1638980788_x600_articles-alt-508029.jpg", + "pubDate": "2021-12-15T21:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-dortmund-fade-vainqueur-de-furth-leverkusen-et-leipzig-coincent-1639604272_x600_articles-508335.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84011,19 +85503,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "12cd5be970c0c383901efc531a737197" + "hash": "8d639c51e06f24f980458bdc7358b3bb" }, { - "title": "Pronostic Atalanta Bergame Villarreal : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    L'Atalanta Bergame coule Villarreal

    \n
    \nLors de cette dernière journée de Ligue des Champions, peu de groupes nous réservent des rencontres décisives…
    ", - "content": "

    L'Atalanta Bergame coule Villarreal

    \n
    \nLors de cette dernière journée de Ligue des Champions, peu de groupes nous réservent des rencontres décisives…
    ", + "title": "L'Algérie glace le Qatar au bout de la nuit et se qualifie pour la finale de la Coupe arabe", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-atalanta-bergame-villarreal-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507952.html", + "link": "https://www.sofoot.com/l-algerie-glace-le-qatar-au-bout-de-la-nuit-et-se-qualifie-pour-la-finale-de-la-coupe-arabe-508354.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T08:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-atalanta-bergame-villarreal-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638868502_x600_articles-507952.jpg", + "pubDate": "2021-12-15T21:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-algerie-glace-le-qatar-au-bout-de-la-nuit-et-se-qualifie-pour-la-finale-de-la-coupe-arabe-1639604638_x600_articles-508354.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84031,19 +85524,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0ed4606f7e852cbf42bdf5207befb38" + "hash": "e9101edf7e554ac568c8dc87619e8d98" }, { - "title": "Le Stade rennais dénonce \"le manque de fair-play\" de Tottenham", - "description": "La réponse du berger à la bergère.
    \n
    \nDeux heures après que Tottenham a annoncé être dans l'incapacité de disputer
    ", - "content": "La réponse du berger à la bergère.
    \n
    \nDeux heures après que Tottenham a annoncé être dans l'incapacité de disputer
    ", + "title": "Les Lyonnaises corrigent Häcken et finissent en tête de leur groupe", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-stade-rennais-denonce-le-manque-de-fair-play-de-tottenham-508050.html", + "link": "https://www.sofoot.com/les-lyonnaises-corrigent-hacken-et-finissent-en-tete-de-leur-groupe-508343.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T23:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-stade-rennais-denonce-le-manque-de-fair-play-de-tottenham-1639007298_x600_articles-508050.jpg", + "pubDate": "2021-12-15T20:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-lyonnaises-corrigent-hacken-et-finissent-en-tete-de-leur-groupe-1639599610_x600_articles-508343.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84051,19 +85545,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0deac1cd1cbcbc10cde8017085bacb98" + "hash": "0dfed57abf55e406636dc468bdb670d6" }, { - "title": "Wolfsburg-Lille : Jonathan Ikoné, une dernière pour la route", - "description": "Comme à Séville le mois dernier, Jonathan Ikoné a fait oublier son inefficacité en championnat en livrant une prestation remarquable à Wolfsburg, où il a offert deux jolies passes décisives à ses copains Burak Yılmaz et Angel Gomes. La suite de la belle histoire européenne du LOSC pourrait cependant s'écrire sans l'attaquant de 23 ans, qui serait attendu par la Fiorentina dès janvier.La semaine de Jonathan Ikoné n'avait pas débuté de la meilleure des manières. À 48 heures du rendez-vous décisif à Wolfsburg en Ligue des champions pour le LOSC, l'attaquant a eu la mauvaise…", - "content": "La semaine de Jonathan Ikoné n'avait pas débuté de la meilleure des manières. À 48 heures du rendez-vous décisif à Wolfsburg en Ligue des champions pour le LOSC, l'attaquant a eu la mauvaise…", + "title": "En direct : Arsenal - West Ham", + "description": "21' : Sacré combat entre Michail Antonio et Thomas Partey.", + "content": "21' : Sacré combat entre Michail Antonio et Thomas Partey.", "category": "", - "link": "https://www.sofoot.com/wolfsburg-lille-jonathan-ikone-une-derniere-pour-la-route-508047.html", + "link": "https://www.sofoot.com/en-direct-arsenal-west-ham-508352.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T23:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-wolfsburg-lille-jonathan-ikone-une-derniere-pour-la-route-1639006137_x600_articles-alt-508047.jpg", + "pubDate": "2021-12-15T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-arsenal-west-ham-1639596842_x600_articles-508352.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84071,19 +85566,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa93f724dbcb6d3c431beb78c2ec1905" + "hash": "cc6fae07a0b4b2e1cfc7748bdc867268" }, { - "title": "Signé Gourvennec", - "description": "Pour la première fois depuis 2006, et seulement la deuxième de son histoire, le LOSC a validé son billet pour les huitièmes de finale de la Ligue des champions. Une sacrée performance, couronnée par une première place de son groupe, dont Jocelyn Gourvennec est le principal responsable.\" J'ai attendu 26 ans pour revivre des moments comme ça. On s'était qualifiés avec Nantes. Vingt-six ans c'est long, mais quand je regarde derrière, j'ai l'impression que…", - "content": "\" J'ai attendu 26 ans pour revivre des moments comme ça. On s'était qualifiés avec Nantes. Vingt-six ans c'est long, mais quand je regarde derrière, j'ai l'impression que…", + "title": "En direct : Qatar - Algérie", + "description": "64' : Changement pour Qatar. Le solide Mohamed Muntari remplace Karim Boudiaf, auteur d'une ...", + "content": "64' : Changement pour Qatar. Le solide Mohamed Muntari remplace Karim Boudiaf, auteur d'une ...", "category": "", - "link": "https://www.sofoot.com/signe-gourvennec-508048.html", + "link": "https://www.sofoot.com/en-direct-qatar-algerie-508338.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T22:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-signe-gourvennec-1639003264_x600_articles-alt-508048.jpg", + "pubDate": "2021-12-15T18:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-qatar-algerie-1639578140_x600_articles-508338.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84091,19 +85587,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1e6475016af9b58f482a3afca623f20" + "hash": "04663d1f2d63fe801d221c31b1caa66d" }, { - "title": "Ce tout petit Barça", - "description": "C'était attendu par tout le monde, cela s'est confirmé à l'Allianz Arena de Munich et à l'Estádio da Luz de Lisbonne : le FC Barcelone, qui n'a marqué que 2 buts en 6 journées, s'est fait éliminer de la Ligue des champions dès la phase de poules de cette édition 2021-2022. Est-ce si surprenant que cela ? Non. Faut-il s'en inquiéter ? Oui. La dernière fois que le Barça n'était pas parvenu à sortir des poules de C1 remonte à la saison 2000-2001.Il y a des signes qui ne trompent pas. Avant d'affronter l'ogre bavarois pour la dernière journée de ce groupe E de la Ligue des champions 2021-2022, Xavi Hernández annonçait avec aplomb les…", - "content": "Il y a des signes qui ne trompent pas. Avant d'affronter l'ogre bavarois pour la dernière journée de ce groupe E de la Ligue des champions 2021-2022, Xavi Hernández annonçait avec aplomb les…", + "title": "La conférence de presse de Sean Dyche (Burnley) interrompue par la sonnette chez une journaliste", + "description": "En espérant que c'était vraiment une visite importante.
    \n
    \nLors de la conférence de presse précédant le match qui devait avoir lieu ce mercredi soir entre Burnley et Watford (et…

    ", + "content": "En espérant que c'était vraiment une visite importante.
    \n
    \nLors de la conférence de presse précédant le match qui devait avoir lieu ce mercredi soir entre Burnley et Watford (et…

    ", "category": "", - "link": "https://www.sofoot.com/ce-tout-petit-barca-508049.html", + "link": "https://www.sofoot.com/la-conference-de-presse-de-sean-dyche-burnley-interrompue-par-la-sonnette-chez-une-journaliste-508348.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T23:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ce-tout-petit-barca-1639004598_x600_articles-alt-508049.jpg", + "pubDate": "2021-12-15T18:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-conference-de-presse-de-sean-dyche-burnley-interrompue-par-la-sonnette-chez-une-journaliste-1639591840_x600_articles-508348.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84111,19 +85608,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3003aeab12fa689d1db166a04f8c29fe" + "hash": "8bd2ef44f83ea8ee18854594269cc15c" }, { - "title": "Benjamin Pavard : \"Je suis très content pour Lille\"", - "description": "Après avoir roulé sur le Barça pendant 90 minutes ce mercredi soir à…", - "content": "Après avoir roulé sur le Barça pendant 90 minutes ce mercredi soir à…", + "title": "Dimitri Payet (Marseille) se livre après les événements à Lyon", + "description": "À cœur ouvert.
    \n
    \nDimitri Payet s'est longuement livré sur les événements dont lui et…

    ", + "content": "À cœur ouvert.
    \n
    \nDimitri Payet s'est longuement livré sur les événements dont lui et…

    ", "category": "", - "link": "https://www.sofoot.com/benjamin-pavard-je-suis-tres-content-pour-lille-508046.html", + "link": "https://www.sofoot.com/dimitri-payet-marseille-se-livre-apres-les-evenements-a-lyon-508349.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T22:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-benjamin-pavard-je-suis-tres-content-pour-lille-1639003477_x600_articles-508046.jpg", + "pubDate": "2021-12-15T17:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-dimitri-payet-marseille-se-livre-apres-les-evenements-a-lyon-1639590884_x600_articles-508349.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84131,19 +85629,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6acb1947d3e1fa04c6f5b93d173bbaf1" + "hash": "42ea37a316c7aa784da5d9bffea4fd9a" }, { - "title": "Jocelyn Gourvennec était habité par la qualification", - "description": "Une masterclass signée Gourvennec.
    \n
    \nLa qualification pour les huitièmes de finale de Ligue des champions à peine en poche, le coach lillois a réagi auprès de Canal+ : \"C'est une…

    ", - "content": "Une masterclass signée Gourvennec.
    \n
    \nLa qualification pour les huitièmes de finale de Ligue des champions à peine en poche, le coach lillois a réagi auprès de Canal+ : \"C'est une…

    ", + "title": "La Tunisie dispose de l'Égypte dans le temps additionnel et rallie la finale de la Coupe arabe", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/jocelyn-gourvennec-etait-habite-par-la-qualification-508045.html", + "link": "https://www.sofoot.com/la-tunisie-dispose-de-l-egypte-dans-le-temps-additionnel-et-rallie-la-finale-de-la-coupe-arabe-508342.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T22:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jocelyn-gourvennec-etait-habite-par-la-qualification-1639003054_x600_articles-508045.jpg", + "pubDate": "2021-12-15T17:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-tunisie-dispose-de-l-egypte-dans-le-temps-additionnel-et-rallie-la-finale-de-la-coupe-arabe-1639588269_x600_articles-508342.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84151,19 +85650,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ad8b51299a81b6a3126ade1e3f8801e" + "hash": "0b8f254739e6f0c1b47bbb02fefc7ddc" }, { - "title": "Les notes de Lille face à Wolfsburg", - "description": "Lille a réussi là où le PSG a échoué : finir premier de son groupe de ligue des champions. Avec une performance collective de grande qualité, qui n'occulte pas la prestation XXL de Jonathan Ikoné, entre autres.

    ", - "content": "

    ", + "title": "Leicester-Tottenham maintenu par la ligue anglaise", + "description": "La situation se dégrade aussi vite que la logique de la Ligue.
    \n
    \nLe club de Leicester City est lui aussi victime du covid dans son effectif professionnel. Brendan Rodgers indiquait…

    ", + "content": "La situation se dégrade aussi vite que la logique de la Ligue.
    \n
    \nLe club de Leicester City est lui aussi victime du covid dans son effectif professionnel. Brendan Rodgers indiquait…

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-lille-face-a-wolfsburg-508039.html", + "link": "https://www.sofoot.com/leicester-tottenham-maintenu-par-la-ligue-anglaise-508347.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-lille-face-a-wolfsburg-1639001000_x600_articles-alt-508039.jpg", + "pubDate": "2021-12-15T16:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leicester-tottenham-maintenu-par-la-ligue-anglaise-1639588054_x600_articles-508347.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84171,19 +85671,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b21e23b28071e480f3faada834e569d" + "hash": "563a9e8d3621d5581b0e980039f74c82" }, { - "title": "Tottenham-Rennes n'aura pas lieu jeudi soir, un report ou un forfait envisagés", - "description": "Le Stade rennais peut rentrer à la maison.
    \n
    \nÀ la veille de la rencontre qui devait se tenir jeudi soir entre Tottenham et Rennes pour boucler la phase de groupes de Ligue Europa…

    ", - "content": "Le Stade rennais peut rentrer à la maison.
    \n
    \nÀ la veille de la rencontre qui devait se tenir jeudi soir entre Tottenham et Rennes pour boucler la phase de groupes de Ligue Europa…

    ", + "title": "La Premier League abroge la règle du sponsoring des parties associées", + "description": "Enfin une bonne nouvelle pour Newcastle.
    \n
    \nEn octobre dernier, la Premier League avait interdit à ses clubs la conclusion d'accords de sponsoring avec des entreprises liées à leur…

    ", + "content": "Enfin une bonne nouvelle pour Newcastle.
    \n
    \nEn octobre dernier, la Premier League avait interdit à ses clubs la conclusion d'accords de sponsoring avec des entreprises liées à leur…

    ", "category": "", - "link": "https://www.sofoot.com/tottenham-rennes-n-aura-pas-lieu-jeudi-soir-un-report-ou-un-forfait-envisages-508043.html", + "link": "https://www.sofoot.com/la-premier-league-abroge-la-regle-du-sponsoring-des-parties-associees-508341.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T22:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tottenham-rennes-n-aura-pas-lieu-jeudi-soir-un-report-ou-un-forfait-envisages-1639001696_x600_articles-508043.jpg", + "pubDate": "2021-12-15T16:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-premier-league-abroge-la-regle-du-sponsoring-des-parties-associees-1639586924_x600_articles-508341.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84191,19 +85692,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5e936929791dd4bee6a38df25f0aeba" + "hash": "a59f10b286b5e0bce7d475021a008fc9" }, { - "title": "Le Bayern Munich fesse et sort un FC Barcelone sans réaction", - "description": "Accroché à un maigre espoir de voir les huitièmes, le FC Barcelone de Xavi n'a presque pas existé à Munich (3-0, comme à l'aller) et prend logiquement la porte. Les Blaugrana, d'une manière quasiment inédite, iront revoir leur football dans la cour des petits, en C3. Le Bayern, lui, boucle un impressionnant carton plein dans ce groupe E.

    ", - "content": "

    ", + "title": "Le FC Barcelone, le Real Madrid et l'Athletic Bilbao attaquent la Liga en justice", + "description": "Un accord loin de faire l'unanimité.
    \n
    \nAlors que l'assemblée générale extraordinaire de
    ", + "content": "Un accord loin de faire l'unanimité.
    \n
    \nAlors que l'assemblée générale extraordinaire de
    ", "category": "", - "link": "https://www.sofoot.com/le-bayern-munich-fesse-et-sort-un-fc-barcelone-sans-reaction-508025.html", + "link": "https://www.sofoot.com/le-fc-barcelone-le-real-madrid-et-l-athletic-bilbao-attaquent-la-liga-en-justice-508346.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T22:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-munich-fesse-et-sort-un-fc-barcelone-sans-reaction-1639001741_x600_articles-alt-508025.jpg", + "pubDate": "2021-12-15T15:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-fc-barcelone-le-real-madrid-et-l-athletic-bilbao-attaquent-la-liga-en-justice-1639587787_x600_articles-508346.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84211,19 +85713,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d20a075ef1f82fb53e75b30322f2f008" + "hash": "0c4ccb59af5cbf934e33c9a23932c13b" }, { - "title": "Benfica écarte le Dynamo Kiev et se qualifie pour les huitièmes", - "description": "Non, Deniz Aytekin n'aura pas fait des siennes.

    ", - "content": "

    ", + "title": "Un joueur suédois condamné suite à une affaire de paris truqués", + "description": "L'histoire loufoque du jour nous provient de Suède.
    \n
    \nEn mai 2019, l'attaquant suédois Pawel Cibicki, évoluant à l'IF Elfsborg, écope d'un carton jaune lors d'un match de première…

    ", + "content": "L'histoire loufoque du jour nous provient de Suède.
    \n
    \nEn mai 2019, l'attaquant suédois Pawel Cibicki, évoluant à l'IF Elfsborg, écope d'un carton jaune lors d'un match de première…

    ", "category": "", - "link": "https://www.sofoot.com/benfica-ecarte-le-dynamo-kiev-et-se-qualifie-pour-les-huitiemes-508013.html", + "link": "https://www.sofoot.com/un-joueur-suedois-condamne-suite-a-une-affaire-de-paris-truques-508344.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-benfica-ecarte-le-dynamo-kiev-et-se-qualifie-pour-les-huitiemes-1639001489_x600_articles-508013.jpg", + "pubDate": "2021-12-15T15:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-joueur-suedois-condamne-suite-a-une-affaire-de-paris-truques-1639585932_x600_articles-508344.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84231,19 +85734,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aef90e50f5d21b512067f0fb4e6692e1" + "hash": "c78d2c2535a936d154a6ed0eb946cafc" }, { - "title": "Les Young Boys accrochés par les kids de Manchester United", - "description": "

    ", - "content": "

    ", + "title": "Amnesty interpelle la FFF sur le Mondial au Qatar : \"Pour l'instant, c'est silence radio\"", + "description": "Amnesty International a mené une action contre la Fédération française de football ce mercredi matin au siège en déployant une banderole pointant l'inaction et le désintérêt porté à la cause des conditions des travailleurs migrants au Qatar, ainsi qu'aux futurs employés pendant l'événement. Lola Schulmann, chargée de plaidoyer au sein de l'ONG, revient sur l'action et les attentes d'Amnesty par rapport à la FFF sur ce dossier.Qu'est-ce qui a poussé Amnesty France à initier l'action de mercredi au siège de la FFF, boulevard Grenelle à Paris ?
    \nDepuis que l'annonce de la Coupe du monde…
    ", + "content": "Qu'est-ce qui a poussé Amnesty France à initier l'action de mercredi au siège de la FFF, boulevard Grenelle à Paris ?
    \nDepuis que l'annonce de la Coupe du monde…
    ", "category": "", - "link": "https://www.sofoot.com/les-young-boys-accroches-par-les-kids-de-manchester-united-508034.html", + "link": "https://www.sofoot.com/amnesty-interpelle-la-fff-sur-le-mondial-au-qatar-pour-l-instant-c-est-silence-radio-508336.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T21:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-young-boys-accroches-par-les-kids-de-manchester-united-1639000839_x600_articles-508034.jpg", + "pubDate": "2021-12-15T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-amnesty-interpelle-la-fff-sur-le-mondial-au-qatar-pour-l-instant-c-est-silence-radio-1639579949_x600_articles-alt-508336.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84251,19 +85755,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "917f072e29245f1a4c772a6a89ab8590" + "hash": "93320b1cf058c38fa4ae144e64a94f7e" }, { - "title": "Salzbourg pousse Séville dehors et se qualifie en huitièmes", - "description": "L'Autriche sera bien représentée à la table des grands.

    ", - "content": "

    ", + "title": "Gary Marigard, J-4 avant d'affronter le PSG : \"J'ai mangé des sushis\"", + "description": "La loterie de la Coupe de France réserve toujours quelques matchs en apparence déséquilibrés : à l'occasion des 32es de finale, c'est Feignies-Aulnoye qui a tiré le gros lot, puisque l'écurie des alentours de Maubeuge est tombée sur le PSG. Pour comprendre comment un footballeur amateur se prépare à une telle échéance, le latéral droit du club du Nord Gary Marigard nous raconte son quotidien, jour par jour, jusqu'au match fatidique.Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", + "content": "Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", "category": "", - "link": "https://www.sofoot.com/salzbourg-pousse-seville-dehors-et-se-qualifie-en-huitiemes-508040.html", + "link": "https://www.sofoot.com/gary-marigard-j-4-avant-d-affronter-le-psg-j-ai-mange-des-sushis-508332.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T21:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-salzbourg-pousse-seville-dehors-et-se-qualifie-en-huitiemes-1639000740_x600_articles-508040.jpg", + "pubDate": "2021-12-15T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gary-marigard-j-4-avant-d-affronter-le-psg-j-ai-mange-des-sushis-1639578448_x600_articles-alt-508332.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84271,19 +85776,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e6a8b7e90ac7d9f96be0a46077677dc" + "hash": "28bb3a066ceeb2b21a2cca09a5e41550" }, { - "title": "Lille roule sur Wolfsbourg et se qualifie pour les huitièmes de la Ligue des champions !", - "description": "Dans le froid de Wolfsbourg, le LOSC s'est imposé en patron (1-3) pour composter son ticket lui donnant accès aux huitièmes de finale de la Ligue des champions. En terminant en tête du groupe G sur ce feu d'artifice, Lille montre qu'il n'a pas volé son statut de tête de série.

    ", - "content": "

    ", + "title": "Pascal Dupraz : \"J'ai des recettes pour que l'équipe aille mieux\"", + "description": "Le héros enfile sa nouvelle cape.
    \n
    \nOfficiellement entraîneur de…

    ", + "content": "Le héros enfile sa nouvelle cape.
    \n
    \nOfficiellement entraîneur de…

    ", "category": "", - "link": "https://www.sofoot.com/lille-roule-sur-wolfsbourg-et-se-qualifie-pour-les-huitiemes-de-la-ligue-des-champions-508021.html", + "link": "https://www.sofoot.com/pascal-dupraz-j-ai-des-recettes-pour-que-l-equipe-aille-mieux-508339.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T21:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lille-roule-sur-wolfsbourg-et-se-qualifie-pour-les-huitiemes-de-la-ligue-des-champions-1639001557_x600_articles-alt-508021.jpg", + "pubDate": "2021-12-15T14:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pascal-dupraz-j-ai-des-recettes-pour-que-l-equipe-aille-mieux-1639581787_x600_articles-508339.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84291,19 +85797,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad7a40c20fdd0c17494c0573ba264adf" + "hash": "ae8f5c85c553f2dcdbeb1a4ab101ebbd" }, { - "title": "Affaire OL/OM : Lyon sanctionné d'un point, match à rejouer à huis clos", - "description": "Le verdict est tombé, et Jean-Michel Aulas peut l'avoir mauvaise.
    \n
    \nCe mercredi soir, la commission de discipline de la…

    ", - "content": "Le verdict est tombé, et Jean-Michel Aulas peut l'avoir mauvaise.
    \n
    \nCe mercredi soir, la commission de discipline de la…

    ", + "title": "L'ECA menace de ne pas libérer les joueurs internationaux pour la CAN", + "description": "Du plomb dans l'aile pour la CAN.
    \n
    \nLes interrogations se multiplient concernant la tenue de la CAN 2021, prévue du 9 janvier au 6 février prochains au Cameroun. Alors que
    ", + "content": "Du plomb dans l'aile pour la CAN.
    \n
    \nLes interrogations se multiplient concernant la tenue de la CAN 2021, prévue du 9 janvier au 6 février prochains au Cameroun. Alors que
    ", "category": "", - "link": "https://www.sofoot.com/affaire-ol-om-lyon-sanctionne-d-un-point-match-a-rejouer-a-huis-clos-508042.html", + "link": "https://www.sofoot.com/l-eca-menace-de-ne-pas-liberer-les-joueurs-internationaux-pour-la-can-508334.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T21:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-affaire-ol-om-lyon-sanctionne-d-un-point-match-a-rejouer-a-huis-clos-1638997799_x600_articles-508042.jpg", + "pubDate": "2021-12-15T13:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-eca-menace-de-ne-pas-liberer-les-joueurs-internationaux-pour-la-can-1639579587_x600_articles-508334.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84311,19 +85818,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "350f9846f6bf8fcd7942416edf46503a" + "hash": "5005e1658ccdfe94cd69bb0e804d156c" }, { - "title": "Atalanta-Villarreal reporté !", - "description": "C'est la triste nouvelle du soir.
    \n
    \nLors de l'ultime journée de ce groupe F de la Ligue des champions 2021-2022, l'Atalanta et Villarreal devaient croiser le fer afin d'offrir un…

    ", - "content": "C'est la triste nouvelle du soir.
    \n
    \nLors de l'ultime journée de ce groupe F de la Ligue des champions 2021-2022, l'Atalanta et Villarreal devaient croiser le fer afin d'offrir un…

    ", + "title": "Diego Alonso nouveau sélectionneur de l'Uruguay", + "description": "Sang neuf pour la Celeste.
    \n
    \nAprès avoir limogé Óscar Tabárez le 19…

    ", + "content": "Sang neuf pour la Celeste.
    \n
    \nAprès avoir limogé Óscar Tabárez le 19…

    ", "category": "", - "link": "https://www.sofoot.com/atalanta-villarreal-reporte-508041.html", + "link": "https://www.sofoot.com/diego-alonso-nouveau-selectionneur-de-l-uruguay-508333.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T20:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-atalanta-villarreal-reporte-1638996188_x600_articles-508041.jpg", + "pubDate": "2021-12-15T13:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-diego-alonso-nouveau-selectionneur-de-l-uruguay-1639579091_x600_articles-508333.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84331,19 +85839,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a53afd89a122d3cf2c2bc4d1e420f7d" + "hash": "2294a37e8d8b2a36715023dc5931fff1" }, { - "title": "Le Zénith arrache un match nul spectaculaire face à Chelsea", - "description": "

    ", - "content": "

    ", + "title": "Aubayemang, une chute sans fin", + "description": "Malgré une situation sportive stabilisée avec une actuelle sixième place en Premier League, Arsenal galère à se débarrasser de ses tracas. Le dernier en date ? L'affaire Pierre-Emerick Aubameyang, écarté du groupe depuis le week-end dernier et déchu de son statut de capitaine pour être rentré trop tard de son voyage en France la semaine dernière. Un nouvel écart pour le Gabonais, déjà vivement critiqué depuis le début de la saison pour ses performances sur le terrain et dont la gestion du cas par le club rappelle la triste fin entre les Gunners et Mesut Özil.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/le-zenith-arrache-un-match-nul-spectaculaire-face-a-chelsea-507966.html", + "link": "https://www.sofoot.com/aubayemang-une-chute-sans-fin-508311.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T19:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-zenith-arrache-un-match-nul-spectaculaire-face-a-chelsea-1638993167_x600_articles-507966.jpg", + "pubDate": "2021-12-15T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aubayemang-une-chute-sans-fin-1639508789_x600_articles-alt-508311.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84351,19 +85860,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc85196ee60789c192f92cef1d675f4f" + "hash": "239f2cc4edd86cbd2c268e99f301ebbf" }, { - "title": "En direct : Wolfsburg - Lille ", - "description": "94' : FIN DE CHANTIER ! Lille s'impose d'une très belle manière sur la pelouse de Wolfsburg ...", - "content": "94' : FIN DE CHANTIER ! Lille s'impose d'une très belle manière sur la pelouse de Wolfsburg ...", + "title": "La belle épopée des U19 de la Jeanne d'Arc de Drancy", + "description": "Les U19 de la Jeanne d'Arc de Drancy, club amateur de la banlieue parisienne, sont actuellement deuxièmes de leur groupe, devant de nombreuses écuries professionnelles et juste derrière le Paris Saint-Germain. Le Havre, Lens, Lille, Caen, Amiens, Valenciennes ou encore Orléans, tous subissent la loi d'une écurie aux moyens limités, invaincue depuis dix matchs de championnat. Comment tenir tête à de telles institutions ? Enquête en terre drancéenne, où un visage, celui de l'entraîneur Nassim El Abdi, incarne cette réussite.La Pucelle d'Orléans n'avait rien demandé à personne, et pourtant, ce dimanche 5 décembre 2021, c'est bien sa mémoire qui est ravivée lors du \"Jeannedarc-ico\" qui se joue au stade…", + "content": "La Pucelle d'Orléans n'avait rien demandé à personne, et pourtant, ce dimanche 5 décembre 2021, c'est bien sa mémoire qui est ravivée lors du \"Jeannedarc-ico\" qui se joue au stade…", "category": "", - "link": "https://www.sofoot.com/en-direct-wolfsburg-lille-508038.html", + "link": "https://www.sofoot.com/la-belle-epopee-des-u19-de-la-jeanne-d-arc-de-drancy-508292.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-wolfsburg-lille-1638997068_x600_articles-alt-508038.jpg", + "pubDate": "2021-12-15T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-belle-epopee-des-u19-de-la-jeanne-d-arc-de-drancy-1639565726_x600_articles-alt-508292.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84371,19 +85881,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e0c8aa99c3f590e0b79588298cc3184" + "hash": "e0334d8bab05bcd5f04846731e406261" }, { - "title": "La Juventus bat Malmö et termine en tête de son groupe", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Chelsea Everton : Analyse, cotes et prono du match de Premier League", + "description": "

    Chelsea retrouve sa puissance face à Everton

    \n
    \nArrivé en cours de saison dernière après avoir été viré rudement du PSG, Thomas Tuchel a totalement…
    ", + "content": "

    Chelsea retrouve sa puissance face à Everton

    \n
    \nArrivé en cours de saison dernière après avoir été viré rudement du PSG, Thomas Tuchel a totalement…
    ", "category": "", - "link": "https://www.sofoot.com/la-juventus-bat-malmo-et-termine-en-tete-de-son-groupe-508037.html", + "link": "https://www.sofoot.com/pronostic-chelsea-everton-analyse-cotes-et-prono-du-match-de-premier-league-508330.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-juventus-bat-malmo-et-termine-en-tete-de-son-groupe-1638993415_x600_articles-508037.jpg", + "pubDate": "2021-12-15T12:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-chelsea-everton-analyse-cotes-et-prono-du-match-de-premier-league-1639571350_x600_articles-508330.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84391,19 +85902,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f1c5e597839396e50608e9e5bf08cc3" + "hash": "f039230648961a87fbb5ed15c868fc73" }, { - "title": "En direct : Bayern Munich - Barcelone", - "description": "94' : IT'S OVER ! LE BARÇA EST REVERSÉ EN C3 !
    \n
    \n3-0 sans faire le moindre effort, c'est effarant ...", - "content": "94' : IT'S OVER ! LE BARÇA EST REVERSÉ EN C3 !
    \n
    \n3-0 sans faire le moindre effort, c'est effarant ...", + "title": "Pronostic Leicester Tottenham : Analyse, cotes et prono du match de Premier League", + "description": "

    Leicester enchaîne face à un Tottenham diminué

    \n
    \nCette opposition entre Leicester et Tottenham devrait être marquée par plusieurs absences dans…
    ", + "content": "

    Leicester enchaîne face à un Tottenham diminué

    \n
    \nCette opposition entre Leicester et Tottenham devrait être marquée par plusieurs absences dans…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-bayern-munich-barcelone-507970.html", + "link": "https://www.sofoot.com/pronostic-leicester-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-508329.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-bayern-munich-barcelone-1638998471_x600_articles-alt-507970.jpg", + "pubDate": "2021-12-15T11:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-leicester-tottenham-analyse-cotes-et-prono-du-match-de-premier-league-1639570106_x600_articles-508329.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84411,19 +85923,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "153167a448301d3c628899db78c56e02" + "hash": "90164019d48176b81d0152e5457d1a16" }, { - "title": "Le PSG écrabouille Kharkiv grâce à Bachmann et Huitema", - "description": "

    Kharkiv Zhylobud 0-6 Paris Saint-Germain féminines ", - "content": "

    Kharkiv Zhylobud 0-6 Paris Saint-Germain féminines ", + "title": "Sergio Agüero prend sa retraite : \"C'est la pire décision de ma vie\"", + "description": "Foutue poussière dans l'œil...
    \n
    \n663 matchs au plus haut niveau, 184 buts dans l'élite anglaise, 65 en Espagne, 41 en Ligue des champions... Ajoutez à toutes ces statistiques…

    ", + "content": "Foutue poussière dans l'œil...
    \n
    \n663 matchs au plus haut niveau, 184 buts dans l'élite anglaise, 65 en Espagne, 41 en Ligue des champions... Ajoutez à toutes ces statistiques…

    ", "category": "", - "link": "https://www.sofoot.com/le-psg-ecrabouille-kharkiv-grace-a-bachmann-et-huitema-508006.html", + "link": "https://www.sofoot.com/sergio-aguero-prend-sa-retraite-c-est-la-pire-decision-de-ma-vie-508328.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T19:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-psg-ecrabouille-kharkiv-grace-a-bachmann-et-huitema-1638992834_x600_articles-508006.jpg", + "pubDate": "2021-12-15T11:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sergio-aguero-prend-sa-retraite-c-est-la-pire-decision-de-ma-vie-1639570123_x600_articles-508328.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84431,19 +85944,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c06d602a0b6f71aae2e8b8b45de6dabd" + "hash": "463f993d24648dae088e6268237b0c75" }, { - "title": "L'ancien international français Jacques Zimako est mort", - "description": "La Corse et la Nouvelle-Calédonie perdent une légende.
    \n
    \nL'ancien international français Jacques Zimako est décédé ce mercredi, à l'âge de 69 ans.
    ", - "content": "La Corse et la Nouvelle-Calédonie perdent une légende.
    \n
    \nL'ancien international français Jacques Zimako est décédé ce mercredi, à l'âge de 69 ans.
    ", + "title": "Pronostic Liverpool Newcastle : Analyse, cotes et prono du match de Premier League", + "description": "

    Liverpool, un nouveau clean sheet face à Newcastle

    \n
    \nLe trio Manchester City, Liverpool et Chelsea nous offre une très belle lutte en Premier League…
    ", + "content": "

    Liverpool, un nouveau clean sheet face à Newcastle

    \n
    \nLe trio Manchester City, Liverpool et Chelsea nous offre une très belle lutte en Premier League…
    ", "category": "", - "link": "https://www.sofoot.com/l-ancien-international-francais-jacques-zimako-est-mort-508032.html", + "link": "https://www.sofoot.com/pronostic-liverpool-newcastle-analyse-cotes-et-prono-du-match-de-premier-league-508327.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T17:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-ancien-international-francais-jacques-zimako-est-mort-1638983778_x600_articles-508032.jpg", + "pubDate": "2021-12-15T11:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-liverpool-newcastle-analyse-cotes-et-prono-du-match-de-premier-league-1639569026_x600_articles-508327.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84451,19 +85965,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "016d39e5c3b4da435aacb7952117f2ba" + "hash": "3e01599e1721d0037fa57b7a0967cbdb" }, { - "title": "Zltako Dalić poursuit l'aventure à la tête de la Croatie", - "description": "On va pouvoir continuer de regarder les œuvres de Dalić avec la Croatie.
    \n
    \nDéjà en poste depuis 2017, Zlatko Dalić continue son aventure à la tête des Vatreni jusqu'à l'Euro…

    ", - "content": "On va pouvoir continuer de regarder les œuvres de Dalić avec la Croatie.
    \n
    \nDéjà en poste depuis 2017, Zlatko Dalić continue son aventure à la tête des Vatreni jusqu'à l'Euro…

    ", + "title": "Revenu de sa suspension pour dopage, André Onana évoque un \"accident\"", + "description": "Petit médicament pour grosse conséquence.
    \n
    \nLe 5 février dernier, André Onana apprenait que l'UEFA le suspendait douze mois de toute activité footballistique après son test positif…

    ", + "content": "Petit médicament pour grosse conséquence.
    \n
    \nLe 5 février dernier, André Onana apprenait que l'UEFA le suspendait douze mois de toute activité footballistique après son test positif…

    ", "category": "", - "link": "https://www.sofoot.com/zltako-dalic-poursuit-l-aventure-a-la-tete-de-la-croatie-508033.html", + "link": "https://www.sofoot.com/revenu-de-sa-suspension-pour-dopage-andre-onana-evoque-un-accident-508325.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-zltako-dalic-poursuit-l-aventure-a-la-tete-de-la-croatie-1638983242_x600_articles-508033.jpg", + "pubDate": "2021-12-15T11:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-revenu-de-sa-suspension-pour-dopage-andre-onana-evoque-un-accident-1639574357_x600_articles-508325.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84471,19 +85986,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "34b645ab4c04f490918fb9e92b0bc500" + "hash": "84d0474befbcbffb865bf3333e5b0f96" }, { - "title": "Jorge Sampaoli : \"Marseille ne supporte pas le juste milieu\"", - "description": "On se console comme on peut à l'OM.
    \n
    \nCe jeudi soir (21h), Marseille reçoit le Lokomotiv Moscou pour tenter d'accéder à la phase finale de Ligue Europa Conférence. Une maigre…

    ", - "content": "On se console comme on peut à l'OM.
    \n
    \nCe jeudi soir (21h), Marseille reçoit le Lokomotiv Moscou pour tenter d'accéder à la phase finale de Ligue Europa Conférence. Une maigre…

    ", + "title": "Amnesty International déploie une banderole anti-Mondial 2022 devant le siège de la FFF", + "description": "On ne relâche pas son effort !
    \n
    \nAlors que la FFF était déjà
    ", + "content": "On ne relâche pas son effort !
    \n
    \nAlors que la FFF était déjà
    ", "category": "", - "link": "https://www.sofoot.com/jorge-sampaoli-marseille-ne-supporte-pas-le-juste-milieu-508030.html", + "link": "https://www.sofoot.com/amnesty-international-deploie-une-banderole-anti-mondial-2022-devant-le-siege-de-la-fff-508324.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T16:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jorge-sampaoli-marseille-ne-supporte-pas-le-juste-milieu-1638982013_x600_articles-508030.jpg", + "pubDate": "2021-12-15T10:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-amnesty-international-deploie-une-banderole-anti-mondial-2022-devant-le-siege-de-la-fff-1639567934_x600_articles-508324.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84491,19 +86007,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "85e277bb94acf2d132d2c2a6035ef87b" + "hash": "cf5e58fba216a9bfb02e40383488afbd" }, { - "title": "Pelé de retour à l'hôpital pour traiter sa tumeur", - "description": "Le Roi s'accroche.
    \n
    \nPelé est retourné à l'hôpital pour traiter son cancer du côlon. Alors que ses visites à l'hôpital se font de plus en plus fréquentes, les nouvelles se veulent…

    ", - "content": "Le Roi s'accroche.
    \n
    \nPelé est retourné à l'hôpital pour traiter son cancer du côlon. Alors que ses visites à l'hôpital se font de plus en plus fréquentes, les nouvelles se veulent…

    ", + "title": "Les supporters de Charleroi envoient un canular de Noël à ceux du Standard", + "description": "Taquinerie à la wallonne.
    \n
    \nDans le dur depuis le début de saison, le Standard de Liège, actuellement dixième de Jupiler Pro League, vit une période pour le moins compliquée. Dernier…

    ", + "content": "Taquinerie à la wallonne.
    \n
    \nDans le dur depuis le début de saison, le Standard de Liège, actuellement dixième de Jupiler Pro League, vit une période pour le moins compliquée. Dernier…

    ", "category": "", - "link": "https://www.sofoot.com/pele-de-retour-a-l-hopital-pour-traiter-sa-tumeur-508028.html", + "link": "https://www.sofoot.com/les-supporters-de-charleroi-envoient-un-canular-de-noel-a-ceux-du-standard-508323.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T16:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pele-de-retour-a-l-hopital-pour-traiter-sa-tumeur-1638980851_x600_articles-508028.jpg", + "pubDate": "2021-12-15T10:21:00Z", + "enclosure": "", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84511,19 +86028,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c329aed4ffa6c13256a48723de60ae6d" + "hash": "b76cbd20b7a86bcd929f82d0b9c48980" }, { - "title": "Vincent Labrune : \"La Ligue 1 deviendra le championnat de Slovénie\"", - "description": "La Ljig des talents.
    \n
    \nLe président de la LFP, Vincent Labrune, était présent ce mercredi matin devant la commission de la culture, de l'éducation et de la communication du Sénat pour…

    ", - "content": "La Ljig des talents.
    \n
    \nLe président de la LFP, Vincent Labrune, était présent ce mercredi matin devant la commission de la culture, de l'éducation et de la communication du Sénat pour…

    ", + "title": "La vengeance d'Anthony Modeste contre Wolfsbourg", + "description": "Deux coups de casque au fond des filets et un sur son ancien directeur sportif.
    \n
    \nVoilà le bilan fructueux d'Anthony Modeste qui a été l'élément principal de la victoire du FC Cologne…

    ", + "content": "Deux coups de casque au fond des filets et un sur son ancien directeur sportif.
    \n
    \nVoilà le bilan fructueux d'Anthony Modeste qui a été l'élément principal de la victoire du FC Cologne…

    ", "category": "", - "link": "https://www.sofoot.com/vincent-labrune-la-ligue-1-deviendra-le-championnat-de-slovenie-508027.html", + "link": "https://www.sofoot.com/la-vengeance-d-anthony-modeste-contre-wolfsbourg-508321.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vincent-labrune-la-ligue-1-deviendra-le-championnat-de-slovenie-1638980508_x600_articles-508027.jpg", + "pubDate": "2021-12-15T09:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-vengeance-d-anthony-modeste-contre-wolfsbourg-1639564689_x600_articles-508321.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84531,19 +86049,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "98164ee25a8510f9a7ff4ac6c0482a69" + "hash": "493a5503c3a02698953cdfd721dd0563" }, { - "title": "Antonio Conte a \"un peu peur\" de jouer contre Rennes à cause de l'épidémie de Covid à Tottenham", - "description": "Spur sur la ville.
    \n
    \nÀ quelques heures d'affronter le Stade rennais ce jeudi en Ligue Europa Conférence, Tottenham se retrouve décimé à cause de la contagion de la Covid-19 au…

    ", - "content": "Spur sur la ville.
    \n
    \nÀ quelques heures d'affronter le Stade rennais ce jeudi en Ligue Europa Conférence, Tottenham se retrouve décimé à cause de la contagion de la Covid-19 au…

    ", + "title": "Angleterre : un contrat de 30 millions de livres en faveur du football féminin", + "description": "De quoi donner des idées à la D1 Arkema ?
    \n
    \nDéjà considérée comme le championnat…

    ", + "content": "De quoi donner des idées à la D1 Arkema ?
    \n
    \nDéjà considérée comme le championnat…

    ", "category": "", - "link": "https://www.sofoot.com/antonio-conte-a-un-peu-peur-de-jouer-contre-rennes-a-cause-de-l-epidemie-de-covid-a-tottenham-508026.html", + "link": "https://www.sofoot.com/angleterre-un-contrat-de-30-millions-de-livres-en-faveur-du-football-feminin-508322.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T15:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-antonio-conte-a-un-peu-peur-de-jouer-contre-rennes-a-cause-de-l-epidemie-de-covid-a-tottenham-1638978075_x600_articles-508026.jpg", + "pubDate": "2021-12-15T09:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-angleterre-un-contrat-de-30-millions-de-livres-en-faveur-du-football-feminin-1639565544_x600_articles-508322.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84551,19 +86070,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb01be72e0a48e0b5f94a190c74b9a2f" + "hash": "2628a1c1352b7585538e1466e7659514" }, { - "title": "Vrsaljko a joué 60 minutes avec la mâchoire fracturée", - "description": "Pour le coup, valait mieux ne pas serrer les dents.
    \n
    \nŠime Vrsaljko n'a pas vraiment eu l'occasion de jouer cette saison du côté de l'Atlético de Diego Simeone (6 matchs, 1 but en…

    ", - "content": "Pour le coup, valait mieux ne pas serrer les dents.
    \n
    \nŠime Vrsaljko n'a pas vraiment eu l'occasion de jouer cette saison du côté de l'Atlético de Diego Simeone (6 matchs, 1 but en…

    ", + "title": "Jean-Michel Aulas estime que le costume de directeur sportif était trop grand pour Juninho ", + "description": "L'amour dure deux ans et demi.
    \n
    \nAlors que Juninho s'apprête à quitter son poste de directeur…

    ", + "content": "L'amour dure deux ans et demi.
    \n
    \nAlors que Juninho s'apprête à quitter son poste de directeur…

    ", "category": "", - "link": "https://www.sofoot.com/vrsaljko-a-joue-60-minutes-avec-la-machoire-fracturee-508024.html", + "link": "https://www.sofoot.com/jean-michel-aulas-estime-que-le-costume-de-directeur-sportif-etait-trop-grand-pour-juninho-508320.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T15:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vrsaljko-a-joue-60-minutes-avec-la-machoire-fracturee-1638977528_x600_articles-508024.jpg", + "pubDate": "2021-12-15T09:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jean-michel-aulas-estime-que-le-costume-de-directeur-sportif-etait-trop-grand-pour-juninho-1639564438_x600_articles-508320.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84571,19 +86091,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3003783929ed85349b5cdc30244a76b3" + "hash": "55d8b03a366b0c5d6bf6616292fbc632" }, { - "title": "Les supporters de Benfica créent un site pour renvoyer virtuellement Jorge Jesus à Flamengo", - "description": "Les supporters ont du talent.
    \n
    \nTotalement dépassé dans le derby de Lisbonne ce samedi contre…

    ", - "content": "Les supporters ont du talent.
    \n
    \nTotalement dépassé dans le derby de Lisbonne ce samedi contre…

    ", + "title": "Face à la pression des supporters, le coup d'envoi d'un match d'Anderlecht est finalement décalé", + "description": "Petite victoire pour la Mauve Army.
    \n
    \nJouer le 23 décembre n'est déjà pas un cadeau en soi, mais en plus à 18h un jeudi, c'était la goutte de trop pour les supporters d'Anderlecht.…

    ", + "content": "Petite victoire pour la Mauve Army.
    \n
    \nJouer le 23 décembre n'est déjà pas un cadeau en soi, mais en plus à 18h un jeudi, c'était la goutte de trop pour les supporters d'Anderlecht.…

    ", "category": "", - "link": "https://www.sofoot.com/les-supporters-de-benfica-creent-un-site-pour-renvoyer-virtuellement-jorge-jesus-a-flamengo-508023.html", + "link": "https://www.sofoot.com/face-a-la-pression-des-supporters-le-coup-d-envoi-d-un-match-d-anderlecht-est-finalement-decale-508318.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-supporters-de-benfica-creent-un-site-pour-renvoyer-virtuellement-jorge-jesus-a-flamengo-1638975640_x600_articles-508023.jpg", + "pubDate": "2021-12-15T09:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-face-a-la-pression-des-supporters-le-coup-d-envoi-d-un-match-d-anderlecht-est-finalement-decale-1639562321_x600_articles-508318.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84591,19 +86112,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "15be4b9bb472774f4d6601587ed5b133" + "hash": "0d87b3985a7cb8a0726d8b91f255f4c8" }, { - "title": "Une vidéo montre qu'au moins huit projectiles ont été lancés vers Dimitri Payet ", - "description": "Les défenseurs de l'acte isolé en PLS.
    \n
    \nCe mercredi, tous les yeux sont rivés vers la commission de discipline qui rendra son verdict concernant les sanctions prises à la suite
    ", - "content": "Les défenseurs de l'acte isolé en PLS.
    \n
    \nCe mercredi, tous les yeux sont rivés vers la commission de discipline qui rendra son verdict concernant les sanctions prises à la suite
    ", + "title": "Vers un retour de Vitorino Hilton en Ligue 1 ?", + "description": "L'amour (du foot) n'a pas d'âge.
    \n
    \nPascal Dupraz a officiellement été
    ", + "content": "L'amour (du foot) n'a pas d'âge.
    \n
    \nPascal Dupraz a officiellement été
    ", "category": "", - "link": "https://www.sofoot.com/une-video-montre-qu-au-moins-huit-projectiles-ont-ete-lances-vers-dimitri-payet-508022.html", + "link": "https://www.sofoot.com/vers-un-retour-de-vitorino-hilton-en-ligue-1-508317.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T14:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-une-video-montre-qu-au-moins-huit-projectiles-ont-ete-lances-vers-dimitri-payet-1638972832_x600_articles-508022.jpg", + "pubDate": "2021-12-15T09:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vers-un-retour-de-vitorino-hilton-en-ligue-1-1639562160_x600_articles-508317.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84611,19 +86133,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae6f31fa7ec4b1c35a576c86e49e9015" + "hash": "9fbc83c9219da43f55154b584f3fc215" }, { - "title": "L'US Concarneau se désespère de ne pas avoir de terrain synthétique", - "description": "Bientôt, l'US Concarneau devra s'entraîner au five.
    \n
    \nL'US Concarneau se retrouve dans l'embarras au moment de trouver un terrain d'entraînement pour l'ensemble de ses catégories. En…

    ", - "content": "Bientôt, l'US Concarneau devra s'entraîner au five.
    \n
    \nL'US Concarneau se retrouve dans l'embarras au moment de trouver un terrain d'entraînement pour l'ensemble de ses catégories. En…

    ", + "title": "La CAN 2022 vers un nouveau report ?", + "description": "L'Algérie n'est pas près de rendre son titre.
    \n
    \nLa Coupe d'Afrique des nations au Cameroun ne sera peut-être pas pour cette année. Alors que l'édition 2023 en Côte d'Ivoire se…

    ", + "content": "L'Algérie n'est pas près de rendre son titre.
    \n
    \nLa Coupe d'Afrique des nations au Cameroun ne sera peut-être pas pour cette année. Alors que l'édition 2023 en Côte d'Ivoire se…

    ", "category": "", - "link": "https://www.sofoot.com/l-us-concarneau-se-desespere-de-ne-pas-avoir-de-terrain-synthetique-508020.html", + "link": "https://www.sofoot.com/la-can-2022-vers-un-nouveau-report-508316.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T13:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-us-concarneau-se-desespere-de-ne-pas-avoir-de-terrain-synthetique-1638972307_x600_articles-508020.jpg", + "pubDate": "2021-12-15T08:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-can-2022-vers-un-nouveau-report-1639559940_x600_articles-508316.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84631,19 +86154,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "416aa121504584358eaf8aefa9872ec5" + "hash": "e9d44ec4295e5602c5e8c0bf113e5c2a" }, { - "title": "Gonzalo Plata (Valladolid) provoque un accident de voiture totalement alcoolisé", - "description": "Plata o Alcohol ?
    \n
    \n06h45, Valladolid. Entre les rues Fray Luis de León et López Gómez au centre de la ville de Christophe Colomb, les sirènes de police et d'ambulance…

    ", - "content": "Plata o Alcohol ?
    \n
    \n06h45, Valladolid. Entre les rues Fray Luis de León et López Gómez au centre de la ville de Christophe Colomb, les sirènes de police et d'ambulance…

    ", + "title": "Belgique : L'agent Dejan Veljković se lâche sur l'affaire du Footgate", + "description": "Une histoire avec beaucoup de rebondissements.
    \n
    \nDejan Veljković,
    ", + "content": "Une histoire avec beaucoup de rebondissements.
    \n
    \nDejan Veljković,
    ", "category": "", - "link": "https://www.sofoot.com/gonzalo-plata-valladolid-provoque-un-accident-de-voiture-totalement-alcoolise-508019.html", + "link": "https://www.sofoot.com/belgique-l-agent-dejan-veljkovic-se-lache-sur-l-affaire-du-footgate-508315.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gonzalo-plata-valladolid-provoque-un-accident-de-voiture-totalement-alcoolise-1638969020_x600_articles-508019.jpg", + "pubDate": "2021-12-15T08:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-belgique-l-agent-dejan-veljkovic-se-lache-sur-l-affaire-du-footgate-1639558798_x600_articles-508315.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84651,19 +86175,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e2be1efff7da6efec79f0c9fc81e357" + "hash": "4e77124e7847bdc1c272622e61a48a08" }, { - "title": "Les phrases que vous allez entendre lors de Bayern-Barça", - "description": "Ce soir, c'est un classique qui a pris dernièrement des airs de show fétichiste qui se joue sur les antennes de beIN SPORTS : Bayern-Barça. Alors que les Allemands sont déjà qualifiés, le Barça joue lui sa survie. Et les phrases suivantes risquent d'être prononcées dans un micro.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "SO FOOT CLUB #77", + "description": "Lire le sommaire S'abonner
    \nEN KIOSQUE LE 15/12/2021
    \n

    \nRÉTRO 2021 : 50 moments en 50 photos
    \nLe meilleur moyen de se…


    ", + "content": "
    \nEN KIOSQUE LE 15/12/2021
    \n

    \nRÉTRO 2021 : 50 moments en 50 photos
    \nLe meilleur moyen de se…


    ", "category": "", - "link": "https://www.sofoot.com/les-phrases-que-vous-allez-entendre-lors-de-bayern-barca-508004.html", + "link": "https://www.sofoot.com/so-foot-club-77-508298.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-phrases-que-vous-allez-entendre-lors-de-bayern-barca-1638955771_x600_articles-alt-508004.jpg", + "pubDate": "2021-12-15T08:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-so-foot-club-77-1639494795_x600_articles-alt-508298.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84671,19 +86196,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c98a1608f16bc6080cc1eab4493b9eb" + "hash": "ffb6509788828971017f2d77850a6462" }, { - "title": "Johan Djourou : \"J'ai toujours fait le comédien à la maison\"", - "description": "Ancien grand espoir du football helvétique, Johan Djourou a terminé sa formation à Arsenal avant de bourlinguer aux quatre coins de l'Europe jusqu'à l'année dernière. Fier représentant de la Nati dont il a porté le maillot à 76 reprises, celui qui est né en Côte d'Ivoire officie aujourd'hui comme consultant sur RMC Sport les soirs de Ligue des champions. Mais Johan Djourou a plein d'autres choses sur lesquelles se confier. Entre autres, sa passion pour la scène, sa double culture, son amour pour Londres et tous les projets qui vont désormais jalonner son après-carrière.Ce mercredi, Chelsea se déplace à Saint-Pétersbourg pour affronter le Zénith. Tu as un point commun avec un joueur des Blues, Malang Sarr, puisque vous avez tous les…", - "content": "Ce mercredi, Chelsea se déplace à Saint-Pétersbourg pour affronter le Zénith. Tu as un point commun avec un joueur des Blues, Malang Sarr, puisque vous avez tous les…", + "title": "Alcoyano (D3) s'offre un nouvel exploit en Coupe du Roi", + "description": "Le Retour du roi.
    \n
    \nLe club de 3e division d'Alcoyano s'est de nouveau offert un club de Liga au deuxième tour de la Coupe du Roi après son exploit de l'année dernière…

    ", + "content": "Le Retour du roi.
    \n
    \nLe club de 3e division d'Alcoyano s'est de nouveau offert un club de Liga au deuxième tour de la Coupe du Roi après son exploit de l'année dernière…

    ", "category": "", - "link": "https://www.sofoot.com/johan-djourou-j-ai-toujours-fait-le-comedien-a-la-maison-507998.html", + "link": "https://www.sofoot.com/alcoyano-d3-s-offre-un-nouvel-exploit-en-coupe-du-roi-508314.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-johan-djourou-j-ai-toujours-fait-le-comedien-a-la-maison-1638968643_x600_articles-alt-507998.jpg", + "pubDate": "2021-12-15T07:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-alcoyano-d3-s-offre-un-nouvel-exploit-en-coupe-du-roi-1639556683_x600_articles-508314.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84691,19 +86217,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3e493cb9e3b580b52e787574a5b7a71" + "hash": "eb201119c9308a5959163d85eafbce63" }, { - "title": "Pronostic Tottenham Rennes : Analyse, cotes et prono du match de Ligue Europa Conférence", - "description": "

    Tottenham s'impose face à un Rennes déjà qualifié

    \n
    \nDans ce groupe G de Conference League, Tottenham faisait figure de grand favori. En difficulté à…
    ", - "content": "

    Tottenham s'impose face à un Rennes déjà qualifié

    \n
    \nDans ce groupe G de Conference League, Tottenham faisait figure de grand favori. En difficulté à…
    ", + "title": "Les principales propositions du rapport parlementaire sur les droits TV", + "description": "Débutée en juin dernier, l'enquête parlementaire visait à faire la lumière sur l'échec de la chaîne Téléfoot. Elle a pris fin ce mercredi et apporte son lot de recommandations. Nous avons pu les consulter et voici celles qu'il faut retenir.Depuis plusieurs mois, les députés Régis Juanico (Génération.s) et Cédric Roussel (LREM) ont auditionné une cinquantaine de personnes, des spécialistes en droit et en économie du sport aux…", + "content": "Depuis plusieurs mois, les députés Régis Juanico (Génération.s) et Cédric Roussel (LREM) ont auditionné une cinquantaine de personnes, des spécialistes en droit et en économie du sport aux…", "category": "", - "link": "https://www.sofoot.com/pronostic-tottenham-rennes-analyse-cotes-et-prono-du-match-de-ligue-europa-conference-508018.html", + "link": "https://www.sofoot.com/les-principales-propositions-du-rapport-parlementaire-sur-les-droits-tv-508308.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T12:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-rennes-analyse-cotes-et-prono-du-match-de-ligue-europa-conference-1638966077_x600_articles-508018.jpg", + "pubDate": "2021-12-15T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-principales-propositions-du-rapport-parlementaire-sur-les-droits-tv-1639504303_x600_articles-alt-508308.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84711,19 +86238,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "910cad7e3fa875c6c98287db5608d761" + "hash": "00987b9e8240865eea369010702b6321" }, { - "title": "Roland Romeyer ne comprend pas \"les réactions de quelques abrutis\"", - "description": "Et inversement, visiblement.
    \n
    \nLa débâcle subie ce dimanche par Saint-Étienne dans…

    ", - "content": "Et inversement, visiblement.
    \n
    \nLa débâcle subie ce dimanche par Saint-Étienne dans…

    ", + "title": "Algérie et Qatar, une histoire croisée", + "description": "Ce mercredi soir, le Qatar défiera l'Algérie en demi-finales de la Coupe arabe. Une opposition de styles entre une sélection algérienne A' et une formation qatarienne au grand complet, venue rappeler l'histoire récente et commune que partagent ces deux nations en matière de football.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/roland-romeyer-ne-comprend-pas-les-reactions-de-quelques-abrutis-508012.html", + "link": "https://www.sofoot.com/algerie-et-qatar-une-histoire-croisee-508306.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T12:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-roland-romeyer-ne-comprend-pas-les-reactions-de-quelques-abrutis-1638965030_x600_articles-508012.jpg", + "pubDate": "2021-12-15T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-algerie-et-qatar-une-histoire-croisee-1639502539_x600_articles-alt-508306.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84731,19 +86259,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c521bb304e5acbdc0e7904ffc1b16bf" + "hash": "192d4cbe2541003a378e878289c02024" }, { - "title": "Pronostic Naples Leicester : Analyse, cotes et prono du match de Ligue Europa", - "description": "

    Naples se qualifie face à Leicester

    \n
    \nLe groupe C de l'Europa League était relevé avec des formations comme le Napoli, Leicester, le Spartak Moscou…
    ", - "content": "

    Naples se qualifie face à Leicester

    \n
    \nLe groupe C de l'Europa League était relevé avec des formations comme le Napoli, Leicester, le Spartak Moscou…
    ", + "title": "Bogdan Racovițan, le nouveau Chivu est né à Dijon", + "description": "Bourguignon de naissance, Roumain de nom, de sang et de cœur, Bogdan Racovițan incarne notamment aux côtés de Radu Drăgușin, son coéquipier en sélection espoirs, la relève de la défense centrale roumaine, orpheline de guerriers inébranlables et de murs porteurs depuis la retraite de Cristian Chivu. De Dijon à Botoșani, entre rôle d'interprète, calme surnaturel et évolutions remarquables, \"Bogdi\" sait que tout ne dépend que de lui s'il veut réussir là où tant d'autres se sont brisé les molaires.Nous sommes le 16 juin 1995. Cinq ans et demi après la chute de Nicolae Ceaușescu, le premier restaurant de la chaîne McDonald's ouvre ses portes à Bucarest, près de la très centrale Piața…", + "content": "Nous sommes le 16 juin 1995. Cinq ans et demi après la chute de Nicolae Ceaușescu, le premier restaurant de la chaîne McDonald's ouvre ses portes à Bucarest, près de la très centrale Piața…", "category": "", - "link": "https://www.sofoot.com/pronostic-naples-leicester-analyse-cotes-et-prono-du-match-de-ligue-europa-508017.html", + "link": "https://www.sofoot.com/bogdan-racovi-c8-9ban-le-nouveau-chivu-est-ne-a-dijon-508144.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T11:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-naples-leicester-analyse-cotes-et-prono-du-match-de-ligue-europa-1638965490_x600_articles-508017.jpg", + "pubDate": "2021-12-15T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bogdan-racovi-c8-9ban-le-nouveau-chivu-est-ne-a-dijon-1639353207_x600_articles-alt-508144.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84751,19 +86280,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb41866f8faeedd30f518e52c2caa8eb" + "hash": "edcda9060cd5f73161a285c83492ee9d" }, { - "title": "Pronostic Sturm Graz Monaco : Analyse, cotes et prono du match de Ligue Europa", - "description": "

    Monaco enchaîne face au Sturm Graz

    \n
    \nAvec 1 point au compteur, le Sturm Graz est éliminé de l'Europa League et ne joue plus rien, même pas la…
    ", - "content": "

    Monaco enchaîne face au Sturm Graz

    \n
    \nAvec 1 point au compteur, le Sturm Graz est éliminé de l'Europa League et ne joue plus rien, même pas la…
    ", + "title": "Les notes de la finale de Koh-Lanta La Légende", + "description": "Des poteaux pour la forme, puis de longues minutes à attendre des explications. Comme le vainqueur de cette édition censée être légendaire, on ne les a pas eues. Et à la fin, il n'en restera aucun.

    Les finalistes

    \n
    \n
    \n
    \n
    \nToujours aussi…



    ", + "content": "

    Les finalistes

    \n
    \n
    \n
    \n
    \nToujours aussi…



    ", "category": "", - "link": "https://www.sofoot.com/pronostic-sturm-graz-monaco-analyse-cotes-et-prono-du-match-de-ligue-europa-508016.html", + "link": "https://www.sofoot.com/les-notes-de-la-finale-de-koh-lanta-la-legende-508310.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T11:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-sturm-graz-monaco-analyse-cotes-et-prono-du-match-de-ligue-europa-1638965057_x600_articles-508016.jpg", + "pubDate": "2021-12-14T22:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-la-finale-de-koh-lanta-la-legende-1639516277_x600_articles-alt-508310.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84771,19 +86301,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3954c0798a859f5cb4fb6b83b4ec86ba" + "hash": "948ac0a8b952f8e2a4d5ac43bae20450" }, { - "title": "Pronostic Lyon Glasgow Rangers : Analyse, cotes et prono du match de Ligue Europa", - "description": "

    Lyon poursuit son sans-faute face aux Glasgow Rangers

    \n
    \nAprès un an d'absence en Europe et sa demi-finale de Ligue des Champions face au Bayern Munich,…
    ", - "content": "

    Lyon poursuit son sans-faute face aux Glasgow Rangers

    \n
    \nAprès un an d'absence en Europe et sa demi-finale de Ligue des Champions face au Bayern Munich,…
    ", + "title": "City fait voler Leeds en éclats, Villa repart de l'avant à Norwich", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lyon-glasgow-rangers-analyse-cotes-et-prono-du-match-de-ligue-europa-508014.html", + "link": "https://www.sofoot.com/city-fait-voler-leeds-en-eclats-villa-repart-de-l-avant-a-norwich-508303.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T11:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lyon-glasgow-rangers-analyse-cotes-et-prono-du-match-de-ligue-europa-1638964540_x600_articles-508014.jpg", + "pubDate": "2021-12-14T21:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-city-fait-voler-leeds-en-eclats-villa-repart-de-l-avant-a-norwich-1639518576_x600_articles-508303.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84791,19 +86322,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e792e03694f0cbf58d0781ab4fb1a116" + "hash": "d42d989a6a4c337e01a8f033cc53c96a" }, { - "title": "Domenico Tedesco en pôle pour diriger le RB Leipzig ", - "description": "Le prochain entraîneur de Leipzig et donc du Bayern pourrait être trouvé.
    \n
    \nBien que
    ", - "content": "Le prochain entraîneur de Leipzig et donc du Bayern pourrait être trouvé.
    \n
    \nBien que
    ", + "title": "En direct : finale de Koh-Lanta, la légende", + "description": "Abordons le problème autrement : au lieu de regarder cette finale pour son résultat, prenez-la plutôt comme une expérience sociale en public. Une du genre à s'appeler \"Comment se démerder tout seul en situation de crise quand on s'appelle Denis Brogniart\", par exemple.23h22 : RAT-VIÈRE
    \n
    \n23h20 : On est dans Koh-Lanta la Légende, et on vient de voir une image de Julie la chanteuse Disney.
    \n
    \nCrevez-moi les…



    ", + "content": "23h22 : RAT-VIÈRE
    \n
    \n23h20 : On est dans Koh-Lanta la Légende, et on vient de voir une image de Julie la chanteuse Disney.
    \n
    \nCrevez-moi les…



    ", "category": "", - "link": "https://www.sofoot.com/domenico-tedesco-en-pole-pour-diriger-le-rb-leipzig-508011.html", + "link": "https://www.sofoot.com/en-direct-finale-de-koh-lanta-la-legende-508309.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T11:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-domenico-tedesco-en-pole-pour-diriger-le-rb-leipzig-1638962471_x600_articles-508011.jpg", + "pubDate": "2021-12-14T20:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-finale-de-koh-lanta-la-legende-1639505550_x600_articles-alt-508309.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84811,19 +86343,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8edd6dc71f83ecfc9549731611d0c35" + "hash": "bd0b29d78178dfd9c25fe79bc565a023" }, { - "title": "Erik ten Hag : \"Aucune équipe n'appréciera d'être tirée au sort contre l'Ajax\"", - "description": "Amster-dalle.
    \n
    \nLa phase de poules de Ligue des champions est terminée, et parmi les satisfactions, une équipe figure tout en haut : l'Ajax Amsterdam. Les hommes d'Erik ten Hag ont…

    ", - "content": "Amster-dalle.
    \n
    \nLa phase de poules de Ligue des champions est terminée, et parmi les satisfactions, une équipe figure tout en haut : l'Ajax Amsterdam. Les hommes d'Erik ten Hag ont…

    ", + "title": "Pascal Dupraz attendu à Saint-Étienne pour succéder à Claude Puel", + "description": "Le pompier reprend du service.
    \n
    \nL'AS Saint-Étienne a officialisé ce mardi le départ de Claude Puel, démis…

    ", + "content": "Le pompier reprend du service.
    \n
    \nL'AS Saint-Étienne a officialisé ce mardi le départ de Claude Puel, démis…

    ", "category": "", - "link": "https://www.sofoot.com/erik-ten-hag-aucune-equipe-n-appreciera-d-etre-tiree-au-sort-contre-l-ajax-508010.html", + "link": "https://www.sofoot.com/pascal-dupraz-attendu-a-saint-etienne-pour-succeder-a-claude-puel-508313.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-erik-ten-hag-aucune-equipe-n-appreciera-d-etre-tiree-au-sort-contre-l-ajax-1638961618_x600_articles-508010.jpg", + "pubDate": "2021-12-14T19:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pascal-dupraz-attendu-a-saint-etienne-pour-succeder-a-claude-puel-1639510974_x600_articles-508313.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84831,19 +86364,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee3c0ac68882ad8eccd28001eb12b689" + "hash": "294e715c03b28604176d883593fa95ba" }, { - "title": "Taye Taiwo trouve un nouveau point chute en Finlande", - "description": "Noël avant l'heure.
    \n
    \nVéritable globe-trotter, Taye Taiwo n'en n'a visiblement pas fini avec le football puisque le Nigérian va découvrir un nouveau challenge à 36 ans. Le latéral…

    ", - "content": "Noël avant l'heure.
    \n
    \nVéritable globe-trotter, Taye Taiwo n'en n'a visiblement pas fini avec le football puisque le Nigérian va découvrir un nouveau challenge à 36 ans. Le latéral…

    ", + "title": "Le Bayern en plante cinq à Stuttgart", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/taye-taiwo-trouve-un-nouveau-point-chute-en-finlande-508008.html", + "link": "https://www.sofoot.com/le-bayern-en-plante-cinq-a-stuttgart-508312.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T10:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-taye-taiwo-trouve-un-nouveau-point-chute-en-finlande-1638958340_x600_articles-508008.jpg", + "pubDate": "2021-12-14T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-en-plante-cinq-a-stuttgart-1639510379_x600_articles-508312.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84851,19 +86385,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "90cf06c85a9d0cc0cb9a8bb4485cfb21" + "hash": "cd697d846c96e62a2371275aa133af5f" }, { - "title": "L'eLigue 1 Open de retour en janvier 2022", - "description": "Dans le monde virtuel, une bouteille ça termine sur l'écran, pas sur un joueur.
    \n
    \nL'eLigue 1 Open, la compétition ouverte de la Ligue 1 sur Fifa 22, a trouvé ses dates pour cette…

    ", - "content": "Dans le monde virtuel, une bouteille ça termine sur l'écran, pas sur un joueur.
    \n
    \nL'eLigue 1 Open, la compétition ouverte de la Ligue 1 sur Fifa 22, a trouvé ses dates pour cette…

    ", + "title": "Lionel Mpasi : \"Se faire insulter de \"sale singe\", c'est inadmissible\"", + "description": "Un cas isolé, mais un cas de trop.
    \n
    \nCe lundi soir, Lionel Mpasi, le gardien de Rodez, a été
    ", + "content": "Un cas isolé, mais un cas de trop.
    \n
    \nCe lundi soir, Lionel Mpasi, le gardien de Rodez, a été
    ", "category": "", - "link": "https://www.sofoot.com/l-eligue-1-open-de-retour-en-janvier-2022-508009.html", + "link": "https://www.sofoot.com/lionel-mpasi-se-faire-insulter-de-sale-singe-c-est-inadmissible-508307.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-eligue-1-open-de-retour-en-janvier-2022-1638958023_x600_articles-508009.jpg", + "pubDate": "2021-12-14T17:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lionel-mpasi-se-faire-insulter-de-sale-singe-c-est-inadmissible-1639502445_x600_articles-508307.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84871,19 +86406,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "284974faa498562e4a6c75daf0e5d5c8" + "hash": "fdcf73f401cf9ad34396b33a2cc625c6" }, { - "title": "Jordan Lefort aide chaque mois deux étudiants en précarité", - "description": "Tous les héros ne portent pas de capes.
    \n
    \nVictimes collatérales directes de la crise de la Covid-19, les étudiants font face à de nombreux soucis financiers. Jordan Lefort, défenseur…

    ", - "content": "Tous les héros ne portent pas de capes.
    \n
    \nVictimes collatérales directes de la crise de la Covid-19, les étudiants font face à de nombreux soucis financiers. Jordan Lefort, défenseur…

    ", + "title": "Affaire OL-OM : l'OM aurait décidé de faire appel de la décision de la Commission de discipline", + "description": "Le folklore continue.
    \n
    \nLe chapitre des incidents qui ont émaillé le 21 novembre la rencontre opposant l'Olympique lyonnais et l'Olympique de Marseille est loin d'être terminé. Si, en…

    ", + "content": "Le folklore continue.
    \n
    \nLe chapitre des incidents qui ont émaillé le 21 novembre la rencontre opposant l'Olympique lyonnais et l'Olympique de Marseille est loin d'être terminé. Si, en…

    ", "category": "", - "link": "https://www.sofoot.com/jordan-lefort-aide-chaque-mois-deux-etudiants-en-precarite-508007.html", + "link": "https://www.sofoot.com/affaire-ol-om-l-om-aurait-decide-de-faire-appel-de-la-decision-de-la-commission-de-discipline-508304.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jordan-lefort-aide-chaque-mois-deux-etudiants-en-precarite-1638957421_x600_articles-508007.jpg", + "pubDate": "2021-12-14T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-affaire-ol-om-l-om-aurait-decide-de-faire-appel-de-la-decision-de-la-commission-de-discipline-1639500688_x600_articles-508304.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84891,19 +86427,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7123a5a96ce84da1b56662c098292286" + "hash": "37046000c958d2870b3bf9ed5a16636e" }, { - "title": "Pronostic OM Lokomotiv Moscou : Analyse, cotes et prono du match de Ligue Europa", - "description": "

    L'OM sort sur une bonne note face au Lokomotiv Moscou

    \n
    \nTroisième de sa poule d'Europa League, Marseille ne joue plus rien mais pourrait continuer son…
    ", - "content": "

    L'OM sort sur une bonne note face au Lokomotiv Moscou

    \n
    \nTroisième de sa poule d'Europa League, Marseille ne joue plus rien mais pourrait continuer son…
    ", + "title": "Des parlementaires souhaitent un lot de droits TV en clair pour la Ligue 1", + "description": "La Ligue 1 sur Gulli, c'est pour bientôt ?
    \n
    \nDepuis le scandale Mediapro qui a secoué le football…

    ", + "content": "La Ligue 1 sur Gulli, c'est pour bientôt ?
    \n
    \nDepuis le scandale Mediapro qui a secoué le football…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-om-lokomotiv-moscou-analyse-cotes-et-prono-du-match-de-ligue-europa-508005.html", + "link": "https://www.sofoot.com/des-parlementaires-souhaitent-un-lot-de-droits-tv-en-clair-pour-la-ligue-1-508305.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T08:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-om-lokomotiv-moscou-analyse-cotes-et-prono-du-match-de-ligue-europa-1638955289_x600_articles-508005.jpg", + "pubDate": "2021-12-14T16:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-des-parlementaires-souhaitent-un-lot-de-droits-tv-en-clair-pour-la-ligue-1-1639500437_x600_articles-508305.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84911,19 +86448,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "81b44de1ef0f8cc521d43f0185654584" + "hash": "671bb815df57cf3f9ce80be47941cde8" }, { - "title": "L'OM laissé à l'écart de la commission de discipline concernant les incidents du Parc OL", - "description": "\"Alors ? On vient plus aux commissions ?\"
    \n
    \nAucun représentant marseillais ne sera présent à Paris pour la commission de discipline qui doit se réunir ce mercredi pour décider des…

    ", - "content": "\"Alors ? On vient plus aux commissions ?\"
    \n
    \nAucun représentant marseillais ne sera présent à Paris pour la commission de discipline qui doit se réunir ce mercredi pour décider des…

    ", + "title": "Les supporters lillois lancent une pétition pour une nouvelle pelouse", + "description": "#UnbillardpourlestadePierreMauroy
    \n
    \nIls sont déjà 3470 à avoir signé la pétition pour changer la pelouse de l'enceinte du LOSC. Lors de
    ", + "content": "#UnbillardpourlestadePierreMauroy
    \n
    \nIls sont déjà 3470 à avoir signé la pétition pour changer la pelouse de l'enceinte du LOSC. Lors de
    ", "category": "", - "link": "https://www.sofoot.com/l-om-laisse-a-l-ecart-de-la-commission-de-discipline-concernant-les-incidents-du-parc-ol-508002.html", + "link": "https://www.sofoot.com/les-supporters-lillois-lancent-une-petition-pour-une-nouvelle-pelouse-508301.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T08:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-om-laisse-a-l-ecart-de-la-commission-de-discipline-concernant-les-incidents-du-parc-ol-1638953342_x600_articles-508002.jpg", + "pubDate": "2021-12-14T16:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-supporters-lillois-lancent-une-petition-pour-une-nouvelle-pelouse-1639499200_x600_articles-508301.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84931,19 +86469,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d9a67cbd04d81360bf7edfce8f18cd8" + "hash": "98c8804623c4065d0b6cb10a17221474" }, { - "title": "Juninho pourrait quitter Lyon dès janvier", - "description": "Juninho ne devrait pas passer l'hiver du côté de l'Olympique lyonnais.
    \n
    \nAprès ses déclarations…

    ", - "content": "Juninho ne devrait pas passer l'hiver du côté de l'Olympique lyonnais.
    \n
    \nAprès ses déclarations…

    ", + "title": "Mikel Arteta : \"Aubameyang est un peu meurtri\"", + "description": "PEA en PLS.
    \n
    \nUn peu plus tôt ce mardi, Arsenal publiait un communiqué dans lequel on…

    ", + "content": "PEA en PLS.
    \n
    \nUn peu plus tôt ce mardi, Arsenal publiait un communiqué dans lequel on…

    ", "category": "", - "link": "https://www.sofoot.com/juninho-pourrait-quitter-lyon-des-janvier-508001.html", + "link": "https://www.sofoot.com/mikel-arteta-aubameyang-est-un-peu-meurtri-508300.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T08:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-juninho-pourrait-quitter-lyon-des-janvier-1638951853_x600_articles-508001.jpg", + "pubDate": "2021-12-14T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mikel-arteta-aubameyang-est-un-peu-meurtri-1639497301_x600_articles-508300.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84951,19 +86490,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "103997aa37f327725a1c0d2f6eba23f5" + "hash": "28ccc5c8406616d5116c117fea69c3cc" }, { - "title": "L'UNFP affirme que 89% des joueurs de Ligue 2 sont contre un championnat à 18", - "description": "Un résultat sans appel.
    \n
    \nL'UNFP a sondé les joueurs de Ligue 2 au moment de mettre sur la table la proposition de passer le championnat à dix-huit clubs, contre vingt actuellement. Une…

    ", - "content": "Un résultat sans appel.
    \n
    \nL'UNFP a sondé les joueurs de Ligue 2 au moment de mettre sur la table la proposition de passer le championnat à dix-huit clubs, contre vingt actuellement. Une…

    ", + "title": "Un ancien formateur du Barça accusé de violences sexuelles", + "description": "Les langues se délient.
    \n
    \nLa Catalogne est sous le choc après les révélations du quotidien catalan Ara. En effet, selon l'enquête publiée par le journal vendredi, des anciens…

    ", + "content": "Les langues se délient.
    \n
    \nLa Catalogne est sous le choc après les révélations du quotidien catalan Ara. En effet, selon l'enquête publiée par le journal vendredi, des anciens…

    ", "category": "", - "link": "https://www.sofoot.com/l-unfp-affirme-que-89-des-joueurs-de-ligue-2-sont-contre-un-championnat-a-18-507984.html", + "link": "https://www.sofoot.com/un-ancien-formateur-du-barca-accuse-de-violences-sexuelles-508299.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T08:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-unfp-affirme-que-89-des-joueurs-de-ligue-2-sont-contre-un-championnat-a-18-1638900546_x600_articles-507984.jpg", + "pubDate": "2021-12-14T15:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-ancien-formateur-du-barca-accuse-de-violences-sexuelles-1639495548_x600_articles-508299.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84971,19 +86511,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "71e106e6eb889e393f5b2ba4f1ab5ce5" + "hash": "a0e6594650df5ca5619a6e2921a67edb" }, { - "title": "Pronostic Wolfsbourg Lille : Analyse, cotes et prono du match de Ligue des Champions", - "description": "Pour parier sur le match décisif de Lille en Ligue des Champions, ZEbet vous offre 10€ sans sortir d'argent

    10€ gratuits pour parier sur ce Wolfsbourg - Lille !

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", - "content": "

    10€ gratuits pour parier sur ce Wolfsbourg - Lille !

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", + "title": "Gary Marigard, J-5 avant d'affronter le PSG : \"22h, au dodo !\"", + "description": "La loterie de la Coupe de France réserve toujours quelques matchs en apparence déséquilibrés : à l'occasion des 32es de finale, c'est Feignies-Aulnoye qui a tiré le gros lot, puisque l'écurie des alentours de Maubeuge est tombée sur le PSG. Pour comprendre comment un footballeur amateur se prépare à une telle échéance, le latéral droit du club du Nord Gary Marigard nous raconte son quotidien, jour par jour, jusqu'au match fatidique. Ce mardi, il revient sur son début de semaine, à base de formation, de balle en mousse et de série Amazon.Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", + "content": "Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", "category": "", - "link": "https://www.sofoot.com/pronostic-wolfsbourg-lille-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507950.html", + "link": "https://www.sofoot.com/gary-marigard-j-5-avant-d-affronter-le-psg-22h-au-dodo-508289.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T08:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-wolfsbourg-lille-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638867091_x600_articles-507950.jpg", + "pubDate": "2021-12-14T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gary-marigard-j-5-avant-d-affronter-le-psg-22h-au-dodo-1639485079_x600_articles-alt-508289.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -84991,19 +86532,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf2c27aa133f7158e0a0add31f404379" + "hash": "54ce3deca2dd56deabcf6f61a8c977d7" }, { - "title": "EXCLU : 150€ offerts au lieu de 100€ chez Betclic pour parier sur la C1 !", - "description": "Cette semaine seulement, Betclic vous offre votre 1er pari remboursé de 150€ au lieu de 100€ habituellement. Une EXCLU réservée à quelques médias seulement

    150€ en EXCLU chez Betclic au lieu de 100€

    \n
    \nJusqu'à dimanche 12 décembre seulement,
    ", - "content": "

    150€ en EXCLU chez Betclic au lieu de 100€

    \n
    \nJusqu'à dimanche 12 décembre seulement,

    ", + "title": "Grenoble limoge son entraîneur", + "description": "Pochettino ne sera pas le premier Mauriz(z)io viré de la saison.
    \n
    \nSèchement défait à Amiens (4-1), Grenoble a licencié son entraîneur Maurizio Jacobacci, arrivé cet été sur le…

    ", + "content": "Pochettino ne sera pas le premier Mauriz(z)io viré de la saison.
    \n
    \nSèchement défait à Amiens (4-1), Grenoble a licencié son entraîneur Maurizio Jacobacci, arrivé cet été sur le…

    ", "category": "", - "link": "https://www.sofoot.com/exclu-150e-offerts-au-lieu-de-100e-chez-betclic-pour-parier-sur-la-c1-507909.html", + "link": "https://www.sofoot.com/grenoble-limoge-son-entraineur-508297.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T09:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-exclu-150e-offerts-au-lieu-de-100e-chez-betclic-pour-parier-sur-la-c1-1638779659_x600_articles-507909.jpg", + "pubDate": "2021-12-14T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-grenoble-limoge-son-entraineur-1639493171_x600_articles-508297.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85011,19 +86553,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c892b28694ceeb2e27c3030689cfa21d" + "hash": "1776efc81882657963f130c2d62a6337" }, { - "title": "PSG, on se dit rendez-vous en février", - "description": "Le PSG avait donc décidé de réserver le meilleur pour la fin dans cette phase de poules de Ligue des champions. Malgré un duel sans enjeu, les Parisiens ont livré leur meilleure partition européenne de l'automne face au Club Bruges, ce mardi (4-1). Pas de quoi faire oublier un bilan globalement mitigé pour les soldats de Mauricio Pochettino.Ça y est, c'est fini. S'il n'avait rien à en espérer sur le plan comptable (la deuxième place était certaine après la défaite à City), le PSG a achevé sa phase de poules de Ligue des…", - "content": "Ça y est, c'est fini. S'il n'avait rien à en espérer sur le plan comptable (la deuxième place était certaine après la défaite à City), le PSG a achevé sa phase de poules de Ligue des…", + "title": "Une liesse collective coûte la vie d'une enfant lors de la victoire du Yémen", + "description": "Quand le peu de joie tourne au drame.
    \n
    \nFace à l'Arabie saoudite, les jeunes U15 du Yémen ont remporté un succès inespéré dans un championnat régional d'Asie de l'Ouest. Un succès…

    ", + "content": "Quand le peu de joie tourne au drame.
    \n
    \nFace à l'Arabie saoudite, les jeunes U15 du Yémen ont remporté un succès inespéré dans un championnat régional d'Asie de l'Ouest. Un succès…

    ", "category": "", - "link": "https://www.sofoot.com/psg-on-se-dit-rendez-vous-en-fevrier-507997.html", + "link": "https://www.sofoot.com/une-liesse-collective-coute-la-vie-d-une-enfant-lors-de-la-victoire-du-yemen-508294.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-psg-on-se-dit-rendez-vous-en-fevrier-1638909788_x600_articles-alt-507997.jpg", + "pubDate": "2021-12-14T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-liesse-collective-coute-la-vie-d-une-enfant-lors-de-la-victoire-du-yemen-1639492241_x600_articles-508294.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85031,19 +86574,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f80639f3550b29c2b1dd399f3337da90" + "hash": "0593faba19d5398438cb20536a817f22" }, { - "title": "Lille doit valider sa qualification pour les huitièmes de C1 à Wolfsburg", - "description": "À Wolfsburg sur les coups de 21h, c'est en leader que le LOSC se présentera au cœur de la Volkswagen-Arena pour y disputer son ultime rencontre de la phase de poules de C1. Avec une seule ambition : composter définitivement son ticket pour les huitièmes de finale de la Ligue des champions. En leader, si possible.
    \t\t\t\t\tCapitaine déchu.
    \n
    \nÉcarté du groupe le week-end dernier lors du
    succès d'Arsenal…

    ", + "content": "Capitaine déchu.
    \n
    \nÉcarté du groupe le week-end dernier lors du succès d'Arsenal…

    ", "category": "", - "link": "https://www.sofoot.com/lille-doit-valider-sa-qualification-pour-les-huitiemes-de-c1-a-wolfsburg-507989.html", + "link": "https://www.sofoot.com/pierre-emerick-aubameyang-destitue-de-son-brassard-de-capitaine-d-arsenal-508293.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lille-doit-valider-sa-qualification-pour-les-huitiemes-de-c1-a-wolfsburg-1638901487_x600_articles-alt-507989.jpg", + "pubDate": "2021-12-14T14:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pierre-emerick-aubameyang-destitue-de-son-brassard-de-capitaine-d-arsenal-1639491030_x600_articles-508293.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85051,19 +86595,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0192c554653d2ea8cded60c9cf5e2f52" + "hash": "18139cd5342f9e5e102472405c072e8e" }, { - "title": "Griezmann, le chevalier blanc de l'Atlético", - "description": "Auteur d'un but et d'une passe décisive face au FC Porto, permettant ainsi à son équipe de prendre le chemin des huitièmes de finale de la Ligue des champions, Antoine Griezmann a encore rayonné ce mardi soir et prouvé une nouvelle fois son importance au sein de l'Atlético de Madrid de Diego Simeone.C'est bien connu, pour battre un dragon - ici portugais - et délivrer la princesse en haut de sa tour, il faut un preux chevalier. Et dans l'aventure des Colchoneros en Ligue des…", - "content": "C'est bien connu, pour battre un dragon - ici portugais - et délivrer la princesse en haut de sa tour, il faut un preux chevalier. Et dans l'aventure des Colchoneros en Ligue des…", + "title": "Pronostic Augsbourg Leipzig : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Des buts entre Augsbourg et Leipzig

    \n
    \n16e de Bundesliga, Augsbourg va sans doute encore jouer le maintien jusqu'à la fin de la saison.…
    ", + "content": "

    Des buts entre Augsbourg et Leipzig

    \n
    \n16e de Bundesliga, Augsbourg va sans doute encore jouer le maintien jusqu'à la fin de la saison.…
    ", "category": "", - "link": "https://www.sofoot.com/griezmann-le-chevalier-blanc-de-l-atletico-508000.html", + "link": "https://www.sofoot.com/pronostic-augsbourg-leipzig-analyse-cotes-et-prono-du-match-de-bundesliga-508295.html", "creator": "SO FOOT", - "pubDate": "2021-12-08T00:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-griezmann-le-chevalier-blanc-de-l-atletico-1638921743_x600_articles-alt-508000.jpg", + "pubDate": "2021-12-14T13:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-augsbourg-leipzig-analyse-cotes-et-prono-du-match-de-bundesliga-1639491796_x600_articles-508295.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85071,19 +86616,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6d50f6efe0966dc2ca5482f747a8575" + "hash": "0db3e0bf863751a17ff5b659c7732b9c" }, { - "title": "Oui, cet Ajax, c'est du sérieux", - "description": "Alors que les champions des Pays-Bas ont écrasé leur groupe en Ligue des champions, ils ont montré des similitudes avec le parcours réalisé en 2019, ponctué par une demi-finale de C1. Pourtant quelques points diffèrent par rapport à la génération De Ligt et De Jong.Erik ten Hag ne laisse rien au hasard. Même si son équipe est assurée de terminer première de son groupe, le technicien néerlandais décide quand même de conserver son équipe type, à…", - "content": "Erik ten Hag ne laisse rien au hasard. Même si son équipe est assurée de terminer première de son groupe, le technicien néerlandais décide quand même de conserver son équipe type, à…", + "title": "Un documentaire sur Neymar sortira fin janvier sur Netflix", + "description": "L'âme du comédien qui ressort ?
    \n
    \nAprès avoir déjà sorti de nombreux documentaires sur des personnalités du football - Antoine Griezmann, Nicolas Anelka, Pelé, entre autres -…

    ", + "content": "L'âme du comédien qui ressort ?
    \n
    \nAprès avoir déjà sorti de nombreux documentaires sur des personnalités du football - Antoine Griezmann, Nicolas Anelka, Pelé, entre autres -…

    ", "category": "", - "link": "https://www.sofoot.com/oui-cet-ajax-c-est-du-serieux-507999.html", + "link": "https://www.sofoot.com/un-documentaire-sur-neymar-sortira-fin-janvier-sur-netflix-508296.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T23:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-oui-cet-ajax-c-est-du-serieux-1638918676_x600_articles-alt-507999.jpg", + "pubDate": "2021-12-14T13:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-documentaire-sur-neymar-sortira-fin-janvier-sur-netflix-1639490792_x600_articles-508296.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85091,19 +86637,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64e7657810cd5978aedd9f6f68af3fa7" + "hash": "fbf9a3c28f07946f85c27bc20dc38e77" }, { - "title": "Les notes de l'épisode 14 de Koh-Lanta La Légende", - "description": "C'était LE moment clutch de la saison : l'orientation. Et comme dans tous les moments clutchs de la saison, c'est Ugo qui donne une leçon.

    Les finalistes

    \n
    \n
    \n
    \nAligné la semaine passée…


    ", - "content": "

    Les finalistes

    \n
    \n
    \n
    \nAligné la semaine passée…


    ", + "title": "Lionel Messi : El último baile", + "description": "Le tirage au sort des huitièmes de finale de la Ligue des champions a livré son verdict : le PSG affrontera le Real Madrid. Une confrontation aux enjeux sportifs multiples, qui verra Lionel Messi jouer ce qui pourrait être sa dernière carte sur la table d'une saison peu reluisante.Il aura fallu attendre sept mois. Un peu moins d'un an donc pour enfin voir Lionel Messi retrouver l'Espagne. Et même s'il ne s'agit pas du FC Barcelone, c'est un adversaire tout aussi…", + "content": "Il aura fallu attendre sept mois. Un peu moins d'un an donc pour enfin voir Lionel Messi retrouver l'Espagne. Et même s'il ne s'agit pas du FC Barcelone, c'est un adversaire tout aussi…", "category": "", - "link": "https://www.sofoot.com/les-notes-de-l-episode-14-de-koh-lanta-la-legende-507975.html", + "link": "https://www.sofoot.com/lionel-messi-el-ultimo-baile-508255.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T22:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-l-episode-14-de-koh-lanta-la-legende-1638915490_x600_articles-alt-507975.jpg", + "pubDate": "2021-12-14T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lionel-messi-el-ultimo-baile-1639418634_x600_articles-alt-508255.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85111,19 +86658,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "73e0af9e4f0d42892cb93f8c08847488" + "hash": "8ecc4594a5f9ec1c9d75f82bbe12f0cf" }, { - "title": "L'Atlético prend la route des huitièmes", - "description": "Le choloïsme est increvable. Et Porto l'a appris à ses dépens.

    ", - "content": "

    ", + "title": "Accord entre CVC et LaLiga : à quoi joue le foot espagnol ?", + "description": "Vendredi dernier, l'assemblée générale extraordinaire de LaLiga, composée des 42 clubs de première et deuxième divisions espagnoles, a ratifié l'introduction d'un nouvel acteur financier dans son capital. Le groupe CVC Capital Partners, un fonds d'investissement luxembourgeois, va injecter près de 2 milliards d'euros. Considéré par le groupe LaLiga et la plupart des clubs comme une aubaine financière, ce projet est pourtant largement critiqué, puisque la Fédération espagnole, le Real Madrid et le FC Barcelone s'y sont opposés.La messe était presque dite. Depuis le mois d'août se ficelait un accord entre LaLiga et CVC Capital Partners, qui souhaitait racheter 10% du capital de l'organisateur du championnat espagnol.…", + "content": "La messe était presque dite. Depuis le mois d'août se ficelait un accord entre LaLiga et CVC Capital Partners, qui souhaitait racheter 10% du capital de l'organisateur du championnat espagnol.…", "category": "", - "link": "https://www.sofoot.com/l-atletico-prend-la-route-des-huitiemes-507992.html", + "link": "https://www.sofoot.com/accord-entre-cvc-et-laliga-a-quoi-joue-le-foot-espagnol-508241.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T22:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atletico-prend-la-route-des-huitiemes-1638916184_x600_articles-alt-507992.jpg", + "pubDate": "2021-12-14T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-accord-entre-cvc-et-laliga-a-quoi-joue-le-foot-espagnol-1639475512_x600_articles-alt-508241.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85131,19 +86679,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "87504188ff8c0b6473e9f2ac11d14b58" + "hash": "282eecc07dbe2336593ebcde75dd6591" }, { - "title": "Le Real Madrid assure la première place, le Sheriff tient le Shakhtar en échec", - "description": "Sans exploit de Sébastien Thill, cette fois-ci.

    ", - "content": "

    ", + "title": "Pronostic Borussia Mönchengladbach Eintracht Francfort : Analyse, cotes et prono du match de Bundesliga", + "description": "

    L'Eintracht Francfort tient tête à Manchester United

    \n
    \n1/8e de finaliste de Ligue des Champions la saison passée, Mönchengladbach traverse une…
    ", + "content": "

    L'Eintracht Francfort tient tête à Manchester United

    \n
    \n1/8e de finaliste de Ligue des Champions la saison passée, Mönchengladbach traverse une…
    ", "category": "", - "link": "https://www.sofoot.com/le-real-madrid-assure-la-premiere-place-le-sheriff-tient-le-shakhtar-en-echec-507995.html", + "link": "https://www.sofoot.com/pronostic-borussia-monchengladbach-eintracht-francfort-analyse-cotes-et-prono-du-match-de-bundesliga-508261.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T22:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-assure-la-premiere-place-le-sheriff-tient-le-shakhtar-en-echec-1638915160_x600_articles-507995.jpg", + "pubDate": "2021-12-14T12:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-borussia-monchengladbach-eintracht-francfort-analyse-cotes-et-prono-du-match-de-bundesliga-1639489801_x600_articles-508261.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85151,19 +86700,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b11a8188e2fe53afa6ead702909ffced" + "hash": "370c00380571f6da7e35e3ec019baeb4" }, { - "title": "Liverpool brise le rêve du Milan", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Arsenal West Ham : Analyse, cotes et prono du match de Premier League", + "description": "

    Arsenal dépasse West Ham

    \n
    \nDepuis le départ d'Arsène Wenger, Arsenal a lentement régressé. En effet, candidat habituel au Top 4 sous les ordres du…
    ", + "content": "

    Arsenal dépasse West Ham

    \n
    \nDepuis le départ d'Arsène Wenger, Arsenal a lentement régressé. En effet, candidat habituel au Top 4 sous les ordres du…
    ", "category": "", - "link": "https://www.sofoot.com/liverpool-brise-le-reve-du-milan-507982.html", + "link": "https://www.sofoot.com/pronostic-arsenal-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-508291.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T22:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-brise-le-reve-du-milan-1638914883_x600_articles-507982.jpg", + "pubDate": "2021-12-14T12:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-arsenal-west-ham-analyse-cotes-et-prono-du-match-de-premier-league-1639487871_x600_articles-508291.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85171,19 +86721,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc081e3de073c8a9be86fc356466e7d9" + "hash": "0adce165bf064154ec7f97aeddc5312b" }, { - "title": "Carton plein pour l'Ajax, Dortmund termine sur une très bonne note", - "description": "

    ", - "content": "

    ", + "title": "La FIGC classe l'affaire sur l'enquête de l'examen d'italien de Suárez", + "description": "Ratus et bouche cousue.
    \n
    \nPour l'obtention d'un passeport italien, indispensable au moment de rejoindre la Juventus, Luis Suárez a vu son examen invalidé pour cause de fraude. Mais un…

    ", + "content": "Ratus et bouche cousue.
    \n
    \nPour l'obtention d'un passeport italien, indispensable au moment de rejoindre la Juventus, Luis Suárez a vu son examen invalidé pour cause de fraude. Mais un…

    ", "category": "", - "link": "https://www.sofoot.com/carton-plein-pour-l-ajax-dortmund-termine-sur-une-tres-bonne-note-507978.html", + "link": "https://www.sofoot.com/la-figc-classe-l-affaire-sur-l-enquete-de-l-examen-d-italien-de-suarez-508288.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-carton-plein-pour-l-ajax-dortmund-termine-sur-une-tres-bonne-note-1638912477_x600_articles-507978.jpg", + "pubDate": "2021-12-14T12:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-figc-classe-l-affaire-sur-l-enquete-de-l-examen-d-italien-de-suarez-1639485976_x600_articles-508288.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85191,19 +86742,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "92ee09a59b30ef5830e2c9fd74562f2a" + "hash": "80d78faedbf70d9cfbad37f2b148f614" }, { - "title": "Kylian Mbappé, the last dance", - "description": "Auteur de deux buts et d'une passe décisive lors de la large victoire du PSG contre Bruges en Ligue des champions (4-1), Kylian Mbappé a retrouvé l'amour du public présent au Parc des Princes. Logique vu le niveau de l'international français depuis le début de saison et son implication malgré son départ quasi acté à la fin de la saison.Il peut se passer beaucoup de choses en trois mois. Jul a le temps de composer un album de 22 morceaux. Numérobis peut construire un palais à Cléopâtre avec l'aide d'Astérix et Obélix. Et…", - "content": "Il peut se passer beaucoup de choses en trois mois. Jul a le temps de composer un album de 22 morceaux. Numérobis peut construire un palais à Cléopâtre avec l'aide d'Astérix et Obélix. Et…", + "title": "Agüero va donner une conférence de presse pour \"une déclaration sur son futur\"", + "description": "Ça sent pas bon, cette histoire.
    \n
    \nLe 30 octobre dernier, Sergio Agüero quittait prématurément ses coéquipiers lors d'une
    ", + "content": "Ça sent pas bon, cette histoire.
    \n
    \nLe 30 octobre dernier, Sergio Agüero quittait prématurément ses coéquipiers lors d'une
    ", "category": "", - "link": "https://www.sofoot.com/kylian-mbappe-the-last-dance-507996.html", + "link": "https://www.sofoot.com/aguero-va-donner-une-conference-de-presse-pour-une-declaration-sur-son-futur-508287.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T20:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-the-last-dance-1638909605_x600_articles-alt-507996.jpg", + "pubDate": "2021-12-14T12:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aguero-va-donner-une-conference-de-presse-pour-une-declaration-sur-son-futur-1639482304_x600_articles-508287.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85211,19 +86763,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "98cbf7eae5625ec541117d8053c7254f" + "hash": "63394b9066e2d83c64ef2fe9f83ae488" }, { - "title": "Paris se réveille et dévore Bruges", - "description": "Brillants en première période, portés par un Mbappé en ébullition qui a inscrit un doublé - comme Messi -, les Parisiens ont éclaté Bruges pour leur dernier match de poules anecdotique en Ligue des champions. S'ils n'en récupèrent pas la première place du groupe A pour autant, et ce malgré le faux pas de City à Lepzig, les joueurs de Pochettino ont au moins pu rappeler à leurs supporters, et accessoirement se rappeler à eux-mêmes, qu'ils savaient aussi jouer au football. Et qu'ils le faisaient plutôt bien, en plus de ça.

    ", - "content": "

    ", + "title": "Les droits télé de la Liga vendus pour près de 5 milliards d'euros", + "description": "Si ça peut donner des idées aux dirigeants français...
    \n
    \nÀ l'approche du mercato hivernal, les clubs espagnols peuvent souffler un bon coup. La Liga a vendu, ce lundi, les droits…

    ", + "content": "Si ça peut donner des idées aux dirigeants français...
    \n
    \nÀ l'approche du mercato hivernal, les clubs espagnols peuvent souffler un bon coup. La Liga a vendu, ce lundi, les droits…

    ", "category": "", - "link": "https://www.sofoot.com/paris-se-reveille-et-devore-bruges-507988.html", + "link": "https://www.sofoot.com/les-droits-tele-de-la-liga-vendus-pour-pres-de-5-milliards-d-euros-508285.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T20:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paris-se-reveille-et-devore-bruges-1638905394_x600_articles-alt-507988.jpg", + "pubDate": "2021-12-14T11:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-droits-tele-de-la-liga-vendus-pour-pres-de-5-milliards-d-euros-1639480133_x600_articles-508285.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85231,19 +86784,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a08a663d8897a022592303bf40cf2930" + "hash": "34cac731698c60a3f9f61d6028a9b427" }, { - "title": "En direct : Koh-Lanta, la légende épisode 14", - "description": "D'accord, ce mardi soir, avec la Ligue des champions au menu, il y a des choses bien plus alléchantes que Koh-Lanta. A priori. Car les vrais le savent : Denis Brogniart vaut bien un Carlo Ancelotti, le Roi Claudus vaut bien un Karim Benzema et une épreuve d'orientation vaut bien un choc de Ligue des Champions. Et pour toutes ces raisons-là, vous auriez raison d'oublier le foot pour vous caler posément devant Koh-Lanta. C'est parti.23h03 : Allez c'est reparti, amis Ciccos, amis Koh-Lantix, retenez votre souffle !
    \n
    \n22h59 : A votre avis, c'est qui la plus grosse communauté de So Foot ? Les Ciccolini ou…

    ", - "content": "23h03 : Allez c'est reparti, amis Ciccos, amis Koh-Lantix, retenez votre souffle !
    \n
    \n22h59 : A votre avis, c'est qui la plus grosse communauté de So Foot ? Les Ciccolini ou…

    ", + "title": "Un club de R2 dépose une réserve contre l'arbitre pour \"copinage\"", + "description": "Les bons coups de sifflet font les bons amis.
    \n
    \nÀ tous les niveaux, les clubs trouvent souvent quelque chose à redire contre l'arbitre. Mais rarement que l'arbitre était trop sympa.…

    ", + "content": "Les bons coups de sifflet font les bons amis.
    \n
    \nÀ tous les niveaux, les clubs trouvent souvent quelque chose à redire contre l'arbitre. Mais rarement que l'arbitre était trop sympa.…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-koh-lanta-la-legende-episode-14-507987.html", + "link": "https://www.sofoot.com/un-club-de-r2-depose-une-reserve-contre-l-arbitre-pour-copinage-508286.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T20:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-koh-lanta-la-legende-episode-14-1638898512_x600_articles-alt-507987.jpg", + "pubDate": "2021-12-14T11:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-club-de-r2-depose-une-reserve-contre-l-arbitre-pour-copinage-1639480431_x600_articles-508286.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85251,19 +86805,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cb11ede7c48c5e423dc11b008edf36f" + "hash": "8a1f9baa27c41e0baddc421630bef566" }, { - "title": "Diallo : \"J'avais faim de ballon\"", - "description": "L'appétit vient en mangeant.
    \n
    \nTitulaire dans l'axe gauche de la défense parisienne ce mardi soir face à…

    ", - "content": "L'appétit vient en mangeant.
    \n
    \nTitulaire dans l'axe gauche de la défense parisienne ce mardi soir face à…

    ", + "title": "Joshua Kimmich va enfin se faire vacciner contre la Covid-19", + "description": "Sage décision.
    \n
    \nSous le feu des critiques outre-Rhin pour
    ", + "content": "Sage décision.
    \n
    \nSous le feu des critiques outre-Rhin pour
    ", "category": "", - "link": "https://www.sofoot.com/diallo-j-avais-faim-de-ballon-507994.html", + "link": "https://www.sofoot.com/joshua-kimmich-va-enfin-se-faire-vacciner-contre-la-covid-19-508282.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T19:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-diallo-j-avais-faim-de-ballon-1638907728_x600_articles-507994.jpg", + "pubDate": "2021-12-14T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-joshua-kimmich-va-enfin-se-faire-vacciner-contre-la-covid-19-1639479262_x600_articles-508282.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85271,19 +86826,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4eafd70a6c7e25556e1bec77fa199102" + "hash": "4fa2e3afc84259b249ef5934e7c6e45c" }, { - "title": "Les notes de Paris face à Bruges", - "description": "Peut-être la première fois que l'on peut écrire que Lionel Messi et Kylian Mbappé ont porté le PSG.

    ", - "content": "

    ", + "title": "Alex Morgan rejoint la nouvelle franchise de San Diego", + "description": "Retour au bercail, mais dans une toute nouvelle maison.
    \n
    \nLa championne olympique 2012 et double championne du monde en titre (2015 et 2019) ne rempilera pas du côté de l'Orlando Pride…

    ", + "content": "Retour au bercail, mais dans une toute nouvelle maison.
    \n
    \nLa championne olympique 2012 et double championne du monde en titre (2015 et 2019) ne rempilera pas du côté de l'Orlando Pride…

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-paris-face-a-bruges-507991.html", + "link": "https://www.sofoot.com/alex-morgan-rejoint-la-nouvelle-franchise-de-san-diego-508281.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-paris-face-a-bruges-1638907228_x600_articles-507991.jpg", + "pubDate": "2021-12-14T10:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-alex-morgan-rejoint-la-nouvelle-franchise-de-san-diego-1639476344_x600_articles-508281.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85291,19 +86847,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb76ce72e598166bd570d5f66cdb8517" + "hash": "b0b3456c2875f30ea5e4be2e4ff8b623" }, { - "title": "En direct : AC Milan - Liverpool", - "description": "95' : TERMINE ICI A SAN SIRO ! Milan s'incline et dit au revoir à l'Europe cette saison. ...", - "content": "95' : TERMINE ICI A SAN SIRO ! Milan s'incline et dit au revoir à l'Europe cette saison. ...", + "title": "Pronostic Crystal Palace Southampton : Analyse, cotes et prono du match de Premier League", + "description": "

    Crystal Palace enchaîne face à Southampton

    \n
    \nAprès avoir enregistré trois défaites consécutives face à Aston Villa (1-2), Leeds (1-0) et Manchester…
    ", + "content": "

    Crystal Palace enchaîne face à Southampton

    \n
    \nAprès avoir enregistré trois défaites consécutives face à Aston Villa (1-2), Leeds (1-0) et Manchester…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-ac-milan-liverpool-507990.html", + "link": "https://www.sofoot.com/pronostic-crystal-palace-southampton-analyse-cotes-et-prono-du-match-de-premier-league-508284.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-ac-milan-liverpool-1638902174_x600_articles-507990.jpg", + "pubDate": "2021-12-14T10:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-crystal-palace-southampton-analyse-cotes-et-prono-du-match-de-premier-league-1639479068_x600_articles-508284.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85311,19 +86868,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5686776da6e76c6cc30c439b5d4c8186" + "hash": "5661f2714d947128ff8bb68faf311d7f" }, { - "title": "En direct : Real Madrid - Inter Milan", - "description": "90' : FIN DU GAME ! LE REAL TERMINE PREMIER !
    \n
    \nTrop fort pour l'Inter, trop solide, et avec deux ...", - "content": "90' : FIN DU GAME ! LE REAL TERMINE PREMIER !
    \n
    \nTrop fort pour l'Inter, trop solide, et avec deux ...", + "title": "Pronostic Brighton Wolverhampton : Analyse, cotes et prono du match de Premier League", + "description": "

    Un Brighton – Wolverhampton cadenassé

    \n
    \nHabitué à devoir lutter pour son maintien, Brighton a très bien démarré ce nouvel exercice. En effet, les…
    ", + "content": "

    Un Brighton – Wolverhampton cadenassé

    \n
    \nHabitué à devoir lutter pour son maintien, Brighton a très bien démarré ce nouvel exercice. En effet, les…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-real-madrid-inter-milan-507969.html", + "link": "https://www.sofoot.com/pronostic-brighton-wolverhampton-analyse-cotes-et-prono-du-match-de-premier-league-508283.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-real-madrid-inter-milan-1638912053_x600_articles-alt-507969.jpg", + "pubDate": "2021-12-14T10:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brighton-wolverhampton-analyse-cotes-et-prono-du-match-de-premier-league-1639477888_x600_articles-508283.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85331,19 +86889,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "553f0f1ce92f0ff96037bb88d2ce6dba" + "hash": "aac9a5339352649f84a99348ea3553b1" }, { - "title": "Leipzig fait tomber Manchester City et file en C3", - "description": "

    ", - "content": "

    ", + "title": "Lionel Mpasi victime d'insultes racistes lors de Toulouse-Rodez", + "description": "Fin de soirée électrique à Toulouse.
    \n
    \nAlors que le Téfécé vient de perdre son fauteuil…

    ", + "content": "Fin de soirée électrique à Toulouse.
    \n
    \nAlors que le Téfécé vient de perdre son fauteuil…

    ", "category": "", - "link": "https://www.sofoot.com/leipzig-fait-tomber-manchester-city-et-file-en-c3-507967.html", + "link": "https://www.sofoot.com/lionel-mpasi-victime-d-insultes-racistes-lors-de-toulouse-rodez-508270.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leipzig-fait-tomber-manchester-city-et-file-en-c3-1638906139_x600_articles-507967.jpg", + "pubDate": "2021-12-14T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lionel-mpasi-victime-d-insultes-racistes-lors-de-toulouse-rodez-1639476063_x600_articles-508270.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85351,19 +86910,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "313e5253db2dd37dd26ea7a824561acc" + "hash": "109a770c74a323ec2ff4fc1e6a3cdffe" }, { - "title": "Mbappé : \"C'était beaucoup mieux, mais on peut encore s'améliorer\" ", - "description": "Perfectionniste.
    \n
    \nBrillant ce mardi soir face à Bruges en Ligue des champions (4-1), Kylian Mbappé a…

    ", - "content": "Perfectionniste.
    \n
    \nBrillant ce mardi soir face à Bruges en Ligue des champions (4-1), Kylian Mbappé a…

    ", + "title": "Kroos : \"Le PSG ? L'adversaire le plus dur que nous pouvions affronter\"", + "description": "Les hostilités sont lancées.
    \n
    \nAlors que Benfica aurait dû être l'adversaire du Real Madrid après un…

    ", + "content": "Les hostilités sont lancées.
    \n
    \nAlors que Benfica aurait dû être l'adversaire du Real Madrid après un…

    ", "category": "", - "link": "https://www.sofoot.com/mbappe-c-etait-beaucoup-mieux-mais-on-peut-encore-s-ameliorer-507993.html", + "link": "https://www.sofoot.com/kroos-le-psg-l-adversaire-le-plus-dur-que-nous-pouvions-affronter-508280.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T19:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mbappe-c-etait-beaucoup-mieux-mais-on-peut-encore-s-ameliorer-1638907191_x600_articles-507993.jpg", + "pubDate": "2021-12-14T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kroos-le-psg-l-adversaire-le-plus-dur-que-nous-pouvions-affronter-1639475841_x600_articles-508280.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85371,19 +86931,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0a172601fe374aa014199a094cc00b4" + "hash": "521e554058ee2dff768f012a33a95a1f" }, { - "title": "Deux supporters du SC Bastia condamnés à de la prison ferme pour maniement d'engins explosifs", - "description": "Un triste mardi pour le football français.
    \n
    \nLe 13 février 2016, Maxime Beux, un…

    ", - "content": "Un triste mardi pour le football français.
    \n
    \nLe 13 février 2016, Maxime Beux, un…

    ", + "title": "Pronostic Burnley Watford : Analyse, cotes et prono du match de Premier League", + "description": "

    Burnley solide face à Watford

    \n
    \nL'opposition entre Burnley et Watford concerne la lutte pour le maintien. En effet, les Clarets sont calés dans…
    ", + "content": "

    Burnley solide face à Watford

    \n
    \nL'opposition entre Burnley et Watford concerne la lutte pour le maintien. En effet, les Clarets sont calés dans…
    ", "category": "", - "link": "https://www.sofoot.com/deux-supporters-du-sc-bastia-condamnes-a-de-la-prison-ferme-pour-maniement-d-engins-explosifs-507983.html", + "link": "https://www.sofoot.com/pronostic-burnley-watford-analyse-cotes-et-prono-du-match-de-premier-league-508279.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T17:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-deux-supporters-du-sc-bastia-condamnes-a-de-la-prison-ferme-pour-maniement-d-engins-explosifs-1638900164_x600_articles-507983.jpg", + "pubDate": "2021-12-14T09:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-burnley-watford-analyse-cotes-et-prono-du-match-de-premier-league-1639475325_x600_articles-508279.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85391,19 +86952,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "66e7e5bbdb024c64a5bc81bd35946152" + "hash": "26f67a954bc87235fafc3b27c8f711c9" }, { - "title": "En direct : PSG - Bruges", - "description": "49' : Changement pour Paris S-G. Thilo Kehrer remplace Nuno Mendes qui a directement demandé le ...", - "content": "49' : Changement pour Paris S-G. Thilo Kehrer remplace Nuno Mendes qui a directement demandé le ...", + "title": "Valon Berisha (Reims) se filme à 200 km/h sur l'autoroute", + "description": "C'est l'histoire d'un bonhomme qui fait une grosse bêtise, qui filme sa connerie, avant de la publier sur les réseaux sociaux.
    \n
    \nEt dans ce sublime scénario digne des plus grands…

    ", + "content": "C'est l'histoire d'un bonhomme qui fait une grosse bêtise, qui filme sa connerie, avant de la publier sur les réseaux sociaux.
    \n
    \nEt dans ce sublime scénario digne des plus grands…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-psg-bruges-507986.html", + "link": "https://www.sofoot.com/valon-berisha-reims-se-filme-a-200-km-h-sur-l-autoroute-508262.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T17:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-psg-bruges-1638898337_x600_articles-507986.jpg", + "pubDate": "2021-12-14T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-valon-berisha-reims-se-filme-a-200-km-h-sur-l-autoroute-1639472097_x600_articles-508262.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85411,19 +86973,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "53c9f8b6cedd3247b85dde9e3d5f00c1" + "hash": "2bb13874fef4e0212464961c66822673" }, { - "title": "José Fonte : \"Si on joue pour faire match nul, on sera très proche de perdre\"", - "description": "À Fonte la forme.
    \n
    \nPrésent en conférence de presse ce mardi à Wolfsbourg, avant l'ultime rencontre de la phase de poules de Ligue des champions face aux Allemands prévue ce mercredi…

    ", - "content": "À Fonte la forme.
    \n
    \nPrésent en conférence de presse ce mardi à Wolfsbourg, avant l'ultime rencontre de la phase de poules de Ligue des champions face aux Allemands prévue ce mercredi…

    ", + "title": "Pronostic Bayer Leverkusen Hoffenheim : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Le Bayer Leverkusen remporte le choc face à Hoffenheim

    \n
    \nDans une Bundesliga dominée par le Bayern Munich, la lutte pour le Top 4 est intense. Parmi les…
    ", + "content": "

    Le Bayer Leverkusen remporte le choc face à Hoffenheim

    \n
    \nDans une Bundesliga dominée par le Bayern Munich, la lutte pour le Top 4 est intense. Parmi les…
    ", "category": "", - "link": "https://www.sofoot.com/jose-fonte-si-on-joue-pour-faire-match-nul-on-sera-tres-proche-de-perdre-507985.html", + "link": "https://www.sofoot.com/pronostic-bayer-leverkusen-hoffenheim-analyse-cotes-et-prono-du-match-de-bundesliga-508263.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T17:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jose-fonte-si-on-joue-pour-faire-match-nul-on-sera-tres-proche-de-perdre-1638898631_x600_articles-507985.jpg", + "pubDate": "2021-12-14T08:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bayer-leverkusen-hoffenheim-analyse-cotes-et-prono-du-match-de-bundesliga-1639472927_x600_articles-508263.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85431,19 +86994,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dd9842c3273e7f7e71ffbff1b5a344d" + "hash": "9c2c91f45c3acca10a55bf7c28d5fefc" }, { - "title": "Des équipements siglés PSG en vente sur la boutique de l'OM", - "description": "La grande réconciliation ?
    \n
    \nLa boutique officielle de l'Olympique de Marseille dispose de produits pour le moins étonnants. C'est ainsi que ce mardi après-midi, il était possible…

    ", - "content": "La grande réconciliation ?
    \n
    \nLa boutique officielle de l'Olympique de Marseille dispose de produits pour le moins étonnants. C'est ainsi que ce mardi après-midi, il était possible…

    ", + "title": "L'aventurier Florian Sotoca prolonge à Lens jusqu'en 2024", + "description": "Adepte dans la \"traditionnelle épreuve des poteaux rentrants\", \"Soto-Kah\" prolonge avec l'équipe jaune et rouge de l'île Taha'a jusqu'en 2024.
    \n
    \nLe Community…

    ", + "content": "Adepte dans la \"traditionnelle épreuve des poteaux rentrants\", \"Soto-Kah\" prolonge avec l'équipe jaune et rouge de l'île Taha'a jusqu'en 2024.
    \n
    \nLe Community…

    ", "category": "", - "link": "https://www.sofoot.com/des-equipements-sigles-psg-en-vente-sur-la-boutique-de-l-om-507981.html", + "link": "https://www.sofoot.com/l-aventurier-florian-sotoca-prolonge-a-lens-jusqu-en-2024-508260.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T16:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-des-equipements-sigles-psg-en-vente-sur-la-boutique-de-l-om-1638895904_x600_articles-507981.jpg", + "pubDate": "2021-12-14T08:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-aventurier-florian-sotoca-prolonge-a-lens-jusqu-en-2024-1639471502_x600_articles-508260.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85451,19 +87015,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "09b682f035e7003e099239ed3a4d9ad6" + "hash": "2e44be41ae53f39870114a1681999e84" }, { - "title": "Stanley Nsoki avant PSG-Bruges : \"Leonardo ne voulait pas me vendre\"", - "description": "Titi un jour, titi toujours.
    \n
    \nPour son dernier match de phase de poules ce mardi, le PSG reçoit le Club Bruges au Parc des Princes et accueillera sur sa pelouse l'un de ses anciens…

    ", - "content": "Titi un jour, titi toujours.
    \n
    \nPour son dernier match de phase de poules ce mardi, le PSG reçoit le Club Bruges au Parc des Princes et accueillera sur sa pelouse l'un de ses anciens…

    ", + "title": "João Figueiredo (Gaziantep) inscrit le but de la semaine d'un tir du milieu de terrain", + "description": "Nabil Fekir et Wahbi Khazri ont trouvé du répondant en Turquie.
    \n
    \nJoão Figueiredo, attaquant de l'écurie turc de Gaziantep, s'est offert ni plus ni moins le but de la semaine, ce…

    ", + "content": "Nabil Fekir et Wahbi Khazri ont trouvé du répondant en Turquie.
    \n
    \nJoão Figueiredo, attaquant de l'écurie turc de Gaziantep, s'est offert ni plus ni moins le but de la semaine, ce…

    ", "category": "", - "link": "https://www.sofoot.com/stanley-nsoki-avant-psg-bruges-leonardo-ne-voulait-pas-me-vendre-507980.html", + "link": "https://www.sofoot.com/joao-figueiredo-gaziantep-inscrit-le-but-de-la-semaine-d-un-tir-du-milieu-de-terrain-508259.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T16:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-stanley-nsoki-avant-psg-bruges-leonardo-ne-voulait-pas-me-vendre-1638895168_x600_articles-507980.jpg", + "pubDate": "2021-12-14T08:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-joao-figueiredo-gaziantep-inscrit-le-but-de-la-semaine-d-un-tir-du-milieu-de-terrain-1639470815_x600_articles-508259.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85471,19 +87036,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "854d271a0de89cf32c24b3f1177ea4e1" + "hash": "e95a938583122ea4e1153ca5433e2107" }, { - "title": "Allan Saint-Maximin offre une montre à un supporter de Newcastle", - "description": "La fidélité paie.
    \n
    \nPourtant avant-dernier de Premier League avec Newcastle, Allan Saint-Maximin n'en oublie pas pour autant les fans des Magpies. Si le Français, taulier du…

    ", - "content": "La fidélité paie.
    \n
    \nPourtant avant-dernier de Premier League avec Newcastle, Allan Saint-Maximin n'en oublie pas pour autant les fans des Magpies. Si le Français, taulier du…

    ", + "title": "Le best of des buts amateurs du week-end des 11 et 12 décembre 2021", + "description": "Comme chaque début de semaine, retrouvez grâce au Vrai Foot Day et à l'application Rematch les plus belles vidéos de foot amateur filmées chaque week-end depuis le bord du terrain.Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", + "content": "Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", "category": "", - "link": "https://www.sofoot.com/allan-saint-maximin-offre-une-montre-a-un-supporter-de-newcastle-507979.html", + "link": "https://www.sofoot.com/le-best-of-des-buts-amateurs-du-week-end-des-11-et-12-decembre-2021-508249.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T16:24:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-allan-saint-maximin-offre-une-montre-a-un-supporter-de-newcastle-1638894262_x600_articles-507979.jpg", + "pubDate": "2021-12-14T08:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-best-of-des-buts-amateurs-du-week-end-des-11-et-12-decembre-2021-1639418992_x600_articles-alt-508249.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85491,19 +87057,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b84fc6cdc232e34ead67d7710048a50e" + "hash": "9d64e960b677fbc4ea054604b76915c2" }, { - "title": "Le Collectif Ultras Paris organise une collecte de jouets avant PSG-Bruges", - "description": "Noël commence tôt cette année.
    \n
    \nLe Collectif Ultras Paris a lancé, en marge de

    ", - "content": "Noël commence tôt cette année.
    \n
    \nLe Collectif Ultras Paris a lancé, en marge de


    ", + "title": "Brentford-Manchester United officiellement reporté à cause du Covid-19", + "description": "La Covid-19 gagne du terrain.
    \n
    \n\"Le club discute avec la Premier League pour savoir s'il est prudent que le match de mardi contre Brentford soit maintenu, aussi bien pour l'infection…

    ", + "content": "La Covid-19 gagne du terrain.
    \n
    \n\"Le club discute avec la Premier League pour savoir s'il est prudent que le match de mardi contre Brentford soit maintenu, aussi bien pour l'infection…

    ", "category": "", - "link": "https://www.sofoot.com/le-collectif-ultras-paris-organise-une-collecte-de-jouets-avant-psg-bruges-507977.html", + "link": "https://www.sofoot.com/brentford-manchester-united-officiellement-reporte-a-cause-du-covid-19-508258.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T15:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-collectif-ultras-paris-organise-une-collecte-de-jouets-avant-psg-bruges-1638891218_x600_articles-507977.jpg", + "pubDate": "2021-12-14T08:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-brentford-manchester-united-officiellement-reporte-a-cause-du-covid-19-1639470330_x600_articles-508258.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85511,19 +87078,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "57b39bb0c98b8e6696dcb9fd063f621f" + "hash": "d91e986fcb15cbc16205622b05f3efb0" }, { - "title": "La Française Stéphanie Frappart élue meilleure femme arbitre du Monde pour la troisième année de suite", - "description": "Enfin une distinction entre des mains françaises.
    \n
    \nSi Karim Benzema, Kylian Mbappé et N'Golo Kanté


    ", - "content": "Enfin une distinction entre des mains françaises.
    \n
    \nSi Karim Benzema, Kylian Mbappé et N'Golo Kanté


    ", + "title": "Quand Kylian Mbappé recale Spiderman", + "description": "Il a beau faire joujou avec le Bouffon vert, se moquer du Docteur Octopus et envoyer sans pression l'Homme-Lézard derrière les barreaux, il faut croire que Spiderman est impuissant face Des propos qui coûtent cher.
    \n
    \nSûrement frustré par la tournure des événements ce samedi
    au…

    ", - "content": "Des propos qui coûtent cher.
    \n
    \nSûrement frustré par la tournure des événements ce samedi au…

    ", + "title": "OM : le monstre de Jorge Sampaoli", + "description": "Brûlant à la rentrée, l'OM de Jorge Sampaoli a su gagner en imperméabilité et en contrôle des événements au fil des dernières semaines. La victoire du week-end à Strasbourg l'a encore prouvé.
    Comme Guardiola et Lillo, Jorge Sampaoli aime se déguiser en saumon. Le trio le justifie par une vie passée…", + "content": "Comme Guardiola et Lillo, Jorge Sampaoli aime se déguiser en saumon. Le trio le justifie par une vie passée…", "category": "", - "link": "https://www.sofoot.com/apres-borussia-dortmund-bayern-40-000-euros-d-amende-pour-jude-bellingham-pour-conduite-antisportive-507973.html", + "link": "https://www.sofoot.com/om-le-monstre-de-jorge-sampaoli-508235.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T14:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-apres-borussia-dortmund-bayern-40-000-euros-d-amende-pour-jude-bellingham-pour-conduite-antisportive-1638885302_x600_articles-507973.jpg", + "pubDate": "2021-12-14T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-om-le-monstre-de-jorge-sampaoli-1639395782_x600_articles-alt-508235.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85551,19 +87120,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c26ec95c262a9cd1cf0395329aa13c4" + "hash": "9e52af948d1f833d4dd4552941d69044" }, { - "title": "L'Atlético de Madrid et le choix de l'embarras", - "description": "Champion d'Espagne en titre, l'Atlético de Madrid va jouer sa qualification pour les huitièmes de finale de la Ligue des champions sur la pelouse du FC Porto tout en gardant un œil du côté de Milan. Une situation complexe dans laquelle les Madrilènes se sont mis à cause d'un trop-plein de recrues à l'intersaison et d'une osmose collective difficile à trouver.Diego Simeone ne s'y attendait probablement pas, mais l'Atlético de Madrid 2021-2022 bégaie son football. Ce week-end, Le tiraillement de Kylian Mbappé, la volonté de Cristiano Ronaldo de détruire Diego Simeone, les chances des clubs portugais, le tirage au sort compliqué de Salzbourg ou encore le pied d'Alisson, ce tirage au sort des huitièmes de finale de la Ligue des champions amène beaucoup de questions.

  • Avec quelle équipe jouera…
  • ", + "content": "

  • Avec quelle équipe jouera…
  • ", "category": "", - "link": "https://www.sofoot.com/l-atletico-de-madrid-et-le-choix-de-l-embarras-507947.html", + "link": "https://www.sofoot.com/les-bonnes-questions-du-tirage-au-sort-de-ligue-des-champions-508254.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atletico-de-madrid-et-le-choix-de-l-embarras-1638813294_x600_articles-alt-507947.jpg", + "pubDate": "2021-12-14T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-bonnes-questions-du-tirage-au-sort-de-ligue-des-champions-1639417084_x600_articles-alt-508254.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85571,19 +87141,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "59519074c5bacc43562581f596b7a93a" + "hash": "06a9a1087a98d5aea1b954e767675229" }, { - "title": "Pronostic Manchester United Young Boys Berne : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Manchester poursuit sa cure de jouvence face aux Young Boys

    \n
    \nFinaliste malheureux de la dernière Europa League, Manchester United avait des objectifs…
    ", - "content": "

    Manchester poursuit sa cure de jouvence face aux Young Boys

    \n
    \nFinaliste malheureux de la dernière Europa League, Manchester United avait des objectifs…
    ", + "title": "Lettre d'adieu à Lisandro López", + "description": "À 38 balais, Lisandro López a disputé le dernier match de sa carrière ce week-end. L'attaquant argentin laisse derrière lui une empreinte indélébile dans le cœur de tous les joueurs, clubs ou supporters qui ont croisé son chemin. Une bonne raison de lui rendre hommage. Foutue poussière...\"Le poète a toujours le dernier mot.\" Voilà ce que disait Jean Vilar, fondateur du célèbre festival d'Avignon. De la province de Buenos Aires, là où tu es, il y a pas moins de…", + "content": "\"Le poète a toujours le dernier mot.\" Voilà ce que disait Jean Vilar, fondateur du célèbre festival d'Avignon. De la province de Buenos Aires, là où tu es, il y a pas moins de…", "category": "", - "link": "https://www.sofoot.com/pronostic-manchester-united-young-boys-berne-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507972.html", + "link": "https://www.sofoot.com/lettre-d-adieu-a-lisandro-lopez-508210.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T12:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-young-boys-berne-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638880532_x600_articles-507972.jpg", + "pubDate": "2021-12-14T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lettre-d-adieu-a-lisandro-lopez-1639393305_x600_articles-alt-508210.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85591,19 +87162,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f1a17e6a9d5a65d765d2741e1167254" + "hash": "121253a80078fbc6d02c8a846d9f425f" }, { - "title": "Aulas la menace", - "description": "OL-OM n'a pas fini de tourmenter la Ligue 1. Le rapport rendu par Ruddy Buquet, l'arbitre de la rencontre sous le feu de nombreuses critiques depuis, éclaire d'un nouveau jour le déroulé des faits en coulisses. Ce précieux document, qui a donc fuité, dresse un portrait peu flatteur de l'encadrement et de la direction des clubs concernés. À commencer par Jean-Michel Aulas, qui endosse un étrange rôle de parrain du foot français.\"Je tiens à préciser que M. Aulas Jean-Michel, président de l'Olympique lyonnais, a tenu les propos suivants au moment de quitter mon vestiaire : \"La compétition dépend de la LFP, vous…", - "content": "\"Je tiens à préciser que M. Aulas Jean-Michel, président de l'Olympique lyonnais, a tenu les propos suivants au moment de quitter mon vestiaire : \"La compétition dépend de la LFP, vous…", + "title": "La Roma dispose du Spezia Calcio", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/aulas-la-menace-507962.html", + "link": "https://www.sofoot.com/la-roma-dispose-du-spezia-calcio-508212.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T12:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aulas-la-menace-1638874986_x600_articles-alt-507962.jpg", + "pubDate": "2021-12-13T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-roma-dispose-du-spezia-calcio-1639433020_x600_articles-508212.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85611,19 +87183,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d2230340c38a06138b2e7a6e9a38d00" + "hash": "eb1a2ab9ca22b599afc9f1f71764f847" }, { - "title": "Pronostic Benfica Dynamo Kiev : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Le Benfica fait le taf face au Dynamo Kiev

    \n
    \nCette dernière journée de poule dans la Ligue des Champions nous offre une très belle lutte à distance…
    ", - "content": "

    Le Benfica fait le taf face au Dynamo Kiev

    \n
    \nCette dernière journée de poule dans la Ligue des Champions nous offre une très belle lutte à distance…
    ", + "title": "Toulouse se fait rattraper sur la fin par Rodez", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-benfica-dynamo-kiev-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507968.html", + "link": "https://www.sofoot.com/toulouse-se-fait-rattraper-sur-la-fin-par-rodez-508256.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T11:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-benfica-dynamo-kiev-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638879299_x600_articles-507968.jpg", + "pubDate": "2021-12-13T21:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-toulouse-se-fait-rattraper-sur-la-fin-par-rodez-1639431921_x600_articles-508256.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85631,19 +87204,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fea0bda7c0f8e9cc5ea00f641894756f" + "hash": "0c0428bc2f600d90d06d5a441e7f23ea" }, { - "title": "Jonathan Ikoné (Lille) victime d'un cambriolage à son domicile", - "description": "Un de plus sur la liste.
    \n
    \nAlors que son départ du Nord se précise, Jonathan Ikoné s'ajoute désormais à la longue liste des joueurs cambriolés. L'attaquant du LOSC a vu son…

    ", - "content": "Un de plus sur la liste.
    \n
    \nAlors que son départ du Nord se précise, Jonathan Ikoné s'ajoute désormais à la longue liste des joueurs cambriolés. L'attaquant du LOSC a vu son…

    ", + "title": "Nicolás Otamendi (Benfica) victime d'un violent cambriolage", + "description": "Après-match agité.
    \n
    \nNicolas Otamendi, le défenseur du SL Benfica, a vécu une soirée pour le moins étrange ce dimanche. Après la victoire 4-1 à Famalicão, le joueur argentin a eu…

    ", + "content": "Après-match agité.
    \n
    \nNicolas Otamendi, le défenseur du SL Benfica, a vécu une soirée pour le moins étrange ce dimanche. Après la victoire 4-1 à Famalicão, le joueur argentin a eu…

    ", "category": "", - "link": "https://www.sofoot.com/jonathan-ikone-lille-victime-d-un-cambriolage-a-son-domicile-507963.html", + "link": "https://www.sofoot.com/nicolas-otamendi-benfica-victime-d-un-violent-cambriolage-508253.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T11:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jonathan-ikone-lille-victime-d-un-cambriolage-a-son-domicile-1638875536_x600_articles-507963.jpg", + "pubDate": "2021-12-13T17:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nicolas-otamendi-benfica-victime-d-un-violent-cambriolage-1639415787_x600_articles-508253.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85651,19 +87225,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "147ad1c3288cdb64ff5d94d2133e1f90" + "hash": "a34d3db6153f2374246369d5659b4f3b" }, { - "title": "L'ES Cannet-Rocheville accueillera l'OM... Au Vélodrome", - "description": "Marseille va jouer à l'extérieur et à domicile en même temps.
    \n
    \nL'équipe de l'Entente Cannet-Rocheville (située au Cannet, commune des des Alpes-Maritimes, et pensionnaire de N3),…

    ", - "content": "Marseille va jouer à l'extérieur et à domicile en même temps.
    \n
    \nL'équipe de l'Entente Cannet-Rocheville (située au Cannet, commune des des Alpes-Maritimes, et pensionnaire de N3),…

    ", + "title": "Covid-19 : Manchester United-Brentford pourrait être reporté", + "description": "Cadeau de Noël empoisonné à Carrington.
    \n
    \nAlors que le tirage au sort mouvementé de la…

    ", + "content": "Cadeau de Noël empoisonné à Carrington.
    \n
    \nAlors que le tirage au sort mouvementé de la…

    ", "category": "", - "link": "https://www.sofoot.com/l-es-cannet-rocheville-accueillera-l-om-au-velodrome-507960.html", + "link": "https://www.sofoot.com/covid-19-manchester-united-brentford-pourrait-etre-reporte-508252.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T10:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-es-cannet-rocheville-accueillera-l-om-au-velodrome-1638874881_x600_articles-507960.jpg", + "pubDate": "2021-12-13T16:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-covid-19-manchester-united-brentford-pourrait-etre-reporte-1639413742_x600_articles-508252.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85671,19 +87246,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4abbd06e9b6fda9282469f6747670e0" + "hash": "e6d01184c531b23e8b46453394cd413f" }, { - "title": "Robert Lewandowski après le Ballon d'or : \"Je voudrais que Lionel Messi soit sincère et que ce ne soient pas des mots creux\"", - "description": "Le seum s'exporte jusqu'en Pologne.
    \n
    \nAlors que Lionel Messi a été désigné Ballon d'or pour la septième fois de sa…

    ", - "content": "Le seum s'exporte jusqu'en Pologne.
    \n
    \nAlors que Lionel Messi a été désigné Ballon d'or pour la septième fois de sa…

    ", + "title": "Gary Marigard, J-6 avant d'affronter le PSG : \"Mon fils ne veut pas que je tacle Mbappé\"", + "description": "La loterie de la Coupe de France réserve toujours quelques matchs en apparence déséquilibrés : à l'occasion des 32es de finale, c'est Feignies-Aulnoye qui a tiré le gros lot, puisque l'écurie des alentours de Maubeuge est tombé sur le PSG. Pour comprendre comment un footballeur amateur se prépare à une telle échéance, le latéral droit du club du Nord Gary Marigard nous raconte son quotidien, jour par jour, jusqu'au match fatidique. Ce lundi, il revient sur son week-end, à base de Chantilly, de Miss France et de match du LOSC.Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", + "content": "Après avoir évolué à l'ES Wasquehal, à l'IC Croix puis à l'US Quevilly-Rouen, Gary Marigard joue aujourd'hui à l'Entente Feignies-Aulnoye, qui affrontera le PSG en Coupe de France ce…", "category": "", - "link": "https://www.sofoot.com/robert-lewandowski-apres-le-ballon-d-or-je-voudrais-que-lionel-messi-soit-sincere-et-que-ce-ne-soient-pas-des-mots-creux-507961.html", + "link": "https://www.sofoot.com/gary-marigard-j-6-avant-d-affronter-le-psg-mon-fils-ne-veut-pas-que-je-tacle-mbappe-508247.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T10:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-robert-lewandowski-apres-le-ballon-d-or-je-voudrais-que-lionel-messi-soit-sincere-et-que-ce-ne-soient-pas-des-mots-creux-1638873867_x600_articles-507961.jpg", + "pubDate": "2021-12-13T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gary-marigard-j-6-avant-d-affronter-le-psg-mon-fils-ne-veut-pas-que-je-tacle-mbappe-1639407329_x600_articles-alt-508247.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85691,19 +87267,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0386be3f2eaa6619c564dcae4ac75ff" + "hash": "9a020fa7f4de1b1298a3d8d79de82300" }, { - "title": "Tottenham décimé par la Covid-19 avant la réception de Rennes", - "description": "En voilà un qui n'a pas besoin de l'Eurostar.
    \n
    \nIl n'y a pas que le Portugal qui…

    ", - "content": "En voilà un qui n'a pas besoin de l'Eurostar.
    \n
    \nIl n'y a pas que le Portugal qui…

    ", + "title": "Cambriolé pour la deuxième fois, Eran Zahavi (PSV) ne souhaiterait plus retourner aux Pays-Bas", + "description": "Un de plus sur une liste déjà trop longue.
    \n
    \nEn mai dernier, Eran…

    ", + "content": "Un de plus sur une liste déjà trop longue.
    \n
    \nEn mai dernier, Eran…

    ", "category": "", - "link": "https://www.sofoot.com/tottenham-decime-par-la-covid-19-avant-la-reception-de-rennes-507957.html", + "link": "https://www.sofoot.com/cambriole-pour-la-deuxieme-fois-eran-zahavi-psv-ne-souhaiterait-plus-retourner-aux-pays-bas-508251.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T10:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tottenham-decime-par-la-covid-19-avant-la-reception-de-rennes-1638872924_x600_articles-507957.jpg", + "pubDate": "2021-12-13T15:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cambriole-pour-la-deuxieme-fois-eran-zahavi-psv-ne-souhaiterait-plus-retourner-aux-pays-bas-1639409812_x600_articles-508251.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85711,19 +87288,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d23fbc7bb952a29dd63e2deee46d87b9" + "hash": "08896c4db9bc6dfe69bf47b21821e537" }, { - "title": "Le best of des buts amateurs du week-end des 4 et 5 décembre 2021", - "description": "Comme chaque début de semaine, retrouvez grâce au Vrai Foot Day et à l'application Rematch les plus belles vidéos de foot amateur filmées chaque week-end depuis le bord du terrain.Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", - "content": "Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", + "title": "PSG-Real, petit dîner entre amis", + "description": "Deuxième de sa poule derrière Manchester City, le PSG pouvait craindre le pire lors du tirage au sort des huitièmes de finale de la Ligue des champions. Résultat, les hommes de Pochettino devront affronter le Real Madrid, pour une affiche placée sous le signe des retrouvailles.Pendant deux heures, le PSG s'est projeté sur un duel avec Manchester United, le face-à-face entre Messi et Cristiano Ronaldo, les démons de 2019 et la patte Ralf Rangnick. Mais ce sera finalement…", + "content": "Pendant deux heures, le PSG s'est projeté sur un duel avec Manchester United, le face-à-face entre Messi et Cristiano Ronaldo, les démons de 2019 et la patte Ralf Rangnick. Mais ce sera finalement…", "category": "", - "link": "https://www.sofoot.com/le-best-of-des-buts-amateurs-du-week-end-des-4-et-5-decembre-2021-507939.html", + "link": "https://www.sofoot.com/psg-real-petit-diner-entre-amis-508250.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T09:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-best-of-des-buts-amateurs-du-week-end-des-4-et-5-decembre-2021-1638809693_x600_articles-alt-507939.jpg", + "pubDate": "2021-12-13T15:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-psg-real-petit-diner-entre-amis-1639408962_x600_articles-alt-508250.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85731,19 +87309,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec6904f7d369c5dd1d615f016e0c9c87" + "hash": "cc7a781a60949e50eb6b4f0e8eab7039" }, { - "title": "Pronostic Salzbourg Séville : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    La victoire de la qualif' pour le FC Séville face à Salzbourg

    \n
    \nLe groupe G de la Ligue des Champions nous offre une dernière journée à suspense…
    ", - "content": "

    La victoire de la qualif' pour le FC Séville face à Salzbourg

    \n
    \nLe groupe G de la Ligue des Champions nous offre une dernière journée à suspense…
    ", + "title": "Ligue des champions : le tirage au sort de la honte", + "description": "En raison de deux erreurs grossières lors du tirage au sort des huitièmes de finale de Ligue des champions, l'UEFA a décidé de tout annuler et d'en réaliser un nouveau. Si, pour Lille, rien ne change, puisque l'adversaire - Chelsea - reste le même, ce n'est pas le cas pour les autres qui peuvent regretter, ou non c'est selon, ce second tirage. Retour sur un improbable imbroglio qui fait tache.Les supporters de l'Atlético de Madrid sont passés par toutes les émotions durant ce tirage au sort des huitièmes de finale de Ligue des champions. Il y a d'abord eu une montée de stress au…", + "content": "Les supporters de l'Atlético de Madrid sont passés par toutes les émotions durant ce tirage au sort des huitièmes de finale de Ligue des champions. Il y a d'abord eu une montée de stress au…", "category": "", - "link": "https://www.sofoot.com/pronostic-salzbourg-seville-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507958.html", + "link": "https://www.sofoot.com/ligue-des-champions-le-tirage-au-sort-de-la-honte-508245.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T09:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-salzbourg-seville-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638871508_x600_articles-507958.jpg", + "pubDate": "2021-12-13T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ligue-des-champions-le-tirage-au-sort-de-la-honte-1639404635_x600_articles-alt-508245.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85751,19 +87330,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc981e5b72bbc5365e389f67dc8ebe0b" + "hash": "c917a864f668cdbefc669d0e2ea374f4" }, { - "title": "Aminata Diallo et Kheira Hamraoui (PSG) de retour à l'entraînement collectif", - "description": "Retour au terrain.
    \n
    \nVoilà maintenant plus d'un mois qu'Aminata Diallo et Kheira Hamraoui sont au coeur d'
    ", - "content": "Retour au terrain.
    \n
    \nVoilà maintenant plus d'un mois qu'Aminata Diallo et Kheira Hamraoui sont au coeur d'
    ", + "title": "Lille défiera Chelsea en huitièmes de finale de la Ligue des champions", + "description": "Lille avait hérité de Chelsea sur le premier tirage au sort annulé, mais est retombé sur les Blues au second. Les Dogues ne pourront donc éviter le champion d'Europe en titre et actuel troisième de la Premier League, en huitièmes de finale de C1. Un mastodonte créé par Thomas Tuchel que les Nordistes devront se coltiner pour continuer à écrire la plus belle page européenne de leur histoire.Il faut croire que c'était le destin. Après avoir vu le nom de Chelsea sortir une première fois sur les douze coups de midi, les Lillois sont retombés sur le papier griffé à l'effigie du club…", + "content": "Il faut croire que c'était le destin. Après avoir vu le nom de Chelsea sortir une première fois sur les douze coups de midi, les Lillois sont retombés sur le papier griffé à l'effigie du club…", "category": "", - "link": "https://www.sofoot.com/aminata-diallo-et-kheira-hamraoui-psg-de-retour-a-l-entrainement-collectif-507955.html", + "link": "https://www.sofoot.com/lille-defiera-chelsea-en-huitiemes-de-finale-de-la-ligue-des-champions-508238.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T09:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aminata-diallo-et-kheira-hamraoui-psg-de-retour-a-l-entrainement-collectif-1638870063_x600_articles-507955.jpg", + "pubDate": "2021-12-13T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lille-defiera-chelsea-en-huitiemes-de-finale-de-la-ligue-des-champions-1639407426_x600_articles-alt-508238.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85771,19 +87351,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7fc0809fb551de9db8a4bb669a9db36" + "hash": "a0060c84b492dbe4adb0ba9ddf60b867" }, { - "title": "Pronostic Zenit Chelsea : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Chelsea assure sa 1re place chez le Zenit

    \n
    \nEn dominant largement Malmö lors du match aller, le Zenit St Petersbourg avait fait un grand pas…
    ", - "content": "

    Chelsea assure sa 1re place chez le Zenit

    \n
    \nEn dominant largement Malmö lors du match aller, le Zenit St Petersbourg avait fait un grand pas…
    ", + "title": "Ligue des champions : le retirage au sort complet des huitièmes de finale", + "description": "On reprend tout et on recommence.
    \n
    \nAprès l'énorme couac du premier…

    ", + "content": "On reprend tout et on recommence.
    \n
    \nAprès l'énorme couac du premier…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-zenit-chelsea-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507956.html", + "link": "https://www.sofoot.com/ligue-des-champions-le-retirage-au-sort-complet-des-huitiemes-de-finale-508246.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T09:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-zenit-chelsea-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638870629_x600_articles-507956.jpg", + "pubDate": "2021-12-13T14:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ligue-des-champions-le-retirage-au-sort-complet-des-huitiemes-de-finale-1639406274_x600_articles-508246.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85791,19 +87372,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd2e5450086b55d228f76be9d3e863ce" + "hash": "93fd653a203829ba333ec1e6a9627886" }, { - "title": "Pronostic Juventus Malmö : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    La Juventus solide face à Malmö

    \n
    \nEn s'inclinant lourdement à Stamford Bridge lors de la dernière journée (4-0), la Juventus a certainement dit…
    ", - "content": "

    La Juventus solide face à Malmö

    \n
    \nEn s'inclinant lourdement à Stamford Bridge lors de la dernière journée (4-0), la Juventus a certainement dit…
    ", + "title": "Ligue des champions : ce sera finalement le Real Madrid pour le Paris Saint-Germain en huitièmes de finale", + "description": "Sale retirage.
    \n
    \nInitialement opposé à Manchester United lors du fiasco du premier tirage, le Paris Saint-Germain est enfin fixé sur son adversaire en huitièmes de finale de Ligue des…

    ", + "content": "Sale retirage.
    \n
    \nInitialement opposé à Manchester United lors du fiasco du premier tirage, le Paris Saint-Germain est enfin fixé sur son adversaire en huitièmes de finale de Ligue des…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-juventus-malmo-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507954.html", + "link": "https://www.sofoot.com/ligue-des-champions-ce-sera-finalement-le-real-madrid-pour-le-paris-saint-germain-en-huitiemes-de-finale-508248.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T09:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-juventus-malmo-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638870037_x600_articles-507954.jpg", + "pubDate": "2021-12-13T14:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ligue-des-champions-ce-sera-finalement-le-real-madrid-pour-le-paris-saint-germain-en-huitiemes-de-finale-1639405792_x600_articles-508248.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85811,19 +87393,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ef2149f73dce0dfbd0b4af9e9ff0000" + "hash": "9eea527d33950482e82cdfb1157c4bc1" }, { - "title": "Pronostic Bayern Munich Barcelone : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Le Bayern Munich sort Barcelone

    \n
    \nL'affiche de cette dernière journée de Ligue des Champions mercredi met aux prises le Bayern Munich au FC Barcelone.…
    ", - "content": "

    Le Bayern Munich sort Barcelone

    \n
    \nL'affiche de cette dernière journée de Ligue des Champions mercredi met aux prises le Bayern Munich au FC Barcelone.…
    ", + "title": "C1 : Le LOSC, qui devait affronter Chelsea, affrontera finalement Chelsea", + "description": "Ctrl C - Ctrl V.
    \n
    \nEn terminant premier de sa poule de Ligue des champions, le LOSC était assuré ce lundi de tirer au sort un deuxième de poule en huitièmes de finale. Mais Andreï…

    ", + "content": "Ctrl C - Ctrl V.
    \n
    \nEn terminant premier de sa poule de Ligue des champions, le LOSC était assuré ce lundi de tirer au sort un deuxième de poule en huitièmes de finale. Mais Andreï…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-bayern-munich-barcelone-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507953.html", + "link": "https://www.sofoot.com/c1-le-losc-qui-devait-affronter-chelsea-affrontera-finalement-chelsea-508244.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T09:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bayern-munich-barcelone-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638869118_x600_articles-507953.jpg", + "pubDate": "2021-12-13T14:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-c1-le-losc-qui-devait-affronter-chelsea-affrontera-finalement-chelsea-1639405298_x600_articles-508244.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85831,19 +87414,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5147c32e2daf4b194c3da57806412bf" + "hash": "41a930dff75a674df5a247bcb49cb06b" }, { - "title": "Pablo Longoria, président de l'OM : \"Si chaque fois qu'un match est interrompu, on doit le rejouer...\"", - "description": "Ou comment donner son avis, sans le donner.
    \n
    \nCe mercredi 8 décembre, c'est le Jour-J. La commission de discipline rendra le verdict tant attendu concernant
    ", - "content": "Ou comment donner son avis, sans le donner.
    \n
    \nCe mercredi 8 décembre, c'est le Jour-J. La commission de discipline rendra le verdict tant attendu concernant
    ", + "title": "Retirage au sort en Ligues de champions : le Real Madrid, tombé face à Benfica crie au scandale", + "description": "Le cirque continue.
    \n
    \nLa décision de procéder à un nouveau tirage pour les…

    ", + "content": "Le cirque continue.
    \n
    \nLa décision de procéder à un nouveau tirage pour les…

    ", "category": "", - "link": "https://www.sofoot.com/pablo-longoria-president-de-l-om-si-chaque-fois-qu-un-match-est-interrompu-on-doit-le-rejouer-507951.html", + "link": "https://www.sofoot.com/retirage-au-sort-en-ligues-de-champions-le-real-madrid-tombe-face-a-benfica-crie-au-scandale-508243.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T08:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pablo-longoria-president-de-l-om-si-chaque-fois-qu-un-match-est-interrompu-on-doit-le-rejouer-1638867553_x600_articles-507951.jpg", + "pubDate": "2021-12-13T13:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-retirage-au-sort-en-ligues-de-champions-le-real-madrid-tombe-face-a-benfica-crie-au-scandale-1639402101_x600_articles-508243.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85851,19 +87435,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0a3421807519d419c9b3bda105b5dc2" + "hash": "0a56a2a9e9ce3788f6c83707d83c4997" }, { - "title": "OL-OM : Ruddy Buquet raconte les menaces de Jean-Michel Aulas pour que le match reprenne", - "description": "Le Buquet final.
    \n
    \nLe Lyon-Marseille interrompu le 21 novembre…

    ", - "content": "Le Buquet final.
    \n
    \nLe Lyon-Marseille interrompu le 21 novembre…

    ", + "title": "Ligue Europa Conférence : L'OM affrontera le Qarabağ FK", + "description": "Le voilà, le déplacement bien lointain qui ne va faire plaisir à personne.
    \n
    \nReversé en Ligue Europa Conférence

    ", + "content": "Le voilà, le déplacement bien lointain qui ne va faire plaisir à personne.
    \n
    \nReversé en Ligue Europa Conférence


    ", "category": "", - "link": "https://www.sofoot.com/ol-om-ruddy-buquet-raconte-les-menaces-de-jean-michel-aulas-pour-que-le-match-reprenne-507949.html", + "link": "https://www.sofoot.com/ligue-europa-conference-l-om-affrontera-le-qarabag-fk-508229.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T08:37:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ol-om-ruddy-buquet-raconte-les-menaces-de-jean-michel-aulas-pour-que-le-match-reprenne-1638867601_x600_articles-507949.jpg", + "pubDate": "2021-12-13T13:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ligue-europa-conference-l-om-affrontera-le-qarabag-fk-1639402664_x600_articles-508229.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85871,19 +87456,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c9ae5c2d75fbd0b5c5ab86af91a988c" + "hash": "08696ac621ba78580cdc18b7974c3fe7" }, { - "title": "Willy Caballero, sans club, rejoint Southampton pour un mois", - "description": "À noter qu'aucune convention de stage n'est stipulée dans la transaction.
    \n
    \nTenter le grand défi du Mois sans Tabac ? C'est possible. Ne pas boire une goute d'alcool pendant la…

    ", - "content": "À noter qu'aucune convention de stage n'est stipulée dans la transaction.
    \n
    \nTenter le grand défi du Mois sans Tabac ? C'est possible. Ne pas boire une goute d'alcool pendant la…

    ", + "title": "Boubacar Kamara devrait partir libre de l'OM", + "description": "
    \"Partir un jour...\"
    \n
    \nFort de son succès en Alsace face au Racing Club de Strasbourg dimanche…

    ", + "content": "\"Partir un jour...\"
    \n
    \nFort de son succès en Alsace face au Racing Club de Strasbourg dimanche…

    ", "category": "", - "link": "https://www.sofoot.com/willy-caballero-sans-club-rejoint-southampton-pour-un-mois-507948.html", + "link": "https://www.sofoot.com/boubacar-kamara-devrait-partir-libre-de-l-om-508231.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T08:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-willy-caballero-sans-club-rejoint-southampton-pour-un-mois-1638865329_x600_articles-507948.jpg", + "pubDate": "2021-12-13T13:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-boubacar-kamara-devrait-partir-libre-de-l-om-1639401436_x600_articles-508231.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85891,19 +87477,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f056697603bc32129119111b768e22cf" + "hash": "07cd8123fb23b11af7b94d81331e3555" }, { - "title": "Pronostic PSG Bruges : Analyse, cotes et prono du match de Ligue des Champions", - "description": "Après le quasi carton plein sur le dernier match des Bleus, et le Lille-Salzbourg et le Manchester City - PSG de la dernière journée de C1 !

    Déposez 100€ et misez directement avec 200€ sur PSG - Club Bruges

    \n
    \n
    ", - "content": "

    Déposez 100€ et misez directement avec 200€ sur PSG - Club Bruges

    \n
    \n

    ", + "title": "C1 : le tirage des huitièmes annulé et refait à 15h", + "description": "Boules neuves !
    \n
    \nFinalement,
    le Paris Saint-Germain n'affrontera pas…

    ", + "content": "Boules neuves !
    \n
    \nFinalement, le Paris Saint-Germain n'affrontera pas…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-psg-bruges-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507932.html", + "link": "https://www.sofoot.com/c1-le-tirage-des-huitiemes-annule-et-refait-a-15h-508242.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T12:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-psg-bruges-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638795361_x600_articles-507932.jpg", + "pubDate": "2021-12-13T12:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-c1-le-tirage-des-huitiemes-annule-et-refait-a-15h-1639400780_x600_articles-508242.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85911,19 +87498,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a650647386e4df7e29a860b36f5eee63" + "hash": "b531c36b9c8ec8d1fc1381612a2173a1" }, { - "title": "Paris Saint-Germain, le jeu c'est maintenant", - "description": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions et assuré de terminer à la deuxième place de son groupe, le PSG affronte Bruges au Parc des Princes dans une rencontre sans enjeu pour le club de la capitale d'un point de vue comptable. Sauf qu'il pourrait justement permettre de proposer du jeu et ainsi servir de déclic pour les matchs à venir.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Suivez le deuxième tirage au sort des huitièmes de la Ligue des champions 2021-2022", + "description": "Incapable d'organiser un tirage au sort correct - la boule de Manchester United s'est retrouvée dans le mauvais saladier -, l'UEFA est obligée de procéder un nouveau tirage au sort pour les huitièmes de finale de la Ligue des champions... Super.

    Les qualifiés :

    \n

    Chapeau 1

    \n
    \n
    ", + "content": "

    Les qualifiés :

    \n

    Chapeau 1

    \n
    \n
    ", "category": "", - "link": "https://www.sofoot.com/paris-saint-germain-le-jeu-c-est-maintenant-507946.html", + "link": "https://www.sofoot.com/suivez-le-deuxieme-tirage-au-sort-des-huitiemes-de-la-ligue-des-champions-2021-2022-508240.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paris-saint-germain-le-jeu-c-est-maintenant-1638813831_x600_articles-alt-507946.jpg", + "pubDate": "2021-12-13T12:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-suivez-le-deuxieme-tirage-au-sort-des-huitiemes-de-la-ligue-des-champions-2021-2022-1639400150_x600_articles-508240.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85931,19 +87519,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "08f10534a429b75f67f94a41cff9d655" + "hash": "8f74f10a14027ccbda1fe28c265ee23f" }, { - "title": "Pierre Kalulu : \"On ne m'a jamais formé à être défenseur\"", - "description": "En l'espace d'un an, Pierre Kalulu (21 ans) est passé de la réserve de l'Olympique lyonnais à des combinaisons avec Zlatan Ibrahimović à base d'aile de pigeon au Milan, l'actuel leader de Serie A. Le défenseur ultra-polyvalent des Rossoneri et de l'équipe de France espoirs se confie sur son jeu, son caractère et le vestiaire milanais où le géant suédois se révèle être \"un bon collègue\".
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Tirage au sort de Ligue Europa : Barça-Naples et Leipzig-Real Sociedad en barrages", + "description": "Voir Barcelone un jeudi soir n'est désormais plus qu'une question de temps.
    \n
    \nC'est de l'inédit ! Le nouveau format de la Ligue Europa prévoit des barrages entre les deuxièmes de…

    ", + "content": "Voir Barcelone un jeudi soir n'est désormais plus qu'une question de temps.
    \n
    \nC'est de l'inédit ! Le nouveau format de la Ligue Europa prévoit des barrages entre les deuxièmes de…

    ", "category": "", - "link": "https://www.sofoot.com/pierre-kalulu-on-ne-m-a-jamais-forme-a-etre-defenseur-507940.html", + "link": "https://www.sofoot.com/tirage-au-sort-de-ligue-europa-barca-naples-et-leipzig-real-sociedad-en-barrages-508232.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pierre-kalulu-on-ne-m-a-jamais-forme-a-etre-defenseur-1638807985_x600_articles-alt-507940.jpg", + "pubDate": "2021-12-13T12:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tirage-au-sort-de-ligue-europa-barca-naples-et-leipzig-real-sociedad-en-barrages-1639399484_x600_articles-508232.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85951,19 +87540,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "abd34ac7a460e0734ff548aff6aa8d33" + "hash": "8aeac2189ff5b2ca09b92a4eab489d3f" }, { - "title": "Vinícius Júnior, si señor !", - "description": "L'an passé, Vinícius Júnior était raillé pour son manque d'efficacité devant le but. Désormais, il est plus qu'un complément de Karim Benzema et s'affirme comme l'un des meilleurs joueurs du championnat espagnol. En l'absence du Français ce mardi face à l'Inter, c'est lui qui portera l'attaque madrilène.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "SoFoot Ligue : Nos conseils pour faire vos picks de la semaine 16", + "description": "Vous vous êtes inscrits à la SoFoot Ligue, mais vous ne savez pas quelle équipe choisir pour ne pas finir la semaine avec 0 point ? Rassurez-vous, nous sommes là pour vous aider.
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", + "content": "
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", "category": "", - "link": "https://www.sofoot.com/vinicius-junior-si-senor-507927.html", + "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-16-508236.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vinicius-junior-si-senor-1638790181_x600_articles-alt-507927.jpg", + "pubDate": "2021-12-13T12:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-16-1639397560_x600_articles-508236.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85971,19 +87561,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2866dd5f3491d50e33e83b836a2f13e2" + "hash": "3c2e692ceadc8f1316dd5b864c1a0b5f" }, { - "title": "Everton scalpe Arsenal et renoue avec la victoire", - "description": "

    ", - "content": "

    ", + "title": "Le tirage au sort complet des huitièmes de C1", + "description": "Les choses sérieuses commencent enfin. Ou en tout cas, \"devaient\".
    \n
    \n
    ", + "content": "Les choses sérieuses commencent enfin. Ou en tout cas, \"devaient\".
    \n
    \n
    ", "category": "", - "link": "https://www.sofoot.com/everton-scalpe-arsenal-et-renoue-avec-la-victoire-507921.html", + "link": "https://www.sofoot.com/le-tirage-au-sort-complet-des-huitiemes-de-c1-508234.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-everton-scalpe-arsenal-et-renoue-avec-la-victoire-1638828272_x600_articles-507921.jpg", + "pubDate": "2021-12-13T12:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-tirage-au-sort-complet-des-huitiemes-de-c1-1639396078_x600_articles-508234.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -85991,39 +87582,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "b01230ad0fe59f404294d12fec9a85e2" + "hash": "9cef22ed55fc1fa243ea652df82c32b0" }, { - "title": "Niort fait chuter le leader Toulouse", - "description": "

    ", - "content": "

    ", + "title": "C1 : retrouvailles PSG-United et Messi-CR7 en huitièmes", + "description": "Jamais deux sans trois.
    \n
    \nTant attendu, le tirage au sort des huitièmes de finale de la Ligue des champions a enfin livré son verdict. Les Parisiens peuvent remercier la main innocente…

    ", + "content": "Jamais deux sans trois.
    \n
    \nTant attendu, le tirage au sort des huitièmes de finale de la Ligue des champions a enfin livré son verdict. Les Parisiens peuvent remercier la main innocente…

    ", "category": "", - "link": "https://www.sofoot.com/niort-fait-chuter-le-leader-toulouse-507920.html", + "link": "https://www.sofoot.com/c1-retrouvailles-psg-united-et-messi-cr7-en-huitiemes-508225.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T21:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-niort-fait-chuter-le-leader-toulouse-1638825773_x600_articles-507920.jpg", + "pubDate": "2021-12-13T11:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-c1-retrouvailles-psg-united-et-messi-cr7-en-huitiemes-1639396920_x600_articles-508225.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ffc1701e71929f9e9ca9017279e47d1d" + "hash": "6aadf396b8b0810dc34c1397634e7ec5" }, { - "title": "Andrés Iniesta dans le onze type de la saison au Japon", - "description": "Trente-sept ans et toujours aussi fringant.
    \n
    \nAndrés Iniesta a été récompensé au Japon par une présence dans le onze type de la saison de J-League. C'est le seul joueur du Vissel…

    ", - "content": "Trente-sept ans et toujours aussi fringant.
    \n
    \nAndrés Iniesta a été récompensé au Japon par une présence dans le onze type de la saison de J-League. C'est le seul joueur du Vissel…

    ", + "title": "Suivez le tirage au sort des barrages de la Ligue Europa et Ligue Europa Conférence 2021-2022", + "description": "Les phases de poules, c'est terminé ! Désormais, place aux choses sérieuses avec le tirage au sort des barrages de la Ligue Europa et Ligue Europa Conférence 2021-2022. Aucun club français (cocorico) en C3 puisque Lyon et Monaco sont déjà en huitièmes, mais du très lourd en perspective cependant. En revanche, qui aura l'honneur de se frotter à Marseille en C4 ?

    Les participants en Ligue Europa Conférence :

    \n

    Têtes de série

    \n
    \n
    ", + "content": "

    Les participants en Ligue Europa Conférence :

    \n

    Têtes de série

    \n
    \n
    ", "category": "", - "link": "https://www.sofoot.com/andres-iniesta-dans-le-onze-type-de-la-saison-au-japon-507945.html", + "link": "https://www.sofoot.com/suivez-le-tirage-au-sort-des-barrages-de-la-ligue-europa-et-ligue-europa-conference-2021-2022-508233.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T16:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-andres-iniesta-dans-le-onze-type-de-la-saison-au-japon-1638810522_x600_articles-507945.jpg", + "pubDate": "2021-12-13T11:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-suivez-le-tirage-au-sort-des-barrages-de-la-ligue-europa-et-ligue-europa-conference-2021-2022-1639396224_x600_articles-alt-508233.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86031,19 +87624,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f12044daa1cd517ee672914633d64a2f" + "hash": "5ba20ed061493f98d244b37ecb5a2f01" }, { - "title": "La CAN pourrait être délocalisée au Qatar", - "description": "Le flou règne concernant la tenue de la Coupe d'Afrique des nations 2022.
    \n
    \nPrévue initialement du 9 janvier au 6 février au Cameroun, la compétition pourrait tout simplement être…

    ", - "content": "Le flou règne concernant la tenue de la Coupe d'Afrique des nations 2022.
    \n
    \nPrévue initialement du 9 janvier au 6 février au Cameroun, la compétition pourrait tout simplement être…

    ", + "title": "C1 : Le LOSC défiera Chelsea en huitièmes", + "description": "L'Eden Hazardico.
    \n
    \nEn terminant premier de sa poule de Ligue des champions, le LOSC était assuré ce lundi de tirer au sort un deuxième de poule en huitièmes de finale. Mais Andreï…

    ", + "content": "L'Eden Hazardico.
    \n
    \nEn terminant premier de sa poule de Ligue des champions, le LOSC était assuré ce lundi de tirer au sort un deuxième de poule en huitièmes de finale. Mais Andreï…

    ", "category": "", - "link": "https://www.sofoot.com/la-can-pourrait-etre-delocalisee-au-qatar-507944.html", + "link": "https://www.sofoot.com/c1-le-losc-defiera-chelsea-en-huitiemes-508227.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T16:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-can-pourrait-etre-delocalisee-au-qatar-1638809161_x600_articles-507944.jpg", + "pubDate": "2021-12-13T11:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-c1-le-losc-defiera-chelsea-en-huitiemes-1639395480_x600_articles-508227.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86051,19 +87645,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfe2f32dc419266364b721b416d2984d" + "hash": "106abce7b8197faec0544e5e289e23fd" }, { - "title": "Nathalie Boy de la Tour rejoint le conseil d'administration du RC Lens", - "description": "Première recrue hivernale chez les Sang et Or.
    \n
    \nEt ce ne sera pas pour venir combler un effectif déjà bien garni, mais plutôt pour renforcer les rangs des missions hors terrain. Dans…

    ", - "content": "Première recrue hivernale chez les Sang et Or.
    \n
    \nEt ce ne sera pas pour venir combler un effectif déjà bien garni, mais plutôt pour renforcer les rangs des missions hors terrain. Dans…

    ", + "title": "Contre la Real Sociedad, les supporters du Real Betis inondent la pelouse de peluches pour les enfants défavorisés", + "description": "Noël avant l'heure à Séville.
    \n
    \nChez les supporters comme chez les joueurs, au Real Betis, on sait comment faire des heureux. Alors que la
    ", + "content": "Noël avant l'heure à Séville.
    \n
    \nChez les supporters comme chez les joueurs, au Real Betis, on sait comment faire des heureux. Alors que la
    ", "category": "", - "link": "https://www.sofoot.com/nathalie-boy-de-la-tour-rejoint-le-conseil-d-administration-du-rc-lens-507943.html", + "link": "https://www.sofoot.com/contre-la-real-sociedad-les-supporters-du-real-betis-inondent-la-pelouse-de-peluches-pour-les-enfants-defavorises-508230.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T15:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nathalie-boy-de-la-tour-rejoint-le-conseil-d-administration-du-rc-lens-1638809445_x600_articles-507943.jpg", + "pubDate": "2021-12-13T11:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-contre-la-real-sociedad-les-supporters-du-real-betis-inondent-la-pelouse-de-peluches-pour-les-enfants-defavorises-1639393885_x600_articles-508230.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86071,19 +87666,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1ca370eb62d7fa99869354e55d2a6f3" + "hash": "d2c93af9189c711b63abf4f8abb0081d" }, { - "title": "Une incroyable série sans succès pour Levante ", - "description": "La série qui fait mal.
    \n
    \nÀ la suite de son match nul face à Osasuna ce dimanche (0-0), Levante compte désormais 24 matchs sans victoire en Liga, égalant la série du Sporting Gijón…

    ", - "content": "La série qui fait mal.
    \n
    \nÀ la suite de son match nul face à Osasuna ce dimanche (0-0), Levante compte désormais 24 matchs sans victoire en Liga, égalant la série du Sporting Gijón…

    ", + "title": "Marlos quitte le Shakhtar Donetsk libre de tout contrat", + "description": "Clap de fin.
    \n
    \nDepuis que Marlos Romero Bonfim, dit Marlos, a mis les pieds au Shakhtar Donetsk, il y a sept ans, sa vie a complètement basculé. Celui qui est né dans les quartiers…

    ", + "content": "Clap de fin.
    \n
    \nDepuis que Marlos Romero Bonfim, dit Marlos, a mis les pieds au Shakhtar Donetsk, il y a sept ans, sa vie a complètement basculé. Celui qui est né dans les quartiers…

    ", "category": "", - "link": "https://www.sofoot.com/une-incroyable-serie-sans-succes-pour-levante-507942.html", + "link": "https://www.sofoot.com/marlos-quitte-le-shakhtar-donetsk-libre-de-tout-contrat-508228.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T15:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-une-incroyable-serie-sans-succes-pour-levante-1638806030_x600_articles-507942.jpg", + "pubDate": "2021-12-13T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-marlos-quitte-le-shakhtar-donetsk-libre-de-tout-contrat-1639393421_x600_articles-508228.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86091,19 +87687,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5a9108868a21645fe00c27bdb3baa71" + "hash": "4a9e057af1aa12823c40e06b94719d3e" }, { - "title": "Placé en détention, Massimo Ferrero quitte la présidence de la Sampdoria ", - "description": "Coup de massue sur la Samp.
    \n
    \nSon président Massimo Ferrero vient d'être placé en détention provisoire par la garde financière italienne. Accusé d'avoir mis en faillite de manière…

    ", - "content": "Coup de massue sur la Samp.
    \n
    \nSon président Massimo Ferrero vient d'être placé en détention provisoire par la garde financière italienne. Accusé d'avoir mis en faillite de manière…

    ", + "title": "Suivez le tirage au sort des huitièmes de la Ligue des champions 2021-2022", + "description": "Après une intense bataille de six journées, le Paris Saint-Germain et Lille sont sortis vivants de ce premier tour de la Ligue des champions 2021-2022. Il ne reste désormais plus que seize prétendants à la victoire finale, et le tirage au sort s'apprête à être effectué. Alors, du lourd à venir pour Paris et Lille ?

    Les qualifiés :

    \n

    Chapeau 1

    \n
    \n
    ", + "content": "

    Les qualifiés :

    \n

    Chapeau 1

    \n
    \n
    ", "category": "", - "link": "https://www.sofoot.com/place-en-detention-massimo-ferrero-quitte-la-presidence-de-la-sampdoria-507941.html", + "link": "https://www.sofoot.com/suivez-le-tirage-au-sort-des-huitiemes-de-la-ligue-des-champions-2021-2022-508223.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T15:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-place-en-detention-massimo-ferrero-quitte-la-presidence-de-la-sampdoria-1638805627_x600_articles-507941.jpg", + "pubDate": "2021-12-13T10:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-suivez-le-tirage-au-sort-des-huitiemes-de-la-ligue-des-champions-2021-2022-1639388048_x600_articles-alt-508223.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86111,19 +87708,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3176e60bb96491e2777b88a185805477" + "hash": "a8912e6b4f34791228d7e1aabae496bd" }, { - "title": "Le Cannet ne sait pas comment il va accueillir l'OM", - "description": "La magie de la Coupe de France.
    \n
    \nLe tirage au sort des 32es de…

    ", - "content": "La magie de la Coupe de France.
    \n
    \nLe tirage au sort des 32es de…

    ", + "title": "Le Belge Thomas Vermaelen va quitter le Vissel Kobe", + "description": "Andrés Iniesta perd un soldat.
    \n
    \nExpatrié au Japon depuis juillet 2019, Thomas Vermaelen ne verra pas son contrat prolongé au Vissel Kobe. À 36 ans, le défenseur belge sera libre…

    ", + "content": "Andrés Iniesta perd un soldat.
    \n
    \nExpatrié au Japon depuis juillet 2019, Thomas Vermaelen ne verra pas son contrat prolongé au Vissel Kobe. À 36 ans, le défenseur belge sera libre…

    ", "category": "", - "link": "https://www.sofoot.com/le-cannet-ne-sait-pas-comment-il-va-accueillir-l-om-507938.html", + "link": "https://www.sofoot.com/le-belge-thomas-vermaelen-va-quitter-le-vissel-kobe-508226.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T15:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-cannet-ne-sait-pas-comment-il-va-accueillir-l-om-1638805227_x600_articles-507938.jpg", + "pubDate": "2021-12-13T10:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-belge-thomas-vermaelen-va-quitter-le-vissel-kobe-1639390452_x600_articles-508226.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86131,19 +87729,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "631d5da6c52f3fa69b5f0a619e5f30da" + "hash": "f05c669fd348297614a3eeea80e59f51" }, { - "title": "Affaire de la sextape : Karim Zenati fait aussi appel", - "description": "Du rab pour la justice.
    \n
    \nDans la foulée du verdict rendu par le tribunal de Versailles le 24 novembre dernier,…

    ", - "content": "Du rab pour la justice.
    \n
    \nDans la foulée du verdict rendu par le tribunal de Versailles le 24 novembre dernier,…

    ", + "title": "Le Français Hubert Velud, sélectionneur du Soudan, démis de ses fonctions", + "description": "La valse des entraîneurs se poursuit sur le continent africain.
    \n
    \nLa…

    ", + "content": "La valse des entraîneurs se poursuit sur le continent africain.
    \n
    \nLa…

    ", "category": "", - "link": "https://www.sofoot.com/affaire-de-la-sextape-karim-zenati-fait-aussi-appel-507937.html", + "link": "https://www.sofoot.com/le-francais-hubert-velud-selectionneur-du-soudan-demis-de-ses-fonctions-508224.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T14:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-affaire-de-la-sextape-karim-zenati-fait-aussi-appel-1638803117_x600_articles-507937.jpg", + "pubDate": "2021-12-13T10:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-francais-hubert-velud-selectionneur-du-soudan-demis-de-ses-fonctions-1639389378_x600_articles-508224.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86151,19 +87750,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "707b40dd5b43034377ce2eee3da786d0" + "hash": "6f53458f78fea03e96c00304c0899e87" }, { - "title": "Lukas Podolski étend son empire du kebab", - "description": "Meilleur buteur et meilleur kebabier.
    \n
    \nLukas Podolski sait comment atteindre le cœur des supporters là où il passe. Après avoir commencé
    ", - "content": "Meilleur buteur et meilleur kebabier.
    \n
    \nLukas Podolski sait comment atteindre le cœur des supporters là où il passe. Après avoir commencé
    ", + "title": "Top 10 : Ciseaux de Ligue 1 ", + "description": "Ce week-end à Strasbourg, l'attaquant de l'OM Bamba Dieng a réalisé le plus beau but de la journée de Ligue 1 à l'aide du geste technique absolu du buteur : le ciseau retourné. L'international sénégalais entre ainsi par la grande porte dans la caste des acrobates du championnat de France. En voici dix depuis 2000. Car avant, cela aurait été un simple best-of des spécialistes Jean-Pierre Papin et Amara Simba.

    Djibril Cissé, AJ Auxerre-PSG (1-1), 4 août 2001

    \n
    \nMarquer grâce à un puissant ciseau acrobatique après que le ballon touche la barre transversale,…
    ", + "content": "

    Djibril Cissé, AJ Auxerre-PSG (1-1), 4 août 2001

    \n
    \nMarquer grâce à un puissant ciseau acrobatique après que le ballon touche la barre transversale,…
    ", "category": "", - "link": "https://www.sofoot.com/lukas-podolski-etend-son-empire-du-kebab-507936.html", + "link": "https://www.sofoot.com/top-10-ciseaux-de-ligue-1-508211.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T13:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lukas-podolski-etend-son-empire-du-kebab-1638799418_x600_articles-507936.jpg", + "pubDate": "2021-12-13T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-10-ciseaux-de-ligue-1-1639352953_x600_articles-alt-508211.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86171,19 +87771,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4a7ff941b024c7c0a7c7cce87cf3295" + "hash": "99329c8112eb7ba398b2dd933eed99e7" }, { - "title": "Faivre, Matazo et Beye donnent pour le Téléthon", - "description": "Non, vous n'avez vu aucun talent de la Ligue 1 sur le plateau de Nagui pour l'annuelle soirée du téléthon vendredi dernier.
    \n
    \nAutre chose à faire ? Allergiques aux chaussures pour…

    ", - "content": "Non, vous n'avez vu aucun talent de la Ligue 1 sur le plateau de Nagui pour l'annuelle soirée du téléthon vendredi dernier.
    \n
    \nAutre chose à faire ? Allergiques aux chaussures pour…

    ", + "title": "L'Atlas champion du Mexique après plus de 70 ans d'attente", + "description": "Guadalajara revit enfin.
    \n
    \nAprès la victoire du Club León au match aller ce jeudi (3-2), l'Atlas avait une mission à réaliser ce dimanche soir : retourner la situation et offrir enfin…

    ", + "content": "Guadalajara revit enfin.
    \n
    \nAprès la victoire du Club León au match aller ce jeudi (3-2), l'Atlas avait une mission à réaliser ce dimanche soir : retourner la situation et offrir enfin…

    ", "category": "", - "link": "https://www.sofoot.com/faivre-matazo-et-beye-donnent-pour-le-telethon-507935.html", + "link": "https://www.sofoot.com/l-atlas-champion-du-mexique-apres-plus-de-70-ans-d-attente-508222.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T13:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-faivre-matazo-et-beye-donnent-pour-le-telethon-1638799149_x600_articles-507935.jpg", + "pubDate": "2021-12-13T08:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-atlas-champion-du-mexique-apres-plus-de-70-ans-d-attente-1639385937_x600_articles-508222.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86191,19 +87792,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "39b221e120b97425666d9405c26283e3" + "hash": "dda338bf98d96a409a1446a9b41f8093" }, { - "title": "Joey Barton relaxé par la justice anglaise", - "description": "Joey dans tous les bons coups.
    \n
    \nArrivé au poste d'entraîneur de Bristol en février dernier, Barton fait décidément parler de lui où qu'il aille. Déjà
    ", - "content": "Joey dans tous les bons coups.
    \n
    \nArrivé au poste d'entraîneur de Bristol en février dernier, Barton fait décidément parler de lui où qu'il aille. Déjà
    ", + "title": "Téji Savanier (Montpellier) au sujet de l'équipe de France : \"C'est un rêve de pouvoir jouer pour son pays\"", + "description": "Un appel du pied aussi qualitatif que ses passes décisives.
    \n
    \nEncore auteur d'une remarquable prestation
    ", + "content": "Un appel du pied aussi qualitatif que ses passes décisives.
    \n
    \nEncore auteur d'une remarquable prestation
    ", "category": "", - "link": "https://www.sofoot.com/joey-barton-relaxe-par-la-justice-anglaise-507934.html", + "link": "https://www.sofoot.com/teji-savanier-montpellier-au-sujet-de-l-equipe-de-france-c-est-un-reve-de-pouvoir-jouer-pour-son-pays-508221.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T13:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-joey-barton-relaxe-par-la-justice-anglaise-1638800219_x600_articles-507934.jpg", + "pubDate": "2021-12-13T08:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-teji-savanier-montpellier-au-sujet-de-l-equipe-de-france-c-est-un-reve-de-pouvoir-jouer-pour-son-pays-1639384455_x600_articles-508221.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86211,19 +87813,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6123d4600a22456298fefbd494a75b7" + "hash": "74d5eb651afe9e5d4e4075a137469479" }, { - "title": "SoFoot Ligue : Nos conseils pour faire vos picks de la semaine 15", - "description": "Vous vous êtes inscrits à la SoFoot Ligue, mais vous ne savez pas quelle équipe choisir pour ne pas finir la semaine avec 0 point ? Rassurez-vous, nous sommes là pour vous aider.
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", - "content": "
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", + "title": "Gernot Rohr n'est plus le sélectionneur du Nigeria", + "description": "Peau neuve chez les Super Eagles.
    \n
    \nÀ moins d'un mois du début de la CAN 2022, le Nigéria frappe un grand coup en se séparant de son entraîneur Gernot Rohr, en place depuis…

    ", + "content": "Peau neuve chez les Super Eagles.
    \n
    \nÀ moins d'un mois du début de la CAN 2022, le Nigéria frappe un grand coup en se séparant de son entraîneur Gernot Rohr, en place depuis…

    ", "category": "", - "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-15-507933.html", + "link": "https://www.sofoot.com/gernot-rohr-n-est-plus-le-selectionneur-du-nigeria-508220.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-15-1638794458_x600_articles-507933.jpg", + "pubDate": "2021-12-13T08:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gernot-rohr-n-est-plus-le-selectionneur-du-nigeria-1639382890_x600_articles-508220.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86231,19 +87834,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8ad82965f512fe98999e7b351361410" + "hash": "eef02288e0880565eee8bc9bf4213529" }, { - "title": "Et si l'Inter ne s'était pas affaiblie ?", - "description": "Après sa raclée administrée à la Roma pour le compte de la seizième journée de Serie A, l'impression est confirmée : cette Inter version Simone Inzaghi, deuxième du championnat entre Milan et Naples, est monstrueuse. Une belle surprise, au vu des départs et changements subis au sein du club cet été.Après l'affrontement, qui n'en était finalement pas vraiment un, José Mourinho s'est sans doute mis en mode nostalgie. Lui qui avait tant gagné avec l'Inter il y a maintenant plus d'une décennie…", - "content": "Après l'affrontement, qui n'en était finalement pas vraiment un, José Mourinho s'est sans doute mis en mode nostalgie. Lui qui avait tant gagné avec l'Inter il y a maintenant plus d'une décennie…", + "title": "Pronostic Arminia Bielefeld Bochum : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Bochum toujours solide chez l'Arminia Bielfeld

    \n
    \nPromu l'an dernier, l'Arminia Bielfeld avait pu se sauver grâce à une très belle dernière ligne…
    ", + "content": "

    Bochum toujours solide chez l'Arminia Bielfeld

    \n
    \nPromu l'an dernier, l'Arminia Bielfeld avait pu se sauver grâce à une très belle dernière ligne…
    ", "category": "", - "link": "https://www.sofoot.com/et-si-l-inter-ne-s-etait-pas-affaiblie-507897.html", + "link": "https://www.sofoot.com/pronostic-arminia-bielefeld-bochum-analyse-cotes-et-prono-du-match-de-bundesliga-508219.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-et-si-l-inter-ne-s-etait-pas-affaiblie-1638781932_x600_articles-alt-507897.jpg", + "pubDate": "2021-12-13T07:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-arminia-bielefeld-bochum-analyse-cotes-et-prono-du-match-de-bundesliga-1639382819_x600_articles-508219.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86251,19 +87855,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4d45746178e01ad06f7fddcf9937181" + "hash": "1cc0d7e49337cf0bcbb8eb401f7b39a0" }, { - "title": "Top 7 : on a tous cru à ces (faux) buts", - "description": "Humiliée sur sa propre pelouse par l'Inter samedi (0-3), l'AS Roma pensait sauver l'honneur à la 82e minute par Nicolò Zaniolo, auteur d'une superbe mine en lucarne. Tout le monde y a cru, mais ce n'était en fait qu'une cruelle illusion d'optique. Et c'est loin d'être la première fois que ça arrive. C'est parti pour un top 100% illusion.

    ", - "content": "

    ", + "title": "Pronostic Mayence Hertha Berlin : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Des buts entre Mayence et le Hertha Berlin

    \n
    \nLa 16e journée de Bundesliga oppose deux équipes en forme. 8e au classement, Mayence…
    ", + "content": "

    Des buts entre Mayence et le Hertha Berlin

    \n
    \nLa 16e journée de Bundesliga oppose deux équipes en forme. 8e au classement, Mayence…
    ", "category": "", - "link": "https://www.sofoot.com/top-7-on-a-tous-cru-a-ces-faux-buts-507890.html", + "link": "https://www.sofoot.com/pronostic-mayence-hertha-berlin-analyse-cotes-et-prono-du-match-de-bundesliga-508218.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-7-on-a-tous-cru-a-ces-faux-buts-1638710066_x600_articles-alt-507890.jpg", + "pubDate": "2021-12-13T07:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-mayence-hertha-berlin-analyse-cotes-et-prono-du-match-de-bundesliga-1639383860_x600_articles-508218.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86271,19 +87876,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "747f4a7ea05eeac1292bdf3387f891f3" + "hash": "52d37345fa70fcd49c1e615355fe07f3" }, { - "title": "Tromsø lance un maillot QR code qui dénonce le Qatar", - "description": "L'air nordique est bon pour la créativité.
    \n
    \nClub de la plus grande ville au nord du cercle polaire arctique, Tromsø IL, actuel 12e du championnat norvégien, a dévoilé un…

    ", - "content": "L'air nordique est bon pour la créativité.
    \n
    \nClub de la plus grande ville au nord du cercle polaire arctique, Tromsø IL, actuel 12e du championnat norvégien, a dévoilé un…

    ", + "title": "Pronostic Wolfsbourg Cologne : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Wolfsbourg n'y arrive toujours pas à Cologne

    \n
    \nRien ne vas plus pour Wolfsbourg. 4e de Bundesliga la saison passée, le club estampillé…
    ", + "content": "

    Wolfsbourg n'y arrive toujours pas à Cologne

    \n
    \nRien ne vas plus pour Wolfsbourg. 4e de Bundesliga la saison passée, le club estampillé…
    ", "category": "", - "link": "https://www.sofoot.com/troms-c3-b8-lance-un-maillot-qr-code-qui-denonce-le-qatar-507931.html", + "link": "https://www.sofoot.com/pronostic-wolfsbourg-cologne-analyse-cotes-et-prono-du-match-de-bundesliga-508217.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T12:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-troms-c3-b8-lance-un-maillot-qr-code-qui-denonce-le-qatar-1638793792_x600_articles-507931.jpg", + "pubDate": "2021-12-13T07:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-wolfsbourg-cologne-analyse-cotes-et-prono-du-match-de-bundesliga-1639393856_x600_articles-508217.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86291,19 +87897,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "af0337d99a3b034b2f8b82c5ded77dd6" + "hash": "b9d929548a390674ba77a24528189671" }, { - "title": "Pronostic Shakhtar Donetsk Sheriff Tiraspol : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Le Shakhtar Donetsk se console face au Sheriff Tiraspol

    \n
    \nAvec un seul point au compteur, le Shakhtar Donetsk est éliminé de toutes compétitions…
    ", - "content": "

    Le Shakhtar Donetsk se console face au Sheriff Tiraspol

    \n
    \nAvec un seul point au compteur, le Shakhtar Donetsk est éliminé de toutes compétitions…
    ", + "title": "Pronostic Stuttgart Bayern Munich : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Le Bayern fait le taf face à Stuttgart

    \n
    \nDe retour dans l'élite du football allemand l'an passé, Stuttgart avait facilement obtenu son maintien en…
    ", + "content": "

    Le Bayern fait le taf face à Stuttgart

    \n
    \nDe retour dans l'élite du football allemand l'an passé, Stuttgart avait facilement obtenu son maintien en…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-shakhtar-donetsk-sheriff-tiraspol-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507929.html", + "link": "https://www.sofoot.com/pronostic-stuttgart-bayern-munich-analyse-cotes-et-prono-du-match-de-bundesliga-508216.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T11:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-shakhtar-donetsk-sheriff-tiraspol-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638792501_x600_articles-507929.jpg", + "pubDate": "2021-12-13T07:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-stuttgart-bayern-munich-analyse-cotes-et-prono-du-match-de-bundesliga-1639381676_x600_articles-508216.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86311,19 +87918,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "145285f6a7302bc24ea4a0931bc89887" + "hash": "4e7f2ecbaf731d462c93b25a15653d80" }, { - "title": "Les supporters des Rangers interdits de déplacement à Lyon à 3 jours du match", - "description": "Décidément, tout ce qui est bleu n'est pas le bienvenu à Décines.
    \n
    \nLes 2200 supporters du Rangers FC qui devaient assister à la rencontre à Lyon ce jeudi dans le cadre de la…

    ", - "content": "Décidément, tout ce qui est bleu n'est pas le bienvenu à Décines.
    \n
    \nLes 2200 supporters du Rangers FC qui devaient assister à la rencontre à Lyon ce jeudi dans le cadre de la…

    ", + "title": "Pronostic Brentford Manchester United : Analyse, cotes et prono du match de Premier League", + "description": "

    Brentford tient tête à Manchester United

    \n
    \nDans une fin d'année civile hyper chargée en Angleterre, Manchester United a un déplacement compliqué…
    ", + "content": "

    Brentford tient tête à Manchester United

    \n
    \nDans une fin d'année civile hyper chargée en Angleterre, Manchester United a un déplacement compliqué…
    ", "category": "", - "link": "https://www.sofoot.com/les-supporters-des-rangers-interdits-de-deplacement-a-lyon-a-3-jours-du-match-507959.html", + "link": "https://www.sofoot.com/pronostic-brentford-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-508215.html", "creator": "SO FOOT", - "pubDate": "2021-12-07T10:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-supporters-des-rangers-interdits-de-deplacement-a-lyon-a-3-jours-du-match-1638871493_x600_articles-507959.jpg", + "pubDate": "2021-12-13T07:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brentford-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-1639380998_x600_articles-508215.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86331,19 +87939,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "35abe3e351fbd25d15ea537f3e4e6e59" + "hash": "05d8e63869dc34c6b9b98c9ba56f5281" }, { - "title": "Le Standard de Liège va fermer une partie de ses tribunes après les débordements contre Charleroi", - "description": "Liège hors de ses standards.
    \n
    \nLe derby entre le Standard de Liège et Charleroi, disputé ce dimanche (0-3),
    ", - "content": "Liège hors de ses standards.
    \n
    \nLe derby entre le Standard de Liège et Charleroi, disputé ce dimanche (0-3),
    ", + "title": "Pronostic Manchester City Leeds : Analyse, cotes et prono du match de Premier League", + "description": "

    Un Manchester City très solide face à Leeds

    \n
    \nAprès avoir concédé une défaite sans conséquence en Ligue des Champions face au RB Leipzig mardi…
    ", + "content": "

    Un Manchester City très solide face à Leeds

    \n
    \nAprès avoir concédé une défaite sans conséquence en Ligue des Champions face au RB Leipzig mardi…
    ", "category": "", - "link": "https://www.sofoot.com/le-standard-de-liege-va-fermer-une-partie-de-ses-tribunes-apres-les-debordements-contre-charleroi-507930.html", + "link": "https://www.sofoot.com/pronostic-manchester-city-leeds-analyse-cotes-et-prono-du-match-de-premier-league-508214.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T11:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-standard-de-liege-va-fermer-une-partie-de-ses-tribunes-apres-les-debordements-contre-charleroi-1638792280_x600_articles-507930.jpg", + "pubDate": "2021-12-13T07:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-city-leeds-analyse-cotes-et-prono-du-match-de-premier-league-1639380055_x600_articles-508214.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86351,19 +87960,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b60a03a6f02f94b724064457c40eb25" + "hash": "d66a6b81c499ef00876902e0deaa075a" }, { - "title": "Pronostic Borussia Dortmund Besiktas : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Le Borussia Dortmund finit en trombe face au Besiktas

    \n
    \nAnnoncé comme le favori de ce groupe, le Borussia Dortmund devra se contenter de la 3e
    ", - "content": "

    Le Borussia Dortmund finit en trombe face au Besiktas

    \n
    \nAnnoncé comme le favori de ce groupe, le Borussia Dortmund devra se contenter de la 3e
    ", + "title": "Pronostic Norwich Aston Villa : Analyse, cotes et prono du match de Premier League", + "description": "

    Aston Villa enfonce un peu + Norwich

    \n
    \nPromu cette saison en Premier League, Norwich est l'une de ces formations habituées à faire le yoyo entre les…
    ", + "content": "

    Aston Villa enfonce un peu + Norwich

    \n
    \nPromu cette saison en Premier League, Norwich est l'une de ces formations habituées à faire le yoyo entre les…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-borussia-dortmund-besiktas-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507928.html", + "link": "https://www.sofoot.com/pronostic-norwich-aston-villa-analyse-cotes-et-prono-du-match-de-premier-league-508213.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T11:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-borussia-dortmund-besiktas-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638791249_x600_articles-507928.jpg", + "pubDate": "2021-12-13T06:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-norwich-aston-villa-analyse-cotes-et-prono-du-match-de-premier-league-1639379392_x600_articles-508213.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86371,19 +87981,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc6a8f990d5b4b322c868a1143e7e6e4" + "hash": "2e4431e500466bb57286b74e380e2ede" }, { - "title": "Pronostic Milan AC Liverpool : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Un Milan AC – Liverpool avec des buts de chaque côté

    \n
    \nSi Liverpool est assuré de terminer en tête du groupe B de la Ligue des Champions et donc de…
    ", - "content": "

    Un Milan AC – Liverpool avec des buts de chaque côté

    \n
    \nSi Liverpool est assuré de terminer en tête du groupe B de la Ligue des Champions et donc de…
    ", + "title": "Ces trois infos du week-end vont vous étonner", + "description": "Parce qu'il n'y a pas que les championnats du Big Five dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : une soirée endiablée en Argentine, une lanterne rouge en grande galère en Tchéquie et un scénario fou en D4 anglaise.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-milan-ac-liverpool-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507926.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-508205.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T11:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-milan-ac-liverpool-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638790466_x600_articles-507926.jpg", + "pubDate": "2021-12-13T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1639335410_x600_articles-508205.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86391,19 +88002,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "760af34307dbf48c6d639a35161d3222" + "hash": "46f045d310a571ea4b5c4cc1955c4fda" }, { - "title": "Javier Tebas charge Florentino Pérez au sujet des accords commerciaux de la Liga", - "description": "Le meilleur ami du PSG s'est trouvé une nouvelle proie.
    \n
    \nSi l'inimitié entre Javier Tebas, l'actuel boss de la Liga, et Florentino Pérez, le patron du Real Madrid, n'est pas nouvelle,…

    ", - "content": "Le meilleur ami du PSG s'est trouvé une nouvelle proie.
    \n
    \nSi l'inimitié entre Javier Tebas, l'actuel boss de la Liga, et Florentino Pérez, le patron du Real Madrid, n'est pas nouvelle,…

    ", + "title": "Didier Ovono : \"Là je suis à Trélazé, demain je peux être avec Aubameyang\"", + "description": "Après avoir connu la Ligue 1, la Ligue des champions et les Jeux olympiques, Didier Ovono garde aujourd'hui les cages du Foyer Trélazé (Maine-et-Loire) en Régional 1. Un club où il a retrouvé le plaisir de jouer au football. À bientôt 39 ans, le portier gabonais ne s'interdit rien. Et surtout pas de disputer une cinquième Coupe d'Afrique des nations avec les Panthères, auxquelles il espère pouvoir apporter toute son expérience.Comment tu t'es retrouvé au Foyer Trélazé ?
    \nC'est une belle histoire. Le petit cousin de ma femme s'entraînait avec l'équipe première de Trélazé, il…
    ", + "content": "Comment tu t'es retrouvé au Foyer Trélazé ?
    \nC'est une belle histoire. Le petit cousin de ma femme s'entraînait avec l'équipe première de Trélazé, il…
    ", "category": "", - "link": "https://www.sofoot.com/javier-tebas-charge-florentino-perez-au-sujet-des-accords-commerciaux-de-la-liga-507925.html", + "link": "https://www.sofoot.com/didier-ovono-la-je-suis-a-trelaze-demain-je-peux-etre-avec-aubameyang-508183.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T11:06:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-javier-tebas-charge-florentino-perez-au-sujet-des-accords-commerciaux-de-la-liga-1638791986_x600_articles-507925.jpg", + "pubDate": "2021-12-13T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-didier-ovono-la-je-suis-a-trelaze-demain-je-peux-etre-avec-aubameyang-1639321087_x600_articles-alt-508183.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86411,19 +88023,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5458c016565882a963d61373a8f3c8c3" + "hash": "a0cc7b4abe21cc910ababb3847513077" }, { - "title": "D'après le CIES, Moussa Diaby et Kylian Mbappé ont actuellement la même valeur marchande", - "description": "Encore un ancien titi qui vole la vedette aux joueurs du PSG.
    \n
    \nDans sa lettre hebdomadaire, le…

    ", - "content": "Encore un ancien titi qui vole la vedette aux joueurs du PSG.
    \n
    \nDans sa lettre hebdomadaire, le…

    ", + "title": "Dans les frissons de Nantes", + "description": "Auteur d'une vibrante deuxième période vendredi lors de la réception de Lens (3-2), le FC Nantes - dixième - se stabilise en milieu de tableau et prouve, après une moitié de championnat, qu'il a retrouvé une âme.Vendredi soir, c'était évènement à la Beaujoire, et pas seulement parce que le RC Lens de Franck Haise descendait en Loire-Atlantique. Disparu le 5 décembre à 72 ans, le Britannique

    L'Ajax finit en beauté face au Sporting

    \n
    \nLe groupe C de la Ligue des champions a déjà donné son verdict, puisque l'Ajax est assuré de terminer…
    ", - "content": "

    L'Ajax finit en beauté face au Sporting

    \n
    \nLe groupe C de la Ligue des champions a déjà donné son verdict, puisque l'Ajax est assuré de terminer…
    ", + "title": "Kylian Mbappé : 2021, l'année du patron", + "description": "Suspendu pour la dernière journée de Ligue 1 contre Lorient, et probablement pas du voyage à Feignies-Aulnoye en Coupe de France, Kylian Mbappé a terminé l'année 2021 comme il l'a commencé : en portant le PSG sur ses larges épaules. Auteur d'un doublé face à l'AS Monaco ce dimanche, l'attaquant formé sur la Côte d'Azur a permis au club de la capitale de gagner à nouveau en championnat (2-0). Certains doutent-ils encore de qui est le patron ?\" Merci Kylian Mbappé ? Ça me va très bien. \" Marquinhos peut plaisanter au micro de Prime Vidéo au moment de résumer la prestation parisienne face à Monaco. Mais la phrase…", + "content": "\" Merci Kylian Mbappé ? Ça me va très bien. \" Marquinhos peut plaisanter au micro de Prime Vidéo au moment de résumer la prestation parisienne face à Monaco. Mais la phrase…", "category": "", - "link": "https://www.sofoot.com/pronostic-ajax-sporting-lisbonne-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507924.html", + "link": "https://www.sofoot.com/kylian-mbappe-2021-l-annee-du-patron-508209.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T10:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-ajax-sporting-lisbonne-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638789125_x600_articles-507924.jpg", + "pubDate": "2021-12-12T22:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-2021-l-annee-du-patron-1639348767_x600_articles-alt-508209.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86451,19 +88065,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d949b4b8919dc535a0ffe34177276823" + "hash": "8d268f32a30435dcd505d3035f250227" }, { - "title": "Lucas Hernández : \"La première année et demie au Bayern a été la pire période de ma carrière\"", - "description": "Retour au terrain.
    \n
    \nPlus d'un mois après avoir appris qu'il n'irait pas derrière les barreaux pour…

    ", - "content": "Retour au terrain.
    \n
    \nPlus d'un mois après avoir appris qu'il n'irait pas derrière les barreaux pour…

    ", + "title": "Les notes de Paris-Monaco", + "description": "Paris n'est toujours pas flamboyant dans le jeu mais peut encore compter sur Kylian Mbappé et Marquinhos pour assurer l'essentiel face à Monaco (2-0). Il faut dire que les attaquants monégasques ont été presque aussi timides que le public du Parc.

    Ils se sont illustrés


    \n
    \nFait…

    ", + "content": "

    Ils se sont illustrés


    \n
    \nFait…

    ", "category": "", - "link": "https://www.sofoot.com/lucas-hernandez-la-premiere-annee-et-demie-au-bayern-a-ete-la-pire-periode-de-ma-carriere-507922.html", + "link": "https://www.sofoot.com/les-notes-de-paris-monaco-508208.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T10:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lucas-hernandez-la-premiere-annee-et-demie-au-bayern-a-ete-la-pire-periode-de-ma-carriere-1638789513_x600_articles-507922.jpg", + "pubDate": "2021-12-12T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-paris-monaco-1639345714_x600_articles-alt-508208.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86471,19 +88086,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cdfd5006c2a4f111e6b66ee3d522ab2" + "hash": "be60fd3a11449ca69cbc51d1ae68be36" }, { - "title": "Loïc Perrin rejoint la direction de l'ASSE", - "description": "Plus d'entraîneur, mais un nouveau coordinateur sportif.
    \n
    \n\"L'AS Saint-Étienne annonce la…

    ", - "content": "Plus d'entraîneur, mais un nouveau coordinateur sportif.
    \n
    \n\"L'AS Saint-Étienne annonce la…

    ", + "title": "Le Real met l'Atlético à terre dans le derby", + "description": "Brillant par moments, le Real Madrid a mis son rival de l'Atlético sous cloche au Bernabéu (2-0), histoire d'asseoir un peu plus son emprise sur la Liga 2021-2022. Vinícius Júnior, Luka Modrić, Thibaut Courtois et Karim Benzema ont été, encore et toujours, les grands messieurs de la leçon prodiguée par Carlo Ancelotti à Diego Simeone.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/loic-perrin-rejoint-la-direction-de-l-asse-507918.html", + "link": "https://www.sofoot.com/le-real-met-l-atletico-a-terre-dans-le-derby-508168.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T09:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-loic-perrin-rejoint-la-direction-de-l-asse-1638784578_x600_articles-507918.jpg", + "pubDate": "2021-12-12T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-real-met-l-atletico-a-terre-dans-le-derby-1639347139_x600_articles-alt-508168.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86491,19 +88107,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b27315d04cc0e282589b9394f423ce84" + "hash": "e9f4706fc66d623353efa953088940b3" }, { - "title": "Anthony Lopes : \"Douzièmes, c'est inadmissible quand on est l'OL\"", - "description": "Le Lyon qui miaule.
    \n
    \nAu terme d'un match nul frustrant contre les Girondins de Bordeaux ce dimanche…

    ", - "content": "Le Lyon qui miaule.
    \n
    \nAu terme d'un match nul frustrant contre les Girondins de Bordeaux ce dimanche…

    ", + "title": "PSG-ASM : Mbappé corrige Monaco", + "description": "Pour son dernier match de 2021 au Parc des Princes, le PSG a fait ce qu'il savait faire de mieux : jouer moyennement bien et gagner grâce à Mbappé. Le Français, auteur d'un doublé face à son ancien club, a scellé le sort d'une bien triste affiche du dimanche soir (2-0). Sans être beaucoup plus séduisant, Paris reste large leader de Ligue 1.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/anthony-lopes-douziemes-c-est-inadmissible-quand-on-est-l-ol-507917.html", + "link": "https://www.sofoot.com/psg-asm-mbappe-corrige-monaco-508207.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T09:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-anthony-lopes-douziemes-c-est-inadmissible-quand-on-est-l-ol-1638785840_x600_articles-507917.jpg", + "pubDate": "2021-12-12T21:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-psg-asm-mbappe-corrige-monaco-1639345623_x600_articles-alt-508207.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86511,19 +88128,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8756359b7684ae66a81f0fdb53a5d252" + "hash": "afae7951a08341941dda0ce6dfd70c4f" }, { - "title": "New York City rejoint Portland en finale de la MLS", - "description": "De quoi faire rechanter Frank Sinatra.
    \n
    \nLe New York City FC s'est qualifié pour la première fois de son histoire en finale de MLS en remportant ce dimanche la conférence Est du…

    ", - "content": "De quoi faire rechanter Frank Sinatra.
    \n
    \nLe New York City FC s'est qualifié pour la première fois de son histoire en finale de MLS en remportant ce dimanche la conférence Est du…

    ", + "title": "L'Inter dégomme Cagliari et prend la tête de la Serie A", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/new-york-city-rejoint-portland-en-finale-de-la-mls-507913.html", + "link": "https://www.sofoot.com/l-inter-degomme-cagliari-et-prend-la-tete-de-la-serie-a-508172.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T09:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-new-york-city-rejoint-portland-en-finale-de-la-mls-1638783362_x600_articles-507913.jpg", + "pubDate": "2021-12-12T21:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-inter-degomme-cagliari-et-prend-la-tete-de-la-serie-a-1639345976_x600_articles-508172.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86531,19 +88149,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad384f877f49abc8caaee66662410725" + "hash": "4e403825eff0c6674ada8da1d008b7cb" }, { - "title": "Pronostic Porto Atlético Madrid : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Porto joue un sale tour à l'Atlético Madrid

    \n
    \nCette affiche entre le FC Porto et l'Atlético Madrid s'apparente à un 16e de finale…
    ", - "content": "

    Porto joue un sale tour à l'Atlético Madrid

    \n
    \nCette affiche entre le FC Porto et l'Atlético Madrid s'apparente à un 16e de finale…
    ", + "title": "En direct : Real Madrid - Atlético Madrid", + "description": "53' : En tout cas, la malédiction So Foot n'a pas frappé Courtois pour le moment. Au ...", + "content": "53' : En tout cas, la malédiction So Foot n'a pas frappé Courtois pour le moment. Au ...", "category": "", - "link": "https://www.sofoot.com/pronostic-porto-atletico-madrid-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507916.html", + "link": "https://www.sofoot.com/en-direct-real-madrid-atletico-madrid-508204.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T09:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-porto-atletico-madrid-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638783414_x600_articles-507916.jpg", + "pubDate": "2021-12-12T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-real-madrid-atletico-madrid-1639338509_x600_articles-508204.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86551,19 +88170,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c300db1e1c623d4b2bc97e69be5fe40" + "hash": "6445fdbf872ba932f2687732c600c070" }, { - "title": "Mo Salah met la pression sur le club pour sa prolongation", - "description": "Une situation pour le moins paradoxale.
    \n
    \nLorsque les dirigeants du FC…

    ", - "content": "Une situation pour le moins paradoxale.
    \n
    \nLorsque les dirigeants du FC…

    ", + "title": "En direct : PSG - Monaco", + "description": "70' : Kyky Mbappé qui se laisse tomber un peu trop facilement dans la surface pour réclamer un ...", + "content": "70' : Kyky Mbappé qui se laisse tomber un peu trop facilement dans la surface pour réclamer un ...", "category": "", - "link": "https://www.sofoot.com/mo-salah-met-la-pression-sur-le-club-pour-sa-prolongation-507915.html", + "link": "https://www.sofoot.com/en-direct-psg-monaco-508206.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T09:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mo-salah-met-la-pression-sur-le-club-pour-sa-prolongation-1638782961_x600_articles-507915.jpg", + "pubDate": "2021-12-12T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-psg-monaco-1639335623_x600_articles-508206.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86571,19 +88191,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9598b32d4659ab24b7742a0e067b2927" + "hash": "4ed7b6191526e988135327c09405389e" }, { - "title": "Bosz : \"À mon avis, ça n'a rien à voir avec le système\"", - "description": "Une tentative de défense meilleure que celle de son équipe.
    \n
    \nDécevant depuis plusieurs semaines, l'Olympique lyonnais l'a encore été ce dimanche soir au Matmut Atlantique
    ", - "content": "Une tentative de défense meilleure que celle de son équipe.
    \n
    \nDécevant depuis plusieurs semaines, l'Olympique lyonnais l'a encore été ce dimanche soir au Matmut Atlantique
    ", + "title": "Le Betis corrige la Real Sociedad", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/bosz-a-mon-avis-ca-n-a-rien-a-voir-avec-le-systeme-507919.html", + "link": "https://www.sofoot.com/le-betis-corrige-la-real-sociedad-508203.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T09:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bosz-a-mon-avis-ca-n-a-rien-a-voir-avec-le-systeme-1638785721_x600_articles-507919.jpg", + "pubDate": "2021-12-12T19:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-betis-corrige-la-real-sociedad-1639337667_x600_articles-508203.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86591,19 +88212,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "769c77f0baba041c792e13b0694a9c0f" + "hash": "a0488444a2b32467452cace4e6e6354d" }, { - "title": "Pronostic Leipzig Manchester City : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Manchester City ne lâche rien à Leipzig

    \n
    \nEn s'imposant avec la manière à Bruges (0-5) lors de la dernière journée en date, Leipzig a fait un…
    ", - "content": "

    Manchester City ne lâche rien à Leipzig

    \n
    \nEn s'imposant avec la manière à Bruges (0-5) lors de la dernière journée en date, Leipzig a fait un…
    ", + "title": "Empoli surprend le Napoli", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-leipzig-manchester-city-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507914.html", + "link": "https://www.sofoot.com/empoli-surprend-le-napoli-508202.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T08:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-leipzig-manchester-city-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638782583_x600_articles-507914.jpg", + "pubDate": "2021-12-12T19:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-empoli-surprend-le-napoli-1639336250_x600_articles-508202.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86611,19 +88233,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c03483644fe0e34016522915ff01337" + "hash": "91ba388435c27bb1279ea856d78e520b" }, { - "title": "Le derby entre Charleroi et le Standard définitivement interrompu", - "description": "Une affaire qui risque de couter cher au Standard.
    \n
    \nMené 3-0 par Charleroi dans le derby wallon en Jupiler Pro League, Liège continue de s'enfoncer en championnat. Et ses supporters ont…

    ", - "content": "Une affaire qui risque de couter cher au Standard.
    \n
    \nMené 3-0 par Charleroi dans le derby wallon en Jupiler Pro League, Liège continue de s'enfoncer en championnat. Et ses supporters ont…

    ", + "title": "Francfort fait exploser le Bayer Leverkusen", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-derby-entre-charleroi-et-le-standard-definitivement-interrompu-507912.html", + "link": "https://www.sofoot.com/francfort-fait-exploser-le-bayer-leverkusen-508197.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T08:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-derby-entre-charleroi-et-le-standard-definitivement-interrompu-1638781315_x600_articles-507912.jpg", + "pubDate": "2021-12-12T18:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-francfort-fait-exploser-le-bayer-leverkusen-1639334029_x600_articles-508197.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86631,19 +88254,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "572430b5fb3f2c829efece28aff69ae6" + "hash": "dd7fa051c19741cb23e934fb4c7e851c" }, { - "title": "Pronostic Real Madrid Inter Milan : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Le Real Madrid enchaîne face à l'Inter pour la 1re place

    \n
    \nAssurés de participer aux huitièmes de finale de la Ligue des Champions,…
    ", - "content": "

    Le Real Madrid enchaîne face à l'Inter pour la 1re place

    \n
    \nAssurés de participer aux huitièmes de finale de la Ligue des Champions,…
    ", + "title": "Everton retombe dans ses travers à Crystal Palace", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-real-madrid-inter-milan-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507911.html", + "link": "https://www.sofoot.com/everton-retombe-dans-ses-travers-a-crystal-palace-508173.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T08:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-inter-milan-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638781225_x600_articles-507911.jpg", + "pubDate": "2021-12-12T18:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-everton-retombe-dans-ses-travers-a-crystal-palace-1639334395_x600_articles-508173.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86651,19 +88275,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c63a4497b507aaa0312e7c0c2c1d0fb" + "hash": "a677fc67294bd4a8a18a2d11015b3c77" }, { - "title": "Antonetti se paye Ibrahima Niane", - "description": "De Préville vous manque et tout est dépeuplé.
    \n
    \nEn l'absence de Nicolas De Préville à Monaco (défaite…

    ", - "content": "De Préville vous manque et tout est dépeuplé.
    \n
    \nEn l'absence de Nicolas De Préville à Monaco (défaite…

    ", + "title": "Marseille mate Strasbourg et repasse dauphin du PSG", + "description": "Porté par un but fantastique de Bamba Dieng, l'Olympique de Marseille a parfaitement maîtrisé son déplacement périlleux à Strasbourg ce dimanche (0-2) et repris la deuxième place de Ligue 1 pour un point au Stade rennais. Un succès qui confirme une tendance : l'OM pragmatique fonctionne en cette fin d'année.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/antonetti-se-paye-ibrahima-niane-507910.html", + "link": "https://www.sofoot.com/marseille-mate-strasbourg-et-repasse-dauphin-du-psg-508199.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T08:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-antonetti-se-paye-ibrahima-niane-1638779997_x600_articles-507910.jpg", + "pubDate": "2021-12-12T18:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-marseille-mate-strasbourg-et-repasse-dauphin-du-psg-1639332726_x600_articles-alt-508199.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86671,19 +88296,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "96896e4187c41327944b16950c4f736d" + "hash": "6982d5c1a9dfb9e09465731be35dd203" }, { - "title": "L'Universidad sauvée par trois buts dans les dix dernières minutes", - "description": "Une opération sauvetage digne du RAID.
    \n
    \nAvec trois buts dans les dix dernières minutes, l'Universidad de Chile, club de Santiago, la capitale, s'est sauvé de la relégation lors de la…

    ", - "content": "Une opération sauvetage digne du RAID.
    \n
    \nAvec trois buts dans les dix dernières minutes, l'Universidad de Chile, club de Santiago, la capitale, s'est sauvé de la relégation lors de la…

    ", + "title": "Osasuna et le Barça se neutralisent", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-universidad-sauvee-par-trois-buts-dans-les-dix-dernieres-minutes-507908.html", + "link": "https://www.sofoot.com/osasuna-et-le-barca-se-neutralisent-508198.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T08:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-universidad-sauvee-par-trois-buts-dans-les-dix-dernieres-minutes-1638779168_x600_articles-507908.jpg", + "pubDate": "2021-12-12T17:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-osasuna-et-le-barca-se-neutralisent-1639329841_x600_articles-508198.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86691,19 +88317,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d77d1b69f08cffb73da958648e2a5d3" + "hash": "77be041a6e641c4e4bd8e9b54cccd51e" }, { - "title": "EuroMillions mardi 7 décembre 2021 : 143 millions d'€ à gagner !", - "description": "Jamais 2 sans 3 ? Deux Français ont remporté en octobre et novembre d'énorme jackpot EuroMillions. Ce mardi 7 décembre 2021, la cagnotte EuroMillions met en jeu 143 millions d'euros à gagner ! De quoi donner quelques idées aux joueurs français...

    EuroMillions du mardi 7 décembre 2021 : 143M d'€

    \n
    \nNon gagnée vendredi, le super jackpot de l'EuroMillions revient avec 143 millions d'euros
    ", - "content": "

    EuroMillions du mardi 7 décembre 2021 : 143M d'€

    \n
    \nNon gagnée vendredi, le super jackpot de l'EuroMillions revient avec 143 millions d'euros
    ", + "title": "Le Standard bat Antwerp au milieu des bagarres", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/euromillions-mardi-7-decembre-2021-143-millions-d-e-a-gagner-507907.html", + "link": "https://www.sofoot.com/le-standard-bat-antwerp-au-milieu-des-bagarres-508196.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T06:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-euromillions-mardi-7-decembre-2021-143-millions-d-e-a-gagner-1638774337_x600_articles-507907.jpg", + "pubDate": "2021-12-12T16:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-standard-bat-antwerp-au-milieu-des-bagarres-1639327021_x600_articles-508196.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86711,19 +88338,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "13ceecc07a30fe3d79671480ae1af1e3" + "hash": "99ca00ebd25d5be046d556c3dfda2d17" }, { - "title": "Claude Puel, Vert trop solitaire", - "description": "Pour la deuxième fois en vingt ans de carrière, Claude Puel s'apprête à être limogé en cours de saison. Une issue devenue inévitable pour le technicien de 60 ans, dans l'impasse à Saint-Étienne, où il n'a jamais pu poser sa patte malgré la confiance des dirigeants.
    Qu'on voit les Verts à moitié pleins, ou à moitié vides, on ne peut s'empêcher d'avoir un goût de gâchis en bouche à l'annonce du départ de Claude Puel. Après un peu plus de deux…", - "content": "Qu'on voit les Verts à moitié pleins, ou à moitié vides, on ne peut s'empêcher d'avoir un goût de gâchis en bouche à l'annonce du départ de Claude Puel. Après un peu plus de deux…", + "title": "Leicester enfonce Newcastle, pas de buts entre Burnley et West Ham", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/claude-puel-vert-trop-solitaire-507906.html", + "link": "https://www.sofoot.com/leicester-enfonce-newcastle-pas-de-buts-entre-burnley-et-west-ham-508193.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-claude-puel-vert-trop-solitaire-1638739556_x600_articles-alt-507906.jpg", + "pubDate": "2021-12-12T16:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leicester-enfonce-newcastle-pas-de-buts-entre-burnley-et-west-ham-1639325766_x600_articles-508193.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86731,19 +88359,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b30aae2ad042d78f56b2c76e60ee079e" + "hash": "4b351c80db6dd1e82593cbf6bb755d4e" }, { - "title": "Ces trois infos du week-end vont vous étonner", - "description": "Parce qu'il n'y a pas que les championnats du \"Big Five\" dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : un 22e titre de champion de Suède pour Malmö, la Ligue Europa africaine et une série dingue en Serbie.

    ", - "content": "

    ", + "title": "Nice se relance à Rennes ", + "description": "Dans une rencontre animée, Nice a pris le dessus sur Rennes (1-2) grâce à des buts de Kasper Dolberg et Youcef Atal. Comme face à Lille dix jours plus tôt, les Bretons sont revenus dans la partie avec une réalisation de Benjamin Bourigeaud, sans réussir à rattraper son adversaire du jour, qui monte sur le podium et revient à une longueur du SRFC.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-507903.html", + "link": "https://www.sofoot.com/nice-se-relance-a-rennes-508185.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1638728100_x600_articles-507903.jpg", + "pubDate": "2021-12-12T16:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nice-se-relance-a-rennes-1639325061_x600_articles-alt-508185.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86751,19 +88380,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8119f3cd7a361eb1bcff6b9d27c1ab0b" + "hash": "8286204018d1869ccff6217fc496fe9e" }, { - "title": "Brest a le vent dans le dos", - "description": "Incapable de gagner pendant de longues semaines, le Brest de Michel Der Zakarian n'en finit plus de mettre à genoux ses adversaires. Depuis le déclic face à Monaco fin octobre, les Ty Zef sont inarrêtables, eux qui ont enchaîné un sixième succès consécutif samedi, au Vélodrome. Mais qui pourra donc arrêter cette bande de pirates sanguinaires prêts à tout pour faire trembler la Ligue 1 ?Le 31 octobre dernier, tout semblait gris au-dessus de la tête du Stade brestois, toujours privé de victoire après onze journées et contraint de barboter aux côtés de Metz et Saint-Étienne,…", - "content": "Le 31 octobre dernier, tout semblait gris au-dessus de la tête du Stade brestois, toujours privé de victoire après onze journées et contraint de barboter aux côtés de Metz et Saint-Étienne,…", + "title": "Clermont surprend Angers", + "description": "Clermont sort de la zone rouge, tandis qu'Angers reste bloqué au milieu de tableau.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/brest-a-le-vent-dans-le-dos-507900.html", + "link": "https://www.sofoot.com/clermont-surprend-angers-508191.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-brest-a-le-vent-dans-le-dos-1638716172_x600_articles-alt-507900.jpg", + "pubDate": "2021-12-12T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-clermont-surprend-angers-1639324330_x600_articles-508191.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86771,19 +88401,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e9881904411df5e00100cd510634047" + "hash": "126bbde43bb05d6f7785fc00471d921a" }, { - "title": "SO FOOT #192", - "description": "Lire le sommaire S'abonner
    \nEN KIOSQUE LE 09/12/2021
    \n

    \nBruno Genesio.
    \nDéfenseur du coaching à la française,…


    ", - "content": "
    \nEN KIOSQUE LE 09/12/2021
    \n

    \nBruno Genesio.
    \nDéfenseur du coaching à la française,…


    ", + "title": "Metz harponne Lorient", + "description": "Les Grenats sortent de la zone rouge et y laissent Lorient.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/so-foot-192-507663.html", + "link": "https://www.sofoot.com/metz-harponne-lorient-508165.html", "creator": "SO FOOT", - "pubDate": "2021-12-06T04:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-so-foot-192-1638268538_x600_articles-alt-507663.jpg", + "pubDate": "2021-12-12T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-metz-harponne-lorient-1639325344_x600_articles-508165.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86791,19 +88422,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8689692561c928ec0187a854964d5c0" + "hash": "045b79f474fc9ae4d842291b44a5f3f0" }, { - "title": "Les notes de Bordeaux-Lyon ", - "description": "Il a fallu de grands Lopes et Lukeba pour que Lyon ne se fasse pas punir par Bordeaux. Elis, lui, a montré aux attaquants lyonnais ce que c'était que de \"prendre la profondeur\".

    Les bons élèves


    \n
    \nHier, les…

    ", - "content": "

    Les bons élèves


    \n
    \nHier, les…

    ", + "title": "Bordeaux renoue avec la victoire à Troyes", + "description": "Menés au score, les Bordelais ont su renverser l'ESTAC.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-bordeaux-lyon-507905.html", + "link": "https://www.sofoot.com/bordeaux-renoue-avec-la-victoire-a-troyes-508190.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T22:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-bordeaux-lyon-1638741154_x600_articles-alt-507905.jpg", + "pubDate": "2021-12-12T15:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-renoue-avec-la-victoire-a-troyes-1639325025_x600_articles-508190.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86811,19 +88443,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8f01bdf7bd44952d52ae223eed64d63" + "hash": "94454a6337077dc1d592a815ab4b6a50" }, { - "title": "La Juventus vient à bout du Genoa malgré un énorme Sirigu", - "description": "

    ", - "content": "

    ", + "title": "L'Atalanta enchaîne contre le Hellas Vérone", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-juventus-vient-a-bout-du-genoa-malgre-un-enorme-sirigu-507868.html", + "link": "https://www.sofoot.com/l-atalanta-enchaine-contre-le-hellas-verone-508171.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-juventus-vient-a-bout-du-genoa-malgre-un-enorme-sirigu-1638740531_x600_articles-507868.jpg", + "pubDate": "2021-12-12T15:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-atalanta-enchaine-contre-le-hellas-verone-1639325017_x600_articles-508171.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86831,19 +88464,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd38e48be02b3e8702b83fb851287bd1" + "hash": "676be5d82d4934c2d198e90d6957cb4e" }, { - "title": "Bordeaux et Lyon se quittent dos à dos", - "description": "Tous deux en difficulté depuis plusieurs semaines en Ligue 1, Bordeaux et Lyon étaient en quête de rédemption ce dimanche soir. Manqué, les deux équipes se quittent sur un match nul à rebondissements (2-2) qui n'arrange personne.

    ", - "content": "

    ", + "title": "En direct : Strasbourg - Marseille", + "description": "95' : ET C'EST TERMINÉ ! Victoire moche mais victoire autoritaire de l'OM à la Meinau, et ...", + "content": "95' : ET C'EST TERMINÉ ! Victoire moche mais victoire autoritaire de l'OM à la Meinau, et ...", "category": "", - "link": "https://www.sofoot.com/bordeaux-et-lyon-se-quittent-dos-a-dos-507858.html", + "link": "https://www.sofoot.com/en-direct-strasbourg-marseille-508195.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-et-lyon-se-quittent-dos-a-dos-1638741442_x600_articles-alt-507858.jpg", + "pubDate": "2021-12-12T15:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-strasbourg-marseille-1639322906_x600_articles-508195.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86851,19 +88485,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d42e79bb1ef6b0d3b37250d65b0e74f" + "hash": "8e09f2dc3c542aee12f377b8b9b0c444" }, { - "title": "En direct : Bordeaux - Lyon ", - "description": "0' : @piticoujou: Oh merci, je vais essayer de faire du mieux possible, promis. Un petit prono ...", - "content": "0' : @piticoujou: Oh merci, je vais essayer de faire du mieux possible, promis. Un petit prono ...", + "title": "Darío Cvitanich fait également ses adieux au Racing", + "description": "Olé, olé, olé, olé, Darío, Darío !
    \n
    \nUne semaine après l'annonce de Lisandro…

    ", + "content": "Olé, olé, olé, olé, Darío, Darío !
    \n
    \nUne semaine après l'annonce de Lisandro…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-bordeaux-lyon-507904.html", + "link": "https://www.sofoot.com/dario-cvitanich-fait-egalement-ses-adieux-au-racing-508194.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-bordeaux-lyon-1638732761_x600_articles-alt-507904.jpg", + "pubDate": "2021-12-12T14:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-dario-cvitanich-fait-egalement-ses-adieux-au-racing-1639321373_x600_articles-508194.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86871,19 +88506,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "30bf643e14c700e139b7eb6a1080090c" + "hash": "5d1640936d56b3080e0a235b37bd51eb" }, { - "title": "Aston Villa maîtrise Leicester", - "description": "

    ", - "content": "

    ", + "title": "Pronostic AS Roma La Spezia : Analyse, cotes et prono du match de Serie A", + "description": "

    La Roma se relance face à la Spezia

    \n
    \nEn s'inclinant successivement face à Bologne (1-0) et l'Inter Milan (0-3) lors des 2 dernières journées, la…
    ", + "content": "

    La Roma se relance face à la Spezia

    \n
    \nEn s'inclinant successivement face à Bologne (1-0) et l'Inter Milan (0-3) lors des 2 dernières journées, la…
    ", "category": "", - "link": "https://www.sofoot.com/aston-villa-maitrise-leicester-507857.html", + "link": "https://www.sofoot.com/pronostic-as-roma-la-spezia-analyse-cotes-et-prono-du-match-de-serie-a-508192.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T18:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aston-villa-maitrise-leicester-1638730076_x600_articles-507857.jpg", + "pubDate": "2021-12-12T14:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-as-roma-la-spezia-analyse-cotes-et-prono-du-match-de-serie-a-1639319306_x600_articles-508192.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86891,19 +88527,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb80a63627b4312a04b53b1211cd0bd3" + "hash": "0ff9428a59abbe2cbf61bf224b210380" }, { - "title": "Fribourg atomise Gladbach", - "description": "

    ", - "content": "

    ", + "title": "Pascal Dupraz plus que jamais vers l'ASSE", + "description": "Monsieur commando est de retour.
    \n
    \nEn réunion de crise ce dimanche matin, les dirigeants de l'AS Saint-Étienne, encadrés par Roland Romeyer et Bernard Caïazzo, se seraient prononcés…

    ", + "content": "Monsieur commando est de retour.
    \n
    \nEn réunion de crise ce dimanche matin, les dirigeants de l'AS Saint-Étienne, encadrés par Roland Romeyer et Bernard Caïazzo, se seraient prononcés…

    ", "category": "", - "link": "https://www.sofoot.com/fribourg-atomise-gladbach-507864.html", + "link": "https://www.sofoot.com/pascal-dupraz-plus-que-jamais-vers-l-asse-508189.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T18:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-fribourg-atomise-gladbach-1638729047_x600_articles-507864.jpg", + "pubDate": "2021-12-12T14:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pascal-dupraz-plus-que-jamais-vers-l-asse-1639318420_x600_articles-508189.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86911,19 +88548,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1782843bf86237b8ba8c2d5ca98e5f40" + "hash": "36592745d910d895f5748db0723c6dfd" }, { - "title": "Nice se troue contre Strasbourg", - "description": "

    ", - "content": "

    ", + "title": "Le LOSC bute sur Lyon", + "description": "En réussite depuis le début du mois de décembre, Lille a calé à domicile face à l'OL (0-0) malgré un réveil en seconde période et une grosse domination en fin de partie. Ni Dogues ni Gones ne sortiront du week-end dans le top 10.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/nice-se-troue-contre-strasbourg-507901.html", + "link": "https://www.sofoot.com/le-losc-bute-sur-lyon-508182.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T17:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nice-se-troue-contre-strasbourg-1638727546_x600_articles-507901.jpg", + "pubDate": "2021-12-12T14:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-losc-bute-sur-lyon-1639318474_x600_articles-alt-508182.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86931,19 +88569,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7443d9e0f9540a610d655ee043b4fb0f" + "hash": "fa6606d9fe259017e9c9ac05bd937101" }, { - "title": "Claude Puel mis à pied après la gifle reçue contre Rennes", - "description": "Le désormais ex-entraîneur de l'ASSE est le premier coach remercié cette saison en Ligue 1.Ça sentait le roussi.
    \n
    \nQuelques heures à peine après la claque reçue au Chaudron…

    ", - "content": "Ça sentait le roussi.
    \n
    \nQuelques heures à peine après la claque reçue au Chaudron…

    ", + "title": "Guinée : Kaba Diawara sera le sélectionneur pour la CAN", + "description": "Kaba Africa !
    \n
    \nLe vice-président du Comité de normalisation nommé pour gérer les affaires courantes de la Fédération guinéenne, Séga Diallo, a confirmé ce dimanche à l'AFP la…

    ", + "content": "Kaba Africa !
    \n
    \nLe vice-président du Comité de normalisation nommé pour gérer les affaires courantes de la Fédération guinéenne, Séga Diallo, a confirmé ce dimanche à l'AFP la…

    ", "category": "", - "link": "https://www.sofoot.com/claude-puel-mis-a-pied-apres-la-gifle-recue-contre-rennes-507902.html", + "link": "https://www.sofoot.com/guinee-kaba-diawara-sera-le-selectionneur-pour-la-can-508186.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T16:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-claude-puel-mis-a-pied-apres-la-gifle-recue-contre-rennes-1638723431_x600_articles-507902.jpg", + "pubDate": "2021-12-12T13:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-guinee-kaba-diawara-sera-le-selectionneur-pour-la-can-1639317629_x600_articles-508186.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86951,19 +88590,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c45ba8ebd77667fd8b987f56e86960e" + "hash": "f0c00a9b9391c4597700e3fcd1591cc0" }, { - "title": "Angers retrouve la victoire à Reims ", - "description": "La dalle angevine est de retour !

    ", - "content": "

    ", + "title": "Pronostic Cadix Grenade : Analyse, cotes et prono du match de Liga", + "description": "

    Grenade lance l'opération maintien face à Cadix

    \n
    \nEn clôture de la 17e journée de la Liga, Cadix reçoit Grenade dans un match important…
    ", + "content": "

    Grenade lance l'opération maintien face à Cadix

    \n
    \nEn clôture de la 17e journée de la Liga, Cadix reçoit Grenade dans un match important…
    ", "category": "", - "link": "https://www.sofoot.com/angers-retrouve-la-victoire-a-reims-507896.html", + "link": "https://www.sofoot.com/pronostic-cadix-grenade-analyse-cotes-et-prono-du-match-de-liga-508188.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-angers-retrouve-la-victoire-a-reims-1638720093_x600_articles-507896.jpg", + "pubDate": "2021-12-12T13:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cadix-grenade-analyse-cotes-et-prono-du-match-de-liga-1639318345_x600_articles-508188.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86971,19 +88611,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "2dd4524297d5403a159cbedccc9b03f0" + "hash": "1ed7cff299fbc8f56724230cbe5890fe" }, { - "title": "Nantes vole trois points à Lorient", - "description": "Les Canaris n'ont pas vu le ballon mais ont mangé les Merlus.

    ", - "content": "

    ", + "title": "Lyon et Paris continuent leur course-poursuite", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/nantes-vole-trois-points-a-lorient-507895.html", + "link": "https://www.sofoot.com/lyon-et-paris-continuent-leur-course-poursuite-508181.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nantes-vole-trois-points-a-lorient-1638722713_x600_articles-507895.jpg", + "pubDate": "2021-12-12T13:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lyon-et-paris-continuent-leur-course-poursuite-1639316649_x600_articles-508181.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -86991,19 +88632,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "23fd817f6e3701c20f3c59571d6dacd1" + "hash": "6c39ec02f4e984e77108ac9d338b7f7f" }, { - "title": "Tottenham écarte facilement Norwich, Leeds frustre Brentford", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Toulouse Rodez : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Toulouse se reprend face à Rodez

    \n
    \nAuteur d'une excellente saison dernière, Toulouse a été tout proche de remonter en Ligue 1, buttant seulement sur…
    ", + "content": "

    Toulouse se reprend face à Rodez

    \n
    \nAuteur d'une excellente saison dernière, Toulouse a été tout proche de remonter en Ligue 1, buttant seulement sur…
    ", "category": "", - "link": "https://www.sofoot.com/tottenham-ecarte-facilement-norwich-leeds-frustre-brentford-507867.html", + "link": "https://www.sofoot.com/pronostic-toulouse-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-508187.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tottenham-ecarte-facilement-norwich-leeds-frustre-brentford-1638720676_x600_articles-507867.jpg", + "pubDate": "2021-12-12T13:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-toulouse-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-1639317175_x600_articles-508187.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87011,19 +88653,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e12104bab9cf6b0fa960d647e47be7d" + "hash": "f30a6570221f498ffa7f172a80e68edd" }, { - "title": "Manchester United s'impose de peu contre Crystal Palace", - "description": "

    ", - "content": "

    ", + "title": "Le Zénith et le Dinamo Moscou se quittent bons amis", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/manchester-united-s-impose-de-peu-contre-crystal-palace-507886.html", + "link": "https://www.sofoot.com/le-zenith-et-le-dinamo-moscou-se-quittent-bons-amis-508167.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T15:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-s-impose-de-peu-contre-crystal-palace-1638720064_x600_articles-507886.jpg", + "pubDate": "2021-12-12T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-zenith-et-le-dinamo-moscou-se-quittent-bons-amis-1639314700_x600_articles-508167.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87031,19 +88674,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1daeac0e619e1cfe0d447e2caeb3b38" + "hash": "6de451f916b7571f1c5ee8cdb21990a6" }, { - "title": "Monaco puissance quatre contre Metz", - "description": "La couleur préférée de l'ASM ? Le Grenat.

    ", - "content": "

    ", + "title": "En direct : Suivez le dernier Grand Prix de F1 de la saison", + "description": "Pour la deuxième fois de l'histoire, deux pilotes se présentent à égalité de points avant le dernier Grand Prix de la saison. Ce dimanche à Yas Marina, Max Verstappen et Lewis Hamilton vont se livrer un combat titanesque sur 58 tours. Alors un huitième titre pour le Britannique ou le premier pour le Néerlandais ?15h53 : Pour terminer, le championnat pilote cru 2021 ! À l'année prochaine les potes, en espérant qu'Alonso annihile la concurrence.
    \n1. Verstappen
    \n2. Hamilton
    \n3.…


    ", + "content": "15h53 : Pour terminer, le championnat pilote cru 2021 ! À l'année prochaine les potes, en espérant qu'Alonso annihile la concurrence.
    \n1. Verstappen
    \n2. Hamilton
    \n3.…


    ", "category": "", - "link": "https://www.sofoot.com/monaco-puissance-quatre-contre-metz-507898.html", + "link": "https://www.sofoot.com/en-direct-suivez-le-dernier-grand-prix-de-f1-de-la-saison-508184.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T15:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-monaco-puissance-quatre-contre-metz-1638719906_x600_articles-507898.jpg", + "pubDate": "2021-12-12T12:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-suivez-le-dernier-grand-prix-de-f1-de-la-saison-1639312825_x600_articles-508184.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87051,19 +88695,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c42a2a3a221b15f19be18c9573cd0e6" + "hash": "b3f50ee23d14b0d028e4fd8767980f02" }, { - "title": "Montpellier enfonce Clermont", - "description": "Clermont coule, coule, coule...

    ", - "content": "

    ", + "title": "Des fans du Racing se rasent la tête en hommage à Lisandro López", + "description": "Chauves et fiers de l'être.
    \n
    \nLisandro López a joué le tout dernier match de sa carrière sous…

    ", + "content": "Chauves et fiers de l'être.
    \n
    \nLisandro López a joué le tout dernier match de sa carrière sous…

    ", "category": "", - "link": "https://www.sofoot.com/montpellier-enfonce-clermont-507893.html", + "link": "https://www.sofoot.com/des-fans-du-racing-se-rasent-la-tete-en-hommage-a-lisandro-lopez-508180.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T15:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-montpellier-enfonce-clermont-1638718901_x600_articles-507893.jpg", + "pubDate": "2021-12-12T11:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-des-fans-du-racing-se-rasent-la-tete-en-hommage-a-lisandro-lopez-1639309859_x600_articles-508180.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87071,19 +88716,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b2db1ac3a5337ddc10ffbe35d6c1794" + "hash": "280a44d01bbfbd9e727b5d68b1d65e74" }, { - "title": "Un supporter du Beerschot s'invite sur la pelouse pour attaquer le parcage adverse", - "description": "Jour de derby en ce premier dimanche de décembre à Anvers, où le Beerschot recevait le voisin du Royal Antwerp en début d'après-midi en Jupiler Pro League. Et si, sur la pelouse, les locaux se…", - "content": "Jour de derby en ce premier dimanche de décembre à Anvers, où le Beerschot recevait le voisin du Royal Antwerp en début d'après-midi en Jupiler Pro League. Et si, sur la pelouse, les locaux se…", + "title": "En direct : Lille-Lyon", + "description": "97' : C'EST FINI ! Une dernière tête de Burak Yilmaz à côté et ce Lille-Lyon se termine sur un ...", + "content": "97' : C'EST FINI ! Une dernière tête de Burak Yilmaz à côté et ce Lille-Lyon se termine sur un ...", "category": "", - "link": "https://www.sofoot.com/un-supporter-du-beerschot-s-invite-sur-la-pelouse-pour-attaquer-le-parcage-adverse-507899.html", + "link": "https://www.sofoot.com/en-direct-lille-lyon-508179.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T14:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-supporter-du-beerschot-s-invite-sur-la-pelouse-pour-attaquer-le-parcage-adverse-1638716032_x600_articles-507899.jpg", + "pubDate": "2021-12-12T11:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lille-lyon-1639308489_x600_articles-alt-508179.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87091,19 +88737,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8af21987b341146471193d68538b737b" + "hash": "26cdb3ecba7c4104bf29997be6009191" }, { - "title": "Rennes démolit Saint-Étienne, triplé de Martin Terrier", - "description": "

    ", - "content": "

    ", + "title": "Thuram : \"Certains entraîneurs racontent n'importe quoi, croyez-moi\"", + "description": "Un entraîneur pas vraiment entraînant.
    \n
    \nEn deux décennies de carrière, Lilian Thuram a vu du pays et côtoyé bien des coachs. Pour le meilleur, avec Arsène Wenger. Mais aussi pour…

    ", + "content": "Un entraîneur pas vraiment entraînant.
    \n
    \nEn deux décennies de carrière, Lilian Thuram a vu du pays et côtoyé bien des coachs. Pour le meilleur, avec Arsène Wenger. Mais aussi pour…

    ", "category": "", - "link": "https://www.sofoot.com/rennes-demolit-saint-etienne-triple-de-martin-terrier-507884.html", + "link": "https://www.sofoot.com/thuram-certains-entraineurs-racontent-n-importe-quoi-croyez-moi-508178.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T14:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-rennes-demolit-saint-etienne-triple-de-martin-terrier-1638712705_x600_articles-507884.jpg", + "pubDate": "2021-12-12T10:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-thuram-certains-entraineurs-racontent-n-importe-quoi-croyez-moi-1639306794_x600_articles-508178.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87111,19 +88758,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f201f0dde644d9155934ae22caaf45c" + "hash": "c66f5cad6ea62947f129cc4599e29c74" }, { - "title": "La Fiorentina vient à bout de Bologne et s'adjuge le derby", - "description": "

    ", - "content": "

    ", + "title": "Stéphane Moulin content que d'Ornano chante autre chose qu'Orelsan", + "description": "Malherbe ne perd plus à la maison.
    \n
    \nAprès six matchs…

    ", + "content": "Malherbe ne perd plus à la maison.
    \n
    \nAprès six matchs…

    ", "category": "", - "link": "https://www.sofoot.com/la-fiorentina-vient-a-bout-de-bologne-et-s-adjuge-le-derby-507889.html", + "link": "https://www.sofoot.com/stephane-moulin-content-que-d-ornano-chante-autre-chose-qu-orelsan-508177.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T13:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-fiorentina-vient-a-bout-de-bologne-et-s-adjuge-le-derby-1638711483_x600_articles-507889.jpg", + "pubDate": "2021-12-12T10:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-stephane-moulin-content-que-d-ornano-chante-autre-chose-qu-orelsan-1639303868_x600_articles-508177.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87131,19 +88779,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbe8b0709b0877816e0ee9f739ce900c" + "hash": "272a6cfb47fcc82a65651349b305e613" }, { - "title": "Scandale après des buts suspects lors d'un match décisif pour la montée en Colombie", - "description": "C'est un peu gros là.
    \n
    \nLa subtilité ? Pour l'Union Magdalena, ce n'est pas un problème, encore moins que l'intégrité ou l'éthique. Le club de la ville de Santa Marta, champion de…

    ", - "content": "C'est un peu gros là.
    \n
    \nLa subtilité ? Pour l'Union Magdalena, ce n'est pas un problème, encore moins que l'intégrité ou l'éthique. Le club de la ville de Santa Marta, champion de…

    ", + "title": "Le milieu de Seraing Théo Pierrot finit au but contre Anderlecht", + "description": "Le calice jusqu'à la lie.
    \n
    \nSeraing a totalement bu la tasse samedi à l'occasion de la réception d'Anderlecht (0-5). Les Rouge et Noir ont cédé trois fois en première période,…

    ", + "content": "Le calice jusqu'à la lie.
    \n
    \nSeraing a totalement bu la tasse samedi à l'occasion de la réception d'Anderlecht (0-5). Les Rouge et Noir ont cédé trois fois en première période,…

    ", "category": "", - "link": "https://www.sofoot.com/scandale-apres-des-buts-suspects-lors-d-un-match-decisif-pour-la-montee-en-colombie-507894.html", + "link": "https://www.sofoot.com/le-milieu-de-seraing-theo-pierrot-finit-au-but-contre-anderlecht-508176.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T13:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-scandale-apres-des-buts-suspects-lors-d-un-match-decisif-pour-la-montee-en-colombie-1638711821_x600_articles-507894.jpg", + "pubDate": "2021-12-12T09:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-milieu-de-seraing-theo-pierrot-finit-au-but-contre-anderlecht-1639302373_x600_articles-508176.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87151,19 +88800,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7824b0eef4238cd2d8a145fc39e7535" + "hash": "729535ae3abbe276724c4ac15f7fe930" }, { - "title": "L'ancien bordelais Momcilo Vukotic est mort", - "description": "Un scapulaire sur le carnet noir.
    \n
    \nMilieu offensif des Girondins de Bordeaux pendant une saison en 1978-1979, Momcilo Vukotic est décédé vendredi à l'âge de 71 ans. L'international…

    ", - "content": "Un scapulaire sur le carnet noir.
    \n
    \nMilieu offensif des Girondins de Bordeaux pendant une saison en 1978-1979, Momcilo Vukotic est décédé vendredi à l'âge de 71 ans. L'international…

    ", + "title": "Joey Barton : \"Qui veut être arbitre ?\"", + "description": "Joey Bastonne.
    \n
    \nJamais avare de tacles bien appuyés, Joey Barton avait des choses à dire en marge de la réception de Rochdale. L'entraîneur de Bristol, 15e de League Two,…

    ", + "content": "Joey Bastonne.
    \n
    \nJamais avare de tacles bien appuyés, Joey Barton avait des choses à dire en marge de la réception de Rochdale. L'entraîneur de Bristol, 15e de League Two,…

    ", "category": "", - "link": "https://www.sofoot.com/l-ancien-bordelais-momcilo-vukotic-est-mort-507892.html", + "link": "https://www.sofoot.com/joey-barton-qui-veut-etre-arbitre-508175.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T13:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-ancien-bordelais-momcilo-vukotic-est-mort-1638710843_x600_articles-507892.jpg", + "pubDate": "2021-12-12T09:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-joey-barton-qui-veut-etre-arbitre-1639298859_x600_articles-508175.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87171,19 +88821,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9ca5c6bf1fce8ea600ad1a9d6456a81" + "hash": "5ac1254bba0e3dda6e973c3852909dd5" }, { - "title": "Un coach meurt après le but de son équipe à la 92e minute", - "description": "Un but qui coûte très cher.
    \n
    \nLors d'un match anodin de deuxième division egyptienne contre Al Zarka, l'entraîneur de Al-Majd Al-Iskandari a trouvé la mort sur son banc de touche.…

    ", - "content": "Un but qui coûte très cher.
    \n
    \nLors d'un match anodin de deuxième division egyptienne contre Al Zarka, l'entraîneur de Al-Majd Al-Iskandari a trouvé la mort sur son banc de touche.…

    ", + "title": "New York City remporte la MLS aux tirs au but", + "description": "Définitivement la saison de la (grosse) pomme.
    \n
    \nLe New York City FC a inscrit son nom au palmarès de la Major League Soccer pour la toute première fois en venant à bout de Portland…

    ", + "content": "Définitivement la saison de la (grosse) pomme.
    \n
    \nLe New York City FC a inscrit son nom au palmarès de la Major League Soccer pour la toute première fois en venant à bout de Portland…

    ", "category": "", - "link": "https://www.sofoot.com/un-coach-meurt-apres-le-but-de-son-equipe-a-la-92e-minute-507891.html", + "link": "https://www.sofoot.com/new-york-city-remporte-la-mls-aux-tirs-au-but-508174.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T12:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-coach-meurt-apres-le-but-de-son-equipe-a-la-92e-minute-1638710034_x600_articles-507891.jpg", + "pubDate": "2021-12-12T08:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-new-york-city-remporte-la-mls-aux-tirs-au-but-1639298147_x600_articles-508174.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87191,59 +88842,62 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cfb58ba5f9d9c537ab6b0646330e29c" + "hash": "d540971296eb4c4b013debf32360248c" }, { - "title": "Quand Cristiano Ronaldo s'en prenait à Cassano sur WhatsApp", - "description": "Combat de coqs par messages interposés.
    \n
    \nIntervenant régulier sur la chaîne Twitch de Christian Vieri, Antonio Cassano a raconté comment Cristiano Ronaldo s'était procuré son…

    ", - "content": "Combat de coqs par messages interposés.
    \n
    \nIntervenant régulier sur la chaîne Twitch de Christian Vieri, Antonio Cassano a raconté comment Cristiano Ronaldo s'était procuré son…

    ", + "title": "L'incroyable but de Youcef Belaïli face au Maroc", + "description": "Un but dingue dans un match dingue.
    \n
    \nYoucef Belaïli a éclaboussé Doha de toute sa classe samedi en inscrivant un but stratosphérique face au Maroc. À la suite d'un dégagement de son…

    ", + "content": "Un but dingue dans un match dingue.
    \n
    \nYoucef Belaïli a éclaboussé Doha de toute sa classe samedi en inscrivant un but stratosphérique face au Maroc. À la suite d'un dégagement de son…

    ", "category": "", - "link": "https://www.sofoot.com/quand-cristiano-ronaldo-s-en-prenait-a-cassano-sur-whatsapp-507888.html", + "link": "https://www.sofoot.com/l-incroyable-but-de-youcef-belaili-face-au-maroc-508170.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T11:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quand-cristiano-ronaldo-s-en-prenait-a-cassano-sur-whatsapp-1638705864_x600_articles-507888.jpg", + "pubDate": "2021-12-12T08:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-incroyable-but-de-youcef-belaili-face-au-maroc-1639296583_x600_articles-508170.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "129597af54e3c592662eae409f568d1d" + "hash": "287bbd946cc4e7725843baaf56fd05c9" }, { - "title": "Une plainte contre Bellingham après ses déclarations sur l'arbitrage du Klassiker ?", - "description": "Ce Dortmund-Bayern n'a pas fini de faire parler de lui.
    \n
    \nSamedi, le Bayern Munich est parvenu à l'emporter sur la pelouse de son rival grâce à un penalty de Robert Lewandowski à un…

    ", - "content": "Ce Dortmund-Bayern n'a pas fini de faire parler de lui.
    \n
    \nSamedi, le Bayern Munich est parvenu à l'emporter sur la pelouse de son rival grâce à un penalty de Robert Lewandowski à un…

    ", + "title": "Pronostic PSG Monaco : Analyse, cotes et prono du match de Ligue 1", + "description": "Quasi carton plein en cours sur le dernier match des Bleus, le Lille-Salzbourg, le Manchester City - PSG, et les PSG - Club Bruges et Wolfsbourg - Lille de cette semaine. Pour parier sur cette nouvelle affiche du PSG, vous offre 100€ directs (Déposez 100€, Misez avec 200€)

    Déposez 100€ et misez directement avec 200€ sur PSG - Monaco

    \n
    \nWinamax
    ", + "content": "

    Déposez 100€ et misez directement avec 200€ sur PSG - Monaco

    \n
    \nWinamax
    ", "category": "", - "link": "https://www.sofoot.com/une-plainte-contre-bellingham-apres-ses-declarations-sur-l-arbitrage-du-klassiker-507887.html", + "link": "https://www.sofoot.com/pronostic-psg-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-508085.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T11:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-une-plainte-contre-bellingham-apres-ses-declarations-sur-l-arbitrage-du-klassiker-1638703339_x600_articles-507887.jpg", + "pubDate": "2021-12-10T07:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-psg-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-1639121761_x600_articles-508085.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8a6782a446a10d4a3a1ac7a217ff98d0" + "hash": "cc847bb2ae42a707b2c7f82f0f9fdd8d" }, { - "title": "Gérard Lopez attend plus de ses joueurs", - "description": "Le président n'est pas content.
    \n
    \nRien ne va à Bordeaux depuis le début de saison, les Girondins occupant une inquiétante dix-huitième place avant de recevoir Lyon ce dimanche soir en…

    ", - "content": "Le président n'est pas content.
    \n
    \nRien ne va à Bordeaux depuis le début de saison, les Girondins occupant une inquiétante dix-huitième place avant de recevoir Lyon ce dimanche soir en…

    ", + "title": "Thibaut Courtois, l'assurance tous risques", + "description": "Ce dimanche soir, la Liga vibrera au rythme du Derbi, opposant le Real Madrid à l'Atlético. Une rencontre attendue avec impatience par Thibaut Courtois, prêt à retrouver son ancienne formation, mais surtout à défendre sa cage à Santiago Bernabéu. Car si les Merengues brillent depuis plusieurs mois, ils le doivent en grande partie à leur géant belge.Ce début de saison ressemble à une copie quasi parfaite pour le Real Madrid. Leaders en championnat et sereinement qualifiés pour les huitièmes de finale de la Ligue des champions, les hommes de…", + "content": "Ce début de saison ressemble à une copie quasi parfaite pour le Real Madrid. Leaders en championnat et sereinement qualifiés pour les huitièmes de finale de la Ligue des champions, les hommes de…", "category": "", - "link": "https://www.sofoot.com/gerard-lopez-attend-plus-de-ses-joueurs-507885.html", + "link": "https://www.sofoot.com/thibaut-courtois-l-assurance-tous-risques-508162.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T10:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gerard-lopez-attend-plus-de-ses-joueurs-1638701257_x600_articles-507885.jpg", + "pubDate": "2021-12-12T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-thibaut-courtois-l-assurance-tous-risques-1639249478_x600_articles-alt-508162.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87251,39 +88905,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "0381907118549d97da81670e7d465420" + "hash": "edd35f4014a65324d3796d69cc8108e8" }, { - "title": "Jesse Marsch n'est plus l'entraîneur du RB Leipzig", - "description": "Leipzig presse à nouveau le bouton Marsch/Arrêt.
    \n
    \nL'aventure de Jesse Marsch sur le banc du RB Leizpig n'ira pas plus loin. Nommé cet été pour prendre la succession de Julian…

    ", - "content": "Leipzig presse à nouveau le bouton Marsch/Arrêt.
    \n
    \nL'aventure de Jesse Marsch sur le banc du RB Leizpig n'ira pas plus loin. Nommé cet été pour prendre la succession de Julian…

    ", + "title": "Mais où es-tu passé Pape Matar Sarr ?", + "description": "Incontournable dans le milieu de terrain du FC Metz la saison dernière, Pape Matar Sarr (19 ans) a connu un début de carrière fulgurant avec deux sélections nationales et un transfert à Tottenham l'été dernier. Prêté chez les Grenats dans la foulée, le milieu sénégalais est en perdition durant cette première partie de saison, perdant même sa place de titulaire.\"Laissez Pape Matar Sarr tranquille. Laissez-le grandir tranquillement. On en parle trop, je trouve. Il a encore beaucoup de progrès à faire. Il a un gros potentiel pour faire une grande…", + "content": "\"Laissez Pape Matar Sarr tranquille. Laissez-le grandir tranquillement. On en parle trop, je trouve. Il a encore beaucoup de progrès à faire. Il a un gros potentiel pour faire une grande…", "category": "", - "link": "https://www.sofoot.com/jesse-marsch-n-est-plus-l-entraineur-du-rb-leipzig-507883.html", + "link": "https://www.sofoot.com/mais-ou-es-tu-passe-pape-matar-sarr-508138.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T10:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jesse-marsch-n-est-plus-l-entraineur-du-rb-leipzig-1638698749_x600_articles-507883.jpg", + "pubDate": "2021-12-12T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mais-ou-es-tu-passe-pape-matar-sarr-1639226985_x600_articles-alt-508138.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09e2257f150144d731ac4229be5b0172" + "hash": "ed790e98b395b8cb83fb24cd6fc0ecb2" }, { - "title": "Cerro remporte le titre au Paraguay après une fin de match totalement dingue", - "description": "Il était une fois, au Paraguay.
    \n
    \nC'est l'histoire d'un choc entre les deux leaders du classement au Paraguay. La nuit dernière, le club de Guaraní accueillait Cerro Porteño, avec la…

    ", - "content": "Il était une fois, au Paraguay.
    \n
    \nC'est l'histoire d'un choc entre les deux leaders du classement au Paraguay. La nuit dernière, le club de Guaraní accueillait Cerro Porteño, avec la…

    ", + "title": "Alexander Djiku : \"Les maths m'ont appris à être rigoureux\"", + "description": "Si Strasbourg a la deuxième meilleure attaque de Ligue 1 avant de recevoir l'OM ce dimanche à la Meinau, c'est aussi parce que les Alsaciens s'appuient sur une arrière-garde solide et joueuse, à l'image d'Alexander Djiku. Capitaine de la bande à Julien Stéphan, l'international ghanéen raconte la métamorphose du RC Strasbourg, mais évoque aussi ses ambitions pour la CAN 2022, sa découverte du kop et son amour du Perudo. Entretien avec un homme qui aime les dés, mais qui ne laisse rien au hasard.Avant de recevoir l'OM, Strasbourg reste sur 7 matchs sans défaite. C'est quoi le secret de ce RCSA 2021 ?
    \nLe travail, l'état d'esprit et surtout, le coach…
    ", + "content": "Avant de recevoir l'OM, Strasbourg reste sur 7 matchs sans défaite. C'est quoi le secret de ce RCSA 2021 ?
    \nLe travail, l'état d'esprit et surtout, le coach…
    ", "category": "", - "link": "https://www.sofoot.com/cerro-remporte-le-titre-au-paraguay-apres-une-fin-de-match-totalement-dingue-507882.html", + "link": "https://www.sofoot.com/alexander-djiku-les-maths-m-ont-appris-a-etre-rigoureux-508122.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T09:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cerro-remporte-le-titre-au-paraguay-apres-une-fin-de-match-totalement-dingue-1638696995_x600_articles-507882.jpg", + "pubDate": "2021-12-12T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-alexander-djiku-les-maths-m-ont-appris-a-etre-rigoureux-1639219932_x600_articles-alt-508122.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87291,19 +88947,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d6b9c044d8da010f6fc435054896ae" + "hash": "2e66fc7a4c7f1350b8bfaa35b8f31d62" }, { - "title": "Gignac et les Tigres éliminés en demies du championnat mexicain", - "description": "Rêve brisé.
    \n
    \nLes Tigres ont été battus par Leon (2-1) dans la nuit de samedi à dimanche, en demi-finales retour du championnat du Mexique. Une défaite qui élimine André-Pierre…

    ", - "content": "Rêve brisé.
    \n
    \nLes Tigres ont été battus par Leon (2-1) dans la nuit de samedi à dimanche, en demi-finales retour du championnat du Mexique. Une défaite qui élimine André-Pierre…

    ", + "title": "Séville assure le minimum face à l'Athletic", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/gignac-et-les-tigres-elimines-en-demies-du-championnat-mexicain-507881.html", + "link": "https://www.sofoot.com/seville-assure-le-minimum-face-a-l-athletic-508169.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T09:06:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gignac-et-les-tigres-elimines-en-demies-du-championnat-mexicain-1638695390_x600_articles-507881.jpg", + "pubDate": "2021-12-11T22:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-seville-assure-le-minimum-face-a-l-athletic-1639260595_x600_articles-508169.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87311,19 +88968,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "027a2e3d19bb409f6cf0f32bb9b5b3af" + "hash": "ed578cce0f9a4818a25faf7c65f64700" }, { - "title": "Verratti : \" Lens est une équipe qui me plaît beaucoup \"", - "description": "Le Petit Hibou est sous le charme.
    \n
    \nLens a séduit de nombreux observateurs ces derniers mois par son jeu porté vers l'avant, et ce fut encore le cas samedi soir face au PSG. Dans le…

    ", - "content": "Le Petit Hibou est sous le charme.
    \n
    \nLens a séduit de nombreux observateurs ces derniers mois par son jeu porté vers l'avant, et ce fut encore le cas samedi soir face au PSG. Dans le…

    ", + "title": "Reims enfonce encore un peu plus Saint-Étienne", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/verratti-lens-est-une-equipe-qui-me-plait-beaucoup-507880.html", + "link": "https://www.sofoot.com/reims-enfonce-encore-un-peu-plus-saint-etienne-508164.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T08:29:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-verratti-lens-est-une-equipe-qui-me-plait-beaucoup-1638693355_x600_articles-507880.jpg", + "pubDate": "2021-12-11T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-reims-enfonce-encore-un-peu-plus-saint-etienne-1639260420_x600_articles-508164.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87331,19 +88989,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7113e7f4108fb165072bfed89f0a43b" + "hash": "e8e49692d15a8d9dc6856a274b872aa2" }, { - "title": "Haise : \" Nous avons montré une belle image du RC Lens \"", - "description": "Le nord s'en souviendra.
    \n
    \nMalgré la déception de l'égalisation de Georginio Wijnaldum dans les derniers instants de la rencontre, Lens avait de quoi être fier de sa prestation face au…

    ", - "content": "Le nord s'en souviendra.
    \n
    \nMalgré la déception de l'égalisation de Georginio Wijnaldum dans les derniers instants de la rencontre, Lens avait de quoi être fier de sa prestation face au…

    ", + "title": "Zlatan Ibrahimović offre le nul au buzzer à l'AC Milan contre Udinese", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/haise-nous-avons-montre-une-belle-image-du-rc-lens-507879.html", + "link": "https://www.sofoot.com/zlatan-ibrahimovic-offre-le-nul-au-buzzer-a-l-ac-milan-contre-udinese-508166.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T08:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-haise-nous-avons-montre-une-belle-image-du-rc-lens-1638692546_x600_articles-507879.jpg", + "pubDate": "2021-12-11T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-zlatan-ibrahimovic-offre-le-nul-au-buzzer-a-l-ac-milan-contre-udinese-1639259307_x600_articles-508166.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87351,19 +89010,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b687865425e916acfa5d62e516a77f87" + "hash": "0775ae62ca78f3dda51d85cd81e51aec" }, { - "title": "203€ à gagner avec Tottenham & Bordeaux - Lyon !", - "description": "Comme 3 de nos 4 derniers combinés (ici, ici et ici), on tente de vous faire gagner avec une cote autour de 2,00 sur des matchs de dimanche

    Bordeaux - Lyon :

    \n
    \nL'affiche du dimanche soir en Ligue 1 oppose deux équipes qui déçoivent. 18es de Ligue 1 et donc potentiel barragistes,…
    ", - "content": "

    Bordeaux - Lyon :

    \n
    \nL'affiche du dimanche soir en Ligue 1 oppose deux équipes qui déçoivent. 18es de Ligue 1 et donc potentiel barragistes,…
    ", + "title": "Paris et Auxerre font la bonne opération, Nancy creuse encore", + "description": "Avec 28 buts, ce multiplex de la 18e journée de Ligue 2 est le plus prolifique de la saison. Parmi les grands vainqueurs de cette soirée, le Paris FC et l'AJ Auxerre. Sochaux et Dunkerque font une mauvaise opération, alors que Nancy continue de s'enfoncer.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/203e-a-gagner-avec-tottenham-bordeaux-lyon-507794.html", + "link": "https://www.sofoot.com/paris-et-auxerre-font-la-bonne-operation-nancy-creuse-encore-508159.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T08:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-203e-a-gagner-avec-tottenham-bordeaux-lyon-1638521974_x600_articles-507794.jpg", + "pubDate": "2021-12-11T20:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paris-et-auxerre-font-la-bonne-operation-nancy-creuse-encore-1639253808_x600_articles-alt-508159.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87371,19 +89031,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c4724576a848a60ca85f669460a96cb" + "hash": "8b771e55022e5ac47723ac7efd40d648" }, { - "title": "Un maillot de votre choix à récupérer chez VBET !", - "description": "Vous avez très envie d'un maillot avant les fêtes ? Partenaire de l'AS Monaco, le site de paris sportifs VBET vous propose de récupérer le maillot de votre choix en vous inscrivant sur son site !

    Comment récupérer votre maillot ?

    \n
    \nEn collaboration avec RueDesJoueurs qui est le partenaire paris sportifs de SoFoot, VBET propose le bonus de bienvenue le…
    ", - "content": "

    Comment récupérer votre maillot ?

    \n
    \nEn collaboration avec RueDesJoueurs qui est le partenaire paris sportifs de SoFoot, VBET propose le bonus de bienvenue le…
    ", + "title": "Manchester United s'arrache à Norwich", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/un-maillot-de-votre-choix-a-recuperer-chez-vbet-507807.html", + "link": "https://www.sofoot.com/manchester-united-s-arrache-a-norwich-508163.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T12:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-maillot-de-votre-choix-a-recuperer-chez-vbet-1638538004_x600_articles-507807.jpg", + "pubDate": "2021-12-11T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-s-arrache-a-norwich-1639251243_x600_articles-508163.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87391,19 +89052,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d73a83939f8a6cc20d130a9ae722b598" + "hash": "3f88ee2600e6add03ccc88a6d60e1bd8" }, { - "title": "Où est passé le capitaine Juninho ? ", - "description": "Malgré la crise de résultats en Ligue 1 que traverse l'OL, Juninho reste bien discret. Deux ans après son intronisation, le directeur sportif du club rhodanien n'a toujours pas su insuffler une mentalité positive et conquérante à un groupe qu'il s'est attelé à façonner depuis son arrivée à la fin du mois de mai 2019.SOS ! En Ligue 1, le bateau de l'OL coule et nous n'avons plus de nouvelles de son capitaine. Quand on parle de capitaine, ce n'est ni de Léo Dubois, ni de Peter Bosz, ni de Jean-Michel Aulas…", - "content": "SOS ! En Ligue 1, le bateau de l'OL coule et nous n'avons plus de nouvelles de son capitaine. Quand on parle de capitaine, ce n'est ni de Léo Dubois, ni de Peter Bosz, ni de Jean-Michel Aulas…", + "title": "La Juventus accrochée à Venise", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ou-est-passe-le-capitaine-juninho-507861.html", + "link": "https://www.sofoot.com/la-juventus-accrochee-a-venise-508161.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ou-est-passe-le-capitaine-juninho-1638633896_x600_articles-alt-507861.jpg", + "pubDate": "2021-12-11T18:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-juventus-accrochee-a-venise-1639247500_x600_articles-508161.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87411,19 +89073,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "18d99c3c612673fa04505d90760bd998" + "hash": "26f5a1843111c91dbe39738ecc679eea" }, { - "title": "La Solidarité Scolaire : la Guadeloupe au tableau", - "description": "La Guadeloupe est secouée par de fortes manifestations et tensions sociales depuis plusieurs semaines. Si on y ajoute la disparition cet été de Jacob Desvarieux, leader du groupe de zouk Kassav', autant dire que le moral n'est pas au beau fixe sur l'île antillaise. Pourtant, il existe un petit rayon de soleil qui apporte un peu d'ondes positives. Le club de la Solidarité scolaire de Baie-Mahault a bravé le froid et les huit heures de vol pour établir ses quartiers à Lisses, dans le 91, afin de préparer son 8e tour de Coupe de France disputé ce dimanche contre Sarre-Union (15h). Une première depuis 1999.De trente degrés à trois, la différence est grande, mais les Guadeloupéens de la Solidarité scolaire n'en ont que faire. Après leur victoire contre l'AS Gosier au 7e tour,…", - "content": "De trente degrés à trois, la différence est grande, mais les Guadeloupéens de la Solidarité scolaire n'en ont que faire. Après leur victoire contre l'AS Gosier au 7e tour,…", + "title": "Montpellier coule Brest et met fin à sa série", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-solidarite-scolaire-la-guadeloupe-au-tableau-507810.html", + "link": "https://www.sofoot.com/montpellier-coule-brest-et-met-fin-a-sa-serie-508157.html", "creator": "SO FOOT", - "pubDate": "2021-12-05T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-solidarite-scolaire-la-guadeloupe-au-tableau-1638548476_x600_articles-507810.jpg", + "pubDate": "2021-12-11T17:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-montpellier-coule-brest-et-met-fin-a-sa-serie-1639244093_x600_articles-508157.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87431,19 +89094,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b3a2aecd8b1b2e6501507358b7ffeef" + "hash": "6e16b9a5a60f468d81d22294f34069ff" }, { - "title": "Les notes de Lens-PSG", - "description": "Le PSG a peut-être Leo Messi, mais le RC Lens a Seko Fofana. Le milieu ivoirien a porté son équipe face à des Parisiens bien tristounes, mais sauvés par le climatiseur Wijnaldum.

    Ils ont fait le show

    \n
    \n
    \nLe voilà,…

    ", - "content": "

    Ils ont fait le show

    \n
    \n
    \nLe voilà,…

    ", + "title": "Une montre de luxe ayant appartenu à Maradona retrouvée en Inde", + "description": "Peut-être pour ça qu'il portait toujours deux montres.
    \n
    \nUne opération de police, conjointe entre celles de Dubaï et d'Assam, une région indienne, a permis de retrouver une…

    ", + "content": "Peut-être pour ça qu'il portait toujours deux montres.
    \n
    \nUne opération de police, conjointe entre celles de Dubaï et d'Assam, une région indienne, a permis de retrouver une…

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-lens-psg-507878.html", + "link": "https://www.sofoot.com/une-montre-de-luxe-ayant-appartenu-a-maradona-retrouvee-en-inde-508160.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T22:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-lens-psg-1638654749_x600_articles-alt-507878.jpg", + "pubDate": "2021-12-11T17:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-montre-de-luxe-ayant-appartenu-a-maradona-retrouvee-en-inde-1639243168_x600_articles-508160.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87451,19 +89115,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c8d29c32ad4ca4204ee64f09aca057a" + "hash": "38f77c1f1773658e19221afeee67a8be" }, { - "title": "Le PSG grappille un point à Lens", - "description": "Bousculé tout le match par un RC Lens séduisant et généreux, le PSG a profité des ratés nordistes pour revenir dans le temps additionnel à hauteur de son hôte grâce à Georginio Wijnaldum (1-1). Forcément, ce nul a un goût amer pour les hommes de Franck Haise.

    ", - "content": "

    ", + "title": "Liverpool et Chelsea souffrent, mais s'accrochent à City", + "description": "Mis sous pression par la victoire de Manchester City en début d'après-midi, Liverpool et Chelsea ont répondu aux hommes de Pep Guardiola en s'imposant tous les deux à domicile. Les Reds ont dominé Aston Villa sur la plus petite des marges grâce à un penalty de Mohamed Salah (1-0). Les Blues ont aussi bataillé pour se défaire de Leeds (3-2). Tout le contraire d'Arsenal, qui s'est promené face à Southampton (3-0).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-psg-grappille-un-point-a-lens-507876.html", + "link": "https://www.sofoot.com/liverpool-et-chelsea-souffrent-mais-s-accrochent-a-city-508139.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-psg-grappille-un-point-a-lens-1638655488_x600_articles-alt-507876.jpg", + "pubDate": "2021-12-11T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liverpool-et-chelsea-souffrent-mais-s-accrochent-a-city-1639242230_x600_articles-508139.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87471,19 +89136,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a30d30520a8517529cace17e76cd284" + "hash": "2a3813b3066d348e7e4538d1ba8f3eee" }, { - "title": "Le Real assiège Saint-Sébastien ", - "description": "Malgré la blessure de Benzema en début de match, le Real Madrid s'est imposé avec la manière à Anoeta grâce à Vinicius et Jović (0-2). Grâce à ce nouveau succès, les Blancos font un pas supplémentaire vers le titre de champion d'Espagne.

    ", - "content": "

    ", + "title": "Le Bayern s'en sort contre Mayence, Dortmund accroché à Bochum", + "description": "Mis en difficulté par Mayence durant 45 minutes, le Bayern Munich a renversé la situation (2-1) et pris deux points d'avance en plus sur Dortmund, incorrigible à Bochum malgré une kyrielle de situations franches (1-1). Leipzig a repris du poil de la bête en passant ses nerfs sur Gladbach, qui n'en finit plus de couler (4-1), alors qu'Hoffenheim a dégoûté Fribourg (2-1). À part ça, Stevan Jovetić a encore marqué avec le Hertha, pour se défaire de l'Arminia Bielefeld (2-0).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-real-assiege-saint-sebastien-507877.html", + "link": "https://www.sofoot.com/le-bayern-s-en-sort-contre-mayence-dortmund-accroche-a-bochum-508140.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T21:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-assiege-saint-sebastien-1638650531_x600_articles-alt-507877.jpg", + "pubDate": "2021-12-11T16:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-s-en-sort-contre-mayence-dortmund-accroche-a-bochum-1639241450_x600_articles-alt-508140.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87491,19 +89157,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce392755d874c9c5af664b299a5fbd41" + "hash": "5496b99082844ba5a954136c02895db2" }, { - "title": "L'Atalanta culbute Naples", - "description": "Bien lancée par Malinovskyi et surprise par Zieliński et Mertens, l'Atalanta a fait preuve de caractère pour s'imposer à Naples (2-3) dans une rencontre animée et intense. Les hommes de Gian Piero Gasperini enchaînent une cinquième victoire consécutive et se rapprochent du podium.

    ", - "content": "

    ", + "title": "La Fiorentina roule sur Salerne", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-atalanta-culbute-naples-507847.html", + "link": "https://www.sofoot.com/la-fiorentina-roule-sur-salerne-508154.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atalanta-culbute-naples-1638653680_x600_articles-alt-507847.jpg", + "pubDate": "2021-12-11T16:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-fiorentina-roule-sur-salerne-1639239481_x600_articles-508154.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87511,19 +89178,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc0a1cf9aba5f884b693a9efc0cb8c23" + "hash": "5d26a09dce754dd4d3e1b9e301cfe198" }, { - "title": "Jonathan David sauve Lille contre l'ESTAC", - "description": "

    ", - "content": "

    ", + "title": "Ajaccio crucifie Le Havre et prend la tête", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/jonathan-david-sauve-lille-contre-l-estac-507866.html", + "link": "https://www.sofoot.com/ajaccio-crucifie-le-havre-et-prend-la-tete-508155.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T19:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jonathan-david-sauve-lille-contre-l-estac-1638648051_x600_articles-507866.jpg", + "pubDate": "2021-12-11T15:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ajaccio-crucifie-le-havre-et-prend-la-tete-1639238418_x600_articles-508155.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87531,19 +89199,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f5dc4da81cea070a02fa5413666018f" + "hash": "e00086c71caa161ad4324eab6fbad84d" }, { - "title": "En direct : Lens - Paris S-G", - "description": "25' : La pression lensoise est tenace.", - "content": "25' : La pression lensoise est tenace.", + "title": "Thuram : \"Certains entraineurs racontent n'importe quoi, croyez-moi\"", + "description": "Un entraineur pas vraiment entrainant.
    \n
    \nEn deux décennies de carrière, Lilian Thuram a vu du pays et côtoyé bien des coachs. Pour le meilleur, avec Arsène Wenger. Mais aussi pour le…

    ", + "content": "Un entraineur pas vraiment entrainant.
    \n
    \nEn deux décennies de carrière, Lilian Thuram a vu du pays et côtoyé bien des coachs. Pour le meilleur, avec Arsène Wenger. Mais aussi pour le…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-lens-paris-s-g-507874.html", + "link": "https://www.sofoot.com/thuram-certains-entraineurs-racontent-n-importe-quoi-croyez-moi-508178.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lens-paris-s-g-1638649327_x600_articles-alt-507874.jpg", + "pubDate": "2021-12-12T10:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-thuram-certains-entraineurs-racontent-n-importe-quoi-croyez-moi-1639306794_x600_articles-508178.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87551,19 +89220,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "aac06389b11d105c6ae18ece975485f7" + "hash": "9d1616866afd3b2a82a38ce071362db5" }, { - "title": "Le Bayern vainqueur du Klassiker par K.O.", - "description": "

    ", - "content": "

    ", + "title": "Samuel Eto'o élu président de la fédération camerounaise ", + "description": "\" J'ai d'abord rappelé à Seidou Mbombo Njoya qu'il n'avait jamais été un grand joueur \"
    \n
    \nÀ quelques semaines de la CAN organisée à la maison, le Cameroun s'est…

    ", + "content": "\" J'ai d'abord rappelé à Seidou Mbombo Njoya qu'il n'avait jamais été un grand joueur \"
    \n
    \nÀ quelques semaines de la CAN organisée à la maison, le Cameroun s'est…

    ", "category": "", - "link": "https://www.sofoot.com/le-bayern-vainqueur-du-klassiker-par-k-o-507855.html", + "link": "https://www.sofoot.com/samuel-eto-o-elu-president-de-la-federation-camerounaise-508158.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T19:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-vainqueur-du-klassiker-par-k-o-1638647234_x600_articles-507855.jpg", + "pubDate": "2021-12-11T15:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-samuel-eto-o-elu-president-de-la-federation-camerounaise-1639237062_x600_articles-508158.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87571,19 +89241,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "64d9ef0ccfed687fe7619bc8c833e1ff" + "hash": "e3b4c1b827b925784175f0f346ab75df" }, { - "title": "Majorque retourne l'Atlético dans le temps additionnel", - "description": "

    ", - "content": "

    ", + "title": "Sardar Azmoun serait d'accord pour rejoindre l'OL ", + "description": "Le Messi iranien > le Messi argentin ?
    \n
    \nMalgré le départ de Juninho de son poste de directeur sportif, l'état-major lyonnais a bien bossé ces dernières semaines. Déjà sur le…

    ", + "content": "Le Messi iranien > le Messi argentin ?
    \n
    \nMalgré le départ de Juninho de son poste de directeur sportif, l'état-major lyonnais a bien bossé ces dernières semaines. Déjà sur le…

    ", "category": "", - "link": "https://www.sofoot.com/majorque-retourne-l-atletico-dans-le-temps-additionnel-507872.html", + "link": "https://www.sofoot.com/sardar-azmoun-serait-d-accord-pour-rejoindre-l-ol-508156.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T19:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-majorque-retourne-l-atletico-dans-le-temps-additionnel-1638646763_x600_articles-507872.jpg", + "pubDate": "2021-12-11T14:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sardar-azmoun-serait-d-accord-pour-rejoindre-l-ol-1639234122_x600_articles-508156.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87591,19 +89262,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ce1905b4b83f58e329ae8239cf63c35" + "hash": "cbc6af141ae62669b57d358f417fcb03" }, { - "title": "City essore Watford et prend la tête", - "description": "

    ", - "content": "

    ", + "title": "Service minimum pour Manchester City face à Wolverhampton", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/city-essore-watford-et-prend-la-tete-507863.html", + "link": "https://www.sofoot.com/service-minimum-pour-manchester-city-face-a-wolverhampton-508143.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T19:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-city-essore-watford-et-prend-la-tete-1638646135_x600_articles-507863.jpg", + "pubDate": "2021-12-11T14:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-service-minimum-pour-manchester-city-face-a-wolverhampton-1639233536_x600_articles-508143.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87611,19 +89283,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e648db891cbc20546f2f04d4eb33b101" + "hash": "a6de232ccd2779869f8f2a2ffc0bf537" }, { - "title": "Pronostic Everton Arsenal : Analyse, cotes et prono du match de Premier League", - "description": "

    Arsenal enfonce Everton

    \n
    \nAprès avoir réalisé un début de saison intéressant avec 3 victoires et 1 nul lors des 4 premières journées, Everton a…
    ", - "content": "

    Arsenal enfonce Everton

    \n
    \nAprès avoir réalisé un début de saison intéressant avec 3 victoires et 1 nul lors des 4 premières journées, Everton a…
    ", + "title": "Sergio Ramos, Kimpembe et Nuno Mendes forfaits pour la réception de Monaco", + "description": "À ce rythme, Kurzawa va être titulaire.
    \n
    \nAlors que le PSG reçoit dimanche soir l'AS Monaco, le secteur défensif de la formation francilienne est décimé. Les Parisiens ont…

    ", + "content": "À ce rythme, Kurzawa va être titulaire.
    \n
    \nAlors que le PSG reçoit dimanche soir l'AS Monaco, le secteur défensif de la formation francilienne est décimé. Les Parisiens ont…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-everton-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-507875.html", + "link": "https://www.sofoot.com/sergio-ramos-kimpembe-et-nuno-mendes-forfaits-pour-la-reception-de-monaco-508153.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T19:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-everton-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-1638645595_x600_articles-507875.jpg", + "pubDate": "2021-12-11T13:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sergio-ramos-kimpembe-et-nuno-mendes-forfaits-pour-la-reception-de-monaco-1639231151_x600_articles-508153.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87631,19 +89304,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1456007be7befe12498f1d012743d419" + "hash": "2014ab9243c91e0dbe9508dd6b38d900" }, { - "title": "Pronostic Getafe Athletic Bilbao : Analyse, cotes et prono du match de Liga", - "description": "

    Getafe sur sa lancée face à l'Athletic Bilbao

    \n
    \nQuinzième la saison passée, Getafe connaît une entame de saison délicate puisque la formation…
    ", - "content": "

    Getafe sur sa lancée face à l'Athletic Bilbao

    \n
    \nQuinzième la saison passée, Getafe connaît une entame de saison délicate puisque la formation…
    ", + "title": "Vincent Labrune promet que des annonces seront faites en fin de semaine prochaine concernant l'insécurité ", + "description": "Des cadeaux empoisonnés pour les enfants pas sages.
    \n
    \nTrois jours après
    ", + "content": "Des cadeaux empoisonnés pour les enfants pas sages.
    \n
    \nTrois jours après
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-getafe-athletic-bilbao-analyse-cotes-et-prono-du-match-de-liga-507873.html", + "link": "https://www.sofoot.com/vincent-labrune-promet-que-des-annonces-seront-faites-en-fin-de-semaine-prochaine-concernant-l-insecurite-508152.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T19:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-getafe-athletic-bilbao-analyse-cotes-et-prono-du-match-de-liga-1638645441_x600_articles-507873.jpg", + "pubDate": "2021-12-11T13:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vincent-labrune-promet-que-des-annonces-seront-faites-en-fin-de-semaine-prochaine-concernant-l-insecurite-1639229599_x600_articles-508152.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87651,19 +89325,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "86e0cfc034d8f536fb16df0d196f7173" + "hash": "2a8de30dfbbd91a09ef6e7ecb56be3b2" }, { - "title": "L'Inter marche sur la Roma ", - "description": "Les champions en titre n'ont pas laissé le temps aux Romains d'espérer quoique ce soit dans ce choc et se sont tranquillement imposés largement (3-0) ce samedi au stadio Olimpico. Les hommes de Simone Inzaghi restent plus que jamais dans la course au titre alors que ceux de José Mourinho pourraient ne plus être européens d'ici la fin du week-end.

    ", - "content": "

    ", + "title": "Le bel hommage des joueurs du SC Cambuur à leur entraîneur malade, en Eredivisie", + "description": "C'est ce qu'on appelle la classe.
    \n
    \nChampion d'Eerste Divisie (deuxième division néerlandaise) l'an dernier et actuellement quatrième d'Eredivisie, le SC Cambuur voit sa période faste…

    ", + "content": "C'est ce qu'on appelle la classe.
    \n
    \nChampion d'Eerste Divisie (deuxième division néerlandaise) l'an dernier et actuellement quatrième d'Eredivisie, le SC Cambuur voit sa période faste…

    ", "category": "", - "link": "https://www.sofoot.com/l-inter-marche-sur-la-roma-507865.html", + "link": "https://www.sofoot.com/le-bel-hommage-des-joueurs-du-sc-cambuur-a-leur-entraineur-malade-en-eredivisie-508151.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T19:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-inter-marche-sur-la-roma-1638642576_x600_articles-alt-507865.jpg", + "pubDate": "2021-12-11T12:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-bel-hommage-des-joueurs-du-sc-cambuur-a-leur-entraineur-malade-en-eredivisie-1639224008_x600_articles-508151.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87671,19 +89346,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "55563824026aaa3df199d91840df908d" + "hash": "5ce7f3bbd6f531e1b1ce7253c1e29069" }, { - "title": "Pronostic Cagliari Torino : Analyse, cotes et prono du match de Serie A", - "description": "

    Le Torino conserve ses distances avec Cagliari

    \n
    \nComme une mauvaise ritournelle, Cagliari vit une nouvelle saison de Serie A à lutter pour son maintien.…
    ", - "content": "

    Le Torino conserve ses distances avec Cagliari

    \n
    \nComme une mauvaise ritournelle, Cagliari vit une nouvelle saison de Serie A à lutter pour son maintien.…
    ", + "title": "\"L'ECA est l'otage des Qataris\", selon Aurelio De Laurentiis", + "description": "Les oreilles de Nasser al-Khelaïfi sifflent très fort.
    \n
    \nRéputé pour son franc-parler et son aversion contre l'influence du Qatar dans le football, Aurelio De Laurentiis, le président…

    ", + "content": "Les oreilles de Nasser al-Khelaïfi sifflent très fort.
    \n
    \nRéputé pour son franc-parler et son aversion contre l'influence du Qatar dans le football, Aurelio De Laurentiis, le président…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-cagliari-torino-analyse-cotes-et-prono-du-match-de-serie-a-507871.html", + "link": "https://www.sofoot.com/l-eca-est-l-otage-des-qataris-selon-aurelio-de-laurentiis-508150.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T18:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cagliari-torino-analyse-cotes-et-prono-du-match-de-serie-a-1638644899_x600_articles-507871.jpg", + "pubDate": "2021-12-11T11:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-eca-est-l-otage-des-qataris-selon-aurelio-de-laurentiis-1639222673_x600_articles-508150.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87691,19 +89367,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f0f0b1f6c014aca244352d3a51fba27" + "hash": "350dfd2cb85af8f1be116ebaaea7f60c" }, { - "title": "Pronostic Empoli Udinese : Analyse, cotes et prono du match de Serie A", - "description": "

    Pas de vainqueur entre Empoli et l'Udinese

    \n
    \nChampion de Serie B la saison passée, Empoli a donc retrouvé l'élite du football italien cet été. Le…
    ", - "content": "

    Pas de vainqueur entre Empoli et l'Udinese

    \n
    \nChampion de Serie B la saison passée, Empoli a donc retrouvé l'élite du football italien cet été. Le…
    ", + "title": "Covid-19 : À Renac, une soirée tartiflette provoque un cluster", + "description": "Soirée tartiflette, lendemains casse-tête.
    \n
    \nLa vie paisible menée par l'Hermine de Renac, en Ille-et-Vilaine, a été troublée ces derniers jours par la Covid-19. En effet, après…

    ", + "content": "Soirée tartiflette, lendemains casse-tête.
    \n
    \nLa vie paisible menée par l'Hermine de Renac, en Ille-et-Vilaine, a été troublée ces derniers jours par la Covid-19. En effet, après…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-empoli-udinese-analyse-cotes-et-prono-du-match-de-serie-a-507870.html", + "link": "https://www.sofoot.com/covid-19-a-renac-une-soiree-tartiflette-provoque-un-cluster-508149.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T18:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-empoli-udinese-analyse-cotes-et-prono-du-match-de-serie-a-1638644303_x600_articles-507870.jpg", + "pubDate": "2021-12-11T10:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-covid-19-a-renac-une-soiree-tartiflette-provoque-un-cluster-1639221019_x600_articles-508149.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87711,19 +89388,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ef959f370af4353997fe747b22a765c" + "hash": "d689b91ee7b363de78990d2aa5aba994" }, { - "title": "Pronostic Niort Toulouse : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Toulouse poursuit sa route face à Niort

    \n
    \nPour clôturer la 17e journée de Ligue 2, Niort reçoit le grand favori à la montée, Toulouse.…
    ", - "content": "

    Toulouse poursuit sa route face à Niort

    \n
    \nPour clôturer la 17e journée de Ligue 2, Niort reçoit le grand favori à la montée, Toulouse.…
    ", + "title": "Tottenham-Rennes définitivement annulé", + "description": "L'UEFA sonne la fin des tractations.
    \n
    \nDécimé par une épidémie de Covid-19 qui a forcé le…

    ", + "content": "L'UEFA sonne la fin des tractations.
    \n
    \nDécimé par une épidémie de Covid-19 qui a forcé le…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-niort-toulouse-analyse-cotes-et-prono-du-match-de-ligue-2-507869.html", + "link": "https://www.sofoot.com/tottenham-rennes-definitivement-annule-508148.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T18:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-niort-toulouse-analyse-cotes-et-prono-du-match-de-ligue-2-1638643724_x600_articles-507869.jpg", + "pubDate": "2021-12-11T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-rennes-definitivement-annule-1639217612_x600_articles-508148.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87731,19 +89409,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "32175d7eba66e94cca6c00ed292489d9" + "hash": "0622ea22df54a2ff6a0da9fb2138370f" }, { - "title": "Brest met l'OM à genou au Vélodrome ", - "description": "

    ", - "content": "

    ", + "title": "Ralf Rangnick ne cherchera pas à garder Paul Pogba à tout prix", + "description": "Les Français n'ont pas la cote à Manchester United en ce moment.
    \n
    \nPaul Pogba et Anthony Martial portant un autre maillot la saison prochaine ? L'hypothèse est crédible.
    ", + "content": "Les Français n'ont pas la cote à Manchester United en ce moment.
    \n
    \nPaul Pogba et Anthony Martial portant un autre maillot la saison prochaine ? L'hypothèse est crédible.
    ", "category": "", - "link": "https://www.sofoot.com/brest-met-l-om-a-genou-au-velodrome-507860.html", + "link": "https://www.sofoot.com/ralf-rangnick-ne-cherchera-pas-a-garder-paul-pogba-a-tout-prix-508147.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T18:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-brest-met-l-om-a-genou-au-velodrome-1638640965_x600_articles-507860.jpg", + "pubDate": "2021-12-11T09:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ralf-rangnick-ne-cherchera-pas-a-garder-paul-pogba-a-tout-prix-1639215513_x600_articles-508147.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87751,39 +89430,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "8edf24ba65e33bd9ab882da67a0ab69c" + "hash": "d6aa4e8804c7099a7592ba8bd8d90f65" }, { - "title": "En direct : Borussia Dortmund - Bayern Munich", - "description": "à suivre en direct sur SOFOOT.com", - "content": "à suivre en direct sur SOFOOT.com", + "title": "Manolo Gabbiadini célèbre son but contre le Genoa sur le banc de touche", + "description": "Scène cocasse à Gênes.
    \n
    \nFessé à domicile par la Sampdoria dans le derby de la lanterne (1-3) ce vendredi, le Genoa continue de plonger en Serie A (dix-neuvième) malgré
    ", + "content": "Scène cocasse à Gênes.
    \n
    \nFessé à domicile par la Sampdoria dans le derby de la lanterne (1-3) ce vendredi, le Genoa continue de plonger en Serie A (dix-neuvième) malgré
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-borussia-dortmund-bayern-munich-507853.html", + "link": "https://www.sofoot.com/manolo-gabbiadini-celebre-son-but-contre-le-genoa-sur-le-banc-de-touche-508146.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T17:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-borussia-dortmund-bayern-munich-1638638651_x600_articles-507853.jpg", + "pubDate": "2021-12-11T08:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manolo-gabbiadini-celebre-son-but-contre-le-genoa-sur-le-banc-de-touche-1639213173_x600_articles-508146.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6116d67bcee1227a3fe9bb979f4fc67" + "hash": "3d1d86ef0e9565188752042c2d69820a" }, { - "title": "Le Betis fait plier le Barça", - "description": "

    ", - "content": "

    ", + "title": "DERNIERS JOURS : 20€ offerts GRATUITS chez NetBet pour parier ce week-end !", + "description": "Envie de parier ce week-end sans déposer d'argent ? NetBet vous offre 20€ sans sortir votre CB ! Ce sont les derniers jours de cette offre EXCLU pour les lecteurs de SoFoot

    EXCLU : 20€ offerts SANS SORTIR LA CB chez NetBet

    \n
    \nVous voulez obtenir 20€ sans verser d'argent pour parier ?
    \n

    ", + "content": "

    EXCLU : 20€ offerts SANS SORTIR LA CB chez NetBet

    \n
    \nVous voulez obtenir 20€ sans verser d'argent pour parier ?
    \n


    ", "category": "", - "link": "https://www.sofoot.com/le-betis-fait-plier-le-barca-507862.html", + "link": "https://www.sofoot.com/derniers-jours-20e-offerts-gratuits-chez-netbet-pour-parier-ce-week-end-508086.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T17:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-betis-fait-plier-le-barca-1638638557_x600_articles-507862.jpg", + "pubDate": "2021-12-09T15:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-derniers-jours-20e-offerts-gratuits-chez-netbet-pour-parier-ce-week-end-1639066912_x600_articles-508086.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87791,19 +89472,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfec31a251edc51268794da675b9ca98" + "hash": "7e4c833fab312aac2c83996a201018e8" }, { - "title": "Liverpool coiffe Wolverhampton sur le fil", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Lille Lyon : Analyse, cotes et prono du match de Ligue 1", + "description": "Quasi carton plein en cours sur le dernier match des Bleus, le Lille-Salzbourg, le Manchester City - PSG, et les PSG - Club Bruges et Wolfsbourg - Lille de cette semaine. Pour parier sur cette nouvelle affiche du LOSC, ZEbet vous offre 10€ sans sortir votre CB

    10€ gratuits pour parier sur ce Lille - Lyon !

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", + "content": "

    10€ gratuits pour parier sur ce Lille - Lyon !

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", "category": "", - "link": "https://www.sofoot.com/liverpool-coiffe-wolverhampton-sur-le-fil-507856.html", + "link": "https://www.sofoot.com/pronostic-lille-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-508084.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-coiffe-wolverhampton-sur-le-fil-1638638387_x600_articles-507856.jpg", + "pubDate": "2021-12-10T06:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lille-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-1639065591_x600_articles-508084.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87811,19 +89493,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8316e101e79b388eaeab8488a5ee73c3" + "hash": "67580074ed8d167dc2e67cc393b83abf" }, { - "title": "Le Bayer Leverkusen anéantit Greuther Fürth, Wolfsburg ne répond plus", - "description": "Large bourreau de Greuther Fürth (7-1), le Bayer Leverkusen a poursuivi l'entreprise de démolition en cours contre la lanterne rouge de Bundesliga. Défait sans répliquer à Mayence (0-3), Wolfsburg passe derrière son adversaire du jour et continue de patiner avant la réception du LOSC. Pour Hoffenheim, vainqueur de l'Eintracht Francfort (3-2), et Bochum, qui a écarté Augsbourg sur le même score, c'était un bel après-midi de foot allemand.

    ", - "content": "

    ", + "title": "Entretien croisé avec Maxime Leverbe et Valentin Gendrey, deux Français qui flambent en Serie B ", + "description": "Ce samedi, Pise reçoit Lecce pour un choc au sommet entre le leader et son dauphin en Serie B. L'occasion pour deux joueurs français qui ne se connaissaient pas, Maxime Leverbe et Valentin Gendrey, de s'affronter pour la première fois sur le terrain, mais également de parler de leur quotidien dans l'antichambre de l'élite italienne à base de Massimo Coda ou des toboggans de Pordenone.

    Casting :

    \n
    \n– Maxime Leverbe (24 ans) : Défenseur central de Pise, passé par la Sampdoria, Cagliari et le Chievo.
    \n
    ", + "content": "

    Casting :

    \n
    \n– Maxime Leverbe (24 ans) : Défenseur central de Pise, passé par la Sampdoria, Cagliari et le Chievo.
    \n
    ", "category": "", - "link": "https://www.sofoot.com/le-bayer-leverkusen-aneantit-greuther-furth-wolfsburg-ne-repond-plus-507848.html", + "link": "https://www.sofoot.com/entretien-croise-avec-maxime-leverbe-et-valentin-gendrey-deux-francais-qui-flambent-en-serie-b-508121.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T16:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-bayer-leverkusen-aneantit-greuther-furth-wolfsburg-ne-repond-plus-1638636266_x600_articles-alt-507848.jpg", + "pubDate": "2021-12-11T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-entretien-croise-avec-maxime-leverbe-et-valentin-gendrey-deux-francais-qui-flambent-en-serie-b-1639159608_x600_articles-508121.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87831,19 +89514,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bd448a23dec84b2c78db9d8a6c2a19d" + "hash": "54a6526f80cac09a22bb5d5ec2ff281c" }, { - "title": "Milan casse la Salernitana", - "description": "

    ", - "content": "

    ", + "title": "Éric Di Meco et Baptiste Serin avec Loïc Puyo : \"Les rugbymen sont des footeux qui s'ignorent\"", + "description": "Passé par la Ligue 1, la Ligue 2, le National, et même le championnat australien la saison dernière, le milieu de terrain Loïc Puyo (32 ans) prend la plume, depuis un an et demi, afin de raconter pour So Foot son quotidien de joueur. Cette semaine, avant une belle journée de Coupe d'Europe sur les terrains de rugby, il a décidé d'évoquer la relation entre foot et rugby, avec un joueur international de chaque discipline pour débroussailler le sujet : Éric Di Meco et Baptiste Serin.Après les récents succès de nos équipes nationales - nos…", + "content": "Après les récents succès de nos équipes nationales - nos…", "category": "", - "link": "https://www.sofoot.com/milan-casse-la-salernitana-507851.html", + "link": "https://www.sofoot.com/eric-di-meco-et-baptiste-serin-avec-loic-puyo-les-rugbymen-sont-des-footeux-qui-s-ignorent-507976.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-milan-casse-la-salernitana-1638633830_x600_articles-507851.jpg", + "pubDate": "2021-12-11T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-eric-di-meco-et-baptiste-serin-avec-loic-puyo-les-rugbymen-sont-des-footeux-qui-s-ignorent-1639092925_x600_articles-alt-507976.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87851,19 +89535,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a202ba76583d8bed7936573821d551c" + "hash": "b87b4f5ae859d5efa6d667348daa8e92" }, { - "title": "Auxerre et Caen se quittent sur un nul spectaculaire", - "description": "

    ", - "content": "

    ", + "title": "Le FC Nantes retourne le RC Lens en beauté", + "description": "Invisible en première période et breaké par des Lensois cliniques, le FC Nantes a retourné le scénario après la pause en plantant trois fois, pour arracher in extremis la victoire à la Beaujoire dans un élan incroyable, grâce à un doublé heureux de Randal Kolo Muani et un bonbon final de Moses Simon (3-2). Le Racing tourne toujours au ralenti.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/auxerre-et-caen-se-quittent-sur-un-nul-spectaculaire-507846.html", + "link": "https://www.sofoot.com/le-fc-nantes-retourne-le-rc-lens-en-beaute-508142.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-auxerre-et-caen-se-quittent-sur-un-nul-spectaculaire-1638633599_x600_articles-507846.jpg", + "pubDate": "2021-12-10T22:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-fc-nantes-retourne-le-rc-lens-en-beaute-1639175448_x600_articles-alt-508142.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87871,19 +89556,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f123a79abfcbc19f7549cc20f151798" + "hash": "becf5af0419ce334001368449d9c0837" }, { - "title": "En direct : Marseille - Brest", - "description": "0' : La compo de l'OM sur l'instru de Bad Boys de Marseille Pt 2, c'est d'une efficacité à ...", - "content": "0' : La compo de l'OM sur l'instru de Bad Boys de Marseille Pt 2, c'est d'une efficacité à ...", + "title": "En direct : Nantes - Lens", + "description": "43' : Des trous partout dans ce bloc nantais... Que dire.", + "content": "43' : Des trous partout dans ce bloc nantais... Que dire.", "category": "", - "link": "https://www.sofoot.com/en-direct-marseille-brest-507854.html", + "link": "https://www.sofoot.com/en-direct-nantes-lens-508141.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T15:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-brest-1638628591_x600_articles-507854.jpg", + "pubDate": "2021-12-10T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-nantes-lens-1639167929_x600_articles-alt-508141.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87891,19 +89577,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "87c3637d1da3ec388656589c9ada9296" + "hash": "e0d988ad9578fad10ebfa9dc25669b47" }, { - "title": "La fois où Zlatan Ibrahimović a été fou de rage de devoir payer un jus de fruit à 1£", - "description": "Même quand on gagne des millions, il n'y a pas de petites économies.
    \n
    \nSi vous voulez énerver Zlatan Ibrahimović, parlez-lui de jus de fruit. Avec la sortie prochaine de sa…

    ", - "content": "Même quand on gagne des millions, il n'y a pas de petites économies.
    \n
    \nSi vous voulez énerver Zlatan Ibrahimović, parlez-lui de jus de fruit. Avec la sortie prochaine de sa…

    ", + "title": "Mikel Arteta souhaite des protocoles Covid plus clairs en Premier League", + "description": "Et souhaiter la fin du Covid tout court, c'est trop demandé ?
    \n
    \nAlors que la Premier League a annoncé le report de…

    ", + "content": "Et souhaiter la fin du Covid tout court, c'est trop demandé ?
    \n
    \nAlors que la Premier League a annoncé le report de…

    ", "category": "", - "link": "https://www.sofoot.com/la-fois-ou-zlatan-ibrahimovic-a-ete-fou-de-rage-de-devoir-payer-un-jus-de-fruit-a-1-507859.html", + "link": "https://www.sofoot.com/mikel-arteta-souhaite-des-protocoles-covid-plus-clairs-en-premier-league-508137.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T15:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-fois-ou-zlatan-ibrahimovic-a-ete-fou-de-rage-de-devoir-payer-un-jus-de-fruit-a-1-1638631834_x600_articles-507859.jpg", + "pubDate": "2021-12-10T16:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mikel-arteta-souhaite-des-protocoles-covid-plus-clairs-en-premier-league-1639158794_x600_articles-508137.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87911,59 +89598,62 @@ "favorite": false, "created": false, "tags": [], - "hash": "21f34865eb43ab005e7b4b8ea6571d5e" + "hash": "bf3e95ffc71456e36aae59b8c5374c3b" }, { - "title": "Séville assure l'essentiel face à Villarreal", - "description": "

    ", - "content": "

    ", + "title": "Colombie : un joueur aide l'arbitre à mettre un carton", + "description": "Mieux vaut être du côté de l'homme en noir.
    \n
    \nFin de match rocambolesque entre l'America de Cali qui arrache la victoire contre l'Alianza Petrolera dans les derniers instants (but du…

    ", + "content": "Mieux vaut être du côté de l'homme en noir.
    \n
    \nFin de match rocambolesque entre l'America de Cali qui arrache la victoire contre l'Alianza Petrolera dans les derniers instants (but du…

    ", "category": "", - "link": "https://www.sofoot.com/seville-assure-l-essentiel-face-a-villarreal-507849.html", + "link": "https://www.sofoot.com/colombie-un-joueur-aide-l-arbitre-a-mettre-un-carton-508136.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T15:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-seville-assure-l-essentiel-face-a-villarreal-1638630398_x600_articles-507849.jpg", + "pubDate": "2021-12-10T16:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-colombie-un-joueur-aide-l-arbitre-a-mettre-un-carton-1639158165_x600_articles-508136.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "e35de902752f45c0ac25bee56b1cc401" + "hash": "946a667d2830c9b4287fc25dc82a8cd7" }, { - "title": "Un Écossais arrêté pour avoir lancé une bouteille sur un joueur", - "description": "Lyon influence la France. La France influence le monde.
    \n
    \nEn Écosse aussi, ils ont leur lot de champions. Jeudi, Barrie McKay, qui évolue à Heart of Midlothian, a été la cible de…

    ", - "content": "Lyon influence la France. La France influence le monde.
    \n
    \nEn Écosse aussi, ils ont leur lot de champions. Jeudi, Barrie McKay, qui évolue à Heart of Midlothian, a été la cible de…

    ", + "title": "La fédération espagnole se paye Javier Tebas", + "description": "La Liga a officialisé ce vendredi son accord avec le fonds d'investissement CVC, qui va permettre aux clubs espagnols de toucher 1,994 milliard d'euros, dont 400 millions qui doivent arriver dans…", + "content": "La Liga a officialisé ce vendredi son accord avec le fonds d'investissement CVC, qui va permettre aux clubs espagnols de toucher 1,994 milliard d'euros, dont 400 millions qui doivent arriver dans…", "category": "", - "link": "https://www.sofoot.com/un-ecossais-arrete-pour-avoir-lance-une-bouteille-sur-un-joueur-507852.html", + "link": "https://www.sofoot.com/la-federation-espagnole-se-paye-javier-tebas-508135.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T14:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-ecossais-arrete-pour-avoir-lance-une-bouteille-sur-un-joueur-1638628599_x600_articles-507852.jpg", + "pubDate": "2021-12-10T16:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-federation-espagnole-se-paye-javier-tebas-1639155197_x600_articles-508135.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "8f27a1a444158ad55bb0dd26c5ee10d1" + "hash": "235021f59fab0032a1fa25be39291a4c" }, { - "title": "Chelsea piégé à West Ham", - "description": "

    ", - "content": "

    ", + "title": "La finale de la Coupe de France féminine à Dijon", + "description": "Il y aura du spectacle cette saison à Dijon et ce ne sera pas forcément grâce à l'équipe de Patrice Garande, actuellement 15e de Ligue 2.
    \n
    \nLa Coupe de France féminine…

    ", + "content": "Il y aura du spectacle cette saison à Dijon et ce ne sera pas forcément grâce à l'équipe de Patrice Garande, actuellement 15e de Ligue 2.
    \n
    \nLa Coupe de France féminine…

    ", "category": "", - "link": "https://www.sofoot.com/chelsea-piege-a-west-ham-507845.html", + "link": "https://www.sofoot.com/la-finale-de-la-coupe-de-france-feminine-a-dijon-508134.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-piege-a-west-ham-1638628489_x600_articles-507845.jpg", + "pubDate": "2021-12-10T16:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-finale-de-la-coupe-de-france-feminine-a-dijon-1639155163_x600_articles-508134.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87971,19 +89661,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfd305915d9bdf3ebe810c6f2398f346" + "hash": "d5fc06635f1dacc30913a4606a739b3f" }, { - "title": "Cristiano Ronaldo blessé au genou à cause de sa célébration ? ", - "description": "En même temps, au bout de la 801e fois, ça devait finir par craquer.
    \n
    \nDouble buteur face à Arsenal jeudi dernier, Cristiano Ronaldo a encore une fois été le grand homme…

    ", - "content": "En même temps, au bout de la 801e fois, ça devait finir par craquer.
    \n
    \nDouble buteur face à Arsenal jeudi dernier, Cristiano Ronaldo a encore une fois été le grand homme…

    ", + "title": "Tottenham-Brighton reporté", + "description": "Brighton et Rennes, même combat.
    \n
    \nL'épidémie de Covid-19 a décidé de s'abattre sur les Spurs de Tottenham et ne pas les laisser tranquilles. Les hommes d'Antonio Conte…

    ", + "content": "Brighton et Rennes, même combat.
    \n
    \nL'épidémie de Covid-19 a décidé de s'abattre sur les Spurs de Tottenham et ne pas les laisser tranquilles. Les hommes d'Antonio Conte…

    ", "category": "", - "link": "https://www.sofoot.com/cristiano-ronaldo-blesse-au-genou-a-cause-de-sa-celebration-507850.html", + "link": "https://www.sofoot.com/tottenham-brighton-reporte-508133.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T13:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cristiano-ronaldo-blesse-au-genou-a-cause-de-sa-celebration-1638625985_x600_articles-507850.jpg", + "pubDate": "2021-12-10T15:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-brighton-reporte-1639154594_x600_articles-508133.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -87991,19 +89682,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fc052356b10ea1b02bdb9d8680738c8" + "hash": "c1a499f5b8267191b8d93d5f7019a920" }, { - "title": "Samuel Umtiti (FC Barcelone) à l'AC Milan pour remplacer Simon Kjær ?", - "description": "Samuel Umtiti enfin libérable ?
    \n
    \nAu placard au Barça (aucun match joué cette saison), le défenseur français de 28 ans s'enterre peu à peu. Selon

    ", - "content": "Samuel Umtiti enfin libérable ?
    \n
    \nAu placard au Barça (aucun match joué cette saison), le défenseur français de 28 ans s'enterre peu à peu. Selon


    ", + "title": "Pronostic Real Madrid Atlético Madrid : Analyse, cotes et prono du match de Liga", + "description": "

    Le Real, roi de Madrid face à l'Atlético

    \n
    \nLa 17e journée de Liga nous offre le traditionnel derby de Madrid entre le Real et…
    ", + "content": "

    Le Real, roi de Madrid face à l'Atlético

    \n
    \nLa 17e journée de Liga nous offre le traditionnel derby de Madrid entre le Real et…
    ", "category": "", - "link": "https://www.sofoot.com/samuel-umtiti-fc-barcelone-a-l-ac-milan-pour-remplacer-simon-kj-c3-a6r-507844.html", + "link": "https://www.sofoot.com/pronostic-real-madrid-atletico-madrid-analyse-cotes-et-prono-du-match-de-liga-508132.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T11:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-samuel-umtiti-fc-barcelone-a-l-ac-milan-pour-remplacer-simon-kj-c3-a6r-1638618031_x600_articles-507844.jpg", + "pubDate": "2021-12-10T15:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-atletico-madrid-analyse-cotes-et-prono-du-match-de-liga-1639150919_x600_articles-508132.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88011,19 +89703,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "fff81442822f5dded74be830c943b681" + "hash": "746fbc3c213d3599c80c182abdfaa988" }, { - "title": "RC Lens : le maillot collector spécial Sainte-Barbe fait fureur chez les supporters", - "description": "Voilà un coup de com' réussi.
    \n
    \n

    La F?ℛCE de Lens... depuis 115 ans ⚫? Découvrez notre maillot en hommage à la Sainte Barbe…



    ", - "content": "Voilà un coup de com' réussi.
    \n
    \n

    La F?ℛCE de Lens... depuis 115 ans ⚫? Découvrez notre maillot en hommage à la Sainte Barbe…



    ", + "title": "Pronostic Rennes Nice : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un Rennes de beauté face à Nice

    \n
    \nL'an passé, Lille avait égayé la saison de Ligue 1 en rivalisant face aux grosses cylindrées de Ligue 1 et en…
    ", + "content": "

    Un Rennes de beauté face à Nice

    \n
    \nL'an passé, Lille avait égayé la saison de Ligue 1 en rivalisant face aux grosses cylindrées de Ligue 1 et en…
    ", "category": "", - "link": "https://www.sofoot.com/rc-lens-le-maillot-collector-special-sainte-barbe-fait-fureur-chez-les-supporters-507843.html", + "link": "https://www.sofoot.com/pronostic-rennes-nice-analyse-cotes-et-prono-du-match-de-ligue-1-508131.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T10:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-rc-lens-le-maillot-collector-special-sainte-barbe-fait-fureur-chez-les-supporters-1638614128_x600_articles-507843.jpg", + "pubDate": "2021-12-10T15:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rennes-nice-analyse-cotes-et-prono-du-match-de-ligue-1-1639150404_x600_articles-508131.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88031,19 +89724,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e507ad05b931501151fba796f800436" + "hash": "a4cab24eaa45c613f260884aac3552a5" }, { - "title": "Graham Potter veut \"créer un environnement spécial\" à Brighton", - "description": "Potter dévoile ses tours.
    \n
    \nAlors qu'il réalise sa troisième saison en tant qu'entraîneur de Brighton, Graham Potter a dévoilé un peu de sa personnalité et de sa vision du football…

    ", - "content": "Potter dévoile ses tours.
    \n
    \nAlors qu'il réalise sa troisième saison en tant qu'entraîneur de Brighton, Graham Potter a dévoilé un peu de sa personnalité et de sa vision du football…

    ", + "title": "Anthony Martial veut quitter Manchester United selon son agent", + "description": "Plus de six ans après son transfert de Monaco à Manchester United, Anthony Martial (26 ans) n'a jamais vraiment confirmé tous les espoirs placés en lui, quand bien même ses 269 matchs et 79 buts…", + "content": "Plus de six ans après son transfert de Monaco à Manchester United, Anthony Martial (26 ans) n'a jamais vraiment confirmé tous les espoirs placés en lui, quand bien même ses 269 matchs et 79 buts…", "category": "", - "link": "https://www.sofoot.com/graham-potter-veut-creer-un-environnement-special-a-brighton-507841.html", + "link": "https://www.sofoot.com/anthony-martial-veut-quitter-manchester-united-selon-son-agent-508130.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T10:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-graham-potter-veut-creer-un-environnement-special-a-brighton-1638612612_x600_articles-507841.jpg", + "pubDate": "2021-12-10T15:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-anthony-martial-veut-quitter-manchester-united-selon-son-agent-1639154236_x600_articles-508130.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88051,19 +89745,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "15344e6d8c80d5b5ebf9a73df7103bfe" + "hash": "8e69295f8f10b85727739c8944f31e12" }, { - "title": "Six mois d'absence pour Simon Kjær (AC Milan)", - "description": "Semaine chargée pour Simon Kjær.
    \n
    \n
    Dix-huitième du Ballon d'or lundi, blessé…

    ", - "content": "Semaine chargée pour Simon Kjær.
    \n
    \nDix-huitième du Ballon d'or lundi, blessé…

    ", + "title": "Pronostic Troyes Bordeaux : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un Troyes – Bordeaux avec des buts de chaque côté

    \n
    \nLa 18e journée de Ligue 1 nous offre ce week-end plusieurs oppositions importantes…
    ", + "content": "

    Un Troyes – Bordeaux avec des buts de chaque côté

    \n
    \nLa 18e journée de Ligue 1 nous offre ce week-end plusieurs oppositions importantes…
    ", "category": "", - "link": "https://www.sofoot.com/six-mois-d-absence-pour-simon-kj-c3-a6r-ac-milan-507842.html", + "link": "https://www.sofoot.com/pronostic-troyes-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-508129.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T09:29:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-six-mois-d-absence-pour-simon-kj-c3-a6r-ac-milan-1638609613_x600_articles-507842.jpg", + "pubDate": "2021-12-10T15:06:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-troyes-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-1639149922_x600_articles-508129.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88071,39 +89766,41 @@ "favorite": false, "created": false, "tags": [], - "hash": "725ce1572458a807517e29c5a9fbe315" + "hash": "564dcdbecc59d098cb2ab1a913881c21" }, { - "title": "Pourquoi Newcastle, Greuther Fürth et Levante sont à la traîne depuis le début de saison ?", - "description": "Décembre vient d'arriver, la phase aller est bientôt terminée et, pour le moment, ils n'ont toujours pas gagné. Au sein des cinq grands championnats, trois clubs sont encore à la recherche de leur première victoire de la saison : Newcastle en Angleterre, Greuther Fürth en Allemagne et Levante en Espagne. Trois lanternes écarlates aux profils bien différents et qui, malgré ce démarrage calamiteux, n'ont peut-être pas hypothéqué toutes leurs chances de maintien.

    ", - "content": "

    ", + "title": "Pronostic Angers Clermont : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Angers un cran au-dessus de Clermont

    \n
    \nEn s'imposant le week-end dernier sur la pelouse de Reims (1-2), Angers a consolidé sa place dans la…
    ", + "content": "

    Angers un cran au-dessus de Clermont

    \n
    \nEn s'imposant le week-end dernier sur la pelouse de Reims (1-2), Angers a consolidé sa place dans la…
    ", "category": "", - "link": "https://www.sofoot.com/pourquoi-newcastle-greuther-furth-et-levante-sont-a-la-traine-depuis-le-debut-de-saison-507831.html", + "link": "https://www.sofoot.com/pronostic-angers-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-508127.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T09:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pourquoi-newcastle-greuther-furth-et-levante-sont-a-la-traine-depuis-le-debut-de-saison-1638557194_x600_articles-alt-507831.jpg", + "pubDate": "2021-12-10T14:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-angers-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-1639149108_x600_articles-508127.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "046de87ae3fab36c9cb3d71dbca7042a" + "hash": "b0f3891086c40a83a6b0cc40935ceb95" }, { - "title": "Le but en huit secondes de Dominic Solanke (Bournemouth) contre Fulham", - "description": "C'est ce qu'on appelle ressortir des vestiaires avec les crocs.
    \n
    \nCe vendredi soir, Bournemouth, deuxième de Championship, se déplaçait sur la pelouse de Craven Cottage pour y affronter…

    ", - "content": "C'est ce qu'on appelle ressortir des vestiaires avec les crocs.
    \n
    \nCe vendredi soir, Bournemouth, deuxième de Championship, se déplaçait sur la pelouse de Craven Cottage pour y affronter…

    ", + "title": "Pronostic Strasbourg OM : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Strasbourg enchaîne face à l'OM

    \n
    \nLe Racing Club de Strasbourg est la sensation de cette fin d'année en Ligue 1. Après avoir démarré doucement…
    ", + "content": "

    Strasbourg enchaîne face à l'OM

    \n
    \nLe Racing Club de Strasbourg est la sensation de cette fin d'année en Ligue 1. Après avoir démarré doucement…
    ", "category": "", - "link": "https://www.sofoot.com/le-but-en-huit-secondes-de-dominic-solanke-bournemouth-contre-fulham-507840.html", + "link": "https://www.sofoot.com/pronostic-strasbourg-om-analyse-cotes-et-prono-du-match-de-ligue-1-508126.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T08:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-but-en-huit-secondes-de-dominic-solanke-bournemouth-contre-fulham-1638606180_x600_articles-507840.jpg", + "pubDate": "2021-12-10T14:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-strasbourg-om-analyse-cotes-et-prono-du-match-de-ligue-1-1639148500_x600_articles-508126.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88111,19 +89808,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "59b59ddaa973501d1b0da6339146a602" + "hash": "d3bfc5291041da0bacb131d6188e5d0c" }, { - "title": "LOTO du samedi 4 décembre 2021 : 30 millions d'€ à gagner (cagnotte record) !", - "description": "Incroyable, la cagnotte du LOTO vient de franchir la barre symbolique des 30 millions d'euros. Cette cagnotte record est mis en jeu ce samedi 4 décembre 2021.

    LOTO du samedi 4 décembre 2021 : 30 Millions d'€

    \n
    \n
    \nMagnifique cagnotte record du LOTO ce samedi 4 décembre 2021 avec 30 millions…

    ", - "content": "

    LOTO du samedi 4 décembre 2021 : 30 Millions d'€

    \n
    \n
    \nMagnifique cagnotte record du LOTO ce samedi 4 décembre 2021 avec 30 millions…

    ", + "title": "Quand Ripart était \"rattrapé par sa femme\" lors de ses adieux aux supporters nîmois", + "description": "\"À la base, moi, j'étais juste venu faire une pétanque...\" Quand il pénètre dans les Jardins de la Fontaine, le parc public de Nîmes, ce dimanche 18 juillet 2021, trois jours…", + "content": "\"À la base, moi, j'étais juste venu faire une pétanque...\" Quand il pénètre dans les Jardins de la Fontaine, le parc public de Nîmes, ce dimanche 18 juillet 2021, trois jours…", "category": "", - "link": "https://www.sofoot.com/loto-du-samedi-4-decembre-2021-30-millions-d-e-a-gagner-cagnotte-record-507793.html", + "link": "https://www.sofoot.com/quand-ripart-etait-rattrape-par-sa-femme-lors-de-ses-adieux-aux-supporters-nimois-508117.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T08:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-loto-du-samedi-4-decembre-2021-30-millions-d-e-a-gagner-cagnotte-record-1638520345_x600_articles-507793.jpg", + "pubDate": "2021-12-10T14:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-ripart-etait-rattrape-par-sa-femme-lors-de-ses-adieux-aux-supporters-nimois-1639138015_x600_articles-508117.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88131,19 +89829,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "32836656722c8455d03d1f63fb282854" + "hash": "549ea1589389df14a0b58f3beaba7c63" }, { - "title": "Kalimuendo, l'étoile du nord", - "description": "Débarqué au centre de formation du PSG à l'âge de 11 ans, Arnaud Kalimuendo a franchi toutes les étapes vers le monde du foot professionnel dans l'ouest de la capitale. Avant de mettre le cap au nord et de tomber sous le charme du RC Lens version Franck Haise, la saison dernière. Un coup de cœur qui porte pleinement ses fruits pour le bonhomme de 19 ans, gâchette attitrée des Sang et Or au moment de retrouver son club formateur.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "François Hollande a assisté à un entraînement du Clermont Foot", + "description": "Clermont va chercher vraiment loin pour son mercato hivernal.
    \n
    \nEn promotion pour son nouveau livre Affronter, François Hollande était de passage ce vendredi à Clermont.…

    ", + "content": "Clermont va chercher vraiment loin pour son mercato hivernal.
    \n
    \nEn promotion pour son nouveau livre Affronter, François Hollande était de passage ce vendredi à Clermont.…

    ", "category": "", - "link": "https://www.sofoot.com/kalimuendo-l-etoile-du-nord-507827.html", + "link": "https://www.sofoot.com/francois-hollande-a-assiste-a-un-entrainement-du-clermont-foot-508125.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kalimuendo-l-etoile-du-nord-1638550263_x600_articles-alt-507827.jpg", + "pubDate": "2021-12-10T14:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-francois-hollande-a-assiste-a-un-entrainement-du-clermont-foot-1639153997_x600_articles-508125.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88151,19 +89850,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "76b5964eb4a603141616f2021b7a1ac8" + "hash": "479ca7df0a1a3964febeed7de65db792" }, { - "title": "La Côte d'Ivoire dans le brouillard", - "description": "Géant du football africain, la Côte d'Ivoire fait surtout parler d'elle pour les tensions qui agitent ses institutions et la sélection nationale. L'élection à la présidence de la fédération, actuellement dirigée par un Comité de normalisation, et qui devait avoir lieu le 20 décembre, a été reportée. Et les Éléphants, depuis leur élimination en qualifications pour la Coupe du monde, sont sous étroite surveillance.On avait évoqué mai 2020, puis septembre, puis novembre de la même année. La crise sanitaire et des conflits liés au code électoral ont finalement fait capoter toutes les hypothèses pour que…", - "content": "On avait évoqué mai 2020, puis septembre, puis novembre de la même année. La crise sanitaire et des conflits liés au code électoral ont finalement fait capoter toutes les hypothèses pour que…", + "title": "Pronostic Metz Lorient : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Metz – Lorient : l'enjeu prend le dessus sur le jeu

    \n
    \nDans une lutte pour le maintien déjà acharnée, Metz et Lorient s'affrontent ce dimanche…
    ", + "content": "

    Metz – Lorient : l'enjeu prend le dessus sur le jeu

    \n
    \nDans une lutte pour le maintien déjà acharnée, Metz et Lorient s'affrontent ce dimanche…
    ", "category": "", - "link": "https://www.sofoot.com/la-cote-d-ivoire-dans-le-brouillard-507813.html", + "link": "https://www.sofoot.com/pronostic-metz-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-508124.html", "creator": "SO FOOT", - "pubDate": "2021-12-04T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-cote-d-ivoire-dans-le-brouillard-1638537935_x600_articles-alt-507813.jpg", + "pubDate": "2021-12-10T14:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-metz-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-1639147861_x600_articles-508124.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88171,19 +89871,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c9ae54fb0212b3290629b35bca99630" + "hash": "829d3e12137e69e891f4278c371ab927" }, { - "title": "Le Sporting maîtrise Benfica et prend le derby", - "description": "

    ", - "content": "

    ", + "title": "Quinze supporters de Moscou interpellés après la rencontre face à l'OM", + "description": "Le Lokomotiv a déraillé.
    \n
    \nVenu au stade Vélodrome ce jeudi dans l'espoir de créer l'exploit et de décrocher son billet pour la Ligue Europa Conférence, le Lokomotiv Moscou n'a pas…

    ", + "content": "Le Lokomotiv a déraillé.
    \n
    \nVenu au stade Vélodrome ce jeudi dans l'espoir de créer l'exploit et de décrocher son billet pour la Ligue Europa Conférence, le Lokomotiv Moscou n'a pas…

    ", "category": "", - "link": "https://www.sofoot.com/le-sporting-maitrise-benfica-et-prend-le-derby-507839.html", + "link": "https://www.sofoot.com/quinze-supporters-de-moscou-interpelles-apres-la-rencontre-face-a-l-om-508123.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T23:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-sporting-maitrise-benfica-et-prend-le-derby-1638573355_x600_articles-507839.jpg", + "pubDate": "2021-12-10T13:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quinze-supporters-de-moscou-interpelles-apres-la-rencontre-face-a-l-om-1639148472_x600_articles-508123.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88191,19 +89892,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "513158dcdde0608e807eee8fd55ad87f" + "hash": "cd6ac06b57c8e0de4592a6b2493b96c8" }, { - "title": "Ajaccio rate le coche, Guingamp retourne Dijon, Sochaux s'arrache", - "description": "Leader provisoire en cas de victoire ce vendredi soir, l'AC Ajaccio n'a pas réussi à percer la muraille valenciennoise (0-0) et reste deuxième. Juste derrière, Sochaux, le Paris FC et Le Havre ont tous fait le plein de points, ce qui engendre un embouteillage en première partie de tableau. Guingamp a remporté le match fou de la soirée contre Dijon (3-2), alors qu'en bas de tableau, Amiens s'est donné de l'air face à Dunkerque (3-0) et que Nancy a encore flanché sur le pré de QRM (2-1).

    ", - "content": "

    ", + "title": "Le rapport accablant pour le centre de formation de Nîmes", + "description": "Un rapport de la FFF accable grandement l'état du centre de formation du Nîmes Olympique que son président Rani Assaf avait fermé en mai dernier pour des raisons financières. ", + "content": "Un rapport de la FFF accable grandement l'état du centre de formation du Nîmes Olympique que son président Rani Assaf avait fermé en mai dernier pour des raisons financières. ", "category": "", - "link": "https://www.sofoot.com/ajaccio-rate-le-coche-guingamp-retourne-dijon-sochaux-s-arrache-507835.html", + "link": "https://www.sofoot.com/le-rapport-accablant-pour-le-centre-de-formation-de-nimes-508119.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T22:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ajaccio-rate-le-coche-guingamp-retourne-dijon-sochaux-s-arrache-1638570394_x600_articles-alt-507835.jpg", + "pubDate": "2021-12-10T13:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-rapport-accablant-pour-le-centre-de-formation-de-nimes-1639147346_x600_articles-508119.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88211,19 +89913,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "d696262cfed5e2132c81d0a141a4c3ef" + "hash": "335be200f0df8a6da8affad2721b7ab1" }, { - "title": "L'Union Berlin enfonce encore un peu plus Leipzig ", - "description": "

    ", - "content": "

    ", + "title": "Rennes : qui se cache derrière Martin Terrier ? ", + "description": "Dans la famille Terrier, il faut demander le petit dernier, Martin, pour trouver celui qui a réussi à pointer le bout de son nez en Ligue 1. Une réussite attendue pour le cadet d'une fratrie qui a grandi, comme des milliers d'autres, en baignant dans le foot dans le Nord, une terre qu'il est le seul de la famille à avoir quittée. De Lille à Rennes en passant par Strasbourg et Lyon, portrait de l'homme en forme de la Ligue 1, symbole d'un Stade rennais à qui tout sourit. Où il est question de grosses lucarnes, d'horloge cassée et d'un amour impossible pour les jeux vidéo.Dans la famille Terrier, le 26 mai 2016 est une date à marquer d'une pierre blanche. Ce jour-là, le papa Frédéric et son épouse sont présents au stade Jean-Deconinck pour assister au dernier…", + "content": "Dans la famille Terrier, le 26 mai 2016 est une date à marquer d'une pierre blanche. Ce jour-là, le papa Frédéric et son épouse sont présents au stade Jean-Deconinck pour assister au dernier…", "category": "", - "link": "https://www.sofoot.com/l-union-berlin-enfonce-encore-un-peu-plus-leipzig-507824.html", + "link": "https://www.sofoot.com/rennes-qui-se-cache-derriere-martin-terrier-508105.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T21:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-union-berlin-enfonce-encore-un-peu-plus-leipzig-1638567003_x600_articles-507824.jpg", + "pubDate": "2021-12-10T13:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-rennes-qui-se-cache-derriere-martin-terrier-1639133151_x600_articles-alt-508105.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88231,19 +89934,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "416c39e0e09c7c7f2928c1289dd39766" + "hash": "a13e8c7bfae77c780ef8a431ef7067c5" }, { - "title": "Pronostic Lorient Nantes : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Nantes accroche Lorient

    \n
    \nCe dimanche, Lorient reçoit Nantes au Moustoir. Après avoir connu une saison dernière à lutter pour son maintien, le club…
    ", - "content": "

    Nantes accroche Lorient

    \n
    \nCe dimanche, Lorient reçoit Nantes au Moustoir. Après avoir connu une saison dernière à lutter pour son maintien, le club…
    ", + "title": "Peter Bosz : \"C'est Marseille qui a refusé de jouer\"", + "description": "Le contraire aurait été étonnant.
    \n
    \nAu surlendemain
    de l'annonce des…

    ", + "content": "Le contraire aurait été étonnant.
    \n
    \nAu surlendemain de l'annonce des…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lorient-nantes-analyse-cotes-et-prono-du-match-de-ligue-1-507838.html", + "link": "https://www.sofoot.com/peter-bosz-c-est-marseille-qui-a-refuse-de-jouer-508120.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T19:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lorient-nantes-analyse-cotes-et-prono-du-match-de-ligue-1-1638559510_x600_articles-507838.jpg", + "pubDate": "2021-12-10T13:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-peter-bosz-c-est-marseille-qui-a-refuse-de-jouer-1639146610_x600_articles-508120.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88251,19 +89955,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9674b91adb011aee84bda92fcf2684a" + "hash": "f6d13623757e3eef93b16c3f27cc7a99" }, { - "title": "Pronostic Bordeaux Lyon : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Lyon se relance à Bordeaux

    \n
    \nEn proie à d'importants problèmes financiers en fin de saison dernière, Bordeaux a été tout proche d'une…
    ", - "content": "

    Lyon se relance à Bordeaux

    \n
    \nEn proie à d'importants problèmes financiers en fin de saison dernière, Bordeaux a été tout proche d'une…
    ", + "title": "\"Devant Steven Gerrard, je ne faisais qu'écouter en souriant\"", + "description": "Home sweet home. Six ans et demi après son dernier match à Anfield, Steven Gerrard retrouve ce samedi l'antre de ses innombrables exploits sous le maillot du Liverpool Football Club. Avec le statut d'adversaire, lui qui entraîne Aston Villa depuis maintenant un mois, après avoir conquis l'Écosse sur le banc des Rangers. L'occasion de se pencher sur ce rôle de coach, que le légendaire numéro 8 a embrassé en 2017, avec ceux qui l'ont côtoyé de près.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-bordeaux-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-507837.html", + "link": "https://www.sofoot.com/devant-steven-gerrard-je-ne-faisais-qu-ecouter-en-souriant-508094.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T18:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bordeaux-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-1638558954_x600_articles-507837.jpg", + "pubDate": "2021-12-10T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-devant-steven-gerrard-je-ne-faisais-qu-ecouter-en-souriant-1639129236_x600_articles-alt-508094.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88271,19 +89976,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e591b50f195106b7098a77b384e73a7" + "hash": "385c869c12658be31cb4b3ffbcab2fae" }, { - "title": "Pronostic Monaco Metz : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Monaco enchaîne face à Metz

    \n
    \nDepuis le début de ce nouvel exercice, l'AS Monaco ne retrouve pas son rythme de la deuxième partie de saison…
    ", - "content": "

    Monaco enchaîne face à Metz

    \n
    \nDepuis le début de ce nouvel exercice, l'AS Monaco ne retrouve pas son rythme de la deuxième partie de saison…
    ", + "title": "Pronostic Bastia Sochaux : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Bastia ralentit Sochaux à Furiani

    \n
    \nPromu cette saison en Ligue 2, le Sporting Club de Bastia rencontre évidemment des difficultés. 18es et…
    ", + "content": "

    Bastia ralentit Sochaux à Furiani

    \n
    \nPromu cette saison en Ligue 2, le Sporting Club de Bastia rencontre évidemment des difficultés. 18es et…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-monaco-metz-analyse-cotes-et-prono-du-match-de-ligue-1-507836.html", + "link": "https://www.sofoot.com/pronostic-bastia-sochaux-analyse-cotes-et-prono-du-match-de-ligue-2-508118.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T18:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-monaco-metz-analyse-cotes-et-prono-du-match-de-ligue-1-1638558172_x600_articles-507836.jpg", + "pubDate": "2021-12-10T11:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bastia-sochaux-analyse-cotes-et-prono-du-match-de-ligue-2-1639138153_x600_articles-508118.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88291,19 +89997,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "268f5b77b6112d4f393b4bcf218a6a65" + "hash": "3e43dfed03d4fcf19584597f328144df" }, { - "title": "Pronostic Montpellier Clermont : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Montpellier costaud à la maison face à Clermont

    \n
    \nNeuvième de Ligue 1, Montpellier est dans le ventre mou du championnat. En effet, le club…
    ", - "content": "

    Montpellier costaud à la maison face à Clermont

    \n
    \nNeuvième de Ligue 1, Montpellier est dans le ventre mou du championnat. En effet, le club…
    ", + "title": "Pronostic Caen Guingamp : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Guingamp prend ses distances sur Caen

    \n
    \nRelégué de Ligue 1 il y a 2 saisons et demi, le Stade Malherbe de Caen faisait alors partie des candidats à la…
    ", + "content": "

    Guingamp prend ses distances sur Caen

    \n
    \nRelégué de Ligue 1 il y a 2 saisons et demi, le Stade Malherbe de Caen faisait alors partie des candidats à la…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-montpellier-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-507834.html", + "link": "https://www.sofoot.com/pronostic-caen-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-508115.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T18:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-montpellier-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-1638557378_x600_articles-507834.jpg", + "pubDate": "2021-12-10T11:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-caen-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-1639137803_x600_articles-508115.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88311,19 +90018,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "31a719a8bb3257d5ffa00b117556ea25" + "hash": "f0ee758cc0001753efd0a27cc48dfbee" }, { - "title": "Pronostic Reims Angers : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Reims et Angers dos à dos

    \n
    \nPlutôt solide depuis son retour en Ligue 1, le stade de Reims avait cependant connu sa saison la plus compliquée l'an…
    ", - "content": "

    Reims et Angers dos à dos

    \n
    \nPlutôt solide depuis son retour en Ligue 1, le stade de Reims avait cependant connu sa saison la plus compliquée l'an…
    ", + "title": "Pronostic Dijon Niort : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Dijon confirme ses progrès face à Niort

    \n
    \nRelégué de Ligue 1 cet été après avoir totalement raté sa saison, Dijon semblait avoir parfaitement…
    ", + "content": "

    Dijon confirme ses progrès face à Niort

    \n
    \nRelégué de Ligue 1 cet été après avoir totalement raté sa saison, Dijon semblait avoir parfaitement…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-reims-angers-analyse-cotes-et-prono-du-match-de-ligue-1-507833.html", + "link": "https://www.sofoot.com/pronostic-dijon-niort-analyse-cotes-et-prono-du-match-de-ligue-2-508113.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T18:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-reims-angers-analyse-cotes-et-prono-du-match-de-ligue-1-1638557202_x600_articles-507833.jpg", + "pubDate": "2021-12-10T11:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-dijon-niort-analyse-cotes-et-prono-du-match-de-ligue-2-1639137396_x600_articles-508113.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88331,19 +90039,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "7abb7b3d3b9ccd8027dcb2c9fddc488f" + "hash": "3cad7b2e4f8cb0ea49bc8cd9f79aa137" }, { - "title": "Pronostic Saint-Etienne Rennes : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Rennes retrouve des couleurs à Saint-Etienne

    \n
    \nDernier de Ligue 1, l'AS Saint-Etienne vit une première partie de saison cauchemardesque. Les Verts…
    ", - "content": "

    Rennes retrouve des couleurs à Saint-Etienne

    \n
    \nDernier de Ligue 1, l'AS Saint-Etienne vit une première partie de saison cauchemardesque. Les Verts…
    ", + "title": "Pronostic Nîmes Nancy : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Nîmes – Nancy : les Crocos retrouvent de l'appétit

    \n
    \nLe Nîmes Olympique a vécu une saison dernière galère en Ligue 1 qui s'est logiquement…
    ", + "content": "

    Nîmes – Nancy : les Crocos retrouvent de l'appétit

    \n
    \nLe Nîmes Olympique a vécu une saison dernière galère en Ligue 1 qui s'est logiquement…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-saint-etienne-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-507832.html", + "link": "https://www.sofoot.com/pronostic-nimes-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-508112.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T18:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-saint-etienne-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-1638556611_x600_articles-507832.jpg", + "pubDate": "2021-12-10T11:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nimes-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-1639136814_x600_articles-508112.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88351,19 +90060,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb14cd3ee8434fb2791fe4abe538eac2" + "hash": "903ecf7887a4f0616492580f9eabc3cb" }, { - "title": "Pronostic Nice Strasbourg : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Strasbourg tend un piège à Nice

    \n
    \nFormation ambitieuse de la Ligue 1, l'OGC Nice n'a pas affiché son meilleur visage lors des dernières semaines.…
    ", - "content": "

    Strasbourg tend un piège à Nice

    \n
    \nFormation ambitieuse de la Ligue 1, l'OGC Nice n'a pas affiché son meilleur visage lors des dernières semaines.…
    ", + "title": "Pronostic Amiens Grenoble : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Amiens poursuit sa remontée face à Grenoble

    \n
    \nMal parti dans cette saison de Ligue 2, Amiens s'est progressivement repris pour sortir de la zone…
    ", + "content": "

    Amiens poursuit sa remontée face à Grenoble

    \n
    \nMal parti dans cette saison de Ligue 2, Amiens s'est progressivement repris pour sortir de la zone…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-nice-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-507830.html", + "link": "https://www.sofoot.com/pronostic-amiens-grenoble-analyse-cotes-et-prono-du-match-de-ligue-2-508111.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T17:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nice-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-1638556115_x600_articles-507830.jpg", + "pubDate": "2021-12-10T11:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-amiens-grenoble-analyse-cotes-et-prono-du-match-de-ligue-2-1639136286_x600_articles-508111.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88371,19 +90081,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f21d222df6ab57529bc313b01ab49e3" + "hash": "7bdf82dc8f8e5d2cf4dbbf1d6802cafe" }, { - "title": "Les joueurs du Zénith entrent sur le terrain avec des chiens dans les bras", - "description": "Une équipe qui a du chien.
    \n
    \nLeader incontesté de la Première Ligue russe, le Zénith Saint-Pétersbourg est entré sur la pelouse de la Gazprom Arena avec des compagnons à quatre…

    ", - "content": "Une équipe qui a du chien.
    \n
    \nLeader incontesté de la Première Ligue russe, le Zénith Saint-Pétersbourg est entré sur la pelouse de la Gazprom Arena avec des compagnons à quatre…

    ", + "title": "Lucas Digne aurait eu une altercation avec Rafael Benítez", + "description": "En grande difficulté en Premier League, Everton a retrouvé le chemin de la victoire ce lundi face à…", + "content": "En grande difficulté en Premier League, Everton a retrouvé le chemin de la victoire ce lundi face à…", "category": "", - "link": "https://www.sofoot.com/les-joueurs-du-zenith-entrent-sur-le-terrain-avec-des-chiens-dans-les-bras-507828.html", + "link": "https://www.sofoot.com/lucas-digne-aurait-eu-une-altercation-avec-rafael-benitez-508116.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T16:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-joueurs-du-zenith-entrent-sur-le-terrain-avec-des-chiens-dans-les-bras-1638553467_x600_articles-507828.jpg", + "pubDate": "2021-12-10T11:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lucas-digne-aurait-eu-une-altercation-avec-rafael-benitez-1639139379_x600_articles-508116.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88391,19 +90102,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "687ca2007352861c9fe158449f1f6a28" + "hash": "14c49684bb3478b73baf4f65deea7117" }, { - "title": "Le Covid prive les supporters lillois du déplacement à Wolfsburg", - "description": "Il est de retour.
    \n
    \nLes supporters de Lille sont interdits de déplacement à Wolfsburg pour le compte de la dernière journée de phase de groupes de la Ligue des Champions mercredi…

    ", - "content": "Il est de retour.
    \n
    \nLes supporters de Lille sont interdits de déplacement à Wolfsburg pour le compte de la dernière journée de phase de groupes de la Ligue des Champions mercredi…

    ", + "title": "Pronostic Dunkerque Auxerre : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Auxerre enfonce Dunkerque

    \n
    \nDunkerque dispute sa deuxième saison consécutive en Ligue 2. L'an passé, malgré un exercice inégal, la formation…
    ", + "content": "

    Auxerre enfonce Dunkerque

    \n
    \nDunkerque dispute sa deuxième saison consécutive en Ligue 2. L'an passé, malgré un exercice inégal, la formation…
    ", "category": "", - "link": "https://www.sofoot.com/le-covid-prive-les-supporters-lillois-du-deplacement-a-wolfsburg-507823.html", + "link": "https://www.sofoot.com/pronostic-dunkerque-auxerre-analyse-cotes-et-prono-du-match-de-ligue-2-508110.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T16:06:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-covid-prive-les-supporters-lillois-du-deplacement-a-wolfsburg-1638553282_x600_articles-507823.jpg", + "pubDate": "2021-12-10T11:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-dunkerque-auxerre-analyse-cotes-et-prono-du-match-de-ligue-2-1639135695_x600_articles-508110.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88411,19 +90123,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "91646708667f3f4844cd848c94c731d1" + "hash": "3a0d63a9cc63505f5c2980b945f75d22" }, { - "title": "La Ligue portugaise s'organise pour que le cas Belenenses ne se reproduise plus", - "description": "On peut être responsable une fois, mais pas deux.
    \n
    \nCinq. Non, ce n'était pas le…

    ", - "content": "On peut être responsable une fois, mais pas deux.
    \n
    \nCinq. Non, ce n'était pas le…

    ", + "title": "Pronostic Pau Quevilly Rouen : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Pau forteresse à domicile face à Quevilly Rouen

    \n
    \nPau dispute sa deuxième saison consécutive en Ligue 2. L'an passé, le club béarnais avait…
    ", + "content": "

    Pau forteresse à domicile face à Quevilly Rouen

    \n
    \nPau dispute sa deuxième saison consécutive en Ligue 2. L'an passé, le club béarnais avait…
    ", "category": "", - "link": "https://www.sofoot.com/la-ligue-portugaise-s-organise-pour-que-le-cas-belenenses-ne-se-reproduise-plus-507825.html", + "link": "https://www.sofoot.com/pronostic-pau-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-508109.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T15:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-ligue-portugaise-s-organise-pour-que-le-cas-belenenses-ne-se-reproduise-plus-1638553018_x600_articles-507825.jpg", + "pubDate": "2021-12-10T11:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-pau-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-1639135213_x600_articles-508109.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88431,19 +90144,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "19d6400bbf896b84d1d368974ddecb73" + "hash": "f834be954fee521ce3d19d546555faec" }, { - "title": "Upamecano sur son bégaiement : \"À l'école, j'ai subi beaucoup de moqueries\"", - "description": "La leçon de vie du jour.
    \n
    \nS'il est aujourd'hui un footballeur confirmé, Dayot Upamecano a dû traverser différentes étapes avant d'arriver tout en haut de l'échelle. À commencer…

    ", - "content": "La leçon de vie du jour.
    \n
    \nS'il est aujourd'hui un footballeur confirmé, Dayot Upamecano a dû traverser différentes étapes avant d'arriver tout en haut de l'échelle. À commencer…

    ", + "title": "Liverpool et Chelsea souffrent mais s'accrochent à City", + "description": "Mis sous pression par la victoire de Manchester City en début d'après-midi, Liverpool et Chelsea ont répondu aux hommes de Pep Guardiola en s'imposant tous les deux à domicile. Les Reds ont dominé Aston Villa sur la plus petite des marges grâce à un penalty de Mohamed Salah (1-0). Les Blues ont aussi bataillé pour se défaire de Leeds (3-2). Tout le contraire d'Arsenal, qui s'est promené face à Southampton (3-0).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/upamecano-sur-son-begaiement-a-l-ecole-j-ai-subi-beaucoup-de-moqueries-507826.html", + "link": "https://www.sofoot.com/liverpool-et-chelsea-souffrent-mais-s-accrochent-a-city-508139.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T15:54:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-upamecano-sur-son-begaiement-a-l-ecole-j-ai-subi-beaucoup-de-moqueries-1638552738_x600_articles-507826.jpg", + "pubDate": "2021-12-11T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liverpool-et-chelsea-souffrent-mais-s-accrochent-a-city-1639242230_x600_articles-508139.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88451,19 +90165,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f351c4d6e3357c5a0ab751dc644b1a69" + "hash": "d59023557f5bab5b65cd479f79d78535" }, { - "title": "Un dirigeant de la FIFA propose de relancer la Coupe des confédérations", - "description": "Infantino a trouvé son sbire.
    \n
    \nPour ou contre la Coupe du monde tous les deux ans ? Alors que
    ", - "content": "Infantino a trouvé son sbire.
    \n
    \nPour ou contre la Coupe du monde tous les deux ans ? Alors que
    ", + "title": "Grêmio et Douglas Costa relégués en D2 brésilienne", + "description": "Chute libre depuis la victoire en Libertadores de 2017.
    \n
    \nGrêmio n'a pas réussi à se maintenir à l'issue de la dernière journée du championnat de Serie A Brasileirão dans la nuit de…

    ", + "content": "Chute libre depuis la victoire en Libertadores de 2017.
    \n
    \nGrêmio n'a pas réussi à se maintenir à l'issue de la dernière journée du championnat de Serie A Brasileirão dans la nuit de…

    ", "category": "", - "link": "https://www.sofoot.com/un-dirigeant-de-la-fifa-propose-de-relancer-la-coupe-des-confederations-507822.html", + "link": "https://www.sofoot.com/gremio-et-douglas-costa-relegues-en-d2-bresilienne-508108.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T15:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-dirigeant-de-la-fifa-propose-de-relancer-la-coupe-des-confederations-1638552592_x600_articles-507822.jpg", + "pubDate": "2021-12-10T11:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gremio-et-douglas-costa-relegues-en-d2-bresilienne-1639138349_x600_articles-508108.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88471,19 +90186,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "948418e787a7691e8ceac43180d586f8" + "hash": "6dae8be334b5075b2e91b1f172048d15" }, { - "title": "Les ultras du CSKA Moscou s'excusent auprès du club", - "description": "Faute avouée, à moitié pardonnée.
    \n
    \nLes Люди в Чёрном (littéralement, les Men in Black), un des groupes d'ultras du CSKA Moscou, ont publié un communiqué sur leurs…

    ", - "content": "Faute avouée, à moitié pardonnée.
    \n
    \nLes Люди в Чёрном (littéralement, les Men in Black), un des groupes d'ultras du CSKA Moscou, ont publié un communiqué sur leurs…

    ", + "title": "Pronostic Valenciennes Paris FC : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Pas de vainqueur entre Valenciennes et le Paris FC

    \n
    \nAprès avoir connu un exercice dernier marqué par de gros problèmes entre dirigeants et supporters,…
    ", + "content": "

    Pas de vainqueur entre Valenciennes et le Paris FC

    \n
    \nAprès avoir connu un exercice dernier marqué par de gros problèmes entre dirigeants et supporters,…
    ", "category": "", - "link": "https://www.sofoot.com/les-ultras-du-cska-moscou-s-excusent-aupres-du-club-507821.html", + "link": "https://www.sofoot.com/pronostic-valenciennes-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-508107.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T15:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-ultras-du-cska-moscou-s-excusent-aupres-du-club-1638545186_x600_articles-507821.jpg", + "pubDate": "2021-12-10T10:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-valenciennes-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-1639134813_x600_articles-508107.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88491,19 +90207,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "acd536c9dbd4e2e783c466ea6f2f73a5" + "hash": "6e334c1c116e222301fc539e01ce9665" }, { - "title": "Sergio Ramos forfait pour le déplacement à Lens", - "description": "Après avoir déjà attendu 139 jours pour voir Sergio Ramos être convoqué dans le groupe de Mauricio Pochettino, les supporters du club de la capitale devront une nouvelle fois faire preuve de…", - "content": "Après avoir déjà attendu 139 jours pour voir Sergio Ramos être convoqué dans le groupe de Mauricio Pochettino, les supporters du club de la capitale devront une nouvelle fois faire preuve de…", + "title": "Kylian Mbappé : \"La Ligue 1 ? C'est très dur et très physique !\"", + "description": "C'est ça d'affronter les meilleurs joueurs du monde tous les week-ends.
    \n
    \nConfortable leader de Ligue 1 avec onze points d'avance sur son dauphin, le PSG n'impressionne pas pour autant.…

    ", + "content": "C'est ça d'affronter les meilleurs joueurs du monde tous les week-ends.
    \n
    \nConfortable leader de Ligue 1 avec onze points d'avance sur son dauphin, le PSG n'impressionne pas pour autant.…

    ", "category": "", - "link": "https://www.sofoot.com/sergio-ramos-forfait-pour-le-deplacement-a-lens-507820.html", + "link": "https://www.sofoot.com/kylian-mbappe-la-ligue-1-c-est-tres-dur-et-tres-physique-508106.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T15:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sergio-ramos-forfait-pour-le-deplacement-a-lens-1638543109_x600_articles-507820.jpg", + "pubDate": "2021-12-10T10:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-la-ligue-1-c-est-tres-dur-et-tres-physique-1639138109_x600_articles-508106.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88511,19 +90228,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fc58b93ccca1fd98def02d4c4b00492" + "hash": "dd98288414aa3f06053ffd7c6891c627" }, { - "title": "Le transfert de Cristiano Ronaldo à Manchester United dans le viseur de la justice italienne", - "description": "La Vieille Dame a du souci à se faire.
    \n
    \nSi les prestations de la Juventus sur le terrain sont plutôt médiocres ces derniers temps, ce qu'il se passe en coulisses n'a rien de rassurant…

    ", - "content": "La Vieille Dame a du souci à se faire.
    \n
    \nSi les prestations de la Juventus sur le terrain sont plutôt médiocres ces derniers temps, ce qu'il se passe en coulisses n'a rien de rassurant…

    ", + "title": "Un chien fait ses besoins sur la pelouse avant Partizan-Famagouste", + "description": "C'est du propre !
    \n
    \nLors de l'échauffement dans le choc au sommet du groupe B entre le Partizan Belgrade et l'Anorthosis Famagouste, un événement plutôt inattendu s'est déroulé à…

    ", + "content": "C'est du propre !
    \n
    \nLors de l'échauffement dans le choc au sommet du groupe B entre le Partizan Belgrade et l'Anorthosis Famagouste, un événement plutôt inattendu s'est déroulé à…

    ", "category": "", - "link": "https://www.sofoot.com/le-transfert-de-cristiano-ronaldo-a-manchester-united-dans-le-viseur-de-la-justice-italienne-507819.html", + "link": "https://www.sofoot.com/un-chien-fait-ses-besoins-sur-la-pelouse-avant-partizan-famagouste-508104.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T14:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-transfert-de-cristiano-ronaldo-a-manchester-united-dans-le-viseur-de-la-justice-italienne-1638543566_x600_articles-507819.jpg", + "pubDate": "2021-12-10T09:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-chien-fait-ses-besoins-sur-la-pelouse-avant-partizan-famagouste-1639131658_x600_articles-508104.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88531,19 +90249,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e849120eaa02907b0c48c01ec8ba5266" + "hash": "a98d80c65336bce5cb383bd17a3bd027" }, { - "title": "Horst Eckel, dernier vainqueur de la Coupe du monde 1954, est mort", - "description": "Triste nouvelle pour la Mannschaft.
    \n
    \nLa Fédération allemande de football l'a annoncé ce matin : Horst Eckel n'est plus. L'ancien milieu de terrain, appelé à 32 reprises en…

    ", - "content": "Triste nouvelle pour la Mannschaft.
    \n
    \nLa Fédération allemande de football l'a annoncé ce matin : Horst Eckel n'est plus. L'ancien milieu de terrain, appelé à 32 reprises en…

    ", + "title": "Brendan Rodgers avoue ne pas connaître la Conference League", + "description": "Il y a des lots de consolation qui ne consolent rien du tout.
    \n
    \nBrendan Rodgers a assisté ce jeudi soir à l'élimination de Leicester City de la Ligue Europa après la défaite 3-2 à…

    ", + "content": "Il y a des lots de consolation qui ne consolent rien du tout.
    \n
    \nBrendan Rodgers a assisté ce jeudi soir à l'élimination de Leicester City de la Ligue Europa après la défaite 3-2 à…

    ", "category": "", - "link": "https://www.sofoot.com/horst-eckel-dernier-vainqueur-de-la-coupe-du-monde-1954-est-mort-507818.html", + "link": "https://www.sofoot.com/brendan-rodgers-avoue-ne-pas-connaitre-la-conference-league-508103.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T13:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-horst-eckel-dernier-vainqueur-de-la-coupe-du-monde-1954-est-mort-1638540513_x600_articles-507818.jpg", + "pubDate": "2021-12-10T09:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-brendan-rodgers-avoue-ne-pas-connaitre-la-conference-league-1639130702_x600_articles-508103.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88551,19 +90270,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b14f5d7029d61e72ab0618d170c81a3e" + "hash": "7c4c25ab5ce776f22b9cc2824b2e431c" }, { - "title": "Pronostic Naples Atalanta Bergame : Analyse, cotes et prono du match de Serie A", - "description": "

    Naples se reprend face à l'Atalanta Bergame

    \n
    \nL'opposition entre le Napoli et l'Atalanta Bergame met aux prises deux équipes qui luttent dans le…
    ", - "content": "

    Naples se reprend face à l'Atalanta Bergame

    \n
    \nL'opposition entre le Napoli et l'Atalanta Bergame met aux prises deux équipes qui luttent dans le…
    ", + "title": "Lilian Brassier (Brest) à l'hôpital après un accident de la route", + "description": "Tout allait beaucoup trop bien au Stade brestois.
    \n
    \nSelon les informations du

    ", + "content": "Tout allait beaucoup trop bien au Stade brestois.
    \n
    \nSelon les informations du


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-naples-atalanta-bergame-analyse-cotes-et-prono-du-match-de-serie-a-507815.html", + "link": "https://www.sofoot.com/lilian-brassier-brest-a-l-hopital-apres-un-accident-de-la-route-508102.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T13:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-naples-atalanta-bergame-analyse-cotes-et-prono-du-match-de-serie-a-1638539870_x600_articles-507815.jpg", + "pubDate": "2021-12-10T09:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lilian-brassier-brest-a-l-hopital-apres-un-accident-de-la-route-1639132519_x600_articles-508102.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88571,19 +90291,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c4519e11eb83db7a985657d32f0014f" + "hash": "2d2a373af2bf11949192caf5dcf3b729" }, { - "title": "Pronostic West Ham Chelsea : Analyse, cotes et prono du match de Premier League", - "description": "

    Un Chelsea impérial à West Ham

    \n
    \nDepuis la prise en main de l'équipe par David Moyes il y a 2 ans, West Ham n'a cessé de progresser. En effet, les…
    ", - "content": "

    Un Chelsea impérial à West Ham

    \n
    \nDepuis la prise en main de l'équipe par David Moyes il y a 2 ans, West Ham n'a cessé de progresser. En effet, les…
    ", + "title": "Pronostic Le Havre Ajaccio : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Un choc cadenassé entre Le Havre et Ajaccio

    \n
    \nPour lancer la 18e journée de Ligue 2, Le Havre reçoit Ajaccio dans une rencontre importante…
    ", + "content": "

    Un choc cadenassé entre Le Havre et Ajaccio

    \n
    \nPour lancer la 18e journée de Ligue 2, Le Havre reçoit Ajaccio dans une rencontre importante…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-west-ham-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-507814.html", + "link": "https://www.sofoot.com/pronostic-le-havre-ajaccio-analyse-cotes-et-prono-du-match-de-ligue-2-508101.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T13:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-west-ham-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-1638537688_x600_articles-507814.jpg", + "pubDate": "2021-12-10T09:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-le-havre-ajaccio-analyse-cotes-et-prono-du-match-de-ligue-2-1639128473_x600_articles-508101.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88591,19 +90312,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "870be9be970417063fd93df52486f99a" + "hash": "4b75e10fbc36d32c5933a8ea803add6b" }, { - "title": "David Laubertie, tête pensante du Dakar Sacré-Coeur", - "description": "Enfant d'Égletons, une petite bourgade corrézienne, David Laubertie est aujourd'hui la tête pensante de l'AS Dakar Sacré-Cœur. Ce club de Ligue 1 sénégalaise, partenaire de l'OL, a fait de lui son directeur sportif à l'été 2020, avant de le nommer entraîneur de l'équipe professionnelle six mois plus tard. À 52 ans, l'ancien entraîneur du Stade poitevin et de l'US Chauvigny (N3) cumule aujourd'hui les deux fonctions, avec la ferme intention de lancer des jeunes au plus haut niveau.\" Il faut jouer à votre meilleur niveau, à chaque match. C'est ce qu'on vous demandera en Europe ! \", lance David Laubertie, debout au centre du vestiaire, à ses hommes qui…", - "content": "\" Il faut jouer à votre meilleur niveau, à chaque match. C'est ce qu'on vous demandera en Europe ! \", lance David Laubertie, debout au centre du vestiaire, à ses hommes qui…", + "title": "Pronostic Reims Saint-Etienne : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Reims et Saint-Etienne dos à dos

    \n
    \nArrivé cet été pour prendre les commandes du Stade de Reims, Oscar Garcia retrouve l'AS Saint-Etienne où il…
    ", + "content": "

    Reims et Saint-Etienne dos à dos

    \n
    \nArrivé cet été pour prendre les commandes du Stade de Reims, Oscar Garcia retrouve l'AS Saint-Etienne où il…
    ", "category": "", - "link": "https://www.sofoot.com/david-laubertie-tete-pensante-du-dakar-sacre-coeur-507625.html", + "link": "https://www.sofoot.com/pronostic-reims-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-508099.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-david-laubertie-tete-pensante-du-dakar-sacre-coeur-1638352456_x600_articles-alt-507625.jpg", + "pubDate": "2021-12-10T08:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-reims-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-1639127733_x600_articles-508099.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88611,19 +90333,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c314bd54e20600d53823791f85ae39d" + "hash": "e99dac0223a6d1c9eab880d81d73d3a6" }, { - "title": "Pronostic AS Roma Inter : Analyse, cotes et prono du match de Serie A", - "description": "

    L'Inter mieux que la Roma

    \n
    \nCes dernières semaines, la Serie A nous offre des oppositions passionnantes. Ce samedi, la Roma reçoit l'Inter. Lors de…
    ", - "content": "

    L'Inter mieux que la Roma

    \n
    \nCes dernières semaines, la Serie A nous offre des oppositions passionnantes. Ce samedi, la Roma reçoit l'Inter. Lors de…
    ", + "title": "La France première au classement UEFA sur la saison en cours", + "description": "Tremble Vieux Continent, tremble.
    \n
    \nLes clubs de Ligue 1 rayonnent sur la scène européenne depuis de nombreuses semaines. À commencer par le LOSC, qui a terminé leader de son groupe de…

    ", + "content": "Tremble Vieux Continent, tremble.
    \n
    \nLes clubs de Ligue 1 rayonnent sur la scène européenne depuis de nombreuses semaines. À commencer par le LOSC, qui a terminé leader de son groupe de…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-as-roma-inter-analyse-cotes-et-prono-du-match-de-serie-a-507812.html", + "link": "https://www.sofoot.com/la-france-premiere-au-classement-uefa-sur-la-saison-en-cours-508100.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T12:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-as-roma-inter-analyse-cotes-et-prono-du-match-de-serie-a-1638536907_x600_articles-507812.jpg", + "pubDate": "2021-12-10T08:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-france-premiere-au-classement-uefa-sur-la-saison-en-cours-1639130009_x600_articles-508100.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88631,19 +90354,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ddd7204b18e34f976381fb37e4cef12" + "hash": "01fe8a2bf7bf9ea0292038c3b6021b28" }, { - "title": "Pronostic Lens PSG : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un Lens – PSG ouvert avec des buts

    \n
    \nPromu la saison dernière, le Racing Club de Lens avait épaté en proposant un football très plaisant. Avec cette…
    ", - "content": "

    Un Lens – PSG ouvert avec des buts

    \n
    \nPromu la saison dernière, le Racing Club de Lens avait épaté en proposant un football très plaisant. Avec cette…
    ", + "title": "Pronostic Brest Montpellier : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un 7 sur 7 pour Brest face à Montpellier

    \n
    \nEn grande difficulté lors de l'entame du championnat, le Stade Brestois s'est parfaitement ressaisi et…
    ", + "content": "

    Un 7 sur 7 pour Brest face à Montpellier

    \n
    \nEn grande difficulté lors de l'entame du championnat, le Stade Brestois s'est parfaitement ressaisi et…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lens-psg-analyse-cotes-et-prono-du-match-de-ligue-1-507811.html", + "link": "https://www.sofoot.com/pronostic-brest-montpellier-analyse-cotes-et-prono-du-match-de-ligue-1-508098.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T12:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lens-psg-analyse-cotes-et-prono-du-match-de-ligue-1-1638535814_x600_articles-507811.jpg", + "pubDate": "2021-12-10T08:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brest-montpellier-analyse-cotes-et-prono-du-match-de-ligue-1-1639126715_x600_articles-508098.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88651,19 +90375,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0dd6e5959ae813e0396bba5a71d595c" + "hash": "ac8e2de4adda7b41845f1665e7ba28c9" }, { - "title": "Selon un rapport, la finale de l'Euro 2020 a failli entraîner des décès", - "description": "Aucun doute possible, la défense italienne était bien meilleure que le service de sécurité anglais.
    \n
    \nLe 12 juillet dernier,
    ", - "content": "Aucun doute possible, la défense italienne était bien meilleure que le service de sécurité anglais.
    \n
    \nLe 12 juillet dernier,
    ", + "title": "Javier Mascherano nommé entraîneur de l'équipe d'Argentine U20", + "description": "El Jefecito passe de l'autre côté de la ligne de touche.
    \n
    \nComme de nombreux joueurs partis à la retraite avant lui, Javier Mascherano a décidé de se lancer dans une carrière…

    ", + "content": "El Jefecito passe de l'autre côté de la ligne de touche.
    \n
    \nComme de nombreux joueurs partis à la retraite avant lui, Javier Mascherano a décidé de se lancer dans une carrière…

    ", "category": "", - "link": "https://www.sofoot.com/selon-un-rapport-la-finale-de-l-euro-2020-a-failli-entrainer-des-deces-507808.html", + "link": "https://www.sofoot.com/javier-mascherano-nomme-entraineur-de-l-equipe-d-argentine-u20-508088.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T11:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-selon-un-rapport-la-finale-de-l-euro-2020-a-failli-entrainer-des-deces-1638539920_x600_articles-507808.jpg", + "pubDate": "2021-12-10T08:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-javier-mascherano-nomme-entraineur-de-l-equipe-d-argentine-u20-1639125769_x600_articles-508088.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88671,19 +90396,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "eacc3bd8925f51dbf105b5732f82e06f" + "hash": "3f49df8e507a581ff9c16098c18d5e37" }, { - "title": "Pronostic Lille Troyes : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Lille dompte Troyes

    \n
    \nAuteur d'une saison dernière extraordinaire, Lille avait remporté le championnat de France en dominant à la surprise…
    ", - "content": "

    Lille dompte Troyes

    \n
    \nAuteur d'une saison dernière extraordinaire, Lille avait remporté le championnat de France en dominant à la surprise…
    ", + "title": "Yohan Cabaye veut faire du PSG \"l'un des meilleurs centres de formation du monde\"", + "description": "Nouveau rôle pour une nouvelle vie.
    \n
    \nAprès avoir raccroché les crampons en février dernier, Yohan Cabaye n'est pas resté bien longtemps inactif. Depuis cet été, l'ancien milieu de…

    ", + "content": "Nouveau rôle pour une nouvelle vie.
    \n
    \nAprès avoir raccroché les crampons en février dernier, Yohan Cabaye n'est pas resté bien longtemps inactif. Depuis cet été, l'ancien milieu de…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lille-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-507809.html", + "link": "https://www.sofoot.com/yohan-cabaye-veut-faire-du-psg-l-un-des-meilleurs-centres-de-formation-du-monde-508097.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T11:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lille-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-1638534915_x600_articles-507809.jpg", + "pubDate": "2021-12-10T07:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-yohan-cabaye-veut-faire-du-psg-l-un-des-meilleurs-centres-de-formation-du-monde-1639125532_x600_articles-508097.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88691,19 +90417,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "f73fa30261bd4e4f08371209cd4b63a0" + "hash": "bea2bd1209d7c1e463b99b0b4f7dc7fa" }, { - "title": "Laporta : \"Dembélé veut rester et on veut qu'il reste\"", - "description": "Exciter (verbe) : créer ou développer chez quelqu'un, un animal, un état d'irritation ou de tension nerveuse.
    \n
    \nVoir un joueur fouler la pelouse 73 petites minutes depuis…

    ", - "content": "Exciter (verbe) : créer ou développer chez quelqu'un, un animal, un état d'irritation ou de tension nerveuse.
    \n
    \nVoir un joueur fouler la pelouse 73 petites minutes depuis…

    ", + "title": "Et si le boycott diplomatique des Jeux de Pékin donnait des idées pour le Mondial au Qatar ?", + "description": "Le boycott reviendrait-il à la mode ? Les États-Unis, notamment, ont décidé de ne pas envoyer de représentation diplomatique lors des Jeux olympiques d'hiver de Pékin, afin de protester contre le \" génocide et des crimes contre l'humanité en cours au Xinjiang \". La France, elle, y sera. Mais ce discours pourrait-il, par ricochet, faire avancer le débat sur le Mondial au Qatar ?L'annonce par Joe Biden d'un boycott diplomatique des Jeux olympiques d'hiver met le CIO dans une position délicate, à moins de deux mois de la cérémonie d'ouverture. Certes, il faut…", + "content": "L'annonce par Joe Biden d'un boycott diplomatique des Jeux olympiques d'hiver met le CIO dans une position délicate, à moins de deux mois de la cérémonie d'ouverture. Certes, il faut…", "category": "", - "link": "https://www.sofoot.com/laporta-dembele-veut-rester-et-on-veut-qu-il-reste-507806.html", + "link": "https://www.sofoot.com/et-si-le-boycott-diplomatique-des-jeux-de-pekin-donnait-des-idees-pour-le-mondial-au-qatar-508095.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T11:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-laporta-dembele-veut-rester-et-on-veut-qu-il-reste-1638539031_x600_articles-507806.jpg", + "pubDate": "2021-12-10T07:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-et-si-le-boycott-diplomatique-des-jeux-de-pekin-donnait-des-idees-pour-le-mondial-au-qatar-1639090736_x600_articles-alt-508095.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88711,19 +90438,20 @@ "favorite": false, "created": false, "tags": [], - "hash": "b34185a0e76781e2ad8327c3ff568c59" + "hash": "43062db3957decf695362a3155fe040f" }, { - "title": "Sergio Ramos utilise l'hymne de l'OM dans une story Instagram", - "description": "Après avoir débuté sous les couleurs du Paris Saint-Germain dimanche dernier lors du
    déplacement à Saint-Étienne…", - "content": "Après avoir débuté sous les couleurs du Paris Saint-Germain dimanche dernier lors du déplacement à Saint-Étienne…", + "title": "Walter Benítez a été naturalisé français", + "description": "Hugo Lloris a du souci à se faire.
    \n
    \nDepuis plusieurs mois, le portier argentin de l'OGC Nice Walter Benítez enchaîne
    ", + "content": "Hugo Lloris a du souci à se faire.
    \n
    \nDepuis plusieurs mois, le portier argentin de l'OGC Nice Walter Benítez enchaîne
    ", "category": "", - "link": "https://www.sofoot.com/sergio-ramos-utilise-l-hymne-de-l-om-dans-une-story-instagram-507805.html", + "link": "https://www.sofoot.com/walter-benitez-a-ete-naturalise-francais-508096.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T11:06:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sergio-ramos-utilise-l-hymne-de-l-om-dans-une-story-instagram-1638534369_x600_articles-507805.jpg", + "pubDate": "2021-12-10T06:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-walter-benitez-a-ete-naturalise-francais-1639125382_x600_articles-508096.jpg", "enclosureType": "image/jpeg", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", @@ -88731,17 +90459,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88ec21314aa17f12ff5df6e43bfd7fa8" + "hash": "d44e07fea230b2925cf6c6dd1a9f375f" }, { - "title": "Qui est Dušan Vlahović, le buteur serbe de la Fiorentina qui n'arrête pas de marquer ?", - "description": "Actuel meilleur buteur de la Serie A, Dušan Vlahović ne cesse d'affoler les défenses de la Botte depuis un an à chacune de ses sorties. À 21 ans, le longiligne et talentueux buteur serbe est déjà l'une des plus fines gâchettes en activité. La preuve que parfois, on peut rêver de devenir dentiste et finalement se retrouver courtisé par le gotha du foot européen plus rapidement que prévu.Au stadio Artemio-Franchi de Florence, voir Dušan Vlahović célébrer ses buts un peu n'importe comment est devenu une habitude pour les tifosi de la Fiorentina. Face à Milan (4-3), le buteur…", - "content": "Au stadio Artemio-Franchi de Florence, voir Dušan Vlahović célébrer ses buts un peu n'importe comment est devenu une habitude pour les tifosi de la Fiorentina. Face à Milan (4-3), le buteur…", + "title": "342€ à gagner avec Juventus & Union Berlin + 150€ offerts au lieu de 100€ chez Betclic jusqu'à dimanche minuit seulement", + "description": "Comme 4 de nos 5 derniers combinés (ici, ici, ici et ici), on tente de vous faire gagner avec une cote autour de 2,00 sur des matchs du week-end. En plus, Betclic vous offre votre 1er pari remboursé de 150€ au lieu de 100€ cette semaine seulement !

    150€ en EXCLU chez Betclic au lieu de 100€

    \n
    \nJusqu'à dimanche minuit seulement,
    ", + "content": "

    150€ en EXCLU chez Betclic au lieu de 100€

    \n
    \nJusqu'à dimanche minuit seulement,

    ", "category": "", - "link": "https://www.sofoot.com/qui-est-dusan-vlahovic-le-buteur-serbe-de-la-fiorentina-qui-n-arrete-pas-de-marquer-507785.html", + "link": "https://www.sofoot.com/342e-a-gagner-avec-juventus-union-berlin-150e-offerts-au-lieu-de-100e-chez-betclic-jusqu-a-dimanche-minuit-seulement-508053.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-qui-est-dusan-vlahovic-le-buteur-serbe-de-la-fiorentina-qui-n-arrete-pas-de-marquer-1638465301_x600_articles-alt-507785.jpg", + "pubDate": "2021-12-09T08:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-342e-a-gagner-avec-juventus-union-berlin-150e-offerts-au-lieu-de-100e-chez-betclic-jusqu-a-dimanche-minuit-seulement-1639039650_x600_articles-508053.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88751,17 +90479,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fbf9916f880dfcd575ddc0fa8e6ed42" + "hash": "946d1a62c9e95fbe78fa32c63177bd70" }, { - "title": "Donnarumma : \"Avec Navas, il n'y a pas le moindre conflit\"", - "description": "Tout ça pour finir remplaçant contre Lens ce samedi.
    \n
    \nAuteur de remarquables performances avec l'AC Milan d'abord puis avec l'Italie à l'Euro, Gianluigi Donnarumma a reçu
    ", - "content": "Tout ça pour finir remplaçant contre Lens ce samedi.
    \n
    \nAuteur de remarquables performances avec l'AC Milan d'abord puis avec l'Italie à l'Euro, Gianluigi Donnarumma a reçu
    ", + "title": "NOUVELLE EXCLU : 200€ offerts au lieu de 100€ chez Unibet pour parier ce week-end !", + "description": "Avec Unibet, misez 100€ ce week-end et si votre pari est perdant, vous récupérez 200€ ! Un Bonus EXCLU incroyable à récupérer avec le code SOFOOT

    NOUVEAU : 200€ offerts chez Unibet en EXCLU au lieu de 100€

    \n
    \n
    \n


    ", + "content": "

    NOUVEAU : 200€ offerts chez Unibet en EXCLU au lieu de 100€

    \n
    \n
    \n


    ", "category": "", - "link": "https://www.sofoot.com/donnarumma-avec-navas-il-n-y-a-pas-le-moindre-conflit-507804.html", + "link": "https://www.sofoot.com/nouvelle-exclu-200e-offerts-au-lieu-de-100e-chez-unibet-pour-parier-ce-week-end-508078.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T10:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-donnarumma-avec-navas-il-n-y-a-pas-le-moindre-conflit-1638530071_x600_articles-507804.jpg", + "pubDate": "2021-12-09T14:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nouvelle-exclu-200e-offerts-au-lieu-de-100e-chez-unibet-pour-parier-ce-week-end-1639061647_x600_articles-508078.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88771,17 +90499,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8dd477f635d9212ed7f4a3fe61a5b65f" + "hash": "1a1c46f5323f0776a669877ab1cdc7a3" }, { - "title": "Kheira Hamraoui accuse le garde du corps d'Aminata Diallo de l'avoir menacée", - "description": "Et c'est reparti pour un tour.
    \n
    \nToujours pas revenue à l'entraînement, Kheira Hamraoui a été
    ", - "content": "Et c'est reparti pour un tour.
    \n
    \nToujours pas revenue à l'entraînement, Kheira Hamraoui a été
    ", + "title": "Pourquoi y a-t-il aussi peu d'anciens gardiens devenus entraîneurs principaux ?", + "description": "Cela fait plus de deux ans et le départ d'Alain Casanova de Toulouse qu'aucun ancien gardien de but ne s'est assis sur un banc de Ligue 1. Conditionnés par un rôle des plus particuliers dans leur vie de joueurs, les ex-derniers remparts se font bien rares dans la confrérie des entraîneurs principaux. Et pourtant, leur vécu dans les cages peut aussi leur donner certains avantages au moment de prendre les rênes d'une équipe de haut niveau.Le 1er novembre dernier, Tottenham se séparait de Nuno Espirito Santo après moins de trois mois passés sur le banc des Spurs. Triste nouvelle pour l'ancien gardien de but de…", + "content": "Le 1er novembre dernier, Tottenham se séparait de Nuno Espirito Santo après moins de trois mois passés sur le banc des Spurs. Triste nouvelle pour l'ancien gardien de but de…", "category": "", - "link": "https://www.sofoot.com/kheira-hamraoui-accuse-le-garde-du-corps-d-aminata-diallo-de-l-avoir-menacee-507803.html", + "link": "https://www.sofoot.com/pourquoi-y-a-t-il-aussi-peu-d-anciens-gardiens-devenus-entraineurs-principaux-508074.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kheira-hamraoui-accuse-le-garde-du-corps-d-aminata-diallo-de-l-avoir-menacee-1638529988_x600_articles-507803.jpg", + "pubDate": "2021-12-10T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pourquoi-y-a-t-il-aussi-peu-d-anciens-gardiens-devenus-entraineurs-principaux-1639055336_x600_articles-alt-508074.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88791,17 +90519,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2ec3449611ac5a481e17b3de990e4ac" + "hash": "fd5b91d4a273b9db525b5d0f57c99d25" }, { - "title": "Rangnick explique pourquoi il a refusé les offres de Chelsea", - "description": "Cela s'appelle jouer cartes sur table.
    \n
    \nCe vendredi, il était attendu. Peut-être pas autant que le nouvel album de Ninho, mais Ralf Rangnick, le nouveau \"jefe\" de la meute…

    ", - "content": "Cela s'appelle jouer cartes sur table.
    \n
    \nCe vendredi, il était attendu. Peut-être pas autant que le nouvel album de Ninho, mais Ralf Rangnick, le nouveau \"jefe\" de la meute…

    ", + "title": "Tactique : comment Julien Stéphan a déjà posé sa patte à Strasbourg", + "description": "Arrivé à Strasbourg au printemps dernier, Julien Stéphan n'aura mis que quelques mois pour monter une structure cohérente et pour créer un modèle de jeu basé sur l'intensité. Après 17 journées de Ligue 1 et avant de défier l'OM, son Racing est sixième de Ligue 1, possède la deuxième meilleure attaque du championnat et ne cache pas ses crocs. Décryptage.En août 2014, alors qu'il vit ses premiers jours de soleil à Marseille, Marcelo Bielsa s'avance derrière un micro et explique à son assistance le pourquoi du comment de son job…", + "content": "En août 2014, alors qu'il vit ses premiers jours de soleil à Marseille, Marcelo Bielsa s'avance derrière un micro et explique à son assistance le pourquoi du comment de son job…", "category": "", - "link": "https://www.sofoot.com/rangnick-explique-pourquoi-il-a-refuse-les-offres-de-chelsea-507802.html", + "link": "https://www.sofoot.com/tactique-comment-julien-stephan-a-deja-pose-sa-patte-a-strasbourg-508068.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T09:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-rangnick-explique-pourquoi-il-a-refuse-les-offres-de-chelsea-1638530759_x600_articles-507802.jpg", + "pubDate": "2021-12-10T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tactique-comment-julien-stephan-a-deja-pose-sa-patte-a-strasbourg-1639048572_x600_articles-alt-508068.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88811,17 +90539,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2aadc6b966f91db960e03a6f65758ff" + "hash": "16c9d23af4b972e702f145b367202a56" }, { - "title": "Pronostic OM Brest : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un OM – Brest avec des buts de chaque côté

    \n
    \nGrâce à son excellent début de saison, l'Olympique de Marseille est parvenue à rester dans le coup…
    ", - "content": "

    Un OM – Brest avec des buts de chaque côté

    \n
    \nGrâce à son excellent début de saison, l'Olympique de Marseille est parvenue à rester dans le coup…
    ", + "title": "Marseille assure l'essentiel contre le Lokomotiv Moscou", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-om-brest-analyse-cotes-et-prono-du-match-de-ligue-1-507801.html", + "link": "https://www.sofoot.com/marseille-assure-l-essentiel-contre-le-lokomotiv-moscou-508091.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T09:49:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-om-brest-analyse-cotes-et-prono-du-match-de-ligue-1-1638526112_x600_articles-507801.jpg", + "pubDate": "2021-12-09T22:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-marseille-assure-l-essentiel-contre-le-lokomotiv-moscou-1639087364_x600_articles-508091.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88831,17 +90559,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ab688c2284f97b307ff228b51c5dbf7" + "hash": "1ce64da4092b26458bd9c37c0584c331" }, { - "title": "Pronostic Real Sociedad Real Madrid : Analyse, cotes et prono du match de Liga", - "description": "

    Le Real Madrid enchaîne face à la Real Sociedad

    \n
    \nA l'instar de l'an passé, la Real Sociedad a débuté sur les chapeaux de roue la saison pour…
    ", - "content": "

    Le Real Madrid enchaîne face à la Real Sociedad

    \n
    \nA l'instar de l'an passé, la Real Sociedad a débuté sur les chapeaux de roue la saison pour…
    ", + "title": "Les Fenottes roustent Benfica et se qualifient pour les quarts de finale", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-real-sociedad-real-madrid-analyse-cotes-et-prono-du-match-de-liga-507799.html", + "link": "https://www.sofoot.com/les-fenottes-roustent-benfica-et-se-qualifient-pour-les-quarts-de-finale-508073.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T09:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-sociedad-real-madrid-analyse-cotes-et-prono-du-match-de-liga-1638525291_x600_articles-507799.jpg", + "pubDate": "2021-12-09T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-fenottes-roustent-benfica-et-se-qualifient-pour-les-quarts-de-finale-1639084782_x600_articles-508073.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88851,17 +90579,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec3b356ab78022cb01d7a41d965f2b35" + "hash": "60499610e9c913f35fb253086c692a19" }, { - "title": "Raymond Domenech égratigne les joueurs de l'OL", - "description": "Le Lyon ne rugit plus.
    \n
    \n
    La défaite concédée face à Reims dans le temps additionnel (1-2) mercredi soir va…

    ", - "content": "Le Lyon ne rugit plus.
    \n
    \nLa défaite concédée face à Reims dans le temps additionnel (1-2) mercredi soir va…

    ", + "title": "Galatasaray résiste à la Lazio, l'Étoile rouge passe aussi", + "description": "Heureusement que le Celtic était là pour égayer la soirée. La moitié des buts de ce multiplex de Ligue Europa ont été inscrits sur la pelouse à Glasgow, où le vice-champion d'Écosse a battu le Betis dans un match pour du beurre (3-2). L'essentiel était ailleurs pour Galatasaray et l'Étoile rouge, qui rallient directement les huitièmes de finale grâce à leurs matchs nuls respectifs. La Lazio, Braga et le Dinamo Zagreb devront quant à eux passer par un barrage. Midtjylland et le Rapid Vienne poursuivront leur parcours européen en Ligue Europa Conférence, comme l'OM.Dans la finale du groupe E, Galatasaray a contenu la Lazio et conservé sa première place. Les Romains ont jeté toutes leurs forces dans la bataille, à l'image de leur capitaine Ciro Immobile,…", + "content": "Dans la finale du groupe E, Galatasaray a contenu la Lazio et conservé sa première place. Les Romains ont jeté toutes leurs forces dans la bataille, à l'image de leur capitaine Ciro Immobile,…", "category": "", - "link": "https://www.sofoot.com/raymond-domenech-egratigne-les-joueurs-de-l-ol-507800.html", + "link": "https://www.sofoot.com/galatasaray-resiste-a-la-lazio-l-etoile-rouge-passe-aussi-508064.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T09:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-raymond-domenech-egratigne-les-joueurs-de-l-ol-1638530414_x600_articles-507800.jpg", + "pubDate": "2021-12-09T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-galatasaray-resiste-a-la-lazio-l-etoile-rouge-passe-aussi-1639087648_x600_articles-508064.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88871,17 +90599,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "428759e9ae624fab354b1acc7cf85f18" + "hash": "0509e0b707d51b4ca9241fbac1150119" }, { - "title": "Pronostic Borussia Dortmund Bayern Munich : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Le Bayern assoit sa domination face au Borussia Dortmund

    \n
    \nLa 14e journée de Bundesliga nous offre le choc entre le Borussia Dortmund et le…
    ", - "content": "

    Le Bayern assoit sa domination face au Borussia Dortmund

    \n
    \nLa 14e journée de Bundesliga nous offre le choc entre le Borussia Dortmund et le…
    ", + "title": "Le Napoli élimine Leicester, la Real Sociedad cartonne le PSV", + "description": "Grand bénéficiaire des errements défensifs de Leicester ce jeudi soir, le Napoli s'est qualifié pour les huitièmes de finale de la Ligue Europa au terme d'un festival offensif (3-2). Dans le même temps, le Spartak Moscou a, à la fois, dominé son sujet à Varsovie et eu un sérieux coup de chaud dans les arrêts de jeu (1-0), pour mieux finir devant les Partenopei. Le PSV s'est, quant à lui, pris les pieds dans le tapis à San Sebastián face à la Real Sociedad (0-3) et se retrouve reversé en Ligue Europa Conférence.Ils étaient tous en position de se qualifier directement pour les huitièmes de finale ou les barrages dans ce groupe C. Et à ce petit jeu, les heureux élus se nomment Napoli(second) et le Spartak…", + "content": "Ils étaient tous en position de se qualifier directement pour les huitièmes de finale ou les barrages dans ce groupe C. Et à ce petit jeu, les heureux élus se nomment Napoli(second) et le Spartak…", "category": "", - "link": "https://www.sofoot.com/pronostic-borussia-dortmund-bayern-munich-analyse-cotes-et-prono-du-match-de-bundesliga-507796.html", + "link": "https://www.sofoot.com/le-napoli-elimine-leicester-la-real-sociedad-cartonne-le-psv-508015.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T09:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-borussia-dortmund-bayern-munich-analyse-cotes-et-prono-du-match-de-bundesliga-1638524131_x600_articles-507796.jpg", + "pubDate": "2021-12-09T20:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-napoli-elimine-leicester-la-real-sociedad-cartonne-le-psv-1639080081_x600_articles-alt-508015.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88891,17 +90619,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d323fc55ead6b1107a6d81cc16c52140" + "hash": "9d61e1c31aa098ed86cbcef9131e8043" }, { - "title": "Pronostic Auxerre Caen : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Auxerre enfonce Caen

    \n
    \nL'affiche du samedi après-midi en Ligue 2 met aux prises l'AJ Auxerre au Stade Malherbe de Caen. La formation bourguignonne se…
    ", - "content": "

    Auxerre enfonce Caen

    \n
    \nL'affiche du samedi après-midi en Ligue 2 met aux prises l'AJ Auxerre au Stade Malherbe de Caen. La formation bourguignonne se…
    ", + "title": "Villarreal vient à bout de l'Atalanta et verra les huitièmes", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-auxerre-caen-analyse-cotes-et-prono-du-match-de-ligue-2-507797.html", + "link": "https://www.sofoot.com/villarreal-vient-a-bout-de-l-atalanta-et-verra-les-huitiemes-508093.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T09:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-auxerre-caen-analyse-cotes-et-prono-du-match-de-ligue-2-1638524043_x600_articles-507797.jpg", + "pubDate": "2021-12-09T20:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-villarreal-vient-a-bout-de-l-atalanta-et-verra-les-huitiemes-1639080888_x600_articles-508093.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88911,17 +90639,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bb44ec0c85f79f8fc54d517c03866de" + "hash": "372aeca25e0dc65a8b714d6d6872a148" }, { - "title": "Michael Carrick quitte Manchester United", - "description": "Liquidation totale chez les Red Devils.
    \n
    \nSur le banc pour la troisième fois consécutive
    ", - "content": "Liquidation totale chez les Red Devils.
    \n
    \nSur le banc pour la troisième fois consécutive
    ", + "title": "Monaco se contente de peu à Graz", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/michael-carrick-quitte-manchester-united-507798.html", + "link": "https://www.sofoot.com/monaco-se-contente-de-peu-a-graz-508092.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T09:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-michael-carrick-quitte-manchester-united-1638530203_x600_articles-507798.jpg", + "pubDate": "2021-12-09T19:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-monaco-se-contente-de-peu-a-graz-1639079653_x600_articles-508092.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88931,17 +90659,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a7b462d2b3c8a54cfed188b581b3d11" + "hash": "578427b02e553a55911790eabf20653c" }, { - "title": "La colère de la Horda Frenetik après Metz-Montpellier", - "description": "L'ambiance est délétère.
    \n
    \nAprès la défaite du FC Metz mercredi à domicile contre Montpellier (1-3) qui…

    ", - "content": "L'ambiance est délétère.
    \n
    \nAprès la défaite du FC Metz mercredi à domicile contre Montpellier (1-3) qui…

    ", + "title": "En direct : Marseille - Lokomotiv Moscou", + "description": "48' : On se dirige vers la première victoire européenne de l'OM depuis le 1er décembre 2020. ...", + "content": "48' : On se dirige vers la première victoire européenne de l'OM depuis le 1er décembre 2020. ...", "category": "", - "link": "https://www.sofoot.com/la-colere-de-la-horda-frenetik-apres-metz-montpellier-507795.html", + "link": "https://www.sofoot.com/en-direct-marseille-lokomotiv-moscou-508081.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T08:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-colere-de-la-horda-frenetik-apres-metz-montpellier-1638521762_x600_articles-507795.jpg", + "pubDate": "2021-12-09T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-lokomotiv-moscou-1639064119_x600_articles-508081.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88951,17 +90679,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fbc291e5bc66f04284d203a6ff4656c" + "hash": "ea91d46eef442275a08e6ebe20bca0fe" }, { - "title": "Un dirigeant de la FIFA propose de relancer la coupe des Confédérations", - "description": "Infantino a trouvé son sbire.
    \n
    \nPour ou contre la Coupe du monde tous les deux ans ? Alors que
    ", - "content": "Infantino a trouvé son sbire.
    \n
    \nPour ou contre la Coupe du monde tous les deux ans ? Alors que
    ", + "title": "Lyon termine la phase de poules par un nul contre les Rangers", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/un-dirigeant-de-la-fifa-propose-de-relancer-la-coupe-des-confederations-507822.html", + "link": "https://www.sofoot.com/lyon-termine-la-phase-de-poules-par-un-nul-contre-les-rangers-507965.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T15:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-dirigeant-de-la-fifa-propose-de-relancer-la-coupe-des-confederations-1638552592_x600_articles-507822.jpg", + "pubDate": "2021-12-09T19:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lyon-termine-la-phase-de-poules-par-un-nul-contre-les-rangers-1639078892_x600_articles-507965.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88971,17 +90699,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdb2cb8bd4fbe41a482d34d567469ea2" + "hash": "e6ece9f3156863c43e557cd055fef5bb" }, { - "title": "EuroMillions vendredi 3 décembre 2021 : 130 millions d'€ à gagner !", - "description": "Encore remportée par un Français la semaine dernière, la cagnotte EuroMillions offre 130 millions d'euros à gagner ce vendredi 3 décembre 2021. Et il y a aussi une cagnotte record de 30 millions d'euros au LOTO samedi !

    EuroMillions du vendredi 3 décembre 2021 : 130M d'€

    \n
    \n
    \nDécidemment, l'EuroMillions sourit vraiment aux Français depuis 1 an. Vendredi dernier,…

    ", - "content": "

    EuroMillions du vendredi 3 décembre 2021 : 130M d'€

    \n
    \n
    \nDécidemment, l'EuroMillions sourit vraiment aux Français depuis 1 an. Vendredi dernier,…

    ", + "title": "En direct : Lyon - Glasgow Rangers", + "description": "94' : FINITO ! Lyon et les Glasgow Rangers se séparent sur un match nul 1-1. C'était bien, mais ...", + "content": "94' : FINITO ! Lyon et les Glasgow Rangers se séparent sur un match nul 1-1. C'était bien, mais ...", "category": "", - "link": "https://www.sofoot.com/euromillions-vendredi-3-decembre-2021-130-millions-d-e-a-gagner-507762.html", + "link": "https://www.sofoot.com/en-direct-lyon-glasgow-rangers-507971.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T08:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-euromillions-vendredi-3-decembre-2021-130-millions-d-e-a-gagner-1638434286_x600_articles-507762.jpg", + "pubDate": "2021-12-09T17:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lyon-glasgow-rangers-1638887569_x600_articles-alt-507971.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -88991,17 +90719,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28245bcfba2f004f6eda3d2cd7cca3fb" + "hash": "fa9b1f4cc886f418a830815b2dc242e4" }, { - "title": "L'Atlético Mineiro et Hulk champions du Brésil", - "description": "Ça ne danse plus beaucoup à Flamengo.
    \n
    \nL'Atlético Mineiro a remporté son premier titre de champion du…

    ", - "content": "Ça ne danse plus beaucoup à Flamengo.
    \n
    \nL'Atlético Mineiro a remporté son premier titre de champion du…

    ", + "title": "La LFP travaille sur plusieurs mesures pour sécuriser les stades français", + "description": "Le temps des actes est arrivé.
    \n
    \nDepuis les incidents survenus au Groupama Stadium lors d'OL-OM le 21 novembre…

    ", + "content": "Le temps des actes est arrivé.
    \n
    \nDepuis les incidents survenus au Groupama Stadium lors d'OL-OM le 21 novembre…

    ", "category": "", - "link": "https://www.sofoot.com/l-atletico-mineiro-et-hulk-champions-du-bresil-507792.html", + "link": "https://www.sofoot.com/la-lfp-travaille-sur-plusieurs-mesures-pour-securiser-les-stades-francais-508090.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T08:06:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atletico-mineiro-et-hulk-champions-du-bresil-1638522395_x600_articles-507792.jpg", + "pubDate": "2021-12-09T17:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-lfp-travaille-sur-plusieurs-mesures-pour-securiser-les-stades-francais-1639070787_x600_articles-508090.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89011,17 +90739,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1e42c89f34f6d09fe8f042d7609da2e" + "hash": "b4a2426c8e2b80e55b367735ee988281" }, { - "title": "Le spectateur de Watford-Chelsea va mieux", - "description": "L'idée de ne pas revoir Ismaila Sarr sur un terrain avant plusieurs semaines l'a beaucoup secoué.
    \n
    \nEn début de match ce mercredi, un spectateur a été victime d'un malaise cardiaque,…

    ", - "content": "L'idée de ne pas revoir Ismaila Sarr sur un terrain avant plusieurs semaines l'a beaucoup secoué.
    \n
    \nEn début de match ce mercredi, un spectateur a été victime d'un malaise cardiaque,…

    ", + "title": "Junior Firpo (Leeds) à propos de Ronald Koeman au FC Barcelone : \"Il y avait un manque de respect de sa part\"", + "description": "Les oreilles de Ronald sont en train de siffler.
    \n
    \nParti du FC Barcelone en juillet dernier pour rejoindre Leeds, Junior Firpo était l'invité de l'émission Què T'hi Jugues de…

    ", + "content": "Les oreilles de Ronald sont en train de siffler.
    \n
    \nParti du FC Barcelone en juillet dernier pour rejoindre Leeds, Junior Firpo était l'invité de l'émission Què T'hi Jugues de…

    ", "category": "", - "link": "https://www.sofoot.com/le-spectateur-de-watford-chelsea-va-mieux-507791.html", + "link": "https://www.sofoot.com/junior-firpo-leeds-a-propos-de-ronald-koeman-au-fc-barcelone-il-y-avait-un-manque-de-respect-de-sa-part-508083.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T07:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-spectateur-de-watford-chelsea-va-mieux-1638522601_x600_articles-507791.jpg", + "pubDate": "2021-12-09T16:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-junior-firpo-leeds-a-propos-de-ronald-koeman-au-fc-barcelone-il-y-avait-un-manque-de-respect-de-sa-part-1639067858_x600_articles-508083.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89031,17 +90759,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dada09408ffc9494ea8b47a362a84e60" + "hash": "ddd9fdae9eaa244fcaeb2b8aa0f95d84" }, { - "title": "Grace Ly : \"On a toujours l'impression qu'on peut rire impunément des Asiatiques\"", - "description": "Les propos plus que douteux proférés à l'encontre de Suk Hyun-jun, dimanche dernier lors de Marseille-Troyes (1-0), ont rappelé à tout le monde que le racisme anti-asiatique était encore bien présent dans les stades de l'Hexagone. Grace Ly, écrivaine, podcasteuse, militante antiraciste et accessoirement grande fan de foot, y voit le triste reflet d'une réalité qui concerne la société française dans son ensemble.Quelle a été ta première réaction en prenant connaissance ", - "content": "Quelle a été ta première réaction en prenant connaissance ", + "title": "Officiel : la Ligue 2 passera à 18 clubs en 2024", + "description": "C'est l'UNFP qui ne va pas être contente.
    \n
    \nLa Ligue de…

    ", + "content": "C'est l'UNFP qui ne va pas être contente.
    \n
    \nLa Ligue de…

    ", "category": "", - "link": "https://www.sofoot.com/grace-ly-on-a-toujours-l-impression-qu-on-peut-rire-impunement-des-asiatiques-507786.html", + "link": "https://www.sofoot.com/officiel-la-ligue-2-passera-a-18-clubs-en-2024-508087.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-grace-ly-on-a-toujours-l-impression-qu-on-peut-rire-impunement-des-asiatiques-1638463920_x600_articles-alt-507786.jpg", + "pubDate": "2021-12-09T16:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-officiel-la-ligue-2-passera-a-18-clubs-en-2024-1639066807_x600_articles-508087.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89051,17 +90779,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "45c9e84842b229f1f60db0ee0b632318" + "hash": "19203f749bba5188437224a33932b3ed" }, { - "title": "Vent de fronde au Bayern, à cause du partenariat avec Qatar Airways", - "description": "Tout va bien sur le terrain, mais à la veille du Klassiker, le Bayern Munich vit une crise institutionnelle en coulisse. Lors de la dernière assemblée générale du club, les esprits se sont échauffés entre les dirigeants et les supporters. La faute au partenariat de la discorde avec Qatar Airways.Pour un club à la réputation d'ambiance parfaite, d'harmonie presque indivisible entre ses membres et ses dirigeants, le Bayern Munich a vécu deux semaines particulièrement intenses. Et Rattrapé par la patrouille.
    \n
    \nCe mercredi soir, le Bayern a massacré un Barça bien trop limité (3-0), envoyant les…

    ", + "content": "Rattrapé par la patrouille.
    \n
    \nCe mercredi soir, le Bayern a massacré un Barça bien trop limité (3-0), envoyant les…

    ", "category": "", - "link": "https://www.sofoot.com/vent-de-fronde-au-bayern-a-cause-du-partenariat-avec-qatar-airways-507782.html", + "link": "https://www.sofoot.com/clement-lenglet-fc-barcelone-oblige-de-s-expliquer-sur-son-sourire-apres-la-defaite-contre-le-bayern-munich-508082.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vent-de-fronde-au-bayern-a-cause-du-partenariat-avec-qatar-airways-1638459082_x600_articles-alt-507782.jpg", + "pubDate": "2021-12-09T16:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-clement-lenglet-fc-barcelone-oblige-de-s-expliquer-sur-son-sourire-apres-la-defaite-contre-le-bayern-munich-1639066088_x600_articles-508082.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89071,17 +90799,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8314af3a6fa0f2c314179959070965f" + "hash": "2b646f813a0f9ee255a83f6cc8362f91" }, { - "title": "Tactique : Boudebouz, nouveau look pour une nouvelle vie ", - "description": "Reculé d'un cran par Claude Puel au cours de la victoire des Verts face à Clermont début novembre, Ryad Boudebouz a depuis enchaîné trois titularisations dans un nouveau costume de meneur reculé qui lui va à merveille et lui offre l'opportunité de tirer des flèches à sa guise. Décryptage d'un début de mue.À 31 ans, Ryad Boudebouz vit avec un boulet de forçat attaché aux deux pieds. Un boulet qui pèse son poids : l'Algérien aime son job. \"La base de mon problème, dans ce métier, c'est…", - "content": "À 31 ans, Ryad Boudebouz vit avec un boulet de forçat attaché aux deux pieds. Un boulet qui pèse son poids : l'Algérien aime son job. \"La base de mon problème, dans ce métier, c'est…", + "title": "Le Brésilien Marcelo devrait quitter le Real Madrid cet hiver", + "description": "Ferland Mendy fait des dégâts.
    \n
    \nUne nouvelle page va se tourner au Real : après Sergio Ramos cet été, c'est un autre monument de la Casa Blanca qui risque de mettre les…

    ", + "content": "Ferland Mendy fait des dégâts.
    \n
    \nUne nouvelle page va se tourner au Real : après Sergio Ramos cet été, c'est un autre monument de la Casa Blanca qui risque de mettre les…

    ", "category": "", - "link": "https://www.sofoot.com/tactique-boudebouz-nouveau-look-pour-une-nouvelle-vie-507778.html", + "link": "https://www.sofoot.com/le-bresilien-marcelo-devrait-quitter-le-real-madrid-cet-hiver-508080.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tactique-boudebouz-nouveau-look-pour-une-nouvelle-vie-1638455318_x600_articles-alt-507778.jpg", + "pubDate": "2021-12-09T15:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-bresilien-marcelo-devrait-quitter-le-real-madrid-cet-hiver-1639064839_x600_articles-508080.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89091,17 +90819,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d681d53a615a7705f1947583af15a7e5" + "hash": "e3be37b0f0a871c1e679652a2ceb0ab4" }, { - "title": "Podcast Alternative Football (épisode 14) avec Wiloo comme invité sur le thème du foot, des nouveaux médias et des traitements journalistiques possibles", - "description": "Le football est un jeu simple, dont beaucoup parlent, mais un univers complexe, que peu connaissent vraiment. Dans Alternative Football, le podcast hors terrain de So Foot, vous en découvrirez les rouages, avec ses principaux acteurs. Dans chaque épisode, Édouard Cissé, ancien milieu de terrain du PSG, de l'OM ou de Monaco désormais entrepreneur en plus d'être consultant pour Prime Video, et Matthieu Lille-Palette, vice-président d'Opta, s'entretiendront avec un invité sur un thème précis. Pendant une mi-temps, temps nécessaire pour redéfinir totalement votre grille de compréhension.Comment la couverture du foot se réinvente-t-elle au gré des évolutions tech et culturelles, de l'arrivée de nouveaux médias, du changement des habitudes de consommation de contenus ? Autant de…", - "content": "Comment la couverture du foot se réinvente-t-elle au gré des évolutions tech et culturelles, de l'arrivée de nouveaux médias, du changement des habitudes de consommation de contenus ? Autant de…", + "title": " 30 millions de manque à gagner pour le FC Barcelone après sa phase de poules ratée en Ligue des champions", + "description": "Les calculs ne sont pas bons, Joan.
    \n
    \nLe FC Barcelone a été reversé en Ligue Europa après avoir été sèchement
    ", + "content": "Les calculs ne sont pas bons, Joan.
    \n
    \nLe FC Barcelone a été reversé en Ligue Europa après avoir été sèchement
    ", "category": "", - "link": "https://www.sofoot.com/podcast-alternative-football-episode-14-avec-wiloo-comme-invite-sur-le-theme-du-foot-des-nouveaux-medias-et-des-traitements-journalistiques-possibles-507769.html", + "link": "https://www.sofoot.com/30-millions-de-manque-a-gagner-pour-le-fc-barcelone-apres-sa-phase-de-poules-ratee-en-ligue-des-champions-508075.html", "creator": "SO FOOT", - "pubDate": "2021-12-03T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-podcast-alternative-football-episode-14-avec-wiloo-comme-invite-sur-le-theme-du-foot-des-nouveaux-medias-et-des-traitements-journalistiques-possibles-1638445073_x600_articles-alt-507769.jpg", + "pubDate": "2021-12-09T15:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-30-millions-de-manque-a-gagner-pour-le-fc-barcelone-apres-sa-phase-de-poules-ratee-en-ligue-des-champions-1639061320_x600_articles-508075.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89111,17 +90839,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa46dbe603d108591c22b040c090b443" + "hash": "687112d22e2be7c5a3dc8a1d727465a0" }, { - "title": "Manchester United vient à bout d'Arsenal dans un match haletant", - "description": "Quatre jours après avoir tenu en échec Chelsea, Manchester United a de nouveau fait mal à un club de Londres en prenant le dessus sur Arsenal (3-2), grâce à ses Portugais Bruno Fernandes et Cristiano Ronaldo (doublé) et malgré une ouverture du score gag concédée. Une victoire qui permet aux Red Devils de remonter au septième rang de Premier League, à deux points et deux places de leur adversaire du soir. La machine est relancée.

    ", - "content": "

    ", + "title": "Mehdi Benatia met un terme à sa carrière", + "description": "Mehdi stop.
    \n
    \nC'est dans un long message publié ce jeudi sur son compte Instagram que Mehdi Benatia annonce qu'il raccroche les crampons. Une nouvelle pour le moins plutôt surprenante…

    ", + "content": "Mehdi stop.
    \n
    \nC'est dans un long message publié ce jeudi sur son compte Instagram que Mehdi Benatia annonce qu'il raccroche les crampons. Une nouvelle pour le moins plutôt surprenante…

    ", "category": "", - "link": "https://www.sofoot.com/manchester-united-vient-a-bout-d-arsenal-dans-un-match-haletant-507789.html", + "link": "https://www.sofoot.com/mehdi-benatia-met-un-terme-a-sa-carriere-508079.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T22:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-vient-a-bout-d-arsenal-dans-un-match-haletant-1638484167_x600_articles-alt-507789.jpg", + "pubDate": "2021-12-09T15:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mehdi-benatia-met-un-terme-a-sa-carriere-1639062870_x600_articles-508079.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89131,17 +90859,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5443e98a540376520806f9511821fea" + "hash": "79ad490d74e35834b5ff36cc3aafad8a" }, { - "title": "Tottenham fait le travail contre Brentford", - "description": "

    ", - "content": "

    ", + "title": "54 supporters du Dynamo Kiev interpellés après des affrontements avec ceux de Benfica", + "description": "Aussi peu inspirés sur le terrain qu'en dehors, les Ukrainiens.
    \n
    \nTroisième de sa poule avant le début de la dernière journée de phase de poules de Ligue des champions, Benfica devait…

    ", + "content": "Aussi peu inspirés sur le terrain qu'en dehors, les Ukrainiens.
    \n
    \nTroisième de sa poule avant le début de la dernière journée de phase de poules de Ligue des champions, Benfica devait…

    ", "category": "", - "link": "https://www.sofoot.com/tottenham-fait-le-travail-contre-brentford-507790.html", + "link": "https://www.sofoot.com/54-supporters-du-dynamo-kiev-interpelles-apres-des-affrontements-avec-ceux-de-benfica-508077.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T21:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tottenham-fait-le-travail-contre-brentford-1638479656_x600_articles-507790.jpg", + "pubDate": "2021-12-09T14:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-54-supporters-du-dynamo-kiev-interpelles-apres-des-affrontements-avec-ceux-de-benfica-1639059664_x600_articles-508077.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89151,17 +90879,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5098a7b025ed8e4993deb1a9493c3a4" + "hash": "c7894a0efbf0075868b032444df1e69d" }, { - "title": "En direct : Manchester United - Arsenal", - "description": "49' : Waouh, ça redémarre fort.", - "content": "49' : Waouh, ça redémarre fort.", + "title": "Joshua Kimmich absent jusqu'en 2022 suite aux séquelles de la Covid-19", + "description": "Le fameux retour de bâton.
    \n
    \nLe Bayern Munich devra faire sans Joshua Kimmich jusqu'à la fin de l'année 2021.
    ", + "content": "Le fameux retour de bâton.
    \n
    \nLe Bayern Munich devra faire sans Joshua Kimmich jusqu'à la fin de l'année 2021.
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-manchester-united-arsenal-507788.html", + "link": "https://www.sofoot.com/joshua-kimmich-absent-jusqu-en-2022-suite-aux-sequelles-de-la-covid-19-508076.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T20:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-manchester-united-arsenal-1638479997_x600_articles-alt-507788.jpg", + "pubDate": "2021-12-09T14:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-joshua-kimmich-absent-jusqu-en-2022-suite-aux-sequelles-de-la-covid-19-1639058602_x600_articles-508076.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89171,17 +90899,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "01912ff77f8770e95322e4a483902499" + "hash": "fac2773a26b00fbe4f1be22185e30664" }, { - "title": "Le Belenenses SAD a demandé le report de son prochain match à la Ligue portugaise", - "description": "Le cirque continue.
    \n
    \nC'est avec neuf joueurs, dont sept issus de l'équipe réserve, et João Monteiro, habituel troisième gardien de but, aligné au milieu de terrain pour faire le…

    ", - "content": "Le cirque continue.
    \n
    \nC'est avec neuf joueurs, dont sept issus de l'équipe réserve, et João Monteiro, habituel troisième gardien de but, aligné au milieu de terrain pour faire le…

    ", + "title": "Les curiosités statistiques de la phase de poules de C1", + "description": "Via le prisme du résultat, de la tactique ou de la technique, les manières de suivre et d'analyser le foot ne manquent pas. Aujourd'hui, on dissèque la phase de poules de Ligue des champions avec des statistiques marrantes, symboliques, un peu folles et parfois complètement loufoques. Calculatrice et boulier non autorisés.", + "content": "", "category": "", - "link": "https://www.sofoot.com/le-belenenses-sad-a-demande-le-report-de-son-prochain-match-a-la-ligue-portugaise-507787.html", + "link": "https://www.sofoot.com/les-curiosites-statistiques-de-la-phase-de-poules-de-c1-508057.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T17:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-belenenses-sad-a-demande-le-report-de-son-prochain-match-a-la-ligue-portugaise-1638466837_x600_articles-507787.jpg", + "pubDate": "2021-12-09T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-curiosites-statistiques-de-la-phase-de-poules-de-c1-1639044089_x600_articles-alt-508057.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89191,17 +90919,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "25ba4fa852d0044aa1f36984a1c07a1d" + "hash": "3943517f1d698ce99820fed6cee203d7" }, { - "title": "Gauthier Hein (Auxerre) : \"On m'appelle un peu Ferenc Puskás\"", - "description": "La prophétie est en marche.
    \n
    \nQuelle fut la surprise ce lundi à Auxerre lorsque

    ", - "content": "La prophétie est en marche.
    \n
    \nQuelle fut la surprise ce lundi à Auxerre lorsque


    ", + "title": "Nenê : \"Putain, ça aurait été bien de jouer dans une équipe comme ce PSG !\"", + "description": "Il fait partie de ces joueurs dont on se remémore les highlights avec une nostalgie teintée de tendresse. Les siennes sont essentiellement composées de dribbles à la semelle, de contrôles au cordeau, et surtout de frappes enroulées du pied gauche qui atterrissaient toutes au même endroit. À 40 ans, Anderson Luiz de Carvalho dit \"Nenê\" n'a plus sali une lucarne de Ligue 1 depuis bientôt dix piges, mais il continue de jouer au Brésil, là où tout a commencé. De passage à Paris, le joueur de Vasco da Gama (D2) raconte sa longévité, ses ambitions pour le futur, et ce club rouge et bleu qu'il aime tant.Commençons par une question que la France entière se pose : est-ce que tu joues encore avec ce fameux écarteur de narines ?
    \n(Rires.) Oui, je le porte…
    ", + "content": "Commençons par une question que la France entière se pose : est-ce que tu joues encore avec ce fameux écarteur de narines ?
    \n(Rires.) Oui, je le porte…
    ", "category": "", - "link": "https://www.sofoot.com/gauthier-hein-auxerre-on-m-appelle-un-peu-ferenc-puskas-507783.html", + "link": "https://www.sofoot.com/nene-putain-ca-aurait-ete-bien-de-jouer-dans-une-equipe-comme-ce-psg-508031.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T17:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gauthier-hein-auxerre-on-m-appelle-un-peu-ferenc-puskas-1638466103_x600_articles-507783.jpg", + "pubDate": "2021-12-09T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nene-putain-ca-aurait-ete-bien-de-jouer-dans-une-equipe-comme-ce-psg-1639043546_x600_articles-alt-508031.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89211,17 +90939,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc6033493c548365af3818544091d5e7" + "hash": "86b9c183c4649301bf5fca81b2eb86b9" }, { - "title": "La justice espagnole interdit la tenue de matchs de Liga à l'étranger", - "description": "C'est LA bonne nouvelle de la journée.
    \n
    \n\"J'ai donné un accord de principe sous réserve que la logistique suive parce que ça fait quand même un gros déplacement. Monaco et…

    ", - "content": "C'est LA bonne nouvelle de la journée.
    \n
    \n\"J'ai donné un accord de principe sous réserve que la logistique suive parce que ça fait quand même un gros déplacement. Monaco et…

    ", + "title": "Beşiktaş se sépare de son entraîneur Sergen Yalçın", + "description": "L'Aigle noir ne vole plus.
    \n
    \nAprès un historique doublé coupe-championnat en Turquie l'année passée, Beşiktaş est loin d'être sur les mêmes standards cette saison. Le club…

    ", + "content": "L'Aigle noir ne vole plus.
    \n
    \nAprès un historique doublé coupe-championnat en Turquie l'année passée, Beşiktaş est loin d'être sur les mêmes standards cette saison. Le club…

    ", "category": "", - "link": "https://www.sofoot.com/la-justice-espagnole-interdit-la-tenue-de-matchs-de-liga-a-l-etranger-507784.html", + "link": "https://www.sofoot.com/besiktas-se-separe-de-son-entraineur-sergen-yalcin-508072.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T17:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-justice-espagnole-interdit-la-tenue-de-matchs-de-liga-a-l-etranger-1638465507_x600_articles-507784.jpg", + "pubDate": "2021-12-09T12:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-besiktas-se-separe-de-son-entraineur-sergen-yalcin-1639051817_x600_articles-508072.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89231,17 +90959,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72ded593f5f6d7c2c10e3853cda923ba" + "hash": "8ade7e635f2bfac3b7c615f2271ba5ae" }, { - "title": "Didier Deschamps s'émeut de la faible attractivité des entraîneurs français à l'étranger", - "description": "Didier le syndicaliste.
    \n
    \nPourtant voué à un certain mutisme quand il s'agit de communiquer, Didier Deschamps a accordé


    ", - "content": "Didier le syndicaliste.
    \n
    \nPourtant voué à un certain mutisme quand il s'agit de communiquer, Didier Deschamps a accordé


    ", + "title": "Pronostic Nantes Lens : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Lens confirme à Nantes son bon match face au PSG

    \n
    \nEn grande difficulté la saison dernière, le FC Nantes s'était sauvé lors des barrages face à…
    ", + "content": "

    Lens confirme à Nantes son bon match face au PSG

    \n
    \nEn grande difficulté la saison dernière, le FC Nantes s'était sauvé lors des barrages face à…
    ", "category": "", - "link": "https://www.sofoot.com/didier-deschamps-s-emeut-de-la-faible-attractivite-des-entraineurs-francais-a-l-etranger-507780.html", + "link": "https://www.sofoot.com/pronostic-nantes-lens-analyse-cotes-et-prono-du-match-de-ligue-1-508071.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T15:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-didier-deschamps-s-emeut-de-la-faible-attractivite-des-entraineurs-francais-a-l-etranger-1638460205_x600_articles-507780.jpg", + "pubDate": "2021-12-09T11:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nantes-lens-analyse-cotes-et-prono-du-match-de-ligue-1-1639050926_x600_articles-508071.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89251,17 +90979,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac169500050479dfa3f55eb3e18cb9e9" + "hash": "2e918605100fded60b72b6b48ab789aa" }, { - "title": "Pays-Bas : des supporters mettent le feu lors d'un entraînement à 5 heures du matin", - "description": "Et il y aura des interdictions de stade, là aussi ?
    \n
    \nAvec la recrudescence des cas de Covid-19 depuis plusieurs jours, les Pays-Bas ont été contraints de reprendre des mesures…

    ", - "content": "Et il y aura des interdictions de stade, là aussi ?
    \n
    \nAvec la recrudescence des cas de Covid-19 depuis plusieurs jours, les Pays-Bas ont été contraints de reprendre des mesures…

    ", + "title": "Boca Juniors remporte la coupe d'Argentine contre le Club Atlético Talleres", + "description": "Petite finale.
    \n
    \nPendant qu'en Europe se disputait la sixième journée de phase de poules de Ligue des champions, en Argentine se déroulait dans la nuit la finale de la Coupe d'Argentine…

    ", + "content": "Petite finale.
    \n
    \nPendant qu'en Europe se disputait la sixième journée de phase de poules de Ligue des champions, en Argentine se déroulait dans la nuit la finale de la Coupe d'Argentine…

    ", "category": "", - "link": "https://www.sofoot.com/pays-bas-des-supporters-mettent-le-feu-lors-d-un-entrainement-a-5-heures-du-matin-507781.html", + "link": "https://www.sofoot.com/boca-juniors-remporte-la-coupe-d-argentine-contre-le-club-atletico-talleres-508066.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T15:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pays-bas-des-supporters-mettent-le-feu-lors-d-un-entrainement-a-5-heures-du-matin-1638459196_x600_articles-507781.jpg", + "pubDate": "2021-12-09T11:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-boca-juniors-remporte-la-coupe-d-argentine-contre-le-club-atletico-talleres-1639049979_x600_articles-508066.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89271,17 +90999,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6a59affea679af950ad6511f761f8e8" + "hash": "c1f00c5d52c09c44c57f53165a607284" }, { - "title": "Pep Guardiola après Aston Villa-Manchester City : \"Bernardo Silva ? C'est le meilleur en ce moment\"", - "description": "C'est donc lui, le meilleur Portugais de Premier League ?
    \n
    \nPas toujours titulaire l'an passé, Bernardo Silva retrouve cette saison un niveau extraordinaire. Ce mercredi, l'ancien…

    ", - "content": "C'est donc lui, le meilleur Portugais de Premier League ?
    \n
    \nPas toujours titulaire l'an passé, Bernardo Silva retrouve cette saison un niveau extraordinaire. Ce mercredi, l'ancien…

    ", + "title": "La nuit étoilée du LOSC", + "description": "En décrochant une qualification historique pour les huitièmes de finale de Ligue des champions ce mercredi en Allemagne sur la pelouse de Wolfsbourg (3-1), le LOSC s'est offert une soirée de rêve à bien des égards au cœur de la Basse-Saxe. En s'affirmant de la sorte sur la scène européenne ces dernières semaines, le champion de France en titre a repris des couleurs, des vraies, après un début de saison en dents de scie sur le plan national.C'est une pluie de petits flocons qui s'abat ce jeudi matin sur Wolfsbourg. Le ciel est gris, les cheminées de l'usine Volkswagen crachotent en continu et dans les rues, le petit monde est en…", + "content": "C'est une pluie de petits flocons qui s'abat ce jeudi matin sur Wolfsbourg. Le ciel est gris, les cheminées de l'usine Volkswagen crachotent en continu et dans les rues, le petit monde est en…", "category": "", - "link": "https://www.sofoot.com/pep-guardiola-apres-aston-villa-manchester-city-bernardo-silva-c-est-le-meilleur-en-ce-moment-507779.html", + "link": "https://www.sofoot.com/la-nuit-etoilee-du-losc-508061.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T15:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pep-guardiola-apres-aston-villa-manchester-city-bernardo-silva-c-est-le-meilleur-en-ce-moment-1638457838_x600_articles-507779.jpg", + "pubDate": "2021-12-09T11:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-nuit-etoilee-du-losc-1639046826_x600_articles-alt-508061.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89291,17 +91019,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c170c66f3a6b432f4425cc69f5f67ee" + "hash": "d35218afd0c24c668fa16cdace730da3" }, { - "title": "Incidents à Angers : le CNOSF confirme le point de pénalité avec sursis infligé à l'OM", - "description": "Quelques crochets par-ci, des uppercuts par-là, une pincée de balayettes : voilà le résumé parfait du dernier déplacement de l'OM à Angers (0-0).
    \n
    \nEn septembre dernier, certains…

    ", - "content": "Quelques crochets par-ci, des uppercuts par-là, une pincée de balayettes : voilà le résumé parfait du dernier déplacement de l'OM à Angers (0-0).
    \n
    \nEn septembre dernier, certains…

    ", + "title": "Domenico Tedesco (ex-Spartak Moscou et Schalke 04) nouvel entraîneur du RB Leipzig", + "description": "Du sang neuf pour redonner des ailes à Leipzig.
    \n
    \n
    C'était le nom le plus attendu pour…

    ", + "content": "Du sang neuf pour redonner des ailes à Leipzig.
    \n
    \nC'était le nom le plus attendu pour…

    ", "category": "", - "link": "https://www.sofoot.com/incidents-a-angers-le-cnosf-confirme-le-point-de-penalite-avec-sursis-inflige-a-l-om-507777.html", + "link": "https://www.sofoot.com/domenico-tedesco-ex-spartak-moscou-et-schalke-04-nouvel-entraineur-du-rb-leipzig-508069.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T14:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-incidents-a-angers-le-cnosf-confirme-le-point-de-penalite-avec-sursis-inflige-a-l-om-1638456120_x600_articles-507777.jpg", + "pubDate": "2021-12-09T11:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-domenico-tedesco-ex-spartak-moscou-et-schalke-04-nouvel-entraineur-du-rb-leipzig-1639049576_x600_articles-508069.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89311,17 +91039,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "101460ad5764811cb9002c5ca44f8d45" + "hash": "04f4ca1ca76a29dceb491910eb2199e0" }, { - "title": "Christian Eriksen s'entraîne à Odense, au Danemark", - "description": "Alors Odense.
    \n
    \nSon accident à l'Euro avait marqué le monde entier. Christian Eriksen est de retour sur les…

    ", - "content": "Alors Odense.
    \n
    \nSon accident à l'Euro avait marqué le monde entier. Christian Eriksen est de retour sur les…

    ", + "title": "Pronostic Majorque Celta Vigo : Analyse, cotes et prono du match de Liga", + "description": "

    Un Majorque – Celta Vigo avec des buts de chaque côté

    \n
    \nLa 17e journée de Liga débute avec une opposition entre Majorque et le Celta…
    ", + "content": "

    Un Majorque – Celta Vigo avec des buts de chaque côté

    \n
    \nLa 17e journée de Liga débute avec une opposition entre Majorque et le Celta…
    ", "category": "", - "link": "https://www.sofoot.com/christian-eriksen-s-entraine-a-odense-au-danemark-507776.html", + "link": "https://www.sofoot.com/pronostic-majorque-celta-vigo-analyse-cotes-et-prono-du-match-de-liga-508070.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T14:21:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-christian-eriksen-s-entraine-a-odense-au-danemark-1638454852_x600_articles-507776.jpg", + "pubDate": "2021-12-09T11:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-majorque-celta-vigo-analyse-cotes-et-prono-du-match-de-liga-1639049922_x600_articles-508070.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89331,17 +91059,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab91697cf888e358402a9ad60f56a2d9" + "hash": "64c80c68c8a3235999af46f125e5723b" }, { - "title": "Kheira Hamraoui (PSG) de nouveau auditionnée par les enquêteurs", - "description": "Bientôt le fin mot de l'histoire ?
    \n
    \nL'enquête autour de Kheira Hamraoui se poursuit.
    ", - "content": "Bientôt le fin mot de l'histoire ?
    \n
    \nL'enquête autour de Kheira Hamraoui se poursuit.
    ", + "title": "Pronostic Cologne Augsbourg : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Ca sent bon pour Cologne face à Augsbourg

    \n
    \nProche de la relégation l'an passé, le FC Cologne s'était sauvé lors des barrages face à Holstein…
    ", + "content": "

    Ca sent bon pour Cologne face à Augsbourg

    \n
    \nProche de la relégation l'an passé, le FC Cologne s'était sauvé lors des barrages face à Holstein…
    ", "category": "", - "link": "https://www.sofoot.com/kheira-hamraoui-psg-de-nouveau-auditionnee-par-les-enqueteurs-507772.html", + "link": "https://www.sofoot.com/pronostic-cologne-augsbourg-analyse-cotes-et-prono-du-match-de-bundesliga-508067.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T13:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kheira-hamraoui-psg-de-nouveau-auditionnee-par-les-enqueteurs-1638452562_x600_articles-507772.jpg", + "pubDate": "2021-12-09T11:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cologne-augsbourg-analyse-cotes-et-prono-du-match-de-bundesliga-1639048992_x600_articles-508067.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89351,17 +91079,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b300cacb89869c9103778bba5b83209f" + "hash": "da5919533d708237f1f4002354360e9e" }, { - "title": "La jolie reprise de Florian Thauvin avec les Tigres", - "description": "Oui, Florian Thauvin joue encore.
    \n
    \nEt il marque toujours. Même de l'autre côté du Pacifique, l'ancien pensionnaire de l'Olympique de Marseille est toujours capable de briller.…

    ", - "content": "Oui, Florian Thauvin joue encore.
    \n
    \nEt il marque toujours. Même de l'autre côté du Pacifique, l'ancien pensionnaire de l'Olympique de Marseille est toujours capable de briller.…

    ", + "title": "Bruno Genesio : \"Mon plus gros regret à Lyon : ne pas avoir remporté la Ligue Europa\"", + "description": "Nouveau club pour une nouvelle vie.
    \n
    \nDans un long entretien à retrouver dans le nouveau numéro de So Foot, Bruno Genesio parle de son projet de jeu, de ses bons résultats avec…

    ", + "content": "Nouveau club pour une nouvelle vie.
    \n
    \nDans un long entretien à retrouver dans le nouveau numéro de So Foot, Bruno Genesio parle de son projet de jeu, de ses bons résultats avec…

    ", "category": "", - "link": "https://www.sofoot.com/la-jolie-reprise-de-florian-thauvin-avec-les-tigres-507773.html", + "link": "https://www.sofoot.com/bruno-genesio-mon-plus-gros-regret-a-lyon-ne-pas-avoir-remporte-la-ligue-europa-508036.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T13:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-jolie-reprise-de-florian-thauvin-avec-les-tigres-1638453129_x600_articles-507773.jpg", + "pubDate": "2021-12-09T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bruno-genesio-mon-plus-gros-regret-a-lyon-ne-pas-avoir-remporte-la-ligue-europa-1639044869_x600_articles-508036.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89371,17 +91099,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31bbe75769072a7a7c4bb0679b63da80" + "hash": "530f953afec917fa4db826348b7aa433" }, { - "title": "Redah Atassi : \" Après ma carrière, je serai comme un indien dans la ville \"", - "description": "Non conservé par le TFC, Redah Atassi a écumé le monde arabe après une aventure folle avec Béziers, de la CFA à la Ligue 2. Des premiers pas en pro de Ben Yedder à sa vie en Arabie saoudite et aux Émirats, retour plein de bonne humeur sur le parcours d'un de ces \" autres footballeurs \". Ceux qui, malgré la passion, ne rêvent plus de paillettes dans leur vie, mais craignent pour leur après-carrière et cherchent à assurer leurs arrières.Salut Redah. Tu as aujourd'hui 30 ans et tu joues depuis septembre pour l'Al Urooba FC, aux Émirats arabes unis. Comment est ta vie là-bas ?
    \nC'est d'abord un…
    ", - "content": "Salut Redah. Tu as aujourd'hui 30 ans et tu joues depuis septembre pour l'Al Urooba FC, aux Émirats arabes unis. Comment est ta vie là-bas ?
    \nC'est d'abord un…
    ", + "title": "Pronostic Brentford Watford : Analyse, cotes et prono du match de Premier League", + "description": "

    Brentford - Watford : Les Bees chassent les Hornets

    \n
    \nLa 16e journée de Premier League s'ouvre vendredi avec un affrontement entre deux…
    ", + "content": "

    Brentford - Watford : Les Bees chassent les Hornets

    \n
    \nLa 16e journée de Premier League s'ouvre vendredi avec un affrontement entre deux…
    ", "category": "", - "link": "https://www.sofoot.com/redah-atassi-apres-ma-carriere-je-serai-comme-un-indien-dans-la-ville-507419.html", + "link": "https://www.sofoot.com/pronostic-brentford-watford-analyse-cotes-et-prono-du-match-de-premier-league-508063.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-redah-atassi-apres-ma-carriere-je-serai-comme-un-indien-dans-la-ville-1637855227_x600_articles-alt-507419.jpg", + "pubDate": "2021-12-09T10:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brentford-watford-analyse-cotes-et-prono-du-match-de-premier-league-1639047128_x600_articles-508063.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89391,17 +91119,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e6a0d84f6046d57fd90879a86bdbd70" + "hash": "a25b779cf07ed8b5d8f7ba214d73af66" }, { - "title": "Zlatan Ibrahimović s'est proposé au Paris Saint-Germain en tant que directeur sportif", - "description": "Le Z pense à sa reconversion.
    \n
    \nMême s'il paraît increvable, Zlatan Ibrahimović (40 ans) arrive doucement, mais sûrement vers la fin de sa carrière. Le Milanais sort ce jeudi en…

    ", - "content": "Le Z pense à sa reconversion.
    \n
    \nMême s'il paraît increvable, Zlatan Ibrahimović (40 ans) arrive doucement, mais sûrement vers la fin de sa carrière. Le Milanais sort ce jeudi en…

    ", + "title": "En Ligue des champions féminine, Sam Kerr se prend un carton jaune pour avoir bousculé un spectateur entré sur le terrain lors de Chelsea-Juventus", + "description": "Dans une autre vie, Sam Kerr était steward.
    \n
    \nAlors que Chelsea et la Juve se battait pour une place au tour suivant de la Ligue des Champions féminine ce mercredi (0-0), un spectateur a…

    ", + "content": "Dans une autre vie, Sam Kerr était steward.
    \n
    \nAlors que Chelsea et la Juve se battait pour une place au tour suivant de la Ligue des Champions féminine ce mercredi (0-0), un spectateur a…

    ", "category": "", - "link": "https://www.sofoot.com/zlatan-ibrahimovic-s-est-propose-au-paris-saint-germain-en-tant-que-directeur-sportif-507771.html", + "link": "https://www.sofoot.com/en-ligue-des-champions-feminine-sam-kerr-se-prend-un-carton-jaune-pour-avoir-bouscule-un-spectateur-entre-sur-le-terrain-lors-de-chelsea-juventus-508062.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T12:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-zlatan-ibrahimovic-s-est-propose-au-paris-saint-germain-en-tant-que-directeur-sportif-1638447800_x600_articles-507771.jpg", + "pubDate": "2021-12-09T10:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-ligue-des-champions-feminine-sam-kerr-se-prend-un-carton-jaune-pour-avoir-bouscule-un-spectateur-entre-sur-le-terrain-lors-de-chelsea-juventus-1639047443_x600_articles-508062.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89411,17 +91139,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3daf0c855ed6ee6db6ee1ec102bda002" + "hash": "3c62ce64b2fc8abe00006b6faf080912" }, { - "title": "Carlo Ancelotti : \"Parfois je demande à Thibaut Courtois de laisser passer un ballon à l'entraînement\"", - "description": "Il faut bien laisser Eden retrouver des couleurs.
    \n
    \nQuinze buts encaissés en quinze matchs en Liga, trois clean sheets en cinq titularisations en Ligue des champions, Thibaut…

    ", - "content": "Il faut bien laisser Eden retrouver des couleurs.
    \n
    \nQuinze buts encaissés en quinze matchs en Liga, trois clean sheets en cinq titularisations en Ligue des champions, Thibaut…

    ", + "title": "Pronostic Genoa Sampdoria : Analyse, cotes et prono du match de Serie A", + "description": "

    Genoa - Sampdoria : Le derby de Gênes tourne en faveur de la Samp'

    \n
    \nLa 17e journée de Serie A débute vendredi avec le derby de Gênes…
    ", + "content": "

    Genoa - Sampdoria : Le derby de Gênes tourne en faveur de la Samp'

    \n
    \nLa 17e journée de Serie A débute vendredi avec le derby de Gênes…
    ", "category": "", - "link": "https://www.sofoot.com/carlo-ancelotti-parfois-je-demande-a-thibaut-courtois-de-laisser-passer-un-ballon-a-l-entrainement-507770.html", + "link": "https://www.sofoot.com/pronostic-genoa-sampdoria-analyse-cotes-et-prono-du-match-de-serie-a-508065.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T12:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-carlo-ancelotti-parfois-je-demande-a-thibaut-courtois-de-laisser-passer-un-ballon-a-l-entrainement-1638447404_x600_articles-507770.jpg", + "pubDate": "2021-12-09T10:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-genoa-sampdoria-analyse-cotes-et-prono-du-match-de-serie-a-1639047938_x600_articles-508065.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89431,17 +91159,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "184e8ea285b96501e1cf84698486b9c6" + "hash": "9f2f7a79fb7f82ed053e84ed2bf47094" }, { - "title": "Après son accrochage avec Álvaro (Marseille), Randal Kolo Muani (Nantes) pense que les arbitres \"ont leurs préférences\"", - "description": "Álvaro aime se faire des ennemis.
    \n
    \nÀ la Beaujoire ce mercredi soir, les…

    ", - "content": "Álvaro aime se faire des ennemis.
    \n
    \nÀ la Beaujoire ce mercredi soir, les…

    ", + "title": "Après le départ de Claude Puel, Julien Sablé assurera l'intérim à l'AS Saint-Étienne", + "description": "Le pompier de service est de retour.
    \n
    \nGiflé à domicile ce dimanche par Rennes…

    ", + "content": "Le pompier de service est de retour.
    \n
    \nGiflé à domicile ce dimanche par Rennes…

    ", "category": "", - "link": "https://www.sofoot.com/apres-son-accrochage-avec-alvaro-marseille-randal-kolo-muani-nantes-pense-que-les-arbitres-ont-leurs-preferences-507768.html", + "link": "https://www.sofoot.com/apres-le-depart-de-claude-puel-julien-sable-assurera-l-interim-a-l-as-saint-etienne-507964.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T11:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-apres-son-accrochage-avec-alvaro-marseille-randal-kolo-muani-nantes-pense-que-les-arbitres-ont-leurs-preferences-1638445012_x600_articles-507768.jpg", + "pubDate": "2021-12-09T10:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-apres-le-depart-de-claude-puel-julien-sable-assurera-l-interim-a-l-as-saint-etienne-1638876825_x600_articles-507964.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89451,17 +91179,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cda45929859ead28c87078b0d1c5c21" + "hash": "00db05024710e09f7d8eddb75b624611" }, { - "title": "Oui, l'OM et Sampaoli sont devenus froids et pragmatiques", - "description": "Ce mercredi, à la Beaujoire, l'Olympique de Marseille n'a encaissé aucun but. Et il n'en a marqué qu'un seul. En clair, il a pris trois points, de la manière la moins spectaculaire possible : et c'est la troisième fois que l'OM fait le coup sur les quatre derniers matchs de championnat. Il faut se rendre à l'évidence, le dauphin de Ligue 1 est devenu glaçant de pragmatisme. Et délaisse, peu à peu, sa réputation d'équipe électrisante.\"Ça me remplit de joie de revoir cette version de l'OM, c'est la version que l'on aime, c'est la version que l'on construit.\" Jorge Sampaoli était aux anges en conférence de presse, ce…", - "content": "\"Ça me remplit de joie de revoir cette version de l'OM, c'est la version que l'on aime, c'est la version que l'on construit.\" Jorge Sampaoli était aux anges en conférence de presse, ce…", + "title": "Accusé d'agression sexuelle, Pierre Ménès placé en garde à vue", + "description": "Accusé d'avoir touché la poitrine d'une hôtesse d'accueil du Parc des…", + "content": "Accusé d'avoir touché la poitrine d'une hôtesse d'accueil du Parc des…", "category": "", - "link": "https://www.sofoot.com/oui-l-om-et-sampaoli-sont-devenus-froids-et-pragmatiques-507752.html", + "link": "https://www.sofoot.com/accuse-d-agression-sexuelle-pierre-menes-place-en-garde-a-vue-508060.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-oui-l-om-et-sampaoli-sont-devenus-froids-et-pragmatiques-1638440573_x600_articles-alt-507752.jpg", + "pubDate": "2021-12-09T10:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-accuse-d-agression-sexuelle-pierre-menes-place-en-garde-a-vue-1639046555_x600_articles-508060.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89471,17 +91199,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "734fbbf787b41a636577099352c9c06e" + "hash": "4cc25112af14e907561c81034586e014" }, { - "title": "Un agent sportif de la FFF a été enlevé dans la rue puis relâché, fin novembre", - "description": "Sombre affaire à la Fédé.
    \n
    \nSelon les…

    ", - "content": "Sombre affaire à la Fédé.
    \n
    \nSelon les…

    ", + "title": "L'UEFA confirme le report de Tottenham-Rennes", + "description": "De toute façon, il fait meilleur en Bretagne.
    \n
    \nAlors que le Stade rennais avait fait le déplacement outre-Manche avec l'intention de jouer le match de C4 sur la pelouse de Tottenham,…

    ", + "content": "De toute façon, il fait meilleur en Bretagne.
    \n
    \nAlors que le Stade rennais avait fait le déplacement outre-Manche avec l'intention de jouer le match de C4 sur la pelouse de Tottenham,…

    ", "category": "", - "link": "https://www.sofoot.com/un-agent-sportif-de-la-fff-a-ete-enleve-dans-la-rue-puis-relache-fin-novembre-507767.html", + "link": "https://www.sofoot.com/l-uefa-confirme-le-report-de-tottenham-rennes-508058.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T10:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-agent-sportif-de-la-fff-a-ete-enleve-dans-la-rue-puis-relache-fin-novembre-1638442092_x600_articles-507767.jpg", + "pubDate": "2021-12-09T10:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-uefa-confirme-le-report-de-tottenham-rennes-1639045037_x600_articles-508058.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89491,17 +91219,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "65ebfd35122700112dcaa84d240be5a7" + "hash": "69448bd7a640c56c6cb8e1529861e38c" }, { - "title": "Hasan Çetinkaya (Westerlo) : \"Eden Hazard pourrait terminer sa carrière chez nous\"", - "description": "\"Rüya\" : \"rêver\" en turc.
    \n
    \n\"J'espère que la saison prochaine, nous jouerons en Jupiler Pro League et que nous pourrons ensuite travailler sur notre…

    ", - "content": "\"Rüya\" : \"rêver\" en turc.
    \n
    \n\"J'espère que la saison prochaine, nous jouerons en Jupiler Pro League et que nous pourrons ensuite travailler sur notre…

    ", + "title": "L'OM condamné à 10 000 euros d'amende après les propos racistes contre Hyun-jun Suk (Troyes)", + "description": "Ça fait cher la blague de mauvais goût.
    \n
    \nSi c'est évidemment le…

    ", + "content": "Ça fait cher la blague de mauvais goût.
    \n
    \nSi c'est évidemment le…

    ", "category": "", - "link": "https://www.sofoot.com/hasan-cetinkaya-westerlo-eden-hazard-pourrait-terminer-sa-carriere-chez-nous-507766.html", + "link": "https://www.sofoot.com/l-om-condamne-a-10-000-euros-d-amende-apres-les-propos-racistes-contre-hyun-jun-suk-troyes-508056.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T10:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-hasan-cetinkaya-westerlo-eden-hazard-pourrait-terminer-sa-carriere-chez-nous-1638442695_x600_articles-507766.jpg", + "pubDate": "2021-12-09T10:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-om-condamne-a-10-000-euros-d-amende-apres-les-propos-racistes-contre-hyun-jun-suk-troyes-1639044332_x600_articles-508056.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89511,17 +91239,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "49d26b33263edb31eefaa0fdbd88e37a" + "hash": "adbcfafefaa1d1fcb2cb584402bf6db8" }, { - "title": "Noël Le Graët : \"À l'UEFA, ce sont un peu des béni-oui-oui\"", - "description": "Le mois de décembre a débuté, Noël fait son show.
    \n
    \nÀ l'heure où l'éventualité d'une Coupe du monde tous les deux ans effraie une bonne partie des fans de foot, le président de la…

    ", - "content": "Le mois de décembre a débuté, Noël fait son show.
    \n
    \nÀ l'heure où l'éventualité d'une Coupe du monde tous les deux ans effraie une bonne partie des fans de foot, le président de la…

    ", + "title": "Xavi après Bayern Munich-FC Barcelone : \"La réalité nous dit que nous ne sommes pas au niveau\"", + "description": "Bah quoi, ça n'est pas bien la Ligue Europa ?
    \n
    \nUn mois après son intronisation sur le banc du FC Barcelone, Xavi vit des premiers moments compliqués. Alors que ses hommes pouvaient…

    ", + "content": "Bah quoi, ça n'est pas bien la Ligue Europa ?
    \n
    \nUn mois après son intronisation sur le banc du FC Barcelone, Xavi vit des premiers moments compliqués. Alors que ses hommes pouvaient…

    ", "category": "", - "link": "https://www.sofoot.com/noel-le-graet-a-l-uefa-ce-sont-un-peu-des-beni-oui-oui-507765.html", + "link": "https://www.sofoot.com/xavi-apres-bayern-munich-fc-barcelone-la-realite-nous-dit-que-nous-ne-sommes-pas-au-niveau-508055.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T10:11:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-noel-le-graet-a-l-uefa-ce-sont-un-peu-des-beni-oui-oui-1638440099_x600_articles-507765.jpg", + "pubDate": "2021-12-09T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-xavi-apres-bayern-munich-fc-barcelone-la-realite-nous-dit-que-nous-ne-sommes-pas-au-niveau-1639042006_x600_articles-508055.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89531,17 +91259,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8608ee1d6a7a862807b8b874599e9515" + "hash": "c0da5c0deb27904f5f10cca9f80d7c81" }, { - "title": "Après la raclée à Strasbourg, Jimmy Briand (Bordeaux) a honte", - "description": "Qu'en pense Timothée Chalamet ?
    \n
    \nVisiblement,
    ", - "content": "Qu'en pense Timothée Chalamet ?
    \n
    \nVisiblement,
    ", + "title": "Lors de la venue de Lens, le FC Nantes va rendre hommage à John Miles, auteur du tube Music", + "description": "Dernière danse.
    \n
    \nLe FC Nantes a décidé de rendre hommage à John Miles, vendredi lors de la réception du RC Lens, en diffusant son célèbre titre Music (datant de 1976) à…

    ", + "content": "Dernière danse.
    \n
    \nLe FC Nantes a décidé de rendre hommage à John Miles, vendredi lors de la réception du RC Lens, en diffusant son célèbre titre Music (datant de 1976) à…

    ", "category": "", - "link": "https://www.sofoot.com/apres-la-raclee-a-strasbourg-jimmy-briand-bordeaux-a-honte-507763.html", + "link": "https://www.sofoot.com/lors-de-la-venue-de-lens-le-fc-nantes-va-rendre-hommage-a-john-miles-auteur-du-tube-music-508054.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T08:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-apres-la-raclee-a-strasbourg-jimmy-briand-bordeaux-a-honte-1638435534_x600_articles-507763.jpg", + "pubDate": "2021-12-09T08:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lors-de-la-venue-de-lens-le-fc-nantes-va-rendre-hommage-a-john-miles-auteur-du-tube-music-1639039067_x600_articles-508054.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89551,17 +91279,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "07ab725b8b6270c2993333bb02f14de1" + "hash": "29f038e4d3db1ffbff2aa1fd75a4b8d7" }, { - "title": "Peter Bosz (Lyon) peste contre la performance de son équipe après la défaite contre Reims", - "description": "Une défaite qui fait mal.
    \n
    \nTombé à domicile dans les derniers instants face au Stade de Reims à l'issue…

    ", - "content": "Une défaite qui fait mal.
    \n
    \nTombé à domicile dans les derniers instants face au Stade de Reims à l'issue…

    ", + "title": "Lyon-Marseille : Jacques Cardoze (OM) s'insurge contre la décision de la Commission de discipline de la LFP", + "description": "Un autre qui l'a mauvaise.
    \n
    \nAttendue depuis de longues semaines, la…

    ", + "content": "Un autre qui l'a mauvaise.
    \n
    \nAttendue depuis de longues semaines, la…

    ", "category": "", - "link": "https://www.sofoot.com/peter-bosz-lyon-peste-contre-la-performance-de-son-equipe-apres-la-defaite-contre-reims-507759.html", + "link": "https://www.sofoot.com/lyon-marseille-jacques-cardoze-om-s-insurge-contre-la-decision-de-la-commission-de-discipline-de-la-lfp-508052.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T08:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-peter-bosz-lyon-peste-contre-la-performance-de-son-equipe-apres-la-defaite-contre-reims-1638433624_x600_articles-507759.jpg", + "pubDate": "2021-12-09T08:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lyon-marseille-jacques-cardoze-om-s-insurge-contre-la-decision-de-la-commission-de-discipline-de-la-lfp-1639038234_x600_articles-508052.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89571,17 +91299,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cf6f023d56737b6933b62310215dce6" + "hash": "85310614ab7799a155a2cbaec41003fd" }, { - "title": "Pronostic Ajaccio Valenciennes : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Du classique pour Ajaccio face à Valenciennes

    \n
    \nA l'orée de débuter cette 17e journée de Ligue 2, Ajaccio occupe la 2e place du…
    ", - "content": "

    Du classique pour Ajaccio face à Valenciennes

    \n
    \nA l'orée de débuter cette 17e journée de Ligue 2, Ajaccio occupe la 2e place du…
    ", + "title": "Jocelyn Gourvennec : \"On a fait honneur à la Ligue 1\"", + "description": "Présent en conférence de presse après la belle victoire du LOSC à Wolfsbourg (1-3) en Ligue des champions, Jocelyn Gourvennec n'a pas caché sa satisfaction après la qualification historique de son équipe pour les huitièmes de finale de la C1.Sur le plan émotionnel, êtes-vous pleinement satisfait du match de votre équipe ? Cela ressemble au scénario parfait.
    \nC'est vrai que le scénario du match a…
    ", + "content": "Sur le plan émotionnel, êtes-vous pleinement satisfait du match de votre équipe ? Cela ressemble au scénario parfait.
    \nC'est vrai que le scénario du match a…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-ajaccio-valenciennes-analyse-cotes-et-prono-du-match-de-ligue-2-507761.html", + "link": "https://www.sofoot.com/jocelyn-gourvennec-on-a-fait-honneur-a-la-ligue-1-508051.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T07:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-ajaccio-valenciennes-analyse-cotes-et-prono-du-match-de-ligue-2-1638433097_x600_articles-507761.jpg", + "pubDate": "2021-12-09T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jocelyn-gourvennec-on-a-fait-honneur-a-la-ligue-1-1639009867_x600_articles-alt-508051.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89591,17 +91319,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "479b3f190a92dd5c72661b59e94cf304" + "hash": "51a6ca0ec75cca5b3d9756836ca31434" }, { - "title": "Pronostic Sochaux Pau : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Sochaux se relance face à Pau

    \n
    \nBelle surprise de la saison dernière, Sochaux avait fini aux portes des playoffs. Dans la ligjnée de cette belle prise…
    ", - "content": "

    Sochaux se relance face à Pau

    \n
    \nBelle surprise de la saison dernière, Sochaux avait fini aux portes des playoffs. Dans la ligjnée de cette belle prise…
    ", + "title": "Si les personnages de One Piece étaient des footballeurs", + "description": "Alors que la trêve hivernale approche pour bon nombre de championnats, Eiichiro Oda a décidé de régaler son monde en publiant (enfin) le tome 100 du manga mythique One Piece. Mais que se passerait-il si les pirates quittaient Grand Line pour fouler les plus belles pelouses de notre planète ?

    Monkey D. Luffy

    \n
    \nFils de Monkey D. Dragon, petit-fils de Monkey D. Garp et frère adoptif de Portgas D. Ace et du grand Sabo : Mugiwara no Luffy entretient sa…
    ", + "content": "

    Monkey D. Luffy

    \n
    \nFils de Monkey D. Dragon, petit-fils de Monkey D. Garp et frère adoptif de Portgas D. Ace et du grand Sabo : Mugiwara no Luffy entretient sa…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-sochaux-pau-analyse-cotes-et-prono-du-match-de-ligue-2-507760.html", + "link": "https://www.sofoot.com/si-les-personnages-de-one-piece-etaient-des-footballeurs-508035.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T07:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-sochaux-pau-analyse-cotes-et-prono-du-match-de-ligue-2-1638432305_x600_articles-507760.jpg", + "pubDate": "2021-12-09T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-si-les-personnages-de-one-piece-etaient-des-footballeurs-1638992485_x600_articles-alt-508035.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89611,17 +91339,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "add73c81c4a090ead158921a89f6a6e5" + "hash": "7b3e95bbc208c1f5da3978a1e267514b" }, { - "title": "Pronostic Paris FC Bastia : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Un Paris FC lancé face à Bastia

    \n
    \nBarragiste la saison passée, le Paris FC a pour ambition de monter en Ligue 1 le plus rapidement possible. Lors de…
    ", - "content": "

    Un Paris FC lancé face à Bastia

    \n
    \nBarragiste la saison passée, le Paris FC a pour ambition de monter en Ligue 1 le plus rapidement possible. Lors de…
    ", + "title": "Lettre d'un supporter de l'OM à Steve Mandanda ", + "description": "Steve Mandanda vit une période compliquée depuis sa mise sur la touche par Jorge Sampaoli au profit de Pau Lopez. Une triste fin pour celui qui a porté à 597 reprises le maillot marseillais, ce qui en fait le joueur le plus capé de l'histoire du club. Une lettre d'amour pourrait l'aider à retrouver un semblant de sourire.Cher Steve,
    \n
    \nAlors que ton équipe joue son dernier match de Ligue Europa face au Lokomotiv Moscou ce jeudi, une fois de plus j'aimerais te voir fouler la pelouse de ton jardin, le…

    ", + "content": "Cher Steve,
    \n
    \nAlors que ton équipe joue son dernier match de Ligue Europa face au Lokomotiv Moscou ce jeudi, une fois de plus j'aimerais te voir fouler la pelouse de ton jardin, le…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-paris-fc-bastia-analyse-cotes-et-prono-du-match-de-ligue-2-507758.html", + "link": "https://www.sofoot.com/lettre-d-un-supporter-de-l-om-a-steve-mandanda-508029.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T07:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-paris-fc-bastia-analyse-cotes-et-prono-du-match-de-ligue-2-1638431948_x600_articles-507758.jpg", + "pubDate": "2021-12-09T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lettre-d-un-supporter-de-l-om-a-steve-mandanda-1638980788_x600_articles-alt-508029.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89631,17 +91359,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed89e6eb9aa1456a7004199472bb072d" + "hash": "12cd5be970c0c383901efc531a737197" }, { - "title": "Pronostic Grenoble Le Havre : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Grenoble tient tête au Havre

    \n
    \nInattendu barragiste l'an passé, Grenoble était parvenu à se hisser dans les playoffs d'accession mais s'était…
    ", - "content": "

    Grenoble tient tête au Havre

    \n
    \nInattendu barragiste l'an passé, Grenoble était parvenu à se hisser dans les playoffs d'accession mais s'était…
    ", + "title": "Pronostic Atalanta Bergame Villarreal : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    L'Atalanta Bergame coule Villarreal

    \n
    \nLors de cette dernière journée de Ligue des Champions, peu de groupes nous réservent des rencontres décisives…
    ", + "content": "

    L'Atalanta Bergame coule Villarreal

    \n
    \nLors de cette dernière journée de Ligue des Champions, peu de groupes nous réservent des rencontres décisives…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-grenoble-le-havre-analyse-cotes-et-prono-du-match-de-ligue-2-507757.html", + "link": "https://www.sofoot.com/pronostic-atalanta-bergame-villarreal-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507952.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T07:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-grenoble-le-havre-analyse-cotes-et-prono-du-match-de-ligue-2-1638431407_x600_articles-507757.jpg", + "pubDate": "2021-12-07T08:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-atalanta-bergame-villarreal-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638868502_x600_articles-507952.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89651,17 +91379,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f347691a2182f32486da7fbc6931bea" + "hash": "d0ed4606f7e852cbf42bdf5207befb38" }, { - "title": "Pronostic Guingamp Dijon : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Guingamp se donne de l'air face à Dijon

    \n
    \nMal embarqué la saison dernière, l'En Avant Guingamp s'en était sorti grâce à une excellente fin de…
    ", - "content": "

    Guingamp se donne de l'air face à Dijon

    \n
    \nMal embarqué la saison dernière, l'En Avant Guingamp s'en était sorti grâce à une excellente fin de…
    ", + "title": "Le Stade rennais dénonce \"le manque de fair-play\" de Tottenham", + "description": "La réponse du berger à la bergère.
    \n
    \nDeux heures après que Tottenham a annoncé être dans l'incapacité de disputer
    ", + "content": "La réponse du berger à la bergère.
    \n
    \nDeux heures après que Tottenham a annoncé être dans l'incapacité de disputer
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-guingamp-dijon-analyse-cotes-et-prono-du-match-de-ligue-2-507756.html", + "link": "https://www.sofoot.com/le-stade-rennais-denonce-le-manque-de-fair-play-de-tottenham-508050.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T07:27:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guingamp-dijon-analyse-cotes-et-prono-du-match-de-ligue-2-1638430880_x600_articles-507756.jpg", + "pubDate": "2021-12-08T23:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-stade-rennais-denonce-le-manque-de-fair-play-de-tottenham-1639007298_x600_articles-508050.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89671,17 +91399,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8916db1e5d7349687d977d9aa9a1ff7c" + "hash": "0deac1cd1cbcbc10cde8017085bacb98" }, { - "title": "Pronostic Amiens Dunkerque : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Amiens décroche une victoire importante face à Dunkerque

    \n
    \nLa lutte pour le maintien fait rage en Ligue 2 puisque seulement 4 points séparent…
    ", - "content": "

    Amiens décroche une victoire importante face à Dunkerque

    \n
    \nLa lutte pour le maintien fait rage en Ligue 2 puisque seulement 4 points séparent…
    ", + "title": "Wolfsburg-Lille : Jonathan Ikoné, une dernière pour la route", + "description": "Comme à Séville le mois dernier, Jonathan Ikoné a fait oublier son inefficacité en championnat en livrant une prestation remarquable à Wolfsburg, où il a offert deux jolies passes décisives à ses copains Burak Yılmaz et Angel Gomes. La suite de la belle histoire européenne du LOSC pourrait cependant s'écrire sans l'attaquant de 23 ans, qui serait attendu par la Fiorentina dès janvier.La semaine de Jonathan Ikoné n'avait pas débuté de la meilleure des manières. À 48 heures du rendez-vous décisif à Wolfsburg en Ligue des champions pour le LOSC, l'attaquant a eu la mauvaise…", + "content": "La semaine de Jonathan Ikoné n'avait pas débuté de la meilleure des manières. À 48 heures du rendez-vous décisif à Wolfsburg en Ligue des champions pour le LOSC, l'attaquant a eu la mauvaise…", "category": "", - "link": "https://www.sofoot.com/pronostic-amiens-dunkerque-analyse-cotes-et-prono-du-match-de-ligue-2-507755.html", + "link": "https://www.sofoot.com/wolfsburg-lille-jonathan-ikone-une-derniere-pour-la-route-508047.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T07:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-amiens-dunkerque-analyse-cotes-et-prono-du-match-de-ligue-2-1638430359_x600_articles-507755.jpg", + "pubDate": "2021-12-08T23:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-wolfsburg-lille-jonathan-ikone-une-derniere-pour-la-route-1639006137_x600_articles-alt-508047.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89691,17 +91419,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa5d29cb93f4e44b47ace60f414ed542" + "hash": "fa93f724dbcb6d3c431beb78c2ec1905" }, { - "title": "Pronostic Rodez Nîmes : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Un Rodez – Nîmes avec des buts de chaque côté

    \n
    \nPour le compte de la 17e journée de Ligue 2, Rodez reçoit Nîmes dans une confrontation…
    ", - "content": "

    Un Rodez – Nîmes avec des buts de chaque côté

    \n
    \nPour le compte de la 17e journée de Ligue 2, Rodez reçoit Nîmes dans une confrontation…
    ", + "title": "Signé Gourvennec", + "description": "Pour la première fois depuis 2006, et seulement la deuxième de son histoire, le LOSC a validé son billet pour les huitièmes de finale de la Ligue des champions. Une sacrée performance, couronnée par une première place de son groupe, dont Jocelyn Gourvennec est le principal responsable.\" J'ai attendu 26 ans pour revivre des moments comme ça. On s'était qualifiés avec Nantes. Vingt-six ans c'est long, mais quand je regarde derrière, j'ai l'impression que…", + "content": "\" J'ai attendu 26 ans pour revivre des moments comme ça. On s'était qualifiés avec Nantes. Vingt-six ans c'est long, mais quand je regarde derrière, j'ai l'impression que…", "category": "", - "link": "https://www.sofoot.com/pronostic-rodez-nimes-analyse-cotes-et-prono-du-match-de-ligue-2-507754.html", + "link": "https://www.sofoot.com/signe-gourvennec-508048.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T07:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rodez-nimes-analyse-cotes-et-prono-du-match-de-ligue-2-1638429705_x600_articles-507754.jpg", + "pubDate": "2021-12-08T22:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-signe-gourvennec-1639003264_x600_articles-alt-508048.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89711,17 +91439,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "baefc093c7dfcffdd8af475f30bc72a9" + "hash": "e1e6475016af9b58f482a3afca623f20" }, { - "title": "Pronostic Quevilly Rouen Nancy : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Nancy va chercher un résultat à Quevilly

    \n
    \nCe match de la 17e journée de Ligue 2 entre Quevilly Rouen et Nancy met aux prises deux…
    ", - "content": "

    Nancy va chercher un résultat à Quevilly

    \n
    \nCe match de la 17e journée de Ligue 2 entre Quevilly Rouen et Nancy met aux prises deux…
    ", + "title": "Ce tout petit Barça", + "description": "C'était attendu par tout le monde, cela s'est confirmé à l'Allianz Arena de Munich et à l'Estádio da Luz de Lisbonne : le FC Barcelone, qui n'a marqué que 2 buts en 6 journées, s'est fait éliminer de la Ligue des champions dès la phase de poules de cette édition 2021-2022. Est-ce si surprenant que cela ? Non. Faut-il s'en inquiéter ? Oui. La dernière fois que le Barça n'était pas parvenu à sortir des poules de C1 remonte à la saison 2000-2001.Il y a des signes qui ne trompent pas. Avant d'affronter l'ogre bavarois pour la dernière journée de ce groupe E de la Ligue des champions 2021-2022, Xavi Hernández annonçait avec aplomb les…", + "content": "Il y a des signes qui ne trompent pas. Avant d'affronter l'ogre bavarois pour la dernière journée de ce groupe E de la Ligue des champions 2021-2022, Xavi Hernández annonçait avec aplomb les…", "category": "", - "link": "https://www.sofoot.com/pronostic-quevilly-rouen-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-507753.html", + "link": "https://www.sofoot.com/ce-tout-petit-barca-508049.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T06:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-quevilly-rouen-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-1638428755_x600_articles-507753.jpg", + "pubDate": "2021-12-08T23:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ce-tout-petit-barca-1639004598_x600_articles-alt-508049.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89731,17 +91459,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "75e97577b6d3139f2a6296fb088d111e" + "hash": "3003aeab12fa689d1db166a04f8c29fe" }, { - "title": "Et le Ballon d'or de l'hypocrisie est pour... le Qatar sur la question LGBTQ+", - "description": "Parmi toutes les problématiques qui prennent de l'ampleur à l'approche de la Coupe du monde 2022, celle des droits des LGBTQ+ commence à se faire doucement entendre, même si pour l'instant, elle semble secondaire derrière les morts des chantiers ou le scandale écologique. Toutefois dans une région du monde où l'homosexualité reste un crime, l'arrivée d'un événement aussi important qu'un Mondial pourrait bousculer les habitudes et les mœurs, même si ce n'est que temporairement.\" Pour lutter contre ce phénomène, l'anomalie sexuelle que constitue l'homosexualité, il faut éduquer et raisonner les jeunes. Ce phénomène ne correspond pas à notre foi et ne correspond…", - "content": "\" Pour lutter contre ce phénomène, l'anomalie sexuelle que constitue l'homosexualité, il faut éduquer et raisonner les jeunes. Ce phénomène ne correspond pas à notre foi et ne correspond…", + "title": "Benjamin Pavard : \"Je suis très content pour Lille\"", + "description": "Après avoir roulé sur le Barça pendant 90 minutes ce mercredi soir à…", + "content": "Après avoir roulé sur le Barça pendant 90 minutes ce mercredi soir à…", "category": "", - "link": "https://www.sofoot.com/et-le-ballon-d-or-de-l-hypocrisie-est-pour-le-qatar-sur-la-question-lgbtq-507723.html", + "link": "https://www.sofoot.com/benjamin-pavard-je-suis-tres-content-pour-lille-508046.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-et-le-ballon-d-or-de-l-hypocrisie-est-pour-le-qatar-sur-la-question-lgbtq-1638376428_x600_articles-alt-507723.jpg", + "pubDate": "2021-12-08T22:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-benjamin-pavard-je-suis-tres-content-pour-lille-1639003477_x600_articles-508046.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89751,17 +91479,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7f87a25e073be4fcdb152de60d1694e" + "hash": "6acb1947d3e1fa04c6f5b93d173bbaf1" }, { - "title": "Takehiro Tomiyasu, adaptation express à Arsenal", - "description": "Transféré de Bologne à Arsenal cet été, Takehiro Tomiyasu n'a pas attendu longtemps pour faire l'unanimité autour de lui, au point d'être l'un des meilleurs Gunners depuis le début de saison et un titulaire indiscutable à son poste d'arrière droit. La routine pour l'international japonais qui n'a laissé personne indifférent dans chaque club où il est passé.S'il fallait dresser un bilan à Arsenal après un tiers de saison et distribuer les bons points, Aaron Ramsdale, le…", - "content": "S'il fallait dresser un bilan à Arsenal après un tiers de saison et distribuer les bons points, Aaron Ramsdale, le…", + "title": "Jocelyn Gourvennec était habité par la qualification", + "description": "Une masterclass signée Gourvennec.
    \n
    \nLa qualification pour les huitièmes de finale de Ligue des champions à peine en poche, le coach lillois a réagi auprès de Canal+ : \"C'est une…

    ", + "content": "Une masterclass signée Gourvennec.
    \n
    \nLa qualification pour les huitièmes de finale de Ligue des champions à peine en poche, le coach lillois a réagi auprès de Canal+ : \"C'est une…

    ", "category": "", - "link": "https://www.sofoot.com/takehiro-tomiyasu-adaptation-express-a-arsenal-507722.html", + "link": "https://www.sofoot.com/jocelyn-gourvennec-etait-habite-par-la-qualification-508045.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-takehiro-tomiyasu-adaptation-express-a-arsenal-1638374968_x600_articles-alt-507722.jpg", + "pubDate": "2021-12-08T22:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jocelyn-gourvennec-etait-habite-par-la-qualification-1639003054_x600_articles-508045.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89771,17 +91499,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1488465def2ada6fb84672c83b0d505" + "hash": "7ad8b51299a81b6a3126ade1e3f8801e" }, { - "title": "Tactique : Ralf Rangnick est-il Manchester United compatible ?", - "description": "Arrivé à Manchester en début de semaine pour prendre la barre d'un navire qui ne sait comment ni vers quoi il navigue depuis plusieurs mois, Ralf Rangnick, 63 ans, maître à penser de toute une génération de coachs allemands, voit son accostage en Premier League être accompagné d'une vague d'optimisme. Le voilà surtout avec une mission cruciale : offrir à Manchester United une identité de jeu claire.Ralf Rangnick a une galerie de récits et de rencontres pour accompagner ses…", - "content": "Ralf Rangnick a une galerie de récits et de rencontres pour accompagner ses…", + "title": "Les notes de Lille face à Wolfsburg", + "description": "Lille a réussi là où le PSG a échoué : finir premier de son groupe de ligue des champions. Avec une performance collective de grande qualité, qui n'occulte pas la prestation XXL de Jonathan Ikoné, entre autres.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/tactique-ralf-rangnick-est-il-manchester-united-compatible-507636.html", + "link": "https://www.sofoot.com/les-notes-de-lille-face-a-wolfsburg-508039.html", "creator": "SO FOOT", - "pubDate": "2021-12-02T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tactique-ralf-rangnick-est-il-manchester-united-compatible-1638203801_x600_articles-alt-507636.jpg", + "pubDate": "2021-12-08T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-lille-face-a-wolfsburg-1639001000_x600_articles-alt-508039.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89791,17 +91519,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff5cba4e3fda8e023fa588e13d9290c0" + "hash": "3b21e23b28071e480f3faada834e569d" }, { - "title": "Bruno Genesio : \"On aurait dû être beaucoup plus patients\"", - "description": "Bruno Genesio est contrarié.
    \n
    \nLe technicien breton a vu son Stade rennais concéder sa première défaite depuis septembre contre Lille, ce mercredi soir. \"On a fait une très…

    ", - "content": "Bruno Genesio est contrarié.
    \n
    \nLe technicien breton a vu son Stade rennais concéder sa première défaite depuis septembre contre Lille, ce mercredi soir. \"On a fait une très…

    ", + "title": "Tottenham-Rennes n'aura pas lieu jeudi soir, un report ou un forfait envisagés", + "description": "Le Stade rennais peut rentrer à la maison.
    \n
    \nÀ la veille de la rencontre qui devait se tenir jeudi soir entre Tottenham et Rennes pour boucler la phase de groupes de Ligue Europa…

    ", + "content": "Le Stade rennais peut rentrer à la maison.
    \n
    \nÀ la veille de la rencontre qui devait se tenir jeudi soir entre Tottenham et Rennes pour boucler la phase de groupes de Ligue Europa…

    ", "category": "", - "link": "https://www.sofoot.com/bruno-genesio-on-aurait-du-etre-beaucoup-plus-patients-507751.html", + "link": "https://www.sofoot.com/tottenham-rennes-n-aura-pas-lieu-jeudi-soir-un-report-ou-un-forfait-envisages-508043.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T22:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bruno-genesio-on-aurait-du-etre-beaucoup-plus-patients-1638397206_x600_articles-507751.jpg", + "pubDate": "2021-12-08T22:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-rennes-n-aura-pas-lieu-jeudi-soir-un-report-ou-un-forfait-envisages-1639001696_x600_articles-508043.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89811,17 +91539,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "92d1c507164ec0ce8d66606cbd5226fd" + "hash": "e5e936929791dd4bee6a38df25f0aeba" }, { - "title": "Manchester City assure à Aston Villa", - "description": "

    ", - "content": "

    ", + "title": "Le Bayern Munich fesse et sort un FC Barcelone sans réaction", + "description": "Accroché à un maigre espoir de voir les huitièmes, le FC Barcelone de Xavi n'a presque pas existé à Munich (3-0, comme à l'aller) et prend logiquement la porte. Les Blaugrana, d'une manière quasiment inédite, iront revoir leur football dans la cour des petits, en C3. Le Bayern, lui, boucle un impressionnant carton plein dans ce groupe E.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/manchester-city-assure-a-aston-villa-507748.html", + "link": "https://www.sofoot.com/le-bayern-munich-fesse-et-sort-un-fc-barcelone-sans-reaction-508025.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T22:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-city-assure-a-aston-villa-1638397221_x600_articles-507748.jpg", + "pubDate": "2021-12-08T22:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-munich-fesse-et-sort-un-fc-barcelone-sans-reaction-1639001741_x600_articles-alt-508025.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89831,17 +91559,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "20087c7b75e1d0f607bdc96d9029b45e" + "hash": "d20a075ef1f82fb53e75b30322f2f008" }, { - "title": "Benzema offre les trois points au Real Madrid face à l'Athletic ", - "description": "

    ", - "content": "

    ", + "title": "Benfica écarte le Dynamo Kiev et se qualifie pour les huitièmes", + "description": "Non, Deniz Aytekin n'aura pas fait des siennes.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/benzema-offre-les-trois-points-au-real-madrid-face-a-l-athletic-507740.html", + "link": "https://www.sofoot.com/benfica-ecarte-le-dynamo-kiev-et-se-qualifie-pour-les-huitiemes-508013.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T22:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-benzema-offre-les-trois-points-au-real-madrid-face-a-l-athletic-1638396957_x600_articles-507740.jpg", + "pubDate": "2021-12-08T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-benfica-ecarte-le-dynamo-kiev-et-se-qualifie-pour-les-huitiemes-1639001489_x600_articles-508013.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89851,17 +91579,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "828af6f4e84682dfee2bfc839a80d016" + "hash": "aef90e50f5d21b512067f0fb4e6692e1" }, { - "title": "Liverpool gifle Everton à Goodison Park", - "description": "

    ", - "content": "

    ", + "title": "Les Young Boys accrochés par les kids de Manchester United", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/liverpool-gifle-everton-a-goodison-park-507743.html", + "link": "https://www.sofoot.com/les-young-boys-accroches-par-les-kids-de-manchester-united-508034.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T22:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-gifle-everton-a-goodison-park-1638396500_x600_articles-507743.jpg", + "pubDate": "2021-12-08T21:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-young-boys-accroches-par-les-kids-de-manchester-united-1639000839_x600_articles-508034.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89871,17 +91599,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c70a5cf2c2d77be17d0a3fd73230eb2" + "hash": "917f072e29245f1a4c772a6a89ab8590" }, { - "title": "Gourvennec : \"Ça faisait un moment qu'on n'avait pas gagné à l'extérieur\"", - "description": "Gourvennec est soulagé.
    \n
    \nVainqueur de Rennes en Bretagne (1-2), son LOSC retrouve enfin des couleurs en Ligue 1 après pratiquement deux mois sans le moindre succès. \"On apprécie,…

    ", - "content": "Gourvennec est soulagé.
    \n
    \nVainqueur de Rennes en Bretagne (1-2), son LOSC retrouve enfin des couleurs en Ligue 1 après pratiquement deux mois sans le moindre succès. \"On apprécie,…

    ", + "title": "Salzbourg pousse Séville dehors et se qualifie en huitièmes", + "description": "L'Autriche sera bien représentée à la table des grands.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/gourvennec-ca-faisait-un-moment-qu-on-n-avait-pas-gagne-a-l-exterieur-507750.html", + "link": "https://www.sofoot.com/salzbourg-pousse-seville-dehors-et-se-qualifie-en-huitiemes-508040.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T22:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gourvennec-ca-faisait-un-moment-qu-on-n-avait-pas-gagne-a-l-exterieur-1638398350_x600_articles-507750.jpg", + "pubDate": "2021-12-08T21:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-salzbourg-pousse-seville-dehors-et-se-qualifie-en-huitiemes-1639000740_x600_articles-508040.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89891,17 +91619,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8372d0ec8c0ec406ebe20b65a1e4a423" + "hash": "8e6a8b7e90ac7d9f96be0a46077677dc" }, { - "title": "Marseille enchaîne à Nantes et repasse dauphin", - "description": "

    ", - "content": "

    ", + "title": "Lille roule sur Wolfsbourg et se qualifie pour les huitièmes de la Ligue des champions !", + "description": "Dans le froid de Wolfsbourg, le LOSC s'est imposé en patron (1-3) pour composter son ticket lui donnant accès aux huitièmes de finale de la Ligue des champions. En terminant en tête du groupe G sur ce feu d'artifice, Lille montre qu'il n'a pas volé son statut de tête de série.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/marseille-enchaine-a-nantes-et-repasse-dauphin-507745.html", + "link": "https://www.sofoot.com/lille-roule-sur-wolfsbourg-et-se-qualifie-pour-les-huitiemes-de-la-ligue-des-champions-508021.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T22:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-marseille-enchaine-a-nantes-et-repasse-dauphin-1638396024_x600_articles-507745.jpg", + "pubDate": "2021-12-08T21:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lille-roule-sur-wolfsbourg-et-se-qualifie-pour-les-huitiemes-de-la-ligue-des-champions-1639001557_x600_articles-alt-508021.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89911,17 +91639,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "680cfa655dd86709375a20c02eef5bf4" + "hash": "ad7a40c20fdd0c17494c0573ba264adf" }, { - "title": "Clermont et Lens se partagent les points", - "description": "

    ", - "content": "

    ", + "title": "Affaire OL/OM : Lyon sanctionné d'un point, match à rejouer à huis clos", + "description": "Le verdict est tombé, et Jean-Michel Aulas peut l'avoir mauvaise.
    \n
    \nCe mercredi soir, la commission de discipline de la…

    ", + "content": "Le verdict est tombé, et Jean-Michel Aulas peut l'avoir mauvaise.
    \n
    \nCe mercredi soir, la commission de discipline de la…

    ", "category": "", - "link": "https://www.sofoot.com/clermont-et-lens-se-partagent-les-points-507747.html", + "link": "https://www.sofoot.com/affaire-ol-om-lyon-sanctionne-d-un-point-match-a-rejouer-a-huis-clos-508042.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T22:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-clermont-et-lens-se-partagent-les-points-1638396237_x600_articles-507747.jpg", + "pubDate": "2021-12-08T21:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-affaire-ol-om-lyon-sanctionne-d-un-point-match-a-rejouer-a-huis-clos-1638997799_x600_articles-508042.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89931,17 +91659,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1568a73fa6c6aa0e3b5729e82d188eb2" + "hash": "350f9846f6bf8fcd7942416edf46503a" }, { - "title": "Chelsea domine Watford, Leicester tenu en échec par Southampton", - "description": "

    ", - "content": "

    ", + "title": "Atalanta-Villarreal reporté !", + "description": "C'est la triste nouvelle du soir.
    \n
    \nLors de l'ultime journée de ce groupe F de la Ligue des champions 2021-2022, l'Atalanta et Villarreal devaient croiser le fer afin d'offrir un…

    ", + "content": "C'est la triste nouvelle du soir.
    \n
    \nLors de l'ultime journée de ce groupe F de la Ligue des champions 2021-2022, l'Atalanta et Villarreal devaient croiser le fer afin d'offrir un…

    ", "category": "", - "link": "https://www.sofoot.com/chelsea-domine-watford-leicester-tenu-en-echec-par-southampton-507749.html", + "link": "https://www.sofoot.com/atalanta-villarreal-reporte-508041.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-chelsea-domine-watford-leicester-tenu-en-echec-par-southampton-1638395994_x600_articles-507749.jpg", + "pubDate": "2021-12-08T20:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-atalanta-villarreal-reporte-1638996188_x600_articles-508041.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89951,17 +91679,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d709469b55b5e306f6203e459b519669" + "hash": "3a53afd89a122d3cf2c2bc4d1e420f7d" }, { - "title": "Lille fait tomber Rennes", - "description": "

    ", - "content": "

    ", + "title": "Le Zénith arrache un match nul spectaculaire face à Chelsea", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/lille-fait-tomber-rennes-507741.html", + "link": "https://www.sofoot.com/le-zenith-arrache-un-match-nul-spectaculaire-face-a-chelsea-507966.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lille-fait-tomber-rennes-1638396217_x600_articles-507741.jpg", + "pubDate": "2021-12-08T19:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-zenith-arrache-un-match-nul-spectaculaire-face-a-chelsea-1638993167_x600_articles-507966.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89971,17 +91699,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58637350c0b3b233a354aa30063b80d9" + "hash": "cc85196ee60789c192f92cef1d675f4f" }, { - "title": "Paris se heurte à Nice", - "description": "Maître du jeu face à l'OGC Nice, Paris a eu beau tenter d'accélérer en seconde période, il n'a pas réussi à trouver la faille dans la défense azuréenne. Battus samedi par Metz, les Aiglons sont les premiers à mettre en échec le PSG au Parc des Princes en Ligue 1 depuis le début de la saison.

    ", - "content": "

    ", + "title": "En direct : Wolfsburg - Lille ", + "description": "94' : FIN DE CHANTIER ! Lille s'impose d'une très belle manière sur la pelouse de Wolfsburg ...", + "content": "94' : FIN DE CHANTIER ! Lille s'impose d'une très belle manière sur la pelouse de Wolfsburg ...", "category": "", - "link": "https://www.sofoot.com/paris-se-heurte-a-nice-507727.html", + "link": "https://www.sofoot.com/en-direct-wolfsburg-lille-508038.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paris-se-heurte-a-nice-1638396107_x600_articles-alt-507727.jpg", + "pubDate": "2021-12-08T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-wolfsburg-lille-1638997068_x600_articles-alt-508038.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -89991,17 +91719,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a25fc0ffa274af6aff141ac83c0b478a" + "hash": "2e0c8aa99c3f590e0b79588298cc3184" }, { - "title": "Reims punit l'OL sur le gong", - "description": "

    ", - "content": "

    ", + "title": "La Juventus bat Malmö et termine en tête de son groupe", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/reims-punit-l-ol-sur-le-gong-507707.html", + "link": "https://www.sofoot.com/la-juventus-bat-malmo-et-termine-en-tete-de-son-groupe-508037.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-reims-punit-l-ol-sur-le-gong-1638396091_x600_articles-507707.jpg", + "pubDate": "2021-12-08T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-juventus-bat-malmo-et-termine-en-tete-de-son-groupe-1638993415_x600_articles-508037.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90011,17 +91739,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b759d49b61877dbee82db6fa0e7ca523" + "hash": "6f1c5e597839396e50608e9e5bf08cc3" }, { - "title": "Junior Messias met Milan à l'abri du Genoa", - "description": "

    ", - "content": "

    ", + "title": "En direct : Bayern Munich - Barcelone", + "description": "94' : IT'S OVER ! LE BARÇA EST REVERSÉ EN C3 !
    \n
    \n3-0 sans faire le moindre effort, c'est effarant ...", + "content": "94' : IT'S OVER ! LE BARÇA EST REVERSÉ EN C3 !
    \n
    \n3-0 sans faire le moindre effort, c'est effarant ...", "category": "", - "link": "https://www.sofoot.com/junior-messias-met-milan-a-l-abri-du-genoa-507746.html", + "link": "https://www.sofoot.com/en-direct-bayern-munich-barcelone-507970.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-junior-messias-met-milan-a-l-abri-du-genoa-1638395022_x600_articles-507746.jpg", + "pubDate": "2021-12-08T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-bayern-munich-barcelone-1638998471_x600_articles-alt-507970.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90031,17 +91759,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b677f34cee7a98680a2d2c166a557c18" + "hash": "153167a448301d3c628899db78c56e02" }, { - "title": "Naples freiné à Sassuolo", - "description": "

    ", - "content": "

    ", + "title": "Le PSG écrabouille Kharkiv grâce à Bachmann et Huitema", + "description": "

    Kharkiv Zhylobud 0-6 Paris Saint-Germain féminines ", + "content": "

    Kharkiv Zhylobud 0-6 Paris Saint-Germain féminines ", "category": "", - "link": "https://www.sofoot.com/naples-freine-a-sassuolo-507738.html", + "link": "https://www.sofoot.com/le-psg-ecrabouille-kharkiv-grace-a-bachmann-et-huitema-508006.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-naples-freine-a-sassuolo-1638395532_x600_articles-507738.jpg", + "pubDate": "2021-12-08T19:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-psg-ecrabouille-kharkiv-grace-a-bachmann-et-huitema-1638992834_x600_articles-508006.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90051,17 +91779,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "151a83491e9afc86a49d3436d453e290" + "hash": "c06d602a0b6f71aae2e8b8b45de6dabd" }, { - "title": "Les Girondins prennent l'eau à Strasbourg", - "description": "

    ", - "content": "

    ", + "title": "L'ancien international français Jacques Zimako est mort", + "description": "La Corse et la Nouvelle-Calédonie perdent une légende.
    \n
    \nL'ancien international français Jacques Zimako est décédé ce mercredi, à l'âge de 69 ans.
    ", + "content": "La Corse et la Nouvelle-Calédonie perdent une légende.
    \n
    \nL'ancien international français Jacques Zimako est décédé ce mercredi, à l'âge de 69 ans.
    ", "category": "", - "link": "https://www.sofoot.com/les-girondins-prennent-l-eau-a-strasbourg-507744.html", + "link": "https://www.sofoot.com/l-ancien-international-francais-jacques-zimako-est-mort-508032.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T20:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-girondins-prennent-l-eau-a-strasbourg-1638388935_x600_articles-507744.jpg", + "pubDate": "2021-12-08T17:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-ancien-international-francais-jacques-zimako-est-mort-1638983778_x600_articles-508032.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90071,17 +91799,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0eb7510d4de1bf5fdfbb481b4c01c62" + "hash": "016d39e5c3b4da435aacb7952117f2ba" }, { - "title": "Montpellier se relance à Metz", - "description": "

    ", - "content": "

    ", + "title": "Zltako Dalić poursuit l'aventure à la tête de la Croatie", + "description": "On va pouvoir continuer de regarder les œuvres de Dalić avec la Croatie.
    \n
    \nDéjà en poste depuis 2017, Zlatko Dalić continue son aventure à la tête des Vatreni jusqu'à l'Euro…

    ", + "content": "On va pouvoir continuer de regarder les œuvres de Dalić avec la Croatie.
    \n
    \nDéjà en poste depuis 2017, Zlatko Dalić continue son aventure à la tête des Vatreni jusqu'à l'Euro…

    ", "category": "", - "link": "https://www.sofoot.com/montpellier-se-relance-a-metz-507739.html", + "link": "https://www.sofoot.com/zltako-dalic-poursuit-l-aventure-a-la-tete-de-la-croatie-508033.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T20:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-montpellier-se-relance-a-metz-1638385831_x600_articles-507739.jpg", + "pubDate": "2021-12-08T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-zltako-dalic-poursuit-l-aventure-a-la-tete-de-la-croatie-1638983242_x600_articles-508033.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90091,17 +91819,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f23b709c85bc6bd07eec52e4d3cfa29" + "hash": "34b645ab4c04f490918fb9e92b0bc500" }, { - "title": "Troyes cuisine Lorient", - "description": "

    ", - "content": "

    ", + "title": "Jorge Sampaoli : \"Marseille ne supporte pas le juste milieu\"", + "description": "On se console comme on peut à l'OM.
    \n
    \nCe jeudi soir (21h), Marseille reçoit le Lokomotiv Moscou pour tenter d'accéder à la phase finale de Ligue Europa Conférence. Une maigre…

    ", + "content": "On se console comme on peut à l'OM.
    \n
    \nCe jeudi soir (21h), Marseille reçoit le Lokomotiv Moscou pour tenter d'accéder à la phase finale de Ligue Europa Conférence. Une maigre…

    ", "category": "", - "link": "https://www.sofoot.com/troyes-cuisine-lorient-507706.html", + "link": "https://www.sofoot.com/jorge-sampaoli-marseille-ne-supporte-pas-le-juste-milieu-508030.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T20:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-troyes-cuisine-lorient-1638387053_x600_articles-507706.jpg", + "pubDate": "2021-12-08T16:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jorge-sampaoli-marseille-ne-supporte-pas-le-juste-milieu-1638982013_x600_articles-508030.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90111,17 +91839,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "cff809d1e4f19708cc9b8d55053c1dbc" + "hash": "85e277bb94acf2d132d2c2a6035ef87b" }, { - "title": "Monaco calme Angers", - "description": "

    ", - "content": "

    ", + "title": "Pelé de retour à l'hôpital pour traiter sa tumeur", + "description": "Le Roi s'accroche.
    \n
    \nPelé est retourné à l'hôpital pour traiter son cancer du côlon. Alors que ses visites à l'hôpital se font de plus en plus fréquentes, les nouvelles se veulent…

    ", + "content": "Le Roi s'accroche.
    \n
    \nPelé est retourné à l'hôpital pour traiter son cancer du côlon. Alors que ses visites à l'hôpital se font de plus en plus fréquentes, les nouvelles se veulent…

    ", "category": "", - "link": "https://www.sofoot.com/monaco-calme-angers-507736.html", + "link": "https://www.sofoot.com/pele-de-retour-a-l-hopital-pour-traiter-sa-tumeur-508028.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T19:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-monaco-calme-angers-1638388659_x600_articles-507736.jpg", + "pubDate": "2021-12-08T16:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pele-de-retour-a-l-hopital-pour-traiter-sa-tumeur-1638980851_x600_articles-508028.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90131,17 +91859,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5eb23c97e9887a79fec3220205ff0630" + "hash": "c329aed4ffa6c13256a48723de60ae6d" }, { - "title": "Pronostic Union Berlin Leipzig : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Un Union Berlin – Leipzig avec des buts de chaque côté

    \n
    \nPour lancer la 14e journée de Bundesliga, l'Union Berlin reçoit le RB Leipzig.…
    ", - "content": "

    Un Union Berlin – Leipzig avec des buts de chaque côté

    \n
    \nPour lancer la 14e journée de Bundesliga, l'Union Berlin reçoit le RB Leipzig.…
    ", + "title": "Vincent Labrune : \"La Ligue 1 deviendra le championnat de Slovénie\"", + "description": "La Ljig des talents.
    \n
    \nLe président de la LFP, Vincent Labrune, était présent ce mercredi matin devant la commission de la culture, de l'éducation et de la communication du Sénat pour…

    ", + "content": "La Ljig des talents.
    \n
    \nLe président de la LFP, Vincent Labrune, était présent ce mercredi matin devant la commission de la culture, de l'éducation et de la communication du Sénat pour…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-union-berlin-leipzig-analyse-cotes-et-prono-du-match-de-bundesliga-507735.html", + "link": "https://www.sofoot.com/vincent-labrune-la-ligue-1-deviendra-le-championnat-de-slovenie-508027.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T17:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-union-berlin-leipzig-analyse-cotes-et-prono-du-match-de-bundesliga-1638381264_x600_articles-507735.jpg", + "pubDate": "2021-12-08T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vincent-labrune-la-ligue-1-deviendra-le-championnat-de-slovenie-1638980508_x600_articles-508027.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90151,17 +91879,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "72b5a73fb4260887d88a2abdbab8b7b3" + "hash": "98164ee25a8510f9a7ff4ac6c0482a69" }, { - "title": "Pronostic Grenade Alaves : Analyse, cotes et prono du match de Liga", - "description": "

    Alaves réussit un coup à Grenade

    \n
    \nQuart de finaliste de la dernière Europa League, Grenade connait une entame de Liga loin de correspondre aux…
    ", - "content": "

    Alaves réussit un coup à Grenade

    \n
    \nQuart de finaliste de la dernière Europa League, Grenade connait une entame de Liga loin de correspondre aux…
    ", + "title": "Antonio Conte a \"un peu peur\" de jouer contre Rennes à cause de l'épidémie de Covid à Tottenham", + "description": "Spur sur la ville.
    \n
    \nÀ quelques heures d'affronter le Stade rennais ce jeudi en Ligue Europa Conférence, Tottenham se retrouve décimé à cause de la contagion de la Covid-19 au…

    ", + "content": "Spur sur la ville.
    \n
    \nÀ quelques heures d'affronter le Stade rennais ce jeudi en Ligue Europa Conférence, Tottenham se retrouve décimé à cause de la contagion de la Covid-19 au…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-grenade-alaves-analyse-cotes-et-prono-du-match-de-liga-507734.html", + "link": "https://www.sofoot.com/antonio-conte-a-un-peu-peur-de-jouer-contre-rennes-a-cause-de-l-epidemie-de-covid-a-tottenham-508026.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T17:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-grenade-alaves-analyse-cotes-et-prono-du-match-de-liga-1638380295_x600_articles-507734.jpg", + "pubDate": "2021-12-08T15:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-antonio-conte-a-un-peu-peur-de-jouer-contre-rennes-a-cause-de-l-epidemie-de-covid-a-tottenham-1638978075_x600_articles-508026.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90171,17 +91899,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a0f3570d30d315ee51a29b8617f47bb" + "hash": "eb01be72e0a48e0b5f94a190c74b9a2f" }, { - "title": "Pronostic Manchester United Arsenal : Analyse, cotes et prono du match de Premier League", - "description": "

    Manchester United – Arsenal : une 1ière victorieuse pour Rangnick

    \n
    \nAprès avoir connu plusieurs résultats décevants ces dernières semaines, Ole…
    ", - "content": "

    Manchester United – Arsenal : une 1ière victorieuse pour Rangnick

    \n
    \nAprès avoir connu plusieurs résultats décevants ces dernières semaines, Ole…
    ", + "title": "Vrsaljko a joué 60 minutes avec la mâchoire fracturée", + "description": "Pour le coup, valait mieux ne pas serrer les dents.
    \n
    \nŠime Vrsaljko n'a pas vraiment eu l'occasion de jouer cette saison du côté de l'Atlético de Diego Simeone (6 matchs, 1 but en…

    ", + "content": "Pour le coup, valait mieux ne pas serrer les dents.
    \n
    \nŠime Vrsaljko n'a pas vraiment eu l'occasion de jouer cette saison du côté de l'Atlético de Diego Simeone (6 matchs, 1 but en…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-manchester-united-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-507733.html", + "link": "https://www.sofoot.com/vrsaljko-a-joue-60-minutes-avec-la-machoire-fracturee-508024.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T17:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-1638379419_x600_articles-507733.jpg", + "pubDate": "2021-12-08T15:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vrsaljko-a-joue-60-minutes-avec-la-machoire-fracturee-1638977528_x600_articles-508024.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90191,17 +91919,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "651ae6336274cd0df113b161b6ce18d3" + "hash": "3003783929ed85349b5cdc30244a76b3" }, { - "title": "Pronostic Tottenham Brentford : Analyse, cotes et prono du match de Premier League", - "description": "

    Tottenham piégé par Brentford

    \n
    \nArrivé pour succéder à Nuno Espirito Santo, Antonio Conte ne s'attendait pas à une tâche si compliquée à la…
    ", - "content": "

    Tottenham piégé par Brentford

    \n
    \nArrivé pour succéder à Nuno Espirito Santo, Antonio Conte ne s'attendait pas à une tâche si compliquée à la…
    ", + "title": "Les supporters de Benfica créent un site pour renvoyer virtuellement Jorge Jesus à Flamengo", + "description": "Les supporters ont du talent.
    \n
    \nTotalement dépassé dans le derby de Lisbonne ce samedi contre…

    ", + "content": "Les supporters ont du talent.
    \n
    \nTotalement dépassé dans le derby de Lisbonne ce samedi contre…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-tottenham-brentford-analyse-cotes-et-prono-du-match-de-premier-league-507732.html", + "link": "https://www.sofoot.com/les-supporters-de-benfica-creent-un-site-pour-renvoyer-virtuellement-jorge-jesus-a-flamengo-508023.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T16:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-brentford-analyse-cotes-et-prono-du-match-de-premier-league-1638379003_x600_articles-507732.jpg", + "pubDate": "2021-12-08T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-supporters-de-benfica-creent-un-site-pour-renvoyer-virtuellement-jorge-jesus-a-flamengo-1638975640_x600_articles-508023.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90211,17 +91939,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c2418c74b06a2760b2a686344887070" + "hash": "15be4b9bb472774f4d6601587ed5b133" }, { - "title": "Todibo devait \"lever le pied\" quand il défendait sur Messi au Barça", - "description": "Ce soir, le monstre ne fera pas semblant face à l'Argentin.
    \n
    \nOui. D'accord. Si vous voulez. Leo Messi a remporté un…

    ", - "content": "Ce soir, le monstre ne fera pas semblant face à l'Argentin.
    \n
    \nOui. D'accord. Si vous voulez. Leo Messi a remporté un…

    ", + "title": "Une vidéo montre qu'au moins huit projectiles ont été lancés vers Dimitri Payet ", + "description": "Les défenseurs de l'acte isolé en PLS.
    \n
    \nCe mercredi, tous les yeux sont rivés vers la commission de discipline qui rendra son verdict concernant les sanctions prises à la suite
    ", + "content": "Les défenseurs de l'acte isolé en PLS.
    \n
    \nCe mercredi, tous les yeux sont rivés vers la commission de discipline qui rendra son verdict concernant les sanctions prises à la suite
    ", "category": "", - "link": "https://www.sofoot.com/todibo-devait-lever-le-pied-quand-il-defendait-sur-messi-au-barca-507731.html", + "link": "https://www.sofoot.com/une-video-montre-qu-au-moins-huit-projectiles-ont-ete-lances-vers-dimitri-payet-508022.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T16:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-todibo-devait-lever-le-pied-quand-il-defendait-sur-messi-au-barca-1638379989_x600_articles-507731.jpg", + "pubDate": "2021-12-08T14:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-video-montre-qu-au-moins-huit-projectiles-ont-ete-lances-vers-dimitri-payet-1638972832_x600_articles-508022.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90231,17 +91959,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "be0f9fe56d3276954c0bb1acdfda7183" + "hash": "ae6f31fa7ec4b1c35a576c86e49e9015" }, { - "title": "Le Sommer sur ses non-sélections : \"Je n'ai pas forcément compris\"", - "description": "Le Sommer amère.
    \n
    \nDepuis plusieurs mois, les relations entre les joueuses de l'équipe de France et Corinne Diacre ne sont pas au beau fixe. Plusieurs cadres ont été écartées de la…

    ", - "content": "Le Sommer amère.
    \n
    \nDepuis plusieurs mois, les relations entre les joueuses de l'équipe de France et Corinne Diacre ne sont pas au beau fixe. Plusieurs cadres ont été écartées de la…

    ", + "title": "L'US Concarneau se désespère de ne pas avoir de terrain synthétique", + "description": "Bientôt, l'US Concarneau devra s'entraîner au five.
    \n
    \nL'US Concarneau se retrouve dans l'embarras au moment de trouver un terrain d'entraînement pour l'ensemble de ses catégories. En…

    ", + "content": "Bientôt, l'US Concarneau devra s'entraîner au five.
    \n
    \nL'US Concarneau se retrouve dans l'embarras au moment de trouver un terrain d'entraînement pour l'ensemble de ses catégories. En…

    ", "category": "", - "link": "https://www.sofoot.com/le-sommer-sur-ses-non-selections-je-n-ai-pas-forcement-compris-507729.html", + "link": "https://www.sofoot.com/l-us-concarneau-se-desespere-de-ne-pas-avoir-de-terrain-synthetique-508020.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T16:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-sommer-sur-ses-non-selections-je-n-ai-pas-forcement-compris-1638379917_x600_articles-507729.jpg", + "pubDate": "2021-12-08T13:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-us-concarneau-se-desespere-de-ne-pas-avoir-de-terrain-synthetique-1638972307_x600_articles-508020.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90251,17 +91979,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b27f45056b6f9978ed7eb275cb19eb7" + "hash": "416aa121504584358eaf8aefa9872ec5" }, { - "title": "Pronostic Lazio Udinese : Analyse, cotes et prono du match de Serie A", - "description": "

    La Lazio à la relance face à l'Udinese

    \n
    \nDans le cadre de la 15e journée de Serie A, la Lazio de Rome reçoit l'Udinese. A l'orée de…
    ", - "content": "

    La Lazio à la relance face à l'Udinese

    \n
    \nDans le cadre de la 15e journée de Serie A, la Lazio de Rome reçoit l'Udinese. A l'orée de…
    ", + "title": "Gonzalo Plata (Valladolid) provoque un accident de voiture totalement alcoolisé", + "description": "Plata o Alcohol ?
    \n
    \n06h45, Valladolid. Entre les rues Fray Luis de León et López Gómez au centre de la ville de Christophe Colomb, les sirènes de police et d'ambulance…

    ", + "content": "Plata o Alcohol ?
    \n
    \n06h45, Valladolid. Entre les rues Fray Luis de León et López Gómez au centre de la ville de Christophe Colomb, les sirènes de police et d'ambulance…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lazio-udinese-analyse-cotes-et-prono-du-match-de-serie-a-507730.html", + "link": "https://www.sofoot.com/gonzalo-plata-valladolid-provoque-un-accident-de-voiture-totalement-alcoolise-508019.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T16:29:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lazio-udinese-analyse-cotes-et-prono-du-match-de-serie-a-1638378251_x600_articles-507730.jpg", + "pubDate": "2021-12-08T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gonzalo-plata-valladolid-provoque-un-accident-de-voiture-totalement-alcoolise-1638969020_x600_articles-508019.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90271,17 +91999,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "516c5f3e051dd2fdf3826d5e5c6e77e5" + "hash": "1e2be1efff7da6efec79f0c9fc81e357" }, { - "title": "Dortmund-Bayern se jouera finalement à huis clos", - "description": "L'étau se resserre.
    \n
    \nAlors que l'Allemagne est littéralement frappée par une recrudescence des cas de Covid, les dirigeants du Borussia Dortmund ont pris les devants. Prévu dans un…

    ", - "content": "L'étau se resserre.
    \n
    \nAlors que l'Allemagne est littéralement frappée par une recrudescence des cas de Covid, les dirigeants du Borussia Dortmund ont pris les devants. Prévu dans un…

    ", + "title": "Les phrases que vous allez entendre lors de Bayern-Barça", + "description": "Ce soir, c'est un classique qui a pris dernièrement des airs de show fétichiste qui se joue sur les antennes de beIN SPORTS : Bayern-Barça. Alors que les Allemands sont déjà qualifiés, le Barça joue lui sa survie. Et les phrases suivantes risquent d'être prononcées dans un micro.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/dortmund-bayern-se-jouera-finalement-a-huis-clos-507721.html", + "link": "https://www.sofoot.com/les-phrases-que-vous-allez-entendre-lors-de-bayern-barca-508004.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T16:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-dortmund-bayern-se-jouera-finalement-a-huis-clos-1638376233_x600_articles-507721.jpg", + "pubDate": "2021-12-08T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-phrases-que-vous-allez-entendre-lors-de-bayern-barca-1638955771_x600_articles-alt-508004.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90291,17 +92019,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7523d6aaa1a4f34b8aacf23088bef76b" + "hash": "3c98a1608f16bc6080cc1eab4493b9eb" }, { - "title": "Umtiti s'en prend à des supporters montés sur le capot de sa voiture", - "description": "Big Sam dans tous les mauvais coups.
    \n
    \nC'est une saison cauchemardesque de A à Z pour Samuel Umtiti. Mis au placard au FC Barcelone, le Français n'entrait pas dans les plans de Ronald…

    ", - "content": "Big Sam dans tous les mauvais coups.
    \n
    \nC'est une saison cauchemardesque de A à Z pour Samuel Umtiti. Mis au placard au FC Barcelone, le Français n'entrait pas dans les plans de Ronald…

    ", + "title": "Johan Djourou : \"J'ai toujours fait le comédien à la maison\"", + "description": "Ancien grand espoir du football helvétique, Johan Djourou a terminé sa formation à Arsenal avant de bourlinguer aux quatre coins de l'Europe jusqu'à l'année dernière. Fier représentant de la Nati dont il a porté le maillot à 76 reprises, celui qui est né en Côte d'Ivoire officie aujourd'hui comme consultant sur RMC Sport les soirs de Ligue des champions. Mais Johan Djourou a plein d'autres choses sur lesquelles se confier. Entre autres, sa passion pour la scène, sa double culture, son amour pour Londres et tous les projets qui vont désormais jalonner son après-carrière.Ce mercredi, Chelsea se déplace à Saint-Pétersbourg pour affronter le Zénith. Tu as un point commun avec un joueur des Blues, Malang Sarr, puisque vous avez tous les…", + "content": "Ce mercredi, Chelsea se déplace à Saint-Pétersbourg pour affronter le Zénith. Tu as un point commun avec un joueur des Blues, Malang Sarr, puisque vous avez tous les…", "category": "", - "link": "https://www.sofoot.com/umtiti-s-en-prend-a-des-supporters-montes-sur-le-capot-de-sa-voiture-507724.html", + "link": "https://www.sofoot.com/johan-djourou-j-ai-toujours-fait-le-comedien-a-la-maison-507998.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T15:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-umtiti-s-en-prend-a-des-supporters-montes-sur-le-capot-de-sa-voiture-1638375597_x600_articles-507724.jpg", + "pubDate": "2021-12-08T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-johan-djourou-j-ai-toujours-fait-le-comedien-a-la-maison-1638968643_x600_articles-alt-507998.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90311,17 +92039,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a3c2a3a68d8581bcc943403cc4373d5" + "hash": "e3e493cb9e3b580b52e787574a5b7a71" }, { - "title": "L'OM s'engage à condamner fermement les propos tenus à l'égard de Hyun-Jun Suk", - "description": "Union sacrée.
    \n
    \n\"Après écoute des enregistrements de la rencontre OM-ESTAC, l'Olympique de Marseille se joint au club troyen pour condamner fermement les propos tenus à l'égard…

    ", - "content": "Union sacrée.
    \n
    \n\"Après écoute des enregistrements de la rencontre OM-ESTAC, l'Olympique de Marseille se joint au club troyen pour condamner fermement les propos tenus à l'égard…

    ", + "title": "Pronostic Tottenham Rennes : Analyse, cotes et prono du match de Ligue Europa Conférence", + "description": "

    Tottenham s'impose face à un Rennes déjà qualifié

    \n
    \nDans ce groupe G de Conference League, Tottenham faisait figure de grand favori. En difficulté à…
    ", + "content": "

    Tottenham s'impose face à un Rennes déjà qualifié

    \n
    \nDans ce groupe G de Conference League, Tottenham faisait figure de grand favori. En difficulté à…
    ", "category": "", - "link": "https://www.sofoot.com/l-om-s-engage-a-condamner-fermement-les-propos-tenus-a-l-egard-de-hyun-jun-suk-507718.html", + "link": "https://www.sofoot.com/pronostic-tottenham-rennes-analyse-cotes-et-prono-du-match-de-ligue-europa-conference-508018.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T14:36:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-om-s-engage-a-condamner-fermement-les-propos-tenus-a-l-egard-de-hyun-jun-suk-1638371608_x600_articles-507718.jpg", + "pubDate": "2021-12-08T12:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-rennes-analyse-cotes-et-prono-du-match-de-ligue-europa-conference-1638966077_x600_articles-508018.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90331,17 +92059,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d14985478ac9e5b86178a3f9010a7143" + "hash": "910cad7e3fa875c6c98287db5608d761" }, { - "title": "Sarina Wiegman insatisfaite des scores fleuves dans le football féminin", - "description": "Une déculottée et des interrogations.
    \n
    \nL'équipe féminine anglaise a atomisé la Lettonie (20-0) ce mardi soir à Doncaster dans le cadre des qualifications pour le Mondial 2023. Si…

    ", - "content": "Une déculottée et des interrogations.
    \n
    \nL'équipe féminine anglaise a atomisé la Lettonie (20-0) ce mardi soir à Doncaster dans le cadre des qualifications pour le Mondial 2023. Si…

    ", + "title": "Roland Romeyer ne comprend pas \"les réactions de quelques abrutis\"", + "description": "Et inversement, visiblement.
    \n
    \nLa débâcle subie ce dimanche par Saint-Étienne dans…

    ", + "content": "Et inversement, visiblement.
    \n
    \nLa débâcle subie ce dimanche par Saint-Étienne dans…

    ", "category": "", - "link": "https://www.sofoot.com/sarina-wiegman-insatisfaite-des-scores-fleuves-dans-le-football-feminin-507720.html", + "link": "https://www.sofoot.com/roland-romeyer-ne-comprend-pas-les-reactions-de-quelques-abrutis-508012.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T14:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sarina-wiegman-insatisfaite-des-scores-fleuves-dans-le-football-feminin-1638375034_x600_articles-507720.jpg", + "pubDate": "2021-12-08T12:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-roland-romeyer-ne-comprend-pas-les-reactions-de-quelques-abrutis-1638965030_x600_articles-508012.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90351,17 +92079,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a295cca6225c59d2b40d0165031393a2" + "hash": "6c521bb304e5acbdc0e7904ffc1b16bf" }, { - "title": "Le FC Barcelone fixe une deadline à Ousmane Dembélé pour prolonger", - "description": "Tic tac, tic tac...
    \n
    \nDe retour sur les pelouses depuis le début du mois de novembre après une série de blessures, Ousmane Dembélé
    ", - "content": "Tic tac, tic tac...
    \n
    \nDe retour sur les pelouses depuis le début du mois de novembre après une série de blessures, Ousmane Dembélé
    ", + "title": "Pronostic Naples Leicester : Analyse, cotes et prono du match de Ligue Europa", + "description": "

    Naples se qualifie face à Leicester

    \n
    \nLe groupe C de l'Europa League était relevé avec des formations comme le Napoli, Leicester, le Spartak Moscou…
    ", + "content": "

    Naples se qualifie face à Leicester

    \n
    \nLe groupe C de l'Europa League était relevé avec des formations comme le Napoli, Leicester, le Spartak Moscou…
    ", "category": "", - "link": "https://www.sofoot.com/le-fc-barcelone-fixe-une-deadline-a-ousmane-dembele-pour-prolonger-507719.html", + "link": "https://www.sofoot.com/pronostic-naples-leicester-analyse-cotes-et-prono-du-match-de-ligue-europa-508017.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T14:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-fc-barcelone-fixe-une-deadline-a-ousmane-dembele-pour-prolonger-1638374850_x600_articles-507719.jpg", + "pubDate": "2021-12-08T11:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-naples-leicester-analyse-cotes-et-prono-du-match-de-ligue-europa-1638965490_x600_articles-508017.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90371,17 +92099,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "344d1a7de82cadf0b190d2d96e479037" + "hash": "eb41866f8faeedd30f518e52c2caa8eb" }, { - "title": "Patrick Partouche ne veut pas collaborer avec le président de Valenciennes", - "description": "Il a finalement placé ses jetons sur le noir plutôt que le rouge.
    \n
    \nLe casinotier Patrick Partouche, actionnaire minoritaire de Valenciennes, ne partira pas en vacances avec l'actuel…

    ", - "content": "Il a finalement placé ses jetons sur le noir plutôt que le rouge.
    \n
    \nLe casinotier Patrick Partouche, actionnaire minoritaire de Valenciennes, ne partira pas en vacances avec l'actuel…

    ", + "title": "Pronostic Sturm Graz Monaco : Analyse, cotes et prono du match de Ligue Europa", + "description": "

    Monaco enchaîne face au Sturm Graz

    \n
    \nAvec 1 point au compteur, le Sturm Graz est éliminé de l'Europa League et ne joue plus rien, même pas la…
    ", + "content": "

    Monaco enchaîne face au Sturm Graz

    \n
    \nAvec 1 point au compteur, le Sturm Graz est éliminé de l'Europa League et ne joue plus rien, même pas la…
    ", "category": "", - "link": "https://www.sofoot.com/patrick-partouche-ne-veut-pas-collaborer-avec-le-president-de-valenciennes-507715.html", + "link": "https://www.sofoot.com/pronostic-sturm-graz-monaco-analyse-cotes-et-prono-du-match-de-ligue-europa-508016.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T13:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-patrick-partouche-ne-veut-pas-collaborer-avec-le-president-de-valenciennes-1638369397_x600_articles-507715.jpg", + "pubDate": "2021-12-08T11:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-sturm-graz-monaco-analyse-cotes-et-prono-du-match-de-ligue-europa-1638965057_x600_articles-508016.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90391,17 +92119,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b63dc152e4d9d692944b9adc46ef9cba" + "hash": "3954c0798a859f5cb4fb6b83b4ec86ba" }, { - "title": "Le Graët : \"Je ne ferai pas attendre Zidane\"", - "description": "Paris, Manchester United, l'équipe de France... Zizou se fait désirer.
    \n
    \nÀ moins d'un an du début du Mondial 2022, les rumeurs vont bon train sur la succession de Didier Deschamps à…

    ", - "content": "Paris, Manchester United, l'équipe de France... Zizou se fait désirer.
    \n
    \nÀ moins d'un an du début du Mondial 2022, les rumeurs vont bon train sur la succession de Didier Deschamps à…

    ", + "title": "Pronostic Lyon Glasgow Rangers : Analyse, cotes et prono du match de Ligue Europa", + "description": "

    Lyon poursuit son sans-faute face aux Glasgow Rangers

    \n
    \nAprès un an d'absence en Europe et sa demi-finale de Ligue des Champions face au Bayern Munich,…
    ", + "content": "

    Lyon poursuit son sans-faute face aux Glasgow Rangers

    \n
    \nAprès un an d'absence en Europe et sa demi-finale de Ligue des Champions face au Bayern Munich,…
    ", "category": "", - "link": "https://www.sofoot.com/le-graet-je-ne-ferai-pas-attendre-zidane-507716.html", + "link": "https://www.sofoot.com/pronostic-lyon-glasgow-rangers-analyse-cotes-et-prono-du-match-de-ligue-europa-508014.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T13:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-graet-je-ne-ferai-pas-attendre-zidane-1638369630_x600_articles-507716.jpg", + "pubDate": "2021-12-08T11:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lyon-glasgow-rangers-analyse-cotes-et-prono-du-match-de-ligue-europa-1638964540_x600_articles-508014.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90411,17 +92139,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5a60f0e5a982166e891868138f50f1e" + "hash": "e792e03694f0cbf58d0781ab4fb1a116" }, { - "title": "Portugal : Tondela pourrait se présenter avec 7 joueurs face à Moreirense ce week-end", - "description": "Comme un air de déjà-vu.
    \n
    \nSix. Ils ne sont plus que six joueurs à pouvoir jouer le match face à Moreirense prévu samedi prochain. Rodrigo Miguel, Rúben Gonçalves, Alcobia, Martim,…

    ", - "content": "Comme un air de déjà-vu.
    \n
    \nSix. Ils ne sont plus que six joueurs à pouvoir jouer le match face à Moreirense prévu samedi prochain. Rodrigo Miguel, Rúben Gonçalves, Alcobia, Martim,…

    ", + "title": "Domenico Tedesco en pôle pour diriger le RB Leipzig ", + "description": "Le prochain entraîneur de Leipzig et donc du Bayern pourrait être trouvé.
    \n
    \nBien que
    ", + "content": "Le prochain entraîneur de Leipzig et donc du Bayern pourrait être trouvé.
    \n
    \nBien que
    ", "category": "", - "link": "https://www.sofoot.com/portugal-tondela-pourrait-se-presenter-avec-7-joueurs-face-a-moreirense-ce-week-end-507714.html", + "link": "https://www.sofoot.com/domenico-tedesco-en-pole-pour-diriger-le-rb-leipzig-508011.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T13:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-portugal-tondela-pourrait-se-presenter-avec-7-joueurs-face-a-moreirense-ce-week-end-1638368591_x600_articles-507714.jpg", + "pubDate": "2021-12-08T11:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-domenico-tedesco-en-pole-pour-diriger-le-rb-leipzig-1638962471_x600_articles-508011.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90431,17 +92159,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c7e24998b4a46da122297e4b8f4b650" + "hash": "d8edd6dc71f83ecfc9549731611d0c35" }, { - "title": "Le problème des tribunes en Ligue 1 : \"Le dialogue en France est cité en exemple en Europe\"", - "description": "Le championnat de France connaît un début de saison enthousiasmant sur le terrain, mais subit ces dernières semaines des incidents récurrents et préoccupants en tribunes. Le jet d'une bouteille d'eau sur Dimitri Payet lors de Lyon-Marseille a été la goutte de Cristaline qui a fait déborder le vase pour tout le monde, voire un électrochoc pour les décideurs du foot hexagonal. La période est désormais consacrée aux réunions et à la réflexion. Dans ce contexte, So Foot a donné la parole à cinq acteurs, des membres de l'Association nationale des supporters au directeur général de la LFP, pour essayer de mieux comprendre la situation actuelle et envisager de sortir de cette crise par le haut.
    Le casting :
    \nMe Pierre Barthélémy : Avocat de l'Association nationale des supporters
    \nSacha Houlié : Député LREM…

    ", - "content": "
    Le casting :
    \nMe Pierre Barthélémy : Avocat de l'Association nationale des supporters
    \nSacha Houlié : Député LREM…

    ", + "title": "Erik ten Hag : \"Aucune équipe n'appréciera d'être tirée au sort contre l'Ajax\"", + "description": "Amster-dalle.
    \n
    \nLa phase de poules de Ligue des champions est terminée, et parmi les satisfactions, une équipe figure tout en haut : l'Ajax Amsterdam. Les hommes d'Erik ten Hag ont…

    ", + "content": "Amster-dalle.
    \n
    \nLa phase de poules de Ligue des champions est terminée, et parmi les satisfactions, une équipe figure tout en haut : l'Ajax Amsterdam. Les hommes d'Erik ten Hag ont…

    ", "category": "", - "link": "https://www.sofoot.com/le-probleme-des-tribunes-en-ligue-1-le-dialogue-en-france-est-cite-en-exemple-en-europe-507700.html", + "link": "https://www.sofoot.com/erik-ten-hag-aucune-equipe-n-appreciera-d-etre-tiree-au-sort-contre-l-ajax-508010.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-probleme-des-tribunes-en-ligue-1-le-dialogue-en-france-est-cite-en-exemple-en-europe-1638351661_x600_articles-alt-507700.jpg", + "pubDate": "2021-12-08T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-erik-ten-hag-aucune-equipe-n-appreciera-d-etre-tiree-au-sort-contre-l-ajax-1638961618_x600_articles-508010.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90451,17 +92179,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6240208c379e169d8ffb0b5eb8acf5e" + "hash": "ee3c0ac68882ad8eccd28001eb12b689" }, { - "title": "Le Barça organise un référendum pour la rénovation du Camp Nou", - "description": "Ça doit de l'argent à toute la planète, mais bon.
    \n
    \nDepuis 2014 et l'approbation de la rénovation complète du Camp Nou par tous les dirigeants du club, rien n'a véritablement…

    ", - "content": "Ça doit de l'argent à toute la planète, mais bon.
    \n
    \nDepuis 2014 et l'approbation de la rénovation complète du Camp Nou par tous les dirigeants du club, rien n'a véritablement…

    ", + "title": "Taye Taiwo trouve un nouveau point chute en Finlande", + "description": "Noël avant l'heure.
    \n
    \nVéritable globe-trotter, Taye Taiwo n'en n'a visiblement pas fini avec le football puisque le Nigérian va découvrir un nouveau challenge à 36 ans. Le latéral…

    ", + "content": "Noël avant l'heure.
    \n
    \nVéritable globe-trotter, Taye Taiwo n'en n'a visiblement pas fini avec le football puisque le Nigérian va découvrir un nouveau challenge à 36 ans. Le latéral…

    ", "category": "", - "link": "https://www.sofoot.com/le-barca-organise-un-referendum-pour-la-renovation-du-camp-nou-507713.html", + "link": "https://www.sofoot.com/taye-taiwo-trouve-un-nouveau-point-chute-en-finlande-508008.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T12:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-barca-organise-un-referendum-pour-la-renovation-du-camp-nou-1638364788_x600_articles-507713.jpg", + "pubDate": "2021-12-08T10:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-taye-taiwo-trouve-un-nouveau-point-chute-en-finlande-1638958340_x600_articles-508008.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90471,17 +92199,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd958044722de5df26cad1b5da1500af" + "hash": "90cf06c85a9d0cc0cb9a8bb4485cfb21" }, { - "title": "Des militants envisagent une action contre le Mondial 2022 devant le siège de la FFF", - "description": "Le Qatar dans le viseur des associations.
    \n
    \nLa prochaine Coupe du monde est décidément au cœur de tous les débats.
    ", - "content": "Le Qatar dans le viseur des associations.
    \n
    \nLa prochaine Coupe du monde est décidément au cœur de tous les débats.
    ", + "title": "L'eLigue 1 Open de retour en janvier 2022", + "description": "Dans le monde virtuel, une bouteille ça termine sur l'écran, pas sur un joueur.
    \n
    \nL'eLigue 1 Open, la compétition ouverte de la Ligue 1 sur Fifa 22, a trouvé ses dates pour cette…

    ", + "content": "Dans le monde virtuel, une bouteille ça termine sur l'écran, pas sur un joueur.
    \n
    \nL'eLigue 1 Open, la compétition ouverte de la Ligue 1 sur Fifa 22, a trouvé ses dates pour cette…

    ", "category": "", - "link": "https://www.sofoot.com/des-militants-envisagent-une-action-contre-le-mondial-2022-devant-le-siege-de-la-fff-507712.html", + "link": "https://www.sofoot.com/l-eligue-1-open-de-retour-en-janvier-2022-508009.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T11:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-des-militants-envisagent-une-action-contre-le-mondial-2022-devant-le-siege-de-la-fff-1638361525_x600_articles-507712.jpg", + "pubDate": "2021-12-08T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-eligue-1-open-de-retour-en-janvier-2022-1638958023_x600_articles-508009.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90491,17 +92219,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "42799bea1e4b73c9239d6f2570b5a9e5" + "hash": "284974faa498562e4a6c75daf0e5d5c8" }, { - "title": "L'OL voit sa demande d'annulation de huis clos rejetée par le CNOSF", - "description": "Caramba, encore raté !
    \n
    \nSanctionné d'un match à huis clos à titre conservatoire par la Commission de discipline de la LFP en marge des incidents survenus au Groupama Stadium lors de…

    ", - "content": "Caramba, encore raté !
    \n
    \nSanctionné d'un match à huis clos à titre conservatoire par la Commission de discipline de la LFP en marge des incidents survenus au Groupama Stadium lors de…

    ", + "title": "Jordan Lefort aide chaque mois deux étudiants en précarité", + "description": "Tous les héros ne portent pas de capes.
    \n
    \nVictimes collatérales directes de la crise de la Covid-19, les étudiants font face à de nombreux soucis financiers. Jordan Lefort, défenseur…

    ", + "content": "Tous les héros ne portent pas de capes.
    \n
    \nVictimes collatérales directes de la crise de la Covid-19, les étudiants font face à de nombreux soucis financiers. Jordan Lefort, défenseur…

    ", "category": "", - "link": "https://www.sofoot.com/l-ol-voit-sa-demande-d-annulation-de-huis-clos-rejetee-par-le-cnosf-507711.html", + "link": "https://www.sofoot.com/jordan-lefort-aide-chaque-mois-deux-etudiants-en-precarite-508007.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T11:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-ol-voit-sa-demande-d-annulation-de-huis-clos-rejetee-par-le-cnosf-1638358512_x600_articles-507711.jpg", + "pubDate": "2021-12-08T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jordan-lefort-aide-chaque-mois-deux-etudiants-en-precarite-1638957421_x600_articles-508007.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90511,17 +92239,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "269101a28f2dddcc5307c99398078176" + "hash": "7123a5a96ce84da1b56662c098292286" }, { - "title": "Un consultant de beIN Sports se lance dans un discours homophobe en plein direct ", - "description": "140 secondes de pure angoisse.
    \n
    \n\"Pour lutter contre ce phénomène, l'anomalie sexuelle que constitue l'homosexualité, il faut éduquer et raisonner les jeunes. Ce phénomène ne…

    ", - "content": "140 secondes de pure angoisse.
    \n
    \n\"Pour lutter contre ce phénomène, l'anomalie sexuelle que constitue l'homosexualité, il faut éduquer et raisonner les jeunes. Ce phénomène ne…

    ", + "title": "Pronostic OM Lokomotiv Moscou : Analyse, cotes et prono du match de Ligue Europa", + "description": "

    L'OM sort sur une bonne note face au Lokomotiv Moscou

    \n
    \nTroisième de sa poule d'Europa League, Marseille ne joue plus rien mais pourrait continuer son…
    ", + "content": "

    L'OM sort sur une bonne note face au Lokomotiv Moscou

    \n
    \nTroisième de sa poule d'Europa League, Marseille ne joue plus rien mais pourrait continuer son…
    ", "category": "", - "link": "https://www.sofoot.com/un-consultant-de-bein-sports-se-lance-dans-un-discours-homophobe-en-plein-direct-507710.html", + "link": "https://www.sofoot.com/pronostic-om-lokomotiv-moscou-analyse-cotes-et-prono-du-match-de-ligue-europa-508005.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T11:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-consultant-de-bein-sports-se-lance-dans-un-discours-homophobe-en-plein-direct-1638358006_x600_articles-507710.jpg", + "pubDate": "2021-12-08T08:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-om-lokomotiv-moscou-analyse-cotes-et-prono-du-match-de-ligue-europa-1638955289_x600_articles-508005.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90531,17 +92259,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b0b6b7060b9a764f532da1c22d852e3" + "hash": "81b44de1ef0f8cc521d43f0185654584" }, { - "title": "Les 10 grands moments de Shevchenko à Milan", - "description": "Ce mercredi soir sera rempli d'émotions pour Andriy Shevchenko. Pour la première fois de sa carrière, il va affronter l'AC Milan, le club où il est devenu une légende, et avec lequel il a remporté le Ballon d'or. L'occasion de se remémorer les dix moments forts de son aventure rossonera, entre buts de fou, finales (heureuses et malheureuses) de Ligue de champions, et amour infini.

    1. Le premier but

    \n", - "content": "

    1. Le premier but

    \n", + "title": "L'OM laissé à l'écart de la commission de discipline concernant les incidents du Parc OL", + "description": "\"Alors ? On vient plus aux commissions ?\"
    \n
    \nAucun représentant marseillais ne sera présent à Paris pour la commission de discipline qui doit se réunir ce mercredi pour décider des…

    ", + "content": "\"Alors ? On vient plus aux commissions ?\"
    \n
    \nAucun représentant marseillais ne sera présent à Paris pour la commission de discipline qui doit se réunir ce mercredi pour décider des…

    ", "category": "", - "link": "https://www.sofoot.com/les-10-grands-moments-de-shevchenko-a-milan-507692.html", + "link": "https://www.sofoot.com/l-om-laisse-a-l-ecart-de-la-commission-de-discipline-concernant-les-incidents-du-parc-ol-508002.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-10-grands-moments-de-shevchenko-a-milan-1638350040_x600_articles-alt-507692.jpg", + "pubDate": "2021-12-08T08:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-om-laisse-a-l-ecart-de-la-commission-de-discipline-concernant-les-incidents-du-parc-ol-1638953342_x600_articles-508002.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90551,17 +92279,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e42443955bb2aa4e6afe370b137c666" + "hash": "1d9a67cbd04d81360bf7edfce8f18cd8" }, { - "title": "Quand l'entraîneur de l'Irak entre sur le terrain pour choisir son tireur de penalty", - "description": "Autant être entraîneur-joueur, c'est pareil.
    \n
    \nCe mardi débutait la dixième Coupe arabe de…

    ", - "content": "Autant être entraîneur-joueur, c'est pareil.
    \n
    \nCe mardi débutait la dixième Coupe arabe de…

    ", + "title": "Juninho pourrait quitter Lyon dès janvier", + "description": "Juninho ne devrait pas passer l'hiver du côté de l'Olympique lyonnais.
    \n
    \nAprès ses déclarations…

    ", + "content": "Juninho ne devrait pas passer l'hiver du côté de l'Olympique lyonnais.
    \n
    \nAprès ses déclarations…

    ", "category": "", - "link": "https://www.sofoot.com/quand-l-entraineur-de-l-irak-entre-sur-le-terrain-pour-choisir-son-tireur-de-penalty-507709.html", + "link": "https://www.sofoot.com/juninho-pourrait-quitter-lyon-des-janvier-508001.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T10:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quand-l-entraineur-de-l-irak-entre-sur-le-terrain-pour-choisir-son-tireur-de-penalty-1638357785_x600_articles-507709.jpg", + "pubDate": "2021-12-08T08:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-juninho-pourrait-quitter-lyon-des-janvier-1638951853_x600_articles-508001.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90571,17 +92299,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "480c871bbc7a58457667b593c2740635" + "hash": "103997aa37f327725a1c0d2f6eba23f5" }, { - "title": "Jack Grealish reconnaît ses difficultés d'adaptation à City", - "description": "Amende honorable.
    \n
    \nDébarqué cet été à l'Etihad Stadium avec l'étiquette…

    ", - "content": "Amende honorable.
    \n
    \nDébarqué cet été à l'Etihad Stadium avec l'étiquette…

    ", + "title": "L'UNFP affirme que 89% des joueurs de Ligue 2 sont contre un championnat à 18", + "description": "Un résultat sans appel.
    \n
    \nL'UNFP a sondé les joueurs de Ligue 2 au moment de mettre sur la table la proposition de passer le championnat à dix-huit clubs, contre vingt actuellement. Une…

    ", + "content": "Un résultat sans appel.
    \n
    \nL'UNFP a sondé les joueurs de Ligue 2 au moment de mettre sur la table la proposition de passer le championnat à dix-huit clubs, contre vingt actuellement. Une…

    ", "category": "", - "link": "https://www.sofoot.com/jack-grealish-reconnait-ses-difficultes-d-adaptation-a-city-507708.html", + "link": "https://www.sofoot.com/l-unfp-affirme-que-89-des-joueurs-de-ligue-2-sont-contre-un-championnat-a-18-507984.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T10:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jack-grealish-reconnait-ses-difficultes-d-adaptation-a-city-1638357311_x600_articles-507708.jpg", + "pubDate": "2021-12-08T08:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-unfp-affirme-que-89-des-joueurs-de-ligue-2-sont-contre-un-championnat-a-18-1638900546_x600_articles-507984.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90591,17 +92319,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d4347d92844268af72f9684db90de8d" + "hash": "71e106e6eb889e393f5b2ba4f1ab5ce5" }, { - "title": "Le comité organisateur du Mondial 2022 garantit la sécurité des personnes LGBT à une condition", - "description": "Dit \"Wallah\" ? Non.
    \n
    \nInexistants au Qatar, les droits des personnes lesbiennes, gays, bisexuelles et transgenres (LGBT) seront assouplis pour la prochaine Coupe du monde. Si…

    ", - "content": "Dit \"Wallah\" ? Non.
    \n
    \nInexistants au Qatar, les droits des personnes lesbiennes, gays, bisexuelles et transgenres (LGBT) seront assouplis pour la prochaine Coupe du monde. Si…

    ", + "title": "Pronostic Wolfsbourg Lille : Analyse, cotes et prono du match de Ligue des Champions", + "description": "Pour parier sur le match décisif de Lille en Ligue des Champions, ZEbet vous offre 10€ sans sortir d'argent

    10€ gratuits pour parier sur ce Wolfsbourg - Lille !

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", + "content": "

    10€ gratuits pour parier sur ce Wolfsbourg - Lille !

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", "category": "", - "link": "https://www.sofoot.com/le-comite-organisateur-du-mondial-2022-garantit-la-securite-des-personnes-lgbt-a-une-condition-507705.html", + "link": "https://www.sofoot.com/pronostic-wolfsbourg-lille-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507950.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T10:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-comite-organisateur-du-mondial-2022-garantit-la-securite-des-personnes-lgbt-a-une-condition-1638355110_x600_articles-507705.jpg", + "pubDate": "2021-12-07T08:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-wolfsbourg-lille-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638867091_x600_articles-507950.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90611,17 +92339,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c816b9ed5278fd5a1154f0b11495776" + "hash": "bf2c27aa133f7158e0a0add31f404379" }, { - "title": "Piqué : \"Je préfère mourir que de jouer à Madrid\"", - "description": "Piqué s'en prend gratuitement au Real Madrid, épisode 1000.
    \n
    \nLe défenseur central du FC Barcelone fait désormais office d'ancien dans le vestiaire du Barça. Avec Jordi Alba et Sergio…

    ", - "content": "Piqué s'en prend gratuitement au Real Madrid, épisode 1000.
    \n
    \nLe défenseur central du FC Barcelone fait désormais office d'ancien dans le vestiaire du Barça. Avec Jordi Alba et Sergio…

    ", + "title": "EXCLU : 150€ offerts au lieu de 100€ chez Betclic pour parier sur la C1 !", + "description": "Cette semaine seulement, Betclic vous offre votre 1er pari remboursé de 150€ au lieu de 100€ habituellement. Une EXCLU réservée à quelques médias seulement

    150€ en EXCLU chez Betclic au lieu de 100€

    \n
    \nJusqu'à dimanche 12 décembre seulement,
    ", + "content": "

    150€ en EXCLU chez Betclic au lieu de 100€

    \n
    \nJusqu'à dimanche 12 décembre seulement,

    ", "category": "", - "link": "https://www.sofoot.com/pique-je-prefere-mourir-que-de-jouer-a-madrid-507666.html", + "link": "https://www.sofoot.com/exclu-150e-offerts-au-lieu-de-100e-chez-betclic-pour-parier-sur-la-c1-507909.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T09:57:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pique-je-prefere-mourir-que-de-jouer-a-madrid-1638354759_x600_articles-507666.jpg", + "pubDate": "2021-12-06T09:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-exclu-150e-offerts-au-lieu-de-100e-chez-betclic-pour-parier-sur-la-c1-1638779659_x600_articles-507909.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90631,17 +92359,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5488c348f0631898099a4b7768738d5b" + "hash": "c892b28694ceeb2e27c3030689cfa21d" }, { - "title": "Noël Le Graët tacle Valbuena ", - "description": "L'affaire de la sextape fait encore causer.
    \n
    \n
    Une…

    ", - "content": "L'affaire de la sextape fait encore causer.
    \n
    \nUne…

    ", + "title": "PSG, on se dit rendez-vous en février", + "description": "Le PSG avait donc décidé de réserver le meilleur pour la fin dans cette phase de poules de Ligue des champions. Malgré un duel sans enjeu, les Parisiens ont livré leur meilleure partition européenne de l'automne face au Club Bruges, ce mardi (4-1). Pas de quoi faire oublier un bilan globalement mitigé pour les soldats de Mauricio Pochettino.Ça y est, c'est fini. S'il n'avait rien à en espérer sur le plan comptable (la deuxième place était certaine après la défaite à City), le PSG a achevé sa phase de poules de Ligue des…", + "content": "Ça y est, c'est fini. S'il n'avait rien à en espérer sur le plan comptable (la deuxième place était certaine après la défaite à City), le PSG a achevé sa phase de poules de Ligue des…", "category": "", - "link": "https://www.sofoot.com/noel-le-graet-tacle-valbuena-507703.html", + "link": "https://www.sofoot.com/psg-on-se-dit-rendez-vous-en-fevrier-507997.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T09:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-noel-le-graet-tacle-valbuena-1638354598_x600_articles-507703.jpg", + "pubDate": "2021-12-08T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-psg-on-se-dit-rendez-vous-en-fevrier-1638909788_x600_articles-alt-507997.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90651,17 +92379,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6893cde9c8f9c071f72e576c79e7d4f" + "hash": "f80639f3550b29c2b1dd399f3337da90" }, { - "title": "Le Grand Jojo, icône populaire belge, est décédé à 85 ans", - "description": "Repose en paix Victor le footballiste.
    \n
    \nLe Grand Jojo est mort dans la nuit de ce mardi à mercredi à l'âge de 85 ans des suites d'une longue maladie, a confirmé Cyril Forthomme,…

    ", - "content": "Repose en paix Victor le footballiste.
    \n
    \nLe Grand Jojo est mort dans la nuit de ce mardi à mercredi à l'âge de 85 ans des suites d'une longue maladie, a confirmé Cyril Forthomme,…

    ", + "title": "Lille doit valider sa qualification pour les huitièmes de C1 à Wolfsburg", + "description": "À Wolfsburg sur les coups de 21h, c'est en leader que le LOSC se présentera au cœur de la Volkswagen-Arena pour y disputer son ultime rencontre de la phase de poules de C1. Avec une seule ambition : composter définitivement son ticket pour les huitièmes de finale de la Ligue des champions. En leader, si possible.
    \t\t\t\t\tAdrenalina sera \"le journal d'un…

    ", - "content": "Zlatan entre en campagne.
    \n
    \nAprès la parution de sa première autobiographie en 2011, Ibrahimović s'apprête à sortir un nouveau bouquin. Adrenalina sera \"le journal d'un…

    ", + "title": "Griezmann, le chevalier blanc de l'Atlético", + "description": "Auteur d'un but et d'une passe décisive face au FC Porto, permettant ainsi à son équipe de prendre le chemin des huitièmes de finale de la Ligue des champions, Antoine Griezmann a encore rayonné ce mardi soir et prouvé une nouvelle fois son importance au sein de l'Atlético de Madrid de Diego Simeone.C'est bien connu, pour battre un dragon - ici portugais - et délivrer la princesse en haut de sa tour, il faut un preux chevalier. Et dans l'aventure des Colchoneros en Ligue des…", + "content": "C'est bien connu, pour battre un dragon - ici portugais - et délivrer la princesse en haut de sa tour, il faut un preux chevalier. Et dans l'aventure des Colchoneros en Ligue des…", "category": "", - "link": "https://www.sofoot.com/ibrahimovic-marine-le-pen-a-demande-mon-expulsion-507704.html", + "link": "https://www.sofoot.com/griezmann-le-chevalier-blanc-de-l-atletico-508000.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T09:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ibrahimovic-marine-le-pen-a-demande-mon-expulsion-1638354630_x600_articles-507704.jpg", + "pubDate": "2021-12-08T00:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-griezmann-le-chevalier-blanc-de-l-atletico-1638921743_x600_articles-alt-508000.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90691,17 +92419,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5895bc4031a32cc8250fb7baa334bac7" + "hash": "c6d50f6efe0966dc2ca5482f747a8575" }, { - "title": "Le président de la Fédération grecque veut Fernando Santos", - "description": "Tout le monde n'a pas le droit de rêver.
    \n
    \nInvité sur le plateau de la chaîne Open TV, le président de la Fédération grecque de football Panayiotis Dimitriou s'est longuement…

    ", - "content": "Tout le monde n'a pas le droit de rêver.
    \n
    \nInvité sur le plateau de la chaîne Open TV, le président de la Fédération grecque de football Panayiotis Dimitriou s'est longuement…

    ", + "title": "Oui, cet Ajax, c'est du sérieux", + "description": "Alors que les champions des Pays-Bas ont écrasé leur groupe en Ligue des champions, ils ont montré des similitudes avec le parcours réalisé en 2019, ponctué par une demi-finale de C1. Pourtant quelques points diffèrent par rapport à la génération De Ligt et De Jong.Erik ten Hag ne laisse rien au hasard. Même si son équipe est assurée de terminer première de son groupe, le technicien néerlandais décide quand même de conserver son équipe type, à…", + "content": "Erik ten Hag ne laisse rien au hasard. Même si son équipe est assurée de terminer première de son groupe, le technicien néerlandais décide quand même de conserver son équipe type, à…", "category": "", - "link": "https://www.sofoot.com/le-president-de-la-federation-grecque-veut-fernando-santos-507701.html", + "link": "https://www.sofoot.com/oui-cet-ajax-c-est-du-serieux-507999.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T08:38:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-president-de-la-federation-grecque-veut-fernando-santos-1638350445_x600_articles-507701.jpg", + "pubDate": "2021-12-07T23:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-oui-cet-ajax-c-est-du-serieux-1638918676_x600_articles-alt-507999.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90711,17 +92439,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26cdc721ba688bd36182bd857303b567" + "hash": "64e7657810cd5978aedd9f6f68af3fa7" }, { - "title": "Gabriel (Arsenal) a repoussé un voleur armé d'une batte de baseball venu voler sa voiture", - "description": "Intraitable au recul frein.
    \n
    \nEn descendant de sa Mercedes qu'il vient de garer dans son garage, Gabriel, tout juste installé à Londres, fait un pas en arrière puis lève les mains,…

    ", - "content": "Intraitable au recul frein.
    \n
    \nEn descendant de sa Mercedes qu'il vient de garer dans son garage, Gabriel, tout juste installé à Londres, fait un pas en arrière puis lève les mains,…

    ", + "title": "Les notes de l'épisode 14 de Koh-Lanta La Légende", + "description": "C'était LE moment clutch de la saison : l'orientation. Et comme dans tous les moments clutchs de la saison, c'est Ugo qui donne une leçon.

    Les finalistes

    \n
    \n
    \n
    \nAligné la semaine passée…


    ", + "content": "

    Les finalistes

    \n
    \n
    \n
    \nAligné la semaine passée…


    ", "category": "", - "link": "https://www.sofoot.com/gabriel-arsenal-a-repousse-un-voleur-arme-d-une-batte-de-baseball-venu-voler-sa-voiture-507699.html", + "link": "https://www.sofoot.com/les-notes-de-l-episode-14-de-koh-lanta-la-legende-507975.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T08:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gabriel-arsenal-a-repousse-un-voleur-arme-d-une-batte-de-baseball-venu-voler-sa-voiture-1638350132_x600_articles-507699.jpg", + "pubDate": "2021-12-07T22:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-l-episode-14-de-koh-lanta-la-legende-1638915490_x600_articles-alt-507975.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90731,17 +92459,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee7f70b7f92081f2cb69d6c344bfc8e7" + "hash": "73e0af9e4f0d42892cb93f8c08847488" }, { - "title": "Troyes dénonce des propos racistes à l'encontre de Suk tenus par le banc marseillais", - "description": "Deux jours après la victoire de l'Olympique de Marseille contre Troyes (1-0), dans le cadre de la…", - "content": "Deux jours après la victoire de l'Olympique de Marseille contre Troyes (1-0), dans le cadre de la…", + "title": "L'Atlético prend la route des huitièmes", + "description": "Le choloïsme est increvable. Et Porto l'a appris à ses dépens.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/troyes-denonce-des-propos-racistes-a-l-encontre-de-suk-tenus-par-le-banc-marseillais-507698.html", + "link": "https://www.sofoot.com/l-atletico-prend-la-route-des-huitiemes-507992.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T07:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-troyes-denonce-des-propos-racistes-a-l-encontre-de-suk-tenus-par-le-banc-marseillais-1638349733_x600_articles-507698.jpg", + "pubDate": "2021-12-07T22:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-atletico-prend-la-route-des-huitiemes-1638916184_x600_articles-alt-507992.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90751,17 +92479,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "609f943d3f1602f2b447e5bc33243785" + "hash": "87504188ff8c0b6473e9f2ac11d14b58" }, { - "title": "Il ne fallait pas enterrer Anthony Lopes", - "description": "Encore très inspiré dimanche dernier lors de la victoire à Montpellier (0-1), Anthony Lopes renaît après une saison et un été bien compliqués. Entre comportement irréprochable, performances décisives et adaptation aux préceptes de Bosz, le Portugais a tout fait pour retrouver son niveau et sa légitimité.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Le Real Madrid assure la première place, le Sheriff tient le Shakhtar en échec", + "description": "Sans exploit de Sébastien Thill, cette fois-ci.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/il-ne-fallait-pas-enterrer-anthony-lopes-507687.html", + "link": "https://www.sofoot.com/le-real-madrid-assure-la-premiere-place-le-sheriff-tient-le-shakhtar-en-echec-507995.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-il-ne-fallait-pas-enterrer-anthony-lopes-1638285278_x600_articles-alt-507687.jpg", + "pubDate": "2021-12-07T22:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-real-madrid-assure-la-premiere-place-le-sheriff-tient-le-shakhtar-en-echec-1638915160_x600_articles-507995.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90771,17 +92499,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "44ab45f6e232d0bea8117a1485f7d644" + "hash": "b11a8188e2fe53afa6ead702909ffced" }, { - "title": "Bordeaux : défense d'en rire", - "description": "Défaits par Brest dimanche dernier (2-1), les Girondins de Bordeaux ont encaissé 32 buts depuis le début de la saison. C'est trop, beaucoup trop, pour espérer quoi que ce soit dans ce championnat.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Liverpool brise le rêve du Milan", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/bordeaux-defense-d-en-rire-507600.html", + "link": "https://www.sofoot.com/liverpool-brise-le-reve-du-milan-507982.html", "creator": "SO FOOT", - "pubDate": "2021-12-01T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-defense-d-en-rire-1638191876_x600_articles-alt-507600.jpg", + "pubDate": "2021-12-07T22:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liverpool-brise-le-reve-du-milan-1638914883_x600_articles-507982.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90791,17 +92519,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d9c6fc711efa51f6a7f5670d2db0303" + "hash": "dc081e3de073c8a9be86fc356466e7d9" }, { - "title": "Les notes de l'épisode 13 de Koh-Lanta La Légende", - "description": "Dernier conseil de classe avant l'orientation, un enfer pour les cancres dans un nouvel épisode à double élimination...

    La tribu réunifiée

    \n
    \n
    \n
    \nBeaucoup de souffrance…


    ", - "content": "

    La tribu réunifiée

    \n
    \n
    \n
    \nBeaucoup de souffrance…


    ", + "title": "Carton plein pour l'Ajax, Dortmund termine sur une très bonne note", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-l-episode-13-de-koh-lanta-la-legende-507689.html", + "link": "https://www.sofoot.com/carton-plein-pour-l-ajax-dortmund-termine-sur-une-tres-bonne-note-507978.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T22:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-l-episode-13-de-koh-lanta-la-legende-1638312648_x600_articles-alt-507689.jpg", + "pubDate": "2021-12-07T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-carton-plein-pour-l-ajax-dortmund-termine-sur-une-tres-bonne-note-1638912477_x600_articles-507978.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90811,17 +92539,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7e1db836c0f04b0dcd737557876746c" + "hash": "92ee09a59b30ef5830e2c9fd74562f2a" }, { - "title": "Les Bleues terminent l'année en beauté face au pays de Galles", - "description": "

    ", - "content": "

    ", + "title": "Kylian Mbappé, the last dance", + "description": "Auteur de deux buts et d'une passe décisive lors de la large victoire du PSG contre Bruges en Ligue des champions (4-1), Kylian Mbappé a retrouvé l'amour du public présent au Parc des Princes. Logique vu le niveau de l'international français depuis le début de saison et son implication malgré son départ quasi acté à la fin de la saison.Il peut se passer beaucoup de choses en trois mois. Jul a le temps de composer un album de 22 morceaux. Numérobis peut construire un palais à Cléopâtre avec l'aide d'Astérix et Obélix. Et…", + "content": "Il peut se passer beaucoup de choses en trois mois. Jul a le temps de composer un album de 22 morceaux. Numérobis peut construire un palais à Cléopâtre avec l'aide d'Astérix et Obélix. Et…", "category": "", - "link": "https://www.sofoot.com/les-bleues-terminent-l-annee-en-beaute-face-au-pays-de-galles-507678.html", + "link": "https://www.sofoot.com/kylian-mbappe-the-last-dance-507996.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T22:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-bleues-terminent-l-annee-en-beaute-face-au-pays-de-galles-1638308398_x600_articles-507678.jpg", + "pubDate": "2021-12-07T20:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kylian-mbappe-the-last-dance-1638909605_x600_articles-alt-507996.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90831,17 +92559,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eecbc9aa0045ccc2b4fe34573bd15af2" + "hash": "98cbf7eae5625ec541117d8053c7254f" }, { - "title": "La Juventus se rassure à Salerne", - "description": "

    ", - "content": "

    ", + "title": "Paris se réveille et dévore Bruges", + "description": "Brillants en première période, portés par un Mbappé en ébullition qui a inscrit un doublé - comme Messi -, les Parisiens ont éclaté Bruges pour leur dernier match de poules anecdotique en Ligue des champions. S'ils n'en récupèrent pas la première place du groupe A pour autant, et ce malgré le faux pas de City à Lepzig, les joueurs de Pochettino ont au moins pu rappeler à leurs supporters, et accessoirement se rappeler à eux-mêmes, qu'ils savaient aussi jouer au football. Et qu'ils le faisaient plutôt bien, en plus de ça.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-juventus-se-rassure-a-salerne-507697.html", + "link": "https://www.sofoot.com/paris-se-reveille-et-devore-bruges-507988.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T21:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-juventus-se-rassure-a-salerne-1638309444_x600_articles-507697.jpg", + "pubDate": "2021-12-07T20:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paris-se-reveille-et-devore-bruges-1638905394_x600_articles-alt-507988.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90851,17 +92579,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f85d83aabb84a39a68afc4603130e1a9" + "hash": "a08a663d8897a022592303bf40cf2930" }, { - "title": "En direct : Koh-Lanta, la légende épisode 13", - "description": "Ce mardi soir, il n'y a ni Ligue des Champions, ni Ligue 1. Et l'équipe de France féminine va battre le Pays de Galles 3-0. Maintenant que tout est dit, il ne vous reste plus aucune excuse pour manquer Koh-Lanta. D'autant qu'une demi-finale, ça ne se rate pas, pour rien au monde, jamais. Surtout si c'est l'occasion de rendre le Ballon d'or au seul homme qui le mérite vraiment plus que Leo Messi : Ugo le Magnifique.22h52 : Et ce n'est pas bon pour Laurent, qui n'avait pas compris qu'il fallait faire correspondre les couleurs. Moi non plus cela dit.
    \n
    \n22h51 : Puisqu'on en est aux…

    ", - "content": "22h52 : Et ce n'est pas bon pour Laurent, qui n'avait pas compris qu'il fallait faire correspondre les couleurs. Moi non plus cela dit.
    \n
    \n22h51 : Puisqu'on en est aux…

    ", + "title": "En direct : Koh-Lanta, la légende épisode 14", + "description": "D'accord, ce mardi soir, avec la Ligue des champions au menu, il y a des choses bien plus alléchantes que Koh-Lanta. A priori. Car les vrais le savent : Denis Brogniart vaut bien un Carlo Ancelotti, le Roi Claudus vaut bien un Karim Benzema et une épreuve d'orientation vaut bien un choc de Ligue des Champions. Et pour toutes ces raisons-là, vous auriez raison d'oublier le foot pour vous caler posément devant Koh-Lanta. C'est parti.23h03 : Allez c'est reparti, amis Ciccos, amis Koh-Lantix, retenez votre souffle !
    \n
    \n22h59 : A votre avis, c'est qui la plus grosse communauté de So Foot ? Les Ciccolini ou…

    ", + "content": "23h03 : Allez c'est reparti, amis Ciccos, amis Koh-Lantix, retenez votre souffle !
    \n
    \n22h59 : A votre avis, c'est qui la plus grosse communauté de So Foot ? Les Ciccolini ou…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-koh-lanta-la-legende-episode-13-507694.html", + "link": "https://www.sofoot.com/en-direct-koh-lanta-la-legende-episode-14-507987.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T20:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-koh-lanta-la-legende-episode-13-1638289725_x600_articles-alt-507694.jpg", + "pubDate": "2021-12-07T20:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-koh-lanta-la-legende-episode-14-1638898512_x600_articles-alt-507987.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90871,17 +92599,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f1f02d6ddcf90cbbc92759a0ba9eb54" + "hash": "7cb11ede7c48c5e423dc11b008edf36f" }, { - "title": "Derniers Jours : 30€ totalement GRATUITS offerts en EXCLU pour parier cette semaine !", - "description": "

    30€ offerts sans sortir sa CB pour parier sans pression

    \n
    \nDeux sites vous offrent en EXCLU SoFoot un total de 20€ à récupérer gratuitement :
    \n-…

    ", - "content": "

    30€ offerts sans sortir sa CB pour parier sans pression

    \n
    \nDeux sites vous offrent en EXCLU SoFoot un total de 20€ à récupérer gratuitement :
    \n-…

    ", + "title": "Diallo : \"J'avais faim de ballon\"", + "description": "L'appétit vient en mangeant.
    \n
    \nTitulaire dans l'axe gauche de la défense parisienne ce mardi soir face à…

    ", + "content": "L'appétit vient en mangeant.
    \n
    \nTitulaire dans l'axe gauche de la défense parisienne ce mardi soir face à…

    ", "category": "", - "link": "https://www.sofoot.com/derniers-jours-30e-totalement-gratuits-offerts-en-exclu-pour-parier-cette-semaine-507613.html", + "link": "https://www.sofoot.com/diallo-j-avais-faim-de-ballon-507994.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T20:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-derniers-jours-30e-totalement-gratuits-offerts-en-exclu-pour-parier-cette-semaine-1638210720_x600_articles-507613.jpg", + "pubDate": "2021-12-07T19:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-diallo-j-avais-faim-de-ballon-1638907728_x600_articles-507994.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90891,17 +92619,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "80730527bcca3628a5d00464e7e47c19" + "hash": "4eafd70a6c7e25556e1bec77fa199102" }, { - "title": "L'Atalanta et la Fiorentina sans problème", - "description": "

    ", - "content": "

    ", + "title": "Les notes de Paris face à Bruges", + "description": "Peut-être la première fois que l'on peut écrire que Lionel Messi et Kylian Mbappé ont porté le PSG.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-atalanta-et-la-fiorentina-sans-probleme-507696.html", + "link": "https://www.sofoot.com/les-notes-de-paris-face-a-bruges-507991.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T19:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atalanta-et-la-fiorentina-sans-probleme-1638296578_x600_articles-507696.jpg", + "pubDate": "2021-12-07T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-paris-face-a-bruges-1638907228_x600_articles-507991.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90911,17 +92639,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dfbdcfdd63643652f53a2ded9e38a56" + "hash": "eb76ce72e598166bd570d5f66cdb8517" }, { - "title": "LOTO du mercredi 1er décembre 2021 : 29 millions d'€ à gagner (cagnotte record) !", - "description": "La cagnotte du LOTO ne s'arrête plus de monter. 29 millions d'euros sont à gagner ce mercredi 1er décembre 2021. Si quelqu'un remporte la timbale, il remportera le plus gros gain de l'histoire de la loterie française

    LOTO du mercredi 1er décembre 2021 : 29 Millions d'€

    \n
    \n
    \nCe mercredi 1er décembre 2021, la cagnotte du LOTO est à 29 millions…

    ", - "content": "

    LOTO du mercredi 1er décembre 2021 : 29 Millions d'€

    \n
    \n
    \nCe mercredi 1er décembre 2021, la cagnotte du LOTO est à 29 millions…

    ", + "title": "En direct : AC Milan - Liverpool", + "description": "95' : TERMINE ICI A SAN SIRO ! Milan s'incline et dit au revoir à l'Europe cette saison. ...", + "content": "95' : TERMINE ICI A SAN SIRO ! Milan s'incline et dit au revoir à l'Europe cette saison. ...", "category": "", - "link": "https://www.sofoot.com/loto-du-mercredi-1er-decembre-2021-29-millions-d-e-a-gagner-cagnotte-record-507655.html", + "link": "https://www.sofoot.com/en-direct-ac-milan-liverpool-507990.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T08:20:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-loto-du-mercredi-1er-decembre-2021-29-millions-d-e-a-gagner-cagnotte-record-1638262299_x600_articles-507655.jpg", + "pubDate": "2021-12-07T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-ac-milan-liverpool-1638902174_x600_articles-507990.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90931,17 +92659,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc8b1134010255836297a46680559828" + "hash": "5686776da6e76c6cc30c439b5d4c8186" }, { - "title": "Lisandro López annonce son départ du Racing", - "description": "Clap de fin pour Licha ?
    \n
    \nUn nuage d'émotion devait traverser le stade du Président-Perón ce lundi soir. En effet, si le temple du Racing Club d'Avellaneda a pu assister à la victoire…

    ", - "content": "Clap de fin pour Licha ?
    \n
    \nUn nuage d'émotion devait traverser le stade du Président-Perón ce lundi soir. En effet, si le temple du Racing Club d'Avellaneda a pu assister à la victoire…

    ", + "title": "En direct : Real Madrid - Inter Milan", + "description": "90' : FIN DU GAME ! LE REAL TERMINE PREMIER !
    \n
    \nTrop fort pour l'Inter, trop solide, et avec deux ...", + "content": "90' : FIN DU GAME ! LE REAL TERMINE PREMIER !
    \n
    \nTrop fort pour l'Inter, trop solide, et avec deux ...", "category": "", - "link": "https://www.sofoot.com/lisandro-lopez-annonce-son-depart-du-racing-507695.html", + "link": "https://www.sofoot.com/en-direct-real-madrid-inter-milan-507969.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T17:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lisandro-lopez-annonce-son-depart-du-racing-1638292943_x600_articles-507695.jpg", + "pubDate": "2021-12-07T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-real-madrid-inter-milan-1638912053_x600_articles-alt-507969.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90951,17 +92679,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab5f95ad008917d0da66916b58472fb4" + "hash": "553f0f1ce92f0ff96037bb88d2ce6dba" }, { - "title": "Pini Zahavi, agent de Lewandowski, dégoûté par sa soirée de lundi", - "description": "Cauchemardesque.
    \n
    \nAlors que ses performances monstrueuses faisaient de lui un des prétendants les plus crédibles au Ballon d'or 2021,
    ", - "content": "Cauchemardesque.
    \n
    \nAlors que ses performances monstrueuses faisaient de lui un des prétendants les plus crédibles au Ballon d'or 2021,
    ", + "title": "Leipzig fait tomber Manchester City et file en C3", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pini-zahavi-agent-de-lewandowski-degoute-par-sa-soiree-de-lundi-507688.html", + "link": "https://www.sofoot.com/leipzig-fait-tomber-manchester-city-et-file-en-c3-507967.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T17:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pini-zahavi-agent-de-lewandowski-degoute-par-sa-soiree-de-lundi-1638292572_x600_articles-507688.jpg", + "pubDate": "2021-12-07T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leipzig-fait-tomber-manchester-city-et-file-en-c3-1638906139_x600_articles-507967.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90971,17 +92699,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82b745931b40737319e05497f2b45109" + "hash": "313e5253db2dd37dd26ea7a824561acc" }, { - "title": "Rangnick ne sera pas sur le banc contre Arsenal", - "description": "Du rab pour Carrick.
    \n
    \nOfficiellement intronisé ce lundi à Manchester United,…

    ", - "content": "Du rab pour Carrick.
    \n
    \nOfficiellement intronisé ce lundi à Manchester United,…

    ", + "title": "Mbappé : \"C'était beaucoup mieux, mais on peut encore s'améliorer\" ", + "description": "Perfectionniste.
    \n
    \nBrillant ce mardi soir face à Bruges en Ligue des champions (4-1), Kylian Mbappé a…

    ", + "content": "Perfectionniste.
    \n
    \nBrillant ce mardi soir face à Bruges en Ligue des champions (4-1), Kylian Mbappé a…

    ", "category": "", - "link": "https://www.sofoot.com/rangnick-ne-sera-pas-sur-le-banc-contre-arsenal-507693.html", + "link": "https://www.sofoot.com/mbappe-c-etait-beaucoup-mieux-mais-on-peut-encore-s-ameliorer-507993.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T16:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-rangnick-ne-sera-pas-sur-le-banc-contre-arsenal-1638290310_x600_articles-507693.jpg", + "pubDate": "2021-12-07T19:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mbappe-c-etait-beaucoup-mieux-mais-on-peut-encore-s-ameliorer-1638907191_x600_articles-507993.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -90991,17 +92719,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "74aebd9d7da0baf56af2640a18c2f2f2" + "hash": "a0a172601fe374aa014199a094cc00b4" }, { - "title": "Saint-Priest proteste contre une lourde sanction de la FFF", - "description": "Saint-Priest ne l'entend pas de cette oreille.
    \n
    \nLa FFF a infligé une très lourde sanction au club rhodanien après un match contre Martigues le 23 octobre, comptant pour le championnat…

    ", - "content": "Saint-Priest ne l'entend pas de cette oreille.
    \n
    \nLa FFF a infligé une très lourde sanction au club rhodanien après un match contre Martigues le 23 octobre, comptant pour le championnat…

    ", + "title": "Deux supporters du SC Bastia condamnés à de la prison ferme pour maniement d'engins explosifs", + "description": "Un triste mardi pour le football français.
    \n
    \nLe 13 février 2016, Maxime Beux, un…

    ", + "content": "Un triste mardi pour le football français.
    \n
    \nLe 13 février 2016, Maxime Beux, un…

    ", "category": "", - "link": "https://www.sofoot.com/saint-priest-proteste-contre-une-lourde-sanction-de-la-fff-507690.html", + "link": "https://www.sofoot.com/deux-supporters-du-sc-bastia-condamnes-a-de-la-prison-ferme-pour-maniement-d-engins-explosifs-507983.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T16:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-saint-priest-proteste-contre-une-lourde-sanction-de-la-fff-1638289929_x600_articles-507690.jpg", + "pubDate": "2021-12-07T17:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-deux-supporters-du-sc-bastia-condamnes-a-de-la-prison-ferme-pour-maniement-d-engins-explosifs-1638900164_x600_articles-507983.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91011,17 +92739,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3eaa5b01930206f1373b5871de2855ea" + "hash": "66e7e5bbdb024c64a5bc81bd35946152" }, { - "title": "Découvrez le grand et beau livre So Foot sur Zidane : roulettes, tonsure et première étoile", - "description": "Après Diego Maradona, So Foot s'attaque à une autre légende, le plus grand numéro 10 français (derrière Michel ?), avec un livre d'anecdotes, de belles photos et d'articles inédits de 200 pages retraçant son histoire : Zidane - Roulettes, tonsure et première étoile.
    \n
    \nGrâcieux, discret, simple, fougueux, extraterrestre, timide, violent, idolâtré, patriote, brillant, amoureux, présidentiable, aérien,…

    ", - "content": "
    \n
    \nGrâcieux, discret, simple, fougueux, extraterrestre, timide, violent, idolâtré, patriote, brillant, amoureux, présidentiable, aérien,…

    ", + "title": "En direct : PSG - Bruges", + "description": "49' : Changement pour Paris S-G. Thilo Kehrer remplace Nuno Mendes qui a directement demandé le ...", + "content": "49' : Changement pour Paris S-G. Thilo Kehrer remplace Nuno Mendes qui a directement demandé le ...", "category": "", - "link": "https://www.sofoot.com/decouvrez-le-grand-et-beau-livre-so-foot-sur-zidane-roulettes-tonsure-et-premiere-etoile-507066.html", + "link": "https://www.sofoot.com/en-direct-psg-bruges-507986.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T10:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-decouvrez-le-grand-et-beau-livre-so-foot-sur-zidane-roulettes-tonsure-et-premiere-etoile-1637081049_x600_articles-alt-507066.jpg", + "pubDate": "2021-12-07T17:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-psg-bruges-1638898337_x600_articles-507986.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91031,17 +92759,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "81b847e0939836c4802c3f42f0b3c625" + "hash": "53c9f8b6cedd3247b85dde9e3d5f00c1" }, { - "title": "Les joueurs de l'Excel Mouscron partent en grève", - "description": "À Mouscron, rien ne va plus.
    \n
    \nSi les joueurs parviennent peu à peu à redresser une situation sportive périlleuse avec quatre victoires sur les quatre derniers matchs - mais une…

    ", - "content": "À Mouscron, rien ne va plus.
    \n
    \nSi les joueurs parviennent peu à peu à redresser une situation sportive périlleuse avec quatre victoires sur les quatre derniers matchs - mais une…

    ", + "title": "José Fonte : \"Si on joue pour faire match nul, on sera très proche de perdre\"", + "description": "À Fonte la forme.
    \n
    \nPrésent en conférence de presse ce mardi à Wolfsbourg, avant l'ultime rencontre de la phase de poules de Ligue des champions face aux Allemands prévue ce mercredi…

    ", + "content": "À Fonte la forme.
    \n
    \nPrésent en conférence de presse ce mardi à Wolfsbourg, avant l'ultime rencontre de la phase de poules de Ligue des champions face aux Allemands prévue ce mercredi…

    ", "category": "", - "link": "https://www.sofoot.com/les-joueurs-de-l-excel-mouscron-partent-en-greve-507686.html", + "link": "https://www.sofoot.com/jose-fonte-si-on-joue-pour-faire-match-nul-on-sera-tres-proche-de-perdre-507985.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-joueurs-de-l-excel-mouscron-partent-en-greve-1638288492_x600_articles-507686.jpg", + "pubDate": "2021-12-07T17:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jose-fonte-si-on-joue-pour-faire-match-nul-on-sera-tres-proche-de-perdre-1638898631_x600_articles-507985.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91051,17 +92779,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "26dfc4f1056cf2146ace1ab6519d85c6" + "hash": "3dd9842c3273e7f7e71ffbff1b5a344d" }, { - "title": "Ray Kennedy, légende de Liverpool, est décédé à l'âge de 70 ans", - "description": "Triste nouvelle.
    \n
    \nVainqueur de la Coupe d'Europe des clubs champions en 1977, 1978 et 1981, de la Coupe UEFA en 1976, champion d'Angleterre en 1976, 1977, 1979, 1980 et 1982 sous la…

    ", - "content": "Triste nouvelle.
    \n
    \nVainqueur de la Coupe d'Europe des clubs champions en 1977, 1978 et 1981, de la Coupe UEFA en 1976, champion d'Angleterre en 1976, 1977, 1979, 1980 et 1982 sous la…

    ", + "title": "Des équipements siglés PSG en vente sur la boutique de l'OM", + "description": "La grande réconciliation ?
    \n
    \nLa boutique officielle de l'Olympique de Marseille dispose de produits pour le moins étonnants. C'est ainsi que ce mardi après-midi, il était possible…

    ", + "content": "La grande réconciliation ?
    \n
    \nLa boutique officielle de l'Olympique de Marseille dispose de produits pour le moins étonnants. C'est ainsi que ce mardi après-midi, il était possible…

    ", "category": "", - "link": "https://www.sofoot.com/ray-kennedy-legende-de-liverpool-est-decede-a-l-age-de-70-ans-507691.html", + "link": "https://www.sofoot.com/des-equipements-sigles-psg-en-vente-sur-la-boutique-de-l-om-507981.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T15:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ray-kennedy-legende-de-liverpool-est-decede-a-l-age-de-70-ans-1638288265_x600_articles-507691.jpg", + "pubDate": "2021-12-07T16:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-des-equipements-sigles-psg-en-vente-sur-la-boutique-de-l-om-1638895904_x600_articles-507981.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91071,17 +92799,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "825893a49a77f46b122c60a44d54e284" + "hash": "09b682f035e7003e099239ed3a4d9ad6" }, { - "title": "Vers des rencontres à huis clos en Bavière ?", - "description": "Ça se corse en Bavière.
    \n
    \nAlors que la région est frappée de plein fouet par une sévère recrudescence des cas de Covid, les responsables du Land de Bavière s'apprêtent à prendre…

    ", - "content": "Ça se corse en Bavière.
    \n
    \nAlors que la région est frappée de plein fouet par une sévère recrudescence des cas de Covid, les responsables du Land de Bavière s'apprêtent à prendre…

    ", + "title": "Stanley Nsoki avant PSG-Bruges : \"Leonardo ne voulait pas me vendre\"", + "description": "Titi un jour, titi toujours.
    \n
    \nPour son dernier match de phase de poules ce mardi, le PSG reçoit le Club Bruges au Parc des Princes et accueillera sur sa pelouse l'un de ses anciens…

    ", + "content": "Titi un jour, titi toujours.
    \n
    \nPour son dernier match de phase de poules ce mardi, le PSG reçoit le Club Bruges au Parc des Princes et accueillera sur sa pelouse l'un de ses anciens…

    ", "category": "", - "link": "https://www.sofoot.com/vers-des-rencontres-a-huis-clos-en-baviere-507683.html", + "link": "https://www.sofoot.com/stanley-nsoki-avant-psg-bruges-leonardo-ne-voulait-pas-me-vendre-507980.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T15:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-vers-des-rencontres-a-huis-clos-en-baviere-1638288109_x600_articles-507683.jpg", + "pubDate": "2021-12-07T16:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-stanley-nsoki-avant-psg-bruges-leonardo-ne-voulait-pas-me-vendre-1638895168_x600_articles-507980.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91091,17 +92819,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a436e251d9b927523292a26df41bb8d2" + "hash": "854d271a0de89cf32c24b3f1177ea4e1" }, { - "title": "Kamara a zappé la conférence de presse pour des raisons personnelles", - "description": "Ça s'appelle remettre l'église au milieu du village.
    \n
    \nAu lendemain de la défaite de l'Olympique de Marseille
    ", - "content": "Ça s'appelle remettre l'église au milieu du village.
    \n
    \nAu lendemain de la défaite de l'Olympique de Marseille
    ", + "title": "Allan Saint-Maximin offre une montre à un supporter de Newcastle", + "description": "La fidélité paie.
    \n
    \nPourtant avant-dernier de Premier League avec Newcastle, Allan Saint-Maximin n'en oublie pas pour autant les fans des Magpies. Si le Français, taulier du…

    ", + "content": "La fidélité paie.
    \n
    \nPourtant avant-dernier de Premier League avec Newcastle, Allan Saint-Maximin n'en oublie pas pour autant les fans des Magpies. Si le Français, taulier du…

    ", "category": "", - "link": "https://www.sofoot.com/kamara-a-zappe-la-conference-de-presse-pour-des-raisons-personnelles-507682.html", + "link": "https://www.sofoot.com/allan-saint-maximin-offre-une-montre-a-un-supporter-de-newcastle-507979.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T15:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kamara-a-zappe-la-conference-de-presse-pour-des-raisons-personnelles-1638287873_x600_articles-507682.jpg", + "pubDate": "2021-12-07T16:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-allan-saint-maximin-offre-une-montre-a-un-supporter-de-newcastle-1638894262_x600_articles-507979.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91111,17 +92839,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "02ddc60b59c37a46d6cb92dc4a78f559" + "hash": "b84fc6cdc232e34ead67d7710048a50e" }, { - "title": "L'OL va installer des filets de sécurité devant ses virages", - "description": "L'annonce sparadrap du jour.
    \n
    \nAlors que le président Aulas n'a cessé de marteler que la bouteille arrivée sur le visage de Dimitri Payet le 21 novembre dernier n'était qu'un \"…

    ", - "content": "L'annonce sparadrap du jour.
    \n
    \nAlors que le président Aulas n'a cessé de marteler que la bouteille arrivée sur le visage de Dimitri Payet le 21 novembre dernier n'était qu'un \"…

    ", + "title": "Le Collectif Ultras Paris organise une collecte de jouets avant PSG-Bruges", + "description": "Noël commence tôt cette année.
    \n
    \nLe Collectif Ultras Paris a lancé, en marge de

    ", + "content": "Noël commence tôt cette année.
    \n
    \nLe Collectif Ultras Paris a lancé, en marge de


    ", "category": "", - "link": "https://www.sofoot.com/l-ol-va-installer-des-filets-de-securite-devant-ses-virages-507680.html", + "link": "https://www.sofoot.com/le-collectif-ultras-paris-organise-une-collecte-de-jouets-avant-psg-bruges-507977.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T14:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-ol-va-installer-des-filets-de-securite-devant-ses-virages-1638284193_x600_articles-507680.jpg", + "pubDate": "2021-12-07T15:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-collectif-ultras-paris-organise-une-collecte-de-jouets-avant-psg-bruges-1638891218_x600_articles-507977.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91131,17 +92859,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a80a7c2a4270b2023bdbb7c605afd1a7" + "hash": "57b39bb0c98b8e6696dcb9fd063f621f" }, { - "title": "Pronostic Clermont Lens : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Lens se reprend à Clermont

    \n
    \nAprès avoir passé de nombreuses années en Ligue 2, le Clermont Foot a décroché une montée historique en Ligue 1 en fin…
    ", - "content": "

    Lens se reprend à Clermont

    \n
    \nAprès avoir passé de nombreuses années en Ligue 2, le Clermont Foot a décroché une montée historique en Ligue 1 en fin…
    ", + "title": "La Française Stéphanie Frappart élue meilleure femme arbitre du Monde pour la troisième année de suite", + "description": "Enfin une distinction entre des mains françaises.
    \n
    \nSi Karim Benzema, Kylian Mbappé et N'Golo Kanté


    ", + "content": "Enfin une distinction entre des mains françaises.
    \n
    \nSi Karim Benzema, Kylian Mbappé et N'Golo Kanté


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-clermont-lens-analyse-cotes-et-prono-du-match-de-ligue-1-507684.html", + "link": "https://www.sofoot.com/la-francaise-stephanie-frappart-elue-meilleure-femme-arbitre-du-monde-pour-la-troisieme-annee-de-suite-507974.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-clermont-lens-analyse-cotes-et-prono-du-match-de-ligue-1-1638283477_x600_articles-507684.jpg", + "pubDate": "2021-12-07T15:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-francaise-stephanie-frappart-elue-meilleure-femme-arbitre-du-monde-pour-la-troisieme-annee-de-suite-1638889888_x600_articles-507974.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91151,17 +92879,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "09eaef02c740990146851c5c5ee2474d" + "hash": "ca1258c99ffbe834471f30c5ca9d7970" }, { - "title": "À Nîmes, Rani Assaf veut une \"supra association\"", - "description": "Pas sûr que ce soit une \"supra\" idée.
    \n
    \nRani Assaf, le président du Nîmes Olympique, aimerait créer une \"supra association\" avec les groupes de supporters, dans…

    ", - "content": "Pas sûr que ce soit une \"supra\" idée.
    \n
    \nRani Assaf, le président du Nîmes Olympique, aimerait créer une \"supra association\" avec les groupes de supporters, dans…

    ", + "title": "Après Borussia Dortmund-Bayern, 40 000 euros d'amende pour Jude Bellingham pour \"conduite antisportive\"", + "description": "Des propos qui coûtent cher.
    \n
    \nSûrement frustré par la tournure des événements ce samedi
    au…

    ", + "content": "Des propos qui coûtent cher.
    \n
    \nSûrement frustré par la tournure des événements ce samedi au…

    ", "category": "", - "link": "https://www.sofoot.com/a-nimes-rani-assaf-veut-une-supra-association-507677.html", + "link": "https://www.sofoot.com/apres-borussia-dortmund-bayern-40-000-euros-d-amende-pour-jude-bellingham-pour-conduite-antisportive-507973.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T14:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-a-nimes-rani-assaf-veut-une-supra-association-1638283184_x600_articles-507677.jpg", + "pubDate": "2021-12-07T14:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-apres-borussia-dortmund-bayern-40-000-euros-d-amende-pour-jude-bellingham-pour-conduite-antisportive-1638885302_x600_articles-507973.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91171,17 +92899,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "58e2e3b2e6dd8b64120be00da25f2f11" + "hash": "6c26ec95c262a9cd1cf0395329aa13c4" }, { - "title": "Pronostic Nantes OM : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Nantes tient tête à l'OM

    \n
    \nPassé près de la correctionnelle la saison passée, le FC Nantes s'était sauvé lors des barrages face à Toulouse. Le…
    ", - "content": "

    Nantes tient tête à l'OM

    \n
    \nPassé près de la correctionnelle la saison passée, le FC Nantes s'était sauvé lors des barrages face à Toulouse. Le…
    ", + "title": "L'Atlético de Madrid et le choix de l'embarras", + "description": "Champion d'Espagne en titre, l'Atlético de Madrid va jouer sa qualification pour les huitièmes de finale de la Ligue des champions sur la pelouse du FC Porto tout en gardant un œil du côté de Milan. Une situation complexe dans laquelle les Madrilènes se sont mis à cause d'un trop-plein de recrues à l'intersaison et d'une osmose collective difficile à trouver.Diego Simeone ne s'y attendait probablement pas, mais l'Atlético de Madrid 2021-2022 bégaie son football. Ce week-end,

    Lyon confirme face à Reims

    \n
    \nQuatrième de Ligue 1 la saison passée, l'Olympique Lyonnais a dû se contenter de l'Europa League. Pour atteindre une…
    ", - "content": "

    Lyon confirme face à Reims

    \n
    \nQuatrième de Ligue 1 la saison passée, l'Olympique Lyonnais a dû se contenter de l'Europa League. Pour atteindre une…
    ", + "title": "Pronostic Manchester United Young Boys Berne : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Manchester poursuit sa cure de jouvence face aux Young Boys

    \n
    \nFinaliste malheureux de la dernière Europa League, Manchester United avait des objectifs…
    ", + "content": "

    Manchester poursuit sa cure de jouvence face aux Young Boys

    \n
    \nFinaliste malheureux de la dernière Europa League, Manchester United avait des objectifs…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lyon-reims-analyse-cotes-et-prono-du-match-de-ligue-1-507679.html", + "link": "https://www.sofoot.com/pronostic-manchester-united-young-boys-berne-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507972.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T14:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lyon-reims-analyse-cotes-et-prono-du-match-de-ligue-1-1638282209_x600_articles-507679.jpg", + "pubDate": "2021-12-07T12:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-young-boys-berne-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638880532_x600_articles-507972.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91211,17 +92939,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "990caf09ebc6b40311465eeb1cd93a47" + "hash": "6f1a17e6a9d5a65d765d2741e1167254" }, { - "title": "Jacques-Henri Eyraud décoré de la légion d'honneur", - "description": "Son plus bel accomplissement depuis la signature de Grégory Sertic ?
    \n
    \nDécidément, ce lundi aura été le jour des belles breloques. Si
    ", - "content": "Son plus bel accomplissement depuis la signature de Grégory Sertic ?
    \n
    \nDécidément, ce lundi aura été le jour des belles breloques. Si
    ", + "title": "Aulas la menace", + "description": "OL-OM n'a pas fini de tourmenter la Ligue 1. Le rapport rendu par Ruddy Buquet, l'arbitre de la rencontre sous le feu de nombreuses critiques depuis, éclaire d'un nouveau jour le déroulé des faits en coulisses. Ce précieux document, qui a donc fuité, dresse un portrait peu flatteur de l'encadrement et de la direction des clubs concernés. À commencer par Jean-Michel Aulas, qui endosse un étrange rôle de parrain du foot français.\"Je tiens à préciser que M. Aulas Jean-Michel, président de l'Olympique lyonnais, a tenu les propos suivants au moment de quitter mon vestiaire : \"La compétition dépend de la LFP, vous…", + "content": "\"Je tiens à préciser que M. Aulas Jean-Michel, président de l'Olympique lyonnais, a tenu les propos suivants au moment de quitter mon vestiaire : \"La compétition dépend de la LFP, vous…", "category": "", - "link": "https://www.sofoot.com/jacques-henri-eyraud-decore-de-la-legion-d-honneur-507674.html", + "link": "https://www.sofoot.com/aulas-la-menace-507962.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T14:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jacques-henri-eyraud-decore-de-la-legion-d-honneur-1638281580_x600_articles-507674.jpg", + "pubDate": "2021-12-07T12:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aulas-la-menace-1638874986_x600_articles-alt-507962.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91231,17 +92959,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84b590db0eb63d0a66f89333ab759b23" + "hash": "7d2230340c38a06138b2e7a6e9a38d00" }, { - "title": "Pronostic Brest Saint-Etienne : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Brest, une 5e victoire de rang face à Saint-Etienne

    \n
    \nMal parti dans cette nouvelle saison de Ligue 1, le Stade Brestois a dû attendre la…
    ", - "content": "

    Brest, une 5e victoire de rang face à Saint-Etienne

    \n
    \nMal parti dans cette nouvelle saison de Ligue 1, le Stade Brestois a dû attendre la…
    ", + "title": "Pronostic Benfica Dynamo Kiev : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Le Benfica fait le taf face au Dynamo Kiev

    \n
    \nCette dernière journée de poule dans la Ligue des Champions nous offre une très belle lutte à distance…
    ", + "content": "

    Le Benfica fait le taf face au Dynamo Kiev

    \n
    \nCette dernière journée de poule dans la Ligue des Champions nous offre une très belle lutte à distance…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-brest-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-507676.html", + "link": "https://www.sofoot.com/pronostic-benfica-dynamo-kiev-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507968.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T13:35:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brest-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-1638281507_x600_articles-507676.jpg", + "pubDate": "2021-12-07T11:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-benfica-dynamo-kiev-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638879299_x600_articles-507968.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91251,17 +92979,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "199d81c0caaa45ad49dcad488e0c5d1f" + "hash": "fea0bda7c0f8e9cc5ea00f641894756f" }, { - "title": "Pronostic Metz Montpellier : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Metz sur sa lancée face à Montpellier

    \n
    \nSi le PSG domine largement la Ligue 1, le reste du championnat est toujours indécis entre les équipes luttant…
    ", - "content": "

    Metz sur sa lancée face à Montpellier

    \n
    \nSi le PSG domine largement la Ligue 1, le reste du championnat est toujours indécis entre les équipes luttant…
    ", + "title": "Jonathan Ikoné (Lille) victime d'un cambriolage à son domicile", + "description": "Un de plus sur la liste.
    \n
    \nAlors que son départ du Nord se précise, Jonathan Ikoné s'ajoute désormais à la longue liste des joueurs cambriolés. L'attaquant du LOSC a vu son…

    ", + "content": "Un de plus sur la liste.
    \n
    \nAlors que son départ du Nord se précise, Jonathan Ikoné s'ajoute désormais à la longue liste des joueurs cambriolés. L'attaquant du LOSC a vu son…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-metz-montpellier-analyse-cotes-et-prono-du-match-de-ligue-1-507675.html", + "link": "https://www.sofoot.com/jonathan-ikone-lille-victime-d-un-cambriolage-a-son-domicile-507963.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T13:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-metz-montpellier-analyse-cotes-et-prono-du-match-de-ligue-1-1638279624_x600_articles-507675.jpg", + "pubDate": "2021-12-07T11:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jonathan-ikone-lille-victime-d-un-cambriolage-a-son-domicile-1638875536_x600_articles-507963.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91271,17 +92999,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "995cc5a5bd2a2c86e482c0d2c6df4b83" + "hash": "147ad1c3288cdb64ff5d94d2133e1f90" }, { - "title": "Pronostic Rennes Lille : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Rennes poursuit sa belle dynamique face à Lille

    \n
    \nL'an passé, le Stade Rennais a connu une saison compliquée avec sa première participation en Ligue…
    ", - "content": "

    Rennes poursuit sa belle dynamique face à Lille

    \n
    \nL'an passé, le Stade Rennais a connu une saison compliquée avec sa première participation en Ligue…
    ", + "title": "L'ES Cannet-Rocheville accueillera l'OM... Au Vélodrome", + "description": "Marseille va jouer à l'extérieur et à domicile en même temps.
    \n
    \nL'équipe de l'Entente Cannet-Rocheville (située au Cannet, commune des des Alpes-Maritimes, et pensionnaire de N3),…

    ", + "content": "Marseille va jouer à l'extérieur et à domicile en même temps.
    \n
    \nL'équipe de l'Entente Cannet-Rocheville (située au Cannet, commune des des Alpes-Maritimes, et pensionnaire de N3),…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-rennes-lille-analyse-cotes-et-prono-du-match-de-ligue-1-507673.html", + "link": "https://www.sofoot.com/l-es-cannet-rocheville-accueillera-l-om-au-velodrome-507960.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T13:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rennes-lille-analyse-cotes-et-prono-du-match-de-ligue-1-1638278999_x600_articles-507673.jpg", + "pubDate": "2021-12-07T10:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-es-cannet-rocheville-accueillera-l-om-au-velodrome-1638874881_x600_articles-507960.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91291,17 +93019,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fa9e93f9f78918b6b3582c3819e615e" + "hash": "c4abbd06e9b6fda9282469f6747670e0" }, { - "title": "Pronostic Strasbourg Bordeaux : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Strasbourg enfonce Bordeaux

    \n
    \nAprès 15 journées de championnat, le Racing Club de Strasbourg occupe la 8e place avec 20 points au compteur.…
    ", - "content": "

    Strasbourg enfonce Bordeaux

    \n
    \nAprès 15 journées de championnat, le Racing Club de Strasbourg occupe la 8e place avec 20 points au compteur.…
    ", + "title": "Robert Lewandowski après le Ballon d'or : \"Je voudrais que Lionel Messi soit sincère et que ce ne soient pas des mots creux\"", + "description": "Le seum s'exporte jusqu'en Pologne.
    \n
    \nAlors que Lionel Messi a été désigné Ballon d'or pour la septième fois de sa…

    ", + "content": "Le seum s'exporte jusqu'en Pologne.
    \n
    \nAlors que Lionel Messi a été désigné Ballon d'or pour la septième fois de sa…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-strasbourg-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-507672.html", + "link": "https://www.sofoot.com/robert-lewandowski-apres-le-ballon-d-or-je-voudrais-que-lionel-messi-soit-sincere-et-que-ce-ne-soient-pas-des-mots-creux-507961.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T13:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-strasbourg-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-1638278362_x600_articles-507672.jpg", + "pubDate": "2021-12-07T10:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-robert-lewandowski-apres-le-ballon-d-or-je-voudrais-que-lionel-messi-soit-sincere-et-que-ce-ne-soient-pas-des-mots-creux-1638873867_x600_articles-507961.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91311,17 +93039,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b52cf46eb11378d1594a376c70e37043" + "hash": "b0386be3f2eaa6619c564dcae4ac75ff" }, { - "title": "Mattia Caldara, la renaissance vénitienne", - "description": "En 2017, Mattia Caldara symbolisait le futur de la défense italienne. Beau, jeune, cultivé, le natif de Bergame avait tout pour prendre la suite de Giorgio Chiellini ou de Leonardo Bonucci. Quatre ans plus tard, les galères et les pépins physiques l'ont obligé à se relancer du côté du promu Venezia, dans le cadre d'un prêt de l'AC Milan. Mardi soir, le Lombard retrouve son club formateur, l'Atalanta, et espère réaliser sa meilleure partition. Pour prouver qu'il va mieux.Trois ans, dix mois et vingt-six jours. Pour Mattia Caldara – malgré son poste de défenseur central –, cela représente une éternité sans faire trembler les filets. Face à l'AS Roma le 7…", - "content": "Trois ans, dix mois et vingt-six jours. Pour Mattia Caldara – malgré son poste de défenseur central –, cela représente une éternité sans faire trembler les filets. Face à l'AS Roma le 7…", + "title": "Tottenham décimé par la Covid-19 avant la réception de Rennes", + "description": "En voilà un qui n'a pas besoin de l'Eurostar.
    \n
    \nIl n'y a pas que le Portugal qui…

    ", + "content": "En voilà un qui n'a pas besoin de l'Eurostar.
    \n
    \nIl n'y a pas que le Portugal qui…

    ", "category": "", - "link": "https://www.sofoot.com/mattia-caldara-la-renaissance-venitienne-507633.html", + "link": "https://www.sofoot.com/tottenham-decime-par-la-covid-19-avant-la-reception-de-rennes-507957.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mattia-caldara-la-renaissance-venitienne-1638204457_x600_articles-alt-507633.jpg", + "pubDate": "2021-12-07T10:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-decime-par-la-covid-19-avant-la-reception-de-rennes-1638872924_x600_articles-507957.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91331,17 +93059,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "31b3409a6a77fbd0d5c37e097ae7f9e4" + "hash": "d23fbc7bb952a29dd63e2deee46d87b9" }, { - "title": "C'est quoi cette Coupe arabe de la FIFA ?", - "description": "Du 30 novembre au 18 décembre, la FIFA organise, avec le Qatar, la Coupe arabe 2021 de la FIFA. Seize équipes asiatiques et africaines issues du monde arabe vont participer à la phase finale d'une compétition transcontinentale tombée dans l'oubli. Et pour le pays hôte, cela rassemble à une ultime répétition avant la Coupe du monde 2022.

  • Une compétition vieille de 58 ans remise au goût du jour
  • \n
    \nNon, cette Coupe arabe n'est pas une idée qui vient tout…
    ", - "content": "

  • Une compétition vieille de 58 ans remise au goût du jour
  • \n
    \nNon, cette Coupe arabe n'est pas une idée qui vient tout…
    ", + "title": "Le best of des buts amateurs du week-end des 4 et 5 décembre 2021", + "description": "Comme chaque début de semaine, retrouvez grâce au Vrai Foot Day et à l'application Rematch les plus belles vidéos de foot amateur filmées chaque week-end depuis le bord du terrain.Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", + "content": "Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", "category": "", - "link": "https://www.sofoot.com/c-est-quoi-cette-coupe-arabe-de-la-fifa-507617.html", + "link": "https://www.sofoot.com/le-best-of-des-buts-amateurs-du-week-end-des-4-et-5-decembre-2021-507939.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-c-est-quoi-cette-coupe-arabe-de-la-fifa-1638188639_x600_articles-alt-507617.jpg", + "pubDate": "2021-12-07T09:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-best-of-des-buts-amateurs-du-week-end-des-4-et-5-decembre-2021-1638809693_x600_articles-alt-507939.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91351,17 +93079,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "48f5ddd9ab5bf73fcc7af242814ade50" + "hash": "ec6904f7d369c5dd1d615f016e0c9c87" }, { - "title": "Pronostic Troyes Lorient : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un Troyes – Lorient cadenassé

    \n
    \nDans le cadre de la 16e journée de Ligue 1, Troyes reçoit Lorient dans une rencontre importante dans le…
    ", - "content": "

    Un Troyes – Lorient cadenassé

    \n
    \nDans le cadre de la 16e journée de Ligue 1, Troyes reçoit Lorient dans une rencontre importante dans le…
    ", + "title": "Pronostic Salzbourg Séville : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    La victoire de la qualif' pour le FC Séville face à Salzbourg

    \n
    \nLe groupe G de la Ligue des Champions nous offre une dernière journée à suspense…
    ", + "content": "

    La victoire de la qualif' pour le FC Séville face à Salzbourg

    \n
    \nLe groupe G de la Ligue des Champions nous offre une dernière journée à suspense…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-troyes-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-507671.html", + "link": "https://www.sofoot.com/pronostic-salzbourg-seville-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507958.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T12:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-troyes-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-1638277862_x600_articles-507671.jpg", + "pubDate": "2021-12-07T09:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-salzbourg-seville-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638871508_x600_articles-507958.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91371,17 +93099,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d631104c6fd2d7c3f9b472748c383a4d" + "hash": "cc981e5b72bbc5365e389f67dc8ebe0b" }, { - "title": "Le PSG engrange 1,48 million d'euros par jour", - "description": "\"Qu'est-ce que je vais faire de tout cet oseille.\"
    \n
    \nEn effet, le club de la capitale amasse chaque jour 1,48 million d'euros. Soit 61 712€ par heure, 1028,4€ chaque minute…

    ", - "content": "\"Qu'est-ce que je vais faire de tout cet oseille.\"
    \n
    \nEn effet, le club de la capitale amasse chaque jour 1,48 million d'euros. Soit 61 712€ par heure, 1028,4€ chaque minute…

    ", + "title": "Aminata Diallo et Kheira Hamraoui (PSG) de retour à l'entraînement collectif", + "description": "Retour au terrain.
    \n
    \nVoilà maintenant plus d'un mois qu'Aminata Diallo et Kheira Hamraoui sont au coeur d'
    ", + "content": "Retour au terrain.
    \n
    \nVoilà maintenant plus d'un mois qu'Aminata Diallo et Kheira Hamraoui sont au coeur d'
    ", "category": "", - "link": "https://www.sofoot.com/le-psg-engrange-148-million-d-euros-par-jour-507667.html", + "link": "https://www.sofoot.com/aminata-diallo-et-kheira-hamraoui-psg-de-retour-a-l-entrainement-collectif-507955.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T12:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-psg-engrange-148-million-d-euros-par-jour-1638277115_x600_articles-507667.jpg", + "pubDate": "2021-12-07T09:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aminata-diallo-et-kheira-hamraoui-psg-de-retour-a-l-entrainement-collectif-1638870063_x600_articles-507955.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91391,17 +93119,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "188ea81d4e051611d7305710b6ddb765" + "hash": "c7fc0809fb551de9db8a4bb669a9db36" }, { - "title": "Pronostic Angers Monaco : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Angers – Monaco : Les 2 équipes marquent

    \n
    \nSurprise de ce début de saison avec de très bonnes performances, Angers a connu depuis quelques semaines…
    ", - "content": "

    Angers – Monaco : Les 2 équipes marquent

    \n
    \nSurprise de ce début de saison avec de très bonnes performances, Angers a connu depuis quelques semaines…
    ", + "title": "Pronostic Zenit Chelsea : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Chelsea assure sa 1re place chez le Zenit

    \n
    \nEn dominant largement Malmö lors du match aller, le Zenit St Petersbourg avait fait un grand pas…
    ", + "content": "

    Chelsea assure sa 1re place chez le Zenit

    \n
    \nEn dominant largement Malmö lors du match aller, le Zenit St Petersbourg avait fait un grand pas…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-angers-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-507670.html", + "link": "https://www.sofoot.com/pronostic-zenit-chelsea-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507956.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T12:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-angers-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-1638277073_x600_articles-507670.jpg", + "pubDate": "2021-12-07T09:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-zenit-chelsea-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638870629_x600_articles-507956.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91411,17 +93139,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f94660b5d3c9eb534e6c1a438cb6430a" + "hash": "cd2e5450086b55d228f76be9d3e863ce" }, { - "title": "Pronostic PSG Nice : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Le PSG assure face à Nice

    \n
    \nL'affiche de la 16e journée de Ligue 1 nous amène mercredi au Parc des Princes où le leader parisien reçoit…
    ", - "content": "

    Le PSG assure face à Nice

    \n
    \nL'affiche de la 16e journée de Ligue 1 nous amène mercredi au Parc des Princes où le leader parisien reçoit…
    ", + "title": "Pronostic Juventus Malmö : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    La Juventus solide face à Malmö

    \n
    \nEn s'inclinant lourdement à Stamford Bridge lors de la dernière journée (4-0), la Juventus a certainement dit…
    ", + "content": "

    La Juventus solide face à Malmö

    \n
    \nEn s'inclinant lourdement à Stamford Bridge lors de la dernière journée (4-0), la Juventus a certainement dit…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-psg-nice-analyse-cotes-et-prono-du-match-de-ligue-1-507669.html", + "link": "https://www.sofoot.com/pronostic-juventus-malmo-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507954.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T12:08:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-psg-nice-analyse-cotes-et-prono-du-match-de-ligue-1-1638275320_x600_articles-507669.jpg", + "pubDate": "2021-12-07T09:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-juventus-malmo-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638870037_x600_articles-507954.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91431,17 +93159,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1c098355f16b9265c7e526853b01888" + "hash": "2ef2149f73dce0dfbd0b4af9e9ff0000" }, { - "title": "Donnons un Ballon d'or au collectif italien", - "description": "L'Italie a donc gagné l'Euro, et cinq Italiens se sont classés dans le top 30 du Ballon d'or. Mais aucun ne soulèvera le globe doré. Et c'est finalement logique, puisque Roberto Mancini a basé son succès sur la force du collectif plus que sur les individualités.Depuis Naples, où il s'est définitivement réinstallé après son départ de Chine, Fabio Cannavaro peut dormir sur ses deux oreilles. Quinze ans après son sacre, il demeure toujours le dernier…", - "content": "Depuis Naples, où il s'est définitivement réinstallé après son départ de Chine, Fabio Cannavaro peut dormir sur ses deux oreilles. Quinze ans après son sacre, il demeure toujours le dernier…", + "title": "Pronostic Bayern Munich Barcelone : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Le Bayern Munich sort Barcelone

    \n
    \nL'affiche de cette dernière journée de Ligue des Champions mercredi met aux prises le Bayern Munich au FC Barcelone.…
    ", + "content": "

    Le Bayern Munich sort Barcelone

    \n
    \nL'affiche de cette dernière journée de Ligue des Champions mercredi met aux prises le Bayern Munich au FC Barcelone.…
    ", "category": "", - "link": "https://www.sofoot.com/donnons-un-ballon-d-or-au-collectif-italien-507657.html", + "link": "https://www.sofoot.com/pronostic-bayern-munich-barcelone-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507953.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T12:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-donnons-un-ballon-d-or-au-collectif-italien-1638271846_x600_articles-alt-507657.jpg", + "pubDate": "2021-12-07T09:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bayern-munich-barcelone-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638869118_x600_articles-507953.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91451,17 +93179,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff51343fce9b3d160a7f1090e62e7691" + "hash": "d5147c32e2daf4b194c3da57806412bf" }, { - "title": "Pronostic Everton Liverpool : Analyse, cotes et prono du match de Premier League", - "description": "

    Everton – Liverpool : un derby rouge

    \n
    \nLa 14e journée de Premier League nous offre ce mercredi le fameux derby de Liverpool entre Everton et…
    ", - "content": "

    Everton – Liverpool : un derby rouge

    \n
    \nLa 14e journée de Premier League nous offre ce mercredi le fameux derby de Liverpool entre Everton et…
    ", + "title": "Pablo Longoria, président de l'OM : \"Si chaque fois qu'un match est interrompu, on doit le rejouer...\"", + "description": "Ou comment donner son avis, sans le donner.
    \n
    \nCe mercredi 8 décembre, c'est le Jour-J. La commission de discipline rendra le verdict tant attendu concernant
    ", + "content": "Ou comment donner son avis, sans le donner.
    \n
    \nCe mercredi 8 décembre, c'est le Jour-J. La commission de discipline rendra le verdict tant attendu concernant
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-everton-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-507668.html", + "link": "https://www.sofoot.com/pablo-longoria-president-de-l-om-si-chaque-fois-qu-un-match-est-interrompu-on-doit-le-rejouer-507951.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T11:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-everton-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-1638274182_x600_articles-507668.jpg", + "pubDate": "2021-12-07T08:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pablo-longoria-president-de-l-om-si-chaque-fois-qu-un-match-est-interrompu-on-doit-le-rejouer-1638867553_x600_articles-507951.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91471,17 +93199,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "632318c18f30b4b7bbb055683d0ad7d7" + "hash": "b0a3421807519d419c9b3bda105b5dc2" }, { - "title": "Deux personnes jugées pour un projet d'attentat au Roazhon Park", - "description": "Le pire a peut-être été évité.
    \n
    \nDeux hommes âgés de 21 ans sont jugés à partir de ce mardi devant la cour d'assises des mineurs de Paris. Les intéressés sont suspectés…

    ", - "content": "Le pire a peut-être été évité.
    \n
    \nDeux hommes âgés de 21 ans sont jugés à partir de ce mardi devant la cour d'assises des mineurs de Paris. Les intéressés sont suspectés…

    ", + "title": "OL-OM : Ruddy Buquet raconte les menaces de Jean-Michel Aulas pour que le match reprenne", + "description": "Le Buquet final.
    \n
    \nLe Lyon-Marseille interrompu le 21 novembre…

    ", + "content": "Le Buquet final.
    \n
    \nLe Lyon-Marseille interrompu le 21 novembre…

    ", "category": "", - "link": "https://www.sofoot.com/deux-personnes-jugees-pour-un-projet-d-attentat-au-roazhon-park-507665.html", + "link": "https://www.sofoot.com/ol-om-ruddy-buquet-raconte-les-menaces-de-jean-michel-aulas-pour-que-le-match-reprenne-507949.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T11:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-deux-personnes-jugees-pour-un-projet-d-attentat-au-roazhon-park-1638271647_x600_articles-507665.jpg", + "pubDate": "2021-12-07T08:37:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ol-om-ruddy-buquet-raconte-les-menaces-de-jean-michel-aulas-pour-que-le-match-reprenne-1638867601_x600_articles-507949.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91491,17 +93219,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "adb0667554332287c258ee4e8a6bb2bb" + "hash": "8c9ae5c2d75fbd0b5c5ab86af91a988c" }, { - "title": "Le PSG doit-il célébrer ce Ballon d'or ?", - "description": "Lionel Messi Ballon d'or, Gianluigi Donnarumma meilleur gardien, le PSG a passé un lundi soir couronné de succès avec deux joueurs primés. Sauf que l'Argentin et l'Italien ne l'ont pas été pour leurs œuvres parisiennes. Peu importe, c'est en tant que joueurs du PSG qu'ils sont venus chercher leur trophée sur scène. De quoi permettre aux dirigeants parisiens de faire le paon tout en essayant de trouver un positionnement adéquat entre gêne, satisfaction et récupération. Comme le disait Liam Neeson dans Taken : \"BON CHANCE\".PSG-Nice, le Parc des Princes est garni et célèbre, en avant-match, son premier Ballon d'or. Lionel Messi, sept baudruches dorées au-dessus de sa cheminée, s'avance vers le rond central. Le…", - "content": "PSG-Nice, le Parc des Princes est garni et célèbre, en avant-match, son premier Ballon d'or. Lionel Messi, sept baudruches dorées au-dessus de sa cheminée, s'avance vers le rond central. Le…", + "title": "Willy Caballero, sans club, rejoint Southampton pour un mois", + "description": "À noter qu'aucune convention de stage n'est stipulée dans la transaction.
    \n
    \nTenter le grand défi du Mois sans Tabac ? C'est possible. Ne pas boire une goute d'alcool pendant la…

    ", + "content": "À noter qu'aucune convention de stage n'est stipulée dans la transaction.
    \n
    \nTenter le grand défi du Mois sans Tabac ? C'est possible. Ne pas boire une goute d'alcool pendant la…

    ", "category": "", - "link": "https://www.sofoot.com/le-psg-doit-il-celebrer-ce-ballon-d-or-507664.html", + "link": "https://www.sofoot.com/willy-caballero-sans-club-rejoint-southampton-pour-un-mois-507948.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T11:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-psg-doit-il-celebrer-ce-ballon-d-or-1638268384_x600_articles-alt-507664.jpg", + "pubDate": "2021-12-07T08:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-willy-caballero-sans-club-rejoint-southampton-pour-un-mois-1638865329_x600_articles-507948.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91511,17 +93239,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5daa183bd5b409911095de7a2ccad5c" + "hash": "f056697603bc32129119111b768e22cf" }, { - "title": "Habib Beye s'insurge contre la remise du trophée Yachine à Donnarumma à la place de Mendy", - "description": "La soirée des scandales ?
    \n
    \nHabib Beye, aujourd'hui à la tête du Red Star et consultant pour Canal+, est revenu sur le trophée Yachine qui récompense le meilleur gardien de…

    ", - "content": "La soirée des scandales ?
    \n
    \nHabib Beye, aujourd'hui à la tête du Red Star et consultant pour Canal+, est revenu sur le trophée Yachine qui récompense le meilleur gardien de…

    ", + "title": "Pronostic PSG Bruges : Analyse, cotes et prono du match de Ligue des Champions", + "description": "Après le quasi carton plein sur le dernier match des Bleus, et le Lille-Salzbourg et le Manchester City - PSG de la dernière journée de C1 !

    Déposez 100€ et misez directement avec 200€ sur PSG - Club Bruges

    \n
    \n
    ", + "content": "

    Déposez 100€ et misez directement avec 200€ sur PSG - Club Bruges

    \n
    \n

    ", "category": "", - "link": "https://www.sofoot.com/habib-beye-s-insurge-contre-la-remise-du-trophee-yachine-a-donnarumma-a-la-place-de-mendy-507660.html", + "link": "https://www.sofoot.com/pronostic-psg-bruges-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507932.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T10:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-habib-beye-s-insurge-contre-la-remise-du-trophee-yachine-a-donnarumma-a-la-place-de-mendy-1638267812_x600_articles-507660.jpg", + "pubDate": "2021-12-06T12:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-psg-bruges-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638795361_x600_articles-507932.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91531,17 +93259,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "18d74296f7ba05b9c8f97be0600a170a" + "hash": "a650647386e4df7e29a860b36f5eee63" }, { - "title": "Coupe de France : le tirage au sort complet des 32e de finale", - "description": "Exit le Ballon d'or, place au vrai foot.
    \n
    \nCe lundi, les présidents des 64 clubs restants en Coupe de France avaient les yeux rivés sur le tirage au sort, réalisé au Parc des Princes.…

    ", - "content": "Exit le Ballon d'or, place au vrai foot.
    \n
    \nCe lundi, les présidents des 64 clubs restants en Coupe de France avaient les yeux rivés sur le tirage au sort, réalisé au Parc des Princes.…

    ", + "title": "Paris Saint-Germain, le jeu c'est maintenant", + "description": "Déjà qualifié pour les huitièmes de finale de la Ligue des champions et assuré de terminer à la deuxième place de son groupe, le PSG affronte Bruges au Parc des Princes dans une rencontre sans enjeu pour le club de la capitale d'un point de vue comptable. Sauf qu'il pourrait justement permettre de proposer du jeu et ainsi servir de déclic pour les matchs à venir.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/coupe-de-france-le-tirage-au-sort-complet-des-32e-de-finale-507662.html", + "link": "https://www.sofoot.com/paris-saint-germain-le-jeu-c-est-maintenant-507946.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T10:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-le-tirage-au-sort-complet-des-32e-de-finale-1638267254_x600_articles-507662.jpg", + "pubDate": "2021-12-07T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paris-saint-germain-le-jeu-c-est-maintenant-1638813831_x600_articles-alt-507946.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91551,17 +93279,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "237e6216fcdb6bd4d05f09c0f08f9011" + "hash": "08f10534a429b75f67f94a41cff9d655" }, { - "title": "Le sélectionneur de la Nouvelle-Zélande écœuré par l'organisation des qualifications de la zone Océanie", - "description": "Le Qatar, ce fabuleux pays d'Océanie.
    \n
    \nAussi approximatif que la géographie de l'Eurovision avec l'Australie, le tournoi qualificatif à la Coupe du monde 2022 pour la zone Océanie…

    ", - "content": "Le Qatar, ce fabuleux pays d'Océanie.
    \n
    \nAussi approximatif que la géographie de l'Eurovision avec l'Australie, le tournoi qualificatif à la Coupe du monde 2022 pour la zone Océanie…

    ", + "title": "Pierre Kalulu : \"On ne m'a jamais formé à être défenseur\"", + "description": "En l'espace d'un an, Pierre Kalulu (21 ans) est passé de la réserve de l'Olympique lyonnais à des combinaisons avec Zlatan Ibrahimović à base d'aile de pigeon au Milan, l'actuel leader de Serie A. Le défenseur ultra-polyvalent des Rossoneri et de l'équipe de France espoirs se confie sur son jeu, son caractère et le vestiaire milanais où le géant suédois se révèle être \"un bon collègue\".
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/le-selectionneur-de-la-nouvelle-zelande-ecoeure-par-l-organisation-des-qualifications-de-la-zone-oceanie-507661.html", + "link": "https://www.sofoot.com/pierre-kalulu-on-ne-m-a-jamais-forme-a-etre-defenseur-507940.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-selectionneur-de-la-nouvelle-zelande-ecoeure-par-l-organisation-des-qualifications-de-la-zone-oceanie-1638266863_x600_articles-507661.jpg", + "pubDate": "2021-12-07T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pierre-kalulu-on-ne-m-a-jamais-forme-a-etre-defenseur-1638807985_x600_articles-alt-507940.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91571,17 +93299,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "756576339a455a8ec6c4dcd6be4155ad" + "hash": "abd34ac7a460e0734ff548aff6aa8d33" }, { - "title": "Ethan Mbappé appelé avec l'équipe de France U16", - "description": "Pour jouer piston ?
    \n
    \nSi Kylian a fini à une honorable neuvième place
    au classement du Ballon…

    ", - "content": "Pour jouer piston ?
    \n
    \nSi Kylian a fini à une honorable neuvième place au classement du Ballon…

    ", + "title": "Vinícius Júnior, si señor !", + "description": "L'an passé, Vinícius Júnior était raillé pour son manque d'efficacité devant le but. Désormais, il est plus qu'un complément de Karim Benzema et s'affirme comme l'un des meilleurs joueurs du championnat espagnol. En l'absence du Français ce mardi face à l'Inter, c'est lui qui portera l'attaque madrilène.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/ethan-mbappe-appele-avec-l-equipe-de-france-u16-507659.html", + "link": "https://www.sofoot.com/vinicius-junior-si-senor-507927.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T09:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ethan-mbappe-appele-avec-l-equipe-de-france-u16-1638265104_x600_articles-507659.jpg", + "pubDate": "2021-12-07T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vinicius-junior-si-senor-1638790181_x600_articles-alt-507927.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91591,17 +93319,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa9a5a3efb457012cdf1d87cba1214d1" + "hash": "2866dd5f3491d50e33e83b836a2f13e2" }, { - "title": "Marcelo Bielsa : \"J'ai de sérieux doutes sur l'avenir du football professionnel\"", - "description": "\"... et nous regardons ailleurs\", aurait complété Jacques Chirac.
    \n
    \nEn conférence de presse ce lundi, Marcelo Bielsa a tenu à donner son sentiment sur le rythme des matchs…

    ", - "content": "\"... et nous regardons ailleurs\", aurait complété Jacques Chirac.
    \n
    \nEn conférence de presse ce lundi, Marcelo Bielsa a tenu à donner son sentiment sur le rythme des matchs…

    ", + "title": "Everton scalpe Arsenal et renoue avec la victoire", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/marcelo-bielsa-j-ai-de-serieux-doutes-sur-l-avenir-du-football-professionnel-507658.html", + "link": "https://www.sofoot.com/everton-scalpe-arsenal-et-renoue-avec-la-victoire-507921.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T09:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-marcelo-bielsa-j-ai-de-serieux-doutes-sur-l-avenir-du-football-professionnel-1638264108_x600_articles-507658.jpg", + "pubDate": "2021-12-06T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-everton-scalpe-arsenal-et-renoue-avec-la-victoire-1638828272_x600_articles-507921.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91611,37 +93339,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "a63696d711f56cb5ae30d5800e97e09a" + "hash": "b01230ad0fe59f404294d12fec9a85e2" }, { - "title": "Mohamed Salah a remporté le Golden Foot Award", - "description": "Petit lot de consolation.
    \n
    \nTous les projecteurs étaient braqués sur l'annonce du Ballon d'or 2021 ce lundi soir. Mais dans le même temps, à Monaco, une autre cérémonie avait lieu :…

    ", - "content": "Petit lot de consolation.
    \n
    \nTous les projecteurs étaient braqués sur l'annonce du Ballon d'or 2021 ce lundi soir. Mais dans le même temps, à Monaco, une autre cérémonie avait lieu :…

    ", + "title": "Niort fait chuter le leader Toulouse", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/mohamed-salah-a-remporte-le-golden-foot-award-507656.html", + "link": "https://www.sofoot.com/niort-fait-chuter-le-leader-toulouse-507920.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T09:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mohamed-salah-a-remporte-le-golden-foot-award-1638263908_x600_articles-507656.jpg", + "pubDate": "2021-12-06T21:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-niort-fait-chuter-le-leader-toulouse-1638825773_x600_articles-507920.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "625ba3892397592d61249fc4f51709d1" + "hash": "ffc1701e71929f9e9ca9017279e47d1d" }, { - "title": "Nasser al-Khelaïfi dément les rumeurs autour de Zidane au PSG", - "description": "Zizou, pour quoi faire ?
    \n
    \nBien présent au théâtre du Châtelet ce lundi pour voir sa recrue phare de cet été glaner…

    ", - "content": "Zizou, pour quoi faire ?
    \n
    \nBien présent au théâtre du Châtelet ce lundi pour voir sa recrue phare de cet été glaner…

    ", + "title": "Andrés Iniesta dans le onze type de la saison au Japon", + "description": "Trente-sept ans et toujours aussi fringant.
    \n
    \nAndrés Iniesta a été récompensé au Japon par une présence dans le onze type de la saison de J-League. C'est le seul joueur du Vissel…

    ", + "content": "Trente-sept ans et toujours aussi fringant.
    \n
    \nAndrés Iniesta a été récompensé au Japon par une présence dans le onze type de la saison de J-League. C'est le seul joueur du Vissel…

    ", "category": "", - "link": "https://www.sofoot.com/nasser-al-khelaifi-dement-les-rumeurs-autour-de-zidane-au-psg-507654.html", + "link": "https://www.sofoot.com/andres-iniesta-dans-le-onze-type-de-la-saison-au-japon-507945.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T08:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nasser-al-khelaifi-dement-les-rumeurs-autour-de-zidane-au-psg-1638261605_x600_articles-507654.jpg", + "pubDate": "2021-12-06T16:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-andres-iniesta-dans-le-onze-type-de-la-saison-au-japon-1638810522_x600_articles-507945.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91651,17 +93379,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "485e70e08b71c1f9173a10da30dadb39" + "hash": "f12044daa1cd517ee672914633d64a2f" }, { - "title": "Aulas sur OL-OM : \"Je ne vois pas comment on pourrait nous donner match perdu\"", - "description": "Aulas défend son steak.
    \n
    \nNeuf jours après l'interruption de Lyon-Marseille pour des raisons de sécurité, Jean-Michel Aulas revient
    ", - "content": "Aulas défend son steak.
    \n
    \nNeuf jours après l'interruption de Lyon-Marseille pour des raisons de sécurité, Jean-Michel Aulas revient
    ", + "title": "La CAN pourrait être délocalisée au Qatar", + "description": "Le flou règne concernant la tenue de la Coupe d'Afrique des nations 2022.
    \n
    \nPrévue initialement du 9 janvier au 6 février au Cameroun, la compétition pourrait tout simplement être…

    ", + "content": "Le flou règne concernant la tenue de la Coupe d'Afrique des nations 2022.
    \n
    \nPrévue initialement du 9 janvier au 6 février au Cameroun, la compétition pourrait tout simplement être…

    ", "category": "", - "link": "https://www.sofoot.com/aulas-sur-ol-om-je-ne-vois-pas-comment-on-pourrait-nous-donner-match-perdu-507653.html", + "link": "https://www.sofoot.com/la-can-pourrait-etre-delocalisee-au-qatar-507944.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T08:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aulas-sur-ol-om-je-ne-vois-pas-comment-on-pourrait-nous-donner-match-perdu-1638260396_x600_articles-507653.jpg", + "pubDate": "2021-12-06T16:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-can-pourrait-etre-delocalisee-au-qatar-1638809161_x600_articles-507944.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91671,17 +93399,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6760d92bc9d7c3d26018595b38a8f17e" + "hash": "cfe2f32dc419266364b721b416d2984d" }, { - "title": "Le best of des buts amateurs du week-end des 27 et 28 novembre 2021", - "description": "Comme chaque début de semaine, retrouvez grâce au Vrai Foot Day et à l'application Rematch les plus belles vidéos de foot amateur filmées chaque week-end depuis le bord du terrain.Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", - "content": "Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", + "title": "Nathalie Boy de la Tour rejoint le conseil d'administration du RC Lens", + "description": "Première recrue hivernale chez les Sang et Or.
    \n
    \nEt ce ne sera pas pour venir combler un effectif déjà bien garni, mais plutôt pour renforcer les rangs des missions hors terrain. Dans…

    ", + "content": "Première recrue hivernale chez les Sang et Or.
    \n
    \nEt ce ne sera pas pour venir combler un effectif déjà bien garni, mais plutôt pour renforcer les rangs des missions hors terrain. Dans…

    ", "category": "", - "link": "https://www.sofoot.com/le-best-of-des-buts-amateurs-du-week-end-des-27-et-28-novembre-2021-507635.html", + "link": "https://www.sofoot.com/nathalie-boy-de-la-tour-rejoint-le-conseil-d-administration-du-rc-lens-507943.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T07:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-best-of-des-buts-amateurs-du-week-end-des-27-et-28-novembre-2021-1638258642_x600_articles-alt-507635.jpg", + "pubDate": "2021-12-06T15:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nathalie-boy-de-la-tour-rejoint-le-conseil-d-administration-du-rc-lens-1638809445_x600_articles-507943.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91691,17 +93419,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5c39e2d3ee8b15c42132648b0726342" + "hash": "a1ca370eb62d7fa99869354e55d2a6f3" }, { - "title": "Comment j'ai gagné une Playstation 5 grâce à SO FOOT ", - "description": "Chaque mois depuis le début de saison, SO FOOT et Rue des Joueurs vous proposent d'essayer de gagner une Playstation 5 (et beaucoup d'autres gains) en jouant gratuitement à la SO FOOT LIGUE. Alors qu'on remet une console en jeu pour le mois de décembre et les fêtes de fin d'année, on est allé prendre des nouvelles de Thomas, qui a gagné la première PS5 de la saison en septembre.
    \n
    Depuis quand joues-tu à la SO FOOT LIGUE ?
    \nDepuis le tout premier jour, en fait ! Je suis lecteur de So Foot depuis pas mal d'années et lorsque la SFL a…
    ", - "content": "Depuis quand joues-tu à la SO FOOT LIGUE ?
    \nDepuis le tout premier jour, en fait ! Je suis lecteur de So Foot depuis pas mal d'années et lorsque la SFL a…
    ", + "title": "Une incroyable série sans succès pour Levante ", + "description": "La série qui fait mal.
    \n
    \nÀ la suite de son match nul face à Osasuna ce dimanche (0-0), Levante compte désormais 24 matchs sans victoire en Liga, égalant la série du Sporting Gijón…

    ", + "content": "La série qui fait mal.
    \n
    \nÀ la suite de son match nul face à Osasuna ce dimanche (0-0), Levante compte désormais 24 matchs sans victoire en Liga, égalant la série du Sporting Gijón…

    ", "category": "", - "link": "https://www.sofoot.com/comment-j-ai-gagne-une-playstation-5-grace-a-so-foot-507629.html", + "link": "https://www.sofoot.com/une-incroyable-serie-sans-succes-pour-levante-507942.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T05:02:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-comment-j-ai-gagne-une-playstation-5-grace-a-so-foot-1638199427_x600_articles-507629.jpg", + "pubDate": "2021-12-06T15:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-incroyable-serie-sans-succes-pour-levante-1638806030_x600_articles-507942.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91711,17 +93439,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a66cbb7c3f4f3f537dd73639ac910e1e" + "hash": "f5a9108868a21645fe00c27bdb3baa71" }, { - "title": "Juventus Circus", - "description": "Résultats plus que décevants depuis le début de la saison, retour de Massimiliano Allegri pour le moment raté, transferts aux finances douteuses... Que ce soit sur ou en dehors des terrains, la Juventus ne respire pas la santé actuellement.Voilà ce qu'on appelle, bien que l'euphémisme l'emporterait presque sur la réalité, une semaine de merde. Cinq jours qui ont ressemblé à un véritable cauchemar pour la Juventus, que ce soit…", - "content": "Voilà ce qu'on appelle, bien que l'euphémisme l'emporterait presque sur la réalité, une semaine de merde. Cinq jours qui ont ressemblé à un véritable cauchemar pour la Juventus, que ce soit…", + "title": "Placé en détention, Massimo Ferrero quitte la présidence de la Sampdoria ", + "description": "Coup de massue sur la Samp.
    \n
    \nSon président Massimo Ferrero vient d'être placé en détention provisoire par la garde financière italienne. Accusé d'avoir mis en faillite de manière…

    ", + "content": "Coup de massue sur la Samp.
    \n
    \nSon président Massimo Ferrero vient d'être placé en détention provisoire par la garde financière italienne. Accusé d'avoir mis en faillite de manière…

    ", "category": "", - "link": "https://www.sofoot.com/juventus-circus-507638.html", + "link": "https://www.sofoot.com/place-en-detention-massimo-ferrero-quitte-la-presidence-de-la-sampdoria-507941.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-juventus-circus-1638205746_x600_articles-alt-507638.jpg", + "pubDate": "2021-12-06T15:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-place-en-detention-massimo-ferrero-quitte-la-presidence-de-la-sampdoria-1638805627_x600_articles-507941.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91731,17 +93459,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ddcb491380ef362b478fb7c32bdb50d" + "hash": "3176e60bb96491e2777b88a185805477" }, { - "title": "Tabac et football, l'écran de fumée", - "description": "Alors que le mois sans tabac prend fin ce 30 novembre, une question mérite d'être posée : le monde du football est-il si hermétique que cela à la cigarette ? Si l'époque des clopes dans le vestiaire ou sur le banc de touche est révolue, les joueurs n'ont pas tous écrasé leurs mégots pour autant. Car derrière les discours anti-tabac, le monde du football reste accro à la nicotine. Et devinez quoi : la Covid n'a rien arrangé.\"Avant et après le match, et même parfois à la mi-temps, je me cachais pour fumer. Je n'étais pas le seul du vestiaire. À vue de nez, je pense qu'il y a un bon quart de fumeurs dans le…", - "content": "\"Avant et après le match, et même parfois à la mi-temps, je me cachais pour fumer. Je n'étais pas le seul du vestiaire. À vue de nez, je pense qu'il y a un bon quart de fumeurs dans le…", + "title": "Le Cannet ne sait pas comment il va accueillir l'OM", + "description": "La magie de la Coupe de France.
    \n
    \nLe tirage au sort des 32es de…

    ", + "content": "La magie de la Coupe de France.
    \n
    \nLe tirage au sort des 32es de…

    ", "category": "", - "link": "https://www.sofoot.com/tabac-et-football-l-ecran-de-fumee-507616.html", + "link": "https://www.sofoot.com/le-cannet-ne-sait-pas-comment-il-va-accueillir-l-om-507938.html", "creator": "SO FOOT", - "pubDate": "2021-11-30T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tabac-et-football-l-ecran-de-fumee-1638189242_x600_articles-alt-507616.jpg", + "pubDate": "2021-12-06T15:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-cannet-ne-sait-pas-comment-il-va-accueillir-l-om-1638805227_x600_articles-507938.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91751,17 +93479,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "eaf40e870242c1d80623d3e28070bbaa" + "hash": "631d5da6c52f3fa69b5f0a619e5f30da" }, { - "title": "Lionel Messi : \"Robert Lewandowski aurait mérité de remporter ce Ballon d'or\"", - "description": "Fair-play Award.
    \n
    \nÉlu Ballon d'or 2021, Lionel Messi n'a pas manqué de rendre hommage à Robert Lewandowski, candidat légitime au sacre final. L'Argentin a ainsi tenu à saluer…

    ", - "content": "Fair-play Award.
    \n
    \nÉlu Ballon d'or 2021, Lionel Messi n'a pas manqué de rendre hommage à Robert Lewandowski, candidat légitime au sacre final. L'Argentin a ainsi tenu à saluer…

    ", + "title": "Affaire de la sextape : Karim Zenati fait aussi appel", + "description": "Du rab pour la justice.
    \n
    \nDans la foulée du verdict rendu par le tribunal de Versailles le 24 novembre dernier,…

    ", + "content": "Du rab pour la justice.
    \n
    \nDans la foulée du verdict rendu par le tribunal de Versailles le 24 novembre dernier,…

    ", "category": "", - "link": "https://www.sofoot.com/lionel-messi-robert-lewandowski-aurait-merite-de-remporter-ce-ballon-d-or-507652.html", + "link": "https://www.sofoot.com/affaire-de-la-sextape-karim-zenati-fait-aussi-appel-507937.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T21:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lionel-messi-robert-lewandowski-aurait-merite-de-remporter-ce-ballon-d-or-1638220822_x600_articles-507652.jpg", + "pubDate": "2021-12-06T14:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-affaire-de-la-sextape-karim-zenati-fait-aussi-appel-1638803117_x600_articles-507937.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91771,17 +93499,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc28d4b312f65f10bff3ecfd15ec0fec" + "hash": "707b40dd5b43034377ce2eee3da786d0" }, { - "title": "Lionel Messi vainqueur du Ballon d'or 2021", - "description": "Lionel Mesept.
    \n
    \nL'édition 2021 du Ballon d'or a sacré Lionel Messi ce lundi. Vainqueur de la Coupe d'Espagne avec le FC Barcelone, meilleur buteur de la Liga 2020-2021 (30 buts) et…

    ", - "content": "Lionel Mesept.
    \n
    \nL'édition 2021 du Ballon d'or a sacré Lionel Messi ce lundi. Vainqueur de la Coupe d'Espagne avec le FC Barcelone, meilleur buteur de la Liga 2020-2021 (30 buts) et…

    ", + "title": "Lukas Podolski étend son empire du kebab", + "description": "Meilleur buteur et meilleur kebabier.
    \n
    \nLukas Podolski sait comment atteindre le cœur des supporters là où il passe. Après avoir commencé
    ", + "content": "Meilleur buteur et meilleur kebabier.
    \n
    \nLukas Podolski sait comment atteindre le cœur des supporters là où il passe. Après avoir commencé
    ", "category": "", - "link": "https://www.sofoot.com/lionel-messi-vainqueur-du-ballon-d-or-2021-507651.html", + "link": "https://www.sofoot.com/lukas-podolski-etend-son-empire-du-kebab-507936.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T21:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lionel-messi-vainqueur-du-ballon-d-or-2021-1638219945_x600_articles-507651.jpg", + "pubDate": "2021-12-06T13:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lukas-podolski-etend-son-empire-du-kebab-1638799418_x600_articles-507936.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91791,17 +93519,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "326f7ce56398cbb51fa98581012315b1" + "hash": "c4a7ff941b024c7c0a7c7cce87cf3295" }, { - "title": "Lewandowski, un affront si prévisible", - "description": "64 pions engrangés sur l'année civile, des masterclass week-end après week-end, un record légendaire - celui de Gerd Müller - effacé des tablettes, un neuvième titre de champion d'Allemagne au compteur... et pourtant, Robert Lewandowski a vu le Ballon d'or 2021 lui passer sous le nez. L'insatiable buteur du Bayern Munich n'a en effet pris que la deuxième place du classement qui a été révélé ce lundi soir, étant devancé par Lionel Messi. On peut (et on doit !) s'en indigner. Mais, malheureusement, ce camouflet était presque couru d'avance.Aux yeux de beaucoup, c'en était devenu une évidence : pour Robert Lewandowski, 2020 devait être l'année de la consécration. Sauf qu'une saloperie de virus est passée par là, incitant…", - "content": "Aux yeux de beaucoup, c'en était devenu une évidence : pour Robert Lewandowski, 2020 devait être l'année de la consécration. Sauf qu'une saloperie de virus est passée par là, incitant…", + "title": "Faivre, Matazo et Beye donnent pour le Téléthon", + "description": "Non, vous n'avez vu aucun talent de la Ligue 1 sur le plateau de Nagui pour l'annuelle soirée du téléthon vendredi dernier.
    \n
    \nAutre chose à faire ? Allergiques aux chaussures pour…

    ", + "content": "Non, vous n'avez vu aucun talent de la Ligue 1 sur le plateau de Nagui pour l'annuelle soirée du téléthon vendredi dernier.
    \n
    \nAutre chose à faire ? Allergiques aux chaussures pour…

    ", "category": "", - "link": "https://www.sofoot.com/lewandowski-un-affront-si-previsible-507650.html", + "link": "https://www.sofoot.com/faivre-matazo-et-beye-donnent-pour-le-telethon-507935.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T21:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lewandowski-un-affront-si-previsible-1638221121_x600_articles-alt-507650.jpg", + "pubDate": "2021-12-06T13:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-faivre-matazo-et-beye-donnent-pour-le-telethon-1638799149_x600_articles-507935.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91811,17 +93539,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f070d285fb606b5a46dfa43cb2b9121" + "hash": "39b221e120b97425666d9405c26283e3" }, { - "title": "Messi, le Ballon dort", - "description": "Vainqueur du Ballon d'or 2021, Lionel Messi a remporté ce lundi son septième globe doré. Une distinction supplémentaire pour l'armoire à trophées de l'Argentin, mais une déception certaine pour le monde du football. Signe, certainement, d'une récompense attribuée par défaut.Après (seulement) deux ans d'attente, le voilà de retour. Le smoking ajusté et le sourire figé, Lionel Messi vient d'être sacré Ballon d'or 2021, au terme d'une soirée aussi longue que…", - "content": "Après (seulement) deux ans d'attente, le voilà de retour. Le smoking ajusté et le sourire figé, Lionel Messi vient d'être sacré Ballon d'or 2021, au terme d'une soirée aussi longue que…", + "title": "Joey Barton relaxé par la justice anglaise", + "description": "Joey dans tous les bons coups.
    \n
    \nArrivé au poste d'entraîneur de Bristol en février dernier, Barton fait décidément parler de lui où qu'il aille. Déjà
    ", + "content": "Joey dans tous les bons coups.
    \n
    \nArrivé au poste d'entraîneur de Bristol en février dernier, Barton fait décidément parler de lui où qu'il aille. Déjà
    ", "category": "", - "link": "https://www.sofoot.com/messi-le-ballon-dort-507642.html", + "link": "https://www.sofoot.com/joey-barton-relaxe-par-la-justice-anglaise-507934.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T21:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-messi-le-ballon-dort-1638219765_x600_articles-alt-507642.jpg", + "pubDate": "2021-12-06T13:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-joey-barton-relaxe-par-la-justice-anglaise-1638800219_x600_articles-507934.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91831,17 +93559,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f9feb8ada3a8b906784f62a54f0dbd4" + "hash": "a6123d4600a22456298fefbd494a75b7" }, { - "title": "Karim Benzema, enfin certifié", - "description": "Quatrième du Ballon d'or ce lundi soir, Karim Benzema pourrait se sentir lésé. Mais tout n'est pas noir dans ce résultat, qui l'adoube enfin parmi les très grands de ce sport. Une reconnaissance qui tardait à arriver. Pour la première fois de sa carrière, KB9 est dans le top 10. Une performance qu'il ne faut pas banaliser.Dans un passé pas si lointain, dans une galaxie pas si éloignée, être la figure de proue du Real Madrid vous assurait de vous placer dans la lutte pour le Ballon d'or. Cette année n'a pas…", - "content": "Dans un passé pas si lointain, dans une galaxie pas si éloignée, être la figure de proue du Real Madrid vous assurait de vous placer dans la lutte pour le Ballon d'or. Cette année n'a pas…", + "title": "SoFoot Ligue : Nos conseils pour faire vos picks de la semaine 15", + "description": "Vous vous êtes inscrits à la SoFoot Ligue, mais vous ne savez pas quelle équipe choisir pour ne pas finir la semaine avec 0 point ? Rassurez-vous, nous sommes là pour vous aider.
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", + "content": "
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", "category": "", - "link": "https://www.sofoot.com/karim-benzema-enfin-certifie-507628.html", + "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-15-507933.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T21:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-karim-benzema-enfin-certifie-1638201526_x600_articles-alt-507628.jpg", + "pubDate": "2021-12-06T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-15-1638794458_x600_articles-507933.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91851,17 +93579,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "36255fc0b6c7eac4213af8d1194fcc03" + "hash": "e8ad82965f512fe98999e7b351361410" }, { - "title": "Ballon d'or : Karim Benzema au pied du podium, N'golo Kanté cinquième", - "description": "Ce n'est que partie remise.
    \n
    \nKarim Benzema se classe quatrième de ce Ballon d'or 2021. L'attaquant français arrive ainsi au pied du podium, malgré un statut de potentiel favori fort de…

    ", - "content": "Ce n'est que partie remise.
    \n
    \nKarim Benzema se classe quatrième de ce Ballon d'or 2021. L'attaquant français arrive ainsi au pied du podium, malgré un statut de potentiel favori fort de…

    ", + "title": "Et si l'Inter ne s'était pas affaiblie ?", + "description": "Après sa raclée administrée à la Roma pour le compte de la seizième journée de Serie A, l'impression est confirmée : cette Inter version Simone Inzaghi, deuxième du championnat entre Milan et Naples, est monstrueuse. Une belle surprise, au vu des départs et changements subis au sein du club cet été.Après l'affrontement, qui n'en était finalement pas vraiment un, José Mourinho s'est sans doute mis en mode nostalgie. Lui qui avait tant gagné avec l'Inter il y a maintenant plus d'une décennie…", + "content": "Après l'affrontement, qui n'en était finalement pas vraiment un, José Mourinho s'est sans doute mis en mode nostalgie. Lui qui avait tant gagné avec l'Inter il y a maintenant plus d'une décennie…", "category": "", - "link": "https://www.sofoot.com/ballon-d-or-karim-benzema-au-pied-du-podium-n-golo-kante-cinquieme-507649.html", + "link": "https://www.sofoot.com/et-si-l-inter-ne-s-etait-pas-affaiblie-507897.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T20:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ballon-d-or-karim-benzema-au-pied-du-podium-n-golo-kante-cinquieme-1638220079_x600_articles-507649.jpg", + "pubDate": "2021-12-06T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-et-si-l-inter-ne-s-etait-pas-affaiblie-1638781932_x600_articles-alt-507897.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91871,17 +93599,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1ca063e6b9a7873f2b158e4f79dcac8" + "hash": "c4d45746178e01ad06f7fddcf9937181" }, { - "title": "Donnarumma rafle le trophée Yachine", - "description": "Gigio > Doudou.
    \n
    \nÀ la lutte avec Edouard Mendy, c'est finalement Gianluigi Donnarumma qui a remporté le trophée Yachine. Le nouveau portier du PSG, champion d'Europe avec l'Italie,…

    ", - "content": "Gigio > Doudou.
    \n
    \nÀ la lutte avec Edouard Mendy, c'est finalement Gianluigi Donnarumma qui a remporté le trophée Yachine. Le nouveau portier du PSG, champion d'Europe avec l'Italie,…

    ", + "title": "Top 7 : on a tous cru à ces (faux) buts", + "description": "Humiliée sur sa propre pelouse par l'Inter samedi (0-3), l'AS Roma pensait sauver l'honneur à la 82e minute par Nicolò Zaniolo, auteur d'une superbe mine en lucarne. Tout le monde y a cru, mais ce n'était en fait qu'une cruelle illusion d'optique. Et c'est loin d'être la première fois que ça arrive. C'est parti pour un top 100% illusion.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/donnarumma-rafle-le-trophee-yachine-507648.html", + "link": "https://www.sofoot.com/top-7-on-a-tous-cru-a-ces-faux-buts-507890.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T20:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-donnarumma-rafle-le-trophee-yachine-1638218798_x600_articles-507648.jpg", + "pubDate": "2021-12-06T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-7-on-a-tous-cru-a-ces-faux-buts-1638710066_x600_articles-alt-507890.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91891,17 +93619,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "efb378680a47ebdc95c6d2a9a9513a40" + "hash": "747f4a7ea05eeac1292bdf3387f891f3" }, { - "title": "Alexia Putellas, de l'or dans les pieds", - "description": "À 27 ans, la milieu du FC Barcelone vient de recevoir la plus belle récompense de sa carrière en devenant la troisième joueuse à remporter le Ballon d'or féminin, après une année exceptionnelle sur le plan collectif et individuel.Son nom n'est pas le plus connu dans le monde du football féminin. Bien loin des très médiatisées Ada Hegerberg et Megan Rapinoe, vainqueurs des deux premières éditions du Ballon d'or,…", - "content": "Son nom n'est pas le plus connu dans le monde du football féminin. Bien loin des très médiatisées Ada Hegerberg et Megan Rapinoe, vainqueurs des deux premières éditions du Ballon d'or,…", + "title": "Tromsø lance un maillot QR code qui dénonce le Qatar", + "description": "L'air nordique est bon pour la créativité.
    \n
    \nClub de la plus grande ville au nord du cercle polaire arctique, Tromsø IL, actuel 12e du championnat norvégien, a dévoilé un…

    ", + "content": "L'air nordique est bon pour la créativité.
    \n
    \nClub de la plus grande ville au nord du cercle polaire arctique, Tromsø IL, actuel 12e du championnat norvégien, a dévoilé un…

    ", "category": "", - "link": "https://www.sofoot.com/alexia-putellas-de-l-or-dans-les-pieds-507641.html", + "link": "https://www.sofoot.com/troms-c3-b8-lance-un-maillot-qr-code-qui-denonce-le-qatar-507931.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T20:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-alexia-putellas-de-l-or-dans-les-pieds-1638207953_x600_articles-alt-507641.jpg", + "pubDate": "2021-12-06T12:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-troms-c3-b8-lance-un-maillot-qr-code-qui-denonce-le-qatar-1638793792_x600_articles-507931.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91911,17 +93639,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "63f288c5e05ee46dec7fc0dff5474f0c" + "hash": "af0337d99a3b034b2f8b82c5ded77dd6" }, { - "title": "Tournoi de France : les Bleues affronteront les Pays-Bas, le Brésil et la Finlande", - "description": "De quoi bien attaquer 2022.
    \n
    \nLes Bleues de Corinne Diacre vont avoir un programme chargé avant le début de l'Euro 2022 en Angleterre l'été prochain : le Brésil (7e au…

    ", - "content": "De quoi bien attaquer 2022.
    \n
    \nLes Bleues de Corinne Diacre vont avoir un programme chargé avant le début de l'Euro 2022 en Angleterre l'été prochain : le Brésil (7e au…

    ", + "title": "Pronostic Shakhtar Donetsk Sheriff Tiraspol : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Le Shakhtar Donetsk se console face au Sheriff Tiraspol

    \n
    \nAvec un seul point au compteur, le Shakhtar Donetsk est éliminé de toutes compétitions…
    ", + "content": "

    Le Shakhtar Donetsk se console face au Sheriff Tiraspol

    \n
    \nAvec un seul point au compteur, le Shakhtar Donetsk est éliminé de toutes compétitions…
    ", "category": "", - "link": "https://www.sofoot.com/tournoi-de-france-les-bleues-affronteront-les-pays-bas-le-bresil-et-la-finlande-507639.html", + "link": "https://www.sofoot.com/pronostic-shakhtar-donetsk-sheriff-tiraspol-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507929.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T17:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-tournoi-de-france-les-bleues-affronteront-les-pays-bas-le-bresil-et-la-finlande-1638207861_x600_articles-507639.jpg", + "pubDate": "2021-12-06T11:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-shakhtar-donetsk-sheriff-tiraspol-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638792501_x600_articles-507929.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91931,17 +93659,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "237b88b22ad73a42af55726e3c437b61" + "hash": "145285f6a7302bc24ea4a0931bc89887" }, { - "title": "Daniel Alves (FC Barcelone) avant le Ballon d'or : \"Tous les prix individuels devraient revenir à Christian Eriksen\"", - "description": "Et pourquoi pas un prix spécial ?
    \n
    \nTous les projecteurs sont braqués sur le théâtre du Châtelet ce lundi, où l'on apprendra enfin qui est le Ballon d'or 2021. Si les pronostics vont…

    ", - "content": "Et pourquoi pas un prix spécial ?
    \n
    \nTous les projecteurs sont braqués sur le théâtre du Châtelet ce lundi, où l'on apprendra enfin qui est le Ballon d'or 2021. Si les pronostics vont…

    ", + "title": "Les supporters des Rangers interdits de déplacement à Lyon à 3 jours du match", + "description": "Décidément, tout ce qui est bleu n'est pas le bienvenu à Décines.
    \n
    \nLes 2200 supporters du Rangers FC qui devaient assister à la rencontre à Lyon ce jeudi dans le cadre de la…

    ", + "content": "Décidément, tout ce qui est bleu n'est pas le bienvenu à Décines.
    \n
    \nLes 2200 supporters du Rangers FC qui devaient assister à la rencontre à Lyon ce jeudi dans le cadre de la…

    ", "category": "", - "link": "https://www.sofoot.com/daniel-alves-fc-barcelone-avant-le-ballon-d-or-tous-les-prix-individuels-devraient-revenir-a-christian-eriksen-507640.html", + "link": "https://www.sofoot.com/les-supporters-des-rangers-interdits-de-deplacement-a-lyon-a-3-jours-du-match-507959.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T17:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-daniel-alves-fc-barcelone-avant-le-ballon-d-or-tous-les-prix-individuels-devraient-revenir-a-christian-eriksen-1638207028_x600_articles-507640.jpg", + "pubDate": "2021-12-07T10:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-supporters-des-rangers-interdits-de-deplacement-a-lyon-a-3-jours-du-match-1638871493_x600_articles-507959.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91951,17 +93679,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "560f7dd1757cd8f42ac4eaa9126da160" + "hash": "35abe3e351fbd25d15ea537f3e4e6e59" }, { - "title": "Un rappeur du Pas-de-Calais, Rask, a dédié un titre à Florian Sotoca", - "description": "Ça rentre direct dans la playlist d'avant-match des Lensois.
    \n
    \nLe début de saison réussi du RC Lens semble avoir donné des ailes à certains. Rask, un rappeur originaire d'Arras…

    ", - "content": "Ça rentre direct dans la playlist d'avant-match des Lensois.
    \n
    \nLe début de saison réussi du RC Lens semble avoir donné des ailes à certains. Rask, un rappeur originaire d'Arras…

    ", + "title": "Le Standard de Liège va fermer une partie de ses tribunes après les débordements contre Charleroi", + "description": "Liège hors de ses standards.
    \n
    \nLe derby entre le Standard de Liège et Charleroi, disputé ce dimanche (0-3),
    ", + "content": "Liège hors de ses standards.
    \n
    \nLe derby entre le Standard de Liège et Charleroi, disputé ce dimanche (0-3),
    ", "category": "", - "link": "https://www.sofoot.com/un-rappeur-du-pas-de-calais-rask-a-dedie-un-titre-a-florian-sotoca-507637.html", + "link": "https://www.sofoot.com/le-standard-de-liege-va-fermer-une-partie-de-ses-tribunes-apres-les-debordements-contre-charleroi-507930.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T17:18:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-rappeur-du-pas-de-calais-rask-a-dedie-un-titre-a-florian-sotoca-1638205489_x600_articles-507637.jpg", + "pubDate": "2021-12-06T11:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-standard-de-liege-va-fermer-une-partie-de-ses-tribunes-apres-les-debordements-contre-charleroi-1638792280_x600_articles-507930.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91971,17 +93699,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "909910152d54cb14b8645a53de6eb264" + "hash": "2b60a03a6f02f94b724064457c40eb25" }, { - "title": "La FIFA met sous tutelle la fédération guinéenne de football ainsi que la fédération tchadienne de football", - "description": "V'là autre chose.
    \n
    \nEn pleine tornade institutionnelle, la fédération guinéenne de football ainsi que la fédération tchadienne ont été placées sous tutelle par la FIFA. Pour…

    ", - "content": "V'là autre chose.
    \n
    \nEn pleine tornade institutionnelle, la fédération guinéenne de football ainsi que la fédération tchadienne ont été placées sous tutelle par la FIFA. Pour…

    ", + "title": "Pronostic Borussia Dortmund Besiktas : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Le Borussia Dortmund finit en trombe face au Besiktas

    \n
    \nAnnoncé comme le favori de ce groupe, le Borussia Dortmund devra se contenter de la 3e
    ", + "content": "

    Le Borussia Dortmund finit en trombe face au Besiktas

    \n
    \nAnnoncé comme le favori de ce groupe, le Borussia Dortmund devra se contenter de la 3e
    ", "category": "", - "link": "https://www.sofoot.com/la-fifa-met-sous-tutelle-la-federation-guineenne-de-football-ainsi-que-la-federation-tchadienne-de-football-507631.html", + "link": "https://www.sofoot.com/pronostic-borussia-dortmund-besiktas-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507928.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T17:12:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-fifa-met-sous-tutelle-la-federation-guineenne-de-football-ainsi-que-la-federation-tchadienne-de-football-1638203606_x600_articles-507631.jpg", + "pubDate": "2021-12-06T11:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-borussia-dortmund-besiktas-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638791249_x600_articles-507928.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -91991,17 +93719,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8554f0fabb0f43e6728b61a06497815b" + "hash": "cc6a8f990d5b4b322c868a1143e7e6e4" }, { - "title": "Le tableau et les dates de la Coupe du monde des clubs sont connus", - "description": "Le football au soleil, c'est une chose qu'on voit de plus en plus.
    \n
    \n
    ", - "content": "Le football au soleil, c'est une chose qu'on voit de plus en plus.
    \n
    \n
    ", + "title": "Pronostic Milan AC Liverpool : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Un Milan AC – Liverpool avec des buts de chaque côté

    \n
    \nSi Liverpool est assuré de terminer en tête du groupe B de la Ligue des Champions et donc de…
    ", + "content": "

    Un Milan AC – Liverpool avec des buts de chaque côté

    \n
    \nSi Liverpool est assuré de terminer en tête du groupe B de la Ligue des Champions et donc de…
    ", "category": "", - "link": "https://www.sofoot.com/le-tableau-et-les-dates-de-la-coupe-du-monde-des-clubs-sont-connus-507622.html", + "link": "https://www.sofoot.com/pronostic-milan-ac-liverpool-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507926.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T16:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-tableau-et-les-dates-de-la-coupe-du-monde-des-clubs-sont-connus-1638204291_x600_articles-507622.jpg", + "pubDate": "2021-12-06T11:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-milan-ac-liverpool-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638790466_x600_articles-507926.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92011,17 +93739,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f87bd1f882aa4c60e8f88a3d54f6ca94" + "hash": "760af34307dbf48c6d639a35161d3222" }, { - "title": "Oui, Gauthier Hein doit remporter le Prix Puskás", - "description": "Stupeur à Auxerre : ce lundi après-midi, le club icaunais est sorti de table avec un portable qui a dû vibrer très fort. Et pour cause : la FIFA a publié sa liste des dix prétendants au prix Puskás du plus beau but de l'année, avec Gauthier Hein en deuxième position. Désormais, il faudra tout faire pour que \"Gotcho\" accroche la breloque dans son armoire à trophées le 17 janvier prochain. Parce qu'il le mérite.2008 : année bénie pour Gauthier Hein qui souffle sa douzième bougie en remportant la Danone Nations Cup et le titre de…", - "content": "2008 : année bénie pour Gauthier Hein qui souffle sa douzième bougie en remportant la Danone Nations Cup et le titre de…", + "title": "Javier Tebas charge Florentino Pérez au sujet des accords commerciaux de la Liga", + "description": "Le meilleur ami du PSG s'est trouvé une nouvelle proie.
    \n
    \nSi l'inimitié entre Javier Tebas, l'actuel boss de la Liga, et Florentino Pérez, le patron du Real Madrid, n'est pas nouvelle,…

    ", + "content": "Le meilleur ami du PSG s'est trouvé une nouvelle proie.
    \n
    \nSi l'inimitié entre Javier Tebas, l'actuel boss de la Liga, et Florentino Pérez, le patron du Real Madrid, n'est pas nouvelle,…

    ", "category": "", - "link": "https://www.sofoot.com/oui-gauthier-hein-doit-remporter-le-prix-puskas-507634.html", + "link": "https://www.sofoot.com/javier-tebas-charge-florentino-perez-au-sujet-des-accords-commerciaux-de-la-liga-507925.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T16:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-oui-gauthier-hein-doit-remporter-le-prix-puskas-1638201424_x600_articles-alt-507634.jpg", + "pubDate": "2021-12-06T11:06:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-javier-tebas-charge-florentino-perez-au-sujet-des-accords-commerciaux-de-la-liga-1638791986_x600_articles-507925.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92031,17 +93759,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3689f30147d18f6ebd1dfe00f546a75" + "hash": "5458c016565882a963d61373a8f3c8c3" }, { - "title": " Le gouvernement allemand \"s'étonne\" de l'affluence de Cologne-Mönchengladbach", - "description": "La Rhénanie en folie.
    \n
    \nOn pensait les restrictions de spectateurs enfin dépassées, la pandémie essoufflée. Il semblerait qu'il n'en soit rien. Ce samedi, Cologne a accueilli et…

    ", - "content": "La Rhénanie en folie.
    \n
    \nOn pensait les restrictions de spectateurs enfin dépassées, la pandémie essoufflée. Il semblerait qu'il n'en soit rien. Ce samedi, Cologne a accueilli et…

    ", + "title": "D'après le CIES, Moussa Diaby et Kylian Mbappé ont actuellement la même valeur marchande", + "description": "Encore un ancien titi qui vole la vedette aux joueurs du PSG.
    \n
    \nDans sa lettre hebdomadaire, le…

    ", + "content": "Encore un ancien titi qui vole la vedette aux joueurs du PSG.
    \n
    \nDans sa lettre hebdomadaire, le…

    ", "category": "", - "link": "https://www.sofoot.com/le-gouvernement-allemand-s-etonne-de-l-affluence-de-cologne-monchengladbach-507627.html", + "link": "https://www.sofoot.com/d-apres-le-cies-moussa-diaby-et-kylian-mbappe-ont-actuellement-la-meme-valeur-marchande-507923.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-gouvernement-allemand-s-etonne-de-l-affluence-de-cologne-monchengladbach-1638201850_x600_articles-507627.jpg", + "pubDate": "2021-12-06T10:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-d-apres-le-cies-moussa-diaby-et-kylian-mbappe-ont-actuellement-la-meme-valeur-marchande-1638790380_x600_articles-507923.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92051,17 +93779,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "309dc381ae5495f851ee9eb0136637d5" + "hash": "221400dcb4dd6ce67443646982b8eb06" }, { - "title": "Le Paris Saint-Germain annonce six à huit semaines d'absence pour Neymar après sa blessure à Saint-Étienne", - "description": "Ney, le cauchemar.
    \n
    \nLe PSG a assuré l'essentiel ce dimanche à Geoffroy-Guichard en s'imposant face à…

    ", - "content": "Ney, le cauchemar.
    \n
    \nLe PSG a assuré l'essentiel ce dimanche à Geoffroy-Guichard en s'imposant face à…

    ", + "title": "Pronostic Ajax Sporting Lisbonne : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    L'Ajax finit en beauté face au Sporting

    \n
    \nLe groupe C de la Ligue des champions a déjà donné son verdict, puisque l'Ajax est assuré de terminer…
    ", + "content": "

    L'Ajax finit en beauté face au Sporting

    \n
    \nLe groupe C de la Ligue des champions a déjà donné son verdict, puisque l'Ajax est assuré de terminer…
    ", "category": "", - "link": "https://www.sofoot.com/le-paris-saint-germain-annonce-six-a-huit-semaines-d-absence-pour-neymar-apres-sa-blessure-a-saint-etienne-507630.html", + "link": "https://www.sofoot.com/pronostic-ajax-sporting-lisbonne-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507924.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T15:43:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-paris-saint-germain-annonce-six-a-huit-semaines-d-absence-pour-neymar-apres-sa-blessure-a-saint-etienne-1638200453_x600_articles-507630.jpg", + "pubDate": "2021-12-06T10:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-ajax-sporting-lisbonne-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638789125_x600_articles-507924.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92071,17 +93799,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7a3736e5e112c8a7a8094db0d6775ed" + "hash": "d949b4b8919dc535a0ffe34177276823" }, { - "title": "Joris Gnagnon va s'engager avec l'AS Saint-Étienne", - "description": "Du sang neuf dans le Forez.
    \n
    \nEn difficulté dans le secteur défensif depuis le début de la saison avec 31 buts encaissés en 15 rencontres (soit la deuxième pire défense de Ligue 1…

    ", - "content": "Du sang neuf dans le Forez.
    \n
    \nEn difficulté dans le secteur défensif depuis le début de la saison avec 31 buts encaissés en 15 rencontres (soit la deuxième pire défense de Ligue 1…

    ", + "title": "Lucas Hernández : \"La première année et demie au Bayern a été la pire période de ma carrière\"", + "description": "Retour au terrain.
    \n
    \nPlus d'un mois après avoir appris qu'il n'irait pas derrière les barreaux pour…

    ", + "content": "Retour au terrain.
    \n
    \nPlus d'un mois après avoir appris qu'il n'irait pas derrière les barreaux pour…

    ", "category": "", - "link": "https://www.sofoot.com/joris-gnagnon-va-s-engager-avec-l-as-saint-etienne-507623.html", + "link": "https://www.sofoot.com/lucas-hernandez-la-premiere-annee-et-demie-au-bayern-a-ete-la-pire-periode-de-ma-carriere-507922.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T15:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-joris-gnagnon-va-s-engager-avec-l-as-saint-etienne-1638199393_x600_articles-507623.jpg", + "pubDate": "2021-12-06T10:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lucas-hernandez-la-premiere-annee-et-demie-au-bayern-a-ete-la-pire-periode-de-ma-carriere-1638789513_x600_articles-507922.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92091,17 +93819,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82318cc976c91968e42a5c083c6bf02d" + "hash": "7cdfd5006c2a4f111e6b66ee3d522ab2" }, { - "title": "En direct : La cérémonie du Ballon d'or 2021", - "description": "Après un an d'absence en raison de la pandémie du coronavirus, le Ballon d'or revient cette année. Restera-t-il dans les mains de Lionel Messi qui en aurait alors 7 à son actif ? Ou ira-t-il dans celles de Robert Lewandowski qui aurait sans contestation possible remporté le trophée en 2020 ? À moins que Karim Benzema vienne créer la surprise. Réponse ici.

  • Classement officiel du…
  • ", - "content": "

  • Classement officiel du…
  • ", + "title": "Loïc Perrin rejoint la direction de l'ASSE", + "description": "Plus d'entraîneur, mais un nouveau coordinateur sportif.
    \n
    \n\"L'AS Saint-Étienne annonce la…

    ", + "content": "Plus d'entraîneur, mais un nouveau coordinateur sportif.
    \n
    \n\"L'AS Saint-Étienne annonce la…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-la-ceremonie-du-ballon-d-or-2021-507619.html", + "link": "https://www.sofoot.com/loic-perrin-rejoint-la-direction-de-l-asse-507918.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T15:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-la-ceremonie-du-ballon-d-or-2021-1638186997_x600_articles-507619.jpg", + "pubDate": "2021-12-06T09:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-loic-perrin-rejoint-la-direction-de-l-asse-1638784578_x600_articles-507918.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92111,17 +93839,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e170bc95849b74c71a38087bfc23ab80" + "hash": "b27315d04cc0e282589b9394f423ce84" }, { - "title": "Gauthier Hein (Auxerre) nommé pour le Prix Puskás de la FIFA 2021", - "description": "Hein-croyable.
    \n
    \nL'Auxerrois Gauthier Hein est dans la liste des onze buts retenus pour remporter le prix Puskás de la FIFA 2021 qui récompense la plus belle réalisation de l'année. Le…

    ", - "content": "Hein-croyable.
    \n
    \nL'Auxerrois Gauthier Hein est dans la liste des onze buts retenus pour remporter le prix Puskás de la FIFA 2021 qui récompense la plus belle réalisation de l'année. Le…

    ", + "title": "Anthony Lopes : \"Douzièmes, c'est inadmissible quand on est l'OL\"", + "description": "Le Lyon qui miaule.
    \n
    \nAu terme d'un match nul frustrant contre les Girondins de Bordeaux ce dimanche…

    ", + "content": "Le Lyon qui miaule.
    \n
    \nAu terme d'un match nul frustrant contre les Girondins de Bordeaux ce dimanche…

    ", "category": "", - "link": "https://www.sofoot.com/gauthier-hein-auxerre-nomme-pour-le-prix-puskas-de-la-fifa-2021-507624.html", + "link": "https://www.sofoot.com/anthony-lopes-douziemes-c-est-inadmissible-quand-on-est-l-ol-507917.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T14:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gauthier-hein-auxerre-nomme-pour-le-prix-puskas-de-la-fifa-2021-1638197099_x600_articles-507624.jpg", + "pubDate": "2021-12-06T09:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-anthony-lopes-douziemes-c-est-inadmissible-quand-on-est-l-ol-1638785840_x600_articles-507917.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92131,17 +93859,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c79d70af1ea4185677583aa98bd9591" + "hash": "8756359b7684ae66a81f0fdb53a5d252" }, { - "title": "Face à la Lazio, le Napoli a dévoilé la statue de Diego Maradona", - "description": "Un an après, l'émotion est intacte.
    \n
    \nUn peu plus d'une année après l'annonce du décès de Diego Maradona, le…

    ", - "content": "Un an après, l'émotion est intacte.
    \n
    \nUn peu plus d'une année après l'annonce du décès de Diego Maradona, le…

    ", + "title": "New York City rejoint Portland en finale de la MLS", + "description": "De quoi faire rechanter Frank Sinatra.
    \n
    \nLe New York City FC s'est qualifié pour la première fois de son histoire en finale de MLS en remportant ce dimanche la conférence Est du…

    ", + "content": "De quoi faire rechanter Frank Sinatra.
    \n
    \nLe New York City FC s'est qualifié pour la première fois de son histoire en finale de MLS en remportant ce dimanche la conférence Est du…

    ", "category": "", - "link": "https://www.sofoot.com/face-a-la-lazio-le-napoli-a-devoile-la-statue-de-diego-maradona-507620.html", + "link": "https://www.sofoot.com/new-york-city-rejoint-portland-en-finale-de-la-mls-507913.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T13:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-face-a-la-lazio-le-napoli-a-devoile-la-statue-de-diego-maradona-1638193415_x600_articles-507620.jpg", + "pubDate": "2021-12-06T09:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-new-york-city-rejoint-portland-en-finale-de-la-mls-1638783362_x600_articles-507913.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92151,17 +93879,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4e1725cc2e2ca1cd86f73a687351b01" + "hash": "ad384f877f49abc8caaee66662410725" }, { - "title": "Que s'est-il passé au Portugal entre Belenenses et Benfica ?", - "description": "Privé d'une majeure partie de son effectif pour cause de Covid, Belenenses s'est présenté avec neuf joueurs au coup d'envoi de son match face à Benfica. Une partie finalement abandonnée après 48 minutes de jeu sur un invraisemblable score (0-7). Mais au-delà de l'insolite, cet épisode jette surtout le discrédit sur la Ligue de football portugaise et son incapacité chronique à gérer les situations de crise.En débarquant à Jamor ce samedi, Belenenses SAD avait des allures d'équipe de futsal. Neuf joueurs seulement sur la pelouse, dont sept issus de l'équipe réserve, et João Monteiro, habituel…", - "content": "En débarquant à Jamor ce samedi, Belenenses SAD avait des allures d'équipe de futsal. Neuf joueurs seulement sur la pelouse, dont sept issus de l'équipe réserve, et João Monteiro, habituel…", + "title": "Pronostic Porto Atlético Madrid : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Porto joue un sale tour à l'Atlético Madrid

    \n
    \nCette affiche entre le FC Porto et l'Atlético Madrid s'apparente à un 16e de finale…
    ", + "content": "

    Porto joue un sale tour à l'Atlético Madrid

    \n
    \nCette affiche entre le FC Porto et l'Atlético Madrid s'apparente à un 16e de finale…
    ", "category": "", - "link": "https://www.sofoot.com/que-s-est-il-passe-au-portugal-entre-belenenses-et-benfica-507599.html", + "link": "https://www.sofoot.com/pronostic-porto-atletico-madrid-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507916.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T13:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-que-s-est-il-passe-au-portugal-entre-belenenses-et-benfica-1638137141_x600_articles-alt-507599.jpg", + "pubDate": "2021-12-06T09:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-porto-atletico-madrid-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638783414_x600_articles-507916.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92171,17 +93899,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca89e048ec86c4c7165101225e89df06" + "hash": "8c300db1e1c623d4b2bc97e69be5fe40" }, { - "title": "Ralf Rangnick officiellement intronisé à Manchester United", - "description": "Troisième entraîneur en huit jours à Manchester.
    \n
    \nCe n'était plus un secret pour…

    ", - "content": "Troisième entraîneur en huit jours à Manchester.
    \n
    \nCe n'était plus un secret pour…

    ", + "title": "Mo Salah met la pression sur le club pour sa prolongation", + "description": "Une situation pour le moins paradoxale.
    \n
    \nLorsque les dirigeants du FC…

    ", + "content": "Une situation pour le moins paradoxale.
    \n
    \nLorsque les dirigeants du FC…

    ", "category": "", - "link": "https://www.sofoot.com/ralf-rangnick-officiellement-intronise-a-manchester-united-507621.html", + "link": "https://www.sofoot.com/mo-salah-met-la-pression-sur-le-club-pour-sa-prolongation-507915.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T12:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ralf-rangnick-officiellement-intronise-a-manchester-united-1638188246_x600_articles-507621.jpg", + "pubDate": "2021-12-06T09:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mo-salah-met-la-pression-sur-le-club-pour-sa-prolongation-1638782961_x600_articles-507915.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92191,17 +93919,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae30c7fb05284c93d74dc99db9df5c01" + "hash": "9598b32d4659ab24b7742a0e067b2927" }, { - "title": "Le Hertha Berlin vire Pál Dárdai et intronise Tayfun Korkut sur son banc", - "description": "Dárdai, bye-bye.
    \n
    \nArrivé fin janvier 2021 sur le banc du Hertha, Pál Dárdai ne sera resté que dix petits mois dans la capitale allemande. Le club présidé par Werner Gegenbauer a…

    ", - "content": "Dárdai, bye-bye.
    \n
    \nArrivé fin janvier 2021 sur le banc du Hertha, Pál Dárdai ne sera resté que dix petits mois dans la capitale allemande. Le club présidé par Werner Gegenbauer a…

    ", + "title": "Bosz : \"À mon avis, ça n'a rien à voir avec le système\"", + "description": "Une tentative de défense meilleure que celle de son équipe.
    \n
    \nDécevant depuis plusieurs semaines, l'Olympique lyonnais l'a encore été ce dimanche soir au Matmut Atlantique
    ", + "content": "Une tentative de défense meilleure que celle de son équipe.
    \n
    \nDécevant depuis plusieurs semaines, l'Olympique lyonnais l'a encore été ce dimanche soir au Matmut Atlantique
    ", "category": "", - "link": "https://www.sofoot.com/le-hertha-berlin-vire-pal-dardai-et-intronise-tayfun-korkut-sur-son-banc-507618.html", + "link": "https://www.sofoot.com/bosz-a-mon-avis-ca-n-a-rien-a-voir-avec-le-systeme-507919.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T12:07:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-hertha-berlin-vire-pal-dardai-et-intronise-tayfun-korkut-sur-son-banc-1638187801_x600_articles-507618.jpg", + "pubDate": "2021-12-06T09:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bosz-a-mon-avis-ca-n-a-rien-a-voir-avec-le-systeme-1638785721_x600_articles-507919.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92211,17 +93939,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dd13e752148d653228d27c134c65109" + "hash": "769c77f0baba041c792e13b0694a9c0f" }, { - "title": "SoFoot Ligue : Nos conseils pour faire vos picks de la semaine 14", - "description": "Vous vous êtes inscrits à la SoFoot Ligue, mais vous ne savez pas quelle équipe choisir pour ne pas finir la semaine avec 0 point ? Rassurez-vous, nous sommes là pour vous aider.
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", - "content": "
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", + "title": "Pronostic Leipzig Manchester City : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Manchester City ne lâche rien à Leipzig

    \n
    \nEn s'imposant avec la manière à Bruges (0-5) lors de la dernière journée en date, Leipzig a fait un…
    ", + "content": "

    Manchester City ne lâche rien à Leipzig

    \n
    \nEn s'imposant avec la manière à Bruges (0-5) lors de la dernière journée en date, Leipzig a fait un…
    ", "category": "", - "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-14-507614.html", + "link": "https://www.sofoot.com/pronostic-leipzig-manchester-city-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507914.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T12:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-14-1638183131_x600_articles-507614.jpg", + "pubDate": "2021-12-06T08:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-leipzig-manchester-city-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638782583_x600_articles-507914.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92231,17 +93959,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "418f9c93bd926c668823eaa2945a1a06" + "hash": "4c03483644fe0e34016522915ff01337" }, { - "title": "Karim Benzema établit le record de buts marqués en club pour un joueur français, devant Thierry Henry", - "description": "\"Laisse-moi zoom zoom zang dans ta Benz Benz Benz\"
    \n
    \nLa nuit au Bernabéu a été pleine d'émotion…

    ", - "content": "\"Laisse-moi zoom zoom zang dans ta Benz Benz Benz\"
    \n
    \nLa nuit au Bernabéu a été pleine d'émotion…

    ", + "title": "Le derby entre Charleroi et le Standard définitivement interrompu", + "description": "Une affaire qui risque de couter cher au Standard.
    \n
    \nMené 3-0 par Charleroi dans le derby wallon en Jupiler Pro League, Liège continue de s'enfoncer en championnat. Et ses supporters ont…

    ", + "content": "Une affaire qui risque de couter cher au Standard.
    \n
    \nMené 3-0 par Charleroi dans le derby wallon en Jupiler Pro League, Liège continue de s'enfoncer en championnat. Et ses supporters ont…

    ", "category": "", - "link": "https://www.sofoot.com/karim-benzema-etablit-le-record-de-buts-marques-en-club-pour-un-joueur-francais-devant-thierry-henry-507615.html", + "link": "https://www.sofoot.com/le-derby-entre-charleroi-et-le-standard-definitivement-interrompu-507912.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T11:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-karim-benzema-etablit-le-record-de-buts-marques-en-club-pour-un-joueur-francais-devant-thierry-henry-1638185083_x600_articles-507615.jpg", + "pubDate": "2021-12-06T08:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-derby-entre-charleroi-et-le-standard-definitivement-interrompu-1638781315_x600_articles-507912.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92251,17 +93979,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8f588af35ed3a1cd4f82b06558de250" + "hash": "572430b5fb3f2c829efece28aff69ae6" }, { - "title": "Unai Emery et Xavi auraient été séparés par la police après Villarreal-FC Barcelone", - "description": "Xavi-Emery, nouveau Guardiola-Mourinho ?
    \n
    \nLe Barça n'a pas brillé ce samedi, mais le Barça s'est imposé. À Villarreal, les Blaugrana ont réussi
    ", - "content": "Xavi-Emery, nouveau Guardiola-Mourinho ?
    \n
    \nLe Barça n'a pas brillé ce samedi, mais le Barça s'est imposé. À Villarreal, les Blaugrana ont réussi
    ", + "title": "Pronostic Real Madrid Inter Milan : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Le Real Madrid enchaîne face à l'Inter pour la 1re place

    \n
    \nAssurés de participer aux huitièmes de finale de la Ligue des Champions,…
    ", + "content": "

    Le Real Madrid enchaîne face à l'Inter pour la 1re place

    \n
    \nAssurés de participer aux huitièmes de finale de la Ligue des Champions,…
    ", "category": "", - "link": "https://www.sofoot.com/unai-emery-et-xavi-auraient-ete-separes-par-la-police-apres-villarreal-fc-barcelone-507610.html", + "link": "https://www.sofoot.com/pronostic-real-madrid-inter-milan-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507911.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T11:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-unai-emery-et-xavi-auraient-ete-separes-par-la-police-apres-villarreal-fc-barcelone-1638183054_x600_articles-507610.jpg", + "pubDate": "2021-12-06T08:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-inter-milan-analyse-cotes-et-prono-du-match-de-ligue-des-champions-1638781225_x600_articles-507911.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92271,17 +93999,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce405eb1d311970c0d87835a8b9f9420" + "hash": "8c63a4497b507aaa0312e7c0c2c1d0fb" }, { - "title": "Norvège : un joueur exclu après avoir poussé au sol son propre gardien", - "description": "Des vrais barbares, ces Vikings.
    \n
    \nLe Viking FK (oui oui) s'est imposé sur la pelouse de Kristiansund ce dimanche (2-3) et a conforté sa place de troisième du championnat norvégien. Si…

    ", - "content": "Des vrais barbares, ces Vikings.
    \n
    \nLe Viking FK (oui oui) s'est imposé sur la pelouse de Kristiansund ce dimanche (2-3) et a conforté sa place de troisième du championnat norvégien. Si…

    ", + "title": "Antonetti se paye Ibrahima Niane", + "description": "De Préville vous manque et tout est dépeuplé.
    \n
    \nEn l'absence de Nicolas De Préville à Monaco (défaite…

    ", + "content": "De Préville vous manque et tout est dépeuplé.
    \n
    \nEn l'absence de Nicolas De Préville à Monaco (défaite…

    ", "category": "", - "link": "https://www.sofoot.com/norvege-un-joueur-exclu-apres-avoir-pousse-au-sol-son-propre-gardien-507612.html", + "link": "https://www.sofoot.com/antonetti-se-paye-ibrahima-niane-507910.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T11:01:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-norvege-un-joueur-exclu-apres-avoir-pousse-au-sol-son-propre-gardien-1638183978_x600_articles-507612.jpg", + "pubDate": "2021-12-06T08:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-antonetti-se-paye-ibrahima-niane-1638779997_x600_articles-507910.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92291,17 +94019,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bf498130f49cf7e32019d1695b7b455" + "hash": "96896e4187c41327944b16950c4f736d" }, { - "title": "Bretagne : on était aux retrouvailles entre Guingamp et Saint-Brieuc en Coupe de France", - "description": "Pour la première fois depuis 26 ans, les équipes fanions d'En Avant Guingamp et du Stade briochin se sont retrouvés sur un terrain de football à l'occasion du huitième tour de Coupe de France. Un match comme un autre après plus de deux décennies passées sans se croiser ? Un peu, même si la fête des voisins a également réveillé des douloureux souvenirs dans le camp briochin. On y était.En se baladant autour du stade de Roudourou en ce début de samedi après-midi pluvieux, rien ne laisse présager qu'un match spécial doit se jouer dans l'antre guingampaise dans un peu moins de…", - "content": "En se baladant autour du stade de Roudourou en ce début de samedi après-midi pluvieux, rien ne laisse présager qu'un match spécial doit se jouer dans l'antre guingampaise dans un peu moins de…", + "title": "L'Universidad sauvée par trois buts dans les dix dernières minutes", + "description": "Une opération sauvetage digne du RAID.
    \n
    \nAvec trois buts dans les dix dernières minutes, l'Universidad de Chile, club de Santiago, la capitale, s'est sauvé de la relégation lors de la…

    ", + "content": "Une opération sauvetage digne du RAID.
    \n
    \nAvec trois buts dans les dix dernières minutes, l'Universidad de Chile, club de Santiago, la capitale, s'est sauvé de la relégation lors de la…

    ", "category": "", - "link": "https://www.sofoot.com/bretagne-on-etait-aux-retrouvailles-entre-guingamp-et-saint-brieuc-en-coupe-de-france-507598.html", + "link": "https://www.sofoot.com/l-universidad-sauvee-par-trois-buts-dans-les-dix-dernieres-minutes-507908.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-bretagne-on-etait-aux-retrouvailles-entre-guingamp-et-saint-brieuc-en-coupe-de-france-1638175121_x600_articles-alt-507598.jpg", + "pubDate": "2021-12-06T08:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-universidad-sauvee-par-trois-buts-dans-les-dix-dernieres-minutes-1638779168_x600_articles-507908.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92311,17 +94039,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d5bdfb0fd0e940f8f3751a2110b65c2" + "hash": "6d77d1b69f08cffb73da958648e2a5d3" }, { - "title": "Gérard Lopez (Bordeaux) tance ses joueurs après la défaite contre Brest", - "description": "Une défaite au goût amer.
    \n
    \nCe dimanche, dans le cadre de la quinzième journée de Ligue 1, Bordeaux recevait Brest. Pourtant menés 1-0 jusqu'à l'heure de jeu,
    ", - "content": "Une défaite au goût amer.
    \n
    \nCe dimanche, dans le cadre de la quinzième journée de Ligue 1, Bordeaux recevait Brest. Pourtant menés 1-0 jusqu'à l'heure de jeu,
    ", + "title": "EuroMillions mardi 7 décembre 2021 : 143 millions d'€ à gagner !", + "description": "Jamais 2 sans 3 ? Deux Français ont remporté en octobre et novembre d'énorme jackpot EuroMillions. Ce mardi 7 décembre 2021, la cagnotte EuroMillions met en jeu 143 millions d'euros à gagner ! De quoi donner quelques idées aux joueurs français...

    EuroMillions du mardi 7 décembre 2021 : 143M d'€

    \n
    \nNon gagnée vendredi, le super jackpot de l'EuroMillions revient avec 143 millions d'euros
    ", + "content": "

    EuroMillions du mardi 7 décembre 2021 : 143M d'€

    \n
    \nNon gagnée vendredi, le super jackpot de l'EuroMillions revient avec 143 millions d'euros
    ", "category": "", - "link": "https://www.sofoot.com/gerard-lopez-bordeaux-tance-ses-joueurs-apres-la-defaite-contre-brest-507608.html", + "link": "https://www.sofoot.com/euromillions-mardi-7-decembre-2021-143-millions-d-e-a-gagner-507907.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T10:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-gerard-lopez-bordeaux-tance-ses-joueurs-apres-la-defaite-contre-brest-1638180347_x600_articles-507608.jpg", + "pubDate": "2021-12-06T06:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-euromillions-mardi-7-decembre-2021-143-millions-d-e-a-gagner-1638774337_x600_articles-507907.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92331,17 +94059,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d143fd7bf6d0618c2f7d9878f6e446e5" + "hash": "13ceecc07a30fe3d79671480ae1af1e3" }, { - "title": "Pronostic Salernitana Juventus : Analyse, cotes et prono du match de Serie A", - "description": "

    La Juventus n'a pas le choix face à la Salernitana

    \n
    \nPromue cette saison, la Salernitana connait logiquement une entame compliquée. En effet,…
    ", - "content": "

    La Juventus n'a pas le choix face à la Salernitana

    \n
    \nPromue cette saison, la Salernitana connait logiquement une entame compliquée. En effet,…
    ", + "title": "Claude Puel, Vert trop solitaire", + "description": "Pour la deuxième fois en vingt ans de carrière, Claude Puel s'apprête à être limogé en cours de saison. Une issue devenue inévitable pour le technicien de 60 ans, dans l'impasse à Saint-Étienne, où il n'a jamais pu poser sa patte malgré la confiance des dirigeants.
    Qu'on voit les Verts à moitié pleins, ou à moitié vides, on ne peut s'empêcher d'avoir un goût de gâchis en bouche à l'annonce du départ de Claude Puel. Après un peu plus de deux…", + "content": "Qu'on voit les Verts à moitié pleins, ou à moitié vides, on ne peut s'empêcher d'avoir un goût de gâchis en bouche à l'annonce du départ de Claude Puel. Après un peu plus de deux…", "category": "", - "link": "https://www.sofoot.com/pronostic-salernitana-juventus-analyse-cotes-et-prono-du-match-de-serie-a-507611.html", + "link": "https://www.sofoot.com/claude-puel-vert-trop-solitaire-507906.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T10:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-salernitana-juventus-analyse-cotes-et-prono-du-match-de-serie-a-1638180964_x600_articles-507611.jpg", + "pubDate": "2021-12-06T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-claude-puel-vert-trop-solitaire-1638739556_x600_articles-alt-507906.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92351,17 +94079,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "46e6ed03f7619a504d1576de810801e2" + "hash": "b30aae2ad042d78f56b2c76e60ee079e" }, { - "title": "PS5, Freebets et Paysafecard : La SO FOOT LIGUE s'occupe de vos cadeaux de Noël !", - "description": "Vous cherchez une fantasy gratuite, avec plein de beaux cadeaux à gagner et une communauté au top ?
    \n
    \nRejoignez la SO FOOT LIGUE

    ", - "content": "Vous cherchez une fantasy gratuite, avec plein de beaux cadeaux à gagner et une communauté au top ?
    \n
    \nRejoignez la SO FOOT LIGUE

    ", + "title": "Ces trois infos du week-end vont vous étonner", + "description": "Parce qu'il n'y a pas que les championnats du \"Big Five\" dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : un 22e titre de champion de Suède pour Malmö, la Ligue Europa africaine et une série dingue en Serbie.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ps5-freebets-et-paysafecard-la-so-foot-ligue-s-occupe-de-vos-cadeaux-de-noel-507607.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-507903.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T09:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ps5-freebets-et-paysafecard-la-so-foot-ligue-s-occupe-de-vos-cadeaux-de-noel-1638178155_x600_articles-507607.jpg", + "pubDate": "2021-12-06T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1638728100_x600_articles-507903.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92371,17 +94099,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f433ccc3b76041271c941d8c6e3163b" + "hash": "8119f3cd7a361eb1bcff6b9d27c1ab0b" }, { - "title": "Pronostic Leeds Crystal Palace : Analyse, cotes et prono du match de Premier League", - "description": "

    Un Leeds – Crystal Palace avec des buts de chaque côté

    \n
    \nEn cette fin d'année civile en Angleterre, la Premier League va nous offrir un mois de…
    ", - "content": "

    Un Leeds – Crystal Palace avec des buts de chaque côté

    \n
    \nEn cette fin d'année civile en Angleterre, la Premier League va nous offrir un mois de…
    ", + "title": "Brest a le vent dans le dos", + "description": "Incapable de gagner pendant de longues semaines, le Brest de Michel Der Zakarian n'en finit plus de mettre à genoux ses adversaires. Depuis le déclic face à Monaco fin octobre, les Ty Zef sont inarrêtables, eux qui ont enchaîné un sixième succès consécutif samedi, au Vélodrome. Mais qui pourra donc arrêter cette bande de pirates sanguinaires prêts à tout pour faire trembler la Ligue 1 ?Le 31 octobre dernier, tout semblait gris au-dessus de la tête du Stade brestois, toujours privé de victoire après onze journées et contraint de barboter aux côtés de Metz et Saint-Étienne,…", + "content": "Le 31 octobre dernier, tout semblait gris au-dessus de la tête du Stade brestois, toujours privé de victoire après onze journées et contraint de barboter aux côtés de Metz et Saint-Étienne,…", "category": "", - "link": "https://www.sofoot.com/pronostic-leeds-crystal-palace-analyse-cotes-et-prono-du-match-de-premier-league-507609.html", + "link": "https://www.sofoot.com/brest-a-le-vent-dans-le-dos-507900.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T09:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-leeds-crystal-palace-analyse-cotes-et-prono-du-match-de-premier-league-1638180327_x600_articles-507609.jpg", + "pubDate": "2021-12-06T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-brest-a-le-vent-dans-le-dos-1638716172_x600_articles-alt-507900.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92391,17 +94119,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "57b2543d2f56bff05d0552daa78693ce" + "hash": "1e9881904411df5e00100cd510634047" }, { - "title": "Pronostic Newcastle Norwich : Analyse, cotes et prono du match de Premier League", - "description": "

    Newcastle prend des points face à Norwich

    \n
    \nLa 14e journée de Premier League débute par un choc entre les deux derniers, Newcastle et…
    ", - "content": "

    Newcastle prend des points face à Norwich

    \n
    \nLa 14e journée de Premier League débute par un choc entre les deux derniers, Newcastle et…
    ", + "title": "SO FOOT #192", + "description": "Lire le sommaire S'abonner
    \nEN KIOSQUE LE 09/12/2021
    \n

    \nBruno Genesio.
    \nDéfenseur du coaching à la française,…


    ", + "content": "
    \nEN KIOSQUE LE 09/12/2021
    \n

    \nBruno Genesio.
    \nDéfenseur du coaching à la française,…


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-newcastle-norwich-analyse-cotes-et-prono-du-match-de-premier-league-507605.html", + "link": "https://www.sofoot.com/so-foot-192-507663.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T09:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-newcastle-norwich-analyse-cotes-et-prono-du-match-de-premier-league-1638179144_x600_articles-507605.jpg", + "pubDate": "2021-12-06T04:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-so-foot-192-1638268538_x600_articles-alt-507663.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92411,17 +94139,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dce63752b45e47f5cb2aded8a53818dd" + "hash": "e8689692561c928ec0187a854964d5c0" }, { - "title": "Un milliardaire russe pour reprendre l'AS Saint-Étienne ?", - "description": "Jamais deux sans trois.
    \n
    \nDepuis cet été, les dirigeants de l'AS Saint-Étienne espèrent vendre le club aux alentours de 60 millions d'euros, et au regard des performances des Verts…

    ", - "content": "Jamais deux sans trois.
    \n
    \nDepuis cet été, les dirigeants de l'AS Saint-Étienne espèrent vendre le club aux alentours de 60 millions d'euros, et au regard des performances des Verts…

    ", + "title": "Les notes de Bordeaux-Lyon ", + "description": "Il a fallu de grands Lopes et Lukeba pour que Lyon ne se fasse pas punir par Bordeaux. Elis, lui, a montré aux attaquants lyonnais ce que c'était que de \"prendre la profondeur\".

    Les bons élèves


    \n
    \nHier, les…

    ", + "content": "

    Les bons élèves


    \n
    \nHier, les…

    ", "category": "", - "link": "https://www.sofoot.com/un-milliardaire-russe-pour-reprendre-l-as-saint-etienne-507606.html", + "link": "https://www.sofoot.com/les-notes-de-bordeaux-lyon-507905.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T09:14:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-milliardaire-russe-pour-reprendre-l-as-saint-etienne-1638177608_x600_articles-507606.jpg", + "pubDate": "2021-12-05T22:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-bordeaux-lyon-1638741154_x600_articles-alt-507905.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92431,17 +94159,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef70e0cb6262946b55f6a880c7145b42" + "hash": "d8f01bdf7bd44952d52ae223eed64d63" }, { - "title": "Ils viennent des États-Unis pour voir Tottenham joueur à Burnley avant que le match soit annulé", - "description": "Ça s'appelle gâcher son week-end.
    \n
    \nTrente et une heures. C'est le temps qu'il a fallu à Ken et sa compagne pour arriver à Burnley ce dimanche, depuis Dallas aux États-Unis.…

    ", - "content": "Ça s'appelle gâcher son week-end.
    \n
    \nTrente et une heures. C'est le temps qu'il a fallu à Ken et sa compagne pour arriver à Burnley ce dimanche, depuis Dallas aux États-Unis.…

    ", + "title": "La Juventus vient à bout du Genoa malgré un énorme Sirigu", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ils-viennent-des-etats-unis-pour-voir-tottenham-joueur-a-burnley-avant-que-le-match-soit-annule-507602.html", + "link": "https://www.sofoot.com/la-juventus-vient-a-bout-du-genoa-malgre-un-enorme-sirigu-507868.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T08:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ils-viennent-des-etats-unis-pour-voir-tottenham-joueur-a-burnley-avant-que-le-match-soit-annule-1638175391_x600_articles-507602.jpg", + "pubDate": "2021-12-05T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-juventus-vient-a-bout-du-genoa-malgre-un-enorme-sirigu-1638740531_x600_articles-507868.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92451,17 +94179,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "086f2d4c2eb3403a4dbc6b417dfd4e53" + "hash": "dd38e48be02b3e8702b83fb851287bd1" }, { - "title": "Carlo Ancelotti après Séville-Real Madrid : \"Vinícius Júnior décisif ? C'est une autre étape pour devenir l'un des meilleurs du Monde\"", - "description": "Tout pareil.
    \n
    \nOnze buts et sept passes décisives en dix-neuf rencontres toutes compétitions confondues contre seize réalisations et huit caviars : finalement à quelques statistiques…

    ", - "content": "Tout pareil.
    \n
    \nOnze buts et sept passes décisives en dix-neuf rencontres toutes compétitions confondues contre seize réalisations et huit caviars : finalement à quelques statistiques…

    ", + "title": "Bordeaux et Lyon se quittent dos à dos", + "description": "Tous deux en difficulté depuis plusieurs semaines en Ligue 1, Bordeaux et Lyon étaient en quête de rédemption ce dimanche soir. Manqué, les deux équipes se quittent sur un match nul à rebondissements (2-2) qui n'arrange personne.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/carlo-ancelotti-apres-seville-real-madrid-vinicius-junior-decisif-c-est-une-autre-etape-pour-devenir-l-un-des-meilleurs-du-monde-507604.html", + "link": "https://www.sofoot.com/bordeaux-et-lyon-se-quittent-dos-a-dos-507858.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T08:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-carlo-ancelotti-apres-seville-real-madrid-vinicius-junior-decisif-c-est-une-autre-etape-pour-devenir-l-un-des-meilleurs-du-monde-1638175939_x600_articles-507604.jpg", + "pubDate": "2021-12-05T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-et-lyon-se-quittent-dos-a-dos-1638741442_x600_articles-alt-507858.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92471,17 +94199,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "28f0c314bd8b396d8d8c258e37b10266" + "hash": "6d42e79bb1ef6b0d3b37250d65b0e74f" }, { - "title": "Les supporters des Rangers improvisent une bataille de boules de neige à la mi-temps", - "description": "Le perdant passe 45 minutes trempé à se les geler.
    \n
    \nÀ l'heure où l'International Football Association Board (IFAB), l'institution qui régit les lois du jeu du football, songe à…

    ", - "content": "Le perdant passe 45 minutes trempé à se les geler.
    \n
    \nÀ l'heure où l'International Football Association Board (IFAB), l'institution qui régit les lois du jeu du football, songe à…

    ", + "title": "En direct : Bordeaux - Lyon ", + "description": "0' : @piticoujou: Oh merci, je vais essayer de faire du mieux possible, promis. Un petit prono ...", + "content": "0' : @piticoujou: Oh merci, je vais essayer de faire du mieux possible, promis. Un petit prono ...", "category": "", - "link": "https://www.sofoot.com/les-supporters-des-rangers-improvisent-une-bataille-de-boules-de-neige-a-la-mi-temps-507601.html", + "link": "https://www.sofoot.com/en-direct-bordeaux-lyon-507904.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T08:44:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-supporters-des-rangers-improvisent-une-bataille-de-boules-de-neige-a-la-mi-temps-1638175157_x600_articles-507601.jpg", + "pubDate": "2021-12-05T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-bordeaux-lyon-1638732761_x600_articles-alt-507904.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92491,17 +94219,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5dbb1298a91f4892c626abdb0e9acba" + "hash": "30bf643e14c700e139b7eb6a1080090c" }, { - "title": "Neymar (PSG) pourrait être absent six semaines", - "description": "Pour une fois qu'il commençait à gérer sur le terrain.
    \n
    \n\"Il va falloir voir ça demain, mais à la télévision, les images sont impressionnantes. J'espère que ce n'est pas un…

    ", - "content": "Pour une fois qu'il commençait à gérer sur le terrain.
    \n
    \n\"Il va falloir voir ça demain, mais à la télévision, les images sont impressionnantes. J'espère que ce n'est pas un…

    ", + "title": "Aston Villa maîtrise Leicester", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/neymar-psg-pourrait-etre-absent-six-semaines-507603.html", + "link": "https://www.sofoot.com/aston-villa-maitrise-leicester-507857.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T08:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-neymar-psg-pourrait-etre-absent-six-semaines-1638174116_x600_articles-507603.jpg", + "pubDate": "2021-12-05T18:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aston-villa-maitrise-leicester-1638730076_x600_articles-507857.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92511,17 +94239,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2649de51e3f207274cd75c7e5df552a" + "hash": "eb80a63627b4312a04b53b1211cd0bd3" }, { - "title": "LOTO du lundi 29 novembre 2021 : 28 millions d'€ à gagner (cagnotte record) !", - "description": "Le plus gros gain de l'histoire de la loterie française est à remporter ce lundi 29 novembre 2021. La FDJ met en jeu une cagnotte LOTO de 28 millions d'euros

    LOTO du lundi 29 novembre 2021 : 28 Millions d'€

    \n
    \nCe lundi 29 novembre 2021, la cagnotte du LOTO est à 28 millions d'euros, un montant…
    ", - "content": "

    LOTO du lundi 29 novembre 2021 : 28 Millions d'€

    \n
    \nCe lundi 29 novembre 2021, la cagnotte du LOTO est à 28 millions d'euros, un montant…
    ", + "title": "Fribourg atomise Gladbach", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/loto-du-lundi-29-novembre-2021-28-millions-d-e-a-gagner-cagnotte-record-507569.html", + "link": "https://www.sofoot.com/fribourg-atomise-gladbach-507864.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T06:11:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-loto-du-lundi-29-novembre-2021-28-millions-d-e-a-gagner-cagnotte-record-1638097289_x600_articles-507569.jpg", + "pubDate": "2021-12-05T18:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-fribourg-atomise-gladbach-1638729047_x600_articles-507864.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92531,17 +94259,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e04dbc6514e9545e1e970584cbe8afe" + "hash": "1782843bf86237b8ba8c2d5ca98e5f40" }, { - "title": "La triste danse du Flamengo", - "description": "Après prolongation ce samedi, Palmeiras a battu Flamengo en finale du match le plus important de l'année en Amérique du Sud (2-1), la finale de la Copa Libertadores. L'équipe de São Paulo a renversé celle de Rio de Janeiro, où la fête annoncée n'a pas eu lieu.Il est 20h45 en bas de la favela de Cantagalo à Rio de Janeiro. Marcos Vinicius, 24 ans, mâche une frite de manioc le regard vide. Sur son dos s'étale le maillot rayé de rouge et de noir du…", - "content": "Il est 20h45 en bas de la favela de Cantagalo à Rio de Janeiro. Marcos Vinicius, 24 ans, mâche une frite de manioc le regard vide. Sur son dos s'étale le maillot rayé de rouge et de noir du…", + "title": "Nice se troue contre Strasbourg", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-triste-danse-du-flamengo-507593.html", + "link": "https://www.sofoot.com/nice-se-troue-contre-strasbourg-507901.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-triste-danse-du-flamengo-1638122127_x600_articles-alt-507593.jpg", + "pubDate": "2021-12-05T17:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nice-se-troue-contre-strasbourg-1638727546_x600_articles-507901.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92551,17 +94279,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b30565012e59df3192e0633bafdeec5" + "hash": "7443d9e0f9540a610d655ee043b4fb0f" }, { - "title": "Ce qu'il faut retenir des matchs de Coupe de France du dimanche 28 novembre ", - "description": "Comme chaque année, le huitième tour de la Coupe de France a réservé quelques belles surprises. Au programme, le scalp du Havre dans la Vienne, une remontada signée Jean-Pierre Papin ou encore la fin d'un rêve au stade la Licorne.

  • La surprise du jour : US…
  • ", - "content": "

  • La surprise du jour : US…
  • ", + "title": "Claude Puel mis à pied après la gifle reçue contre Rennes", + "description": "Le désormais ex-entraîneur de l'ASSE est le premier coach remercié cette saison en Ligue 1.Ça sentait le roussi.
    \n
    \nQuelques heures à peine après la claque reçue au Chaudron…

    ", + "content": "Ça sentait le roussi.
    \n
    \nQuelques heures à peine après la claque reçue au Chaudron…

    ", "category": "", - "link": "https://www.sofoot.com/ce-qu-il-faut-retenir-des-matchs-de-coupe-de-france-du-dimanche-28-novembre-507592.html", + "link": "https://www.sofoot.com/claude-puel-mis-a-pied-apres-la-gifle-recue-contre-rennes-507902.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ce-qu-il-faut-retenir-des-matchs-de-coupe-de-france-du-dimanche-28-novembre-1638129573_x600_articles-alt-507592.jpg", + "pubDate": "2021-12-05T16:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-claude-puel-mis-a-pied-apres-la-gifle-recue-contre-rennes-1638723431_x600_articles-507902.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92571,17 +94299,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b8f9df104dd860623348252840289d3" + "hash": "0c45ba8ebd77667fd8b987f56e86960e" }, { - "title": "Ces trois infos du week-end vont vous étonner", - "description": "Parce qu'il n'y a pas que les championnats du Big Five dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : une fin de série pour le Red Bull Salzburg, une énorme déconvenue pour le Club América et une première très attendue du côté de Saint-Marin.

    ", - "content": "

    ", + "title": "Angers retrouve la victoire à Reims ", + "description": "La dalle angevine est de retour !

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-507588.html", + "link": "https://www.sofoot.com/angers-retrouve-la-victoire-a-reims-507896.html", "creator": "SO FOOT", - "pubDate": "2021-11-29T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1638124266_x600_articles-alt-507588.jpg", + "pubDate": "2021-12-05T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-angers-retrouve-la-victoire-a-reims-1638720093_x600_articles-507896.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92591,17 +94319,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7448d0fe56b85091c6a6c2cba6aa9451" + "hash": "2dd4524297d5403a159cbedccc9b03f0" }, { - "title": "Le Real sauvé par son duo Benzema-Vinícius face à Séville", - "description": "Dans le choc de la 14e journée, le Real a pris le meilleur sur le Séville FC (2-1). Rapidement menés, les Merengues ont été sauvés par le duo Benzema-Vinícius, qui permet au leader du championnat de s'envoler en tête de la Liga.

    ", - "content": "

    ", + "title": "Nantes vole trois points à Lorient", + "description": "Les Canaris n'ont pas vu le ballon mais ont mangé les Merlus.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-real-sauve-par-son-duo-benzema-vinicius-face-a-seville-507565.html", + "link": "https://www.sofoot.com/nantes-vole-trois-points-a-lorient-507895.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T22:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-real-sauve-par-son-duo-benzema-vinicius-face-a-seville-1638136496_x600_articles-507565.jpg", + "pubDate": "2021-12-05T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nantes-vole-trois-points-a-lorient-1638722713_x600_articles-507895.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92611,17 +94339,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "51f79b0e6f5de77594865541929c08fc" + "hash": "23fd817f6e3701c20f3c59571d6dacd1" }, { - "title": "L'OM glace Troyes dans le silence du Vélodrome", - "description": "Dans une partie déprimante du fait du huis clos du Vélodrome, mais aussi du contenu mollasson proposé par Marseille et l'ESTAC, les Phocéens ont fait la différence en seconde période grâce à Dimitri Payet et Pol Lirola (1-0). Une manière de se remettre les idées en place, sans la manière.

    ", - "content": "

    ", + "title": "Tottenham écarte facilement Norwich, Leeds frustre Brentford", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-om-glace-troyes-dans-le-silence-du-velodrome-507597.html", + "link": "https://www.sofoot.com/tottenham-ecarte-facilement-norwich-leeds-frustre-brentford-507867.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T21:46:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-om-glace-troyes-dans-le-silence-du-velodrome-1638135844_x600_articles-alt-507597.jpg", + "pubDate": "2021-12-05T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-ecarte-facilement-norwich-leeds-frustre-brentford-1638720676_x600_articles-507867.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92631,17 +94359,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4176b8bcbf455bdfa272c15fae8a9a06" + "hash": "7e12104bab9cf6b0fa960d647e47be7d" }, { - "title": "Naples humilie la Lazio", - "description": "

    ", - "content": "

    ", + "title": "Manchester United s'impose de peu contre Crystal Palace", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/naples-humilie-la-lazio-507596.html", + "link": "https://www.sofoot.com/manchester-united-s-impose-de-peu-contre-crystal-palace-507886.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T21:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-naples-humilie-la-lazio-1638136301_x600_articles-507596.jpg", + "pubDate": "2021-12-05T15:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-s-impose-de-peu-contre-crystal-palace-1638720064_x600_articles-507886.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92651,17 +94379,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b3c41082390e98defb5d815582989b0" + "hash": "f1daeac0e619e1cfe0d447e2caeb3b38" }, { - "title": "En direct : Marseille - Troyes", - "description": "67' : Bonne nouvelle : le Didier Drogba 3.0 va entrer.", - "content": "67' : Bonne nouvelle : le Didier Drogba 3.0 va entrer.", + "title": "Monaco puissance quatre contre Metz", + "description": "La couleur préférée de l'ASM ? Le Grenat.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-marseille-troyes-507571.html", + "link": "https://www.sofoot.com/monaco-puissance-quatre-contre-metz-507898.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-troyes-1638097505_x600_articles-507571.jpg", + "pubDate": "2021-12-05T15:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-monaco-puissance-quatre-contre-metz-1638719906_x600_articles-507898.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92671,17 +94399,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b05e5b05409f71438be6a31353e6084" + "hash": "9c42a2a3a221b15f19be18c9573cd0e6" }, { - "title": "L'Atlético maîtrise Cadix", - "description": "

    ", - "content": "

    ", + "title": "Montpellier enfonce Clermont", + "description": "Clermont coule, coule, coule...

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-atletico-maitrise-cadix-507594.html", + "link": "https://www.sofoot.com/montpellier-enfonce-clermont-507893.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T19:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atletico-maitrise-cadix-1638127892_x600_articles-507594.jpg", + "pubDate": "2021-12-05T15:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-montpellier-enfonce-clermont-1638718901_x600_articles-507893.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92691,17 +94419,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ca909db7a96762fd18ceae4f6a3495d" + "hash": "5b2db1ac3a5337ddc10ffbe35d6c1794" }, { - "title": "Une petite Roma douche le Torino", - "description": "

    ", - "content": "

    ", + "title": "Un supporter du Beerschot s'invite sur la pelouse pour attaquer le parcage adverse", + "description": "Jour de derby en ce premier dimanche de décembre à Anvers, où le Beerschot recevait le voisin du Royal Antwerp en début d'après-midi en Jupiler Pro League. Et si, sur la pelouse, les locaux se…", + "content": "Jour de derby en ce premier dimanche de décembre à Anvers, où le Beerschot recevait le voisin du Royal Antwerp en début d'après-midi en Jupiler Pro League. Et si, sur la pelouse, les locaux se…", "category": "", - "link": "https://www.sofoot.com/une-petite-roma-douche-le-torino-507585.html", + "link": "https://www.sofoot.com/un-supporter-du-beerschot-s-invite-sur-la-pelouse-pour-attaquer-le-parcage-adverse-507899.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T19:04:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-une-petite-roma-douche-le-torino-1638126571_x600_articles-507585.jpg", + "pubDate": "2021-12-05T14:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-supporter-du-beerschot-s-invite-sur-la-pelouse-pour-attaquer-le-parcage-adverse-1638716032_x600_articles-507899.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92711,17 +94439,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "57087e38a3636b3e21d50edf5d428b2b" + "hash": "8af21987b341146471193d68538b737b" }, { - "title": "Les notes de Chelsea-Manchester United", - "description": "Au terme d'un match solide, Manchester United est parvenu à freiner Chelsea dans son antre (1-1). Paradoxe : la défense de Manchester, pourtant l'une des pires du Royaume, a largement fait le boulot, à l'image de Lindelöf, tandis que l'attaque de Chelsea, pourtant l'une des meilleures d'Angleterre, a bégayé son football, à l'instar d'un Werner en mode vendanges.

    Ils ont réchauffé la nuit londonienne


    \n
    \n

    ", - "content": "

    Ils ont réchauffé la nuit londonienne


    \n
    \n

    ", + "title": "Rennes démolit Saint-Étienne, triplé de Martin Terrier", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-chelsea-manchester-united-507595.html", + "link": "https://www.sofoot.com/rennes-demolit-saint-etienne-triple-de-martin-terrier-507884.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T18:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-chelsea-manchester-united-1638124866_x600_articles-alt-507595.jpg", + "pubDate": "2021-12-05T14:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-rennes-demolit-saint-etienne-triple-de-martin-terrier-1638712705_x600_articles-507884.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92731,17 +94459,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c589782da12a033d18304d26740d8ec" + "hash": "3f201f0dde644d9155934ae22caaf45c" }, { - "title": "Manchester United résiste à Chelsea", - "description": "Largement dominé sur la pelouse d'un Chelsea encore impressionnant, Manchester United ramène un bon point de Londres (1-1). Les Red Devils ont profité d'une improbable erreur de Jorginho pour prendre les devants, avant d'être rejoints sur un penalty de l'Italien. Les Blues peuvent s'en vouloir, eux qui laissent échapper deux points précieux dans la course au titre.

    ", - "content": "

    ", + "title": "La Fiorentina vient à bout de Bologne et s'adjuge le derby", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/manchester-united-resiste-a-chelsea-507584.html", + "link": "https://www.sofoot.com/la-fiorentina-vient-a-bout-de-bologne-et-s-adjuge-le-derby-507889.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T18:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-resiste-a-chelsea-1638124063_x600_articles-alt-507584.jpg", + "pubDate": "2021-12-05T13:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-fiorentina-vient-a-bout-de-bologne-et-s-adjuge-le-derby-1638711483_x600_articles-507889.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92751,17 +94479,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "633a71f4367a21303763f01613661b7c" + "hash": "fbe8b0709b0877816e0ee9f739ce900c" }, { - "title": "Leverkusen maîtrise Leipzig", - "description": "

    ", - "content": "

    ", + "title": "Scandale après des buts suspects lors d'un match décisif pour la montée en Colombie", + "description": "C'est un peu gros là.
    \n
    \nLa subtilité ? Pour l'Union Magdalena, ce n'est pas un problème, encore moins que l'intégrité ou l'éthique. Le club de la ville de Santa Marta, champion de…

    ", + "content": "C'est un peu gros là.
    \n
    \nLa subtilité ? Pour l'Union Magdalena, ce n'est pas un problème, encore moins que l'intégrité ou l'éthique. Le club de la ville de Santa Marta, champion de…

    ", "category": "", - "link": "https://www.sofoot.com/leverkusen-maitrise-leipzig-507583.html", + "link": "https://www.sofoot.com/scandale-apres-des-buts-suspects-lors-d-un-match-decisif-pour-la-montee-en-colombie-507894.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T18:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-leverkusen-maitrise-leipzig-1638124249_x600_articles-507583.jpg", + "pubDate": "2021-12-05T13:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-scandale-apres-des-buts-suspects-lors-d-un-match-decisif-pour-la-montee-en-colombie-1638711821_x600_articles-507894.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92771,17 +94499,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "11e15d71351531a607f22ce99c1ba27d" + "hash": "f7824b0eef4238cd2d8a145fc39e7535" }, { - "title": "Lyon glace Montpellier ", - "description": "Victorieux en Ligue Europa cette semaine, Lyon enchaîne enfin en s'imposant de justesse sur le terrain de Montpellier ce dimanche (0-1). C'est seulement la deuxième victoire à l'extérieur des Rhodaniens cette saison en championnat, et elle fait du bien.

    ", - "content": "

    ", + "title": "L'ancien bordelais Momcilo Vukotic est mort", + "description": "Un scapulaire sur le carnet noir.
    \n
    \nMilieu offensif des Girondins de Bordeaux pendant une saison en 1978-1979, Momcilo Vukotic est décédé vendredi à l'âge de 71 ans. L'international…

    ", + "content": "Un scapulaire sur le carnet noir.
    \n
    \nMilieu offensif des Girondins de Bordeaux pendant une saison en 1978-1979, Momcilo Vukotic est décédé vendredi à l'âge de 71 ans. L'international…

    ", "category": "", - "link": "https://www.sofoot.com/lyon-glace-montpellier-507587.html", + "link": "https://www.sofoot.com/l-ancien-bordelais-momcilo-vukotic-est-mort-507892.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T18:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lyon-glace-montpellier-1638121963_x600_articles-alt-507587.jpg", + "pubDate": "2021-12-05T13:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-ancien-bordelais-momcilo-vukotic-est-mort-1638710843_x600_articles-507892.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92791,17 +94519,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "987964f2b693ff21c4b9f779d59d1104" + "hash": "b9ca5c6bf1fce8ea600ad1a9d6456a81" }, { - "title": "L'Espanyol fait tomber la Real Sociedad", - "description": "

    ", - "content": "

    ", + "title": "Un coach meurt après le but de son équipe à la 92e minute", + "description": "Un but qui coûte très cher.
    \n
    \nLors d'un match anodin de deuxième division egyptienne contre Al Zarka, l'entraîneur de Al-Majd Al-Iskandari a trouvé la mort sur son banc de touche.…

    ", + "content": "Un but qui coûte très cher.
    \n
    \nLors d'un match anodin de deuxième division egyptienne contre Al Zarka, l'entraîneur de Al-Majd Al-Iskandari a trouvé la mort sur son banc de touche.…

    ", "category": "", - "link": "https://www.sofoot.com/l-espanyol-fait-tomber-la-real-sociedad-507591.html", + "link": "https://www.sofoot.com/un-coach-meurt-apres-le-but-de-son-equipe-a-la-92e-minute-507891.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T17:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-espanyol-fait-tomber-la-real-sociedad-1638120154_x600_articles-507591.jpg", + "pubDate": "2021-12-05T12:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-coach-meurt-apres-le-but-de-son-equipe-a-la-92e-minute-1638710034_x600_articles-507891.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92811,57 +94539,57 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d2bafb7d85f684143a6a0a75c795b90" + "hash": "3cfb58ba5f9d9c537ab6b0646330e29c" }, { - "title": "Jürgen Klopp pas vraiment emballé par le derby de la Mersey", - "description": "Curieux raisonnement.
    \n
    \nEn déplacement à Goodison Park mercredi prochain afin d'y affronter Everton pour le compte de la quatorzième journée de Premier League, Liverpool s'apprête à…

    ", - "content": "Curieux raisonnement.
    \n
    \nEn déplacement à Goodison Park mercredi prochain afin d'y affronter Everton pour le compte de la quatorzième journée de Premier League, Liverpool s'apprête à…

    ", + "title": "Quand Cristiano Ronaldo s'en prenait à Cassano sur WhatsApp", + "description": "Combat de coqs par messages interposés.
    \n
    \nIntervenant régulier sur la chaîne Twitch de Christian Vieri, Antonio Cassano a raconté comment Cristiano Ronaldo s'était procuré son…

    ", + "content": "Combat de coqs par messages interposés.
    \n
    \nIntervenant régulier sur la chaîne Twitch de Christian Vieri, Antonio Cassano a raconté comment Cristiano Ronaldo s'était procuré son…

    ", "category": "", - "link": "https://www.sofoot.com/jurgen-klopp-pas-vraiment-emballe-par-le-derby-de-la-mersey-507590.html", + "link": "https://www.sofoot.com/quand-cristiano-ronaldo-s-en-prenait-a-cassano-sur-whatsapp-507888.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T16:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-jurgen-klopp-pas-vraiment-emballe-par-le-derby-de-la-mersey-1638117904_x600_articles-507590.jpg", + "pubDate": "2021-12-05T11:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-cristiano-ronaldo-s-en-prenait-a-cassano-sur-whatsapp-1638705864_x600_articles-507888.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "7eced8db9edd2098c4017248d04db129" + "hash": "129597af54e3c592662eae409f568d1d" }, { - "title": "En direct : Chelsea - Manchester United", - "description": "98' : THE END !
    \n
    \nLe gros coup de MU, venu avec bulldozer en défense et qui repart avec un point ...", - "content": "98' : THE END !
    \n
    \nLe gros coup de MU, venu avec bulldozer en défense et qui repart avec un point ...", + "title": "Une plainte contre Bellingham après ses déclarations sur l'arbitrage du Klassiker ?", + "description": "Ce Dortmund-Bayern n'a pas fini de faire parler de lui.
    \n
    \nSamedi, le Bayern Munich est parvenu à l'emporter sur la pelouse de son rival grâce à un penalty de Robert Lewandowski à un…

    ", + "content": "Ce Dortmund-Bayern n'a pas fini de faire parler de lui.
    \n
    \nSamedi, le Bayern Munich est parvenu à l'emporter sur la pelouse de son rival grâce à un penalty de Robert Lewandowski à un…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-chelsea-manchester-united-507543.html", + "link": "https://www.sofoot.com/une-plainte-contre-bellingham-apres-ses-declarations-sur-l-arbitrage-du-klassiker-507887.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T16:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-chelsea-manchester-united-1638120273_x600_articles-alt-507543.jpg", + "pubDate": "2021-12-05T11:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-plainte-contre-bellingham-apres-ses-declarations-sur-l-arbitrage-du-klassiker-1638703339_x600_articles-507887.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2c80a80c732219485661e2d5793a1e96" + "hash": "8a6782a446a10d4a3a1ac7a217ff98d0" }, { - "title": "Rennes fait craquer Lorient et passe deuxième", - "description": "Le nouveau dauphin du PSG, c'est le SRFC.

    ", - "content": "

    ", + "title": "Gérard Lopez attend plus de ses joueurs", + "description": "Le président n'est pas content.
    \n
    \nRien ne va à Bordeaux depuis le début de saison, les Girondins occupant une inquiétante dix-huitième place avant de recevoir Lyon ce dimanche soir en…

    ", + "content": "Le président n'est pas content.
    \n
    \nRien ne va à Bordeaux depuis le début de saison, les Girondins occupant une inquiétante dix-huitième place avant de recevoir Lyon ce dimanche soir en…

    ", "category": "", - "link": "https://www.sofoot.com/rennes-fait-craquer-lorient-et-passe-deuxieme-507579.html", + "link": "https://www.sofoot.com/gerard-lopez-attend-plus-de-ses-joueurs-507885.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-rennes-fait-craquer-lorient-et-passe-deuxieme-1638115580_x600_articles-507579.jpg", + "pubDate": "2021-12-05T10:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gerard-lopez-attend-plus-de-ses-joueurs-1638701257_x600_articles-507885.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92871,37 +94599,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac89893605fb2b76333065b45ebed7b2" + "hash": "0381907118549d97da81670e7d465420" }, { - "title": "Sassuolo lessive Milan", - "description": "

    ", - "content": "

    ", + "title": "Jesse Marsch n'est plus l'entraîneur du RB Leipzig", + "description": "Leipzig presse à nouveau le bouton Marsch/Arrêt.
    \n
    \nL'aventure de Jesse Marsch sur le banc du RB Leizpig n'ira pas plus loin. Nommé cet été pour prendre la succession de Julian…

    ", + "content": "Leipzig presse à nouveau le bouton Marsch/Arrêt.
    \n
    \nL'aventure de Jesse Marsch sur le banc du RB Leizpig n'ira pas plus loin. Nommé cet été pour prendre la succession de Julian…

    ", "category": "", - "link": "https://www.sofoot.com/sassuolo-lessive-milan-507577.html", + "link": "https://www.sofoot.com/jesse-marsch-n-est-plus-l-entraineur-du-rb-leipzig-507883.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sassuolo-lessive-milan-1638115535_x600_articles-507577.jpg", + "pubDate": "2021-12-05T10:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jesse-marsch-n-est-plus-l-entraineur-du-rb-leipzig-1638698749_x600_articles-507883.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "529b25da30471b4b097bd9a95133d654" + "hash": "09e2257f150144d731ac4229be5b0172" }, { - "title": "Deux penaltys, mais pas de vainqueurs entre Monaco et Strasbourg", - "description": "Monaco avance (toujours) au ralenti.

    ", - "content": "

    ", + "title": "Cerro remporte le titre au Paraguay après une fin de match totalement dingue", + "description": "Il était une fois, au Paraguay.
    \n
    \nC'est l'histoire d'un choc entre les deux leaders du classement au Paraguay. La nuit dernière, le club de Guaraní accueillait Cerro Porteño, avec la…

    ", + "content": "Il était une fois, au Paraguay.
    \n
    \nC'est l'histoire d'un choc entre les deux leaders du classement au Paraguay. La nuit dernière, le club de Guaraní accueillait Cerro Porteño, avec la…

    ", "category": "", - "link": "https://www.sofoot.com/deux-penaltys-mais-pas-de-vainqueurs-entre-monaco-et-strasbourg-507542.html", + "link": "https://www.sofoot.com/cerro-remporte-le-titre-au-paraguay-apres-une-fin-de-match-totalement-dingue-507882.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-deux-penaltys-mais-pas-de-vainqueurs-entre-monaco-et-strasbourg-1638114901_x600_articles-507542.jpg", + "pubDate": "2021-12-05T09:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cerro-remporte-le-titre-au-paraguay-apres-une-fin-de-match-totalement-dingue-1638696995_x600_articles-507882.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92911,17 +94639,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5625b41868abf17ab7a9c34d224ad37f" + "hash": "f2d6b9c044d8da010f6fc435054896ae" }, { - "title": "Sous la neige, Manchester City et Leicester s'évitent un coup de froid", - "description": "Pas de Burnley-Tottenham ce dimanche après-midi, la faute à de grosses chutes de neige dans le Lancashire, mais du spectacle sur les trois autres pelouses. Bravant le froid et les flocons, Manchester City a disposé de West Ham pour revenir provisoirement à hauteur du leader Chelsea (2-1). Porté par le duo Maddison-Vardy, Leicester est sorti vainqueur d'un duel spectaculaire contre Watford (4-2). Le promu Brentford a également gagné devant son public, au détriment d'Everton (1-0).

    ", - "content": "

    ", + "title": "Gignac et les Tigres éliminés en demies du championnat mexicain", + "description": "Rêve brisé.
    \n
    \nLes Tigres ont été battus par Leon (2-1) dans la nuit de samedi à dimanche, en demi-finales retour du championnat du Mexique. Une défaite qui élimine André-Pierre…

    ", + "content": "Rêve brisé.
    \n
    \nLes Tigres ont été battus par Leon (2-1) dans la nuit de samedi à dimanche, en demi-finales retour du championnat du Mexique. Une défaite qui élimine André-Pierre…

    ", "category": "", - "link": "https://www.sofoot.com/sous-la-neige-manchester-city-et-leicester-s-evitent-un-coup-de-froid-507536.html", + "link": "https://www.sofoot.com/gignac-et-les-tigres-elimines-en-demies-du-championnat-mexicain-507881.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T15:58:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sous-la-neige-manchester-city-et-leicester-s-evitent-un-coup-de-froid-1638115084_x600_articles-507536.jpg", + "pubDate": "2021-12-05T09:06:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gignac-et-les-tigres-elimines-en-demies-du-championnat-mexicain-1638695390_x600_articles-507881.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92931,17 +94659,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6162c22eea998e05e93e2e44532db37b" + "hash": "027a2e3d19bb409f6cf0f32bb9b5b3af" }, { - "title": "Brest renverse un triste Bordeaux", - "description": "Tout pour Le Douaron.

    ", - "content": "

    ", + "title": "Verratti : \" Lens est une équipe qui me plaît beaucoup \"", + "description": "Le Petit Hibou est sous le charme.
    \n
    \nLens a séduit de nombreux observateurs ces derniers mois par son jeu porté vers l'avant, et ce fut encore le cas samedi soir face au PSG. Dans le…

    ", + "content": "Le Petit Hibou est sous le charme.
    \n
    \nLens a séduit de nombreux observateurs ces derniers mois par son jeu porté vers l'avant, et ce fut encore le cas samedi soir face au PSG. Dans le…

    ", "category": "", - "link": "https://www.sofoot.com/brest-renverse-un-triste-bordeaux-507581.html", + "link": "https://www.sofoot.com/verratti-lens-est-une-equipe-qui-me-plait-beaucoup-507880.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T15:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-brest-renverse-un-triste-bordeaux-1638115188_x600_articles-507581.jpg", + "pubDate": "2021-12-05T08:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-verratti-lens-est-une-equipe-qui-me-plait-beaucoup-1638693355_x600_articles-507880.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92951,17 +94679,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf56b811ab9c8cd88f91a0b1e6619ac8" + "hash": "b7113e7f4108fb165072bfed89f0a43b" }, { - "title": "Reims l'emporte à l'arrachée face à Clermont", - "description": "L'été est déjà loin pour le Clermont Foot 63.

    ", - "content": "

    ", + "title": "Haise : \" Nous avons montré une belle image du RC Lens \"", + "description": "Le nord s'en souviendra.
    \n
    \nMalgré la déception de l'égalisation de Georginio Wijnaldum dans les derniers instants de la rencontre, Lens avait de quoi être fier de sa prestation face au…

    ", + "content": "Le nord s'en souviendra.
    \n
    \nMalgré la déception de l'égalisation de Georginio Wijnaldum dans les derniers instants de la rencontre, Lens avait de quoi être fier de sa prestation face au…

    ", "category": "", - "link": "https://www.sofoot.com/reims-l-emporte-a-l-arrachee-face-a-clermont-507578.html", + "link": "https://www.sofoot.com/haise-nous-avons-montre-une-belle-image-du-rc-lens-507879.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T15:53:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-reims-l-emporte-a-l-arrachee-face-a-clermont-1638114534_x600_articles-507578.jpg", + "pubDate": "2021-12-05T08:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-haise-nous-avons-montre-une-belle-image-du-rc-lens-1638692546_x600_articles-507879.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92971,17 +94699,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "37d8412283776853d83a8111408c3f1a" + "hash": "b687865425e916acfa5d62e516a77f87" }, { - "title": "Kolodziejczak : \"Si ce n'est pas Mbappé, il n'y a pas rouge\"", - "description": "Un carton rouge et une colère verte.
    \n
    \nExpulsé peu avant la pause face au Paris Saint-Germain, Timothée Kolodziejczak n'a pas décoléré après
    ", - "content": "Un carton rouge et une colère verte.
    \n
    \nExpulsé peu avant la pause face au Paris Saint-Germain, Timothée Kolodziejczak n'a pas décoléré après
    ", + "title": "203€ à gagner avec Tottenham & Bordeaux - Lyon !", + "description": "Comme 3 de nos 4 derniers combinés (ici, ici et ici), on tente de vous faire gagner avec une cote autour de 2,00 sur des matchs de dimanche

    Bordeaux - Lyon :

    \n
    \nL'affiche du dimanche soir en Ligue 1 oppose deux équipes qui déçoivent. 18es de Ligue 1 et donc potentiel barragistes,…
    ", + "content": "

    Bordeaux - Lyon :

    \n
    \nL'affiche du dimanche soir en Ligue 1 oppose deux équipes qui déçoivent. 18es de Ligue 1 et donc potentiel barragistes,…
    ", "category": "", - "link": "https://www.sofoot.com/kolodziejczak-si-ce-n-est-pas-mbappe-il-n-y-a-pas-rouge-507586.html", + "link": "https://www.sofoot.com/203e-a-gagner-avec-tottenham-bordeaux-lyon-507794.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T15:26:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-kolodziejczak-si-ce-n-est-pas-mbappe-il-n-y-a-pas-rouge-1638113475_x600_articles-507586.jpg", + "pubDate": "2021-12-03T08:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-203e-a-gagner-avec-tottenham-bordeaux-lyon-1638521974_x600_articles-507794.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -92991,17 +94719,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3098a061f4f9df902b9d0f103b297366" + "hash": "8c4724576a848a60ca85f669460a96cb" }, { - "title": "Le Club Bruges s'impose sur le fil à Genk", - "description": "

    ", - "content": "

    ", + "title": "Un maillot de votre choix à récupérer chez VBET !", + "description": "Vous avez très envie d'un maillot avant les fêtes ? Partenaire de l'AS Monaco, le site de paris sportifs VBET vous propose de récupérer le maillot de votre choix en vous inscrivant sur son site !

    Comment récupérer votre maillot ?

    \n
    \nEn collaboration avec RueDesJoueurs qui est le partenaire paris sportifs de SoFoot, VBET propose le bonus de bienvenue le…
    ", + "content": "

    Comment récupérer votre maillot ?

    \n
    \nEn collaboration avec RueDesJoueurs qui est le partenaire paris sportifs de SoFoot, VBET propose le bonus de bienvenue le…
    ", "category": "", - "link": "https://www.sofoot.com/le-club-bruges-s-impose-sur-le-fil-a-genk-507582.html", + "link": "https://www.sofoot.com/un-maillot-de-votre-choix-a-recuperer-chez-vbet-507807.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T14:41:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-club-bruges-s-impose-sur-le-fil-a-genk-1638110820_x600_articles-507582.jpg", + "pubDate": "2021-12-03T12:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-maillot-de-votre-choix-a-recuperer-chez-vbet-1638538004_x600_articles-507807.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93011,17 +94739,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee57e6c441e9cd45aa6bf86ba50b68f8" + "hash": "d73a83939f8a6cc20d130a9ae722b598" }, { - "title": "Paris fait fondre Saint-Étienne", - "description": "Grâce à un doublé de Marquinhos et un Lionel Messi plus en vue et auteur de trois passes décisives, le PSG a battu Saint-Étienne ce dimanche à Geoffroy-Guichard (3-1) et signe ainsi son treizième succès de la saison en Ligue 1. Seule ombre au tableau : la sortie sur civière de Neymar, touché à la cheville en fin de rencontre.

    ", - "content": "

    ", + "title": "Où est passé le capitaine Juninho ? ", + "description": "Malgré la crise de résultats en Ligue 1 que traverse l'OL, Juninho reste bien discret. Deux ans après son intronisation, le directeur sportif du club rhodanien n'a toujours pas su insuffler une mentalité positive et conquérante à un groupe qu'il s'est attelé à façonner depuis son arrivée à la fin du mois de mai 2019.SOS ! En Ligue 1, le bateau de l'OL coule et nous n'avons plus de nouvelles de son capitaine. Quand on parle de capitaine, ce n'est ni de Léo Dubois, ni de Peter Bosz, ni de Jean-Michel Aulas…", + "content": "SOS ! En Ligue 1, le bateau de l'OL coule et nous n'avons plus de nouvelles de son capitaine. Quand on parle de capitaine, ce n'est ni de Léo Dubois, ni de Peter Bosz, ni de Jean-Michel Aulas…", "category": "", - "link": "https://www.sofoot.com/paris-fait-fondre-saint-etienne-507575.html", + "link": "https://www.sofoot.com/ou-est-passe-le-capitaine-juninho-507861.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T14:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-paris-fait-fondre-saint-etienne-1638108565_x600_articles-alt-507575.jpg", + "pubDate": "2021-12-05T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ou-est-passe-le-capitaine-juninho-1638633896_x600_articles-alt-507861.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93031,17 +94759,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a31c2b7f51368ef0f2f28d311eaec989" + "hash": "18d99c3c612673fa04505d90760bd998" }, { - "title": "Burnley-Tottenham reporté en raison des fortes chutes de neige", - "description": "Let it Snow !
    \n
    \nLa rencontre opposant Burnley à Tottenham ce dimanche (15 heures) a été reportée à une date ultérieure en raison des intempéries frappant l'Angleterre. En…

    ", - "content": "Let it Snow !
    \n
    \nLa rencontre opposant Burnley à Tottenham ce dimanche (15 heures) a été reportée à une date ultérieure en raison des intempéries frappant l'Angleterre. En…

    ", + "title": "La Solidarité Scolaire : la Guadeloupe au tableau", + "description": "La Guadeloupe est secouée par de fortes manifestations et tensions sociales depuis plusieurs semaines. Si on y ajoute la disparition cet été de Jacob Desvarieux, leader du groupe de zouk Kassav', autant dire que le moral n'est pas au beau fixe sur l'île antillaise. Pourtant, il existe un petit rayon de soleil qui apporte un peu d'ondes positives. Le club de la Solidarité scolaire de Baie-Mahault a bravé le froid et les huit heures de vol pour établir ses quartiers à Lisses, dans le 91, afin de préparer son 8e tour de Coupe de France disputé ce dimanche contre Sarre-Union (15h). Une première depuis 1999.De trente degrés à trois, la différence est grande, mais les Guadeloupéens de la Solidarité scolaire n'en ont que faire. Après leur victoire contre l'AS Gosier au 7e tour,…", + "content": "De trente degrés à trois, la différence est grande, mais les Guadeloupéens de la Solidarité scolaire n'en ont que faire. Après leur victoire contre l'AS Gosier au 7e tour,…", "category": "", - "link": "https://www.sofoot.com/burnley-tottenham-reporte-en-raison-des-fortes-chutes-de-neige-507580.html", + "link": "https://www.sofoot.com/la-solidarite-scolaire-la-guadeloupe-au-tableau-507810.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T13:56:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-burnley-tottenham-reporte-en-raison-des-fortes-chutes-de-neige-1638108048_x600_articles-507580.jpg", + "pubDate": "2021-12-05T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-solidarite-scolaire-la-guadeloupe-au-tableau-1638548476_x600_articles-507810.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93051,17 +94779,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4737849494ffa24ed6de6a0dad81301b" + "hash": "9b3a2aecd8b1b2e6501507358b7ffeef" }, { - "title": "Diogo Jota quitte son tournoi FIFA pour marquer face à Southampton", - "description": "Le virtuel devient réel.
    \n
    \nAuteur d'un doublé face à Southampton ce samedi (4-0), Diogo Jota a été…

    ", - "content": "Le virtuel devient réel.
    \n
    \nAuteur d'un doublé face à Southampton ce samedi (4-0), Diogo Jota a été…

    ", + "title": "Les notes de Lens-PSG", + "description": "Le PSG a peut-être Leo Messi, mais le RC Lens a Seko Fofana. Le milieu ivoirien a porté son équipe face à des Parisiens bien tristounes, mais sauvés par le climatiseur Wijnaldum.

    Ils ont fait le show

    \n
    \n
    \nLe voilà,…

    ", + "content": "

    Ils ont fait le show

    \n
    \n
    \nLe voilà,…

    ", "category": "", - "link": "https://www.sofoot.com/diogo-jota-quitte-son-tournoi-fifa-pour-marquer-face-a-southampton-507576.html", + "link": "https://www.sofoot.com/les-notes-de-lens-psg-507878.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T13:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-diogo-jota-quitte-son-tournoi-fifa-pour-marquer-face-a-southampton-1638106506_x600_articles-507576.jpg", + "pubDate": "2021-12-04T22:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-lens-psg-1638654749_x600_articles-alt-507878.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93071,17 +94799,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7b1121083788a2b9ce71f657609282b" + "hash": "0c8d29c32ad4ca4204ee64f09aca057a" }, { - "title": "Un retour en équipe de France ? Lacazette y pense \"de moins en moins\"", - "description": "Lacazette et l'équipe de France, point final ?
    \n
    \nSa seizième et dernière sélection en équipe de France, le 14 novembre 2017 contre l'Allemagne (2-2) où il avait inscrit un doublé,…

    ", - "content": "Lacazette et l'équipe de France, point final ?
    \n
    \nSa seizième et dernière sélection en équipe de France, le 14 novembre 2017 contre l'Allemagne (2-2) où il avait inscrit un doublé,…

    ", + "title": "Le PSG grappille un point à Lens", + "description": "Bousculé tout le match par un RC Lens séduisant et généreux, le PSG a profité des ratés nordistes pour revenir dans le temps additionnel à hauteur de son hôte grâce à Georginio Wijnaldum (1-1). Forcément, ce nul a un goût amer pour les hommes de Franck Haise.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/un-retour-en-equipe-de-france-lacazette-y-pense-de-moins-en-moins-507574.html", + "link": "https://www.sofoot.com/le-psg-grappille-un-point-a-lens-507876.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T11:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-un-retour-en-equipe-de-france-lacazette-y-pense-de-moins-en-moins-1638100959_x600_articles-507574.jpg", + "pubDate": "2021-12-04T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-psg-grappille-un-point-a-lens-1638655488_x600_articles-alt-507876.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93091,17 +94819,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f86a3292bf0dc2519420f6f462f92b" + "hash": "3a30d30520a8517529cace17e76cd284" }, { - "title": "En direct : Saint-Étienne - PSG ", - "description": "94' : ET C'EST TERMINÉ !!!! Sainté, réduit à 10 juste avant la pause, aura longtemps résisté ...", - "content": "94' : ET C'EST TERMINÉ !!!! Sainté, réduit à 10 juste avant la pause, aura longtemps résisté ...", + "title": "Le Real assiège Saint-Sébastien ", + "description": "Malgré la blessure de Benzema en début de match, le Real Madrid s'est imposé avec la manière à Anoeta grâce à Vinicius et Jović (0-2). Grâce à ce nouveau succès, les Blancos font un pas supplémentaire vers le titre de champion d'Espagne.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-saint-etienne-psg-507573.html", + "link": "https://www.sofoot.com/le-real-assiege-saint-sebastien-507877.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T11:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-saint-etienne-psg-1638099645_x600_articles-507573.jpg", + "pubDate": "2021-12-04T21:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-real-assiege-saint-sebastien-1638650531_x600_articles-alt-507877.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93111,17 +94839,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "17c1a1fb85cc61ff86eff5c17e4db460" + "hash": "ce392755d874c9c5af664b299a5fbd41" }, { - "title": "La simulation ridicule de Deyverson en finale de la Copa Libertadores", - "description": "Deyverson, nouvelle recrue du Hollywood FC.
    \n
    \nVainqueur de…

    ", - "content": "Deyverson, nouvelle recrue du Hollywood FC.
    \n
    \nVainqueur de…

    ", + "title": "L'Atalanta culbute Naples", + "description": "Bien lancée par Malinovskyi et surprise par Zieliński et Mertens, l'Atalanta a fait preuve de caractère pour s'imposer à Naples (2-3) dans une rencontre animée et intense. Les hommes de Gian Piero Gasperini enchaînent une cinquième victoire consécutive et se rapprochent du podium.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-simulation-ridicule-de-deyverson-en-finale-de-la-copa-libertadores-507572.html", + "link": "https://www.sofoot.com/l-atalanta-culbute-naples-507847.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T11:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-la-simulation-ridicule-de-deyverson-en-finale-de-la-copa-libertadores-1638098204_x600_articles-507572.jpg", + "pubDate": "2021-12-04T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-atalanta-culbute-naples-1638653680_x600_articles-alt-507847.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93131,17 +94859,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd70ad73a83a112b6d414e7065aea97f" + "hash": "cc0a1cf9aba5f884b693a9efc0cb8c23" }, { - "title": "On était à Canet-en-Roussillon pour la qualification du Saint-Denis FC", - "description": "Face au Canet RFC, bourreau de l'OM l'an dernier, les joueurs et supporters du Saint-Denis FC ont fait mieux que simplement venger leur idole locale à Canet-en-Roussillon. Car au-delà de la belle qualification pour les 32es de finale de la doyenne des Coupes (1-1, 7-6 TAB), les fans du club réunionnais ont apporté leur bonne humeur à la Coupe de France et ravi leurs homologues canétois par leurs chants. En mode passage de flambeau ?\"On n'a pas pris d'hôtel pour ce soir. On verra en fonction du résultat si on reste faire la fête ou si on rentre à Toulouse. Nous, on est réunionnais, on s'adapte !\" : 11h45,…", - "content": "\"On n'a pas pris d'hôtel pour ce soir. On verra en fonction du résultat si on reste faire la fête ou si on rentre à Toulouse. Nous, on est réunionnais, on s'adapte !\" : 11h45,…", + "title": "Jonathan David sauve Lille contre l'ESTAC", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/on-etait-a-canet-en-roussillon-pour-la-qualification-du-saint-denis-fc-507567.html", + "link": "https://www.sofoot.com/jonathan-david-sauve-lille-contre-l-estac-507866.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T11:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-on-etait-a-canet-en-roussillon-pour-la-qualification-du-saint-denis-fc-1638093659_x600_articles-alt-507567.jpg", + "pubDate": "2021-12-04T19:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jonathan-david-sauve-lille-contre-l-estac-1638648051_x600_articles-507866.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93151,17 +94879,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4feb2dda559567438696e1e032d4c1f" + "hash": "0f5dc4da81cea070a02fa5413666018f" }, { - "title": "Sergio Ramos : \"Je pense que je peux continuer à jouer pendant quatre ou cinq années encore\"", - "description": "El Churu est de retour.
    \n
    \nSeul élément du mercato estival XXL du Paris Saint-Germain à ne pas avoir encore foulé les pelouses cette saison, Sergio Ramos est tout proche d'un…

    ", - "content": "El Churu est de retour.
    \n
    \nSeul élément du mercato estival XXL du Paris Saint-Germain à ne pas avoir encore foulé les pelouses cette saison, Sergio Ramos est tout proche d'un…

    ", + "title": "En direct : Lens - Paris S-G", + "description": "25' : La pression lensoise est tenace.", + "content": "25' : La pression lensoise est tenace.", "category": "", - "link": "https://www.sofoot.com/sergio-ramos-je-pense-que-je-peux-continuer-a-jouer-pendant-quatre-ou-cinq-annees-encore-507570.html", + "link": "https://www.sofoot.com/en-direct-lens-paris-s-g-507874.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T10:25:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-sergio-ramos-je-pense-que-je-peux-continuer-a-jouer-pendant-quatre-ou-cinq-annees-encore-1638094603_x600_articles-507570.jpg", + "pubDate": "2021-12-04T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lens-paris-s-g-1638649327_x600_articles-alt-507874.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93171,17 +94899,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f1e428444035703500f5db9ea3ee7d1" + "hash": "aac06389b11d105c6ae18ece975485f7" }, { - "title": "Seul remplaçant de son équipe, le coach de la réserve de l'US Granville (R1) rentre en jeu", - "description": "Portugal-Normandie, même combat.
    \n
    \nEn déplacement sur la pelouse de la Maladrerie OS,…

    ", - "content": "Portugal-Normandie, même combat.
    \n
    \nEn déplacement sur la pelouse de la Maladrerie OS,…

    ", + "title": "Le Bayern vainqueur du Klassiker par K.O.", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/seul-remplacant-de-son-equipe-le-coach-de-la-reserve-de-l-us-granville-r1-rentre-en-jeu-507568.html", + "link": "https://www.sofoot.com/le-bayern-vainqueur-du-klassiker-par-k-o-507855.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T09:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-seul-remplacant-de-son-equipe-le-coach-de-la-reserve-de-l-us-granville-r1-rentre-en-jeu-1638093887_x600_articles-507568.jpg", + "pubDate": "2021-12-04T19:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-vainqueur-du-klassiker-par-k-o-1638647234_x600_articles-507855.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93191,17 +94919,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9ff0cb38d50e41982ed372e4314779b" + "hash": "64d9ef0ccfed687fe7619bc8c833e1ff" }, { - "title": "Belenenses SAD et Benfica remontés contre la Ligue", - "description": "Le match de la honte.
    \n
    \nCe samedi 27 novembre restera dans les mémoires comme un triste jour pour le football portugais. Privé de 17 joueurs, touchés par la Covid-19,
    ", - "content": "Le match de la honte.
    \n
    \nCe samedi 27 novembre restera dans les mémoires comme un triste jour pour le football portugais. Privé de 17 joueurs, touchés par la Covid-19,
    ", + "title": "Majorque retourne l'Atlético dans le temps additionnel", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/belenenses-sad-et-benfica-remontes-contre-la-ligue-507566.html", + "link": "https://www.sofoot.com/majorque-retourne-l-atletico-dans-le-temps-additionnel-507872.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T09:15:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-belenenses-sad-et-benfica-remontes-contre-la-ligue-1638091388_x600_articles-507566.jpg", + "pubDate": "2021-12-04T19:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-majorque-retourne-l-atletico-dans-le-temps-additionnel-1638646763_x600_articles-507872.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93211,17 +94939,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "24d1abd5e2d38fa7108b07d2beb84f90" + "hash": "0ce1905b4b83f58e329ae8239cf63c35" }, { - "title": "Christophe Galtier : \"Peut-être que des joueurs n'avaient pas envie\"", - "description": "Galette distribue les tartes.
    \n
    \nBattu par Metz (0-1) samedi soir à l'Allianz Riviera, Christophe Galtier et l'OGC Nice…

    ", - "content": "Galette distribue les tartes.
    \n
    \nBattu par Metz (0-1) samedi soir à l'Allianz Riviera, Christophe Galtier et l'OGC Nice…

    ", + "title": "City essore Watford et prend la tête", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/christophe-galtier-peut-etre-que-des-joueurs-n-avaient-pas-envie-507564.html", + "link": "https://www.sofoot.com/city-essore-watford-et-prend-la-tete-507863.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T08:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-christophe-galtier-peut-etre-que-des-joueurs-n-avaient-pas-envie-1638089436_x600_articles-507564.jpg", + "pubDate": "2021-12-04T19:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-city-essore-watford-et-prend-la-tete-1638646135_x600_articles-507863.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93231,17 +94959,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbe6ffc2010459c7fa3113fb814722ae" + "hash": "e648db891cbc20546f2f04d4eb33b101" }, { - "title": "DERNIER WEEK-END : 10€ offerts GRATOS en EXCLU pour parier sans pression !", - "description": "10€ à récupérer totalement gratuitement, c'est a priori bientôt fini chez ZEbet. Pour en profiter, il suffit de rentrer le code SOFOOT10EUROS

    10€ offerts sans sortir sa CB chez ZEbet

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", - "content": "

    10€ offerts sans sortir sa CB chez ZEbet

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n


    ", + "title": "Pronostic Everton Arsenal : Analyse, cotes et prono du match de Premier League", + "description": "

    Arsenal enfonce Everton

    \n
    \nAprès avoir réalisé un début de saison intéressant avec 3 victoires et 1 nul lors des 4 premières journées, Everton a…
    ", + "content": "

    Arsenal enfonce Everton

    \n
    \nAprès avoir réalisé un début de saison intéressant avec 3 victoires et 1 nul lors des 4 premières journées, Everton a…
    ", "category": "", - "link": "https://www.sofoot.com/dernier-week-end-10e-offerts-gratos-en-exclu-pour-parier-sans-pression-507490.html", + "link": "https://www.sofoot.com/pronostic-everton-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-507875.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T18:42:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-dernier-week-end-10e-offerts-gratos-en-exclu-pour-parier-sans-pression-1637866356_x600_articles-507490.jpg", + "pubDate": "2021-12-04T19:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-everton-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-1638645595_x600_articles-507875.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93251,17 +94979,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ec43a9592e18c12164756fee9b8939e" + "hash": "1456007be7befe12498f1d012743d419" }, { - "title": "Ce qu'il faut retenir des matchs de Coupe de France du samedi 27 novembre ", - "description": "Comme chaque année, le huitième tour de la Coupe de France a réservé quelques belles surprises. Avec au programme un carton du Paris FC, des gardiens héroïques, un anniversaire et des mauvais joueurs.

  • La surprise du jour : l'AS…
  • ", - "content": "

  • La surprise du jour : l'AS…
  • ", + "title": "Pronostic Getafe Athletic Bilbao : Analyse, cotes et prono du match de Liga", + "description": "

    Getafe sur sa lancée face à l'Athletic Bilbao

    \n
    \nQuinzième la saison passée, Getafe connaît une entame de saison délicate puisque la formation…
    ", + "content": "

    Getafe sur sa lancée face à l'Athletic Bilbao

    \n
    \nQuinzième la saison passée, Getafe connaît une entame de saison délicate puisque la formation…
    ", "category": "", - "link": "https://www.sofoot.com/ce-qu-il-faut-retenir-des-matchs-de-coupe-de-france-du-samedi-27-novembre-507563.html", + "link": "https://www.sofoot.com/pronostic-getafe-athletic-bilbao-analyse-cotes-et-prono-du-match-de-liga-507873.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ce-qu-il-faut-retenir-des-matchs-de-coupe-de-france-du-samedi-27-novembre-1638076006_x600_articles-alt-507563.jpg", + "pubDate": "2021-12-04T19:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-getafe-athletic-bilbao-analyse-cotes-et-prono-du-match-de-liga-1638645441_x600_articles-507873.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93271,17 +94999,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6de6b880c991c1f92b38a371e5dd3c22" + "hash": "86e0cfc034d8f536fb16df0d196f7173" }, { - "title": "Top 10 : Stades Léo-Lagrange", - "description": "Ce dimanche, Léo Lagrange aurait eu très précisément 121 ans. Hélas, celui qui a joué un immense rôle dans le développement du sport pour tous à l'époque du Front populaire est mort le 9 juin 1940, touché par un éclat d'obus à Évergnicourt, dans l'Aisne. Depuis, son nom est avant tout associé à une foultitude de stades aux quatre coins de l'Hexagone. En voici dix, pour lui rendre hommage.

    Stade Léo-Lagrange de Vincennes (75)

    \n
    \n", - "content": "

    Stade Léo-Lagrange de Vincennes (75)

    \n
    \n", + "title": "L'Inter marche sur la Roma ", + "description": "Les champions en titre n'ont pas laissé le temps aux Romains d'espérer quoique ce soit dans ce choc et se sont tranquillement imposés largement (3-0) ce samedi au stadio Olimpico. Les hommes de Simone Inzaghi restent plus que jamais dans la course au titre alors que ceux de José Mourinho pourraient ne plus être européens d'ici la fin du week-end.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/top-10-stades-leo-lagrange-507518.html", + "link": "https://www.sofoot.com/l-inter-marche-sur-la-roma-507865.html", "creator": "SO FOOT", - "pubDate": "2021-11-28T05:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-top-10-stades-leo-lagrange-1637934947_x600_articles-alt-507518.jpg", + "pubDate": "2021-12-04T19:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-inter-marche-sur-la-roma-1638642576_x600_articles-alt-507865.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93291,17 +95019,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "165ad7db059201321f15f3d588e3a3b9" + "hash": "55563824026aaa3df199d91840df908d" }, { - "title": "Palmeiras vient à bout de Flamengo et conserve son titre en Copa Libertadores", - "description": "

    Palmeiras 2-1 (AP) Flamengo

    \nButs : Veiga (5e) et Deyverson (95e) pour les Alviverde // Gabigol (72e) pour les…", - "content": "

    Palmeiras 2-1 (AP) Flamengo

    \nButs : Veiga (5e) et Deyverson (95e) pour les Alviverde // Gabigol (72e) pour les…", + "title": "Pronostic Cagliari Torino : Analyse, cotes et prono du match de Serie A", + "description": "

    Le Torino conserve ses distances avec Cagliari

    \n
    \nComme une mauvaise ritournelle, Cagliari vit une nouvelle saison de Serie A à lutter pour son maintien.…
    ", + "content": "

    Le Torino conserve ses distances avec Cagliari

    \n
    \nComme une mauvaise ritournelle, Cagliari vit une nouvelle saison de Serie A à lutter pour son maintien.…
    ", "category": "", - "link": "https://www.sofoot.com/palmeiras-vient-a-bout-de-flamengo-et-conserve-son-titre-en-copa-libertadores-507540.html", + "link": "https://www.sofoot.com/pronostic-cagliari-torino-analyse-cotes-et-prono-du-match-de-serie-a-507871.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T22:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-palmeiras-vient-a-bout-de-flamengo-et-conserve-son-titre-en-copa-libertadores-1638053797_x600_articles-507540.jpg", + "pubDate": "2021-12-04T18:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-cagliari-torino-analyse-cotes-et-prono-du-match-de-serie-a-1638644899_x600_articles-507871.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93311,37 +95039,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "31c55613daba363ad2c1b5ed335c2679" + "hash": "5f0f0b1f6c014aca244352d3a51fba27" }, { - "title": "Metz surprend Nice", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Empoli Udinese : Analyse, cotes et prono du match de Serie A", + "description": "

    Pas de vainqueur entre Empoli et l'Udinese

    \n
    \nChampion de Serie B la saison passée, Empoli a donc retrouvé l'élite du football italien cet été. Le…
    ", + "content": "

    Pas de vainqueur entre Empoli et l'Udinese

    \n
    \nChampion de Serie B la saison passée, Empoli a donc retrouvé l'élite du football italien cet été. Le…
    ", "category": "", - "link": "https://www.sofoot.com/metz-surprend-nice-507562.html", + "link": "https://www.sofoot.com/pronostic-empoli-udinese-analyse-cotes-et-prono-du-match-de-serie-a-507870.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-metz-surprend-nice-1638050261_x600_articles-507562.jpg", + "pubDate": "2021-12-04T18:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-empoli-udinese-analyse-cotes-et-prono-du-match-de-serie-a-1638644303_x600_articles-507870.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12309c23786c92cbf759a36700ac3277" + "hash": "8ef959f370af4353997fe747b22a765c" }, { - "title": "Le Barça esquinte Villarreal", - "description": "Dans son habit mauve pâle, le Barça de Xavi a arraché un succès précieux à l'Estadio de la Cerámica de Villarreal (3-1), grâce à trois pions inscrits après l'entracte. Invaincus depuis un mois en Liga, les Culés pointent au septième rang et, malgré de réelles difficultés à maîtriser la rencontre, ont pu compter sur une variante de la \"chance de l'ex-champion\". À défaut de briller dans les grands matchs et d'être visible durant l'intégralité des 90 minutes, Memphis Depay a été utile et décisif.

    ", - "content": "

    ", + "title": "Pronostic Niort Toulouse : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Toulouse poursuit sa route face à Niort

    \n
    \nPour clôturer la 17e journée de Ligue 2, Niort reçoit le grand favori à la montée, Toulouse.…
    ", + "content": "

    Toulouse poursuit sa route face à Niort

    \n
    \nPour clôturer la 17e journée de Ligue 2, Niort reçoit le grand favori à la montée, Toulouse.…
    ", "category": "", - "link": "https://www.sofoot.com/le-barca-esquinte-villarreal-507552.html", + "link": "https://www.sofoot.com/pronostic-niort-toulouse-analyse-cotes-et-prono-du-match-de-ligue-2-507869.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T22:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-barca-esquinte-villarreal-1638051256_x600_articles-alt-507552.jpg", + "pubDate": "2021-12-04T18:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-niort-toulouse-analyse-cotes-et-prono-du-match-de-ligue-2-1638643724_x600_articles-507869.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93351,17 +95079,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d941b9575aeefc31da9a019e558ca50" + "hash": "32175d7eba66e94cca6c00ed292489d9" }, { - "title": "L'Inter fait le boulot à Venise", - "description": "

    ", - "content": "

    ", + "title": "Brest met l'OM à genou au Vélodrome ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-inter-fait-le-boulot-a-venise-507560.html", + "link": "https://www.sofoot.com/brest-met-l-om-a-genou-au-velodrome-507860.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T21:39:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-inter-fait-le-boulot-a-venise-1638048499_x600_articles-507560.jpg", + "pubDate": "2021-12-04T18:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-brest-met-l-om-a-genou-au-velodrome-1638640965_x600_articles-507860.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93371,37 +95099,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "82546d5235d940d79d285f7777654004" + "hash": "8edf24ba65e33bd9ab882da67a0ab69c" }, { - "title": "Décimé par la Covid-19, Belenenses SAD joue à 9 contre Benfica", - "description": "La soirée va être longue pour Belenenses.
    \n
    \nHabituellement gardien de but, c'est en défense centrale que João Monteiro commence cette rencontre du championnat portugais entre…

    ", - "content": "La soirée va être longue pour Belenenses.
    \n
    \nHabituellement gardien de but, c'est en défense centrale que João Monteiro commence cette rencontre du championnat portugais entre…

    ", + "title": "En direct : Borussia Dortmund - Bayern Munich", + "description": "à suivre en direct sur SOFOOT.com", + "content": "à suivre en direct sur SOFOOT.com", "category": "", - "link": "https://www.sofoot.com/decime-par-la-covid-19-belenenses-sad-joue-a-9-contre-benfica-507561.html", + "link": "https://www.sofoot.com/en-direct-borussia-dortmund-bayern-munich-507853.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T20:34:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-decime-par-la-covid-19-belenenses-sad-joue-a-9-contre-benfica-1638046853_x600_articles-507561.jpg", + "pubDate": "2021-12-04T17:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-borussia-dortmund-bayern-munich-1638638651_x600_articles-507853.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "fdb1e9801fb495b2a6a7b23ea10adb2f" + "hash": "c6116d67bcee1227a3fe9bb979f4fc67" }, { - "title": "En direct : Palmeiras - Flamengo", - "description": "99' : Renato Gaucho il est désespéré dans sa zone.", - "content": "99' : Renato Gaucho il est désespéré dans sa zone.", + "title": "Le Betis fait plier le Barça", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-palmeiras-flamengo-507557.html", + "link": "https://www.sofoot.com/le-betis-fait-plier-le-barca-507862.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T19:50:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-palmeiras-flamengo-1638049708_x600_articles-alt-507557.jpg", + "pubDate": "2021-12-04T17:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-betis-fait-plier-le-barca-1638638557_x600_articles-507862.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93411,17 +95139,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9566bed34717a5b092d710f030c31d56" + "hash": "bfec31a251edc51268794da675b9ca98" }, { - "title": "Brighton bute sur Leeds", - "description": "

    ", - "content": "

    ", + "title": "Liverpool coiffe Wolverhampton sur le fil", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/brighton-bute-sur-leeds-507558.html", + "link": "https://www.sofoot.com/liverpool-coiffe-wolverhampton-sur-le-fil-507856.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T19:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-brighton-bute-sur-leeds-1638041882_x600_articles-507558.jpg", + "pubDate": "2021-12-04T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liverpool-coiffe-wolverhampton-sur-le-fil-1638638387_x600_articles-507856.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93431,17 +95159,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9bc28686c76d23945431b59ca118e1e" + "hash": "8316e101e79b388eaeab8488a5ee73c3" }, { - "title": "Le Bayern trouve la faille contre l'Arminia Bielefeld et récupère la tête", - "description": "

    ", - "content": "

    ", + "title": "Le Bayer Leverkusen anéantit Greuther Fürth, Wolfsburg ne répond plus", + "description": "Large bourreau de Greuther Fürth (7-1), le Bayer Leverkusen a poursuivi l'entreprise de démolition en cours contre la lanterne rouge de Bundesliga. Défait sans répliquer à Mayence (0-3), Wolfsburg passe derrière son adversaire du jour et continue de patiner avant la réception du LOSC. Pour Hoffenheim, vainqueur de l'Eintracht Francfort (3-2), et Bochum, qui a écarté Augsbourg sur le même score, c'était un bel après-midi de foot allemand.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-bayern-trouve-la-faille-contre-l-arminia-bielefeld-et-recupere-la-tete-507556.html", + "link": "https://www.sofoot.com/le-bayer-leverkusen-aneantit-greuther-furth-wolfsburg-ne-repond-plus-507848.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T19:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-trouve-la-faille-contre-l-arminia-bielefeld-et-recupere-la-tete-1638040672_x600_articles-507556.jpg", + "pubDate": "2021-12-04T16:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-bayer-leverkusen-aneantit-greuther-furth-wolfsburg-ne-repond-plus-1638636266_x600_articles-alt-507848.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93451,17 +95179,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fbe009dd243d3dbc58ba98065247cbb" + "hash": "8bd448a23dec84b2c78db9d8a6c2a19d" }, { - "title": "L'Atalanta assomme la Juventus ", - "description": "Bloquée. Le Juve reste bloquée au huitième rang de la Serie A après cette défaite face à l'Atalanta à l'Allianz Stadium (0-1). S'ils ont mis du cœur à l'ouvrage en seconde période, les Bianconeri n'auraient pas vraiment pu espérer mieux.

    ", - "content": "

    ", + "title": "Milan casse la Salernitana", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/l-atalanta-assomme-la-juventus-507555.html", + "link": "https://www.sofoot.com/milan-casse-la-salernitana-507851.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T19:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-l-atalanta-assomme-la-juventus-1638038812_x600_articles-alt-507555.jpg", + "pubDate": "2021-12-04T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-milan-casse-la-salernitana-1638633830_x600_articles-507851.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93471,17 +95199,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fcabbe2a2e499f56def752f69ba2ee17" + "hash": "9a202ba76583d8bed7936573821d551c" }, { - "title": "Antoine Kombouaré après Lille-Nantes : \"La VAR a failli\"", - "description": "Une VAR avare.
    \n
    \nAlors que Lille et Nantes se sont neutralisés (1-1) au stade Pierre-Mauroy ce…

    ", - "content": "Une VAR avare.
    \n
    \nAlors que Lille et Nantes se sont neutralisés (1-1) au stade Pierre-Mauroy ce…

    ", + "title": "Auxerre et Caen se quittent sur un nul spectaculaire", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/antoine-kombouare-apres-lille-nantes-la-var-a-failli-507559.html", + "link": "https://www.sofoot.com/auxerre-et-caen-se-quittent-sur-un-nul-spectaculaire-507846.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T18:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-antoine-kombouare-apres-lille-nantes-la-var-a-failli-1638039308_x600_articles-507559.jpg", + "pubDate": "2021-12-04T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-auxerre-et-caen-se-quittent-sur-un-nul-spectaculaire-1638633599_x600_articles-507846.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93491,17 +95219,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "10bad862e6e59209b19e73dca6ceaf52" + "hash": "9f123a79abfcbc19f7549cc20f151798" }, { - "title": "Nantes résiste à Lille", - "description": "

    ", - "content": "

    ", + "title": "En direct : Marseille - Brest", + "description": "0' : La compo de l'OM sur l'instru de Bad Boys de Marseille Pt 2, c'est d'une efficacité à ...", + "content": "0' : La compo de l'OM sur l'instru de Bad Boys de Marseille Pt 2, c'est d'une efficacité à ...", "category": "", - "link": "https://www.sofoot.com/nantes-resiste-a-lille-507554.html", + "link": "https://www.sofoot.com/en-direct-marseille-brest-507854.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T17:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nantes-resiste-a-lille-1638036177_x600_articles-507554.jpg", + "pubDate": "2021-12-04T15:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-brest-1638628591_x600_articles-507854.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93511,17 +95239,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f290d4db739247bc25658015c1f77a40" + "hash": "87c3637d1da3ec388656589c9ada9296" }, { - "title": "Coupe de France : Guingamp sort gagnant de ses retrouvailles avec Saint-Brieuc", - "description": "

    ", - "content": "

    ", + "title": "La fois où Zlatan Ibrahimović a été fou de rage de devoir payer un jus de fruit à 1£", + "description": "Même quand on gagne des millions, il n'y a pas de petites économies.
    \n
    \nSi vous voulez énerver Zlatan Ibrahimović, parlez-lui de jus de fruit. Avec la sortie prochaine de sa…

    ", + "content": "Même quand on gagne des millions, il n'y a pas de petites économies.
    \n
    \nSi vous voulez énerver Zlatan Ibrahimović, parlez-lui de jus de fruit. Avec la sortie prochaine de sa…

    ", "category": "", - "link": "https://www.sofoot.com/coupe-de-france-guingamp-sort-gagnant-de-ses-retrouvailles-avec-saint-brieuc-507548.html", + "link": "https://www.sofoot.com/la-fois-ou-zlatan-ibrahimovic-a-ete-fou-de-rage-de-devoir-payer-un-jus-de-fruit-a-1-507859.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T17:13:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-guingamp-sort-gagnant-de-ses-retrouvailles-avec-saint-brieuc-1638033118_x600_articles-507548.jpg", + "pubDate": "2021-12-04T15:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-fois-ou-zlatan-ibrahimovic-a-ete-fou-de-rage-de-devoir-payer-un-jus-de-fruit-a-1-1638631834_x600_articles-507859.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93531,17 +95259,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d3b9339411ca8dde598954eb863f181" + "hash": "21f34865eb43ab005e7b4b8ea6571d5e" }, { - "title": "En direct : Lille - Nantes", - "description": "74' : SIMON EST TROUVÉ PAR RKM DANS LA SURFACE MAIS IL SE FAIT REPRENDRE IN EXTREMIS ! Il ...", - "content": "74' : SIMON EST TROUVÉ PAR RKM DANS LA SURFACE MAIS IL SE FAIT REPRENDRE IN EXTREMIS ! Il ...", + "title": "Séville assure l'essentiel face à Villarreal", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-lille-nantes-507550.html", + "link": "https://www.sofoot.com/seville-assure-l-essentiel-face-a-villarreal-507849.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T17:05:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lille-nantes-1638030329_x600_articles-alt-507550.jpg", + "pubDate": "2021-12-04T15:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-seville-assure-l-essentiel-face-a-villarreal-1638630398_x600_articles-507849.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93551,17 +95279,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea95aea7b8a13a38baeedca385399f82" + "hash": "e35de902752f45c0ac25bee56b1cc401" }, { - "title": "Liverpool roule sur Southampton", - "description": "

    ", - "content": "

    ", + "title": "Un Écossais arrêté pour avoir lancé une bouteille sur un joueur", + "description": "Lyon influence la France. La France influence le monde.
    \n
    \nEn Écosse aussi, ils ont leur lot de champions. Jeudi, Barrie McKay, qui évolue à Heart of Midlothian, a été la cible de…

    ", + "content": "Lyon influence la France. La France influence le monde.
    \n
    \nEn Écosse aussi, ils ont leur lot de champions. Jeudi, Barrie McKay, qui évolue à Heart of Midlothian, a été la cible de…

    ", "category": "", - "link": "https://www.sofoot.com/liverpool-roule-sur-southampton-507553.html", + "link": "https://www.sofoot.com/un-ecossais-arrete-pour-avoir-lance-une-bouteille-sur-un-joueur-507852.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T16:55:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-liverpool-roule-sur-southampton-1638032305_x600_articles-507553.jpg", + "pubDate": "2021-12-04T14:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-ecossais-arrete-pour-avoir-lance-une-bouteille-sur-un-joueur-1638628599_x600_articles-507852.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93571,17 +95299,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a2e1816d85319a42fb707f76cae319e" + "hash": "8f27a1a444158ad55bb0dd26c5ee10d1" }, { - "title": "En direct : Juventus - Atalanta ", - "description": "28' : GOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLL ...", - "content": "28' : GOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLL ...", + "title": "Chelsea piégé à West Ham", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-juventus-atalanta-507545.html", + "link": "https://www.sofoot.com/chelsea-piege-a-west-ham-507845.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T16:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-juventus-atalanta-1638023173_x600_articles-507545.jpg", + "pubDate": "2021-12-04T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-piege-a-west-ham-1638628489_x600_articles-507845.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93591,17 +95319,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7bcc1dd702eefb039eda58cef6dbee1" + "hash": "bfd305915d9bdf3ebe810c6f2398f346" }, { - "title": "Haaland et Dortmund leaders provisoires, Gladbach sombre, Fribourg n'y arrive plus", - "description": "Le Borussia Dortmund a provisoirement repris la tête de la Bundesliga en griffant Wolfsburg (1-3), ce samedi. La machine Erling Haaland a signé son retour de blessure en marquant neuf minutes après son entrée en jeu. Classique. Autrement, le troisième du classement, Fribourg, a concédé sa troisième défaite consécutive à Bochum (2-1). Mönchengladbach, de son côté, a rechuté à Cologne (4-1). Festival de buts à Greuther Fürth, enfin, où Hoffenheim s'est embrasé (3-6).

    ", - "content": "

    ", + "title": "Cristiano Ronaldo blessé au genou à cause de sa célébration ? ", + "description": "En même temps, au bout de la 801e fois, ça devait finir par craquer.
    \n
    \nDouble buteur face à Arsenal jeudi dernier, Cristiano Ronaldo a encore une fois été le grand homme…

    ", + "content": "En même temps, au bout de la 801e fois, ça devait finir par craquer.
    \n
    \nDouble buteur face à Arsenal jeudi dernier, Cristiano Ronaldo a encore une fois été le grand homme…

    ", "category": "", - "link": "https://www.sofoot.com/haaland-et-dortmund-leaders-provisoires-gladbach-sombre-fribourg-n-y-arrive-plus-507547.html", + "link": "https://www.sofoot.com/cristiano-ronaldo-blesse-au-genou-a-cause-de-sa-celebration-507850.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T16:30:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-haaland-et-dortmund-leaders-provisoires-gladbach-sombre-fribourg-n-y-arrive-plus-1638031398_x600_articles-alt-507547.jpg", + "pubDate": "2021-12-04T13:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cristiano-ronaldo-blesse-au-genou-a-cause-de-sa-celebration-1638625985_x600_articles-507850.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93611,17 +95339,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec7f5b755ac0208ceb951b15f2fd5913" + "hash": "4fc052356b10ea1b02bdb9d8680738c8" }, { - "title": "Pronostic Osasuna Elche : Analyse, cotes et prono du match de Liga", - "description": "

    Osasuna se reprend face à Elche

    \n
    \nEn clôture de la 15e journée de Liga, Osasuna affronte Elche. La formation basque est l'une des surprises de ce…
    ", - "content": "

    Osasuna se reprend face à Elche

    \n
    \nEn clôture de la 15e journée de Liga, Osasuna affronte Elche. La formation basque est l'une des surprises de ce…
    ", + "title": "Samuel Umtiti (FC Barcelone) à l'AC Milan pour remplacer Simon Kjær ?", + "description": "Samuel Umtiti enfin libérable ?
    \n
    \nAu placard au Barça (aucun match joué cette saison), le défenseur français de 28 ans s'enterre peu à peu. Selon

    ", + "content": "Samuel Umtiti enfin libérable ?
    \n
    \nAu placard au Barça (aucun match joué cette saison), le défenseur français de 28 ans s'enterre peu à peu. Selon


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-osasuna-elche-analyse-cotes-et-prono-du-match-de-liga-507508.html", + "link": "https://www.sofoot.com/samuel-umtiti-fc-barcelone-a-l-ac-milan-pour-remplacer-simon-kj-c3-a6r-507844.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T16:17:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-osasuna-elche-analyse-cotes-et-prono-du-match-de-liga-1637922335_x600_articles-507508.jpg", + "pubDate": "2021-12-04T11:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-samuel-umtiti-fc-barcelone-a-l-ac-milan-pour-remplacer-simon-kj-c3-a6r-1638618031_x600_articles-507844.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93631,17 +95359,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "82cb2e51a57c60fb821004ab6884b1d0" + "hash": "fff81442822f5dded74be830c943b681" }, { - "title": "Mike Maignan va déjà faire son retour ", - "description": "En plus d'avoir des super-pouvoirs sur penalty, il guérit plus vite que la norme. Super Mike.
    \n
    \nOpéré mi-octobre des ligaments du poignet gauche, Mike Maignan n'était même pas…

    ", - "content": "En plus d'avoir des super-pouvoirs sur penalty, il guérit plus vite que la norme. Super Mike.
    \n
    \nOpéré mi-octobre des ligaments du poignet gauche, Mike Maignan n'était même pas…

    ", + "title": "RC Lens : le maillot collector spécial Sainte-Barbe fait fureur chez les supporters", + "description": "Voilà un coup de com' réussi.
    \n
    \n

    La F?ℛCE de Lens... depuis 115 ans ⚫? Découvrez notre maillot en hommage à la Sainte Barbe…



    ", + "content": "Voilà un coup de com' réussi.
    \n
    \n

    La F?ℛCE de Lens... depuis 115 ans ⚫? Découvrez notre maillot en hommage à la Sainte Barbe…



    ", "category": "", - "link": "https://www.sofoot.com/mike-maignan-va-deja-faire-son-retour-507551.html", + "link": "https://www.sofoot.com/rc-lens-le-maillot-collector-special-sainte-barbe-fait-fureur-chez-les-supporters-507843.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T15:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-mike-maignan-va-deja-faire-son-retour-1638028431_x600_articles-507551.jpg", + "pubDate": "2021-12-04T10:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-rc-lens-le-maillot-collector-special-sainte-barbe-fait-fureur-chez-les-supporters-1638614128_x600_articles-507843.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93651,17 +95379,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc19a6e8078bb3dbb758d2f63bdc906b" + "hash": "9e507ad05b931501151fba796f800436" }, { - "title": "Spalletti : \" Il y a des clubs sérieux et puis il y a le Spartak \"", - "description": "Le football circus.
    \n
    \nSans victoire depuis trois matchs toutes compétitions confondues, Luciano Spalletti et le Napoli sont sur les nerfs. La dernière défaite, mercredi dernier…

    ", - "content": "Le football circus.
    \n
    \nSans victoire depuis trois matchs toutes compétitions confondues, Luciano Spalletti et le Napoli sont sur les nerfs. La dernière défaite, mercredi dernier…

    ", + "title": "Graham Potter veut \"créer un environnement spécial\" à Brighton", + "description": "Potter dévoile ses tours.
    \n
    \nAlors qu'il réalise sa troisième saison en tant qu'entraîneur de Brighton, Graham Potter a dévoilé un peu de sa personnalité et de sa vision du football…

    ", + "content": "Potter dévoile ses tours.
    \n
    \nAlors qu'il réalise sa troisième saison en tant qu'entraîneur de Brighton, Graham Potter a dévoilé un peu de sa personnalité et de sa vision du football…

    ", "category": "", - "link": "https://www.sofoot.com/spalletti-il-y-a-des-clubs-serieux-et-puis-il-y-a-le-spartak-507549.html", + "link": "https://www.sofoot.com/graham-potter-veut-creer-un-environnement-special-a-brighton-507841.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T15:22:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-spalletti-il-y-a-des-clubs-serieux-et-puis-il-y-a-le-spartak-1638026647_x600_articles-507549.jpg", + "pubDate": "2021-12-04T10:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-graham-potter-veut-creer-un-environnement-special-a-brighton-1638612612_x600_articles-507841.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93671,17 +95399,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5cd4bd1cf08246fa2614ed5d8764ac4" + "hash": "15344e6d8c80d5b5ebf9a73df7103bfe" }, { - "title": "Cinq hommes interpellés dans le cadre du cambriolage chez Mario Lemina", - "description": "On ne peut plus perpétuer les traditions de la Côte d'Azur tranquillement...
    \n
    \nVictime
    ", - "content": "On ne peut plus perpétuer les traditions de la Côte d'Azur tranquillement...
    \n
    \nVictime
    ", + "title": "Six mois d'absence pour Simon Kjær (AC Milan)", + "description": "Semaine chargée pour Simon Kjær.
    \n
    \n
    Dix-huitième du Ballon d'or lundi, blessé…

    ", + "content": "Semaine chargée pour Simon Kjær.
    \n
    \nDix-huitième du Ballon d'or lundi, blessé…

    ", "category": "", - "link": "https://www.sofoot.com/cinq-hommes-interpelles-dans-le-cadre-du-cambriolage-chez-mario-lemina-507546.html", + "link": "https://www.sofoot.com/six-mois-d-absence-pour-simon-kj-c3-a6r-ac-milan-507842.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T14:31:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-cinq-hommes-interpelles-dans-le-cadre-du-cambriolage-chez-mario-lemina-1638023456_x600_articles-507546.jpg", + "pubDate": "2021-12-04T09:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-six-mois-d-absence-pour-simon-kj-c3-a6r-ac-milan-1638609613_x600_articles-507842.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93691,17 +95419,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "71e4e6f49991479fb90e629195c62de3" + "hash": "725ce1572458a807517e29c5a9fbe315" }, { - "title": "Les Gunners étouffent Newcastle", - "description": "

    ", - "content": "

    ", + "title": "Pourquoi Newcastle, Greuther Fürth et Levante sont à la traîne depuis le début de saison ?", + "description": "Décembre vient d'arriver, la phase aller est bientôt terminée et, pour le moment, ils n'ont toujours pas gagné. Au sein des cinq grands championnats, trois clubs sont encore à la recherche de leur première victoire de la saison : Newcastle en Angleterre, Greuther Fürth en Allemagne et Levante en Espagne. Trois lanternes écarlates aux profils bien différents et qui, malgré ce démarrage calamiteux, n'ont peut-être pas hypothéqué toutes leurs chances de maintien.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/les-gunners-etouffent-newcastle-507539.html", + "link": "https://www.sofoot.com/pourquoi-newcastle-greuther-furth-et-levante-sont-a-la-traine-depuis-le-debut-de-saison-507831.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T14:24:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-gunners-etouffent-newcastle-1638023413_x600_articles-507539.jpg", + "pubDate": "2021-12-04T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pourquoi-newcastle-greuther-furth-et-levante-sont-a-la-traine-depuis-le-debut-de-saison-1638557194_x600_articles-alt-507831.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93711,17 +95439,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a6da18e6df252ea321cbf29b3474e7a" + "hash": "046de87ae3fab36c9cb3d71dbca7042a" }, { - "title": "Laurent Nicollin : \" On se demande s'il n'y a pas des micros au club \"", - "description": "Avec la série qui a été tournée au MHSC, c'est une question un…", - "content": "Avec la série qui a été tournée au MHSC, c'est une question un…", + "title": "Le but en huit secondes de Dominic Solanke (Bournemouth) contre Fulham", + "description": "C'est ce qu'on appelle ressortir des vestiaires avec les crocs.
    \n
    \nCe vendredi soir, Bournemouth, deuxième de Championship, se déplaçait sur la pelouse de Craven Cottage pour y affronter…

    ", + "content": "C'est ce qu'on appelle ressortir des vestiaires avec les crocs.
    \n
    \nCe vendredi soir, Bournemouth, deuxième de Championship, se déplaçait sur la pelouse de Craven Cottage pour y affronter…

    ", "category": "", - "link": "https://www.sofoot.com/laurent-nicollin-on-se-demande-s-il-n-y-a-pas-des-micros-au-club-507544.html", + "link": "https://www.sofoot.com/le-but-en-huit-secondes-de-dominic-solanke-bournemouth-contre-fulham-507840.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T13:59:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-laurent-nicollin-on-se-demande-s-il-n-y-a-pas-des-micros-au-club-1638021714_x600_articles-507544.jpg", + "pubDate": "2021-12-04T08:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-but-en-huit-secondes-de-dominic-solanke-bournemouth-contre-fulham-1638606180_x600_articles-507840.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93731,17 +95459,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b6304ecb29fc607e3148e2857fbeae3" + "hash": "59b59ddaa973501d1b0da6339146a602" }, { - "title": "Verratti encore absent pour le déplacement à Saint-Étienne, Icardi aussi", - "description": "Cette fois, c'est pas pour Wanda.
    \n
    \nDéjà absents pour le déplacement à Manchester City…

    ", - "content": "Cette fois, c'est pas pour Wanda.
    \n
    \nDéjà absents pour le déplacement à Manchester City…

    ", + "title": "LOTO du samedi 4 décembre 2021 : 30 millions d'€ à gagner (cagnotte record) !", + "description": "Incroyable, la cagnotte du LOTO vient de franchir la barre symbolique des 30 millions d'euros. Cette cagnotte record est mis en jeu ce samedi 4 décembre 2021.

    LOTO du samedi 4 décembre 2021 : 30 Millions d'€

    \n
    \n
    \nMagnifique cagnotte record du LOTO ce samedi 4 décembre 2021 avec 30 millions…

    ", + "content": "

    LOTO du samedi 4 décembre 2021 : 30 Millions d'€

    \n
    \n
    \nMagnifique cagnotte record du LOTO ce samedi 4 décembre 2021 avec 30 millions…

    ", "category": "", - "link": "https://www.sofoot.com/verratti-encore-absent-pour-le-deplacement-a-saint-etienne-icardi-aussi-507541.html", + "link": "https://www.sofoot.com/loto-du-samedi-4-decembre-2021-30-millions-d-e-a-gagner-cagnotte-record-507793.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T13:23:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-verratti-encore-absent-pour-le-deplacement-a-saint-etienne-icardi-aussi-1638019623_x600_articles-507541.jpg", + "pubDate": "2021-12-03T08:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-loto-du-samedi-4-decembre-2021-30-millions-d-e-a-gagner-cagnotte-record-1638520345_x600_articles-507793.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93751,17 +95479,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6837029bbf2631e1b384643532a9a463" + "hash": "32836656722c8455d03d1f63fb282854" }, { - "title": "Nani et Orlando City, c'est fini", - "description": "Il est temps de tourner la page.
    \n
    \nNani ne poursuivra pas l'aventure avec Orlando City. Vendredi soir, ses dirigeants ont annoncé qu'ils n'avaient pas l'intention de prolonger son…

    ", - "content": "Il est temps de tourner la page.
    \n
    \nNani ne poursuivra pas l'aventure avec Orlando City. Vendredi soir, ses dirigeants ont annoncé qu'ils n'avaient pas l'intention de prolonger son…

    ", + "title": "Kalimuendo, l'étoile du nord", + "description": "Débarqué au centre de formation du PSG à l'âge de 11 ans, Arnaud Kalimuendo a franchi toutes les étapes vers le monde du foot professionnel dans l'ouest de la capitale. Avant de mettre le cap au nord et de tomber sous le charme du RC Lens version Franck Haise, la saison dernière. Un coup de cœur qui porte pleinement ses fruits pour le bonhomme de 19 ans, gâchette attitrée des Sang et Or au moment de retrouver son club formateur.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/nani-et-orlando-city-c-est-fini-507538.html", + "link": "https://www.sofoot.com/kalimuendo-l-etoile-du-nord-507827.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T11:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-nani-et-orlando-city-c-est-fini-1638014487_x600_articles-507538.jpg", + "pubDate": "2021-12-04T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kalimuendo-l-etoile-du-nord-1638550263_x600_articles-alt-507827.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93771,17 +95499,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "097f9c786ce5c4be3e256e576089d68c" + "hash": "76b5964eb4a603141616f2021b7a1ac8" }, { - "title": "Quatorze blessés et cinq inculpés après Leicester-Legia Varsovie", - "description": "En Ligue Europa, il se passe souvent des choses au King Power Stadium ces derniers temps. Sur le terrain comme en tribunes.
    \n
    \nDeux mois après
    ", - "content": "En Ligue Europa, il se passe souvent des choses au King Power Stadium ces derniers temps. Sur le terrain comme en tribunes.
    \n
    \nDeux mois après
    ", + "title": "La Côte d'Ivoire dans le brouillard", + "description": "Géant du football africain, la Côte d'Ivoire fait surtout parler d'elle pour les tensions qui agitent ses institutions et la sélection nationale. L'élection à la présidence de la fédération, actuellement dirigée par un Comité de normalisation, et qui devait avoir lieu le 20 décembre, a été reportée. Et les Éléphants, depuis leur élimination en qualifications pour la Coupe du monde, sont sous étroite surveillance.On avait évoqué mai 2020, puis septembre, puis novembre de la même année. La crise sanitaire et des conflits liés au code électoral ont finalement fait capoter toutes les hypothèses pour que…", + "content": "On avait évoqué mai 2020, puis septembre, puis novembre de la même année. La crise sanitaire et des conflits liés au code électoral ont finalement fait capoter toutes les hypothèses pour que…", "category": "", - "link": "https://www.sofoot.com/quatorze-blesses-et-cinq-inculpes-apres-leicester-legia-varsovie-507537.html", + "link": "https://www.sofoot.com/la-cote-d-ivoire-dans-le-brouillard-507813.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T10:40:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-quatorze-blesses-et-cinq-inculpes-apres-leicester-legia-varsovie-1638011411_x600_articles-507537.jpg", + "pubDate": "2021-12-04T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-cote-d-ivoire-dans-le-brouillard-1638537935_x600_articles-alt-507813.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93791,17 +95519,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ce75fefe59dedf366a8b6e941562cc4" + "hash": "4c9ae54fb0212b3290629b35bca99630" }, { - "title": "Les barrages intercontinentaux se dérouleront au Qatar en juin 2022", - "description": "Ils découvriront le Qatar avant les autres, avec l'espoir d'y revenir cinq mois plus tard.
    \n
    \nLe tirage au sort des barrages de la zone Europe a monopolisé l'attention, vendredi en fin…

    ", - "content": "Ils découvriront le Qatar avant les autres, avec l'espoir d'y revenir cinq mois plus tard.
    \n
    \nLe tirage au sort des barrages de la zone Europe a monopolisé l'attention, vendredi en fin…

    ", + "title": "Le Sporting maîtrise Benfica et prend le derby", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/les-barrages-intercontinentaux-se-derouleront-au-qatar-en-juin-2022-507535.html", + "link": "https://www.sofoot.com/le-sporting-maitrise-benfica-et-prend-le-derby-507839.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T10:28:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-barrages-intercontinentaux-se-derouleront-au-qatar-en-juin-2022-1638009275_x600_articles-507535.jpg", + "pubDate": "2021-12-03T23:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-sporting-maitrise-benfica-et-prend-le-derby-1638573355_x600_articles-507839.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93811,17 +95539,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f4f50926b8af64662cdbcbb016992eb" + "hash": "513158dcdde0608e807eee8fd55ad87f" }, { - "title": "Le siège de la Juventus perquisitionné par la brigade financière", - "description": "Avis de tempête dans le Piémont.
    \n
    \nLa Juventus vit décidément une semaine bien pénible.
    ", - "content": "Avis de tempête dans le Piémont.
    \n
    \nLa Juventus vit décidément une semaine bien pénible.
    ", + "title": "Ajaccio rate le coche, Guingamp retourne Dijon, Sochaux s'arrache", + "description": "Leader provisoire en cas de victoire ce vendredi soir, l'AC Ajaccio n'a pas réussi à percer la muraille valenciennoise (0-0) et reste deuxième. Juste derrière, Sochaux, le Paris FC et Le Havre ont tous fait le plein de points, ce qui engendre un embouteillage en première partie de tableau. Guingamp a remporté le match fou de la soirée contre Dijon (3-2), alors qu'en bas de tableau, Amiens s'est donné de l'air face à Dunkerque (3-0) et que Nancy a encore flanché sur le pré de QRM (2-1).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-siege-de-la-juventus-perquisitionne-par-la-brigade-financiere-507534.html", + "link": "https://www.sofoot.com/ajaccio-rate-le-coche-guingamp-retourne-dijon-sochaux-s-arrache-507835.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T09:51:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-siege-de-la-juventus-perquisitionne-par-la-brigade-financiere-1638007240_x600_articles-507534.jpg", + "pubDate": "2021-12-03T22:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ajaccio-rate-le-coche-guingamp-retourne-dijon-sochaux-s-arrache-1638570394_x600_articles-alt-507835.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93831,17 +95559,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7548d7145946c4444cb30388facdc9de" + "hash": "d696262cfed5e2132c81d0a141a4c3ef" }, { - "title": "\"On ne peut pas toujours mettre des 12-0\", concède Corinne Diacre", - "description": "C'est ce qui s'appelle une victoire étriquée.
    \n
    \nDepuis le début de sa campagne qualificative pour la Coupe du monde 2023, l'équipe de France a atteint la barre des dix buts inscrits en…

    ", - "content": "C'est ce qui s'appelle une victoire étriquée.
    \n
    \nDepuis le début de sa campagne qualificative pour la Coupe du monde 2023, l'équipe de France a atteint la barre des dix buts inscrits en…

    ", + "title": "L'Union Berlin enfonce encore un peu plus Leipzig ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/on-ne-peut-pas-toujours-mettre-des-12-0-concede-corinne-diacre-507533.html", + "link": "https://www.sofoot.com/l-union-berlin-enfonce-encore-un-peu-plus-leipzig-507824.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T08:47:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-on-ne-peut-pas-toujours-mettre-des-12-0-concede-corinne-diacre-1638004501_x600_articles-507533.jpg", + "pubDate": "2021-12-03T21:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-union-berlin-enfonce-encore-un-peu-plus-leipzig-1638567003_x600_articles-507824.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93851,17 +95579,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "acdd463a3a4a886c8d3c6dbf00bda525" + "hash": "416c39e0e09c7c7f2928c1289dd39766" }, { - "title": "Lionel Messi \"mérite largement\" de décrocher le Ballon d'or, estime Ángel Di María", - "description": "Au fond, pouvait-il dire autre chose ?
    \n
    \nSi l'arrivée de Lionel Messi à Paris et son association avec Kylian…

    ", - "content": "Au fond, pouvait-il dire autre chose ?
    \n
    \nSi l'arrivée de Lionel Messi à Paris et son association avec Kylian…

    ", + "title": "Pronostic Lorient Nantes : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Nantes accroche Lorient

    \n
    \nCe dimanche, Lorient reçoit Nantes au Moustoir. Après avoir connu une saison dernière à lutter pour son maintien, le club…
    ", + "content": "

    Nantes accroche Lorient

    \n
    \nCe dimanche, Lorient reçoit Nantes au Moustoir. Après avoir connu une saison dernière à lutter pour son maintien, le club…
    ", "category": "", - "link": "https://www.sofoot.com/lionel-messi-merite-largement-de-decrocher-le-ballon-d-or-estime-angel-di-maria-507532.html", + "link": "https://www.sofoot.com/pronostic-lorient-nantes-analyse-cotes-et-prono-du-match-de-ligue-1-507838.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T08:16:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lionel-messi-merite-largement-de-decrocher-le-ballon-d-or-estime-angel-di-maria-1638002823_x600_articles-507532.jpg", + "pubDate": "2021-12-03T19:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lorient-nantes-analyse-cotes-et-prono-du-match-de-ligue-1-1638559510_x600_articles-507838.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93871,17 +95599,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ac7b41244931684109a39748d748dba" + "hash": "e9674b91adb011aee84bda92fcf2684a" }, { - "title": "LOTO du samedi 27 novembre 2021 : 27 millions d'€ à gagner (cagnotte record) !", - "description": "27 millions d'euros sont à gagner au LOTO ce samedi 27 novembre 2021. C'est tout simplement la possibilité de remporter le plus gros gain de l'histoire de la loterie française

    LOTO du samedi 27 novembre 2021 : 27 Millions d'€

    \n
    \nLa cagnotte du LOTO de ce samedi 27 novembre 2021 affiche un montant record de 27…
    ", - "content": "

    LOTO du samedi 27 novembre 2021 : 27 Millions d'€

    \n
    \nLa cagnotte du LOTO de ce samedi 27 novembre 2021 affiche un montant record de 27…
    ", + "title": "Pronostic Bordeaux Lyon : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Lyon se relance à Bordeaux

    \n
    \nEn proie à d'importants problèmes financiers en fin de saison dernière, Bordeaux a été tout proche d'une…
    ", + "content": "

    Lyon se relance à Bordeaux

    \n
    \nEn proie à d'importants problèmes financiers en fin de saison dernière, Bordeaux a été tout proche d'une…
    ", "category": "", - "link": "https://www.sofoot.com/loto-du-samedi-27-novembre-2021-27-millions-d-e-a-gagner-cagnotte-record-507495.html", + "link": "https://www.sofoot.com/pronostic-bordeaux-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-507837.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T07:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-loto-du-samedi-27-novembre-2021-27-millions-d-e-a-gagner-cagnotte-record-1637917676_x600_articles-507495.jpg", + "pubDate": "2021-12-03T18:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bordeaux-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-1638558954_x600_articles-507837.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93891,17 +95619,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c05a4bd6bf54718b3b13578007f2f787" + "hash": "0e591b50f195106b7098a77b384e73a7" }, { - "title": "Aimé Jacquet : \"Quand je construis l'équipe, je commence par les attaquants\"", - "description": "Aimé Jacquet aura été le gourou de la fameuse \"génération 98\", celui qui aura su démolir une équipe de France en perdition pour mieux la reconstruire. Celui qui s'est passé de Papin et Cantona pour partir à la guerre avec Dugarry et Guivarc'h. Entretien en longueur avec un type qui a toujours musclé son jeu.
    Vous devenez entraîneur à Lyon, en 1976. Vous aviez des modèles ?
    \nQuand je suis arrivé à Saint-Étienne, à 19 ans, Jean Snella m'a tout de suite formaté.…
    ", - "content": "Vous devenez entraîneur à Lyon, en 1976. Vous aviez des modèles ?
    \nQuand je suis arrivé à Saint-Étienne, à 19 ans, Jean Snella m'a tout de suite formaté.…
    ", + "title": "Pronostic Monaco Metz : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Monaco enchaîne face à Metz

    \n
    \nDepuis le début de ce nouvel exercice, l'AS Monaco ne retrouve pas son rythme de la deuxième partie de saison…
    ", + "content": "

    Monaco enchaîne face à Metz

    \n
    \nDepuis le début de ce nouvel exercice, l'AS Monaco ne retrouve pas son rythme de la deuxième partie de saison…
    ", "category": "", - "link": "https://www.sofoot.com/aime-jacquet-quand-je-construis-l-equipe-je-commence-par-les-attaquants-507320.html", + "link": "https://www.sofoot.com/pronostic-monaco-metz-analyse-cotes-et-prono-du-match-de-ligue-1-507836.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T05:33:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aime-jacquet-quand-je-construis-l-equipe-je-commence-par-les-attaquants-1637599794_x600_articles-alt-507320.jpg", + "pubDate": "2021-12-03T18:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-monaco-metz-analyse-cotes-et-prono-du-match-de-ligue-1-1638558172_x600_articles-507836.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93911,17 +95639,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ad45deb2075d062e36da46bc2adc901" + "hash": "268f5b77b6112d4f393b4bcf218a6a65" }, { - "title": "Aimé Jacquet : \"Muscle ton jeu, Robert…\"", - "description": "Pour les 80 ans d'Aimé Jacquet, on vous offre un bonbon : la retranscription fidèle de sa causerie face aux joueurs de l'équipe de France avant le Mondial 1998.", + "title": "Pronostic Montpellier Clermont : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Montpellier costaud à la maison face à Clermont

    \n
    \nNeuvième de Ligue 1, Montpellier est dans le ventre mou du championnat. En effet, le club…
    ", + "content": "

    Montpellier costaud à la maison face à Clermont

    \n
    \nNeuvième de Ligue 1, Montpellier est dans le ventre mou du championnat. En effet, le club…
    ", "category": "", - "link": "https://www.sofoot.com/aime-jacquet-muscle-ton-jeu-robert-e2-80-a6-507323.html", + "link": "https://www.sofoot.com/pronostic-montpellier-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-507834.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T05:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-aime-jacquet-muscle-ton-jeu-robert-e2-80-a6-1637601573_x600_articles-alt-507323.jpg", + "pubDate": "2021-12-03T18:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-montpellier-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-1638557378_x600_articles-507834.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93931,17 +95659,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "aba4075cb2adeed165b359b7f1f278cf" + "hash": "31a719a8bb3257d5ffa00b117556ea25" }, { - "title": "Pronostic Chelsea Manchester United : Analyse, cotes et prono du match de Premier League", - "description": "

    Chelsea enfonce Manchester United

    \n
    \nDans le cadre de la 13e journée de Premier League, Chelsea reçoit Manchester United à Stamford bridge. A…
    ", - "content": "

    Chelsea enfonce Manchester United

    \n
    \nDans le cadre de la 13e journée de Premier League, Chelsea reçoit Manchester United à Stamford bridge. A…
    ", + "title": "Pronostic Reims Angers : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Reims et Angers dos à dos

    \n
    \nPlutôt solide depuis son retour en Ligue 1, le stade de Reims avait cependant connu sa saison la plus compliquée l'an…
    ", + "content": "

    Reims et Angers dos à dos

    \n
    \nPlutôt solide depuis son retour en Ligue 1, le stade de Reims avait cependant connu sa saison la plus compliquée l'an…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-chelsea-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-507489.html", + "link": "https://www.sofoot.com/pronostic-reims-angers-analyse-cotes-et-prono-du-match-de-ligue-1-507833.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T00:32:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-chelsea-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-1637866008_x600_articles-507489.jpg", + "pubDate": "2021-12-03T18:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-reims-angers-analyse-cotes-et-prono-du-match-de-ligue-1-1638557202_x600_articles-507833.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93951,17 +95679,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f71eb0cb741f355c09dfbb13f415bd3d" + "hash": "7abb7b3d3b9ccd8027dcb2c9fddc488f" }, { - "title": "Pronostic Real Madrid FC Séville : Analyse, cotes et prono du match de Liga", - "description": "

    Real Madrid – Séville : La Maison Blanche a retrouvé les clés

    \n
    \nLa 15e journée de Liga nous offre 2 affiches entre formations qui…
    ", - "content": "

    Real Madrid – Séville : La Maison Blanche a retrouvé les clés

    \n
    \nLa 15e journée de Liga nous offre 2 affiches entre formations qui…
    ", + "title": "Pronostic Saint-Etienne Rennes : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Rennes retrouve des couleurs à Saint-Etienne

    \n
    \nDernier de Ligue 1, l'AS Saint-Etienne vit une première partie de saison cauchemardesque. Les Verts…
    ", + "content": "

    Rennes retrouve des couleurs à Saint-Etienne

    \n
    \nDernier de Ligue 1, l'AS Saint-Etienne vit une première partie de saison cauchemardesque. Les Verts…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-real-madrid-fc-seville-analyse-cotes-et-prono-du-match-de-liga-507486.html", + "link": "https://www.sofoot.com/pronostic-saint-etienne-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-507832.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T00:19:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-fc-seville-analyse-cotes-et-prono-du-match-de-liga-1637864959_x600_articles-507486.jpg", + "pubDate": "2021-12-03T18:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-saint-etienne-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-1638556611_x600_articles-507832.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93971,17 +95699,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5da0f20fd37cd210576fb977f786bf85" + "hash": "cb14cd3ee8434fb2791fe4abe538eac2" }, { - "title": "Pronostic Naples Lazio : Analyse, cotes et prono du match de Serie A", - "description": "

    Le Napoli stoppe sa mauvaise série face à la Lazio

    \n
    \nEn clôture de la 14e journée de Serie A, le Napoli reçoit la Lazio au stade Diego…
    ", - "content": "

    Le Napoli stoppe sa mauvaise série face à la Lazio

    \n
    \nEn clôture de la 14e journée de Serie A, le Napoli reçoit la Lazio au stade Diego…
    ", + "title": "Pronostic Nice Strasbourg : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Strasbourg tend un piège à Nice

    \n
    \nFormation ambitieuse de la Ligue 1, l'OGC Nice n'a pas affiché son meilleur visage lors des dernières semaines.…
    ", + "content": "

    Strasbourg tend un piège à Nice

    \n
    \nFormation ambitieuse de la Ligue 1, l'OGC Nice n'a pas affiché son meilleur visage lors des dernières semaines.…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-naples-lazio-analyse-cotes-et-prono-du-match-de-serie-a-507485.html", + "link": "https://www.sofoot.com/pronostic-nice-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-507830.html", "creator": "SO FOOT", - "pubDate": "2021-11-27T00:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-naples-lazio-analyse-cotes-et-prono-du-match-de-serie-a-1637864706_x600_articles-507485.jpg", + "pubDate": "2021-12-03T17:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nice-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-1638556115_x600_articles-507830.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -93991,17 +95719,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "efa25f1ecc3da4ad3df019d7d29e0a35" + "hash": "0f21d222df6ab57529bc313b01ab49e3" }, { - "title": "Les Bleues collent un set au Kazakhstan et poursuivent leur sans-faute", - "description": "

    ", - "content": "

    ", + "title": "Les joueurs du Zénith entrent sur le terrain avec des chiens dans les bras", + "description": "Une équipe qui a du chien.
    \n
    \nLeader incontesté de la Première Ligue russe, le Zénith Saint-Pétersbourg est entré sur la pelouse de la Gazprom Arena avec des compagnons à quatre…

    ", + "content": "Une équipe qui a du chien.
    \n
    \nLeader incontesté de la Première Ligue russe, le Zénith Saint-Pétersbourg est entré sur la pelouse de la Gazprom Arena avec des compagnons à quatre…

    ", "category": "", - "link": "https://www.sofoot.com/les-bleues-collent-un-set-au-kazakhstan-et-poursuivent-leur-sans-faute-507528.html", + "link": "https://www.sofoot.com/les-joueurs-du-zenith-entrent-sur-le-terrain-avec-des-chiens-dans-les-bras-507828.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T22:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-les-bleues-collent-un-set-au-kazakhstan-et-poursuivent-leur-sans-faute-1637964564_x600_articles-507528.jpg", + "pubDate": "2021-12-03T16:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-joueurs-du-zenith-entrent-sur-le-terrain-avec-des-chiens-dans-les-bras-1638553467_x600_articles-507828.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -94011,17 +95739,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cdfc40d382bb353478f4e8fca1430e3" + "hash": "687ca2007352861c9fe158449f1f6a28" }, { - "title": "Lens et Angers se rendent coup pour coup à Bollaert", - "description": "

    ", - "content": "

    ", + "title": "Le Covid prive les supporters lillois du déplacement à Wolfsburg", + "description": "Il est de retour.
    \n
    \nLes supporters de Lille sont interdits de déplacement à Wolfsburg pour le compte de la dernière journée de phase de groupes de la Ligue des Champions mercredi…

    ", + "content": "Il est de retour.
    \n
    \nLes supporters de Lille sont interdits de déplacement à Wolfsburg pour le compte de la dernière journée de phase de groupes de la Ligue des Champions mercredi…

    ", "category": "", - "link": "https://www.sofoot.com/lens-et-angers-se-rendent-coup-pour-coup-a-bollaert-507531.html", + "link": "https://www.sofoot.com/le-covid-prive-les-supporters-lillois-du-deplacement-a-wolfsburg-507823.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T22:03:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-lens-et-angers-se-rendent-coup-pour-coup-a-bollaert-1637964286_x600_articles-507531.jpg", + "pubDate": "2021-12-03T16:06:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-covid-prive-les-supporters-lillois-du-deplacement-a-wolfsburg-1638553282_x600_articles-507823.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -94031,17 +95759,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a077f3831f9b3d9956ac06eb929ae73c" + "hash": "91646708667f3f4844cd848c94c731d1" }, { - "title": "Coupe de France : Bastia et Jura Sud l'emportent pour rallier les 32es", - "description": "

    ", - "content": "

    ", + "title": "La Ligue portugaise s'organise pour que le cas Belenenses ne se reproduise plus", + "description": "On peut être responsable une fois, mais pas deux.
    \n
    \nCinq. Non, ce n'était pas le…

    ", + "content": "On peut être responsable une fois, mais pas deux.
    \n
    \nCinq. Non, ce n'était pas le…

    ", "category": "", - "link": "https://www.sofoot.com/coupe-de-france-bastia-et-jura-sud-l-emportent-pour-rallier-les-32es-507530.html", + "link": "https://www.sofoot.com/la-ligue-portugaise-s-organise-pour-que-le-cas-belenenses-ne-se-reproduise-plus-507825.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T21:06:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-bastia-et-jura-sud-l-emportent-pour-rallier-les-32es-1637961043_x600_articles-507530.jpg", + "pubDate": "2021-12-03T15:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-ligue-portugaise-s-organise-pour-que-le-cas-belenenses-ne-se-reproduise-plus-1638553018_x600_articles-507825.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -94051,17 +95779,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "049c7726669a60d390346494728006cf" + "hash": "19d6400bbf896b84d1d368974ddecb73" }, { - "title": "En direct : Lens - Angers", - "description": "94' : ALLEZ ZOU ! Belle opposition entre un SCO solide en première et un Racing ressorti des ...", - "content": "94' : ALLEZ ZOU ! Belle opposition entre un SCO solide en première et un Racing ressorti des ...", + "title": "Upamecano sur son bégaiement : \"À l'école, j'ai subi beaucoup de moqueries\"", + "description": "La leçon de vie du jour.
    \n
    \nS'il est aujourd'hui un footballeur confirmé, Dayot Upamecano a dû traverser différentes étapes avant d'arriver tout en haut de l'échelle. À commencer…

    ", + "content": "La leçon de vie du jour.
    \n
    \nS'il est aujourd'hui un footballeur confirmé, Dayot Upamecano a dû traverser différentes étapes avant d'arriver tout en haut de l'échelle. À commencer…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-lens-angers-507527.html", + "link": "https://www.sofoot.com/upamecano-sur-son-begaiement-a-l-ecole-j-ai-subi-beaucoup-de-moqueries-507826.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T19:45:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lens-angers-1637959059_x600_articles-alt-507527.jpg", + "pubDate": "2021-12-03T15:54:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-upamecano-sur-son-begaiement-a-l-ecole-j-ai-subi-beaucoup-de-moqueries-1638552738_x600_articles-507826.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -94071,17 +95799,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c663fd6f6de1feacf32adeac8becbfc2" + "hash": "f351c4d6e3357c5a0ab751dc644b1a69" }, { - "title": "Le Portugal ou l'Italie manquera le Mondial !", - "description": "Douze équipes ont composté leur billet, mais seulement trois prendront le bon train. Ce vendredi après-midi, l'UEFA a procédé au tirage au sort des barrages des éliminatoires européens de la…", - "content": "Douze équipes ont composté leur billet, mais seulement trois prendront le bon train. Ce vendredi après-midi, l'UEFA a procédé au tirage au sort des barrages des éliminatoires européens de la…", + "title": "Un dirigeant de la FIFA propose de relancer la Coupe des confédérations", + "description": "Infantino a trouvé son sbire.
    \n
    \nPour ou contre la Coupe du monde tous les deux ans ? Alors que
    ", + "content": "Infantino a trouvé son sbire.
    \n
    \nPour ou contre la Coupe du monde tous les deux ans ? Alors que
    ", "category": "", - "link": "https://www.sofoot.com/le-portugal-ou-l-italie-manquera-le-mondial-507525.html", + "link": "https://www.sofoot.com/un-dirigeant-de-la-fifa-propose-de-relancer-la-coupe-des-confederations-507822.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T16:48:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-le-portugal-ou-l-italie-manquera-le-mondial-1637945593_x600_articles-507525.jpg", + "pubDate": "2021-12-03T15:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-dirigeant-de-la-fifa-propose-de-relancer-la-coupe-des-confederations-1638552592_x600_articles-507822.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -94091,17 +95819,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0422613a4b02e3d8339facb35cfd86d3" + "hash": "948418e787a7691e8ceac43180d586f8" }, { - "title": "Ben Chilwell touché au ligament croisé et absent plusieurs semaines", - "description": "Chelsea a impressionné ce mardi en Ligue des champions, en détruisant la Juve (4-0) à Stamford Bridge.…", - "content": "Chelsea a impressionné ce mardi en Ligue des champions, en détruisant la Juve (4-0) à Stamford Bridge.…", + "title": "Les ultras du CSKA Moscou s'excusent auprès du club", + "description": "Faute avouée, à moitié pardonnée.
    \n
    \nLes Люди в Чёрном (littéralement, les Men in Black), un des groupes d'ultras du CSKA Moscou, ont publié un communiqué sur leurs…

    ", + "content": "Faute avouée, à moitié pardonnée.
    \n
    \nLes Люди в Чёрном (littéralement, les Men in Black), un des groupes d'ultras du CSKA Moscou, ont publié un communiqué sur leurs…

    ", "category": "", - "link": "https://www.sofoot.com/ben-chilwell-touche-au-ligament-croise-et-absent-plusieurs-semaines-507526.html", + "link": "https://www.sofoot.com/les-ultras-du-cska-moscou-s-excusent-aupres-du-club-507821.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T16:10:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-ben-chilwell-touche-au-ligament-croise-et-absent-plusieurs-semaines-1637946095_x600_articles-507526.jpg", + "pubDate": "2021-12-03T15:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-ultras-du-cska-moscou-s-excusent-aupres-du-club-1638545186_x600_articles-507821.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -94111,17 +95839,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bc86d114fc041d2140a213db30a9224" + "hash": "acd536c9dbd4e2e783c466ea6f2f73a5" }, { - "title": "Pronostic OM Troyes : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Rebond attendu de l'OM face à Troyes

    \n
    \nBien parti dans cette nouvelle saison de Ligue 1, l'Olympique de Marseille semblait se présenter comme le rival…
    ", - "content": "

    Rebond attendu de l'OM face à Troyes

    \n
    \nBien parti dans cette nouvelle saison de Ligue 1, l'Olympique de Marseille semblait se présenter comme le rival…
    ", + "title": "Sergio Ramos forfait pour le déplacement à Lens", + "description": "Après avoir déjà attendu 139 jours pour voir Sergio Ramos être convoqué dans le groupe de Mauricio Pochettino, les supporters du club de la capitale devront une nouvelle fois faire preuve de…", + "content": "Après avoir déjà attendu 139 jours pour voir Sergio Ramos être convoqué dans le groupe de Mauricio Pochettino, les supporters du club de la capitale devront une nouvelle fois faire preuve de…", "category": "", - "link": "https://www.sofoot.com/pronostic-om-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-507506.html", + "link": "https://www.sofoot.com/sergio-ramos-forfait-pour-le-deplacement-a-lens-507820.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T16:09:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-om-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-1637922121_x600_articles-507506.jpg", + "pubDate": "2021-12-03T15:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sergio-ramos-forfait-pour-le-deplacement-a-lens-1638543109_x600_articles-507820.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -94131,17 +95859,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2fe2997ca2d7d99a26933bdfaef1c1a4" + "hash": "1fc58b93ccca1fd98def02d4c4b00492" }, { - "title": "Pronostic Montpellier Lyon : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Lyon retrouve son appétit face à Montpellier

    \n
    \nCes dernières saisons, Montpellier a souvent terminé dans la 1re partie de tableau sans…
    ", - "content": "

    Lyon retrouve son appétit face à Montpellier

    \n
    \nCes dernières saisons, Montpellier a souvent terminé dans la 1re partie de tableau sans…
    ", + "title": "Le transfert de Cristiano Ronaldo à Manchester United dans le viseur de la justice italienne", + "description": "La Vieille Dame a du souci à se faire.
    \n
    \nSi les prestations de la Juventus sur le terrain sont plutôt médiocres ces derniers temps, ce qu'il se passe en coulisses n'a rien de rassurant…

    ", + "content": "La Vieille Dame a du souci à se faire.
    \n
    \nSi les prestations de la Juventus sur le terrain sont plutôt médiocres ces derniers temps, ce qu'il se passe en coulisses n'a rien de rassurant…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-montpellier-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-507504.html", + "link": "https://www.sofoot.com/le-transfert-de-cristiano-ronaldo-a-manchester-united-dans-le-viseur-de-la-justice-italienne-507819.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T16:00:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-montpellier-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-1637921501_x600_articles-507504.jpg", + "pubDate": "2021-12-03T14:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-transfert-de-cristiano-ronaldo-a-manchester-united-dans-le-viseur-de-la-justice-italienne-1638543566_x600_articles-507819.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -94151,17 +95879,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9d6a5bcf44c298987afc2c024834826" + "hash": "e849120eaa02907b0c48c01ec8ba5266" }, { - "title": "Pronostic Bordeaux Brest : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un Bordeaux – Brest électrique

    \n
    \nSi la lutte pour les places qualificatives pour la Ligue des Champions est féroce, le maintien concerne pas moins de…
    ", - "content": "

    Un Bordeaux – Brest électrique

    \n
    \nSi la lutte pour les places qualificatives pour la Ligue des Champions est féroce, le maintien concerne pas moins de…
    ", + "title": "Horst Eckel, dernier vainqueur de la Coupe du monde 1954, est mort", + "description": "Triste nouvelle pour la Mannschaft.
    \n
    \nLa Fédération allemande de football l'a annoncé ce matin : Horst Eckel n'est plus. L'ancien milieu de terrain, appelé à 32 reprises en…

    ", + "content": "Triste nouvelle pour la Mannschaft.
    \n
    \nLa Fédération allemande de football l'a annoncé ce matin : Horst Eckel n'est plus. L'ancien milieu de terrain, appelé à 32 reprises en…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-bordeaux-brest-analyse-cotes-et-prono-du-match-de-ligue-1-507503.html", + "link": "https://www.sofoot.com/horst-eckel-dernier-vainqueur-de-la-coupe-du-monde-1954-est-mort-507818.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T15:52:00Z", - "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bordeaux-brest-analyse-cotes-et-prono-du-match-de-ligue-1-1637921092_x600_articles-507503.jpg", + "pubDate": "2021-12-03T13:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-horst-eckel-dernier-vainqueur-de-la-coupe-du-monde-1954-est-mort-1638540513_x600_articles-507818.jpg", "enclosureType": "image/jpeg", "image": "", "language": "fr", @@ -94171,4591 +95899,26893 @@ "favorite": false, "created": false, "tags": [], - "hash": "4062e09ad488e2d89c6ad05e548e28c6" + "hash": "b14f5d7029d61e72ab0618d170c81a3e" }, { - "title": "Pronostic Lorient Rennes : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Lorient – Rennes : un derby en Rouge et Noir

    \n
    \nLa Ligue 1 nous offre de nombreux derbys bretons, et ce dimanche nous aurons une opposition entre…
    ", - "content": "

    Lorient – Rennes : un derby en Rouge et Noir

    \n
    \nLa Ligue 1 nous offre de nombreux derbys bretons, et ce dimanche nous aurons une opposition entre…
    ", + "title": "Pronostic Naples Atalanta Bergame : Analyse, cotes et prono du match de Serie A", + "description": "

    Naples se reprend face à l'Atalanta Bergame

    \n
    \nL'opposition entre le Napoli et l'Atalanta Bergame met aux prises deux équipes qui luttent dans le…
    ", + "content": "

    Naples se reprend face à l'Atalanta Bergame

    \n
    \nL'opposition entre le Napoli et l'Atalanta Bergame met aux prises deux équipes qui luttent dans le…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lorient-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-507502.html", + "link": "https://www.sofoot.com/pronostic-naples-atalanta-bergame-analyse-cotes-et-prono-du-match-de-serie-a-507815.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T15:44:00Z", + "pubDate": "2021-12-03T13:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-naples-atalanta-bergame-analyse-cotes-et-prono-du-match-de-serie-a-1638539870_x600_articles-507815.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40191158c732de1ce1a3dc6b8a600bd3" + "hash": "5c4519e11eb83db7a985657d32f0014f" }, { - "title": "Pronostic Monaco Strasbourg : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Monaco, le déclic face à Strasbourg

    \n
    \nImpressionnant l'an passé lors de la 2nde partie de saison, Monaco avait marqué les esprits par la…
    ", - "content": "

    Monaco, le déclic face à Strasbourg

    \n
    \nImpressionnant l'an passé lors de la 2nde partie de saison, Monaco avait marqué les esprits par la…
    ", + "title": "Pronostic West Ham Chelsea : Analyse, cotes et prono du match de Premier League", + "description": "

    Un Chelsea impérial à West Ham

    \n
    \nDepuis la prise en main de l'équipe par David Moyes il y a 2 ans, West Ham n'a cessé de progresser. En effet, les…
    ", + "content": "

    Un Chelsea impérial à West Ham

    \n
    \nDepuis la prise en main de l'équipe par David Moyes il y a 2 ans, West Ham n'a cessé de progresser. En effet, les…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-monaco-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-507497.html", + "link": "https://www.sofoot.com/pronostic-west-ham-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-507814.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T15:25:00Z", + "pubDate": "2021-12-03T13:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-west-ham-chelsea-analyse-cotes-et-prono-du-match-de-premier-league-1638537688_x600_articles-507814.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "657a361853f9b3e507b3ec43e4e22136" + "hash": "870be9be970417063fd93df52486f99a" }, { - "title": "Foot amateur : réduction de peine pour un joueur qui avait menacé sa Ligue", - "description": "Deux ans de suspension dont un avec sursis et obligation de se laver la bouche avec du savon.
    \n
    \nUn joueur de l'AS Tourville en Normandie devra tourner sept fois ses doigts au-dessus du…

    ", - "content": "Deux ans de suspension dont un avec sursis et obligation de se laver la bouche avec du savon.
    \n
    \nUn joueur de l'AS Tourville en Normandie devra tourner sept fois ses doigts au-dessus du…

    ", + "title": "David Laubertie, tête pensante du Dakar Sacré-Coeur", + "description": "Enfant d'Égletons, une petite bourgade corrézienne, David Laubertie est aujourd'hui la tête pensante de l'AS Dakar Sacré-Cœur. Ce club de Ligue 1 sénégalaise, partenaire de l'OL, a fait de lui son directeur sportif à l'été 2020, avant de le nommer entraîneur de l'équipe professionnelle six mois plus tard. À 52 ans, l'ancien entraîneur du Stade poitevin et de l'US Chauvigny (N3) cumule aujourd'hui les deux fonctions, avec la ferme intention de lancer des jeunes au plus haut niveau.\" Il faut jouer à votre meilleur niveau, à chaque match. C'est ce qu'on vous demandera en Europe ! \", lance David Laubertie, debout au centre du vestiaire, à ses hommes qui…", + "content": "\" Il faut jouer à votre meilleur niveau, à chaque match. C'est ce qu'on vous demandera en Europe ! \", lance David Laubertie, debout au centre du vestiaire, à ses hommes qui…", "category": "", - "link": "https://www.sofoot.com/foot-amateur-reduction-de-peine-pour-un-joueur-qui-avait-menace-sa-ligue-507524.html", + "link": "https://www.sofoot.com/david-laubertie-tete-pensante-du-dakar-sacre-coeur-507625.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T15:22:00Z", + "pubDate": "2021-12-03T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-david-laubertie-tete-pensante-du-dakar-sacre-coeur-1638352456_x600_articles-alt-507625.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc3c935fd964009287d00e1242ff76f1" + "hash": "5c314bd54e20600d53823791f85ae39d" }, { - "title": "Sepp Blatter entendu comme témoin dans l'affaire de l'attribution du Mondial 2022 au Qatar", - "description": "Bientôt le fin mot de l'histoire ?
    \n
    \nÀ quelques mois du début des échéances, la Coupe du monde 2022 est toujours dans le viseur de la justice. Remise en cause, son attribution au…

    ", - "content": "Bientôt le fin mot de l'histoire ?
    \n
    \nÀ quelques mois du début des échéances, la Coupe du monde 2022 est toujours dans le viseur de la justice. Remise en cause, son attribution au…

    ", + "title": "Pronostic AS Roma Inter : Analyse, cotes et prono du match de Serie A", + "description": "

    L'Inter mieux que la Roma

    \n
    \nCes dernières semaines, la Serie A nous offre des oppositions passionnantes. Ce samedi, la Roma reçoit l'Inter. Lors de…
    ", + "content": "

    L'Inter mieux que la Roma

    \n
    \nCes dernières semaines, la Serie A nous offre des oppositions passionnantes. Ce samedi, la Roma reçoit l'Inter. Lors de…
    ", "category": "", - "link": "https://www.sofoot.com/sepp-blatter-entendu-comme-temoin-dans-l-affaire-de-l-attribution-du-mondial-2022-au-qatar-507523.html", + "link": "https://www.sofoot.com/pronostic-as-roma-inter-analyse-cotes-et-prono-du-match-de-serie-a-507812.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T15:15:00Z", + "pubDate": "2021-12-03T12:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-as-roma-inter-analyse-cotes-et-prono-du-match-de-serie-a-1638536907_x600_articles-507812.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "577b761bef78ff30d1c2d74003d09c42" + "hash": "3ddd7204b18e34f976381fb37e4cef12" }, { - "title": "Sampaoli : \"Il faudra voir comment Dimitri est émotionnellement parlant\"", - "description": "Pas de nouvelles, bonnes nouvelles ?
    \n
    \n\"Je n'ai pas encore pu le voir ou lui parler, mais le rapport du médecin dit que Dimitri est à disposition du groupe pour le match de…

    ", - "content": "Pas de nouvelles, bonnes nouvelles ?
    \n
    \n\"Je n'ai pas encore pu le voir ou lui parler, mais le rapport du médecin dit que Dimitri est à disposition du groupe pour le match de…

    ", + "title": "Pronostic Lens PSG : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un Lens – PSG ouvert avec des buts

    \n
    \nPromu la saison dernière, le Racing Club de Lens avait épaté en proposant un football très plaisant. Avec cette…
    ", + "content": "

    Un Lens – PSG ouvert avec des buts

    \n
    \nPromu la saison dernière, le Racing Club de Lens avait épaté en proposant un football très plaisant. Avec cette…
    ", "category": "", - "link": "https://www.sofoot.com/sampaoli-il-faudra-voir-comment-dimitri-est-emotionnellement-parlant-507522.html", + "link": "https://www.sofoot.com/pronostic-lens-psg-analyse-cotes-et-prono-du-match-de-ligue-1-507811.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T15:14:00Z", + "pubDate": "2021-12-03T12:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lens-psg-analyse-cotes-et-prono-du-match-de-ligue-1-1638535814_x600_articles-507811.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "231079375c2d97c1513138723ac06119" + "hash": "e0dd6e5959ae813e0396bba5a71d595c" }, { - "title": "Pronostic Reims Clermont : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un Reims – Clermont avec des buts de chaque côté

    \n
    \nL'opposition entre Reims et Clermont concerne le bas de tableau et plus précisément la lutte…
    ", - "content": "

    Un Reims – Clermont avec des buts de chaque côté

    \n
    \nL'opposition entre Reims et Clermont concerne le bas de tableau et plus précisément la lutte…
    ", + "title": "Selon un rapport, la finale de l'Euro 2020 a failli entraîner des décès", + "description": "Aucun doute possible, la défense italienne était bien meilleure que le service de sécurité anglais.
    \n
    \nLe 12 juillet dernier,
    ", + "content": "Aucun doute possible, la défense italienne était bien meilleure que le service de sécurité anglais.
    \n
    \nLe 12 juillet dernier,
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-reims-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-507496.html", + "link": "https://www.sofoot.com/selon-un-rapport-la-finale-de-l-euro-2020-a-failli-entrainer-des-deces-507808.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T15:10:00Z", + "pubDate": "2021-12-03T11:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-selon-un-rapport-la-finale-de-l-euro-2020-a-failli-entrainer-des-deces-1638539920_x600_articles-507808.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b3c248913b87c8558baba6570ba0989" + "hash": "eacc3bd8925f51dbf105b5732f82e06f" }, { - "title": "Xavi : \"Ousmane Dembélé est très important pour mon projet\"", - "description": "Il a beau ne pas respecter les règles drastiques mises en place par son entraîneur et…", - "content": "Il a beau ne pas respecter les règles drastiques mises en place par son entraîneur et…", + "title": "Pronostic Lille Troyes : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Lille dompte Troyes

    \n
    \nAuteur d'une saison dernière extraordinaire, Lille avait remporté le championnat de France en dominant à la surprise…
    ", + "content": "

    Lille dompte Troyes

    \n
    \nAuteur d'une saison dernière extraordinaire, Lille avait remporté le championnat de France en dominant à la surprise…
    ", "category": "", - "link": "https://www.sofoot.com/xavi-ousmane-dembele-est-tres-important-pour-mon-projet-507520.html", + "link": "https://www.sofoot.com/pronostic-lille-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-507809.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T14:36:00Z", + "pubDate": "2021-12-03T11:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lille-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-1638534915_x600_articles-507809.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47e60d97347003d4b324a280bc3025ff" + "hash": "f73fa30261bd4e4f08371209cd4b63a0" }, { - "title": "Klopp et la menace Rangnick", - "description": "Il ne manque que l'officialisation. Selon la presse britannique, Ralf Rangnick va devenir le successeur d'Ole Gunnar Solskjær à la tête de Manchester United. Et si les Red Devils n'ont pas…", - "content": "Il ne manque que l'officialisation. Selon la presse britannique, Ralf Rangnick va devenir le successeur d'Ole Gunnar Solskjær à la tête de Manchester United. Et si les Red Devils n'ont pas…", + "title": "Laporta : \"Dembélé veut rester et on veut qu'il reste\"", + "description": "Exciter (verbe) : créer ou développer chez quelqu'un, un animal, un état d'irritation ou de tension nerveuse.
    \n
    \nVoir un joueur fouler la pelouse 73 petites minutes depuis…

    ", + "content": "Exciter (verbe) : créer ou développer chez quelqu'un, un animal, un état d'irritation ou de tension nerveuse.
    \n
    \nVoir un joueur fouler la pelouse 73 petites minutes depuis…

    ", "category": "", - "link": "https://www.sofoot.com/klopp-et-la-menace-rangnick-507521.html", + "link": "https://www.sofoot.com/laporta-dembele-veut-rester-et-on-veut-qu-il-reste-507806.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T14:17:00Z", + "pubDate": "2021-12-03T11:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-laporta-dembele-veut-rester-et-on-veut-qu-il-reste-1638539031_x600_articles-507806.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fcc919b0619302b3baba2193ece344c3" + "hash": "b34185a0e76781e2ad8327c3ff568c59" }, { - "title": "Marcelo Gallardo vers un départ de River Plate", - "description": "En écrasant le Racing 4-0 jeudi soir, River Plate s'est adjugé une 36e couronne…", - "content": "En écrasant le Racing 4-0 jeudi soir, River Plate s'est adjugé une 36e couronne…", + "title": "Sergio Ramos utilise l'hymne de l'OM dans une story Instagram", + "description": "Après avoir débuté sous les couleurs du Paris Saint-Germain dimanche dernier lors du déplacement à Saint-Étienne…", + "content": "Après avoir débuté sous les couleurs du Paris Saint-Germain dimanche dernier lors du déplacement à Saint-Étienne…", "category": "", - "link": "https://www.sofoot.com/marcelo-gallardo-vers-un-depart-de-river-plate-507519.html", + "link": "https://www.sofoot.com/sergio-ramos-utilise-l-hymne-de-l-om-dans-une-story-instagram-507805.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T13:56:00Z", + "pubDate": "2021-12-03T11:06:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sergio-ramos-utilise-l-hymne-de-l-om-dans-une-story-instagram-1638534369_x600_articles-507805.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ecef881bd3c4d0b1c6a3dac461b6d70" + "hash": "88ec21314aa17f12ff5df6e43bfd7fa8" }, { - "title": "Le Barça va régler dix millions d'euros à Koeman d'ici la fin de l'année", - "description": "Les cadeaux de Noël vont être prestigieux dans la famille Koeman.
    \n
    \nDémis de ses fonctions d'entraîneur du FC Barcelone le 27 octobre dernier, Ronald Koeman a quitté la Catalogne…

    ", - "content": "Les cadeaux de Noël vont être prestigieux dans la famille Koeman.
    \n
    \nDémis de ses fonctions d'entraîneur du FC Barcelone le 27 octobre dernier, Ronald Koeman a quitté la Catalogne…

    ", + "title": "Qui est Dušan Vlahović, le buteur serbe de la Fiorentina qui n'arrête pas de marquer ?", + "description": "Actuel meilleur buteur de la Serie A, Dušan Vlahović ne cesse d'affoler les défenses de la Botte depuis un an à chacune de ses sorties. À 21 ans, le longiligne et talentueux buteur serbe est déjà l'une des plus fines gâchettes en activité. La preuve que parfois, on peut rêver de devenir dentiste et finalement se retrouver courtisé par le gotha du foot européen plus rapidement que prévu.Au stadio Artemio-Franchi de Florence, voir Dušan Vlahović célébrer ses buts un peu n'importe comment est devenu une habitude pour les tifosi de la Fiorentina. Face à Milan (4-3), le buteur…", + "content": "Au stadio Artemio-Franchi de Florence, voir Dušan Vlahović célébrer ses buts un peu n'importe comment est devenu une habitude pour les tifosi de la Fiorentina. Face à Milan (4-3), le buteur…", "category": "", - "link": "https://www.sofoot.com/le-barca-va-regler-dix-millions-d-euros-a-koeman-d-ici-la-fin-de-l-annee-507517.html", + "link": "https://www.sofoot.com/qui-est-dusan-vlahovic-le-buteur-serbe-de-la-fiorentina-qui-n-arrete-pas-de-marquer-507785.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T13:19:00Z", + "pubDate": "2021-12-03T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-qui-est-dusan-vlahovic-le-buteur-serbe-de-la-fiorentina-qui-n-arrete-pas-de-marquer-1638465301_x600_articles-alt-507785.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a67dd61289caf2aedef02549a95e8f6" + "hash": "8fbf9916f880dfcd575ddc0fa8e6ed42" }, { - "title": "Ralf Rangnick : \"J'ai réussi à créer des équipes qui ont leur propre modèle\"", - "description": "Pionnier du gegenpressing, maître à penser de toute une génération de coachs allemands et architecte du projet Red Bull, Ralf Rangnick devrait être nommé à 63 ans entraîneur par intérim de Manchester United dans les prochaines heures. En mars 2020, dans le cadre d'un grand dossier sur l'histoire du contre-pressing, il était revenu en longueur sur sa méthode pour le magazine So Foot. En avant !Vous êtes un membre important de ce qu'on appelle aujourd'hui \"le clan des Souabes\", ces entraîneurs issus du Bade-Wurtemberg, qui ont révolutionné l'approche du…", - "content": "Vous êtes un membre important de ce qu'on appelle aujourd'hui \"le clan des Souabes\", ces entraîneurs issus du Bade-Wurtemberg, qui ont révolutionné l'approche du…", + "title": "Donnarumma : \"Avec Navas, il n'y a pas le moindre conflit\"", + "description": "Tout ça pour finir remplaçant contre Lens ce samedi.
    \n
    \nAuteur de remarquables performances avec l'AC Milan d'abord puis avec l'Italie à l'Euro, Gianluigi Donnarumma a reçu
    ", + "content": "Tout ça pour finir remplaçant contre Lens ce samedi.
    \n
    \nAuteur de remarquables performances avec l'AC Milan d'abord puis avec l'Italie à l'Euro, Gianluigi Donnarumma a reçu
    ", "category": "", - "link": "https://www.sofoot.com/ralf-rangnick-j-ai-reussi-a-creer-des-equipes-qui-ont-leur-propre-modele-507479.html", + "link": "https://www.sofoot.com/donnarumma-avec-navas-il-n-y-a-pas-le-moindre-conflit-507804.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T13:00:00Z", + "pubDate": "2021-12-03T10:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-donnarumma-avec-navas-il-n-y-a-pas-le-moindre-conflit-1638530071_x600_articles-507804.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bec57195b0a8cd7312f4ca571e73889" + "hash": "8dd477f635d9212ed7f4a3fe61a5b65f" }, { - "title": "Leonardo assure qu'il n'a eu \"aucun contact\" avec Zidane", - "description": "Tous les Marseillais peuvent souffler un bon coup.
    \n
    \nDepuis plusieurs semaines, des rumeurs font état de l'intérêt du Paris Saint-Germain pour Zinédine Zidane, libre de tout contrat…

    ", - "content": "Tous les Marseillais peuvent souffler un bon coup.
    \n
    \nDepuis plusieurs semaines, des rumeurs font état de l'intérêt du Paris Saint-Germain pour Zinédine Zidane, libre de tout contrat…

    ", + "title": "Kheira Hamraoui accuse le garde du corps d'Aminata Diallo de l'avoir menacée", + "description": "Et c'est reparti pour un tour.
    \n
    \nToujours pas revenue à l'entraînement, Kheira Hamraoui a été
    ", + "content": "Et c'est reparti pour un tour.
    \n
    \nToujours pas revenue à l'entraînement, Kheira Hamraoui a été
    ", "category": "", - "link": "https://www.sofoot.com/leonardo-assure-qu-il-n-a-eu-aucun-contact-avec-zidane-507516.html", + "link": "https://www.sofoot.com/kheira-hamraoui-accuse-le-garde-du-corps-d-aminata-diallo-de-l-avoir-menacee-507803.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T11:49:00Z", + "pubDate": "2021-12-03T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kheira-hamraoui-accuse-le-garde-du-corps-d-aminata-diallo-de-l-avoir-menacee-1638529988_x600_articles-507803.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a047a4a6c5b25ed8276d1c79305b71ae" + "hash": "b2ec3449611ac5a481e17b3de990e4ac" }, { - "title": "Les supporters dijonnais lancent une collecte de jouets pour les enfants malades", - "description": "Pas besoin d'être le Père Noël pour offrir des cadeaux. Le petit évènement organisé par les Lingon's Boys, supporters dijonnais, avant la rencontre entre le DFCO et Niort le samedi 11…", - "content": "Pas besoin d'être le Père Noël pour offrir des cadeaux. Le petit évènement organisé par les Lingon's Boys, supporters dijonnais, avant la rencontre entre le DFCO et Niort le samedi 11…", + "title": "Rangnick explique pourquoi il a refusé les offres de Chelsea", + "description": "Cela s'appelle jouer cartes sur table.
    \n
    \nCe vendredi, il était attendu. Peut-être pas autant que le nouvel album de Ninho, mais Ralf Rangnick, le nouveau \"jefe\" de la meute…

    ", + "content": "Cela s'appelle jouer cartes sur table.
    \n
    \nCe vendredi, il était attendu. Peut-être pas autant que le nouvel album de Ninho, mais Ralf Rangnick, le nouveau \"jefe\" de la meute…

    ", "category": "", - "link": "https://www.sofoot.com/les-supporters-dijonnais-lancent-une-collecte-de-jouets-pour-les-enfants-malades-507515.html", + "link": "https://www.sofoot.com/rangnick-explique-pourquoi-il-a-refuse-les-offres-de-chelsea-507802.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T11:49:00Z", + "pubDate": "2021-12-03T09:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-rangnick-explique-pourquoi-il-a-refuse-les-offres-de-chelsea-1638530759_x600_articles-507802.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7dd1060760ad7232c90282ce12dea228" + "hash": "e2aadc6b966f91db960e03a6f65758ff" }, { - "title": "Pronostic Saint-Etienne PSG : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Le PSG reverdit à Saint-Etienne

    \n
    \nL'affiche du dimanche midi en ligue 1 oppose l'AS Saint-Etienne au Paris Saint-Germain. Il y a un peu plus d'un…
    ", - "content": "

    Le PSG reverdit à Saint-Etienne

    \n
    \nL'affiche du dimanche midi en ligue 1 oppose l'AS Saint-Etienne au Paris Saint-Germain. Il y a un peu plus d'un…
    ", + "title": "Pronostic OM Brest : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un OM – Brest avec des buts de chaque côté

    \n
    \nGrâce à son excellent début de saison, l'Olympique de Marseille est parvenue à rester dans le coup…
    ", + "content": "

    Un OM – Brest avec des buts de chaque côté

    \n
    \nGrâce à son excellent début de saison, l'Olympique de Marseille est parvenue à rester dans le coup…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-saint-etienne-psg-analyse-cotes-et-prono-du-match-de-ligue-1-507501.html", + "link": "https://www.sofoot.com/pronostic-om-brest-analyse-cotes-et-prono-du-match-de-ligue-1-507801.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T11:37:00Z", + "pubDate": "2021-12-03T09:49:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-om-brest-analyse-cotes-et-prono-du-match-de-ligue-1-1638526112_x600_articles-507801.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2efca2d88ec527f2ed80dfd12e4d671" + "hash": "4ab688c2284f97b307ff228b51c5dbf7" }, { - "title": "Hugo Vidémont joueur de l'année au Zalgiris Vilnius", - "description": "On finit toujours par trouver sa voie.
    \n
    \nPour Hugo Vidémont, c'est en Lituanie, au Zalgiris Vilnius, qu'il fallait aller pour devenir une légende. Et pour sa troisième saison chez les…

    ", - "content": "On finit toujours par trouver sa voie.
    \n
    \nPour Hugo Vidémont, c'est en Lituanie, au Zalgiris Vilnius, qu'il fallait aller pour devenir une légende. Et pour sa troisième saison chez les…

    ", + "title": "Pronostic Real Sociedad Real Madrid : Analyse, cotes et prono du match de Liga", + "description": "

    Le Real Madrid enchaîne face à la Real Sociedad

    \n
    \nA l'instar de l'an passé, la Real Sociedad a débuté sur les chapeaux de roue la saison pour…
    ", + "content": "

    Le Real Madrid enchaîne face à la Real Sociedad

    \n
    \nA l'instar de l'an passé, la Real Sociedad a débuté sur les chapeaux de roue la saison pour…
    ", "category": "", - "link": "https://www.sofoot.com/hugo-videmont-joueur-de-l-annee-au-zalgiris-vilnius-507514.html", + "link": "https://www.sofoot.com/pronostic-real-sociedad-real-madrid-analyse-cotes-et-prono-du-match-de-liga-507799.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T11:15:00Z", + "pubDate": "2021-12-03T09:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-sociedad-real-madrid-analyse-cotes-et-prono-du-match-de-liga-1638525291_x600_articles-507799.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4cabcd69e255059379e2dd5f0a23faf8" + "hash": "ec3b356ab78022cb01d7a41d965f2b35" }, { - "title": "Le Bayern Munich s'écharpe avec ses membres sur le partenariat avec le Qatar ", - "description": "Leader en Bundesliga et qualifié pour les huitièmes de finale de la Ligue des champions, le Bayern Munich a…", - "content": "Leader en Bundesliga et qualifié pour les huitièmes de finale de la Ligue des champions, le Bayern Munich a…", + "title": "Raymond Domenech égratigne les joueurs de l'OL", + "description": "Le Lyon ne rugit plus.
    \n
    \nLa défaite concédée face à Reims dans le temps additionnel (1-2) mercredi soir va…

    ", + "content": "Le Lyon ne rugit plus.
    \n
    \nLa défaite concédée face à Reims dans le temps additionnel (1-2) mercredi soir va…

    ", "category": "", - "link": "https://www.sofoot.com/le-bayern-munich-s-echarpe-avec-ses-membres-sur-le-partenariat-avec-le-qatar-507512.html", + "link": "https://www.sofoot.com/raymond-domenech-egratigne-les-joueurs-de-l-ol-507800.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T11:04:00Z", + "pubDate": "2021-12-03T09:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-raymond-domenech-egratigne-les-joueurs-de-l-ol-1638530414_x600_articles-507800.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d204f4912b266b394acadd7d8101329" + "hash": "428759e9ae624fab354b1acc7cf85f18" }, { - "title": "Infantino s'en prend aux opposants de la Coupe du monde tous les deux ans", - "description": "Ce n'est pas comme ça qu'il va se faire des amis, Gianni.
    \n
    \nDepuis plusieurs semaines, le petit monde du football s'écharpe à l'idée de voir la Coupe du monde s'organiser tous les…

    ", - "content": "Ce n'est pas comme ça qu'il va se faire des amis, Gianni.
    \n
    \nDepuis plusieurs semaines, le petit monde du football s'écharpe à l'idée de voir la Coupe du monde s'organiser tous les…

    ", + "title": "Pronostic Borussia Dortmund Bayern Munich : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Le Bayern assoit sa domination face au Borussia Dortmund

    \n
    \nLa 14e journée de Bundesliga nous offre le choc entre le Borussia Dortmund et le…
    ", + "content": "

    Le Bayern assoit sa domination face au Borussia Dortmund

    \n
    \nLa 14e journée de Bundesliga nous offre le choc entre le Borussia Dortmund et le…
    ", "category": "", - "link": "https://www.sofoot.com/infantino-s-en-prend-aux-opposants-de-la-coupe-du-monde-tous-les-deux-ans-507513.html", + "link": "https://www.sofoot.com/pronostic-borussia-dortmund-bayern-munich-analyse-cotes-et-prono-du-match-de-bundesliga-507796.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T11:04:00Z", + "pubDate": "2021-12-03T09:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-borussia-dortmund-bayern-munich-analyse-cotes-et-prono-du-match-de-bundesliga-1638524131_x600_articles-507796.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1b981053d03db2ca249a93c764ab2df" + "hash": "d323fc55ead6b1107a6d81cc16c52140" }, { - "title": "Messi, l'erreur de casting ?", - "description": "La question peut paraître incongrue au vu de l'aura et du talent incomparable du joueur, et pourtant. Depuis son arrivée à Paris, Lionel Messi n'apporte que frustration et nœuds au cerveau, entre deux éclairs de génie bien trop disparates. Un bien faible impact sur le jeu de sa nouvelle équipe qui a sauté aux yeux de tous mercredi soir à l'Etihad Stadium : à chaque fois que l'Argentin s'est refusé à la moindre course sans ballon, tout en ne réussissant pas grand-chose les rares fois où il l'avait dans les pieds.\"Depuis le moment où je me suis exprimé sur mon départ à Barcelone, les gens sont venus dans les rues, sans même savoir si j'allais venir ici, sans que rien ne soir confirmé.\" Dès…", - "content": "\"Depuis le moment où je me suis exprimé sur mon départ à Barcelone, les gens sont venus dans les rues, sans même savoir si j'allais venir ici, sans que rien ne soir confirmé.\" Dès…", + "title": "Pronostic Auxerre Caen : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Auxerre enfonce Caen

    \n
    \nL'affiche du samedi après-midi en Ligue 2 met aux prises l'AJ Auxerre au Stade Malherbe de Caen. La formation bourguignonne se…
    ", + "content": "

    Auxerre enfonce Caen

    \n
    \nL'affiche du samedi après-midi en Ligue 2 met aux prises l'AJ Auxerre au Stade Malherbe de Caen. La formation bourguignonne se…
    ", "category": "", - "link": "https://www.sofoot.com/messi-l-erreur-de-casting-507507.html", + "link": "https://www.sofoot.com/pronostic-auxerre-caen-analyse-cotes-et-prono-du-match-de-ligue-2-507797.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T11:00:00Z", + "pubDate": "2021-12-03T09:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-auxerre-caen-analyse-cotes-et-prono-du-match-de-ligue-2-1638524043_x600_articles-507797.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ac7aa2b578e1b8b6098d568275d746e" + "hash": "7bb44ec0c85f79f8fc54d517c03866de" }, { - "title": "Assassiné par la police aux Philippines, l'ancien footballeur Lafuente n'était pas un dealer", - "description": "Le 7 janvier 2020, Diego Bello Lafuente, surfeur et ancien footballeur espagnol au Deportivo La Corogne, était assassiné par les forces de l'ordre aux Philippines, qui le soupçonnaient d'être un…", - "content": "Le 7 janvier 2020, Diego Bello Lafuente, surfeur et ancien footballeur espagnol au Deportivo La Corogne, était assassiné par les forces de l'ordre aux Philippines, qui le soupçonnaient d'être un…", + "title": "Michael Carrick quitte Manchester United", + "description": "Liquidation totale chez les Red Devils.
    \n
    \nSur le banc pour la troisième fois consécutive
    ", + "content": "Liquidation totale chez les Red Devils.
    \n
    \nSur le banc pour la troisième fois consécutive
    ", "category": "", - "link": "https://www.sofoot.com/assassine-par-la-police-aux-philippines-l-ancien-footballeur-lafuente-n-etait-pas-un-dealer-507510.html", + "link": "https://www.sofoot.com/michael-carrick-quitte-manchester-united-507798.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T10:34:00Z", + "pubDate": "2021-12-03T09:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-michael-carrick-quitte-manchester-united-1638530203_x600_articles-507798.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8bdcf8ba38ab1b269b0e47284cc0fce0" + "hash": "6a7b462d2b3c8a54cfed188b581b3d11" }, { - "title": "L'écusson de Liverpool se retrouve sur la saisie de 215 kilos de cocaïne au Paraguay", - "description": "Tu ne te drogueras jamais seul.
    \n
    \n500 paquets de cocaïne pour un total de 215 kilos et 302 grammes de drogue, voici le gros butin récolté par le Secrétariat national anti-drogue (ou…

    ", - "content": "Tu ne te drogueras jamais seul.
    \n
    \n500 paquets de cocaïne pour un total de 215 kilos et 302 grammes de drogue, voici le gros butin récolté par le Secrétariat national anti-drogue (ou…

    ", + "title": "La colère de la Horda Frenetik après Metz-Montpellier", + "description": "L'ambiance est délétère.
    \n
    \nAprès la défaite du FC Metz mercredi à domicile contre Montpellier (1-3) qui…

    ", + "content": "L'ambiance est délétère.
    \n
    \nAprès la défaite du FC Metz mercredi à domicile contre Montpellier (1-3) qui…

    ", "category": "", - "link": "https://www.sofoot.com/l-ecusson-de-liverpool-se-retrouve-sur-la-saisie-de-215-kilos-de-cocaine-au-paraguay-507509.html", + "link": "https://www.sofoot.com/la-colere-de-la-horda-frenetik-apres-metz-montpellier-507795.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T10:26:00Z", + "pubDate": "2021-12-03T08:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-colere-de-la-horda-frenetik-apres-metz-montpellier-1638521762_x600_articles-507795.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c9210469c058783213b401a2243704f" + "hash": "8fbc291e5bc66f04284d203a6ff4656c" }, { - "title": "Formiga prend sa retraite internationale", - "description": "Gianluigi Buffon n'est qu'un petit joueur à côté d'elle.
    \n
    \nPassée par le PSG de 2017 jusqu'à juin dernier, Formiga est une véritable légende du football. À 43 ans, \"la Fourmi…

    ", - "content": "Gianluigi Buffon n'est qu'un petit joueur à côté d'elle.
    \n
    \nPassée par le PSG de 2017 jusqu'à juin dernier, Formiga est une véritable légende du football. À 43 ans, \"la Fourmi…

    ", + "title": "Un dirigeant de la FIFA propose de relancer la coupe des Confédérations", + "description": "Infantino a trouvé son sbire.
    \n
    \nPour ou contre la Coupe du monde tous les deux ans ? Alors que
    ", + "content": "Infantino a trouvé son sbire.
    \n
    \nPour ou contre la Coupe du monde tous les deux ans ? Alors que
    ", "category": "", - "link": "https://www.sofoot.com/formiga-prend-sa-retraite-internationale-507511.html", + "link": "https://www.sofoot.com/un-dirigeant-de-la-fifa-propose-de-relancer-la-coupe-des-confederations-507822.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T10:11:00Z", + "pubDate": "2021-12-03T15:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-dirigeant-de-la-fifa-propose-de-relancer-la-coupe-des-confederations-1638552592_x600_articles-507822.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd1812155aff54587d48bc437e0c29a2" + "hash": "bdb2cb8bd4fbe41a482d34d567469ea2" }, { - "title": "La CONMEBOL met fin à la règle du but à l'extérieur", - "description": "Terminado.
    \n
    \nEn marge de la finale de la Copa Libertadores opposant Flamengo et Palmeiras samedi à Montevideo, la CONMEBOL, instance dirigeante du football en Amérique du Sud,…

    ", - "content": "Terminado.
    \n
    \nEn marge de la finale de la Copa Libertadores opposant Flamengo et Palmeiras samedi à Montevideo, la CONMEBOL, instance dirigeante du football en Amérique du Sud,…

    ", + "title": "EuroMillions vendredi 3 décembre 2021 : 130 millions d'€ à gagner !", + "description": "Encore remportée par un Français la semaine dernière, la cagnotte EuroMillions offre 130 millions d'euros à gagner ce vendredi 3 décembre 2021. Et il y a aussi une cagnotte record de 30 millions d'euros au LOTO samedi !

    EuroMillions du vendredi 3 décembre 2021 : 130M d'€

    \n
    \n
    \nDécidemment, l'EuroMillions sourit vraiment aux Français depuis 1 an. Vendredi dernier,…

    ", + "content": "

    EuroMillions du vendredi 3 décembre 2021 : 130M d'€

    \n
    \n
    \nDécidemment, l'EuroMillions sourit vraiment aux Français depuis 1 an. Vendredi dernier,…

    ", "category": "", - "link": "https://www.sofoot.com/la-conmebol-met-fin-a-la-regle-du-but-a-l-exterieur-507505.html", + "link": "https://www.sofoot.com/euromillions-vendredi-3-decembre-2021-130-millions-d-e-a-gagner-507762.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T10:07:00Z", + "pubDate": "2021-12-02T08:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-euromillions-vendredi-3-decembre-2021-130-millions-d-e-a-gagner-1638434286_x600_articles-507762.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b68b496a069a4279a52cf40ecd89140f" + "hash": "28245bcfba2f004f6eda3d2cd7cca3fb" }, { - "title": "La pelouse de Santander gravement détériorée par un acte de vandalisme", - "description": "Non, le Paris-Dakar n'est pas censé passer par Santander.
    \n
    \nEn se levant ce jeudi pour aller travailler, les jardiniers du Racing de Santander ont tout de suite compris qu'il allait…

    ", - "content": "Non, le Paris-Dakar n'est pas censé passer par Santander.
    \n
    \nEn se levant ce jeudi pour aller travailler, les jardiniers du Racing de Santander ont tout de suite compris qu'il allait…

    ", + "title": "L'Atlético Mineiro et Hulk champions du Brésil", + "description": "Ça ne danse plus beaucoup à Flamengo.
    \n
    \nL'Atlético Mineiro a remporté son premier titre de champion du…

    ", + "content": "Ça ne danse plus beaucoup à Flamengo.
    \n
    \nL'Atlético Mineiro a remporté son premier titre de champion du…

    ", "category": "", - "link": "https://www.sofoot.com/la-pelouse-de-santander-gravement-deterioree-par-un-acte-de-vandalisme-507500.html", + "link": "https://www.sofoot.com/l-atletico-mineiro-et-hulk-champions-du-bresil-507792.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T09:42:00Z", + "pubDate": "2021-12-03T08:06:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-atletico-mineiro-et-hulk-champions-du-bresil-1638522395_x600_articles-507792.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18e77a9e93875716e70b8fa8f14e98b9" + "hash": "c1e42c89f34f6d09fe8f042d7609da2e" }, { - "title": "Les supporters du Legia s'attaquent à la police lors du match à Leicester", - "description": "Tout est presque sous contrôle.
    \n
    \nAu milieu de la deuxième mi-temps du match entre Leicester et le Legia Varsovie qui s'est disputé jeudi soir pour le compte de la 5e

    ", - "content": "Tout est presque sous contrôle.
    \n
    \nAu milieu de la deuxième mi-temps du match entre Leicester et le Legia Varsovie qui s'est disputé jeudi soir pour le compte de la 5e

    ", + "title": "Le spectateur de Watford-Chelsea va mieux", + "description": "L'idée de ne pas revoir Ismaila Sarr sur un terrain avant plusieurs semaines l'a beaucoup secoué.
    \n
    \nEn début de match ce mercredi, un spectateur a été victime d'un malaise cardiaque,…

    ", + "content": "L'idée de ne pas revoir Ismaila Sarr sur un terrain avant plusieurs semaines l'a beaucoup secoué.
    \n
    \nEn début de match ce mercredi, un spectateur a été victime d'un malaise cardiaque,…

    ", "category": "", - "link": "https://www.sofoot.com/les-supporters-du-legia-s-attaquent-a-la-police-lors-du-match-a-leicester-507499.html", + "link": "https://www.sofoot.com/le-spectateur-de-watford-chelsea-va-mieux-507791.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T09:40:00Z", + "pubDate": "2021-12-03T07:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-spectateur-de-watford-chelsea-va-mieux-1638522601_x600_articles-507791.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb622f7144ed91fc0833ac2c3bb90f0c" + "hash": "dada09408ffc9494ea8b47a362a84e60" }, { - "title": "Conte dépité après la défaite de Tottenham à Mura", - "description": "Magicien : Personne qui fait des choses extraordinaires, qui a comme un pouvoir magique sur les choses ou sur les personnes.
    \n
    \nOn ne lui demandera pas de sortir un lapin de son…

    ", - "content": "Magicien : Personne qui fait des choses extraordinaires, qui a comme un pouvoir magique sur les choses ou sur les personnes.
    \n
    \nOn ne lui demandera pas de sortir un lapin de son…

    ", + "title": "Grace Ly : \"On a toujours l'impression qu'on peut rire impunément des Asiatiques\"", + "description": "Les propos plus que douteux proférés à l'encontre de Suk Hyun-jun, dimanche dernier lors de Marseille-Troyes (1-0), ont rappelé à tout le monde que le racisme anti-asiatique était encore bien présent dans les stades de l'Hexagone. Grace Ly, écrivaine, podcasteuse, militante antiraciste et accessoirement grande fan de foot, y voit le triste reflet d'une réalité qui concerne la société française dans son ensemble.Quelle a été ta première réaction en prenant connaissance ", + "content": "Quelle a été ta première réaction en prenant connaissance ", "category": "", - "link": "https://www.sofoot.com/conte-depite-apres-la-defaite-de-tottenham-a-mura-507492.html", + "link": "https://www.sofoot.com/grace-ly-on-a-toujours-l-impression-qu-on-peut-rire-impunement-des-asiatiques-507786.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T09:26:00Z", + "pubDate": "2021-12-03T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-grace-ly-on-a-toujours-l-impression-qu-on-peut-rire-impunement-des-asiatiques-1638463920_x600_articles-alt-507786.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f83162f7b0eb56d0bed89ddc5e2add4" + "hash": "45c9e84842b229f1f60db0ee0b632318" }, { - "title": "Ses premiers enfants s'appellent Mara et Dona, son troisième s'appellera Diego", - "description": "Dans le classement des hommages farfelus, on doit pas être loin de la première place.
    \n
    \nWalter Rotundo, un Argentin de 39 ans, avait connu la joie d'être papa pour la première fois il…

    ", - "content": "Dans le classement des hommages farfelus, on doit pas être loin de la première place.
    \n
    \nWalter Rotundo, un Argentin de 39 ans, avait connu la joie d'être papa pour la première fois il…

    ", + "title": "Vent de fronde au Bayern, à cause du partenariat avec Qatar Airways", + "description": "Tout va bien sur le terrain, mais à la veille du Klassiker, le Bayern Munich vit une crise institutionnelle en coulisse. Lors de la dernière assemblée générale du club, les esprits se sont échauffés entre les dirigeants et les supporters. La faute au partenariat de la discorde avec Qatar Airways.Pour un club à la réputation d'ambiance parfaite, d'harmonie presque indivisible entre ses membres et ses dirigeants, le Bayern Munich a vécu deux semaines particulièrement intenses. Et Le retour des gros sourcils.
    \n
    \n\"Oui, je suis fâché. Je n'ai même pas besoin de faire de commentaires\", grondait Bruno Genesio en conférence de presse au terme
    ", - "content": "Le retour des gros sourcils.
    \n
    \n\"Oui, je suis fâché. Je n'ai même pas besoin de faire de commentaires\", grondait Bruno Genesio en conférence de presse au terme
    ", + "title": "Tactique : Boudebouz, nouveau look pour une nouvelle vie ", + "description": "Reculé d'un cran par Claude Puel au cours de la victoire des Verts face à Clermont début novembre, Ryad Boudebouz a depuis enchaîné trois titularisations dans un nouveau costume de meneur reculé qui lui va à merveille et lui offre l'opportunité de tirer des flèches à sa guise. Décryptage d'un début de mue.À 31 ans, Ryad Boudebouz vit avec un boulet de forçat attaché aux deux pieds. Un boulet qui pèse son poids : l'Algérien aime son job. \"La base de mon problème, dans ce métier, c'est…", + "content": "À 31 ans, Ryad Boudebouz vit avec un boulet de forçat attaché aux deux pieds. Un boulet qui pèse son poids : l'Algérien aime son job. \"La base de mon problème, dans ce métier, c'est…", "category": "", - "link": "https://www.sofoot.com/bruno-genesio-on-a-manque-d-humilite-507494.html", + "link": "https://www.sofoot.com/tactique-boudebouz-nouveau-look-pour-une-nouvelle-vie-507778.html", "creator": "SO FOOT", - "pubDate": "2021-11-26T08:30:00Z", + "pubDate": "2021-12-03T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tactique-boudebouz-nouveau-look-pour-une-nouvelle-vie-1638455318_x600_articles-alt-507778.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b588041b0c9d30d212497374e9499bd" + "hash": "d681d53a615a7705f1947583af15a7e5" }, { - "title": "Pronostic Nice Metz : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Nice retrouve son jeu face à Metz

    \n
    \nCandidat au podium, l'OGC Nice doit se montrer plus constant dans ses performances. En effet, les Aiglons…
    ", - "content": "

    Nice retrouve son jeu face à Metz

    \n
    \nCandidat au podium, l'OGC Nice doit se montrer plus constant dans ses performances. En effet, les Aiglons…
    ", + "title": "Podcast Alternative Football (épisode 14) avec Wiloo comme invité sur le thème du foot, des nouveaux médias et des traitements journalistiques possibles", + "description": "Le football est un jeu simple, dont beaucoup parlent, mais un univers complexe, que peu connaissent vraiment. Dans Alternative Football, le podcast hors terrain de So Foot, vous en découvrirez les rouages, avec ses principaux acteurs. Dans chaque épisode, Édouard Cissé, ancien milieu de terrain du PSG, de l'OM ou de Monaco désormais entrepreneur en plus d'être consultant pour Prime Video, et Matthieu Lille-Palette, vice-président d'Opta, s'entretiendront avec un invité sur un thème précis. Pendant une mi-temps, temps nécessaire pour redéfinir totalement votre grille de compréhension.Comment la couverture du foot se réinvente-t-elle au gré des évolutions tech et culturelles, de l'arrivée de nouveaux médias, du changement des habitudes de consommation de contenus ? Autant de…", + "content": "Comment la couverture du foot se réinvente-t-elle au gré des évolutions tech et culturelles, de l'arrivée de nouveaux médias, du changement des habitudes de consommation de contenus ? Autant de…", "category": "", - "link": "https://www.sofoot.com/pronostic-nice-metz-analyse-cotes-et-prono-du-match-de-ligue-1-507474.html", + "link": "https://www.sofoot.com/podcast-alternative-football-episode-14-avec-wiloo-comme-invite-sur-le-theme-du-foot-des-nouveaux-medias-et-des-traitements-journalistiques-possibles-507769.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T22:46:00Z", + "pubDate": "2021-12-03T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-podcast-alternative-football-episode-14-avec-wiloo-comme-invite-sur-le-theme-du-foot-des-nouveaux-medias-et-des-traitements-journalistiques-possibles-1638445073_x600_articles-alt-507769.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06277da769b5fb2db3a654e47fa626c1" + "hash": "aa46dbe603d108591c22b040c090b443" }, { - "title": "Leicester et les Rangers se remettent en marche", - "description": "Leicester s'est idéalement replacé dans la course à la qualification en s'emparant de la première place de son groupe, à une journée du verdict de cette phase de poules. Les Foxes ont maîtrisé le Legia Varsovie (3-1) dans le sillage de James Maddison, buteur et passeur. Le PSV Eindhoven, les Rangers et l'Olympiakos ont eux aussi fait la loi devant leur public, s'imposant respectivement face au SK Sturm Graz (2-0), au Sparta Prague (2-0) et à Fenerbahçe (1-0). Les Grecs peuvent encore espérer passer devant l'Eintracht Francfort, qui n'a pas réussi à se défaire d'Antwerp (2-2).Dernier avant la cinquième journée, Leicester est désormais en pole position dans le groupe C. Les Foxes ont enfoncé un peu plus Foxes ont enfoncé un peu plus Quatre jours après avoir tenu en échec Chelsea, Manchester United a de nouveau fait mal à un club de Londres en prenant le dessus sur Arsenal (3-2), grâce à ses Portugais Bruno Fernandes et Cristiano Ronaldo (doublé) et malgré une ouverture du score gag concédée. Une victoire qui permet aux Red Devils de remonter au septième rang de Premier League, à deux points et deux places de leur adversaire du soir. La machine est relancée.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/leicester-et-les-rangers-se-remettent-en-marche-507461.html", + "link": "https://www.sofoot.com/manchester-united-vient-a-bout-d-arsenal-dans-un-match-haletant-507789.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T22:00:00Z", + "pubDate": "2021-12-02T22:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-vient-a-bout-d-arsenal-dans-un-match-haletant-1638484167_x600_articles-alt-507789.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "352566e08054fdc5f0dd66357325fd6f" + "hash": "f5443e98a540376520806f9511821fea" }, { - "title": "Monaco glace la Real Sociedad et composte son billet", - "description": "

    ", - "content": "

    ", + "title": "Tottenham fait le travail contre Brentford", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/monaco-glace-la-real-sociedad-et-composte-son-billet-507454.html", + "link": "https://www.sofoot.com/tottenham-fait-le-travail-contre-brentford-507790.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T22:00:00Z", + "pubDate": "2021-12-02T21:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tottenham-fait-le-travail-contre-brentford-1638479656_x600_articles-507790.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cbbaa6987d93eca216281560b57a2dda" + "hash": "f5098a7b025ed8e4993deb1a9493c3a4" }, { - "title": "Lyon déroule à Brøndby ", - "description": "

    ", - "content": "

    ", + "title": "En direct : Manchester United - Arsenal", + "description": "49' : Waouh, ça redémarre fort.", + "content": "49' : Waouh, ça redémarre fort.", "category": "", - "link": "https://www.sofoot.com/lyon-deroule-a-br-c3-b8ndby-507439.html", + "link": "https://www.sofoot.com/en-direct-manchester-united-arsenal-507788.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T22:00:00Z", + "pubDate": "2021-12-02T20:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-manchester-united-arsenal-1638479997_x600_articles-alt-507788.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b77ec03c6aa132e4795ea95e28612ed" + "hash": "01912ff77f8770e95322e4a483902499" }, { - "title": "Pronostic Villarreal Barcelone : Analyse, cotes et prono du match de Liga", - "description": "

    Barcelone confirme ses progrès à Villarreal

    \n
    \nLa 15e journée de Liga nous offre une affiche entre deux formations qui disputent la Ligue des…
    ", - "content": "

    Barcelone confirme ses progrès à Villarreal

    \n
    \nLa 15e journée de Liga nous offre une affiche entre deux formations qui disputent la Ligue des…
    ", + "title": "Le Belenenses SAD a demandé le report de son prochain match à la Ligue portugaise", + "description": "Le cirque continue.
    \n
    \nC'est avec neuf joueurs, dont sept issus de l'équipe réserve, et João Monteiro, habituel troisième gardien de but, aligné au milieu de terrain pour faire le…

    ", + "content": "Le cirque continue.
    \n
    \nC'est avec neuf joueurs, dont sept issus de l'équipe réserve, et João Monteiro, habituel troisième gardien de but, aligné au milieu de terrain pour faire le…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-villarreal-barcelone-analyse-cotes-et-prono-du-match-de-liga-507473.html", + "link": "https://www.sofoot.com/le-belenenses-sad-a-demande-le-report-de-son-prochain-match-a-la-ligue-portugaise-507787.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T20:34:00Z", + "pubDate": "2021-12-02T17:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-belenenses-sad-a-demande-le-report-de-son-prochain-match-a-la-ligue-portugaise-1638466837_x600_articles-507787.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5d8d4ae851c58cf0f96d0b39e812152" + "hash": "25ba4fa852d0044aa1f36984a1c07a1d" }, { - "title": "Pronostic Juventus Atalanta Bergame : Analyse, cotes et prono du match de Serie A", - "description": "

    Réaction attendue de la Juventus face à l'Atalanta

    \n
    \nImpressionnante de domination sur la Serie A pendant de nombreuses saisons, la Juventus connaît…
    ", - "content": "

    Réaction attendue de la Juventus face à l'Atalanta

    \n
    \nImpressionnante de domination sur la Serie A pendant de nombreuses saisons, la Juventus connaît…
    ", + "title": "Gauthier Hein (Auxerre) : \"On m'appelle un peu Ferenc Puskás\"", + "description": "La prophétie est en marche.
    \n
    \nQuelle fut la surprise ce lundi à Auxerre lorsque

    ", + "content": "La prophétie est en marche.
    \n
    \nQuelle fut la surprise ce lundi à Auxerre lorsque


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-juventus-atalanta-bergame-analyse-cotes-et-prono-du-match-de-serie-a-507471.html", + "link": "https://www.sofoot.com/gauthier-hein-auxerre-on-m-appelle-un-peu-ferenc-puskas-507783.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T20:25:00Z", + "pubDate": "2021-12-02T17:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gauthier-hein-auxerre-on-m-appelle-un-peu-ferenc-puskas-1638466103_x600_articles-507783.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d85039c93baf1fd4e5c8af34e5b07d15" + "hash": "bc6033493c548365af3818544091d5e7" }, { - "title": "Pronostic Arsenal Newcastle : Analyse, cotes et prono du match de Premier League", - "description": "

    Arsenal rebondit de suite face à Newcastle

    \n
    \nAprès avoir connu une entame de championnat compliquée avec une dernière place au soir de la…
    ", - "content": "

    Arsenal rebondit de suite face à Newcastle

    \n
    \nAprès avoir connu une entame de championnat compliquée avec une dernière place au soir de la…
    ", + "title": "La justice espagnole interdit la tenue de matchs de Liga à l'étranger", + "description": "C'est LA bonne nouvelle de la journée.
    \n
    \n\"J'ai donné un accord de principe sous réserve que la logistique suive parce que ça fait quand même un gros déplacement. Monaco et…

    ", + "content": "C'est LA bonne nouvelle de la journée.
    \n
    \n\"J'ai donné un accord de principe sous réserve que la logistique suive parce que ça fait quand même un gros déplacement. Monaco et…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-arsenal-newcastle-analyse-cotes-et-prono-du-match-de-premier-league-507469.html", + "link": "https://www.sofoot.com/la-justice-espagnole-interdit-la-tenue-de-matchs-de-liga-a-l-etranger-507784.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T20:18:00Z", + "pubDate": "2021-12-02T17:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-justice-espagnole-interdit-la-tenue-de-matchs-de-liga-a-l-etranger-1638465507_x600_articles-507784.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "192e042c303032e5f7aa5bc3651d80b1" + "hash": "72ded593f5f6d7c2c10e3853cda923ba" }, { - "title": "Pronostic Lille Nantes : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un Lille – Nantes avec des buts de chaque côté

    \n
    \nChampion surprise la saison passée devant le Paris Saint-Germain, Lille devrait connaître un…
    ", - "content": "

    Un Lille – Nantes avec des buts de chaque côté

    \n
    \nChampion surprise la saison passée devant le Paris Saint-Germain, Lille devrait connaître un…
    ", + "title": "Didier Deschamps s'émeut de la faible attractivité des entraîneurs français à l'étranger", + "description": "Didier le syndicaliste.
    \n
    \nPourtant voué à un certain mutisme quand il s'agit de communiquer, Didier Deschamps a accordé


    ", + "content": "Didier le syndicaliste.
    \n
    \nPourtant voué à un certain mutisme quand il s'agit de communiquer, Didier Deschamps a accordé


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lille-nantes-analyse-cotes-et-prono-du-match-de-ligue-1-507468.html", + "link": "https://www.sofoot.com/didier-deschamps-s-emeut-de-la-faible-attractivite-des-entraineurs-francais-a-l-etranger-507780.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T19:56:00Z", + "pubDate": "2021-12-02T15:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-didier-deschamps-s-emeut-de-la-faible-attractivite-des-entraineurs-francais-a-l-etranger-1638460205_x600_articles-507780.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf173b03df6ef82692a047df4e41ae6d" + "hash": "ac169500050479dfa3f55eb3e18cb9e9" }, { - "title": "En direct : Monaco - Real Sociedad", - "description": "96' : C'EST FINI ! Monaco s'impose 2-1 face à la Real Sociedad et se qualifie pour les ...", - "content": "96' : C'EST FINI ! Monaco s'impose 2-1 face à la Real Sociedad et se qualifie pour les ...", + "title": "Pays-Bas : des supporters mettent le feu lors d'un entraînement à 5 heures du matin", + "description": "Et il y aura des interdictions de stade, là aussi ?
    \n
    \nAvec la recrudescence des cas de Covid-19 depuis plusieurs jours, les Pays-Bas ont été contraints de reprendre des mesures…

    ", + "content": "Et il y aura des interdictions de stade, là aussi ?
    \n
    \nAvec la recrudescence des cas de Covid-19 depuis plusieurs jours, les Pays-Bas ont été contraints de reprendre des mesures…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-monaco-real-sociedad-507453.html", + "link": "https://www.sofoot.com/pays-bas-des-supporters-mettent-le-feu-lors-d-un-entrainement-a-5-heures-du-matin-507781.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T19:45:00Z", + "pubDate": "2021-12-02T15:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pays-bas-des-supporters-mettent-le-feu-lors-d-un-entrainement-a-5-heures-du-matin-1638459196_x600_articles-507781.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c50e92e1b6867d435ab4f8918193b59" + "hash": "b6a59affea679af950ad6511f761f8e8" }, { - "title": "En direct : Brøndby - Lyon", - "description": "96' : TERMINE ! 5/5 POUR L'OL !
    \n
    \nEn jouant une mi-temps, et grâce à un grand Cherki, l'OL ...", - "content": "96' : TERMINE ! 5/5 POUR L'OL !
    \n
    \nEn jouant une mi-temps, et grâce à un grand Cherki, l'OL ...", + "title": "Pep Guardiola après Aston Villa-Manchester City : \"Bernardo Silva ? C'est le meilleur en ce moment\"", + "description": "C'est donc lui, le meilleur Portugais de Premier League ?
    \n
    \nPas toujours titulaire l'an passé, Bernardo Silva retrouve cette saison un niveau extraordinaire. Ce mercredi, l'ancien…

    ", + "content": "C'est donc lui, le meilleur Portugais de Premier League ?
    \n
    \nPas toujours titulaire l'an passé, Bernardo Silva retrouve cette saison un niveau extraordinaire. Ce mercredi, l'ancien…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-br-c3-b8ndby-lyon-507437.html", + "link": "https://www.sofoot.com/pep-guardiola-apres-aston-villa-manchester-city-bernardo-silva-c-est-le-meilleur-en-ce-moment-507779.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T19:45:00Z", + "pubDate": "2021-12-02T15:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pep-guardiola-apres-aston-villa-manchester-city-bernardo-silva-c-est-le-meilleur-en-ce-moment-1638457838_x600_articles-507779.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e92d3c93aa4fc5e4a56733f496b6f11" + "hash": "2c170c66f3a6b432f4425cc69f5f67ee" }, { - "title": "Tapé par Galatasaray, l'OM ne verra pas la suite de la C3", - "description": "Objectif C4 pour Marseille, cogné à Istanbul (4-2).

    ", - "content": "

    ", + "title": "Incidents à Angers : le CNOSF confirme le point de pénalité avec sursis infligé à l'OM", + "description": "Quelques crochets par-ci, des uppercuts par-là, une pincée de balayettes : voilà le résumé parfait du dernier déplacement de l'OM à Angers (0-0).
    \n
    \nEn septembre dernier, certains…

    ", + "content": "Quelques crochets par-ci, des uppercuts par-là, une pincée de balayettes : voilà le résumé parfait du dernier déplacement de l'OM à Angers (0-0).
    \n
    \nEn septembre dernier, certains…

    ", "category": "", - "link": "https://www.sofoot.com/tape-par-galatasaray-l-om-ne-verra-pas-la-suite-de-la-c3-507488.html", + "link": "https://www.sofoot.com/incidents-a-angers-le-cnosf-confirme-le-point-de-penalite-avec-sursis-inflige-a-l-om-507777.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T19:44:00Z", + "pubDate": "2021-12-02T14:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-incidents-a-angers-le-cnosf-confirme-le-point-de-penalite-avec-sursis-inflige-a-l-om-1638456120_x600_articles-507777.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "582cc64bf9651d557a27e3c29782ee1f" + "hash": "101460ad5764811cb9002c5ca44f8d45" }, { - "title": "Rennes frustré par le Vitesse Arnhem, mais qualifié en huitièmes de finale", - "description": "Triplé de Laborde pour du beurre (3-3)... Mais qualif' en poche !

    ", - "content": "

    ", + "title": "Christian Eriksen s'entraîne à Odense, au Danemark", + "description": "Alors Odense.
    \n
    \n
    Son accident à l'Euro avait marqué le monde entier. Christian Eriksen est de retour sur les…

    ", + "content": "Alors Odense.
    \n
    \nSon accident à l'Euro avait marqué le monde entier. Christian Eriksen est de retour sur les…

    ", "category": "", - "link": "https://www.sofoot.com/rennes-frustre-par-le-vitesse-arnhem-mais-qualifie-en-huitiemes-de-finale-507484.html", + "link": "https://www.sofoot.com/christian-eriksen-s-entraine-a-odense-au-danemark-507776.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T19:39:00Z", + "pubDate": "2021-12-02T14:21:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-christian-eriksen-s-entraine-a-odense-au-danemark-1638454852_x600_articles-507776.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4934195a6a73e90936186138235960d" + "hash": "ab91697cf888e358402a9ad60f56a2d9" }, { - "title": "La Lazio engloutit le Lokomotiv, Leverkusen s'arrache face au Celtic ", - "description": "Avec sa victoire face au Lokomotiv Moscou (0-3), la Lazio a assuré sa qualification et l'élimination de Marseille. Dans le groupe G, le Bayer Lervekusen et le Real Betis ont également fait le nécessaire pour voir la suite de la compétition.Pendant que Marseille se faisait trimbaler par Galatasaray, la Lazio a tué…", - "content": "Pendant que Marseille se faisait trimbaler par Galatasaray, la Lazio a tué…", + "title": "Kheira Hamraoui (PSG) de nouveau auditionnée par les enquêteurs", + "description": "Bientôt le fin mot de l'histoire ?
    \n
    \nL'enquête autour de Kheira Hamraoui se poursuit.
    ", + "content": "Bientôt le fin mot de l'histoire ?
    \n
    \nL'enquête autour de Kheira Hamraoui se poursuit.
    ", "category": "", - "link": "https://www.sofoot.com/la-lazio-engloutit-le-lokomotiv-leverkusen-s-arrache-face-au-celtic-507487.html", + "link": "https://www.sofoot.com/kheira-hamraoui-psg-de-nouveau-auditionnee-par-les-enqueteurs-507772.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T19:38:00Z", + "pubDate": "2021-12-02T13:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kheira-hamraoui-psg-de-nouveau-auditionnee-par-les-enqueteurs-1638452562_x600_articles-507772.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94093ffa2fc2381f15b3d28c98ef5366" + "hash": "b300cacb89869c9103778bba5b83209f" }, { - "title": "La FIFA va tester le hors-jeu automatisé lors de la Coupe arabe", - "description": "La prochaine étape, c'est quoi ? Des joueurs bioniques ?
    \n
    \nLe football ne cesse de se révolutionner. Après l'arrivée de la goal-line technology, puis de la VAR ces dernières…

    ", - "content": "La prochaine étape, c'est quoi ? Des joueurs bioniques ?
    \n
    \nLe football ne cesse de se révolutionner. Après l'arrivée de la goal-line technology, puis de la VAR ces dernières…

    ", + "title": "La jolie reprise de Florian Thauvin avec les Tigres", + "description": "Oui, Florian Thauvin joue encore.
    \n
    \nEt il marque toujours. Même de l'autre côté du Pacifique, l'ancien pensionnaire de l'Olympique de Marseille est toujours capable de briller.…

    ", + "content": "Oui, Florian Thauvin joue encore.
    \n
    \nEt il marque toujours. Même de l'autre côté du Pacifique, l'ancien pensionnaire de l'Olympique de Marseille est toujours capable de briller.…

    ", "category": "", - "link": "https://www.sofoot.com/la-fifa-va-tester-le-hors-jeu-automatise-lors-de-la-coupe-arabe-507482.html", + "link": "https://www.sofoot.com/la-jolie-reprise-de-florian-thauvin-avec-les-tigres-507773.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T17:33:00Z", + "pubDate": "2021-12-02T13:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-jolie-reprise-de-florian-thauvin-avec-les-tigres-1638453129_x600_articles-507773.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5377fb3b5249c59abbc857cb44798f60" + "hash": "31bbe75769072a7a7c4bb0679b63da80" }, { - "title": "En direct : Rennes - Vitesse Arnhem", - "description": "97' : Allez, je vous quitte sur cette joie de dernière minutes. Prenez soin de vous, bisous ...", - "content": "97' : Allez, je vous quitte sur cette joie de dernière minutes. Prenez soin de vous, bisous ...", + "title": "Redah Atassi : \" Après ma carrière, je serai comme un indien dans la ville \"", + "description": "Non conservé par le TFC, Redah Atassi a écumé le monde arabe après une aventure folle avec Béziers, de la CFA à la Ligue 2. Des premiers pas en pro de Ben Yedder à sa vie en Arabie saoudite et aux Émirats, retour plein de bonne humeur sur le parcours d'un de ces \" autres footballeurs \". Ceux qui, malgré la passion, ne rêvent plus de paillettes dans leur vie, mais craignent pour leur après-carrière et cherchent à assurer leurs arrières.Salut Redah. Tu as aujourd'hui 30 ans et tu joues depuis septembre pour l'Al Urooba FC, aux Émirats arabes unis. Comment est ta vie là-bas ?
    \nC'est d'abord un…
    ", + "content": "Salut Redah. Tu as aujourd'hui 30 ans et tu joues depuis septembre pour l'Al Urooba FC, aux Émirats arabes unis. Comment est ta vie là-bas ?
    \nC'est d'abord un…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-rennes-vitesse-arnhem-507483.html", + "link": "https://www.sofoot.com/redah-atassi-apres-ma-carriere-je-serai-comme-un-indien-dans-la-ville-507419.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T17:30:00Z", + "pubDate": "2021-12-02T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-redah-atassi-apres-ma-carriere-je-serai-comme-un-indien-dans-la-ville-1637855227_x600_articles-alt-507419.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76fa2ff8faec6e9c2f51c614cccd038d" + "hash": "2e6a0d84f6046d57fd90879a86bdbd70" }, { - "title": "En direct : Galatasaray - Marseille", - "description": "97' : FIN DE LA BOUCHERIE ! La C3, c'est déjà fini pour l'OM. La marche était visiblement trop ...", - "content": "97' : FIN DE LA BOUCHERIE ! La C3, c'est déjà fini pour l'OM. La marche était visiblement trop ...", + "title": "Zlatan Ibrahimović s'est proposé au Paris Saint-Germain en tant que directeur sportif", + "description": "Le Z pense à sa reconversion.
    \n
    \nMême s'il paraît increvable, Zlatan Ibrahimović (40 ans) arrive doucement, mais sûrement vers la fin de sa carrière. Le Milanais sort ce jeudi en…

    ", + "content": "Le Z pense à sa reconversion.
    \n
    \nMême s'il paraît increvable, Zlatan Ibrahimović (40 ans) arrive doucement, mais sûrement vers la fin de sa carrière. Le Milanais sort ce jeudi en…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-galatasaray-marseille-507481.html", + "link": "https://www.sofoot.com/zlatan-ibrahimovic-s-est-propose-au-paris-saint-germain-en-tant-que-directeur-sportif-507771.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T17:30:00Z", + "pubDate": "2021-12-02T12:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-zlatan-ibrahimovic-s-est-propose-au-paris-saint-germain-en-tant-que-directeur-sportif-1638447800_x600_articles-507771.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba099d23fa094148adf286c1bf39008e" + "hash": "3daf0c855ed6ee6db6ee1ec102bda002" }, { - "title": "Revenu sur les terrains, André Onana, gardien de l'Ajax, confirme son départ imminent", - "description": "Petite piqûre de rappel.
    \n
    \nUne page va se tourner du côté de l'Ajax.
    ", - "content": "Petite piqûre de rappel.
    \n
    \nUne page va se tourner du côté de l'Ajax.
    ", + "title": "Carlo Ancelotti : \"Parfois je demande à Thibaut Courtois de laisser passer un ballon à l'entraînement\"", + "description": "Il faut bien laisser Eden retrouver des couleurs.
    \n
    \nQuinze buts encaissés en quinze matchs en Liga, trois clean sheets en cinq titularisations en Ligue des champions, Thibaut…

    ", + "content": "Il faut bien laisser Eden retrouver des couleurs.
    \n
    \nQuinze buts encaissés en quinze matchs en Liga, trois clean sheets en cinq titularisations en Ligue des champions, Thibaut…

    ", "category": "", - "link": "https://www.sofoot.com/revenu-sur-les-terrains-andre-onana-gardien-de-l-ajax-confirme-son-depart-imminent-507480.html", + "link": "https://www.sofoot.com/carlo-ancelotti-parfois-je-demande-a-thibaut-courtois-de-laisser-passer-un-ballon-a-l-entrainement-507770.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T16:50:00Z", + "pubDate": "2021-12-02T12:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-carlo-ancelotti-parfois-je-demande-a-thibaut-courtois-de-laisser-passer-un-ballon-a-l-entrainement-1638447404_x600_articles-507770.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2f6a4b89a829a6cf4d880e0d6f5225e4" + "hash": "184e8ea285b96501e1cf84698486b9c6" }, { - "title": "Antoine Kombouaré \"très affecté\" par le jet de bouteille sur Dimitri Payet lors de Lyon-Marseille", - "description": "Une bouteille d'eau, beaucoup de conséquences.
    \n
    \nComme bon nombre de ses confrères cette semaine, Antoine Kombouaré a été interrogé sur les incidents
    ", - "content": "Une bouteille d'eau, beaucoup de conséquences.
    \n
    \nComme bon nombre de ses confrères cette semaine, Antoine Kombouaré a été interrogé sur les incidents
    ", + "title": "Après son accrochage avec Álvaro (Marseille), Randal Kolo Muani (Nantes) pense que les arbitres \"ont leurs préférences\"", + "description": "Álvaro aime se faire des ennemis.
    \n
    \nÀ la Beaujoire ce mercredi soir, les…

    ", + "content": "Álvaro aime se faire des ennemis.
    \n
    \nÀ la Beaujoire ce mercredi soir, les…

    ", "category": "", - "link": "https://www.sofoot.com/antoine-kombouare-tres-affecte-par-le-jet-de-bouteille-sur-dimitri-payet-lors-de-lyon-marseille-507478.html", + "link": "https://www.sofoot.com/apres-son-accrochage-avec-alvaro-marseille-randal-kolo-muani-nantes-pense-que-les-arbitres-ont-leurs-preferences-507768.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T16:34:00Z", + "pubDate": "2021-12-02T11:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-apres-son-accrochage-avec-alvaro-marseille-randal-kolo-muani-nantes-pense-que-les-arbitres-ont-leurs-preferences-1638445012_x600_articles-507768.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b08e380cf11667daee3819cef9b37ec5" + "hash": "5cda45929859ead28c87078b0d1c5c21" }, { - "title": "Nick Mwendwa, président de la fédération kényane, acquitté", - "description": "Il peut finalement garder l'argent.
    \n
    \nLe président de la fédération kényane de football, Nick Mwendwa, a été acquitté dans une affaire de corruption. Arrêté le 12 novembre, il…

    ", - "content": "Il peut finalement garder l'argent.
    \n
    \nLe président de la fédération kényane de football, Nick Mwendwa, a été acquitté dans une affaire de corruption. Arrêté le 12 novembre, il…

    ", + "title": "Oui, l'OM et Sampaoli sont devenus froids et pragmatiques", + "description": "Ce mercredi, à la Beaujoire, l'Olympique de Marseille n'a encaissé aucun but. Et il n'en a marqué qu'un seul. En clair, il a pris trois points, de la manière la moins spectaculaire possible : et c'est la troisième fois que l'OM fait le coup sur les quatre derniers matchs de championnat. Il faut se rendre à l'évidence, le dauphin de Ligue 1 est devenu glaçant de pragmatisme. Et délaisse, peu à peu, sa réputation d'équipe électrisante.\"Ça me remplit de joie de revoir cette version de l'OM, c'est la version que l'on aime, c'est la version que l'on construit.\" Jorge Sampaoli était aux anges en conférence de presse, ce…", + "content": "\"Ça me remplit de joie de revoir cette version de l'OM, c'est la version que l'on aime, c'est la version que l'on construit.\" Jorge Sampaoli était aux anges en conférence de presse, ce…", "category": "", - "link": "https://www.sofoot.com/nick-mwendwa-president-de-la-federation-kenyane-acquitte-507470.html", + "link": "https://www.sofoot.com/oui-l-om-et-sampaoli-sont-devenus-froids-et-pragmatiques-507752.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T16:27:00Z", + "pubDate": "2021-12-02T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-oui-l-om-et-sampaoli-sont-devenus-froids-et-pragmatiques-1638440573_x600_articles-alt-507752.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d165349dc71d1751643fe1b4a106cdd5" + "hash": "734fbbf787b41a636577099352c9c06e" }, { - "title": "Ralf Rangnick serait en pole position pour débarquer à Manchester United", - "description": "La rumeur Rudi Garcia prend du plomb dans l'aile.
    \n
    \nDirecteur…

    ", - "content": "La rumeur Rudi Garcia prend du plomb dans l'aile.
    \n
    \nDirecteur…

    ", + "title": "Un agent sportif de la FFF a été enlevé dans la rue puis relâché, fin novembre", + "description": "Sombre affaire à la Fédé.
    \n
    \nSelon les…

    ", + "content": "Sombre affaire à la Fédé.
    \n
    \nSelon les…

    ", "category": "", - "link": "https://www.sofoot.com/ralf-rangnick-serait-en-pole-position-pour-debarquer-a-manchester-united-507477.html", + "link": "https://www.sofoot.com/un-agent-sportif-de-la-fff-a-ete-enleve-dans-la-rue-puis-relache-fin-novembre-507767.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T16:18:00Z", + "pubDate": "2021-12-02T10:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-agent-sportif-de-la-fff-a-ete-enleve-dans-la-rue-puis-relache-fin-novembre-1638442092_x600_articles-507767.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e3bf5835929385863d1d5486b051bf0" + "hash": "65ebfd35122700112dcaa84d240be5a7" }, { - "title": "Pour Christophe Galtier (Nice), il faut \"nettoyer les tribunes\"", - "description": "Tous unis contre la bêtise.
    \n
    \nAprès les incidents survenus ce dimanche à Lyon et depuis le début de saison,…

    ", - "content": "Tous unis contre la bêtise.
    \n
    \nAprès les incidents survenus ce dimanche à Lyon et depuis le début de saison,…

    ", + "title": "Hasan Çetinkaya (Westerlo) : \"Eden Hazard pourrait terminer sa carrière chez nous\"", + "description": "\"Rüya\" : \"rêver\" en turc.
    \n
    \n\"J'espère que la saison prochaine, nous jouerons en Jupiler Pro League et que nous pourrons ensuite travailler sur notre…

    ", + "content": "\"Rüya\" : \"rêver\" en turc.
    \n
    \n\"J'espère que la saison prochaine, nous jouerons en Jupiler Pro League et que nous pourrons ensuite travailler sur notre…

    ", "category": "", - "link": "https://www.sofoot.com/pour-christophe-galtier-nice-il-faut-nettoyer-les-tribunes-507476.html", + "link": "https://www.sofoot.com/hasan-cetinkaya-westerlo-eden-hazard-pourrait-terminer-sa-carriere-chez-nous-507766.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T15:50:00Z", + "pubDate": "2021-12-02T10:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-hasan-cetinkaya-westerlo-eden-hazard-pourrait-terminer-sa-carriere-chez-nous-1638442695_x600_articles-507766.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "46c22be2150b6466d0a3e901d8d15351" + "hash": "49d26b33263edb31eefaa0fdbd88e37a" }, { - "title": "Championship : Paul Heckingbottom revient sur le banc de Sheffield United", - "description": "Started from the Heckingbottom.
    \n
    \nFaire du neuf avec du vieux. C'est ce que va tenter Sheffield United, en plein naufrage cette saison. Non pas que le nouvel entraîneur soit…

    ", - "content": "Started from the Heckingbottom.
    \n
    \nFaire du neuf avec du vieux. C'est ce que va tenter Sheffield United, en plein naufrage cette saison. Non pas que le nouvel entraîneur soit…

    ", + "title": "Noël Le Graët : \"À l'UEFA, ce sont un peu des béni-oui-oui\"", + "description": "Le mois de décembre a débuté, Noël fait son show.
    \n
    \nÀ l'heure où l'éventualité d'une Coupe du monde tous les deux ans effraie une bonne partie des fans de foot, le président de la…

    ", + "content": "Le mois de décembre a débuté, Noël fait son show.
    \n
    \nÀ l'heure où l'éventualité d'une Coupe du monde tous les deux ans effraie une bonne partie des fans de foot, le président de la…

    ", "category": "", - "link": "https://www.sofoot.com/championship-paul-heckingbottom-revient-sur-le-banc-de-sheffield-united-507475.html", + "link": "https://www.sofoot.com/noel-le-graet-a-l-uefa-ce-sont-un-peu-des-beni-oui-oui-507765.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T15:40:00Z", + "pubDate": "2021-12-02T10:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-noel-le-graet-a-l-uefa-ce-sont-un-peu-des-beni-oui-oui-1638440099_x600_articles-507765.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "306543e2565c212aac380adb247c193c" + "hash": "8608ee1d6a7a862807b8b874599e9515" }, { - "title": "Mino Raiola : \"La FIFA ? C'est une mafia\"", - "description": "L'hôpital, la charité...
    \n
    \nDans un monde du football où agents et avocats mandataires ont une influence grandissante, la FIFA tente depuis plusieurs mois de contrer l'importance de ces…

    ", - "content": "L'hôpital, la charité...
    \n
    \nDans un monde du football où agents et avocats mandataires ont une influence grandissante, la FIFA tente depuis plusieurs mois de contrer l'importance de ces…

    ", + "title": "Après la raclée à Strasbourg, Jimmy Briand (Bordeaux) a honte", + "description": "Qu'en pense Timothée Chalamet ?
    \n
    \nVisiblement,
    ", + "content": "Qu'en pense Timothée Chalamet ?
    \n
    \nVisiblement,
    ", "category": "", - "link": "https://www.sofoot.com/mino-raiola-la-fifa-c-est-une-mafia-507467.html", + "link": "https://www.sofoot.com/apres-la-raclee-a-strasbourg-jimmy-briand-bordeaux-a-honte-507763.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T15:30:00Z", + "pubDate": "2021-12-02T08:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-apres-la-raclee-a-strasbourg-jimmy-briand-bordeaux-a-honte-1638435534_x600_articles-507763.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5713c875122e97884a59110c3ac143a9" + "hash": "07ab725b8b6270c2993333bb02f14de1" }, { - "title": "Un rapport parlementaire préconise la création d'un organe de contrôle et d'une taxe sur les transferts en Premier League", - "description": "Éthique projet.
    \n
    \nEn perpétuelle agitation, la Premier League pourrait connaître des changements radicaux au printemps prochain. À la suite de la tentative d'évasion de certains clubs…

    ", - "content": "Éthique projet.
    \n
    \nEn perpétuelle agitation, la Premier League pourrait connaître des changements radicaux au printemps prochain. À la suite de la tentative d'évasion de certains clubs…

    ", + "title": "Peter Bosz (Lyon) peste contre la performance de son équipe après la défaite contre Reims", + "description": "Une défaite qui fait mal.
    \n
    \nTombé à domicile dans les derniers instants face au Stade de Reims à l'issue…

    ", + "content": "Une défaite qui fait mal.
    \n
    \nTombé à domicile dans les derniers instants face au Stade de Reims à l'issue…

    ", "category": "", - "link": "https://www.sofoot.com/un-rapport-parlementaire-preconise-la-creation-d-un-organe-de-controle-et-d-une-taxe-sur-les-transferts-en-premier-league-507472.html", + "link": "https://www.sofoot.com/peter-bosz-lyon-peste-contre-la-performance-de-son-equipe-apres-la-defaite-contre-reims-507759.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T15:16:00Z", + "pubDate": "2021-12-02T08:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-peter-bosz-lyon-peste-contre-la-performance-de-son-equipe-apres-la-defaite-contre-reims-1638433624_x600_articles-507759.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94d292d9cac883d8a23a0e3eaea9485d" + "hash": "4cf6f023d56737b6933b62310215dce6" }, { - "title": "Mikel Arteta veut Arsène Wenger à ses côtés à Arsenal", - "description": "Le retour du patron ?
    \n
    \nParti d'Arsenal en mai 2018, Arsène Wenger reste bien sûr le plus grand entraîneur de l'histoire des Canonniers. Si l'intéressé,
    ", - "content": "Le retour du patron ?
    \n
    \nParti d'Arsenal en mai 2018, Arsène Wenger reste bien sûr le plus grand entraîneur de l'histoire des Canonniers. Si l'intéressé,
    ", + "title": "Pronostic Ajaccio Valenciennes : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Du classique pour Ajaccio face à Valenciennes

    \n
    \nA l'orée de débuter cette 17e journée de Ligue 2, Ajaccio occupe la 2e place du…
    ", + "content": "

    Du classique pour Ajaccio face à Valenciennes

    \n
    \nA l'orée de débuter cette 17e journée de Ligue 2, Ajaccio occupe la 2e place du…
    ", "category": "", - "link": "https://www.sofoot.com/mikel-arteta-veut-arsene-wenger-a-ses-cotes-a-arsenal-507465.html", + "link": "https://www.sofoot.com/pronostic-ajaccio-valenciennes-analyse-cotes-et-prono-du-match-de-ligue-2-507761.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T14:31:00Z", + "pubDate": "2021-12-02T07:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-ajaccio-valenciennes-analyse-cotes-et-prono-du-match-de-ligue-2-1638433097_x600_articles-507761.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0453d84ffbe5009f248122b0771bf0ca" + "hash": "479b3f190a92dd5c72661b59e94cf304" }, { - "title": "Footgate : Dejan Veljković premier repenti de l'histoire de la justice belge", - "description": "Des nouvelles des magouilles en Belgique.
    \n
    \nDejan Veljković, agent de joueurs serbe basé en Belgique, est devenu ce jeudi le premier \"repenti\" de la justice belge de l'histoire, dans…

    ", - "content": "Des nouvelles des magouilles en Belgique.
    \n
    \nDejan Veljković, agent de joueurs serbe basé en Belgique, est devenu ce jeudi le premier \"repenti\" de la justice belge de l'histoire, dans…

    ", + "title": "Pronostic Sochaux Pau : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Sochaux se relance face à Pau

    \n
    \nBelle surprise de la saison dernière, Sochaux avait fini aux portes des playoffs. Dans la ligjnée de cette belle prise…
    ", + "content": "

    Sochaux se relance face à Pau

    \n
    \nBelle surprise de la saison dernière, Sochaux avait fini aux portes des playoffs. Dans la ligjnée de cette belle prise…
    ", "category": "", - "link": "https://www.sofoot.com/footgate-dejan-veljkovic-premier-repenti-de-l-histoire-de-la-justice-belge-507459.html", + "link": "https://www.sofoot.com/pronostic-sochaux-pau-analyse-cotes-et-prono-du-match-de-ligue-2-507760.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T14:16:00Z", + "pubDate": "2021-12-02T07:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-sochaux-pau-analyse-cotes-et-prono-du-match-de-ligue-2-1638432305_x600_articles-507760.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "503977ee5db9c400f4a8082a674ea758" + "hash": "add73c81c4a090ead158921a89f6a6e5" }, { - "title": "Pronostic Athletic Bilbao Grenade : Analyse, cotes et prono du match de Liga", - "description": "

    L'Athletic Bilbao maître à San Mamés face à Grenade

    \n
    \nCalé dans le ventre mou du classement de Liga, l'Athletic Bilbao a perdu de sa superbe et…
    ", - "content": "

    L'Athletic Bilbao maître à San Mamés face à Grenade

    \n
    \nCalé dans le ventre mou du classement de Liga, l'Athletic Bilbao a perdu de sa superbe et…
    ", + "title": "Pronostic Paris FC Bastia : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Un Paris FC lancé face à Bastia

    \n
    \nBarragiste la saison passée, le Paris FC a pour ambition de monter en Ligue 1 le plus rapidement possible. Lors de…
    ", + "content": "

    Un Paris FC lancé face à Bastia

    \n
    \nBarragiste la saison passée, le Paris FC a pour ambition de monter en Ligue 1 le plus rapidement possible. Lors de…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-athletic-bilbao-grenade-analyse-cotes-et-prono-du-match-de-liga-507466.html", + "link": "https://www.sofoot.com/pronostic-paris-fc-bastia-analyse-cotes-et-prono-du-match-de-ligue-2-507758.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T13:49:00Z", + "pubDate": "2021-12-02T07:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-paris-fc-bastia-analyse-cotes-et-prono-du-match-de-ligue-2-1638431948_x600_articles-507758.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e36869ff8edcc19f9eccb3cd9d41722e" + "hash": "ed89e6eb9aa1456a7004199472bb072d" }, { - "title": "Pronostic Lens Angers : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Lens repart de l'avant face à Angers

    \n
    \nDe retour en Ligue 1 la saison dernière, le Racing Club de Lens avait été l'une des très bonnes…
    ", - "content": "

    Lens repart de l'avant face à Angers

    \n
    \nDe retour en Ligue 1 la saison dernière, le Racing Club de Lens avait été l'une des très bonnes…
    ", + "title": "Pronostic Grenoble Le Havre : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Grenoble tient tête au Havre

    \n
    \nInattendu barragiste l'an passé, Grenoble était parvenu à se hisser dans les playoffs d'accession mais s'était…
    ", + "content": "

    Grenoble tient tête au Havre

    \n
    \nInattendu barragiste l'an passé, Grenoble était parvenu à se hisser dans les playoffs d'accession mais s'était…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lens-angers-analyse-cotes-et-prono-du-match-de-ligue-1-507464.html", + "link": "https://www.sofoot.com/pronostic-grenoble-le-havre-analyse-cotes-et-prono-du-match-de-ligue-2-507757.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T13:43:00Z", + "pubDate": "2021-12-02T07:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-grenoble-le-havre-analyse-cotes-et-prono-du-match-de-ligue-2-1638431407_x600_articles-507757.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f9e277eadbe221ae6326c3e52b83a1d" + "hash": "0f347691a2182f32486da7fbc6931bea" }, { - "title": "Pronostic Stuttgart Mayence : Analyse, cotes et prono du match de Bundesliga", - "description": "

    Mayence, la bonne opération face à Stuttgart

    \n
    \nDe retour dans l'élite du foot allemand l'an passé, Stuttgart avait réalisé un exercice…
    ", - "content": "

    Mayence, la bonne opération face à Stuttgart

    \n
    \nDe retour dans l'élite du foot allemand l'an passé, Stuttgart avait réalisé un exercice…
    ", + "title": "Pronostic Guingamp Dijon : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Guingamp se donne de l'air face à Dijon

    \n
    \nMal embarqué la saison dernière, l'En Avant Guingamp s'en était sorti grâce à une excellente fin de…
    ", + "content": "

    Guingamp se donne de l'air face à Dijon

    \n
    \nMal embarqué la saison dernière, l'En Avant Guingamp s'en était sorti grâce à une excellente fin de…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-stuttgart-mayence-analyse-cotes-et-prono-du-match-de-bundesliga-507463.html", + "link": "https://www.sofoot.com/pronostic-guingamp-dijon-analyse-cotes-et-prono-du-match-de-ligue-2-507756.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T13:32:00Z", + "pubDate": "2021-12-02T07:27:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-guingamp-dijon-analyse-cotes-et-prono-du-match-de-ligue-2-1638430880_x600_articles-507756.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fafd6c16123fa8cc5c90a77f8d74220" + "hash": "8916db1e5d7349687d977d9aa9a1ff7c" }, { - "title": "Pronostic Cagliari Salernitana : Analyse, cotes et prono du match de Serie A", - "description": "

    Cagliari domine la Salernitana

    \n
    \nLa 14e journée de Serie A s'ouvre avec une affiche entre deux équipes mal classées, Cagliari et la Salernitana.…
    ", - "content": "

    Cagliari domine la Salernitana

    \n
    \nLa 14e journée de Serie A s'ouvre avec une affiche entre deux équipes mal classées, Cagliari et la Salernitana.…
    ", + "title": "Pronostic Amiens Dunkerque : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Amiens décroche une victoire importante face à Dunkerque

    \n
    \nLa lutte pour le maintien fait rage en Ligue 2 puisque seulement 4 points séparent…
    ", + "content": "

    Amiens décroche une victoire importante face à Dunkerque

    \n
    \nLa lutte pour le maintien fait rage en Ligue 2 puisque seulement 4 points séparent…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-cagliari-salernitana-analyse-cotes-et-prono-du-match-de-serie-a-507462.html", + "link": "https://www.sofoot.com/pronostic-amiens-dunkerque-analyse-cotes-et-prono-du-match-de-ligue-2-507755.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T13:21:00Z", + "pubDate": "2021-12-02T07:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-amiens-dunkerque-analyse-cotes-et-prono-du-match-de-ligue-2-1638430359_x600_articles-507755.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2cab562588b953a97868b61f57d42aed" + "hash": "fa5d29cb93f4e44b47ace60f414ed542" }, { - "title": "Ultra de l'OM : \"Une fois en meute, nous sommes habités\"", - "description": "Julien* est supporter de l'OM. Même plus que ça, à son sens : il est un ultra de l'OM, et ce, depuis une quinzaine d'années. Une activité, une passion ou un mode de vie (c'est selon) qui a conduit ce trentenaire à rencontrer un monde uni par des liens sacrés, mais aussi, par ses dérives et ses risques, à être interdit de stade pendant un an. Et forcément, l'agression de Dimitri Payet au Groupama Stadium et la condamnation du supporter lyonnais a fait ressurgir quelques souvenirs et de quoi le faire réagir. Témoignage d'un ultra parmi d'autres.Dimanche soir, les supporters marseillais n'étaient pas autorisés à se rendre à Lyon. Depuis ton salon, quelle était ta réaction au moment de l'incident qui a mené à…", - "content": "Dimanche soir, les supporters marseillais n'étaient pas autorisés à se rendre à Lyon. Depuis ton salon, quelle était ta réaction au moment de l'incident qui a mené à…", + "title": "Pronostic Rodez Nîmes : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Un Rodez – Nîmes avec des buts de chaque côté

    \n
    \nPour le compte de la 17e journée de Ligue 2, Rodez reçoit Nîmes dans une confrontation…
    ", + "content": "

    Un Rodez – Nîmes avec des buts de chaque côté

    \n
    \nPour le compte de la 17e journée de Ligue 2, Rodez reçoit Nîmes dans une confrontation…
    ", "category": "", - "link": "https://www.sofoot.com/ultra-de-l-om-une-fois-en-meute-nous-sommes-habites-507407.html", + "link": "https://www.sofoot.com/pronostic-rodez-nimes-analyse-cotes-et-prono-du-match-de-ligue-2-507754.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T13:00:00Z", + "pubDate": "2021-12-02T07:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rodez-nimes-analyse-cotes-et-prono-du-match-de-ligue-2-1638429705_x600_articles-507754.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f97d0b5cfa9d6c28da45677ce30a54db" + "hash": "baefc093c7dfcffdd8af475f30bc72a9" }, { - "title": "Le Brentford FC ne changera pas de maillot domicile pour la saison prochaine", - "description": "Brentford a créé le maillot 2021-2022-2023.
    \n
    \nDepuis 2012, les Bees changent d'envergure au fil des saisons. Et si leurs méthodes peu orthodoxes en matière de recrutement,…

    ", - "content": "Brentford a créé le maillot 2021-2022-2023.
    \n
    \nDepuis 2012, les Bees changent d'envergure au fil des saisons. Et si leurs méthodes peu orthodoxes en matière de recrutement,…

    ", + "title": "Pronostic Quevilly Rouen Nancy : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Nancy va chercher un résultat à Quevilly

    \n
    \nCe match de la 17e journée de Ligue 2 entre Quevilly Rouen et Nancy met aux prises deux…
    ", + "content": "

    Nancy va chercher un résultat à Quevilly

    \n
    \nCe match de la 17e journée de Ligue 2 entre Quevilly Rouen et Nancy met aux prises deux…
    ", "category": "", - "link": "https://www.sofoot.com/le-brentford-fc-ne-changera-pas-de-maillot-domicile-pour-la-saison-prochaine-507458.html", + "link": "https://www.sofoot.com/pronostic-quevilly-rouen-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-507753.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T12:31:00Z", + "pubDate": "2021-12-02T06:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-quevilly-rouen-nancy-analyse-cotes-et-prono-du-match-de-ligue-2-1638428755_x600_articles-507753.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b23375f728681285cf1071d089fa7c79" + "hash": "75e97577b6d3139f2a6296fb088d111e" }, { - "title": "Robin Le Normand (Real Sociedad) : \"Le défi, c'est de jouer en équipe de France\"", - "description": "Voilà un Normand bien conquérant.
    \n
    \nArrivé en Espagne à l'âge de 20 ans, après un passage chez les jeunes à Brest, Robin Le Normand s'impose aujourd'hui comme un élément…

    ", - "content": "Voilà un Normand bien conquérant.
    \n
    \nArrivé en Espagne à l'âge de 20 ans, après un passage chez les jeunes à Brest, Robin Le Normand s'impose aujourd'hui comme un élément…

    ", + "title": "Et le Ballon d'or de l'hypocrisie est pour... le Qatar sur la question LGBTQ+", + "description": "Parmi toutes les problématiques qui prennent de l'ampleur à l'approche de la Coupe du monde 2022, celle des droits des LGBTQ+ commence à se faire doucement entendre, même si pour l'instant, elle semble secondaire derrière les morts des chantiers ou le scandale écologique. Toutefois dans une région du monde où l'homosexualité reste un crime, l'arrivée d'un événement aussi important qu'un Mondial pourrait bousculer les habitudes et les mœurs, même si ce n'est que temporairement.\" Pour lutter contre ce phénomène, l'anomalie sexuelle que constitue l'homosexualité, il faut éduquer et raisonner les jeunes. Ce phénomène ne correspond pas à notre foi et ne correspond…", + "content": "\" Pour lutter contre ce phénomène, l'anomalie sexuelle que constitue l'homosexualité, il faut éduquer et raisonner les jeunes. Ce phénomène ne correspond pas à notre foi et ne correspond…", "category": "", - "link": "https://www.sofoot.com/robin-le-normand-real-sociedad-le-defi-c-est-de-jouer-en-equipe-de-france-507460.html", + "link": "https://www.sofoot.com/et-le-ballon-d-or-de-l-hypocrisie-est-pour-le-qatar-sur-la-question-lgbtq-507723.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T12:26:00Z", + "pubDate": "2021-12-02T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-et-le-ballon-d-or-de-l-hypocrisie-est-pour-le-qatar-sur-la-question-lgbtq-1638376428_x600_articles-alt-507723.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22d8ad9604fde16b0b3d70c97a5a301f" + "hash": "f7f87a25e073be4fcdb152de60d1694e" }, { - "title": "Jorge Mendes à nouveau inquiété par une enquête pour blanchiment d'argent", - "description": "Jorge de la jungle.
    \n
    \nEn mars 2020, plusieurs dizaines de perquisitions étaient venues émailler le…

    ", - "content": "Jorge de la jungle.
    \n
    \nEn mars 2020, plusieurs dizaines de perquisitions étaient venues émailler le…

    ", + "title": "Takehiro Tomiyasu, adaptation express à Arsenal", + "description": "Transféré de Bologne à Arsenal cet été, Takehiro Tomiyasu n'a pas attendu longtemps pour faire l'unanimité autour de lui, au point d'être l'un des meilleurs Gunners depuis le début de saison et un titulaire indiscutable à son poste d'arrière droit. La routine pour l'international japonais qui n'a laissé personne indifférent dans chaque club où il est passé.S'il fallait dresser un bilan à Arsenal après un tiers de saison et distribuer les bons points, Aaron Ramsdale, le…", + "content": "S'il fallait dresser un bilan à Arsenal après un tiers de saison et distribuer les bons points, Aaron Ramsdale, le…", "category": "", - "link": "https://www.sofoot.com/jorge-mendes-a-nouveau-inquiete-par-une-enquete-pour-blanchiment-d-argent-507448.html", + "link": "https://www.sofoot.com/takehiro-tomiyasu-adaptation-express-a-arsenal-507722.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T12:19:00Z", + "pubDate": "2021-12-02T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-takehiro-tomiyasu-adaptation-express-a-arsenal-1638374968_x600_articles-alt-507722.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6411b3f40e7e0dc19196f839907d967e" + "hash": "d1488465def2ada6fb84672c83b0d505" }, { - "title": " Tactique : que retenir de ce Manchester City-PSG ?", - "description": "Arrivé à Manchester avec un sapin pour boucher l'axe en phase défensive, le PSG est reparti avec des épines dans les poches de l'Etihad Stadium. Lâchés défensivement par leur trio offensif, déconnecté sans et même parfois avec ballon, les Parisiens ont progressivement laissé City déballer son plan et ses mécanismes rodés. Et finalement, les hommes de Guardiola, plus créatifs qu'à l'aller, ont récolté ce qu'ils ont semé.\"Ils font tout le temps ça, tout le temps...\" Mercredi soir, Marquinhos est reparti de Manchester avec un menu golden : des yeux fatigués, des maux de tête et une lassitude que le…", - "content": "\"Ils font tout le temps ça, tout le temps...\" Mercredi soir, Marquinhos est reparti de Manchester avec un menu golden : des yeux fatigués, des maux de tête et une lassitude que le…", + "title": "Tactique : Ralf Rangnick est-il Manchester United compatible ?", + "description": "Arrivé à Manchester en début de semaine pour prendre la barre d'un navire qui ne sait comment ni vers quoi il navigue depuis plusieurs mois, Ralf Rangnick, 63 ans, maître à penser de toute une génération de coachs allemands, voit son accostage en Premier League être accompagné d'une vague d'optimisme. Le voilà surtout avec une mission cruciale : offrir à Manchester United une identité de jeu claire.Ralf Rangnick a une galerie de récits et de rencontres pour accompagner ses…", + "content": "Ralf Rangnick a une galerie de récits et de rencontres pour accompagner ses…", "category": "", - "link": "https://www.sofoot.com/tactique-que-retenir-de-ce-manchester-city-psg-507457.html", + "link": "https://www.sofoot.com/tactique-ralf-rangnick-est-il-manchester-united-compatible-507636.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T12:00:00Z", + "pubDate": "2021-12-02T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tactique-ralf-rangnick-est-il-manchester-united-compatible-1638203801_x600_articles-alt-507636.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50710f529f00ea7f15cadd2158249ce1" + "hash": "ff5cba4e3fda8e023fa588e13d9290c0" }, { - "title": "Kilos de marijuana, armes à feu : le bilan de la perquisition des Boixos Nois à Barcelone", - "description": "Mais ils voulaient faire fumer des éléphants ?
    \n
    \nDix-huit maisons perquisitionnées en plus des locaux du groupe, sept membres des \"Boixos Nois\" (frange radicale de supporters…

    ", - "content": "Mais ils voulaient faire fumer des éléphants ?
    \n
    \nDix-huit maisons perquisitionnées en plus des locaux du groupe, sept membres des \"Boixos Nois\" (frange radicale de supporters…

    ", + "title": "Bruno Genesio : \"On aurait dû être beaucoup plus patients\"", + "description": "Bruno Genesio est contrarié.
    \n
    \nLe technicien breton a vu son Stade rennais concéder sa première défaite depuis septembre contre Lille, ce mercredi soir. \"On a fait une très…

    ", + "content": "Bruno Genesio est contrarié.
    \n
    \nLe technicien breton a vu son Stade rennais concéder sa première défaite depuis septembre contre Lille, ce mercredi soir. \"On a fait une très…

    ", "category": "", - "link": "https://www.sofoot.com/kilos-de-marijuana-armes-a-feu-le-bilan-de-la-perquisition-des-boixos-nois-a-barcelone-507452.html", + "link": "https://www.sofoot.com/bruno-genesio-on-aurait-du-etre-beaucoup-plus-patients-507751.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T11:51:00Z", + "pubDate": "2021-12-01T22:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bruno-genesio-on-aurait-du-etre-beaucoup-plus-patients-1638397206_x600_articles-507751.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a036e7f39306df168ab6ceea95a283b9" + "hash": "92d1c507164ec0ce8d66606cbd5226fd" }, { - "title": "Joško Gvardiol touché par un projectile lors de Bruges-Leipzig", - "description": "La bêtise n'a pas de frontière.
    \n
    \nDouze petites minutes, c'est le temps qu'il aura fallu pour que l'un des spectateurs du stade Jan-Breydel de Bruges, certainement inspiré par
    ", - "content": "La bêtise n'a pas de frontière.
    \n
    \nDouze petites minutes, c'est le temps qu'il aura fallu pour que l'un des spectateurs du stade Jan-Breydel de Bruges, certainement inspiré par
    ", + "title": "Manchester City assure à Aston Villa", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/josko-gvardiol-touche-par-un-projectile-lors-de-bruges-leipzig-507455.html", + "link": "https://www.sofoot.com/manchester-city-assure-a-aston-villa-507748.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T11:22:00Z", + "pubDate": "2021-12-01T22:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manchester-city-assure-a-aston-villa-1638397221_x600_articles-507748.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a825c2cff10701d479135c56a5326f3" + "hash": "20087c7b75e1d0f607bdc96d9029b45e" }, { - "title": "EuroMillions vendredi 26 novembre 2021 : 163 millions d'€ à gagner !", - "description": "163 millions d'euros à gagner à l'EuroMillions vendredi, cagnotte record de 27 millions d'euros au LOTO samedi. Le week-end sera aussi chargé en foot que chez la FDJ

    EuroMillions du vendredi 26 novembre 2021 : 163M d'€

    \n
    \nLe jackpot de l'EuroMillions affiche 163 millions d'euros ce vendredi 26 novembre…
    ", - "content": "

    EuroMillions du vendredi 26 novembre 2021 : 163M d'€

    \n
    \nLe jackpot de l'EuroMillions affiche 163 millions d'euros ce vendredi 26 novembre…
    ", + "title": "Benzema offre les trois points au Real Madrid face à l'Athletic ", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/euromillions-vendredi-26-novembre-2021-163-millions-d-e-a-gagner-507456.html", + "link": "https://www.sofoot.com/benzema-offre-les-trois-points-au-real-madrid-face-a-l-athletic-507740.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T11:13:00Z", + "pubDate": "2021-12-01T22:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-benzema-offre-les-trois-points-au-real-madrid-face-a-l-athletic-1638396957_x600_articles-507740.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aadd2f51427133ce41f3834bf993ea08" + "hash": "828af6f4e84682dfee2bfc839a80d016" }, { - "title": "Junior Messias, l'ancien livreur de frigo devenu héros du Milan", - "description": "Alors que l'AC Milan était à trois minutes d'une élimination peu reluisante en Ligue des champions, il a surgi. Héros inattendu, buteur surprise, Junior Messias a offert aux Rossoneri une victoire attendue depuis huit ans, relançant les espoirs de qualification. L'histoire est folle : le bonhomme, arrivé du Brésil en 2011, a longtemps travaillé sur les chantiers et en tant que livreur de frigo.Il y a deux façons d'expliquer à un jeune footballeur ce que signifient sacrifice et abnégation. On peut, d'une part, lui parler de la réalité d'un centre de formation : les…", - "content": "Il y a deux façons d'expliquer à un jeune footballeur ce que signifient sacrifice et abnégation. On peut, d'une part, lui parler de la réalité d'un centre de formation : les…", + "title": "Liverpool gifle Everton à Goodison Park", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/junior-messias-l-ancien-livreur-de-frigo-devenu-heros-du-milan-507450.html", + "link": "https://www.sofoot.com/liverpool-gifle-everton-a-goodison-park-507743.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T11:00:00Z", + "pubDate": "2021-12-01T22:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liverpool-gifle-everton-a-goodison-park-1638396500_x600_articles-507743.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f73d6c66e43c2767d2b595136744633" + "hash": "3c70a5cf2c2d77be17d0a3fd73230eb2" }, { - "title": "John Fleck (Sheffield United) est sorti de l'hôpital après s'être effondré contre Reading", - "description": "Des nouvelles rassurantes.
    \n
    \nUne grosse frayeur a traversé les tribunes du Madejski Stadium de Reading lors de la rencontre opposant le club local à Sheffield United, en Championship. À…

    ", - "content": "Des nouvelles rassurantes.
    \n
    \nUne grosse frayeur a traversé les tribunes du Madejski Stadium de Reading lors de la rencontre opposant le club local à Sheffield United, en Championship. À…

    ", + "title": "Gourvennec : \"Ça faisait un moment qu'on n'avait pas gagné à l'extérieur\"", + "description": "Gourvennec est soulagé.
    \n
    \nVainqueur de Rennes en Bretagne (1-2), son LOSC retrouve enfin des couleurs en Ligue 1 après pratiquement deux mois sans le moindre succès. \"On apprécie,…

    ", + "content": "Gourvennec est soulagé.
    \n
    \nVainqueur de Rennes en Bretagne (1-2), son LOSC retrouve enfin des couleurs en Ligue 1 après pratiquement deux mois sans le moindre succès. \"On apprécie,…

    ", "category": "", - "link": "https://www.sofoot.com/john-fleck-sheffield-united-est-sorti-de-l-hopital-apres-s-etre-effondre-contre-reading-507451.html", + "link": "https://www.sofoot.com/gourvennec-ca-faisait-un-moment-qu-on-n-avait-pas-gagne-a-l-exterieur-507750.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T10:27:00Z", + "pubDate": "2021-12-01T22:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gourvennec-ca-faisait-un-moment-qu-on-n-avait-pas-gagne-a-l-exterieur-1638398350_x600_articles-507750.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5beab6cdfd934aa55b2b3e7a22e37919" + "hash": "8372d0ec8c0ec406ebe20b65a1e4a423" }, { - "title": "Quand Rhys Healey (Toulouse FC) se livre sur ses goûts musicaux", - "description": "Don't stop him now.
    \n
    \nRhys Healey s'est livré dans une vidéo publiée par son club, le Toulouse FC, sur ses goûts musicaux. Le meilleur buteur de Ligue 2, auteur d'un quadruplé…

    ", - "content": "Don't stop him now.
    \n
    \nRhys Healey s'est livré dans une vidéo publiée par son club, le Toulouse FC, sur ses goûts musicaux. Le meilleur buteur de Ligue 2, auteur d'un quadruplé…

    ", + "title": "Marseille enchaîne à Nantes et repasse dauphin", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/quand-rhys-healey-toulouse-fc-se-livre-sur-ses-gouts-musicaux-507449.html", + "link": "https://www.sofoot.com/marseille-enchaine-a-nantes-et-repasse-dauphin-507745.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T10:14:00Z", + "pubDate": "2021-12-01T22:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-marseille-enchaine-a-nantes-et-repasse-dauphin-1638396024_x600_articles-507745.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "723086c0d468ab0fb77bf78d10ea86ea" + "hash": "680cfa655dd86709375a20c02eef5bf4" }, { - "title": "C3 : Prolonger le plaisir", - "description": "Toujours invaincus depuis le début de la compétition, l'Olympique de Marseille, l'AS Monaco et l'Olympique lyonnais entament le sprint final de la phase de groupes de Ligue Europa avec ambition. Carton plein et 100% de qualifiés ? L'espoir est permis, mais il faudra d'abord passer cette cinquième et avant-dernière journée sans encombre. Go !

    ", - "content": "

    ", + "title": "Clermont et Lens se partagent les points", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/c3-prolonger-le-plaisir-507443.html", + "link": "https://www.sofoot.com/clermont-et-lens-se-partagent-les-points-507747.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T10:00:00Z", + "pubDate": "2021-12-01T22:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-clermont-et-lens-se-partagent-les-points-1638396237_x600_articles-507747.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b350a1aaa8d6138753e2a171c8022e7e" + "hash": "1568a73fa6c6aa0e3b5729e82d188eb2" }, { - "title": "La DNCG garde la masse salariale des Girondins de Bordeaux sous contrôle", - "description": "La DNCG ne veut pas lâcher Bordeaux.
    \n
    \nAprès un premier passage cet été qui a suivi le rachat des Girondins par le Luxembourgeois Gérard Lopez, le gendarme financier du foot français…

    ", - "content": "La DNCG ne veut pas lâcher Bordeaux.
    \n
    \nAprès un premier passage cet été qui a suivi le rachat des Girondins par le Luxembourgeois Gérard Lopez, le gendarme financier du foot français…

    ", + "title": "Chelsea domine Watford, Leicester tenu en échec par Southampton", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-dncg-garde-la-masse-salariale-des-girondins-de-bordeaux-sous-controle-507446.html", + "link": "https://www.sofoot.com/chelsea-domine-watford-leicester-tenu-en-echec-par-southampton-507749.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T09:06:00Z", + "pubDate": "2021-12-01T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-chelsea-domine-watford-leicester-tenu-en-echec-par-southampton-1638395994_x600_articles-507749.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "246f16239900f7ca2ea47a6735b9e9e4" + "hash": "d709469b55b5e306f6203e459b519669" }, { - "title": "Le numéro 24 de Loïc Perrin retiré à l'AS Saint-Étienne", - "description": "470 matchs et fidèle toute sa carrière au même club.
    \n
    \nLoïc Perrin est une légende du côté du Forez. Après qu'il a passé dix-sept saisons professionnelles à l'AS Saint-Étienne,…

    ", - "content": "470 matchs et fidèle toute sa carrière au même club.
    \n
    \nLoïc Perrin est une légende du côté du Forez. Après qu'il a passé dix-sept saisons professionnelles à l'AS Saint-Étienne,…

    ", + "title": "Lille fait tomber Rennes", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-numero-24-de-loic-perrin-retire-a-l-as-saint-etienne-507444.html", + "link": "https://www.sofoot.com/lille-fait-tomber-rennes-507741.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T08:44:00Z", + "pubDate": "2021-12-01T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lille-fait-tomber-rennes-1638396217_x600_articles-507741.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "455477f704f3da214c11e3239b8ee92e" + "hash": "58637350c0b3b233a354aa30063b80d9" }, { - "title": "Après sa qualification pour la Coupe du monde, la Suisse remercie l'Irlande du Nord avec du chocolat", - "description": "Après l'effort vient le réconfort.
    \n
    \nLes joueurs nord-irlandais vont avoir le droit de faire une petite pause dans leur régime avec ce joli cadeau de la sélection suisse. Qualifiée…

    ", - "content": "Après l'effort vient le réconfort.
    \n
    \nLes joueurs nord-irlandais vont avoir le droit de faire une petite pause dans leur régime avec ce joli cadeau de la sélection suisse. Qualifiée…

    ", + "title": "Paris se heurte à Nice", + "description": "Maître du jeu face à l'OGC Nice, Paris a eu beau tenter d'accélérer en seconde période, il n'a pas réussi à trouver la faille dans la défense azuréenne. Battus samedi par Metz, les Aiglons sont les premiers à mettre en échec le PSG au Parc des Princes en Ligue 1 depuis le début de la saison.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/apres-sa-qualification-pour-la-coupe-du-monde-la-suisse-remercie-l-irlande-du-nord-avec-du-chocolat-507445.html", + "link": "https://www.sofoot.com/paris-se-heurte-a-nice-507727.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T08:31:00Z", + "pubDate": "2021-12-01T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paris-se-heurte-a-nice-1638396107_x600_articles-alt-507727.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "287c09c6e198adb46ac029135fd41c0c" + "hash": "a25fc0ffa274af6aff141ac83c0b478a" }, { - "title": "Jet de projectile : les victimes racontent", - "description": "Touché à la tête par une bouteille jetée des tribunes à Lyon dimanche soir, le capitaine marseillais Dimitri Payet a semblé atteint psychologiquement après cette agression. Étrangement, ce genre d'événements s'est tellement banalisé dans le sport ces dernières années que les autres victimes considèrent cette violence comme faisant partie intégrante du football.Pendant que Smaïl Bouabdellah, Johan Micoud, David Astorga et Thibault Le Rol s'occupaient de meubler l'antenne de Prime Video pendant deux longues heures d'attente, Thierry Henry semblait…", - "content": "Pendant que Smaïl Bouabdellah, Johan Micoud, David Astorga et Thibault Le Rol s'occupaient de meubler l'antenne de Prime Video pendant deux longues heures d'attente, Thierry Henry semblait…", + "title": "Reims punit l'OL sur le gong", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/jet-de-projectile-les-victimes-racontent-507409.html", + "link": "https://www.sofoot.com/reims-punit-l-ol-sur-le-gong-507707.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T05:00:00Z", + "pubDate": "2021-12-01T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-reims-punit-l-ol-sur-le-gong-1638396091_x600_articles-507707.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72984df23fd94a29cf56599b0dc6ae20" + "hash": "b759d49b61877dbee82db6fa0e7ca523" }, { - "title": "Didier Domi : \"Tu peux être dominé et subir, mais pas comme ça...\"", - "description": "Latéral gauche formé au Paris Saint-Germain et passé par le club de la capitale de 1994 à 1998, puis de 2001 à 2003, Didier Domi revient sur la prestation du PSG suite à la défaite du club parisien sur la pelouse de Manchester City en Ligue des champions (2-1).Quelle analyse fais-tu de cette première défaite du PSG en Ligue des champions cette année ?
    \nQuand tu es entraîneur, tu analyses toujours les quatre ou cinq…
    ", - "content": "Quelle analyse fais-tu de cette première défaite du PSG en Ligue des champions cette année ?
    \nQuand tu es entraîneur, tu analyses toujours les quatre ou cinq…
    ", + "title": "Junior Messias met Milan à l'abri du Genoa", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/didier-domi-tu-peux-etre-domine-et-subir-mais-pas-comme-ca-507441.html", + "link": "https://www.sofoot.com/junior-messias-met-milan-a-l-abri-du-genoa-507746.html", "creator": "SO FOOT", - "pubDate": "2021-11-25T00:45:00Z", + "pubDate": "2021-12-01T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-junior-messias-met-milan-a-l-abri-du-genoa-1638395022_x600_articles-507746.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd068758cdb6b9dee1e2000bf69753a2" + "hash": "b677f34cee7a98680a2d2c166a557c18" }, { - "title": "Manchester City-PSG : le bâton pour se faire battre", - "description": "Cette victoire de Manchester City face au PSG (2-1) en Ligue des champions a rappelé deux choses : que malgré la défaite du match aller, le collectif des Citizens est plus costaud que celui des Parisiens. Et que Lionel Messi aime pratiquer la marche sur gazon.Sur les genoux, Kylian Mbappé fait semblant de conduire une voiture, ou de jouer à Mario Kart, avec son nouveau meilleur ami Achraf Hakimi. Le tableau d'affichage du stade indique la…", - "content": "Sur les genoux, Kylian Mbappé fait semblant de conduire une voiture, ou de jouer à Mario Kart, avec son nouveau meilleur ami Achraf Hakimi. Le tableau d'affichage du stade indique la…", + "title": "Naples freiné à Sassuolo", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/manchester-city-psg-le-baton-pour-se-faire-battre-507440.html", + "link": "https://www.sofoot.com/naples-freine-a-sassuolo-507738.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T23:30:00Z", + "pubDate": "2021-12-01T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-naples-freine-a-sassuolo-1638395532_x600_articles-507738.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "565a28bad9f9b5fbc537df9179e1920a" + "hash": "151a83491e9afc86a49d3436d453e290" }, { - "title": "Pedro Gonçalves, le petit prince du Sporting", - "description": "Auteur d'un doublé lors de la belle victoire face au Borussia Dortmund (3-1), Pedro Gonçalves a été l'un des grands artisans de la qualification en huitièmes de finale des champions du Portugal. Une confirmation après un cru 2020-2021 exceptionnel.Lorsque le speaker du stade José-Alvalade annonce la sortie du numéro 28 du Sporting, le public lisboète ne tarde pas à applaudir et à entonner des chants à gorge déployée. Pas parce que le…", - "content": "Lorsque le speaker du stade José-Alvalade annonce la sortie du numéro 28 du Sporting, le public lisboète ne tarde pas à applaudir et à entonner des chants à gorge déployée. Pas parce que le…", + "title": "Les Girondins prennent l'eau à Strasbourg", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pedro-goncalves-le-petit-prince-du-sporting-507438.html", + "link": "https://www.sofoot.com/les-girondins-prennent-l-eau-a-strasbourg-507744.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:59:00Z", + "pubDate": "2021-12-01T20:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-girondins-prennent-l-eau-a-strasbourg-1638388935_x600_articles-507744.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "61f634d7edfa326717dd3f3c78cc55dc" + "hash": "b0eb7510d4de1bf5fdfbb481b4c01c62" }, { - "title": "Marquinhos : \"Le plus important, c'était de se qualifier\"", - "description": "L'heure du bilan.
    \n
    \nInterrogé par Canal+ au sortir de la défaite des siens face à Manchester City (2-1), Marquinhos justifie le revers parisien par les \"différentes stratégies…

    ", - "content": "L'heure du bilan.
    \n
    \nInterrogé par Canal+ au sortir de la défaite des siens face à Manchester City (2-1), Marquinhos justifie le revers parisien par les \"différentes stratégies…

    ", + "title": "Montpellier se relance à Metz", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/marquinhos-le-plus-important-c-etait-de-se-qualifier-507435.html", + "link": "https://www.sofoot.com/montpellier-se-relance-a-metz-507739.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:49:00Z", + "pubDate": "2021-12-01T20:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-montpellier-se-relance-a-metz-1638385831_x600_articles-507739.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ccf2cccedcf32db32220083e52f7cff" + "hash": "2f23b709c85bc6bd07eec52e4d3cfa29" }, { - "title": "Les notes du PSG face à Manchester City", - "description": "Dominés de bout en bout par les Skyblues, les Parisiens ont failli faire le coup parfait, mais ont finalement rompu (2-1). Navas et Mbappé ont cru au hold-up, mais ont été rattrapés par la patrouille des Citizens.

    ", - "content": "

    ", + "title": "Troyes cuisine Lorient", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-du-psg-face-a-manchester-city-507383.html", + "link": "https://www.sofoot.com/troyes-cuisine-lorient-507706.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:15:00Z", + "pubDate": "2021-12-01T20:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-troyes-cuisine-lorient-1638387053_x600_articles-507706.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9ec7a093c97f0ce574f837608a43689" + "hash": "cff809d1e4f19708cc9b8d55053c1dbc" }, { - "title": "Kimpembe : \"La solution ? Bloc médian, coulisser\"", - "description": "C'est pourtant simple !
    \n
    \nComme tous ses coéquipiers, Presnel Kimpembe, auteur d'une prestation honorable face à Manchester City, était forcément \"déçu\" après la défaite…

    ", - "content": "C'est pourtant simple !
    \n
    \nComme tous ses coéquipiers, Presnel Kimpembe, auteur d'une prestation honorable face à Manchester City, était forcément \"déçu\" après la défaite…

    ", + "title": "Monaco calme Angers", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/kimpembe-la-solution-bloc-median-coulisser-507436.html", + "link": "https://www.sofoot.com/monaco-calme-angers-507736.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:13:00Z", + "pubDate": "2021-12-01T19:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-monaco-calme-angers-1638388659_x600_articles-507736.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ff0ad4340ff93e76296819c42d1d2d0" + "hash": "5eb23c97e9887a79fec3220205ff0630" }, { - "title": "Le Real Madrid glace le Sheriff et file en huitièmes", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Union Berlin Leipzig : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Un Union Berlin – Leipzig avec des buts de chaque côté

    \n
    \nPour lancer la 14e journée de Bundesliga, l'Union Berlin reçoit le RB Leipzig.…
    ", + "content": "

    Un Union Berlin – Leipzig avec des buts de chaque côté

    \n
    \nPour lancer la 14e journée de Bundesliga, l'Union Berlin reçoit le RB Leipzig.…
    ", "category": "", - "link": "https://www.sofoot.com/le-real-madrid-glace-le-sheriff-et-file-en-huitiemes-507434.html", + "link": "https://www.sofoot.com/pronostic-union-berlin-leipzig-analyse-cotes-et-prono-du-match-de-bundesliga-507735.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:12:00Z", + "pubDate": "2021-12-01T17:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-union-berlin-leipzig-analyse-cotes-et-prono-du-match-de-bundesliga-1638381264_x600_articles-507735.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e4dbdd3efea17d68871a221ec6d945e2" + "hash": "72b5a73fb4260887d88a2abdbab8b7b3" }, { - "title": "Les notes de Manchester City face au PSG", - "description": "Une fois n'est pas coutume, Jesus a encore sauvé son peuple. Ses apôtres Riyad, Bernardo et İlkay l'ont bien aidé dans sa mission.

    ", - "content": "

    ", + "title": "Pronostic Grenade Alaves : Analyse, cotes et prono du match de Liga", + "description": "

    Alaves réussit un coup à Grenade

    \n
    \nQuart de finaliste de la dernière Europa League, Grenade connait une entame de Liga loin de correspondre aux…
    ", + "content": "

    Alaves réussit un coup à Grenade

    \n
    \nQuart de finaliste de la dernière Europa League, Grenade connait une entame de Liga loin de correspondre aux…
    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-manchester-city-face-au-psg-507433.html", + "link": "https://www.sofoot.com/pronostic-grenade-alaves-analyse-cotes-et-prono-du-match-de-liga-507734.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:00:00Z", + "pubDate": "2021-12-01T17:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-grenade-alaves-analyse-cotes-et-prono-du-match-de-liga-1638380295_x600_articles-507734.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e00dfe3ed7f13bd4fdaabd9e868581b" + "hash": "7a0f3570d30d315ee51a29b8617f47bb" }, { - "title": "Milan arrache la victoire contre l'Atlético et reste en vie", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Manchester United Arsenal : Analyse, cotes et prono du match de Premier League", + "description": "

    Manchester United – Arsenal : une 1ière victorieuse pour Rangnick

    \n
    \nAprès avoir connu plusieurs résultats décevants ces dernières semaines, Ole…
    ", + "content": "

    Manchester United – Arsenal : une 1ière victorieuse pour Rangnick

    \n
    \nAprès avoir connu plusieurs résultats décevants ces dernières semaines, Ole…
    ", "category": "", - "link": "https://www.sofoot.com/milan-arrache-la-victoire-contre-l-atletico-et-reste-en-vie-507431.html", + "link": "https://www.sofoot.com/pronostic-manchester-united-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-507733.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:00:00Z", + "pubDate": "2021-12-01T17:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-manchester-united-arsenal-analyse-cotes-et-prono-du-match-de-premier-league-1638379419_x600_articles-507733.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25ed82bbd6e1b3e90c864dc229bf7fa0" + "hash": "651ae6336274cd0df113b161b6ce18d3" }, { - "title": "Le Sporting élimine Dortmund et file en huitièmes", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Tottenham Brentford : Analyse, cotes et prono du match de Premier League", + "description": "

    Tottenham piégé par Brentford

    \n
    \nArrivé pour succéder à Nuno Espirito Santo, Antonio Conte ne s'attendait pas à une tâche si compliquée à la…
    ", + "content": "

    Tottenham piégé par Brentford

    \n
    \nArrivé pour succéder à Nuno Espirito Santo, Antonio Conte ne s'attendait pas à une tâche si compliquée à la…
    ", "category": "", - "link": "https://www.sofoot.com/le-sporting-elimine-dortmund-et-file-en-huitiemes-507428.html", + "link": "https://www.sofoot.com/pronostic-tottenham-brentford-analyse-cotes-et-prono-du-match-de-premier-league-507732.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:00:00Z", + "pubDate": "2021-12-01T16:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-tottenham-brentford-analyse-cotes-et-prono-du-match-de-premier-league-1638379003_x600_articles-507732.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "717a171ec23d0c4965222500c8952318" + "hash": "2c2418c74b06a2760b2a686344887070" }, { - "title": "Liverpool enchaîne une cinquième victoire contre Porto", - "description": "

    ", - "content": "

    ", + "title": "Todibo devait \"lever le pied\" quand il défendait sur Messi au Barça", + "description": "Ce soir, le monstre ne fera pas semblant face à l'Argentin.
    \n
    \nOui. D'accord. Si vous voulez. Leo Messi a remporté un…

    ", + "content": "Ce soir, le monstre ne fera pas semblant face à l'Argentin.
    \n
    \nOui. D'accord. Si vous voulez. Leo Messi a remporté un…

    ", "category": "", - "link": "https://www.sofoot.com/liverpool-enchaine-une-cinquieme-victoire-contre-porto-507426.html", + "link": "https://www.sofoot.com/todibo-devait-lever-le-pied-quand-il-defendait-sur-messi-au-barca-507731.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T22:00:00Z", + "pubDate": "2021-12-01T16:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-todibo-devait-lever-le-pied-quand-il-defendait-sur-messi-au-barca-1638379989_x600_articles-507731.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df285e8ca44dc0ce4c9e6f128de70e34" + "hash": "be0f9fe56d3276954c0bb1acdfda7183" }, { - "title": "Leipzig détruit Bruges, doublé de Christopher Nkunku", - "description": "

    ", - "content": "

    ", + "title": "Le Sommer sur ses non-sélections : \"Je n'ai pas forcément compris\"", + "description": "Le Sommer amère.
    \n
    \nDepuis plusieurs mois, les relations entre les joueuses de l'équipe de France et Corinne Diacre ne sont pas au beau fixe. Plusieurs cadres ont été écartées de la…

    ", + "content": "Le Sommer amère.
    \n
    \nDepuis plusieurs mois, les relations entre les joueuses de l'équipe de France et Corinne Diacre ne sont pas au beau fixe. Plusieurs cadres ont été écartées de la…

    ", "category": "", - "link": "https://www.sofoot.com/leipzig-detruit-bruges-double-de-christopher-nkunku-507425.html", + "link": "https://www.sofoot.com/le-sommer-sur-ses-non-selections-je-n-ai-pas-forcement-compris-507729.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T21:56:00Z", + "pubDate": "2021-12-01T16:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-sommer-sur-ses-non-selections-je-n-ai-pas-forcement-compris-1638379917_x600_articles-507729.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b2ed6ece71b781fe2c994f7dc3f95c5" + "hash": "1b27f45056b6f9978ed7eb275cb19eb7" }, { - "title": "Le PSG écrabouillé 2-1 à Manchester City", - "description": "Dominateur de la tête et des épaules tout au long de la rencontre, Manchester City a pris sa revanche sur le PSG, deux mois après sa défaite au Parc des Princes. Menés au score sur un but de Mbappé, les Citizens ont renversé la table grâce à Sterling et Gabriel Jesus. Les voilà assurés de terminer en tête de cette poule A, tandis que Paris est qualifié en deuxième position.

    ", - "content": "

    ", + "title": "Pronostic Lazio Udinese : Analyse, cotes et prono du match de Serie A", + "description": "

    La Lazio à la relance face à l'Udinese

    \n
    \nDans le cadre de la 15e journée de Serie A, la Lazio de Rome reçoit l'Udinese. A l'orée de…
    ", + "content": "

    La Lazio à la relance face à l'Udinese

    \n
    \nDans le cadre de la 15e journée de Serie A, la Lazio de Rome reçoit l'Udinese. A l'orée de…
    ", "category": "", - "link": "https://www.sofoot.com/le-psg-ecrabouille-2-1-a-manchester-city-507427.html", + "link": "https://www.sofoot.com/pronostic-lazio-udinese-analyse-cotes-et-prono-du-match-de-serie-a-507730.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T21:55:00Z", + "pubDate": "2021-12-01T16:29:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lazio-udinese-analyse-cotes-et-prono-du-match-de-serie-a-1638378251_x600_articles-507730.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b0c67f8683869c8c58abe354d0318eb" + "hash": "516c5f3e051dd2fdf3826d5e5c6e77e5" }, { - "title": "L'Inter vient à bout du Shakhtar grâce à un doublé de Džeko", - "description": "

    ", - "content": "

    ", + "title": "Dortmund-Bayern se jouera finalement à huis clos", + "description": "L'étau se resserre.
    \n
    \nAlors que l'Allemagne est littéralement frappée par une recrudescence des cas de Covid, les dirigeants du Borussia Dortmund ont pris les devants. Prévu dans un…

    ", + "content": "L'étau se resserre.
    \n
    \nAlors que l'Allemagne est littéralement frappée par une recrudescence des cas de Covid, les dirigeants du Borussia Dortmund ont pris les devants. Prévu dans un…

    ", "category": "", - "link": "https://www.sofoot.com/l-inter-vient-a-bout-du-shakhtar-grace-a-un-double-de-dzeko-507430.html", + "link": "https://www.sofoot.com/dortmund-bayern-se-jouera-finalement-a-huis-clos-507721.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T19:45:00Z", + "pubDate": "2021-12-01T16:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-dortmund-bayern-se-jouera-finalement-a-huis-clos-1638376233_x600_articles-507721.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51b42c40933fe4560807c38e0b952119" + "hash": "7523d6aaa1a4f34b8aacf23088bef76b" }, { - "title": "En direct : Atlético - AC Milan", - "description": "95' : FINITO ! Le Milan est venu à bout de cette crispante équipe rojiblanca. La dernière ...", - "content": "95' : FINITO ! Le Milan est venu à bout de cette crispante équipe rojiblanca. La dernière ...", + "title": "Umtiti s'en prend à des supporters montés sur le capot de sa voiture", + "description": "Big Sam dans tous les mauvais coups.
    \n
    \nC'est une saison cauchemardesque de A à Z pour Samuel Umtiti. Mis au placard au FC Barcelone, le Français n'entrait pas dans les plans de Ronald…

    ", + "content": "Big Sam dans tous les mauvais coups.
    \n
    \nC'est une saison cauchemardesque de A à Z pour Samuel Umtiti. Mis au placard au FC Barcelone, le Français n'entrait pas dans les plans de Ronald…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-atletico-ac-milan-507424.html", + "link": "https://www.sofoot.com/umtiti-s-en-prend-a-des-supporters-montes-sur-le-capot-de-sa-voiture-507724.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T19:45:00Z", + "pubDate": "2021-12-01T15:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-umtiti-s-en-prend-a-des-supporters-montes-sur-le-capot-de-sa-voiture-1638375597_x600_articles-507724.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9a798792c0125307968d3da1c84de86" + "hash": "5a3c2a3a68d8581bcc943403cc4373d5" }, { - "title": "Haller renverse Beşiktaş à lui seul", - "description": "

    ", - "content": "

    ", + "title": "L'OM s'engage à condamner fermement les propos tenus à l'égard de Hyun-Jun Suk", + "description": "Union sacrée.
    \n
    \n\"Après écoute des enregistrements de la rencontre OM-ESTAC, l'Olympique de Marseille se joint au club troyen pour condamner fermement les propos tenus à l'égard…

    ", + "content": "Union sacrée.
    \n
    \n\"Après écoute des enregistrements de la rencontre OM-ESTAC, l'Olympique de Marseille se joint au club troyen pour condamner fermement les propos tenus à l'égard…

    ", "category": "", - "link": "https://www.sofoot.com/haller-renverse-besiktas-a-lui-seul-507422.html", + "link": "https://www.sofoot.com/l-om-s-engage-a-condamner-fermement-les-propos-tenus-a-l-egard-de-hyun-jun-suk-507718.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T19:45:00Z", + "pubDate": "2021-12-01T14:36:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-om-s-engage-a-condamner-fermement-les-propos-tenus-a-l-egard-de-hyun-jun-suk-1638371608_x600_articles-507718.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b123f9ce8dc74a9bf3e40a464415590b" + "hash": "d14985478ac9e5b86178a3f9010a7143" }, { - "title": "En direct : Manchester City - Paris S-G", - "description": "90' : Et c'est TER-MI-NE !
    \n
    \nMalgré un léger sursaut d'orgueil, Paris était en-dessous ce soir ...", - "content": "90' : Et c'est TER-MI-NE !
    \n
    \nMalgré un léger sursaut d'orgueil, Paris était en-dessous ce soir ...", + "title": "Sarina Wiegman insatisfaite des scores fleuves dans le football féminin", + "description": "Une déculottée et des interrogations.
    \n
    \nL'équipe féminine anglaise a atomisé la Lettonie (20-0) ce mardi soir à Doncaster dans le cadre des qualifications pour le Mondial 2023. Si…

    ", + "content": "Une déculottée et des interrogations.
    \n
    \nL'équipe féminine anglaise a atomisé la Lettonie (20-0) ce mardi soir à Doncaster dans le cadre des qualifications pour le Mondial 2023. Si…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-manchester-city-paris-s-g-507432.html", + "link": "https://www.sofoot.com/sarina-wiegman-insatisfaite-des-scores-fleuves-dans-le-football-feminin-507720.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T19:30:00Z", + "pubDate": "2021-12-01T14:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sarina-wiegman-insatisfaite-des-scores-fleuves-dans-le-football-feminin-1638375034_x600_articles-507720.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b751d75d6146e81bbfc0ccce452b6fa" + "hash": "a295cca6225c59d2b40d0165031393a2" }, { - "title": "Naples surpris sur le terrain du Spartak Moscou", - "description": "

    ", - "content": "

    ", + "title": "Le FC Barcelone fixe une deadline à Ousmane Dembélé pour prolonger", + "description": "Tic tac, tic tac...
    \n
    \nDe retour sur les pelouses depuis le début du mois de novembre après une série de blessures, Ousmane Dembélé
    ", + "content": "Tic tac, tic tac...
    \n
    \nDe retour sur les pelouses depuis le début du mois de novembre après une série de blessures, Ousmane Dembélé
    ", "category": "", - "link": "https://www.sofoot.com/naples-surpris-sur-le-terrain-du-spartak-moscou-507423.html", + "link": "https://www.sofoot.com/le-fc-barcelone-fixe-une-deadline-a-ousmane-dembele-pour-prolonger-507719.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T17:30:00Z", + "pubDate": "2021-12-01T14:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-fc-barcelone-fixe-une-deadline-a-ousmane-dembele-pour-prolonger-1638374850_x600_articles-507719.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "920c5ca164e26eb01e1b658e03481bf5" + "hash": "344d1a7de82cadf0b190d2d96e479037" }, { - "title": "La DFL répond négativement à la demande d'Helge Leonhardt (Erzgebirge Aue) d'arrêter les championnats", - "description": "La fête n'est pas finie.
    \n
    \nAlors que les cas de Covid-19 flambent en Allemagne, le président du club de deuxième division Erzgebirge Aue, Helge Leonhardt, a fait part de son inquiétude…

    ", - "content": "La fête n'est pas finie.
    \n
    \nAlors que les cas de Covid-19 flambent en Allemagne, le président du club de deuxième division Erzgebirge Aue, Helge Leonhardt, a fait part de son inquiétude…

    ", + "title": "Patrick Partouche ne veut pas collaborer avec le président de Valenciennes", + "description": "Il a finalement placé ses jetons sur le noir plutôt que le rouge.
    \n
    \nLe casinotier Patrick Partouche, actionnaire minoritaire de Valenciennes, ne partira pas en vacances avec l'actuel…

    ", + "content": "Il a finalement placé ses jetons sur le noir plutôt que le rouge.
    \n
    \nLe casinotier Patrick Partouche, actionnaire minoritaire de Valenciennes, ne partira pas en vacances avec l'actuel…

    ", "category": "", - "link": "https://www.sofoot.com/la-dfl-repond-negativement-a-la-demande-d-helge-leonhardt-erzgebirge-aue-d-arreter-les-championnats-507421.html", + "link": "https://www.sofoot.com/patrick-partouche-ne-veut-pas-collaborer-avec-le-president-de-valenciennes-507715.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T17:20:00Z", + "pubDate": "2021-12-01T13:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-patrick-partouche-ne-veut-pas-collaborer-avec-le-president-de-valenciennes-1638369397_x600_articles-507715.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29f5aaf3013fa32ff8a88f9a5afebf93" + "hash": "b63dc152e4d9d692944b9adc46ef9cba" }, { - "title": "Youth League : les U19 du Paris Saint-Germain se qualifient pour le prochain tour après leur victoire sur Manchester City", - "description": "

    ", - "content": "

    ", + "title": "Le Graët : \"Je ne ferai pas attendre Zidane\"", + "description": "Paris, Manchester United, l'équipe de France... Zizou se fait désirer.
    \n
    \nÀ moins d'un an du début du Mondial 2022, les rumeurs vont bon train sur la succession de Didier Deschamps à…

    ", + "content": "Paris, Manchester United, l'équipe de France... Zizou se fait désirer.
    \n
    \nÀ moins d'un an du début du Mondial 2022, les rumeurs vont bon train sur la succession de Didier Deschamps à…

    ", "category": "", - "link": "https://www.sofoot.com/youth-league-les-u19-du-paris-saint-germain-se-qualifient-pour-le-prochain-tour-apres-leur-victoire-sur-manchester-city-507418.html", + "link": "https://www.sofoot.com/le-graet-je-ne-ferai-pas-attendre-zidane-507716.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T17:08:00Z", + "pubDate": "2021-12-01T13:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-graet-je-ne-ferai-pas-attendre-zidane-1638369630_x600_articles-507716.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8375bbcb08997b37274a66ddc1d28d78" + "hash": "e5a60f0e5a982166e891868138f50f1e" }, { - "title": "Karim Benzema reconnu coupable : Mathieu Valbuena \"soulagé\" selon son avocat", - "description": "Petit Vélo souffle enfin.
    \n
    \nC'est l'événement de ce mercredi : Karim Benzema a officiellement été
    ", - "content": "Petit Vélo souffle enfin.
    \n
    \nC'est l'événement de ce mercredi : Karim Benzema a officiellement été
    ", + "title": "Portugal : Tondela pourrait se présenter avec 7 joueurs face à Moreirense ce week-end", + "description": "Comme un air de déjà-vu.
    \n
    \nSix. Ils ne sont plus que six joueurs à pouvoir jouer le match face à Moreirense prévu samedi prochain. Rodrigo Miguel, Rúben Gonçalves, Alcobia, Martim,…

    ", + "content": "Comme un air de déjà-vu.
    \n
    \nSix. Ils ne sont plus que six joueurs à pouvoir jouer le match face à Moreirense prévu samedi prochain. Rodrigo Miguel, Rúben Gonçalves, Alcobia, Martim,…

    ", "category": "", - "link": "https://www.sofoot.com/karim-benzema-reconnu-coupable-mathieu-valbuena-soulage-selon-son-avocat-507420.html", + "link": "https://www.sofoot.com/portugal-tondela-pourrait-se-presenter-avec-7-joueurs-face-a-moreirense-ce-week-end-507714.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T16:59:00Z", + "pubDate": "2021-12-01T13:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-portugal-tondela-pourrait-se-presenter-avec-7-joueurs-face-a-moreirense-ce-week-end-1638368591_x600_articles-507714.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ea184b1bdca95765ccd66871f04ba0c" + "hash": "5c7e24998b4a46da122297e4b8f4b650" }, { - "title": "25 ultras de la Juve interdits de stade après le derby contre le Torino", - "description": "Une sanction à la hauteur.
    \n
    \nVingt-cinq membres de groupes ultras de la Juventus (\"Tradizione Antichi Valori\" et \"Bravi Ragazzi\") sont désormais interdits de stade pour des…

    ", - "content": "Une sanction à la hauteur.
    \n
    \nVingt-cinq membres de groupes ultras de la Juventus (\"Tradizione Antichi Valori\" et \"Bravi Ragazzi\") sont désormais interdits de stade pour des…

    ", + "title": "Le problème des tribunes en Ligue 1 : \"Le dialogue en France est cité en exemple en Europe\"", + "description": "Le championnat de France connaît un début de saison enthousiasmant sur le terrain, mais subit ces dernières semaines des incidents récurrents et préoccupants en tribunes. Le jet d'une bouteille d'eau sur Dimitri Payet lors de Lyon-Marseille a été la goutte de Cristaline qui a fait déborder le vase pour tout le monde, voire un électrochoc pour les décideurs du foot hexagonal. La période est désormais consacrée aux réunions et à la réflexion. Dans ce contexte, So Foot a donné la parole à cinq acteurs, des membres de l'Association nationale des supporters au directeur général de la LFP, pour essayer de mieux comprendre la situation actuelle et envisager de sortir de cette crise par le haut.
    Le casting :
    \nMe Pierre Barthélémy : Avocat de l'Association nationale des supporters
    \nSacha Houlié : Député LREM…

    ", + "content": "
    Le casting :
    \nMe Pierre Barthélémy : Avocat de l'Association nationale des supporters
    \nSacha Houlié : Député LREM…

    ", "category": "", - "link": "https://www.sofoot.com/25-ultras-de-la-juve-interdits-de-stade-apres-le-derby-contre-le-torino-507417.html", + "link": "https://www.sofoot.com/le-probleme-des-tribunes-en-ligue-1-le-dialogue-en-france-est-cite-en-exemple-en-europe-507700.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T16:47:00Z", + "pubDate": "2021-12-01T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-probleme-des-tribunes-en-ligue-1-le-dialogue-en-france-est-cite-en-exemple-en-europe-1638351661_x600_articles-alt-507700.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fedc39d94bbdc20d56dc2bb5c358d89b" + "hash": "b6240208c379e169d8ffb0b5eb8acf5e" }, { - "title": "La CAF inquiète pour l'organisation de la CAN 2022 au Cameroun", - "description": "La vérité de juin n'est pas celle de novembre.
    \n
    \nIl y a six mois, Véron Mosengo-Omba, secrétaire général de la Confédération africaine de football,
    ", - "content": "La vérité de juin n'est pas celle de novembre.
    \n
    \nIl y a six mois, Véron Mosengo-Omba, secrétaire général de la Confédération africaine de football,
    ", + "title": "Le Barça organise un référendum pour la rénovation du Camp Nou", + "description": "Ça doit de l'argent à toute la planète, mais bon.
    \n
    \nDepuis 2014 et l'approbation de la rénovation complète du Camp Nou par tous les dirigeants du club, rien n'a véritablement…

    ", + "content": "Ça doit de l'argent à toute la planète, mais bon.
    \n
    \nDepuis 2014 et l'approbation de la rénovation complète du Camp Nou par tous les dirigeants du club, rien n'a véritablement…

    ", "category": "", - "link": "https://www.sofoot.com/la-caf-inquiete-pour-l-organisation-de-la-can-2022-au-cameroun-507414.html", + "link": "https://www.sofoot.com/le-barca-organise-un-referendum-pour-la-renovation-du-camp-nou-507713.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T16:35:00Z", + "pubDate": "2021-12-01T12:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-barca-organise-un-referendum-pour-la-renovation-du-camp-nou-1638364788_x600_articles-507713.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6816ea2c8f5c90676ce60b60b06d7883" + "hash": "fd958044722de5df26cad1b5da1500af" }, { - "title": "Luís Figo : \"La Superligue est morte\"", - "description": "Luís le fossoyeur.
    \n
    \nRécemment, Florentino Pérez et Andrea Agnelli sont…

    ", - "content": "Luís le fossoyeur.
    \n
    \nRécemment, Florentino Pérez et Andrea Agnelli sont…

    ", + "title": "Des militants envisagent une action contre le Mondial 2022 devant le siège de la FFF", + "description": "Le Qatar dans le viseur des associations.
    \n
    \nLa prochaine Coupe du monde est décidément au cœur de tous les débats.
    ", + "content": "Le Qatar dans le viseur des associations.
    \n
    \nLa prochaine Coupe du monde est décidément au cœur de tous les débats.
    ", "category": "", - "link": "https://www.sofoot.com/luis-figo-la-superligue-est-morte-507416.html", + "link": "https://www.sofoot.com/des-militants-envisagent-une-action-contre-le-mondial-2022-devant-le-siege-de-la-fff-507712.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T16:13:00Z", + "pubDate": "2021-12-01T11:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-des-militants-envisagent-une-action-contre-le-mondial-2022-devant-le-siege-de-la-fff-1638361525_x600_articles-507712.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0735f931037d437ed479951fcd29f8e9" + "hash": "42799bea1e4b73c9239d6f2570b5a9e5" }, { - "title": "En District dans le Nord, une équipe fait souffler l'arbitre dans le ballon après la défaite", - "description": "De l'Allier au Nord en passant par l'Allier au Nord en passant par Caramba, encore raté !
    \n
    \nSanctionné d'un match à huis clos à titre conservatoire par la Commission de discipline de la LFP en marge des incidents survenus au Groupama Stadium lors de…

    ", + "content": "Caramba, encore raté !
    \n
    \nSanctionné d'un match à huis clos à titre conservatoire par la Commission de discipline de la LFP en marge des incidents survenus au Groupama Stadium lors de…

    ", "category": "", - "link": "https://www.sofoot.com/en-district-dans-le-nord-une-equipe-fait-souffler-l-arbitre-dans-le-ballon-apres-la-defaite-507412.html", + "link": "https://www.sofoot.com/l-ol-voit-sa-demande-d-annulation-de-huis-clos-rejetee-par-le-cnosf-507711.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T15:30:00Z", + "pubDate": "2021-12-01T11:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-ol-voit-sa-demande-d-annulation-de-huis-clos-rejetee-par-le-cnosf-1638358512_x600_articles-507711.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbb3cbe7cae7bad606bed162bc0869d6" + "hash": "269101a28f2dddcc5307c99398078176" }, { - "title": "Aberdeen : une enquête contre Funso Ojo après un nouvel incident avec un supporter adverse", - "description": "Il n'y a pas qu'en France que ça part en vrille.
    \n
    \nCe samedi, le football écossais nous a offert une histoire pour le moins rocambolesque. Déjà averti, Funso Ojo, milieu de terrain…

    ", - "content": "Il n'y a pas qu'en France que ça part en vrille.
    \n
    \nCe samedi, le football écossais nous a offert une histoire pour le moins rocambolesque. Déjà averti, Funso Ojo, milieu de terrain…

    ", + "title": "Un consultant de beIN Sports se lance dans un discours homophobe en plein direct ", + "description": "140 secondes de pure angoisse.
    \n
    \n\"Pour lutter contre ce phénomène, l'anomalie sexuelle que constitue l'homosexualité, il faut éduquer et raisonner les jeunes. Ce phénomène ne…

    ", + "content": "140 secondes de pure angoisse.
    \n
    \n\"Pour lutter contre ce phénomène, l'anomalie sexuelle que constitue l'homosexualité, il faut éduquer et raisonner les jeunes. Ce phénomène ne…

    ", "category": "", - "link": "https://www.sofoot.com/aberdeen-une-enquete-contre-funso-ojo-apres-un-nouvel-incident-avec-un-supporter-adverse-507413.html", + "link": "https://www.sofoot.com/un-consultant-de-bein-sports-se-lance-dans-un-discours-homophobe-en-plein-direct-507710.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T15:14:00Z", + "pubDate": "2021-12-01T11:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-consultant-de-bein-sports-se-lance-dans-un-discours-homophobe-en-plein-direct-1638358006_x600_articles-507710.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dbc1a2b77c80398c265fac31487bf05c" + "hash": "9b0b6b7060b9a764f532da1c22d852e3" }, { - "title": "L'AS Saint-Étienne invite ses supporters à choisir son nouveau logo ", - "description": "L'heure du choix a sonné.
    \n
    \nDans quelques jours, l'AS Saint-Étienne révèlera son nouveau logo. Celui-ci sera choisi par tous les supporters et supportrices des Verts via
    ", - "content": "L'heure du choix a sonné.
    \n
    \nDans quelques jours, l'AS Saint-Étienne révèlera son nouveau logo. Celui-ci sera choisi par tous les supporters et supportrices des Verts via
    ", + "title": "Les 10 grands moments de Shevchenko à Milan", + "description": "Ce mercredi soir sera rempli d'émotions pour Andriy Shevchenko. Pour la première fois de sa carrière, il va affronter l'AC Milan, le club où il est devenu une légende, et avec lequel il a remporté le Ballon d'or. L'occasion de se remémorer les dix moments forts de son aventure rossonera, entre buts de fou, finales (heureuses et malheureuses) de Ligue de champions, et amour infini.

    1. Le premier but

    \n", + "content": "

    1. Le premier but

    \n", "category": "", - "link": "https://www.sofoot.com/l-as-saint-etienne-invite-ses-supporters-a-choisir-son-nouveau-logo-507411.html", + "link": "https://www.sofoot.com/les-10-grands-moments-de-shevchenko-a-milan-507692.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T14:52:00Z", + "pubDate": "2021-12-01T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-10-grands-moments-de-shevchenko-a-milan-1638350040_x600_articles-alt-507692.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e91d595ae34a4ba58e9b9b6d11d0727a" + "hash": "7e42443955bb2aa4e6afe370b137c666" }, { - "title": "Belgique : le racisme et l'homophobie décomplexés d'un club amateur, le KVV Duffel, sur TikTok", - "description": "Si les clubs amateurs s'y mettent...
    \n
    \nLe club du KVV Duffel, dernier de son championnat en sixième division belge, a innové dans la bêtise et fait monter le niveau d'un cran. L'équipe…

    ", - "content": "Si les clubs amateurs s'y mettent...
    \n
    \nLe club du KVV Duffel, dernier de son championnat en sixième division belge, a innové dans la bêtise et fait monter le niveau d'un cran. L'équipe…

    ", + "title": "Quand l'entraîneur de l'Irak entre sur le terrain pour choisir son tireur de penalty", + "description": "Autant être entraîneur-joueur, c'est pareil.
    \n
    \nCe mardi débutait la dixième Coupe arabe de…

    ", + "content": "Autant être entraîneur-joueur, c'est pareil.
    \n
    \nCe mardi débutait la dixième Coupe arabe de…

    ", "category": "", - "link": "https://www.sofoot.com/belgique-le-racisme-et-l-homophobie-decomplexes-d-un-club-amateur-le-kvv-duffel-sur-tiktok-507408.html", + "link": "https://www.sofoot.com/quand-l-entraineur-de-l-irak-entre-sur-le-terrain-pour-choisir-son-tireur-de-penalty-507709.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T14:35:00Z", + "pubDate": "2021-12-01T10:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quand-l-entraineur-de-l-irak-entre-sur-le-terrain-pour-choisir-son-tireur-de-penalty-1638357785_x600_articles-507709.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "49d51478ce3f0da2e3ec23cfa9e59a56" + "hash": "480c871bbc7a58457667b593c2740635" }, { - "title": "Bientôt des mi-temps de 25 minutes comme au Superbowl ?", - "description": "Ça va faire du bruit.
    \n
    \nC'est le genre de point évoqué à la fin des réunions. Celui qui n'est pas au programme, qui devrait être le moins intéressant, mais qui oblige tout le…

    ", - "content": "Ça va faire du bruit.
    \n
    \nC'est le genre de point évoqué à la fin des réunions. Celui qui n'est pas au programme, qui devrait être le moins intéressant, mais qui oblige tout le…

    ", + "title": "Jack Grealish reconnaît ses difficultés d'adaptation à City", + "description": "Amende honorable.
    \n
    \nDébarqué cet été à l'Etihad Stadium avec l'étiquette…

    ", + "content": "Amende honorable.
    \n
    \nDébarqué cet été à l'Etihad Stadium avec l'étiquette…

    ", "category": "", - "link": "https://www.sofoot.com/bientot-des-mi-temps-de-25-minutes-comme-au-superbowl-507410.html", + "link": "https://www.sofoot.com/jack-grealish-reconnait-ses-difficultes-d-adaptation-a-city-507708.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T14:00:00Z", + "pubDate": "2021-12-01T10:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jack-grealish-reconnait-ses-difficultes-d-adaptation-a-city-1638357311_x600_articles-507708.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5bfaf445c8f63ac617083ffef826f9d0" + "hash": "7d4347d92844268af72f9684db90de8d" }, { - "title": "Appel rejeté pour Fabrizio Miccoli, condamné à 3 ans et demi de prison ferme en Italie", - "description": "Miccoli piégé.
    \n
    \nL'ancien attaquant italien Fabrizio Miccoli a écopé d'une peine de trois ans et demi de prison ferme en Italie pour \"extorsion aggravée au moyen de méthode…

    ", - "content": "Miccoli piégé.
    \n
    \nL'ancien attaquant italien Fabrizio Miccoli a écopé d'une peine de trois ans et demi de prison ferme en Italie pour \"extorsion aggravée au moyen de méthode…

    ", + "title": "Le comité organisateur du Mondial 2022 garantit la sécurité des personnes LGBT à une condition", + "description": "Dit \"Wallah\" ? Non.
    \n
    \nInexistants au Qatar, les droits des personnes lesbiennes, gays, bisexuelles et transgenres (LGBT) seront assouplis pour la prochaine Coupe du monde. Si…

    ", + "content": "Dit \"Wallah\" ? Non.
    \n
    \nInexistants au Qatar, les droits des personnes lesbiennes, gays, bisexuelles et transgenres (LGBT) seront assouplis pour la prochaine Coupe du monde. Si…

    ", "category": "", - "link": "https://www.sofoot.com/appel-rejete-pour-fabrizio-miccoli-condamne-a-3-ans-et-demi-de-prison-ferme-en-italie-507400.html", + "link": "https://www.sofoot.com/le-comite-organisateur-du-mondial-2022-garantit-la-securite-des-personnes-lgbt-a-une-condition-507705.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T13:34:00Z", + "pubDate": "2021-12-01T10:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-comite-organisateur-du-mondial-2022-garantit-la-securite-des-personnes-lgbt-a-une-condition-1638355110_x600_articles-507705.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6249a276ed712feb7e4e0aecc201a2a3" + "hash": "6c816b9ed5278fd5a1154f0b11495776" }, { - "title": "L'avocat de Karim Benzema, Me Antoine Vey, dénonce \"une sanction totalement disproportionnée\"", - "description": "Le sursis ne lui va pas.
    \n
    \nCe mercredi matin,
    ", - "content": "Le sursis ne lui va pas.
    \n
    \nCe mercredi matin,
    ", + "title": "Piqué : \"Je préfère mourir que de jouer à Madrid\"", + "description": "Piqué s'en prend gratuitement au Real Madrid, épisode 1000.
    \n
    \nLe défenseur central du FC Barcelone fait désormais office d'ancien dans le vestiaire du Barça. Avec Jordi Alba et Sergio…

    ", + "content": "Piqué s'en prend gratuitement au Real Madrid, épisode 1000.
    \n
    \nLe défenseur central du FC Barcelone fait désormais office d'ancien dans le vestiaire du Barça. Avec Jordi Alba et Sergio…

    ", "category": "", - "link": "https://www.sofoot.com/l-avocat-de-karim-benzema-me-antoine-vey-denonce-une-sanction-totalement-disproportionnee-507405.html", + "link": "https://www.sofoot.com/pique-je-prefere-mourir-que-de-jouer-a-madrid-507666.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T13:04:00Z", + "pubDate": "2021-12-01T09:57:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pique-je-prefere-mourir-que-de-jouer-a-madrid-1638354759_x600_articles-507666.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cdeb4c0fad05c20c63530d3ee09a9a8c" + "hash": "5488c348f0631898099a4b7768738d5b" }, { - "title": "Benzema, pour l'exemple", - "description": "Karim Benzema a été condamné à un an de prison avec sursis et 75 000 euros d'amende. Il a décidé de faire appel puisque son avocat Me Sylvain Cormier rejette cette \" peine très sévère, injuste et sans preuve \". Le feuilleton n'est donc pas terminé sur le plan judiciaire. Toutefois cette première décision du tribunal clarifie le flou qui existait depuis qu'avait éclaté \" l'affaire de la sextape \", sans pour autant résorber les fractures qui se cristallisent autour de l'attaquant du Real Madrid.Le tribunal correctionnel de Versailles a été pour une fois très clair, indiquant que Karim Benzema (qui ne s'est L'affaire de la sextape fait encore causer.
    \n
    \nUne…

    ", + "content": "L'affaire de la sextape fait encore causer.
    \n
    \nUne…

    ", "category": "", - "link": "https://www.sofoot.com/benzema-pour-l-exemple-507402.html", + "link": "https://www.sofoot.com/noel-le-graet-tacle-valbuena-507703.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T13:00:00Z", + "pubDate": "2021-12-01T09:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-noel-le-graet-tacle-valbuena-1638354598_x600_articles-507703.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e5fad5614af5aa13d0f7fb751bc170ee" + "hash": "c6893cde9c8f9c071f72e576c79e7d4f" }, { - "title": "Et si Neymar devait jouer en numéro 6 ? ", - "description": "Le début de saison a rappelé que Neymar n'avait plus son coup de rein destructeur. Et si l'heure était pour lui de se réinventer et de reculer sur le terrain ? Car ne nous mentons pas, le Brésilien en regista à la Andrea Pirlo est une alternative plus que prometteuse.Il est toujours difficile de faire des bilans en cours de saison. Mais après plus de trois mois de compétition, il est toutefois possible de tirer quelques enseignements de ce PSG new look. Exemple…", - "content": "Il est toujours difficile de faire des bilans en cours de saison. Mais après plus de trois mois de compétition, il est toutefois possible de tirer quelques enseignements de ce PSG new look. Exemple…", + "title": "Le Grand Jojo, icône populaire belge, est décédé à 85 ans", + "description": "Repose en paix Victor le footballiste.
    \n
    \nLe Grand Jojo est mort dans la nuit de ce mardi à mercredi à l'âge de 85 ans des suites d'une longue maladie, a confirmé Cyril Forthomme,…

    ", + "content": "Repose en paix Victor le footballiste.
    \n
    \nLe Grand Jojo est mort dans la nuit de ce mardi à mercredi à l'âge de 85 ans des suites d'une longue maladie, a confirmé Cyril Forthomme,…

    ", "category": "", - "link": "https://www.sofoot.com/et-si-neymar-devait-jouer-en-numero-6-507389.html", + "link": "https://www.sofoot.com/le-grand-jojo-icone-populaire-belge-est-decede-a-85-ans-507702.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T13:00:00Z", + "pubDate": "2021-12-01T09:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-grand-jojo-icone-populaire-belge-est-decede-a-85-ans-1638351244_x600_articles-507702.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4940c4471fea43302a5a370b925887ae" + "hash": "8e365c4e745dec4ca8c5c4eceb232024" }, { - "title": "Rudi Garcia pour s'installer sur le banc de Manchester United ?", - "description": "On ne l'avait pas vu venir, celle-ci.
    \n
    \n15 août 2020. Rudi Garcia traumatise Manchester City (3-1), grand favori pour accéder au dernier carré de la Ligue des champions. Malheureusement…

    ", - "content": "On ne l'avait pas vu venir, celle-ci.
    \n
    \n15 août 2020. Rudi Garcia traumatise Manchester City (3-1), grand favori pour accéder au dernier carré de la Ligue des champions. Malheureusement…

    ", + "title": "Ibrahimović : \"Marine Le Pen a demandé mon expulsion\"", + "description": "Zlatan entre en campagne.
    \n
    \nAprès la parution de sa première autobiographie en 2011, Ibrahimović s'apprête à sortir un nouveau bouquin. Adrenalina sera \"le journal d'un…

    ", + "content": "Zlatan entre en campagne.
    \n
    \nAprès la parution de sa première autobiographie en 2011, Ibrahimović s'apprête à sortir un nouveau bouquin. Adrenalina sera \"le journal d'un…

    ", "category": "", - "link": "https://www.sofoot.com/rudi-garcia-pour-s-installer-sur-le-banc-de-manchester-united-507406.html", + "link": "https://www.sofoot.com/ibrahimovic-marine-le-pen-a-demande-mon-expulsion-507704.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T12:59:00Z", + "pubDate": "2021-12-01T09:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ibrahimovic-marine-le-pen-a-demande-mon-expulsion-1638354630_x600_articles-507704.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d65392b3b2cef64a08aa288a7925ece3" + "hash": "5895bc4031a32cc8250fb7baa334bac7" }, { - "title": "L'AC Ajaccio se considère comme \"le parfait bouc émissaire pour la commission de discipline\"", - "description": "Les Corses dérangent, énième épisode.
    \n
    \nAlors que les événements survenus dimanche soir à Décines lors…

    ", - "content": "Les Corses dérangent, énième épisode.
    \n
    \nAlors que les événements survenus dimanche soir à Décines lors…

    ", + "title": "Le président de la Fédération grecque veut Fernando Santos", + "description": "Tout le monde n'a pas le droit de rêver.
    \n
    \nInvité sur le plateau de la chaîne Open TV, le président de la Fédération grecque de football Panayiotis Dimitriou s'est longuement…

    ", + "content": "Tout le monde n'a pas le droit de rêver.
    \n
    \nInvité sur le plateau de la chaîne Open TV, le président de la Fédération grecque de football Panayiotis Dimitriou s'est longuement…

    ", "category": "", - "link": "https://www.sofoot.com/l-ac-ajaccio-se-considere-comme-le-parfait-bouc-emissaire-pour-la-commission-de-discipline-507404.html", + "link": "https://www.sofoot.com/le-president-de-la-federation-grecque-veut-fernando-santos-507701.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T11:45:00Z", + "pubDate": "2021-12-01T08:38:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-president-de-la-federation-grecque-veut-fernando-santos-1638350445_x600_articles-507701.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aa6b4bb975d977ab728e95aef24bad91" + "hash": "26cdc721ba688bd36182bd857303b567" }, { - "title": "Marco Verratti et Georginio Wijnaldum (PSG) finalement incertains pour affronter Manchester City", - "description": "C'était trop beau pour être vrai.
    \n
    \nAlors que tout le monde pensait que Mauricio Pochettino allait disposer d'un effectif au grand complet pour le déplacement sur la pelouse de…

    ", - "content": "C'était trop beau pour être vrai.
    \n
    \nAlors que tout le monde pensait que Mauricio Pochettino allait disposer d'un effectif au grand complet pour le déplacement sur la pelouse de…

    ", + "title": "Gabriel (Arsenal) a repoussé un voleur armé d'une batte de baseball venu voler sa voiture", + "description": "Intraitable au recul frein.
    \n
    \nEn descendant de sa Mercedes qu'il vient de garer dans son garage, Gabriel, tout juste installé à Londres, fait un pas en arrière puis lève les mains,…

    ", + "content": "Intraitable au recul frein.
    \n
    \nEn descendant de sa Mercedes qu'il vient de garer dans son garage, Gabriel, tout juste installé à Londres, fait un pas en arrière puis lève les mains,…

    ", "category": "", - "link": "https://www.sofoot.com/marco-verratti-et-georginio-wijnaldum-psg-finalement-incertains-pour-affronter-manchester-city-507403.html", + "link": "https://www.sofoot.com/gabriel-arsenal-a-repousse-un-voleur-arme-d-une-batte-de-baseball-venu-voler-sa-voiture-507699.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T11:37:00Z", + "pubDate": "2021-12-01T08:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gabriel-arsenal-a-repousse-un-voleur-arme-d-une-batte-de-baseball-venu-voler-sa-voiture-1638350132_x600_articles-507699.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f479838cdc065db9ed3764c12526dd8" + "hash": "ee7f70b7f92081f2cb69d6c344bfc8e7" }, { - "title": "Noël Le Graët confirme que Karim Benzema \"reste sélectionnable\" en équipe de France", - "description": "Un problème Benzema ? Quel problème Benzema ?
    \n
    \n\"Benzema ne sera pas exclu par rapport à une éventuelle sanction judiciaire\",
    ", - "content": "Un problème Benzema ? Quel problème Benzema ?
    \n
    \n\"Benzema ne sera pas exclu par rapport à une éventuelle sanction judiciaire\",
    ", + "title": "Troyes dénonce des propos racistes à l'encontre de Suk tenus par le banc marseillais", + "description": "Deux jours après la victoire de l'Olympique de Marseille contre Troyes (1-0), dans le cadre de la…", + "content": "Deux jours après la victoire de l'Olympique de Marseille contre Troyes (1-0), dans le cadre de la…", "category": "", - "link": "https://www.sofoot.com/noel-le-graet-confirme-que-karim-benzema-reste-selectionnable-en-equipe-de-france-507401.html", + "link": "https://www.sofoot.com/troyes-denonce-des-propos-racistes-a-l-encontre-de-suk-tenus-par-le-banc-marseillais-507698.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T11:09:00Z", + "pubDate": "2021-12-01T07:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-troyes-denonce-des-propos-racistes-a-l-encontre-de-suk-tenus-par-le-banc-marseillais-1638349733_x600_articles-507698.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0ebf01f1e7bf87289e96cc77300f3e02" + "hash": "609f943d3f1602f2b447e5bc33243785" }, { - "title": "Declan Rice (West Ham) tape un freestyle de rap dans un Space sur Twitter", - "description": "Quand on n'est pas qualifié en Ligue des champions, on s'occupe autrement.
    \n
    \nSur Twitter, l'événement phare de ce mardi soir n'était ni
    ", - "content": "Quand on n'est pas qualifié en Ligue des champions, on s'occupe autrement.
    \n
    \nSur Twitter, l'événement phare de ce mardi soir n'était ni
    ", + "title": "Il ne fallait pas enterrer Anthony Lopes", + "description": "Encore très inspiré dimanche dernier lors de la victoire à Montpellier (0-1), Anthony Lopes renaît après une saison et un été bien compliqués. Entre comportement irréprochable, performances décisives et adaptation aux préceptes de Bosz, le Portugais a tout fait pour retrouver son niveau et sa légitimité.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/declan-rice-west-ham-tape-un-freestyle-de-rap-dans-un-space-sur-twitter-507397.html", + "link": "https://www.sofoot.com/il-ne-fallait-pas-enterrer-anthony-lopes-507687.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T10:39:00Z", + "pubDate": "2021-12-01T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-il-ne-fallait-pas-enterrer-anthony-lopes-1638285278_x600_articles-alt-507687.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd69436a2f7c386e96dc2827a9f05318" + "hash": "44ab45f6e232d0bea8117a1485f7d644" }, { - "title": "Pronostic Leicester Legia Varsovie : Analyse, cotes et prono du match de Ligue Europa", - "description": "

    Leicester se relance face au Legia Varsovie

    \n
    \nCe groupe C d'Europa League est certainement l'un des plus ouverts. En effet, les 4 équipes du groupe…
    ", - "content": "

    Leicester se relance face au Legia Varsovie

    \n
    \nCe groupe C d'Europa League est certainement l'un des plus ouverts. En effet, les 4 équipes du groupe…
    ", + "title": "Bordeaux : défense d'en rire", + "description": "Défaits par Brest dimanche dernier (2-1), les Girondins de Bordeaux ont encaissé 32 buts depuis le début de la saison. C'est trop, beaucoup trop, pour espérer quoi que ce soit dans ce championnat.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-leicester-legia-varsovie-analyse-cotes-et-prono-du-match-de-ligue-europa-507399.html", + "link": "https://www.sofoot.com/bordeaux-defense-d-en-rire-507600.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T10:33:00Z", + "pubDate": "2021-12-01T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bordeaux-defense-d-en-rire-1638191876_x600_articles-alt-507600.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9a50ee71b81ad2d927be107a941ecd1" + "hash": "1d9c6fc711efa51f6a7f5670d2db0303" }, { - "title": "Pronostic Monaco Real Sociedad : Analyse, cotes et prono du match de Ligue Europa", - "description": "

    Monaco conserve sa 1re place face à la Real Sociedad

    \n
    \nDans ce groupe B de l'Europa League, quasiment tous les scenarii sont encore…
    ", - "content": "

    Monaco conserve sa 1re place face à la Real Sociedad

    \n
    \nDans ce groupe B de l'Europa League, quasiment tous les scenarii sont encore…
    ", + "title": "Les notes de l'épisode 13 de Koh-Lanta La Légende", + "description": "Dernier conseil de classe avant l'orientation, un enfer pour les cancres dans un nouvel épisode à double élimination...

    La tribu réunifiée

    \n
    \n
    \n
    \nBeaucoup de souffrance…


    ", + "content": "

    La tribu réunifiée

    \n
    \n
    \n
    \nBeaucoup de souffrance…


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-monaco-real-sociedad-analyse-cotes-et-prono-du-match-de-ligue-europa-507398.html", + "link": "https://www.sofoot.com/les-notes-de-l-episode-13-de-koh-lanta-la-legende-507689.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T10:18:00Z", + "pubDate": "2021-11-30T22:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-l-episode-13-de-koh-lanta-la-legende-1638312648_x600_articles-alt-507689.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8458981e7b8ec5a4ca3bc721585d8cac" + "hash": "b7e1db836c0f04b0dcd737557876746c" }, { - "title": "Pronostic Rennes Vitesse Arnhem : Analyse, cotes et prono du match de Ligue Europa Conférence", - "description": "

    Rennes à pleine Vitesse

    \n
    \nInvaincu lors de ses 11 dernières rencontres toutes compétitions confondues, Rennes affiche sur cette période un…
    ", - "content": "

    Rennes à pleine Vitesse

    \n
    \nInvaincu lors de ses 11 dernières rencontres toutes compétitions confondues, Rennes affiche sur cette période un…
    ", + "title": "Les Bleues terminent l'année en beauté face au pays de Galles", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-rennes-vitesse-arnhem-analyse-cotes-et-prono-du-match-de-ligue-europa-conference-507396.html", + "link": "https://www.sofoot.com/les-bleues-terminent-l-annee-en-beaute-face-au-pays-de-galles-507678.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T10:17:00Z", + "pubDate": "2021-11-30T22:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-bleues-terminent-l-annee-en-beaute-face-au-pays-de-galles-1638308398_x600_articles-507678.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "547c6ceddae5b7bebcd02fcaa7c03b55" + "hash": "eecbc9aa0045ccc2b4fe34573bd15af2" }, { - "title": "Pronostic Bröndby Lyon : Analyse, cotes et prono du match de Ligue Europa", - "description": "

    Lyon enchaîne à Bröndby

    \n
    \nCette opposition entre Brondby et l'Olympique Lyonnais met aux prises les deux extrémités du groupe, puisque le club…
    ", - "content": "

    Lyon enchaîne à Bröndby

    \n
    \nCette opposition entre Brondby et l'Olympique Lyonnais met aux prises les deux extrémités du groupe, puisque le club…
    ", + "title": "La Juventus se rassure à Salerne", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-brondby-lyon-analyse-cotes-et-prono-du-match-de-ligue-europa-507395.html", + "link": "https://www.sofoot.com/la-juventus-se-rassure-a-salerne-507697.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T10:01:00Z", + "pubDate": "2021-11-30T21:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-juventus-se-rassure-a-salerne-1638309444_x600_articles-507697.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "190780a32fb6eb962f54fda1f0bbe0c6" + "hash": "f85d83aabb84a39a68afc4603130e1a9" }, { - "title": "Carlo Ancelotti : \"Pour entraîner, c'est mieux d'avoir une Ferrari qu'une Fiat 500\"", - "description": "Et la Formule 1, c'est mieux que le karting, c'est ça ?
    \n
    \nRevenu cet été au Real Madrid, Carlo Ancelotti réussit pour l'instant un début de saison idéal avec les Merengues.…

    ", - "content": "Et la Formule 1, c'est mieux que le karting, c'est ça ?
    \n
    \nRevenu cet été au Real Madrid, Carlo Ancelotti réussit pour l'instant un début de saison idéal avec les Merengues.…

    ", + "title": "En direct : Koh-Lanta, la légende épisode 13", + "description": "Ce mardi soir, il n'y a ni Ligue des Champions, ni Ligue 1. Et l'équipe de France féminine va battre le Pays de Galles 3-0. Maintenant que tout est dit, il ne vous reste plus aucune excuse pour manquer Koh-Lanta. D'autant qu'une demi-finale, ça ne se rate pas, pour rien au monde, jamais. Surtout si c'est l'occasion de rendre le Ballon d'or au seul homme qui le mérite vraiment plus que Leo Messi : Ugo le Magnifique.22h52 : Et ce n'est pas bon pour Laurent, qui n'avait pas compris qu'il fallait faire correspondre les couleurs. Moi non plus cela dit.
    \n
    \n22h51 : Puisqu'on en est aux…

    ", + "content": "22h52 : Et ce n'est pas bon pour Laurent, qui n'avait pas compris qu'il fallait faire correspondre les couleurs. Moi non plus cela dit.
    \n
    \n22h51 : Puisqu'on en est aux…

    ", "category": "", - "link": "https://www.sofoot.com/carlo-ancelotti-pour-entrainer-c-est-mieux-d-avoir-une-ferrari-qu-une-fiat-500-507393.html", + "link": "https://www.sofoot.com/en-direct-koh-lanta-la-legende-episode-13-507694.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T09:58:00Z", + "pubDate": "2021-11-30T20:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-koh-lanta-la-legende-episode-13-1638289725_x600_articles-alt-507694.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "800214764fdbcb2a94b7132d05e17861" + "hash": "8f1f02d6ddcf90cbbc92759a0ba9eb54" }, { - "title": "Pronostic Galatasaray OM : Analyse, cotes et prono du match de Ligue Europa", - "description": "

    L'OM joue le coup à fond à Galatasaray

    \n
    \nDans ce groupe E d'Europa League, les quatres formations peuvent encore espérer se qualifier :…
    ", - "content": "

    L'OM joue le coup à fond à Galatasaray

    \n
    \nDans ce groupe E d'Europa League, les quatres formations peuvent encore espérer se qualifier :…
    ", + "title": "Derniers Jours : 30€ totalement GRATUITS offerts en EXCLU pour parier cette semaine !", + "description": "

    30€ offerts sans sortir sa CB pour parier sans pression

    \n
    \nDeux sites vous offrent en EXCLU SoFoot un total de 20€ à récupérer gratuitement :
    \n-…

    ", + "content": "

    30€ offerts sans sortir sa CB pour parier sans pression

    \n
    \nDeux sites vous offrent en EXCLU SoFoot un total de 20€ à récupérer gratuitement :
    \n-…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-galatasaray-om-analyse-cotes-et-prono-du-match-de-ligue-europa-507394.html", + "link": "https://www.sofoot.com/derniers-jours-30e-totalement-gratuits-offerts-en-exclu-pour-parier-cette-semaine-507613.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T09:47:00Z", + "pubDate": "2021-11-30T20:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-derniers-jours-30e-totalement-gratuits-offerts-en-exclu-pour-parier-cette-semaine-1638210720_x600_articles-507613.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc3d13b00184f5a8b10ad4b052c1e161" + "hash": "80730527bcca3628a5d00464e7e47c19" }, { - "title": "Affaire de la sextape : Karim Benzema jugé coupable et condamné à un an de prison avec sursis", - "description": "Le verdict est tombé.
    \n
    \nLe tribunal correctionnel de Versailles a reconnu Karim Benzema coupable de \"complicité de délit de tentative de chantage\" et l'a condamné à un an…

    ", - "content": "Le verdict est tombé.
    \n
    \nLe tribunal correctionnel de Versailles a reconnu Karim Benzema coupable de \"complicité de délit de tentative de chantage\" et l'a condamné à un an…

    ", + "title": "L'Atalanta et la Fiorentina sans problème", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/affaire-de-la-sextape-karim-benzema-juge-coupable-et-condamne-a-un-an-de-prison-avec-sursis-507392.html", + "link": "https://www.sofoot.com/l-atalanta-et-la-fiorentina-sans-probleme-507696.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T09:35:00Z", + "pubDate": "2021-11-30T19:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-atalanta-et-la-fiorentina-sans-probleme-1638296578_x600_articles-507696.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e90aad955174ce8e3ee4bde53a092b3f" + "hash": "3dfbdcfdd63643652f53a2ded9e38a56" }, { - "title": "Jorge Jesus (Benfica) dévasté par l'occasion ratée de Haris Seferović face au FC Barcelone", - "description": "En voici un qui vient d'être rhabillé pour l'hiver.
    \n
    \nHaris Seferović a dû passer une sale soirée après son raté seul face à Marc-André ter Stegen dans les derniers souffles
    ", - "content": "En voici un qui vient d'être rhabillé pour l'hiver.
    \n
    \nHaris Seferović a dû passer une sale soirée après son raté seul face à Marc-André ter Stegen dans les derniers souffles
    ", + "title": "LOTO du mercredi 1er décembre 2021 : 29 millions d'€ à gagner (cagnotte record) !", + "description": "La cagnotte du LOTO ne s'arrête plus de monter. 29 millions d'euros sont à gagner ce mercredi 1er décembre 2021. Si quelqu'un remporte la timbale, il remportera le plus gros gain de l'histoire de la loterie française

    LOTO du mercredi 1er décembre 2021 : 29 Millions d'€

    \n
    \n
    \nCe mercredi 1er décembre 2021, la cagnotte du LOTO est à 29 millions…

    ", + "content": "

    LOTO du mercredi 1er décembre 2021 : 29 Millions d'€

    \n
    \n
    \nCe mercredi 1er décembre 2021, la cagnotte du LOTO est à 29 millions…

    ", "category": "", - "link": "https://www.sofoot.com/jorge-jesus-benfica-devaste-par-l-occasion-ratee-de-haris-seferovic-face-au-fc-barcelone-507391.html", + "link": "https://www.sofoot.com/loto-du-mercredi-1er-decembre-2021-29-millions-d-e-a-gagner-cagnotte-record-507655.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T09:22:00Z", + "pubDate": "2021-11-30T08:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-loto-du-mercredi-1er-decembre-2021-29-millions-d-e-a-gagner-cagnotte-record-1638262299_x600_articles-507655.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5866db364bb3fd4c0518c0a706d9b0b6" + "hash": "dc8b1134010255836297a46680559828" }, { - "title": "Samir Nasri ne serait pas surpris de voir Zinédine Zidane sur le banc du PSG", - "description": "L'ex-nouveau Zidane valide Zidane.
    \n
    \nSi la presse anglaise évoque avec insistance une arrivée de Mauricio Pochettino - actuellement en poste au PSG - vers Manchester United, la rumeur…

    ", - "content": "L'ex-nouveau Zidane valide Zidane.
    \n
    \nSi la presse anglaise évoque avec insistance une arrivée de Mauricio Pochettino - actuellement en poste au PSG - vers Manchester United, la rumeur…

    ", + "title": "Lisandro López annonce son départ du Racing", + "description": "Clap de fin pour Licha ?
    \n
    \nUn nuage d'émotion devait traverser le stade du Président-Perón ce lundi soir. En effet, si le temple du Racing Club d'Avellaneda a pu assister à la victoire…

    ", + "content": "Clap de fin pour Licha ?
    \n
    \nUn nuage d'émotion devait traverser le stade du Président-Perón ce lundi soir. En effet, si le temple du Racing Club d'Avellaneda a pu assister à la victoire…

    ", "category": "", - "link": "https://www.sofoot.com/samir-nasri-ne-serait-pas-surpris-de-voir-zinedine-zidane-sur-le-banc-du-psg-507390.html", + "link": "https://www.sofoot.com/lisandro-lopez-annonce-son-depart-du-racing-507695.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T08:17:00Z", + "pubDate": "2021-11-30T17:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lisandro-lopez-annonce-son-depart-du-racing-1638292943_x600_articles-507695.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87f26213a031a4d7cf60f9a2eda7edb9" + "hash": "ab5f95ad008917d0da66916b58472fb4" }, { - "title": "Comment choisir son but de foot ?", - "description": "Pliable, fixe, poteaux carrés ou ronds... Choisir son but de foot peut rapidement devenir un véritable casse-tête. Pour en terminer avec les cages formées par deux simples pulls ou sacs à dos, voici donc un guide absolu des buts de football parmi ceux proposés par le site Netsportique.fr.
    \n

    Gamme \"QUICKFIRE…", - "content": "

    Gamme \"QUICKFIRE…", + "title": "Pini Zahavi, agent de Lewandowski, dégoûté par sa soirée de lundi", + "description": "Cauchemardesque.
    \n
    \nAlors que ses performances monstrueuses faisaient de lui un des prétendants les plus crédibles au Ballon d'or 2021,
    ", + "content": "Cauchemardesque.
    \n
    \nAlors que ses performances monstrueuses faisaient de lui un des prétendants les plus crédibles au Ballon d'or 2021,
    ", "category": "", - "link": "https://www.sofoot.com/comment-choisir-son-but-de-foot-505861.html", + "link": "https://www.sofoot.com/pini-zahavi-agent-de-lewandowski-degoute-par-sa-soiree-de-lundi-507688.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T05:35:00Z", + "pubDate": "2021-11-30T17:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pini-zahavi-agent-de-lewandowski-degoute-par-sa-soiree-de-lundi-1638292572_x600_articles-507688.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3cbfa34382b80b57545ca2a5a2ce4628" + "hash": "82b745931b40737319e05497f2b45109" }, { - "title": "LFP, FFF, Darmanin : le jeu de la bouteille", - "description": "Les instances du foot - sauf les représentants des supporters - dont la LFP et la FFF se sont réunies ce mardi 23 novembre, au ministère de l'Intérieur (le choix du lieu a son importance) en compagnie des ministres de la Justice et des Sports. L'objectif était clairement de proposer une réponse coordonnée à la multiplication des incidents et des débordements, couronnée donc dimanche soir par un jet d'une bouteille sur Dimitri Payet. Seule question : concrètement, qu'est-ce que cela va vraiment changer ?Pour l'instant, nous demeurons surtout dans la communication et la gestion de crise. La ministre des Sports Roxana Maracineanu l'a presque confessé au micro de RMC, rappelant une précédente…", - "content": "Pour l'instant, nous demeurons surtout dans la communication et la gestion de crise. La ministre des Sports Roxana Maracineanu l'a presque confessé au micro de RMC, rappelant une précédente…", + "title": "Rangnick ne sera pas sur le banc contre Arsenal", + "description": "Du rab pour Carrick.
    \n
    \nOfficiellement intronisé ce lundi à Manchester United,…

    ", + "content": "Du rab pour Carrick.
    \n
    \nOfficiellement intronisé ce lundi à Manchester United,…

    ", "category": "", - "link": "https://www.sofoot.com/lfp-fff-darmanin-le-jeu-de-la-bouteille-507371.html", + "link": "https://www.sofoot.com/rangnick-ne-sera-pas-sur-le-banc-contre-arsenal-507693.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T05:00:00Z", + "pubDate": "2021-11-30T16:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-rangnick-ne-sera-pas-sur-le-banc-contre-arsenal-1638290310_x600_articles-507693.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b0bad637ce50f3cd1fa7fe18b45aaec" + "hash": "74aebd9d7da0baf56af2640a18c2f2f2" }, { - "title": "Les clés de Manchester City-PSG", - "description": "Manchester City et le PSG s'apprêtent à en découdre pour la quatrième fois déjà en 2021 ce mercredi soir à l'Etihad Stadium (21h). En jeu : une qualification pour les huitièmes de finale de la Ligue des champions et une grosse option pour la première place du groupe A. Neymar, Messi, Mbappé, Verratti, Guardiola, Foden et même Grealish, le choc s'annonce titanesque. En voici les clés.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Saint-Priest proteste contre une lourde sanction de la FFF", + "description": "Saint-Priest ne l'entend pas de cette oreille.
    \n
    \nLa FFF a infligé une très lourde sanction au club rhodanien après un match contre Martigues le 23 octobre, comptant pour le championnat…

    ", + "content": "Saint-Priest ne l'entend pas de cette oreille.
    \n
    \nLa FFF a infligé une très lourde sanction au club rhodanien après un match contre Martigues le 23 octobre, comptant pour le championnat…

    ", "category": "", - "link": "https://www.sofoot.com/les-cles-de-manchester-city-psg-507364.html", + "link": "https://www.sofoot.com/saint-priest-proteste-contre-une-lourde-sanction-de-la-fff-507690.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T05:00:00Z", + "pubDate": "2021-11-30T16:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-saint-priest-proteste-contre-une-lourde-sanction-de-la-fff-1638289929_x600_articles-507690.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0196936e44dadc3b9aae062ac5a46968" + "hash": "3eaa5b01930206f1373b5871de2855ea" }, { - "title": "Le Roi David", - "description": "Une nouvelle fois buteur ce mardi soir face à Salzbourg (1-0) en Ligue des champions, Jonathan David confirme son rôle d'homme providentiel de l'attaque lilloise depuis le début de saison. Si le LOSC est à un match d'une qualif en C1, il le doit en (grande) partie à son buteur canadien.Qu'il semble loin, le temps où Jonathan David était qualifié d'attaquant aussi intéressant que maladroit. En l'espace d'un an, le gamin canadien a brûlé toutes les étapes plus vite les…", - "content": "Qu'il semble loin, le temps où Jonathan David était qualifié d'attaquant aussi intéressant que maladroit. En l'espace d'un an, le gamin canadien a brûlé toutes les étapes plus vite les…", + "title": "Découvrez le grand et beau livre So Foot sur Zidane : roulettes, tonsure et première étoile", + "description": "Après Diego Maradona, So Foot s'attaque à une autre légende, le plus grand numéro 10 français (derrière Michel ?), avec un livre d'anecdotes, de belles photos et d'articles inédits de 200 pages retraçant son histoire : Zidane - Roulettes, tonsure et première étoile.
    \n
    \nGrâcieux, discret, simple, fougueux, extraterrestre, timide, violent, idolâtré, patriote, brillant, amoureux, présidentiable, aérien,…

    ", + "content": "
    \n
    \nGrâcieux, discret, simple, fougueux, extraterrestre, timide, violent, idolâtré, patriote, brillant, amoureux, présidentiable, aérien,…

    ", "category": "", - "link": "https://www.sofoot.com/le-roi-david-507388.html", + "link": "https://www.sofoot.com/decouvrez-le-grand-et-beau-livre-so-foot-sur-zidane-roulettes-tonsure-et-premiere-etoile-507066.html", "creator": "SO FOOT", - "pubDate": "2021-11-24T00:00:00Z", + "pubDate": "2021-11-24T10:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-decouvrez-le-grand-et-beau-livre-so-foot-sur-zidane-roulettes-tonsure-et-premiere-etoile-1637081049_x600_articles-alt-507066.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9041ba190cb17e95b9e5e9f2e03e929" + "hash": "81b847e0939836c4802c3f42f0b3c625" }, { - "title": "Merci le LOSC !", - "description": "À une journée de la fin de la phase de poules, Lille pointe à la première place de son groupe et peut rêver d'un ticket pour les huitièmes de finale de Ligue des champions. En attendant une possible récompense à Wolfsburg dans quinze jours, le LOSC a le mérite de se montrer à la hauteur dans une compétition que l'on pensait trop grande pour lui.Il faut croire que cette équipe du LOSC est taillée pour les soirées de gala. À la peine en championnat, où ils ont connu plusieurs cruelles déconvenues depuis le début de saison, les Dogues…", - "content": "Il faut croire que cette équipe du LOSC est taillée pour les soirées de gala. À la peine en championnat, où ils ont connu plusieurs cruelles déconvenues depuis le début de saison, les Dogues…", + "title": "Les joueurs de l'Excel Mouscron partent en grève", + "description": "À Mouscron, rien ne va plus.
    \n
    \nSi les joueurs parviennent peu à peu à redresser une situation sportive périlleuse avec quatre victoires sur les quatre derniers matchs - mais une…

    ", + "content": "À Mouscron, rien ne va plus.
    \n
    \nSi les joueurs parviennent peu à peu à redresser une situation sportive périlleuse avec quatre victoires sur les quatre derniers matchs - mais une…

    ", "category": "", - "link": "https://www.sofoot.com/merci-le-losc-507387.html", + "link": "https://www.sofoot.com/les-joueurs-de-l-excel-mouscron-partent-en-greve-507686.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T23:30:00Z", + "pubDate": "2021-11-30T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-joueurs-de-l-excel-mouscron-partent-en-greve-1638288492_x600_articles-507686.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fcc0d7beea6945a4caf924da9b3f59dc" + "hash": "26dfc4f1056cf2146ace1ab6519d85c6" }, { - "title": "Le boss, c'est Chelsea ! ", - "description": "On attendait une finale pour la première place du groupe H à Stamford Bridge entre Chelsea et la Juventus ? On a assisté à un attaque-défense. La faute à des Blues flamboyants et supérieurs dans tous les compartiments du jeu, qui ont torturé une équipe turinoise soudain rappelée à ses limites du moment et repartie de Londres avec un message à transmettre au reste de l'Europe : le tenant du titre a bien l'intention de le rester.Seize occasions à sept, 21 tirs à 8, 8 tentatives cadrées à 2, 13 corners à 3, 20 centres à 6 : voici donc, en chiffres, le détail de l'ultra-domination de Chelsea ce mardi soir à Stamford…", - "content": "Seize occasions à sept, 21 tirs à 8, 8 tentatives cadrées à 2, 13 corners à 3, 20 centres à 6 : voici donc, en chiffres, le détail de l'ultra-domination de Chelsea ce mardi soir à Stamford…", + "title": "Ray Kennedy, légende de Liverpool, est décédé à l'âge de 70 ans", + "description": "Triste nouvelle.
    \n
    \nVainqueur de la Coupe d'Europe des clubs champions en 1977, 1978 et 1981, de la Coupe UEFA en 1976, champion d'Angleterre en 1976, 1977, 1979, 1980 et 1982 sous la…

    ", + "content": "Triste nouvelle.
    \n
    \nVainqueur de la Coupe d'Europe des clubs champions en 1977, 1978 et 1981, de la Coupe UEFA en 1976, champion d'Angleterre en 1976, 1977, 1979, 1980 et 1982 sous la…

    ", "category": "", - "link": "https://www.sofoot.com/le-boss-c-est-chelsea-507384.html", + "link": "https://www.sofoot.com/ray-kennedy-legende-de-liverpool-est-decede-a-l-age-de-70-ans-507691.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T23:00:00Z", + "pubDate": "2021-11-30T15:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ray-kennedy-legende-de-liverpool-est-decede-a-l-age-de-70-ans-1638288265_x600_articles-507691.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c218dbd6cdbf761ce6294d797041114a" + "hash": "825893a49a77f46b122c60a44d54e284" }, { - "title": "Gourvennec : \"L'histoire, on l'écrit\" ", - "description": "Gourvennec est en passe de gagner son pari européen.
    \n
    \nAvec la victoire de son LOSC face à Salzbourg (1-0) ce mardi soir à domicile, Jocelyn Gourvennec s'est montré globalement…

    ", - "content": "Gourvennec est en passe de gagner son pari européen.
    \n
    \nAvec la victoire de son LOSC face à Salzbourg (1-0) ce mardi soir à domicile, Jocelyn Gourvennec s'est montré globalement…

    ", + "title": "Vers des rencontres à huis clos en Bavière ?", + "description": "Ça se corse en Bavière.
    \n
    \nAlors que la région est frappée de plein fouet par une sévère recrudescence des cas de Covid, les responsables du Land de Bavière s'apprêtent à prendre…

    ", + "content": "Ça se corse en Bavière.
    \n
    \nAlors que la région est frappée de plein fouet par une sévère recrudescence des cas de Covid, les responsables du Land de Bavière s'apprêtent à prendre…

    ", "category": "", - "link": "https://www.sofoot.com/gourvennec-l-histoire-on-l-ecrit-507385.html", + "link": "https://www.sofoot.com/vers-des-rencontres-a-huis-clos-en-baviere-507683.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:45:00Z", + "pubDate": "2021-11-30T15:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-vers-des-rencontres-a-huis-clos-en-baviere-1638288109_x600_articles-507683.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1974c24cc0dfb9e7926b9021de9bbe42" + "hash": "a436e251d9b927523292a26df41bb8d2" }, { - "title": "L'Atalanta arrache un point sur le fil à Berne", - "description": "

    ", - "content": "

    ", + "title": "Kamara a zappé la conférence de presse pour des raisons personnelles", + "description": "Ça s'appelle remettre l'église au milieu du village.
    \n
    \nAu lendemain de la défaite de l'Olympique de Marseille
    ", + "content": "Ça s'appelle remettre l'église au milieu du village.
    \n
    \nAu lendemain de la défaite de l'Olympique de Marseille
    ", "category": "", - "link": "https://www.sofoot.com/l-atalanta-arrache-un-point-sur-le-fil-a-berne-507374.html", + "link": "https://www.sofoot.com/kamara-a-zappe-la-conference-de-presse-pour-des-raisons-personnelles-507682.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:10:00Z", + "pubDate": "2021-11-30T15:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kamara-a-zappe-la-conference-de-presse-pour-des-raisons-personnelles-1638287873_x600_articles-507682.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "264bf0566fc0d4c974b9a15b8bb6b46a" + "hash": "02ddc60b59c37a46d6cb92dc4a78f559" }, { - "title": "Séville maîtrise Wolfsburg et se relance", - "description": "

    ", - "content": "

    ", + "title": "L'OL va installer des filets de sécurité devant ses virages", + "description": "L'annonce sparadrap du jour.
    \n
    \nAlors que le président Aulas n'a cessé de marteler que la bouteille arrivée sur le visage de Dimitri Payet le 21 novembre dernier n'était qu'un \"…

    ", + "content": "L'annonce sparadrap du jour.
    \n
    \nAlors que le président Aulas n'a cessé de marteler que la bouteille arrivée sur le visage de Dimitri Payet le 21 novembre dernier n'était qu'un \"…

    ", "category": "", - "link": "https://www.sofoot.com/seville-maitrise-wolfsburg-et-se-relance-507381.html", + "link": "https://www.sofoot.com/l-ol-va-installer-des-filets-de-securite-devant-ses-virages-507680.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:05:00Z", + "pubDate": "2021-11-30T14:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-ol-va-installer-des-filets-de-securite-devant-ses-virages-1638284193_x600_articles-507680.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5fba63da9d6a61dbca7a89dffe561f6" + "hash": "a80a7c2a4270b2023bdbb7c605afd1a7" }, { - "title": "Les notes de l'épisode 12 de Koh-Lanta La Légende", - "description": "Deux éliminés, un gâteau au chocolat et à la banane, une épreuve d'immunité mythique qui aurait mérité un commentaire de Patrick Montel. C'était l'épisode 12 de Koh-Lanta La Légende, voici les notes.

    La tribu réunifiée

    \n
    \n
    \n
    \nOn lui parle de gâteau…


    ", - "content": "

    La tribu réunifiée

    \n
    \n
    \n
    \nOn lui parle de gâteau…


    ", + "title": "Pronostic Clermont Lens : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Lens se reprend à Clermont

    \n
    \nAprès avoir passé de nombreuses années en Ligue 2, le Clermont Foot a décroché une montée historique en Ligue 1 en fin…
    ", + "content": "

    Lens se reprend à Clermont

    \n
    \nAprès avoir passé de nombreuses années en Ligue 2, le Clermont Foot a décroché une montée historique en Ligue 1 en fin…
    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-l-episode-12-de-koh-lanta-la-legende-507360.html", + "link": "https://www.sofoot.com/pronostic-clermont-lens-analyse-cotes-et-prono-du-match-de-ligue-1-507684.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:05:00Z", + "pubDate": "2021-11-30T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-clermont-lens-analyse-cotes-et-prono-du-match-de-ligue-1-1638283477_x600_articles-507684.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1e175aa4b57ae851498a77ffb552fc5" + "hash": "09eaef02c740990146851c5c5ee2474d" }, { - "title": "Les notes de Lille face à Salzbourg ", - "description": "Jonathan David et Reinildo ont bien fait le travail pour permettre à Lille de s'imposer et de prendre la tête de son groupe. Leurs coéquipiers n'ont pas été nuls non plus.

    ", - "content": "

    ", + "title": "À Nîmes, Rani Assaf veut une \"supra association\"", + "description": "Pas sûr que ce soit une \"supra\" idée.
    \n
    \nRani Assaf, le président du Nîmes Olympique, aimerait créer une \"supra association\" avec les groupes de supporters, dans…

    ", + "content": "Pas sûr que ce soit une \"supra\" idée.
    \n
    \nRani Assaf, le président du Nîmes Olympique, aimerait créer une \"supra association\" avec les groupes de supporters, dans…

    ", "category": "", - "link": "https://www.sofoot.com/les-notes-de-lille-face-a-salzbourg-507382.html", + "link": "https://www.sofoot.com/a-nimes-rani-assaf-veut-une-supra-association-507677.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:00:00Z", + "pubDate": "2021-11-30T14:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-a-nimes-rani-assaf-veut-une-supra-association-1638283184_x600_articles-507677.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82f516b1acbd870e80c733815c064986" + "hash": "58e2e3b2e6dd8b64120be00da25f2f11" }, { - "title": "Le Zénith frustre Malmö", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Nantes OM : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Nantes tient tête à l'OM

    \n
    \nPassé près de la correctionnelle la saison passée, le FC Nantes s'était sauvé lors des barrages face à Toulouse. Le…
    ", + "content": "

    Nantes tient tête à l'OM

    \n
    \nPassé près de la correctionnelle la saison passée, le FC Nantes s'était sauvé lors des barrages face à Toulouse. Le…
    ", "category": "", - "link": "https://www.sofoot.com/le-zenith-frustre-malmo-507380.html", + "link": "https://www.sofoot.com/pronostic-nantes-om-analyse-cotes-et-prono-du-match-de-ligue-1-507681.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:00:00Z", + "pubDate": "2021-11-30T14:20:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-nantes-om-analyse-cotes-et-prono-du-match-de-ligue-1-1638282827_x600_articles-507681.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aabbcd70285db3b9ca9a431c93db08df" + "hash": "0ffb15056410ee73c87cb961e78e5993" }, { - "title": "Chelsea broie la Juve et tamponne son ticket", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Lyon Reims : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Lyon confirme face à Reims

    \n
    \nQuatrième de Ligue 1 la saison passée, l'Olympique Lyonnais a dû se contenter de l'Europa League. Pour atteindre une…
    ", + "content": "

    Lyon confirme face à Reims

    \n
    \nQuatrième de Ligue 1 la saison passée, l'Olympique Lyonnais a dû se contenter de l'Europa League. Pour atteindre une…
    ", "category": "", - "link": "https://www.sofoot.com/chelsea-broie-la-juve-et-tamponne-son-ticket-507379.html", + "link": "https://www.sofoot.com/pronostic-lyon-reims-analyse-cotes-et-prono-du-match-de-ligue-1-507679.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:00:00Z", + "pubDate": "2021-11-30T14:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-lyon-reims-analyse-cotes-et-prono-du-match-de-ligue-1-1638282209_x600_articles-507679.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c03c75fc86adcfd8cb9569d1a208a4dc" + "hash": "990caf09ebc6b40311465eeb1cd93a47" }, { - "title": "Lille terrasse Salzbourg", - "description": "Disciplinés et délivrés par un nouveau but de Jonathan David, les Lillois se sont emparés de la tête du groupe G en faisant vaciller le Red Bull Salzbourg, ce mardi au stade Pierre-Mauroy (1-0). Une deuxième victoire consécutive en C1 pour le champion de France en titre qui fait honneur à son statut et qui toque plus que jamais à la porte des huitièmes de finale de la Ligue des champions.

    ", - "content": "

    ", + "title": "Jacques-Henri Eyraud décoré de la légion d'honneur", + "description": "Son plus bel accomplissement depuis la signature de Grégory Sertic ?
    \n
    \nDécidément, ce lundi aura été le jour des belles breloques. Si
    ", + "content": "Son plus bel accomplissement depuis la signature de Grégory Sertic ?
    \n
    \nDécidément, ce lundi aura été le jour des belles breloques. Si
    ", "category": "", - "link": "https://www.sofoot.com/lille-terrasse-salzbourg-507378.html", + "link": "https://www.sofoot.com/jacques-henri-eyraud-decore-de-la-legion-d-honneur-507674.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:00:00Z", + "pubDate": "2021-11-30T14:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jacques-henri-eyraud-decore-de-la-legion-d-honneur-1638281580_x600_articles-507674.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd55861fd69cd968f118a9fbd275c5df" + "hash": "84b590db0eb63d0a66f89333ab759b23" }, { - "title": "Le Barça et Benfica dos à dos", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Brest Saint-Etienne : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Brest, une 5e victoire de rang face à Saint-Etienne

    \n
    \nMal parti dans cette nouvelle saison de Ligue 1, le Stade Brestois a dû attendre la…
    ", + "content": "

    Brest, une 5e victoire de rang face à Saint-Etienne

    \n
    \nMal parti dans cette nouvelle saison de Ligue 1, le Stade Brestois a dû attendre la…
    ", "category": "", - "link": "https://www.sofoot.com/le-barca-et-benfica-dos-a-dos-507377.html", + "link": "https://www.sofoot.com/pronostic-brest-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-507676.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T22:00:00Z", + "pubDate": "2021-11-30T13:35:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-brest-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-1638281507_x600_articles-507676.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12bf72522c8a98b02bae2e99018da3cc" + "hash": "199d81c0caaa45ad49dcad488e0c5d1f" }, { - "title": "En direct : Koh-Lanta, la légende épisode 12", - "description": "Koh-Lanta c'est comme les dîners avec la belle-mère : une semaine de pause, parfois ça fait du bien. Le demi-épisode du soir promet de conclure l'arc entamé dans l'épisode onze, avec une épreuve d'immunité et le Conseil. C'est tout, direz-vous ? Soyons d'accord : ça paraît suspect. Préparez le popcorn.23h05 : Bon les petits potes, on se quitte sur ces promesses de nouvelle épreuve éliminatoire la semaine prochaine après un épisode aussi grand que Frédéric Sammaritano. J'ai envie de…", - "content": "23h05 : Bon les petits potes, on se quitte sur ces promesses de nouvelle épreuve éliminatoire la semaine prochaine après un épisode aussi grand que Frédéric Sammaritano. J'ai envie de…", + "title": "Pronostic Metz Montpellier : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Metz sur sa lancée face à Montpellier

    \n
    \nSi le PSG domine largement la Ligue 1, le reste du championnat est toujours indécis entre les équipes luttant…
    ", + "content": "

    Metz sur sa lancée face à Montpellier

    \n
    \nSi le PSG domine largement la Ligue 1, le reste du championnat est toujours indécis entre les équipes luttant…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-koh-lanta-la-legende-episode-12-507372.html", + "link": "https://www.sofoot.com/pronostic-metz-montpellier-analyse-cotes-et-prono-du-match-de-ligue-1-507675.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T20:00:00Z", + "pubDate": "2021-11-30T13:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-metz-montpellier-analyse-cotes-et-prono-du-match-de-ligue-1-1638279624_x600_articles-507675.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bfd816c00caa12abb15469cf89a05811" + "hash": "995cc5a5bd2a2c86e482c0d2c6df4b83" }, { - "title": "Ronaldo et Sancho punissent Villarreal au bout de l'ennui", - "description": "

    ", - "content": "

    ", + "title": "Pronostic Rennes Lille : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Rennes poursuit sa belle dynamique face à Lille

    \n
    \nL'an passé, le Stade Rennais a connu une saison compliquée avec sa première participation en Ligue…
    ", + "content": "

    Rennes poursuit sa belle dynamique face à Lille

    \n
    \nL'an passé, le Stade Rennais a connu une saison compliquée avec sa première participation en Ligue…
    ", "category": "", - "link": "https://www.sofoot.com/ronaldo-et-sancho-punissent-villarreal-au-bout-de-l-ennui-507369.html", + "link": "https://www.sofoot.com/pronostic-rennes-lille-analyse-cotes-et-prono-du-match-de-ligue-1-507673.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T19:50:00Z", + "pubDate": "2021-11-30T13:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-rennes-lille-analyse-cotes-et-prono-du-match-de-ligue-1-1638278999_x600_articles-507673.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "168b668c95b52e791056ad1621b2c0a9" + "hash": "8fa9e93f9f78918b6b3582c3819e615e" }, { - "title": "En direct : Lille - RB Salzbourg", - "description": "97' : Fin de chantier ! Lille s'impose contre le RB Salzbourg (1-0) grâce à un but de l'artiste ...", - "content": "97' : Fin de chantier ! Lille s'impose contre le RB Salzbourg (1-0) grâce à un but de l'artiste ...", + "title": "Pronostic Strasbourg Bordeaux : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Strasbourg enfonce Bordeaux

    \n
    \nAprès 15 journées de championnat, le Racing Club de Strasbourg occupe la 8e place avec 20 points au compteur.…
    ", + "content": "

    Strasbourg enfonce Bordeaux

    \n
    \nAprès 15 journées de championnat, le Racing Club de Strasbourg occupe la 8e place avec 20 points au compteur.…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-lille-rb-salzbourg-507376.html", + "link": "https://www.sofoot.com/pronostic-strasbourg-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-507672.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T19:45:00Z", + "pubDate": "2021-11-30T13:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-strasbourg-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-1638278362_x600_articles-507672.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d07fc8b40edfb2f58959af6a885acc41" + "hash": "b52cf46eb11378d1594a376c70e37043" }, { - "title": "En direct : Chelsea - Juventus", - "description": "95' : ON N'IRA PAS PLUS LOIN ! Quelle fessée donnée par les champions d'Europe face à cette ...", - "content": "95' : ON N'IRA PAS PLUS LOIN ! Quelle fessée donnée par les champions d'Europe face à cette ...", + "title": "Mattia Caldara, la renaissance vénitienne", + "description": "En 2017, Mattia Caldara symbolisait le futur de la défense italienne. Beau, jeune, cultivé, le natif de Bergame avait tout pour prendre la suite de Giorgio Chiellini ou de Leonardo Bonucci. Quatre ans plus tard, les galères et les pépins physiques l'ont obligé à se relancer du côté du promu Venezia, dans le cadre d'un prêt de l'AC Milan. Mardi soir, le Lombard retrouve son club formateur, l'Atalanta, et espère réaliser sa meilleure partition. Pour prouver qu'il va mieux.Trois ans, dix mois et vingt-six jours. Pour Mattia Caldara – malgré son poste de défenseur central –, cela représente une éternité sans faire trembler les filets. Face à l'AS Roma le 7…", + "content": "Trois ans, dix mois et vingt-six jours. Pour Mattia Caldara – malgré son poste de défenseur central –, cela représente une éternité sans faire trembler les filets. Face à l'AS Roma le 7…", "category": "", - "link": "https://www.sofoot.com/en-direct-chelsea-juventus-507375.html", + "link": "https://www.sofoot.com/mattia-caldara-la-renaissance-venitienne-507633.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T19:45:00Z", + "pubDate": "2021-11-30T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mattia-caldara-la-renaissance-venitienne-1638204457_x600_articles-alt-507633.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4df578111ac3af73bd49286d6eef99fe" + "hash": "31b3409a6a77fbd0d5c37e097ae7f9e4" }, { - "title": "Le Bayern bousculé, mais vainqueur à Kiev", - "description": "

    ", - "content": "

    ", + "title": "C'est quoi cette Coupe arabe de la FIFA ?", + "description": "Du 30 novembre au 18 décembre, la FIFA organise, avec le Qatar, la Coupe arabe 2021 de la FIFA. Seize équipes asiatiques et africaines issues du monde arabe vont participer à la phase finale d'une compétition transcontinentale tombée dans l'oubli. Et pour le pays hôte, cela rassemble à une ultime répétition avant la Coupe du monde 2022.

  • Une compétition vieille de 58 ans remise au goût du jour
  • \n
    \nNon, cette Coupe arabe n'est pas une idée qui vient tout…
    ", + "content": "

  • Une compétition vieille de 58 ans remise au goût du jour
  • \n
    \nNon, cette Coupe arabe n'est pas une idée qui vient tout…
    ", "category": "", - "link": "https://www.sofoot.com/le-bayern-bouscule-mais-vainqueur-a-kiev-507366.html", + "link": "https://www.sofoot.com/c-est-quoi-cette-coupe-arabe-de-la-fifa-507617.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T19:45:00Z", + "pubDate": "2021-11-30T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-c-est-quoi-cette-coupe-arabe-de-la-fifa-1638188639_x600_articles-alt-507617.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7516fb1022763c71de4aa61a751320f" + "hash": "48f5ddd9ab5bf73fcc7af242814ade50" }, { - "title": "En direct : Barcelone - Benfica ", - "description": "96' : ET C'EST TERMINÉ !!!! 0-0 entre le Barça et Benfica. Un score logique tant personne ...", - "content": "96' : ET C'EST TERMINÉ !!!! 0-0 entre le Barça et Benfica. Un score logique tant personne ...", + "title": "Pronostic Troyes Lorient : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un Troyes – Lorient cadenassé

    \n
    \nDans le cadre de la 16e journée de Ligue 1, Troyes reçoit Lorient dans une rencontre importante dans le…
    ", + "content": "

    Un Troyes – Lorient cadenassé

    \n
    \nDans le cadre de la 16e journée de Ligue 1, Troyes reçoit Lorient dans une rencontre importante dans le…
    ", "category": "", - "link": "https://www.sofoot.com/en-direct-barcelone-benfica-507362.html", + "link": "https://www.sofoot.com/pronostic-troyes-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-507671.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T19:45:00Z", + "pubDate": "2021-11-30T12:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-troyes-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-1638277862_x600_articles-507671.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42672a41663a84824d278c16d9132261" + "hash": "d631104c6fd2d7c3f9b472748c383a4d" }, { - "title": "Bafé Gomis, Moussa Marega et Leonardo Jardim champions d'Asie !", - "description": "

    Al-Hilal 2-0 Pohang Steelers

    \nButs : Al-Dawsari (1re) et Marega (63e)
    \n
    \nDéjà vainqueur en 2019, Bafétimbi Gomis…

    ", - "content": "

    Al-Hilal 2-0 Pohang Steelers

    \nButs : Al-Dawsari (1re) et Marega (63e)
    \n
    \nDéjà vainqueur en 2019, Bafétimbi Gomis…

    ", + "title": "Le PSG engrange 1,48 million d'euros par jour", + "description": "\"Qu'est-ce que je vais faire de tout cet oseille.\"
    \n
    \nEn effet, le club de la capitale amasse chaque jour 1,48 million d'euros. Soit 61 712€ par heure, 1028,4€ chaque minute…

    ", + "content": "\"Qu'est-ce que je vais faire de tout cet oseille.\"
    \n
    \nEn effet, le club de la capitale amasse chaque jour 1,48 million d'euros. Soit 61 712€ par heure, 1028,4€ chaque minute…

    ", "category": "", - "link": "https://www.sofoot.com/bafe-gomis-moussa-marega-et-leonardo-jardim-champions-d-asie-507370.html", + "link": "https://www.sofoot.com/le-psg-engrange-148-million-d-euros-par-jour-507667.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T18:00:00Z", + "pubDate": "2021-11-30T12:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-psg-engrange-148-million-d-euros-par-jour-1638277115_x600_articles-507667.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7609daf2e304e20bf31fafaa3f3e60d5" + "hash": "188ea81d4e051611d7305710b6ddb765" }, { - "title": "Ryan Babel va sortir un album de rap autobiographique", - "description": "Vivement le Tour de Babel !
    \n
    \nL'ancien joueur de Liverpool et international néerlandais s'est confié au

    ", - "content": "Vivement le Tour de Babel !
    \n
    \nL'ancien joueur de Liverpool et international néerlandais s'est confié au


    ", + "title": "Pronostic Angers Monaco : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Angers – Monaco : Les 2 équipes marquent

    \n
    \nSurprise de ce début de saison avec de très bonnes performances, Angers a connu depuis quelques semaines…
    ", + "content": "

    Angers – Monaco : Les 2 équipes marquent

    \n
    \nSurprise de ce début de saison avec de très bonnes performances, Angers a connu depuis quelques semaines…
    ", "category": "", - "link": "https://www.sofoot.com/ryan-babel-va-sortir-un-album-de-rap-autobiographique-507368.html", + "link": "https://www.sofoot.com/pronostic-angers-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-507670.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T17:30:00Z", + "pubDate": "2021-11-30T12:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-angers-monaco-analyse-cotes-et-prono-du-match-de-ligue-1-1638277073_x600_articles-507670.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d82bf932f55190ff744fe509e94c31f" + "hash": "f94660b5d3c9eb534e6c1a438cb6430a" }, { - "title": "Olivier Létang élu meilleur président d'Europe par Tuttosport", - "description": "Olivier dans les temps.
    \n
    \nAprès avoir décerné, sans grande surprise,
    le Golden Boy 2021 à Pedri ce…

    ", - "content": "Olivier dans les temps.
    \n
    \nAprès avoir décerné, sans grande surprise, le Golden Boy 2021 à Pedri ce…

    ", + "title": "Pronostic PSG Nice : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Le PSG assure face à Nice

    \n
    \nL'affiche de la 16e journée de Ligue 1 nous amène mercredi au Parc des Princes où le leader parisien reçoit…
    ", + "content": "

    Le PSG assure face à Nice

    \n
    \nL'affiche de la 16e journée de Ligue 1 nous amène mercredi au Parc des Princes où le leader parisien reçoit…
    ", "category": "", - "link": "https://www.sofoot.com/olivier-letang-elu-meilleur-president-d-europe-par-tuttosport-507365.html", + "link": "https://www.sofoot.com/pronostic-psg-nice-analyse-cotes-et-prono-du-match-de-ligue-1-507669.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T17:15:00Z", + "pubDate": "2021-11-30T12:08:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-psg-nice-analyse-cotes-et-prono-du-match-de-ligue-1-1638275320_x600_articles-507669.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a9e4758b1f5e251c343bc237eb2326d" + "hash": "b1c098355f16b9265c7e526853b01888" }, { - "title": "Victor Osimhen forfait pour la CAN 2022", - "description": "Gros mal de crâne pour le Nigeria.
    \n
    \nSorti à la 55e minute du choc entre l'Inter Milan et le Napoli (3-2) après un duel aérien avec Milan Škriniar, Victor Osimhen sera…

    ", - "content": "Gros mal de crâne pour le Nigeria.
    \n
    \nSorti à la 55e minute du choc entre l'Inter Milan et le Napoli (3-2) après un duel aérien avec Milan Škriniar, Victor Osimhen sera…

    ", + "title": "Donnons un Ballon d'or au collectif italien", + "description": "L'Italie a donc gagné l'Euro, et cinq Italiens se sont classés dans le top 30 du Ballon d'or. Mais aucun ne soulèvera le globe doré. Et c'est finalement logique, puisque Roberto Mancini a basé son succès sur la force du collectif plus que sur les individualités.Depuis Naples, où il s'est définitivement réinstallé après son départ de Chine, Fabio Cannavaro peut dormir sur ses deux oreilles. Quinze ans après son sacre, il demeure toujours le dernier…", + "content": "Depuis Naples, où il s'est définitivement réinstallé après son départ de Chine, Fabio Cannavaro peut dormir sur ses deux oreilles. Quinze ans après son sacre, il demeure toujours le dernier…", "category": "", - "link": "https://www.sofoot.com/victor-osimhen-forfait-pour-la-can-2022-507363.html", + "link": "https://www.sofoot.com/donnons-un-ballon-d-or-au-collectif-italien-507657.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T17:00:00Z", + "pubDate": "2021-11-30T12:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-donnons-un-ballon-d-or-au-collectif-italien-1638271846_x600_articles-alt-507657.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da3ffb9aa66c31054ee7b071441d1227" + "hash": "ff51343fce9b3d160a7f1090e62e7691" }, { - "title": "L'ex-entraîneur du Werder Brême empêtré dans une sombre histoire de carnaval", - "description": "Sale histoire.
    \n
    \nTrois jours après avoir présenté sa démission du poste d'entraîneur du…

    ", - "content": "Sale histoire.
    \n
    \nTrois jours après avoir présenté sa démission du poste d'entraîneur du…

    ", + "title": "Pronostic Everton Liverpool : Analyse, cotes et prono du match de Premier League", + "description": "

    Everton – Liverpool : un derby rouge

    \n
    \nLa 14e journée de Premier League nous offre ce mercredi le fameux derby de Liverpool entre Everton et…
    ", + "content": "

    Everton – Liverpool : un derby rouge

    \n
    \nLa 14e journée de Premier League nous offre ce mercredi le fameux derby de Liverpool entre Everton et…
    ", "category": "", - "link": "https://www.sofoot.com/l-ex-entraineur-du-werder-breme-empetre-dans-une-sombre-histoire-de-carnaval-507361.html", + "link": "https://www.sofoot.com/pronostic-everton-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-507668.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T16:30:00Z", + "pubDate": "2021-11-30T11:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-everton-liverpool-analyse-cotes-et-prono-du-match-de-premier-league-1638274182_x600_articles-507668.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45b38149d8cea3bb14361c02ccb210d9" + "hash": "632318c18f30b4b7bbb055683d0ad7d7" }, { - "title": "Six mois de prison avec sursis et cinq ans d'interdiction de stade pour le lanceur de bouteille", - "description": "À bon entendeur.
    \n
    \nAlors que l'audience des incidents survenus à la suite de l'Olympico touchait à sa fin ce mercredi après-midi, la président du tribunal correctionnel de Lyon a…

    ", - "content": "À bon entendeur.
    \n
    \nAlors que l'audience des incidents survenus à la suite de l'Olympico touchait à sa fin ce mercredi après-midi, la président du tribunal correctionnel de Lyon a…

    ", + "title": "Deux personnes jugées pour un projet d'attentat au Roazhon Park", + "description": "Le pire a peut-être été évité.
    \n
    \nDeux hommes âgés de 21 ans sont jugés à partir de ce mardi devant la cour d'assises des mineurs de Paris. Les intéressés sont suspectés…

    ", + "content": "Le pire a peut-être été évité.
    \n
    \nDeux hommes âgés de 21 ans sont jugés à partir de ce mardi devant la cour d'assises des mineurs de Paris. Les intéressés sont suspectés…

    ", "category": "", - "link": "https://www.sofoot.com/six-mois-de-prison-avec-sursis-et-cinq-ans-d-interdiction-de-stade-pour-le-lanceur-de-bouteille-507367.html", + "link": "https://www.sofoot.com/deux-personnes-jugees-pour-un-projet-d-attentat-au-roazhon-park-507665.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T16:15:00Z", + "pubDate": "2021-11-30T11:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-deux-personnes-jugees-pour-un-projet-d-attentat-au-roazhon-park-1638271647_x600_articles-507665.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "99328c64ec1c553f743ae0f42b0a5781" + "hash": "adb0667554332287c258ee4e8a6bb2bb" }, { - "title": "Jesse Marsch et Péter Gulácsi testés positifs à la Covid-19", - "description": "Les bulletins de santé sont de retour.
    \n
    \nPour le RB Leipzig, actuel dernier du groupe A avec un petit point, loin derrière Manchester City et le Paris Saint-Germain, une victoire à…

    ", - "content": "Les bulletins de santé sont de retour.
    \n
    \nPour le RB Leipzig, actuel dernier du groupe A avec un petit point, loin derrière Manchester City et le Paris Saint-Germain, une victoire à…

    ", + "title": "Le PSG doit-il célébrer ce Ballon d'or ?", + "description": "Lionel Messi Ballon d'or, Gianluigi Donnarumma meilleur gardien, le PSG a passé un lundi soir couronné de succès avec deux joueurs primés. Sauf que l'Argentin et l'Italien ne l'ont pas été pour leurs œuvres parisiennes. Peu importe, c'est en tant que joueurs du PSG qu'ils sont venus chercher leur trophée sur scène. De quoi permettre aux dirigeants parisiens de faire le paon tout en essayant de trouver un positionnement adéquat entre gêne, satisfaction et récupération. Comme le disait Liam Neeson dans Taken : \"BON CHANCE\".PSG-Nice, le Parc des Princes est garni et célèbre, en avant-match, son premier Ballon d'or. Lionel Messi, sept baudruches dorées au-dessus de sa cheminée, s'avance vers le rond central. Le…", + "content": "PSG-Nice, le Parc des Princes est garni et célèbre, en avant-match, son premier Ballon d'or. Lionel Messi, sept baudruches dorées au-dessus de sa cheminée, s'avance vers le rond central. Le…", "category": "", - "link": "https://www.sofoot.com/jesse-marsch-et-peter-gulacsi-testes-positifs-a-la-covid-19-507359.html", + "link": "https://www.sofoot.com/le-psg-doit-il-celebrer-ce-ballon-d-or-507664.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T15:15:00Z", + "pubDate": "2021-11-30T11:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-psg-doit-il-celebrer-ce-ballon-d-or-1638268384_x600_articles-alt-507664.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e9dd154474436db97f74dbfe27b3f82" + "hash": "a5daa183bd5b409911095de7a2ccad5c" }, { - "title": "Une panne mécanique vient gâcher le match d'une équipe de Régional 2 ", - "description": "Le vrai coup de la panne.
    \n
    \nEn déplacement ce samedi à Perpignan afin d'y affronter le Perpignan Sporting Nord pour le compte de la 7e journée de Régional 2, l'USA Pezens…

    ", - "content": "Le vrai coup de la panne.
    \n
    \nEn déplacement ce samedi à Perpignan afin d'y affronter le Perpignan Sporting Nord pour le compte de la 7e journée de Régional 2, l'USA Pezens…

    ", + "title": "Habib Beye s'insurge contre la remise du trophée Yachine à Donnarumma à la place de Mendy", + "description": "La soirée des scandales ?
    \n
    \nHabib Beye, aujourd'hui à la tête du Red Star et consultant pour Canal+, est revenu sur le trophée Yachine qui récompense le meilleur gardien de…

    ", + "content": "La soirée des scandales ?
    \n
    \nHabib Beye, aujourd'hui à la tête du Red Star et consultant pour Canal+, est revenu sur le trophée Yachine qui récompense le meilleur gardien de…

    ", "category": "", - "link": "https://www.sofoot.com/une-panne-mecanique-vient-gacher-le-match-d-une-equipe-de-regional-2-507354.html", + "link": "https://www.sofoot.com/habib-beye-s-insurge-contre-la-remise-du-trophee-yachine-a-donnarumma-a-la-place-de-mendy-507660.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T15:00:00Z", + "pubDate": "2021-11-30T10:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-habib-beye-s-insurge-contre-la-remise-du-trophee-yachine-a-donnarumma-a-la-place-de-mendy-1638267812_x600_articles-507660.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "adb8337a5b299b62007dc87967f487d6" + "hash": "18d74296f7ba05b9c8f97be0600a170a" }, { - "title": "La vente de l'ASSE finalement repoussée", - "description": "Retour à la case départ.
    \n
    \nDepuis plusieurs semaines, les dirigeants de Saint-Étienne s'activaient en coulisses afin de trouver les futurs repreneurs du club. Le cabinet d'audit KPMG,…

    ", - "content": "Retour à la case départ.
    \n
    \nDepuis plusieurs semaines, les dirigeants de Saint-Étienne s'activaient en coulisses afin de trouver les futurs repreneurs du club. Le cabinet d'audit KPMG,…

    ", + "title": "Coupe de France : le tirage au sort complet des 32e de finale", + "description": "Exit le Ballon d'or, place au vrai foot.
    \n
    \nCe lundi, les présidents des 64 clubs restants en Coupe de France avaient les yeux rivés sur le tirage au sort, réalisé au Parc des Princes.…

    ", + "content": "Exit le Ballon d'or, place au vrai foot.
    \n
    \nCe lundi, les présidents des 64 clubs restants en Coupe de France avaient les yeux rivés sur le tirage au sort, réalisé au Parc des Princes.…

    ", "category": "", - "link": "https://www.sofoot.com/la-vente-de-l-asse-finalement-repoussee-507358.html", + "link": "https://www.sofoot.com/coupe-de-france-le-tirage-au-sort-complet-des-32e-de-finale-507662.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T14:45:00Z", + "pubDate": "2021-11-30T10:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-le-tirage-au-sort-complet-des-32e-de-finale-1638267254_x600_articles-507662.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23fc798c806116b20343565d26e99798" + "hash": "237e6216fcdb6bd4d05f09c0f08f9011" }, { - "title": "Affaire Hamraoui : le message d'excuse d'Éric Abidal à sa femme", - "description": "Attention, cette séquence d'autoflagellation peut heurter les âmes sensibles.
    \n
    \n\"Hayet Abidal pardonne-moi. Peu importe ta décision, tu resteras à mes yeux la femme de ma vie, et…

    ", - "content": "Attention, cette séquence d'autoflagellation peut heurter les âmes sensibles.
    \n
    \n\"Hayet Abidal pardonne-moi. Peu importe ta décision, tu resteras à mes yeux la femme de ma vie, et…

    ", + "title": "Le sélectionneur de la Nouvelle-Zélande écœuré par l'organisation des qualifications de la zone Océanie", + "description": "Le Qatar, ce fabuleux pays d'Océanie.
    \n
    \nAussi approximatif que la géographie de l'Eurovision avec l'Australie, le tournoi qualificatif à la Coupe du monde 2022 pour la zone Océanie…

    ", + "content": "Le Qatar, ce fabuleux pays d'Océanie.
    \n
    \nAussi approximatif que la géographie de l'Eurovision avec l'Australie, le tournoi qualificatif à la Coupe du monde 2022 pour la zone Océanie…

    ", "category": "", - "link": "https://www.sofoot.com/affaire-hamraoui-le-message-d-excuse-d-eric-abidal-a-sa-femme-507351.html", + "link": "https://www.sofoot.com/le-selectionneur-de-la-nouvelle-zelande-ecoeure-par-l-organisation-des-qualifications-de-la-zone-oceanie-507661.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T14:00:00Z", + "pubDate": "2021-11-30T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-selectionneur-de-la-nouvelle-zelande-ecoeure-par-l-organisation-des-qualifications-de-la-zone-oceanie-1638266863_x600_articles-507661.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e243271f030322dd81d4ec038bc51787" + "hash": "756576339a455a8ec6c4dcd6be4155ad" }, { - "title": "Pronostic Club Bruges Leipzig : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Des buts entre le Club Bruges et Leipzig

    \n
    \nDans un groupe qui comprend Manchester City et le Paris Saint-Germain, le Club Bruges et Leipzig étaient…
    ", - "content": "

    Des buts entre le Club Bruges et Leipzig

    \n
    \nDans un groupe qui comprend Manchester City et le Paris Saint-Germain, le Club Bruges et Leipzig étaient…
    ", + "title": "Ethan Mbappé appelé avec l'équipe de France U16", + "description": "Pour jouer piston ?
    \n
    \nSi Kylian a fini à une honorable neuvième place au classement du Ballon…

    ", + "content": "Pour jouer piston ?
    \n
    \nSi Kylian a fini à une honorable neuvième place au classement du Ballon…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-club-bruges-leipzig-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507355.html", + "link": "https://www.sofoot.com/ethan-mbappe-appele-avec-l-equipe-de-france-u16-507659.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:51:00Z", + "pubDate": "2021-11-30T09:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ethan-mbappe-appele-avec-l-equipe-de-france-u16-1638265104_x600_articles-507659.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60e5986cd4c28ba452b910faae664772" + "hash": "aa9a5a3efb457012cdf1d87cba1214d1" }, { - "title": "Pronostic Sporting Borussia Dortmund : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Le Sporting profite des absences du Borussia Dortmund

    \n
    \nCette opposition entre le Sporting Lisbonne et le Borussia Dortmund est très importante dans…
    ", - "content": "

    Le Sporting profite des absences du Borussia Dortmund

    \n
    \nCette opposition entre le Sporting Lisbonne et le Borussia Dortmund est très importante dans…
    ", + "title": "Marcelo Bielsa : \"J'ai de sérieux doutes sur l'avenir du football professionnel\"", + "description": "\"... et nous regardons ailleurs\", aurait complété Jacques Chirac.
    \n
    \nEn conférence de presse ce lundi, Marcelo Bielsa a tenu à donner son sentiment sur le rythme des matchs…

    ", + "content": "\"... et nous regardons ailleurs\", aurait complété Jacques Chirac.
    \n
    \nEn conférence de presse ce lundi, Marcelo Bielsa a tenu à donner son sentiment sur le rythme des matchs…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-sporting-borussia-dortmund-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507349.html", + "link": "https://www.sofoot.com/marcelo-bielsa-j-ai-de-serieux-doutes-sur-l-avenir-du-football-professionnel-507658.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:38:00Z", + "pubDate": "2021-11-30T09:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-marcelo-bielsa-j-ai-de-serieux-doutes-sur-l-avenir-du-football-professionnel-1638264108_x600_articles-507658.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ba1789efb2e8a99788a6aba73c39d3a" + "hash": "a63696d711f56cb5ae30d5800e97e09a" }, { - "title": "Pronostic Atlético Madrid Milan AC : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    L'Atlético Madrid enfonce un Milan AC presque résigné

    \n
    \nL'Atletico Madrid et le Milan AC jouent un match très important dans le cadre de la…
    ", - "content": "

    L'Atlético Madrid enfonce un Milan AC presque résigné

    \n
    \nL'Atletico Madrid et le Milan AC jouent un match très important dans le cadre de la…
    ", + "title": "Mohamed Salah a remporté le Golden Foot Award", + "description": "Petit lot de consolation.
    \n
    \nTous les projecteurs étaient braqués sur l'annonce du Ballon d'or 2021 ce lundi soir. Mais dans le même temps, à Monaco, une autre cérémonie avait lieu :…

    ", + "content": "Petit lot de consolation.
    \n
    \nTous les projecteurs étaient braqués sur l'annonce du Ballon d'or 2021 ce lundi soir. Mais dans le même temps, à Monaco, une autre cérémonie avait lieu :…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-atletico-madrid-milan-ac-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507353.html", + "link": "https://www.sofoot.com/mohamed-salah-a-remporte-le-golden-foot-award-507656.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:35:00Z", + "pubDate": "2021-11-30T09:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mohamed-salah-a-remporte-le-golden-foot-award-1638263908_x600_articles-507656.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74bbe74b26e6b91ce1af2d1fa2edd70f" + "hash": "625ba3892397592d61249fc4f51709d1" }, { - "title": "Un joueur reçoit un scalpel pendant le Clásico en Colombie", - "description": "OL-OM, c'est de l'eau.
    \n
    \nLors du Clásico du championnat de Colombie, entre l'Atlético Nacional de Medellín et le Millonarios FC de Bogota, l'ambiance était électrique. Et les ultras…

    ", - "content": "OL-OM, c'est de l'eau.
    \n
    \nLors du Clásico du championnat de Colombie, entre l'Atlético Nacional de Medellín et le Millonarios FC de Bogota, l'ambiance était électrique. Et les ultras…

    ", + "title": "Nasser al-Khelaïfi dément les rumeurs autour de Zidane au PSG", + "description": "Zizou, pour quoi faire ?
    \n
    \nBien présent au théâtre du Châtelet ce lundi pour voir sa recrue phare de cet été glaner…

    ", + "content": "Zizou, pour quoi faire ?
    \n
    \nBien présent au théâtre du Châtelet ce lundi pour voir sa recrue phare de cet été glaner…

    ", "category": "", - "link": "https://www.sofoot.com/un-joueur-recoit-un-scalpel-pendant-le-clasico-en-colombie-507352.html", + "link": "https://www.sofoot.com/nasser-al-khelaifi-dement-les-rumeurs-autour-de-zidane-au-psg-507654.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:30:00Z", + "pubDate": "2021-11-30T08:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nasser-al-khelaifi-dement-les-rumeurs-autour-de-zidane-au-psg-1638261605_x600_articles-507654.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e0d741a4cf6a8726d477ef10477dbe8" + "hash": "485e70e08b71c1f9173a10da30dadb39" }, { - "title": "Des jeunes du Stade rennais viennent jouer dans un centre pénitentiaire", - "description": "Mi-temps au mitard.
    \n
    \nHabituées au centre d'entraînement de La Piverdière, les jeunes pousses du Stade rennais se sont délocalisées, le temps d'un après-midi. Deux matchs ont été…

    ", - "content": "Mi-temps au mitard.
    \n
    \nHabituées au centre d'entraînement de La Piverdière, les jeunes pousses du Stade rennais se sont délocalisées, le temps d'un après-midi. Deux matchs ont été…

    ", + "title": "Aulas sur OL-OM : \"Je ne vois pas comment on pourrait nous donner match perdu\"", + "description": "Aulas défend son steak.
    \n
    \nNeuf jours après l'interruption de Lyon-Marseille pour des raisons de sécurité, Jean-Michel Aulas revient
    ", + "content": "Aulas défend son steak.
    \n
    \nNeuf jours après l'interruption de Lyon-Marseille pour des raisons de sécurité, Jean-Michel Aulas revient
    ", "category": "", - "link": "https://www.sofoot.com/des-jeunes-du-stade-rennais-viennent-jouer-dans-un-centre-penitentiaire-507350.html", + "link": "https://www.sofoot.com/aulas-sur-ol-om-je-ne-vois-pas-comment-on-pourrait-nous-donner-match-perdu-507653.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:00:00Z", + "pubDate": "2021-11-30T08:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aulas-sur-ol-om-je-ne-vois-pas-comment-on-pourrait-nous-donner-match-perdu-1638260396_x600_articles-507653.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cfd62cdf4a2119ec1502cf8b61b58f3d" + "hash": "6760d92bc9d7c3d26018595b38a8f17e" }, { - "title": "Tiago Djaló au centre des attentions", - "description": "Solide depuis la blessure de Sven Botman mi-octobre, Tiago Djaló rassure son monde et postule pour s'installer durablement au sein de la charnière lilloise à court-terme. Cela tombe bien, le LOSC a besoin de lui dès ce mardi soir face à Salzbourg (21h) en Ligue des champions.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Le best of des buts amateurs du week-end des 27 et 28 novembre 2021", + "description": "Comme chaque début de semaine, retrouvez grâce au Vrai Foot Day et à l'application Rematch les plus belles vidéos de foot amateur filmées chaque week-end depuis le bord du terrain.Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", + "content": "Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", "category": "", - "link": "https://www.sofoot.com/tiago-djalo-au-centre-des-attentions-507347.html", + "link": "https://www.sofoot.com/le-best-of-des-buts-amateurs-du-week-end-des-27-et-28-novembre-2021-507635.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:00:00Z", + "pubDate": "2021-11-30T07:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-best-of-des-buts-amateurs-du-week-end-des-27-et-28-novembre-2021-1638258642_x600_articles-alt-507635.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "089268981990195f0fa60cbb104a94d9" + "hash": "c5c39e2d3ee8b15c42132648b0726342" }, { - "title": "Le plus grand Tabárez du monde", - "description": "Au terme de quinze ans d'excellents et loyaux services, Óscar Tabárez a tiré sa révérence. Poussé vers la sortie par sa fédération, l'Uruguayen paie un mauvais début de campagne qualificative à la Coupe du monde 2022. Un final triste, mais inéluctable, pour l'homme qui a ramené la Celeste au sommet.Le 19 novembre dernier, l'ère Tabárez touchait officiellement à sa fin. Celle d'un professionnel de 74 ans, en poste depuis le 7 mars 2006 et assis sur le banc national 194 matchs durant. Mais…", - "content": "Le 19 novembre dernier, l'ère Tabárez touchait officiellement à sa fin. Celle d'un professionnel de 74 ans, en poste depuis le 7 mars 2006 et assis sur le banc national 194 matchs durant. Mais…", + "title": "Comment j'ai gagné une Playstation 5 grâce à SO FOOT ", + "description": "Chaque mois depuis le début de saison, SO FOOT et Rue des Joueurs vous proposent d'essayer de gagner une Playstation 5 (et beaucoup d'autres gains) en jouant gratuitement à la SO FOOT LIGUE. Alors qu'on remet une console en jeu pour le mois de décembre et les fêtes de fin d'année, on est allé prendre des nouvelles de Thomas, qui a gagné la première PS5 de la saison en septembre.
    \n
    Depuis quand joues-tu à la SO FOOT LIGUE ?
    \nDepuis le tout premier jour, en fait ! Je suis lecteur de So Foot depuis pas mal d'années et lorsque la SFL a…
    ", + "content": "Depuis quand joues-tu à la SO FOOT LIGUE ?
    \nDepuis le tout premier jour, en fait ! Je suis lecteur de So Foot depuis pas mal d'années et lorsque la SFL a…
    ", "category": "", - "link": "https://www.sofoot.com/le-plus-grand-tabarez-du-monde-507329.html", + "link": "https://www.sofoot.com/comment-j-ai-gagne-une-playstation-5-grace-a-so-foot-507629.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T13:00:00Z", + "pubDate": "2021-11-30T05:02:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-comment-j-ai-gagne-une-playstation-5-grace-a-so-foot-1638199427_x600_articles-507629.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "48db8213b4855c14161b8b6008cf6175" + "hash": "a66cbb7c3f4f3f537dd73639ac910e1e" }, { - "title": "Sergio Ramos dans le groupe parisien pour affronter Manchester City", - "description": "Hallelujah !
    \n
    \nIl aura donc fallu attendre 139 jours pour voir Sergio Ramos être convoqué dans le groupe du Paris Saint-Germain. Et le colosse de 35 ans a bien choisi son moment, puisque…

    ", - "content": "Hallelujah !
    \n
    \nIl aura donc fallu attendre 139 jours pour voir Sergio Ramos être convoqué dans le groupe du Paris Saint-Germain. Et le colosse de 35 ans a bien choisi son moment, puisque…

    ", + "title": "Juventus Circus", + "description": "Résultats plus que décevants depuis le début de la saison, retour de Massimiliano Allegri pour le moment raté, transferts aux finances douteuses... Que ce soit sur ou en dehors des terrains, la Juventus ne respire pas la santé actuellement.Voilà ce qu'on appelle, bien que l'euphémisme l'emporterait presque sur la réalité, une semaine de merde. Cinq jours qui ont ressemblé à un véritable cauchemar pour la Juventus, que ce soit…", + "content": "Voilà ce qu'on appelle, bien que l'euphémisme l'emporterait presque sur la réalité, une semaine de merde. Cinq jours qui ont ressemblé à un véritable cauchemar pour la Juventus, que ce soit…", "category": "", - "link": "https://www.sofoot.com/sergio-ramos-dans-le-groupe-parisien-pour-affronter-manchester-city-507340.html", + "link": "https://www.sofoot.com/juventus-circus-507638.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T12:30:00Z", + "pubDate": "2021-11-30T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-juventus-circus-1638205746_x600_articles-alt-507638.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5fa652c36c6374fc86cb220f99e03138" + "hash": "1ddcb491380ef362b478fb7c32bdb50d" }, { - "title": "L'AS Roma au cœur d'une polémique raciste à cause des chaussures d'Afena-Gyan", - "description": "Décidément, tout va beaucoup trop vite avec Afena-Gyan.
    \n
    \nAprès avoir…

    ", - "content": "Décidément, tout va beaucoup trop vite avec Afena-Gyan.
    \n
    \nAprès avoir…

    ", + "title": "Tabac et football, l'écran de fumée", + "description": "Alors que le mois sans tabac prend fin ce 30 novembre, une question mérite d'être posée : le monde du football est-il si hermétique que cela à la cigarette ? Si l'époque des clopes dans le vestiaire ou sur le banc de touche est révolue, les joueurs n'ont pas tous écrasé leurs mégots pour autant. Car derrière les discours anti-tabac, le monde du football reste accro à la nicotine. Et devinez quoi : la Covid n'a rien arrangé.\"Avant et après le match, et même parfois à la mi-temps, je me cachais pour fumer. Je n'étais pas le seul du vestiaire. À vue de nez, je pense qu'il y a un bon quart de fumeurs dans le…", + "content": "\"Avant et après le match, et même parfois à la mi-temps, je me cachais pour fumer. Je n'étais pas le seul du vestiaire. À vue de nez, je pense qu'il y a un bon quart de fumeurs dans le…", "category": "", - "link": "https://www.sofoot.com/l-as-roma-au-coeur-d-une-polemique-raciste-a-cause-des-chaussures-d-afena-gyan-507342.html", + "link": "https://www.sofoot.com/tabac-et-football-l-ecran-de-fumee-507616.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T12:00:00Z", + "pubDate": "2021-11-30T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tabac-et-football-l-ecran-de-fumee-1638189242_x600_articles-alt-507616.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "628bcce6480217def827666568ce409d" + "hash": "eaf40e870242c1d80623d3e28070bbaa" }, { - "title": "Darmanin donne deux semaines pour trouver des solutions en tribune", - "description": "On n'est plus à quinze jours près.
    \n
    \nGérald Darmanin, le ministre de l'Intérieur, a décidé qu'une deuxième réunion était nécessaire pour tenter de trouver des solutions et…

    ", - "content": "On n'est plus à quinze jours près.
    \n
    \nGérald Darmanin, le ministre de l'Intérieur, a décidé qu'une deuxième réunion était nécessaire pour tenter de trouver des solutions et…

    ", + "title": "Lionel Messi : \"Robert Lewandowski aurait mérité de remporter ce Ballon d'or\"", + "description": "Fair-play Award.
    \n
    \nÉlu Ballon d'or 2021, Lionel Messi n'a pas manqué de rendre hommage à Robert Lewandowski, candidat légitime au sacre final. L'Argentin a ainsi tenu à saluer…

    ", + "content": "Fair-play Award.
    \n
    \nÉlu Ballon d'or 2021, Lionel Messi n'a pas manqué de rendre hommage à Robert Lewandowski, candidat légitime au sacre final. L'Argentin a ainsi tenu à saluer…

    ", "category": "", - "link": "https://www.sofoot.com/darmanin-donne-deux-semaines-pour-trouver-des-solutions-en-tribune-507345.html", + "link": "https://www.sofoot.com/lionel-messi-robert-lewandowski-aurait-merite-de-remporter-ce-ballon-d-or-507652.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T11:30:00Z", + "pubDate": "2021-11-29T21:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lionel-messi-robert-lewandowski-aurait-merite-de-remporter-ce-ballon-d-or-1638220822_x600_articles-507652.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e8e654e20b6b8d7a4b6ab92dfff3b59" + "hash": "dc28d4b312f65f10bff3ecfd15ec0fec" }, { - "title": "Pochettino, l'appel du large", - "description": "Même si les résultats comptables sont brillants avant d'aller défier Manchester City, le PSG de Mauricio Pochettino ne fait pas rêver. Pis, il agace. Et l'avenir du coach argentin, arrivé en janvier dernier, pourrait vite s'écrire loin du Parc des Princes tant les rumeurs d'un départ vers Manchester United se font insistantes après celles de l'été dernier le renvoyant à Tottenham. D'autant que dans le même temps, le nom de Zinédine Zidane rôde dans les couloirs de Doha et que l'Argentin, en deux récentes interviews, a salement amoché son club. Paris, ton univers impitoyable.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Lionel Messi vainqueur du Ballon d'or 2021", + "description": "Lionel Mesept.
    \n
    \nL'édition 2021 du Ballon d'or a sacré Lionel Messi ce lundi. Vainqueur de la Coupe d'Espagne avec le FC Barcelone, meilleur buteur de la Liga 2020-2021 (30 buts) et…

    ", + "content": "Lionel Mesept.
    \n
    \nL'édition 2021 du Ballon d'or a sacré Lionel Messi ce lundi. Vainqueur de la Coupe d'Espagne avec le FC Barcelone, meilleur buteur de la Liga 2020-2021 (30 buts) et…

    ", "category": "", - "link": "https://www.sofoot.com/pochettino-l-appel-du-large-507339.html", + "link": "https://www.sofoot.com/lionel-messi-vainqueur-du-ballon-d-or-2021-507651.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T11:30:00Z", + "pubDate": "2021-11-29T21:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lionel-messi-vainqueur-du-ballon-d-or-2021-1638219945_x600_articles-507651.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88f6e6c3a7f0d754b6e43903fe885aad" + "hash": "326f7ce56398cbb51fa98581012315b1" }, { - "title": "Pronostic Sheriff Tiraspol Real Madrid : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Le Real Madrid prend sa revanche face au Sheriff Tiraspol

    \n
    \nParti sur les chapeaux de roue, le Sheriff Tiraspol a remporté ses deux premiers matchs de…
    ", - "content": "

    Le Real Madrid prend sa revanche face au Sheriff Tiraspol

    \n
    \nParti sur les chapeaux de roue, le Sheriff Tiraspol a remporté ses deux premiers matchs de…
    ", + "title": "Lewandowski, un affront si prévisible", + "description": "64 pions engrangés sur l'année civile, des masterclass week-end après week-end, un record légendaire - celui de Gerd Müller - effacé des tablettes, un neuvième titre de champion d'Allemagne au compteur... et pourtant, Robert Lewandowski a vu le Ballon d'or 2021 lui passer sous le nez. L'insatiable buteur du Bayern Munich n'a en effet pris que la deuxième place du classement qui a été révélé ce lundi soir, étant devancé par Lionel Messi. On peut (et on doit !) s'en indigner. Mais, malheureusement, ce camouflet était presque couru d'avance.Aux yeux de beaucoup, c'en était devenu une évidence : pour Robert Lewandowski, 2020 devait être l'année de la consécration. Sauf qu'une saloperie de virus est passée par là, incitant…", + "content": "Aux yeux de beaucoup, c'en était devenu une évidence : pour Robert Lewandowski, 2020 devait être l'année de la consécration. Sauf qu'une saloperie de virus est passée par là, incitant…", "category": "", - "link": "https://www.sofoot.com/pronostic-sheriff-tiraspol-real-madrid-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507346.html", + "link": "https://www.sofoot.com/lewandowski-un-affront-si-previsible-507650.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T11:27:00Z", + "pubDate": "2021-11-29T21:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lewandowski-un-affront-si-previsible-1638221121_x600_articles-alt-507650.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02925f13ba81c9de1b65849384493a2d" + "hash": "1f070d285fb606b5a46dfa43cb2b9121" }, { - "title": "Pronostic Liverpool FC Porto : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Liverpool en contrôle face à Porto

    \n
    \nEn ayant réalisé un parcours parfait avec 4 victoires lors des 4 premières journées, Liverpool a fait coup…
    ", - "content": "

    Liverpool en contrôle face à Porto

    \n
    \nEn ayant réalisé un parcours parfait avec 4 victoires lors des 4 premières journées, Liverpool a fait coup…
    ", + "title": "Messi, le Ballon dort", + "description": "Vainqueur du Ballon d'or 2021, Lionel Messi a remporté ce lundi son septième globe doré. Une distinction supplémentaire pour l'armoire à trophées de l'Argentin, mais une déception certaine pour le monde du football. Signe, certainement, d'une récompense attribuée par défaut.Après (seulement) deux ans d'attente, le voilà de retour. Le smoking ajusté et le sourire figé, Lionel Messi vient d'être sacré Ballon d'or 2021, au terme d'une soirée aussi longue que…", + "content": "Après (seulement) deux ans d'attente, le voilà de retour. Le smoking ajusté et le sourire figé, Lionel Messi vient d'être sacré Ballon d'or 2021, au terme d'une soirée aussi longue que…", "category": "", - "link": "https://www.sofoot.com/pronostic-liverpool-fc-porto-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507344.html", + "link": "https://www.sofoot.com/messi-le-ballon-dort-507642.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T11:12:00Z", + "pubDate": "2021-11-29T21:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-messi-le-ballon-dort-1638219765_x600_articles-alt-507642.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c5ad6c5c130246d2ecd1ef20e245405b" + "hash": "3f9feb8ada3a8b906784f62a54f0dbd4" }, { - "title": "Pronostic Inter Milan Shakhtar Donetsk : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    L'Inter assure la qualif' face au Shakhtar

    \n
    \nChampion d'Italie en titre, l'Inter était mal parti dans cette campagne de Ligue des Champions. En…
    ", - "content": "

    L'Inter assure la qualif' face au Shakhtar

    \n
    \nChampion d'Italie en titre, l'Inter était mal parti dans cette campagne de Ligue des Champions. En…
    ", + "title": "Karim Benzema, enfin certifié", + "description": "Quatrième du Ballon d'or ce lundi soir, Karim Benzema pourrait se sentir lésé. Mais tout n'est pas noir dans ce résultat, qui l'adoube enfin parmi les très grands de ce sport. Une reconnaissance qui tardait à arriver. Pour la première fois de sa carrière, KB9 est dans le top 10. Une performance qu'il ne faut pas banaliser.Dans un passé pas si lointain, dans une galaxie pas si éloignée, être la figure de proue du Real Madrid vous assurait de vous placer dans la lutte pour le Ballon d'or. Cette année n'a pas…", + "content": "Dans un passé pas si lointain, dans une galaxie pas si éloignée, être la figure de proue du Real Madrid vous assurait de vous placer dans la lutte pour le Ballon d'or. Cette année n'a pas…", "category": "", - "link": "https://www.sofoot.com/pronostic-inter-milan-shakhtar-donetsk-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507343.html", + "link": "https://www.sofoot.com/karim-benzema-enfin-certifie-507628.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T11:01:00Z", + "pubDate": "2021-11-29T21:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-karim-benzema-enfin-certifie-1638201526_x600_articles-alt-507628.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9cd8d47345d071d0d17d4f051b3ec9b0" + "hash": "36255fc0b6c7eac4213af8d1194fcc03" }, { - "title": "Pronostic Besiktas Ajax Amsterdam : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    L'Ajax enchaîne contre le Besiktas

    \n
    \nCe match entre le Besiktas et l'Ajax revêt peu d'importance puisque les Turcs sont quasiment assurés de…
    ", - "content": "

    L'Ajax enchaîne contre le Besiktas

    \n
    \nCe match entre le Besiktas et l'Ajax revêt peu d'importance puisque les Turcs sont quasiment assurés de…
    ", + "title": "Ballon d'or : Karim Benzema au pied du podium, N'golo Kanté cinquième", + "description": "Ce n'est que partie remise.
    \n
    \nKarim Benzema se classe quatrième de ce Ballon d'or 2021. L'attaquant français arrive ainsi au pied du podium, malgré un statut de potentiel favori fort de…

    ", + "content": "Ce n'est que partie remise.
    \n
    \nKarim Benzema se classe quatrième de ce Ballon d'or 2021. L'attaquant français arrive ainsi au pied du podium, malgré un statut de potentiel favori fort de…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-besiktas-ajax-amsterdam-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507341.html", + "link": "https://www.sofoot.com/ballon-d-or-karim-benzema-au-pied-du-podium-n-golo-kante-cinquieme-507649.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T10:52:00Z", + "pubDate": "2021-11-29T20:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ballon-d-or-karim-benzema-au-pied-du-podium-n-golo-kante-cinquieme-1638220079_x600_articles-507649.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52f63024a2851aa0e8d3c50ca1aec25e" + "hash": "a1ca063e6b9a7873f2b158e4f79dcac8" }, { - "title": "Le FC Porto suspecté de fraude fiscale ", - "description": "Frappé cet été par l'affaire Carton rouge en même temps que l'affaire Carton rouge en même temps que Gigio > Doudou.
    \n
    \nÀ la lutte avec Edouard Mendy, c'est finalement Gianluigi Donnarumma qui a remporté le trophée Yachine. Le nouveau portier du PSG, champion d'Europe avec l'Italie,…

    ", + "content": "Gigio > Doudou.
    \n
    \nÀ la lutte avec Edouard Mendy, c'est finalement Gianluigi Donnarumma qui a remporté le trophée Yachine. Le nouveau portier du PSG, champion d'Europe avec l'Italie,…

    ", "category": "", - "link": "https://www.sofoot.com/le-fc-porto-suspecte-de-fraude-fiscale-507337.html", + "link": "https://www.sofoot.com/donnarumma-rafle-le-trophee-yachine-507648.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T10:45:00Z", + "pubDate": "2021-11-29T20:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-donnarumma-rafle-le-trophee-yachine-1638218798_x600_articles-507648.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf8610168ead109c0eacce1f78f40635" + "hash": "efb378680a47ebdc95c6d2a9a9513a40" }, { - "title": "L'UNFP porte plainte à son tour contre l'agresseur de Payet", - "description": "À défaut de responsables, le foot français a trouvé son coupable.
    \n
    \nLe syndicat des joueurs de football a réagi à ce qu'il s'est passé au Groupama Stadium ce dimanche soir avec le…

    ", - "content": "À défaut de responsables, le foot français a trouvé son coupable.
    \n
    \nLe syndicat des joueurs de football a réagi à ce qu'il s'est passé au Groupama Stadium ce dimanche soir avec le…

    ", + "title": "Alexia Putellas, de l'or dans les pieds", + "description": "À 27 ans, la milieu du FC Barcelone vient de recevoir la plus belle récompense de sa carrière en devenant la troisième joueuse à remporter le Ballon d'or féminin, après une année exceptionnelle sur le plan collectif et individuel.Son nom n'est pas le plus connu dans le monde du football féminin. Bien loin des très médiatisées Ada Hegerberg et Megan Rapinoe, vainqueurs des deux premières éditions du Ballon d'or,…", + "content": "Son nom n'est pas le plus connu dans le monde du football féminin. Bien loin des très médiatisées Ada Hegerberg et Megan Rapinoe, vainqueurs des deux premières éditions du Ballon d'or,…", "category": "", - "link": "https://www.sofoot.com/l-unfp-porte-plainte-a-son-tour-contre-l-agresseur-de-payet-507336.html", + "link": "https://www.sofoot.com/alexia-putellas-de-l-or-dans-les-pieds-507641.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T10:15:00Z", + "pubDate": "2021-11-29T20:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-alexia-putellas-de-l-or-dans-les-pieds-1638207953_x600_articles-alt-507641.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59cef2612649106405cb338f06b0737b" + "hash": "63f288c5e05ee46dec7fc0dff5474f0c" }, { - "title": "Pronostic Manchester City PSG : Analyse, cotes et prono du match de Ligue des Champions", - "description": "Dernier jour pour récupérer le bonus exceptionnel de Winamax : 150€ offerts direct au lieu de 100€ ! Après le carton plein sur le dernier match des Bleus, retrouvez notre pronostic sur l'énorme affiche Manchester City - PSG !

    Déposez 150€ et misez direct avec 300€ sur Manchester City - PSG

    \n
    \n
    \nDERNIERS JOURS :

    ", - "content": "

    Déposez 150€ et misez direct avec 300€ sur Manchester City - PSG

    \n
    \n
    \nDERNIERS JOURS :


    ", + "title": "Tournoi de France : les Bleues affronteront les Pays-Bas, le Brésil et la Finlande", + "description": "De quoi bien attaquer 2022.
    \n
    \nLes Bleues de Corinne Diacre vont avoir un programme chargé avant le début de l'Euro 2022 en Angleterre l'été prochain : le Brésil (7e au…

    ", + "content": "De quoi bien attaquer 2022.
    \n
    \nLes Bleues de Corinne Diacre vont avoir un programme chargé avant le début de l'Euro 2022 en Angleterre l'été prochain : le Brésil (7e au…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-manchester-city-psg-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507338.html", + "link": "https://www.sofoot.com/tournoi-de-france-les-bleues-affronteront-les-pays-bas-le-bresil-et-la-finlande-507639.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T10:12:00Z", + "pubDate": "2021-11-29T17:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-tournoi-de-france-les-bleues-affronteront-les-pays-bas-le-bresil-et-la-finlande-1638207861_x600_articles-507639.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76d6cbbb55a9ee063375972946befbc2" + "hash": "237b88b22ad73a42af55726e3c437b61" }, { - "title": "Maradona accusé de \"trafic d'être humain, privation de liberté, réduction en servitude, coups et blessures\"", - "description": "Sombre histoire pour El Pibe de Oro.
    \n
    \nC'est par le biais de l'ONG argentine Fondation pour la paix que Mavys Álvarez Rego a réitéré
    ", - "content": "Sombre histoire pour El Pibe de Oro.
    \n
    \nC'est par le biais de l'ONG argentine Fondation pour la paix que Mavys Álvarez Rego a réitéré
    ", + "title": "Daniel Alves (FC Barcelone) avant le Ballon d'or : \"Tous les prix individuels devraient revenir à Christian Eriksen\"", + "description": "Et pourquoi pas un prix spécial ?
    \n
    \nTous les projecteurs sont braqués sur le théâtre du Châtelet ce lundi, où l'on apprendra enfin qui est le Ballon d'or 2021. Si les pronostics vont…

    ", + "content": "Et pourquoi pas un prix spécial ?
    \n
    \nTous les projecteurs sont braqués sur le théâtre du Châtelet ce lundi, où l'on apprendra enfin qui est le Ballon d'or 2021. Si les pronostics vont…

    ", "category": "", - "link": "https://www.sofoot.com/maradona-accuse-de-trafic-d-etre-humain-privation-de-liberte-reduction-en-servitude-coups-et-blessures-507335.html", + "link": "https://www.sofoot.com/daniel-alves-fc-barcelone-avant-le-ballon-d-or-tous-les-prix-individuels-devraient-revenir-a-christian-eriksen-507640.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T10:00:00Z", + "pubDate": "2021-11-29T17:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-daniel-alves-fc-barcelone-avant-le-ballon-d-or-tous-les-prix-individuels-devraient-revenir-a-christian-eriksen-1638207028_x600_articles-507640.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "133d834994bd359e31b475b162be0481" + "hash": "560f7dd1757cd8f42ac4eaa9126da160" }, { - "title": "Roxana Maracineanu : \"Le club doit être responsable de son groupe de supporters, ça me paraît évident\"", - "description": "Ou comment demander à un président de club de faire son travail.
    \n
    \nTrès remontée après les incidents ayant éclaté lors de l'Olympico, la ministre déléguée des Sports Roxana…

    ", - "content": "Ou comment demander à un président de club de faire son travail.
    \n
    \nTrès remontée après les incidents ayant éclaté lors de l'Olympico, la ministre déléguée des Sports Roxana…

    ", + "title": "Un rappeur du Pas-de-Calais, Rask, a dédié un titre à Florian Sotoca", + "description": "Ça rentre direct dans la playlist d'avant-match des Lensois.
    \n
    \nLe début de saison réussi du RC Lens semble avoir donné des ailes à certains. Rask, un rappeur originaire d'Arras…

    ", + "content": "Ça rentre direct dans la playlist d'avant-match des Lensois.
    \n
    \nLe début de saison réussi du RC Lens semble avoir donné des ailes à certains. Rask, un rappeur originaire d'Arras…

    ", "category": "", - "link": "https://www.sofoot.com/roxana-maracineanu-le-club-doit-etre-responsable-de-son-groupe-de-supporters-ca-me-parait-evident-507334.html", + "link": "https://www.sofoot.com/un-rappeur-du-pas-de-calais-rask-a-dedie-un-titre-a-florian-sotoca-507637.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T09:45:00Z", + "pubDate": "2021-11-29T17:18:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-rappeur-du-pas-de-calais-rask-a-dedie-un-titre-a-florian-sotoca-1638205489_x600_articles-507637.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c5130d900d41450d917fbf202d68f3d" + "hash": "909910152d54cb14b8645a53de6eb264" }, { - "title": "La patronne de Chelsea nommée meilleure directrice du football européen", - "description": "Aulas en bouffe son chapeau.
    \n
    \nConsidérée comme l'une des femmes les plus influentes de la planète football, Marina Granovskaia a été récompensée d'un travail de longue haleine.…

    ", - "content": "Aulas en bouffe son chapeau.
    \n
    \nConsidérée comme l'une des femmes les plus influentes de la planète football, Marina Granovskaia a été récompensée d'un travail de longue haleine.…

    ", + "title": "La FIFA met sous tutelle la fédération guinéenne de football ainsi que la fédération tchadienne de football", + "description": "V'là autre chose.
    \n
    \nEn pleine tornade institutionnelle, la fédération guinéenne de football ainsi que la fédération tchadienne ont été placées sous tutelle par la FIFA. Pour…

    ", + "content": "V'là autre chose.
    \n
    \nEn pleine tornade institutionnelle, la fédération guinéenne de football ainsi que la fédération tchadienne ont été placées sous tutelle par la FIFA. Pour…

    ", "category": "", - "link": "https://www.sofoot.com/la-patronne-de-chelsea-nommee-meilleure-directrice-du-football-europeen-507333.html", + "link": "https://www.sofoot.com/la-fifa-met-sous-tutelle-la-federation-guineenne-de-football-ainsi-que-la-federation-tchadienne-de-football-507631.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T09:15:00Z", + "pubDate": "2021-11-29T17:12:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-fifa-met-sous-tutelle-la-federation-guineenne-de-football-ainsi-que-la-federation-tchadienne-de-football-1638203606_x600_articles-507631.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ebb9692f01f9865b2b96ed680289a975" + "hash": "8554f0fabb0f43e6728b61a06497815b" }, { - "title": "Messi : \"Je suis heureux que Mbappé soit resté à Paris cette année\"", - "description": "Une MNM sans cacahuète ? Quel intérêt...
    \n
    \nAvec 7 buts et 7 passes décisives, Mbappé est bien un des seuls éléments offensifs du Paris Saint-Germain à faire l'unanimité. Il aura…

    ", - "content": "Une MNM sans cacahuète ? Quel intérêt...
    \n
    \nAvec 7 buts et 7 passes décisives, Mbappé est bien un des seuls éléments offensifs du Paris Saint-Germain à faire l'unanimité. Il aura…

    ", + "title": "Le tableau et les dates de la Coupe du monde des clubs sont connus", + "description": "Le football au soleil, c'est une chose qu'on voit de plus en plus.
    \n
    \n
    ", + "content": "Le football au soleil, c'est une chose qu'on voit de plus en plus.
    \n
    \n
    ", "category": "", - "link": "https://www.sofoot.com/messi-je-suis-heureux-que-mbappe-soit-reste-a-paris-cette-annee-507332.html", + "link": "https://www.sofoot.com/le-tableau-et-les-dates-de-la-coupe-du-monde-des-clubs-sont-connus-507622.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T08:45:00Z", + "pubDate": "2021-11-29T16:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-tableau-et-les-dates-de-la-coupe-du-monde-des-clubs-sont-connus-1638204291_x600_articles-507622.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fcd50fb0bad0889be67d6ec15afed14f" + "hash": "f87bd1f882aa4c60e8f88a3d54f6ca94" }, { - "title": "Felix Afena-Gyan a bien reçu les chaussures promises par Mourinho", - "description": "Un homme de parole.
    \n
    \n\" J'avais promis à Felix que s'il disputait un bon match ce soir, je lui achèterais une paire de chaussures qu'il adore. Mais elle coûte presque 800 euros.…

    ", - "content": "Un homme de parole.
    \n
    \n\" J'avais promis à Felix que s'il disputait un bon match ce soir, je lui achèterais une paire de chaussures qu'il adore. Mais elle coûte presque 800 euros.…

    ", + "title": "Oui, Gauthier Hein doit remporter le Prix Puskás", + "description": "Stupeur à Auxerre : ce lundi après-midi, le club icaunais est sorti de table avec un portable qui a dû vibrer très fort. Et pour cause : la FIFA a publié sa liste des dix prétendants au prix Puskás du plus beau but de l'année, avec Gauthier Hein en deuxième position. Désormais, il faudra tout faire pour que \"Gotcho\" accroche la breloque dans son armoire à trophées le 17 janvier prochain. Parce qu'il le mérite.2008 : année bénie pour Gauthier Hein qui souffle sa douzième bougie
    en remportant la Danone Nations Cup et le titre de…", + "content": "2008 : année bénie pour Gauthier Hein qui souffle sa douzième bougie en remportant la Danone Nations Cup et le titre de…", "category": "", - "link": "https://www.sofoot.com/felix-afena-gyan-a-bien-recu-les-chaussures-promises-par-mourinho-507330.html", + "link": "https://www.sofoot.com/oui-gauthier-hein-doit-remporter-le-prix-puskas-507634.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T08:30:00Z", + "pubDate": "2021-11-29T16:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-oui-gauthier-hein-doit-remporter-le-prix-puskas-1638201424_x600_articles-alt-507634.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c9f2bb5b7cbf01698e6839718b44b52" + "hash": "a3689f30147d18f6ebd1dfe00f546a75" }, { - "title": "Zlatan Ibrahimović : \"Chaque jour quand je me réveille, j'ai mal partout\"", - "description": "Il est humain !
    \n
    \nÀ 40 balais, malgré son tendon d'Achille et un genou en compote, Zlatan continue de faire le show sur les pelouses européennes, en témoigne
    ", - "content": "Il est humain !
    \n
    \nÀ 40 balais, malgré son tendon d'Achille et un genou en compote, Zlatan continue de faire le show sur les pelouses européennes, en témoigne
    ", + "title": " Le gouvernement allemand \"s'étonne\" de l'affluence de Cologne-Mönchengladbach", + "description": "La Rhénanie en folie.
    \n
    \nOn pensait les restrictions de spectateurs enfin dépassées, la pandémie essoufflée. Il semblerait qu'il n'en soit rien. Ce samedi, Cologne a accueilli et…

    ", + "content": "La Rhénanie en folie.
    \n
    \nOn pensait les restrictions de spectateurs enfin dépassées, la pandémie essoufflée. Il semblerait qu'il n'en soit rien. Ce samedi, Cologne a accueilli et…

    ", "category": "", - "link": "https://www.sofoot.com/zlatan-ibrahimovic-chaque-jour-quand-je-me-reveille-j-ai-mal-partout-507331.html", + "link": "https://www.sofoot.com/le-gouvernement-allemand-s-etonne-de-l-affluence-de-cologne-monchengladbach-507627.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T08:00:00Z", + "pubDate": "2021-11-29T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-gouvernement-allemand-s-etonne-de-l-affluence-de-cologne-monchengladbach-1638201850_x600_articles-507627.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e63c24d6318651893ac7bb2f5011dd8e" + "hash": "309dc381ae5495f851ee9eb0136637d5" }, { - "title": "Lille joue gros face à Salzbourg", - "description": "Pour son dernier rendez-vous à domicile de la phase de groupes de Ligue des champions 2021-2022, le LOSC accueille le Red Bull Salzbourg qui est l'actuel leader de ce groupe G. Une victoire face aux Autrichiens permettrait au LOSC d'effacer la débâcle de l'aller, d'oublier les galères en championnat, et surtout de croire plus que jamais à une qualification pour les huitièmes de C1.
    ", - "content": "
    ", + "title": "Le Paris Saint-Germain annonce six à huit semaines d'absence pour Neymar après sa blessure à Saint-Étienne", + "description": "Ney, le cauchemar.
    \n
    \nLe PSG a assuré l'essentiel ce dimanche à Geoffroy-Guichard en s'imposant face à…

    ", + "content": "Ney, le cauchemar.
    \n
    \nLe PSG a assuré l'essentiel ce dimanche à Geoffroy-Guichard en s'imposant face à…

    ", "category": "", - "link": "https://www.sofoot.com/lille-joue-gros-face-a-salzbourg-507327.html", + "link": "https://www.sofoot.com/le-paris-saint-germain-annonce-six-a-huit-semaines-d-absence-pour-neymar-apres-sa-blessure-a-saint-etienne-507630.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T05:00:00Z", + "pubDate": "2021-11-29T15:43:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-paris-saint-germain-annonce-six-a-huit-semaines-d-absence-pour-neymar-apres-sa-blessure-a-saint-etienne-1638200453_x600_articles-507630.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b677fd1f57033794e84ac7270c6848e1" + "hash": "a7a3736e5e112c8a7a8094db0d6775ed" }, { - "title": "Karim Adeyemi, la menace fantasque", - "description": "Double buteur et bourreau du LOSC au match aller (2-1), Karim Adeyemi devrait encore bien embêter la défense lilloise ce mardi. L'attaquant aux trois nationalités, viré par le Bayern dans sa jeunesse, est la nouvelle pépite du RB Salzburg, qui n'en finit pas de créer des monstres.
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "Joris Gnagnon va s'engager avec l'AS Saint-Étienne", + "description": "Du sang neuf dans le Forez.
    \n
    \nEn difficulté dans le secteur défensif depuis le début de la saison avec 31 buts encaissés en 15 rencontres (soit la deuxième pire défense de Ligue 1…

    ", + "content": "Du sang neuf dans le Forez.
    \n
    \nEn difficulté dans le secteur défensif depuis le début de la saison avec 31 buts encaissés en 15 rencontres (soit la deuxième pire défense de Ligue 1…

    ", "category": "", - "link": "https://www.sofoot.com/karim-adeyemi-la-menace-fantasque-507318.html", + "link": "https://www.sofoot.com/joris-gnagnon-va-s-engager-avec-l-as-saint-etienne-507623.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T05:00:00Z", + "pubDate": "2021-11-29T15:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-joris-gnagnon-va-s-engager-avec-l-as-saint-etienne-1638199393_x600_articles-507623.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9260664a40457cba03bf9d542c6bd3c3" + "hash": "82318cc976c91968e42a5c083c6bf02d" }, { - "title": "Sexismo No", - "description": "Ce sont des remarques sur leur physique, des insultes et des commentaires dégradants reçus presque quotidiennement : quinze journalistes espagnoles ont témoigné, dans les colonnes du journal Sport, pour faire part de leur ras-le-bol.Être journaliste sportive, en Espagne ? \"C'est compliqué\", glisse Laia Bonals, du quotidien catalan Ara. \"Surtout si tu parles de football, précise Maria Tikas, qui…", - "content": "Être journaliste sportive, en Espagne ? \"C'est compliqué\", glisse Laia Bonals, du quotidien catalan Ara. \"Surtout si tu parles de football, précise Maria Tikas, qui…", + "title": "En direct : La cérémonie du Ballon d'or 2021", + "description": "Après un an d'absence en raison de la pandémie du coronavirus, le Ballon d'or revient cette année. Restera-t-il dans les mains de Lionel Messi qui en aurait alors 7 à son actif ? Ou ira-t-il dans celles de Robert Lewandowski qui aurait sans contestation possible remporté le trophée en 2020 ? À moins que Karim Benzema vienne créer la surprise. Réponse ici.

  • Classement officiel du…
  • ", + "content": "

  • Classement officiel du…
  • ", "category": "", - "link": "https://www.sofoot.com/sexismo-no-507180.html", + "link": "https://www.sofoot.com/en-direct-la-ceremonie-du-ballon-d-or-2021-507619.html", "creator": "SO FOOT", - "pubDate": "2021-11-23T05:00:00Z", + "pubDate": "2021-11-29T15:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-la-ceremonie-du-ballon-d-or-2021-1638186997_x600_articles-507619.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "726c30823e5b7f4b2b3aafe7f81a6109" + "hash": "e170bc95849b74c71a38087bfc23ab80" }, { - "title": "Dijon se paye Auxerre et décroche la couronne de Bourgogne", - "description": "

    ", - "content": "

    ", + "title": "Gauthier Hein (Auxerre) nommé pour le Prix Puskás de la FIFA 2021", + "description": "Hein-croyable.
    \n
    \nL'Auxerrois Gauthier Hein est dans la liste des onze buts retenus pour remporter le prix Puskás de la FIFA 2021 qui récompense la plus belle réalisation de l'année. Le…

    ", + "content": "Hein-croyable.
    \n
    \nL'Auxerrois Gauthier Hein est dans la liste des onze buts retenus pour remporter le prix Puskás de la FIFA 2021 qui récompense la plus belle réalisation de l'année. Le…

    ", "category": "", - "link": "https://www.sofoot.com/dijon-se-paye-auxerre-et-decroche-la-couronne-de-bourgogne-507328.html", + "link": "https://www.sofoot.com/gauthier-hein-auxerre-nomme-pour-le-prix-puskas-de-la-fifa-2021-507624.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T21:45:00Z", + "pubDate": "2021-11-29T14:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gauthier-hein-auxerre-nomme-pour-le-prix-puskas-de-la-fifa-2021-1638197099_x600_articles-507624.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77da1ab3732911246da48d277e1b8406" + "hash": "5c79d70af1ea4185677583aa98bd9591" }, { - "title": "En direct : Dijon - Auxerre", - "description": "90' : ET C'EST FINI !
    \n
    \nDijon remporte le derby bourguignon et fait un immense bond de six places ...", - "content": "90' : ET C'EST FINI !
    \n
    \nDijon remporte le derby bourguignon et fait un immense bond de six places ...", + "title": "Face à la Lazio, le Napoli a dévoilé la statue de Diego Maradona", + "description": "Un an après, l'émotion est intacte.
    \n
    \nUn peu plus d'une année après l'annonce du décès de Diego Maradona, le…

    ", + "content": "Un an après, l'émotion est intacte.
    \n
    \nUn peu plus d'une année après l'annonce du décès de Diego Maradona, le…

    ", "category": "", - "link": "https://www.sofoot.com/en-direct-dijon-auxerre-507326.html", + "link": "https://www.sofoot.com/face-a-la-lazio-le-napoli-a-devoile-la-statue-de-diego-maradona-507620.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T19:30:00Z", + "pubDate": "2021-11-29T13:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-face-a-la-lazio-le-napoli-a-devoile-la-statue-de-diego-maradona-1638193415_x600_articles-507620.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12c05a96c3bb49900c64f95fa8cee7a2" + "hash": "e4e1725cc2e2ca1cd86f73a687351b01" }, { - "title": "Gourvennec : \"On sait ce qu'une victoire face à Salzbourg nous apporterait\"", - "description": "Gourvennec est ambitieux avant son rendez-vous de gala.
    \n
    \nPrésent en conférence de presse avant la réception du Red Bull Salzbourg ce mardi soir en Ligue des champions au stade…

    ", - "content": "Gourvennec est ambitieux avant son rendez-vous de gala.
    \n
    \nPrésent en conférence de presse avant la réception du Red Bull Salzbourg ce mardi soir en Ligue des champions au stade…

    ", + "title": "Que s'est-il passé au Portugal entre Belenenses et Benfica ?", + "description": "Privé d'une majeure partie de son effectif pour cause de Covid, Belenenses s'est présenté avec neuf joueurs au coup d'envoi de son match face à Benfica. Une partie finalement abandonnée après 48 minutes de jeu sur un invraisemblable score (0-7). Mais au-delà de l'insolite, cet épisode jette surtout le discrédit sur la Ligue de football portugaise et son incapacité chronique à gérer les situations de crise.En débarquant à Jamor ce samedi, Belenenses SAD avait des allures d'équipe de futsal. Neuf joueurs seulement sur la pelouse, dont sept issus de l'équipe réserve, et João Monteiro, habituel…", + "content": "En débarquant à Jamor ce samedi, Belenenses SAD avait des allures d'équipe de futsal. Neuf joueurs seulement sur la pelouse, dont sept issus de l'équipe réserve, et João Monteiro, habituel…", "category": "", - "link": "https://www.sofoot.com/gourvennec-on-sait-ce-qu-une-victoire-face-a-salzbourg-nous-apporterait-507324.html", + "link": "https://www.sofoot.com/que-s-est-il-passe-au-portugal-entre-belenenses-et-benfica-507599.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T19:30:00Z", + "pubDate": "2021-11-29T13:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-que-s-est-il-passe-au-portugal-entre-belenenses-et-benfica-1638137141_x600_articles-alt-507599.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0239b8f0d886123d603dde2b92cee04" + "hash": "ca89e048ec86c4c7165101225e89df06" }, { - "title": "DERNIERS JOURS de l'EXCLU : 20€ offerts SANS SORTIR LA CB pour parier sur la Ligue des Champions !", - "description": "Vous voulez parier cette semaine sans déposer d'argent ? En EXCLU, NetBet vous offre 20€ sans sortir votre CB ! De quoi parier sereinement sur la Ligue des Champions de la semaine

    EXCLU : 20€ offerts GRATOS chez NetBet

    \n
    \nVous voulez obtenir 20€ sans verser d'argent pour parier ?
    \n

    ", - "content": "

    EXCLU : 20€ offerts GRATOS chez NetBet

    \n
    \nVous voulez obtenir 20€ sans verser d'argent pour parier ?
    \n


    ", + "title": "Ralf Rangnick officiellement intronisé à Manchester United", + "description": "Troisième entraîneur en huit jours à Manchester.
    \n
    \nCe n'était
    plus un secret pour…

    ", + "content": "Troisième entraîneur en huit jours à Manchester.
    \n
    \nCe n'était plus un secret pour…

    ", "category": "", - "link": "https://www.sofoot.com/derniers-jours-de-l-exclu-20e-offerts-sans-sortir-la-cb-pour-parier-sur-la-ligue-des-champions-507284.html", + "link": "https://www.sofoot.com/ralf-rangnick-officiellement-intronise-a-manchester-united-507621.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T18:28:00Z", + "pubDate": "2021-11-29T12:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ralf-rangnick-officiellement-intronise-a-manchester-united-1638188246_x600_articles-507621.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a622b88eae1fb3c92ac173d41678a04" + "hash": "ae30c7fb05284c93d74dc99db9df5c01" }, { - "title": "Pronostic Lille Salzbourg : Analyse, cotes et prono du match de Ligue des Champions", - "description": "Après le carton plein sur le dernier match des Bleus, retrouvez notre pronostic sur Lille - Salzbourg avec 10€ à récupérer sans sortir d'argent chez ZEbet

    10€ gratuits pour parier sur ce Lille - RB Salzbourg !

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", - "content": "

    10€ gratuits pour parier sur ce Lille - RB Salzbourg !

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", + "title": "Le Hertha Berlin vire Pál Dárdai et intronise Tayfun Korkut sur son banc", + "description": "Dárdai, bye-bye.
    \n
    \nArrivé fin janvier 2021 sur le banc du Hertha, Pál Dárdai ne sera resté que dix petits mois dans la capitale allemande. Le club présidé par Werner Gegenbauer a…

    ", + "content": "Dárdai, bye-bye.
    \n
    \nArrivé fin janvier 2021 sur le banc du Hertha, Pál Dárdai ne sera resté que dix petits mois dans la capitale allemande. Le club présidé par Werner Gegenbauer a…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lille-salzbourg-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507287.html", + "link": "https://www.sofoot.com/le-hertha-berlin-vire-pal-dardai-et-intronise-tayfun-korkut-sur-son-banc-507618.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T18:27:00Z", + "pubDate": "2021-11-29T12:07:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-hertha-berlin-vire-pal-dardai-et-intronise-tayfun-korkut-sur-son-banc-1638187801_x600_articles-507618.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b1f504125ba5f05a0cd2299fda133e4" + "hash": "4dd13e752148d653228d27c134c65109" }, { - "title": "Le patron de Lyca Mobile nouvel actionnaire du Paris FC", - "description": "Le Paris FC, Atlas officiel de la Ligue 2 BKT.
    \n
    \nMalgré une 5e place en Ligue 2, le PFC peut se consoler en accueillant un nouvel actionnaire, puisque l'Anglo-Sri Lankais…

    ", - "content": "Le Paris FC, Atlas officiel de la Ligue 2 BKT.
    \n
    \nMalgré une 5e place en Ligue 2, le PFC peut se consoler en accueillant un nouvel actionnaire, puisque l'Anglo-Sri Lankais…

    ", + "title": "SoFoot Ligue : Nos conseils pour faire vos picks de la semaine 14", + "description": "Vous vous êtes inscrits à la SoFoot Ligue, mais vous ne savez pas quelle équipe choisir pour ne pas finir la semaine avec 0 point ? Rassurez-vous, nous sommes là pour vous aider.
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", + "content": "
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", "category": "", - "link": "https://www.sofoot.com/le-patron-de-lyca-mobile-nouvel-actionnaire-du-paris-fc-507322.html", + "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-14-507614.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T17:08:00Z", + "pubDate": "2021-11-29T12:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-14-1638183131_x600_articles-507614.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf5b2367b450ceb4998fd47757a2e6b3" + "hash": "418f9c93bd926c668823eaa2945a1a06" }, { - "title": "Le best of des buts amateurs du week-end des 20 et 21 novembre 2021", - "description": "Comme chaque début de semaine, retrouvez grâce au Vrai Foot Day et à l'application Rematch les plus belles vidéos de foot amateur filmées chaque week-end depuis le bord du terrain.Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", - "content": "Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", + "title": "Karim Benzema établit le record de buts marqués en club pour un joueur français, devant Thierry Henry", + "description": "\"Laisse-moi zoom zoom zang dans ta Benz Benz Benz\"
    \n
    \nLa nuit au Bernabéu a été pleine d'émotion…

    ", + "content": "\"Laisse-moi zoom zoom zang dans ta Benz Benz Benz\"
    \n
    \nLa nuit au Bernabéu a été pleine d'émotion…

    ", "category": "", - "link": "https://www.sofoot.com/le-best-of-des-buts-amateurs-du-week-end-des-20-et-21-novembre-2021-507311.html", + "link": "https://www.sofoot.com/karim-benzema-etablit-le-record-de-buts-marques-en-club-pour-un-joueur-francais-devant-thierry-henry-507615.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T16:40:00Z", + "pubDate": "2021-11-29T11:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-karim-benzema-etablit-le-record-de-buts-marques-en-club-pour-un-joueur-francais-devant-thierry-henry-1638185083_x600_articles-507615.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65b8b9a53f82e38de8b8ad0621a22cd1" + "hash": "b8f588af35ed3a1cd4f82b06558de250" }, { - "title": "Karl-Heinz Rummenigge regrette le départ de David Alaba", - "description": "Arrivé en Bavière en 2008, David Alaba a quitté son cocon l'été dernier pour devenir un élément essentiel de la défense du Real Madrid. Son départ semble d'ailleurs être toujours dans la…", - "content": "Arrivé en Bavière en 2008, David Alaba a quitté son cocon l'été dernier pour devenir un élément essentiel de la défense du Real Madrid. Son départ semble d'ailleurs être toujours dans la…", + "title": "Unai Emery et Xavi auraient été séparés par la police après Villarreal-FC Barcelone", + "description": "Xavi-Emery, nouveau Guardiola-Mourinho ?
    \n
    \nLe Barça n'a pas brillé ce samedi, mais le Barça s'est imposé. À Villarreal, les Blaugrana ont réussi
    ", + "content": "Xavi-Emery, nouveau Guardiola-Mourinho ?
    \n
    \nLe Barça n'a pas brillé ce samedi, mais le Barça s'est imposé. À Villarreal, les Blaugrana ont réussi
    ", "category": "", - "link": "https://www.sofoot.com/karl-heinz-rummenigge-regrette-le-depart-de-david-alaba-507321.html", + "link": "https://www.sofoot.com/unai-emery-et-xavi-auraient-ete-separes-par-la-police-apres-villarreal-fc-barcelone-507610.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T16:38:00Z", + "pubDate": "2021-11-29T11:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-unai-emery-et-xavi-auraient-ete-separes-par-la-police-apres-villarreal-fc-barcelone-1638183054_x600_articles-507610.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0cd544b0cd2af532192227f3424a51b" + "hash": "ce405eb1d311970c0d87835a8b9f9420" }, { - "title": "Une manifestation contre le Mondial au Qatar avant Strasbourg-Reims", - "description": "La lutte continue.
    \n
    \nPour le collectif Maquis Alsace-Lorraine, impossible de rester indifférent face aux morts sur les chantiers de la Coupe du monde 2022 au Qatar.
    ", - "content": "La lutte continue.
    \n
    \nPour le collectif Maquis Alsace-Lorraine, impossible de rester indifférent face aux morts sur les chantiers de la Coupe du monde 2022 au Qatar.
    ", + "title": "Norvège : un joueur exclu après avoir poussé au sol son propre gardien", + "description": "Des vrais barbares, ces Vikings.
    \n
    \nLe Viking FK (oui oui) s'est imposé sur la pelouse de Kristiansund ce dimanche (2-3) et a conforté sa place de troisième du championnat norvégien. Si…

    ", + "content": "Des vrais barbares, ces Vikings.
    \n
    \nLe Viking FK (oui oui) s'est imposé sur la pelouse de Kristiansund ce dimanche (2-3) et a conforté sa place de troisième du championnat norvégien. Si…

    ", "category": "", - "link": "https://www.sofoot.com/une-manifestation-contre-le-mondial-au-qatar-avant-strasbourg-reims-507316.html", + "link": "https://www.sofoot.com/norvege-un-joueur-exclu-apres-avoir-pousse-au-sol-son-propre-gardien-507612.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T15:35:00Z", + "pubDate": "2021-11-29T11:01:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-norvege-un-joueur-exclu-apres-avoir-pousse-au-sol-son-propre-gardien-1638183978_x600_articles-507612.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0acbdf60a8f415e281d13753cd8f07b8" + "hash": "6bf498130f49cf7e32019d1695b7b455" }, { - "title": "Vincent Labrune \"choqué que l'on mette deux heures pour prendre une décision\"", - "description": "Le patron sort du bois.
    \n
    \nAprès la soirée cauchemar de ce dimanche au Groupama Stadium, la Ligue sort du silence ce lundi par l'intermédiaire de son président. Vincent Labrune a…

    ", - "content": "Le patron sort du bois.
    \n
    \nAprès la soirée cauchemar de ce dimanche au Groupama Stadium, la Ligue sort du silence ce lundi par l'intermédiaire de son président. Vincent Labrune a…

    ", + "title": "Bretagne : on était aux retrouvailles entre Guingamp et Saint-Brieuc en Coupe de France", + "description": "Pour la première fois depuis 26 ans, les équipes fanions d'En Avant Guingamp et du Stade briochin se sont retrouvés sur un terrain de football à l'occasion du huitième tour de Coupe de France. Un match comme un autre après plus de deux décennies passées sans se croiser ? Un peu, même si la fête des voisins a également réveillé des douloureux souvenirs dans le camp briochin. On y était.En se baladant autour du stade de Roudourou en ce début de samedi après-midi pluvieux, rien ne laisse présager qu'un match spécial doit se jouer dans l'antre guingampaise dans un peu moins de…", + "content": "En se baladant autour du stade de Roudourou en ce début de samedi après-midi pluvieux, rien ne laisse présager qu'un match spécial doit se jouer dans l'antre guingampaise dans un peu moins de…", "category": "", - "link": "https://www.sofoot.com/vincent-labrune-choque-que-l-on-mette-deux-heures-pour-prendre-une-decision-507315.html", + "link": "https://www.sofoot.com/bretagne-on-etait-aux-retrouvailles-entre-guingamp-et-saint-brieuc-en-coupe-de-france-507598.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T15:09:00Z", + "pubDate": "2021-11-29T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-bretagne-on-etait-aux-retrouvailles-entre-guingamp-et-saint-brieuc-en-coupe-de-france-1638175121_x600_articles-alt-507598.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b538bfa94cae0bc62a13d1e6ea6c9026" + "hash": "7d5bdfb0fd0e940f8f3751a2110b65c2" }, { - "title": "Grifo reconnaît avoir simulé lors du match contre Francfort", - "description": "Alors que Fribourg était en difficulté sur sa pelouse contre l'Eintracht Francfort (0-2), le club de la Forêt-Noire pensait obtenir un penalty, de prime abord plutôt généreux. Accroché dans la…", - "content": "Alors que Fribourg était en difficulté sur sa pelouse contre l'Eintracht Francfort (0-2), le club de la Forêt-Noire pensait obtenir un penalty, de prime abord plutôt généreux. Accroché dans la…", + "title": "Gérard Lopez (Bordeaux) tance ses joueurs après la défaite contre Brest", + "description": "Une défaite au goût amer.
    \n
    \nCe dimanche, dans le cadre de la quinzième journée de Ligue 1, Bordeaux recevait Brest. Pourtant menés 1-0 jusqu'à l'heure de jeu,
    ", + "content": "Une défaite au goût amer.
    \n
    \nCe dimanche, dans le cadre de la quinzième journée de Ligue 1, Bordeaux recevait Brest. Pourtant menés 1-0 jusqu'à l'heure de jeu,
    ", "category": "", - "link": "https://www.sofoot.com/grifo-reconnait-avoir-simule-lors-du-match-contre-francfort-507308.html", + "link": "https://www.sofoot.com/gerard-lopez-bordeaux-tance-ses-joueurs-apres-la-defaite-contre-brest-507608.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T14:41:00Z", + "pubDate": "2021-11-29T10:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-gerard-lopez-bordeaux-tance-ses-joueurs-apres-la-defaite-contre-brest-1638180347_x600_articles-507608.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a82c5d6b789ea3976512d2e3693340fe" + "hash": "d143fd7bf6d0618c2f7d9878f6e446e5" }, { - "title": "Un supporter de Fenerbahçe succombe après le but vainqueur face à Galatasaray", - "description": "De battre son cœur s'est arrêté.
    \n
    \nEn douchant les 52 000 spectateurs de la Türk Telecom Arena, l'antre du Galatasaray, dans les derniers souffles de la rencontre, Miguel Crespo ne…

    ", - "content": "De battre son cœur s'est arrêté.
    \n
    \nEn douchant les 52 000 spectateurs de la Türk Telecom Arena, l'antre du Galatasaray, dans les derniers souffles de la rencontre, Miguel Crespo ne…

    ", + "title": "Pronostic Salernitana Juventus : Analyse, cotes et prono du match de Serie A", + "description": "

    La Juventus n'a pas le choix face à la Salernitana

    \n
    \nPromue cette saison, la Salernitana connait logiquement une entame compliquée. En effet,…
    ", + "content": "

    La Juventus n'a pas le choix face à la Salernitana

    \n
    \nPromue cette saison, la Salernitana connait logiquement une entame compliquée. En effet,…
    ", "category": "", - "link": "https://www.sofoot.com/un-supporter-de-fenerbahce-succombe-apres-le-but-vainqueur-face-a-galatasaray-507313.html", + "link": "https://www.sofoot.com/pronostic-salernitana-juventus-analyse-cotes-et-prono-du-match-de-serie-a-507611.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T14:03:00Z", + "pubDate": "2021-11-29T10:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-salernitana-juventus-analyse-cotes-et-prono-du-match-de-serie-a-1638180964_x600_articles-507611.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d883870f6b0cf1b4c44fabe8a891dc3c" + "hash": "46e6ed03f7619a504d1576de810801e2" }, { - "title": "Mais qui est Felix Afena-Gyan, le chouchou de Mourinho ?", - "description": "Arrivé en Italie en mars 2021, promu en Primavera en avril, débarqué en équipe première en octobre, puis lancé dans le grand bain dans la foulée, Felix Afena-Gyan n'en finit plus de griller les étapes. Dimanche soir, il a même inscrit ses deux premiers buts en Serie A, face au Genoa. José Mourinho se frotte les mains : il tient là une pépite qu'il couve délicatement.Que s'est-il passé le 19 janvier 2003 ? José Mourinho et son FC Porto se déplaçaient sur la pelouse de Belenenses. Menés 1-0 à la pause, les Dragons se réveillent en seconde période. Jorge…", - "content": "Que s'est-il passé le 19 janvier 2003 ? José Mourinho et son FC Porto se déplaçaient sur la pelouse de Belenenses. Menés 1-0 à la pause, les Dragons se réveillent en seconde période. Jorge…", + "title": "PS5, Freebets et Paysafecard : La SO FOOT LIGUE s'occupe de vos cadeaux de Noël !", + "description": "Vous cherchez une fantasy gratuite, avec plein de beaux cadeaux à gagner et une communauté au top ?
    \n
    \nRejoignez la SO FOOT LIGUE

    ", + "content": "Vous cherchez une fantasy gratuite, avec plein de beaux cadeaux à gagner et une communauté au top ?
    \n
    \nRejoignez la SO FOOT LIGUE

    ", "category": "", - "link": "https://www.sofoot.com/mais-qui-est-felix-afena-gyan-le-chouchou-de-mourinho-507297.html", + "link": "https://www.sofoot.com/ps5-freebets-et-paysafecard-la-so-foot-ligue-s-occupe-de-vos-cadeaux-de-noel-507607.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T14:00:00Z", + "pubDate": "2021-11-29T09:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ps5-freebets-et-paysafecard-la-so-foot-ligue-s-occupe-de-vos-cadeaux-de-noel-1638178155_x600_articles-507607.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8318e562e19274868ffdfacf83f14077" + "hash": "0f433ccc3b76041271c941d8c6e3163b" }, { - "title": "EuroMillions mardi 23 novembre 2021 : 145 millions d'€ à gagner !", - "description": "L'EuroMillions de ce mardi 23 novembre est à 145 millions d'euros. Une somme incroyable, payée par le PSG pour s'offrir Kylian Mbappé à l'été 2017

    EuroMillions du mardi 23 novembre 2021 : 145M d'€

    \n
    \nLe jackpot de l'EuroMillions affiche 145 millions d'euros ce mardi 23 novembre 2021.…
    ", - "content": "

    EuroMillions du mardi 23 novembre 2021 : 145M d'€

    \n
    \nLe jackpot de l'EuroMillions affiche 145 millions d'euros ce mardi 23 novembre 2021.…
    ", + "title": "Pronostic Leeds Crystal Palace : Analyse, cotes et prono du match de Premier League", + "description": "

    Un Leeds – Crystal Palace avec des buts de chaque côté

    \n
    \nEn cette fin d'année civile en Angleterre, la Premier League va nous offrir un mois de…
    ", + "content": "

    Un Leeds – Crystal Palace avec des buts de chaque côté

    \n
    \nEn cette fin d'année civile en Angleterre, la Premier League va nous offrir un mois de…
    ", "category": "", - "link": "https://www.sofoot.com/euromillions-mardi-23-novembre-2021-145-millions-d-e-a-gagner-507312.html", + "link": "https://www.sofoot.com/pronostic-leeds-crystal-palace-analyse-cotes-et-prono-du-match-de-premier-league-507609.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T13:58:00Z", + "pubDate": "2021-11-29T09:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-leeds-crystal-palace-analyse-cotes-et-prono-du-match-de-premier-league-1638180327_x600_articles-507609.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6471ea8fb19ace74f7e7bcbd76573ca" + "hash": "57b2543d2f56bff05d0552daa78693ce" }, { - "title": "Le Groupama Stadium à huis clos en attendant les mesures définitives", - "description": "
    Le (premier) verdict est tombé.
    \n
    \nAu lendemain de la suspension du match entre l'OL et l'OM après trois minutes de jeu, la commission de discipline s'est réunie afin de donner les…

    ", - "content": "Le (premier) verdict est tombé.
    \n
    \nAu lendemain de la suspension du match entre l'OL et l'OM après trois minutes de jeu, la commission de discipline s'est réunie afin de donner les…

    ", + "title": "Pronostic Newcastle Norwich : Analyse, cotes et prono du match de Premier League", + "description": "

    Newcastle prend des points face à Norwich

    \n
    \nLa 14e journée de Premier League débute par un choc entre les deux derniers, Newcastle et…
    ", + "content": "

    Newcastle prend des points face à Norwich

    \n
    \nLa 14e journée de Premier League débute par un choc entre les deux derniers, Newcastle et…
    ", "category": "", - "link": "https://www.sofoot.com/le-groupama-stadium-a-huis-clos-en-attendant-les-mesures-definitives-507314.html", + "link": "https://www.sofoot.com/pronostic-newcastle-norwich-analyse-cotes-et-prono-du-match-de-premier-league-507605.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T13:48:00Z", + "pubDate": "2021-11-29T09:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-newcastle-norwich-analyse-cotes-et-prono-du-match-de-premier-league-1638179144_x600_articles-507605.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7bf733da7f5aaf66c8964709d0abb46" + "hash": "dce63752b45e47f5cb2aded8a53818dd" }, { - "title": "Pronostic Young Boys Berne Atalanta Bergame : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    L'Atalanta bat encore les Young Boys de Berne

    \n
    \nMeilleure équipe du championnat suisse ces dernières saisons, les Young Boys de Berne ont remporté un…
    ", - "content": "

    L'Atalanta bat encore les Young Boys de Berne

    \n
    \nMeilleure équipe du championnat suisse ces dernières saisons, les Young Boys de Berne ont remporté un…
    ", + "title": "Un milliardaire russe pour reprendre l'AS Saint-Étienne ?", + "description": "Jamais deux sans trois.
    \n
    \nDepuis cet été, les dirigeants de l'AS Saint-Étienne espèrent vendre le club aux alentours de 60 millions d'euros, et au regard des performances des Verts…

    ", + "content": "Jamais deux sans trois.
    \n
    \nDepuis cet été, les dirigeants de l'AS Saint-Étienne espèrent vendre le club aux alentours de 60 millions d'euros, et au regard des performances des Verts…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-young-boys-berne-atalanta-bergame-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507310.html", + "link": "https://www.sofoot.com/un-milliardaire-russe-pour-reprendre-l-as-saint-etienne-507606.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T13:32:00Z", + "pubDate": "2021-11-29T09:14:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-milliardaire-russe-pour-reprendre-l-as-saint-etienne-1638177608_x600_articles-507606.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "daa6fea3e9cafc1e04ddf0c547594b2d" + "hash": "ef70e0cb6262946b55f6a880c7145b42" }, { - "title": "Aulas, Jean-Michel à peu près", - "description": "Au cours d'une nouvelle soirée désastreuse pour l'image du football français, Jean-Michel Aulas a perdu une occasion de prendre de la hauteur et d'élever le débat, comme son homologue niçois Jean-Pierre Rivère trois mois auparavant. Il était pourtant légitime d'attendre autre chose de la part d'un des plus grands présidents de l'histoire de notre championnat.Un peu plus de deux heures après l'interruption du match entre Lyon et Marseille et…", - "content": "Un peu plus de deux heures après l'interruption du match entre Lyon et Marseille et…", + "title": "Ils viennent des États-Unis pour voir Tottenham joueur à Burnley avant que le match soit annulé", + "description": "Ça s'appelle gâcher son week-end.
    \n
    \nTrente et une heures. C'est le temps qu'il a fallu à Ken et sa compagne pour arriver à Burnley ce dimanche, depuis Dallas aux États-Unis.…

    ", + "content": "Ça s'appelle gâcher son week-end.
    \n
    \nTrente et une heures. C'est le temps qu'il a fallu à Ken et sa compagne pour arriver à Burnley ce dimanche, depuis Dallas aux États-Unis.…

    ", "category": "", - "link": "https://www.sofoot.com/aulas-jean-michel-a-peu-pres-507295.html", + "link": "https://www.sofoot.com/ils-viennent-des-etats-unis-pour-voir-tottenham-joueur-a-burnley-avant-que-le-match-soit-annule-507602.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T13:00:00Z", + "pubDate": "2021-11-29T08:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ils-viennent-des-etats-unis-pour-voir-tottenham-joueur-a-burnley-avant-que-le-match-soit-annule-1638175391_x600_articles-507602.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b48c022cf426e276fe85cd5f3c1865a" + "hash": "086f2d4c2eb3403a4dbc6b417dfd4e53" }, { - "title": "Ole Gunnar Solskjær-MU : l'idylle désenchantée", - "description": "La lourde défaite contre Watford (4-1) ce week-end aura été celle de trop pour Ole Gunnar Solskjær, démis de ses fonctions par les dirigeants de Manchester United dimanche matin. Une issue inéluctable pour le coach norvégien qui aura passé presque trois ans sur le banc des Red Devils malgré une crédibilité proche du néant. Paradoxe.Cette fois, le couperet est tombé. Épargné de justesse par la direction de Manchester United après Tout pareil.
    \n
    \nOnze buts et sept passes décisives en dix-neuf rencontres toutes compétitions confondues contre seize réalisations et huit caviars : finalement à quelques statistiques…

    ", + "content": "Tout pareil.
    \n
    \nOnze buts et sept passes décisives en dix-neuf rencontres toutes compétitions confondues contre seize réalisations et huit caviars : finalement à quelques statistiques…

    ", "category": "", - "link": "https://www.sofoot.com/ole-gunnar-solskj-c3-a6r-mu-l-idylle-desenchantee-507281.html", + "link": "https://www.sofoot.com/carlo-ancelotti-apres-seville-real-madrid-vinicius-junior-decisif-c-est-une-autre-etape-pour-devenir-l-un-des-meilleurs-du-monde-507604.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T13:00:00Z", + "pubDate": "2021-11-29T08:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-carlo-ancelotti-apres-seville-real-madrid-vinicius-junior-decisif-c-est-une-autre-etape-pour-devenir-l-un-des-meilleurs-du-monde-1638175939_x600_articles-507604.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16a8594e7043f479caffc462807b7be2" + "hash": "28f0c314bd8b396d8d8c258e37b10266" }, { - "title": "SoFoot Ligue : Nos conseils pour faire vos picks de la semaine 13", - "description": "Vous vous êtes inscrits à la SoFoot Ligue, mais vous ne savez pas quelle équipe choisir pour ne pas finir la semaine avec 0 point ? Rassurez-vous, nous sommes là pour vous aider.
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", - "content": "
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", + "title": "Les supporters des Rangers improvisent une bataille de boules de neige à la mi-temps", + "description": "Le perdant passe 45 minutes trempé à se les geler.
    \n
    \nÀ l'heure où l'International Football Association Board (IFAB), l'institution qui régit les lois du jeu du football, songe à…

    ", + "content": "Le perdant passe 45 minutes trempé à se les geler.
    \n
    \nÀ l'heure où l'International Football Association Board (IFAB), l'institution qui régit les lois du jeu du football, songe à…

    ", "category": "", - "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-13-507299.html", + "link": "https://www.sofoot.com/les-supporters-des-rangers-improvisent-une-bataille-de-boules-de-neige-a-la-mi-temps-507601.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T12:30:00Z", + "pubDate": "2021-11-29T08:44:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-supporters-des-rangers-improvisent-une-bataille-de-boules-de-neige-a-la-mi-temps-1638175157_x600_articles-507601.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0fea6a43118ab904f913c77e4531dd3e" + "hash": "b5dbb1298a91f4892c626abdb0e9acba" }, { - "title": "Comment Zidane a sauvé le festival Marrakech du Rire de Jamel", - "description": "Mercredi dernier est sorti un grand et beau livre So Foot. Après Diego Maradona, So Foot s'est s'attaqué à une autre légende, le plus grand numéro 10 français de l'histoire (derrière Michel…", - "content": "Mercredi dernier est sorti un grand et beau livre So Foot. Après Diego Maradona, So Foot s'est s'attaqué à une autre légende, le plus grand numéro 10 français de l'histoire (derrière Michel…", + "title": "Neymar (PSG) pourrait être absent six semaines", + "description": "Pour une fois qu'il commençait à gérer sur le terrain.
    \n
    \n\"Il va falloir voir ça demain, mais à la télévision, les images sont impressionnantes. J'espère que ce n'est pas un…

    ", + "content": "Pour une fois qu'il commençait à gérer sur le terrain.
    \n
    \n\"Il va falloir voir ça demain, mais à la télévision, les images sont impressionnantes. J'espère que ce n'est pas un…

    ", "category": "", - "link": "https://www.sofoot.com/comment-zidane-a-sauve-le-festival-marrakech-du-rire-de-jamel-507305.html", + "link": "https://www.sofoot.com/neymar-psg-pourrait-etre-absent-six-semaines-507603.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T12:26:00Z", + "pubDate": "2021-11-29T08:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-neymar-psg-pourrait-etre-absent-six-semaines-1638174116_x600_articles-507603.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "505e0209846493c8864ce7b696ae1a1f" + "hash": "a2649de51e3f207274cd75c7e5df552a" }, { - "title": "Dimitri Payet porte plainte contre X et sera examiné par un médecin du travail", - "description": "Le feuilleton continue après les incidents survenus ce dimanche au Groupama Stadium. Ce lundi, les événements basculent…", - "content": "Le feuilleton continue après les incidents survenus ce dimanche au Groupama Stadium. Ce lundi, les événements basculent…", + "title": "LOTO du lundi 29 novembre 2021 : 28 millions d'€ à gagner (cagnotte record) !", + "description": "Le plus gros gain de l'histoire de la loterie française est à remporter ce lundi 29 novembre 2021. La FDJ met en jeu une cagnotte LOTO de 28 millions d'euros

    LOTO du lundi 29 novembre 2021 : 28 Millions d'€

    \n
    \nCe lundi 29 novembre 2021, la cagnotte du LOTO est à 28 millions d'euros, un montant…
    ", + "content": "

    LOTO du lundi 29 novembre 2021 : 28 Millions d'€

    \n
    \nCe lundi 29 novembre 2021, la cagnotte du LOTO est à 28 millions d'euros, un montant…
    ", "category": "", - "link": "https://www.sofoot.com/dimitri-payet-porte-plainte-contre-x-et-sera-examine-par-un-medecin-du-travail-507309.html", + "link": "https://www.sofoot.com/loto-du-lundi-29-novembre-2021-28-millions-d-e-a-gagner-cagnotte-record-507569.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T12:07:00Z", + "pubDate": "2021-11-28T06:11:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-loto-du-lundi-29-novembre-2021-28-millions-d-e-a-gagner-cagnotte-record-1638097289_x600_articles-507569.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bff0225be84a5671216d49cb737b110d" + "hash": "1e04dbc6514e9545e1e970584cbe8afe" }, { - "title": "Pronostic Séville Wolfsbourg : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Le FC Séville au pied du mur face à Wolfsbourg

    \n
    \nAnnoncé comme le favori de ce groupe G, le FC Séville se retrouve actuellement en dernière position…
    ", - "content": "

    Le FC Séville au pied du mur face à Wolfsbourg

    \n
    \nAnnoncé comme le favori de ce groupe G, le FC Séville se retrouve actuellement en dernière position…
    ", + "title": "La triste danse du Flamengo", + "description": "Après prolongation ce samedi, Palmeiras a battu Flamengo en finale du match le plus important de l'année en Amérique du Sud (2-1), la finale de la Copa Libertadores. L'équipe de São Paulo a renversé celle de Rio de Janeiro, où la fête annoncée n'a pas eu lieu.Il est 20h45 en bas de la favela de Cantagalo à Rio de Janeiro. Marcos Vinicius, 24 ans, mâche une frite de manioc le regard vide. Sur son dos s'étale le maillot rayé de rouge et de noir du…", + "content": "Il est 20h45 en bas de la favela de Cantagalo à Rio de Janeiro. Marcos Vinicius, 24 ans, mâche une frite de manioc le regard vide. Sur son dos s'étale le maillot rayé de rouge et de noir du…", "category": "", - "link": "https://www.sofoot.com/pronostic-seville-wolfsbourg-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507307.html", + "link": "https://www.sofoot.com/la-triste-danse-du-flamengo-507593.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:49:00Z", + "pubDate": "2021-11-29T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-triste-danse-du-flamengo-1638122127_x600_articles-alt-507593.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d10745e2fda29dc9c96eae9f7dded945" + "hash": "8b30565012e59df3192e0633bafdeec5" }, { - "title": "Un Français termine meilleur buteur de D3 suédoise", - "description": "La carrière de Yoann Fellrath est de celles qu'on qualifie de tortueuses, chaotiques. Passé par Tarbes en National 2 ou Bourgoin-Jallieu en National 3, c'est en troisième division suédoise que…", - "content": "La carrière de Yoann Fellrath est de celles qu'on qualifie de tortueuses, chaotiques. Passé par Tarbes en National 2 ou Bourgoin-Jallieu en National 3, c'est en troisième division suédoise que…", + "title": "Ce qu'il faut retenir des matchs de Coupe de France du dimanche 28 novembre ", + "description": "Comme chaque année, le huitième tour de la Coupe de France a réservé quelques belles surprises. Au programme, le scalp du Havre dans la Vienne, une remontada signée Jean-Pierre Papin ou encore la fin d'un rêve au stade la Licorne.

  • La surprise du jour : US…
  • ", + "content": "

  • La surprise du jour : US…
  • ", "category": "", - "link": "https://www.sofoot.com/un-francais-termine-meilleur-buteur-de-d3-suedoise-507303.html", + "link": "https://www.sofoot.com/ce-qu-il-faut-retenir-des-matchs-de-coupe-de-france-du-dimanche-28-novembre-507592.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:37:00Z", + "pubDate": "2021-11-29T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ce-qu-il-faut-retenir-des-matchs-de-coupe-de-france-du-dimanche-28-novembre-1638129573_x600_articles-alt-507592.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88bd936a10615023d4e368d2ca5db885" + "hash": "9b8f9df104dd860623348252840289d3" }, { - "title": "Le PSG vers une centième composition différente à la suite", - "description": "Incroyable, mais vrai.
    \n
    \nMercredi soir face à Manchester City, le Paris Saint-Germain pourrait voir son onze de départ modifié une centième fois de suite d'après un petit calcul de…

    ", - "content": "Incroyable, mais vrai.
    \n
    \nMercredi soir face à Manchester City, le Paris Saint-Germain pourrait voir son onze de départ modifié une centième fois de suite d'après un petit calcul de…

    ", + "title": "Ces trois infos du week-end vont vous étonner", + "description": "Parce qu'il n'y a pas que les championnats du Big Five dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : une fin de série pour le Red Bull Salzburg, une énorme déconvenue pour le Club América et une première très attendue du côté de Saint-Marin.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-psg-vers-une-centieme-composition-differente-a-la-suite-507304.html", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-507588.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:36:00Z", + "pubDate": "2021-11-29T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ces-trois-infos-du-week-end-vont-vous-etonner-1638124266_x600_articles-alt-507588.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f46d109c8125daa7f299197c7fb77b7" + "hash": "7448d0fe56b85091c6a6c2cba6aa9451" }, { - "title": "Pronostic Barcelone Benfica : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    L'effet Xavi se poursuit pour Barcelone face au Benfica

    \n
    \nDans ce groupe E de la Ligue des Champions, le Bayern Munich a déjà assuré sa place pour…
    ", - "content": "

    L'effet Xavi se poursuit pour Barcelone face au Benfica

    \n
    \nDans ce groupe E de la Ligue des Champions, le Bayern Munich a déjà assuré sa place pour…
    ", + "title": "Le Real sauvé par son duo Benzema-Vinícius face à Séville", + "description": "Dans le choc de la 14e journée, le Real a pris le meilleur sur le Séville FC (2-1). Rapidement menés, les Merengues ont été sauvés par le duo Benzema-Vinícius, qui permet au leader du championnat de s'envoler en tête de la Liga.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-barcelone-benfica-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507306.html", + "link": "https://www.sofoot.com/le-real-sauve-par-son-duo-benzema-vinicius-face-a-seville-507565.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:34:00Z", + "pubDate": "2021-11-28T22:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-real-sauve-par-son-duo-benzema-vinicius-face-a-seville-1638136496_x600_articles-507565.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f540458acddc6f940d1d6ebdd4e31557" + "hash": "51f79b0e6f5de77594865541929c08fc" }, { - "title": "Pronostic Malmö Zenit Saint-Pétersbourg : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Le Zenit assure sa 3e place à Malmö

    \n
    \nCette affiche entre Malmö et le Zenit ne devrait pas avoir d'impact sur le résultat final du…
    ", - "content": "

    Le Zenit assure sa 3e place à Malmö

    \n
    \nCette affiche entre Malmö et le Zenit ne devrait pas avoir d'impact sur le résultat final du…
    ", + "title": "L'OM glace Troyes dans le silence du Vélodrome", + "description": "Dans une partie déprimante du fait du huis clos du Vélodrome, mais aussi du contenu mollasson proposé par Marseille et l'ESTAC, les Phocéens ont fait la différence en seconde période grâce à Dimitri Payet et Pol Lirola (1-0). Une manière de se remettre les idées en place, sans la manière.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-malmo-zenit-saint-petersbourg-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507302.html", + "link": "https://www.sofoot.com/l-om-glace-troyes-dans-le-silence-du-velodrome-507597.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:25:00Z", + "pubDate": "2021-11-28T21:46:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-om-glace-troyes-dans-le-silence-du-velodrome-1638135844_x600_articles-alt-507597.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42170cefb1cdd18115b69009539a4a73" + "hash": "4176b8bcbf455bdfa272c15fae8a9a06" }, { - "title": "Pronostic Chelsea Juventus : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Chelsea prend sa revanche face à la Juventus

    \n
    \nCe choc entre Chelsea et la Juventus est un peu galvaudé car les deux formations sont quasiment assurées…
    ", - "content": "

    Chelsea prend sa revanche face à la Juventus

    \n
    \nCe choc entre Chelsea et la Juventus est un peu galvaudé car les deux formations sont quasiment assurées…
    ", + "title": "Naples humilie la Lazio", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-chelsea-juventus-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507301.html", + "link": "https://www.sofoot.com/naples-humilie-la-lazio-507596.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:19:00Z", + "pubDate": "2021-11-28T21:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-naples-humilie-la-lazio-1638136301_x600_articles-507596.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c509df43412a788b074983afa42fc7d" + "hash": "4b3c41082390e98defb5d815582989b0" }, { - "title": "Pronostic Dynamo Kiev Bayern Munich : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Le Bayern Munich poursuit son sans-faute face au Dynamo Kiev

    \n
    \nDernier de ce groupe de Ligue des Champions, le Dynamo Kiev abat peut-être sa dernière…
    ", - "content": "

    Le Bayern Munich poursuit son sans-faute face au Dynamo Kiev

    \n
    \nDernier de ce groupe de Ligue des Champions, le Dynamo Kiev abat peut-être sa dernière…
    ", + "title": "En direct : Marseille - Troyes", + "description": "67' : Bonne nouvelle : le Didier Drogba 3.0 va entrer.", + "content": "67' : Bonne nouvelle : le Didier Drogba 3.0 va entrer.", "category": "", - "link": "https://www.sofoot.com/pronostic-dynamo-kiev-bayern-munich-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507298.html", + "link": "https://www.sofoot.com/en-direct-marseille-troyes-507571.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:17:00Z", + "pubDate": "2021-11-28T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-marseille-troyes-1638097505_x600_articles-507571.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c79b901965391f5a9ccb2a985e553056" + "hash": "1b05e5b05409f71438be6a31353e6084" }, { - "title": "Troyes est le club français à avoir utilisé le plus de joueurs depuis un an", - "description": "44-26. Non, ce n'est pas le résultat de la sublime victoire du XV de France face aux All Blacks samedi dernier (pas loin, 40-25). Ce n'est pas non plus le nombre de minutes qu'il a fallu…", - "content": "44-26. Non, ce n'est pas le résultat de la sublime victoire du XV de France face aux All Blacks samedi dernier (pas loin, 40-25). Ce n'est pas non plus le nombre de minutes qu'il a fallu…", + "title": "L'Atlético maîtrise Cadix", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/troyes-est-le-club-francais-a-avoir-utilise-le-plus-de-joueurs-depuis-un-an-507300.html", + "link": "https://www.sofoot.com/l-atletico-maitrise-cadix-507594.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:13:00Z", + "pubDate": "2021-11-28T19:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-atletico-maitrise-cadix-1638127892_x600_articles-507594.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "49ee99d17503683e702259e3e967f45c" + "hash": "2ca909db7a96762fd18ceae4f6a3495d" }, { - "title": "Rhys Healey, le serial buteur du TFC", - "description": "Quel meilleur moment qu'un choc au sommet pour briller ? Rhys Healey l'a bien compris, lui qui a porté le Téfécé ce samedi face à Sochaux. Pour le plus grand bonheur du Stadium de Toulouse, qui a pleinement adopté son serial buteur anglais. C'est bien simple : depuis le début de saison, le globe-trotter britannique martyrise les défenses de Ligue 2 chaque week-end au sein de la meilleure attaque du championnat.\"Your defense is terrified, Healey's on fire !\" Les plus de 15 000 supporters venus au Stadium pour la réception de Sochaux ce samedi n'ont eu qu'une chanson sur les lèvres, histoire de…", - "content": "\"Your defense is terrified, Healey's on fire !\" Les plus de 15 000 supporters venus au Stadium pour la réception de Sochaux ce samedi n'ont eu qu'une chanson sur les lèvres, histoire de…", + "title": "Une petite Roma douche le Torino", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/rhys-healey-le-serial-buteur-du-tfc-507255.html", + "link": "https://www.sofoot.com/une-petite-roma-douche-le-torino-507585.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T11:00:00Z", + "pubDate": "2021-11-28T19:04:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-une-petite-roma-douche-le-torino-1638126571_x600_articles-507585.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ffdc5aeddfbd2c736bc08de952497ab" + "hash": "57087e38a3636b3e21d50edf5d428b2b" }, { - "title": "Pronostic Villarreal Manchester United : Analyse, cotes et prono du match de Ligue des Champions", - "description": "

    Villareal résiste à Man United

    \n
    \nDans ce groupe F de la Ligue des Champions, 3 équipes se sont détachées pour décrocher leurs places en…
    ", - "content": "

    Villareal résiste à Man United

    \n
    \nDans ce groupe F de la Ligue des Champions, 3 équipes se sont détachées pour décrocher leurs places en…
    ", + "title": "Les notes de Chelsea-Manchester United", + "description": "Au terme d'un match solide, Manchester United est parvenu à freiner Chelsea dans son antre (1-1). Paradoxe : la défense de Manchester, pourtant l'une des pires du Royaume, a largement fait le boulot, à l'image de Lindelöf, tandis que l'attaque de Chelsea, pourtant l'une des meilleures d'Angleterre, a bégayé son football, à l'instar d'un Werner en mode vendanges.

    Ils ont réchauffé la nuit londonienne


    \n
    \n

    ", + "content": "

    Ils ont réchauffé la nuit londonienne


    \n
    \n

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-villarreal-manchester-united-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507294.html", + "link": "https://www.sofoot.com/les-notes-de-chelsea-manchester-united-507595.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T10:54:00Z", + "pubDate": "2021-11-28T18:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-notes-de-chelsea-manchester-united-1638124866_x600_articles-alt-507595.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c82f7e0fd46aad8f1d617146ff7c56e6" + "hash": "4c589782da12a033d18304d26740d8ec" }, { - "title": "Dimitri Payet absent de l'entraînement", - "description": "En état de choc.
    \n
    \nDimitri Payet ne s'est décidément pas remis de ce qu'il a vécu au Groupama Stadium dimanche soir lors de
    ", - "content": "En état de choc.
    \n
    \nDimitri Payet ne s'est décidément pas remis de ce qu'il a vécu au Groupama Stadium dimanche soir lors de
    ", + "title": "Manchester United résiste à Chelsea", + "description": "Largement dominé sur la pelouse d'un Chelsea encore impressionnant, Manchester United ramène un bon point de Londres (1-1). Les Red Devils ont profité d'une improbable erreur de Jorginho pour prendre les devants, avant d'être rejoints sur un penalty de l'Italien. Les Blues peuvent s'en vouloir, eux qui laissent échapper deux points précieux dans la course au titre.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/dimitri-payet-absent-de-l-entrainement-507293.html", + "link": "https://www.sofoot.com/manchester-united-resiste-a-chelsea-507584.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T10:54:00Z", + "pubDate": "2021-11-28T18:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-manchester-united-resiste-a-chelsea-1638124063_x600_articles-alt-507584.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d50333d36aa635b09239648cfd4125e4" + "hash": "633a71f4367a21303763f01613661b7c" }, { - "title": "Pedri désigné Golden Boy 2021", - "description": "L'eau mouille et le feu brûle.
    \n
    \nAbsent des terrains depuis plusieurs semaines en raison d'une blessure musculaire à la jambe gauche, Pedri a reçu ce lundi un beau lot de consolation.…

    ", - "content": "L'eau mouille et le feu brûle.
    \n
    \nAbsent des terrains depuis plusieurs semaines en raison d'une blessure musculaire à la jambe gauche, Pedri a reçu ce lundi un beau lot de consolation.…

    ", + "title": "Leverkusen maîtrise Leipzig", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pedri-designe-golden-boy-2021-507296.html", + "link": "https://www.sofoot.com/leverkusen-maitrise-leipzig-507583.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T10:42:00Z", + "pubDate": "2021-11-28T18:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-leverkusen-maitrise-leipzig-1638124249_x600_articles-507583.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "32db0cb3615efc1dfccad4702ca2c7ae" + "hash": "11e15d71351531a607f22ce99c1ba27d" }, { - "title": "Une ancienne légende d'Everton signe en D2", - "description": "Louzy, commune de 1400 habitants, à sa nouvelle star.
    \n
    \nOn est d'accord, Tony Hibbert ne dira pas grand-chose aux jeunes admirateurs du ballon rond. Un petit tour sur sa fiche…

    ", - "content": "Louzy, commune de 1400 habitants, à sa nouvelle star.
    \n
    \nOn est d'accord, Tony Hibbert ne dira pas grand-chose aux jeunes admirateurs du ballon rond. Un petit tour sur sa fiche…

    ", + "title": "Lyon glace Montpellier ", + "description": "Victorieux en Ligue Europa cette semaine, Lyon enchaîne enfin en s'imposant de justesse sur le terrain de Montpellier ce dimanche (0-1). C'est seulement la deuxième victoire à l'extérieur des Rhodaniens cette saison en championnat, et elle fait du bien.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/une-ancienne-legende-d-everton-signe-en-d2-507292.html", + "link": "https://www.sofoot.com/lyon-glace-montpellier-507587.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T10:38:00Z", + "pubDate": "2021-11-28T18:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lyon-glace-montpellier-1638121963_x600_articles-alt-507587.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa4bda994a0f160745177d1c11e259e1" + "hash": "987964f2b693ff21c4b9f779d59d1104" }, { - "title": "Ruddy Buquet n'avait pas autorisé l'annonce du speaker", - "description": "Vite, appelez Scooby-Doo.
    \n
    \nMais qui a bien pu envoyer le speaker annoncer aux supporters la reprise du match après l'interruption d'OL-OM dimanche soir ? En tout cas, ce n'est…

    ", - "content": "Vite, appelez Scooby-Doo.
    \n
    \nMais qui a bien pu envoyer le speaker annoncer aux supporters la reprise du match après l'interruption d'OL-OM dimanche soir ? En tout cas, ce n'est…

    ", + "title": "L'Espanyol fait tomber la Real Sociedad", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ruddy-buquet-n-avait-pas-autorise-l-annonce-du-speaker-507290.html", + "link": "https://www.sofoot.com/l-espanyol-fait-tomber-la-real-sociedad-507591.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T10:04:00Z", + "pubDate": "2021-11-28T17:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-espanyol-fait-tomber-la-real-sociedad-1638120154_x600_articles-507591.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45b1dadfc06aa7344cb8fe2f245af637" + "hash": "0d2bafb7d85f684143a6a0a75c795b90" }, { - "title": "OL-OM : le fameux \"acte isolé\" en vidéo", - "description": "Question de point de vue.
    \n
    \nAprès l'interruption du match Lyon-Marseille dimanche soir pour un jet de bouteille, Jean-Michel Aulas et le speaker de l'OL ont évoqué à plusieurs reprises…

    ", - "content": "Question de point de vue.
    \n
    \nAprès l'interruption du match Lyon-Marseille dimanche soir pour un jet de bouteille, Jean-Michel Aulas et le speaker de l'OL ont évoqué à plusieurs reprises…

    ", + "title": "Jürgen Klopp pas vraiment emballé par le derby de la Mersey", + "description": "Curieux raisonnement.
    \n
    \nEn déplacement à Goodison Park mercredi prochain afin d'y affronter Everton pour le compte de la quatorzième journée de Premier League, Liverpool s'apprête à…

    ", + "content": "Curieux raisonnement.
    \n
    \nEn déplacement à Goodison Park mercredi prochain afin d'y affronter Everton pour le compte de la quatorzième journée de Premier League, Liverpool s'apprête à…

    ", "category": "", - "link": "https://www.sofoot.com/ol-om-le-fameux-acte-isole-en-video-507289.html", + "link": "https://www.sofoot.com/jurgen-klopp-pas-vraiment-emballe-par-le-derby-de-la-mersey-507590.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T09:58:00Z", + "pubDate": "2021-11-28T16:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-jurgen-klopp-pas-vraiment-emballe-par-le-derby-de-la-mersey-1638117904_x600_articles-507590.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "361d3bc475395a41403caf484eaf30a2" + "hash": "7eced8db9edd2098c4017248d04db129" }, { - "title": "Elche remercie Fran Escribá ", - "description": "Fekir a fait déborder le vase.
    \n
    \nEnglué dans les profondeurs de la Liga (18e au classement avec deux victoires en 14 matchs), Elche ne s'en sort pas. Ce dimanche, le club de…

    ", - "content": "Fekir a fait déborder le vase.
    \n
    \nEnglué dans les profondeurs de la Liga (18e au classement avec deux victoires en 14 matchs), Elche ne s'en sort pas. Ce dimanche, le club de…

    ", + "title": "En direct : Chelsea - Manchester United", + "description": "98' : THE END !
    \n
    \nLe gros coup de MU, venu avec bulldozer en défense et qui repart avec un point ...", + "content": "98' : THE END !
    \n
    \nLe gros coup de MU, venu avec bulldozer en défense et qui repart avec un point ...", "category": "", - "link": "https://www.sofoot.com/elche-remercie-fran-escriba-507291.html", + "link": "https://www.sofoot.com/en-direct-chelsea-manchester-united-507543.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T09:55:00Z", + "pubDate": "2021-11-28T16:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-chelsea-manchester-united-1638120273_x600_articles-alt-507543.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2203e1ad49ed81cc6de83ae91e414254" + "hash": "2c80a80c732219485661e2d5793a1e96" }, { - "title": "Le Napoli sans Victor Osimhen pendant plusieurs semaines", - "description": "Sale soirée pour le Napoli.
    \n
    \nBattus pour la première fois de la saison par l'Inter (3-2), les Napolitains…

    ", - "content": "Sale soirée pour le Napoli.
    \n
    \nBattus pour la première fois de la saison par l'Inter (3-2), les Napolitains…

    ", + "title": "Rennes fait craquer Lorient et passe deuxième", + "description": "Le nouveau dauphin du PSG, c'est le SRFC.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/le-napoli-sans-victor-osimhen-pendant-plusieurs-semaines-507288.html", + "link": "https://www.sofoot.com/rennes-fait-craquer-lorient-et-passe-deuxieme-507579.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T09:50:00Z", + "pubDate": "2021-11-28T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-rennes-fait-craquer-lorient-et-passe-deuxieme-1638115580_x600_articles-507579.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "35533168f102a95ddac22a1e6fcedd3e" + "hash": "ac89893605fb2b76333065b45ebed7b2" }, { - "title": "Mourinho va offrir des chaussures à 800 euros à Felix Afena", - "description": "Pourquoi chercher des leviers psychologiques quand un simple cadeau suffit.
    \n
    \n\"J'avais promis à Felix que s'il disputait un bon match ce soir, je lui achèterais une paire de…

    ", - "content": "Pourquoi chercher des leviers psychologiques quand un simple cadeau suffit.
    \n
    \n\"J'avais promis à Felix que s'il disputait un bon match ce soir, je lui achèterais une paire de…

    ", + "title": "Sassuolo lessive Milan", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/mourinho-va-offrir-des-chaussures-a-800-euros-a-felix-afena-507286.html", + "link": "https://www.sofoot.com/sassuolo-lessive-milan-507577.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T09:34:00Z", + "pubDate": "2021-11-28T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sassuolo-lessive-milan-1638115535_x600_articles-507577.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75abb1d90b2ac6ef422fbf94620b11d4" + "hash": "529b25da30471b4b097bd9a95133d654" }, { - "title": "Raúl Jiménez : \"Je dois encore plus profiter du football\"", - "description": "Séquence émotion.
    \n
    \nVoilà près d'un an que le pire a été évité à l'Emirates Stadium. Ce 29 novembre 2020, lors d'un duel avec David Luiz, Raúl Jiménez s'écroulait
    ", - "content": "Séquence émotion.
    \n
    \nVoilà près d'un an que le pire a été évité à l'Emirates Stadium. Ce 29 novembre 2020, lors d'un duel avec David Luiz, Raúl Jiménez s'écroulait
    ", + "title": "Deux penaltys, mais pas de vainqueurs entre Monaco et Strasbourg", + "description": "Monaco avance (toujours) au ralenti.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/raul-jimenez-je-dois-encore-plus-profiter-du-football-507285.html", + "link": "https://www.sofoot.com/deux-penaltys-mais-pas-de-vainqueurs-entre-monaco-et-strasbourg-507542.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T08:35:00Z", + "pubDate": "2021-11-28T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-deux-penaltys-mais-pas-de-vainqueurs-entre-monaco-et-strasbourg-1638114901_x600_articles-507542.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b61911d0472c26805d8c46e0b7583df" + "hash": "5625b41868abf17ab7a9c34d224ad37f" }, { - "title": "La blessure de Renato Sanches l'a empêché de signer au Barça l'été dernier", - "description": "Les ligaments croisés, tout ça, tout ça ?
    \n
    \nSimplement titularisé à six reprises cette saison en Ligue 1, Renato Sanches peine à retrouver l'étincelant niveau de jeu qu'il a parfois…

    ", - "content": "Les ligaments croisés, tout ça, tout ça ?
    \n
    \nSimplement titularisé à six reprises cette saison en Ligue 1, Renato Sanches peine à retrouver l'étincelant niveau de jeu qu'il a parfois…

    ", + "title": "Sous la neige, Manchester City et Leicester s'évitent un coup de froid", + "description": "Pas de Burnley-Tottenham ce dimanche après-midi, la faute à de grosses chutes de neige dans le Lancashire, mais du spectacle sur les trois autres pelouses. Bravant le froid et les flocons, Manchester City a disposé de West Ham pour revenir provisoirement à hauteur du leader Chelsea (2-1). Porté par le duo Maddison-Vardy, Leicester est sorti vainqueur d'un duel spectaculaire contre Watford (4-2). Le promu Brentford a également gagné devant son public, au détriment d'Everton (1-0).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-blessure-de-renato-sanches-l-a-empeche-de-signer-au-barca-l-ete-dernier-507283.html", + "link": "https://www.sofoot.com/sous-la-neige-manchester-city-et-leicester-s-evitent-un-coup-de-froid-507536.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T08:09:00Z", + "pubDate": "2021-11-28T15:58:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sous-la-neige-manchester-city-et-leicester-s-evitent-un-coup-de-froid-1638115084_x600_articles-507536.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8af9a791d80e47dc56018e42939a30a4" + "hash": "6162c22eea998e05e93e2e44532db37b" }, { - "title": "LOTO du lundi 22 novembre 2021 : 25 millions d'€ à gagner !", - "description": "25 millions d'euros sont à gagner au LOTO ce lundi 22 novembre 2021. Un montant incroyable pour la loterie française

    LOTO du lundi 22 novembre 2021 : 25 Millions d'€

    \n
    \nLa cagnotte du LOTO de ce lundi 22 novembre 2021 affiche un montant énorme de 25 millions…
    ", - "content": "

    LOTO du lundi 22 novembre 2021 : 25 Millions d'€

    \n
    \nLa cagnotte du LOTO de ce lundi 22 novembre 2021 affiche un montant énorme de 25 millions…
    ", + "title": "Brest renverse un triste Bordeaux", + "description": "Tout pour Le Douaron.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/loto-du-lundi-22-novembre-2021-25-millions-d-e-a-gagner-507231.html", + "link": "https://www.sofoot.com/brest-renverse-un-triste-bordeaux-507581.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T08:02:00Z", + "pubDate": "2021-11-28T15:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-brest-renverse-un-triste-bordeaux-1638115188_x600_articles-507581.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e1717c4c64e6782ba8e2652c9543ad3" + "hash": "bf56b811ab9c8cd88f91a0b1e6619ac8" }, { - "title": "Maracineanu : \"Les dirigeants doivent arrêter de se cacher derrière leur petit doigt\"", - "description": "Le bal de l'indignation se poursuit.
    \n
    \nLes intolérables événements survenus ce dimanche soir au Groupama…

    ", - "content": "Le bal de l'indignation se poursuit.
    \n
    \nLes intolérables événements survenus ce dimanche soir au Groupama…

    ", + "title": "Reims l'emporte à l'arrachée face à Clermont", + "description": "L'été est déjà loin pour le Clermont Foot 63.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/maracineanu-les-dirigeants-doivent-arreter-de-se-cacher-derriere-leur-petit-doigt-507282.html", + "link": "https://www.sofoot.com/reims-l-emporte-a-l-arrachee-face-a-clermont-507578.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T07:37:00Z", + "pubDate": "2021-11-28T15:53:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-reims-l-emporte-a-l-arrachee-face-a-clermont-1638114534_x600_articles-507578.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d75aaf91282632feac860f0c3db10902" + "hash": "37d8412283776853d83a8111408c3f1a" }, { - "title": "Tribunes au bord de la crise de nerf : la faute à qui ?", - "description": "Cet Olympico constitue le sixième incident grave, depuis le début de la saison. Avec, en ligne de mire, des tribunes françaises qui semblent au bord de la crise de nerfs et renvoient souvent une image décevante voire inquiétante. Mais quelles sont les solutions pour sortir de cette spirale, tant les causes de cette répétition de débordements de violence semblent échapper à tout le monde ?L'image est terrible. Dimitri Payet recevant, en pleine tête, une bouteille d'eau. Tout le monde se souvient de ce qu'il avait déjà subi, à Nice. Sa réaction, en balançant en retour…", - "content": "L'image est terrible. Dimitri Payet recevant, en pleine tête, une bouteille d'eau. Tout le monde se souvient de ce qu'il avait déjà subi, à Nice. Sa réaction, en balançant en retour…", + "title": "Kolodziejczak : \"Si ce n'est pas Mbappé, il n'y a pas rouge\"", + "description": "Un carton rouge et une colère verte.
    \n
    \nExpulsé peu avant la pause face au Paris Saint-Germain, Timothée Kolodziejczak n'a pas décoléré après
    ", + "content": "Un carton rouge et une colère verte.
    \n
    \nExpulsé peu avant la pause face au Paris Saint-Germain, Timothée Kolodziejczak n'a pas décoléré après
    ", "category": "", - "link": "https://www.sofoot.com/tribunes-au-bord-de-la-crise-de-nerf-la-faute-a-qui-507280.html", + "link": "https://www.sofoot.com/kolodziejczak-si-ce-n-est-pas-mbappe-il-n-y-a-pas-rouge-507586.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T05:00:00Z", + "pubDate": "2021-11-28T15:26:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-kolodziejczak-si-ce-n-est-pas-mbappe-il-n-y-a-pas-rouge-1638113475_x600_articles-507586.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1ffd358fdb0641b9c5692384bda80e4" + "hash": "3098a061f4f9df902b9d0f103b297366" }, { - "title": "Ces trois infos du week-end vont vous étonner", - "description": "Parce qu'il n'y a pas que les championnats du Big Five dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : un monument polonais en péril, une dernière minute folle en D2 japonaise et une revanche savoureuse outre-Atlantique.

    ", - "content": "

    ", + "title": "Le Club Bruges s'impose sur le fil à Genk", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-507268.html", + "link": "https://www.sofoot.com/le-club-bruges-s-impose-sur-le-fil-a-genk-507582.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T05:00:00Z", + "pubDate": "2021-11-28T14:41:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-club-bruges-s-impose-sur-le-fil-a-genk-1638110820_x600_articles-507582.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d67211c48909c12dc2f0998cde62bb4" + "hash": "ee57e6c441e9cd45aa6bf86ba50b68f8" }, { - "title": "Quiz : Ils ont marqué autant que Lionel Messi en Ligue 1 après 14 journées", - "description": "Lionel Messi aura donc attendu la quatorzième journée de Ligue 1, et la venue du FC Nantes au Parc des Princes (3-1), pour débloquer son compteur dans le championnat de France. Un premier but qui permet à la Pulga d'inscrire son nom au classement des buteurs et d'ainsi rejoindre 77 autres joueurs qui, comme lui, n'ont marqué qu'un seul pion depuis le début de la saison. Saurez-vous les retrouver ?", + "title": "Paris fait fondre Saint-Étienne", + "description": "Grâce à un doublé de Marquinhos et un Lionel Messi plus en vue et auteur de trois passes décisives, le PSG a battu Saint-Étienne ce dimanche à Geoffroy-Guichard (3-1) et signe ainsi son treizième succès de la saison en Ligue 1. Seule ombre au tableau : la sortie sur civière de Neymar, touché à la cheville en fin de rencontre.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/quiz-ils-ont-marque-autant-que-lionel-messi-en-ligue-1-apres-14-journees-507265.html", + "link": "https://www.sofoot.com/paris-fait-fondre-saint-etienne-507575.html", "creator": "SO FOOT", - "pubDate": "2021-11-22T05:00:00Z", + "pubDate": "2021-11-28T14:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-paris-fait-fondre-saint-etienne-1638108565_x600_articles-alt-507575.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56b64851169cb478b114877b05162b5e" + "hash": "a31c2b7f51368ef0f2f28d311eaec989" }, { - "title": "Un stade, peu de lumières", - "description": "Le craquage d'un supporter lyonnais, dès la troisième minute de jeu, a complètement ruiné un dimanche soir qui s'annonçait palpitant. Si les fans rhodaniens s'étaient déjà distingués par certains comportements plus que discutables en Coupe d'Europe, les antécédents de débordements en Ligue 1 ne sont pas nombreux. Malgré tout, Aulas, qui avait réclamé de lourdes sanctions après Nice-OM, devrait être pris à son propre jeu. Même s'il assure qu'il ne s'agit pas du tout d'un cas similaire.\" Je fais partie des gens qui pensent que la seule sanction possible pour freiner cet état de fait, que ce soit au niveau des joueurs, des dirigeants, des supporters, c'est la pénalité en…", - "content": "\" Je fais partie des gens qui pensent que la seule sanction possible pour freiner cet état de fait, que ce soit au niveau des joueurs, des dirigeants, des supporters, c'est la pénalité en…", + "title": "Burnley-Tottenham reporté en raison des fortes chutes de neige", + "description": "Let it Snow !
    \n
    \nLa rencontre opposant Burnley à Tottenham ce dimanche (15 heures) a été reportée à une date ultérieure en raison des intempéries frappant l'Angleterre. En…

    ", + "content": "Let it Snow !
    \n
    \nLa rencontre opposant Burnley à Tottenham ce dimanche (15 heures) a été reportée à une date ultérieure en raison des intempéries frappant l'Angleterre. En…

    ", "category": "", - "link": "https://www.sofoot.com/un-stade-peu-de-lumieres-507279.html", + "link": "https://www.sofoot.com/burnley-tottenham-reporte-en-raison-des-fortes-chutes-de-neige-507580.html", "creator": "SO FOOT", - "pubDate": "2021-11-21T23:01:00Z", + "pubDate": "2021-11-28T13:56:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-burnley-tottenham-reporte-en-raison-des-fortes-chutes-de-neige-1638108048_x600_articles-507580.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "44662886d71e6205ac0fc965b83e73ef" + "hash": "4737849494ffa24ed6de6a0dad81301b" }, { - "title": "Lyon-Marseille : la cible Dimitri Payet", - "description": "Venu à Lyon pour croiser le fer avec son meilleur ennemi et donner de l'amour pendant 90 minutes, Dimitri Payet n'en a passé que deux sur le terrain... Avant de devoir rentrer à l'infirmerie, après avoir reçu une bouteille en plein sur le crâne. Une triste habitude pour le Réunionnais, qui symbolise malgré lui le bourbier actuel dans les tribunes de Ligue 1.On s'en léchait déjà les babines : Dimitri Payet face à Lucas Paquetá, les deux meneurs de jeu des Olympiques à leurs sommets en ce moment, face à face au Parc OL en prime time ce…", - "content": "On s'en léchait déjà les babines : Dimitri Payet face à Lucas Paquetá, les deux meneurs de jeu des Olympiques à leurs sommets en ce moment, face à face au Parc OL en prime time ce…", + "title": "Diogo Jota quitte son tournoi FIFA pour marquer face à Southampton", + "description": "Le virtuel devient réel.
    \n
    \nAuteur d'un doublé face à Southampton ce samedi (4-0), Diogo Jota a été…

    ", + "content": "Le virtuel devient réel.
    \n
    \nAuteur d'un doublé face à Southampton ce samedi (4-0), Diogo Jota a été…

    ", "category": "", - "link": "https://www.sofoot.com/lyon-marseille-la-cible-dimitri-payet-507272.html", + "link": "https://www.sofoot.com/diogo-jota-quitte-son-tournoi-fifa-pour-marquer-face-a-southampton-507576.html", "creator": "SO FOOT", - "pubDate": "2021-11-21T22:59:00Z", + "pubDate": "2021-11-28T13:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-diogo-jota-quitte-son-tournoi-fifa-pour-marquer-face-a-southampton-1638106506_x600_articles-507576.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "973612fdbd465256a837a4fbb8bf529f" + "hash": "a7b1121083788a2b9ce71f657609282b" }, { - "title": "OL-OM : la soirée qui a mis en lumière la lâcheté du foot français", - "description": "En faisant poireauter l'ensemble des acteurs et des suiveurs de ce Lyon-Marseille, interrompu après l'agression de Dimitri Payet par les tribunes, les instances et autres dirigeants du foot français ont donné à voir une preuve terrible de leur incompétence face à ces situations de crise, mais aussi de leur lâcheté au moment d'assumer les conséquences.Il est environ 20h50 quand les caméras se braquent sur Dimitri Payet, le visage enfoui dans la pelouse du Groupama Stadium de Lyon, les mains pressant son crâne endolori. Déjà ciblé par des…", - "content": "Il est environ 20h50 quand les caméras se braquent sur Dimitri Payet, le visage enfoui dans la pelouse du Groupama Stadium de Lyon, les mains pressant son crâne endolori. Déjà ciblé par des…", + "title": "Un retour en équipe de France ? Lacazette y pense \"de moins en moins\"", + "description": "Lacazette et l'équipe de France, point final ?
    \n
    \nSa seizième et dernière sélection en équipe de France, le 14 novembre 2017 contre l'Allemagne (2-2) où il avait inscrit un doublé,…

    ", + "content": "Lacazette et l'équipe de France, point final ?
    \n
    \nSa seizième et dernière sélection en équipe de France, le 14 novembre 2017 contre l'Allemagne (2-2) où il avait inscrit un doublé,…

    ", "category": "", - "link": "https://www.sofoot.com/ol-om-la-soiree-qui-a-mis-en-lumiere-la-lachete-du-foot-francais-507276.html", + "link": "https://www.sofoot.com/un-retour-en-equipe-de-france-lacazette-y-pense-de-moins-en-moins-507574.html", "creator": "SO FOOT", - "pubDate": "2021-11-21T22:55:00Z", + "pubDate": "2021-11-28T11:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-un-retour-en-equipe-de-france-lacazette-y-pense-de-moins-en-moins-1638100959_x600_articles-507574.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6546b1a8521b7ddec6f842e6114723d1" + "hash": "e9f86a3292bf0dc2519420f6f462f92b" }, { - "title": "Ruddy Buquet, arbitre d'OL-OM : \"Ma décision sportive a toujours été de ne pas reprendre le match\"", - "description": "Cette triste soirée de dimanche aura eu le mérite de nous offrir une scène rare : la prise de parole publique d'un arbitre pour donner son point de vue.
    \n
    \nEn l'occurrence, Ruddy Buquet…

    ", - "content": "Cette triste soirée de dimanche aura eu le mérite de nous offrir une scène rare : la prise de parole publique d'un arbitre pour donner son point de vue.
    \n
    \nEn l'occurrence, Ruddy Buquet…

    ", + "title": "En direct : Saint-Étienne - PSG ", + "description": "94' : ET C'EST TERMINÉ !!!! Sainté, réduit à 10 juste avant la pause, aura longtemps résisté ...", + "content": "94' : ET C'EST TERMINÉ !!!! Sainté, réduit à 10 juste avant la pause, aura longtemps résisté ...", "category": "", - "link": "https://www.sofoot.com/ruddy-buquet-arbitre-d-ol-om-ma-decision-sportive-a-toujours-ete-de-ne-pas-reprendre-le-match-507278.html", + "link": "https://www.sofoot.com/en-direct-saint-etienne-psg-507573.html", "creator": "SO FOOT", - "pubDate": "2021-11-21T22:22:00Z", + "pubDate": "2021-11-28T11:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-saint-etienne-psg-1638099645_x600_articles-507573.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0496bae93da59ee87e665fc57f885940" + "hash": "17c1a1fb85cc61ff86eff5c17e4db460" }, { - "title": "Monaco et Lille font du surplace", - "description": "Menée du fait d'un doublé éclair de Jonathan David et réduite à 10 en seconde période, l'ASM est pourtant parvenue à tenir en échec Lille au stade Louis-II (2-2). Une bonne dose de frustration pour les deux formations qui font du surplace en milieu de tableau. Une nouvelle fois, le LOSC a eu les occasions de sceller un précieux succès et ne les a pas saisies.

    ", - "content": "

    ", + "title": "La simulation ridicule de Deyverson en finale de la Copa Libertadores", + "description": "Deyverson, nouvelle recrue du Hollywood FC.
    \n
    \nVainqueur de…

    ", + "content": "Deyverson, nouvelle recrue du Hollywood FC.
    \n
    \nVainqueur de…

    ", "category": "", - "link": "https://www.sofoot.com/monaco-et-lille-font-du-surplace-507197.html", + "link": "https://www.sofoot.com/la-simulation-ridicule-de-deyverson-en-finale-de-la-copa-libertadores-507572.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T22:00:00Z", + "pubDate": "2021-11-28T11:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-la-simulation-ridicule-de-deyverson-en-finale-de-la-copa-libertadores-1638098204_x600_articles-507572.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aee705ec9bc7fa9c88ef1512308cd45f" + "hash": "dd70ad73a83a112b6d414e7065aea97f" }, { - "title": "Pronostic Angers Lorient : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un Angers – Lorient avec des buts de chaque côté

    \n
    \nAprès 13 journées de Ligue 1, Angers se trouve dans la première partie de tableau à la…
    ", - "content": "

    Un Angers – Lorient avec des buts de chaque côté

    \n
    \nAprès 13 journées de Ligue 1, Angers se trouve dans la première partie de tableau à la…
    ", + "title": "On était à Canet-en-Roussillon pour la qualification du Saint-Denis FC", + "description": "Face au Canet RFC, bourreau de l'OM l'an dernier, les joueurs et supporters du Saint-Denis FC ont fait mieux que simplement venger leur idole locale à Canet-en-Roussillon. Car au-delà de la belle qualification pour les 32es de finale de la doyenne des Coupes (1-1, 7-6 TAB), les fans du club réunionnais ont apporté leur bonne humeur à la Coupe de France et ravi leurs homologues canétois par leurs chants. En mode passage de flambeau ?\"On n'a pas pris d'hôtel pour ce soir. On verra en fonction du résultat si on reste faire la fête ou si on rentre à Toulouse. Nous, on est réunionnais, on s'adapte !\" : 11h45,…", + "content": "\"On n'a pas pris d'hôtel pour ce soir. On verra en fonction du résultat si on reste faire la fête ou si on rentre à Toulouse. Nous, on est réunionnais, on s'adapte !\" : 11h45,…", "category": "", - "link": "https://www.sofoot.com/pronostic-angers-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-507185.html", + "link": "https://www.sofoot.com/on-etait-a-canet-en-roussillon-pour-la-qualification-du-saint-denis-fc-507567.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T21:36:00Z", + "pubDate": "2021-11-28T11:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-on-etait-a-canet-en-roussillon-pour-la-qualification-du-saint-denis-fc-1638093659_x600_articles-alt-507567.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "000a36409cb6acc46a8136f792a58f3f" + "hash": "c4feb2dda559567438696e1e032d4c1f" }, { - "title": "Augsbourg surprend le Bayern", - "description": "

    ", - "content": "

    ", + "title": "Sergio Ramos : \"Je pense que je peux continuer à jouer pendant quatre ou cinq années encore\"", + "description": "El Churu est de retour.
    \n
    \nSeul élément du mercato estival XXL du Paris Saint-Germain à ne pas avoir encore foulé les pelouses cette saison, Sergio Ramos est tout proche d'un…

    ", + "content": "El Churu est de retour.
    \n
    \nSeul élément du mercato estival XXL du Paris Saint-Germain à ne pas avoir encore foulé les pelouses cette saison, Sergio Ramos est tout proche d'un…

    ", "category": "", - "link": "https://www.sofoot.com/augsbourg-surprend-le-bayern-507196.html", + "link": "https://www.sofoot.com/sergio-ramos-je-pense-que-je-peux-continuer-a-jouer-pendant-quatre-ou-cinq-annees-encore-507570.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T21:32:00Z", + "pubDate": "2021-11-28T10:25:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-sergio-ramos-je-pense-que-je-peux-continuer-a-jouer-pendant-quatre-ou-cinq-annees-encore-1638094603_x600_articles-507570.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ccbce4e2d8fef688cd2821771247bf8" + "hash": "0f1e428444035703500f5db9ea3ee7d1" }, { - "title": "Pronostic Brest Lens : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Lens sur sa lancée à Brest

    \n
    \nL'an passé, le Stade Brestois a difficilement fini la saison se sauvant lors des dernières journées. Lors du mercato,…
    ", - "content": "

    Lens sur sa lancée à Brest

    \n
    \nL'an passé, le Stade Brestois a difficilement fini la saison se sauvant lors des dernières journées. Lors du mercato,…
    ", + "title": "Seul remplaçant de son équipe, le coach de la réserve de l'US Granville (R1) rentre en jeu", + "description": "Portugal-Normandie, même combat.
    \n
    \nEn déplacement sur la pelouse de la Maladrerie OS,…

    ", + "content": "Portugal-Normandie, même combat.
    \n
    \nEn déplacement sur la pelouse de la Maladrerie OS,…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-brest-lens-analyse-cotes-et-prono-du-match-de-ligue-1-507183.html", + "link": "https://www.sofoot.com/seul-remplacant-de-son-equipe-le-coach-de-la-reserve-de-l-us-granville-r1-rentre-en-jeu-507568.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T21:25:00Z", + "pubDate": "2021-11-28T09:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-seul-remplacant-de-son-equipe-le-coach-de-la-reserve-de-l-us-granville-r1-rentre-en-jeu-1638093887_x600_articles-507568.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bada1984c554efed6ac1a0cad8d14675" + "hash": "e9ff0cb38d50e41982ed372e4314779b" }, { - "title": "Pronostic Strasbourg Reims : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Strasbourg – Reims : le Crémant prend le dessus sur le Champagne

    \n
    \nDepuis son retour en Ligue 1, le Racing Club Strasbourg a connu de bons moments avec…
    ", - "content": "

    Strasbourg – Reims : le Crémant prend le dessus sur le Champagne

    \n
    \nDepuis son retour en Ligue 1, le Racing Club Strasbourg a connu de bons moments avec…
    ", + "title": "Belenenses SAD et Benfica remontés contre la Ligue", + "description": "Le match de la honte.
    \n
    \nCe samedi 27 novembre restera dans les mémoires comme un triste jour pour le football portugais. Privé de 17 joueurs, touchés par la Covid-19,
    ", + "content": "Le match de la honte.
    \n
    \nCe samedi 27 novembre restera dans les mémoires comme un triste jour pour le football portugais. Privé de 17 joueurs, touchés par la Covid-19,
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-strasbourg-reims-analyse-cotes-et-prono-du-match-de-ligue-1-507182.html", + "link": "https://www.sofoot.com/belenenses-sad-et-benfica-remontes-contre-la-ligue-507566.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T21:14:00Z", + "pubDate": "2021-11-28T09:15:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-belenenses-sad-et-benfica-remontes-contre-la-ligue-1638091388_x600_articles-507566.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e7fbb783d8b9b3445709067f55acd2fa" + "hash": "24d1abd5e2d38fa7108b07d2beb84f90" }, { - "title": "Pronostic Troyes Saint-Etienne : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Un Troyes – Saint-Etienne avec des buts de chaque côté

    \n
    \nChampion de Ligue 2 en titre, Troyes a retrouvé l'élite du football français.…
    ", - "content": "

    Un Troyes – Saint-Etienne avec des buts de chaque côté

    \n
    \nChampion de Ligue 2 en titre, Troyes a retrouvé l'élite du football français.…
    ", + "title": "Christophe Galtier : \"Peut-être que des joueurs n'avaient pas envie\"", + "description": "Galette distribue les tartes.
    \n
    \nBattu par Metz (0-1) samedi soir à l'Allianz Riviera, Christophe Galtier et l'OGC Nice…

    ", + "content": "Galette distribue les tartes.
    \n
    \nBattu par Metz (0-1) samedi soir à l'Allianz Riviera, Christophe Galtier et l'OGC Nice…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-troyes-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-507181.html", + "link": "https://www.sofoot.com/christophe-galtier-peut-etre-que-des-joueurs-n-avaient-pas-envie-507564.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T20:56:00Z", + "pubDate": "2021-11-28T08:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-christophe-galtier-peut-etre-que-des-joueurs-n-avaient-pas-envie-1638089436_x600_articles-507564.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a0f963c0065c56fcc0b8aac3721f1f0" + "hash": "fbe6ffc2010459c7fa3113fb814722ae" }, { - "title": "Pronostic Clermont Nice : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Nice se relance à Clermont

    \n
    \nBien parti dans cette saison de Ligue 1, Clermont avait remporté ses deux premiers matchs face à Bordeaux et Troyes avant…
    ", - "content": "

    Nice se relance à Clermont

    \n
    \nBien parti dans cette saison de Ligue 1, Clermont avait remporté ses deux premiers matchs face à Bordeaux et Troyes avant…
    ", + "title": "DERNIER WEEK-END : 10€ offerts GRATOS en EXCLU pour parier sans pression !", + "description": "10€ à récupérer totalement gratuitement, c'est a priori bientôt fini chez ZEbet. Pour en profiter, il suffit de rentrer le code SOFOOT10EUROS

    10€ offerts sans sortir sa CB chez ZEbet

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", + "content": "

    10€ offerts sans sortir sa CB chez ZEbet

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n


    ", "category": "", - "link": "https://www.sofoot.com/pronostic-clermont-nice-analyse-cotes-et-prono-du-match-de-ligue-1-507179.html", + "link": "https://www.sofoot.com/dernier-week-end-10e-offerts-gratos-en-exclu-pour-parier-sans-pression-507490.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T20:31:00Z", + "pubDate": "2021-11-25T18:42:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-dernier-week-end-10e-offerts-gratos-en-exclu-pour-parier-sans-pression-1637866356_x600_articles-507490.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "672d4c3b266db5a879c306325821de0c" + "hash": "2ec43a9592e18c12164756fee9b8939e" }, { - "title": "En direct : Monaco - Lille", - "description": "96' : THE END !
    \n
    \nVite mené 0-2, l'ASM arrache finalement un nul mérité au regard des 60 ...", - "content": "96' : THE END !
    \n
    \nVite mené 0-2, l'ASM arrache finalement un nul mérité au regard des 60 ...", + "title": "Ce qu'il faut retenir des matchs de Coupe de France du samedi 27 novembre ", + "description": "Comme chaque année, le huitième tour de la Coupe de France a réservé quelques belles surprises. Avec au programme un carton du Paris FC, des gardiens héroïques, un anniversaire et des mauvais joueurs.

  • La surprise du jour : l'AS…
  • ", + "content": "

  • La surprise du jour : l'AS…
  • ", "category": "", - "link": "https://www.sofoot.com/en-direct-monaco-lille-507191.html", + "link": "https://www.sofoot.com/ce-qu-il-faut-retenir-des-matchs-de-coupe-de-france-du-samedi-27-novembre-507563.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T19:45:00Z", + "pubDate": "2021-11-28T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ce-qu-il-faut-retenir-des-matchs-de-coupe-de-france-du-samedi-27-novembre-1638076006_x600_articles-alt-507563.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "750698f9e9334bee25e21b36818b81af" + "hash": "6de6b880c991c1f92b38a371e5dd3c22" }, { - "title": "Griezmann pourra finalement jouer contre l'AC Milan", - "description": "Emoji Samba. Emoji Samba. Smiley cœur. Smiley cœur. Typiquement le genre d'enchaînement qui indique qu'Antoine Griezmann vient d'apprendre une bonne nouvelle. Pour le champion du monde,…", - "content": "Emoji Samba. Emoji Samba. Smiley cœur. Smiley cœur. Typiquement le genre d'enchaînement qui indique qu'Antoine Griezmann vient d'apprendre une bonne nouvelle. Pour le champion du monde,…", + "title": "Top 10 : Stades Léo-Lagrange", + "description": "Ce dimanche, Léo Lagrange aurait eu très précisément 121 ans. Hélas, celui qui a joué un immense rôle dans le développement du sport pour tous à l'époque du Front populaire est mort le 9 juin 1940, touché par un éclat d'obus à Évergnicourt, dans l'Aisne. Depuis, son nom est avant tout associé à une foultitude de stades aux quatre coins de l'Hexagone. En voici dix, pour lui rendre hommage.

    Stade Léo-Lagrange de Vincennes (75)

    \n
    \n", + "content": "

    Stade Léo-Lagrange de Vincennes (75)

    \n
    \n", "category": "", - "link": "https://www.sofoot.com/griezmann-pourra-finalement-jouer-contre-l-ac-milan-507190.html", + "link": "https://www.sofoot.com/top-10-stades-leo-lagrange-507518.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T16:53:00Z", + "pubDate": "2021-11-28T05:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-top-10-stades-leo-lagrange-1637934947_x600_articles-alt-507518.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a647ef14992809de13c96cf50006baa5" + "hash": "165ad7db059201321f15f3d588e3a3b9" }, { - "title": "Affaire Hamraoui : Hayet Abidal demande le divorce", - "description": "Hayet Abidal a annoncé par l'intermédiaire de son avocate matrimoniale à Barcelone, Maître Jennifer Losada, entamer une procédure de divorce contre son époux, Éric Abidal. Sur la

    Palmeiras 2-1 (AP) Flamengo

    \nButs : Veiga (5e) et Deyverson (95e) pour les Alviverde // Gabigol (72e) pour les…", + "content": "

    Palmeiras 2-1 (AP) Flamengo

    \nButs : Veiga (5e) et Deyverson (95e) pour les Alviverde // Gabigol (72e) pour les…", "category": "", - "link": "https://www.sofoot.com/affaire-hamraoui-hayet-abidal-demande-le-divorce-507176.html", + "link": "https://www.sofoot.com/palmeiras-vient-a-bout-de-flamengo-et-conserve-son-titre-en-copa-libertadores-507540.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T16:36:00Z", + "pubDate": "2021-11-27T22:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-palmeiras-vient-a-bout-de-flamengo-et-conserve-son-titre-en-copa-libertadores-1638053797_x600_articles-507540.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c3829935f3ba4ecf570c6e22dc1c82a" + "hash": "31c55613daba363ad2c1b5ed335c2679" }, { - "title": "La FFF annonce des mesures supplémentaires pour la protection des mineurs", - "description": "
    Alors que cette journée de Ligue 1 est placée sous le signe de la protection de…", - "content": "Alors que cette journée de Ligue 1 est placée sous le signe de la protection de…", + "title": "Metz surprend Nice", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-fff-annonce-des-mesures-supplementaires-pour-la-protection-des-mineurs-507186.html", + "link": "https://www.sofoot.com/metz-surprend-nice-507562.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T16:34:00Z", + "pubDate": "2021-11-27T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-metz-surprend-nice-1638050261_x600_articles-507562.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "42da8ee4847e4014c6e38d827c9f414e" + "hash": "12309c23786c92cbf759a36700ac3277" }, { - "title": "La police abat un jeune joueur en Argentine ", - "description": "L'Argentine est sous tension après la mort de Lucas Gonzalez (17 ans), joueur de Barracas Central (D2 argentine). Le quotidien espagnol Marca rapporte que l'Argentin a succombé après avoir…", - "content": "L'Argentine est sous tension après la mort de Lucas Gonzalez (17 ans), joueur de Barracas Central (D2 argentine). Le quotidien espagnol Marca rapporte que l'Argentin a succombé après avoir…", + "title": "Le Barça esquinte Villarreal", + "description": "Dans son habit mauve pâle, le Barça de Xavi a arraché un succès précieux à l'Estadio de la Cerámica de Villarreal (3-1), grâce à trois pions inscrits après l'entracte. Invaincus depuis un mois en Liga, les Culés pointent au septième rang et, malgré de réelles difficultés à maîtriser la rencontre, ont pu compter sur une variante de la \"chance de l'ex-champion\". À défaut de briller dans les grands matchs et d'être visible durant l'intégralité des 90 minutes, Memphis Depay a été utile et décisif.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-police-abat-un-jeune-joueur-en-argentine-507189.html", + "link": "https://www.sofoot.com/le-barca-esquinte-villarreal-507552.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T16:33:00Z", + "pubDate": "2021-11-27T22:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-barca-esquinte-villarreal-1638051256_x600_articles-alt-507552.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03fdd2aa0530e1f39bb370690258b7af" + "hash": "4d941b9575aeefc31da9a019e558ca50" }, { - "title": "Pronostic Metz Bordeaux : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Bordeaux va chercher un résultat à Metz

    \n
    \nA pareille époque l'an passé, le FC Metz réalisait un exercice intéressant, pointant dans la première…
    ", - "content": "

    Bordeaux va chercher un résultat à Metz

    \n
    \nA pareille époque l'an passé, le FC Metz réalisait un exercice intéressant, pointant dans la première…
    ", + "title": "L'Inter fait le boulot à Venise", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-metz-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-507165.html", + "link": "https://www.sofoot.com/l-inter-fait-le-boulot-a-venise-507560.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T16:13:00Z", + "pubDate": "2021-11-27T21:39:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-inter-fait-le-boulot-a-venise-1638048499_x600_articles-507560.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52513a5623f187078263c6e02f2f66d8" + "hash": "82546d5235d940d79d285f7777654004" }, { - "title": "Pronostic Inter Milan Naples : Analyse, cotes et prono du match de Serie A", - "description": "

    L'Inter ne veut pas laisser s'échapper Naples

    \n
    \nCe dimanche, l'Inter champion en titre reçoit l'actuel leader de Serie A, le Napoli. Actuellement,…
    ", - "content": "

    L'Inter ne veut pas laisser s'échapper Naples

    \n
    \nCe dimanche, l'Inter champion en titre reçoit l'actuel leader de Serie A, le Napoli. Actuellement,…
    ", + "title": "Décimé par la Covid-19, Belenenses SAD joue à 9 contre Benfica", + "description": "La soirée va être longue pour Belenenses.
    \n
    \nHabituellement gardien de but, c'est en défense centrale que João Monteiro commence cette rencontre du championnat portugais entre…

    ", + "content": "La soirée va être longue pour Belenenses.
    \n
    \nHabituellement gardien de but, c'est en défense centrale que João Monteiro commence cette rencontre du championnat portugais entre…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-inter-milan-naples-analyse-cotes-et-prono-du-match-de-serie-a-507163.html", + "link": "https://www.sofoot.com/decime-par-la-covid-19-belenenses-sad-joue-a-9-contre-benfica-507561.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T15:56:00Z", + "pubDate": "2021-11-27T20:34:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-decime-par-la-covid-19-belenenses-sad-joue-a-9-contre-benfica-1638046853_x600_articles-507561.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6b2796dfa227bf8a147d2836f8a31d4" + "hash": "fdb1e9801fb495b2a6a7b23ea10adb2f" }, { - "title": "Clermont va collaborer avec un musée d'art", - "description": "Dans un communiqué publié sur son site, le Clermont Foot a annoncé allier ses forces avec le musée d'art Roger-Quilliot (MARQ) afin de promouvoir les liens entre culture et football. L'exposition…", - "content": "Dans un communiqué publié sur son site, le Clermont Foot a annoncé allier ses forces avec le musée d'art Roger-Quilliot (MARQ) afin de promouvoir les liens entre culture et football. L'exposition…", + "title": "En direct : Palmeiras - Flamengo", + "description": "99' : Renato Gaucho il est désespéré dans sa zone.", + "content": "99' : Renato Gaucho il est désespéré dans sa zone.", "category": "", - "link": "https://www.sofoot.com/clermont-va-collaborer-avec-un-musee-d-art-507184.html", + "link": "https://www.sofoot.com/en-direct-palmeiras-flamengo-507557.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T15:18:00Z", + "pubDate": "2021-11-27T19:50:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-palmeiras-flamengo-1638049708_x600_articles-alt-507557.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a218bfbefc0529d4ea7ac9074ea1910f" + "hash": "9566bed34717a5b092d710f030c31d56" }, { - "title": "Pour Conte, Ndombele doit \"travailler beaucoup plus dur que les autres\"", - "description": "Commencée en juillet 2019, l'histoire entre Tanguy Ndombele et Tottenham n'a jamais vraiment été au beau fixe. Si le Français montre par moments toute l'étendue de son potentiel, il n'a…", - "content": "Commencée en juillet 2019, l'histoire entre Tanguy Ndombele et Tottenham n'a jamais vraiment été au beau fixe. Si le Français montre par moments toute l'étendue de son potentiel, il n'a…", + "title": "Brighton bute sur Leeds", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pour-conte-ndombele-doit-travailler-beaucoup-plus-dur-que-les-autres-507173.html", + "link": "https://www.sofoot.com/brighton-bute-sur-leeds-507558.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T15:04:00Z", + "pubDate": "2021-11-27T19:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-brighton-bute-sur-leeds-1638041882_x600_articles-507558.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "edcef7adae875713321a1f1218233b44" + "hash": "d9bc28686c76d23945431b59ca118e1e" }, { - "title": "De Bruyne positif au coronavirus", - "description": "Mauvaise nouvelle pour City.
    \n
    \nLors de la traditionnelle conférence de presse d'avant-match pour le compte de la 12e journée de Premier League opposant Manchester City à…

    ", - "content": "Mauvaise nouvelle pour City.
    \n
    \nLors de la traditionnelle conférence de presse d'avant-match pour le compte de la 12e journée de Premier League opposant Manchester City à…

    ", + "title": "Le Bayern trouve la faille contre l'Arminia Bielefeld et récupère la tête", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/de-bruyne-positif-au-coronavirus-507178.html", + "link": "https://www.sofoot.com/le-bayern-trouve-la-faille-contre-l-arminia-bielefeld-et-recupere-la-tete-507556.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T14:42:00Z", + "pubDate": "2021-11-27T19:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-bayern-trouve-la-faille-contre-l-arminia-bielefeld-et-recupere-la-tete-1638040672_x600_articles-507556.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b76e3d1cad3d949fa59cbff8d626bce" + "hash": "4fbe009dd243d3dbc58ba98065247cbb" }, { - "title": "Payet n'a pas dit adieu aux Bleus", - "description": "1135 jours. Il faut remonter au 11 octobre 2018 pour retrouver trace d'un match de Dimitri Payet en équipe de France. Plus de trois ans après sa dernière sélection (un 2-2 à Guingamp contre…", - "content": "1135 jours. Il faut remonter au 11 octobre 2018 pour retrouver trace d'un match de Dimitri Payet en équipe de France. Plus de trois ans après sa dernière sélection (un 2-2 à Guingamp contre…", + "title": "L'Atalanta assomme la Juventus ", + "description": "Bloquée. Le Juve reste bloquée au huitième rang de la Serie A après cette défaite face à l'Atalanta à l'Allianz Stadium (0-1). S'ils ont mis du cœur à l'ouvrage en seconde période, les Bianconeri n'auraient pas vraiment pu espérer mieux.

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/payet-n-a-pas-dit-adieu-aux-bleus-507177.html", + "link": "https://www.sofoot.com/l-atalanta-assomme-la-juventus-507555.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T14:39:00Z", + "pubDate": "2021-11-27T19:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-l-atalanta-assomme-la-juventus-1638038812_x600_articles-alt-507555.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "597ed2fdf379539a2c8b1bc3866cf171" + "hash": "fcabbe2a2e499f56def752f69ba2ee17" }, { - "title": "Pronostic Lyon OM : Analyse, cotes et prono du match de Ligue 1 + 150€ direct offerts chez Winamax", - "description": "Après le carton plein sur le dernier match des Bleus, retour des championnats ce week-end avec un Olympico qui promet. Retrouvez notre pronostic sur Lyon - OM avec le nouveau bonus Winamax : 150€ offerts direct !

    Déposez 150€ et misez direct avec 300€ sur Lyon - OM

    \n
    \n
    \nNOUVEAU :

    ", - "content": "

    Déposez 150€ et misez direct avec 300€ sur Lyon - OM

    \n
    \n
    \nNOUVEAU :


    ", + "title": "Antoine Kombouaré après Lille-Nantes : \"La VAR a failli\"", + "description": "Une VAR avare.
    \n
    \nAlors que Lille et Nantes
    se sont neutralisés (1-1) au stade Pierre-Mauroy ce…

    ", + "content": "Une VAR avare.
    \n
    \nAlors que Lille et Nantes se sont neutralisés (1-1) au stade Pierre-Mauroy ce…

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-lyon-om-analyse-cotes-et-prono-du-match-de-ligue-1-150e-direct-offerts-chez-winamax-507172.html", + "link": "https://www.sofoot.com/antoine-kombouare-apres-lille-nantes-la-var-a-failli-507559.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T14:21:00Z", + "pubDate": "2021-11-27T18:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-antoine-kombouare-apres-lille-nantes-la-var-a-failli-1638039308_x600_articles-507559.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd79e9d45962f0ddae52d1277a44c8ef" + "hash": "10bad862e6e59209b19e73dca6ceaf52" }, { - "title": "Orelsan se verrait bien ambassadeur du Stade Malherbe de Caen ", - "description": "\"J'rejoins mon père au stade, on prend deux buts, on prend deux bières. J'rentre chez moi, j'allume FIFA, j'reprends Malherbe, j'continue d'perdre.\" Sur les 57 minutes et 43…", - "content": "\"J'rejoins mon père au stade, on prend deux buts, on prend deux bières. J'rentre chez moi, j'allume FIFA, j'reprends Malherbe, j'continue d'perdre.\" Sur les 57 minutes et 43…", + "title": "Nantes résiste à Lille", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/orelsan-se-verrait-bien-ambassadeur-du-stade-malherbe-de-caen-507174.html", + "link": "https://www.sofoot.com/nantes-resiste-a-lille-507554.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T14:05:00Z", + "pubDate": "2021-11-27T17:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nantes-resiste-a-lille-1638036177_x600_articles-507554.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2e8a30e5d89fe22ed793d137482d3e0" + "hash": "f290d4db739247bc25658015c1f77a40" }, { - "title": "Peter Bosz a encore \"mal à la tête\" depuis la claque infligée par Rennes", - "description": "Hamari Traoré, plus grand livreur de migraine de la Ligue 1.
    \n
    \n\"Oui, j'ai revisionné le match contre Rennes et ça fait mal à la tête. Je ne comprends pas la route qu'on a…

    ", - "content": "Hamari Traoré, plus grand livreur de migraine de la Ligue 1.
    \n
    \n\"Oui, j'ai revisionné le match contre Rennes et ça fait mal à la tête. Je ne comprends pas la route qu'on a…

    ", + "title": "Coupe de France : Guingamp sort gagnant de ses retrouvailles avec Saint-Brieuc", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/peter-bosz-a-encore-mal-a-la-tete-depuis-la-claque-infligee-par-rennes-507175.html", + "link": "https://www.sofoot.com/coupe-de-france-guingamp-sort-gagnant-de-ses-retrouvailles-avec-saint-brieuc-507548.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T14:00:00Z", + "pubDate": "2021-11-27T17:13:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-guingamp-sort-gagnant-de-ses-retrouvailles-avec-saint-brieuc-1638033118_x600_articles-507548.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "643ee302fdd04220b3b77e3cbc24acf1" + "hash": "9d3b9339411ca8dde598954eb863f181" }, { - "title": "Markus Anfang (Werder Brême) soupçonné d'avoir utilisé un faux certificat de vaccination", - "description": "Depuis les prémices de l'émancipation malheureuse du coronavirus, les plus grands championnats d'Europe ne laissent plus rien au hasard en matière de mesures sanitaires. Présenter un pass…", - "content": "Depuis les prémices de l'émancipation malheureuse du coronavirus, les plus grands championnats d'Europe ne laissent plus rien au hasard en matière de mesures sanitaires. Présenter un pass…", + "title": "En direct : Lille - Nantes", + "description": "74' : SIMON EST TROUVÉ PAR RKM DANS LA SURFACE MAIS IL SE FAIT REPRENDRE IN EXTREMIS ! Il ...", + "content": "74' : SIMON EST TROUVÉ PAR RKM DANS LA SURFACE MAIS IL SE FAIT REPRENDRE IN EXTREMIS ! Il ...", "category": "", - "link": "https://www.sofoot.com/markus-anfang-werder-breme-soupconne-d-avoir-utilise-un-faux-certificat-de-vaccination-507171.html", + "link": "https://www.sofoot.com/en-direct-lille-nantes-507550.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T13:13:00Z", + "pubDate": "2021-11-27T17:05:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lille-nantes-1638030329_x600_articles-alt-507550.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5585615bc4492afbf57697c3908fad0" + "hash": "ea95aea7b8a13a38baeedca385399f82" }, { - "title": "La voie royale du FC Versailles", - "description": "Seule équipe encore invaincue sur les quatre premières divisions françaises, le FC Versailles 78 vit un début de saison de rêve sur le plan sportif en tête du groupe A de National 2. En coulisses pourtant, les dernières semaines ont été mouvementées : le président historique, Daniel Voisin, a claqué la porte après 25 ans au club, tandis que Jean-Luc Arribart est arrivé en tant que directeur général de la récente SAS créée par les nouveaux actionnaires. Le début d'une nouvelle ère ?À l'instar des géants que sont le SSC Naples, l'AC Milan, Porto ou le Sporting Portugal, le FC Versailles 78 n'a lui non plus toujours pas connu la défaite en championnat depuis le début de…", - "content": "À l'instar des géants que sont le SSC Naples, l'AC Milan, Porto ou le Sporting Portugal, le FC Versailles 78 n'a lui non plus toujours pas connu la défaite en championnat depuis le début de…", + "title": "Liverpool roule sur Southampton", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/la-voie-royale-du-fc-versailles-507145.html", + "link": "https://www.sofoot.com/liverpool-roule-sur-southampton-507553.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T13:00:00Z", + "pubDate": "2021-11-27T16:55:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-liverpool-roule-sur-southampton-1638032305_x600_articles-507553.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d6c3b0540c84a4c3ec83cfd9efe3593" + "hash": "9a2e1816d85319a42fb707f76cae319e" }, { - "title": "Konrad de la Fuente, redécollage imminent ", - "description": "Sensation de l'été à Marseille, Konrad de la Fuente a légèrement disparu des radars au début de l'automne, un peu à l'image de l'OM de Sampaoli. Sauf qu'aujourd'hui, l'ailier américain revient peu à peu sur le devant de la scène. Avant de faire du soccer un sport reconnu de tous aux States ?
    \t\t\t\t\t
    ", - "content": "
    \t\t\t\t\t
    ", + "title": "En direct : Juventus - Atalanta ", + "description": "28' : GOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLL ...", + "content": "28' : GOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLLL
    \n
    \nGOAAAAAAAAAAAAAAAAAAOLLLLLLLLL ...", "category": "", - "link": "https://www.sofoot.com/konrad-de-la-fuente-redecollage-imminent-507137.html", + "link": "https://www.sofoot.com/en-direct-juventus-atalanta-507545.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T13:00:00Z", + "pubDate": "2021-11-27T16:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-juventus-atalanta-1638023173_x600_articles-507545.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59770b2394e790debfcebe9c704c009e" + "hash": "b7bcc1dd702eefb039eda58cef6dbee1" }, { - "title": "Looking for Momo", - "description": "Il s'appelle Momo, il joue attaquant de pointe, en Ardèche, dans l'équipe des vétérans du Foot Loisirs 1994. Jusque-là, rien de bien étonnant. Oui, mais voilà : Momo a 80 ans. Pas de quoi empêcher ce retraité encore bien fringuant de tâter le cuir, tous les jeudis, de marquer quelques buts et d'imiter le King Cantona lorsqu'il fait trembler les filets. Pas un hasard pour un homme qui, au fond, n'a jamais vécu bien loin des terrains.\"Lorsque je parle du club autour de moi, la première chose que j'évoque, c'est Momo.\" Quand il évoque le Foot Loisirs 1994, l'association de foot dont il gère la communication en…", - "content": "\"Lorsque je parle du club autour de moi, la première chose que j'évoque, c'est Momo.\" Quand il évoque le Foot Loisirs 1994, l'association de foot dont il gère la communication en…", + "title": "Haaland et Dortmund leaders provisoires, Gladbach sombre, Fribourg n'y arrive plus", + "description": "Le Borussia Dortmund a provisoirement repris la tête de la Bundesliga en griffant Wolfsburg (1-3), ce samedi. La machine Erling Haaland a signé son retour de blessure en marquant neuf minutes après son entrée en jeu. Classique. Autrement, le troisième du classement, Fribourg, a concédé sa troisième défaite consécutive à Bochum (2-1). Mönchengladbach, de son côté, a rechuté à Cologne (4-1). Festival de buts à Greuther Fürth, enfin, où Hoffenheim s'est embrasé (3-6).

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/looking-for-momo-506890.html", + "link": "https://www.sofoot.com/haaland-et-dortmund-leaders-provisoires-gladbach-sombre-fribourg-n-y-arrive-plus-507547.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T13:00:00Z", + "pubDate": "2021-11-27T16:30:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-haaland-et-dortmund-leaders-provisoires-gladbach-sombre-fribourg-n-y-arrive-plus-1638031398_x600_articles-alt-507547.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0df90be4b2f32b17966257b9cd76945" + "hash": "ec7f5b755ac0208ceb951b15f2fd5913" }, { - "title": "La collection de tirages photo So Foot de novembre 2021 est arrivée !", - "description": "En collaboration avec l'agence photographique Icon Sport, So Foot vous propose, chaque mois, une sélection renouvelée de photographies exclusives de football en édition ultra limitée, onze tirages par taille, sur la nouvelle boutique maison : boutique.so. Brouillard en novembre, l'hiver sera tendre. La preuve avec quatre nouveaux tirages en édition limitée : la bicyclette de Rooney contre City, Zinédine période Juventus, le Parc des princes by night et l'arrêt de Dudek face à Shevchenko en 2005.
    \n
    \n


    ", - "content": "
    \n
    \n


    ", + "title": "Pronostic Osasuna Elche : Analyse, cotes et prono du match de Liga", + "description": "

    Osasuna se reprend face à Elche

    \n
    \nEn clôture de la 15e journée de Liga, Osasuna affronte Elche. La formation basque est l'une des surprises de ce…
    ", + "content": "

    Osasuna se reprend face à Elche

    \n
    \nEn clôture de la 15e journée de Liga, Osasuna affronte Elche. La formation basque est l'une des surprises de ce…
    ", "category": "", - "link": "https://www.sofoot.com/la-collection-de-tirages-photo-so-foot-de-novembre-2021-est-arrivee-506666.html", + "link": "https://www.sofoot.com/pronostic-osasuna-elche-analyse-cotes-et-prono-du-match-de-liga-507508.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T12:36:00Z", + "pubDate": "2021-11-27T16:17:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-osasuna-elche-analyse-cotes-et-prono-du-match-de-liga-1637922335_x600_articles-507508.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd2201e10e794f5e320b68aa91d3aabd" + "hash": "82cb2e51a57c60fb821004ab6884b1d0" }, { - "title": "Podcast Alternative Football (épisode 13) avec Paul de Saint-Sernin comme invité sur le sujet \"l'humour et le football\"", - "description": "Le football est un jeu simple, dont beaucoup parlent, mais un univers complexe, que peu connaissent vraiment. Dans Alternative Football, le podcast hors terrain de So Foot, vous en découvrirez les rouages, avec ses principaux acteurs. Dans chaque épisode, Édouard Cissé, ancien milieu de terrain du PSG, de l'OM ou de Monaco désormais entrepreneur en plus d'être consultant pour Prime Video, et Matthieu Lille-Palette, vice-président d'Opta, s'entretiendront avec un invité sur un thème précis. Pendant une mi-temps, temps nécessaire pour redéfinir totalement votre grille de compréhension.Si on peut rire de tout, mais pas avec tout le monde, peut-on rire avec les footballeurs ? Si oui, comment ? Vaste question à laquelle ils ne sont que peu à s'être frottés. Dernier…", - "content": "Si on peut rire de tout, mais pas avec tout le monde, peut-on rire avec les footballeurs ? Si oui, comment ? Vaste question à laquelle ils ne sont que peu à s'être frottés. Dernier…", + "title": "Mike Maignan va déjà faire son retour ", + "description": "En plus d'avoir des super-pouvoirs sur penalty, il guérit plus vite que la norme. Super Mike.
    \n
    \nOpéré mi-octobre des ligaments du poignet gauche, Mike Maignan n'était même pas…

    ", + "content": "En plus d'avoir des super-pouvoirs sur penalty, il guérit plus vite que la norme. Super Mike.
    \n
    \nOpéré mi-octobre des ligaments du poignet gauche, Mike Maignan n'était même pas…

    ", "category": "", - "link": "https://www.sofoot.com/podcast-alternative-football-episode-13-avec-paul-de-saint-sernin-comme-invite-sur-le-sujet-l-humour-et-le-football-507168.html", + "link": "https://www.sofoot.com/mike-maignan-va-deja-faire-son-retour-507551.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T12:00:00Z", + "pubDate": "2021-11-27T15:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-mike-maignan-va-deja-faire-son-retour-1638028431_x600_articles-507551.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a93e12aadbadd96c1ed714af18fcc67e" + "hash": "bc19a6e8078bb3dbb758d2f63bdc906b" }, { - "title": "La Premier League conclut un nouvel accord de diffusion aux USA ", - "description": "Business is business.
    \n
    \n
    Pourtant frappé par une crise institutionnelle avec en…

    ", - "content": "Business is business.
    \n
    \nPourtant frappé par une crise institutionnelle avec en…

    ", + "title": "Spalletti : \" Il y a des clubs sérieux et puis il y a le Spartak \"", + "description": "Le football circus.
    \n
    \nSans victoire depuis trois matchs toutes compétitions confondues, Luciano Spalletti et le Napoli sont sur les nerfs. La dernière défaite, mercredi dernier…

    ", + "content": "Le football circus.
    \n
    \nSans victoire depuis trois matchs toutes compétitions confondues, Luciano Spalletti et le Napoli sont sur les nerfs. La dernière défaite, mercredi dernier…

    ", "category": "", - "link": "https://www.sofoot.com/la-premier-league-conclut-un-nouvel-accord-de-diffusion-aux-usa-507167.html", + "link": "https://www.sofoot.com/spalletti-il-y-a-des-clubs-serieux-et-puis-il-y-a-le-spartak-507549.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T11:00:00Z", + "pubDate": "2021-11-27T15:22:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-spalletti-il-y-a-des-clubs-serieux-et-puis-il-y-a-le-spartak-1638026647_x600_articles-507549.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f59727233250a3db135d04b05c7d22c" + "hash": "f5cd4bd1cf08246fa2614ed5d8764ac4" }, { - "title": "Pochettino : \"On veut tous faire du beau jeu et gagner 5-0\"", - "description": "Troyes (2-1), Metz (1-2), Angers (2-1), Lille (2-1), Troyes (2-1) et plus récemment Bordeaux (2-3), les copies rendues par les joueurs du Paris Saint-Germain cette saison se suivent et se…", - "content": "Troyes (2-1), Metz (1-2), Angers (2-1), Lille (2-1), Troyes (2-1) et plus récemment Bordeaux (2-3), les copies rendues par les joueurs du Paris Saint-Germain cette saison se suivent et se…", + "title": "Cinq hommes interpellés dans le cadre du cambriolage chez Mario Lemina", + "description": "On ne peut plus perpétuer les traditions de la Côte d'Azur tranquillement...
    \n
    \nVictime
    ", + "content": "On ne peut plus perpétuer les traditions de la Côte d'Azur tranquillement...
    \n
    \nVictime
    ", "category": "", - "link": "https://www.sofoot.com/pochettino-on-veut-tous-faire-du-beau-jeu-et-gagner-5-0-507166.html", + "link": "https://www.sofoot.com/cinq-hommes-interpelles-dans-le-cadre-du-cambriolage-chez-mario-lemina-507546.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T10:36:00Z", + "pubDate": "2021-11-27T14:31:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-cinq-hommes-interpelles-dans-le-cadre-du-cambriolage-chez-mario-lemina-1638023456_x600_articles-507546.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcb642fe9293668ef4ce6f8e6d067ef7" + "hash": "71e4e6f49991479fb90e629195c62de3" }, { - "title": "Khalida Popal et Kim Kardashian ont aidé à l'évacuation de joueuses afghanes", - "description": "Les opérations de sauvetage continuent en Afghanistan.
    \n
    \nKhalida Popal, ancienne capitaine de l'équipe d'Afghanistan de football, a organisé une grande opération d'évacuation ce jeudi…

    ", - "content": "Les opérations de sauvetage continuent en Afghanistan.
    \n
    \nKhalida Popal, ancienne capitaine de l'équipe d'Afghanistan de football, a organisé une grande opération d'évacuation ce jeudi…

    ", + "title": "Les Gunners étouffent Newcastle", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/khalida-popal-et-kim-kardashian-ont-aide-a-l-evacuation-de-joueuses-afghanes-507164.html", + "link": "https://www.sofoot.com/les-gunners-etouffent-newcastle-507539.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T10:12:00Z", + "pubDate": "2021-11-27T14:24:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-gunners-etouffent-newcastle-1638023413_x600_articles-507539.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39346757012918da256e85a1b7463348" + "hash": "4a6da18e6df252ea321cbf29b3474e7a" }, { - "title": "Giovanni van Bronckhorst nommé aux Rangers ", - "description": "Laissé vacant depuis le départ de Steven Gerrard vers Aston Villa, le banc des Rangers vient de trouver un nouvel occupant. En effet, les Gers ont décidé ce jeudi de nommer Giovanni van…", - "content": "Laissé vacant depuis le départ de Steven Gerrard vers Aston Villa, le banc des Rangers vient de trouver un nouvel occupant. En effet, les Gers ont décidé ce jeudi de nommer Giovanni van…", + "title": "Laurent Nicollin : \" On se demande s'il n'y a pas des micros au club \"", + "description": "Avec la série qui a été tournée au MHSC, c'est une question un…", + "content": "Avec la série qui a été tournée au MHSC, c'est une question un…", "category": "", - "link": "https://www.sofoot.com/giovanni-van-bronckhorst-nomme-aux-rangers-507162.html", + "link": "https://www.sofoot.com/laurent-nicollin-on-se-demande-s-il-n-y-a-pas-des-micros-au-club-507544.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T10:00:00Z", + "pubDate": "2021-11-27T13:59:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-laurent-nicollin-on-se-demande-s-il-n-y-a-pas-des-micros-au-club-1638021714_x600_articles-507544.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "496145fcbfe0fe2ad137ffdd13edb09f" + "hash": "0b6304ecb29fc607e3148e2857fbeae3" }, { - "title": "50 ouvriers sont morts accidentellement au Qatar en 2020", - "description": "6500 : c'est le nombre de morts provoquées en dix ans par les chantiers de la Coupe du monde 2022 au Qatar Cette fois, c'est pas pour Wanda.
    \n
    \nDéjà absents pour le déplacement à Manchester City…

    ", + "content": "Cette fois, c'est pas pour Wanda.
    \n
    \nDéjà absents pour le déplacement à Manchester City…

    ", "category": "", - "link": "https://www.sofoot.com/50-ouvriers-sont-morts-accidentellement-au-qatar-en-2020-507161.html", + "link": "https://www.sofoot.com/verratti-encore-absent-pour-le-deplacement-a-saint-etienne-icardi-aussi-507541.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T09:40:00Z", + "pubDate": "2021-11-27T13:23:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-verratti-encore-absent-pour-le-deplacement-a-saint-etienne-icardi-aussi-1638019623_x600_articles-507541.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a276f9ce06a0d51b5e1e9c3ed7e7bdaf" + "hash": "6837029bbf2631e1b384643532a9a463" }, { - "title": "EuroMillions vendredi 19 novembre 2021 : 131 millions d'€ à gagner !", - "description": "L'EuroMillions de ce vendredi 19 novembre est à 131 millions d'euros. Une somme qui vous permettrait d'acheter quasiment le club de Ligue 1 de votre choix, ou plus simplement de devenir l'une des 500 plus grosses richesses de France

    EuroMillions du vendredi 19 novembre 2021 : 131M d'€

    \n
    \nLe jackpot de l'EuroMillions affiche 131 millions d'euros ce vendredi 19 novembre…
    ", - "content": "

    EuroMillions du vendredi 19 novembre 2021 : 131M d'€

    \n
    \nLe jackpot de l'EuroMillions affiche 131 millions d'euros ce vendredi 19 novembre…
    ", + "title": "Nani et Orlando City, c'est fini", + "description": "Il est temps de tourner la page.
    \n
    \nNani ne poursuivra pas l'aventure avec Orlando City. Vendredi soir, ses dirigeants ont annoncé qu'ils n'avaient pas l'intention de prolonger son…

    ", + "content": "Il est temps de tourner la page.
    \n
    \nNani ne poursuivra pas l'aventure avec Orlando City. Vendredi soir, ses dirigeants ont annoncé qu'ils n'avaient pas l'intention de prolonger son…

    ", "category": "", - "link": "https://www.sofoot.com/euromillions-vendredi-19-novembre-2021-131-millions-d-e-a-gagner-507117.html", + "link": "https://www.sofoot.com/nani-et-orlando-city-c-est-fini-507538.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T09:10:00Z", + "pubDate": "2021-11-27T11:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-nani-et-orlando-city-c-est-fini-1638014487_x600_articles-507538.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e57ce7655ae3e9987845b50694865d47" + "hash": "097f9c786ce5c4be3e256e576089d68c" }, { - "title": "LOTO du samedi 20 novembre 2021 : 24 millions d'€ à gagner !", - "description": "Gros week-end de foot mais aussi gros week-end FDJ avec un gros EuroMillions et un énorme LOTO avec 24 millions d'euros à gagner ce samedi 20 novembre 2021

    LOTO du samedi 20 novembre 2021 : 24 Millions d'€

    \n
    \nLe LOTO de ce samedi 20 novembre 2021 est de 24 millions d'euros.
    \nSi quelqu'un…

    ", - "content": "

    LOTO du samedi 20 novembre 2021 : 24 Millions d'€

    \n
    \nLe LOTO de ce samedi 20 novembre 2021 est de 24 millions d'euros.
    \nSi quelqu'un…

    ", + "title": "Quatorze blessés et cinq inculpés après Leicester-Legia Varsovie", + "description": "En Ligue Europa, il se passe souvent des choses au King Power Stadium ces derniers temps. Sur le terrain comme en tribunes.
    \n
    \nDeux mois après
    ", + "content": "En Ligue Europa, il se passe souvent des choses au King Power Stadium ces derniers temps. Sur le terrain comme en tribunes.
    \n
    \nDeux mois après
    ", "category": "", - "link": "https://www.sofoot.com/loto-du-samedi-20-novembre-2021-24-millions-d-e-a-gagner-507160.html", + "link": "https://www.sofoot.com/quatorze-blesses-et-cinq-inculpes-apres-leicester-legia-varsovie-507537.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T09:06:00Z", + "pubDate": "2021-11-27T10:40:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-quatorze-blesses-et-cinq-inculpes-apres-leicester-legia-varsovie-1638011411_x600_articles-507537.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "339f1412b8bbeac460a62000732c6615" + "hash": "3ce75fefe59dedf366a8b6e941562cc4" }, { - "title": "Bob Bradley quitte le Los Angeles FC", - "description": "Dream of Californication.
    \n
    \nBob Bradley restera comme le premier entraîneur de l'histoire du Los Angeles FC. Une franchise née en 2018 et intégrée cette même saison en MLS.…

    ", - "content": "Dream of Californication.
    \n
    \nBob Bradley restera comme le premier entraîneur de l'histoire du Los Angeles FC. Une franchise née en 2018 et intégrée cette même saison en MLS.…

    ", + "title": "Les barrages intercontinentaux se dérouleront au Qatar en juin 2022", + "description": "Ils découvriront le Qatar avant les autres, avec l'espoir d'y revenir cinq mois plus tard.
    \n
    \nLe tirage au sort des barrages de la zone Europe a monopolisé l'attention, vendredi en fin…

    ", + "content": "Ils découvriront le Qatar avant les autres, avec l'espoir d'y revenir cinq mois plus tard.
    \n
    \nLe tirage au sort des barrages de la zone Europe a monopolisé l'attention, vendredi en fin…

    ", "category": "", - "link": "https://www.sofoot.com/bob-bradley-quitte-le-los-angeles-fc-507159.html", + "link": "https://www.sofoot.com/les-barrages-intercontinentaux-se-derouleront-au-qatar-en-juin-2022-507535.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T09:06:00Z", + "pubDate": "2021-11-27T10:28:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-barrages-intercontinentaux-se-derouleront-au-qatar-en-juin-2022-1638009275_x600_articles-507535.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15618ce57e5bbb7913bbc63bf4a82634" + "hash": "1f4f50926b8af64662cdbcbb016992eb" }, { - "title": "Lucas Paquetá joueur du mois d'octobre en Ligue 1", - "description": "Incontournable au milieu de terrain à Lyon, Lucas Paquetá a marché sur la Ligue 1 au mois d'octobre. Aussi élégant sur la pelouse que son cuir chevelu, le Brésilien succède à Kylian Mbappé…", - "content": "Incontournable au milieu de terrain à Lyon, Lucas Paquetá a marché sur la Ligue 1 au mois d'octobre. Aussi élégant sur la pelouse que son cuir chevelu, le Brésilien succède à Kylian Mbappé…", + "title": "Le siège de la Juventus perquisitionné par la brigade financière", + "description": "Avis de tempête dans le Piémont.
    \n
    \nLa Juventus vit décidément une semaine bien pénible.
    ", + "content": "Avis de tempête dans le Piémont.
    \n
    \nLa Juventus vit décidément une semaine bien pénible.
    ", "category": "", - "link": "https://www.sofoot.com/lucas-paqueta-joueur-du-mois-d-octobre-en-ligue-1-507158.html", + "link": "https://www.sofoot.com/le-siege-de-la-juventus-perquisitionne-par-la-brigade-financiere-507534.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T08:52:00Z", + "pubDate": "2021-11-27T09:51:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-siege-de-la-juventus-perquisitionne-par-la-brigade-financiere-1638007240_x600_articles-507534.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c4c27f548e16c6d5d9f1704a9ed93bb" + "hash": "7548d7145946c4444cb30388facdc9de" }, { - "title": "225 millions de plus pour le Real dans la rénovation de son stade", - "description": "La rénovation de Santiago Bernabéu commence à réellement devenir un casse-tête pour le Real Madrid. Le projet avait été initié en 2019 avec une jolie enveloppe de 575 millions d'euros pour…", - "content": "La rénovation de Santiago Bernabéu commence à réellement devenir un casse-tête pour le Real Madrid. Le projet avait été initié en 2019 avec une jolie enveloppe de 575 millions d'euros pour…", + "title": "\"On ne peut pas toujours mettre des 12-0\", concède Corinne Diacre", + "description": "C'est ce qui s'appelle une victoire étriquée.
    \n
    \nDepuis le début de sa campagne qualificative pour la Coupe du monde 2023, l'équipe de France a atteint la barre des dix buts inscrits en…

    ", + "content": "C'est ce qui s'appelle une victoire étriquée.
    \n
    \nDepuis le début de sa campagne qualificative pour la Coupe du monde 2023, l'équipe de France a atteint la barre des dix buts inscrits en…

    ", "category": "", - "link": "https://www.sofoot.com/225-millions-de-plus-pour-le-real-dans-la-renovation-de-son-stade-507157.html", + "link": "https://www.sofoot.com/on-ne-peut-pas-toujours-mettre-des-12-0-concede-corinne-diacre-507533.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T08:22:00Z", + "pubDate": "2021-11-27T08:47:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-on-ne-peut-pas-toujours-mettre-des-12-0-concede-corinne-diacre-1638004501_x600_articles-507533.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da0c756a560a688cb66808116c9a571f" + "hash": "acdd463a3a4a886c8d3c6dbf00bda525" }, { - "title": "Sanction réduite pour un club brésilien dans une affaire de racisme", - "description": "Le club de Brusque au Brésil a pu voir ce jeudi sa sanction réduite dans une affaire de racisme qui concerne son ancien président Antonio Petermann. Ce dernier a avoué avoir émis des propos…", - "content": "Le club de Brusque au Brésil a pu voir ce jeudi sa sanction réduite dans une affaire de racisme qui concerne son ancien président Antonio Petermann. Ce dernier a avoué avoir émis des propos…", + "title": "Lionel Messi \"mérite largement\" de décrocher le Ballon d'or, estime Ángel Di María", + "description": "Au fond, pouvait-il dire autre chose ?
    \n
    \nSi l'arrivée de Lionel Messi à Paris et son association avec Kylian…

    ", + "content": "Au fond, pouvait-il dire autre chose ?
    \n
    \nSi l'arrivée de Lionel Messi à Paris et son association avec Kylian…

    ", "category": "", - "link": "https://www.sofoot.com/sanction-reduite-pour-un-club-bresilien-dans-une-affaire-de-racisme-507156.html", + "link": "https://www.sofoot.com/lionel-messi-merite-largement-de-decrocher-le-ballon-d-or-estime-angel-di-maria-507532.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T07:50:00Z", + "pubDate": "2021-11-27T08:16:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lionel-messi-merite-largement-de-decrocher-le-ballon-d-or-estime-angel-di-maria-1638002823_x600_articles-507532.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e4ce5d67d116372e7e283fcd5e7a5a56" + "hash": "9ac7b41244931684109a39748d748dba" }, { - "title": "Jimmy Cabot, ça brûle", - "description": "Arrivé à Angers en septembre 2020, Jimmy Cabot, 27 ans, a vécu une première saison difficile dans le Maine-et-Loire avant de changer de look pour une autre vie à la suite de l'arrivée de Gérald Baticle. Repositionné piston droit par le coach arrivé cet été sur le banc du SCO, le Savoyard donne aujourd'hui la leçon aux habitués des couloirs et fonce dans tout le pays avec un statut improbable de meilleur tacleur de Ligue 1. Entre vieilles pannes de réveil, amour de la pétanque et développement personnel, portrait d'un homme complet.Un jour de juin, alors que le monde du foot a la tête à l'Euro et que ceux qui se fichent du foot tentent de comprendre quelque chose aux changements d'humeur du ciel, des hommes suent. Ils sont…", - "content": "Un jour de juin, alors que le monde du foot a la tête à l'Euro et que ceux qui se fichent du foot tentent de comprendre quelque chose aux changements d'humeur du ciel, des hommes suent. Ils sont…", + "title": "LOTO du samedi 27 novembre 2021 : 27 millions d'€ à gagner (cagnotte record) !", + "description": "27 millions d'euros sont à gagner au LOTO ce samedi 27 novembre 2021. C'est tout simplement la possibilité de remporter le plus gros gain de l'histoire de la loterie française

    LOTO du samedi 27 novembre 2021 : 27 Millions d'€

    \n
    \nLa cagnotte du LOTO de ce samedi 27 novembre 2021 affiche un montant record de 27…
    ", + "content": "

    LOTO du samedi 27 novembre 2021 : 27 Millions d'€

    \n
    \nLa cagnotte du LOTO de ce samedi 27 novembre 2021 affiche un montant record de 27…
    ", "category": "", - "link": "https://www.sofoot.com/jimmy-cabot-ca-brule-507127.html", + "link": "https://www.sofoot.com/loto-du-samedi-27-novembre-2021-27-millions-d-e-a-gagner-cagnotte-record-507495.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T05:05:00Z", + "pubDate": "2021-11-27T07:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-loto-du-samedi-27-novembre-2021-27-millions-d-e-a-gagner-cagnotte-record-1637917676_x600_articles-507495.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a051a5cd5fb3cf303f2512fbf848b3a" + "hash": "c05a4bd6bf54718b3b13578007f2f787" }, { - "title": "Le nouveau défi de Samuel Eto'o", - "description": "Samuel Eto'o a officiellement déposé sa candidature à l'élection à la présidence de la Fédération camerounaise de football (FECAFOOT) le mercredi 17 novembre, en vue du scrutin du 11 décembre. L'ancien capitaine des Lions indomptables, qui bénéficie d'un important soutien populaire et médiatique, est déterminé à aller jusqu'au bout, malgré les tentatives de l'actuel président pour l'inciter à se retirer.Kinshasa était le dimanche 14 novembre \"the place to be\" du football africain, à l'occasion du match décisif entre la RD Congo et le Bénin, comptant pour la 6e journée de…", - "content": "Kinshasa était le dimanche 14 novembre \"the place to be\" du football africain, à l'occasion du match décisif entre la RD Congo et le Bénin, comptant pour la 6e journée de…", + "title": "Aimé Jacquet : \"Quand je construis l'équipe, je commence par les attaquants\"", + "description": "Aimé Jacquet aura été le gourou de la fameuse \"génération 98\", celui qui aura su démolir une équipe de France en perdition pour mieux la reconstruire. Celui qui s'est passé de Papin et Cantona pour partir à la guerre avec Dugarry et Guivarc'h. Entretien en longueur avec un type qui a toujours musclé son jeu.
    Vous devenez entraîneur à Lyon, en 1976. Vous aviez des modèles ?
    \nQuand je suis arrivé à Saint-Étienne, à 19 ans, Jean Snella m'a tout de suite formaté.…
    ", + "content": "Vous devenez entraîneur à Lyon, en 1976. Vous aviez des modèles ?
    \nQuand je suis arrivé à Saint-Étienne, à 19 ans, Jean Snella m'a tout de suite formaté.…
    ", "category": "", - "link": "https://www.sofoot.com/le-nouveau-defi-de-samuel-eto-o-507133.html", + "link": "https://www.sofoot.com/aime-jacquet-quand-je-construis-l-equipe-je-commence-par-les-attaquants-507320.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T05:00:00Z", + "pubDate": "2021-11-27T05:33:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aime-jacquet-quand-je-construis-l-equipe-je-commence-par-les-attaquants-1637599794_x600_articles-alt-507320.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "24bda355d4e44537cdc2404c9fd7751d" + "hash": "3ad45deb2075d062e36da46bc2adc901" }, { - "title": "Ces activistes strasbourgeois ont un plan pour faire annuler la Coupe du monde 2022", - "description": "Ils ne voulaient pas rester indifférents aux milliers de morts recensés depuis l'attribution de la compétition au Qatar. Le collectif Maquis Alsace-Lorraine se lance dans un projet fou : faire annuler le prochain Mondial, en incitant personnellement les joueurs à boycotter l'événement.\" Depuis que je suis enfant, les footballeurs sont mes idoles. C'est pour ça que j'y crois, ils m'ont toujours fait rêver, ils ne peuvent pas me décevoir\", confie Ariel*, qui est à…", - "content": "\" Depuis que je suis enfant, les footballeurs sont mes idoles. C'est pour ça que j'y crois, ils m'ont toujours fait rêver, ils ne peuvent pas me décevoir\", confie Ariel*, qui est à…", + "title": "Aimé Jacquet : \"Muscle ton jeu, Robert…\"", + "description": "Pour les 80 ans d'Aimé Jacquet, on vous offre un bonbon : la retranscription fidèle de sa causerie face aux joueurs de l'équipe de France avant le Mondial 1998.", "category": "", - "link": "https://www.sofoot.com/ces-activistes-strasbourgeois-ont-un-plan-pour-faire-annuler-la-coupe-du-monde-2022-507132.html", + "link": "https://www.sofoot.com/aime-jacquet-muscle-ton-jeu-robert-e2-80-a6-507323.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T05:00:00Z", + "pubDate": "2021-11-27T05:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-aime-jacquet-muscle-ton-jeu-robert-e2-80-a6-1637601573_x600_articles-alt-507323.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b98003fd7304412e2629c2e2bf09b134" + "hash": "aba4075cb2adeed165b359b7f1f278cf" }, { - "title": "Pronostic Nancy Rodez : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Nancy en regain de forme avant Rodez

    \n
    \nLanterne rouge de Ligue 2, Nancy a connu une entame de championnat très compliquée avec notamment 5 défaites…
    ", - "content": "

    Nancy en regain de forme avant Rodez

    \n
    \nLanterne rouge de Ligue 2, Nancy a connu une entame de championnat très compliquée avec notamment 5 défaites…
    ", + "title": "Pronostic Chelsea Manchester United : Analyse, cotes et prono du match de Premier League", + "description": "

    Chelsea enfonce Manchester United

    \n
    \nDans le cadre de la 13e journée de Premier League, Chelsea reçoit Manchester United à Stamford bridge. A…
    ", + "content": "

    Chelsea enfonce Manchester United

    \n
    \nDans le cadre de la 13e journée de Premier League, Chelsea reçoit Manchester United à Stamford bridge. A…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-nancy-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-507155.html", + "link": "https://www.sofoot.com/pronostic-chelsea-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-507489.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T02:48:00Z", + "pubDate": "2021-11-27T00:32:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-chelsea-manchester-united-analyse-cotes-et-prono-du-match-de-premier-league-1637866008_x600_articles-507489.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "714359fa98ecee9745535777d423eb7e" + "hash": "f71eb0cb741f355c09dfbb13f415bd3d" }, { - "title": "Pronostic Nîmes Quevilly Rouen : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Nîmes enchaine face à Quevilly Rouen

    \n
    \nRelégué de Ligue 1 après avoir vécu un exercice difficile, Nîmes a vu plusieurs cadres quitter le navire…
    ", - "content": "

    Nîmes enchaine face à Quevilly Rouen

    \n
    \nRelégué de Ligue 1 après avoir vécu un exercice difficile, Nîmes a vu plusieurs cadres quitter le navire…
    ", + "title": "Pronostic Real Madrid FC Séville : Analyse, cotes et prono du match de Liga", + "description": "

    Real Madrid – Séville : La Maison Blanche a retrouvé les clés

    \n
    \nLa 15e journée de Liga nous offre 2 affiches entre formations qui…
    ", + "content": "

    Real Madrid – Séville : La Maison Blanche a retrouvé les clés

    \n
    \nLa 15e journée de Liga nous offre 2 affiches entre formations qui…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-nimes-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-507154.html", + "link": "https://www.sofoot.com/pronostic-real-madrid-fc-seville-analyse-cotes-et-prono-du-match-de-liga-507486.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T02:43:00Z", + "pubDate": "2021-11-27T00:19:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-real-madrid-fc-seville-analyse-cotes-et-prono-du-match-de-liga-1637864959_x600_articles-507486.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "077879d3446eca5bc8a432506df906d2" + "hash": "5da0f20fd37cd210576fb977f786bf85" }, { - "title": "Pronostic Le Havre Amiens : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Le Havre ambitieux face à Amiens

    \n
    \nDécevant ces dernières saisons, Le Havre se monte nettement plus intéressant lors de ce nouvel exercice alors que…
    ", - "content": "

    Le Havre ambitieux face à Amiens

    \n
    \nDécevant ces dernières saisons, Le Havre se monte nettement plus intéressant lors de ce nouvel exercice alors que…
    ", + "title": "Pronostic Naples Lazio : Analyse, cotes et prono du match de Serie A", + "description": "

    Le Napoli stoppe sa mauvaise série face à la Lazio

    \n
    \nEn clôture de la 14e journée de Serie A, le Napoli reçoit la Lazio au stade Diego…
    ", + "content": "

    Le Napoli stoppe sa mauvaise série face à la Lazio

    \n
    \nEn clôture de la 14e journée de Serie A, le Napoli reçoit la Lazio au stade Diego…
    ", "category": "", - "link": "https://www.sofoot.com/pronostic-le-havre-amiens-analyse-cotes-et-prono-du-match-de-ligue-2-507153.html", + "link": "https://www.sofoot.com/pronostic-naples-lazio-analyse-cotes-et-prono-du-match-de-serie-a-507485.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T02:37:00Z", + "pubDate": "2021-11-27T00:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-naples-lazio-analyse-cotes-et-prono-du-match-de-serie-a-1637864706_x600_articles-507485.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b7b3d3da3dee479b26678d553aca531" + "hash": "efa25f1ecc3da4ad3df019d7d29e0a35" }, { - "title": "Pronostic Caen Paris FC : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Le Paris FC enfonce Caen

    \n
    \nSauvé lors de la dernière journée l'an passé, le Stade Malherbe de Caen avait en revanche parfaitement lancé ce nouvel…
    ", - "content": "

    Le Paris FC enfonce Caen

    \n
    \nSauvé lors de la dernière journée l'an passé, le Stade Malherbe de Caen avait en revanche parfaitement lancé ce nouvel…
    ", + "title": "Les Bleues collent un set au Kazakhstan et poursuivent leur sans-faute", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-caen-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-507152.html", + "link": "https://www.sofoot.com/les-bleues-collent-un-set-au-kazakhstan-et-poursuivent-leur-sans-faute-507528.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T02:26:00Z", + "pubDate": "2021-11-26T22:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-les-bleues-collent-un-set-au-kazakhstan-et-poursuivent-leur-sans-faute-1637964564_x600_articles-507528.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1cf2e2c144d511e6ea60b76dff2f9573" + "hash": "2cdfc40d382bb353478f4e8fca1430e3" }, { - "title": "Pronostic Pau Guingamp : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Pau - Guingamp : L'En Avant tombe dans le piège palois

    \n
    \nPromu en Ligue 2 l'an passé, Pau a souffert pour se maintenir et est resté en L2 grâce à…
    ", - "content": "

    Pau - Guingamp : L'En Avant tombe dans le piège palois

    \n
    \nPromu en Ligue 2 l'an passé, Pau a souffert pour se maintenir et est resté en L2 grâce à…
    ", + "title": "Lens et Angers se rendent coup pour coup à Bollaert", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-pau-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-507151.html", + "link": "https://www.sofoot.com/lens-et-angers-se-rendent-coup-pour-coup-a-bollaert-507531.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T02:12:00Z", + "pubDate": "2021-11-26T22:03:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-lens-et-angers-se-rendent-coup-pour-coup-a-bollaert-1637964286_x600_articles-507531.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9dd070c423ece9d27e5cd77a5c19b681" + "hash": "a077f3831f9b3d9956ac06eb929ae73c" }, { - "title": "Pronostic Rennes Montpellier : Analyse, cotes et prono du match de Ligue 1", - "description": "

    Rennes enchaîne face à Montpellier

    \n
    \nLe Stade Rennais s'est installé ces dernières saisons comme l'un des candidats aux places européennes. Il y…
    ", - "content": "

    Rennes enchaîne face à Montpellier

    \n
    \nLe Stade Rennais s'est installé ces dernières saisons comme l'un des candidats aux places européennes. Il y…
    ", + "title": "Coupe de France : Bastia et Jura Sud l'emportent pour rallier les 32es", + "description": "

    ", + "content": "

    ", "category": "", - "link": "https://www.sofoot.com/pronostic-rennes-montpellier-analyse-cotes-et-prono-du-match-de-ligue-1-507150.html", + "link": "https://www.sofoot.com/coupe-de-france-bastia-et-jura-sud-l-emportent-pour-rallier-les-32es-507530.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T02:02:00Z", + "pubDate": "2021-11-26T21:06:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-coupe-de-france-bastia-et-jura-sud-l-emportent-pour-rallier-les-32es-1637961043_x600_articles-507530.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "409ddfbc25d17c3638d8b22f2c18dd2a" + "hash": "049c7726669a60d390346494728006cf" }, { - "title": "Pronostic Bastia Niort : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Bastia solide à domicile face à Niort

    \n
    \nChampion de National l'an passé, Bastia a donc été promu en Ligue 2. Le club corse connaît un retour…
    ", - "content": "

    Bastia solide à domicile face à Niort

    \n
    \nChampion de National l'an passé, Bastia a donc été promu en Ligue 2. Le club corse connaît un retour…
    ", + "title": "En direct : Lens - Angers", + "description": "94' : ALLEZ ZOU ! Belle opposition entre un SCO solide en première et un Racing ressorti des ...", + "content": "94' : ALLEZ ZOU ! Belle opposition entre un SCO solide en première et un Racing ressorti des ...", "category": "", - "link": "https://www.sofoot.com/pronostic-bastia-niort-analyse-cotes-et-prono-du-match-de-ligue-2-507149.html", + "link": "https://www.sofoot.com/en-direct-lens-angers-507527.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T00:52:00Z", + "pubDate": "2021-11-26T19:45:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-en-direct-lens-angers-1637959059_x600_articles-alt-507527.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c28c8065aed9ee932708e14092cc04c2" + "hash": "c663fd6f6de1feacf32adeac8becbfc2" }, { - "title": "Pronostic Valenciennes Grenoble : Analyse, cotes et prono du match de Ligue 2", - "description": "

    Valenciennes, la mal-être avant Grenoble

    \n
    \nAprès avoir connu de fortes tensions entre supporters et dirigeants la saison dernière, Valenciennes vit des…
    ", - "content": "

    Valenciennes, la mal-être avant Grenoble

    \n
    \nAprès avoir connu de fortes tensions entre supporters et dirigeants la saison dernière, Valenciennes vit des…
    ", + "title": "Le Portugal ou l'Italie manquera le Mondial !", + "description": "Douze équipes ont composté leur billet, mais seulement trois prendront le bon train. Ce vendredi après-midi, l'UEFA a procédé au tirage au sort des barrages des éliminatoires européens de la…", + "content": "Douze équipes ont composté leur billet, mais seulement trois prendront le bon train. Ce vendredi après-midi, l'UEFA a procédé au tirage au sort des barrages des éliminatoires européens de la…", "category": "", - "link": "https://www.sofoot.com/pronostic-valenciennes-grenoble-analyse-cotes-et-prono-du-match-de-ligue-2-507148.html", + "link": "https://www.sofoot.com/le-portugal-ou-l-italie-manquera-le-mondial-507525.html", "creator": "SO FOOT", - "pubDate": "2021-11-19T00:45:00Z", + "pubDate": "2021-11-26T16:48:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-le-portugal-ou-l-italie-manquera-le-mondial-1637945593_x600_articles-507525.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca52c8c2287ea0fed4bcb5838361833a" + "hash": "0422613a4b02e3d8339facb35cfd86d3" }, { - "title": "Pronostic Lazio Juventus : Analyse, cotes et prono du match de Serie A", - "description": "

    La Lazio résiste à la Juve

    \n
    \nCe samedi dans le cadre de la 13e journée de Premier League, la Lazio reçoit la Juventus Turin. Les hommes de…
    ", - "content": "

    La Lazio résiste à la Juve

    \n
    \nCe samedi dans le cadre de la 13e journée de Premier League, la Lazio reçoit la Juventus Turin. Les hommes de…
    ", + "title": "Ben Chilwell touché au ligament croisé et absent plusieurs semaines", + "description": "Chelsea a impressionné ce mardi en Ligue des champions, en détruisant la Juve (4-0) à Stamford Bridge.…", + "content": "Chelsea a impressionné ce mardi en Ligue des champions, en détruisant la Juve (4-0) à Stamford Bridge.…", "category": "", - "link": "https://www.sofoot.com/pronostic-lazio-juventus-analyse-cotes-et-prono-du-match-de-serie-a-507147.html", + "link": "https://www.sofoot.com/ben-chilwell-touche-au-ligament-croise-et-absent-plusieurs-semaines-507526.html", "creator": "SO FOOT", - "pubDate": "2021-11-18T23:44:00Z", + "pubDate": "2021-11-26T16:10:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-ben-chilwell-touche-au-ligament-croise-et-absent-plusieurs-semaines-1637946095_x600_articles-507526.jpg", + "enclosureType": "image/jpeg", + "image": "", + "language": "fr", "folder": "00.03 News/Sport - FR", "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b4d955df6c98e30934f4a80abc0d288" - } - ], - "folder": "00.03 News/Sport - FR", - "name": "SoFoot", - "language": "fr", - "hash": "34481497e90bc38e67ca4f7307f04617" - }, - { - "title": "BBC News - World", - "subtitle": "", - "link": "https://www.bbc.co.uk/news/", - "image": "https://news.bbcimg.co.uk/nol/shared/img/bbc_news_120x60.gif", - "description": "BBC News - World", - "items": [ + "hash": "2bc86d114fc041d2140a213db30a9224" + }, { - "title": "South Africa parliament: Man arrested over massive fire", - "description": "Police in Cape Town say a man is facing several charges over the fire and will appear in court on Tuesday.", - "content": "Police in Cape Town say a man is facing several charges over the fire and will appear in court on Tuesday.", + "title": "Pronostic OM Troyes : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Rebond attendu de l'OM face à Troyes

    \n
    \nBien parti dans cette nouvelle saison de Ligue 1, l'Olympique de Marseille semblait se présenter comme le rival…
    ", + "content": "

    Rebond attendu de l'OM face à Troyes

    \n
    \nBien parti dans cette nouvelle saison de Ligue 1, l'Olympique de Marseille semblait se présenter comme le rival…
    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59850904?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 02 Jan 2022 18:06:03 GMT", - "enclosure": "", - "enclosureType": "", + "link": "https://www.sofoot.com/pronostic-om-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-507506.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T16:09:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-om-troyes-analyse-cotes-et-prono-du-match-de-ligue-1-1637922121_x600_articles-507506.jpg", + "enclosureType": "image/jpeg", "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "66076fc6ebbd1a82063faeaaf1d87f5a", - "highlights": [] + "hash": "2fe2997ca2d7d99a26933bdfaef1c1a4" }, { - "title": "South Korean crosses DMZ in rare defection to North Korea", - "description": "Seoul said it had asked the North, which has a shoot-on-sight policy, to protect the person.", - "content": "Seoul said it had asked the North, which has a shoot-on-sight policy, to protect the person.", + "title": "Pronostic Montpellier Lyon : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Lyon retrouve son appétit face à Montpellier

    \n
    \nCes dernières saisons, Montpellier a souvent terminé dans la 1re partie de tableau sans…
    ", + "content": "

    Lyon retrouve son appétit face à Montpellier

    \n
    \nCes dernières saisons, Montpellier a souvent terminé dans la 1re partie de tableau sans…
    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59851097?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 02 Jan 2022 08:03:19 GMT", - "enclosure": "", - "enclosureType": "", + "link": "https://www.sofoot.com/pronostic-montpellier-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-507504.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T16:00:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-montpellier-lyon-analyse-cotes-et-prono-du-match-de-ligue-1-1637921501_x600_articles-507504.jpg", + "enclosureType": "image/jpeg", "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1513864be8ca13029f695d51e2b614e", - "highlights": [] + "hash": "d9d6a5bcf44c298987afc2c024834826" }, { - "title": "Covid: Israel Omicron spike could bring herd immunity but with risks - health boss", - "description": "Health boss says Omicron may lead to herd immunity but it would be better achieved via vaccination.", - "content": "Health boss says Omicron may lead to herd immunity but it would be better achieved via vaccination.", + "title": "Pronostic Bordeaux Brest : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un Bordeaux – Brest électrique

    \n
    \nSi la lutte pour les places qualificatives pour la Ligue des Champions est féroce, le maintien concerne pas moins de…
    ", + "content": "

    Un Bordeaux – Brest électrique

    \n
    \nSi la lutte pour les places qualificatives pour la Ligue des Champions est féroce, le maintien concerne pas moins de…
    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59853772?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 02 Jan 2022 18:24:31 GMT", - "enclosure": "", - "enclosureType": "", + "link": "https://www.sofoot.com/pronostic-bordeaux-brest-analyse-cotes-et-prono-du-match-de-ligue-1-507503.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T15:52:00Z", + "enclosure": "https://www.sofoot.com/IMG/img-pronostic-bordeaux-brest-analyse-cotes-et-prono-du-match-de-ligue-1-1637921092_x600_articles-507503.jpg", + "enclosureType": "image/jpeg", "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "language": "fr", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a77d13e2d26cdf86c55ddbea0698487f", - "highlights": [] + "hash": "4062e09ad488e2d89c6ad05e548e28c6" }, { - "title": "Denmark to make domestic flights fossil fuel free by 2030", - "description": "The PM wants domestic flights to go green, as part of ambitious national plans to cut emissions.", - "content": "The PM wants domestic flights to go green, as part of ambitious national plans to cut emissions.", + "title": "Pronostic Lorient Rennes : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Lorient – Rennes : un derby en Rouge et Noir

    \n
    \nLa Ligue 1 nous offre de nombreux derbys bretons, et ce dimanche nous aurons une opposition entre…
    ", + "content": "

    Lorient – Rennes : un derby en Rouge et Noir

    \n
    \nLa Ligue 1 nous offre de nombreux derbys bretons, et ce dimanche nous aurons une opposition entre…
    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59849898?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 02 Jan 2022 03:03:04 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "link": "https://www.sofoot.com/pronostic-lorient-rennes-analyse-cotes-et-prono-du-match-de-ligue-1-507502.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T15:44:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56e4da8eefd388418fb1b47a812a8915", - "highlights": [] + "hash": "40191158c732de1ce1a3dc6b8a600bd3" }, { - "title": "EU flag removed from Arc de Triomphe after right-wing outrage", - "description": "The French government denies bowing to far-right pressure over the flag at the Arc de Triomphe.", - "content": "The French government denies bowing to far-right pressure over the flag at the Arc de Triomphe.", + "title": "Pronostic Monaco Strasbourg : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Monaco, le déclic face à Strasbourg

    \n
    \nImpressionnant l'an passé lors de la 2nde partie de saison, Monaco avait marqué les esprits par la…
    ", + "content": "

    Monaco, le déclic face à Strasbourg

    \n
    \nImpressionnant l'an passé lors de la 2nde partie de saison, Monaco avait marqué les esprits par la…
    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59852577?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 02 Jan 2022 14:29:16 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "link": "https://www.sofoot.com/pronostic-monaco-strasbourg-analyse-cotes-et-prono-du-match-de-ligue-1-507497.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T15:25:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db4b0b1b8431749f8904a0f2f77b99a1", - "highlights": [] + "hash": "657a361853f9b3e507b3ec43e4e22136" }, { - "title": "Lionel Messi: Paris St-Germain forward isolating after testing positive for Covid-19", - "description": "Argentina forward Lionel Messi is one of four Paris St-Germain players to test positive for Covid-19.", - "content": "Argentina forward Lionel Messi is one of four Paris St-Germain players to test positive for Covid-19.", - "category": "", + "title": "Foot amateur : réduction de peine pour un joueur qui avait menacé sa Ligue", + "description": "Deux ans de suspension dont un avec sursis et obligation de se laver la bouche avec du savon.
    \n
    \nUn joueur de l'AS Tourville en Normandie devra tourner sept fois ses doigts au-dessus du…

    ", + "content": "Deux ans de suspension dont un avec sursis et obligation de se laver la bouche avec du savon.
    \n
    \nUn joueur de l'AS Tourville en Normandie devra tourner sept fois ses doigts au-dessus du…

    ", + "category": "", + "link": "https://www.sofoot.com/foot-amateur-reduction-de-peine-pour-un-joueur-qui-avait-menace-sa-ligue-507524.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T15:22:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dc3c935fd964009287d00e1242ff76f1" + }, + { + "title": "Sepp Blatter entendu comme témoin dans l'affaire de l'attribution du Mondial 2022 au Qatar", + "description": "Bientôt le fin mot de l'histoire ?
    \n
    \nÀ quelques mois du début des échéances, la Coupe du monde 2022 est toujours dans le viseur de la justice. Remise en cause, son attribution au…

    ", + "content": "Bientôt le fin mot de l'histoire ?
    \n
    \nÀ quelques mois du début des échéances, la Coupe du monde 2022 est toujours dans le viseur de la justice. Remise en cause, son attribution au…

    ", + "category": "", + "link": "https://www.sofoot.com/sepp-blatter-entendu-comme-temoin-dans-l-affaire-de-l-attribution-du-mondial-2022-au-qatar-507523.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T15:15:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "577b761bef78ff30d1c2d74003d09c42" + }, + { + "title": "Sampaoli : \"Il faudra voir comment Dimitri est émotionnellement parlant\"", + "description": "Pas de nouvelles, bonnes nouvelles ?
    \n
    \n\"Je n'ai pas encore pu le voir ou lui parler, mais le rapport du médecin dit que Dimitri est à disposition du groupe pour le match de…

    ", + "content": "Pas de nouvelles, bonnes nouvelles ?
    \n
    \n\"Je n'ai pas encore pu le voir ou lui parler, mais le rapport du médecin dit que Dimitri est à disposition du groupe pour le match de…

    ", + "category": "", + "link": "https://www.sofoot.com/sampaoli-il-faudra-voir-comment-dimitri-est-emotionnellement-parlant-507522.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T15:14:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "231079375c2d97c1513138723ac06119" + }, + { + "title": "Pronostic Reims Clermont : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un Reims – Clermont avec des buts de chaque côté

    \n
    \nL'opposition entre Reims et Clermont concerne le bas de tableau et plus précisément la lutte…
    ", + "content": "

    Un Reims – Clermont avec des buts de chaque côté

    \n
    \nL'opposition entre Reims et Clermont concerne le bas de tableau et plus précisément la lutte…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-reims-clermont-analyse-cotes-et-prono-du-match-de-ligue-1-507496.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T15:10:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9b3c248913b87c8558baba6570ba0989" + }, + { + "title": "Xavi : \"Ousmane Dembélé est très important pour mon projet\"", + "description": "Il a beau ne pas respecter les règles drastiques mises en place par son entraîneur et…", + "content": "Il a beau ne pas respecter les règles drastiques mises en place par son entraîneur et…", + "category": "", + "link": "https://www.sofoot.com/xavi-ousmane-dembele-est-tres-important-pour-mon-projet-507520.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T14:36:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "47e60d97347003d4b324a280bc3025ff" + }, + { + "title": "Klopp et la menace Rangnick", + "description": "Il ne manque que l'officialisation. Selon la presse britannique, Ralf Rangnick va devenir le successeur d'Ole Gunnar Solskjær à la tête de Manchester United. Et si les Red Devils n'ont pas…", + "content": "Il ne manque que l'officialisation. Selon la presse britannique, Ralf Rangnick va devenir le successeur d'Ole Gunnar Solskjær à la tête de Manchester United. Et si les Red Devils n'ont pas…", + "category": "", + "link": "https://www.sofoot.com/klopp-et-la-menace-rangnick-507521.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T14:17:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fcc919b0619302b3baba2193ece344c3" + }, + { + "title": "Marcelo Gallardo vers un départ de River Plate", + "description": "En écrasant le Racing 4-0 jeudi soir, River Plate s'est adjugé une 36e couronne…", + "content": "En écrasant le Racing 4-0 jeudi soir, River Plate s'est adjugé une 36e couronne…", + "category": "", + "link": "https://www.sofoot.com/marcelo-gallardo-vers-un-depart-de-river-plate-507519.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T13:56:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7ecef881bd3c4d0b1c6a3dac461b6d70" + }, + { + "title": "Le Barça va régler dix millions d'euros à Koeman d'ici la fin de l'année", + "description": "Les cadeaux de Noël vont être prestigieux dans la famille Koeman.
    \n
    \nDémis de ses fonctions d'entraîneur du FC Barcelone le 27 octobre dernier, Ronald Koeman a quitté la Catalogne…

    ", + "content": "Les cadeaux de Noël vont être prestigieux dans la famille Koeman.
    \n
    \nDémis de ses fonctions d'entraîneur du FC Barcelone le 27 octobre dernier, Ronald Koeman a quitté la Catalogne…

    ", + "category": "", + "link": "https://www.sofoot.com/le-barca-va-regler-dix-millions-d-euros-a-koeman-d-ici-la-fin-de-l-annee-507517.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T13:19:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1a67dd61289caf2aedef02549a95e8f6" + }, + { + "title": "Ralf Rangnick : \"J'ai réussi à créer des équipes qui ont leur propre modèle\"", + "description": "Pionnier du gegenpressing, maître à penser de toute une génération de coachs allemands et architecte du projet Red Bull, Ralf Rangnick devrait être nommé à 63 ans entraîneur par intérim de Manchester United dans les prochaines heures. En mars 2020, dans le cadre d'un grand dossier sur l'histoire du contre-pressing, il était revenu en longueur sur sa méthode pour le magazine So Foot. En avant !Vous êtes un membre important de ce qu'on appelle aujourd'hui \"le clan des Souabes\", ces entraîneurs issus du Bade-Wurtemberg, qui ont révolutionné l'approche du…", + "content": "Vous êtes un membre important de ce qu'on appelle aujourd'hui \"le clan des Souabes\", ces entraîneurs issus du Bade-Wurtemberg, qui ont révolutionné l'approche du…", + "category": "", + "link": "https://www.sofoot.com/ralf-rangnick-j-ai-reussi-a-creer-des-equipes-qui-ont-leur-propre-modele-507479.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T13:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9bec57195b0a8cd7312f4ca571e73889" + }, + { + "title": "Leonardo assure qu'il n'a eu \"aucun contact\" avec Zidane", + "description": "Tous les Marseillais peuvent souffler un bon coup.
    \n
    \nDepuis plusieurs semaines, des rumeurs font état de l'intérêt du Paris Saint-Germain pour Zinédine Zidane, libre de tout contrat…

    ", + "content": "Tous les Marseillais peuvent souffler un bon coup.
    \n
    \nDepuis plusieurs semaines, des rumeurs font état de l'intérêt du Paris Saint-Germain pour Zinédine Zidane, libre de tout contrat…

    ", + "category": "", + "link": "https://www.sofoot.com/leonardo-assure-qu-il-n-a-eu-aucun-contact-avec-zidane-507516.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T11:49:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a047a4a6c5b25ed8276d1c79305b71ae" + }, + { + "title": "Les supporters dijonnais lancent une collecte de jouets pour les enfants malades", + "description": "Pas besoin d'être le Père Noël pour offrir des cadeaux. Le petit évènement organisé par les Lingon's Boys, supporters dijonnais, avant la rencontre entre le DFCO et Niort le samedi 11…", + "content": "Pas besoin d'être le Père Noël pour offrir des cadeaux. Le petit évènement organisé par les Lingon's Boys, supporters dijonnais, avant la rencontre entre le DFCO et Niort le samedi 11…", + "category": "", + "link": "https://www.sofoot.com/les-supporters-dijonnais-lancent-une-collecte-de-jouets-pour-les-enfants-malades-507515.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T11:49:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7dd1060760ad7232c90282ce12dea228" + }, + { + "title": "Pronostic Saint-Etienne PSG : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Le PSG reverdit à Saint-Etienne

    \n
    \nL'affiche du dimanche midi en ligue 1 oppose l'AS Saint-Etienne au Paris Saint-Germain. Il y a un peu plus d'un…
    ", + "content": "

    Le PSG reverdit à Saint-Etienne

    \n
    \nL'affiche du dimanche midi en ligue 1 oppose l'AS Saint-Etienne au Paris Saint-Germain. Il y a un peu plus d'un…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-saint-etienne-psg-analyse-cotes-et-prono-du-match-de-ligue-1-507501.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T11:37:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e2efca2d88ec527f2ed80dfd12e4d671" + }, + { + "title": "Hugo Vidémont joueur de l'année au Zalgiris Vilnius", + "description": "On finit toujours par trouver sa voie.
    \n
    \nPour Hugo Vidémont, c'est en Lituanie, au Zalgiris Vilnius, qu'il fallait aller pour devenir une légende. Et pour sa troisième saison chez les…

    ", + "content": "On finit toujours par trouver sa voie.
    \n
    \nPour Hugo Vidémont, c'est en Lituanie, au Zalgiris Vilnius, qu'il fallait aller pour devenir une légende. Et pour sa troisième saison chez les…

    ", + "category": "", + "link": "https://www.sofoot.com/hugo-videmont-joueur-de-l-annee-au-zalgiris-vilnius-507514.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T11:15:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4cabcd69e255059379e2dd5f0a23faf8" + }, + { + "title": "Le Bayern Munich s'écharpe avec ses membres sur le partenariat avec le Qatar ", + "description": "Leader en Bundesliga et qualifié pour les huitièmes de finale de la Ligue des champions, le Bayern Munich a…", + "content": "Leader en Bundesliga et qualifié pour les huitièmes de finale de la Ligue des champions, le Bayern Munich a…", + "category": "", + "link": "https://www.sofoot.com/le-bayern-munich-s-echarpe-avec-ses-membres-sur-le-partenariat-avec-le-qatar-507512.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T11:04:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0d204f4912b266b394acadd7d8101329" + }, + { + "title": "Infantino s'en prend aux opposants de la Coupe du monde tous les deux ans", + "description": "Ce n'est pas comme ça qu'il va se faire des amis, Gianni.
    \n
    \nDepuis plusieurs semaines, le petit monde du football s'écharpe à l'idée de voir la Coupe du monde s'organiser tous les…

    ", + "content": "Ce n'est pas comme ça qu'il va se faire des amis, Gianni.
    \n
    \nDepuis plusieurs semaines, le petit monde du football s'écharpe à l'idée de voir la Coupe du monde s'organiser tous les…

    ", + "category": "", + "link": "https://www.sofoot.com/infantino-s-en-prend-aux-opposants-de-la-coupe-du-monde-tous-les-deux-ans-507513.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T11:04:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b1b981053d03db2ca249a93c764ab2df" + }, + { + "title": "Messi, l'erreur de casting ?", + "description": "La question peut paraître incongrue au vu de l'aura et du talent incomparable du joueur, et pourtant. Depuis son arrivée à Paris, Lionel Messi n'apporte que frustration et nœuds au cerveau, entre deux éclairs de génie bien trop disparates. Un bien faible impact sur le jeu de sa nouvelle équipe qui a sauté aux yeux de tous mercredi soir à l'Etihad Stadium : à chaque fois que l'Argentin s'est refusé à la moindre course sans ballon, tout en ne réussissant pas grand-chose les rares fois où il l'avait dans les pieds.\"Depuis le moment où je me suis exprimé sur mon départ à Barcelone, les gens sont venus dans les rues, sans même savoir si j'allais venir ici, sans que rien ne soir confirmé.\" Dès…", + "content": "\"Depuis le moment où je me suis exprimé sur mon départ à Barcelone, les gens sont venus dans les rues, sans même savoir si j'allais venir ici, sans que rien ne soir confirmé.\" Dès…", + "category": "", + "link": "https://www.sofoot.com/messi-l-erreur-de-casting-507507.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T11:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5ac7aa2b578e1b8b6098d568275d746e" + }, + { + "title": "Assassiné par la police aux Philippines, l'ancien footballeur Lafuente n'était pas un dealer", + "description": "Le 7 janvier 2020, Diego Bello Lafuente, surfeur et ancien footballeur espagnol au Deportivo La Corogne, était assassiné par les forces de l'ordre aux Philippines, qui le soupçonnaient d'être un…", + "content": "Le 7 janvier 2020, Diego Bello Lafuente, surfeur et ancien footballeur espagnol au Deportivo La Corogne, était assassiné par les forces de l'ordre aux Philippines, qui le soupçonnaient d'être un…", + "category": "", + "link": "https://www.sofoot.com/assassine-par-la-police-aux-philippines-l-ancien-footballeur-lafuente-n-etait-pas-un-dealer-507510.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T10:34:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8bdcf8ba38ab1b269b0e47284cc0fce0" + }, + { + "title": "L'écusson de Liverpool se retrouve sur la saisie de 215 kilos de cocaïne au Paraguay", + "description": "Tu ne te drogueras jamais seul.
    \n
    \n500 paquets de cocaïne pour un total de 215 kilos et 302 grammes de drogue, voici le gros butin récolté par le Secrétariat national anti-drogue (ou…

    ", + "content": "Tu ne te drogueras jamais seul.
    \n
    \n500 paquets de cocaïne pour un total de 215 kilos et 302 grammes de drogue, voici le gros butin récolté par le Secrétariat national anti-drogue (ou…

    ", + "category": "", + "link": "https://www.sofoot.com/l-ecusson-de-liverpool-se-retrouve-sur-la-saisie-de-215-kilos-de-cocaine-au-paraguay-507509.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T10:26:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2c9210469c058783213b401a2243704f" + }, + { + "title": "Formiga prend sa retraite internationale", + "description": "Gianluigi Buffon n'est qu'un petit joueur à côté d'elle.
    \n
    \nPassée par le PSG de 2017 jusqu'à juin dernier, Formiga est une véritable légende du football. À 43 ans, \"la Fourmi…

    ", + "content": "Gianluigi Buffon n'est qu'un petit joueur à côté d'elle.
    \n
    \nPassée par le PSG de 2017 jusqu'à juin dernier, Formiga est une véritable légende du football. À 43 ans, \"la Fourmi…

    ", + "category": "", + "link": "https://www.sofoot.com/formiga-prend-sa-retraite-internationale-507511.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T10:11:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cd1812155aff54587d48bc437e0c29a2" + }, + { + "title": "La CONMEBOL met fin à la règle du but à l'extérieur", + "description": "Terminado.
    \n
    \nEn marge de la finale de la Copa Libertadores opposant Flamengo et Palmeiras samedi à Montevideo, la CONMEBOL, instance dirigeante du football en Amérique du Sud,…

    ", + "content": "Terminado.
    \n
    \nEn marge de la finale de la Copa Libertadores opposant Flamengo et Palmeiras samedi à Montevideo, la CONMEBOL, instance dirigeante du football en Amérique du Sud,…

    ", + "category": "", + "link": "https://www.sofoot.com/la-conmebol-met-fin-a-la-regle-du-but-a-l-exterieur-507505.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T10:07:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b68b496a069a4279a52cf40ecd89140f" + }, + { + "title": "La pelouse de Santander gravement détériorée par un acte de vandalisme", + "description": "Non, le Paris-Dakar n'est pas censé passer par Santander.
    \n
    \nEn se levant ce jeudi pour aller travailler, les jardiniers du Racing de Santander ont tout de suite compris qu'il allait…

    ", + "content": "Non, le Paris-Dakar n'est pas censé passer par Santander.
    \n
    \nEn se levant ce jeudi pour aller travailler, les jardiniers du Racing de Santander ont tout de suite compris qu'il allait…

    ", + "category": "", + "link": "https://www.sofoot.com/la-pelouse-de-santander-gravement-deterioree-par-un-acte-de-vandalisme-507500.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T09:42:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "18e77a9e93875716e70b8fa8f14e98b9" + }, + { + "title": "Les supporters du Legia s'attaquent à la police lors du match à Leicester", + "description": "Tout est presque sous contrôle.
    \n
    \nAu milieu de la deuxième mi-temps du match entre Leicester et le Legia Varsovie qui s'est disputé jeudi soir pour le compte de la 5e

    ", + "content": "Tout est presque sous contrôle.
    \n
    \nAu milieu de la deuxième mi-temps du match entre Leicester et le Legia Varsovie qui s'est disputé jeudi soir pour le compte de la 5e

    ", + "category": "", + "link": "https://www.sofoot.com/les-supporters-du-legia-s-attaquent-a-la-police-lors-du-match-a-leicester-507499.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T09:40:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bb622f7144ed91fc0833ac2c3bb90f0c" + }, + { + "title": "Conte dépité après la défaite de Tottenham à Mura", + "description": "Magicien : Personne qui fait des choses extraordinaires, qui a comme un pouvoir magique sur les choses ou sur les personnes.
    \n
    \nOn ne lui demandera pas de sortir un lapin de son…

    ", + "content": "Magicien : Personne qui fait des choses extraordinaires, qui a comme un pouvoir magique sur les choses ou sur les personnes.
    \n
    \nOn ne lui demandera pas de sortir un lapin de son…

    ", + "category": "", + "link": "https://www.sofoot.com/conte-depite-apres-la-defaite-de-tottenham-a-mura-507492.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T09:26:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6f83162f7b0eb56d0bed89ddc5e2add4" + }, + { + "title": "Ses premiers enfants s'appellent Mara et Dona, son troisième s'appellera Diego", + "description": "Dans le classement des hommages farfelus, on doit pas être loin de la première place.
    \n
    \nWalter Rotundo, un Argentin de 39 ans, avait connu la joie d'être papa pour la première fois il…

    ", + "content": "Dans le classement des hommages farfelus, on doit pas être loin de la première place.
    \n
    \nWalter Rotundo, un Argentin de 39 ans, avait connu la joie d'être papa pour la première fois il…

    ", + "category": "", + "link": "https://www.sofoot.com/ses-premiers-enfants-s-appellent-mara-et-dona-son-troisieme-s-appellera-diego-507498.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T09:14:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b698382e785c159eda9899406b795b58" + }, + { + "title": "Bruno Genesio : \"On a manqué d'humilité\"", + "description": "Le retour des gros sourcils.
    \n
    \n\"Oui, je suis fâché. Je n'ai même pas besoin de faire de commentaires\", grondait Bruno Genesio en conférence de presse au terme
    ", + "content": "Le retour des gros sourcils.
    \n
    \n\"Oui, je suis fâché. Je n'ai même pas besoin de faire de commentaires\", grondait Bruno Genesio en conférence de presse au terme
    ", + "category": "", + "link": "https://www.sofoot.com/bruno-genesio-on-a-manque-d-humilite-507494.html", + "creator": "SO FOOT", + "pubDate": "2021-11-26T08:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0b588041b0c9d30d212497374e9499bd" + }, + { + "title": "Pronostic Nice Metz : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Nice retrouve son jeu face à Metz

    \n
    \nCandidat au podium, l'OGC Nice doit se montrer plus constant dans ses performances. En effet, les Aiglons…
    ", + "content": "

    Nice retrouve son jeu face à Metz

    \n
    \nCandidat au podium, l'OGC Nice doit se montrer plus constant dans ses performances. En effet, les Aiglons…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-nice-metz-analyse-cotes-et-prono-du-match-de-ligue-1-507474.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T22:46:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "06277da769b5fb2db3a654e47fa626c1" + }, + { + "title": "Leicester et les Rangers se remettent en marche", + "description": "Leicester s'est idéalement replacé dans la course à la qualification en s'emparant de la première place de son groupe, à une journée du verdict de cette phase de poules. Les Foxes ont maîtrisé le Legia Varsovie (3-1) dans le sillage de James Maddison, buteur et passeur. Le PSV Eindhoven, les Rangers et l'Olympiakos ont eux aussi fait la loi devant leur public, s'imposant respectivement face au SK Sturm Graz (2-0), au Sparta Prague (2-0) et à Fenerbahçe (1-0). Les Grecs peuvent encore espérer passer devant l'Eintracht Francfort, qui n'a pas réussi à se défaire d'Antwerp (2-2).Dernier avant la cinquième journée, Leicester est désormais en pole position dans le groupe C. Les Foxes ont enfoncé un peu plus Foxes ont enfoncé un peu plus

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/monaco-glace-la-real-sociedad-et-composte-son-billet-507454.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T22:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cbbaa6987d93eca216281560b57a2dda" + }, + { + "title": "Lyon déroule à Brøndby ", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/lyon-deroule-a-br-c3-b8ndby-507439.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T22:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5b77ec03c6aa132e4795ea95e28612ed" + }, + { + "title": "Pronostic Villarreal Barcelone : Analyse, cotes et prono du match de Liga", + "description": "

    Barcelone confirme ses progrès à Villarreal

    \n
    \nLa 15e journée de Liga nous offre une affiche entre deux formations qui disputent la Ligue des…
    ", + "content": "

    Barcelone confirme ses progrès à Villarreal

    \n
    \nLa 15e journée de Liga nous offre une affiche entre deux formations qui disputent la Ligue des…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-villarreal-barcelone-analyse-cotes-et-prono-du-match-de-liga-507473.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T20:34:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f5d8d4ae851c58cf0f96d0b39e812152" + }, + { + "title": "Pronostic Juventus Atalanta Bergame : Analyse, cotes et prono du match de Serie A", + "description": "

    Réaction attendue de la Juventus face à l'Atalanta

    \n
    \nImpressionnante de domination sur la Serie A pendant de nombreuses saisons, la Juventus connaît…
    ", + "content": "

    Réaction attendue de la Juventus face à l'Atalanta

    \n
    \nImpressionnante de domination sur la Serie A pendant de nombreuses saisons, la Juventus connaît…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-juventus-atalanta-bergame-analyse-cotes-et-prono-du-match-de-serie-a-507471.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T20:25:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d85039c93baf1fd4e5c8af34e5b07d15" + }, + { + "title": "Pronostic Arsenal Newcastle : Analyse, cotes et prono du match de Premier League", + "description": "

    Arsenal rebondit de suite face à Newcastle

    \n
    \nAprès avoir connu une entame de championnat compliquée avec une dernière place au soir de la…
    ", + "content": "

    Arsenal rebondit de suite face à Newcastle

    \n
    \nAprès avoir connu une entame de championnat compliquée avec une dernière place au soir de la…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-arsenal-newcastle-analyse-cotes-et-prono-du-match-de-premier-league-507469.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T20:18:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "192e042c303032e5f7aa5bc3651d80b1" + }, + { + "title": "Pronostic Lille Nantes : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un Lille – Nantes avec des buts de chaque côté

    \n
    \nChampion surprise la saison passée devant le Paris Saint-Germain, Lille devrait connaître un…
    ", + "content": "

    Un Lille – Nantes avec des buts de chaque côté

    \n
    \nChampion surprise la saison passée devant le Paris Saint-Germain, Lille devrait connaître un…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-lille-nantes-analyse-cotes-et-prono-du-match-de-ligue-1-507468.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T19:56:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cf173b03df6ef82692a047df4e41ae6d" + }, + { + "title": "En direct : Monaco - Real Sociedad", + "description": "96' : C'EST FINI ! Monaco s'impose 2-1 face à la Real Sociedad et se qualifie pour les ...", + "content": "96' : C'EST FINI ! Monaco s'impose 2-1 face à la Real Sociedad et se qualifie pour les ...", + "category": "", + "link": "https://www.sofoot.com/en-direct-monaco-real-sociedad-507453.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T19:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2c50e92e1b6867d435ab4f8918193b59" + }, + { + "title": "En direct : Brøndby - Lyon", + "description": "96' : TERMINE ! 5/5 POUR L'OL !
    \n
    \nEn jouant une mi-temps, et grâce à un grand Cherki, l'OL ...", + "content": "96' : TERMINE ! 5/5 POUR L'OL !
    \n
    \nEn jouant une mi-temps, et grâce à un grand Cherki, l'OL ...", + "category": "", + "link": "https://www.sofoot.com/en-direct-br-c3-b8ndby-lyon-507437.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T19:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5e92d3c93aa4fc5e4a56733f496b6f11" + }, + { + "title": "Tapé par Galatasaray, l'OM ne verra pas la suite de la C3", + "description": "Objectif C4 pour Marseille, cogné à Istanbul (4-2).

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/tape-par-galatasaray-l-om-ne-verra-pas-la-suite-de-la-c3-507488.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T19:44:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "582cc64bf9651d557a27e3c29782ee1f" + }, + { + "title": "Rennes frustré par le Vitesse Arnhem, mais qualifié en huitièmes de finale", + "description": "Triplé de Laborde pour du beurre (3-3)... Mais qualif' en poche !

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/rennes-frustre-par-le-vitesse-arnhem-mais-qualifie-en-huitiemes-de-finale-507484.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T19:39:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c4934195a6a73e90936186138235960d" + }, + { + "title": "La Lazio engloutit le Lokomotiv, Leverkusen s'arrache face au Celtic ", + "description": "Avec sa victoire face au Lokomotiv Moscou (0-3), la Lazio a assuré sa qualification et l'élimination de Marseille. Dans le groupe G, le Bayer Lervekusen et le Real Betis ont également fait le nécessaire pour voir la suite de la compétition.Pendant que Marseille se faisait trimbaler par Galatasaray, la Lazio a tué…", + "content": "Pendant que Marseille se faisait trimbaler par Galatasaray, la Lazio a tué…", + "category": "", + "link": "https://www.sofoot.com/la-lazio-engloutit-le-lokomotiv-leverkusen-s-arrache-face-au-celtic-507487.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T19:38:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "94093ffa2fc2381f15b3d28c98ef5366" + }, + { + "title": "La FIFA va tester le hors-jeu automatisé lors de la Coupe arabe", + "description": "La prochaine étape, c'est quoi ? Des joueurs bioniques ?
    \n
    \nLe football ne cesse de se révolutionner. Après l'arrivée de la goal-line technology, puis de la VAR ces dernières…

    ", + "content": "La prochaine étape, c'est quoi ? Des joueurs bioniques ?
    \n
    \nLe football ne cesse de se révolutionner. Après l'arrivée de la goal-line technology, puis de la VAR ces dernières…

    ", + "category": "", + "link": "https://www.sofoot.com/la-fifa-va-tester-le-hors-jeu-automatise-lors-de-la-coupe-arabe-507482.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T17:33:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5377fb3b5249c59abbc857cb44798f60" + }, + { + "title": "En direct : Rennes - Vitesse Arnhem", + "description": "97' : Allez, je vous quitte sur cette joie de dernière minutes. Prenez soin de vous, bisous ...", + "content": "97' : Allez, je vous quitte sur cette joie de dernière minutes. Prenez soin de vous, bisous ...", + "category": "", + "link": "https://www.sofoot.com/en-direct-rennes-vitesse-arnhem-507483.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T17:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "76fa2ff8faec6e9c2f51c614cccd038d" + }, + { + "title": "En direct : Galatasaray - Marseille", + "description": "97' : FIN DE LA BOUCHERIE ! La C3, c'est déjà fini pour l'OM. La marche était visiblement trop ...", + "content": "97' : FIN DE LA BOUCHERIE ! La C3, c'est déjà fini pour l'OM. La marche était visiblement trop ...", + "category": "", + "link": "https://www.sofoot.com/en-direct-galatasaray-marseille-507481.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T17:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ba099d23fa094148adf286c1bf39008e" + }, + { + "title": "Revenu sur les terrains, André Onana, gardien de l'Ajax, confirme son départ imminent", + "description": "Petite piqûre de rappel.
    \n
    \nUne page va se tourner du côté de l'Ajax.
    ", + "content": "Petite piqûre de rappel.
    \n
    \nUne page va se tourner du côté de l'Ajax.
    ", + "category": "", + "link": "https://www.sofoot.com/revenu-sur-les-terrains-andre-onana-gardien-de-l-ajax-confirme-son-depart-imminent-507480.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T16:50:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2f6a4b89a829a6cf4d880e0d6f5225e4" + }, + { + "title": "Antoine Kombouaré \"très affecté\" par le jet de bouteille sur Dimitri Payet lors de Lyon-Marseille", + "description": "Une bouteille d'eau, beaucoup de conséquences.
    \n
    \nComme bon nombre de ses confrères cette semaine, Antoine Kombouaré a été interrogé sur les incidents
    ", + "content": "Une bouteille d'eau, beaucoup de conséquences.
    \n
    \nComme bon nombre de ses confrères cette semaine, Antoine Kombouaré a été interrogé sur les incidents
    ", + "category": "", + "link": "https://www.sofoot.com/antoine-kombouare-tres-affecte-par-le-jet-de-bouteille-sur-dimitri-payet-lors-de-lyon-marseille-507478.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T16:34:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b08e380cf11667daee3819cef9b37ec5" + }, + { + "title": "Nick Mwendwa, président de la fédération kényane, acquitté", + "description": "Il peut finalement garder l'argent.
    \n
    \nLe président de la fédération kényane de football, Nick Mwendwa, a été acquitté dans une affaire de corruption. Arrêté le 12 novembre, il…

    ", + "content": "Il peut finalement garder l'argent.
    \n
    \nLe président de la fédération kényane de football, Nick Mwendwa, a été acquitté dans une affaire de corruption. Arrêté le 12 novembre, il…

    ", + "category": "", + "link": "https://www.sofoot.com/nick-mwendwa-president-de-la-federation-kenyane-acquitte-507470.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T16:27:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d165349dc71d1751643fe1b4a106cdd5" + }, + { + "title": "Ralf Rangnick serait en pole position pour débarquer à Manchester United", + "description": "La rumeur Rudi Garcia prend du plomb dans l'aile.
    \n
    \nDirecteur…

    ", + "content": "La rumeur Rudi Garcia prend du plomb dans l'aile.
    \n
    \nDirecteur…

    ", + "category": "", + "link": "https://www.sofoot.com/ralf-rangnick-serait-en-pole-position-pour-debarquer-a-manchester-united-507477.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T16:18:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3e3bf5835929385863d1d5486b051bf0" + }, + { + "title": "Pour Christophe Galtier (Nice), il faut \"nettoyer les tribunes\"", + "description": "Tous unis contre la bêtise.
    \n
    \nAprès les incidents survenus ce dimanche à Lyon et depuis le début de saison,…

    ", + "content": "Tous unis contre la bêtise.
    \n
    \nAprès les incidents survenus ce dimanche à Lyon et depuis le début de saison,…

    ", + "category": "", + "link": "https://www.sofoot.com/pour-christophe-galtier-nice-il-faut-nettoyer-les-tribunes-507476.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T15:50:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "46c22be2150b6466d0a3e901d8d15351" + }, + { + "title": "Championship : Paul Heckingbottom revient sur le banc de Sheffield United", + "description": "Started from the Heckingbottom.
    \n
    \nFaire du neuf avec du vieux. C'est ce que va tenter Sheffield United, en plein naufrage cette saison. Non pas que le nouvel entraîneur soit…

    ", + "content": "Started from the Heckingbottom.
    \n
    \nFaire du neuf avec du vieux. C'est ce que va tenter Sheffield United, en plein naufrage cette saison. Non pas que le nouvel entraîneur soit…

    ", + "category": "", + "link": "https://www.sofoot.com/championship-paul-heckingbottom-revient-sur-le-banc-de-sheffield-united-507475.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T15:40:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "306543e2565c212aac380adb247c193c" + }, + { + "title": "Mino Raiola : \"La FIFA ? C'est une mafia\"", + "description": "L'hôpital, la charité...
    \n
    \nDans un monde du football où agents et avocats mandataires ont une influence grandissante, la FIFA tente depuis plusieurs mois de contrer l'importance de ces…

    ", + "content": "L'hôpital, la charité...
    \n
    \nDans un monde du football où agents et avocats mandataires ont une influence grandissante, la FIFA tente depuis plusieurs mois de contrer l'importance de ces…

    ", + "category": "", + "link": "https://www.sofoot.com/mino-raiola-la-fifa-c-est-une-mafia-507467.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T15:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5713c875122e97884a59110c3ac143a9" + }, + { + "title": "Un rapport parlementaire préconise la création d'un organe de contrôle et d'une taxe sur les transferts en Premier League", + "description": "Éthique projet.
    \n
    \nEn perpétuelle agitation, la Premier League pourrait connaître des changements radicaux au printemps prochain. À la suite de la tentative d'évasion de certains clubs…

    ", + "content": "Éthique projet.
    \n
    \nEn perpétuelle agitation, la Premier League pourrait connaître des changements radicaux au printemps prochain. À la suite de la tentative d'évasion de certains clubs…

    ", + "category": "", + "link": "https://www.sofoot.com/un-rapport-parlementaire-preconise-la-creation-d-un-organe-de-controle-et-d-une-taxe-sur-les-transferts-en-premier-league-507472.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T15:16:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "94d292d9cac883d8a23a0e3eaea9485d" + }, + { + "title": "Mikel Arteta veut Arsène Wenger à ses côtés à Arsenal", + "description": "Le retour du patron ?
    \n
    \nParti d'Arsenal en mai 2018, Arsène Wenger reste bien sûr le plus grand entraîneur de l'histoire des Canonniers. Si l'intéressé,
    ", + "content": "Le retour du patron ?
    \n
    \nParti d'Arsenal en mai 2018, Arsène Wenger reste bien sûr le plus grand entraîneur de l'histoire des Canonniers. Si l'intéressé,
    ", + "category": "", + "link": "https://www.sofoot.com/mikel-arteta-veut-arsene-wenger-a-ses-cotes-a-arsenal-507465.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T14:31:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0453d84ffbe5009f248122b0771bf0ca" + }, + { + "title": "Footgate : Dejan Veljković premier repenti de l'histoire de la justice belge", + "description": "Des nouvelles des magouilles en Belgique.
    \n
    \nDejan Veljković, agent de joueurs serbe basé en Belgique, est devenu ce jeudi le premier \"repenti\" de la justice belge de l'histoire, dans…

    ", + "content": "Des nouvelles des magouilles en Belgique.
    \n
    \nDejan Veljković, agent de joueurs serbe basé en Belgique, est devenu ce jeudi le premier \"repenti\" de la justice belge de l'histoire, dans…

    ", + "category": "", + "link": "https://www.sofoot.com/footgate-dejan-veljkovic-premier-repenti-de-l-histoire-de-la-justice-belge-507459.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T14:16:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "503977ee5db9c400f4a8082a674ea758" + }, + { + "title": "Pronostic Athletic Bilbao Grenade : Analyse, cotes et prono du match de Liga", + "description": "

    L'Athletic Bilbao maître à San Mamés face à Grenade

    \n
    \nCalé dans le ventre mou du classement de Liga, l'Athletic Bilbao a perdu de sa superbe et…
    ", + "content": "

    L'Athletic Bilbao maître à San Mamés face à Grenade

    \n
    \nCalé dans le ventre mou du classement de Liga, l'Athletic Bilbao a perdu de sa superbe et…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-athletic-bilbao-grenade-analyse-cotes-et-prono-du-match-de-liga-507466.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T13:49:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e36869ff8edcc19f9eccb3cd9d41722e" + }, + { + "title": "Pronostic Lens Angers : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Lens repart de l'avant face à Angers

    \n
    \nDe retour en Ligue 1 la saison dernière, le Racing Club de Lens avait été l'une des très bonnes…
    ", + "content": "

    Lens repart de l'avant face à Angers

    \n
    \nDe retour en Ligue 1 la saison dernière, le Racing Club de Lens avait été l'une des très bonnes…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-lens-angers-analyse-cotes-et-prono-du-match-de-ligue-1-507464.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T13:43:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6f9e277eadbe221ae6326c3e52b83a1d" + }, + { + "title": "Pronostic Stuttgart Mayence : Analyse, cotes et prono du match de Bundesliga", + "description": "

    Mayence, la bonne opération face à Stuttgart

    \n
    \nDe retour dans l'élite du foot allemand l'an passé, Stuttgart avait réalisé un exercice…
    ", + "content": "

    Mayence, la bonne opération face à Stuttgart

    \n
    \nDe retour dans l'élite du foot allemand l'an passé, Stuttgart avait réalisé un exercice…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-stuttgart-mayence-analyse-cotes-et-prono-du-match-de-bundesliga-507463.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T13:32:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6fafd6c16123fa8cc5c90a77f8d74220" + }, + { + "title": "Pronostic Cagliari Salernitana : Analyse, cotes et prono du match de Serie A", + "description": "

    Cagliari domine la Salernitana

    \n
    \nLa 14e journée de Serie A s'ouvre avec une affiche entre deux équipes mal classées, Cagliari et la Salernitana.…
    ", + "content": "

    Cagliari domine la Salernitana

    \n
    \nLa 14e journée de Serie A s'ouvre avec une affiche entre deux équipes mal classées, Cagliari et la Salernitana.…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-cagliari-salernitana-analyse-cotes-et-prono-du-match-de-serie-a-507462.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T13:21:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2cab562588b953a97868b61f57d42aed" + }, + { + "title": "Ultra de l'OM : \"Une fois en meute, nous sommes habités\"", + "description": "Julien* est supporter de l'OM. Même plus que ça, à son sens : il est un ultra de l'OM, et ce, depuis une quinzaine d'années. Une activité, une passion ou un mode de vie (c'est selon) qui a conduit ce trentenaire à rencontrer un monde uni par des liens sacrés, mais aussi, par ses dérives et ses risques, à être interdit de stade pendant un an. Et forcément, l'agression de Dimitri Payet au Groupama Stadium et la condamnation du supporter lyonnais a fait ressurgir quelques souvenirs et de quoi le faire réagir. Témoignage d'un ultra parmi d'autres.Dimanche soir, les supporters marseillais n'étaient pas autorisés à se rendre à Lyon. Depuis ton salon, quelle était ta réaction au moment de l'incident qui a mené à…", + "content": "Dimanche soir, les supporters marseillais n'étaient pas autorisés à se rendre à Lyon. Depuis ton salon, quelle était ta réaction au moment de l'incident qui a mené à…", + "category": "", + "link": "https://www.sofoot.com/ultra-de-l-om-une-fois-en-meute-nous-sommes-habites-507407.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T13:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f97d0b5cfa9d6c28da45677ce30a54db" + }, + { + "title": "Le Brentford FC ne changera pas de maillot domicile pour la saison prochaine", + "description": "Brentford a créé le maillot 2021-2022-2023.
    \n
    \nDepuis 2012, les Bees changent d'envergure au fil des saisons. Et si leurs méthodes peu orthodoxes en matière de recrutement,…

    ", + "content": "Brentford a créé le maillot 2021-2022-2023.
    \n
    \nDepuis 2012, les Bees changent d'envergure au fil des saisons. Et si leurs méthodes peu orthodoxes en matière de recrutement,…

    ", + "category": "", + "link": "https://www.sofoot.com/le-brentford-fc-ne-changera-pas-de-maillot-domicile-pour-la-saison-prochaine-507458.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T12:31:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b23375f728681285cf1071d089fa7c79" + }, + { + "title": "Robin Le Normand (Real Sociedad) : \"Le défi, c'est de jouer en équipe de France\"", + "description": "Voilà un Normand bien conquérant.
    \n
    \nArrivé en Espagne à l'âge de 20 ans, après un passage chez les jeunes à Brest, Robin Le Normand s'impose aujourd'hui comme un élément…

    ", + "content": "Voilà un Normand bien conquérant.
    \n
    \nArrivé en Espagne à l'âge de 20 ans, après un passage chez les jeunes à Brest, Robin Le Normand s'impose aujourd'hui comme un élément…

    ", + "category": "", + "link": "https://www.sofoot.com/robin-le-normand-real-sociedad-le-defi-c-est-de-jouer-en-equipe-de-france-507460.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T12:26:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "22d8ad9604fde16b0b3d70c97a5a301f" + }, + { + "title": "Jorge Mendes à nouveau inquiété par une enquête pour blanchiment d'argent", + "description": "Jorge de la jungle.
    \n
    \nEn mars 2020, plusieurs dizaines de perquisitions étaient venues émailler le…

    ", + "content": "Jorge de la jungle.
    \n
    \nEn mars 2020, plusieurs dizaines de perquisitions étaient venues émailler le…

    ", + "category": "", + "link": "https://www.sofoot.com/jorge-mendes-a-nouveau-inquiete-par-une-enquete-pour-blanchiment-d-argent-507448.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T12:19:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6411b3f40e7e0dc19196f839907d967e" + }, + { + "title": " Tactique : que retenir de ce Manchester City-PSG ?", + "description": "Arrivé à Manchester avec un sapin pour boucher l'axe en phase défensive, le PSG est reparti avec des épines dans les poches de l'Etihad Stadium. Lâchés défensivement par leur trio offensif, déconnecté sans et même parfois avec ballon, les Parisiens ont progressivement laissé City déballer son plan et ses mécanismes rodés. Et finalement, les hommes de Guardiola, plus créatifs qu'à l'aller, ont récolté ce qu'ils ont semé.\"Ils font tout le temps ça, tout le temps...\" Mercredi soir, Marquinhos est reparti de Manchester avec un menu golden : des yeux fatigués, des maux de tête et une lassitude que le…", + "content": "\"Ils font tout le temps ça, tout le temps...\" Mercredi soir, Marquinhos est reparti de Manchester avec un menu golden : des yeux fatigués, des maux de tête et une lassitude que le…", + "category": "", + "link": "https://www.sofoot.com/tactique-que-retenir-de-ce-manchester-city-psg-507457.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T12:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "50710f529f00ea7f15cadd2158249ce1" + }, + { + "title": "Kilos de marijuana, armes à feu : le bilan de la perquisition des Boixos Nois à Barcelone", + "description": "Mais ils voulaient faire fumer des éléphants ?
    \n
    \nDix-huit maisons perquisitionnées en plus des locaux du groupe, sept membres des \"Boixos Nois\" (frange radicale de supporters…

    ", + "content": "Mais ils voulaient faire fumer des éléphants ?
    \n
    \nDix-huit maisons perquisitionnées en plus des locaux du groupe, sept membres des \"Boixos Nois\" (frange radicale de supporters…

    ", + "category": "", + "link": "https://www.sofoot.com/kilos-de-marijuana-armes-a-feu-le-bilan-de-la-perquisition-des-boixos-nois-a-barcelone-507452.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T11:51:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a036e7f39306df168ab6ceea95a283b9" + }, + { + "title": "Joško Gvardiol touché par un projectile lors de Bruges-Leipzig", + "description": "La bêtise n'a pas de frontière.
    \n
    \nDouze petites minutes, c'est le temps qu'il aura fallu pour que l'un des spectateurs du stade Jan-Breydel de Bruges, certainement inspiré par
    ", + "content": "La bêtise n'a pas de frontière.
    \n
    \nDouze petites minutes, c'est le temps qu'il aura fallu pour que l'un des spectateurs du stade Jan-Breydel de Bruges, certainement inspiré par
    ", + "category": "", + "link": "https://www.sofoot.com/josko-gvardiol-touche-par-un-projectile-lors-de-bruges-leipzig-507455.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T11:22:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5a825c2cff10701d479135c56a5326f3" + }, + { + "title": "EuroMillions vendredi 26 novembre 2021 : 163 millions d'€ à gagner !", + "description": "163 millions d'euros à gagner à l'EuroMillions vendredi, cagnotte record de 27 millions d'euros au LOTO samedi. Le week-end sera aussi chargé en foot que chez la FDJ

    EuroMillions du vendredi 26 novembre 2021 : 163M d'€

    \n
    \nLe jackpot de l'EuroMillions affiche 163 millions d'euros ce vendredi 26 novembre…
    ", + "content": "

    EuroMillions du vendredi 26 novembre 2021 : 163M d'€

    \n
    \nLe jackpot de l'EuroMillions affiche 163 millions d'euros ce vendredi 26 novembre…
    ", + "category": "", + "link": "https://www.sofoot.com/euromillions-vendredi-26-novembre-2021-163-millions-d-e-a-gagner-507456.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T11:13:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "aadd2f51427133ce41f3834bf993ea08" + }, + { + "title": "Junior Messias, l'ancien livreur de frigo devenu héros du Milan", + "description": "Alors que l'AC Milan était à trois minutes d'une élimination peu reluisante en Ligue des champions, il a surgi. Héros inattendu, buteur surprise, Junior Messias a offert aux Rossoneri une victoire attendue depuis huit ans, relançant les espoirs de qualification. L'histoire est folle : le bonhomme, arrivé du Brésil en 2011, a longtemps travaillé sur les chantiers et en tant que livreur de frigo.Il y a deux façons d'expliquer à un jeune footballeur ce que signifient sacrifice et abnégation. On peut, d'une part, lui parler de la réalité d'un centre de formation : les…", + "content": "Il y a deux façons d'expliquer à un jeune footballeur ce que signifient sacrifice et abnégation. On peut, d'une part, lui parler de la réalité d'un centre de formation : les…", + "category": "", + "link": "https://www.sofoot.com/junior-messias-l-ancien-livreur-de-frigo-devenu-heros-du-milan-507450.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T11:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6f73d6c66e43c2767d2b595136744633" + }, + { + "title": "John Fleck (Sheffield United) est sorti de l'hôpital après s'être effondré contre Reading", + "description": "Des nouvelles rassurantes.
    \n
    \nUne grosse frayeur a traversé les tribunes du Madejski Stadium de Reading lors de la rencontre opposant le club local à Sheffield United, en Championship. À…

    ", + "content": "Des nouvelles rassurantes.
    \n
    \nUne grosse frayeur a traversé les tribunes du Madejski Stadium de Reading lors de la rencontre opposant le club local à Sheffield United, en Championship. À…

    ", + "category": "", + "link": "https://www.sofoot.com/john-fleck-sheffield-united-est-sorti-de-l-hopital-apres-s-etre-effondre-contre-reading-507451.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T10:27:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5beab6cdfd934aa55b2b3e7a22e37919" + }, + { + "title": "Quand Rhys Healey (Toulouse FC) se livre sur ses goûts musicaux", + "description": "Don't stop him now.
    \n
    \nRhys Healey s'est livré dans une vidéo publiée par son club, le Toulouse FC, sur ses goûts musicaux. Le meilleur buteur de Ligue 2, auteur d'un quadruplé…

    ", + "content": "Don't stop him now.
    \n
    \nRhys Healey s'est livré dans une vidéo publiée par son club, le Toulouse FC, sur ses goûts musicaux. Le meilleur buteur de Ligue 2, auteur d'un quadruplé…

    ", + "category": "", + "link": "https://www.sofoot.com/quand-rhys-healey-toulouse-fc-se-livre-sur-ses-gouts-musicaux-507449.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T10:14:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "723086c0d468ab0fb77bf78d10ea86ea" + }, + { + "title": "C3 : Prolonger le plaisir", + "description": "Toujours invaincus depuis le début de la compétition, l'Olympique de Marseille, l'AS Monaco et l'Olympique lyonnais entament le sprint final de la phase de groupes de Ligue Europa avec ambition. Carton plein et 100% de qualifiés ? L'espoir est permis, mais il faudra d'abord passer cette cinquième et avant-dernière journée sans encombre. Go !

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/c3-prolonger-le-plaisir-507443.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T10:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b350a1aaa8d6138753e2a171c8022e7e" + }, + { + "title": "La DNCG garde la masse salariale des Girondins de Bordeaux sous contrôle", + "description": "La DNCG ne veut pas lâcher Bordeaux.
    \n
    \nAprès un premier passage cet été qui a suivi le rachat des Girondins par le Luxembourgeois Gérard Lopez, le gendarme financier du foot français…

    ", + "content": "La DNCG ne veut pas lâcher Bordeaux.
    \n
    \nAprès un premier passage cet été qui a suivi le rachat des Girondins par le Luxembourgeois Gérard Lopez, le gendarme financier du foot français…

    ", + "category": "", + "link": "https://www.sofoot.com/la-dncg-garde-la-masse-salariale-des-girondins-de-bordeaux-sous-controle-507446.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T09:06:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "246f16239900f7ca2ea47a6735b9e9e4" + }, + { + "title": "Le numéro 24 de Loïc Perrin retiré à l'AS Saint-Étienne", + "description": "470 matchs et fidèle toute sa carrière au même club.
    \n
    \nLoïc Perrin est une légende du côté du Forez. Après qu'il a passé dix-sept saisons professionnelles à l'AS Saint-Étienne,…

    ", + "content": "470 matchs et fidèle toute sa carrière au même club.
    \n
    \nLoïc Perrin est une légende du côté du Forez. Après qu'il a passé dix-sept saisons professionnelles à l'AS Saint-Étienne,…

    ", + "category": "", + "link": "https://www.sofoot.com/le-numero-24-de-loic-perrin-retire-a-l-as-saint-etienne-507444.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T08:44:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "455477f704f3da214c11e3239b8ee92e" + }, + { + "title": "Après sa qualification pour la Coupe du monde, la Suisse remercie l'Irlande du Nord avec du chocolat", + "description": "Après l'effort vient le réconfort.
    \n
    \nLes joueurs nord-irlandais vont avoir le droit de faire une petite pause dans leur régime avec ce joli cadeau de la sélection suisse. Qualifiée…

    ", + "content": "Après l'effort vient le réconfort.
    \n
    \nLes joueurs nord-irlandais vont avoir le droit de faire une petite pause dans leur régime avec ce joli cadeau de la sélection suisse. Qualifiée…

    ", + "category": "", + "link": "https://www.sofoot.com/apres-sa-qualification-pour-la-coupe-du-monde-la-suisse-remercie-l-irlande-du-nord-avec-du-chocolat-507445.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T08:31:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "287c09c6e198adb46ac029135fd41c0c" + }, + { + "title": "Jet de projectile : les victimes racontent", + "description": "Touché à la tête par une bouteille jetée des tribunes à Lyon dimanche soir, le capitaine marseillais Dimitri Payet a semblé atteint psychologiquement après cette agression. Étrangement, ce genre d'événements s'est tellement banalisé dans le sport ces dernières années que les autres victimes considèrent cette violence comme faisant partie intégrante du football.Pendant que Smaïl Bouabdellah, Johan Micoud, David Astorga et Thibault Le Rol s'occupaient de meubler l'antenne de Prime Video pendant deux longues heures d'attente, Thierry Henry semblait…", + "content": "Pendant que Smaïl Bouabdellah, Johan Micoud, David Astorga et Thibault Le Rol s'occupaient de meubler l'antenne de Prime Video pendant deux longues heures d'attente, Thierry Henry semblait…", + "category": "", + "link": "https://www.sofoot.com/jet-de-projectile-les-victimes-racontent-507409.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T05:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "72984df23fd94a29cf56599b0dc6ae20" + }, + { + "title": "Didier Domi : \"Tu peux être dominé et subir, mais pas comme ça...\"", + "description": "Latéral gauche formé au Paris Saint-Germain et passé par le club de la capitale de 1994 à 1998, puis de 2001 à 2003, Didier Domi revient sur la prestation du PSG suite à la défaite du club parisien sur la pelouse de Manchester City en Ligue des champions (2-1).Quelle analyse fais-tu de cette première défaite du PSG en Ligue des champions cette année ?
    \nQuand tu es entraîneur, tu analyses toujours les quatre ou cinq…
    ", + "content": "Quelle analyse fais-tu de cette première défaite du PSG en Ligue des champions cette année ?
    \nQuand tu es entraîneur, tu analyses toujours les quatre ou cinq…
    ", + "category": "", + "link": "https://www.sofoot.com/didier-domi-tu-peux-etre-domine-et-subir-mais-pas-comme-ca-507441.html", + "creator": "SO FOOT", + "pubDate": "2021-11-25T00:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bd068758cdb6b9dee1e2000bf69753a2" + }, + { + "title": "Manchester City-PSG : le bâton pour se faire battre", + "description": "Cette victoire de Manchester City face au PSG (2-1) en Ligue des champions a rappelé deux choses : que malgré la défaite du match aller, le collectif des Citizens est plus costaud que celui des Parisiens. Et que Lionel Messi aime pratiquer la marche sur gazon.Sur les genoux, Kylian Mbappé fait semblant de conduire une voiture, ou de jouer à Mario Kart, avec son nouveau meilleur ami Achraf Hakimi. Le tableau d'affichage du stade indique la…", + "content": "Sur les genoux, Kylian Mbappé fait semblant de conduire une voiture, ou de jouer à Mario Kart, avec son nouveau meilleur ami Achraf Hakimi. Le tableau d'affichage du stade indique la…", + "category": "", + "link": "https://www.sofoot.com/manchester-city-psg-le-baton-pour-se-faire-battre-507440.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T23:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "565a28bad9f9b5fbc537df9179e1920a" + }, + { + "title": "Pedro Gonçalves, le petit prince du Sporting", + "description": "Auteur d'un doublé lors de la belle victoire face au Borussia Dortmund (3-1), Pedro Gonçalves a été l'un des grands artisans de la qualification en huitièmes de finale des champions du Portugal. Une confirmation après un cru 2020-2021 exceptionnel.Lorsque le speaker du stade José-Alvalade annonce la sortie du numéro 28 du Sporting, le public lisboète ne tarde pas à applaudir et à entonner des chants à gorge déployée. Pas parce que le…", + "content": "Lorsque le speaker du stade José-Alvalade annonce la sortie du numéro 28 du Sporting, le public lisboète ne tarde pas à applaudir et à entonner des chants à gorge déployée. Pas parce que le…", + "category": "", + "link": "https://www.sofoot.com/pedro-goncalves-le-petit-prince-du-sporting-507438.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T22:59:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "61f634d7edfa326717dd3f3c78cc55dc" + }, + { + "title": "Marquinhos : \"Le plus important, c'était de se qualifier\"", + "description": "L'heure du bilan.
    \n
    \nInterrogé par Canal+ au sortir de la défaite des siens face à Manchester City (2-1), Marquinhos justifie le revers parisien par les \"différentes stratégies…

    ", + "content": "L'heure du bilan.
    \n
    \nInterrogé par Canal+ au sortir de la défaite des siens face à Manchester City (2-1), Marquinhos justifie le revers parisien par les \"différentes stratégies…

    ", + "category": "", + "link": "https://www.sofoot.com/marquinhos-le-plus-important-c-etait-de-se-qualifier-507435.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T22:49:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3ccf2cccedcf32db32220083e52f7cff" + }, + { + "title": "Les notes du PSG face à Manchester City", + "description": "Dominés de bout en bout par les Skyblues, les Parisiens ont failli faire le coup parfait, mais ont finalement rompu (2-1). Navas et Mbappé ont cru au hold-up, mais ont été rattrapés par la patrouille des Citizens.

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/les-notes-du-psg-face-a-manchester-city-507383.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T22:15:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a9ec7a093c97f0ce574f837608a43689" + }, + { + "title": "Kimpembe : \"La solution ? Bloc médian, coulisser\"", + "description": "C'est pourtant simple !
    \n
    \nComme tous ses coéquipiers, Presnel Kimpembe, auteur d'une prestation honorable face à Manchester City, était forcément \"déçu\" après la défaite…

    ", + "content": "C'est pourtant simple !
    \n
    \nComme tous ses coéquipiers, Presnel Kimpembe, auteur d'une prestation honorable face à Manchester City, était forcément \"déçu\" après la défaite…

    ", + "category": "", + "link": "https://www.sofoot.com/kimpembe-la-solution-bloc-median-coulisser-507436.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T22:13:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6ff0ad4340ff93e76296819c42d1d2d0" + }, + { + "title": "Le Real Madrid glace le Sheriff et file en huitièmes", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/le-real-madrid-glace-le-sheriff-et-file-en-huitiemes-507434.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T22:12:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e4dbdd3efea17d68871a221ec6d945e2" + }, + { + "title": "Les notes de Manchester City face au PSG", + "description": "Une fois n'est pas coutume, Jesus a encore sauvé son peuple. Ses apôtres Riyad, Bernardo et İlkay l'ont bien aidé dans sa mission.

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/les-notes-de-manchester-city-face-au-psg-507433.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T22:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7e00dfe3ed7f13bd4fdaabd9e868581b" + }, + { + "title": "Milan arrache la victoire contre l'Atlético et reste en vie", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/milan-arrache-la-victoire-contre-l-atletico-et-reste-en-vie-507431.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T22:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "25ed82bbd6e1b3e90c864dc229bf7fa0" + }, + { + "title": "Le Sporting élimine Dortmund et file en huitièmes", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/le-sporting-elimine-dortmund-et-file-en-huitiemes-507428.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T22:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "717a171ec23d0c4965222500c8952318" + }, + { + "title": "Liverpool enchaîne une cinquième victoire contre Porto", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/liverpool-enchaine-une-cinquieme-victoire-contre-porto-507426.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T22:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "df285e8ca44dc0ce4c9e6f128de70e34" + }, + { + "title": "Leipzig détruit Bruges, doublé de Christopher Nkunku", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/leipzig-detruit-bruges-double-de-christopher-nkunku-507425.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T21:56:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3b2ed6ece71b781fe2c994f7dc3f95c5" + }, + { + "title": "Le PSG écrabouillé 2-1 à Manchester City", + "description": "Dominateur de la tête et des épaules tout au long de la rencontre, Manchester City a pris sa revanche sur le PSG, deux mois après sa défaite au Parc des Princes. Menés au score sur un but de Mbappé, les Citizens ont renversé la table grâce à Sterling et Gabriel Jesus. Les voilà assurés de terminer en tête de cette poule A, tandis que Paris est qualifié en deuxième position.

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/le-psg-ecrabouille-2-1-a-manchester-city-507427.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T21:55:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4b0c67f8683869c8c58abe354d0318eb" + }, + { + "title": "L'Inter vient à bout du Shakhtar grâce à un doublé de Džeko", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/l-inter-vient-a-bout-du-shakhtar-grace-a-un-double-de-dzeko-507430.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T19:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "51b42c40933fe4560807c38e0b952119" + }, + { + "title": "En direct : Atlético - AC Milan", + "description": "95' : FINITO ! Le Milan est venu à bout de cette crispante équipe rojiblanca. La dernière ...", + "content": "95' : FINITO ! Le Milan est venu à bout de cette crispante équipe rojiblanca. La dernière ...", + "category": "", + "link": "https://www.sofoot.com/en-direct-atletico-ac-milan-507424.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T19:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b9a798792c0125307968d3da1c84de86" + }, + { + "title": "Haller renverse Beşiktaş à lui seul", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/haller-renverse-besiktas-a-lui-seul-507422.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T19:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b123f9ce8dc74a9bf3e40a464415590b" + }, + { + "title": "En direct : Manchester City - Paris S-G", + "description": "90' : Et c'est TER-MI-NE !
    \n
    \nMalgré un léger sursaut d'orgueil, Paris était en-dessous ce soir ...", + "content": "90' : Et c'est TER-MI-NE !
    \n
    \nMalgré un léger sursaut d'orgueil, Paris était en-dessous ce soir ...", + "category": "", + "link": "https://www.sofoot.com/en-direct-manchester-city-paris-s-g-507432.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T19:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7b751d75d6146e81bbfc0ccce452b6fa" + }, + { + "title": "Naples surpris sur le terrain du Spartak Moscou", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/naples-surpris-sur-le-terrain-du-spartak-moscou-507423.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T17:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "920c5ca164e26eb01e1b658e03481bf5" + }, + { + "title": "La DFL répond négativement à la demande d'Helge Leonhardt (Erzgebirge Aue) d'arrêter les championnats", + "description": "La fête n'est pas finie.
    \n
    \nAlors que les cas de Covid-19 flambent en Allemagne, le président du club de deuxième division Erzgebirge Aue, Helge Leonhardt, a fait part de son inquiétude…

    ", + "content": "La fête n'est pas finie.
    \n
    \nAlors que les cas de Covid-19 flambent en Allemagne, le président du club de deuxième division Erzgebirge Aue, Helge Leonhardt, a fait part de son inquiétude…

    ", + "category": "", + "link": "https://www.sofoot.com/la-dfl-repond-negativement-a-la-demande-d-helge-leonhardt-erzgebirge-aue-d-arreter-les-championnats-507421.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T17:20:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "29f5aaf3013fa32ff8a88f9a5afebf93" + }, + { + "title": "Youth League : les U19 du Paris Saint-Germain se qualifient pour le prochain tour après leur victoire sur Manchester City", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/youth-league-les-u19-du-paris-saint-germain-se-qualifient-pour-le-prochain-tour-apres-leur-victoire-sur-manchester-city-507418.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T17:08:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8375bbcb08997b37274a66ddc1d28d78" + }, + { + "title": "Karim Benzema reconnu coupable : Mathieu Valbuena \"soulagé\" selon son avocat", + "description": "Petit Vélo souffle enfin.
    \n
    \nC'est l'événement de ce mercredi : Karim Benzema a officiellement été
    ", + "content": "Petit Vélo souffle enfin.
    \n
    \nC'est l'événement de ce mercredi : Karim Benzema a officiellement été
    ", + "category": "", + "link": "https://www.sofoot.com/karim-benzema-reconnu-coupable-mathieu-valbuena-soulage-selon-son-avocat-507420.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T16:59:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2ea184b1bdca95765ccd66871f04ba0c" + }, + { + "title": "25 ultras de la Juve interdits de stade après le derby contre le Torino", + "description": "Une sanction à la hauteur.
    \n
    \nVingt-cinq membres de groupes ultras de la Juventus (\"Tradizione Antichi Valori\" et \"Bravi Ragazzi\") sont désormais interdits de stade pour des…

    ", + "content": "Une sanction à la hauteur.
    \n
    \nVingt-cinq membres de groupes ultras de la Juventus (\"Tradizione Antichi Valori\" et \"Bravi Ragazzi\") sont désormais interdits de stade pour des…

    ", + "category": "", + "link": "https://www.sofoot.com/25-ultras-de-la-juve-interdits-de-stade-apres-le-derby-contre-le-torino-507417.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T16:47:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fedc39d94bbdc20d56dc2bb5c358d89b" + }, + { + "title": "La CAF inquiète pour l'organisation de la CAN 2022 au Cameroun", + "description": "La vérité de juin n'est pas celle de novembre.
    \n
    \nIl y a six mois, Véron Mosengo-Omba, secrétaire général de la Confédération africaine de football,
    ", + "content": "La vérité de juin n'est pas celle de novembre.
    \n
    \nIl y a six mois, Véron Mosengo-Omba, secrétaire général de la Confédération africaine de football,
    ", + "category": "", + "link": "https://www.sofoot.com/la-caf-inquiete-pour-l-organisation-de-la-can-2022-au-cameroun-507414.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T16:35:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6816ea2c8f5c90676ce60b60b06d7883" + }, + { + "title": "Luís Figo : \"La Superligue est morte\"", + "description": "Luís le fossoyeur.
    \n
    \nRécemment, Florentino Pérez et Andrea Agnelli sont…

    ", + "content": "Luís le fossoyeur.
    \n
    \nRécemment, Florentino Pérez et Andrea Agnelli sont…

    ", + "category": "", + "link": "https://www.sofoot.com/luis-figo-la-superligue-est-morte-507416.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T16:13:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0735f931037d437ed479951fcd29f8e9" + }, + { + "title": "En District dans le Nord, une équipe fait souffler l'arbitre dans le ballon après la défaite", + "description": "De l'Allier au Nord en passant par l'Allier au Nord en passant par Il n'y a pas qu'en France que ça part en vrille.
    \n
    \nCe samedi, le football écossais nous a offert une histoire pour le moins rocambolesque. Déjà averti, Funso Ojo, milieu de terrain…

    ", + "content": "Il n'y a pas qu'en France que ça part en vrille.
    \n
    \nCe samedi, le football écossais nous a offert une histoire pour le moins rocambolesque. Déjà averti, Funso Ojo, milieu de terrain…

    ", + "category": "", + "link": "https://www.sofoot.com/aberdeen-une-enquete-contre-funso-ojo-apres-un-nouvel-incident-avec-un-supporter-adverse-507413.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T15:14:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dbc1a2b77c80398c265fac31487bf05c" + }, + { + "title": "L'AS Saint-Étienne invite ses supporters à choisir son nouveau logo ", + "description": "L'heure du choix a sonné.
    \n
    \nDans quelques jours, l'AS Saint-Étienne révèlera son nouveau logo. Celui-ci sera choisi par tous les supporters et supportrices des Verts via
    ", + "content": "L'heure du choix a sonné.
    \n
    \nDans quelques jours, l'AS Saint-Étienne révèlera son nouveau logo. Celui-ci sera choisi par tous les supporters et supportrices des Verts via
    ", + "category": "", + "link": "https://www.sofoot.com/l-as-saint-etienne-invite-ses-supporters-a-choisir-son-nouveau-logo-507411.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T14:52:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e91d595ae34a4ba58e9b9b6d11d0727a" + }, + { + "title": "Belgique : le racisme et l'homophobie décomplexés d'un club amateur, le KVV Duffel, sur TikTok", + "description": "Si les clubs amateurs s'y mettent...
    \n
    \nLe club du KVV Duffel, dernier de son championnat en sixième division belge, a innové dans la bêtise et fait monter le niveau d'un cran. L'équipe…

    ", + "content": "Si les clubs amateurs s'y mettent...
    \n
    \nLe club du KVV Duffel, dernier de son championnat en sixième division belge, a innové dans la bêtise et fait monter le niveau d'un cran. L'équipe…

    ", + "category": "", + "link": "https://www.sofoot.com/belgique-le-racisme-et-l-homophobie-decomplexes-d-un-club-amateur-le-kvv-duffel-sur-tiktok-507408.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T14:35:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "49d51478ce3f0da2e3ec23cfa9e59a56" + }, + { + "title": "Bientôt des mi-temps de 25 minutes comme au Superbowl ?", + "description": "Ça va faire du bruit.
    \n
    \nC'est le genre de point évoqué à la fin des réunions. Celui qui n'est pas au programme, qui devrait être le moins intéressant, mais qui oblige tout le…

    ", + "content": "Ça va faire du bruit.
    \n
    \nC'est le genre de point évoqué à la fin des réunions. Celui qui n'est pas au programme, qui devrait être le moins intéressant, mais qui oblige tout le…

    ", + "category": "", + "link": "https://www.sofoot.com/bientot-des-mi-temps-de-25-minutes-comme-au-superbowl-507410.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T14:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5bfaf445c8f63ac617083ffef826f9d0" + }, + { + "title": "Appel rejeté pour Fabrizio Miccoli, condamné à 3 ans et demi de prison ferme en Italie", + "description": "Miccoli piégé.
    \n
    \nL'ancien attaquant italien Fabrizio Miccoli a écopé d'une peine de trois ans et demi de prison ferme en Italie pour \"extorsion aggravée au moyen de méthode…

    ", + "content": "Miccoli piégé.
    \n
    \nL'ancien attaquant italien Fabrizio Miccoli a écopé d'une peine de trois ans et demi de prison ferme en Italie pour \"extorsion aggravée au moyen de méthode…

    ", + "category": "", + "link": "https://www.sofoot.com/appel-rejete-pour-fabrizio-miccoli-condamne-a-3-ans-et-demi-de-prison-ferme-en-italie-507400.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T13:34:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6249a276ed712feb7e4e0aecc201a2a3" + }, + { + "title": "L'avocat de Karim Benzema, Me Antoine Vey, dénonce \"une sanction totalement disproportionnée\"", + "description": "Le sursis ne lui va pas.
    \n
    \nCe mercredi matin,
    ", + "content": "Le sursis ne lui va pas.
    \n
    \nCe mercredi matin,
    ", + "category": "", + "link": "https://www.sofoot.com/l-avocat-de-karim-benzema-me-antoine-vey-denonce-une-sanction-totalement-disproportionnee-507405.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T13:04:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cdeb4c0fad05c20c63530d3ee09a9a8c" + }, + { + "title": "Benzema, pour l'exemple", + "description": "Karim Benzema a été condamné à un an de prison avec sursis et 75 000 euros d'amende. Il a décidé de faire appel puisque son avocat Me Sylvain Cormier rejette cette \" peine très sévère, injuste et sans preuve \". Le feuilleton n'est donc pas terminé sur le plan judiciaire. Toutefois cette première décision du tribunal clarifie le flou qui existait depuis qu'avait éclaté \" l'affaire de la sextape \", sans pour autant résorber les fractures qui se cristallisent autour de l'attaquant du Real Madrid.Le tribunal correctionnel de Versailles a été pour une fois très clair, indiquant que Karim Benzema (qui ne s'est Le début de saison a rappelé que Neymar n'avait plus son coup de rein destructeur. Et si l'heure était pour lui de se réinventer et de reculer sur le terrain ? Car ne nous mentons pas, le Brésilien en regista à la Andrea Pirlo est une alternative plus que prometteuse.Il est toujours difficile de faire des bilans en cours de saison. Mais après plus de trois mois de compétition, il est toutefois possible de tirer quelques enseignements de ce PSG new look. Exemple…", + "content": "Il est toujours difficile de faire des bilans en cours de saison. Mais après plus de trois mois de compétition, il est toutefois possible de tirer quelques enseignements de ce PSG new look. Exemple…", + "category": "", + "link": "https://www.sofoot.com/et-si-neymar-devait-jouer-en-numero-6-507389.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T13:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4940c4471fea43302a5a370b925887ae" + }, + { + "title": "Rudi Garcia pour s'installer sur le banc de Manchester United ?", + "description": "On ne l'avait pas vu venir, celle-ci.
    \n
    \n15 août 2020. Rudi Garcia traumatise Manchester City (3-1), grand favori pour accéder au dernier carré de la Ligue des champions. Malheureusement…

    ", + "content": "On ne l'avait pas vu venir, celle-ci.
    \n
    \n15 août 2020. Rudi Garcia traumatise Manchester City (3-1), grand favori pour accéder au dernier carré de la Ligue des champions. Malheureusement…

    ", + "category": "", + "link": "https://www.sofoot.com/rudi-garcia-pour-s-installer-sur-le-banc-de-manchester-united-507406.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T12:59:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d65392b3b2cef64a08aa288a7925ece3" + }, + { + "title": "L'AC Ajaccio se considère comme \"le parfait bouc émissaire pour la commission de discipline\"", + "description": "Les Corses dérangent, énième épisode.
    \n
    \nAlors que les événements survenus dimanche soir à Décines lors…

    ", + "content": "Les Corses dérangent, énième épisode.
    \n
    \nAlors que les événements survenus dimanche soir à Décines lors…

    ", + "category": "", + "link": "https://www.sofoot.com/l-ac-ajaccio-se-considere-comme-le-parfait-bouc-emissaire-pour-la-commission-de-discipline-507404.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T11:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "aa6b4bb975d977ab728e95aef24bad91" + }, + { + "title": "Marco Verratti et Georginio Wijnaldum (PSG) finalement incertains pour affronter Manchester City", + "description": "C'était trop beau pour être vrai.
    \n
    \nAlors que tout le monde pensait que Mauricio Pochettino allait disposer d'un effectif au grand complet pour le déplacement sur la pelouse de…

    ", + "content": "C'était trop beau pour être vrai.
    \n
    \nAlors que tout le monde pensait que Mauricio Pochettino allait disposer d'un effectif au grand complet pour le déplacement sur la pelouse de…

    ", + "category": "", + "link": "https://www.sofoot.com/marco-verratti-et-georginio-wijnaldum-psg-finalement-incertains-pour-affronter-manchester-city-507403.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T11:37:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5f479838cdc065db9ed3764c12526dd8" + }, + { + "title": "Noël Le Graët confirme que Karim Benzema \"reste sélectionnable\" en équipe de France", + "description": "Un problème Benzema ? Quel problème Benzema ?
    \n
    \n\"Benzema ne sera pas exclu par rapport à une éventuelle sanction judiciaire\",
    ", + "content": "Un problème Benzema ? Quel problème Benzema ?
    \n
    \n\"Benzema ne sera pas exclu par rapport à une éventuelle sanction judiciaire\",
    ", + "category": "", + "link": "https://www.sofoot.com/noel-le-graet-confirme-que-karim-benzema-reste-selectionnable-en-equipe-de-france-507401.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T11:09:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0ebf01f1e7bf87289e96cc77300f3e02" + }, + { + "title": "Declan Rice (West Ham) tape un freestyle de rap dans un Space sur Twitter", + "description": "Quand on n'est pas qualifié en Ligue des champions, on s'occupe autrement.
    \n
    \nSur Twitter, l'événement phare de ce mardi soir n'était ni
    ", + "content": "Quand on n'est pas qualifié en Ligue des champions, on s'occupe autrement.
    \n
    \nSur Twitter, l'événement phare de ce mardi soir n'était ni
    ", + "category": "", + "link": "https://www.sofoot.com/declan-rice-west-ham-tape-un-freestyle-de-rap-dans-un-space-sur-twitter-507397.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T10:39:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fd69436a2f7c386e96dc2827a9f05318" + }, + { + "title": "Pronostic Leicester Legia Varsovie : Analyse, cotes et prono du match de Ligue Europa", + "description": "

    Leicester se relance face au Legia Varsovie

    \n
    \nCe groupe C d'Europa League est certainement l'un des plus ouverts. En effet, les 4 équipes du groupe…
    ", + "content": "

    Leicester se relance face au Legia Varsovie

    \n
    \nCe groupe C d'Europa League est certainement l'un des plus ouverts. En effet, les 4 équipes du groupe…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-leicester-legia-varsovie-analyse-cotes-et-prono-du-match-de-ligue-europa-507399.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T10:33:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b9a50ee71b81ad2d927be107a941ecd1" + }, + { + "title": "Pronostic Monaco Real Sociedad : Analyse, cotes et prono du match de Ligue Europa", + "description": "

    Monaco conserve sa 1re place face à la Real Sociedad

    \n
    \nDans ce groupe B de l'Europa League, quasiment tous les scenarii sont encore…
    ", + "content": "

    Monaco conserve sa 1re place face à la Real Sociedad

    \n
    \nDans ce groupe B de l'Europa League, quasiment tous les scenarii sont encore…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-monaco-real-sociedad-analyse-cotes-et-prono-du-match-de-ligue-europa-507398.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T10:18:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8458981e7b8ec5a4ca3bc721585d8cac" + }, + { + "title": "Pronostic Rennes Vitesse Arnhem : Analyse, cotes et prono du match de Ligue Europa Conférence", + "description": "

    Rennes à pleine Vitesse

    \n
    \nInvaincu lors de ses 11 dernières rencontres toutes compétitions confondues, Rennes affiche sur cette période un…
    ", + "content": "

    Rennes à pleine Vitesse

    \n
    \nInvaincu lors de ses 11 dernières rencontres toutes compétitions confondues, Rennes affiche sur cette période un…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-rennes-vitesse-arnhem-analyse-cotes-et-prono-du-match-de-ligue-europa-conference-507396.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T10:17:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "547c6ceddae5b7bebcd02fcaa7c03b55" + }, + { + "title": "Pronostic Bröndby Lyon : Analyse, cotes et prono du match de Ligue Europa", + "description": "

    Lyon enchaîne à Bröndby

    \n
    \nCette opposition entre Brondby et l'Olympique Lyonnais met aux prises les deux extrémités du groupe, puisque le club…
    ", + "content": "

    Lyon enchaîne à Bröndby

    \n
    \nCette opposition entre Brondby et l'Olympique Lyonnais met aux prises les deux extrémités du groupe, puisque le club…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-brondby-lyon-analyse-cotes-et-prono-du-match-de-ligue-europa-507395.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T10:01:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "190780a32fb6eb962f54fda1f0bbe0c6" + }, + { + "title": "Carlo Ancelotti : \"Pour entraîner, c'est mieux d'avoir une Ferrari qu'une Fiat 500\"", + "description": "Et la Formule 1, c'est mieux que le karting, c'est ça ?
    \n
    \nRevenu cet été au Real Madrid, Carlo Ancelotti réussit pour l'instant un début de saison idéal avec les Merengues.…

    ", + "content": "Et la Formule 1, c'est mieux que le karting, c'est ça ?
    \n
    \nRevenu cet été au Real Madrid, Carlo Ancelotti réussit pour l'instant un début de saison idéal avec les Merengues.…

    ", + "category": "", + "link": "https://www.sofoot.com/carlo-ancelotti-pour-entrainer-c-est-mieux-d-avoir-une-ferrari-qu-une-fiat-500-507393.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T09:58:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "800214764fdbcb2a94b7132d05e17861" + }, + { + "title": "Pronostic Galatasaray OM : Analyse, cotes et prono du match de Ligue Europa", + "description": "

    L'OM joue le coup à fond à Galatasaray

    \n
    \nDans ce groupe E d'Europa League, les quatres formations peuvent encore espérer se qualifier :…
    ", + "content": "

    L'OM joue le coup à fond à Galatasaray

    \n
    \nDans ce groupe E d'Europa League, les quatres formations peuvent encore espérer se qualifier :…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-galatasaray-om-analyse-cotes-et-prono-du-match-de-ligue-europa-507394.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T09:47:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bc3d13b00184f5a8b10ad4b052c1e161" + }, + { + "title": "Affaire de la sextape : Karim Benzema jugé coupable et condamné à un an de prison avec sursis", + "description": "Le verdict est tombé.
    \n
    \nLe tribunal correctionnel de Versailles a reconnu Karim Benzema coupable de \"complicité de délit de tentative de chantage\" et l'a condamné à un an…

    ", + "content": "Le verdict est tombé.
    \n
    \nLe tribunal correctionnel de Versailles a reconnu Karim Benzema coupable de \"complicité de délit de tentative de chantage\" et l'a condamné à un an…

    ", + "category": "", + "link": "https://www.sofoot.com/affaire-de-la-sextape-karim-benzema-juge-coupable-et-condamne-a-un-an-de-prison-avec-sursis-507392.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T09:35:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e90aad955174ce8e3ee4bde53a092b3f" + }, + { + "title": "Jorge Jesus (Benfica) dévasté par l'occasion ratée de Haris Seferović face au FC Barcelone", + "description": "En voici un qui vient d'être rhabillé pour l'hiver.
    \n
    \nHaris Seferović a dû passer une sale soirée après son raté seul face à Marc-André ter Stegen dans les derniers souffles
    ", + "content": "En voici un qui vient d'être rhabillé pour l'hiver.
    \n
    \nHaris Seferović a dû passer une sale soirée après son raté seul face à Marc-André ter Stegen dans les derniers souffles
    ", + "category": "", + "link": "https://www.sofoot.com/jorge-jesus-benfica-devaste-par-l-occasion-ratee-de-haris-seferovic-face-au-fc-barcelone-507391.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T09:22:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5866db364bb3fd4c0518c0a706d9b0b6" + }, + { + "title": "Samir Nasri ne serait pas surpris de voir Zinédine Zidane sur le banc du PSG", + "description": "L'ex-nouveau Zidane valide Zidane.
    \n
    \nSi la presse anglaise évoque avec insistance une arrivée de Mauricio Pochettino - actuellement en poste au PSG - vers Manchester United, la rumeur…

    ", + "content": "L'ex-nouveau Zidane valide Zidane.
    \n
    \nSi la presse anglaise évoque avec insistance une arrivée de Mauricio Pochettino - actuellement en poste au PSG - vers Manchester United, la rumeur…

    ", + "category": "", + "link": "https://www.sofoot.com/samir-nasri-ne-serait-pas-surpris-de-voir-zinedine-zidane-sur-le-banc-du-psg-507390.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T08:17:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "87f26213a031a4d7cf60f9a2eda7edb9" + }, + { + "title": "Comment choisir son but de foot ?", + "description": "Pliable, fixe, poteaux carrés ou ronds... Choisir son but de foot peut rapidement devenir un véritable casse-tête. Pour en terminer avec les cages formées par deux simples pulls ou sacs à dos, voici donc un guide absolu des buts de football parmi ceux proposés par le site Netsportique.fr.
    \n

    Gamme \"QUICKFIRE…", + "content": "

    Gamme \"QUICKFIRE…", + "category": "", + "link": "https://www.sofoot.com/comment-choisir-son-but-de-foot-505861.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T05:35:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3cbfa34382b80b57545ca2a5a2ce4628" + }, + { + "title": "LFP, FFF, Darmanin : le jeu de la bouteille", + "description": "Les instances du foot - sauf les représentants des supporters - dont la LFP et la FFF se sont réunies ce mardi 23 novembre, au ministère de l'Intérieur (le choix du lieu a son importance) en compagnie des ministres de la Justice et des Sports. L'objectif était clairement de proposer une réponse coordonnée à la multiplication des incidents et des débordements, couronnée donc dimanche soir par un jet d'une bouteille sur Dimitri Payet. Seule question : concrètement, qu'est-ce que cela va vraiment changer ?Pour l'instant, nous demeurons surtout dans la communication et la gestion de crise. La ministre des Sports Roxana Maracineanu l'a presque confessé au micro de RMC, rappelant une précédente…", + "content": "Pour l'instant, nous demeurons surtout dans la communication et la gestion de crise. La ministre des Sports Roxana Maracineanu l'a presque confessé au micro de RMC, rappelant une précédente…", + "category": "", + "link": "https://www.sofoot.com/lfp-fff-darmanin-le-jeu-de-la-bouteille-507371.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T05:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4b0bad637ce50f3cd1fa7fe18b45aaec" + }, + { + "title": "Les clés de Manchester City-PSG", + "description": "Manchester City et le PSG s'apprêtent à en découdre pour la quatrième fois déjà en 2021 ce mercredi soir à l'Etihad Stadium (21h). En jeu : une qualification pour les huitièmes de finale de la Ligue des champions et une grosse option pour la première place du groupe A. Neymar, Messi, Mbappé, Verratti, Guardiola, Foden et même Grealish, le choc s'annonce titanesque. En voici les clés.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", + "category": "", + "link": "https://www.sofoot.com/les-cles-de-manchester-city-psg-507364.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T05:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0196936e44dadc3b9aae062ac5a46968" + }, + { + "title": "Le Roi David", + "description": "Une nouvelle fois buteur ce mardi soir face à Salzbourg (1-0) en Ligue des champions, Jonathan David confirme son rôle d'homme providentiel de l'attaque lilloise depuis le début de saison. Si le LOSC est à un match d'une qualif en C1, il le doit en (grande) partie à son buteur canadien.Qu'il semble loin, le temps où Jonathan David était qualifié d'attaquant aussi intéressant que maladroit. En l'espace d'un an, le gamin canadien a brûlé toutes les étapes plus vite les…", + "content": "Qu'il semble loin, le temps où Jonathan David était qualifié d'attaquant aussi intéressant que maladroit. En l'espace d'un an, le gamin canadien a brûlé toutes les étapes plus vite les…", + "category": "", + "link": "https://www.sofoot.com/le-roi-david-507388.html", + "creator": "SO FOOT", + "pubDate": "2021-11-24T00:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b9041ba190cb17e95b9e5e9f2e03e929" + }, + { + "title": "Merci le LOSC !", + "description": "À une journée de la fin de la phase de poules, Lille pointe à la première place de son groupe et peut rêver d'un ticket pour les huitièmes de finale de Ligue des champions. En attendant une possible récompense à Wolfsburg dans quinze jours, le LOSC a le mérite de se montrer à la hauteur dans une compétition que l'on pensait trop grande pour lui.Il faut croire que cette équipe du LOSC est taillée pour les soirées de gala. À la peine en championnat, où ils ont connu plusieurs cruelles déconvenues depuis le début de saison, les Dogues…", + "content": "Il faut croire que cette équipe du LOSC est taillée pour les soirées de gala. À la peine en championnat, où ils ont connu plusieurs cruelles déconvenues depuis le début de saison, les Dogues…", + "category": "", + "link": "https://www.sofoot.com/merci-le-losc-507387.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T23:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fcc0d7beea6945a4caf924da9b3f59dc" + }, + { + "title": "Le boss, c'est Chelsea ! ", + "description": "On attendait une finale pour la première place du groupe H à Stamford Bridge entre Chelsea et la Juventus ? On a assisté à un attaque-défense. La faute à des Blues flamboyants et supérieurs dans tous les compartiments du jeu, qui ont torturé une équipe turinoise soudain rappelée à ses limites du moment et repartie de Londres avec un message à transmettre au reste de l'Europe : le tenant du titre a bien l'intention de le rester.Seize occasions à sept, 21 tirs à 8, 8 tentatives cadrées à 2, 13 corners à 3, 20 centres à 6 : voici donc, en chiffres, le détail de l'ultra-domination de Chelsea ce mardi soir à Stamford…", + "content": "Seize occasions à sept, 21 tirs à 8, 8 tentatives cadrées à 2, 13 corners à 3, 20 centres à 6 : voici donc, en chiffres, le détail de l'ultra-domination de Chelsea ce mardi soir à Stamford…", + "category": "", + "link": "https://www.sofoot.com/le-boss-c-est-chelsea-507384.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T23:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c218dbd6cdbf761ce6294d797041114a" + }, + { + "title": "Gourvennec : \"L'histoire, on l'écrit\" ", + "description": "Gourvennec est en passe de gagner son pari européen.
    \n
    \nAvec la victoire de son LOSC face à Salzbourg (1-0) ce mardi soir à domicile, Jocelyn Gourvennec s'est montré globalement…

    ", + "content": "Gourvennec est en passe de gagner son pari européen.
    \n
    \nAvec la victoire de son LOSC face à Salzbourg (1-0) ce mardi soir à domicile, Jocelyn Gourvennec s'est montré globalement…

    ", + "category": "", + "link": "https://www.sofoot.com/gourvennec-l-histoire-on-l-ecrit-507385.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T22:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1974c24cc0dfb9e7926b9021de9bbe42" + }, + { + "title": "L'Atalanta arrache un point sur le fil à Berne", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/l-atalanta-arrache-un-point-sur-le-fil-a-berne-507374.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T22:10:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "264bf0566fc0d4c974b9a15b8bb6b46a" + }, + { + "title": "Séville maîtrise Wolfsburg et se relance", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/seville-maitrise-wolfsburg-et-se-relance-507381.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T22:05:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b5fba63da9d6a61dbca7a89dffe561f6" + }, + { + "title": "Les notes de l'épisode 12 de Koh-Lanta La Légende", + "description": "Deux éliminés, un gâteau au chocolat et à la banane, une épreuve d'immunité mythique qui aurait mérité un commentaire de Patrick Montel. C'était l'épisode 12 de Koh-Lanta La Légende, voici les notes.

    La tribu réunifiée

    \n
    \n
    \n
    \nOn lui parle de gâteau…


    ", + "content": "

    La tribu réunifiée

    \n
    \n
    \n
    \nOn lui parle de gâteau…


    ", + "category": "", + "link": "https://www.sofoot.com/les-notes-de-l-episode-12-de-koh-lanta-la-legende-507360.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T22:05:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d1e175aa4b57ae851498a77ffb552fc5" + }, + { + "title": "Les notes de Lille face à Salzbourg ", + "description": "Jonathan David et Reinildo ont bien fait le travail pour permettre à Lille de s'imposer et de prendre la tête de son groupe. Leurs coéquipiers n'ont pas été nuls non plus.

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/les-notes-de-lille-face-a-salzbourg-507382.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T22:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "82f516b1acbd870e80c733815c064986" + }, + { + "title": "Le Zénith frustre Malmö", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/le-zenith-frustre-malmo-507380.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T22:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "aabbcd70285db3b9ca9a431c93db08df" + }, + { + "title": "Chelsea broie la Juve et tamponne son ticket", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/chelsea-broie-la-juve-et-tamponne-son-ticket-507379.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T22:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c03c75fc86adcfd8cb9569d1a208a4dc" + }, + { + "title": "Lille terrasse Salzbourg", + "description": "Disciplinés et délivrés par un nouveau but de Jonathan David, les Lillois se sont emparés de la tête du groupe G en faisant vaciller le Red Bull Salzbourg, ce mardi au stade Pierre-Mauroy (1-0). Une deuxième victoire consécutive en C1 pour le champion de France en titre qui fait honneur à son statut et qui toque plus que jamais à la porte des huitièmes de finale de la Ligue des champions.

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/lille-terrasse-salzbourg-507378.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T22:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dd55861fd69cd968f118a9fbd275c5df" + }, + { + "title": "Le Barça et Benfica dos à dos", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/le-barca-et-benfica-dos-a-dos-507377.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T22:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "12bf72522c8a98b02bae2e99018da3cc" + }, + { + "title": "En direct : Koh-Lanta, la légende épisode 12", + "description": "Koh-Lanta c'est comme les dîners avec la belle-mère : une semaine de pause, parfois ça fait du bien. Le demi-épisode du soir promet de conclure l'arc entamé dans l'épisode onze, avec une épreuve d'immunité et le Conseil. C'est tout, direz-vous ? Soyons d'accord : ça paraît suspect. Préparez le popcorn.23h05 : Bon les petits potes, on se quitte sur ces promesses de nouvelle épreuve éliminatoire la semaine prochaine après un épisode aussi grand que Frédéric Sammaritano. J'ai envie de…", + "content": "23h05 : Bon les petits potes, on se quitte sur ces promesses de nouvelle épreuve éliminatoire la semaine prochaine après un épisode aussi grand que Frédéric Sammaritano. J'ai envie de…", + "category": "", + "link": "https://www.sofoot.com/en-direct-koh-lanta-la-legende-episode-12-507372.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T20:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bfd816c00caa12abb15469cf89a05811" + }, + { + "title": "Ronaldo et Sancho punissent Villarreal au bout de l'ennui", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/ronaldo-et-sancho-punissent-villarreal-au-bout-de-l-ennui-507369.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T19:50:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "168b668c95b52e791056ad1621b2c0a9" + }, + { + "title": "En direct : Lille - RB Salzbourg", + "description": "97' : Fin de chantier ! Lille s'impose contre le RB Salzbourg (1-0) grâce à un but de l'artiste ...", + "content": "97' : Fin de chantier ! Lille s'impose contre le RB Salzbourg (1-0) grâce à un but de l'artiste ...", + "category": "", + "link": "https://www.sofoot.com/en-direct-lille-rb-salzbourg-507376.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T19:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d07fc8b40edfb2f58959af6a885acc41" + }, + { + "title": "En direct : Chelsea - Juventus", + "description": "95' : ON N'IRA PAS PLUS LOIN ! Quelle fessée donnée par les champions d'Europe face à cette ...", + "content": "95' : ON N'IRA PAS PLUS LOIN ! Quelle fessée donnée par les champions d'Europe face à cette ...", + "category": "", + "link": "https://www.sofoot.com/en-direct-chelsea-juventus-507375.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T19:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4df578111ac3af73bd49286d6eef99fe" + }, + { + "title": "Le Bayern bousculé, mais vainqueur à Kiev", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/le-bayern-bouscule-mais-vainqueur-a-kiev-507366.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T19:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b7516fb1022763c71de4aa61a751320f" + }, + { + "title": "En direct : Barcelone - Benfica ", + "description": "96' : ET C'EST TERMINÉ !!!! 0-0 entre le Barça et Benfica. Un score logique tant personne ...", + "content": "96' : ET C'EST TERMINÉ !!!! 0-0 entre le Barça et Benfica. Un score logique tant personne ...", + "category": "", + "link": "https://www.sofoot.com/en-direct-barcelone-benfica-507362.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T19:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "42672a41663a84824d278c16d9132261" + }, + { + "title": "Bafé Gomis, Moussa Marega et Leonardo Jardim champions d'Asie !", + "description": "

    Al-Hilal 2-0 Pohang Steelers

    \nButs : Al-Dawsari (1re) et Marega (63e)
    \n
    \nDéjà vainqueur en 2019, Bafétimbi Gomis…

    ", + "content": "

    Al-Hilal 2-0 Pohang Steelers

    \nButs : Al-Dawsari (1re) et Marega (63e)
    \n
    \nDéjà vainqueur en 2019, Bafétimbi Gomis…

    ", + "category": "", + "link": "https://www.sofoot.com/bafe-gomis-moussa-marega-et-leonardo-jardim-champions-d-asie-507370.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T18:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7609daf2e304e20bf31fafaa3f3e60d5" + }, + { + "title": "Ryan Babel va sortir un album de rap autobiographique", + "description": "Vivement le Tour de Babel !
    \n
    \nL'ancien joueur de Liverpool et international néerlandais s'est confié au

    ", + "content": "Vivement le Tour de Babel !
    \n
    \nL'ancien joueur de Liverpool et international néerlandais s'est confié au


    ", + "category": "", + "link": "https://www.sofoot.com/ryan-babel-va-sortir-un-album-de-rap-autobiographique-507368.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T17:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5d82bf932f55190ff744fe509e94c31f" + }, + { + "title": "Olivier Létang élu meilleur président d'Europe par Tuttosport", + "description": "Olivier dans les temps.
    \n
    \nAprès avoir décerné, sans grande surprise,
    le Golden Boy 2021 à Pedri ce…

    ", + "content": "Olivier dans les temps.
    \n
    \nAprès avoir décerné, sans grande surprise, le Golden Boy 2021 à Pedri ce…

    ", + "category": "", + "link": "https://www.sofoot.com/olivier-letang-elu-meilleur-president-d-europe-par-tuttosport-507365.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T17:15:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0a9e4758b1f5e251c343bc237eb2326d" + }, + { + "title": "Victor Osimhen forfait pour la CAN 2022", + "description": "Gros mal de crâne pour le Nigeria.
    \n
    \nSorti à la 55e minute du choc entre l'Inter Milan et le Napoli (3-2) après un duel aérien avec Milan Škriniar, Victor Osimhen sera…

    ", + "content": "Gros mal de crâne pour le Nigeria.
    \n
    \nSorti à la 55e minute du choc entre l'Inter Milan et le Napoli (3-2) après un duel aérien avec Milan Škriniar, Victor Osimhen sera…

    ", + "category": "", + "link": "https://www.sofoot.com/victor-osimhen-forfait-pour-la-can-2022-507363.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T17:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "da3ffb9aa66c31054ee7b071441d1227" + }, + { + "title": "L'ex-entraîneur du Werder Brême empêtré dans une sombre histoire de carnaval", + "description": "Sale histoire.
    \n
    \nTrois jours après avoir présenté sa démission du poste d'entraîneur du…

    ", + "content": "Sale histoire.
    \n
    \nTrois jours après avoir présenté sa démission du poste d'entraîneur du…

    ", + "category": "", + "link": "https://www.sofoot.com/l-ex-entraineur-du-werder-breme-empetre-dans-une-sombre-histoire-de-carnaval-507361.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T16:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "45b38149d8cea3bb14361c02ccb210d9" + }, + { + "title": "Six mois de prison avec sursis et cinq ans d'interdiction de stade pour le lanceur de bouteille", + "description": "À bon entendeur.
    \n
    \nAlors que l'audience des incidents survenus à la suite de l'Olympico touchait à sa fin ce mercredi après-midi, la président du tribunal correctionnel de Lyon a…

    ", + "content": "À bon entendeur.
    \n
    \nAlors que l'audience des incidents survenus à la suite de l'Olympico touchait à sa fin ce mercredi après-midi, la président du tribunal correctionnel de Lyon a…

    ", + "category": "", + "link": "https://www.sofoot.com/six-mois-de-prison-avec-sursis-et-cinq-ans-d-interdiction-de-stade-pour-le-lanceur-de-bouteille-507367.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T16:15:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "99328c64ec1c553f743ae0f42b0a5781" + }, + { + "title": "Jesse Marsch et Péter Gulácsi testés positifs à la Covid-19", + "description": "Les bulletins de santé sont de retour.
    \n
    \nPour le RB Leipzig, actuel dernier du groupe A avec un petit point, loin derrière Manchester City et le Paris Saint-Germain, une victoire à…

    ", + "content": "Les bulletins de santé sont de retour.
    \n
    \nPour le RB Leipzig, actuel dernier du groupe A avec un petit point, loin derrière Manchester City et le Paris Saint-Germain, une victoire à…

    ", + "category": "", + "link": "https://www.sofoot.com/jesse-marsch-et-peter-gulacsi-testes-positifs-a-la-covid-19-507359.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T15:15:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3e9dd154474436db97f74dbfe27b3f82" + }, + { + "title": "Une panne mécanique vient gâcher le match d'une équipe de Régional 2 ", + "description": "Le vrai coup de la panne.
    \n
    \nEn déplacement ce samedi à Perpignan afin d'y affronter le Perpignan Sporting Nord pour le compte de la 7e journée de Régional 2, l'USA Pezens…

    ", + "content": "Le vrai coup de la panne.
    \n
    \nEn déplacement ce samedi à Perpignan afin d'y affronter le Perpignan Sporting Nord pour le compte de la 7e journée de Régional 2, l'USA Pezens…

    ", + "category": "", + "link": "https://www.sofoot.com/une-panne-mecanique-vient-gacher-le-match-d-une-equipe-de-regional-2-507354.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T15:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "adb8337a5b299b62007dc87967f487d6" + }, + { + "title": "La vente de l'ASSE finalement repoussée", + "description": "Retour à la case départ.
    \n
    \nDepuis plusieurs semaines, les dirigeants de Saint-Étienne s'activaient en coulisses afin de trouver les futurs repreneurs du club. Le cabinet d'audit KPMG,…

    ", + "content": "Retour à la case départ.
    \n
    \nDepuis plusieurs semaines, les dirigeants de Saint-Étienne s'activaient en coulisses afin de trouver les futurs repreneurs du club. Le cabinet d'audit KPMG,…

    ", + "category": "", + "link": "https://www.sofoot.com/la-vente-de-l-asse-finalement-repoussee-507358.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T14:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "23fc798c806116b20343565d26e99798" + }, + { + "title": "Affaire Hamraoui : le message d'excuse d'Éric Abidal à sa femme", + "description": "Attention, cette séquence d'autoflagellation peut heurter les âmes sensibles.
    \n
    \n\"Hayet Abidal pardonne-moi. Peu importe ta décision, tu resteras à mes yeux la femme de ma vie, et…

    ", + "content": "Attention, cette séquence d'autoflagellation peut heurter les âmes sensibles.
    \n
    \n\"Hayet Abidal pardonne-moi. Peu importe ta décision, tu resteras à mes yeux la femme de ma vie, et…

    ", + "category": "", + "link": "https://www.sofoot.com/affaire-hamraoui-le-message-d-excuse-d-eric-abidal-a-sa-femme-507351.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T14:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e243271f030322dd81d4ec038bc51787" + }, + { + "title": "Pronostic Club Bruges Leipzig : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Des buts entre le Club Bruges et Leipzig

    \n
    \nDans un groupe qui comprend Manchester City et le Paris Saint-Germain, le Club Bruges et Leipzig étaient…
    ", + "content": "

    Des buts entre le Club Bruges et Leipzig

    \n
    \nDans un groupe qui comprend Manchester City et le Paris Saint-Germain, le Club Bruges et Leipzig étaient…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-club-bruges-leipzig-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507355.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T13:51:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "60e5986cd4c28ba452b910faae664772" + }, + { + "title": "Pronostic Sporting Borussia Dortmund : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Le Sporting profite des absences du Borussia Dortmund

    \n
    \nCette opposition entre le Sporting Lisbonne et le Borussia Dortmund est très importante dans…
    ", + "content": "

    Le Sporting profite des absences du Borussia Dortmund

    \n
    \nCette opposition entre le Sporting Lisbonne et le Borussia Dortmund est très importante dans…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-sporting-borussia-dortmund-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507349.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T13:38:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3ba1789efb2e8a99788a6aba73c39d3a" + }, + { + "title": "Pronostic Atlético Madrid Milan AC : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    L'Atlético Madrid enfonce un Milan AC presque résigné

    \n
    \nL'Atletico Madrid et le Milan AC jouent un match très important dans le cadre de la…
    ", + "content": "

    L'Atlético Madrid enfonce un Milan AC presque résigné

    \n
    \nL'Atletico Madrid et le Milan AC jouent un match très important dans le cadre de la…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-atletico-madrid-milan-ac-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507353.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T13:35:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "74bbe74b26e6b91ce1af2d1fa2edd70f" + }, + { + "title": "Un joueur reçoit un scalpel pendant le Clásico en Colombie", + "description": "OL-OM, c'est de l'eau.
    \n
    \nLors du Clásico du championnat de Colombie, entre l'Atlético Nacional de Medellín et le Millonarios FC de Bogota, l'ambiance était électrique. Et les ultras…

    ", + "content": "OL-OM, c'est de l'eau.
    \n
    \nLors du Clásico du championnat de Colombie, entre l'Atlético Nacional de Medellín et le Millonarios FC de Bogota, l'ambiance était électrique. Et les ultras…

    ", + "category": "", + "link": "https://www.sofoot.com/un-joueur-recoit-un-scalpel-pendant-le-clasico-en-colombie-507352.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T13:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2e0d741a4cf6a8726d477ef10477dbe8" + }, + { + "title": "Des jeunes du Stade rennais viennent jouer dans un centre pénitentiaire", + "description": "Mi-temps au mitard.
    \n
    \nHabituées au centre d'entraînement de La Piverdière, les jeunes pousses du Stade rennais se sont délocalisées, le temps d'un après-midi. Deux matchs ont été…

    ", + "content": "Mi-temps au mitard.
    \n
    \nHabituées au centre d'entraînement de La Piverdière, les jeunes pousses du Stade rennais se sont délocalisées, le temps d'un après-midi. Deux matchs ont été…

    ", + "category": "", + "link": "https://www.sofoot.com/des-jeunes-du-stade-rennais-viennent-jouer-dans-un-centre-penitentiaire-507350.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T13:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cfd62cdf4a2119ec1502cf8b61b58f3d" + }, + { + "title": "Tiago Djaló au centre des attentions", + "description": "Solide depuis la blessure de Sven Botman mi-octobre, Tiago Djaló rassure son monde et postule pour s'installer durablement au sein de la charnière lilloise à court-terme. Cela tombe bien, le LOSC a besoin de lui dès ce mardi soir face à Salzbourg (21h) en Ligue des champions.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", + "category": "", + "link": "https://www.sofoot.com/tiago-djalo-au-centre-des-attentions-507347.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T13:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "089268981990195f0fa60cbb104a94d9" + }, + { + "title": "Le plus grand Tabárez du monde", + "description": "Au terme de quinze ans d'excellents et loyaux services, Óscar Tabárez a tiré sa révérence. Poussé vers la sortie par sa fédération, l'Uruguayen paie un mauvais début de campagne qualificative à la Coupe du monde 2022. Un final triste, mais inéluctable, pour l'homme qui a ramené la Celeste au sommet.Le 19 novembre dernier, l'ère Tabárez touchait officiellement à sa fin. Celle d'un professionnel de 74 ans, en poste depuis le 7 mars 2006 et assis sur le banc national 194 matchs durant. Mais…", + "content": "Le 19 novembre dernier, l'ère Tabárez touchait officiellement à sa fin. Celle d'un professionnel de 74 ans, en poste depuis le 7 mars 2006 et assis sur le banc national 194 matchs durant. Mais…", + "category": "", + "link": "https://www.sofoot.com/le-plus-grand-tabarez-du-monde-507329.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T13:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "48db8213b4855c14161b8b6008cf6175" + }, + { + "title": "Sergio Ramos dans le groupe parisien pour affronter Manchester City", + "description": "Hallelujah !
    \n
    \nIl aura donc fallu attendre 139 jours pour voir Sergio Ramos être convoqué dans le groupe du Paris Saint-Germain. Et le colosse de 35 ans a bien choisi son moment, puisque…

    ", + "content": "Hallelujah !
    \n
    \nIl aura donc fallu attendre 139 jours pour voir Sergio Ramos être convoqué dans le groupe du Paris Saint-Germain. Et le colosse de 35 ans a bien choisi son moment, puisque…

    ", + "category": "", + "link": "https://www.sofoot.com/sergio-ramos-dans-le-groupe-parisien-pour-affronter-manchester-city-507340.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T12:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5fa652c36c6374fc86cb220f99e03138" + }, + { + "title": "L'AS Roma au cœur d'une polémique raciste à cause des chaussures d'Afena-Gyan", + "description": "Décidément, tout va beaucoup trop vite avec Afena-Gyan.
    \n
    \nAprès avoir…

    ", + "content": "Décidément, tout va beaucoup trop vite avec Afena-Gyan.
    \n
    \nAprès avoir…

    ", + "category": "", + "link": "https://www.sofoot.com/l-as-roma-au-coeur-d-une-polemique-raciste-a-cause-des-chaussures-d-afena-gyan-507342.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T12:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "628bcce6480217def827666568ce409d" + }, + { + "title": "Darmanin donne deux semaines pour trouver des solutions en tribune", + "description": "On n'est plus à quinze jours près.
    \n
    \nGérald Darmanin, le ministre de l'Intérieur, a décidé qu'une deuxième réunion était nécessaire pour tenter de trouver des solutions et…

    ", + "content": "On n'est plus à quinze jours près.
    \n
    \nGérald Darmanin, le ministre de l'Intérieur, a décidé qu'une deuxième réunion était nécessaire pour tenter de trouver des solutions et…

    ", + "category": "", + "link": "https://www.sofoot.com/darmanin-donne-deux-semaines-pour-trouver-des-solutions-en-tribune-507345.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T11:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9e8e654e20b6b8d7a4b6ab92dfff3b59" + }, + { + "title": "Pochettino, l'appel du large", + "description": "Même si les résultats comptables sont brillants avant d'aller défier Manchester City, le PSG de Mauricio Pochettino ne fait pas rêver. Pis, il agace. Et l'avenir du coach argentin, arrivé en janvier dernier, pourrait vite s'écrire loin du Parc des Princes tant les rumeurs d'un départ vers Manchester United se font insistantes après celles de l'été dernier le renvoyant à Tottenham. D'autant que dans le même temps, le nom de Zinédine Zidane rôde dans les couloirs de Doha et que l'Argentin, en deux récentes interviews, a salement amoché son club. Paris, ton univers impitoyable.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", + "category": "", + "link": "https://www.sofoot.com/pochettino-l-appel-du-large-507339.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T11:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "88f6e6c3a7f0d754b6e43903fe885aad" + }, + { + "title": "Pronostic Sheriff Tiraspol Real Madrid : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Le Real Madrid prend sa revanche face au Sheriff Tiraspol

    \n
    \nParti sur les chapeaux de roue, le Sheriff Tiraspol a remporté ses deux premiers matchs de…
    ", + "content": "

    Le Real Madrid prend sa revanche face au Sheriff Tiraspol

    \n
    \nParti sur les chapeaux de roue, le Sheriff Tiraspol a remporté ses deux premiers matchs de…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-sheriff-tiraspol-real-madrid-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507346.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T11:27:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "02925f13ba81c9de1b65849384493a2d" + }, + { + "title": "Pronostic Liverpool FC Porto : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Liverpool en contrôle face à Porto

    \n
    \nEn ayant réalisé un parcours parfait avec 4 victoires lors des 4 premières journées, Liverpool a fait coup…
    ", + "content": "

    Liverpool en contrôle face à Porto

    \n
    \nEn ayant réalisé un parcours parfait avec 4 victoires lors des 4 premières journées, Liverpool a fait coup…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-liverpool-fc-porto-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507344.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T11:12:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c5ad6c5c130246d2ecd1ef20e245405b" + }, + { + "title": "Pronostic Inter Milan Shakhtar Donetsk : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    L'Inter assure la qualif' face au Shakhtar

    \n
    \nChampion d'Italie en titre, l'Inter était mal parti dans cette campagne de Ligue des Champions. En…
    ", + "content": "

    L'Inter assure la qualif' face au Shakhtar

    \n
    \nChampion d'Italie en titre, l'Inter était mal parti dans cette campagne de Ligue des Champions. En…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-inter-milan-shakhtar-donetsk-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507343.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T11:01:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9cd8d47345d071d0d17d4f051b3ec9b0" + }, + { + "title": "Pronostic Besiktas Ajax Amsterdam : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    L'Ajax enchaîne contre le Besiktas

    \n
    \nCe match entre le Besiktas et l'Ajax revêt peu d'importance puisque les Turcs sont quasiment assurés de…
    ", + "content": "

    L'Ajax enchaîne contre le Besiktas

    \n
    \nCe match entre le Besiktas et l'Ajax revêt peu d'importance puisque les Turcs sont quasiment assurés de…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-besiktas-ajax-amsterdam-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507341.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T10:52:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "52f63024a2851aa0e8d3c50ca1aec25e" + }, + { + "title": "Le FC Porto suspecté de fraude fiscale ", + "description": "Frappé cet été par l'affaire Carton rouge en même temps que l'affaire Carton rouge en même temps que À défaut de responsables, le foot français a trouvé son coupable.
    \n
    \nLe syndicat des joueurs de football a réagi à ce qu'il s'est passé au Groupama Stadium ce dimanche soir avec le…

    ", + "content": "À défaut de responsables, le foot français a trouvé son coupable.
    \n
    \nLe syndicat des joueurs de football a réagi à ce qu'il s'est passé au Groupama Stadium ce dimanche soir avec le…

    ", + "category": "", + "link": "https://www.sofoot.com/l-unfp-porte-plainte-a-son-tour-contre-l-agresseur-de-payet-507336.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T10:15:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "59cef2612649106405cb338f06b0737b" + }, + { + "title": "Pronostic Manchester City PSG : Analyse, cotes et prono du match de Ligue des Champions", + "description": "Dernier jour pour récupérer le bonus exceptionnel de Winamax : 150€ offerts direct au lieu de 100€ ! Après le carton plein sur le dernier match des Bleus, retrouvez notre pronostic sur l'énorme affiche Manchester City - PSG !

    Déposez 150€ et misez direct avec 300€ sur Manchester City - PSG

    \n
    \n
    \nDERNIERS JOURS :

    ", + "content": "

    Déposez 150€ et misez direct avec 300€ sur Manchester City - PSG

    \n
    \n
    \nDERNIERS JOURS :


    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-manchester-city-psg-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507338.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T10:12:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "76d6cbbb55a9ee063375972946befbc2" + }, + { + "title": "Maradona accusé de \"trafic d'être humain, privation de liberté, réduction en servitude, coups et blessures\"", + "description": "Sombre histoire pour El Pibe de Oro.
    \n
    \nC'est par le biais de l'ONG argentine Fondation pour la paix que Mavys Álvarez Rego a réitéré
    ", + "content": "Sombre histoire pour El Pibe de Oro.
    \n
    \nC'est par le biais de l'ONG argentine Fondation pour la paix que Mavys Álvarez Rego a réitéré
    ", + "category": "", + "link": "https://www.sofoot.com/maradona-accuse-de-trafic-d-etre-humain-privation-de-liberte-reduction-en-servitude-coups-et-blessures-507335.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T10:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "133d834994bd359e31b475b162be0481" + }, + { + "title": "Roxana Maracineanu : \"Le club doit être responsable de son groupe de supporters, ça me paraît évident\"", + "description": "Ou comment demander à un président de club de faire son travail.
    \n
    \nTrès remontée après les incidents ayant éclaté lors de l'Olympico, la ministre déléguée des Sports Roxana…

    ", + "content": "Ou comment demander à un président de club de faire son travail.
    \n
    \nTrès remontée après les incidents ayant éclaté lors de l'Olympico, la ministre déléguée des Sports Roxana…

    ", + "category": "", + "link": "https://www.sofoot.com/roxana-maracineanu-le-club-doit-etre-responsable-de-son-groupe-de-supporters-ca-me-parait-evident-507334.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T09:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8c5130d900d41450d917fbf202d68f3d" + }, + { + "title": "La patronne de Chelsea nommée meilleure directrice du football européen", + "description": "Aulas en bouffe son chapeau.
    \n
    \nConsidérée comme l'une des femmes les plus influentes de la planète football, Marina Granovskaia a été récompensée d'un travail de longue haleine.…

    ", + "content": "Aulas en bouffe son chapeau.
    \n
    \nConsidérée comme l'une des femmes les plus influentes de la planète football, Marina Granovskaia a été récompensée d'un travail de longue haleine.…

    ", + "category": "", + "link": "https://www.sofoot.com/la-patronne-de-chelsea-nommee-meilleure-directrice-du-football-europeen-507333.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T09:15:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ebb9692f01f9865b2b96ed680289a975" + }, + { + "title": "Messi : \"Je suis heureux que Mbappé soit resté à Paris cette année\"", + "description": "Une MNM sans cacahuète ? Quel intérêt...
    \n
    \nAvec 7 buts et 7 passes décisives, Mbappé est bien un des seuls éléments offensifs du Paris Saint-Germain à faire l'unanimité. Il aura…

    ", + "content": "Une MNM sans cacahuète ? Quel intérêt...
    \n
    \nAvec 7 buts et 7 passes décisives, Mbappé est bien un des seuls éléments offensifs du Paris Saint-Germain à faire l'unanimité. Il aura…

    ", + "category": "", + "link": "https://www.sofoot.com/messi-je-suis-heureux-que-mbappe-soit-reste-a-paris-cette-annee-507332.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T08:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fcd50fb0bad0889be67d6ec15afed14f" + }, + { + "title": "Felix Afena-Gyan a bien reçu les chaussures promises par Mourinho", + "description": "Un homme de parole.
    \n
    \n\" J'avais promis à Felix que s'il disputait un bon match ce soir, je lui achèterais une paire de chaussures qu'il adore. Mais elle coûte presque 800 euros.…

    ", + "content": "Un homme de parole.
    \n
    \n\" J'avais promis à Felix que s'il disputait un bon match ce soir, je lui achèterais une paire de chaussures qu'il adore. Mais elle coûte presque 800 euros.…

    ", + "category": "", + "link": "https://www.sofoot.com/felix-afena-gyan-a-bien-recu-les-chaussures-promises-par-mourinho-507330.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T08:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5c9f2bb5b7cbf01698e6839718b44b52" + }, + { + "title": "Zlatan Ibrahimović : \"Chaque jour quand je me réveille, j'ai mal partout\"", + "description": "Il est humain !
    \n
    \nÀ 40 balais, malgré son tendon d'Achille et un genou en compote, Zlatan continue de faire le show sur les pelouses européennes, en témoigne
    ", + "content": "Il est humain !
    \n
    \nÀ 40 balais, malgré son tendon d'Achille et un genou en compote, Zlatan continue de faire le show sur les pelouses européennes, en témoigne
    ", + "category": "", + "link": "https://www.sofoot.com/zlatan-ibrahimovic-chaque-jour-quand-je-me-reveille-j-ai-mal-partout-507331.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T08:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e63c24d6318651893ac7bb2f5011dd8e" + }, + { + "title": "Lille joue gros face à Salzbourg", + "description": "Pour son dernier rendez-vous à domicile de la phase de groupes de Ligue des champions 2021-2022, le LOSC accueille le Red Bull Salzbourg qui est l'actuel leader de ce groupe G. Une victoire face aux Autrichiens permettrait au LOSC d'effacer la débâcle de l'aller, d'oublier les galères en championnat, et surtout de croire plus que jamais à une qualification pour les huitièmes de C1.
    ", + "content": "
    ", + "category": "", + "link": "https://www.sofoot.com/lille-joue-gros-face-a-salzbourg-507327.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T05:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b677fd1f57033794e84ac7270c6848e1" + }, + { + "title": "Karim Adeyemi, la menace fantasque", + "description": "Double buteur et bourreau du LOSC au match aller (2-1), Karim Adeyemi devrait encore bien embêter la défense lilloise ce mardi. L'attaquant aux trois nationalités, viré par le Bayern dans sa jeunesse, est la nouvelle pépite du RB Salzburg, qui n'en finit pas de créer des monstres.
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", + "category": "", + "link": "https://www.sofoot.com/karim-adeyemi-la-menace-fantasque-507318.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T05:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9260664a40457cba03bf9d542c6bd3c3" + }, + { + "title": "Sexismo No", + "description": "Ce sont des remarques sur leur physique, des insultes et des commentaires dégradants reçus presque quotidiennement : quinze journalistes espagnoles ont témoigné, dans les colonnes du journal Sport, pour faire part de leur ras-le-bol.Être journaliste sportive, en Espagne ? \"C'est compliqué\", glisse Laia Bonals, du quotidien catalan Ara. \"Surtout si tu parles de football, précise Maria Tikas, qui…", + "content": "Être journaliste sportive, en Espagne ? \"C'est compliqué\", glisse Laia Bonals, du quotidien catalan Ara. \"Surtout si tu parles de football, précise Maria Tikas, qui…", + "category": "", + "link": "https://www.sofoot.com/sexismo-no-507180.html", + "creator": "SO FOOT", + "pubDate": "2021-11-23T05:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "726c30823e5b7f4b2b3aafe7f81a6109" + }, + { + "title": "Dijon se paye Auxerre et décroche la couronne de Bourgogne", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/dijon-se-paye-auxerre-et-decroche-la-couronne-de-bourgogne-507328.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T21:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "77da1ab3732911246da48d277e1b8406" + }, + { + "title": "En direct : Dijon - Auxerre", + "description": "90' : ET C'EST FINI !
    \n
    \nDijon remporte le derby bourguignon et fait un immense bond de six places ...", + "content": "90' : ET C'EST FINI !
    \n
    \nDijon remporte le derby bourguignon et fait un immense bond de six places ...", + "category": "", + "link": "https://www.sofoot.com/en-direct-dijon-auxerre-507326.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T19:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "12c05a96c3bb49900c64f95fa8cee7a2" + }, + { + "title": "Gourvennec : \"On sait ce qu'une victoire face à Salzbourg nous apporterait\"", + "description": "Gourvennec est ambitieux avant son rendez-vous de gala.
    \n
    \nPrésent en conférence de presse avant la réception du Red Bull Salzbourg ce mardi soir en Ligue des champions au stade…

    ", + "content": "Gourvennec est ambitieux avant son rendez-vous de gala.
    \n
    \nPrésent en conférence de presse avant la réception du Red Bull Salzbourg ce mardi soir en Ligue des champions au stade…

    ", + "category": "", + "link": "https://www.sofoot.com/gourvennec-on-sait-ce-qu-une-victoire-face-a-salzbourg-nous-apporterait-507324.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T19:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b0239b8f0d886123d603dde2b92cee04" + }, + { + "title": "DERNIERS JOURS de l'EXCLU : 20€ offerts SANS SORTIR LA CB pour parier sur la Ligue des Champions !", + "description": "Vous voulez parier cette semaine sans déposer d'argent ? En EXCLU, NetBet vous offre 20€ sans sortir votre CB ! De quoi parier sereinement sur la Ligue des Champions de la semaine

    EXCLU : 20€ offerts GRATOS chez NetBet

    \n
    \nVous voulez obtenir 20€ sans verser d'argent pour parier ?
    \n

    ", + "content": "

    EXCLU : 20€ offerts GRATOS chez NetBet

    \n
    \nVous voulez obtenir 20€ sans verser d'argent pour parier ?
    \n


    ", + "category": "", + "link": "https://www.sofoot.com/derniers-jours-de-l-exclu-20e-offerts-sans-sortir-la-cb-pour-parier-sur-la-ligue-des-champions-507284.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T18:28:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7a622b88eae1fb3c92ac173d41678a04" + }, + { + "title": "Pronostic Lille Salzbourg : Analyse, cotes et prono du match de Ligue des Champions", + "description": "Après le
    carton plein sur le dernier match des Bleus, retrouvez notre pronostic sur Lille - Salzbourg avec 10€ à récupérer sans sortir d'argent chez ZEbet

    10€ gratuits pour parier sur ce Lille - RB Salzbourg !

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", + "content": "

    10€ gratuits pour parier sur ce Lille - RB Salzbourg !

    \n
    \nVous voulez obtenir 10€ sans verser le moindre centime pour parier sans pression ?
    \n

    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-lille-salzbourg-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507287.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T18:27:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1b1f504125ba5f05a0cd2299fda133e4" + }, + { + "title": "Le patron de Lyca Mobile nouvel actionnaire du Paris FC", + "description": "Le Paris FC, Atlas officiel de la Ligue 2 BKT.
    \n
    \nMalgré une 5e place en Ligue 2, le PFC peut se consoler en accueillant un nouvel actionnaire, puisque l'Anglo-Sri Lankais…

    ", + "content": "Le Paris FC, Atlas officiel de la Ligue 2 BKT.
    \n
    \nMalgré une 5e place en Ligue 2, le PFC peut se consoler en accueillant un nouvel actionnaire, puisque l'Anglo-Sri Lankais…

    ", + "category": "", + "link": "https://www.sofoot.com/le-patron-de-lyca-mobile-nouvel-actionnaire-du-paris-fc-507322.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T17:08:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bf5b2367b450ceb4998fd47757a2e6b3" + }, + { + "title": "Le best of des buts amateurs du week-end des 20 et 21 novembre 2021", + "description": "Comme chaque début de semaine, retrouvez grâce au Vrai Foot Day et à l'application Rematch les plus belles vidéos de foot amateur filmées chaque week-end depuis le bord du terrain.Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", + "content": "Sans plus attendre, voici la sélection concoctée par la journée qui met en avant le foot…", + "category": "", + "link": "https://www.sofoot.com/le-best-of-des-buts-amateurs-du-week-end-des-20-et-21-novembre-2021-507311.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T16:40:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "65b8b9a53f82e38de8b8ad0621a22cd1" + }, + { + "title": "Karl-Heinz Rummenigge regrette le départ de David Alaba", + "description": "Arrivé en Bavière en 2008, David Alaba a quitté son cocon l'été dernier pour devenir un élément essentiel de la défense du Real Madrid. Son départ semble d'ailleurs être toujours dans la…", + "content": "Arrivé en Bavière en 2008, David Alaba a quitté son cocon l'été dernier pour devenir un élément essentiel de la défense du Real Madrid. Son départ semble d'ailleurs être toujours dans la…", + "category": "", + "link": "https://www.sofoot.com/karl-heinz-rummenigge-regrette-le-depart-de-david-alaba-507321.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T16:38:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b0cd544b0cd2af532192227f3424a51b" + }, + { + "title": "Une manifestation contre le Mondial au Qatar avant Strasbourg-Reims", + "description": "La lutte continue.
    \n
    \nPour le collectif Maquis Alsace-Lorraine, impossible de rester indifférent face aux morts sur les chantiers de la Coupe du monde 2022 au Qatar.
    ", + "content": "La lutte continue.
    \n
    \nPour le collectif Maquis Alsace-Lorraine, impossible de rester indifférent face aux morts sur les chantiers de la Coupe du monde 2022 au Qatar.
    ", + "category": "", + "link": "https://www.sofoot.com/une-manifestation-contre-le-mondial-au-qatar-avant-strasbourg-reims-507316.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T15:35:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0acbdf60a8f415e281d13753cd8f07b8" + }, + { + "title": "Vincent Labrune \"choqué que l'on mette deux heures pour prendre une décision\"", + "description": "Le patron sort du bois.
    \n
    \nAprès la soirée cauchemar de ce dimanche au Groupama Stadium, la Ligue sort du silence ce lundi par l'intermédiaire de son président. Vincent Labrune a…

    ", + "content": "Le patron sort du bois.
    \n
    \nAprès la soirée cauchemar de ce dimanche au Groupama Stadium, la Ligue sort du silence ce lundi par l'intermédiaire de son président. Vincent Labrune a…

    ", + "category": "", + "link": "https://www.sofoot.com/vincent-labrune-choque-que-l-on-mette-deux-heures-pour-prendre-une-decision-507315.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T15:09:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b538bfa94cae0bc62a13d1e6ea6c9026" + }, + { + "title": "Grifo reconnaît avoir simulé lors du match contre Francfort", + "description": "Alors que Fribourg était en difficulté sur sa pelouse contre l'Eintracht Francfort (0-2), le club de la Forêt-Noire pensait obtenir un penalty, de prime abord plutôt généreux. Accroché dans la…", + "content": "Alors que Fribourg était en difficulté sur sa pelouse contre l'Eintracht Francfort (0-2), le club de la Forêt-Noire pensait obtenir un penalty, de prime abord plutôt généreux. Accroché dans la…", + "category": "", + "link": "https://www.sofoot.com/grifo-reconnait-avoir-simule-lors-du-match-contre-francfort-507308.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T14:41:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a82c5d6b789ea3976512d2e3693340fe" + }, + { + "title": "Un supporter de Fenerbahçe succombe après le but vainqueur face à Galatasaray", + "description": "De battre son cœur s'est arrêté.
    \n
    \nEn douchant les 52 000 spectateurs de la Türk Telecom Arena, l'antre du Galatasaray, dans les derniers souffles de la rencontre, Miguel Crespo ne…

    ", + "content": "De battre son cœur s'est arrêté.
    \n
    \nEn douchant les 52 000 spectateurs de la Türk Telecom Arena, l'antre du Galatasaray, dans les derniers souffles de la rencontre, Miguel Crespo ne…

    ", + "category": "", + "link": "https://www.sofoot.com/un-supporter-de-fenerbahce-succombe-apres-le-but-vainqueur-face-a-galatasaray-507313.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T14:03:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d883870f6b0cf1b4c44fabe8a891dc3c" + }, + { + "title": "Mais qui est Felix Afena-Gyan, le chouchou de Mourinho ?", + "description": "Arrivé en Italie en mars 2021, promu en Primavera en avril, débarqué en équipe première en octobre, puis lancé dans le grand bain dans la foulée, Felix Afena-Gyan n'en finit plus de griller les étapes. Dimanche soir, il a même inscrit ses deux premiers buts en Serie A, face au Genoa. José Mourinho se frotte les mains : il tient là une pépite qu'il couve délicatement.Que s'est-il passé le 19 janvier 2003 ? José Mourinho et son FC Porto se déplaçaient sur la pelouse de Belenenses. Menés 1-0 à la pause, les Dragons se réveillent en seconde période. Jorge…", + "content": "Que s'est-il passé le 19 janvier 2003 ? José Mourinho et son FC Porto se déplaçaient sur la pelouse de Belenenses. Menés 1-0 à la pause, les Dragons se réveillent en seconde période. Jorge…", + "category": "", + "link": "https://www.sofoot.com/mais-qui-est-felix-afena-gyan-le-chouchou-de-mourinho-507297.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T14:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8318e562e19274868ffdfacf83f14077" + }, + { + "title": "EuroMillions mardi 23 novembre 2021 : 145 millions d'€ à gagner !", + "description": "L'EuroMillions de ce mardi 23 novembre est à 145 millions d'euros. Une somme incroyable, payée par le PSG pour s'offrir Kylian Mbappé à l'été 2017

    EuroMillions du mardi 23 novembre 2021 : 145M d'€

    \n
    \nLe jackpot de l'EuroMillions affiche 145 millions d'euros ce mardi 23 novembre 2021.…
    ", + "content": "

    EuroMillions du mardi 23 novembre 2021 : 145M d'€

    \n
    \nLe jackpot de l'EuroMillions affiche 145 millions d'euros ce mardi 23 novembre 2021.…
    ", + "category": "", + "link": "https://www.sofoot.com/euromillions-mardi-23-novembre-2021-145-millions-d-e-a-gagner-507312.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T13:58:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e6471ea8fb19ace74f7e7bcbd76573ca" + }, + { + "title": "Le Groupama Stadium à huis clos en attendant les mesures définitives", + "description": "
    Le (premier) verdict est tombé.
    \n
    \nAu lendemain de la suspension du match entre l'OL et l'OM après trois minutes de jeu, la commission de discipline s'est réunie afin de donner les…

    ", + "content": "Le (premier) verdict est tombé.
    \n
    \nAu lendemain de la suspension du match entre l'OL et l'OM après trois minutes de jeu, la commission de discipline s'est réunie afin de donner les…

    ", + "category": "", + "link": "https://www.sofoot.com/le-groupama-stadium-a-huis-clos-en-attendant-les-mesures-definitives-507314.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T13:48:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c7bf733da7f5aaf66c8964709d0abb46" + }, + { + "title": "Pronostic Young Boys Berne Atalanta Bergame : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    L'Atalanta bat encore les Young Boys de Berne

    \n
    \nMeilleure équipe du championnat suisse ces dernières saisons, les Young Boys de Berne ont remporté un…
    ", + "content": "

    L'Atalanta bat encore les Young Boys de Berne

    \n
    \nMeilleure équipe du championnat suisse ces dernières saisons, les Young Boys de Berne ont remporté un…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-young-boys-berne-atalanta-bergame-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507310.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T13:32:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "daa6fea3e9cafc1e04ddf0c547594b2d" + }, + { + "title": "Aulas, Jean-Michel à peu près", + "description": "Au cours d'une nouvelle soirée désastreuse pour l'image du football français, Jean-Michel Aulas a perdu une occasion de prendre de la hauteur et d'élever le débat, comme son homologue niçois Jean-Pierre Rivère trois mois auparavant. Il était pourtant légitime d'attendre autre chose de la part d'un des plus grands présidents de l'histoire de notre championnat.Un peu plus de deux heures après l'interruption du match entre Lyon et Marseille et…", + "content": "Un peu plus de deux heures après l'interruption du match entre Lyon et Marseille et…", + "category": "", + "link": "https://www.sofoot.com/aulas-jean-michel-a-peu-pres-507295.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T13:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9b48c022cf426e276fe85cd5f3c1865a" + }, + { + "title": "Ole Gunnar Solskjær-MU : l'idylle désenchantée", + "description": "La lourde défaite contre Watford (4-1) ce week-end aura été celle de trop pour Ole Gunnar Solskjær, démis de ses fonctions par les dirigeants de Manchester United dimanche matin. Une issue inéluctable pour le coach norvégien qui aura passé presque trois ans sur le banc des Red Devils malgré une crédibilité proche du néant. Paradoxe.Cette fois, le couperet est tombé. Épargné de justesse par la direction de Manchester United après Vous vous êtes inscrits à la SoFoot Ligue, mais vous ne savez pas quelle équipe choisir pour ne pas finir la semaine avec 0 point ? Rassurez-vous, nous sommes là pour vous aider.
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", + "content": "
  • Pour s'inscrire à la SO FOOT LIGUE, c'est par ici.
    \n
    \n


  • ", + "category": "", + "link": "https://www.sofoot.com/sofoot-ligue-nos-conseils-pour-faire-vos-picks-de-la-semaine-13-507299.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T12:30:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0fea6a43118ab904f913c77e4531dd3e" + }, + { + "title": "Comment Zidane a sauvé le festival Marrakech du Rire de Jamel", + "description": "Mercredi dernier est sorti un grand et beau livre So Foot. Après Diego Maradona, So Foot s'est s'attaqué à une autre légende, le plus grand numéro 10 français de l'histoire (derrière Michel…", + "content": "Mercredi dernier est sorti un grand et beau livre So Foot. Après Diego Maradona, So Foot s'est s'attaqué à une autre légende, le plus grand numéro 10 français de l'histoire (derrière Michel…", + "category": "", + "link": "https://www.sofoot.com/comment-zidane-a-sauve-le-festival-marrakech-du-rire-de-jamel-507305.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T12:26:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "505e0209846493c8864ce7b696ae1a1f" + }, + { + "title": "Dimitri Payet porte plainte contre X et sera examiné par un médecin du travail", + "description": "Le feuilleton continue après les incidents survenus ce dimanche au Groupama Stadium. Ce lundi, les événements basculent…", + "content": "Le feuilleton continue après les incidents survenus ce dimanche au Groupama Stadium. Ce lundi, les événements basculent…", + "category": "", + "link": "https://www.sofoot.com/dimitri-payet-porte-plainte-contre-x-et-sera-examine-par-un-medecin-du-travail-507309.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T12:07:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bff0225be84a5671216d49cb737b110d" + }, + { + "title": "Pronostic Séville Wolfsbourg : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Le FC Séville au pied du mur face à Wolfsbourg

    \n
    \nAnnoncé comme le favori de ce groupe G, le FC Séville se retrouve actuellement en dernière position…
    ", + "content": "

    Le FC Séville au pied du mur face à Wolfsbourg

    \n
    \nAnnoncé comme le favori de ce groupe G, le FC Séville se retrouve actuellement en dernière position…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-seville-wolfsbourg-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507307.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T11:49:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d10745e2fda29dc9c96eae9f7dded945" + }, + { + "title": "Un Français termine meilleur buteur de D3 suédoise", + "description": "La carrière de Yoann Fellrath est de celles qu'on qualifie de tortueuses, chaotiques. Passé par Tarbes en National 2 ou Bourgoin-Jallieu en National 3, c'est en troisième division suédoise que…", + "content": "La carrière de Yoann Fellrath est de celles qu'on qualifie de tortueuses, chaotiques. Passé par Tarbes en National 2 ou Bourgoin-Jallieu en National 3, c'est en troisième division suédoise que…", + "category": "", + "link": "https://www.sofoot.com/un-francais-termine-meilleur-buteur-de-d3-suedoise-507303.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T11:37:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "88bd936a10615023d4e368d2ca5db885" + }, + { + "title": "Le PSG vers une centième composition différente à la suite", + "description": "Incroyable, mais vrai.
    \n
    \nMercredi soir face à Manchester City, le Paris Saint-Germain pourrait voir son onze de départ modifié une centième fois de suite d'après un petit calcul de…

    ", + "content": "Incroyable, mais vrai.
    \n
    \nMercredi soir face à Manchester City, le Paris Saint-Germain pourrait voir son onze de départ modifié une centième fois de suite d'après un petit calcul de…

    ", + "category": "", + "link": "https://www.sofoot.com/le-psg-vers-une-centieme-composition-differente-a-la-suite-507304.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T11:36:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8f46d109c8125daa7f299197c7fb77b7" + }, + { + "title": "Pronostic Barcelone Benfica : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    L'effet Xavi se poursuit pour Barcelone face au Benfica

    \n
    \nDans ce groupe E de la Ligue des Champions, le Bayern Munich a déjà assuré sa place pour…
    ", + "content": "

    L'effet Xavi se poursuit pour Barcelone face au Benfica

    \n
    \nDans ce groupe E de la Ligue des Champions, le Bayern Munich a déjà assuré sa place pour…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-barcelone-benfica-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507306.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T11:34:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f540458acddc6f940d1d6ebdd4e31557" + }, + { + "title": "Pronostic Malmö Zenit Saint-Pétersbourg : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Le Zenit assure sa 3e place à Malmö

    \n
    \nCette affiche entre Malmö et le Zenit ne devrait pas avoir d'impact sur le résultat final du…
    ", + "content": "

    Le Zenit assure sa 3e place à Malmö

    \n
    \nCette affiche entre Malmö et le Zenit ne devrait pas avoir d'impact sur le résultat final du…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-malmo-zenit-saint-petersbourg-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507302.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T11:25:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "42170cefb1cdd18115b69009539a4a73" + }, + { + "title": "Pronostic Chelsea Juventus : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Chelsea prend sa revanche face à la Juventus

    \n
    \nCe choc entre Chelsea et la Juventus est un peu galvaudé car les deux formations sont quasiment assurées…
    ", + "content": "

    Chelsea prend sa revanche face à la Juventus

    \n
    \nCe choc entre Chelsea et la Juventus est un peu galvaudé car les deux formations sont quasiment assurées…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-chelsea-juventus-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507301.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T11:19:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0c509df43412a788b074983afa42fc7d" + }, + { + "title": "Pronostic Dynamo Kiev Bayern Munich : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Le Bayern Munich poursuit son sans-faute face au Dynamo Kiev

    \n
    \nDernier de ce groupe de Ligue des Champions, le Dynamo Kiev abat peut-être sa dernière…
    ", + "content": "

    Le Bayern Munich poursuit son sans-faute face au Dynamo Kiev

    \n
    \nDernier de ce groupe de Ligue des Champions, le Dynamo Kiev abat peut-être sa dernière…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-dynamo-kiev-bayern-munich-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507298.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T11:17:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c79b901965391f5a9ccb2a985e553056" + }, + { + "title": "Troyes est le club français à avoir utilisé le plus de joueurs depuis un an", + "description": "44-26. Non, ce n'est pas le résultat de la sublime victoire du XV de France face aux All Blacks samedi dernier (pas loin, 40-25). Ce n'est pas non plus le nombre de minutes qu'il a fallu…", + "content": "44-26. Non, ce n'est pas le résultat de la sublime victoire du XV de France face aux All Blacks samedi dernier (pas loin, 40-25). Ce n'est pas non plus le nombre de minutes qu'il a fallu…", + "category": "", + "link": "https://www.sofoot.com/troyes-est-le-club-francais-a-avoir-utilise-le-plus-de-joueurs-depuis-un-an-507300.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T11:13:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "49ee99d17503683e702259e3e967f45c" + }, + { + "title": "Rhys Healey, le serial buteur du TFC", + "description": "Quel meilleur moment qu'un choc au sommet pour briller ? Rhys Healey l'a bien compris, lui qui a porté le Téfécé ce samedi face à Sochaux. Pour le plus grand bonheur du Stadium de Toulouse, qui a pleinement adopté son serial buteur anglais. C'est bien simple : depuis le début de saison, le globe-trotter britannique martyrise les défenses de Ligue 2 chaque week-end au sein de la meilleure attaque du championnat.\"Your defense is terrified, Healey's on fire !\" Les plus de 15 000 supporters venus au Stadium pour la réception de Sochaux ce samedi n'ont eu qu'une chanson sur les lèvres, histoire de…", + "content": "\"Your defense is terrified, Healey's on fire !\" Les plus de 15 000 supporters venus au Stadium pour la réception de Sochaux ce samedi n'ont eu qu'une chanson sur les lèvres, histoire de…", + "category": "", + "link": "https://www.sofoot.com/rhys-healey-le-serial-buteur-du-tfc-507255.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T11:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5ffdc5aeddfbd2c736bc08de952497ab" + }, + { + "title": "Pronostic Villarreal Manchester United : Analyse, cotes et prono du match de Ligue des Champions", + "description": "

    Villareal résiste à Man United

    \n
    \nDans ce groupe F de la Ligue des Champions, 3 équipes se sont détachées pour décrocher leurs places en…
    ", + "content": "

    Villareal résiste à Man United

    \n
    \nDans ce groupe F de la Ligue des Champions, 3 équipes se sont détachées pour décrocher leurs places en…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-villarreal-manchester-united-analyse-cotes-et-prono-du-match-de-ligue-des-champions-507294.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T10:54:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c82f7e0fd46aad8f1d617146ff7c56e6" + }, + { + "title": "Dimitri Payet absent de l'entraînement", + "description": "En état de choc.
    \n
    \nDimitri Payet ne s'est décidément pas remis de ce qu'il a vécu au Groupama Stadium dimanche soir lors de
    ", + "content": "En état de choc.
    \n
    \nDimitri Payet ne s'est décidément pas remis de ce qu'il a vécu au Groupama Stadium dimanche soir lors de
    ", + "category": "", + "link": "https://www.sofoot.com/dimitri-payet-absent-de-l-entrainement-507293.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T10:54:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d50333d36aa635b09239648cfd4125e4" + }, + { + "title": "Pedri désigné Golden Boy 2021", + "description": "L'eau mouille et le feu brûle.
    \n
    \nAbsent des terrains depuis plusieurs semaines en raison d'une blessure musculaire à la jambe gauche, Pedri a reçu ce lundi un beau lot de consolation.…

    ", + "content": "L'eau mouille et le feu brûle.
    \n
    \nAbsent des terrains depuis plusieurs semaines en raison d'une blessure musculaire à la jambe gauche, Pedri a reçu ce lundi un beau lot de consolation.…

    ", + "category": "", + "link": "https://www.sofoot.com/pedri-designe-golden-boy-2021-507296.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T10:42:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "32db0cb3615efc1dfccad4702ca2c7ae" + }, + { + "title": "Une ancienne légende d'Everton signe en D2", + "description": "Louzy, commune de 1400 habitants, à sa nouvelle star.
    \n
    \nOn est d'accord, Tony Hibbert ne dira pas grand-chose aux jeunes admirateurs du ballon rond. Un petit tour sur sa fiche…

    ", + "content": "Louzy, commune de 1400 habitants, à sa nouvelle star.
    \n
    \nOn est d'accord, Tony Hibbert ne dira pas grand-chose aux jeunes admirateurs du ballon rond. Un petit tour sur sa fiche…

    ", + "category": "", + "link": "https://www.sofoot.com/une-ancienne-legende-d-everton-signe-en-d2-507292.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T10:38:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fa4bda994a0f160745177d1c11e259e1" + }, + { + "title": "Ruddy Buquet n'avait pas autorisé l'annonce du speaker", + "description": "Vite, appelez Scooby-Doo.
    \n
    \nMais qui a bien pu envoyer le speaker annoncer aux supporters la reprise du match après l'interruption d'OL-OM dimanche soir ? En tout cas, ce n'est…

    ", + "content": "Vite, appelez Scooby-Doo.
    \n
    \nMais qui a bien pu envoyer le speaker annoncer aux supporters la reprise du match après l'interruption d'OL-OM dimanche soir ? En tout cas, ce n'est…

    ", + "category": "", + "link": "https://www.sofoot.com/ruddy-buquet-n-avait-pas-autorise-l-annonce-du-speaker-507290.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T10:04:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "45b1dadfc06aa7344cb8fe2f245af637" + }, + { + "title": "OL-OM : le fameux \"acte isolé\" en vidéo", + "description": "Question de point de vue.
    \n
    \nAprès l'interruption du match Lyon-Marseille dimanche soir pour un jet de bouteille, Jean-Michel Aulas et le speaker de l'OL ont évoqué à plusieurs reprises…

    ", + "content": "Question de point de vue.
    \n
    \nAprès l'interruption du match Lyon-Marseille dimanche soir pour un jet de bouteille, Jean-Michel Aulas et le speaker de l'OL ont évoqué à plusieurs reprises…

    ", + "category": "", + "link": "https://www.sofoot.com/ol-om-le-fameux-acte-isole-en-video-507289.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T09:58:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "361d3bc475395a41403caf484eaf30a2" + }, + { + "title": "Elche remercie Fran Escribá ", + "description": "Fekir a fait déborder le vase.
    \n
    \nEnglué dans les profondeurs de la Liga (18e au classement avec deux victoires en 14 matchs), Elche ne s'en sort pas. Ce dimanche, le club de…

    ", + "content": "Fekir a fait déborder le vase.
    \n
    \nEnglué dans les profondeurs de la Liga (18e au classement avec deux victoires en 14 matchs), Elche ne s'en sort pas. Ce dimanche, le club de…

    ", + "category": "", + "link": "https://www.sofoot.com/elche-remercie-fran-escriba-507291.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T09:55:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2203e1ad49ed81cc6de83ae91e414254" + }, + { + "title": "Le Napoli sans Victor Osimhen pendant plusieurs semaines", + "description": "Sale soirée pour le Napoli.
    \n
    \nBattus pour la première fois de la saison par l'Inter (3-2), les Napolitains…

    ", + "content": "Sale soirée pour le Napoli.
    \n
    \nBattus pour la première fois de la saison par l'Inter (3-2), les Napolitains…

    ", + "category": "", + "link": "https://www.sofoot.com/le-napoli-sans-victor-osimhen-pendant-plusieurs-semaines-507288.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T09:50:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "35533168f102a95ddac22a1e6fcedd3e" + }, + { + "title": "Mourinho va offrir des chaussures à 800 euros à Felix Afena", + "description": "Pourquoi chercher des leviers psychologiques quand un simple cadeau suffit.
    \n
    \n\"J'avais promis à Felix que s'il disputait un bon match ce soir, je lui achèterais une paire de…

    ", + "content": "Pourquoi chercher des leviers psychologiques quand un simple cadeau suffit.
    \n
    \n\"J'avais promis à Felix que s'il disputait un bon match ce soir, je lui achèterais une paire de…

    ", + "category": "", + "link": "https://www.sofoot.com/mourinho-va-offrir-des-chaussures-a-800-euros-a-felix-afena-507286.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T09:34:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "75abb1d90b2ac6ef422fbf94620b11d4" + }, + { + "title": "Raúl Jiménez : \"Je dois encore plus profiter du football\"", + "description": "Séquence émotion.
    \n
    \nVoilà près d'un an que le pire a été évité à l'Emirates Stadium. Ce 29 novembre 2020, lors d'un duel avec David Luiz, Raúl Jiménez s'écroulait
    ", + "content": "Séquence émotion.
    \n
    \nVoilà près d'un an que le pire a été évité à l'Emirates Stadium. Ce 29 novembre 2020, lors d'un duel avec David Luiz, Raúl Jiménez s'écroulait
    ", + "category": "", + "link": "https://www.sofoot.com/raul-jimenez-je-dois-encore-plus-profiter-du-football-507285.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T08:35:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4b61911d0472c26805d8c46e0b7583df" + }, + { + "title": "La blessure de Renato Sanches l'a empêché de signer au Barça l'été dernier", + "description": "Les ligaments croisés, tout ça, tout ça ?
    \n
    \nSimplement titularisé à six reprises cette saison en Ligue 1, Renato Sanches peine à retrouver l'étincelant niveau de jeu qu'il a parfois…

    ", + "content": "Les ligaments croisés, tout ça, tout ça ?
    \n
    \nSimplement titularisé à six reprises cette saison en Ligue 1, Renato Sanches peine à retrouver l'étincelant niveau de jeu qu'il a parfois…

    ", + "category": "", + "link": "https://www.sofoot.com/la-blessure-de-renato-sanches-l-a-empeche-de-signer-au-barca-l-ete-dernier-507283.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T08:09:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8af9a791d80e47dc56018e42939a30a4" + }, + { + "title": "LOTO du lundi 22 novembre 2021 : 25 millions d'€ à gagner !", + "description": "25 millions d'euros sont à gagner au LOTO ce lundi 22 novembre 2021. Un montant incroyable pour la loterie française

    LOTO du lundi 22 novembre 2021 : 25 Millions d'€

    \n
    \nLa cagnotte du LOTO de ce lundi 22 novembre 2021 affiche un montant énorme de 25 millions…
    ", + "content": "

    LOTO du lundi 22 novembre 2021 : 25 Millions d'€

    \n
    \nLa cagnotte du LOTO de ce lundi 22 novembre 2021 affiche un montant énorme de 25 millions…
    ", + "category": "", + "link": "https://www.sofoot.com/loto-du-lundi-22-novembre-2021-25-millions-d-e-a-gagner-507231.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T08:02:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0e1717c4c64e6782ba8e2652c9543ad3" + }, + { + "title": "Maracineanu : \"Les dirigeants doivent arrêter de se cacher derrière leur petit doigt\"", + "description": "Le bal de l'indignation se poursuit.
    \n
    \nLes intolérables événements survenus ce dimanche soir au Groupama…

    ", + "content": "Le bal de l'indignation se poursuit.
    \n
    \nLes intolérables événements survenus ce dimanche soir au Groupama…

    ", + "category": "", + "link": "https://www.sofoot.com/maracineanu-les-dirigeants-doivent-arreter-de-se-cacher-derriere-leur-petit-doigt-507282.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T07:37:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d75aaf91282632feac860f0c3db10902" + }, + { + "title": "Tribunes au bord de la crise de nerf : la faute à qui ?", + "description": "Cet Olympico constitue le sixième incident grave, depuis le début de la saison. Avec, en ligne de mire, des tribunes françaises qui semblent au bord de la crise de nerfs et renvoient souvent une image décevante voire inquiétante. Mais quelles sont les solutions pour sortir de cette spirale, tant les causes de cette répétition de débordements de violence semblent échapper à tout le monde ?L'image est terrible. Dimitri Payet recevant, en pleine tête, une bouteille d'eau. Tout le monde se souvient de ce qu'il avait déjà subi, à Nice. Sa réaction, en balançant en retour…", + "content": "L'image est terrible. Dimitri Payet recevant, en pleine tête, une bouteille d'eau. Tout le monde se souvient de ce qu'il avait déjà subi, à Nice. Sa réaction, en balançant en retour…", + "category": "", + "link": "https://www.sofoot.com/tribunes-au-bord-de-la-crise-de-nerf-la-faute-a-qui-507280.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T05:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a1ffd358fdb0641b9c5692384bda80e4" + }, + { + "title": "Ces trois infos du week-end vont vous étonner", + "description": "Parce qu'il n'y a pas que les championnats du Big Five dans la vie, So Foot vous propose de découvrir trois informations qui, à coup sûr, avaient échappé à votre vigilance durant le week-end. Au menu de ce lundi : un monument polonais en péril, une dernière minute folle en D2 japonaise et une revanche savoureuse outre-Atlantique.

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/ces-trois-infos-du-week-end-vont-vous-etonner-507268.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T05:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3d67211c48909c12dc2f0998cde62bb4" + }, + { + "title": "Quiz : Ils ont marqué autant que Lionel Messi en Ligue 1 après 14 journées", + "description": "Lionel Messi aura donc attendu la quatorzième journée de Ligue 1, et la venue du FC Nantes au Parc des Princes (3-1), pour débloquer son compteur dans le championnat de France. Un premier but qui permet à la Pulga d'inscrire son nom au classement des buteurs et d'ainsi rejoindre 77 autres joueurs qui, comme lui, n'ont marqué qu'un seul pion depuis le début de la saison. Saurez-vous les retrouver ?", + "category": "", + "link": "https://www.sofoot.com/quiz-ils-ont-marque-autant-que-lionel-messi-en-ligue-1-apres-14-journees-507265.html", + "creator": "SO FOOT", + "pubDate": "2021-11-22T05:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "56b64851169cb478b114877b05162b5e" + }, + { + "title": "Un stade, peu de lumières", + "description": "Le craquage d'un supporter lyonnais, dès la troisième minute de jeu, a complètement ruiné un dimanche soir qui s'annonçait palpitant. Si les fans rhodaniens s'étaient déjà distingués par certains comportements plus que discutables en Coupe d'Europe, les antécédents de débordements en Ligue 1 ne sont pas nombreux. Malgré tout, Aulas, qui avait réclamé de lourdes sanctions après Nice-OM, devrait être pris à son propre jeu. Même s'il assure qu'il ne s'agit pas du tout d'un cas similaire.\" Je fais partie des gens qui pensent que la seule sanction possible pour freiner cet état de fait, que ce soit au niveau des joueurs, des dirigeants, des supporters, c'est la pénalité en…", + "content": "\" Je fais partie des gens qui pensent que la seule sanction possible pour freiner cet état de fait, que ce soit au niveau des joueurs, des dirigeants, des supporters, c'est la pénalité en…", + "category": "", + "link": "https://www.sofoot.com/un-stade-peu-de-lumieres-507279.html", + "creator": "SO FOOT", + "pubDate": "2021-11-21T23:01:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "44662886d71e6205ac0fc965b83e73ef" + }, + { + "title": "Lyon-Marseille : la cible Dimitri Payet", + "description": "Venu à Lyon pour croiser le fer avec son meilleur ennemi et donner de l'amour pendant 90 minutes, Dimitri Payet n'en a passé que deux sur le terrain... Avant de devoir rentrer à l'infirmerie, après avoir reçu une bouteille en plein sur le crâne. Une triste habitude pour le Réunionnais, qui symbolise malgré lui le bourbier actuel dans les tribunes de Ligue 1.On s'en léchait déjà les babines : Dimitri Payet face à Lucas Paquetá, les deux meneurs de jeu des Olympiques à leurs sommets en ce moment, face à face au Parc OL en prime time ce…", + "content": "On s'en léchait déjà les babines : Dimitri Payet face à Lucas Paquetá, les deux meneurs de jeu des Olympiques à leurs sommets en ce moment, face à face au Parc OL en prime time ce…", + "category": "", + "link": "https://www.sofoot.com/lyon-marseille-la-cible-dimitri-payet-507272.html", + "creator": "SO FOOT", + "pubDate": "2021-11-21T22:59:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "973612fdbd465256a837a4fbb8bf529f" + }, + { + "title": "OL-OM : la soirée qui a mis en lumière la lâcheté du foot français", + "description": "En faisant poireauter l'ensemble des acteurs et des suiveurs de ce Lyon-Marseille, interrompu après l'agression de Dimitri Payet par les tribunes, les instances et autres dirigeants du foot français ont donné à voir une preuve terrible de leur incompétence face à ces situations de crise, mais aussi de leur lâcheté au moment d'assumer les conséquences.Il est environ 20h50 quand les caméras se braquent sur Dimitri Payet, le visage enfoui dans la pelouse du Groupama Stadium de Lyon, les mains pressant son crâne endolori. Déjà ciblé par des…", + "content": "Il est environ 20h50 quand les caméras se braquent sur Dimitri Payet, le visage enfoui dans la pelouse du Groupama Stadium de Lyon, les mains pressant son crâne endolori. Déjà ciblé par des…", + "category": "", + "link": "https://www.sofoot.com/ol-om-la-soiree-qui-a-mis-en-lumiere-la-lachete-du-foot-francais-507276.html", + "creator": "SO FOOT", + "pubDate": "2021-11-21T22:55:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6546b1a8521b7ddec6f842e6114723d1" + }, + { + "title": "Ruddy Buquet, arbitre d'OL-OM : \"Ma décision sportive a toujours été de ne pas reprendre le match\"", + "description": "Cette triste soirée de dimanche aura eu le mérite de nous offrir une scène rare : la prise de parole publique d'un arbitre pour donner son point de vue.
    \n
    \nEn l'occurrence, Ruddy Buquet…

    ", + "content": "Cette triste soirée de dimanche aura eu le mérite de nous offrir une scène rare : la prise de parole publique d'un arbitre pour donner son point de vue.
    \n
    \nEn l'occurrence, Ruddy Buquet…

    ", + "category": "", + "link": "https://www.sofoot.com/ruddy-buquet-arbitre-d-ol-om-ma-decision-sportive-a-toujours-ete-de-ne-pas-reprendre-le-match-507278.html", + "creator": "SO FOOT", + "pubDate": "2021-11-21T22:22:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0496bae93da59ee87e665fc57f885940" + }, + { + "title": "Monaco et Lille font du surplace", + "description": "Menée du fait d'un doublé éclair de Jonathan David et réduite à 10 en seconde période, l'ASM est pourtant parvenue à tenir en échec Lille au stade Louis-II (2-2). Une bonne dose de frustration pour les deux formations qui font du surplace en milieu de tableau. Une nouvelle fois, le LOSC a eu les occasions de sceller un précieux succès et ne les a pas saisies.

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/monaco-et-lille-font-du-surplace-507197.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T22:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "aee705ec9bc7fa9c88ef1512308cd45f" + }, + { + "title": "Pronostic Angers Lorient : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un Angers – Lorient avec des buts de chaque côté

    \n
    \nAprès 13 journées de Ligue 1, Angers se trouve dans la première partie de tableau à la…
    ", + "content": "

    Un Angers – Lorient avec des buts de chaque côté

    \n
    \nAprès 13 journées de Ligue 1, Angers se trouve dans la première partie de tableau à la…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-angers-lorient-analyse-cotes-et-prono-du-match-de-ligue-1-507185.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T21:36:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "000a36409cb6acc46a8136f792a58f3f" + }, + { + "title": "Augsbourg surprend le Bayern", + "description": "

    ", + "content": "

    ", + "category": "", + "link": "https://www.sofoot.com/augsbourg-surprend-le-bayern-507196.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T21:32:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "7ccbce4e2d8fef688cd2821771247bf8" + }, + { + "title": "Pronostic Brest Lens : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Lens sur sa lancée à Brest

    \n
    \nL'an passé, le Stade Brestois a difficilement fini la saison se sauvant lors des dernières journées. Lors du mercato,…
    ", + "content": "

    Lens sur sa lancée à Brest

    \n
    \nL'an passé, le Stade Brestois a difficilement fini la saison se sauvant lors des dernières journées. Lors du mercato,…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-brest-lens-analyse-cotes-et-prono-du-match-de-ligue-1-507183.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T21:25:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bada1984c554efed6ac1a0cad8d14675" + }, + { + "title": "Pronostic Strasbourg Reims : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Strasbourg – Reims : le Crémant prend le dessus sur le Champagne

    \n
    \nDepuis son retour en Ligue 1, le Racing Club Strasbourg a connu de bons moments avec…
    ", + "content": "

    Strasbourg – Reims : le Crémant prend le dessus sur le Champagne

    \n
    \nDepuis son retour en Ligue 1, le Racing Club Strasbourg a connu de bons moments avec…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-strasbourg-reims-analyse-cotes-et-prono-du-match-de-ligue-1-507182.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T21:14:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e7fbb783d8b9b3445709067f55acd2fa" + }, + { + "title": "Pronostic Troyes Saint-Etienne : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Un Troyes – Saint-Etienne avec des buts de chaque côté

    \n
    \nChampion de Ligue 2 en titre, Troyes a retrouvé l'élite du football français.…
    ", + "content": "

    Un Troyes – Saint-Etienne avec des buts de chaque côté

    \n
    \nChampion de Ligue 2 en titre, Troyes a retrouvé l'élite du football français.…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-troyes-saint-etienne-analyse-cotes-et-prono-du-match-de-ligue-1-507181.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T20:56:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0a0f963c0065c56fcc0b8aac3721f1f0" + }, + { + "title": "Pronostic Clermont Nice : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Nice se relance à Clermont

    \n
    \nBien parti dans cette saison de Ligue 1, Clermont avait remporté ses deux premiers matchs face à Bordeaux et Troyes avant…
    ", + "content": "

    Nice se relance à Clermont

    \n
    \nBien parti dans cette saison de Ligue 1, Clermont avait remporté ses deux premiers matchs face à Bordeaux et Troyes avant…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-clermont-nice-analyse-cotes-et-prono-du-match-de-ligue-1-507179.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T20:31:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "672d4c3b266db5a879c306325821de0c" + }, + { + "title": "En direct : Monaco - Lille", + "description": "96' : THE END !
    \n
    \nVite mené 0-2, l'ASM arrache finalement un nul mérité au regard des 60 ...", + "content": "96' : THE END !
    \n
    \nVite mené 0-2, l'ASM arrache finalement un nul mérité au regard des 60 ...", + "category": "", + "link": "https://www.sofoot.com/en-direct-monaco-lille-507191.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T19:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "750698f9e9334bee25e21b36818b81af" + }, + { + "title": "Griezmann pourra finalement jouer contre l'AC Milan", + "description": "Emoji Samba. Emoji Samba. Smiley cœur. Smiley cœur. Typiquement le genre d'enchaînement qui indique qu'Antoine Griezmann vient d'apprendre une bonne nouvelle. Pour le champion du monde,…", + "content": "Emoji Samba. Emoji Samba. Smiley cœur. Smiley cœur. Typiquement le genre d'enchaînement qui indique qu'Antoine Griezmann vient d'apprendre une bonne nouvelle. Pour le champion du monde,…", + "category": "", + "link": "https://www.sofoot.com/griezmann-pourra-finalement-jouer-contre-l-ac-milan-507190.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T16:53:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a647ef14992809de13c96cf50006baa5" + }, + { + "title": "Affaire Hamraoui : Hayet Abidal demande le divorce", + "description": "Hayet Abidal a annoncé par l'intermédiaire de son avocate matrimoniale à Barcelone, Maître Jennifer Losada, entamer une procédure de divorce contre son époux, Éric Abidal. Sur la Alors que cette journée de Ligue 1 est placée sous le signe de la protection de…", + "content": "Alors que cette journée de Ligue 1 est placée sous le signe de la protection de…", + "category": "", + "link": "https://www.sofoot.com/la-fff-annonce-des-mesures-supplementaires-pour-la-protection-des-mineurs-507186.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T16:34:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "42da8ee4847e4014c6e38d827c9f414e" + }, + { + "title": "La police abat un jeune joueur en Argentine ", + "description": "L'Argentine est sous tension après la mort de Lucas Gonzalez (17 ans), joueur de Barracas Central (D2 argentine). Le quotidien espagnol Marca rapporte que l'Argentin a succombé après avoir…", + "content": "L'Argentine est sous tension après la mort de Lucas Gonzalez (17 ans), joueur de Barracas Central (D2 argentine). Le quotidien espagnol Marca rapporte que l'Argentin a succombé après avoir…", + "category": "", + "link": "https://www.sofoot.com/la-police-abat-un-jeune-joueur-en-argentine-507189.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T16:33:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "03fdd2aa0530e1f39bb370690258b7af" + }, + { + "title": "Pronostic Metz Bordeaux : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Bordeaux va chercher un résultat à Metz

    \n
    \nA pareille époque l'an passé, le FC Metz réalisait un exercice intéressant, pointant dans la première…
    ", + "content": "

    Bordeaux va chercher un résultat à Metz

    \n
    \nA pareille époque l'an passé, le FC Metz réalisait un exercice intéressant, pointant dans la première…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-metz-bordeaux-analyse-cotes-et-prono-du-match-de-ligue-1-507165.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T16:13:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "52513a5623f187078263c6e02f2f66d8" + }, + { + "title": "Pronostic Inter Milan Naples : Analyse, cotes et prono du match de Serie A", + "description": "

    L'Inter ne veut pas laisser s'échapper Naples

    \n
    \nCe dimanche, l'Inter champion en titre reçoit l'actuel leader de Serie A, le Napoli. Actuellement,…
    ", + "content": "

    L'Inter ne veut pas laisser s'échapper Naples

    \n
    \nCe dimanche, l'Inter champion en titre reçoit l'actuel leader de Serie A, le Napoli. Actuellement,…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-inter-milan-naples-analyse-cotes-et-prono-du-match-de-serie-a-507163.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T15:56:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e6b2796dfa227bf8a147d2836f8a31d4" + }, + { + "title": "Clermont va collaborer avec un musée d'art", + "description": "Dans un communiqué publié sur son site, le Clermont Foot a annoncé allier ses forces avec le musée d'art Roger-Quilliot (MARQ) afin de promouvoir les liens entre culture et football. L'exposition…", + "content": "Dans un communiqué publié sur son site, le Clermont Foot a annoncé allier ses forces avec le musée d'art Roger-Quilliot (MARQ) afin de promouvoir les liens entre culture et football. L'exposition…", + "category": "", + "link": "https://www.sofoot.com/clermont-va-collaborer-avec-un-musee-d-art-507184.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T15:18:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a218bfbefc0529d4ea7ac9074ea1910f" + }, + { + "title": "Pour Conte, Ndombele doit \"travailler beaucoup plus dur que les autres\"", + "description": "Commencée en juillet 2019, l'histoire entre Tanguy Ndombele et Tottenham n'a jamais vraiment été au beau fixe. Si le Français montre par moments toute l'étendue de son potentiel, il n'a…", + "content": "Commencée en juillet 2019, l'histoire entre Tanguy Ndombele et Tottenham n'a jamais vraiment été au beau fixe. Si le Français montre par moments toute l'étendue de son potentiel, il n'a…", + "category": "", + "link": "https://www.sofoot.com/pour-conte-ndombele-doit-travailler-beaucoup-plus-dur-que-les-autres-507173.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T15:04:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "edcef7adae875713321a1f1218233b44" + }, + { + "title": "De Bruyne positif au coronavirus", + "description": "Mauvaise nouvelle pour City.
    \n
    \nLors de la traditionnelle conférence de presse d'avant-match pour le compte de la 12e journée de Premier League opposant Manchester City à…

    ", + "content": "Mauvaise nouvelle pour City.
    \n
    \nLors de la traditionnelle conférence de presse d'avant-match pour le compte de la 12e journée de Premier League opposant Manchester City à…

    ", + "category": "", + "link": "https://www.sofoot.com/de-bruyne-positif-au-coronavirus-507178.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T14:42:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4b76e3d1cad3d949fa59cbff8d626bce" + }, + { + "title": "Payet n'a pas dit adieu aux Bleus", + "description": "1135 jours. Il faut remonter au 11 octobre 2018 pour retrouver trace d'un match de Dimitri Payet en équipe de France. Plus de trois ans après sa dernière sélection (un 2-2 à Guingamp contre…", + "content": "1135 jours. Il faut remonter au 11 octobre 2018 pour retrouver trace d'un match de Dimitri Payet en équipe de France. Plus de trois ans après sa dernière sélection (un 2-2 à Guingamp contre…", + "category": "", + "link": "https://www.sofoot.com/payet-n-a-pas-dit-adieu-aux-bleus-507177.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T14:39:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "597ed2fdf379539a2c8b1bc3866cf171" + }, + { + "title": "Pronostic Lyon OM : Analyse, cotes et prono du match de Ligue 1 + 150€ direct offerts chez Winamax", + "description": "Après le carton plein sur le dernier match des Bleus, retour des championnats ce week-end avec un Olympico qui promet. Retrouvez notre pronostic sur Lyon - OM avec le nouveau bonus Winamax : 150€ offerts direct !

    Déposez 150€ et misez direct avec 300€ sur Lyon - OM

    \n
    \n
    \nNOUVEAU :

    ", + "content": "

    Déposez 150€ et misez direct avec 300€ sur Lyon - OM

    \n
    \n
    \nNOUVEAU :


    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-lyon-om-analyse-cotes-et-prono-du-match-de-ligue-1-150e-direct-offerts-chez-winamax-507172.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T14:21:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fd79e9d45962f0ddae52d1277a44c8ef" + }, + { + "title": "Orelsan se verrait bien ambassadeur du Stade Malherbe de Caen ", + "description": "\"J'rejoins mon père au stade, on prend deux buts, on prend deux bières. J'rentre chez moi, j'allume FIFA, j'reprends Malherbe, j'continue d'perdre.\" Sur les 57 minutes et 43…", + "content": "\"J'rejoins mon père au stade, on prend deux buts, on prend deux bières. J'rentre chez moi, j'allume FIFA, j'reprends Malherbe, j'continue d'perdre.\" Sur les 57 minutes et 43…", + "category": "", + "link": "https://www.sofoot.com/orelsan-se-verrait-bien-ambassadeur-du-stade-malherbe-de-caen-507174.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T14:05:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d2e8a30e5d89fe22ed793d137482d3e0" + }, + { + "title": "Peter Bosz a encore \"mal à la tête\" depuis la claque infligée par Rennes", + "description": "Hamari Traoré, plus grand livreur de migraine de la Ligue 1.
    \n
    \n\"Oui, j'ai revisionné le match contre Rennes et ça fait mal à la tête. Je ne comprends pas la route qu'on a…

    ", + "content": "Hamari Traoré, plus grand livreur de migraine de la Ligue 1.
    \n
    \n\"Oui, j'ai revisionné le match contre Rennes et ça fait mal à la tête. Je ne comprends pas la route qu'on a…

    ", + "category": "", + "link": "https://www.sofoot.com/peter-bosz-a-encore-mal-a-la-tete-depuis-la-claque-infligee-par-rennes-507175.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T14:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "643ee302fdd04220b3b77e3cbc24acf1" + }, + { + "title": "Markus Anfang (Werder Brême) soupçonné d'avoir utilisé un faux certificat de vaccination", + "description": "Depuis les prémices de l'émancipation malheureuse du coronavirus, les plus grands championnats d'Europe ne laissent plus rien au hasard en matière de mesures sanitaires. Présenter un pass…", + "content": "Depuis les prémices de l'émancipation malheureuse du coronavirus, les plus grands championnats d'Europe ne laissent plus rien au hasard en matière de mesures sanitaires. Présenter un pass…", + "category": "", + "link": "https://www.sofoot.com/markus-anfang-werder-breme-soupconne-d-avoir-utilise-un-faux-certificat-de-vaccination-507171.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T13:13:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d5585615bc4492afbf57697c3908fad0" + }, + { + "title": "La voie royale du FC Versailles", + "description": "Seule équipe encore invaincue sur les quatre premières divisions françaises, le FC Versailles 78 vit un début de saison de rêve sur le plan sportif en tête du groupe A de National 2. En coulisses pourtant, les dernières semaines ont été mouvementées : le président historique, Daniel Voisin, a claqué la porte après 25 ans au club, tandis que Jean-Luc Arribart est arrivé en tant que directeur général de la récente SAS créée par les nouveaux actionnaires. Le début d'une nouvelle ère ?À l'instar des géants que sont le SSC Naples, l'AC Milan, Porto ou le Sporting Portugal, le FC Versailles 78 n'a lui non plus toujours pas connu la défaite en championnat depuis le début de…", + "content": "À l'instar des géants que sont le SSC Naples, l'AC Milan, Porto ou le Sporting Portugal, le FC Versailles 78 n'a lui non plus toujours pas connu la défaite en championnat depuis le début de…", + "category": "", + "link": "https://www.sofoot.com/la-voie-royale-du-fc-versailles-507145.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T13:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6d6c3b0540c84a4c3ec83cfd9efe3593" + }, + { + "title": "Konrad de la Fuente, redécollage imminent ", + "description": "Sensation de l'été à Marseille, Konrad de la Fuente a légèrement disparu des radars au début de l'automne, un peu à l'image de l'OM de Sampaoli. Sauf qu'aujourd'hui, l'ailier américain revient peu à peu sur le devant de la scène. Avant de faire du soccer un sport reconnu de tous aux States ?
    \t\t\t\t\t
    ", + "content": "
    \t\t\t\t\t
    ", + "category": "", + "link": "https://www.sofoot.com/konrad-de-la-fuente-redecollage-imminent-507137.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T13:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "59770b2394e790debfcebe9c704c009e" + }, + { + "title": "Looking for Momo", + "description": "Il s'appelle Momo, il joue attaquant de pointe, en Ardèche, dans l'équipe des vétérans du Foot Loisirs 1994. Jusque-là, rien de bien étonnant. Oui, mais voilà : Momo a 80 ans. Pas de quoi empêcher ce retraité encore bien fringuant de tâter le cuir, tous les jeudis, de marquer quelques buts et d'imiter le King Cantona lorsqu'il fait trembler les filets. Pas un hasard pour un homme qui, au fond, n'a jamais vécu bien loin des terrains.\"Lorsque je parle du club autour de moi, la première chose que j'évoque, c'est Momo.\" Quand il évoque le Foot Loisirs 1994, l'association de foot dont il gère la communication en…", + "content": "\"Lorsque je parle du club autour de moi, la première chose que j'évoque, c'est Momo.\" Quand il évoque le Foot Loisirs 1994, l'association de foot dont il gère la communication en…", + "category": "", + "link": "https://www.sofoot.com/looking-for-momo-506890.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T13:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b0df90be4b2f32b17966257b9cd76945" + }, + { + "title": "La collection de tirages photo So Foot de novembre 2021 est arrivée !", + "description": "En collaboration avec l'agence photographique Icon Sport, So Foot vous propose, chaque mois, une sélection renouvelée de photographies exclusives de football en édition ultra limitée, onze tirages par taille, sur la nouvelle boutique maison :
    boutique.so. Brouillard en novembre, l'hiver sera tendre. La preuve avec quatre nouveaux tirages en édition limitée : la bicyclette de Rooney contre City, Zinédine période Juventus, le Parc des princes by night et l'arrêt de Dudek face à Shevchenko en 2005.
    \n
    \n


    ", + "content": "
    \n
    \n


    ", + "category": "", + "link": "https://www.sofoot.com/la-collection-de-tirages-photo-so-foot-de-novembre-2021-est-arrivee-506666.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T12:36:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fd2201e10e794f5e320b68aa91d3aabd" + }, + { + "title": "Podcast Alternative Football (épisode 13) avec Paul de Saint-Sernin comme invité sur le sujet \"l'humour et le football\"", + "description": "Le football est un jeu simple, dont beaucoup parlent, mais un univers complexe, que peu connaissent vraiment. Dans Alternative Football, le podcast hors terrain de So Foot, vous en découvrirez les rouages, avec ses principaux acteurs. Dans chaque épisode, Édouard Cissé, ancien milieu de terrain du PSG, de l'OM ou de Monaco désormais entrepreneur en plus d'être consultant pour Prime Video, et Matthieu Lille-Palette, vice-président d'Opta, s'entretiendront avec un invité sur un thème précis. Pendant une mi-temps, temps nécessaire pour redéfinir totalement votre grille de compréhension.Si on peut rire de tout, mais pas avec tout le monde, peut-on rire avec les footballeurs ? Si oui, comment ? Vaste question à laquelle ils ne sont que peu à s'être frottés. Dernier…", + "content": "Si on peut rire de tout, mais pas avec tout le monde, peut-on rire avec les footballeurs ? Si oui, comment ? Vaste question à laquelle ils ne sont que peu à s'être frottés. Dernier…", + "category": "", + "link": "https://www.sofoot.com/podcast-alternative-football-episode-13-avec-paul-de-saint-sernin-comme-invite-sur-le-sujet-l-humour-et-le-football-507168.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T12:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a93e12aadbadd96c1ed714af18fcc67e" + }, + { + "title": "La Premier League conclut un nouvel accord de diffusion aux USA ", + "description": "Business is business.
    \n
    \n
    Pourtant frappé par une crise institutionnelle avec en…

    ", + "content": "Business is business.
    \n
    \nPourtant frappé par une crise institutionnelle avec en…

    ", + "category": "", + "link": "https://www.sofoot.com/la-premier-league-conclut-un-nouvel-accord-de-diffusion-aux-usa-507167.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T11:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9f59727233250a3db135d04b05c7d22c" + }, + { + "title": "Pochettino : \"On veut tous faire du beau jeu et gagner 5-0\"", + "description": "Troyes (2-1), Metz (1-2), Angers (2-1), Lille (2-1), Troyes (2-1) et plus récemment Bordeaux (2-3), les copies rendues par les joueurs du Paris Saint-Germain cette saison se suivent et se…", + "content": "Troyes (2-1), Metz (1-2), Angers (2-1), Lille (2-1), Troyes (2-1) et plus récemment Bordeaux (2-3), les copies rendues par les joueurs du Paris Saint-Germain cette saison se suivent et se…", + "category": "", + "link": "https://www.sofoot.com/pochettino-on-veut-tous-faire-du-beau-jeu-et-gagner-5-0-507166.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T10:36:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bcb642fe9293668ef4ce6f8e6d067ef7" + }, + { + "title": "Khalida Popal et Kim Kardashian ont aidé à l'évacuation de joueuses afghanes", + "description": "Les opérations de sauvetage continuent en Afghanistan.
    \n
    \nKhalida Popal, ancienne capitaine de l'équipe d'Afghanistan de football, a organisé une grande opération d'évacuation ce jeudi…

    ", + "content": "Les opérations de sauvetage continuent en Afghanistan.
    \n
    \nKhalida Popal, ancienne capitaine de l'équipe d'Afghanistan de football, a organisé une grande opération d'évacuation ce jeudi…

    ", + "category": "", + "link": "https://www.sofoot.com/khalida-popal-et-kim-kardashian-ont-aide-a-l-evacuation-de-joueuses-afghanes-507164.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T10:12:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "39346757012918da256e85a1b7463348" + }, + { + "title": "Giovanni van Bronckhorst nommé aux Rangers ", + "description": "Laissé vacant depuis le départ de Steven Gerrard vers Aston Villa, le banc des Rangers vient de trouver un nouvel occupant. En effet, les Gers ont décidé ce jeudi de nommer Giovanni van…", + "content": "Laissé vacant depuis le départ de Steven Gerrard vers Aston Villa, le banc des Rangers vient de trouver un nouvel occupant. En effet, les Gers ont décidé ce jeudi de nommer Giovanni van…", + "category": "", + "link": "https://www.sofoot.com/giovanni-van-bronckhorst-nomme-aux-rangers-507162.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T10:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "496145fcbfe0fe2ad137ffdd13edb09f" + }, + { + "title": "50 ouvriers sont morts accidentellement au Qatar en 2020", + "description": "6500 : c'est le nombre de morts provoquées en dix ans par les chantiers de la Coupe du monde 2022 au Qatar L'EuroMillions de ce vendredi 19 novembre est à 131 millions d'euros. Une somme qui vous permettrait d'acheter quasiment le club de Ligue 1 de votre choix, ou plus simplement de devenir l'une des 500 plus grosses richesses de France

    EuroMillions du vendredi 19 novembre 2021 : 131M d'€

    \n
    \nLe jackpot de l'EuroMillions affiche 131 millions d'euros ce vendredi 19 novembre…
    ", + "content": "

    EuroMillions du vendredi 19 novembre 2021 : 131M d'€

    \n
    \nLe jackpot de l'EuroMillions affiche 131 millions d'euros ce vendredi 19 novembre…
    ", + "category": "", + "link": "https://www.sofoot.com/euromillions-vendredi-19-novembre-2021-131-millions-d-e-a-gagner-507117.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T09:10:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e57ce7655ae3e9987845b50694865d47" + }, + { + "title": "LOTO du samedi 20 novembre 2021 : 24 millions d'€ à gagner !", + "description": "Gros week-end de foot mais aussi gros week-end FDJ avec un gros EuroMillions et un énorme LOTO avec 24 millions d'euros à gagner ce samedi 20 novembre 2021

    LOTO du samedi 20 novembre 2021 : 24 Millions d'€

    \n
    \nLe LOTO de ce samedi 20 novembre 2021 est de 24 millions d'euros.
    \nSi quelqu'un…

    ", + "content": "

    LOTO du samedi 20 novembre 2021 : 24 Millions d'€

    \n
    \nLe LOTO de ce samedi 20 novembre 2021 est de 24 millions d'euros.
    \nSi quelqu'un…

    ", + "category": "", + "link": "https://www.sofoot.com/loto-du-samedi-20-novembre-2021-24-millions-d-e-a-gagner-507160.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T09:06:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "339f1412b8bbeac460a62000732c6615" + }, + { + "title": "Bob Bradley quitte le Los Angeles FC", + "description": "Dream of Californication.
    \n
    \nBob Bradley restera comme le premier entraîneur de l'histoire du Los Angeles FC. Une franchise née en 2018 et intégrée cette même saison en MLS.…

    ", + "content": "Dream of Californication.
    \n
    \nBob Bradley restera comme le premier entraîneur de l'histoire du Los Angeles FC. Une franchise née en 2018 et intégrée cette même saison en MLS.…

    ", + "category": "", + "link": "https://www.sofoot.com/bob-bradley-quitte-le-los-angeles-fc-507159.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T09:06:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "15618ce57e5bbb7913bbc63bf4a82634" + }, + { + "title": "Lucas Paquetá joueur du mois d'octobre en Ligue 1", + "description": "Incontournable au milieu de terrain à Lyon, Lucas Paquetá a marché sur la Ligue 1 au mois d'octobre. Aussi élégant sur la pelouse que son cuir chevelu, le Brésilien succède à Kylian Mbappé…", + "content": "Incontournable au milieu de terrain à Lyon, Lucas Paquetá a marché sur la Ligue 1 au mois d'octobre. Aussi élégant sur la pelouse que son cuir chevelu, le Brésilien succède à Kylian Mbappé…", + "category": "", + "link": "https://www.sofoot.com/lucas-paqueta-joueur-du-mois-d-octobre-en-ligue-1-507158.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T08:52:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8c4c27f548e16c6d5d9f1704a9ed93bb" + }, + { + "title": "225 millions de plus pour le Real dans la rénovation de son stade", + "description": "La rénovation de Santiago Bernabéu commence à réellement devenir un casse-tête pour le Real Madrid. Le projet avait été initié en 2019 avec une jolie enveloppe de 575 millions d'euros pour…", + "content": "La rénovation de Santiago Bernabéu commence à réellement devenir un casse-tête pour le Real Madrid. Le projet avait été initié en 2019 avec une jolie enveloppe de 575 millions d'euros pour…", + "category": "", + "link": "https://www.sofoot.com/225-millions-de-plus-pour-le-real-dans-la-renovation-de-son-stade-507157.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T08:22:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "da0c756a560a688cb66808116c9a571f" + }, + { + "title": "Sanction réduite pour un club brésilien dans une affaire de racisme", + "description": "Le club de Brusque au Brésil a pu voir ce jeudi sa sanction réduite dans une affaire de racisme qui concerne son ancien président Antonio Petermann. Ce dernier a avoué avoir émis des propos…", + "content": "Le club de Brusque au Brésil a pu voir ce jeudi sa sanction réduite dans une affaire de racisme qui concerne son ancien président Antonio Petermann. Ce dernier a avoué avoir émis des propos…", + "category": "", + "link": "https://www.sofoot.com/sanction-reduite-pour-un-club-bresilien-dans-une-affaire-de-racisme-507156.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T07:50:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e4ce5d67d116372e7e283fcd5e7a5a56" + }, + { + "title": "Jimmy Cabot, ça brûle", + "description": "Arrivé à Angers en septembre 2020, Jimmy Cabot, 27 ans, a vécu une première saison difficile dans le Maine-et-Loire avant de changer de look pour une autre vie à la suite de l'arrivée de Gérald Baticle. Repositionné piston droit par le coach arrivé cet été sur le banc du SCO, le Savoyard donne aujourd'hui la leçon aux habitués des couloirs et fonce dans tout le pays avec un statut improbable de meilleur tacleur de Ligue 1. Entre vieilles pannes de réveil, amour de la pétanque et développement personnel, portrait d'un homme complet.Un jour de juin, alors que le monde du foot a la tête à l'Euro et que ceux qui se fichent du foot tentent de comprendre quelque chose aux changements d'humeur du ciel, des hommes suent. Ils sont…", + "content": "Un jour de juin, alors que le monde du foot a la tête à l'Euro et que ceux qui se fichent du foot tentent de comprendre quelque chose aux changements d'humeur du ciel, des hommes suent. Ils sont…", + "category": "", + "link": "https://www.sofoot.com/jimmy-cabot-ca-brule-507127.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T05:05:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2a051a5cd5fb3cf303f2512fbf848b3a" + }, + { + "title": "Le nouveau défi de Samuel Eto'o", + "description": "Samuel Eto'o a officiellement déposé sa candidature à l'élection à la présidence de la Fédération camerounaise de football (FECAFOOT) le mercredi 17 novembre, en vue du scrutin du 11 décembre. L'ancien capitaine des Lions indomptables, qui bénéficie d'un important soutien populaire et médiatique, est déterminé à aller jusqu'au bout, malgré les tentatives de l'actuel président pour l'inciter à se retirer.Kinshasa était le dimanche 14 novembre \"the place to be\" du football africain, à l'occasion du match décisif entre la RD Congo et le Bénin, comptant pour la 6e journée de…", + "content": "Kinshasa était le dimanche 14 novembre \"the place to be\" du football africain, à l'occasion du match décisif entre la RD Congo et le Bénin, comptant pour la 6e journée de…", + "category": "", + "link": "https://www.sofoot.com/le-nouveau-defi-de-samuel-eto-o-507133.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T05:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "24bda355d4e44537cdc2404c9fd7751d" + }, + { + "title": "Ces activistes strasbourgeois ont un plan pour faire annuler la Coupe du monde 2022", + "description": "Ils ne voulaient pas rester indifférents aux milliers de morts recensés depuis l'attribution de la compétition au Qatar. Le collectif Maquis Alsace-Lorraine se lance dans un projet fou : faire annuler le prochain Mondial, en incitant personnellement les joueurs à boycotter l'événement.\" Depuis que je suis enfant, les footballeurs sont mes idoles. C'est pour ça que j'y crois, ils m'ont toujours fait rêver, ils ne peuvent pas me décevoir\", confie Ariel*, qui est à…", + "content": "\" Depuis que je suis enfant, les footballeurs sont mes idoles. C'est pour ça que j'y crois, ils m'ont toujours fait rêver, ils ne peuvent pas me décevoir\", confie Ariel*, qui est à…", + "category": "", + "link": "https://www.sofoot.com/ces-activistes-strasbourgeois-ont-un-plan-pour-faire-annuler-la-coupe-du-monde-2022-507132.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T05:00:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b98003fd7304412e2629c2e2bf09b134" + }, + { + "title": "Pronostic Nancy Rodez : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Nancy en regain de forme avant Rodez

    \n
    \nLanterne rouge de Ligue 2, Nancy a connu une entame de championnat très compliquée avec notamment 5 défaites…
    ", + "content": "

    Nancy en regain de forme avant Rodez

    \n
    \nLanterne rouge de Ligue 2, Nancy a connu une entame de championnat très compliquée avec notamment 5 défaites…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-nancy-rodez-analyse-cotes-et-prono-du-match-de-ligue-2-507155.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T02:48:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "714359fa98ecee9745535777d423eb7e" + }, + { + "title": "Pronostic Nîmes Quevilly Rouen : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Nîmes enchaine face à Quevilly Rouen

    \n
    \nRelégué de Ligue 1 après avoir vécu un exercice difficile, Nîmes a vu plusieurs cadres quitter le navire…
    ", + "content": "

    Nîmes enchaine face à Quevilly Rouen

    \n
    \nRelégué de Ligue 1 après avoir vécu un exercice difficile, Nîmes a vu plusieurs cadres quitter le navire…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-nimes-quevilly-rouen-analyse-cotes-et-prono-du-match-de-ligue-2-507154.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T02:43:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "077879d3446eca5bc8a432506df906d2" + }, + { + "title": "Pronostic Le Havre Amiens : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Le Havre ambitieux face à Amiens

    \n
    \nDécevant ces dernières saisons, Le Havre se monte nettement plus intéressant lors de ce nouvel exercice alors que…
    ", + "content": "

    Le Havre ambitieux face à Amiens

    \n
    \nDécevant ces dernières saisons, Le Havre se monte nettement plus intéressant lors de ce nouvel exercice alors que…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-le-havre-amiens-analyse-cotes-et-prono-du-match-de-ligue-2-507153.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T02:37:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2b7b3d3da3dee479b26678d553aca531" + }, + { + "title": "Pronostic Caen Paris FC : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Le Paris FC enfonce Caen

    \n
    \nSauvé lors de la dernière journée l'an passé, le Stade Malherbe de Caen avait en revanche parfaitement lancé ce nouvel…
    ", + "content": "

    Le Paris FC enfonce Caen

    \n
    \nSauvé lors de la dernière journée l'an passé, le Stade Malherbe de Caen avait en revanche parfaitement lancé ce nouvel…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-caen-paris-fc-analyse-cotes-et-prono-du-match-de-ligue-2-507152.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T02:26:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1cf2e2c144d511e6ea60b76dff2f9573" + }, + { + "title": "Pronostic Pau Guingamp : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Pau - Guingamp : L'En Avant tombe dans le piège palois

    \n
    \nPromu en Ligue 2 l'an passé, Pau a souffert pour se maintenir et est resté en L2 grâce à…
    ", + "content": "

    Pau - Guingamp : L'En Avant tombe dans le piège palois

    \n
    \nPromu en Ligue 2 l'an passé, Pau a souffert pour se maintenir et est resté en L2 grâce à…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-pau-guingamp-analyse-cotes-et-prono-du-match-de-ligue-2-507151.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T02:12:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9dd070c423ece9d27e5cd77a5c19b681" + }, + { + "title": "Pronostic Rennes Montpellier : Analyse, cotes et prono du match de Ligue 1", + "description": "

    Rennes enchaîne face à Montpellier

    \n
    \nLe Stade Rennais s'est installé ces dernières saisons comme l'un des candidats aux places européennes. Il y…
    ", + "content": "

    Rennes enchaîne face à Montpellier

    \n
    \nLe Stade Rennais s'est installé ces dernières saisons comme l'un des candidats aux places européennes. Il y…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-rennes-montpellier-analyse-cotes-et-prono-du-match-de-ligue-1-507150.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T02:02:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "409ddfbc25d17c3638d8b22f2c18dd2a" + }, + { + "title": "Pronostic Bastia Niort : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Bastia solide à domicile face à Niort

    \n
    \nChampion de National l'an passé, Bastia a donc été promu en Ligue 2. Le club corse connaît un retour…
    ", + "content": "

    Bastia solide à domicile face à Niort

    \n
    \nChampion de National l'an passé, Bastia a donc été promu en Ligue 2. Le club corse connaît un retour…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-bastia-niort-analyse-cotes-et-prono-du-match-de-ligue-2-507149.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T00:52:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c28c8065aed9ee932708e14092cc04c2" + }, + { + "title": "Pronostic Valenciennes Grenoble : Analyse, cotes et prono du match de Ligue 2", + "description": "

    Valenciennes, la mal-être avant Grenoble

    \n
    \nAprès avoir connu de fortes tensions entre supporters et dirigeants la saison dernière, Valenciennes vit des…
    ", + "content": "

    Valenciennes, la mal-être avant Grenoble

    \n
    \nAprès avoir connu de fortes tensions entre supporters et dirigeants la saison dernière, Valenciennes vit des…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-valenciennes-grenoble-analyse-cotes-et-prono-du-match-de-ligue-2-507148.html", + "creator": "SO FOOT", + "pubDate": "2021-11-19T00:45:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ca52c8c2287ea0fed4bcb5838361833a" + }, + { + "title": "Pronostic Lazio Juventus : Analyse, cotes et prono du match de Serie A", + "description": "

    La Lazio résiste à la Juve

    \n
    \nCe samedi dans le cadre de la 13e journée de Premier League, la Lazio reçoit la Juventus Turin. Les hommes de…
    ", + "content": "

    La Lazio résiste à la Juve

    \n
    \nCe samedi dans le cadre de la 13e journée de Premier League, la Lazio reçoit la Juventus Turin. Les hommes de…
    ", + "category": "", + "link": "https://www.sofoot.com/pronostic-lazio-juventus-analyse-cotes-et-prono-du-match-de-serie-a-507147.html", + "creator": "SO FOOT", + "pubDate": "2021-11-18T23:44:00Z", + "folder": "00.03 News/Sport - FR", + "feed": "SoFoot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4b4d955df6c98e30934f4a80abc0d288" + } + ], + "folder": "00.03 News/Sport - FR", + "name": "SoFoot", + "language": "fr", + "hash": "34481497e90bc38e67ca4f7307f04617" + }, + { + "title": "BBC News - World", + "subtitle": "", + "link": "https://www.bbc.co.uk/news/", + "image": "https://news.bbcimg.co.uk/nol/shared/img/bbc_news_120x60.gif", + "description": "BBC News - World", + "items": [ + { + "title": "Covid: French uproar as Macron vows to 'piss off' unvaccinated", + "description": "The president vows to make life difficult for the unjabbed, but opponents condemn his language.", + "content": "The president vows to make life difficult for the unjabbed, but opponents condemn his language.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59873833?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 12:05:50 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "162b2a683a37029aecf039a11ae908cd", + "highlights": [] + }, + { + "title": "Novak Djokovic: Tennis star's Australia entry delayed over visa row", + "description": "The tennis player had been controversially exempted from vaccination rules for the Australian Open.", + "content": "The tennis player had been controversially exempted from vaccination rules for the Australian Open.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59884038?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 16:55:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8480bf5a303d94d6b0978ab8dd1e309e", + "highlights": [] + }, + { + "title": "Kazakhstan unrest: Staff flee as protesters enter airport", + "description": "Mass demonstrations sparked by rising fuel prices escalate despite a state of emergency in some areas.", + "content": "Mass demonstrations sparked by rising fuel prices escalate despite a state of emergency in some areas.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59880166?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 17:48:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3b755d44190197c1b899fa55534a1b58", + "highlights": [] + }, + { + "title": "North Korea fires suspected ballistic missile into the sea", + "description": "It follows a number of tests last year and a vow from Kim Jong-un to bolster the North's defences.", + "content": "It follows a number of tests last year and a vow from Kim Jong-un to bolster the North's defences.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59876095?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 10:54:17 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0e3d7545d681fbfe9fa8b07f69a616ca", + "highlights": [] + }, + { + "title": "Philadelphia fire: Seven children among 13 dead in apartment blaze", + "description": "Two others are injured after a blaze rips through a three-storey public housing block.", + "content": "Two others are injured after a blaze rips through a three-storey public housing block.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59885770?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 17:28:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b51782e2899244728fbdac50fcf37022", + "highlights": [] + }, + { + "title": "Snowbound in Virginia traffic for over 10 hours", + "description": "One passenger's harrowing journey after heavy snowfall paralysed miles of highway in Virginia.", + "content": "One passenger's harrowing journey after heavy snowfall paralysed miles of highway in Virginia.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59876423?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 00:17:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c1f0f5351333469b3e588d22e371e76c", + "highlights": [] + }, + { + "title": "Pope Francis says choosing pets over kids is selfish", + "description": "Pope Francis has said that those who choose to have pets over children show \"a form of selfishness\".", + "content": "Pope Francis has said that those who choose to have pets over children show \"a form of selfishness\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59884801?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 15:58:02 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ca11e7c97b241446ef7e660fdf3cb75c", + "highlights": [] + }, + { + "title": "Niger police seize record 200kg of cocaine from mayor's car", + "description": "The mayor and his driver are arrested for allegedly trying to transport the record haul to Libya.", + "content": "The mayor and his driver are arrested for allegedly trying to transport the record haul to Libya.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59873835?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 17:13:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "71e7fcc29b6e7c6f6bec40d018b87cc0", + "highlights": [] + }, + { + "title": "Kosovo bans cryptocurrency mining after blackouts", + "description": "The Balkan country is enforcing blackouts amid an electricity shortage caused by high global prices.", + "content": "The Balkan country is enforcing blackouts amid an electricity shortage caused by high global prices.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59879760?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 12:16:16 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "82ef7ab23db636303227fae2838c0de7", + "highlights": [] + }, + { + "title": "Europe's tattoo artists fear for future after EU ink ban", + "description": "Thousands of chemicals are banned by EU for safety reasons, but tattooists say it will hit business.", + "content": "Thousands of chemicals are banned by EU for safety reasons, but tattooists say it will hit business.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59871779?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:07:50 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e034a1c5cd241c805a5065ac03cfd387", + "highlights": [] + }, + { + "title": "Taiwan buys 20,000 bottles of Lithuania rum destined for China", + "description": "Taiwan later urged locals to buy rum, posting recipes for rum-infused cocktails.", + "content": "Taiwan later urged locals to buy rum, posting recipes for rum-infused cocktails.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59877917?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 08:20:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "11f2eeb717aa66ff123838c6b8a9b12f", + "highlights": [] + }, + { + "title": "Gal Gadot says Imagine video was in poor taste", + "description": "The actress and fellow Hollywood stars recorded a cover of Imagine at the beginning of the pandemic.", + "content": "The actress and fellow Hollywood stars recorded a cover of Imagine at the beginning of the pandemic.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59879071?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 11:55:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1b52c40d7855f3054d41cde7ba9f83db", + "highlights": [] + }, + { + "title": "South Africa's Zondo commission report: Scandal, bullying and fear", + "description": "A report reveals how a business family allegedly secured control of South Africa under ex-President Zuma.", + "content": "A report reveals how a business family allegedly secured control of South Africa under ex-President Zuma.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59880624?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 16:41:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "95632cec7cca2bf4692c2d2e5ef8a0ec", + "highlights": [] + }, + { + "title": "Silicon Valley's trial of the century", + "description": "A look at the Theranos trial and the evidence that led to Elizabeth Holmes being found guilty of fraud.", + "content": "A look at the Theranos trial and the evidence that led to Elizabeth Holmes being found guilty of fraud.", + "category": "", + "link": "https://www.bbc.co.uk/news/technology-59867772?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 11:19:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ffc9e421e44832f515a44e53b9f61f83", + "highlights": [] + }, + { + "title": "Pushpa: Why a song calling out men is under fire for sleaze", + "description": "A new hit song which claims to subvert the male gaze is accused of, in fact, objectifying women.", + "content": "A new hit song which claims to subvert the male gaze is accused of, in fact, objectifying women.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59808739?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 02:58:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "83face1b343229a35a3da0a06bb4480e", + "highlights": [] + }, + { + "title": "Richard Leakey - fossil expert, conservationist and politician", + "description": "The achievements of Richard Leakey, who has died aged 77, were as remarkable as they were diverse.", + "content": "The achievements of Richard Leakey, who has died aged 77, were as remarkable as they were diverse.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59833131?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 12:56:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e5c80c24f029cb2c540969873291f295", + "highlights": [] + }, + { + "title": "In the footsteps of the women who escaped a Nazi death march", + "description": "When Gwen Strauss' great-aunt revealed she had led nine women in an escape from a Nazi death march in 1945, Gwen decided to retrace their steps.", + "content": "When Gwen Strauss' great-aunt revealed she had led nine women in an escape from a Nazi death march in 1945, Gwen decided to retrace their steps.", + "category": "", + "link": "https://www.bbc.co.uk/news/stories-59566983?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 00:55:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9d92bbbb2cea1f99beba180f55ba9264", + "highlights": [] + }, + { + "title": "Iconic Bangkok station Hua Lamphong reaches the end of the line", + "description": "Hua Lamphong has seen the start and end of journeys for generations of Thai travellers and tourists alike.", + "content": "Hua Lamphong has seen the start and end of journeys for generations of Thai travellers and tourists alike.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59735955?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 00:01:12 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "67d2ad56c220dc84d8dfac3105791d84", + "highlights": [] + }, + { + "title": "Gandikota: The stunning Indian gorge that resembles the Grand Canyon", + "description": "The Gandikota gorge in southern India is believed to be nearly 100,000 years old.", + "content": "The Gandikota gorge in southern India is believed to be nearly 100,000 years old.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59731622?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 00:01:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a6be70a9d9e87536eefdb0fecf7cdcb2", + "highlights": [] + }, + { + "title": "Djokovic exemption reaction: 'He might get boos on court'", + "description": "Australians give their views on Novak Djokovic being able to play in the Australian Open.", + "content": "Australians give their views on Novak Djokovic being able to play in the Australian Open.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59878984?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 11:15:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "148d534590ee7dab68e2b39e4a459b2b", + "highlights": [] + }, + { + "title": "US snow: Major snowfall blankets Washington DC", + "description": "Snow causes fun and frustration in Washington DC.", + "content": "Snow causes fun and frustration in Washington DC.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59871267?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 14:49:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f9526880e9acf888e8e257f89f88f822", + "highlights": [] + }, + { + "title": "Winter Olympics: Behind the bubble in Beijing", + "description": "Have a look at how Beijing is preparing for the Games - with a sealed off area to keep Covid out.", + "content": "Have a look at how Beijing is preparing for the Games - with a sealed off area to keep Covid out.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59869509?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:43:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3e8ad91a1d4f5b2a9a5011007496fb3f", + "highlights": [] + }, + { + "title": "Novak Djokovic: Australia entry delayed over visa row", + "description": "The player arrived at Melbourne Airport on Wednesday, where authorities noticed an issue with his visa.", + "content": "The player arrived at Melbourne Airport on Wednesday, where authorities noticed an issue with his visa.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59884038?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 16:26:46 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8edef587eb327c153749dc33f413abc5", + "highlights": [] + }, + { + "title": "Kazakhstan unrest: Internet cut amid fuel protests", + "description": "Mass demonstrations sparked by rising fuel prices continue despite a state of emergency in some areas.", + "content": "Mass demonstrations sparked by rising fuel prices continue despite a state of emergency in some areas.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59876093?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 15:35:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2ae3f4393b0ffd1899ed9f3a85d8b64a", + "highlights": [] + }, + { + "title": "Dakar Rally: France opens terrorism probe into Saudi Arabia blast", + "description": "The explosion in Saudi Arabia last week badly wounded French rally driver Philippe Boutron.", + "content": "The explosion in Saudi Arabia last week badly wounded French rally driver Philippe Boutron.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59868726?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 11:30:16 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4f9607d23cdacca6ccf1c3f38a9e3754", + "highlights": [] + }, + { + "title": "US science teacher arrested for vaccinating 17-year-old student", + "description": "Police say the teacher is not trained to give vaccines and gave the jab to the boy at her home.", + "content": "Police say the teacher is not trained to give vaccines and gave the jab to the boy at her home.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59876583?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 02:10:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "901e11e3342732461e22f940c449feb4", + "highlights": [] + }, + { + "title": "US actress Joan Copeland dies aged 99", + "description": "The Broadway and TV star, who was also the sister of playwright Arthur Miller, died in her sleep.", + "content": "The Broadway and TV star, who was also the sister of playwright Arthur Miller, died in her sleep.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59878349?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 10:28:02 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d41a611d3599b73fc0f7661088b8a88c", + "highlights": [] + }, + { + "title": "Memorial: Russia’s civil rights group uncovering an uncomfortable past", + "description": "Memorial, one of the oldest civil rights groups in Russia, was uncovering uncomfortable truths for the authorities.", + "content": "Memorial, one of the oldest civil rights groups in Russia, was uncovering uncomfortable truths for the authorities.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59853010?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 14:42:02 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3b935f41a69e2ac2697754d58e1ba6e3", + "highlights": [] + }, + { + "title": "Letter from Africa: Africa plays on in 2022 without its great referee", + "description": "Joseph Warungu looks at what is in store for the African continent this coming year.", + "content": "Joseph Warungu looks at what is in store for the African continent this coming year.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59703681?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 00:05:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fa7ea68b5c1f4424d1a50c7d0db622b7", + "highlights": [] + }, + { + "title": "Elizabeth Holmes: Theranos founder convicted of fraud", + "description": "A jury found the Silicon Valley ex-CEO guilty on four of 11 counts after seven days of deliberations.", + "content": "A jury found the Silicon Valley ex-CEO guilty on four of 11 counts after seven days of deliberations.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59734254?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 05:29:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2cd0e7e6e9d39c3a4e7769d79c4d3d58", + "highlights": [] + }, + { + "title": "US reports 1m daily Covid cases with peak to come", + "description": "Omicron drives a record-breaking daily tally of new US cases, though deaths remain stable.", + "content": "Omicron drives a record-breaking daily tally of new US cases, though deaths remain stable.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59867536?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 16:27:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "166e1d9a00820f975d230b2d4a21b6e0", + "highlights": [] + }, + { + "title": "Prince Andrew: Decision soon on dismissing case - judge", + "description": "A US court hears arguments about a deal the prince's accuser Virginia Giuffre agreed with Jeffrey Epstein.", + "content": "A US court hears arguments about a deal the prince's accuser Virginia Giuffre agreed with Jeffrey Epstein.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59865102?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 17:56:27 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "94a3f90ff96a4673ebab3f141b7f68bd", + "highlights": [] + }, + { + "title": "Sudan coup: Sudan forces fire tear gas at protesters", + "description": "Security forces use tear gas to disperse crowds as demonstrators block roads with burning tyres.", + "content": "Security forces use tear gas to disperse crowds as demonstrators block roads with burning tyres.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59872232?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 17:07:56 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "eed9bba7992ed9a27b3e4e8ed8999ac5", + "highlights": [] + }, + { + "title": "Thailand: Tropical bay from 'The Beach' reopens", + "description": "Maya Bay, a huge tourist draw, was closed in 2018 amid concerns over environmental damage.", + "content": "Maya Bay, a huge tourist draw, was closed in 2018 amid concerns over environmental damage.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59871943?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 15:33:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d614490ef17e9e25cf380b22d1d60602", + "highlights": [] + }, + { + "title": "Two arrested in Egypt after teenage girl's suicide", + "description": "Basant Khaled, 17, took her own life in Egypt after allegedly being blackmailed with faked images.", + "content": "Basant Khaled, 17, took her own life in Egypt after allegedly being blackmailed with faked images.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59868721?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 15:15:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "be7031adc418532c374b6beb415a6a26", + "highlights": [] + }, + { + "title": "South Africa parliament fire suspect had explosives - prosecutor", + "description": "A man who allegedly set fire to the Cape Town building was caught with explosives, prosecutors say.", + "content": "A man who allegedly set fire to the Cape Town building was caught with explosives, prosecutors say.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59866553?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 17:09:17 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8d7ccfdfd24d02e5e362c15d4ef74415", + "highlights": [] + }, + { + "title": "Prosecutor drops Andrew Cuomo groping charge", + "description": "Accuser is 'credible', district attorney says, but there is not enough evidence to move forward.", + "content": "Accuser is 'credible', district attorney says, but there is not enough evidence to move forward.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59833122?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:19:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "758c467b53a6aef49bd6b614d6b0d072", + "highlights": [] + }, + { + "title": "France's Bogdanoff TV twins die of Covid six days apart", + "description": "Grichka and Igor Bogdanoff had hosted a TV science and science-fiction show in the 1980s.", + "content": "Grichka and Igor Bogdanoff had hosted a TV science and science-fiction show in the 1980s.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59867046?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 12:32:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ca16e29e42813e753523aae8757da8f3", + "highlights": [] + }, + { + "title": "China: Xi'an residents in lockdown trade goods for food amid shortage", + "description": "Supplies are low in lockdown, and some have resorted to bartering phones and gadgets for food.", + "content": "Supplies are low in lockdown, and some have resorted to bartering phones and gadgets for food.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59864266?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 11:53:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5f414464427e5ad8a159dd6fdb47958b", + "highlights": [] + }, + { + "title": "Yuzhou: Second Chinese city forced into Covid lockdown", + "description": "Yuzhou, with its population of 1.1 million, is shut down after just three cases are found.", + "content": "Yuzhou, with its population of 1.1 million, is shut down after just three cases are found.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59871325?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 15:29:25 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f361f04c0ae904ef8e22e9517d2e1a76", + "highlights": [] + }, + { + "title": "Watching North Korea from a supersonic fighter jet", + "description": "BBC correspondent Laura Bicker reports from a supersonic fighter jet on South Korea’s drive to build up its own war machine.", + "content": "BBC correspondent Laura Bicker reports from a supersonic fighter jet on South Korea’s drive to build up its own war machine.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59763426?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 00:02:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2d61a0cb05f72691185813349825f843", + "highlights": [] + }, + { + "title": "Africa's lost 'Motown' years rediscovered", + "description": "African music from the 1980s is being digitised thanks to a young Parisian producer.", + "content": "African music from the 1980s is being digitised thanks to a young Parisian producer.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59814182?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 00:02:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4185a24c7bd11f572d9f718fae18dffa", + "highlights": [] + }, + { + "title": "The rise and fall of Elizabeth Holmes", + "description": "The founder of the once promising start-up Theranos has been found guilty of fraud. What went wrong?", + "content": "The founder of the once promising start-up Theranos has been found guilty of fraud. What went wrong?", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59863739?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 00:30:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d50cbfeb8333978b9e43ada89c0dd559", + "highlights": [] + }, + { + "title": "China: Xi'an residents in lockdown trade for food amid shortage", + "description": "Faced with low supplies under lockdown, some have resorted to bartering phones and gadgets for food.", + "content": "Faced with low supplies under lockdown, some have resorted to bartering phones and gadgets for food.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59864266?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 07:45:27 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9aa41e0d592776f6fb018543c9c7511f", + "highlights": [] + }, + { + "title": "Prince Andrew accuser’s deal with Epstein released", + "description": "It shows Virginia Giuffre agreed not to sue anyone who could be described as a \"potential defendant\".", + "content": "It shows Virginia Giuffre agreed not to sue anyone who could be described as a \"potential defendant\".", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59861831?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 00:10:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3e6b2d40b1ab9eee54e74c7ee3bbd2c0", + "highlights": [] + }, + { + "title": "Canadian families win compensation over jet downed by Iran", + "description": "Relatives of six people who died when a plane was downed in 2020 will be compensated in Canada.", + "content": "Relatives of six people who died when a plane was downed in 2020 will be compensated in Canada.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59863053?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 22:50:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bb0d2aed7d20b37cbc2d3f07df01c6b1", + "highlights": [] + }, + { + "title": "Elon Musk: Tesla criticised after opening Xinjiang showroom", + "description": "The world's most valuable car maker opened the new showroom in the city of Urumqi on New Year's Eve.", + "content": "The world's most valuable car maker opened the new showroom in the city of Urumqi on New Year's Eve.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59863859?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 02:26:24 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2f0783ae46473c53ce781019358ee17f", + "highlights": [] + }, + { + "title": "Bee farming: Police stung breaking up protest in Chile", + "description": "Four beekeepers are detained following a protest calling for government support for their industry.", + "content": "Four beekeepers are detained following a protest calling for government support for their industry.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59865342?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 08:52:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1d80397404b8b3f637d3b13070bf9636", + "highlights": [] + }, + { + "title": "Top US phone firms agree delay of 5G rollout", + "description": "The two-week delay requested by transportation and aviation authorities was initially rejected.", + "content": "The two-week delay requested by transportation and aviation authorities was initially rejected.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59856063?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 04:00:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "624fdef289a7a84c4cade1cdbde88fcb", + "highlights": [] + }, + { + "title": "Hong Kong: Activist gets 15-month jail term for Tiananmen vigil", + "description": "Chow Hang Tung is jailed for 15 months for encouraging people to commemorate the Tiananmen protests.", + "content": "Chow Hang Tung is jailed for 15 months for encouraging people to commemorate the Tiananmen protests.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59864810?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 08:03:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "81a987d40cb5d2e1d33127514eb71e9c", + "highlights": [] + }, + { + "title": "South Africa parliament fire flares up again", + "description": "Firefighters are trying to douse the blaze which reignited hours after it was said to be under control.", + "content": "Firefighters are trying to douse the blaze which reignited hours after it was said to be under control.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59861556?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 16:21:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "03ee901a22f2ad7e87dd615b841afdff", + "highlights": [] + }, + { + "title": "Apple becomes first firm to hit $3tn market value", + "description": "The firm's value more than doubled during the pandemic as people bought more gadgets during lockdowns.", + "content": "The firm's value more than doubled during the pandemic as people bought more gadgets during lockdowns.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59864059?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 03:56:12 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7f8de0369169108d0a58a43755149ef4", + "highlights": [] + }, + { + "title": "Brazil's Bolsonaro in hospital with intestinal blockage", + "description": "President Jair Bolsonaro, who was stabbed in 2018, says doctors are evaluating potential surgery.", + "content": "President Jair Bolsonaro, who was stabbed in 2018, says doctors are evaluating potential surgery.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59833267?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 14:56:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a1dba7841fac6fe43533fec24bf4f42e", + "highlights": [] + }, + { + "title": "South Africa's parliament building on fire again", + "description": "One day after a fire at the parliament building in Cape Town, crews are tackling another blaze.", + "content": "One day after a fire at the parliament building in Cape Town, crews are tackling another blaze.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59863152?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 20:22:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "efebf9c20bf977928ea67d1fe0bc5317", + "highlights": [] + }, + { + "title": "Green Connect: The farm helping refugees build a life in Australia", + "description": "It has employed 5,000 people in the past decade and \"dramatically\" changed fortunes, refugees say.", + "content": "It has employed 5,000 people in the past decade and \"dramatically\" changed fortunes, refugees say.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59383184?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 00:00:14 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0f0c9a827c6da4a8cf304baf50eb4811", + "highlights": [] + }, + { + "title": "Kunal Kamra: The comedians under fire from Hindu nationalists", + "description": "Kunal Kamra and Munawar Faruqui talk to the BBC about having shows cancelled in the face of right-wring ire.", + "content": "Kunal Kamra and Munawar Faruqui talk to the BBC about having shows cancelled in the face of right-wring ire.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59728593?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 00:00:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e2de00a8cf29c78fa306590ad6d87117", + "highlights": [] + }, + { + "title": "Sudan coup: Prime Minister Abdalla Hamdok resigns after mass protests", + "description": "Abdalla Hamdok's resignation comes weeks after he was reinstated by the military following a coup.", + "content": "Abdalla Hamdok's resignation comes weeks after he was reinstated by the military following a coup.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59855246?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 03:22:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "504cb0d807915d4ff5c49c6d42abff70", + "highlights": [] + }, + { + "title": "Virginia Giuffre: Prince Andrew accuser's deal with Jeffrey Epstein to be released", + "description": "The Duke of York's lawyers believe it could free him from liability in a civil case against him.", + "content": "The Duke of York's lawyers believe it could free him from liability in a civil case against him.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59857168?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 09:23:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6efc597bfc90c0f4be3008867c761dc2", + "highlights": [] + }, + { + "title": "Covid-19: French MPs get death threats over support for vaccine pass", + "description": "They report the threats as they consider tougher restrictions on unvaccinated people in France.", + "content": "They report the threats as they consider tougher restrictions on unvaccinated people in France.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59860058?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 16:13:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c1e5174c584f63966e53e899882a3c9d", + "highlights": [] + }, + { + "title": "S Korea says man who crossed back to North is gymnast defector", + "description": "It's unclear why the man who jumped a barbed wire fence in 2020 made the perilous return journey.", + "content": "It's unclear why the man who jumped a barbed wire fence in 2020 made the perilous return journey.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59824920?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 13:10:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "21a374e73f8cb25c3755becf69407d68", + "highlights": [] + }, + { + "title": "China: Concern over Xi'an residents' midnight quarantine", + "description": "Some people in Xi'an complained after they were forced out of their homes during a Covid outbreak.", + "content": "Some people in Xi'an complained after they were forced out of their homes during a Covid outbreak.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59855689?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 10:32:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7e3090ad30821a7ffb5a0bafbea58027", + "highlights": [] + }, + { + "title": "Bulli Bai: India app that put Muslim women up for sale is shut", + "description": "This was the second recent attempt in India to harass Muslim women by \"auctioning\" them online.", + "content": "This was the second recent attempt in India to harass Muslim women by \"auctioning\" them online.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59856619?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 08:46:56 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "752d4ac106c3e5b3be12f69266a131d4", + "highlights": [] + }, + { + "title": "Turkey's inflation hits 36% amid financial turmoil", + "description": "The cost of living hits a 19-year high as the country refuses to raise its interest rates.", + "content": "The cost of living hits a 19-year high as the country refuses to raise its interest rates.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59857420?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 14:42:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9fe50ded40842b6fbb65820dc8533339", + "highlights": [] + }, + { + "title": "Israeli photographer captures unique bird spoon image", + "description": "Wildlife photographer Albert Keshet said it was one of the most amazing pictures he had ever taken.", + "content": "Wildlife photographer Albert Keshet said it was one of the most amazing pictures he had ever taken.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59748062?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 13:31:07 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b9d818c132d0731cccc539b73210010b", + "highlights": [] + }, + { + "title": "Newborn baby found in toilet bin of Air Mauritius plane", + "description": "The mother and baby are doing well, after airport staff found the boy during a routine check.", + "content": "The mother and baby are doing well, after airport staff found the boy during a routine check.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59859148?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 12:14:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5bce0842d16522a8f2212f331317ff47", + "highlights": [] + }, + { + "title": "2022 sporting calendar: Big events from Winter Olympics to the World Cup", + "description": "The Winter Olympics, Commonwealth Games, Women's Euros and the men's World Cup are just some of the big events taking place in 2022.", + "content": "The Winter Olympics, Commonwealth Games, Women's Euros and the men's World Cup are just some of the big events taking place in 2022.", + "category": "", + "link": "https://www.bbc.co.uk/sport/59548186?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 09:47:59 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d487a5b7ab22941fd2f0b7766cf77e3e", + "highlights": [] + }, + { + "title": "Desmond Tutu funeral: Anti-apartheid campaigner remembered in Cape Town", + "description": "The anti-apartheid campaigner and Nobel Peace Prize winner died last Sunday, aged 90.", + "content": "The anti-apartheid campaigner and Nobel Peace Prize winner died last Sunday, aged 90.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59845938?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 12:17:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0203bcb745a4ca1ee34ed4ee763cef96", + "highlights": [] + }, + { + "title": "Light pollution: Parkour group saving energy by turning off city lights", + "description": "A group of young men are using their gymnastic abilities to reduce the impact of light pollution in their hometown.", + "content": "A group of young men are using their gymnastic abilities to reduce the impact of light pollution in their hometown.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59755739?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 00:05:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3594df34b23c8721dc3c5f36a85a48d8", + "highlights": [] + }, + { + "title": "ICYMI: Tiny tigers and trees as tasty treats", + "description": "A look at some of the stories you may have missed this week.", + "content": "A look at some of the stories you may have missed this week.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59838770?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 00:04:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1949e380a5a6141656798e1d81518947", + "highlights": [] + }, + { + "title": "Emily in Paris: Ukraine complains over Kyiv character stereotype", + "description": "Ukraine's culture minister has described the portrayal of a character from Kyiv as \"insulting\".", + "content": "Ukraine's culture minister has described the portrayal of a character from Kyiv as \"insulting\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59855440?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 23:08:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "06e700741ee64b20fe8ae0f21e9fc93b", + "highlights": [] + }, + { + "title": "Marjorie Taylor Greene: Twitter bans congresswoman over Covid misinformation", + "description": "The congresswoman was suspended after tweeting falsely about high levels of vaccine related deaths.", + "content": "The congresswoman was suspended after tweeting falsely about high levels of vaccine related deaths.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59854916?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 19:13:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4438a2e91f1546f340ca47c27e128ec7", + "highlights": [] + }, + { + "title": "Hong Kong: Pro-democracy website Citizen News is latest to close", + "description": "The pro-democracy news outlet's closure comes after police raided and arrested staff from Stand News.", + "content": "The pro-democracy news outlet's closure comes after police raided and arrested staff from Stand News.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59824917?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 05:02:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4f95e16d4fa8bfbfc0a7b3306e7a5dc4", + "highlights": [] + }, + { + "title": "‘The doctors came and I had to tell my father he was dying’", + "description": "Is it always appropriate for relatives to interpret for deaf loved ones?", + "content": "Is it always appropriate for relatives to interpret for deaf loved ones?", + "category": "", + "link": "https://www.bbc.co.uk/news/stories-59733533?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 00:04:46 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "76ad7b22597da121914799d27323575c", + "highlights": [] + }, + { + "title": "Quiz: How well do you remember football in 2021?", + "description": "Test your knowledge of football in 2021 by taking our quiz...", + "content": "Test your knowledge of football in 2021 by taking our quiz...", + "category": "", + "link": "https://www.bbc.co.uk/sport/football/59689367?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 09:53:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1ca4420fb0f3f2b43a9f83485a52df72", + "highlights": [] + }, + { + "title": "South Africa parliament: Man arrested over massive fire", + "description": "Police in Cape Town say a man is facing several charges over the fire and will appear in court on Tuesday.", + "content": "Police in Cape Town say a man is facing several charges over the fire and will appear in court on Tuesday.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59850904?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 18:06:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "66076fc6ebbd1a82063faeaaf1d87f5a", + "highlights": [] + }, + { + "title": "Covid: Israel Omicron spike could bring herd immunity but with risks - health boss", + "description": "Health boss says Omicron may lead to herd immunity but it would be better achieved via vaccination.", + "content": "Health boss says Omicron may lead to herd immunity but it would be better achieved via vaccination.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59853772?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 18:24:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a77d13e2d26cdf86c55ddbea0698487f", + "highlights": [] + }, + { + "title": "Denmark to make domestic flights fossil fuel free by 2030", + "description": "The PM wants domestic flights to go green, as part of ambitious national plans to cut emissions.", + "content": "The PM wants domestic flights to go green, as part of ambitious national plans to cut emissions.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59849898?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 03:03:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "56e4da8eefd388418fb1b47a812a8915", + "highlights": [] + }, + { + "title": "EU flag removed from Arc de Triomphe after right-wing outrage", + "description": "The French government denies bowing to far-right pressure over the flag at the Arc de Triomphe.", + "content": "The French government denies bowing to far-right pressure over the flag at the Arc de Triomphe.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59852577?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 14:29:16 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "db4b0b1b8431749f8904a0f2f77b99a1", + "highlights": [] + }, + { + "title": "South Korean crosses DMZ in rare defection to North Korea", + "description": "Seoul said it had asked the North, which has a shoot-on-sight policy, to protect the person.", + "content": "Seoul said it had asked the North, which has a shoot-on-sight policy, to protect the person.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59851097?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 08:03:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b1513864be8ca13029f695d51e2b614e", + "highlights": [] + }, + { + "title": "Lionel Messi: Paris St-Germain forward isolating after testing positive for Covid-19", + "description": "Argentina forward Lionel Messi is one of four Paris St-Germain players to test positive for Covid-19.", + "content": "Argentina forward Lionel Messi is one of four Paris St-Germain players to test positive for Covid-19.", + "category": "", "link": "https://www.bbc.co.uk/sport/football/59852819?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 12:52:07 GMT", + "pubDate": "Sun, 02 Jan 2022 12:52:07 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7a15fb42bdb66827e28b6eef3646a208", + "highlights": [] + }, + { + "title": "EU plans to label gas and nuclear energy 'green' prompt row", + "description": "A European Commission proposal says the two energy sources are key to a green transition.", + "content": "A European Commission proposal says the two energy sources are key to a green transition.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59850093?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 05:30:50 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5cced96c2c6c05e4bf1aa1aded975191", + "highlights": [] + }, + { + "title": "Colorado wildfire: Two people remain missing and presumed dead", + "description": "A local sheriff previously said it had been a miracle no-one was reported missing or dead.", + "content": "A local sheriff previously said it had been a miracle no-one was reported missing or dead.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59849697?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 19:42:56 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7f7b0d536d9b0358b97f5512418f6be5", + "highlights": [] + }, + { + "title": "Aoife Beary: Berkeley balcony collapse survivor dies, aged 27", + "description": "The Irishwoman suffered serious injuries in a Californian balcony collapse that killed six students.", + "content": "The Irishwoman suffered serious injuries in a Californian balcony collapse that killed six students.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59854917?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 20:46:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "eb9257b6429c2c5c3f6012ac188bbc3e", + "highlights": [] + }, + { + "title": "Map drawn from memory helps reunite kidnapped Chinese man with family", + "description": "Li Jingwei was kidnapped in Yunnan province in 1989 and sold to a family thousands of miles away.", + "content": "Li Jingwei was kidnapped in Yunnan province in 1989 and sold to a family thousands of miles away.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59848162?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 20:01:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "788cb1f2458cf50c4d0d12644ee82433", + "highlights": [] + }, + { + "title": "Curry breaks own NBA three-pointer record", + "description": "Stephen Curry breaks his own NBA record for three-pointers in consecutive games as he leads the Golden State Warriors to a 123-116 win over the Utah Jazz.", + "content": "Stephen Curry breaks his own NBA record for three-pointers in consecutive games as he leads the Golden State Warriors to a 123-116 win over the Utah Jazz.", + "category": "", + "link": "https://www.bbc.co.uk/sport/basketball/59851107?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 07:33:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b706101f1995a20e3da69e6cc6236e28", + "highlights": [] + }, + { + "title": "New Year's Eve: Firework displays welcome 2022", + "description": "Celebrations have taken place around the world, with light shows and fireworks as 2022 began.", + "content": "Celebrations have taken place around the world, with light shows and fireworks as 2022 began.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59841816?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 17:34:12 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2aeb1b3d426f01c3e6dac9a725c9c92b", + "highlights": [] + }, + { + "title": "Colorado wildfires: Woman says families in her neighbourhood lost everything", + "description": "A woman who had to evacuate her home in Louisville with her family speaks to the BBC.", + "content": "A woman who had to evacuate her home in Louisville with her family speaks to the BBC.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59845176?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 07:12:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b747ee58bbb60b9ca154275f9fd943d4", + "highlights": [] + }, + { + "title": "US flight cancellations hit new holiday peak amid Covid and bad weather", + "description": "More than 2,500 flights have been cancelled, with airlines facing crew shortages and bad weather.", + "content": "More than 2,500 flights have been cancelled, with airlines facing crew shortages and bad weather.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59848651?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 21:00:42 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "670f6b356f3aef6880c2871b3114b462", + "highlights": [] + }, + { + "title": "Colorado wildfire: Three people reported missing and presumed dead", + "description": "A local sheriff previously said it had been a miracle no one was reported missing or dead.", + "content": "A local sheriff previously said it had been a miracle no one was reported missing or dead.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59849697?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 00:32:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b80a85ec1f60e5b4acfb84636c414b9a", + "highlights": [] + }, + { + "title": "Cape Town: Major blaze rips through South Africa parliament building", + "description": "Large flames and a huge column of smoke could be seen coming out of the building on Sunday morning.", + "content": "Large flames and a huge column of smoke could be seen coming out of the building on Sunday morning.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59850904?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 07:54:50 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9c408553debee97edaf5a733246aa5bb", + "highlights": [] + }, + { + "title": "South Africa holds state funeral for Archbishop Desmond Tutu", + "description": "The funeral for the anti-apartheid campaigner is taking place in St George's Cathedral in Cape Town.", + "content": "The funeral for the anti-apartheid campaigner is taking place in St George's Cathedral in Cape Town.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59843925?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 07:57:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "869342c52c2672e53b43a4cc165ccc6b", + "highlights": [] + }, + { + "title": "New law allowing assisted suicide takes effect in Austria", + "description": "The new law allows chronically or terminally ill adults to make provisions for an assisted suicide.", + "content": "The new law allows chronically or terminally ill adults to make provisions for an assisted suicide.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59847371?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 13:51:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dc91e44c06dcec3d8649697d331ec653", + "highlights": [] + }, + { + "title": "India: At least 12 dead in New Year temple stampede", + "description": "Pilgrims were visiting the shrine of Mata Vaishno Devi to mark the new year when the tragedy unfolded.", + "content": "Pilgrims were visiting the shrine of Mata Vaishno Devi to mark the new year when the tragedy unfolded.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59845278?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 06:42:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2b604bdc1386ad6ceb3eb98d8ab8972d", + "highlights": [] + }, + { + "title": "Coronavirus pandemic: Antarctic outpost hit by Covid-19 outbreak", + "description": "Two-thirds of staff at the station are infected but officials say the situation is not serious.", + "content": "Two-thirds of staff at the station are infected but officials say the situation is not serious.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59848160?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 16:17:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6994eac345a7cf4445f6196edfbca64e", + "highlights": [] + }, + { + "title": "New Year's Eve fireworks kill and injure in Europe despite bans", + "description": "Among three killed is a 12-year-old Dutch boy who was watching an adult set off a device.", + "content": "Among three killed is a 12-year-old Dutch boy who was watching an adult set off a device.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59848648?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 18:14:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "18ac79fe4d008b3231586e1b05348ee1", + "highlights": [] + }, + { + "title": "Covid: UAE bans foreign travel for citizens without booster jab", + "description": "Emiratis will need a third dose of a coronavirus vaccine if they want to leave the country.", + "content": "Emiratis will need a third dose of a coronavirus vaccine if they want to leave the country.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59845833?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 17:20:27 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "09e9063e1af6a2e4327c6edc502ea053", + "highlights": [] + }, + { + "title": "Colorado: Residents return following devastating fire", + "description": "Tens of thousands of people in Boulder County were forced to flee their homes on Thursday.", + "content": "Tens of thousands of people in Boulder County were forced to flee their homes on Thursday.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59843920?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 04:57:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "384886d06c40616520512543a5fa2ade", + "highlights": [] + }, + { + "title": "French car-burning returns for New Year's Eve", + "description": "Car burning has become an annual event in French suburbs since riots hit several cities in 2005.", + "content": "Car burning has become an annual event in French suburbs since riots hit several cities in 2005.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59847372?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 16:03:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "df634b16c700591c78159209944ed458", + "highlights": [] + }, + { + "title": "Obituary: Betty White, the Golden Girl with a heart of gold", + "description": "One of America's original screen stars, Betty White enjoyed a career spanning eight decades.", + "content": "One of America's original screen stars, Betty White enjoyed a career spanning eight decades.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-53723448?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 19:43:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7f4be009c44039569d887c723544e3fb", + "highlights": [] + }, + { + "title": "Breakaway Super League, Tokyo's 'Covid Games', cricket's racism crisis - a huge year for sports news", + "description": "BBC sports editor Dan Roan says 2021 has included two of the most dramatic, fastest-moving stories he has covered in two decades of sports reporting.", + "content": "BBC sports editor Dan Roan says 2021 has included two of the most dramatic, fastest-moving stories he has covered in two decades of sports reporting.", + "category": "", + "link": "https://www.bbc.co.uk/sport/59838168?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 14:36:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6d2436ad1c2ff1429909b7c746bf4466", + "highlights": [] + }, + { + "title": "The Corozal: Scottish dredger that helped build the Panama Canal", + "description": "Museum staff unearthed the story of a Scottish dredger involved in constructing the famous trading route.", + "content": "Museum staff unearthed the story of a Scottish dredger involved in constructing the famous trading route.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-scotland-59644117?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 23:03:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9f5583d3576aafb60b3411a934b1d9d6", + "highlights": [] + }, + { + "title": "Who is Ghislaine Maxwell? The story of her downfall", + "description": "How she went from being the toast of high society to a convicted sex trafficker.", + "content": "How she went from being the toast of high society to a convicted sex trafficker.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59733623?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 23:28:10 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "48faf9da5d687b187fdf42bcb7824eba", + "highlights": [] + }, + { + "title": "Kim Jong-un: North Korea to focus on economy in 2022", + "description": "Kim Jong-un says the faltering economy will be the national priority as he marks 10 years in power.", + "content": "Kim Jong-un says the faltering economy will be the national priority as he marks 10 years in power.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59845636?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 07:40:25 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6630d1af3d586a2a0a2dea8b562e8772", + "highlights": [] + }, + { + "title": "French ban on plastic packaging for fruit and vegetables begins", + "description": "Effective from New Year's day, officials hope the law will prevent a billion items of single use plastics every year.", + "content": "Effective from New Year's day, officials hope the law will prevent a billion items of single use plastics every year.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59843697?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 22:50:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6657300ea3f02d1caa543308aa5b45e4", + "highlights": [] + }, + { + "title": "Betty White: Biden leads tributes for Golden Girls actress", + "description": "The long-time Hollywood star died on Friday at the age of 99 after an eight-decade film and TV career.", + "content": "The long-time Hollywood star died on Friday at the age of 99 after an eight-decade film and TV career.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59843627?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 02:09:02 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9b4e5459de726862444fdac23b574ab3", + "highlights": [] + }, + { + "title": "French car-burning returns for New Years' Eve", + "description": "Car burning has become an annual event in French suburbs since riots hit several cities in 2005.", + "content": "Car burning has become an annual event in French suburbs since riots hit several cities in 2005.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59847372?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 16:03:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "661de62c0ef3194d001b4dab2bc088b3", + "highlights": [] + }, + { + "title": "NBA: DeMar DeRozan scores buzzer-beating three-pointer as Chicago Bulls beat Indiana Pacers", + "description": "DeMar DeRozan scores a buzzer-beating three-pointer to give the Chicago Bulls a 108-106 win at the Indiana Pacers in the NBA.", + "content": "DeMar DeRozan scores a buzzer-beating three-pointer to give the Chicago Bulls a 108-106 win at the Indiana Pacers in the NBA.", + "category": "", + "link": "https://www.bbc.co.uk/sport/basketball/59846066?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 09:35:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f8cbbe693a0982ba8189634be222bada", + "highlights": [] + }, + { + "title": "After Desmond Tutu, a time for new South African heroes", + "description": "As the last of South Africa's moral giants is laid to rest, some say now is time to break the mould.", + "content": "As the last of South Africa's moral giants is laid to rest, some say now is time to break the mould.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59838432?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 07:14:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c828334e1f35a2a85f44d31d4a82f136", + "highlights": [] + }, + { + "title": "Ghislaine Maxwell: Rape survivor describes 'locking eyes' with Maxwell in court", + "description": "Sarah Ransome says Maxwell was the \"enforcer\" in the sexual abuse that was carried out by Maxwell and Epstein.", + "content": "Sarah Ransome says Maxwell was the \"enforcer\" in the sexual abuse that was carried out by Maxwell and Epstein.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59841815?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 16:46:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6d35f0b14659df9294377b0d64da1c05", + "highlights": [] + }, + { + "title": "How 'fake news' affected the world in 2021", + "description": "Misinformation about the Covid pandemic and climate change is slowing an effective collective response to these emergencies.", + "content": "Misinformation about the Covid pandemic and climate change is slowing an effective collective response to these emergencies.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59736375?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 00:00:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5c18cfc77b63d3f81905194c040dff23", + "highlights": [] + }, + { + "title": "Cape Verde: Drone delivers medical supplies to remote islands", + "description": "Computer scientist Erico Pinheiro has invented a drone system to deliver medical supplies to the remote communities of his island nation Cape Verde.", + "content": "Computer scientist Erico Pinheiro has invented a drone system to deliver medical supplies to the remote communities of his island nation Cape Verde.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59763425?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 00:15:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6d3ed567aaeba6be47d7021ab1d9e387", + "highlights": [] + }, + { + "title": "Covid-19: WHO chief optimistic disease will be beaten in 2022", + "description": "The organisation ends the year on a positive note but warns about \"nationalism and vaccine hoarding\".", + "content": "The organisation ends the year on a positive note but warns about \"nationalism and vaccine hoarding\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59840513?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 15:16:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0f67f9082c3a2e9ae175d0c92af1d79d", + "highlights": [] + }, + { + "title": "Emma Raducanu withdraws Melbourne Summer Set after Covid-19 isolation", + "description": "US Open champion Emma Raducanu withdraws from this week's Melbourne Summer Set, a warm-up event for the Australian Open.", + "content": "US Open champion Emma Raducanu withdraws from this week's Melbourne Summer Set, a warm-up event for the Australian Open.", + "category": "", + "link": "https://www.bbc.co.uk/sport/tennis/59846931?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 11:03:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2887b78309253a70e8081c617886c39a", + "highlights": [] + }, + { + "title": "Rogel Aguilera-Mederos: Colorado truck driver's sentence cut by 100 years", + "description": "Rogel Aguilera-Mederos was sentenced to 110 years in prison for a crash that killed four people.", + "content": "Rogel Aguilera-Mederos was sentenced to 110 years in prison for a crash that killed four people.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59839723?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 14:17:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e1cd4aa7eea80f809ce4ae2f231941ef", + "highlights": [] + }, + { + "title": "Virginia Giuffre: Prince Andrew accuser seeks evidence he could not sweat", + "description": "Lawyers for Virginia Giuffre call on the royal to submit medical reports to a New York court.", + "content": "Lawyers for Virginia Giuffre call on the royal to submit medical reports to a New York court.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59839351?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 14:55:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "28300ceb3850adaf069abbd7ac4b463d", + "highlights": [] + }, + { + "title": "Desmond Tutu: Body of South African hero to be aquamated", + "description": "In line with his eco-friendly beliefs, the water-based process uses a tenth of the energy of cremation.", + "content": "In line with his eco-friendly beliefs, the water-based process uses a tenth of the energy of cremation.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59842728?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 18:55:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "094926d75aa8f8c7a141808d9a1c95e5", + "highlights": [] + }, + { + "title": "Jeffrey Epstein: Charges dropped against prison guards who falsified records", + "description": "The pair admitted falsifying records to show they had monitored Epstein on the night of his death.", + "content": "The pair admitted falsifying records to show they had monitored Epstein on the night of his death.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59839724?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 16:08:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5845dc7d1011a72dab48a3348a7f9e21", + "highlights": [] + }, + { + "title": "Romelu Lukaku: Chelsea manager Thomas Tuchel 'does not like' striker's comments", + "description": "Chelsea boss Thomas Tuchel says Romelu Lukaku's comments in an interview in which the striker said he was \"not happy\" with his role at the club \"brings noise that we don't need\".", + "content": "Chelsea boss Thomas Tuchel says Romelu Lukaku's comments in an interview in which the striker said he was \"not happy\" with his role at the club \"brings noise that we don't need\".", + "category": "", + "link": "https://www.bbc.co.uk/sport/football/59837361?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 10:52:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "614e8a8bddbdd48a1a4b00b468623006", + "highlights": [] + }, + { + "title": "What does future warfare look like? It's here already", + "description": "There's one area where the West is falling dangerously behind Russia and China - hypersonic missiles.", + "content": "There's one area where the West is falling dangerously behind Russia and China - hypersonic missiles.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59755100?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 01:55:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6be3603ae22049b25b4f22b9e758bb93", + "highlights": [] + }, + { + "title": "Year in tech: The stories making headlines in 2021", + "description": "From the metaverse to NFTs and everything in-between, what's made the news in tech this year?", + "content": "From the metaverse to NFTs and everything in-between, what's made the news in tech this year?", + "category": "", + "link": "https://www.bbc.co.uk/news/technology-59309768?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 01:01:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "979216aa1b47fce8ab832605090c5245", + "highlights": [] + }, + { + "title": "Colorado Wildfires: Thousands evacuated as buildings burn", + "description": "Around 30,000 people have been evacuated as wildfires sweep across the US state of Colorado.", + "content": "Around 30,000 people have been evacuated as wildfires sweep across the US state of Colorado.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59837697?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 10:36:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c54adf71dfc4f91fba336182ede75d0f", + "highlights": [] + }, + { + "title": "Ukraine tensions: Putin tells Biden new sanctions could rupture ties", + "description": "The US and Russian presidents spoke by phone for almost an hour amid rising tensions over Ukraine.", + "content": "The US and Russian presidents spoke by phone for almost an hour amid rising tensions over Ukraine.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59832722?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 00:30:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "336069583a34a9a41b80a8b144098336", + "highlights": [] + }, + { + "title": "Colorado wildfires: Tens of thousands evacuated as blazes spread", + "description": "Some 30,000 people north of Denver are told to leave their homes and a state of emergency is declared.", + "content": "Some 30,000 people north of Denver are told to leave their homes and a state of emergency is declared.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59834897?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 03:50:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "71c78886ae617171e1f263428960d46f", + "highlights": [] + }, + { + "title": "Bangladesh: Women-only beach scrapped after social media outcry", + "description": "Critics accused the government of pandering to hardline Islamist groups in the country.", + "content": "Critics accused the government of pandering to hardline Islamist groups in the country.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59824915?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 04:30:40 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "244d28dd40854c46b04028dd5e7d06e0", + "highlights": [] + }, + { + "title": "Xi'an: Cries for help and food in quarantined Chinese city", + "description": "Officials say there are adequate supplies, but some in Xi'an say they do not have enough to eat.", + "content": "Officials say there are adequate supplies, but some in Xi'an say they do not have enough to eat.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59824916?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 09:33:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "af92dfa9ee19f55378813c6e96d8ad46", + "highlights": [] + }, + { + "title": "Omicron: Third wave looms as India Covid cases spike", + "description": "Major cities such as Mumbai, Delhi and Kolkata are recording a sharp daily jump in coronavirus cases.", + "content": "Major cities such as Mumbai, Delhi and Kolkata are recording a sharp daily jump in coronavirus cases.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59835127?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 09:39:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9a74590a374936e47f35d804826bc503", + "highlights": [] + }, + { + "title": "Covid: Woman isolates in toilet for five hours after positive mid-flight test", + "description": "A US teacher says she spent five hours in the toilet after testing positive for Covid-19.", + "content": "A US teacher says she spent five hours in the toilet after testing positive for Covid-19.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59833262?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 19:18:05 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b9809d1970bbb0c5750ec6e0085b7265", + "highlights": [] + }, + { + "title": "Avoid cruises even if vaccinated, CDC tells Americans", + "description": "It says there has been an increase in onboard cases since the emergence of the Omicron variant.", + "content": "It says there has been an increase in onboard cases since the emergence of the Omicron variant.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59834211?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 22:20:12 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "05f1adf9f1f388f56765cbe7e6f4c4f1", + "highlights": [] + }, + { + "title": "Virginia Confederate monuments likely headed to black history museum", + "description": "A black history museum in Richmond may soon receive the controversial memorials.", + "content": "A black history museum in Richmond may soon receive the controversial memorials.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59833150?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 19:33:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9d10a89b67e1001dedc023a33097a4a9", + "highlights": [] + }, + { + "title": "Colorado wildfires: News crew escapes fast-spreading flames", + "description": "Members of a CBS team escape in a hurry as flames blaze across grass in their direction.", + "content": "Members of a CBS team escape in a hurry as flames blaze across grass in their direction.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59835210?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 06:11:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c58599fbac694850bef9c08ba1abc281", + "highlights": [] + }, + { + "title": "Desmond Tutu: Mourners queue to pay respects as body lies in state", + "description": "The Nobel Peace Prize winner's body will lie in state in a simple coffin for two days.", + "content": "The Nobel Peace Prize winner's body will lie in state in a simple coffin for two days.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59832343?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 19:51:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "21abed76ba2c24fee6a7f8174679c5a4", + "highlights": [] + }, + { + "title": "South Africa says Omicron wave may have peaked", + "description": "Officials relax restrictions noting lower hospital admissions from the Omicron variant than feared.", + "content": "Officials relax restrictions noting lower hospital admissions from the Omicron variant than feared.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59832843?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 02:04:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "81d39c7f9bc254c2c88ab9c0fd10b545", + "highlights": [] + }, + { + "title": "Ghislaine Maxwell: Survivors speak of relief after guilty verdict", + "description": "Annie Farmer, who was groomed by Ghislaine Maxwell, said the verdict was a 'tremendous relief'", + "content": "Annie Farmer, who was groomed by Ghislaine Maxwell, said the verdict was a 'tremendous relief'", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59827051?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 13:35:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "12b8cfd10fec5a65a752acca315cac65", + "highlights": [] + }, + { + "title": "Ashraf Ghani: Ex-Afghan president describes moment he fled the Taliban", + "description": "Speaking to the BBC, Ashraf Ghani tackles criticism he left Afghanistan as the Taliban closed in.", + "content": "Speaking to the BBC, Ashraf Ghani tackles criticism he left Afghanistan as the Taliban closed in.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59807737?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 10:02:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ddd9181f7fe9c6f8727a0773c3129214", + "highlights": [] + }, + { + "title": "Russia labels Pussy Riot members foreign agents", + "description": "Journalists and other prominent figures also feature on an updated justice ministry list.", + "content": "Journalists and other prominent figures also feature on an updated justice ministry list.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59832838?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 19:02:17 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f793549cef44e0cedbb3390fe03eac96", + "highlights": [] + }, + { + "title": "2021 viral videos: The social media moments India celebrated", + "description": "From the 'pawri' girl to the tiny Covid warrior, here are the social media moments India celebrated.", + "content": "From the 'pawri' girl to the tiny Covid warrior, here are the social media moments India celebrated.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59726291?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 00:07:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9cfb917a03e30105b670665c22e9355f", + "highlights": [] + }, + { + "title": "The 'heartbreakingly beautiful' art of Laurie Anderson", + "description": "The pioneering artist speaks about her new exhibit, which blends painting, film, music and writing.", + "content": "The pioneering artist speaks about her new exhibit, which blends painting, film, music and writing.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59764603?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 23:21:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ed3065aaa6798ddbbaef796afe1d99c0", + "highlights": [] + }, + { + "title": "Omicron: South Africa ends night-time curfew", + "description": "Officials relax restrictions noting lower hospital admissions from the Omicron variant than feared.", + "content": "Officials relax restrictions noting lower hospital admissions from the Omicron variant than feared.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59832843?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 22:38:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0ac977300bee0afebd7790f23dadd704", + "highlights": [] + }, + { + "title": "Teva Pharmaceuticals found liable in New York opioid trial", + "description": "A New York State jury has found the drug maker help fuel the state's deadly opioid epidemic.", + "content": "A New York State jury has found the drug maker help fuel the state's deadly opioid epidemic.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59833156?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 21:56:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b0a5dc089aeceb517efd69271e794e63", + "highlights": [] + }, + { + "title": "Desmond Tutu's body lies in state in his old cathedral", + "description": "The coffin of the archbishop will remain at St George's Cathedral in Cape Town for two days.", + "content": "The coffin of the archbishop will remain at St George's Cathedral in Cape Town for two days.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59826091?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 10:14:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8b9e0dd6231a35b7ef20462d8b9a5775", + "highlights": [] + }, + { + "title": "Afcon is being disrespected - Ian Wright", + "description": "The Africa Cup of Nations is being \"disrespected\" by some negative media coverage, says former England striker Ian Wright.", + "content": "The Africa Cup of Nations is being \"disrespected\" by some negative media coverage, says former England striker Ian Wright.", + "category": "", + "link": "https://www.bbc.co.uk/sport/football/59825904?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 19:54:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ac516932c51138eff5d95af827975b62", + "highlights": [] + }, + { + "title": "Tesla to recall 475,000 cars in the US", + "description": "The number of cars being recalled is nearly equivalent to the firm's global deliveries last year.", + "content": "The number of cars being recalled is nearly equivalent to the firm's global deliveries last year.", + "category": "", + "link": "https://www.bbc.co.uk/news/technology-59818800?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 16:29:12 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3099229ac480ff5124857b05df7a2704", + "highlights": [] + }, + { + "title": "Why Chinese stand-up comedians are turning to English", + "description": "Alex Shi says her comedy comes from her Chinese heritage but she feels more comfortable performing in a foreign language.", + "content": "Alex Shi says her comedy comes from her Chinese heritage but she feels more comfortable performing in a foreign language.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59755737?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 00:09:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ee44ee3e73ab89e2e138644ea8f14181", + "highlights": [] + }, + { + "title": "Ghislaine Maxwell: How accusers' testimony brought her down", + "description": "This was a victory for the women who fought to bring Jeffrey Epstein's co-conspirator to justice.", + "content": "This was a victory for the women who fought to bring Jeffrey Epstein's co-conspirator to justice.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59736227?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 22:48:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9cef80329beaf4acc24a223b82dfdd5a", + "highlights": [] + }, + { + "title": "Ukraine tensions: Biden and Putin phone call seeks 'diplomatic path'", + "description": "The presidents of the US and Russia will speak again in a bid to de-escalate tensions over Ukraine.", + "content": "The presidents of the US and Russia will speak again in a bid to de-escalate tensions over Ukraine.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59818978?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 22:50:50 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "23d2ecf1817c0fc7c3e2fccacbade4bd", + "highlights": [] + }, + { + "title": "Tiger shot and dies at Naples Zoo in Florida after biting cleaner's arm", + "description": "A cleaner had tried to pet or feed the animal in an unauthorised area, the sheriff's office said.", + "content": "A cleaner had tried to pet or feed the animal in an unauthorised area, the sheriff's office said.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59826100?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 11:36:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "45b69f76be127736d0d70bb495547243", + "highlights": [] + }, + { + "title": "China bans its national football players from getting tattoos", + "description": "Top players who already have body art are told to remove it, as a good example for society.", + "content": "Top players who already have body art are told to remove it, as a good example for society.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59827047?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 10:40:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d7adfa90d177016ccfced6b3eee84489", + "highlights": [] + }, + { + "title": "Citroën removes Egypt ad accused of normalising sexual harassment", + "description": "The carmaker apologises for an Egyptian commercial in which a woman is photographed without consent.", + "content": "The carmaker apologises for an Egyptian commercial in which a woman is photographed without consent.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59818881?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 09:33:07 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "10aeefb1f44e982c1c3a0efa37e7cc57", + "highlights": [] + }, + { + "title": "Alaska 'Icemageddon' warning follows heat record", + "description": "The coldest US state faces weather extremes after heavy snowfall and torrential rain.", + "content": "The coldest US state faces weather extremes after heavy snowfall and torrential rain.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59820999?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 17:30:07 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c62c74e6f0cccf04014907dd55d4cbc0", + "highlights": [] + }, + { + "title": "Australia: Protesters set Old Parliament House in Canberra on fire", + "description": "The blaze was quickly put out but marks an escalation in indigenous protests in Canberra.", + "content": "The blaze was quickly put out but marks an escalation in indigenous protests in Canberra.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59824914?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 06:33:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a12d98d47fd7f3d7808f1c05907b1b19", + "highlights": [] + }, + { + "title": "Putin and Lukashenko team up for ice hockey match", + "description": "The Russian and Belarusian leaders both made the scoreboard in a game following talks between the countries.", + "content": "The Russian and Belarusian leaders both made the scoreboard in a game following talks between the countries.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59828830?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 11:29:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4c1dde46f16355fc6f28aafb40734c94", + "highlights": [] + }, + { + "title": "Elon Musk rejects claim he is hogging space", + "description": "His comments come after China complained to the United Nations about his internet satellite project.", + "content": "His comments come after China complained to the United Nations about his internet satellite project.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59824404?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 02:38:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2feb42d51b9992f2dbe55da1cfd53966", + "highlights": [] + }, + { + "title": "15 films to look out for in the Oscars race", + "description": "With the gong-giving season picking up steam, we look at the possible nominees for the big awards.", + "content": "With the gong-giving season picking up steam, we look at the possible nominees for the big awards.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59731053?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 00:31:16 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "33cc4e840adcbccb506e1729f90a66b9", + "highlights": [] + }, + { + "title": "Notable African deaths of 2021: From 'Ethiopia's Elvis' to mega pastors", + "description": "A look back at some of the prominent figures on the African continent who we said farewell to this year.", + "content": "A look back at some of the prominent figures on the African continent who we said farewell to this year.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59702842?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 01:59:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f1d41f522680be9e43274a8ce3e18a5d", + "highlights": [] + }, + { + "title": "What went wrong with vaccinating the world?", + "description": "Why developed countries have a surplus of vaccines while low-income ones are still struggling to battle Covid.", + "content": "Why developed countries have a surplus of vaccines while low-income ones are still struggling to battle Covid.", + "category": "", + "link": "https://www.bbc.co.uk/news/health-59755743?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 00:04:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c63a3446027bd09fdae32737a6cfcabf", + "highlights": [] + }, + { + "title": "A new way of farming in dry climates", + "description": "Ernst Gotsch's method of agriculture increases, rather than decreases, biodiversity and wildlife.", + "content": "Ernst Gotsch's method of agriculture increases, rather than decreases, biodiversity and wildlife.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59775136?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 00:02:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1c019146c61bbe78550dae4fa5b4443d", + "highlights": [] + }, + { + "title": "COP 26: The teenagers suing 33 countries", + "description": "To ensure the promises of COP26 are kept, young campaigners are putting their faith in the courts.", + "content": "To ensure the promises of COP26 are kept, young campaigners are putting their faith in the courts.", + "category": "", + "link": "https://www.bbc.co.uk/news/science-environment-59776108?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 00:03:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7e7455b2640b66aa87455e51015d2aed", + "highlights": [] + }, + { + "title": "Desmond Tutu: Religious and political leaders pay tribute in Cape Town", + "description": "Politicians and leaders of different faiths gathered in Cape Town to remember the anti-apartheid leader.", + "content": "Politicians and leaders of different faiths gathered in Cape Town to remember the anti-apartheid leader.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59823682?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 21:22:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "43d8a36b53ac659e9c62f224fab1aefe", + "highlights": [] + }, + { + "title": "Fighting to learn in Venezuela", + "description": "Despite the country's continuing economic crisis, both pupils and teachers are determined to continue with schooling.", + "content": "Despite the country's continuing economic crisis, both pupils and teachers are determined to continue with schooling.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59762809?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 00:05:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "af94e233d00460ef18ff116b71a20094", + "highlights": [] + }, + { + "title": "Jordan MPs fighting in parliament session live-streamed on local television", + "description": "The argument began as the chamber debated constitutional reforms, including gender equality.", + "content": "The argument began as the chamber debated constitutional reforms, including gender equality.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59812890?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 19:25:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e30ecacbbdac3cc2519c702b6017aae4", + "highlights": [] + }, + { + "title": "Ghislaine Maxwell guilty of helping Jeffrey Epstein abuse girls", + "description": "A jury in New York convicts her of recruiting and trafficking teenagers in a \"pyramid of abuse\".", + "content": "A jury in New York convicts her of recruiting and trafficking teenagers in a \"pyramid of abuse\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59824150?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 09:12:26 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "38f046899a68e78d6951342f2c60e2b4", + "highlights": [] + }, + { + "title": "Covid: Omicron and Delta driving tsunami of cases - WHO", + "description": "The warning comes as record cases are once again reported across the US and Europe.", + "content": "The warning comes as record cases are once again reported across the US and Europe.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59822209?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 22:43:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b65a4221788ac6593b15fde38e73a0b7", + "highlights": [] + }, + { + "title": "Berlin Zoo animals feast on unsold Christmas trees", + "description": "The trees are seen as a way to minimise waste and support zoos during the Covid pandemic.", + "content": "The trees are seen as a way to minimise waste and support zoos during the Covid pandemic.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59823632?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 21:44:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7fd7ade3962b0f38abbe6f040cf0c091", + "highlights": [] + }, + { + "title": "Russia orders health and drug checks for foreigners", + "description": "Business groups criticise a new law requiring mandatory fingerprinting, drug tests and STD checks.", + "content": "Business groups criticise a new law requiring mandatory fingerprinting, drug tests and STD checks.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59820777?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 19:04:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a76bfbc94010f99fb6060440df11ef21", + "highlights": [] + }, + { + "title": "Covid: US reports record infections as Europe's Omicron cases also soar", + "description": "Several nations see their biggest surge in daily infections as the WHO warns of Omicron's \"very high\" risk.", + "content": "Several nations see their biggest surge in daily infections as the WHO warns of Omicron's \"very high\" risk.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59814661?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 12:01:40 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c3a10f6ac438d7576c5a06f8fc17a9c1" + }, + { + "title": "Valentina Orellana-Peralta: US teen shot dead by police 'died in mother's arms'", + "description": "The parents of a 14-year-old girl killed by a stray police bullet while shopping demand justice.", + "content": "The parents of a 14-year-old girl killed by a stray police bullet while shopping demand justice.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59816567?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 10:25:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "283d157b5883b42a6656f1fc975e49ed" + }, + { + "title": "China: Public shaming returns amid Covid fears", + "description": "Four men accused of people trafficking are paraded through streets, to mixed reactions online.", + "content": "Four men accused of people trafficking are paraded through streets, to mixed reactions online.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59818971?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 14:51:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7d4343ec52c33a7f5d1a25ff8434f3d0" + }, + { + "title": "Sabine Weiss: Legend of street photography dies at 97", + "description": "Famed for her images of Paris street life, she was the last member of the French humanist group.", + "content": "Famed for her images of Paris street life, she was the last member of the French humanist group.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59816052?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 14:05:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "09fcfaf55d55d300459271a1f5750057" + }, + { + "title": "Citroën Egypt advert accused of normalising sexual harassment", + "description": "The French carmaker features a pop star taking a photo of a woman apparently without her consent.", + "content": "The French carmaker features a pop star taking a photo of a woman apparently without her consent.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59818881?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 14:09:50 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f2d88ed5387250d50237c6ab0ec34937" + }, + { + "title": "Stand News: Independent outlet to close after senior staff arrested", + "description": "Seven people linked to Stand News are arrested for \"conspiracy to publish a seditious publication\".", + "content": "Seven people linked to Stand News are arrested for \"conspiracy to publish a seditious publication\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59807734?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 10:05:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "258c313febb694c80b420b35e9df6958" + }, + { + "title": "Ukraine: Three die after memorial candle lit in hospital ward", + "description": "The candle was lit in memory of a patient who had recently died at the Ukrainian hospital.", + "content": "The candle was lit in memory of a patient who had recently died at the Ukrainian hospital.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59820248?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 14:44:17 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0dad364f77eff09c56d918ea0b4aa9f0" + }, + { + "title": "Robert E. Lee: Virginia workers open Civil War era time capsule", + "description": "The 130-year-old capsule contained flags, books and bullets related to the Confederate States.", + "content": "The 130-year-old capsule contained flags, books and bullets related to the Confederate States.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59814162?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 22:43:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "00793fcee3b748873d507685a803d2bc" + }, + { + "title": "Ghislaine Maxwell jury told to meet every day because of Covid", + "description": "The judge in Ghislaine Maxwell's sex trafficking trial asks jurors to deliberate every day.", + "content": "The judge in Ghislaine Maxwell's sex trafficking trial asks jurors to deliberate every day.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59812877?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 22:47:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6bcd7af5d7d0d079e45d6d1aa8512687" + }, + { + "title": "Ugandan author of The Greedy Barbarian detained - lawyer", + "description": "Prize-winning Ugandan novelist Kakwenza Rukirabashaija called the president's son \"obese\" on Twitter.", + "content": "Prize-winning Ugandan novelist Kakwenza Rukirabashaija called the president's son \"obese\" on Twitter.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59809822?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 13:58:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "898f000192d4ea874b66a981f820070c" + }, + { + "title": "Cristiano Ronaldo statue divides opinion in India", + "description": "The statue of the Portuguese football star is unveiled in Goa state, a former Portuguese colony.", + "content": "The statue of the Portuguese football star is unveiled in Goa state, a former Portuguese colony.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59808557?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 10:01:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "93e36c5298ad97abb7859be525450338" + }, + { + "title": "Richard Marcinko: Seal Team Six founder dies at 81", + "description": "Richard Marcinko played a vital role in boosting America's counter-terrorism capabilities but was a divisive figure.", + "content": "Richard Marcinko played a vital role in boosting America's counter-terrorism capabilities but was a divisive figure.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59812251?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 21:52:34 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f5e40f39b389f11a2e367f9ca1bb7337" + }, + { + "title": "Why Mauritius is losing its seashells", + "description": "The beaches of the Indian Ocean island seem bereft of the beautiful shells popular with tourists.", + "content": "The beaches of the Indian Ocean island seem bereft of the beautiful shells popular with tourists.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59701735?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 00:09:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "875967cc8b788d0e423ba7f9a2bf7c74" + }, + { + "title": "Biodiversity: The tale of the 'un-extinct' fish", + "description": "A Mexican fish species has been \"brought back from extinction\" after a decades-long rescue mission.", + "content": "A Mexican fish species has been \"brought back from extinction\" after a decades-long rescue mission.", + "category": "", + "link": "https://www.bbc.co.uk/news/science-environment-59760356?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 01:04:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "74ee8c4112b52d2450c7a2c959c83d11" + }, + { + "title": "Music preview 2022: The biggest releases, tours and films", + "description": "What will Britney do now she's free of her conservatorship, and who's releasing new music in 2022?", + "content": "What will Britney do now she's free of her conservatorship, and who's releasing new music in 2022?", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59571637?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 00:15:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a6b4afb9af2ca3e0514a8fb5d210d49a" + }, + { + "title": "The mystery of the home where the Queen was born", + "description": "Where was the original site of the house where the Queen was born? And was it bombed in the war?", + "content": "Where was the original site of the house where the Queen was born? And was it bombed in the war?", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59553852?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 00:12:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d950d95f253f7a788924dfe1e0763fa1" + }, + { + "title": "Crocodiles turn on humans amid Iran water crisis", + "description": "The creatures are attacking as their habitats shrink, a grim side-effect of Iran's water shortages.", + "content": "The creatures are attacking as their habitats shrink, a grim side-effect of Iran's water shortages.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59571711?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 00:05:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6b85cf4a79a58e175fa3652897e7be14" + }, + { + "title": "The African nation aiming to be a hydrogen superpower", + "description": "Namibia wants to use its abundance of sunshine and wind power to make and export hydrogen.", + "content": "Namibia wants to use its abundance of sunshine and wind power to make and export hydrogen.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59722297?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 00:11:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9bf70baa20cd4245cf753a23d3496f2d" + }, + { + "title": "What a Greek tragedy teaches us about modern migration", + "description": "A production of Antigone seeks to overturn prejudices about Africans arriving in Sicily.", + "content": "A production of Antigone seeks to overturn prejudices about Africans arriving in Sicily.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59701738?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 00:10:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "78215c6e3cbe6ae7e189510ef0f8a950" + }, + { + "title": "83 movie: Bollywood relives India’s epic cricket triumph", + "description": "A Bollywood ode to India's 1983 cricket world cup win recreates one of the greatest upsets in sports history.", + "content": "A Bollywood ode to India's 1983 cricket world cup win recreates one of the greatest upsets in sports history.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59731621?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 00:13:07 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "971fc30ce5b4c96ac761c7e9bc73a287" + }, + { + "title": "Hong Kong's Stand News independent website shuts down after raid", + "description": "Stand News has stopped operating following the arrest of seven people with links to the outlet.", + "content": "Stand News has stopped operating following the arrest of seven people with links to the outlet.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59815856?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 13:14:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2cd5155fbc651b2bc893f41ad391c74e" + }, + { + "title": "Desmond Tutu: Remembered by daughter as a 'hugger'", + "description": "Nontombi Naomi Tutu says her father \"went to meet his God, ready and willing\".", + "content": "Nontombi Naomi Tutu says her father \"went to meet his God, ready and willing\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59813216?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 17:22:16 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a94d3c7e3dab4185d28d1221667b3df3" + }, + { + "title": "Afghanistan: Children in Kabul working for a piece of bread", + "description": "More and more Afghan children are having to work to support their families, amidst an economic collapse.", + "content": "More and more Afghan children are having to work to support their families, amidst an economic collapse.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59761535?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 00:01:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c0ebdab15d9338d38a68a38009526186" + }, + { + "title": "Covid: Travel chaos spills into new week", + "description": "More than 1,400 flights are scrapped on Monday, capping off a tough festive period for travellers.", + "content": "More than 1,400 flights are scrapped on Monday, capping off a tough festive period for travellers.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59798682?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 05:24:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d4117de7450346fba052a322ab9e6cd3" + }, + { + "title": "Afghanistan's Taliban ban long-distance road trips for solo women", + "description": "Afghanistan's rulers say a male relative must accompany women travelling more than 45 miles (72km).", + "content": "Afghanistan's rulers say a male relative must accompany women travelling more than 45 miles (72km).", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59800113?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 09:52:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0f6d7e78554449c903195b530e2d0071" + }, + { + "title": "Desmond Tutu: South Africa mourns anti-apartheid hero", + "description": "The nation is holding a week of commemorative events after the clergyman's death at the age of 90.", + "content": "The nation is holding a week of commemorative events after the clergyman's death at the age of 90.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59798489?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 08:26:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f27cea50dc4bf55e3029a421fc3ab994" + }, + { + "title": "'A dark day': South Africans remember Tutu", + "description": "The archbishop, who was a driving force in the anti-apartheid movement, has died aged 90.", + "content": "The archbishop, who was a driving force in the anti-apartheid movement, has died aged 90.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59796716?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 15:57:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "51a7bf5dbb43f359ea19b6186b89f547" + }, + { + "title": "Brazilian town floods after two dams collapse", + "description": "People in the town of Itabuna can be seen using inflatable rafts and canoes to get from house to house.", + "content": "People in the town of Itabuna can be seen using inflatable rafts and canoes to get from house to house.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59801025?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 09:48:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d4ad678e6048ad3eb5266ec626c9d0ef" + }, + { + "title": "Jean-Marc Vallée: Canadian filmmaker dies aged 58", + "description": "The director's works included Dallas Buyers Club, Wild and the TV series Big Little Lies.", + "content": "The director's works included Dallas Buyers Club, Wild and the TV series Big Little Lies.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59800777?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 09:58:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "20e98e8eb0b3fda5ecfbdbdd59ac9a77" + }, + { + "title": "Roe v Wade US abortion rights lawyer Sarah Weddington dies", + "description": "Sarah Weddington won the landmark 1973 US Supreme Court case that legalised abortions in the US.", + "content": "Sarah Weddington won the landmark 1973 US Supreme Court case that legalised abortions in the US.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59798494?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 02:06:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8131e5f50755ef068127e9190656b696" + }, + { + "title": "Climate change: Huge toll of extreme weather disasters in 2021", + "description": "Floods and storms connected to rising temperatures have had a huge impact on people worldwide.", + "content": "Floods and storms connected to rising temperatures have had a huge impact on people worldwide.", + "category": "", + "link": "https://www.bbc.co.uk/news/science-environment-59761839?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 04:09:25 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c1ccd41df51a9d1ffeb29d911ef2bf46" + }, + { + "title": "Spider-Man: No Way Home becomes first pandemic-era film to top $1bn", + "description": "It beat Chinese Korean War epic The Battle of Lake Changjin to be the highest grossing film of 2021.", + "content": "It beat Chinese Korean War epic The Battle of Lake Changjin to be the highest grossing film of 2021.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59798609?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 03:05:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6e0d8c4d58dd6825d5e40b049205bedf" + }, + { + "title": "US snowstorms: California and other western states battered", + "description": "Almost 30in (76cm) of snow fell in parts of northern California and Nevada in a 24-hour period.", + "content": "Almost 30in (76cm) of snow fell in parts of northern California and Nevada in a 24-hour period.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59800032?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 09:49:34 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4974e4fa03e6cfaaac5598403e182cf5" + }, + { + "title": "Demi Skipper plans to keep trading after hairpin-to-house swap", + "description": "TikToker Demi Skipper made headlines this month when she successfully traded items until she got a house.", + "content": "TikToker Demi Skipper made headlines this month when she successfully traded items until she got a house.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59762810?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 00:00:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7fd1fa9975d477f6ed8519d006a6971c" + }, + { + "title": "Ashes: Australia seize control of third Test after ruthless bowling display", + "description": "England are facing Ashes defeat after a dramatic second day of the third Test in Melbourne sees England close on 31-4 - still 51 runs behind Australia.", + "content": "England are facing Ashes defeat after a dramatic second day of the third Test in Melbourne sees England close on 31-4 - still 51 runs behind Australia.", + "category": "", + "link": "https://www.bbc.co.uk/sport/cricket/59798619?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 08:51:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3e55c51c8bd2e64d7692c22e43a33d8b" + }, + { + "title": "Desmond Tutu - the staunch and steadfast healer of a nation", + "description": "How Desmond Tutu went from public enemy No1 to the pastor of a nation.", + "content": "How Desmond Tutu went from public enemy No1 to the pastor of a nation.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59800035?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 11:15:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "761160a6e595235937a3819b73bc09f3" + }, + { + "title": "Covid-19: India's unwinnable battle against spitting", + "description": "The pandemic briefly renewed efforts to curb an infamous Indian habit - spitting in public.", + "content": "The pandemic briefly renewed efforts to curb an infamous Indian habit - spitting in public.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-51908404?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 00:00:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ae26abf31c5b7681770080b8e3475d89" + }, + { + "title": "'I'm Jewish and black - where do I fit in?'", + "description": "Black and Jewish journalist Nadine Batchelor-Hunt travels to Israel to meet the Ethiopian community and explore this dual identity.", + "content": "Black and Jewish journalist Nadine Batchelor-Hunt travels to Israel to meet the Ethiopian community and explore this dual identity.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59748260?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 00:06:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "108676b3d19cd7d6b357af4379c6d11a" + }, + { + "title": "Fear and loathing in South Africa where foreigners live in danger", + "description": "Foreigners in South Africa tell photographer Shiraaz Mohamed how they cope with xenophobia and crime.", + "content": "Foreigners in South Africa tell photographer Shiraaz Mohamed how they cope with xenophobia and crime.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59690318?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 00:02:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "92fda38a4cfd47092720523132121c9b" + }, + { + "title": "Scott Marsh: Viral and controversial art of 'Australia's Banksy'", + "description": "He uses quintessential Australian larrikinism to skewer politicians, climate sceptics and others.", + "content": "He uses quintessential Australian larrikinism to skewer politicians, climate sceptics and others.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59723656?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 00:01:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4ad112345fcbc8024652c113b9329c67" + }, + { + "title": "How this clip restored one man's dream of being a pilot", + "description": "The story behind a face mask clip that restored a young man's dream of being a pilot.", + "content": "The story behind a face mask clip that restored a young man's dream of being a pilot.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-58091493?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 00:03:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0768bed78a79e69383c9a4bb9ba56b28" + }, + { + "title": "Archbishop Desmond Tutu: Looking back at his life and legacy", + "description": "The BBC's Nomsa Maseko looks back at the life of Archbishop Desmond Tutu, who has died aged 90.", + "content": "The BBC's Nomsa Maseko looks back at the life of Archbishop Desmond Tutu, who has died aged 90.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59793776?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 07:28:59 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1b3f225c2c8b788d0a3ccdc41a0b6818" + }, + { + "title": "The Chinese mother backing bigger families", + "description": "Chen Ting is a mother of three and businesswoman who encourages other women to have more children.", + "content": "Chen Ting is a mother of three and businesswoman who encourages other women to have more children.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59732329?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 00:06:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cf1b22c614f89f0afe608e16af89a646" + }, + { + "title": "My art channels the pain from Ethiopia's war", + "description": "US-based Tigrayan artist Gabrielle Tesfaye uses her work to share her feelings over the civil war.", + "content": "US-based Tigrayan artist Gabrielle Tesfaye uses her work to share her feelings over the civil war.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59759885?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 00:04:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cc002b9b1c1d624aa0986c1b67a68f11" + }, + { + "title": "Uri Geller: The celebrity who owes his success to spoons", + "description": "Self-proclaimed Israel psychic Uri Geller recalls how he made spoon-bending famous across the world.", + "content": "Self-proclaimed Israel psychic Uri Geller recalls how he made spoon-bending famous across the world.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59740360?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 00:54:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d52bacc592ba61703605d8b9f22873e8" + }, + { + "title": "Why a former oil executive is capping abandoned wells", + "description": "Around the US, an estimated three million oil wells have been abandoned. They're more dangerous than we think.", + "content": "Around the US, an estimated three million oil wells have been abandoned. They're more dangerous than we think.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59707864?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 00:05:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "69a75e1ff59a341bbf557a8af3fa92e3" + }, + { + "title": "Desmond Tutu: Obama joins tributes to South Africa anti-apartheid hero", + "description": "The former US president praises the churchman who helped end apartheid, after his death aged 90.", + "content": "The former US president praises the churchman who helped end apartheid, after his death aged 90.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59796159?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 15:30:25 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f2d0072a125bbcb01c95710c5e8fe18c" + }, + { + "title": "In pictures: The life of Archbishop Desmond Tutu", + "description": "The first black archbishop of Cape Town, South Africa, was a much-loved figure around the world.", + "content": "The first black archbishop of Cape Town, South Africa, was a much-loved figure around the world.", + "category": "", + "link": "https://www.bbc.co.uk/news/in-pictures-59793545?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 09:49:56 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "924d128963c1341acbe3699e200a1bde" + }, + { + "title": "Covid: Travel misery for tens of thousands as flights are cancelled", + "description": "Chinese and US airlines are hardest hit amid a surge in Covid cases in many countries.", + "content": "Chinese and US airlines are hardest hit amid a surge in Covid cases in many countries.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59793040?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 10:48:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8f93fa705ce8904647d7585dae043d1e" + }, + { + "title": "Deadly bombing at restaurant packed for Christmas", + "description": "Six people have been killed after a suicide bomber targeted a restaurant in eastern DR Congo.", + "content": "Six people have been killed after a suicide bomber targeted a restaurant in eastern DR Congo.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59792840?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 02:39:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cf1ea9e862dc80dc2132c32a190e35cc" + }, + { + "title": "Sudan coup: Security forces accused of violence against protesters", + "description": "Some 178 anti-coup demonstrators are reportedly injured in clashes near the presidential palace.", + "content": "Some 178 anti-coup demonstrators are reportedly injured in clashes near the presidential palace.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59795213?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 12:13:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "53f875fa1ec39326d6abeaa5db59547c" + }, + { + "title": "Myanmar: Charity staff missing after deadly 'army attack'", + "description": "Save the Children says troops killed 38 people and burned their bodies in eastern Kayah state.", + "content": "Save the Children says troops killed 38 people and burned their bodies in eastern Kayah state.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59792125?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 01:19:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "081ccbc30aec241cb66cc9be9dc80419" + }, + { + "title": "Surfer killed in apparent shark attack in California", + "description": "Beachgoers in Morro Bay area are ordered to stay out of the water after an accident on Christmas Eve.", + "content": "Beachgoers in Morro Bay area are ordered to stay out of the water after an accident on Christmas Eve.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59792120?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 23:19:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "771e845f9b2a92b1a4430d4b1ad4fb29" + }, + { + "title": "Spain's La Palma volcano eruption declared over after three months", + "description": "The Cumbre Vieja volcano in Spain's Canary Islands had been spewing lava and ash since September.", + "content": "The Cumbre Vieja volcano in Spain's Canary Islands had been spewing lava and ash since September.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59791541?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 17:28:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "858b30d8511bec5bcf852b3cb78d41da" + }, + { + "title": "Sudan coup: Tear gas fired at pro-democracy protests", + "description": "Protesters are demanding the military step back and allow the transition to civilian rule.", + "content": "Protesters are demanding the military step back and allow the transition to civilian rule.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59789491?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 18:23:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6b31d8fcf51e16d2db1522741c849eef" + }, + { + "title": "SA urges halt to Nelson Mandela's Robben Island prison cell key auction", + "description": "Nelson Mandela, South Africa's first black president, spent 18 years in a tiny cell on Robben Island.", + "content": "Nelson Mandela, South Africa's first black president, spent 18 years in a tiny cell on Robben Island.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59787369?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 23:21:05 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "68dc7b757b5968015c89a8703d5306f8" + }, + { + "title": "In pictures: World celebrates Christmas", + "description": "For the second year running, fewer people are attending festive events because of the Covid outbreak.", + "content": "For the second year running, fewer people are attending festive events because of the Covid outbreak.", + "category": "", + "link": "https://www.bbc.co.uk/news/in-pictures-59787319?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 07:18:40 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6ed7f438b3c290f3017bc7d35990a1ab" + }, + { + "title": "Israeli 'psychic' Uri Geller still baffling fans at 75", + "description": "Now wowing visitors at his museum, the famous spoon bender recalls his rise from poverty to stardom.", + "content": "Now wowing visitors at his museum, the famous spoon bender recalls his rise from poverty to stardom.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59609232?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 00:54:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bf5e4dcd23f846c49ba2f233dc0e50a5" + }, + { + "title": "Love story sends TV fans in search of idyllic Alps", + "description": "Crash Landing On You has been a big hit and now fans are travelling to the filming locations.", + "content": "Crash Landing On You has been a big hit and now fans are travelling to the filming locations.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59636403?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 00:57:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f70f53888a7733f5bd088c78fff0fd24" + }, + { + "title": "Letter from Africa: Why Kenya's taxman is eyeing social media", + "description": "Socialites are becoming wary of what they post online in case Kenya's revenue authority comes calling.", + "content": "Socialites are becoming wary of what they post online in case Kenya's revenue authority comes calling.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59702837?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 01:00:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fa7042176aa0b2aa0b7d8ec28e4d1a43" + }, + { + "title": "Climate change: Lapland reindeer gone astray in search for food", + "description": "Herders are struggling to find thousands of reindeer that have run away in search of food.", + "content": "Herders are struggling to find thousands of reindeer that have run away in search of food.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59742359?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 00:10:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4f5186dbb5ccf355f606f37edcd9d45f" + }, + { + "title": "No time for war: Russians see no chance of conflict", + "description": "With rhetoric becoming harsh and fears of an invasion growing, Muscovites give their views on the crisis.", + "content": "With rhetoric becoming harsh and fears of an invasion growing, Muscovites give their views on the crisis.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59738548?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 00:15:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cc4503855babc0ff7e64d2697d3621c0" + }, + { + "title": "Archbishop Desmond Tutu: Looking back at his life", + "description": "BBC South Africa correspondent Nomsa Maseko looks back at the life of Archbishop Desmond Tutu who has died aged 90.", + "content": "BBC South Africa correspondent Nomsa Maseko looks back at the life of Archbishop Desmond Tutu who has died aged 90.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59793776?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 07:28:59 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bc6d7b45142ab25f37569dcfe64f92a9" + }, + { + "title": "Desmond Tutu death: South Africans remember anti-apartheid leader", + "description": "The archbishop, who was a driving force in the anti-apartheid movement, has died aged 90.", + "content": "The archbishop, who was a driving force in the anti-apartheid movement, has died aged 90.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59796716?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 15:57:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d2985b2ae106eb07fd8aed952a4def7c" + }, + { + "title": "South Africa's Archbishop Desmond Tutu dies at 90", + "description": "Archbishop Desmond Tutu, the Nobel Peace prize laureate who helped end apartheid in South Africa, has died aged 90", + "content": "Archbishop Desmond Tutu, the Nobel Peace prize laureate who helped end apartheid in South Africa, has died aged 90", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59793726?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 08:22:59 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "df01ac1362b5d4289f7cc59716f22cec" + }, + { + "title": "Covid: Travel misery continues as 1,500 more flights cancelled", + "description": "Chinese and US airlines are hardest hit amid a surge in Covid cases in many countries.", + "content": "Chinese and US airlines are hardest hit amid a surge in Covid cases in many countries.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59793040?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 05:13:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3ebea5d8f4032164d914d4530ec663d7" + }, + { + "title": "French zoo closed temporarily after pack of nine wolves escape", + "description": "No people were injured during the incident, but the wolf pack was killed due to safety concerns.", + "content": "No people were injured during the incident, but the wolf pack was killed due to safety concerns.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59786665?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 22:59:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8ace283699842bda0d69c2b6d351c7a6" + }, + { + "title": "'Let's go, Brandon': Caller pranks Biden at White House event", + "description": "A father from Oregon uttered a term that is code for an obscenity directed at the president.", + "content": "A father from Oregon uttered a term that is code for an obscenity directed at the president.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59787060?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 19:56:56 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3a39ca4fd54c56efd88c1e4c3611126b" + }, + { + "title": "Pope's Christmas Day message", + "description": "Pope Francis gave his traditional Christmas message followed by his blessing, Urbi et Orbi, to the city and the world.", + "content": "Pope Francis gave his traditional Christmas message followed by his blessing, Urbi et Orbi, to the city and the world.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59790251?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 11:50:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2a12f011c3a176410365b7c716f4cb60" + }, + { + "title": "James Webb Space Telescope lifts off on historic mission", + "description": "The $10bn James Webb telescope has left Earth on its mission to show the first stars to light up the Universe.", + "content": "The $10bn James Webb telescope has left Earth on its mission to show the first stars to light up the Universe.", + "category": "", + "link": "https://www.bbc.co.uk/news/science-environment-59790601?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 12:38:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f3d19f9758d6336ddb66cd3c8cdb07f4" + }, + { + "title": "Pope Francis Urbi et Orbi address: World ignoring huge tragedies", + "description": "In his Christmas Day speech, the Pope said \"immense tragedies\" were being passed over in near silence.", + "content": "In his Christmas Day speech, the Pope said \"immense tragedies\" were being passed over in near silence.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59789770?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 12:04:05 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d78e8257e4afecab30707b8b8b944dcc" + }, + { + "title": "Covid: Holiday plans disrupted as Omicron surge grounds flights", + "description": "Airlines say they are experiencing Covid-related staffing shortages over the busy Christmas period.", + "content": "Airlines say they are experiencing Covid-related staffing shortages over the busy Christmas period.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59788231?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 09:02:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "13a71a7a82f751af544db7bcb5f496d4" + }, + { + "title": "Police stray bullet kills teen in LA store's dressing room", + "description": "The teenager was in a changing room with her mother trying on dresses for her 15th birthday party.", + "content": "The teenager was in a changing room with her mother trying on dresses for her 15th birthday party.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59785677?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 17:34:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3cc68c78b65fee7fa055b5cee6489eae" + }, + { + "title": "Russia fines Google over illegal content breach", + "description": "The verdict marks the first time Russia has fined a technology giant based on their annual turnover.", + "content": "The verdict marks the first time Russia has fined a technology giant based on their annual turnover.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59784118?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 15:23:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "23ed3b079a2909ac0eacf63be83332bd" + }, + { + "title": "Climate change: Small army of volunteers keeping deniers off Wikipedia", + "description": "A group of editors is working tirelessly to keep bad climate info off the user-generated encyclopaedia.", + "content": "A group of editors is working tirelessly to keep bad climate info off the user-generated encyclopaedia.", + "category": "", + "link": "https://www.bbc.co.uk/news/blogs-trending-59452614?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 00:13:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6ba37743c1269e47a5c4ff52fa548b39" + }, + { + "title": "Murray Head: 'Unsung at home, but a hero in France'", + "description": "Murray Head is all but forgotten in the UK, but in his adopted home France he ranks among the greats.", + "content": "Murray Head is all but forgotten in the UK, but in his adopted home France he ranks among the greats.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59726874?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 00:14:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b9e9c273d074bc83f1a49e9c78069223" + }, + { + "title": "Switzerland's wolves get too close for comfort", + "description": "Alpine villages say the animals have started approaching children and they need to fend them off.", + "content": "Alpine villages say the animals have started approaching children and they need to fend them off.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59738541?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 00:22:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5751041529fb771ae57ad221703c2eb1" + }, + { + "title": "Africa's week in pictures: 17-23 December 2021", + "description": "A selection of the best photos from the African continent and beyond.", + "content": "A selection of the best photos from the African continent and beyond.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59701734?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 00:10:02 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "01556a04eede324837154f5277233283" + }, + { + "title": "ICYMI: Christmas moments you may have missed from around the globe", + "description": "A New York neighbourhood going all out for the holidays and other stories you may have missed this week.", + "content": "A New York neighbourhood going all out for the holidays and other stories you may have missed this week.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59777677?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 07:41:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8d039d994c8296797fa6ef8887991b21" + }, + { + "title": "Art: 'People amazed I fold paper for a living, then they see it'", + "description": "Artist Polly Verity loves the look and feel of paper and has been \"lost in its landscape\" for years.", + "content": "Artist Polly Verity loves the look and feel of paper and has been \"lost in its landscape\" for years.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-wales-59729022?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 00:03:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "96244e2de97a8ca78e8f927cb0ee09b7" + }, + { + "title": "Daunte Wright shooting: Key moments in the trial of Kimberly Potter", + "description": "The trial saw emotional testimonies and dramatic bodycam footage of the fatal shooting.", + "content": "The trial saw emotional testimonies and dramatic bodycam footage of the fatal shooting.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59776920?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 21:46:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dd6d17bb22ac6670adfdcdf3837e7d71" + }, + { + "title": "Chris Noth: Fifth woman accuses Sex and the City actor of misconduct", + "description": "US singer Lisa Gentile alleges the Sex and the City actor groped her in a New York apartment in 2002.", + "content": "US singer Lisa Gentile alleges the Sex and the City actor groped her in a New York apartment in 2002.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59780489?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 18:21:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3fe5aae4cfaa4ecd212e1aa3081e926f" + }, + { + "title": "Sudan coup: Military cuts internet services ahead of planned protests", + "description": "Web services are restricted in the capital ahead of demonstrations against the military coup.", + "content": "Web services are restricted in the capital ahead of demonstrations against the military coup.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59789491?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 25 Dec 2021 11:41:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "44742e4a7f9b80c9fcfa483fa7153b47" + }, + { + "title": "Bangladesh ferry fire: Dozens killed near Jhalakathi", + "description": "At least 37 people die and about 100 are injured after a ferry catches fire in southern Bangladesh.", + "content": "At least 37 people die and about 100 are injured after a ferry catches fire in southern Bangladesh.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59777784?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 12:28:25 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3d52552a0ef52fa960201814d0001479" + }, + { + "title": "Covid: Christmas flights cancelled and new curbs amid Omicron spread", + "description": "Millions face travel disruption and more restrictions as Omicron upends Christmas plans worldwide.", + "content": "Millions face travel disruption and more restrictions as Omicron upends Christmas plans worldwide.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59780318?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 14:31:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f6fab04eb8ea82456ef813924cdcc850" + }, + { + "title": "James Franco accusers call him 'completely insensitive' after interview", + "description": "Oscar-nominated actor James Franco recently admitted having sex with students at his drama school.", + "content": "Oscar-nominated actor James Franco recently admitted having sex with students at his drama school.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59780064?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 10:09:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2cdeaa050c53d29d1a8a8343d8421856" + }, + { + "title": "Russian priest who adopted 70 children jailed for abuse", + "description": "Nikolai Stremsky, reputed to have had Russia's biggest family, is convicted of raping children.", + "content": "Nikolai Stremsky, reputed to have had Russia's biggest family, is convicted of raping children.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59779376?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 10:58:27 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7f16f828be8cf1bf286310b2d3dc03c2" + }, + { + "title": "Hong Kong universities remove more monuments marking Tiananmen", + "description": "It comes a day after a famous statue marking the 1989 massacre was removed from a university.", + "content": "It comes a day after a famous statue marking the 1989 massacre was removed from a university.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59752089?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 04:21:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cd9838ac61894e068450fa7ab3efe7fa" + }, + { + "title": "Haridwar: Police case after outrage in India over anti-Muslim hate speech", + "description": "Viral videos show Hindu religious leaders making provocative anti-Muslim speeches at a conclave in Haridwar.", + "content": "Viral videos show Hindu religious leaders making provocative anti-Muslim speeches at a conclave in Haridwar.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59778426?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 07:43:17 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f528afad098569c5102b2c0b6b1a7146" + }, + { + "title": "Rare pink handfish spotted in Australia for first time in decades", + "description": "Australian researchers found the endangered \"walking\" handfish in wild waters off Tasmania.", + "content": "Australian researchers found the endangered \"walking\" handfish in wild waters off Tasmania.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59778215?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 03:45:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0d49ce8bf5cef0b66cd981b8b6d12557" + }, + { + "title": "Pregnant woman among 15 charged for Uganda attacks", + "description": "Police say the suspects are linked to four attacks by a branch of the Islamic State group.", + "content": "Police say the suspects are linked to four attacks by a branch of the Islamic State group.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59779924?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 12:27:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4eb8e00faf87bf1113a4710349095c37" + }, + { + "title": "Selfridges sold for £4bn to Thai-Austrian alliance", + "description": "The British luxury store chain is being bought by Thailand's Central Group and Signa Group of Austria.", + "content": "The British luxury store chain is being bought by Thailand's Central Group and Signa Group of Austria.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59777577?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 11:11:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "12d6cceccd686ac6b38ba2fa4117f66a" + }, + { + "title": "James Franco: I'll admit, I did sleep with students... and that was wrong", + "description": "The actor paid $2.2m (£1.6m) after being sued over \"sexually-charged behaviour towards female students\".", + "content": "The actor paid $2.2m (£1.6m) after being sued over \"sexually-charged behaviour towards female students\".", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59776765?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 19:04:26 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "486125e8b95fa621f237e7a10d6333c7" + }, + { + "title": "James Webb Space Telescope: How does it work?", + "description": "The telescope has been 30 years in the making and is nearly ready to launch, but what makes it so special?", + "content": "The telescope has been 30 years in the making and is nearly ready to launch, but what makes it so special?", + "category": "", + "link": "https://www.bbc.co.uk/news/science-environment-59760229?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 00:00:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7bef3cea4a76c45d0678ca1e01fa8337" + }, + { + "title": "Georgia: The rise of the right", + "description": "LGBT activists cancelled Tbilisi Pride this year after violence from far-right protesters.", + "content": "LGBT activists cancelled Tbilisi Pride this year after violence from far-right protesters.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59763185?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 00:00:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b851f7ec2fb9496185dc0658cc3b2dc7" + }, + { + "title": "Kentucky tornado: Bodycam footage shows moment babies pulled alive from rubble", + "description": "Their grandmother tucked them in a bath with a Bible and a blanket before the Kentucky twister hit.", + "content": "Their grandmother tucked them in a bath with a Bible and a blanket before the Kentucky twister hit.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59764990?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 02:34:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fef53f7488d38ba2c7b933d339660cf6" + }, + { + "title": "Daunte Wright death: US 'Taser mix-up' ex-officer guilty of manslaughter", + "description": "The April shooting led to days of demonstrations against police killings of black men.", + "content": "The April shooting led to days of demonstrations against police killings of black men.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59776917?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 22:08:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b4435f092b494f6fcaeb84de1560ab5c" + }, + { + "title": "Joan Didion: US literary icon dies at 87", + "description": "She was known for chronicling US culture and was a screenwriter for the 1976 film A Star is Born.", + "content": "She was known for chronicling US culture and was a screenwriter for the 1976 film A Star is Born.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59775127?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 20:20:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ae6a4ea4dc208b44a0516f9e7320de10" + }, + { + "title": "Chris Noth: Fourth woman accuses Sex and the City actor of assault", + "description": "US singer Lisa Gentile alleges the Sex and the City actor groped her in a New York apartment in 2002.", + "content": "US singer Lisa Gentile alleges the Sex and the City actor groped her in a New York apartment in 2002.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59780489?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 11:50:42 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8d9649857b209304a1149cf5749b3864" + }, + { + "title": "Russia-Ukraine crisis: Putin says ball in West's court", + "description": "Russia's leader demands an immediate response to his demands for Nato to pull back in Eastern Europe.", + "content": "Russia's leader demands an immediate response to his demands for Nato to pull back in Eastern Europe.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59766810?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 14:06:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c0c3b6ed6e530ed7ac846244a85ecc26" + }, + { + "title": "Pillar of Shame: Hong Kong's Tiananmen Square statue removed", + "description": "It was one of the few remaining public memorials in Hong Kong commemorating the 1989 massacre.", + "content": "It was one of the few remaining public memorials in Hong Kong commemorating the 1989 massacre.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59764029?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 02:57:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e58f4bf08300d9271406096d0d9bde1f" + }, + { + "title": "Belgium agrees to close controversial ageing nuclear reactors", + "description": "The plants have for years sparked safety fears from neighbours including Germany.", + "content": "The plants have for years sparked safety fears from neighbours including Germany.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59768195?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 12:38:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e5dd37d8912e3012428a01ae5c662160" + }, + { + "title": "James Franco admits sleeping with students from his acting school", + "description": "The actor spoke at length about allegations of sexual misconduct made against him in 2018.", + "content": "The actor spoke at length about allegations of sexual misconduct made against him in 2018.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59765052?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 10:21:05 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "54b077c4ac083141916f5f7f7138b31a" + }, + { + "title": "Netlicks? 'The TV screen you can taste’", + "description": "A Japanese professor invents a prototype TV that sprays flavours onto a lickable \"hygienic film\".", + "content": "A Japanese professor invents a prototype TV that sprays flavours onto a lickable \"hygienic film\".", + "category": "", + "link": "https://www.bbc.co.uk/news/technology-59760490?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 14:12:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5a7793dfcfddf55eada0be73b6e95d2d" + }, + { + "title": "Kêfa Sagbadjou Glèlè: Monarch of once-powerful West African kingdom dies", + "description": "Kêfa Sagbadjou Glèlè, thought to have been in his nineties, had ruled over Abomey for two years.", + "content": "Kêfa Sagbadjou Glèlè, thought to have been in his nineties, had ruled over Abomey for two years.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59773767?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 16:04:40 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0f21aa2fd639f04532c46ecf98c29309" + }, + { + "title": "Capitol riot: Proud Boy pleads guilty and agrees to cooperate with authorities", + "description": "Matthew Greene is believed to be the first far-right group member to plead guilty and co-operate.", + "content": "Matthew Greene is believed to be the first far-right group member to plead guilty and co-operate.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59775546?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 17:11:50 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "332076502eb73e7397547216d114acac" + }, + { + "title": "Philadelphia congresswoman carjacked at gunpoint in broad daylight", + "description": "The lawmaker's government phone and ID were among belongings that were also snatched.", + "content": "The lawmaker's government phone and ID were among belongings that were also snatched.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59764824?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 01:31:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1190e21b56398139e568ab3d39e34345" + }, + { + "title": "Sudan women protest against 'rape by security forces'", + "description": "Women and girls were allegedly sexually abused by security forces during a demonstration on Sunday.", + "content": "Women and girls were allegedly sexually abused by security forces during a demonstration on Sunday.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59755684?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 16:54:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fa20d16406871afe5de00d62bc4c0912" + }, + { + "title": "Australia settles lawsuit over welfare scheme criticised as racist", + "description": "Aboriginal communities said a welfare scheme criticised as \"modern-day slavery\" had increased poverty.", + "content": "Aboriginal communities said a welfare scheme criticised as \"modern-day slavery\" had increased poverty.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59765371?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 04:24:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e2a9513efd390c52983182730aa4ae3d" + }, + { + "title": "Omicron: Biden denies failure in pandemic testing response", + "description": "A shortage of tests have plagued the US while the latest variant has spawned an explosion in cases.", + "content": "A shortage of tests have plagued the US while the latest variant has spawned an explosion in cases.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59764827?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 04:02:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2e6fc3a8bbb7f3e5df542eab500de99c" + }, + { + "title": "Gay Santa ad highlights big shift in Norwegian society", + "description": "The ad showing Father Christmas kissing a man highlights 50 years of changes in Norwegian LGBT rights.", + "content": "The ad showing Father Christmas kissing a man highlights 50 years of changes in Norwegian LGBT rights.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59738542?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 00:17:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "eef308aca8f9f05eede4419c899c8d5f" + }, + { + "title": "Kashmir fury at India's plan to redraw voting map", + "description": "Kashmiris fear India's draft proposal to redraw constituency lines will limit their choice of leader.", + "content": "Kashmiris fear India's draft proposal to redraw constituency lines will limit their choice of leader.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59737858?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 00:25:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "90feef4fedefc6e20203958dcef85c92" + }, + { + "title": "Is this the world's largest virtual fashion show?", + "description": "Asia's biggest metaverse - an intricate world populated by young women shopping for avatar outfits.", + "content": "Asia's biggest metaverse - an intricate world populated by young women shopping for avatar outfits.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59558921?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 00:09:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3875b60a01a38d30a768c40380856b15" + }, + { + "title": "How this iconic Manhattan newsstand survived the Covid pandemic", + "description": "Since 1994, Casa Magazines in New York City has carried almost 3,000 unique magazine titles.", + "content": "Since 1994, Casa Magazines in New York City has carried almost 3,000 unique magazine titles.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59702495?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 00:01:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "91bae48adf80ce4fa0c5f1fb7c1df95c" + }, + { + "title": "Is Russia preparing to invade Ukraine? And other questions", + "description": "What you need to know about Russia's troop build-up along Ukraine's borders.", + "content": "What you need to know about Russia's troop build-up along Ukraine's borders.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-56720589?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 09:07:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "08d8435d77528237eb7390ddef2b05e4" + }, + { + "title": "Kerala school uniform: Why some Muslim groups are protesting", + "description": "Muslim groups in India's Kerala state protest after a government school allows girls to wear trousers.", + "content": "Muslim groups in India's Kerala state protest after a government school allows girls to wear trousers.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59723756?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 00:07:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "697d669cb2a1984dd624c702c6713f6d" + }, + { + "title": "The Maasai TikTokers wowing Bollywood fans", + "description": "Tanzanian siblings Kili and Neema Paul lip sync perfectly in Hindi, accruing millions of followers.", + "content": "Tanzanian siblings Kili and Neema Paul lip sync perfectly in Hindi, accruing millions of followers.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59690317?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 00:11:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "31ecae3fc89a27eddeb56721abc433b9" + }, + { + "title": "President Putin: West must give us guarantees over Ukraine", + "description": "In his annual press conference, President Putin demands Nato abandon military activity in Eastern Europe.", + "content": "In his annual press conference, President Putin demands Nato abandon military activity in Eastern Europe.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59770673?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 15:11:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f1d003e6f27da2c24e3d5b36354750ce" + }, + { + "title": "Tiananmen Square memorial statue removed in Hong Kong", + "description": "The Pillar of Shame showed piled-up corpses to commemorate protesters killed by Chinese authorities in 1989.", + "content": "The Pillar of Shame showed piled-up corpses to commemorate protesters killed by Chinese authorities in 1989.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59766737?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 07:06:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f98db72bd8027c6a268e1c4fa25b697c" + }, + { + "title": "Super Typhoon Rai: BBC correspondent shows damage on Siargao Island", + "description": "Correspondent Howard Johnson is surrounded by smashed glass and roofs torn off like sardine lids on Siargao Island.", + "content": "Correspondent Howard Johnson is surrounded by smashed glass and roofs torn off like sardine lids on Siargao Island.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59753026?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 07:15:40 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e51a609fa502dd4e89cafdec19aca087" + }, + { + "title": "Saving Kyrgyzstan's deer from brink of extinction", + "description": "Kyrgyzstan used to be home to thousands of deer, but now there are as few as 400 left.", + "content": "Kyrgyzstan used to be home to thousands of deer, but now there are as few as 400 left.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59731003?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 00:02:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "feba2e14f9fc316d6da1056fac5beb98" + }, + { + "title": "Malaysia hit by the worst floods in decades", + "description": "At least 14 people have died and tens of thousands evacuated their homes after torrential rain.", + "content": "At least 14 people have died and tens of thousands evacuated their homes after torrential rain.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59749146?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 18:22:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "121b3c95d2e75c7cca9e26dcbde1bb55" + }, + { + "title": "Omicron wave appears milder, but concern remains", + "description": "The risk of needing hospital treatment could be 30 - 70% lower with Omicron than other variants.", + "content": "The risk of needing hospital treatment could be 30 - 70% lower with Omicron than other variants.", + "category": "", + "link": "https://www.bbc.co.uk/news/health-59758784?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 20:46:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "39f6b5d42ab6b45405a01d0e2b7d45e3" + }, + { + "title": "NHL will not send players to Beijing Olympics", + "description": "The National Hockey League (NHL) says it will not send its players to the men's ice hockey tournament at the Beijing Winter Olympics.", + "content": "The National Hockey League (NHL) says it will not send its players to the men's ice hockey tournament at the Beijing Winter Olympics.", + "category": "", + "link": "https://www.bbc.co.uk/sport/ice-hockey/59760792?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 00:25:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bc4d02c5668684fd749ffda2f765e746" + }, + { + "title": "Chelsea FC owner Roman Abramovich gets apology over Putin claim", + "description": "HarperCollins apologises to Chelsea FC's owner over allegations he was ordered to buy the club.", + "content": "HarperCollins apologises to Chelsea FC's owner over allegations he was ordered to buy the club.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59756344?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 20:23:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0c0914fc03623dc480205b0edda669b1" + }, + { + "title": "Roman-era 'Good Shepherd' ring found off Israel in ancient shipwreck", + "description": "Israeli archaeologists discover a Roman-era gold ring bearing an early Christian depiction of Jesus.", + "content": "Israeli archaeologists discover a Roman-era gold ring bearing an early Christian depiction of Jesus.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59754153?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 18:37:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f605ff7620692c5c952397e96e7eb279" + }, + { + "title": "Xi'an: Chinese city under lockdown as Covid cases rise", + "description": "More than 13 million people in the city of Xi'an have been told to stay at home amid a Covid outbreak.", + "content": "More than 13 million people in the city of Xi'an have been told to stay at home amid a Covid outbreak.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59743487?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 16:33:14 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "924ef90809ae4592161f40d43e2eb646" + }, + { + "title": "The secret lives of Ghislaine Maxwell and Jeffrey Epstein", + "description": "Never-before-seen photos released during her trial shed new light on their private lives.", + "content": "Never-before-seen photos released during her trial shed new light on their private lives.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59737125?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 00:53:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5bcee924154d3e95e4e3a27a4714142f" + }, + { + "title": "Russia-Ukraine crisis: Kyiv hopes truce will ease military tensions", + "description": "Russia and Ukraine agree to restore a ceasefire in eastern Ukraine, amid a build-up of Russian forces.", + "content": "Russia and Ukraine agree to restore a ceasefire in eastern Ukraine, amid a build-up of Russian forces.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59766810?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 10:59:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "635d96fcf3698103003acd3f19c21be6" + }, + { + "title": "Kentucky tornado: Two babies pulled alive from rubble", + "description": "Their grandmother tucked them in a bath with a Bible and a blanket before the Kentucky twister hit.", + "content": "Their grandmother tucked them in a bath with a Bible and a blanket before the Kentucky twister hit.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59764990?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 02:34:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a6e8cf812eb6f4ccde5b30a1d2809df1" + }, + { + "title": "Turkey arrests US citizen over alleged passport handover", + "description": "Police say the US man gave the document to a Syrian trying to travel to Germany from Istanbul airport.", + "content": "Police say the US man gave the document to a Syrian trying to travel to Germany from Istanbul airport.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59757299?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 22:07:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7de34b23bf99a6e55a1b9827913299b4" + }, + { + "title": "French outcry over academic in Grenoble Islamophobia row", + "description": "Dozens of academics warn that freedom of expression is at risk after a German professor is suspended.", + "content": "Dozens of academics warn that freedom of expression is at risk after a German professor is suspended.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59753043?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 13:20:40 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "81402f33e55edf7c7d07f492b39c64b5" + }, + { + "title": "US safety body to probe Tesla on in-car gameplay", + "description": "It follows a complaint from an owner who discovered he could play games while driving.", + "content": "It follows a complaint from an owner who discovered he could play games while driving.", + "category": "", + "link": "https://www.bbc.co.uk/news/technology-59760366?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 17:03:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "33d67a40cd42facb37285fda0e7f75da" + }, + { + "title": "Covid: An event cancelled is better than a life cancelled - WHO chief", + "description": "The head of the World Health Organization calls for \"difficult decisions\" to be made over festive plans.", + "content": "The head of the World Health Organization calls for \"difficult decisions\" to be made over festive plans.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59735243?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 22:44:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3f04546a8bb104946d449f0fb265f9fe" + }, + { + "title": "Covid Omicron: European nations reinstate restrictions", + "description": "As the Omicron variant spreads across the continent, countries tighten curbs to brace for another wave.", + "content": "As the Omicron variant spreads across the continent, countries tighten curbs to brace for another wave.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59747689?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 09:16:17 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "18ebc35d17491a78adb369700b2c8ae0" + }, + { + "title": "Covid-19: Israel could become the first country to give four vaccine doses", + "description": "A fourth booster would be offered to over-60s and health workers as Israel prepares for Omicron wave.", + "content": "A fourth booster would be offered to over-60s and health workers as Israel prepares for Omicron wave.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59749967?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 01:37:24 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "17f64ae07411ee8b8a4f3f9db782e7c8" + }, + { + "title": "Charles Lieber: Harvard professor guilty of hiding ties to Chinese programme", + "description": "The US scientist reportedly received $1.5m from a Chinese university on top of his monthly pay.", + "content": "The US scientist reportedly received $1.5m from a Chinese university on top of his monthly pay.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59723343?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 07:34:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "90295085286bcd7fb147de80efb44fb6" + }, + { + "title": "Myanmar: At least one dead, 70 missing in jade mine landslide", + "description": "Most of the victims are believed to be illegal jade miners prospecting for the semi-precious stone.", + "content": "Most of the victims are believed to be illegal jade miners prospecting for the semi-precious stone.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59723344?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 05:59:46 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e287dc78c41684555f73467b98f722ad" + }, + { + "title": "Rogel Aguilera-Mederos: Colorado lorry driver's sentence sparks uproar", + "description": "The 110-year prison sentence for the Colorado lorry driver sparks calls for leniency and reform.", + "content": "The 110-year prison sentence for the Colorado lorry driver sparks calls for leniency and reform.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59750154?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 10:11:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9d4a212a8ed8465f502fbbb339a0d53b" + }, + { + "title": "Perfectly preserved dinosaur embryo found in China", + "description": "Researchers say the fossil is at least 66 million years old and was about to hatch just like a chicken.", + "content": "Researchers say the fossil is at least 66 million years old and was about to hatch just like a chicken.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59748281?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 23:36:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f5f4f44f9a9e9de399d86c03b971a628" + }, + { + "title": "Covid: Australian trial tests blood thinner as nasal spray", + "description": "A blood-thinning drug could be sprayed as extra protection if a trial shows promise, scientists say.", + "content": "A blood-thinning drug could be sprayed as extra protection if a trial shows promise, scientists say.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59751702?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 05:50:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fea79aa7b7a947ffe8a67ee84b49f4b0" + }, + { + "title": "Madagascar: Minister 'swims for 12 hours' after helicopter crashes at sea", + "description": "The Madagascar police minister was part of a team looking for survivors after a boat accident.", + "content": "The Madagascar police minister was part of a team looking for survivors after a boat accident.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59749005?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 19:44:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e36f38deae1d6c884e44840af1a94ad6" + }, + { + "title": "McDonald's faces a French fries shortage in Japan", + "description": "The firm's potato deliveries from North America are being delayed by supply chain disruptions.", + "content": "The firm's potato deliveries from North America are being delayed by supply chain disruptions.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59750613?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 02:38:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6bee1e0637c9c18dd5335335a759754b" + }, + { + "title": "Mother seals recognise pup's voice at two days old", + "description": "Elephant seal mums can distinguish their own offspring at just two days old, research shows.", + "content": "Elephant seal mums can distinguish their own offspring at just two days old, research shows.", + "category": "", + "link": "https://www.bbc.co.uk/news/science-environment-59744280?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 00:07:16 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "17ebaa3d2b9bd69d449de9975f6f799c" + }, + { + "title": "Covid Omicron: Biden buys 500m test kits to tackle surge", + "description": "The US will also deploy more military medics amid fears the holiday season will boost a Covid spike.", + "content": "The US will also deploy more military medics amid fears the holiday season will boost a Covid spike.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59738678?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 16:14:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cbcb94b7e0d78e20ad1e49259e2e7e1e" + }, + { + "title": "Spain police thwart raffle of Christmas hamper stuffed with drugs", + "description": "Police have arrested two men allegedly trying to raffle off a \"narco-basket\" stuffed with drugs.", + "content": "Police have arrested two men allegedly trying to raffle off a \"narco-basket\" stuffed with drugs.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59748169?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 17:28:10 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "19fa53ac61f500f08e3e7d448dacaf37" + }, + { + "title": " 'Biggest divorce case in British legal history'", + "description": "A UK court publishes a ruling in the divorce case of Sheikh Mohammed and his ex-wife Princess Haya.", + "content": "A UK court publishes a ruling in the divorce case of Sheikh Mohammed and his ex-wife Princess Haya.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59739563?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 10:34:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c67f00bc9bdb8e2631338d5ebab22564" + }, + { + "title": "Saudi entertainment boom raises harassment fears", + "description": "As festivals become a familiar sight in the kingdom, some women say they do not feel safe to attend.", + "content": "As festivals become a familiar sight in the kingdom, some women say they do not feel safe to attend.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59689797?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 00:34:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5838ce8c5428eb34a3b21a9ecbc0a90a" + }, + { + "title": "Gaming disorder: Inside the clinic helping addicted teens", + "description": "BBC News has exclusive access to the UK's only facility for video game addiction.", + "content": "BBC News has exclusive access to the UK's only facility for video game addiction.", + "category": "", + "link": "https://www.bbc.co.uk/news/technology-59744569?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 02:55:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "22d0c95f8499f4bbbe22c20670cb091c" + }, + { + "title": "Why China could win the new global arms race", + "description": "China has a long-term plan to rival the world's biggest military powers.", + "content": "China has a long-term plan to rival the world's biggest military powers.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59600475?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 00:26:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ccbcd3461176200de61b3819111cae24" + }, + { + "title": "Timed Teaser: Bruce Springsteen's back catalogue - who bought it?", + "description": "Test your knowledge of the news these last few days - 10 questions, 10 seconds each. Go!", + "content": "Test your knowledge of the news these last few days - 10 questions, 10 seconds each. Go!", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59728144?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 15:39:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b3ab2fa9670e78468d1d2712754ccb6a" + }, + { + "title": "Omicron: South African scientists probe link between variants and untreated HIV", + "description": "Covid variants may be mutating inside people with suppressed immunity.", + "content": "Covid variants may be mutating inside people with suppressed immunity.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59697807?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 00:29:12 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f0d3b6c524a1e3a4b74cdab2dec6a471" + }, + { + "title": "Indian Christians fear attacks or jail over conversions", + "description": "Christians in Karnataka state say attacks against them have grown ahead of a new anti-conversion law.", + "content": "Christians in Karnataka state say attacks against them have grown ahead of a new anti-conversion law.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59724425?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 00:06:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "30a1f44601b435c2aaf75272a92e8f13" + }, + { + "title": "Berlusconi seeks comeback role as Italian president", + "description": "Despite the scandals and a tax fraud conviction, Italy's most colourful ex-PM could be head of state.", + "content": "Despite the scandals and a tax fraud conviction, Italy's most colourful ex-PM could be head of state.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59664078?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 00:33:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "97818d981fd8fbf529498db06efac840" + }, + { + "title": "Tortured to death: Myanmar mass killings revealed", + "description": "A BBC investigation finds evidence Myanmar's military killed 40 villagers in July, torturing some to death.", + "content": "A BBC investigation finds evidence Myanmar's military killed 40 villagers in July, torturing some to death.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59699556?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 09:13:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "845b1a48b9772587fdc7918086d608ef" + }, + { + "title": "The world's first octopus farm - should it go ahead?", + "description": "The world’s first commercial octopus farm is closer to becoming reality - but scientists are up in arms.", + "content": "The world’s first commercial octopus farm is closer to becoming reality - but scientists are up in arms.", + "category": "", + "link": "https://www.bbc.co.uk/news/science-environment-59667645?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 00:59:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "59b3dec3d0d684b8d29e8f7e4b607625" + }, + { + "title": "What is the metaverse?", + "description": "From virtual versions of ourselves to augmented reality, we break down what the metaverse is.", + "content": "From virtual versions of ourselves to augmented reality, we break down what the metaverse is.", + "category": "", + "link": "https://www.bbc.co.uk/news/technology-59674930?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 00:16:05 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8482730cf87869df66a98d8c81346698" + }, + { + "title": "Saving Kyrgyzstan reindeer from brink of extinction", + "description": "Kyrgyzstan used to be home to thousands of reindeer but now there are as few as 400 left.", + "content": "Kyrgyzstan used to be home to thousands of reindeer but now there are as few as 400 left.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59731003?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 00:02:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3318c8d2a9f478a6dbb93b2b6b97982c" + }, + { + "title": "Myanmar: BBC investigates military's mass killings", + "description": "Eyewitnesses and survivors say that soldiers rounded up villagers before separating the men and killing them.", + "content": "Eyewitnesses and survivors say that soldiers rounded up villagers before separating the men and killing them.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59719323?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 00:01:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4fc70ac69fff7c4d7166e78daac65a83" + }, + { + "title": "Chile election: Laser shone at Gabriel Boric during victory speech", + "description": "The bouncing green light did not seem to faze Gabriel Boric as he spoke to supporters in Santiago.", + "content": "The bouncing green light did not seem to faze Gabriel Boric as he spoke to supporters in Santiago.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59722801?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 04:36:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3e16e006a9ca0b026f369c611f02ad51" + }, + { + "title": "Israel rejects 'alarm call' by Christian leaders in Jerusalem", + "description": "Church leaders say \"radical groups\" are attempting to drive Christians out of the Holy Land.", + "content": "Church leaders say \"radical groups\" are attempting to drive Christians out of the Holy Land.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59740356?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 12:21:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c8accdc06c70c90350254fa90561e60e" + }, + { + "title": "Mauritius oil spill: Captain guilty over tanker spill", + "description": "The MV Wakashio ran aground on a coral reef last year leaking about 1,000 tonnes of fuel.", + "content": "The MV Wakashio ran aground on a coral reef last year leaking about 1,000 tonnes of fuel.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59725368?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 12:49:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "43a47f992f4eda6dedf190bd36d753d2" + }, + { + "title": "Kosovo agrees to rent prison cells to Denmark to ease overcrowding", + "description": "Denmark is due to pay €210m (£179m) over the next 10 years to rent 300 cells in the jail at Gjilan.", + "content": "Denmark is due to pay €210m (£179m) over the next 10 years to rent 300 cells in the jail at Gjilan.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59740324?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 16:25:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "042a1f1692b9f9b5cb0a8da8e03bffe9" + }, + { + "title": "Boeing and Airbus warn US over 5G safety concerns", + "description": "The world's two biggest plane makers say the technology could have a negative impact on the aviation industry.", + "content": "The world's two biggest plane makers say the technology could have a negative impact on the aviation industry.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59737194?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 09:50:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c24aa9fecd7f5c18aaf4a4bd16064b4f" + }, + { + "title": "UK Supreme Court denies Maduro claim to Venezuelan gold", + "description": "The ruling means only opposition leader Juan Guaidó can access Venezuelan gold reserves in the UK.", + "content": "The ruling means only opposition leader Juan Guaidó can access Venezuelan gold reserves in the UK.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59733321?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 09:25:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "88c4d6d1d20d90cde8e81eb724dbb487" + }, + { + "title": "Ghanaian MPs brawl in parliament over e-money tax", + "description": "Lawmakers trade blows during a chaotic session over a proposed levy on electronic transactions.", + "content": "Lawmakers trade blows during a chaotic session over a proposed levy on electronic transactions.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59740528?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 16:37:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5154d4007bd6c6d6160bf463fcfa90de" + }, + { + "title": "Super Typhoon Rai: Philippines faces aftermath", + "description": "The BBC's Howard Johnson on the crisis facing Siargao Island in the Philippines, which is almost cut off.", + "content": "The BBC's Howard Johnson on the crisis facing Siargao Island in the Philippines, which is almost cut off.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59739685?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 09:32:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "07b8646b868eed7e078ec4abdd295809" + }, + { + "title": "Turkish lira in comeback after new plan unveiled", + "description": "The lira sees strong gains for the second day running in response to moves to strengthen the currency.", + "content": "The lira sees strong gains for the second day running in response to moves to strengthen the currency.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59740185?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 11:08:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f2ae78c77a26fe902ef0f0d8f5e62f37" + }, + { + "title": "Ghislaine Maxwell trial jurors resume deliberations", + "description": "The British socialite faces up to 80 years in prison if convicted on sex-trafficking and perjury charges.", + "content": "The British socialite faces up to 80 years in prison if convicted on sex-trafficking and perjury charges.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59730923?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 16:21:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7cd011925a923324fb7bb6f4fa40bd9d" + }, + { + "title": "Sudan coup: Protesters flee tear gas in Khartoum on uprising anniversary", + "description": "It's three years since the overthrow of the country's long-term President Omar al-Bashir.", + "content": "It's three years since the overthrow of the country's long-term President Omar al-Bashir.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59722800?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 00:04:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "aede571905e13b87e56ea4d9458afaf9" + }, + { + "title": "Philippines Super Typhoon Rai death toll surges", + "description": "At least 169 people have died, police say, as the Red Cross issues an emergency appeal for aid.", + "content": "At least 169 people have died, police say, as the Red Cross issues an emergency appeal for aid.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59714658?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 15:00:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dd611b7f57c2ed41bbc1f1be31f3d027" + }, + { + "title": "Ghislaine Maxwell trial jurors begin deliberations", + "description": "Jurors heard weeks of testimony in the sex-trafficking and perjury trial of Ghislaine Maxwell.", + "content": "Jurors heard weeks of testimony in the sex-trafficking and perjury trial of Ghislaine Maxwell.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59730923?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 22:15:12 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "00d84e6cfed4b2dbf2de02c36fb67386" + }, + { + "title": "Elon Musk says he'll be paying $11bn in tax this year", + "description": "The Tesla founder and world's richest person has been involved in a public spat over his tax bill.", + "content": "The Tesla founder and world's richest person has been involved in a public spat over his tax bill.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59732935?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 19:56:26 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9818fdfd1e76c668c02fe3a4d220475f" + }, + { + "title": "Leftist Gabriel Boric to become Chile's youngest ever president", + "description": "Gabriel Boric, 35, says he will look after democracy after a convincing win over his far-right rival.", + "content": "Gabriel Boric, 35, says he will look after democracy after a convincing win over his far-right rival.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59715941?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 09:14:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ace460afe3586c2ce3861b4c73752f14" + }, + { + "title": "Ethiopia war: World heritage site Lalibela back in government hands", + "description": "Tigray forces have left Lalibela, a town famous for its rock-hewn churches.", + "content": "Tigray forces have left Lalibela, a town famous for its rock-hewn churches.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59726191?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 10:40:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "31ed3253a3f372273d3008b35e5bd7ff" + }, + { + "title": "Donald Trump sues NY attorney to block inquiry into his company", + "description": "The former US president says the probe into his businesses violates his constitutional rights.", + "content": "The former US president says the probe into his businesses violates his constitutional rights.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59733713?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 16:56:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b6b66a36ed89aa2e2d749c1ad8a28e07" + }, + { + "title": "Peng Shuai: Chinese tennis star denies making assault claim as concerns persist", + "description": "The Chinese tennis star says her post was misunderstood, but the WTA continues to demand an inquiry.", + "content": "The Chinese tennis star says her post was misunderstood, but the WTA continues to demand an inquiry.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59723676?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 09:49:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8b65e13de8a24d95128ad2552290379c" + }, + { + "title": "Viya: Top Chinese live-streamer fined $210m for tax evasion", + "description": "Internet celebrity Huang Wei, known as Viya, is accused of hiding her personal income from officials.", + "content": "Internet celebrity Huang Wei, known as Viya, is accused of hiding her personal income from officials.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59732499?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 16:07:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fad5a4841eaf427c30fad3b9085ffae8" + }, + { + "title": "Young pupils allegedly forced to re-enact Holocaust in Washington school", + "description": "An investigation is underway regarding the alleged incident involving young pupils in Washington DC.", + "content": "An investigation is underway regarding the alleged incident involving young pupils in Washington DC.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59733807?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 17:33:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9f9c131ba9a63d2aa8f96d8304a012ff" + }, + { + "title": "What is Russia's Vladimir Putin planning?", + "description": "The BBC's Steve Rosenberg looks at what might be on the Russian leader's mind amid growing tensions.", + "content": "The BBC's Steve Rosenberg looks at what might be on the Russian leader's mind amid growing tensions.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59730522?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 15:03:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6ce1187ebc5d6d968ca3d1a24c60a0a2" + }, + { + "title": "Gabon youth coach arrested after male rape claims which he denies", + "description": "Patrick Eyi, a former Gabon U17 coach, is arrested after claims of sexual abuse against him, which he denies.", + "content": "Patrick Eyi, a former Gabon U17 coach, is arrested after claims of sexual abuse against him, which he denies.", + "category": "", + "link": "https://www.bbc.co.uk/sport/africa/59734797?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 17:13:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a418af75e3d5ad4cee637215a6d9a4ac" + }, + { + "title": "Alaa Abdel Fattah: Leading Egyptian activist jailed for five years", + "description": "Alaa Abdel Fattah is convicted of spreading false news after a trial called a sham by rights groups.", + "content": "Alaa Abdel Fattah is convicted of spreading false news after a trial called a sham by rights groups.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59730354?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 18:19:02 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5254fe573e0698f39e5ad0a674dfe1d8" + }, + { + "title": "Evergrande: China's efforts to contain its Lehman moment", + "description": "China is handling the crisis very differently to the way the US dealt with the Lehman collapse.", + "content": "China is handling the crisis very differently to the way the US dealt with the Lehman collapse.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59605130?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 00:08:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e9a57464b392501e76045d610267b306" + }, + { + "title": "Algeria and a question of identity: Who counts as African?", + "description": "North Africans love the Cup of Nation but for some, their African identity is open to question.", + "content": "North Africans love the Cup of Nation but for some, their African identity is open to question.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59689710?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 01:03:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2b1db015aadad012b453ef3115377bcc" + }, + { + "title": "Covid-19: Can alcohol, cooking oil tempt unvaccinated Indians?", + "description": "Some Indian states have offered unusual vaccine incentives, but experts say this may not be enough.", + "content": "Some Indian states have offered unusual vaccine incentives, but experts say this may not be enough.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59694246?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 00:46:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6ccfe0fce553e6f53e83af0b8deecb40" + }, + { + "title": "The robot chefs that can cook your Christmas dinner", + "description": "If you fancy not having to do the cooking on 25 December then a robotic chef might be the solution.", + "content": "If you fancy not having to do the cooking on 25 December then a robotic chef might be the solution.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59651334?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 00:00:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5f419d5bcd346907fbeb740ee527f12a" + }, + { + "title": "BBC Bitcoin mining report used in crypto-scam", + "description": "The BBC’s Silicon Valley correspondent investigates how his report was used to steal life savings.", + "content": "The BBC’s Silicon Valley correspondent investigates how his report was used to steal life savings.", + "category": "", + "link": "https://www.bbc.co.uk/news/technology-59659881?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 00:04:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4dd516bf736197ec1bc5f595073346e4" + }, + { + "title": "Covid: French ski season in disarray as UK tourists banned", + "description": "Snow on the slopes of Mont Blanc is the best Chamonix has seen in years - but few Brits will enjoy it.", + "content": "Snow on the slopes of Mont Blanc is the best Chamonix has seen in years - but few Brits will enjoy it.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59712015?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 00:29:26 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "de8166203e3b6e4b1445fa1ccdd21362" + }, + { + "title": "Hong Kong: Why the Legco elections are so controversial", + "description": "Sweeping changes put in place by China altered the way the city chooses its lawmakers this year.", + "content": "Sweeping changes put in place by China altered the way the city chooses its lawmakers this year.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59632733?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 00:05:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3f6531ca5aea4aa73a46bf31efc84650" + }, + { + "title": "Super Typhoon Rai: Walking through the storm's trail of destruction", + "description": "Watch this video that shows the extent of the devastation in Cebu City in the Philippines.", + "content": "Watch this video that shows the extent of the devastation in Cebu City in the Philippines.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59709246?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 13:02:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a1dfce3245acbfc974068d90f4ddacc1" + }, + { + "title": "France travel ban: Time-lapse shows long Eurostar queue at St Pancras", + "description": "Travellers in St Pancras station, London, line up to get to France before it closes its borders to the UK.", + "content": "Travellers in St Pancras station, London, line up to get to France before it closes its borders to the UK.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59710482?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 11:04:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a95eb0a2b66b56a07cbe0e7a115942e9" + }, + { + "title": "Pope Francis condemns domestic abuse as 'almost satanic'", + "description": "The Pope has often spoken out against domestic violence, but Sunday's remarks are his strongest yet.", + "content": "The Pope has often spoken out against domestic violence, but Sunday's remarks are his strongest yet.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59723278?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 06:29:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b6e8d987af69f8fb85ea4f2e4d22f35f" + }, + { + "title": "Covid: Christmas travel will fuel spread of Omicron, US expert warns", + "description": "The US infectious diseases chief says the Covid-19 variant will spread - even among the vaccinated.", + "content": "The US infectious diseases chief says the Covid-19 variant will spread - even among the vaccinated.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59714272?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 03:01:40 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b29bf2732fc426d6aed7620229e905cf" + }, + { + "title": "Hong Kong: Pro-Beijing candidates sweep controversial LegCo election", + "description": "The results for the controversial poll come after the city saw its lowest ever voter turnout.", + "content": "The results for the controversial poll come after the city saw its lowest ever voter turnout.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59717343?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 08:43:42 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "df625d4fb835bcc65e932ab1adb8caa1" + }, + { + "title": "Australia bouncy castle fall: Sixth child dies in hospital", + "description": "Chace Harrison, 11, died in hospital three days after falling from a castle blown into the air.", + "content": "Chace Harrison, 11, died in hospital three days after falling from a castle blown into the air.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59722770?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 00:02:34 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6bed3e2bfa1cf618e12d76c0f9ad7c59" + }, + { + "title": "Carlos Marin: Simon Cowell 'devastated' at death of Il Divo singer at 53", + "description": "The classical group's Carlos Marin died at the age of 53 after going into hospital during a UK tour.", + "content": "The classical group's Carlos Marin died at the age of 53 after going into hospital during a UK tour.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59722285?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 08:41:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "578f277d82f607f93bd98b815f21f05c" + }, + { + "title": "Senator Joe Manchin threatens to sink signature Biden bill", + "description": "Democrat Joe Manchin throws the Build Back Better Act into jeopardy, saying he will not vote for it.", + "content": "Democrat Joe Manchin throws the Build Back Better Act into jeopardy, saying he will not vote for it.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59720745?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 21:05:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "629113e6208c45c15850175bed6d9204" + }, + { + "title": "Iran execution of Heidar Ghorbani sparks rare anti-government protest", + "description": "The death sentence handed to Kurdish man Heidar Ghorbani was viewed by rights groups as political.", + "content": "The death sentence handed to Kurdish man Heidar Ghorbani was viewed by rights groups as political.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59721962?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 22:24:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "17b51c6f4cf210e36d2393c12ac19d2e" + }, + { + "title": "Drakeo the Ruler dies after stabbing at LA music festival", + "description": "The 28-year-old was stabbed during an altercation backstage at a Los Angeles music festival.", + "content": "The 28-year-old was stabbed during an altercation backstage at a Los Angeles music festival.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59720744?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 08:44:56 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3a74ded61f2c9694096289726e4b6d2a" + }, + { + "title": "Ghislaine Maxwell: Key moments in the trial so far", + "description": "Ghislaine Maxwell is accused of grooming girls for abuse by late paedophile Jeffrey Epstein.", + "content": "Ghislaine Maxwell is accused of grooming girls for abuse by late paedophile Jeffrey Epstein.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59527051?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 22:06:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5390fabd2355559ec039dfd02f021506" + }, + { + "title": "Covid: Dutch go into Christmas lockdown over Omicron wave", + "description": "Non-essential shops, schools, bars and other public venues have been closed until at least 14 January.", + "content": "Non-essential shops, schools, bars and other public venues have been closed until at least 14 January.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59715940?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 04:55:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0f5e945d41875bc7e7903ddbc01e5c69" + }, + { + "title": "Covid: Germany tightens restrictions on UK travellers", + "description": "Germany follows France in banning British tourists and business travellers over Omicron concerns.", + "content": "Germany follows France in banning British tourists and business travellers over Omicron concerns.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59715820?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 01:36:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c69fa3e6ff50a109b8b48dfbd4a9365c" + }, + { + "title": "Sudan coup: Thousands protest on uprising anniversary", + "description": "Demonstrations around the country demand an end to military rule, following a coup in October.", + "content": "Demonstrations around the country demand an end to military rule, following a coup in October.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59719765?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 15:57:10 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "58414b1085ea4c9bcca5ca5766234ac5" + }, + { + "title": "Man beaten to death for 'sacrilege' attempt at Sikh Golden Temple in India", + "description": "Eyewitnesses allege the man had tried to commit a sacrilegious act at the Golden Temple in India.", + "content": "Eyewitnesses allege the man had tried to commit a sacrilegious act at the Golden Temple in India.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59715937?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 05:22:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8b2dcf2f4f136c7a2b4379d3808b0ba8" + }, + { + "title": "Highlights from the career of architect Richard Rogers", + "description": "Lord Rogers, who has died aged 88, designed the Millennium Dome and the Pompidou Centre.", + "content": "Lord Rogers, who has died aged 88, designed the Millennium Dome and the Pompidou Centre.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59717076?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 12:26:24 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4337a64d1ac421ccf39d28bc7559491b" + }, + { + "title": "Hong Kong: LegCo vote after electoral overhaul", + "description": "Only candidates deemed to be \"patriots\" by Beijing can stand in the legislative council election.", + "content": "Only candidates deemed to be \"patriots\" by Beijing can stand in the legislative council election.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59717343?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 14:57:34 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9190c2e9a104fe9cf7086dc59a02f4cf" + }, + { + "title": "West Bank ambush suspects captured, Israel says", + "description": "The army says it has caught Palestinians suspected of a deadly attack in the occupied West Bank.", + "content": "The army says it has caught Palestinians suspected of a deadly attack in the occupied West Bank.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59717345?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 11:15:46 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c4c5917e2822f9f6085184ff44503290" + }, + { + "title": "Wagner Group: Why the EU is alarmed by Russian mercenaries in Central Africa", + "description": "The shadowy Russian mercenary group, allegedly linked to the Kremlin, has been accused of rights abuses.", + "content": "The shadowy Russian mercenary group, allegedly linked to the Kremlin, has been accused of rights abuses.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59699350?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 00:08:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f75183d681f015f2846920dab5d979bd" + }, + { + "title": "Derek Chisora v Joseph Parker II: New Zealander beats Briton on points in Manchester", + "description": "New Zealand heavyweight Joseph Parker secures a brilliant points win over Britain's Derek Chisora in a thrilling fight at the AO Arena in Manchester.", + "content": "New Zealand heavyweight Joseph Parker secures a brilliant points win over Britain's Derek Chisora in a thrilling fight at the AO Arena in Manchester.", + "category": "", + "link": "https://www.bbc.co.uk/sport/boxing/59692720?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 00:13:24 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7240adfd9b807389cd93a6664514dc4d" + }, + { + "title": "UK troops will not be deployed to Ukraine to defend against Russia", + "description": "Britain's defence secretary says this is because Ukraine is not a member of the Nato military alliance.", + "content": "Britain's defence secretary says this is because Ukraine is not a member of the Nato military alliance.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59712020?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 22:03:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ffce8d4c3ad11870c7e8d8c12cb0327c" + }, + { + "title": "Chile's dark past hangs over presidential run-off", + "description": "The election, set to be the most polarised in decades, pits a far-right candidate against a leftist.", + "content": "The election, set to be the most polarised in decades, pits a far-right candidate against a leftist.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59689731?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 00:05:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bee8e1fc881b07410897b510d373041e" + }, + { + "title": "Lagos party plans threatened by Nigeria Covid passports", + "description": "Nigeria was briefly put on the UK's travel red list but most people are indifferent to coronavirus.", + "content": "Nigeria was briefly put on the UK's travel red list but most people are indifferent to coronavirus.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59689177?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 00:12:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "34f149a0d057e80022d7b7854de2b808" + }, + { + "title": "Russia-Ukraine: Can a solution be found for war in Ukraine's east?", + "description": "The West fears a Russian invasion so hopes of a peaceful solution to the conflict look slim.", + "content": "The West fears a Russian invasion so hopes of a peaceful solution to the conflict look slim.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59674377?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 00:11:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "db457fb575401cddfbbaeaa76079d06a" + }, + { + "title": "Afghanistan to Wisconsin: Refugees dream of home", + "description": "Some of the 13,000 Afghan refugees living at a US military base in Wisconsin reflect on new lives.", + "content": "Some of the 13,000 Afghan refugees living at a US military base in Wisconsin reflect on new lives.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59691176?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 00:17:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5ec5fbe5551065c5d47f75bcf93067fe" + }, + { + "title": "Officer who shot Daunte Wright: 'I'm sorry it happened'", + "description": "Former Minnesota police officer Kimberly Potter sobs in court as she apologises for shooting Daunte Wright.", + "content": "Former Minnesota police officer Kimberly Potter sobs in court as she apologises for shooting Daunte Wright.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59707799?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 01:04:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3ae17509fc0fa348acbca1985ed039ef" + }, + { + "title": "Ros Atkins on… What 2021 taught us about Covid", + "description": "A look back at how the pandemic evolved throughout 2021, and what we've learned from it.", + "content": "A look back at how the pandemic evolved throughout 2021, and what we've learned from it.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59685203?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 00:07:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b5eae7506751281f9fec554f4a289e55" + }, + { + "title": "India and Pakistan: The students in jail for praising the wrong cricket team", + "description": "An Indian student's family calls for his release after he was arrested for celebrating Pakistan's victory.", + "content": "An Indian student's family calls for his release after he was arrested for celebrating Pakistan's victory.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59702427?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 00:06:05 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "18aa17e747b7a80833df43c170dc63de" + }, + { + "title": "Philippines Super Typhoon Rai death toll passes 100", + "description": "More than 100 people are thought to have died, as the Red Cross issues an emergency appeal for aid.", + "content": "More than 100 people are thought to have died, as the Red Cross issues an emergency appeal for aid.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59714658?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 08:35:34 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "901703f3f74209602829ff70a7c7a928" + }, + { + "title": "Hong Kong: Legco voting underway after electoral overhaul", + "description": "Only candidates deemed to be \"patriots\" by Beijing can stand in the legislative council election.", + "content": "Only candidates deemed to be \"patriots\" by Beijing can stand in the legislative council election.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59717343?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 10:10:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d1f629ca73462b31c73c403ee457b0d6" + }, + { + "title": "Migrant crossings: More than 900 cross Channel in two days", + "description": "Nearly 28,000 people have now crossed from France to England in small boats this year.", + "content": "Nearly 28,000 people have now crossed from France to England in small boats this year.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-england-kent-59710100?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 17:28:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e58475810ca767f1aac7c8f78bc27bd1" + }, + { + "title": "Ethiopian civil war divides diaspora in the US", + "description": "The conflict has deeply divided the Ethiopian community in Washington DC - the largest in the US.", + "content": "The conflict has deeply divided the Ethiopian community in Washington DC - the largest in the US.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59702496?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 00:16:12 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7d3c6cc7d06d5b970ce87722ca93d56b" + }, + { + "title": "Philippines Super Typhoon Rai: Death toll reaches 75", + "description": "With communications systems down, authorities say the scale of the storm's destruction is unclear.", + "content": "With communications systems down, authorities say the scale of the storm's destruction is unclear.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59714658?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 04:34:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2ab2110f049949b46b37176c387e903a" + }, + { + "title": "Explosion at Pakistan bank kills at least 14", + "description": "Officials say the blast in the southern city of Karachi may have been caused by a gas leak.", + "content": "Officials say the blast in the southern city of Karachi may have been caused by a gas leak.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59712276?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 16:04:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "27249a201fff161612fe8c882d02cc1d" + }, + { + "title": "Sports Personality 2021: Simone Biles honoured with Lifetime Achievement award", + "description": "American gymnast Simone Biles has been honoured with BBC Sports Personality of the Year's Lifetime Achievement award.", + "content": "American gymnast Simone Biles has been honoured with BBC Sports Personality of the Year's Lifetime Achievement award.", + "category": "", + "link": "https://www.bbc.co.uk/sport/sports-personality/59700067?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 18:00:27 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "62462baf0b86e8046ceb8dcca44e6597" + }, + { + "title": "US court reinstates Covid vaccine mandate for large US businesses", + "description": "The national mandate, blocked last month, will cover more than two-thirds of the country's workers.", + "content": "The national mandate, blocked last month, will cover more than two-thirds of the country's workers.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59708304?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 04:32:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f36f14c4b291fba2bad99eb98996dcd0" + }, + { + "title": "The Ashes: England collapse again as Australia take total control of second Test", + "description": "England's Ashes hopes are in a sorry mess after another dismal batting collapse on day three of the second Test against Australia.", + "content": "England's Ashes hopes are in a sorry mess after another dismal batting collapse on day three of the second Test against Australia.", + "category": "", + "link": "https://www.bbc.co.uk/sport/cricket/59708346?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 12:12:24 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "345038944acef0fcfe2080b4470fc2ba" + }, + { + "title": "Chileans divided ahead of presidential run-off", + "description": "The election, set to be the most polarised in decades, pits a far-right candidate against a leftist.", + "content": "The election, set to be the most polarised in decades, pits a far-right candidate against a leftist.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59689731?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 00:05:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d67f1a6c3a78a95890790aea6e2f52b9" + }, + { + "title": "Two teens slide to safety from fourth floor New York apartment fire", + "description": "Watch this dramatic video of them escaping through a window and sliding down a pole to the ground.", + "content": "Watch this dramatic video of them escaping through a window and sliding down a pole to the ground.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59696503?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 13:47:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b43e033e055a383272ec6024761937d8" + }, + { + "title": "Covid-19: Omicron spreading at lightning speed - French PM", + "description": "Restrictions are tightening across Europe as countries battle a new wave of Covid-19 infections.", + "content": "Restrictions are tightening across Europe as countries battle a new wave of Covid-19 infections.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59705709?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 05:33:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f6841fb154cdf97cfbd828c558bd1e6c" + }, + { + "title": "Ghislaine Maxwell defence rests as she calls case 'unproven'", + "description": "The defence struggled to produce witnesses on Friday and only nine out of a proposed 35 testified.", + "content": "The defence struggled to produce witnesses on Friday and only nine out of a proposed 35 testified.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59703611?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 23:12:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6e5344b4358b57746cffe730e9c9ae6f" + }, + { + "title": "Gardener Omar Raddad wins fight to re-open notorious murder case", + "description": "A Moroccan gardener convicted of the notorious killing of a French heiress is fighting to clear his name.", + "content": "A Moroccan gardener convicted of the notorious killing of a French heiress is fighting to clear his name.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59692855?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 20:32:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "40a463456d7c4616b839232be59aec05" + }, + { + "title": "Russia Ukraine: Moscow lists demands for defusing Ukraine tensions", + "description": "Moscow says Nato should abandon hopes of Ukraine joining and Nato states should get rid of weapons.", + "content": "Moscow says Nato should abandon hopes of Ukraine joining and Nato states should get rid of weapons.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59696450?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 15:29:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4a2901aeea346d5c2e869b2e57ed7f5b" + }, + { + "title": "Anti-5G necklaces found to be radioactive", + "description": "Conspiracy theories about 5G have fuelled a market for \"anti-5G\" accessories.", + "content": "Conspiracy theories about 5G have fuelled a market for \"anti-5G\" accessories.", + "category": "", + "link": "https://www.bbc.co.uk/news/technology-59703523?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 17:38:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "46530fafa82695a751dcd3d247189538" + }, + { + "title": "Sir Rod Stewart pleads guilty to battery over Florida hotel 'punch'", + "description": "The singer and his son clashed with a Florida hotel guard who refused them entry to a party.", + "content": "The singer and his son clashed with a Florida hotel guard who refused them entry to a party.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59707192?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 00:25:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "22d7cd4ead4d848545f9cf5de89f8777" + }, + { + "title": "Theranos trial: Jury to decide fate of Elizabeth Holmes", + "description": "The prosecution says she ran a \"house of cards\"; the defence liken her to a brave captain of a sinking ship.", + "content": "The prosecution says she ran a \"house of cards\"; the defence liken her to a brave captain of a sinking ship.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59688405?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 02:13:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a22b84a4b8700ef3cb03701c010533b4" + }, + { + "title": "Kim Potter: 'Taser mix-up' ex-officer weeps in manslaughter testimony", + "description": "Kim Potter testified at her manslaughter trial about the \"chaotic\" fatal shooting of Daunte Wright.", + "content": "Kim Potter testified at her manslaughter trial about the \"chaotic\" fatal shooting of Daunte Wright.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59691902?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 20:37:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7ea8a3cadee7b077291542e53a87ed6d" + }, + { + "title": "TikTok says US school shooting threats not credible", + "description": "Security around some US schools is stepped up in response to supposed violent threats going viral.", + "content": "Security around some US schools is stepped up in response to supposed violent threats going viral.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59703227?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 19:01:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "58a914e8162dbfa849f3c708bd47ff1b" + }, + { + "title": "Son's tribute to 'bawdy, fertile matriarch' goes viral", + "description": "A son's colourful tribute to his mother, Renay Mandel Corren, has been shared widely on social media.", + "content": "A son's colourful tribute to his mother, Renay Mandel Corren, has been shared widely on social media.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59702456?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 19:13:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7bc8087da21f284bd254ac69a8f7d456" + }, + { + "title": "Japan: At least 27 feared dead in Osaka building fire", + "description": "Police are looking into the possibility that the blaze was deliberately started, local media report.", + "content": "Police are looking into the possibility that the blaze was deliberately started, local media report.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59663831?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 14:17:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ffeaccd0c4064cde015944f7d182d2e7" + }, + { + "title": "Caroline and Martine: Picture book heroines who fought for French hearts", + "description": "For nearly 70 years, Caroline and Martine have been rivals for the hearts of French schoolchildren.", + "content": "For nearly 70 years, Caroline and Martine have been rivals for the hearts of French schoolchildren.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59644739?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 00:10:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a6b4d8c8f7ce7d2c19efbe5bf9c98b54" + }, + { + "title": "Week in pictures: 11-17 December 2021", + "description": "A selection of powerful images from all over the globe, taken this week.", + "content": "A selection of powerful images from all over the globe, taken this week.", + "category": "", + "link": "https://www.bbc.co.uk/news/in-pictures-59697047?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 00:06:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "81f8d31ef533c20935a2965fe67311df" + }, + { + "title": "Kim Jong-un: N Korean defectors reflect on last decade", + "description": "It's a decade since an untested 27-year-old took power. But how has it been to live under Kim Jong-un?", + "content": "It's a decade since an untested 27-year-old took power. But how has it been to live under Kim Jong-un?", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59680957?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 20:19:02 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0cd7f693975883e7b6765faf26d06c98" + }, + { + "title": "Philippines typhoon Rai: Month-old baby rescued in a tub", + "description": "Thousands have been evacuated as the storm brought 165km/h (103 mph) winds and heavy rain.", + "content": "Thousands have been evacuated as the storm brought 165km/h (103 mph) winds and heavy rain.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59692022?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 23:04:59 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9f95592a4bdd7e57db5623f912c02dfd" + }, + { + "title": "How billionaires pay less tax than you", + "description": "Corporate giants use a mantra known as Buy Borrow Die to avoid paying income tax, say analysts.", + "content": "Corporate giants use a mantra known as Buy Borrow Die to avoid paying income tax, say analysts.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59687946?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 01:36:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5d59c2eb63aa75f44bc1c0731c2478d5" + }, + { + "title": "Huntsman spider interrupts Australian Covid press briefing", + "description": "Queensland's health minister remained calm after a journalist said a spider was crawling on her.", + "content": "Queensland's health minister remained calm after a journalist said a spider was crawling on her.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59693271?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 01:38:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cffa1dd44f853b4c219442b10fa0e3c3" + }, + { + "title": "Ghislaine Maxwell trial: Maxwell won't testify as defence rests case", + "description": "The defence struggled to produce witnesses on Friday and only nine out of a proposed 35 testified.", + "content": "The defence struggled to produce witnesses on Friday and only nine out of a proposed 35 testified.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59703611?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 21:21:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "67166d84c6db5efdf4b7f4fea03001c9" + }, + { + "title": "Israeli PM vows to catch W Bank ambush killers", + "description": "Troops search for suspected Palestinian gunmen after an Israeli is shot dead and two others wounded.", + "content": "Troops search for suspected Palestinian gunmen after an Israeli is shot dead and two others wounded.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59689793?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 13:07:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a1e8ac19421b8d41d52243ecbd2c0ac8" + }, + { + "title": "Bouncy castle fall: Australia mourns 'terrible tragedy' after children killed", + "description": "Five children died and four others were injured when a wind gust blew away the castle at a school fair.", + "content": "Five children died and four others were injured when a wind gust blew away the castle at a school fair.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59692552?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 05:35:59 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "09545b1f1d677f124edcfc26ab3935f5" + }, + { + "title": "Andry Rajoelina: French nationals sentenced for Madagascar coup plot", + "description": "The two men are accused of planning to assassinate President Andry Rajoelina.", + "content": "The two men are accused of planning to assassinate President Andry Rajoelina.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59697805?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 12:36:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5db177c5ca1efc29a606aeb1269a88ff" + }, + { + "title": "Karnataka: India lawmaker sorry for 'lie down and enjoy rape' remark", + "description": "The opposition lawmaker said he didn't intend to insult women after his comment drew outrage.", + "content": "The opposition lawmaker said he didn't intend to insult women after his comment drew outrage.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59694671?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 09:25:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "374c0f9f9d717da5aec0d2e7e779b1a1" + }, + { + "title": "Sweden's Gavle Christmas goat torched... again", + "description": "A giant straw goat that is an annual highlight in the city of Gavle is burned down by an arsonist.", + "content": "A giant straw goat that is an annual highlight in the city of Gavle is burned down by an arsonist.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59696442?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 10:28:49 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "49e363154c39c13f37c65cc963952548" + }, + { + "title": "Super typhoon Rai: Philippine tourist island Siargao among areas hit", + "description": "Power and communications are down on the popular island of Siargao after strong winds and heavy rain.", + "content": "Power and communications are down on the popular island of Siargao after strong winds and heavy rain.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59663829?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 09:55:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1742c9f1489facde31c49d74c28e93ae" + }, + { + "title": "How Russia tries to censor Western social media", + "description": "Western social media companies face huge fines as Russia pressures them to remove content it objects to.", + "content": "Western social media companies face huge fines as Russia pressures them to remove content it objects to.", + "category": "", + "link": "https://www.bbc.co.uk/news/blogs-trending-59687496?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 01:13:12 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5c985d72c5aea5df258267e24c34346c" + }, + { + "title": "Kentucky tornadoes: Lost photos found 140 miles away", + "description": "How a photo found on a Kentucky farm is being returned to its owner thanks to social media sleuths.", + "content": "How a photo found on a Kentucky farm is being returned to its owner thanks to social media sleuths.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59667108?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 05:42:27 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "921c4d064ca46091e2dee7fca6c2833f" + }, + { + "title": "Africa's week in pictures: 10 - 16 December 2021", + "description": "A selection of the best photos from the African continent and beyond.", + "content": "A selection of the best photos from the African continent and beyond.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59680921?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 02:01:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "527d73f07331cd46e2bccb139e4a0d78" + }, + { + "title": "Dust storms and tornadoes hit the US Midwest", + "description": "Days after deadly tornadoes ripped through four states, more severe weather has hit parts of the US.", + "content": "Days after deadly tornadoes ripped through four states, more severe weather has hit parts of the US.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59691900?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 19:43:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "69474d83fde8ba6465ea2fd4ab32eda6" + }, + { + "title": "Santa Claus delivers presents to children in Peru... via a fire ladder", + "description": "This Santa Claus in Lima, Peru, uses a special way to deliver presents to children with Covid.", + "content": "This Santa Claus in Lima, Peru, uses a special way to deliver presents to children with Covid.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59683538?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 12:03:59 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "711874eff005b5e9ecbbf770a9d688e7" + }, + { + "title": "Rust: Police obtain search warrant for Alec Baldwin's phone", + "description": "Police investigating the fatal shooting on the Rust film set obtain a warrant for the actor's phone.", + "content": "Police investigating the fatal shooting on the Rust film set obtain a warrant for the actor's phone.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59692846?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 02:25:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0993ff68526604dc6ceabb015e754380" + }, + { + "title": "Tania Mendoza: Mexican actress shot dead while waiting for son", + "description": "Tania Mendoza was outside a football academy when a gunman opened fire before escaping.", + "content": "Tania Mendoza was outside a football academy when a gunman opened fire before escaping.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59692502?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 01:59:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8bcdb4d0f3ab79f9272c32bc32477ffe" + }, + { + "title": "What's behind suicides by thousands of Indian housewives?", + "description": "Indian women make up 36% of all global suicides in the 15 to 39 years age group.", + "content": "Indian women make up 36% of all global suicides in the 15 to 39 years age group.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59634393?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 00:05:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e3f18999f4ad2642c413479cb5d5dcb4" + }, + { + "title": "'If you eat here, you're dining with rats'", + "description": "Some New Yorkers are cooling on the craze for street-side restaurant sheds, due to noise and vermin.", + "content": "Some New Yorkers are cooling on the craze for street-side restaurant sheds, due to noise and vermin.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59624540?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 00:13:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5e90c192baf32e0e332c0bc7ca322f7b" + }, + { + "title": "Afghanistan: What humanitarian aid is getting in?", + "description": "Millions of people are at risk of starvation as a result of harsh winter conditions and economic collapse.", + "content": "Millions of people are at risk of starvation as a result of harsh winter conditions and economic collapse.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59518628?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 23:30:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e01b1053058562c680b29aa6ef5bf72b" + }, + { + "title": "Haiti kidnappers release remaining missionaries", + "description": "The missionaries from the US and Canada were abducted in mid-October by a powerful crime gang.", + "content": "The missionaries from the US and Canada were abducted in mid-October by a powerful crime gang.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59689060?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 17:22:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "862d4a1c0cd71f4b2342e53a5a9e4bd5" + }, + { + "title": "Omicron: What can we learn from South Africa's experience so far?", + "description": "We can learn some things from what's happening in South Africa, but there are also uncertainties.", + "content": "We can learn some things from what's happening in South Africa, but there are also uncertainties.", + "category": "", + "link": "https://www.bbc.co.uk/news/59667268?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 00:49:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7aea3b4cf6aa671da27afcf9ded392e8" + }, + { + "title": "Australia bouncy castle fall: Five children killed and four others injured", + "description": "Four others are badly injured after wind blew the castle into the air, causing them to fall 10m.", + "content": "Four others are badly injured after wind blew the castle into the air, causing them to fall 10m.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59677855?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 15:54:24 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bb5b4ff8f68d886f9479079eda1db924" + }, + { + "title": "Claudette Colvin: Civil rights pioneer has record cleared", + "description": "Claudette Colvin was the first person to be arrested for challenging Montgomery's bus segregation policy", + "content": "Claudette Colvin was the first person to be arrested for challenging Montgomery's bus segregation policy", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59688404?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 16:05:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e1fb3580267a3e9af9b3f3a9da7acc8b" + }, + { + "title": "Ghislaine Maxwell trial: Defence attorneys begin arguments", + "description": "A spokesperson for Ms Maxwell said on Wednesday she is \"too fragile\" to testify in her own defence.", + "content": "A spokesperson for Ms Maxwell said on Wednesday she is \"too fragile\" to testify in her own defence.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59688787?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:27:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "30dfd8ff58ec8c15d9081ec6ddebb530" + }, + { + "title": "Dutch royals regret holding party amid surge in Covid cases", + "description": "The party was held to celebrate the 18th birthday of the country's heir apparent, Princess Amalia.", + "content": "The party was held to celebrate the 18th birthday of the country's heir apparent, Princess Amalia.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59681409?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 11:57:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "85d8d071717e51578b42a20e1bd656fa" + }, + { + "title": "Super typhoon Rai: Thousands flee as storm lashes southern Philippines", + "description": "People take shelter amid warnings the storm will cause widespread flooding and destruction.", + "content": "People take shelter amid warnings the storm will cause widespread flooding and destruction.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59683904?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 12:20:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e674ce981faa9f55f0a1580e116c4d6b" + }, + { + "title": "Bruce Springsteen sells his entire music catalogue for $500m", + "description": "The star follows in the footsteps of Bob Dylan, Stevie Nicks and Blondie by cashing in on his songs.", + "content": "The star follows in the footsteps of Bob Dylan, Stevie Nicks and Blondie by cashing in on his songs.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59680797?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 09:45:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9239a52e12af248305248161c307e69b" + }, + { + "title": "Reddit: Social media platform files to go public", + "description": "Reddit was at the centre of the so-called \"meme stock\" phenomenon earlier this year.", + "content": "Reddit was at the centre of the so-called \"meme stock\" phenomenon earlier this year.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59678451?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 06:15:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "45f84c68db021311e11d1ab3b192f7cc" + }, + { + "title": "Russia Ukraine: EU to warn Moscow against action", + "description": "European leaders meeting in Brussels are expected to say hostile action could come at a \"high price\".", + "content": "European leaders meeting in Brussels are expected to say hostile action could come at a \"high price\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59677675?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 01:00:14 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "87d0404ca94e7b66d6d0e4434faa1e37" + }, + { + "title": "Kentucky tornado killed dad moments after phone call", + "description": "Katie Fields lost her father in the Kentucky twisters - just after urging him on a call to flee.", + "content": "Katie Fields lost her father in the Kentucky twisters - just after urging him on a call to flee.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59672999?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 00:06:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d90a18300529c675b81995beebcbd7d2" + }, + { + "title": "Beijing 2022: Putin tells Xi he will attend Winter Olympics", + "description": "The Russian president is one of the first major world leaders to indicate his attendance at the Games.", + "content": "The Russian president is one of the first major world leaders to indicate his attendance at the Games.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59663827?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 03:41:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "35096b6e9f1967be6ebec6b9f3933b12" + }, + { + "title": "Michelle Odinet: Louisiana judge faces calls to quit over home video slurs", + "description": "Judge Michelle Odinet says she took a sedative and has \"zero recollection\" of the incident.", + "content": "Judge Michelle Odinet says she took a sedative and has \"zero recollection\" of the incident.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59678367?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 04:46:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "efb08ed328a1b46919a75601d40f4a86" + }, + { + "title": "Logic's 1-800-273-8255 led to call surge to suicide line, study suggests", + "description": "Researchers found that the rapper's 1-800-273-8255 increased calls to the helpline it was named after.", + "content": "Researchers found that the rapper's 1-800-273-8255 increased calls to the helpline it was named after.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59674306?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 19:12:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "20a920f2a3c73e1c3a955d9d8baa3668" + }, + { + "title": "Kenyans find rural lifeline after Covid city exodus", + "description": "The coronavirus pandemic has forced some city dwellers to move back to the countryside to survive.", + "content": "The coronavirus pandemic has forced some city dwellers to move back to the countryside to survive.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59630164?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 00:44:10 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fcaa84ff6af8a4e0cdec19fe6f986a5e" + }, + { + "title": "Inside the fight for Bangladesh's independence", + "description": "The author of the Bangladesh constitution on working with Sheikh Mujibur Rahman", + "content": "The author of the Bangladesh constitution on working with Sheikh Mujibur Rahman", + "category": "", + "link": "https://www.bbc.co.uk/news/stories-59661758?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 00:26:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5287add828d18c597c06a00723954d4d" + }, + { + "title": "Hong Kong: Dozens stranded on roof after World Trade Centre fire", + "description": "Footage obtained by the BBC shows people crowded amongst the roof's scaffolding awaiting rescue.", + "content": "Footage obtained by the BBC shows people crowded amongst the roof's scaffolding awaiting rescue.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59665125?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 08:39:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8a36f0078f8a840f2fffde7912dda04c" + }, + { + "title": "Southern right whales: Tracking unexpected Southern Ocean migrations", + "description": "New Zealand scientists have used satellite tags to follow whales around the Southern Ocean.", + "content": "New Zealand scientists have used satellite tags to follow whales around the Southern Ocean.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59646562?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 00:12:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3f5fba64b0230c404e306de23d314e1b" + }, + { + "title": "Hong Kong elections: How China reshaped the city", + "description": "The city's Legco polls look different this year thanks to new electoral and national security laws.", + "content": "The city's Legco polls look different this year thanks to new electoral and national security laws.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59645657?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 00:05:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "741f32946284eb72600d0ef68262c95e" + }, + { + "title": "Tasmania bouncy castle fall: Four children killed and five others injured", + "description": "Five others are badly injured after wind blew the castle into the air, causing them to fall 10m.", + "content": "Five others are badly injured after wind blew the castle into the air, causing them to fall 10m.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59677855?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 07:02:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7cb1d7dfd2ad6c3dc246df0d2b9817de" + }, + { + "title": "Dutch MP ordered to delete Covid Holocaust social media posts", + "description": "Thierry Baudet is ordered by a court to delete social media posts comparing the unvaccinated to Jews.", + "content": "Thierry Baudet is ordered by a court to delete social media posts comparing the unvaccinated to Jews.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59677593?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 23:49:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f675117fcc2b6adfa8017670e1af7475" + }, + { + "title": "Bird songs bump stars off Australian music chart", + "description": "Debuting in the top 5, the album featuring endangered birds is above Justin Bieber and Abba.", + "content": "Debuting in the top 5, the album featuring endangered birds is above Justin Bieber and Abba.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59676772?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 23:12:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8e23c013402704b872400aa37260ff48" + }, + { + "title": "Megan Thee Stallion 'told to dance' by Tory Lanez before alleged shooting", + "description": "Rapper Tory Lanez is accused of hurting the songwriter after a party in Hollywood in July 2020.", + "content": "Rapper Tory Lanez is accused of hurting the songwriter after a party in Hollywood in July 2020.", + "category": "", + "link": "https://www.bbc.co.uk/news/newsbeat-59666623?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 16:17:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fbf89dd66e70f020694ff4ff1b57b89e" + }, + { + "title": "Germany expels Russian diplomats after hitman sentenced in Berlin", + "description": "Germany throws out two diplomats after Vadim Krasikov is jailed for murdering an ex-Chechen rebel.", + "content": "Germany throws out two diplomats after Vadim Krasikov is jailed for murdering an ex-Chechen rebel.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59667937?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 17:40:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "44612bcce7146dc1b51b9524926b716b" + }, + { + "title": "bell hooks: Author and feminist dies aged 69", + "description": "Her niece confirmed the writer died on Wednesday \"surrounded by her family and friends\".", + "content": "Her niece confirmed the writer died on Wednesday \"surrounded by her family and friends\".", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59672683?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 18:42:17 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d8c4cf66395f42c02e9a1be066be57b6" + }, + { + "title": "Ros Atkins on... the Lewis Hamilton and Max Verstappen F1 title drama", + "description": "Max Verstappen was crowned F1 world champion, after winning the Abu Dhabi Grand Prix.", + "content": "Max Verstappen was crowned F1 world champion, after winning the Abu Dhabi Grand Prix.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59645658?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 23:37:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f45cde4737223c56647d27a9bc6769a6" + }, + { + "title": "Inside an Afghan hospital on the brink", + "description": "The BBC reports from a hospital in remote Ghor province which is struggling to cope.", + "content": "The BBC reports from a hospital in remote Ghor province which is struggling to cope.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59637586?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 13:54:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a4ab1c884784c6e46cc15da12cf044e9" + }, + { + "title": "Hamilton gets knighthood for services to motorsport", + "description": "Seven-time Formula 1 world champion Lewis Hamilton receives his knighthood for services to motorsport from Prince Charles during a ceremony at Windsor Castle.", + "content": "Seven-time Formula 1 world champion Lewis Hamilton receives his knighthood for services to motorsport from Prince Charles during a ceremony at Windsor Castle.", + "category": "", + "link": "https://www.bbc.co.uk/sport/av/formula1/59671505?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 13:42:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8b689bada58bfcf45a8ea05564d4f7b6" + }, + { + "title": "New York City names first female police chief", + "description": "Keechant Sewell, 49, will be the first woman to lead the US's largest police force in its 176 years.", + "content": "Keechant Sewell, 49, will be the first woman to lead the US's largest police force in its 176 years.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59672998?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 15:26:34 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "62b2adf11d88ab2995de983e6e7be522" + }, + { + "title": "Derek Chauvin pleads guilty in George Floyd civil rights case", + "description": "The former police officer is already serving a 22 year prison sentence for the murder of Mr Floyd.", + "content": "The former police officer is already serving a 22 year prison sentence for the murder of Mr Floyd.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59671567?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 16:14:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "142ff4a95d7419794932fe34ce973036" + }, + { + "title": "Riccardo Ehrman: Journalist who prompted Berlin Wall to fall dies", + "description": "Riccardo Ehrman asked the historic question that led to East Germans tearing down the wall in 1989.", + "content": "Riccardo Ehrman asked the historic question that led to East Germans tearing down the wall in 1989.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59664077?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 12:58:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "591ea99694bf793d181aa608c753e8b7" + }, + { + "title": "German raids on Covid extremists over Saxony leader death plot", + "description": "Far-right anti-vaccination activists are suspected of plotting to kill Saxony leader Michael Kretschmer.", + "content": "Far-right anti-vaccination activists are suspected of plotting to kill Saxony leader Michael Kretschmer.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59664076?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 11:06:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0029015c4de21482226003fe47917aeb" + }, + { + "title": "2022 World Cup: Ex-media officer loses Qatar corruption appeal", + "description": "Abdullah Ibhais claims he was prosecuted for corruption after raising concerns about migrant workers.", + "content": "Abdullah Ibhais claims he was prosecuted for corruption after raising concerns about migrant workers.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59669307?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 15:50:46 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1df654e8bf91cf30a75398ba8c448bd8" + }, + { + "title": "Billie Eilish says porn exposure while young caused nightmares", + "description": "The singer-songwriter spoke about how \"abusive\" pornography skewed her early sexual experiences.", + "content": "The singer-songwriter spoke about how \"abusive\" pornography skewed her early sexual experiences.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59658663?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 22:37:46 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "200dc74b29bd754f2757ce3f0d6ba7ce" + }, + { + "title": "China: The death of a man bullied for being 'effeminate'", + "description": "A young man's death sparks discussions on gender norms, even as the state targets \"sissy men\".", + "content": "A young man's death sparks discussions on gender norms, even as the state targets \"sissy men\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59576108?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 00:35:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "291418aeb771a28f875058c26074d4c9" + }, + { + "title": "Ethiopia civil war: How PM Abiy led fight-back against rebel advance", + "description": "Abiy Ahmed has thwarted a rebel advance on the capital a year into a brutal civil war.", + "content": "Abiy Ahmed has thwarted a rebel advance on the capital a year into a brutal civil war.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59552888?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 01:02:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1eea9840677f6b8b358cac2ccf11846b" + }, + { + "title": "James Webb: A $10bn machine in search of the end of darkness", + "description": "The biggest space telescope ever built is ready to show us the first stars to light up the cosmos.", + "content": "The biggest space telescope ever built is ready to show us the first stars to light up the cosmos.", + "category": "", + "link": "https://www.bbc.co.uk/news/science-environment-59476869?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 00:59:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "94f0137adc3011f4c93f3f4b9de5b3bc" + }, + { + "title": "Kentucky tornadoes: A miraculous escape after a candle factory's collapse", + "description": "Colleagues sang Happy Birthday to Kyanna Parsons-Perez after a tornado buried them all in rubble.", + "content": "Colleagues sang Happy Birthday to Kyanna Parsons-Perez after a tornado buried them all in rubble.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59659513?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 19:57:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "17c950696f193174b1d4e5ea0b939d7c" + }, + { + "title": "How much does the diplomatic boycott of Beijing 2022 matter?", + "description": "The Winter Olympics have been hit by a flurry of protests from governments in the West.", + "content": "The Winter Olympics have been hit by a flurry of protests from governments in the West.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59646231?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 22:11:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3e6b465bc449241c7b890abf09181a4c" + }, + { + "title": "Sex and cancer: 'I was ashamed to ask for help'", + "description": "Cait didn't know why it hurt to masturbate after her treatment - and didn't know who to ask.", + "content": "Cait didn't know why it hurt to masturbate after her treatment - and didn't know who to ask.", + "category": "", + "link": "https://www.bbc.co.uk/news/newsbeat-59461807?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 01:19:14 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8bd689dcd4dcadac312b2e783a0e81e3" + }, + { + "title": "Tom Holland: 'There are kids who look up to Spider-Man'", + "description": "Spider-Man: No Way Home is Tom Holland's third solo film and his sixth as part of the Avengers.", + "content": "Spider-Man: No Way Home is Tom Holland's third solo film and his sixth as part of the Avengers.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59645557?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 00:06:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5b965eb22cb9bcaf0b74b39ab927d638" + }, + { + "title": "Hong Kong: Fire at World Trade Centre leaves more than 100 trapped on roof", + "description": "The fire broke out in a machine room which eventually led to the scaffolding catching fire.", + "content": "The fire broke out in a machine room which eventually led to the scaffolding catching fire.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59663826?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 09:51:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a982efe59436db2a40af170079a59eb3" + }, + { + "title": "Covid: Omicron spreading at unprecedented rate, WHO says", + "description": "The WHO's head warns that the Covid variant is being underestimated, despite its potential impact.", + "content": "The WHO's head warns that the Covid variant is being underestimated, despite its potential impact.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59656385?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 10:02:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "567ea0f9aa1e50ac0f4766028356c4a1" + }, + { + "title": "Jacob Zuma: South African court orders ex-president back to jail", + "description": "Jacob Zuma was granted medical parole after being sentenced to serve 15 months in jail.", + "content": "Jacob Zuma was granted medical parole after being sentenced to serve 15 months in jail.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59665825?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 10:09:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c5297b00f8930a3f2e2a4cb02d51da59" + }, + { + "title": "Covid-19: US surpasses 800,000 pandemic deaths", + "description": "More than a quarter of lives lost in the pandemic came after all US adults were eligible for a vaccine.", + "content": "More than a quarter of lives lost in the pandemic came after all US adults were eligible for a vaccine.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59645307?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 00:07:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dbc8239af938079258bbfa9f050a2d2e" + }, + { + "title": "Mark Meadows: Trump ex-chief of staff in contempt of Congress", + "description": "The Democrat-led House of Representatives rebuked Mark Meadows for defying a congressional panel.", + "content": "The Democrat-led House of Representatives rebuked Mark Meadows for defying a congressional panel.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59661306?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 04:56:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "307fbfcfa396a5b7c36cb98d73a203c8" + }, + { + "title": "Malta becomes first EU nation to legalise cannabis", + "description": "The landmark move is expected to be followed by more European countries.", + "content": "The landmark move is expected to be followed by more European countries.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59660856?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 21:14:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c8de95b7cc75d54091317e902e6ed9d7" + }, + { + "title": "Russia told to pay compensation to woman whose hands were cut off", + "description": "Europe's top human rights court says authorities failed to protect her against domestic violence.", + "content": "Europe's top human rights court says authorities failed to protect her against domestic violence.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59659543?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 19:16:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7fa77f41fbf9aacbb58d3afd624f6614" + }, + { + "title": "Belarus: Opposition leader Tikhanovsky jailed for 18 years over protests", + "description": "Sergei Tikhanovsky, a former presidential candidate, is convicted after a trial condemned as a sham.", + "content": "Sergei Tikhanovsky, a former presidential candidate, is convicted after a trial condemned as a sham.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59650238?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:10:17 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7ba812f3e1f5302dac0debba67b9447b" + }, + { + "title": "South Korean dairy giant apologises for controversial advert", + "description": "The company also faced a backlash over the advert's similarity to \"molka\", or secret filming.", + "content": "The company also faced a backlash over the advert's similarity to \"molka\", or secret filming.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59662421?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 05:36:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6e70609a47344811b6960d84f91247c3" + }, + { + "title": "Haiti fuel tanker blast kills dozens in Cap-Haïtien", + "description": "The victims had been gathering leaking fuel from a vehicle involved in an accident, reports say.", + "content": "The victims had been gathering leaking fuel from a vehicle involved in an accident, reports say.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59650802?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 16:32:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "08f185a5b030b2c8787aa3c666318634" + }, + { + "title": "Tesla Model 3: Paris' largest taxi firm suspends cars after fatal crash", + "description": "One person died and 20 were hurt after a cabbie lost control of their Tesla Model 3 last weekend.", + "content": "One person died and 20 were hurt after a cabbie lost control of their Tesla Model 3 last weekend.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59647069?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 09:34:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f30ace65cd22d0b330acc2d9a5346415" + }, + { + "title": "Channel tragedy: French authorities identify 26 victims", + "description": "Sixteen Kurdish people, including two friends from Iraq, were among those who perished last month.", + "content": "Sixteen Kurdish people, including two friends from Iraq, were among those who perished last month.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59650239?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:00:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "81fd76b32490e4c385ff19d9123a7603" + }, + { + "title": "Covid: Omicron probably in most countries, WHO says", + "description": "The heavily mutated coronavirus variant is spreading at an unprecedented rate, the WHO's head warns.", + "content": "The heavily mutated coronavirus variant is spreading at an unprecedented rate, the WHO's head warns.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59656385?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 19:38:40 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6016d509de99435d60bd8596480e5d85" + }, + { + "title": "Kentucky tornadoes: I spent my 40th birthday trapped under rubble", + "description": "Kyanna Parsons-Perez never imagined that her 40th birthday would be spent pinned to the floor of the Mayfield candle factory.", + "content": "Kyanna Parsons-Perez never imagined that her 40th birthday would be spent pinned to the floor of the Mayfield candle factory.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59659513?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 19:57:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "287a8da7c59dbd02133c8b61024759e0" + }, + { + "title": "Phillip Adams: Ex-NFL player who shot six dead had CTE brain disease", + "description": "US footballer Phillip Adams' brain showed evidence of damage linked to repeated head trauma.", + "content": "US footballer Phillip Adams' brain showed evidence of damage linked to repeated head trauma.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59658661?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:40:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "532bcc281b0bdedde81f19e437e401c3" + }, + { + "title": "Toronto police release video of 'suspect' in billionaires' 2017 murders", + "description": "Barry and Honey Sherman were found dead at home four years ago, but police have made no arrests.", + "content": "Barry and Honey Sherman were found dead at home four years ago, but police have made no arrests.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59657761?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 17:52:59 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "69f8fa4a34f5ffbe297f1262733bc1b3" + }, + { + "title": "Trump's son urged father to intervene in 6 January Capitol riot", + "description": "Donald Trump Jr urged his father's aides to get the ex-president to stop the mob, text messages show.", + "content": "Donald Trump Jr urged his father's aides to get the ex-president to stop the mob, text messages show.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59650800?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:44:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "52e38785b4a7e16f0b26063f6cea14ea" + }, + { + "title": "Congolese rumba wins Unesco protected status", + "description": "The music and dance style from the two Congos is a fundamental part of the countries' identities.", + "content": "The music and dance style from the two Congos is a fundamental part of the countries' identities.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59645087?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 17:04:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a523623cdd5c7fa84874355b0bb030e5" + }, + { + "title": "Arctic heat record is like Mediterranean, says UN", + "description": "The highest temperature recorded in the region last year - 38C (100F) - is officially confirmed.", + "content": "The highest temperature recorded in the region last year - 38C (100F) - is officially confirmed.", + "category": "", + "link": "https://www.bbc.co.uk/news/science-environment-59649066?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 15:05:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1b403847dda23fc8bf4ff802364bb242" + }, + { + "title": "Apology to US teachers over 'dash for cash' charity stunt", + "description": "The US bank that donated the cash said they will give more after the \"degrading and insulting\" event.", + "content": "The US bank that donated the cash said they will give more after the \"degrading and insulting\" event.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59646803?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 00:42:17 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7ef1383cbf67c125dba8900567296d54" + }, + { + "title": "Miami is banking on cryptocurrency and New York wants in", + "description": "MiamiCoin and NYCCoin are experiments designed to put these cities on the cryptocurrency map.", + "content": "MiamiCoin and NYCCoin are experiments designed to put these cities on the cryptocurrency map.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59522532?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 01:20:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "496e25349fbc7f19036a8bb10d3a1da9" + }, + { + "title": "Record numbers of young Guatemalans migrate north, leaving families in limbo", + "description": "Chasing economic opportunity, record numbers of young Central Americans are braving the journey north.", + "content": "Chasing economic opportunity, record numbers of young Central Americans are braving the journey north.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59612806?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 01:21:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "51db092320edde835c32e6aace37ff23" + }, + { + "title": "Nagaland killings: Anger grows after Indian army’s botched ambush", + "description": "Locals in Nagaland state demand government action after troops shot dead 14 civilians.", + "content": "Locals in Nagaland state demand government action after troops shot dead 14 civilians.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59634192?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 00:48:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "adee5246f2ac08b6f1ea4e2297f10f48" + }, + { + "title": "Saudi Arabia allows free thinkers to talk to students", + "description": "Young men and women meet leading philosophers in a country criticised for intolerance of dissent.", + "content": "Young men and women meet leading philosophers in a country criticised for intolerance of dissent.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59609233?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 01:25:56 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fb9d3c6079b25e97c794c38a6dff79c2" + }, + { + "title": "The ultra-violent cult that became a global mafia", + "description": "A BBC investigation into Black Axe has unearthed new evidence of political infiltration, and a scamming and killing operation spanning the globe.", + "content": "A BBC investigation into Black Axe has unearthed new evidence of political infiltration, and a scamming and killing operation spanning the globe.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59614595?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 00:01:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d7bdc3f127ceb1d443ebb4793ec2e7c8" + }, + { + "title": "Kentucky tornadoes: 100-year-old church destroyed in seconds", + "description": "The BBC's Nomia Iqbal shows us the ruins of the Mayfield First United Methodist Church in Kentucky.", + "content": "The BBC's Nomia Iqbal shows us the ruins of the Mayfield First United Methodist Church in Kentucky.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59631837?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 22:25:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "51c13c3ac58fe30824d28f770f397574" + }, + { + "title": "Howard University: Why these students slept out in tents on campus for weeks", + "description": "After reports of mould and rodents in dorms, protesters at Howard University took over a campus building.", + "content": "After reports of mould and rodents in dorms, protesters at Howard University took over a campus building.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59613217?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 00:01:25 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "55dfda5032a7875da1bf0b7653690ca7" + }, + { + "title": "Amazon criticised over safety at tornado-hit warehouse", + "description": "The firm said events happened quickly at the Illinois site and it was \"deeply saddened\" by the deaths.", + "content": "The firm said events happened quickly at the Illinois site and it was \"deeply saddened\" by the deaths.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59641784?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 23:34:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "afb8d1a03c6c6ca4135ac7716774f1b9" + }, + { + "title": "Two detained after UK boat's fatal collision off Sweden", + "description": "One person is dead and one missing on a Danish boat after a collision with a UK vessel off Sweden.", + "content": "One person is dead and one missing on a Danish boat after a collision with a UK vessel off Sweden.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59633882?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 16:56:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4e224a4d7cca075a56a66735ac321c81" + }, + { + "title": "Larry Nassar abuse survivors to receive $380m settlement", + "description": "Hundreds of women abused by the ex-US gymnastics team doctor reach a settlement with USA Gymnastics.", + "content": "Hundreds of women abused by the ex-US gymnastics team doctor reach a settlement with USA Gymnastics.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59645647?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 20:58:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1573dd3ebc545e575a51065fa313ebdb" + }, + { + "title": "Srinagar: Three dead, 11 injured in militant attack on police bus", + "description": "Three militants fired at a bus carrying policemen in capital Srinagar on Monday, officials said.", + "content": "Three militants fired at a bus carrying policemen in capital Srinagar on Monday, officials said.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59647425?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 08:27:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5010feecc5a23f57273ea6acbf9ea701" + }, + { + "title": "Canada offers up to $40bn to compensate indigenous children", + "description": "It comes after a lengthy legal battle over the abuse of native children held in government care.", + "content": "It comes after a lengthy legal battle over the abuse of native children held in government care.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59602955?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 00:29:07 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d368b6058b0cf3e2a7e72afaf8126633" + }, + { + "title": "Pentagon: No US troops to be punished for Afghan drone strike", + "description": "It follows a Pentagon review of the attack that killed an aid worker and nine of his family members.", + "content": "It follows a Pentagon review of the attack that killed an aid worker and nine of his family members.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59647065?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 02:14:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6ade87b073daa06d847265dd361e6a48" + }, + { + "title": "Global supply chain: Toyota extends Japan production stoppages", + "description": "The carmaker said components plants in South East Asia had faced disruptions due to the pandemic.", + "content": "The carmaker said components plants in South East Asia had faced disruptions due to the pandemic.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59646699?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 04:31:34 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a60973b03df603bf3c463f88ce0180cb" + }, + { + "title": "Kim Kardashian passes California 'baby bar' law exam", + "description": "The reality TV star and businesswoman says \"don't ever give up\" after passing on her fourth attempt.", + "content": "The reality TV star and businesswoman says \"don't ever give up\" after passing on her fourth attempt.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59642262?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 19:05:05 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "15121c64e448eaf7112fdab02e840f01" + }, + { + "title": "How to make electricity for your neighbours", + "description": "Sick of waiting for electricity to reach his home, a Kenyan man built his own power plant", + "content": "Sick of waiting for electricity to reach his home, a Kenyan man built his own power plant", + "category": "", + "link": "https://www.bbc.co.uk/news/stories-59635134?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 01:14:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a6c6d18d823b6c32ce8effd74bdfda14" + }, + { + "title": "Golden Globes: Belfast and The Power of the Dog lead field for troubled awards", + "description": "The Power of the Dog, starring Benedict Cumberbatch, and Sir Kenneth Branagh's Belfast lead the race.", + "content": "The Power of the Dog, starring Benedict Cumberbatch, and Sir Kenneth Branagh's Belfast lead the race.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59635607?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 15:21:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "74ba2357254720aaffa87eba922235df" + }, + { + "title": "Kentucky tornadoes: Rebuilding lives from 'hell on Earth'", + "description": "Residents in the US state are sifting through the rubble that was once a town.", + "content": "Residents in the US state are sifting through the rubble that was once a town.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59632356?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 05:38:40 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "75cc8404b8bd9322e28b258e5960969e" + }, + { + "title": "Srinagar: Two dead, 14 injured in attack on police bus", + "description": "Militants attacked a bus carrying policemen in Srinagar city on Monday evening, officials said.", + "content": "Militants attacked a bus carrying policemen in Srinagar city on Monday evening, officials said.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59647425?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 03:54:42 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "68c31dad24d6f89033c89d94b60055aa" + }, + { + "title": "Kentucky tornadoes: Race to find missing in flattened US towns", + "description": "Search efforts continue as families await news of loved ones following Kentucky's deadly tornadoes.", + "content": "Search efforts continue as families await news of loved ones following Kentucky's deadly tornadoes.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59637898?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 15:18:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "980d32456a9f4f64521f93aedd887ece" + }, + { + "title": "'It's the definition of hell on Earth'", + "description": "Residents in the US state are sifting through the rubble that was once a town.", + "content": "Residents in the US state are sifting through the rubble that was once a town.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59632356?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 05:38:40 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "df74d09e9197c691efdea0e2dcd01f21" + }, + { + "title": "Italy: Seven dead as rescuers find bodies in Sicily blast", + "description": "Rescuers are still searching for two missing people in the rubble of four collapsed buildings.", + "content": "Rescuers are still searching for two missing people in the rubble of four collapsed buildings.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59636399?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 11:12:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f8216515b20635f19e4e79d40ebebadf" + }, + { + "title": "Canada apologises for 'scourge' of military sexual misconduct", + "description": "Eleven of Canada's top brass have been removed from their posts in connection with sexual misconduct.", + "content": "Eleven of Canada's top brass have been removed from their posts in connection with sexual misconduct.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59632657?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 20:32:46 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f754fa38b2a434a96a7ce153f4488838" + }, + { + "title": "Russia explosion: Teen detonates device at Orthodox convent school", + "description": "A number of people were injured after the blast at an Orthodox school near a nunnery outside Moscow.", + "content": "A number of people were injured after the blast at an Orthodox school near a nunnery outside Moscow.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59636123?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 14:43:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "89bdde5f50d9a610a8356424d9aff9c4" + }, + { + "title": "Koffi Olomidé cleared of rape but convicted of holding dancers", + "description": "A French court clears Koffi Olomidé of rape but convicts him of holding four dancers against their will.", + "content": "A French court clears Koffi Olomidé of rape but convicts him of holding four dancers against their will.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59645081?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 19:27:42 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3ec6573e098954702b57620f04031080" + }, + { + "title": "Inger Stoejberg: Jail for Danish ex-minister for asylum separations", + "description": "Inger Stoejberg faces 60 days in prison for separating young asylum-seeking couples in 2016.", + "content": "Inger Stoejberg faces 60 days in prison for separating young asylum-seeking couples in 2016.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59636124?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 14:44:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "14bf624291a6d1acd0e01b8596a9e6b6" + }, + { + "title": "France resists US challenge to its values", + "description": "The government is fighting back at what it sees as imported cultural ideas from the UK and US.", + "content": "The government is fighting back at what it sees as imported cultural ideas from the UK and US.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59584125?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 00:20:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cfab3ca07a0c0e1f590077c5a49a29c2" + }, + { + "title": "Omicron: India aims to avoid 'pandemic roulette'", + "description": "A virology institute boss says India will see a third wave \"depending on how warmly we invite it\".", + "content": "A virology institute boss says India will see a third wave \"depending on how warmly we invite it\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59612846?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 23:41:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e3a0b3c83d46cdcfdc5c6e945f976779" + }, + { + "title": "Mexico truck crash: 'I woke up 50 metres from the truck'", + "description": "A survivor of a crash that killed 54 speaks to the BBC about the people who did not survive.", + "content": "A survivor of a crash that killed 54 speaks to the BBC about the people who did not survive.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59620096?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 00:02:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "56457f58ca3117f6037ae98357acc580" + }, + { + "title": "The Nigerian woman whose life changed when she visited a leprosy colony", + "description": "A Nigerian woman living in the US never imagined that leprosy still existed in her home country.", + "content": "A Nigerian woman living in the US never imagined that leprosy still existed in her home country.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59578223?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 00:35:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "13033b23949382c3a47061a38e32f103" + }, + { + "title": "The priests navigating Colombia's conflict zones", + "description": "Catholic clergy are sometimes the only ones who can access areas where armed groups are active.", + "content": "Catholic clergy are sometimes the only ones who can access areas where armed groups are active.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59506656?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 00:31:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4658174def7973b00485fe4d84e0592f" + }, + { + "title": "Meth and heroin fuel Afghanistan drugs boom", + "description": "With a collapsing economy and severe drought, Afghanistan’s drug trade is on the rise.", + "content": "With a collapsing economy and severe drought, Afghanistan’s drug trade is on the rise.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59608474?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 00:18:07 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bda94d028661659be0573e42e2270c89" + }, + { + "title": "Your pictures on the theme of 'misty mornings'", + "description": "A selection of striking images from our readers around the world.", + "content": "A selection of striking images from our readers around the world.", + "category": "", + "link": "https://www.bbc.co.uk/news/in-pictures-59577949?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 00:13:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "648e7a45baa8b850fb85129b1522ee94" + }, + { + "title": "Kentucky tornadoes: Man returns to destroyed home", + "description": "This survivor shows us what's left of his house - and what he was able to retrieve from the rubble.", + "content": "This survivor shows us what's left of his house - and what he was able to retrieve from the rubble.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59632355?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 02:13:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1f758357cd4ab61b560e27aa49db2f83" + }, + { + "title": "Aerials show aftermath of deadly Kentucky tornadoes", + "description": "More than 70 people died in Kentucky in Friday night's storms, including dozens in a candle factory.", + "content": "More than 70 people died in Kentucky in Friday night's storms, including dozens in a candle factory.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59623946?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 22:55:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "49d2917fb92e90f15a05371599f45889" + }, + { + "title": "Kentucky weatherman films tornado 'ground zero'", + "description": "Meteorologist Noah Bergren shows the BBC the \"utter devastation\" of the tornadoes in the town of Mayfield.", + "content": "Meteorologist Noah Bergren shows the BBC the \"utter devastation\" of the tornadoes in the town of Mayfield.", + "category": "", + "link": "https://www.bbc.co.uk/news/59623945?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 17:15:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2c6341660813beae810cc90375dfbac4" + }, + { + "title": "Tornado rips through Amazon warehouse: Drone footage shows destruction", + "description": "Tornadoes have ripped through several states killing dozens of people, authorities say.", + "content": "Tornadoes have ripped through several states killing dozens of people, authorities say.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59621245?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 12:20:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e3ba7c3867fb0b98afe8e574667ef613" + }, + { + "title": "Harry Dunn crash: Anne Sacoolas to face Westminster magistrates", + "description": "Mrs Sacoolas returned to the US after diplomatic immunity was asserted on her behalf.", + "content": "Mrs Sacoolas returned to the US after diplomatic immunity was asserted on her behalf.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-england-northamptonshire-59643750?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 17:50:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a9360324eef1f61674abe21bf4ae06de" + }, + { + "title": "Police and migrants clash outside Mexico City", + "description": "The migrant caravan has been slowly winding its way through Mexico to the United States border.", + "content": "The migrant caravan has been slowly winding its way through Mexico to the United States border.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59637370?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 12:30:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "166d6b8560de4b0dfc6feabc9cc2ad8f" + }, + { + "title": "Israeli Prime Minister Bennett in first trip to UAE as Iran threat looms", + "description": "Naftali Bennett meets Abu Dhabi's crown prince at a time of rising tensions in the region.", + "content": "Naftali Bennett meets Abu Dhabi's crown prince at a time of rising tensions in the region.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59636279?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 12:47:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cc585506d63b32f214bab3a44994a505" + }, + { + "title": "Cyril Ramaphosa: South Africa president being treated for Covid", + "description": "Cyril Ramaphosa started feeling unwell on Sunday and has delegated all responsibilities to his deputy.", + "content": "Cyril Ramaphosa started feeling unwell on Sunday and has delegated all responsibilities to his deputy.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59635277?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 14:37:05 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9836076619b62d077d2231b44534b25b" + }, + { + "title": "Hong Kong: Media tycoon Jimmy Lai gets 13 months jail for Tiananmen vigil", + "description": "Jimmy Lai, along with seven other activists, were given sentences ranging from four to 14 months.", + "content": "Jimmy Lai, along with seven other activists, were given sentences ranging from four to 14 months.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59632728?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 08:31:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "12c0f0c0f94d472791d92fadc0dbe58e" + }, + { + "title": "Vladimir Putin: I moonlighted as a taxi driver in the 1990s", + "description": "Russia's president says he had to top up his income during economic troubles when the USSR collapsed.", + "content": "Russia's president says he had to top up his income during economic troubles when the USSR collapsed.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59629670?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 23:13:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0797f6a22752b2c68459652ef9aafcef" + }, + { + "title": "UK ship investigated after Danish boat capsizes", + "description": "Two people on the Danish boat are feared dead after a collision off the Swedish coast.", + "content": "Two people on the Danish boat are feared dead after a collision off the Swedish coast.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59633882?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 13:51:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bf44ef6cf78520b7bdcf54c2b42c251c" + }, + { + "title": "Kentucky tornadoes: Death toll likely to pass 100, governor says", + "description": "Rescue workers have continued to scour the rubble but hopes of finding survivors are waning.", + "content": "Rescue workers have continued to scour the rubble but hopes of finding survivors are waning.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59632403?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 05:16:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "26b9acef768e7ec6c5fab413f401c69d" + }, + { + "title": "Baltic Sea: Two missing after cargo ships collide off Sweden", + "description": "A Danish vessel has capsized after colliding with a British-flagged ship in the Baltic Sea.", + "content": "A Danish vessel has capsized after colliding with a British-flagged ship in the Baltic Sea.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59633882?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 08:52:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "40abfd3b8cbd68001e54da9608f925f5" + }, + { + "title": "Black Axe: Leaked documents shine spotlight on secretive Nigerian gang", + "description": "Documents suggest the feared 'cult' has infiltrated Nigerian politics and launched a global fraud operation.", + "content": "Documents suggest the feared 'cult' has infiltrated Nigerian politics and launched a global fraud operation.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59630424?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 00:06:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dce36252b90d549817cf2c0d37633ce4" + }, + { + "title": "South Korea: End to Korean War agreed to in principle", + "description": "But talks have yet to begin because of North Korea's demands, says President Moon Jae-in.", + "content": "But talks have yet to begin because of North Korea's demands, says President Moon Jae-in.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59632727?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 04:37:46 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8aee5416a7445b24e0e1d5f12ac7f91c" + }, + { + "title": "Nicaragua receives China vaccines after cutting ties with Taiwan", + "description": "The Central American nation cut all diplomatic ties with Taiwan last week in favour of China relations.", + "content": "The Central American nation cut all diplomatic ties with Taiwan last week in favour of China relations.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59633388?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 05:14:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e38825c9c7cd914596c39c15a2cb90c1" + }, + { + "title": "Indian police 'foil man's attempt to fake death'", + "description": "Officers say he murdered another man to try to fake his own death to avoid being returned to prison.", + "content": "Officers say he murdered another man to try to fake his own death to avoid being returned to prison.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59631743?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 22:35:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8b2a0f3567e62fa05c1bbe325677b8fb" + }, + { + "title": "Queensland border reopens to other Australian states", + "description": "Families enjoy emotional reunions after a controversial five-month border closure ends.", + "content": "Families enjoy emotional reunions after a controversial five-month border closure ends.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59632567?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 04:50:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b0ec9fa8722beb684757123d451226f5" + }, + { + "title": "Alibaba fires woman who claimed sexual assault", + "description": "The woman said a colleague and client had assaulted her on a business trip earlier this year.", + "content": "The woman said a colleague and client had assaulted her on a business trip earlier this year.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59627131?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 15:26:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4a2bac998a6ad300f112b998278f0fd8" + }, + { + "title": "Russia Ukraine: Massive consequences if Moscow invades, G7 says", + "description": "Moscow is amassing troops on Ukraine's border, but President Putin insists they pose no threat.", + "content": "Moscow is amassing troops on Ukraine's border, but President Putin insists they pose no threat.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59627275?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 15:23:27 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cc5cc5b52d64bd867830d6e115d86696" + }, + { + "title": "Kentucky tornadoes: Residents revisit destroyed home", + "description": "Kentucky residents are gathering the pieces that are left of their homes after the deadly tornadoes.", + "content": "Kentucky residents are gathering the pieces that are left of their homes after the deadly tornadoes.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59632355?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 02:13:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4322cbf7357d37867b3a15d33873fa17" + }, + { + "title": "Biden: US will do whatever is needed to help Tornado victims", + "description": "US president Joe Biden speaks to the country after states have been hit by deadly tornadoes.", + "content": "US president Joe Biden speaks to the country after states have been hit by deadly tornadoes.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59625362?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 22:33:26 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d7f0a41aa136f8d1b143c7fe340bfe73" + }, + { + "title": "Kentucky tornadoes: Desperate search for survivors as death toll rises", + "description": "At least 83 people are dead, many more are missing and entire towns have been destroyed.", + "content": "At least 83 people are dead, many more are missing and entire towns have been destroyed.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59623970?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 09:12:46 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0abb0d81d61b3add6d6788018dbd980f" + }, + { + "title": "Alibaba fires employee who accused boss of rape", + "description": "The Chinese e-commerce firm has fired the woman, who went public with accusations in August.", + "content": "The Chinese e-commerce firm has fired the woman, who went public with accusations in August.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59627131?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 15:26:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cad5fbb761ab9da10257e50aba97778e" + }, + { + "title": "Verstappen wins F1 world title, Mercedes protest", + "description": "Red Bull's Max Verstappen wins his first Formula 1 world title in dramatic circumstances at the season finale in Abu Dhabi.", + "content": "Red Bull's Max Verstappen wins his first Formula 1 world title in dramatic circumstances at the season finale in Abu Dhabi.", + "category": "", + "link": "https://www.bbc.co.uk/sport/formula1/59628024?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 17:58:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ecc51923ded32947e85163c771d8667f" + }, + { + "title": "Obituary: Vicente Fernández, Mexico's king of ranchera", + "description": "Known as the king of ranchera music, Fernández was immensely popular in Mexico and the US.", + "content": "Known as the king of ranchera music, Fernández was immensely popular in Mexico and the US.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-56043096?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 14:55:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e31dfc7e842ee3336222c72c0ee86b46" + }, + { + "title": "Ethiopia war: World heritage site Lalibela back in rebel hands", + "description": "Tigray forces had left Lalibela 11 days ago as federal forces and their allies had been advancing.", + "content": "Tigray forces had left Lalibela 11 days ago as federal forces and their allies had been advancing.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59628178?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 16:32:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "243849dc318265a98e0a7f0df8b1577d" + }, + { + "title": "Covid: Brazil to demand proof of vaccination from foreign visitors", + "description": "Foreign travellers will need to provide a vaccination certificate in order to enter the country.", + "content": "Foreign travellers will need to provide a vaccination certificate in order to enter the country.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59625304?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 01:16:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6b1d6cac54f74f12fda677ab4a927087" + }, + { + "title": "Anne Rice, author of Interview with the Vampire, dies aged 80", + "description": "The American author was best known for her 1976 gothic novel Interview with the Vampire.", + "content": "The American author was best known for her 1976 gothic novel Interview with the Vampire.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59627125?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 10:21:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ff53f515116ada6c50fcd3bf1f49767e" + }, + { + "title": "Reckya Madougou: Opposition leader jailing damages Benin democracy - lawyer", + "description": "Reckya Madougou becomes the second opposition figure to be convicted in Benin in less than a week.", + "content": "Reckya Madougou becomes the second opposition figure to be convicted in Benin in less than a week.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59628176?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 13:20:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ab206b06154d2a3ba9a9b36ade84cb8e" + }, + { + "title": "Indian PM Modi's Twitter hacked with bitcoin tweet", + "description": "The Indian prime minister's account had a message stating that bitcoin would be distributed to citizens.", + "content": "The Indian prime minister's account had a message stating that bitcoin would be distributed to citizens.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59627124?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 10:59:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6ba5f1cf0ec2dc43d63509d1ad1467ef" + }, + { + "title": "Italian church apologises after bishop tells children 'Santa does not exist'", + "description": "The bishop in Sicily told children Santa's red costume had been created by Coca-Cola, Italian media say.", + "content": "The bishop in Sicily told children Santa's red costume had been created by Coca-Cola, Italian media say.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59626108?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 05:48:16 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3c680ec955513c359ffff6d5664c8bad" + }, + { + "title": "US Olympic boycott: Uyghurs and Hong Kongers react", + "description": "Protesters at the US Capitol welcomed the diplomatic boycott of the Beijing games, but say more is needed.", + "content": "Protesters at the US Capitol welcomed the diplomatic boycott of the Beijing games, but say more is needed.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59619247?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 10:21:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8396f56cdffcbd8697cf125722368f3a" + }, + { + "title": "Finnish teacher who secretly taught IS children in Syrian camps by text", + "description": "Using WhatsApp, Ilona Taimela found a novel way to educate Finnish children held in a Syrian camp.", + "content": "Using WhatsApp, Ilona Taimela found a novel way to educate Finnish children held in a Syrian camp.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59577375?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 00:24:07 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "503f6e8d402571f49515e642898f4f7d" + }, + { + "title": "Week in pictures: 4-10 December 2021", + "description": "A selection of powerful images from all over the globe, taken this week.", + "content": "A selection of powerful images from all over the globe, taken this week.", + "category": "", + "link": "https://www.bbc.co.uk/news/in-pictures-59607504?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 00:53:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "581dd2fabefd3ff943d24f75553a221a" + }, + { + "title": "Watch: Ros Atkins on… Compulsory Covid vaccinations", + "description": "Ros Atkins examines the ethical arguments surrounding vaccine mandates.", + "content": "Ros Atkins examines the ethical arguments surrounding vaccine mandates.", + "category": "", + "link": "https://www.bbc.co.uk/news/health-59609452?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 00:02:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1dd54ade292e0896e42087d66581aa01" + }, + { + "title": "ICYMI: House breaks Christmas tree world record", + "description": "Record-breaking decorations you have to see to believe and other festive stories you may have missed.", + "content": "Record-breaking decorations you have to see to believe and other festive stories you may have missed.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59602724?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 00:05:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "83e423ccbd8821a51dfa110ebed290fa" + }, + { + "title": "Kentucky hit by 'worst ever tornadoes'", + "description": "More than 70 people died in Kentucky in Friday night's storms, including dozens in a candle factory, and the death toll is expected to rise above 100.", + "content": "More than 70 people died in Kentucky in Friday night's storms, including dozens in a candle factory, and the death toll is expected to rise above 100.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59623946?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 22:55:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2c210ea51adbdc21456b8fc08ef9288b" + }, + { + "title": "Alan Shepard: Bezos company sends first US astronaut's daughter to edge of space", + "description": "Laura Shepard Churchley's father, Alan, became the first American in space in 1961.", + "content": "Laura Shepard Churchley's father, Alan, became the first American in space in 1961.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59623264?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 21:53:17 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6b09a779e73e9a7c94966b3586725854" + }, + { + "title": "Albert Benaiges: Ex-Barcelona academy chief faces sex abuse claims", + "description": "The allegations against Albert Benaiges date back to his time as a teacher in the 1980s and 90s.", + "content": "The allegations against Albert Benaiges date back to his time as a teacher in the 1980s and 90s.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59623258?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 18:20:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c6298f2edc6a2f501138a6ec3ece146c" + }, + { + "title": "Covid in Austria: Mass protest in Vienna against measures", + "description": "Austria has become the first country in the EU to make vaccinations mandatory, from February.", + "content": "Austria has become the first country in the EU to make vaccinations mandatory, from February.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59625302?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 22:33:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3fe7133643b03a5882fc9c50a96b9c6e" + }, + { + "title": "Mexico truck crash: Crackdown on people smugglers launched", + "description": "More than 50 people. thought to be migrants from Central America, were killed in a truck crash.", + "content": "More than 50 people. thought to be migrants from Central America, were killed in a truck crash.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59612811?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 05:42:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6e201ad66a9822f4b98a3c3dd0c4ce79" + }, + { + "title": "Brazil nightclub fire: Four convicted over blaze that killed 242", + "description": "The fire in 2013 began when a band playing at a nightclub used flares which set light to the ceiling.", + "content": "The fire in 2013 began when a band playing at a nightclub used flares which set light to the ceiling.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59617508?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 00:20:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "72438d1ebf90b3aeef92613f7d958a8d" + }, + { + "title": "UK warns Russia of consequences if Ukraine invaded", + "description": "The foreign secretary says G7 ministers will warn Moscow such action would be a \"strategic mistake\".", + "content": "The foreign secretary says G7 ministers will warn Moscow such action would be a \"strategic mistake\".", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59616743?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 01:30:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9a00fa90bba7ba9337da665df13fef03" + }, + { + "title": "Ghislaine Maxwell prosecutors rest their case", + "description": "Prosecutors say Ms Maxwell ran \"a pyramid scheme of abuse\" with paedophile Jeffrey Epstein.", + "content": "Prosecutors say Ms Maxwell ran \"a pyramid scheme of abuse\" with paedophile Jeffrey Epstein.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59616024?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 00:42:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a5c376288b8ee27c59312c791f1ec55d" + }, + { + "title": "Kentucky weather man films tornado 'ground zero'", + "description": "Weather man Noah Bergren shows the BBC the \"utter devastation\" of the tornadoes in the town of Mayfield.", + "content": "Weather man Noah Bergren shows the BBC the \"utter devastation\" of the tornadoes in the town of Mayfield.", + "category": "", + "link": "https://www.bbc.co.uk/news/59623945?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 17:15:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "169833537c8557cb0ab1b95b2d2ea4b3" + }, + { + "title": "Kentucky tornadoes: Biden reaches out to affected US states", + "description": "He promises the government will do all it can to help, as the death toll is expected to pass 100.", + "content": "He promises the government will do all it can to help, as the death toll is expected to pass 100.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59623970?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 23:33:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "44f9f06be58963cebde27910e92f5b77" + }, + { + "title": "Donald Trump uses expletive to attack ex-ally Benjamin Netanyahu", + "description": "The former president rails against the ex-Israeli leader, saying he saved Israel from destruction.", + "content": "The former president rails against the ex-Israeli leader, saying he saved Israel from destruction.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59571713?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 17:10:01 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "da32bc37facd438f73f70fde0b0a4f4a" + }, + { + "title": "Afghanistan: Donors to release frozen funds for food and health aid", + "description": "The money will be used to fund nutrition and health services amid a growing humanitarian crisis.", + "content": "The money will be used to fund nutrition and health services amid a growing humanitarian crisis.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59617510?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 01:53:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4669899edeb1f2945f46d0660848e65a" + }, + { + "title": "Kashmir killings: The families still waiting for bodies of loved ones", + "description": "Relatives of people killed by security forces during encounters say they have little hope of justice.", + "content": "Relatives of people killed by security forces during encounters say they have little hope of justice.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59604645?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 22:55:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "042ba08af164bf37edb7406ceef1844a" + }, + { + "title": "Valérie Pécresse: Part-Thatcher, part-Merkel and wants to run France", + "description": "Valérie Pécresse has given the Republicans a lift, and a poll suggests she could be president.", + "content": "Valérie Pécresse has given the Republicans a lift, and a poll suggests she could be president.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59590518?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 00:30:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "7b8c2b56a2e6d4f535cda60cb82810ab" + }, + { + "title": "How a Russian invasion of Ukraine could spill over into Europe", + "description": "A senior Western intel official warns war would have far-reaching consequences on the continent.", + "content": "A senior Western intel official warns war would have far-reaching consequences on the continent.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59582146?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 21:04:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "aed7a23dbaf6c45f7189589584766424" + }, + { + "title": "'Deadliest tornado system to ever run through Kentucky'", + "description": "The governor of the US state of Kentucky says Friday's tornadoes were the worst the state has seen.", + "content": "The governor of the US state of Kentucky says Friday's tornadoes were the worst the state has seen.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59623841?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 16:40:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9081a0e219e586cae68ce56fe65de4ba" + }, + { + "title": "More than 70 killed in Kentucky's worst ever tornadoes", + "description": "The governor of the US state says that the number of victims could rise to above 100.", + "content": "The governor of the US state says that the number of victims could rise to above 100.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59620091?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 16:16:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e0161e837710157acf472510e8f4a7bb" + }, + { + "title": "US Supreme Court says Texas abortion clinics can sue over law", + "description": "The Supreme Court leaves controversial Texas abortion law in place, but allows lawsuits", + "content": "The Supreme Court leaves controversial Texas abortion law in place, but allows lawsuits", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59381081?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 19:52:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bac9511f039558e5b426915327f98e65" + }, + { + "title": "Nobel Peace Prize: Maria Ressa attacks social media 'toxic sludge'", + "description": "Philippine journalist Maria Ressa accuses internet sites of using a \"God-like power\" to sow division.", + "content": "Philippine journalist Maria Ressa accuses internet sites of using a \"God-like power\" to sow division.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59613540?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 18:34:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5d379ec97d0128a4428759fa4583bd0c" + }, + { + "title": "Michael Nesmith: The Monkees star dies at 78", + "description": "With the group, the singer and guitarist had a string of hits and starred in a TV sitcom in the 1960s.", + "content": "With the group, the singer and guitarist had a string of hits and starred in a TV sitcom in the 1960s.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59606993?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 19:38:24 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "24266a3a4199e8a33556a904fa4dd62f" + }, + { + "title": "The woman who digs for the truth in mass graves", + "description": "Mercedes Doretti has dedicated her life to searching for victims of war and state violence, as part of the Argentine Forensic Anthropology Team.", + "content": "Mercedes Doretti has dedicated her life to searching for victims of war and state violence, as part of the Argentine Forensic Anthropology Team.", + "category": "", + "link": "https://www.bbc.co.uk/news/stories-59587051?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 01:00:46 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "37a6872d1e85a3d6e4f7a5ee7ced645c" + }, + { + "title": "Madagascar food crisis: How a woman helped save her village from starvation", + "description": "Loharano has avoided the fate of many in southern Madagascar through the use of new farming methods.", + "content": "Loharano has avoided the fate of many in southern Madagascar through the use of new farming methods.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59595276?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 00:38:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "94db72aecba3b6acc6a14713bbb344e9" + }, + { + "title": "Indonesia volcano: Volunteers struggle to recover the dead, metres deep in ash and mud", + "description": "The effort to recover bodies is continuing in Indonesia, after the eruption of Mount Semeru last week.", + "content": "The effort to recover bodies is continuing in Indonesia, after the eruption of Mount Semeru last week.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59616114?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 19:36:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "804a046acac00020011b61ee82e87398" + }, + { + "title": "Spanish floods claim first victim as towns are engulfed", + "description": "At least one person died when rivers burst their banks in northern Spain.", + "content": "At least one person died when rivers burst their banks in northern Spain.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59608785?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 17:17:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a8fa1c54f4298766a370b93ad3ac690e" + }, + { + "title": "Ghana's Covid restrictions: Unvaccinated must get jabs on arrival", + "description": "The restrictions appear to be some of the strictest in the world, with no option to self-isolate.", + "content": "The restrictions appear to be some of the strictest in the world, with no option to self-isolate.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59608484?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 16:35:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1e38335da3f382f9168be029a48a2ac4" + }, + { + "title": "Drone footage shows collapsed Amazon warehouse", + "description": "Tornadoes have ripped through several states killing dozens of people, authorities say.", + "content": "Tornadoes have ripped through several states killing dozens of people, authorities say.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59621245?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 12:20:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "18aa5778afbce108510ca0407646c08a" + }, + { + "title": "Mexico truck crash: 'There are so many dead'", + "description": "At least 54 people have been killed, and scores more injured, after a truck rolled in southern Mexico.", + "content": "At least 54 people have been killed, and scores more injured, after a truck rolled in southern Mexico.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59616117?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 19:42:46 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "969b134e138ffef084c0d61108141641" + }, + { + "title": "More than 50 feared dead in Kentucky's worst ever tornadoes", + "description": "The governor of the US state says that the number of victims could rise to 100.", + "content": "The governor of the US state says that the number of victims could rise to 100.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59620091?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 10:46:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4166add8c3f1591a1417aa50e89ed626" + }, + { + "title": "Drone footage shows Amazon warehouse collapse", + "description": "Tornadoes have ripped through several states killing more than 50 people, authorities say.", + "content": "Tornadoes have ripped through several states killing more than 50 people, authorities say.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59621245?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 12:20:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "928863e281aa001620cecf8e6f2aa780" + }, + { + "title": "Nobel Peace Prize: Maria Ressa and Dmitry Muratov share joy over win", + "description": "Maria Ressa and Dmitry Muratov published investigations that angered the leaders of their countries.", + "content": "Maria Ressa and Dmitry Muratov published investigations that angered the leaders of their countries.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59606395?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 16:10:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "10dd70e9207870b14f39fa5ecb771e3d" + }, + { + "title": "Tornadoes causing chaos across several US states", + "description": "People are reported to be trapped after a roof collapsed at an Amazon warehouse.", + "content": "People are reported to be trapped after a roof collapsed at an Amazon warehouse.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59620091?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 09:41:24 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3415fc27a6a0b6c785f7a1d54d911da5" + }, + { + "title": "Omicron and boosters: Your questions answered", + "description": "Will we need regular boosters, can we vaccinate children under 12? Experts answer your questions.", + "content": "Will we need regular boosters, can we vaccinate children under 12? Experts answer your questions.", + "category": "", + "link": "https://www.bbc.co.uk/news/health-59594000?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 17:03:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "89eef7da1f37fccc0f5342c7d0689114" + }, + { + "title": "Mexico truck crash: Officials working to identify over 50 victims", + "description": "More than 50 people. thought to be migrants from Central America, were killed in the crash.", + "content": "More than 50 people. thought to be migrants from Central America, were killed in the crash.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59612811?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 22:18:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8bdbaddeb9d41a7883f295b81f8a78e9" + }, + { + "title": "Julian Assange can be extradited to the US, court rules", + "description": "Judges are reassured by US promises to reduce the risk of the Wikileaks founder taking his own life.", + "content": "Judges are reassured by US promises to reduce the risk of the Wikileaks founder taking his own life.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59608641?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 13:54:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "257d31f34a5bd613469dce0d7abeea10" + }, + { + "title": "Ros Atkins on… Compulsory Covid vaccinations", + "description": "Ros Atkins examines the ethical arguments surrounding vaccine mandates.", + "content": "Ros Atkins examines the ethical arguments surrounding vaccine mandates.", + "category": "", + "link": "https://www.bbc.co.uk/news/health-59609452?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 00:02:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a52700c4748a1ec9dd26f324eea7ae86" + }, + { + "title": "Mexico truck crash: At least 54 people killed as trailer overturns", + "description": "More than 100 were injured when a trailer carrying Central American migrants overturned.", + "content": "More than 100 were injured when a trailer carrying Central American migrants overturned.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59603801?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 15:36:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1816423f7dacf28006ebfdb1e56d4b84" + }, + { + "title": "Finding Afghanistan's exiled women MPs", + "description": "Most of Afghanistan's 69 women MPs are now in exile and have vowed to continue fighting for women's rights.", + "content": "Most of Afghanistan's 69 women MPs are now in exile and have vowed to continue fighting for women's rights.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59598535?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 11:32:10 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d5dbad0dd729f26ae61007f1a1c3e779" + }, + { + "title": "Bipin Rawat: India holds funerals for top general and his wife after crash", + "description": "Gen Bipin Rawat, who died in a helicopter crash, was cremated with full military honours.", + "content": "Gen Bipin Rawat, who died in a helicopter crash, was cremated with full military honours.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59604649?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 11:34:02 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f094ac87c31e3cfc397739e48dcecc29" + }, + { + "title": "Margaret River bushfires: Blazes force evacuations in Australia tourist region", + "description": "The blazes near Margaret River have forced evacuations and scorched over 6,000 hectares of land.", + "content": "The blazes near Margaret River have forced evacuations and scorched over 6,000 hectares of land.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59604211?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 02:10:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e7364892cb1750f0b77bda948d50e8af" + }, + { + "title": "Singapore: Man feared for life during otter attack", + "description": "Graham George Spencer was left with more than 20 wounds after he was bitten by the animals.", + "content": "Graham George Spencer was left with more than 20 wounds after he was bitten by the animals.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59592355?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 13:40:10 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dd45bcdda59529a020a5d83dbc55b2d3" + }, + { + "title": "Football fans spending millions on club crypto-tokens", + "description": "Supporters have spent at least £260m on controversial fan tokens from major clubs, data suggests.", + "content": "Supporters have spent at least £260m on controversial fan tokens from major clubs, data suggests.", + "category": "", + "link": "https://www.bbc.co.uk/news/technology-59596267?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 00:05:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "09ff2f82b03d777318bc244199baa53f" + }, + { + "title": "The Nepalese children made to work in bars and clubs", + "description": "Nepalese children, some as young as 11, are trapped in the worst forms of child labour.", + "content": "Nepalese children, some as young as 11, are trapped in the worst forms of child labour.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59459910?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 00:44:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4cf7798e8a888ca5a8e5e2f039730c81" + }, + { + "title": "How this country became Europe's cargo bike hub", + "description": "In Germany, generous subsidies are leading to more sophisticated cargo bikes.", + "content": "In Germany, generous subsidies are leading to more sophisticated cargo bikes.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59430501?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 00:01:05 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "81c04d70afc7eb3b9560ad21aea0ab1d" + }, + { + "title": "Africa needs China and the US to work together", + "description": "The US promotes democracy and China builds infrastructure but people in Africa want both.", + "content": "The US promotes democracy and China builds infrastructure but people in Africa want both.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59531176?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 00:23:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "26535bcccd8720c44cd795f07deaefd2" + }, + { + "title": "Myanmar coup: The women abused and tortured in detention", + "description": "Women held for protesting against a military takeover say they were sexually assaulted and tortured.", + "content": "Women held for protesting against a military takeover say they were sexually assaulted and tortured.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59462503?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 00:15:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6ea2708b7cb534428073cac9f1768712" + }, + { + "title": "Afghan women: Secret diaries of changing lives", + "description": "Five women's secret diary posts, sent to the BBC, reveal how deeply the Taliban takeover has affected them.", + "content": "Five women's secret diary posts, sent to the BBC, reveal how deeply the Taliban takeover has affected them.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59578618?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 00:18:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6cd6957dbf55c6c71eb5a31d2a3a9397" + }, + { + "title": "Covid vaccines: Why is Nigeria unable to use its supply?", + "description": "It's reported that up to one million doses of Covid vaccine in Nigeria have expired and are to be destroyed.", + "content": "It's reported that up to one million doses of Covid vaccine in Nigeria have expired and are to be destroyed.", + "category": "", + "link": "https://www.bbc.co.uk/news/59580982?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 17:53:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0af890715039b41015a83f4e98bc7c9d" + }, + { + "title": "Mothers reborn: The surprising benefits of lifelike dolls", + "description": "Reborn dolls are hyper-realistic dummies, treated like real children, given a birthing ceremony and even a heartbeat.", + "content": "Reborn dolls are hyper-realistic dummies, treated like real children, given a birthing ceremony and even a heartbeat.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59604011?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 02:20:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b102d3757b3bdac7528a35ee672f1504" + }, + { + "title": "Mexico truck crash: At least 53 people killed as trailer overturns", + "description": "Dozens are injured when a trailer crammed with Central American migrants overturned, officials say.", + "content": "Dozens are injured when a trailer crammed with Central American migrants overturned, officials say.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59603801?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 03:42:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "de09b9ff01fe9d107df97ca893472cf8" + }, + { + "title": "Jussie Smollett: Actor found guilty of lying about attack", + "description": "A lawyer for the actor has said his client plans '100%' to appeal the verdict.", + "content": "A lawyer for the actor has said his client plans '100%' to appeal the verdict.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59599142?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 00:50:16 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "da29abe68aa5f193ae9c6f18c6ce2980" + }, + { + "title": "Russia Ukraine: Putin compares Donbas war zone to genocide", + "description": "Russia's leader ramps up his rhetoric as the US and Ukrainian presidents discuss border tensions.", + "content": "Russia's leader ramps up his rhetoric as the US and Ukrainian presidents discuss border tensions.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59599066?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 22:45:56 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d86ea8d32803670ab0bd9e078d509442" + }, + { + "title": "Starbucks to get its first unionised US store since 1980s", + "description": "Staff at one branch vote to unionise, the first in the coffee chain's own stores since the 1980s.", + "content": "Staff at one branch vote to unionise, the first in the coffee chain's own stores since the 1980s.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59588905?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 04:23:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "754415fbb30eedf8c7ab351c742adb8e" + }, + { + "title": "Kenya police recruits brag: 'We are the bad ones'", + "description": "A video of Kenyan police recruits acting in an intimidating fashion is widely condemned.", + "content": "A video of Kenyan police recruits acting in an intimidating fashion is widely condemned.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59598455?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 17:48:12 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5530eeb7ba7765ef703152df0f531fad" + }, + { + "title": "Capitol riot: US appeals court rejects Trump's request to block files", + "description": "A panel investigating the Capitol riot wants to see the ex-president's White House records.", + "content": "A panel investigating the Capitol riot wants to see the ex-president's White House records.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59599279?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 23:40:14 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f2302785d1016861f9614701979407a7" + }, + { + "title": "New York’s Met museum to remove Sackler name from exhibits", + "description": "The Sackler family founded Purdue Pharma, which manufactured opioids linked to the deaths of thousands.", + "content": "The Sackler family founded Purdue Pharma, which manufactured opioids linked to the deaths of thousands.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59572668?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 20:03:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6b473d4a1379623bea0a4fff21357942" + }, + { + "title": "Nicaragua cuts ties with Taiwan in favour of Beijing", + "description": "It comes as the US State Department called for democracies to \"expand engagement with Taiwan\".", + "content": "It comes as the US State Department called for democracies to \"expand engagement with Taiwan\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59574532?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 04:22:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "85947eaf4d66e5ee47b339471020e8bc" + }, + { + "title": "Woman fined €1,200 for causing Tour de France pile-up", + "description": "The woman's cardboard sign brought down dozens of cyclists during a stage of the elite race in June.", + "content": "The woman's cardboard sign brought down dozens of cyclists during a stage of the elite race in June.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59582145?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 14:27:42 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d23f57227f45257039369b47a5baaef3" + }, + { + "title": "In pictures: Israel hands seized relics to Egypt", + "description": "The haul includes figurines of ancient queens, hieroglyphic inscriptions and burial offerings.", + "content": "The haul includes figurines of ancient queens, hieroglyphic inscriptions and burial offerings.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59571712?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 15:59:49 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "281be9a95f96e59b806cc5f370e26198" + }, + { + "title": "Saudi camel beauty pageant cracks down on cosmetic enhancements", + "description": "More than 40 camels are disqualified for receiving injections and other cosmetic enhancements.", + "content": "More than 40 camels are disqualified for receiving injections and other cosmetic enhancements.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59593001?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 12:14:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "8672d0e1224f21a3c57063cd4d10ba18" + }, + { + "title": "Where are Afghanistan's women MPs now?", + "description": "Sixty of Afghanistan's 69 women MPs are scattered across the globe, but many aim to continue fighting for women's rights.", + "content": "Sixty of Afghanistan's 69 women MPs are scattered across the globe, but many aim to continue fighting for women's rights.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59598535?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 00:32:42 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "43057a2eaeef2bae3de3809c9504e795" + }, + { + "title": "The country that is Europe's hub for cargo bikes", + "description": "In Germany, generous subsidies are leading to more sophisticated cargo bikes.", + "content": "In Germany, generous subsidies are leading to more sophisticated cargo bikes.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59430501?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 00:01:05 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "793b53ea3f3640becd96ceb8d8f3fa19" + }, + { + "title": "China's detention camps: Held in chains for using WhatsApp", + "description": "Erbakit Otarbay, an ethnic Kazakh, was imprisoned as part of a mass incarceration programme in China.", + "content": "Erbakit Otarbay, an ethnic Kazakh, was imprisoned as part of a mass incarceration programme in China.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59585597?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 00:09:59 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6e1b1ef9c9bf78219ba294682e4f1fa2" + }, + { + "title": "Goalball player Sevda Altunoluk: 'I am the world's best'", + "description": "Sevda Altunoluk believes in empowering visually impaired people by encouraging them to compete in sport.", + "content": "Sevda Altunoluk believes in empowering visually impaired people by encouraging them to compete in sport.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59586873?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 00:07:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c2862250345d6b5a65808a4a36621ce6" + }, + { + "title": "Growing up in Iran: Every morning we had to chant ‘Death to America’", + "description": "Iranian Rana Rahimpour moved to the UK as a young journalist and is now unable to return home for fear of arrest.", + "content": "Iranian Rana Rahimpour moved to the UK as a young journalist and is now unable to return home for fear of arrest.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59553662?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 00:02:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6f95825e50ef0c3c31ac0b3fbd53edef" + }, + { + "title": "Chimamanda Ngozi Adichie: ‘I want to say what I think’", + "description": "The Nigerian writer shares her experience of grief and her thoughts on \"cancel culture\" and trans rights.", + "content": "The Nigerian writer shares her experience of grief and her thoughts on \"cancel culture\" and trans rights.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59568638?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 00:05:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d1680f14e7aa15fe6cfd5f0b9b84ffae" + }, + { + "title": "Omicron: WHO concerned rich countries could hoard vaccines", + "description": "There are concerns that booster rollouts in wealthy nations could threaten supply to poorer countries.", + "content": "There are concerns that booster rollouts in wealthy nations could threaten supply to poorer countries.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59599058?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 16:17:34 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3f7b809c6cc6ab75333b410e1e5d17d6" + }, + { + "title": "Beijing Winter Olympics boycott is insignificant, says Macron", + "description": "The French president says some Western countries' refusal to send officials has no useful outcome.", + "content": "The French president says some Western countries' refusal to send officials has no useful outcome.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59599063?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 20:48:26 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5d8ea604a000ffce1f5608941e9a8649" + }, + { + "title": "China committed genocide against Uyghurs, independent tribunal rules", + "description": "A London-based unofficial tribunal says China is deliberately preventing births among Uyghurs.", + "content": "A London-based unofficial tribunal says China is deliberately preventing births among Uyghurs.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59595952?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 13:51:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0d740a0e65f6fd71ae9070a9c309a605" + }, + { + "title": "New Zealand to ban cigarettes for future generations", + "description": "No New Zealander born after 2009 will be able to buy tobacco under proposed new health laws.", + "content": "No New Zealander born after 2009 will be able to buy tobacco under proposed new health laws.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59589775?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 04:32:02 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "326fed58a5ab161f727c27684d3c8aa0" + }, + { + "title": "Astroworld: Travis Scott says he was unaware fans were hurt", + "description": "The US rapper says he only discovered the impact of a deadly crowd surge after the festival in Texas.", + "content": "The US rapper says he only discovered the impact of a deadly crowd surge after the festival in Texas.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59599271?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 19:45:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cbaa74cac0a0cfdd7b10fa27c2b9eb2a" + }, + { + "title": "Ethiopia war: UN halts food aid in two towns after warehouses looted", + "description": "Aid workers faced extreme intimidation and were held at gunpoint by looters, the UN says.", + "content": "Aid workers faced extreme intimidation and were held at gunpoint by looters, the UN says.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59588956?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 10:50:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d1ee56ce0830b9e80c305c5c946d818e" + }, + { + "title": "US-led coalition against IS ends combat mission in Iraq", + "description": "Troops will remain to \"advise, assist and enable\" Iraqi security forces to stop a resurgence of IS.", + "content": "Troops will remain to \"advise, assist and enable\" Iraqi security forces to stop a resurgence of IS.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59593007?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 20:59:07 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "db542b657c43947fcb916262dae5cd58" + }, + { + "title": "Lina Wertmüller: Groundbreaking Italian film director dies aged 93", + "description": "Wertmüller became the first woman ever to be nominated for an Oscar for best director in the 1970s.", + "content": "Wertmüller became the first woman ever to be nominated for an Oscar for best director in the 1970s.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59599270?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 17:15:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0a635d375dea09a73b1109ab77f25a59" + }, + { + "title": "Colombia gangs: 'Surrender or we'll hunt you down' warns minister", + "description": "Following the capture of its most wanted drug lord, Colombia is going after his criminal network.", + "content": "Following the capture of its most wanted drug lord, Colombia is going after his criminal network.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59547337?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 01:41:02 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2a025a44d8543cec7d888c84f655a8f1" + }, + { + "title": "FIA boss: Electric F1 racing is 'simply not possible'", + "description": "With Formula One race distance at 200 miles, switching to electric vehicles remains a long way off.", + "content": "With Formula One race distance at 200 miles, switching to electric vehicles remains a long way off.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59556016?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 00:09:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9b808f48671ee05b06feb6761356ddb3" + }, + { + "title": "Putin-Biden talks: What next for Ukraine?", + "description": "Russia's president will want to register some kind of victory before his troops return, writes Jonathan Marcus.", + "content": "Russia's president will want to register some kind of victory before his troops return, writes Jonathan Marcus.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59565590?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 22:33:07 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a965aaa9a62e67c0f7a4b4545d09da7b" + }, + { + "title": "Afghanistan: Girls' despair as Taliban confirm secondary school ban", + "description": "The BBC hears about the ban's harmful impact from teachers and students in 13 Afghan provinces.", + "content": "The BBC hears about the ban's harmful impact from teachers and students in 13 Afghan provinces.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59565558?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 00:17:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "41713bf58bc702c2b9ee6bffc8b0bce7" + }, + { + "title": "US father fired on Zoom describes 'callous' call", + "description": "Dad of five Christian was one of 900 Better.com employees laid-off on a Zoom call, weeks before Christmas.", + "content": "Dad of five Christian was one of 900 Better.com employees laid-off on a Zoom call, weeks before Christmas.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59573075?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 22:01:46 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2075529f5b17a045062ff4ca5ae99fd0" + }, + { + "title": "China warns nations will 'pay price' for Olympic boycott", + "description": "The US, UK, Australia and Canada won't be sending government representatives to the Winter Olympics.", + "content": "The US, UK, Australia and Canada won't be sending government representatives to the Winter Olympics.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59592347?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 10:43:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6fc403bea56021fba0780cf5fb42a28c" + }, + { + "title": "Epstein and Maxwell pictured at Queen's residence at Balmoral", + "description": "The image of the couple at Balmoral was shown to a US court on Wednesday.", + "content": "The image of the couple at Balmoral was shown to a US court on Wednesday.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59590576?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 08:01:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "971c9567d2bc1f418e54d06badf9c785" + }, + { + "title": "Farm laws: India farmers end protest after government accepts demands", + "description": "The announcement was made after hectic negotiations between farmer groups and the government.", + "content": "The announcement was made after hectic negotiations between farmer groups and the government.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59566157?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 13:03:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3ea9512c90b6228757c642cabcc703d2" + }, + { + "title": "British waste dumped in Romania", + "description": "A BBC investigation has uncovered British waste being illegally shipped to Romania and dumped.", + "content": "A BBC investigation has uncovered British waste being illegally shipped to Romania and dumped.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59557493?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 06:01:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "58ece51b9b903567e05d0f6214e8ec05" + }, + { + "title": "Sauti Sol singer Chimano hailed in Kenya for coming out as gay", + "description": "Kenyan gay rights activists welcome Sauti Sol star Chimano's decision to \"no longer live a lie\".", + "content": "Kenyan gay rights activists welcome Sauti Sol star Chimano's decision to \"no longer live a lie\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59592901?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 11:56:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e2fb11c4507c1c75e601efebac631109" + }, + { + "title": "Human remains found in car linked to 45-year-old cold case", + "description": "Tests are under way to confirm that the remains belong to missing student Kyle Wade Clinkscales.", + "content": "Tests are under way to confirm that the remains belong to missing student Kyle Wade Clinkscales.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59592571?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 11:21:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e246e5197dc7e0e9d5052192c3ba5b37" + }, + { + "title": "Hong Kong: Jimmy Lai convicted for taking part in Tiananmen vigil", + "description": "Jimmy Lai and other prominent activists were convicted for taking part in the unauthorised event.", + "content": "Jimmy Lai and other prominent activists were convicted for taking part in the unauthorised event.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59574530?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 04:48:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "549682fd9da60cb19bfce235f9957f8c" + }, + { + "title": "Reverse advent calendar: A simple idea helping Australians at Christmas", + "description": "After starting her own reverse advent calendar to help others, Heather Luttrell took the idea nationwide.", + "content": "After starting her own reverse advent calendar to help others, Heather Luttrell took the idea nationwide.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59544669?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 00:02:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bdaa59132a4155a400422975837e1ce0" + }, + { + "title": "Capitol riot: Lawmakers to hold ex-Trump chief of staff in contempt", + "description": "Donald Trump has urged his former aides to refuse cooperation with the 6 January House panel.", + "content": "Donald Trump has urged his former aides to refuse cooperation with the 6 January House panel.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59584975?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 17:26:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "aec20c769471aae0866908c73a881f65" + }, + { + "title": "Delhi pollution: Indoor air worse than outside, says study", + "description": "India's capital routinely tops the list of the world's most polluted cities.", + "content": "India's capital routinely tops the list of the world's most polluted cities.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59566158?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 03:15:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "63ba136f9350d4cb23d922be812f276e" + }, + { + "title": "Robbie Shakespeare, influential Sly and Robbie bassist, dies aged 68", + "description": "The acclaimed Sly and Robbie bassist is credited with revolutionising the sound of reggae and dancehall.", + "content": "The acclaimed Sly and Robbie bassist is credited with revolutionising the sound of reggae and dancehall.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59588953?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 02:23:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8dad1633babd8b20f41fda1f07e2fdef" + }, + { + "title": "Barnaby Joyce: Australia deputy PM tests positive for Covid after UK visit", + "description": "Barnaby Joyce met with UK cabinet ministers in London and is now isolating in the US.", + "content": "Barnaby Joyce met with UK cabinet ministers in London and is now isolating in the US.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59589043?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 00:46:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4bf796cc7d110c67114b2457aaf691b6" + }, + { + "title": "Bipin Rawat: Tributes for India's top general who died in helicopter crash", + "description": "The US, Russia and Pakistan express shock over General Bipin Rawat's death in a helicopter crash.", + "content": "The US, Russia and Pakistan express shock over General Bipin Rawat's death in a helicopter crash.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59576082?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 04:51:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b444627bf3b5c24193bd3c2046143995" + }, + { + "title": "Ethiopia: UN halts food aid in two towns after warehouses looted", + "description": "Aid workers faced \"extreme intimidation\" and were held at gunpoint by looters, the UN says.", + "content": "Aid workers faced \"extreme intimidation\" and were held at gunpoint by looters, the UN says.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59588956?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 05:19:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "21a26640972ec9720a2dbd9bd14b7cba" + }, + { + "title": "Ghislaine Maxwell: Ex-boyfriend of Maxwell accuser backs up statement", + "description": "The accuser, known in court as Carolyn, alleged she had sex with Jeffrey Epstein from age 14 to 18.", + "content": "The accuser, known in court as Carolyn, alleged she had sex with Jeffrey Epstein from age 14 to 18.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59585506?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 22:21:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3b291dad7d8c2d451df68a11036ada9b" + }, + { + "title": "UK and Canada join diplomatic boycott of China Winter Olympics", + "description": "The two nations say their diplomats will not attend the games, citing Chinese human rights abuses.", + "content": "The two nations say their diplomats will not attend the games, citing Chinese human rights abuses.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59582137?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 19:10:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6c52f48f376047b9250480f93653403b" + }, + { + "title": "Global supply chain: Lego to build $1bn factory in Vietnam", + "description": "It will be the toymaker's second manufacturing plant in Asia after it opened one in China in 2016.", + "content": "It will be the toymaker's second manufacturing plant in Asia after it opened one in China in 2016.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59588943?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 04:30:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c4d180d94cfa1dfddac47080d9120050" + }, + { + "title": "Covid: Pfizer says booster shot promising against Omicron", + "description": "The company says a third dose of its vaccine could improve protection against the new variant.", + "content": "The company says a third dose of its vaccine could improve protection against the new variant.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59582006?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 15:39:14 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d3642a3aa2fbe90bff5866f60e9ba24c" + }, + { + "title": "Ghislaine Maxwell: Ex-boyfriend of accuser corroborates account", + "description": "The accuser, known in court as Carolyn, alleged she had sex with Jeffrey Epstein from age 14 to 18.", + "content": "The accuser, known in court as Carolyn, alleged she had sex with Jeffrey Epstein from age 14 to 18.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59585506?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 22:21:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d9139b3ee03483dfa0c3b2f13623875c" + }, + { + "title": "Elizabeth Holmes testifies she 'never' misled investors", + "description": "Holmes' defence team rested their case after seven days of testimony from the Theranos founder.", + "content": "Holmes' defence team rested their case after seven days of testimony from the Theranos founder.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59587919?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 20:47:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "18513d4a48aeb9e5acb98db23dfed7fc" + }, + { + "title": "Netherlands to buy Rembrandt Standard Bearer self-portrait", + "description": "The Dutch government puts aside €150m for the 1636 work, currently owned by the Rothschild family.", + "content": "The Dutch government puts aside €150m for the 1636 work, currently owned by the Rothschild family.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59588109?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 20:57:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "13988105b58b592a17b1ff6f41ce4d1f" + }, + { + "title": "Tiger Woods will make his return at PNC Championship alongside son Charlie", + "description": "Tiger Woods will make his comeback playing alongside son Charlie at the PNC Championship in Florida next week.", + "content": "Tiger Woods will make his comeback playing alongside son Charlie at the PNC Championship in Florida next week.", + "category": "", + "link": "https://www.bbc.co.uk/sport/golf/59585790?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 17:45:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6a3edf2b96fdccc7afc63f24f8849ca2" + }, + { + "title": "Jamal Khashoggi: France releases Saudi man held over journalist's murder", + "description": "A man with the same name as a suspect in the killing was arrested at a Paris airport on Tuesday.", + "content": "A man with the same name as a suspect in the killing was arrested at a Paris airport on Tuesday.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59580631?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 15:55:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6be91e23715bc81bc67d628c34ac1304" + }, + { + "title": "Sanna Marin: Finland's PM sorry for clubbing after Covid contact", + "description": "Sanna Marin went on a night out on Saturday, hours after her foreign minister had tested positive.", + "content": "Sanna Marin went on a night out on Saturday, hours after her foreign minister had tested positive.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59577371?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 14:50:56 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "40698a46ee28445dd62df32b39b7d879" + }, + { + "title": "Boss says sorry for 'blundered' Zoom firing of 900 staff", + "description": "Vishal Garg says he \"is deeply sorry\" for sacking 900 staff in an online meeting.", + "content": "Vishal Garg says he \"is deeply sorry\" for sacking 900 staff in an online meeting.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59573146?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 16:38:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "274e66f75e703d9949cbe27f4b5c1d06" + }, + { + "title": "Robert E Lee: Confederate general statue to be turned into art", + "description": "The statue was at the centre of a white nationalist rally in 2017, which led to the death of a woman.", + "content": "The statue was at the centre of a white nationalist rally in 2017, which led to the death of a woman.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59577720?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 12:25:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0ff77af0f21ea376cf97601f146162f7" + }, + { + "title": "Germany's Olaf Scholz takes over from Merkel as chancellor", + "description": "Olaf Scholz is confirmed as chancellor, leading a three-party coalition after 16 years of Merkel rule.", + "content": "Olaf Scholz is confirmed as chancellor, leading a three-party coalition after 16 years of Merkel rule.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59575773?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 10:36:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "078f371920966b9178bf6a7dfe779842" + }, + { + "title": "How Bangladeshis are lured into slavery in Libya", + "description": "A 19-year-old tells of his harrowing ordeal at the hands of traffickers who tricked him and his parents.", + "content": "A 19-year-old tells of his harrowing ordeal at the hands of traffickers who tricked him and his parents.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59528818?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 00:40:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b3309b3c4f71e63480569162b2699e18" + }, + { + "title": "The ‘gals’ behind Samoa’s first woman PM", + "description": "Samoa's first woman prime minister has been supported throughout her career by a group of powerful female friends.", + "content": "Samoa's first woman prime minister has been supported throughout her career by a group of powerful female friends.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59569649?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 01:31:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2ccf44fce2670d1642de535ddbd4f901" + }, + { + "title": "What the data tells us about love and marriage in India", + "description": "A data journalist looks at numbers to offer a remarkably rich view of love in India and its many trials.", + "content": "A data journalist looks at numbers to offer a remarkably rich view of love in India and its many trials.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59530706?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 00:22:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d128bb9a34d7767f27b9853e4c91a456" + }, + { + "title": "Indonesia's biodiesel drive is leading to deforestation", + "description": "Indonesia aims to use biofuels to cut greenhouse gas emissions, but it may damage its forests in the process.", + "content": "Indonesia aims to use biofuels to cut greenhouse gas emissions, but it may damage its forests in the process.", + "category": "", + "link": "https://www.bbc.co.uk/news/59387191?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 00:37:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d540ff12461686980f090ebe10e2c47f" + }, + { + "title": "Indonesia volcano: BBC reporter surrounded by houses buried in ash", + "description": "Watch Valdya Baraputri in Indonesia describe the path of destruction from Mount Semeru's eruption.", + "content": "Watch Valdya Baraputri in Indonesia describe the path of destruction from Mount Semeru's eruption.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59560809?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 11:41:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "48dde6b43ac9f546288452cb55aabe12" + }, + { + "title": "Rebel Wilson on weight loss: I know what it’s like to be invisible", + "description": "The actress, producer and director opens up about her weight loss, in an exclusive BBC interview.", + "content": "The actress, producer and director opens up about her weight loss, in an exclusive BBC interview.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59519160?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 00:02:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "734cf8c5fca74a947f801cf88f8bc881" + }, + { + "title": "Indonesia volcano: How I escaped the deadly Mt Semeru eruption", + "description": "Watch as this survivor describes how he escaped the deadly Mt Semeru eruption in Indonesia.", + "content": "Watch as this survivor describes how he escaped the deadly Mt Semeru eruption in Indonesia.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59553764?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 20:45:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0642f978b9c370a6f9ea9e307591e3d3" + }, + { + "title": "Bipin Rawat: India's top general dies in helicopter crash", + "description": "General Bipin Rawat was killed alongside his wife and 11 others in the crash in Tamil Nadu.", + "content": "General Bipin Rawat was killed alongside his wife and 11 others in the crash in Tamil Nadu.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59576082?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 15:15:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "020f856a849ab872409ef45555acf247" + }, + { + "title": "Russia Ukraine: Sending US troops not on table - Biden", + "description": "The US president says a Western response to a Russian invasion would not include boots on the ground.", + "content": "The US president says a Western response to a Russian invasion would not include boots on the ground.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59582013?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 18:08:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "04464e3aa88f47e3ae76b6fc35609bee" + }, + { + "title": "Covid: Vaccines should work against Omicron variant, WHO says", + "description": "A small study in South Africa suggests the new variant could partially evade the Pfizer jab.", + "content": "A small study in South Africa suggests the new variant could partially evade the Pfizer jab.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59573037?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 00:57:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b69923565f7bfb73b03349e3daf947b5" + }, + { + "title": "Bipin Rawat: India's top general in helicopter crash", + "description": "Chief of Defence Staff General Bipin Rawat was in the helicopter which crashed in southern India.", + "content": "Chief of Defence Staff General Bipin Rawat was in the helicopter which crashed in southern India.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59576082?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 10:13:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8412ef17313c1ab68fdb52118c42752d" + }, + { + "title": "Biden warns Putin of 'strong measures' amid Ukraine invasion fears", + "description": "In a call with President Biden, Russia's Vladimir Putin seeks guarantees against eastward Nato expansion.", + "content": "In a call with President Biden, Russia's Vladimir Putin seeks guarantees against eastward Nato expansion.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59567377?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 21:52:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "85f242268e7b4a09ce49a8035ec77e81" + }, + { + "title": "Myanmar: Soldiers accused of shooting, burning 13 villagers", + "description": "Myanmar villagers say soldiers carried out the killings in response to an attack on a military convoy.", + "content": "Myanmar villagers say soldiers carried out the killings in response to an attack on a military convoy.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59574528?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 08:23:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9ed1ca00c45b8277b0d1e3ec3b70104c" + }, + { + "title": "Covishield: India vaccine maker halves production", + "description": "The Serum Institute is sitting on a stockpile of 500 million doses of Covishield, its CEO said.", + "content": "The Serum Institute is sitting on a stockpile of 500 million doses of Covishield, its CEO said.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59574878?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 07:56:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "60e0e5c3f4f1268ffe456fa3bb127b22" + }, + { + "title": "China is biggest captor of journalists, says report", + "description": "Advocacy group Reporters Without Borders said at least 127 journalists are currently detained.", + "content": "Advocacy group Reporters Without Borders said at least 127 journalists are currently detained.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-china-59544226?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 06:37:24 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "828b0672f87ac9f937578849662416af" + }, + { + "title": "Eilish, cheugy and Omicron among 2021's most mispronounced words", + "description": "Billie Eilish, cheugy and Glasgow also feature on a list of the words people find trickiest to say.", + "content": "Billie Eilish, cheugy and Glasgow also feature on a list of the words people find trickiest to say.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59573797?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 04:38:44 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1ddc00e003c6917ed01da6815bb8b6af" + }, + { + "title": "Japanese billionaire blasts off to International Space Station", + "description": "Yusaku Maezawa will spend 12 days at the International Space Station before returning to Earth.", + "content": "Yusaku Maezawa will spend 12 days at the International Space Station before returning to Earth.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59544223?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 09:57:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4a92117f3ed9f3b5c1974f8b886c2e7d" + }, + { + "title": "Ghislaine Maxwell: Jury sees never-before-seen photos of Epstein and defendant", + "description": "FBI agents submit previously unseen photo evidence as third accuser testifies in Maxwell trial.", + "content": "FBI agents submit previously unseen photo evidence as third accuser testifies in Maxwell trial.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59571857?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 21:20:10 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5b30df757fd86e53d9392494fb48336c" + }, + { + "title": "2022 Beijing Winter Olympics: Australia joins US diplomatic boycott", + "description": "The US is leading the diplomatic boycott of the 2022 Winter Olympics, over human rights concerns.", + "content": "The US is leading the diplomatic boycott of the 2022 Winter Olympics, over human rights concerns.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59573500?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 00:37:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a9969fec20615d94868443ac90125021" + }, + { + "title": "Mahbouba Seraj: Afghanistan is a country in trouble", + "description": "Mahbouba Seraj is a prominent Afghan women’s rights activist. She has a personal message for the Taliban.", + "content": "Mahbouba Seraj is a prominent Afghan women’s rights activist. She has a personal message for the Taliban.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59555481?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 00:05:28 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "773ea23f9d74f3bd6e153c89b271eb2e" + }, + { + "title": "Chinese social media giant Weibo's shares fall in Hong Kong debut", + "description": "Last week, Chinese ride-hailing giant Didi said it will move its listing to Hong Kong from the US.", + "content": "Last week, Chinese ride-hailing giant Didi said it will move its listing to Hong Kong from the US.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59558150?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 02:15:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fc3d670e01a8fce03f2af28a0f68e45a" + }, + { + "title": "Jamal Khashoggi: Suspect in murder of journalist arrested in Paris", + "description": "French media say Khaled Aedh Alotaibi was arrested at Charles-de-Gaulle airport on Tuesday.", + "content": "French media say Khaled Aedh Alotaibi was arrested at Charles-de-Gaulle airport on Tuesday.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59561881?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 17:43:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "583d9ede11c98c6c85ac60b3d0566c73" + }, + { + "title": "Google sues alleged Russian cyber criminals", + "description": "Hackers behind a malicious \"botnet\" may have used their network to infect over a million computers.", + "content": "Hackers behind a malicious \"botnet\" may have used their network to infect over a million computers.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59571417?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 18:30:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9ea23264e5c95882bb34836d1a81eadb" + }, + { + "title": "Bitcoin 'founder' to keep 1m Bitcoin cache", + "description": "A jury decided Craig Wright, who says he created the cryptocurrency, can retain bitcoin worth billions of dollars.", + "content": "A jury decided Craig Wright, who says he created the cryptocurrency, can retain bitcoin worth billions of dollars.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59571277?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 20:10:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7a0ce9a402fc45e1bdacdcedc4334f21" + }, + { + "title": "Nearly 70 Spanish medics Covid positive after Christmas party", + "description": "The outbreak among ICU staff in Málaga is believed to have started at a Christmas party last week.", + "content": "The outbreak among ICU staff in Málaga is believed to have started at a Christmas party last week.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59561876?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 11:51:26 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bf61a15818d491b9618a816856650117" + }, + { + "title": "Chile same-sex marriage: Law overwhelmingly approved by parliament", + "description": "A law allowing same-sex marriage is approved in the historically Catholic Latin American country.", + "content": "A law allowing same-sex marriage is approved in the historically Catholic Latin American country.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59570576?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 18:12:02 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "47896c95723e5c9d20e408c0328066fb" + }, + { + "title": "Afghanistan: Girls' despair as Taliban confirms secondary school ban", + "description": "The BBC hears about the ban's harmful impact from teachers and students in 13 Afghan provinces.", + "content": "The BBC hears about the ban's harmful impact from teachers and students in 13 Afghan provinces.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59565558?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 00:17:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2a6e55047f3ece19d9927c27e5bd487c" + }, + { + "title": "Amazon services down for thousands of users", + "description": "Customers of the e-commerce giant report problems with shopping services, Prime Video and Alexa.", + "content": "Customers of the e-commerce giant report problems with shopping services, Prime Video and Alexa.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59568858?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 18:23:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "03df78f3068e81a0fae2b58cfb0674f2" + }, + { + "title": "Michael Steinhardt: US billionaire hands over antiquities worth $70m", + "description": "Michael Steinhardt is banned for life from buying such treasures following an investigation.", + "content": "Michael Steinhardt is banned for life from buying such treasures following an investigation.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59543021?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 15:07:57 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0df8cc40b7d82af25e0e57a3b76f824d" + }, + { + "title": "Afghanistan: Foreign Office chaotic during Kabul evacuation - whistleblower", + "description": "Thousands of pleas for help went unread and the foreign secretary lacked urgency, an ex-official says.", + "content": "Thousands of pleas for help went unread and the foreign secretary lacked urgency, an ex-official says.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59549868?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 10:06:27 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3ff3fb7e067d2240868d7cc185887bb3" + }, + { + "title": "Super-rich increase their share of world's income", + "description": "A major report on wealth and inequality says 2020 saw the steepest rise in billionaires' wealth on record.", + "content": "A major report on wealth and inequality says 2020 saw the steepest rise in billionaires' wealth on record.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59565690?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 14:06:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6ecae0d6688cf1e7fe0077e105feee9b" + }, + { + "title": "Aurangabad: Indian teen arrested for beheading pregnant sister", + "description": "The 19-year-old had eloped and married a man without her family's consent, police said.", + "content": "The 19-year-old had eloped and married a man without her family's consent, police said.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59559122?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 08:18:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2de13f336b1171900d3e47afdbe5f295" + }, + { + "title": "Vishal Garg: US boss fires 900 employees over Zoom", + "description": "\"Last time I did this I cried,\" said the head of the online mortgage lender laying off 15% of his staff.", + "content": "\"Last time I did this I cried,\" said the head of the online mortgage lender laying off 15% of his staff.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59554585?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 09:30:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "caddd8c6f3501a60f2d6caa3c71752a0" + }, + { + "title": "Amalia: Heir to the Dutch throne keeps it normal at 18", + "description": "Princess Amalia had an ordinary childhood and wants her life to continue that way.", + "content": "Princess Amalia had an ordinary childhood and wants her life to continue that way.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59516157?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 00:39:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c758439b1548986f858fe9b9623427d9" + }, + { + "title": "David Gulpilil: Profound legacy of a trailblazing Aboriginal actor", + "description": "A trailblazing figure with a 50-year career, he helped vastly improve cultural representations.", + "content": "A trailblazing figure with a 50-year career, he helped vastly improve cultural representations.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59485830?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 21:07:09 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "822e89cd80826b76a66039c12d66f66a" + }, + { + "title": "'I had to move across America when I became allergic to the sun'", + "description": "After experiencing an unusual allergic reaction, Carrie moves across America to escape the sun.", + "content": "After experiencing an unusual allergic reaction, Carrie moves across America to escape the sun.", + "category": "", + "link": "https://www.bbc.co.uk/news/disability-59404429?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 00:34:27 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "90d2a70d2d2f8e27444ebe44cd432fc6" + }, + { + "title": "Helping trans people escape death in their home countries", + "description": "Iman Le Caire made it her mission to help other trans people flee persecution in hostile countries.", + "content": "Iman Le Caire made it her mission to help other trans people flee persecution in hostile countries.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59454871?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 00:05:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d2708b3341c47c17f17daed7e02dc370" + }, + { + "title": "'I want Afghan women to be free to wear colour'", + "description": "Fashion icon Halima Aden and Afghan tutor Aliya Kazimy write to each other about the importance of choice.", + "content": "Fashion icon Halima Aden and Afghan tutor Aliya Kazimy write to each other about the importance of choice.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59468000?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 00:09:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b089b3802f59777eef052ff6b916e4ab" + }, + { + "title": "Juan Jose Florian: Colombia's Para-cycling 'superhero' and his dramatic life story", + "description": "Juan Jose Florian was forced into armed conflict on the opposite side to family. When a bomb nearly killed him, sport helped heal.", + "content": "Juan Jose Florian was forced into armed conflict on the opposite side to family. When a bomb nearly killed him, sport helped heal.", + "category": "", + "link": "https://www.bbc.co.uk/sport/disability-sport/59524921?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 00:00:26 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "91ae48ed4d16008272fc24700226ebad" + }, + { + "title": "Omicron: Why is Nigeria on the travel red list?", + "description": "The UK has placed travel restrictions on arrivals from Nigeria and several other African countries - are they fair?", + "content": "The UK has placed travel restrictions on arrivals from Nigeria and several other African countries - are they fair?", + "category": "", + "link": "https://www.bbc.co.uk/news/59548572?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 17:56:40 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f07725b7c8ea1af1bf64881ad0aa4d24" + }, + { + "title": "Biden and Putin hold talks amid Russia-Ukraine tensions", + "description": "The US and Russian leaders speak by video link, as Moscow warns tensions in Europe are \"off the scale\".", + "content": "The US and Russian leaders speak by video link, as Moscow warns tensions in Europe are \"off the scale\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59567377?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 17:42:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "539befd179719a5d674c19d9ee8980c4" + }, + { + "title": "Burundi prison fire kills at least 38 in Gitega", + "description": "Vice-President Prosper Bazombanza says at least 38 people died and scores more were injured.", + "content": "Vice-President Prosper Bazombanza says at least 38 people died and scores more were injured.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59560444?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 14:20:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e980c1898d43316f7df3e183dd4c8ea4" + }, + { + "title": "2022 Beijing Winter Olympics: China criticises US diplomatic boycott", + "description": "China angrily denounces a US plan not to send diplomats to the 2022 Winter Olympics in Beijing.", + "content": "China angrily denounces a US plan not to send diplomats to the 2022 Winter Olympics in Beijing.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59559703?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 09:16:07 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4541dd80d6cd871e66bc47ce56cbbff0" + }, + { + "title": "The Palestinian jailbreak that rocked Israel", + "description": "The search for six Palestinian fugitives from an Israeli prison unearths a story of dispossession, violence and bitter division in a fractured region.", + "content": "The search for six Palestinian fugitives from an Israeli prison unearths a story of dispossession, violence and bitter division in a fractured region.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59524001?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 00:03:02 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cbbcab1056ff4736e18005c6cac8321b" + }, + { + "title": "Rohingya sue Facebook for $150bn over Myanmar hate speech", + "description": "The social media giant is accused of fuelling violence against the persecuted minority in Myanmar.", + "content": "The social media giant is accused of fuelling violence against the persecuted minority in Myanmar.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59558090?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 07:28:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f1bf25d3634e6f86b59e7e659284d04c" + }, + { + "title": "Western leaders urge Russia to lower Ukraine tensions", + "description": "The US and its European allies urge Moscow to de-escalate, amid fears it could invade Ukraine.", + "content": "The US and its European allies urge Moscow to de-escalate, amid fears it could invade Ukraine.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59558099?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 04:50:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "982aaeefa561151f8567ff1976256a80" + }, + { + "title": "Peter Foster: Australian conman caught after six-month manhunt", + "description": "Peter Foster was declared a fugitive six months ago after allegedly skipping bail on fraud charges.", + "content": "Peter Foster was declared a fugitive six months ago after allegedly skipping bail on fraud charges.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59544221?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 06:25:26 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "881a18168193ce7e3b785b188c792ace" + }, + { + "title": "Hong Kong Covid: The Cathay pilots stuck in 'perpetual quarantine'", + "description": "One Cathay Pacific pilot said he had spent almost 150 days in quarantine this year alone.", + "content": "One Cathay Pacific pilot said he had spent almost 150 days in quarantine this year alone.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59370672?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 00:02:16 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a8ae07861bae635e8834b0bf80c8493c" + }, + { + "title": "Emmett Till: US closes investigation without charges", + "description": "The justice department says there is \"insufficient evidence\" to back a writer's claim a witness lied.", + "content": "The justice department says there is \"insufficient evidence\" to back a writer's claim a witness lied.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59558121?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 04:17:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6d3e4f205c60cfb7d3e8d85fd781efa7" + }, + { + "title": "Ghislaine Maxwell 'gave schoolgirl outfit to Epstein victim'", + "description": "An accuser says the socialite suggested she dress up to serve tea to paedophile Jeffrey Epstein.", + "content": "An accuser says the socialite suggested she dress up to serve tea to paedophile Jeffrey Epstein.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59557022?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 22:29:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "5849f292f0580ac7ac38e305dafc557b" + }, + { + "title": "Kenyan policeman shoots dead six people including wife", + "description": "Authorities are calling the incident a \"shooting spree\", in which the killer also took his own life.", + "content": "Authorities are calling the incident a \"shooting spree\", in which the killer also took his own life.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59560578?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 09:51:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b60477cb2e141c966726d2d6b2740849" + }, + { + "title": "Jussie Smollett testifies at trial: 'There was no hoax'", + "description": "Jussie Smollett says a \"massive\" man in a ski mask attacked him after shouting slurs in Chicago.", + "content": "Jussie Smollett says a \"massive\" man in a ski mask attacked him after shouting slurs in Chicago.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59557297?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 23:24:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ed83d25362051d7715c004e0029aea78" + }, + { + "title": "James Webb Space Telescope scientist: 'It's the future of astrophysics'", + "description": "The James Webb Space Telescope is expected to be 100 times more powerful than the Hubble.", + "content": "The James Webb Space Telescope is expected to be 100 times more powerful than the Hubble.", + "category": "", + "link": "https://www.bbc.co.uk/news/science-environment-59525740?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 00:07:27 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "05be56fac1005df15a0f217d94cb78ea" + }, + { + "title": "How Lebanon's economic problems could leave Sara blind", + "description": "Lebanon stopped has stopped subsidising many medical expenses, which leaves poorer patients in danger.", + "content": "Lebanon stopped has stopped subsidising many medical expenses, which leaves poorer patients in danger.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59528113?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 00:03:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3e35ce6f329611d3014a6e60ea4e2873" + }, + { + "title": "US diplomats to boycott 2022 Beijing Winter Olympics", + "description": "The White House says no US diplomats will attend the games in China, over human rights concerns.", + "content": "The White House says no US diplomats will attend the games in China, over human rights concerns.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59556613?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 19:13:14 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3f05aca1d28366f0e9c3544350e413d3" + }, + { + "title": "Covid-19: Italy tightens restrictions for unvaccinated", + "description": "A so-called Super Green Pass will be needed to access theatres, cinemas and restaurants.", + "content": "A so-called Super Green Pass will be needed to access theatres, cinemas and restaurants.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59548210?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 12:45:26 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1cac95ea68d79a57b54155ad74f23a01" + }, + { + "title": "Brexit: Ireland to receive €920m for Brexit impact", + "description": "The country is the first to receive money from the European Commission's Brexit Adjustment Reserve.", + "content": "The country is the first to receive money from the European Commission's Brexit Adjustment Reserve.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59547054?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 13:23:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "78039b42ad85f32ed8724819171bdc64" + }, + { + "title": "Amid shortage, Canada taps into emergency maple syrup reserves", + "description": "The Canadian province of Quebec produces 70% of the world's maple syrup supply.", + "content": "The Canadian province of Quebec produces 70% of the world's maple syrup supply.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59555141?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 18:18:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "06cf8f0a32136d34d804b662761c9eaf" + }, + { + "title": "New York's workers must all have vaccine by 27 December", + "description": "The city's mayor is introducing a vaccine mandate for all private sector employees from 27 December.", + "content": "The city's mayor is introducing a vaccine mandate for all private sector employees from 27 December.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59552524?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 17:35:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fa87ee610f55db870d713b4db26a8a9f" + }, + { + "title": "Pakistan: Killing of Sri Lankan accused of blasphemy sparks protests", + "description": "More than 100 have been arrested over the lynching of a Sri Lankan man accused of insulting Islam.", + "content": "More than 100 have been arrested over the lynching of a Sri Lankan man accused of insulting Islam.", + "category": "", + "link": "https://www.bbc.co.uk/news/59501368?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 09:04:26 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "eecc27d44abed9abafcf52d195d2a478" + }, + { + "title": "Sylvester Oromoni: Nigerians demand justice over Dowen College death", + "description": "The father of Sylvester Oromoni, 12, believes he was attacked for refusing to join a “cult group”.", + "content": "The father of Sylvester Oromoni, 12, believes he was attacked for refusing to join a “cult group”.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59551124?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 13:57:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "04e3ee11d5b0874ba751b1194ab72d7a" + }, + { + "title": "Aung San Suu Kyi: Myanmar court sentences ousted leader in widely criticised trial", + "description": "The ex-leader of Myanmar, who faces a total of 11 charges, is sentenced to two years in prison.", + "content": "The ex-leader of Myanmar, who faces a total of 11 charges, is sentenced to two years in prison.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59544484?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 15:19:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b9449e005ed15768e3206a430c7e8688" + }, + { + "title": "Haiti kidnappers release three more missionaries after abduction", + "description": "Three people among a group of 17 North American missionaries abducted in October are freed.", + "content": "Three people among a group of 17 North American missionaries abducted in October are freed.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59554201?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 16:10:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0b46718804ed5bc35d6cd798ec6c4113" + }, + { + "title": "Vladimir Putin: What Russian president's India visit means for world politics", + "description": "Russia and India ties are facing challenges from fast-changing geopolitics in Asia and beyond.", + "content": "Russia and India ties are facing challenges from fast-changing geopolitics in Asia and beyond.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59515741?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 03:21:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8aabcec641bdf6554d4e1974982ec66a" + }, + { + "title": "Climate change: Is ‘blue hydrogen’ Japan’s answer to coal?", + "description": "The Fukushima disaster turned Japan away from nuclear. A new energy source may help it quit coal.", + "content": "The Fukushima disaster turned Japan away from nuclear. A new energy source may help it quit coal.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59525480?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 01:11:25 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "71420082e6cab517d0bb17cd63f22c10" + }, + { + "title": "Obituary: Bob Dole, WWII veteran and Republican stalwart", + "description": "Long-serving senator, who recovered from terrible injuries to run for president, dies at 98", + "content": "Long-serving senator, who recovered from terrible injuries to run for president, dies at 98", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-45667690?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 17:18:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c72a6ac4b63976ca07d64c56eeee733f" + }, + { + "title": "The tech helping shops - and Santa - deliver this Christmas", + "description": "A number of tech solutions are out there to help retailers optimise sending out our presents.", + "content": "A number of tech solutions are out there to help retailers optimise sending out our presents.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59487935?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 00:12:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b4fc82442cd5be0f7c79978bf618473a" + }, + { + "title": "Covid in Uganda: The man whose children may never return to school", + "description": "The 20-month school closure in Uganda could have a long-term impact on many lives there.", + "content": "The 20-month school closure in Uganda could have a long-term impact on many lives there.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59507542?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 01:22:07 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6bbd02194051f1e1dbf906dc1a8ff95c" + }, + { + "title": "Mandatory vaccinations: Three reasons for and against", + "description": "Blanket vaccination mandates are on the agenda but do they work and what are their costs?", + "content": "Blanket vaccination mandates are on the agenda but do they work and what are their costs?", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59506339?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 00:48:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c820034d8d73c39dfa69ae83a23e8743" + }, + { + "title": "Ghislaine Maxwell trial: Key moments from the first week", + "description": "The socialite is accused of grooming girls for abuse by late sex offender Jeffrey Epstein.", + "content": "The socialite is accused of grooming girls for abuse by late sex offender Jeffrey Epstein.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59527051?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 10:16:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "41429111f41953ba2d81f89025e82aae" + }, + { + "title": "US boss fires 900 employees over Zoom", + "description": "\"Last time I did this I cried,\" said the head of the online mortgage lender laying off 15% of his staff.", + "content": "\"Last time I did this I cried,\" said the head of the online mortgage lender laying off 15% of his staff.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59554585?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 18:50:40 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6de6e1684ec9d4ca6896e5fa93231633" + }, + { + "title": "Eric Zemmour: Far-right French presidential candidate grabbed at rally", + "description": "A man grabs Eric Zemmour by the neck at the far-right presidential candidate's first rally.", + "content": "A man grabs Eric Zemmour by the neck at the far-right presidential candidate's first rally.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59545455?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 07:34:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0a719033575d0320a97b7fce6fb20353" + }, + { + "title": "Indonesia volcano: 'The volcano destroyed our houses - we need help'", + "description": "Watch this video to see how two survivors' lives have been impacted by Mt Semeru's eruption in Indonesia.", + "content": "Watch this video to see how two survivors' lives have been impacted by Mt Semeru's eruption in Indonesia.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59553764?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 20:45:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "073f042a2151bc386a7b37676dcc2ffa" + }, + { + "title": "South Africa: The rape survivor who convicts rapists", + "description": "Rape survivor Sgt Catherine Tladi has secured several convictions for rape in South Africa's courts.", + "content": "Rape survivor Sgt Catherine Tladi has secured several convictions for rape in South Africa's courts.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59523997?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 00:11:29 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "807866b62e55a5f7d08a51196bda5a84" + }, + { + "title": "Thomas Massie: US congressman condemned for Christmas guns photo", + "description": "The photo of Thomas Massie's family posing with firearms was posted days after a deadly school shooting.", + "content": "The photo of Thomas Massie's family posing with firearms was posted days after a deadly school shooting.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59543735?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 00:42:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "05ffe8231672cd45d22e4d587828ce80" + }, + { + "title": "Indonesia volcano: Villages buried under hot ash", + "description": "Rescuers are searching for survivors after Mt Semeru erupted in eastern Java on Saturday.", + "content": "Rescuers are searching for survivors after Mt Semeru erupted in eastern Java on Saturday.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59543120?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 20:46:20 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5c6e6a80c590a7df69d6d016a0062bb4" + }, + { + "title": "Covid: UK red list criticised as 'travel apartheid' by Nigeria", + "description": "Nigeria - which was added to the red list on Monday - describes the restrictions as \"selective\".", + "content": "Nigeria - which was added to the red list on Monday - describes the restrictions as \"selective\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59545457?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 12:18:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "23784237334052b5d7d808a7b5fb8acf" + }, + { + "title": "Farc: Colombian rebel commander 'El Paisa' killed in Venezuela", + "description": "The feared ex-Farc commander was notorious for his bloody guerrilla attacks and kidnappings.", + "content": "The feared ex-Farc commander was notorious for his bloody guerrilla attacks and kidnappings.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59543742?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 09:46:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "479a7ef14a247a8e972e025066caefb5" + }, + { + "title": "Far-right target critics with Twitter's new media policy", + "description": "Far-right activists are using Twitter's new media policy to target anti-extremism researchers.", + "content": "Far-right activists are using Twitter's new media policy to target anti-extremism researchers.", + "category": "", + "link": "https://www.bbc.co.uk/news/technology-59547353?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 13:31:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "adcb983c95429cc30ddaaa0838a93125" + }, + { + "title": "Ray Dalio: US billionaire says China comments misunderstood", + "description": "Last month, JP Morgan's Jamie Dimon apologised for comments he made about the Chinese Communist Party.", + "content": "Last month, JP Morgan's Jamie Dimon apologised for comments he made about the Chinese Communist Party.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59543875?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 03:44:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "35025e524d91b471bcf26eb1ab1dd271" + }, + { + "title": "Joni Mitchell and Bette Midler pick up Kennedy Center Honors", + "description": "The legendary Canadian singer makes a rare public appearance at a ceremony hosted by Joe Biden.", + "content": "The legendary Canadian singer makes a rare public appearance at a ceremony hosted by Joe Biden.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59546478?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 10:33:10 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "75fa996e2b9c47f9010abbe1e8d926cb" + }, + { + "title": "ICYMI: Jumping into an active volcano, and other ways to spend the festive season", + "description": "Jumping into an active volcano is just one way to spend the festive season, in news you missed this week.", + "content": "Jumping into an active volcano is just one way to spend the festive season, in news you missed this week.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59509225?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 11:39:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f77ae92f34330d174c25f26c55f0fb4c" + }, + { + "title": "Aung San Suu Kyi: Myanmar court sentences ousted leader to four years jail", + "description": "This is the first verdict delivered for the ex-leader of Myanmar, who faces a total of 11 charges.", + "content": "This is the first verdict delivered for the ex-leader of Myanmar, who faces a total of 11 charges.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59544484?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 09:15:17 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1d48d9a98c17796b04d1e3568435bba0" + }, + { + "title": "Bob Dole: Biden leads tributes to a 'dear friend'", + "description": "Tributes have been paid across the US political divide to the late Republican leader Bob Dole.", + "content": "Tributes have been paid across the US political divide to the late Republican leader Bob Dole.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59542811?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 21:03:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "be8f60198e53358096c4707fee0f84c4" + }, + { + "title": "Gambia elections: Adama Barrow declared presidential election winner", + "description": "The electoral commission names Adama Barrow the winner despite his opponents questioning the vote.", + "content": "The electoral commission names Adama Barrow the winner despite his opponents questioning the vote.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59542813?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 22:35:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a4a82237d90738d5d7784c25a49c216a" + }, + { + "title": "Tennis governing body to keep playing in China", + "description": "The ITF says it has not followed the WTA in suspending tournaments in China because it \"does not want to punish a billion people\".", + "content": "The ITF says it has not followed the WTA in suspending tournaments in China because it \"does not want to punish a billion people\".", + "category": "", + "link": "https://www.bbc.co.uk/sport/tennis/59542940?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 19:09:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9f5c93cc8a07e1d902653bf3001dae5a" + }, + { + "title": "Putin in India: What Russian president's Delhi visit means for world politics", + "description": "Russia and India ties are facing challenges from fast-changing geopolitics in Asia and beyond.", + "content": "Russia and India ties are facing challenges from fast-changing geopolitics in Asia and beyond.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59515741?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 03:21:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b4a50c5f13f5678ee6baf7005287deb5" + }, + { + "title": "Thomas Massie: US Congressman condemned for Christmas guns photo", + "description": "The image shows Thomas Massie and his family holding firearms days after a deadly school shooting.", + "content": "The image shows Thomas Massie and his family holding firearms days after a deadly school shooting.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59543735?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 00:42:47 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "03d309610293544a50612fea9d263132" + }, + { + "title": "Pope condemns treatment of migrants in Europe", + "description": "Visiting a camp in Greece, Francis calls the neglect of migrants the \"shipwreck of civilisation\".", + "content": "Visiting a camp in Greece, Francis calls the neglect of migrants the \"shipwreck of civilisation\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59538413?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 13:13:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ffbacb5d096f0a35950421879d11f132" + }, + { + "title": "Military truck rams into group of Myanmar protesters in Yangon", + "description": "Several people have been injured during a demonstration against the country's military rulers.", + "content": "Several people have been injured during a demonstration against the country's military rulers.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59540695?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 19:08:56 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4fed4b0f4d08e32f53cbde408556b62f" + }, + { + "title": "India Nagaland: Security forces kill 13 civilians amid ambush blunder", + "description": "Home Minister Amit Shah expresses \"anguish\" after troops fire on miners in the country's north-east.", + "content": "Home Minister Amit Shah expresses \"anguish\" after troops fire on miners in the country's north-east.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59531445?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 08:38:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8e6bf14db83d8930b30df4cac6812670" + }, + { + "title": "Trump social media firm says it has raised $1bn", + "description": "The former US president is working to launch a social media app called Truth Social early next year.", + "content": "The former US president is working to launch a social media app called Truth Social early next year.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59538590?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 17:05:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "d14eacd455975022cff3490104188081" + }, + { + "title": "Why France faces so much anger in West Africa", + "description": "Despite engaging better with the African continent recently, the ex-colonial power faces a backlash.", + "content": "Despite engaging better with the African continent recently, the ex-colonial power faces a backlash.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59517501?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 00:50:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e2ff05de3361cead09701c7ee48cfbdf" + }, + { + "title": "Vladimir Putin in India: What Russian president's visit means for world politics", + "description": "Russia and India ties are facing challenges from fast-changing geopolitics in Asia and beyond.", + "content": "Russia and India ties are facing challenges from fast-changing geopolitics in Asia and beyond.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59515741?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 03:21:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "54f3f2e054a52aa64433905a341a74cb" + }, + { + "title": "Parag Agrawal: Why Indian-born CEOs dominate Silicon Valley", + "description": "Parag Agrawal, Twitter's new CEO, is the latest of several Indian-Americans leading global tech firms.", + "content": "Parag Agrawal, Twitter's new CEO, is the latest of several Indian-Americans leading global tech firms.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59457015?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 00:32:42 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "627424f4e918e5a3ff6df078939ed418" + }, + { + "title": "MH370: Could missing Malaysian Airlines plane finally be found?", + "description": "A British engineer believes he may help solve one of the world's greatest aviation mysteries.", + "content": "A British engineer believes he may help solve one of the world's greatest aviation mysteries.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59517821?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 22:34:22 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "39b30bc41f1a69543dc1243c0f538f97" + }, + { + "title": "Why Ugandan troops have entered DR Congo - again", + "description": "Previous incursions have led to accusations of looting and abuse, so will it be different this time?", + "content": "Previous incursions have led to accusations of looting and abuse, so will it be different this time?", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59507543?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 00:41:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7e1d92a8168df88d802af97a0b41765b" + }, + { + "title": "Saudi Arabia Grand Prix: A race for equal rights", + "description": "As F1 races in Saudi Arabia, can it be a positive thing for female and LGBT rights?", + "content": "As F1 races in Saudi Arabia, can it be a positive thing for female and LGBT rights?", + "category": "", + "link": "https://www.bbc.co.uk/news/newsbeat-59220247?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 00:43:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0c610097cc6dedfb3c8e8e935ef95b66" + }, + { + "title": "French climber handed Mont Blanc gems after 2013 find", + "description": "The stones are believed to be from an Air India plane which crashed into the mountain in 1966.", + "content": "The stones are believed to be from an Air India plane which crashed into the mountain in 1966.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59538540?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 10:48:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "3282b7021f08f428e280aa46b2670009" + }, + { + "title": "Pacific Ocean garbage patch is immense plastic habitat", + "description": "Researchers discover coastal species living on debris miles from their natural surroundings.", + "content": "Researchers discover coastal species living on debris miles from their natural surroundings.", + "category": "", + "link": "https://www.bbc.co.uk/news/science-environment-59521211?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 00:56:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6b0521c284f4c8583995fcf9f1bc7ef5" + }, + { + "title": "Bus carrying choir members plunges into Kenya river", + "description": "At least 23 die as a bus taking a church choir group to a wedding plunges into a flooded river.", + "content": "At least 23 die as a bus taking a church choir group to a wedding plunges into a flooded river.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59531173?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 17:05:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "27647f1c6c1eb2fae4e31da3dd80470b" + }, + { + "title": "Afghanistan: Taliban warned against targeting former security forces", + "description": "US and allies \"deeply concerned\" about human rights abuses against former Afghan security forces.", + "content": "US and allies \"deeply concerned\" about human rights abuses against former Afghan security forces.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59536522?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 03:12:59 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "38c14b484b6feec1a933b18b5682f2ef" + }, + { + "title": "Chris Cuomo: CNN fires presenter over help he gave politician brother", + "description": "The star TV presenter is sacked over efforts to help his brother defend sexual harassment claims.", + "content": "The star TV presenter is sacked over efforts to help his brother defend sexual harassment claims.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59536519?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 00:26:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "56150bea8868bb762751647cff85cfab" + }, + { + "title": "Eitan Biran: Cable car survivor returned to Italy after custody battle", + "description": "Eitan Biran, the sole survivor of a cable car crash, is now in Italy after a custody battle.", + "content": "Eitan Biran, the sole survivor of a cable car crash, is now in Italy after a custody battle.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59531437?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 10:47:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c9891ff0ade25f1ec771943ec8d3e4f8" + }, + { + "title": "Belgian zoo hippos test positive for Covid", + "description": "Officials at Antwerp zoo do not know how the pair - now in quarantine - caught the virus.", + "content": "Officials at Antwerp zoo do not know how the pair - now in quarantine - caught the virus.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59516896?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 15:53:17 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "18a32b79f4a54339138a43a00b5ed50e" + }, + { + "title": "Ros Atkins on… America’s abortion divide", + "description": "How abortion rights in the US look likely to be changed by a conservative majority Supreme Court.", + "content": "How abortion rights in the US look likely to be changed by a conservative majority Supreme Court.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59519863?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 00:10:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "622a2ffeff377ef2be21fcb9c90620f6" + }, + { + "title": "The drought ravaging East African wildlife and livestock", + "description": "At least 26 million people are struggling for food across northern Kenya, Somalia and southern Ethiopia.", + "content": "At least 26 million people are struggling for food across northern Kenya, Somalia and southern Ethiopia.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59513118?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 00:31:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2273a78505fdd8c1ea19d36868e80199" + }, + { + "title": "NunTok: How religion is booming on TikTok and Instagram", + "description": "Nuns, imams and Buddhist monks are among those sharing successful - and often fun - short-form videos on social media.", + "content": "Nuns, imams and Buddhist monks are among those sharing successful - and often fun - short-form videos on social media.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59513177?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 00:03:23 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "28cf8bcb91e7dff27e79799ad450dbb7" + }, + { + "title": "Indonesia volcano: Volcano rescuers face ash as high as rooftops", + "description": "At least 14 people are dead and dozens injured after Mt Semeru erupted on Indonesia's Java island.", + "content": "At least 14 people are dead and dozens injured after Mt Semeru erupted on Indonesia's Java island.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 13:29:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fd2e10688fefc4d93d520946469bcc30" + }, + { + "title": "Veteran Republican leader Bob Dole dies", + "description": "Long-serving senator, who recovered from terrible injuries to run for president, dies at 98", + "content": "Long-serving senator, who recovered from terrible injuries to run for president, dies at 98", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-45667690?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 17:18:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "43d4774f568cc305ef72d20ba0938f6e" + }, + { + "title": "Biden and Putin to talk amid Ukraine invasion fears", + "description": "On Tuesday the US and Russian leaders will speak amid mounting concerns of Russia invading Ukraine.", + "content": "On Tuesday the US and Russian leaders will speak amid mounting concerns of Russia invading Ukraine.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59533689?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 00:36:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "03c5cd618a0c582bfe5b87e142e903a4" + }, + { + "title": "Michigan school shooting: Suspect's parents deny involuntary manslaughter", + "description": "Bail is set at $1m for the couple arrested in Detroit after failing to attend court on Friday.", + "content": "Bail is set at $1m for the couple arrested in Detroit after failing to attend court on Friday.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59532845?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 15:57:52 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cbe4922b49105654259f414501bc89db" + }, + { + "title": "Rare turtle washes up 4,000 miles from home", + "description": "Tally the Turtle is recovering in a UK zoo awaiting a flight back to the warm waters of Mexico.", + "content": "Tally the Turtle is recovering in a UK zoo awaiting a flight back to the warm waters of Mexico.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-wales-59520232?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 09:34:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ab0f9dc62c2b52dbdde47886e31008f0" + }, + { + "title": "Indonesia volcano: Rescuers race to find survivors of Indonesia eruption", + "description": "At least 13 people are dead and dozens injured after Mt Semeru erupted on Indonesia's Java island.", + "content": "At least 13 people are dead and dozens injured after Mt Semeru erupted on Indonesia's Java island.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 04:55:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0b3d632cb703fd8e29c69c600189f13b" + }, + { + "title": "Covid: Don't panic about Omicron variant, WHO says", + "description": "The World Health Organization urges people to be cautious and prepare for the Omicron variant.", + "content": "The World Health Organization urges people to be cautious and prepare for the Omicron variant.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59526252?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 17:34:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "4bc7e291752627de8f17403513a3e1a6" + }, + { + "title": "Indonesia volcano: Dozens injured as residents flee huge ash cloud from Mt Semeru", + "description": "One person has died and 41 have burn injuries as Mt Semeru erupts on Indonesia's Java island.", + "content": "One person has died and 41 have burn injuries as Mt Semeru erupts on Indonesia's Java island.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 15:01:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8dcf2ccd7e6fb47911e2b99618bdeb2b" + }, + { + "title": "Biden and Putin to hold call amid Ukraine invasion fears", + "description": "The US and Russian leaders will discuss Ukraine amid mounting concerns about a possible Russian invasion.", + "content": "The US and Russian leaders will discuss Ukraine amid mounting concerns about a possible Russian invasion.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59533689?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 18:53:39 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7d6640b72b62b65d15a731f8ce39f99a" + }, + { + "title": "Afghanistan: Macron reveals plans for joint European mission", + "description": "The French president says a number of European nations are working on a joint diplomatic mission.", + "content": "The French president says a number of European nations are working on a joint diplomatic mission.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59531442?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 13:50:25 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "d05338022f330cfcbae3e690bd0cb605" + }, + { + "title": "Gambia elections: Ex-President Yahya Jammeh's shadow looms over poll", + "description": "Exiled leader Yahya Jammeh - who ruled the country for 22 years - is a key figure in the poll.", + "content": "Exiled leader Yahya Jammeh - who ruled the country for 22 years - is a key figure in the poll.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59531167?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 09:41:13 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4216ff35fa63cc5aedb87962bb1c700b" + }, + { + "title": "Bolsonaro: Brazilian Supreme Court opens investigation into vaccine comments", + "description": "Brazil's president will face a Supreme Court inquiry for his falsehood about Covid-19 jabs and Aids.", + "content": "Brazil's president will face a Supreme Court inquiry for his falsehood about Covid-19 jabs and Aids.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-latin-america-59528857?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 02:03:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ca0d99f803ad29a31fa25bd6f433a781" + }, + { + "title": "Ready for power: Team Scholz promises a new Germany", + "description": "Next week will see a handover of power from the Merkel era and this is what to expect.", + "content": "Next week will see a handover of power from the Merkel era and this is what to expect.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59516156?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 00:47:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "eb1de820682cd8f1cbea4874aa1b81b0" + }, + { + "title": "Italian man tries to dodge Covid jab using fake arm", + "description": "The man is so keen to get a vaccine pass he turns up with a plastic arm, but doctors aren't fooled.", + "content": "The man is so keen to get a vaccine pass he turns up with a plastic arm, but doctors aren't fooled.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59524527?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 17:40:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "eb4d68d6ee2b11b8e2ee7c192ff1f35e" + }, + { + "title": "Ethiopia closes schools to boost civil war effort", + "description": "The government wants secondary school students to harvest crops to help frontline fighters.", + "content": "The government wants secondary school students to harvest crops to help frontline fighters.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59524707?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 17:28:03 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0a73fdf63f1e6f58a0aa4311710fd629" + }, + { + "title": "South Africa battles Omicron fear and vaccine myths", + "description": "The new variant threatens to overshadow the holiday season as campaigners fight vaccine fears.", + "content": "The new variant threatens to overshadow the holiday season as campaigners fight vaccine fears.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59517496?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 13:43:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f09a1813d0cc757b532cbc88aa148b57" + }, + { + "title": "The 'kind heart' who gave an Afghan family a new home", + "description": "An interpreter who had to flee Afghanistan is given a new home by a woman who was moved by his plight.", + "content": "An interpreter who had to flee Afghanistan is given a new home by a woman who was moved by his plight.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-scotland-59504516?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 05:35:48 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3343782eba8d7c7987a0c605dd30da31" + }, + { + "title": "Boxing Day: Festive film debut for Little Mix's Leigh-Anne Pinnock", + "description": "Boxing Day, the first British Christmas rom-com led by an all-black cast, is released Friday 3 December.", + "content": "Boxing Day, the first British Christmas rom-com led by an all-black cast, is released Friday 3 December.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59409084?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 00:11:18 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "37ac08fc5d4d271d5e4c58e8398683af" + }, + { + "title": "Germany: Angela Merkel's military farewell features punk singer's hit", + "description": "A ceremony has been held for the German chancellor, who is due to step down after 16 years in office.", + "content": "A ceremony has been held for the German chancellor, who is due to step down after 16 years in office.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59514304?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 23:07:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c9330f42fb58b08dced095e5684aee9d" + }, + { + "title": "Broome: Diving the remnants of a WW2 attack on Australia", + "description": "A WW2 air raid on Broome killed scores of people - historians say it should be better remembered.", + "content": "A WW2 air raid on Broome killed scores of people - historians say it should be better remembered.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59397897?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 00:12:34 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f2c481ce08fd017fc3cc0c8c21e7c438" + }, + { + "title": "Russia Ukraine: Biden warns Russia against Ukraine 'red lines'", + "description": "Intelligence officials fear Russia could invade Ukraine as soon as early 2022, US media reports.", + "content": "Intelligence officials fear Russia could invade Ukraine as soon as early 2022, US media reports.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59528864?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 06:06:06 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cabc5dd333290fad3739232474d95027" + }, + { + "title": "Mali: Dozens of civilians killed after militants attack bus", + "description": "More than 30 people are killed after gunmen attack a bus travelling to a market.", + "content": "More than 30 people are killed after gunmen attack a bus travelling to a market.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59528860?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 02:44:21 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2643896c1fe5a6c0c23f48e5d6b8d4e9" + }, + { + "title": "Michigan school shooting: Suspect's parents arrested in Detroit", + "description": "The Michigan couple went on the run after being charged with involuntary manslaughter.", + "content": "The Michigan couple went on the run after being charged with involuntary manslaughter.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59530279?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 10:08:26 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b2e8d738c3d9df29a79a10929acecc64" + }, + { + "title": "Indonesia volcano: Residents flee as Mt Semeru spews huge ash cloud", + "description": "Airlines have been warned about a plume of ash rising 15,000m from Mt Semeru in Java.", + "content": "Airlines have been warned about a plume of ash rising 15,000m from Mt Semeru in Java.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 11:24:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fbfd7805f37560041d6e0359bd3c1e99" + }, + { + "title": "Omicron coronavirus variant: Your questions answered", + "description": "How long do symptoms last for, is it more harmful to children? Experts answer your questions.", + "content": "How long do symptoms last for, is it more harmful to children? Experts answer your questions.", + "category": "", + "link": "https://www.bbc.co.uk/news/health-59511401?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 10:16:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f6bb70a35176f93258a0a17731f01f1a" + }, + { + "title": "Michigan school shooting: Parents of gunman charged with manslaughter", + "description": "Authorities say the suspect killed four students and injured seven people with his dad's handgun.", + "content": "Authorities say the suspect killed four students and injured seven people with his dad's handgun.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59523682?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 18:07:34 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c804fb184b68458ee8f1d63e145e6854" + }, + { + "title": "Ghislaine Maxwell: Employee told 'not to look Jeffrey Epstein in the eye'", + "description": "A former housekeeper said Ghislaine Maxwell acted as \"lady of the house\" at Jeffrey Epstein's US home.", + "content": "A former housekeeper said Ghislaine Maxwell acted as \"lady of the house\" at Jeffrey Epstein's US home.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59516888?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 09:09:50 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1b1a2dbd7d8c374b01668eb1f126c580" + }, + { + "title": "Austria ruling party picks Nehammer for chancellor", + "description": "Karl Nehammer is chosen as party leader and next chancellor in a bid to end days of turmoil.", + "content": "Karl Nehammer is chosen as party leader and next chancellor in a bid to end days of turmoil.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59516158?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 12:03:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4052dc3837101c226f309801a3a1057a" + }, + { + "title": "Thailand: Newspaper rebuked over 'hunts Africans' headline", + "description": "The country's Covid-19 taskforce admonished the paper by saying it was a \"poor choice of words.\"", + "content": "The country's Covid-19 taskforce admonished the paper by saying it was a \"poor choice of words.\"", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59501055?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 08:39:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "fb7651188e53b755f44b7380fb5cab66" + }, + { + "title": "Alec Baldwin admits career could be over after fatal shooting", + "description": "But the 63-year-old US actor says he did not pull the trigger on the set of the Rust film in October.", + "content": "But the 63-year-old US actor says he did not pull the trigger on the set of the Rust film in October.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59514525?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 11:10:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2acbec5d1a2acdc70c481c85a6d65cbd" + }, + { + "title": "Kerala: The granny who learnt to read and write at 104", + "description": "Kuttiyamma, from the southern Indian state of Kerala, aced a government test that measures literacy.", + "content": "Kuttiyamma, from the southern Indian state of Kerala, aced a government test that measures literacy.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59503872?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 00:25:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d69bef0a4cbbeb4a6a3116c1ce1a5ea8" + }, + { + "title": "Lamine Diack: Disgraced athletics boss dies in Senegal", + "description": "The disgraced former head of world athletics governing body Lamine Diack dies in Senegal aged 88.", + "content": "The disgraced former head of world athletics governing body Lamine Diack dies in Senegal aged 88.", + "category": "", + "link": "https://www.bbc.co.uk/sport/africa/59517712?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 09:09:10 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7190a1cb6be205b56aba3b21453094d7" + }, + { + "title": "How to spot the software that could be spying on you", + "description": "Software used to spy on someone via their phone is a growing threat and common in domestic abuse cases.", + "content": "Software used to spy on someone via their phone is a growing threat and common in domestic abuse cases.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59390778?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 00:01:11 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -98763,21 +122793,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a15fb42bdb66827e28b6eef3646a208", - "highlights": [] + "hash": "7226804ee181c2963b268109aa95597c" }, { - "title": "Marjorie Taylor Greene: Twitter bans congresswoman over Covid misinformation", - "description": "The congresswoman was suspended after tweeting falsely about high levels of vaccine related deaths.", - "content": "The congresswoman was suspended after tweeting falsely about high levels of vaccine related deaths.", + "title": "Why Turkey's currency crash does not worry Erdogan", + "description": "Turkey's national currency has plummeted 45% against the dollar this year", + "content": "Turkey's national currency has plummeted 45% against the dollar this year", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59854916?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59487912?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 19:13:08 GMT", + "pubDate": "Fri, 03 Dec 2021 07:30:19 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -98785,21 +122813,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4438a2e91f1546f340ca47c27e128ec7", - "highlights": [] + "hash": "09529f1fc146ef6e44be8af0e460bded" }, { - "title": "EU plans to label gas and nuclear energy 'green' prompt row", - "description": "A European Commission proposal says the two energy sources are key to a green transition.", - "content": "A European Commission proposal says the two energy sources are key to a green transition.", + "title": "'No middle ground': Chile voters face tough choice as run-off looms", + "description": "Voters speak of the divisions as an ultra-conservative and a left-winger battle it out.", + "content": "Voters speak of the divisions as an ultra-conservative and a left-winger battle it out.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59850093?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59489045?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 05:30:50 GMT", + "pubDate": "Thu, 02 Dec 2021 00:09:54 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -98807,21 +122833,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cced96c2c6c05e4bf1aa1aded975191", - "highlights": [] + "hash": "178bd674f7984162bb0ba6e98f1c2d4e" }, { - "title": "US flight cancellations hit new holiday peak amid Covid and bad weather", - "description": "More than 2,500 flights have been cancelled, with airlines facing crew shortages and bad weather.", - "content": "More than 2,500 flights have been cancelled, with airlines facing crew shortages and bad weather.", + "title": "Africa's week in pictures: 26 November - 2 December 2021", + "description": "A selection of the best photos from the African continent and beyond.", + "content": "A selection of the best photos from the African continent and beyond.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59848651?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59502970?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 21:00:42 GMT", + "pubDate": "Fri, 03 Dec 2021 00:14:25 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -98829,21 +122853,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "670f6b356f3aef6880c2871b3114b462", - "highlights": [] + "hash": "b759f9fc547a611d209f30c5dddd1fdc" }, { - "title": "Colorado wildfire: Three people reported missing and presumed dead", - "description": "A local sheriff previously said it had been a miracle no one was reported missing or dead.", - "content": "A local sheriff previously said it had been a miracle no one was reported missing or dead.", + "title": "How do you say Omicron?", + "description": "Omicron is the 13th variant of the Covid-19 virus to receive a Greek name but the pronunciation is up for debate.", + "content": "Omicron is the 13th variant of the Covid-19 virus to receive a Greek name but the pronunciation is up for debate.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59849697?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/health-59512165?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 00:32:51 GMT", + "pubDate": "Thu, 02 Dec 2021 18:26:31 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -98851,21 +122873,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b80a85ec1f60e5b4acfb84636c414b9a", - "highlights": [] + "hash": "f5d022c08253b967f8dd87dc0776f9c9" }, { - "title": "Map drawn from memory helps reunite kidnapped Chinese man with family", - "description": "Li Jingwei was kidnapped in Yunnan province in 1989 and sold to a family thousands of miles away.", - "content": "Li Jingwei was kidnapped in Yunnan province in 1989 and sold to a family thousands of miles away.", + "title": "Pfizer CEO Albert Bourla: My wife's vaccine death is fake news", + "description": "In an exclusive interview, Albert Bourla hits out at the \"rubbish\" that has been published about him.", + "content": "In an exclusive interview, Albert Bourla hits out at the \"rubbish\" that has been published about him.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59848162?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/health-59490619?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 20:01:44 GMT", + "pubDate": "Thu, 02 Dec 2021 06:11:32 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -98873,21 +122893,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "788cb1f2458cf50c4d0d12644ee82433", - "highlights": [] + "hash": "3d4a99cdc993b187585bd2dcb8c1da4c" }, { - "title": "Curry breaks own NBA three-pointer record", - "description": "Stephen Curry breaks his own NBA record for three-pointers in consecutive games as he leads the Golden State Warriors to a 123-116 win over the Utah Jazz.", - "content": "Stephen Curry breaks his own NBA record for three-pointers in consecutive games as he leads the Golden State Warriors to a 123-116 win over the Utah Jazz.", + "title": "Epstein accuser: Ghislaine Maxwell is a 'master manipulator'", + "description": "The BBC spoke to Teresa Helm, who accused Epstein of sexually assaulting her at the age of 22.", + "content": "The BBC spoke to Teresa Helm, who accused Epstein of sexually assaulting her at the age of 22.", "category": "", - "link": "https://www.bbc.co.uk/sport/basketball/59851107?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59498832?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 07:33:01 GMT", + "pubDate": "Thu, 02 Dec 2021 00:28:50 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -98895,21 +122913,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b706101f1995a20e3da69e6cc6236e28", - "highlights": [] + "hash": "4d08ec13322892abf849663874192157" }, { - "title": "In the footsteps of the women who escaped a Nazi death march", - "description": "When Gwen Strauss' great-aunt revealed she had led nine women in an escape from a Nazi death march in 1945, Gwen decided to retrace their steps.", - "content": "When Gwen Strauss' great-aunt revealed she had led nine women in an escape from a Nazi death march in 1945, Gwen decided to retrace their steps.", + "title": "Dragged up the stairs for my hospital appointment", + "description": "The healthcare system lacks equipment, buildings are crumbling and many healthcare workers have left in search of better lives.", + "content": "The healthcare system lacks equipment, buildings are crumbling and many healthcare workers have left in search of better lives.", "category": "", - "link": "https://www.bbc.co.uk/news/stories-59566983?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59498152?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 00:55:01 GMT", + "pubDate": "Thu, 02 Dec 2021 00:10:50 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -98917,21 +122933,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d92bbbb2cea1f99beba180f55ba9264", - "highlights": [] + "hash": "15e75612c995afed2aa24b8e7a06165b" }, { - "title": "Memorial: Russia’s civil rights group uncovering an uncomfortable past", - "description": "Memorial, one of the oldest civil rights groups in Russia, was uncovering uncomfortable truths for the authorities.", - "content": "Memorial, one of the oldest civil rights groups in Russia, was uncovering uncomfortable truths for the authorities.", + "title": "US tightens travel rules amid new Omicron cases", + "description": "The US winter plan includes millions of free tests and stricter rules for international passengers.", + "content": "The US winter plan includes millions of free tests and stricter rules for international passengers.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59853010?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59512368?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 14:42:02 GMT", + "pubDate": "Fri, 03 Dec 2021 07:47:06 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -98939,21 +122953,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b935f41a69e2ac2697754d58e1ba6e3", - "highlights": [] + "hash": "d4e5374fffabc34e55b655bfbb756b7a" }, { - "title": "Letter from Africa: Africa plays on in 2022 without its great referee", - "description": "Joseph Warungu looks at what is in store for the African continent this coming year.", - "content": "Joseph Warungu looks at what is in store for the African continent this coming year.", + "title": "US government shutdown averted hours before deadline", + "description": "The US Congress passes a bill to fund federal agencies until 18 February, avoiding a costly shutdown.", + "content": "The US Congress passes a bill to fund federal agencies until 18 February, avoiding a costly shutdown.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59703681?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59514531?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 00:05:03 GMT", + "pubDate": "Fri, 03 Dec 2021 05:29:36 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -98961,21 +122973,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa7ea68b5c1f4424d1a50c7d0db622b7", - "highlights": [] + "hash": "ed46be124674417956a1fd9d229c900c" }, { - "title": "2022 sporting calendar: Big events from Winter Olympics to the World Cup", - "description": "The Winter Olympics, Commonwealth Games, Women's Euros and the men's World Cup are just some of the big events taking place in 2022.", - "content": "The Winter Olympics, Commonwealth Games, Women's Euros and the men's World Cup are just some of the big events taking place in 2022.", + "title": "Omicron: India reports first cases of new Covid variant", + "description": "Health officials say the two patients with the new strain have shown mild symptoms.", + "content": "Health officials say the two patients with the new strain have shown mild symptoms.", "category": "", - "link": "https://www.bbc.co.uk/sport/59548186?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59472675?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 09:47:59 GMT", + "pubDate": "Fri, 03 Dec 2021 05:48:25 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -98983,21 +122993,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d487a5b7ab22941fd2f0b7766cf77e3e", - "highlights": [] + "hash": "0d8cb5890e5840bbaae6280687f1dc65" }, { - "title": "‘The doctors came and I had to tell my father he was dying’", - "description": "Is it always appropriate for relatives to interpret for deaf loved ones?", - "content": "Is it always appropriate for relatives to interpret for deaf loved ones?", + "title": "Rights groups' warning as Trump's Remain in Mexico policy restored", + "description": "Activists say restoring Remain in Mexico at the border will result in \"torture, rape and death\".", + "content": "Activists say restoring Remain in Mexico at the border will result in \"torture, rape and death\".", "category": "", - "link": "https://www.bbc.co.uk/news/stories-59733533?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59514465?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:04:46 GMT", + "pubDate": "Fri, 03 Dec 2021 11:33:23 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99005,21 +123013,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "76ad7b22597da121914799d27323575c", - "highlights": [] + "hash": "ba0441724ebb1d0893e208bfa9a96e3e" }, { - "title": "Quiz: How well do you remember football in 2021?", - "description": "Test your knowledge of football in 2021 by taking our quiz...", - "content": "Test your knowledge of football in 2021 by taking our quiz...", + "title": "Margaux Pinot: Shock over release of judoka’s partner in assault case", + "description": "Margaux Pinot accuses her partner of domestic abuse, but a court acquits him, citing lack of proof.", + "content": "Margaux Pinot accuses her partner of domestic abuse, but a court acquits him, citing lack of proof.", "category": "", - "link": "https://www.bbc.co.uk/sport/football/59689367?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59503827?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 09:53:33 GMT", + "pubDate": "Thu, 02 Dec 2021 19:14:32 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99027,21 +123033,859 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ca4420fb0f3f2b43a9f83485a52df72", - "highlights": [] + "hash": "d4101248ebcea0786304cf08f81a6c44" }, { - "title": "Desmond Tutu funeral: Anti-apartheid campaigner remembered in Cape Town", - "description": "The anti-apartheid campaigner and Nobel Peace Prize winner died last Sunday, aged 90.", - "content": "The anti-apartheid campaigner and Nobel Peace Prize winner died last Sunday, aged 90.", + "title": "Elle to stop promoting the use of animal fur in its magazines", + "description": "It is the first major fashion publication to make the pledge, citing its support for animal rights.", + "content": "It is the first major fashion publication to make the pledge, citing its support for animal rights.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59511820?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 18:15:10 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "31937a654b229b7fb17194b41886e328" + }, + { + "title": "Queensland Floods: Second death recorded as crisis continues", + "description": "The southern part of Queensland has seen widespread rain and flooding.", + "content": "The southern part of Queensland has seen widespread rain and flooding.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-australia-59501162?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 03:42:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "46af057efbbb64fb56e10b238c8fb2a9" + }, + { + "title": "Covid: Germany puts major restrictions on unvaccinated", + "description": "Chancellor Angela Merkel describes the far-reaching measures as an act of \"national solidarity\".", + "content": "Chancellor Angela Merkel describes the far-reaching measures as an act of \"national solidarity\".", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59502180?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 17:00:10 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c4fc8341a29185d2e7d61954397c563e" + }, + { + "title": "Covid: South Africa new cases surge as Omicron spreads", + "description": "The new Omicron variant has now become dominant, the country's top medical scientists say.", + "content": "The new Omicron variant has now become dominant, the country's top medical scientists say.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59503517?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 17:42:33 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ab81461d8e1d36cbd7b15f1ae613cff3" + }, + { + "title": "Russia Ukraine: Lavrov warns of return to military confrontation nightmare", + "description": "Foreign Minister Sergei Lavrov floats the idea of a new European security pact to prevent Nato expansion.", + "content": "Foreign Minister Sergei Lavrov floats the idea of a new European security pact to prevent Nato expansion.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59503762?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 17:08:55 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7397cafcf90e4a2ced9905ee9529e91f" + }, + { + "title": "Omicron: Biden unveils new Covid-19 winter measures", + "description": "Public health officials in Minnesota have just reported a second US case of the Omicron variant.", + "content": "Public health officials in Minnesota have just reported a second US case of the Omicron variant.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59512368?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 19:17:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "984a6bb05903b2ff92ef2b3efbd6a4d9" + }, + { + "title": "Laverne & Shirley star Eddie Mekka dies aged 69", + "description": "The US actor is best known for playing Carmine Ragusa in the 1970s-80s Laverne & Shirley TV sitcom.", + "content": "The US actor is best known for playing Carmine Ragusa in the 1970s-80s Laverne & Shirley TV sitcom.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59514524?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 00:03:36 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "987a6d7df226210a3c7d660ed2a95a68" + }, + { + "title": "US and Mexico to restart Trump-era 'Remain in Mexico' policy", + "description": "More than 60,000 asylum seekers have been sent back to Mexico under the controversial programme.", + "content": "More than 60,000 asylum seekers have been sent back to Mexico under the controversial programme.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59509854?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 17:20:49 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4e054bb87c95d4d743b4bac4dee30837" + }, + { + "title": "Israel PM: Nuclear talks must end over Iran ‘blackmail’ tactics", + "description": "Naftali Bennett's call comes as Iran and world powers try to save their nuclear deal from collapse.", + "content": "Naftali Bennett's call comes as Iran and world powers try to save their nuclear deal from collapse.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59506445?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 17:09:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "984dee99db5781e1be8532248cc1d8ff" + }, + { + "title": "Afghanistan: Hamid Karzai says the Taliban are his brothers", + "description": "In a BBC interview, Hamid Karzai also calls on the international community to help rebuild Afghanistan.", + "content": "In a BBC interview, Hamid Karzai also calls on the international community to help rebuild Afghanistan.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59505688?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 12:01:38 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "eb48748529818078386d0d5aa850db65" + }, + { + "title": "Ikea customers and staff sleep in store after snowstorm", + "description": "The group was left stranded after up to 30cm (12in) of snow fell in the Danish city of Aalborg.", + "content": "The group was left stranded after up to 30cm (12in) of snow fell in the Danish city of Aalborg.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59509814?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 16:11:11 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "126f9fe50107d98c9fd350c19e94263b" + }, + { + "title": "Ghislaine Maxwell: Defence lawyers seek to discredit key accuser", + "description": "Ghislaine Maxwell's defence team try to poke holes in an alleged victim's testimony at her trial.", + "content": "Ghislaine Maxwell's defence team try to poke holes in an alleged victim's testimony at her trial.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59503757?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 11:12:50 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "147ec91974c29c1f9ff8455934f8b6af" + }, + { + "title": "Will Meghan's big win change public opinion?", + "description": "The Duchess of Sussex has won her court case over privacy, but interest in her is not going to go away.", + "content": "The Duchess of Sussex has won her court case over privacy, but interest in her is not going to go away.", + "category": "", + "link": "https://www.bbc.co.uk/news/uk-59503922?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 17:23:19 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9ed2312556cf1fd7870ee659957418c3" + }, + { + "title": "‘It’s like hell in here’: The struggle to save Afghanistan's starving babies", + "description": "Doctors in Afghanistan’s crisis-hit hospitals are caring for their patients in almost impossible conditions.", + "content": "Doctors in Afghanistan’s crisis-hit hospitals are caring for their patients in almost impossible conditions.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59419962?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 00:01:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "63c8e800978accdbb8e5cf58f6469d18" + }, + { + "title": "How do you say 'Omicron'?", + "description": "Omicron is the 13th variant of the Covid-19 virus to receive a Greek name but the pronunciation is up for debate.", + "content": "Omicron is the 13th variant of the Covid-19 virus to receive a Greek name but the pronunciation is up for debate.", + "category": "", + "link": "https://www.bbc.co.uk/news/health-59512165?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 18:26:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ae05625c213f24f9e1cf17eb477dcf79" + }, + { + "title": "Home Alone house available to book on Airbnb", + "description": "The home from the 1990 Christmas classic starring Macaulay Culkin will be available for one night only.", + "content": "The home from the 1990 Christmas classic starring Macaulay Culkin will be available for one night only.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59502515?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 09:19:24 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b77e66ef7300e2c10a7190390e086199" + }, + { + "title": "When Jesus is used to steal from his flock", + "description": "William Neil \"Doc\" Gallagher used Christian radio to defraud religious pensioners out of millions.", + "content": "William Neil \"Doc\" Gallagher used Christian radio to defraud religious pensioners out of millions.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59327131?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 00:51:30 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "17e022c7e2302c8e96ed68316745749d" + }, + { + "title": "Disney appoints woman as chair for first time in 98-year history", + "description": "Susan Arnold, who has been a board member for 14 years, will succeed Bob Iger at the end of the year.", + "content": "Susan Arnold, who has been a board member for 14 years, will succeed Bob Iger at the end of the year.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59500682?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 02:28:25 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3a3c53bc5d9510bb2a607a56ae142803" + }, + { + "title": "Would you give 10% of your salary to charity?", + "description": "A growing number of people are deciding to give up a substantial chunk of their wages.", + "content": "A growing number of people are deciding to give up a substantial chunk of their wages.", + "category": "", + "link": "https://www.bbc.co.uk/news/business-59466051?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 00:03:45 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7d2e6706a72508abe477cb707ded357e" + }, + { + "title": "Curious leopard enters classroom in India", + "description": "The five-year-old leopard attacked a student before it was captured in the northern city of Aligarh.", + "content": "The five-year-old leopard attacked a student before it was captured in the northern city of Aligarh.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59503874?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 10:33:31 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "09c0cc173d9e2f685c40d7fba92589ab" + }, + { + "title": "US Supreme Court hears landmark abortion case", + "description": "The court's eventual ruling may cut off abortion access for tens of millions of American women.", + "content": "The court's eventual ruling may cut off abortion access for tens of millions of American women.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59495210?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 18:27:37 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ba40529556ef689ad944036cfce7c1c3" + }, + { + "title": "Covid Omicron: Time to consider mandatory jabs, EU chief says", + "description": "EU countries should discuss forced vaccinations to combat the Omicron variant, says Ursula von der Leyen.", + "content": "EU countries should discuss forced vaccinations to combat the Omicron variant, says Ursula von der Leyen.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59497462?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 19:18:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a9ff1da5b41793b6283e74e9b0ef137d" + }, + { + "title": "Michigan school shooting: Student kills four and wounds seven", + "description": "Police allege the suspect, a 15-year-old student, used a gun his father had bought days earlier.", + "content": "Police allege the suspect, a 15-year-old student, used a gun his father had bought days earlier.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59484333?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 18:02:04 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5fe189d8c82582a95ebb8abdd2a5d07d" + }, + { + "title": "EU launches €300bn bid to challenge Chinese influence", + "description": "The Global Gateway infrastructure plan is described as a true alternative to Chinese influence.", + "content": "The Global Gateway infrastructure plan is described as a true alternative to Chinese influence.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59473071?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 14:26:58 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "850ea6b2e1ed47951ef1b82a5843ae12" + }, + { + "title": "Ethiopia's Tigray conflict: Lalibela retaken - government", + "description": "Tigray rebels took control of Lalibela, famous for its 13th Century rock-hewn churches, in August.", + "content": "Tigray rebels took control of Lalibela, famous for its 13th Century rock-hewn churches, in August.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59493729?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 18:04:43 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "89cae94a32e96d9ff9b954af22697122" + }, + { + "title": "The struggle to recover from NYC's flash flood", + "description": "Victims of a historic flood in New York City reflect on the wreckage wrought by Hurricane Ida.", + "content": "Victims of a historic flood in New York City reflect on the wreckage wrought by Hurricane Ida.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59480146?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 00:08:59 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0ab4b6b392f24254fcc4af046da9eb23" + }, + { + "title": "Austria: Doctor fined for amputating wrong leg of patient", + "description": "The patient's right leg was removed instead of his left, with the mistake discovered two days later.", + "content": "The patient's right leg was removed instead of his left, with the mistake discovered two days later.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59498082?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 18:32:00 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e7c40cd3259df658e16e9987946847cc" + }, + { + "title": "Munich WW2 bomb blows up near station, wounding four", + "description": "The \"aerial bomb\" blows up on a railway construction site close to the main station.", + "content": "The \"aerial bomb\" blows up on a railway construction site close to the main station.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59487910?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 14:19:12 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "025c1b1bc795635137177654b09dcb99" + }, + { + "title": "Arizona officer fired after fatally shooting man in wheelchair", + "description": "Tucson police officer Ryan Remington fired nine shots at the 61-year old suspected shoplifter.", + "content": "Tucson police officer Ryan Remington fired nine shots at the 61-year old suspected shoplifter.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59439798?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 16:59:05 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "672ba87dd00b2c23e540cb768ea81b8a" + }, + { + "title": "Alice Sebold apologises to man cleared of her rape", + "description": "Anthony Broadwater spent 16 years in prison after being wrongly convicted of raping Alice Sebold.", + "content": "Anthony Broadwater spent 16 years in prison after being wrongly convicted of raping Alice Sebold.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59485586?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 11:05:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "888dc53b5fa44cfabcb9b9ee74d96a1e" + }, + { + "title": "Rust: US Police to search arms supplier over fatal film shooting", + "description": "A fourth search warrant is issued to find out how the ammo that killed Halyna Hutchins got on set.", + "content": "A fourth search warrant is issued to find out how the ammo that killed Halyna Hutchins got on set.", + "category": "", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59490286?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 16:00:51 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "09dcc298709451d0cffdd1f32c7d6526" + }, + { + "title": "Air quality: Delhi records worst November air in years", + "description": "Residents of the Indian capital didn't breathe \"good\" air even for one day in November, official data says.", + "content": "Residents of the Indian capital didn't breathe \"good\" air even for one day in November, official data says.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-india-59486806?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 07:22:54 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "27b47834728034114eced9f5c7c93d3d" + }, + { + "title": "Tel Aviv named as world's most expensive city to live in", + "description": "Soaring inflation and supply-chain problems push up prices in the 173 cities surveyed.", + "content": "Soaring inflation and supply-chain problems push up prices in the 173 cities surveyed.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59489259?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 14:09:41 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4a34c65411c4166507da10b3b0eea27e" + }, + { + "title": "HIV: The misinformation still circulating in 2021", + "description": "Huge progress has been made in treatment, prevention and understanding of HIV - but falsehoods still hurt people living with it.", + "content": "Huge progress has been made in treatment, prevention and understanding of HIV - but falsehoods still hurt people living with it.", + "category": "", + "link": "https://www.bbc.co.uk/news/59431598?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 00:37:59 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4402985ce88f0208c683e1dcb0a8baea" + }, + { + "title": "Why Gambians won't stop voting with marbles", + "description": "The Gambia has witnessed a flourishing of democracy but its curious election system remains unchanged.", + "content": "The Gambia has witnessed a flourishing of democracy but its curious election system remains unchanged.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-africa-59476637?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 00:50:08 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "62627d348e3369bdad396a4226afc3d0" + }, + { + "title": "Survivor: I'm haunted by deadliest Channel crossing", + "description": "Mohamed Isa Omar, one of two survivors of last week's disaster, tells the BBC he saw people drown.", + "content": "Mohamed Isa Omar, one of two survivors of last week's disaster, tells the BBC he saw people drown.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59480814?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 00:56:15 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9aa01acdac827add859731aa464e64ee" + }, + { + "title": "Yemen's Marib: The city at the heart of a dirty war", + "description": "Jeremy Bowen gets rare access to Marib, where civilians are caught behind the conflict's front line.", + "content": "Jeremy Bowen gets rare access to Marib, where civilians are caught behind the conflict's front line.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-middle-east-59459750?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 00:21:53 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d5536610b82fe35f0db317f52cc88ee3" + }, + { + "title": "How Magdalena Andersson became Sweden's first female PM twice", + "description": "Magdalena Andersson's rise to power has been high political drama, but the finale may be yet to come.", + "content": "Magdalena Andersson's rise to power has been high political drama, but the finale may be yet to come.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-europe-59473070?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 00:42:10 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9f798421dbee4de6d8b785ec1eba1536" + }, + { + "title": "Pakistan: Islamists against Muhammad cartoons stage comeback", + "description": "The release of the TLP leader and supporters could have far-reaching implications in Pakistan and beyond.", + "content": "The release of the TLP leader and supporters could have far-reaching implications in Pakistan and beyond.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-asia-59456545?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 00:42:32 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3e3298727360cf3025e445383a7513e3" + }, + { + "title": "Jack Dorsey: What's next for Twitter's co-founder?", + "description": "The last time the tech visionary left Twitter, he set up another company now worth $100bn.", + "content": "The last time the tech visionary left Twitter, he set up another company now worth $100bn.", + "category": "", + "link": "https://www.bbc.co.uk/news/technology-59471636?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 03:48:35 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e606483d3f48e28faf563b80a8038cd8" + }, + { + "title": "Omicron: Do travel bans work against new Covid variants?", + "description": "What is the evidence that travel restrictions could stop the spread of coronavirus?", + "content": "What is the evidence that travel restrictions could stop the spread of coronavirus?", + "category": "", + "link": "https://www.bbc.co.uk/news/59461861?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 14:59:50 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4864e1c021a9a108d4797d89af2322d4" + }, + { + "title": "WHO: ‘Omicron is a variant of concern, not panic’", + "description": "The world needs to be alert but not overreact, the World Health Organization’s spokesperson says.", + "content": "The world needs to be alert but not overreact, the World Health Organization’s spokesperson says.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-59490786?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 15:28:27 GMT", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4aa101c7b89aa333f4433922c0855a24" + }, + { + "title": "Michigan school shooting: Worst kind of tragedy, says sheriff", + "description": "Watch the Oakland County sheriff give details of the shooting, where three pupils were killed.", + "content": "Watch the Oakland County sheriff give details of the shooting, where three pupils were killed.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59845938?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59488472?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 12:17:51 GMT", + "pubDate": "Wed, 01 Dec 2021 08:54:31 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99049,21 +123893,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0203bcb745a4ca1ee34ed4ee763cef96", - "highlights": [] + "hash": "e85c3e1762f288313ede2a4ffc11f343" }, { - "title": "Light pollution: Parkour group saving energy by turning off city lights", - "description": "A group of young men are using their gymnastic abilities to reduce the impact of light pollution in their hometown.", - "content": "A group of young men are using their gymnastic abilities to reduce the impact of light pollution in their hometown.", + "title": "HGV shortages: Why European drivers don't want to come back to the UK", + "description": "Lorry drivers say more investment is needed to make the UK industry more attractive to workers.", + "content": "Lorry drivers say more investment is needed to make the UK industry more attractive to workers.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59755739?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59477100?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 00:05:43 GMT", + "pubDate": "Wed, 01 Dec 2021 00:00:58 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99071,21 +123913,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3594df34b23c8721dc3c5f36a85a48d8", - "highlights": [] + "hash": "c18148df285d0b7888e8d9aada9a8396" }, { - "title": "ICYMI: Tiny tigers and trees as tasty treats", - "description": "A look at some of the stories you may have missed this week.", - "content": "A look at some of the stories you may have missed this week.", + "title": "Roe v Wade: How a Mississippi legal challenge could upend abortion rights", + "description": "The Supreme Court is being asked to overturn the 1973 ruling that legalised abortion in the US.", + "content": "The Supreme Court is being asked to overturn the 1973 ruling that legalised abortion in the US.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59838770?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59486375?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 00:04:44 GMT", + "pubDate": "Wed, 01 Dec 2021 01:21:05 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99093,21 +123933,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1949e380a5a6141656798e1d81518947", - "highlights": [] + "hash": "4709ff5ab0834341f168f915ba37ade5" }, { - "title": "New Year's Eve: Firework displays welcome 2022", - "description": "Celebrations have taken place around the world, with light shows and fireworks as 2022 began.", - "content": "Celebrations have taken place around the world, with light shows and fireworks as 2022 began.", + "title": "Four dead as storm tears through Turkey", + "description": "Strong winds hit the country's western coast, destroying buildings and blowing ships ashore.", + "content": "Strong winds hit the country's western coast, destroying buildings and blowing ships ashore.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59841816?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59484633?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 17:34:12 GMT", + "pubDate": "Tue, 30 Nov 2021 19:55:28 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99115,21 +123953,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2aeb1b3d426f01c3e6dac9a725c9c92b", - "highlights": [] + "hash": "c09b35f50bdf25c110a23c997efdb6ef" }, { - "title": "Colorado wildfires: Woman says families in her neighbourhood lost everything", - "description": "A woman who had to evacuate her home in Louisville with her family speaks to the BBC.", - "content": "A woman who had to evacuate her home in Louisville with her family speaks to the BBC.", + "title": "Covid: WHO urges those at risk from disease to delay travel over Omicron", + "description": "It urges those who are unwell and the over-60s to delay international travel because of the Omicron variant.", + "content": "It urges those who are unwell and the over-60s to delay international travel because of the Omicron variant.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59845176?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59484773?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 07:12:47 GMT", + "pubDate": "Tue, 30 Nov 2021 20:48:44 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99137,21 +123973,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b747ee58bbb60b9ca154275f9fd943d4", - "highlights": [] + "hash": "079d7bcb9bef647d1c081338f58e5c4d" }, { - "title": "Cape Town: Major blaze rips through South Africa parliament building", - "description": "Large flames and a huge column of smoke could be seen coming out of the building on Sunday morning.", - "content": "Large flames and a huge column of smoke could be seen coming out of the building on Sunday morning.", + "title": "Ghislaine Maxwell: Epstein pilot testifies he flew Prince Andrew", + "description": "The paedophile financier's pilot tells a court he also flew Bill Clinton and Donald Trump on the jet.", + "content": "The paedophile financier's pilot tells a court he also flew Bill Clinton and Donald Trump on the jet.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59850904?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59484332?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 02 Jan 2022 07:54:50 GMT", + "pubDate": "Tue, 30 Nov 2021 19:53:37 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99159,21 +123993,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c408553debee97edaf5a733246aa5bb", - "highlights": [] + "hash": "48b3e26653eb2bcd7eb98e4a32d53458" }, { - "title": "South Africa holds state funeral for Archbishop Desmond Tutu", - "description": "The funeral for the anti-apartheid campaigner is taking place in St George's Cathedral in Cape Town.", - "content": "The funeral for the anti-apartheid campaigner is taking place in St George's Cathedral in Cape Town.", + "title": "Mike Pence asks Supreme Court to overturn abortion rights", + "description": "The former vice-president speaks on the eve of the most important abortion case in years at the top US court.", + "content": "The former vice-president speaks on the eve of the most important abortion case in years at the top US court.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59843925?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59480917?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 07:57:15 GMT", + "pubDate": "Tue, 30 Nov 2021 18:27:54 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99181,21 +124013,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "869342c52c2672e53b43a4cc165ccc6b", - "highlights": [] + "hash": "dd2b5e06cbfae4d7f0e81299a3468cb9" }, { - "title": "New law allowing assisted suicide takes effect in Austria", - "description": "The new law allows chronically or terminally ill adults to make provisions for an assisted suicide.", - "content": "The new law allows chronically or terminally ill adults to make provisions for an assisted suicide.", + "title": "Lesotho ex-PM Thomas Thabane charged with murdering wife", + "description": "Thomas Thabane denies organising the killing of his estranged wife.", + "content": "Thomas Thabane denies organising the killing of his estranged wife.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59847371?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59482050?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 13:51:19 GMT", + "pubDate": "Tue, 30 Nov 2021 17:17:06 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99203,43 +124033,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc91e44c06dcec3d8649697d331ec653", - "highlights": [] + "hash": "94d23030675eb2c0a3ff1c499e4685de" }, { - "title": "India: At least 12 dead in New Year temple stampede", - "description": "Pilgrims were visiting the shrine of Mata Vaishno Devi to mark the new year when the tragedy unfolded.", - "content": "Pilgrims were visiting the shrine of Mata Vaishno Devi to mark the new year when the tragedy unfolded.", + "title": "Barbados: Rihanna made national hero as island becomes republic", + "description": "The artist and businesswoman is honoured at an event marking Barbados' new status as a republic.", + "content": "The artist and businesswoman is honoured at an event marking Barbados' new status as a republic.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59845278?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59473586?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 06:42:00 GMT", + "pubDate": "Tue, 30 Nov 2021 07:35:43 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2b604bdc1386ad6ceb3eb98d8ab8972d", - "highlights": [] + "hash": "db74edece6c8d1ec91cefa0cdf9d95c8" }, { - "title": "Coronavirus pandemic: Antarctic outpost hit by Covid-19 outbreak", - "description": "Two-thirds of staff at the station are infected but officials say the situation is not serious.", - "content": "Two-thirds of staff at the station are infected but officials say the situation is not serious.", + "title": "Emma Coronel: Wife of kingpin El Chapo sentenced to three years", + "description": "Emma Coronel Aispuro pleaded guilty to conspiracy and drug charges in June", + "content": "Emma Coronel Aispuro pleaded guilty to conspiracy and drug charges in June", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59848160?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59484382?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 16:17:08 GMT", + "pubDate": "Tue, 30 Nov 2021 20:14:19 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99247,21 +124073,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6994eac345a7cf4445f6196edfbca64e", - "highlights": [] + "hash": "1d2218b75085f8c0e318ac1b8bc31e0e" }, { - "title": "New Year's Eve fireworks kill and injure in Europe despite bans", - "description": "Among three killed is a 12-year-old Dutch boy who was watching an adult set off a device.", - "content": "Among three killed is a 12-year-old Dutch boy who was watching an adult set off a device.", + "title": "Yazidi genocide: IS member found guilty in German landmark trial", + "description": "Taha al-Jumailly is jailed by a German court for crimes including the murder of a young Yazidi girl.", + "content": "Taha al-Jumailly is jailed by a German court for crimes including the murder of a young Yazidi girl.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59848648?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59474616?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 18:14:19 GMT", + "pubDate": "Tue, 30 Nov 2021 12:48:22 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99269,21 +124093,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "18ac79fe4d008b3231586e1b05348ee1", - "highlights": [] + "hash": "388bd60e9e0b58972633b515ae97ba70" }, { - "title": "Covid: UAE bans foreign travel for citizens without booster jab", - "description": "Emiratis will need a third dose of a coronavirus vaccine if they want to leave the country.", - "content": "Emiratis will need a third dose of a coronavirus vaccine if they want to leave the country.", + "title": "Covid: Greece to fine over-60s who refuse Covid-19 vaccine", + "description": "Fines of €100 (£85) will be imposed from mid-January, with the money going towards healthcare.", + "content": "Fines of €100 (£85) will be imposed from mid-January, with the money going towards healthcare.", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59845833?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59474808?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 17:20:27 GMT", + "pubDate": "Tue, 30 Nov 2021 17:19:35 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99291,21 +124113,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "09e9063e1af6a2e4327c6edc502ea053", - "highlights": [] + "hash": "550682319ed29fd9dfd7bd671f3025a4" }, { - "title": "Colorado: Residents return following devastating fire", - "description": "Tens of thousands of people in Boulder County were forced to flee their homes on Thursday.", - "content": "Tens of thousands of people in Boulder County were forced to flee their homes on Thursday.", + "title": "Italian football fan banned for 'slapping' journalist live on TV", + "description": "Greta Beccaglia reported the man to the police after the incident outside a stadium in Florence.", + "content": "Greta Beccaglia reported the man to the police after the incident outside a stadium in Florence.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59843920?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59478152?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 04:57:44 GMT", + "pubDate": "Tue, 30 Nov 2021 19:21:42 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99313,43 +124133,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "384886d06c40616520512543a5fa2ade", - "highlights": [] + "hash": "b366420044db94848ee3da4c6fe818e0" }, { - "title": "French car-burning returns for New Year's Eve", - "description": "Car burning has become an annual event in French suburbs since riots hit several cities in 2005.", - "content": "Car burning has become an annual event in French suburbs since riots hit several cities in 2005.", + "title": "Dutch Covid: Couple win freedom from Omicron quarantine in TB ward", + "description": "A couple who fled an isolation hotel in the Netherlands are told they can now go home.", + "content": "A couple who fled an isolation hotel in the Netherlands are told they can now go home.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59847372?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59473067?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 16:03:51 GMT", + "pubDate": "Tue, 30 Nov 2021 18:43:01 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "df634b16c700591c78159209944ed458", - "highlights": [] + "hash": "3f0f1197540b8085482b35e7feac21c9" }, { - "title": "Obituary: Betty White, the Golden Girl with a heart of gold", - "description": "One of America's original screen stars, Betty White enjoyed a career spanning eight decades.", - "content": "One of America's original screen stars, Betty White enjoyed a career spanning eight decades.", + "title": "Adele announces Las Vegas residency", + "description": "The singer will perform at Caesars Palace Hotel, with shows running from 21 January next year.", + "content": "The singer will perform at Caesars Palace Hotel, with shows running from 21 January next year.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-53723448?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59473984?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 19:43:03 GMT", + "pubDate": "Tue, 30 Nov 2021 15:27:24 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99357,21 +124173,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f4be009c44039569d887c723544e3fb", - "highlights": [] + "hash": "c7d67fb745a07757df1854c57b61427c" }, { - "title": "Breakaway Super League, Tokyo's 'Covid Games', cricket's racism crisis - a huge year for sports news", - "description": "BBC sports editor Dan Roan says 2021 has included two of the most dramatic, fastest-moving stories he has covered in two decades of sports reporting.", - "content": "BBC sports editor Dan Roan says 2021 has included two of the most dramatic, fastest-moving stories he has covered in two decades of sports reporting.", + "title": "Leaked papers link top Chinese leaders to Uyghur crackdown", + "description": "They show speeches by Xi Jinping and others which led to Uyghurs' mass internment and forced labour.", + "content": "They show speeches by Xi Jinping and others which led to Uyghurs' mass internment and forced labour.", "category": "", - "link": "https://www.bbc.co.uk/sport/59838168?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59456541?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:36:47 GMT", + "pubDate": "Tue, 30 Nov 2021 08:09:52 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99379,43 +124193,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d2436ad1c2ff1429909b7c746bf4466", - "highlights": [] + "hash": "8a6e0a4fc26d51c13c6421109b7ae15c" }, { - "title": "The Corozal: Scottish dredger that helped build the Panama Canal", - "description": "Museum staff unearthed the story of a Scottish dredger involved in constructing the famous trading route.", - "content": "Museum staff unearthed the story of a Scottish dredger involved in constructing the famous trading route.", + "title": "France issues arrest warrant over Japan 'parental kidnap'", + "description": "Vincent Fichot says his Japanese wife disappeared from the family home with his two children in 2018.", + "content": "Vincent Fichot says his Japanese wife disappeared from the family home with his two children in 2018.", "category": "", - "link": "https://www.bbc.co.uk/news/uk-scotland-59644117?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59474807?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 23:03:15 GMT", + "pubDate": "Tue, 30 Nov 2021 10:58:08 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "9f5583d3576aafb60b3411a934b1d9d6", - "highlights": [] + "hash": "1f9df0a4e618ab2b9aa0b29606dbf7c8" }, { - "title": "Who is Ghislaine Maxwell? The story of her downfall", - "description": "How she went from being the toast of high society to a convicted sex trafficker.", - "content": "How she went from being the toast of high society to a convicted sex trafficker.", + "title": "Dozens of former Afghan forces killed or disappeared by Taliban, rights group says", + "description": "Human Rights Watch says more than 100 former Afghan personnel have been killed or have disappeared.", + "content": "Human Rights Watch says more than 100 former Afghan personnel have been killed or have disappeared.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59733623?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59474965?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 23:28:10 GMT", + "pubDate": "Tue, 30 Nov 2021 11:39:48 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99423,21 +124233,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "48faf9da5d687b187fdf42bcb7824eba", - "highlights": [] + "hash": "ba97c41c0a7c072b9350658a1287f7b7" }, { - "title": "Kim Jong-un: North Korea to focus on economy in 2022", - "description": "Kim Jong-un says the faltering economy will be the national priority as he marks 10 years in power.", - "content": "Kim Jong-un says the faltering economy will be the national priority as he marks 10 years in power.", + "title": "China surveillance of journalists to use 'traffic-light' system", + "description": "Documents detail how one province is making a facial-recognition system to spot \"people of concern\".", + "content": "Documents detail how one province is making a facial-recognition system to spot \"people of concern\".", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59845636?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59441379?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 07:40:25 GMT", + "pubDate": "Mon, 29 Nov 2021 15:58:31 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99445,21 +124253,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6630d1af3d586a2a0a2dea8b562e8772", - "highlights": [] + "hash": "fb0d03c5d9f2371da2de03d5959f4489" }, { - "title": "French ban on plastic packaging for fruit and vegetables begins", - "description": "Effective from New Year's day, officials hope the law will prevent a billion items of single use plastics every year.", - "content": "Effective from New Year's day, officials hope the law will prevent a billion items of single use plastics every year.", + "title": "Venezuelan migrants seeking a new home in Chile", + "description": "Tens of thousands of Venezuelans escaping poverty and violence at home are risking their lives to travel south to Chile.", + "content": "Tens of thousands of Venezuelans escaping poverty and violence at home are risking their lives to travel south to Chile.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59843697?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59438026?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 22:50:54 GMT", + "pubDate": "Mon, 29 Nov 2021 00:04:34 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99467,21 +124273,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6657300ea3f02d1caa543308aa5b45e4", - "highlights": [] + "hash": "111bf42514c617aacb718ac7c36f0918" }, { - "title": "Betty White: Biden leads tributes for Golden Girls actress", - "description": "The long-time Hollywood star died on Friday at the age of 99 after an eight-decade film and TV career.", - "content": "The long-time Hollywood star died on Friday at the age of 99 after an eight-decade film and TV career.", + "title": "Joseph Kabila and DR Congo's missing millions", + "description": "Millions of dollars of public funds went through bank accounts of ex-President Joseph Kabila's allies, BBC Africa Eye reveals.", + "content": "Millions of dollars of public funds went through bank accounts of ex-President Joseph Kabila's allies, BBC Africa Eye reveals.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59843627?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59436588?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 02:09:02 GMT", + "pubDate": "Mon, 29 Nov 2021 00:16:40 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99489,21 +124293,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b4e5459de726862444fdac23b574ab3", - "highlights": [] + "hash": "55147ba68472b3cf7d7fd9f10a21b056" }, { - "title": "French car-burning returns for New Years' Eve", - "description": "Car burning has become an annual event in French suburbs since riots hit several cities in 2005.", - "content": "Car burning has become an annual event in French suburbs since riots hit several cities in 2005.", + "title": "Iran nuclear deal: What key players want from talks", + "description": "The competing ambitions of the countries involved make success a long shot, writes Jonathan Marcus.", + "content": "The competing ambitions of the countries involved make success a long shot, writes Jonathan Marcus.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59847372?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59435615?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 16:03:51 GMT", + "pubDate": "Sun, 28 Nov 2021 22:43:18 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99511,21 +124313,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "661de62c0ef3194d001b4dab2bc088b3", - "highlights": [] + "hash": "3f45ff03b7abf2184895dd015bc21553" }, { - "title": "NBA: DeMar DeRozan scores buzzer-beating three-pointer as Chicago Bulls beat Indiana Pacers", - "description": "DeMar DeRozan scores a buzzer-beating three-pointer to give the Chicago Bulls a 108-106 win at the Indiana Pacers in the NBA.", - "content": "DeMar DeRozan scores a buzzer-beating three-pointer to give the Chicago Bulls a 108-106 win at the Indiana Pacers in the NBA.", + "title": "Gay and Muslim: Family wanted to 'make me better'", + "description": "Asad struggled with his mental health and suicidal thoughts when he came out to his religious family.", + "content": "Asad struggled with his mental health and suicidal thoughts when he came out to his religious family.", "category": "", - "link": "https://www.bbc.co.uk/sport/basketball/59846066?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/newsbeat-59320090?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 09:35:51 GMT", + "pubDate": "Mon, 29 Nov 2021 00:02:33 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99533,21 +124333,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8cbbe693a0982ba8189634be222bada", - "highlights": [] + "hash": "38ac3bf7efcd127bebe38a071142e195" }, { - "title": "After Desmond Tutu, a time for new South African heroes", - "description": "As the last of South Africa's moral giants is laid to rest, some say now is time to break the mould.", - "content": "As the last of South Africa's moral giants is laid to rest, some say now is time to break the mould.", + "title": "Man rescued after 22 hours adrift off Japan coast", + "description": "Watch the moment rescuers reach the 69-year-old, whose boat capsized in stormy waters.", + "content": "Watch the moment rescuers reach the 69-year-old, whose boat capsized in stormy waters.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59838432?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59477186?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 07:14:21 GMT", + "pubDate": "Tue, 30 Nov 2021 12:38:35 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99555,21 +124353,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c828334e1f35a2a85f44d31d4a82f136", - "highlights": [] + "hash": "2d1cf3a4712a3f39e6829a47ccd67932" }, { - "title": "Ghislaine Maxwell: Rape survivor describes 'locking eyes' with Maxwell in court", - "description": "Sarah Ransome says Maxwell was the \"enforcer\" in the sexual abuse that was carried out by Maxwell and Epstein.", - "content": "Sarah Ransome says Maxwell was the \"enforcer\" in the sexual abuse that was carried out by Maxwell and Epstein.", + "title": "Yemen: The children haunted by 'ghosts' of war", + "description": "BBC Middle East editor Jeremy Bowen meets terrified families running from civil war in Yemen.", + "content": "BBC Middle East editor Jeremy Bowen meets terrified families running from civil war in Yemen.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59841815?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59464760?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 16:46:21 GMT", + "pubDate": "Tue, 30 Nov 2021 00:10:18 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99577,43 +124373,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d35f0b14659df9294377b0d64da1c05", - "highlights": [] + "hash": "b19b542b1c2bb4a0dcb3c32439dd7598" }, { - "title": "How 'fake news' affected the world in 2021", - "description": "Misinformation about the Covid pandemic and climate change is slowing an effective collective response to these emergencies.", - "content": "Misinformation about the Covid pandemic and climate change is slowing an effective collective response to these emergencies.", + "title": "Why France is declaring Josephine Baker a national hero", + "description": "Josephine Baker is the first black woman to be remembered in the resting place of France’s national heroes.", + "content": "Josephine Baker is the first black woman to be remembered in the resting place of France’s national heroes.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59736375?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59468682?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 00:00:43 GMT", + "pubDate": "Tue, 30 Nov 2021 00:05:31 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5c18cfc77b63d3f81905194c040dff23", - "highlights": [] + "hash": "e6cdd5b1b477c03bc23a3510e1037e4c" }, { - "title": "Cape Verde: Drone delivers medical supplies to remote islands", - "description": "Computer scientist Erico Pinheiro has invented a drone system to deliver medical supplies to the remote communities of his island nation Cape Verde.", - "content": "Computer scientist Erico Pinheiro has invented a drone system to deliver medical supplies to the remote communities of his island nation Cape Verde.", + "title": "China: Moment North Korean inmate breaks out of prison", + "description": "Zhu Xianjian was seen vaulting over an electric fence metres above the ground.", + "content": "Zhu Xianjian was seen vaulting over an electric fence metres above the ground.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59763425?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59457607?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 00:15:36 GMT", + "pubDate": "Mon, 29 Nov 2021 15:04:29 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99621,21 +124413,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d3ed567aaeba6be47d7021ab1d9e387", - "highlights": [] + "hash": "1a6fbd49275992854f7c434455f086df" }, { - "title": "Covid-19: WHO chief optimistic disease will be beaten in 2022", - "description": "The organisation ends the year on a positive note but warns about \"nationalism and vaccine hoarding\".", - "content": "The organisation ends the year on a positive note but warns about \"nationalism and vaccine hoarding\".", + "title": "Covid: Omicron variant in Netherlands earlier than thought", + "description": "The new Covid-19 variant is found in Dutch samples taken before it was reported by South Africa.", + "content": "The new Covid-19 variant is found in Dutch samples taken before it was reported by South Africa.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59840513?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59473131?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 15:16:06 GMT", + "pubDate": "Tue, 30 Nov 2021 15:03:21 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99643,21 +124433,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f67f9082c3a2e9ae175d0c92af1d79d", - "highlights": [] + "hash": "1999f71cae9d3490b5563c16ea31fd90" }, { - "title": "Emma Raducanu withdraws Melbourne Summer Set after Covid-19 isolation", - "description": "US Open champion Emma Raducanu withdraws from this week's Melbourne Summer Set, a warm-up event for the Australian Open.", - "content": "US Open champion Emma Raducanu withdraws from this week's Melbourne Summer Set, a warm-up event for the Australian Open.", + "title": "Australian parliament: One in three workers sexually harassed, says report", + "description": "Canberra's workplace culture has left a \"trail of devastation\" for women especially, a review finds.", + "content": "Canberra's workplace culture has left a \"trail of devastation\" for women especially, a review finds.", "category": "", - "link": "https://www.bbc.co.uk/sport/tennis/59846931?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59472194?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 01 Jan 2022 11:03:19 GMT", + "pubDate": "Tue, 30 Nov 2021 06:13:27 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99665,21 +124453,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2887b78309253a70e8081c617886c39a", - "highlights": [] + "hash": "d803d3302dae946aeb389165ef48215a" }, { - "title": "Rogel Aguilera-Mederos: Colorado truck driver's sentence cut by 100 years", - "description": "Rogel Aguilera-Mederos was sentenced to 110 years in prison for a crash that killed four people.", - "content": "Rogel Aguilera-Mederos was sentenced to 110 years in prison for a crash that killed four people.", + "title": "Channel disaster: A father's anguish, a missing family", + "description": "Rizgar Hussein hasn't heard from his family since the Channel disaster on Wednesday.", + "content": "Rizgar Hussein hasn't heard from his family since the Channel disaster on Wednesday.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59839723?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59455685?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:17:29 GMT", + "pubDate": "Sun, 28 Nov 2021 23:53:15 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99687,21 +124473,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1cd4aa7eea80f809ce4ae2f231941ef", - "highlights": [] + "hash": "0a2fcc5a864ed2811feb9617647c6883" }, { - "title": "Virginia Giuffre: Prince Andrew accuser seeks evidence he could not sweat", - "description": "Lawyers for Virginia Giuffre call on the royal to submit medical reports to a New York court.", - "content": "Lawyers for Virginia Giuffre call on the royal to submit medical reports to a New York court.", + "title": "The migrants returned to Iraqi camps from Belarus", + "description": "One family returns to the same camp they had lived in for seven years before trying to reach Europe.", + "content": "One family returns to the same camp they had lived in for seven years before trying to reach Europe.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59839351?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59438028?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:55:51 GMT", + "pubDate": "Sun, 28 Nov 2021 00:01:13 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99709,43 +124493,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "28300ceb3850adaf069abbd7ac4b463d", - "highlights": [] + "hash": "317ed3d16460f4bb48b9766a028f6833" }, { - "title": "Desmond Tutu: Body of South African hero to be aquamated", - "description": "In line with his eco-friendly beliefs, the water-based process uses a tenth of the energy of cremation.", - "content": "In line with his eco-friendly beliefs, the water-based process uses a tenth of the energy of cremation.", + "title": "Covid Omicron: No need to panic, South African minister says", + "description": "Joe Phaahla says South Africa is experienced in dealing with Covid variants, despite a surge in cases.", + "content": "Joe Phaahla says South Africa is experienced in dealing with Covid variants, despite a surge in cases.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59842728?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59463879?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 18:55:11 GMT", + "pubDate": "Mon, 29 Nov 2021 17:14:53 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "094926d75aa8f8c7a141808d9a1c95e5", - "highlights": [] + "hash": "8dc238388a6f1c9996b52336b00d583a" }, { - "title": "Jeffrey Epstein: Charges dropped against prison guards who falsified records", - "description": "The pair admitted falsifying records to show they had monitored Epstein on the night of his death.", - "content": "The pair admitted falsifying records to show they had monitored Epstein on the night of his death.", + "title": "Twitter co-founder Jack Dorsey steps down as chief executive", + "description": "Twitter co-founder Jack Dorsey steps down from leading the company, saying he's \"ready to move on\".", + "content": "Twitter co-founder Jack Dorsey steps down from leading the company, saying he's \"ready to move on\".", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59839724?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59465747?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 16:08:15 GMT", + "pubDate": "Mon, 29 Nov 2021 16:57:43 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99753,21 +124533,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5845dc7d1011a72dab48a3348a7f9e21", - "highlights": [] + "hash": "63e47d689c2de8d37e9848cc1bfffc5b" }, { - "title": "Romelu Lukaku: Chelsea manager Thomas Tuchel 'does not like' striker's comments", - "description": "Chelsea boss Thomas Tuchel says Romelu Lukaku's comments in an interview in which the striker said he was \"not happy\" with his role at the club \"brings noise that we don't need\".", - "content": "Chelsea boss Thomas Tuchel says Romelu Lukaku's comments in an interview in which the striker said he was \"not happy\" with his role at the club \"brings noise that we don't need\".", + "title": "Ghislaine Maxwell's sex-trafficking trial begins in New York City", + "description": "The UK socialite denies grooming girls for convicted paedophile Jeffrey Epstein to sexually abuse.", + "content": "The UK socialite denies grooming girls for convicted paedophile Jeffrey Epstein to sexually abuse.", "category": "", - "link": "https://www.bbc.co.uk/sport/football/59837361?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59455605?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 10:52:51 GMT", + "pubDate": "Mon, 29 Nov 2021 15:36:30 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99775,21 +124553,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "614e8a8bddbdd48a1a4b00b468623006", - "highlights": [] + "hash": "8a1890d54d221198a4f586cfd3c74ddc" }, { - "title": "What does future warfare look like? It's here already", - "description": "There's one area where the West is falling dangerously behind Russia and China - hypersonic missiles.", - "content": "There's one area where the West is falling dangerously behind Russia and China - hypersonic missiles.", + "title": "Covid: Dutch police arrest quarantine hotel escapees", + "description": "Police say the arrests were made on a plane in Amsterdam's airport before take-off to Spain on Sunday.", + "content": "Police say the arrests were made on a plane in Amsterdam's airport before take-off to Spain on Sunday.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59755100?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59456332?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 01:55:44 GMT", + "pubDate": "Mon, 29 Nov 2021 09:36:15 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99797,21 +124573,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6be3603ae22049b25b4f22b9e758bb93", - "highlights": [] + "hash": "b1ae2739b49d637a70d7b15dc7b93108" }, { - "title": "Year in tech: The stories making headlines in 2021", - "description": "From the metaverse to NFTs and everything in-between, what's made the news in tech this year?", - "content": "From the metaverse to NFTs and everything in-between, what's made the news in tech this year?", + "title": "Magdalena Andersson: Sweden's first female PM returns after resignation", + "description": "Magdalena Andersson is backed by MPs again, despite standing down last week hours into the job.", + "content": "Magdalena Andersson is backed by MPs again, despite standing down last week hours into the job.", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59309768?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59459733?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 01:01:04 GMT", + "pubDate": "Mon, 29 Nov 2021 14:14:47 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99819,21 +124593,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "979216aa1b47fce8ab832605090c5245", - "highlights": [] + "hash": "f042ef710cb5be2c1caf9831bbe4d048" }, { - "title": "Colorado Wildfires: Thousands evacuated as buildings burn", - "description": "Around 30,000 people have been evacuated as wildfires sweep across the US state of Colorado.", - "content": "Around 30,000 people have been evacuated as wildfires sweep across the US state of Colorado.", + "title": "Oscar Pistorius: Reeva Steenkamp's parents to meet her killer", + "description": "The ex-Paralympian is moved to a prison close to the parents of the woman he killed eight years ago.", + "content": "The ex-Paralympian is moved to a prison close to the parents of the woman he killed eight years ago.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59837697?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59458460?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 10:36:58 GMT", + "pubDate": "Mon, 29 Nov 2021 10:35:25 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99841,21 +124613,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c54adf71dfc4f91fba336182ede75d0f", - "highlights": [] + "hash": "c781d9ac027d7bada03c789f2702029a" }, { - "title": "Ukraine tensions: Putin tells Biden new sanctions could rupture ties", - "description": "The US and Russian presidents spoke by phone for almost an hour amid rising tensions over Ukraine.", - "content": "The US and Russian presidents spoke by phone for almost an hour amid rising tensions over Ukraine.", + "title": "Virgil Abloh: How he 'helped black people dream in fashion'", + "description": "Radio 1 Newsbeat has been speaking to people about the legacy Virgil Abloh leaves behind.", + "content": "Radio 1 Newsbeat has been speaking to people about the legacy Virgil Abloh leaves behind.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59832722?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/newsbeat-59414088?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 00:30:47 GMT", + "pubDate": "Mon, 29 Nov 2021 16:05:36 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99863,21 +124633,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "336069583a34a9a41b80a8b144098336", - "highlights": [] + "hash": "bf9a4326ac395de1b4aac5c32ef812bd" }, { - "title": "Colorado wildfires: Tens of thousands evacuated as blazes spread", - "description": "Some 30,000 people north of Denver are told to leave their homes and a state of emergency is declared.", - "content": "Some 30,000 people north of Denver are told to leave their homes and a state of emergency is declared.", + "title": "Jussie Smollett: Jury selection begins in actor’s trial", + "description": "The actor is accused of staging an attack on himself in 2019 as a publicity stunt, which he denies.", + "content": "The actor is accused of staging an attack on himself in 2019 as a publicity stunt, which he denies.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59834897?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59439796?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 03:50:33 GMT", + "pubDate": "Mon, 29 Nov 2021 15:37:54 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99885,21 +124653,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "71c78886ae617171e1f263428960d46f", - "highlights": [] + "hash": "b71fffbe1024276260be0d67d25d453d" }, { - "title": "Bangladesh: Women-only beach scrapped after social media outcry", - "description": "Critics accused the government of pandering to hardline Islamist groups in the country.", - "content": "Critics accused the government of pandering to hardline Islamist groups in the country.", + "title": "Enes Kanter Freedom: NBA star changes name to celebrate US citizenship", + "description": "Outspoken Boston Celtics basketball player Enes Kanter will add 'Freedom' to his name.", + "content": "Outspoken Boston Celtics basketball player Enes Kanter will add 'Freedom' to his name.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59824915?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/59439797?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 04:30:40 GMT", + "pubDate": "Mon, 29 Nov 2021 16:34:51 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99907,21 +124673,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "244d28dd40854c46b04028dd5e7d06e0", - "highlights": [] + "hash": "e243df82d9cc114dc5f2c9186d75821e" }, { - "title": "Xi'an: Cries for help and food in quarantined Chinese city", - "description": "Officials say there are adequate supplies, but some in Xi'an say they do not have enough to eat.", - "content": "Officials say there are adequate supplies, but some in Xi'an say they do not have enough to eat.", + "title": "Honduras election: Opposition candidate Castro in the lead", + "description": "Early results give the left-wing opposition a strong lead, but the governing party has not conceded.", + "content": "Early results give the left-wing opposition a strong lead, but the governing party has not conceded.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59824916?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59459660?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:33:28 GMT", + "pubDate": "Mon, 29 Nov 2021 11:24:57 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99929,21 +124693,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "af92dfa9ee19f55378813c6e96d8ad46", - "highlights": [] + "hash": "88600fe4a9792b534cde73a443b73403" }, { - "title": "Omicron: Third wave looms as India Covid cases spike", - "description": "Major cities such as Mumbai, Delhi and Kolkata are recording a sharp daily jump in coronavirus cases.", - "content": "Major cities such as Mumbai, Delhi and Kolkata are recording a sharp daily jump in coronavirus cases.", + "title": "China: North Korea fugitive captured after 40-day manhunt", + "description": "The defector had been on the run after staging a daring escape from a Chinese prison.", + "content": "The defector had been on the run after staging a daring escape from a Chinese prison.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59835127?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59456540?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:39:03 GMT", + "pubDate": "Mon, 29 Nov 2021 06:58:18 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99951,21 +124713,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a74590a374936e47f35d804826bc503", - "highlights": [] + "hash": "f7dd82ef77f7e05f86823e9f06c035b9" }, { - "title": "Covid: Woman isolates in toilet for five hours after positive mid-flight test", - "description": "A US teacher says she spent five hours in the toilet after testing positive for Covid-19.", - "content": "A US teacher says she spent five hours in the toilet after testing positive for Covid-19.", + "title": "Tanzania: Seven die in Zanzibar after eating poisonous turtle meat", + "description": "The meat is a delicacy for some in Tanzania but the authorities have now banned its consumption.", + "content": "The meat is a delicacy for some in Tanzania but the authorities have now banned its consumption.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59833262?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59458466?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:18:05 GMT", + "pubDate": "Mon, 29 Nov 2021 14:17:36 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99973,21 +124733,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9809d1970bbb0c5750ec6e0085b7265", - "highlights": [] + "hash": "aeb8dd846052b3d99d8158e18423fabd" }, { - "title": "Avoid cruises even if vaccinated, CDC tells Americans", - "description": "It says there has been an increase in onboard cases since the emergence of the Omicron variant.", - "content": "It says there has been an increase in onboard cases since the emergence of the Omicron variant.", + "title": "US and Iran seek to break impasse at talks on reviving nuclear deal", + "description": "Iran's nuclear advances adds air of urgency as sides meet in Vienna after months-long pause.", + "content": "Iran's nuclear advances adds air of urgency as sides meet in Vienna after months-long pause.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59834211?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59386825?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 22:20:12 GMT", + "pubDate": "Mon, 29 Nov 2021 00:03:55 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -99995,21 +124753,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "05f1adf9f1f388f56765cbe7e6f4c4f1", - "highlights": [] + "hash": "36efbb544e66373b6a569c0f1b1349c4" }, { - "title": "Virginia Confederate monuments likely headed to black history museum", - "description": "A black history museum in Richmond may soon receive the controversial memorials.", - "content": "A black history museum in Richmond may soon receive the controversial memorials.", + "title": "Queen of Barbados - but just for one last day", + "description": "The island nation will remove Queen Elizabeth as head of state and swear in its first Barbadian president.", + "content": "The island nation will remove Queen Elizabeth as head of state and swear in its first Barbadian president.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59833150?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59458431?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:33:53 GMT", + "pubDate": "Mon, 29 Nov 2021 09:02:46 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100017,21 +124773,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d10a89b67e1001dedc023a33097a4a9", - "highlights": [] + "hash": "b856feddea8bfa69cc3770be1738b269" }, { - "title": "Colorado wildfires: News crew escapes fast-spreading flames", - "description": "Members of a CBS team escape in a hurry as flames blaze across grass in their direction.", - "content": "Members of a CBS team escape in a hurry as flames blaze across grass in their direction.", + "title": "Omicron: Is India ready for a third wave?", + "description": "Experts say the government needs to first fulfil its promises to boost the public health system.", + "content": "Experts say the government needs to first fulfil its promises to boost the public health system.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59835210?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59344605?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 06:11:03 GMT", + "pubDate": "Mon, 29 Nov 2021 03:32:01 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100039,21 +124793,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c58599fbac694850bef9c08ba1abc281", - "highlights": [] + "hash": "95a63b3249dbf6879ea3653006d3b7fd" }, { - "title": "Desmond Tutu: Mourners queue to pay respects as body lies in state", - "description": "The Nobel Peace Prize winner's body will lie in state in a simple coffin for two days.", - "content": "The Nobel Peace Prize winner's body will lie in state in a simple coffin for two days.", + "title": "Omicron symptoms mild so far, says South African doctor who spotted it", + "description": "The South African doctor who found the new variant says patients are showing very mild symptoms so far.", + "content": "The South African doctor who found the new variant says patients are showing very mild symptoms so far.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59832343?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59450988?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:51:37 GMT", + "pubDate": "Sun, 28 Nov 2021 11:13:14 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100061,21 +124813,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "21abed76ba2c24fee6a7f8174679c5a4", - "highlights": [] + "hash": "a9ef8265537aaef73f55c42ff30371f5" }, { - "title": "South Africa says Omicron wave may have peaked", - "description": "Officials relax restrictions noting lower hospital admissions from the Omicron variant than feared.", - "content": "Officials relax restrictions noting lower hospital admissions from the Omicron variant than feared.", + "title": "ICYMI: Smells like Christmas, confirms US First Lady", + "description": "Jill Biden's clearly feeling festive but here’s some other tree-mendous moments you may have missed this week.", + "content": "Jill Biden's clearly feeling festive but here’s some other tree-mendous moments you may have missed this week.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59832843?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59421912?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 02:04:55 GMT", + "pubDate": "Sun, 28 Nov 2021 00:02:59 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100083,21 +124833,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "81d39c7f9bc254c2c88ab9c0fd10b545", - "highlights": [] + "hash": "70f4878de88b66560201b929260010a6" }, { - "title": "Ghislaine Maxwell: Survivors speak of relief after guilty verdict", - "description": "Annie Farmer, who was groomed by Ghislaine Maxwell, said the verdict was a 'tremendous relief'", - "content": "Annie Farmer, who was groomed by Ghislaine Maxwell, said the verdict was a 'tremendous relief'", + "title": "Covid Omicron: No need to panic, South Africa minister says", + "description": "Joe Phaahla says South Africa is experienced in dealing with Covid variants, despite a surge in cases.", + "content": "Joe Phaahla says South Africa is experienced in dealing with Covid variants, despite a surge in cases.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59827051?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59463879?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 13:35:55 GMT", + "pubDate": "Mon, 29 Nov 2021 14:46:29 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100105,21 +124853,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "12b8cfd10fec5a65a752acca315cac65", - "highlights": [] + "hash": "ea17b371b15070def872f5162345acbe" }, { - "title": "Ashraf Ghani: Ex-Afghan president describes moment he fled the Taliban", - "description": "Speaking to the BBC, Ashraf Ghani tackles criticism he left Afghanistan as the Taliban closed in.", - "content": "Speaking to the BBC, Ashraf Ghani tackles criticism he left Afghanistan as the Taliban closed in.", + "title": "Twitter founder Jack Dorsey steps down as chief executive", + "description": "The founder and chief executive will step down from leading the company.", + "content": "The founder and chief executive will step down from leading the company.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59807737?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59465747?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:02:29 GMT", + "pubDate": "Mon, 29 Nov 2021 16:05:13 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100127,21 +124873,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddd9181f7fe9c6f8727a0773c3129214", - "highlights": [] + "hash": "f291fcb08abc8ac8c1d213e12c3a3b07" }, { - "title": "Russia labels Pussy Riot members foreign agents", - "description": "Journalists and other prominent figures also feature on an updated justice ministry list.", - "content": "Journalists and other prominent figures also feature on an updated justice ministry list.", + "title": "Barbados prepares to cut ties with the Queen", + "description": "Watch as we travel to the island to find out what Barbadians make of the move.", + "content": "Watch as we travel to the island to find out what Barbadians make of the move.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59832838?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59438437?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:02:17 GMT", + "pubDate": "Mon, 29 Nov 2021 05:01:20 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100149,43 +124893,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "f793549cef44e0cedbb3390fe03eac96", - "highlights": [] + "hash": "e7a2da79653117ad56ce7db2581d4154" }, { - "title": "2021 viral videos: The social media moments India celebrated", - "description": "From the 'pawri' girl to the tiny Covid warrior, here are the social media moments India celebrated.", - "content": "From the 'pawri' girl to the tiny Covid warrior, here are the social media moments India celebrated.", + "title": "Pre-Inca mummy found in Peru", + "description": "Archaeologists think the mummy, found near Lima, could be up to 1,200 years old.", + "content": "Archaeologists think the mummy, found near Lima, could be up to 1,200 years old.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59726291?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59446488?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 00:07:37 GMT", + "pubDate": "Sat, 27 Nov 2021 16:36:43 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "9cfb917a03e30105b670665c22e9355f", - "highlights": [] + "hash": "5f42177c1492a1ca604becaa5a61584c" }, { - "title": "The 'heartbreakingly beautiful' art of Laurie Anderson", - "description": "The pioneering artist speaks about her new exhibit, which blends painting, film, music and writing.", - "content": "The pioneering artist speaks about her new exhibit, which blends painting, film, music and writing.", + "title": "Covid: South Africa's president calls for lifting of Omicron travel bans", + "description": "Cyril Ramaphosa says the action by countries including the UK and US is discriminatory and unnecessary.", + "content": "Cyril Ramaphosa says the action by countries including the UK and US is discriminatory and unnecessary.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59764603?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59453842?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 23:21:58 GMT", + "pubDate": "Sun, 28 Nov 2021 20:40:37 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100193,21 +124933,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed3065aaa6798ddbbaef796afe1d99c0", - "highlights": [] + "hash": "783c2d146070a86d145d4f8ed5a3cf61" }, { - "title": "Omicron: South Africa ends night-time curfew", - "description": "Officials relax restrictions noting lower hospital admissions from the Omicron variant than feared.", - "content": "Officials relax restrictions noting lower hospital admissions from the Omicron variant than feared.", + "title": "Ghislaine Maxwell's sex-trafficking trial to begin in New York City", + "description": "The UK socialite denies grooming girls for convicted paedophile Jeffrey Epstein to sexually abuse.", + "content": "The UK socialite denies grooming girls for convicted paedophile Jeffrey Epstein to sexually abuse.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59832843?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59455605?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 22:38:41 GMT", + "pubDate": "Mon, 29 Nov 2021 04:09:34 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100215,21 +124953,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ac977300bee0afebd7790f23dadd704", - "highlights": [] + "hash": "cc577ae88f5d28d41efbdda17a834e1b" }, { - "title": "Teva Pharmaceuticals found liable in New York opioid trial", - "description": "A New York State jury has found the drug maker help fuel the state's deadly opioid epidemic.", - "content": "A New York State jury has found the drug maker help fuel the state's deadly opioid epidemic.", + "title": "Oscar Pistorius set to meet victim Reeva Steenkamp's parents", + "description": "The ex-Paralympian is moved to a prison closer to the parents of the woman he killed, Reeva Steenkamp.", + "content": "The ex-Paralympian is moved to a prison closer to the parents of the woman he killed, Reeva Steenkamp.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59833156?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59458460?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 21:56:44 GMT", + "pubDate": "Mon, 29 Nov 2021 10:35:25 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100237,21 +124973,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0a5dc089aeceb517efd69271e794e63", - "highlights": [] + "hash": "0efce318fcb1f02c312c475955542539" }, { - "title": "Desmond Tutu's body lies in state in his old cathedral", - "description": "The coffin of the archbishop will remain at St George's Cathedral in Cape Town for two days.", - "content": "The coffin of the archbishop will remain at St George's Cathedral in Cape Town for two days.", + "title": "Channel disaster: A father's anguish over missing family since tragedy", + "description": "Rizgar Hussein has not spoken to his family since they boarded a boat across the Channel on Tuesday.", + "content": "Rizgar Hussein has not spoken to his family since they boarded a boat across the Channel on Tuesday.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59826091?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59454243?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:14:44 GMT", + "pubDate": "Sun, 28 Nov 2021 21:09:23 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100259,21 +124993,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b9e0dd6231a35b7ef20462d8b9a5775", - "highlights": [] + "hash": "b01c88aa10dbc0a598460e8451846113" }, { - "title": "Afcon is being disrespected - Ian Wright", - "description": "The Africa Cup of Nations is being \"disrespected\" by some negative media coverage, says former England striker Ian Wright.", - "content": "The Africa Cup of Nations is being \"disrespected\" by some negative media coverage, says former England striker Ian Wright.", + "title": "Macau casino shares fall after 'illegal gambling' arrests", + "description": "A prominent gambling industry figure in Macau is believed to be among those arrested.", + "content": "A prominent gambling industry figure in Macau is believed to be among those arrested.", "category": "", - "link": "https://www.bbc.co.uk/sport/football/59825904?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59456143?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:54:36 GMT", + "pubDate": "Mon, 29 Nov 2021 06:39:59 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100281,21 +125013,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac516932c51138eff5d95af827975b62", - "highlights": [] + "hash": "f07ff87145a489543aa01d6f79f1a7a4" }, { - "title": "Tesla to recall 475,000 cars in the US", - "description": "The number of cars being recalled is nearly equivalent to the firm's global deliveries last year.", - "content": "The number of cars being recalled is nearly equivalent to the firm's global deliveries last year.", + "title": "Virgil Abloh: Designer and Off-White founder dies aged 41", + "description": "Abloh, who was Louis Vuitton's artistic director, had been suffering from a rare form of cancer.", + "content": "Abloh, who was Louis Vuitton's artistic director, had been suffering from a rare form of cancer.", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59818800?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59455382?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 16:29:12 GMT", + "pubDate": "Sun, 28 Nov 2021 20:24:48 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100303,21 +125033,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3099229ac480ff5124857b05df7a2704", - "highlights": [] + "hash": "576b74b712b87c53014cbe6993074693" }, { - "title": "Why Chinese stand-up comedians are turning to English", - "description": "Alex Shi says her comedy comes from her Chinese heritage but she feels more comfortable performing in a foreign language.", - "content": "Alex Shi says her comedy comes from her Chinese heritage but she feels more comfortable performing in a foreign language.", + "title": "New variant symptoms mild, says doctor who spotted it", + "description": "The South African doctor who found the new variant says patients are showing very mild symptoms so far.", + "content": "The South African doctor who found the new variant says patients are showing very mild symptoms so far.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59755737?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59450988?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 31 Dec 2021 00:09:00 GMT", + "pubDate": "Sun, 28 Nov 2021 11:13:14 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100325,21 +125053,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee44ee3e73ab89e2e138644ea8f14181", - "highlights": [] + "hash": "03f099d08d42a6e4f19c37ca1dd2dd63" }, { - "title": "Ghislaine Maxwell: How accusers' testimony brought her down", - "description": "This was a victory for the women who fought to bring Jeffrey Epstein's co-conspirator to justice.", - "content": "This was a victory for the women who fought to bring Jeffrey Epstein's co-conspirator to justice.", + "title": "Channel migrants: France wants 'serious' talks with UK", + "description": "Interior Minister Gérald Darmanin says France will not be held hostage by domestic British politics.", + "content": "Interior Minister Gérald Darmanin says France will not be held hostage by domestic British politics.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59736227?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59454135?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 22:48:57 GMT", + "pubDate": "Sun, 28 Nov 2021 19:31:57 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100347,21 +125073,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cef80329beaf4acc24a223b82dfdd5a", - "highlights": [] + "hash": "0b8057ef7659db8e2391fe1c88a39f43" }, { - "title": "Ukraine tensions: Biden and Putin phone call seeks 'diplomatic path'", - "description": "The presidents of the US and Russia will speak again in a bid to de-escalate tensions over Ukraine.", - "content": "The presidents of the US and Russia will speak again in a bid to de-escalate tensions over Ukraine.", + "title": "Great Carnival of Dakar: Fire-eaters and dancers mark event", + "description": "The three-day event is a celebration of Senegalese culture and features an elaborate parade.", + "content": "The three-day event is a celebration of Senegalese culture and features an elaborate parade.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59818978?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59450598?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 22:50:50 GMT", + "pubDate": "Sun, 28 Nov 2021 13:24:50 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100369,21 +125093,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "23d2ecf1817c0fc7c3e2fccacbade4bd", - "highlights": [] + "hash": "01c4bd7e9731fd76e2e88b753ef71012" }, { - "title": "Tiger shot and dies at Naples Zoo in Florida after biting cleaner's arm", - "description": "A cleaner had tried to pet or feed the animal in an unauthorised area, the sheriff's office said.", - "content": "A cleaner had tried to pet or feed the animal in an unauthorised area, the sheriff's office said.", + "title": "Covid: Australia woman charged after setting fire in quarantine hotel", + "description": "The woman is charged with arson after allegedly lighting a fire under a bed at Pacific Hotel in Queensland.", + "content": "The woman is charged with arson after allegedly lighting a fire under a bed at Pacific Hotel in Queensland.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59826100?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59450174?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:36:48 GMT", + "pubDate": "Sun, 28 Nov 2021 11:52:04 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100391,21 +125113,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "45b69f76be127736d0d70bb495547243", - "highlights": [] + "hash": "2bdf1cf239bacbea5df8365430a92072" }, { - "title": "China bans its national football players from getting tattoos", - "description": "Top players who already have body art are told to remove it, as a good example for society.", - "content": "Top players who already have body art are told to remove it, as a good example for society.", + "title": "Ros Atkins on... Migrants crossing English Channel to UK", + "description": "This week at least 27 migrants died while trying to make the journey, the deadliest crossing on record.", + "content": "This week at least 27 migrants died while trying to make the journey, the deadliest crossing on record.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59827047?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59434553?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:40:13 GMT", + "pubDate": "Sat, 27 Nov 2021 00:29:18 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100413,21 +125133,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7adfa90d177016ccfced6b3eee84489", - "highlights": [] + "hash": "143a58d8aee14a662419f388cef65318" }, { - "title": "Citroën removes Egypt ad accused of normalising sexual harassment", - "description": "The carmaker apologises for an Egyptian commercial in which a woman is photographed without consent.", - "content": "The carmaker apologises for an Egyptian commercial in which a woman is photographed without consent.", + "title": "Covid: 13 test positive for Omicron after S Africa-Netherlands flights", + "description": "Thirteen people who travelled from South Africa to the Netherlands have tested positive for Omicron.", + "content": "Thirteen people who travelled from South Africa to the Netherlands have tested positive for Omicron.", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59818881?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59451103?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 09:33:07 GMT", + "pubDate": "Sun, 28 Nov 2021 19:02:29 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100435,21 +125153,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "10aeefb1f44e982c1c3a0efa37e7cc57", - "highlights": [] + "hash": "b274c25ce173282614b549eaa30d9ec7" }, { - "title": "Alaska 'Icemageddon' warning follows heat record", - "description": "The coldest US state faces weather extremes after heavy snowfall and torrential rain.", - "content": "The coldest US state faces weather extremes after heavy snowfall and torrential rain.", + "title": "Kevin Strickland: Fundraiser for exonerated Missouri man tops $1.5m", + "description": "Kevin Strickland was released after 42 years in jail over a triple murder he did not commit.", + "content": "Kevin Strickland was released after 42 years in jail over a triple murder he did not commit.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59820999?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59452651?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 17:30:07 GMT", + "pubDate": "Sun, 28 Nov 2021 15:47:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100457,21 +125173,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c62c74e6f0cccf04014907dd55d4cbc0", - "highlights": [] + "hash": "670520c9288986d7c3f2ab09c81018f7" }, { - "title": "Australia: Protesters set Old Parliament House in Canberra on fire", - "description": "The blaze was quickly put out but marks an escalation in indigenous protests in Canberra.", - "content": "The blaze was quickly put out but marks an escalation in indigenous protests in Canberra.", + "title": "Covid-positive Czech president appointed new PM from plexiglass box", + "description": "Petr Fiala was appointed by a president who is in self-isolation after testing positive for coronavirus.", + "content": "Petr Fiala was appointed by a president who is in self-isolation after testing positive for coronavirus.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59824914?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59452646?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 06:33:41 GMT", + "pubDate": "Sun, 28 Nov 2021 14:09:01 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100479,21 +125193,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a12d98d47fd7f3d7808f1c05907b1b19", - "highlights": [] + "hash": "79525bfcafd2cba074753cdbfaee9ed6" }, { - "title": "Putin and Lukashenko team up for ice hockey match", - "description": "The Russian and Belarusian leaders both made the scoreboard in a game following talks between the countries.", - "content": "The Russian and Belarusian leaders both made the scoreboard in a game following talks between the countries.", + "title": "Covid: Israel to impose travel ban for foreigners over new variant", + "description": "Travellers from all countries will be banned from entering Israel for 14 days, local media report.", + "content": "Travellers from all countries will be banned from entering Israel for 14 days, local media report.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59828830?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59448547?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:29:06 GMT", + "pubDate": "Sun, 28 Nov 2021 07:50:05 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100501,21 +125213,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c1dde46f16355fc6f28aafb40734c94", - "highlights": [] + "hash": "e26dff097a16fe907e87b34e71da900b" }, { - "title": "Elon Musk rejects claim he is hogging space", - "description": "His comments come after China complained to the United Nations about his internet satellite project.", - "content": "His comments come after China complained to the United Nations about his internet satellite project.", + "title": "Covid: Swiss back government on Covid pass as cases surge", + "description": "Sunday's referendum is held in a country with one of the lowest vaccination rates in Western Europe.", + "content": "Sunday's referendum is held in a country with one of the lowest vaccination rates in Western Europe.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59824404?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59380745?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 02:38:54 GMT", + "pubDate": "Sun, 28 Nov 2021 15:57:25 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100523,21 +125233,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2feb42d51b9992f2dbe55da1cfd53966", - "highlights": [] + "hash": "088217b0d34f59725d1ba921d7b5c97f" }, { - "title": "15 films to look out for in the Oscars race", - "description": "With the gong-giving season picking up steam, we look at the possible nominees for the big awards.", - "content": "With the gong-giving season picking up steam, we look at the possible nominees for the big awards.", + "title": "Calais activists: Migrants call us from boats asking for help", + "description": "Activists in Calais demand change after decades of people coming to the city looking to reach the UK.", + "content": "Activists in Calais demand change after decades of people coming to the city looking to reach the UK.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59731053?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59444335?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 00:31:16 GMT", + "pubDate": "Sun, 28 Nov 2021 08:28:29 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100545,21 +125253,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "33cc4e840adcbccb506e1729f90a66b9", - "highlights": [] + "hash": "bfa1db2e9e98a611b9ea7bae6db06b7a" }, { - "title": "Notable African deaths of 2021: From 'Ethiopia's Elvis' to mega pastors", - "description": "A look back at some of the prominent figures on the African continent who we said farewell to this year.", - "content": "A look back at some of the prominent figures on the African continent who we said farewell to this year.", + "title": "‘I’m blind but technology helps me animate’", + "description": "Elodie Bateson, 11, from Limavady who is blind has become an expert at making short animated movies.", + "content": "Elodie Bateson, 11, from Limavady who is blind has become an expert at making short animated movies.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59702842?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-northern-ireland-59429216?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 01:59:11 GMT", + "pubDate": "Sun, 28 Nov 2021 00:04:49 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100567,21 +125273,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1d41f522680be9e43274a8ce3e18a5d", - "highlights": [] + "hash": "5b0b663a8b3641bde1abc782ea7cc98f" }, { - "title": "What went wrong with vaccinating the world?", - "description": "Why developed countries have a surplus of vaccines while low-income ones are still struggling to battle Covid.", - "content": "Why developed countries have a surplus of vaccines while low-income ones are still struggling to battle Covid.", + "title": "Yemen: The woman saving a crumbling heritage", + "description": "Its famous architecture has been wrecked by war - now a female engineer is rebuilding amid the conflict.", + "content": "Its famous architecture has been wrecked by war - now a female engineer is rebuilding amid the conflict.", "category": "", - "link": "https://www.bbc.co.uk/news/health-59755743?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59262086?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 00:04:37 GMT", + "pubDate": "Sun, 28 Nov 2021 00:10:06 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100589,21 +125293,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c63a3446027bd09fdae32737a6cfcabf", - "highlights": [] + "hash": "45e34168c2efb625147b9412cf36ba0d" }, { - "title": "A new way of farming in dry climates", - "description": "Ernst Gotsch's method of agriculture increases, rather than decreases, biodiversity and wildlife.", - "content": "Ernst Gotsch's method of agriculture increases, rather than decreases, biodiversity and wildlife.", + "title": "Your pictures on the theme of 'home comforts'", + "description": "A selection of striking images from our readers around the world.", + "content": "A selection of striking images from our readers around the world.", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59775136?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/in-pictures-59407041?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 00:02:39 GMT", + "pubDate": "Sun, 28 Nov 2021 00:05:48 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100611,21 +125313,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c019146c61bbe78550dae4fa5b4443d", - "highlights": [] + "hash": "1465888d2196b2e50c19648a0d80eecc" }, { - "title": "COP 26: The teenagers suing 33 countries", - "description": "To ensure the promises of COP26 are kept, young campaigners are putting their faith in the courts.", - "content": "To ensure the promises of COP26 are kept, young campaigners are putting their faith in the courts.", + "title": "Nigerian celebrities Simi and Chigul expose sexism in music and Nollywood", + "description": "Singer Simi and Nollywood's Chigul tell the BBC about the cultural hurdles female stars face.", + "content": "Singer Simi and Nollywood's Chigul tell the BBC about the cultural hurdles female stars face.", "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59776108?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59134040?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 00:03:22 GMT", + "pubDate": "Sun, 28 Nov 2021 00:20:14 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100633,21 +125333,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e7455b2640b66aa87455e51015d2aed", - "highlights": [] + "hash": "896837053aef45ec5d2ee5d95123e2fc" }, { - "title": "Desmond Tutu: Religious and political leaders pay tribute in Cape Town", - "description": "Politicians and leaders of different faiths gathered in Cape Town to remember the anti-apartheid leader.", - "content": "Politicians and leaders of different faiths gathered in Cape Town to remember the anti-apartheid leader.", + "title": "The gangs enticing migrants to cross the English Channel", + "description": "The BBC has uncovered evidence showing that smugglers are still telling migrants it is safe to cross.", + "content": "The BBC has uncovered evidence showing that smugglers are still telling migrants it is safe to cross.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59823682?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59442534?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 21:22:41 GMT", + "pubDate": "Sat, 27 Nov 2021 07:58:27 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100655,21 +125353,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "43d8a36b53ac659e9c62f224fab1aefe", - "highlights": [] + "hash": "9793984e5d8d1b3a966b0ab4c6984032" }, { - "title": "Fighting to learn in Venezuela", - "description": "Despite the country's continuing economic crisis, both pupils and teachers are determined to continue with schooling.", - "content": "Despite the country's continuing economic crisis, both pupils and teachers are determined to continue with schooling.", + "title": "Covid: Netherlands tightens partial lockdown amid surging infections", + "description": "The government says the three-week curbs are critical to protect hospitals from becoming overwhelmed.", + "content": "The government says the three-week curbs are critical to protect hospitals from becoming overwhelmed.", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59762809?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59448525?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 00:05:57 GMT", + "pubDate": "Sun, 28 Nov 2021 05:46:58 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100677,21 +125373,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "af94e233d00460ef18ff116b71a20094", - "highlights": [] + "hash": "e26bc873520119713697817f681555db" }, { - "title": "Jordan MPs fighting in parliament session live-streamed on local television", - "description": "The argument began as the chamber debated constitutional reforms, including gender equality.", - "content": "The argument began as the chamber debated constitutional reforms, including gender equality.", + "title": "Hondurans vote to replace controversial leader", + "description": "A former first lady and a man convicted of corruption vie to succeed an unpopular president.", + "content": "A former first lady and a man convicted of corruption vie to succeed an unpopular president.", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59812890?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59446944?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 19:25:44 GMT", + "pubDate": "Sun, 28 Nov 2021 00:11:55 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100699,21 +125393,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e30ecacbbdac3cc2519c702b6017aae4", - "highlights": [] + "hash": "3f2aac8fa9eb1db5a2c9ff4695eeea20" }, { - "title": "Ghislaine Maxwell guilty of helping Jeffrey Epstein abuse girls", - "description": "A jury in New York convicts her of recruiting and trafficking teenagers in a \"pyramid of abuse\".", - "content": "A jury in New York convicts her of recruiting and trafficking teenagers in a \"pyramid of abuse\".", + "title": "New Zealand politician Julie Anne Genter cycles to hospital to give birth", + "description": "Julie Anne Genter said she had not planned to cycle whilst in labour, \"but it did end up happening\".", + "content": "Julie Anne Genter said she had not planned to cycle whilst in labour, \"but it did end up happening\".", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59824150?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59450168?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 30 Dec 2021 09:12:26 GMT", + "pubDate": "Sun, 28 Nov 2021 08:45:34 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100721,21 +125413,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "38f046899a68e78d6951342f2c60e2b4", - "highlights": [] + "hash": "a15107627503dc9115bdef37cea8ae11" }, { - "title": "Covid: Omicron and Delta driving tsunami of cases - WHO", - "description": "The warning comes as record cases are once again reported across the US and Europe.", - "content": "The warning comes as record cases are once again reported across the US and Europe.", + "title": "'Why do you like Shah Rukh Khan?'", + "description": "The Bollywood superstar's female fandom rests not on love but on economics, according to a new book.", + "content": "The Bollywood superstar's female fandom rests not on love but on economics, according to a new book.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59822209?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59344606?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 22:43:13 GMT", + "pubDate": "Sun, 28 Nov 2021 00:14:06 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100743,21 +125433,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b65a4221788ac6593b15fde38e73a0b7", - "highlights": [] + "hash": "fadb6eb24bad6add6f0285e5b3ba4e2b" }, { - "title": "Berlin Zoo animals feast on unsold Christmas trees", - "description": "The trees are seen as a way to minimise waste and support zoos during the Covid pandemic.", - "content": "The trees are seen as a way to minimise waste and support zoos during the Covid pandemic.", + "title": "Covid: Swiss vote on ending restrictions while cases surge", + "description": "Sunday's referendum is held in a country with one of the lowest vaccination rates in Western Europe.", + "content": "Sunday's referendum is held in a country with one of the lowest vaccination rates in Western Europe.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59823632?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59380745?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 21:44:09 GMT", + "pubDate": "Sat, 27 Nov 2021 00:28:03 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100765,21 +125453,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fd7ade3962b0f38abbe6f040cf0c091", - "highlights": [] + "hash": "22836291089ac1c36009d00f39e387db" }, { - "title": "Russia orders health and drug checks for foreigners", - "description": "Business groups criticise a new law requiring mandatory fingerprinting, drug tests and STD checks.", - "content": "Business groups criticise a new law requiring mandatory fingerprinting, drug tests and STD checks.", + "title": "Burkina Faso: Tear gas fired at protesters decrying Islamist attacks", + "description": "The protest comes amid fear of an Islamist encroachment following a number of recent attacks.", + "content": "The protest comes amid fear of an Islamist encroachment following a number of recent attacks.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59820777?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59443521?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 19:04:09 GMT", + "pubDate": "Sat, 27 Nov 2021 15:24:27 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100787,21 +125473,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a76bfbc94010f99fb6060440df11ef21", - "highlights": [] + "hash": "d7a487b2b3df28e63c1896fc94974e60" }, { - "title": "Covid: US reports record infections as Europe's Omicron cases also soar", - "description": "Several nations see their biggest surge in daily infections as the WHO warns of Omicron's \"very high\" risk.", - "content": "Several nations see their biggest surge in daily infections as the WHO warns of Omicron's \"very high\" risk.", + "title": "Musical theatre icon Stephen Sondheim dies at 91", + "description": "The US composer and lyricist reshaped America's musical theatre in a career spanning over 60 years.", + "content": "The US composer and lyricist reshaped America's musical theatre in a career spanning over 60 years.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59814661?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59440642?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:01:40 GMT", + "pubDate": "Sat, 27 Nov 2021 01:50:26 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100809,20 +125493,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3a10f6ac438d7576c5a06f8fc17a9c1" + "hash": "da7b2ac656aa3b25a7f312fa15cab46b" }, { - "title": "Valentina Orellana-Peralta: US teen shot dead by police 'died in mother's arms'", - "description": "The parents of a 14-year-old girl killed by a stray police bullet while shopping demand justice.", - "content": "The parents of a 14-year-old girl killed by a stray police bullet while shopping demand justice.", + "title": "Covid: South Africa 'punished' for detecting new Omicron variant", + "description": "South Africa should be praised for discovering Omicron, not hit with travel bans, its officials say.", + "content": "South Africa should be praised for discovering Omicron, not hit with travel bans, its officials say.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59816567?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59442129?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 10:25:52 GMT", + "pubDate": "Sat, 27 Nov 2021 12:55:07 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100830,20 +125513,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "283d157b5883b42a6656f1fc975e49ed" + "hash": "1f016e45f03e7bf4d6552172ad7185ec" }, { - "title": "China: Public shaming returns amid Covid fears", - "description": "Four men accused of people trafficking are paraded through streets, to mixed reactions online.", - "content": "Four men accused of people trafficking are paraded through streets, to mixed reactions online.", + "title": "Covid vaccine: Can US troops be punished for refusing the jabs?", + "description": "The US military has said that America's 2.1 million soldiers and sailors must all get the vaccine.", + "content": "The US military has said that America's 2.1 million soldiers and sailors must all get the vaccine.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59818971?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59409447?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:51:06 GMT", + "pubDate": "Sun, 28 Nov 2021 00:24:59 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100851,20 +125533,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d4343ec52c33a7f5d1a25ff8434f3d0" + "hash": "55e788a85dd719e6e9a7204ea7b2dc7a" }, { - "title": "Sabine Weiss: Legend of street photography dies at 97", - "description": "Famed for her images of Paris street life, she was the last member of the French humanist group.", - "content": "Famed for her images of Paris street life, she was the last member of the French humanist group.", + "title": "Dramatic rescue of 300 from migrant boat in Italy", + "description": "Some people were already in the water when the Italian coastguard reached them off Lampedusa Island.", + "content": "Some people were already in the water when the Italian coastguard reached them off Lampedusa Island.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59816052?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59421913?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:05:03 GMT", + "pubDate": "Thu, 25 Nov 2021 23:46:38 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100872,20 +125553,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "09fcfaf55d55d300459271a1f5750057" + "hash": "7b52c45ae9941f1048618b8bca355665" }, { - "title": "Citroën Egypt advert accused of normalising sexual harassment", - "description": "The French carmaker features a pop star taking a photo of a woman apparently without her consent.", - "content": "The French carmaker features a pop star taking a photo of a woman apparently without her consent.", + "title": "Egypt: Grand opening for Luxor's 'Avenue of the Sphinxes'", + "description": "The ancient walkway, connecting two of the Egyptian city's greatest temples, took decades to excavate.", + "content": "The ancient walkway, connecting two of the Egyptian city's greatest temples, took decades to excavate.", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59818881?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59424084?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:09:50 GMT", + "pubDate": "Thu, 25 Nov 2021 23:12:38 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", @@ -100893,37026 +125573,37998 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d88ed5387250d50237c6ab0ec34937" + "hash": "967887f4a9938be6f54efe2ed850b604" }, { - "title": "Stand News: Independent outlet to close after senior staff arrested", - "description": "Seven people linked to Stand News are arrested for \"conspiracy to publish a seditious publication\".", - "content": "Seven people linked to Stand News are arrested for \"conspiracy to publish a seditious publication\".", + "title": "Channel disaster: Kurdish woman is first victim identified", + "description": "Maryam Nuri Mohamed Amin was a 24-year-old Kurdish woman from northern Iraq.", + "content": "Maryam Nuri Mohamed Amin was a 24-year-old Kurdish woman from northern Iraq.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59807734?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59439533?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 10:05:36 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sat, 27 Nov 2021 13:40:38 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "258c313febb694c80b420b35e9df6958" + "hash": "af22e472c902ffbc1c8d9a915670445d" }, { - "title": "Ukraine: Three die after memorial candle lit in hospital ward", - "description": "The candle was lit in memory of a patient who had recently died at the Ukrainian hospital.", - "content": "The candle was lit in memory of a patient who had recently died at the Ukrainian hospital.", + "title": "Peng Shuai: WTA concerned over 'censorship or coercion'", + "description": "The head of women's tennis says he is not certain Peng Shuai is free of Chinese censorship or coercion.", + "content": "The head of women's tennis says he is not certain Peng Shuai is free of Chinese censorship or coercion.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59820248?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59443519?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:44:17 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sat, 27 Nov 2021 10:44:08 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0dad364f77eff09c56d918ea0b4aa9f0" + "hash": "76ff9312cab5c53795f3d84dd10221c0" }, { - "title": "Robert E. Lee: Virginia workers open Civil War era time capsule", - "description": "The 130-year-old capsule contained flags, books and bullets related to the Confederate States.", - "content": "The 130-year-old capsule contained flags, books and bullets related to the Confederate States.", + "title": "Covid: Dozens test positive on SA-Netherlands flights", + "description": "The results are being examined for cases of the new Omicron variant emerging in southern Africa.", + "content": "The results are being examined for cases of the new Omicron variant emerging in southern Africa.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59814162?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59442149?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 22:43:37 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sat, 27 Nov 2021 10:38:46 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "00793fcee3b748873d507685a803d2bc" + "hash": "81d4b882b4b9b5edb2a9522561f2d0b7" }, { - "title": "Ghislaine Maxwell jury told to meet every day because of Covid", - "description": "The judge in Ghislaine Maxwell's sex trafficking trial asks jurors to deliberate every day.", - "content": "The judge in Ghislaine Maxwell's sex trafficking trial asks jurors to deliberate every day.", + "title": "NFHS: Does India really have more women than men?", + "description": "An Indian government survey says so - but the numbers don't add up.", + "content": "An Indian government survey says so - but the numbers don't add up.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59812877?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59428011?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 22:47:39 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sat, 27 Nov 2021 00:59:15 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6bcd7af5d7d0d079e45d6d1aa8512687" + "hash": "f2b051704b9d1ac556deb2e16ba07c15" }, { - "title": "Ugandan author of The Greedy Barbarian detained - lawyer", - "description": "Prize-winning Ugandan novelist Kakwenza Rukirabashaija called the president's son \"obese\" on Twitter.", - "content": "Prize-winning Ugandan novelist Kakwenza Rukirabashaija called the president's son \"obese\" on Twitter.", + "title": "Covid: Conspiracy and untruths drive Europe's Covid protests", + "description": "Amid some legitimate concerns, misinformation and extreme views are radicalising people to violent protest.", + "content": "Amid some legitimate concerns, misinformation and extreme views are radicalising people to violent protest.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59809822?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/59390968?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 13:58:31 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sat, 27 Nov 2021 00:56:09 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "898f000192d4ea874b66a981f820070c" + "hash": "879f31984baa0497cbb76859b20ad61b" }, { - "title": "Cristiano Ronaldo statue divides opinion in India", - "description": "The statue of the Portuguese football star is unveiled in Goa state, a former Portuguese colony.", - "content": "The statue of the Portuguese football star is unveiled in Goa state, a former Portuguese colony.", + "title": "Kenya tree felling sparks anger over Nairobi's new highway", + "description": "Some 4,000 young and mature trees face being cut down to make way for a Chinese-financed project.", + "content": "Some 4,000 young and mature trees face being cut down to make way for a Chinese-financed project.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59808557?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59383324?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 10:01:28 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sat, 27 Nov 2021 00:53:13 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93e36c5298ad97abb7859be525450338" + "hash": "f41aa3e1842f332eb9c2d8b1079a6066" }, { - "title": "Richard Marcinko: Seal Team Six founder dies at 81", - "description": "Richard Marcinko played a vital role in boosting America's counter-terrorism capabilities but was a divisive figure.", - "content": "Richard Marcinko played a vital role in boosting America's counter-terrorism capabilities but was a divisive figure.", + "title": "Winter Olympics 2022: Testing times in the Chongli mountains", + "description": "Beijing is pushing ahead with Winter Olympics test events, despite Covid and human rights allegations.", + "content": "Beijing is pushing ahead with Winter Olympics test events, despite Covid and human rights allegations.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59812251?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59430731?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 21:52:34 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sat, 27 Nov 2021 00:49:07 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5e40f39b389f11a2e367f9ca1bb7337" + "hash": "4bb814376f15e8b2db20fcbf6496cdf9" }, { - "title": "Why Mauritius is losing its seashells", - "description": "The beaches of the Indian Ocean island seem bereft of the beautiful shells popular with tourists.", - "content": "The beaches of the Indian Ocean island seem bereft of the beautiful shells popular with tourists.", + "title": "Russia-Ukraine border: Why Moscow is stoking tensions", + "description": "The Kremlin is sending the West a message, but how big a risk is there of conflict?", + "content": "The Kremlin is sending the West a message, but how big a risk is there of conflict?", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59701735?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59415885?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 00:09:53 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sat, 27 Nov 2021 00:44:35 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "875967cc8b788d0e423ba7f9a2bf7c74" + "hash": "36b600742a7cdffa531757f472c33467" }, { - "title": "Biodiversity: The tale of the 'un-extinct' fish", - "description": "A Mexican fish species has been \"brought back from extinction\" after a decades-long rescue mission.", - "content": "A Mexican fish species has been \"brought back from extinction\" after a decades-long rescue mission.", + "title": "Ukraine-Russia conflict: Zelensky alleges coup plan involving Russians", + "description": "He says an alleged plan to overthrow his government comes amid threats of a Russian invasion.", + "content": "He says an alleged plan to overthrow his government comes amid threats of a Russian invasion.", "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59760356?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59428712?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 01:04:57 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 26 Nov 2021 16:13:25 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74ee8c4112b52d2450c7a2c959c83d11" + "hash": "a9e495eb2ad4722b000661b0386a8d1e" }, { - "title": "Music preview 2022: The biggest releases, tours and films", - "description": "What will Britney do now she's free of her conservatorship, and who's releasing new music in 2022?", - "content": "What will Britney do now she's free of her conservatorship, and who's releasing new music in 2022?", + "title": "New Covid variant: South Africa's pride and punishment", + "description": "South Africans feel they are paying the price for their ability to monitor new Covid variants.", + "content": "South Africans feel they are paying the price for their ability to monitor new Covid variants.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59571637?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59432579?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 00:15:51 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 26 Nov 2021 13:13:38 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a6b4afb9af2ca3e0514a8fb5d210d49a" + "hash": "918607bdcae8c1a241d70816c2a3fbd5" }, { - "title": "The mystery of the home where the Queen was born", - "description": "Where was the original site of the house where the Queen was born? And was it bombed in the war?", - "content": "Where was the original site of the house where the Queen was born? And was it bombed in the war?", + "title": "Protesters hit Amazon buildings on Black Friday", + "description": "Strikes or protests are planned in 20 countries, on one of the busiest days of the year for retail.", + "content": "Strikes or protests are planned in 20 countries, on one of the busiest days of the year for retail.", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59553852?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/technology-59419572?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 00:12:18 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 26 Nov 2021 12:38:28 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d950d95f253f7a788924dfe1e0763fa1" + "hash": "56e243ae03d57d5cbb0a35d74bdc8138" }, { - "title": "Crocodiles turn on humans amid Iran water crisis", - "description": "The creatures are attacking as their habitats shrink, a grim side-effect of Iran's water shortages.", - "content": "The creatures are attacking as their habitats shrink, a grim side-effect of Iran's water shortages.", + "title": "Covid variant: Reaction to new rules on travel from southern Africa", + "description": "Travellers at Cape Town airport respond to new UK quarantine measures over Covid variant.", + "content": "Travellers at Cape Town airport respond to new UK quarantine measures over Covid variant.", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59571711?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59428504?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:05:33 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 26 Nov 2021 11:04:28 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b85cf4a79a58e175fa3652897e7be14" + "hash": "8e3f23e31509eb465d5de500de7da25f" }, { - "title": "The African nation aiming to be a hydrogen superpower", - "description": "Namibia wants to use its abundance of sunshine and wind power to make and export hydrogen.", - "content": "Namibia wants to use its abundance of sunshine and wind power to make and export hydrogen.", + "title": "Why Iraqi Kurds risk their lives to reach the West", + "description": "What drives people to make the perilous journey, which for many has ended in death?", + "content": "What drives people to make the perilous journey, which for many has ended in death?", "category": "", - "link": "https://www.bbc.co.uk/news/business-59722297?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59419953?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:11:31 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 26 Nov 2021 10:28:10 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bf70baa20cd4245cf753a23d3496f2d" + "hash": "9986fdddbdd88bc97918bd752434a196" }, { - "title": "What a Greek tragedy teaches us about modern migration", - "description": "A production of Antigone seeks to overturn prejudices about Africans arriving in Sicily.", - "content": "A production of Antigone seeks to overturn prejudices about Africans arriving in Sicily.", + "title": "Poorest face food crisis amid fertiliser shortage", + "description": "The boss of the world's largest fertiliser producer says gas prices are responsible for higher food prices.", + "content": "The boss of the world's largest fertiliser producer says gas prices are responsible for higher food prices.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59701738?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59428406?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:10:22 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 26 Nov 2021 09:10:19 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78215c6e3cbe6ae7e189510ef0f8a950" + "hash": "dbba511fe12fa9b4f37e10ac8e154b77" }, { - "title": "83 movie: Bollywood relives India’s epic cricket triumph", - "description": "A Bollywood ode to India's 1983 cricket world cup win recreates one of the greatest upsets in sports history.", - "content": "A Bollywood ode to India's 1983 cricket world cup win recreates one of the greatest upsets in sports history.", + "title": "Turkey: Police fire tear gas at women's rights march", + "description": "It comes months after Turkey withdrew from a treaty to combat violence against women.", + "content": "It comes months after Turkey withdrew from a treaty to combat violence against women.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59731621?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59423301?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:13:07 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 22:46:50 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "971fc30ce5b4c96ac761c7e9bc73a287" + "hash": "9727b3449947b84987c4f9b5590bd743" }, { - "title": "Hong Kong's Stand News independent website shuts down after raid", - "description": "Stand News has stopped operating following the arrest of seven people with links to the outlet.", - "content": "Stand News has stopped operating following the arrest of seven people with links to the outlet.", + "title": "Death toll soars to 52 in Russian coal mine accident - reports", + "description": "A search for survivors after an accident in a Siberian mine turns to tragedy, with rescuers among the dead.", + "content": "A search for survivors after an accident in a Siberian mine turns to tragedy, with rescuers among the dead.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59815856?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59421319?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 29 Dec 2021 13:14:20 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 22:22:30 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2cd5155fbc651b2bc893f41ad391c74e" + "hash": "acd018a0f0d195dcc2e6ee674f433157" }, { - "title": "Desmond Tutu: Remembered by daughter as a 'hugger'", - "description": "Nontombi Naomi Tutu says her father \"went to meet his God, ready and willing\".", - "content": "Nontombi Naomi Tutu says her father \"went to meet his God, ready and willing\".", + "title": "Channel migrants: PM calls on France to take back people who make crossing", + "description": "A returns agreement would have an \"immediate\" impact on the number of crossings, Boris Johnson says.", + "content": "A returns agreement would have an \"immediate\" impact on the number of crossings, Boris Johnson says.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59813216?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59423245?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 17:22:16 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 21:10:03 GMT", + "folder": "00.03 News/News - EN", + "feed": "BBC Worldwide", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "75b0ae210be8f85924930bbecd26e1b3" + }, + { + "title": "Macy's Thanksgiving Parade: Baby Yoda and Snoopy delight crowds", + "description": "Thousands turn out to enjoy the annual parade with millions more watching on television.", + "content": "Thousands turn out to enjoy the annual parade with millions more watching on television.", + "category": "", + "link": "https://www.bbc.co.uk/news/world-us-canada-59423297?at_medium=RSS&at_campaign=KARANGA", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 18:20:05 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a94d3c7e3dab4185d28d1221667b3df3" + "hash": "7d8d7104439f7e3fee99030e47a72e8c" }, { - "title": "Afghanistan: Children in Kabul working for a piece of bread", - "description": "More and more Afghan children are having to work to support their families, amidst an economic collapse.", - "content": "More and more Afghan children are having to work to support their families, amidst an economic collapse.", + "title": "UAE general accused of torture elected Interpol president", + "description": "Ahmed al-Raisi was chosen despite facing claims of complicity in torture by UAE security forces.", + "content": "Ahmed al-Raisi was chosen despite facing claims of complicity in torture by UAE security forces.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59761535?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59417409?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:01:01 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 13:26:14 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0ebdab15d9338d38a68a38009526186" + "hash": "789abeda04739712fe4673d146931136" }, { - "title": "Covid: Travel chaos spills into new week", - "description": "More than 1,400 flights are scrapped on Monday, capping off a tough festive period for travellers.", - "content": "More than 1,400 flights are scrapped on Monday, capping off a tough festive period for travellers.", + "title": "Frank Turner says he's reconciled with trans parent", + "description": "The musician tells The Guardian his estranged father is \"a lot more considerate\" since transitioning.", + "content": "The musician tells The Guardian his estranged father is \"a lot more considerate\" since transitioning.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59798682?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59414834?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 05:24:23 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 09:39:23 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4117de7450346fba052a322ab9e6cd3" + "hash": "893905996c42d86030d03567457a613e" }, { - "title": "Afghanistan's Taliban ban long-distance road trips for solo women", - "description": "Afghanistan's rulers say a male relative must accompany women travelling more than 45 miles (72km).", - "content": "Afghanistan's rulers say a male relative must accompany women travelling more than 45 miles (72km).", + "title": "Channel migrants: UK and France agree need for action after boat deaths", + "description": "After at least 27 people die in the Channel, Boris Johnson and Emmanuel Macron say cooperation is needed.", + "content": "After at least 27 people die in the Channel, Boris Johnson and Emmanuel Macron say cooperation is needed.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59800113?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59412329?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 09:52:04 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 08:07:40 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f6d7e78554449c903195b530e2d0071" + "hash": "4277afc047d7e45a6b7ced17457ea4a0" }, { - "title": "Desmond Tutu: South Africa mourns anti-apartheid hero", - "description": "The nation is holding a week of commemorative events after the clergyman's death at the age of 90.", - "content": "The nation is holding a week of commemorative events after the clergyman's death at the age of 90.", + "title": "Solomon Islands: Australia sends peacekeeping troops amid riots", + "description": "Violent riots have rocked the Pacific Island nation for a second straight day.", + "content": "Violent riots have rocked the Pacific Island nation for a second straight day.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59798489?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59412000?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 08:26:21 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 07:44:18 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f27cea50dc4bf55e3029a421fc3ab994" + "hash": "068a8010986966a9408ff1312107d651" }, { - "title": "'A dark day': South Africans remember Tutu", - "description": "The archbishop, who was a driving force in the anti-apartheid movement, has died aged 90.", - "content": "The archbishop, who was a driving force in the anti-apartheid movement, has died aged 90.", + "title": "Australia: LGBTQ advocates blast religious discrimination bill", + "description": "The new bill has raised concerns that it could pave the way for discriminatory hiring practices", + "content": "The new bill has raised concerns that it could pave the way for discriminatory hiring practices", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59796716?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59411999?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 15:57:48 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 07:00:53 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51a7bf5dbb43f359ea19b6186b89f547" + "hash": "f8b59eaf2b5fc84933bd689e53b9a645" }, { - "title": "Brazilian town floods after two dams collapse", - "description": "People in the town of Itabuna can be seen using inflatable rafts and canoes to get from house to house.", - "content": "People in the town of Itabuna can be seen using inflatable rafts and canoes to get from house to house.", + "title": "Parambir Singh: Missing India police officer reappears after months", + "description": "Parambir Singh, the former police chief of Mumbai, is facing multiple charges of extortion.", + "content": "Parambir Singh, the former police chief of Mumbai, is facing multiple charges of extortion.", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59801025?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59412299?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 09:48:38 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 06:14:54 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4ad678e6048ad3eb5266ec626c9d0ef" + "hash": "ca3cffdc69493275bb6b75f02b16569a" }, { - "title": "Jean-Marc Vallée: Canadian filmmaker dies aged 58", - "description": "The director's works included Dallas Buyers Club, Wild and the TV series Big Little Lies.", - "content": "The director's works included Dallas Buyers Club, Wild and the TV series Big Little Lies.", + "title": "US restricts trade with a dozen more Chinese technology firms", + "description": "The move comes as tensions grow between the US and China over the status of Taiwan and trade issues.", + "content": "The move comes as tensions grow between the US and China over the status of Taiwan and trade issues.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59800777?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59412139?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 09:58:15 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 03:42:49 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "20e98e8eb0b3fda5ecfbdbdd59ac9a77" + "hash": "720f0e5a56a3d84cd98b620cee9336a1" }, { - "title": "Roe v Wade US abortion rights lawyer Sarah Weddington dies", - "description": "Sarah Weddington won the landmark 1973 US Supreme Court case that legalised abortions in the US.", - "content": "Sarah Weddington won the landmark 1973 US Supreme Court case that legalised abortions in the US.", + "title": "Kavala: The case that set Turkey on collision course with the West", + "description": "Osman Kavala has not been convicted but his detention has set Turkey's leader on a collision course.", + "content": "Osman Kavala has not been convicted but his detention has set Turkey's leader on a collision course.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59798494?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59385194?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 02:06:23 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 01:52:15 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8131e5f50755ef068127e9190656b696" + "hash": "f91d725f8616ea9a4af3632a28d7ba59" }, { - "title": "Climate change: Huge toll of extreme weather disasters in 2021", - "description": "Floods and storms connected to rising temperatures have had a huge impact on people worldwide.", - "content": "Floods and storms connected to rising temperatures have had a huge impact on people worldwide.", + "title": "Tripura: Fear and hope after anti-Muslim violence", + "description": "Weeks after mosques and Muslim properties were attacked, life is slowly getting back to normal in Tripura.", + "content": "Weeks after mosques and Muslim properties were attacked, life is slowly getting back to normal in Tripura.", "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59761839?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59398367?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 04:09:25 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 01:11:31 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1ccd41df51a9d1ffeb29d911ef2bf46" + "hash": "e3415624aeb677a562e376754683a7f4" }, { - "title": "Spider-Man: No Way Home becomes first pandemic-era film to top $1bn", - "description": "It beat Chinese Korean War epic The Battle of Lake Changjin to be the highest grossing film of 2021.", - "content": "It beat Chinese Korean War epic The Battle of Lake Changjin to be the highest grossing film of 2021.", + "title": "Allahabad high court: Outrage as court reduces child sex abuse sentence", + "description": "There’s been outrage in India after the Allahabad high court reduces the jail term of a sex offender.", + "content": "There’s been outrage in India after the Allahabad high court reduces the jail term of a sex offender.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59798609?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59401179?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 03:05:44 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 01:09:29 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e0d8c4d58dd6825d5e40b049205bedf" + "hash": "f0092c55e39dcfb0ef40387973387924" }, { - "title": "US snowstorms: California and other western states battered", - "description": "Almost 30in (76cm) of snow fell in parts of northern California and Nevada in a 24-hour period.", - "content": "Almost 30in (76cm) of snow fell in parts of northern California and Nevada in a 24-hour period.", + "title": "Beatles outtakes in new Peter Jackson film", + "description": "The Lord of The Rings director has restored more than 50 hours of footage.", + "content": "The Lord of The Rings director has restored more than 50 hours of footage.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59800032?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59409077?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 09:49:34 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 00:02:12 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4974e4fa03e6cfaaac5598403e182cf5" + "hash": "977856784b8ed749f8987ef53873fc0d" }, { - "title": "Demi Skipper plans to keep trading after hairpin-to-house swap", - "description": "TikToker Demi Skipper made headlines this month when she successfully traded items until she got a house.", - "content": "TikToker Demi Skipper made headlines this month when she successfully traded items until she got a house.", + "title": "Russian troop build-up: View from Ukraine front line", + "description": "BBC correspondent Abdujalil Abdurasulov visits eastern Ukraine as soldiers watch Russia's nearby movements.", + "content": "BBC correspondent Abdujalil Abdurasulov visits eastern Ukraine as soldiers watch Russia's nearby movements.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59762810?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59402658?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:00:44 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 00:01:43 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7fd1fa9975d477f6ed8519d006a6971c" + "hash": "702edb507c86093ca668d3bbeae00999" }, { - "title": "Ashes: Australia seize control of third Test after ruthless bowling display", - "description": "England are facing Ashes defeat after a dramatic second day of the third Test in Melbourne sees England close on 31-4 - still 51 runs behind Australia.", - "content": "England are facing Ashes defeat after a dramatic second day of the third Test in Melbourne sees England close on 31-4 - still 51 runs behind Australia.", + "title": "What I learnt eating at 8,000 Chinese restaurants", + "description": "David R Chan's decades of dining at 8,000 Chinese eateries has taught him about America and himself.", + "content": "David R Chan's decades of dining at 8,000 Chinese eateries has taught him about America and himself.", "category": "", - "link": "https://www.bbc.co.uk/sport/cricket/59798619?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59356176?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 08:51:43 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 23:25:31 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e55c51c8bd2e64d7692c22e43a33d8b" + "hash": "cdb6eb40e982fa1ee59fa9fd8f995f44" }, { - "title": "Desmond Tutu - the staunch and steadfast healer of a nation", - "description": "How Desmond Tutu went from public enemy No1 to the pastor of a nation.", - "content": "How Desmond Tutu went from public enemy No1 to the pastor of a nation.", + "title": "Ahmaud Arbery: Three US men guilty of murdering black jogger", + "description": "Ahmaud Arbery was chased and shot in a case that became a rallying cry to racial justice protesters.", + "content": "Ahmaud Arbery was chased and shot in a case that became a rallying cry to racial justice protesters.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59800035?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59411030?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 11:15:54 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 21:34:07 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "761160a6e595235937a3819b73bc09f3" + "hash": "2d06e73b69127b5f3597e6f35832443c" }, { - "title": "Covid-19: India's unwinnable battle against spitting", - "description": "The pandemic briefly renewed efforts to curb an infamous Indian habit - spitting in public.", - "content": "The pandemic briefly renewed efforts to curb an infamous Indian habit - spitting in public.", + "title": "Inside Dunkirk's new migrant camp", + "description": "Last week French police officers evicted up to 1,500 people from a camp in Dunkirk.", + "content": "Last week French police officers evicted up to 1,500 people from a camp in Dunkirk.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-51908404?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59410982?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:00:09 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 21:28:40 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae26abf31c5b7681770080b8e3475d89" + "hash": "23c4463f669b06b4c7d2a63279b87116" }, { - "title": "'I'm Jewish and black - where do I fit in?'", - "description": "Black and Jewish journalist Nadine Batchelor-Hunt travels to Israel to meet the Ethiopian community and explore this dual identity.", - "content": "Black and Jewish journalist Nadine Batchelor-Hunt travels to Israel to meet the Ethiopian community and explore this dual identity.", + "title": "JPMorgan boss 'regrets' China joke amid backlash", + "description": "Jamie Dimon has apologised after saying that his Wall Street bank would outlast China's ruling party.", + "content": "Jamie Dimon has apologised after saying that his Wall Street bank would outlast China's ruling party.", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59748260?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59409508?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:06:06 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 19:56:44 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "108676b3d19cd7d6b357af4379c6d11a" + "hash": "be05ee3b19c2328d73ceabdf141ca245" }, { - "title": "Fear and loathing in South Africa where foreigners live in danger", - "description": "Foreigners in South Africa tell photographer Shiraaz Mohamed how they cope with xenophobia and crime.", - "content": "Foreigners in South Africa tell photographer Shiraaz Mohamed how they cope with xenophobia and crime.", + "title": "Mike Tyson: Malawi asks former boxer to be cannabis ambassador", + "description": "A minister has written a letter to the former boxer, who has invested in a cannabis farm in the US.", + "content": "A minister has written a letter to the former boxer, who has invested in a cannabis farm in the US.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59690318?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59406196?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:02:57 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 18:31:54 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92fda38a4cfd47092720523132121c9b" + "hash": "bb2f92887d630a307b985f5ff19c03bd" }, { - "title": "Scott Marsh: Viral and controversial art of 'Australia's Banksy'", - "description": "He uses quintessential Australian larrikinism to skewer politicians, climate sceptics and others.", - "content": "He uses quintessential Australian larrikinism to skewer politicians, climate sceptics and others.", + "title": "Germany: African diaspora with 'a voice' in politics", + "description": "How can the \"voice\" of African diaspora help build relations between Germany and Africa?", + "content": "How can the \"voice\" of African diaspora help build relations between Germany and Africa?", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59723656?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59405846?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:01:39 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 14:49:00 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ad112345fcbc8024652c113b9329c67" + "hash": "1035c48579aaab5b1c7c092941be8b6d" }, { - "title": "How this clip restored one man's dream of being a pilot", - "description": "The story behind a face mask clip that restored a young man's dream of being a pilot.", - "content": "The story behind a face mask clip that restored a young man's dream of being a pilot.", + "title": "Climate change causing albatross divorce, says study", + "description": "There are more bird break-ups in warmer years, a study of 15,500 breeding pairs finds.", + "content": "There are more bird break-ups in warmer years, a study of 15,500 breeding pairs finds.", "category": "", - "link": "https://www.bbc.co.uk/news/business-58091493?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/newsbeat-59401921?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:03:20 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 13:00:26 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0768bed78a79e69383c9a4bb9ba56b28" + "hash": "02d89da1ee722679ae6dfec6c8bdbd3d" }, { - "title": "Archbishop Desmond Tutu: Looking back at his life and legacy", - "description": "The BBC's Nomsa Maseko looks back at the life of Archbishop Desmond Tutu, who has died aged 90.", - "content": "The BBC's Nomsa Maseko looks back at the life of Archbishop Desmond Tutu, who has died aged 90.", + "title": "Apple sues Israeli spyware firm NSO Group", + "description": "Apple is the latest in a string of firms and governments to go after the hacking tool firm.", + "content": "Apple is the latest in a string of firms and governments to go after the hacking tool firm.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59793776?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59393823?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 07:28:59 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 12:56:02 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b3f225c2c8b788d0a3ccdc41a0b6818" + "hash": "16af09fe20fa388484c0d28fc1d90f84" }, { - "title": "The Chinese mother backing bigger families", - "description": "Chen Ting is a mother of three and businesswoman who encourages other women to have more children.", - "content": "Chen Ting is a mother of three and businesswoman who encourages other women to have more children.", + "title": "Ethiopia's Haile Gebrselassie and Feyisa Lilesa ready to join Tigray war", + "description": "Haile Gebrselassie and Feyisa Lilesa back the PM's call to go to the front line of the Tigray war.", + "content": "Haile Gebrselassie and Feyisa Lilesa back the PM's call to go to the front line of the Tigray war.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59732329?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59393463?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 00:06:28 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 12:47:04 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf1b22c614f89f0afe608e16af89a646" + "hash": "7428fe233f92de3d70720eb785b5e46b" }, { - "title": "My art channels the pain from Ethiopia's war", - "description": "US-based Tigrayan artist Gabrielle Tesfaye uses her work to share her feelings over the civil war.", - "content": "US-based Tigrayan artist Gabrielle Tesfaye uses her work to share her feelings over the civil war.", + "title": "Wisconsin: Child becomes sixth fatality in car-ramming", + "description": "An eight-year-old boy is the latest person to die after a car ploughed into a crowd in Wisconsin.", + "content": "An eight-year-old boy is the latest person to die after a car ploughed into a crowd in Wisconsin.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59759885?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59396999?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:04:41 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 12:25:20 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc002b9b1c1d624aa0986c1b67a68f11" + "hash": "0f6204dc5ccf0b24efe5f725e09f9278" }, { - "title": "Uri Geller: The celebrity who owes his success to spoons", - "description": "Self-proclaimed Israel psychic Uri Geller recalls how he made spoon-bending famous across the world.", - "content": "Self-proclaimed Israel psychic Uri Geller recalls how he made spoon-bending famous across the world.", + "title": "Sweden votes in Magdalena Andersson as first female PM", + "description": "Before MPs backed Magdalena Andersson, Sweden was the only Nordic state never to have a woman as PM.", + "content": "Before MPs backed Magdalena Andersson, Sweden was the only Nordic state never to have a woman as PM.", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59740360?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59400539?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 00:54:08 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 11:40:54 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d52bacc592ba61703605d8b9f22873e8" + "hash": "c98807f1dda33825e5d121f1f752a364" }, { - "title": "Why a former oil executive is capping abandoned wells", - "description": "Around the US, an estimated three million oil wells have been abandoned. They're more dangerous than we think.", - "content": "Around the US, an estimated three million oil wells have been abandoned. They're more dangerous than we think.", + "title": "Karim Benzema: French footballer guilty in sex tape blackmail case", + "description": "The Real Madrid striker is convicted of conspiring to blackmail fellow footballer Mathieu Valbuena.", + "content": "The Real Madrid striker is convicted of conspiring to blackmail fellow footballer Mathieu Valbuena.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59707864?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59399701?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 00:05:37 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 11:24:01 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69a75e1ff59a341bbf557a8af3fa92e3" + "hash": "73e4415f06006214b6e4e3585c56577f" }, { - "title": "Desmond Tutu: Obama joins tributes to South Africa anti-apartheid hero", - "description": "The former US president praises the churchman who helped end apartheid, after his death aged 90.", - "content": "The former US president praises the churchman who helped end apartheid, after his death aged 90.", + "title": "China: Photographer sorry for 'small eyes' Dior picture", + "description": "Some Chinese netizens found her photo insulting and racist as it showed a woman with small eyes.", + "content": "Some Chinese netizens found her photo insulting and racist as it showed a woman with small eyes.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59796159?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59397737?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 15:30:25 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 11:20:46 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2d0072a125bbcb01c95710c5e8fe18c" + "hash": "c08b53821c38b66f001f6eaab643b6f0" }, { - "title": "In pictures: The life of Archbishop Desmond Tutu", - "description": "The first black archbishop of Cape Town, South Africa, was a much-loved figure around the world.", - "content": "The first black archbishop of Cape Town, South Africa, was a much-loved figure around the world.", + "title": "Kerala adoption row: A mother's search for her missing baby in India", + "description": "A mother's search for a missing baby in India has caused outrage and whipped up a political storm.", + "content": "A mother's search for a missing baby in India has caused outrage and whipped up a political storm.", "category": "", - "link": "https://www.bbc.co.uk/news/in-pictures-59793545?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59306355?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 09:49:56 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 11:05:30 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "924d128963c1341acbe3699e200a1bde" + "hash": "8b79182a8a8ae38cdca19d1e640cd951" }, { - "title": "Covid: Travel misery for tens of thousands as flights are cancelled", - "description": "Chinese and US airlines are hardest hit amid a surge in Covid cases in many countries.", - "content": "Chinese and US airlines are hardest hit amid a surge in Covid cases in many countries.", + "title": "Sri Lanka attacks: 23,000 charges filed against suspects as trial begins", + "description": "The list of charges and witnesses could mean a trial that takes up to 10 years, lawyers warn.", + "content": "The list of charges and witnesses could mean a trial that takes up to 10 years, lawyers warn.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59793040?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59397642?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 10:48:41 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 08:51:12 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f93fa705ce8904647d7585dae043d1e" + "hash": "ae9a86219887ef834126201eb8c15757" }, { - "title": "Deadly bombing at restaurant packed for Christmas", - "description": "Six people have been killed after a suicide bomber targeted a restaurant in eastern DR Congo.", - "content": "Six people have been killed after a suicide bomber targeted a restaurant in eastern DR Congo.", + "title": "Blast off for Nasa mission to strike space rock", + "description": "The spacecraft is set to crash into an object called Dimorphos in September 2022.", + "content": "The spacecraft is set to crash into an object called Dimorphos in September 2022.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59792840?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59399510?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 02:39:30 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 07:57:01 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf1ea9e862dc80dc2132c32a190e35cc" + "hash": "4eedf8e2bf7b64ab90e1aca673204f9a" }, { - "title": "Sudan coup: Security forces accused of violence against protesters", - "description": "Some 178 anti-coup demonstrators are reportedly injured in clashes near the presidential palace.", - "content": "Some 178 anti-coup demonstrators are reportedly injured in clashes near the presidential palace.", + "title": "Australia power plant demolition sees giant chimneys tumble to ground", + "description": "Huge amounts of metal and concrete will be recycled after the demolition of an old coal power plant.", + "content": "Huge amounts of metal and concrete will be recycled after the demolition of an old coal power plant.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59795213?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59397899?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 12:13:54 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 05:48:30 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53f875fa1ec39326d6abeaa5db59547c" + "hash": "a82011d147bcedc18db5132d4842827e" }, { - "title": "Myanmar: Charity staff missing after deadly 'army attack'", - "description": "Save the Children says troops killed 38 people and burned their bodies in eastern Kayah state.", - "content": "Save the Children says troops killed 38 people and burned their bodies in eastern Kayah state.", + "title": "Waukesha Christmas Parade: Dancing grannies and boy among victims", + "description": "An eight-year-old boy is the latest victim to succumb to injuries in the Waukesha Christmas parade car-ramming.", + "content": "An eight-year-old boy is the latest victim to succumb to injuries in the Waukesha Christmas parade car-ramming.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59792125?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59382870?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 01:19:57 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 03:01:05 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "081ccbc30aec241cb66cc9be9dc80419" + "hash": "0af1acd3bbe6bb943d349ea267366059" }, { - "title": "Surfer killed in apparent shark attack in California", - "description": "Beachgoers in Morro Bay area are ordered to stay out of the water after an accident on Christmas Eve.", - "content": "Beachgoers in Morro Bay area are ordered to stay out of the water after an accident on Christmas Eve.", + "title": "Colombia peace deal: The families displaced five years on", + "description": "Five years after a peace deal came into force in Colombia, violence by armed gangs is again on the rise.", + "content": "Five years after a peace deal came into force in Colombia, violence by armed gangs is again on the rise.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59792120?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59386282?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 23:19:37 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 01:26:47 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "771e845f9b2a92b1a4430d4b1ad4fb29" + "hash": "030ec546558e23a52e54333d3cc4e521" }, { - "title": "Spain's La Palma volcano eruption declared over after three months", - "description": "The Cumbre Vieja volcano in Spain's Canary Islands had been spewing lava and ash since September.", - "content": "The Cumbre Vieja volcano in Spain's Canary Islands had been spewing lava and ash since September.", + "title": "Uganda suicide attacks: Inside view of the IS-linked ADF rebels", + "description": "An ex-fighter tells the BBC how the ADF, an IS affiliate, has been able to strike at Uganda's heart.", + "content": "An ex-fighter tells the BBC how the ADF, an IS affiliate, has been able to strike at Uganda's heart.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59791541?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59380311?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 17:28:03 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 01:24:38 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "858b30d8511bec5bcf852b3cb78d41da" + "hash": "6b2e8dfd6363138cb31a9e892ba5e8c2" }, { - "title": "Sudan coup: Tear gas fired at pro-democracy protests", - "description": "Protesters are demanding the military step back and allow the transition to civilian rule.", - "content": "Protesters are demanding the military step back and allow the transition to civilian rule.", + "title": "Farm laws: Sikhs being targeted by fake social media profiles", + "description": "A total of 80 accounts have been suspended following a report into the network.", + "content": "A total of 80 accounts have been suspended following a report into the network.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59789491?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59338245?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 18:23:39 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 00:54:56 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b31d8fcf51e16d2db1522741c849eef" + "hash": "038a6147f5a836b3b9ccb623a7f576c9" }, { - "title": "SA urges halt to Nelson Mandela's Robben Island prison cell key auction", - "description": "Nelson Mandela, South Africa's first black president, spent 18 years in a tiny cell on Robben Island.", - "content": "Nelson Mandela, South Africa's first black president, spent 18 years in a tiny cell on Robben Island.", + "title": "Rescuing the Afghanistan girls' football team", + "description": "The mission to rescue the national Afghan girls' football team from the Taliban.", + "content": "The mission to rescue the national Afghan girls' football team from the Taliban.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59787369?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59394170?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 23:21:05 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 00:10:38 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68dc7b757b5968015c89a8703d5306f8" + "hash": "73976a69605ddae6faea93054e07573b" }, { - "title": "In pictures: World celebrates Christmas", - "description": "For the second year running, fewer people are attending festive events because of the Covid outbreak.", - "content": "For the second year running, fewer people are attending festive events because of the Covid outbreak.", + "title": "Walgreens, CVS, and Walmart fuelled opioid crisis, Ohio jury finds", + "description": "A federal court finds Walgreens, CVS and Walmart helped create an oversupply of addictive painkillers.", + "content": "A federal court finds Walgreens, CVS and Walmart helped create an oversupply of addictive painkillers.", "category": "", - "link": "https://www.bbc.co.uk/news/in-pictures-59787319?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59396041?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 07:18:40 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 22:59:50 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ed7f438b3c290f3017bc7d35990a1ab" + "hash": "f1d6a7d7f25997d7ca6e6322b9b4e4ca" }, { - "title": "Israeli 'psychic' Uri Geller still baffling fans at 75", - "description": "Now wowing visitors at his museum, the famous spoon bender recalls his rise from poverty to stardom.", - "content": "Now wowing visitors at his museum, the famous spoon bender recalls his rise from poverty to stardom.", + "title": "Kevin Strickland exonerated after 42 years in Missouri prison", + "description": "Kevin Strickland was arrested at age 18 and convicted of a triple murder he did not commit.", + "content": "Kevin Strickland was arrested at age 18 and convicted of a triple murder he did not commit.", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59609232?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59396598?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 00:54:11 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 22:17:06 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf5e4dcd23f846c49ba2f233dc0e50a5" + "hash": "576459cf3c97c1a90afa433acd57464e" }, { - "title": "Love story sends TV fans in search of idyllic Alps", - "description": "Crash Landing On You has been a big hit and now fans are travelling to the filming locations.", - "content": "Crash Landing On You has been a big hit and now fans are travelling to the filming locations.", + "title": "Bulgarian holiday bus tragedy hits young nation", + "description": "There is little since North Macedonia's 1991 declaration of independence to compare to this.", + "content": "There is little since North Macedonia's 1991 declaration of independence to compare to this.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59636403?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59395495?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 00:57:21 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 20:48:18 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f70f53888a7733f5bd088c78fff0fd24" + "hash": "72f94036c475a5b27b036b72db2956cc" }, { - "title": "Letter from Africa: Why Kenya's taxman is eyeing social media", - "description": "Socialites are becoming wary of what they post online in case Kenya's revenue authority comes calling.", - "content": "Socialites are becoming wary of what they post online in case Kenya's revenue authority comes calling.", + "title": "Yalda Hakim: My return to Afghanistan", + "description": "The BBC's Yalda Hakim - who was born in Afghanistan - reports on the impact of 100 days of Taliban rule.", + "content": "The BBC's Yalda Hakim - who was born in Afghanistan - reports on the impact of 100 days of Taliban rule.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59702837?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59385469?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 01:00:03 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 15:53:08 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa7042176aa0b2aa0b7d8ec28e4d1a43" + "hash": "3a299ad1e018112c65ed40f40ca809e8" }, { - "title": "Climate change: Lapland reindeer gone astray in search for food", - "description": "Herders are struggling to find thousands of reindeer that have run away in search of food.", - "content": "Herders are struggling to find thousands of reindeer that have run away in search of food.", + "title": "Meredith Kercher: Student's killer Rudy Guede ends sentence", + "description": "Rudy Guede was the only person convicted of the 2007 murder of the exchange student in Perugia in Italy.", + "content": "Rudy Guede was the only person convicted of the 2007 murder of the exchange student in Perugia in Italy.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59742359?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59388718?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 00:10:44 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 14:15:15 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f5186dbb5ccf355f606f37edcd9d45f" + "hash": "fbcf4d095521ccbec5ec3137b8a6a31e" }, { - "title": "No time for war: Russians see no chance of conflict", - "description": "With rhetoric becoming harsh and fears of an invasion growing, Muscovites give their views on the crisis.", - "content": "With rhetoric becoming harsh and fears of an invasion growing, Muscovites give their views on the crisis.", + "title": "Peng Shuai: China says tennis star case maliciously hyped up", + "description": "As questions remain over the tennis star's wellbeing, China insists it is not a diplomatic matter.", + "content": "As questions remain over the tennis star's wellbeing, China insists it is not a diplomatic matter.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59738548?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59385519?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 00:15:45 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 13:10:06 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc4503855babc0ff7e64d2697d3621c0" + "hash": "2c4fca916800339046020d33b0a1fc28" }, { - "title": "Archbishop Desmond Tutu: Looking back at his life", - "description": "BBC South Africa correspondent Nomsa Maseko looks back at the life of Archbishop Desmond Tutu who has died aged 90.", - "content": "BBC South Africa correspondent Nomsa Maseko looks back at the life of Archbishop Desmond Tutu who has died aged 90.", + "title": "Mexican nursery's lottery win turns into nightmare", + "description": "Parents who won almost $1m are being threatened by a gang demanding they use the money to buy guns.", + "content": "Parents who won almost $1m are being threatened by a gang demanding they use the money to buy guns.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59793776?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59386281?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 07:28:59 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 12:22:58 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc6d7b45142ab25f37569dcfe64f92a9" + "hash": "419f6fba332851cd99f7e679893625b7" }, { - "title": "Desmond Tutu death: South Africans remember anti-apartheid leader", - "description": "The archbishop, who was a driving force in the anti-apartheid movement, has died aged 90.", - "content": "The archbishop, who was a driving force in the anti-apartheid movement, has died aged 90.", + "title": "Ethiopia's Tigray conflict: PM Abiy Ahmed vows to lead from the war front", + "description": "Abiy Ahmed has said he will go to the front line to face Tigrayan rebels in the country's civil war.", + "content": "Abiy Ahmed has said he will go to the front line to face Tigrayan rebels in the country's civil war.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59796716?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59386181?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 15:57:48 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 11:21:39 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2985b2ae106eb07fd8aed952a4def7c" + "hash": "bc368bb65f286eac012319e586255b11" }, { - "title": "South Africa's Archbishop Desmond Tutu dies at 90", - "description": "Archbishop Desmond Tutu, the Nobel Peace prize laureate who helped end apartheid in South Africa, has died aged 90", - "content": "Archbishop Desmond Tutu, the Nobel Peace prize laureate who helped end apartheid in South Africa, has died aged 90", + "title": "Afghanistan: 100 days of Taliban rule", + "description": "BBC reporter Yalda Hakim visits Kabul to look at four key areas of concern in Afghanistan.", + "content": "BBC reporter Yalda Hakim visits Kabul to look at four key areas of concern in Afghanistan.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59793726?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59381294?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 08:22:59 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 09:08:09 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df01ac1362b5d4289f7cc59716f22cec" + "hash": "234c255d48cc3194becbeb5ad2d0140c" }, { - "title": "Covid: Travel misery continues as 1,500 more flights cancelled", - "description": "Chinese and US airlines are hardest hit amid a surge in Covid cases in many countries.", - "content": "Chinese and US airlines are hardest hit amid a surge in Covid cases in many countries.", + "title": "Uber makes its first step into the cannabis market", + "description": "Customers will be able to place orders on the app then pick them up at nearby stores within an hour.", + "content": "Customers will be able to place orders on the app then pick them up at nearby stores within an hour.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59793040?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59342016?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sun, 26 Dec 2021 05:13:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 07:03:42 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ebea5d8f4032164d914d4530ec663d7" + "hash": "71a87eac9756d3d3ffe084d88ee51345" }, { - "title": "French zoo closed temporarily after pack of nine wolves escape", - "description": "No people were injured during the incident, but the wolf pack was killed due to safety concerns.", - "content": "No people were injured during the incident, but the wolf pack was killed due to safety concerns.", + "title": "Dozens killed in Bulgaria bus crash, including children", + "description": "At least 45 die, including children, after a bus crashes and catches fire in western Bulgaria.", + "content": "At least 45 die, including children, after a bus crashes and catches fire in western Bulgaria.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59786665?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59383852?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 22:59:35 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 06:57:29 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ace283699842bda0d69c2b6d351c7a6" + "hash": "927255c4e5e6664771f19f7cc4e95cb9" }, { - "title": "'Let's go, Brandon': Caller pranks Biden at White House event", - "description": "A father from Oregon uttered a term that is code for an obscenity directed at the president.", - "content": "A father from Oregon uttered a term that is code for an obscenity directed at the president.", + "title": "Australia declares La Niña weather event has begun", + "description": "The phenomenon can lead to significant weather changes in different parts of the world.", + "content": "The phenomenon can lead to significant weather changes in different parts of the world.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59787060?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59383008?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 19:56:56 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 05:19:41 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a39ca4fd54c56efd88c1e4c3611126b" + "hash": "7487169fa2c32dd3a8adae014918f467" }, { - "title": "Pope's Christmas Day message", - "description": "Pope Francis gave his traditional Christmas message followed by his blessing, Urbi et Orbi, to the city and the world.", - "content": "Pope Francis gave his traditional Christmas message followed by his blessing, Urbi et Orbi, to the city and the world.", + "title": "Greenland's Inuits seek Denmark compensation over failed social experiment", + "description": "Six surviving Greenlanders are part of a group of 22 children taken for \"re-education\" in 1951.", + "content": "Six surviving Greenlanders are part of a group of 22 children taken for \"re-education\" in 1951.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59790251?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59382793?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:50:18 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 04:29:13 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a12f011c3a176410365b7c716f4cb60" + "hash": "04357dcb55ed67b9f4b7c955d0f4371b" }, { - "title": "James Webb Space Telescope lifts off on historic mission", - "description": "The $10bn James Webb telescope has left Earth on its mission to show the first stars to light up the Universe.", - "content": "The $10bn James Webb telescope has left Earth on its mission to show the first stars to light up the Universe.", + "title": "Kyle Rittenhouse says his case 'has nothing to do with race'", + "description": "\"I support the BLM movement,\" says the teen, who was acquitted of shooting three during racial unrest.", + "content": "\"I support the BLM movement,\" says the teen, who was acquitted of shooting three during racial unrest.", "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59790601?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59382788?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 12:38:53 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 03:08:48 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f3d19f9758d6336ddb66cd3c8cdb07f4" + "hash": "ba29904db0a0413462ac8ca98e69aa10" }, { - "title": "Pope Francis Urbi et Orbi address: World ignoring huge tragedies", - "description": "In his Christmas Day speech, the Pope said \"immense tragedies\" were being passed over in near silence.", - "content": "In his Christmas Day speech, the Pope said \"immense tragedies\" were being passed over in near silence.", + "title": "Australia missing campers: Man arrested over pair's disappearance", + "description": "Carol Clay and Russell Hill vanished in March last year during a camping trip in Victoria.", + "content": "Carol Clay and Russell Hill vanished in March last year during a camping trip in Victoria.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59789770?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59383007?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 12:04:05 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 02:31:24 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d78e8257e4afecab30707b8b8b944dcc" + "hash": "f9bf92a6ab5615145ea7674313eafc9f" }, { - "title": "Covid: Holiday plans disrupted as Omicron surge grounds flights", - "description": "Airlines say they are experiencing Covid-related staffing shortages over the busy Christmas period.", - "content": "Airlines say they are experiencing Covid-related staffing shortages over the busy Christmas period.", + "title": "Dart: Mission to smack Dimorphos asteroid set for launch", + "description": "A spacecraft is set to launch on a mission to nudge an asteroid off course.", + "content": "A spacecraft is set to launch on a mission to nudge an asteroid off course.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59788231?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/science-environment-59327293?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 09:02:29 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 01:41:20 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13a71a7a82f751af544db7bcb5f496d4" + "hash": "cb3276c1e4bbb6ae023d336da833ecf7" }, { - "title": "Police stray bullet kills teen in LA store's dressing room", - "description": "The teenager was in a changing room with her mother trying on dresses for her 15th birthday party.", - "content": "The teenager was in a changing room with her mother trying on dresses for her 15th birthday party.", + "title": "Kevin Spacey to pay $31m to studio after abuse claims", + "description": "The actor was ordered to pay $31m (£23.2) to the House of Cards studio after sexual abuse claims.", + "content": "The actor was ordered to pay $31m (£23.2) to the House of Cards studio after sexual abuse claims.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59785677?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59378553?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 17:34:31 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 00:26:04 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3cc68c78b65fee7fa055b5cee6489eae" + "hash": "ea7c17bd49c80e792819e4d8d56c5e5d" }, { - "title": "Russia fines Google over illegal content breach", - "description": "The verdict marks the first time Russia has fined a technology giant based on their annual turnover.", - "content": "The verdict marks the first time Russia has fined a technology giant based on their annual turnover.", + "title": "China bans Namewee's viral pop song Fragile", + "description": "Fragile mocks Beijing and “little pinks”, a term referring to young nationalists who rush to the defence of the Chinese government.", + "content": "Fragile mocks Beijing and “little pinks”, a term referring to young nationalists who rush to the defence of the Chinese government.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59784118?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59379880?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 15:23:37 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 00:11:48 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23ed3b079a2909ac0eacf63be83332bd" + "hash": "e34fe1ad8da2c3104b84405d8d4b0d1f" }, { - "title": "Climate change: Small army of volunteers keeping deniers off Wikipedia", - "description": "A group of editors is working tirelessly to keep bad climate info off the user-generated encyclopaedia.", - "content": "A group of editors is working tirelessly to keep bad climate info off the user-generated encyclopaedia.", + "title": "Six ways shoebox-sized satellites are trying to change the world", + "description": "The CubeSat began as an educational tool but is now helping out humanity", + "content": "The CubeSat began as an educational tool but is now helping out humanity", "category": "", - "link": "https://www.bbc.co.uk/news/blogs-trending-59452614?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59346457?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 00:13:39 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 00:10:20 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ba37743c1269e47a5c4ff52fa548b39" + "hash": "4c6d41280e8405f9b8bab6f1a4f61022" }, { - "title": "Murray Head: 'Unsung at home, but a hero in France'", - "description": "Murray Head is all but forgotten in the UK, but in his adopted home France he ranks among the greats.", - "content": "Murray Head is all but forgotten in the UK, but in his adopted home France he ranks among the greats.", + "title": "How child sex abuse rose during pandemic in India", + "description": "The demand and distribution of abuse imagery shot up in India as lockdowns confined people to their homes.", + "content": "The demand and distribution of abuse imagery shot up in India as lockdowns confined people to their homes.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59726874?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59173473?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 00:14:13 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 00:09:09 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9e9c273d074bc83f1a49e9c78069223" + "hash": "ee3a90cad33b8cdd99d4731366b99d2d" }, { - "title": "Switzerland's wolves get too close for comfort", - "description": "Alpine villages say the animals have started approaching children and they need to fend them off.", - "content": "Alpine villages say the animals have started approaching children and they need to fend them off.", + "title": "Can South Africa embrace renewable energy from the sun?", + "description": "South Africa's main electricity company Eskom plans to switch from using coal to renewable energy.", + "content": "South Africa's main electricity company Eskom plans to switch from using coal to renewable energy.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59738541?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-58971281?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 00:22:18 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 00:06:46 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5751041529fb771ae57ad221703c2eb1" + "hash": "8e975dda6110b3a9aa5199d7abf97602" }, { - "title": "Africa's week in pictures: 17-23 December 2021", - "description": "A selection of the best photos from the African continent and beyond.", - "content": "A selection of the best photos from the African continent and beyond.", + "title": "Ethiopia's Tigray conflict: What are Facebook and Twitter doing about hate speech?", + "description": "Critics say social media firms are not doing enough to curb online hate speech around Ethiopia's war.", + "content": "Critics say social media firms are not doing enough to curb online hate speech around Ethiopia's war.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59701734?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/59251942?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 00:10:02 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 00:05:12 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "01556a04eede324837154f5277233283" + "hash": "4fcfca7ab599b61b53c3ca225f8853b8" }, { - "title": "ICYMI: Christmas moments you may have missed from around the globe", - "description": "A New York neighbourhood going all out for the holidays and other stories you may have missed this week.", - "content": "A New York neighbourhood going all out for the holidays and other stories you may have missed this week.", + "title": "Iran nuclear programme: Threat of Israeli strike grows", + "description": "As Iran's nuclear programme forges ahead, some see Israel running out of options to thwart it.", + "content": "As Iran's nuclear programme forges ahead, some see Israel running out of options to thwart it.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59777677?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59322152?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 07:41:21 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 00:03:48 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d039d994c8296797fa6ef8887991b21" + "hash": "ac6dcb2c028396497a983d4f32eedd9a" }, { - "title": "Art: 'People amazed I fold paper for a living, then they see it'", - "description": "Artist Polly Verity loves the look and feel of paper and has been \"lost in its landscape\" for years.", - "content": "Artist Polly Verity loves the look and feel of paper and has been \"lost in its landscape\" for years.", + "title": "Wisconsin witnesses recount how SUV mowed down parade-goers", + "description": "\"Little girls flying through the air.\" Witnesses recount the Waukesha Christmas parade horror.", + "content": "\"Little girls flying through the air.\" Witnesses recount the Waukesha Christmas parade horror.", "category": "", - "link": "https://www.bbc.co.uk/news/uk-wales-59729022?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59382797?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 00:03:58 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 22:48:47 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "96244e2de97a8ca78e8f927cb0ee09b7" + "hash": "63c5bfc994fda179eea0ee0fd348054a" }, { - "title": "Daunte Wright shooting: Key moments in the trial of Kimberly Potter", - "description": "The trial saw emotional testimonies and dramatic bodycam footage of the fatal shooting.", - "content": "The trial saw emotional testimonies and dramatic bodycam footage of the fatal shooting.", + "title": "Wisconsin: Waukesha Police Chief chokes up while naming Christmas parade incident victims", + "description": "At least five people, aged between 52 and 81, were killed when a vehicle ploughed into a Christmas parade.", + "content": "At least five people, aged between 52 and 81, were killed when a vehicle ploughed into a Christmas parade.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59776920?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59381928?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 21:46:57 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 21:13:11 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd6d17bb22ac6670adfdcdf3837e7d71" + "hash": "8e655b03c1a3c115528f16a1ee410422" }, { - "title": "Chris Noth: Fifth woman accuses Sex and the City actor of misconduct", - "description": "US singer Lisa Gentile alleges the Sex and the City actor groped her in a New York apartment in 2002.", - "content": "US singer Lisa Gentile alleges the Sex and the City actor groped her in a New York apartment in 2002.", + "title": "Wisconsin: Driver 'intentionally' mowed down people at parade", + "description": "At least five people, aged 52 to 81, were killed when an SUV ploughed into a Christmas celebration.", + "content": "At least five people, aged 52 to 81, were killed when an SUV ploughed into a Christmas celebration.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59780489?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59378571?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 18:21:15 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 21:13:01 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3fe5aae4cfaa4ecd212e1aa3081e926f" + "hash": "d84110efe9f65a3f86f8e44a3c693679" }, { - "title": "Sudan coup: Military cuts internet services ahead of planned protests", - "description": "Web services are restricted in the capital ahead of demonstrations against the military coup.", - "content": "Web services are restricted in the capital ahead of demonstrations against the military coup.", + "title": "Austrian Chancellor: 'You don’t only have rights, you have obligations'", + "description": "Austria's chancellor regrets jabs will be mandatory, but current low rates are \"too little, too late\".", + "content": "Austria's chancellor regrets jabs will be mandatory, but current low rates are \"too little, too late\".", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59789491?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59378552?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:41:18 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 21:08:52 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "44742e4a7f9b80c9fcfa483fa7153b47" + "hash": "89080af76969ffab57ee385fd8881cf2" }, { - "title": "Bangladesh ferry fire: Dozens killed near Jhalakathi", - "description": "At least 37 people die and about 100 are injured after a ferry catches fire in southern Bangladesh.", - "content": "At least 37 people die and about 100 are injured after a ferry catches fire in southern Bangladesh.", + "title": "Peppa Pig and losing notes: UK PM's bizarre speech", + "description": "Boris Johnson is questioned by a reporter after talking about Peppa Pig World at a business conference.", + "content": "Boris Johnson is questioned by a reporter after talking about Peppa Pig World at a business conference.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59777784?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-59381775?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 12:28:25 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 19:23:16 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "3d52552a0ef52fa960201814d0001479" + "hash": "bdf06f2a9e44062fb1f298b98575e82f" }, { - "title": "Covid: Christmas flights cancelled and new curbs amid Omicron spread", - "description": "Millions face travel disruption and more restrictions as Omicron upends Christmas plans worldwide.", - "content": "Millions face travel disruption and more restrictions as Omicron upends Christmas plans worldwide.", + "title": "Germany Covid: Health minister's stark warning to get jabbed", + "description": "As Germany battles a fourth Covid wave, the health minister gives a stark warning to get vaccinated.", + "content": "As Germany battles a fourth Covid wave, the health minister gives a stark warning to get vaccinated.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59780318?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59378548?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 14:31:55 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 16:17:02 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6fab04eb8ea82456ef813924cdcc850" + "hash": "fbc91a8111a836a136322afd14c72276" }, { - "title": "James Franco accusers call him 'completely insensitive' after interview", - "description": "Oscar-nominated actor James Franco recently admitted having sex with students at his drama school.", - "content": "Oscar-nominated actor James Franco recently admitted having sex with students at his drama school.", + "title": "Jerome Powell nominated to stay as US Federal Reserve chair", + "description": "President Biden opts for continuity by nominating Jerome Powell to remain head of the central bank.", + "content": "President Biden opts for continuity by nominating Jerome Powell to remain head of the central bank.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59780064?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59340779?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 10:09:45 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 16:14:39 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2cdeaa050c53d29d1a8a8343d8421856" + "hash": "51ccc4bdfedd780676a05e15fcccbc87" }, { - "title": "Russian priest who adopted 70 children jailed for abuse", - "description": "Nikolai Stremsky, reputed to have had Russia's biggest family, is convicted of raping children.", - "content": "Nikolai Stremsky, reputed to have had Russia's biggest family, is convicted of raping children.", + "title": "Covid in Kenya: Government gives 20 million a month to get vaccinated", + "description": "Although less than 10% of Kenyans are vaccinated, the government wants to avoid a surge over Christmas.", + "content": "Although less than 10% of Kenyans are vaccinated, the government wants to avoid a surge over Christmas.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59779376?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59367726?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 10:58:27 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 14:55:37 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f16f828be8cf1bf286310b2d3dc03c2" + "hash": "bd8ed3753f7fe800f940ab187c294dd1" }, { - "title": "Hong Kong universities remove more monuments marking Tiananmen", - "description": "It comes a day after a famous statue marking the 1989 massacre was removed from a university.", - "content": "It comes a day after a famous statue marking the 1989 massacre was removed from a university.", + "title": "Cuba congratulates Venezuela on poll before result was out", + "description": "Cuba's president tweeted about the results before there had been an official announcement.", + "content": "Cuba's president tweeted about the results before there had been an official announcement.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59752089?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59331696?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 04:21:57 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 14:18:28 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd9838ac61894e068450fa7ab3efe7fa" + "hash": "fc5c1da84809c00ec943a5340f2e498f" }, { - "title": "Haridwar: Police case after outrage in India over anti-Muslim hate speech", - "description": "Viral videos show Hindu religious leaders making provocative anti-Muslim speeches at a conclave in Haridwar.", - "content": "Viral videos show Hindu religious leaders making provocative anti-Muslim speeches at a conclave in Haridwar.", + "title": "Crowd trouble threatens future of French football, says sports minister", + "description": "France's sports minister says repeated crowd trouble at Ligue 1 matches is putting the \"survival\" of French football \"at stake\".", + "content": "France's sports minister says repeated crowd trouble at Ligue 1 matches is putting the \"survival\" of French football \"at stake\".", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59778426?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/football/59374778?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 07:43:17 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 13:51:31 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f528afad098569c5102b2c0b6b1a7146" + "hash": "faeace408f23d9bdd02b1388103ca22d" }, { - "title": "Rare pink handfish spotted in Australia for first time in decades", - "description": "Australian researchers found the endangered \"walking\" handfish in wild waters off Tasmania.", - "content": "Australian researchers found the endangered \"walking\" handfish in wild waters off Tasmania.", + "title": "Peng Shuai: WTA says concerns remain for Chinese tennis star after IOC call", + "description": "Peng Shuai disappeared from the public eye after making sex assault allegations against a Chinese official.", + "content": "Peng Shuai disappeared from the public eye after making sex assault allegations against a Chinese official.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59778215?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59372058?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 03:45:18 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 12:23:17 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d49ce8bf5cef0b66cd981b8b6d12557" + "hash": "a4c5b1f072912911595302f2264d7d97" }, { - "title": "Pregnant woman among 15 charged for Uganda attacks", - "description": "Police say the suspects are linked to four attacks by a branch of the Islamic State group.", - "content": "Police say the suspects are linked to four attacks by a branch of the Islamic State group.", + "title": "Far-right candidate through to Chile presidential run-off", + "description": "Voters will have to choose between far-right candidate José Antonio Kast and left-winger Gabriel Boric.", + "content": "Voters will have to choose between far-right candidate José Antonio Kast and left-winger Gabriel Boric.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59779924?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59331695?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 12:27:41 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 11:41:24 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4eb8e00faf87bf1113a4710349095c37" + "hash": "21b7cc1a566b62b2b2e1b7c7e68b1843" }, { - "title": "Selfridges sold for £4bn to Thai-Austrian alliance", - "description": "The British luxury store chain is being bought by Thailand's Central Group and Signa Group of Austria.", - "content": "The British luxury store chain is being bought by Thailand's Central Group and Signa Group of Austria.", + "title": "Covid vaccines: How fast is progress around the world?", + "description": "Charts and maps tracking the progress of Covid vaccination programmes.", + "content": "Charts and maps tracking the progress of Covid vaccination programmes.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59777577?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-56237778?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 11:11:06 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 11:32:20 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12d6cceccd686ac6b38ba2fa4117f66a" + "hash": "ab04b377b24fcba927c694cd9953f606" }, { - "title": "James Franco: I'll admit, I did sleep with students... and that was wrong", - "description": "The actor paid $2.2m (£1.6m) after being sued over \"sexually-charged behaviour towards female students\".", - "content": "The actor paid $2.2m (£1.6m) after being sued over \"sexually-charged behaviour towards female students\".", + "title": "American Music Awards: BTS and Taylor Swift take top awards", + "description": "The K-pop band win artist of the year, while Taylor Swift picks up a record-breaking 34th award.", + "content": "The K-pop band win artist of the year, while Taylor Swift picks up a record-breaking 34th award.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59776765?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/entertainment-arts-59372518?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 19:04:26 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 10:50:25 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "486125e8b95fa621f237e7a10d6333c7" + "hash": "25a4efa368020978e136b833f1abcc2b" }, { - "title": "James Webb Space Telescope: How does it work?", - "description": "The telescope has been 30 years in the making and is nearly ready to launch, but what makes it so special?", - "content": "The telescope has been 30 years in the making and is nearly ready to launch, but what makes it so special?", + "title": "War photographer: 'Telling people's stories gives me hope'", + "description": "Claire Thomas says she couldn't help people in Iraq and Afghanistan, but she could tell their stories.", + "content": "Claire Thomas says she couldn't help people in Iraq and Afghanistan, but she could tell their stories.", "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59760229?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/uk-wales-59332407?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 00:00:48 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 10:43:45 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7bef3cea4a76c45d0678ca1e01fa8337" + "hash": "894133770f86f3a6bec4759c9ee4c06e" }, { - "title": "Georgia: The rise of the right", - "description": "LGBT activists cancelled Tbilisi Pride this year after violence from far-right protesters.", - "content": "LGBT activists cancelled Tbilisi Pride this year after violence from far-right protesters.", + "title": "'I never expected my wedding song to be a global hit'", + "description": "Nimco Happy, the Somali singer of the viral TikTok hit Isii Nafta (I love you more than my life), reacts to her new-found fame.", + "content": "Nimco Happy, the Somali singer of the viral TikTok hit Isii Nafta (I love you more than my life), reacts to her new-found fame.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59763185?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59369575?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 00:00:32 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 07:38:55 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b851f7ec2fb9496185dc0658cc3b2dc7" + "hash": "1d945f3b231d0ce13780952eaead2085" }, { - "title": "Kentucky tornado: Bodycam footage shows moment babies pulled alive from rubble", - "description": "Their grandmother tucked them in a bath with a Bible and a blanket before the Kentucky twister hit.", - "content": "Their grandmother tucked them in a bath with a Bible and a blanket before the Kentucky twister hit.", + "title": "The 99-year-old cyclist who has won a world silver medal", + "description": "How a former World War Two pilot came second in a cycling competition for older people.", + "content": "How a former World War Two pilot came second in a cycling competition for older people.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59764990?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/business-59317505?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 02:34:06 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 00:09:08 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fef53f7488d38ba2c7b933d339660cf6" + "hash": "3ccc2ae3a0a0db12aff9f92e13d5bf61" }, { - "title": "Daunte Wright death: US 'Taser mix-up' ex-officer guilty of manslaughter", - "description": "The April shooting led to days of demonstrations against police killings of black men.", - "content": "The April shooting led to days of demonstrations against police killings of black men.", + "title": "TB Joshua's widow and the battle for his Nigerian church", + "description": "Five months after the death of the prominent Nigerian televangelist, services have resumed.", + "content": "Five months after the death of the prominent Nigerian televangelist, services have resumed.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59776917?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59295624?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 22:08:22 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 00:08:48 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4435f092b494f6fcaeb84de1560ab5c" + "hash": "56cb8b9d543a9c3a931357b421402f2b" }, { - "title": "Joan Didion: US literary icon dies at 87", - "description": "She was known for chronicling US culture and was a screenwriter for the 1976 film A Star is Born.", - "content": "She was known for chronicling US culture and was a screenwriter for the 1976 film A Star is Born.", + "title": "Why schools are failing children on climate change", + "description": "Experts say it's time for India's schools to start teaching climate change as a distinct subject.", + "content": "Experts say it's time for India's schools to start teaching climate change as a distinct subject.", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59775127?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59173478?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 20:20:52 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 00:06:36 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae6a4ea4dc208b44a0516f9e7320de10" + "hash": "fa12d130c1b2bd5a889b5359f328366d" }, { - "title": "Chris Noth: Fourth woman accuses Sex and the City actor of assault", - "description": "US singer Lisa Gentile alleges the Sex and the City actor groped her in a New York apartment in 2002.", - "content": "US singer Lisa Gentile alleges the Sex and the City actor groped her in a New York apartment in 2002.", + "title": "Kunsthaus Zurich: Looted art claims pose questions for Swiss museum", + "description": "Emil Bührle's impressionist art collection raises problems for Zurich's big, extended Kunsthaus.", + "content": "Emil Bührle's impressionist art collection raises problems for Zurich's big, extended Kunsthaus.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59780489?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59320514?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Fri, 24 Dec 2021 11:50:42 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 00:04:04 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d9649857b209304a1149cf5749b3864" + "hash": "38c003678146d44dbef13f4328ea3d08" }, { - "title": "Russia-Ukraine crisis: Putin says ball in West's court", - "description": "Russia's leader demands an immediate response to his demands for Nato to pull back in Eastern Europe.", - "content": "Russia's leader demands an immediate response to his demands for Nato to pull back in Eastern Europe.", + "title": "Beirut blast: UN ignored plea for port disaster evidence", + "description": "Letters to the UN chief's office requesting key information have gone unanswered, the BBC has found.", + "content": "Letters to the UN chief's office requesting key information have gone unanswered, the BBC has found.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59766810?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-middle-east-59290301?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:06:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 00:00:53 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0c3b6ed6e530ed7ac846244a85ecc26" + "hash": "e94ecb42ace0e331494144a5cd62abba" }, { - "title": "Pillar of Shame: Hong Kong's Tiananmen Square statue removed", - "description": "It was one of the few remaining public memorials in Hong Kong commemorating the 1989 massacre.", - "content": "It was one of the few remaining public memorials in Hong Kong commemorating the 1989 massacre.", + "title": "Covid: Water cannons and tear gas fired at protesters in Belgium", + "description": "Belgium is the latest country to face unrest over new Covid-19 measures, with anger spreading across Europe.", + "content": "Belgium is the latest country to face unrest over new Covid-19 measures, with anger spreading across Europe.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59764029?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59368718?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 02:57:08 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 18:11:55 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e58f4bf08300d9271406096d0d9bde1f" + "hash": "215e22c09432f2933aec0894fbbc06fe" }, { - "title": "Belgium agrees to close controversial ageing nuclear reactors", - "description": "The plants have for years sparked safety fears from neighbours including Germany.", - "content": "The plants have for years sparked safety fears from neighbours including Germany.", + "title": "ICYMI: Snowboarding baby goes viral and motocross rider front flips off a cliff", + "description": "Snowboarding baby, Wang Yuji, goes viral in China and others stories you may have missed this week.", + "content": "Snowboarding baby, Wang Yuji, goes viral in China and others stories you may have missed this week.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59768195?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59346367?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 12:38:41 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 12:02:37 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e5dd37d8912e3012428a01ae5c662160" + "hash": "7f6e453458e74c8d44c55c59ef42260c" }, { - "title": "James Franco admits sleeping with students from his acting school", - "description": "The actor spoke at length about allegations of sexual misconduct made against him in 2018.", - "content": "The actor spoke at length about allegations of sexual misconduct made against him in 2018.", + "title": "Ole Gunnar Solskjaer: What went wrong at Man Utd?", + "description": "Ole Gunnar Solskjaer leaves Old Trafford after a slump in form - but was it all down to him?", + "content": "Ole Gunnar Solskjaer leaves Old Trafford after a slump in form - but was it all down to him?", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59765052?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/sport/football/59364799?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 10:21:05 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 10:38:53 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54b077c4ac083141916f5f7f7138b31a" + "hash": "55afbe3d2d62def8b14eacd27b8f4afa" }, { - "title": "Netlicks? 'The TV screen you can taste’", - "description": "A Japanese professor invents a prototype TV that sprays flavours onto a lickable \"hygienic film\".", - "content": "A Japanese professor invents a prototype TV that sprays flavours onto a lickable \"hygienic film\".", + "title": "Barcelona tackles roaming wild boar problem", + "description": "Pop star Shakira is just one of the city's residents to have had problems with the animals.", + "content": "Pop star Shakira is just one of the city's residents to have had problems with the animals.", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59760490?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59352740?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:12:28 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 00:04:35 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a7793dfcfddf55eada0be73b6e95d2d" + "hash": "ca474f0ca62b6dfce6e766f804069d99" }, { - "title": "Kêfa Sagbadjou Glèlè: Monarch of once-powerful West African kingdom dies", - "description": "Kêfa Sagbadjou Glèlè, thought to have been in his nineties, had ruled over Abomey for two years.", - "content": "Kêfa Sagbadjou Glèlè, thought to have been in his nineties, had ruled over Abomey for two years.", + "title": "Kyle Rittenhouse: Who is US teen cleared of protest killings?", + "description": "The suspect shot three men, two of whom were armed, during racial unrest in Wisconsin.", + "content": "The suspect shot three men, two of whom were armed, during racial unrest in Wisconsin.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59773767?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-53934109?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 16:04:40 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 22:43:21 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f21aa2fd639f04532c46ecf98c29309" + "hash": "70fdde6c646e5b9b93e81d9e2e7da8ff" }, { - "title": "Capitol riot: Proud Boy pleads guilty and agrees to cooperate with authorities", - "description": "Matthew Greene is believed to be the first far-right group member to plead guilty and co-operate.", - "content": "Matthew Greene is believed to be the first far-right group member to plead guilty and co-operate.", + "title": "Belarus's Lukashenko tells BBC: We may have helped migrants into EU", + "description": "In an exclusive interview, Alexander Lukashenko says it was \"absolutely possible\" migrants had help.", + "content": "In an exclusive interview, Alexander Lukashenko says it was \"absolutely possible\" migrants had help.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59775546?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59343815?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 17:11:50 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 22:24:03 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "332076502eb73e7397547216d114acac" + "hash": "d05d83f9f0bd6ab8e9c0aa9e64c38ebf" }, { - "title": "Philadelphia congresswoman carjacked at gunpoint in broad daylight", - "description": "The lawmaker's government phone and ID were among belongings that were also snatched.", - "content": "The lawmaker's government phone and ID were among belongings that were also snatched.", + "title": "Kyle Rittenhouse: US teenager cleared over Kenosha killings", + "description": "Kyle Rittenhouse killed two men and injured a third at racial justice protests in Kenosha, Wisconsin.", + "content": "Kyle Rittenhouse killed two men and injured a third at racial justice protests in Kenosha, Wisconsin.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59764824?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59352228?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 01:31:20 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 21:46:02 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "1190e21b56398139e568ab3d39e34345" + "hash": "c648e9b5f78e8704606c5f658290faf1" }, { - "title": "Sudan women protest against 'rape by security forces'", - "description": "Women and girls were allegedly sexually abused by security forces during a demonstration on Sunday.", - "content": "Women and girls were allegedly sexually abused by security forces during a demonstration on Sunday.", + "title": "Peng Shuai: US 'deeply concerned' over Chinese tennis star", + "description": "Peng Shuai, 35, has not been heard from since she accused a top Chinese official of sexual assault.", + "content": "Peng Shuai, 35, has not been heard from since she accused a top Chinese official of sexual assault.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59755684?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-china-59327679?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 16:54:44 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 21:31:12 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa20d16406871afe5de00d62bc4c0912" + "hash": "a723ed62d265e517684a6c6fee012339" }, { - "title": "Australia settles lawsuit over welfare scheme criticised as racist", - "description": "Aboriginal communities said a welfare scheme criticised as \"modern-day slavery\" had increased poverty.", - "content": "Aboriginal communities said a welfare scheme criticised as \"modern-day slavery\" had increased poverty.", + "title": "In pictures: British Columbia devastated by catastrophic floods", + "description": "The flooding in Canada's west may be the most expensive natural disaster in the country's history.", + "content": "The flooding in Canada's west may be the most expensive natural disaster in the country's history.", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59765371?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59352803?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 04:24:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 21:24:22 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2a9513efd390c52983182730aa4ae3d" + "hash": "579cb96a4121049d464911da10488a26" }, { - "title": "Omicron: Biden denies failure in pandemic testing response", - "description": "A shortage of tests have plagued the US while the latest variant has spawned an explosion in cases.", - "content": "A shortage of tests have plagued the US while the latest variant has spawned an explosion in cases.", + "title": "DR Congo data leak: Millions transferred to Joseph Kabila allies", + "description": "Family and friends of former DR Congo President Joseph Kabila are named by Africa's biggest data leak.", + "content": "Family and friends of former DR Congo President Joseph Kabila are named by Africa's biggest data leak.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59764827?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59343922?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 04:02:06 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 17:57:59 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e6fc3a8bbb7f3e5df542eab500de99c" + "hash": "ac92bff0ab3e0d108d59190df13ab416" }, { - "title": "Gay Santa ad highlights big shift in Norwegian society", - "description": "The ad showing Father Christmas kissing a man highlights 50 years of changes in Norwegian LGBT rights.", - "content": "The ad showing Father Christmas kissing a man highlights 50 years of changes in Norwegian LGBT rights.", + "title": "Kamala Harris: First woman to get US presidential powers (briefly)", + "description": "Vice-President Kamala Harris briefly took control during Joe Biden's routine health check.", + "content": "Vice-President Kamala Harris briefly took control during Joe Biden's routine health check.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59738542?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59352170?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:17:33 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 17:44:18 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "eef308aca8f9f05eede4419c899c8d5f" + "hash": "62e80eb265d267cd27b9d2008a26fb13" }, { - "title": "Kashmir fury at India's plan to redraw voting map", - "description": "Kashmiris fear India's draft proposal to redraw constituency lines will limit their choice of leader.", - "content": "Kashmiris fear India's draft proposal to redraw constituency lines will limit their choice of leader.", + "title": "Austria to go into full lockdown as Covid surges", + "description": "As well as Monday's lockdown, the chancellor says vaccinations will be compulsory from February.", + "content": "As well as Monday's lockdown, the chancellor says vaccinations will be compulsory from February.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59737858?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59343650?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:25:36 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 16:49:00 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "90feef4fedefc6e20203958dcef85c92" + "hash": "093210740231d88f7948e5a107ce400b" }, { - "title": "Is this the world's largest virtual fashion show?", - "description": "Asia's biggest metaverse - an intricate world populated by young women shopping for avatar outfits.", - "content": "Asia's biggest metaverse - an intricate world populated by young women shopping for avatar outfits.", + "title": "Belarus president tells BBC: ‘We won’t stop the migrants’", + "description": "In an exclusive interview, President Lukashenko tells the BBC it’s “absolutely possible” his forces helped migrants cross into Poland.", + "content": "In an exclusive interview, President Lukashenko tells the BBC it’s “absolutely possible” his forces helped migrants cross into Poland.", "category": "", - "link": "https://www.bbc.co.uk/news/business-59558921?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59353683?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:09:18 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 16:43:52 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3875b60a01a38d30a768c40380856b15" + "hash": "621a46140d41fb9a58dbfa624d7b3cca" }, { - "title": "How this iconic Manhattan newsstand survived the Covid pandemic", - "description": "Since 1994, Casa Magazines in New York City has carried almost 3,000 unique magazine titles.", - "content": "Since 1994, Casa Magazines in New York City has carried almost 3,000 unique magazine titles.", + "title": "Africa is the future, says US. But what will change?", + "description": "US Secretary of State Antony Blinken talks of partnerships and avoids condescending lectures of the past.", + "content": "US Secretary of State Antony Blinken talks of partnerships and avoids condescending lectures of the past.", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59702495?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-africa-59327059?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:01:23 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 16:43:28 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "91bae48adf80ce4fa0c5f1fb7c1df95c" + "hash": "45f35b0e1a3e94bab1850298fe1be5ee" }, { - "title": "Is Russia preparing to invade Ukraine? And other questions", - "description": "What you need to know about Russia's troop build-up along Ukraine's borders.", - "content": "What you need to know about Russia's troop build-up along Ukraine's borders.", + "title": "Elijah McClain family to receive $15m settlement from Colorado", + "description": "Elijah McClain was put in a chokehold and injected with ketamine after being stopped by police.", + "content": "Elijah McClain was put in a chokehold and injected with ketamine after being stopped by police.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-56720589?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59351260?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:07:53 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 16:05:58 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08d8435d77528237eb7390ddef2b05e4" + "hash": "4ec1339b2280786c7a129a2260846d05" }, { - "title": "Kerala school uniform: Why some Muslim groups are protesting", - "description": "Muslim groups in India's Kerala state protest after a government school allows girls to wear trousers.", - "content": "Muslim groups in India's Kerala state protest after a government school allows girls to wear trousers.", + "title": "US House votes to pass $1.9tn social spending plan", + "description": "The Build Back Better Act now heads to the Senate, where it faces significant hurdles.", + "content": "The Build Back Better Act now heads to the Senate, where it faces significant hurdles.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59723756?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59351261?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 00:07:33 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 16:03:01 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "697d669cb2a1984dd624c702c6713f6d" + "hash": "9ca02054e34a03a970dc5d98d43b358e" }, { - "title": "The Maasai TikTokers wowing Bollywood fans", - "description": "Tanzanian siblings Kili and Neema Paul lip sync perfectly in Hindi, accruing millions of followers.", - "content": "Tanzanian siblings Kili and Neema Paul lip sync perfectly in Hindi, accruing millions of followers.", + "title": "Brazil: Amazon sees worst deforestation levels in 15 years", + "description": "The figures come after Brazil promised to end the practice by 2030 during the COP climate summit.", + "content": "The figures come after Brazil promised to end the practice by 2030 during the COP climate summit.", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59690317?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-latin-america-59341770?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 00:11:57 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 09:47:31 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31ecae3fc89a27eddeb56721abc433b9" + "hash": "cd76efca2b6f68f109bd03f18a4a3eca" }, { - "title": "President Putin: West must give us guarantees over Ukraine", - "description": "In his annual press conference, President Putin demands Nato abandon military activity in Eastern Europe.", - "content": "In his annual press conference, President Putin demands Nato abandon military activity in Eastern Europe.", + "title": "Farm laws: India PM Narendra Modi repeals controversial reforms", + "description": "Indian PM Narendra Modi has announced the repeal of controversial farm laws.", + "content": "Indian PM Narendra Modi has announced the repeal of controversial farm laws.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59770673?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59342627?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 15:11:28 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 07:09:18 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1d003e6f27da2c24e3d5b36354750ce" + "hash": "d17344f674995505777eb1fc5ce9330f" }, { - "title": "Tiananmen Square memorial statue removed in Hong Kong", - "description": "The Pillar of Shame showed piled-up corpses to commemorate protesters killed by Chinese authorities in 1989.", - "content": "The Pillar of Shame showed piled-up corpses to commemorate protesters killed by Chinese authorities in 1989.", + "title": "Viewpoint: When Hindus and Muslims joined hands to riot", + "description": "What can 100-year-old riots, where Hindus and Muslims fought on the same side, teach us?", + "content": "What can 100-year-old riots, where Hindus and Muslims fought on the same side, teach us?", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59766737?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-india-59174930?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 07:06:29 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 01:12:24 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f98db72bd8027c6a268e1c4fa25b697c" + "hash": "18175df8043ff3ae7b920c947f74eecc" }, { - "title": "Super Typhoon Rai: BBC correspondent shows damage on Siargao Island", - "description": "Correspondent Howard Johnson is surrounded by smashed glass and roofs torn off like sardine lids on Siargao Island.", - "content": "Correspondent Howard Johnson is surrounded by smashed glass and roofs torn off like sardine lids on Siargao Island.", + "title": "Why France's Zemmour is dredging up World War Two", + "description": "The TV pundit is a likely presidential candidate but his views on wartime history are controversial.", + "content": "The TV pundit is a likely presidential candidate but his views on wartime history are controversial.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59753026?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59329974?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 07:15:40 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 01:09:48 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e51a609fa502dd4e89cafdec19aca087" + "hash": "948753fc03e1bfe84420783d6d3476e1" }, { - "title": "Saving Kyrgyzstan's deer from brink of extinction", - "description": "Kyrgyzstan used to be home to thousands of deer, but now there are as few as 400 left.", - "content": "Kyrgyzstan used to be home to thousands of deer, but now there are as few as 400 left.", + "title": "Malaysian transgender woman Nur Sajat: 'I had to run away'", + "description": "Transgender woman Nur Sajat fled Malaysia after being charged with insulting Islam.", + "content": "Transgender woman Nur Sajat fled Malaysia after being charged with insulting Islam.", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59731003?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59286774?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 00:02:29 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 01:02:11 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "feba2e14f9fc316d6da1056fac5beb98" + "hash": "d6161b78c13406468e593e95706f7145" }, { - "title": "Malaysia hit by the worst floods in decades", - "description": "At least 14 people have died and tens of thousands evacuated their homes after torrential rain.", - "content": "At least 14 people have died and tens of thousands evacuated their homes after torrential rain.", + "title": "Afghanistan: The teenage girls returning to school under the Taliban", + "description": "The BBC's John Simpson visits Bamiyan and finds some girls are attending secondary school in Afghanistan.", + "content": "The BBC's John Simpson visits Bamiyan and finds some girls are attending secondary school in Afghanistan.", "category": "", - "link": "https://www.bbc.co.uk/news/world-59749146?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-asia-59340356?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:22:22 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 00:26:02 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "121b3c95d2e75c7cca9e26dcbde1bb55" + "hash": "69cabad667ce04a8980e88eeac1404b6" }, { - "title": "Omicron wave appears milder, but concern remains", - "description": "The risk of needing hospital treatment could be 30 - 70% lower with Omicron than other variants.", - "content": "The risk of needing hospital treatment could be 30 - 70% lower with Omicron than other variants.", + "title": "Australian school food van: 'I didn't believe in myself until I got this job'", + "description": "An Australian school is using a food van to help struggling students explore new avenues.", + "content": "An Australian school is using a food van to help struggling students explore new avenues.", "category": "", - "link": "https://www.bbc.co.uk/news/health-59758784?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-australia-59257766?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 20:46:43 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 00:16:16 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39f6b5d42ab6b45405a01d0e2b7d45e3" + "hash": "0b6ba32e2c4089e8d2d89215f34591f1" }, { - "title": "NHL will not send players to Beijing Olympics", - "description": "The National Hockey League (NHL) says it will not send its players to the men's ice hockey tournament at the Beijing Winter Olympics.", - "content": "The National Hockey League (NHL) says it will not send its players to the men's ice hockey tournament at the Beijing Winter Olympics.", + "title": "Ros Atkins on... the missing Chinese tennis star Peng Shuai", + "description": "Questions remain about the whereabouts of Peng Shuai, after she accused a top Chinese government official of sexual assault.", + "content": "Questions remain about the whereabouts of Peng Shuai, after she accused a top Chinese government official of sexual assault.", "category": "", - "link": "https://www.bbc.co.uk/sport/ice-hockey/59760792?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-59341755?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:25:35 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 00:08:34 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc4d02c5668684fd749ffda2f765e746" + "hash": "4667c41dd20dee9f25fef70cf4ccc947" }, { - "title": "Chelsea FC owner Roman Abramovich gets apology over Putin claim", - "description": "HarperCollins apologises to Chelsea FC's owner over allegations he was ordered to buy the club.", - "content": "HarperCollins apologises to Chelsea FC's owner over allegations he was ordered to buy the club.", + "title": "The doctor fleeing Tennessee over Covid", + "description": "The former head of the US state's vaccine rollout has been forced out after threats and taunts.", + "content": "The former head of the US state's vaccine rollout has been forced out after threats and taunts.", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59756344?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-us-canada-59335010?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 20:23:15 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 18 Nov 2021 21:34:49 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c0914fc03623dc480205b0edda669b1" + "hash": "25a34e71a3d136c6d26773934d97a3ff" }, { - "title": "Roman-era 'Good Shepherd' ring found off Israel in ancient shipwreck", - "description": "Israeli archaeologists discover a Roman-era gold ring bearing an early Christian depiction of Jesus.", - "content": "Israeli archaeologists discover a Roman-era gold ring bearing an early Christian depiction of Jesus.", + "title": "The family of asylum-seekers trapped on Europe’s edge", + "description": "A BBC team filmed a couple and their two-year-old daughter as they attempted to cross the Bosnia-Croatia border into the EU in search of asylum for the 40th time.", + "content": "A BBC team filmed a couple and their two-year-old daughter as they attempted to cross the Bosnia-Croatia border into the EU in search of asylum for the 40th time.", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59754153?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.bbc.co.uk/news/world-europe-59325777?at_medium=RSS&at_campaign=KARANGA", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:37:31 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 18 Nov 2021 05:59:26 GMT", "folder": "00.03 News/News - EN", "feed": "BBC Worldwide", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f605ff7620692c5c952397e96e7eb279" - }, + "hash": "574704d6a882191b6aca4393241a6ea0" + } + ], + "folder": "00.03 News/News - EN", + "name": "BBC Worldwide", + "language": "en", + "hash": "59d739939902ce3799242c8149a06d1f" + }, + { + "title": "Lifehacker", + "subtitle": "", + "link": "https://lifehacker.com", + "image": null, + "description": "Do everything better", + "items": [ { - "title": "Xi'an: Chinese city under lockdown as Covid cases rise", - "description": "More than 13 million people in the city of Xi'an have been told to stay at home amid a Covid outbreak.", - "content": "More than 13 million people in the city of Xi'an have been told to stay at home amid a Covid outbreak.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59743487?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 16:33:14 GMT", + "title": "Why Do Retro Games Look Better on Old TVs?", + "description": "

    If you own retro consoles—say, a Super Nintendo or a Sega Genesis—you have access to some of gaming’s greatest roots. However, you might find plugging these awesome consoles into your current TV doesn’t result in the experience you remember from years past. Games look fuzzy and distorted, and it can be tempting to…

    Read more...

    ", + "content": "

    If you own retro consoles—say, a Super Nintendo or a Sega Genesis—you have access to some of gaming’s greatest roots. However, you might find plugging these awesome consoles into your current TV doesn’t result in the experience you remember from years past. Games look fuzzy and distorted, and it can be tempting to…

    Read more...

    ", + "category": "consumer electronics", + "link": "https://lifehacker.com/why-do-retro-games-look-better-on-old-tvs-1848306958", + "creator": "Jake Peterson", + "pubDate": "Wed, 05 Jan 2022 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "924ef90809ae4592161f40d43e2eb646" + "hash": "076ec91e07b4eb8f5833de2944f61a65", + "highlights": [] }, { - "title": "The secret lives of Ghislaine Maxwell and Jeffrey Epstein", - "description": "Never-before-seen photos released during her trial shed new light on their private lives.", - "content": "Never-before-seen photos released during her trial shed new light on their private lives.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59737125?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 00:53:30 GMT", + "title": "All the Ways You Didn't Know You Were Ruining Your Mattress", + "description": "

    Considering that the average person spends about 26 years of their life sleeping, how we take care of our mattress matters. But a mattress is easy to forget about. Most of the time, it’s invisible, obscured by sheets and too many throw pillows. As long as it does its job, we may not even think about it until it’s time…

    Read more...

    ", + "content": "

    Considering that the average person spends about 26 years of their life sleeping, how we take care of our mattress matters. But a mattress is easy to forget about. Most of the time, it’s invisible, obscured by sheets and too many throw pillows. As long as it does its job, we may not even think about it until it’s time…

    Read more...

    ", + "category": "mattresses", + "link": "https://lifehacker.com/all-the-ways-you-didnt-know-you-were-ruining-your-mattr-1848307051", + "creator": "Sarah Showfety", + "pubDate": "Wed, 05 Jan 2022 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5bcee924154d3e95e4e3a27a4714142f" + "hash": "f9a1150a994b652744873cb1285b71f1", + "highlights": [] }, { - "title": "Russia-Ukraine crisis: Kyiv hopes truce will ease military tensions", - "description": "Russia and Ukraine agree to restore a ceasefire in eastern Ukraine, amid a build-up of Russian forces.", - "content": "Russia and Ukraine agree to restore a ceasefire in eastern Ukraine, amid a build-up of Russian forces.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59766810?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 23 Dec 2021 10:59:52 GMT", + "title": "Should You Stop Smoking for a Relationship?", + "description": "

    You already know smoking is bad for you. There are billboards and commercials and pictures of skulls on cigarette boxes to tell you this, as if you won’t also hear terse comments from strangers offended by your puffs of smoke as you walk by them in the street. At this point, anyone who smokes does so with the…

    Read more...

    ", + "content": "

    You already know smoking is bad for you. There are billboards and commercials and pictures of skulls on cigarette boxes to tell you this, as if you won’t also hear terse comments from strangers offended by your puffs of smoke as you walk by them in the street. At this point, anyone who smokes does so with the…

    Read more...

    ", + "category": "smoking", + "link": "https://lifehacker.com/should-you-stop-smoking-for-a-relationship-1848306318", + "creator": "Lindsey Ellefson", + "pubDate": "Wed, 05 Jan 2022 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "635d96fcf3698103003acd3f19c21be6" + "hash": "2cb126558ddb3cb6c69d3f2dfc482e44", + "highlights": [] }, { - "title": "Kentucky tornado: Two babies pulled alive from rubble", - "description": "Their grandmother tucked them in a bath with a Bible and a blanket before the Kentucky twister hit.", - "content": "Their grandmother tucked them in a bath with a Bible and a blanket before the Kentucky twister hit.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59764990?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 23 Dec 2021 02:34:06 GMT", + "title": "How Do You Get a Kid to Like You?", + "description": "

    I love kids. I know how to change a diaper. I know how to sit back and groove to Encanto. But what I need to know is how to get an intimidating 9-year-old to actually respect, enjoy, or (more realistically) simply tolerate me.

    Read more...

    ", + "content": "

    I love kids. I know how to change a diaper. I know how to sit back and groove to Encanto. But what I need to know is how to get an intimidating 9-year-old to actually respect, enjoy, or (more realistically) simply tolerate me.

    Read more...

    ", + "category": "animation", + "link": "https://lifehacker.com/how-do-you-get-a-kid-to-like-you-1848306414", + "creator": "Meredith Dietz", + "pubDate": "Wed, 05 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a6e8cf812eb6f4ccde5b30a1d2809df1" + "hash": "fc77314d6010fa4e47735c9c3f3738a0", + "highlights": [] }, { - "title": "Turkey arrests US citizen over alleged passport handover", - "description": "Police say the US man gave the document to a Syrian trying to travel to Germany from Istanbul airport.", - "content": "Police say the US man gave the document to a Syrian trying to travel to Germany from Istanbul airport.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59757299?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 22:07:11 GMT", + "title": "3 Small Tips For Keeping Your New Year's Resolutions", + "description": "

    Read more...

    ", + "content": "

    Read more...

    ", + "category": "new years resolution", + "link": "https://lifehacker.com/3-small-tips-for-keeping-your-new-years-resolutions-1848307339", + "creator": "Jordan Calhoun", + "pubDate": "Wed, 05 Jan 2022 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7de34b23bf99a6e55a1b9827913299b4" + "hash": "3e40f31b0e834a0d6092dcc4feda2a2b", + "highlights": [] }, { - "title": "French outcry over academic in Grenoble Islamophobia row", - "description": "Dozens of academics warn that freedom of expression is at risk after a German professor is suspended.", - "content": "Dozens of academics warn that freedom of expression is at risk after a German professor is suspended.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59753043?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 13:20:40 GMT", + "title": "Should You Swab Your Throat for a Rapid COVID Test?", + "description": "

    At-home rapid tests for COVID-19 instruct you to stir a cotton swab inside each nostril before sliding the swab into its little testing tube or card. But some people have posted pictures on social media comparing a negative at-home nasal swab with a positive at-home throat swab, and even some experts are saying that…

    Read more...

    ", + "content": "

    At-home rapid tests for COVID-19 instruct you to stir a cotton swab inside each nostril before sliding the swab into its little testing tube or card. But some people have posted pictures on social media comparing a negative at-home nasal swab with a positive at-home throat swab, and even some experts are saying that…

    Read more...

    ", + "category": "swab", + "link": "https://lifehacker.com/should-you-swab-your-throat-for-a-rapid-covid-test-1848306928", + "creator": "Beth Skwarecki", + "pubDate": "Wed, 05 Jan 2022 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "81402f33e55edf7c7d07f492b39c64b5" + "hash": "1304f398c4e77fb53319618718d2224b", + "highlights": [] }, { - "title": "US safety body to probe Tesla on in-car gameplay", - "description": "It follows a complaint from an owner who discovered he could play games while driving.", - "content": "It follows a complaint from an owner who discovered he could play games while driving.", - "category": "", - "link": "https://www.bbc.co.uk/news/technology-59760366?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 17:03:11 GMT", + "title": "23 of Betty White’s Finest and Funniest Performances", + "description": "

    Betty White’s first role came in 1930, playing an orphan in a schmaltzy radio drama called “The Empire Builders.” Her final appearance will come a few weeks from now, as part of filmed birthday tribute for theaters. In the 91 years between, she’s been a local television star, a game show guest and host, movie actor,…

    Read more...

    ", + "content": "

    Betty White’s first role came in 1930, playing an orphan in a schmaltzy radio drama called “The Empire Builders.” Her final appearance will come a few weeks from now, as part of filmed birthday tribute for theaters. In the 91 years between, she’s been a local television star, a game show guest and host, movie actor,…

    Read more...

    ", + "category": "betty white", + "link": "https://lifehacker.com/23-of-betty-white-s-finest-and-funniest-performances-1848300929", + "creator": "Ross Johnson", + "pubDate": "Wed, 05 Jan 2022 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "33d67a40cd42facb37285fda0e7f75da" + "hash": "dd7304d35fcc4d665084fcddbc88a3d7", + "highlights": [] }, { - "title": "Covid: An event cancelled is better than a life cancelled - WHO chief", - "description": "The head of the World Health Organization calls for \"difficult decisions\" to be made over festive plans.", - "content": "The head of the World Health Organization calls for \"difficult decisions\" to be made over festive plans.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59735243?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 22:44:32 GMT", + "title": "How to Lose Weight Without Buying Into Diet Culture", + "description": "

    We don’t talk a lot about weight loss here at Lifehacker, mostly because weight loss is a thing that our culture talks far too much about. Pay attention to it a little too long, and you’re on a slippery slope of “thinner is better” and thinking of food and exercise only in terms of how they can make your body smaller.

    Read more...

    ", + "content": "

    We don’t talk a lot about weight loss here at Lifehacker, mostly because weight loss is a thing that our culture talks far too much about. Pay attention to it a little too long, and you’re on a slippery slope of “thinner is better” and thinking of food and exercise only in terms of how they can make your body smaller.

    Read more...

    ", + "category": "fad diet", + "link": "https://lifehacker.com/how-to-lose-weight-without-buying-into-any-more-diet-bu-1847818364", + "creator": "Beth Skwarecki", + "pubDate": "Wed, 05 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f04546a8bb104946d449f0fb265f9fe" + "hash": "f46099cbe01bed5de073d064bf9b14c6", + "highlights": [] }, { - "title": "Covid Omicron: European nations reinstate restrictions", - "description": "As the Omicron variant spreads across the continent, countries tighten curbs to brace for another wave.", - "content": "As the Omicron variant spreads across the continent, countries tighten curbs to brace for another wave.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59747689?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:16:17 GMT", + "title": "'Best Diet' Lists Are All BS", + "description": "

    U.S. News has once again ranked all the diets, with the groundbreaking result that...they are all different ways to eat food. Their website does provide a nice comparison of the various diets’ pros and cons, but the whole concept of declaring one diet better than another is broken to begin with.

    Read more...

    ", + "content": "

    U.S. News has once again ranked all the diets, with the groundbreaking result that...they are all different ways to eat food. Their website does provide a nice comparison of the various diets’ pros and cons, but the whole concept of declaring one diet better than another is broken to begin with.

    Read more...

    ", + "category": "nutrition", + "link": "https://lifehacker.com/there-is-no-best-diet-1845385562", + "creator": "Beth Skwarecki", + "pubDate": "Wed, 05 Jan 2022 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18ebc35d17491a78adb369700b2c8ae0" + "hash": "8a7cdad7a9a44d469971b00351b19cff", + "highlights": [] }, { - "title": "Covid-19: Israel could become the first country to give four vaccine doses", - "description": "A fourth booster would be offered to over-60s and health workers as Israel prepares for Omicron wave.", - "content": "A fourth booster would be offered to over-60s and health workers as Israel prepares for Omicron wave.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59749967?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 01:37:24 GMT", + "title": "The Best Ways to Filth Up Your Dirty Martini", + "description": "

    I will always love the dirty martini. It was my gateway into the wild and wonderful world of gin, and I love any excuse to drink brine. After all, the key to making a classic dirty martini lies in letting the brine replace—rather than supplement—some of the vermouth, so as not to over-dilute the gin.

    Read more...

    ", + "content": "

    I will always love the dirty martini. It was my gateway into the wild and wonderful world of gin, and I love any excuse to drink brine. After all, the key to making a classic dirty martini lies in letting the brine replace—rather than supplement—some of the vermouth, so as not to over-dilute the gin.

    Read more...

    ", + "category": "martini", + "link": "https://lifehacker.com/the-best-ways-to-filth-up-your-dirty-martini-1848304038", + "creator": "Claire Lower", + "pubDate": "Wed, 05 Jan 2022 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17f64ae07411ee8b8a4f3f9db782e7c8" + "hash": "3c1e58d9ad0cc5cea28be63ec91a7a01", + "highlights": [] }, { - "title": "Charles Lieber: Harvard professor guilty of hiding ties to Chinese programme", - "description": "The US scientist reportedly received $1.5m from a Chinese university on top of his monthly pay.", - "content": "The US scientist reportedly received $1.5m from a Chinese university on top of his monthly pay.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59723343?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 07:34:54 GMT", + "title": "Why You Still Need a Booster, Even After a Breakthrough COVID Case", + "description": "

    If you haven’t personally caught any variant of COVID-19 by this point, you might have an attitude of “well, I’m gonna get it eventually.” That isn’t necessarily true (nor is it the best attitude to have), but it sure can feel that way.

    Read more...

    ", + "content": "

    If you haven’t personally caught any variant of COVID-19 by this point, you might have an attitude of “well, I’m gonna get it eventually.” That isn’t necessarily true (nor is it the best attitude to have), but it sure can feel that way.

    Read more...

    ", + "category": "sars cov 2 omicron variant", + "link": "https://lifehacker.com/why-you-still-need-a-booster-even-after-a-breakthrough-1848300059", + "creator": "Meredith Dietz", + "pubDate": "Wed, 05 Jan 2022 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "90295085286bcd7fb147de80efb44fb6" + "hash": "818c52a2a8dddac4b765508cffeda42b", + "highlights": [] }, { - "title": "Myanmar: At least one dead, 70 missing in jade mine landslide", - "description": "Most of the victims are believed to be illegal jade miners prospecting for the semi-precious stone.", - "content": "Most of the victims are believed to be illegal jade miners prospecting for the semi-precious stone.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59723344?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 05:59:46 GMT", + "title": "How to Find All the Old Product Icons Apple Has Hidden in macOS", + "description": "

    As a lifelong Mac user, I always love learning about something hidden feature of my computer, such as the ability to change your mouse’s cursor color. So you can imagine my delight in stumbling upon this Reddit thread, where user OOF_V2 shared a hidden treasure trove of Apple product icons lurking within MacOS.

    Read more...

    ", + "content": "

    As a lifelong Mac user, I always love learning about something hidden feature of my computer, such as the ability to change your mouse’s cursor color. So you can imagine my delight in stumbling upon this Reddit thread, where user OOF_V2 shared a hidden treasure trove of Apple product icons lurking within MacOS.

    Read more...

    ", + "category": "apple", + "link": "https://lifehacker.com/how-to-find-all-the-old-product-icons-apple-has-hidden-1848301929", + "creator": "Jake Peterson", + "pubDate": "Wed, 05 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e287dc78c41684555f73467b98f722ad" + "hash": "78a1052692c4307db67b36f6232c2067", + "highlights": [] }, { - "title": "Rogel Aguilera-Mederos: Colorado lorry driver's sentence sparks uproar", - "description": "The 110-year prison sentence for the Colorado lorry driver sparks calls for leniency and reform.", - "content": "The 110-year prison sentence for the Colorado lorry driver sparks calls for leniency and reform.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59750154?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 10:11:58 GMT", + "title": "When It's OK to Cook Dry Pasta Directly in Your Sauce, and When It Isn't", + "description": "

    One main aspect of food writing is identifying recipes and methods that let you get food on the table and into your mouth as quickly and with as few dirty dishes as possible. This is especially important if you are talking about food that must be eaten on a weeknight, the kind of night which demands efficiency. Enter…

    Read more...

    ", + "content": "

    One main aspect of food writing is identifying recipes and methods that let you get food on the table and into your mouth as quickly and with as few dirty dishes as possible. This is especially important if you are talking about food that must be eaten on a weeknight, the kind of night which demands efficiency. Enter…

    Read more...

    ", + "category": "sauce", + "link": "https://lifehacker.com/when-its-ok-to-cook-dry-pasta-directly-in-your-sauce-a-1848301506", + "creator": "Claire Lower", + "pubDate": "Wed, 05 Jan 2022 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d4a212a8ed8465f502fbbb339a0d53b" + "hash": "ff721ccbbff89f50406b2e5976b1af49", + "highlights": [] }, { - "title": "Perfectly preserved dinosaur embryo found in China", - "description": "Researchers say the fossil is at least 66 million years old and was about to hatch just like a chicken.", - "content": "Researchers say the fossil is at least 66 million years old and was about to hatch just like a chicken.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59748281?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 23:36:13 GMT", + "title": "How to Fold Towels Like You're at the Goddamn Spa", + "description": "

    It’s winter. The days are short, the nights are cold, and the post-holiday serotonin levels, they are a-dropping. Omicron and inflation are surging and it’s Dry January, a time during which, many of us attempt to cope without booze. You know what this moment calls for? Some nicely folded fucking towels.

    Read more...

    ", + "content": "

    It’s winter. The days are short, the nights are cold, and the post-holiday serotonin levels, they are a-dropping. Omicron and inflation are surging and it’s Dry January, a time during which, many of us attempt to cope without booze. You know what this moment calls for? Some nicely folded fucking towels.

    Read more...

    ", + "category": "personal life", + "link": "https://lifehacker.com/how-to-fold-towels-like-youre-at-the-goddamn-spa-1848302512", + "creator": "Sarah Showfety", + "pubDate": "Tue, 04 Jan 2022 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5f4f44f9a9e9de399d86c03b971a628" + "hash": "793564c681e8d43b06abb26e50444f2a", + "highlights": [] }, { - "title": "Covid: Australian trial tests blood thinner as nasal spray", - "description": "A blood-thinning drug could be sprayed as extra protection if a trial shows promise, scientists say.", - "content": "A blood-thinning drug could be sprayed as extra protection if a trial shows promise, scientists say.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59751702?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 05:50:09 GMT", + "title": "What Is Powerlifting, and How Do You Get Into It?", + "description": "

    Competitive sports often require special spaces or equipment, and that’s true of most strength sports. Weightlifting (the kind they do in the Olympics) requires bouncy bumper plates and a gym that won’t mind if you drop them from overhead. Strongman training uses a variety of unusual equipment you won’t find in your…

    Read more...

    ", + "content": "

    Competitive sports often require special spaces or equipment, and that’s true of most strength sports. Weightlifting (the kind they do in the Olympics) requires bouncy bumper plates and a gym that won’t mind if you drop them from overhead. Strongman training uses a variety of unusual equipment you won’t find in your…

    Read more...

    ", + "category": "powerlifting", + "link": "https://lifehacker.com/what-is-powerlifting-and-how-do-you-get-into-it-1848301232", + "creator": "Beth Skwarecki", + "pubDate": "Tue, 04 Jan 2022 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fea79aa7b7a947ffe8a67ee84b49f4b0" + "hash": "33e2d0c7dd6785a6d3972ef6e0dd0282", + "highlights": [] }, { - "title": "Madagascar: Minister 'swims for 12 hours' after helicopter crashes at sea", - "description": "The Madagascar police minister was part of a team looking for survivors after a boat accident.", - "content": "The Madagascar police minister was part of a team looking for survivors after a boat accident.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59749005?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 19:44:15 GMT", + "title": "When to See the Wolf Moon in January", + "description": "

    January’s full moon, sometimes called the Wolf Moon, will rise on the northeastern horizon on Monday, Jan. 17 at 6:51 pm, East Coast time. The moon will look full for three nights, beginning on Sunday and ending on Wednesday.

    Read more...

    ", + "content": "

    January’s full moon, sometimes called the Wolf Moon, will rise on the northeastern horizon on Monday, Jan. 17 at 6:51 pm, East Coast time. The moon will look full for three nights, beginning on Sunday and ending on Wednesday.

    Read more...

    ", + "category": "moon", + "link": "https://lifehacker.com/when-to-see-the-wolf-moon-in-january-1848301029", + "creator": "Stephen Johnson", + "pubDate": "Tue, 04 Jan 2022 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e36f38deae1d6c884e44840af1a94ad6" + "hash": "915c777f4e73131a2beeae06d643f805", + "highlights": [] }, { - "title": "McDonald's faces a French fries shortage in Japan", - "description": "The firm's potato deliveries from North America are being delayed by supply chain disruptions.", - "content": "The firm's potato deliveries from North America are being delayed by supply chain disruptions.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59750613?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 02:38:48 GMT", + "title": "How Understanding 'Density' Can Help You Avoid Overtraining", + "description": "

    When I first started coaching, I would often have to talk a new client off the ledge of despair. They would look at their training plan and get overwhelmed by the prospect of so many workouts and long runs.

    Read more...

    ", + "content": "

    When I first started coaching, I would often have to talk a new client off the ledge of despair. They would look at their training plan and get overwhelmed by the prospect of so many workouts and long runs.

    Read more...

    ", + "category": "overtraining", + "link": "https://lifehacker.com/how-understanding-density-can-help-you-avoid-overtraini-1848265299", + "creator": "Jason Fitzgerald", + "pubDate": "Tue, 04 Jan 2022 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6bee1e0637c9c18dd5335335a759754b" + "hash": "87677a96780880352a4442267328180e", + "highlights": [] }, { - "title": "Mother seals recognise pup's voice at two days old", - "description": "Elephant seal mums can distinguish their own offspring at just two days old, research shows.", - "content": "Elephant seal mums can distinguish their own offspring at just two days old, research shows.", - "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59744280?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 00:07:16 GMT", + "title": "Other Foods You Should Dry in a Salad Spinner", + "description": "

    After I lost my salad spinner in the divorce, I resisted replacing it for several years. I was in the habit of buying pre-washed leaves for my salads—and living in a tiny studio apartment—so a bulky, dedicated drying device for greens didn’t seem like a necessity.

    Read more...

    ", + "content": "

    After I lost my salad spinner in the divorce, I resisted replacing it for several years. I was in the habit of buying pre-washed leaves for my salads—and living in a tiny studio apartment—so a bulky, dedicated drying device for greens didn’t seem like a necessity.

    Read more...

    ", + "category": "spinner", + "link": "https://lifehacker.com/other-foods-you-should-dry-in-a-salad-spinner-1848301307", + "creator": "Claire Lower", + "pubDate": "Tue, 04 Jan 2022 18:08:33 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17ebaa3d2b9bd69d449de9975f6f799c" + "hash": "7fdd6b31b2ddfd494dbf840ea2ba8605", + "highlights": [] }, { - "title": "Covid Omicron: Biden buys 500m test kits to tackle surge", - "description": "The US will also deploy more military medics amid fears the holiday season will boost a Covid spike.", - "content": "The US will also deploy more military medics amid fears the holiday season will boost a Covid spike.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59738678?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:14:54 GMT", + "title": "How to Stop Wasting Your Gift Cards", + "description": "

    Depending who they’re from, gift cards can be a lovely gift. (Read: Not from a life partner, who should intuitively know you want the Ninja AF101 Air Fryer with auto-shutoff and 30 included recipes.) Gift cards take up little space and allow you to shop guilt-free—perhaps even splurge on yourself—because hey, free…

    Read more...

    ", + "content": "

    Depending who they’re from, gift cards can be a lovely gift. (Read: Not from a life partner, who should intuitively know you want the Ninja AF101 Air Fryer with auto-shutoff and 30 included recipes.) Gift cards take up little space and allow you to shop guilt-free—perhaps even splurge on yourself—because hey, free…

    Read more...

    ", + "category": "money", + "link": "https://lifehacker.com/how-to-stop-wasting-your-gift-cards-1848300565", + "creator": "Sarah Showfety", + "pubDate": "Tue, 04 Jan 2022 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cbcb94b7e0d78e20ad1e49259e2e7e1e" + "hash": "478076dd417fa8a104bf2b56f5e7431a", + "highlights": [] }, { - "title": "Spain police thwart raffle of Christmas hamper stuffed with drugs", - "description": "Police have arrested two men allegedly trying to raffle off a \"narco-basket\" stuffed with drugs.", - "content": "Police have arrested two men allegedly trying to raffle off a \"narco-basket\" stuffed with drugs.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59748169?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 17:28:10 GMT", + "title": "Chrome 97 Can Erase Stored Data on Every Website You Visit", + "description": "

    Google is set to release Chrome 97, the next update for the company’s popular desktop and mobile browser. The update comes just under two months after Chrome 96, and with it, brings some interesting changes to the browser. While most of these concern developers, day-to-day users will notice a few fun features, as well.

    Read more...

    ", + "content": "

    Google is set to release Chrome 97, the next update for the company’s popular desktop and mobile browser. The update comes just under two months after Chrome 96, and with it, brings some interesting changes to the browser. While most of these concern developers, day-to-day users will notice a few fun features, as well.

    Read more...

    ", + "category": "google chrome", + "link": "https://lifehacker.com/chrome-97-can-erase-stored-data-on-every-website-you-vi-1848300443", + "creator": "Jake Peterson", + "pubDate": "Tue, 04 Jan 2022 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19fa53ac61f500f08e3e7d448dacaf37" + "hash": "0b4e513930b907ac482c8533a1e2512d", + "highlights": [] }, { - "title": " 'Biggest divorce case in British legal history'", - "description": "A UK court publishes a ruling in the divorce case of Sheikh Mohammed and his ex-wife Princess Haya.", - "content": "A UK court publishes a ruling in the divorce case of Sheikh Mohammed and his ex-wife Princess Haya.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59739563?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 10:34:52 GMT", + "title": "Stop Wearing Cloth Masks", + "description": "

    The highly transmissible Omicron variant continues to drive a surge of infections across the country. According to the CDC’s COVID data tracker, the seven-day average for COVID-19 hospitalizations increased by more than 40% during the week between Christmas and New Year’s Eve. And in light of this current wave, many…

    Read more...

    ", + "content": "

    The highly transmissible Omicron variant continues to drive a surge of infections across the country. According to the CDC’s COVID data tracker, the seven-day average for COVID-19 hospitalizations increased by more than 40% during the week between Christmas and New Year’s Eve. And in light of this current wave, many…

    Read more...

    ", + "category": "anthony fauci", + "link": "https://lifehacker.com/stop-wearing-cloth-masks-1848300414", + "creator": "Meredith Dietz", + "pubDate": "Tue, 04 Jan 2022 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c67f00bc9bdb8e2631338d5ebab22564" + "hash": "13c5171f5fc462b5b75d99efea15dfcf", + "highlights": [] }, { - "title": "Saudi entertainment boom raises harassment fears", - "description": "As festivals become a familiar sight in the kingdom, some women say they do not feel safe to attend.", - "content": "As festivals become a familiar sight in the kingdom, some women say they do not feel safe to attend.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59689797?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 00:34:48 GMT", + "title": "9 Ways to Make Your 'Dry January' a Lot Less Grim (Aside From Giving Up)", + "description": "

    “Dry January”—like its sister month, “Sober October”—is, for me, marked by a sudden influx of annoying PR emails: seltzer, soda, tea, and juice brands fill my inbox with all sorts of beverage “recipes” aimed at people who are trying not to drink. Most of them are elaborate, but knowing how to make a fancy mocktail isn’…

    Read more...

    ", + "content": "

    “Dry January”—like its sister month, “Sober October”—is, for me, marked by a sudden influx of annoying PR emails: seltzer, soda, tea, and juice brands fill my inbox with all sorts of beverage “recipes” aimed at people who are trying not to drink. Most of them are elaborate, but knowing how to make a fancy mocktail isn’…

    Read more...

    ", + "category": "drinks", + "link": "https://lifehacker.com/9-ways-to-make-dry-january-less-grim-1846045392", + "creator": "Claire Lower", + "pubDate": "Tue, 04 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5838ce8c5428eb34a3b21a9ecbc0a90a" + "hash": "84d0b655f1cafa021cadbaf9032e41a2", + "highlights": [] }, { - "title": "Gaming disorder: Inside the clinic helping addicted teens", - "description": "BBC News has exclusive access to the UK's only facility for video game addiction.", - "content": "BBC News has exclusive access to the UK's only facility for video game addiction.", - "category": "", - "link": "https://www.bbc.co.uk/news/technology-59744569?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 02:55:33 GMT", + "title": "10 of the Best Long-Awaited Sequels That Aren’t ‘The Matrix Resurrections’", + "description": "

    Without diving too deeply into the divided responses to Lana Wachowski’s The Matrix Resurrections, it’s clear that late sequels are becoming increasingly the norm. If a once-popular property can be revived, it will be, if there’s even a single cast member still alive (though technology, I suppose, is making even that…

    Read more...

    ", + "content": "

    Without diving too deeply into the divided responses to Lana Wachowski’s The Matrix Resurrections, it’s clear that late sequels are becoming increasingly the norm. If a once-popular property can be revived, it will be, if there’s even a single cast member still alive (though technology, I suppose, is making even that…

    Read more...

    ", + "category": "holly hunter", + "link": "https://lifehacker.com/10-of-the-best-long-awaited-sequels-that-aren-t-the-ma-1848284228", + "creator": "Ross Johnson", + "pubDate": "Tue, 04 Jan 2022 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22d0c95f8499f4bbbe22c20670cb091c" + "hash": "6cf420de5b02457438c177f9e6886846", + "highlights": [] }, { - "title": "Why China could win the new global arms race", - "description": "China has a long-term plan to rival the world's biggest military powers.", - "content": "China has a long-term plan to rival the world's biggest military powers.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59600475?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 00:26:19 GMT", + "title": "12 of the Best Satirical Movies That Aren't 'Don't Look Up'", + "description": "

    The new Netflix movie Don’t Look Up has generated some...strong responses from critics and social media. The quickly moving zeitgeist has shifted from its initial assessment (“It’s bad!”), to more measured takes that praise the film’s unique virtues, to hyperbolic promises that it will serve as a watershed moment in…

    Read more...

    ", + "content": "

    The new Netflix movie Don’t Look Up has generated some...strong responses from critics and social media. The quickly moving zeitgeist has shifted from its initial assessment (“It’s bad!”), to more measured takes that praise the film’s unique virtues, to hyperbolic promises that it will serve as a watershed moment in…

    Read more...

    ", + "category": "dont look up", + "link": "https://lifehacker.com/12-of-the-best-satirical-movies-that-arent-dont-look-up-1848288972", + "creator": "Ross Johnson", + "pubDate": "Tue, 04 Jan 2022 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ccbcd3461176200de61b3819111cae24" + "hash": "c84fb2c64c638be047adb2bae22aeb91", + "highlights": [] }, { - "title": "Timed Teaser: Bruce Springsteen's back catalogue - who bought it?", - "description": "Test your knowledge of the news these last few days - 10 questions, 10 seconds each. Go!", - "content": "Test your knowledge of the news these last few days - 10 questions, 10 seconds each. Go!", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59728144?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 15:39:33 GMT", + "title": "How to Unclog a Toilet With a Garbage Bag", + "description": "

    Toilets are funny things. When we have easy access to a clean, working one, we don’t think about them too much. But when we’re stuck someplace without one, toilets quickly become an obsession—and when one in your home malfunctions, it is promoted to The Most Important Thing in Your Life, Currently. You simply haven’t…

    Read more...

    ", + "content": "

    Toilets are funny things. When we have easy access to a clean, working one, we don’t think about them too much. But when we’re stuck someplace without one, toilets quickly become an obsession—and when one in your home malfunctions, it is promoted to The Most Important Thing in Your Life, Currently. You simply haven’t…

    Read more...

    ", + "category": "boyle", + "link": "https://lifehacker.com/how-to-unclog-a-toilet-with-a-garbage-bag-1848286627", + "creator": "Jeff Somers", + "pubDate": "Tue, 04 Jan 2022 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3ab2fa9670e78468d1d2712754ccb6a" + "hash": "40762ba678b7dd2ba0ae6fc52974df53", + "highlights": [] }, { - "title": "Omicron: South African scientists probe link between variants and untreated HIV", - "description": "Covid variants may be mutating inside people with suppressed immunity.", - "content": "Covid variants may be mutating inside people with suppressed immunity.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59697807?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 00:29:12 GMT", + "title": "The Basic Used Essentials That Every Shed Should Have", + "description": "

    For lawn care and all manner of outdoor (and indoor) DIY projects, your shed is often your main storage vessel. All those tools and materials can get pretty spendy, though—especially if you’re buying it all new. Luckily, there are plenty of used items you can snag that are still good quality and save you the sticker…

    Read more...

    ", + "content": "

    For lawn care and all manner of outdoor (and indoor) DIY projects, your shed is often your main storage vessel. All those tools and materials can get pretty spendy, though—especially if you’re buying it all new. Luckily, there are plenty of used items you can snag that are still good quality and save you the sticker…

    Read more...

    ", + "category": "shed", + "link": "https://lifehacker.com/the-basic-used-essentials-that-every-shed-should-have-1848218210", + "creator": "Becca Lewis", + "pubDate": "Tue, 04 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0d3b6c524a1e3a4b74cdab2dec6a471" + "hash": "63747431be1bd72ae6d28140bb596d26", + "highlights": [] }, { - "title": "Indian Christians fear attacks or jail over conversions", - "description": "Christians in Karnataka state say attacks against them have grown ahead of a new anti-conversion law.", - "content": "Christians in Karnataka state say attacks against them have grown ahead of a new anti-conversion law.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59724425?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 00:06:03 GMT", + "title": "The First Thing You Should Do When You Get a New Guitar", + "description": "

    If you unwrapped a new guitar this Christmas season, or your dad handed you down his old axe, you probably need to get it professionally set up. A proper setup for your guitar can mean the difference between a buzzy, hard-to-play nightmare that kills your both your fingers and ears and a beautiful musical instrument.

    Read more...

    ", + "content": "

    If you unwrapped a new guitar this Christmas season, or your dad handed you down his old axe, you probably need to get it professionally set up. A proper setup for your guitar can mean the difference between a buzzy, hard-to-play nightmare that kills your both your fingers and ears and a beautiful musical instrument.

    Read more...

    ", + "category": "rhythm section", + "link": "https://lifehacker.com/the-first-thing-you-should-do-when-you-get-a-new-guitar-1848277732", + "creator": "Stephen Johnson", + "pubDate": "Tue, 04 Jan 2022 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30a1f44601b435c2aaf75272a92e8f13" + "hash": "4bc750c225aaadde8e33938c2621324b", + "highlights": [] }, { - "title": "Berlusconi seeks comeback role as Italian president", - "description": "Despite the scandals and a tax fraud conviction, Italy's most colourful ex-PM could be head of state.", - "content": "Despite the scandals and a tax fraud conviction, Italy's most colourful ex-PM could be head of state.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59664078?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 00:33:09 GMT", + "title": "Start Your Year With This Deep, Sensual Freezer Reorganization", + "description": "

    No matter how much money you have, you’ll find a way to spend it. The same principle applies to freezer space. And sure, a packed freezer runs more efficiently, but that’s not why I’m staring at an impenetrable wall of frosted mysteries. Like most people, my freezer is the graveyard of my kitchen.

    Read more...

    ", + "content": "

    No matter how much money you have, you’ll find a way to spend it. The same principle applies to freezer space. And sure, a packed freezer runs more efficiently, but that’s not why I’m staring at an impenetrable wall of frosted mysteries. Like most people, my freezer is the graveyard of my kitchen.

    Read more...

    ", + "category": "kitchen", + "link": "https://lifehacker.com/start-your-year-with-this-deep-sensual-freezer-reorgan-1848292095", + "creator": "Amanda Blum", + "pubDate": "Tue, 04 Jan 2022 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "97818d981fd8fbf529498db06efac840" + "hash": "339b4816ab74b8058edd1cd3085198f2", + "highlights": [] }, { - "title": "Tortured to death: Myanmar mass killings revealed", - "description": "A BBC investigation finds evidence Myanmar's military killed 40 villagers in July, torturing some to death.", - "content": "A BBC investigation finds evidence Myanmar's military killed 40 villagers in July, torturing some to death.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59699556?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 09:13:23 GMT", + "title": "How to Minimize the Effects of Caffeine Withdrawal", + "description": "

    There are a variety of reasons why someone might decide to reduce their intake of caffeine—or cut themselves off completely—that have nothing to do with resolutions. But ‘tis the season for attempting to make changes in our lives that we’ll likely abandon in a few weeks.

    Read more...

    ", + "content": "

    There are a variety of reasons why someone might decide to reduce their intake of caffeine—or cut themselves off completely—that have nothing to do with resolutions. But ‘tis the season for attempting to make changes in our lives that we’ll likely abandon in a few weeks.

    Read more...

    ", + "category": "caffeine", + "link": "https://lifehacker.com/how-to-minimize-the-effects-of-caffeine-withdrawal-1848295118", + "creator": "Elizabeth Yuko", + "pubDate": "Mon, 03 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "845b1a48b9772587fdc7918086d608ef" + "hash": "79ddb88af4855ea356ea393369dbb02e", + "highlights": [] }, { - "title": "The world's first octopus farm - should it go ahead?", - "description": "The world’s first commercial octopus farm is closer to becoming reality - but scientists are up in arms.", - "content": "The world’s first commercial octopus farm is closer to becoming reality - but scientists are up in arms.", - "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59667645?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:59:28 GMT", + "title": "How to Fix Those Oversized App Icons on Your Mac’s Dock", + "description": "

    The dock is one of the most distinguishing aspects of macOS. It offers you an easy way to launch your favorite apps quickly without cluttering up your desktop. However, the dock itself can become a bit of eyesore if the icon sizes don’t match up. If you find yourself staring at an extraordinarily large app icon, and…

    Read more...

    ", + "content": "

    The dock is one of the most distinguishing aspects of macOS. It offers you an easy way to launch your favorite apps quickly without cluttering up your desktop. However, the dock itself can become a bit of eyesore if the icon sizes don’t match up. If you find yourself staring at an extraordinarily large app icon, and…

    Read more...

    ", + "category": "dock", + "link": "https://lifehacker.com/how-to-fix-those-oversized-app-icons-on-your-mac-s-dock-1848275938", + "creator": "Pranay Parab", + "pubDate": "Mon, 03 Jan 2022 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59b3dec3d0d684b8d29e8f7e4b607625" + "hash": "4a1d5c2a7e5b223a0ea985ad38e04596", + "highlights": [] }, { - "title": "What is the metaverse?", - "description": "From virtual versions of ourselves to augmented reality, we break down what the metaverse is.", - "content": "From virtual versions of ourselves to augmented reality, we break down what the metaverse is.", - "category": "", - "link": "https://www.bbc.co.uk/news/technology-59674930?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:16:05 GMT", + "title": "The Safety Tools You Really Should Keep in Your Car, But Probably Don’t", + "description": "

    Having what you need to respond to an emergency is important, but so are the tools to keep an emergency from happening in the first place. We’re going to cover a little of both: here are some often-forgotten essentials to keep your car and passengers as safe as possible when you’re out on the road.

    Read more...

    ", + "content": "

    Having what you need to respond to an emergency is important, but so are the tools to keep an emergency from happening in the first place. We’re going to cover a little of both: here are some often-forgotten essentials to keep your car and passengers as safe as possible when you’re out on the road.

    Read more...

    ", + "category": "tools", + "link": "https://lifehacker.com/the-safety-tools-you-really-should-keep-in-your-car-bu-1848243605", + "creator": "Becca Lewis", + "pubDate": "Mon, 03 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8482730cf87869df66a98d8c81346698" + "hash": "659982bf83e7876ab919be5129293f66", + "highlights": [] }, { - "title": "Saving Kyrgyzstan reindeer from brink of extinction", - "description": "Kyrgyzstan used to be home to thousands of reindeer but now there are as few as 400 left.", - "content": "Kyrgyzstan used to be home to thousands of reindeer but now there are as few as 400 left.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59731003?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 22 Dec 2021 00:02:29 GMT", + "title": "How to Force Bulbs Indoors During the Winter", + "description": "

    Seeing some green poking through the snow or cold, winter ground is one of the most visible signs of spring. But seeing how we’re not even a month into winter, it’ll take some time before that happens. Unless, of course, you’ve been growing bulbs inside.

    Read more...

    ", + "content": "

    Seeing some green poking through the snow or cold, winter ground is one of the most visible signs of spring. But seeing how we’re not even a month into winter, it’ll take some time before that happens. Unless, of course, you’ve been growing bulbs inside.

    Read more...

    ", + "category": "muscari", + "link": "https://lifehacker.com/how-to-force-bulbs-indoors-during-the-winter-1848295110", + "creator": "Elizabeth Yuko", + "pubDate": "Mon, 03 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3318c8d2a9f478a6dbb93b2b6b97982c" + "hash": "d4fe1180d13535fb990771326b04dd29", + "highlights": [] }, { - "title": "Myanmar: BBC investigates military's mass killings", - "description": "Eyewitnesses and survivors say that soldiers rounded up villagers before separating the men and killing them.", - "content": "Eyewitnesses and survivors say that soldiers rounded up villagers before separating the men and killing them.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59719323?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:01:38 GMT", + "title": "How to Force Restart a Frozen Apple Watch", + "description": "

    The Apple Watch is a great companion for your iPhone—but all great things have bad days, and the Apple Watch is no exception. Software bugs can make the watch slow to respond, and when they do, a quick restart is usually a good solution. However, sometimes the Apple Watch stops responding entirely; when that happens,…

    Read more...

    ", + "content": "

    The Apple Watch is a great companion for your iPhone—but all great things have bad days, and the Apple Watch is no exception. Software bugs can make the watch slow to respond, and when they do, a quick restart is usually a good solution. However, sometimes the Apple Watch stops responding entirely; when that happens,…

    Read more...

    ", + "category": "apple", + "link": "https://lifehacker.com/how-to-force-restart-a-frozen-apple-watch-1848275654", + "creator": "Pranay Parab", + "pubDate": "Mon, 03 Jan 2022 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4fc70ac69fff7c4d7166e78daac65a83" + "hash": "f8d045693165066c1ee09dde6c9fa238", + "highlights": [] }, { - "title": "Chile election: Laser shone at Gabriel Boric during victory speech", - "description": "The bouncing green light did not seem to faze Gabriel Boric as he spoke to supporters in Santiago.", - "content": "The bouncing green light did not seem to faze Gabriel Boric as he spoke to supporters in Santiago.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59722801?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 04:36:53 GMT", + "title": "How to Beat the Post-Holiday Blues", + "description": "

    Well, we did it. We made it through the shopping and wrapping, the tree almost falling over, and the antics of 12 Santa-drunk children on the most exciting day of their lives. We said good riddance to 2021, and ushered in a new year. The decorations are down, the baking sheets are stored, and the mood is, well...…

    Read more...

    ", + "content": "

    Well, we did it. We made it through the shopping and wrapping, the tree almost falling over, and the antics of 12 Santa-drunk children on the most exciting day of their lives. We said good riddance to 2021, and ushered in a new year. The decorations are down, the baking sheets are stored, and the mood is, well...…

    Read more...

    ", + "category": "mental states", + "link": "https://lifehacker.com/how-to-beat-the-post-holiday-blues-1848260673", + "creator": "Sarah Showfety", + "pubDate": "Mon, 03 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e16e006a9ca0b026f369c611f02ad51" + "hash": "675b5e01f45e0daf96cc03af6789eeba", + "highlights": [] }, { - "title": "Israel rejects 'alarm call' by Christian leaders in Jerusalem", - "description": "Church leaders say \"radical groups\" are attempting to drive Christians out of the Holy Land.", - "content": "Church leaders say \"radical groups\" are attempting to drive Christians out of the Holy Land.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59740356?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:21:30 GMT", + "title": "The Best (and Worst) Types of Flooring If You Have a Dog", + "description": "

    Having a dog impacts many different aspects of your life—from your travel plans, to your household expenses, to the amount of fur on your clothing. But one of the biggest things that changes after getting a dog (some types more than others) is your home.

    Read more...

    ", + "content": "

    Having a dog impacts many different aspects of your life—from your travel plans, to your household expenses, to the amount of fur on your clothing. But one of the biggest things that changes after getting a dog (some types more than others) is your home.

    Read more...

    ", + "category": "flooring", + "link": "https://lifehacker.com/the-best-and-worst-types-of-flooring-if-you-have-a-do-1848295122", + "creator": "Elizabeth Yuko", + "pubDate": "Mon, 03 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8accdc06c70c90350254fa90561e60e" + "hash": "2e5feb80f36b75a5758c5faff25cbec7", + "highlights": [] }, { - "title": "Mauritius oil spill: Captain guilty over tanker spill", - "description": "The MV Wakashio ran aground on a coral reef last year leaking about 1,000 tonnes of fuel.", - "content": "The MV Wakashio ran aground on a coral reef last year leaking about 1,000 tonnes of fuel.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59725368?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:49:51 GMT", + "title": "20 of the Best ‘Hangout’ Movies to Help You Chill the Hell Out", + "description": "

    When I think of Paul Thomas Anderson, chill hangout vibes aren’t what generally comes to mind. More like the cocaine-tinged tragic-comic edginess of porno drama Boogie Nights, or the surreal operatic swells of the capitalism-as-apocalypse period piece There Will Be Blood. But here we are, at the tail end of 2021, and…

    Read more...

    ", + "content": "

    When I think of Paul Thomas Anderson, chill hangout vibes aren’t what generally comes to mind. More like the cocaine-tinged tragic-comic edginess of porno drama Boogie Nights, or the surreal operatic swells of the capitalism-as-apocalypse period piece There Will Be Blood. But here we are, at the tail end of 2021, and…

    Read more...

    ", + "category": "entertainment culture", + "link": "https://lifehacker.com/20-of-the-best-hangout-movies-to-help-you-chill-the-h-1848242867", + "creator": "Ross Johnson", + "pubDate": "Mon, 03 Jan 2022 13:31:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43a47f992f4eda6dedf190bd36d753d2" + "hash": "db39b683602de61ee8bac60585b25a65", + "highlights": [] }, { - "title": "Kosovo agrees to rent prison cells to Denmark to ease overcrowding", - "description": "Denmark is due to pay €210m (£179m) over the next 10 years to rent 300 cells in the jail at Gjilan.", - "content": "Denmark is due to pay €210m (£179m) over the next 10 years to rent 300 cells in the jail at Gjilan.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59740324?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:25:23 GMT", + "title": "How to Test (and Increase) Your Attention Span", + "description": "

    We’ll keep this brief.

    Read more...

    ", + "content": "

    We’ll keep this brief.

    Read more...

    ", + "category": "attention", + "link": "https://lifehacker.com/how-to-test-and-increase-your-attention-span-1848293245", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 02 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "042a1f1692b9f9b5cb0a8da8e03bffe9" + "hash": "15573e2ae15561426c3e8ffadbda17c0", + "highlights": [] }, { - "title": "Boeing and Airbus warn US over 5G safety concerns", - "description": "The world's two biggest plane makers say the technology could have a negative impact on the aviation industry.", - "content": "The world's two biggest plane makers say the technology could have a negative impact on the aviation industry.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59737194?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 09:50:37 GMT", + "title": "How to Avoid the TSA Bothering You When Traveling With Prescription Medications", + "description": "

    For the most part, air travel involves dealing with one hassle after another. From getting to and from the airport, to dealing with unruly or unreasonable fellow passengers on your flight, it tends not to be a very pleasant experience.

    Read more...

    ", + "content": "

    For the most part, air travel involves dealing with one hassle after another. From getting to and from the airport, to dealing with unruly or unreasonable fellow passengers on your flight, it tends not to be a very pleasant experience.

    Read more...

    ", + "category": "medication", + "link": "https://lifehacker.com/how-to-avoid-the-tsa-bothering-you-when-traveling-with-1848288175", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 02 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c24aa9fecd7f5c18aaf4a4bd16064b4f" + "hash": "5ec2e8895240a4be4bfa52e9b74f560d", + "highlights": [] }, { - "title": "UK Supreme Court denies Maduro claim to Venezuelan gold", - "description": "The ruling means only opposition leader Juan Guaidó can access Venezuelan gold reserves in the UK.", - "content": "The ruling means only opposition leader Juan Guaidó can access Venezuelan gold reserves in the UK.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59733321?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 09:25:13 GMT", + "title": "How to Use Muriatic Acid Safely (and Where You Should)", + "description": "

    While there seem to be cleaning products formulated for any type of stain, mess, or grime you can think of, some people—for a variety of reasons—prefer to take more of a chemistry-class-approach to household cleaning, working directly with the acids and bases used to make those products.

    Read more...

    ", + "content": "

    While there seem to be cleaning products formulated for any type of stain, mess, or grime you can think of, some people—for a variety of reasons—prefer to take more of a chemistry-class-approach to household cleaning, working directly with the acids and bases used to make those products.

    Read more...

    ", + "category": "chemistry", + "link": "https://lifehacker.com/how-to-use-muriatic-acid-safely-and-where-you-should-1848293239", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 02 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88c4d6d1d20d90cde8e81eb724dbb487" + "hash": "b888e7cd600afe7f54e2b29e8490622d", + "highlights": [] }, { - "title": "Ghanaian MPs brawl in parliament over e-money tax", - "description": "Lawmakers trade blows during a chaotic session over a proposed levy on electronic transactions.", - "content": "Lawmakers trade blows during a chaotic session over a proposed levy on electronic transactions.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59740528?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:37:57 GMT", + "title": "Use These Free Printable Spice Jar Labels to Keep Your Kitchen Organized", + "description": "

    The start of a new calendar year has long been viewed as a chance to get a fresh start—including in the kitchen. For nearly two years now, the COVID-19 pandemic has been responsible for millions of illnesses and deaths, in addition to a major spike in the popularity of cooking and baking at home. And not only that,…

    Read more...

    ", + "content": "

    The start of a new calendar year has long been viewed as a chance to get a fresh start—including in the kitchen. For nearly two years now, the COVID-19 pandemic has been responsible for millions of illnesses and deaths, in addition to a major spike in the popularity of cooking and baking at home. And not only that,…

    Read more...

    ", + "category": "jar", + "link": "https://lifehacker.com/use-these-free-printable-spice-jar-labels-to-keep-your-1848291030", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 01 Jan 2022 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5154d4007bd6c6d6160bf463fcfa90de" + "hash": "a0f1448fb5351d6af0100bd982c04d4f", + "highlights": [] }, { - "title": "Super Typhoon Rai: Philippines faces aftermath", - "description": "The BBC's Howard Johnson on the crisis facing Siargao Island in the Philippines, which is almost cut off.", - "content": "The BBC's Howard Johnson on the crisis facing Siargao Island in the Philippines, which is almost cut off.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59739685?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 09:32:11 GMT", + "title": "The Difference Between Curtains and Drapes", + "description": "

    When it comes to window treatments, the terminology can get a little confusing—starting with “window treatment” itself. Is it a protective coating for windows, or a process like treating wood? Is it referring to the ways to fix broken or aging windows? (You get the picture.)

    Read more...

    ", + "content": "

    When it comes to window treatments, the terminology can get a little confusing—starting with “window treatment” itself. Is it a protective coating for windows, or a process like treating wood? Is it referring to the ways to fix broken or aging windows? (You get the picture.)

    Read more...

    ", + "category": "artificial objects", + "link": "https://lifehacker.com/the-difference-between-curtains-and-drapes-and-why-it-1848291024", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 01 Jan 2022 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "07b8646b868eed7e078ec4abdd295809" + "hash": "f7ca2bc200951a33b4e3ada6af74ed85", + "highlights": [] }, { - "title": "Turkish lira in comeback after new plan unveiled", - "description": "The lira sees strong gains for the second day running in response to moves to strengthen the currency.", - "content": "The lira sees strong gains for the second day running in response to moves to strengthen the currency.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59740185?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 11:08:47 GMT", + "title": "How to Keep an Outdoor Faucet or Spigot From Freezing", + "description": "

    Even though you’re probably not using your outdoor faucet or spigot as much during the winter as you do during the summer (or at all), that doesn’t mean you can just forget about it for the whole season. That’s because if your outdoor faucet, pipes, and the water inside them freezes, it could result in burst pipes,…

    Read more...

    ", + "content": "

    Even though you’re probably not using your outdoor faucet or spigot as much during the winter as you do during the summer (or at all), that doesn’t mean you can just forget about it for the whole season. That’s because if your outdoor faucet, pipes, and the water inside them freezes, it could result in burst pipes,…

    Read more...

    ", + "category": "hose", + "link": "https://lifehacker.com/how-to-keep-an-outdoor-faucet-or-spigot-from-freezing-1848289562", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 01 Jan 2022 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2ae78c77a26fe902ef0f0d8f5e62f37" + "hash": "f33d86755390ec1c0af32db958ddf619", + "highlights": [] }, { - "title": "Ghislaine Maxwell trial jurors resume deliberations", - "description": "The British socialite faces up to 80 years in prison if convicted on sex-trafficking and perjury charges.", - "content": "The British socialite faces up to 80 years in prison if convicted on sex-trafficking and perjury charges.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59730923?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:21:20 GMT", + "title": "How to Fix a Sagging Mattress When Replacing It Isn't an Option", + "description": "

    Despite what manufacturers want you to think, buying an expensive, high-end mattress isn’t going to magically solve all of your sleep problems. Sleeping on a mattress that sags or dips in the middle can, however, make it much harder to get a restful night’s sleep.

    Read more...

    ", + "content": "

    Despite what manufacturers want you to think, buying an expensive, high-end mattress isn’t going to magically solve all of your sleep problems. Sleeping on a mattress that sags or dips in the middle can, however, make it much harder to get a restful night’s sleep.

    Read more...

    ", + "category": "mattresses", + "link": "https://lifehacker.com/how-to-fix-a-sagging-mattress-when-replacing-it-isnt-an-1848289369", + "creator": "Elizabeth Yuko", + "pubDate": "Fri, 31 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cd011925a923324fb7bb6f4fa40bd9d" + "hash": "758c3b60f2c6bd28b1227dfb8001a9e9", + "highlights": [] }, { - "title": "Sudan coup: Protesters flee tear gas in Khartoum on uprising anniversary", - "description": "It's three years since the overthrow of the country's long-term President Omar al-Bashir.", - "content": "It's three years since the overthrow of the country's long-term President Omar al-Bashir.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59722800?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:04:29 GMT", + "title": "10 of the Best Podcast Episodes of 2021, According to the Lifehacker Staff", + "description": "

    Podcasts can be a place to go to stay informed about the...current state of things. Or they can be the place we go for comfort, entertainment, and to forget about the current state of things. This year, the Lifehacker staff turned to podcasts for all of the above. Here’s a list of our favorite episodes, from an…

    Read more...

    ", + "content": "

    Podcasts can be a place to go to stay informed about the...current state of things. Or they can be the place we go for comfort, entertainment, and to forget about the current state of things. This year, the Lifehacker staff turned to podcasts for all of the above. Here’s a list of our favorite episodes, from an…

    Read more...

    ", + "category": "jane goodall", + "link": "https://lifehacker.com/10-of-the-best-podcast-episodes-of-2021-according-to-t-1848247320", + "creator": "Meghan Moravcik Walbert", + "pubDate": "Fri, 31 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aede571905e13b87e56ea4d9458afaf9" + "hash": "1d230d03319f34b759b427f5e8552b81", + "highlights": [] }, { - "title": "Philippines Super Typhoon Rai death toll surges", - "description": "At least 169 people have died, police say, as the Red Cross issues an emergency appeal for aid.", - "content": "At least 169 people have died, police say, as the Red Cross issues an emergency appeal for aid.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59714658?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 15:00:23 GMT", + "title": "9 Lessons We Learned From Lifehacker's 2021 Fitness Challenges", + "description": "

    It’s always worthwhile to try a new activity, I think. Even if you don’t surprise yourself by falling in love with it, you’ll probably learn something about yourself in the process. Lifehacker staffers have tried a variety of sports, tech, and habits over the past year, and here are some of the top lessons we’ve…

    Read more...

    ", + "content": "

    It’s always worthwhile to try a new activity, I think. Even if you don’t surprise yourself by falling in love with it, you’ll probably learn something about yourself in the process. Lifehacker staffers have tried a variety of sports, tech, and habits over the past year, and here are some of the top lessons we’ve…

    Read more...

    ", + "category": "films", + "link": "https://lifehacker.com/9-lessons-we-learned-from-lifehackers-2021-fitness-chal-1848221707", + "creator": "Beth Skwarecki", + "pubDate": "Fri, 31 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd611b7f57c2ed41bbc1f1be31f3d027" + "hash": "5d5a9b2b23fa4813620df1159a5633ba", + "highlights": [] }, { - "title": "Ghislaine Maxwell trial jurors begin deliberations", - "description": "Jurors heard weeks of testimony in the sex-trafficking and perjury trial of Ghislaine Maxwell.", - "content": "Jurors heard weeks of testimony in the sex-trafficking and perjury trial of Ghislaine Maxwell.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59730923?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 22:15:12 GMT", + "title": "How to Clean a Ceiling Fan (and Why It's Important)", + "description": "

    When you’re taking a few minutes to quickly tidy up your home, you probably focus on what’s most visible—things like floors, countertops, and stuff at eye-level. Even when you’re doing more of a thorough cleaning, you may not think to look up, leaving your ceiling fans (literally) in the dust.

    Read more...

    ", + "content": "

    When you’re taking a few minutes to quickly tidy up your home, you probably focus on what’s most visible—things like floors, countertops, and stuff at eye-level. Even when you’re doing more of a thorough cleaning, you may not think to look up, leaving your ceiling fans (literally) in the dust.

    Read more...

    ", + "category": "ceiling fan", + "link": "https://lifehacker.com/how-to-clean-a-ceiling-fan-and-why-its-important-1848288165", + "creator": "Elizabeth Yuko", + "pubDate": "Fri, 31 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "00d84e6cfed4b2dbf2de02c36fb67386" + "hash": "54a2d0835aebd9e5e0b756991ea03c10", + "highlights": [] }, { - "title": "Elon Musk says he'll be paying $11bn in tax this year", - "description": "The Tesla founder and world's richest person has been involved in a public spat over his tax bill.", - "content": "The Tesla founder and world's richest person has been involved in a public spat over his tax bill.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59732935?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 19:56:26 GMT", + "title": "62 (Yes, 62) of Our Favorite iPhone Hacks and Explainers of 2021", + "description": "

    Talk about a year for the iPhone and iPad—new devices across the board and tons of software updates, including the much-anticipated iOS 15. All that news means a lot of change and plenty of advice to share. Whether you’re an Apple fanatic or just someone who appreciates a good feature for their iPhone, we have…

    Read more...

    ", + "content": "

    Talk about a year for the iPhone and iPad—new devices across the board and tons of software updates, including the much-anticipated iOS 15. All that news means a lot of change and plenty of advice to share. Whether you’re an Apple fanatic or just someone who appreciates a good feature for their iPhone, we have…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/62-yes-62-of-our-favorite-iphone-hacks-and-explainer-1848260080", + "creator": "Jake Peterson", + "pubDate": "Fri, 31 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9818fdfd1e76c668c02fe3a4d220475f" + "hash": "481d7191e5f9ef71cfe9dab98bfc4927", + "highlights": [] }, { - "title": "Leftist Gabriel Boric to become Chile's youngest ever president", - "description": "Gabriel Boric, 35, says he will look after democracy after a convincing win over his far-right rival.", - "content": "Gabriel Boric, 35, says he will look after democracy after a convincing win over his far-right rival.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59715941?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 09:14:03 GMT", + "title": "10 of the Best Ways We hacked Each Others' Lives in 2021", + "description": "

    The best part about my job is that I get to wake up every day not knowing what the writers and editors on the Lifehacker staff are about to teach me. I “edit” their work, which is to say that I get to read all their brilliance about an hour before you do. We write to serve our readers, but in the process, we get to…

    Read more...

    ", + "content": "

    The best part about my job is that I get to wake up every day not knowing what the writers and editors on the Lifehacker staff are about to teach me. I “edit” their work, which is to say that I get to read all their brilliance about an hour before you do. We write to serve our readers, but in the process, we get to…

    Read more...

    ", + "category": "sarah showfety", + "link": "https://lifehacker.com/10-of-the-best-ways-we-hacked-each-others-lives-in-2021-1848264584", + "creator": "Meghan Moravcik Walbert", + "pubDate": "Fri, 31 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ace460afe3586c2ce3861b4c73752f14" + "hash": "06e72d5b41f09a7100167eff2ddb5468", + "highlights": [] }, { - "title": "Ethiopia war: World heritage site Lalibela back in government hands", - "description": "Tigray forces have left Lalibela, a town famous for its rock-hewn churches.", - "content": "Tigray forces have left Lalibela, a town famous for its rock-hewn churches.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59726191?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 10:40:08 GMT", + "title": "How to Watch New Year's Eve Celebrations Around the World, If You're Bored of the Ball Drop", + "description": "

    A few hours from now, it will be a new year. And we hate to be the bearers of bad news, but as happy as we are to see 2021 come to a close, we’re also realistic about the fact that things won’t magically get better at the stroke of midnight tonight.

    Read more...

    ", + "content": "

    A few hours from now, it will be a new year. And we hate to be the bearers of bad news, but as happy as we are to see 2021 come to a close, we’re also realistic about the fact that things won’t magically get better at the stroke of midnight tonight.

    Read more...

    ", + "category": "new years eve", + "link": "https://lifehacker.com/how-to-watch-new-years-eve-celebrations-around-the-worl-1848288156", + "creator": "Elizabeth Yuko", + "pubDate": "Fri, 31 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31ed3253a3f372273d3008b35e5bd7ff" + "hash": "d21f2575d15684275f7405594a7bf46c", + "highlights": [] }, { - "title": "Donald Trump sues NY attorney to block inquiry into his company", - "description": "The former US president says the probe into his businesses violates his constitutional rights.", - "content": "The former US president says the probe into his businesses violates his constitutional rights.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59733713?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 16:56:57 GMT", + "title": "13 of the Best TV Show Episodes of 2021, According to the Lifehacker Staff", + "description": "

    As I reflect back on 2021, I find my TV-watching to be found wanting. It’s not that I didn’t have options. Between my own accounts and those I share with my parents and brother, I have, at any given time, access to Amazon Prime Video, Netflix, Disney+, Hulu, HBO Max, and Paramount+. And I’m probably forgetting one.…

    Read more...

    ", + "content": "

    As I reflect back on 2021, I find my TV-watching to be found wanting. It’s not that I didn’t have options. Between my own accounts and those I share with my parents and brother, I have, at any given time, access to Amazon Prime Video, Netflix, Disney+, Hulu, HBO Max, and Paramount+. And I’m probably forgetting one.…

    Read more...

    ", + "category": "yuki", + "link": "https://lifehacker.com/13-of-the-best-tv-show-episodes-of-2021-according-to-t-1848255534", + "creator": "Meghan Moravcik Walbert", + "pubDate": "Thu, 30 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6b66a36ed89aa2e2d749c1ad8a28e07" + "hash": "ec1a3b79a577d84c14672ddf9496a82d", + "highlights": [] }, { - "title": "Peng Shuai: Chinese tennis star denies making assault claim as concerns persist", - "description": "The Chinese tennis star says her post was misunderstood, but the WTA continues to demand an inquiry.", - "content": "The Chinese tennis star says her post was misunderstood, but the WTA continues to demand an inquiry.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59723676?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 09:49:53 GMT", + "title": "9 Things to Avoid Unless You Want to Be 'That Person' at the Gym", + "description": "

    We’re all familiar with some of the common mores of gym etiquette. Don’t abuse the equipment (i.e. dropping plates like they’re on fire), re-rack your weights, don’t monopolize machines, stop shamelessly hitting on women, put your equipment back where it belongs. Then there are those under-the-radar rules of the more…

    Read more...

    ", + "content": "

    We’re all familiar with some of the common mores of gym etiquette. Don’t abuse the equipment (i.e. dropping plates like they’re on fire), re-rack your weights, don’t monopolize machines, stop shamelessly hitting on women, put your equipment back where it belongs. Then there are those under-the-radar rules of the more…

    Read more...

    ", + "category": "traditional medicine", + "link": "https://lifehacker.com/9-things-to-avoid-unless-you-want-to-be-that-person-at-1848213192", + "creator": "Sarah Showfety", + "pubDate": "Thu, 30 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b65e13de8a24d95128ad2552290379c" + "hash": "bf772d07c0a7c7d4f293dc7a50816c54", + "highlights": [] }, { - "title": "Viya: Top Chinese live-streamer fined $210m for tax evasion", - "description": "Internet celebrity Huang Wei, known as Viya, is accused of hiding her personal income from officials.", - "content": "Internet celebrity Huang Wei, known as Viya, is accused of hiding her personal income from officials.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59732499?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 16:07:22 GMT", + "title": "10 of Our Best Pieces of Workout Etiquette Advice of 2021", + "description": "

    Fitness etiquette has come a long way this year. We kicked off 2021 with most gyms still closed due to the pandemic. We navigated their gradual reopenings together, with all the ups and downs of safety concerns that entailed. Still, some tenants of fitness etiquette are timeless, like the art of dealing with…

    Read more...

    ", + "content": "

    Fitness etiquette has come a long way this year. We kicked off 2021 with most gyms still closed due to the pandemic. We navigated their gradual reopenings together, with all the ups and downs of safety concerns that entailed. Still, some tenants of fitness etiquette are timeless, like the art of dealing with…

    Read more...

    ", + "category": "beth skwarecki", + "link": "https://lifehacker.com/10-of-our-best-pieces-of-workout-etiquette-advice-of-20-1848175214", + "creator": "Meredith Dietz", + "pubDate": "Thu, 30 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fad5a4841eaf427c30fad3b9085ffae8" + "hash": "f866523686f37b690d21c82f69cd497c", + "highlights": [] }, { - "title": "Young pupils allegedly forced to re-enact Holocaust in Washington school", - "description": "An investigation is underway regarding the alleged incident involving young pupils in Washington DC.", - "content": "An investigation is underway regarding the alleged incident involving young pupils in Washington DC.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59733807?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 17:33:18 GMT", + "title": "Our 13 Most Motivating Fitness Posts of 2021", + "description": "

    You can start a new fitness habit right now, if you want. You can come back to your favorite activities after years away. You can even turn your living room into a gym if you want to work out without leaving the house. And here, with some of our favorite fitness posts from 2021, we’re going to help you do that.

    Read more...

    ", + "content": "

    You can start a new fitness habit right now, if you want. You can come back to your favorite activities after years away. You can even turn your living room into a gym if you want to work out without leaving the house. And here, with some of our favorite fitness posts from 2021, we’re going to help you do that.

    Read more...

    ", + "category": "paralympic", + "link": "https://lifehacker.com/our-13-most-motivating-fitness-posts-of-2021-1848180023", + "creator": "Beth Skwarecki", + "pubDate": "Thu, 30 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f9c131ba9a63d2aa8f96d8304a012ff" + "hash": "ead66d7947537f4b4d5de0dde5a1d158", + "highlights": [] }, { - "title": "What is Russia's Vladimir Putin planning?", - "description": "The BBC's Steve Rosenberg looks at what might be on the Russian leader's mind amid growing tensions.", - "content": "The BBC's Steve Rosenberg looks at what might be on the Russian leader's mind amid growing tensions.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59730522?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 15:03:33 GMT", + "title": "Why You Should ‘Resolve’ to Only Make Tiny Self-Care Changes This Year", + "description": "

    How many New Year’s resolutions have you made over the course of your life? And how many have you kept? We all know that most grand resolutions, unless accompanied by deep commitment and accountability, stay where they began: in our heads. I don’t know about you, but after two years navigating work, family life, and…

    Read more...

    ", + "content": "

    How many New Year’s resolutions have you made over the course of your life? And how many have you kept? We all know that most grand resolutions, unless accompanied by deep commitment and accountability, stay where they began: in our heads. I don’t know about you, but after two years navigating work, family life, and…

    Read more...

    ", + "category": "self", + "link": "https://lifehacker.com/why-you-should-resolve-to-only-make-tiny-self-care-ch-1848179783", + "creator": "Sarah Showfety", + "pubDate": "Thu, 30 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ce1187ebc5d6d968ca3d1a24c60a0a2" + "hash": "a4019b94ce0448bf3c569bf9c7d16185", + "highlights": [] }, { - "title": "Gabon youth coach arrested after male rape claims which he denies", - "description": "Patrick Eyi, a former Gabon U17 coach, is arrested after claims of sexual abuse against him, which he denies.", - "content": "Patrick Eyi, a former Gabon U17 coach, is arrested after claims of sexual abuse against him, which he denies.", - "category": "", - "link": "https://www.bbc.co.uk/sport/africa/59734797?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 17:13:19 GMT", + "title": "Throw Out These Listeria-Ridden Salads, FDA Says", + "description": "

    As handy as packaged salads can be—especially during the busy holidays—you may want to rethink using any currently in your fridge. That’s because Dole Fresh Vegetables has issued a voluntary, precautionary recall for all its salads processed at two of their facilities because of a possible health risk from Listeria

    Read more...

    ", + "content": "

    As handy as packaged salads can be—especially during the busy holidays—you may want to rethink using any currently in your fridge. That’s because Dole Fresh Vegetables has issued a voluntary, precautionary recall for all its salads processed at two of their facilities because of a possible health risk from Listeria

    Read more...

    ", + "category": "salads", + "link": "https://lifehacker.com/throw-out-these-listeria-ridden-salads-fda-says-1848280969", + "creator": "Elizabeth Yuko", + "pubDate": "Wed, 29 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, - "tags": [], - "hash": "a418af75e3d5ad4cee637215a6d9a4ac" - }, - { - "title": "Alaa Abdel Fattah: Leading Egyptian activist jailed for five years", - "description": "Alaa Abdel Fattah is convicted of spreading false news after a trial called a sham by rights groups.", - "content": "Alaa Abdel Fattah is convicted of spreading false news after a trial called a sham by rights groups.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59730354?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:19:02 GMT", + "tags": [], + "hash": "a9c72d2593e941b2d5b15ecf168a2b72", + "highlights": [] + }, + { + "title": "10 Things We Told You to Stop Doing in 2021", + "description": "

    The end of the year is upon us. ‘Tis a time to blow all our unused FSA benefits on Band-Aids, reduce clutter, resolve to eat less junk and exercise more, and above all—stop doing things that no longer serve us (or our armpits, for that matter). In the spirit of cleaning up your linguistic game, applying deodorant…

    Read more...

    ", + "content": "

    The end of the year is upon us. ‘Tis a time to blow all our unused FSA benefits on Band-Aids, reduce clutter, resolve to eat less junk and exercise more, and above all—stop doing things that no longer serve us (or our armpits, for that matter). In the spirit of cleaning up your linguistic game, applying deodorant…

    Read more...

    ", + "category": "musical groups", + "link": "https://lifehacker.com/10-things-we-told-you-to-stop-doing-in-2021-1848169246", + "creator": "Sarah Showfety", + "pubDate": "Wed, 29 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5254fe573e0698f39e5ad0a674dfe1d8" + "hash": "ce2bbda7887692aa61591dbabbb8aa18", + "highlights": [] }, { - "title": "Evergrande: China's efforts to contain its Lehman moment", - "description": "China is handling the crisis very differently to the way the US dealt with the Lehman collapse.", - "content": "China is handling the crisis very differently to the way the US dealt with the Lehman collapse.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59605130?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:08:09 GMT", + "title": "15 Impressive Fitness Goals to Strive for That Aren't Weight Loss", + "description": "

    With the new year approaching, you may be tempted to set some—let’s not call them resolutions—goals. Dreams. Plans. January will bring a new sense of focus, so it’s a great time to start working on something that could pay off by the end of the year.

    Read more...

    ", + "content": "

    With the new year approaching, you may be tempted to set some—let’s not call them resolutions—goals. Dreams. Plans. January will bring a new sense of focus, so it’s a great time to start working on something that could pay off by the end of the year.

    Read more...

    ", + "category": "lunge", + "link": "https://lifehacker.com/15-impressive-fitness-goals-to-strive-for-that-arent-we-1848089302", + "creator": "Beth Skwarecki", + "pubDate": "Wed, 29 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9a57464b392501e76045d610267b306" + "hash": "54f714c2537bbd7bc98b17663e9d08bc", + "highlights": [] }, { - "title": "Algeria and a question of identity: Who counts as African?", - "description": "North Africans love the Cup of Nation but for some, their African identity is open to question.", - "content": "North Africans love the Cup of Nation but for some, their African identity is open to question.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59689710?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 01:03:31 GMT", + "title": "How to Store Your Christmas Decorations Like a Responsible Grownup", + "description": "

    You know what’s the worst? Trying to unpack a string of lights that’s tangled up in a ball at the bottom of a box. Packing up your Christmas decor can be time consuming and you might want to just throw everything into a box, but if you pack things up the right way you can save your future self a lot of headache. Here…

    Read more...

    ", + "content": "

    You know what’s the worst? Trying to unpack a string of lights that’s tangled up in a ball at the bottom of a box. Packing up your Christmas decor can be time consuming and you might want to just throw everything into a box, but if you pack things up the right way you can save your future self a lot of headache. Here…

    Read more...

    ", + "category": "containers", + "link": "https://lifehacker.com/how-to-store-your-christmas-decorations-like-a-responsi-1848256836", + "creator": "Becca Lewis", + "pubDate": "Tue, 28 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b1db015aadad012b453ef3115377bcc" + "hash": "93d29d7e544bf0588c822b165c255b95", + "highlights": [] }, { - "title": "Covid-19: Can alcohol, cooking oil tempt unvaccinated Indians?", - "description": "Some Indian states have offered unusual vaccine incentives, but experts say this may not be enough.", - "content": "Some Indian states have offered unusual vaccine incentives, but experts say this may not be enough.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59694246?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:46:44 GMT", + "title": "What to Know About the CDC’s New, Shorter Isolation Guidelines", + "description": "

    As Omicron cases continue to surge in the U.S., the the Centers for Disease Control and Prevention is shortening the recommended time for isolation from 10 days to five days for anyone who has tested positive for COVID-19—as long as they are asymptomatic. After five days of staying home (or isolating in some way),…

    Read more...

    ", + "content": "

    As Omicron cases continue to surge in the U.S., the the Centers for Disease Control and Prevention is shortening the recommended time for isolation from 10 days to five days for anyone who has tested positive for COVID-19—as long as they are asymptomatic. After five days of staying home (or isolating in some way),…

    Read more...

    ", + "category": "health medical pharma", + "link": "https://lifehacker.com/what-to-know-about-the-cdc-s-new-shorter-isolation-gui-1848275978", + "creator": "Meredith Dietz", + "pubDate": "Tue, 28 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ccfe0fce553e6f53e83af0b8deecb40" + "hash": "050aee5c0304c7e675e132ae8ffe1999", + "highlights": [] }, { - "title": "The robot chefs that can cook your Christmas dinner", - "description": "If you fancy not having to do the cooking on 25 December then a robotic chef might be the solution.", - "content": "If you fancy not having to do the cooking on 25 December then a robotic chef might be the solution.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59651334?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:00:38 GMT", + "title": "9 of Our Favorite Apps of 2021", + "description": "

    At Lifehacker, we strive, year after year, to do everything better. It’s kind of our thing, you know? And we find, year after year, that sometimes our smartphones and their many apps help us be more productive—and sometimes they do nothing but distract us. As we reflect on 2021, though, we have to admit that our…

    Read more...

    ", + "content": "

    At Lifehacker, we strive, year after year, to do everything better. It’s kind of our thing, you know? And we find, year after year, that sometimes our smartphones and their many apps help us be more productive—and sometimes they do nothing but distract us. As we reflect on 2021, though, we have to admit that our…

    Read more...

    ", + "category": "software", + "link": "https://lifehacker.com/9-of-our-favorite-apps-of-2021-1848253254", + "creator": "Meghan Moravcik Walbert", + "pubDate": "Tue, 28 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f419d5bcd346907fbeb740ee527f12a" + "hash": "0baac5e436c4d56be51702c7c1d6a3ee", + "highlights": [] }, { - "title": "BBC Bitcoin mining report used in crypto-scam", - "description": "The BBC’s Silicon Valley correspondent investigates how his report was used to steal life savings.", - "content": "The BBC’s Silicon Valley correspondent investigates how his report was used to steal life savings.", - "category": "", - "link": "https://www.bbc.co.uk/news/technology-59659881?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:04:22 GMT", + "title": "40 of Our Best Android Hacks of 2021", + "description": "

    2021 was a big year for Android. The year brought us new phones, like the Pixel 6 and 6 Pro, and new software updates, like Android 12. Whether you bought something new, updated your phone with new software, or just kept on trucking with the same old tech, we were here to help you use it all. These are our favorite…

    Read more...

    ", + "content": "

    2021 was a big year for Android. The year brought us new phones, like the Pixel 6 and 6 Pro, and new software updates, like Android 12. Whether you bought something new, updated your phone with new software, or just kept on trucking with the same old tech, we were here to help you use it all. These are our favorite…

    Read more...

    ", + "category": "android", + "link": "https://lifehacker.com/40-of-our-best-android-hacks-of-2021-1848246417", + "creator": "Jake Peterson", + "pubDate": "Tue, 28 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4dd516bf736197ec1bc5f595073346e4" + "hash": "5d9c88f4b4451c9b939ee9c35eb90df8", + "highlights": [] }, { - "title": "Covid: French ski season in disarray as UK tourists banned", - "description": "Snow on the slopes of Mont Blanc is the best Chamonix has seen in years - but few Brits will enjoy it.", - "content": "Snow on the slopes of Mont Blanc is the best Chamonix has seen in years - but few Brits will enjoy it.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59712015?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:29:26 GMT", + "title": "12 of Our Best Vegetarian Hacks of 2021", + "description": "

    I have been a dedicated omnivore my entire life, but even I have been trying to eat less meat lately, and I’m not the only one. As A.A. Newton explained in, “How to Become a Vegetarian (or Eat Less Meat),” there are many good reasons for decreasing the amount of animals you consume:

    Read more...

    ", + "content": "

    I have been a dedicated omnivore my entire life, but even I have been trying to eat less meat lately, and I’m not the only one. As A.A. Newton explained in, “How to Become a Vegetarian (or Eat Less Meat),” there are many good reasons for decreasing the amount of animals you consume:

    Read more...

    ", + "category": "cuisine", + "link": "https://lifehacker.com/12-of-our-best-vegetarian-hacks-of-2021-1848234925", + "creator": "Claire Lower", + "pubDate": "Tue, 28 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de8166203e3b6e4b1445fa1ccdd21362" + "hash": "9b77b9cf5337ca3c57befdf71ff38a8a", + "highlights": [] }, { - "title": "Hong Kong: Why the Legco elections are so controversial", - "description": "Sweeping changes put in place by China altered the way the city chooses its lawmakers this year.", - "content": "Sweeping changes put in place by China altered the way the city chooses its lawmakers this year.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59632733?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:05:00 GMT", + "title": "You Can Make Ultra-Impressive Party Food Without Spending a Fortune", + "description": "

    I’d bomb on Jeopardy. I am a ball and chain at trivia night. My brain does not retain facts or names unrelated to Wham songs. I cry when I land sports in Trivial Pursuit. I watch Wheel of Fortune, mouth agog, unable to complete a phrase missing only a Q. But I’ve always thought that I could excel on The Price is Right

    Read more...

    ", + "content": "

    I’d bomb on Jeopardy. I am a ball and chain at trivia night. My brain does not retain facts or names unrelated to Wham songs. I cry when I land sports in Trivial Pursuit. I watch Wheel of Fortune, mouth agog, unable to complete a phrase missing only a Q. But I’ve always thought that I could excel on The Price is Right

    Read more...

    ", + "category": "soups", + "link": "https://lifehacker.com/you-can-make-ultra-impressive-party-food-without-spendi-1848250408", + "creator": "Amanda Blum", + "pubDate": "Tue, 28 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f6531ca5aea4aa73a46bf31efc84650" + "hash": "e416bd4293661d29bbef0ace84e0c2b7", + "highlights": [] }, { - "title": "Super Typhoon Rai: Walking through the storm's trail of destruction", - "description": "Watch this video that shows the extent of the devastation in Cebu City in the Philippines.", - "content": "Watch this video that shows the extent of the devastation in Cebu City in the Philippines.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59709246?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 13:02:57 GMT", + "title": "Don't Make These Doomed 'Health' Resolutions (and What to Strive for Instead)", + "description": "

    Mercifully, 2021 is almost over, and as we look toward the bright future that awaits us next year (when all our problems will certainly be solved), it’s tempting to set some big sweeping resolutions that will position us to come out of 2022 a better person. Too bad the most common resolutions are the ones that are…

    Read more...

    ", + "content": "

    Mercifully, 2021 is almost over, and as we look toward the bright future that awaits us next year (when all our problems will certainly be solved), it’s tempting to set some big sweeping resolutions that will position us to come out of 2022 a better person. Too bad the most common resolutions are the ones that are…

    Read more...

    ", + "category": "obesity", + "link": "https://lifehacker.com/dont-make-these-doomed-health-resolutions-and-what-to-1848216356", + "creator": "Beth Skwarecki", + "pubDate": "Tue, 28 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1dfce3245acbfc974068d90f4ddacc1" + "hash": "db543efa6c634edb84bf868c82299017", + "highlights": [] }, { - "title": "France travel ban: Time-lapse shows long Eurostar queue at St Pancras", - "description": "Travellers in St Pancras station, London, line up to get to France before it closes its borders to the UK.", - "content": "Travellers in St Pancras station, London, line up to get to France before it closes its borders to the UK.", - "category": "", - "link": "https://www.bbc.co.uk/news/uk-59710482?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 11:04:48 GMT", + "title": "19 of the Most Confusing Things We Explained to You in 2021", + "description": "

    Hacks aren’t everything. Sometimes what you really need to improve your life is a better understanding of the world around you. So let’s take a tour through some of our best explainers of the year year, the things that put an end to your confusion about what an NFT is, or why there’s always a novel in front of every…

    Read more...

    ", + "content": "

    Hacks aren’t everything. Sometimes what you really need to improve your life is a better understanding of the world around you. So let’s take a tour through some of our best explainers of the year year, the things that put an end to your confusion about what an NFT is, or why there’s always a novel in front of every…

    Read more...

    ", + "category": "the olympics", + "link": "https://lifehacker.com/19-of-the-most-confusing-things-we-explained-to-you-in-1848260303", + "creator": "Beth Skwarecki", + "pubDate": "Tue, 28 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a95eb0a2b66b56a07cbe0e7a115942e9" + "hash": "acaa8cc3c664d39ee4d410d96bd266c1", + "highlights": [] }, { - "title": "Pope Francis condemns domestic abuse as 'almost satanic'", - "description": "The Pope has often spoken out against domestic violence, but Sunday's remarks are his strongest yet.", - "content": "The Pope has often spoken out against domestic violence, but Sunday's remarks are his strongest yet.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59723278?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 06:29:06 GMT", + "title": "Why You Should Replace Your New Year's Journal With a Spreadsheet", + "description": "

    The new year is fast-approaching. Even if you believe New Year’s Resolutions are a bunch of baloney, I’d argue the start of a new year is still a useful time to reflect back and look forward. For me, it’s the time when I’m most grateful for my habit of writing down every little thing. And I don’t just mean getting my…

    Read more...

    ", + "content": "

    The new year is fast-approaching. Even if you believe New Year’s Resolutions are a bunch of baloney, I’d argue the start of a new year is still a useful time to reflect back and look forward. For me, it’s the time when I’m most grateful for my habit of writing down every little thing. And I don’t just mean getting my…

    Read more...

    ", + "category": "spreadsheet", + "link": "https://lifehacker.com/why-you-should-replace-your-new-years-journal-with-a-sp-1848117995", + "creator": "Meredith Dietz", + "pubDate": "Tue, 28 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6e8d987af69f8fb85ea4f2e4d22f35f" + "hash": "18a69920c94e4a91108c3cab73df1e1a", + "highlights": [] }, { - "title": "Covid: Christmas travel will fuel spread of Omicron, US expert warns", - "description": "The US infectious diseases chief says the Covid-19 variant will spread - even among the vaccinated.", - "content": "The US infectious diseases chief says the Covid-19 variant will spread - even among the vaccinated.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59714272?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 03:01:40 GMT", + "title": "How to Clean a Ceiling Fan (And Why It's Important)", + "description": "

    When you’re taking a few minutes to quickly tidy up your home, you probably focus on what’s most visible—things like floors, countertops, and stuff at eye-level. Even when you’re doing more of a thorough cleaning, you may not think to look up, leaving your ceiling fans (literally) in the dust.

    Read more...

    ", + "content": "

    When you’re taking a few minutes to quickly tidy up your home, you probably focus on what’s most visible—things like floors, countertops, and stuff at eye-level. Even when you’re doing more of a thorough cleaning, you may not think to look up, leaving your ceiling fans (literally) in the dust.

    Read more...

    ", + "category": "ceiling fan", + "link": "https://lifehacker.com/how-to-clean-a-ceiling-fan-and-why-its-important-1848288165", + "creator": "Elizabeth Yuko", + "pubDate": "Fri, 31 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b29bf2732fc426d6aed7620229e905cf" + "hash": "0b4c6969096c97eee5cb8f305f6ed768", + "highlights": [] }, { - "title": "Hong Kong: Pro-Beijing candidates sweep controversial LegCo election", - "description": "The results for the controversial poll come after the city saw its lowest ever voter turnout.", - "content": "The results for the controversial poll come after the city saw its lowest ever voter turnout.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59717343?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 08:43:42 GMT", + "title": "How to Make Stretching Less Boring so You’ll Actually Do It", + "description": "

    Every January, I pledge to improve my flexibility by stretching consistently. And yet, when it comes to my stretching routine, I’m guilty of cutting some corners. And by “cutting some corners,” I do mean that I’ll go months without properly tending to my sore muscles. Oops.

    Read more...

    ", + "content": "

    Every January, I pledge to improve my flexibility by stretching consistently. And yet, when it comes to my stretching routine, I’m guilty of cutting some corners. And by “cutting some corners,” I do mean that I’ll go months without properly tending to my sore muscles. Oops.

    Read more...

    ", + "category": "stretching", + "link": "https://lifehacker.com/how-to-make-stretching-less-boring-so-you-ll-actually-d-1848132760", + "creator": "Meredith Dietz", + "pubDate": "Tue, 28 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df625d4fb835bcc65e932ab1adb8caa1" + "hash": "0c7cd477eb9f056929213d3a85844026", + "highlights": [] }, { - "title": "Australia bouncy castle fall: Sixth child dies in hospital", - "description": "Chace Harrison, 11, died in hospital three days after falling from a castle blown into the air.", - "content": "Chace Harrison, 11, died in hospital three days after falling from a castle blown into the air.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59722770?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:02:34 GMT", + "title": "How to (Remotely) Help Your Family Members With Their New Tech", + "description": "

    Holiday gifts mean new tech for all, and new tech for all means fresh “tech support” headaches for you! You know your friends and family are going to have issues with their devices and gadgets; it’s one thing to be able to help them in person, but if you live far away, servicing these issues remotely can be a…

    Read more...

    ", + "content": "

    Holiday gifts mean new tech for all, and new tech for all means fresh “tech support” headaches for you! You know your friends and family are going to have issues with their devices and gadgets; it’s one thing to be able to help them in person, but if you live far away, servicing these issues remotely can be a…

    Read more...

    ", + "category": "remote desktop", + "link": "https://lifehacker.com/how-to-remotely-help-your-family-members-with-their-n-1848133025", + "creator": "Jake Peterson", + "pubDate": "Tue, 28 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6bed3e2bfa1cf618e12d76c0f9ad7c59" + "hash": "bd1f5b35ebff3e262c71345804fae75b", + "highlights": [] }, { - "title": "Carlos Marin: Simon Cowell 'devastated' at death of Il Divo singer at 53", - "description": "The classical group's Carlos Marin died at the age of 53 after going into hospital during a UK tour.", - "content": "The classical group's Carlos Marin died at the age of 53 after going into hospital during a UK tour.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59722285?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 08:41:09 GMT", + "title": "20 of Our Best Mac Hacks of 2021", + "description": "

    2021 was a big year for the Mac. First, Apple gave us macOS Monterey, which included a treasure trove of publicized features (and a handful of hidden gems). After this update, the company dropped new MacBook Pros with the improved M1 Pro and M1 Max chipsets. All that news meant plenty of tips and hacks for us to sink…

    Read more...

    ", + "content": "

    2021 was a big year for the Mac. First, Apple gave us macOS Monterey, which included a treasure trove of publicized features (and a handful of hidden gems). After this update, the company dropped new MacBook Pros with the improved M1 Pro and M1 Max chipsets. All that news meant plenty of tips and hacks for us to sink…

    Read more...

    ", + "category": "apple m1", + "link": "https://lifehacker.com/20-of-our-best-mac-hacks-of-2021-1848214870", + "creator": "Jake Peterson", + "pubDate": "Tue, 28 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "578f277d82f607f93bd98b815f21f05c" + "hash": "b84de21ca45125cfc294e395bee013f4", + "highlights": [] }, { - "title": "Senator Joe Manchin threatens to sink signature Biden bill", - "description": "Democrat Joe Manchin throws the Build Back Better Act into jeopardy, saying he will not vote for it.", - "content": "Democrat Joe Manchin throws the Build Back Better Act into jeopardy, saying he will not vote for it.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59720745?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 21:05:18 GMT", + "title": "Why It's Smart to Be 10 Years Behind in Gaming", + "description": "

    The year is 2011; Bethesda has released Skyrim, Nintendo puts out two Zelda titles, and Valve publishes Portal 2. All in all, it was a pretty fantastic year for gaming. Now, in 2021, pretending like its 2011 is not only a fantastic way to forget about this absolutely dreadful year, it’s also a smart gaming strategy.

    Read more...

    ", + "content": "

    The year is 2011; Bethesda has released Skyrim, Nintendo puts out two Zelda titles, and Valve publishes Portal 2. All in all, it was a pretty fantastic year for gaming. Now, in 2021, pretending like its 2011 is not only a fantastic way to forget about this absolutely dreadful year, it’s also a smart gaming strategy.

    Read more...

    ", + "category": "playstation 3", + "link": "https://lifehacker.com/why-its-smart-to-be-10-years-behind-in-gaming-1848226775", + "creator": "Jake Peterson", + "pubDate": "Mon, 27 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "629113e6208c45c15850175bed6d9204" + "hash": "c559e6fd6a1a9344faf9f3fd624e3158", + "highlights": [] }, { - "title": "Iran execution of Heidar Ghorbani sparks rare anti-government protest", - "description": "The death sentence handed to Kurdish man Heidar Ghorbani was viewed by rights groups as political.", - "content": "The death sentence handed to Kurdish man Heidar Ghorbani was viewed by rights groups as political.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59721962?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 22:24:33 GMT", + "title": "16 of the Most Pervasive Fitness Myths We Busted in 2021", + "description": "

    Here at Lifehacker, we pride ourselves on telling you the real truth about health and fitness—and leaving the bullshit behind. Unfortunately, the fitness world is a bountiful source of confusion, half-truths, and occasional outright lies. So let’s look back on some of the times this year that we set the record…

    Read more...

    ", + "content": "

    Here at Lifehacker, we pride ourselves on telling you the real truth about health and fitness—and leaving the bullshit behind. Unfortunately, the fitness world is a bountiful source of confusion, half-truths, and occasional outright lies. So let’s look back on some of the times this year that we set the record…

    Read more...

    ", + "category": "fitness", + "link": "https://lifehacker.com/16-of-the-most-pervasive-fitness-myths-we-busted-in-202-1848175977", + "creator": "Beth Skwarecki", + "pubDate": "Mon, 27 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17b51c6f4cf210e36d2393c12ac19d2e" + "hash": "95af8e496c3dab124b80f1122af1ca8f", + "highlights": [] }, { - "title": "Drakeo the Ruler dies after stabbing at LA music festival", - "description": "The 28-year-old was stabbed during an altercation backstage at a Los Angeles music festival.", - "content": "The 28-year-old was stabbed during an altercation backstage at a Los Angeles music festival.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59720744?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 08:44:56 GMT", + "title": "Avoid These Renovations That Can Hurt Your Home's Value", + "description": "

    People purchase and move into new homes (well, new to them) for many different reasons. And it’s one thing if the idea is to stay in a house for the rest of your life (or at least foreseeable future), but if you think—or know—you’re going to move at some point in the not-so-distant future, it’s another case…

    Read more...

    ", + "content": "

    People purchase and move into new homes (well, new to them) for many different reasons. And it’s one thing if the idea is to stay in a house for the rest of your life (or at least foreseeable future), but if you think—or know—you’re going to move at some point in the not-so-distant future, it’s another case…

    Read more...

    ", + "category": "bedroom", + "link": "https://lifehacker.com/avoid-these-renovations-that-can-hurt-your-homes-value-1848271792", + "creator": "Elizabeth Yuko", + "pubDate": "Mon, 27 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a74ded61f2c9694096289726e4b6d2a" + "hash": "a13a55366d14550a9adf27ff1ae95e72", + "highlights": [] }, { - "title": "Ghislaine Maxwell: Key moments in the trial so far", - "description": "Ghislaine Maxwell is accused of grooming girls for abuse by late paedophile Jeffrey Epstein.", - "content": "Ghislaine Maxwell is accused of grooming girls for abuse by late paedophile Jeffrey Epstein.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59527051?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 22:06:32 GMT", + "title": "Never Donate These Books to Little Free Libraries (or Anywhere Else)", + "description": "

    If your personal library has long since outgrown the bookshelves in your house, it’s probably time to pare things down. Donating old books to your local library, secondhand store, or Little Free Library is a great way to pass them on to a new home, but some books just aren’t appropriate to give away. As a donor, it’s…

    Read more...

    ", + "content": "

    If your personal library has long since outgrown the bookshelves in your house, it’s probably time to pare things down. Donating old books to your local library, secondhand store, or Little Free Library is a great way to pass them on to a new home, but some books just aren’t appropriate to give away. As a donor, it’s…

    Read more...

    ", + "category": "sharing economy", + "link": "https://lifehacker.com/no-one-wants-that-y2k-survival-guide-and-other-things-1848222017", + "creator": "A.A. Newton", + "pubDate": "Mon, 27 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5390fabd2355559ec039dfd02f021506" + "hash": "1ec6abac6996a489af75bea9c8ef2b49", + "highlights": [] }, { - "title": "Covid: Dutch go into Christmas lockdown over Omicron wave", - "description": "Non-essential shops, schools, bars and other public venues have been closed until at least 14 January.", - "content": "Non-essential shops, schools, bars and other public venues have been closed until at least 14 January.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59715940?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 04:55:15 GMT", + "title": "Never Charge a Device That Has Just Been in Below Freezing Temps", + "description": "

    There are plenty of times our devices are out in the cold. Maybe you’re skiing, and you take your iPhone along with you; maybe you ordered a brand-new tablet for the holidays, and the driver left it on your doorstep. Whatever the reason for your chilled devices, we have an important PSA: If your tech has a lithium-ion…

    Read more...

    ", + "content": "

    There are plenty of times our devices are out in the cold. Maybe you’re skiing, and you take your iPhone along with you; maybe you ordered a brand-new tablet for the holidays, and the driver left it on your doorstep. Whatever the reason for your chilled devices, we have an important PSA: If your tech has a lithium-ion…

    Read more...

    ", + "category": "environment", + "link": "https://lifehacker.com/never-charge-a-device-that-has-just-been-in-below-freez-1848221259", + "creator": "Jake Peterson", + "pubDate": "Mon, 27 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f5e945d41875bc7e7903ddbc01e5c69" + "hash": "a923387fbcacf07d5a0d11308d1799b6", + "highlights": [] }, { - "title": "Covid: Germany tightens restrictions on UK travellers", - "description": "Germany follows France in banning British tourists and business travellers over Omicron concerns.", - "content": "Germany follows France in banning British tourists and business travellers over Omicron concerns.", - "category": "", - "link": "https://www.bbc.co.uk/news/uk-59715820?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 01:36:28 GMT", + "title": "11 Lessons My Grill Taught Me in 2021", + "description": "

    Buying a Weber Kettle charcoal grill is one of the best decisions I made in 2021. Up until this year, I had been wary of this seemingly dad-dominated community of cookers, but I should have known better: All of my nicest readers are dads.

    Read more...

    ", + "content": "

    Buying a Weber Kettle charcoal grill is one of the best decisions I made in 2021. Up until this year, I had been wary of this seemingly dad-dominated community of cookers, but I should have known better: All of my nicest readers are dads.

    Read more...

    ", + "category": "kitchen", + "link": "https://lifehacker.com/11-lessons-my-grill-taught-me-in-2021-1848209645", + "creator": "Claire Lower", + "pubDate": "Mon, 27 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c69fa3e6ff50a109b8b48dfbd4a9365c" + "hash": "a000de8d1f18f27f63c7ef89f16d5807", + "highlights": [] }, { - "title": "Sudan coup: Thousands protest on uprising anniversary", - "description": "Demonstrations around the country demand an end to military rule, following a coup in October.", - "content": "Demonstrations around the country demand an end to military rule, following a coup in October.", + "title": "Hand These Home Maintenance Projects Over to Your Kids", + "description": "

    Kids are natural-born helpers. If there’s a job to do around the house, chances are good they’re willing to pitch in and help. We’ve got an age-by-age guide to kids’ chores, but they also love to assist on the occasional DIY home improvement project. Here are a few kid-friendly home maintenance projects you can hand…

    Read more...

    ", + "content": "

    Kids are natural-born helpers. If there’s a job to do around the house, chances are good they’re willing to pitch in and help. We’ve got an age-by-age guide to kids’ chores, but they also love to assist on the occasional DIY home improvement project. Here are a few kid-friendly home maintenance projects you can hand…

    Read more...

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59719765?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 15:57:10 GMT", + "link": "https://lifehacker.com/hand-these-home-maintenance-projects-over-to-your-kids-1848243494", + "creator": "Becca Lewis", + "pubDate": "Mon, 27 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58414b1085ea4c9bcca5ca5766234ac5" + "hash": "9823e718db45e37a166a7607dc1b1521", + "highlights": [] }, { - "title": "Man beaten to death for 'sacrilege' attempt at Sikh Golden Temple in India", - "description": "Eyewitnesses allege the man had tried to commit a sacrilegious act at the Golden Temple in India.", - "content": "Eyewitnesses allege the man had tried to commit a sacrilegious act at the Golden Temple in India.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59715937?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 05:22:51 GMT", + "title": "10 of the Best Movies We Discovered for the First Time in 2021", + "description": "

    Sure, 2021 gifted us with plenty of good new releases, even if we streamed them from home rather than experiencing them in a movie theater. Even so, we saw no reason to limit ourselves only to that which this year has provided—especially now, as omicron wreaks its havoc, we’ve got all the time in the world to dive…

    Read more...

    ", + "content": "

    Sure, 2021 gifted us with plenty of good new releases, even if we streamed them from home rather than experiencing them in a movie theater. Even so, we saw no reason to limit ourselves only to that which this year has provided—especially now, as omicron wreaks its havoc, we’ve got all the time in the world to dive…

    Read more...

    ", + "category": "youtube", + "link": "https://lifehacker.com/10-of-the-best-movies-we-discovered-for-the-first-time-1848254559", + "creator": "Meghan Moravcik Walbert", + "pubDate": "Mon, 27 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b2dcf2f4f136c7a2b4379d3808b0ba8" + "hash": "6dbc2b547782d1a8f08499465a3ff641", + "highlights": [] }, { - "title": "Highlights from the career of architect Richard Rogers", - "description": "Lord Rogers, who has died aged 88, designed the Millennium Dome and the Pompidou Centre.", - "content": "Lord Rogers, who has died aged 88, designed the Millennium Dome and the Pompidou Centre.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59717076?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 12:26:24 GMT", + "title": "Everything You Shouldn't Do When Using a Space Heater", + "description": "

    Even if you live somewhere with central heating, sometimes it’s nice to get an extra boost of warmth from a space heater. And though modern space heaters have features that make them safer than earlier versions, it’s still important to keep safety in mind when dealing with anything that produces such high…

    Read more...

    ", + "content": "

    Even if you live somewhere with central heating, sometimes it’s nice to get an extra boost of warmth from a space heater. And though modern space heaters have features that make them safer than earlier versions, it’s still important to keep safety in mind when dealing with anything that produces such high…

    Read more...

    ", + "category": "space heater", + "link": "https://lifehacker.com/everything-you-shouldnt-do-when-using-a-space-heater-1848237212", + "creator": "Elizabeth Yuko", + "pubDate": "Mon, 27 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4337a64d1ac421ccf39d28bc7559491b" + "hash": "50c280b5747bec5b2b736bb8488abe82", + "highlights": [] }, { - "title": "Hong Kong: LegCo vote after electoral overhaul", - "description": "Only candidates deemed to be \"patriots\" by Beijing can stand in the legislative council election.", - "content": "Only candidates deemed to be \"patriots\" by Beijing can stand in the legislative council election.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59717343?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 14:57:34 GMT", + "title": "Avoid These Common New Year's Resolution Pitfalls", + "description": "

    No matter what we tell ourselves, the vast majority of New Year’s resolutions aren’t made to be kept. The promise that next year will be a little better if you just work hard enough is powerfully attractive—so attractive that we ignore how rarely it actually happens.

    Read more...

    ", + "content": "

    No matter what we tell ourselves, the vast majority of New Year’s resolutions aren’t made to be kept. The promise that next year will be a little better if you just work hard enough is powerfully attractive—so attractive that we ignore how rarely it actually happens.

    Read more...

    ", + "category": "new years resolution", + "link": "https://lifehacker.com/avoid-these-common-new-years-resolution-pitfalls-1848206410", + "creator": "A.A. Newton", + "pubDate": "Mon, 27 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9190c2e9a104fe9cf7086dc59a02f4cf" + "hash": "24898eecf00d37c07f08dffb60705dbe", + "highlights": [] }, { - "title": "West Bank ambush suspects captured, Israel says", - "description": "The army says it has caught Palestinians suspected of a deadly attack in the occupied West Bank.", - "content": "The army says it has caught Palestinians suspected of a deadly attack in the occupied West Bank.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59717345?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 11:15:46 GMT", + "title": "How to Add More Natural Light to a Home Without Much of It", + "description": "

    Days are officially getting longer, but we still have a lot of the dark, winter season to go. And while there’s nothing we can do about the sun setting so early, we can maximize the amount of natural light our homes get when the sun is out during the day.

    Read more...

    ", + "content": "

    Days are officially getting longer, but we still have a lot of the dark, winter season to go. And while there’s nothing we can do about the sun setting so early, we can maximize the amount of natural light our homes get when the sun is out during the day.

    Read more...

    ", + "category": "light", + "link": "https://lifehacker.com/how-to-add-more-natural-light-to-a-home-without-much-of-1848269441", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 26 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4c5917e2822f9f6085184ff44503290" + "hash": "dda7b13658381da9c6ad1c245639402c" }, { - "title": "Wagner Group: Why the EU is alarmed by Russian mercenaries in Central Africa", - "description": "The shadowy Russian mercenary group, allegedly linked to the Kremlin, has been accused of rights abuses.", - "content": "The shadowy Russian mercenary group, allegedly linked to the Kremlin, has been accused of rights abuses.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59699350?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:08:54 GMT", + "title": "How to Remove Rust Stains With Stuff That's Already in Your Home", + "description": "

    Rust may form on certain types of metal, but it can damage more than that. Its distinctive, deep reddish-brown color easily transfers to other materials, resulting in stains. Unfortunately, getting rust stains out of clothing, carpet, and off of surfaces like porcelain and ceramic requires some effort. Fortunately,…

    Read more...

    ", + "content": "

    Rust may form on certain types of metal, but it can damage more than that. Its distinctive, deep reddish-brown color easily transfers to other materials, resulting in stains. Unfortunately, getting rust stains out of clothing, carpet, and off of surfaces like porcelain and ceramic requires some effort. Fortunately,…

    Read more...

    ", + "category": "rust", + "link": "https://lifehacker.com/how-to-remove-rust-stains-with-stuff-thats-already-in-y-1848269438", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 26 Dec 2021 16:15:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f75183d681f015f2846920dab5d979bd" + "hash": "2c26bf38f55ae307bdca239700a19fb1" }, { - "title": "Derek Chisora v Joseph Parker II: New Zealander beats Briton on points in Manchester", - "description": "New Zealand heavyweight Joseph Parker secures a brilliant points win over Britain's Derek Chisora in a thrilling fight at the AO Arena in Manchester.", - "content": "New Zealand heavyweight Joseph Parker secures a brilliant points win over Britain's Derek Chisora in a thrilling fight at the AO Arena in Manchester.", - "category": "", - "link": "https://www.bbc.co.uk/sport/boxing/59692720?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:13:24 GMT", + "title": "Turn Your Leftover Holiday Cheeseball Into Gooey Mac & Cheese", + "description": "

    On a cold winter’s night in 2017, a friend brought a 20-ounce walnut- and bacon-covered cheeseball to my Christmas party. It was my first holiday cheeseball experience and I instantly became enamored with the novelty of having access to a gigantic sphere of nearly endless dip. But when the next day dawned, I was faced…

    Read more...

    ", + "content": "

    On a cold winter’s night in 2017, a friend brought a 20-ounce walnut- and bacon-covered cheeseball to my Christmas party. It was my first holiday cheeseball experience and I instantly became enamored with the novelty of having access to a gigantic sphere of nearly endless dip. But when the next day dawned, I was faced…

    Read more...

    ", + "category": "food paradise", + "link": "https://lifehacker.com/turn-your-leftover-holiday-cheeseball-into-gooey-mac-1848251507", + "creator": "Allie Chanthorn Reinmann", + "pubDate": "Sun, 26 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7240adfd9b807389cd93a6664514dc4d" + "hash": "3aaac00e9ed47c86bf95b39a3f43369a" }, { - "title": "UK troops will not be deployed to Ukraine to defend against Russia", - "description": "Britain's defence secretary says this is because Ukraine is not a member of the Nato military alliance.", - "content": "Britain's defence secretary says this is because Ukraine is not a member of the Nato military alliance.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59712020?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 22:03:55 GMT", + "title": "How to Use Up Leftover Holiday Wrapping Paper", + "description": "

    The stockings were hung, the presents were wrapped and then unwrapped, and the gift-giving part of the holiday season has come to a close. But as you’re putting things away for the year, you notice that you have some leftover wrapping paper.

    Read more...

    ", + "content": "

    The stockings were hung, the presents were wrapped and then unwrapped, and the gift-giving part of the holiday season has come to a close. But as you’re putting things away for the year, you notice that you have some leftover wrapping paper.

    Read more...

    ", + "category": "wrapping", + "link": "https://lifehacker.com/how-to-use-up-leftover-holiday-wrapping-paper-1848269426", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 26 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ffce8d4c3ad11870c7e8d8c12cb0327c" + "hash": "51d4a4e41074b6cf86f6e68f4ef02e71" }, { - "title": "Chile's dark past hangs over presidential run-off", - "description": "The election, set to be the most polarised in decades, pits a far-right candidate against a leftist.", - "content": "The election, set to be the most polarised in decades, pits a far-right candidate against a leftist.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59689731?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:05:36 GMT", + "title": "Holiday Returns Are Different This Year", + "description": "

    Between widespread shipping issues and dealing with the COVID-19 pandemic (again), the 2021 holiday shopping season wasn’t without its challenges. Online retailers once again made shopping safer and more convenient this year, but what happens once the gifts are given, and some need to be returned or exchanged? Here…

    Read more...

    ", + "content": "

    Between widespread shipping issues and dealing with the COVID-19 pandemic (again), the 2021 holiday shopping season wasn’t without its challenges. Online retailers once again made shopping safer and more convenient this year, but what happens once the gifts are given, and some need to be returned or exchanged? Here…

    Read more...

    ", + "category": "online shopping", + "link": "https://lifehacker.com/holiday-returns-are-different-this-year-1848268977", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 25 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bee8e1fc881b07410897b510d373041e" + "hash": "59a0a6894369018d5dc98dc91113eb38" }, { - "title": "Lagos party plans threatened by Nigeria Covid passports", - "description": "Nigeria was briefly put on the UK's travel red list but most people are indifferent to coronavirus.", - "content": "Nigeria was briefly put on the UK's travel red list but most people are indifferent to coronavirus.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59689177?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:12:20 GMT", + "title": "The First 15 Things You Should Cook In Your New Air Fryer", + "description": "

    This year felt, in many ways, like a repeat of the one that came before it. Covid is still around, our healthcare system still sucks, and eating inside restaurants still feels like a dangerous and mildly irresponsible activity. Another (happier) thing that didn’t change all that much was the air fryer’s popularity.

    Read more...

    ", + "content": "

    This year felt, in many ways, like a repeat of the one that came before it. Covid is still around, our healthcare system still sucks, and eating inside restaurants still feels like a dangerous and mildly irresponsible activity. Another (happier) thing that didn’t change all that much was the air fryer’s popularity.

    Read more...

    ", + "category": "air fryer", + "link": "https://lifehacker.com/the-first-15-things-you-should-cook-in-your-new-air-fry-1848217324", + "creator": "Claire Lower", + "pubDate": "Sat, 25 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "34f149a0d057e80022d7b7854de2b808" + "hash": "97d741778ab7305009597b63a51bf350" }, { - "title": "Russia-Ukraine: Can a solution be found for war in Ukraine's east?", - "description": "The West fears a Russian invasion so hopes of a peaceful solution to the conflict look slim.", - "content": "The West fears a Russian invasion so hopes of a peaceful solution to the conflict look slim.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59674377?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:11:08 GMT", + "title": "How to Tackle the Most Common Holiday Food Stains", + "description": "

    All the excitement of opening presents, spending time with friends and family, and getting to eat special foods that might only be available once a year is a lot all at once. There are countless things around the house that could spill, drip, or smear this time of year, but even if a little mess turns into a big…

    Read more...

    ", + "content": "

    All the excitement of opening presents, spending time with friends and family, and getting to eat special foods that might only be available once a year is a lot all at once. There are countless things around the house that could spill, drip, or smear this time of year, but even if a little mess turns into a big…

    Read more...

    ", + "category": "staining dyes", + "link": "https://lifehacker.com/how-to-tackle-the-most-common-holiday-food-stains-1848268990", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 25 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db457fb575401cddfbbaeaa76079d06a" + "hash": "94b04953fedfdcbf983b41f5ddb15c87" }, { - "title": "Afghanistan to Wisconsin: Refugees dream of home", - "description": "Some of the 13,000 Afghan refugees living at a US military base in Wisconsin reflect on new lives.", - "content": "Some of the 13,000 Afghan refugees living at a US military base in Wisconsin reflect on new lives.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59691176?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:17:33 GMT", + "title": "What to Buy (and Avoid) at After-Christmas Sales", + "description": "

    Traditionally in retail, the week or so after Christmas has been a time to get deep discounts on merchandise leftover from the holiday shopping season. Stores were looking to clear out their stock, and customers were looking for bargains. But the rise in the popularity of online shopping has changed the rules, and…

    Read more...

    ", + "content": "

    Traditionally in retail, the week or so after Christmas has been a time to get deep discounts on merchandise leftover from the holiday shopping season. Stores were looking to clear out their stock, and customers were looking for bargains. But the rise in the popularity of online shopping has changed the rules, and…

    Read more...

    ", + "category": "christmas", + "link": "https://lifehacker.com/what-to-buy-and-avoid-at-after-christmas-sales-1848268976", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 25 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ec5fbe5551065c5d47f75bcf93067fe" + "hash": "371543dba27ea4d46217e289dfcd0b6d" }, { - "title": "Officer who shot Daunte Wright: 'I'm sorry it happened'", - "description": "Former Minnesota police officer Kimberly Potter sobs in court as she apologises for shooting Daunte Wright.", - "content": "Former Minnesota police officer Kimberly Potter sobs in court as she apologises for shooting Daunte Wright.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59707799?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 01:04:41 GMT", + "title": "How to Respond to Your Family's Annual Holiday Inquisition on Why You Don't Have Kids", + "description": "

    In a sketch on the most recent episode of “Saturday Night Live,” a pair of mature women (played by Aidy Bryant and Kate McKinnon) were filming a commercial for HomeGoods that required them to talk about what they want for Christmas.

    Read more...

    ", + "content": "

    In a sketch on the most recent episode of “Saturday Night Live,” a pair of mature women (played by Aidy Bryant and Kate McKinnon) were filming a commercial for HomeGoods that required them to talk about what they want for Christmas.

    Read more...

    ", + "category": "aidy bryant", + "link": "https://lifehacker.com/how-to-respond-to-your-familys-annual-holiday-inquisiti-1848267012", + "creator": "Elizabeth Yuko", + "pubDate": "Fri, 24 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ae17509fc0fa348acbca1985ed039ef" + "hash": "86a2ce0ca7e80675b4a0ab3235d80e7e" }, { - "title": "Ros Atkins on… What 2021 taught us about Covid", - "description": "A look back at how the pandemic evolved throughout 2021, and what we've learned from it.", - "content": "A look back at how the pandemic evolved throughout 2021, and what we've learned from it.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59685203?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:07:41 GMT", + "title": "The First 8 Things You Should Do With Your New Apple Watch", + "description": "

    So, you just unwrapped a brand new Apple Watch. Apple’s popular wearable is an awesome extension of your iPhone, and it comes packed with features that span health, fitness, communication, and entertainment. But before you dive into all of those fun and exciting options, there are eight things you should probably do

    Read more...

    ", + "content": "

    So, you just unwrapped a brand new Apple Watch. Apple’s popular wearable is an awesome extension of your iPhone, and it comes packed with features that span health, fitness, communication, and entertainment. But before you dive into all of those fun and exciting options, there are eight things you should probably do

    Read more...

    ", + "category": "apple", + "link": "https://lifehacker.com/the-first-8-things-you-should-do-with-your-new-apple-wa-1848145607", + "creator": "Jake Peterson", + "pubDate": "Fri, 24 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5eae7506751281f9fec554f4a289e55" + "hash": "8de1f3d07ebbdf5539af38e68d500d7e" }, { - "title": "India and Pakistan: The students in jail for praising the wrong cricket team", - "description": "An Indian student's family calls for his release after he was arrested for celebrating Pakistan's victory.", - "content": "An Indian student's family calls for his release after he was arrested for celebrating Pakistan's victory.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59702427?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:06:05 GMT", + "title": "How to Tell If eBay, Amazon, and Facebook Marketplace Items Are Stolen", + "description": "

    Long before the start of the seemingly never-ending pandemic, it was hard to resist the convenience of online shopping. But while buying something directly from a reputable retailer—or straight from the manufacturer—tends to ensure that you know exactly what you’re getting, the rise in popularity of online…

    Read more...

    ", + "content": "

    Long before the start of the seemingly never-ending pandemic, it was hard to resist the convenience of online shopping. But while buying something directly from a reputable retailer—or straight from the manufacturer—tends to ensure that you know exactly what you’re getting, the rise in popularity of online…

    Read more...

    ", + "category": "facebook", + "link": "https://lifehacker.com/how-to-tell-if-ebay-amazon-and-facebook-marketplace-i-1848267211", + "creator": "Elizabeth Yuko", + "pubDate": "Fri, 24 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18aa17e747b7a80833df43c170dc63de" + "hash": "16ad48acb5e1a6b5c8b33ab556c786d6" }, { - "title": "Philippines Super Typhoon Rai death toll passes 100", - "description": "More than 100 people are thought to have died, as the Red Cross issues an emergency appeal for aid.", - "content": "More than 100 people are thought to have died, as the Red Cross issues an emergency appeal for aid.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59714658?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 08:35:34 GMT", + "title": "How to Take Decent Holiday Photos Without Forcing Anyone to Wear Matching Pajamas", + "description": "

    The rapid spread of the Omicron variant may have put a damper on your holiday plans, but that doesn’t mean you can’t get the festive photos you want (of those in your household). And while it can be hard to feel jolly (again) this year, you may appreciate having a record of your second pandemic Christmas years down…

    Read more...

    ", + "content": "

    The rapid spread of the Omicron variant may have put a damper on your holiday plans, but that doesn’t mean you can’t get the festive photos you want (of those in your household). And while it can be hard to feel jolly (again) this year, you may appreciate having a record of your second pandemic Christmas years down…

    Read more...

    ", + "category": "simon ringsmuth", + "link": "https://lifehacker.com/how-to-take-decent-holiday-photos-without-forcing-anyon-1848267227", + "creator": "Elizabeth Yuko", + "pubDate": "Fri, 24 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "901703f3f74209602829ff70a7c7a928" + "hash": "9defef43ed694ebffb690030d5b1fcd7" }, { - "title": "Hong Kong: Legco voting underway after electoral overhaul", - "description": "Only candidates deemed to be \"patriots\" by Beijing can stand in the legislative council election.", - "content": "Only candidates deemed to be \"patriots\" by Beijing can stand in the legislative council election.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59717343?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 10:10:19 GMT", + "title": "How to Get Live Subtitles on Your FaceTime Calls", + "description": "

    Have you ever wanted live subtitles during your FaceTime calls? Navi, a companion app for FaceTime, lets you add it on your iPhone, iPad, and your Mac, too. The app makes clever use of Apple’s SharePlay feature to show you live subtitles during your video calls with your friends, yet another good reason to use…

    Read more...

    ", + "content": "

    Have you ever wanted live subtitles during your FaceTime calls? Navi, a companion app for FaceTime, lets you add it on your iPhone, iPad, and your Mac, too. The app makes clever use of Apple’s SharePlay feature to show you live subtitles during your video calls with your friends, yet another good reason to use…

    Read more...

    ", + "category": "subtitles", + "link": "https://lifehacker.com/how-to-get-live-subtitles-on-your-facetime-calls-1848265431", + "creator": "Pranay Parab", + "pubDate": "Thu, 23 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1f629ca73462b31c73c403ee457b0d6" + "hash": "1b061e1a9681df5a114d09fc97a00088" }, { - "title": "Migrant crossings: More than 900 cross Channel in two days", - "description": "Nearly 28,000 people have now crossed from France to England in small boats this year.", - "content": "Nearly 28,000 people have now crossed from France to England in small boats this year.", - "category": "", - "link": "https://www.bbc.co.uk/news/uk-england-kent-59710100?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 17:28:44 GMT", + "title": "Pretend You Actually Care It's Christmas With ‘The Flip’", + "description": "

    I don’t mean to brag, but one of the best things about being estranged from most of my family (aside from self-preservation) is that I don’t have to give a shit about the holidays if I don’t want to. And most years, I don’t. Most years, I coast and shimmy in my snow globe of cozy imperviousness, only peripherally…

    Read more...

    ", + "content": "

    I don’t mean to brag, but one of the best things about being estranged from most of my family (aside from self-preservation) is that I don’t have to give a shit about the holidays if I don’t want to. And most years, I don’t. Most years, I coast and shimmy in my snow globe of cozy imperviousness, only peripherally…

    Read more...

    ", + "category": "flip", + "link": "https://lifehacker.com/pretend-you-actually-care-its-christmas-with-the-flip-1848265023", + "creator": "Devojka", + "pubDate": "Thu, 23 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e58475810ca767f1aac7c8f78bc27bd1" + "hash": "82ce65d6f382260c9be26606122c23ce" }, { - "title": "Ethiopian civil war divides diaspora in the US", - "description": "The conflict has deeply divided the Ethiopian community in Washington DC - the largest in the US.", - "content": "The conflict has deeply divided the Ethiopian community in Washington DC - the largest in the US.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59702496?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:16:12 GMT", + "title": "Use the ‘Good, Better, Best’ System for Less Stressful Holiday Workouts", + "description": "

    The holiday season can be stressful, especially if you’re traveling, hosting guests, or in charge of all the Christmas shopping. On the one hand, there’s no time to exercise. On the other, if you skip your regular workouts, you may find yourself more stressed.

    Read more...

    ", + "content": "

    The holiday season can be stressful, especially if you’re traveling, hosting guests, or in charge of all the Christmas shopping. On the one hand, there’s no time to exercise. On the other, if you skip your regular workouts, you may find yourself more stressed.

    Read more...

    ", + "category": "fitness", + "link": "https://lifehacker.com/use-the-good-better-best-system-for-less-stressful-1848265236", + "creator": "Beth Skwarecki", + "pubDate": "Thu, 23 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d3c6cc7d06d5b970ce87722ca93d56b" + "hash": "56bd54548dc7680ea33789a97e2fbfd1" }, { - "title": "Philippines Super Typhoon Rai: Death toll reaches 75", - "description": "With communications systems down, authorities say the scale of the storm's destruction is unclear.", - "content": "With communications systems down, authorities say the scale of the storm's destruction is unclear.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59714658?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 04:34:44 GMT", + "title": "The Real History of Festivus", + "description": "

    Festivus, sometimes called “The Seinfeld Holiday,” is an annual parody holiday celebrated on December 23 that was invented for “The Strike,” a 1997 episode of NBC’s sitcom Seinfeld. 

    Read more...

    ", + "content": "

    Festivus, sometimes called “The Seinfeld Holiday,” is an annual parody holiday celebrated on December 23 that was invented for “The Strike,” a 1997 episode of NBC’s sitcom Seinfeld. 

    Read more...

    ", + "category": "festivus", + "link": "https://lifehacker.com/the-real-history-of-festivus-1848265216", + "creator": "Stephen Johnson", + "pubDate": "Thu, 23 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ab2110f049949b46b37176c387e903a" + "hash": "f413e2639352b978de8c404bc0062bca" }, { - "title": "Explosion at Pakistan bank kills at least 14", - "description": "Officials say the blast in the southern city of Karachi may have been caused by a gas leak.", - "content": "Officials say the blast in the southern city of Karachi may have been caused by a gas leak.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59712276?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 16:04:53 GMT", + "title": "9 Useful Features for Anyone Who Takes Screenshots on Their iPhone", + "description": "

    Your iPhone’s built-in screenshot tool has several cool tricks up its sleeve. From turning your squiggly hand-drawn lines into perfectly symmetrical shapes to hiding sensitive information, there’s a lot more you can do than you might expect. Here’s how to make the most of your iPhone’s screenshot utility.

    Read more...

    ", + "content": "

    Your iPhone’s built-in screenshot tool has several cool tricks up its sleeve. From turning your squiggly hand-drawn lines into perfectly symmetrical shapes to hiding sensitive information, there’s a lot more you can do than you might expect. Here’s how to make the most of your iPhone’s screenshot utility.

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/9-useful-features-for-anyone-who-takes-screenshots-on-t-1848264725", + "creator": "Pranay Parab", + "pubDate": "Thu, 23 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27249a201fff161612fe8c882d02cc1d" + "hash": "e4da151b1a56dda9f25b61f6961efe83" }, { - "title": "Sports Personality 2021: Simone Biles honoured with Lifetime Achievement award", - "description": "American gymnast Simone Biles has been honoured with BBC Sports Personality of the Year's Lifetime Achievement award.", - "content": "American gymnast Simone Biles has been honoured with BBC Sports Personality of the Year's Lifetime Achievement award.", - "category": "", - "link": "https://www.bbc.co.uk/sport/sports-personality/59700067?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 18:00:27 GMT", + "title": "What to Do When You Run Out of Wrapping Paper, and Other Last-Minute Holiday Hacks You Need", + "description": "

    The holidays are upon us and we could all use a few ways to simplify the madness. A few hacks you’ve probably never thought of before—from gift wrap and ornament storage to making the roaringest fire and most effervescent New Year’s beverages—generated from easy-to-find household items? I’m glad you asked.

    Read more...

    ", + "content": "

    The holidays are upon us and we could all use a few ways to simplify the madness. A few hacks you’ve probably never thought of before—from gift wrap and ornament storage to making the roaringest fire and most effervescent New Year’s beverages—generated from easy-to-find household items? I’m glad you asked.

    Read more...

    ", + "category": "materials", + "link": "https://lifehacker.com/what-to-do-when-you-run-out-of-wrapping-paper-and-othe-1848263815", + "creator": "Sarah Showfety", + "pubDate": "Thu, 23 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "62462baf0b86e8046ceb8dcca44e6597" + "hash": "16dbfa81f6a8219721c9b99c9e4cb434" }, { - "title": "US court reinstates Covid vaccine mandate for large US businesses", - "description": "The national mandate, blocked last month, will cover more than two-thirds of the country's workers.", - "content": "The national mandate, blocked last month, will cover more than two-thirds of the country's workers.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59708304?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 04:32:32 GMT", + "title": "These Are the Tools You Need in Case of an Earthquake, Flood, or Wildfire", + "description": "

    Different regions of the U.S. are prone to different types of natural disasters. While you may already have a basic emergency kit on hand with food, water, and a first aid kit, there are other tools you can—and should—invest in, depending on where you live and the type of natural disaster most likely to strike near…

    Read more...

    ", + "content": "

    Different regions of the U.S. are prone to different types of natural disasters. While you may already have a basic emergency kit on hand with food, water, and a first aid kit, there are other tools you can—and should—invest in, depending on where you live and the type of natural disaster most likely to strike near…

    Read more...

    ", + "category": "flood", + "link": "https://lifehacker.com/these-are-the-tools-you-need-in-case-of-an-earthquake-1848260688", + "creator": "Becca Lewis", + "pubDate": "Thu, 23 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f36f14c4b291fba2bad99eb98996dcd0" + "hash": "532b59067b73c668eaf0e59deb5815fb" }, { - "title": "The Ashes: England collapse again as Australia take total control of second Test", - "description": "England's Ashes hopes are in a sorry mess after another dismal batting collapse on day three of the second Test against Australia.", - "content": "England's Ashes hopes are in a sorry mess after another dismal batting collapse on day three of the second Test against Australia.", - "category": "", - "link": "https://www.bbc.co.uk/sport/cricket/59708346?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 12:12:24 GMT", + "title": "Do You Want a Double-Height Monitor?", + "description": "

    LG announced a new, weird-looking monitor this week that could create a new segment of the monitor market. Or it could be a gimmicky relic that no one will ever use. Either way, the LG DualUp is unique: It’s double-high, offering a taller-than-it-is-wide aspect ratio of 16:18. You can use it like a couple of 21.5-inch…

    Read more...

    ", + "content": "

    LG announced a new, weird-looking monitor this week that could create a new segment of the monitor market. Or it could be a gimmicky relic that no one will ever use. Either way, the LG DualUp is unique: It’s double-high, offering a taller-than-it-is-wide aspect ratio of 16:18. You can use it like a couple of 21.5-inch…

    Read more...

    ", + "category": "monitor", + "link": "https://lifehacker.com/do-you-want-a-double-height-monitor-1848261537", + "creator": "Stephen Johnson", + "pubDate": "Thu, 23 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "345038944acef0fcfe2080b4470fc2ba" + "hash": "2b76f93f56de49d9b7bc34048c50a30c" }, { - "title": "Chileans divided ahead of presidential run-off", - "description": "The election, set to be the most polarised in decades, pits a far-right candidate against a leftist.", - "content": "The election, set to be the most polarised in decades, pits a far-right candidate against a leftist.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59689731?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 00:05:36 GMT", + "title": "How to Quickly Record Your Mac's Screen to Capture a Wild Moment", + "description": "

    Maybe you want to guide someone through an application, show your parents how to use a website, or capture a wild moment in a video call. Suffice it to say, there are many reasons why you might want to create a video of what’s on your Mac’s screen.

    Read more...

    ", + "content": "

    Maybe you want to guide someone through an application, show your parents how to use a website, or capture a wild moment in a video call. Suffice it to say, there are many reasons why you might want to create a video of what’s on your Mac’s screen.

    Read more...

    ", + "category": "point and click", + "link": "https://lifehacker.com/how-to-quickly-record-your-macs-screen-to-capture-a-wil-1848263347", + "creator": "Khamosh Pathak", + "pubDate": "Thu, 23 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d67f1a6c3a78a95890790aea6e2f52b9" + "hash": "c6eb1c7a2cddd58332be7e5d434d870b" }, { - "title": "Two teens slide to safety from fourth floor New York apartment fire", - "description": "Watch this dramatic video of them escaping through a window and sliding down a pole to the ground.", - "content": "Watch this dramatic video of them escaping through a window and sliding down a pole to the ground.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59696503?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 13:47:09 GMT", + "title": "How to Choose Between Rip, Cross-cut, and Combination Blades for Your Woodworking Project", + "description": "

    Saw Blades come in many different types, and knowing the difference will save you time and extra trips to the hardware store. Using the right blade will also make your cut easier and look better, so here are the most common types of blades you’ll be looking for, and when to use them.

    Read more...

    ", + "content": "

    Saw Blades come in many different types, and knowing the difference will save you time and extra trips to the hardware store. Using the right blade will also make your cut easier and look better, so here are the most common types of blades you’ll be looking for, and when to use them.

    Read more...

    ", + "category": "saws", + "link": "https://lifehacker.com/how-to-choose-between-rip-cross-cut-and-combination-b-1848259529", + "creator": "Becca Lewis", + "pubDate": "Thu, 23 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b43e033e055a383272ec6024761937d8" + "hash": "1b4aa6f8355505c4857e4e12c67c1e25" }, { - "title": "Covid-19: Omicron spreading at lightning speed - French PM", - "description": "Restrictions are tightening across Europe as countries battle a new wave of Covid-19 infections.", - "content": "Restrictions are tightening across Europe as countries battle a new wave of Covid-19 infections.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59705709?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 05:33:38 GMT", + "title": "12 of the Most Underrated iPhone Features, According to Reddit", + "description": "

    Sure, everyone and their mother has an iPhone, but that doesn’t mean the entire experience is overrated. Quite the opposite, in fact; there are plenty of features on iOS that simply don’t get talked about enough in the public sphere. We all know how convenient iMessage and FaceTime are, or how good the photos and…

    Read more...

    ", + "content": "

    Sure, everyone and their mother has an iPhone, but that doesn’t mean the entire experience is overrated. Quite the opposite, in fact; there are plenty of features on iOS that simply don’t get talked about enough in the public sphere. We all know how convenient iMessage and FaceTime are, or how good the photos and…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/12-of-the-most-underrated-iphone-features-according-to-1848258335", + "creator": "Jake Peterson", + "pubDate": "Thu, 23 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6841fb154cdf97cfbd828c558bd1e6c" + "hash": "eb6731c9897c5eed9efb096fb10ef00f" }, { - "title": "Ghislaine Maxwell defence rests as she calls case 'unproven'", - "description": "The defence struggled to produce witnesses on Friday and only nine out of a proposed 35 testified.", - "content": "The defence struggled to produce witnesses on Friday and only nine out of a proposed 35 testified.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59703611?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 23:12:31 GMT", + "title": "Last-Minute Gift Ideas If Your Only Option Is the Drug Store", + "description": "

    Well, well, well. The hour is nigh, and you’re in need of a last-minute gift. It’s too late for even the fastest online delivery, and most viable in-person store options are already closed. All that’s left to do is invent an excuse to get out of the house and proceed to sprint to your local 24-hour drug store.

    Read more...

    ", + "content": "

    Well, well, well. The hour is nigh, and you’re in need of a last-minute gift. It’s too late for even the fastest online delivery, and most viable in-person store options are already closed. All that’s left to do is invent an excuse to get out of the house and proceed to sprint to your local 24-hour drug store.

    Read more...

    ", + "category": "gift", + "link": "https://lifehacker.com/last-minute-gift-ideas-if-your-only-option-is-the-drug-1848090638", + "creator": "Meredith Dietz", + "pubDate": "Thu, 23 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e5344b4358b57746cffe730e9c9ae6f" + "hash": "e9ee4836217b5f70eb2351e2d430db63" }, { - "title": "Gardener Omar Raddad wins fight to re-open notorious murder case", - "description": "A Moroccan gardener convicted of the notorious killing of a French heiress is fighting to clear his name.", - "content": "A Moroccan gardener convicted of the notorious killing of a French heiress is fighting to clear his name.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59692855?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 20:32:08 GMT", + "title": "How to Track Santa on His Yearly Trip South, We Mean Really Stalk His Ass", + "description": "

    So, your long-awaited holiday trip to visit family or friends was cancelled—for the second year in a row. It has occurred to you that, yet again, the kids will be off from school and need to be kept occupied. For a brief moment, you consider telling them to go read a book or do a puzzle, or something that doesn’t…

    Read more...

    ", + "content": "

    So, your long-awaited holiday trip to visit family or friends was cancelled—for the second year in a row. It has occurred to you that, yet again, the kids will be off from school and need to be kept occupied. For a brief moment, you consider telling them to go read a book or do a puzzle, or something that doesn’t…

    Read more...

    ", + "category": "ipad", + "link": "https://lifehacker.com/how-to-track-santa-on-his-yearly-trip-south-we-mean-re-1848256411", + "creator": "Elizabeth Yuko", + "pubDate": "Thu, 23 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40a463456d7c4616b839232be59aec05" + "hash": "6c9e8cb1bd4400b33e00b9d75e4d2c74" }, { - "title": "Russia Ukraine: Moscow lists demands for defusing Ukraine tensions", - "description": "Moscow says Nato should abandon hopes of Ukraine joining and Nato states should get rid of weapons.", - "content": "Moscow says Nato should abandon hopes of Ukraine joining and Nato states should get rid of weapons.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59696450?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 15:29:41 GMT", + "title": "How to Watch the Launch of the James Webb Space Telescope (and Why It’s Big Deal)", + "description": "

    Astronomers, scientists, and space-hobbyists all over the world are nervously chewing their nails this holiday season over the Christmas Day launch of the James Webb Space Telescope. If all goes according to plan, liftoff will take place on Dec. 25 at 7:20 a.m. ET. If you’re in French Guiana, you can watch the launch…

    Read more...

    ", + "content": "

    Astronomers, scientists, and space-hobbyists all over the world are nervously chewing their nails this holiday season over the Christmas Day launch of the James Webb Space Telescope. If all goes according to plan, liftoff will take place on Dec. 25 at 7:20 a.m. ET. If you’re in French Guiana, you can watch the launch…

    Read more...

    ", + "category": "telescope", + "link": "https://lifehacker.com/how-to-watch-the-launch-of-the-james-webb-space-telesco-1848260246", + "creator": "Stephen Johnson", + "pubDate": "Wed, 22 Dec 2021 20:06:37 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a2901aeea346d5c2e869b2e57ed7f5b" + "hash": "b7f6de5708d5c5063702dcd56df7d53c" }, { - "title": "Anti-5G necklaces found to be radioactive", - "description": "Conspiracy theories about 5G have fuelled a market for \"anti-5G\" accessories.", - "content": "Conspiracy theories about 5G have fuelled a market for \"anti-5G\" accessories.", - "category": "", - "link": "https://www.bbc.co.uk/news/technology-59703523?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:38:01 GMT", + "title": "17 Jump Rope Tricks You Can Learn, Ranked Easiest to Hardest", + "description": "

    A jump rope is a simple, portable tool that lets you do a cardio workout in a small space. But if you find plain old jumping to be boring, consider treating jump rope as a skill, like dancing. We’ve put together a list of jump rope moves you can learn, with a tutorial video for each.

    Read more...

    ", + "content": "

    A jump rope is a simple, portable tool that lets you do a cardio workout in a small space. But if you find plain old jumping to be boring, consider treating jump rope as a skill, like dancing. We’ve put together a list of jump rope moves you can learn, with a tutorial video for each.

    Read more...

    ", + "category": "rope", + "link": "https://lifehacker.com/17-jump-rope-tricks-you-can-learn-ranked-easiest-to-ha-1848254590", + "creator": "Beth Skwarecki", + "pubDate": "Wed, 22 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "46530fafa82695a751dcd3d247189538" + "hash": "578e9e42e31f10ed844e7a003ed97203" }, { - "title": "Sir Rod Stewart pleads guilty to battery over Florida hotel 'punch'", - "description": "The singer and his son clashed with a Florida hotel guard who refused them entry to a party.", - "content": "The singer and his son clashed with a Florida hotel guard who refused them entry to a party.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59707192?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:25:51 GMT", + "title": "What 'Proper Ventilation' Even Means for Your Home", + "description": "

    When talking about the ways to reduce the risk of COVID-19 transmission among the people in your own home, public health experts often mention the importance of keeping your home “properly ventilated.” But the instructions end there.

    Read more...

    ", + "content": "

    When talking about the ways to reduce the risk of COVID-19 transmission among the people in your own home, public health experts often mention the importance of keeping your home “properly ventilated.” But the instructions end there.

    Read more...

    ", + "category": "ventilation", + "link": "https://lifehacker.com/what-proper-ventilation-even-means-for-your-home-1848256419", + "creator": "Elizabeth Yuko", + "pubDate": "Wed, 22 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22d7cd4ead4d848545f9cf5de89f8777" + "hash": "aa201be8e9f3f4ff043ae3dce471a8f7" }, { - "title": "Theranos trial: Jury to decide fate of Elizabeth Holmes", - "description": "The prosecution says she ran a \"house of cards\"; the defence liken her to a brave captain of a sinking ship.", - "content": "The prosecution says she ran a \"house of cards\"; the defence liken her to a brave captain of a sinking ship.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59688405?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 02:13:51 GMT", + "title": "Parents, Take the Holiday Pressure Off Yourself Right-Effing-Now", + "description": "

    Let me start by saying, I have three kids—which feels like too many. I was raised by an old-school southern housewife who chaperoned every field trip and doled out sundaes at school events (and carry with me the internalized pressure to do the same). But I have a full-time job, a husband who just had COVID while I…

    Read more...

    ", + "content": "

    Let me start by saying, I have three kids—which feels like too many. I was raised by an old-school southern housewife who chaperoned every field trip and doled out sundaes at school events (and carry with me the internalized pressure to do the same). But I have a full-time job, a husband who just had COVID while I…

    Read more...

    ", + "category": "pinterest", + "link": "https://lifehacker.com/parents-take-the-holiday-pressure-off-yourself-right-f-1848257611", + "creator": "Sarah Showfety", + "pubDate": "Wed, 22 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a22b84a4b8700ef3cb03701c010533b4" + "hash": "5e6ffd65fc005aee629593e84d9cca39" }, { - "title": "Kim Potter: 'Taser mix-up' ex-officer weeps in manslaughter testimony", - "description": "Kim Potter testified at her manslaughter trial about the \"chaotic\" fatal shooting of Daunte Wright.", - "content": "Kim Potter testified at her manslaughter trial about the \"chaotic\" fatal shooting of Daunte Wright.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59691902?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 20:37:35 GMT", + "title": "Yes, Your Cat Is an Actual Psychopath (and How to Deal With It)", + "description": "

    We don’t toss the phrase “depraved indifference” around too often, but when we do, it’s most likely in reference to a cat. Anyone who has been in contact with a house cat of any breed knows why they have a reputation as soulless manipulators: They stare at you with the blank-faced serenity of a serial killer, usually…

    Read more...

    ", + "content": "

    We don’t toss the phrase “depraved indifference” around too often, but when we do, it’s most likely in reference to a cat. Anyone who has been in contact with a house cat of any breed knows why they have a reputation as soulless manipulators: They stare at you with the blank-faced serenity of a serial killer, usually…

    Read more...

    ", + "category": "cats", + "link": "https://lifehacker.com/yes-your-cat-is-an-actual-psychopath-and-how-to-deal-1848245043", + "creator": "Jeff Somers", + "pubDate": "Wed, 22 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ea8a3cadee7b077291542e53a87ed6d" + "hash": "67d1a9ff4578a91da905b60080993541" }, { - "title": "TikTok says US school shooting threats not credible", - "description": "Security around some US schools is stepped up in response to supposed violent threats going viral.", - "content": "Security around some US schools is stepped up in response to supposed violent threats going viral.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59703227?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 19:01:53 GMT", + "title": "10 of the Best Exercises You Can Do Without Leaving Bed", + "description": "

    There are a lot of reasons to stay in bed these days. The temperature is getting lower, and COVID cases are once again rising. If you want to stay under the covers, but still want to fit in some kind of movement, we’ve rounded up some exercises you can without getting out of bed.

    Read more...

    ", + "content": "

    There are a lot of reasons to stay in bed these days. The temperature is getting lower, and COVID cases are once again rising. If you want to stay under the covers, but still want to fit in some kind of movement, we’ve rounded up some exercises you can without getting out of bed.

    Read more...

    ", + "category": "bodyweight exercise", + "link": "https://lifehacker.com/10-of-the-best-exercises-you-can-do-without-leaving-bed-1848258293", + "creator": "Meredith Dietz", + "pubDate": "Wed, 22 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58a914e8162dbfa849f3c708bd47ff1b" + "hash": "0d5f0d862cef36f001d964ad99e1a486" }, { - "title": "Son's tribute to 'bawdy, fertile matriarch' goes viral", - "description": "A son's colourful tribute to his mother, Renay Mandel Corren, has been shared widely on social media.", - "content": "A son's colourful tribute to his mother, Renay Mandel Corren, has been shared widely on social media.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59702456?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 19:13:47 GMT", + "title": "How to Find That TikTok You Accidentally Refreshed and Thought You Lost Forever", + "description": "

    TikTok is an infinite, bottomless pit of addiction, with each video algorithmically curated to your particular tastes and interests. With so many relevant videos scrolling past your face, it’s impressive that losing just one of them is such a tragedy. But it is; there is no pain greater than thoroughly enjoying a…

    Read more...

    ", + "content": "

    TikTok is an infinite, bottomless pit of addiction, with each video algorithmically curated to your particular tastes and interests. With so many relevant videos scrolling past your face, it’s impressive that losing just one of them is such a tragedy. But it is; there is no pain greater than thoroughly enjoying a…

    Read more...

    ", + "category": "tiktok", + "link": "https://lifehacker.com/how-to-find-that-tiktok-you-accidentally-refreshed-and-1848257773", + "creator": "Jake Peterson", + "pubDate": "Wed, 22 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7bc8087da21f284bd254ac69a8f7d456" + "hash": "46b80d13d43d14ef709f6de0f4f546f1" }, { - "title": "Japan: At least 27 feared dead in Osaka building fire", - "description": "Police are looking into the possibility that the blaze was deliberately started, local media report.", - "content": "Police are looking into the possibility that the blaze was deliberately started, local media report.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59663831?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:17:37 GMT", + "title": "14 Ways to Prolong Your iPhone's Battery Life", + "description": "

    Got an older iPhone? Suffering from battery drain on a newer iPhone but just can’t figure out why? We have some good news for you: It doesn’t matter what state your iPhone is in, there are a bunch of tricks you can use to extend its battery life so you don’t need to worry about running out of juice by lunchtime every…

    Read more...

    ", + "content": "

    Got an older iPhone? Suffering from battery drain on a newer iPhone but just can’t figure out why? We have some good news for you: It doesn’t matter what state your iPhone is in, there are a bunch of tricks you can use to extend its battery life so you don’t need to worry about running out of juice by lunchtime every…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/14-ways-to-prolong-your-iphones-battery-life-1848218250", + "creator": "Khamosh Pathak", + "pubDate": "Wed, 22 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ffeaccd0c4064cde015944f7d182d2e7" + "hash": "b9272679e0f1b5d43f9a4e655ab0810e" }, { - "title": "Caroline and Martine: Picture book heroines who fought for French hearts", - "description": "For nearly 70 years, Caroline and Martine have been rivals for the hearts of French schoolchildren.", - "content": "For nearly 70 years, Caroline and Martine have been rivals for the hearts of French schoolchildren.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59644739?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:10:00 GMT", + "title": "How Much Light Do You Really Need While Reading?", + "description": "

    “Turn on a light! You’ll ruin your eyes! ” I grew up with warnings like these, followed by the click of a light switches, almost every time my mother found me nose-deep in a book. She never listened to my arguments that I could see the pages just fine. The Mom Logic was straightforward and unyielding: If I didn’t turn…

    Read more...

    ", + "content": "

    “Turn on a light! You’ll ruin your eyes! ” I grew up with warnings like these, followed by the click of a light switches, almost every time my mother found me nose-deep in a book. She never listened to my arguments that I could see the pages just fine. The Mom Logic was straightforward and unyielding: If I didn’t turn…

    Read more...

    ", + "category": "light", + "link": "https://lifehacker.com/how-much-light-do-you-really-need-while-reading-1848197735", + "creator": "Sara Murphy", + "pubDate": "Wed, 22 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a6b4d8c8f7ce7d2c19efbe5bf9c98b54" + "hash": "db166dcc98afaca340aa5c41c6225290" }, { - "title": "Week in pictures: 11-17 December 2021", - "description": "A selection of powerful images from all over the globe, taken this week.", - "content": "A selection of powerful images from all over the globe, taken this week.", - "category": "", - "link": "https://www.bbc.co.uk/news/in-pictures-59697047?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 18 Dec 2021 00:06:45 GMT", + "title": "When It Helps to Talk About Your Grief (and When It Doesn't)", + "description": "

    Grief is a normal part of coping with a loss. Whether it’s the death of a loved one, coping with a major illness, or navigating the end of a relationship, grief looks and feels different for everyone. While many people find that talking about their grief can help them make sense of their loss, there are also times…

    Read more...

    ", + "content": "

    Grief is a normal part of coping with a loss. Whether it’s the death of a loved one, coping with a major illness, or navigating the end of a relationship, grief looks and feels different for everyone. While many people find that talking about their grief can help them make sense of their loss, there are also times…

    Read more...

    ", + "category": "grief", + "link": "https://lifehacker.com/when-it-helps-to-talk-about-your-grief-and-when-it-doe-1848257772", + "creator": "Rachel Fairbank", + "pubDate": "Wed, 22 Dec 2021 15:35:53 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "81f8d31ef533c20935a2965fe67311df" + "hash": "838ea1fcfc773e913057a220b1cc7ba4" }, { - "title": "Kim Jong-un: N Korean defectors reflect on last decade", - "description": "It's a decade since an untested 27-year-old took power. But how has it been to live under Kim Jong-un?", - "content": "It's a decade since an untested 27-year-old took power. But how has it been to live under Kim Jong-un?", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59680957?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 20:19:02 GMT", + "title": "12 Ways to Repurpose Old Board Games Without Getting Too Crafty", + "description": "

    Board games have been persistently popular despite the invention of television, video games, and TikTok, and people of all ages still enjoy an evening spent moving plastic pieces around a no-tech board—in fact, board games seem more popular than ever despite the technological wonders at our fingertips. This means more…

    Read more...

    ", + "content": "

    Board games have been persistently popular despite the invention of television, video games, and TikTok, and people of all ages still enjoy an evening spent moving plastic pieces around a no-tech board—in fact, board games seem more popular than ever despite the technological wonders at our fingertips. This means more…

    Read more...

    ", + "category": "games", + "link": "https://lifehacker.com/12-ways-to-repurpose-old-board-games-without-getting-to-1848253303", + "creator": "Jeff Somers", + "pubDate": "Wed, 22 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0cd7f693975883e7b6765faf26d06c98" + "hash": "d6b4fe74c327bc6c963b9e55e654a41f" }, { - "title": "Philippines typhoon Rai: Month-old baby rescued in a tub", - "description": "Thousands have been evacuated as the storm brought 165km/h (103 mph) winds and heavy rain.", - "content": "Thousands have been evacuated as the storm brought 165km/h (103 mph) winds and heavy rain.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59692022?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 23:04:59 GMT", + "title": "15 of the Best Steam Games You Can Play on Weaker PCs", + "description": "

    PC gaming might offer cutting-edge graphics and gameplay, but most players do not own a high-end gaming rig. In fact, according to a recent survey by VPN Overview, the average Steam user only has an NVIDIA GeForce GTX 1060 graphics card and older quad-core Intel CPUs. A setup like that can only play about 41 of the…

    Read more...

    ", + "content": "

    PC gaming might offer cutting-edge graphics and gameplay, but most players do not own a high-end gaming rig. In fact, according to a recent survey by VPN Overview, the average Steam user only has an NVIDIA GeForce GTX 1060 graphics card and older quad-core Intel CPUs. A setup like that can only play about 41 of the…

    Read more...

    ", + "category": "chrono trigger", + "link": "https://lifehacker.com/15-of-the-best-steam-games-you-can-play-on-weaker-pcs-1848255566", + "creator": "Brendan Hesse", + "pubDate": "Wed, 22 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f95592a4bdd7e57db5623f912c02dfd" + "hash": "859f5c976229badbe2a80e93e456b576" }, { - "title": "How billionaires pay less tax than you", - "description": "Corporate giants use a mantra known as Buy Borrow Die to avoid paying income tax, say analysts.", - "content": "Corporate giants use a mantra known as Buy Borrow Die to avoid paying income tax, say analysts.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59687946?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 01:36:03 GMT", + "title": "Tool Libraries Are the Smartest Way to Save Money on DIY Projects", + "description": "

    If you’re diving into DIY home repairs or building projects, the cost of tools can be prohibitive. That’s when a tool library can come in handy, especially if you’re looking to use a tool once for a specific project or if you’d like to test drive a type of tool before investing in your own. Rather than buying or…

    Read more...

    ", + "content": "

    If you’re diving into DIY home repairs or building projects, the cost of tools can be prohibitive. That’s when a tool library can come in handy, especially if you’re looking to use a tool once for a specific project or if you’d like to test drive a type of tool before investing in your own. Rather than buying or…

    Read more...

    ", + "category": "tool", + "link": "https://lifehacker.com/tool-libraries-are-the-smartest-way-to-save-money-on-di-1848256776", + "creator": "Becca Lewis", + "pubDate": "Wed, 22 Dec 2021 14:17:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d59c2eb63aa75f44bc1c0731c2478d5" + "hash": "e525e471e1db4c4cd55951f2e929bd4c" }, { - "title": "Huntsman spider interrupts Australian Covid press briefing", - "description": "Queensland's health minister remained calm after a journalist said a spider was crawling on her.", - "content": "Queensland's health minister remained calm after a journalist said a spider was crawling on her.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59693271?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 01:38:13 GMT", + "title": "How to Actually Detach Yourself From Work Over the Holidays", + "description": "

    The holiday season is that special time of year for kicking back, spending quality time with family, and...answering emails from your boss and scrolling through Slack notifications. Nope, not this year! If you’re taking a break this holiday season—a real break—that should also include breaking from work. Technology…

    Read more...

    ", + "content": "

    The holiday season is that special time of year for kicking back, spending quality time with family, and...answering emails from your boss and scrolling through Slack notifications. Nope, not this year! If you’re taking a break this holiday season—a real break—that should also include breaking from work. Technology…

    Read more...

    ", + "category": "mobile software", + "link": "https://lifehacker.com/how-to-actually-detach-yourself-from-work-over-the-holi-1848105298", + "creator": "Jake Peterson", + "pubDate": "Wed, 22 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cffa1dd44f853b4c219442b10fa0e3c3" + "hash": "5ec5dc94256edb22ade781fa1d3085bf" }, { - "title": "Ghislaine Maxwell trial: Maxwell won't testify as defence rests case", - "description": "The defence struggled to produce witnesses on Friday and only nine out of a proposed 35 testified.", - "content": "The defence struggled to produce witnesses on Friday and only nine out of a proposed 35 testified.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59703611?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 21:21:04 GMT", + "title": "The Best Cream Cheese Substitutions for Your Holiday Recipes During the Shortage", + "description": "

    We’ve all dealt with our fair share of hurdles in 2021, but it’s gotten to the point that even your holiday menu requires some ingredient-gymnastics. If you haven’t heard: We’re experiencing a national cream cheese shortage. Prices have gone up, and in some places it’s hard (or impossible) to find. Even if you have…

    Read more...

    ", + "content": "

    We’ve all dealt with our fair share of hurdles in 2021, but it’s gotten to the point that even your holiday menu requires some ingredient-gymnastics. If you haven’t heard: We’re experiencing a national cream cheese shortage. Prices have gone up, and in some places it’s hard (or impossible) to find. Even if you have…

    Read more...

    ", + "category": "cream cheese", + "link": "https://lifehacker.com/the-best-cream-cheese-substitutions-for-your-holiday-re-1848254462", + "creator": "Allie Chanthorn Reinmann", + "pubDate": "Wed, 22 Dec 2021 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "67166d84c6db5efdf4b7f4fea03001c9" + "hash": "646727a3324975d9637626ba5a93f570" }, { - "title": "Israeli PM vows to catch W Bank ambush killers", - "description": "Troops search for suspected Palestinian gunmen after an Israeli is shot dead and two others wounded.", - "content": "Troops search for suspected Palestinian gunmen after an Israeli is shot dead and two others wounded.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59689793?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 13:07:58 GMT", + "title": "How to Spot ‘Coordinated Inauthentic Behavior’ on Facebook, According to Snopes", + "description": "

    “Coordinated Inauthentic Behavior,” a phrase coined by Facebook, is the use of multiple social media accounts or pages to mislead or influence people for political or financial ends. As part of the deception, these pages hide the identities and obscure the motives of the people behind them.

    Read more...

    ", + "content": "

    “Coordinated Inauthentic Behavior,” a phrase coined by Facebook, is the use of multiple social media accounts or pages to mislead or influence people for political or financial ends. As part of the deception, these pages hide the identities and obscure the motives of the people behind them.

    Read more...

    ", + "category": "facebook", + "link": "https://lifehacker.com/how-to-spot-coordinated-inauthentic-behavior-on-faceb-1848253059", + "creator": "Stephen Johnson", + "pubDate": "Tue, 21 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1e8ac19421b8d41d52243ecbd2c0ac8" + "hash": "4119eb6b091b622955a3369b6c23e0d8" }, { - "title": "Bouncy castle fall: Australia mourns 'terrible tragedy' after children killed", - "description": "Five children died and four others were injured when a wind gust blew away the castle at a school fair.", - "content": "Five children died and four others were injured when a wind gust blew away the castle at a school fair.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59692552?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 05:35:59 GMT", + "title": "This App Lets You Browse the Internet on Your Apple Watch", + "description": "

    Ever wanted to browse the internet on your Apple Watch? There’s an app called µBrowser ($0.99) that lets you do just that, so that if your phone is dead or you’re at the gym without it, your Apple Watch can still help you find things on the web.

    Read more...

    ", + "content": "

    Ever wanted to browse the internet on your Apple Watch? There’s an app called µBrowser ($0.99) that lets you do just that, so that if your phone is dead or you’re at the gym without it, your Apple Watch can still help you find things on the web.

    Read more...

    ", + "category": "apple watch", + "link": "https://lifehacker.com/this-app-lets-you-browse-the-internet-on-your-apple-wat-1848252863", + "creator": "Pranay Parab", + "pubDate": "Tue, 21 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09545b1f1d677f124edcfc26ab3935f5" + "hash": "e129f2b212c49bf0ae6b7eb230167154" }, { - "title": "Andry Rajoelina: French nationals sentenced for Madagascar coup plot", - "description": "The two men are accused of planning to assassinate President Andry Rajoelina.", - "content": "The two men are accused of planning to assassinate President Andry Rajoelina.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59697805?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:36:21 GMT", + "title": "Take a Photo of Grandpa's Remote When You Visit", + "description": "

    If you’ve ever been enlisted as tech support via phone for a parent or grandparent trying to work through a problem they’re having with technology, you know how frustrating it can be. You have to figure out how to solve their problem, yes, but you also have to figure out how to talk them through the fix—all without…

    Read more...

    ", + "content": "

    If you’ve ever been enlisted as tech support via phone for a parent or grandparent trying to work through a problem they’re having with technology, you know how frustrating it can be. You have to figure out how to solve their problem, yes, but you also have to figure out how to talk them through the fix—all without…

    Read more...

    ", + "category": "grandpa", + "link": "https://lifehacker.com/take-a-photo-of-grandpas-remote-when-you-visit-1848252060", + "creator": "Beth Skwarecki", + "pubDate": "Tue, 21 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5db177c5ca1efc29a606aeb1269a88ff" + "hash": "5b2f5288667aeccaa74a01cbd8036e44" }, { - "title": "Karnataka: India lawmaker sorry for 'lie down and enjoy rape' remark", - "description": "The opposition lawmaker said he didn't intend to insult women after his comment drew outrage.", - "content": "The opposition lawmaker said he didn't intend to insult women after his comment drew outrage.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59694671?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 09:25:29 GMT", + "title": "12 TV Shows That Nakedly Explore Sex Work, Porn, and Sexuality", + "description": "

    There’s plenty of sex on TV, though much of it is incidental window dressing—thoughtlessly tossed in as if by decree from ratings-hungry executives (looking at you, Game of Thrones).

    Read more...

    ", + "content": "

    There’s plenty of sex on TV, though much of it is incidental window dressing—thoughtlessly tossed in as if by decree from ratings-hungry executives (looking at you, Game of Thrones).

    Read more...

    ", + "category": "sex work", + "link": "https://lifehacker.com/12-tv-shows-that-nakedly-explore-sex-work-porn-and-se-1848248358", + "creator": "Ross Johnson", + "pubDate": "Tue, 21 Dec 2021 18:28:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "374c0f9f9d717da5aec0d2e7e779b1a1" + "hash": "b18698cffab1f23ef8f672d49787aeb2" }, { - "title": "Sweden's Gavle Christmas goat torched... again", - "description": "A giant straw goat that is an annual highlight in the city of Gavle is burned down by an arsonist.", - "content": "A giant straw goat that is an annual highlight in the city of Gavle is burned down by an arsonist.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59696442?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 10:28:49 GMT", + "title": "Why Distracting Yourself Is Better Than 'Positive Thinking'", + "description": "

    Toxic positivity has earned a lot of backlash recently. Of course, we shouldn’t berate ourselves with negative self-talk, and there’s value in encouraging ourselves when fearful (I routinely utter, “I have all the skills I need” like a dime-store Stuart Smalley before doing anything nerve-wracking), but there’s also…

    Read more...

    ", + "content": "

    Toxic positivity has earned a lot of backlash recently. Of course, we shouldn’t berate ourselves with negative self-talk, and there’s value in encouraging ourselves when fearful (I routinely utter, “I have all the skills I need” like a dime-store Stuart Smalley before doing anything nerve-wracking), but there’s also…

    Read more...

    ", + "category": "jane mcgonigal", + "link": "https://lifehacker.com/why-distraction-is-better-than-positive-thinking-1848252199", + "creator": "Sarah Showfety", + "pubDate": "Tue, 21 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "49e363154c39c13f37c65cc963952548" + "hash": "0d17652ffe79742a441cef36de491f14" }, { - "title": "Super typhoon Rai: Philippine tourist island Siargao among areas hit", - "description": "Power and communications are down on the popular island of Siargao after strong winds and heavy rain.", - "content": "Power and communications are down on the popular island of Siargao after strong winds and heavy rain.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59663829?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 09:55:30 GMT", + "title": "How to Choose the Best Screw or Nail for Any Project", + "description": "

    If you’re tackling even a small DIY project around the house, navigating the fastener aisle at the hardware store can be daunting. There are hundreds of different types of screws, nails, bolts, and staples on offer, and it can be tricky to know exactly which one you need to finish the job. But choosing the right type…

    Read more...

    ", + "content": "

    If you’re tackling even a small DIY project around the house, navigating the fastener aisle at the hardware store can be daunting. There are hundreds of different types of screws, nails, bolts, and staples on offer, and it can be tricky to know exactly which one you need to finish the job. But choosing the right type…

    Read more...

    ", + "category": "nail", + "link": "https://lifehacker.com/how-to-choose-the-best-screw-or-nail-for-any-project-1848248127", + "creator": "Becca Lewis", + "pubDate": "Tue, 21 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1742c9f1489facde31c49d74c28e93ae" + "hash": "7710e4244c267aabeb4cf4ccf249fed1" }, { - "title": "How Russia tries to censor Western social media", - "description": "Western social media companies face huge fines as Russia pressures them to remove content it objects to.", - "content": "Western social media companies face huge fines as Russia pressures them to remove content it objects to.", - "category": "", - "link": "https://www.bbc.co.uk/news/blogs-trending-59687496?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 01:13:12 GMT", + "title": "The Difference Between Normal and Maladaptive Daydreaming", + "description": "

    All of our minds wander once in a while. In fact, it’s estimated anywhere from a quarter to half of our waking hours are spent daydreaming, as our awareness drifts away from whatever we are currently doing or experiencing to focus on another topic entirely.

    Read more...

    ", + "content": "

    All of our minds wander once in a while. In fact, it’s estimated anywhere from a quarter to half of our waking hours are spent daydreaming, as our awareness drifts away from whatever we are currently doing or experiencing to focus on another topic entirely.

    Read more...

    ", + "category": "maladaptive daydreaming", + "link": "https://lifehacker.com/the-difference-between-normal-and-maladaptive-daydreami-1848246645", + "creator": "Emily Long", + "pubDate": "Tue, 21 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c985d72c5aea5df258267e24c34346c" + "hash": "3e536b09cd5b750104f1b70b58069306" }, { - "title": "Kentucky tornadoes: Lost photos found 140 miles away", - "description": "How a photo found on a Kentucky farm is being returned to its owner thanks to social media sleuths.", - "content": "How a photo found on a Kentucky farm is being returned to its owner thanks to social media sleuths.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59667108?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 05:42:27 GMT", + "title": "How to Stop Email Trackers on Your iPhone, iPad, and Mac", + "description": "

    You might already know that websites and apps track you. It’s so common now we don’t even bat an eye. But did you know the same thing applies to emails as well?

    Read more...

    ", + "content": "

    You might already know that websites and apps track you. It’s so common now we don’t even bat an eye. But did you know the same thing applies to emails as well?

    Read more...

    ", + "category": "email", + "link": "https://lifehacker.com/how-to-stop-email-trackers-on-your-iphone-ipad-and-ma-1848251008", + "creator": "Khamosh Pathak", + "pubDate": "Tue, 21 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "921c4d064ca46091e2dee7fca6c2833f" + "hash": "6e7aaf1d98cd8c4f18b92677402ba378" }, { - "title": "Africa's week in pictures: 10 - 16 December 2021", - "description": "A selection of the best photos from the African continent and beyond.", - "content": "A selection of the best photos from the African continent and beyond.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59680921?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 02:01:13 GMT", + "title": "How to Share Your Mac Screen Directly From the Messages App", + "description": "

    Macs are relatively easy to troubleshoot, but sometimes you might need to see someone’s screen or take control of their laptop. And, weirdly enough, the Messages app can help you with that. There’s a built-in screen sharing tool in the Messages app that’s available to every Mac running macOS Mojave 10.14 and higher,…

    Read more...

    ", + "content": "

    Macs are relatively easy to troubleshoot, but sometimes you might need to see someone’s screen or take control of their laptop. And, weirdly enough, the Messages app can help you with that. There’s a built-in screen sharing tool in the Messages app that’s available to every Mac running macOS Mojave 10.14 and higher,…

    Read more...

    ", + "category": "messages", + "link": "https://lifehacker.com/how-to-share-your-mac-screen-directly-from-the-messages-1848250766", + "creator": "Khamosh Pathak", + "pubDate": "Tue, 21 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "527d73f07331cd46e2bccb139e4a0d78" + "hash": "61edfdbb3e110a9521d72815bbfa65ae" }, { - "title": "Dust storms and tornadoes hit the US Midwest", - "description": "Days after deadly tornadoes ripped through four states, more severe weather has hit parts of the US.", - "content": "Days after deadly tornadoes ripped through four states, more severe weather has hit parts of the US.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59691900?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 19:43:55 GMT", + "title": "How Your Kids Are Outsmarting All Your Parental Controls", + "description": "

    This fascinating article in The Wall Street Journal details an arms-race taking place in America’s households. Concerned parents are using internet blocking and filtering techniques on their tech devices, while their children are diligently figuring out how to defeat them. Spoiler alert: The kids are winning.

    Read more...

    ", + "content": "

    This fascinating article in The Wall Street Journal details an arms-race taking place in America’s households. Concerned parents are using internet blocking and filtering techniques on their tech devices, while their children are diligently figuring out how to defeat them. Spoiler alert: The kids are winning.

    Read more...

    ", + "category": "parental controls", + "link": "https://lifehacker.com/how-your-kids-are-outsmarting-all-your-parental-control-1848249586", + "creator": "Stephen Johnson", + "pubDate": "Tue, 21 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69474d83fde8ba6465ea2fd4ab32eda6" + "hash": "929fb56af18d5c39fb9b5139d878a263" }, { - "title": "Santa Claus delivers presents to children in Peru... via a fire ladder", - "description": "This Santa Claus in Lima, Peru, uses a special way to deliver presents to children with Covid.", - "content": "This Santa Claus in Lima, Peru, uses a special way to deliver presents to children with Covid.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59683538?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 12:03:59 GMT", + "title": "What's New on HBO Max in January 2022", + "description": "

    What do you do when your favorite artist has been canceled? If you’re HBO Max, it seems, you leave them out of the reunion special for the films based on their work and hope no one notices.

    Read more...

    ", + "content": "

    What do you do when your favorite artist has been canceled? If you’re HBO Max, it seems, you leave them out of the reunion special for the films based on their work and hope no one notices.

    Read more...

    ", + "category": "hbo", + "link": "https://lifehacker.com/whats-new-on-hbo-max-in-january-2022-1848251248", + "creator": "Joel Cunningham", + "pubDate": "Tue, 21 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "711874eff005b5e9ecbbf770a9d688e7" + "hash": "7e0c5d4c752d18c5f1d929c494abc5f6" }, { - "title": "Rust: Police obtain search warrant for Alec Baldwin's phone", - "description": "Police investigating the fatal shooting on the Rust film set obtain a warrant for the actor's phone.", - "content": "Police investigating the fatal shooting on the Rust film set obtain a warrant for the actor's phone.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59692846?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 02:25:33 GMT", + "title": "How to Automatically Empty the Trash on Your Mac (and Why It's Fine)", + "description": "

    Like most people, if you have a base variant MacBook with 128 GB of storage, freeing up space on your Mac is probably a regular event in your calendar. And if you’re pretty good at deleting unwanted files from your Mac, only to leave them in your Trash folder, that folder inevitably takes up double-digit gigabytes of…

    Read more...

    ", + "content": "

    Like most people, if you have a base variant MacBook with 128 GB of storage, freeing up space on your Mac is probably a regular event in your calendar. And if you’re pretty good at deleting unwanted files from your Mac, only to leave them in your Trash folder, that folder inevitably takes up double-digit gigabytes of…

    Read more...

    ", + "category": "trash", + "link": "https://lifehacker.com/how-to-automatically-empty-the-trash-on-your-mac-and-w-1848244468", + "creator": "Pranay Parab", + "pubDate": "Tue, 21 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0993ff68526604dc6ceabb015e754380" + "hash": "fc0439d7d016ce9214ebbcb63e3b41cc" }, { - "title": "Tania Mendoza: Mexican actress shot dead while waiting for son", - "description": "Tania Mendoza was outside a football academy when a gunman opened fire before escaping.", - "content": "Tania Mendoza was outside a football academy when a gunman opened fire before escaping.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59692502?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 01:59:35 GMT", + "title": "These Are the Worst Times to Buy New Tech Gear", + "description": "

    Tech gifts are big during the holidays, but new tech purchases happen all year-round. Your laptop stops powering on, so you buy a refreshed MacBook Pro; your Android can’t hold a charge, so you upgrade to a Pixel 6; your old TV just isn’t 4K-enough, so you get yourself an LG OLED. Buying new tech is fun. But…

    Read more...

    ", + "content": "

    Tech gifts are big during the holidays, but new tech purchases happen all year-round. Your laptop stops powering on, so you buy a refreshed MacBook Pro; your Android can’t hold a charge, so you upgrade to a Pixel 6; your old TV just isn’t 4K-enough, so you get yourself an LG OLED. Buying new tech is fun. But…

    Read more...

    ", + "category": "ipad", + "link": "https://lifehacker.com/these-are-the-worst-times-to-buy-new-tech-gear-1848188071", + "creator": "Jake Peterson", + "pubDate": "Tue, 21 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8bcdb4d0f3ab79f9272c32bc32477ffe" + "hash": "42e93aa0ac968ce2d84acc1f1b5dff58" }, { - "title": "What's behind suicides by thousands of Indian housewives?", - "description": "Indian women make up 36% of all global suicides in the 15 to 39 years age group.", - "content": "Indian women make up 36% of all global suicides in the 15 to 39 years age group.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59634393?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:05:01 GMT", + "title": "The Three Best Recipes That Will Get You Eggcited About Christmas Brunch", + "description": "

    Lately, I find myself reminiscing about all the amazing post-Christmas and New Year’s Day brunches my friends have stumbled into in various states of hangover and undress in the past years. And over time, I found myself suffering from ennui about what the hell to do with eggs. Brunch = eggs, but I find them a pain in…

    Read more...

    ", + "content": "

    Lately, I find myself reminiscing about all the amazing post-Christmas and New Year’s Day brunches my friends have stumbled into in various states of hangover and undress in the past years. And over time, I found myself suffering from ennui about what the hell to do with eggs. Brunch = eggs, but I find them a pain in…

    Read more...

    ", + "category": "salt and pepper", + "link": "https://lifehacker.com/the-three-best-recipes-that-will-get-you-eggcited-about-1848249244", + "creator": "Amanda Blum", + "pubDate": "Tue, 21 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e3f18999f4ad2642c413479cb5d5dcb4" + "hash": "3b00c2e8e4c284e8c633b4dafdb40715" }, { - "title": "'If you eat here, you're dining with rats'", - "description": "Some New Yorkers are cooling on the craze for street-side restaurant sheds, due to noise and vermin.", - "content": "Some New Yorkers are cooling on the craze for street-side restaurant sheds, due to noise and vermin.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59624540?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:13:47 GMT", + "title": "The Best Way to Organize Your TV and Movie Watchlist Is Already on Your iPhone", + "description": "

    It’s not easy keeping track of movies you want to see and the books you want to read. You might keep a few review tabs open in your browser or have a running list of all the things you want to watch, but ultimately, these things tend get lost into oblivion. But if you finally want to organize your entertainment list,…

    Read more...

    ", + "content": "

    It’s not easy keeping track of movies you want to see and the books you want to read. You might keep a few review tabs open in your browser or have a running list of all the things you want to watch, but ultimately, these things tend get lost into oblivion. But if you finally want to organize your entertainment list,…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/the-best-way-to-organize-your-tv-and-movie-watchlist-is-1848250529", + "creator": "Khamosh Pathak", + "pubDate": "Tue, 21 Dec 2021 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e90c192baf32e0e332c0bc7ca322f7b" + "hash": "347b8208f464a2139e4f9a5f8385ca32" }, { - "title": "Afghanistan: What humanitarian aid is getting in?", - "description": "Millions of people are at risk of starvation as a result of harsh winter conditions and economic collapse.", - "content": "Millions of people are at risk of starvation as a result of harsh winter conditions and economic collapse.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59518628?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:30:19 GMT", + "title": "What's New on Paramount Plus in January 2022", + "description": "

    I don’t know why I thought monthly roundups of what’s new on Paramount+ were a good idea, or even necessary. I mean, I guess I do: Sure, the first few months of offerings from the former CBS All Access were pretty anemic, but amid the pandemic, they announced plans to release their films simultaneously on streaming…

    Read more...

    ", + "content": "

    I don’t know why I thought monthly roundups of what’s new on Paramount+ were a good idea, or even necessary. I mean, I guess I do: Sure, the first few months of offerings from the former CBS All Access were pretty anemic, but amid the pandemic, they announced plans to release their films simultaneously on streaming…

    Read more...

    ", + "category": "grammy awards", + "link": "https://lifehacker.com/whats-new-on-paramount-plus-in-january-2022-1848247730", + "creator": "Joel Cunningham", + "pubDate": "Mon, 20 Dec 2021 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e01b1053058562c680b29aa6ef5bf72b" + "hash": "d0092acc764513db8a60b2e4cee06dd7" }, { - "title": "Haiti kidnappers release remaining missionaries", - "description": "The missionaries from the US and Canada were abducted in mid-October by a powerful crime gang.", - "content": "The missionaries from the US and Canada were abducted in mid-October by a powerful crime gang.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59689060?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 17:22:44 GMT", + "title": "Make Five Festive Christmas Cookies From One Simple Dough", + "description": "

    The last three weeks have been a whirlwind of peppermint mochas, ugly sweaters, Secret Santas, and cookie exchanges. Even though you’ve baked dozens of treats and eaten your body weight in butter and flour, we’ve just now hit the holiday home stretch, with cookie baking at full throttle. More sprinkles, more extracts,…

    Read more...

    ", + "content": "

    The last three weeks have been a whirlwind of peppermint mochas, ugly sweaters, Secret Santas, and cookie exchanges. Even though you’ve baked dozens of treats and eaten your body weight in butter and flour, we’ve just now hit the holiday home stretch, with cookie baking at full throttle. More sprinkles, more extracts,…

    Read more...

    ", + "category": "cookies", + "link": "https://lifehacker.com/make-five-festive-christmas-cookies-from-one-simple-dou-1848247195", + "creator": "Allie Chanthorn Reinmann", + "pubDate": "Mon, 20 Dec 2021 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "862d4a1c0cd71f4b2342e53a5a9e4bd5" + "hash": "a6b94579c071f3d15c2edaf4920a332e" }, { - "title": "Omicron: What can we learn from South Africa's experience so far?", - "description": "We can learn some things from what's happening in South Africa, but there are also uncertainties.", - "content": "We can learn some things from what's happening in South Africa, but there are also uncertainties.", - "category": "", - "link": "https://www.bbc.co.uk/news/59667268?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:49:13 GMT", + "title": "This Is the Earliest We Can Expect a COVID Vaccine for Little Kids", + "description": "

    The wait for COVID-19 vaccines for kids has been excruciating. The 5-to-11 age group finally got theirs last month, nearly a year after the vaccines were authorized for adults. But the under-5 contingent is still waiting, and unfortunately, they’ll be waiting even longer than we expected (or hoped).

    Read more...

    ", + "content": "

    The wait for COVID-19 vaccines for kids has been excruciating. The 5-to-11 age group finally got theirs last month, nearly a year after the vaccines were authorized for adults. But the under-5 contingent is still waiting, and unfortunately, they’ll be waiting even longer than we expected (or hoped).

    Read more...

    ", + "category": "vaccine", + "link": "https://lifehacker.com/this-is-the-earliest-we-can-expect-a-covid-vaccine-for-1848245324", + "creator": "Beth Skwarecki", + "pubDate": "Mon, 20 Dec 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7aea3b4cf6aa671da27afcf9ded392e8" + "hash": "3c62f872d982de58ac55da94b0e8b132" }, { - "title": "Australia bouncy castle fall: Five children killed and four others injured", - "description": "Four others are badly injured after wind blew the castle into the air, causing them to fall 10m.", - "content": "Four others are badly injured after wind blew the castle into the air, causing them to fall 10m.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59677855?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:54:24 GMT", + "title": "What's Coming to Prime Video in January 2022", + "description": "

    The shift to a streaming-first business model has been rough for theater owners and a headache for Hollywood, but we aren’t talking about the people it is benefitting. Namely, all the men out there afraid to cry at the movies. 

    Read more...

    ", + "content": "

    The shift to a streaming-first business model has been rough for theater owners and a headache for Hollywood, but we aren’t talking about the people it is benefitting. Namely, all the men out there afraid to cry at the movies. 

    Read more...

    ", + "category": "enemy at the gates", + "link": "https://lifehacker.com/whats-coming-to-prime-video-in-january-2022-1848246846", + "creator": "Joel Cunningham", + "pubDate": "Mon, 20 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb5b4ff8f68d886f9479079eda1db924" + "hash": "4649e59225f3d3b2a1704c5b6cfa2a24" }, { - "title": "Claudette Colvin: Civil rights pioneer has record cleared", - "description": "Claudette Colvin was the first person to be arrested for challenging Montgomery's bus segregation policy", - "content": "Claudette Colvin was the first person to be arrested for challenging Montgomery's bus segregation policy", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59688404?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 16:05:38 GMT", + "title": "9 Unique Family Holiday Traditions You Still Have Time to Start", + "description": "

    If you do a Google search on “family holiday traditions” you’ll instantly have access to 215,000,000 articles extolling the virtues of writing a letter to Santa, singing Christmas carols, or baking cookies as a family. And while we’ve got nothing against well-worn festivities like decorating gingerbread houses…

    Read more...

    ", + "content": "

    If you do a Google search on “family holiday traditions” you’ll instantly have access to 215,000,000 articles extolling the virtues of writing a letter to Santa, singing Christmas carols, or baking cookies as a family. And while we’ve got nothing against well-worn festivities like decorating gingerbread houses…

    Read more...

    ", + "category": "traditions", + "link": "https://lifehacker.com/9-unique-family-holiday-traditions-you-still-have-time-1848245165", + "creator": "Sarah Showfety", + "pubDate": "Mon, 20 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1fb3580267a3e9af9b3f3a9da7acc8b" + "hash": "11326c4d9a355f2faf2dd745f4272c95" }, { - "title": "Ghislaine Maxwell trial: Defence attorneys begin arguments", - "description": "A spokesperson for Ms Maxwell said on Wednesday she is \"too fragile\" to testify in her own defence.", - "content": "A spokesperson for Ms Maxwell said on Wednesday she is \"too fragile\" to testify in her own defence.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59688787?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:27:04 GMT", + "title": "How to Make Your macOS Update Faster If You're in a Rush", + "description": "

    If you find yourself avoiding macOS updates more than any other software updates, you’re not alone. Even if you haven’t faced any stability issues or other bugs, updating macOS takes so long that ignoring the update feels like the better alternative. After all, critical security updates are installed automatically by…

    Read more...

    ", + "content": "

    If you find yourself avoiding macOS updates more than any other software updates, you’re not alone. Even if you haven’t faced any stability issues or other bugs, updating macOS takes so long that ignoring the update feels like the better alternative. After all, critical security updates are installed automatically by…

    Read more...

    ", + "category": "macos", + "link": "https://lifehacker.com/how-to-make-your-macos-update-faster-if-youre-in-a-rush-1848244048", + "creator": "Pranay Parab", + "pubDate": "Mon, 20 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30dfd8ff58ec8c15d9081ec6ddebb530" + "hash": "ffc735ab21502eef453cb0d951668b59" }, { - "title": "Dutch royals regret holding party amid surge in Covid cases", - "description": "The party was held to celebrate the 18th birthday of the country's heir apparent, Princess Amalia.", - "content": "The party was held to celebrate the 18th birthday of the country's heir apparent, Princess Amalia.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59681409?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 11:57:53 GMT", + "title": "How to Maintain Your Sobriety Around Your Family During the Holidays", + "description": "

    There’s no shortage of reasons you might be sticking to sobriety this holiday season and beyond. Still, nothing tests your resolve quite like a loved one going on a political rant, or interrogating you about your life decisions, or otherwise pushing your buttons in a way only family can. For many of us, family time is…

    Read more...

    ", + "content": "

    There’s no shortage of reasons you might be sticking to sobriety this holiday season and beyond. Still, nothing tests your resolve quite like a loved one going on a political rant, or interrogating you about your life decisions, or otherwise pushing your buttons in a way only family can. For many of us, family time is…

    Read more...

    ", + "category": "sobriety", + "link": "https://lifehacker.com/how-to-maintain-your-sobriety-around-your-family-during-1848151966", + "creator": "Meredith Dietz", + "pubDate": "Mon, 20 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85d8d071717e51578b42a20e1bd656fa" + "hash": "771fc963173da381acc642b29654e169" }, { - "title": "Super typhoon Rai: Thousands flee as storm lashes southern Philippines", - "description": "People take shelter amid warnings the storm will cause widespread flooding and destruction.", - "content": "People take shelter amid warnings the storm will cause widespread flooding and destruction.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59683904?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 12:20:55 GMT", + "title": "9 Ways You Should Be Using Activity Monitor to Make Your Mac Run Better", + "description": "

    Your Mac’s humble Activity Monitor can do much more than let you force quit a frozen app. If you know how to make use of it, the Activity Monitor can actully be quite useful, granting you the ability to troubleshoot problems and check CPU or network usage in real time, often without even opening the app. Here are the…

    Read more...

    ", + "content": "

    Your Mac’s humble Activity Monitor can do much more than let you force quit a frozen app. If you know how to make use of it, the Activity Monitor can actully be quite useful, granting you the ability to troubleshoot problems and check CPU or network usage in real time, often without even opening the app. Here are the…

    Read more...

    ", + "category": "ps", + "link": "https://lifehacker.com/9-ways-you-should-be-using-activity-monitor-to-make-you-1848244080", + "creator": "Pranay Parab", + "pubDate": "Mon, 20 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e674ce981faa9f55f0a1580e116c4d6b" + "hash": "164c4f1bd59dd26693cde433da660320" }, { - "title": "Bruce Springsteen sells his entire music catalogue for $500m", - "description": "The star follows in the footsteps of Bob Dylan, Stevie Nicks and Blondie by cashing in on his songs.", - "content": "The star follows in the footsteps of Bob Dylan, Stevie Nicks and Blondie by cashing in on his songs.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59680797?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 09:45:23 GMT", + "title": "What You Should Know Before Switching Your Dog to an Annual Heartworm Shot", + "description": "

    Heartworm disease is a potentially deadly condition that requires extensive treatment—think multiple medications and at least two months of complete rest—which is why veterinarians and dog owners work so hard to prevent it. The most common preventative treatment is an oral or topical medication given once a month, but…

    Read more...

    ", + "content": "

    Heartworm disease is a potentially deadly condition that requires extensive treatment—think multiple medications and at least two months of complete rest—which is why veterinarians and dog owners work so hard to prevent it. The most common preventative treatment is an oral or topical medication given once a month, but…

    Read more...

    ", + "category": "dog", + "link": "https://lifehacker.com/what-you-should-know-before-switching-your-dog-to-an-an-1848240480", + "creator": "A.A. Newton", + "pubDate": "Mon, 20 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9239a52e12af248305248161c307e69b" + "hash": "27846e3fa1ad979883f0a5eb540aafe5" }, { - "title": "Reddit: Social media platform files to go public", - "description": "Reddit was at the centre of the so-called \"meme stock\" phenomenon earlier this year.", - "content": "Reddit was at the centre of the so-called \"meme stock\" phenomenon earlier this year.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59678451?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 06:15:06 GMT", + "title": "The Best Features to Make Your Apple Watch Faster at Doing Everyday Tasks", + "description": "

    The Apple Watch’s portability is both a boon and a curse. It’s an excellent little computer on your wrist, but at the same time, it occasionally takes a bit too long for basic tasks, such as switching between apps. We’re going to show you a few hidden Apple Watch tricks to help you speed up some of its standard…

    Read more...

    ", + "content": "

    The Apple Watch’s portability is both a boon and a curse. It’s an excellent little computer on your wrist, but at the same time, it occasionally takes a bit too long for basic tasks, such as switching between apps. We’re going to show you a few hidden Apple Watch tricks to help you speed up some of its standard…

    Read more...

    ", + "category": "apple", + "link": "https://lifehacker.com/the-best-features-to-make-your-apple-watch-faster-at-do-1848244298", + "creator": "Pranay Parab", + "pubDate": "Mon, 20 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45f84c68db021311e11d1ab3b192f7cc" + "hash": "771ee8f56629b7b34b450a26ee26cede" }, { - "title": "Russia Ukraine: EU to warn Moscow against action", - "description": "European leaders meeting in Brussels are expected to say hostile action could come at a \"high price\".", - "content": "European leaders meeting in Brussels are expected to say hostile action could come at a \"high price\".", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59677675?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 01:00:14 GMT", + "title": "Maybe You Should Buy a Moissanite Engagement Ring Instead of a Diamond", + "description": "

    Marriage and diamonds are just a few of the things that millennials have been accused of killing. But while it’s not really accurate to say that millennials aren’t buying diamonds (or getting married, for that matter), it is true that they are buying differently.

    Read more...

    ", + "content": "

    Marriage and diamonds are just a few of the things that millennials have been accused of killing. But while it’s not really accurate to say that millennials aren’t buying diamonds (or getting married, for that matter), it is true that they are buying differently.

    Read more...

    ", + "category": "moissanite", + "link": "https://lifehacker.com/maybe-you-should-buy-a-moissanite-engagement-ring-inste-1848242733", + "creator": "Emily Long", + "pubDate": "Mon, 20 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87d0404ca94e7b66d6d0e4434faa1e37" + "hash": "267c40907d8ace4cc0768ee5ad5c0ac7" }, { - "title": "Kentucky tornado killed dad moments after phone call", - "description": "Katie Fields lost her father in the Kentucky twisters - just after urging him on a call to flee.", - "content": "Katie Fields lost her father in the Kentucky twisters - just after urging him on a call to flee.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59672999?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:06:21 GMT", + "title": "How to Keep Your Old Clothing Out of the Landfill", + "description": "

    About once a year, I purge my closets of all my unwanted clothes, whether it’s the jeans that no longer fit, the T-shirts I’ve worn to shreds, or the weird-ass dress that seemed like a good idea at the time but ended up being an exercise in medieval torture. It’s tempting to save some of these items, out of a belief…

    Read more...

    ", + "content": "

    About once a year, I purge my closets of all my unwanted clothes, whether it’s the jeans that no longer fit, the T-shirts I’ve worn to shreds, or the weird-ass dress that seemed like a good idea at the time but ended up being an exercise in medieval torture. It’s tempting to save some of these items, out of a belief…

    Read more...

    ", + "category": "landfill", + "link": "https://lifehacker.com/how-to-keep-your-old-clothing-out-of-the-landfill-1848243520", + "creator": "Rachel Fairbank", + "pubDate": "Mon, 20 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d90a18300529c675b81995beebcbd7d2" + "hash": "d7ed586ba3e037097ab3be6a16328481" }, { - "title": "Beijing 2022: Putin tells Xi he will attend Winter Olympics", - "description": "The Russian president is one of the first major world leaders to indicate his attendance at the Games.", - "content": "The Russian president is one of the first major world leaders to indicate his attendance at the Games.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59663827?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 03:41:48 GMT", + "title": "13 of the Best Chrome Extensions of 2021, According to Google", + "description": "

    It’s the end of 2021, and Chrome extensions are still a thing. Quite a big thing, actually—as the world continues to move from work-from-home to a hybrid work environment, the tools and customizations offered by Chrome extensions are perhaps more critical than ever. These browser add-ons help you work, save time, and…

    Read more...

    ", + "content": "

    It’s the end of 2021, and Chrome extensions are still a thing. Quite a big thing, actually—as the world continues to move from work-from-home to a hybrid work environment, the tools and customizations offered by Chrome extensions are perhaps more critical than ever. These browser add-ons help you work, save time, and…

    Read more...

    ", + "category": "google", + "link": "https://lifehacker.com/13-of-the-best-chrome-extensions-of-2021-according-to-1848244043", + "creator": "Khamosh Pathak", + "pubDate": "Mon, 20 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "35096b6e9f1967be6ebec6b9f3933b12" + "hash": "13cc2d85b6fb6a1e657f809d4d5a71ed" }, { - "title": "Michelle Odinet: Louisiana judge faces calls to quit over home video slurs", - "description": "Judge Michelle Odinet says she took a sedative and has \"zero recollection\" of the incident.", - "content": "Judge Michelle Odinet says she took a sedative and has \"zero recollection\" of the incident.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59678367?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 04:46:58 GMT", + "title": "LiveJournal, Grooveshark, and 12 More of the Best Internet Relics We Left Behind", + "description": "

    Figuring out the age of the Internet is like figuring out the age of the universe: We could date it back to the 1960s and ARPANET, or the introduction of the TCP/IP protocol in 1983, or the launch of America Online in 1985, or the invention of the World Wide Web in 1989, or maybe the creation of the Netscape browser…

    Read more...

    ", + "content": "

    Figuring out the age of the Internet is like figuring out the age of the universe: We could date it back to the 1960s and ARPANET, or the introduction of the TCP/IP protocol in 1983, or the launch of America Online in 1985, or the invention of the World Wide Web in 1989, or maybe the creation of the Netscape browser…

    Read more...

    ", + "category": "grooveshark", + "link": "https://lifehacker.com/livejournal-grooveshark-and-12-more-of-the-best-inter-1848235474", + "creator": "Jeff Somers", + "pubDate": "Mon, 20 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "efb08ed328a1b46919a75601d40f4a86" + "hash": "f45fa95607d55e147c9cb69acc3fc944" }, { - "title": "Logic's 1-800-273-8255 led to call surge to suicide line, study suggests", - "description": "Researchers found that the rapper's 1-800-273-8255 increased calls to the helpline it was named after.", - "content": "Researchers found that the rapper's 1-800-273-8255 increased calls to the helpline it was named after.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59674306?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 19:12:09 GMT", + "title": "Which Nintendo Switch Should You Get?", + "description": "

    The newest Nintendo Switch, commonly known as the Switch OLED, was released in October 2021. It’s the fourth major release in the Switch generation of consoles, after the original Switch in 2017, the Switch V2 in August 2019 (which offered better battery life), and the more basic Switch Lite in September 2019. Four…

    Read more...

    ", + "content": "

    The newest Nintendo Switch, commonly known as the Switch OLED, was released in October 2021. It’s the fourth major release in the Switch generation of consoles, after the original Switch in 2017, the Switch V2 in August 2019 (which offered better battery life), and the more basic Switch Lite in September 2019. Four…

    Read more...

    ", + "category": "nintendo", + "link": "https://lifehacker.com/which-nintendo-switch-should-you-get-1848233817", + "creator": "Shannon Flynn", + "pubDate": "Mon, 20 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "20a920f2a3c73e1c3a955d9d8baa3668" + "hash": "423d7677624d91fc076f8ae94b904d23" }, { - "title": "Kenyans find rural lifeline after Covid city exodus", - "description": "The coronavirus pandemic has forced some city dwellers to move back to the countryside to survive.", - "content": "The coronavirus pandemic has forced some city dwellers to move back to the countryside to survive.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59630164?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:44:10 GMT", + "title": "10 Movies to Watch If You Hate Christmas", + "description": "

    Christmas is a load of shit, you say? Christmas movies are bad, actually? Well then, instead of supporting the holiday industrial complex by watching Miracle on 34th Street or Home Alone for the eight billionth time, slap on one of these anti-Christmas movies. I promise there will be no warming of the heart nor…

    Read more...

    ", + "content": "

    Christmas is a load of shit, you say? Christmas movies are bad, actually? Well then, instead of supporting the holiday industrial complex by watching Miracle on 34th Street or Home Alone for the eight billionth time, slap on one of these anti-Christmas movies. I promise there will be no warming of the heart nor…

    Read more...

    ", + "category": "christmas", + "link": "https://lifehacker.com/10-movies-to-watch-if-you-hate-christmas-1848158906", + "creator": "Stephen Johnson", + "pubDate": "Mon, 20 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fcaa84ff6af8a4e0cdec19fe6f986a5e" + "hash": "e3c30f7f1238fe59d971a4cf22f0f66a" }, { - "title": "Inside the fight for Bangladesh's independence", - "description": "The author of the Bangladesh constitution on working with Sheikh Mujibur Rahman", - "content": "The author of the Bangladesh constitution on working with Sheikh Mujibur Rahman", - "category": "", - "link": "https://www.bbc.co.uk/news/stories-59661758?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:26:36 GMT", + "title": "How to Win a Home Bidding War", + "description": "

    Unless you’ve been living under a rock for the past 18 months, you know that the housing market is bonkers. Prices are out of control, demand is out of control, and properties are selling faster and with more offers than before the pandemic began. If you’ve thought about buying a home recently, or tried, you have…

    Read more...

    ", + "content": "

    Unless you’ve been living under a rock for the past 18 months, you know that the housing market is bonkers. Prices are out of control, demand is out of control, and properties are selling faster and with more offers than before the pandemic began. If you’ve thought about buying a home recently, or tried, you have…

    Read more...

    ", + "category": "jason gelios", + "link": "https://lifehacker.com/how-to-win-a-home-bidding-war-1848235823", + "creator": "Emily Long", + "pubDate": "Mon, 20 Dec 2021 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5287add828d18c597c06a00723954d4d" + "hash": "73961099d1c87232e4b4d175c2ec0351" }, { - "title": "Hong Kong: Dozens stranded on roof after World Trade Centre fire", - "description": "Footage obtained by the BBC shows people crowded amongst the roof's scaffolding awaiting rescue.", - "content": "Footage obtained by the BBC shows people crowded amongst the roof's scaffolding awaiting rescue.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59665125?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 08:39:35 GMT", + "title": "How to Go Shopping for Architectural Salvage", + "description": "

    When it comes to home design and decor, everything old is new. From patterns and colors, to furniture and home layout, a lot of the current trends aren’t current at all. And while it’s easy to find a new Art Deco lamp at Target, or a midcentury-modern couch online, there are some parts of older homes that simply…

    Read more...

    ", + "content": "

    When it comes to home design and decor, everything old is new. From patterns and colors, to furniture and home layout, a lot of the current trends aren’t current at all. And while it’s easy to find a new Art Deco lamp at Target, or a midcentury-modern couch online, there are some parts of older homes that simply…

    Read more...

    ", + "category": "playstation network", + "link": "https://lifehacker.com/how-to-go-shopping-for-architectural-salvage-1848240205", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 19 Dec 2021 17:15:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8a36f0078f8a840f2fffde7912dda04c" + "hash": "95ad7ffe37f5bb712e0ae55a96391fc3" }, { - "title": "Southern right whales: Tracking unexpected Southern Ocean migrations", - "description": "New Zealand scientists have used satellite tags to follow whales around the Southern Ocean.", - "content": "New Zealand scientists have used satellite tags to follow whales around the Southern Ocean.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59646562?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 00:12:48 GMT", + "title": "Earn $2,000 to Test and Review Sleep Products", + "description": "

    Other than toddlers attempting to avoid naps, if you ask almost anyone else, they’ll tell you that they’re tired—if not exhausted. In addition to constantly being busy, many people would likely blame their persistent tiredness on a lack of restful sleep.

    Read more...

    ", + "content": "

    Other than toddlers attempting to avoid naps, if you ask almost anyone else, they’ll tell you that they’re tired—if not exhausted. In addition to constantly being busy, many people would likely blame their persistent tiredness on a lack of restful sleep.

    Read more...

    ", + "category": "sleep", + "link": "https://lifehacker.com/earn-2-000-to-test-and-review-sleep-products-1848240200", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 19 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f5fba64b0230c404e306de23d314e1b" + "hash": "b20ac6a1ecfa0a03fcabfe1d94f29fd8" }, { - "title": "Hong Kong elections: How China reshaped the city", - "description": "The city's Legco polls look different this year thanks to new electoral and national security laws.", - "content": "The city's Legco polls look different this year thanks to new electoral and national security laws.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59645657?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 00:05:51 GMT", + "title": "Cover Your Christmas Tree Water, and Other Ways to Protect Your Pet Over the Holidays", + "description": "

    Some humans may think it’s the most wonderful time of the year, but their pets might not love the holidays as much as they do. For one thing, it probably throws off their normal schedule of sleeping 20 hours a day. Plus, there’s all this weird stuff hanging around the house that they’re not allowed to play with—not to…

    Read more...

    ", + "content": "

    Some humans may think it’s the most wonderful time of the year, but their pets might not love the holidays as much as they do. For one thing, it probably throws off their normal schedule of sleeping 20 hours a day. Plus, there’s all this weird stuff hanging around the house that they’re not allowed to play with—not to…

    Read more...

    ", + "category": "pet", + "link": "https://lifehacker.com/cover-your-christmas-tree-water-and-other-ways-to-prot-1848235901", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 18 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "741f32946284eb72600d0ef68262c95e" + "hash": "8d0d2af7786700a21d95d33c8527883f" }, { - "title": "Tasmania bouncy castle fall: Four children killed and five others injured", - "description": "Five others are badly injured after wind blew the castle into the air, causing them to fall 10m.", - "content": "Five others are badly injured after wind blew the castle into the air, causing them to fall 10m.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59677855?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 07:02:55 GMT", + "title": "Throw Out These Procter & Gamble Hair Care Products With Cancer-Causing Chemicals, FDA Says", + "description": "

    Only a few weeks after recalling a variety of their aerosol antiperspirants, the Procter & Gamble Company (P&G) has now issued a voluntary recall of some of its aerosol dry shampoo and conditioner sprays, according to a notice from P&G posted on the Food and Drug Administration’s (FDA) website. The recalled products…

    Read more...

    ", + "content": "

    Only a few weeks after recalling a variety of their aerosol antiperspirants, the Procter & Gamble Company (P&G) has now issued a voluntary recall of some of its aerosol dry shampoo and conditioner sprays, according to a notice from P&G posted on the Food and Drug Administration’s (FDA) website. The recalled products…

    Read more...

    ", + "category": "procter gamble", + "link": "https://lifehacker.com/throw-out-these-procter-gamble-hair-care-products-wit-1848238126", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 18 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cb1d7dfd2ad6c3dc246df0d2b9817de" + "hash": "b624396790e110f4e0f859ccd5221a4e" }, { - "title": "Dutch MP ordered to delete Covid Holocaust social media posts", - "description": "Thierry Baudet is ordered by a court to delete social media posts comparing the unvaccinated to Jews.", - "content": "Thierry Baudet is ordered by a court to delete social media posts comparing the unvaccinated to Jews.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59677593?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:49:23 GMT", + "title": "Actually, Maybe You Shouldn't Rush to Buy the Latest Next-Gen Console", + "description": "

    The PS5 and Xbox Series X|S have been out in the world for over a year, meaning we’re firmly inside the next-gen gaming era, and if you don’t have one of these systems yet, it can feel like you’re missing out. But are you, really? It has me wondering, when is the best time to buy the latest gaming console?

    Read more...

    ", + "content": "

    The PS5 and Xbox Series X|S have been out in the world for over a year, meaning we’re firmly inside the next-gen gaming era, and if you don’t have one of these systems yet, it can feel like you’re missing out. But are you, really? It has me wondering, when is the best time to buy the latest gaming console?

    Read more...

    ", + "category": "video game console", + "link": "https://lifehacker.com/actually-maybe-you-shouldnt-rush-to-buy-the-latest-nex-1848234482", + "creator": "Jake Peterson", + "pubDate": "Fri, 17 Dec 2021 22:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f675117fcc2b6adfa8017670e1af7475" + "hash": "003333e11e11eab3421c0347edf4fe5d" }, { - "title": "Bird songs bump stars off Australian music chart", - "description": "Debuting in the top 5, the album featuring endangered birds is above Justin Bieber and Abba.", - "content": "Debuting in the top 5, the album featuring endangered birds is above Justin Bieber and Abba.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59676772?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:12:11 GMT", + "title": "What's New on Hulu in January 2022", + "description": "

    Few shows have blown a lead quite like How I Met Your Mother. For a few years there in the mid-aughts, it looked the the most natural successor to Friends: An NYC-set, relationship-focused group hang filled with memes and moments that entered the pop culture lexicon.

    Read more...

    ", + "content": "

    Few shows have blown a lead quite like How I Met Your Mother. For a few years there in the mid-aughts, it looked the the most natural successor to Friends: An NYC-set, relationship-focused group hang filled with memes and moments that entered the pop culture lexicon.

    Read more...

    ", + "category": "the perfect storm", + "link": "https://lifehacker.com/whats-new-on-hulu-in-january-2022-1848235912", + "creator": "Joel Cunningham", + "pubDate": "Fri, 17 Dec 2021 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e23c013402704b872400aa37260ff48" + "hash": "6ca08a9d7a6f6e5f1090d9e992c2d1c8" }, { - "title": "Megan Thee Stallion 'told to dance' by Tory Lanez before alleged shooting", - "description": "Rapper Tory Lanez is accused of hurting the songwriter after a party in Hollywood in July 2020.", - "content": "Rapper Tory Lanez is accused of hurting the songwriter after a party in Hollywood in July 2020.", - "category": "", - "link": "https://www.bbc.co.uk/news/newsbeat-59666623?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:17:20 GMT", + "title": "Use These Programs to Buy Gifts for a Stranger This Christmas", + "description": "

    Donating a gift to a total stranger is a great way to celebrate the holiday spirit, but you have to know where and how to give first. Handing something to a random person on the street isn’t the most effective method, and some giving organizations don’t make it clear where your donations are actually going.…

    Read more...

    ", + "content": "

    Donating a gift to a total stranger is a great way to celebrate the holiday spirit, but you have to know where and how to give first. Handing something to a random person on the street isn’t the most effective method, and some giving organizations don’t make it clear where your donations are actually going.…

    Read more...

    ", + "category": "reddit", + "link": "https://lifehacker.com/use-these-programs-to-buy-gifts-for-a-stranger-this-chr-1848228909", + "creator": "Shannon Flynn", + "pubDate": "Fri, 17 Dec 2021 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbf89dd66e70f020694ff4ff1b57b89e" + "hash": "6fa1d85707f63e33dab0c95141ab50fd" }, { - "title": "Germany expels Russian diplomats after hitman sentenced in Berlin", - "description": "Germany throws out two diplomats after Vadim Krasikov is jailed for murdering an ex-Chechen rebel.", - "content": "Germany throws out two diplomats after Vadim Krasikov is jailed for murdering an ex-Chechen rebel.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59667937?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 17:40:19 GMT", + "title": "21 Blockbuster Movies That Nobody Remembers Today", + "description": "

    Some movies live on forever. But some movies, like old toys, are loved passionately—and then abandoned entirely. Sometimes that’s by design; movies made to catch hold of a cultural moment aren’t likely to endure. A star or a style that’s big today isn’t necessarily going to make money tomorrow. Sometimes we were…

    Read more...

    ", + "content": "

    Some movies live on forever. But some movies, like old toys, are loved passionately—and then abandoned entirely. Sometimes that’s by design; movies made to catch hold of a cultural moment aren’t likely to endure. A star or a style that’s big today isn’t necessarily going to make money tomorrow. Sometimes we were…

    Read more...

    ", + "category": "ray harryhausen", + "link": "https://lifehacker.com/21-blockbuster-movies-that-nobody-remembers-today-1848232716", + "creator": "Ross Johnson", + "pubDate": "Fri, 17 Dec 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "44612bcce7146dc1b51b9524926b716b" + "hash": "7b3f7f368b83f33a94382fb2847f5473" }, { - "title": "bell hooks: Author and feminist dies aged 69", - "description": "Her niece confirmed the writer died on Wednesday \"surrounded by her family and friends\".", - "content": "Her niece confirmed the writer died on Wednesday \"surrounded by her family and friends\".", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59672683?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:42:17 GMT", + "title": "This App Will Tell Android Users If an AirTag Is Tracking Them", + "description": "

    Apple’s AirTags and Find My service can be helpful for finding things you lose—but they also introduce a big privacy problem. While those of us on iOS have had some tools for fighting those issues, Apple left those of us on Android without much to work with. A new Android AirTag finder app finally addresses some of…

    Read more...

    ", + "content": "

    Apple’s AirTags and Find My service can be helpful for finding things you lose—but they also introduce a big privacy problem. While those of us on iOS have had some tools for fighting those issues, Apple left those of us on Android without much to work with. A new Android AirTag finder app finally addresses some of…

    Read more...

    ", + "category": "airtag", + "link": "https://lifehacker.com/this-app-will-tell-android-users-if-an-airtag-is-tracki-1848233717", + "creator": "Shannon Flynn", + "pubDate": "Fri, 17 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d8c4cf66395f42c02e9a1be066be57b6" + "hash": "5c83d94131eaa19fae8f38b4321d27a0" }, { - "title": "Ros Atkins on... the Lewis Hamilton and Max Verstappen F1 title drama", - "description": "Max Verstappen was crowned F1 world champion, after winning the Abu Dhabi Grand Prix.", - "content": "Max Verstappen was crowned F1 world champion, after winning the Abu Dhabi Grand Prix.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59645658?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 23:37:29 GMT", + "title": "Where to Get Your Pet's Picture Taken With Santa for Free This Weekend", + "description": "

    Listen, I don’t have pets. My three kids under age 9 keep begging for a dog, to which I say, “Are you going to pick up its poo at 5:30 in the morning when it’s freezing outside?” To which they reply, “Yes! We will!” Which we all know is a heinous, heinous lie. So, because I need another care task like I need a fourth…

    Read more...

    ", + "content": "

    Listen, I don’t have pets. My three kids under age 9 keep begging for a dog, to which I say, “Are you going to pick up its poo at 5:30 in the morning when it’s freezing outside?” To which they reply, “Yes! We will!” Which we all know is a heinous, heinous lie. So, because I need another care task like I need a fourth…

    Read more...

    ", + "category": "pet", + "link": "https://lifehacker.com/where-to-get-your-pets-picture-taken-with-santa-for-fre-1848234116", + "creator": "Sarah Showfety", + "pubDate": "Fri, 17 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f45cde4737223c56647d27a9bc6769a6" + "hash": "b95a576d7715e6fd630fa3ba562a202a" }, { - "title": "Inside an Afghan hospital on the brink", - "description": "The BBC reports from a hospital in remote Ghor province which is struggling to cope.", - "content": "The BBC reports from a hospital in remote Ghor province which is struggling to cope.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59637586?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 13:54:55 GMT", + "title": "The Out-of-Touch Adults' Guide To Kid Culture: What Was Announced at The Game Awards?", + "description": "

    This week, kids are watching season 2 of The Witcher, navigating the pitfalls of virtual reality (spoiler: the problem is other people), and enjoying some old fashioned glitter bombing. They are not, it seems, posting school shooting threats on TikTok.

    Read more...

    ", + "content": "

    This week, kids are watching season 2 of The Witcher, navigating the pitfalls of virtual reality (spoiler: the problem is other people), and enjoying some old fashioned glitter bombing. They are not, it seems, posting school shooting threats on TikTok.

    Read more...

    ", + "category": "culture", + "link": "https://lifehacker.com/the-out-of-touch-adults-guide-to-kid-culture-what-was-1848234057", + "creator": "Stephen Johnson", + "pubDate": "Fri, 17 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4ab1c884784c6e46cc15da12cf044e9" + "hash": "6811a975fe438f0df1db837760f4177d" }, { - "title": "Hamilton gets knighthood for services to motorsport", - "description": "Seven-time Formula 1 world champion Lewis Hamilton receives his knighthood for services to motorsport from Prince Charles during a ceremony at Windsor Castle.", - "content": "Seven-time Formula 1 world champion Lewis Hamilton receives his knighthood for services to motorsport from Prince Charles during a ceremony at Windsor Castle.", - "category": "", - "link": "https://www.bbc.co.uk/sport/av/formula1/59671505?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 13:42:22 GMT", + "title": "What's New on Disney+ in January 2022", + "description": "

    When Disney acquired 20th Century Fox in 2019, it also acquired that once-venerable studio’s slate of animated films in development, which included two comic book-based properties I was very excited for: Mouse Guard, axed two weeks before production was to begin, and Nimona, which was just 10 months from completion…

    Read more...

    ", + "content": "

    When Disney acquired 20th Century Fox in 2019, it also acquired that once-venerable studio’s slate of animated films in development, which included two comic book-based properties I was very excited for: Mouse Guard, axed two weeks before production was to begin, and Nimona, which was just 10 months from completion…

    Read more...

    ", + "category": "disney", + "link": "https://lifehacker.com/whats-new-on-disney-in-january-2022-1848234607", + "creator": "Joel Cunningham", + "pubDate": "Fri, 17 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b689bada58bfcf45a8ea05564d4f7b6" + "hash": "edb854413c6aed82a54f006a866ee03e" }, { - "title": "New York City names first female police chief", - "description": "Keechant Sewell, 49, will be the first woman to lead the US's largest police force in its 176 years.", - "content": "Keechant Sewell, 49, will be the first woman to lead the US's largest police force in its 176 years.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59672998?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 15:26:34 GMT", + "title": "What to Know About Ordering Abortion Pills by Mail", + "description": "

    Most early abortions are done by taking pills that cause a miscarriage. This method—medication abortion—is simple and safe, but until recently, federal rules made it illegal to get these pills in the mail like other prescriptions. The FDA has now permanently changed that rule.

    Read more...

    ", + "content": "

    Most early abortions are done by taking pills that cause a miscarriage. This method—medication abortion—is simple and safe, but until recently, federal rules made it illegal to get these pills in the mail like other prescriptions. The FDA has now permanently changed that rule.

    Read more...

    ", + "category": "abortion", + "link": "https://lifehacker.com/what-to-know-about-ordering-abortion-pills-by-mail-1848234219", + "creator": "Beth Skwarecki", + "pubDate": "Fri, 17 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "62b2adf11d88ab2995de983e6e7be522" + "hash": "904333a165ac678a5eb1183b1ed5be67" }, { - "title": "Derek Chauvin pleads guilty in George Floyd civil rights case", - "description": "The former police officer is already serving a 22 year prison sentence for the murder of Mr Floyd.", - "content": "The former police officer is already serving a 22 year prison sentence for the murder of Mr Floyd.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59671567?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:14:20 GMT", + "title": "How to Tell Which Apps Can See Your Private iPhone Data", + "description": "

    Every year, Apple releases new features that both improve data privacy on the iPhone, and set a new benchmark for the industry as a whole. With iOS 15, it’s all about transparency. iOS 15.2 brings a new feature called App Privacy Report that provides a visual, easy-to-read report of all the ways an app is using or…

    Read more...

    ", + "content": "

    Every year, Apple releases new features that both improve data privacy on the iPhone, and set a new benchmark for the industry as a whole. With iOS 15, it’s all about transparency. iOS 15.2 brings a new feature called App Privacy Report that provides a visual, easy-to-read report of all the ways an app is using or…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/how-to-tell-which-apps-can-see-your-private-iphone-data-1848232540", + "creator": "Khamosh Pathak", + "pubDate": "Fri, 17 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "142ff4a95d7419794932fe34ce973036" + "hash": "600535de4a3841cfe4c2de769cbdea08" }, { - "title": "Riccardo Ehrman: Journalist who prompted Berlin Wall to fall dies", - "description": "Riccardo Ehrman asked the historic question that led to East Germans tearing down the wall in 1989.", - "content": "Riccardo Ehrman asked the historic question that led to East Germans tearing down the wall in 1989.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59664077?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 12:58:11 GMT", + "title": "10 Gift Ideas for Obsessive Coffee Freaks", + "description": "

    Some people are just too hard to buy for. You know the type. They’re really into something, and they’re really particular about it. Gamers and bookworms come to mind, but the same applies to people who are really into coffee.

    Read more...

    ", + "content": "

    Some people are just too hard to buy for. You know the type. They’re really into something, and they’re really particular about it. Gamers and bookworms come to mind, but the same applies to people who are really into coffee.

    Read more...

    ", + "category": "coffee", + "link": "https://lifehacker.com/10-gift-ideas-for-obsessive-coffee-freaks-1848225209", + "creator": "Khamosh Pathak", + "pubDate": "Fri, 17 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "591ea99694bf793d181aa608c753e8b7" - }, - { - "title": "German raids on Covid extremists over Saxony leader death plot", - "description": "Far-right anti-vaccination activists are suspected of plotting to kill Saxony leader Michael Kretschmer.", - "content": "Far-right anti-vaccination activists are suspected of plotting to kill Saxony leader Michael Kretschmer.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59664076?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 11:06:04 GMT", + "favorite": false, + "created": false, + "tags": [], + "hash": "8acaaa90afa40a5d2c23932596215588" + }, + { + "title": "13 of the Best White Elephant Gifts That Are Just Raunchy Enough", + "description": "

    While Secret Santa forces you to know something about the gift recipient, the beauty of the White Elephant gift is the promise of possibility. And for those of us who like to toe the line of what makes an “appropriate” gift, White Elephant is our time to shine.

    Read more...

    ", + "content": "

    While Secret Santa forces you to know something about the gift recipient, the beauty of the White Elephant gift is the promise of possibility. And for those of us who like to toe the line of what makes an “appropriate” gift, White Elephant is our time to shine.

    Read more...

    ", + "category": "white elephant", + "link": "https://lifehacker.com/13-of-the-best-white-elephant-gifts-that-are-just-raunc-1848233484", + "creator": "Meredith Dietz", + "pubDate": "Fri, 17 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0029015c4de21482226003fe47917aeb" + "hash": "4fc958bf53883a12c7833308d2f950a9" }, { - "title": "2022 World Cup: Ex-media officer loses Qatar corruption appeal", - "description": "Abdullah Ibhais claims he was prosecuted for corruption after raising concerns about migrant workers.", - "content": "Abdullah Ibhais claims he was prosecuted for corruption after raising concerns about migrant workers.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59669307?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 15:50:46 GMT", + "title": "DIY Projects Anyone Can Do to Improve Their Dog's Life", + "description": "

    Dogs are our companions, our friends, and our helpers. They deserve the best in life that we have to offer—and that means accepting their deep desire to spend time with us in the kitchen, making their food and water easily accessible (even in small spaces), and keeping them safe and comfortable. Here are a few DIY…

    Read more...

    ", + "content": "

    Dogs are our companions, our friends, and our helpers. They deserve the best in life that we have to offer—and that means accepting their deep desire to spend time with us in the kitchen, making their food and water easily accessible (even in small spaces), and keeping them safe and comfortable. Here are a few DIY…

    Read more...

    ", + "category": "pet", + "link": "https://lifehacker.com/diy-projects-anyone-can-do-to-improve-their-dogs-life-1848228951", + "creator": "Becca Lewis", + "pubDate": "Fri, 17 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1df654e8bf91cf30a75398ba8c448bd8" + "hash": "565b5bc3b6da41d086a7368991322b81" }, { - "title": "Billie Eilish says porn exposure while young caused nightmares", - "description": "The singer-songwriter spoke about how \"abusive\" pornography skewed her early sexual experiences.", - "content": "The singer-songwriter spoke about how \"abusive\" pornography skewed her early sexual experiences.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59658663?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 22:37:46 GMT", + "title": "15 Gifts You Won’t Find in Any Other Gift Guide", + "description": "

    It’s that time of year again—when your search results are crowded with variations of “X Best Gift Ideas for Y”-style articles. And this seems like one of them, but it isn’t. Well, it is. But it isn’t.

    Because when you’re looking for quick assistance from the algorithm regarding what to buy your vaguely intimidating…

    Read more...

    ", + "content": "

    It’s that time of year again—when your search results are crowded with variations of “X Best Gift Ideas for Y”-style articles. And this seems like one of them, but it isn’t. Well, it is. But it isn’t.

    Because when you’re looking for quick assistance from the algorithm regarding what to buy your vaguely intimidating…

    Read more...

    ", + "category": "gift", + "link": "https://lifehacker.com/15-gifts-you-won-t-find-any-other-gift-guide-1848229595", + "creator": "Jeff Somers", + "pubDate": "Fri, 17 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "200dc74b29bd754f2757ce3f0d6ba7ce" + "hash": "cc818321e544b522b7ad8f38e40c5327" }, { - "title": "China: The death of a man bullied for being 'effeminate'", - "description": "A young man's death sparks discussions on gender norms, even as the state targets \"sissy men\".", - "content": "A young man's death sparks discussions on gender norms, even as the state targets \"sissy men\".", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59576108?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 00:35:04 GMT", + "title": "Everything Not Included at Your 'All-Inclusive' Resort", + "description": "

    All-inclusive vacations can be a great deal, at least on paper: Just hand over a fixed amount of money to a resort or cruise company, and they’ll take care of your lodging, meals, entertainment, and maybe even airfare. But “all-inclusive” means different things in different situations—and you might be surprised at…

    Read more...

    ", + "content": "

    All-inclusive vacations can be a great deal, at least on paper: Just hand over a fixed amount of money to a resort or cruise company, and they’ll take care of your lodging, meals, entertainment, and maybe even airfare. But “all-inclusive” means different things in different situations—and you might be surprised at…

    Read more...

    ", + "category": "resort", + "link": "https://lifehacker.com/everything-not-included-at-your-all-inclusive-resort-1848230573", + "creator": "A.A. Newton", + "pubDate": "Fri, 17 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "291418aeb771a28f875058c26074d4c9" + "hash": "f6a00a0b8d1bf44c79c548927fb0835e" }, { - "title": "Ethiopia civil war: How PM Abiy led fight-back against rebel advance", - "description": "Abiy Ahmed has thwarted a rebel advance on the capital a year into a brutal civil war.", - "content": "Abiy Ahmed has thwarted a rebel advance on the capital a year into a brutal civil war.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59552888?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 01:02:18 GMT", + "title": "Gaze Upon the 12 Most Terrifying Things Found in the World's Rainforests and Despair", + "description": "

    Other than providing most of the world’s oxygen, 80 percent of its biodiversity, and the livelihoods of billions of people, the rainforests have never done anything good for anyone. The 12 horrors listed here prove we should provide massive financial incentives for corporations to destroy the rainforests at a rate of…

    Read more...

    ", + "content": "

    Other than providing most of the world’s oxygen, 80 percent of its biodiversity, and the livelihoods of billions of people, the rainforests have never done anything good for anyone. The 12 horrors listed here prove we should provide massive financial incentives for corporations to destroy the rainforests at a rate of…

    Read more...

    ", + "category": "joseph hooker", + "link": "https://lifehacker.com/gaze-upon-the-12-most-terrifying-things-found-in-the-wo-1848228495", + "creator": "Stephen Johnson", + "pubDate": "Fri, 17 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1eea9840677f6b8b358cac2ccf11846b" + "hash": "92e270810e32a5956df60b0aecf2581d" }, { - "title": "James Webb: A $10bn machine in search of the end of darkness", - "description": "The biggest space telescope ever built is ready to show us the first stars to light up the cosmos.", - "content": "The biggest space telescope ever built is ready to show us the first stars to light up the cosmos.", - "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59476869?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 00:59:20 GMT", + "title": "8 Ways to Make Goodreads Less Annoying", + "description": "

    I’ll say it: Goodreads is one of the worst-designed websites on the planet. Sure, it’s a nice website to help you track your reading list and bond with a reading community, but the design is so clunky that it can feel like a chore to navigate. Most of us would probably be better off using a simple spreadsheet to track…

    Read more...

    ", + "content": "

    I’ll say it: Goodreads is one of the worst-designed websites on the planet. Sure, it’s a nice website to help you track your reading list and bond with a reading community, but the design is so clunky that it can feel like a chore to navigate. Most of us would probably be better off using a simple spreadsheet to track…

    Read more...

    ", + "category": "goodreads", + "link": "https://lifehacker.com/8-ways-to-make-goodreads-less-annoying-1848228190", + "creator": "Pranay Parab", + "pubDate": "Fri, 17 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94f0137adc3011f4c93f3f4b9de5b3bc" + "hash": "3717a0009d18ec628ebb130e20d9ef14" }, { - "title": "Kentucky tornadoes: A miraculous escape after a candle factory's collapse", - "description": "Colleagues sang Happy Birthday to Kyanna Parsons-Perez after a tornado buried them all in rubble.", - "content": "Colleagues sang Happy Birthday to Kyanna Parsons-Perez after a tornado buried them all in rubble.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59659513?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:57:23 GMT", + "title": "Absolutely Do Not Cook This Goose", + "description": "

    I suffer from Marty McFly syndrome. Someone says a thing can’t be done, and I’ve already checked out three books on how to do it by the time they’ve taken their next breath. So when a Lifehacker reader commented on a recent duck article and asked about leveling up to goose, it might as well have been a court order. I

    Read more...

    ", + "content": "

    I suffer from Marty McFly syndrome. Someone says a thing can’t be done, and I’ve already checked out three books on how to do it by the time they’ve taken their next breath. So when a Lifehacker reader commented on a recent duck article and asked about leveling up to goose, it might as well have been a court order. I

    Read more...

    ", + "category": "goose", + "link": "https://lifehacker.com/absolutely-do-not-cook-this-goose-1848223300", + "creator": "Amanda Blum", + "pubDate": "Fri, 17 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17c950696f193174b1d4e5ea0b939d7c" + "hash": "ad96d05282d10c71ed2bb68447515675" }, { - "title": "How much does the diplomatic boycott of Beijing 2022 matter?", - "description": "The Winter Olympics have been hit by a flurry of protests from governments in the West.", - "content": "The Winter Olympics have been hit by a flurry of protests from governments in the West.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59646231?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 22:11:36 GMT", + "title": "Should You Try 'Mindful Drinking'?", + "description": "

    If you’ve ever woken up at 3 a.m. (then again at 4:30 and 5:47) with hangxiety— that post-drunk, pre-sober psychological state of dread-filled limbo when you question all your life choices—then you’ve probably wondered whether you should cut back on drinking. You may not want or need to give it up entirely, but you…

    Read more...

    ", + "content": "

    If you’ve ever woken up at 3 a.m. (then again at 4:30 and 5:47) with hangxiety— that post-drunk, pre-sober psychological state of dread-filled limbo when you question all your life choices—then you’ve probably wondered whether you should cut back on drinking. You may not want or need to give it up entirely, but you…

    Read more...

    ", + "category": "ruby warrington", + "link": "https://lifehacker.com/should-you-try-mindful-drinking-1848193908", + "creator": "Sarah Showfety", + "pubDate": "Thu, 16 Dec 2021 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e6b465bc449241c7b890abf09181a4c" + "hash": "e4d8d2eb905fbdf145b9dfe1038861ea" }, { - "title": "Sex and cancer: 'I was ashamed to ask for help'", - "description": "Cait didn't know why it hurt to masturbate after her treatment - and didn't know who to ask.", - "content": "Cait didn't know why it hurt to masturbate after her treatment - and didn't know who to ask.", - "category": "", - "link": "https://www.bbc.co.uk/news/newsbeat-59461807?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 01:19:14 GMT", + "title": "How Bad Is This Winter Going to Be, Exactly?", + "description": "

    The forecast is not looking good. I’m not talking about weather (although climate change is its own crisis). I mean the COVID-19 case numbers.

    Read more...

    ", + "content": "

    The forecast is not looking good. I’m not talking about weather (although climate change is its own crisis). I mean the COVID-19 case numbers.

    Read more...

    ", + "category": "john hick", + "link": "https://lifehacker.com/how-bad-is-this-winter-going-to-be-exactly-1848228586", + "creator": "Beth Skwarecki", + "pubDate": "Thu, 16 Dec 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8bd689dcd4dcadac312b2e783a0e81e3" + "hash": "f75657a8074cc0493e03846c0b210563" }, { - "title": "Tom Holland: 'There are kids who look up to Spider-Man'", - "description": "Spider-Man: No Way Home is Tom Holland's third solo film and his sixth as part of the Avengers.", - "content": "Spider-Man: No Way Home is Tom Holland's third solo film and his sixth as part of the Avengers.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59645557?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 00:06:57 GMT", + "title": "Make Rounder, Prettier Truffles With a Melon Baller", + "description": "

    Chocolate truffles are the cheeseball of the dessert world: high-impact, low-effort, and they never fail to please a crowd. All you need to make them is high-quality chocolate, some sort of dairy, and a tasty dust, chopped nut, or sprinkle to roll them in. You can shape the ganache with your hands for a rustic,…

    Read more...

    ", + "content": "

    Chocolate truffles are the cheeseball of the dessert world: high-impact, low-effort, and they never fail to please a crowd. All you need to make them is high-quality chocolate, some sort of dairy, and a tasty dust, chopped nut, or sprinkle to roll them in. You can shape the ganache with your hands for a rustic,…

    Read more...

    ", + "category": "french cuisine", + "link": "https://lifehacker.com/make-rounder-prettier-truffles-with-a-melon-baller-1848228175", + "creator": "Claire Lower", + "pubDate": "Thu, 16 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b965eb22cb9bcaf0b74b39ab927d638" + "hash": "6cb13112409273401b5eddb07610d2cd" }, { - "title": "Hong Kong: Fire at World Trade Centre leaves more than 100 trapped on roof", - "description": "The fire broke out in a machine room which eventually led to the scaffolding catching fire.", - "content": "The fire broke out in a machine room which eventually led to the scaffolding catching fire.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59663826?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:51:13 GMT", + "title": "Get Rid of These Books You No Longer Need (so You Can Make Room for More)", + "description": "

    Attempting to pare down a book collection has a way of blinding us to our actual reading habits. Sure, that 600-page history book has made it through multiple moves without so much as a quick first-chapter skim—but how dare you suggest getting rid of it?

    Read more...

    ", + "content": "

    Attempting to pare down a book collection has a way of blinding us to our actual reading habits. Sure, that 600-page history book has made it through multiple moves without so much as a quick first-chapter skim—but how dare you suggest getting rid of it?

    Read more...

    ", + "category": "textbook", + "link": "https://lifehacker.com/get-rid-of-these-books-you-no-longer-need-so-you-can-m-1848228068", + "creator": "A.A. Newton", + "pubDate": "Thu, 16 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a982efe59436db2a40af170079a59eb3" + "hash": "c39209ad14321339c1c27b1131bf7975" }, { - "title": "Covid: Omicron spreading at unprecedented rate, WHO says", - "description": "The WHO's head warns that the Covid variant is being underestimated, despite its potential impact.", - "content": "The WHO's head warns that the Covid variant is being underestimated, despite its potential impact.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59656385?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:02:44 GMT", + "title": "Follow These Sites to Discover Cool New Tech and Crowdfunding Projects", + "description": "

    Tech innovations are coming so fast and furious these days, it can be hard to stay on top of it all (even when the PR firms promoting it all have your email address). You can try keeping up to date by staying glued to Twitter, but by the time something trends on social media, it’s usually already old news among…

    Read more...

    ", + "content": "

    Tech innovations are coming so fast and furious these days, it can be hard to stay on top of it all (even when the PR firms promoting it all have your email address). You can try keeping up to date by staying glued to Twitter, but by the time something trends on social media, it’s usually already old news among…

    Read more...

    ", + "category": "crowdfunding", + "link": "https://lifehacker.com/follow-these-sites-to-discover-cool-new-tech-and-crowdf-1848186647", + "creator": "Shannon Flynn", + "pubDate": "Thu, 16 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "567ea0f9aa1e50ac0f4766028356c4a1" + "hash": "b663a0ee9db2257ed4af627215a6a8d4" }, { - "title": "Jacob Zuma: South African court orders ex-president back to jail", - "description": "Jacob Zuma was granted medical parole after being sentenced to serve 15 months in jail.", - "content": "Jacob Zuma was granted medical parole after being sentenced to serve 15 months in jail.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59665825?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:09:53 GMT", + "title": "10 of the Best Indie Films of 2021, and Where to Watch Them Right Now", + "description": "

    This year and every year—but this year especially—there has been a lot of chatter about the ways in which the movie world has contracted, with big budget genre blockbusters (usually superhero movies) taking over local movie theaters almost entirely, pushing out nearly everything else. This isn’t good. Superhero…

    Read more...

    ", + "content": "

    This year and every year—but this year especially—there has been a lot of chatter about the ways in which the movie world has contracted, with big budget genre blockbusters (usually superhero movies) taking over local movie theaters almost entirely, pushing out nearly everything else. This isn’t good. Superhero…

    Read more...

    ", + "category": "films", + "link": "https://lifehacker.com/10-of-the-best-indie-films-of-2021-and-where-to-watch-1848223382", + "creator": "Ross Johnson", + "pubDate": "Thu, 16 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c5297b00f8930a3f2e2a4cb02d51da59" + "hash": "8380a0e6106fb920003ae0c7a7d0221a" }, { - "title": "Covid-19: US surpasses 800,000 pandemic deaths", - "description": "More than a quarter of lives lost in the pandemic came after all US adults were eligible for a vaccine.", - "content": "More than a quarter of lives lost in the pandemic came after all US adults were eligible for a vaccine.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59645307?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 00:07:32 GMT", + "title": "How to Fake Marble, Leather, and Other Expensive-Looking Surface Finishes", + "description": "

    If you want to breath new life into some old furniture or decor, a little paint can do the trick. These faux finishes will elevate a regular piece and add elegance to older furniture, and you can DIY them for less expense than you might think.

    Read more...

    ", + "content": "

    If you want to breath new life into some old furniture or decor, a little paint can do the trick. These faux finishes will elevate a regular piece and add elegance to older furniture, and you can DIY them for less expense than you might think.

    Read more...

    ", + "category": "leather", + "link": "https://lifehacker.com/how-to-fake-marble-leather-and-other-expensive-lookin-1848225088", + "creator": "Becca Lewis", + "pubDate": "Thu, 16 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dbc8239af938079258bbfa9f050a2d2e" + "hash": "60cd15def0336bbff053dbfb6dde4f25" }, { - "title": "Mark Meadows: Trump ex-chief of staff in contempt of Congress", - "description": "The Democrat-led House of Representatives rebuked Mark Meadows for defying a congressional panel.", - "content": "The Democrat-led House of Representatives rebuked Mark Meadows for defying a congressional panel.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59661306?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 04:56:06 GMT", + "title": "Ride Out This Crap Year With Free Food From Wendy's", + "description": "

    With only about two weeks left in 2021, it’s tempting to think ahead to what the new year may have in store for us—from fresh strains of COVID-19, to devastating natural disasters, to an ever more broken political system. But for now, let’s live in the moment, and try to get through the holidays, with some free food…

    Read more...

    ", + "content": "

    With only about two weeks left in 2021, it’s tempting to think ahead to what the new year may have in store for us—from fresh strains of COVID-19, to devastating natural disasters, to an ever more broken political system. But for now, let’s live in the moment, and try to get through the holidays, with some free food…

    Read more...

    ", + "category": "wendy s", + "link": "https://lifehacker.com/ride-out-this-shit-year-with-free-food-from-wendys-1848223402", + "creator": "Elizabeth Yuko", + "pubDate": "Thu, 16 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "307fbfcfa396a5b7c36cb98d73a203c8" + "hash": "6927dd383939eb74602b410648292a8d" }, { - "title": "Malta becomes first EU nation to legalise cannabis", - "description": "The landmark move is expected to be followed by more European countries.", - "content": "The landmark move is expected to be followed by more European countries.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59660856?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 21:14:28 GMT", + "title": "Can Someone Really Spy on Me Through My Webcam or Phone Camera?", + "description": "

    Are hackers really spying on people through their phone cameras and webcams? The short answer: Yes. Webcams and phone cameras can be hacked, giving bad actors complete control over how they function. As a result, hackers can use a device’s camera to both spy on individuals and search for personal information. Luckily,…

    Read more...

    ", + "content": "

    Are hackers really spying on people through their phone cameras and webcams? The short answer: Yes. Webcams and phone cameras can be hacked, giving bad actors complete control over how they function. As a result, hackers can use a device’s camera to both spy on individuals and search for personal information. Luckily,…

    Read more...

    ", + "category": "webcam", + "link": "https://lifehacker.com/can-someone-really-spy-on-me-through-my-webcam-or-phone-1848186584", + "creator": "Shannon Flynn", + "pubDate": "Thu, 16 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8de95b7cc75d54091317e902e6ed9d7" + "hash": "a0f4b24a929eae0eddb993718565b96a" }, { - "title": "Russia told to pay compensation to woman whose hands were cut off", - "description": "Europe's top human rights court says authorities failed to protect her against domestic violence.", - "content": "Europe's top human rights court says authorities failed to protect her against domestic violence.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59659543?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:16:43 GMT", + "title": "How Much Will It Cost You If You Get COVID Abroad?", + "description": "

    Many of us are antsy to travel abroad now that some entry restrictions are relaxed. However, COVID-19 is still very much here, and hopping on a plane and flying across an ocean are not without risks, even if you’ve been vaccinated and boosted.

    Read more...

    ", + "content": "

    Many of us are antsy to travel abroad now that some entry restrictions are relaxed. However, COVID-19 is still very much here, and hopping on a plane and flying across an ocean are not without risks, even if you’ve been vaccinated and boosted.

    Read more...

    ", + "category": "airbnb", + "link": "https://lifehacker.com/how-much-will-it-cost-you-if-you-get-covid-abroad-1848221646", + "creator": "Emily Long", + "pubDate": "Thu, 16 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7fa77f41fbf9aacbb58d3afd624f6614" + "hash": "c419aa59f6e1478a1a42d6161781f002" }, { - "title": "Belarus: Opposition leader Tikhanovsky jailed for 18 years over protests", - "description": "Sergei Tikhanovsky, a former presidential candidate, is convicted after a trial condemned as a sham.", - "content": "Sergei Tikhanovsky, a former presidential candidate, is convicted after a trial condemned as a sham.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59650238?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:10:17 GMT", + "title": "Upgrade Your High With This Weed Tech", + "description": "

    For centuries, cannabis was deceptively low-tech—seed, meet dirt; dried plant, meet flame. But even in ancient times, people were always looking for more efficient ways to consume; nearly 2,500 years ago in Greece, Herodotus wrote of a vaping technique that involved placing hemp seeds on blazing hot stones.

    More…

    Read more...

    ", + "content": "

    For centuries, cannabis was deceptively low-tech—seed, meet dirt; dried plant, meet flame. But even in ancient times, people were always looking for more efficient ways to consume; nearly 2,500 years ago in Greece, Herodotus wrote of a vaping technique that involved placing hemp seeds on blazing hot stones.

    More…

    Read more...

    ", + "category": "lacing", + "link": "https://lifehacker.com/upgrade-your-high-with-this-weed-tech-1848226541", + "creator": "Danielle Guercio", + "pubDate": "Thu, 16 Dec 2021 15:32:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ba812f3e1f5302dac0debba67b9447b" + "hash": "1644977c0b8b1f34a1c29d41a31101df" }, { - "title": "South Korean dairy giant apologises for controversial advert", - "description": "The company also faced a backlash over the advert's similarity to \"molka\", or secret filming.", - "content": "The company also faced a backlash over the advert's similarity to \"molka\", or secret filming.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59662421?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 05:36:32 GMT", + "title": "Try These Stretches for an Achy Back or Neck", + "description": "

    Who among us doesn’t wake up with an achy neck sometimes, or find that our back doesn’t feel great after sitting or standing in the same position all day? While a concerning level of pain is a matter for a doctor or a physical therapist, a few stretches can go a long way in alleviating everyday stiffness.

    Read more...

    ", + "content": "

    Who among us doesn’t wake up with an achy neck sometimes, or find that our back doesn’t feel great after sitting or standing in the same position all day? While a concerning level of pain is a matter for a doctor or a physical therapist, a few stretches can go a long way in alleviating everyday stiffness.

    Read more...

    ", + "category": "wrestling", + "link": "https://lifehacker.com/try-these-stretches-for-an-achy-back-or-neck-1848222633", + "creator": "Beth Skwarecki", + "pubDate": "Thu, 16 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e70609a47344811b6960d84f91247c3" + "hash": "7aa6035e98d57c80c53e7167c64d6b70" }, { - "title": "Haiti fuel tanker blast kills dozens in Cap-Haïtien", - "description": "The victims had been gathering leaking fuel from a vehicle involved in an accident, reports say.", - "content": "The victims had been gathering leaking fuel from a vehicle involved in an accident, reports say.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59650802?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 16:32:09 GMT", + "title": "How to Host Your In-Laws Without Losing Your Goddamn Mind", + "description": "

    If you have a healthy relationship with your in-laws and enjoy spending time with them, that’s amazing! (And where’d you get that—Amazon?) If the thought of your father-in-law loudly clearing his throat one more time sends a paroxysm of muted rage through your chest cavity, though, here are a few tips to help you deal…

    Read more...

    ", + "content": "

    If you have a healthy relationship with your in-laws and enjoy spending time with them, that’s amazing! (And where’d you get that—Amazon?) If the thought of your father-in-law loudly clearing his throat one more time sends a paroxysm of muted rage through your chest cavity, though, here are a few tips to help you deal…

    Read more...

    ", + "category": "sue", + "link": "https://lifehacker.com/how-to-host-your-in-laws-without-losing-your-goddamn-mi-1848220852", + "creator": "Sarah Showfety", + "pubDate": "Thu, 16 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08f185a5b030b2c8787aa3c666318634" + "hash": "4a8aafd45679b6f2624feb53748012cf" }, { - "title": "Tesla Model 3: Paris' largest taxi firm suspends cars after fatal crash", - "description": "One person died and 20 were hurt after a cabbie lost control of their Tesla Model 3 last weekend.", - "content": "One person died and 20 were hurt after a cabbie lost control of their Tesla Model 3 last weekend.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59647069?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:34:33 GMT", + "title": "There's No Shame in a Cookie Crumb Crust", + "description": "

    When I was in college, I got into baking as a way to mitigate the stress brought on by taking classes I didn’t really enjoy with the goal of getting a job I didn’t really want. One Christmas, my dad gave me Nigella Lawson’s How to Be a Domestic Goddess, and my roommate wrapped up a copy of Ken Haedrich’s Pie. I don’t…

    Read more...

    ", + "content": "

    When I was in college, I got into baking as a way to mitigate the stress brought on by taking classes I didn’t really enjoy with the goal of getting a job I didn’t really want. One Christmas, my dad gave me Nigella Lawson’s How to Be a Domestic Goddess, and my roommate wrapped up a copy of Ken Haedrich’s Pie. I don’t…

    Read more...

    ", + "category": "crust", + "link": "https://lifehacker.com/theres-no-shame-in-a-cookie-crumb-crust-1848222599", + "creator": "Claire Lower", + "pubDate": "Thu, 16 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f30ace65cd22d0b330acc2d9a5346415" + "hash": "6f78c2beecb929bea46ae36d99352566" }, { - "title": "Channel tragedy: French authorities identify 26 victims", - "description": "Sixteen Kurdish people, including two friends from Iraq, were among those who perished last month.", - "content": "Sixteen Kurdish people, including two friends from Iraq, were among those who perished last month.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59650239?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:00:55 GMT", + "title": "15 Bloody Good Holiday-Adjacent Horror Movies", + "description": "

    Though your knee-jerk reactions may suggest otherwise, there’s nothing incongruous about pairing Christmas with scary stories.

    For centuries in Britain, families would gather around a fire and ward off the winter cold by sharing chilling tales of the supernatural—a tradition forgotten, only to be revived by Charles…

    Read more...

    ", + "content": "

    Though your knee-jerk reactions may suggest otherwise, there’s nothing incongruous about pairing Christmas with scary stories.

    For centuries in Britain, families would gather around a fire and ward off the winter cold by sharing chilling tales of the supernatural—a tradition forgotten, only to be revived by Charles…

    Read more...

    ", + "category": "riley keough", + "link": "https://lifehacker.com/15-bloody-good-holiday-adjacent-horror-movies-1848213352", + "creator": "Ross Johnson", + "pubDate": "Thu, 16 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "81fd76b32490e4c385ff19d9123a7603" + "hash": "db241e514462a77646b3c47e6003ec25" }, { - "title": "Covid: Omicron probably in most countries, WHO says", - "description": "The heavily mutated coronavirus variant is spreading at an unprecedented rate, the WHO's head warns.", - "content": "The heavily mutated coronavirus variant is spreading at an unprecedented rate, the WHO's head warns.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59656385?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:38:40 GMT", + "title": "How to Reset and Erase a Locked iPhone Without Connecting to a Mac or PC", + "description": "

    iOS 15.2 is filled with features big and small. Along with features like Digital Legacy and App Privacy Report, comes a feature we’ve been waiting years for; the ability to completely erase and reset a locked iPhone without needing to connect it to a Mac or PC first.

    Read more...

    ", + "content": "

    iOS 15.2 is filled with features big and small. Along with features like Digital Legacy and App Privacy Report, comes a feature we’ve been waiting years for; the ability to completely erase and reset a locked iPhone without needing to connect it to a Mac or PC first.

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/how-to-reset-and-erase-a-locked-iphone-without-connecti-1848220057", + "creator": "Khamosh Pathak", + "pubDate": "Thu, 16 Dec 2021 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6016d509de99435d60bd8596480e5d85" + "hash": "c3f8f285e7cb8545b4fdacc637a5047f" }, { - "title": "Kentucky tornadoes: I spent my 40th birthday trapped under rubble", - "description": "Kyanna Parsons-Perez never imagined that her 40th birthday would be spent pinned to the floor of the Mayfield candle factory.", - "content": "Kyanna Parsons-Perez never imagined that her 40th birthday would be spent pinned to the floor of the Mayfield candle factory.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59659513?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:57:23 GMT", + "title": "14 Gifts That Will Delight the Cocktail Enthusiast in Your Life", + "description": "

    A little bit about myself: I like cocktails. I like making them. I like drinking them. I care about them very deeply. I predominantly exercise this affinity from the comfort of my own home, and over the course of the last several years have acquired a home bar I am quite comfortable in and enjoy a lot. Nightly, in…

    Read more...

    ", + "content": "

    A little bit about myself: I like cocktails. I like making them. I like drinking them. I care about them very deeply. I predominantly exercise this affinity from the comfort of my own home, and over the course of the last several years have acquired a home bar I am quite comfortable in and enjoy a lot. Nightly, in…

    Read more...

    ", + "category": "cocktail", + "link": "https://lifehacker.com/14-gifts-that-will-delight-the-cocktail-enthusiast-in-y-1848218596", + "creator": "Devojka", + "pubDate": "Wed, 15 Dec 2021 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "287a8da7c59dbd02133c8b61024759e0" + "hash": "2808fb33499720b0f8058867c5d3f886" }, { - "title": "Phillip Adams: Ex-NFL player who shot six dead had CTE brain disease", - "description": "US footballer Phillip Adams' brain showed evidence of damage linked to repeated head trauma.", - "content": "US footballer Phillip Adams' brain showed evidence of damage linked to repeated head trauma.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59658661?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:40:31 GMT", + "title": "What Happens If You Don’t Pay Back Your Student Loans and Just Say 'to Hell With It'", + "description": "

    Student loans are choking an entire generation of Americans. For decades, people were encouraged to prioritize higher education, and one of the most effective encouragements was the relatively easy process of getting a loan to pay tuition and living expenses while you earned your degree. I can remember applying for…

    Read more...

    ", + "content": "

    Student loans are choking an entire generation of Americans. For decades, people were encouraged to prioritize higher education, and one of the most effective encouragements was the relatively easy process of getting a loan to pay tuition and living expenses while you earned your degree. I can remember applying for…

    Read more...

    ", + "category": "loans", + "link": "https://lifehacker.com/what-happens-if-you-don-t-pay-back-your-student-loans-a-1848219732", + "creator": "Jeff Somers", + "pubDate": "Wed, 15 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "532bcc281b0bdedde81f19e437e401c3" + "hash": "15565abc18c2577a696ea53e4e5293b0" }, { - "title": "Toronto police release video of 'suspect' in billionaires' 2017 murders", - "description": "Barry and Honey Sherman were found dead at home four years ago, but police have made no arrests.", - "content": "Barry and Honey Sherman were found dead at home four years ago, but police have made no arrests.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59657761?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 17:52:59 GMT", + "title": "You Can Finally Search Within a Playlist in Apple Music", + "description": "

    At long last, you can search for songs within a playlist in Apple Music. Until now, if you had long Apple Music playlists on your iPhone, you couldn’t use the search bar to find a specific song, making it difficult to quickly find the song you really wanted to listen to. It may be overdue, but Apple has finally added…

    Read more...

    ", + "content": "

    At long last, you can search for songs within a playlist in Apple Music. Until now, if you had long Apple Music playlists on your iPhone, you couldn’t use the search bar to find a specific song, making it difficult to quickly find the song you really wanted to listen to. It may be overdue, but Apple has finally added…

    Read more...

    ", + "category": "apple", + "link": "https://lifehacker.com/you-can-finally-search-within-a-playlist-in-apple-music-1848218623", + "creator": "Pranay Parab", + "pubDate": "Wed, 15 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69f8fa4a34f5ffbe297f1262733bc1b3" + "hash": "f0b9a1e4fd6659ede208ea645433b9a4" }, { - "title": "Trump's son urged father to intervene in 6 January Capitol riot", - "description": "Donald Trump Jr urged his father's aides to get the ex-president to stop the mob, text messages show.", - "content": "Donald Trump Jr urged his father's aides to get the ex-president to stop the mob, text messages show.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59650800?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:44:23 GMT", + "title": "Make Your Next Cheeseball Using This Easy Formula", + "description": "

    Rolling in to an office holiday party or other seasonal gathering with a cheeseball is a simple, cost-effective way to win friends and influence colleagues. Cheeseballs are fun to eat and easy to make, and there are plenty of recipes for them on this wide and vast informational web.

    Read more...

    ", + "content": "

    Rolling in to an office holiday party or other seasonal gathering with a cheeseball is a simple, cost-effective way to win friends and influence colleagues. Cheeseballs are fun to eat and easy to make, and there are plenty of recipes for them on this wide and vast informational web.

    Read more...

    ", + "category": "joe", + "link": "https://lifehacker.com/make-your-next-cheeseball-using-this-easy-formula-1848215888", + "creator": "Claire Lower", + "pubDate": "Wed, 15 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52e38785b4a7e16f0b26063f6cea14ea" + "hash": "9a323b4f00ceca1cc430bdd79ad9c504" }, { - "title": "Congolese rumba wins Unesco protected status", - "description": "The music and dance style from the two Congos is a fundamental part of the countries' identities.", - "content": "The music and dance style from the two Congos is a fundamental part of the countries' identities.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59645087?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 17:04:47 GMT", + "title": "Kraft Will Pay You $20 to Not Make Cheesecake This Christmas", + "description": "

    If you were planning on making your famous Christmas cheesecake this year, then the current cream cheese shortage has likely thrown a wrench in your rich, creamy plans. Now, Philadelphia Cream Cheese has a counteroffer.

    Read more...

    ", + "content": "

    If you were planning on making your famous Christmas cheesecake this year, then the current cream cheese shortage has likely thrown a wrench in your rich, creamy plans. Now, Philadelphia Cream Cheese has a counteroffer.

    Read more...

    ", + "category": "cheesecake", + "link": "https://lifehacker.com/kraft-will-pay-you-20-to-not-make-cheesecake-this-chri-1848219625", + "creator": "Meredith Dietz", + "pubDate": "Wed, 15 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a523623cdd5c7fa84874355b0bb030e5" + "hash": "a5507cd42282b7e04e316a98568463c1" }, { - "title": "Arctic heat record is like Mediterranean, says UN", - "description": "The highest temperature recorded in the region last year - 38C (100F) - is officially confirmed.", - "content": "The highest temperature recorded in the region last year - 38C (100F) - is officially confirmed.", - "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59649066?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 15:05:33 GMT", + "title": "What's New on Netflix in January 2022", + "description": "

    While it might be a bit rich of Netflix to launch a new comedy series that appears to be a straight up parody of The Woman in the Window—a critical bomb the streamer paid big bucks for to acquire from Disney amid the pandemic, you may remember—come Jan. 28, Kristen Bell will become The Woman in the House Across the

    Read more...

    ", + "content": "

    While it might be a bit rich of Netflix to launch a new comedy series that appears to be a straight up parody of The Woman in the Window—a critical bomb the streamer paid big bucks for to acquire from Disney amid the pandemic, you may remember—come Jan. 28, Kristen Bell will become The Woman in the House Across the

    Read more...

    ", + "category": "netflix", + "link": "https://lifehacker.com/whats-new-on-netflix-in-january-2022-1848220940", + "creator": "Joel Cunningham", + "pubDate": "Wed, 15 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b403847dda23fc8bf4ff802364bb242" + "hash": "d1559cda87b988fdd5a79aae52a6112b" }, { - "title": "Apology to US teachers over 'dash for cash' charity stunt", - "description": "The US bank that donated the cash said they will give more after the \"degrading and insulting\" event.", - "content": "The US bank that donated the cash said they will give more after the \"degrading and insulting\" event.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59646803?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 00:42:17 GMT", + "title": "When to Expect Your Sixth (and Potentially Final) Child Tax Credit Payment", + "description": "

    The sixth—and possibly final—payment from the Child Tax Credit program should be deposited in the bank accounts of eligible parents today, Dec. 15. Those who have their checks mailed can expect them to arrive over the next few days.

    Read more...

    ", + "content": "

    The sixth—and possibly final—payment from the Child Tax Credit program should be deposited in the bank accounts of eligible parents today, Dec. 15. Those who have their checks mailed can expect them to arrive over the next few days.

    Read more...

    ", + "category": "tax", + "link": "https://lifehacker.com/when-to-expect-your-sixth-and-potentially-final-child-1848220430", + "creator": "Stephen Johnson", + "pubDate": "Wed, 15 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ef1383cbf67c125dba8900567296d54" + "hash": "9bbc3b4cf09fa24cb624d37f360ec7ca" }, { - "title": "Miami is banking on cryptocurrency and New York wants in", - "description": "MiamiCoin and NYCCoin are experiments designed to put these cities on the cryptocurrency map.", - "content": "MiamiCoin and NYCCoin are experiments designed to put these cities on the cryptocurrency map.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59522532?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 01:20:09 GMT", + "title": "How to Get macOS 12.1 on Your M1 Mac When the Update Won’t Appear", + "description": "

    Apple’s macOS 12.1 is a fun update. It finally brings iOS’ and iPadOS’ SharePlay to macOS FaceTime—allowing you to share your screen and other media with your friends on video calls—in addition to Hide My Email and Apple Music Voice Plan, among other great features. However, if you’re rocking an M1 Mac, you might not…

    Read more...

    ", + "content": "

    Apple’s macOS 12.1 is a fun update. It finally brings iOS’ and iPadOS’ SharePlay to macOS FaceTime—allowing you to share your screen and other media with your friends on video calls—in addition to Hide My Email and Apple Music Voice Plan, among other great features. However, if you’re rocking an M1 Mac, you might not…

    Read more...

    ", + "category": "macos", + "link": "https://lifehacker.com/how-to-get-macos-12-1-on-your-m1-mac-when-the-update-wo-1848219524", + "creator": "Jake Peterson", + "pubDate": "Wed, 15 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "496e25349fbc7f19036a8bb10d3a1da9" + "hash": "d83a49e933e62c28ff4479f4e2746409" }, { - "title": "Record numbers of young Guatemalans migrate north, leaving families in limbo", - "description": "Chasing economic opportunity, record numbers of young Central Americans are braving the journey north.", - "content": "Chasing economic opportunity, record numbers of young Central Americans are braving the journey north.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59612806?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 01:21:31 GMT", + "title": "All the Essential Travel Documents You Need Right Now, Besides a Passport", + "description": "

    The global pandemic has certainly made travel abroad more complicated, not least because of the additional paperwork demonstrating your vaccination and testing status that is required to leave and reenter the country. But the reality is that you’ve always needed certain essential documents for international…

    Read more...

    ", + "content": "

    The global pandemic has certainly made travel abroad more complicated, not least because of the additional paperwork demonstrating your vaccination and testing status that is required to leave and reenter the country. But the reality is that you’ve always needed certain essential documents for international…

    Read more...

    ", + "category": "passports", + "link": "https://lifehacker.com/all-the-essential-travel-documents-you-need-right-now-1848215184", + "creator": "Emily Long", + "pubDate": "Wed, 15 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51db092320edde835c32e6aace37ff23" + "hash": "c8b11f7b9c58d2d91123c0364a7b765c" }, { - "title": "Nagaland killings: Anger grows after Indian army’s botched ambush", - "description": "Locals in Nagaland state demand government action after troops shot dead 14 civilians.", - "content": "Locals in Nagaland state demand government action after troops shot dead 14 civilians.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59634192?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 00:48:51 GMT", + "title": "The Best (and Cheapest) Way to Make a DIY Headboard", + "description": "

    Bed frames and headboards can be expensive, but a comfy, inviting bedroom is a must for even the simplest decor tastes. You can get the best of both worlds with a DIY faux headboard, whatever your decorating tastes and budget are.

    Read more...

    ", + "content": "

    Bed frames and headboards can be expensive, but a comfy, inviting bedroom is a must for even the simplest decor tastes. You can get the best of both worlds with a DIY faux headboard, whatever your decorating tastes and budget are.

    Read more...

    ", + "category": "headboard", + "link": "https://lifehacker.com/the-best-and-cheapest-way-to-make-a-diy-headboard-1848217873", + "creator": "Becca Lewis", + "pubDate": "Wed, 15 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "adee5246f2ac08b6f1ea4e2297f10f48" + "hash": "1f735e71bcf588b33c878383a74ab1f8" }, { - "title": "Saudi Arabia allows free thinkers to talk to students", - "description": "Young men and women meet leading philosophers in a country criticised for intolerance of dissent.", - "content": "Young men and women meet leading philosophers in a country criticised for intolerance of dissent.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59609233?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 01:25:56 GMT", + "title": "Everything You Should Be Doing Now for a Better Garden Next Spring", + "description": "

    Gardening may seem like a warm-weather activity, but for best results, it’s actually a year-round endeavor. Just because the ground is frozen and very little is blooming right now doesn’t mean there’s nothing to do. Use this time—while you’re not overwhelmed with planting, watering, managing, and harvesting—to set…

    Read more...

    ", + "content": "

    Gardening may seem like a warm-weather activity, but for best results, it’s actually a year-round endeavor. Just because the ground is frozen and very little is blooming right now doesn’t mean there’s nothing to do. Use this time—while you’re not overwhelmed with planting, watering, managing, and harvesting—to set…

    Read more...

    ", + "category": "permaculture", + "link": "https://lifehacker.com/everything-you-should-be-doing-now-for-a-better-garden-1848217676", + "creator": "Emily Long", + "pubDate": "Wed, 15 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb9d3c6079b25e97c794c38a6dff79c2" + "hash": "f870252f92712a5109b61b90086464b6" }, { - "title": "The ultra-violent cult that became a global mafia", - "description": "A BBC investigation into Black Axe has unearthed new evidence of political infiltration, and a scamming and killing operation spanning the globe.", - "content": "A BBC investigation into Black Axe has unearthed new evidence of political infiltration, and a scamming and killing operation spanning the globe.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59614595?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 00:01:43 GMT", + "title": "How Long Should You Chat on a Dating App Before Meeting Up?", + "description": "

    Browsing on dating apps can be fun, but the chat box can also be intimidating. How much is too much small talk? What’s a good way to make your intentions clear without being too direct? How long do you have to keep up the digital banter before you can just go on a damn date?

    Read more...

    ", + "content": "

    Browsing on dating apps can be fun, but the chat box can also be intimidating. How much is too much small talk? What’s a good way to make your intentions clear without being too direct? How long do you have to keep up the digital banter before you can just go on a damn date?

    Read more...

    ", + "category": "dating", + "link": "https://lifehacker.com/how-long-should-you-chat-on-a-dating-app-before-meeting-1848216276", + "creator": "Lindsey Ellefson", + "pubDate": "Wed, 15 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7bdc3f127ceb1d443ebb4793ec2e7c8" + "hash": "fa3621f684a46c9c50bb3fb85b0cf2c5" }, { - "title": "Kentucky tornadoes: 100-year-old church destroyed in seconds", - "description": "The BBC's Nomia Iqbal shows us the ruins of the Mayfield First United Methodist Church in Kentucky.", - "content": "The BBC's Nomia Iqbal shows us the ruins of the Mayfield First United Methodist Church in Kentucky.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59631837?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 22:25:36 GMT", + "title": "Why You Should Never Put Eggshells Back in the Carton", + "description": "

    Whenever you’re cooking or baking with eggs, good food safety practices are of the utmost importance. Sometimes, though, laziness wins: At one point or another, most of us have set a spent eggshell back in the carton rather than finding a more appropriate receptacle. Even if you’ve never sent anybody to the hospital…

    Read more...

    ", + "content": "

    Whenever you’re cooking or baking with eggs, good food safety practices are of the utmost importance. Sometimes, though, laziness wins: At one point or another, most of us have set a spent eggshell back in the carton rather than finding a more appropriate receptacle. Even if you’ve never sent anybody to the hospital…

    Read more...

    ", + "category": "carton", + "link": "https://lifehacker.com/why-you-should-never-put-eggshells-back-in-the-carton-1848215758", + "creator": "A.A. Newton", + "pubDate": "Wed, 15 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51c13c3ac58fe30824d28f770f397574" + "hash": "433cde83d0e71365f265f3d8a483adee" }, { - "title": "Howard University: Why these students slept out in tents on campus for weeks", - "description": "After reports of mould and rodents in dorms, protesters at Howard University took over a campus building.", - "content": "After reports of mould and rodents in dorms, protesters at Howard University took over a campus building.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59613217?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 00:01:25 GMT", + "title": "How to Pass on Your iPhone Data After You Die", + "description": "

    Our digital lives are heavily intertwined with our “real” lives, and Apple is finally starting to acknowledge that. The data that lives in our iCloud accounts is not only important to us, but also to our family members. Now, there’s a way for our loved ones to access our digital data when we no longer can.

    Read more...

    ", + "content": "

    Our digital lives are heavily intertwined with our “real” lives, and Apple is finally starting to acknowledge that. The data that lives in our iCloud accounts is not only important to us, but also to our family members. Now, there’s a way for our loved ones to access our digital data when we no longer can.

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/how-to-pass-on-your-iphone-data-after-you-die-1848213939", + "creator": "Khamosh Pathak", + "pubDate": "Wed, 15 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55dfda5032a7875da1bf0b7653690ca7" + "hash": "29d067d4ffbf272e65921044a562cffe" }, { - "title": "Amazon criticised over safety at tornado-hit warehouse", - "description": "The firm said events happened quickly at the Illinois site and it was \"deeply saddened\" by the deaths.", - "content": "The firm said events happened quickly at the Illinois site and it was \"deeply saddened\" by the deaths.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59641784?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 23:34:15 GMT", + "title": "How to Be Completely Heinous (or Surprisingly Classy) at Your Next Ugly Sweater Party", + "description": "

    The annual tradition of picking out garish sweaters for a holiday party is past its cultural sell-by date, but maybe your friends or bosses haven’t received the memo. If you’ve been invited to an ugly sweater party this year, here are some thoughts on how to navigate it.

    Read more...

    ", + "content": "

    The annual tradition of picking out garish sweaters for a holiday party is past its cultural sell-by date, but maybe your friends or bosses haven’t received the memo. If you’ve been invited to an ugly sweater party this year, here are some thoughts on how to navigate it.

    Read more...

    ", + "category": "etsy", + "link": "https://lifehacker.com/how-to-be-completely-heinous-or-surprisingly-classy-a-1848216116", + "creator": "Stephen Johnson", + "pubDate": "Wed, 15 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "afb8d1a03c6c6ca4135ac7716774f1b9" + "hash": "2a69e1c6c225d198fbb7bf3cc8cfa655" }, { - "title": "Two detained after UK boat's fatal collision off Sweden", - "description": "One person is dead and one missing on a Danish boat after a collision with a UK vessel off Sweden.", - "content": "One person is dead and one missing on a Danish boat after a collision with a UK vessel off Sweden.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59633882?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 16:56:03 GMT", + "title": "The Fail-Proof Way to Lattice Your Pie Crust", + "description": "

    After a holiday meal so gigantic that only stretchy pants will do, there remains one dish that everyone looks forward to: pie. There’s pumpkin pie and pecan pie but, oh, that fruit pie. Apple, Cherry, Blueberry, Cran-apple?! Nothing is more impressive than a sugar-studded, perfectly woven lattice crust, but you balk…

    Read more...

    ", + "content": "

    After a holiday meal so gigantic that only stretchy pants will do, there remains one dish that everyone looks forward to: pie. There’s pumpkin pie and pecan pie but, oh, that fruit pie. Apple, Cherry, Blueberry, Cran-apple?! Nothing is more impressive than a sugar-studded, perfectly woven lattice crust, but you balk…

    Read more...

    ", + "category": "lattice", + "link": "https://lifehacker.com/the-fail-proof-way-to-lattice-your-pie-crust-1848209585", + "creator": "Allie Chanthorn Reinmann", + "pubDate": "Wed, 15 Dec 2021 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4e224a4d7cca075a56a66735ac321c81" + "hash": "35cfda0dc7b7c7ca10f2e7c6b3f0e823" }, { - "title": "Larry Nassar abuse survivors to receive $380m settlement", - "description": "Hundreds of women abused by the ex-US gymnastics team doctor reach a settlement with USA Gymnastics.", - "content": "Hundreds of women abused by the ex-US gymnastics team doctor reach a settlement with USA Gymnastics.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59645647?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 20:58:36 GMT", + "title": "What to Do When Someone's Having a Heart Attack, so You're Not Carrie Bradshaw", + "description": "

    Spoilers ahead for And Just Like That…, the Sex and the City reboot on HBO Max, although this news has been hard to ignore whether or not you even watch the show.

    Read more...

    ", + "content": "

    Spoilers ahead for And Just Like That…, the Sex and the City reboot on HBO Max, although this news has been hard to ignore whether or not you even watch the show.

    Read more...

    ", + "category": "carrie fucking bradshaw", + "link": "https://lifehacker.com/what-to-do-when-someones-having-a-heart-attack-so-your-1848215254", + "creator": "Meredith Dietz", + "pubDate": "Tue, 14 Dec 2021 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1573dd3ebc545e575a51065fa313ebdb" + "hash": "256898f62e43bb6818583bc3534e262b" }, { - "title": "Srinagar: Three dead, 11 injured in militant attack on police bus", - "description": "Three militants fired at a bus carrying policemen in capital Srinagar on Monday, officials said.", - "content": "Three militants fired at a bus carrying policemen in capital Srinagar on Monday, officials said.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59647425?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 08:27:28 GMT", + "title": "Why You Should Enable Fall Protection on Your Apple Watch, Even If You're Young", + "description": "

    The Apple Watch is an excellent health tool. It tracks your steps, keeps count of your expended calories, and helps you check in on your heart rate. While many of its excellent features work out of the box, one option is often turned off by default, and it’s the one option that could very well save someone’s life.

    Read more...

    ", + "content": "

    The Apple Watch is an excellent health tool. It tracks your steps, keeps count of your expended calories, and helps you check in on your heart rate. While many of its excellent features work out of the box, one option is often turned off by default, and it’s the one option that could very well save someone’s life.

    Read more...

    ", + "category": "apple watch", + "link": "https://lifehacker.com/why-you-should-enable-fall-protection-on-your-apple-wat-1848212497", + "creator": "Jake Peterson", + "pubDate": "Tue, 14 Dec 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5010feecc5a23f57273ea6acbf9ea701" + "hash": "7dd71470b985bf9ee49ee73c883a5b7b" }, { - "title": "Canada offers up to $40bn to compensate indigenous children", - "description": "It comes after a lengthy legal battle over the abuse of native children held in government care.", - "content": "It comes after a lengthy legal battle over the abuse of native children held in government care.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59602955?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 00:29:07 GMT", + "title": "Why You Should Stop Using the Phrase 'Master Bedroom'", + "description": "

    Fans of TV shows featuring house-hunting, flipping, flopping, or home improvement may have noticed a new term popping up in more recent episodes: “primary bedroom.” It’s also slowly becoming the norm in real estate descriptions, and even if the term is unfamiliar at first, context clues will tell you that “primary…

    Read more...

    ", + "content": "

    Fans of TV shows featuring house-hunting, flipping, flopping, or home improvement may have noticed a new term popping up in more recent episodes: “primary bedroom.” It’s also slowly becoming the norm in real estate descriptions, and even if the term is unfamiliar at first, context clues will tell you that “primary…

    Read more...

    ", + "category": "bedroom", + "link": "https://lifehacker.com/why-you-should-stop-using-the-phrase-master-bedroom-1848204457", + "creator": "Elizabeth Yuko", + "pubDate": "Tue, 14 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d368b6058b0cf3e2a7e72afaf8126633" + "hash": "be1350860d73d41e1f33ce5a4363d6cd" }, { - "title": "Pentagon: No US troops to be punished for Afghan drone strike", - "description": "It follows a Pentagon review of the attack that killed an aid worker and nine of his family members.", - "content": "It follows a Pentagon review of the attack that killed an aid worker and nine of his family members.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59647065?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 02:14:01 GMT", + "title": "How to Finally Disable Auto Macro Mode on iPhone 13 Pro", + "description": "

    Apple pulled off a neat trick on the iPhone 13 Pro and 13 Pro Max; it added a surprisingly good Macro mode to the Camera app, without even adding a separate Macro camera (like Android phones do). The Camera app automatically switches to a cropped version of the Ultra-Wide camera once you got closer to an object.…

    Read more...

    ", + "content": "

    Apple pulled off a neat trick on the iPhone 13 Pro and 13 Pro Max; it added a surprisingly good Macro mode to the Camera app, without even adding a separate Macro camera (like Android phones do). The Camera app automatically switches to a cropped version of the Ultra-Wide camera once you got closer to an object.…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/how-to-finally-disable-auto-macro-mode-on-iphone-13-pro-1848213448", + "creator": "Khamosh Pathak", + "pubDate": "Tue, 14 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ade87b073daa06d847265dd361e6a48" + "hash": "ae2b31be62b4cb0721d9150cc2c1f006" }, { - "title": "Global supply chain: Toyota extends Japan production stoppages", - "description": "The carmaker said components plants in South East Asia had faced disruptions due to the pandemic.", - "content": "The carmaker said components plants in South East Asia had faced disruptions due to the pandemic.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59646699?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 04:31:34 GMT", + "title": "The Best Warm Winter Cocktails That Aren't the Same Old Hot Toddy", + "description": "

    Warm cocktails are tricky for me. I have an overactive internal furnace, and hot ethanol tends to waft in an aggressive manner. (I even chill my mulled port.) But, at lest once a holiday season, when I’m nice and high on nostalgia, I give into the warming promise of a toddy, a mulled something, or a boozy coffee, and…

    Read more...

    ", + "content": "

    Warm cocktails are tricky for me. I have an overactive internal furnace, and hot ethanol tends to waft in an aggressive manner. (I even chill my mulled port.) But, at lest once a holiday season, when I’m nice and high on nostalgia, I give into the warming promise of a toddy, a mulled something, or a boozy coffee, and…

    Read more...

    ", + "category": "liquids", + "link": "https://lifehacker.com/the-best-warm-winter-cocktails-that-arent-the-same-old-1848214317", + "creator": "Claire Lower", + "pubDate": "Tue, 14 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a60973b03df603bf3c463f88ce0180cb" + "hash": "5f7bb8db3e8288b906ab27779c4105e5" }, { - "title": "Kim Kardashian passes California 'baby bar' law exam", - "description": "The reality TV star and businesswoman says \"don't ever give up\" after passing on her fourth attempt.", - "content": "The reality TV star and businesswoman says \"don't ever give up\" after passing on her fourth attempt.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59642262?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 19:05:05 GMT", + "title": "Lifehacker Is Hiring a Personal Finance Writer", + "description": "

    Lifehacker is looking for a Senior Finance Writer, which means we’re looking for a particular kind of person: Our finance writers cover specialized topics, but those topics need to be explained in an approachable, down-to-earth way. In other words, you’re not writing for the Financial fucking Times, and you should be…

    Read more...

    ", + "content": "

    Lifehacker is looking for a Senior Finance Writer, which means we’re looking for a particular kind of person: Our finance writers cover specialized topics, but those topics need to be explained in an approachable, down-to-earth way. In other words, you’re not writing for the Financial fucking Times, and you should be…

    Read more...

    ", + "category": "lifehacker", + "link": "https://lifehacker.com/lifehacker-is-hiring-a-personal-finance-writer-1848213371", + "creator": "Jordan Calhoun", + "pubDate": "Tue, 14 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15121c64e448eaf7112fdab02e840f01" + "hash": "c2325f971e7c10ba629e3e5f096f7734" }, { - "title": "How to make electricity for your neighbours", - "description": "Sick of waiting for electricity to reach his home, a Kenyan man built his own power plant", - "content": "Sick of waiting for electricity to reach his home, a Kenyan man built his own power plant", - "category": "", - "link": "https://www.bbc.co.uk/news/stories-59635134?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 01:14:09 GMT", + "title": "The Best of 404PageFound, and Other Primitive '90s Websites That Still Exist", + "description": "

    The idea that once something hits the internet, it’s there forever, isn’t true. Things disappear from the internet all the time, from once-thriving online communities being killed when their hosting company goes under, to publications that have their archives wiped, to personal sites that vanish when their owners stop…

    Read more...

    ", + "content": "

    The idea that once something hits the internet, it’s there forever, isn’t true. Things disappear from the internet all the time, from once-thriving online communities being killed when their hosting company goes under, to publications that have their archives wiped, to personal sites that vanish when their owners stop…

    Read more...

    ", + "category": "world wide web", + "link": "https://lifehacker.com/the-best-of-404pagefound-and-other-primitive-90s-websi-1848208541", + "creator": "Stephen Johnson", + "pubDate": "Tue, 14 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a6c6d18d823b6c32ce8effd74bdfda14" + "hash": "1b60500eccddaef35fe675df144dc049" }, { - "title": "Golden Globes: Belfast and The Power of the Dog lead field for troubled awards", - "description": "The Power of the Dog, starring Benedict Cumberbatch, and Sir Kenneth Branagh's Belfast lead the race.", - "content": "The Power of the Dog, starring Benedict Cumberbatch, and Sir Kenneth Branagh's Belfast lead the race.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59635607?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 15:21:08 GMT", + "title": "14 Korean Movies to Watch Before an American Remake Ruins Them", + "description": "

    To quote Parasite director Bong Joon-Ho, “...once you overcome the 1-inch tall barrier of subtitles, you will be introduced to so many more amazing films.”

    Fortunately, in the streaming area, a great many of those amazing films are more readily available than ever before—certainly there’s no shortage of great films…

    Read more...

    ", + "content": "

    To quote Parasite director Bong Joon-Ho, “...once you overcome the 1-inch tall barrier of subtitles, you will be introduced to so many more amazing films.”

    Fortunately, in the streaming area, a great many of those amazing films are more readily available than ever before—certainly there’s no shortage of great films…

    Read more...

    ", + "category": "cinema of south korea", + "link": "https://lifehacker.com/14-korean-movies-to-watch-before-an-american-remake-rui-1848207126", + "creator": "Ross Johnson", + "pubDate": "Tue, 14 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74ba2357254720aaffa87eba922235df" + "hash": "3bcb3478fdcdaf6cfbee415e6e6091bc" }, { - "title": "Kentucky tornadoes: Rebuilding lives from 'hell on Earth'", - "description": "Residents in the US state are sifting through the rubble that was once a town.", - "content": "Residents in the US state are sifting through the rubble that was once a town.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59632356?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 05:38:40 GMT", + "title": "How to Tell If You're Getting Bad Advice at the Hardware Store", + "description": "

    If you’re looking for some help from a hardware store employee, the advice you get can vary depending on the knowledge and experience of the person helping you. Most of the time, salespeople at hardware stores will offer good-intentioned suggestions, but sometimes even advice made with the best of intentions can be…

    Read more...

    ", + "content": "

    If you’re looking for some help from a hardware store employee, the advice you get can vary depending on the knowledge and experience of the person helping you. Most of the time, salespeople at hardware stores will offer good-intentioned suggestions, but sometimes even advice made with the best of intentions can be…

    Read more...

    ", + "category": "advice", + "link": "https://lifehacker.com/how-to-tell-if-youre-getting-bad-advice-at-the-hardware-1848187465", + "creator": "Becca Lewis", + "pubDate": "Tue, 14 Dec 2021 17:02:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75cc8404b8bd9322e28b258e5960969e" + "hash": "49ddd0862ac15cc21814ff20d8b85b84" }, { - "title": "Srinagar: Two dead, 14 injured in attack on police bus", - "description": "Militants attacked a bus carrying policemen in Srinagar city on Monday evening, officials said.", - "content": "Militants attacked a bus carrying policemen in Srinagar city on Monday evening, officials said.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59647425?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 03:54:42 GMT", + "title": "How to Make the Best Vegetarian Charcuterie Board You've Ever Had", + "description": "

    Charcuterie boards are fantastic in a million ways, whether it’s taking one on a camping trip, assembling one for your kids’ lunch, hosting a party, a last-minute dinner when you’re too tired to cook, or even giving one as a Valentine’s Day gift. The classics are classics for a reason, and charcuterie boards are no…

    Read more...

    ", + "content": "

    Charcuterie boards are fantastic in a million ways, whether it’s taking one on a camping trip, assembling one for your kids’ lunch, hosting a party, a last-minute dinner when you’re too tired to cook, or even giving one as a Valentine’s Day gift. The classics are classics for a reason, and charcuterie boards are no…

    Read more...

    ", + "category": "salt and pepper", + "link": "https://lifehacker.com/how-to-make-the-best-vegetarian-charcuterie-board-youve-1848211309", + "creator": "Rachel Fairbank", + "pubDate": "Tue, 14 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68c31dad24d6f89033c89d94b60055aa" + "hash": "82f82663334fa0e248cd196538b857be" }, { - "title": "Kentucky tornadoes: Race to find missing in flattened US towns", - "description": "Search efforts continue as families await news of loved ones following Kentucky's deadly tornadoes.", - "content": "Search efforts continue as families await news of loved ones following Kentucky's deadly tornadoes.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59637898?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 15:18:09 GMT", + "title": "How to Check Your Internet Speed Directly in macOS Monterey", + "description": "

    If you want to check how fast (or slow) your internet is, the usual method is to go to speedtest.net, fast.com, or any of the bajillion other internet speed test sites. But if you have a Mac running macOS Monterey, you don’t need to visit any website to check your internet speed. There’s now a built-in tool in macOS,…

    Read more...

    ", + "content": "

    If you want to check how fast (or slow) your internet is, the usual method is to go to speedtest.net, fast.com, or any of the bajillion other internet speed test sites. But if you have a Mac running macOS Monterey, you don’t need to visit any website to check your internet speed. There’s now a built-in tool in macOS,…

    Read more...

    ", + "category": "macos", + "link": "https://lifehacker.com/how-to-check-your-internet-speed-directly-in-macos-mont-1848211312", + "creator": "Pranay Parab", + "pubDate": "Tue, 14 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "980d32456a9f4f64521f93aedd887ece" + "hash": "5920a207ea71348bb1c43916e7db2fa5" }, { - "title": "'It's the definition of hell on Earth'", - "description": "Residents in the US state are sifting through the rubble that was once a town.", - "content": "Residents in the US state are sifting through the rubble that was once a town.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59632356?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 05:38:40 GMT", + "title": "The Most Powerful Passport in the World, and Other Things You Don't Know About Your Little Travel Booklet", + "description": "

    Of course you need a passport to cross international borders, but they’re more than a required travel document: They keep track of your globetrotting, and there’s nuance to both the design of your passport booklet and the access it provides. Here are 12 interesting facts you may not know about your passport.

    Read more...

    ", + "content": "

    Of course you need a passport to cross international borders, but they’re more than a required travel document: They keep track of your globetrotting, and there’s nuance to both the design of your passport booklet and the access it provides. Here are 12 interesting facts you may not know about your passport.

    Read more...

    ", + "category": "canadian passport", + "link": "https://lifehacker.com/the-most-powerful-passport-in-the-world-and-other-thin-1848210861", + "creator": "Emily Long", + "pubDate": "Tue, 14 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df74d09e9197c691efdea0e2dcd01f21" + "hash": "064f737d83b342fff8d95ad32ed07d28" }, { - "title": "Italy: Seven dead as rescuers find bodies in Sicily blast", - "description": "Rescuers are still searching for two missing people in the rubble of four collapsed buildings.", - "content": "Rescuers are still searching for two missing people in the rubble of four collapsed buildings.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59636399?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 11:12:58 GMT", + "title": "How to Explain to Your Kids Why You Celebrate Christmas When You Aren't Religious", + "description": "

    One of the big shifts between our parents’ generation and ours is the increasing number of families who are choosing to raise their children without religious beliefs. In a 2019 survey that was conducted by the American Enterprise Institute, only 42% of families with children under the age of 18 report attending…

    Read more...

    ", + "content": "

    One of the big shifts between our parents’ generation and ours is the increasing number of families who are choosing to raise their children without religious beliefs. In a 2019 survey that was conducted by the American Enterprise Institute, only 42% of families with children under the age of 18 report attending…

    Read more...

    ", + "category": "christmas", + "link": "https://lifehacker.com/how-to-explain-to-your-kids-why-you-celebrate-christmas-1848202356", + "creator": "Rachel Fairbank", + "pubDate": "Tue, 14 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f8216515b20635f19e4e79d40ebebadf" + "hash": "f3abc7b7f83e6a89b1b490bfd173a0fd" }, { - "title": "Canada apologises for 'scourge' of military sexual misconduct", - "description": "Eleven of Canada's top brass have been removed from their posts in connection with sexual misconduct.", - "content": "Eleven of Canada's top brass have been removed from their posts in connection with sexual misconduct.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59632657?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 20:32:46 GMT", + "title": "10 of the Best Android Apps of 2021, According to Google", + "description": "

    Got an Android device? If so, Google’s got a great selection of apps and games for you to check out. At the end of each year, both Apple and Google award the best apps and games on their respective app stores. (If you have an iPhone, you should check out our best-of Apple list.) And if you haven’t had the time to try…

    Read more...

    ", + "content": "

    Got an Android device? If so, Google’s got a great selection of apps and games for you to check out. At the end of each year, both Apple and Google award the best apps and games on their respective app stores. (If you have an iPhone, you should check out our best-of Apple list.) And if you haven’t had the time to try…

    Read more...

    ", + "category": "google", + "link": "https://lifehacker.com/10-of-the-best-android-apps-of-2021-according-to-googl-1848205308", + "creator": "Pranay Parab", + "pubDate": "Tue, 14 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f754fa38b2a434a96a7ce153f4488838" + "hash": "338f2a4905e4b1fe67fa738abbca4c9c" }, { - "title": "Russia explosion: Teen detonates device at Orthodox convent school", - "description": "A number of people were injured after the blast at an Orthodox school near a nunnery outside Moscow.", - "content": "A number of people were injured after the blast at an Orthodox school near a nunnery outside Moscow.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59636123?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:43:48 GMT", + "title": "These Sous Vide Eggs Will Make Your Christmas Morning Merrier (and Easier)", + "description": "

    On Christmas morning breakfast should be fairly hands-off and immensely forgivable, which is why I usually favor a combination of out-of-a-tube cinnamon rolls and bacon or a bag of sausage biscuits from McDonald’s. I realize, however, that some red-blooded Americans need eggs to get their day going, even if that day…

    Read more...

    ", + "content": "

    On Christmas morning breakfast should be fairly hands-off and immensely forgivable, which is why I usually favor a combination of out-of-a-tube cinnamon rolls and bacon or a bag of sausage biscuits from McDonald’s. I realize, however, that some red-blooded Americans need eggs to get their day going, even if that day…

    Read more...

    ", + "category": "sous vide", + "link": "https://lifehacker.com/these-sous-vide-eggs-will-make-your-christmas-morning-m-1848208409", + "creator": "Claire Lower", + "pubDate": "Tue, 14 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89bdde5f50d9a610a8356424d9aff9c4" + "hash": "71070c0bfde955a1bdc035e4821b62a1" }, { - "title": "Koffi Olomidé cleared of rape but convicted of holding dancers", - "description": "A French court clears Koffi Olomidé of rape but convicts him of holding four dancers against their will.", - "content": "A French court clears Koffi Olomidé of rape but convicts him of holding four dancers against their will.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59645081?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 19:27:42 GMT", + "title": "Don’t Become a Victim of This TSA PreCheck Scam", + "description": "

    The 2020 holiday season was no picnic, but it looks like 2021 will have its own challenges. Although vaccines are available for the vast majority of Americans who want them, we are still very much in the middle of a global pandemic, battling the latest new, concerning variant. Although things don’t quite look like we…

    Read more...

    ", + "content": "

    The 2020 holiday season was no picnic, but it looks like 2021 will have its own challenges. Although vaccines are available for the vast majority of Americans who want them, we are still very much in the middle of a global pandemic, battling the latest new, concerning variant. Although things don’t quite look like we…

    Read more...

    ", + "category": "tsa precheck", + "link": "https://lifehacker.com/don-t-become-a-victim-of-this-tsa-precheck-scam-1848204454", + "creator": "Elizabeth Yuko", + "pubDate": "Tue, 14 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ec6573e098954702b57620f04031080" + "hash": "6db3e1da8df9e377fa39449859519e80" }, { - "title": "Inger Stoejberg: Jail for Danish ex-minister for asylum separations", - "description": "Inger Stoejberg faces 60 days in prison for separating young asylum-seeking couples in 2016.", - "content": "Inger Stoejberg faces 60 days in prison for separating young asylum-seeking couples in 2016.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59636124?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:44:01 GMT", + "title": "11 of the Weirdest Christmas Traditions We Should Absolutely Bring Back", + "description": "

    If a straight-up snitch like the Elf on the Shelf can become a holiday mainstay, literally anything can—and many stranger things have. I’m here to argue that the following activities, ideas, and traditions that were once annual winter traditions somewhere, can be again if we all believe hard enough. And believe, I do.

    Read more...

    ", + "content": "

    If a straight-up snitch like the Elf on the Shelf can become a holiday mainstay, literally anything can—and many stranger things have. I’m here to argue that the following activities, ideas, and traditions that were once annual winter traditions somewhere, can be again if we all believe hard enough. And believe, I do.

    Read more...

    ", + "category": "traditions", + "link": "https://lifehacker.com/11-of-the-weirdest-christmas-traditions-we-should-absol-1848189392", + "creator": "Stephen Johnson", + "pubDate": "Tue, 14 Dec 2021 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14bf624291a6d1acd0e01b8596a9e6b6" + "hash": "5be182eeb1e992ac907aca9ca2322fb2" }, { - "title": "France resists US challenge to its values", - "description": "The government is fighting back at what it sees as imported cultural ideas from the UK and US.", - "content": "The government is fighting back at what it sees as imported cultural ideas from the UK and US.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59584125?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 00:20:39 GMT", + "title": "We Present to You a Ridiculous Number of Ways to Use Old Socks (Other Than That One, You Perv)", + "description": "

    Socks may come into this world as a pair, but they almost always leave this world alone. Luckily, you don’t necessarily need to toss out socks that are missing their perfect match, or stretched-out, or threadbare, or hole-y. From cleaning your home to craft supplies for your kids, there are plenty of ingenious ways to…

    Read more...

    ", + "content": "

    Socks may come into this world as a pair, but they almost always leave this world alone. Luckily, you don’t necessarily need to toss out socks that are missing their perfect match, or stretched-out, or threadbare, or hole-y. From cleaning your home to craft supplies for your kids, there are plenty of ingenious ways to…

    Read more...

    ", + "category": "socks", + "link": "https://lifehacker.com/we-present-to-you-a-ridiculous-number-of-ways-to-use-ol-1848207919", + "creator": "Meredith Dietz", + "pubDate": "Mon, 13 Dec 2021 22:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cfab3ca07a0c0e1f590077c5a49a29c2" + "hash": "15c20213d48ee8496d442a7337f166aa" }, { - "title": "Omicron: India aims to avoid 'pandemic roulette'", - "description": "A virology institute boss says India will see a third wave \"depending on how warmly we invite it\".", - "content": "A virology institute boss says India will see a third wave \"depending on how warmly we invite it\".", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59612846?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 23:41:39 GMT", + "title": "How to Count 'One Mississippi' Around the World", + "description": "

    I know I’m not the only one who learned to count “one Mississippi, two Mississippi” as a kid. The idea, of course, is that when you insert those words between your numbers, the pace of your counting will roughly match the seconds on a clock. But Mississippi can’t be universal around the world, can it? A redditor asked…

    Read more...

    ", + "content": "

    I know I’m not the only one who learned to count “one Mississippi, two Mississippi” as a kid. The idea, of course, is that when you insert those words between your numbers, the pace of your counting will roughly match the seconds on a clock. But Mississippi can’t be universal around the world, can it? A redditor asked…

    Read more...

    ", + "category": "motherfucker", + "link": "https://lifehacker.com/how-to-count-one-mississippi-around-the-world-1848205496", + "creator": "Beth Skwarecki", + "pubDate": "Mon, 13 Dec 2021 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e3a0b3c83d46cdcfdc5c6e945f976779" + "hash": "f10acfe28c93a32d12c55fc9b319cacc" }, { - "title": "Mexico truck crash: 'I woke up 50 metres from the truck'", - "description": "A survivor of a crash that killed 54 speaks to the BBC about the people who did not survive.", - "content": "A survivor of a crash that killed 54 speaks to the BBC about the people who did not survive.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59620096?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:02:48 GMT", + "title": "Do You Need a 'Vacation Ring'?", + "description": "

    If you’ve got one, it’s probably your most expensive piece of jewelry: That gleaming stone that says “I do” (or “I did”), that shimmering token of commitment you rarely take off, that bijou that cost some major coin—your engagement ring. Considering the average couple spent close to $4,000 on engagement rings in 2020

    Read more...

    ", + "content": "

    If you’ve got one, it’s probably your most expensive piece of jewelry: That gleaming stone that says “I do” (or “I did”), that shimmering token of commitment you rarely take off, that bijou that cost some major coin—your engagement ring. Considering the average couple spent close to $4,000 on engagement rings in 2020

    Read more...

    ", + "category": "ring", + "link": "https://lifehacker.com/do-you-need-a-vacation-ring-1848206601", + "creator": "Sarah Showfety", + "pubDate": "Mon, 13 Dec 2021 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56457f58ca3117f6037ae98357acc580" + "hash": "01102ee94b3f7bbcd1a8ea60aeda8ba1" }, { - "title": "The Nigerian woman whose life changed when she visited a leprosy colony", - "description": "A Nigerian woman living in the US never imagined that leprosy still existed in her home country.", - "content": "A Nigerian woman living in the US never imagined that leprosy still existed in her home country.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59578223?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:35:37 GMT", + "title": "A Beginner's Guide to Making the Perfect Peanut Brittle", + "description": "

    When it comes to candy making, I tend to favor confections that can be made without a candy thermometer, and ideally in the microwave. Haystacks, cheater’s fudge, lazy caramels, and gin balls are a few of my favorites treats to make, eat, and give, but this year I’m adding peanut brittle to my repertoire (and to my…

    Read more...

    ", + "content": "

    When it comes to candy making, I tend to favor confections that can be made without a candy thermometer, and ideally in the microwave. Haystacks, cheater’s fudge, lazy caramels, and gin balls are a few of my favorites treats to make, eat, and give, but this year I’m adding peanut brittle to my repertoire (and to my…

    Read more...

    ", + "category": "peanut", + "link": "https://lifehacker.com/a-beginners-guide-to-making-the-perfect-peanut-brittle-1848206701", + "creator": "Claire Lower", + "pubDate": "Mon, 13 Dec 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13033b23949382c3a47061a38e32f103" + "hash": "f3feb51791db77d4b256904407a6870d" }, { - "title": "The priests navigating Colombia's conflict zones", - "description": "Catholic clergy are sometimes the only ones who can access areas where armed groups are active.", - "content": "Catholic clergy are sometimes the only ones who can access areas where armed groups are active.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59506656?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:31:54 GMT", + "title": "How to Avoid Hooking Up With an Ex Over the Holidays", + "description": "

    Whether you’re heading back to your hometown like a Hallmark movie or just feeling lonely in general, the holidays are a prime time for that creeping feeling that you ought to text your ex and see what they’re up to. It’s easy enough to get lost in nostalgia about good holiday seasons past and wish you had that old…

    Read more...

    ", + "content": "

    Whether you’re heading back to your hometown like a Hallmark movie or just feeling lonely in general, the holidays are a prime time for that creeping feeling that you ought to text your ex and see what they’re up to. It’s easy enough to get lost in nostalgia about good holiday seasons past and wish you had that old…

    Read more...

    ", + "category": "mariah carey", + "link": "https://lifehacker.com/how-to-avoid-hooking-up-with-an-ex-over-the-holidays-1848205347", + "creator": "Lindsey Ellefson", + "pubDate": "Mon, 13 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4658174def7973b00485fe4d84e0592f" + "hash": "682c35529f54b86c57d6d70aea806c25" }, { - "title": "Meth and heroin fuel Afghanistan drugs boom", - "description": "With a collapsing economy and severe drought, Afghanistan’s drug trade is on the rise.", - "content": "With a collapsing economy and severe drought, Afghanistan’s drug trade is on the rise.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59608474?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:18:07 GMT", + "title": "16 of the Best iOS 15.2 Feature Updates Worth Knowing About", + "description": "

    As the year comes to a close, Apple has one last surprise for all of us. No, it’s not another Apple event—it’s a new point release for iPhone and iPad. iOS 15.2 and iPadOS 15.2 dropped today, and they finally bring some of the features that were first promised to us in June 2021 at WWDC, even if there’s still no sign…

    Read more...

    ", + "content": "

    As the year comes to a close, Apple has one last surprise for all of us. No, it’s not another Apple event—it’s a new point release for iPhone and iPad. iOS 15.2 and iPadOS 15.2 dropped today, and they finally bring some of the features that were first promised to us in June 2021 at WWDC, even if there’s still no sign…

    Read more...

    ", + "category": "ios", + "link": "https://lifehacker.com/16-of-the-best-ios-15-2-feature-updates-worth-knowing-a-1848199396", + "creator": "Khamosh Pathak", + "pubDate": "Mon, 13 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bda94d028661659be0573e42e2270c89" + "hash": "78cf4712523c03539b0df760ce2f2bc3" }, { - "title": "Your pictures on the theme of 'misty mornings'", - "description": "A selection of striking images from our readers around the world.", - "content": "A selection of striking images from our readers around the world.", - "category": "", - "link": "https://www.bbc.co.uk/news/in-pictures-59577949?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:13:28 GMT", + "title": "How to (Legally) Cut Down Your Own Christmas Tree in a National Forest", + "description": "

    If you’re planning on bringing a live evergreen tree into your home to celebrate the holiday season (and haven’t already done so), you may find that the pickings are slim at the usual spots (like street corners, otherwise vacant lots, and dedicated Christmas tree farms). But even if that’s not the case, you may be…

    Read more...

    ", + "content": "

    If you’re planning on bringing a live evergreen tree into your home to celebrate the holiday season (and haven’t already done so), you may find that the pickings are slim at the usual spots (like street corners, otherwise vacant lots, and dedicated Christmas tree farms). But even if that’s not the case, you may be…

    Read more...

    ", + "category": "tree", + "link": "https://lifehacker.com/how-to-legally-cut-down-your-own-christmas-tree-in-a-1848204151", + "creator": "Elizabeth Yuko", + "pubDate": "Mon, 13 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "648e7a45baa8b850fb85129b1522ee94" + "hash": "d6b89f35596a05d1d42e65cc465a7a4a" }, { - "title": "Kentucky tornadoes: Man returns to destroyed home", - "description": "This survivor shows us what's left of his house - and what he was able to retrieve from the rubble.", - "content": "This survivor shows us what's left of his house - and what he was able to retrieve from the rubble.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59632355?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 02:13:45 GMT", + "title": "How to Use the Hidden Flight Tracker in iPhone Messages", + "description": "

    ‘Tis the season for busy airports and massive flight delays, which can cause major headaches when you’re traveling to visit family and friends. But if you and your loved ones have iMessage, you actually don’t need an airline app, a flight tracking app, or even the ability to Google to figure out if your flight is off…

    Read more...

    ", + "content": "

    ‘Tis the season for busy airports and massive flight delays, which can cause major headaches when you’re traveling to visit family and friends. But if you and your loved ones have iMessage, you actually don’t need an airline app, a flight tracking app, or even the ability to Google to figure out if your flight is off…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/how-to-use-the-hidden-flight-tracker-in-iphone-messages-1848205414", + "creator": "Emily Long", + "pubDate": "Mon, 13 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f758357cd4ab61b560e27aa49db2f83" + "hash": "690fd4b9769e9b7726d927e44eee976e" }, { - "title": "Aerials show aftermath of deadly Kentucky tornadoes", - "description": "More than 70 people died in Kentucky in Friday night's storms, including dozens in a candle factory.", - "content": "More than 70 people died in Kentucky in Friday night's storms, including dozens in a candle factory.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59623946?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:55:15 GMT", + "title": "Don't Drink These Coke, Sprite, and Minute Maid Cans That May Be Contaminated With Metal", + "description": "

    Attention soda and juice drinkers: If that beverage you’re about to crack open is a Coca-Cola product, you’re going to want to check the label before taking a sip. That’s because some Minute Maid juices, Sprite, and Coca-Cola are part of a company-issued recall.

    Read more...

    ", + "content": "

    Attention soda and juice drinkers: If that beverage you’re about to crack open is a Coca-Cola product, you’re going to want to check the label before taking a sip. That’s because some Minute Maid juices, Sprite, and Coca-Cola are part of a company-issued recall.

    Read more...

    ", + "category": "minute maid", + "link": "https://lifehacker.com/dont-drink-these-coke-sprite-and-minute-maid-cans-tha-1848204539", + "creator": "Elizabeth Yuko", + "pubDate": "Mon, 13 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "49d2917fb92e90f15a05371599f45889" + "hash": "5f6d5ecdaf295f3b441d5f18f7d841b5" }, { - "title": "Kentucky weatherman films tornado 'ground zero'", - "description": "Meteorologist Noah Bergren shows the BBC the \"utter devastation\" of the tornadoes in the town of Mayfield.", - "content": "Meteorologist Noah Bergren shows the BBC the \"utter devastation\" of the tornadoes in the town of Mayfield.", - "category": "", - "link": "https://www.bbc.co.uk/news/59623945?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 17:15:28 GMT", + "title": "38 Franchise Films, TV Shows, and Sequels Coming in 2022, Because We Keep Watching Them", + "description": "

    Remember that thing you like? From before? Well, it’s back.

    Read more...

    ", + "content": "

    Remember that thing you like? From before? Well, it’s back.

    Read more...

    ", + "category": "sam raimi", + "link": "https://lifehacker.com/38-franchise-tv-shows-films-and-sequels-coming-in-202-1848201629", + "creator": "Ross Johnson", + "pubDate": "Mon, 13 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c6341660813beae810cc90375dfbac4" + "hash": "4a29193c58ba060ed7a5dd76f3e08697" }, { - "title": "Tornado rips through Amazon warehouse: Drone footage shows destruction", - "description": "Tornadoes have ripped through several states killing dozens of people, authorities say.", - "content": "Tornadoes have ripped through several states killing dozens of people, authorities say.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59621245?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:20:57 GMT", + "title": "Christmas Trees, Stocking Stuffers, and Other Holiday Essentials You Can Order From Uber Eats", + "description": "

    Are you balancing your intake of Christmas cookies by ordering Uber Eats for tacos and Pad See Ew (my personal holiday tradition)? Well, you can now keep that app open to get some holiday shopping done, too. Here’s how you can use the food delivery service to shop for your holiday must-haves—including stocking…

    Read more...

    ", + "content": "

    Are you balancing your intake of Christmas cookies by ordering Uber Eats for tacos and Pad See Ew (my personal holiday tradition)? Well, you can now keep that app open to get some holiday shopping done, too. Here’s how you can use the food delivery service to shop for your holiday must-haves—including stocking…

    Read more...

    ", + "category": "uber eats", + "link": "https://lifehacker.com/christmas-trees-stocking-stuffers-and-other-holiday-e-1848205399", + "creator": "Meredith Dietz", + "pubDate": "Mon, 13 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e3ba7c3867fb0b98afe8e574667ef613" + "hash": "60516e0362ed2bcf55f7e384b42519d2" }, { - "title": "Harry Dunn crash: Anne Sacoolas to face Westminster magistrates", - "description": "Mrs Sacoolas returned to the US after diplomatic immunity was asserted on her behalf.", - "content": "Mrs Sacoolas returned to the US after diplomatic immunity was asserted on her behalf.", - "category": "", - "link": "https://www.bbc.co.uk/news/uk-england-northamptonshire-59643750?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 17:50:33 GMT", + "title": "What to Do If Someone Is Impersonating You on Instagram", + "description": "

    Is someone copying my Instagram? It’s a more common concern than you might think. Scammers sometimes impersonate legitimate accounts on Instagram to fool friends and family or catfish unsuspecting strangers. If you come across an account impersonating you or someone you know, you can take action and request the…

    Read more...

    ", + "content": "

    Is someone copying my Instagram? It’s a more common concern than you might think. Scammers sometimes impersonate legitimate accounts on Instagram to fool friends and family or catfish unsuspecting strangers. If you come across an account impersonating you or someone you know, you can take action and request the…

    Read more...

    ", + "category": "instagram", + "link": "https://lifehacker.com/what-to-do-if-someone-is-impersonating-you-on-instagram-1848195932", + "creator": "Shannon Flynn", + "pubDate": "Mon, 13 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9360324eef1f61674abe21bf4ae06de" + "hash": "60cbb1634bce0ac7aa7b1f3e074ca67d" }, { - "title": "Police and migrants clash outside Mexico City", - "description": "The migrant caravan has been slowly winding its way through Mexico to the United States border.", - "content": "The migrant caravan has been slowly winding its way through Mexico to the United States border.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59637370?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:30:20 GMT", + "title": "11 of the Best Christmas Plants That Aren't Poinsettias", + "description": "

    There are certain things in this world whose appeal is mysterious: Jake Paul. Caesar salads without anchovies. Dubstep. The popularity of the poinsettias plant this time of year is nearly as mysterious—their bright red and green coloring makes them absolutely ideal for the holidays, which explains why they’re easily…

    Read more...

    ", + "content": "

    There are certain things in this world whose appeal is mysterious: Jake Paul. Caesar salads without anchovies. Dubstep. The popularity of the poinsettias plant this time of year is nearly as mysterious—their bright red and green coloring makes them absolutely ideal for the holidays, which explains why they’re easily…

    Read more...

    ", + "category": "plants", + "link": "https://lifehacker.com/11-of-the-best-christmas-plants-that-arent-poinsettias-1848204518", + "creator": "Jeff Somers", + "pubDate": "Mon, 13 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "166d6b8560de4b0dfc6feabc9cc2ad8f" + "hash": "8b37408da3c2275cbe000b6dca6bb634" }, { - "title": "Israeli Prime Minister Bennett in first trip to UAE as Iran threat looms", - "description": "Naftali Bennett meets Abu Dhabi's crown prince at a time of rising tensions in the region.", - "content": "Naftali Bennett meets Abu Dhabi's crown prince at a time of rising tensions in the region.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59636279?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:47:23 GMT", + "title": "Make This Plant Pulley for Easier Watering", + "description": "

    Hanging plants are a great addition to your home, but watering them can be a hassle—especially if you have high ceilings. To save yourself the trouble, you can make a hanging system that allows you to lower plants easily to watering height and then raise them back up without any step stools required, and with no…

    Read more...

    ", + "content": "

    Hanging plants are a great addition to your home, but watering them can be a hassle—especially if you have high ceilings. To save yourself the trouble, you can make a hanging system that allows you to lower plants easily to watering height and then raise them back up without any step stools required, and with no…

    Read more...

    ", + "category": "environment", + "link": "https://lifehacker.com/make-this-plant-pulley-for-easier-watering-1848203878", + "creator": "Becca Lewis", + "pubDate": "Mon, 13 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc585506d63b32f214bab3a44994a505" + "hash": "9d7b4f00d8f69812d909df23bf6a7896" }, { - "title": "Cyril Ramaphosa: South Africa president being treated for Covid", - "description": "Cyril Ramaphosa started feeling unwell on Sunday and has delegated all responsibilities to his deputy.", - "content": "Cyril Ramaphosa started feeling unwell on Sunday and has delegated all responsibilities to his deputy.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59635277?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:37:05 GMT", + "title": "The Difference Between ‘Stick-and-Poke’ Tattoos vs. Machine Tattoos (and Why It Matters)", + "description": "

    While machine tattooing is considered the norm in the tattoo industry, another tattooing technique—the “stick-and-poke” method—is becoming increasingly popular. There are some similarities and differences between the two types of tattooing methods to consider before getting inked, and knowing the finer points of both…

    Read more...

    ", + "content": "

    While machine tattooing is considered the norm in the tattoo industry, another tattooing technique—the “stick-and-poke” method—is becoming increasingly popular. There are some similarities and differences between the two types of tattooing methods to consider before getting inked, and knowing the finer points of both…

    Read more...

    ", + "category": "tattooing", + "link": "https://lifehacker.com/the-difference-between-stick-and-poke-tattoos-vs-mac-1848195830", + "creator": "Shannon Flynn", + "pubDate": "Mon, 13 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9836076619b62d077d2231b44534b25b" + "hash": "5c831ce6d02b2c39bd538a3d31fc93d9" }, { - "title": "Hong Kong: Media tycoon Jimmy Lai gets 13 months jail for Tiananmen vigil", - "description": "Jimmy Lai, along with seven other activists, were given sentences ranging from four to 14 months.", - "content": "Jimmy Lai, along with seven other activists, were given sentences ranging from four to 14 months.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59632728?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 08:31:47 GMT", + "title": "A True-or-False Guide to the Online Rumors You’re Sure to Hear This Christmas", + "description": "

    The OG fact-checkers at Snopes have compiled the year’s best and worst holiday rumors, social media glurge, and questionable email forwards. Here’s a quick guide so you’ll know how to respond when they come across your aunt’s Facebook feed this holiday season.

    Read more...

    ", + "content": "

    The OG fact-checkers at Snopes have compiled the year’s best and worst holiday rumors, social media glurge, and questionable email forwards. Here’s a quick guide so you’ll know how to respond when they come across your aunt’s Facebook feed this holiday season.

    Read more...

    ", + "category": "christmas", + "link": "https://lifehacker.com/a-true-or-false-guide-to-the-online-rumors-you-re-sure-1848196648", + "creator": "Stephen Johnson", + "pubDate": "Mon, 13 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12c0f0c0f94d472791d92fadc0dbe58e" + "hash": "bd18d2dddfbab95411024efb334ca7e6" }, { - "title": "Vladimir Putin: I moonlighted as a taxi driver in the 1990s", - "description": "Russia's president says he had to top up his income during economic troubles when the USSR collapsed.", - "content": "Russia's president says he had to top up his income during economic troubles when the USSR collapsed.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59629670?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 23:13:45 GMT", + "title": "Choose Violence, Replace the Cereal in Your Rice Krispies Treats With Potato Chips", + "description": "

    As a kid, I couldn’t get enough of Rice Krispies treats. The gooey texture of marshmallows. The crunch of rice cereal. It was exactly what I wanted, and I wanted it all the time. This was hard, as I had parents who refused to allow them in the house.

    Read more...

    ", + "content": "

    As a kid, I couldn’t get enough of Rice Krispies treats. The gooey texture of marshmallows. The crunch of rice cereal. It was exactly what I wanted, and I wanted it all the time. This was hard, as I had parents who refused to allow them in the house.

    Read more...

    ", + "category": "rice krispies", + "link": "https://lifehacker.com/fuck-it-replace-the-cereal-in-your-rice-krispie-treats-1848195134", + "creator": "Rachel Fairbank", + "pubDate": "Mon, 13 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0797f6a22752b2c68459652ef9aafcef" + "hash": "65f464084be6b3bff03d07ac1e5a0cd1" }, { - "title": "UK ship investigated after Danish boat capsizes", - "description": "Two people on the Danish boat are feared dead after a collision off the Swedish coast.", - "content": "Two people on the Danish boat are feared dead after a collision off the Swedish coast.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59633882?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 13:51:52 GMT", + "title": "7 Perfect Pickles You Must Keep on Hand at All Times", + "description": "

    I learned that I had ADHD late in life. It became funny when I went from hesitatingly revealing it to close friends to realizing literally every single woman I know (and most of the rest of the people I know, too) all have ADHD.

    Read more...

    ", + "content": "

    I learned that I had ADHD late in life. It became funny when I went from hesitatingly revealing it to close friends to realizing literally every single woman I know (and most of the rest of the people I know, too) all have ADHD.

    Read more...

    ", + "category": "pickles", + "link": "https://lifehacker.com/7-perfect-pickles-you-must-keep-on-hand-at-all-times-1848161356", + "creator": "Amanda Blum", + "pubDate": "Mon, 13 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf44ef6cf78520b7bdcf54c2b42c251c" + "hash": "fa3af7f055af38df2c6dc01786b5eccb" }, { - "title": "Kentucky tornadoes: Death toll likely to pass 100, governor says", - "description": "Rescue workers have continued to scour the rubble but hopes of finding survivors are waning.", - "content": "Rescue workers have continued to scour the rubble but hopes of finding survivors are waning.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59632403?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 05:16:20 GMT", + "title": "How to Fix a Broken String of Christmas Lights", + "description": "

    Generally speaking, technology is improving all the time. And yet, strings of holiday lights—whether they’re for an indoor tree, or the outside of a house—never seem to get better. Sure, there are different varieties, but the same problems seem to pop up year after year.

    Read more...

    ", + "content": "

    Generally speaking, technology is improving all the time. And yet, strings of holiday lights—whether they’re for an indoor tree, or the outside of a house—never seem to get better. Sure, there are different varieties, but the same problems seem to pop up year after year.

    Read more...

    ", + "category": "christmas lights", + "link": "https://lifehacker.com/how-to-fix-a-broken-string-of-christmas-lights-1848199279", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 12 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26b9acef768e7ec6c5fab413f401c69d" + "hash": "8f7dc719b6689ad54aec04e450b61e36" }, { - "title": "Baltic Sea: Two missing after cargo ships collide off Sweden", - "description": "A Danish vessel has capsized after colliding with a British-flagged ship in the Baltic Sea.", - "content": "A Danish vessel has capsized after colliding with a British-flagged ship in the Baltic Sea.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59633882?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 08:52:30 GMT", + "title": "How to Prune Outdoor Evergreens Without Ruining Them", + "description": "

    For most of the year, deciduous trees get all the attention. To their credit, though, they do put on quite the show: Blossoming in the springtime, providing shade in the summer, and then pulling out all the stops for their final number—having their leaves change colors, and then falling off their branches.

    Read more...

    ", + "content": "

    For most of the year, deciduous trees get all the attention. To their credit, though, they do put on quite the show: Blossoming in the springtime, providing shade in the summer, and then pulling out all the stops for their final number—having their leaves change colors, and then falling off their branches.

    Read more...

    ", + "category": "megan hughes", + "link": "https://lifehacker.com/how-to-prune-outdoor-evergreens-without-ruining-them-1848199276", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 12 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40abfd3b8cbd68001e54da9608f925f5" + "hash": "c8d693c7205baa2369a64b039aed2041" }, { - "title": "Black Axe: Leaked documents shine spotlight on secretive Nigerian gang", - "description": "Documents suggest the feared 'cult' has infiltrated Nigerian politics and launched a global fraud operation.", - "content": "Documents suggest the feared 'cult' has infiltrated Nigerian politics and launched a global fraud operation.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59630424?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 00:06:43 GMT", + "title": "Use This Interactive Map to Find the Best Holiday Lights in Your Area", + "description": "

    For a few weeks each year, some people make the decision to adorn the outside of their home and yard with strings lights and face a higher-than-usual electric bill in order to spread some holiday cheer in their neighborhood. But sometimes the most elaborately decorated houses aren’t located on main roads.

    Read more...

    ", + "content": "

    For a few weeks each year, some people make the decision to adorn the outside of their home and yard with strings lights and face a higher-than-usual electric bill in order to spread some holiday cheer in their neighborhood. But sometimes the most elaborately decorated houses aren’t located on main roads.

    Read more...

    ", + "category": "crime mapping", + "link": "https://lifehacker.com/use-this-interactive-map-to-find-the-best-holiday-light-1848197353", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 11 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dce36252b90d549817cf2c0d37633ce4" + "hash": "8cfdf6256b8b1cd30b365298dedfa4f5" }, { - "title": "South Korea: End to Korean War agreed to in principle", - "description": "But talks have yet to begin because of North Korea's demands, says President Moon Jae-in.", - "content": "But talks have yet to begin because of North Korea's demands, says President Moon Jae-in.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59632727?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 04:37:46 GMT", + "title": "How to Improve Your Garden Soil Quality Over the Winter", + "description": "

    After you’ve cleaned up the beds and put the hose and most of your tools away for the season, you may think that there’s nothing else you can do to set your garden up for success in the spring. But that’s not the case.

    Read more...

    ", + "content": "

    After you’ve cleaned up the beds and put the hose and most of your tools away for the season, you may think that there’s nothing else you can do to set your garden up for success in the spring. But that’s not the case.

    Read more...

    ", + "category": "soil", + "link": "https://lifehacker.com/how-to-improve-your-garden-soil-quality-over-the-winter-1848197329", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 11 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8aee5416a7445b24e0e1d5f12ac7f91c" + "hash": "52429ee343955f907c7c57feb6afcbfe" }, { - "title": "Nicaragua receives China vaccines after cutting ties with Taiwan", - "description": "The Central American nation cut all diplomatic ties with Taiwan last week in favour of China relations.", - "content": "The Central American nation cut all diplomatic ties with Taiwan last week in favour of China relations.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59633388?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 05:14:21 GMT", + "title": "How to Get Rid of a Bunch of Jerk Pigeons", + "description": "

    Pigeons are pests. There are reasons city-dwellers call them “rats with wings”: They multiply quickly—reproducing over the course of just a few weeks—and drive away other bird species. Their droppings are gross, and they can carry and spread a range of parasites and diseases. They can also cause problems around your…

    Read more...

    ", + "content": "

    Pigeons are pests. There are reasons city-dwellers call them “rats with wings”: They multiply quickly—reproducing over the course of just a few weeks—and drive away other bird species. Their droppings are gross, and they can carry and spread a range of parasites and diseases. They can also cause problems around your…

    Read more...

    ", + "category": "domestic pigeons", + "link": "https://lifehacker.com/how-to-get-rid-of-a-bunch-of-asshole-pigeons-1848189704", + "creator": "Emily Long", + "pubDate": "Fri, 10 Dec 2021 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e38825c9c7cd914596c39c15a2cb90c1" + "hash": "2d78bc7f07e4a211f16a9ca5baf58df2" }, { - "title": "Indian police 'foil man's attempt to fake death'", - "description": "Officers say he murdered another man to try to fake his own death to avoid being returned to prison.", - "content": "Officers say he murdered another man to try to fake his own death to avoid being returned to prison.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59631743?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 22:35:36 GMT", + "title": "All the Ways You're Being Rude on Dating Apps Without Realizing It", + "description": "

    Within every dating app’s direct messages is a delicate dance. You want to be forward without coming on too strong. You want to play it cool without losing someone’s interest. You want to be flirty without scaring someone off.

    Read more...

    ", + "content": "

    Within every dating app’s direct messages is a delicate dance. You want to be forward without coming on too strong. You want to play it cool without losing someone’s interest. You want to be flirty without scaring someone off.

    Read more...

    ", + "category": "someone else", + "link": "https://lifehacker.com/all-the-ways-youre-being-rude-on-dating-apps-without-re-1848188540", + "creator": "Meredith Dietz", + "pubDate": "Fri, 10 Dec 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b2a0f3567e62fa05c1bbe325677b8fb" + "hash": "4623a8cf98e9aca23924f7a67bdd0633" }, { - "title": "Queensland border reopens to other Australian states", - "description": "Families enjoy emotional reunions after a controversial five-month border closure ends.", - "content": "Families enjoy emotional reunions after a controversial five-month border closure ends.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59632567?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 04:50:35 GMT", + "title": "Always Label Your Leftovers, And Other Ways to Stop Your Family From Wasting Them", + "description": "

    If you’re like me, remembering to eat your leftovers is a losing game. Every week, I diligently scoop uneaten tilapia, sweet potatoes, pasta, meatballs—hell, even a half-eaten avocado—into airtight Tupperware containers. And every week, I toss those suckers in the disposal then descend into a low-grade shame spiral…

    Read more...

    ", + "content": "

    If you’re like me, remembering to eat your leftovers is a losing game. Every week, I diligently scoop uneaten tilapia, sweet potatoes, pasta, meatballs—hell, even a half-eaten avocado—into airtight Tupperware containers. And every week, I toss those suckers in the disposal then descend into a low-grade shame spiral…

    Read more...

    ", + "category": "leftovers", + "link": "https://lifehacker.com/always-label-your-leftovers-and-other-ways-to-stop-you-1848195306", + "creator": "Sarah Showfety", + "pubDate": "Fri, 10 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0ec9fa8722beb684757123d451226f5" + "hash": "89131464f3ace38c3339e40dc19c10d6" }, { - "title": "Alibaba fires woman who claimed sexual assault", - "description": "The woman said a colleague and client had assaulted her on a business trip earlier this year.", - "content": "The woman said a colleague and client had assaulted her on a business trip earlier this year.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59627131?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 15:26:44 GMT", + "title": "The Best Places to Hide Christmas Gifts That You Never Thought Of", + "description": "

    There is a scene in National Lampoons Christmas Vacation that has never sat well with me (yes, just the one). Clark Griswold sneaks up to the attic to hide a bag full of Christmas presents, only to discover an old, dust-covered Mother’s Day gift dated 1983 hidden in the very same spot. (Given that the movie was…

    Read more...

    ", + "content": "

    There is a scene in National Lampoons Christmas Vacation that has never sat well with me (yes, just the one). Clark Griswold sneaks up to the attic to hide a bag full of Christmas presents, only to discover an old, dust-covered Mother’s Day gift dated 1983 hidden in the very same spot. (Given that the movie was…

    Read more...

    ", + "category": "christmas", + "link": "https://lifehacker.com/the-best-places-to-hide-christmas-gifts-that-you-never-1848194754", + "creator": "Meghan Moravcik Walbert", + "pubDate": "Fri, 10 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a2bac998a6ad300f112b998278f0fd8" + "hash": "c7104d17386aaca9930a46daff1b3f89" }, { - "title": "Russia Ukraine: Massive consequences if Moscow invades, G7 says", - "description": "Moscow is amassing troops on Ukraine's border, but President Putin insists they pose no threat.", - "content": "Moscow is amassing troops on Ukraine's border, but President Putin insists they pose no threat.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59627275?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 15:23:27 GMT", + "title": "Easy Ways to Clean Up Your Finances Now, Before Another Year Begins", + "description": "

    Taking stock of your finances at the end of the year is always a smart move, but it can feel overwhelming—which makes it all too easy to put off. If a full postmortem of your 2021 budget is just too much right now, here a few quick ways to get started.

    Read more...

    ", + "content": "

    Taking stock of your finances at the end of the year is always a smart move, but it can feel overwhelming—which makes it all too easy to put off. If a full postmortem of your 2021 budget is just too much right now, here a few quick ways to get started.

    Read more...

    ", + "category": "venmo", + "link": "https://lifehacker.com/easy-ways-to-clean-up-your-finances-now-before-another-1848194688", + "creator": "A.A. Newton", + "pubDate": "Fri, 10 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc5cc5b52d64bd867830d6e115d86696" + "hash": "2f581a263c40c571b991fe31a85c8254" }, { - "title": "Kentucky tornadoes: Residents revisit destroyed home", - "description": "Kentucky residents are gathering the pieces that are left of their homes after the deadly tornadoes.", - "content": "Kentucky residents are gathering the pieces that are left of their homes after the deadly tornadoes.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59632355?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 02:13:45 GMT", + "title": "What You Need Is a Snackle Box", + "description": "

    Snacking is an art, and some people are more artistically inclined than others. Children usually have a natural aptitude for snacking, which forces people with kids to develop snack-building skills out of necessity, so if we were to trace the history of the snackle box back to its inventor, I’m sure we would find a…

    Read more...

    ", + "content": "

    Snacking is an art, and some people are more artistically inclined than others. Children usually have a natural aptitude for snacking, which forces people with kids to develop snack-building skills out of necessity, so if we were to trace the history of the snackle box back to its inventor, I’m sure we would find a…

    Read more...

    ", + "category": "snack", + "link": "https://lifehacker.com/what-you-need-is-a-snackle-box-1848194985", + "creator": "Claire Lower", + "pubDate": "Fri, 10 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4322cbf7357d37867b3a15d33873fa17" + "hash": "b7040691fbbe311d834ca485c2d9b566" }, { - "title": "Biden: US will do whatever is needed to help Tornado victims", - "description": "US president Joe Biden speaks to the country after states have been hit by deadly tornadoes.", - "content": "US president Joe Biden speaks to the country after states have been hit by deadly tornadoes.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59625362?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:33:26 GMT", + "title": "Are You Eligible to Buy AppleCare+ After 60 Days?", + "description": "

    When you first buy an expensive new Apple product, AppleCare+ might seem like an unnecessary added cost. After all, you’re going to treat this shiny piece of tech with the utmost care; you’re not going to let anything happen to it! Inevitably, you realize your folly, either because you shattered your iPhone’s display,…

    Read more...

    ", + "content": "

    When you first buy an expensive new Apple product, AppleCare+ might seem like an unnecessary added cost. After all, you’re going to treat this shiny piece of tech with the utmost care; you’re not going to let anything happen to it! Inevitably, you realize your folly, either because you shattered your iPhone’s display,…

    Read more...

    ", + "category": "applecare", + "link": "https://lifehacker.com/are-you-eligible-to-buy-applecare-after-60-days-1848193780", + "creator": "Jake Peterson", + "pubDate": "Fri, 10 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7f0a41aa136f8d1b143c7fe340bfe73" + "hash": "89f099d649b5b85bb7503e2e8de8c611" }, { - "title": "Kentucky tornadoes: Desperate search for survivors as death toll rises", - "description": "At least 83 people are dead, many more are missing and entire towns have been destroyed.", - "content": "At least 83 people are dead, many more are missing and entire towns have been destroyed.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59623970?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 09:12:46 GMT", + "title": "How to Start Speed Training Without Getting Injured", + "description": "

    Starting a running habit is hard in the beginning, but also really satisfying—especially when you hit a big goals like running your first 5K or setting a new personal record. For every new runner, though, there comes a time when you start asking “what next?” 

    Read more...

    ", + "content": "

    Starting a running habit is hard in the beginning, but also really satisfying—especially when you hit a big goals like running your first 5K or setting a new personal record. For every new runner, though, there comes a time when you start asking “what next?” 

    Read more...

    ", + "category": "anthony wall", + "link": "https://lifehacker.com/how-to-start-speed-training-without-getting-injured-1848193655", + "creator": "Rachel Fairbank", + "pubDate": "Fri, 10 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0abb0d81d61b3add6d6788018dbd980f" + "hash": "e66f123e5af668a97835f7de459c4f1e" }, { - "title": "Alibaba fires employee who accused boss of rape", - "description": "The Chinese e-commerce firm has fired the woman, who went public with accusations in August.", - "content": "The Chinese e-commerce firm has fired the woman, who went public with accusations in August.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59627131?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 15:26:44 GMT", + "title": "38 Franchise TV Shows, Films, and Sequels Coming in 2022, Because We Keep Watching Them", + "description": "

    Remember that thing you like? From before? Well, it’s back.

    Read more...

    ", + "content": "

    Remember that thing you like? From before? Well, it’s back.

    Read more...

    ", + "category": "sam raimi", + "link": "https://lifehacker.com/38-franchise-tv-shows-films-and-sequels-coming-in-202-1848201629", + "creator": "Ross Johnson", + "pubDate": "Mon, 13 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cad5fbb761ab9da10257e50aba97778e" + "hash": "d360885666cd8f9b32e134db6a564b58" }, { - "title": "Verstappen wins F1 world title, Mercedes protest", - "description": "Red Bull's Max Verstappen wins his first Formula 1 world title in dramatic circumstances at the season finale in Abu Dhabi.", - "content": "Red Bull's Max Verstappen wins his first Formula 1 world title in dramatic circumstances at the season finale in Abu Dhabi.", - "category": "", - "link": "https://www.bbc.co.uk/sport/formula1/59628024?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:58:51 GMT", + "title": "10 Clever Gift Ideas for the Person on Your List Who Has Everything", + "description": "

    On the one hand, giving a gift is a gesture of affection; on the other hand, gifts are sometimes stressful social obligations. Shopping for the right gift for everyone on your list is hard enough when the people on that list are easily pleased—you can buy alcohol, food, or gadgets for most folks and they’re over the…

    Read more...

    ", + "content": "

    On the one hand, giving a gift is a gesture of affection; on the other hand, gifts are sometimes stressful social obligations. Shopping for the right gift for everyone on your list is hard enough when the people on that list are easily pleased—you can buy alcohol, food, or gadgets for most folks and they’re over the…

    Read more...

    ", + "category": "gift", + "link": "https://lifehacker.com/10-clever-gift-ideas-for-the-person-on-your-list-who-ha-1848192545", + "creator": "Jeff Somers", + "pubDate": "Fri, 10 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ecc51923ded32947e85163c771d8667f" + "hash": "83453c671e37f4ff5ae9153b6161346f" }, { - "title": "Obituary: Vicente Fernández, Mexico's king of ranchera", - "description": "Known as the king of ranchera music, Fernández was immensely popular in Mexico and the US.", - "content": "Known as the king of ranchera music, Fernández was immensely popular in Mexico and the US.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-56043096?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 14:55:32 GMT", + "title": "The Out-of-Touch Adults' Guide To Kid Culture: Why Does Reddit Hate Kellogg's?", + "description": "

    It’s been a slow-week in the world of popular culture for kids. I guess everyone is too busy studying for final exams and holiday shopping to make memes or create dangerous “TikTok challenges.” Still, young people found time to organize a massive online labor action and cook gigantic hamburgers.

    Read more...

    ", + "content": "

    It’s been a slow-week in the world of popular culture for kids. I guess everyone is too busy studying for final exams and holiday shopping to make memes or create dangerous “TikTok challenges.” Still, young people found time to organize a massive online labor action and cook gigantic hamburgers.

    Read more...

    ", + "category": "culture", + "link": "https://lifehacker.com/the-out-of-touch-adults-guide-to-kid-culture-why-does-1848191373", + "creator": "Stephen Johnson", + "pubDate": "Fri, 10 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e31dfc7e842ee3336222c72c0ee86b46" + "hash": "c190c038f6c56da6c5bf1ab7a73d0b25" }, { - "title": "Ethiopia war: World heritage site Lalibela back in rebel hands", - "description": "Tigray forces had left Lalibela 11 days ago as federal forces and their allies had been advancing.", - "content": "Tigray forces had left Lalibela 11 days ago as federal forces and their allies had been advancing.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59628178?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 16:32:18 GMT", + "title": "13 of the Worst Tech Gifts You Shouldn't Buy (and What to Buy Instead)", + "description": "

    It’s the season of giving, and many of us will be giving (and hoping to get) tech gifts this year. Maybe you’re surprising a family member a smartwatch, or a nice iPhone case. A tablet. A smart speaker.

    Read more...

    ", + "content": "

    It’s the season of giving, and many of us will be giving (and hoping to get) tech gifts this year. Maybe you’re surprising a family member a smartwatch, or a nice iPhone case. A tablet. A smart speaker.

    Read more...

    ", + "category": "smartbooks", + "link": "https://lifehacker.com/13-of-the-worst-tech-gifts-you-shouldnt-buy-and-what-t-1848191533", + "creator": "Khamosh Pathak", + "pubDate": "Fri, 10 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "243849dc318265a98e0a7f0df8b1577d" + "hash": "1cefe8477ae643f1b4d239feedd334cc" }, { - "title": "Covid: Brazil to demand proof of vaccination from foreign visitors", - "description": "Foreign travellers will need to provide a vaccination certificate in order to enter the country.", - "content": "Foreign travellers will need to provide a vaccination certificate in order to enter the country.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59625304?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 01:16:44 GMT", + "title": "How to Avoid Being Up-Sold at the Hardware Store", + "description": "

    Hardware stores can be intimidating places for the average DIYer. There are so many different types of tools, fasteners, appliances, paints, and adhesives that it can be daunting to try to distinguish one product claim from another. And then you have to wonder: Is the store employee giving you their best, most honest…

    Read more...

    ", + "content": "

    Hardware stores can be intimidating places for the average DIYer. There are so many different types of tools, fasteners, appliances, paints, and adhesives that it can be daunting to try to distinguish one product claim from another. And then you have to wonder: Is the store employee giving you their best, most honest…

    Read more...

    ", + "category": "hardware store", + "link": "https://lifehacker.com/how-to-avoid-being-up-sold-at-the-hardware-store-1848183749", + "creator": "Becca Lewis", + "pubDate": "Fri, 10 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b1d6cac54f74f12fda677ab4a927087" + "hash": "e9f717fd706e62900bb24db670700c85" }, { - "title": "Anne Rice, author of Interview with the Vampire, dies aged 80", - "description": "The American author was best known for her 1976 gothic novel Interview with the Vampire.", - "content": "The American author was best known for her 1976 gothic novel Interview with the Vampire.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59627125?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 10:21:55 GMT", + "title": "Choose Violence, Replace the Cereal in Your Rice Krispie Treats With Potato Chips", + "description": "

    As a kid, I couldn’t get enough of Rice Krispies treats. The gooey texture of marshmallows. The crunch of rice cereal. It was exactly what I wanted, and I wanted it all the time. This was hard, as I had parents who refused to allow them in the house.

    Read more...

    ", + "content": "

    As a kid, I couldn’t get enough of Rice Krispies treats. The gooey texture of marshmallows. The crunch of rice cereal. It was exactly what I wanted, and I wanted it all the time. This was hard, as I had parents who refused to allow them in the house.

    Read more...

    ", + "category": "potato", + "link": "https://lifehacker.com/fuck-it-replace-the-cereal-in-your-rice-krispie-treats-1848195134", + "creator": "Rachel Fairbank", + "pubDate": "Mon, 13 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff53f515116ada6c50fcd3bf1f49767e" + "hash": "f7b5bb9de8ad23d456651d4b19d667a5" }, { - "title": "Reckya Madougou: Opposition leader jailing damages Benin democracy - lawyer", - "description": "Reckya Madougou becomes the second opposition figure to be convicted in Benin in less than a week.", - "content": "Reckya Madougou becomes the second opposition figure to be convicted in Benin in less than a week.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59628176?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 13:20:35 GMT", + "title": "Teens Ages 16 and 17 Can Now Get COVID-19 Booster Shots", + "description": "

    The FDA and CDC announced yesterday that Pfizer’s COVID-19 shot can now be used as a booster for 16- and 17-year-olds. Until now, boosters were only approved for ages 18 and up.

    Read more...

    ", + "content": "

    The FDA and CDC announced yesterday that Pfizer’s COVID-19 shot can now be used as a booster for 16- and 17-year-olds. Until now, boosters were only approved for ages 18 and up.

    Read more...

    ", + "category": "moderna", + "link": "https://lifehacker.com/teens-ages-16-and-17-can-now-get-covid-19-booster-shots-1848192639", + "creator": "Beth Skwarecki", + "pubDate": "Fri, 10 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab206b06154d2a3ba9a9b36ade84cb8e" + "hash": "4fa57e0305039161daf6e030d7612a04" }, { - "title": "Indian PM Modi's Twitter hacked with bitcoin tweet", - "description": "The Indian prime minister's account had a message stating that bitcoin would be distributed to citizens.", - "content": "The Indian prime minister's account had a message stating that bitcoin would be distributed to citizens.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59627124?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 10:59:57 GMT", + "title": "How to Prepare for a Solar Flare Hitting Earth (Because It's Probably Going to Happen)", + "description": "

    In the Tom Hanks movie Finch, a massive solar flare destroys the ozone layer, annihilating almost all life on Earth (and leading to the invention of annoying robots). While a mass coronal ejection really could hit Earth at any time—a sun-like star 100 light years away called EK…

    Read more...

    ", + "content": "

    In the Tom Hanks movie Finch, a massive solar flare destroys the ozone layer, annihilating almost all life on Earth (and leading to the invention of annoying robots). While a mass coronal ejection really could hit Earth at any time—a sun-like star 100 light years away called EK…

    Read more...

    ", + "category": "environment", + "link": "https://lifehacker.com/how-to-prepare-for-a-solar-flare-hitting-earth-because-1848076402", + "creator": "Stephen Johnson", + "pubDate": "Fri, 10 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ba5f1cf0ec2dc43d63509d1ad1467ef" + "hash": "42a97ca18fb453391bd9d32c42d0d849" }, { - "title": "Italian church apologises after bishop tells children 'Santa does not exist'", - "description": "The bishop in Sicily told children Santa's red costume had been created by Coca-Cola, Italian media say.", - "content": "The bishop in Sicily told children Santa's red costume had been created by Coca-Cola, Italian media say.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59626108?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 05:48:16 GMT", + "title": "Actually, Stamps Are a Great Stocking Stuffer (I’m Right About This)", + "description": "

    As I’ve mentioned previously, my family takes stockings very seriously. A good stocking is all about balance. Some candy here, a clementine there, some cute beauty products to round it all out—you want to create a varied collection of tokens and trinkets to keep the stocking from being one-note.

    Read more...

    ", + "content": "

    As I’ve mentioned previously, my family takes stockings very seriously. A good stocking is all about balance. Some candy here, a clementine there, some cute beauty products to round it all out—you want to create a varied collection of tokens and trinkets to keep the stocking from being one-note.

    Read more...

    ", + "category": "postage stamps", + "link": "https://lifehacker.com/actually-stamps-are-a-great-stocking-stuffer-i-m-righ-1848189044", + "creator": "Claire Lower", + "pubDate": "Fri, 10 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c680ec955513c359ffff6d5664c8bad" + "hash": "d00d3aa1fef91da01e512aa40212ec73" }, { - "title": "US Olympic boycott: Uyghurs and Hong Kongers react", - "description": "Protesters at the US Capitol welcomed the diplomatic boycott of the Beijing games, but say more is needed.", - "content": "Protesters at the US Capitol welcomed the diplomatic boycott of the Beijing games, but say more is needed.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59619247?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:21:41 GMT", + "title": "The Best Productivity Features You Should Use in Windows 11", + "description": "

    While the nature of work is rapidly changing, at the end of the day, we still need to get things done—so it’s helpful when the technology we use for work thinks about that ahead of time, and includes ways for us to be more productive. Luckily, Windows 11 comes with built-in productivity tools that make it much easier…

    Read more...

    ", + "content": "

    While the nature of work is rapidly changing, at the end of the day, we still need to get things done—so it’s helpful when the technology we use for work thinks about that ahead of time, and includes ways for us to be more productive. Luckily, Windows 11 comes with built-in productivity tools that make it much easier…

    Read more...

    ", + "category": "windows 11", + "link": "https://lifehacker.com/the-best-productivity-features-you-should-use-in-window-1848186695", + "creator": "Shannon Flynn", + "pubDate": "Fri, 10 Dec 2021 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8396f56cdffcbd8697cf125722368f3a" + "hash": "5d1af92cb02d97bf4d69e06d060b0d79" }, { - "title": "Finnish teacher who secretly taught IS children in Syrian camps by text", - "description": "Using WhatsApp, Ilona Taimela found a novel way to educate Finnish children held in a Syrian camp.", - "content": "Using WhatsApp, Ilona Taimela found a novel way to educate Finnish children held in a Syrian camp.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59577375?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:24:07 GMT", + "title": "Here's (Almost) All The Free Stuff You Can Get on an Airplane", + "description": "

    In-flight freebies aren’t what they used to be, but that doesn’t mean they’ve totally vanished. If you know know what to ask for, you may be surprised at what you can get for free.

    Read more...

    ", + "content": "

    In-flight freebies aren’t what they used to be, but that doesn’t mean they’ve totally vanished. If you know know what to ask for, you may be surprised at what you can get for free.

    Read more...

    ", + "category": "airlines", + "link": "https://lifehacker.com/heres-almost-all-the-free-stuff-you-can-get-on-an-air-1848187647", + "creator": "A.A. Newton", + "pubDate": "Thu, 09 Dec 2021 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "503f6e8d402571f49515e642898f4f7d" + "hash": "40d50a54097e0c6e6640ff721b9413e2" }, { - "title": "Week in pictures: 4-10 December 2021", - "description": "A selection of powerful images from all over the globe, taken this week.", - "content": "A selection of powerful images from all over the globe, taken this week.", - "category": "", - "link": "https://www.bbc.co.uk/news/in-pictures-59607504?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:53:09 GMT", + "title": "Can You Really Make Extra Cash by Owning a Vending Machine?", + "description": "

    You probably think of vending machines as your snack outpost of last resort when stranded in an office or airport. You probably don’t think of them as a cutting-edge, cash-producing business venture–but maybe you should. Did you know that these snack dispensers oases are often independently owned? Rather than being…

    Read more...

    ", + "content": "

    You probably think of vending machines as your snack outpost of last resort when stranded in an office or airport. You probably don’t think of them as a cutting-edge, cash-producing business venture–but maybe you should. Did you know that these snack dispensers oases are often independently owned? Rather than being…

    Read more...

    ", + "category": "vending machine", + "link": "https://lifehacker.com/can-you-really-make-extra-cash-by-owning-a-vending-mach-1848186341", + "creator": "Meredith Dietz", + "pubDate": "Thu, 09 Dec 2021 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "581dd2fabefd3ff943d24f75553a221a" + "hash": "043874b3ba0d3a7bf0bc38c9a2e2d7bf" }, { - "title": "Watch: Ros Atkins on… Compulsory Covid vaccinations", - "description": "Ros Atkins examines the ethical arguments surrounding vaccine mandates.", - "content": "Ros Atkins examines the ethical arguments surrounding vaccine mandates.", - "category": "", - "link": "https://www.bbc.co.uk/news/health-59609452?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:02:03 GMT", + "title": "You Should Try to Earn $1,000 Just for Taste-Testing Hot Chocolate", + "description": "

    Although plenty of us chug coffee everyday like our lives depended on it, hot chocolate isn’t as likely to be part of our daily beverage routine. And while it’s not reserved exclusively for special occasions, treating yourself to a glass of liquid dessert—sometimes, while eating a solid dessert—is a particularly…

    Read more...

    ", + "content": "

    Although plenty of us chug coffee everyday like our lives depended on it, hot chocolate isn’t as likely to be part of our daily beverage routine. And while it’s not reserved exclusively for special occasions, treating yourself to a glass of liquid dessert—sometimes, while eating a solid dessert—is a particularly…

    Read more...

    ", + "category": "hot chocolate", + "link": "https://lifehacker.com/you-should-try-to-earn-1-000-just-for-taste-testing-ho-1848185899", + "creator": "Elizabeth Yuko", + "pubDate": "Thu, 09 Dec 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1dd54ade292e0896e42087d66581aa01" + "hash": "0eee7eb21f1d666bc0c127f299d5159b" }, { - "title": "ICYMI: House breaks Christmas tree world record", - "description": "Record-breaking decorations you have to see to believe and other festive stories you may have missed.", - "content": "Record-breaking decorations you have to see to believe and other festive stories you may have missed.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59602724?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:05:01 GMT", + "title": "Why Now Is the Perfect Time to Get Your Booster", + "description": "

    Booster doses of COVID-19 vaccines are still optional for many of us, but evidence is mounting that if you haven’t gotten one yet, you’d probably be better off if you did.

    Read more...

    ", + "content": "

    Booster doses of COVID-19 vaccines are still optional for many of us, but evidence is mounting that if you haven’t gotten one yet, you’d probably be better off if you did.

    Read more...

    ", + "category": "moderna", + "link": "https://lifehacker.com/why-now-is-the-perfect-time-to-get-your-booster-1848186058", + "creator": "Beth Skwarecki", + "pubDate": "Thu, 09 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83e423ccbd8821a51dfa110ebed290fa" + "hash": "75fe6c4dc73f3f645f5ed7d0dce31c9b" }, { - "title": "Kentucky hit by 'worst ever tornadoes'", - "description": "More than 70 people died in Kentucky in Friday night's storms, including dozens in a candle factory, and the death toll is expected to rise above 100.", - "content": "More than 70 people died in Kentucky in Friday night's storms, including dozens in a candle factory, and the death toll is expected to rise above 100.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59623946?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:55:15 GMT", + "title": "Why You Should 'Pre-Cry' Before Your Next Emotional Event", + "description": "

    The holidays (and the Omicron variant) are upon us and you know what that means: There’s never been a better time to cry it out. While the month of December—and all its attendant festivities—is a joyous time for many, it can also be a time of stress, overwhelm, loneliness, and grief.

    Read more...

    ", + "content": "

    The holidays (and the Omicron variant) are upon us and you know what that means: There’s never been a better time to cry it out. While the month of December—and all its attendant festivities—is a joyous time for many, it can also be a time of stress, overwhelm, loneliness, and grief.

    Read more...

    ", + "category": "crying", + "link": "https://lifehacker.com/why-you-should-pre-cry-before-your-next-emotional-event-1848186338", + "creator": "Sarah Showfety", + "pubDate": "Thu, 09 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c210ea51adbdc21456b8fc08ef9288b" + "hash": "5e139058c695de599cd16637cc616a97" }, { - "title": "Alan Shepard: Bezos company sends first US astronaut's daughter to edge of space", - "description": "Laura Shepard Churchley's father, Alan, became the first American in space in 1961.", - "content": "Laura Shepard Churchley's father, Alan, became the first American in space in 1961.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59623264?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 21:53:17 GMT", + "title": "How to Make an Easy Roux in the Microwave (and Oven)", + "description": "

    Every year, I make turkey gumbo with my leftover Thanksgiving bird, and every year I complain about stirring the roux. Roux is not difficult to make. Combine equal amounts of fat and flour, whisk until smooth, then cook, stirring continuously—and I really do mean continuously—until it reaches the color you desire.

    Read more...

    ", + "content": "

    Every year, I make turkey gumbo with my leftover Thanksgiving bird, and every year I complain about stirring the roux. Roux is not difficult to make. Combine equal amounts of fat and flour, whisk until smooth, then cook, stirring continuously—and I really do mean continuously—until it reaches the color you desire.

    Read more...

    ", + "category": "roux", + "link": "https://lifehacker.com/how-to-make-an-easy-roux-in-the-microwave-and-oven-1848187134", + "creator": "Claire Lower", + "pubDate": "Thu, 09 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b09a779e73e9a7c94966b3586725854" + "hash": "c6613ab79ea9a77ad247a92e637dc280" }, { - "title": "Albert Benaiges: Ex-Barcelona academy chief faces sex abuse claims", - "description": "The allegations against Albert Benaiges date back to his time as a teacher in the 1980s and 90s.", - "content": "The allegations against Albert Benaiges date back to his time as a teacher in the 1980s and 90s.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59623258?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 18:20:01 GMT", + "title": "How to Check Whether an iPhone Has ‘Genuine’ Apple Parts Without Opening It Up", + "description": "

    Apple has always placed a huge emphasis on using genuine Apple parts for iPhone repairs, and now, with iOS15.2, you can finally check to see if any non-genuine parts have been used in yours. If you only buy new iPhones, this probably isn’t of much interest to you; however, if you buy iPhones second-hand off…

    Read more...

    ", + "content": "

    Apple has always placed a huge emphasis on using genuine Apple parts for iPhone repairs, and now, with iOS15.2, you can finally check to see if any non-genuine parts have been used in yours. If you only buy new iPhones, this probably isn’t of much interest to you; however, if you buy iPhones second-hand off…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/how-to-check-whether-an-iphone-has-genuine-apple-part-1848185986", + "creator": "Pranay Parab", + "pubDate": "Thu, 09 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6298f2edc6a2f501138a6ec3ece146c" + "hash": "c4fc33cccdcfa9275fa671d96b8c2a1c" }, { - "title": "Covid in Austria: Mass protest in Vienna against measures", - "description": "Austria has become the first country in the EU to make vaccinations mandatory, from February.", - "content": "Austria has become the first country in the EU to make vaccinations mandatory, from February.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59625302?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:33:58 GMT", + "title": "Reinstall Microsoft Teams Before You Need to Dial 911", + "description": "

    We all love to joke about how we never use our smartphones as actual phones—I mean, really, who calls people in 2021? But if you’re in an emergency situation, your first instinct will still be to pick up that phone and dial 911. If your smartphone isn’t capable of doing that, that’s going to be a big problem.…

    Read more...

    ", + "content": "

    We all love to joke about how we never use our smartphones as actual phones—I mean, really, who calls people in 2021? But if you’re in an emergency situation, your first instinct will still be to pick up that phone and dial 911. If your smartphone isn’t capable of doing that, that’s going to be a big problem.…

    Read more...

    ", + "category": "mobile phones", + "link": "https://lifehacker.com/reinstall-microsoft-teams-before-you-need-to-dial-911-1848186174", + "creator": "Jake Peterson", + "pubDate": "Thu, 09 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3fe7133643b03a5882fc9c50a96b9c6e" + "hash": "77b4731a83ecc6c0476a0cd600ed79d3" }, { - "title": "Mexico truck crash: Crackdown on people smugglers launched", - "description": "More than 50 people. thought to be migrants from Central America, were killed in a truck crash.", - "content": "More than 50 people. thought to be migrants from Central America, were killed in a truck crash.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59612811?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 05:42:52 GMT", + "title": "You Can Now Open Your Hotel Room Door With an iPhone, But Should You?", + "description": "

    Apple wants your iPhone to unlock all sorts of doors. Their car keys feature already lets you use your iPhone to unlock some supported cars, and if you have a HomeKit door lock, you can use your iPhone and Apple Watch to unlock your home as well. And now, Apple is starting to globally roll out its support for hotel…

    Read more...

    ", + "content": "

    Apple wants your iPhone to unlock all sorts of doors. Their car keys feature already lets you use your iPhone to unlock some supported cars, and if you have a HomeKit door lock, you can use your iPhone and Apple Watch to unlock your home as well. And now, Apple is starting to globally roll out its support for hotel…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/you-can-now-open-your-hotel-room-door-with-an-iphone-b-1848185461", + "creator": "Khamosh Pathak", + "pubDate": "Thu, 09 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e201ad66a9822f4b98a3c3dd0c4ce79" + "hash": "c886c798e31292debe0d0c9b43b317a7" }, { - "title": "Brazil nightclub fire: Four convicted over blaze that killed 242", - "description": "The fire in 2013 began when a band playing at a nightclub used flares which set light to the ceiling.", - "content": "The fire in 2013 began when a band playing at a nightclub used flares which set light to the ceiling.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59617508?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:20:03 GMT", + "title": "Why You Should Stop 'Saving Room' for Dessert", + "description": "

    Given the copious amounts of holiday treats that fill our homes every December, you might feel justified in cutting back on other foods in order to make room for (more) dessert. After all, if you are eating less calories here so you can consume them there, it’ll all even out eventually, right? Actually, this is…

    Read more...

    ", + "content": "

    Given the copious amounts of holiday treats that fill our homes every December, you might feel justified in cutting back on other foods in order to make room for (more) dessert. After all, if you are eating less calories here so you can consume them there, it’ll all even out eventually, right? Actually, this is…

    Read more...

    ", + "category": "nutrition", + "link": "https://lifehacker.com/why-you-should-stop-saving-room-for-dessert-1848185608", + "creator": "Rachel Fairbank", + "pubDate": "Thu, 09 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72438d1ebf90b3aeef92613f7d958a8d" + "hash": "1b69b270f5c3eddddb3e24e9e7eed29c" }, { - "title": "UK warns Russia of consequences if Ukraine invaded", - "description": "The foreign secretary says G7 ministers will warn Moscow such action would be a \"strategic mistake\".", - "content": "The foreign secretary says G7 ministers will warn Moscow such action would be a \"strategic mistake\".", - "category": "", - "link": "https://www.bbc.co.uk/news/uk-59616743?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 01:30:03 GMT", + "title": "What the Most-Googled Questions of 2021 Say About Us", + "description": "

    Google just released its annual “Year in Search,” a collection of the new, most-searched terms for 2021. According to Matt Cooke, head of Google News Lab, “Year in Search always provides a fascinating insight into what the nation is thinking, learning and discovering—about themselves and others.” Remember: This isn’t…

    Read more...

    ", + "content": "

    Google just released its annual “Year in Search,” a collection of the new, most-searched terms for 2021. According to Matt Cooke, head of Google News Lab, “Year in Search always provides a fascinating insight into what the nation is thinking, learning and discovering—about themselves and others.” Remember: This isn’t…

    Read more...

    ", + "category": "davina ogilvie", + "link": "https://lifehacker.com/what-the-most-googled-questions-of-2021-say-about-us-1848185560", + "creator": "Stephen Johnson", + "pubDate": "Thu, 09 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a00fa90bba7ba9337da665df13fef03" + "hash": "5e4228e6a6381879a025ef26b38d54a7" }, { - "title": "Ghislaine Maxwell prosecutors rest their case", - "description": "Prosecutors say Ms Maxwell ran \"a pyramid scheme of abuse\" with paedophile Jeffrey Epstein.", - "content": "Prosecutors say Ms Maxwell ran \"a pyramid scheme of abuse\" with paedophile Jeffrey Epstein.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59616024?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:42:23 GMT", + "title": "Make Switching From iPhone to Android Suck Less (and Vice Versa)", + "description": "

    This holiday season, many of us will get new phones, and some of us might even jump operating systems in the process, making the rare leap from Apple to Android (or the other way around) in the search for a more fulfilling mobile experience. If you recently (or plan to) move from iOS to Android, or from an Android…

    Read more...

    ", + "content": "

    This holiday season, many of us will get new phones, and some of us might even jump operating systems in the process, making the rare leap from Apple to Android (or the other way around) in the search for a more fulfilling mobile experience. If you recently (or plan to) move from iOS to Android, or from an Android…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/make-switching-from-iphone-to-android-suck-less-and-vi-1848151166", + "creator": "Jake Peterson", + "pubDate": "Thu, 09 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5c376288b8ee27c59312c791f1ec55d" + "hash": "fbca79dc9aee8df6f3e02eb25377163b" }, { - "title": "Kentucky weather man films tornado 'ground zero'", - "description": "Weather man Noah Bergren shows the BBC the \"utter devastation\" of the tornadoes in the town of Mayfield.", - "content": "Weather man Noah Bergren shows the BBC the \"utter devastation\" of the tornadoes in the town of Mayfield.", - "category": "", - "link": "https://www.bbc.co.uk/news/59623945?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 17:15:28 GMT", + "title": "How to Actually Enjoy Treadmill Running This Winter", + "description": "

    Running is invigorating: feeling the wind moving through your hair, your body connecting with the earth beneath your feet, a chance to take stock of the world that moves around you and the world that moves within you. Unless, of course, the weather sucks. Then it’s time to book it indoors and hit everyone’s “favorite”…

    Read more...

    ", + "content": "

    Running is invigorating: feeling the wind moving through your hair, your body connecting with the earth beneath your feet, a chance to take stock of the world that moves around you and the world that moves within you. Unless, of course, the weather sucks. Then it’s time to book it indoors and hit everyone’s “favorite”…

    Read more...

    ", + "category": "treadmill", + "link": "https://lifehacker.com/how-to-actually-enjoy-treadmill-running-this-winter-1848185096", + "creator": "Meredith Dietz", + "pubDate": "Thu, 09 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "169833537c8557cb0ab1b95b2d2ea4b3" + "hash": "8651cca3c63658bae6ff68bd65f79294" }, { - "title": "Kentucky tornadoes: Biden reaches out to affected US states", - "description": "He promises the government will do all it can to help, as the death toll is expected to pass 100.", - "content": "He promises the government will do all it can to help, as the death toll is expected to pass 100.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59623970?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 23:33:47 GMT", + "title": "You Should Stop Killing House Centipedes (But How to Get Rid of Them, If You Must)", + "description": "

    I get it: House centipedes travel at alarming speeds, and they look pretty intimidating while doing it, what with all their legs scampering about. But before you run for a shoe the next time you spot one, stop and take a breath. For as creepy as they look, the truth is that they’re not only harmless, they are actually

    Read more...

    ", + "content": "

    I get it: House centipedes travel at alarming speeds, and they look pretty intimidating while doing it, what with all their legs scampering about. But before you run for a shoe the next time you spot one, stop and take a breath. For as creepy as they look, the truth is that they’re not only harmless, they are actually

    Read more...

    ", + "category": "centipede", + "link": "https://lifehacker.com/you-should-stop-killing-house-centipedes-but-how-to-ge-1848183537", + "creator": "Becca Lewis", + "pubDate": "Thu, 09 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "44f9f06be58963cebde27910e92f5b77" + "hash": "a658f2c5940606e7fadbcdd6628b8e01" }, { - "title": "Donald Trump uses expletive to attack ex-ally Benjamin Netanyahu", - "description": "The former president rails against the ex-Israeli leader, saying he saved Israel from destruction.", - "content": "The former president rails against the ex-Israeli leader, saying he saved Israel from destruction.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59571713?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:10:01 GMT", + "title": "10 of the Best Apps of 2021 for Apple Devices, According to Apple", + "description": "

    Every year, the App Store Awards highlight some of the best apps and games for the Apple platforms and devices. Think of them as the Oscars of the App Store world: an honor handed out by the industry itself. You have to be pretty darn good to earn an award—and sometimes, it takes an app years to get there (consider…

    Read more...

    ", + "content": "

    Every year, the App Store Awards highlight some of the best apps and games for the Apple platforms and devices. Think of them as the Oscars of the App Store world: an honor handed out by the industry itself. You have to be pretty darn good to earn an award—and sometimes, it takes an app years to get there (consider…

    Read more...

    ", + "category": "ipads", + "link": "https://lifehacker.com/the-best-apps-of-2021-for-apple-devices-1848184304", + "creator": "Khamosh Pathak", + "pubDate": "Thu, 09 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da32bc37facd438f73f70fde0b0a4f4a" + "hash": "2d6999789a0e4b43e035b0fec10e4741" }, { - "title": "Afghanistan: Donors to release frozen funds for food and health aid", - "description": "The money will be used to fund nutrition and health services amid a growing humanitarian crisis.", - "content": "The money will be used to fund nutrition and health services amid a growing humanitarian crisis.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59617510?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 01:53:18 GMT", + "title": "Why the Hell Did We Ever Stop Wearing Sweatbands?", + "description": "

    Sweatbands, popular in the ’80s, now only really exist as a symbol. Just like a floppy disk lives on as the “save” icon, and an old-school telephone handset is the image we tap when we want to make a call on a smartphone, a set of sweatbands are a cheesy way of indicating that somebody is working out (see picture…

    Read more...

    ", + "content": "

    Sweatbands, popular in the ’80s, now only really exist as a symbol. Just like a floppy disk lives on as the “save” icon, and an old-school telephone handset is the image we tap when we want to make a call on a smartphone, a set of sweatbands are a cheesy way of indicating that somebody is working out (see picture…

    Read more...

    ", + "category": "wristband", + "link": "https://lifehacker.com/why-the-hell-did-we-ever-stop-wearing-sweatbands-1848156420", + "creator": "Beth Skwarecki", + "pubDate": "Thu, 09 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4669899edeb1f2945f46d0660848e65a" + "hash": "b95b9b41870e61ace52f819ea3e75118" }, { - "title": "Kashmir killings: The families still waiting for bodies of loved ones", - "description": "Relatives of people killed by security forces during encounters say they have little hope of justice.", - "content": "Relatives of people killed by security forces during encounters say they have little hope of justice.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59604645?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 22:55:28 GMT", + "title": "How to Know When Your iPhone Could Be Recording You", + "description": "

    You’ve probably had the (legitimate) fear that your smartphone is listening or watching you. Your iPhone certainly isn’t without privacy risks, and you should absolutely audit your settings and all of your app permissions, but one helpful feature that Apple has built in is a visual warning when your device is queued…

    Read more...

    ", + "content": "

    You’ve probably had the (legitimate) fear that your smartphone is listening or watching you. Your iPhone certainly isn’t without privacy risks, and you should absolutely audit your settings and all of your app permissions, but one helpful feature that Apple has built in is a visual warning when your device is queued…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/how-to-know-when-your-iphone-could-be-recording-1848182126", + "creator": "Emily Long", + "pubDate": "Thu, 09 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "042ba08af164bf37edb7406ceef1844a" + "hash": "d4b376502fc8525fc0595003d53c7cad" }, { - "title": "Valérie Pécresse: Part-Thatcher, part-Merkel and wants to run France", - "description": "Valérie Pécresse has given the Republicans a lift, and a poll suggests she could be president.", - "content": "Valérie Pécresse has given the Republicans a lift, and a poll suggests she could be president.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59590518?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:30:19 GMT", + "title": "Chores You Only Need to Do Once a Year (Thank God)", + "description": "

    There are many annoying chores that need to be done daily: washing dishes, spraying and wiping down kitchen counters, picking toys up off the floor, sweeping. And then there are those that are blessedly much less frequent. It will always suck that we have to do more things, but at least some of them are merely…

    Read more...

    ", + "content": "

    There are many annoying chores that need to be done daily: washing dishes, spraying and wiping down kitchen counters, picking toys up off the floor, sweeping. And then there are those that are blessedly much less frequent. It will always suck that we have to do more things, but at least some of them are merely…

    Read more...

    ", + "category": "housekeeping", + "link": "https://lifehacker.com/chores-you-only-need-to-do-once-a-year-thank-god-1848180807", + "creator": "Sarah Showfety", + "pubDate": "Wed, 08 Dec 2021 22:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Lifehacker", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b8c2b56a2e6d4f535cda60cb82810ab" + "hash": "4d5a0b4088c423584132a4ae1db896af" }, { - "title": "How a Russian invasion of Ukraine could spill over into Europe", - "description": "A senior Western intel official warns war would have far-reaching consequences on the continent.", - "content": "A senior Western intel official warns war would have far-reaching consequences on the continent.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59582146?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 21:04:11 GMT", + "title": "13 of the Best Dating Apps to Find Love or Mess Around", + "description": "

    Everyone on Tinder is looking for sex. Everyone on eharmony is too intense. Everyone on Hinge is more concerned with looking cool than finding a good match (alright, I’m projecting with that last one). Maybe you’re new to online dating, or you’re a swiping veteran getting fed up with false-starts and dead-ends on your…

    Read more...

    ", + "content": "

    Everyone on Tinder is looking for sex. Everyone on eharmony is too intense. Everyone on Hinge is more concerned with looking cool than finding a good match (alright, I’m projecting with that last one). Maybe you’re new to online dating, or you’re a swiping veteran getting fed up with false-starts and dead-ends on your…

    Read more...

    ", + "category": "social software", + "link": "https://lifehacker.com/13-of-the-best-dating-apps-to-find-love-or-mess-around-1848181275", + "creator": "Meredith Dietz", + "pubDate": "Wed, 08 Dec 2021 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aed7a23dbaf6c45f7189589584766424" + "hash": "3795768b3c1e63da3db58aa809494838" }, { - "title": "'Deadliest tornado system to ever run through Kentucky'", - "description": "The governor of the US state of Kentucky says Friday's tornadoes were the worst the state has seen.", - "content": "The governor of the US state of Kentucky says Friday's tornadoes were the worst the state has seen.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59623841?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 16:40:20 GMT", + "title": "12 Trader Joe's Products Way Better Than the Name Brand Versions", + "description": "

    I’m not generally a religious person, but I do worship every other Sunday at the church of Trader Joe’s.

    Read more...

    ", + "content": "

    I’m not generally a religious person, but I do worship every other Sunday at the church of Trader Joe’s.

    Read more...

    ", + "category": "trader joes", + "link": "https://lifehacker.com/12-trader-joes-products-way-better-than-the-name-brand-1848166403", + "creator": "Joel Cunningham", + "pubDate": "Wed, 08 Dec 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9081a0e219e586cae68ce56fe65de4ba" + "hash": "4faa2a7291ea21a62993f718278e1410" }, { - "title": "More than 70 killed in Kentucky's worst ever tornadoes", - "description": "The governor of the US state says that the number of victims could rise to above 100.", - "content": "The governor of the US state says that the number of victims could rise to above 100.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59620091?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 16:16:00 GMT", + "title": "How to Stop Verizon, AT&T, and T-Mobile From Collecting Your Phone Data to Sell Ads", + "description": "

    Social media sites, web browsers, and smartphone apps aren’t the only ways companies track your data: Your phone service provider collects data right from your phone, too. AT&T, T-Mobile (which now owns Sprint and MetroPCS), and Verizon all track location, web, and app usage, and then use that information to sell ads.

    Read more...

    ", + "content": "

    Social media sites, web browsers, and smartphone apps aren’t the only ways companies track your data: Your phone service provider collects data right from your phone, too. AT&T, T-Mobile (which now owns Sprint and MetroPCS), and Verizon all track location, web, and app usage, and then use that information to sell ads.

    Read more...

    ", + "category": "t mobile", + "link": "https://lifehacker.com/how-to-stop-verizon-at-t-and-t-mobile-from-collecting-1848180422", + "creator": "Brendan Hesse", + "pubDate": "Wed, 08 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0161e837710157acf472510e8f4a7bb" + "hash": "313a5b821a3ce13a0b3dc2492916851c" }, { - "title": "US Supreme Court says Texas abortion clinics can sue over law", - "description": "The Supreme Court leaves controversial Texas abortion law in place, but allows lawsuits", - "content": "The Supreme Court leaves controversial Texas abortion law in place, but allows lawsuits", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59381081?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:52:21 GMT", + "title": "Bringing a Bag of Cheeseburgers Is the Ultimate Party Trick", + "description": "

    When it comes to potlucks, it’s hard to beat a church supper, particularly if you’re in the South or Midwest. Casseroles, fried foods of all kinds, fruity whipped salads, and entire tables devoted to desserts—everyone brings their A game, and everyone goes home full and happy.

    Read more...

    ", + "content": "

    When it comes to potlucks, it’s hard to beat a church supper, particularly if you’re in the South or Midwest. Casseroles, fried foods of all kinds, fruity whipped salads, and entire tables devoted to desserts—everyone brings their A game, and everyone goes home full and happy.

    Read more...

    ", + "category": "potluck", + "link": "https://lifehacker.com/bringing-a-bag-of-cheeseburgers-is-the-ultimate-party-t-1848179901", + "creator": "Claire Lower", + "pubDate": "Wed, 08 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bac9511f039558e5b426915327f98e65" + "hash": "ad265d4dd9497df868f294c8da3597c0" }, { - "title": "Nobel Peace Prize: Maria Ressa attacks social media 'toxic sludge'", - "description": "Philippine journalist Maria Ressa accuses internet sites of using a \"God-like power\" to sow division.", - "content": "Philippine journalist Maria Ressa accuses internet sites of using a \"God-like power\" to sow division.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59613540?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 18:34:28 GMT", + "title": "What You Should Put in a ‘No Questions Asked’ Drawer for Your Kid, According to Reddit", + "description": "

    Even if you think of yourself as the kind of parent that your kid can talk to about anything, there are probably some things they would rather keep to themselves, whether it’s dealing with embarrassing bodily functions or not divulging the kinds of drugs they enjoy.

    Read more...

    ", + "content": "

    Even if you think of yourself as the kind of parent that your kid can talk to about anything, there are probably some things they would rather keep to themselves, whether it’s dealing with embarrassing bodily functions or not divulging the kinds of drugs they enjoy.

    Read more...

    ", + "category": "drawer", + "link": "https://lifehacker.com/what-you-should-put-in-a-no-questions-asked-drawer-fo-1848180288", + "creator": "Stephen Johnson", + "pubDate": "Wed, 08 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d379ec97d0128a4428759fa4583bd0c" + "hash": "1cd3d4178f05943ff670a700df21c46e" }, { - "title": "Michael Nesmith: The Monkees star dies at 78", - "description": "With the group, the singer and guitarist had a string of hits and starred in a TV sitcom in the 1960s.", - "content": "With the group, the singer and guitarist had a string of hits and starred in a TV sitcom in the 1960s.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59606993?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:38:24 GMT", + "title": "How to Pick a Flight With the Lowest Chance of Weather Delays", + "description": "

    The holidays are a notoriously difficult time to travel by plane, in part because of the number of people trying to fly and in part because of the increased likelihood of winter weather. Snowstorms and icy runways can quickly derail days’ worth of air travel.

    Read more...

    ", + "content": "

    The holidays are a notoriously difficult time to travel by plane, in part because of the number of people trying to fly and in part because of the increased likelihood of winter weather. Snowstorms and icy runways can quickly derail days’ worth of air travel.

    Read more...

    ", + "category": "civil aviation", + "link": "https://lifehacker.com/how-to-pick-a-flight-with-the-lowest-chance-of-weather-1848179668", + "creator": "Emily Long", + "pubDate": "Wed, 08 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "24266a3a4199e8a33556a904fa4dd62f" + "hash": "2c5854aeb5bd097401dfe64bf4786088" }, { - "title": "The woman who digs for the truth in mass graves", - "description": "Mercedes Doretti has dedicated her life to searching for victims of war and state violence, as part of the Argentine Forensic Anthropology Team.", - "content": "Mercedes Doretti has dedicated her life to searching for victims of war and state violence, as part of the Argentine Forensic Anthropology Team.", - "category": "", - "link": "https://www.bbc.co.uk/news/stories-59587051?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 01:00:46 GMT", + "title": "The Easiest Way to Find Someone the Perfect Gift", + "description": "

    Buying the perfect gift on a budget is never easy, but here’s a hack that can help you narrow down the possibilities: You start by taking your budget, and then slashing it. Stay with me here.

    Read more...

    ", + "content": "

    Buying the perfect gift on a budget is never easy, but here’s a hack that can help you narrow down the possibilities: You start by taking your budget, and then slashing it. Stay with me here.

    Read more...

    ", + "category": "films", + "link": "https://lifehacker.com/the-easiest-way-to-find-someone-the-perfect-gift-1848179574", + "creator": "Beth Skwarecki", + "pubDate": "Wed, 08 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "37a6872d1e85a3d6e4f7a5ee7ced645c" + "hash": "5075769254f7ef27de4e751c117a03f1" }, { - "title": "Madagascar food crisis: How a woman helped save her village from starvation", - "description": "Loharano has avoided the fate of many in southern Madagascar through the use of new farming methods.", - "content": "Loharano has avoided the fate of many in southern Madagascar through the use of new farming methods.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59595276?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:38:48 GMT", + "title": "Coat Your Cheeseballs in Fried Garlic", + "description": "

    If you’ve ever eaten a cheeseball, you know that what’s on the outside is almost as important as what’s on the inside (cheese). A cheeseball’s outer layer should offer crunch, contrast, and intrigue. You should take one look at that ball of cheese and go, “Yeah, I’d like to dig in to that and see what it’s all about.”

    Read more...

    ", + "content": "

    If you’ve ever eaten a cheeseball, you know that what’s on the outside is almost as important as what’s on the inside (cheese). A cheeseball’s outer layer should offer crunch, contrast, and intrigue. You should take one look at that ball of cheese and go, “Yeah, I’d like to dig in to that and see what it’s all about.”

    Read more...

    ", + "category": "hospitality recreation", + "link": "https://lifehacker.com/coat-your-cheeseballs-in-fried-garlic-1848179608", + "creator": "Claire Lower", + "pubDate": "Wed, 08 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94db72aecba3b6acc6a14713bbb344e9" + "hash": "394461e1024694cecd2dda393a968272" }, { - "title": "Indonesia volcano: Volunteers struggle to recover the dead, metres deep in ash and mud", - "description": "The effort to recover bodies is continuing in Indonesia, after the eruption of Mount Semeru last week.", - "content": "The effort to recover bodies is continuing in Indonesia, after the eruption of Mount Semeru last week.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59616114?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:36:29 GMT", + "title": "Is the Apple Music Voice Plan Worth the Trade Offs?", + "description": "

    Apple Music’s Voice Plan lets you enjoy the benefits of a commercial-free music streaming service at a relatively affordable price of $4.99 per month. It costs the same as Apple Music’s subscription plan for students (and is half the regular subscription price), but it also removes several features—including the…

    Read more...

    ", + "content": "

    Apple Music’s Voice Plan lets you enjoy the benefits of a commercial-free music streaming service at a relatively affordable price of $4.99 per month. It costs the same as Apple Music’s subscription plan for students (and is half the regular subscription price), but it also removes several features—including the…

    Read more...

    ", + "category": "apple music", + "link": "https://lifehacker.com/is-the-apple-music-voice-plan-worth-the-trade-offs-1847899974", + "creator": "Pranay Parab", + "pubDate": "Wed, 08 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "804a046acac00020011b61ee82e87398" + "hash": "f918ad8e8b4101e5c3f2d380629171c7" }, { - "title": "Spanish floods claim first victim as towns are engulfed", - "description": "At least one person died when rivers burst their banks in northern Spain.", - "content": "At least one person died when rivers burst their banks in northern Spain.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59608785?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:17:38 GMT", + "title": "Use These Apps and Gadgets to Get Better Sleep", + "description": "

    We know that sleep plays a significant role in our well-being and overall health. Unless we’re switching between time zones or pulling all-nighters, our body’s internal clocks—also known as our circadian rhythm—tell us when it’s time to go to sleep and wake up in the morning. However, a range of environmental cues can …

    Read more...

    ", + "content": "

    We know that sleep plays a significant role in our well-being and overall health. Unless we’re switching between time zones or pulling all-nighters, our body’s internal clocks—also known as our circadian rhythm—tell us when it’s time to go to sleep and wake up in the morning. However, a range of environmental cues can …

    Read more...

    ", + "category": "sleep", + "link": "https://lifehacker.com/use-these-apps-and-gadgets-to-get-better-sleep-1848076010", + "creator": "Shannon Flynn", + "pubDate": "Wed, 08 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8fa1c54f4298766a370b93ad3ac690e" + "hash": "d1e4bd915076d6b2dbc9cb0051dd81f4" }, { - "title": "Ghana's Covid restrictions: Unvaccinated must get jabs on arrival", - "description": "The restrictions appear to be some of the strictest in the world, with no option to self-isolate.", - "content": "The restrictions appear to be some of the strictest in the world, with no option to self-isolate.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59608484?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:35:00 GMT", + "title": "Should You Repair Your Leaky Mailbox—or Replace It?", + "description": "

    Winter used to mean snow on the ground. These days, thanks to climate change, it more likely means an increase in cold rain—but either way, ‘tis the season for wet mail, whether in your leaky mailbox or shoved through your drippy mail slot. Whether it’s bills or holiday cards, wet mail can really wreck your day. Here…

    Read more...

    ", + "content": "

    Winter used to mean snow on the ground. These days, thanks to climate change, it more likely means an increase in cold rain—but either way, ‘tis the season for wet mail, whether in your leaky mailbox or shoved through your drippy mail slot. Whether it’s bills or holiday cards, wet mail can really wreck your day. Here…

    Read more...

    ", + "category": "mailbox", + "link": "https://lifehacker.com/should-you-repair-your-leaky-mailbox-or-replace-it-1848177447", + "creator": "Becca Lewis", + "pubDate": "Wed, 08 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e38335da3f382f9168be029a48a2ac4" + "hash": "53e0cfc0b1715c5608c11354c78aa142" }, { - "title": "Drone footage shows collapsed Amazon warehouse", - "description": "Tornadoes have ripped through several states killing dozens of people, authorities say.", - "content": "Tornadoes have ripped through several states killing dozens of people, authorities say.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59621245?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:20:57 GMT", + "title": "How to Tell If You’re in a Dysfunctional Relationship", + "description": "

    A relationship is supposed to be stable, nurturing, and safe. It is supposed to add value to your life by giving you a partner who can support you, celebrate with you, and make your days better. In turn, you are expected to do that for them, too—but it’s easy to give yourself fully to someone when you feel secure and…

    Read more...

    ", + "content": "

    A relationship is supposed to be stable, nurturing, and safe. It is supposed to add value to your life by giving you a partner who can support you, celebrate with you, and make your days better. In turn, you are expected to do that for them, too—but it’s easy to give yourself fully to someone when you feel secure and…

    Read more...

    ", + "category": "emotions", + "link": "https://lifehacker.com/how-to-tell-if-you-re-in-a-dysfunctional-relationship-1848175799", + "creator": "Lindsey Ellefson", + "pubDate": "Wed, 08 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18aa5778afbce108510ca0407646c08a" + "hash": "ba70a035cfc34299229fa8506f47a210" }, { - "title": "Mexico truck crash: 'There are so many dead'", - "description": "At least 54 people have been killed, and scores more injured, after a truck rolled in southern Mexico.", - "content": "At least 54 people have been killed, and scores more injured, after a truck rolled in southern Mexico.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59616117?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:42:46 GMT", + "title": "You Need to Update Your Pixel Immediately", + "description": "

    The December 2021 security patch is rolling out now for select Pixel phones running Android 12. Monthly security patches might not be as exciting as the Pixel Drop updates that add new features to your phone, but they’re still important to install as soon as possible since they patch security flaws hackers could…

    Read more...

    ", + "content": "

    The December 2021 security patch is rolling out now for select Pixel phones running Android 12. Monthly security patches might not be as exciting as the Pixel Drop updates that add new features to your phone, but they’re still important to install as soon as possible since they patch security flaws hackers could…

    Read more...

    ", + "category": "pixel", + "link": "https://lifehacker.com/you-need-to-update-your-pixel-immediately-1848174438", + "creator": "Brendan Hesse", + "pubDate": "Wed, 08 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "969b134e138ffef084c0d61108141641" + "hash": "f3aa3f9e51481414f8e35c09125c9bad" }, { - "title": "More than 50 feared dead in Kentucky's worst ever tornadoes", - "description": "The governor of the US state says that the number of victims could rise to 100.", - "content": "The governor of the US state says that the number of victims could rise to 100.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59620091?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:46:15 GMT", + "title": "The Difference Between Disinfecting and Sanitizing, According to the CDC", + "description": "

    We all have different versions of “cleaning.” For some, the act includes Windex, bleach, and a mop; for others, it means putting away toys, sweeping, and loading the dishwasher. But while “cleaning” can mean everything from straightening up to scrubbing down, when it comes to disinfecting and sanitizing, the…

    Read more...

    ", + "content": "

    We all have different versions of “cleaning.” For some, the act includes Windex, bleach, and a mop; for others, it means putting away toys, sweeping, and loading the dishwasher. But while “cleaning” can mean everything from straightening up to scrubbing down, when it comes to disinfecting and sanitizing, the…

    Read more...

    ", + "category": "bleach", + "link": "https://lifehacker.com/the-difference-between-disinfecting-and-sanitizing-acc-1848175073", + "creator": "Sarah Showfety", + "pubDate": "Wed, 08 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4166add8c3f1591a1417aa50e89ed626" + "hash": "9e98e16027a3a12801d9587c8a9471c2" }, { - "title": "Drone footage shows Amazon warehouse collapse", - "description": "Tornadoes have ripped through several states killing more than 50 people, authorities say.", - "content": "Tornadoes have ripped through several states killing more than 50 people, authorities say.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59621245?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:20:57 GMT", + "title": "How to Watch The Game Awards 2021, and What to Expect", + "description": "

    The Game Awards 2021 is this week, the year-end event where we get to watch ads and trailers for new games. Oh, and they hand out awards for the best games of the past year—even though many of those awards happen off-screen before the stream even begins.

    Read more...

    ", + "content": "

    The Game Awards 2021 is this week, the year-end event where we get to watch ads and trailers for new games. Oh, and they hand out awards for the best games of the past year—even though many of those awards happen off-screen before the stream even begins.

    Read more...

    ", + "category": "the game awards", + "link": "https://lifehacker.com/how-to-watch-the-game-awards-2021-and-what-to-expect-1848176072", + "creator": "Brendan Hesse", + "pubDate": "Wed, 08 Dec 2021 13:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "928863e281aa001620cecf8e6f2aa780" + "hash": "d5ca29b6ddf3ce127ccd133a9c2b9cd1" }, { - "title": "Nobel Peace Prize: Maria Ressa and Dmitry Muratov share joy over win", - "description": "Maria Ressa and Dmitry Muratov published investigations that angered the leaders of their countries.", - "content": "Maria Ressa and Dmitry Muratov published investigations that angered the leaders of their countries.", - "category": "", - "link": "https://www.bbc.co.uk/news/uk-59606395?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:10:23 GMT", + "title": "How to Spot a Shady Landlord (Before It’s Too Late)", + "description": "

    With the new year comes a slew of freshly signed leases. No matter the market conditions, there’s always a risk that the person selling and maintaining your apartment is, to use an industry term, a “total skeeve ball.” (Some of us would argue that the phrase “shady landlord” is redundant.) The reality of being a…

    Read more...

    ", + "content": "

    With the new year comes a slew of freshly signed leases. No matter the market conditions, there’s always a risk that the person selling and maintaining your apartment is, to use an industry term, a “total skeeve ball.” (Some of us would argue that the phrase “shady landlord” is redundant.) The reality of being a…

    Read more...

    ", + "category": "landlord", + "link": "https://lifehacker.com/how-to-spot-a-shady-landlord-before-it-s-too-late-1848136583", + "creator": "Meredith Dietz", + "pubDate": "Tue, 07 Dec 2021 22:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10dd70e9207870b14f39fa5ecb771e3d" + "hash": "6f895a04e1bf27011b4710bf4d126322" }, { - "title": "Tornadoes causing chaos across several US states", - "description": "People are reported to be trapped after a roof collapsed at an Amazon warehouse.", - "content": "People are reported to be trapped after a roof collapsed at an Amazon warehouse.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59620091?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 09:41:24 GMT", + "title": "Cheugy, Chipotle, and Dogecoin Among The Most Mispronounced Words of 2021", + "description": "

    The U.S. Captioning Company and the British Institute of Verbatim Reporters (BIVR) recently released reports on the most mispronounced words of the year—that is, the most challenging words for newsreaders and television hosts to say correctly the first time. We can only infer if these words are tough for people whose…

    Read more...

    ", + "content": "

    The U.S. Captioning Company and the British Institute of Verbatim Reporters (BIVR) recently released reports on the most mispronounced words of the year—that is, the most challenging words for newsreaders and television hosts to say correctly the first time. We can only infer if these words are tough for people whose…

    Read more...

    ", + "category": "dogecoin", + "link": "https://lifehacker.com/cheugy-chipotle-and-dogecoin-among-the-most-mispronou-1848173792", + "creator": "Sarah Showfety", + "pubDate": "Tue, 07 Dec 2021 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3415fc27a6a0b6c785f7a1d54d911da5" + "hash": "3885e4b52bd4c6f1fd27037632358d49" }, { - "title": "Omicron and boosters: Your questions answered", - "description": "Will we need regular boosters, can we vaccinate children under 12? Experts answer your questions.", - "content": "Will we need regular boosters, can we vaccinate children under 12? Experts answer your questions.", - "category": "", - "link": "https://www.bbc.co.uk/news/health-59594000?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 17:03:21 GMT", + "title": "You Should Brûlée All of Your Favorite Holiday Treats", + "description": "

    Whether you’re huddling around a roaring campfire, grilling a sumptuous piece of meat, or brûlée-ing a custardy crème, fire is sexy. Maybe it’s the element of danger involved in the exothermic process of combustion, or maybe it’s just because it looks cool, but breaking out a kitchen torch tells me we are about to…

    Read more...

    ", + "content": "

    Whether you’re huddling around a roaring campfire, grilling a sumptuous piece of meat, or brûlée-ing a custardy crème, fire is sexy. Maybe it’s the element of danger involved in the exothermic process of combustion, or maybe it’s just because it looks cool, but breaking out a kitchen torch tells me we are about to…

    Read more...

    ", + "category": "joe", + "link": "https://lifehacker.com/you-should-brulee-all-of-your-favorite-holiday-treats-1848174250", + "creator": "Claire Lower", + "pubDate": "Tue, 07 Dec 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89eef7da1f37fccc0f5342c7d0689114" + "hash": "8a1ec52c510e4bb2029ee60e07e75bfe" }, { - "title": "Mexico truck crash: Officials working to identify over 50 victims", - "description": "More than 50 people. thought to be migrants from Central America, were killed in the crash.", - "content": "More than 50 people. thought to be migrants from Central America, were killed in the crash.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59612811?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 22:18:15 GMT", + "title": "All the Delightful New Pixel Features Worth Checking Out", + "description": "

    It’s time for a Feature Drop! Google hit us with the news on Monday, Dec. 6, announcing a handful of fun new features for the Pixel lineup of devices. While not all features are available on all Pixels, there is something new for everyone, so long as you have a Pixel 3 or newer. That said, the update isn’t here yet on…

    Read more...

    ", + "content": "

    It’s time for a Feature Drop! Google hit us with the news on Monday, Dec. 6, announcing a handful of fun new features for the Pixel lineup of devices. While not all features are available on all Pixels, there is something new for everyone, so long as you have a Pixel 3 or newer. That said, the update isn’t here yet on…

    Read more...

    ", + "category": "pixel", + "link": "https://lifehacker.com/all-the-delightful-new-pixel-features-worth-checking-ou-1848173319", + "creator": "Jake Peterson", + "pubDate": "Tue, 07 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8bdbaddeb9d41a7883f295b81f8a78e9" + "hash": "5a6294a318b4d7e2a4baf75866e0fc6e" }, { - "title": "Julian Assange can be extradited to the US, court rules", - "description": "Judges are reassured by US promises to reduce the risk of the Wikileaks founder taking his own life.", - "content": "Judges are reassured by US promises to reduce the risk of the Wikileaks founder taking his own life.", - "category": "", - "link": "https://www.bbc.co.uk/news/uk-59608641?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 13:54:36 GMT", + "title": "How to Clean Your Scorched Iron", + "description": "

    If you’re back to wearing real work clothes on a regular basis, it may be time to bust out the iron. But before you attack any wrinkles, you’ll want to make sure the metal plate is clean and free of any burns, which can leave stains on your clothes. And if you do accidentally melt anything directly onto your iron,…

    Read more...

    ", + "content": "

    If you’re back to wearing real work clothes on a regular basis, it may be time to bust out the iron. But before you attack any wrinkles, you’ll want to make sure the metal plate is clean and free of any burns, which can leave stains on your clothes. And if you do accidentally melt anything directly onto your iron,…

    Read more...

    ", + "category": "chemistry", + "link": "https://lifehacker.com/how-to-clean-your-scorched-iron-1848173578", + "creator": "Emily Long", + "pubDate": "Tue, 07 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "257d31f34a5bd613469dce0d7abeea10" + "hash": "a71ec4d3e386b8d775b0fc95e3ecdaaa" }, { - "title": "Ros Atkins on… Compulsory Covid vaccinations", - "description": "Ros Atkins examines the ethical arguments surrounding vaccine mandates.", - "content": "Ros Atkins examines the ethical arguments surrounding vaccine mandates.", - "category": "", - "link": "https://www.bbc.co.uk/news/health-59609452?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:02:03 GMT", + "title": "How to Start a Google Chat Call Directly From Gmail", + "description": "

    Just like Zoom, Google Meet (and Chat) has heavily relied on links. Whether you wanted to do a one-on-one call or a group call, it all started and ended with a joining link or a meeting code.

    Read more...

    ", + "content": "

    Just like Zoom, Google Meet (and Chat) has heavily relied on links. Whether you wanted to do a one-on-one call or a group call, it all started and ended with a joining link or a meeting code.

    Read more...

    ", + "category": "google", + "link": "https://lifehacker.com/how-to-start-a-google-chat-call-directly-from-gmail-1848172621", + "creator": "Khamosh Pathak", + "pubDate": "Tue, 07 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a52700c4748a1ec9dd26f324eea7ae86" + "hash": "10c163232e5744e5236419c322e3ad57" }, { - "title": "Mexico truck crash: At least 54 people killed as trailer overturns", - "description": "More than 100 were injured when a trailer carrying Central American migrants overturned.", - "content": "More than 100 were injured when a trailer carrying Central American migrants overturned.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59603801?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:36:48 GMT", + "title": "How to Make All Your WhatsApp Messages Disappear Automatically", + "description": "

    WhatsApp’s Disappearing Messages feature has been quite limited so far—once enabled for a particular conversation or a group, all messages would be deleted automatically after seven days, but with no room for additional customization, or a default setting for all chats.

    Read more...

    ", + "content": "

    WhatsApp’s Disappearing Messages feature has been quite limited so far—once enabled for a particular conversation or a group, all messages would be deleted automatically after seven days, but with no room for additional customization, or a default setting for all chats.

    Read more...

    ", + "category": "whatsapp", + "link": "https://lifehacker.com/how-to-make-all-your-whatsapp-messages-disappear-automa-1848173060", + "creator": "Khamosh Pathak", + "pubDate": "Tue, 07 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1816423f7dacf28006ebfdb1e56d4b84" + "hash": "6b624754bee1e9c944dff5bf92990837" }, { - "title": "Finding Afghanistan's exiled women MPs", - "description": "Most of Afghanistan's 69 women MPs are now in exile and have vowed to continue fighting for women's rights.", - "content": "Most of Afghanistan's 69 women MPs are now in exile and have vowed to continue fighting for women's rights.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59598535?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 11:32:10 GMT", + "title": "What to Know About Plan B's Effectiveness If You're Stocking Up Right Now", + "description": "

    Stocking up on emergency contraception can be a good way of making sure you have some available when you need it—or that you can provide it to a friend if they’re in need. (Plan B is available over the- ounter in the U.S., so this is just as legal as doing the same thing with Tylenol.) But there’s something you should…

    Read more...

    ", + "content": "

    Stocking up on emergency contraception can be a good way of making sure you have some available when you need it—or that you can provide it to a friend if they’re in need. (Plan B is available over the- ounter in the U.S., so this is just as legal as doing the same thing with Tylenol.) But there’s something you should…

    Read more...

    ", + "category": "drug safety", + "link": "https://lifehacker.com/what-to-know-about-plan-bs-effectiveness-if-youre-stock-1848173402", + "creator": "Beth Skwarecki", + "pubDate": "Tue, 07 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5dbad0dd729f26ae61007f1a1c3e779" + "hash": "7ad0f1beac92537558c1346166d6d51c" }, { - "title": "Bipin Rawat: India holds funerals for top general and his wife after crash", - "description": "Gen Bipin Rawat, who died in a helicopter crash, was cremated with full military honours.", - "content": "Gen Bipin Rawat, who died in a helicopter crash, was cremated with full military honours.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59604649?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 11:34:02 GMT", + "title": "8 of the Worst YouTube Annoyances, and How to Fix Them", + "description": "

    Although you might not immediately think of it as such, YouTube is probably the smartest, most personal source of entertainment that we have. Plus, it’s free. And just like a streaming service, it’s easy to lose a couple of hours in the YouTube app or the website.

    Read more...

    ", + "content": "

    Although you might not immediately think of it as such, YouTube is probably the smartest, most personal source of entertainment that we have. Plus, it’s free. And just like a streaming service, it’s easy to lose a couple of hours in the YouTube app or the website.

    Read more...

    ", + "category": "youtube", + "link": "https://lifehacker.com/8-of-the-worst-youtube-annoyances-and-how-to-fix-them-1848171368", + "creator": "Khamosh Pathak", + "pubDate": "Tue, 07 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f094ac87c31e3cfc397739e48dcecc29" + "hash": "3427cb739fcb87061326cc25fff0038e" }, { - "title": "Margaret River bushfires: Blazes force evacuations in Australia tourist region", - "description": "The blazes near Margaret River have forced evacuations and scorched over 6,000 hectares of land.", - "content": "The blazes near Margaret River have forced evacuations and scorched over 6,000 hectares of land.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59604211?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 02:10:52 GMT", + "title": "This Is How Much Online ‘Stalking’ You Should Do Before a Date", + "description": "

    Part of the reason that Hinge is my favorite dating app is the ability for people to really show some of their personality in their profile prompts. In addition to basic safety and vibe concerns, it’s useful to have a jumping off point for small talk about each other’s interests. Similarly, I’ve argued before why

    Read more...

    ", + "content": "

    Part of the reason that Hinge is my favorite dating app is the ability for people to really show some of their personality in their profile prompts. In addition to basic safety and vibe concerns, it’s useful to have a jumping off point for small talk about each other’s interests. Similarly, I’ve argued before why

    Read more...

    ", + "category": "you", + "link": "https://lifehacker.com/this-is-how-much-online-stalking-you-should-do-before-1848172339", + "creator": "Meredith Dietz", + "pubDate": "Tue, 07 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e7364892cb1750f0b77bda948d50e8af" + "hash": "a3a01d9eede64f5b019346c488480bf8" }, { - "title": "Singapore: Man feared for life during otter attack", - "description": "Graham George Spencer was left with more than 20 wounds after he was bitten by the animals.", - "content": "Graham George Spencer was left with more than 20 wounds after he was bitten by the animals.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59592355?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 13:40:10 GMT", + "title": "How to Avoid Getting Flagged By the TSA, According to the TS-Mother-F'ing-A", + "description": "

    Flying can be annoying, especially during the holidays, and it’s even worse if you’re flagged by the TSA. Even if you follow all of their many rules, you can still end up being flagged, which can be uncomfortable at best, and day-ruining at worst.

    Read more...

    ", + "content": "

    Flying can be annoying, especially during the holidays, and it’s even worse if you’re flagged by the TSA. Even if you follow all of their many rules, you can still end up being flagged, which can be uncomfortable at best, and day-ruining at worst.

    Read more...

    ", + "category": "baggage", + "link": "https://lifehacker.com/how-to-avoid-getting-flagged-by-the-tsa-according-to-t-1848171516", + "creator": "Rachel Fairbank", + "pubDate": "Tue, 07 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd45bcdda59529a020a5d83dbc55b2d3" + "hash": "058b3b9a3092ea75ee02b5754f5e01bd" }, { - "title": "Football fans spending millions on club crypto-tokens", - "description": "Supporters have spent at least £260m on controversial fan tokens from major clubs, data suggests.", - "content": "Supporters have spent at least £260m on controversial fan tokens from major clubs, data suggests.", - "category": "", - "link": "https://www.bbc.co.uk/news/technology-59596267?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:05:38 GMT", + "title": "How to Use a Rubber Band to Loosen a Stubborn Screw, and Other Clever DIY Tricks", + "description": "

    Every craftsperson has their own unique way of doing things. Ask a question about a particular tool or method, and you’re likely to get as many different answers and suggestions as there are pros in the room. Some tricks are more useful than others, though—here are some of the best I know, from how to unstick a nut…

    Read more...

    ", + "content": "

    Every craftsperson has their own unique way of doing things. Ask a question about a particular tool or method, and you’re likely to get as many different answers and suggestions as there are pros in the room. Some tricks are more useful than others, though—here are some of the best I know, from how to unstick a nut…

    Read more...

    ", + "category": "woodworking", + "link": "https://lifehacker.com/how-to-use-a-rubber-band-to-loosen-a-stubborn-screw-an-1848170893", + "creator": "Becca Lewis", + "pubDate": "Tue, 07 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09ff2f82b03d777318bc244199baa53f" + "hash": "49f0b8b81a01804b1245072f4d60c65e" }, { - "title": "The Nepalese children made to work in bars and clubs", - "description": "Nepalese children, some as young as 11, are trapped in the worst forms of child labour.", - "content": "Nepalese children, some as young as 11, are trapped in the worst forms of child labour.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59459910?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:44:21 GMT", + "title": "13 of the Weirdest Christmas Traditions From Around the World", + "description": "

    It only seems normal to drag a dead tree into your house in order to get drunk in front of it because we do it every year. Same with all the holiday tales and traditions involving Santa, little baby Jesus, that Mariah Carey song, and everything else we associate with Dec. 25.

    How strange would all of this seem to an…

    Read more...

    ", + "content": "

    It only seems normal to drag a dead tree into your house in order to get drunk in front of it because we do it every year. Same with all the holiday tales and traditions involving Santa, little baby Jesus, that Mariah Carey song, and everything else we associate with Dec. 25.

    How strange would all of this seem to an…

    Read more...

    ", + "category": "traditions", + "link": "https://lifehacker.com/13-of-the-weirdest-christmas-traditions-from-around-the-1848168110", + "creator": "Stephen Johnson", + "pubDate": "Tue, 07 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4cf7798e8a888ca5a8e5e2f039730c81" + "hash": "eb815b3903d3bd3970926d49b2c6c19a" }, { - "title": "How this country became Europe's cargo bike hub", - "description": "In Germany, generous subsidies are leading to more sophisticated cargo bikes.", - "content": "In Germany, generous subsidies are leading to more sophisticated cargo bikes.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59430501?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:01:05 GMT", + "title": "How to Get the Smell of Garlic Out of Your Wooden Cutting Board", + "description": "

    If you own wooden utensils or cutting boards, you’ve probably noticed they have a way of retaining certain pungent odors. As much as we love our wooden kitchen tools, they are also porous, so they easily absorb strong smells—and then transfer those smells to foods we’re preparing later (garlic watermelon, anyone?).

    Read more...

    ", + "content": "

    If you own wooden utensils or cutting boards, you’ve probably noticed they have a way of retaining certain pungent odors. As much as we love our wooden kitchen tools, they are also porous, so they easily absorb strong smells—and then transfer those smells to foods we’re preparing later (garlic watermelon, anyone?).

    Read more...

    ", + "category": "garlic", + "link": "https://lifehacker.com/how-to-get-the-smell-of-garlic-out-of-your-wooden-cutti-1848170888", + "creator": "Rachel Fairbank", + "pubDate": "Tue, 07 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "81c04d70afc7eb3b9560ad21aea0ab1d" + "hash": "e5cb32e94adff53bc0c5ee6d3c3eb25b" }, { - "title": "Africa needs China and the US to work together", - "description": "The US promotes democracy and China builds infrastructure but people in Africa want both.", - "content": "The US promotes democracy and China builds infrastructure but people in Africa want both.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59531176?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:23:20 GMT", + "title": "You Should Stir Leftover Gravy Into Soups and Stews", + "description": "

    By now, all of your turkey gravy has been consumed, frozen, or tossed, but pouring gravy on roasts, potatoes, and roasted potatoes is an all-winter affair in my house. I make gravy before Thanksgiving, on Thanksgiving, and after Thanksgiving, which translates into a freezer full of gravy.

    Read more...

    ", + "content": "

    By now, all of your turkey gravy has been consumed, frozen, or tossed, but pouring gravy on roasts, potatoes, and roasted potatoes is an all-winter affair in my house. I make gravy before Thanksgiving, on Thanksgiving, and after Thanksgiving, which translates into a freezer full of gravy.

    Read more...

    ", + "category": "gravy", + "link": "https://lifehacker.com/you-should-stir-leftover-gravy-into-soups-and-stews-1848170201", + "creator": "Claire Lower", + "pubDate": "Tue, 07 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26535bcccd8720c44cd795f07deaefd2" + "hash": "889617fa749d5bc12b9dd2974bc2b643" }, { - "title": "Myanmar coup: The women abused and tortured in detention", - "description": "Women held for protesting against a military takeover say they were sexually assaulted and tortured.", - "content": "Women held for protesting against a military takeover say they were sexually assaulted and tortured.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59462503?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:15:31 GMT", + "title": "Why You Should Be Wary When Sending Your Pixel or iPhone in for Repairs", + "description": "

    None of us would willingly hand our phones over to someone if we thought they were going to steal and leak our personal data—but recent reports indicate some Apple and Google repair staff are doing just that.

    Read more...

    ", + "content": "

    None of us would willingly hand our phones over to someone if we thought they were going to steal and leak our personal data—but recent reports indicate some Apple and Google repair staff are doing just that.

    Read more...

    ", + "category": "pixel", + "link": "https://lifehacker.com/why-you-should-be-wary-when-sending-your-pixel-or-iphon-1848168903", + "creator": "Brendan Hesse", + "pubDate": "Mon, 06 Dec 2021 22:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ea2708b7cb534428073cac9f1768712" + "hash": "3e16bcc1fc42bb9d77e1f1ffb550badb" }, { - "title": "Afghan women: Secret diaries of changing lives", - "description": "Five women's secret diary posts, sent to the BBC, reveal how deeply the Taliban takeover has affected them.", - "content": "Five women's secret diary posts, sent to the BBC, reveal how deeply the Taliban takeover has affected them.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59578618?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:18:15 GMT", + "title": "What You Should Know About the New COVID Travel Rules That Start Today", + "description": "

    If you’re planning an international trip (or if you’re on one right now), it’s time to brush up on the COVID-related regulations, because testing requirements changed, and they take effect today. Also, remember how the Biden administration decided in early November that country-based travel bans are a bad idea?…

    Read more...

    ", + "content": "

    If you’re planning an international trip (or if you’re on one right now), it’s time to brush up on the COVID-related regulations, because testing requirements changed, and they take effect today. Also, remember how the Biden administration decided in early November that country-based travel bans are a bad idea?…

    Read more...

    ", + "category": "sars cov 2 omicron variant", + "link": "https://lifehacker.com/what-you-should-know-about-the-new-covid-travel-rules-t-1848166165", + "creator": "Beth Skwarecki", + "pubDate": "Mon, 06 Dec 2021 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cd6957dbf55c6c71eb5a31d2a3a9397" + "hash": "df16b9a88b8f5f2358c5c0837f7b7b5c" }, { - "title": "Covid vaccines: Why is Nigeria unable to use its supply?", - "description": "It's reported that up to one million doses of Covid vaccine in Nigeria have expired and are to be destroyed.", - "content": "It's reported that up to one million doses of Covid vaccine in Nigeria have expired and are to be destroyed.", - "category": "", - "link": "https://www.bbc.co.uk/news/59580982?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:53:39 GMT", + "title": "Make Poultry Cracklins in Your Air Fryer", + "description": "

    Devouring salty, crackling poultry skin is one of my favorite things about eating birds but, once cooled, it can go from transcendentally crisp to upsettingly gummy in a matter of minutes. Depending on the size of your bird, trying to eat all the skin before it cools can come off as a little creepy, but you don’t have…

    Read more...

    ", + "content": "

    Devouring salty, crackling poultry skin is one of my favorite things about eating birds but, once cooled, it can go from transcendentally crisp to upsettingly gummy in a matter of minutes. Depending on the size of your bird, trying to eat all the skin before it cools can come off as a little creepy, but you don’t have…

    Read more...

    ", + "category": "chicken as food", + "link": "https://lifehacker.com/make-poultry-cracklins-in-your-air-fryer-1848168231", + "creator": "Claire Lower", + "pubDate": "Mon, 06 Dec 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0af890715039b41015a83f4e98bc7c9d" + "hash": "28a0f7faa49fb32e45907d2816db664d" }, { - "title": "Mothers reborn: The surprising benefits of lifelike dolls", - "description": "Reborn dolls are hyper-realistic dummies, treated like real children, given a birthing ceremony and even a heartbeat.", - "content": "Reborn dolls are hyper-realistic dummies, treated like real children, given a birthing ceremony and even a heartbeat.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59604011?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 02:20:20 GMT", + "title": "Let's Bring Back the Fruit Stocking Stuffer", + "description": "

    I read a lot of historical fiction as a child—most of it in the American Girl Doll series. I don’t know how they do it now, but back in my day each doll had six matching books (each sold separately!), and all of the books had nearly identical titles—the only part of the title that would change from doll to doll was…

    Read more...

    ", + "content": "

    I read a lot of historical fiction as a child—most of it in the American Girl Doll series. I don’t know how they do it now, but back in my day each doll had six matching books (each sold separately!), and all of the books had nearly identical titles—the only part of the title that would change from doll to doll was…

    Read more...

    ", + "category": "trees", + "link": "https://lifehacker.com/lets-bring-back-the-fruit-stocking-stuffer-1848167306", + "creator": "Claire Lower", + "pubDate": "Mon, 06 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b102d3757b3bdac7528a35ee672f1504" + "hash": "3bb7301b4278ed350068124c9a66518e" }, { - "title": "Mexico truck crash: At least 53 people killed as trailer overturns", - "description": "Dozens are injured when a trailer crammed with Central American migrants overturned, officials say.", - "content": "Dozens are injured when a trailer crammed with Central American migrants overturned, officials say.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59603801?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 03:42:36 GMT", + "title": "Is Your Child Too Popular for Their Own Good?", + "description": "

    It’s impossible for thoughtful parents to not to worry about their child’s popularity. You can’t remember your own Lords-of-the Flies-with-hairspray high school social experience and not wonder whether you’ve prepared your child to navigate the fraught social landscape of not-quite-adulthood.

    Read more...

    ", + "content": "

    It’s impossible for thoughtful parents to not to worry about their child’s popularity. You can’t remember your own Lords-of-the Flies-with-hairspray high school social experience and not wonder whether you’ve prepared your child to navigate the fraught social landscape of not-quite-adulthood.

    Read more...

    ", + "category": "popular", + "link": "https://lifehacker.com/is-your-child-too-popular-for-their-own-good-1848149805", + "creator": "Stephen Johnson", + "pubDate": "Mon, 06 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de09b9ff01fe9d107df97ca893472cf8" + "hash": "9d9af2ecac56b02f4bda0f096e1064fd" }, { - "title": "Jussie Smollett: Actor found guilty of lying about attack", - "description": "A lawyer for the actor has said his client plans '100%' to appeal the verdict.", - "content": "A lawyer for the actor has said his client plans '100%' to appeal the verdict.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59599142?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:50:16 GMT", + "title": "The Best Way to Ask for a Cost-of-Living Raise", + "description": "

    The end of the calendar year is a time for tactfully exiting holiday parties and hazarding guesses at what to get your coworker for Secret Santa, but more importantly, for many workplaces, it’s also the time when performance reviews happen, budgets are made, and salaries are negotiated.

    Read more...

    ", + "content": "

    The end of the calendar year is a time for tactfully exiting holiday parties and hazarding guesses at what to get your coworker for Secret Santa, but more importantly, for many workplaces, it’s also the time when performance reviews happen, budgets are made, and salaries are negotiated.

    Read more...

    ", + "category": "physical cosmology", + "link": "https://lifehacker.com/the-best-way-to-ask-for-a-cost-of-living-raise-1848167183", + "creator": "Meredith Dietz", + "pubDate": "Mon, 06 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da29abe68aa5f193ae9c6f18c6ce2980" + "hash": "801c77da930efda05fcf30f4cbcab6af" }, { - "title": "Russia Ukraine: Putin compares Donbas war zone to genocide", - "description": "Russia's leader ramps up his rhetoric as the US and Ukrainian presidents discuss border tensions.", - "content": "Russia's leader ramps up his rhetoric as the US and Ukrainian presidents discuss border tensions.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59599066?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 22:45:56 GMT", + "title": "How to Get Through Bedtime When You’re Solo-Parenting", + "description": "

    If you’re a parent of small children, you probably face the nightly bedtime routine with some amount of dread. There are so many to-do’s, moving, slippery parts, hyper children, and hygiene perils (see: bathwater, drinking) to deal with—plus an unparalleled appetite for chaos and stalling that seem to hit as soon as…

    Read more...

    ", + "content": "

    If you’re a parent of small children, you probably face the nightly bedtime routine with some amount of dread. There are so many to-do’s, moving, slippery parts, hyper children, and hygiene perils (see: bathwater, drinking) to deal with—plus an unparalleled appetite for chaos and stalling that seem to hit as soon as…

    Read more...

    ", + "category": "lifestyles", + "link": "https://lifehacker.com/how-to-get-through-bedtime-when-you-re-solo-parenting-1848166666", + "creator": "Sarah Showfety", + "pubDate": "Mon, 06 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d86ea8d32803670ab0bd9e078d509442" + "hash": "a0f19726e2ec19fab2b2ec7829ff3b19" }, { - "title": "Starbucks to get its first unionised US store since 1980s", - "description": "Staff at one branch vote to unionise, the first in the coffee chain's own stores since the 1980s.", - "content": "Staff at one branch vote to unionise, the first in the coffee chain's own stores since the 1980s.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59588905?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 04:23:48 GMT", + "title": "How to Stop Your Phone From Calling 911 by Accident", + "description": "

    When there’s an emergency, you want quick, reliable access to help. What you don’t want is for that access to be so quick and so reliable you end up calling 911 by complete accident. Unfortunately, that is the state of emergency services on iPhone and Android, and if you’re reading this, you might be well aware of how…

    Read more...

    ", + "content": "

    When there’s an emergency, you want quick, reliable access to help. What you don’t want is for that access to be so quick and so reliable you end up calling 911 by complete accident. Unfortunately, that is the state of emergency services on iPhone and Android, and if you’re reading this, you might be well aware of how…

    Read more...

    ", + "category": "disaster accident", + "link": "https://lifehacker.com/how-to-stop-your-phone-from-calling-911-by-accident-1848166179", + "creator": "Jake Peterson", + "pubDate": "Mon, 06 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "754415fbb30eedf8c7ab351c742adb8e" + "hash": "393db2380bc3c8f248b1e2ccb028fbf9" }, { - "title": "Kenya police recruits brag: 'We are the bad ones'", - "description": "A video of Kenyan police recruits acting in an intimidating fashion is widely condemned.", - "content": "A video of Kenyan police recruits acting in an intimidating fashion is widely condemned.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59598455?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 17:48:12 GMT", + "title": "7 of the Best Password Managers to Choose From Before Lockwise Shuts Down", + "description": "

    Firefox is shutting down its Lockwise password manager service. The passwords you save in the Firefox app on desktop and mobile will still be available, and they’ll still be synced across all your devices; Mozilla is effectively rolling Lockwise’s features into Firefox and removing the iOS and Android app from the…

    Read more...

    ", + "content": "

    Firefox is shutting down its Lockwise password manager service. The passwords you save in the Firefox app on desktop and mobile will still be available, and they’ll still be synced across all your devices; Mozilla is effectively rolling Lockwise’s features into Firefox and removing the iOS and Android app from the…

    Read more...

    ", + "category": "software", + "link": "https://lifehacker.com/7-of-the-best-password-managers-to-choose-from-before-l-1848165088", + "creator": "Khamosh Pathak", + "pubDate": "Mon, 06 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5530eeb7ba7765ef703152df0f531fad" + "hash": "127ac8504577f97de160d6b9ad985c14" }, { - "title": "Capitol riot: US appeals court rejects Trump's request to block files", - "description": "A panel investigating the Capitol riot wants to see the ex-president's White House records.", - "content": "A panel investigating the Capitol riot wants to see the ex-president's White House records.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59599279?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 23:40:14 GMT", + "title": "How to Unlock Halo Infinite's Hidden Multiplayer Modes Before Microsoft Takes Them Down", + "description": "

    Before Halo Infinite’s story mode goes public, Microsoft is inviting users into the multiplayer mode in the open beta, which has been running on Steam since Nov. 15. Halo Infinite starts you off with 17 multiplayer modes by default, but if you launch the game with Steam set in offline mode, you end up with 14 more…

    Read more...

    ", + "content": "

    Before Halo Infinite’s story mode goes public, Microsoft is inviting users into the multiplayer mode in the open beta, which has been running on Steam since Nov. 15. Halo Infinite starts you off with 17 multiplayer modes by default, but if you launch the game with Steam set in offline mode, you end up with 14 more…

    Read more...

    ", + "category": "microsoft", + "link": "https://lifehacker.com/how-to-unlock-halo-infinites-hidden-multiplayer-modes-b-1848165514", + "creator": "Khamosh Pathak", + "pubDate": "Mon, 06 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2302785d1016861f9614701979407a7" + "hash": "b2b5d08873f2c08289779703d8ba62cb" }, { - "title": "New York’s Met museum to remove Sackler name from exhibits", - "description": "The Sackler family founded Purdue Pharma, which manufactured opioids linked to the deaths of thousands.", - "content": "The Sackler family founded Purdue Pharma, which manufactured opioids linked to the deaths of thousands.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59572668?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:03:57 GMT", + "title": "How to Make the Perfect DIY Gift-Wrapping Station", + "description": "

    Wrapping holiday gifts can be fun—but if your gift-wrapping station is disorganized (and the wrapping paper is forever rolling off the table and unraveling), it can also be tedious. That’s why taking the extra time to set up the perfect, functional gift-wrapping station is worth the effort. Here are a few tips to set…

    Read more...

    ", + "content": "

    Wrapping holiday gifts can be fun—but if your gift-wrapping station is disorganized (and the wrapping paper is forever rolling off the table and unraveling), it can also be tedious. That’s why taking the extra time to set up the perfect, functional gift-wrapping station is worth the effort. Here are a few tips to set…

    Read more...

    ", + "category": "wrapping", + "link": "https://lifehacker.com/how-to-make-the-perfect-diy-gift-wrapping-station-1848164443", + "creator": "Becca Lewis", + "pubDate": "Mon, 06 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b473d4a1379623bea0a4fff21357942" + "hash": "5b6104dee4b3a28362f5222998fc40d6" }, { - "title": "Nicaragua cuts ties with Taiwan in favour of Beijing", - "description": "It comes as the US State Department called for democracies to \"expand engagement with Taiwan\".", - "content": "It comes as the US State Department called for democracies to \"expand engagement with Taiwan\".", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59574532?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 04:22:18 GMT", + "title": "Understanding the 'Goodness-of-Fit' Theory Can Help You Be a Better Parent", + "description": "

    It’s a cliché to say very child is different, but it’s unquestionably true that different kids need different types or support and will thrive in different environments. A child with a laidback temperament might thrive in a traditional classroom setting, while one who is full of energy might be disruptive, and one…

    Read more...

    ", + "content": "

    It’s a cliché to say very child is different, but it’s unquestionably true that different kids need different types or support and will thrive in different environments. A child with a laidback temperament might thrive in a traditional classroom setting, while one who is full of energy might be disruptive, and one…

    Read more...

    ", + "category": "personality", + "link": "https://lifehacker.com/understanding-the-goodness-of-fit-theory-can-help-you-b-1848157537", + "creator": "Rachel Fairbank", + "pubDate": "Mon, 06 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85947eaf4d66e5ee47b339471020e8bc" + "hash": "50db9a8c0d642d8dc9566ee22d459390" }, { - "title": "Woman fined €1,200 for causing Tour de France pile-up", - "description": "The woman's cardboard sign brought down dozens of cyclists during a stage of the elite race in June.", - "content": "The woman's cardboard sign brought down dozens of cyclists during a stage of the elite race in June.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59582145?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 14:27:42 GMT", + "title": "Start a ‘Tech-Free’ Hobby, and Other Ways to Beat Technology Fatigue", + "description": "

    You may have noticed that we are all surrounded by tech. We use it for work, for entertainment, and to keep in touch with our friends and family. It can feel, from the moment you wake up to the moment you go to bed, that you are tethered to your many gadgets. If you’re feeling overwhelmed by the constant use of…

    Read more...

    ", + "content": "

    You may have noticed that we are all surrounded by tech. We use it for work, for entertainment, and to keep in touch with our friends and family. It can feel, from the moment you wake up to the moment you go to bed, that you are tethered to your many gadgets. If you’re feeling overwhelmed by the constant use of…

    Read more...

    ", + "category": "fatigue", + "link": "https://lifehacker.com/start-a-tech-free-hobby-and-other-ways-to-beat-techn-1848133853", + "creator": "Shannon Flynn", + "pubDate": "Mon, 06 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d23f57227f45257039369b47a5baaef3" + "hash": "ac49c0a9bccb4f47b9d8acacd1d67266" }, { - "title": "In pictures: Israel hands seized relics to Egypt", - "description": "The haul includes figurines of ancient queens, hieroglyphic inscriptions and burial offerings.", - "content": "The haul includes figurines of ancient queens, hieroglyphic inscriptions and burial offerings.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59571712?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 15:59:49 GMT", + "title": "15 Discontinued Fast-Food Items That Must Return, According to Lifehacker Readers", + "description": "

    Last week I asked which discontinued fast-food items you wish would return with all your heart. To paint a picture of loss, I of course used Taco Bell’s discontinuation of the Mexican Pizza as an example; despite less-than-overwhelming support for the Mexican Pizza in the comments, the item will be featured in this…

    Read more...

    ", + "content": "

    Last week I asked which discontinued fast-food items you wish would return with all your heart. To paint a picture of loss, I of course used Taco Bell’s discontinuation of the Mexican Pizza as an example; despite less-than-overwhelming support for the Mexican Pizza in the comments, the item will be featured in this…

    Read more...

    ", + "category": "blazer", + "link": "https://lifehacker.com/15-discontinued-fast-food-items-that-must-return-accor-1848157164", + "creator": "Meredith Dietz", + "pubDate": "Mon, 06 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Lifehacker", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "281be9a95f96e59b806cc5f370e26198" + "hash": "c9bef6229e234d822c4a51188b9aa602" }, { - "title": "Saudi camel beauty pageant cracks down on cosmetic enhancements", - "description": "More than 40 camels are disqualified for receiving injections and other cosmetic enhancements.", - "content": "More than 40 camels are disqualified for receiving injections and other cosmetic enhancements.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59593001?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 12:14:55 GMT", + "title": "How to Tell the Difference Between a Thanksgiving Cactus and a Christmas Cactus, and Why It Matters", + "description": "

    Despite their festive name, Christmas cacti are great year-round houseplants, and don’t look out of place in the middle of July. They also live so long that they can be passed down between generations if they receive the proper care.

    Read more...

    ", + "content": "

    Despite their festive name, Christmas cacti are great year-round houseplants, and don’t look out of place in the middle of July. They also live so long that they can be passed down between generations if they receive the proper care.

    Read more...

    ", + "category": "plants", + "link": "https://lifehacker.com/how-to-tell-the-difference-between-a-thanksgiving-cactu-1848161107", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 05 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Lifehacker", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8672d0e1224f21a3c57063cd4d10ba18" + "hash": "9fde1610a6937f3486f877af6e8f6d55" }, { - "title": "Where are Afghanistan's women MPs now?", - "description": "Sixty of Afghanistan's 69 women MPs are scattered across the globe, but many aim to continue fighting for women's rights.", - "content": "Sixty of Afghanistan's 69 women MPs are scattered across the globe, but many aim to continue fighting for women's rights.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59598535?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:32:42 GMT", + "title": "Don't Overlook These Relationship Green Flags", + "description": "

    When it comes to romantic relationships—whether they are firmly established, or still in their early stages—we are (rightfully) conditioned to pay attention to and make note of any warning signs about a person, commonly referred to as “red flags.”

    Read more...

    ", + "content": "

    When it comes to romantic relationships—whether they are firmly established, or still in their early stages—we are (rightfully) conditioned to pay attention to and make note of any warning signs about a person, commonly referred to as “red flags.”

    Read more...

    ", + "category": "personal life", + "link": "https://lifehacker.com/dont-overlook-these-relationship-green-flags-1848161100", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 05 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43057a2eaeef2bae3de3809c9504e795" + "hash": "333a3915e36b0c96df9e862ae12f09ec" }, { - "title": "The country that is Europe's hub for cargo bikes", - "description": "In Germany, generous subsidies are leading to more sophisticated cargo bikes.", - "content": "In Germany, generous subsidies are leading to more sophisticated cargo bikes.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59430501?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:01:05 GMT", + "title": "Why You Should Use a Quarter to Test Tire Tread Instead of a Penny", + "description": "

    As you were learning how to drive, you may have also learned a few car maintenance basics, like how to refill your windshield wiper fluid or check your oil levels. Another common tip was to use a penny to check the tread on your tires.

    Read more...

    ", + "content": "

    As you were learning how to drive, you may have also learned a few car maintenance basics, like how to refill your windshield wiper fluid or check your oil levels. Another common tip was to use a penny to check the tread on your tires.

    Read more...

    ", + "category": "tire", + "link": "https://lifehacker.com/why-you-should-use-a-quarter-to-test-tire-tread-instead-1848161093", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 05 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "793b53ea3f3640becd96ceb8d8f3fa19" + "hash": "1c6ecb4918490c77a275fc415b78d470" }, { - "title": "China's detention camps: Held in chains for using WhatsApp", - "description": "Erbakit Otarbay, an ethnic Kazakh, was imprisoned as part of a mass incarceration programme in China.", - "content": "Erbakit Otarbay, an ethnic Kazakh, was imprisoned as part of a mass incarceration programme in China.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59585597?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:09:59 GMT", + "title": "Don't Ignore These Less-Obvious Signs of Verbal Abuse", + "description": "

    Sometimes it’s very clear when someone speaking to you is being verbally abusive; you feel cut-down, belittled, and/or manipulated. But other times, it can be harder to tell if the words directed at you are some type of criticism or unwelcome feedback, or actual verbal abuse.

    Read more...

    ", + "content": "

    Sometimes it’s very clear when someone speaking to you is being verbally abusive; you feel cut-down, belittled, and/or manipulated. But other times, it can be harder to tell if the words directed at you are some type of criticism or unwelcome feedback, or actual verbal abuse.

    Read more...

    ", + "category": "verbal abuse", + "link": "https://lifehacker.com/dont-ignore-these-less-obvious-signs-of-verbal-abuse-1848156652", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 04 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e1b1ef9c9bf78219ba294682e4f1fa2" + "hash": "187b13226185f655844af49aade517e6" }, { - "title": "Goalball player Sevda Altunoluk: 'I am the world's best'", - "description": "Sevda Altunoluk believes in empowering visually impaired people by encouraging them to compete in sport.", - "content": "Sevda Altunoluk believes in empowering visually impaired people by encouraging them to compete in sport.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59586873?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:07:43 GMT", + "title": "How to Figure Out if Wood Has Been Pressure-Treated, and Why It Matters", + "description": "

    Those who have spent some time working with wood know that the building material comes in different types, and they’re not all equally suited for every project. Other than the features that depend on the type of tree the wood came from (i.e. maple, oak, birch, etc.), how wood is used also comes down to whether or not…

    Read more...

    ", + "content": "

    Those who have spent some time working with wood know that the building material comes in different types, and they’re not all equally suited for every project. Other than the features that depend on the type of tree the wood came from (i.e. maple, oak, birch, etc.), how wood is used also comes down to whether or not…

    Read more...

    ", + "category": "wood", + "link": "https://lifehacker.com/how-to-figure-out-if-wood-has-been-pressure-treated-an-1848156635", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 04 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c2862250345d6b5a65808a4a36621ce6" + "hash": "6a7bf0a461d6a6ffa548711db1f6ef7b" }, { - "title": "Growing up in Iran: Every morning we had to chant ‘Death to America’", - "description": "Iranian Rana Rahimpour moved to the UK as a young journalist and is now unable to return home for fear of arrest.", - "content": "Iranian Rana Rahimpour moved to the UK as a young journalist and is now unable to return home for fear of arrest.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59553662?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:02:29 GMT", + "title": "Snag $1,000 for Looking Like Your Pet", + "description": "

    There’s an old saying that eventually, people and their pets will start to look like each other. (Or is that spouses? Either way, it’s something/one you live and go on walks with.) But once that happens, what comes next? You can either ignore it and move on with your life, or really lean into it, and take (and…

    Read more...

    ", + "content": "

    There’s an old saying that eventually, people and their pets will start to look like each other. (Or is that spouses? Either way, it’s something/one you live and go on walks with.) But once that happens, what comes next? You can either ignore it and move on with your life, or really lean into it, and take (and…

    Read more...

    ", + "category": "shane co", + "link": "https://lifehacker.com/snag-1-000-for-looking-like-your-pet-1848156578", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 04 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f95825e50ef0c3c31ac0b3fbd53edef" + "hash": "e6edf34280c793a5df399e284dfacd34" }, { - "title": "Chimamanda Ngozi Adichie: ‘I want to say what I think’", - "description": "The Nigerian writer shares her experience of grief and her thoughts on \"cancel culture\" and trans rights.", - "content": "The Nigerian writer shares her experience of grief and her thoughts on \"cancel culture\" and trans rights.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59568638?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:05:04 GMT", + "title": "What You Need to Know About the Omicron Variant", + "description": "

    Omicron is the latest variant of the virus that causes COVID-19. Like Delta, it’s been designated by the World Health Organization as a “Variant of Concern” (more severe than a “Variant of Interest”). Also like Delta, it’s moving fast. Cases spiked in South Africa recently, and cases of infection with the variant have…

    Read more...

    ", + "content": "

    Omicron is the latest variant of the virus that causes COVID-19. Like Delta, it’s been designated by the World Health Organization as a “Variant of Concern” (more severe than a “Variant of Interest”). Also like Delta, it’s moving fast. Cases spiked in South Africa recently, and cases of infection with the variant have…

    Read more...

    ", + "category": "omicron", + "link": "https://lifehacker.com/what-you-need-to-know-about-the-omicron-variant-1848158084", + "creator": "Beth Skwarecki", + "pubDate": "Fri, 03 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1680f14e7aa15fe6cfd5f0b9b84ffae" + "hash": "2bef46d8d91a6ec737e8b400d77e006a" }, { - "title": "Omicron: WHO concerned rich countries could hoard vaccines", - "description": "There are concerns that booster rollouts in wealthy nations could threaten supply to poorer countries.", - "content": "There are concerns that booster rollouts in wealthy nations could threaten supply to poorer countries.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59599058?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 16:17:34 GMT", + "title": "How to Lock Up Your Photos and Videos in Google Photos", + "description": "

    For one reason or another, we all have photos and videos that we don’t want just anyone looking at, and we’ve all experienced that small jolt of panic when showing someone one picture, and they start scrolling to their heart’s content. If you use Google Photos, you no longer need to worry, as you can move your…

    Read more...

    ", + "content": "

    For one reason or another, we all have photos and videos that we don’t want just anyone looking at, and we’ve all experienced that small jolt of panic when showing someone one picture, and they start scrolling to their heart’s content. If you use Google Photos, you no longer need to worry, as you can move your…

    Read more...

    ", + "category": "google", + "link": "https://lifehacker.com/how-to-lock-up-your-photos-and-videos-in-google-photos-1848157338", + "creator": "Jake Peterson", + "pubDate": "Fri, 03 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f7b809c6cc6ab75333b410e1e5d17d6" + "hash": "852d8fec6f2ddf642763849ebb4efe96" }, { - "title": "Beijing Winter Olympics boycott is insignificant, says Macron", - "description": "The French president says some Western countries' refusal to send officials has no useful outcome.", - "content": "The French president says some Western countries' refusal to send officials has no useful outcome.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59599063?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:48:26 GMT", + "title": "Sous Vide an 'Always Sunny' Rum Ham That Would Make Frank Reynolds Proud", + "description": "

    It took me way longer than it should have to watch It’s Always Sunny In Philadelphia. It’s almost like I was saving it for when I needed it most, which happened to be during a global pandemic (and a couple of months before the Season 15 premier). I adore it, and everyone involved with making it. The entire cast is…

    Read more...

    ", + "content": "

    It took me way longer than it should have to watch It’s Always Sunny In Philadelphia. It’s almost like I was saving it for when I needed it most, which happened to be during a global pandemic (and a couple of months before the Season 15 premier). I adore it, and everyone involved with making it. The entire cast is…

    Read more...

    ", + "category": "rum", + "link": "https://lifehacker.com/sous-vide-an-always-sunny-rum-ham-that-would-make-frank-1848157451", + "creator": "Claire Lower", + "pubDate": "Fri, 03 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d8ea604a000ffce1f5608941e9a8649" + "hash": "e0f8523355af5dd1ed191f33a5cd3f3a" }, { - "title": "China committed genocide against Uyghurs, independent tribunal rules", - "description": "A London-based unofficial tribunal says China is deliberately preventing births among Uyghurs.", - "content": "A London-based unofficial tribunal says China is deliberately preventing births among Uyghurs.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59595952?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:51:22 GMT", + "title": "30 of the Best Movies of 2021 You Can Watch at Home Right Now", + "description": "

    It has been a good year for movies. Not a great year for movie theaters, though.

    In 2019, the last year in which box office returns were unaffected by the pandemic, U.S. theaters banked $11.4 billion in ticket sales. Last year, that lofty total dropped to $2.2 billion (for context, Avengers: Endgame alone made more…

    Read more...

    ", + "content": "

    It has been a good year for movies. Not a great year for movie theaters, though.

    In 2019, the last year in which box office returns were unaffected by the pandemic, U.S. theaters banked $11.4 billion in ticket sales. Last year, that lofty total dropped to $2.2 billion (for context, Avengers: Endgame alone made more…

    Read more...

    ", + "category": "beanie feldstein", + "link": "https://lifehacker.com/30-of-the-best-movies-of-2021-you-can-watch-at-home-rig-1848154310", + "creator": "Joel Cunningham", + "pubDate": "Fri, 03 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d740a0e65f6fd71ae9070a9c309a605" + "hash": "14fea2431e4806b274f2049734ef888e" }, { - "title": "New Zealand to ban cigarettes for future generations", - "description": "No New Zealander born after 2009 will be able to buy tobacco under proposed new health laws.", - "content": "No New Zealander born after 2009 will be able to buy tobacco under proposed new health laws.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59589775?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 04:32:02 GMT", + "title": "How to Keep Little Kids From Destroying Your Christmas Tree", + "description": "

    You’ve made the annual pilgrimage to the Christmas tree farm, selected the fullest Fraser fir, (or erected that surprisingly lifelike pre-lit Aspen artificial from Costco), placed each ornament on the perfect branch and carefully lifted your little one to the tree’s apex for the privilege of putting the star on top.…

    Read more...

    ", + "content": "

    You’ve made the annual pilgrimage to the Christmas tree farm, selected the fullest Fraser fir, (or erected that surprisingly lifelike pre-lit Aspen artificial from Costco), placed each ornament on the perfect branch and carefully lifted your little one to the tree’s apex for the privilege of putting the star on top.…

    Read more...

    ", + "category": "christmas", + "link": "https://lifehacker.com/how-to-keep-little-kids-from-destroying-your-christmas-1848156541", + "creator": "Sarah Showfety", + "pubDate": "Fri, 03 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "326fed58a5ab161f727c27684d3c8aa0" + "hash": "7117b403ccbcf2da4860b795d96d8bfe" }, { - "title": "Astroworld: Travis Scott says he was unaware fans were hurt", - "description": "The US rapper says he only discovered the impact of a deadly crowd surge after the festival in Texas.", - "content": "The US rapper says he only discovered the impact of a deadly crowd surge after the festival in Texas.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59599271?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:45:18 GMT", + "title": "How to (Finally) Speed Up Pokémon GO’s Refresh Rate on Your Phone", + "description": "

    Pokémon GO is still going strong, and is a great example of a uniquely mobile gaming experience. While the game is more about hunting for Pokémon throughout the real world, and less about graphics, the game’s frame rate has always lagged behind what our smartphones are capable of. Thankfully, that’s no longer the…

    Read more...

    ", + "content": "

    Pokémon GO is still going strong, and is a great example of a uniquely mobile gaming experience. While the game is more about hunting for Pokémon throughout the real world, and less about graphics, the game’s frame rate has always lagged behind what our smartphones are capable of. Thankfully, that’s no longer the…

    Read more...

    ", + "category": "refresh rate", + "link": "https://lifehacker.com/how-to-finally-speed-up-pokemon-go-s-refresh-rate-on-1848155974", + "creator": "Jake Peterson", + "pubDate": "Fri, 03 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cbaa74cac0a0cfdd7b10fa27c2b9eb2a" + "hash": "f99628fbc937a26d3fbfac544de6e7cd" }, { - "title": "Ethiopia war: UN halts food aid in two towns after warehouses looted", - "description": "Aid workers faced extreme intimidation and were held at gunpoint by looters, the UN says.", - "content": "Aid workers faced extreme intimidation and were held at gunpoint by looters, the UN says.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59588956?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:50:39 GMT", + "title": "Everything You Need to Know About the Rise (and the Effectiveness) of Digital Therapeutics", + "description": "

    The old joke “there’s an app for that!” has finally come for the healthcare industry as medicine moves into the uncharted waters known as Digital Therapeutics (DTx). You might be familiar with the broader category of Digital Health, which includes stuff like the Fitbit designed to support healthy lifestyles or a…

    Read more...

    ", + "content": "

    The old joke “there’s an app for that!” has finally come for the healthcare industry as medicine moves into the uncharted waters known as Digital Therapeutics (DTx). You might be familiar with the broader category of Digital Health, which includes stuff like the Fitbit designed to support healthy lifestyles or a…

    Read more...

    ", + "category": "digital therapeutics", + "link": "https://lifehacker.com/everything-you-need-to-know-about-the-rise-and-the-eff-1848155470", + "creator": "Jeff Somers", + "pubDate": "Fri, 03 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1ee56ce0830b9e80c305c5c946d818e" + "hash": "d38f9dc4e585b10c54afbae929f91909" }, { - "title": "US-led coalition against IS ends combat mission in Iraq", - "description": "Troops will remain to \"advise, assist and enable\" Iraqi security forces to stop a resurgence of IS.", - "content": "Troops will remain to \"advise, assist and enable\" Iraqi security forces to stop a resurgence of IS.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59593007?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:59:07 GMT", + "title": "How to Get Your Solar Panels Ready for Winter", + "description": "

    Let’s start with the good news: Solar panels can continue to produce energy throughout the winter, even when temperatures really drop. (If you purchased solar panels for your home and live somewhere with cold winters, you probably already know this.) But the less-convenient news is that if your area is also prone to…

    Read more...

    ", + "content": "

    Let’s start with the good news: Solar panels can continue to produce energy throughout the winter, even when temperatures really drop. (If you purchased solar panels for your home and live somewhere with cold winters, you probably already know this.) But the less-convenient news is that if your area is also prone to…

    Read more...

    ", + "category": "environment", + "link": "https://lifehacker.com/how-to-get-your-solar-panels-ready-for-winter-1848155353", + "creator": "Elizabeth Yuko", + "pubDate": "Fri, 03 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db542b657c43947fcb916262dae5cd58" + "hash": "529cbf30cdcf176a6434c9b0677dad1d" }, { - "title": "Lina Wertmüller: Groundbreaking Italian film director dies aged 93", - "description": "Wertmüller became the first woman ever to be nominated for an Oscar for best director in the 1970s.", - "content": "Wertmüller became the first woman ever to be nominated for an Oscar for best director in the 1970s.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59599270?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 17:15:44 GMT", + "title": "Why You Should Master the Art of 'Lazy' Exercise", + "description": "

    In college, I knew a girl who did a lot of her studying at the gym. She’d bring a textbook and prop it up on the treadmill, and somehow it worked for her. Anytime I tried it, I’d have a bouncing book, a terrible workout, and not be able to report back a single word I’d read.

    Read more...

    ", + "content": "

    In college, I knew a girl who did a lot of her studying at the gym. She’d bring a textbook and prop it up on the treadmill, and somehow it worked for her. Anytime I tried it, I’d have a bouncing book, a terrible workout, and not be able to report back a single word I’d read.

    Read more...

    ", + "category": "exercise", + "link": "https://lifehacker.com/why-you-should-master-the-art-of-lazy-exercise-1848069976", + "creator": "Beth Skwarecki", + "pubDate": "Fri, 03 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a635d375dea09a73b1109ab77f25a59" + "hash": "bd7bc1e22ad0f2ac84c82d9a80bded35" }, { - "title": "Colombia gangs: 'Surrender or we'll hunt you down' warns minister", - "description": "Following the capture of its most wanted drug lord, Colombia is going after his criminal network.", - "content": "Following the capture of its most wanted drug lord, Colombia is going after his criminal network.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59547337?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 01:41:02 GMT", + "title": "How to Install Picture Rail Now That It Is (Rightfully) Back in Style", + "description": "

    While most contemporary homes don’t come with picture rail installed, the Victorian style of molding is making a comeback. Whether you’re after that classic victorian look—or something a bit more modern look—installing picture rail molding is a simple and stylish project to tackle. While conventional picture hooks and…

    Read more...

    ", + "content": "

    While most contemporary homes don’t come with picture rail installed, the Victorian style of molding is making a comeback. Whether you’re after that classic victorian look—or something a bit more modern look—installing picture rail molding is a simple and stylish project to tackle. While conventional picture hooks and…

    Read more...

    ", + "category": "nail", + "link": "https://lifehacker.com/how-to-install-picture-rail-now-that-it-is-rightfully-1848154539", + "creator": "Becca Lewis", + "pubDate": "Fri, 03 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a025a44d8543cec7d888c84f655a8f1" + "hash": "9beb313d344ad1e7034e0a2a5ccd34f1" }, { - "title": "FIA boss: Electric F1 racing is 'simply not possible'", - "description": "With Formula One race distance at 200 miles, switching to electric vehicles remains a long way off.", - "content": "With Formula One race distance at 200 miles, switching to electric vehicles remains a long way off.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59556016?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:09:48 GMT", + "title": "The Out-of-Touch Adults’ Guide to Kid Culture: Did Ancient Rome Even Exist?", + "description": "

    With the holiday season in full swing, the young people are shifting to different dimensions, denying the existence of Ancient Rome, and learning more about snowflakes than you’d even think was possible.

    Read more...

    ", + "content": "

    With the holiday season in full swing, the young people are shifting to different dimensions, denying the existence of Ancient Rome, and learning more about snowflakes than you’d even think was possible.

    Read more...

    ", + "category": "culture", + "link": "https://lifehacker.com/the-out-of-touch-adults-guide-to-kid-culture-did-anci-1848152209", + "creator": "Stephen Johnson", + "pubDate": "Fri, 03 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b808f48671ee05b06feb6761356ddb3" + "hash": "eee44dd67ccd1064c2b7fec3fa273fb5" }, { - "title": "Putin-Biden talks: What next for Ukraine?", - "description": "Russia's president will want to register some kind of victory before his troops return, writes Jonathan Marcus.", - "content": "Russia's president will want to register some kind of victory before his troops return, writes Jonathan Marcus.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59565590?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 22:33:07 GMT", + "title": "These Are the Best Streaming Service Sign-Up Deals You Can Get Right Now", + "description": "

    The cost of streaming service subscriptions to cover all of your watching and listening needs can add up quickly, especially if you don’t take advantage of free trials and discounts when they come along. While it’s true that most streaming services offered up their best deals for Cyber Monday—and some of those promos…

    Read more...

    ", + "content": "

    The cost of streaming service subscriptions to cover all of your watching and listening needs can add up quickly, especially if you don’t take advantage of free trials and discounts when they come along. While it’s true that most streaming services offered up their best deals for Cyber Monday—and some of those promos…

    Read more...

    ", + "category": "bestbuycom", + "link": "https://lifehacker.com/these-are-the-best-streaming-service-sign-up-deals-you-1848154491", + "creator": "Emily Long", + "pubDate": "Fri, 03 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a965aaa9a62e67c0f7a4b4545d09da7b" + "hash": "62d8552a946bdb8bb146df7429efd138" }, { - "title": "Afghanistan: Girls' despair as Taliban confirm secondary school ban", - "description": "The BBC hears about the ban's harmful impact from teachers and students in 13 Afghan provinces.", - "content": "The BBC hears about the ban's harmful impact from teachers and students in 13 Afghan provinces.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59565558?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:17:51 GMT", + "title": "Please Don't Say These Things to Someone Who Doesn't Drink", + "description": "

    The new year is here, and with it came a big night for drinking. The holidays typically come with a lot of them, from Thanksgiving to boozy Secret Santa exchanges to New Years Eve, there are frequent opportunities to gather and make merry—most of them with gallons of alcohol.

    Read more...

    ", + "content": "

    The new year is here, and with it came a big night for drinking. The holidays typically come with a lot of them, from Thanksgiving to boozy Secret Santa exchanges to New Years Eve, there are frequent opportunities to gather and make merry—most of them with gallons of alcohol.

    Read more...

    ", + "category": "uber", + "link": "https://lifehacker.com/please-dont-say-these-things-to-someone-who-doesnt-drin-1848059452", + "creator": "Sarah Showfety", + "pubDate": "Fri, 03 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41713bf58bc702c2b9ee6bffc8b0bce7" + "hash": "7f6836639a15ef1c3d34cd7842b9b774" }, { - "title": "US father fired on Zoom describes 'callous' call", - "description": "Dad of five Christian was one of 900 Better.com employees laid-off on a Zoom call, weeks before Christmas.", - "content": "Dad of five Christian was one of 900 Better.com employees laid-off on a Zoom call, weeks before Christmas.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59573075?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 22:01:46 GMT", + "title": "Plant These Veggies to Create a Winter Garden", + "description": "

    Although winter typically isn’t thought of as a gardening season, it is possible—with the proper arrangements and precautions—to plant and grow a handful of vegetables during the colder season. Of course, that depends on exactly how cold and snowy your winter gets, but thanks to climate change, who knows what a…

    Read more...

    ", + "content": "

    Although winter typically isn’t thought of as a gardening season, it is possible—with the proper arrangements and precautions—to plant and grow a handful of vegetables during the colder season. Of course, that depends on exactly how cold and snowy your winter gets, but thanks to climate change, who knows what a…

    Read more...

    ", + "category": "leaf vegetables", + "link": "https://lifehacker.com/plant-these-veggies-to-create-a-winter-garden-1848150672", + "creator": "Elizabeth Yuko", + "pubDate": "Thu, 02 Dec 2021 20:35:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2075529f5b17a045062ff4ca5ae99fd0" + "hash": "1b24a88acd83ac7d873de0a5eb7e58ed" }, { - "title": "China warns nations will 'pay price' for Olympic boycott", - "description": "The US, UK, Australia and Canada won't be sending government representatives to the Winter Olympics.", - "content": "The US, UK, Australia and Canada won't be sending government representatives to the Winter Olympics.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59592347?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:43:47 GMT", + "title": "Never Burn These Items in a Fireplace", + "description": "

    It’s fireplace season in many areas right now, which (hopefully) means cozy evenings spent curled up in front of its warm glow. Or, maybe you were cleaning and came across a bunch of letters and gifts from an ex, and felt that warm glow beckoning to you for other, less cozy reasons.

    Read more...

    ", + "content": "

    It’s fireplace season in many areas right now, which (hopefully) means cozy evenings spent curled up in front of its warm glow. Or, maybe you were cleaning and came across a bunch of letters and gifts from an ex, and felt that warm glow beckoning to you for other, less cozy reasons.

    Read more...

    ", + "category": "fireplace", + "link": "https://lifehacker.com/never-burn-these-items-in-a-fireplace-1848150689", + "creator": "Elizabeth Yuko", + "pubDate": "Thu, 02 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fc403bea56021fba0780cf5fb42a28c" + "hash": "9b3352bf0a08b2d1dbdebe33d2c32c48" }, { - "title": "Epstein and Maxwell pictured at Queen's residence at Balmoral", - "description": "The image of the couple at Balmoral was shown to a US court on Wednesday.", - "content": "The image of the couple at Balmoral was shown to a US court on Wednesday.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59590576?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 08:01:47 GMT", + "title": "How to Fight the Oncoming Destruction of Roe v. Wade and Abortion Rights", + "description": "

    As you might already be well aware, the future of Roe v. Wade isn’t looking good.

    Read more...

    ", + "content": "

    As you might already be well aware, the future of Roe v. Wade isn’t looking good.

    Read more...

    ", + "category": "roe", + "link": "https://lifehacker.com/how-to-fight-the-oncoming-destruction-of-roe-v-wade-an-1848151068", + "creator": "Meredith Dietz", + "pubDate": "Thu, 02 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "971c9567d2bc1f418e54d06badf9c785" + "hash": "defeb94d56c0aaa800d261cb1d71adfe" }, { - "title": "Farm laws: India farmers end protest after government accepts demands", - "description": "The announcement was made after hectic negotiations between farmer groups and the government.", - "content": "The announcement was made after hectic negotiations between farmer groups and the government.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59566157?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:03:52 GMT", + "title": "You Should Air Fry Some Crackers", + "description": "

    Crackers are not something you have to cook. They are a fully realized and finished product, and come out of the box ready for consumption. Put a piece of cheese on a cracker and you have a good snack. Holiday snacks, however, require a little more than “good.” They require a bit of excess, a bit of unnecessary and…

    Read more...

    ", + "content": "

    Crackers are not something you have to cook. They are a fully realized and finished product, and come out of the box ready for consumption. Put a piece of cheese on a cracker and you have a good snack. Holiday snacks, however, require a little more than “good.” They require a bit of excess, a bit of unnecessary and…

    Read more...

    ", + "category": "crackers", + "link": "https://lifehacker.com/you-should-air-fry-some-crackers-1848151031", + "creator": "Claire Lower", + "pubDate": "Thu, 02 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ea9512c90b6228757c642cabcc703d2" + "hash": "17c3c6fb773eed3bfd67826d1b7f9c07" }, { - "title": "British waste dumped in Romania", - "description": "A BBC investigation has uncovered British waste being illegally shipped to Romania and dumped.", - "content": "A BBC investigation has uncovered British waste being illegally shipped to Romania and dumped.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59557493?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 06:01:15 GMT", + "title": "How to Fix Your Pixel 6's Connectivity Issues", + "description": "

    There’s a lot to love about the Pixel 6 and 6 Pro, but there are some serious headaches, as well. The last time we covered the devices, we talked about how to fix the Pixel 6's slow fingerprint sensor. Today, it appears a new headache has surfaced, with many users complaining their Pixel 6 or Pixel 6 Pro won’t connect…

    Read more...

    ", + "content": "

    There’s a lot to love about the Pixel 6 and 6 Pro, but there are some serious headaches, as well. The last time we covered the devices, we talked about how to fix the Pixel 6's slow fingerprint sensor. Today, it appears a new headache has surfaced, with many users complaining their Pixel 6 or Pixel 6 Pro won’t connect…

    Read more...

    ", + "category": "pixel 6", + "link": "https://lifehacker.com/how-to-fix-your-pixel-6s-connectivity-issues-1848149259", + "creator": "Jake Peterson", + "pubDate": "Thu, 02 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58ece51b9b903567e05d0f6214e8ec05" + "hash": "4d86a45a4f67cc6e831d16657c1f5ddb" }, { - "title": "Sauti Sol singer Chimano hailed in Kenya for coming out as gay", - "description": "Kenyan gay rights activists welcome Sauti Sol star Chimano's decision to \"no longer live a lie\".", - "content": "Kenyan gay rights activists welcome Sauti Sol star Chimano's decision to \"no longer live a lie\".", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59592901?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:56:18 GMT", + "title": "How to Explore Your Bisexuality Without Being Overwhelmed", + "description": "

    When you first start to consider that you might be bisexual, a whole new world of possibilities suddenly opens up. Essentially, your personal dating pool just doubled in size at a time when you’re still trying to figure out your own identity. It can be a lot. Here’s how to explore your bisexuality without getting…

    Read more...

    ", + "content": "

    When you first start to consider that you might be bisexual, a whole new world of possibilities suddenly opens up. Essentially, your personal dating pool just doubled in size at a time when you’re still trying to figure out your own identity. It can be a lot. Here’s how to explore your bisexuality without getting…

    Read more...

    ", + "category": "bisexuality", + "link": "https://lifehacker.com/how-to-explore-your-bisexuality-without-being-overwhelm-1848003279", + "creator": "Lindsey Ellefson", + "pubDate": "Thu, 02 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2fb11c4507c1c75e601efebac631109" + "hash": "2eddd5618c83ac7da2e33fc6b8b0818a" }, { - "title": "Human remains found in car linked to 45-year-old cold case", - "description": "Tests are under way to confirm that the remains belong to missing student Kyle Wade Clinkscales.", - "content": "Tests are under way to confirm that the remains belong to missing student Kyle Wade Clinkscales.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59592571?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:21:32 GMT", + "title": "Get Rid of These Antiperspirants That Have Cancer-Causing Chemicals, FDA Says", + "description": "

    If you’re a fan of aerosol spray antiperspirants and deodorants, you’re going to want to check to see whether the one you use is part of a voluntary recall issued by Procter & Gamble (P&G).

    Read more...

    ", + "content": "

    If you’re a fan of aerosol spray antiperspirants and deodorants, you’re going to want to check to see whether the one you use is part of a voluntary recall issued by Procter & Gamble (P&G).

    Read more...

    ", + "category": "chemical substances", + "link": "https://lifehacker.com/get-rid-of-these-antiperspirants-that-have-cancer-causi-1848149010", + "creator": "Elizabeth Yuko", + "pubDate": "Thu, 02 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e246e5197dc7e0e9d5052192c3ba5b37" + "hash": "aec19a91780c4f06d1ef9cadc890cd75" }, { - "title": "Hong Kong: Jimmy Lai convicted for taking part in Tiananmen vigil", - "description": "Jimmy Lai and other prominent activists were convicted for taking part in the unauthorised event.", - "content": "Jimmy Lai and other prominent activists were convicted for taking part in the unauthorised event.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59574530?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 04:48:11 GMT", + "title": "Is It OK to Run in Cemeteries?", + "description": "

    At over three million burials, Calvary Cemetery in Queens, N.Y. boasts the most bodies of any cemetery in the US. It’s also one of my favorite places to run. At the top of one of its rolling hills, you can turn and look out at row after row of gravestones, until a horizon of the stone slabs meets the Manhattan…

    Read more...

    ", + "content": "

    At over three million burials, Calvary Cemetery in Queens, N.Y. boasts the most bodies of any cemetery in the US. It’s also one of my favorite places to run. At the top of one of its rolling hills, you can turn and look out at row after row of gravestones, until a horizon of the stone slabs meets the Manhattan…

    Read more...

    ", + "category": "a slinger", + "link": "https://lifehacker.com/is-it-ok-to-run-in-cemeteries-1848069962", + "creator": "Meredith Dietz", + "pubDate": "Thu, 02 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "549682fd9da60cb19bfce235f9957f8c" + "hash": "f2e49639fa3e06d4babd79328f1d52b8" }, { - "title": "Reverse advent calendar: A simple idea helping Australians at Christmas", - "description": "After starting her own reverse advent calendar to help others, Heather Luttrell took the idea nationwide.", - "content": "After starting her own reverse advent calendar to help others, Heather Luttrell took the idea nationwide.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59544669?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:02:23 GMT", + "title": "How to Repair Your Crumbling Sidewalk Curb", + "description": "

    One of the first things any new homeowner discovers is that a house is basically entropy in building form. From the moment a house is born, it’s dying—eaten by termites, digested by rot, eventually subject to any number of cataclysmic natural disasters. You thought you were borrowing a worrisome amount of money in…

    Read more...

    ", + "content": "

    One of the first things any new homeowner discovers is that a house is basically entropy in building form. From the moment a house is born, it’s dying—eaten by termites, digested by rot, eventually subject to any number of cataclysmic natural disasters. You thought you were borrowing a worrisome amount of money in…

    Read more...

    ", + "category": "curb", + "link": "https://lifehacker.com/how-to-repair-your-crumbling-sidewalk-curb-1848148779", + "creator": "Jeff Somers", + "pubDate": "Thu, 02 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bdaa59132a4155a400422975837e1ce0" + "hash": "52aaea40b12b5516bd4cb6b924790fa5" }, { - "title": "Capitol riot: Lawmakers to hold ex-Trump chief of staff in contempt", - "description": "Donald Trump has urged his former aides to refuse cooperation with the 6 January House panel.", - "content": "Donald Trump has urged his former aides to refuse cooperation with the 6 January House panel.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59584975?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:26:52 GMT", + "title": "How to Keep Your Christmas Tree Alive Throughout the Holidays", + "description": "

    The air is crisp. It’s getting dark at 4 p.m. The mailbox is stuffed increasingly desperate sales flyers. It must be the holiday season, which means it is high time to get a Christmas tree (unless you’re one of those happy souls who already decorated weeks ago, in which case, good for you).

    And whether you believe…

    Read more...

    ", + "content": "

    The air is crisp. It’s getting dark at 4 p.m. The mailbox is stuffed increasingly desperate sales flyers. It must be the holiday season, which means it is high time to get a Christmas tree (unless you’re one of those happy souls who already decorated weeks ago, in which case, good for you).

    And whether you believe…

    Read more...

    ", + "category": "tree", + "link": "https://lifehacker.com/how-to-keep-your-christmas-tree-alive-through-the-holid-1821047464", + "creator": "Olga Oksman", + "pubDate": "Thu, 02 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aec20c769471aae0866908c73a881f65" + "hash": "fbac47e122bb7af459776acc95206f25" }, { - "title": "Delhi pollution: Indoor air worse than outside, says study", - "description": "India's capital routinely tops the list of the world's most polluted cities.", - "content": "India's capital routinely tops the list of the world's most polluted cities.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59566158?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 03:15:36 GMT", + "title": "What Are the Best Gift Ideas for Someone Who Has Everything and Wants Nothing?", + "description": "

    One of my favorite things to do this time of year is flip through random gift guides in an effort to discover fresh ideas for stocking stuffers for my husband, or something (anything) for my impossible-to-buy-for father-in-law. Sure, if they have everything and want nothing, maybe that’s what they should get—but…

    Read more...

    ", + "content": "

    One of my favorite things to do this time of year is flip through random gift guides in an effort to discover fresh ideas for stocking stuffers for my husband, or something (anything) for my impossible-to-buy-for father-in-law. Sure, if they have everything and want nothing, maybe that’s what they should get—but…

    Read more...

    ", + "category": "etsy", + "link": "https://lifehacker.com/what-are-the-best-gift-ideas-for-someone-who-has-everyt-1848148684", + "creator": "Meghan Moravcik Walbert", + "pubDate": "Thu, 02 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63ba136f9350d4cb23d922be812f276e" + "hash": "e55c3e765a8a6a1393809fdecae7d62b" }, { - "title": "Robbie Shakespeare, influential Sly and Robbie bassist, dies aged 68", - "description": "The acclaimed Sly and Robbie bassist is credited with revolutionising the sound of reggae and dancehall.", - "content": "The acclaimed Sly and Robbie bassist is credited with revolutionising the sound of reggae and dancehall.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59588953?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 02:23:43 GMT", + "title": "12 of the Best Movies That Deal Frankly With Addiction and Recovery", + "description": "

    HBO just dropped the trailer for the second season of its acclaimed teen drama Euphoria. It’s been a long wait between seasons—though there have been a couple of specials in the meantime, but the last regular-series episode aired over two years ago. The show deals with frankly (very frankly) with multiple aspects of…

    Read more...

    ", + "content": "

    HBO just dropped the trailer for the second season of its acclaimed teen drama Euphoria. It’s been a long wait between seasons—though there have been a couple of specials in the meantime, but the last regular-series episode aired over two years ago. The show deals with frankly (very frankly) with multiple aspects of…

    Read more...

    ", + "category": "addiction", + "link": "https://lifehacker.com/12-movies-that-deal-frankly-with-addiction-and-recovery-1848130285", + "creator": "Ross Johnson", + "pubDate": "Thu, 02 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8dad1633babd8b20f41fda1f07e2fdef" + "hash": "38e06533b9a4ceee0495fbe7431239d0" }, { - "title": "Barnaby Joyce: Australia deputy PM tests positive for Covid after UK visit", - "description": "Barnaby Joyce met with UK cabinet ministers in London and is now isolating in the US.", - "content": "Barnaby Joyce met with UK cabinet ministers in London and is now isolating in the US.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59589043?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:46:06 GMT", + "title": "The Best Way to Wrap Oddly Shaped Gifts, According to TikTok", + "description": "

    Every December I suffer flashbacks to my first-ever retail job, wrapping presents at a gift shop. As much as I enjoyed entering autopilot and mechanically wrapping box after box, it was always a fun challenge to tackle an oddly-shaped gift: A loose teddy bear. A stray shovel. An entire island of misfit toys that…

    Read more...

    ", + "content": "

    Every December I suffer flashbacks to my first-ever retail job, wrapping presents at a gift shop. As much as I enjoyed entering autopilot and mechanically wrapping box after box, it was always a fun challenge to tackle an oddly-shaped gift: A loose teddy bear. A stray shovel. An entire island of misfit toys that…

    Read more...

    ", + "category": "wrapping", + "link": "https://lifehacker.com/the-best-way-to-wrap-oddly-shaped-gifts-according-to-t-1848144660", + "creator": "Meredith Dietz", + "pubDate": "Thu, 02 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4bf796cc7d110c67114b2457aaf691b6" + "hash": "005c5831ca424ea5d5d719df7b699fc4" }, { - "title": "Bipin Rawat: Tributes for India's top general who died in helicopter crash", - "description": "The US, Russia and Pakistan express shock over General Bipin Rawat's death in a helicopter crash.", - "content": "The US, Russia and Pakistan express shock over General Bipin Rawat's death in a helicopter crash.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59576082?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 04:51:20 GMT", + "title": "This Is the Most Rewarding Way to Motivate Yourself to Clean Your Home", + "description": "

    Six years ago, Chris Fleming released the sketch “Company is Coming” as part of his hit web series GAYLE. In it, a frantic Gayle vacuums the air, spins around, and shouts things like “David, put seashells on the door knobs!,” “Fluff the pillows, you losers!” and “Can we get the lesbian plant out of here??”

    Read more...

    ", + "content": "

    Six years ago, Chris Fleming released the sketch “Company is Coming” as part of his hit web series GAYLE. In it, a frantic Gayle vacuums the air, spins around, and shouts things like “David, put seashells on the door knobs!,” “Fluff the pillows, you losers!” and “Can we get the lesbian plant out of here??”

    Read more...

    ", + "category": "cleaner", + "link": "https://lifehacker.com/this-is-the-most-rewarding-way-to-motivate-yourself-to-1848145391", + "creator": "Claire Lower", + "pubDate": "Thu, 02 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b444627bf3b5c24193bd3c2046143995" + "hash": "34a86d3dddff46d8b540abd79023616a" }, { - "title": "Ethiopia: UN halts food aid in two towns after warehouses looted", - "description": "Aid workers faced \"extreme intimidation\" and were held at gunpoint by looters, the UN says.", - "content": "Aid workers faced \"extreme intimidation\" and were held at gunpoint by looters, the UN says.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59588956?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 05:19:33 GMT", + "title": "Munch on These National Cookie Day Freebies and Deals", + "description": "

    By now, your Thanksgiving leftovers should be gone (or at least safely stored in the freezer), so it’s time to turn your sights toward something else to snack on. Sure, you could go through the hassle of making a batch of homemade cookies to share with your loved one (or with yourself). But why would you do that when…

    Read more...

    ", + "content": "

    By now, your Thanksgiving leftovers should be gone (or at least safely stored in the freezer), so it’s time to turn your sights toward something else to snack on. Sure, you could go through the hassle of making a batch of homemade cookies to share with your loved one (or with yourself). But why would you do that when…

    Read more...

    ", + "category": "cookie", + "link": "https://lifehacker.com/munch-on-these-national-cookie-day-freebies-and-deals-1848143016", + "creator": "Elizabeth Yuko", + "pubDate": "Thu, 02 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21a26640972ec9720a2dbd9bd14b7cba" + "hash": "85402bd7003a41bc8eb306c544b67fdc" }, { - "title": "Ghislaine Maxwell: Ex-boyfriend of Maxwell accuser backs up statement", - "description": "The accuser, known in court as Carolyn, alleged she had sex with Jeffrey Epstein from age 14 to 18.", - "content": "The accuser, known in court as Carolyn, alleged she had sex with Jeffrey Epstein from age 14 to 18.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59585506?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 22:21:22 GMT", + "title": "What's the Best Way to Tell Your Kids the Truth About Santa?", + "description": "

    I may not remember much about my childhood, but I do remember this: Third grade. Mrs. Cannon’s class. She’s reading Beverly Cleary’s Superfudge. Partway through, she stops and says, “OK. Anyone who still believes in Santa, step out into the hall.”

    Read more...

    ", + "content": "

    I may not remember much about my childhood, but I do remember this: Third grade. Mrs. Cannon’s class. She’s reading Beverly Cleary’s Superfudge. Partway through, she stops and says, “OK. Anyone who still believes in Santa, step out into the hall.”

    Read more...

    ", + "category": "christian folklore", + "link": "https://lifehacker.com/whats-the-best-way-to-tell-your-kids-the-truth-about-sa-1848144818", + "creator": "Sarah Showfety", + "pubDate": "Wed, 01 Dec 2021 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b291dad7d8c2d451df68a11036ada9b" + "hash": "cd5634f14a5c8921f5ef5f033325d359" }, { - "title": "UK and Canada join diplomatic boycott of China Winter Olympics", - "description": "The two nations say their diplomats will not attend the games, citing Chinese human rights abuses.", - "content": "The two nations say their diplomats will not attend the games, citing Chinese human rights abuses.", - "category": "", - "link": "https://www.bbc.co.uk/news/uk-59582137?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 19:10:23 GMT", + "title": "The Comet Leonard, the Christmas Star, and Other Things to See in December’s Night Sky", + "description": "

    There’s a lot going on in the night sky in December, from the spectacular Geminids meteor shower to Venus at its brightest. Here are some of December’s most impressive star-gazing highlights to mark on your calendar.

    Read more...

    ", + "content": "

    There’s a lot going on in the night sky in December, from the spectacular Geminids meteor shower to Venus at its brightest. Here are some of December’s most impressive star-gazing highlights to mark on your calendar.

    Read more...

    ", + "category": "night sky", + "link": "https://lifehacker.com/the-comet-leonard-the-christmas-star-and-other-things-1848145000", + "creator": "Stephen Johnson", + "pubDate": "Wed, 01 Dec 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c52f48f376047b9250480f93653403b" + "hash": "20be3b8538600c41502a52f07a31d466" }, { - "title": "Global supply chain: Lego to build $1bn factory in Vietnam", - "description": "It will be the toymaker's second manufacturing plant in Asia after it opened one in China in 2016.", - "content": "It will be the toymaker's second manufacturing plant in Asia after it opened one in China in 2016.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59588943?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 04:30:52 GMT", + "title": "How Hackers Tricked 300,000 Android Users into Downloading Password-Stealing Malware", + "description": "

    A recent report from cybersecurity firm ThreatFabric reveals that over 300,000 Android users installed trojan apps that secretly stole their banking information. While the apps have been removed and deactivated by Google, the developers used unique methods to deploy the malware that all Android users need to be wary…

    Read more...

    ", + "content": "

    A recent report from cybersecurity firm ThreatFabric reveals that over 300,000 Android users installed trojan apps that secretly stole their banking information. While the apps have been removed and deactivated by Google, the developers used unique methods to deploy the malware that all Android users need to be wary…

    Read more...

    ", + "category": "android", + "link": "https://lifehacker.com/how-hackers-tricked-300-000-android-users-into-download-1848144780", + "creator": "Brendan Hesse", + "pubDate": "Wed, 01 Dec 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4d180d94cfa1dfddac47080d9120050" + "hash": "d252c88c4bda2b64b4b3f46ca3789b5e" }, { - "title": "Covid: Pfizer says booster shot promising against Omicron", - "description": "The company says a third dose of its vaccine could improve protection against the new variant.", - "content": "The company says a third dose of its vaccine could improve protection against the new variant.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59582006?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 15:39:14 GMT", + "title": "You Deserve a Big Ol' Pan of Baked Brie", + "description": "

    Brie en croute is an excessive dish. Brie, on its own, served at room temperature without adornment, is already delightful: soft and spreadable, creamy and a little funky, a cheese that does not need to be melted.

    Read more...

    ", + "content": "

    Brie en croute is an excessive dish. Brie, on its own, served at room temperature without adornment, is already delightful: soft and spreadable, creamy and a little funky, a cheese that does not need to be melted.

    Read more...

    ", + "category": "brie", + "link": "https://lifehacker.com/you-deserve-a-big-ol-pan-of-baked-brie-1848140307", + "creator": "Claire Lower", + "pubDate": "Wed, 01 Dec 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3642a3aa2fbe90bff5866f60e9ba24c" + "hash": "9078150823ff5220eda7157a64afd2e5" }, { - "title": "Ghislaine Maxwell: Ex-boyfriend of accuser corroborates account", - "description": "The accuser, known in court as Carolyn, alleged she had sex with Jeffrey Epstein from age 14 to 18.", - "content": "The accuser, known in court as Carolyn, alleged she had sex with Jeffrey Epstein from age 14 to 18.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59585506?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 22:21:22 GMT", + "title": "This Extension Lets You Finally Play YouTube in the Background on Mobile", + "description": "

    YouTube on mobile has never been an ideal experience. Unlike watching YouTube on a computer, where you have the flexibility to leave videos playing in the background, YouTube on mobile is usually locked to the app or website you’re using to view it. And if you want all the bells and whistles—such as ad-free streaming—…

    Read more...

    ", + "content": "

    YouTube on mobile has never been an ideal experience. Unlike watching YouTube on a computer, where you have the flexibility to leave videos playing in the background, YouTube on mobile is usually locked to the app or website you’re using to view it. And if you want all the bells and whistles—such as ad-free streaming—…

    Read more...

    ", + "category": "youtube", + "link": "https://lifehacker.com/this-extension-lets-you-finally-play-youtube-in-the-bac-1848143437", + "creator": "Jake Peterson", + "pubDate": "Wed, 01 Dec 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9139b3ee03483dfa0c3b2f13623875c" + "hash": "c3dc1858831a95ae2fd6be42d1024b4e" }, { - "title": "Elizabeth Holmes testifies she 'never' misled investors", - "description": "Holmes' defence team rested their case after seven days of testimony from the Theranos founder.", - "content": "Holmes' defence team rested their case after seven days of testimony from the Theranos founder.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59587919?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 20:47:58 GMT", + "title": "How to Get What You Actually Want for Christmas", + "description": "

    If you’ve ever received a windbreaker branded with the name of the company your spouse works for, a toilet seat, or an emoji pancake pan because “it would be fun for the kids” on Christmas morning, we’d understand your desire to make sure it never happened again. Because we all know that presents that are clearly…

    Read more...

    ", + "content": "

    If you’ve ever received a windbreaker branded with the name of the company your spouse works for, a toilet seat, or an emoji pancake pan because “it would be fun for the kids” on Christmas morning, we’d understand your desire to make sure it never happened again. Because we all know that presents that are clearly…

    Read more...

    ", + "category": "christmas", + "link": "https://lifehacker.com/how-to-get-what-you-actually-want-for-christmas-1848143852", + "creator": "Sarah Showfety", + "pubDate": "Wed, 01 Dec 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18513d4a48aeb9e5acb98db23dfed7fc" + "hash": "007ef6c5f6dad89adab06c2396996759" }, { - "title": "Netherlands to buy Rembrandt Standard Bearer self-portrait", - "description": "The Dutch government puts aside €150m for the 1636 work, currently owned by the Rothschild family.", - "content": "The Dutch government puts aside €150m for the 1636 work, currently owned by the Rothschild family.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59588109?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 20:57:58 GMT", + "title": "How to (Finally) Actually Move on From a Relationship", + "description": "

    Every relationship is different, and so is every breakup. I mean, at one point or another, haven’t we all typed, “how long get over breakup timeline” into our search bar? Sadly, there is no mathematical equation to calculate a finite timeframe to recover from heartbreak (at least not according to Oprah Daily).

    Read more...

    ", + "content": "

    Every relationship is different, and so is every breakup. I mean, at one point or another, haven’t we all typed, “how long get over breakup timeline” into our search bar? Sadly, there is no mathematical equation to calculate a finite timeframe to recover from heartbreak (at least not according to Oprah Daily).

    Read more...

    ", + "category": "jeff guenther", + "link": "https://lifehacker.com/how-to-finally-actually-move-on-from-a-relationship-1848143662", + "creator": "Meredith Dietz", + "pubDate": "Wed, 01 Dec 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13988105b58b592a17b1ff6f41ce4d1f" + "hash": "9f87e8a3b9c8597b217f534bcc77d7c2" }, { - "title": "Tiger Woods will make his return at PNC Championship alongside son Charlie", - "description": "Tiger Woods will make his comeback playing alongside son Charlie at the PNC Championship in Florida next week.", - "content": "Tiger Woods will make his comeback playing alongside son Charlie at the PNC Championship in Florida next week.", - "category": "", - "link": "https://www.bbc.co.uk/sport/golf/59585790?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:45:00 GMT", + "title": "These Are the Worst Christmas Gifts Lifehacker Readers Have Ever Received", + "description": "

    I recently went down a Reddit rabbit hole in which commenters described the worst gift they’d ever received—everything from miniature butter knives (at age 7) to used magazines to...a thrift store jock strap? It was all pretty terrible, so of course I then asked you about the worst gift you’d ever received and holy…

    Read more...

    ", + "content": "

    I recently went down a Reddit rabbit hole in which commenters described the worst gift they’d ever received—everything from miniature butter knives (at age 7) to used magazines to...a thrift store jock strap? It was all pretty terrible, so of course I then asked you about the worst gift you’d ever received and holy…

    Read more...

    ", + "category": "crocodile hunter", + "link": "https://lifehacker.com/these-are-the-worst-christmas-gifts-lifehacker-readers-1848142392", + "creator": "Meghan Moravcik Walbert", + "pubDate": "Wed, 01 Dec 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a3edf2b96fdccc7afc63f24f8849ca2" + "hash": "5ddec923f3f63b77daa3b07151989505" }, { - "title": "Jamal Khashoggi: France releases Saudi man held over journalist's murder", - "description": "A man with the same name as a suspect in the killing was arrested at a Paris airport on Tuesday.", - "content": "A man with the same name as a suspect in the killing was arrested at a Paris airport on Tuesday.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59580631?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 15:55:37 GMT", + "title": "8 Privacy Settings You Should Change on LinkedIn Right Now", + "description": "

    LinkedIn, like all social networks, uses a lot of your personal information to show you ads and sponsored content. Just as you’d be wary about sharing more of your data with Facebook, you should also exercise restraint when sharing information with LinkedIn. If you haven’t been doing that so far, now is the time to…

    Read more...

    ", + "content": "

    LinkedIn, like all social networks, uses a lot of your personal information to show you ads and sponsored content. Just as you’d be wary about sharing more of your data with Facebook, you should also exercise restraint when sharing information with LinkedIn. If you haven’t been doing that so far, now is the time to…

    Read more...

    ", + "category": "linkedin", + "link": "https://lifehacker.com/8-privacy-settings-you-should-change-on-linkedin-right-1848142007", + "creator": "Pranay Parab", + "pubDate": "Wed, 01 Dec 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6be91e23715bc81bc67d628c34ac1304" + "hash": "389b74197bf84a53f26cbdae09c0a75d" }, { - "title": "Sanna Marin: Finland's PM sorry for clubbing after Covid contact", - "description": "Sanna Marin went on a night out on Saturday, hours after her foreign minister had tested positive.", - "content": "Sanna Marin went on a night out on Saturday, hours after her foreign minister had tested positive.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59577371?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 14:50:56 GMT", + "title": "15 Potent Gifts for the Weed Enthusiast in Your Life", + "description": "

    We’re in a place where you can finally get weed on demand, even delivered right to your doorstep in many states. This means that instead of just herb shopping for personal reasons, people can and should be giving it as gifts, too. What weed-loving (or weed curious) person wouldn’t want to open a pretty box to find…

    Read more...

    ", + "content": "

    We’re in a place where you can finally get weed on demand, even delivered right to your doorstep in many states. This means that instead of just herb shopping for personal reasons, people can and should be giving it as gifts, too. What weed-loving (or weed curious) person wouldn’t want to open a pretty box to find…

    Read more...

    ", + "category": "weed", + "link": "https://lifehacker.com/15-potent-gifts-for-the-weed-enthusiast-in-your-life-1848132453", + "creator": "Danielle Guercio", + "pubDate": "Wed, 01 Dec 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40698a46ee28445dd62df32b39b7d879" + "hash": "c1e84beeee54aa4f2e4aba4b4e5ddec1" }, { - "title": "Boss says sorry for 'blundered' Zoom firing of 900 staff", - "description": "Vishal Garg says he \"is deeply sorry\" for sacking 900 staff in an online meeting.", - "content": "Vishal Garg says he \"is deeply sorry\" for sacking 900 staff in an online meeting.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59573146?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:38:23 GMT", + "title": "When to See the 'Cold Moon' in December", + "description": "

    November’s bloody eclipse of the beaver moon was spectacular, but do not discount the full moon of December. Know as the “cold moon,” December’s full moon will rise on Saturday, Dec. 18, 2021. It will be brightest at 11:37 p.m. ET. Brrr.

    Read more...

    ", + "content": "

    November’s bloody eclipse of the beaver moon was spectacular, but do not discount the full moon of December. Know as the “cold moon,” December’s full moon will rise on Saturday, Dec. 18, 2021. It will be brightest at 11:37 p.m. ET. Brrr.

    Read more...

    ", + "category": "cold moon", + "link": "https://lifehacker.com/when-to-see-the-cold-moon-in-december-1848117266", + "creator": "Stephen Johnson", + "pubDate": "Wed, 01 Dec 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "274e66f75e703d9949cbe27f4b5c1d06" + "hash": "e2ae8353086a288c4f9f3294b3ebaeea" }, { - "title": "Robert E Lee: Confederate general statue to be turned into art", - "description": "The statue was at the centre of a white nationalist rally in 2017, which led to the death of a woman.", - "content": "The statue was at the centre of a white nationalist rally in 2017, which led to the death of a woman.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59577720?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 12:25:21 GMT", + "title": "Use These Clever Mental Tricks to Make Your Run Less Boring", + "description": "

    “The thoughts that occur to me while I’m running are like clouds in the sky. Clouds of all different sizes. They come and they go, while the sky remains the same sky always. The clouds are mere guests in the sky that pass away and vanish, leaving behind the sky.”

    Read more...

    ", + "content": "

    “The thoughts that occur to me while I’m running are like clouds in the sky. Clouds of all different sizes. They come and they go, while the sky remains the same sky always. The clouds are mere guests in the sky that pass away and vanish, leaving behind the sky.”

    Read more...

    ", + "category": "haruki murakami", + "link": "https://lifehacker.com/use-these-clever-mental-tricks-to-make-your-run-less-bo-1847947762", + "creator": "Meredith Dietz", + "pubDate": "Wed, 01 Dec 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0ff77af0f21ea376cf97601f146162f7" + "hash": "e13efe0016b0595759534c02cad00e97" }, { - "title": "Germany's Olaf Scholz takes over from Merkel as chancellor", - "description": "Olaf Scholz is confirmed as chancellor, leading a three-party coalition after 16 years of Merkel rule.", - "content": "Olaf Scholz is confirmed as chancellor, leading a three-party coalition after 16 years of Merkel rule.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59575773?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:36:00 GMT", + "title": "12 Hidden Google Messages Features You Should Be Using", + "description": "

    Google’s Messages app is an Android smartphone’s answer to Apple Messages, and it has become so ubiquitous on those devices, you might not give it a second thought. It’s pre-installed on most Android smartphones, and can be used as the default messaging app on any Android device.

    Read more...

    ", + "content": "

    Google’s Messages app is an Android smartphone’s answer to Apple Messages, and it has become so ubiquitous on those devices, you might not give it a second thought. It’s pre-installed on most Android smartphones, and can be used as the default messaging app on any Android device.

    Read more...

    ", + "category": "google", + "link": "https://lifehacker.com/12-hidden-google-messages-features-you-should-be-using-1848128328", + "creator": "Khamosh Pathak", + "pubDate": "Wed, 01 Dec 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "078f371920966b9178bf6a7dfe779842" + "hash": "8c51fe11ab389d8fdfeb43c40a817083" }, { - "title": "How Bangladeshis are lured into slavery in Libya", - "description": "A 19-year-old tells of his harrowing ordeal at the hands of traffickers who tricked him and his parents.", - "content": "A 19-year-old tells of his harrowing ordeal at the hands of traffickers who tricked him and his parents.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59528818?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:40:44 GMT", + "title": "When Paying for More iPad Pro Storage Might Actually Be Worth It", + "description": "

    If you’re in the market for an iPad Pro, you likely aren’t ignorant of the cost. The high-refresh rate, Mini-LED HDR displays, Apple’s incredible M1 chip, and LiDAR sensor, among other key features, set a premium price for the Pros that you don’t see on other iPads. As such, you might be eyeing a smaller storage size…

    Read more...

    ", + "content": "

    If you’re in the market for an iPad Pro, you likely aren’t ignorant of the cost. The high-refresh rate, Mini-LED HDR displays, Apple’s incredible M1 chip, and LiDAR sensor, among other key features, set a premium price for the Pros that you don’t see on other iPads. As such, you might be eyeing a smaller storage size…

    Read more...

    ", + "category": "ipad", + "link": "https://lifehacker.com/when-paying-for-more-ipad-pro-storage-might-actually-be-1848138107", + "creator": "Jake Peterson", + "pubDate": "Wed, 01 Dec 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3309b3c4f71e63480569162b2699e18" + "hash": "23db23f4ee1dea0c9832a5360dbbf1aa" }, { - "title": "The ‘gals’ behind Samoa’s first woman PM", - "description": "Samoa's first woman prime minister has been supported throughout her career by a group of powerful female friends.", - "content": "Samoa's first woman prime minister has been supported throughout her career by a group of powerful female friends.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59569649?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 01:31:08 GMT", + "title": "7 Ways You Should Prepare Your Car and Home Before the Snow Starts", + "description": "

    With winter weather approaching, getting ready for the chore of ice and snow removal is an essential prep. Digging out your car and clearing paths and walkways can be frustrating and time consuming, not to mention tough on your lower back, but you can save yourself some time and hassle this season if you think a…

    Read more...

    ", + "content": "

    With winter weather approaching, getting ready for the chore of ice and snow removal is an essential prep. Digging out your car and clearing paths and walkways can be frustrating and time consuming, not to mention tough on your lower back, but you can save yourself some time and hassle this season if you think a…

    Read more...

    ", + "category": "snow", + "link": "https://lifehacker.com/7-ways-you-should-prepare-your-car-and-home-before-the-1848044411", + "creator": "Becca Lewis", + "pubDate": "Wed, 01 Dec 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ccf44fce2670d1642de535ddbd4f901" + "hash": "08af66b7fc30da2fc930c4d18a488156" }, { - "title": "What the data tells us about love and marriage in India", - "description": "A data journalist looks at numbers to offer a remarkably rich view of love in India and its many trials.", - "content": "A data journalist looks at numbers to offer a remarkably rich view of love in India and its many trials.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59530706?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:22:06 GMT", + "title": "You Should Definitely Make Some Christmas Tree Syrup", + "description": "

    Somewhere in the middle of the pandemic I fell down a rabbit hole, and learned all about tree tapping to make syrup. Yes—amongst us commoners, in neighborhoods all across America, there are people who tap their own trees to produce their own maple syrup. 

    Read more...

    ", + "content": "

    Somewhere in the middle of the pandemic I fell down a rabbit hole, and learned all about tree tapping to make syrup. Yes—amongst us commoners, in neighborhoods all across America, there are people who tap their own trees to produce their own maple syrup. 

    Read more...

    ", + "category": "tree", + "link": "https://lifehacker.com/you-should-definitely-make-some-christmas-tree-syrup-1848133356", + "creator": "Amanda Blum", + "pubDate": "Wed, 01 Dec 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d128bb9a34d7767f27b9853e4c91a456" + "hash": "d0875ded62ead71c7b603683cb317eaa" }, { - "title": "Indonesia's biodiesel drive is leading to deforestation", - "description": "Indonesia aims to use biofuels to cut greenhouse gas emissions, but it may damage its forests in the process.", - "content": "Indonesia aims to use biofuels to cut greenhouse gas emissions, but it may damage its forests in the process.", - "category": "", - "link": "https://www.bbc.co.uk/news/59387191?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:37:31 GMT", + "title": "When You Should Donate Anonymously (and When You Shouldn't)", + "description": "

    If you’ve ever donated to a good cause online, you’re no doubt familiar with the last step—the potentially anxiety-inducing decision of whether to make your donation public, or keep it anonymous. If you’re anything like me, all kinds of conflicting thoughts rush in.

    Read more...

    ", + "content": "

    If you’ve ever donated to a good cause online, you’re no doubt familiar with the last step—the potentially anxiety-inducing decision of whether to make your donation public, or keep it anonymous. If you’re anything like me, all kinds of conflicting thoughts rush in.

    Read more...

    ", + "category": "giving", + "link": "https://lifehacker.com/when-you-should-donate-anonymously-and-when-you-should-1848139001", + "creator": "Sarah Showfety", + "pubDate": "Tue, 30 Nov 2021 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d540ff12461686980f090ebe10e2c47f" + "hash": "46e5dc51877eb450798b5aa088ef543d" }, { - "title": "Indonesia volcano: BBC reporter surrounded by houses buried in ash", - "description": "Watch Valdya Baraputri in Indonesia describe the path of destruction from Mount Semeru's eruption.", - "content": "Watch Valdya Baraputri in Indonesia describe the path of destruction from Mount Semeru's eruption.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59560809?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 11:41:38 GMT", + "title": "This Is How You Choose the Perfect Christmas Tree", + "description": "

    Most people go to the local Christmas tree lot with no idea what they’re looking for. Just embarrassing themselves, going, “Uhhmm, that one looks good, I think?” Do not be a Christmas-tree ignoramus any longer. Check out the list below so you can confidently walk up to that guy with the knit hat and rugged flannel and…

    Read more...

    ", + "content": "

    Most people go to the local Christmas tree lot with no idea what they’re looking for. Just embarrassing themselves, going, “Uhhmm, that one looks good, I think?” Do not be a Christmas-tree ignoramus any longer. Check out the list below so you can confidently walk up to that guy with the knit hat and rugged flannel and…

    Read more...

    ", + "category": "christmas tree", + "link": "https://lifehacker.com/this-is-how-you-choose-the-perfect-christmas-tree-1848138846", + "creator": "Stephen Johnson", + "pubDate": "Tue, 30 Nov 2021 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "48dde6b43ac9f546288452cb55aabe12" + "hash": "0f3d44e0dacb560b8d475f7cc3beac7f" }, { - "title": "Rebel Wilson on weight loss: I know what it’s like to be invisible", - "description": "The actress, producer and director opens up about her weight loss, in an exclusive BBC interview.", - "content": "The actress, producer and director opens up about her weight loss, in an exclusive BBC interview.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59519160?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:02:38 GMT", + "title": "Impress Your Guests With a Butter Board", + "description": "

    Food on boards is very popular, perhaps more popular than it’s ever been. Search “grazing table” on this world wide web, and you’ll find lots of photos of very large charcuterie and cheese boards, along with many blogs insisting that they are not just “big charcuterie boards.” Grazing tables are a different, new…

    Read more...

    ", + "content": "

    Food on boards is very popular, perhaps more popular than it’s ever been. Search “grazing table” on this world wide web, and you’ll find lots of photos of very large charcuterie and cheese boards, along with many blogs insisting that they are not just “big charcuterie boards.” Grazing tables are a different, new…

    Read more...

    ", + "category": "butter", + "link": "https://lifehacker.com/impress-your-guests-with-a-butter-board-1848138546", + "creator": "Claire Lower", + "pubDate": "Tue, 30 Nov 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "734cf8c5fca74a947f801cf88f8bc881" + "hash": "dd421f86ba632f77058e9ed83fdef4c7" }, { - "title": "Indonesia volcano: How I escaped the deadly Mt Semeru eruption", - "description": "Watch as this survivor describes how he escaped the deadly Mt Semeru eruption in Indonesia.", - "content": "Watch as this survivor describes how he escaped the deadly Mt Semeru eruption in Indonesia.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59553764?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:45:51 GMT", + "title": "21 Times Celebrity Voiceover Stunt Casting Paid Off", + "description": "

    Last month, Universal delighted few, annoyed many, and baffled all but those with a pragmatic view of movies-as-product when it announced Chris Pratt will be taking over the role of Mario in an upcoming Super Mario Bros. animated movie. The actor was also recently cast as loveably outrageous cat stereotype Garfield…

    Read more...

    ", + "content": "

    Last month, Universal delighted few, annoyed many, and baffled all but those with a pragmatic view of movies-as-product when it announced Chris Pratt will be taking over the role of Mario in an upcoming Super Mario Bros. animated movie. The actor was also recently cast as loveably outrageous cat stereotype Garfield…

    Read more...

    ", + "category": "alison brie", + "link": "https://lifehacker.com/21-times-celebrity-voiceover-stunt-casting-paid-off-1848122527", + "creator": "Ross Johnson", + "pubDate": "Tue, 30 Nov 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0642f978b9c370a6f9ea9e307591e3d3" + "hash": "b37d16d2271f951d9c8cb7f375d9e4ad" }, { - "title": "Bipin Rawat: India's top general dies in helicopter crash", - "description": "General Bipin Rawat was killed alongside his wife and 11 others in the crash in Tamil Nadu.", - "content": "General Bipin Rawat was killed alongside his wife and 11 others in the crash in Tamil Nadu.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59576082?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 15:15:52 GMT", + "title": "How to Check Road Conditions When You Travel This Winter", + "description": "

    There’s only so much you can control when it comes to travel, especially during the holidays. Whether you’re embarking on a road trip to see family, or simply worried about driving through the snow to the other side of town, the cold winter months typically mean the start of increasingly dangerous road conditions.

    Read more...

    ", + "content": "

    There’s only so much you can control when it comes to travel, especially during the holidays. Whether you’re embarking on a road trip to see family, or simply worried about driving through the snow to the other side of town, the cold winter months typically mean the start of increasingly dangerous road conditions.

    Read more...

    ", + "category": "disaster accident", + "link": "https://lifehacker.com/how-to-check-road-conditions-when-you-travel-this-winte-1848138349", + "creator": "Meredith Dietz", + "pubDate": "Tue, 30 Nov 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "020f856a849ab872409ef45555acf247" + "hash": "6b654e269bf1c911a3911d3877a8ed27" }, { - "title": "Russia Ukraine: Sending US troops not on table - Biden", - "description": "The US president says a Western response to a Russian invasion would not include boots on the ground.", - "content": "The US president says a Western response to a Russian invasion would not include boots on the ground.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59582013?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:08:39 GMT", + "title": "Why Your Friends Are Probably More Popular, Richer, and More Attractive Than You", + "description": "

    Chances are good you are less popular than your friends. Poorer, too. Probably they are also better looking. Sorry. This is called “the friendship paradox,” and it’s just logical fact.

    Read more...

    ", + "content": "

    Chances are good you are less popular than your friends. Poorer, too. Probably they are also better looking. Sorry. This is called “the friendship paradox,” and it’s just logical fact.

    Read more...

    ", + "category": "richer", + "link": "https://lifehacker.com/why-your-friends-are-probably-more-popular-richer-and-1848113295", + "creator": "Stephen Johnson", + "pubDate": "Tue, 30 Nov 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04464e3aa88f47e3ae76b6fc35609bee" + "hash": "0ea20e875bec7f6fdad34464c513954b" }, { - "title": "Covid: Vaccines should work against Omicron variant, WHO says", - "description": "A small study in South Africa suggests the new variant could partially evade the Pfizer jab.", - "content": "A small study in South Africa suggests the new variant could partially evade the Pfizer jab.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59573037?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:57:13 GMT", + "title": "How to Reduce Eye Strain When You're Staring at Screens All Day", + "description": "

    The rise of screen use has raised a number of concerns, especially when it comes to eye health and the impacts of blue light on the eye. But what is blue light, and how much is it really to blame for the strain our daily screen activity is putting on our eyes?

    Read more...

    ", + "content": "

    The rise of screen use has raised a number of concerns, especially when it comes to eye health and the impacts of blue light on the eye. But what is blue light, and how much is it really to blame for the strain our daily screen activity is putting on our eyes?

    Read more...

    ", + "category": "optical filter", + "link": "https://lifehacker.com/how-to-reduce-eye-strain-when-youre-staring-at-screens-1848133756", + "creator": "Shannon Flynn", + "pubDate": "Tue, 30 Nov 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b69923565f7bfb73b03349e3daf947b5" + "hash": "0a280e83e6eedf11b4e515916335d737" }, { - "title": "Bipin Rawat: India's top general in helicopter crash", - "description": "Chief of Defence Staff General Bipin Rawat was in the helicopter which crashed in southern India.", - "content": "Chief of Defence Staff General Bipin Rawat was in the helicopter which crashed in southern India.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59576082?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:13:15 GMT", + "title": "Why You Should Replace Your Old Christmas Lights With LED Lights", + "description": "

    Holiday lights are a cozy tradition—as the days get shorter, a few sparkly strands can really brighten up the endless evenings. While this holiday tradition is worth keeping, traditional filament light bulbs are not. Here’s why you should make the switch to LED lights this year.

    Read more...

    ", + "content": "

    Holiday lights are a cozy tradition—as the days get shorter, a few sparkly strands can really brighten up the endless evenings. While this holiday tradition is worth keeping, traditional filament light bulbs are not. Here’s why you should make the switch to LED lights this year.

    Read more...

    ", + "category": "christmas lights", + "link": "https://lifehacker.com/why-you-should-replace-your-old-christmas-lights-with-l-1848137005", + "creator": "Becca Lewis", + "pubDate": "Tue, 30 Nov 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8412ef17313c1ab68fdb52118c42752d" + "hash": "b64913c04db7e0f6c565b85d9cf283ec" }, { - "title": "Biden warns Putin of 'strong measures' amid Ukraine invasion fears", - "description": "In a call with President Biden, Russia's Vladimir Putin seeks guarantees against eastward Nato expansion.", - "content": "In a call with President Biden, Russia's Vladimir Putin seeks guarantees against eastward Nato expansion.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59567377?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 21:52:06 GMT", + "title": "Apple Music Can Give You Spotify Wrapped-Style Stats, Sort of", + "description": "

    At the end of each year, Spotify’s Wrapped feature takes over social media, as seemingly all of your friends start sharing their year in music—the one song they played the most, the artists in their top 5, the genres that define their taste. Unfortunately, you use Apple Music, so you’re out of luck.

    Well, not…

    Read more...

    ", + "content": "

    At the end of each year, Spotify’s Wrapped feature takes over social media, as seemingly all of your friends start sharing their year in music—the one song they played the most, the artists in their top 5, the genres that define their taste. Unfortunately, you use Apple Music, so you’re out of luck.

    Well, not…

    Read more...

    ", + "category": "spotify", + "link": "https://lifehacker.com/apple-music-can-give-you-spotify-wrapped-style-stats-s-1848135995", + "creator": "Pranay Parab", + "pubDate": "Tue, 30 Nov 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85f242268e7b4a09ce49a8035ec77e81" + "hash": "72b0af1c4bc4052e047be1ba4c2f3dae" }, { - "title": "Myanmar: Soldiers accused of shooting, burning 13 villagers", - "description": "Myanmar villagers say soldiers carried out the killings in response to an attack on a military convoy.", - "content": "Myanmar villagers say soldiers carried out the killings in response to an attack on a military convoy.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59574528?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 08:23:30 GMT", + "title": "How to Surprise Your Kid on Christmas Without Being a Jerk", + "description": "

    We recently asked Lifehacker readers “What’s the Worst Christmas Gift You’ve Ever Received?” and the comments were...disheartening. I mean, some were funny (a toilet seat, a family member’s headshot, an unwrapped DVD of Footloose) but many brought a sting to the eye. Stories abounded of parents ostensibly trying to…

    Read more...

    ", + "content": "

    We recently asked Lifehacker readers “What’s the Worst Christmas Gift You’ve Ever Received?” and the comments were...disheartening. I mean, some were funny (a toilet seat, a family member’s headshot, an unwrapped DVD of Footloose) but many brought a sting to the eye. Stories abounded of parents ostensibly trying to…

    Read more...

    ", + "category": "mammals", + "link": "https://lifehacker.com/how-to-surprise-your-kid-on-christmas-without-being-an-1848133414", + "creator": "Sarah Showfety", + "pubDate": "Tue, 30 Nov 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ed1ca00c45b8277b0d1e3ec3b70104c" + "hash": "14809b36d15df23a37fb41f5643f2990" }, { - "title": "Covishield: India vaccine maker halves production", - "description": "The Serum Institute is sitting on a stockpile of 500 million doses of Covishield, its CEO said.", - "content": "The Serum Institute is sitting on a stockpile of 500 million doses of Covishield, its CEO said.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59574878?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 07:56:41 GMT", + "title": "Why You Should Sign Into All of Your Accounts Every Now and Then", + "description": "

    We all juggle a lot of online accounts these days. From streaming subscriptions, to multiple email addresses, to accounts for movie theaters, airlines, and restaurants—if it has a website, you likely have an account for it. If you’re like me, you hardly use most of these accounts, if you use them at all. Even still,…

    Read more...

    ", + "content": "

    We all juggle a lot of online accounts these days. From streaming subscriptions, to multiple email addresses, to accounts for movie theaters, airlines, and restaurants—if it has a website, you likely have an account for it. If you’re like me, you hardly use most of these accounts, if you use them at all. Even still,…

    Read more...

    ", + "category": "icloud", + "link": "https://lifehacker.com/why-you-should-sign-into-all-of-your-accounts-every-now-1848117972", + "creator": "Jake Peterson", + "pubDate": "Tue, 30 Nov 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60e0e5c3f4f1268ffe456fa3bb127b22" + "hash": "d911d67b556c29409560ee15b5d54666" }, { - "title": "China is biggest captor of journalists, says report", - "description": "Advocacy group Reporters Without Borders said at least 127 journalists are currently detained.", - "content": "Advocacy group Reporters Without Borders said at least 127 journalists are currently detained.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59544226?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 06:37:24 GMT", + "title": "How to Keep Your Poinsettias Alive Until Christmas", + "description": "

    Bright red poinsettias are popular holiday-season decor, and like a lot of plants, have particular preferences when it comes to placement in your home. To help your flowers survive and thrive throughout the season—especially if plant care isn’t your jam—make sure you know how much water, sunlight, and heat your…

    Read more...

    ", + "content": "

    Bright red poinsettias are popular holiday-season decor, and like a lot of plants, have particular preferences when it comes to placement in your home. To help your flowers survive and thrive throughout the season—especially if plant care isn’t your jam—make sure you know how much water, sunlight, and heat your…

    Read more...

    ", + "category": "christian folklore", + "link": "https://lifehacker.com/how-to-keep-your-poinsettias-alive-until-christmas-1848133974", + "creator": "Emily Long", + "pubDate": "Tue, 30 Nov 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "828b0672f87ac9f937578849662416af" + "hash": "6adc4d0f8fabbbd39af73e518ec88480" }, { - "title": "Eilish, cheugy and Omicron among 2021's most mispronounced words", - "description": "Billie Eilish, cheugy and Glasgow also feature on a list of the words people find trickiest to say.", - "content": "Billie Eilish, cheugy and Glasgow also feature on a list of the words people find trickiest to say.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59573797?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 04:38:44 GMT", + "title": "What Fitness Tracker Data Is Actually Useful for Your Doctor?", + "description": "

    Whether a smartwatch or a ring, many of us now wear fitness trackers, which means we have collected a lot of data on how much we are moving and sleeping, as well as how our heart rates change with our activity levels. All of this information can be a good motivator for getting you moving more regularly and monitoring…

    Read more...

    ", + "content": "

    Whether a smartwatch or a ring, many of us now wear fitness trackers, which means we have collected a lot of data on how much we are moving and sleeping, as well as how our heart rates change with our activity levels. All of this information can be a good motivator for getting you moving more regularly and monitoring…

    Read more...

    ", + "category": "john higgins", + "link": "https://lifehacker.com/what-fitness-tracker-data-is-actually-useful-for-your-d-1848135784", + "creator": "Rachel Fairbank", + "pubDate": "Tue, 30 Nov 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ddc00e003c6917ed01da6815bb8b6af" + "hash": "0c934fa5693819fa13afabc38f8fbad6" }, { - "title": "Japanese billionaire blasts off to International Space Station", - "description": "Yusaku Maezawa will spend 12 days at the International Space Station before returning to Earth.", - "content": "Yusaku Maezawa will spend 12 days at the International Space Station before returning to Earth.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59544223?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:57:11 GMT", + "title": "Maybe You Can Become a ‘Luckier’ Person", + "description": "

    The idea that success, money, and power spring from hard work and dogged determination has been hard-wired into America’s cultural DNA since the founding of the country, when Ben Franklin wrote, “Energy and persistence conquer all things.” But every now and then, even old white guys with granny glasses are wrong:…

    Read more...

    ", + "content": "

    The idea that success, money, and power spring from hard work and dogged determination has been hard-wired into America’s cultural DNA since the founding of the country, when Ben Franklin wrote, “Energy and persistence conquer all things.” But every now and then, even old white guys with granny glasses are wrong:…

    Read more...

    ", + "category": "woody", + "link": "https://lifehacker.com/maybe-you-can-become-a-luckier-person-1848133716", + "creator": "Stephen Johnson", + "pubDate": "Tue, 30 Nov 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a92117f3ed9f3b5c1974f8b886c2e7d" + "hash": "7371f120eea0bf796aa0c8cbc807a80c" }, { - "title": "Ghislaine Maxwell: Jury sees never-before-seen photos of Epstein and defendant", - "description": "FBI agents submit previously unseen photo evidence as third accuser testifies in Maxwell trial.", - "content": "FBI agents submit previously unseen photo evidence as third accuser testifies in Maxwell trial.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59571857?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 21:20:10 GMT", + "title": "How to Play Guitar Without Learning How to Play Guitar", + "description": "

    If you’re one of the millions of people who somehow acquired a guitar during their life—a guitar they have dutifully moved from place to place with the sincere intention of someday learning how to play it—you probably know it’s not as easy as rock stars make it seem. If you’ve actually made any attempt to learn the…

    Read more...

    ", + "content": "

    If you’re one of the millions of people who somehow acquired a guitar during their life—a guitar they have dutifully moved from place to place with the sincere intention of someday learning how to play it—you probably know it’s not as easy as rock stars make it seem. If you’ve actually made any attempt to learn the…

    Read more...

    ", + "category": "robin thicke", + "link": "https://lifehacker.com/how-to-play-guitar-without-learning-how-to-play-guitar-1848128835", + "creator": "Jeff Somers", + "pubDate": "Tue, 30 Nov 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b30df757fd86e53d9392494fb48336c" + "hash": "e52f71cf8560969a4d48270baf66115c" }, { - "title": "2022 Beijing Winter Olympics: Australia joins US diplomatic boycott", - "description": "The US is leading the diplomatic boycott of the 2022 Winter Olympics, over human rights concerns.", - "content": "The US is leading the diplomatic boycott of the 2022 Winter Olympics, over human rights concerns.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59573500?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:37:52 GMT", + "title": "16 of the Best Cozy Christmas Movies That Aren’t All White People in Sweaters", + "description": "

    You’re likely seen the memes: A collage of posters for a bunch of Hallmark Christmas movies, all of them featuring nearly identical images of blonde white women and brown-haired white men in variations of red and green sweaters. As a brown-haired white man with an acting background, I do not think it is bad that these…

    Read more...

    ", + "content": "

    You’re likely seen the memes: A collage of posters for a bunch of Hallmark Christmas movies, all of them featuring nearly identical images of blonde white women and brown-haired white men in variations of red and green sweaters. As a brown-haired white man with an acting background, I do not think it is bad that these…

    Read more...

    ", + "category": "christmas", + "link": "https://lifehacker.com/16-of-the-best-cozy-christmas-movies-that-aren-t-all-wh-1848103267", + "creator": "Ross Johnson", + "pubDate": "Tue, 30 Nov 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9969fec20615d94868443ac90125021" + "hash": "7065e421229a6cf2c25c6da44c254658" }, { - "title": "Mahbouba Seraj: Afghanistan is a country in trouble", - "description": "Mahbouba Seraj is a prominent Afghan women’s rights activist. She has a personal message for the Taliban.", - "content": "Mahbouba Seraj is a prominent Afghan women’s rights activist. She has a personal message for the Taliban.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59555481?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:05:28 GMT", + "title": "Brine Your Holiday Meats in Shio Koji", + "description": "

    Cooking and serving a large piece of meat for a holiday meal can make one feel like an (evil and rich) Dickens character, but buying large cuts for a crowd is far more cost effective (and less wasteful) than buying individual steaks or chops. But scale is not enough: These large animal parts deserve to be permeated…

    Read more...

    ", + "content": "

    Cooking and serving a large piece of meat for a holiday meal can make one feel like an (evil and rich) Dickens character, but buying large cuts for a crowd is far more cost effective (and less wasteful) than buying individual steaks or chops. But scale is not enough: These large animal parts deserve to be permeated…

    Read more...

    ", + "category": "miso", + "link": "https://lifehacker.com/brine-your-holiday-meats-in-shio-koji-1848133750", + "creator": "Claire Lower", + "pubDate": "Tue, 30 Nov 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "773ea23f9d74f3bd6e153c89b271eb2e" + "hash": "762e704b7551f48a8b58b8895ea07cdd" }, { - "title": "Chinese social media giant Weibo's shares fall in Hong Kong debut", - "description": "Last week, Chinese ride-hailing giant Didi said it will move its listing to Hong Kong from the US.", - "content": "Last week, Chinese ride-hailing giant Didi said it will move its listing to Hong Kong from the US.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59558150?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 02:15:04 GMT", + "title": "What is 'Web3' and Why Should You Care?", + "description": "

    Tech loves to talk about the future, and if you’ve been paying any attention to recent industry headlines, you’ve probably seen the phrase “Web3” bandied about. It’s not a new term, but as the hype around cryptocurrency, NFTs, and the “metaverse” spikes, Web3 is getting a lot more attention. And while Web3 is

    Read more...

    ", + "content": "

    Tech loves to talk about the future, and if you’ve been paying any attention to recent industry headlines, you’ve probably seen the phrase “Web3” bandied about. It’s not a new term, but as the hype around cryptocurrency, NFTs, and the “metaverse” spikes, Web3 is getting a lot more attention. And while Web3 is

    Read more...

    ", + "category": "web3", + "link": "https://lifehacker.com/what-is-web3-and-why-should-you-care-1848133134", + "creator": "Brendan Hesse", + "pubDate": "Mon, 29 Nov 2021 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc3d670e01a8fce03f2af28a0f68e45a" + "hash": "17a15e3e9627139dd7a875896394076d" }, { - "title": "Jamal Khashoggi: Suspect in murder of journalist arrested in Paris", - "description": "French media say Khaled Aedh Alotaibi was arrested at Charles-de-Gaulle airport on Tuesday.", - "content": "French media say Khaled Aedh Alotaibi was arrested at Charles-de-Gaulle airport on Tuesday.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59561881?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:43:08 GMT", + "title": "How to Survive the ‘Toddler Screaming’ Phase", + "description": "

    If you’ve ever had a toddler, chances are, you’ve been the lucky recipient of their “screaming phase.” Note, I didn’t say tantrum phase. No, there is a brand of toddler screeching that has little or sometimes nothing to do with a full-on meltdown about not being able to take home the Paw Patrol water bottle they’ve…

    Read more...

    ", + "content": "

    If you’ve ever had a toddler, chances are, you’ve been the lucky recipient of their “screaming phase.” Note, I didn’t say tantrum phase. No, there is a brand of toddler screeching that has little or sometimes nothing to do with a full-on meltdown about not being able to take home the Paw Patrol water bottle they’ve…

    Read more...

    ", + "category": "toddler", + "link": "https://lifehacker.com/how-to-survive-the-toddler-screaming-phase-1848132853", + "creator": "Sarah Showfety", + "pubDate": "Mon, 29 Nov 2021 21:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "583d9ede11c98c6c85ac60b3d0566c73" + "hash": "a3cc472ad2dd03bb83573724b80ac027" }, { - "title": "Google sues alleged Russian cyber criminals", - "description": "Hackers behind a malicious \"botnet\" may have used their network to infect over a million computers.", - "content": "Hackers behind a malicious \"botnet\" may have used their network to infect over a million computers.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59571417?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:30:30 GMT", + "title": "How to Install a Security Camera Without Breaking the Law", + "description": "

    It’s becoming increasingly common for homeowners to invest in security cameras, but there are also privacy laws that limit where all those cameras can be pointed. If you’re looking to install security cameras in and around the perimeter of your home, you’ll need to consider those laws as much as your own security, so…

    Read more...

    ", + "content": "

    It’s becoming increasingly common for homeowners to invest in security cameras, but there are also privacy laws that limit where all those cameras can be pointed. If you’re looking to install security cameras in and around the perimeter of your home, you’ll need to consider those laws as much as your own security, so…

    Read more...

    ", + "category": "security", + "link": "https://lifehacker.com/how-to-install-a-security-camera-without-breaking-the-l-1848006254", + "creator": "Shannon Flynn", + "pubDate": "Mon, 29 Nov 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ea23264e5c95882bb34836d1a81eadb" + "hash": "afdcab7ac6c051d694ae17bfd6a83752" }, { - "title": "Bitcoin 'founder' to keep 1m Bitcoin cache", - "description": "A jury decided Craig Wright, who says he created the cryptocurrency, can retain bitcoin worth billions of dollars.", - "content": "A jury decided Craig Wright, who says he created the cryptocurrency, can retain bitcoin worth billions of dollars.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59571277?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 20:10:41 GMT", + "title": "Stop LinkedIn From Clogging Up Your Inbox Already", + "description": "

    LinkedIn never passes up an opportunity to flood your inbox with emails. Even if you do your best to unsubscribe from every message you receive, the service always seems to find a way to send you even more of them. If you’d rather keep LinkedIn’s updates out of your inbox, it is possible—if difficult—unsubscribe from…

    Read more...

    ", + "content": "

    LinkedIn never passes up an opportunity to flood your inbox with emails. Even if you do your best to unsubscribe from every message you receive, the service always seems to find a way to send you even more of them. If you’d rather keep LinkedIn’s updates out of your inbox, it is possible—if difficult—unsubscribe from…

    Read more...

    ", + "category": "linkedin", + "link": "https://lifehacker.com/stop-linkedin-from-clogging-up-your-inbox-already-1848130851", + "creator": "Pranay Parab", + "pubDate": "Mon, 29 Nov 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a0ce9a402fc45e1bdacdcedc4334f21" + "hash": "042833328b9b9e7c6d88b4bf5028b81e" }, { - "title": "Nearly 70 Spanish medics Covid positive after Christmas party", - "description": "The outbreak among ICU staff in Málaga is believed to have started at a Christmas party last week.", - "content": "The outbreak among ICU staff in Málaga is believed to have started at a Christmas party last week.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59561876?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 11:51:26 GMT", + "title": "The Lazy Way to Stuff a Stocking That Doesn’t Look Lazy", + "description": "

    There are two types of Christmas-observing families: Those who are serious about stockings, and amateurs. Like most things, my sisters and I view stocking stuffing as a competition, but we will never beat our mother, who has had three decades to perfect her stocking stuffing methods (with her children as test…

    Read more...

    ", + "content": "

    There are two types of Christmas-observing families: Those who are serious about stockings, and amateurs. Like most things, my sisters and I view stocking stuffing as a competition, but we will never beat our mother, who has had three decades to perfect her stocking stuffing methods (with her children as test…

    Read more...

    ", + "category": "joe", + "link": "https://lifehacker.com/the-lazy-way-to-stuff-a-stocking-that-doesn-t-look-lazy-1848132358", + "creator": "Claire Lower", + "pubDate": "Mon, 29 Nov 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf61a15818d491b9618a816856650117" + "hash": "58bf38c27c2f18132afd4beb8d11e424" }, { - "title": "Chile same-sex marriage: Law overwhelmingly approved by parliament", - "description": "A law allowing same-sex marriage is approved in the historically Catholic Latin American country.", - "content": "A law allowing same-sex marriage is approved in the historically Catholic Latin American country.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59570576?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:12:02 GMT", + "title": "You Can Use Your Apple Watch to Automatically Unlock Your Mac", + "description": "

    You might know about Apple’s feature that lets you automatically unlock your iPhone using the Apple Watch (when you’re wearing a face mask, at least). But you may not have known that this feature has also existed for years on the Mac. As long as you’re wearing your Apple Watch—and it’s unlocked—you can sign in to your…

    Read more...

    ", + "content": "

    You might know about Apple’s feature that lets you automatically unlock your iPhone using the Apple Watch (when you’re wearing a face mask, at least). But you may not have known that this feature has also existed for years on the Mac. As long as you’re wearing your Apple Watch—and it’s unlocked—you can sign in to your…

    Read more...

    ", + "category": "apple", + "link": "https://lifehacker.com/you-can-use-your-apple-watch-to-automatically-unlock-yo-1848128398", + "creator": "Khamosh Pathak", + "pubDate": "Mon, 29 Nov 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47896c95723e5c9d20e408c0328066fb" + "hash": "08d38cddd2b504d9239b04e8682c620a" }, { - "title": "Afghanistan: Girls' despair as Taliban confirms secondary school ban", - "description": "The BBC hears about the ban's harmful impact from teachers and students in 13 Afghan provinces.", - "content": "The BBC hears about the ban's harmful impact from teachers and students in 13 Afghan provinces.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59565558?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:17:51 GMT", + "title": "Your Pixel Will Now Wait Until Everyone Is Smiling Before Snapping a Picture", + "description": "

    As long as we’ve had cameras, we’ve tried to take the perfect group photo. You set the camera on a stand, turn on the timer, run back to crowd, say “Cheese!” and hope no one blinked. Of course, someone often does, and you have to take the photo all over again—that is, unless you have a phone that can automatically…

    Read more...

    ", + "content": "

    As long as we’ve had cameras, we’ve tried to take the perfect group photo. You set the camera on a stand, turn on the timer, run back to crowd, say “Cheese!” and hope no one blinked. Of course, someone often does, and you have to take the photo all over again—that is, unless you have a phone that can automatically…

    Read more...

    ", + "category": "pixel", + "link": "https://lifehacker.com/your-pixel-will-now-wait-until-everyone-is-smiling-befo-1848131573", + "creator": "Jake Peterson", + "pubDate": "Mon, 29 Nov 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a6e55047f3ece19d9927c27e5bd487c" + "hash": "8e476aa0d495aff88ec92776efcd549f" }, { - "title": "Amazon services down for thousands of users", - "description": "Customers of the e-commerce giant report problems with shopping services, Prime Video and Alexa.", - "content": "Customers of the e-commerce giant report problems with shopping services, Prime Video and Alexa.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59568858?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:23:20 GMT", + "title": "You Should Start This Ornament Tradition With Your Kids", + "description": "

    Growing up, there wasn’t a strong Christmas ornament tradition in my family. Or one at all, really. There were no hand-crafted trinkets with sentimental value, or delicate keepsakes passed down through generations. The main thing I remember about our tree was its comical 1980s artificiality of sparse, rigid branches,…

    Read more...

    ", + "content": "

    Growing up, there wasn’t a strong Christmas ornament tradition in my family. Or one at all, really. There were no hand-crafted trinkets with sentimental value, or delicate keepsakes passed down through generations. The main thing I remember about our tree was its comical 1980s artificiality of sparse, rigid branches,…

    Read more...

    ", + "category": "ornament", + "link": "https://lifehacker.com/why-you-should-start-this-ornament-tradition-with-your-1848131382", + "creator": "Sarah Showfety", + "pubDate": "Mon, 29 Nov 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03df78f3068e81a0fae2b58cfb0674f2" + "hash": "ef284c602698fb847de1b200a93af3db" }, { - "title": "Michael Steinhardt: US billionaire hands over antiquities worth $70m", - "description": "Michael Steinhardt is banned for life from buying such treasures following an investigation.", - "content": "Michael Steinhardt is banned for life from buying such treasures following an investigation.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59543021?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 15:07:57 GMT", + "title": "The Best Winter Running Gear, According to Reddit", + "description": "

    In theory, winter running is easy: It’s just normal running with extra layers. But sometimes it’s tough to find exactly what layers you need. Fortunately, a bunch of cold-dwelling redditors have come through with their recommendations to keep you toasty all winter long.

    Read more...

    ", + "content": "

    In theory, winter running is easy: It’s just normal running with extra layers. But sometimes it’s tough to find exactly what layers you need. Fortunately, a bunch of cold-dwelling redditors have come through with their recommendations to keep you toasty all winter long.

    Read more...

    ", + "category": "clothing", + "link": "https://lifehacker.com/the-best-winter-running-gear-according-to-reddit-1848119170", + "creator": "Beth Skwarecki", + "pubDate": "Mon, 29 Nov 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0df8cc40b7d82af25e0e57a3b76f824d" + "hash": "18d1ff9edb4490a177c6b63e0c6f823f" }, { - "title": "Afghanistan: Foreign Office chaotic during Kabul evacuation - whistleblower", - "description": "Thousands of pleas for help went unread and the foreign secretary lacked urgency, an ex-official says.", - "content": "Thousands of pleas for help went unread and the foreign secretary lacked urgency, an ex-official says.", - "category": "", - "link": "https://www.bbc.co.uk/news/uk-59549868?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 10:06:27 GMT", + "title": "16 of the Most Useful iPhone Messages Features You Should Be Using", + "description": "

    Apple’s Messages is probably one of the most-used apps on your iPhone that you spend the least time thinking about. After all, it’s just texting.

    But this humble messaging app is actually remarkably feature-packed, and if you spend a few minutes poking around in your settings, you’ll be able to unlock lots of useful…

    Read more...

    ", + "content": "

    Apple’s Messages is probably one of the most-used apps on your iPhone that you spend the least time thinking about. After all, it’s just texting.

    But this humble messaging app is actually remarkably feature-packed, and if you spend a few minutes poking around in your settings, you’ll be able to unlock lots of useful…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/16-of-the-most-useful-iphone-messages-features-you-shou-1848130284", + "creator": "Pranay Parab", + "pubDate": "Mon, 29 Nov 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ff3fb7e067d2240868d7cc185887bb3" + "hash": "562b59d25d7147c8ef605dc72692dbe9" }, { - "title": "Super-rich increase their share of world's income", - "description": "A major report on wealth and inequality says 2020 saw the steepest rise in billionaires' wealth on record.", - "content": "A major report on wealth and inequality says 2020 saw the steepest rise in billionaires' wealth on record.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59565690?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 14:06:38 GMT", + "title": "Discover Your Perfect Pullup Variation", + "description": "

    Pulling yourself from arm’s length up to a horizontal bar is a phenomenal exercise for your back, your arms, and your core. But there’s more than one way to do it, and I’m not just talking about the fact that “pullups” and “chinups” are technically two different exercises. There are countless variations to make the…

    Read more...

    ", + "content": "

    Pulling yourself from arm’s length up to a horizontal bar is a phenomenal exercise for your back, your arms, and your core. But there’s more than one way to do it, and I’m not just talking about the fact that “pullups” and “chinups” are technically two different exercises. There are countless variations to make the…

    Read more...

    ", + "category": "bodyweight exercise", + "link": "https://lifehacker.com/discover-your-perfect-pullup-variation-1848119449", + "creator": "Beth Skwarecki", + "pubDate": "Mon, 29 Nov 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ecae0d6688cf1e7fe0077e105feee9b" + "hash": "da0b537929b7e6461a035a055b1f922a" }, { - "title": "Aurangabad: Indian teen arrested for beheading pregnant sister", - "description": "The 19-year-old had eloped and married a man without her family's consent, police said.", - "content": "The 19-year-old had eloped and married a man without her family's consent, police said.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59559122?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 08:18:08 GMT", + "title": "The Right Way to Install a Simple Floating Shelf", + "description": "

    If you’ve got an alcove, corner, or otherwise awkward empty space in a room that needs a little extra storage or decorative touch, the best solution may be a simple floating shelf. Floating shelves are cost-effective to make—and are fairly easy to install—and they can finish off a space that needs a little something.

    Read more...

    ", + "content": "

    If you’ve got an alcove, corner, or otherwise awkward empty space in a room that needs a little extra storage or decorative touch, the best solution may be a simple floating shelf. Floating shelves are cost-effective to make—and are fairly easy to install—and they can finish off a space that needs a little something.

    Read more...

    ", + "category": "shelf", + "link": "https://lifehacker.com/the-right-way-to-install-a-simple-floating-shelf-1848129875", + "creator": "Becca Lewis", + "pubDate": "Mon, 29 Nov 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2de13f336b1171900d3e47afdbe5f295" + "hash": "1e6a6a18fc5b05905a8126ec481cfd48" }, { - "title": "Vishal Garg: US boss fires 900 employees over Zoom", - "description": "\"Last time I did this I cried,\" said the head of the online mortgage lender laying off 15% of his staff.", - "content": "\"Last time I did this I cried,\" said the head of the online mortgage lender laying off 15% of his staff.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59554585?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:30:13 GMT", + "title": "The Best Ways to Give Money Without Giving Cash", + "description": "

    In some ways, money is the perfect gift. It’s liquid, which means the recipient has total agency to do whatever they want with it. Cash is the easiest way to give money, and no one’s going to be mad about getting a box full of twenties for their birthday—but unless you’re Robert Deniro in a Scorsese film, giving cash…

    Read more...

    ", + "content": "

    In some ways, money is the perfect gift. It’s liquid, which means the recipient has total agency to do whatever they want with it. Cash is the easiest way to give money, and no one’s going to be mad about getting a box full of twenties for their birthday—but unless you’re Robert Deniro in a Scorsese film, giving cash…

    Read more...

    ", + "category": "money", + "link": "https://lifehacker.com/the-best-ways-to-give-money-without-giving-cash-1848124581", + "creator": "Jeff Somers", + "pubDate": "Mon, 29 Nov 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "caddd8c6f3501a60f2d6caa3c71752a0" + "hash": "ed6dd81511da7a2ad2c2d7f9eba957c4" }, { - "title": "Amalia: Heir to the Dutch throne keeps it normal at 18", - "description": "Princess Amalia had an ordinary childhood and wants her life to continue that way.", - "content": "Princess Amalia had an ordinary childhood and wants her life to continue that way.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59516157?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:39:23 GMT", + "title": "What to Do Before You Have Surgery", + "description": "

    The idea of surgery can be daunting. You’re unconscious while someone cuts into you, more or less, and there is nothing you can do about it—it is the height of helplessness. For some, none of that is a big deal. For others—especially first-timers—surgery can be really scary. Here are some tips for how to prepare for…

    Read more...

    ", + "content": "

    The idea of surgery can be daunting. You’re unconscious while someone cuts into you, more or less, and there is nothing you can do about it—it is the height of helplessness. For some, none of that is a big deal. For others—especially first-timers—surgery can be really scary. Here are some tips for how to prepare for…

    Read more...

    ", + "category": "surgery", + "link": "https://lifehacker.com/what-to-do-before-you-have-surgery-1848100632", + "creator": "Lindsey Ellefson", + "pubDate": "Mon, 29 Nov 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c758439b1548986f858fe9b9623427d9" + "hash": "762e4498d0b7de234235fcb7cfc53874" }, { - "title": "David Gulpilil: Profound legacy of a trailblazing Aboriginal actor", - "description": "A trailblazing figure with a 50-year career, he helped vastly improve cultural representations.", - "content": "A trailblazing figure with a 50-year career, he helped vastly improve cultural representations.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59485830?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 21:07:09 GMT", + "title": "18 of the Best Non-Christmas Christmas Movies (That Aren't ‘Die Hard’)", + "description": "

    Tired: “My favorite Christmas movie is Die Hard.”

    Read more...

    ", + "content": "

    Tired: “My favorite Christmas movie is Die Hard.”

    Read more...

    ", + "category": "christmas", + "link": "https://lifehacker.com/18-of-the-best-non-christmas-christmas-movies-that-are-1848104777", + "creator": "Ross Johnson", + "pubDate": "Mon, 29 Nov 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "822e89cd80826b76a66039c12d66f66a" + "hash": "ca8425e89a1d77d26a6045c6fb4cb1f0" }, { - "title": "'I had to move across America when I became allergic to the sun'", - "description": "After experiencing an unusual allergic reaction, Carrie moves across America to escape the sun.", - "content": "After experiencing an unusual allergic reaction, Carrie moves across America to escape the sun.", - "category": "", - "link": "https://www.bbc.co.uk/news/disability-59404429?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:34:27 GMT", + "title": "Stop Killing Houseplants (Create a Self-Sustaining Ecosphere Instead)", + "description": "

    Try as I might to keep my indoor plants alive, I am not a natural plant mom. If you’re similarly incompetent, but still want to keep a little slice of nature in your home, let me present to you: the glorious ecosphere.

    Read more...

    ", + "content": "

    Try as I might to keep my indoor plants alive, I am not a natural plant mom. If you’re similarly incompetent, but still want to keep a little slice of nature in your home, let me present to you: the glorious ecosphere.

    Read more...

    ", + "category": "ecosphere", + "link": "https://lifehacker.com/stop-killing-houseplants-create-a-self-sustaining-ecos-1848018886", + "creator": "Meredith Dietz", + "pubDate": "Mon, 29 Nov 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "90d2a70d2d2f8e27444ebe44cd432fc6" + "hash": "3358ce2a4f590dd138d1f98b12f39dc3" }, { - "title": "Helping trans people escape death in their home countries", - "description": "Iman Le Caire made it her mission to help other trans people flee persecution in hostile countries.", - "content": "Iman Le Caire made it her mission to help other trans people flee persecution in hostile countries.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59454871?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:05:08 GMT", + "title": "Why 'Tubular Skylights' Are Great for Brightening Up Your Home", + "description": "

    Letting in some natural light can really brighten up your home, especially during the winter months. However, while traditional skylights are an option, they can be costly and add to heating and cooling costs. Tubular skylights are a good alternative, providing natural light year round without losing as much…

    Read more...

    ", + "content": "

    Letting in some natural light can really brighten up your home, especially during the winter months. However, while traditional skylights are an option, they can be costly and add to heating and cooling costs. Tubular skylights are a good alternative, providing natural light year round without losing as much…

    Read more...

    ", + "category": "solar architecture", + "link": "https://lifehacker.com/why-tubular-skylights-are-great-for-brightening-up-your-1848031312", + "creator": "Becca Lewis", + "pubDate": "Mon, 29 Nov 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2708b3341c47c17f17daed7e02dc370" + "hash": "5be1f5b7ae45d2ca87436cd3251b27d8" }, { - "title": "'I want Afghan women to be free to wear colour'", - "description": "Fashion icon Halima Aden and Afghan tutor Aliya Kazimy write to each other about the importance of choice.", - "content": "Fashion icon Halima Aden and Afghan tutor Aliya Kazimy write to each other about the importance of choice.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59468000?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:09:37 GMT", + "title": "Don't Overthink Your Latkes", + "description": "

    Fact: people love latkes. I wish I was one of them. Fried potatoes should be a slam dunk, but most of my Chanukah memories involve skipping the latkes for the applesauce they were served with.

    Read more...

    ", + "content": "

    Fact: people love latkes. I wish I was one of them. Fried potatoes should be a slam dunk, but most of my Chanukah memories involve skipping the latkes for the applesauce they were served with.

    Read more...

    ", + "category": "staple foods", + "link": "https://lifehacker.com/dont-overthink-your-latkes-1848119681", + "creator": "Amanda Blum", + "pubDate": "Sun, 28 Nov 2021 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b089b3802f59777eef052ff6b916e4ab" + "hash": "cce855c48af4307d97a3100b11cdba7d" }, { - "title": "Juan Jose Florian: Colombia's Para-cycling 'superhero' and his dramatic life story", - "description": "Juan Jose Florian was forced into armed conflict on the opposite side to family. When a bomb nearly killed him, sport helped heal.", - "content": "Juan Jose Florian was forced into armed conflict on the opposite side to family. When a bomb nearly killed him, sport helped heal.", - "category": "", - "link": "https://www.bbc.co.uk/sport/disability-sport/59524921?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:00:26 GMT", + "title": "How to Tell Exactly How Many Christmas Lights You Need", + "description": "

    There is an unspoken rule dictating that any Christmas comedy must include a scene where one of the characters gets completely tangled in strings of holiday lights. And while that situation may be funny onscreen, when it’s happening in your living room, it can be hard to find the humor in it.

    Read more...

    ", + "content": "

    There is an unspoken rule dictating that any Christmas comedy must include a scene where one of the characters gets completely tangled in strings of holiday lights. And while that situation may be funny onscreen, when it’s happening in your living room, it can be hard to find the humor in it.

    Read more...

    ", + "category": "christmas lights", + "link": "https://lifehacker.com/how-to-tell-exactly-how-many-christmas-lights-you-need-1848126999", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 28 Nov 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "91ae48ed4d16008272fc24700226ebad" + "hash": "04e557059bbe808599d450c8ef0448c3" }, { - "title": "Omicron: Why is Nigeria on the travel red list?", - "description": "The UK has placed travel restrictions on arrivals from Nigeria and several other African countries - are they fair?", - "content": "The UK has placed travel restrictions on arrivals from Nigeria and several other African countries - are they fair?", - "category": "", - "link": "https://www.bbc.co.uk/news/59548572?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:56:40 GMT", + "title": "Get Paid $1,234 to Watch 5 of Your Favorite Childhood Movies", + "description": "

    There’s nothing like curling up on the couch and enjoying one of your favorite childhood movies. Sure, you already know the plot and can recite half of the film from memory, but that’s part of the charm. Most of all, it’s comforting.

    Read more...

    ", + "content": "

    There’s nothing like curling up on the couch and enjoying one of your favorite childhood movies. Sure, you already know the plot and can recite half of the film from memory, but that’s part of the charm. Most of all, it’s comforting.

    Read more...

    ", + "category": "entertainment culture", + "link": "https://lifehacker.com/get-paid-1-234-to-watch-5-of-your-favorite-childhood-m-1848126998", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 28 Nov 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f07725b7c8ea1af1bf64881ad0aa4d24" + "hash": "62183d1fb6ece847facc64b66b2d8bc9" }, { - "title": "Biden and Putin hold talks amid Russia-Ukraine tensions", - "description": "The US and Russian leaders speak by video link, as Moscow warns tensions in Europe are \"off the scale\".", - "content": "The US and Russian leaders speak by video link, as Moscow warns tensions in Europe are \"off the scale\".", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59567377?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:42:30 GMT", + "title": "How to Prep Your Garage for Winter", + "description": "

    Whether you use your garage as a place to park your vehicles, or as more of a workshop, now’s the time to get it ready for the winter season. But either way, it can be a daunting task, and you may not know where to start.

    Read more...

    ", + "content": "

    Whether you use your garage as a place to park your vehicles, or as more of a workshop, now’s the time to get it ready for the winter season. But either way, it can be a daunting task, and you may not know where to start.

    Read more...

    ", + "category": "garage", + "link": "https://lifehacker.com/how-to-prep-your-garage-for-winter-1848126993", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 28 Nov 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "539befd179719a5d674c19d9ee8980c4" + "hash": "f018ca766a2921079a24c6bfc3e1cc72" }, { - "title": "Burundi prison fire kills at least 38 in Gitega", - "description": "Vice-President Prosper Bazombanza says at least 38 people died and scores more were injured.", - "content": "Vice-President Prosper Bazombanza says at least 38 people died and scores more were injured.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59560444?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 14:20:30 GMT", + "title": "How to Wash Holiday Stockings and Other Fabric Decorations", + "description": "

    Maybe you’re the type of person who, at the end of each holiday season, washes all the stockings and other festive fabric decorations before putting them in a carefully sealed container, so everything’s ready-to-go the following year.

    Read more...

    ", + "content": "

    Maybe you’re the type of person who, at the end of each holiday season, washes all the stockings and other festive fabric decorations before putting them in a carefully sealed container, so everything’s ready-to-go the following year.

    Read more...

    ", + "category": "clothing", + "link": "https://lifehacker.com/how-to-wash-holiday-stockings-and-other-fabric-decorati-1848124966", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 27 Nov 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e980c1898d43316f7df3e183dd4c8ea4" + "hash": "77df250acdb06e0c710b9cde4fb5d328" }, { - "title": "2022 Beijing Winter Olympics: China criticises US diplomatic boycott", - "description": "China angrily denounces a US plan not to send diplomats to the 2022 Winter Olympics in Beijing.", - "content": "China angrily denounces a US plan not to send diplomats to the 2022 Winter Olympics in Beijing.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59559703?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:16:07 GMT", + "title": "How to Tell If Vintage Furniture Is the Real Deal or a Knockoff", + "description": "

    While there have long been diehard fans of vintage and antique furniture, the furniture shortage and resulting delivery delay throughout the COVID-19 pandemic has made higher-end secondhand shopping even more competitive. And with the increased demand has come a flood of fakes, Sydney Gore writes in an article for…

    Read more...

    ", + "content": "

    While there have long been diehard fans of vintage and antique furniture, the furniture shortage and resulting delivery delay throughout the COVID-19 pandemic has made higher-end secondhand shopping even more competitive. And with the increased demand has come a flood of fakes, Sydney Gore writes in an article for…

    Read more...

    ", + "category": "furniture", + "link": "https://lifehacker.com/how-to-tell-if-vintage-furniture-is-the-real-deal-or-a-1848124958", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 27 Nov 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4541dd80d6cd871e66bc47ce56cbbff0" + "hash": "275f7605df8bd871d8a800781dd64479" }, { - "title": "The Palestinian jailbreak that rocked Israel", - "description": "The search for six Palestinian fugitives from an Israeli prison unearths a story of dispossession, violence and bitter division in a fractured region.", - "content": "The search for six Palestinian fugitives from an Israeli prison unearths a story of dispossession, violence and bitter division in a fractured region.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59524001?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:03:02 GMT", + "title": "Use This Converter to Calculate the Height of Mt. Everest (or Anything Else) in Danny DeVitos", + "description": "

    Are you getting bored with our current units of measurement? Do you constantly weigh the pros and cons of the United States switching over to the metric system, and wonder if there was a better option?

    Read more...

    ", + "content": "

    Are you getting bored with our current units of measurement? Do you constantly weigh the pros and cons of the United States switching over to the metric system, and wonder if there was a better option?

    Read more...

    ", + "category": "converter", + "link": "https://lifehacker.com/use-this-converter-to-calculate-the-height-of-mt-evere-1848124951", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 27 Nov 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cbbcab1056ff4736e18005c6cac8321b" + "hash": "b085ea0b238de352bd035a42ca85d16b" }, { - "title": "Rohingya sue Facebook for $150bn over Myanmar hate speech", - "description": "The social media giant is accused of fuelling violence against the persecuted minority in Myanmar.", - "content": "The social media giant is accused of fuelling violence against the persecuted minority in Myanmar.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59558090?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 07:28:18 GMT", + "title": "How to Decorate a Room With Christmas Greenery Without a Whole Tree", + "description": "

    Thanksgiving is over, which means the inflatable lawn turkeys will soon be replaced by inflatable lawn candy canes and holiday lights. And for those who celebrate and decorate for Christmas, it’s time to decide whether to chop a real, live outside tree and bring it into their home for a few weeks, or dust off the…

    Read more...

    ", + "content": "

    Thanksgiving is over, which means the inflatable lawn turkeys will soon be replaced by inflatable lawn candy canes and holiday lights. And for those who celebrate and decorate for Christmas, it’s time to decide whether to chop a real, live outside tree and bring it into their home for a few weeks, or dust off the…

    Read more...

    ", + "category": "christmas", + "link": "https://lifehacker.com/how-to-decorate-a-room-with-christmas-greenery-without-1848122659", + "creator": "Elizabeth Yuko", + "pubDate": "Fri, 26 Nov 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1bf25d3634e6f86b59e7e659284d04c" + "hash": "c6a4b0702bec08352551a6292fc9e6b2" }, { - "title": "Western leaders urge Russia to lower Ukraine tensions", - "description": "The US and its European allies urge Moscow to de-escalate, amid fears it could invade Ukraine.", - "content": "The US and its European allies urge Moscow to de-escalate, amid fears it could invade Ukraine.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59558099?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 04:50:54 GMT", + "title": "The Difference Between Hard Water and Soft Water (and Why It Matters)", + "description": "

    When everything is working the way it’s supposed to, you might assume that tap water is pretty consistent across the board in terms of what’s in it, and how it can affect your home and your body. But in reality, that’s not the case. There are multiple ways tap water can differ depending on the community, but today…

    Read more...

    ", + "content": "

    When everything is working the way it’s supposed to, you might assume that tap water is pretty consistent across the board in terms of what’s in it, and how it can affect your home and your body. But in reality, that’s not the case. There are multiple ways tap water can differ depending on the community, but today…

    Read more...

    ", + "category": "water", + "link": "https://lifehacker.com/the-difference-between-hard-water-and-soft-water-and-w-1848122651", + "creator": "Elizabeth Yuko", + "pubDate": "Fri, 26 Nov 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "982aaeefa561151f8567ff1976256a80" + "hash": "a1db216a2a7026dcf4fc9262cee19d71" }, { - "title": "Peter Foster: Australian conman caught after six-month manhunt", - "description": "Peter Foster was declared a fugitive six months ago after allegedly skipping bail on fraud charges.", - "content": "Peter Foster was declared a fugitive six months ago after allegedly skipping bail on fraud charges.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59544221?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 06:25:26 GMT", + "title": "How to Spot Fake Brand-Name Tools Sold Online", + "description": "

    Whether you’re in the market for tools for yourself, or to give to others as gifts, you’re probably keeping an eye out for sales and special offers—especially over the next week or so. But unfortunately, not all tools sold online are what they say they are.

    Read more...

    ", + "content": "

    Whether you’re in the market for tools for yourself, or to give to others as gifts, you’re probably keeping an eye out for sales and special offers—especially over the next week or so. But unfortunately, not all tools sold online are what they say they are.

    Read more...

    ", + "category": "tools", + "link": "https://lifehacker.com/how-to-spot-fake-brand-name-tools-sold-online-1848122667", + "creator": "Elizabeth Yuko", + "pubDate": "Fri, 26 Nov 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "881a18168193ce7e3b785b188c792ace" + "hash": "7a66b0bc5fadc3b024f899e2e509daf7" }, { - "title": "Hong Kong Covid: The Cathay pilots stuck in 'perpetual quarantine'", - "description": "One Cathay Pacific pilot said he had spent almost 150 days in quarantine this year alone.", - "content": "One Cathay Pacific pilot said he had spent almost 150 days in quarantine this year alone.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59370672?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 00:02:16 GMT", + "title": "13 Exciting Ways to Eat Your Thanksgiving Leftovers", + "description": "

    Thanksgiving leftovers are more fun to eat than the actual, proper Thanksgiving meal. The leftovers are where you can get creative, inspired, and unhinged. Sandwiches, soup, fried rice, and pot pies are all fine and delicious, but they’re almost as traditional as turkey and dressing. If you’re looking for new and…

    Read more...

    ", + "content": "

    Thanksgiving leftovers are more fun to eat than the actual, proper Thanksgiving meal. The leftovers are where you can get creative, inspired, and unhinged. Sandwiches, soup, fried rice, and pot pies are all fine and delicious, but they’re almost as traditional as turkey and dressing. If you’re looking for new and…

    Read more...

    ", + "category": "cuisine", + "link": "https://lifehacker.com/13-exciting-ways-to-eat-your-thanksgiving-leftovers-1848118023", + "creator": "Claire Lower", + "pubDate": "Fri, 26 Nov 2021 13:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8ae07861bae635e8834b0bf80c8493c" + "hash": "fae1bb5e13439a39ca743704ac441794" }, { - "title": "Emmett Till: US closes investigation without charges", - "description": "The justice department says there is \"insufficient evidence\" to back a writer's claim a witness lied.", - "content": "The justice department says there is \"insufficient evidence\" to back a writer's claim a witness lied.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59558121?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 04:17:03 GMT", + "title": "How to Decide Whether to Board or Bring Your Pet on a Holiday Road Trip", + "description": "

    Many people think of their furry, four-legged friends as being part of their family, so it can be hard to leave them for the holidays. But with holiday travel being hectic enough on its own, it’s not always clear whether to add your mutt to the mix.

    Read more...

    ", + "content": "

    Many people think of their furry, four-legged friends as being part of their family, so it can be hard to leave them for the holidays. But with holiday travel being hectic enough on its own, it’s not always clear whether to add your mutt to the mix.

    Read more...

    ", + "category": "jessica bell", + "link": "https://lifehacker.com/how-to-decide-whether-to-board-or-bring-your-pet-on-a-h-1848117313", + "creator": "Elizabeth Yuko", + "pubDate": "Thu, 25 Nov 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d3e4f205c60cfb7d3e8d85fd781efa7" + "hash": "0733cbcf02de92bfa321845fb4aa5986" }, { - "title": "Ghislaine Maxwell 'gave schoolgirl outfit to Epstein victim'", - "description": "An accuser says the socialite suggested she dress up to serve tea to paedophile Jeffrey Epstein.", - "content": "An accuser says the socialite suggested she dress up to serve tea to paedophile Jeffrey Epstein.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59557022?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 22:29:48 GMT", + "title": "How to Share Your Dietary Preferences and Restrictions Without Sounding Rude", + "description": "

    Not everyone is on the same page when it comes to food allergies and intolerances, and dietary restrictions and preferences, and that’s never more evident than at a holiday meal. While your immediate family may know you’re vegan or lactose intolerant, that’s not necessarily the case with extended family, friends, or…

    Read more...

    ", + "content": "

    Not everyone is on the same page when it comes to food allergies and intolerances, and dietary restrictions and preferences, and that’s never more evident than at a holiday meal. While your immediate family may know you’re vegan or lactose intolerant, that’s not necessarily the case with extended family, friends, or…

    Read more...

    ", + "category": "diet", + "link": "https://lifehacker.com/how-to-share-your-dietary-preferences-and-restrictions-1848117253", + "creator": "Elizabeth Yuko", + "pubDate": "Thu, 25 Nov 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Lifehacker", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5849f292f0580ac7ac38e305dafc557b" + "hash": "ccd5fc279569089d752cd7823c284a27" }, { - "title": "Kenyan policeman shoots dead six people including wife", - "description": "Authorities are calling the incident a \"shooting spree\", in which the killer also took his own life.", - "content": "Authorities are calling the incident a \"shooting spree\", in which the killer also took his own life.", + "title": "The Laziest, Most Efficient Way to Clean Just Before Guests Arrive", + "description": "

    Having people over is always more work than you think it’s going to be. Even if you go in with the intention of keeping it casual, there’s usually the moment about a half hour before guests are set to arrive that you realize that your home—which you initially didn’t think was that bad—actually looks pretty sloppy.

    Read more...

    ", + "content": "

    Having people over is always more work than you think it’s going to be. Even if you go in with the intention of keeping it casual, there’s usually the moment about a half hour before guests are set to arrive that you realize that your home—which you initially didn’t think was that bad—actually looks pretty sloppy.

    Read more...

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59560578?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:51:45 GMT", + "link": "https://lifehacker.com/the-laziest-most-efficient-way-to-clean-just-before-gu-1848117221", + "creator": "Elizabeth Yuko", + "pubDate": "Thu, 25 Nov 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b60477cb2e141c966726d2d6b2740849" + "hash": "4633d83f953aa876fa02a6da0ab7b494" }, { - "title": "Jussie Smollett testifies at trial: 'There was no hoax'", - "description": "Jussie Smollett says a \"massive\" man in a ski mask attacked him after shouting slurs in Chicago.", - "content": "Jussie Smollett says a \"massive\" man in a ski mask attacked him after shouting slurs in Chicago.", + "title": "Please Don't Bring These Things Up at the Thanksgiving Table", + "description": "

    Hopefully, we all know to avoid politics and religion at holiday social occasions where guests of varying ideological and spiritual leanings have gathered, for a good, festive time. But there are plenty of other verboten subjects and lines of questioning from which you should probably steer clear—that is, unless you…

    Read more...

    ", + "content": "

    Hopefully, we all know to avoid politics and religion at holiday social occasions where guests of varying ideological and spiritual leanings have gathered, for a good, festive time. But there are plenty of other verboten subjects and lines of questioning from which you should probably steer clear—that is, unless you…

    Read more...

    ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59557297?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 23:24:06 GMT", + "link": "https://lifehacker.com/please-dont-bring-these-things-up-at-the-thanksgiving-t-1848119290", + "creator": "Sarah Showfety", + "pubDate": "Wed, 24 Nov 2021 21:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed83d25362051d7715c004e0029aea78" + "hash": "e219d42a410ef5f3490dcaf605ec707d" }, { - "title": "James Webb Space Telescope scientist: 'It's the future of astrophysics'", - "description": "The James Webb Space Telescope is expected to be 100 times more powerful than the Hubble.", - "content": "The James Webb Space Telescope is expected to be 100 times more powerful than the Hubble.", + "title": "How to Tell If You’re Oversharing (and How to Stop It)", + "description": "

    The line between private and public information has never been more blurred, whether you blame reality TV, social media, or perhaps a global pandemic steadily chipping away at all of our emotional states. Chances are good that at one point or another, you’ve been guilty of oversharing, which the New York Times

    Read more...

    ", + "content": "

    The line between private and public information has never been more blurred, whether you blame reality TV, social media, or perhaps a global pandemic steadily chipping away at all of our emotional states. Chances are good that at one point or another, you’ve been guilty of oversharing, which the New York Times

    Read more...

    ", "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59525740?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:07:27 GMT", + "link": "https://lifehacker.com/how-to-tell-if-you-re-oversharing-and-how-to-stop-it-1847937624", + "creator": "Meredith Dietz", + "pubDate": "Wed, 24 Nov 2021 20:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05be56fac1005df15a0f217d94cb78ea" + "hash": "5dc61fe34afe0eae0b39fd90a61207ff" }, { - "title": "How Lebanon's economic problems could leave Sara blind", - "description": "Lebanon stopped has stopped subsidising many medical expenses, which leaves poorer patients in danger.", - "content": "Lebanon stopped has stopped subsidising many medical expenses, which leaves poorer patients in danger.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59528113?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:03:35 GMT", + "title": "There Were Billions of T-rexes, and 9 Other Things You Never Knew About Dinosaurs", + "description": "

    Dinosaurs have been extinct for over 65 million years, but scientists just can’t let them rest in their colossal graves. Instead, they’re digging up fossils, conducting research, and otherwise changing our understanding of dinosaur biology and culture. Please enjoy these ten newly discovered facts and theories about…

    Read more...

    ", + "content": "

    Dinosaurs have been extinct for over 65 million years, but scientists just can’t let them rest in their colossal graves. Instead, they’re digging up fossils, conducting research, and otherwise changing our understanding of dinosaur biology and culture. Please enjoy these ten newly discovered facts and theories about…

    Read more...

    ", + "category": "paleontology", + "link": "https://lifehacker.com/10-amazing-things-you-never-knew-about-dinosaurs-1848118855", + "creator": "Stephen Johnson", + "pubDate": "Wed, 24 Nov 2021 20:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e35ce6f329611d3014a6e60ea4e2873" + "hash": "3f8ebc36af633650a9003ecd3d201204" }, { - "title": "US diplomats to boycott 2022 Beijing Winter Olympics", - "description": "The White House says no US diplomats will attend the games in China, over human rights concerns.", - "content": "The White House says no US diplomats will attend the games in China, over human rights concerns.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59556613?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 19:13:14 GMT", + "title": "How to Recognize When You're in An Emotional Affair (and What to Do About It)", + "description": "

    The word “affair” makes us think of fiery, passionate, physical flings, but not every affair is an in-person tryst. Some are emotional affairs and, unlike their physical counterparts, they can be trickier to identify. Are you getting way too personal with a colleague? Are you making up excuses to see your kid’s cute…

    Read more...

    ", + "content": "

    The word “affair” makes us think of fiery, passionate, physical flings, but not every affair is an in-person tryst. Some are emotional affairs and, unlike their physical counterparts, they can be trickier to identify. Are you getting way too personal with a colleague? Are you making up excuses to see your kid’s cute…

    Read more...

    ", + "category": "emotional affair", + "link": "https://lifehacker.com/how-to-recognize-when-youre-in-an-emotional-affair-and-1847993221", + "creator": "Lindsey Ellefson", + "pubDate": "Wed, 24 Nov 2021 19:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f05aca1d28366f0e9c3544350e413d3" + "hash": "18301664efd3256d45f2d95d8ff91bfa" }, { - "title": "Covid-19: Italy tightens restrictions for unvaccinated", - "description": "A so-called Super Green Pass will be needed to access theatres, cinemas and restaurants.", - "content": "A so-called Super Green Pass will be needed to access theatres, cinemas and restaurants.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59548210?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:45:26 GMT", + "title": "So You Bought the Wrong Milk for Your Pumpkin Pie", + "description": "

    Sweetened condensed milk and evaporated milk are two distinct products, but it’s easy to get them confused. They’re both milk that comes in cans, and they’re usually stocked right next to each other, often with the same cute little cow on the label. Grabbing one when you meant to grab the other is not outside of the…

    Read more...

    ", + "content": "

    Sweetened condensed milk and evaporated milk are two distinct products, but it’s easy to get them confused. They’re both milk that comes in cans, and they’re usually stocked right next to each other, often with the same cute little cow on the label. Grabbing one when you meant to grab the other is not outside of the…

    Read more...

    ", + "category": "pumpkin pie", + "link": "https://lifehacker.com/so-you-bought-the-wrong-milk-for-your-pumpkin-pie-1848118315", + "creator": "Claire Lower", + "pubDate": "Wed, 24 Nov 2021 19:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1cac95ea68d79a57b54155ad74f23a01" + "hash": "ed28196ace095891667d88ef584a0578" }, { - "title": "Brexit: Ireland to receive €920m for Brexit impact", - "description": "The country is the first to receive money from the European Commission's Brexit Adjustment Reserve.", - "content": "The country is the first to receive money from the European Commission's Brexit Adjustment Reserve.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59547054?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:23:29 GMT", + "title": "Black Friday Is a Scam", + "description": "

    This isn’t a post about how to avoid scammers on Black Friday (though, there will be plenty of those, so watch out). It’s about how the whole event is an over-hyped, panic-inducing marketing blitz to which we should not subscribe. (You hear me, Big Retail? I don’t believe those LEGOs will only be $9 off for one day.

    Read more...

    ", + "content": "

    This isn’t a post about how to avoid scammers on Black Friday (though, there will be plenty of those, so watch out). It’s about how the whole event is an over-hyped, panic-inducing marketing blitz to which we should not subscribe. (You hear me, Big Retail? I don’t believe those LEGOs will only be $9 off for one day.

    Read more...

    ", + "category": "black friday", + "link": "https://lifehacker.com/black-friday-is-a-scam-1848117218", + "creator": "Sarah Showfety", + "pubDate": "Wed, 24 Nov 2021 18:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Lifehacker", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78039b42ad85f32ed8724819171bdc64" + "hash": "5ac688f14dbba8ce4f412fb5a45d538c" }, { - "title": "Amid shortage, Canada taps into emergency maple syrup reserves", - "description": "The Canadian province of Quebec produces 70% of the world's maple syrup supply.", - "content": "The Canadian province of Quebec produces 70% of the world's maple syrup supply.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59555141?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:18:29 GMT", + "title": "Our Favorite Home Improvements You Can Make for Less Than $100", + "description": "

    Home improvement projects can be daunting, both in scale and in cost. But if you’re looking for small ways to make your home more comfortable, more efficient, or safer for you and your guests, you don’t have to go broke. Here are a few of our favorite home improvement projects that will yield big results, even on a…

    Read more...

    ", + "content": "

    Home improvement projects can be daunting, both in scale and in cost. But if you’re looking for small ways to make your home more comfortable, more efficient, or safer for you and your guests, you don’t have to go broke. Here are a few of our favorite home improvement projects that will yield big results, even on a…

    Read more...

    ", + "category": "central heating", + "link": "https://lifehacker.com/our-favorite-home-improvements-you-can-make-for-less-th-1848115216", + "creator": "Becca Lewis", + "pubDate": "Wed, 24 Nov 2021 18:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06cf8f0a32136d34d804b662761c9eaf" + "hash": "e54ffd27e176c3cd55d9c48a2fcf57a2" }, { - "title": "New York's workers must all have vaccine by 27 December", - "description": "The city's mayor is introducing a vaccine mandate for all private sector employees from 27 December.", - "content": "The city's mayor is introducing a vaccine mandate for all private sector employees from 27 December.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59552524?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:35:19 GMT", + "title": "You Should Try DuckDuckGo's New Tracker Protection on Android, No Matter What Browser You Use", + "description": "

    We all know that the internet isn’t a “private” place. When you search for something on Google or download a new app, there’s an understanding that some of your data is likely going somewhere. That said, what’s especially creepy about the state of our privacy online is how invisible tracking can be. You can think…

    Read more...

    ", + "content": "

    We all know that the internet isn’t a “private” place. When you search for something on Google or download a new app, there’s an understanding that some of your data is likely going somewhere. That said, what’s especially creepy about the state of our privacy online is how invisible tracking can be. You can think…

    Read more...

    ", + "category": "duckduckgo", + "link": "https://lifehacker.com/you-should-try-duckduckgos-new-tracker-protection-on-an-1848116798", + "creator": "Jake Peterson", + "pubDate": "Wed, 24 Nov 2021 17:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa87ee610f55db870d713b4db26a8a9f" + "hash": "4464a7297c9f3ee764135273fe98a936" }, { - "title": "Pakistan: Killing of Sri Lankan accused of blasphemy sparks protests", - "description": "More than 100 have been arrested over the lynching of a Sri Lankan man accused of insulting Islam.", - "content": "More than 100 have been arrested over the lynching of a Sri Lankan man accused of insulting Islam.", - "category": "", - "link": "https://www.bbc.co.uk/news/59501368?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:04:26 GMT", + "title": "What's New on Paramount Plus in December 2021", + "description": "

    The weirdest thing about the Peak Streaming Era is that there are TV shows that have been running for years that I, a person who reads entertainment websites for fun and listens to podcasts about TV, have never heard of.

    Read more...

    ", + "content": "

    The weirdest thing about the Peak Streaming Era is that there are TV shows that have been running for years that I, a person who reads entertainment websites for fun and listens to podcasts about TV, have never heard of.

    Read more...

    ", + "category": "rugrats", + "link": "https://lifehacker.com/whats-new-on-paramount-plus-in-december-2021-1848117485", + "creator": "Joel Cunningham", + "pubDate": "Wed, 24 Nov 2021 17:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eecc27d44abed9abafcf52d195d2a478" + "hash": "2fa3266257774ced97dbc7b4a1563e10" }, { - "title": "Sylvester Oromoni: Nigerians demand justice over Dowen College death", - "description": "The father of Sylvester Oromoni, 12, believes he was attacked for refusing to join a “cult group”.", - "content": "The father of Sylvester Oromoni, 12, believes he was attacked for refusing to join a “cult group”.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59551124?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:57:55 GMT", + "title": "How to (Try to) Prevent Your Kid From Melting Down During the Holidays", + "description": "

    As much as we may wax nostalgic about what the holidays were like for us growing up, being a parent during this time of the year isn’t exactly easy. There’s the nonstop sugar, the disruptions to your child’s schedule, the heightened anticipation about presents, and all the other overstimulating festivities.

    Read more...

    ", + "content": "

    As much as we may wax nostalgic about what the holidays were like for us growing up, being a parent during this time of the year isn’t exactly easy. There’s the nonstop sugar, the disruptions to your child’s schedule, the heightened anticipation about presents, and all the other overstimulating festivities.

    Read more...

    ", + "category": "jason kahn", + "link": "https://lifehacker.com/how-to-try-to-prevent-your-kid-from-melting-down-duri-1848115100", + "creator": "Rachel Fairbank", + "pubDate": "Wed, 24 Nov 2021 16:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04e3ee11d5b0874ba751b1194ab72d7a" + "hash": "c5c6fd00d6d9ab4fd7df640e43da6219" }, { - "title": "Aung San Suu Kyi: Myanmar court sentences ousted leader in widely criticised trial", - "description": "The ex-leader of Myanmar, who faces a total of 11 charges, is sentenced to two years in prison.", - "content": "The ex-leader of Myanmar, who faces a total of 11 charges, is sentenced to two years in prison.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59544484?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 15:19:15 GMT", + "title": "Why Everyone Secretly Hates 'Do-Gooders'", + "description": "

    This article from the BBC made me feel so relieved at my loathing of altruists that I can finally say what most of us have been thinking: Selfless people are the absolute worst.

    Read more...

    ", + "content": "

    This article from the BBC made me feel so relieved at my loathing of altruists that I can finally say what most of us have been thinking: Selfless people are the absolute worst.

    Read more...

    ", + "category": "motivation", + "link": "https://lifehacker.com/why-everyone-secretly-hates-do-gooders-1848114786", + "creator": "Stephen Johnson", + "pubDate": "Wed, 24 Nov 2021 16:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9449e005ed15768e3206a430c7e8688" + "hash": "d05d2d6c7469e7fe393bdb8527f77230" }, { - "title": "Haiti kidnappers release three more missionaries after abduction", - "description": "Three people among a group of 17 North American missionaries abducted in October are freed.", - "content": "Three people among a group of 17 North American missionaries abducted in October are freed.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59554201?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 16:10:52 GMT", + "title": "Black Friday Food Deals to Sustain You While You Shop", + "description": "

    Although Black Friday isn’t the be-all-end-all shopping day it once was, for some people, hitting the stores at the stroke of midnight, after downing a plate of Thanksgiving leftovers, has become a tradition.

    Read more...

    ", + "content": "

    Although Black Friday isn’t the be-all-end-all shopping day it once was, for some people, hitting the stores at the stroke of midnight, after downing a plate of Thanksgiving leftovers, has become a tradition.

    Read more...

    ", + "category": "black friday", + "link": "https://lifehacker.com/black-friday-food-deals-to-sustain-you-while-you-shop-1848114149", + "creator": "Elizabeth Yuko", + "pubDate": "Wed, 24 Nov 2021 15:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b46718804ed5bc35d6cd798ec6c4113" + "hash": "c303ba479fedaf3c931b92997c293973" }, { - "title": "Vladimir Putin: What Russian president's India visit means for world politics", - "description": "Russia and India ties are facing challenges from fast-changing geopolitics in Asia and beyond.", - "content": "Russia and India ties are facing challenges from fast-changing geopolitics in Asia and beyond.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59515741?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 03:21:13 GMT", + "title": "Should You Get a Whoop Band or a Smartwatch?", + "description": "

    If you want an activity tracker, there are a bunch of great choices out there, from budget step trackers to full-featured watches. If you’ve decided you want a ton of data and don’t mind spending extra money for it, that narrows down your options a good bit, but one of the candidates is not quite like the others. So…

    Read more...

    ", + "content": "

    If you want an activity tracker, there are a bunch of great choices out there, from budget step trackers to full-featured watches. If you’ve decided you want a ton of data and don’t mind spending extra money for it, that narrows down your options a good bit, but one of the candidates is not quite like the others. So…

    Read more...

    ", + "category": "whoop", + "link": "https://lifehacker.com/should-you-get-a-whoop-band-or-a-smartwatch-1848110715", + "creator": "Beth Skwarecki", + "pubDate": "Wed, 24 Nov 2021 15:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8aabcec641bdf6554d4e1974982ec66a" + "hash": "76bc9b5cf07338b54ba49e842e23fa6e" }, { - "title": "Climate change: Is ‘blue hydrogen’ Japan’s answer to coal?", - "description": "The Fukushima disaster turned Japan away from nuclear. A new energy source may help it quit coal.", - "content": "The Fukushima disaster turned Japan away from nuclear. A new energy source may help it quit coal.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59525480?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 01:11:25 GMT", + "title": "These Food Chains Won't Judge You and Will Be Open on Thanksgiving Day", + "description": "

    For many of us, Thanksgiving is centered around a huge meal. But let’s say you don’t feel like spending much, if any, time in the kitchen and would rather be on the couch watching TV with takeout. Or maybe your food prep doesn’t go quite as planned and you need a last-minute backup dinner. Or you’ve realized you…

    Read more...

    ", + "content": "

    For many of us, Thanksgiving is centered around a huge meal. But let’s say you don’t feel like spending much, if any, time in the kitchen and would rather be on the couch watching TV with takeout. Or maybe your food prep doesn’t go quite as planned and you need a last-minute backup dinner. Or you’ve realized you…

    Read more...

    ", + "category": "thanksgiving", + "link": "https://lifehacker.com/these-food-chains-wont-judge-you-and-will-be-open-on-th-1848110919", + "creator": "Emily Long", + "pubDate": "Wed, 24 Nov 2021 14:30:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71420082e6cab517d0bb17cd63f22c10" + "hash": "6af1c0bd319b8802f5bf72350d87b278" }, { - "title": "Obituary: Bob Dole, WWII veteran and Republican stalwart", - "description": "Long-serving senator, who recovered from terrible injuries to run for president, dies at 98", - "content": "Long-serving senator, who recovered from terrible injuries to run for president, dies at 98", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-45667690?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 17:18:36 GMT", + "title": "Do These Things When You’re so Irritated You’re About to Snap", + "description": "

    It’s always the little things that make me snap. A spouse breathing too loudly, a dish left in the sink, a stranger’s bad parking job: Suddenly my whole day is ruined, and everyone I know is lucky enough to be subjected to my Larry David-like rants.

    Read more...

    ", + "content": "

    It’s always the little things that make me snap. A spouse breathing too loudly, a dish left in the sink, a stranger’s bad parking job: Suddenly my whole day is ruined, and everyone I know is lucky enough to be subjected to my Larry David-like rants.

    Read more...

    ", + "category": "attention deficit hyperactivity disorder", + "link": "https://lifehacker.com/do-these-things-when-you-re-so-irritated-you-re-about-t-1848041707", + "creator": "Meredith Dietz", + "pubDate": "Wed, 24 Nov 2021 14:00:00 GMT", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c72a6ac4b63976ca07d64c56eeee733f" + "hash": "a8cece473af60c9093a61b8010c165d9" }, { - "title": "The tech helping shops - and Santa - deliver this Christmas", - "description": "A number of tech solutions are out there to help retailers optimise sending out our presents.", - "content": "A number of tech solutions are out there to help retailers optimise sending out our presents.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59487935?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:12:51 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Best and Worst Hours to Drive on Thanksgiving, According to AAA", + "description": "

    After a holiday season during which many of us stayed close to home (ahem, 2020), Thanksgiving 2021 is expected to be busy for travel of all kinds. That means highways and airports are likely to be more crowded than at any time in recent memory, and delays and disruptions are inevitable.

    Read more...

    ", + "content": "

    After a holiday season during which many of us stayed close to home (ahem, 2020), Thanksgiving 2021 is expected to be busy for travel of all kinds. That means highways and airports are likely to be more crowded than at any time in recent memory, and delays and disruptions are inevitable.

    Read more...

    ", + "category": "disaster accident", + "link": "https://lifehacker.com/the-best-and-worst-hours-to-drive-on-thanksgiving-acco-1848111343", + "creator": "Emily Long", + "pubDate": "Wed, 24 Nov 2021 13:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4fc82442cd5be0f7c79978bf618473a" + "hash": "dc17c12eb24c517a3260d4626d152b80" }, { - "title": "Covid in Uganda: The man whose children may never return to school", - "description": "The 20-month school closure in Uganda could have a long-term impact on many lives there.", - "content": "The 20-month school closure in Uganda could have a long-term impact on many lives there.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59507542?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 01:22:07 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What to Do If Your Turkey Is Still Frozen", + "description": "

    Here we are, the day before Thanksgiving, and your turkey is still frozen. It doesn’t matter that multiple food websites have been yelling about turkey thaw times for days—if not weeks—now. There are always a few stragglers who wait until Wednesday or—much worse—Thursday morning.

    Read more...

    ", + "content": "

    Here we are, the day before Thanksgiving, and your turkey is still frozen. It doesn’t matter that multiple food websites have been yelling about turkey thaw times for days—if not weeks—now. There are always a few stragglers who wait until Wednesday or—much worse—Thursday morning.

    Read more...

    ", + "category": "laboratory equipment", + "link": "https://lifehacker.com/what-to-do-if-your-turkey-is-still-frozen-1848113182", + "creator": "Claire Lower", + "pubDate": "Wed, 24 Nov 2021 13:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6bbd02194051f1e1dbf906dc1a8ff95c" + "hash": "0f7c4fe3b2d188b76414b25495d65105" }, { - "title": "Mandatory vaccinations: Three reasons for and against", - "description": "Blanket vaccination mandates are on the agenda but do they work and what are their costs?", - "content": "Blanket vaccination mandates are on the agenda but do they work and what are their costs?", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59506339?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 00:48:04 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Set a Formal Thanksgiving Table Like a Sophisticated Adult", + "description": "

    The biggest eating holiday of the year is upon us. You’ve brainstormed the menu, shopped for sweet potatoes and Brussels sprouts, and thawed the turkey. (You have thawed the turkey, right?) With all the fanfare and preparation around the main event, it’s easy to give short shrift to the canvas that will display the…

    Read more...

    ", + "content": "

    The biggest eating holiday of the year is upon us. You’ve brainstormed the menu, shopped for sweet potatoes and Brussels sprouts, and thawed the turkey. (You have thawed the turkey, right?) With all the fanfare and preparation around the main event, it’s easy to give short shrift to the canvas that will display the…

    Read more...

    ", + "category": "spoon", + "link": "https://lifehacker.com/how-to-set-a-formal-thanksgiving-table-like-a-sophistic-1848113001", + "creator": "Sarah Showfety", + "pubDate": "Tue, 23 Nov 2021 22:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c820034d8d73c39dfa69ae83a23e8743" + "hash": "88b21f555c28c6156609f5b0897b4a7f" }, { - "title": "Ghislaine Maxwell trial: Key moments from the first week", - "description": "The socialite is accused of grooming girls for abuse by late sex offender Jeffrey Epstein.", - "content": "The socialite is accused of grooming girls for abuse by late sex offender Jeffrey Epstein.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59527051?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 10:16:21 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Cut Coffee's Bitterness Without Using Sweetener", + "description": "

    When it came to coffee, for ages I was a milk and “Sugar in the Raw” girl. Just one packet at most, or ideally half a packet—but that was the absolute minimum amount of crystals required to make it palatable. (Before that, I vacillated between Sweet ‘n Low and Splenda, two artificial alternatives I was never happy…

    Read more...

    ", + "content": "

    When it came to coffee, for ages I was a milk and “Sugar in the Raw” girl. Just one packet at most, or ideally half a packet—but that was the absolute minimum amount of crystals required to make it palatable. (Before that, I vacillated between Sweet ‘n Low and Splenda, two artificial alternatives I was never happy…

    Read more...

    ", + "category": "excipients", + "link": "https://lifehacker.com/how-to-cut-coffees-bitterness-without-using-sweetener-1848067924", + "creator": "Sarah Showfety", + "pubDate": "Tue, 23 Nov 2021 22:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Lifehacker", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41429111f41953ba2d81f89025e82aae" + "hash": "ad182aa602243e6935a0cbde216d716e" }, { - "title": "US boss fires 900 employees over Zoom", - "description": "\"Last time I did this I cried,\" said the head of the online mortgage lender laying off 15% of his staff.", - "content": "\"Last time I did this I cried,\" said the head of the online mortgage lender laying off 15% of his staff.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59554585?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:50:40 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Still Have Great Sex When You Don't Feel Very Sexy", + "description": "

    Even when you’re not feeling your hottest, your partner in a good relationship is still attracted to you. It can feel unbelievable, but it’s true. It doesn’t matter if you’re feeling uneasy about your looks, if you’re going through a sad period, or you have a health issue—there are plenty of reasons you might feel…

    Read more...

    ", + "content": "

    Even when you’re not feeling your hottest, your partner in a good relationship is still attracted to you. It can feel unbelievable, but it’s true. It doesn’t matter if you’re feeling uneasy about your looks, if you’re going through a sad period, or you have a health issue—there are plenty of reasons you might feel…

    Read more...

    ", + "category": "love", + "link": "https://lifehacker.com/how-to-still-have-great-sex-when-you-dont-feel-very-sex-1848030478", + "creator": "Lindsey Ellefson", + "pubDate": "Tue, 23 Nov 2021 21:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6de6e1684ec9d4ca6896e5fa93231633" + "hash": "bcb9718470faf543bb5c42895360852d" }, { - "title": "Eric Zemmour: Far-right French presidential candidate grabbed at rally", - "description": "A man grabs Eric Zemmour by the neck at the far-right presidential candidate's first rally.", - "content": "A man grabs Eric Zemmour by the neck at the far-right presidential candidate's first rally.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59545455?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 07:34:39 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Do You Really Need to Chill Your Pie Dough?", + "description": "

    Everyone knows that a chef’s kiss-worthy pie crust requires cold butter, which is why most recipes recommend chilling the dough twice: Once after mixing, and again after assembling the pie. The downside is that rolling out cold dough sucks, so you’ll have to wait for it to warm up first (or smack it around a little), …

    Read more...

    ", + "content": "

    Everyone knows that a chef’s kiss-worthy pie crust requires cold butter, which is why most recipes recommend chilling the dough twice: Once after mixing, and again after assembling the pie. The downside is that rolling out cold dough sucks, so you’ll have to wait for it to warm up first (or smack it around a little), …

    Read more...

    ", + "category": "pie", + "link": "https://lifehacker.com/do-you-really-need-to-chill-your-pie-dough-1848111393", + "creator": "A.A. Newton", + "pubDate": "Tue, 23 Nov 2021 21:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a719033575d0320a97b7fce6fb20353" + "hash": "3b26cc43db764646f55496295d0f5688" }, { - "title": "Indonesia volcano: 'The volcano destroyed our houses - we need help'", - "description": "Watch this video to see how two survivors' lives have been impacted by Mt Semeru's eruption in Indonesia.", - "content": "Watch this video to see how two survivors' lives have been impacted by Mt Semeru's eruption in Indonesia.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59553764?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:45:51 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "When You Should Use LinkedIn's Resume Builder, and When You Shouldn’t", + "description": "

    There’s never a bad time to apply for a new job, but updating your resume can begin to feel like a big task (especially if you’re already overworked). If you’ve got a LinkedIn profile though, you can use what you’ve already written to build and customize a strategic resume, as well as speed up your application…

    Read more...

    ", + "content": "

    There’s never a bad time to apply for a new job, but updating your resume can begin to feel like a big task (especially if you’re already overworked). If you’ve got a LinkedIn profile though, you can use what you’ve already written to build and customize a strategic resume, as well as speed up your application…

    Read more...

    ", + "category": "linkedin", + "link": "https://lifehacker.com/when-you-should-use-linkedins-resume-builder-and-when-1848110383", + "creator": "Pranay Parab", + "pubDate": "Tue, 23 Nov 2021 20:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "073f042a2151bc386a7b37676dcc2ffa" + "hash": "ca3521929e151add3c283ddfcb991d32" }, { - "title": "South Africa: The rape survivor who convicts rapists", - "description": "Rape survivor Sgt Catherine Tladi has secured several convictions for rape in South Africa's courts.", - "content": "Rape survivor Sgt Catherine Tladi has secured several convictions for rape in South Africa's courts.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59523997?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 00:11:29 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Two Bottles You Should Bring to Thanksgiving Dinner", + "description": "

    I am too dumb to figure out “analytics” but I suspect “what wine pairs with turkey?” is an oft-Googled search term this time of year. Pinot and Beaujolais are popular options but they are, in my highly valued opinion, not the best bottles to bring to a Thanksgiving or other seasonally festive dinner. That distinction…

    Read more...

    ", + "content": "

    I am too dumb to figure out “analytics” but I suspect “what wine pairs with turkey?” is an oft-Googled search term this time of year. Pinot and Beaujolais are popular options but they are, in my highly valued opinion, not the best bottles to bring to a Thanksgiving or other seasonally festive dinner. That distinction…

    Read more...

    ", + "category": "thanksgiving dinner", + "link": "https://lifehacker.com/the-two-bottles-you-should-bring-to-thanksgiving-dinner-1848106673", + "creator": "Claire Lower", + "pubDate": "Tue, 23 Nov 2021 20:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "807866b62e55a5f7d08a51196bda5a84" + "hash": "ec5426c8713ecd06b1ec5df7df708382" }, { - "title": "Thomas Massie: US congressman condemned for Christmas guns photo", - "description": "The photo of Thomas Massie's family posing with firearms was posted days after a deadly school shooting.", - "content": "The photo of Thomas Massie's family posing with firearms was posted days after a deadly school shooting.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59543735?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:42:47 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "19 of the Best Shows Canceled in 2021 (and Where They Might Go Next)", + "description": "

    We currently have more broadcast and cable networks and streaming services that any one person or household or possibly small village could possibly watch, and all of them are desperate for content. That means that shows come and go faster than they used to, but it also means there’s more hope than ever that your…

    Read more...

    ", + "content": "

    We currently have more broadcast and cable networks and streaming services that any one person or household or possibly small village could possibly watch, and all of them are desperate for content. That means that shows come and go faster than they used to, but it also means there’s more hope than ever that your…

    Read more...

    ", + "category": "aretha franklin", + "link": "https://lifehacker.com/19-of-the-best-shows-canceled-in-2021-and-where-they-m-1848068965", + "creator": "Ross Johnson", + "pubDate": "Tue, 23 Nov 2021 19:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05ffe8231672cd45d22e4d587828ce80" + "hash": "d20b2cc71d59ba791f6dae11f278638c" }, { - "title": "Indonesia volcano: Villages buried under hot ash", - "description": "Rescuers are searching for survivors after Mt Semeru erupted in eastern Java on Saturday.", - "content": "Rescuers are searching for survivors after Mt Semeru erupted in eastern Java on Saturday.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59543120?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 20:46:20 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Feel Your Feelings (and Why You Should)", + "description": "

    Feeling our feelings—contrary to long-held popular opinion that it is somehow weak—is remarkably hard work. Which is why we engage in frequent avoidance techniques so we don’t have to feel them: drinking, binge-eating, gambling, and staying excessively busy, to name a few. But as it turns out, learning how to feel (…

    Read more...

    ", + "content": "

    Feeling our feelings—contrary to long-held popular opinion that it is somehow weak—is remarkably hard work. Which is why we engage in frequent avoidance techniques so we don’t have to feel them: drinking, binge-eating, gambling, and staying excessively busy, to name a few. But as it turns out, learning how to feel (…

    Read more...

    ", + "category": "jeff guenther", + "link": "https://lifehacker.com/how-to-feel-your-feelings-and-why-you-should-1848110119", + "creator": "Sarah Showfety", + "pubDate": "Tue, 23 Nov 2021 19:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c6e6a80c590a7df69d6d016a0062bb4" + "hash": "f8e129759af0ec72bd152e2edde0d2a8" }, { - "title": "Covid: UK red list criticised as 'travel apartheid' by Nigeria", - "description": "Nigeria - which was added to the red list on Monday - describes the restrictions as \"selective\".", - "content": "Nigeria - which was added to the red list on Monday - describes the restrictions as \"selective\".", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59545457?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:18:38 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Customize Your Mac's 'Finder' so It Shows You the Things You Actually Need", + "description": "

    Finder is your pathway to all the files on your Mac. Sure, you could (and should) use Spotlight to quickly find and open files. But when it comes to actually managing and working with files, folders, and documents, the Finder app is essential—especially since none of use know how to create a folder hierarchy anymore.

    Read more...

    ", + "content": "

    Finder is your pathway to all the files on your Mac. Sure, you could (and should) use Spotlight to quickly find and open files. But when it comes to actually managing and working with files, folders, and documents, the Finder app is essential—especially since none of use know how to create a folder hierarchy anymore.

    Read more...

    ", + "category": "finder", + "link": "https://lifehacker.com/customize-your-macs-finder-so-it-shows-you-the-things-y-1848108213", + "creator": "Khamosh Pathak", + "pubDate": "Tue, 23 Nov 2021 18:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23784237334052b5d7d808a7b5fb8acf" + "hash": "971d8a3b3ca63903c96b37ce612e7821" }, { - "title": "Farc: Colombian rebel commander 'El Paisa' killed in Venezuela", - "description": "The feared ex-Farc commander was notorious for his bloody guerrilla attacks and kidnappings.", - "content": "The feared ex-Farc commander was notorious for his bloody guerrilla attacks and kidnappings.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59543742?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:46:32 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What Discontinued Fast-Food Item Do You Wish With All Your Heart Would Return?", + "description": "

    Inadequate as I am to properly articulate what loss feels like, I turn to the poets. So in the words Edna St. Vincent Millay, “Where you used to be, there is a hole in the world, which I find myself constantly walking around in the daytime, and falling in at night. I miss you like hell.” I am, of course, talking about…

    Read more...

    ", + "content": "

    Inadequate as I am to properly articulate what loss feels like, I turn to the poets. So in the words Edna St. Vincent Millay, “Where you used to be, there is a hole in the world, which I find myself constantly walking around in the daytime, and falling in at night. I miss you like hell.” I am, of course, talking about…

    Read more...

    ", + "category": "taco bell", + "link": "https://lifehacker.com/what-discontinued-fast-food-item-do-you-wish-with-all-y-1848110165", + "creator": "Meredith Dietz", + "pubDate": "Tue, 23 Nov 2021 18:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "479a7ef14a247a8e972e025066caefb5" + "hash": "b4abee0c276bc0deb5df8def371ba273" }, { - "title": "Far-right target critics with Twitter's new media policy", - "description": "Far-right activists are using Twitter's new media policy to target anti-extremism researchers.", - "content": "Far-right activists are using Twitter's new media policy to target anti-extremism researchers.", - "category": "", - "link": "https://www.bbc.co.uk/news/technology-59547353?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:31:19 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How (and Why) to Give Cryptocurrency as a Gift This Year", + "description": "

    Considering that it’s one of the few things unaffected by supply chain issues, you might be want to consider gifting friends and family cryptocurrency for the holidays this year. Of course, cryptocurrencies are risky investments due to their volatility, so you’d have to be comfortable with crypto as a “fun” gift that…

    Read more...

    ", + "content": "

    Considering that it’s one of the few things unaffected by supply chain issues, you might be want to consider gifting friends and family cryptocurrency for the holidays this year. Of course, cryptocurrencies are risky investments due to their volatility, so you’d have to be comfortable with crypto as a “fun” gift that…

    Read more...

    ", + "category": "cryptocurrency", + "link": "https://lifehacker.com/how-and-why-to-give-cryptocurrency-as-a-gift-this-yea-1847976113", + "creator": "Mike Winters", + "pubDate": "Tue, 23 Nov 2021 17:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "adcb983c95429cc30ddaaa0838a93125" + "hash": "463eb4bfbeebd95391a3987fa96f8b2c" }, { - "title": "Ray Dalio: US billionaire says China comments misunderstood", - "description": "Last month, JP Morgan's Jamie Dimon apologised for comments he made about the Chinese Communist Party.", - "content": "Last month, JP Morgan's Jamie Dimon apologised for comments he made about the Chinese Communist Party.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59543875?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 03:44:13 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What's New on Netflix in December 2021", + "description": "

    Netflix apparently doesn’t want you to go outside again before 2022, given how much stuff they’re cramming onto their service in December: with new seasons of past breakouts, star-studded original films, comedy specials, and so much reality TV, who needs reality? Reality is depressing!

    Read more...

    ", + "content": "

    Netflix apparently doesn’t want you to go outside again before 2022, given how much stuff they’re cramming onto their service in December: with new seasons of past breakouts, star-studded original films, comedy specials, and so much reality TV, who needs reality? Reality is depressing!

    Read more...

    ", + "category": "netflix", + "link": "https://lifehacker.com/whats-new-on-netflix-in-december-2021-1848110326", + "creator": "Joel Cunningham", + "pubDate": "Tue, 23 Nov 2021 17:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "35025e524d91b471bcf26eb1ab1dd271" + "hash": "192e6191eb24736fa7e1514eb0867719" }, { - "title": "Joni Mitchell and Bette Midler pick up Kennedy Center Honors", - "description": "The legendary Canadian singer makes a rare public appearance at a ceremony hosted by Joe Biden.", - "content": "The legendary Canadian singer makes a rare public appearance at a ceremony hosted by Joe Biden.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59546478?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:33:10 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Fix Your Broken Roku", + "description": "

    Is your Roku giving you issues? Maybe you sat down to watch some HBO Max, or started looking forward to Hawkeye on Disney+, but something’s wrong with your Roku. As the holiday breaks approaches, we’re all going to have more time to spend watching TV, but you won’t be able to enjoy it if your Roku apps don’t work.…

    Read more...

    ", + "content": "

    Is your Roku giving you issues? Maybe you sat down to watch some HBO Max, or started looking forward to Hawkeye on Disney+, but something’s wrong with your Roku. As the holiday breaks approaches, we’re all going to have more time to spend watching TV, but you won’t be able to enjoy it if your Roku apps don’t work.…

    Read more...

    ", + "category": "roku", + "link": "https://lifehacker.com/how-to-fix-your-broken-roku-1848109662", + "creator": "Jake Peterson", + "pubDate": "Tue, 23 Nov 2021 16:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75fa996e2b9c47f9010abbe1e8d926cb" + "hash": "e2be6c639784bd46bab52ebafb022c16" }, { - "title": "ICYMI: Jumping into an active volcano, and other ways to spend the festive season", - "description": "Jumping into an active volcano is just one way to spend the festive season, in news you missed this week.", - "content": "Jumping into an active volcano is just one way to spend the festive season, in news you missed this week.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59509225?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 11:39:19 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Reduce Your Family’s Screen Time (Now That It’s Totally Out of Control)", + "description": "

    In a simpler, more innocent time, limiting screen time was cited by many parents as one of their major parenting concerns. In a 2019 Pew Research Center poll, 71% of parents with a child under the age of 12 said they were concerned about the amount of time their kids spent in front of a screen.

    Read more...

    ", + "content": "

    In a simpler, more innocent time, limiting screen time was cited by many parents as one of their major parenting concerns. In a 2019 Pew Research Center poll, 71% of parents with a child under the age of 12 said they were concerned about the amount of time their kids spent in front of a screen.

    Read more...

    ", + "category": "screen time", + "link": "https://lifehacker.com/how-to-reduce-your-family-s-screen-time-now-that-it-s-1848107784", + "creator": "Rachel Fairbank", + "pubDate": "Tue, 23 Nov 2021 16:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f77ae92f34330d174c25f26c55f0fb4c" + "hash": "dc4f423bad2d03274c51922f45a76306" }, { - "title": "Aung San Suu Kyi: Myanmar court sentences ousted leader to four years jail", - "description": "This is the first verdict delivered for the ex-leader of Myanmar, who faces a total of 11 charges.", - "content": "This is the first verdict delivered for the ex-leader of Myanmar, who faces a total of 11 charges.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59544484?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:15:17 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Be Alone on Thanksgiving", + "description": "

    There is no rule that says you have to be with family during the holiday season, but it feels like there is. There are loads of reasons you might find yourself flying solo on Thanksgiving. Maybe your family is toxic. Maybe you don’t have the money to fly home. Maybe you’re burned out and want a year off from all the…

    Read more...

    ", + "content": "

    There is no rule that says you have to be with family during the holiday season, but it feels like there is. There are loads of reasons you might find yourself flying solo on Thanksgiving. Maybe your family is toxic. Maybe you don’t have the money to fly home. Maybe you’re burned out and want a year off from all the…

    Read more...

    ", + "category": "thanksgiving", + "link": "https://lifehacker.com/how-to-be-alone-on-thanksgiving-1848100781", + "creator": "Lindsey Ellefson", + "pubDate": "Tue, 23 Nov 2021 15:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d48d9a98c17796b04d1e3568435bba0" + "hash": "57668b7610cc46cf88aeae93313441bd" }, { - "title": "Bob Dole: Biden leads tributes to a 'dear friend'", - "description": "Tributes have been paid across the US political divide to the late Republican leader Bob Dole.", - "content": "Tributes have been paid across the US political divide to the late Republican leader Bob Dole.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59542811?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 21:03:35 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "14 Things Every Home Gym Needs", + "description": "

    There’s a little game I like to play sometimes, and it seems to be popular with other folks who tend to work out at home: What equipment would I buy if I were starting a new home gym from scratch? Or you can play the advanced version: if you already have (insert common items here), what would you buy next?

    Read more...

    ", + "content": "

    There’s a little game I like to play sometimes, and it seems to be popular with other folks who tend to work out at home: What equipment would I buy if I were starting a new home gym from scratch? Or you can play the advanced version: if you already have (insert common items here), what would you buy next?

    Read more...

    ", + "category": "squat", + "link": "https://lifehacker.com/14-things-every-home-gym-needs-1848104799", + "creator": "Beth Skwarecki", + "pubDate": "Tue, 23 Nov 2021 15:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be8f60198e53358096c4707fee0f84c4" + "hash": "1b19fd5f38f9e0e72210bdc23fe58079" }, { - "title": "Gambia elections: Adama Barrow declared presidential election winner", - "description": "The electoral commission names Adama Barrow the winner despite his opponents questioning the vote.", - "content": "The electoral commission names Adama Barrow the winner despite his opponents questioning the vote.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59542813?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 22:35:31 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Get Your Kid to Look at Holiday Toy Catalogues in a Way That Is Actually Productive", + "description": "

    The holidays approaching, which means if you have kids and a mailbox, the latter is filling up daily with toy and children’s clothing catalogs. While witnessing your kids’ unbridled excitement at paging through them may generate nostalgia-fueled forgiveness of this influx of direct marketing, such holiday catalogs, if …

    Read more...

    ", + "content": "

    The holidays approaching, which means if you have kids and a mailbox, the latter is filling up daily with toy and children’s clothing catalogs. While witnessing your kids’ unbridled excitement at paging through them may generate nostalgia-fueled forgiveness of this influx of direct marketing, such holiday catalogs, if …

    Read more...

    ", + "category": "toy", + "link": "https://lifehacker.com/how-to-get-your-kid-to-look-at-holiday-toy-catalogues-i-1848104872", + "creator": "Sarah Showfety", + "pubDate": "Tue, 23 Nov 2021 14:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4a82237d90738d5d7784c25a49c216a" + "hash": "7863b69a209d1faf6d4f34bde0cd9b59" }, { - "title": "Tennis governing body to keep playing in China", - "description": "The ITF says it has not followed the WTA in suspending tournaments in China because it \"does not want to punish a billion people\".", - "content": "The ITF says it has not followed the WTA in suspending tournaments in China because it \"does not want to punish a billion people\".", - "category": "", - "link": "https://www.bbc.co.uk/sport/tennis/59542940?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 19:09:21 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Best Thanksgiving Guests Bring Toilet Paper", + "description": "

    Being a Thanksgiving guest is an easier gig than being a Thanksgiving host, but the best guests always contribute in some fashion. Bringing a side dish the most classic move (bringing a bottle of wine is a close second), but there are lots of practical, non-edible things you can bring if you find yourself invited to a…

    Read more...

    ", + "content": "

    Being a Thanksgiving guest is an easier gig than being a Thanksgiving host, but the best guests always contribute in some fashion. Bringing a side dish the most classic move (bringing a bottle of wine is a close second), but there are lots of practical, non-edible things you can bring if you find yourself invited to a…

    Read more...

    ", + "category": "thanksgiving dinner", + "link": "https://lifehacker.com/the-best-thanksgiving-guests-bring-toilet-paper-1848105840", + "creator": "Claire Lower", + "pubDate": "Tue, 23 Nov 2021 14:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f5c93cc8a07e1d902653bf3001dae5a" + "hash": "38c2eab181038f09d3558411d9a04687" }, { - "title": "Putin in India: What Russian president's Delhi visit means for world politics", - "description": "Russia and India ties are facing challenges from fast-changing geopolitics in Asia and beyond.", - "content": "Russia and India ties are facing challenges from fast-changing geopolitics in Asia and beyond.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59515741?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 03:21:13 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Recognize the Weasley, Smarmy, and Otherwise Loaded Language That People Use Against You", + "description": "

    We’re surrounded with loaded language. Whether it’s mass media, politics, or the people around us, someone is always trying to use words and phrases to support their agenda and to change our minds in bad faith.

    Read more...

    ", + "content": "

    We’re surrounded with loaded language. Whether it’s mass media, politics, or the people around us, someone is always trying to use words and phrases to support their agenda and to change our minds in bad faith.

    Read more...

    ", + "category": "smarmy", + "link": "https://lifehacker.com/how-to-recognize-the-weasley-smarmy-and-otherwise-loa-1848105669", + "creator": "Stephen Johnson", + "pubDate": "Mon, 22 Nov 2021 22:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4a50c5f13f5678ee6baf7005287deb5" + "hash": "d39e12e2bbc982590355852699b72ec1" }, { - "title": "Thomas Massie: US Congressman condemned for Christmas guns photo", - "description": "The image shows Thomas Massie and his family holding firearms days after a deadly school shooting.", - "content": "The image shows Thomas Massie and his family holding firearms days after a deadly school shooting.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59543735?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:42:47 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Choose Between HIIT and Steady Cardio Workouts", + "description": "

    High intensity interval training packs a hard workout into a short period of time, which makes it sound like it should be an efficient, superior way to work out. But HIIT doesn’t have as many advantages as we’re led to believe, and often steady-state cardio is the better option. Let’s look at a few factors to keep in…

    Read more...

    ", + "content": "

    High intensity interval training packs a hard workout into a short period of time, which makes it sound like it should be an efficient, superior way to work out. But HIIT doesn’t have as many advantages as we’re led to believe, and often steady-state cardio is the better option. Let’s look at a few factors to keep in…

    Read more...

    ", + "category": "hiit", + "link": "https://lifehacker.com/how-to-choose-between-hiit-and-steady-cardio-workouts-1848105482", + "creator": "Beth Skwarecki", + "pubDate": "Mon, 22 Nov 2021 22:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03d309610293544a50612fea9d263132" + "hash": "a3807fd593e49beea21acae9a2a71e5c" }, { - "title": "Pope condemns treatment of migrants in Europe", - "description": "Visiting a camp in Greece, Francis calls the neglect of migrants the \"shipwreck of civilisation\".", - "content": "Visiting a camp in Greece, Francis calls the neglect of migrants the \"shipwreck of civilisation\".", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59538413?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:13:22 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Use These Three Ingredients to Easily 'Vegan-ize' Your Favorite Thanksgiving Recipes", + "description": "

    As I’ve mentioned previously, my 2021 Thanksgiving guest list is chockfull vegans, vegetarians, people with dairy allergies, and the lactose intolerant. I am none of those things. I love butter, I love cream, and I love animal fats—but I also love a challenge, so I have been enthusiastically tweaking my recipes to…

    Read more...

    ", + "content": "

    As I’ve mentioned previously, my 2021 Thanksgiving guest list is chockfull vegans, vegetarians, people with dairy allergies, and the lactose intolerant. I am none of those things. I love butter, I love cream, and I love animal fats—but I also love a challenge, so I have been enthusiastically tweaking my recipes to…

    Read more...

    ", + "category": "soups", + "link": "https://lifehacker.com/use-these-three-ingredients-to-easily-vegan-ize-your-fa-1848105033", + "creator": "Claire Lower", + "pubDate": "Mon, 22 Nov 2021 21:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ffbacb5d096f0a35950421879d11f132" + "hash": "df01ce6b75e51f3687501c0fbda6ddc4" }, { - "title": "Military truck rams into group of Myanmar protesters in Yangon", - "description": "Several people have been injured during a demonstration against the country's military rulers.", - "content": "Several people have been injured during a demonstration against the country's military rulers.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59540695?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 19:08:56 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What Bloating Actually Is (and How to Prevent It)", + "description": "

    My favorite game to play over the holidays is one in which I am my own competitor, testing my own limits, pushing myself to see how much food I can eat without putting myself in a position of serious discomfort. How do I win? Well, it’s a delicate game that involves careful strategy (and Lactaid). Still, I am not…

    Read more...

    ", + "content": "

    My favorite game to play over the holidays is one in which I am my own competitor, testing my own limits, pushing myself to see how much food I can eat without putting myself in a position of serious discomfort. How do I win? Well, it’s a delicate game that involves careful strategy (and Lactaid). Still, I am not…

    Read more...

    ", + "category": "bloating", + "link": "https://lifehacker.com/what-bloating-actually-is-and-how-to-prevent-it-1848104978", + "creator": "Meredith Dietz", + "pubDate": "Mon, 22 Nov 2021 21:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4fed4b0f4d08e32f53cbde408556b62f" + "hash": "a4ebdb0bd46f52b6c91a79a0c9816717" }, { - "title": "India Nagaland: Security forces kill 13 civilians amid ambush blunder", - "description": "Home Minister Amit Shah expresses \"anguish\" after troops fire on miners in the country's north-east.", - "content": "Home Minister Amit Shah expresses \"anguish\" after troops fire on miners in the country's north-east.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59531445?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 08:38:22 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What's New on Amazon Prime Video in December 2021", + "description": "

    Much as how The Wheel of Time was the result of Jeff Bezos really, really wanting Amazon Prime Video to have its own Game of Thrones, December’s original film offering Being the Ricardos seems the answer to his request that an Amazon-produced film bring home a Best Actress Oscar.

    Read more...

    ", + "content": "

    Much as how The Wheel of Time was the result of Jeff Bezos really, really wanting Amazon Prime Video to have its own Game of Thrones, December’s original film offering Being the Ricardos seems the answer to his request that an Amazon-produced film bring home a Best Actress Oscar.

    Read more...

    ", + "category": "amazon", + "link": "https://lifehacker.com/whats-new-on-amazon-prime-video-in-december-2021-1848104497", + "creator": "Joel Cunningham", + "pubDate": "Mon, 22 Nov 2021 19:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e6bf14db83d8930b30df4cac6812670" + "hash": "74e646b58cffd15d0a78c769390222a8" }, { - "title": "Trump social media firm says it has raised $1bn", - "description": "The former US president is working to launch a social media app called Truth Social early next year.", - "content": "The former US president is working to launch a social media app called Truth Social early next year.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59538590?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 17:05:52 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What You Should Do the Last Few Days Before Thanksgiving", + "description": "

    After weeks of preparation and planning, we are just days away from cooking The Bird, as well as all the other sides and pies required by the holiday. I, for one, am excited.

    Read more...

    ", + "content": "

    After weeks of preparation and planning, we are just days away from cooking The Bird, as well as all the other sides and pies required by the holiday. I, for one, am excited.

    Read more...

    ", + "category": "cuisine", + "link": "https://lifehacker.com/what-you-should-do-the-last-few-days-before-thanksgivin-1848104126", + "creator": "Claire Lower", + "pubDate": "Mon, 22 Nov 2021 19:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Lifehacker", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d14eacd455975022cff3490104188081" + "hash": "071ea8fae8df4b36d91d128f46c27b06" }, { - "title": "Why France faces so much anger in West Africa", - "description": "Despite engaging better with the African continent recently, the ex-colonial power faces a backlash.", - "content": "Despite engaging better with the African continent recently, the ex-colonial power faces a backlash.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59517501?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 00:50:19 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Leave a Holiday Party Early Without Being Rude", + "description": "

    ‘Tis the season to gather, make merry, and peace out early so you can get into your fleece Snuggie and watch Money Heist before bed? While this may not be the official motto of the holiday season, it sure is for me. I love mingling, toasting, and being festive—up to a point. And that point is usually well before the…

    Read more...

    ", + "content": "

    ‘Tis the season to gather, make merry, and peace out early so you can get into your fleece Snuggie and watch Money Heist before bed? While this may not be the official motto of the holiday season, it sure is for me. I love mingling, toasting, and being festive—up to a point. And that point is usually well before the…

    Read more...

    ", + "category": "party", + "link": "https://lifehacker.com/how-to-leave-a-holiday-party-early-without-being-rude-1848103261", + "creator": "Sarah Showfety", + "pubDate": "Mon, 22 Nov 2021 18:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2ff05de3361cead09701c7ee48cfbdf" + "hash": "5ba1c6dfe5db522382cbdd7cc2889517" }, { - "title": "Vladimir Putin in India: What Russian president's visit means for world politics", - "description": "Russia and India ties are facing challenges from fast-changing geopolitics in Asia and beyond.", - "content": "Russia and India ties are facing challenges from fast-changing geopolitics in Asia and beyond.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59515741?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 03:21:13 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What Do All Those Noises Your AirPods and Beats Make Actually Mean?", + "description": "

    When you pick up your AirPods or your Beats, you expect them to play your favorite music, podcasts, movies, and more. What you might not expect to hear are random, unexplained alert tones. These sounds can be distracting and confusing, and can affect the way your headphones and earbuds function. Here’s what these…

    Read more...

    ", + "content": "

    When you pick up your AirPods or your Beats, you expect them to play your favorite music, podcasts, movies, and more. What you might not expect to hear are random, unexplained alert tones. These sounds can be distracting and confusing, and can affect the way your headphones and earbuds function. Here’s what these…

    Read more...

    ", + "category": "airpods", + "link": "https://lifehacker.com/what-do-all-those-noises-your-airpods-and-beats-make-ac-1848102854", + "creator": "Jake Peterson", + "pubDate": "Mon, 22 Nov 2021 17:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54f3f2e054a52aa64433905a341a74cb" + "hash": "8872485aa76cb883344009afe00d2648" }, { - "title": "Parag Agrawal: Why Indian-born CEOs dominate Silicon Valley", - "description": "Parag Agrawal, Twitter's new CEO, is the latest of several Indian-Americans leading global tech firms.", - "content": "Parag Agrawal, Twitter's new CEO, is the latest of several Indian-Americans leading global tech firms.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59457015?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:32:42 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What's New on HBO Max in December 2021", + "description": "

    In early 2003, it seemed like The Matrix was poised to become the next Star Wars—a sci-fi franchise with enough fan enthusiasm and in-universe lore to endure for decades. The first film, a box office hit in 1999 that only became more popular on DVD (becoming one of the first “must-own” titles and arguably, and…

    Read more...

    ", + "content": "

    In early 2003, it seemed like The Matrix was poised to become the next Star Wars—a sci-fi franchise with enough fan enthusiasm and in-universe lore to endure for decades. The first film, a box office hit in 1999 that only became more popular on DVD (becoming one of the first “must-own” titles and arguably, and…

    Read more...

    ", + "category": "hbo max", + "link": "https://lifehacker.com/what-new-on-hbo-max-in-december-2021-1848102760", + "creator": "Joel Cunningham", + "pubDate": "Mon, 22 Nov 2021 16:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "627424f4e918e5a3ff6df078939ed418" + "hash": "b0d9d07f7231da9912772bc3609b821c" }, { - "title": "MH370: Could missing Malaysian Airlines plane finally be found?", - "description": "A British engineer believes he may help solve one of the world's greatest aviation mysteries.", - "content": "A British engineer believes he may help solve one of the world's greatest aviation mysteries.", - "category": "", - "link": "https://www.bbc.co.uk/news/business-59517821?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 22:34:22 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Get Instant Notifications When a Specific PS5 Game Goes on Sale", + "description": "

    As console game prices keep heading north, preordering games or buying them on launch date makes less and less financial sense. Especially when the same game could be available for 30% or more off the list price in a few months—by which point those game-breaking bugs will also have been fixed. If you’ve been feeling…

    Read more...

    ", + "content": "

    As console game prices keep heading north, preordering games or buying them on launch date makes less and less financial sense. Especially when the same game could be available for 30% or more off the list price in a few months—by which point those game-breaking bugs will also have been fixed. If you’ve been feeling…

    Read more...

    ", + "category": "wish list", + "link": "https://lifehacker.com/how-to-get-instant-notifications-when-a-specific-ps5-ga-1848101795", + "creator": "Pranay Parab", + "pubDate": "Mon, 22 Nov 2021 15:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39b30bc41f1a69543dc1243c0f538f97" + "hash": "6602b0d3f7c8eef5db423d3e69ba8122" }, { - "title": "Why Ugandan troops have entered DR Congo - again", - "description": "Previous incursions have led to accusations of looting and abuse, so will it be different this time?", - "content": "Previous incursions have led to accusations of looting and abuse, so will it be different this time?", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59507543?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:41:35 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Use These Hidden Settings to Organize the Open Windows on Your Mac", + "description": "

    Traditionally, Mac’s window management features have lagged behind Microsoft Windows. And with Windows 11's new Snap Layouts feature, it might seem like Windows is racing forwards yet again—but that’s not entirely the case. The Mac offers pretty good window management features; they’re just not as obvious as the…

    Read more...

    ", + "content": "

    Traditionally, Mac’s window management features have lagged behind Microsoft Windows. And with Windows 11's new Snap Layouts feature, it might seem like Windows is racing forwards yet again—but that’s not entirely the case. The Mac offers pretty good window management features; they’re just not as obvious as the…

    Read more...

    ", + "category": "safari", + "link": "https://lifehacker.com/use-these-hidden-settings-to-organize-the-open-windows-1848095779", + "creator": "Khamosh Pathak", + "pubDate": "Mon, 22 Nov 2021 14:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e1d92a8168df88d802af97a0b41765b" + "hash": "b1a9526bd33feef26466d6e576a4c49c" }, { - "title": "Saudi Arabia Grand Prix: A race for equal rights", - "description": "As F1 races in Saudi Arabia, can it be a positive thing for female and LGBT rights?", - "content": "As F1 races in Saudi Arabia, can it be a positive thing for female and LGBT rights?", - "category": "", - "link": "https://www.bbc.co.uk/news/newsbeat-59220247?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:43:33 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Why You Shouldn't Bake Your Pies in an Air Fryer", + "description": "

    Oven resource management is one of the hardest parts of cooking a Thanksgiving meal. If you’re fresh out of oven space and still have one pie left to bake, it’s only natural to start making eyes at your trusty countertop convection oven. “After all, why not?” you may ask yourself. “Why shouldn’t I bake a pie in my air…

    Read more...

    ", + "content": "

    Oven resource management is one of the hardest parts of cooking a Thanksgiving meal. If you’re fresh out of oven space and still have one pie left to bake, it’s only natural to start making eyes at your trusty countertop convection oven. “After all, why not?” you may ask yourself. “Why shouldn’t I bake a pie in my air…

    Read more...

    ", + "category": "air fryer", + "link": "https://lifehacker.com/why-you-shouldnt-bake-your-pies-in-an-air-fryer-1848093724", + "creator": "A.A. Newton", + "pubDate": "Mon, 22 Nov 2021 14:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c610097cc6dedfb3c8e8e935ef95b66" + "hash": "213614f78cde6c472eb7ae1886f7eda1" }, { - "title": "French climber handed Mont Blanc gems after 2013 find", - "description": "The stones are believed to be from an Air India plane which crashed into the mountain in 1966.", - "content": "The stones are believed to be from an Air India plane which crashed into the mountain in 1966.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59538540?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 10:48:32 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Repair Tears in Your Car's Vinyl Seats", + "description": "

    Over time, a vehicle goes through a lot—between things breaking under the hood, scratches and dents on the body, and wear and tear on the interior. This includes rips and holes in the seats, which can happen regardless of whether they’re made out of fabric, leather, or vinyl.

    Read more...

    ", + "content": "

    Over time, a vehicle goes through a lot—between things breaking under the hood, scratches and dents on the body, and wear and tear on the interior. This includes rips and holes in the seats, which can happen regardless of whether they’re made out of fabric, leather, or vinyl.

    Read more...

    ", + "category": "tears", + "link": "https://lifehacker.com/how-to-repair-tears-in-your-cars-vinyl-seats-1848086294", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 21 Nov 2021 18:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Lifehacker", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3282b7021f08f428e280aa46b2670009" + "hash": "45914fdba3bf50743fe75604a4d38eeb" }, { - "title": "Pacific Ocean garbage patch is immense plastic habitat", - "description": "Researchers discover coastal species living on debris miles from their natural surroundings.", - "content": "Researchers discover coastal species living on debris miles from their natural surroundings.", - "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59521211?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 00:56:58 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Sealcoat Your Driveway Before Winter", + "description": "

    We’ve reached the time of year when colder, wetter weather is becoming more frequent, but there are still days mild enough to finish last-minute outdoor projects before winter. And if you’ve noticed that each spring, your paved driveway looks a little (or a lot) worse for wear, you may be wondering what you can do to…

    Read more...

    ", + "content": "

    We’ve reached the time of year when colder, wetter weather is becoming more frequent, but there are still days mild enough to finish last-minute outdoor projects before winter. And if you’ve noticed that each spring, your paved driveway looks a little (or a lot) worse for wear, you may be wondering what you can do to…

    Read more...

    ", + "category": "sealcoat", + "link": "https://lifehacker.com/how-to-sealcoat-your-driveway-before-winter-1848086305", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 21 Nov 2021 16:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b0521c284f4c8583995fcf9f1bc7ef5" + "hash": "b5ce0328bdeec9e13b30c8be1b211419" }, { - "title": "Bus carrying choir members plunges into Kenya river", - "description": "At least 23 die as a bus taking a church choir group to a wedding plunges into a flooded river.", - "content": "At least 23 die as a bus taking a church choir group to a wedding plunges into a flooded river.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59531173?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 17:05:51 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Why You Need to Clean Your Gas Fireplace (and How to Do It)", + "description": "

    There’s something special about a real, wood-burning fireplace: The scent, the crackling sounds, and watching the logs slowly burn down to glowing embers. But they’re also a hassle, and pretty dirty. Because of that, many people have opted to install gas fireplaces instead.

    Read more...

    ", + "content": "

    There’s something special about a real, wood-burning fireplace: The scent, the crackling sounds, and watching the logs slowly burn down to glowing embers. But they’re also a hassle, and pretty dirty. Because of that, many people have opted to install gas fireplaces instead.

    Read more...

    ", + "category": "fireplace", + "link": "https://lifehacker.com/why-you-need-to-clean-your-gas-fireplace-and-how-to-do-1848086322", + "creator": "Elizabeth Yuko", + "pubDate": "Sun, 21 Nov 2021 14:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27647f1c6c1eb2fae4e31da3dd80470b" + "hash": "2d6e5ddd07d02ff3233c79139e05192f" }, { - "title": "Afghanistan: Taliban warned against targeting former security forces", - "description": "US and allies \"deeply concerned\" about human rights abuses against former Afghan security forces.", - "content": "US and allies \"deeply concerned\" about human rights abuses against former Afghan security forces.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59536522?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 03:12:59 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Remove Scratches from Glass Windows", + "description": "

    Over time, a lot can happen to your home’s windows—both inside and outside—including scratches. If you happen to notice some scratches on the glass, you may not even be sure how they got there. (Unless you just saw a toddler reach for a pair of keys and go to town scribbling on a window. If so, it’s probably that.)

    Read more...

    ", + "content": "

    Over time, a lot can happen to your home’s windows—both inside and outside—including scratches. If you happen to notice some scratches on the glass, you may not even be sure how they got there. (Unless you just saw a toddler reach for a pair of keys and go to town scribbling on a window. If so, it’s probably that.)

    Read more...

    ", + "category": "woodworking", + "link": "https://lifehacker.com/how-to-remove-scratches-from-glass-windows-1848084784", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 20 Nov 2021 18:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38c14b484b6feec1a933b18b5682f2ef" + "hash": "3aa58430bb998ee4acf9ae0e06b9e9ca" }, { - "title": "Chris Cuomo: CNN fires presenter over help he gave politician brother", - "description": "The star TV presenter is sacked over efforts to help his brother defend sexual harassment claims.", - "content": "The star TV presenter is sacked over efforts to help his brother defend sexual harassment claims.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59536519?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 00:26:55 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Get Paid $1,000 to Binge-Watch ’90s Rom-Coms", + "description": "

    Depending on who you ask, the 1990s were the last great decade for romantic comedies. Sure, there were some in the early 2000s too, but the genre—known for cheesy plot lines and setting unrealistic dating expectations for pretty much everyone—sort of fizzled after that.

    Read more...

    ", + "content": "

    Depending on who you ask, the 1990s were the last great decade for romantic comedies. Sure, there were some in the early 2000s too, but the genre—known for cheesy plot lines and setting unrealistic dating expectations for pretty much everyone—sort of fizzled after that.

    Read more...

    ", + "category": "coms", + "link": "https://lifehacker.com/get-paid-1-000-to-binge-watch-90s-rom-coms-1848084770", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 20 Nov 2021 16:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56150bea8868bb762751647cff85cfab" + "hash": "6ca559e0ce108a4b5c8dce8032f50474" }, { - "title": "Eitan Biran: Cable car survivor returned to Italy after custody battle", - "description": "Eitan Biran, the sole survivor of a cable car crash, is now in Italy after a custody battle.", - "content": "Eitan Biran, the sole survivor of a cable car crash, is now in Italy after a custody battle.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59531437?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 10:47:33 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Keep Your Drains Free From Clogs", + "description": "

    Knowing how to unclog a drain is an important life skill. But what’s even better than successfully unclogging a drain? Not having to do it in the first place. The problem is, many people tend to think of a drain as a way to get rid of things—whether or not our drains are equipped to handle them.

    Read more...

    ", + "content": "

    Knowing how to unclog a drain is an important life skill. But what’s even better than successfully unclogging a drain? Not having to do it in the first place. The problem is, many people tend to think of a drain as a way to get rid of things—whether or not our drains are equipped to handle them.

    Read more...

    ", + "category": "michelle miley", + "link": "https://lifehacker.com/how-to-keep-your-drains-free-from-clogs-1848084736", + "creator": "Elizabeth Yuko", + "pubDate": "Sat, 20 Nov 2021 14:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9891ff0ade25f1ec771943ec8d3e4f8" + "hash": "33997100c4e95f713dde184981bfcbd8" }, { - "title": "Belgian zoo hippos test positive for Covid", - "description": "Officials at Antwerp zoo do not know how the pair - now in quarantine - caught the virus.", - "content": "Officials at Antwerp zoo do not know how the pair - now in quarantine - caught the virus.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59516896?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:53:17 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Snag These Black Friday Video Game Deals Right Now, Without Leaving Your Couch", + "description": "

    It’s a good weekend to stay inside and download some video games. While real-life Black Friday doesn’t happen for another week, PlayStation and Xbox are already running virtual Black Friday sales in their respective online stores, so you can snag some cheap games without waiting in long lines at Wal-Mart. While not…

    Read more...

    ", + "content": "

    It’s a good weekend to stay inside and download some video games. While real-life Black Friday doesn’t happen for another week, PlayStation and Xbox are already running virtual Black Friday sales in their respective online stores, so you can snag some cheap games without waiting in long lines at Wal-Mart. While not…

    Read more...

    ", + "category": "nintendo eshop", + "link": "https://lifehacker.com/snag-these-black-friday-video-game-deals-right-now-wit-1848091968", + "creator": "Stephen Johnson", + "pubDate": "Fri, 19 Nov 2021 22:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18a32b79f4a54339138a43a00b5ed50e" + "hash": "88f8c07898446e4aeaf1737dd5defbc8" }, { - "title": "Ros Atkins on… America’s abortion divide", - "description": "How abortion rights in the US look likely to be changed by a conservative majority Supreme Court.", - "content": "How abortion rights in the US look likely to be changed by a conservative majority Supreme Court.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59519863?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:10:23 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Stop Your Family From Buying Too Much Crap for Your Kids (and What to Do When It Happens Anyway)", + "description": "

    It’s the season of giving, but when it comes to kids who have playrooms already overflowing with toys, books, games, and puzzles, the holidays can bring an unwanted influx of stuff adding to the mess you’re already struggling to contain.

    Read more...

    ", + "content": "

    It’s the season of giving, but when it comes to kids who have playrooms already overflowing with toys, books, games, and puzzles, the holidays can bring an unwanted influx of stuff adding to the mess you’re already struggling to contain.

    Read more...

    ", + "category": "gift", + "link": "https://lifehacker.com/how-to-stop-your-family-from-buying-too-much-crap-for-y-1848089246", + "creator": "Sarah Showfety", + "pubDate": "Fri, 19 Nov 2021 22:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "622a2ffeff377ef2be21fcb9c90620f6" + "hash": "1c48b889b8d6f6447120454b3c57386a" }, { - "title": "The drought ravaging East African wildlife and livestock", - "description": "At least 26 million people are struggling for food across northern Kenya, Somalia and southern Ethiopia.", - "content": "At least 26 million people are struggling for food across northern Kenya, Somalia and southern Ethiopia.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59513118?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:31:06 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Harness the Awesome Power of Your Air Fryer This Thanksgiving", + "description": "

    By this point, pretty much everyone is aware that air fryers are “just small convection ovens” and that they “don’t really fry anything.” But, semantics aside, having a tiny convection oven on your counter is pretty convenient. Air fryers—on the whole—rule, and you can (and should) harness their full power to make…

    Read more...

    ", + "content": "

    By this point, pretty much everyone is aware that air fryers are “just small convection ovens” and that they “don’t really fry anything.” But, semantics aside, having a tiny convection oven on your counter is pretty convenient. Air fryers—on the whole—rule, and you can (and should) harness their full power to make…

    Read more...

    ", + "category": "air fryer", + "link": "https://lifehacker.com/harness-the-awesome-power-of-your-air-fryer-this-thanks-1848091479", + "creator": "Claire Lower", + "pubDate": "Fri, 19 Nov 2021 21:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2273a78505fdd8c1ea19d36868e80199" + "hash": "bc967df2d26ef50da2cab0e27bd95cd6" }, { - "title": "NunTok: How religion is booming on TikTok and Instagram", - "description": "Nuns, imams and Buddhist monks are among those sharing successful - and often fun - short-form videos on social media.", - "content": "Nuns, imams and Buddhist monks are among those sharing successful - and often fun - short-form videos on social media.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59513177?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:03:23 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Finally, Everyone 18 and Older Can Get a Booster Shot", + "description": "

    The FDA authorized Moderna and Pfizer boosters today for everyone aged 18 and older, and the CDC’s advisory panel followed up with a recommendation to match. Bottom line, if you’ve been holding out because you weren’t sure if you’re eligible, you’re now definitely cleared to go get one. The only requirement is that…

    Read more...

    ", + "content": "

    The FDA authorized Moderna and Pfizer boosters today for everyone aged 18 and older, and the CDC’s advisory panel followed up with a recommendation to match. Bottom line, if you’ve been holding out because you weren’t sure if you’re eligible, you’re now definitely cleared to go get one. The only requirement is that…

    Read more...

    ", + "category": "moderna", + "link": "https://lifehacker.com/finally-everyone-18-and-older-can-get-a-booster-shot-1848092156", + "creator": "Beth Skwarecki", + "pubDate": "Fri, 19 Nov 2021 21:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "28cf8bcb91e7dff27e79799ad450dbb7" + "hash": "93becf37d5febfe78736d50dc0b79da8" }, { - "title": "Indonesia volcano: Volcano rescuers face ash as high as rooftops", - "description": "At least 14 people are dead and dozens injured after Mt Semeru erupted on Indonesia's Java island.", - "content": "At least 14 people are dead and dozens injured after Mt Semeru erupted on Indonesia's Java island.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:29:45 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Ultimate Guide to Picking the Right Apple Watch As a Gift", + "description": "

    If you’re buying a gift for someone with an iPhone, it’s likely they have an Apple Watch on their list (if they don’t own one already). Apple Watch is the most popular smartwatch in the world; the only problem is, there are quite a few of them to choose from. Between the Series 3, Series 7, SE, and others, how do you…

    Read more...

    ", + "content": "

    If you’re buying a gift for someone with an iPhone, it’s likely they have an Apple Watch on their list (if they don’t own one already). Apple Watch is the most popular smartwatch in the world; the only problem is, there are quite a few of them to choose from. Between the Series 3, Series 7, SE, and others, how do you…

    Read more...

    ", + "category": "apple", + "link": "https://lifehacker.com/the-ultimate-guide-to-picking-the-right-apple-watch-as-1848084811", + "creator": "Jake Peterson", + "pubDate": "Fri, 19 Nov 2021 20:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd2e10688fefc4d93d520946469bcc30" + "hash": "ae31da90f50a41b69364b914129f4ae3" }, { - "title": "Veteran Republican leader Bob Dole dies", - "description": "Long-serving senator, who recovered from terrible injuries to run for president, dies at 98", - "content": "Long-serving senator, who recovered from terrible injuries to run for president, dies at 98", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-45667690?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 17:18:36 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Hang Your Holiday Decor Without Destroying Your Home", + "description": "

    From wreaths to string lights, indoors and out, holiday decorations can be a hassle to put up—and they can damage your walls, siding, and doors with unnecessary (and permanent) hardware. Instead, here’s how to decorate easily and breezily without the added holes and permanent hooks, while also better protecting the…

    Read more...

    ", + "content": "

    From wreaths to string lights, indoors and out, holiday decorations can be a hassle to put up—and they can damage your walls, siding, and doors with unnecessary (and permanent) hardware. Instead, here’s how to decorate easily and breezily without the added holes and permanent hooks, while also better protecting the…

    Read more...

    ", + "category": "cable tie", + "link": "https://lifehacker.com/how-to-decorate-for-the-holidays-without-destroying-you-1848089533", + "creator": "Becca Lewis", + "pubDate": "Fri, 19 Nov 2021 19:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43d4774f568cc305ef72d20ba0938f6e" + "hash": "734ab2e2c31be1824dce56c3e6e94d65" }, { - "title": "Biden and Putin to talk amid Ukraine invasion fears", - "description": "On Tuesday the US and Russian leaders will speak amid mounting concerns of Russia invading Ukraine.", - "content": "On Tuesday the US and Russian leaders will speak amid mounting concerns of Russia invading Ukraine.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59533689?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 00:36:48 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Is It Safer to Place Your PS5 or Xbox Series X Vertically or Horizontally?", + "description": "

    The PlayStation 5 and Xbox Series X are big, and you’ll likely need to make room to place one of these consoles in your home theater or on your desk.

    Read more...

    ", + "content": "

    The PlayStation 5 and Xbox Series X are big, and you’ll likely need to make room to place one of these consoles in your home theater or on your desk.

    Read more...

    ", + "category": "xbox", + "link": "https://lifehacker.com/is-it-safer-to-place-your-ps5-or-xbox-series-x-vertical-1848090814", + "creator": "Brendan Hesse", + "pubDate": "Fri, 19 Nov 2021 19:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03c5cd618a0c582bfe5b87e142e903a4" + "hash": "daedb8424951572ccd5dc69227cb764a" }, { - "title": "Michigan school shooting: Suspect's parents deny involuntary manslaughter", - "description": "Bail is set at $1m for the couple arrested in Detroit after failing to attend court on Friday.", - "content": "Bail is set at $1m for the couple arrested in Detroit after failing to attend court on Friday.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59532845?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:57:52 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Add a Little Campari to Your Cranberry Sauce", + "description": "

    Cranberry sauce is probably the easiest Thanksgiving dish you can make from scratch. Add 12 ounces of cranberries to a pot, along with a cup of sugar and a cup of water. Bring to a boil and let simmer until the cranberries pop and reduce into a thick, jelly-like sauce. Put it on turkey and eat it.

    Read more...

    ", + "content": "

    Cranberry sauce is probably the easiest Thanksgiving dish you can make from scratch. Add 12 ounces of cranberries to a pot, along with a cup of sugar and a cup of water. Bring to a boil and let simmer until the cranberries pop and reduce into a thick, jelly-like sauce. Put it on turkey and eat it.

    Read more...

    ", + "category": "cranberry sauce", + "link": "https://lifehacker.com/add-a-little-campari-to-your-cranberry-sauce-1848090704", + "creator": "Claire Lower", + "pubDate": "Fri, 19 Nov 2021 18:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cbe4922b49105654259f414501bc89db" + "hash": "66fde12251605493510cc0073a2fea6d" }, { - "title": "Rare turtle washes up 4,000 miles from home", - "description": "Tally the Turtle is recovering in a UK zoo awaiting a flight back to the warm waters of Mexico.", - "content": "Tally the Turtle is recovering in a UK zoo awaiting a flight back to the warm waters of Mexico.", - "category": "", - "link": "https://www.bbc.co.uk/news/uk-wales-59520232?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 09:34:37 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Lock Your Secrets in the Notes App (and Why You Should)", + "description": "

    Searching for data or photo lockers will lead you to many apps. Some of them are genuinely secure—others, less so—but given that you’re dealing with secure data (documents, photos, security codes, or bank details), you maybe don’t want to trust a third-party iPhone app that happens to have a thousand 5-star reviews.…

    Read more...

    ", + "content": "

    Searching for data or photo lockers will lead you to many apps. Some of them are genuinely secure—others, less so—but given that you’re dealing with secure data (documents, photos, security codes, or bank details), you maybe don’t want to trust a third-party iPhone app that happens to have a thousand 5-star reviews.…

    Read more...

    ", + "category": "notes", + "link": "https://lifehacker.com/how-to-lock-your-secrets-in-the-notes-app-and-why-you-1848087825", + "creator": "Khamosh Pathak", + "pubDate": "Fri, 19 Nov 2021 18:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab0f9dc62c2b52dbdde47886e31008f0" + "hash": "a8275d37c5a5a0a1777e280d01eea684" }, { - "title": "Indonesia volcano: Rescuers race to find survivors of Indonesia eruption", - "description": "At least 13 people are dead and dozens injured after Mt Semeru erupted on Indonesia's Java island.", - "content": "At least 13 people are dead and dozens injured after Mt Semeru erupted on Indonesia's Java island.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 05 Dec 2021 04:55:45 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "22 Book-to-TV Adaptations to Look Forward to Binge-Watching in 2022", + "description": "

    Long gone are the days of the monoculture, when everyone settled for watching one of the same three shows every night (because that’s all that was on). Today, the only thing that unifies our viewing habits is how much time we all spend figuring out what to watch—there’s so much good stuff out there, figuring out how…

    Read more...

    ", + "content": "

    Long gone are the days of the monoculture, when everyone settled for watching one of the same three shows every night (because that’s all that was on). Today, the only thing that unifies our viewing habits is how much time we all spend figuring out what to watch—there’s so much good stuff out there, figuring out how…

    Read more...

    ", + "category": "reese witherspoon", + "link": "https://lifehacker.com/22-book-to-tv-adaptations-to-look-forward-to-binge-watc-1848069441", + "creator": "Jeff Somers", + "pubDate": "Fri, 19 Nov 2021 17:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b3d632cb703fd8e29c69c600189f13b" + "hash": "b6e0715e79509a8f2e43f9b6edd64da8" }, { - "title": "Covid: Don't panic about Omicron variant, WHO says", - "description": "The World Health Organization urges people to be cautious and prepare for the Omicron variant.", - "content": "The World Health Organization urges people to be cautious and prepare for the Omicron variant.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-59526252?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 17:34:06 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "10 Scientific Advances That Will Actually Make You Hopeful for the Future", + "description": "

    We’ve all had a rough couple of years (decades?), but that doesn’t mean everything will continue to slide downhill. Maybe I’m a foolish optimist, but it’s the holidays, and these 10 technologies and trends make me genuinely hopeful for the future. Maybe we’ll wind up living in the hopeful sci-fi vision of the ‘50s,…

    Read more...

    ", + "content": "

    We’ve all had a rough couple of years (decades?), but that doesn’t mean everything will continue to slide downhill. Maybe I’m a foolish optimist, but it’s the holidays, and these 10 technologies and trends make me genuinely hopeful for the future. Maybe we’ll wind up living in the hopeful sci-fi vision of the ‘50s,…

    Read more...

    ", + "category": "powered exoskeleton", + "link": "https://lifehacker.com/10-scientific-advances-that-will-actually-make-you-hope-1848085674", + "creator": "Stephen Johnson", + "pubDate": "Fri, 19 Nov 2021 17:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Lifehacker", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4bc7e291752627de8f17403513a3e1a6" + "hash": "b5ced133bfc8a862195157e1cc65e9d4" }, { - "title": "Indonesia volcano: Dozens injured as residents flee huge ash cloud from Mt Semeru", - "description": "One person has died and 41 have burn injuries as Mt Semeru erupts on Indonesia's Java island.", - "content": "One person has died and 41 have burn injuries as Mt Semeru erupts on Indonesia's Java island.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:01:43 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "You Can Finally Download Amazon Prime Video Movies and TV Shows on Desktop", + "description": "

    When you’re heading somewhere likely to have spotty internet coverage, downloading your favorite TV shows and movies beforehand is always a solid plan. Most streaming services allow you to do this to some extent, but until recently, you could only download Amazon Prime Video content onto a mobile device. Well, no…

    Read more...

    ", + "content": "

    When you’re heading somewhere likely to have spotty internet coverage, downloading your favorite TV shows and movies beforehand is always a solid plan. Most streaming services allow you to do this to some extent, but until recently, you could only download Amazon Prime Video content onto a mobile device. Well, no…

    Read more...

    ", + "category": "amazon", + "link": "https://lifehacker.com/you-can-finally-download-amazon-prime-video-movies-and-1848088507", + "creator": "Pranay Parab", + "pubDate": "Fri, 19 Nov 2021 16:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8dcf2ccd7e6fb47911e2b99618bdeb2b" + "hash": "d9b76d1ce4f42b3c99c305ab44ca4ae4" }, { - "title": "Biden and Putin to hold call amid Ukraine invasion fears", - "description": "The US and Russian leaders will discuss Ukraine amid mounting concerns about a possible Russian invasion.", - "content": "The US and Russian leaders will discuss Ukraine amid mounting concerns about a possible Russian invasion.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59533689?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 18:53:39 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Convince Your Stubborn Parents to Stop Eating so Much Junk", + "description": "

    Talking to a friend about health can be hard enough, but talking your parents about any kind of change can feel borderline impossible. Combine these two endeavors, and it can feel like you’re on a fool’s errand.

    Read more...

    ", + "content": "

    Talking to a friend about health can be hard enough, but talking your parents about any kind of change can feel borderline impossible. Combine these two endeavors, and it can feel like you’re on a fool’s errand.

    Read more...

    ", + "category": "addiction medicine", + "link": "https://lifehacker.com/how-to-convince-your-stubborn-parents-to-stop-eating-so-1848086165", + "creator": "Meredith Dietz", + "pubDate": "Fri, 19 Nov 2021 15:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d6640b72b62b65d15a731f8ce39f99a" + "hash": "d1ce1ceb3d227fc23cf1c7e3ef271213" }, { - "title": "Afghanistan: Macron reveals plans for joint European mission", - "description": "The French president says a number of European nations are working on a joint diplomatic mission.", - "content": "The French president says a number of European nations are working on a joint diplomatic mission.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59531442?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 13:50:25 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "An Age-by-Age Guide to Gender-Neutral Gifts for Kids", + "description": "

    Now more than ever, there is a push for toy and clothing manufacturers to create gender-neutral options for kids; ones that don’t exclusively push pink, fluffy princess gear on girls, and firetruck-themed everything on boys. Offering unisex products enables children to play and explore outside of traditional gender…

    Read more...

    ", + "content": "

    Now more than ever, there is a push for toy and clothing manufacturers to create gender-neutral options for kids; ones that don’t exclusively push pink, fluffy princess gear on girls, and firetruck-themed everything on boys. Offering unisex products enables children to play and explore outside of traditional gender…

    Read more...

    ", + "category": "crayola", + "link": "https://lifehacker.com/an-age-by-age-guide-to-gender-neutral-gifts-for-kids-1848046071", + "creator": "Sarah Showfety", + "pubDate": "Fri, 19 Nov 2021 15:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Lifehacker", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d05338022f330cfcbae3e690bd0cb605" + "hash": "0670a38867fb5089198df8017da2011d" }, { - "title": "Gambia elections: Ex-President Yahya Jammeh's shadow looms over poll", - "description": "Exiled leader Yahya Jammeh - who ruled the country for 22 years - is a key figure in the poll.", - "content": "Exiled leader Yahya Jammeh - who ruled the country for 22 years - is a key figure in the poll.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59531167?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 09:41:13 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Out-of-Touch Adults' Guide to Kid Culture: Why Everyone Is Excited for 'Spider-Man: No Way Home'", + "description": "

    This week, the kids are raging against work, throwing cheese at cars, and enjoying the trailer for the new Spider-Man movie. Youth is wasted on the young.

    Read more...

    ", + "content": "

    This week, the kids are raging against work, throwing cheese at cars, and enjoying the trailer for the new Spider-Man movie. Youth is wasted on the young.

    Read more...

    ", + "category": "spider man", + "link": "https://lifehacker.com/the-out-of-touch-adults-guide-to-kid-culture-why-every-1848087076", + "creator": "Stephen Johnson", + "pubDate": "Fri, 19 Nov 2021 14:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4216ff35fa63cc5aedb87962bb1c700b" + "hash": "def176b2504791dd39bcba48cd03c70c" }, { - "title": "Bolsonaro: Brazilian Supreme Court opens investigation into vaccine comments", - "description": "Brazil's president will face a Supreme Court inquiry for his falsehood about Covid-19 jabs and Aids.", - "content": "Brazil's president will face a Supreme Court inquiry for his falsehood about Covid-19 jabs and Aids.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59528857?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 02:03:32 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What Is the Worst Christmas Gift You've Ever Received?", + "description": "

    You may have noticed we’re in the thick of gift-giving season. Well, I’m not; my shopping is basically done. (Those supply chains will not have their way with me, no they will not.) But as I peruse the list of gifts I have purchased over the past month, I ask myself: Is any of this any good? Does my 11-year-old really

    Read more...

    ", + "content": "

    You may have noticed we’re in the thick of gift-giving season. Well, I’m not; my shopping is basically done. (Those supply chains will not have their way with me, no they will not.) But as I peruse the list of gifts I have purchased over the past month, I ask myself: Is any of this any good? Does my 11-year-old really

    Read more...

    ", + "category": "grandma", + "link": "https://lifehacker.com/what-is-the-worst-christmas-gift-youve-ever-received-1848085069", + "creator": "Meghan Moravcik Walbert", + "pubDate": "Fri, 19 Nov 2021 14:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca0d99f803ad29a31fa25bd6f433a781" + "hash": "221e53c530f7f3bd8b7e5978a7d166b1" }, { - "title": "Ready for power: Team Scholz promises a new Germany", - "description": "Next week will see a handover of power from the Merkel era and this is what to expect.", - "content": "Next week will see a handover of power from the Merkel era and this is what to expect.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59516156?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:47:48 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How (and Why) to Do Two Workouts a Day", + "description": "

    I do two workouts most days: a session on a spin bike in the morning, and weightlifting in the afternoon or evening. But I remember a time when two-a-days sounded like an incredible amount of work, the domain of pro athletes and people who had an unhealthy obsession with exercise. It turns out that doubling up on…

    Read more...

    ", + "content": "

    I do two workouts most days: a session on a spin bike in the morning, and weightlifting in the afternoon or evening. But I remember a time when two-a-days sounded like an incredible amount of work, the domain of pro athletes and people who had an unhealthy obsession with exercise. It turns out that doubling up on…

    Read more...

    ", + "category": "physical exercise", + "link": "https://lifehacker.com/how-and-why-to-do-two-workouts-a-day-1848085429", + "creator": "Beth Skwarecki", + "pubDate": "Thu, 18 Nov 2021 21:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb1de820682cd8f1cbea4874aa1b81b0" + "hash": "04e562d190441cae1c9f931399c64a1b" }, { - "title": "Italian man tries to dodge Covid jab using fake arm", - "description": "The man is so keen to get a vaccine pass he turns up with a plastic arm, but doctors aren't fooled.", - "content": "The man is so keen to get a vaccine pass he turns up with a plastic arm, but doctors aren't fooled.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59524527?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 17:40:58 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What's New on Hulu in December 2021", + "description": "

    While its original series don’t always have the marquee value of those on rival services, Hulu has quietly been building one of the strongest catalogs of original content in the Peak Streaming era—the recent delights of Only Murders in the Building being but one case in point (pun slightly intended).

    Read more...

    ", + "content": "

    While its original series don’t always have the marquee value of those on rival services, Hulu has quietly been building one of the strongest catalogs of original content in the Peak Streaming era—the recent delights of Only Murders in the Building being but one case in point (pun slightly intended).

    Read more...

    ", + "category": "hulu", + "link": "https://lifehacker.com/whats-new-on-hulu-in-december-2021-1848082809", + "creator": "Joel Cunningham", + "pubDate": "Thu, 18 Nov 2021 20:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb4d68d6ee2b11b8e2ee7c192ff1f35e" + "hash": "373adb867c28ad22fdc1acb265667b1f" }, { - "title": "Ethiopia closes schools to boost civil war effort", - "description": "The government wants secondary school students to harvest crops to help frontline fighters.", - "content": "The government wants secondary school students to harvest crops to help frontline fighters.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59524707?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 17:28:03 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "9 Thanksgiving Dishes Your Vegan Guests Will Love", + "description": "

    The traditional Thanksgiving menu is not exactly vegan friendly (or even vegetarian friendly). Nearly every dish contains cream, butter, eggs, or turkey stock, and the whole thing is centered around a large, dead bird.

    Read more...

    ", + "content": "

    The traditional Thanksgiving menu is not exactly vegan friendly (or even vegetarian friendly). Nearly every dish contains cream, butter, eggs, or turkey stock, and the whole thing is centered around a large, dead bird.

    Read more...

    ", + "category": "veganism", + "link": "https://lifehacker.com/9-thanksgiving-dishes-your-vegan-guests-will-love-1848083265", + "creator": "Claire Lower", + "pubDate": "Thu, 18 Nov 2021 19:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a73fdf63f1e6f58a0aa4311710fd629" + "hash": "fddc034602eb521880710a2ac95d9d95" }, { - "title": "South Africa battles Omicron fear and vaccine myths", - "description": "The new variant threatens to overshadow the holiday season as campaigners fight vaccine fears.", - "content": "The new variant threatens to overshadow the holiday season as campaigners fight vaccine fears.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59517496?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 13:43:37 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Split Bills With Your Roommates Without Pissing Each Other Off", + "description": "

    Split chores. Built-in company. Someone else’s expensive snacks for you to steal in gradual, imperceptible portions. There are a lot of compelling reasons to have roommates, but odds are your decision to live in a shared household is primarily a financial one.

    Read more...

    ", + "content": "

    Split chores. Built-in company. Someone else’s expensive snacks for you to steal in gradual, imperceptible portions. There are a lot of compelling reasons to have roommates, but odds are your decision to live in a shared household is primarily a financial one.

    Read more...

    ", + "category": "rent", + "link": "https://lifehacker.com/how-to-split-bills-with-your-roommates-without-pissing-1848083535", + "creator": "Meredith Dietz", + "pubDate": "Thu, 18 Nov 2021 18:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f09a1813d0cc757b532cbc88aa148b57" + "hash": "9f388005cec00cd41f1c86c35f1446b9" }, { - "title": "The 'kind heart' who gave an Afghan family a new home", - "description": "An interpreter who had to flee Afghanistan is given a new home by a woman who was moved by his plight.", - "content": "An interpreter who had to flee Afghanistan is given a new home by a woman who was moved by his plight.", - "category": "", - "link": "https://www.bbc.co.uk/news/uk-scotland-59504516?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 05:35:48 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Get Your Kids to Actually Pick Up After Themselves", + "description": "

    If only the words to the kid’s song were true: Clean up, clean up, everybody everywhere. Clean up, clean up, everybody do their share.

    Read more...

    ", + "content": "

    If only the words to the kid’s song were true: Clean up, clean up, everybody everywhere. Clean up, clean up, everybody do their share.

    Read more...

    ", + "category": "chuck", + "link": "https://lifehacker.com/how-to-get-your-kids-to-actually-pick-up-after-themselv-1848083178", + "creator": "Sarah Showfety", + "pubDate": "Thu, 18 Nov 2021 18:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3343782eba8d7c7987a0c605dd30da31" + "hash": "e0b80540a203c66ffbe671ba137f375b" }, { - "title": "Boxing Day: Festive film debut for Little Mix's Leigh-Anne Pinnock", - "description": "Boxing Day, the first British Christmas rom-com led by an all-black cast, is released Friday 3 December.", - "content": "Boxing Day, the first British Christmas rom-com led by an all-black cast, is released Friday 3 December.", - "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59409084?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:11:18 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Stop Your iPhone 12 or 13 From Frequently Dropping Calls", + "description": "

    If your iPhone won’t stop dropping calls, it can be difficult to troubleshoot. After all, you can’t just switch to Cingular Wireless anymore, and without the support of the network with the fewest dropped calls, what are you supposed to do? If your issue is tied to an iPhone 12 or iPhone 13, however, there is a new…

    Read more...

    ", + "content": "

    If your iPhone won’t stop dropping calls, it can be difficult to troubleshoot. After all, you can’t just switch to Cingular Wireless anymore, and without the support of the network with the fewest dropped calls, what are you supposed to do? If your issue is tied to an iPhone 12 or iPhone 13, however, there is a new…

    Read more...

    ", + "category": "iphone", + "link": "https://lifehacker.com/how-to-stop-your-iphone-12-or-13-from-frequently-droppi-1848082613", + "creator": "Jake Peterson", + "pubDate": "Thu, 18 Nov 2021 17:00:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "37ac08fc5d4d271d5e4c58e8398683af" + "hash": "9209204b172ba2072a936e8898444e51" }, { - "title": "Germany: Angela Merkel's military farewell features punk singer's hit", - "description": "A ceremony has been held for the German chancellor, who is due to step down after 16 years in office.", - "content": "A ceremony has been held for the German chancellor, who is due to step down after 16 years in office.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59514304?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 23:07:08 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What's New on Disney Plus in December 2021", + "description": "

    The weird thing about franchise canon is you have to take the good with the bad. This means that Disney/Lucasfilm has spent the better part of the past decade working overtime to fix the parts of the official Star Wars storyline that, uh, don’t really work—retroactively making them at least seem better by retconning…

    Read more...

    ", + "content": "

    The weird thing about franchise canon is you have to take the good with the bad. This means that Disney/Lucasfilm has spent the better part of the past decade working overtime to fix the parts of the official Star Wars storyline that, uh, don’t really work—retroactively making them at least seem better by retconning…

    Read more...

    ", + "category": "lin manuel miranda", + "link": "https://lifehacker.com/whats-new-on-disney-plus-in-december-2021-1848082540", + "creator": "Joel Cunningham", + "pubDate": "Thu, 18 Nov 2021 16:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9330f42fb58b08dced095e5684aee9d" + "hash": "b717570f95c724884d30dcff48072496" }, { - "title": "Broome: Diving the remnants of a WW2 attack on Australia", - "description": "A WW2 air raid on Broome killed scores of people - historians say it should be better remembered.", - "content": "A WW2 air raid on Broome killed scores of people - historians say it should be better remembered.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59397897?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:12:34 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "You Can Finally Get Real-Time Lyrics on Spotify", + "description": "

    Even with the many music streaming options to choose from these days, Spotify is still the king for millions of users. While the app is enjoying a long, successful run, it hasn’t shined in every category. Real-time lyrics have been notably absent from Spotify’s features for some time now, as competing services like…

    Read more...

    ", + "content": "

    Even with the many music streaming options to choose from these days, Spotify is still the king for millions of users. While the app is enjoying a long, successful run, it hasn’t shined in every category. Real-time lyrics have been notably absent from Spotify’s features for some time now, as competing services like…

    Read more...

    ", + "category": "spotify", + "link": "https://lifehacker.com/you-can-finally-get-real-time-lyrics-on-spotify-1848081872", + "creator": "Jake Peterson", + "pubDate": "Thu, 18 Nov 2021 15:30:00 GMT", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Lifehacker", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2c481ce08fd017fc3cc0c8c21e7c438" + "hash": "dae11f34f9e8dd36ffb0ad081c209e17" }, { - "title": "Russia Ukraine: Biden warns Russia against Ukraine 'red lines'", - "description": "Intelligence officials fear Russia could invade Ukraine as soon as early 2022, US media reports.", - "content": "Intelligence officials fear Russia could invade Ukraine as soon as early 2022, US media reports.", + "title": "The Least Siri Can Do Is Pronounce Your Name Correctly", + "description": "

    Siri is no one’s favorite virtual assistant, and if it’s also always pronouncing your name wrong, it’s doing little to endear itself to you. As recently as iOS 14, you could let Siri know its pronunciation was incorrect, and tell it the correct way to say your (or another contact’s) name. This method has been removed…

    Read more...

    ", + "content": "

    Siri is no one’s favorite virtual assistant, and if it’s also always pronouncing your name wrong, it’s doing little to endear itself to you. As recently as iOS 14, you could let Siri know its pronunciation was incorrect, and tell it the correct way to say your (or another contact’s) name. This method has been removed…

    Read more...

    ", + "category": "siri", + "link": "https://lifehacker.com/the-least-siri-can-do-is-pronounce-your-name-correctly-1848081315", + "creator": "Pranay Parab", + "pubDate": "Thu, 18 Nov 2021 15:00:00 GMT", + "folder": "00.03 News/News - EN", + "feed": "Lifehacker", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "91013cfa366bcc905f93b2dc0119412c" + } + ], + "folder": "00.03 News/News - EN", + "name": "Lifehacker", + "language": "en", + "hash": "19891577f7b816449c04545ef876c28a" + }, + { + "title": "Nature - Issue - nature.com science feeds", + "subtitle": "", + "link": "http://feeds.nature.com/nature/rss/current", + "image": null, + "description": "Nature is the international weekly journal of science: a magazine style journal that publishes full-length research papers in all disciplines of science, as well as News and Views, reviews, news, features, commentaries, web focuses and more, covering all branches of science and how science impacts upon all aspects of society and life.", + "items": [ + { + "title": "Science in 2022: what to expect this year", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59528864?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 06:06:06 GMT", + "link": "https://www.nature.com/articles/d41586-022-00008-7", + "creator": "Benjamin Thompson", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cabc5dd333290fad3739232474d95027" + "hash": "79f4b26e3bfee3f85209ef4357b03933", + "highlights": [] }, { - "title": "Mali: Dozens of civilians killed after militants attack bus", - "description": "More than 30 people are killed after gunmen attack a bus travelling to a market.", - "content": "More than 30 people are killed after gunmen attack a bus travelling to a market.", + "title": "Decoding gene regulation in the fly brain", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59528860?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 02:44:21 GMT", + "link": "https://www.nature.com/articles/s41586-021-04262-z", + "creator": "Jasper Janssens", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2643896c1fe5a6c0c23f48e5d6b8d4e9" + "hash": "be634da9d229f07a3f21fc97086feb00", + "highlights": [] }, { - "title": "Michigan school shooting: Suspect's parents arrested in Detroit", - "description": "The Michigan couple went on the run after being charged with involuntary manslaughter.", - "content": "The Michigan couple went on the run after being charged with involuntary manslaughter.", + "title": "An early transition to magnetic supercriticality in star formation", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59530279?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 10:08:26 GMT", + "link": "https://www.nature.com/articles/s41586-021-04159-x", + "creator": "T.-C. Ching", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2e8d738c3d9df29a79a10929acecc64" + "hash": "fdfec7ae2b0c65fec18da4532083aa59", + "highlights": [] }, { - "title": "Indonesia volcano: Residents flee as Mt Semeru spews huge ash cloud", - "description": "Airlines have been warned about a plume of ash rising 15,000m from Mt Semeru in Java.", - "content": "Airlines have been warned about a plume of ash rising 15,000m from Mt Semeru in Java.", + "title": "Structural insights into inhibitor regulation of the DNA repair protein DNA-PKcs", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59532251?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 11:24:37 GMT", + "link": "https://www.nature.com/articles/s41586-021-04274-9", + "creator": "Shikang Liang", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbfd7805f37560041d6e0359bd3c1e99" + "hash": "a2e41f4e86da225a27f423cef6e205b9", + "highlights": [] }, { - "title": "Omicron coronavirus variant: Your questions answered", - "description": "How long do symptoms last for, is it more harmful to children? Experts answer your questions.", - "content": "How long do symptoms last for, is it more harmful to children? Experts answer your questions.", + "title": "Emergence of methicillin resistance predates the clinical use of antibiotics", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/health-59511401?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:16:38 GMT", + "link": "https://www.nature.com/articles/s41586-021-04265-w", + "creator": "Jesper Larsen", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6bb70a35176f93258a0a17731f01f1a" + "hash": "bf061a07a3650f51d81b8cc5a93aca74", + "highlights": [] }, { - "title": "Michigan school shooting: Parents of gunman charged with manslaughter", - "description": "Authorities say the suspect killed four students and injured seven people with his dad's handgun.", - "content": "Authorities say the suspect killed four students and injured seven people with his dad's handgun.", + "title": "RNA profiles reveal signatures of future health and disease in pregnancy", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59523682?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:07:34 GMT", + "link": "https://www.nature.com/articles/s41586-021-04249-w", + "creator": "Morten Rasmussen", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c804fb184b68458ee8f1d63e145e6854" + "hash": "e0241b49e234ef9d257835f852f49ecb", + "highlights": [] }, { - "title": "Ghislaine Maxwell: Employee told 'not to look Jeffrey Epstein in the eye'", - "description": "A former housekeeper said Ghislaine Maxwell acted as \"lady of the house\" at Jeffrey Epstein's US home.", - "content": "A former housekeeper said Ghislaine Maxwell acted as \"lady of the house\" at Jeffrey Epstein's US home.", + "title": "Depressed 660-km discontinuity caused by akimotoite–bridgmanite transition", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59516888?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 09:09:50 GMT", + "link": "https://www.nature.com/articles/s41586-021-04157-z", + "creator": "Artem Chanyshev", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b1a2dbd7d8c374b01668eb1f126c580" + "hash": "167ba534020c38338555a3b93aeb90c8", + "highlights": [] }, { - "title": "Austria ruling party picks Nehammer for chancellor", - "description": "Karl Nehammer is chosen as party leader and next chancellor in a bid to end days of turmoil.", - "content": "Karl Nehammer is chosen as party leader and next chancellor in a bid to end days of turmoil.", + "title": "Behavioural immune landscapes of inflammation", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59516158?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 12:03:54 GMT", + "link": "https://www.nature.com/articles/s41586-021-04263-y", + "creator": "Georgiana Crainiciuc", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4052dc3837101c226f309801a3a1057a" + "hash": "0e9d04144907016bf540f135203e6419", + "highlights": [] }, { - "title": "Thailand: Newspaper rebuked over 'hunts Africans' headline", - "description": "The country's Covid-19 taskforce admonished the paper by saying it was a \"poor choice of words.\"", - "content": "The country's Covid-19 taskforce admonished the paper by saying it was a \"poor choice of words.\"", + "title": "A speech planning network for interactive language use", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59501055?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 08:39:36 GMT", + "link": "https://www.nature.com/articles/s41586-021-04270-z", + "creator": "Gregg A. Castellucci", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb7651188e53b755f44b7380fb5cab66" + "hash": "a48eca1b57fa2b1b384783a5781e1b56", + "highlights": [] }, { - "title": "Alec Baldwin admits career could be over after fatal shooting", - "description": "But the 63-year-old US actor says he did not pull the trigger on the set of the Rust film in October.", - "content": "But the 63-year-old US actor says he did not pull the trigger on the set of the Rust film in October.", + "title": "A stellar stream remnant of a globular cluster below the metallicity floor", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59514525?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 11:10:08 GMT", + "link": "https://www.nature.com/articles/s41586-021-04162-2", + "creator": "Nicolas F. Martin", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2acbec5d1a2acdc70c481c85a6d65cbd" + "hash": "7c194f34ead52666c6d746c23c351c8b", + "highlights": [] }, { - "title": "Kerala: The granny who learnt to read and write at 104", - "description": "Kuttiyamma, from the southern Indian state of Kerala, aced a government test that measures literacy.", - "content": "Kuttiyamma, from the southern Indian state of Kerala, aced a government test that measures literacy.", + "title": "Iron pnictides and chalcogenides: a new paradigm for superconductivity", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59503872?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:25:37 GMT", + "link": "https://www.nature.com/articles/s41586-021-04073-2", + "creator": "Rafael M. Fernandes", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d69bef0a4cbbeb4a6a3116c1ce1a5ea8" + "hash": "e8cfe1dc27ec6513bb637f7d60c89001", + "highlights": [] }, { - "title": "Lamine Diack: Disgraced athletics boss dies in Senegal", - "description": "The disgraced former head of world athletics governing body Lamine Diack dies in Senegal aged 88.", - "content": "The disgraced former head of world athletics governing body Lamine Diack dies in Senegal aged 88.", + "title": "A naturally inspired antibiotic to target multidrug-resistant pathogens", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/sport/africa/59517712?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 09:09:10 GMT", + "link": "https://www.nature.com/articles/s41586-021-04264-x", + "creator": "Zongqiang Wang", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7190a1cb6be205b56aba3b21453094d7" + "hash": "e9c467c3b128e219e15dec528aa5f49e", + "highlights": [] }, { - "title": "How to spot the software that could be spying on you", - "description": "Software used to spy on someone via their phone is a growing threat and common in domestic abuse cases.", - "content": "Software used to spy on someone via their phone is a growing threat and common in domestic abuse cases.", + "title": "A 16-parts-per-trillion measurement of the antiproton-to-proton charge–mass ratio", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-59390778?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:01:11 GMT", + "link": "https://www.nature.com/articles/s41586-021-04203-w", + "creator": "M. J. Borchert", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7226804ee181c2963b268109aa95597c" + "hash": "aebaec8f72e3596601131beda46f6d32", + "highlights": [] }, { - "title": "Why Turkey's currency crash does not worry Erdogan", - "description": "Turkey's national currency has plummeted 45% against the dollar this year", - "content": "Turkey's national currency has plummeted 45% against the dollar this year", + "title": "Crystallization of bosonic quantum Hall states in a rotating quantum gas", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59487912?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 07:30:19 GMT", + "link": "https://www.nature.com/articles/s41586-021-04170-2", + "creator": "Biswaroop Mukherjee", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09529f1fc146ef6e44be8af0e460bded" + "hash": "015dd69c4de39632c1b62540a3adb244", + "highlights": [] }, { - "title": "'No middle ground': Chile voters face tough choice as run-off looms", - "description": "Voters speak of the divisions as an ultra-conservative and a left-winger battle it out.", - "content": "Voters speak of the divisions as an ultra-conservative and a left-winger battle it out.", + "title": "Omicron's feeble attack on the lungs could make it less dangerous", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59489045?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:09:54 GMT", + "link": "https://www.nature.com/articles/d41586-022-00007-8", + "creator": "Max Kozlov", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "178bd674f7984162bb0ba6e98f1c2d4e" + "hash": "544be89c4c34f302b8488b57322cefd8", + "highlights": [] }, { - "title": "Africa's week in pictures: 26 November - 2 December 2021", - "description": "A selection of the best photos from the African continent and beyond.", - "content": "A selection of the best photos from the African continent and beyond.", + "title": "Mirror symmetry validated for proton and its antimatter twin", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59502970?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:14:25 GMT", + "link": "https://www.nature.com/articles/d41586-021-03798-4", + "creator": "Ralf Lehnert", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b759f9fc547a611d209f30c5dddd1fdc" + "hash": "f0d4f02bc73566da422dcef139982ceb", + "highlights": [] }, { - "title": "How do you say Omicron?", - "description": "Omicron is the 13th variant of the Covid-19 virus to receive a Greek name but the pronunciation is up for debate.", - "content": "Omicron is the 13th variant of the Covid-19 virus to receive a Greek name but the pronunciation is up for debate.", + "title": "How researchers can help fight climate change in 2022 and beyond", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/health-59512165?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03817-4", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:26:31 GMT", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5d022c08253b967f8dd87dc0776f9c9" + "hash": "15090d027e90c6f4d76595366254bd83", + "highlights": [] }, { - "title": "Pfizer CEO Albert Bourla: My wife's vaccine death is fake news", - "description": "In an exclusive interview, Albert Bourla hits out at the \"rubbish\" that has been published about him.", - "content": "In an exclusive interview, Albert Bourla hits out at the \"rubbish\" that has been published about him.", + "title": "The magnetic field of a molecular cloud revealed", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/health-59490619?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03803-w", "creator": "", - "pubDate": "Thu, 02 Dec 2021 06:11:32 GMT", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d4a99cdc993b187585bd2dcb8c1da4c" + "hash": "88e54c4fa82b1624492ebd2e70a86d3d", + "highlights": [] }, { - "title": "Epstein accuser: Ghislaine Maxwell is a 'master manipulator'", - "description": "The BBC spoke to Teresa Helm, who accused Epstein of sexually assaulting her at the age of 22.", - "content": "The BBC spoke to Teresa Helm, who accused Epstein of sexually assaulting her at the age of 22.", + "title": "A blood test to predict complications of pregnancy", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59498832?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:28:50 GMT", + "link": "https://www.nature.com/articles/d41586-021-03801-y", + "creator": "Lydia L. Shook", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d08ec13322892abf849663874192157" + "hash": "0745898676597f222befdeb402a599e9", + "highlights": [] }, { - "title": "Dragged up the stairs for my hospital appointment", - "description": "The healthcare system lacks equipment, buildings are crumbling and many healthcare workers have left in search of better lives.", - "content": "The healthcare system lacks equipment, buildings are crumbling and many healthcare workers have left in search of better lives.", + "title": "Ring in the new", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59498152?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:10:50 GMT", + "link": "https://www.nature.com/articles/d41586-021-03745-3", + "creator": "Deborah Walker", + "pubDate": "2022-01-05", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15e75612c995afed2aa24b8e7a06165b" + "hash": "33c1b85c48d71334016c8b924cda7a8b", + "highlights": [] }, { - "title": "US tightens travel rules amid new Omicron cases", - "description": "The US winter plan includes millions of free tests and stricter rules for international passengers.", - "content": "The US winter plan includes millions of free tests and stricter rules for international passengers.", + "title": "Tomb reveals warrior women who roamed the ancient Caucasus", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59512368?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03828-1", "creator": "", - "pubDate": "Fri, 03 Dec 2021 07:47:06 GMT", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4e5374fffabc34e55b655bfbb756b7a" + "hash": "00fbc862256e8a29f334193711e95ca9", + "highlights": [] }, { - "title": "US government shutdown averted hours before deadline", - "description": "The US Congress passes a bill to fund federal agencies until 18 February, avoiding a costly shutdown.", - "content": "The US Congress passes a bill to fund federal agencies until 18 February, avoiding a costly shutdown.", + "title": "From the archive", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59514531?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03740-8", "creator": "", - "pubDate": "Fri, 03 Dec 2021 05:29:36 GMT", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed46be124674417956a1fd9d229c900c" + "hash": "07d2ddd26727ac9e412b99702e4e20cc", + "highlights": [] }, { - "title": "Omicron: India reports first cases of new Covid variant", - "description": "Health officials say the two patients with the new strain have shown mild symptoms.", - "content": "Health officials say the two patients with the new strain have shown mild symptoms.", + "title": "Close-up with a parasite that can blind", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59472675?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 05:48:25 GMT", + "link": "https://www.nature.com/articles/d41586-021-03823-6", + "creator": "Chris Woolston", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d8cb5890e5840bbaae6280687f1dc65" + "hash": "38e4345c2fa4d6c95f3e3c9937a4e6f6", + "highlights": [] }, { - "title": "Rights groups' warning as Trump's Remain in Mexico policy restored", - "description": "Activists say restoring Remain in Mexico at the border will result in \"torture, rape and death\".", - "content": "Activists say restoring Remain in Mexico at the border will result in \"torture, rape and death\".", + "title": "COVID-19: boost mental-health resilience", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59514465?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 11:33:23 GMT", + "link": "https://www.nature.com/articles/d41586-021-03838-z", + "creator": "Lola Kola", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba0441724ebb1d0893e208bfa9a96e3e" + "hash": "45057dcfbcfcfdc5d630ab04274809bd", + "highlights": [] }, { - "title": "Margaux Pinot: Shock over release of judoka’s partner in assault case", - "description": "Margaux Pinot accuses her partner of domestic abuse, but a court acquits him, citing lack of proof.", - "content": "Margaux Pinot accuses her partner of domestic abuse, but a court acquits him, citing lack of proof.", + "title": "Birth equity: US Supreme Court must support Black people", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59503827?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 19:14:32 GMT", + "link": "https://www.nature.com/articles/d41586-021-03836-1", + "creator": "Joia A. Crear-Perry", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4101248ebcea0786304cf08f81a6c44" + "hash": "7d406f761b4b710592599b8d56700cb6", + "highlights": [] }, { - "title": "Elle to stop promoting the use of animal fur in its magazines", - "description": "It is the first major fashion publication to make the pledge, citing its support for animal rights.", - "content": "It is the first major fashion publication to make the pledge, citing its support for animal rights.", + "title": "Rivers buffer a vast sea against climate-change impacts", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59511820?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03843-2", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:15:10 GMT", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31937a654b229b7fb17194b41886e328" + "hash": "a65bcf8226152d9f2592b4c187715da3", + "highlights": [] }, { - "title": "Queensland Floods: Second death recorded as crisis continues", - "description": "The southern part of Queensland has seen widespread rain and flooding.", - "content": "The southern part of Queensland has seen widespread rain and flooding.", + "title": "A cloud named Maggie: space streamer could birth new stars", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59501162?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03848-x", "creator": "", - "pubDate": "Thu, 02 Dec 2021 03:42:36 GMT", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "46af057efbbb64fb56e10b238c8fb2a9" + "hash": "f7e52f0f72e00ccf946c9e0ffa58f535", + "highlights": [] }, { - "title": "Covid: Germany puts major restrictions on unvaccinated", - "description": "Chancellor Angela Merkel describes the far-reaching measures as an act of \"national solidarity\".", - "content": "Chancellor Angela Merkel describes the far-reaching measures as an act of \"national solidarity\".", + "title": "Engaging with the science of fetal origins", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59502180?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:00:10 GMT", + "link": "https://www.nature.com/articles/d41586-021-03839-y", + "creator": "Sarah S. Richardson", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4fc8341a29185d2e7d61954397c563e" + "hash": "883bf5b2f2f3ecc09d02e4f0411843ea", + "highlights": [] }, { - "title": "Covid: South Africa new cases surge as Omicron spreads", - "description": "The new Omicron variant has now become dominant, the country's top medical scientists say.", - "content": "The new Omicron variant has now become dominant, the country's top medical scientists say.", + "title": "Push for ethical practices in geoscience fieldwork", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59503517?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:42:33 GMT", + "link": "https://www.nature.com/articles/d41586-021-03837-0", + "creator": "Giuseppe Di Capua", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab81461d8e1d36cbd7b15f1ae613cff3" + "hash": "f8fda31035d284fa15837a317a533262", + "highlights": [] }, { - "title": "Russia Ukraine: Lavrov warns of return to military confrontation nightmare", - "description": "Foreign Minister Sergei Lavrov floats the idea of a new European security pact to prevent Nato expansion.", - "content": "Foreign Minister Sergei Lavrov floats the idea of a new European security pact to prevent Nato expansion.", + "title": "Is precision public health the future — or a contradiction?", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59503762?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:08:55 GMT", + "link": "https://www.nature.com/articles/d41586-021-03819-2", + "creator": "Carrie Arnold", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7397cafcf90e4a2ced9905ee9529e91f" + "hash": "18a645f7e6b3d95a98044eb8f2dc581b", + "highlights": [] }, { - "title": "Omicron: Biden unveils new Covid-19 winter measures", - "description": "Public health officials in Minnesota have just reported a second US case of the Omicron variant.", - "content": "Public health officials in Minnesota have just reported a second US case of the Omicron variant.", + "title": "Elizabeth Holmes verdict: researchers share lessons learned for science", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59512368?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 19:17:54 GMT", + "link": "https://www.nature.com/articles/d41586-022-00006-9", + "creator": "Emily Waltz", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "984a6bb05903b2ff92ef2b3efbd6a4d9" + "hash": "239db695dddd1e68bbaed5b043d43bb8", + "highlights": [] }, { - "title": "Laverne & Shirley star Eddie Mekka dies aged 69", - "description": "The US actor is best known for playing Carmine Ragusa in the 1970s-80s Laverne & Shirley TV sitcom.", - "content": "The US actor is best known for playing Carmine Ragusa in the 1970s-80s Laverne & Shirley TV sitcom.", + "title": "Terra takes the pain out of ‘omics’ computing in the cloud", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59514524?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:03:36 GMT", + "link": "https://www.nature.com/articles/d41586-021-03822-7", + "creator": "Jeffrey M. Perkel", + "pubDate": "2022-01-04", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "987a6d7df226210a3c7d660ed2a95a68" + "hash": "f8c3110d904795704228d22a6b51774b", + "highlights": [] }, { - "title": "US and Mexico to restart Trump-era 'Remain in Mexico' policy", - "description": "More than 60,000 asylum seekers have been sent back to Mexico under the controversial programme.", - "content": "More than 60,000 asylum seekers have been sent back to Mexico under the controversial programme.", + "title": "Two years of COVID-19 in Africa: lessons for the world", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59509854?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:20:49 GMT", + "link": "https://www.nature.com/articles/d41586-021-03821-8", + "creator": "Christian T. Happi", + "pubDate": "2022-01-03", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4e054bb87c95d4d743b4bac4dee30837" + "hash": "2eb713a7194c5ef955cd6fd82cc960a1", + "highlights": [] }, { - "title": "Israel PM: Nuclear talks must end over Iran ‘blackmail’ tactics", - "description": "Naftali Bennett's call comes as Iran and world powers try to save their nuclear deal from collapse.", - "content": "Naftali Bennett's call comes as Iran and world powers try to save their nuclear deal from collapse.", + "title": "Molecular biologists: let’s reconnect with nature", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59506445?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:09:30 GMT", + "link": "https://www.nature.com/articles/d41586-021-03818-3", + "creator": "Edith Heard", + "pubDate": "2022-01-03", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "984dee99db5781e1be8532248cc1d8ff" + "hash": "3f79cb8b799f4d6b4d687ed0176386ee", + "highlights": [] }, { - "title": "Afghanistan: Hamid Karzai says the Taliban are his brothers", - "description": "In a BBC interview, Hamid Karzai also calls on the international community to help rebuild Afghanistan.", - "content": "In a BBC interview, Hamid Karzai also calls on the international community to help rebuild Afghanistan.", + "title": "Audio long-read: The secret lives of cells — as never seen before", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-59505688?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 12:01:38 GMT", + "link": "https://www.nature.com/articles/d41586-021-03699-6", + "creator": "Diana Kwon", + "pubDate": "2021-12-31", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb48748529818078386d0d5aa850db65" + "hash": "b185e1ee0fe7a7679deef29538848238", + "highlights": [] }, { - "title": "Ikea customers and staff sleep in store after snowstorm", - "description": "The group was left stranded after up to 30cm (12in) of snow fell in the Danish city of Aalborg.", - "content": "The group was left stranded after up to 30cm (12in) of snow fell in the Danish city of Aalborg.", + "title": "Activity of convalescent and vaccine serum against SARS-CoV-2 Omicron", + "description": "\n ", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59509814?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 16:11:11 GMT", + "link": "https://www.nature.com/articles/d41586-021-03846-z", + "creator": "Juan Manuel Carreño", + "pubDate": "2021-12-31", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "126f9fe50107d98c9fd350c19e94263b" + "hash": "42551cd8283852f7593f4361f5568697", + "highlights": [] }, { - "title": "Ghislaine Maxwell: Defence lawyers seek to discredit key accuser", - "description": "Ghislaine Maxwell's defence team try to poke holes in an alleged victim's testimony at her trial.", - "content": "Ghislaine Maxwell's defence team try to poke holes in an alleged victim's testimony at her trial.", + "title": "Our podcast highlights of 2021", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59503757?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 11:12:50 GMT", + "link": "https://www.nature.com/articles/d41586-021-03654-5", + "creator": "Shamini Bundell", + "pubDate": "2021-12-29", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "147ec91974c29c1f9ff8455934f8b6af" + "hash": "2100db85358426a4481d9ca93fa24465", + "highlights": [] }, { - "title": "Will Meghan's big win change public opinion?", - "description": "The Duchess of Sussex has won her court case over privacy, but interest in her is not going to go away.", - "content": "The Duchess of Sussex has won her court case over privacy, but interest in her is not going to go away.", + "title": "Webb telescope blasts off successfully — launching a new era in astronomy", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59503922?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:23:19 GMT", + "link": "https://www.nature.com/articles/d41586-021-03655-4", + "creator": "Alexandra Witze", + "pubDate": "2021-12-25", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ed2312556cf1fd7870ee659957418c3" + "hash": "96780e5a598b691bbd4998749f903ac9", + "highlights": [] }, { - "title": "‘It’s like hell in here’: The struggle to save Afghanistan's starving babies", - "description": "Doctors in Afghanistan’s crisis-hit hospitals are caring for their patients in almost impossible conditions.", - "content": "Doctors in Afghanistan’s crisis-hit hospitals are caring for their patients in almost impossible conditions.", + "title": "A ‘chisel’ of light carves solid shapes out of a liquid", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59419962?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03842-3", "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:01:43 GMT", + "pubDate": "2021-12-24", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63c8e800978accdbb8e5cf58f6469d18" + "hash": "1ae47c0ab08a83a88bacf02bd17ca6ab", + "highlights": [] }, { - "title": "How do you say 'Omicron'?", - "description": "Omicron is the 13th variant of the Covid-19 virus to receive a Greek name but the pronunciation is up for debate.", - "content": "Omicron is the 13th variant of the Covid-19 virus to receive a Greek name but the pronunciation is up for debate.", + "title": "Mars mission is China’s ‘first step’ in planetary exploration", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/health-59512165?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:26:31 GMT", + "link": "https://www.nature.com/articles/d41586-021-03849-w", + "creator": "Smriti Mallapaty", + "pubDate": "2021-12-24", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae05625c213f24f9e1cf17eb477dcf79" + "hash": "e31522b21027d4a04e17461569304a6b", + "highlights": [] }, { - "title": "Home Alone house available to book on Airbnb", - "description": "The home from the 1990 Christmas classic starring Macaulay Culkin will be available for one night only.", - "content": "The home from the 1990 Christmas classic starring Macaulay Culkin will be available for one night only.", + "title": "Evolution of enhanced innate immune evasion by SARS-CoV-2", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59502515?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 09:19:24 GMT", + "link": "https://www.nature.com/articles/s41586-021-04352-y", + "creator": "Lucy G. Thorne", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b77e66ef7300e2c10a7190390e086199" + "hash": "fea3fe7e1d4435d95b6e3ccd9037e022", + "highlights": [] }, { - "title": "When Jesus is used to steal from his flock", - "description": "William Neil \"Doc\" Gallagher used Christian radio to defraud religious pensioners out of millions.", - "content": "William Neil \"Doc\" Gallagher used Christian radio to defraud religious pensioners out of millions.", + "title": "SARS-CoV-2 infection in free-ranging white-tailed deer", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59327131?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:51:30 GMT", + "link": "https://www.nature.com/articles/s41586-021-04353-x", + "creator": "Vanessa L. Hale", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17e022c7e2302c8e96ed68316745749d" + "hash": "d739286ff93393fb3ac3cb3f13c4b264", + "highlights": [] }, { - "title": "Disney appoints woman as chair for first time in 98-year history", - "description": "Susan Arnold, who has been a board member for 14 years, will succeed Bob Iger at the end of the year.", - "content": "Susan Arnold, who has been a board member for 14 years, will succeed Bob Iger at the end of the year.", + "title": "Broadly neutralizing antibodies target a hemagglutinin anchor epitope", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-59500682?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 02:28:25 GMT", + "link": "https://www.nature.com/articles/s41586-021-04356-8", + "creator": "Jenna J. Guthmiller", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a3c53bc5d9510bb2a607a56ae142803" + "hash": "3e18a880600caee5ae71a11e471ae8f6", + "highlights": [] }, { - "title": "Would you give 10% of your salary to charity?", - "description": "A growing number of people are deciding to give up a substantial chunk of their wages.", - "content": "A growing number of people are deciding to give up a substantial chunk of their wages.", + "title": "Time-resolved structural analysis of an RNA-cleaving DNA catalyst", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-59466051?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:03:45 GMT", + "link": "https://www.nature.com/articles/s41586-021-04225-4", + "creator": "Jan Borggräfe", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d2e6706a72508abe477cb707ded357e" + "hash": "54ef1561229c6335a202ae35c26161e8", + "highlights": [] }, { - "title": "Curious leopard enters classroom in India", - "description": "The five-year-old leopard attacked a student before it was captured in the northern city of Aligarh.", - "content": "The five-year-old leopard attacked a student before it was captured in the northern city of Aligarh.", + "title": "Researchers fear growing COVID vaccine hesitancy in developing nations", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59503874?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 10:33:31 GMT", + "link": "https://www.nature.com/articles/d41586-021-03830-7", + "creator": "Smriti Mallapaty", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09c0cc173d9e2f685c40d7fba92589ab" + "hash": "ae2a81a7fb8e4715257d270e21329a8b", + "highlights": [] }, { - "title": "US Supreme Court hears landmark abortion case", - "description": "The court's eventual ruling may cut off abortion access for tens of millions of American women.", - "content": "The court's eventual ruling may cut off abortion access for tens of millions of American women.", + "title": "Striking antibody evasion manifested by the Omicron variant of SARS-CoV-2", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59495210?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:27:37 GMT", + "link": "https://www.nature.com/articles/d41586-021-03826-3", + "creator": "Lihong Liu", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba40529556ef689ad944036cfce7c1c3" + "hash": "4eae4cae44ceb31bf40cba1d775d4f2e", + "highlights": [] }, { - "title": "Covid Omicron: Time to consider mandatory jabs, EU chief says", - "description": "EU countries should discuss forced vaccinations to combat the Omicron variant, says Ursula von der Leyen.", - "content": "EU countries should discuss forced vaccinations to combat the Omicron variant, says Ursula von der Leyen.", + "title": "Cardiovascular diseases disrupt the bone-marrow niche", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59497462?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:18:32 GMT", + "link": "https://www.nature.com/articles/d41586-021-03550-y", + "creator": "Tomer Itkin", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9ff1da5b41793b6283e74e9b0ef137d" + "hash": "26984a126e12283673d22c25e0ef3fd2", + "highlights": [] }, { - "title": "Michigan school shooting: Student kills four and wounds seven", - "description": "Police allege the suspect, a 15-year-old student, used a gun his father had bought days earlier.", - "content": "Police allege the suspect, a 15-year-old student, used a gun his father had bought days earlier.", + "title": "Omicron extensively but incompletely escapes Pfizer BNT162b2 neutralization", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59484333?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:02:04 GMT", + "link": "https://www.nature.com/articles/d41586-021-03824-5", + "creator": "Sandile Cele", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5fe189d8c82582a95ebb8abdd2a5d07d" + "hash": "b577ce79e44a068c8dae5b834bbef957", + "highlights": [] }, { - "title": "EU launches €300bn bid to challenge Chinese influence", - "description": "The Global Gateway infrastructure plan is described as a true alternative to Chinese influence.", - "content": "The Global Gateway infrastructure plan is described as a true alternative to Chinese influence.", + "title": "Omicron escapes the majority of existing SARS-CoV-2 neutralizing antibodies", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59473071?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:26:58 GMT", + "link": "https://www.nature.com/articles/d41586-021-03796-6", + "creator": "Yunlong Cao", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "850ea6b2e1ed47951ef1b82a5843ae12" + "hash": "c9904d5d28eeb7bab1899a4e902c65a9", + "highlights": [] }, { - "title": "Ethiopia's Tigray conflict: Lalibela retaken - government", - "description": "Tigray rebels took control of Lalibela, famous for its 13th Century rock-hewn churches, in August.", - "content": "Tigray rebels took control of Lalibela, famous for its 13th Century rock-hewn churches, in August.", + "title": "Considerable escape of SARS-CoV-2 Omicron to antibody neutralization", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59493729?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:04:43 GMT", + "link": "https://www.nature.com/articles/d41586-021-03827-2", + "creator": "Delphine Planas", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89cae94a32e96d9ff9b954af22697122" + "hash": "58c974b1c5ec6bbacc572575a75e2b09", + "highlights": [] }, { - "title": "The struggle to recover from NYC's flash flood", - "description": "Victims of a historic flood in New York City reflect on the wreckage wrought by Hurricane Ida.", - "content": "Victims of a historic flood in New York City reflect on the wreckage wrought by Hurricane Ida.", + "title": "A grave matter of ancient kinship in Neolithic Britain", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59480146?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:08:59 GMT", + "link": "https://www.nature.com/articles/d41586-021-03799-3", + "creator": "Neil Carlin", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0ab4b6b392f24254fcc4af046da9eb23" + "hash": "53f1c21e811aeec1ba89fe9a930f74a8", + "highlights": [] }, { - "title": "Austria: Doctor fined for amputating wrong leg of patient", - "description": "The patient's right leg was removed instead of his left, with the mistake discovered two days later.", - "content": "The patient's right leg was removed instead of his left, with the mistake discovered two days later.", + "title": "Broadly neutralizing antibodies overcome SARS-CoV-2 Omicron antigenic shift", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59498082?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:32:00 GMT", + "link": "https://www.nature.com/articles/d41586-021-03825-4", + "creator": "Elisabetta Cameroni", + "pubDate": "2021-12-23", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e7c40cd3259df658e16e9987946847cc" + "hash": "5f47d8e5062c3253dd3cc38a4147439c", + "highlights": [] }, { - "title": "Munich WW2 bomb blows up near station, wounding four", - "description": "The \"aerial bomb\" blows up on a railway construction site close to the main station.", - "content": "The \"aerial bomb\" blows up on a railway construction site close to the main station.", + "title": "A Species-Level Timeline of Mammal Evolution Integrating Phylogenomic Data", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59487910?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:19:12 GMT", + "link": "https://www.nature.com/articles/s41586-021-04341-1", + "creator": "Sandra Álvarez-Carretero", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "025c1b1bc795635137177654b09dcb99" + "hash": "6cfbf5e6031ceab73a6786164a61d781", + "highlights": [] }, { - "title": "Arizona officer fired after fatally shooting man in wheelchair", - "description": "Tucson police officer Ryan Remington fired nine shots at the 61-year old suspected shoplifter.", - "content": "Tucson police officer Ryan Remington fired nine shots at the 61-year old suspected shoplifter.", + "title": "Morphogen gradient scaling by recycling of intracellular Dpp", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59439798?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 16:59:05 GMT", + "link": "https://www.nature.com/articles/s41586-021-04346-w", + "creator": "Maria Romanova Michailidi", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "672ba87dd00b2c23e540cb768ea81b8a" + "hash": "f33d8b1a579a17feae856b7c95a62930", + "highlights": [] }, { - "title": "Alice Sebold apologises to man cleared of her rape", - "description": "Anthony Broadwater spent 16 years in prison after being wrongly convicted of raping Alice Sebold.", - "content": "Anthony Broadwater spent 16 years in prison after being wrongly convicted of raping Alice Sebold.", + "title": "Local and systemic responses to SARS-CoV-2 infection in children and adults", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59485586?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 11:05:41 GMT", + "link": "https://www.nature.com/articles/s41586-021-04345-x", + "creator": "Masahiro Yoshida", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "888dc53b5fa44cfabcb9b9ee74d96a1e" + "hash": "ef61011539644230bd96c57ab60162c8", + "highlights": [] }, { - "title": "Rust: US Police to search arms supplier over fatal film shooting", - "description": "A fourth search warrant is issued to find out how the ammo that killed Halyna Hutchins got on set.", - "content": "A fourth search warrant is issued to find out how the ammo that killed Halyna Hutchins got on set.", + "title": "Enhanced fitness of SARS-CoV-2 variant of concern Alpha but not Beta", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59490286?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 16:00:51 GMT", + "link": "https://www.nature.com/articles/s41586-021-04342-0", + "creator": "Lorenz Ulrich", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09dcc298709451d0cffdd1f32c7d6526" + "hash": "9a5cf89fc9b29a1af9105ed1877e03de", + "highlights": [] }, { - "title": "Air quality: Delhi records worst November air in years", - "description": "Residents of the Indian capital didn't breathe \"good\" air even for one day in November, official data says.", - "content": "Residents of the Indian capital didn't breathe \"good\" air even for one day in November, official data says.", + "title": "The future of global health, and mapping the unseen: Books in brief", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59486806?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 07:22:54 GMT", + "link": "https://www.nature.com/articles/d41586-021-03816-5", + "creator": "Andrew Robinson", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27b47834728034114eced9f5c7c93d3d" + "hash": "3e12b528981e19468d4623edc8f6da67", + "highlights": [] }, { - "title": "Tel Aviv named as world's most expensive city to live in", - "description": "Soaring inflation and supply-chain problems push up prices in the 173 cities surveyed.", - "content": "Soaring inflation and supply-chain problems push up prices in the 173 cities surveyed.", + "title": "The Nature Podcast annual holiday spectacular", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59489259?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:09:41 GMT", + "link": "https://www.nature.com/articles/d41586-021-03784-w", + "creator": "Benjamin Thompson", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a34c65411c4166507da10b3b0eea27e" + "hash": "1798f644a983b129088d44c5d04ed8ec", + "highlights": [] }, { - "title": "HIV: The misinformation still circulating in 2021", - "description": "Huge progress has been made in treatment, prevention and understanding of HIV - but falsehoods still hurt people living with it.", - "content": "Huge progress has been made in treatment, prevention and understanding of HIV - but falsehoods still hurt people living with it.", + "title": "Large-scale migration into Britain during the Middle to Late Bronze Age", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/59431598?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:37:59 GMT", + "link": "https://www.nature.com/articles/s41586-021-04287-4", + "creator": "Nick Patterson", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4402985ce88f0208c683e1dcb0a8baea" + "hash": "0681a72ecbe956b11942a90870e90a98", + "highlights": [] }, { - "title": "Why Gambians won't stop voting with marbles", - "description": "The Gambia has witnessed a flourishing of democracy but its curious election system remains unchanged.", - "content": "The Gambia has witnessed a flourishing of democracy but its curious election system remains unchanged.", + "title": "Single-year radiocarbon dating anchors Viking Age trade cycles in time", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59476637?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:50:08 GMT", + "link": "https://www.nature.com/articles/s41586-021-04240-5", + "creator": "Bente Philippsen", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "62627d348e3369bdad396a4226afc3d0" + "hash": "4db721f320e38237d637c5dd92afda4f", + "highlights": [] }, { - "title": "Survivor: I'm haunted by deadliest Channel crossing", - "description": "Mohamed Isa Omar, one of two survivors of last week's disaster, tells the BBC he saw people drown.", - "content": "Mohamed Isa Omar, one of two survivors of last week's disaster, tells the BBC he saw people drown.", + "title": "MicroRNA sequence codes for small extracellular vesicle release and cellular retention", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59480814?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:56:15 GMT", + "link": "https://www.nature.com/articles/s41586-021-04234-3", + "creator": "Ruben Garcia-Martin", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9aa01acdac827add859731aa464e64ee" + "hash": "ec1ea45d7889e7c206b32a137197b2e5", + "highlights": [] }, { - "title": "Yemen's Marib: The city at the heart of a dirty war", - "description": "Jeremy Bowen gets rare access to Marib, where civilians are caught behind the conflict's front line.", - "content": "Jeremy Bowen gets rare access to Marib, where civilians are caught behind the conflict's front line.", + "title": "A high-resolution picture of kinship practices in an Early Neolithic tomb", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59459750?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:21:53 GMT", + "link": "https://www.nature.com/articles/s41586-021-04241-4", + "creator": "Chris Fowler", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5536610b82fe35f0db317f52cc88ee3" + "hash": "3d5245782bba462b3dd3f2f32e3e85a7", + "highlights": [] }, { - "title": "How Magdalena Andersson became Sweden's first female PM twice", - "description": "Magdalena Andersson's rise to power has been high political drama, but the finale may be yet to come.", - "content": "Magdalena Andersson's rise to power has been high political drama, but the finale may be yet to come.", + "title": "Targeting SWI/SNF ATPases in enhancer-addicted prostate cancer", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59473070?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:42:10 GMT", + "link": "https://www.nature.com/articles/s41586-021-04246-z", + "creator": "Lanbo Xiao", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f798421dbee4de6d8b785ec1eba1536" + "hash": "314c74621d54c06714a3e7bb90cfc37e", + "highlights": [] }, { - "title": "Pakistan: Islamists against Muhammad cartoons stage comeback", - "description": "The release of the TLP leader and supporters could have far-reaching implications in Pakistan and beyond.", - "content": "The release of the TLP leader and supporters could have far-reaching implications in Pakistan and beyond.", + "title": "Spin splitting of dopant edge state in magnetic zigzag graphene nanoribbons", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59456545?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:42:32 GMT", + "link": "https://www.nature.com/articles/s41586-021-04201-y", + "creator": "Raymond E. Blackwell", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e3298727360cf3025e445383a7513e3" + "hash": "8be9bd33b6907583e537a357410729eb", + "highlights": [] }, { - "title": "Jack Dorsey: What's next for Twitter's co-founder?", - "description": "The last time the tech visionary left Twitter, he set up another company now worth $100bn.", - "content": "The last time the tech visionary left Twitter, he set up another company now worth $100bn.", + "title": "Valine tRNA levels and availability regulate complex I assembly in leukaemia", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59471636?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 03:48:35 GMT", + "link": "https://www.nature.com/articles/s41586-021-04244-1", + "creator": "Palaniraja Thandapani", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e606483d3f48e28faf563b80a8038cd8" + "hash": "dfcce685997d8228caf13c007c09c538", + "highlights": [] }, { - "title": "Omicron: Do travel bans work against new Covid variants?", - "description": "What is the evidence that travel restrictions could stop the spread of coronavirus?", - "content": "What is the evidence that travel restrictions could stop the spread of coronavirus?", + "title": "Integrated photonics enables continuous-beam electron phase modulation", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/59461861?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 14:59:50 GMT", + "link": "https://www.nature.com/articles/s41586-021-04197-5", + "creator": "Jan-Wilke Henke", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4864e1c021a9a108d4797d89af2322d4" + "hash": "af3a1183b1375bbb81cdc7cf1aca40e6", + "highlights": [] }, { - "title": "WHO: ‘Omicron is a variant of concern, not panic’", - "description": "The world needs to be alert but not overreact, the World Health Organization’s spokesperson says.", - "content": "The world needs to be alert but not overreact, the World Health Organization’s spokesperson says.", + "title": "Quantum anomalous Hall effect from intertwined moiré bands", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-59490786?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 15:28:27 GMT", + "link": "https://www.nature.com/articles/s41586-021-04171-1", + "creator": "Tingxin Li", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4aa101c7b89aa333f4433922c0855a24" + "hash": "a19efbcf9a432496058b0dc4944fcce7", + "highlights": [] }, { - "title": "Michigan school shooting: Worst kind of tragedy, says sheriff", - "description": "Watch the Oakland County sheriff give details of the shooting, where three pupils were killed.", - "content": "Watch the Oakland County sheriff give details of the shooting, where three pupils were killed.", + "title": "Non-syntrophic methanogenic hydrocarbon degradation by an archaeal species", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59488472?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 08:54:31 GMT", + "link": "https://www.nature.com/articles/s41586-021-04235-2", + "creator": "Zhuo Zhou", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e85c3e1762f288313ede2a4ffc11f343" + "hash": "d8a7f3adaa4c22bf0ba9d7c292bdf7a7", + "highlights": [] }, { - "title": "HGV shortages: Why European drivers don't want to come back to the UK", - "description": "Lorry drivers say more investment is needed to make the UK industry more attractive to workers.", - "content": "Lorry drivers say more investment is needed to make the UK industry more attractive to workers.", + "title": "Spatial maps in piriform cortex during olfactory navigation", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59477100?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 00:00:58 GMT", + "link": "https://www.nature.com/articles/s41586-021-04242-3", + "creator": "Cindy Poo", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c18148df285d0b7888e8d9aada9a8396" + "hash": "bc03f50d6b4af5db30338a24da87be23", + "highlights": [] }, { - "title": "Roe v Wade: How a Mississippi legal challenge could upend abortion rights", - "description": "The Supreme Court is being asked to overturn the 1973 ruling that legalised abortion in the US.", - "content": "The Supreme Court is being asked to overturn the 1973 ruling that legalised abortion in the US.", + "title": "HELQ is a dual-function DSB repair enzyme modulated by RPA and RAD51", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59486375?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 01:21:05 GMT", + "link": "https://www.nature.com/articles/s41586-021-04261-0", + "creator": "Roopesh Anand", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4709ff5ab0834341f168f915ba37ade5" + "hash": "a0a42281efe8bbb99810f636ed149a26", + "highlights": [] }, { - "title": "Four dead as storm tears through Turkey", - "description": "Strong winds hit the country's western coast, destroying buildings and blowing ships ashore.", - "content": "Strong winds hit the country's western coast, destroying buildings and blowing ships ashore.", + "title": "Monocotyledonous plants graft at the embryonic root–shoot interface", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-59484633?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:55:28 GMT", + "link": "https://www.nature.com/articles/s41586-021-04247-y", + "creator": "Gregory Reeves", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c09b35f50bdf25c110a23c997efdb6ef" + "hash": "1042f9ababd0429962c2489f66180f2b", + "highlights": [] }, { - "title": "Covid: WHO urges those at risk from disease to delay travel over Omicron", - "description": "It urges those who are unwell and the over-60s to delay international travel because of the Omicron variant.", - "content": "It urges those who are unwell and the over-60s to delay international travel because of the Omicron variant.", + "title": "Very-high-frequency oscillations in the main peak of a magnetar giant flare", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-59484773?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 20:48:44 GMT", + "link": "https://www.nature.com/articles/s41586-021-04101-1", + "creator": "A. J. Castro-Tirado", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "079d7bcb9bef647d1c081338f58e5c4d" + "hash": "3d665f7e5f89956b15dcf14a644f9ea5", + "highlights": [] }, { - "title": "Ghislaine Maxwell: Epstein pilot testifies he flew Prince Andrew", - "description": "The paedophile financier's pilot tells a court he also flew Bill Clinton and Donald Trump on the jet.", - "content": "The paedophile financier's pilot tells a court he also flew Bill Clinton and Donald Trump on the jet.", + "title": "Structure of Hsp90–Hsp70–Hop–GR reveals the Hsp90 client-loading mechanism", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59484332?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:53:37 GMT", + "link": "https://www.nature.com/articles/s41586-021-04252-1", + "creator": "Ray Yu-Ruei Wang", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "48b3e26653eb2bcd7eb98e4a32d53458" + "hash": "199c65891049abdb807855e0c5931faf", + "highlights": [] }, { - "title": "Mike Pence asks Supreme Court to overturn abortion rights", - "description": "The former vice-president speaks on the eve of the most important abortion case in years at the top US court.", - "content": "The former vice-president speaks on the eve of the most important abortion case in years at the top US court.", + "title": "Rapid microbial methanogenesis during CO2 storage in hydrocarbon reservoirs", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59480917?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:27:54 GMT", + "link": "https://www.nature.com/articles/s41586-021-04153-3", + "creator": "R. L. Tyne", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd2b5e06cbfae4d7f0e81299a3468cb9" + "hash": "b099b67d5c1709d59a291de27807d3bd", + "highlights": [] }, { - "title": "Lesotho ex-PM Thomas Thabane charged with murdering wife", - "description": "Thomas Thabane denies organising the killing of his estranged wife.", - "content": "Thomas Thabane denies organising the killing of his estranged wife.", + "title": "Structure of Hsp90–p23–GR reveals the Hsp90 client-remodelling mechanism", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59482050?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 17:17:06 GMT", + "link": "https://www.nature.com/articles/s41586-021-04236-1", + "creator": "Chari M. Noddings", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94d23030675eb2c0a3ff1c499e4685de" + "hash": "9c32a56f8156ba56894d31c4531f1b86", + "highlights": [] }, { - "title": "Barbados: Rihanna made national hero as island becomes republic", - "description": "The artist and businesswoman is honoured at an event marking Barbados' new status as a republic.", - "content": "The artist and businesswoman is honoured at an event marking Barbados' new status as a republic.", + "title": "Programmable interactions and emergent geometry in an array of atom clouds", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59473586?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 07:35:43 GMT", + "link": "https://www.nature.com/articles/s41586-021-04156-0", + "creator": "Avikar Periwal", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db74edece6c8d1ec91cefa0cdf9d95c8" + "hash": "1be595b7a085eb1bb8d07634e81baff0", + "highlights": [] }, { - "title": "Emma Coronel: Wife of kingpin El Chapo sentenced to three years", - "description": "Emma Coronel Aispuro pleaded guilty to conspiracy and drug charges in June", - "content": "Emma Coronel Aispuro pleaded guilty to conspiracy and drug charges in June", + "title": "High-entropy polymer produces a giant electrocaloric effect at low fields", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59484382?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 20:14:19 GMT", + "link": "https://www.nature.com/articles/s41586-021-04189-5", + "creator": "Xiaoshi Qian", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d2218b75085f8c0e318ac1b8bc31e0e" + "hash": "0f420454fd6d7defc6aba321fd2f8ab0", + "highlights": [] }, { - "title": "Yazidi genocide: IS member found guilty in German landmark trial", - "description": "Taha al-Jumailly is jailed by a German court for crimes including the murder of a young Yazidi girl.", - "content": "Taha al-Jumailly is jailed by a German court for crimes including the murder of a young Yazidi girl.", + "title": "Cancer risk across mammals", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59474616?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:48:22 GMT", + "link": "https://www.nature.com/articles/s41586-021-04224-5", + "creator": "Orsolya Vincze", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "388bd60e9e0b58972633b515ae97ba70" + "hash": "88d49bc01ba39f34d77eab17fc974b0f", + "highlights": [] }, { - "title": "Covid: Greece to fine over-60s who refuse Covid-19 vaccine", - "description": "Fines of €100 (£85) will be imposed from mid-January, with the money going towards healthcare.", - "content": "Fines of €100 (£85) will be imposed from mid-January, with the money going towards healthcare.", + "title": "Dynamic spatial progression of isolated lithium during battery operations", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59474808?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 17:19:35 GMT", + "link": "https://www.nature.com/articles/s41586-021-04168-w", + "creator": "Fang Liu", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "550682319ed29fd9dfd7bd671f3025a4" + "hash": "dda4ebcf5f7b5df0fbbda0031a3dbfc2", + "highlights": [] }, { - "title": "Italian football fan banned for 'slapping' journalist live on TV", - "description": "Greta Beccaglia reported the man to the police after the incident outside a stadium in Florence.", - "content": "Greta Beccaglia reported the man to the police after the incident outside a stadium in Florence.", + "title": "Resonance from antiferromagnetic spin fluctuations for superconductivity in UTe2", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59478152?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:21:42 GMT", + "link": "https://www.nature.com/articles/s41586-021-04151-5", + "creator": "Chunruo Duan", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b366420044db94848ee3da4c6fe818e0" + "hash": "7d0302455674c664fb8a1762220bcff0", + "highlights": [] }, { - "title": "Dutch Covid: Couple win freedom from Omicron quarantine in TB ward", - "description": "A couple who fled an isolation hotel in the Netherlands are told they can now go home.", - "content": "A couple who fled an isolation hotel in the Netherlands are told they can now go home.", + "title": "Donald Caspar (1927–2021)", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59473067?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:43:01 GMT", + "link": "https://www.nature.com/articles/d41586-021-03820-9", + "creator": "Lee Makowski", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f0f1197540b8085482b35e7feac21c9" + "hash": "0bce163515d08ce3a096f75d2e4fed65", + "highlights": [] }, { - "title": "Adele announces Las Vegas residency", - "description": "The singer will perform at Caesars Palace Hotel, with shows running from 21 January next year.", - "content": "The singer will perform at Caesars Palace Hotel, with shows running from 21 January next year.", + "title": "A microbe that uses crude oil to make methane", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59473984?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 15:27:24 GMT", + "link": "https://www.nature.com/articles/d41586-021-03729-3", + "creator": "Guillaume Borrel", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7d67fb745a07757df1854c57b61427c" + "hash": "3d1c6cc402e33dbf8e2ec9f3290bcb37", + "highlights": [] }, { - "title": "Leaked papers link top Chinese leaders to Uyghur crackdown", - "description": "They show speeches by Xi Jinping and others which led to Uyghurs' mass internment and forced labour.", - "content": "They show speeches by Xi Jinping and others which led to Uyghurs' mass internment and forced labour.", + "title": "A radiocarbon revolution sheds light on the Vikings", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59456541?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 08:09:52 GMT", + "link": "https://www.nature.com/articles/d41586-021-03769-9", + "creator": "James H. Barrett", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8a6e0a4fc26d51c13c6421109b7ae15c" + "hash": "b01caa99550fc5cb226a3fa4d16a4e67", + "highlights": [] }, { - "title": "France issues arrest warrant over Japan 'parental kidnap'", - "description": "Vincent Fichot says his Japanese wife disappeared from the family home with his two children in 2018.", - "content": "Vincent Fichot says his Japanese wife disappeared from the family home with his two children in 2018.", + "title": "Low-power light modifies electron microscopy", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59474807?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 10:58:08 GMT", + "link": "https://www.nature.com/articles/d41586-021-03767-x", + "creator": "Martin Kozák", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f9df0a4e618ab2b9aa0b29606dbf7c8" + "hash": "a72a356f1992544db0ae65298a8eac5a", + "highlights": [] }, { - "title": "Dozens of former Afghan forces killed or disappeared by Taliban, rights group says", - "description": "Human Rights Watch says more than 100 former Afghan personnel have been killed or have disappeared.", - "content": "Human Rights Watch says more than 100 former Afghan personnel have been killed or have disappeared.", + "title": "Imperilled glacier, COVID immunity and ‘touching’ the Sun", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59474965?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03708-8", "creator": "", - "pubDate": "Tue, 30 Nov 2021 11:39:48 GMT", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba97c41c0a7c072b9350658a1287f7b7" + "hash": "0de1c2c4267d86c2b5618386199cacf4", + "highlights": [] }, { - "title": "China surveillance of journalists to use 'traffic-light' system", - "description": "Documents detail how one province is making a facial-recognition system to spot \"people of concern\".", - "content": "Documents detail how one province is making a facial-recognition system to spot \"people of concern\".", + "title": "Clever substitutions reveal magnetism in zigzag graphene nanoribbons", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59441379?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:58:31 GMT", + "link": "https://www.nature.com/articles/d41586-021-03768-w", + "creator": "Aran Garcia-Lekue", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb0d03c5d9f2371da2de03d5959f4489" + "hash": "e0c5c1703cfa8543ccb4e96fc898c8ec", + "highlights": [] }, { - "title": "Venezuelan migrants seeking a new home in Chile", - "description": "Tens of thousands of Venezuelans escaping poverty and violence at home are risking their lives to travel south to Chile.", - "content": "Tens of thousands of Venezuelans escaping poverty and violence at home are risking their lives to travel south to Chile.", + "title": "Fatal lab explosion in China highlights wider safety fears", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59438026?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 00:04:34 GMT", + "link": "https://www.nature.com/articles/d41586-021-03589-x", + "creator": "Andrew Silver", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "111bf42514c617aacb718ac7c36f0918" + "hash": "2cc59ced54b4ac90dd606952d4ca9e27", + "highlights": [] }, { - "title": "Joseph Kabila and DR Congo's missing millions", - "description": "Millions of dollars of public funds went through bank accounts of ex-President Joseph Kabila's allies, BBC Africa Eye reveals.", - "content": "Millions of dollars of public funds went through bank accounts of ex-President Joseph Kabila's allies, BBC Africa Eye reveals.", + "title": "Bronze Age genomes reveal migration to Britain", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59436588?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 00:16:40 GMT", + "link": "https://www.nature.com/articles/d41586-021-03770-2", + "creator": "Daniel G. Bradley", + "pubDate": "2021-12-22", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55147ba68472b3cf7d7fd9f10a21b056" + "hash": "efd90894971e759619393dc38ac14824", + "highlights": [] }, { - "title": "Iran nuclear deal: What key players want from talks", - "description": "The competing ambitions of the countries involved make success a long shot, writes Jonathan Marcus.", - "content": "The competing ambitions of the countries involved make success a long shot, writes Jonathan Marcus.", + "title": "Activation mechanism of PINK1", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59435615?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 22:43:18 GMT", + "link": "https://www.nature.com/articles/s41586-021-04340-2", + "creator": "Zhong Yan Gan", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f45ff03b7abf2184895dd015bc21553" + "hash": "7f66a94db494b44eddda01af5e2d408b", + "highlights": [] }, { - "title": "Gay and Muslim: Family wanted to 'make me better'", - "description": "Asad struggled with his mental health and suicidal thoughts when he came out to his religious family.", - "content": "Asad struggled with his mental health and suicidal thoughts when he came out to his religious family.", + "title": "From the archive", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/newsbeat-59320090?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03739-1", "creator": "", - "pubDate": "Mon, 29 Nov 2021 00:02:33 GMT", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38ac3bf7efcd127bebe38a071142e195" + "hash": "d6de95244b7500a218a23059ba5289b2", + "highlights": [] }, { - "title": "Man rescued after 22 hours adrift off Japan coast", - "description": "Watch the moment rescuers reach the 69-year-old, whose boat capsized in stormy waters.", - "content": "Watch the moment rescuers reach the 69-year-old, whose boat capsized in stormy waters.", + "title": "Secret of Hellenic Foundation’s success? Its staff", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59477186?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:38:35 GMT", + "link": "https://www.nature.com/articles/d41586-021-03779-7", + "creator": "Nektarios K. Nasikas", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d1cf3a4712a3f39e6829a47ccd67932" + "hash": "522b08b0a19cd9fac623b3f635b3dc8e", + "highlights": [] }, { - "title": "Yemen: The children haunted by 'ghosts' of war", - "description": "BBC Middle East editor Jeremy Bowen meets terrified families running from civil war in Yemen.", - "content": "BBC Middle East editor Jeremy Bowen meets terrified families running from civil war in Yemen.", + "title": "Early-career researchers help Wellcome funding panel", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59464760?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 00:10:18 GMT", + "link": "https://www.nature.com/articles/d41586-021-03777-9", + "creator": "Rachel V. Guest", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b19b542b1c2bb4a0dcb3c32439dd7598" + "hash": "4a81e0e2763cd46565c2dab1108eaa1c", + "highlights": [] }, { - "title": "Why France is declaring Josephine Baker a national hero", - "description": "Josephine Baker is the first black woman to be remembered in the resting place of France’s national heroes.", - "content": "Josephine Baker is the first black woman to be remembered in the resting place of France’s national heroes.", + "title": "Half measures in One Health fail people and the environment", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59468682?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 00:05:31 GMT", + "link": "https://www.nature.com/articles/d41586-021-03780-0", + "creator": "Andrew Peters", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6cdd5b1b477c03bc23a3510e1037e4c" + "hash": "a4ca0052427f28f46233ae329d19aaef", + "highlights": [] }, { - "title": "China: Moment North Korean inmate breaks out of prison", - "description": "Zhu Xianjian was seen vaulting over an electric fence metres above the ground.", - "content": "Zhu Xianjian was seen vaulting over an electric fence metres above the ground.", + "title": "Upgrade the science and technology policy system the US already has", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59457607?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:04:29 GMT", + "link": "https://www.nature.com/articles/d41586-021-03778-8", + "creator": "Valerie J. Karplus", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a6fbd49275992854f7c434455f086df" + "hash": "27a7c4e5303b283b88b7a62d267dbb16", + "highlights": [] }, { - "title": "Covid: Omicron variant in Netherlands earlier than thought", - "description": "The new Covid-19 variant is found in Dutch samples taken before it was reported by South Africa.", - "content": "The new Covid-19 variant is found in Dutch samples taken before it was reported by South Africa.", + "title": "Journals adopt AI to spot duplicated images in manuscripts", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59473131?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 15:03:21 GMT", + "link": "https://www.nature.com/articles/d41586-021-03807-6", + "creator": "Richard Van Noorden", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1999f71cae9d3490b5563c16ea31fd90" + "hash": "5c15181a49f5fd8aa5e320182f7405a6", + "highlights": [] }, { - "title": "Australian parliament: One in three workers sexually harassed, says report", - "description": "Canberra's workplace culture has left a \"trail of devastation\" for women especially, a review finds.", - "content": "Canberra's workplace culture has left a \"trail of devastation\" for women especially, a review finds.", + "title": "Sustainability at the crossroads", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59472194?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03781-z", "creator": "", - "pubDate": "Tue, 30 Nov 2021 06:13:27 GMT", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d803d3302dae946aeb389165ef48215a" + "hash": "41f71c84a5fe230b8214263d6970852e", + "highlights": [] }, { - "title": "Channel disaster: A father's anguish, a missing family", - "description": "Rizgar Hussein hasn't heard from his family since the Channel disaster on Wednesday.", - "content": "Rizgar Hussein hasn't heard from his family since the Channel disaster on Wednesday.", + "title": "Omicron overpowers key COVID antibody treatments in early tests", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59455685?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 23:53:15 GMT", + "link": "https://www.nature.com/articles/d41586-021-03829-0", + "creator": "Max Kozlov", + "pubDate": "2021-12-21", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a2fcc5a864ed2811feb9617647c6883" + "hash": "f9916591b75dc037d4719b3f878f4956", + "highlights": [] }, { - "title": "The migrants returned to Iraqi camps from Belarus", - "description": "One family returns to the same camp they had lived in for seven years before trying to reach Europe.", - "content": "One family returns to the same camp they had lived in for seven years before trying to reach Europe.", + "title": "Structural architecture of the human NALCN channelosome", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59438028?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:01:13 GMT", + "link": "https://www.nature.com/articles/s41586-021-04313-5", + "creator": "Marc Kschonsak", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "317ed3d16460f4bb48b9766a028f6833" + "hash": "1cb2219f6a80d58281157ffac74a9a6e", + "highlights": [] }, { - "title": "Covid Omicron: No need to panic, South African minister says", - "description": "Joe Phaahla says South Africa is experienced in dealing with Covid variants, despite a surge in cases.", - "content": "Joe Phaahla says South Africa is experienced in dealing with Covid variants, despite a surge in cases.", + "title": "VLDLR and ApoER2 are receptors for multiple alphaviruses", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59463879?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:14:53 GMT", + "link": "https://www.nature.com/articles/s41586-021-04326-0", + "creator": "Lars E. Clark", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8dc238388a6f1c9996b52336b00d583a" + "hash": "663338d5c5e802c21315ca45624e3c8a", + "highlights": [] }, { - "title": "Twitter co-founder Jack Dorsey steps down as chief executive", - "description": "Twitter co-founder Jack Dorsey steps down from leading the company, saying he's \"ready to move on\".", - "content": "Twitter co-founder Jack Dorsey steps down from leading the company, saying he's \"ready to move on\".", + "title": "Ostrich eggshell beads reveal 50,000-year-old social network in Africa", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59465747?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:57:43 GMT", + "link": "https://www.nature.com/articles/s41586-021-04227-2", + "creator": "Jennifer M. Miller", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63e47d689c2de8d37e9848cc1bfffc5b" + "hash": "d3ef531424b4aa4ca520807e89b8d2fd", + "highlights": [] }, { - "title": "Ghislaine Maxwell's sex-trafficking trial begins in New York City", - "description": "The UK socialite denies grooming girls for convicted paedophile Jeffrey Epstein to sexually abuse.", - "content": "The UK socialite denies grooming girls for convicted paedophile Jeffrey Epstein to sexually abuse.", + "title": "Exiting gracefully: how to leave a job behind", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59455605?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:36:30 GMT", + "link": "https://www.nature.com/articles/d41586-021-03788-6", + "creator": "Bianca Nogrady", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8a1890d54d221198a4f586cfd3c74ddc" + "hash": "d1a5bab7416bbf21373cccdbf159600f", + "highlights": [] }, { - "title": "Covid: Dutch police arrest quarantine hotel escapees", - "description": "Police say the arrests were made on a plane in Amsterdam's airport before take-off to Spain on Sunday.", - "content": "Police say the arrests were made on a plane in Amsterdam's airport before take-off to Spain on Sunday.", + "title": "The Christmas Tree Barn", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59456332?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 09:36:15 GMT", + "link": "https://www.nature.com/articles/d41586-021-03743-5", + "creator": "Mary E. Lowd", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1ae2739b49d637a70d7b15dc7b93108" + "hash": "4921a11685069e591bdd3eeb364c2f1e", + "highlights": [] }, { - "title": "Magdalena Andersson: Sweden's first female PM returns after resignation", - "description": "Magdalena Andersson is backed by MPs again, despite standing down last week hours into the job.", - "content": "Magdalena Andersson is backed by MPs again, despite standing down last week hours into the job.", - "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59459733?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 14:14:47 GMT", + "title": "Collect feedback to improve your event experience", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03782-y", + "creator": "Andy Tay", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f042ef710cb5be2c1caf9831bbe4d048" + "hash": "1dd08f604d3b20cf1aa7e40b751df70d", + "highlights": [] }, { - "title": "Oscar Pistorius: Reeva Steenkamp's parents to meet her killer", - "description": "The ex-Paralympian is moved to a prison close to the parents of the woman he killed eight years ago.", - "content": "The ex-Paralympian is moved to a prison close to the parents of the woman he killed eight years ago.", + "title": "Beads reveal long-distance connections in early Africa", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59458460?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 10:35:25 GMT", + "link": "https://www.nature.com/articles/d41586-021-03681-2", + "creator": "Benjamin R. Collins", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c781d9ac027d7bada03c789f2702029a" + "hash": "d9f600a1eb7e4202d2b83518c7c4442a", + "highlights": [] }, { - "title": "Virgil Abloh: How he 'helped black people dream in fashion'", - "description": "Radio 1 Newsbeat has been speaking to people about the legacy Virgil Abloh leaves behind.", - "content": "Radio 1 Newsbeat has been speaking to people about the legacy Virgil Abloh leaves behind.", + "title": "Build a registry of results that students can replicate", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/newsbeat-59414088?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:05:36 GMT", + "link": "https://www.nature.com/articles/d41586-021-03707-9", + "creator": "Yusuf A. Hannun", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf9a4326ac395de1b4aac5c32ef812bd" + "hash": "dcb404d694b22e0f0c978dc987808403", + "highlights": [] }, { - "title": "Jussie Smollett: Jury selection begins in actor’s trial", - "description": "The actor is accused of staging an attack on himself in 2019 as a publicity stunt, which he denies.", - "content": "The actor is accused of staging an attack on himself in 2019 as a publicity stunt, which he denies.", + "title": "Reconsidering the role of alcohol in the scientific workplace", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59439796?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:37:54 GMT", + "link": "https://www.nature.com/articles/d41586-021-03773-z", + "creator": "Nikki Forrester", + "pubDate": "2021-12-20", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b71fffbe1024276260be0d67d25d453d" + "hash": "c8b37b6df5f9ebe9a42a75201dcfd5f9", + "highlights": [] }, { - "title": "Enes Kanter Freedom: NBA star changes name to celebrate US citizenship", - "description": "Outspoken Boston Celtics basketball player Enes Kanter will add 'Freedom' to his name.", - "content": "Outspoken Boston Celtics basketball player Enes Kanter will add 'Freedom' to his name.", + "title": "Publisher Correction: Disease variant prediction with deep generative models of evolutionary data", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/59439797?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:34:51 GMT", + "link": "https://www.nature.com/articles/s41586-021-04207-6", + "creator": "Jonathan Frazer", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e243df82d9cc114dc5f2c9186d75821e" + "hash": "ac3d7181c01a80b54d0fbf7228b5c134", + "highlights": [] }, { - "title": "Honduras election: Opposition candidate Castro in the lead", - "description": "Early results give the left-wing opposition a strong lead, but the governing party has not conceded.", - "content": "Early results give the left-wing opposition a strong lead, but the governing party has not conceded.", + "title": "Publisher Correction: Burden and characteristics of COVID-19 in the United States during 2020", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59459660?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:24:57 GMT", + "link": "https://www.nature.com/articles/s41586-021-04172-0", + "creator": "Sen Pei", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88600fe4a9792b534cde73a443b73403" + "hash": "bf9dc7cec8262c41c9dfd8c01e7afe76", + "highlights": [] }, { - "title": "China: North Korea fugitive captured after 40-day manhunt", - "description": "The defector had been on the run after staging a daring escape from a Chinese prison.", - "content": "The defector had been on the run after staging a daring escape from a Chinese prison.", + "title": "A partridge in hand on the Spanish steppe", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59456540?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 06:58:18 GMT", + "link": "https://www.nature.com/articles/d41586-021-03712-y", + "creator": "Jack Leeming", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7dd82ef77f7e05f86823e9f06c035b9" + "hash": "38e4f4cbd80be6187d2e1f128ebc33c9", + "highlights": [] }, { - "title": "Tanzania: Seven die in Zanzibar after eating poisonous turtle meat", - "description": "The meat is a delicacy for some in Tanzania but the authorities have now banned its consumption.", - "content": "The meat is a delicacy for some in Tanzania but the authorities have now banned its consumption.", + "title": "Coronapod: Omicron - your questions answered", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59458466?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 14:17:36 GMT", + "link": "https://www.nature.com/articles/d41586-021-03786-8", + "creator": "Noah Baker", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aeb8dd846052b3d99d8158e18423fabd" + "hash": "ced36c4676aa9c62dab277af691eb5a0", + "highlights": [] }, { - "title": "US and Iran seek to break impasse at talks on reviving nuclear deal", - "description": "Iran's nuclear advances adds air of urgency as sides meet in Vienna after months-long pause.", - "content": "Iran's nuclear advances adds air of urgency as sides meet in Vienna after months-long pause.", + "title": "Pluto’s mysterious polygons explained", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59386825?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 00:03:55 GMT", + "link": "https://www.nature.com/articles/d41586-021-03792-w", + "creator": "Shamini Bundell", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36efbb544e66373b6a569c0f1b1349c4" + "hash": "bf906511107aff858d9b08d61f556b12", + "highlights": [] }, { - "title": "Queen of Barbados - but just for one last day", - "description": "The island nation will remove Queen Elizabeth as head of state and swear in its first Barbadian president.", - "content": "The island nation will remove Queen Elizabeth as head of state and swear in its first Barbadian president.", + "title": "The scientific workplace in 2021", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59458431?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 09:02:46 GMT", + "link": "https://www.nature.com/articles/d41586-021-03710-0", + "creator": "Chris Woolston", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b856feddea8bfa69cc3770be1738b269" + "hash": "fabb34703424f98106e0371ecc745fb5" }, { - "title": "Omicron: Is India ready for a third wave?", - "description": "Experts say the government needs to first fulfil its promises to boost the public health system.", - "content": "Experts say the government needs to first fulfil its promises to boost the public health system.", + "title": "Afghanistan’s academics despair months after Taliban takeover", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59344605?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 03:32:01 GMT", + "link": "https://www.nature.com/articles/d41586-021-03774-y", + "creator": "Smriti Mallapaty", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95a63b3249dbf6879ea3653006d3b7fd" + "hash": "53fde1592ec8c64dee61e3fdf588d395" }, { - "title": "Omicron symptoms mild so far, says South African doctor who spotted it", - "description": "The South African doctor who found the new variant says patients are showing very mild symptoms so far.", - "content": "The South African doctor who found the new variant says patients are showing very mild symptoms so far.", + "title": "The science events to watch for in 2022", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59450988?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 11:13:14 GMT", + "link": "https://www.nature.com/articles/d41586-021-03772-0", + "creator": "Davide Castelvecchi", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9ef8265537aaef73f55c42ff30371f5" + "hash": "41fdadc94c551d93a6eff0f73460f72c" }, { - "title": "ICYMI: Smells like Christmas, confirms US First Lady", - "description": "Jill Biden's clearly feeling festive but here’s some other tree-mendous moments you may have missed this week.", - "content": "Jill Biden's clearly feeling festive but here’s some other tree-mendous moments you may have missed this week.", + "title": "Daily briefing: First ‘true’ millipede with more than 1,000 legs", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-59421912?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:02:59 GMT", + "link": "https://www.nature.com/articles/d41586-021-03810-x", + "creator": "Flora Graham", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "70f4878de88b66560201b929260010a6" + "hash": "700ba44f89e4f7c9dab37f1c75221f6b" }, { - "title": "Covid Omicron: No need to panic, South Africa minister says", - "description": "Joe Phaahla says South Africa is experienced in dealing with Covid variants, despite a surge in cases.", - "content": "Joe Phaahla says South Africa is experienced in dealing with Covid variants, despite a surge in cases.", + "title": "Gravity, AlphaFold and neural interfaces: a year of remarkable science", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59463879?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03730-w", "creator": "", - "pubDate": "Mon, 29 Nov 2021 14:46:29 GMT", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea17b371b15070def872f5162345acbe" + "hash": "c6bb752a65d9367208270f5ad638f3c5" }, { - "title": "Twitter founder Jack Dorsey steps down as chief executive", - "description": "The founder and chief executive will step down from leading the company.", - "content": "The founder and chief executive will step down from leading the company.", + "title": "What Biden’s $2-trillion spending bill could mean for climate change", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59465747?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 16:05:13 GMT", + "link": "https://www.nature.com/articles/d41586-021-03787-7", + "creator": "Jeff Tollefson", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f291fcb08abc8ac8c1d213e12c3a3b07" + "hash": "b345781c7c51d1098146b8699f081ee5" }, { - "title": "Barbados prepares to cut ties with the Queen", - "description": "Watch as we travel to the island to find out what Barbadians make of the move.", - "content": "Watch as we travel to the island to find out what Barbadians make of the move.", + "title": "How severe are Omicron infections?", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59438437?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 05:01:20 GMT", + "link": "https://www.nature.com/articles/d41586-021-03794-8", + "creator": "Heidi Ledford", + "pubDate": "2021-12-17", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e7a2da79653117ad56ce7db2581d4154" + "hash": "5cf5b8e642d330002f5914dbfd55eb7d" }, { - "title": "Pre-Inca mummy found in Peru", - "description": "Archaeologists think the mummy, found near Lima, could be up to 1,200 years old.", - "content": "Archaeologists think the mummy, found near Lima, could be up to 1,200 years old.", + "title": "Selective sulfidation of metal compounds", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59446488?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 16:36:43 GMT", + "link": "https://www.nature.com/articles/s41586-021-04321-5", + "creator": "Caspar Stinn", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f42177c1492a1ca604becaa5a61584c" + "hash": "1f8d3c970f6cf4ad1e71dc91aa70da1c" }, { - "title": "Covid: South Africa's president calls for lifting of Omicron travel bans", - "description": "Cyril Ramaphosa says the action by countries including the UK and US is discriminatory and unnecessary.", - "content": "Cyril Ramaphosa says the action by countries including the UK and US is discriminatory and unnecessary.", + "title": "A fatty molecule shows promise for staving off HIV", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59453842?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03750-6", "creator": "", - "pubDate": "Sun, 28 Nov 2021 20:40:37 GMT", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "783c2d146070a86d145d4f8ed5a3cf61" + "hash": "3ea187c0373acc450c07601caf4bc4bf" }, { - "title": "Ghislaine Maxwell's sex-trafficking trial to begin in New York City", - "description": "The UK socialite denies grooming girls for convicted paedophile Jeffrey Epstein to sexually abuse.", - "content": "The UK socialite denies grooming girls for convicted paedophile Jeffrey Epstein to sexually abuse.", + "title": "Daily briefing: COVID vaccines in eight powerful charts", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59455605?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 04:09:34 GMT", + "link": "https://www.nature.com/articles/d41586-021-03790-y", + "creator": "Flora Graham", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc577ae88f5d28d41efbdda17a834e1b" + "hash": "a37597e6232fcd092d560d157532bba1" }, { - "title": "Oscar Pistorius set to meet victim Reeva Steenkamp's parents", - "description": "The ex-Paralympian is moved to a prison closer to the parents of the woman he killed, Reeva Steenkamp.", - "content": "The ex-Paralympian is moved to a prison closer to the parents of the woman he killed, Reeva Steenkamp.", + "title": "Ned Seeman (1945–2021)", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59458460?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 10:35:25 GMT", + "link": "https://www.nature.com/articles/d41586-021-03709-7", + "creator": "Philip Ball", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0efce318fcb1f02c312c475955542539" + "hash": "abf85199820a9968be7d8b9b9e376009" }, { - "title": "Channel disaster: A father's anguish over missing family since tragedy", - "description": "Rizgar Hussein has not spoken to his family since they boarded a boat across the Channel on Tuesday.", - "content": "Rizgar Hussein has not spoken to his family since they boarded a boat across the Channel on Tuesday.", + "title": "Embryo-like models shed fresh light on early human development", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59454243?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 21:09:23 GMT", + "link": "https://www.nature.com/articles/d41586-021-03711-z", + "creator": "Sandeep Ravindran", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b01c88aa10dbc0a598460e8451846113" + "hash": "19495ddc44c1fbf58f1c28e231216dce" }, { - "title": "Macau casino shares fall after 'illegal gambling' arrests", - "description": "A prominent gambling industry figure in Macau is believed to be among those arrested.", - "content": "A prominent gambling industry figure in Macau is believed to be among those arrested.", + "title": "How COVID vaccines shaped 2021 in eight powerful charts", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-59456143?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 29 Nov 2021 06:39:59 GMT", + "link": "https://www.nature.com/articles/d41586-021-03686-x", + "creator": "Smriti Mallapaty", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f07ff87145a489543aa01d6f79f1a7a4" + "hash": "603a2cbb1a64ce361dafad8e65050d66" }, { - "title": "Virgil Abloh: Designer and Off-White founder dies aged 41", - "description": "Abloh, who was Louis Vuitton's artistic director, had been suffering from a rare form of cancer.", - "content": "Abloh, who was Louis Vuitton's artistic director, had been suffering from a rare form of cancer.", + "title": "Omicron blindspots: why it’s hard to track coronavirus variants", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59455382?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 20:24:48 GMT", + "link": "https://www.nature.com/articles/d41586-021-03698-7", + "creator": "Amy Maxmen", + "pubDate": "2021-12-16", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "576b74b712b87c53014cbe6993074693" + "hash": "ac79625ad526e054ebfe339a020adcab" }, { - "title": "New variant symptoms mild, says doctor who spotted it", - "description": "The South African doctor who found the new variant says patients are showing very mild symptoms so far.", - "content": "The South African doctor who found the new variant says patients are showing very mild symptoms so far.", + "title": "Publisher Correction: A solar C/O and sub-solar metallicity in a hot Jupiter atmosphere", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59450988?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 11:13:14 GMT", + "link": "https://www.nature.com/articles/s41586-021-04192-w", + "creator": "Michael R. Line", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03f099d08d42a6e4f19c37ca1dd2dd63" + "hash": "083383c47e4db031050d1ef2d9367e2c" }, { - "title": "Channel migrants: France wants 'serious' talks with UK", - "description": "Interior Minister Gérald Darmanin says France will not be held hostage by domestic British politics.", - "content": "Interior Minister Gérald Darmanin says France will not be held hostage by domestic British politics.", + "title": "Author Correction: Half- and quarter-metals in rhombohedral trilayer graphene", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59454135?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 19:31:57 GMT", + "link": "https://www.nature.com/articles/s41586-021-04181-z", + "creator": "Haoxin Zhou", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b8057ef7659db8e2391fe1c88a39f43" + "hash": "7739ba335a4e6917e9cdc677472e71fe" }, { - "title": "Great Carnival of Dakar: Fire-eaters and dancers mark event", - "description": "The three-day event is a celebration of Senegalese culture and features an elaborate parade.", - "content": "The three-day event is a celebration of Senegalese culture and features an elaborate parade.", + "title": "Reply to: On the liquid–liquid phase transition of dense hydrogen", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59450598?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 13:24:50 GMT", + "link": "https://www.nature.com/articles/s41586-021-04079-w", + "creator": "Bingqing Cheng", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "01c4bd7e9731fd76e2e88b753ef71012" + "hash": "57a03ebf1fe30850abdd72b4ec8f70cc" }, { - "title": "Covid: Australia woman charged after setting fire in quarantine hotel", - "description": "The woman is charged with arson after allegedly lighting a fire under a bed at Pacific Hotel in Queensland.", - "content": "The woman is charged with arson after allegedly lighting a fire under a bed at Pacific Hotel in Queensland.", + "title": "Author Correction: A bimodal burst energy distribution of a repeating fast radio burst source", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59450174?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 11:52:04 GMT", + "link": "https://www.nature.com/articles/s41586-021-04178-8", + "creator": "D. Li", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2bdf1cf239bacbea5df8365430a92072" + "hash": "c3ab0bfc777a84ca2425f5467ace49a0" }, { - "title": "Ros Atkins on... Migrants crossing English Channel to UK", - "description": "This week at least 27 migrants died while trying to make the journey, the deadliest crossing on record.", - "content": "This week at least 27 migrants died while trying to make the journey, the deadliest crossing on record.", + "title": "Author Correction: Schizophrenia risk from complex variation of complement component 4", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59434553?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:29:18 GMT", + "link": "https://www.nature.com/articles/s41586-021-04202-x", + "creator": "Aswin Sekar", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "143a58d8aee14a662419f388cef65318" + "hash": "d7cbb1b4afe9ff2a57eb68957d5fb4ad" }, { - "title": "Covid: 13 test positive for Omicron after S Africa-Netherlands flights", - "description": "Thirteen people who travelled from South Africa to the Netherlands have tested positive for Omicron.", - "content": "Thirteen people who travelled from South Africa to the Netherlands have tested positive for Omicron.", + "title": "Pluto's strange ice patterns explained by new theory", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59451103?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 19:02:29 GMT", + "link": "https://www.nature.com/articles/d41586-021-03771-1", + "creator": "Nick Petrić Howe", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b274c25ce173282614b549eaa30d9ec7" + "hash": "9f1efdf950159fb5a3086b54de5788b2" }, { - "title": "Kevin Strickland: Fundraiser for exonerated Missouri man tops $1.5m", - "description": "Kevin Strickland was released after 42 years in jail over a triple murder he did not commit.", - "content": "Kevin Strickland was released after 42 years in jail over a triple murder he did not commit.", + "title": "How the little finches that amazed Darwin battle a vampire fly", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59452651?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03684-z", "creator": "", - "pubDate": "Sun, 28 Nov 2021 15:47:00 GMT", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "670520c9288986d7c3f2ab09c81018f7" + "hash": "9a4482c4668f424ee1f515bda7d16cbf" }, { - "title": "Covid-positive Czech president appointed new PM from plexiglass box", - "description": "Petr Fiala was appointed by a president who is in self-isolation after testing positive for coronavirus.", - "content": "Petr Fiala was appointed by a president who is in self-isolation after testing positive for coronavirus.", + "title": "Merck’s COVID pill and rare ancient skull", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59452646?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03701-1", "creator": "", - "pubDate": "Sun, 28 Nov 2021 14:09:01 GMT", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79525bfcafd2cba074753cdbfaee9ed6" + "hash": "a54c24b08b989704c022f63950bbea97" }, { - "title": "Covid: Israel to impose travel ban for foreigners over new variant", - "description": "Travellers from all countries will be banned from entering Israel for 14 days, local media report.", - "content": "Travellers from all countries will be banned from entering Israel for 14 days, local media report.", + "title": "Ovarian cancer", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59448547?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 07:50:05 GMT", + "link": "https://www.nature.com/articles/d41586-021-03713-x", + "creator": "Richard Hodson", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e26dff097a16fe907e87b34e71da900b" + "hash": "d9d2d521e4bc1bcc751efe06039d8250" }, { - "title": "Covid: Swiss back government on Covid pass as cases surge", - "description": "Sunday's referendum is held in a country with one of the lowest vaccination rates in Western Europe.", - "content": "Sunday's referendum is held in a country with one of the lowest vaccination rates in Western Europe.", + "title": "Silk Road tech transfer: this ancient lyre went global", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59380745?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03685-y", "creator": "", - "pubDate": "Sun, 28 Nov 2021 15:57:25 GMT", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "088217b0d34f59725d1ba921d7b5c97f" + "hash": "5bf9189b82480e8bcfe4ffa908353646" }, { - "title": "Calais activists: Migrants call us from boats asking for help", - "description": "Activists in Calais demand change after decades of people coming to the city looking to reach the UK.", - "content": "Activists in Calais demand change after decades of people coming to the city looking to reach the UK.", + "title": "Tritiation of aryl thianthrenium salts with a molecular palladium catalyst", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59444335?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 08:28:29 GMT", + "link": "https://www.nature.com/articles/s41586-021-04007-y", + "creator": "Da Zhao", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bfa1db2e9e98a611b9ea7bae6db06b7a" + "hash": "36c0dd4d8b97f741ed69dbb3c8a5b4f0" }, { - "title": "‘I’m blind but technology helps me animate’", - "description": "Elodie Bateson, 11, from Limavady who is blind has become an expert at making short animated movies.", - "content": "Elodie Bateson, 11, from Limavady who is blind has become an expert at making short animated movies.", + "title": "On the liquid–liquid phase transition of dense hydrogen", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/uk-northern-ireland-59429216?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:04:49 GMT", + "link": "https://www.nature.com/articles/s41586-021-04078-x", + "creator": "Valentin V. Karasiev", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b0b663a8b3641bde1abc782ea7cc98f" + "hash": "6aee08f24a53f2c8c7649c691b4f539d" }, { - "title": "Yemen: The woman saving a crumbling heritage", - "description": "Its famous architecture has been wrecked by war - now a female engineer is rebuilding amid the conflict.", - "content": "Its famous architecture has been wrecked by war - now a female engineer is rebuilding amid the conflict.", + "title": "Detecting spins by their fluorescence with a microwave photon counter", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59262086?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:10:06 GMT", + "link": "https://www.nature.com/articles/s41586-021-04076-z", + "creator": "Emanuele Albertinale", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45e34168c2efb625147b9412cf36ba0d" + "hash": "29cb44e72ba964e8e0ab86171cae3d25" }, { - "title": "Your pictures on the theme of 'home comforts'", - "description": "A selection of striking images from our readers around the world.", - "content": "A selection of striking images from our readers around the world.", + "title": "Building an allocentric travelling direction signal via vector computation", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/in-pictures-59407041?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:05:48 GMT", + "link": "https://www.nature.com/articles/s41586-021-04067-0", + "creator": "Cheng Lyu", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1465888d2196b2e50c19648a0d80eecc" + "hash": "c328f779b18b5c988ce00ae67c4672b8" }, { - "title": "Nigerian celebrities Simi and Chigul expose sexism in music and Nollywood", - "description": "Singer Simi and Nollywood's Chigul tell the BBC about the cultural hurdles female stars face.", - "content": "Singer Simi and Nollywood's Chigul tell the BBC about the cultural hurdles female stars face.", + "title": "Sublimation-driven convection in Sputnik Planitia on Pluto", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59134040?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:20:14 GMT", + "link": "https://www.nature.com/articles/s41586-021-04095-w", + "creator": "Adrien Morison", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "896837053aef45ec5d2ee5d95123e2fc" + "hash": "df59b0bb9c6c5ff8d782cfe4cececfb7" }, { - "title": "The gangs enticing migrants to cross the English Channel", - "description": "The BBC has uncovered evidence showing that smugglers are still telling migrants it is safe to cross.", - "content": "The BBC has uncovered evidence showing that smugglers are still telling migrants it is safe to cross.", + "title": "Direct limits for scalar field dark matter from a gravitational-wave detector", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59442534?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 07:58:27 GMT", + "link": "https://www.nature.com/articles/s41586-021-04031-y", + "creator": "Sander M. Vermeulen", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9793984e5d8d1b3a966b0ab4c6984032" + "hash": "c561ed0cfa0d78a20205291fe53c174c" }, { - "title": "Covid: Netherlands tightens partial lockdown amid surging infections", - "description": "The government says the three-week curbs are critical to protect hospitals from becoming overwhelmed.", - "content": "The government says the three-week curbs are critical to protect hospitals from becoming overwhelmed.", + "title": "Biogeochemical extremes and compound events in the ocean", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59448525?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 05:46:58 GMT", + "link": "https://www.nature.com/articles/s41586-021-03981-7", + "creator": "Nicolas Gruber", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e26bc873520119713697817f681555db" + "hash": "3dae1816d5751fc1d044a04cd9aa0ba4" }, { - "title": "Hondurans vote to replace controversial leader", - "description": "A former first lady and a man convicted of corruption vie to succeed an unpopular president.", - "content": "A former first lady and a man convicted of corruption vie to succeed an unpopular president.", + "title": "Experimental evidence for recovery of mercury-contaminated fish populations", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59446944?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:11:55 GMT", + "link": "https://www.nature.com/articles/s41586-021-04222-7", + "creator": "Paul J. Blanchfield", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f2aac8fa9eb1db5a2c9ff4695eeea20" + "hash": "9c9c5e63c9125fb494ba514c9a60537a" }, { - "title": "New Zealand politician Julie Anne Genter cycles to hospital to give birth", - "description": "Julie Anne Genter said she had not planned to cycle whilst in labour, \"but it did end up happening\".", - "content": "Julie Anne Genter said she had not planned to cycle whilst in labour, \"but it did end up happening\".", + "title": "The KEYNOTE-811 trial of dual PD-1 and HER2 blockade in HER2-positive gastric cancer", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59450168?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 08:45:34 GMT", + "link": "https://www.nature.com/articles/s41586-021-04161-3", + "creator": "Yelena Y. Janjigian", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a15107627503dc9115bdef37cea8ae11" + "hash": "8ad10bc88c4c9ca0ccf2a10865866f01" }, { - "title": "'Why do you like Shah Rukh Khan?'", - "description": "The Bollywood superstar's female fandom rests not on love but on economics, according to a new book.", - "content": "The Bollywood superstar's female fandom rests not on love but on economics, according to a new book.", + "title": "Single-cell delineation of lineage and genetic identity in the mouse brain", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59344606?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:14:06 GMT", + "link": "https://www.nature.com/articles/s41586-021-04237-0", + "creator": "Rachel C. Bandler", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fadb6eb24bad6add6f0285e5b3ba4e2b" + "hash": "16dd50ba622e921aaf1f78f98ded9d3f" }, { - "title": "Covid: Swiss vote on ending restrictions while cases surge", - "description": "Sunday's referendum is held in a country with one of the lowest vaccination rates in Western Europe.", - "content": "Sunday's referendum is held in a country with one of the lowest vaccination rates in Western Europe.", + "title": "Synthon-based ligand discovery in virtual libraries of over 11 billion compounds", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59380745?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:28:03 GMT", + "link": "https://www.nature.com/articles/s41586-021-04220-9", + "creator": "Arman A. Sadybekov", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22836291089ac1c36009d00f39e387db" + "hash": "68aa1a5cea52f33afe53b37d8d8c3db4" }, { - "title": "Burkina Faso: Tear gas fired at protesters decrying Islamist attacks", - "description": "The protest comes amid fear of an Islamist encroachment following a number of recent attacks.", - "content": "The protest comes amid fear of an Islamist encroachment following a number of recent attacks.", + "title": "A large West Antarctic Ice Sheet explains early Neogene sea-level amplitude", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59443521?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 15:24:27 GMT", + "link": "https://www.nature.com/articles/s41586-021-04148-0", + "creator": "J. W. Marschalek", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7a487b2b3df28e63c1896fc94974e60" + "hash": "cde3e9d583c9601c2762893e6f22a561" }, { - "title": "Musical theatre icon Stephen Sondheim dies at 91", - "description": "The US composer and lyricist reshaped America's musical theatre in a career spanning over 60 years.", - "content": "The US composer and lyricist reshaped America's musical theatre in a career spanning over 60 years.", + "title": "Observation of Feshbach resonances between a single ion and ultracold atoms", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59440642?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 01:50:26 GMT", + "link": "https://www.nature.com/articles/s41586-021-04112-y", + "creator": "Pascal Weckesser", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da7b2ac656aa3b25a7f312fa15cab46b" + "hash": "b56feb5d5cb1fac6a65f7ec4809e58d7" }, { - "title": "Covid: South Africa 'punished' for detecting new Omicron variant", - "description": "South Africa should be praised for discovering Omicron, not hit with travel bans, its officials say.", - "content": "South Africa should be praised for discovering Omicron, not hit with travel bans, its officials say.", + "title": "ER proteins decipher the tubulin code to regulate organelle distribution", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-59442129?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:55:07 GMT", + "link": "https://www.nature.com/articles/s41586-021-04204-9", + "creator": "Pengli Zheng", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f016e45f03e7bf4d6552172ad7185ec" + "hash": "9d3bf8973d723c6af06d34b1f4f2cba8" }, { - "title": "Covid vaccine: Can US troops be punished for refusing the jabs?", - "description": "The US military has said that America's 2.1 million soldiers and sailors must all get the vaccine.", - "content": "The US military has said that America's 2.1 million soldiers and sailors must all get the vaccine.", + "title": "NLRs guard metabolism to coordinate pattern- and effector-triggered immunity", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59409447?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 00:24:59 GMT", + "link": "https://www.nature.com/articles/s41586-021-04219-2", + "creator": "Keran Zhai", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55e788a85dd719e6e9a7204ea7b2dc7a" + "hash": "f7830148407271b4326bd6f73b7af768" }, { - "title": "Dramatic rescue of 300 from migrant boat in Italy", - "description": "Some people were already in the water when the Italian coastguard reached them off Lampedusa Island.", - "content": "Some people were already in the water when the Italian coastguard reached them off Lampedusa Island.", + "title": "Individual human cortical progenitors can produce excitatory and inhibitory neurons", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59421913?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 23:46:38 GMT", + "link": "https://www.nature.com/articles/s41586-021-04230-7", + "creator": "Ryan N. Delgado", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b52c45ae9941f1048618b8bca355665" + "hash": "2a64f71164c0c9c20252ec733d1ffa2c" }, { - "title": "Egypt: Grand opening for Luxor's 'Avenue of the Sphinxes'", - "description": "The ancient walkway, connecting two of the Egyptian city's greatest temples, took decades to excavate.", - "content": "The ancient walkway, connecting two of the Egyptian city's greatest temples, took decades to excavate.", + "title": "Fractional Chern insulators in magic-angle twisted bilayer graphene", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59424084?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 23:12:38 GMT", + "link": "https://www.nature.com/articles/s41586-021-04002-3", + "creator": "Yonglong Xie", + "pubDate": "2021-12-15", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "967887f4a9938be6f54efe2ed850b604" + "hash": "9c48a7732c2cbb9c304bd770dc473e86" }, { - "title": "Channel disaster: Kurdish woman is first victim identified", - "description": "Maryam Nuri Mohamed Amin was a 24-year-old Kurdish woman from northern Iraq.", - "content": "Maryam Nuri Mohamed Amin was a 24-year-old Kurdish woman from northern Iraq.", + "title": "Towards the biogeography of prokaryotic genes", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59439533?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 13:40:38 GMT", + "link": "https://www.nature.com/articles/s41586-021-04233-4", + "creator": "Luis Pedro Coelho", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "af22e472c902ffbc1c8d9a915670445d" + "hash": "29e8d4a380780d4dbb9917dcfb4c7456" }, { - "title": "Peng Shuai: WTA concerned over 'censorship or coercion'", - "description": "The head of women's tennis says he is not certain Peng Shuai is free of Chinese censorship or coercion.", - "content": "The head of women's tennis says he is not certain Peng Shuai is free of Chinese censorship or coercion.", + "title": "Uncovering global-scale risks from commercial chemicals in air", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59443519?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:44:08 GMT", + "link": "https://www.nature.com/articles/s41586-021-04134-6", + "creator": "Qifan Liu", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76ff9312cab5c53795f3d84dd10221c0" + "hash": "3406d26b61927c638ac3c3af0e824c1e" }, { - "title": "Covid: Dozens test positive on SA-Netherlands flights", - "description": "The results are being examined for cases of the new Omicron variant emerging in southern Africa.", - "content": "The results are being examined for cases of the new Omicron variant emerging in southern Africa.", + "title": "Anatomically distinct fibroblast subsets determine skin autoimmune patterns", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59442149?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:38:46 GMT", + "link": "https://www.nature.com/articles/s41586-021-04221-8", + "creator": "Zijian Xu", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "81d4b882b4b9b5edb2a9522561f2d0b7" + "hash": "beddfa8c6d6f8a766359ef055d6f086f" }, { - "title": "NFHS: Does India really have more women than men?", - "description": "An Indian government survey says so - but the numbers don't add up.", - "content": "An Indian government survey says so - but the numbers don't add up.", + "title": "Quantum theory based on real numbers can be experimentally falsified", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59428011?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:59:15 GMT", + "link": "https://www.nature.com/articles/s41586-021-04160-4", + "creator": "Marc-Olivier Renou", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2b051704b9d1ac556deb2e16ba07c15" + "hash": "cb5f1d632084880fdf802c97debafb3e" }, { - "title": "Covid: Conspiracy and untruths drive Europe's Covid protests", - "description": "Amid some legitimate concerns, misinformation and extreme views are radicalising people to violent protest.", - "content": "Amid some legitimate concerns, misinformation and extreme views are radicalising people to violent protest.", + "title": "Spatial genomics enables multi-modal study of clonal heterogeneity in tissues", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/59390968?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:56:09 GMT", + "link": "https://www.nature.com/articles/s41586-021-04217-4", + "creator": "Tongtong Zhao", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "879f31984baa0497cbb76859b20ad61b" + "hash": "c72aa36ed370975349d08f99f37d0cbc" }, { - "title": "Kenya tree felling sparks anger over Nairobi's new highway", - "description": "Some 4,000 young and mature trees face being cut down to make way for a Chinese-financed project.", - "content": "Some 4,000 young and mature trees face being cut down to make way for a Chinese-financed project.", + "title": "Transforming representations of movement from body- to world-centric space", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59383324?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:53:13 GMT", + "link": "https://www.nature.com/articles/s41586-021-04191-x", + "creator": "Jenny Lu", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f41aa3e1842f332eb9c2d8b1079a6066" + "hash": "9ef6f424c715594b928744019ef5c127" }, { - "title": "Winter Olympics 2022: Testing times in the Chongli mountains", - "description": "Beijing is pushing ahead with Winter Olympics test events, despite Covid and human rights allegations.", - "content": "Beijing is pushing ahead with Winter Olympics test events, despite Covid and human rights allegations.", + "title": "Deep-mantle krypton reveals Earth’s early accretion of carbonaceous matter", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59430731?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:49:07 GMT", + "link": "https://www.nature.com/articles/s41586-021-04092-z", + "creator": "Sandrine Péron", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4bb814376f15e8b2db20fcbf6496cdf9" + "hash": "c21eff73b0d50c4ebce8923ce8f508d4" }, { - "title": "Russia-Ukraine border: Why Moscow is stoking tensions", - "description": "The Kremlin is sending the West a message, but how big a risk is there of conflict?", - "content": "The Kremlin is sending the West a message, but how big a risk is there of conflict?", + "title": "Daily briefing: Thwaites Glacier closer to collapse", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59415885?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:44:35 GMT", + "link": "https://www.nature.com/articles/d41586-021-03776-w", + "creator": "Flora Graham", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36b600742a7cdffa531757f472c33467" + "hash": "c615ef0c326723fc35c82e4ef1e5107d" }, { - "title": "Ukraine-Russia conflict: Zelensky alleges coup plan involving Russians", - "description": "He says an alleged plan to overthrow his government comes amid threats of a Russian invasion.", - "content": "He says an alleged plan to overthrow his government comes amid threats of a Russian invasion.", + "title": "The origins of ovarian cancer", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59428712?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 16:13:25 GMT", + "link": "https://www.nature.com/articles/d41586-021-03717-7", + "creator": "Sarah DeWeerdt", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9e495eb2ad4722b000661b0386a8d1e" + "hash": "fd8e57522924e332366b76c1018a6537" }, { - "title": "New Covid variant: South Africa's pride and punishment", - "description": "South Africans feel they are paying the price for their ability to monitor new Covid variants.", - "content": "South Africans feel they are paying the price for their ability to monitor new Covid variants.", + "title": "Replicating scientific results is tough — but essential", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59432579?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03736-4", "creator": "", - "pubDate": "Fri, 26 Nov 2021 13:13:38 GMT", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "918607bdcae8c1a241d70816c2a3fbd5" + "hash": "63448d57a7cc491cad9f4f8376b57cbb" }, { - "title": "Protesters hit Amazon buildings on Black Friday", - "description": "Strikes or protests are planned in 20 countries, on one of the busiest days of the year for retail.", - "content": "Strikes or protests are planned in 20 countries, on one of the busiest days of the year for retail.", + "title": "Evidence of racism found at prestigious London university", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/technology-59419572?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 12:38:28 GMT", + "link": "https://www.nature.com/articles/d41586-021-03755-1", + "creator": "Linda Nordling", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56e243ae03d57d5cbb0a35d74bdc8138" + "hash": "161cd46e2e44c4bbf008c7483849e332" }, { - "title": "Covid variant: Reaction to new rules on travel from southern Africa", - "description": "Travellers at Cape Town airport respond to new UK quarantine measures over Covid variant.", - "content": "Travellers at Cape Town airport respond to new UK quarantine measures over Covid variant.", + "title": "Stomach cancer gets a triple punch of therapy", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59428504?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 11:04:28 GMT", + "link": "https://www.nature.com/articles/d41586-021-03458-7", + "creator": "Myriam Chalabi", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e3f23e31509eb465d5de500de7da25f" + "hash": "52a52b363632bab13ebe0c1bd46d23c6" }, { - "title": "Why Iraqi Kurds risk their lives to reach the West", - "description": "What drives people to make the perilous journey, which for many has ended in death?", - "content": "What drives people to make the perilous journey, which for many has ended in death?", + "title": "A virtual drug-screening approach to conquer huge chemical libraries", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59419953?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 10:28:10 GMT", + "link": "https://www.nature.com/articles/d41586-021-03682-1", + "creator": "Charlotte Deane", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9986fdddbdd88bc97918bd752434a196" + "hash": "9b4afa604d6250dca1e7004ab29f6ef7" }, { - "title": "Poorest face food crisis amid fertiliser shortage", - "description": "The boss of the world's largest fertiliser producer says gas prices are responsible for higher food prices.", - "content": "The boss of the world's largest fertiliser producer says gas prices are responsible for higher food prices.", + "title": "Why Black women with ovarian cancer require greater focus", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-59428406?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 09:10:19 GMT", + "link": "https://www.nature.com/articles/d41586-021-03715-9", + "creator": "Sophia George", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dbba511fe12fa9b4f37e10ac8e154b77" + "hash": "f3ea341ac9ba5c050a339506aed69af8" }, { - "title": "Turkey: Police fire tear gas at women's rights march", - "description": "It comes months after Turkey withdrew from a treaty to combat violence against women.", - "content": "It comes months after Turkey withdrew from a treaty to combat violence against women.", + "title": "Alternatives to standard quantum theory ruled out", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59423301?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 22:46:50 GMT", + "link": "https://www.nature.com/articles/d41586-021-03678-x", + "creator": "William K. Wootters", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9727b3449947b84987c4f9b5590bd743" + "hash": "4515577c347fa77aadac37f279c9cb34" }, { - "title": "Death toll soars to 52 in Russian coal mine accident - reports", - "description": "A search for survivors after an accident in a Siberian mine turns to tragedy, with rescuers among the dead.", - "content": "A search for survivors after an accident in a Siberian mine turns to tragedy, with rescuers among the dead.", + "title": "Innovative therapies to tackle platinum-resistant ovarian cancer", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59421319?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 22:22:30 GMT", + "link": "https://www.nature.com/articles/d41586-021-03718-6", + "creator": "Amanda B. Keener", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "acd018a0f0d195dcc2e6ee674f433157" + "hash": "8fbbe97bec2f1b36e9a17daf4372d75b" }, { - "title": "Channel migrants: PM calls on France to take back people who make crossing", - "description": "A returns agreement would have an \"immediate\" impact on the number of crossings, Boris Johnson says.", - "content": "A returns agreement would have an \"immediate\" impact on the number of crossings, Boris Johnson says.", + "title": "‘Hard’ skills from our PhDs remain relevant beyond academia", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59423245?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 21:10:03 GMT", + "link": "https://www.nature.com/articles/d41586-021-03756-0", + "creator": "Jonathan McGuire", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75b0ae210be8f85924930bbecd26e1b3" + "hash": "5f84096211c80b00cc30881c742dd023" }, { - "title": "Macy's Thanksgiving Parade: Baby Yoda and Snoopy delight crowds", - "description": "Thousands turn out to enjoy the annual parade with millions more watching on television.", - "content": "Thousands turn out to enjoy the annual parade with millions more watching on television.", + "title": "The promise and pitfalls of gene testing for cancer risk", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59423297?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:20:05 GMT", + "link": "https://www.nature.com/articles/d41586-021-03720-y", + "creator": "Jyoti Madhusoodanan", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d8d7104439f7e3fee99030e47a72e8c" + "hash": "6e86f44c58931186c52eba551f49b06e" }, { - "title": "UAE general accused of torture elected Interpol president", - "description": "Ahmed al-Raisi was chosen despite facing claims of complicity in torture by UAE security forces.", - "content": "Ahmed al-Raisi was chosen despite facing claims of complicity in torture by UAE security forces.", + "title": "A shared origin for cortical excitatory neurons and interneurons", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59417409?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03664-3", "creator": "", - "pubDate": "Thu, 25 Nov 2021 13:26:14 GMT", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "789abeda04739712fe4673d146931136" + "hash": "c0fa0d5466806c008fc35262101acee0" }, { - "title": "Frank Turner says he's reconciled with trans parent", - "description": "The musician tells The Guardian his estranged father is \"a lot more considerate\" since transitioning.", - "content": "The musician tells The Guardian his estranged father is \"a lot more considerate\" since transitioning.", + "title": "Decision makers need constantly updated evidence synthesis", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59414834?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 09:39:23 GMT", + "link": "https://www.nature.com/articles/d41586-021-03690-1", + "creator": "Julian Elliott", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "893905996c42d86030d03567457a613e" + "hash": "5b5265260c5cfb84f911b64597d7c8ee" }, { - "title": "Channel migrants: UK and France agree need for action after boat deaths", - "description": "After at least 27 people die in the Channel, Boris Johnson and Emmanuel Macron say cooperation is needed.", - "content": "After at least 27 people die in the Channel, Boris Johnson and Emmanuel Macron say cooperation is needed.", + "title": "Ovarian cancer and the microbiome: a complex relationship", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59412329?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 08:07:40 GMT", + "link": "https://www.nature.com/articles/d41586-021-03716-8", + "creator": "Julianna Photopoulos", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4277afc047d7e45a6b7ced17457ea4a0" + "hash": "d60f8b294d9b6fa6df098e6a764869a3" }, { - "title": "Solomon Islands: Australia sends peacekeeping troops amid riots", - "description": "Violent riots have rocked the Pacific Island nation for a second straight day.", - "content": "Violent riots have rocked the Pacific Island nation for a second straight day.", + "title": "A new partner", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59412000?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 07:44:18 GMT", + "link": "https://www.nature.com/articles/d41586-021-03742-6", + "creator": "Timothy Mudie", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "068a8010986966a9408ff1312107d651" + "hash": "47aa65a5cb9d0bb9c263fc63a40305f7" }, { - "title": "Australia: LGBTQ advocates blast religious discrimination bill", - "description": "The new bill has raised concerns that it could pave the way for discriminatory hiring practices", - "content": "The new bill has raised concerns that it could pave the way for discriminatory hiring practices", + "title": "What’s next for PARP inhibitors?", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59411999?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 07:00:53 GMT", + "link": "https://www.nature.com/articles/d41586-021-03714-w", + "creator": "Simon Makin", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f8b59eaf2b5fc84933bd689e53b9a645" + "hash": "df49d5edcb4e7b1cf0ad63ce922ea22d" }, { - "title": "Parambir Singh: Missing India police officer reappears after months", - "description": "Parambir Singh, the former police chief of Mumbai, is facing multiple charges of extortion.", - "content": "Parambir Singh, the former police chief of Mumbai, is facing multiple charges of extortion.", + "title": "Clarifying the burden of ovarian cancer", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59412299?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 06:14:54 GMT", + "link": "https://www.nature.com/articles/d41586-021-03719-5", + "creator": "Andrada Fiscutean", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca3cffdc69493275bb6b75f02b16569a" + "hash": "f37d51a3972ab5b57678b1a37429ec74" }, { - "title": "US restricts trade with a dozen more Chinese technology firms", - "description": "The move comes as tensions grow between the US and China over the status of Taiwan and trade issues.", - "content": "The move comes as tensions grow between the US and China over the status of Taiwan and trade issues.", + "title": "How to make ovarian cancer screening work for patients", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-59412139?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 03:42:49 GMT", + "link": "https://www.nature.com/articles/d41586-021-03721-x", + "creator": "Conor Purcell", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "720f0e5a56a3d84cd98b620cee9336a1" + "hash": "4f6225df002657c4145f9f898e5251d0" }, { - "title": "Kavala: The case that set Turkey on collision course with the West", - "description": "Osman Kavala has not been convicted but his detention has set Turkey's leader on a collision course.", - "content": "Osman Kavala has not been convicted but his detention has set Turkey's leader on a collision course.", + "title": "Nature’s 10: ten people who helped shape science in 2021", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59385194?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 01:52:15 GMT", + "link": "https://www.nature.com/articles/d41586-021-03621-0", + "creator": "Ewen Callaway", + "pubDate": "2021-12-15", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f91d725f8616ea9a4af3632a28d7ba59" + "hash": "e2ec1ef46f276dfca7ac3e14bf8b90b5" }, { - "title": "Tripura: Fear and hope after anti-Muslim violence", - "description": "Weeks after mosques and Muslim properties were attacked, life is slowly getting back to normal in Tripura.", - "content": "Weeks after mosques and Muslim properties were attacked, life is slowly getting back to normal in Tripura.", + "title": "Stretchy electronics go wireless for flexible wearables", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59398367?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 01:11:31 GMT", + "link": "https://www.nature.com/articles/d41586-021-03757-z", + "creator": "Dan Fox", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e3415624aeb677a562e376754683a7f4" + "hash": "9bf9623beda327af86955dec63232efe" }, { - "title": "Allahabad high court: Outrage as court reduces child sex abuse sentence", - "description": "There’s been outrage in India after the Allahabad high court reduces the jail term of a sex offender.", - "content": "There’s been outrage in India after the Allahabad high court reduces the jail term of a sex offender.", + "title": "Lift off! The biggest known flying creature had an explosive launch", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59401179?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03677-y", "creator": "", - "pubDate": "Thu, 25 Nov 2021 01:09:29 GMT", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0092c55e39dcfb0ef40387973387924" + "hash": "e70abc8c75fd6820de549774faebe209" }, { - "title": "Beatles outtakes in new Peter Jackson film", - "description": "The Lord of The Rings director has restored more than 50 hours of footage.", - "content": "The Lord of The Rings director has restored more than 50 hours of footage.", + "title": "Remembering a pioneer in biotechnology", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59409077?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 00:02:12 GMT", + "link": "https://www.nature.com/articles/d41586-021-03696-9", + "creator": "Tzvi Aviv", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "977856784b8ed749f8987ef53873fc0d" + "hash": "04a0c809361b67a48c25018e0a1c3c50" }, { - "title": "Russian troop build-up: View from Ukraine front line", - "description": "BBC correspondent Abdujalil Abdurasulov visits eastern Ukraine as soldiers watch Russia's nearby movements.", - "content": "BBC correspondent Abdujalil Abdurasulov visits eastern Ukraine as soldiers watch Russia's nearby movements.", + "title": "Young star’s streamer of scorching-hot gas gives astronomers a fiery first", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59402658?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03683-0", "creator": "", - "pubDate": "Thu, 25 Nov 2021 00:01:43 GMT", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "702edb507c86093ca668d3bbeae00999" + "hash": "73b3c11a4a87d0f42a1106d69bcb61a6" }, { - "title": "What I learnt eating at 8,000 Chinese restaurants", - "description": "David R Chan's decades of dining at 8,000 Chinese eateries has taught him about America and himself.", - "content": "David R Chan's decades of dining at 8,000 Chinese eateries has taught him about America and himself.", + "title": "Prepare PhD holders for different career tracks", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59356176?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:25:31 GMT", + "link": "https://www.nature.com/articles/d41586-021-03695-w", + "creator": "Theo van den Broek", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cdb6eb40e982fa1ee59fa9fd8f995f44" + "hash": "92d232744346c6910f1ab2a1b9ab4941" }, { - "title": "Ahmaud Arbery: Three US men guilty of murdering black jogger", - "description": "Ahmaud Arbery was chased and shot in a case that became a rallying cry to racial justice protesters.", - "content": "Ahmaud Arbery was chased and shot in a case that became a rallying cry to racial justice protesters.", + "title": "From the archive", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59411030?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03679-w", "creator": "", - "pubDate": "Wed, 24 Nov 2021 21:34:07 GMT", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d06e73b69127b5f3597e6f35832443c" + "hash": "01ef516c9e34d64bc5ce70d540dc56d5" }, { - "title": "Inside Dunkirk's new migrant camp", - "description": "Last week French police officers evicted up to 1,500 people from a camp in Dunkirk.", - "content": "Last week French police officers evicted up to 1,500 people from a camp in Dunkirk.", + "title": "Harvard chemist on trial: a guide to the Charles Lieber case", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59410982?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 21:28:40 GMT", + "link": "https://www.nature.com/articles/d41586-021-03752-4", + "creator": "Andrew Silver", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23c4463f669b06b4c7d2a63279b87116" + "hash": "c0c8df48350610b30f74c8d6e5c85589" }, { - "title": "JPMorgan boss 'regrets' China joke amid backlash", - "description": "Jamie Dimon has apologised after saying that his Wall Street bank would outlast China's ruling party.", - "content": "Jamie Dimon has apologised after saying that his Wall Street bank would outlast China's ruling party.", + "title": "The loss of the world’s frozen places", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-59409508?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 19:56:44 GMT", + "link": "https://www.nature.com/articles/d41586-021-03705-x", + "creator": "Alexandra Witze", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be05ee3b19c2328d73ceabdf141ca245" + "hash": "ad0036c94fe5cd30f786f3351f27ffa2" }, { - "title": "Mike Tyson: Malawi asks former boxer to be cannabis ambassador", - "description": "A minister has written a letter to the former boxer, who has invested in a cannabis farm in the US.", - "content": "A minister has written a letter to the former boxer, who has invested in a cannabis farm in the US.", + "title": "The science news that shaped 2021: Nature’s picks", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59406196?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03734-6", "creator": "", - "pubDate": "Wed, 24 Nov 2021 18:31:54 GMT", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb2f92887d630a307b985f5ff19c03bd" + "hash": "0b9d9ddd8b1937671cbfcd8a0f9839e5" }, { - "title": "Germany: African diaspora with 'a voice' in politics", - "description": "How can the \"voice\" of African diaspora help build relations between Germany and Africa?", - "content": "How can the \"voice\" of African diaspora help build relations between Germany and Africa?", + "title": "Giant cracks push imperilled Antarctic glacier closer to collapse", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59405846?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 14:49:00 GMT", + "link": "https://www.nature.com/articles/d41586-021-03758-y", + "creator": "Alexandra Witze", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1035c48579aaab5b1c7c092941be8b6d" + "hash": "5a6bbaebd5be49a5b63fa5ecf4671d6e" }, { - "title": "Climate change causing albatross divorce, says study", - "description": "There are more bird break-ups in warmer years, a study of 15,500 breeding pairs finds.", - "content": "There are more bird break-ups in warmer years, a study of 15,500 breeding pairs finds.", + "title": "Finding mental-health clarity under pandemic pressures", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/newsbeat-59401921?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 13:00:26 GMT", + "link": "https://www.nature.com/articles/d41586-021-03760-4", + "creator": "Matt Kasson", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02d89da1ee722679ae6dfec6c8bdbd3d" + "hash": "715ef3c112889ee5e153e040794804e3" }, { - "title": "Apple sues Israeli spyware firm NSO Group", - "description": "Apple is the latest in a string of firms and governments to go after the hacking tool firm.", - "content": "Apple is the latest in a string of firms and governments to go after the hacking tool firm.", + "title": "Daily briefing: COVID ‘super-immunity’ might wane over time", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-59393823?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:56:02 GMT", + "link": "https://www.nature.com/articles/d41586-021-03765-z", + "creator": "Flora Graham", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16af09fe20fa388484c0d28fc1d90f84" + "hash": "838fb799abe6130ba65455e2f9f6a585" }, { - "title": "Ethiopia's Haile Gebrselassie and Feyisa Lilesa ready to join Tigray war", - "description": "Haile Gebrselassie and Feyisa Lilesa back the PM's call to go to the front line of the Tigray war.", - "content": "Haile Gebrselassie and Feyisa Lilesa back the PM's call to go to the front line of the Tigray war.", + "title": "NASA spacecraft ‘touches’ the Sun for the first time ever", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59393463?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:47:04 GMT", + "link": "https://www.nature.com/articles/d41586-021-03751-5", + "creator": "Alexandra Witze", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7428fe233f92de3d70720eb785b5e46b" + "hash": "e77623545d32615b5d456820df190e02" }, { - "title": "Wisconsin: Child becomes sixth fatality in car-ramming", - "description": "An eight-year-old boy is the latest person to die after a car ploughed into a crowd in Wisconsin.", - "content": "An eight-year-old boy is the latest person to die after a car ploughed into a crowd in Wisconsin.", + "title": "Gender balance at Nature Conferences: an update", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59396999?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03735-5", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:25:20 GMT", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f6204dc5ccf0b24efe5f725e09f9278" + "hash": "1cc19b8f3dd01dbdebcfc426a2f8dc0a" }, { - "title": "Sweden votes in Magdalena Andersson as first female PM", - "description": "Before MPs backed Magdalena Andersson, Sweden was the only Nordic state never to have a woman as PM.", - "content": "Before MPs backed Magdalena Andersson, Sweden was the only Nordic state never to have a woman as PM.", + "title": "Depression and anxiety ‘the norm’ for UK PhD students", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59400539?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:40:54 GMT", + "link": "https://www.nature.com/articles/d41586-021-03761-3", + "creator": "Chris Woolston", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c98807f1dda33825e5d121f1f752a364" + "hash": "9e5d1c4d67a1333ebee0b70005a4242a" }, { - "title": "Karim Benzema: French footballer guilty in sex tape blackmail case", - "description": "The Real Madrid striker is convicted of conspiring to blackmail fellow footballer Mathieu Valbuena.", - "content": "The Real Madrid striker is convicted of conspiring to blackmail fellow footballer Mathieu Valbuena.", + "title": "India — stop looking down on international collaborations", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59399701?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:24:01 GMT", + "link": "https://www.nature.com/articles/d41586-021-03700-2", + "creator": "Arun Kumar Shukla", + "pubDate": "2021-12-14", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73e4415f06006214b6e4e3585c56577f" + "hash": "896884505acaebc80298bf9cc361fddf" }, { - "title": "China: Photographer sorry for 'small eyes' Dior picture", - "description": "Some Chinese netizens found her photo insulting and racist as it showed a woman with small eyes.", - "content": "Some Chinese netizens found her photo insulting and racist as it showed a woman with small eyes.", + "title": "Something in the air: gathering dust that’s crossed an ocean", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59397737?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:20:46 GMT", + "link": "https://www.nature.com/articles/d41586-021-03706-w", + "creator": "Amber Dance", + "pubDate": "2021-12-13", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c08b53821c38b66f001f6eaab643b6f0" + "hash": "6ece82ae33d930b6ea20abb97fbd0004" }, { - "title": "Kerala adoption row: A mother's search for her missing baby in India", - "description": "A mother's search for a missing baby in India has caused outrage and whipped up a political storm.", - "content": "A mother's search for a missing baby in India has caused outrage and whipped up a political storm.", + "title": "What Sci-Hub’s latest court battle means for research", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59306355?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:05:30 GMT", + "link": "https://www.nature.com/articles/d41586-021-03659-0", + "creator": "Holly Else", + "pubDate": "2021-12-13", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b79182a8a8ae38cdca19d1e640cd951" + "hash": "df633edcf79b38afc0ec8e7bcae84f01" }, { - "title": "Sri Lanka attacks: 23,000 charges filed against suspects as trial begins", - "description": "The list of charges and witnesses could mean a trial that takes up to 10 years, lawyers warn.", - "content": "The list of charges and witnesses could mean a trial that takes up to 10 years, lawyers warn.", + "title": "Merck’s COVID pill loses its lustre: what that means for the pandemic", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59397642?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 08:51:12 GMT", + "link": "https://www.nature.com/articles/d41586-021-03667-0", + "creator": "Max Kozlov", + "pubDate": "2021-12-13", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae9a86219887ef834126201eb8c15757" + "hash": "b745af22c9c980788d31a6b15481d97e" }, { - "title": "Blast off for Nasa mission to strike space rock", - "description": "The spacecraft is set to crash into an object called Dimorphos in September 2022.", - "content": "The spacecraft is set to crash into an object called Dimorphos in September 2022.", + "title": "Daily briefing: Merck downgrades COVID pill results", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59399510?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 07:57:01 GMT", + "link": "https://www.nature.com/articles/d41586-021-03754-2", + "creator": "Flora Graham", + "pubDate": "2021-12-13", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4eedf8e2bf7b64ab90e1aca673204f9a" + "hash": "863dd1efe58902b88f91d432726a72e8" }, { - "title": "Australia power plant demolition sees giant chimneys tumble to ground", - "description": "Huge amounts of metal and concrete will be recycled after the demolition of an old coal power plant.", - "content": "Huge amounts of metal and concrete will be recycled after the demolition of an old coal power plant.", + "title": "Waning COVID super-immunity raises questions about Omicron", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59397899?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 05:48:30 GMT", + "link": "https://www.nature.com/articles/d41586-021-03674-1", + "creator": "Max Kozlov", + "pubDate": "2021-12-13", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a82011d147bcedc18db5132d4842827e" + "hash": "aac2715495a445b0290f84b40bf4b672" }, { - "title": "Waukesha Christmas Parade: Dancing grannies and boy among victims", - "description": "An eight-year-old boy is the latest victim to succumb to injuries in the Waukesha Christmas parade car-ramming.", - "content": "An eight-year-old boy is the latest victim to succumb to injuries in the Waukesha Christmas parade car-ramming.", + "title": "How the mixed-race mestizo myth warped science in Latin America", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59382870?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 03:01:05 GMT", + "link": "https://www.nature.com/articles/d41586-021-03622-z", + "creator": "Emiliano Rodríguez Mega", + "pubDate": "2021-12-13", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0af1acd3bbe6bb943d349ea267366059" + "hash": "f742f45d1d3deecab893b615669a71bd" }, { - "title": "Colombia peace deal: The families displaced five years on", - "description": "Five years after a peace deal came into force in Colombia, violence by armed gangs is again on the rise.", - "content": "Five years after a peace deal came into force in Colombia, violence by armed gangs is again on the rise.", + "title": "The best science images of 2021", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59386282?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 01:26:47 GMT", + "link": "https://www.nature.com/articles/d41586-021-03521-3", + "creator": "Emma Stoye", + "pubDate": "2021-12-13", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "030ec546558e23a52e54333d3cc4e521" + "hash": "431eea931a26a7f9327f0c237358b958" }, { - "title": "Uganda suicide attacks: Inside view of the IS-linked ADF rebels", - "description": "An ex-fighter tells the BBC how the ADF, an IS affiliate, has been able to strike at Uganda's heart.", - "content": "An ex-fighter tells the BBC how the ADF, an IS affiliate, has been able to strike at Uganda's heart.", + "title": "Why the ‘wobbly bridge’ did its infamous shimmy", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59380311?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03675-0", "creator": "", - "pubDate": "Wed, 24 Nov 2021 01:24:38 GMT", + "pubDate": "2021-12-10", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b2e8dfd6363138cb31a9e892ba5e8c2" + "hash": "1b73aade2a34df049f3501a7cf3bbc38" }, { - "title": "Farm laws: Sikhs being targeted by fake social media profiles", - "description": "A total of 80 accounts have been suspended following a report into the network.", - "content": "A total of 80 accounts have been suspended following a report into the network.", + "title": "COVID evolution and the Webb telescope — the week in infographics", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59338245?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03694-x", "creator": "", - "pubDate": "Wed, 24 Nov 2021 00:54:56 GMT", + "pubDate": "2021-12-10", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "038a6147f5a836b3b9ccb623a7f576c9" + "hash": "ca4f761afe1837fca32274955ad6fb23" }, { - "title": "Rescuing the Afghanistan girls' football team", - "description": "The mission to rescue the national Afghan girls' football team from the Taliban.", - "content": "The mission to rescue the national Afghan girls' football team from the Taliban.", + "title": "To beat Omicron, Delta and bird flu, Europe must pull together", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-59394170?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 00:10:38 GMT", + "link": "https://www.nature.com/articles/d41586-021-03661-6", + "creator": "Amélie Desvars-Larrive", + "pubDate": "2021-12-10", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73976a69605ddae6faea93054e07573b" + "hash": "479ef6e3c698a60e75ad7df5b0924b7d" }, { - "title": "Walgreens, CVS, and Walmart fuelled opioid crisis, Ohio jury finds", - "description": "A federal court finds Walgreens, CVS and Walmart helped create an oversupply of addictive painkillers.", - "content": "A federal court finds Walgreens, CVS and Walmart helped create an oversupply of addictive painkillers.", + "title": "Coronapod: vaccines and long COVID, how protected are you?", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-59396041?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 22:59:50 GMT", + "link": "https://www.nature.com/articles/d41586-021-03732-8", + "creator": "Noah Baker", + "pubDate": "2021-12-10", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1d6a7d7f25997d7ca6e6322b9b4e4ca" + "hash": "64f50bbcecec943c8f73593337704a78" }, { - "title": "Kevin Strickland exonerated after 42 years in Missouri prison", - "description": "Kevin Strickland was arrested at age 18 and convicted of a triple murder he did not commit.", - "content": "Kevin Strickland was arrested at age 18 and convicted of a triple murder he did not commit.", + "title": "Heatwaves afflict even the far north’s icy seas", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59396598?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03676-z", "creator": "", - "pubDate": "Tue, 23 Nov 2021 22:17:06 GMT", + "pubDate": "2021-12-10", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "576459cf3c97c1a90afa433acd57464e" + "hash": "4822797c127f82a060b0d52c317e7988" }, { - "title": "Bulgarian holiday bus tragedy hits young nation", - "description": "There is little since North Macedonia's 1991 declaration of independence to compare to this.", - "content": "There is little since North Macedonia's 1991 declaration of independence to compare to this.", + "title": "Chile: elect a president to strengthen climate action, not weaken it", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59395495?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 20:48:18 GMT", + "link": "https://www.nature.com/articles/d41586-021-03662-5", + "creator": "Maisa Rojas", + "pubDate": "2021-12-10", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72f94036c475a5b27b036b72db2956cc" + "hash": "fa6c96fe9a146279aa1aaa4f5788eb84" }, { - "title": "Yalda Hakim: My return to Afghanistan", - "description": "The BBC's Yalda Hakim - who was born in Afghanistan - reports on the impact of 100 days of Taliban rule.", - "content": "The BBC's Yalda Hakim - who was born in Afghanistan - reports on the impact of 100 days of Taliban rule.", + "title": "Managing up: how to communicate effectively with your PhD adviser", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59385469?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 15:53:08 GMT", + "link": "https://www.nature.com/articles/d41586-021-03703-z", + "creator": "Lluís Saló-Salgado", + "pubDate": "2021-12-10", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a299ad1e018112c65ed40f40ca809e8" + "hash": "fbc86f87aa97a153feb13e2d387a7ec1" }, { - "title": "Meredith Kercher: Student's killer Rudy Guede ends sentence", - "description": "Rudy Guede was the only person convicted of the 2007 murder of the exchange student in Perugia in Italy.", - "content": "Rudy Guede was the only person convicted of the 2007 murder of the exchange student in Perugia in Italy.", + "title": "Bringing back the stars", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59388718?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 14:15:15 GMT", + "link": "https://www.nature.com/articles/d41586-021-03727-5", + "creator": "Redfern Jon Barrett", + "pubDate": "2021-12-10", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbcf4d095521ccbec5ec3137b8a6a31e" + "hash": "dd0f1497ed81446787fbefced8b418e4" }, { - "title": "Peng Shuai: China says tennis star case maliciously hyped up", - "description": "As questions remain over the tennis star's wellbeing, China insists it is not a diplomatic matter.", - "content": "As questions remain over the tennis star's wellbeing, China insists it is not a diplomatic matter.", + "title": "Daily briefing: Earliest remains of domestic dogs in the Americas", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59385519?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 13:10:06 GMT", + "link": "https://www.nature.com/articles/d41586-021-03737-3", + "creator": "Flora Graham", + "pubDate": "2021-12-10", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c4fca916800339046020d33b0a1fc28" + "hash": "d795431e2a21be73343ee90e43e00906" }, { - "title": "Mexican nursery's lottery win turns into nightmare", - "description": "Parents who won almost $1m are being threatened by a gang demanding they use the money to buy guns.", - "content": "Parents who won almost $1m are being threatened by a gang demanding they use the money to buy guns.", + "title": "DeepMind AI tackles one of chemistry’s most valuable techniques", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59386281?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:22:58 GMT", + "link": "https://www.nature.com/articles/d41586-021-03697-8", + "creator": "Davide Castelvecchi", + "pubDate": "2021-12-10", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "419f6fba332851cd99f7e679893625b7" + "hash": "9f8455130284e1ceb829b7688c2062b4" }, { - "title": "Ethiopia's Tigray conflict: PM Abiy Ahmed vows to lead from the war front", - "description": "Abiy Ahmed has said he will go to the front line to face Tigrayan rebels in the country's civil war.", - "content": "Abiy Ahmed has said he will go to the front line to face Tigrayan rebels in the country's civil war.", + "title": "The race to make vaccines for a dangerous respiratory virus", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59386181?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:21:39 GMT", + "link": "https://www.nature.com/articles/d41586-021-03704-y", + "creator": "Kendall Powell", + "pubDate": "2021-12-10", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc368bb65f286eac012319e586255b11" + "hash": "0d5b6ccd9e5407710a46a0c3ad6a2c3b" }, { - "title": "Afghanistan: 100 days of Taliban rule", - "description": "BBC reporter Yalda Hakim visits Kabul to look at four key areas of concern in Afghanistan.", - "content": "BBC reporter Yalda Hakim visits Kabul to look at four key areas of concern in Afghanistan.", + "title": "Malaria protection due to sickle haemoglobin depends on parasite genotype", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59381294?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 09:08:09 GMT", + "link": "https://www.nature.com/articles/s41586-021-04288-3", + "creator": "Gavin Band", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "234c255d48cc3194becbeb5ad2d0140c" + "hash": "2d349d253e42f5018906a424571376d4" }, { - "title": "Uber makes its first step into the cannabis market", - "description": "Customers will be able to place orders on the app then pick them up at nearby stores within an hour.", - "content": "Customers will be able to place orders on the app then pick them up at nearby stores within an hour.", + "title": "Snake escape: imported reptiles gobble an island’s lizards", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-59342016?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03647-4", "creator": "", - "pubDate": "Tue, 23 Nov 2021 07:03:42 GMT", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71a87eac9756d3d3ffe084d88ee51345" + "hash": "43b03bc65f43399882e07f5295d3166d" }, { - "title": "Dozens killed in Bulgaria bus crash, including children", - "description": "At least 45 die, including children, after a bus crashes and catches fire in western Bulgaria.", - "content": "At least 45 die, including children, after a bus crashes and catches fire in western Bulgaria.", + "title": "Running of the bulls tramples the laws of crowd dynamics", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59383852?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03645-6", "creator": "", - "pubDate": "Tue, 23 Nov 2021 06:57:29 GMT", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "927255c4e5e6664771f19f7cc4e95cb9" + "hash": "a03059f55bad1e0a1052f2058b410a91" }, { - "title": "Australia declares La Niña weather event has begun", - "description": "The phenomenon can lead to significant weather changes in different parts of the world.", - "content": "The phenomenon can lead to significant weather changes in different parts of the world.", + "title": "Nervous stomach: lab-grown organs clench like the real thing", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59383008?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03648-3", "creator": "", - "pubDate": "Tue, 23 Nov 2021 05:19:41 GMT", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7487169fa2c32dd3a8adae014918f467" + "hash": "9bf15032e0e0705d1a076c5f6f38bb3d" }, { - "title": "Greenland's Inuits seek Denmark compensation over failed social experiment", - "description": "Six surviving Greenlanders are part of a group of 22 children taken for \"re-education\" in 1951.", - "content": "Six surviving Greenlanders are part of a group of 22 children taken for \"re-education\" in 1951.", + "title": "Why cannabis reeks of skunk", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59382793?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03650-9", "creator": "", - "pubDate": "Tue, 23 Nov 2021 04:29:13 GMT", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04357dcb55ed67b9f4b7c955d0f4371b" + "hash": "5ea2a6d134efc48f71bc3bc6c290fa1b" }, { - "title": "Kyle Rittenhouse says his case 'has nothing to do with race'", - "description": "\"I support the BLM movement,\" says the teen, who was acquitted of shooting three during racial unrest.", - "content": "\"I support the BLM movement,\" says the teen, who was acquitted of shooting three during racial unrest.", + "title": "The power of genetic diversity in genome-wide association studies of lipids", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59382788?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 03:08:48 GMT", + "link": "https://www.nature.com/articles/s41586-021-04064-3", + "creator": "Sarah E. Graham", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba29904db0a0413462ac8ca98e69aa10" + "hash": "697a1129d7855565e9dcb00494532f94" }, { - "title": "Australia missing campers: Man arrested over pair's disappearance", - "description": "Carol Clay and Russell Hill vanished in March last year during a camping trip in Victoria.", - "content": "Carol Clay and Russell Hill vanished in March last year during a camping trip in Victoria.", + "title": "Half of top cancer studies fail high-profile reproducibility effort", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59383007?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 02:31:24 GMT", + "link": "https://www.nature.com/articles/d41586-021-03691-0", + "creator": "Asher Mullard", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f9bf92a6ab5615145ea7674313eafc9f" + "hash": "0b48f2e9d1c4e60c80110b60620057aa" }, { - "title": "Dart: Mission to smack Dimorphos asteroid set for launch", - "description": "A spacecraft is set to launch on a mission to nudge an asteroid off course.", - "content": "A spacecraft is set to launch on a mission to nudge an asteroid off course.", + "title": "Major cholesterol study reveals benefits of examining diverse populations", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/science-environment-59327293?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-02998-2", "creator": "", - "pubDate": "Tue, 23 Nov 2021 01:41:20 GMT", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb3276c1e4bbb6ae023d336da833ecf7" + "hash": "a93fa8ac0a20edef6e97858b812123c9" }, { - "title": "Kevin Spacey to pay $31m to studio after abuse claims", - "description": "The actor was ordered to pay $31m (£23.2) to the House of Cards studio after sexual abuse claims.", - "content": "The actor was ordered to pay $31m (£23.2) to the House of Cards studio after sexual abuse claims.", + "title": "Daily briefing: Megastudy finds what will get us to go to the gym", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59378553?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:26:04 GMT", + "link": "https://www.nature.com/articles/d41586-021-03724-8", + "creator": "Flora Graham", + "pubDate": "2021-12-09", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea7c17bd49c80e792819e4d8d56c5e5d" + "hash": "0cc03e00ea93f4ab3034d4caf1cbaa80" }, { - "title": "China bans Namewee's viral pop song Fragile", - "description": "Fragile mocks Beijing and “little pinks”, a term referring to young nationalists who rush to the defence of the Chinese government.", - "content": "Fragile mocks Beijing and “little pinks”, a term referring to young nationalists who rush to the defence of the Chinese government.", + "title": "Architecture of the chloroplast PSI-NDH supercomplex in Hordeum vulgare", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59379880?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:11:48 GMT", + "link": "https://www.nature.com/articles/s41586-021-04277-6", + "creator": "Liangliang Shen", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e34fe1ad8da2c3104b84405d8d4b0d1f" + "hash": "e1a8331327af9537adf959f9a775f72a" }, { - "title": "Six ways shoebox-sized satellites are trying to change the world", - "description": "The CubeSat began as an educational tool but is now helping out humanity", - "content": "The CubeSat began as an educational tool but is now helping out humanity", + "title": "Research outliers among universities under 50", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-59346457?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03632-x", "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:10:20 GMT", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c6d41280e8405f9b8bab6f1a4f61022" + "hash": "fab185fef9fdd4dd18394cb5187a460a" }, { - "title": "How child sex abuse rose during pandemic in India", - "description": "The demand and distribution of abuse imagery shot up in India as lockdowns confined people to their homes.", - "content": "The demand and distribution of abuse imagery shot up in India as lockdowns confined people to their homes.", + "title": "Universities under 50 chart a clear roadmap for the future", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59173473?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:09:09 GMT", + "link": "https://www.nature.com/articles/d41586-021-03630-z", + "creator": "Catherine Armitage", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ee3a90cad33b8cdd99d4731366b99d2d" + "hash": "2bf3d249598ebb4a9f2c89ae1776f416" }, { - "title": "Can South Africa embrace renewable energy from the sun?", - "description": "South Africa's main electricity company Eskom plans to switch from using coal to renewable energy.", - "content": "South Africa's main electricity company Eskom plans to switch from using coal to renewable energy.", + "title": "How 'megastudies' are changing behavioural science", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-58971281?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:06:46 GMT", + "link": "https://www.nature.com/articles/d41586-021-03671-4", + "creator": "Benjamin Thompson", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e975dda6110b3a9aa5199d7abf97602" + "hash": "dcb4bacc76d4b1ac53d99acf505f0718" }, { - "title": "Ethiopia's Tigray conflict: What are Facebook and Twitter doing about hate speech?", - "description": "Critics say social media firms are not doing enough to curb online hate speech around Ethiopia's war.", - "content": "Critics say social media firms are not doing enough to curb online hate speech around Ethiopia's war.", + "title": "‘Sky river’ brought Iran deadly floods but also welcome water", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/59251942?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03646-5", "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:05:12 GMT", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4fcfca7ab599b61b53c3ca225f8853b8" + "hash": "e8c79730e1721d5c91c1de149b06bca7" }, { - "title": "Iran nuclear programme: Threat of Israeli strike grows", - "description": "As Iran's nuclear programme forges ahead, some see Israel running out of options to thwart it.", - "content": "As Iran's nuclear programme forges ahead, some see Israel running out of options to thwart it.", + "title": "Megastudies improve the impact of applied behavioural science", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59322152?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 00:03:48 GMT", + "link": "https://www.nature.com/articles/s41586-021-04128-4", + "creator": "Katherine L. Milkman", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac6dcb2c028396497a983d4f32eedd9a" + "hash": "1eebd8837260f1aee44ce5fcce943e19" }, { - "title": "Wisconsin witnesses recount how SUV mowed down parade-goers", - "description": "\"Little girls flying through the air.\" Witnesses recount the Waukesha Christmas parade horror.", - "content": "\"Little girls flying through the air.\" Witnesses recount the Waukesha Christmas parade horror.", + "title": "Structures of the σ2 receptor enable docking for bioactive ligand discovery", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59382797?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 22:48:47 GMT", + "link": "https://www.nature.com/articles/s41586-021-04175-x", + "creator": "Assaf Alon", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63c5bfc994fda179eea0ee0fd348054a" + "hash": "bcd52c4b4494ef73e6897ef635d93c3c" }, { - "title": "Wisconsin: Waukesha Police Chief chokes up while naming Christmas parade incident victims", - "description": "At least five people, aged between 52 and 81, were killed when a vehicle ploughed into a Christmas parade.", - "content": "At least five people, aged between 52 and 81, were killed when a vehicle ploughed into a Christmas parade.", + "title": "Collective durotaxis along a self-generated stiffness gradient in vivo", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59381928?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 21:13:11 GMT", + "link": "https://www.nature.com/articles/s41586-021-04210-x", + "creator": "Adam Shellard", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e655b03c1a3c115528f16a1ee410422" + "hash": "fd2e414198c55a9b072587aebfe9bed1" }, { - "title": "Wisconsin: Driver 'intentionally' mowed down people at parade", - "description": "At least five people, aged 52 to 81, were killed when an SUV ploughed into a Christmas celebration.", - "content": "At least five people, aged 52 to 81, were killed when an SUV ploughed into a Christmas celebration.", + "title": "Structure of pathological TDP-43 filaments from ALS with FTLD", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59378571?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 21:13:01 GMT", + "link": "https://www.nature.com/articles/s41586-021-04199-3", + "creator": "Diana Arseni", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d84110efe9f65a3f86f8e44a3c693679" + "hash": "aea5c539b62d894212fdadbf3fd879b1" }, { - "title": "Austrian Chancellor: 'You don’t only have rights, you have obligations'", - "description": "Austria's chancellor regrets jabs will be mandatory, but current low rates are \"too little, too late\".", - "content": "Austria's chancellor regrets jabs will be mandatory, but current low rates are \"too little, too late\".", + "title": "Gut microbiota modulates weight gain in mice after discontinued smoke exposure", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59378552?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 21:08:52 GMT", + "link": "https://www.nature.com/articles/s41586-021-04194-8", + "creator": "Leviel Fluhr", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89080af76969ffab57ee385fd8881cf2" + "hash": "c369d8ae36f3bfe7cd07589cf1850d46" }, { - "title": "Peppa Pig and losing notes: UK PM's bizarre speech", - "description": "Boris Johnson is questioned by a reporter after talking about Peppa Pig World at a business conference.", - "content": "Boris Johnson is questioned by a reporter after talking about Peppa Pig World at a business conference.", + "title": "Non-genetic determinants of malignant clonal fitness at single-cell resolution", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/uk-59381775?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 19:23:16 GMT", + "link": "https://www.nature.com/articles/s41586-021-04206-7", + "creator": "Katie A. Fennell", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bdf06f2a9e44062fb1f298b98575e82f" + "hash": "962af1ed3a3f896124226b7ad2fbbeb2" }, { - "title": "Germany Covid: Health minister's stark warning to get jabbed", - "description": "As Germany battles a fourth Covid wave, the health minister gives a stark warning to get vaccinated.", - "content": "As Germany battles a fourth Covid wave, the health minister gives a stark warning to get vaccinated.", + "title": "High-frequency and intrinsically stretchable polymer diodes", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59378548?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:17:02 GMT", + "link": "https://www.nature.com/articles/s41586-021-04053-6", + "creator": "Naoji Matsuhisa", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbc91a8111a836a136322afd14c72276" + "hash": "74766a3688e331c47f979f15a8db84e3" }, { - "title": "Jerome Powell nominated to stay as US Federal Reserve chair", - "description": "President Biden opts for continuity by nominating Jerome Powell to remain head of the central bank.", - "content": "President Biden opts for continuity by nominating Jerome Powell to remain head of the central bank.", + "title": "Structure and mechanism of the SGLT family of glucose transporters", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-59340779?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:14:39 GMT", + "link": "https://www.nature.com/articles/s41586-021-04211-w", + "creator": "Lei Han", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51ccc4bdfedd780676a05e15fcccbc87" + "hash": "113009321d3bc6cdb4ec8fdfb8b414a8" }, { - "title": "Covid in Kenya: Government gives 20 million a month to get vaccinated", - "description": "Although less than 10% of Kenyans are vaccinated, the government wants to avoid a surge over Christmas.", - "content": "Although less than 10% of Kenyans are vaccinated, the government wants to avoid a surge over Christmas.", + "title": "Exercise plasma boosts memory and dampens brain inflammation via clusterin", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59367726?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 14:55:37 GMT", + "link": "https://www.nature.com/articles/s41586-021-04183-x", + "creator": "Zurine De Miguel", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd8ed3753f7fe800f940ab187c294dd1" + "hash": "8158f8cb79aadc3f8f4a4a7721be2fce" }, { - "title": "Cuba congratulates Venezuela on poll before result was out", - "description": "Cuba's president tweeted about the results before there had been an official announcement.", - "content": "Cuba's president tweeted about the results before there had been an official announcement.", + "title": "The emergence, genomic diversity and global spread of SARS-CoV-2", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59331696?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 14:18:28 GMT", + "link": "https://www.nature.com/articles/s41586-021-04188-6", + "creator": "Juan Li", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc5c1da84809c00ec943a5340f2e498f" + "hash": "a4d064222d633a248c3affdf137609d8" }, { - "title": "Crowd trouble threatens future of French football, says sports minister", - "description": "France's sports minister says repeated crowd trouble at Ligue 1 matches is putting the \"survival\" of French football \"at stake\".", - "content": "France's sports minister says repeated crowd trouble at Ligue 1 matches is putting the \"survival\" of French football \"at stake\".", + "title": "A wide-orbit giant planet in the high-mass b Centauri binary system", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/sport/football/59374778?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 13:51:31 GMT", + "link": "https://www.nature.com/articles/s41586-021-04124-8", + "creator": "Markus Janson", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "faeace408f23d9bdd02b1388103ca22d" + "hash": "5652ac522c24bb8528133d47fbca1a00" }, { - "title": "Peng Shuai: WTA says concerns remain for Chinese tennis star after IOC call", - "description": "Peng Shuai disappeared from the public eye after making sex assault allegations against a Chinese official.", - "content": "Peng Shuai disappeared from the public eye after making sex assault allegations against a Chinese official.", + "title": "A constraint on historic growth in global photosynthesis due to increasing CO2", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59372058?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 12:23:17 GMT", + "link": "https://www.nature.com/articles/s41586-021-04096-9", + "creator": "T. F. Keenan", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4c5b1f072912911595302f2264d7d97" + "hash": "869f0f54d2c85920e273d5563432cc6b" }, { - "title": "Far-right candidate through to Chile presidential run-off", - "description": "Voters will have to choose between far-right candidate José Antonio Kast and left-winger Gabriel Boric.", - "content": "Voters will have to choose between far-right candidate José Antonio Kast and left-winger Gabriel Boric.", + "title": "Giant modulation of optical nonlinearity by Floquet engineering", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59331695?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 11:41:24 GMT", + "link": "https://www.nature.com/articles/s41586-021-04051-8", + "creator": "Jun-Yi Shan", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21b7cc1a566b62b2b2e1b7c7e68b1843" + "hash": "06ba7af0d267281e456f0f2d2c77f50a" }, { - "title": "Covid vaccines: How fast is progress around the world?", - "description": "Charts and maps tracking the progress of Covid vaccination programmes.", - "content": "Charts and maps tracking the progress of Covid vaccination programmes.", + "title": "β-NAD as a building block in natural product biosynthesis", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-56237778?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 11:32:20 GMT", + "link": "https://www.nature.com/articles/s41586-021-04214-7", + "creator": "Lena Barra", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab04b377b24fcba927c694cd9953f606" + "hash": "a4d0d2cc98f6310ff7400609bb270548" }, { - "title": "American Music Awards: BTS and Taylor Swift take top awards", - "description": "The K-pop band win artist of the year, while Taylor Swift picks up a record-breaking 34th award.", - "content": "The K-pop band win artist of the year, while Taylor Swift picks up a record-breaking 34th award.", + "title": "Unrepresentative big surveys significantly overestimated US vaccine uptake", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/entertainment-arts-59372518?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 10:50:25 GMT", + "link": "https://www.nature.com/articles/s41586-021-04198-4", + "creator": "Valerie C. Bradley", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25a4efa368020978e136b833f1abcc2b" + "hash": "6597892a5df4d1b2e592a2d2be2e893e" }, { - "title": "War photographer: 'Telling people's stories gives me hope'", - "description": "Claire Thomas says she couldn't help people in Iraq and Afghanistan, but she could tell their stories.", - "content": "Claire Thomas says she couldn't help people in Iraq and Afghanistan, but she could tell their stories.", + "title": "Adaptive stimulus selection for consolidation in the hippocampus", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/uk-wales-59332407?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 10:43:45 GMT", + "link": "https://www.nature.com/articles/s41586-021-04118-6", + "creator": "Satoshi Terada", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "894133770f86f3a6bec4759c9ee4c06e" + "hash": "c6ccaac26bdea820a570e93c50949285" }, { - "title": "'I never expected my wedding song to be a global hit'", - "description": "Nimco Happy, the Somali singer of the viral TikTok hit Isii Nafta (I love you more than my life), reacts to her new-found fame.", - "content": "Nimco Happy, the Somali singer of the viral TikTok hit Isii Nafta (I love you more than my life), reacts to her new-found fame.", + "title": "A hormone complex of FABP4 and nucleoside kinases regulates islet function", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59369575?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 07:38:55 GMT", + "link": "https://www.nature.com/articles/s41586-021-04137-3", + "creator": "Kacey J. Prentice", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d945f3b231d0ce13780952eaead2085" + "hash": "741f7cc94a7b6d1fda80571126321777" }, { - "title": "The 99-year-old cyclist who has won a world silver medal", - "description": "How a former World War Two pilot came second in a cycling competition for older people.", - "content": "How a former World War Two pilot came second in a cycling competition for older people.", + "title": "Combinatorial, additive and dose-dependent drug–microbiome associations", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/business-59317505?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 00:09:08 GMT", + "link": "https://www.nature.com/articles/s41586-021-04177-9", + "creator": "Sofia K. Forslund", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ccc2ae3a0a0db12aff9f92e13d5bf61" + "hash": "cc2a6d9be39c789353e1bdd15082beb7" }, { - "title": "TB Joshua's widow and the battle for his Nigerian church", - "description": "Five months after the death of the prominent Nigerian televangelist, services have resumed.", - "content": "Five months after the death of the prominent Nigerian televangelist, services have resumed.", + "title": "Structural basis of inhibition of the human SGLT2–MAP17 glucose transporter", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59295624?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 00:08:48 GMT", + "link": "https://www.nature.com/articles/s41586-021-04212-9", + "creator": "Yange Niu", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56cb8b9d543a9c3a931357b421402f2b" + "hash": "d4a5d294dfc9d323610819bb74ce47b2" }, { - "title": "Why schools are failing children on climate change", - "description": "Experts say it's time for India's schools to start teaching climate change as a distinct subject.", - "content": "Experts say it's time for India's schools to start teaching climate change as a distinct subject.", + "title": "Sex-specific chromatin remodelling safeguards transcription in germ cells", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59173478?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 00:06:36 GMT", + "link": "https://www.nature.com/articles/s41586-021-04208-5", + "creator": "Tien-Chi Huang", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa12d130c1b2bd5a889b5359f328366d" + "hash": "c2743bf867174e3bcf60ca66dcc24fbd" }, { - "title": "Kunsthaus Zurich: Looted art claims pose questions for Swiss museum", - "description": "Emil Bührle's impressionist art collection raises problems for Zurich's big, extended Kunsthaus.", - "content": "Emil Bührle's impressionist art collection raises problems for Zurich's big, extended Kunsthaus.", + "title": "Industry demand drives innovation", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59320514?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 00:04:04 GMT", + "link": "https://www.nature.com/articles/d41586-021-03634-9", + "creator": "Leigh Dayton", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38c003678146d44dbef13f4328ea3d08" + "hash": "9fe88a4d4daee82cd3944212a6dbfde4" }, { - "title": "Beirut blast: UN ignored plea for port disaster evidence", - "description": "Letters to the UN chief's office requesting key information have gone unanswered, the BBC has found.", - "content": "Letters to the UN chief's office requesting key information have gone unanswered, the BBC has found.", + "title": "A heritable, non-genetic road to cancer evolution", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-middle-east-59290301?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 00:00:53 GMT", + "link": "https://www.nature.com/articles/d41586-021-03606-z", + "creator": "Tamara Prieto", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e94ecb42ace0e331494144a5cd62abba" + "hash": "b205ed75398c2781af78e958343ff92a" }, { - "title": "Covid: Water cannons and tear gas fired at protesters in Belgium", - "description": "Belgium is the latest country to face unrest over new Covid-19 measures, with anger spreading across Europe.", - "content": "Belgium is the latest country to face unrest over new Covid-19 measures, with anger spreading across Europe.", + "title": "Omicron likely to weaken COVID vaccine protection", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59368718?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 18:11:55 GMT", + "link": "https://www.nature.com/articles/d41586-021-03672-3", + "creator": "Ewen Callaway", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "215e22c09432f2933aec0894fbbc06fe" + "hash": "af5edf898f8c147c4b36b3e1106f9129" }, { - "title": "ICYMI: Snowboarding baby goes viral and motocross rider front flips off a cliff", - "description": "Snowboarding baby, Wang Yuji, goes viral in China and others stories you may have missed this week.", - "content": "Snowboarding baby, Wang Yuji, goes viral in China and others stories you may have missed this week.", + "title": "Brazil is in water crisis — it needs a drought plan", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-59346367?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 12:02:37 GMT", + "link": "https://www.nature.com/articles/d41586-021-03625-w", + "creator": "Augusto Getirana", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f6e453458e74c8d44c55c59ef42260c" + "hash": "26ecba20ecfe03d7e53e93cb953ddfa9" }, { - "title": "Ole Gunnar Solskjaer: What went wrong at Man Utd?", - "description": "Ole Gunnar Solskjaer leaves Old Trafford after a slump in form - but was it all down to him?", - "content": "Ole Gunnar Solskjaer leaves Old Trafford after a slump in form - but was it all down to him?", + "title": "What surveys really say", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/sport/football/59364799?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 10:38:53 GMT", + "link": "https://www.nature.com/articles/d41586-021-03604-1", + "creator": "Frauke Kreuter", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55afbe3d2d62def8b14eacd27b8f4afa" + "hash": "166ad68387b24644fa493e812d7f8d83" }, { - "title": "Barcelona tackles roaming wild boar problem", - "description": "Pop star Shakira is just one of the city's residents to have had problems with the animals.", - "content": "Pop star Shakira is just one of the city's residents to have had problems with the animals.", + "title": "Metal planet, COVID pact and Hubble telescope time", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59352740?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03618-9", "creator": "", - "pubDate": "Sun, 21 Nov 2021 00:04:35 GMT", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca474f0ca62b6dfce6e766f804069d99" + "hash": "e51e9c045ffc292f9dcf17d31916c7c4" }, { - "title": "Kyle Rittenhouse: Who is US teen cleared of protest killings?", - "description": "The suspect shot three men, two of whom were armed, during racial unrest in Wisconsin.", - "content": "The suspect shot three men, two of whom were armed, during racial unrest in Wisconsin.", + "title": "Daily briefing: Omicron might weaken vaccine protection", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-53934109?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 22:43:21 GMT", + "link": "https://www.nature.com/articles/d41586-021-03689-8", + "creator": "Flora Graham", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "70fdde6c646e5b9b93e81d9e2e7da8ff" + "hash": "581176b521ae725db8d36a5d62def3f5" }, { - "title": "Belarus's Lukashenko tells BBC: We may have helped migrants into EU", - "description": "In an exclusive interview, Alexander Lukashenko says it was \"absolutely possible\" migrants had help.", - "content": "In an exclusive interview, Alexander Lukashenko says it was \"absolutely possible\" migrants had help.", + "title": "Gut clues to weight gain after quitting smoking", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59343815?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 22:24:03 GMT", + "link": "https://www.nature.com/articles/d41586-021-03548-6", + "creator": "Matthew P. Spindler", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d05d83f9f0bd6ab8e9c0aa9e64c38ebf" + "hash": "14b8ec394dbb7a309dca510cfbd951d5" }, { - "title": "Kyle Rittenhouse: US teenager cleared over Kenosha killings", - "description": "Kyle Rittenhouse killed two men and injured a third at racial justice protests in Kenosha, Wisconsin.", - "content": "Kyle Rittenhouse killed two men and injured a third at racial justice protests in Kenosha, Wisconsin.", + "title": "Universities under 50 carve their niche", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59352228?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 21:46:02 GMT", + "link": "https://www.nature.com/articles/d41586-021-03635-8", + "creator": "Flynn Murphy", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c648e9b5f78e8704606c5f658290faf1" + "hash": "1bf2d5872c52296f3a593f120a67f82c" }, { - "title": "Peng Shuai: US 'deeply concerned' over Chinese tennis star", - "description": "Peng Shuai, 35, has not been heard from since she accused a top Chinese official of sexual assault.", - "content": "Peng Shuai, 35, has not been heard from since she accused a top Chinese official of sexual assault.", + "title": "Transporter-protein structures show how salt gets a sweet ride into cells", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-china-59327679?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 21:31:12 GMT", + "link": "https://www.nature.com/articles/d41586-021-03555-7", + "creator": "David Drew", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a723ed62d265e517684a6c6fee012339" + "hash": "5826327b2e1bd66a24e27f148f6e8347" }, { - "title": "In pictures: British Columbia devastated by catastrophic floods", - "description": "The flooding in Canada's west may be the most expensive natural disaster in the country's history.", - "content": "The flooding in Canada's west may be the most expensive natural disaster in the country's history.", + "title": "Giant planet imaged orbiting two massive stars", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59352803?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 21:24:22 GMT", + "link": "https://www.nature.com/articles/d41586-021-03607-y", + "creator": "Kaitlin Kratter", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "579cb96a4121049d464911da10488a26" + "hash": "341eea26c8e5a9a2f66cff9ce9bf3e7b" }, { - "title": "DR Congo data leak: Millions transferred to Joseph Kabila allies", - "description": "Family and friends of former DR Congo President Joseph Kabila are named by Africa's biggest data leak.", - "content": "Family and friends of former DR Congo President Joseph Kabila are named by Africa's biggest data leak.", + "title": "An IPCC reviewer shares his thoughts on the climate debate", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59343922?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:57:59 GMT", + "link": "https://www.nature.com/articles/d41586-021-03673-2", + "creator": "Sarah O’Meara", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac92bff0ab3e0d108d59190df13ab416" + "hash": "212943d6e670ad9da5180f849494ed86" }, { - "title": "Kamala Harris: First woman to get US presidential powers (briefly)", - "description": "Vice-President Kamala Harris briefly took control during Joe Biden's routine health check.", - "content": "Vice-President Kamala Harris briefly took control during Joe Biden's routine health check.", + "title": "Aggregates of TDP-43 protein spiral into view", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59352170?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:44:18 GMT", + "link": "https://www.nature.com/articles/d41586-021-03605-0", + "creator": "Hana M. Odeh", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", - "read": true, + "feed": "Nature", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "62e80eb265d267cd27b9d2008a26fb13" + "hash": "9840a4080a66dc7cb092fcf649f6b378" }, { - "title": "Austria to go into full lockdown as Covid surges", - "description": "As well as Monday's lockdown, the chancellor says vaccinations will be compulsory from February.", - "content": "As well as Monday's lockdown, the chancellor says vaccinations will be compulsory from February.", + "title": "Customized recruitment attracts top talent", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59343650?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:49:00 GMT", + "link": "https://www.nature.com/articles/d41586-021-03633-w", + "creator": "Benjamin Plackett", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "093210740231d88f7948e5a107ce400b" + "hash": "880a5427d989a25dd18238056800ac62" }, { - "title": "Belarus president tells BBC: ‘We won’t stop the migrants’", - "description": "In an exclusive interview, President Lukashenko tells the BBC it’s “absolutely possible” his forces helped migrants cross into Poland.", - "content": "In an exclusive interview, President Lukashenko tells the BBC it’s “absolutely possible” his forces helped migrants cross into Poland.", + "title": "Constraints on estimating the CO2 fertilization effect emerge", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-59353683?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:43:52 GMT", + "link": "https://www.nature.com/articles/d41586-021-03560-w", + "creator": "Chris Huntingford", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "621a46140d41fb9a58dbfa624d7b3cca" + "hash": "63f912b110f9ef24e6d26bbf04b1b115" }, { - "title": "Africa is the future, says US. But what will change?", - "description": "US Secretary of State Antony Blinken talks of partnerships and avoids condescending lectures of the past.", - "content": "US Secretary of State Antony Blinken talks of partnerships and avoids condescending lectures of the past.", + "title": "Benefits of megastudies for testing behavioural interventions", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-africa-59327059?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:43:28 GMT", + "link": "https://www.nature.com/articles/d41586-021-03400-x", + "creator": "Heather Royer", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45f35b0e1a3e94bab1850298fe1be5ee" + "hash": "6f8fc23056bce26c178355ac14336a64" }, { - "title": "Elijah McClain family to receive $15m settlement from Colorado", - "description": "Elijah McClain was put in a chokehold and injected with ketamine after being stopped by police.", - "content": "Elijah McClain was put in a chokehold and injected with ketamine after being stopped by police.", + "title": "Young universities forge new paths to success", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59351260?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:05:58 GMT", + "link": "https://www.nature.com/articles/d41586-021-03631-y", + "creator": "James Mitchell Crow", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ec1339b2280786c7a129a2260846d05" + "hash": "2a524bb0544adc3bcb35c0b2460a4685" }, { - "title": "US House votes to pass $1.9tn social spending plan", - "description": "The Build Back Better Act now heads to the Senate, where it faces significant hurdles.", - "content": "The Build Back Better Act now heads to the Senate, where it faces significant hurdles.", + "title": "A guide to the Nature Index", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59351261?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03636-7", "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:03:01 GMT", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ca02054e34a03a970dc5d98d43b358e" + "hash": "d47b7ba3b1378dab9de5556a5944f926" }, { - "title": "Brazil: Amazon sees worst deforestation levels in 15 years", - "description": "The figures come after Brazil promised to end the practice by 2030 during the COP climate summit.", - "content": "The figures come after Brazil promised to end the practice by 2030 during the COP climate summit.", + "title": "The UN must get on with appointing its new science board", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-latin-america-59341770?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03615-y", "creator": "", - "pubDate": "Fri, 19 Nov 2021 09:47:31 GMT", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd76efca2b6f68f109bd03f18a4a3eca" + "hash": "c28254088983c13cf9e53d182e1062d2" }, { - "title": "Farm laws: India PM Narendra Modi repeals controversial reforms", - "description": "Indian PM Narendra Modi has announced the repeal of controversial farm laws.", - "content": "Indian PM Narendra Modi has announced the repeal of controversial farm laws.", + "title": "The $11-billion Webb telescope aims to probe the early Universe", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59342627?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 07:09:18 GMT", + "link": "https://www.nature.com/articles/d41586-021-03620-1", + "creator": "Alexandra Witze", + "pubDate": "2021-12-08", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d17344f674995505777eb1fc5ce9330f" + "hash": "49ac5a1fa99ac6b1b24ee57c3b1d5129" }, { - "title": "Viewpoint: When Hindus and Muslims joined hands to riot", - "description": "What can 100-year-old riots, where Hindus and Muslims fought on the same side, teach us?", - "content": "What can 100-year-old riots, where Hindus and Muslims fought on the same side, teach us?", + "title": "Long Acting Capsid Inhibitor Protects Macaques From Repeat SHIV Challenges", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-india-59174930?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 01:12:24 GMT", + "link": "https://www.nature.com/articles/s41586-021-04279-4", + "creator": "Samuel J. Vidal", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18175df8043ff3ae7b920c947f74eecc" + "hash": "c2df707c78826a38b6d56320680af195" }, { - "title": "Why France's Zemmour is dredging up World War Two", - "description": "The TV pundit is a likely presidential candidate but his views on wartime history are controversial.", - "content": "The TV pundit is a likely presidential candidate but his views on wartime history are controversial.", + "title": "Signature of long-lived memory CD8+ T cells in acute SARS-CoV-2 infection", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59329974?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 01:09:48 GMT", + "link": "https://www.nature.com/articles/s41586-021-04280-x", + "creator": "Sarah Adamo", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "948753fc03e1bfe84420783d6d3476e1" + "hash": "217b6984e6bb95b06073441ee93eee2a" }, { - "title": "Malaysian transgender woman Nur Sajat: 'I had to run away'", - "description": "Transgender woman Nur Sajat fled Malaysia after being charged with insulting Islam.", - "content": "Transgender woman Nur Sajat fled Malaysia after being charged with insulting Islam.", + "title": "Multi-omic machine learning predictor of breast cancer therapy response", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59286774?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 01:02:11 GMT", + "link": "https://www.nature.com/articles/s41586-021-04278-5", + "creator": "Stephen-John Sammut", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6161b78c13406468e593e95706f7145" + "hash": "2451fdf8e5b113ab2f04620364baefa5" }, { - "title": "Afghanistan: The teenage girls returning to school under the Taliban", - "description": "The BBC's John Simpson visits Bamiyan and finds some girls are attending secondary school in Afghanistan.", - "content": "The BBC's John Simpson visits Bamiyan and finds some girls are attending secondary school in Afghanistan.", + "title": "From the archive", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-asia-59340356?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03561-9", "creator": "", - "pubDate": "Fri, 19 Nov 2021 00:26:02 GMT", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69cabad667ce04a8980e88eeac1404b6" + "hash": "3ab6d27578955c76d17e855772d55316" }, { - "title": "Australian school food van: 'I didn't believe in myself until I got this job'", - "description": "An Australian school is using a food van to help struggling students explore new avenues.", - "content": "An Australian school is using a food van to help struggling students explore new avenues.", + "title": "It’s alive! Bio-bricks can signal to others of their kind", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-australia-59257766?at_medium=RSS&at_campaign=KARANGA", + "link": "https://www.nature.com/articles/d41586-021-03644-7", "creator": "", - "pubDate": "Fri, 19 Nov 2021 00:16:16 GMT", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b6ba32e2c4089e8d2d89215f34591f1" + "hash": "1ac607eb8e4819d0f130073ace1e75e5" }, { - "title": "Ros Atkins on... the missing Chinese tennis star Peng Shuai", - "description": "Questions remain about the whereabouts of Peng Shuai, after she accused a top Chinese government official of sexual assault.", - "content": "Questions remain about the whereabouts of Peng Shuai, after she accused a top Chinese government official of sexual assault.", + "title": "Webcast: how to plan your career", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-59341755?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 00:08:34 GMT", + "link": "https://www.nature.com/articles/d41586-021-03663-4", + "creator": "Jack Leeming", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4667c41dd20dee9f25fef70cf4ccc947" + "hash": "f825012468ba3f4de091fa5e1188225e" }, { - "title": "The doctor fleeing Tennessee over Covid", - "description": "The former head of the US state's vaccine rollout has been forced out after threats and taunts.", - "content": "The former head of the US state's vaccine rollout has been forced out after threats and taunts.", + "title": "Call to join the decentralized science movement", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-us-canada-59335010?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 18 Nov 2021 21:34:49 GMT", + "link": "https://www.nature.com/articles/d41586-021-03642-9", + "creator": "Sarah Hamburg", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25a34e71a3d136c6d26773934d97a3ff" + "hash": "15a61c915fa85eb29ad33ca4e828f1f2" }, { - "title": "The family of asylum-seekers trapped on Europe’s edge", - "description": "A BBC team filmed a couple and their two-year-old daughter as they attempted to cross the Bosnia-Croatia border into the EU in search of asylum for the 40th time.", - "content": "A BBC team filmed a couple and their two-year-old daughter as they attempted to cross the Bosnia-Croatia border into the EU in search of asylum for the 40th time.", + "title": "Are female science leaders judged more harshly than men? Study it", + "description": "", + "content": "\n ", "category": "", - "link": "https://www.bbc.co.uk/news/world-europe-59325777?at_medium=RSS&at_campaign=KARANGA", - "creator": "", - "pubDate": "Thu, 18 Nov 2021 05:59:26 GMT", + "link": "https://www.nature.com/articles/d41586-021-03643-8", + "creator": "Martina Schraudner", + "pubDate": "2021-12-07", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "BBC Worldwide", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "574704d6a882191b6aca4393241a6ea0" - } - ], - "folder": "00.03 News/News - EN", - "name": "BBC Worldwide", - "language": "en", - "hash": "59d739939902ce3799242c8149a06d1f" - }, - { - "title": "Lifehacker", - "subtitle": "", - "link": "https://lifehacker.com", - "image": null, - "description": "Do everything better", - "items": [ + "hash": "ba05a9beeed1d8c8aa0fff60ea185fa5" + }, { - "title": "How to Test (and Increase) Your Attention Span", - "description": "

    We’ll keep this brief.

    Read more...

    ", - "content": "

    We’ll keep this brief.

    Read more...

    ", - "category": "attention", - "link": "https://lifehacker.com/how-to-test-and-increase-your-attention-span-1848293245", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 02 Jan 2022 18:00:00 GMT", + "title": "Portugal: female science leaders could speed up change", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03641-w", + "creator": "Paulo Cartaxana", + "pubDate": "2021-12-07", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15573e2ae15561426c3e8ffadbda17c0", - "highlights": [] + "hash": "18a4202df727a2ffdb17319479abb4ca" }, { - "title": "How to Avoid the TSA Bothering You When Traveling With Prescription Medications", - "description": "

    For the most part, air travel involves dealing with one hassle after another. From getting to and from the airport, to dealing with unruly or unreasonable fellow passengers on your flight, it tends not to be a very pleasant experience.

    Read more...

    ", - "content": "

    For the most part, air travel involves dealing with one hassle after another. From getting to and from the airport, to dealing with unruly or unreasonable fellow passengers on your flight, it tends not to be a very pleasant experience.

    Read more...

    ", - "category": "medication", - "link": "https://lifehacker.com/how-to-avoid-the-tsa-bothering-you-when-traveling-with-1848288175", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 02 Jan 2022 16:00:00 GMT", + "title": "Omicron: the global response is making it worse", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03616-x", + "creator": "", + "pubDate": "2021-12-07", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ec2e8895240a4be4bfa52e9b74f560d", - "highlights": [] + "hash": "349f0de66fd12969a732c09dc8c9eb4d" }, { - "title": "How to Use Muriatic Acid Safely (and Where You Should)", - "description": "

    While there seem to be cleaning products formulated for any type of stain, mess, or grime you can think of, some people—for a variety of reasons—prefer to take more of a chemistry-class-approach to household cleaning, working directly with the acids and bases used to make those products.

    Read more...

    ", - "content": "

    While there seem to be cleaning products formulated for any type of stain, mess, or grime you can think of, some people—for a variety of reasons—prefer to take more of a chemistry-class-approach to household cleaning, working directly with the acids and bases used to make those products.

    Read more...

    ", - "category": "chemistry", - "link": "https://lifehacker.com/how-to-use-muriatic-acid-safely-and-where-you-should-1848293239", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 02 Jan 2022 14:00:00 GMT", + "title": "Daily briefing: How to predict COVID’s next move", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03670-5", + "creator": "Flora Graham", + "pubDate": "2021-12-07", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b888e7cd600afe7f54e2b29e8490622d", - "highlights": [] + "hash": "216887bf95c2132fa4503a6236576618" }, { - "title": "Use These Free Printable Spice Jar Labels to Keep Your Kitchen Organized", - "description": "

    The start of a new calendar year has long been viewed as a chance to get a fresh start—including in the kitchen. For nearly two years now, the COVID-19 pandemic has been responsible for millions of illnesses and deaths, in addition to a major spike in the popularity of cooking and baking at home. And not only that,…

    Read more...

    ", - "content": "

    The start of a new calendar year has long been viewed as a chance to get a fresh start—including in the kitchen. For nearly two years now, the COVID-19 pandemic has been responsible for millions of illnesses and deaths, in addition to a major spike in the popularity of cooking and baking at home. And not only that,…

    Read more...

    ", - "category": "jar", - "link": "https://lifehacker.com/use-these-free-printable-spice-jar-labels-to-keep-your-1848291030", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 01 Jan 2022 18:00:00 GMT", + "title": "Beyond Omicron: what’s next for COVID’s viral evolution", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03619-8", + "creator": "Ewen Callaway", + "pubDate": "2021-12-07", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0f1448fb5351d6af0100bd982c04d4f", - "highlights": [] + "hash": "4cc36f87b467bbd43678af496c907929" }, { - "title": "The Difference Between Curtains and Drapes", - "description": "

    When it comes to window treatments, the terminology can get a little confusing—starting with “window treatment” itself. Is it a protective coating for windows, or a process like treating wood? Is it referring to the ways to fix broken or aging windows? (You get the picture.)

    Read more...

    ", - "content": "

    When it comes to window treatments, the terminology can get a little confusing—starting with “window treatment” itself. Is it a protective coating for windows, or a process like treating wood? Is it referring to the ways to fix broken or aging windows? (You get the picture.)

    Read more...

    ", - "category": "artificial objects", - "link": "https://lifehacker.com/the-difference-between-curtains-and-drapes-and-why-it-1848291024", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 01 Jan 2022 16:00:00 GMT", + "title": "Build solar-energy systems to last — save billions", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03626-9", + "creator": "Dirk Jordan", + "pubDate": "2021-12-07", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7ca2bc200951a33b4e3ada6af74ed85", - "highlights": [] + "hash": "57dc67d4bdbbdc7dec38f341519f44e0" }, { - "title": "How to Keep an Outdoor Faucet or Spigot From Freezing", - "description": "

    Even though you’re probably not using your outdoor faucet or spigot as much during the winter as you do during the summer (or at all), that doesn’t mean you can just forget about it for the whole season. That’s because if your outdoor faucet, pipes, and the water inside them freezes, it could result in burst pipes,…

    Read more...

    ", - "content": "

    Even though you’re probably not using your outdoor faucet or spigot as much during the winter as you do during the summer (or at all), that doesn’t mean you can just forget about it for the whole season. That’s because if your outdoor faucet, pipes, and the water inside them freezes, it could result in burst pipes,…

    Read more...

    ", - "category": "hose", - "link": "https://lifehacker.com/how-to-keep-an-outdoor-faucet-or-spigot-from-freezing-1848289562", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 01 Jan 2022 14:00:00 GMT", + "title": "Hominin skull and Mars panorama — November’s best science images", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03520-4", + "creator": "Emma Stoye", + "pubDate": "2021-12-07", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f33d86755390ec1c0af32db958ddf619", - "highlights": [] + "hash": "ad3648c5f5bec3a93b48a986aeccd03c" }, { - "title": "How to Fix a Sagging Mattress When Replacing It Isn't an Option", - "description": "

    Despite what manufacturers want you to think, buying an expensive, high-end mattress isn’t going to magically solve all of your sleep problems. Sleeping on a mattress that sags or dips in the middle can, however, make it much harder to get a restful night’s sleep.

    Read more...

    ", - "content": "

    Despite what manufacturers want you to think, buying an expensive, high-end mattress isn’t going to magically solve all of your sleep problems. Sleeping on a mattress that sags or dips in the middle can, however, make it much harder to get a restful night’s sleep.

    Read more...

    ", - "category": "mattresses", - "link": "https://lifehacker.com/how-to-fix-a-sagging-mattress-when-replacing-it-isnt-an-1848289369", - "creator": "Elizabeth Yuko", - "pubDate": "Fri, 31 Dec 2021 18:00:00 GMT", + "title": "How remouldable computer hardware is speeding up science", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03627-8", + "creator": "Jeffrey M. Perkel", + "pubDate": "2021-12-07", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "758c3b60f2c6bd28b1227dfb8001a9e9", - "highlights": [] + "hash": "ea0112ea124f6ad58fe086740c046e88" }, { - "title": "10 of the Best Podcast Episodes of 2021, According to the Lifehacker Staff", - "description": "

    Podcasts can be a place to go to stay informed about the...current state of things. Or they can be the place we go for comfort, entertainment, and to forget about the current state of things. This year, the Lifehacker staff turned to podcasts for all of the above. Here’s a list of our favorite episodes, from an…

    Read more...

    ", - "content": "

    Podcasts can be a place to go to stay informed about the...current state of things. Or they can be the place we go for comfort, entertainment, and to forget about the current state of things. This year, the Lifehacker staff turned to podcasts for all of the above. Here’s a list of our favorite episodes, from an…

    Read more...

    ", - "category": "jane goodall", - "link": "https://lifehacker.com/10-of-the-best-podcast-episodes-of-2021-according-to-t-1848247320", - "creator": "Meghan Moravcik Walbert", - "pubDate": "Fri, 31 Dec 2021 17:00:00 GMT", + "title": "What fuelled an ancient empire’s rise? Potatoes and quinoa", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03583-3", + "creator": "", + "pubDate": "2021-12-06", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d230d03319f34b759b427f5e8552b81", - "highlights": [] + "hash": "f5d15061a19b50ea0661cac5b9fd9962" }, { - "title": "9 Lessons We Learned From Lifehacker's 2021 Fitness Challenges", - "description": "

    It’s always worthwhile to try a new activity, I think. Even if you don’t surprise yourself by falling in love with it, you’ll probably learn something about yourself in the process. Lifehacker staffers have tried a variety of sports, tech, and habits over the past year, and here are some of the top lessons we’ve…

    Read more...

    ", - "content": "

    It’s always worthwhile to try a new activity, I think. Even if you don’t surprise yourself by falling in love with it, you’ll probably learn something about yourself in the process. Lifehacker staffers have tried a variety of sports, tech, and habits over the past year, and here are some of the top lessons we’ve…

    Read more...

    ", - "category": "films", - "link": "https://lifehacker.com/9-lessons-we-learned-from-lifehackers-2021-fitness-chal-1848221707", - "creator": "Beth Skwarecki", - "pubDate": "Fri, 31 Dec 2021 16:00:00 GMT", + "title": "Super jelly springs back from a squashing", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03586-0", + "creator": "", + "pubDate": "2021-12-06", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d5a9b2b23fa4813620df1159a5633ba", - "highlights": [] + "hash": "3d4ba7e6c12ed9f31a8920a2a1b4b1ba" }, { - "title": "How to Clean a Ceiling Fan (and Why It's Important)", - "description": "

    When you’re taking a few minutes to quickly tidy up your home, you probably focus on what’s most visible—things like floors, countertops, and stuff at eye-level. Even when you’re doing more of a thorough cleaning, you may not think to look up, leaving your ceiling fans (literally) in the dust.

    Read more...

    ", - "content": "

    When you’re taking a few minutes to quickly tidy up your home, you probably focus on what’s most visible—things like floors, countertops, and stuff at eye-level. Even when you’re doing more of a thorough cleaning, you may not think to look up, leaving your ceiling fans (literally) in the dust.

    Read more...

    ", - "category": "ceiling fan", - "link": "https://lifehacker.com/how-to-clean-a-ceiling-fan-and-why-its-important-1848288165", - "creator": "Elizabeth Yuko", - "pubDate": "Fri, 31 Dec 2021 16:00:00 GMT", + "title": "Climate adaptation, and the next great extinction: Books in brief", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03624-x", + "creator": "Andrew Robinson", + "pubDate": "2021-12-06", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54a2d0835aebd9e5e0b756991ea03c10", - "highlights": [] + "hash": "54586185afd6af900cec48ec80a7b9f8" }, { - "title": "62 (Yes, 62) of Our Favorite iPhone Hacks and Explainers of 2021", - "description": "

    Talk about a year for the iPhone and iPad—new devices across the board and tons of software updates, including the much-anticipated iOS 15. All that news means a lot of change and plenty of advice to share. Whether you’re an Apple fanatic or just someone who appreciates a good feature for their iPhone, we have…

    Read more...

    ", - "content": "

    Talk about a year for the iPhone and iPad—new devices across the board and tons of software updates, including the much-anticipated iOS 15. All that news means a lot of change and plenty of advice to share. Whether you’re an Apple fanatic or just someone who appreciates a good feature for their iPhone, we have…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/62-yes-62-of-our-favorite-iphone-hacks-and-explainer-1848260080", - "creator": "Jake Peterson", - "pubDate": "Fri, 31 Dec 2021 15:00:00 GMT", + "title": "Handling snakes for science", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03629-6", + "creator": "Virginia Gewin", + "pubDate": "2021-12-06", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "481d7191e5f9ef71cfe9dab98bfc4927", - "highlights": [] + "hash": "6b9437c51bab34b4b9b9fe6e86699a4e" }, { - "title": "How to Watch New Year's Eve Celebrations Around the World, If You're Bored of the Ball Drop", - "description": "

    A few hours from now, it will be a new year. And we hate to be the bearers of bad news, but as happy as we are to see 2021 come to a close, we’re also realistic about the fact that things won’t magically get better at the stroke of midnight tonight.

    Read more...

    ", - "content": "

    A few hours from now, it will be a new year. And we hate to be the bearers of bad news, but as happy as we are to see 2021 come to a close, we’re also realistic about the fact that things won’t magically get better at the stroke of midnight tonight.

    Read more...

    ", - "category": "new years eve", - "link": "https://lifehacker.com/how-to-watch-new-years-eve-celebrations-around-the-worl-1848288156", - "creator": "Elizabeth Yuko", - "pubDate": "Fri, 31 Dec 2021 14:00:00 GMT", + "title": "The wasted chewing gum bacteriome: an oral history", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03660-7", + "creator": "Lavie Tidhar", + "pubDate": "2021-12-06", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d21f2575d15684275f7405594a7bf46c", - "highlights": [] + "hash": "5955303a4abc835ad22c5bcd5f992925" }, { - "title": "13 of the Best TV Show Episodes of 2021, According to the Lifehacker Staff", - "description": "

    As I reflect back on 2021, I find my TV-watching to be found wanting. It’s not that I didn’t have options. Between my own accounts and those I share with my parents and brother, I have, at any given time, access to Amazon Prime Video, Netflix, Disney+, Hulu, HBO Max, and Paramount+. And I’m probably forgetting one.…

    Read more...

    ", - "content": "

    As I reflect back on 2021, I find my TV-watching to be found wanting. It’s not that I didn’t have options. Between my own accounts and those I share with my parents and brother, I have, at any given time, access to Amazon Prime Video, Netflix, Disney+, Hulu, HBO Max, and Paramount+. And I’m probably forgetting one.…

    Read more...

    ", - "category": "yuki", - "link": "https://lifehacker.com/13-of-the-best-tv-show-episodes-of-2021-according-to-t-1848255534", - "creator": "Meghan Moravcik Walbert", - "pubDate": "Thu, 30 Dec 2021 18:00:00 GMT", + "title": "Has Eric Kandel rested on his laurels? No", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03623-y", + "creator": "Alison Abbott", + "pubDate": "2021-12-06", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec1a3b79a577d84c14672ddf9496a82d", - "highlights": [] + "hash": "1d401e343e1fbeab5f52beb52e8a6dd7" }, { - "title": "9 Things to Avoid Unless You Want to Be 'That Person' at the Gym", - "description": "

    We’re all familiar with some of the common mores of gym etiquette. Don’t abuse the equipment (i.e. dropping plates like they’re on fire), re-rack your weights, don’t monopolize machines, stop shamelessly hitting on women, put your equipment back where it belongs. Then there are those under-the-radar rules of the more…

    Read more...

    ", - "content": "

    We’re all familiar with some of the common mores of gym etiquette. Don’t abuse the equipment (i.e. dropping plates like they’re on fire), re-rack your weights, don’t monopolize machines, stop shamelessly hitting on women, put your equipment back where it belongs. Then there are those under-the-radar rules of the more…

    Read more...

    ", - "category": "traditional medicine", - "link": "https://lifehacker.com/9-things-to-avoid-unless-you-want-to-be-that-person-at-1848213192", - "creator": "Sarah Showfety", - "pubDate": "Thu, 30 Dec 2021 17:00:00 GMT", + "title": "Python power-up: new image tool visualizes complex data", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03628-7", + "creator": "Jeffrey M. Perkel", + "pubDate": "2021-12-06", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf772d07c0a7c7d4f293dc7a50816c54", - "highlights": [] + "hash": "8a00e1b245bd78c63e020ee8205c2602" }, { - "title": "10 of Our Best Pieces of Workout Etiquette Advice of 2021", - "description": "

    Fitness etiquette has come a long way this year. We kicked off 2021 with most gyms still closed due to the pandemic. We navigated their gradual reopenings together, with all the ups and downs of safety concerns that entailed. Still, some tenants of fitness etiquette are timeless, like the art of dealing with…

    Read more...

    ", - "content": "

    Fitness etiquette has come a long way this year. We kicked off 2021 with most gyms still closed due to the pandemic. We navigated their gradual reopenings together, with all the ups and downs of safety concerns that entailed. Still, some tenants of fitness etiquette are timeless, like the art of dealing with…

    Read more...

    ", - "category": "beth skwarecki", - "link": "https://lifehacker.com/10-of-our-best-pieces-of-workout-etiquette-advice-of-20-1848175214", - "creator": "Meredith Dietz", - "pubDate": "Thu, 30 Dec 2021 16:00:00 GMT", + "title": "Daily briefing: Francis Collins reflects on science and the NIH", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03657-2", + "creator": "Flora Graham", + "pubDate": "2021-12-06", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f866523686f37b690d21c82f69cd497c", - "highlights": [] + "hash": "c3152fe48ff2cef74a5e08d98fc31054" }, { - "title": "Our 13 Most Motivating Fitness Posts of 2021", - "description": "

    You can start a new fitness habit right now, if you want. You can come back to your favorite activities after years away. You can even turn your living room into a gym if you want to work out without leaving the house. And here, with some of our favorite fitness posts from 2021, we’re going to help you do that.

    Read more...

    ", - "content": "

    You can start a new fitness habit right now, if you want. You can come back to your favorite activities after years away. You can even turn your living room into a gym if you want to work out without leaving the house. And here, with some of our favorite fitness posts from 2021, we’re going to help you do that.

    Read more...

    ", - "category": "paralympic", - "link": "https://lifehacker.com/our-13-most-motivating-fitness-posts-of-2021-1848180023", - "creator": "Beth Skwarecki", - "pubDate": "Thu, 30 Dec 2021 15:00:00 GMT", + "title": "Understand the real reasons reproducibility reform fails", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03617-w", + "creator": "Nicole C. Nelson", + "pubDate": "2021-12-06", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ead66d7947537f4b4d5de0dde5a1d158", - "highlights": [] + "hash": "bda2a5c68c9ea461ed30fce414baab58" }, { - "title": "Why You Should ‘Resolve’ to Only Make Tiny Self-Care Changes This Year", - "description": "

    How many New Year’s resolutions have you made over the course of your life? And how many have you kept? We all know that most grand resolutions, unless accompanied by deep commitment and accountability, stay where they began: in our heads. I don’t know about you, but after two years navigating work, family life, and…

    Read more...

    ", - "content": "

    How many New Year’s resolutions have you made over the course of your life? And how many have you kept? We all know that most grand resolutions, unless accompanied by deep commitment and accountability, stay where they began: in our heads. I don’t know about you, but after two years navigating work, family life, and…

    Read more...

    ", - "category": "self", - "link": "https://lifehacker.com/why-you-should-resolve-to-only-make-tiny-self-care-ch-1848179783", - "creator": "Sarah Showfety", - "pubDate": "Thu, 30 Dec 2021 14:00:00 GMT", + "title": "Coronapod: How has COVID impacted mental health?", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03649-2", + "creator": "Noah Baker", + "pubDate": "2021-12-03", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4019b94ce0448bf3c569bf9c7d16185", - "highlights": [] + "hash": "a022a5619499a6a47376b19c67cd6e28" }, { - "title": "Throw Out These Listeria-Ridden Salads, FDA Says", - "description": "

    As handy as packaged salads can be—especially during the busy holidays—you may want to rethink using any currently in your fridge. That’s because Dole Fresh Vegetables has issued a voluntary, precautionary recall for all its salads processed at two of their facilities because of a possible health risk from Listeria

    Read more...

    ", - "content": "

    As handy as packaged salads can be—especially during the busy holidays—you may want to rethink using any currently in your fridge. That’s because Dole Fresh Vegetables has issued a voluntary, precautionary recall for all its salads processed at two of their facilities because of a possible health risk from Listeria

    Read more...

    ", - "category": "salads", - "link": "https://lifehacker.com/throw-out-these-listeria-ridden-salads-fda-says-1848280969", - "creator": "Elizabeth Yuko", - "pubDate": "Wed, 29 Dec 2021 15:30:00 GMT", + "title": "AI mathematician and a planetary diet — the week in infographics", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03612-1", + "creator": "", + "pubDate": "2021-12-03", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9c72d2593e941b2d5b15ecf168a2b72", - "highlights": [] + "hash": "a5565019960d7317db69d1fb0f3fa710" }, { - "title": "10 Things We Told You to Stop Doing in 2021", - "description": "

    The end of the year is upon us. ‘Tis a time to blow all our unused FSA benefits on Band-Aids, reduce clutter, resolve to eat less junk and exercise more, and above all—stop doing things that no longer serve us (or our armpits, for that matter). In the spirit of cleaning up your linguistic game, applying deodorant…

    Read more...

    ", - "content": "

    The end of the year is upon us. ‘Tis a time to blow all our unused FSA benefits on Band-Aids, reduce clutter, resolve to eat less junk and exercise more, and above all—stop doing things that no longer serve us (or our armpits, for that matter). In the spirit of cleaning up your linguistic game, applying deodorant…

    Read more...

    ", - "category": "musical groups", - "link": "https://lifehacker.com/10-things-we-told-you-to-stop-doing-in-2021-1848169246", - "creator": "Sarah Showfety", - "pubDate": "Wed, 29 Dec 2021 15:00:00 GMT", + "title": "The last library", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03637-6", + "creator": "Brian Trent", + "pubDate": "2021-12-03", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce2bbda7887692aa61591dbabbb8aa18", - "highlights": [] + "hash": "87d2de44737b20d94024cc744b7ae694" }, { - "title": "15 Impressive Fitness Goals to Strive for That Aren't Weight Loss", - "description": "

    With the new year approaching, you may be tempted to set some—let’s not call them resolutions—goals. Dreams. Plans. January will bring a new sense of focus, so it’s a great time to start working on something that could pay off by the end of the year.

    Read more...

    ", - "content": "

    With the new year approaching, you may be tempted to set some—let’s not call them resolutions—goals. Dreams. Plans. January will bring a new sense of focus, so it’s a great time to start working on something that could pay off by the end of the year.

    Read more...

    ", - "category": "lunge", - "link": "https://lifehacker.com/15-impressive-fitness-goals-to-strive-for-that-arent-we-1848089302", - "creator": "Beth Skwarecki", - "pubDate": "Wed, 29 Dec 2021 14:00:00 GMT", + "title": "Science misinformation alarms Francis Collins as he leaves top NIH job", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03611-2", + "creator": "Nidhi Subbaraman", + "pubDate": "2021-12-03", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54f714c2537bbd7bc98b17663e9d08bc", - "highlights": [] + "hash": "07ce509929184b7c48c1553f3076b2ef" }, { - "title": "How to Store Your Christmas Decorations Like a Responsible Grownup", - "description": "

    You know what’s the worst? Trying to unpack a string of lights that’s tangled up in a ball at the bottom of a box. Packing up your Christmas decor can be time consuming and you might want to just throw everything into a box, but if you pack things up the right way you can save your future self a lot of headache. Here…

    Read more...

    ", - "content": "

    You know what’s the worst? Trying to unpack a string of lights that’s tangled up in a ball at the bottom of a box. Packing up your Christmas decor can be time consuming and you might want to just throw everything into a box, but if you pack things up the right way you can save your future self a lot of headache. Here…

    Read more...

    ", - "category": "containers", - "link": "https://lifehacker.com/how-to-store-your-christmas-decorations-like-a-responsi-1848256836", - "creator": "Becca Lewis", - "pubDate": "Tue, 28 Dec 2021 19:00:00 GMT", + "title": "Daily briefing: Omicron — what scientists know so far", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03652-7", + "creator": "Flora Graham", + "pubDate": "2021-12-03", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93d29d7e544bf0588c822b165c255b95", - "highlights": [] + "hash": "c6516e8400c7faacdb3b69d58309fbe0" }, { - "title": "What to Know About the CDC’s New, Shorter Isolation Guidelines", - "description": "

    As Omicron cases continue to surge in the U.S., the the Centers for Disease Control and Prevention is shortening the recommended time for isolation from 10 days to five days for anyone who has tested positive for COVID-19—as long as they are asymptomatic. After five days of staying home (or isolating in some way),…

    Read more...

    ", - "content": "

    As Omicron cases continue to surge in the U.S., the the Centers for Disease Control and Prevention is shortening the recommended time for isolation from 10 days to five days for anyone who has tested positive for COVID-19—as long as they are asymptomatic. After five days of staying home (or isolating in some way),…

    Read more...

    ", - "category": "health medical pharma", - "link": "https://lifehacker.com/what-to-know-about-the-cdc-s-new-shorter-isolation-gui-1848275978", - "creator": "Meredith Dietz", - "pubDate": "Tue, 28 Dec 2021 18:30:00 GMT", + "title": "Publisher Correction: Single-photon nonlinearity at room temperature", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04113-x", + "creator": "Anton V. Zasedatelev", + "pubDate": "2021-12-02", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "050aee5c0304c7e675e132ae8ffe1999", - "highlights": [] + "hash": "b11d662af463dc8c70b9f8325cadafdd" }, { - "title": "9 of Our Favorite Apps of 2021", - "description": "

    At Lifehacker, we strive, year after year, to do everything better. It’s kind of our thing, you know? And we find, year after year, that sometimes our smartphones and their many apps help us be more productive—and sometimes they do nothing but distract us. As we reflect on 2021, though, we have to admit that our…

    Read more...

    ", - "content": "

    At Lifehacker, we strive, year after year, to do everything better. It’s kind of our thing, you know? And we find, year after year, that sometimes our smartphones and their many apps help us be more productive—and sometimes they do nothing but distract us. As we reflect on 2021, though, we have to admit that our…

    Read more...

    ", - "category": "software", - "link": "https://lifehacker.com/9-of-our-favorite-apps-of-2021-1848253254", - "creator": "Meghan Moravcik Walbert", - "pubDate": "Tue, 28 Dec 2021 18:00:00 GMT", + "title": "Human blastoids model blastocyst development and implantation", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04267-8", + "creator": "Harunobu Kagawa", + "pubDate": "2021-12-02", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0baac5e436c4d56be51702c7c1d6a3ee", - "highlights": [] + "hash": "63f0c6b3c8841ac49809178b2fbd0277" }, { - "title": "40 of Our Best Android Hacks of 2021", - "description": "

    2021 was a big year for Android. The year brought us new phones, like the Pixel 6 and 6 Pro, and new software updates, like Android 12. Whether you bought something new, updated your phone with new software, or just kept on trucking with the same old tech, we were here to help you use it all. These are our favorite…

    Read more...

    ", - "content": "

    2021 was a big year for Android. The year brought us new phones, like the Pixel 6 and 6 Pro, and new software updates, like Android 12. Whether you bought something new, updated your phone with new software, or just kept on trucking with the same old tech, we were here to help you use it all. These are our favorite…

    Read more...

    ", - "category": "android", - "link": "https://lifehacker.com/40-of-our-best-android-hacks-of-2021-1848246417", - "creator": "Jake Peterson", - "pubDate": "Tue, 28 Dec 2021 17:30:00 GMT", + "title": "Omicron is bad but the global response is worse", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03616-x", + "creator": "", + "pubDate": "2021-12-07", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d9c88f4b4451c9b939ee9c35eb90df8", - "highlights": [] + "hash": "28697f4b3274b5cf2ead54f790d37c0a" }, { - "title": "12 of Our Best Vegetarian Hacks of 2021", - "description": "

    I have been a dedicated omnivore my entire life, but even I have been trying to eat less meat lately, and I’m not the only one. As A.A. Newton explained in, “How to Become a Vegetarian (or Eat Less Meat),” there are many good reasons for decreasing the amount of animals you consume:

    Read more...

    ", - "content": "

    I have been a dedicated omnivore my entire life, but even I have been trying to eat less meat lately, and I’m not the only one. As A.A. Newton explained in, “How to Become a Vegetarian (or Eat Less Meat),” there are many good reasons for decreasing the amount of animals you consume:

    Read more...

    ", - "category": "cuisine", - "link": "https://lifehacker.com/12-of-our-best-vegetarian-hacks-of-2021-1848234925", - "creator": "Claire Lower", - "pubDate": "Tue, 28 Dec 2021 17:00:00 GMT", + "title": "Does police outreach cut crime? Efforts in six nations give a bleak answer", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03580-6", + "creator": "", + "pubDate": "2021-12-02", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b77b9cf5337ca3c57befdf71ff38a8a", - "highlights": [] + "hash": "8f2923cd804d0c1954916c6a13c61f92" }, { - "title": "You Can Make Ultra-Impressive Party Food Without Spending a Fortune", - "description": "

    I’d bomb on Jeopardy. I am a ball and chain at trivia night. My brain does not retain facts or names unrelated to Wham songs. I cry when I land sports in Trivial Pursuit. I watch Wheel of Fortune, mouth agog, unable to complete a phrase missing only a Q. But I’ve always thought that I could excel on The Price is Right

    Read more...

    ", - "content": "

    I’d bomb on Jeopardy. I am a ball and chain at trivia night. My brain does not retain facts or names unrelated to Wham songs. I cry when I land sports in Trivial Pursuit. I watch Wheel of Fortune, mouth agog, unable to complete a phrase missing only a Q. But I’ve always thought that I could excel on The Price is Right

    Read more...

    ", - "category": "soups", - "link": "https://lifehacker.com/you-can-make-ultra-impressive-party-food-without-spendi-1848250408", - "creator": "Amanda Blum", - "pubDate": "Tue, 28 Dec 2021 16:30:00 GMT", + "title": "Famous space family has a surprisingly peaceful history", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03584-2", + "creator": "", + "pubDate": "2021-12-02", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e416bd4293661d29bbef0ace84e0c2b7", - "highlights": [] + "hash": "a21b01c1bf5dfda54ddd0524ffb28fb9" }, { - "title": "Don't Make These Doomed 'Health' Resolutions (and What to Strive for Instead)", - "description": "

    Mercifully, 2021 is almost over, and as we look toward the bright future that awaits us next year (when all our problems will certainly be solved), it’s tempting to set some big sweeping resolutions that will position us to come out of 2022 a better person. Too bad the most common resolutions are the ones that are…

    Read more...

    ", - "content": "

    Mercifully, 2021 is almost over, and as we look toward the bright future that awaits us next year (when all our problems will certainly be solved), it’s tempting to set some big sweeping resolutions that will position us to come out of 2022 a better person. Too bad the most common resolutions are the ones that are…

    Read more...

    ", - "category": "obesity", - "link": "https://lifehacker.com/dont-make-these-doomed-health-resolutions-and-what-to-1848216356", - "creator": "Beth Skwarecki", - "pubDate": "Tue, 28 Dec 2021 16:00:00 GMT", + "title": "Surging plastic use is fed by coal power — with deadly results", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03613-0", + "creator": "", + "pubDate": "2021-12-02", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db543efa6c634edb84bf868c82299017", - "highlights": [] + "hash": "6b4c454a83c90328a0c2d2f8c36bb1b7" }, { - "title": "19 of the Most Confusing Things We Explained to You in 2021", - "description": "

    Hacks aren’t everything. Sometimes what you really need to improve your life is a better understanding of the world around you. So let’s take a tour through some of our best explainers of the year year, the things that put an end to your confusion about what an NFT is, or why there’s always a novel in front of every…

    Read more...

    ", - "content": "

    Hacks aren’t everything. Sometimes what you really need to improve your life is a better understanding of the world around you. So let’s take a tour through some of our best explainers of the year year, the things that put an end to your confusion about what an NFT is, or why there’s always a novel in front of every…

    Read more...

    ", - "category": "the olympics", - "link": "https://lifehacker.com/19-of-the-most-confusing-things-we-explained-to-you-in-1848260303", - "creator": "Beth Skwarecki", - "pubDate": "Tue, 28 Dec 2021 15:30:00 GMT", + "title": "Omicron is supercharging the COVID vaccine booster debate", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03592-2", + "creator": "Elie Dolgin", + "pubDate": "2021-12-02", "enclosure": "", "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "image": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "acaa8cc3c664d39ee4d410d96bd266c1", - "highlights": [] + "hash": "812010711698747d1651683aa867d040" }, { - "title": "Why You Should Replace Your New Year's Journal With a Spreadsheet", - "description": "

    The new year is fast-approaching. Even if you believe New Year’s Resolutions are a bunch of baloney, I’d argue the start of a new year is still a useful time to reflect back and look forward. For me, it’s the time when I’m most grateful for my habit of writing down every little thing. And I don’t just mean getting my…

    Read more...

    ", - "content": "

    The new year is fast-approaching. Even if you believe New Year’s Resolutions are a bunch of baloney, I’d argue the start of a new year is still a useful time to reflect back and look forward. For me, it’s the time when I’m most grateful for my habit of writing down every little thing. And I don’t just mean getting my…

    Read more...

    ", - "category": "spreadsheet", - "link": "https://lifehacker.com/why-you-should-replace-your-new-years-journal-with-a-sp-1848117995", - "creator": "Meredith Dietz", - "pubDate": "Tue, 28 Dec 2021 15:00:00 GMT", + "title": "How bad is Omicron? What scientists know so far", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03614-z", + "creator": "Ewen Callaway", + "pubDate": "2021-12-02", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18a69920c94e4a91108c3cab73df1e1a", - "highlights": [] + "hash": "6d8ca680902d54ce217eda2f050d7b7f" }, { - "title": "How to Clean a Ceiling Fan (And Why It's Important)", - "description": "

    When you’re taking a few minutes to quickly tidy up your home, you probably focus on what’s most visible—things like floors, countertops, and stuff at eye-level. Even when you’re doing more of a thorough cleaning, you may not think to look up, leaving your ceiling fans (literally) in the dust.

    Read more...

    ", - "content": "

    When you’re taking a few minutes to quickly tidy up your home, you probably focus on what’s most visible—things like floors, countertops, and stuff at eye-level. Even when you’re doing more of a thorough cleaning, you may not think to look up, leaving your ceiling fans (literally) in the dust.

    Read more...

    ", - "category": "ceiling fan", - "link": "https://lifehacker.com/how-to-clean-a-ceiling-fan-and-why-its-important-1848288165", - "creator": "Elizabeth Yuko", - "pubDate": "Fri, 31 Dec 2021 16:00:00 GMT", + "title": "Omicron-variant border bans ignore the evidence, say scientists", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03608-x", + "creator": "Smriti Mallapaty", + "pubDate": "2021-12-02", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b4c6969096c97eee5cb8f305f6ed768", - "highlights": [] + "hash": "7d6c2625e02d35ff6c47442078cecdbc" }, { - "title": "How to Make Stretching Less Boring so You’ll Actually Do It", - "description": "

    Every January, I pledge to improve my flexibility by stretching consistently. And yet, when it comes to my stretching routine, I’m guilty of cutting some corners. And by “cutting some corners,” I do mean that I’ll go months without properly tending to my sore muscles. Oops.

    Read more...

    ", - "content": "

    Every January, I pledge to improve my flexibility by stretching consistently. And yet, when it comes to my stretching routine, I’m guilty of cutting some corners. And by “cutting some corners,” I do mean that I’ll go months without properly tending to my sore muscles. Oops.

    Read more...

    ", - "category": "stretching", - "link": "https://lifehacker.com/how-to-make-stretching-less-boring-so-you-ll-actually-d-1848132760", - "creator": "Meredith Dietz", - "pubDate": "Tue, 28 Dec 2021 14:30:00 GMT", + "title": "Daily briefing: What a healthy, sustainable diet looks like", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03639-4", + "creator": "Flora Graham", + "pubDate": "2021-12-02", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c7cd477eb9f056929213d3a85844026", - "highlights": [] + "hash": "315627d93778bfbf51a760dc8e202203" }, { - "title": "How to (Remotely) Help Your Family Members With Their New Tech", - "description": "

    Holiday gifts mean new tech for all, and new tech for all means fresh “tech support” headaches for you! You know your friends and family are going to have issues with their devices and gadgets; it’s one thing to be able to help them in person, but if you live far away, servicing these issues remotely can be a…

    Read more...

    ", - "content": "

    Holiday gifts mean new tech for all, and new tech for all means fresh “tech support” headaches for you! You know your friends and family are going to have issues with their devices and gadgets; it’s one thing to be able to help them in person, but if you live far away, servicing these issues remotely can be a…

    Read more...

    ", - "category": "remote desktop", - "link": "https://lifehacker.com/how-to-remotely-help-your-family-members-with-their-n-1848133025", - "creator": "Jake Peterson", - "pubDate": "Tue, 28 Dec 2021 14:00:00 GMT", + "title": "This tiny iron-rich world is extraordinarily metal", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03587-z", + "creator": "Alexandra Witze", + "pubDate": "2021-12-02", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd1f5b35ebff3e262c71345804fae75b", - "highlights": [] + "hash": "bb473b0ce681c1f4306a7d2574c0330a" }, { - "title": "20 of Our Best Mac Hacks of 2021", - "description": "

    2021 was a big year for the Mac. First, Apple gave us macOS Monterey, which included a treasure trove of publicized features (and a handful of hidden gems). After this update, the company dropped new MacBook Pros with the improved M1 Pro and M1 Max chipsets. All that news meant plenty of tips and hacks for us to sink…

    Read more...

    ", - "content": "

    2021 was a big year for the Mac. First, Apple gave us macOS Monterey, which included a treasure trove of publicized features (and a handful of hidden gems). After this update, the company dropped new MacBook Pros with the improved M1 Pro and M1 Max chipsets. All that news meant plenty of tips and hacks for us to sink…

    Read more...

    ", - "category": "apple m1", - "link": "https://lifehacker.com/20-of-our-best-mac-hacks-of-2021-1848214870", - "creator": "Jake Peterson", - "pubDate": "Tue, 28 Dec 2021 13:30:00 GMT", + "title": "Non-trivial role of internal climate feedback on interglacial temperature evolution", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03930-4", + "creator": "Xu Zhang", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b84de21ca45125cfc294e395bee013f4", - "highlights": [] + "hash": "306384ce1643d3b8f26a22adaf9b74ba" }, { - "title": "Why It's Smart to Be 10 Years Behind in Gaming", - "description": "

    The year is 2011; Bethesda has released Skyrim, Nintendo puts out two Zelda titles, and Valve publishes Portal 2. All in all, it was a pretty fantastic year for gaming. Now, in 2021, pretending like its 2011 is not only a fantastic way to forget about this absolutely dreadful year, it’s also a smart gaming strategy.

    Read more...

    ", - "content": "

    The year is 2011; Bethesda has released Skyrim, Nintendo puts out two Zelda titles, and Valve publishes Portal 2. All in all, it was a pretty fantastic year for gaming. Now, in 2021, pretending like its 2011 is not only a fantastic way to forget about this absolutely dreadful year, it’s also a smart gaming strategy.

    Read more...

    ", - "category": "playstation 3", - "link": "https://lifehacker.com/why-its-smart-to-be-10-years-behind-in-gaming-1848226775", - "creator": "Jake Peterson", - "pubDate": "Mon, 27 Dec 2021 19:00:00 GMT", + "title": "Video: Rebuilding a retina", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03576-2", + "creator": "", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c559e6fd6a1a9344faf9f3fd624e3158", - "highlights": [] + "hash": "f117cc1c6a4ac0162a39384bc2210cb5" }, { - "title": "16 of the Most Pervasive Fitness Myths We Busted in 2021", - "description": "

    Here at Lifehacker, we pride ourselves on telling you the real truth about health and fitness—and leaving the bullshit behind. Unfortunately, the fitness world is a bountiful source of confusion, half-truths, and occasional outright lies. So let’s look back on some of the times this year that we set the record…

    Read more...

    ", - "content": "

    Here at Lifehacker, we pride ourselves on telling you the real truth about health and fitness—and leaving the bullshit behind. Unfortunately, the fitness world is a bountiful source of confusion, half-truths, and occasional outright lies. So let’s look back on some of the times this year that we set the record…

    Read more...

    ", - "category": "fitness", - "link": "https://lifehacker.com/16-of-the-most-pervasive-fitness-myths-we-busted-in-202-1848175977", - "creator": "Beth Skwarecki", - "pubDate": "Mon, 27 Dec 2021 18:30:00 GMT", + "title": "The quest to treat dry age-related macular degeneration", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03574-4", + "creator": "Michael Eisenstein", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95af8e496c3dab124b80f1122af1ca8f", - "highlights": [] + "hash": "961e29d4bc84d35e411025126398944f" }, { - "title": "Avoid These Renovations That Can Hurt Your Home's Value", - "description": "

    People purchase and move into new homes (well, new to them) for many different reasons. And it’s one thing if the idea is to stay in a house for the rest of your life (or at least foreseeable future), but if you think—or know—you’re going to move at some point in the not-so-distant future, it’s another case…

    Read more...

    ", - "content": "

    People purchase and move into new homes (well, new to them) for many different reasons. And it’s one thing if the idea is to stay in a house for the rest of your life (or at least foreseeable future), but if you think—or know—you’re going to move at some point in the not-so-distant future, it’s another case…

    Read more...

    ", - "category": "bedroom", - "link": "https://lifehacker.com/avoid-these-renovations-that-can-hurt-your-homes-value-1848271792", - "creator": "Elizabeth Yuko", - "pubDate": "Mon, 27 Dec 2021 18:00:00 GMT", + "title": "Shutting ‘super-polluters’ slashes greenhouse gases — and deaths", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03581-5", + "creator": "", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a13a55366d14550a9adf27ff1ae95e72", - "highlights": [] + "hash": "38f6d368757750d42a2919be519a4298" }, { - "title": "Never Donate These Books to Little Free Libraries (or Anywhere Else)", - "description": "

    If your personal library has long since outgrown the bookshelves in your house, it’s probably time to pare things down. Donating old books to your local library, secondhand store, or Little Free Library is a great way to pass them on to a new home, but some books just aren’t appropriate to give away. As a donor, it’s…

    Read more...

    ", - "content": "

    If your personal library has long since outgrown the bookshelves in your house, it’s probably time to pare things down. Donating old books to your local library, secondhand store, or Little Free Library is a great way to pass them on to a new home, but some books just aren’t appropriate to give away. As a donor, it’s…

    Read more...

    ", - "category": "sharing economy", - "link": "https://lifehacker.com/no-one-wants-that-y2k-survival-guide-and-other-things-1848222017", - "creator": "A.A. Newton", - "pubDate": "Mon, 27 Dec 2021 18:00:00 GMT", + "title": "Pandemic mental health and Eurasia’s oldest jewellery", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03570-8", + "creator": "", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ec6abac6996a489af75bea9c8ef2b49", - "highlights": [] + "hash": "42c18d0faa5c99c45c0e9100562fe078" }, { - "title": "Never Charge a Device That Has Just Been in Below Freezing Temps", - "description": "

    There are plenty of times our devices are out in the cold. Maybe you’re skiing, and you take your iPhone along with you; maybe you ordered a brand-new tablet for the holidays, and the driver left it on your doorstep. Whatever the reason for your chilled devices, we have an important PSA: If your tech has a lithium-ion…

    Read more...

    ", - "content": "

    There are plenty of times our devices are out in the cold. Maybe you’re skiing, and you take your iPhone along with you; maybe you ordered a brand-new tablet for the holidays, and the driver left it on your doorstep. Whatever the reason for your chilled devices, we have an important PSA: If your tech has a lithium-ion…

    Read more...

    ", - "category": "environment", - "link": "https://lifehacker.com/never-charge-a-device-that-has-just-been-in-below-freez-1848221259", - "creator": "Jake Peterson", - "pubDate": "Mon, 27 Dec 2021 17:30:00 GMT", + "title": "What’s the best diet for people and the planet?", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03601-4", + "creator": "Benjamin Thompson", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a923387fbcacf07d5a0d11308d1799b6", - "highlights": [] + "hash": "a86a9691461a54eb28eb765375db049e" }, { - "title": "11 Lessons My Grill Taught Me in 2021", - "description": "

    Buying a Weber Kettle charcoal grill is one of the best decisions I made in 2021. Up until this year, I had been wary of this seemingly dad-dominated community of cookers, but I should have known better: All of my nicest readers are dads.

    Read more...

    ", - "content": "

    Buying a Weber Kettle charcoal grill is one of the best decisions I made in 2021. Up until this year, I had been wary of this seemingly dad-dominated community of cookers, but I should have known better: All of my nicest readers are dads.

    Read more...

    ", - "category": "kitchen", - "link": "https://lifehacker.com/11-lessons-my-grill-taught-me-in-2021-1848209645", - "creator": "Claire Lower", - "pubDate": "Mon, 27 Dec 2021 17:00:00 GMT", + "title": "This enormous eagle could have killed you, probably", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03585-1", + "creator": "", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a000de8d1f18f27f63c7ef89f16d5807", - "highlights": [] + "hash": "d990da531864a446a89e90953b641c3d" }, { - "title": "Hand These Home Maintenance Projects Over to Your Kids", - "description": "

    Kids are natural-born helpers. If there’s a job to do around the house, chances are good they’re willing to pitch in and help. We’ve got an age-by-age guide to kids’ chores, but they also love to assist on the occasional DIY home improvement project. Here are a few kid-friendly home maintenance projects you can hand…

    Read more...

    ", - "content": "

    Kids are natural-born helpers. If there’s a job to do around the house, chances are good they’re willing to pitch in and help. We’ve got an age-by-age guide to kids’ chores, but they also love to assist on the occasional DIY home improvement project. Here are a few kid-friendly home maintenance projects you can hand…

    Read more...

    ", + "title": "In situ Raman spectroscopy reveals the structure and dissociation of interfacial water", + "description": "", + "content": "\n ", "category": "", - "link": "https://lifehacker.com/hand-these-home-maintenance-projects-over-to-your-kids-1848243494", - "creator": "Becca Lewis", - "pubDate": "Mon, 27 Dec 2021 16:30:00 GMT", + "link": "https://www.nature.com/articles/s41586-021-04068-z", + "creator": "Yao-Hui Wang", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9823e718db45e37a166a7607dc1b1521", - "highlights": [] + "hash": "cc1557bbe085ea25a092abc6d7341f5f" }, { - "title": "10 of the Best Movies We Discovered for the First Time in 2021", - "description": "

    Sure, 2021 gifted us with plenty of good new releases, even if we streamed them from home rather than experiencing them in a movie theater. Even so, we saw no reason to limit ourselves only to that which this year has provided—especially now, as omicron wreaks its havoc, we’ve got all the time in the world to dive…

    Read more...

    ", - "content": "

    Sure, 2021 gifted us with plenty of good new releases, even if we streamed them from home rather than experiencing them in a movie theater. Even so, we saw no reason to limit ourselves only to that which this year has provided—especially now, as omicron wreaks its havoc, we’ve got all the time in the world to dive…

    Read more...

    ", - "category": "youtube", - "link": "https://lifehacker.com/10-of-the-best-movies-we-discovered-for-the-first-time-1848254559", - "creator": "Meghan Moravcik Walbert", - "pubDate": "Mon, 27 Dec 2021 16:00:00 GMT", + "title": "Reply to: Non-trivial role of internal climate feedback on interglacial temperature evolution", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03931-3", + "creator": "Samantha Bova", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6dbc2b547782d1a8f08499465a3ff641", - "highlights": [] + "hash": "97c9d21ecb1b650c7546cb6f2e4208ff" }, { - "title": "Everything You Shouldn't Do When Using a Space Heater", - "description": "

    Even if you live somewhere with central heating, sometimes it’s nice to get an extra boost of warmth from a space heater. And though modern space heaters have features that make them safer than earlier versions, it’s still important to keep safety in mind when dealing with anything that produces such high…

    Read more...

    ", - "content": "

    Even if you live somewhere with central heating, sometimes it’s nice to get an extra boost of warmth from a space heater. And though modern space heaters have features that make them safer than earlier versions, it’s still important to keep safety in mind when dealing with anything that produces such high…

    Read more...

    ", - "category": "space heater", - "link": "https://lifehacker.com/everything-you-shouldnt-do-when-using-a-space-heater-1848237212", - "creator": "Elizabeth Yuko", - "pubDate": "Mon, 27 Dec 2021 16:00:00 GMT", + "title": "Optomechanical dissipative solitons", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04012-1", + "creator": "Jing Zhang", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50c280b5747bec5b2b736bb8488abe82", - "highlights": [] + "hash": "0d5b81a0323c40b02bc24c103862b4cf" }, { - "title": "Avoid These Common New Year's Resolution Pitfalls", - "description": "

    No matter what we tell ourselves, the vast majority of New Year’s resolutions aren’t made to be kept. The promise that next year will be a little better if you just work hard enough is powerfully attractive—so attractive that we ignore how rarely it actually happens.

    Read more...

    ", - "content": "

    No matter what we tell ourselves, the vast majority of New Year’s resolutions aren’t made to be kept. The promise that next year will be a little better if you just work hard enough is powerfully attractive—so attractive that we ignore how rarely it actually happens.

    Read more...

    ", - "category": "new years resolution", - "link": "https://lifehacker.com/avoid-these-common-new-years-resolution-pitfalls-1848206410", - "creator": "A.A. Newton", - "pubDate": "Mon, 27 Dec 2021 15:30:00 GMT", + "title": "Bizarre tail weaponry in a transitional ankylosaur from subantarctic Chile", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04147-1", + "creator": "Sergio Soto-Acuña", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "24898eecf00d37c07f08dffb60705dbe", - "highlights": [] + "hash": "e037396dbd3ef61dde7cb066d542c2ec" }, { - "title": "How to Add More Natural Light to a Home Without Much of It", - "description": "

    Days are officially getting longer, but we still have a lot of the dark, winter season to go. And while there’s nothing we can do about the sun setting so early, we can maximize the amount of natural light our homes get when the sun is out during the day.

    Read more...

    ", - "content": "

    Days are officially getting longer, but we still have a lot of the dark, winter season to go. And while there’s nothing we can do about the sun setting so early, we can maximize the amount of natural light our homes get when the sun is out during the day.

    Read more...

    ", - "category": "light", - "link": "https://lifehacker.com/how-to-add-more-natural-light-to-a-home-without-much-of-1848269441", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 26 Dec 2021 18:00:00 GMT", + "title": "Footprint evidence of early hominin locomotor diversity at Laetoli, Tanzania", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04187-7", + "creator": "Ellison J. McNutt", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dda7b13658381da9c6ad1c245639402c" + "hash": "adf08c9507196ac151b96fdeed3cf5f3" }, { - "title": "How to Remove Rust Stains With Stuff That's Already in Your Home", - "description": "

    Rust may form on certain types of metal, but it can damage more than that. Its distinctive, deep reddish-brown color easily transfers to other materials, resulting in stains. Unfortunately, getting rust stains out of clothing, carpet, and off of surfaces like porcelain and ceramic requires some effort. Fortunately,…

    Read more...

    ", - "content": "

    Rust may form on certain types of metal, but it can damage more than that. Its distinctive, deep reddish-brown color easily transfers to other materials, resulting in stains. Unfortunately, getting rust stains out of clothing, carpet, and off of surfaces like porcelain and ceramic requires some effort. Fortunately,…

    Read more...

    ", - "category": "rust", - "link": "https://lifehacker.com/how-to-remove-rust-stains-with-stuff-thats-already-in-y-1848269438", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 26 Dec 2021 16:15:00 GMT", + "title": "Advancing mathematics by guiding human intuition with AI", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04086-x", + "creator": "Alex Davies", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c26bf38f55ae307bdca239700a19fb1" + "hash": "6ad456be50130f55c012fae81a0e4d13" }, { - "title": "Turn Your Leftover Holiday Cheeseball Into Gooey Mac & Cheese", - "description": "

    On a cold winter’s night in 2017, a friend brought a 20-ounce walnut- and bacon-covered cheeseball to my Christmas party. It was my first holiday cheeseball experience and I instantly became enamored with the novelty of having access to a gigantic sphere of nearly endless dip. But when the next day dawned, I was faced…

    Read more...

    ", - "content": "

    On a cold winter’s night in 2017, a friend brought a 20-ounce walnut- and bacon-covered cheeseball to my Christmas party. It was my first holiday cheeseball experience and I instantly became enamored with the novelty of having access to a gigantic sphere of nearly endless dip. But when the next day dawned, I was faced…

    Read more...

    ", - "category": "food paradise", - "link": "https://lifehacker.com/turn-your-leftover-holiday-cheeseball-into-gooey-mac-1848251507", - "creator": "Allie Chanthorn Reinmann", - "pubDate": "Sun, 26 Dec 2021 14:00:00 GMT", + "title": "Antiviral activity of bacterial TIR domains via immune signalling molecules", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04098-7", + "creator": "Gal Ofir", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3aaac00e9ed47c86bf95b39a3f43369a" + "hash": "ce11ba0ce9a4c1cd78523891cb86b9ad" }, { - "title": "How to Use Up Leftover Holiday Wrapping Paper", - "description": "

    The stockings were hung, the presents were wrapped and then unwrapped, and the gift-giving part of the holiday season has come to a close. But as you’re putting things away for the year, you notice that you have some leftover wrapping paper.

    Read more...

    ", - "content": "

    The stockings were hung, the presents were wrapped and then unwrapped, and the gift-giving part of the holiday season has come to a close. But as you’re putting things away for the year, you notice that you have some leftover wrapping paper.

    Read more...

    ", - "category": "wrapping", - "link": "https://lifehacker.com/how-to-use-up-leftover-holiday-wrapping-paper-1848269426", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 26 Dec 2021 14:00:00 GMT", + "title": "Antigen-presenting innate lymphoid cells orchestrate neuroinflammation", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04136-4", + "creator": "John B. Grigg", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51d4a4e41074b6cf86f6e68f4ef02e71" + "hash": "2e405a21e4fba1937cc66d66cb3bf583" }, { - "title": "Holiday Returns Are Different This Year", - "description": "

    Between widespread shipping issues and dealing with the COVID-19 pandemic (again), the 2021 holiday shopping season wasn’t without its challenges. Online retailers once again made shopping safer and more convenient this year, but what happens once the gifts are given, and some need to be returned or exchanged? Here…

    Read more...

    ", - "content": "

    Between widespread shipping issues and dealing with the COVID-19 pandemic (again), the 2021 holiday shopping season wasn’t without its challenges. Online retailers once again made shopping safer and more convenient this year, but what happens once the gifts are given, and some need to be returned or exchanged? Here…

    Read more...

    ", - "category": "online shopping", - "link": "https://lifehacker.com/holiday-returns-are-different-this-year-1848268977", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 25 Dec 2021 18:00:00 GMT", + "title": "Local circuit amplification of spatial selectivity in the hippocampus", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04169-9", + "creator": "Tristan Geiller", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59a0a6894369018d5dc98dc91113eb38" + "hash": "bbdb2721f53b565085eabde36a43a713" }, { - "title": "The First 15 Things You Should Cook In Your New Air Fryer", - "description": "

    This year felt, in many ways, like a repeat of the one that came before it. Covid is still around, our healthcare system still sucks, and eating inside restaurants still feels like a dangerous and mildly irresponsible activity. Another (happier) thing that didn’t change all that much was the air fryer’s popularity.

    Read more...

    ", - "content": "

    This year felt, in many ways, like a repeat of the one that came before it. Covid is still around, our healthcare system still sucks, and eating inside restaurants still feels like a dangerous and mildly irresponsible activity. Another (happier) thing that didn’t change all that much was the air fryer’s popularity.

    Read more...

    ", - "category": "air fryer", - "link": "https://lifehacker.com/the-first-15-things-you-should-cook-in-your-new-air-fry-1848217324", - "creator": "Claire Lower", - "pubDate": "Sat, 25 Dec 2021 17:00:00 GMT", + "title": "Cyclic evolution of phytoplankton forced by changes in tropical seasonality", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04195-7", + "creator": "Luc Beaufort", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "97d741778ab7305009597b63a51bf350" + "hash": "c0ce47787d67875b6b1006be284e4d4c" }, { - "title": "How to Tackle the Most Common Holiday Food Stains", - "description": "

    All the excitement of opening presents, spending time with friends and family, and getting to eat special foods that might only be available once a year is a lot all at once. There are countless things around the house that could spill, drip, or smear this time of year, but even if a little mess turns into a big…

    Read more...

    ", - "content": "

    All the excitement of opening presents, spending time with friends and family, and getting to eat special foods that might only be available once a year is a lot all at once. There are countless things around the house that could spill, drip, or smear this time of year, but even if a little mess turns into a big…

    Read more...

    ", - "category": "staining dyes", - "link": "https://lifehacker.com/how-to-tackle-the-most-common-holiday-food-stains-1848268990", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 25 Dec 2021 16:00:00 GMT", + "title": "Accuracy mechanism of eukaryotic ribosome translocation", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04131-9", + "creator": "Muminjon Djumagulov", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94b04953fedfdcbf983b41f5ddb15c87" + "hash": "5aef9e801605a5d11bf1385037cc164e" }, { - "title": "What to Buy (and Avoid) at After-Christmas Sales", - "description": "

    Traditionally in retail, the week or so after Christmas has been a time to get deep discounts on merchandise leftover from the holiday shopping season. Stores were looking to clear out their stock, and customers were looking for bargains. But the rise in the popularity of online shopping has changed the rules, and…

    Read more...

    ", - "content": "

    Traditionally in retail, the week or so after Christmas has been a time to get deep discounts on merchandise leftover from the holiday shopping season. Stores were looking to clear out their stock, and customers were looking for bargains. But the rise in the popularity of online shopping has changed the rules, and…

    Read more...

    ", - "category": "christmas", - "link": "https://lifehacker.com/what-to-buy-and-avoid-at-after-christmas-sales-1848268976", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 25 Dec 2021 14:00:00 GMT", + "title": "Quantifying social organization and political polarization in online platforms", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04167-x", + "creator": "Isaac Waller", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "371543dba27ea4d46217e289dfcd0b6d" + "hash": "f034bef35fa95929bc21f9f73b871a88" }, { - "title": "How to Respond to Your Family's Annual Holiday Inquisition on Why You Don't Have Kids", - "description": "

    In a sketch on the most recent episode of “Saturday Night Live,” a pair of mature women (played by Aidy Bryant and Kate McKinnon) were filming a commercial for HomeGoods that required them to talk about what they want for Christmas.

    Read more...

    ", - "content": "

    In a sketch on the most recent episode of “Saturday Night Live,” a pair of mature women (played by Aidy Bryant and Kate McKinnon) were filming a commercial for HomeGoods that required them to talk about what they want for Christmas.

    Read more...

    ", - "category": "aidy bryant", - "link": "https://lifehacker.com/how-to-respond-to-your-familys-annual-holiday-inquisiti-1848267012", - "creator": "Elizabeth Yuko", - "pubDate": "Fri, 24 Dec 2021 18:00:00 GMT", + "title": "Sound emission and annihilations in a programmable quantum vortex collider", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04047-4", + "creator": "W. J. Kwon", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86a2ce0ca7e80675b4a0ab3235d80e7e" + "hash": "a68ea0a2b3d48a6bd264150d89abfbce" }, { - "title": "The First 8 Things You Should Do With Your New Apple Watch", - "description": "

    So, you just unwrapped a brand new Apple Watch. Apple’s popular wearable is an awesome extension of your iPhone, and it comes packed with features that span health, fitness, communication, and entertainment. But before you dive into all of those fun and exciting options, there are eight things you should probably do

    Read more...

    ", - "content": "

    So, you just unwrapped a brand new Apple Watch. Apple’s popular wearable is an awesome extension of your iPhone, and it comes packed with features that span health, fitness, communication, and entertainment. But before you dive into all of those fun and exciting options, there are eight things you should probably do

    Read more...

    ", - "category": "apple", - "link": "https://lifehacker.com/the-first-8-things-you-should-do-with-your-new-apple-wa-1848145607", - "creator": "Jake Peterson", - "pubDate": "Fri, 24 Dec 2021 17:00:00 GMT", + "title": "Activation of homologous recombination in G1 preserves centromeric integrity", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04200-z", + "creator": "Duygu Yilmaz", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8de1f3d07ebbdf5539af38e68d500d7e" + "hash": "b8aca336ed1761bb2fc298fa4ea866db" }, { - "title": "How to Tell If eBay, Amazon, and Facebook Marketplace Items Are Stolen", - "description": "

    Long before the start of the seemingly never-ending pandemic, it was hard to resist the convenience of online shopping. But while buying something directly from a reputable retailer—or straight from the manufacturer—tends to ensure that you know exactly what you’re getting, the rise in popularity of online…

    Read more...

    ", - "content": "

    Long before the start of the seemingly never-ending pandemic, it was hard to resist the convenience of online shopping. But while buying something directly from a reputable retailer—or straight from the manufacturer—tends to ensure that you know exactly what you’re getting, the rise in popularity of online…

    Read more...

    ", - "category": "facebook", - "link": "https://lifehacker.com/how-to-tell-if-ebay-amazon-and-facebook-marketplace-i-1848267211", - "creator": "Elizabeth Yuko", - "pubDate": "Fri, 24 Dec 2021 16:00:00 GMT", + "title": "De novo protein design by deep network hallucination", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04184-w", + "creator": "Ivan Anishchenko", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16ad48acb5e1a6b5c8b33ab556c786d6" + "hash": "a3786897dfccba312041bd601922b88f" }, { - "title": "How to Take Decent Holiday Photos Without Forcing Anyone to Wear Matching Pajamas", - "description": "

    The rapid spread of the Omicron variant may have put a damper on your holiday plans, but that doesn’t mean you can’t get the festive photos you want (of those in your household). And while it can be hard to feel jolly (again) this year, you may appreciate having a record of your second pandemic Christmas years down…

    Read more...

    ", - "content": "

    The rapid spread of the Omicron variant may have put a damper on your holiday plans, but that doesn’t mean you can’t get the festive photos you want (of those in your household). And while it can be hard to feel jolly (again) this year, you may appreciate having a record of your second pandemic Christmas years down…

    Read more...

    ", - "category": "simon ringsmuth", - "link": "https://lifehacker.com/how-to-take-decent-holiday-photos-without-forcing-anyon-1848267227", - "creator": "Elizabeth Yuko", - "pubDate": "Fri, 24 Dec 2021 14:30:00 GMT", + "title": "Artificial intelligence aids intuition in mathematical discovery", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03512-4", + "creator": "Christian Stump", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9defef43ed694ebffb690030d5b1fcd7" + "hash": "73c80694b9513a78d86e2375532ad046" }, { - "title": "How to Get Live Subtitles on Your FaceTime Calls", - "description": "

    Have you ever wanted live subtitles during your FaceTime calls? Navi, a companion app for FaceTime, lets you add it on your iPhone, iPad, and your Mac, too. The app makes clever use of Apple’s SharePlay feature to show you live subtitles during your video calls with your friends, yet another good reason to use…

    Read more...

    ", - "content": "

    Have you ever wanted live subtitles during your FaceTime calls? Navi, a companion app for FaceTime, lets you add it on your iPhone, iPad, and your Mac, too. The app makes clever use of Apple’s SharePlay feature to show you live subtitles during your video calls with your friends, yet another good reason to use…

    Read more...

    ", - "category": "subtitles", - "link": "https://lifehacker.com/how-to-get-live-subtitles-on-your-facetime-calls-1848265431", - "creator": "Pranay Parab", - "pubDate": "Thu, 23 Dec 2021 20:00:00 GMT", + "title": "Industry scores higher than academia for job satisfaction", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03567-3", + "creator": "", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b061e1a9681df5a114d09fc97a00088" + "hash": "86da21ba9ff25b25bbca522d93d86325" }, { - "title": "Pretend You Actually Care It's Christmas With ‘The Flip’", - "description": "

    I don’t mean to brag, but one of the best things about being estranged from most of my family (aside from self-preservation) is that I don’t have to give a shit about the holidays if I don’t want to. And most years, I don’t. Most years, I coast and shimmy in my snow globe of cozy imperviousness, only peripherally…

    Read more...

    ", - "content": "

    I don’t mean to brag, but one of the best things about being estranged from most of my family (aside from self-preservation) is that I don’t have to give a shit about the holidays if I don’t want to. And most years, I don’t. Most years, I coast and shimmy in my snow globe of cozy imperviousness, only peripherally…

    Read more...

    ", - "category": "flip", - "link": "https://lifehacker.com/pretend-you-actually-care-its-christmas-with-the-flip-1848265023", - "creator": "Devojka", - "pubDate": "Thu, 23 Dec 2021 19:30:00 GMT", + "title": "DeepMind’s AI helps untangle the mathematics of knots", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03593-1", + "creator": "Davide Castelvecchi", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82ce65d6f382260c9be26606122c23ce" + "hash": "489277b745d4c2f2f970641523593420" }, { - "title": "Use the ‘Good, Better, Best’ System for Less Stressful Holiday Workouts", - "description": "

    The holiday season can be stressful, especially if you’re traveling, hosting guests, or in charge of all the Christmas shopping. On the one hand, there’s no time to exercise. On the other, if you skip your regular workouts, you may find yourself more stressed.

    Read more...

    ", - "content": "

    The holiday season can be stressful, especially if you’re traveling, hosting guests, or in charge of all the Christmas shopping. On the one hand, there’s no time to exercise. On the other, if you skip your regular workouts, you may find yourself more stressed.

    Read more...

    ", - "category": "fitness", - "link": "https://lifehacker.com/use-the-good-better-best-system-for-less-stressful-1848265236", - "creator": "Beth Skwarecki", - "pubDate": "Thu, 23 Dec 2021 19:00:00 GMT", + "title": "Mnemovirus", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03577-1", + "creator": "Alexander B. Joy", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56bd54548dc7680ea33789a97e2fbfd1" + "hash": "557f51a7205e84f340a049e60ca2df3a" }, { - "title": "The Real History of Festivus", - "description": "

    Festivus, sometimes called “The Seinfeld Holiday,” is an annual parody holiday celebrated on December 23 that was invented for “The Strike,” a 1997 episode of NBC’s sitcom Seinfeld. 

    Read more...

    ", - "content": "

    Festivus, sometimes called “The Seinfeld Holiday,” is an annual parody holiday celebrated on December 23 that was invented for “The Strike,” a 1997 episode of NBC’s sitcom Seinfeld. 

    Read more...

    ", - "category": "festivus", - "link": "https://lifehacker.com/the-real-history-of-festivus-1848265216", - "creator": "Stephen Johnson", - "pubDate": "Thu, 23 Dec 2021 18:30:00 GMT", + "title": "Africa: tackle HIV and COVID-19 together", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03546-8", + "creator": "Nokukhanya Msomi", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f413e2639352b978de8c404bc0062bca" + "hash": "4c1eeb09c36d6b44592a99321b9744d4" }, { - "title": "9 Useful Features for Anyone Who Takes Screenshots on Their iPhone", - "description": "

    Your iPhone’s built-in screenshot tool has several cool tricks up its sleeve. From turning your squiggly hand-drawn lines into perfectly symmetrical shapes to hiding sensitive information, there’s a lot more you can do than you might expect. Here’s how to make the most of your iPhone’s screenshot utility.

    Read more...

    ", - "content": "

    Your iPhone’s built-in screenshot tool has several cool tricks up its sleeve. From turning your squiggly hand-drawn lines into perfectly symmetrical shapes to hiding sensitive information, there’s a lot more you can do than you might expect. Here’s how to make the most of your iPhone’s screenshot utility.

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/9-useful-features-for-anyone-who-takes-screenshots-on-t-1848264725", - "creator": "Pranay Parab", - "pubDate": "Thu, 23 Dec 2021 18:00:00 GMT", + "title": "What humanity should eat to stay healthy and save the planet", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03565-5", + "creator": "Gayathri Vaidyanathan", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e4da151b1a56dda9f25b61f6961efe83" + "hash": "7911ad67fbb1617d1a69e257c6f5abb7" }, { - "title": "What to Do When You Run Out of Wrapping Paper, and Other Last-Minute Holiday Hacks You Need", - "description": "

    The holidays are upon us and we could all use a few ways to simplify the madness. A few hacks you’ve probably never thought of before—from gift wrap and ornament storage to making the roaringest fire and most effervescent New Year’s beverages—generated from easy-to-find household items? I’m glad you asked.

    Read more...

    ", - "content": "

    The holidays are upon us and we could all use a few ways to simplify the madness. A few hacks you’ve probably never thought of before—from gift wrap and ornament storage to making the roaringest fire and most effervescent New Year’s beverages—generated from easy-to-find household items? I’m glad you asked.

    Read more...

    ", - "category": "materials", - "link": "https://lifehacker.com/what-to-do-when-you-run-out-of-wrapping-paper-and-othe-1848263815", - "creator": "Sarah Showfety", - "pubDate": "Thu, 23 Dec 2021 17:00:00 GMT", + "title": "Armoured dinosaurs of the Southern Hemisphere", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03572-6", + "creator": "", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16dbfa81f6a8219721c9b99c9e4cb434" + "hash": "6233b23b64a17882d50b101554b55ec5" }, { - "title": "These Are the Tools You Need in Case of an Earthquake, Flood, or Wildfire", - "description": "

    Different regions of the U.S. are prone to different types of natural disasters. While you may already have a basic emergency kit on hand with food, water, and a first aid kit, there are other tools you can—and should—invest in, depending on where you live and the type of natural disaster most likely to strike near…

    Read more...

    ", - "content": "

    Different regions of the U.S. are prone to different types of natural disasters. While you may already have a basic emergency kit on hand with food, water, and a first aid kit, there are other tools you can—and should—invest in, depending on where you live and the type of natural disaster most likely to strike near…

    Read more...

    ", - "category": "flood", - "link": "https://lifehacker.com/these-are-the-tools-you-need-in-case-of-an-earthquake-1848260688", - "creator": "Becca Lewis", - "pubDate": "Thu, 23 Dec 2021 16:30:00 GMT", + "title": "Earth’s eccentric orbit paced the evolution of marine phytoplankton", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03549-5", + "creator": "Rosalind E. M. Rickaby", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "532b59067b73c668eaf0e59deb5815fb" + "hash": "e976565e1fc17d07fbc610c4a9bd8d42" }, { - "title": "Do You Want a Double-Height Monitor?", - "description": "

    LG announced a new, weird-looking monitor this week that could create a new segment of the monitor market. Or it could be a gimmicky relic that no one will ever use. Either way, the LG DualUp is unique: It’s double-high, offering a taller-than-it-is-wide aspect ratio of 16:18. You can use it like a couple of 21.5-inch…

    Read more...

    ", - "content": "

    LG announced a new, weird-looking monitor this week that could create a new segment of the monitor market. Or it could be a gimmicky relic that no one will ever use. Either way, the LG DualUp is unique: It’s double-high, offering a taller-than-it-is-wide aspect ratio of 16:18. You can use it like a couple of 21.5-inch…

    Read more...

    ", - "category": "monitor", - "link": "https://lifehacker.com/do-you-want-a-double-height-monitor-1848261537", - "creator": "Stephen Johnson", - "pubDate": "Thu, 23 Dec 2021 16:00:00 GMT", + "title": "‘BRICS’ nations are collaborating on science but need a bigger global platform", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03568-2", + "creator": "", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b76f93f56de49d9b7bc34048c50a30c" + "hash": "857614b74c577c0930ee4c24147bc8b8" }, { - "title": "How to Quickly Record Your Mac's Screen to Capture a Wild Moment", - "description": "

    Maybe you want to guide someone through an application, show your parents how to use a website, or capture a wild moment in a video call. Suffice it to say, there are many reasons why you might want to create a video of what’s on your Mac’s screen.

    Read more...

    ", - "content": "

    Maybe you want to guide someone through an application, show your parents how to use a website, or capture a wild moment in a video call. Suffice it to say, there are many reasons why you might want to create a video of what’s on your Mac’s screen.

    Read more...

    ", - "category": "point and click", - "link": "https://lifehacker.com/how-to-quickly-record-your-macs-screen-to-capture-a-wil-1848263347", - "creator": "Khamosh Pathak", - "pubDate": "Thu, 23 Dec 2021 15:30:00 GMT", + "title": "Hominin footprints at Laetoli reveal a walk on the wild side", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03469-4", + "creator": "Stephanie M. Melillo", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6eb1c7a2cddd58332be7e5d434d870b" + "hash": "6dbc9d350903ac43d51cd00bf5fb3278" }, { - "title": "How to Choose Between Rip, Cross-cut, and Combination Blades for Your Woodworking Project", - "description": "

    Saw Blades come in many different types, and knowing the difference will save you time and extra trips to the hardware store. Using the right blade will also make your cut easier and look better, so here are the most common types of blades you’ll be looking for, and when to use them.

    Read more...

    ", - "content": "

    Saw Blades come in many different types, and knowing the difference will save you time and extra trips to the hardware store. Using the right blade will also make your cut easier and look better, so here are the most common types of blades you’ll be looking for, and when to use them.

    Read more...

    ", - "category": "saws", - "link": "https://lifehacker.com/how-to-choose-between-rip-cross-cut-and-combination-b-1848259529", - "creator": "Becca Lewis", - "pubDate": "Thu, 23 Dec 2021 15:00:00 GMT", + "title": "World commits to a pandemic-response pact: what’s next", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03596-y", + "creator": "Amy Maxmen", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b4aa6f8355505c4857e4e12c67c1e25" + "hash": "89302122318ae18d673eaefa0356ba3b" }, { - "title": "12 of the Most Underrated iPhone Features, According to Reddit", - "description": "

    Sure, everyone and their mother has an iPhone, but that doesn’t mean the entire experience is overrated. Quite the opposite, in fact; there are plenty of features on iOS that simply don’t get talked about enough in the public sphere. We all know how convenient iMessage and FaceTime are, or how good the photos and…

    Read more...

    ", - "content": "

    Sure, everyone and their mother has an iPhone, but that doesn’t mean the entire experience is overrated. Quite the opposite, in fact; there are plenty of features on iOS that simply don’t get talked about enough in the public sphere. We all know how convenient iMessage and FaceTime are, or how good the photos and…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/12-of-the-most-underrated-iphone-features-according-to-1848258335", - "creator": "Jake Peterson", - "pubDate": "Thu, 23 Dec 2021 14:30:00 GMT", + "title": "How to tell a compelling story in scientific presentations", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03603-2", + "creator": "Bruce Kirchoff", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb6731c9897c5eed9efb096fb10ef00f" + "hash": "30fd2668c2f4af909969239427e49d0d" }, { - "title": "Last-Minute Gift Ideas If Your Only Option Is the Drug Store", - "description": "

    Well, well, well. The hour is nigh, and you’re in need of a last-minute gift. It’s too late for even the fastest online delivery, and most viable in-person store options are already closed. All that’s left to do is invent an excuse to get out of the house and proceed to sprint to your local 24-hour drug store.

    Read more...

    ", - "content": "

    Well, well, well. The hour is nigh, and you’re in need of a last-minute gift. It’s too late for even the fastest online delivery, and most viable in-person store options are already closed. All that’s left to do is invent an excuse to get out of the house and proceed to sprint to your local 24-hour drug store.

    Read more...

    ", - "category": "gift", - "link": "https://lifehacker.com/last-minute-gift-ideas-if-your-only-option-is-the-drug-1848090638", - "creator": "Meredith Dietz", - "pubDate": "Thu, 23 Dec 2021 14:00:00 GMT", + "title": "A visual guide to repairing the retina", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03575-3", + "creator": "Michael Eisenstein", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9ee4836217b5f70eb2351e2d430db63" + "hash": "abf601907b3e2406ff5d37edf710b931" }, { - "title": "How to Track Santa on His Yearly Trip South, We Mean Really Stalk His Ass", - "description": "

    So, your long-awaited holiday trip to visit family or friends was cancelled—for the second year in a row. It has occurred to you that, yet again, the kids will be off from school and need to be kept occupied. For a brief moment, you consider telling them to go read a book or do a puzzle, or something that doesn’t…

    Read more...

    ", - "content": "

    So, your long-awaited holiday trip to visit family or friends was cancelled—for the second year in a row. It has occurred to you that, yet again, the kids will be off from school and need to be kept occupied. For a brief moment, you consider telling them to go read a book or do a puzzle, or something that doesn’t…

    Read more...

    ", - "category": "ipad", - "link": "https://lifehacker.com/how-to-track-santa-on-his-yearly-trip-south-we-mean-re-1848256411", - "creator": "Elizabeth Yuko", - "pubDate": "Thu, 23 Dec 2021 13:30:00 GMT", + "title": "Daily briefing: Omicron was already spreading in Europe", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03610-3", + "creator": "Flora Graham", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c9e8cb1bd4400b33e00b9d75e4d2c74" + "hash": "e5194201ea7a6157745666dbb56aa249" }, { - "title": "How to Watch the Launch of the James Webb Space Telescope (and Why It’s Big Deal)", - "description": "

    Astronomers, scientists, and space-hobbyists all over the world are nervously chewing their nails this holiday season over the Christmas Day launch of the James Webb Space Telescope. If all goes according to plan, liftoff will take place on Dec. 25 at 7:20 a.m. ET. If you’re in French Guiana, you can watch the launch…

    Read more...

    ", - "content": "

    Astronomers, scientists, and space-hobbyists all over the world are nervously chewing their nails this holiday season over the Christmas Day launch of the James Webb Space Telescope. If all goes according to plan, liftoff will take place on Dec. 25 at 7:20 a.m. ET. If you’re in French Guiana, you can watch the launch…

    Read more...

    ", - "category": "telescope", - "link": "https://lifehacker.com/how-to-watch-the-launch-of-the-james-webb-space-telesco-1848260246", - "creator": "Stephen Johnson", - "pubDate": "Wed, 22 Dec 2021 20:06:37 GMT", + "title": "Choreographing water molecules to speed up hydrogen production", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03511-5", + "creator": "Matthias M. Waegele", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7f6de5708d5c5063702dcd56df7d53c" + "hash": "26da92b50a5b400fadcde1aa18bc3fcc" }, { - "title": "17 Jump Rope Tricks You Can Learn, Ranked Easiest to Hardest", - "description": "

    A jump rope is a simple, portable tool that lets you do a cardio workout in a small space. But if you find plain old jumping to be boring, consider treating jump rope as a skill, like dancing. We’ve put together a list of jump rope moves you can learn, with a tutorial video for each.

    Read more...

    ", - "content": "

    A jump rope is a simple, portable tool that lets you do a cardio workout in a small space. But if you find plain old jumping to be boring, consider treating jump rope as a skill, like dancing. We’ve put together a list of jump rope moves you can learn, with a tutorial video for each.

    Read more...

    ", - "category": "rope", - "link": "https://lifehacker.com/17-jump-rope-tricks-you-can-learn-ranked-easiest-to-ha-1848254590", - "creator": "Beth Skwarecki", - "pubDate": "Wed, 22 Dec 2021 19:30:00 GMT", + "title": "Robotic sample return reveals lunar secrets", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03547-7", + "creator": "Richard W. Carlson", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "578e9e42e31f10ed844e7a003ed97203" + "hash": "bd311fb546ac76166eeb6b94fcca1f75" }, { - "title": "What 'Proper Ventilation' Even Means for Your Home", - "description": "

    When talking about the ways to reduce the risk of COVID-19 transmission among the people in your own home, public health experts often mention the importance of keeping your home “properly ventilated.” But the instructions end there.

    Read more...

    ", - "content": "

    When talking about the ways to reduce the risk of COVID-19 transmission among the people in your own home, public health experts often mention the importance of keeping your home “properly ventilated.” But the instructions end there.

    Read more...

    ", - "category": "ventilation", - "link": "https://lifehacker.com/what-proper-ventilation-even-means-for-your-home-1848256419", - "creator": "Elizabeth Yuko", - "pubDate": "Wed, 22 Dec 2021 19:00:00 GMT", + "title": "An autoimmune stem-like CD8 T cell population drives type 1 diabetes", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04248-x", + "creator": "Sofia V. Gearty", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aa201be8e9f3f4ff043ae3dce471a8f7" + "hash": "d6d2c42da7d2b741c9d9108ced85e682" }, { - "title": "Parents, Take the Holiday Pressure Off Yourself Right-Effing-Now", - "description": "

    Let me start by saying, I have three kids—which feels like too many. I was raised by an old-school southern housewife who chaperoned every field trip and doled out sundaes at school events (and carry with me the internalized pressure to do the same). But I have a full-time job, a husband who just had COVID while I…

    Read more...

    ", - "content": "

    Let me start by saying, I have three kids—which feels like too many. I was raised by an old-school southern housewife who chaperoned every field trip and doled out sundaes at school events (and carry with me the internalized pressure to do the same). But I have a full-time job, a husband who just had COVID while I…

    Read more...

    ", - "category": "pinterest", - "link": "https://lifehacker.com/parents-take-the-holiday-pressure-off-yourself-right-f-1848257611", - "creator": "Sarah Showfety", - "pubDate": "Wed, 22 Dec 2021 18:30:00 GMT", + "title": "Author Correction: Targeting LIF-mediated paracrine interaction for pancreatic cancer therapy and monitoring", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04176-w", + "creator": "Yu Shi", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e6ffd65fc005aee629593e84d9cca39" + "hash": "6c76d524fc7e9413e92916c7caa477c3" }, { - "title": "Yes, Your Cat Is an Actual Psychopath (and How to Deal With It)", - "description": "

    We don’t toss the phrase “depraved indifference” around too often, but when we do, it’s most likely in reference to a cat. Anyone who has been in contact with a house cat of any breed knows why they have a reputation as soulless manipulators: They stare at you with the blank-faced serenity of a serial killer, usually…

    Read more...

    ", - "content": "

    We don’t toss the phrase “depraved indifference” around too often, but when we do, it’s most likely in reference to a cat. Anyone who has been in contact with a house cat of any breed knows why they have a reputation as soulless manipulators: They stare at you with the blank-faced serenity of a serial killer, usually…

    Read more...

    ", - "category": "cats", - "link": "https://lifehacker.com/yes-your-cat-is-an-actual-psychopath-and-how-to-deal-1848245043", - "creator": "Jeff Somers", - "pubDate": "Wed, 22 Dec 2021 18:00:00 GMT", + "title": "Time-Crystalline Eigenstate Order on a Quantum Processor", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04257-w", + "creator": "Xiao Mi", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "67d1a9ff4578a91da905b60080993541" + "hash": "38bb26f060dbb80c503f163f9ef082e0" }, { - "title": "10 of the Best Exercises You Can Do Without Leaving Bed", - "description": "

    There are a lot of reasons to stay in bed these days. The temperature is getting lower, and COVID cases are once again rising. If you want to stay under the covers, but still want to fit in some kind of movement, we’ve rounded up some exercises you can without getting out of bed.

    Read more...

    ", - "content": "

    There are a lot of reasons to stay in bed these days. The temperature is getting lower, and COVID cases are once again rising. If you want to stay under the covers, but still want to fit in some kind of movement, we’ve rounded up some exercises you can without getting out of bed.

    Read more...

    ", - "category": "bodyweight exercise", - "link": "https://lifehacker.com/10-of-the-best-exercises-you-can-do-without-leaving-bed-1848258293", - "creator": "Meredith Dietz", - "pubDate": "Wed, 22 Dec 2021 17:30:00 GMT", + "title": "Climate researchers: consider standing for office — I did", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03540-0", + "creator": "John Dearing", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d5f0d862cef36f001d964ad99e1a486" + "hash": "24abe63dd0f96545eba88e246dd60a27" }, { - "title": "How to Find That TikTok You Accidentally Refreshed and Thought You Lost Forever", - "description": "

    TikTok is an infinite, bottomless pit of addiction, with each video algorithmically curated to your particular tastes and interests. With so many relevant videos scrolling past your face, it’s impressive that losing just one of them is such a tragedy. But it is; there is no pain greater than thoroughly enjoying a…

    Read more...

    ", - "content": "

    TikTok is an infinite, bottomless pit of addiction, with each video algorithmically curated to your particular tastes and interests. With so many relevant videos scrolling past your face, it’s impressive that losing just one of them is such a tragedy. But it is; there is no pain greater than thoroughly enjoying a…

    Read more...

    ", - "category": "tiktok", - "link": "https://lifehacker.com/how-to-find-that-tiktok-you-accidentally-refreshed-and-1848257773", - "creator": "Jake Peterson", - "pubDate": "Wed, 22 Dec 2021 17:00:00 GMT", + "title": "Animal experiments: EU is pushing to find substitutes fast", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03539-7", + "creator": "Stefan Hippenstiel", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "46b80d13d43d14ef709f6de0f4f546f1" + "hash": "18b9cbc8a6561982178f68c5f30b0464" }, { - "title": "14 Ways to Prolong Your iPhone's Battery Life", - "description": "

    Got an older iPhone? Suffering from battery drain on a newer iPhone but just can’t figure out why? We have some good news for you: It doesn’t matter what state your iPhone is in, there are a bunch of tricks you can use to extend its battery life so you don’t need to worry about running out of juice by lunchtime every…

    Read more...

    ", - "content": "

    Got an older iPhone? Suffering from battery drain on a newer iPhone but just can’t figure out why? We have some good news for you: It doesn’t matter what state your iPhone is in, there are a bunch of tricks you can use to extend its battery life so you don’t need to worry about running out of juice by lunchtime every…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/14-ways-to-prolong-your-iphones-battery-life-1848218250", - "creator": "Khamosh Pathak", - "pubDate": "Wed, 22 Dec 2021 16:30:00 GMT", + "title": "From the archive", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03513-3", + "creator": "", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "image": "", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9272679e0f1b5d43f9a4e655ab0810e" + "hash": "e300f90863bd72481321dc690b410a36" }, { - "title": "How Much Light Do You Really Need While Reading?", - "description": "

    “Turn on a light! You’ll ruin your eyes! ” I grew up with warnings like these, followed by the click of a light switches, almost every time my mother found me nose-deep in a book. She never listened to my arguments that I could see the pages just fine. The Mom Logic was straightforward and unyielding: If I didn’t turn…

    Read more...

    ", - "content": "

    “Turn on a light! You’ll ruin your eyes! ” I grew up with warnings like these, followed by the click of a light switches, almost every time my mother found me nose-deep in a book. She never listened to my arguments that I could see the pages just fine. The Mom Logic was straightforward and unyielding: If I didn’t turn…

    Read more...

    ", - "category": "light", - "link": "https://lifehacker.com/how-much-light-do-you-really-need-while-reading-1848197735", - "creator": "Sara Murphy", - "pubDate": "Wed, 22 Dec 2021 16:00:00 GMT", + "title": "Collaborate equitably in ancient DNA research and beyond", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03541-z", + "creator": "Mehmet Somel", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db166dcc98afaca340aa5c41c6225290" + "hash": "bcafe1b654f01127537f0dddf1642991" }, { - "title": "When It Helps to Talk About Your Grief (and When It Doesn't)", - "description": "

    Grief is a normal part of coping with a loss. Whether it’s the death of a loved one, coping with a major illness, or navigating the end of a relationship, grief looks and feels different for everyone. While many people find that talking about their grief can help them make sense of their loss, there are also times…

    Read more...

    ", - "content": "

    Grief is a normal part of coping with a loss. Whether it’s the death of a loved one, coping with a major illness, or navigating the end of a relationship, grief looks and feels different for everyone. While many people find that talking about their grief can help them make sense of their loss, there are also times…

    Read more...

    ", - "category": "grief", - "link": "https://lifehacker.com/when-it-helps-to-talk-about-your-grief-and-when-it-doe-1848257772", - "creator": "Rachel Fairbank", - "pubDate": "Wed, 22 Dec 2021 15:35:53 GMT", + "title": "Across the Sahara in a day: swifts zip across the desert at amazing rates", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03582-4", + "creator": "", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "838ea1fcfc773e913057a220b1cc7ba4" + "hash": "b1e14bdeda807796d202035badde680e" }, { - "title": "12 Ways to Repurpose Old Board Games Without Getting Too Crafty", - "description": "

    Board games have been persistently popular despite the invention of television, video games, and TikTok, and people of all ages still enjoy an evening spent moving plastic pieces around a no-tech board—in fact, board games seem more popular than ever despite the technological wonders at our fingertips. This means more…

    Read more...

    ", - "content": "

    Board games have been persistently popular despite the invention of television, video games, and TikTok, and people of all ages still enjoy an evening spent moving plastic pieces around a no-tech board—in fact, board games seem more popular than ever despite the technological wonders at our fingertips. This means more…

    Read more...

    ", - "category": "games", - "link": "https://lifehacker.com/12-ways-to-repurpose-old-board-games-without-getting-to-1848253303", - "creator": "Jeff Somers", - "pubDate": "Wed, 22 Dec 2021 15:00:00 GMT", + "title": "Ancient-DNA researchers write their own rules", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03542-y", + "creator": "Krystal S. Tsosie", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6b4fe74c327bc6c963b9e55e654a41f" + "hash": "c1b76b30ba166180d2fec3db2d13bcbb" }, { - "title": "15 of the Best Steam Games You Can Play on Weaker PCs", - "description": "

    PC gaming might offer cutting-edge graphics and gameplay, but most players do not own a high-end gaming rig. In fact, according to a recent survey by VPN Overview, the average Steam user only has an NVIDIA GeForce GTX 1060 graphics card and older quad-core Intel CPUs. A setup like that can only play about 41 of the…

    Read more...

    ", - "content": "

    PC gaming might offer cutting-edge graphics and gameplay, but most players do not own a high-end gaming rig. In fact, according to a recent survey by VPN Overview, the average Steam user only has an NVIDIA GeForce GTX 1060 graphics card and older quad-core Intel CPUs. A setup like that can only play about 41 of the…

    Read more...

    ", - "category": "chrono trigger", - "link": "https://lifehacker.com/15-of-the-best-steam-games-you-can-play-on-weaker-pcs-1848255566", - "creator": "Brendan Hesse", - "pubDate": "Wed, 22 Dec 2021 14:30:00 GMT", + "title": "China’s Mars rover has amassed reams of novel geological data", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03554-8", + "creator": "Smriti Mallapaty", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "859f5c976229badbe2a80e93e456b576" + "hash": "f0258a527eed3736f3d1af5863fd8233" }, { - "title": "Tool Libraries Are the Smartest Way to Save Money on DIY Projects", - "description": "

    If you’re diving into DIY home repairs or building projects, the cost of tools can be prohibitive. That’s when a tool library can come in handy, especially if you’re looking to use a tool once for a specific project or if you’d like to test drive a type of tool before investing in your own. Rather than buying or…

    Read more...

    ", - "content": "

    If you’re diving into DIY home repairs or building projects, the cost of tools can be prohibitive. That’s when a tool library can come in handy, especially if you’re looking to use a tool once for a specific project or if you’d like to test drive a type of tool before investing in your own. Rather than buying or…

    Read more...

    ", - "category": "tool", - "link": "https://lifehacker.com/tool-libraries-are-the-smartest-way-to-save-money-on-di-1848256776", - "creator": "Becca Lewis", - "pubDate": "Wed, 22 Dec 2021 14:17:00 GMT", + "title": "The United States needs a department of technology and science policy", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03543-x", + "creator": "Harold Varmus", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e525e471e1db4c4cd55951f2e929bd4c" + "hash": "9e3f62b2606892f72f7a334c0ea979f1" }, { - "title": "How to Actually Detach Yourself From Work Over the Holidays", - "description": "

    The holiday season is that special time of year for kicking back, spending quality time with family, and...answering emails from your boss and scrolling through Slack notifications. Nope, not this year! If you’re taking a break this holiday season—a real break—that should also include breaking from work. Technology…

    Read more...

    ", - "content": "

    The holiday season is that special time of year for kicking back, spending quality time with family, and...answering emails from your boss and scrolling through Slack notifications. Nope, not this year! If you’re taking a break this holiday season—a real break—that should also include breaking from work. Technology…

    Read more...

    ", - "category": "mobile software", - "link": "https://lifehacker.com/how-to-actually-detach-yourself-from-work-over-the-holi-1848105298", - "creator": "Jake Peterson", - "pubDate": "Wed, 22 Dec 2021 13:30:00 GMT", + "title": "Daily briefing: Multicellular living robots build their own offspring", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03595-z", + "creator": "Flora Graham", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ec5dc94256edb22ade781fa1d3085bf" + "hash": "30e03c93207ca290b806ca4e740db730" }, { - "title": "The Best Cream Cheese Substitutions for Your Holiday Recipes During the Shortage", - "description": "

    We’ve all dealt with our fair share of hurdles in 2021, but it’s gotten to the point that even your holiday menu requires some ingredient-gymnastics. If you haven’t heard: We’re experiencing a national cream cheese shortage. Prices have gone up, and in some places it’s hard (or impossible) to find. Even if you have…

    Read more...

    ", - "content": "

    We’ve all dealt with our fair share of hurdles in 2021, but it’s gotten to the point that even your holiday menu requires some ingredient-gymnastics. If you haven’t heard: We’re experiencing a national cream cheese shortage. Prices have gone up, and in some places it’s hard (or impossible) to find. Even if you have…

    Read more...

    ", - "category": "cream cheese", - "link": "https://lifehacker.com/the-best-cream-cheese-substitutions-for-your-holiday-re-1848254462", - "creator": "Allie Chanthorn Reinmann", - "pubDate": "Wed, 22 Dec 2021 13:00:00 GMT", + "title": "What the Moderna–NIH COVID vaccine patent fight means for research", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03535-x", + "creator": "Heidi Ledford", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "646727a3324975d9637626ba5a93f570" + "hash": "9bc46f0042655a770564e76bce094f52" }, { - "title": "How to Spot ‘Coordinated Inauthentic Behavior’ on Facebook, According to Snopes", - "description": "

    “Coordinated Inauthentic Behavior,” a phrase coined by Facebook, is the use of multiple social media accounts or pages to mislead or influence people for political or financial ends. As part of the deception, these pages hide the identities and obscure the motives of the people behind them.

    Read more...

    ", - "content": "

    “Coordinated Inauthentic Behavior,” a phrase coined by Facebook, is the use of multiple social media accounts or pages to mislead or influence people for political or financial ends. As part of the deception, these pages hide the identities and obscure the motives of the people behind them.

    Read more...

    ", - "category": "facebook", - "link": "https://lifehacker.com/how-to-spot-coordinated-inauthentic-behavior-on-faceb-1848253059", - "creator": "Stephen Johnson", - "pubDate": "Tue, 21 Dec 2021 20:00:00 GMT", + "title": "Author Correction: Estimating a social cost of carbon for global energy consumption", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04185-9", + "creator": "Ashwin Rode", + "pubDate": "2021-11-29", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4119eb6b091b622955a3369b6c23e0d8" + "hash": "bbe0bd212a4e28c188986b73ddb29a3d" }, { - "title": "This App Lets You Browse the Internet on Your Apple Watch", - "description": "

    Ever wanted to browse the internet on your Apple Watch? There’s an app called µBrowser ($0.99) that lets you do just that, so that if your phone is dead or you’re at the gym without it, your Apple Watch can still help you find things on the web.

    Read more...

    ", - "content": "

    Ever wanted to browse the internet on your Apple Watch? There’s an app called µBrowser ($0.99) that lets you do just that, so that if your phone is dead or you’re at the gym without it, your Apple Watch can still help you find things on the web.

    Read more...

    ", - "category": "apple watch", - "link": "https://lifehacker.com/this-app-lets-you-browse-the-internet-on-your-apple-wat-1848252863", - "creator": "Pranay Parab", - "pubDate": "Tue, 21 Dec 2021 19:30:00 GMT", + "title": "‘For a brown invertebrate’: rescuing native UK oysters", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03573-5", + "creator": "Virginia Gewin", + "pubDate": "2021-11-29", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e129f2b212c49bf0ae6b7eb230167154" + "hash": "edef24ba21555c544ee78236baae8d4b" }, { - "title": "Take a Photo of Grandpa's Remote When You Visit", - "description": "

    If you’ve ever been enlisted as tech support via phone for a parent or grandparent trying to work through a problem they’re having with technology, you know how frustrating it can be. You have to figure out how to solve their problem, yes, but you also have to figure out how to talk them through the fix—all without…

    Read more...

    ", - "content": "

    If you’ve ever been enlisted as tech support via phone for a parent or grandparent trying to work through a problem they’re having with technology, you know how frustrating it can be. You have to figure out how to solve their problem, yes, but you also have to figure out how to talk them through the fix—all without…

    Read more...

    ", - "category": "grandpa", - "link": "https://lifehacker.com/take-a-photo-of-grandpas-remote-when-you-visit-1848252060", - "creator": "Beth Skwarecki", - "pubDate": "Tue, 21 Dec 2021 19:00:00 GMT", + "title": "Is this mammoth-ivory pendant Eurasia’s oldest surviving jewellery?", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03534-y", + "creator": "Tosin Thompson", + "pubDate": "2021-11-29", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b2f5288667aeccaa74a01cbd8036e44" + "hash": "0b2226e40f03a13ca0c0483cf894bb4d" }, { - "title": "12 TV Shows That Nakedly Explore Sex Work, Porn, and Sexuality", - "description": "

    There’s plenty of sex on TV, though much of it is incidental window dressing—thoughtlessly tossed in as if by decree from ratings-hungry executives (looking at you, Game of Thrones).

    Read more...

    ", - "content": "

    There’s plenty of sex on TV, though much of it is incidental window dressing—thoughtlessly tossed in as if by decree from ratings-hungry executives (looking at you, Game of Thrones).

    Read more...

    ", - "category": "sex work", - "link": "https://lifehacker.com/12-tv-shows-that-nakedly-explore-sex-work-porn-and-se-1848248358", - "creator": "Ross Johnson", - "pubDate": "Tue, 21 Dec 2021 18:28:00 GMT", + "title": "Audio long-read: The chase for fusion energy", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03501-7", + "creator": "Philip Ball", + "pubDate": "2021-11-29", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b18698cffab1f23ef8f672d49787aeb2" + "hash": "98af222f8099064b64f765f848cb3676" }, { - "title": "Why Distracting Yourself Is Better Than 'Positive Thinking'", - "description": "

    Toxic positivity has earned a lot of backlash recently. Of course, we shouldn’t berate ourselves with negative self-talk, and there’s value in encouraging ourselves when fearful (I routinely utter, “I have all the skills I need” like a dime-store Stuart Smalley before doing anything nerve-wracking), but there’s also…

    Read more...

    ", - "content": "

    Toxic positivity has earned a lot of backlash recently. Of course, we shouldn’t berate ourselves with negative self-talk, and there’s value in encouraging ourselves when fearful (I routinely utter, “I have all the skills I need” like a dime-store Stuart Smalley before doing anything nerve-wracking), but there’s also…

    Read more...

    ", - "category": "jane mcgonigal", - "link": "https://lifehacker.com/why-distraction-is-better-than-positive-thinking-1848252199", - "creator": "Sarah Showfety", - "pubDate": "Tue, 21 Dec 2021 18:00:00 GMT", + "title": "Victories against AIDS have lessons for COVID-19", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03569-1", + "creator": "Anthony Fauci", + "pubDate": "2021-11-29", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d17652ffe79742a441cef36de491f14" + "hash": "e54386fffee4976207c2c1c0f413fd63" }, { - "title": "How to Choose the Best Screw or Nail for Any Project", - "description": "

    If you’re tackling even a small DIY project around the house, navigating the fastener aisle at the hardware store can be daunting. There are hundreds of different types of screws, nails, bolts, and staples on offer, and it can be tricky to know exactly which one you need to finish the job. But choosing the right type…

    Read more...

    ", - "content": "

    If you’re tackling even a small DIY project around the house, navigating the fastener aisle at the hardware store can be daunting. There are hundreds of different types of screws, nails, bolts, and staples on offer, and it can be tricky to know exactly which one you need to finish the job. But choosing the right type…

    Read more...

    ", - "category": "nail", - "link": "https://lifehacker.com/how-to-choose-the-best-screw-or-nail-for-any-project-1848248127", - "creator": "Becca Lewis", - "pubDate": "Tue, 21 Dec 2021 17:30:00 GMT", + "title": "Discrimination still plagues science", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03043-y", + "creator": "Chris Woolston", + "pubDate": "2021-11-29", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7710e4244c267aabeb4cf4ccf249fed1" + "hash": "d2f82e8fe4b93dfaedb9d7b6a23263e4" }, { - "title": "The Difference Between Normal and Maladaptive Daydreaming", - "description": "

    All of our minds wander once in a while. In fact, it’s estimated anywhere from a quarter to half of our waking hours are spent daydreaming, as our awareness drifts away from whatever we are currently doing or experiencing to focus on another topic entirely.

    Read more...

    ", - "content": "

    All of our minds wander once in a while. In fact, it’s estimated anywhere from a quarter to half of our waking hours are spent daydreaming, as our awareness drifts away from whatever we are currently doing or experiencing to focus on another topic entirely.

    Read more...

    ", - "category": "maladaptive daydreaming", - "link": "https://lifehacker.com/the-difference-between-normal-and-maladaptive-daydreami-1848246645", - "creator": "Emily Long", - "pubDate": "Tue, 21 Dec 2021 17:00:00 GMT", + "title": "When scientists gave 1,000 vulnerable people hepatitis over 30 years", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03571-7", + "creator": "Heidi Ledford", + "pubDate": "2021-11-29", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e536b09cd5b750104f1b70b58069306" + "hash": "652b01fc801606bd100519fd7555bc0f" }, { - "title": "How to Stop Email Trackers on Your iPhone, iPad, and Mac", - "description": "

    You might already know that websites and apps track you. It’s so common now we don’t even bat an eye. But did you know the same thing applies to emails as well?

    Read more...

    ", - "content": "

    You might already know that websites and apps track you. It’s so common now we don’t even bat an eye. But did you know the same thing applies to emails as well?

    Read more...

    ", - "category": "email", - "link": "https://lifehacker.com/how-to-stop-email-trackers-on-your-iphone-ipad-and-ma-1848251008", - "creator": "Khamosh Pathak", - "pubDate": "Tue, 21 Dec 2021 16:30:00 GMT", + "title": "Daily briefing: What happened to the ‘CRISPR babies’?", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03590-4", + "creator": "Flora Graham", + "pubDate": "2021-11-29", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e7aaf1d98cd8c4f18b92677402ba378" + "hash": "8cb27e91a5b735d94edfd4501500fca4" }, { - "title": "How to Share Your Mac Screen Directly From the Messages App", - "description": "

    Macs are relatively easy to troubleshoot, but sometimes you might need to see someone’s screen or take control of their laptop. And, weirdly enough, the Messages app can help you with that. There’s a built-in screen sharing tool in the Messages app that’s available to every Mac running macOS Mojave 10.14 and higher,…

    Read more...

    ", - "content": "

    Macs are relatively easy to troubleshoot, but sometimes you might need to see someone’s screen or take control of their laptop. And, weirdly enough, the Messages app can help you with that. There’s a built-in screen sharing tool in the Messages app that’s available to every Mac running macOS Mojave 10.14 and higher,…

    Read more...

    ", - "category": "messages", - "link": "https://lifehacker.com/how-to-share-your-mac-screen-directly-from-the-messages-1848250766", - "creator": "Khamosh Pathak", - "pubDate": "Tue, 21 Dec 2021 16:00:00 GMT", + "title": "Coronapod: everything we know about the new COVID variant", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03562-8", + "creator": "Noah Baker", + "pubDate": "2021-11-26", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "61edfdbb3e110a9521d72815bbfa65ae" + "hash": "44a0dc3f6110fbc922b2d17f9bb9ff97" }, { - "title": "How Your Kids Are Outsmarting All Your Parental Controls", - "description": "

    This fascinating article in The Wall Street Journal details an arms-race taking place in America’s households. Concerned parents are using internet blocking and filtering techniques on their tech devices, while their children are diligently figuring out how to defeat them. Spoiler alert: The kids are winning.

    Read more...

    ", - "content": "

    This fascinating article in The Wall Street Journal details an arms-race taking place in America’s households. Concerned parents are using internet blocking and filtering techniques on their tech devices, while their children are diligently figuring out how to defeat them. Spoiler alert: The kids are winning.

    Read more...

    ", - "category": "parental controls", - "link": "https://lifehacker.com/how-your-kids-are-outsmarting-all-your-parental-control-1848249586", - "creator": "Stephen Johnson", - "pubDate": "Tue, 21 Dec 2021 15:30:00 GMT", + "title": "The Importance of Spotting Cancer’s Warning Signs", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03402-9", + "creator": "Lauren Gravitz", + "pubDate": "2021-11-26", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "929fb56af18d5c39fb9b5139d878a263" + "hash": "a5a83d28913141604bb490a782fb81e6" }, { - "title": "What's New on HBO Max in January 2022", - "description": "

    What do you do when your favorite artist has been canceled? If you’re HBO Max, it seems, you leave them out of the reunion special for the films based on their work and hope no one notices.

    Read more...

    ", - "content": "

    What do you do when your favorite artist has been canceled? If you’re HBO Max, it seems, you leave them out of the reunion special for the films based on their work and hope no one notices.

    Read more...

    ", - "category": "hbo", - "link": "https://lifehacker.com/whats-new-on-hbo-max-in-january-2022-1848251248", - "creator": "Joel Cunningham", - "pubDate": "Tue, 21 Dec 2021 15:00:00 GMT", + "title": "Asteroid deflection and disordered diamonds — the week in infographics", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03553-9", + "creator": "", + "pubDate": "2021-11-26", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e0c5d4c752d18c5f1d929c494abc5f6" + "hash": "5fc2d47aba5e51855c07131942fa0d55" }, { - "title": "How to Automatically Empty the Trash on Your Mac (and Why It's Fine)", - "description": "

    Like most people, if you have a base variant MacBook with 128 GB of storage, freeing up space on your Mac is probably a regular event in your calendar. And if you’re pretty good at deleting unwanted files from your Mac, only to leave them in your Trash folder, that folder inevitably takes up double-digit gigabytes of…

    Read more...

    ", - "content": "

    Like most people, if you have a base variant MacBook with 128 GB of storage, freeing up space on your Mac is probably a regular event in your calendar. And if you’re pretty good at deleting unwanted files from your Mac, only to leave them in your Trash folder, that folder inevitably takes up double-digit gigabytes of…

    Read more...

    ", - "category": "trash", - "link": "https://lifehacker.com/how-to-automatically-empty-the-trash-on-your-mac-and-w-1848244468", - "creator": "Pranay Parab", - "pubDate": "Tue, 21 Dec 2021 14:30:00 GMT", + "title": "Multiview confocal super-resolution microscopy", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04110-0", + "creator": "Yicong Wu", + "pubDate": "2021-11-26", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc0439d7d016ce9214ebbcb63e3b41cc" + "hash": "c05c45a99805a890d1240069ca6388c7" }, { - "title": "These Are the Worst Times to Buy New Tech Gear", - "description": "

    Tech gifts are big during the holidays, but new tech purchases happen all year-round. Your laptop stops powering on, so you buy a refreshed MacBook Pro; your Android can’t hold a charge, so you upgrade to a Pixel 6; your old TV just isn’t 4K-enough, so you get yourself an LG OLED. Buying new tech is fun. But…

    Read more...

    ", - "content": "

    Tech gifts are big during the holidays, but new tech purchases happen all year-round. Your laptop stops powering on, so you buy a refreshed MacBook Pro; your Android can’t hold a charge, so you upgrade to a Pixel 6; your old TV just isn’t 4K-enough, so you get yourself an LG OLED. Buying new tech is fun. But…

    Read more...

    ", - "category": "ipad", - "link": "https://lifehacker.com/these-are-the-worst-times-to-buy-new-tech-gear-1848188071", - "creator": "Jake Peterson", - "pubDate": "Tue, 21 Dec 2021 14:00:00 GMT", + "title": "Daily briefing: Omicron coronavirus variant puts scientists on alert", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03564-6", + "creator": "Flora Graham", + "pubDate": "2021-11-26", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42e93aa0ac968ce2d84acc1f1b5dff58" + "hash": "f9ae23927cc6f3ee606f9ae7f640d945" }, { - "title": "The Three Best Recipes That Will Get You Eggcited About Christmas Brunch", - "description": "

    Lately, I find myself reminiscing about all the amazing post-Christmas and New Year’s Day brunches my friends have stumbled into in various states of hangover and undress in the past years. And over time, I found myself suffering from ennui about what the hell to do with eggs. Brunch = eggs, but I find them a pain in…

    Read more...

    ", - "content": "

    Lately, I find myself reminiscing about all the amazing post-Christmas and New Year’s Day brunches my friends have stumbled into in various states of hangover and undress in the past years. And over time, I found myself suffering from ennui about what the hell to do with eggs. Brunch = eggs, but I find them a pain in…

    Read more...

    ", - "category": "salt and pepper", - "link": "https://lifehacker.com/the-three-best-recipes-that-will-get-you-eggcited-about-1848249244", - "creator": "Amanda Blum", - "pubDate": "Tue, 21 Dec 2021 13:30:00 GMT", + "title": "World commits to a pandemic response pact: what's next", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03596-y", + "creator": "Amy Maxmen", + "pubDate": "2021-12-01", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b00c2e8e4c284e8c633b4dafdb40715" + "hash": "5e46802d04855f14d8ac18a4f81eecce" }, { - "title": "The Best Way to Organize Your TV and Movie Watchlist Is Already on Your iPhone", - "description": "

    It’s not easy keeping track of movies you want to see and the books you want to read. You might keep a few review tabs open in your browser or have a running list of all the things you want to watch, but ultimately, these things tend get lost into oblivion. But if you finally want to organize your entertainment list,…

    Read more...

    ", - "content": "

    It’s not easy keeping track of movies you want to see and the books you want to read. You might keep a few review tabs open in your browser or have a running list of all the things you want to watch, but ultimately, these things tend get lost into oblivion. But if you finally want to organize your entertainment list,…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/the-best-way-to-organize-your-tv-and-movie-watchlist-is-1848250529", - "creator": "Khamosh Pathak", - "pubDate": "Tue, 21 Dec 2021 13:00:00 GMT", + "title": "Outcry as men win outsize share of Australian medical-research funding", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03536-w", + "creator": "Holly Else", + "pubDate": "2021-11-26", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "347b8208f464a2139e4f9a5f8385ca32" + "hash": "707759625d422f75eb2bb11de2536b0b" }, { - "title": "What's New on Paramount Plus in January 2022", - "description": "

    I don’t know why I thought monthly roundups of what’s new on Paramount+ were a good idea, or even necessary. I mean, I guess I do: Sure, the first few months of offerings from the former CBS All Access were pretty anemic, but amid the pandemic, they announced plans to release their films simultaneously on streaming…

    Read more...

    ", - "content": "

    I don’t know why I thought monthly roundups of what’s new on Paramount+ were a good idea, or even necessary. I mean, I guess I do: Sure, the first few months of offerings from the former CBS All Access were pretty anemic, but amid the pandemic, they announced plans to release their films simultaneously on streaming…

    Read more...

    ", - "category": "grammy awards", - "link": "https://lifehacker.com/whats-new-on-paramount-plus-in-january-2022-1848247730", - "creator": "Joel Cunningham", - "pubDate": "Mon, 20 Dec 2021 21:30:00 GMT", + "title": "The COVID Cancer Effect", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03404-7", + "creator": "Usha Lee McFarling", + "pubDate": "2021-11-26", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d0092acc764513db8a60b2e4cee06dd7" + "hash": "80d34c13b1b7e2b5ed0a5b2742fe85d6" }, { - "title": "Make Five Festive Christmas Cookies From One Simple Dough", - "description": "

    The last three weeks have been a whirlwind of peppermint mochas, ugly sweaters, Secret Santas, and cookie exchanges. Even though you’ve baked dozens of treats and eaten your body weight in butter and flour, we’ve just now hit the holiday home stretch, with cookie baking at full throttle. More sprinkles, more extracts,…

    Read more...

    ", - "content": "

    The last three weeks have been a whirlwind of peppermint mochas, ugly sweaters, Secret Santas, and cookie exchanges. Even though you’ve baked dozens of treats and eaten your body weight in butter and flour, we’ve just now hit the holiday home stretch, with cookie baking at full throttle. More sprinkles, more extracts,…

    Read more...

    ", - "category": "cookies", - "link": "https://lifehacker.com/make-five-festive-christmas-cookies-from-one-simple-dou-1848247195", - "creator": "Allie Chanthorn Reinmann", - "pubDate": "Mon, 20 Dec 2021 21:00:00 GMT", + "title": "The Colon Cancer Conundrum", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03405-6", + "creator": "Cassandra Willyard", + "pubDate": "2021-11-26", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a6b94579c071f3d15c2edaf4920a332e" + "hash": "4c823a05d724b6a2a398dc7845078341" }, { - "title": "This Is the Earliest We Can Expect a COVID Vaccine for Little Kids", - "description": "

    The wait for COVID-19 vaccines for kids has been excruciating. The 5-to-11 age group finally got theirs last month, nearly a year after the vaccines were authorized for adults. But the under-5 contingent is still waiting, and unfortunately, they’ll be waiting even longer than we expected (or hoped).

    Read more...

    ", - "content": "

    The wait for COVID-19 vaccines for kids has been excruciating. The 5-to-11 age group finally got theirs last month, nearly a year after the vaccines were authorized for adults. But the under-5 contingent is still waiting, and unfortunately, they’ll be waiting even longer than we expected (or hoped).

    Read more...

    ", - "category": "vaccine", - "link": "https://lifehacker.com/this-is-the-earliest-we-can-expect-a-covid-vaccine-for-1848245324", - "creator": "Beth Skwarecki", - "pubDate": "Mon, 20 Dec 2021 20:30:00 GMT", + "title": "EverLife", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03556-6", + "creator": "Michael García Juelle", + "pubDate": "2021-11-26", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c62f872d982de58ac55da94b0e8b132" + "hash": "2e576404cf238c2e041ed2f41d129323" }, { - "title": "What's Coming to Prime Video in January 2022", - "description": "

    The shift to a streaming-first business model has been rough for theater owners and a headache for Hollywood, but we aren’t talking about the people it is benefitting. Namely, all the men out there afraid to cry at the movies. 

    Read more...

    ", - "content": "

    The shift to a streaming-first business model has been rough for theater owners and a headache for Hollywood, but we aren’t talking about the people it is benefitting. Namely, all the men out there afraid to cry at the movies. 

    Read more...

    ", - "category": "enemy at the gates", - "link": "https://lifehacker.com/whats-coming-to-prime-video-in-january-2022-1848246846", - "creator": "Joel Cunningham", - "pubDate": "Mon, 20 Dec 2021 20:00:00 GMT", + "title": "Trapped in a hotel room: my scientific life in the pandemic", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03566-4", + "creator": "Jen Lewendon", + "pubDate": "2021-11-26", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4649e59225f3d3b2a1704c5b6cfa2a24" + "hash": "6bb46e20510adffa3193e6a0769b55c4" }, { - "title": "9 Unique Family Holiday Traditions You Still Have Time to Start", - "description": "

    If you do a Google search on “family holiday traditions” you’ll instantly have access to 215,000,000 articles extolling the virtues of writing a letter to Santa, singing Christmas carols, or baking cookies as a family. And while we’ve got nothing against well-worn festivities like decorating gingerbread houses…

    Read more...

    ", - "content": "

    If you do a Google search on “family holiday traditions” you’ll instantly have access to 215,000,000 articles extolling the virtues of writing a letter to Santa, singing Christmas carols, or baking cookies as a family. And while we’ve got nothing against well-worn festivities like decorating gingerbread houses…

    Read more...

    ", - "category": "traditions", - "link": "https://lifehacker.com/9-unique-family-holiday-traditions-you-still-have-time-1848245165", - "creator": "Sarah Showfety", - "pubDate": "Mon, 20 Dec 2021 19:30:00 GMT", + "title": "We Must Improve Equity in Cancer Screening", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03403-8", + "creator": "Melba Newsome", + "pubDate": "2021-11-26", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11326c4d9a355f2faf2dd745f4272c95" + "hash": "171c3de1e5af02682003d4615aeed40c" }, { - "title": "How to Make Your macOS Update Faster If You're in a Rush", - "description": "

    If you find yourself avoiding macOS updates more than any other software updates, you’re not alone. Even if you haven’t faced any stability issues or other bugs, updating macOS takes so long that ignoring the update feels like the better alternative. After all, critical security updates are installed automatically by…

    Read more...

    ", - "content": "

    If you find yourself avoiding macOS updates more than any other software updates, you’re not alone. Even if you haven’t faced any stability issues or other bugs, updating macOS takes so long that ignoring the update feels like the better alternative. After all, critical security updates are installed automatically by…

    Read more...

    ", - "category": "macos", - "link": "https://lifehacker.com/how-to-make-your-macos-update-faster-if-youre-in-a-rush-1848244048", - "creator": "Pranay Parab", - "pubDate": "Mon, 20 Dec 2021 18:30:00 GMT", + "title": "Enhanced fusogenicity and pathogenicity of SARS-CoV-2 Delta P681R mutation", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04266-9", + "creator": "Akatsuki Saito", + "pubDate": "2021-11-25", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ffc735ab21502eef453cb0d951668b59" + "hash": "03a565bdca7e5ae3d19e1e903aa84738" }, { - "title": "How to Maintain Your Sobriety Around Your Family During the Holidays", - "description": "

    There’s no shortage of reasons you might be sticking to sobriety this holiday season and beyond. Still, nothing tests your resolve quite like a loved one going on a political rant, or interrogating you about your life decisions, or otherwise pushing your buttons in a way only family can. For many of us, family time is…

    Read more...

    ", - "content": "

    There’s no shortage of reasons you might be sticking to sobriety this holiday season and beyond. Still, nothing tests your resolve quite like a loved one going on a political rant, or interrogating you about your life decisions, or otherwise pushing your buttons in a way only family can. For many of us, family time is…

    Read more...

    ", - "category": "sobriety", - "link": "https://lifehacker.com/how-to-maintain-your-sobriety-around-your-family-during-1848151966", - "creator": "Meredith Dietz", - "pubDate": "Mon, 20 Dec 2021 18:00:00 GMT", + "title": "Heavily mutated Omicron variant puts scientists on alert", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03552-w", + "creator": "Ewen Callaway", + "pubDate": "2021-11-25", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "771fc963173da381acc642b29654e169" + "hash": "4f0afb1a66a0590a43ec2d2d2a279ffc" }, { - "title": "9 Ways You Should Be Using Activity Monitor to Make Your Mac Run Better", - "description": "

    Your Mac’s humble Activity Monitor can do much more than let you force quit a frozen app. If you know how to make use of it, the Activity Monitor can actully be quite useful, granting you the ability to troubleshoot problems and check CPU or network usage in real time, often without even opening the app. Here are the…

    Read more...

    ", - "content": "

    Your Mac’s humble Activity Monitor can do much more than let you force quit a frozen app. If you know how to make use of it, the Activity Monitor can actully be quite useful, granting you the ability to troubleshoot problems and check CPU or network usage in real time, often without even opening the app. Here are the…

    Read more...

    ", - "category": "ps", - "link": "https://lifehacker.com/9-ways-you-should-be-using-activity-monitor-to-make-you-1848244080", - "creator": "Pranay Parab", - "pubDate": "Mon, 20 Dec 2021 17:30:00 GMT", + "title": "Record number of first-time observers get Hubble telescope time", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03538-8", + "creator": "Dalmeet Singh Chawla", + "pubDate": "2021-11-25", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "164c4f1bd59dd26693cde433da660320" + "hash": "ee12a6535503bc657cdc441afafb491b" }, { - "title": "What You Should Know Before Switching Your Dog to an Annual Heartworm Shot", - "description": "

    Heartworm disease is a potentially deadly condition that requires extensive treatment—think multiple medications and at least two months of complete rest—which is why veterinarians and dog owners work so hard to prevent it. The most common preventative treatment is an oral or topical medication given once a month, but…

    Read more...

    ", - "content": "

    Heartworm disease is a potentially deadly condition that requires extensive treatment—think multiple medications and at least two months of complete rest—which is why veterinarians and dog owners work so hard to prevent it. The most common preventative treatment is an oral or topical medication given once a month, but…

    Read more...

    ", - "category": "dog", - "link": "https://lifehacker.com/what-you-should-know-before-switching-your-dog-to-an-an-1848240480", - "creator": "A.A. Newton", - "pubDate": "Mon, 20 Dec 2021 17:00:00 GMT", + "title": "Our lockdown mentoring plan was a lifeline, and it’s still going", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03551-x", + "creator": "Alexa Ruel", + "pubDate": "2021-11-25", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27846e3fa1ad979883f0a5eb540aafe5" + "hash": "c7c88d04abc702bc006c65e3e981b044" }, { - "title": "The Best Features to Make Your Apple Watch Faster at Doing Everyday Tasks", - "description": "

    The Apple Watch’s portability is both a boon and a curse. It’s an excellent little computer on your wrist, but at the same time, it occasionally takes a bit too long for basic tasks, such as switching between apps. We’re going to show you a few hidden Apple Watch tricks to help you speed up some of its standard…

    Read more...

    ", - "content": "

    The Apple Watch’s portability is both a boon and a curse. It’s an excellent little computer on your wrist, but at the same time, it occasionally takes a bit too long for basic tasks, such as switching between apps. We’re going to show you a few hidden Apple Watch tricks to help you speed up some of its standard…

    Read more...

    ", - "category": "apple", - "link": "https://lifehacker.com/the-best-features-to-make-your-apple-watch-faster-at-do-1848244298", - "creator": "Pranay Parab", - "pubDate": "Mon, 20 Dec 2021 16:30:00 GMT", + "title": "Daily briefing: US braces for ‘fifth wave’ of COVID", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03559-3", + "creator": "Flora Graham", + "pubDate": "2021-11-25", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "771ee8f56629b7b34b450a26ee26cede" + "hash": "e9aae656bdaf06ba0a3a4c11cb8e4d46" }, { - "title": "Maybe You Should Buy a Moissanite Engagement Ring Instead of a Diamond", - "description": "

    Marriage and diamonds are just a few of the things that millennials have been accused of killing. But while it’s not really accurate to say that millennials aren’t buying diamonds (or getting married, for that matter), it is true that they are buying differently.

    Read more...

    ", - "content": "

    Marriage and diamonds are just a few of the things that millennials have been accused of killing. But while it’s not really accurate to say that millennials aren’t buying diamonds (or getting married, for that matter), it is true that they are buying differently.

    Read more...

    ", - "category": "moissanite", - "link": "https://lifehacker.com/maybe-you-should-buy-a-moissanite-engagement-ring-inste-1848242733", - "creator": "Emily Long", - "pubDate": "Mon, 20 Dec 2021 16:00:00 GMT", + "title": "The N501Y spike substitution enhances SARS-CoV-2 infection and transmission", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04245-0", + "creator": "Yang Liu", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "267c40907d8ace4cc0768ee5ad5c0ac7" + "hash": "8e329b9705192aa67feccf6c52979de9" }, { - "title": "How to Keep Your Old Clothing Out of the Landfill", - "description": "

    About once a year, I purge my closets of all my unwanted clothes, whether it’s the jeans that no longer fit, the T-shirts I’ve worn to shreds, or the weird-ass dress that seemed like a good idea at the time but ended up being an exercise in medieval torture. It’s tempting to save some of these items, out of a belief…

    Read more...

    ", - "content": "

    About once a year, I purge my closets of all my unwanted clothes, whether it’s the jeans that no longer fit, the T-shirts I’ve worn to shreds, or the weird-ass dress that seemed like a good idea at the time but ended up being an exercise in medieval torture. It’s tempting to save some of these items, out of a belief…

    Read more...

    ", - "category": "landfill", - "link": "https://lifehacker.com/how-to-keep-your-old-clothing-out-of-the-landfill-1848243520", - "creator": "Rachel Fairbank", - "pubDate": "Mon, 20 Dec 2021 15:30:00 GMT", + "title": "Reply to: Spatial scale and the synchrony of ecological disruption", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03760-4", + "creator": "Christopher H. Trisos", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7ed586ba3e037097ab3be6a16328481" + "hash": "72f59ff9f6dffced4febf9160f9e00b0" }, { - "title": "13 of the Best Chrome Extensions of 2021, According to Google", - "description": "

    It’s the end of 2021, and Chrome extensions are still a thing. Quite a big thing, actually—as the world continues to move from work-from-home to a hybrid work environment, the tools and customizations offered by Chrome extensions are perhaps more critical than ever. These browser add-ons help you work, save time, and…

    Read more...

    ", - "content": "

    It’s the end of 2021, and Chrome extensions are still a thing. Quite a big thing, actually—as the world continues to move from work-from-home to a hybrid work environment, the tools and customizations offered by Chrome extensions are perhaps more critical than ever. These browser add-ons help you work, save time, and…

    Read more...

    ", - "category": "google", - "link": "https://lifehacker.com/13-of-the-best-chrome-extensions-of-2021-according-to-1848244043", - "creator": "Khamosh Pathak", - "pubDate": "Mon, 20 Dec 2021 15:00:00 GMT", + "title": "Spatial scale and the synchrony of ecological disruption", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03759-x", + "creator": "Robert K. Colwell", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13cc2d85b6fb6a1e657f809d4d5a71ed" + "hash": "c0f4b24fa74eec75164875073b60f9d6" }, { - "title": "LiveJournal, Grooveshark, and 12 More of the Best Internet Relics We Left Behind", - "description": "

    Figuring out the age of the Internet is like figuring out the age of the universe: We could date it back to the 1960s and ARPANET, or the introduction of the TCP/IP protocol in 1983, or the launch of America Online in 1985, or the invention of the World Wide Web in 1989, or maybe the creation of the Netscape browser…

    Read more...

    ", - "content": "

    Figuring out the age of the Internet is like figuring out the age of the universe: We could date it back to the 1960s and ARPANET, or the introduction of the TCP/IP protocol in 1983, or the launch of America Online in 1985, or the invention of the World Wide Web in 1989, or maybe the creation of the Netscape browser…

    Read more...

    ", - "category": "grooveshark", - "link": "https://lifehacker.com/livejournal-grooveshark-and-12-more-of-the-best-inter-1848235474", - "creator": "Jeff Somers", - "pubDate": "Mon, 20 Dec 2021 14:30:00 GMT", + "title": "Neutron beam sheds light on medieval faith and superstition", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03505-3", + "creator": "", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f45fa95607d55e147c9cb69acc3fc944" + "hash": "88c8287a9e78a8af4a06388db910f3ee" }, { - "title": "Which Nintendo Switch Should You Get?", - "description": "

    The newest Nintendo Switch, commonly known as the Switch OLED, was released in October 2021. It’s the fourth major release in the Switch generation of consoles, after the original Switch in 2017, the Switch V2 in August 2019 (which offered better battery life), and the more basic Switch Lite in September 2019. Four…

    Read more...

    ", - "content": "

    The newest Nintendo Switch, commonly known as the Switch OLED, was released in October 2021. It’s the fourth major release in the Switch generation of consoles, after the original Switch in 2017, the Switch V2 in August 2019 (which offered better battery life), and the more basic Switch Lite in September 2019. Four…

    Read more...

    ", - "category": "nintendo", - "link": "https://lifehacker.com/which-nintendo-switch-should-you-get-1848233817", - "creator": "Shannon Flynn", - "pubDate": "Mon, 20 Dec 2021 14:00:00 GMT", + "title": "The surgical solution to congenital heart defects", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03517-z", + "creator": "Benjamin Plackett", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "423d7677624d91fc076f8ae94b904d23" + "hash": "c23495be56e73c657630865a4c36ae41" }, { - "title": "10 Movies to Watch If You Hate Christmas", - "description": "

    Christmas is a load of shit, you say? Christmas movies are bad, actually? Well then, instead of supporting the holiday industrial complex by watching Miracle on 34th Street or Home Alone for the eight billionth time, slap on one of these anti-Christmas movies. I promise there will be no warming of the heart nor…

    Read more...

    ", - "content": "

    Christmas is a load of shit, you say? Christmas movies are bad, actually? Well then, instead of supporting the holiday industrial complex by watching Miracle on 34th Street or Home Alone for the eight billionth time, slap on one of these anti-Christmas movies. I promise there will be no warming of the heart nor…

    Read more...

    ", - "category": "christmas", - "link": "https://lifehacker.com/10-movies-to-watch-if-you-hate-christmas-1848158906", - "creator": "Stephen Johnson", - "pubDate": "Mon, 20 Dec 2021 13:30:00 GMT", + "title": "Tidings from an exploding star make astronomers happy", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03508-0", + "creator": "", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e3c30f7f1238fe59d971a4cf22f0f66a" + "hash": "87e7aa5810a259d222b2209ecda171c1" }, { - "title": "How to Win a Home Bidding War", - "description": "

    Unless you’ve been living under a rock for the past 18 months, you know that the housing market is bonkers. Prices are out of control, demand is out of control, and properties are selling faster and with more offers than before the pandemic began. If you’ve thought about buying a home recently, or tried, you have…

    Read more...

    ", - "content": "

    Unless you’ve been living under a rock for the past 18 months, you know that the housing market is bonkers. Prices are out of control, demand is out of control, and properties are selling faster and with more offers than before the pandemic began. If you’ve thought about buying a home recently, or tried, you have…

    Read more...

    ", - "category": "jason gelios", - "link": "https://lifehacker.com/how-to-win-a-home-bidding-war-1848235823", - "creator": "Emily Long", - "pubDate": "Mon, 20 Dec 2021 13:00:00 GMT", + "title": "What the Moderna-NIH COVID vaccine patent fight means for research", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03535-x", + "creator": "Heidi Ledford", + "pubDate": "2021-11-30", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73961099d1c87232e4b4d175c2ec0351" + "hash": "96f9f5ee76804d26780d12a49176fcdb" }, { - "title": "How to Go Shopping for Architectural Salvage", - "description": "

    When it comes to home design and decor, everything old is new. From patterns and colors, to furniture and home layout, a lot of the current trends aren’t current at all. And while it’s easy to find a new Art Deco lamp at Target, or a midcentury-modern couch online, there are some parts of older homes that simply…

    Read more...

    ", - "content": "

    When it comes to home design and decor, everything old is new. From patterns and colors, to furniture and home layout, a lot of the current trends aren’t current at all. And while it’s easy to find a new Art Deco lamp at Target, or a midcentury-modern couch online, there are some parts of older homes that simply…

    Read more...

    ", - "category": "playstation network", - "link": "https://lifehacker.com/how-to-go-shopping-for-architectural-salvage-1848240205", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 19 Dec 2021 17:15:00 GMT", + "title": "How jellyfish control their lives", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03510-6", + "creator": "", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95ad7ffe37f5bb712e0ae55a96391fc3" + "hash": "6a1827945c162975e40c0b98cfc1ebce" }, { - "title": "Earn $2,000 to Test and Review Sleep Products", - "description": "

    Other than toddlers attempting to avoid naps, if you ask almost anyone else, they’ll tell you that they’re tired—if not exhausted. In addition to constantly being busy, many people would likely blame their persistent tiredness on a lack of restful sleep.

    Read more...

    ", - "content": "

    Other than toddlers attempting to avoid naps, if you ask almost anyone else, they’ll tell you that they’re tired—if not exhausted. In addition to constantly being busy, many people would likely blame their persistent tiredness on a lack of restful sleep.

    Read more...

    ", - "category": "sleep", - "link": "https://lifehacker.com/earn-2-000-to-test-and-review-sleep-products-1848240200", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 19 Dec 2021 14:00:00 GMT", + "title": "The 3D print job that keeps quake damage at bay", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03506-2", + "creator": "", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b20ac6a1ecfa0a03fcabfe1d94f29fd8" + "hash": "238c280fbfff7d3477add4eca7ee1a8b" }, { - "title": "Cover Your Christmas Tree Water, and Other Ways to Protect Your Pet Over the Holidays", - "description": "

    Some humans may think it’s the most wonderful time of the year, but their pets might not love the holidays as much as they do. For one thing, it probably throws off their normal schedule of sleeping 20 hours a day. Plus, there’s all this weird stuff hanging around the house that they’re not allowed to play with—not to…

    Read more...

    ", - "content": "

    Some humans may think it’s the most wonderful time of the year, but their pets might not love the holidays as much as they do. For one thing, it probably throws off their normal schedule of sleeping 20 hours a day. Plus, there’s all this weird stuff hanging around the house that they’re not allowed to play with—not to…

    Read more...

    ", - "category": "pet", - "link": "https://lifehacker.com/cover-your-christmas-tree-water-and-other-ways-to-prot-1848235901", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 18 Dec 2021 16:00:00 GMT", + "title": "How to repair a baby’s broken heart", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03518-y", + "creator": "Benjamin Plackett", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d0d2af7786700a21d95d33c8527883f" + "hash": "6148a0961cbfb039c5d8758a704cbffc" }, { - "title": "Throw Out These Procter & Gamble Hair Care Products With Cancer-Causing Chemicals, FDA Says", - "description": "

    Only a few weeks after recalling a variety of their aerosol antiperspirants, the Procter & Gamble Company (P&G) has now issued a voluntary recall of some of its aerosol dry shampoo and conditioner sprays, according to a notice from P&G posted on the Food and Drug Administration’s (FDA) website. The recalled products…

    Read more...

    ", - "content": "

    Only a few weeks after recalling a variety of their aerosol antiperspirants, the Procter & Gamble Company (P&G) has now issued a voluntary recall of some of its aerosol dry shampoo and conditioner sprays, according to a notice from P&G posted on the Food and Drug Administration’s (FDA) website. The recalled products…

    Read more...

    ", - "category": "procter gamble", - "link": "https://lifehacker.com/throw-out-these-procter-gamble-hair-care-products-wit-1848238126", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 18 Dec 2021 14:00:00 GMT", + "title": "Researcher careers under the microscope: salary satisfaction and COVID impacts", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03537-9", + "creator": "Shamini Bundell", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b624396790e110f4e0f859ccd5221a4e" + "hash": "0c3cde882d85bd45056cce2ecb7295a2" }, { - "title": "Actually, Maybe You Shouldn't Rush to Buy the Latest Next-Gen Console", - "description": "

    The PS5 and Xbox Series X|S have been out in the world for over a year, meaning we’re firmly inside the next-gen gaming era, and if you don’t have one of these systems yet, it can feel like you’re missing out. But are you, really? It has me wondering, when is the best time to buy the latest gaming console?

    Read more...

    ", - "content": "

    The PS5 and Xbox Series X|S have been out in the world for over a year, meaning we’re firmly inside the next-gen gaming era, and if you don’t have one of these systems yet, it can feel like you’re missing out. But are you, really? It has me wondering, when is the best time to buy the latest gaming console?

    Read more...

    ", - "category": "video game console", - "link": "https://lifehacker.com/actually-maybe-you-shouldnt-rush-to-buy-the-latest-nex-1848234482", - "creator": "Jake Peterson", - "pubDate": "Fri, 17 Dec 2021 22:00:00 GMT", + "title": "Hard times tear coupled seabirds apart", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03509-z", + "creator": "", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "003333e11e11eab3421c0347edf4fe5d" + "hash": "2ef68bf82e80318dacc8c4a35bfb9752" }, { - "title": "What's New on Hulu in January 2022", - "description": "

    Few shows have blown a lead quite like How I Met Your Mother. For a few years there in the mid-aughts, it looked the the most natural successor to Friends: An NYC-set, relationship-focused group hang filled with memes and moments that entered the pop culture lexicon.

    Read more...

    ", - "content": "

    Few shows have blown a lead quite like How I Met Your Mother. For a few years there in the mid-aughts, it looked the the most natural successor to Friends: An NYC-set, relationship-focused group hang filled with memes and moments that entered the pop culture lexicon.

    Read more...

    ", - "category": "the perfect storm", - "link": "https://lifehacker.com/whats-new-on-hulu-in-january-2022-1848235912", - "creator": "Joel Cunningham", - "pubDate": "Fri, 17 Dec 2021 21:30:00 GMT", + "title": "Video: Babies with misshapen hearts", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03519-x", + "creator": "", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ca08a9d7a6f6e5f1090d9e992c2d1c8" + "hash": "0a257c32a5bde8d948b39bdf7fd45f2b" }, { - "title": "Use These Programs to Buy Gifts for a Stranger This Christmas", - "description": "

    Donating a gift to a total stranger is a great way to celebrate the holiday spirit, but you have to know where and how to give first. Handing something to a random person on the street isn’t the most effective method, and some giving organizations don’t make it clear where your donations are actually going.…

    Read more...

    ", - "content": "

    Donating a gift to a total stranger is a great way to celebrate the holiday spirit, but you have to know where and how to give first. Handing something to a random person on the street isn’t the most effective method, and some giving organizations don’t make it clear where your donations are actually going.…

    Read more...

    ", - "category": "reddit", - "link": "https://lifehacker.com/use-these-programs-to-buy-gifts-for-a-stranger-this-chr-1848228909", - "creator": "Shannon Flynn", - "pubDate": "Fri, 17 Dec 2021 21:00:00 GMT", + "title": "Artificial heavy fermions in a van der Waals heterostructure", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04021-0", + "creator": "Viliam Vaňo", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fa1d85707f63e33dab0c95141ab50fd" + "hash": "35a149a841c59910e266910022e414c6" }, { - "title": "21 Blockbuster Movies That Nobody Remembers Today", - "description": "

    Some movies live on forever. But some movies, like old toys, are loved passionately—and then abandoned entirely. Sometimes that’s by design; movies made to catch hold of a cultural moment aren’t likely to endure. A star or a style that’s big today isn’t necessarily going to make money tomorrow. Sometimes we were…

    Read more...

    ", - "content": "

    Some movies live on forever. But some movies, like old toys, are loved passionately—and then abandoned entirely. Sometimes that’s by design; movies made to catch hold of a cultural moment aren’t likely to endure. A star or a style that’s big today isn’t necessarily going to make money tomorrow. Sometimes we were…

    Read more...

    ", - "category": "ray harryhausen", - "link": "https://lifehacker.com/21-blockbuster-movies-that-nobody-remembers-today-1848232716", - "creator": "Ross Johnson", - "pubDate": "Fri, 17 Dec 2021 20:30:00 GMT", + "title": "ecDNA hubs drive cooperative intermolecular oncogene expression", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04116-8", + "creator": "King L. Hung", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b3f7f368b83f33a94382fb2847f5473" + "hash": "7effdd55edcccc21b24dc252f5233419" }, { - "title": "This App Will Tell Android Users If an AirTag Is Tracking Them", - "description": "

    Apple’s AirTags and Find My service can be helpful for finding things you lose—but they also introduce a big privacy problem. While those of us on iOS have had some tools for fighting those issues, Apple left those of us on Android without much to work with. A new Android AirTag finder app finally addresses some of…

    Read more...

    ", - "content": "

    Apple’s AirTags and Find My service can be helpful for finding things you lose—but they also introduce a big privacy problem. While those of us on iOS have had some tools for fighting those issues, Apple left those of us on Android without much to work with. A new Android AirTag finder app finally addresses some of…

    Read more...

    ", - "category": "airtag", - "link": "https://lifehacker.com/this-app-will-tell-android-users-if-an-airtag-is-tracki-1848233717", - "creator": "Shannon Flynn", - "pubDate": "Fri, 17 Dec 2021 20:00:00 GMT", + "title": "The CLIP1–LTK fusion is an oncogenic driver in non‐small‐cell lung cancer", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04135-5", + "creator": "Hiroki Izumi", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c83d94131eaa19fae8f38b4321d27a0" + "hash": "f65b2a9787283fd6b401e065027b043b" }, { - "title": "Where to Get Your Pet's Picture Taken With Santa for Free This Weekend", - "description": "

    Listen, I don’t have pets. My three kids under age 9 keep begging for a dog, to which I say, “Are you going to pick up its poo at 5:30 in the morning when it’s freezing outside?” To which they reply, “Yes! We will!” Which we all know is a heinous, heinous lie. So, because I need another care task like I need a fourth…

    Read more...

    ", - "content": "

    Listen, I don’t have pets. My three kids under age 9 keep begging for a dog, to which I say, “Are you going to pick up its poo at 5:30 in the morning when it’s freezing outside?” To which they reply, “Yes! We will!” Which we all know is a heinous, heinous lie. So, because I need another care task like I need a fourth…

    Read more...

    ", - "category": "pet", - "link": "https://lifehacker.com/where-to-get-your-pets-picture-taken-with-santa-for-fre-1848234116", - "creator": "Sarah Showfety", - "pubDate": "Fri, 17 Dec 2021 19:30:00 GMT", + "title": "Ultrahard bulk amorphous carbon from collapsed fullerene", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03882-9", + "creator": "Yuchen Shang", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b95a576d7715e6fd630fa3ba562a202a" + "hash": "cbe008bd5cd0ac5229faa7c30ee21cef" }, { - "title": "The Out-of-Touch Adults' Guide To Kid Culture: What Was Announced at The Game Awards?", - "description": "

    This week, kids are watching season 2 of The Witcher, navigating the pitfalls of virtual reality (spoiler: the problem is other people), and enjoying some old fashioned glitter bombing. They are not, it seems, posting school shooting threats on TikTok.

    Read more...

    ", - "content": "

    This week, kids are watching season 2 of The Witcher, navigating the pitfalls of virtual reality (spoiler: the problem is other people), and enjoying some old fashioned glitter bombing. They are not, it seems, posting school shooting threats on TikTok.

    Read more...

    ", - "category": "culture", - "link": "https://lifehacker.com/the-out-of-touch-adults-guide-to-kid-culture-what-was-1848234057", - "creator": "Stephen Johnson", - "pubDate": "Fri, 17 Dec 2021 19:00:00 GMT", + "title": "Electron-beam energy reconstruction for neutrino oscillation measurements", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04046-5", + "creator": "M. Khachatryan", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6811a975fe438f0df1db837760f4177d" + "hash": "37ec08e437f807891efde35e717eb348" }, { - "title": "What's New on Disney+ in January 2022", - "description": "

    When Disney acquired 20th Century Fox in 2019, it also acquired that once-venerable studio’s slate of animated films in development, which included two comic book-based properties I was very excited for: Mouse Guard, axed two weeks before production was to begin, and Nimona, which was just 10 months from completion…

    Read more...

    ", - "content": "

    When Disney acquired 20th Century Fox in 2019, it also acquired that once-venerable studio’s slate of animated films in development, which included two comic book-based properties I was very excited for: Mouse Guard, axed two weeks before production was to begin, and Nimona, which was just 10 months from completion…

    Read more...

    ", - "category": "disney", - "link": "https://lifehacker.com/whats-new-on-disney-in-january-2022-1848234607", - "creator": "Joel Cunningham", - "pubDate": "Fri, 17 Dec 2021 18:30:00 GMT", + "title": "Fam72a enforces error-prone DNA repair during antibody diversification", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04093-y", + "creator": "Mélanie Rogier", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "edb854413c6aed82a54f006a866ee03e" + "hash": "7c8c758b57745d6519b97980c36480da" }, { - "title": "What to Know About Ordering Abortion Pills by Mail", - "description": "

    Most early abortions are done by taking pills that cause a miscarriage. This method—medication abortion—is simple and safe, but until recently, federal rules made it illegal to get these pills in the mail like other prescriptions. The FDA has now permanently changed that rule.

    Read more...

    ", - "content": "

    Most early abortions are done by taking pills that cause a miscarriage. This method—medication abortion—is simple and safe, but until recently, federal rules made it illegal to get these pills in the mail like other prescriptions. The FDA has now permanently changed that rule.

    Read more...

    ", - "category": "abortion", - "link": "https://lifehacker.com/what-to-know-about-ordering-abortion-pills-by-mail-1848234219", - "creator": "Beth Skwarecki", - "pubDate": "Fri, 17 Dec 2021 18:00:00 GMT", + "title": "Aldehyde-driven transcriptional stress triggers an anorexic DNA damage response", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04133-7", + "creator": "Lee Mulderrig", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "904333a165ac678a5eb1183b1ed5be67" + "hash": "695a1cb0f5de75469214892c01beca00" }, { - "title": "How to Tell Which Apps Can See Your Private iPhone Data", - "description": "

    Every year, Apple releases new features that both improve data privacy on the iPhone, and set a new benchmark for the industry as a whole. With iOS 15, it’s all about transparency. iOS 15.2 brings a new feature called App Privacy Report that provides a visual, easy-to-read report of all the ways an app is using or…

    Read more...

    ", - "content": "

    Every year, Apple releases new features that both improve data privacy on the iPhone, and set a new benchmark for the industry as a whole. With iOS 15, it’s all about transparency. iOS 15.2 brings a new feature called App Privacy Report that provides a visual, easy-to-read report of all the ways an app is using or…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/how-to-tell-which-apps-can-see-your-private-iphone-data-1848232540", - "creator": "Khamosh Pathak", - "pubDate": "Fri, 17 Dec 2021 17:30:00 GMT", + "title": "The human microbiome encodes resistance to the antidiabetic drug acarbose", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04091-0", + "creator": "Jared Balaich", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "600535de4a3841cfe4c2de769cbdea08" + "hash": "e7e3696689462b4bca9759f9a07eb3d8" }, { - "title": "10 Gift Ideas for Obsessive Coffee Freaks", - "description": "

    Some people are just too hard to buy for. You know the type. They’re really into something, and they’re really particular about it. Gamers and bookworms come to mind, but the same applies to people who are really into coffee.

    Read more...

    ", - "content": "

    Some people are just too hard to buy for. You know the type. They’re really into something, and they’re really particular about it. Gamers and bookworms come to mind, but the same applies to people who are really into coffee.

    Read more...

    ", - "category": "coffee", - "link": "https://lifehacker.com/10-gift-ideas-for-obsessive-coffee-freaks-1848225209", - "creator": "Khamosh Pathak", - "pubDate": "Fri, 17 Dec 2021 17:00:00 GMT", + "title": "Contextual inference underlies the learning of sensorimotor repertoires", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04129-3", + "creator": "James B. Heald", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8acaaa90afa40a5d2c23932596215588" + "hash": "5d9658d841740fdbc2584efc08d92be6" }, { - "title": "13 of the Best White Elephant Gifts That Are Just Raunchy Enough", - "description": "

    While Secret Santa forces you to know something about the gift recipient, the beauty of the White Elephant gift is the promise of possibility. And for those of us who like to toe the line of what makes an “appropriate” gift, White Elephant is our time to shine.

    Read more...

    ", - "content": "

    While Secret Santa forces you to know something about the gift recipient, the beauty of the White Elephant gift is the promise of possibility. And for those of us who like to toe the line of what makes an “appropriate” gift, White Elephant is our time to shine.

    Read more...

    ", - "category": "white elephant", - "link": "https://lifehacker.com/13-of-the-best-white-elephant-gifts-that-are-just-raunc-1848233484", - "creator": "Meredith Dietz", - "pubDate": "Fri, 17 Dec 2021 16:30:00 GMT", + "title": "Mechanism for the activation of the anaplastic lymphoma kinase receptor", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04140-8", + "creator": "Andrey V. Reshetnyak", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4fc958bf53883a12c7833308d2f950a9" + "hash": "ca3038b31241e899cdcf617d525665f1" }, { - "title": "DIY Projects Anyone Can Do to Improve Their Dog's Life", - "description": "

    Dogs are our companions, our friends, and our helpers. They deserve the best in life that we have to offer—and that means accepting their deep desire to spend time with us in the kitchen, making their food and water easily accessible (even in small spaces), and keeping them safe and comfortable. Here are a few DIY…

    Read more...

    ", - "content": "

    Dogs are our companions, our friends, and our helpers. They deserve the best in life that we have to offer—and that means accepting their deep desire to spend time with us in the kitchen, making their food and water easily accessible (even in small spaces), and keeping them safe and comfortable. Here are a few DIY…

    Read more...

    ", - "category": "pet", - "link": "https://lifehacker.com/diy-projects-anyone-can-do-to-improve-their-dogs-life-1848228951", - "creator": "Becca Lewis", - "pubDate": "Fri, 17 Dec 2021 16:00:00 GMT", + "title": "On-chip electro-optic frequency shifters and beam splitters", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03999-x", + "creator": "Yaowen Hu", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "565b5bc3b6da41d086a7368991322b81" + "hash": "b1e60c5bf63558a5e532a9080b4240fd" }, { - "title": "15 Gifts You Won’t Find in Any Other Gift Guide", - "description": "

    It’s that time of year again—when your search results are crowded with variations of “X Best Gift Ideas for Y”-style articles. And this seems like one of them, but it isn’t. Well, it is. But it isn’t.

    Because when you’re looking for quick assistance from the algorithm regarding what to buy your vaguely intimidating…

    Read more...

    ", - "content": "

    It’s that time of year again—when your search results are crowded with variations of “X Best Gift Ideas for Y”-style articles. And this seems like one of them, but it isn’t. Well, it is. But it isn’t.

    Because when you’re looking for quick assistance from the algorithm regarding what to buy your vaguely intimidating…

    Read more...

    ", - "category": "gift", - "link": "https://lifehacker.com/15-gifts-you-won-t-find-any-other-gift-guide-1848229595", - "creator": "Jeff Somers", - "pubDate": "Fri, 17 Dec 2021 15:30:00 GMT", + "title": "Quantum gas magnifier for sub-lattice-resolved imaging of 3D quantum systems", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04011-2", + "creator": "Luca Asteria", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc818321e544b522b7ad8f38e40c5327" + "hash": "2cc6cfa810969a1d384363787766a700" }, { - "title": "Everything Not Included at Your 'All-Inclusive' Resort", - "description": "

    All-inclusive vacations can be a great deal, at least on paper: Just hand over a fixed amount of money to a resort or cruise company, and they’ll take care of your lodging, meals, entertainment, and maybe even airfare. But “all-inclusive” means different things in different situations—and you might be surprised at…

    Read more...

    ", - "content": "

    All-inclusive vacations can be a great deal, at least on paper: Just hand over a fixed amount of money to a resort or cruise company, and they’ll take care of your lodging, meals, entertainment, and maybe even airfare. But “all-inclusive” means different things in different situations—and you might be surprised at…

    Read more...

    ", - "category": "resort", - "link": "https://lifehacker.com/everything-not-included-at-your-all-inclusive-resort-1848230573", - "creator": "A.A. Newton", - "pubDate": "Fri, 17 Dec 2021 15:00:00 GMT", + "title": "Mechanical forcing of the North American monsoon by orography", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03978-2", + "creator": "William R. Boos", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6a00a0b8d1bf44c79c548927fb0835e" + "hash": "f625ad399d6781f572e8e2b9a6b94a6e" }, { - "title": "Gaze Upon the 12 Most Terrifying Things Found in the World's Rainforests and Despair", - "description": "

    Other than providing most of the world’s oxygen, 80 percent of its biodiversity, and the livelihoods of billions of people, the rainforests have never done anything good for anyone. The 12 horrors listed here prove we should provide massive financial incentives for corporations to destroy the rainforests at a rate of…

    Read more...

    ", - "content": "

    Other than providing most of the world’s oxygen, 80 percent of its biodiversity, and the livelihoods of billions of people, the rainforests have never done anything good for anyone. The 12 horrors listed here prove we should provide massive financial incentives for corporations to destroy the rainforests at a rate of…

    Read more...

    ", - "category": "joseph hooker", - "link": "https://lifehacker.com/gaze-upon-the-12-most-terrifying-things-found-in-the-wo-1848228495", - "creator": "Stephen Johnson", - "pubDate": "Fri, 17 Dec 2021 14:30:00 GMT", + "title": "Synthesis of paracrystalline diamond", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04122-w", + "creator": "Hu Tang", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92e270810e32a5956df60b0aecf2581d" + "hash": "f37cf4f03397c6e4902a7f8bc61368b0" }, { - "title": "8 Ways to Make Goodreads Less Annoying", - "description": "

    I’ll say it: Goodreads is one of the worst-designed websites on the planet. Sure, it’s a nice website to help you track your reading list and bond with a reading community, but the design is so clunky that it can feel like a chore to navigate. Most of us would probably be better off using a simple spreadsheet to track…

    Read more...

    ", - "content": "

    I’ll say it: Goodreads is one of the worst-designed websites on the planet. Sure, it’s a nice website to help you track your reading list and bond with a reading community, but the design is so clunky that it can feel like a chore to navigate. Most of us would probably be better off using a simple spreadsheet to track…

    Read more...

    ", - "category": "goodreads", - "link": "https://lifehacker.com/8-ways-to-make-goodreads-less-annoying-1848228190", - "creator": "Pranay Parab", - "pubDate": "Fri, 17 Dec 2021 14:00:00 GMT", + "title": "IL-27 signalling promotes adipocyte thermogenesis and energy expenditure", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04127-5", + "creator": "Qian Wang", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3717a0009d18ec628ebb130e20d9ef14" + "hash": "d9180493c20019c3a35e9bc84afa50cd" }, { - "title": "Absolutely Do Not Cook This Goose", - "description": "

    I suffer from Marty McFly syndrome. Someone says a thing can’t be done, and I’ve already checked out three books on how to do it by the time they’ve taken their next breath. So when a Lifehacker reader commented on a recent duck article and asked about leveling up to goose, it might as well have been a court order. I

    Read more...

    ", - "content": "

    I suffer from Marty McFly syndrome. Someone says a thing can’t be done, and I’ve already checked out three books on how to do it by the time they’ve taken their next breath. So when a Lifehacker reader commented on a recent duck article and asked about leveling up to goose, it might as well have been a court order. I

    Read more...

    ", - "category": "goose", - "link": "https://lifehacker.com/absolutely-do-not-cook-this-goose-1848223300", - "creator": "Amanda Blum", - "pubDate": "Fri, 17 Dec 2021 13:30:00 GMT", + "title": "Colossal angular magnetoresistance in ferrimagnetic nodal-line semiconductors", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04028-7", + "creator": "Junho Seo", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad96d05282d10c71ed2bb68447515675" + "hash": "4fff63101c4e188a1d3cf8be92a66160" }, { - "title": "Should You Try 'Mindful Drinking'?", - "description": "

    If you’ve ever woken up at 3 a.m. (then again at 4:30 and 5:47) with hangxiety— that post-drunk, pre-sober psychological state of dread-filled limbo when you question all your life choices—then you’ve probably wondered whether you should cut back on drinking. You may not want or need to give it up entirely, but you…

    Read more...

    ", - "content": "

    If you’ve ever woken up at 3 a.m. (then again at 4:30 and 5:47) with hangxiety— that post-drunk, pre-sober psychological state of dread-filled limbo when you question all your life choices—then you’ve probably wondered whether you should cut back on drinking. You may not want or need to give it up entirely, but you…

    Read more...

    ", - "category": "ruby warrington", - "link": "https://lifehacker.com/should-you-try-mindful-drinking-1848193908", - "creator": "Sarah Showfety", - "pubDate": "Thu, 16 Dec 2021 21:30:00 GMT", + "title": "A multi-scale map of cell structure fusing protein images and interactions", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04115-9", + "creator": "Yue Qin", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e4d8d2eb905fbdf145b9dfe1038861ea" + "hash": "15028cfb1f682a44324c5b49d8b24a7b" }, { - "title": "How Bad Is This Winter Going to Be, Exactly?", - "description": "

    The forecast is not looking good. I’m not talking about weather (although climate change is its own crisis). I mean the COVID-19 case numbers.

    Read more...

    ", - "content": "

    The forecast is not looking good. I’m not talking about weather (although climate change is its own crisis). I mean the COVID-19 case numbers.

    Read more...

    ", - "category": "john hick", - "link": "https://lifehacker.com/how-bad-is-this-winter-going-to-be-exactly-1848228586", - "creator": "Beth Skwarecki", - "pubDate": "Thu, 16 Dec 2021 20:30:00 GMT", + "title": "Distribution control enables efficient reduced-dimensional perovskite LEDs", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03997-z", + "creator": "Dongxin Ma", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f75657a8074cc0493e03846c0b210563" + "hash": "50adc80dff8d7270008c81c3bab2390d" }, { - "title": "Make Rounder, Prettier Truffles With a Melon Baller", - "description": "

    Chocolate truffles are the cheeseball of the dessert world: high-impact, low-effort, and they never fail to please a crowd. All you need to make them is high-quality chocolate, some sort of dairy, and a tasty dust, chopped nut, or sprinkle to roll them in. You can shape the ganache with your hands for a rustic,…

    Read more...

    ", - "content": "

    Chocolate truffles are the cheeseball of the dessert world: high-impact, low-effort, and they never fail to please a crowd. All you need to make them is high-quality chocolate, some sort of dairy, and a tasty dust, chopped nut, or sprinkle to roll them in. You can shape the ganache with your hands for a rustic,…

    Read more...

    ", - "category": "french cuisine", - "link": "https://lifehacker.com/make-rounder-prettier-truffles-with-a-melon-baller-1848228175", - "creator": "Claire Lower", - "pubDate": "Thu, 16 Dec 2021 20:00:00 GMT", + "title": "Structural basis for ligand reception by anaplastic lymphoma kinase", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04141-7", + "creator": "Tongqing Li", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cb13112409273401b5eddb07610d2cd" + "hash": "cfc88808e75d5892bb0b2201dca67c92" }, { - "title": "Get Rid of These Books You No Longer Need (so You Can Make Room for More)", - "description": "

    Attempting to pare down a book collection has a way of blinding us to our actual reading habits. Sure, that 600-page history book has made it through multiple moves without so much as a quick first-chapter skim—but how dare you suggest getting rid of it?

    Read more...

    ", - "content": "

    Attempting to pare down a book collection has a way of blinding us to our actual reading habits. Sure, that 600-page history book has made it through multiple moves without so much as a quick first-chapter skim—but how dare you suggest getting rid of it?

    Read more...

    ", - "category": "textbook", - "link": "https://lifehacker.com/get-rid-of-these-books-you-no-longer-need-so-you-can-m-1848228068", - "creator": "A.A. Newton", - "pubDate": "Thu, 16 Dec 2021 19:00:00 GMT", + "title": "Mechanical actions of dendritic-spine enlargement on presynaptic exocytosis", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04125-7", + "creator": "Hasan Ucar", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c39209ad14321339c1c27b1131bf7975" + "hash": "ddf4d6104a6ab34411f20c5a8c22ce3c" }, { - "title": "Follow These Sites to Discover Cool New Tech and Crowdfunding Projects", - "description": "

    Tech innovations are coming so fast and furious these days, it can be hard to stay on top of it all (even when the PR firms promoting it all have your email address). You can try keeping up to date by staying glued to Twitter, but by the time something trends on social media, it’s usually already old news among…

    Read more...

    ", - "content": "

    Tech innovations are coming so fast and furious these days, it can be hard to stay on top of it all (even when the PR firms promoting it all have your email address). You can try keeping up to date by staying glued to Twitter, but by the time something trends on social media, it’s usually already old news among…

    Read more...

    ", - "category": "crowdfunding", - "link": "https://lifehacker.com/follow-these-sites-to-discover-cool-new-tech-and-crowdf-1848186647", - "creator": "Shannon Flynn", - "pubDate": "Thu, 16 Dec 2021 18:30:00 GMT", + "title": "FAM72A antagonizes UNG2 to promote mutagenic repair during antibody maturation", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04144-4", + "creator": "Yuqing Feng", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b663a0ee9db2257ed4af627215a6a8d4" + "hash": "254c88e9d44ea5781fffb15f33ebc761" }, { - "title": "10 of the Best Indie Films of 2021, and Where to Watch Them Right Now", - "description": "

    This year and every year—but this year especially—there has been a lot of chatter about the ways in which the movie world has contracted, with big budget genre blockbusters (usually superhero movies) taking over local movie theaters almost entirely, pushing out nearly everything else. This isn’t good. Superhero…

    Read more...

    ", - "content": "

    This year and every year—but this year especially—there has been a lot of chatter about the ways in which the movie world has contracted, with big budget genre blockbusters (usually superhero movies) taking over local movie theaters almost entirely, pushing out nearly everything else. This isn’t good. Superhero…

    Read more...

    ", - "category": "films", - "link": "https://lifehacker.com/10-of-the-best-indie-films-of-2021-and-where-to-watch-1848223382", - "creator": "Ross Johnson", - "pubDate": "Thu, 16 Dec 2021 18:00:00 GMT", + "title": "Want research integrity? Stop the blame game", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03493-4", + "creator": "Malcolm Macleod", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8380a0e6106fb920003ae0c7a7d0221a" + "hash": "a0fa60a23ab5746eb9057d134526648e" }, { - "title": "How to Fake Marble, Leather, and Other Expensive-Looking Surface Finishes", - "description": "

    If you want to breath new life into some old furniture or decor, a little paint can do the trick. These faux finishes will elevate a regular piece and add elegance to older furniture, and you can DIY them for less expense than you might think.

    Read more...

    ", - "content": "

    If you want to breath new life into some old furniture or decor, a little paint can do the trick. These faux finishes will elevate a regular piece and add elegance to older furniture, and you can DIY them for less expense than you might think.

    Read more...

    ", - "category": "leather", - "link": "https://lifehacker.com/how-to-fake-marble-leather-and-other-expensive-lookin-1848225088", - "creator": "Becca Lewis", - "pubDate": "Thu, 16 Dec 2021 17:30:00 GMT", + "title": "Women and the environment: power on the ground and in academia", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03524-0", + "creator": "Nuria Pistón", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60cd15def0336bbff053dbfb6dde4f25" + "hash": "d43028ef448df890cae943e853b55f60" }, { - "title": "Ride Out This Crap Year With Free Food From Wendy's", - "description": "

    With only about two weeks left in 2021, it’s tempting to think ahead to what the new year may have in store for us—from fresh strains of COVID-19, to devastating natural disasters, to an ever more broken political system. But for now, let’s live in the moment, and try to get through the holidays, with some free food…

    Read more...

    ", - "content": "

    With only about two weeks left in 2021, it’s tempting to think ahead to what the new year may have in store for us—from fresh strains of COVID-19, to devastating natural disasters, to an ever more broken political system. But for now, let’s live in the moment, and try to get through the holidays, with some free food…

    Read more...

    ", - "category": "wendy s", - "link": "https://lifehacker.com/ride-out-this-shit-year-with-free-food-from-wendys-1848223402", - "creator": "Elizabeth Yuko", - "pubDate": "Thu, 16 Dec 2021 17:00:00 GMT", + "title": "How record wildfires are harming human health", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03496-1", + "creator": "Max Kozlov", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6927dd383939eb74602b410648292a8d" + "hash": "bf0b6fd138eda32430246c5a23346c81" }, { - "title": "Can Someone Really Spy on Me Through My Webcam or Phone Camera?", - "description": "

    Are hackers really spying on people through their phone cameras and webcams? The short answer: Yes. Webcams and phone cameras can be hacked, giving bad actors complete control over how they function. As a result, hackers can use a device’s camera to both spy on individuals and search for personal information. Luckily,…

    Read more...

    ", - "content": "

    Are hackers really spying on people through their phone cameras and webcams? The short answer: Yes. Webcams and phone cameras can be hacked, giving bad actors complete control over how they function. As a result, hackers can use a device’s camera to both spy on individuals and search for personal information. Luckily,…

    Read more...

    ", - "category": "webcam", - "link": "https://lifehacker.com/can-someone-really-spy-on-me-through-my-webcam-or-phone-1848186584", - "creator": "Shannon Flynn", - "pubDate": "Thu, 16 Dec 2021 16:30:00 GMT", + "title": "Researchers at risk in Afghanistan need better tools to find help", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03515-1", + "creator": "", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0f4b24a929eae0eddb993718565b96a" + "hash": "e9bcf7be5bd84b5d24c7752e488f54f5" }, { - "title": "How Much Will It Cost You If You Get COVID Abroad?", - "description": "

    Many of us are antsy to travel abroad now that some entry restrictions are relaxed. However, COVID-19 is still very much here, and hopping on a plane and flying across an ocean are not without risks, even if you’ve been vaccinated and boosted.

    Read more...

    ", - "content": "

    Many of us are antsy to travel abroad now that some entry restrictions are relaxed. However, COVID-19 is still very much here, and hopping on a plane and flying across an ocean are not without risks, even if you’ve been vaccinated and boosted.

    Read more...

    ", - "category": "airbnb", - "link": "https://lifehacker.com/how-much-will-it-cost-you-if-you-get-covid-abroad-1848221646", - "creator": "Emily Long", - "pubDate": "Thu, 16 Dec 2021 16:00:00 GMT", + "title": "Electrons reveal the need for improved neutrino models", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03456-9", + "creator": "Noemi Rocco", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c419aa59f6e1478a1a42d6161781f002" + "hash": "502499a7c1ff0a29f5f7977494fa066a" }, { - "title": "Upgrade Your High With This Weed Tech", - "description": "

    For centuries, cannabis was deceptively low-tech—seed, meet dirt; dried plant, meet flame. But even in ancient times, people were always looking for more efficient ways to consume; nearly 2,500 years ago in Greece, Herodotus wrote of a vaping technique that involved placing hemp seeds on blazing hot stones.

    More…

    Read more...

    ", - "content": "

    For centuries, cannabis was deceptively low-tech—seed, meet dirt; dried plant, meet flame. But even in ancient times, people were always looking for more efficient ways to consume; nearly 2,500 years ago in Greece, Herodotus wrote of a vaping technique that involved placing hemp seeds on blazing hot stones.

    More…

    Read more...

    ", - "category": "lacing", - "link": "https://lifehacker.com/upgrade-your-high-with-this-weed-tech-1848226541", - "creator": "Danielle Guercio", - "pubDate": "Thu, 16 Dec 2021 15:32:00 GMT", + "title": "COVID deaths, gravitational waves and pandemic PhD supervision", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03494-3", + "creator": "", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1644977c0b8b1f34a1c29d41a31101df" + "hash": "04dbe85cb980ac4cb33788841c452f94" }, { - "title": "Try These Stretches for an Achy Back or Neck", - "description": "

    Who among us doesn’t wake up with an achy neck sometimes, or find that our back doesn’t feel great after sitting or standing in the same position all day? While a concerning level of pain is a matter for a doctor or a physical therapist, a few stretches can go a long way in alleviating everyday stiffness.

    Read more...

    ", - "content": "

    Who among us doesn’t wake up with an achy neck sometimes, or find that our back doesn’t feel great after sitting or standing in the same position all day? While a concerning level of pain is a matter for a doctor or a physical therapist, a few stretches can go a long way in alleviating everyday stiffness.

    Read more...

    ", - "category": "wrestling", - "link": "https://lifehacker.com/try-these-stretches-for-an-achy-back-or-neck-1848222633", - "creator": "Beth Skwarecki", - "pubDate": "Thu, 16 Dec 2021 15:00:00 GMT", + "title": "Context is key for learning motor skills", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03028-x", + "creator": "Anne G. E. Collins", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7aa6035e98d57c80c53e7167c64d6b70" + "hash": "4d400a949e9ed6ffeab36ef3201e821f" }, { - "title": "How to Host Your In-Laws Without Losing Your Goddamn Mind", - "description": "

    If you have a healthy relationship with your in-laws and enjoy spending time with them, that’s amazing! (And where’d you get that—Amazon?) If the thought of your father-in-law loudly clearing his throat one more time sends a paroxysm of muted rage through your chest cavity, though, here are a few tips to help you deal…

    Read more...

    ", - "content": "

    If you have a healthy relationship with your in-laws and enjoy spending time with them, that’s amazing! (And where’d you get that—Amazon?) If the thought of your father-in-law loudly clearing his throat one more time sends a paroxysm of muted rage through your chest cavity, though, here are a few tips to help you deal…

    Read more...

    ", - "category": "sue", - "link": "https://lifehacker.com/how-to-host-your-in-laws-without-losing-your-goddamn-mi-1848220852", - "creator": "Sarah Showfety", - "pubDate": "Thu, 16 Dec 2021 14:30:00 GMT", + "title": "Venetian blinds", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03525-z", + "creator": "Gretchen Tessmer", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a8aafd45679b6f2624feb53748012cf" + "hash": "85b7f0abaf0a88342c184eaa90d467c5" }, { - "title": "There's No Shame in a Cookie Crumb Crust", - "description": "

    When I was in college, I got into baking as a way to mitigate the stress brought on by taking classes I didn’t really enjoy with the goal of getting a job I didn’t really want. One Christmas, my dad gave me Nigella Lawson’s How to Be a Domestic Goddess, and my roommate wrapped up a copy of Ken Haedrich’s Pie. I don’t…

    Read more...

    ", - "content": "

    When I was in college, I got into baking as a way to mitigate the stress brought on by taking classes I didn’t really enjoy with the goal of getting a job I didn’t really want. One Christmas, my dad gave me Nigella Lawson’s How to Be a Domestic Goddess, and my roommate wrapped up a copy of Ken Haedrich’s Pie. I don’t…

    Read more...

    ", - "category": "crust", - "link": "https://lifehacker.com/theres-no-shame-in-a-cookie-crumb-crust-1848222599", - "creator": "Claire Lower", - "pubDate": "Thu, 16 Dec 2021 14:00:00 GMT", + "title": "Is this mammoth-ivory pendant Eurasia's oldest surviving jewellery?", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03534-y", + "creator": "Tosin Thompson", + "pubDate": "2021-11-29", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f78c2beecb929bea46ae36d99352566" + "hash": "f6e0f8de1cd99a1ec14fdd83c041c175" }, { - "title": "15 Bloody Good Holiday-Adjacent Horror Movies", - "description": "

    Though your knee-jerk reactions may suggest otherwise, there’s nothing incongruous about pairing Christmas with scary stories.

    For centuries in Britain, families would gather around a fire and ward off the winter cold by sharing chilling tales of the supernatural—a tradition forgotten, only to be revived by Charles…

    Read more...

    ", - "content": "

    Though your knee-jerk reactions may suggest otherwise, there’s nothing incongruous about pairing Christmas with scary stories.

    For centuries in Britain, families would gather around a fire and ward off the winter cold by sharing chilling tales of the supernatural—a tradition forgotten, only to be revived by Charles…

    Read more...

    ", - "category": "riley keough", - "link": "https://lifehacker.com/15-bloody-good-holiday-adjacent-horror-movies-1848213352", - "creator": "Ross Johnson", - "pubDate": "Thu, 16 Dec 2021 13:30:00 GMT", + "title": "Forceful synapses reveal mechanical interactions in the brain", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03516-0", + "creator": "", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db241e514462a77646b3c47e6003ec25" + "hash": "4a60daa5e728c0c6c85e4fdc967e31c6" }, { - "title": "How to Reset and Erase a Locked iPhone Without Connecting to a Mac or PC", - "description": "

    iOS 15.2 is filled with features big and small. Along with features like Digital Legacy and App Privacy Report, comes a feature we’ve been waiting years for; the ability to completely erase and reset a locked iPhone without needing to connect it to a Mac or PC first.

    Read more...

    ", - "content": "

    iOS 15.2 is filled with features big and small. Along with features like Digital Legacy and App Privacy Report, comes a feature we’ve been waiting years for; the ability to completely erase and reset a locked iPhone without needing to connect it to a Mac or PC first.

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/how-to-reset-and-erase-a-locked-iphone-without-connecti-1848220057", - "creator": "Khamosh Pathak", - "pubDate": "Thu, 16 Dec 2021 13:00:00 GMT", + "title": "Daily briefing: ‘Incident’ delays launch of the James Webb Space Telescope", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03544-w", + "creator": "Flora Graham", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3f8f285e7cb8545b4fdacc637a5047f" + "hash": "68cf47d57b6f6edca768c17a966f4b9b" }, { - "title": "14 Gifts That Will Delight the Cocktail Enthusiast in Your Life", - "description": "

    A little bit about myself: I like cocktails. I like making them. I like drinking them. I care about them very deeply. I predominantly exercise this affinity from the comfort of my own home, and over the course of the last several years have acquired a home bar I am quite comfortable in and enjoy a lot. Nightly, in…

    Read more...

    ", - "content": "

    A little bit about myself: I like cocktails. I like making them. I like drinking them. I care about them very deeply. I predominantly exercise this affinity from the comfort of my own home, and over the course of the last several years have acquired a home bar I am quite comfortable in and enjoy a lot. Nightly, in…

    Read more...

    ", - "category": "cocktail", - "link": "https://lifehacker.com/14-gifts-that-will-delight-the-cocktail-enthusiast-in-y-1848218596", - "creator": "Devojka", - "pubDate": "Wed, 15 Dec 2021 21:00:00 GMT", + "title": "How to make macroscale non-crystalline diamonds", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-02957-x", + "creator": "Alfonso San-Miguel", + "pubDate": "2021-11-24", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2808fb33499720b0f8058867c5d3f886" + "hash": "494d0db5d77a05d89c671c97a62c0bce" }, { - "title": "What Happens If You Don’t Pay Back Your Student Loans and Just Say 'to Hell With It'", - "description": "

    Student loans are choking an entire generation of Americans. For decades, people were encouraged to prioritize higher education, and one of the most effective encouragements was the relatively easy process of getting a loan to pay tuition and living expenses while you earned your degree. I can remember applying for…

    Read more...

    ", - "content": "

    Student loans are choking an entire generation of Americans. For decades, people were encouraged to prioritize higher education, and one of the most effective encouragements was the relatively easy process of getting a loan to pay tuition and living expenses while you earned your degree. I can remember applying for…

    Read more...

    ", - "category": "loans", - "link": "https://lifehacker.com/what-happens-if-you-don-t-pay-back-your-student-loans-a-1848219732", - "creator": "Jeff Somers", - "pubDate": "Wed, 15 Dec 2021 20:00:00 GMT", + "title": "A COVID-19 peptide vaccine for the induction of SARS-CoV-2 T cell immunity", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04232-5", + "creator": "Jonas S. Heitmann", + "pubDate": "2021-11-23", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15565abc18c2577a696ea53e4e5293b0" + "hash": "c9ca5edb3eb78b4424d1276ca6137b8b" }, { - "title": "You Can Finally Search Within a Playlist in Apple Music", - "description": "

    At long last, you can search for songs within a playlist in Apple Music. Until now, if you had long Apple Music playlists on your iPhone, you couldn’t use the search bar to find a specific song, making it difficult to quickly find the song you really wanted to listen to. It may be overdue, but Apple has finally added…

    Read more...

    ", - "content": "

    At long last, you can search for songs within a playlist in Apple Music. Until now, if you had long Apple Music playlists on your iPhone, you couldn’t use the search bar to find a specific song, making it difficult to quickly find the song you really wanted to listen to. It may be overdue, but Apple has finally added…

    Read more...

    ", - "category": "apple", - "link": "https://lifehacker.com/you-can-finally-search-within-a-playlist-in-apple-music-1848218623", - "creator": "Pranay Parab", - "pubDate": "Wed, 15 Dec 2021 19:30:00 GMT", + "title": "Support deaf participants at virtual conferences", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03487-2", + "creator": "Denis Meuthen", + "pubDate": "2021-11-23", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0b9a1e4fd6659ede208ea645433b9a4" + "hash": "58495be646209f03227e1dd1f8e8231a" }, { - "title": "Make Your Next Cheeseball Using This Easy Formula", - "description": "

    Rolling in to an office holiday party or other seasonal gathering with a cheeseball is a simple, cost-effective way to win friends and influence colleagues. Cheeseballs are fun to eat and easy to make, and there are plenty of recipes for them on this wide and vast informational web.

    Read more...

    ", - "content": "

    Rolling in to an office holiday party or other seasonal gathering with a cheeseball is a simple, cost-effective way to win friends and influence colleagues. Cheeseballs are fun to eat and easy to make, and there are plenty of recipes for them on this wide and vast informational web.

    Read more...

    ", - "category": "joe", - "link": "https://lifehacker.com/make-your-next-cheeseball-using-this-easy-formula-1848215888", - "creator": "Claire Lower", - "pubDate": "Wed, 15 Dec 2021 19:00:00 GMT", + "title": "Science community steps up to reform open access", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03485-4", + "creator": "Geoffrey Boulton", + "pubDate": "2021-11-23", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a323b4f00ceca1cc430bdd79ad9c504" + "hash": "2a39e7a27b5298effb62a342d0537b4b" }, { - "title": "Kraft Will Pay You $20 to Not Make Cheesecake This Christmas", - "description": "

    If you were planning on making your famous Christmas cheesecake this year, then the current cream cheese shortage has likely thrown a wrench in your rich, creamy plans. Now, Philadelphia Cream Cheese has a counteroffer.

    Read more...

    ", - "content": "

    If you were planning on making your famous Christmas cheesecake this year, then the current cream cheese shortage has likely thrown a wrench in your rich, creamy plans. Now, Philadelphia Cream Cheese has a counteroffer.

    Read more...

    ", - "category": "cheesecake", - "link": "https://lifehacker.com/kraft-will-pay-you-20-to-not-make-cheesecake-this-chri-1848219625", - "creator": "Meredith Dietz", - "pubDate": "Wed, 15 Dec 2021 18:30:00 GMT", + "title": "From the archive", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03457-8", + "creator": "", + "pubDate": "2021-11-23", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5507cd42282b7e04e316a98568463c1" + "hash": "41793ddd5216645eb0d0521516023298" }, { - "title": "What's New on Netflix in January 2022", - "description": "

    While it might be a bit rich of Netflix to launch a new comedy series that appears to be a straight up parody of The Woman in the Window—a critical bomb the streamer paid big bucks for to acquire from Disney amid the pandemic, you may remember—come Jan. 28, Kristen Bell will become The Woman in the House Across the

    Read more...

    ", - "content": "

    While it might be a bit rich of Netflix to launch a new comedy series that appears to be a straight up parody of The Woman in the Window—a critical bomb the streamer paid big bucks for to acquire from Disney amid the pandemic, you may remember—come Jan. 28, Kristen Bell will become The Woman in the House Across the

    Read more...

    ", - "category": "netflix", - "link": "https://lifehacker.com/whats-new-on-netflix-in-january-2022-1848220940", - "creator": "Joel Cunningham", - "pubDate": "Wed, 15 Dec 2021 18:00:00 GMT", + "title": "Earth is headed for well over two degrees of warming", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03507-1", + "creator": "", + "pubDate": "2021-11-23", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1559cda87b988fdd5a79aae52a6112b" + "hash": "d4d16b83004276c027256496995362c3" }, { - "title": "When to Expect Your Sixth (and Potentially Final) Child Tax Credit Payment", - "description": "

    The sixth—and possibly final—payment from the Child Tax Credit program should be deposited in the bank accounts of eligible parents today, Dec. 15. Those who have their checks mailed can expect them to arrive over the next few days.

    Read more...

    ", - "content": "

    The sixth—and possibly final—payment from the Child Tax Credit program should be deposited in the bank accounts of eligible parents today, Dec. 15. Those who have their checks mailed can expect them to arrive over the next few days.

    Read more...

    ", - "category": "tax", - "link": "https://lifehacker.com/when-to-expect-your-sixth-and-potentially-final-child-1848220430", - "creator": "Stephen Johnson", - "pubDate": "Wed, 15 Dec 2021 17:30:00 GMT", + "title": "Ditch gendered terminology for cell division", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03490-7", + "creator": "Peter White", + "pubDate": "2021-11-23", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bbc3b4cf09fa24cb624d37f360ec7ca" + "hash": "c05f4f7501661edcf143b97ef6d9cb73" }, { - "title": "How to Get macOS 12.1 on Your M1 Mac When the Update Won’t Appear", - "description": "

    Apple’s macOS 12.1 is a fun update. It finally brings iOS’ and iPadOS’ SharePlay to macOS FaceTime—allowing you to share your screen and other media with your friends on video calls—in addition to Hide My Email and Apple Music Voice Plan, among other great features. However, if you’re rocking an M1 Mac, you might not…

    Read more...

    ", - "content": "

    Apple’s macOS 12.1 is a fun update. It finally brings iOS’ and iPadOS’ SharePlay to macOS FaceTime—allowing you to share your screen and other media with your friends on video calls—in addition to Hide My Email and Apple Music Voice Plan, among other great features. However, if you’re rocking an M1 Mac, you might not…

    Read more...

    ", - "category": "macos", - "link": "https://lifehacker.com/how-to-get-macos-12-1-on-your-m1-mac-when-the-update-wo-1848219524", - "creator": "Jake Peterson", - "pubDate": "Wed, 15 Dec 2021 17:00:00 GMT", + "title": "Mini-machine can chop and channel proteins", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03502-6", + "creator": "", + "pubDate": "2021-11-22", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d83a49e933e62c28ff4479f4e2746409" + "hash": "465c7e12d1718776f7343a0dfbfb3590" }, { - "title": "All the Essential Travel Documents You Need Right Now, Besides a Passport", - "description": "

    The global pandemic has certainly made travel abroad more complicated, not least because of the additional paperwork demonstrating your vaccination and testing status that is required to leave and reenter the country. But the reality is that you’ve always needed certain essential documents for international…

    Read more...

    ", - "content": "

    The global pandemic has certainly made travel abroad more complicated, not least because of the additional paperwork demonstrating your vaccination and testing status that is required to leave and reenter the country. But the reality is that you’ve always needed certain essential documents for international…

    Read more...

    ", - "category": "passports", - "link": "https://lifehacker.com/all-the-essential-travel-documents-you-need-right-now-1848215184", - "creator": "Emily Long", - "pubDate": "Wed, 15 Dec 2021 16:30:00 GMT", + "title": "Ahmedabad: local data beat the heat", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03486-3", + "creator": "Priya Dutta", + "pubDate": "2021-11-23", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8b11f7b9c58d2d91123c0364a7b765c" + "hash": "8ed75e897566df07c154c5d96b6888d0" }, { - "title": "The Best (and Cheapest) Way to Make a DIY Headboard", - "description": "

    Bed frames and headboards can be expensive, but a comfy, inviting bedroom is a must for even the simplest decor tastes. You can get the best of both worlds with a DIY faux headboard, whatever your decorating tastes and budget are.

    Read more...

    ", - "content": "

    Bed frames and headboards can be expensive, but a comfy, inviting bedroom is a must for even the simplest decor tastes. You can get the best of both worlds with a DIY faux headboard, whatever your decorating tastes and budget are.

    Read more...

    ", - "category": "headboard", - "link": "https://lifehacker.com/the-best-and-cheapest-way-to-make-a-diy-headboard-1848217873", - "creator": "Becca Lewis", - "pubDate": "Wed, 15 Dec 2021 16:00:00 GMT", + "title": "Artificial intelligence powers protein-folding predictions", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03499-y", + "creator": "Michael Eisenstein", + "pubDate": "2021-11-23", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f735e71bcf588b33c878383a74ab1f8" + "hash": "5a33cbc80216082eca0d9bc8f8fb3935" }, { - "title": "Everything You Should Be Doing Now for a Better Garden Next Spring", - "description": "

    Gardening may seem like a warm-weather activity, but for best results, it’s actually a year-round endeavor. Just because the ground is frozen and very little is blooming right now doesn’t mean there’s nothing to do. Use this time—while you’re not overwhelmed with planting, watering, managing, and harvesting—to set…

    Read more...

    ", - "content": "

    Gardening may seem like a warm-weather activity, but for best results, it’s actually a year-round endeavor. Just because the ground is frozen and very little is blooming right now doesn’t mean there’s nothing to do. Use this time—while you’re not overwhelmed with planting, watering, managing, and harvesting—to set…

    Read more...

    ", - "category": "permaculture", - "link": "https://lifehacker.com/everything-you-should-be-doing-now-for-a-better-garden-1848217676", - "creator": "Emily Long", - "pubDate": "Wed, 15 Dec 2021 15:30:00 GMT", + "title": "How burnout and imposter syndrome blight scientific careers", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03042-z", + "creator": "Chris Woolston", + "pubDate": "2021-11-23", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f870252f92712a5109b61b90086464b6" + "hash": "103f8bc9b162fe46a4d20d170336a863" }, { - "title": "How Long Should You Chat on a Dating App Before Meeting Up?", - "description": "

    Browsing on dating apps can be fun, but the chat box can also be intimidating. How much is too much small talk? What’s a good way to make your intentions clear without being too direct? How long do you have to keep up the digital banter before you can just go on a damn date?

    Read more...

    ", - "content": "

    Browsing on dating apps can be fun, but the chat box can also be intimidating. How much is too much small talk? What’s a good way to make your intentions clear without being too direct? How long do you have to keep up the digital banter before you can just go on a damn date?

    Read more...

    ", - "category": "dating", - "link": "https://lifehacker.com/how-long-should-you-chat-on-a-dating-app-before-meeting-1848216276", - "creator": "Lindsey Ellefson", - "pubDate": "Wed, 15 Dec 2021 15:00:00 GMT", + "title": "Do vaccines protect against long COVID? What the data say", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03495-2", + "creator": "Heidi Ledford", + "pubDate": "2021-11-23", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa3621f684a46c9c50bb3fb85b0cf2c5" + "hash": "445121e49f3092a7a69e764c32c21714" }, { - "title": "Why You Should Never Put Eggshells Back in the Carton", - "description": "

    Whenever you’re cooking or baking with eggs, good food safety practices are of the utmost importance. Sometimes, though, laziness wins: At one point or another, most of us have set a spent eggshell back in the carton rather than finding a more appropriate receptacle. Even if you’ve never sent anybody to the hospital…

    Read more...

    ", - "content": "

    Whenever you’re cooking or baking with eggs, good food safety practices are of the utmost importance. Sometimes, though, laziness wins: At one point or another, most of us have set a spent eggshell back in the carton rather than finding a more appropriate receptacle. Even if you’ve never sent anybody to the hospital…

    Read more...

    ", - "category": "carton", - "link": "https://lifehacker.com/why-you-should-never-put-eggshells-back-in-the-carton-1848215758", - "creator": "A.A. Newton", - "pubDate": "Wed, 15 Dec 2021 14:30:00 GMT", + "title": "US astronomy has ambitious plans — but it needs global partners", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03514-2", + "creator": "", + "pubDate": "2021-11-23", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "433cde83d0e71365f265f3d8a483adee" + "hash": "f04c2969c5c559df22d3c8c913c79d40" }, { - "title": "How to Pass on Your iPhone Data After You Die", - "description": "

    Our digital lives are heavily intertwined with our “real” lives, and Apple is finally starting to acknowledge that. The data that lives in our iCloud accounts is not only important to us, but also to our family members. Now, there’s a way for our loved ones to access our digital data when we no longer can.

    Read more...

    ", - "content": "

    Our digital lives are heavily intertwined with our “real” lives, and Apple is finally starting to acknowledge that. The data that lives in our iCloud accounts is not only important to us, but also to our family members. Now, there’s a way for our loved ones to access our digital data when we no longer can.

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/how-to-pass-on-your-iphone-data-after-you-die-1848213939", - "creator": "Khamosh Pathak", - "pubDate": "Wed, 15 Dec 2021 14:00:00 GMT", + "title": "All-nighter: staying up to fight malaria", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03500-8", + "creator": "Brendan Maher", + "pubDate": "2021-11-22", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29d067d4ffbf272e65921044a562cffe" + "hash": "418c58e7853b85c15b618c5a344bce44" }, { - "title": "How to Be Completely Heinous (or Surprisingly Classy) at Your Next Ugly Sweater Party", - "description": "

    The annual tradition of picking out garish sweaters for a holiday party is past its cultural sell-by date, but maybe your friends or bosses haven’t received the memo. If you’ve been invited to an ugly sweater party this year, here are some thoughts on how to navigate it.

    Read more...

    ", - "content": "

    The annual tradition of picking out garish sweaters for a holiday party is past its cultural sell-by date, but maybe your friends or bosses haven’t received the memo. If you’ve been invited to an ugly sweater party this year, here are some thoughts on how to navigate it.

    Read more...

    ", - "category": "etsy", - "link": "https://lifehacker.com/how-to-be-completely-heinous-or-surprisingly-classy-a-1848216116", - "creator": "Stephen Johnson", - "pubDate": "Wed, 15 Dec 2021 13:30:00 GMT", + "title": "The art critic in the machine tells forgeries from the real thing", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03447-w", + "creator": "", + "pubDate": "2021-11-22", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a69e1c6c225d198fbb7bf3cc8cfa655" + "hash": "93d75c1035f70abe173ad56a2087eb2f" }, { - "title": "The Fail-Proof Way to Lattice Your Pie Crust", - "description": "

    After a holiday meal so gigantic that only stretchy pants will do, there remains one dish that everyone looks forward to: pie. There’s pumpkin pie and pecan pie but, oh, that fruit pie. Apple, Cherry, Blueberry, Cran-apple?! Nothing is more impressive than a sugar-studded, perfectly woven lattice crust, but you balk…

    Read more...

    ", - "content": "

    After a holiday meal so gigantic that only stretchy pants will do, there remains one dish that everyone looks forward to: pie. There’s pumpkin pie and pecan pie but, oh, that fruit pie. Apple, Cherry, Blueberry, Cran-apple?! Nothing is more impressive than a sugar-studded, perfectly woven lattice crust, but you balk…

    Read more...

    ", - "category": "lattice", - "link": "https://lifehacker.com/the-fail-proof-way-to-lattice-your-pie-crust-1848209585", - "creator": "Allie Chanthorn Reinmann", - "pubDate": "Wed, 15 Dec 2021 13:00:00 GMT", + "title": "Battery-powered trains offer a cost-effective ride to a cleaner world", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03448-9", + "creator": "", + "pubDate": "2021-11-22", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "35cfda0dc7b7c7ca10f2e7c6b3f0e823" + "hash": "a5b761cd343005ea7425e98a56a72627" }, { - "title": "What to Do When Someone's Having a Heart Attack, so You're Not Carrie Bradshaw", - "description": "

    Spoilers ahead for And Just Like That…, the Sex and the City reboot on HBO Max, although this news has been hard to ignore whether or not you even watch the show.

    Read more...

    ", - "content": "

    Spoilers ahead for And Just Like That…, the Sex and the City reboot on HBO Max, although this news has been hard to ignore whether or not you even watch the show.

    Read more...

    ", - "category": "carrie fucking bradshaw", - "link": "https://lifehacker.com/what-to-do-when-someones-having-a-heart-attack-so-your-1848215254", - "creator": "Meredith Dietz", - "pubDate": "Tue, 14 Dec 2021 21:00:00 GMT", + "title": "Michael Rutter (1933–2021)", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03498-z", + "creator": "Uta Frith", + "pubDate": "2021-11-22", "enclosure": "", "enclosureType": "", "image": "", - "id": "", - "language": "en", + "language": "", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "256898f62e43bb6818583bc3534e262b" + "hash": "0380dd2184c0ed92d29ffe1f0564752d" }, { - "title": "Why You Should Enable Fall Protection on Your Apple Watch, Even If You're Young", - "description": "

    The Apple Watch is an excellent health tool. It tracks your steps, keeps count of your expended calories, and helps you check in on your heart rate. While many of its excellent features work out of the box, one option is often turned off by default, and it’s the one option that could very well save someone’s life.

    Read more...

    ", - "content": "

    The Apple Watch is an excellent health tool. It tracks your steps, keeps count of your expended calories, and helps you check in on your heart rate. While many of its excellent features work out of the box, one option is often turned off by default, and it’s the one option that could very well save someone’s life.

    Read more...

    ", - "category": "apple watch", - "link": "https://lifehacker.com/why-you-should-enable-fall-protection-on-your-apple-wat-1848212497", - "creator": "Jake Peterson", - "pubDate": "Tue, 14 Dec 2021 20:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Heavily mutated coronavirus variant puts scientists on alert", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03552-w", + "creator": "Ewen Callaway", + "pubDate": "2021-11-25", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7dd71470b985bf9ee49ee73c883a5b7b" + "hash": "eed79f99dd4dbe5bac9452d4ad978af4" }, { - "title": "Why You Should Stop Using the Phrase 'Master Bedroom'", - "description": "

    Fans of TV shows featuring house-hunting, flipping, flopping, or home improvement may have noticed a new term popping up in more recent episodes: “primary bedroom.” It’s also slowly becoming the norm in real estate descriptions, and even if the term is unfamiliar at first, context clues will tell you that “primary…

    Read more...

    ", - "content": "

    Fans of TV shows featuring house-hunting, flipping, flopping, or home improvement may have noticed a new term popping up in more recent episodes: “primary bedroom.” It’s also slowly becoming the norm in real estate descriptions, and even if the term is unfamiliar at first, context clues will tell you that “primary…

    Read more...

    ", - "category": "bedroom", - "link": "https://lifehacker.com/why-you-should-stop-using-the-phrase-master-bedroom-1848204457", - "creator": "Elizabeth Yuko", - "pubDate": "Tue, 14 Dec 2021 20:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Daily briefing: What we know about vaccines and long COVID", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03531-1", + "creator": "Flora Graham", + "pubDate": "2021-11-23", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be1350860d73d41e1f33ce5a4363d6cd" + "hash": "1e3c3d549d3ed7ca24e036185c60b090" }, { - "title": "How to Finally Disable Auto Macro Mode on iPhone 13 Pro", - "description": "

    Apple pulled off a neat trick on the iPhone 13 Pro and 13 Pro Max; it added a surprisingly good Macro mode to the Camera app, without even adding a separate Macro camera (like Android phones do). The Camera app automatically switches to a cropped version of the Ultra-Wide camera once you got closer to an object.…

    Read more...

    ", - "content": "

    Apple pulled off a neat trick on the iPhone 13 Pro and 13 Pro Max; it added a surprisingly good Macro mode to the Camera app, without even adding a separate Macro camera (like Android phones do). The Camera app automatically switches to a cropped version of the Ultra-Wide camera once you got closer to an object.…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/how-to-finally-disable-auto-macro-mode-on-iphone-13-pro-1848213448", - "creator": "Khamosh Pathak", - "pubDate": "Tue, 14 Dec 2021 19:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "China creates vast research infrastructure to support ambitious climate goals", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03491-6", + "creator": "Smriti Mallapaty", + "pubDate": "2021-11-22", + "folder": "00.03 News/News - EN", + "feed": "Nature", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "78fed7ce7627b66ba9b501c848dd6219" + }, + { + "title": "Cuba’s bet on home-grown COVID vaccines is paying off", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03470-x", + "creator": "Sara Reardon", + "pubDate": "2021-11-22", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae2b31be62b4cb0721d9150cc2c1f006" + "hash": "b12673feeb01bba489ca515b67a77e31" }, { - "title": "The Best Warm Winter Cocktails That Aren't the Same Old Hot Toddy", - "description": "

    Warm cocktails are tricky for me. I have an overactive internal furnace, and hot ethanol tends to waft in an aggressive manner. (I even chill my mulled port.) But, at lest once a holiday season, when I’m nice and high on nostalgia, I give into the warming promise of a toddy, a mulled something, or a boozy coffee, and…

    Read more...

    ", - "content": "

    Warm cocktails are tricky for me. I have an overactive internal furnace, and hot ethanol tends to waft in an aggressive manner. (I even chill my mulled port.) But, at lest once a holiday season, when I’m nice and high on nostalgia, I give into the warming promise of a toddy, a mulled something, or a boozy coffee, and…

    Read more...

    ", - "category": "liquids", - "link": "https://lifehacker.com/the-best-warm-winter-cocktails-that-arent-the-same-old-1848214317", - "creator": "Claire Lower", - "pubDate": "Tue, 14 Dec 2021 19:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "How dogs became humans’ best friends: from Neanderthals to now", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03497-0", + "creator": "Josie Glausiusz", + "pubDate": "2021-11-22", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f7bb8db3e8288b906ab27779c4105e5" + "hash": "6cb078116e5143410a4c0706e17fb7c1" }, { - "title": "Lifehacker Is Hiring a Personal Finance Writer", - "description": "

    Lifehacker is looking for a Senior Finance Writer, which means we’re looking for a particular kind of person: Our finance writers cover specialized topics, but those topics need to be explained in an approachable, down-to-earth way. In other words, you’re not writing for the Financial fucking Times, and you should be…

    Read more...

    ", - "content": "

    Lifehacker is looking for a Senior Finance Writer, which means we’re looking for a particular kind of person: Our finance writers cover specialized topics, but those topics need to be explained in an approachable, down-to-earth way. In other words, you’re not writing for the Financial fucking Times, and you should be…

    Read more...

    ", - "category": "lifehacker", - "link": "https://lifehacker.com/lifehacker-is-hiring-a-personal-finance-writer-1848213371", - "creator": "Jordan Calhoun", - "pubDate": "Tue, 14 Dec 2021 18:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Daily briefing: Adoption advice for academics", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03528-w", + "creator": "Flora Graham", + "pubDate": "2021-11-22", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c2325f971e7c10ba629e3e5f096f7734" + "hash": "6da7b317ec780ddeaf2c4f9f2dda6f84" }, { - "title": "The Best of 404PageFound, and Other Primitive '90s Websites That Still Exist", - "description": "

    The idea that once something hits the internet, it’s there forever, isn’t true. Things disappear from the internet all the time, from once-thriving online communities being killed when their hosting company goes under, to publications that have their archives wiped, to personal sites that vanish when their owners stop…

    Read more...

    ", - "content": "

    The idea that once something hits the internet, it’s there forever, isn’t true. Things disappear from the internet all the time, from once-thriving online communities being killed when their hosting company goes under, to publications that have their archives wiped, to personal sites that vanish when their owners stop…

    Read more...

    ", - "category": "world wide web", - "link": "https://lifehacker.com/the-best-of-404pagefound-and-other-primitive-90s-websi-1848208541", - "creator": "Stephen Johnson", - "pubDate": "Tue, 14 Dec 2021 18:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "First quantum computer to pack 100 qubits enters crowded race", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03476-5", + "creator": "Philip Ball", + "pubDate": "2021-11-19", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b60500eccddaef35fe675df144dc049" + "hash": "db652ed21bc43fd7ca312eb29726f25c" }, { - "title": "14 Korean Movies to Watch Before an American Remake Ruins Them", - "description": "

    To quote Parasite director Bong Joon-Ho, “...once you overcome the 1-inch tall barrier of subtitles, you will be introduced to so many more amazing films.”

    Fortunately, in the streaming area, a great many of those amazing films are more readily available than ever before—certainly there’s no shortage of great films…

    Read more...

    ", - "content": "

    To quote Parasite director Bong Joon-Ho, “...once you overcome the 1-inch tall barrier of subtitles, you will be introduced to so many more amazing films.”

    Fortunately, in the streaming area, a great many of those amazing films are more readily available than ever before—certainly there’s no shortage of great films…

    Read more...

    ", - "category": "cinema of south korea", - "link": "https://lifehacker.com/14-korean-movies-to-watch-before-an-american-remake-rui-1848207126", - "creator": "Ross Johnson", - "pubDate": "Tue, 14 Dec 2021 17:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "This microbe works a toxic metal into a weapon against its foes", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03477-4", + "creator": "", + "pubDate": "2021-11-19", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3bcb3478fdcdaf6cfbee415e6e6091bc" + "hash": "08783d8cb01e93548136d1988210a205" }, { - "title": "How to Tell If You're Getting Bad Advice at the Hardware Store", - "description": "

    If you’re looking for some help from a hardware store employee, the advice you get can vary depending on the knowledge and experience of the person helping you. Most of the time, salespeople at hardware stores will offer good-intentioned suggestions, but sometimes even advice made with the best of intentions can be…

    Read more...

    ", - "content": "

    If you’re looking for some help from a hardware store employee, the advice you get can vary depending on the knowledge and experience of the person helping you. Most of the time, salespeople at hardware stores will offer good-intentioned suggestions, but sometimes even advice made with the best of intentions can be…

    Read more...

    ", - "category": "advice", - "link": "https://lifehacker.com/how-to-tell-if-youre-getting-bad-advice-at-the-hardware-1848187465", - "creator": "Becca Lewis", - "pubDate": "Tue, 14 Dec 2021 17:02:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Defining Alzheimer’s, and the climate costs of AI: Books in brief", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03484-5", + "creator": "Andrew Robinson", + "pubDate": "2021-11-19", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "49ddd0862ac15cc21814ff20d8b85b84" + "hash": "8c2a2701cd9f271078d5ed6e932f0387" }, { - "title": "How to Make the Best Vegetarian Charcuterie Board You've Ever Had", - "description": "

    Charcuterie boards are fantastic in a million ways, whether it’s taking one on a camping trip, assembling one for your kids’ lunch, hosting a party, a last-minute dinner when you’re too tired to cook, or even giving one as a Valentine’s Day gift. The classics are classics for a reason, and charcuterie boards are no…

    Read more...

    ", - "content": "

    Charcuterie boards are fantastic in a million ways, whether it’s taking one on a camping trip, assembling one for your kids’ lunch, hosting a party, a last-minute dinner when you’re too tired to cook, or even giving one as a Valentine’s Day gift. The classics are classics for a reason, and charcuterie boards are no…

    Read more...

    ", - "category": "salt and pepper", - "link": "https://lifehacker.com/how-to-make-the-best-vegetarian-charcuterie-board-youve-1848211309", - "creator": "Rachel Fairbank", - "pubDate": "Tue, 14 Dec 2021 16:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "COVID’s career impact and embryo secrets — the week in infographics", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03478-3", + "creator": "", + "pubDate": "2021-11-19", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82f82663334fa0e248cd196538b857be" + "hash": "0b8565b86e24777e8298a6d652384f83" }, { - "title": "How to Check Your Internet Speed Directly in macOS Monterey", - "description": "

    If you want to check how fast (or slow) your internet is, the usual method is to go to speedtest.net, fast.com, or any of the bajillion other internet speed test sites. But if you have a Mac running macOS Monterey, you don’t need to visit any website to check your internet speed. There’s now a built-in tool in macOS,…

    Read more...

    ", - "content": "

    If you want to check how fast (or slow) your internet is, the usual method is to go to speedtest.net, fast.com, or any of the bajillion other internet speed test sites. But if you have a Mac running macOS Monterey, you don’t need to visit any website to check your internet speed. There’s now a built-in tool in macOS,…

    Read more...

    ", - "category": "macos", - "link": "https://lifehacker.com/how-to-check-your-internet-speed-directly-in-macos-mont-1848211312", - "creator": "Pranay Parab", - "pubDate": "Tue, 14 Dec 2021 16:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Scientists question Max Planck Society’s treatment of women leaders", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03492-5", + "creator": "Alison Abbott", + "pubDate": "2021-11-19", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5920a207ea71348bb1c43916e7db2fa5" + "hash": "c24c3f6f3180afed7a5ede3b5eeafe2a" }, { - "title": "The Most Powerful Passport in the World, and Other Things You Don't Know About Your Little Travel Booklet", - "description": "

    Of course you need a passport to cross international borders, but they’re more than a required travel document: They keep track of your globetrotting, and there’s nuance to both the design of your passport booklet and the access it provides. Here are 12 interesting facts you may not know about your passport.

    Read more...

    ", - "content": "

    Of course you need a passport to cross international borders, but they’re more than a required travel document: They keep track of your globetrotting, and there’s nuance to both the design of your passport booklet and the access it provides. Here are 12 interesting facts you may not know about your passport.

    Read more...

    ", - "category": "canadian passport", - "link": "https://lifehacker.com/the-most-powerful-passport-in-the-world-and-other-thin-1848210861", - "creator": "Emily Long", - "pubDate": "Tue, 14 Dec 2021 15:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Star Corps Crew Manual Section 15-A37: On Mental Dislocation", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03398-2", + "creator": "Marissa Lingen", + "pubDate": "2021-11-19", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "064f737d83b342fff8d95ad32ed07d28" + "hash": "fe2bb68d0205b592108fb031b3275647" }, { - "title": "How to Explain to Your Kids Why You Celebrate Christmas When You Aren't Religious", - "description": "

    One of the big shifts between our parents’ generation and ours is the increasing number of families who are choosing to raise their children without religious beliefs. In a 2019 survey that was conducted by the American Enterprise Institute, only 42% of families with children under the age of 18 report attending…

    Read more...

    ", - "content": "

    One of the big shifts between our parents’ generation and ours is the increasing number of families who are choosing to raise their children without religious beliefs. In a 2019 survey that was conducted by the American Enterprise Institute, only 42% of families with children under the age of 18 report attending…

    Read more...

    ", - "category": "christmas", - "link": "https://lifehacker.com/how-to-explain-to-your-kids-why-you-celebrate-christmas-1848202356", - "creator": "Rachel Fairbank", - "pubDate": "Tue, 14 Dec 2021 15:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Daily briefing: NASA spacecraft will die trying to deflect an asteroid", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03504-4", + "creator": "Flora Graham", + "pubDate": "2021-11-19", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f3abc7b7f83e6a89b1b490bfd173a0fd" + "hash": "83161fab1ec3e1a3d75c50e4b5d17737" }, { - "title": "10 of the Best Android Apps of 2021, According to Google", - "description": "

    Got an Android device? If so, Google’s got a great selection of apps and games for you to check out. At the end of each year, both Apple and Google award the best apps and games on their respective app stores. (If you have an iPhone, you should check out our best-of Apple list.) And if you haven’t had the time to try…

    Read more...

    ", - "content": "

    Got an Android device? If so, Google’s got a great selection of apps and games for you to check out. At the end of each year, both Apple and Google award the best apps and games on their respective app stores. (If you have an iPhone, you should check out our best-of Apple list.) And if you haven’t had the time to try…

    Read more...

    ", - "category": "google", - "link": "https://lifehacker.com/10-of-the-best-android-apps-of-2021-according-to-googl-1848205308", - "creator": "Pranay Parab", - "pubDate": "Tue, 14 Dec 2021 14:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "NASA spacecraft will slam into asteroid in first planetary-defence test", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03471-w", + "creator": "Alexandra Witze", + "pubDate": "2021-11-19", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "338f2a4905e4b1fe67fa738abbca4c9c" + "hash": "65c577c539228d26ace9ab5f05e5b720" }, { - "title": "These Sous Vide Eggs Will Make Your Christmas Morning Merrier (and Easier)", - "description": "

    On Christmas morning breakfast should be fairly hands-off and immensely forgivable, which is why I usually favor a combination of out-of-a-tube cinnamon rolls and bacon or a bag of sausage biscuits from McDonald’s. I realize, however, that some red-blooded Americans need eggs to get their day going, even if that day…

    Read more...

    ", - "content": "

    On Christmas morning breakfast should be fairly hands-off and immensely forgivable, which is why I usually favor a combination of out-of-a-tube cinnamon rolls and bacon or a bag of sausage biscuits from McDonald’s. I realize, however, that some red-blooded Americans need eggs to get their day going, even if that day…

    Read more...

    ", - "category": "sous vide", - "link": "https://lifehacker.com/these-sous-vide-eggs-will-make-your-christmas-morning-m-1848208409", - "creator": "Claire Lower", - "pubDate": "Tue, 14 Dec 2021 14:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Adopting as academics: what we learnt", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03482-7", + "creator": "Tony Ly", + "pubDate": "2021-11-18", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71070c0bfde955a1bdc035e4821b62a1" + "hash": "ee8f843ce7f8b07fd298f770b7c6fc8c" }, { - "title": "Don’t Become a Victim of This TSA PreCheck Scam", - "description": "

    The 2020 holiday season was no picnic, but it looks like 2021 will have its own challenges. Although vaccines are available for the vast majority of Americans who want them, we are still very much in the middle of a global pandemic, battling the latest new, concerning variant. Although things don’t quite look like we…

    Read more...

    ", - "content": "

    The 2020 holiday season was no picnic, but it looks like 2021 will have its own challenges. Although vaccines are available for the vast majority of Americans who want them, we are still very much in the middle of a global pandemic, battling the latest new, concerning variant. Although things don’t quite look like we…

    Read more...

    ", - "category": "tsa precheck", - "link": "https://lifehacker.com/don-t-become-a-victim-of-this-tsa-precheck-scam-1848204454", - "creator": "Elizabeth Yuko", - "pubDate": "Tue, 14 Dec 2021 13:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Do childhood colds help the body respond to COVID?", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03087-0", + "creator": "Rachel Brazil", + "pubDate": "2021-11-18", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6db3e1da8df9e377fa39449859519e80" + "hash": "6f935101591ba16ab17bb0220f513bdc" }, { - "title": "11 of the Weirdest Christmas Traditions We Should Absolutely Bring Back", - "description": "

    If a straight-up snitch like the Elf on the Shelf can become a holiday mainstay, literally anything can—and many stranger things have. I’m here to argue that the following activities, ideas, and traditions that were once annual winter traditions somewhere, can be again if we all believe hard enough. And believe, I do.

    Read more...

    ", - "content": "

    If a straight-up snitch like the Elf on the Shelf can become a holiday mainstay, literally anything can—and many stranger things have. I’m here to argue that the following activities, ideas, and traditions that were once annual winter traditions somewhere, can be again if we all believe hard enough. And believe, I do.

    Read more...

    ", - "category": "traditions", - "link": "https://lifehacker.com/11-of-the-weirdest-christmas-traditions-we-should-absol-1848189392", - "creator": "Stephen Johnson", - "pubDate": "Tue, 14 Dec 2021 13:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Europe’s COVID death toll could rise by hundreds of thousands", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03455-w", + "creator": "Smriti Mallapaty", + "pubDate": "2021-11-18", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5be182eeb1e992ac907aca9ca2322fb2" + "hash": "3d00536606025b3ea4704f6518474956" }, { - "title": "We Present to You a Ridiculous Number of Ways to Use Old Socks (Other Than That One, You Perv)", - "description": "

    Socks may come into this world as a pair, but they almost always leave this world alone. Luckily, you don’t necessarily need to toss out socks that are missing their perfect match, or stretched-out, or threadbare, or hole-y. From cleaning your home to craft supplies for your kids, there are plenty of ingenious ways to…

    Read more...

    ", - "content": "

    Socks may come into this world as a pair, but they almost always leave this world alone. Luckily, you don’t necessarily need to toss out socks that are missing their perfect match, or stretched-out, or threadbare, or hole-y. From cleaning your home to craft supplies for your kids, there are plenty of ingenious ways to…

    Read more...

    ", - "category": "socks", - "link": "https://lifehacker.com/we-present-to-you-a-ridiculous-number-of-ways-to-use-ol-1848207919", - "creator": "Meredith Dietz", - "pubDate": "Mon, 13 Dec 2021 22:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Genome surveillance by HUSH-mediated silencing of intronless mobile elements", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04228-1", + "creator": "Marta Seczynska", + "pubDate": "2021-11-18", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15c20213d48ee8496d442a7337f166aa" + "hash": "47da5697e00922c9dfeef2b83d4e5b21" }, { - "title": "How to Count 'One Mississippi' Around the World", - "description": "

    I know I’m not the only one who learned to count “one Mississippi, two Mississippi” as a kid. The idea, of course, is that when you insert those words between your numbers, the pace of your counting will roughly match the seconds on a clock. But Mississippi can’t be universal around the world, can it? A redditor asked…

    Read more...

    ", - "content": "

    I know I’m not the only one who learned to count “one Mississippi, two Mississippi” as a kid. The idea, of course, is that when you insert those words between your numbers, the pace of your counting will roughly match the seconds on a clock. But Mississippi can’t be universal around the world, can it? A redditor asked…

    Read more...

    ", - "category": "motherfucker", - "link": "https://lifehacker.com/how-to-count-one-mississippi-around-the-world-1848205496", - "creator": "Beth Skwarecki", - "pubDate": "Mon, 13 Dec 2021 21:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Optimization of Non-Coding Regions for a Non-Modified mRNA COVID-19 Vaccine", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04231-6", + "creator": "Makda S. Gebre", + "pubDate": "2021-11-18", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f10acfe28c93a32d12c55fc9b319cacc" + "hash": "c0c5c2ad27c2afdcec22eb4dc7d53c87" }, { - "title": "Do You Need a 'Vacation Ring'?", - "description": "

    If you’ve got one, it’s probably your most expensive piece of jewelry: That gleaming stone that says “I do” (or “I did”), that shimmering token of commitment you rarely take off, that bijou that cost some major coin—your engagement ring. Considering the average couple spent close to $4,000 on engagement rings in 2020

    Read more...

    ", - "content": "

    If you’ve got one, it’s probably your most expensive piece of jewelry: That gleaming stone that says “I do” (or “I did”), that shimmering token of commitment you rarely take off, that bijou that cost some major coin—your engagement ring. Considering the average couple spent close to $4,000 on engagement rings in 2020

    Read more...

    ", - "category": "ring", - "link": "https://lifehacker.com/do-you-need-a-vacation-ring-1848206601", - "creator": "Sarah Showfety", - "pubDate": "Mon, 13 Dec 2021 21:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "CRISPR screens unveil signal hubs for nutrient licensing of T cell immunity", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04109-7", + "creator": "Lingyun Long", + "pubDate": "2021-11-18", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "01102ee94b3f7bbcd1a8ea60aeda8ba1" + "hash": "387f967a8eab8f2b8d12bfdb4df3fe27" }, { - "title": "A Beginner's Guide to Making the Perfect Peanut Brittle", - "description": "

    When it comes to candy making, I tend to favor confections that can be made without a candy thermometer, and ideally in the microwave. Haystacks, cheater’s fudge, lazy caramels, and gin balls are a few of my favorites treats to make, eat, and give, but this year I’m adding peanut brittle to my repertoire (and to my…

    Read more...

    ", - "content": "

    When it comes to candy making, I tend to favor confections that can be made without a candy thermometer, and ideally in the microwave. Haystacks, cheater’s fudge, lazy caramels, and gin balls are a few of my favorites treats to make, eat, and give, but this year I’m adding peanut brittle to my repertoire (and to my…

    Read more...

    ", - "category": "peanut", - "link": "https://lifehacker.com/a-beginners-guide-to-making-the-perfect-peanut-brittle-1848206701", - "creator": "Claire Lower", - "pubDate": "Mon, 13 Dec 2021 20:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Daily briefing: Second person found to have ‘naturally’ eradicated HIV", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03489-0", + "creator": "Flora Graham", + "pubDate": "2021-11-18", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f3feb51791db77d4b256904407a6870d" + "hash": "88c219612c266cf250bb6c2051a9e4d0" }, { - "title": "How to Avoid Hooking Up With an Ex Over the Holidays", - "description": "

    Whether you’re heading back to your hometown like a Hallmark movie or just feeling lonely in general, the holidays are a prime time for that creeping feeling that you ought to text your ex and see what they’re up to. It’s easy enough to get lost in nostalgia about good holiday seasons past and wish you had that old…

    Read more...

    ", - "content": "

    Whether you’re heading back to your hometown like a Hallmark movie or just feeling lonely in general, the holidays are a prime time for that creeping feeling that you ought to text your ex and see what they’re up to. It’s easy enough to get lost in nostalgia about good holiday seasons past and wish you had that old…

    Read more...

    ", - "category": "mariah carey", - "link": "https://lifehacker.com/how-to-avoid-hooking-up-with-an-ex-over-the-holidays-1848205347", - "creator": "Lindsey Ellefson", - "pubDate": "Mon, 13 Dec 2021 20:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "First Nations communities bring expertise to Canada’s scientific research", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03060-x", + "creator": "Brian Owens", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "682c35529f54b86c57d6d70aea806c25" + "hash": "d74bbaa6e9b2276e8ce9dfabaa4863bd" }, { - "title": "16 of the Best iOS 15.2 Feature Updates Worth Knowing About", - "description": "

    As the year comes to a close, Apple has one last surprise for all of us. No, it’s not another Apple event—it’s a new point release for iPhone and iPad. iOS 15.2 and iPadOS 15.2 dropped today, and they finally bring some of the features that were first promised to us in June 2021 at WWDC, even if there’s still no sign…

    Read more...

    ", - "content": "

    As the year comes to a close, Apple has one last surprise for all of us. No, it’s not another Apple event—it’s a new point release for iPhone and iPad. iOS 15.2 and iPadOS 15.2 dropped today, and they finally bring some of the features that were first promised to us in June 2021 at WWDC, even if there’s still no sign…

    Read more...

    ", - "category": "ios", - "link": "https://lifehacker.com/16-of-the-best-ios-15-2-feature-updates-worth-knowing-a-1848199396", - "creator": "Khamosh Pathak", - "pubDate": "Mon, 13 Dec 2021 19:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Cerebellar neurons that curb food consumption", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03383-9", + "creator": "Richard Simerly", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78cf4712523c03539b0df760ce2f2bc3" + "hash": "7a2cf7b2cfab8ce253ba3f0c171fde92" }, { - "title": "How to (Legally) Cut Down Your Own Christmas Tree in a National Forest", - "description": "

    If you’re planning on bringing a live evergreen tree into your home to celebrate the holiday season (and haven’t already done so), you may find that the pickings are slim at the usual spots (like street corners, otherwise vacant lots, and dedicated Christmas tree farms). But even if that’s not the case, you may be…

    Read more...

    ", - "content": "

    If you’re planning on bringing a live evergreen tree into your home to celebrate the holiday season (and haven’t already done so), you may find that the pickings are slim at the usual spots (like street corners, otherwise vacant lots, and dedicated Christmas tree farms). But even if that’s not the case, you may be…

    Read more...

    ", - "category": "tree", - "link": "https://lifehacker.com/how-to-legally-cut-down-your-own-christmas-tree-in-a-1848204151", - "creator": "Elizabeth Yuko", - "pubDate": "Mon, 13 Dec 2021 19:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Millions of helpline calls reveal how COVID affected mental health", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03454-x", + "creator": "Heidi Ledford", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6b89f35596a05d1d42e65cc465a7a4a" + "hash": "1930a2e08a458bd5fbb0115020c8ab5e" }, { - "title": "How to Use the Hidden Flight Tracker in iPhone Messages", - "description": "

    ‘Tis the season for busy airports and massive flight delays, which can cause major headaches when you’re traveling to visit family and friends. But if you and your loved ones have iMessage, you actually don’t need an airline app, a flight tracking app, or even the ability to Google to figure out if your flight is off…

    Read more...

    ", - "content": "

    ‘Tis the season for busy airports and massive flight delays, which can cause major headaches when you’re traveling to visit family and friends. But if you and your loved ones have iMessage, you actually don’t need an airline app, a flight tracking app, or even the ability to Google to figure out if your flight is off…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/how-to-use-the-hidden-flight-tracker-in-iphone-messages-1848205414", - "creator": "Emily Long", - "pubDate": "Mon, 13 Dec 2021 18:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "A peek into the black box of human embryology", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03381-x", + "creator": "Alexander Goedel", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "690fd4b9769e9b7726d927e44eee976e" + "hash": "794ad66cdc34df9842ec5c0f6156bea0" }, { - "title": "Don't Drink These Coke, Sprite, and Minute Maid Cans That May Be Contaminated With Metal", - "description": "

    Attention soda and juice drinkers: If that beverage you’re about to crack open is a Coca-Cola product, you’re going to want to check the label before taking a sip. That’s because some Minute Maid juices, Sprite, and Coca-Cola are part of a company-issued recall.

    Read more...

    ", - "content": "

    Attention soda and juice drinkers: If that beverage you’re about to crack open is a Coca-Cola product, you’re going to want to check the label before taking a sip. That’s because some Minute Maid juices, Sprite, and Coca-Cola are part of a company-issued recall.

    Read more...

    ", - "category": "minute maid", - "link": "https://lifehacker.com/dont-drink-these-coke-sprite-and-minute-maid-cans-tha-1848204539", - "creator": "Elizabeth Yuko", - "pubDate": "Mon, 13 Dec 2021 18:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Polar bear researchers struggle for air time", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03063-8", + "creator": "Chris Woolston", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f6d5ecdaf295f3b441d5f18f7d841b5" + "hash": "ac5d9c2140eaa522c9cdef74c1ea52ae" }, { - "title": "38 Franchise Films, TV Shows, and Sequels Coming in 2022, Because We Keep Watching Them", - "description": "

    Remember that thing you like? From before? Well, it’s back.

    Read more...

    ", - "content": "

    Remember that thing you like? From before? Well, it’s back.

    Read more...

    ", - "category": "sam raimi", - "link": "https://lifehacker.com/38-franchise-tv-shows-films-and-sequels-coming-in-202-1848201629", - "creator": "Ross Johnson", - "pubDate": "Mon, 13 Dec 2021 17:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Canada’s researchers call for a return to stated science ambitions", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03059-4", + "creator": "Brian Owens", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a29193c58ba060ed7a5dd76f3e08697" + "hash": "4a7121a848b64200e8dafd8a39ef0976" }, { - "title": "Christmas Trees, Stocking Stuffers, and Other Holiday Essentials You Can Order From Uber Eats", - "description": "

    Are you balancing your intake of Christmas cookies by ordering Uber Eats for tacos and Pad See Ew (my personal holiday tradition)? Well, you can now keep that app open to get some holiday shopping done, too. Here’s how you can use the food delivery service to shop for your holiday must-haves—including stocking…

    Read more...

    ", - "content": "

    Are you balancing your intake of Christmas cookies by ordering Uber Eats for tacos and Pad See Ew (my personal holiday tradition)? Well, you can now keep that app open to get some holiday shopping done, too. Here’s how you can use the food delivery service to shop for your holiday must-haves—including stocking…

    Read more...

    ", - "category": "uber eats", - "link": "https://lifehacker.com/christmas-trees-stocking-stuffers-and-other-holiday-e-1848205399", - "creator": "Meredith Dietz", - "pubDate": "Mon, 13 Dec 2021 17:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Daily briefing: Time to rewrite the textbooks on chemical-bond strength", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03480-9", + "creator": "Flora Graham", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60516e0362ed2bcf55f7e384b42519d2" + "hash": "4c7cd64bb418307dab50871c3226bffb" }, { - "title": "What to Do If Someone Is Impersonating You on Instagram", - "description": "

    Is someone copying my Instagram? It’s a more common concern than you might think. Scammers sometimes impersonate legitimate accounts on Instagram to fool friends and family or catfish unsuspecting strangers. If you come across an account impersonating you or someone you know, you can take action and request the…

    Read more...

    ", - "content": "

    Is someone copying my Instagram? It’s a more common concern than you might think. Scammers sometimes impersonate legitimate accounts on Instagram to fool friends and family or catfish unsuspecting strangers. If you come across an account impersonating you or someone you know, you can take action and request the…

    Read more...

    ", - "category": "instagram", - "link": "https://lifehacker.com/what-to-do-if-someone-is-impersonating-you-on-instagram-1848195932", - "creator": "Shannon Flynn", - "pubDate": "Mon, 13 Dec 2021 16:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "How Canada stacks up in science against its closest competitors", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03061-w", + "creator": "", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60cbb1634bce0ac7aa7b1f3e074ca67d" + "hash": "0f493d8f934ee2361fdde6b15cf5245e" }, { - "title": "11 of the Best Christmas Plants That Aren't Poinsettias", - "description": "

    There are certain things in this world whose appeal is mysterious: Jake Paul. Caesar salads without anchovies. Dubstep. The popularity of the poinsettias plant this time of year is nearly as mysterious—their bright red and green coloring makes them absolutely ideal for the holidays, which explains why they’re easily…

    Read more...

    ", - "content": "

    There are certain things in this world whose appeal is mysterious: Jake Paul. Caesar salads without anchovies. Dubstep. The popularity of the poinsettias plant this time of year is nearly as mysterious—their bright red and green coloring makes them absolutely ideal for the holidays, which explains why they’re easily…

    Read more...

    ", - "category": "plants", - "link": "https://lifehacker.com/11-of-the-best-christmas-plants-that-arent-poinsettias-1848204518", - "creator": "Jeff Somers", - "pubDate": "Mon, 13 Dec 2021 16:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Welcome home", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03396-4", + "creator": "Beth Cato", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b37408da3c2275cbe000b6dca6bb634" + "hash": "f70fc617e92fb584a70f36171fb6971b" }, { - "title": "Make This Plant Pulley for Easier Watering", - "description": "

    Hanging plants are a great addition to your home, but watering them can be a hassle—especially if you have high ceilings. To save yourself the trouble, you can make a hanging system that allows you to lower plants easily to watering height and then raise them back up without any step stools required, and with no…

    Read more...

    ", - "content": "

    Hanging plants are a great addition to your home, but watering them can be a hassle—especially if you have high ceilings. To save yourself the trouble, you can make a hanging system that allows you to lower plants easily to watering height and then raise them back up without any step stools required, and with no…

    Read more...

    ", - "category": "environment", - "link": "https://lifehacker.com/make-this-plant-pulley-for-easier-watering-1848203878", - "creator": "Becca Lewis", - "pubDate": "Mon, 13 Dec 2021 15:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Iodine powers low-cost engines for satellites", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03384-8", + "creator": "Igor Levchenko", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d7b4f00d8f69812d909df23bf6a7896" + "hash": "aec73a058549fdd5aeacb260bd183994" }, { - "title": "The Difference Between ‘Stick-and-Poke’ Tattoos vs. Machine Tattoos (and Why It Matters)", - "description": "

    While machine tattooing is considered the norm in the tattoo industry, another tattooing technique—the “stick-and-poke” method—is becoming increasingly popular. There are some similarities and differences between the two types of tattooing methods to consider before getting inked, and knowing the finer points of both…

    Read more...

    ", - "content": "

    While machine tattooing is considered the norm in the tattoo industry, another tattooing technique—the “stick-and-poke” method—is becoming increasingly popular. There are some similarities and differences between the two types of tattooing methods to consider before getting inked, and knowing the finer points of both…

    Read more...

    ", - "category": "tattooing", - "link": "https://lifehacker.com/the-difference-between-stick-and-poke-tattoos-vs-mac-1848195830", - "creator": "Shannon Flynn", - "pubDate": "Mon, 13 Dec 2021 15:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Helpline data used to monitor population distress in a pandemic", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03038-9", + "creator": "Cindy H. Liu", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c831ce6d02b2c39bd538a3d31fc93d9" + "hash": "b09a792962110233733d13db8f6457e3" }, { - "title": "A True-or-False Guide to the Online Rumors You’re Sure to Hear This Christmas", - "description": "

    The OG fact-checkers at Snopes have compiled the year’s best and worst holiday rumors, social media glurge, and questionable email forwards. Here’s a quick guide so you’ll know how to respond when they come across your aunt’s Facebook feed this holiday season.

    Read more...

    ", - "content": "

    The OG fact-checkers at Snopes have compiled the year’s best and worst holiday rumors, social media glurge, and questionable email forwards. Here’s a quick guide so you’ll know how to respond when they come across your aunt’s Facebook feed this holiday season.

    Read more...

    ", - "category": "christmas", - "link": "https://lifehacker.com/a-true-or-false-guide-to-the-online-rumors-you-re-sure-1848196648", - "creator": "Stephen Johnson", - "pubDate": "Mon, 13 Dec 2021 14:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "It’s a snap: the friction-based physics behind a common gesture", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03444-z", + "creator": "", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd18d2dddfbab95411024efb334ca7e6" + "hash": "baa32060acc036f395da17b085bae95b" }, { - "title": "Choose Violence, Replace the Cereal in Your Rice Krispies Treats With Potato Chips", - "description": "

    As a kid, I couldn’t get enough of Rice Krispies treats. The gooey texture of marshmallows. The crunch of rice cereal. It was exactly what I wanted, and I wanted it all the time. This was hard, as I had parents who refused to allow them in the house.

    Read more...

    ", - "content": "

    As a kid, I couldn’t get enough of Rice Krispies treats. The gooey texture of marshmallows. The crunch of rice cereal. It was exactly what I wanted, and I wanted it all the time. This was hard, as I had parents who refused to allow them in the house.

    Read more...

    ", - "category": "rice krispies", - "link": "https://lifehacker.com/fuck-it-replace-the-cereal-in-your-rice-krispie-treats-1848195134", - "creator": "Rachel Fairbank", - "pubDate": "Mon, 13 Dec 2021 14:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Canada’s scientific strength depends on greater support for innovation", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03058-5", + "creator": "Bec Crew", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65f464084be6b3bff03d07ac1e5a0cd1" + "hash": "30b65a8211d74ff50a1c112e2325b381" }, { - "title": "7 Perfect Pickles You Must Keep on Hand at All Times", - "description": "

    I learned that I had ADHD late in life. It became funny when I went from hesitatingly revealing it to close friends to realizing literally every single woman I know (and most of the rest of the people I know, too) all have ADHD.

    Read more...

    ", - "content": "

    I learned that I had ADHD late in life. It became funny when I went from hesitatingly revealing it to close friends to realizing literally every single woman I know (and most of the rest of the people I know, too) all have ADHD.

    Read more...

    ", - "category": "pickles", - "link": "https://lifehacker.com/7-perfect-pickles-you-must-keep-on-hand-at-all-times-1848161356", - "creator": "Amanda Blum", - "pubDate": "Mon, 13 Dec 2021 13:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Sea squirts teach new lessons in evolution", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03475-6", + "creator": "Shamini Bundell", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa3af7f055af38df2c6dc01786b5eccb" + "hash": "674b88dcb9b9d863a7952a7ba57b6287" }, { - "title": "How to Fix a Broken String of Christmas Lights", - "description": "

    Generally speaking, technology is improving all the time. And yet, strings of holiday lights—whether they’re for an indoor tree, or the outside of a house—never seem to get better. Sure, there are different varieties, but the same problems seem to pop up year after year.

    Read more...

    ", - "content": "

    Generally speaking, technology is improving all the time. And yet, strings of holiday lights—whether they’re for an indoor tree, or the outside of a house—never seem to get better. Sure, there are different varieties, but the same problems seem to pop up year after year.

    Read more...

    ", - "category": "christmas lights", - "link": "https://lifehacker.com/how-to-fix-a-broken-string-of-christmas-lights-1848199279", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 12 Dec 2021 16:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "A guide to the Nature Index", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03065-6", + "creator": "", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f7dc719b6689ad54aec04e450b61e36" + "hash": "506cd85df5c76e54deeea3c966030ac9" }, { - "title": "How to Prune Outdoor Evergreens Without Ruining Them", - "description": "

    For most of the year, deciduous trees get all the attention. To their credit, though, they do put on quite the show: Blossoming in the springtime, providing shade in the summer, and then pulling out all the stops for their final number—having their leaves change colors, and then falling off their branches.

    Read more...

    ", - "content": "

    For most of the year, deciduous trees get all the attention. To their credit, though, they do put on quite the show: Blossoming in the springtime, providing shade in the summer, and then pulling out all the stops for their final number—having their leaves change colors, and then falling off their branches.

    Read more...

    ", - "category": "megan hughes", - "link": "https://lifehacker.com/how-to-prune-outdoor-evergreens-without-ruining-them-1848199276", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 12 Dec 2021 14:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Even organic pesticides spur change in the wildlife next door", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03445-y", + "creator": "", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8d693c7205baa2369a64b039aed2041" + "hash": "4ac82649d9b618b14505fedf066366a9" }, { - "title": "Use This Interactive Map to Find the Best Holiday Lights in Your Area", - "description": "

    For a few weeks each year, some people make the decision to adorn the outside of their home and yard with strings lights and face a higher-than-usual electric bill in order to spread some holiday cheer in their neighborhood. But sometimes the most elaborately decorated houses aren’t located on main roads.

    Read more...

    ", - "content": "

    For a few weeks each year, some people make the decision to adorn the outside of their home and yard with strings lights and face a higher-than-usual electric bill in order to spread some holiday cheer in their neighborhood. But sometimes the most elaborately decorated houses aren’t located on main roads.

    Read more...

    ", - "category": "crime mapping", - "link": "https://lifehacker.com/use-this-interactive-map-to-find-the-best-holiday-light-1848197353", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 11 Dec 2021 16:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Independent infections of porcine deltacoronavirus among Haitian children", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04111-z", + "creator": "John A. Lednicky", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8cfdf6256b8b1cd30b365298dedfa4f5" + "hash": "83c075b8036979f35abc9ad98f12c689" }, { - "title": "How to Improve Your Garden Soil Quality Over the Winter", - "description": "

    After you’ve cleaned up the beds and put the hose and most of your tools away for the season, you may think that there’s nothing else you can do to set your garden up for success in the spring. But that’s not the case.

    Read more...

    ", - "content": "

    After you’ve cleaned up the beds and put the hose and most of your tools away for the season, you may think that there’s nothing else you can do to set your garden up for success in the spring. But that’s not the case.

    Read more...

    ", - "category": "soil", - "link": "https://lifehacker.com/how-to-improve-your-garden-soil-quality-over-the-winter-1848197329", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 11 Dec 2021 14:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Observation of universal ageing dynamics in antibiotic persistence", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04114-w", + "creator": "Yoav Kaplan", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52429ee343955f907c7c57feb6afcbfe" + "hash": "5445626d850ca173f6e2bddd0a22eeaa" }, { - "title": "How to Get Rid of a Bunch of Jerk Pigeons", - "description": "

    Pigeons are pests. There are reasons city-dwellers call them “rats with wings”: They multiply quickly—reproducing over the course of just a few weeks—and drive away other bird species. Their droppings are gross, and they can carry and spread a range of parasites and diseases. They can also cause problems around your…

    Read more...

    ", - "content": "

    Pigeons are pests. There are reasons city-dwellers call them “rats with wings”: They multiply quickly—reproducing over the course of just a few weeks—and drive away other bird species. Their droppings are gross, and they can carry and spread a range of parasites and diseases. They can also cause problems around your…

    Read more...

    ", - "category": "domestic pigeons", - "link": "https://lifehacker.com/how-to-get-rid-of-a-bunch-of-asshole-pigeons-1848189704", - "creator": "Emily Long", - "pubDate": "Fri, 10 Dec 2021 21:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "In-orbit demonstration of an iodine electric propulsion system", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04015-y", + "creator": "Dmytro Rafalskyi", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d78bc7f07e4a211f16a9ca5baf58df2" + "hash": "23f579d006baef7d5b88ddffde6d2d46" }, { - "title": "All the Ways You're Being Rude on Dating Apps Without Realizing It", - "description": "

    Within every dating app’s direct messages is a delicate dance. You want to be forward without coming on too strong. You want to play it cool without losing someone’s interest. You want to be flirty without scaring someone off.

    Read more...

    ", - "content": "

    Within every dating app’s direct messages is a delicate dance. You want to be forward without coming on too strong. You want to play it cool without losing someone’s interest. You want to be flirty without scaring someone off.

    Read more...

    ", - "category": "someone else", - "link": "https://lifehacker.com/all-the-ways-youre-being-rude-on-dating-apps-without-re-1848188540", - "creator": "Meredith Dietz", - "pubDate": "Fri, 10 Dec 2021 20:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Cell-type specialization is encoded by specific chromatin topologies", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04081-2", + "creator": "Warren Winick-Ng", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4623a8cf98e9aca23924f7a67bdd0633" + "hash": "dbe81a25bf57a0c17aeaa3f8ee978c65" }, { - "title": "Always Label Your Leftovers, And Other Ways to Stop Your Family From Wasting Them", - "description": "

    If you’re like me, remembering to eat your leftovers is a losing game. Every week, I diligently scoop uneaten tilapia, sweet potatoes, pasta, meatballs—hell, even a half-eaten avocado—into airtight Tupperware containers. And every week, I toss those suckers in the disposal then descend into a low-grade shame spiral…

    Read more...

    ", - "content": "

    If you’re like me, remembering to eat your leftovers is a losing game. Every week, I diligently scoop uneaten tilapia, sweet potatoes, pasta, meatballs—hell, even a half-eaten avocado—into airtight Tupperware containers. And every week, I toss those suckers in the disposal then descend into a low-grade shame spiral…

    Read more...

    ", - "category": "leftovers", - "link": "https://lifehacker.com/always-label-your-leftovers-and-other-ways-to-stop-you-1848195306", - "creator": "Sarah Showfety", - "pubDate": "Fri, 10 Dec 2021 20:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Structure, function and pharmacology of human itch GPCRs", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04126-6", + "creator": "Can Cao", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89131464f3ace38c3339e40dc19c10d6" + "hash": "0a5698eb9e92bab17415e711747cfa79" }, { - "title": "The Best Places to Hide Christmas Gifts That You Never Thought Of", - "description": "

    There is a scene in National Lampoons Christmas Vacation that has never sat well with me (yes, just the one). Clark Griswold sneaks up to the attic to hide a bag full of Christmas presents, only to discover an old, dust-covered Mother’s Day gift dated 1983 hidden in the very same spot. (Given that the movie was…

    Read more...

    ", - "content": "

    There is a scene in National Lampoons Christmas Vacation that has never sat well with me (yes, just the one). Clark Griswold sneaks up to the attic to hide a bag full of Christmas presents, only to discover an old, dust-covered Mother’s Day gift dated 1983 hidden in the very same spot. (Given that the movie was…

    Read more...

    ", - "category": "christmas", - "link": "https://lifehacker.com/the-best-places-to-hide-christmas-gifts-that-you-never-1848194754", - "creator": "Meghan Moravcik Walbert", - "pubDate": "Fri, 10 Dec 2021 19:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Cardiopharyngeal deconstruction and ancestral tunicate sessility", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04041-w", + "creator": "Alfonso Ferrández-Roldán", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7104d17386aaca9930a46daff1b3f89" + "hash": "603470581fd1cd2fc5d6b4cd1f37a723" }, { - "title": "Easy Ways to Clean Up Your Finances Now, Before Another Year Begins", - "description": "

    Taking stock of your finances at the end of the year is always a smart move, but it can feel overwhelming—which makes it all too easy to put off. If a full postmortem of your 2021 budget is just too much right now, here a few quick ways to get started.

    Read more...

    ", - "content": "

    Taking stock of your finances at the end of the year is always a smart move, but it can feel overwhelming—which makes it all too easy to put off. If a full postmortem of your 2021 budget is just too much right now, here a few quick ways to get started.

    Read more...

    ", - "category": "venmo", - "link": "https://lifehacker.com/easy-ways-to-clean-up-your-finances-now-before-another-1848194688", - "creator": "A.A. Newton", - "pubDate": "Fri, 10 Dec 2021 19:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Isolation and characterization of a californium metallocene", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04027-8", + "creator": "Conrad A. P. Goodwin", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2f581a263c40c571b991fe31a85c8254" + "hash": "492a25e98089390c6abf60c021ede6c6" }, { - "title": "What You Need Is a Snackle Box", - "description": "

    Snacking is an art, and some people are more artistically inclined than others. Children usually have a natural aptitude for snacking, which forces people with kids to develop snack-building skills out of necessity, so if we were to trace the history of the snackle box back to its inventor, I’m sure we would find a…

    Read more...

    ", - "content": "

    Snacking is an art, and some people are more artistically inclined than others. Children usually have a natural aptitude for snacking, which forces people with kids to develop snack-building skills out of necessity, so if we were to trace the history of the snackle box back to its inventor, I’m sure we would find a…

    Read more...

    ", - "category": "snack", - "link": "https://lifehacker.com/what-you-need-is-a-snackle-box-1848194985", - "creator": "Claire Lower", - "pubDate": "Fri, 10 Dec 2021 18:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Approaching the intrinsic exciton physics limit in two-dimensional semiconductor diodes", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03949-7", + "creator": "Peng Chen", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7040691fbbe311d834ca485c2d9b566" + "hash": "b900506ef94c88cc1aeedfa93a1195dd" }, { - "title": "Are You Eligible to Buy AppleCare+ After 60 Days?", - "description": "

    When you first buy an expensive new Apple product, AppleCare+ might seem like an unnecessary added cost. After all, you’re going to treat this shiny piece of tech with the utmost care; you’re not going to let anything happen to it! Inevitably, you realize your folly, either because you shattered your iPhone’s display,…

    Read more...

    ", - "content": "

    When you first buy an expensive new Apple product, AppleCare+ might seem like an unnecessary added cost. After all, you’re going to treat this shiny piece of tech with the utmost care; you’re not going to let anything happen to it! Inevitably, you realize your folly, either because you shattered your iPhone’s display,…

    Read more...

    ", - "category": "applecare", - "link": "https://lifehacker.com/are-you-eligible-to-buy-applecare-after-60-days-1848193780", - "creator": "Jake Peterson", - "pubDate": "Fri, 10 Dec 2021 17:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Structure, function and pharmacology of human itch receptor complexes", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04077-y", + "creator": "Fan Yang", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89f099d649b5b85bb7503e2e8de8c611" + "hash": "8084cb1c209b70b35bc5d77a62e8da9f" }, { - "title": "How to Start Speed Training Without Getting Injured", - "description": "

    Starting a running habit is hard in the beginning, but also really satisfying—especially when you hit a big goals like running your first 5K or setting a new personal record. For every new runner, though, there comes a time when you start asking “what next?” 

    Read more...

    ", - "content": "

    Starting a running habit is hard in the beginning, but also really satisfying—especially when you hit a big goals like running your first 5K or setting a new personal record. For every new runner, though, there comes a time when you start asking “what next?” 

    Read more...

    ", - "category": "anthony wall", - "link": "https://lifehacker.com/how-to-start-speed-training-without-getting-injured-1848193655", - "creator": "Rachel Fairbank", - "pubDate": "Fri, 10 Dec 2021 17:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Exploding and weeping ceramics", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03975-5", + "creator": "Hanlin Gu", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e66f123e5af668a97835f7de459c4f1e" + "hash": "9723db5255e2b15153737bdd84202788" }, { - "title": "38 Franchise TV Shows, Films, and Sequels Coming in 2022, Because We Keep Watching Them", - "description": "

    Remember that thing you like? From before? Well, it’s back.

    Read more...

    ", - "content": "

    Remember that thing you like? From before? Well, it’s back.

    Read more...

    ", - "category": "sam raimi", - "link": "https://lifehacker.com/38-franchise-tv-shows-films-and-sequels-coming-in-202-1848201629", - "creator": "Ross Johnson", - "pubDate": "Mon, 13 Dec 2021 17:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Reverse-translational identification of a cerebellar satiation network", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04143-5", + "creator": "Aloysius Y. T. Low", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d360885666cd8f9b32e134db6a564b58" + "hash": "b2d1a9cef15f05f9da17329f1647ba62" }, { - "title": "10 Clever Gift Ideas for the Person on Your List Who Has Everything", - "description": "

    On the one hand, giving a gift is a gesture of affection; on the other hand, gifts are sometimes stressful social obligations. Shopping for the right gift for everyone on your list is hard enough when the people on that list are easily pleased—you can buy alcohol, food, or gadgets for most folks and they’re over the…

    Read more...

    ", - "content": "

    On the one hand, giving a gift is a gesture of affection; on the other hand, gifts are sometimes stressful social obligations. Shopping for the right gift for everyone on your list is hard enough when the people on that list are easily pleased—you can buy alcohol, food, or gadgets for most folks and they’re over the…

    Read more...

    ", - "category": "gift", - "link": "https://lifehacker.com/10-clever-gift-ideas-for-the-person-on-your-list-who-ha-1848192545", - "creator": "Jeff Somers", - "pubDate": "Fri, 10 Dec 2021 16:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Cortical responses to touch reflect subcortical integration of LTMR signals", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04094-x", + "creator": "Alan J. Emanuel", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83453c671e37f4ff5ae9153b6161346f" + "hash": "9063a39fa230cd59cc8a57ec3267e820" }, { - "title": "The Out-of-Touch Adults' Guide To Kid Culture: Why Does Reddit Hate Kellogg's?", - "description": "

    It’s been a slow-week in the world of popular culture for kids. I guess everyone is too busy studying for final exams and holiday shopping to make memes or create dangerous “TikTok challenges.” Still, young people found time to organize a massive online labor action and cook gigantic hamburgers.

    Read more...

    ", - "content": "

    It’s been a slow-week in the world of popular culture for kids. I guess everyone is too busy studying for final exams and holiday shopping to make memes or create dangerous “TikTok challenges.” Still, young people found time to organize a massive online labor action and cook gigantic hamburgers.

    Read more...

    ", - "category": "culture", - "link": "https://lifehacker.com/the-out-of-touch-adults-guide-to-kid-culture-why-does-1848191373", - "creator": "Stephen Johnson", - "pubDate": "Fri, 10 Dec 2021 16:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Mental health concerns during the COVID-19 pandemic as revealed by helpline calls", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04099-6", + "creator": "Marius Brülhart", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c190c038f6c56da6c5bf1ab7a73d0b25" + "hash": "ea16538da16a9fb7b28626e118e40959" }, { - "title": "13 of the Worst Tech Gifts You Shouldn't Buy (and What to Buy Instead)", - "description": "

    It’s the season of giving, and many of us will be giving (and hoping to get) tech gifts this year. Maybe you’re surprising a family member a smartwatch, or a nice iPhone case. A tablet. A smart speaker.

    Read more...

    ", - "content": "

    It’s the season of giving, and many of us will be giving (and hoping to get) tech gifts this year. Maybe you’re surprising a family member a smartwatch, or a nice iPhone case. A tablet. A smart speaker.

    Read more...

    ", - "category": "smartbooks", - "link": "https://lifehacker.com/13-of-the-worst-tech-gifts-you-shouldnt-buy-and-what-t-1848191533", - "creator": "Khamosh Pathak", - "pubDate": "Fri, 10 Dec 2021 15:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Herpesviruses assimilate kinesin to produce motorized viral particles", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04106-w", + "creator": "Caitlin E. Pegg", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1cefe8477ae643f1b4d239feedd334cc" + "hash": "c77816712d69647cf3bad681008c4b21" }, { - "title": "How to Avoid Being Up-Sold at the Hardware Store", - "description": "

    Hardware stores can be intimidating places for the average DIYer. There are so many different types of tools, fasteners, appliances, paints, and adhesives that it can be daunting to try to distinguish one product claim from another. And then you have to wonder: Is the store employee giving you their best, most honest…

    Read more...

    ", - "content": "

    Hardware stores can be intimidating places for the average DIYer. There are so many different types of tools, fasteners, appliances, paints, and adhesives that it can be daunting to try to distinguish one product claim from another. And then you have to wonder: Is the store employee giving you their best, most honest…

    Read more...

    ", - "category": "hardware store", - "link": "https://lifehacker.com/how-to-avoid-being-up-sold-at-the-hardware-store-1848183749", - "creator": "Becca Lewis", - "pubDate": "Fri, 10 Dec 2021 15:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Observation of Stark many-body localization without disorder", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03988-0", + "creator": "W. Morong", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9f717fd706e62900bb24db670700c85" + "hash": "9c96ba1f645a9f50b46ed3c5fe11a5b5" }, { - "title": "Choose Violence, Replace the Cereal in Your Rice Krispie Treats With Potato Chips", - "description": "

    As a kid, I couldn’t get enough of Rice Krispies treats. The gooey texture of marshmallows. The crunch of rice cereal. It was exactly what I wanted, and I wanted it all the time. This was hard, as I had parents who refused to allow them in the house.

    Read more...

    ", - "content": "

    As a kid, I couldn’t get enough of Rice Krispies treats. The gooey texture of marshmallows. The crunch of rice cereal. It was exactly what I wanted, and I wanted it all the time. This was hard, as I had parents who refused to allow them in the house.

    Read more...

    ", - "category": "potato", - "link": "https://lifehacker.com/fuck-it-replace-the-cereal-in-your-rice-krispie-treats-1848195134", - "creator": "Rachel Fairbank", - "pubDate": "Mon, 13 Dec 2021 14:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Single-cell transcriptomic characterization of a gastrulating human embryo", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04158-y", + "creator": "Richard C. V. Tyser", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7b5bb9de8ad23d456651d4b19d667a5" + "hash": "fc80f23bc87a866720998b6d07709f8e" }, { - "title": "Teens Ages 16 and 17 Can Now Get COVID-19 Booster Shots", - "description": "

    The FDA and CDC announced yesterday that Pfizer’s COVID-19 shot can now be used as a booster for 16- and 17-year-olds. Until now, boosters were only approved for ages 18 and up.

    Read more...

    ", - "content": "

    The FDA and CDC announced yesterday that Pfizer’s COVID-19 shot can now be used as a booster for 16- and 17-year-olds. Until now, boosters were only approved for ages 18 and up.

    Read more...

    ", - "category": "moderna", - "link": "https://lifehacker.com/teens-ages-16-and-17-can-now-get-covid-19-booster-shots-1848192639", - "creator": "Beth Skwarecki", - "pubDate": "Fri, 10 Dec 2021 14:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Measuring phonon dispersion at an interface", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03971-9", + "creator": "Ruishi Qi", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4fa57e0305039161daf6e030d7612a04" + "hash": "6b2b8ada8ad4b7df935589dcf13759dc" }, { - "title": "How to Prepare for a Solar Flare Hitting Earth (Because It's Probably Going to Happen)", - "description": "

    In the Tom Hanks movie Finch, a massive solar flare destroys the ozone layer, annihilating almost all life on Earth (and leading to the invention of annoying robots). While a mass coronal ejection really could hit Earth at any time—a sun-like star 100 light years away called EK…

    Read more...

    ", - "content": "

    In the Tom Hanks movie Finch, a massive solar flare destroys the ozone layer, annihilating almost all life on Earth (and leading to the invention of annoying robots). While a mass coronal ejection really could hit Earth at any time—a sun-like star 100 light years away called EK…

    Read more...

    ", - "category": "environment", - "link": "https://lifehacker.com/how-to-prepare-for-a-solar-flare-hitting-earth-because-1848076402", - "creator": "Stephen Johnson", - "pubDate": "Fri, 10 Dec 2021 14:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Excitons and emergent quantum phenomena in stacked 2D semiconductors", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03979-1", + "creator": "Nathan P. Wilson", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42a97ca18fb453391bd9d32c42d0d849" + "hash": "152e1316853848477df6d870769f9053" }, { - "title": "Actually, Stamps Are a Great Stocking Stuffer (I’m Right About This)", - "description": "

    As I’ve mentioned previously, my family takes stockings very seriously. A good stocking is all about balance. Some candy here, a clementine there, some cute beauty products to round it all out—you want to create a varied collection of tokens and trinkets to keep the stocking from being one-note.

    Read more...

    ", - "content": "

    As I’ve mentioned previously, my family takes stockings very seriously. A good stocking is all about balance. Some candy here, a clementine there, some cute beauty products to round it all out—you want to create a varied collection of tokens and trinkets to keep the stocking from being one-note.

    Read more...

    ", - "category": "postage stamps", - "link": "https://lifehacker.com/actually-stamps-are-a-great-stocking-stuffer-i-m-righ-1848189044", - "creator": "Claire Lower", - "pubDate": "Fri, 10 Dec 2021 13:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Widespread changes in surface temperature persistence under climate change", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-03943-z", + "creator": "Jingyuan Li", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d00d3aa1fef91da01e512aa40212ec73" + "hash": "9f3227d59567764ec0947afb4dd9255c" }, { - "title": "The Best Productivity Features You Should Use in Windows 11", - "description": "

    While the nature of work is rapidly changing, at the end of the day, we still need to get things done—so it’s helpful when the technology we use for work thinks about that ahead of time, and includes ways for us to be more productive. Luckily, Windows 11 comes with built-in productivity tools that make it much easier…

    Read more...

    ", - "content": "

    While the nature of work is rapidly changing, at the end of the day, we still need to get things done—so it’s helpful when the technology we use for work thinks about that ahead of time, and includes ways for us to be more productive. Luckily, Windows 11 comes with built-in productivity tools that make it much easier…

    Read more...

    ", - "category": "windows 11", - "link": "https://lifehacker.com/the-best-productivity-features-you-should-use-in-window-1848186695", - "creator": "Shannon Flynn", - "pubDate": "Fri, 10 Dec 2021 13:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Structural insights into Ubr1-mediated N-degron polyubiquitination", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/s41586-021-04097-8", + "creator": "Man Pan", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d1af92cb02d97bf4d69e06d060b0d79" + "hash": "eb7a752793c95465abc0716f0d123e57" }, { - "title": "Here's (Almost) All The Free Stuff You Can Get on an Airplane", - "description": "

    In-flight freebies aren’t what they used to be, but that doesn’t mean they’ve totally vanished. If you know know what to ask for, you may be surprised at what you can get for free.

    Read more...

    ", - "content": "

    In-flight freebies aren’t what they used to be, but that doesn’t mean they’ve totally vanished. If you know know what to ask for, you may be surprised at what you can get for free.

    Read more...

    ", - "category": "airlines", - "link": "https://lifehacker.com/heres-almost-all-the-free-stuff-you-can-get-on-an-air-1848187647", - "creator": "A.A. Newton", - "pubDate": "Thu, 09 Dec 2021 21:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "A critical mass of learning at Mila, Canada", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03064-7", + "creator": "Nicola Jones", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40d50a54097e0c6e6640ff721b9413e2" + "hash": "81e6258e84a2e8c34b593038fb3050c2" }, { - "title": "Can You Really Make Extra Cash by Owning a Vending Machine?", - "description": "

    You probably think of vending machines as your snack outpost of last resort when stranded in an office or airport. You probably don’t think of them as a cutting-edge, cash-producing business venture–but maybe you should. Did you know that these snack dispensers oases are often independently owned? Rather than being…

    Read more...

    ", - "content": "

    You probably think of vending machines as your snack outpost of last resort when stranded in an office or airport. You probably don’t think of them as a cutting-edge, cash-producing business venture–but maybe you should. Did you know that these snack dispensers oases are often independently owned? Rather than being…

    Read more...

    ", - "category": "vending machine", - "link": "https://lifehacker.com/can-you-really-make-extra-cash-by-owning-a-vending-mach-1848186341", - "creator": "Meredith Dietz", - "pubDate": "Thu, 09 Dec 2021 21:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "The start-ups chasing clean, carbon-free fusion energy", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03401-w", + "creator": "Philip Ball", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "043874b3ba0d3a7bf0bc38c9a2e2d7bf" + "hash": "37f1644a9db923b968b416217a857da4" }, { - "title": "You Should Try to Earn $1,000 Just for Taste-Testing Hot Chocolate", - "description": "

    Although plenty of us chug coffee everyday like our lives depended on it, hot chocolate isn’t as likely to be part of our daily beverage routine. And while it’s not reserved exclusively for special occasions, treating yourself to a glass of liquid dessert—sometimes, while eating a solid dessert—is a particularly…

    Read more...

    ", - "content": "

    Although plenty of us chug coffee everyday like our lives depended on it, hot chocolate isn’t as likely to be part of our daily beverage routine. And while it’s not reserved exclusively for special occasions, treating yourself to a glass of liquid dessert—sometimes, while eating a solid dessert—is a particularly…

    Read more...

    ", - "category": "hot chocolate", - "link": "https://lifehacker.com/you-should-try-to-earn-1-000-just-for-taste-testing-ho-1848185899", - "creator": "Elizabeth Yuko", - "pubDate": "Thu, 09 Dec 2021 20:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Californium—carbon bond captured in a complex", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03385-7", + "creator": "Julie E. Niklas", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0eee7eb21f1d666bc0c127f299d5159b" + "hash": "7ef678288480c4e31a12ea2d12c1f5e1" }, { - "title": "Why Now Is the Perfect Time to Get Your Booster", - "description": "

    Booster doses of COVID-19 vaccines are still optional for many of us, but evidence is mounting that if you haven’t gotten one yet, you’d probably be better off if you did.

    Read more...

    ", - "content": "

    Booster doses of COVID-19 vaccines are still optional for many of us, but evidence is mounting that if you haven’t gotten one yet, you’d probably be better off if you did.

    Read more...

    ", - "category": "moderna", - "link": "https://lifehacker.com/why-now-is-the-perfect-time-to-get-your-booster-1848186058", - "creator": "Beth Skwarecki", - "pubDate": "Thu, 09 Dec 2021 20:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Canada’s scientists are elucidating the dark metabolome", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03062-9", + "creator": "James Mitchell Crow", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75fe6c4dc73f3f645f5ed7d0dce31c9b" + "hash": "c2d611c7b66de0108f55e0fd70938ccc" }, { - "title": "Why You Should 'Pre-Cry' Before Your Next Emotional Event", - "description": "

    The holidays (and the Omicron variant) are upon us and you know what that means: There’s never been a better time to cry it out. While the month of December—and all its attendant festivities—is a joyous time for many, it can also be a time of stress, overwhelm, loneliness, and grief.

    Read more...

    ", - "content": "

    The holidays (and the Omicron variant) are upon us and you know what that means: There’s never been a better time to cry it out. While the month of December—and all its attendant festivities—is a joyous time for many, it can also be a time of stress, overwhelm, loneliness, and grief.

    Read more...

    ", - "category": "crying", - "link": "https://lifehacker.com/why-you-should-pre-cry-before-your-next-emotional-event-1848186338", - "creator": "Sarah Showfety", - "pubDate": "Thu, 09 Dec 2021 19:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Europe’s Roma people are vulnerable to poor practice in genetics", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03416-3", + "creator": "Veronika Lipphardt", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e139058c695de599cd16637cc616a97" + "hash": "fa0b7620c8494447ee7d4fdcc3ba4b0a" }, { - "title": "How to Make an Easy Roux in the Microwave (and Oven)", - "description": "

    Every year, I make turkey gumbo with my leftover Thanksgiving bird, and every year I complain about stirring the roux. Roux is not difficult to make. Combine equal amounts of fat and flour, whisk until smooth, then cook, stirring continuously—and I really do mean continuously—until it reaches the color you desire.

    Read more...

    ", - "content": "

    Every year, I make turkey gumbo with my leftover Thanksgiving bird, and every year I complain about stirring the roux. Roux is not difficult to make. Combine equal amounts of fat and flour, whisk until smooth, then cook, stirring continuously—and I really do mean continuously—until it reaches the color you desire.

    Read more...

    ", - "category": "roux", - "link": "https://lifehacker.com/how-to-make-an-easy-roux-in-the-microwave-and-oven-1848187134", - "creator": "Claire Lower", - "pubDate": "Thu, 09 Dec 2021 19:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "New mineral, FDA chief and the pandemic’s toll on research", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03435-0", + "creator": "", + "pubDate": "2021-11-17", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6613ab79ea9a77ad247a92e637dc280" + "hash": "1928724281284aa97eb17a066ca349c0" }, { - "title": "How to Check Whether an iPhone Has ‘Genuine’ Apple Parts Without Opening It Up", - "description": "

    Apple has always placed a huge emphasis on using genuine Apple parts for iPhone repairs, and now, with iOS15.2, you can finally check to see if any non-genuine parts have been used in yours. If you only buy new iPhones, this probably isn’t of much interest to you; however, if you buy iPhones second-hand off…

    Read more...

    ", - "content": "

    Apple has always placed a huge emphasis on using genuine Apple parts for iPhone repairs, and now, with iOS15.2, you can finally check to see if any non-genuine parts have been used in yours. If you only buy new iPhones, this probably isn’t of much interest to you; however, if you buy iPhones second-hand off…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/how-to-check-whether-an-iphone-has-genuine-apple-part-1848185986", - "creator": "Pranay Parab", - "pubDate": "Thu, 09 Dec 2021 18:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "COP26: Meet the scientists behind the crucial climate summit", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03029-w", + "creator": "Quirin Schiermeier", + "pubDate": "2021-11-16", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4fc33cccdcfa9275fa671d96b8c2a1c" + "hash": "a41af0895586b81d871105a7c9b9de58" }, { - "title": "Reinstall Microsoft Teams Before You Need to Dial 911", - "description": "

    We all love to joke about how we never use our smartphones as actual phones—I mean, really, who calls people in 2021? But if you’re in an emergency situation, your first instinct will still be to pick up that phone and dial 911. If your smartphone isn’t capable of doing that, that’s going to be a big problem.…

    Read more...

    ", - "content": "

    We all love to joke about how we never use our smartphones as actual phones—I mean, really, who calls people in 2021? But if you’re in an emergency situation, your first instinct will still be to pick up that phone and dial 911. If your smartphone isn’t capable of doing that, that’s going to be a big problem.…

    Read more...

    ", - "category": "mobile phones", - "link": "https://lifehacker.com/reinstall-microsoft-teams-before-you-need-to-dial-911-1848186174", - "creator": "Jake Peterson", - "pubDate": "Thu, 09 Dec 2021 18:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Presidents of Royal Society live long lives", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03420-7", + "creator": "Oscar S. Wilson", + "pubDate": "2021-11-16", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77b4731a83ecc6c0476a0cd600ed79d3" + "hash": "183990819bf0c6a9acaadf1a481400b6" }, { - "title": "You Can Now Open Your Hotel Room Door With an iPhone, But Should You?", - "description": "

    Apple wants your iPhone to unlock all sorts of doors. Their car keys feature already lets you use your iPhone to unlock some supported cars, and if you have a HomeKit door lock, you can use your iPhone and Apple Watch to unlock your home as well. And now, Apple is starting to globally roll out its support for hotel…

    Read more...

    ", - "content": "

    Apple wants your iPhone to unlock all sorts of doors. Their car keys feature already lets you use your iPhone to unlock some supported cars, and if you have a HomeKit door lock, you can use your iPhone and Apple Watch to unlock your home as well. And now, Apple is starting to globally roll out its support for hotel…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/you-can-now-open-your-hotel-room-door-with-an-iphone-b-1848185461", - "creator": "Khamosh Pathak", - "pubDate": "Thu, 09 Dec 2021 17:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "Link knowledge and action networks to tackle disasters", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03419-0", + "creator": "Jim Falk", + "pubDate": "2021-11-16", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c886c798e31292debe0d0c9b43b317a7" + "hash": "080cbfa01e2f1f03826229ba0470f34d" }, { - "title": "Why You Should Stop 'Saving Room' for Dessert", - "description": "

    Given the copious amounts of holiday treats that fill our homes every December, you might feel justified in cutting back on other foods in order to make room for (more) dessert. After all, if you are eating less calories here so you can consume them there, it’ll all even out eventually, right? Actually, this is…

    Read more...

    ", - "content": "

    Given the copious amounts of holiday treats that fill our homes every December, you might feel justified in cutting back on other foods in order to make room for (more) dessert. After all, if you are eating less calories here so you can consume them there, it’ll all even out eventually, right? Actually, this is…

    Read more...

    ", - "category": "nutrition", - "link": "https://lifehacker.com/why-you-should-stop-saving-room-for-dessert-1848185608", - "creator": "Rachel Fairbank", - "pubDate": "Thu, 09 Dec 2021 17:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Reflections on a pioneer in electrical engineering", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03417-2", + "creator": "Polina Bayvel", + "pubDate": "2021-11-16", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b69b270f5c3eddddb3e24e9e7eed29c" + "hash": "d431507fbed25df3a7e353e72111fe61" }, { - "title": "What the Most-Googled Questions of 2021 Say About Us", - "description": "

    Google just released its annual “Year in Search,” a collection of the new, most-searched terms for 2021. According to Matt Cooke, head of Google News Lab, “Year in Search always provides a fascinating insight into what the nation is thinking, learning and discovering—about themselves and others.” Remember: This isn’t…

    Read more...

    ", - "content": "

    Google just released its annual “Year in Search,” a collection of the new, most-searched terms for 2021. According to Matt Cooke, head of Google News Lab, “Year in Search always provides a fascinating insight into what the nation is thinking, learning and discovering—about themselves and others.” Remember: This isn’t…

    Read more...

    ", - "category": "davina ogilvie", - "link": "https://lifehacker.com/what-the-most-googled-questions-of-2021-say-about-us-1848185560", - "creator": "Stephen Johnson", - "pubDate": "Thu, 09 Dec 2021 16:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "High-speed spinning yields some of the toughest spider silk ever found", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03443-0", + "creator": "", + "pubDate": "2021-11-16", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e4228e6a6381879a025ef26b38d54a7" + "hash": "ac422b468c7f4344eea4d6303ae16a3d" }, { - "title": "Make Switching From iPhone to Android Suck Less (and Vice Versa)", - "description": "

    This holiday season, many of us will get new phones, and some of us might even jump operating systems in the process, making the rare leap from Apple to Android (or the other way around) in the search for a more fulfilling mobile experience. If you recently (or plan to) move from iOS to Android, or from an Android…

    Read more...

    ", - "content": "

    This holiday season, many of us will get new phones, and some of us might even jump operating systems in the process, making the rare leap from Apple to Android (or the other way around) in the search for a more fulfilling mobile experience. If you recently (or plan to) move from iOS to Android, or from an Android…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/make-switching-from-iphone-to-android-suck-less-and-vi-1848151166", - "creator": "Jake Peterson", - "pubDate": "Thu, 09 Dec 2021 16:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "From the archive", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03382-w", + "creator": "", + "pubDate": "2021-11-16", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbca79dc9aee8df6f3e02eb25377163b" + "hash": "37048d3a792bc1fc7946c2c3bbf3fa74" }, { - "title": "How to Actually Enjoy Treadmill Running This Winter", - "description": "

    Running is invigorating: feeling the wind moving through your hair, your body connecting with the earth beneath your feet, a chance to take stock of the world that moves around you and the world that moves within you. Unless, of course, the weather sucks. Then it’s time to book it indoors and hit everyone’s “favorite”…

    Read more...

    ", - "content": "

    Running is invigorating: feeling the wind moving through your hair, your body connecting with the earth beneath your feet, a chance to take stock of the world that moves around you and the world that moves within you. Unless, of course, the weather sucks. Then it’s time to book it indoors and hit everyone’s “favorite”…

    Read more...

    ", - "category": "treadmill", - "link": "https://lifehacker.com/how-to-actually-enjoy-treadmill-running-this-winter-1848185096", - "creator": "Meredith Dietz", - "pubDate": "Thu, 09 Dec 2021 15:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Stagnating salaries present hurdles to career satisfaction", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03041-0", + "creator": "Chris Woolston", + "pubDate": "2021-11-16", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8651cca3c63658bae6ff68bd65f79294" + "hash": "a5b2c92fda0cd56cf485375f57df127e" }, { - "title": "You Should Stop Killing House Centipedes (But How to Get Rid of Them, If You Must)", - "description": "

    I get it: House centipedes travel at alarming speeds, and they look pretty intimidating while doing it, what with all their legs scampering about. But before you run for a shoe the next time you spot one, stop and take a breath. For as creepy as they look, the truth is that they’re not only harmless, they are actually

    Read more...

    ", - "content": "

    I get it: House centipedes travel at alarming speeds, and they look pretty intimidating while doing it, what with all their legs scampering about. But before you run for a shoe the next time you spot one, stop and take a breath. For as creepy as they look, the truth is that they’re not only harmless, they are actually

    Read more...

    ", - "category": "centipede", - "link": "https://lifehacker.com/you-should-stop-killing-house-centipedes-but-how-to-ge-1848183537", - "creator": "Becca Lewis", - "pubDate": "Thu, 09 Dec 2021 15:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "COP26 didn’t solve everything — but researchers must stay engaged", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03433-2", + "creator": "", + "pubDate": "2021-11-16", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a658f2c5940606e7fadbcdd6628b8e01" + "hash": "72e2f7c9027589c246311bb66d80a156" }, { - "title": "10 of the Best Apps of 2021 for Apple Devices, According to Apple", - "description": "

    Every year, the App Store Awards highlight some of the best apps and games for the Apple platforms and devices. Think of them as the Oscars of the App Store world: an honor handed out by the industry itself. You have to be pretty darn good to earn an award—and sometimes, it takes an app years to get there (consider…

    Read more...

    ", - "content": "

    Every year, the App Store Awards highlight some of the best apps and games for the Apple platforms and devices. Think of them as the Oscars of the App Store world: an honor handed out by the industry itself. You have to be pretty darn good to earn an award—and sometimes, it takes an app years to get there (consider…

    Read more...

    ", - "category": "ipads", - "link": "https://lifehacker.com/the-best-apps-of-2021-for-apple-devices-1848184304", - "creator": "Khamosh Pathak", - "pubDate": "Thu, 09 Dec 2021 14:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Daily briefing: How some fish can live for centuries", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03473-8", + "creator": "Flora Graham", + "pubDate": "2021-11-16", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d6999789a0e4b43e035b0fec10e4741" + "hash": "b9d76523d7162ac8f89b52082145709f" }, { - "title": "Why the Hell Did We Ever Stop Wearing Sweatbands?", - "description": "

    Sweatbands, popular in the ’80s, now only really exist as a symbol. Just like a floppy disk lives on as the “save” icon, and an old-school telephone handset is the image we tap when we want to make a call on a smartphone, a set of sweatbands are a cheesy way of indicating that somebody is working out (see picture…

    Read more...

    ", - "content": "

    Sweatbands, popular in the ’80s, now only really exist as a symbol. Just like a floppy disk lives on as the “save” icon, and an old-school telephone handset is the image we tap when we want to make a call on a smartphone, a set of sweatbands are a cheesy way of indicating that somebody is working out (see picture…

    Read more...

    ", - "category": "wristband", - "link": "https://lifehacker.com/why-the-hell-did-we-ever-stop-wearing-sweatbands-1848156420", - "creator": "Beth Skwarecki", - "pubDate": "Thu, 09 Dec 2021 14:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Yes, science can weigh in on abortion law", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03434-1", + "creator": "Diana Greene Foster", + "pubDate": "2021-11-16", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b95b9b41870e61ace52f819ea3e75118" + "hash": "b84f0c7ae3753bf81ca539ba62f8164a" }, { - "title": "How to Know When Your iPhone Could Be Recording You", - "description": "

    You’ve probably had the (legitimate) fear that your smartphone is listening or watching you. Your iPhone certainly isn’t without privacy risks, and you should absolutely audit your settings and all of your app permissions, but one helpful feature that Apple has built in is a visual warning when your device is queued…

    Read more...

    ", - "content": "

    You’ve probably had the (legitimate) fear that your smartphone is listening or watching you. Your iPhone certainly isn’t without privacy risks, and you should absolutely audit your settings and all of your app permissions, but one helpful feature that Apple has built in is a visual warning when your device is queued…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/how-to-know-when-your-iphone-could-be-recording-1848182126", - "creator": "Emily Long", - "pubDate": "Thu, 09 Dec 2021 13:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Funders need to credit open science", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03418-1", + "creator": "Hans de Jonge", + "pubDate": "2021-11-16", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4b376502fc8525fc0595003d53c7cad" + "hash": "50546217414cb878dab97bc0eeaf2d4d" }, { - "title": "Chores You Only Need to Do Once a Year (Thank God)", - "description": "

    There are many annoying chores that need to be done daily: washing dishes, spraying and wiping down kitchen counters, picking toys up off the floor, sweeping. And then there are those that are blessedly much less frequent. It will always suck that we have to do more things, but at least some of them are merely…

    Read more...

    ", - "content": "

    There are many annoying chores that need to be done daily: washing dishes, spraying and wiping down kitchen counters, picking toys up off the floor, sweeping. And then there are those that are blessedly much less frequent. It will always suck that we have to do more things, but at least some of them are merely…

    Read more...

    ", - "category": "housekeeping", - "link": "https://lifehacker.com/chores-you-only-need-to-do-once-a-year-thank-god-1848180807", - "creator": "Sarah Showfety", - "pubDate": "Wed, 08 Dec 2021 22:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Ancient mud bricks show adobe’s foundations 5,000 years ago", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03446-x", + "creator": "", + "pubDate": "2021-11-15", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d5a0b4088c423584132a4ae1db896af" + "hash": "bc23c25bf06d46981d000e124aee2cbf" }, { - "title": "13 of the Best Dating Apps to Find Love or Mess Around", - "description": "

    Everyone on Tinder is looking for sex. Everyone on eharmony is too intense. Everyone on Hinge is more concerned with looking cool than finding a good match (alright, I’m projecting with that last one). Maybe you’re new to online dating, or you’re a swiping veteran getting fed up with false-starts and dead-ends on your…

    Read more...

    ", - "content": "

    Everyone on Tinder is looking for sex. Everyone on eharmony is too intense. Everyone on Hinge is more concerned with looking cool than finding a good match (alright, I’m projecting with that last one). Maybe you’re new to online dating, or you’re a swiping veteran getting fed up with false-starts and dead-ends on your…

    Read more...

    ", - "category": "social software", - "link": "https://lifehacker.com/13-of-the-best-dating-apps-to-find-love-or-mess-around-1848181275", - "creator": "Meredith Dietz", - "pubDate": "Wed, 08 Dec 2021 21:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The greener route to indigo blue", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03437-y", + "creator": "James Mitchell Crow", + "pubDate": "2021-11-15", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3795768b3c1e63da3db58aa809494838" + "hash": "d2d5204cf5b65803a6383db28ea0aa39" }, { - "title": "12 Trader Joe's Products Way Better Than the Name Brand Versions", - "description": "

    I’m not generally a religious person, but I do worship every other Sunday at the church of Trader Joe’s.

    Read more...

    ", - "content": "

    I’m not generally a religious person, but I do worship every other Sunday at the church of Trader Joe’s.

    Read more...

    ", - "category": "trader joes", - "link": "https://lifehacker.com/12-trader-joes-products-way-better-than-the-name-brand-1848166403", - "creator": "Joel Cunningham", - "pubDate": "Wed, 08 Dec 2021 20:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "More Alzheimer’s drugs head for FDA review: what scientists are watching", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03410-9", + "creator": "Asher Mullard", + "pubDate": "2021-11-15", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4faa2a7291ea21a62993f718278e1410" + "hash": "b3989abab632037401c660cf6ec9f4ec" }, { - "title": "How to Stop Verizon, AT&T, and T-Mobile From Collecting Your Phone Data to Sell Ads", - "description": "

    Social media sites, web browsers, and smartphone apps aren’t the only ways companies track your data: Your phone service provider collects data right from your phone, too. AT&T, T-Mobile (which now owns Sprint and MetroPCS), and Verizon all track location, web, and app usage, and then use that information to sell ads.

    Read more...

    ", - "content": "

    Social media sites, web browsers, and smartphone apps aren’t the only ways companies track your data: Your phone service provider collects data right from your phone, too. AT&T, T-Mobile (which now owns Sprint and MetroPCS), and Verizon all track location, web, and app usage, and then use that information to sell ads.

    Read more...

    ", - "category": "t mobile", - "link": "https://lifehacker.com/how-to-stop-verizon-at-t-and-t-mobile-from-collecting-1848180422", - "creator": "Brendan Hesse", - "pubDate": "Wed, 08 Dec 2021 20:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Daily briefing: New mineral discovered inside a diamond", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03468-5", + "creator": "Flora Graham", + "pubDate": "2021-11-15", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "313a5b821a3ce13a0b3dc2492916851c" + "hash": "f7ef26188e8455154fc47264aea597f8" }, { - "title": "Bringing a Bag of Cheeseburgers Is the Ultimate Party Trick", - "description": "

    When it comes to potlucks, it’s hard to beat a church supper, particularly if you’re in the South or Midwest. Casseroles, fried foods of all kinds, fruity whipped salads, and entire tables devoted to desserts—everyone brings their A game, and everyone goes home full and happy.

    Read more...

    ", - "content": "

    When it comes to potlucks, it’s hard to beat a church supper, particularly if you’re in the South or Midwest. Casseroles, fried foods of all kinds, fruity whipped salads, and entire tables devoted to desserts—everyone brings their A game, and everyone goes home full and happy.

    Read more...

    ", - "category": "potluck", - "link": "https://lifehacker.com/bringing-a-bag-of-cheeseburgers-is-the-ultimate-party-t-1848179901", - "creator": "Claire Lower", - "pubDate": "Wed, 08 Dec 2021 19:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to turn your ideas into patents", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03438-x", + "creator": "Andy Tay", + "pubDate": "2021-11-15", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad265d4dd9497df868f294c8da3597c0" + "hash": "b8020a63bb4cffb1c5e2bbef02830c18" }, { - "title": "What You Should Put in a ‘No Questions Asked’ Drawer for Your Kid, According to Reddit", - "description": "

    Even if you think of yourself as the kind of parent that your kid can talk to about anything, there are probably some things they would rather keep to themselves, whether it’s dealing with embarrassing bodily functions or not divulging the kinds of drugs they enjoy.

    Read more...

    ", - "content": "

    Even if you think of yourself as the kind of parent that your kid can talk to about anything, there are probably some things they would rather keep to themselves, whether it’s dealing with embarrassing bodily functions or not divulging the kinds of drugs they enjoy.

    Read more...

    ", - "category": "drawer", - "link": "https://lifehacker.com/what-you-should-put-in-a-no-questions-asked-drawer-fo-1848180288", - "creator": "Stephen Johnson", - "pubDate": "Wed, 08 Dec 2021 19:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Friction: from fingerprints to climate change", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03436-z", + "creator": "Anna Novitzky", + "pubDate": "2021-11-15", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1cd3d4178f05943ff670a700df21c46e" + "hash": "085886042e0ee73052691768ea131c2c" }, { - "title": "How to Pick a Flight With the Lowest Chance of Weather Delays", - "description": "

    The holidays are a notoriously difficult time to travel by plane, in part because of the number of people trying to fly and in part because of the increased likelihood of winter weather. Snowstorms and icy runways can quickly derail days’ worth of air travel.

    Read more...

    ", - "content": "

    The holidays are a notoriously difficult time to travel by plane, in part because of the number of people trying to fly and in part because of the increased likelihood of winter weather. Snowstorms and icy runways can quickly derail days’ worth of air travel.

    Read more...

    ", - "category": "civil aviation", - "link": "https://lifehacker.com/how-to-pick-a-flight-with-the-lowest-chance-of-weather-1848179668", - "creator": "Emily Long", - "pubDate": "Wed, 08 Dec 2021 18:00:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "COP26 hasn’t solved the problem: scientists react to UN climate deal", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03431-4", + "creator": "Ehsan Masood", + "pubDate": "2021-11-14", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c5854aeb5bd097401dfe64bf4786088" + "hash": "817a8bf4db7c7561d246b862588698cd" }, { - "title": "The Easiest Way to Find Someone the Perfect Gift", - "description": "

    Buying the perfect gift on a budget is never easy, but here’s a hack that can help you narrow down the possibilities: You start by taking your budget, and then slashing it. Stay with me here.

    Read more...

    ", - "content": "

    Buying the perfect gift on a budget is never easy, but here’s a hack that can help you narrow down the possibilities: You start by taking your budget, and then slashing it. Stay with me here.

    Read more...

    ", - "category": "films", - "link": "https://lifehacker.com/the-easiest-way-to-find-someone-the-perfect-gift-1848179574", - "creator": "Beth Skwarecki", - "pubDate": "Wed, 08 Dec 2021 17:30:00 GMT", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "COP26: Glasgow Climate Pact signed into history", + "description": "", + "content": "\n ", + "category": "", + "link": "https://www.nature.com/articles/d41586-021-03464-9", + "creator": "Flora Graham", + "pubDate": "2021-11-13", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "Nature", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5075769254f7ef27de4e751c117a03f1" - }, + "hash": "ce1ea49ae52a41bdd6947bc2bb63d069" + } + ], + "folder": "00.03 News/News - EN", + "name": "Nature", + "language": "", + "hash": "35ab143b2b9e5b2e6eba5d5f4ab0858b" + }, + { + "title": "NYT > Top Stories", + "subtitle": "", + "link": "https://www.nytimes.com", + "image": "https://static01.nyt.com/images/misc/NYT_logo_rss_250x40.png", + "description": "", + "items": [ { - "title": "Coat Your Cheeseballs in Fried Garlic", - "description": "

    If you’ve ever eaten a cheeseball, you know that what’s on the outside is almost as important as what’s on the inside (cheese). A cheeseball’s outer layer should offer crunch, contrast, and intrigue. You should take one look at that ball of cheese and go, “Yeah, I’d like to dig in to that and see what it’s all about.”

    Read more...

    ", - "content": "

    If you’ve ever eaten a cheeseball, you know that what’s on the outside is almost as important as what’s on the inside (cheese). A cheeseball’s outer layer should offer crunch, contrast, and intrigue. You should take one look at that ball of cheese and go, “Yeah, I’d like to dig in to that and see what it’s all about.”

    Read more...

    ", - "category": "hospitality recreation", - "link": "https://lifehacker.com/coat-your-cheeseballs-in-fried-garlic-1848179608", - "creator": "Claire Lower", - "pubDate": "Wed, 08 Dec 2021 17:00:00 GMT", + "title": "10 Republicans Voted to Impeach Trump. What's Become of Them?", + "description": "Before the Capitol riot on Jan. 6, members of Congress gathered at a joint session to confirm the Electoral College votes cast in the 2020 election.", + "content": "Before the Capitol riot on Jan. 6, members of Congress gathered at a joint session to confirm the Electoral College votes cast in the 2020 election.", + "category": "Impeachment", + "link": "https://www.nytimes.com/2022/01/05/us/politics/republican-impeachment-votes-trump-jan-6.html", + "creator": "Jonathan Weisman and Luke Broadwater", + "pubDate": "Wed, 05 Jan 2022 17:13:54 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "394461e1024694cecd2dda393a968272" + "hash": "c05936b867917a2d4810907894c3f2d6", + "highlights": [] }, { - "title": "Is the Apple Music Voice Plan Worth the Trade Offs?", - "description": "

    Apple Music’s Voice Plan lets you enjoy the benefits of a commercial-free music streaming service at a relatively affordable price of $4.99 per month. It costs the same as Apple Music’s subscription plan for students (and is half the regular subscription price), but it also removes several features—including the…

    Read more...

    ", - "content": "

    Apple Music’s Voice Plan lets you enjoy the benefits of a commercial-free music streaming service at a relatively affordable price of $4.99 per month. It costs the same as Apple Music’s subscription plan for students (and is half the regular subscription price), but it also removes several features—including the…

    Read more...

    ", - "category": "apple music", - "link": "https://lifehacker.com/is-the-apple-music-voice-plan-worth-the-trade-offs-1847899974", - "creator": "Pranay Parab", - "pubDate": "Wed, 08 Dec 2021 16:00:00 GMT", + "title": "Prosecutors Move Quickly on Jan. 6 Cases, but One Big Question Remains", + "description": "Prosecutors have collected nearly 14,000 hours of video — from media outlets, surveillance cameras and police-worn body cameras — documenting the Capitol riot.", + "content": "Prosecutors have collected nearly 14,000 hours of video — from media outlets, surveillance cameras and police-worn body cameras — documenting the Capitol riot.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/05/us/politics/jan-6-capitol-riot-investigation.html", + "creator": "Alan Feuer", + "pubDate": "Wed, 05 Jan 2022 15:37:22 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f918ad8e8b4101e5c3f2d380629171c7" + "hash": "d92ba323a23f97c3b838cd31c2ed34c3", + "highlights": [] }, { - "title": "Use These Apps and Gadgets to Get Better Sleep", - "description": "

    We know that sleep plays a significant role in our well-being and overall health. Unless we’re switching between time zones or pulling all-nighters, our body’s internal clocks—also known as our circadian rhythm—tell us when it’s time to go to sleep and wake up in the morning. However, a range of environmental cues can …

    Read more...

    ", - "content": "

    We know that sleep plays a significant role in our well-being and overall health. Unless we’re switching between time zones or pulling all-nighters, our body’s internal clocks—also known as our circadian rhythm—tell us when it’s time to go to sleep and wake up in the morning. However, a range of environmental cues can …

    Read more...

    ", - "category": "sleep", - "link": "https://lifehacker.com/use-these-apps-and-gadgets-to-get-better-sleep-1848076010", - "creator": "Shannon Flynn", - "pubDate": "Wed, 08 Dec 2021 15:30:00 GMT", + "title": "How Trump Kept Control of the G.O.P. After Jan. 6", + "description": "One year after that day in January, most Republicans see little need to re-examine — or even acknowledge — the assault on the Capitol.", + "content": "One year after that day in January, most Republicans see little need to re-examine — or even acknowledge — the assault on the Capitol.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/04/us/politics/trump-gop-jan-6.html", + "creator": "Blake Hounshell and Leah Askarinam", + "pubDate": "Wed, 05 Jan 2022 13:55:09 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1e4bd915076d6b2dbc9cb0051dd81f4" + "hash": "84d1344fb0d7f143652dcbb0194ea15b", + "highlights": [] }, { - "title": "Should You Repair Your Leaky Mailbox—or Replace It?", - "description": "

    Winter used to mean snow on the ground. These days, thanks to climate change, it more likely means an increase in cold rain—but either way, ‘tis the season for wet mail, whether in your leaky mailbox or shoved through your drippy mail slot. Whether it’s bills or holiday cards, wet mail can really wreck your day. Here…

    Read more...

    ", - "content": "

    Winter used to mean snow on the ground. These days, thanks to climate change, it more likely means an increase in cold rain—but either way, ‘tis the season for wet mail, whether in your leaky mailbox or shoved through your drippy mail slot. Whether it’s bills or holiday cards, wet mail can really wreck your day. Here…

    Read more...

    ", - "category": "mailbox", - "link": "https://lifehacker.com/should-you-repair-your-leaky-mailbox-or-replace-it-1848177447", - "creator": "Becca Lewis", - "pubDate": "Wed, 08 Dec 2021 15:00:00 GMT", + "title": "Capitol Police Chief Commits to Security Improvements After Jan. 6", + "description": "Chief J. Thomas Manger of the U.S. Capitol Police said in a news conference on Tuesday that he had made key new hires and planned to ramp up recruitment efforts.", + "content": "Chief J. Thomas Manger of the U.S. Capitol Police said in a news conference on Tuesday that he had made key new hires and planned to ramp up recruitment efforts.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/05/us/politics/capitol-police-january-6.html", + "creator": "Luke Broadwater", + "pubDate": "Wed, 05 Jan 2022 16:54:10 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53e0cfc0b1715c5608c11354c78aa142" + "hash": "67e90483ded025709d4b633ecf7b5c1e", + "highlights": [] }, { - "title": "How to Tell If You’re in a Dysfunctional Relationship", - "description": "

    A relationship is supposed to be stable, nurturing, and safe. It is supposed to add value to your life by giving you a partner who can support you, celebrate with you, and make your days better. In turn, you are expected to do that for them, too—but it’s easy to give yourself fully to someone when you feel secure and…

    Read more...

    ", - "content": "

    A relationship is supposed to be stable, nurturing, and safe. It is supposed to add value to your life by giving you a partner who can support you, celebrate with you, and make your days better. In turn, you are expected to do that for them, too—but it’s easy to give yourself fully to someone when you feel secure and…

    Read more...

    ", - "category": "emotions", - "link": "https://lifehacker.com/how-to-tell-if-you-re-in-a-dysfunctional-relationship-1848175799", - "creator": "Lindsey Ellefson", - "pubDate": "Wed, 08 Dec 2021 14:30:00 GMT", + "title": "Chicago Parents Scramble as Teachers Resist Returning to School", + "description": "The teachers’ union in the city criticized the district’s response to Omicron as families rushed to line up child care. Here’s the latest Covid news.", + "content": "The teachers’ union in the city criticized the district’s response to Omicron as families rushed to line up child care. Here’s the latest Covid news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/05/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Wed, 05 Jan 2022 19:02:44 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba70a035cfc34299229fa8506f47a210" + "hash": "3187bed0cf6821525526206f00457d5b", + "highlights": [] }, { - "title": "You Need to Update Your Pixel Immediately", - "description": "

    The December 2021 security patch is rolling out now for select Pixel phones running Android 12. Monthly security patches might not be as exciting as the Pixel Drop updates that add new features to your phone, but they’re still important to install as soon as possible since they patch security flaws hackers could…

    Read more...

    ", - "content": "

    The December 2021 security patch is rolling out now for select Pixel phones running Android 12. Monthly security patches might not be as exciting as the Pixel Drop updates that add new features to your phone, but they’re still important to install as soon as possible since they patch security flaws hackers could…

    Read more...

    ", - "category": "pixel", - "link": "https://lifehacker.com/you-need-to-update-your-pixel-immediately-1848174438", - "creator": "Brendan Hesse", - "pubDate": "Wed, 08 Dec 2021 14:00:00 GMT", + "title": "Novak Djokovic’s Entry Into Australia in Limbo Over Visa Questions", + "description": "Novak Djokovic last year at the Australian Open.", + "content": "Novak Djokovic last year at the Australian Open.", + "category": "Australian Open (Tennis)", + "link": "https://www.nytimes.com/2022/01/05/sports/tennis/novak-djokovic-australia-border.html", + "creator": "Andrew Das and Isabella Kwai", + "pubDate": "Wed, 05 Jan 2022 20:01:33 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f3aa3f9e51481414f8e35c09125c9bad" + "hash": "299781f4e62a392bbfe38e585e432456", + "highlights": [] }, { - "title": "The Difference Between Disinfecting and Sanitizing, According to the CDC", - "description": "

    We all have different versions of “cleaning.” For some, the act includes Windex, bleach, and a mop; for others, it means putting away toys, sweeping, and loading the dishwasher. But while “cleaning” can mean everything from straightening up to scrubbing down, when it comes to disinfecting and sanitizing, the…

    Read more...

    ", - "content": "

    We all have different versions of “cleaning.” For some, the act includes Windex, bleach, and a mop; for others, it means putting away toys, sweeping, and loading the dishwasher. But while “cleaning” can mean everything from straightening up to scrubbing down, when it comes to disinfecting and sanitizing, the…

    Read more...

    ", - "category": "bleach", - "link": "https://lifehacker.com/the-difference-between-disinfecting-and-sanitizing-acc-1848175073", - "creator": "Sarah Showfety", - "pubDate": "Wed, 08 Dec 2021 13:30:00 GMT", + "title": "2022 Grammy Awards Postponed Amid Covid-19 Surge", + "description": "The Recording Academy has not announced a new date for its 64th annual show, originally scheduled for Jan. 31 in Los Angeles.", + "content": "The Recording Academy has not announced a new date for its 64th annual show, originally scheduled for Jan. 31 in Los Angeles.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/05/arts/music/grammy-awards-postponed-covid.html", + "creator": "Ben Sisario", + "pubDate": "Wed, 05 Jan 2022 20:48:33 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e98e16027a3a12801d9587c8a9471c2" + "hash": "c7b1abb89914406529ca55378b0a3f76", + "highlights": [] }, { - "title": "How to Watch The Game Awards 2021, and What to Expect", - "description": "

    The Game Awards 2021 is this week, the year-end event where we get to watch ads and trailers for new games. Oh, and they hand out awards for the best games of the past year—even though many of those awards happen off-screen before the stream even begins.

    Read more...

    ", - "content": "

    The Game Awards 2021 is this week, the year-end event where we get to watch ads and trailers for new games. Oh, and they hand out awards for the best games of the past year—even though many of those awards happen off-screen before the stream even begins.

    Read more...

    ", - "category": "the game awards", - "link": "https://lifehacker.com/how-to-watch-the-game-awards-2021-and-what-to-expect-1848176072", - "creator": "Brendan Hesse", - "pubDate": "Wed, 08 Dec 2021 13:00:00 GMT", + "title": "Using Harsh Language, Macron Issues a Challenge to the Unvaccinated", + "description": "President Emmanuel Macron of France, pictured in December, said he wanted to “piss off” millions of his citizens who refuse to get vaccinated.", + "content": "President Emmanuel Macron of France, pictured in December, said he wanted to “piss off” millions of his citizens who refuse to get vaccinated.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/05/world/europe/macron-france-unvaccinated.html", + "creator": "Norimitsu Onishi", + "pubDate": "Wed, 05 Jan 2022 20:52:28 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5ca29b6ddf3ce127ccd133a9c2b9cd1" + "hash": "e833f41ae2177bd0bc9451a0ea680c9b", + "highlights": [] }, { - "title": "How to Spot a Shady Landlord (Before It’s Too Late)", - "description": "

    With the new year comes a slew of freshly signed leases. No matter the market conditions, there’s always a risk that the person selling and maintaining your apartment is, to use an industry term, a “total skeeve ball.” (Some of us would argue that the phrase “shady landlord” is redundant.) The reality of being a…

    Read more...

    ", - "content": "

    With the new year comes a slew of freshly signed leases. No matter the market conditions, there’s always a risk that the person selling and maintaining your apartment is, to use an industry term, a “total skeeve ball.” (Some of us would argue that the phrase “shady landlord” is redundant.) The reality of being a…

    Read more...

    ", - "category": "landlord", - "link": "https://lifehacker.com/how-to-spot-a-shady-landlord-before-it-s-too-late-1848136583", - "creator": "Meredith Dietz", - "pubDate": "Tue, 07 Dec 2021 22:00:00 GMT", + "title": "India’s Rising Omicron Wave Brings a Grim Sense of Déjà Vu", + "description": "Collecting a test swab at a railway station in New Delhi on Wednesday. The number of daily infections in the city has increased dramatically.", + "content": "Collecting a test swab at a railway station in New Delhi on Wednesday. The number of daily infections in the city has increased dramatically.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/05/world/asia/india-omicron-coronavirus.html", + "creator": "Mujib Mashal and Karan Deep Singh", + "pubDate": "Wed, 05 Jan 2022 17:51:55 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f895a04e1bf27011b4710bf4d126322" + "hash": "1239af19d252b97f48cdc96edf9ecd54", + "highlights": [] }, { - "title": "Cheugy, Chipotle, and Dogecoin Among The Most Mispronounced Words of 2021", - "description": "

    The U.S. Captioning Company and the British Institute of Verbatim Reporters (BIVR) recently released reports on the most mispronounced words of the year—that is, the most challenging words for newsreaders and television hosts to say correctly the first time. We can only infer if these words are tough for people whose…

    Read more...

    ", - "content": "

    The U.S. Captioning Company and the British Institute of Verbatim Reporters (BIVR) recently released reports on the most mispronounced words of the year—that is, the most challenging words for newsreaders and television hosts to say correctly the first time. We can only infer if these words are tough for people whose…

    Read more...

    ", - "category": "dogecoin", - "link": "https://lifehacker.com/cheugy-chipotle-and-dogecoin-among-the-most-mispronou-1848173792", - "creator": "Sarah Showfety", - "pubDate": "Tue, 07 Dec 2021 21:00:00 GMT", + "title": "13 Dead, Including 7 Children, in Philadelphia Rowhouse Fire", + "description": "The authorities said there were 26 people in the rowhouse that burned, one of the deadliest residential fires in the city’s recent history. Follow updates.", + "content": "The authorities said there were 26 people in the rowhouse that burned, one of the deadliest residential fires in the city’s recent history. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/05/us/philadelphia-fire", + "creator": "The New York Times", + "pubDate": "Wed, 05 Jan 2022 19:02:43 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3885e4b52bd4c6f1fd27037632358d49" + "hash": "1b3118ecbf3cd038a277a8beb32da386", + "highlights": [] }, { - "title": "You Should Brûlée All of Your Favorite Holiday Treats", - "description": "

    Whether you’re huddling around a roaring campfire, grilling a sumptuous piece of meat, or brûlée-ing a custardy crème, fire is sexy. Maybe it’s the element of danger involved in the exothermic process of combustion, or maybe it’s just because it looks cool, but breaking out a kitchen torch tells me we are about to…

    Read more...

    ", - "content": "

    Whether you’re huddling around a roaring campfire, grilling a sumptuous piece of meat, or brûlée-ing a custardy crème, fire is sexy. Maybe it’s the element of danger involved in the exothermic process of combustion, or maybe it’s just because it looks cool, but breaking out a kitchen torch tells me we are about to…

    Read more...

    ", - "category": "joe", - "link": "https://lifehacker.com/you-should-brulee-all-of-your-favorite-holiday-treats-1848174250", - "creator": "Claire Lower", - "pubDate": "Tue, 07 Dec 2021 20:30:00 GMT", + "title": "Kathy Hochul Gives Her First State of the State Speech", + "description": "Gov. Kathy Hochul, who is seeking election to her first full term in office this year, delivered her first State of the State address on Wednesday.", + "content": "Gov. Kathy Hochul, who is seeking election to her first full term in office this year, delivered her first State of the State address on Wednesday.", + "category": "State of the State Message (NYS)", + "link": "https://www.nytimes.com/2022/01/05/nyregion/kathy-hochul-state-of-ny-speech.html", + "creator": "Luis Ferré-Sadurní and Grace Ashford", + "pubDate": "Wed, 05 Jan 2022 19:00:30 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8a1ec52c510e4bb2029ee60e07e75bfe" + "hash": "35c72386fc342c937c7dfc0e086358bd", + "highlights": [] }, { - "title": "All the Delightful New Pixel Features Worth Checking Out", - "description": "

    It’s time for a Feature Drop! Google hit us with the news on Monday, Dec. 6, announcing a handful of fun new features for the Pixel lineup of devices. While not all features are available on all Pixels, there is something new for everyone, so long as you have a Pixel 3 or newer. That said, the update isn’t here yet on…

    Read more...

    ", - "content": "

    It’s time for a Feature Drop! Google hit us with the news on Monday, Dec. 6, announcing a handful of fun new features for the Pixel lineup of devices. While not all features are available on all Pixels, there is something new for everyone, so long as you have a Pixel 3 or newer. That said, the update isn’t here yet on…

    Read more...

    ", - "category": "pixel", - "link": "https://lifehacker.com/all-the-delightful-new-pixel-features-worth-checking-ou-1848173319", - "creator": "Jake Peterson", - "pubDate": "Tue, 07 Dec 2021 20:00:00 GMT", + "title": "Supply Chain Woes Prompt a New Push to Revive U.S. Factories", + "description": "Companies are testing whether the United States can regain some of the manufacturing output it ceded in recent decades to China and other countries.", + "content": "Companies are testing whether the United States can regain some of the manufacturing output it ceded in recent decades to China and other countries.", + "category": "Supply Chain", + "link": "https://www.nytimes.com/2022/01/05/business/economy/supply-chain-reshoring-us-manufacturing.html", + "creator": "Nelson D. Schwartz", + "pubDate": "Wed, 05 Jan 2022 10:00:23 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a6294a318b4d7e2a4baf75866e0fc6e" + "hash": "96e47d7ce3eae4a7f880f8fe3bc9ff92", + "highlights": [] }, { - "title": "How to Clean Your Scorched Iron", - "description": "

    If you’re back to wearing real work clothes on a regular basis, it may be time to bust out the iron. But before you attack any wrinkles, you’ll want to make sure the metal plate is clean and free of any burns, which can leave stains on your clothes. And if you do accidentally melt anything directly onto your iron,…

    Read more...

    ", - "content": "

    If you’re back to wearing real work clothes on a regular basis, it may be time to bust out the iron. But before you attack any wrinkles, you’ll want to make sure the metal plate is clean and free of any burns, which can leave stains on your clothes. And if you do accidentally melt anything directly onto your iron,…

    Read more...

    ", - "category": "chemistry", - "link": "https://lifehacker.com/how-to-clean-your-scorched-iron-1848173578", - "creator": "Emily Long", - "pubDate": "Tue, 07 Dec 2021 19:00:00 GMT", + "title": "This Vast Wildfire Lab Is Helping Foresters Prepare for a Hotter Planet", + "description": "When the Bootleg fire tore through a nature reserve in Oregon this summer, the destruction varied in different areas. Researchers say forest management methods, including controlled burns, were a big factor.", + "content": "When the Bootleg fire tore through a nature reserve in Oregon this summer, the destruction varied in different areas. Researchers say forest management methods, including controlled burns, were a big factor.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2022/01/05/climate/fire-forest-management-bootleg-oregon.html", + "creator": "Henry Fountain", + "pubDate": "Wed, 05 Jan 2022 10:00:24 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a71ec4d3e386b8d775b0fc95e3ecdaaa" + "hash": "f1e4fbeb0569b0602af46bfb76c79072", + "highlights": [] }, { - "title": "How to Start a Google Chat Call Directly From Gmail", - "description": "

    Just like Zoom, Google Meet (and Chat) has heavily relied on links. Whether you wanted to do a one-on-one call or a group call, it all started and ended with a joining link or a meeting code.

    Read more...

    ", - "content": "

    Just like Zoom, Google Meet (and Chat) has heavily relied on links. Whether you wanted to do a one-on-one call or a group call, it all started and ended with a joining link or a meeting code.

    Read more...

    ", - "category": "google", - "link": "https://lifehacker.com/how-to-start-a-google-chat-call-directly-from-gmail-1848172621", - "creator": "Khamosh Pathak", - "pubDate": "Tue, 07 Dec 2021 18:30:00 GMT", + "title": "Health Risks of Smoke and Ozone Rise in the West as Wildfires Worsen", + "description": "Haze from wildfire smoke in San Francisco in September 2020.", + "content": "Haze from wildfire smoke in San Francisco in September 2020.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2022/01/05/climate/wildfires-ozone-smoke-california.html", + "creator": "Henry Fountain", + "pubDate": "Wed, 05 Jan 2022 19:18:03 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10c163232e5744e5236419c322e3ad57" + "hash": "c7ffc93eeb4a05979d360864880c3a48", + "highlights": [] }, { - "title": "How to Make All Your WhatsApp Messages Disappear Automatically", - "description": "

    WhatsApp’s Disappearing Messages feature has been quite limited so far—once enabled for a particular conversation or a group, all messages would be deleted automatically after seven days, but with no room for additional customization, or a default setting for all chats.

    Read more...

    ", - "content": "

    WhatsApp’s Disappearing Messages feature has been quite limited so far—once enabled for a particular conversation or a group, all messages would be deleted automatically after seven days, but with no room for additional customization, or a default setting for all chats.

    Read more...

    ", - "category": "whatsapp", - "link": "https://lifehacker.com/how-to-make-all-your-whatsapp-messages-disappear-automa-1848173060", - "creator": "Khamosh Pathak", - "pubDate": "Tue, 07 Dec 2021 18:00:00 GMT", + "title": "Ryan Kaji, the Boy King of YouTube", + "description": "Ten-year-old Ryan Kaji and his family have turned videos of him playing with toys into a multimillion-dollar empire. Why do so many other kids want to watch?", + "content": "Ten-year-old Ryan Kaji and his family have turned videos of him playing with toys into a multimillion-dollar empire. Why do so many other kids want to watch?", + "category": "Kaji, Ryan", + "link": "https://www.nytimes.com/2022/01/05/magazine/ryan-kaji-youtube.html", + "creator": "Jay Caspian Kang", + "pubDate": "Wed, 05 Jan 2022 14:28:05 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b624754bee1e9c944dff5bf92990837" + "hash": "87d3508fb5ea84443ad88be85ca5e826", + "highlights": [] }, { - "title": "What to Know About Plan B's Effectiveness If You're Stocking Up Right Now", - "description": "

    Stocking up on emergency contraception can be a good way of making sure you have some available when you need it—or that you can provide it to a friend if they’re in need. (Plan B is available over the- ounter in the U.S., so this is just as legal as doing the same thing with Tylenol.) But there’s something you should…

    Read more...

    ", - "content": "

    Stocking up on emergency contraception can be a good way of making sure you have some available when you need it—or that you can provide it to a friend if they’re in need. (Plan B is available over the- ounter in the U.S., so this is just as legal as doing the same thing with Tylenol.) But there’s something you should…

    Read more...

    ", - "category": "drug safety", - "link": "https://lifehacker.com/what-to-know-about-plan-bs-effectiveness-if-youre-stock-1848173402", - "creator": "Beth Skwarecki", - "pubDate": "Tue, 07 Dec 2021 17:30:00 GMT", + "title": "To Boldly Explore the Jewish Roots of ‘Star Trek’", + "description": "An exhibition at a Jewish cultural center has plenty of artifacts to delight Trekkies — but it also notes the Jewish origins of the Vulcan salute.", + "content": "An exhibition at a Jewish cultural center has plenty of artifacts to delight Trekkies — but it also notes the Jewish origins of the Vulcan salute.", + "category": "Jews and Judaism", + "link": "https://www.nytimes.com/2022/01/04/arts/design/star-trek-exhibition-skirball.html", + "creator": "Adam Nagourney", + "pubDate": "Tue, 04 Jan 2022 14:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ad0f1beac92537558c1346166d6d51c" + "hash": "47bfb87ef871bfb54540173ef3c630d9", + "highlights": [] }, { - "title": "8 of the Worst YouTube Annoyances, and How to Fix Them", - "description": "

    Although you might not immediately think of it as such, YouTube is probably the smartest, most personal source of entertainment that we have. Plus, it’s free. And just like a streaming service, it’s easy to lose a couple of hours in the YouTube app or the website.

    Read more...

    ", - "content": "

    Although you might not immediately think of it as such, YouTube is probably the smartest, most personal source of entertainment that we have. Plus, it’s free. And just like a streaming service, it’s easy to lose a couple of hours in the YouTube app or the website.

    Read more...

    ", - "category": "youtube", - "link": "https://lifehacker.com/8-of-the-worst-youtube-annoyances-and-how-to-fix-them-1848171368", - "creator": "Khamosh Pathak", - "pubDate": "Tue, 07 Dec 2021 17:00:00 GMT", + "title": "‘How Civil Wars Start,’ a Warning About the State of the Union", + "description": "In her new book, Barbara F. Walter makes the case that the United States is firmly within the “danger zone” for more political violence.", + "content": "In her new book, Barbara F. Walter makes the case that the United States is firmly within the “danger zone” for more political violence.", + "category": "How Civil Wars Start: And How to Stop Them (Book)", + "link": "https://www.nytimes.com/2022/01/03/books/review-how-civil-wars-start-barbara-walter.html", + "creator": "Jennifer Szalai", + "pubDate": "Mon, 03 Jan 2022 18:52:28 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "3427cb739fcb87061326cc25fff0038e" - }, - { - "title": "This Is How Much Online ‘Stalking’ You Should Do Before a Date", - "description": "

    Part of the reason that Hinge is my favorite dating app is the ability for people to really show some of their personality in their profile prompts. In addition to basic safety and vibe concerns, it’s useful to have a jumping off point for small talk about each other’s interests. Similarly, I’ve argued before why

    Read more...

    ", - "content": "

    Part of the reason that Hinge is my favorite dating app is the ability for people to really show some of their personality in their profile prompts. In addition to basic safety and vibe concerns, it’s useful to have a jumping off point for small talk about each other’s interests. Similarly, I’ve argued before why

    Read more...

    ", - "category": "you", - "link": "https://lifehacker.com/this-is-how-much-online-stalking-you-should-do-before-1848172339", - "creator": "Meredith Dietz", - "pubDate": "Tue, 07 Dec 2021 16:30:00 GMT", + "favorite": false, + "created": false, + "tags": [], + "hash": "8664bf4e9b0133175b9e592f4ddadef6", + "highlights": [] + }, + { + "title": "A Co-Worker Told a Sexist Joke. Should You Be Disciplined for Laughing?", + "description": "The magazine’s Ethicist columnist on how human resources should handle a reflex reaction to an inappropriate remark — and more.", + "content": "The magazine’s Ethicist columnist on how human resources should handle a reflex reaction to an inappropriate remark — and more.", + "category": "Ethics (Personal)", + "link": "https://www.nytimes.com/2022/01/04/magazine/workplace-sexist-joke-ethics.html", + "creator": "Kwame Anthony Appiah", + "pubDate": "Tue, 04 Jan 2022 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3a01d9eede64f5b019346c488480bf8" + "hash": "63c4d7eb5a4bce11e609f4dc78da773e", + "highlights": [] }, { - "title": "How to Avoid Getting Flagged By the TSA, According to the TS-Mother-F'ing-A", - "description": "

    Flying can be annoying, especially during the holidays, and it’s even worse if you’re flagged by the TSA. Even if you follow all of their many rules, you can still end up being flagged, which can be uncomfortable at best, and day-ruining at worst.

    Read more...

    ", - "content": "

    Flying can be annoying, especially during the holidays, and it’s even worse if you’re flagged by the TSA. Even if you follow all of their many rules, you can still end up being flagged, which can be uncomfortable at best, and day-ruining at worst.

    Read more...

    ", - "category": "baggage", - "link": "https://lifehacker.com/how-to-avoid-getting-flagged-by-the-tsa-according-to-t-1848171516", - "creator": "Rachel Fairbank", - "pubDate": "Tue, 07 Dec 2021 16:00:00 GMT", + "title": "Jimmy Carter: I Fear for Our Democracy", + "description": "Jimmy Carter in 1976.", + "content": "Jimmy Carter in 1976.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/05/opinion/jan-6-jimmy-carter.html", + "creator": "Jimmy Carter", + "pubDate": "Wed, 05 Jan 2022 20:18:41 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "058b3b9a3092ea75ee02b5754f5e01bd" + "hash": "f0da76f65efdfe9603281df4a009acaa", + "highlights": [] }, { - "title": "How to Use a Rubber Band to Loosen a Stubborn Screw, and Other Clever DIY Tricks", - "description": "

    Every craftsperson has their own unique way of doing things. Ask a question about a particular tool or method, and you’re likely to get as many different answers and suggestions as there are pros in the room. Some tricks are more useful than others, though—here are some of the best I know, from how to unstick a nut…

    Read more...

    ", - "content": "

    Every craftsperson has their own unique way of doing things. Ask a question about a particular tool or method, and you’re likely to get as many different answers and suggestions as there are pros in the room. Some tricks are more useful than others, though—here are some of the best I know, from how to unstick a nut…

    Read more...

    ", - "category": "woodworking", - "link": "https://lifehacker.com/how-to-use-a-rubber-band-to-loosen-a-stubborn-screw-an-1848170893", - "creator": "Becca Lewis", - "pubDate": "Tue, 07 Dec 2021 15:30:00 GMT", + "title": "The Impact of Jan. 6 Is Still Rippling Throughout the World", + "description": "The Jan. 6 attack on Congress marked a significant decline in American global power and influence.", + "content": "The Jan. 6 attack on Congress marked a significant decline in American global power and influence.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/05/opinion/jan-6-global-democracy.html", + "creator": "Francis Fukuyama", + "pubDate": "Wed, 05 Jan 2022 16:02:09 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "49f0b8b81a01804b1245072f4d60c65e" + "hash": "c5d37898b00f198882c0d6a8d1089894", + "highlights": [] }, { - "title": "13 of the Weirdest Christmas Traditions From Around the World", - "description": "

    It only seems normal to drag a dead tree into your house in order to get drunk in front of it because we do it every year. Same with all the holiday tales and traditions involving Santa, little baby Jesus, that Mariah Carey song, and everything else we associate with Dec. 25.

    How strange would all of this seem to an…

    Read more...

    ", - "content": "

    It only seems normal to drag a dead tree into your house in order to get drunk in front of it because we do it every year. Same with all the holiday tales and traditions involving Santa, little baby Jesus, that Mariah Carey song, and everything else we associate with Dec. 25.

    How strange would all of this seem to an…

    Read more...

    ", - "category": "traditions", - "link": "https://lifehacker.com/13-of-the-weirdest-christmas-traditions-from-around-the-1848168110", - "creator": "Stephen Johnson", - "pubDate": "Tue, 07 Dec 2021 15:00:00 GMT", + "title": "Jan. 6 and America's Threat From Within", + "description": "The United States needs a public health approach to effectively counter mainstream domestic extremism.", + "content": "The United States needs a public health approach to effectively counter mainstream domestic extremism.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/05/opinion/jan-6-domestic-extremism.html", + "creator": "Cynthia Miller-Idriss", + "pubDate": "Wed, 05 Jan 2022 18:36:10 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb815b3903d3bd3970926d49b2c6c19a" + "hash": "00203f65eb719664df8b0eeb485cd1b2", + "highlights": [] }, { - "title": "How to Get the Smell of Garlic Out of Your Wooden Cutting Board", - "description": "

    If you own wooden utensils or cutting boards, you’ve probably noticed they have a way of retaining certain pungent odors. As much as we love our wooden kitchen tools, they are also porous, so they easily absorb strong smells—and then transfer those smells to foods we’re preparing later (garlic watermelon, anyone?).

    Read more...

    ", - "content": "

    If you own wooden utensils or cutting boards, you’ve probably noticed they have a way of retaining certain pungent odors. As much as we love our wooden kitchen tools, they are also porous, so they easily absorb strong smells—and then transfer those smells to foods we’re preparing later (garlic watermelon, anyone?).

    Read more...

    ", - "category": "garlic", - "link": "https://lifehacker.com/how-to-get-the-smell-of-garlic-out-of-your-wooden-cutti-1848170888", - "creator": "Rachel Fairbank", - "pubDate": "Tue, 07 Dec 2021 14:30:00 GMT", + "title": "Try Canceling Joan Didion", + "description": "An appreciation of the great writer’s conservative origins.", + "content": "An appreciation of the great writer’s conservative origins.", + "category": "Writing and Writers", + "link": "https://www.nytimes.com/2022/01/05/opinion/joan-didion-conservative.html", + "creator": "Ross Douthat", + "pubDate": "Wed, 05 Jan 2022 13:54:20 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e5cb32e94adff53bc0c5ee6d3c3eb25b" + "hash": "21b0309154923c12d9cc959fd96a476a", + "highlights": [] }, { - "title": "You Should Stir Leftover Gravy Into Soups and Stews", - "description": "

    By now, all of your turkey gravy has been consumed, frozen, or tossed, but pouring gravy on roasts, potatoes, and roasted potatoes is an all-winter affair in my house. I make gravy before Thanksgiving, on Thanksgiving, and after Thanksgiving, which translates into a freezer full of gravy.

    Read more...

    ", - "content": "

    By now, all of your turkey gravy has been consumed, frozen, or tossed, but pouring gravy on roasts, potatoes, and roasted potatoes is an all-winter affair in my house. I make gravy before Thanksgiving, on Thanksgiving, and after Thanksgiving, which translates into a freezer full of gravy.

    Read more...

    ", - "category": "gravy", - "link": "https://lifehacker.com/you-should-stir-leftover-gravy-into-soups-and-stews-1848170201", - "creator": "Claire Lower", - "pubDate": "Tue, 07 Dec 2021 14:00:00 GMT", + "title": "Why Republicans Keep Falling for Trump’s Lies", + "description": "Authoritarians don’t just want to control the government, the economy and the military. They want to control the truth. ", + "content": "Authoritarians don’t just want to control the government, the economy and the military. They want to control the truth. ", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/05/opinion/republicans-trump-lies.html", + "creator": "Rebecca Solnit", + "pubDate": "Wed, 05 Jan 2022 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "889617fa749d5bc12b9dd2974bc2b643" + "hash": "93cc42d782d94fca8cdcbcc319a22b28", + "highlights": [] }, { - "title": "Why You Should Be Wary When Sending Your Pixel or iPhone in for Repairs", - "description": "

    None of us would willingly hand our phones over to someone if we thought they were going to steal and leak our personal data—but recent reports indicate some Apple and Google repair staff are doing just that.

    Read more...

    ", - "content": "

    None of us would willingly hand our phones over to someone if we thought they were going to steal and leak our personal data—but recent reports indicate some Apple and Google repair staff are doing just that.

    Read more...

    ", - "category": "pixel", - "link": "https://lifehacker.com/why-you-should-be-wary-when-sending-your-pixel-or-iphon-1848168903", - "creator": "Brendan Hesse", - "pubDate": "Mon, 06 Dec 2021 22:00:00 GMT", + "title": "How to Stop Trump and Prevent Another Jan. 6", + "description": "Drop talk of dismantling the police and taking steps to dismantle the Constitution.", + "content": "Drop talk of dismantling the police and taking steps to dismantle the Constitution.", + "category": "James Webb Space Telescope", + "link": "https://www.nytimes.com/2022/01/04/opinion/trump-jan-6-democracy.html", + "creator": "Thomas L. Friedman", + "pubDate": "Wed, 05 Jan 2022 00:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e16bcc1fc42bb9d77e1f1ffb550badb" + "hash": "55f7386067d3c758178f2f4ac0ca8d8d", + "highlights": [] }, { - "title": "What You Should Know About the New COVID Travel Rules That Start Today", - "description": "

    If you’re planning an international trip (or if you’re on one right now), it’s time to brush up on the COVID-related regulations, because testing requirements changed, and they take effect today. Also, remember how the Biden administration decided in early November that country-based travel bans are a bad idea?…

    Read more...

    ", - "content": "

    If you’re planning an international trip (or if you’re on one right now), it’s time to brush up on the COVID-related regulations, because testing requirements changed, and they take effect today. Also, remember how the Biden administration decided in early November that country-based travel bans are a bad idea?…

    Read more...

    ", - "category": "sars cov 2 omicron variant", - "link": "https://lifehacker.com/what-you-should-know-about-the-new-covid-travel-rules-t-1848166165", - "creator": "Beth Skwarecki", - "pubDate": "Mon, 06 Dec 2021 21:00:00 GMT", + "title": "The C.D.C. Is Hoping You’ll Figure Covid Out on Your Own", + "description": "The government’s haphazard and disorganized response to Omicron doesn’t bode well.", + "content": "The government’s haphazard and disorganized response to Omicron doesn’t bode well.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2022/01/05/opinion/omicron-covid-testing-cdc.html", + "creator": "Zeynep Tufekci", + "pubDate": "Wed, 05 Jan 2022 14:54:19 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df16b9a88b8f5f2358c5c0837f7b7b5c" + "hash": "c50088c3e3101ed32cf60c611830c011", + "highlights": [] }, { - "title": "Make Poultry Cracklins in Your Air Fryer", - "description": "

    Devouring salty, crackling poultry skin is one of my favorite things about eating birds but, once cooled, it can go from transcendentally crisp to upsettingly gummy in a matter of minutes. Depending on the size of your bird, trying to eat all the skin before it cools can come off as a little creepy, but you don’t have…

    Read more...

    ", - "content": "

    Devouring salty, crackling poultry skin is one of my favorite things about eating birds but, once cooled, it can go from transcendentally crisp to upsettingly gummy in a matter of minutes. Depending on the size of your bird, trying to eat all the skin before it cools can come off as a little creepy, but you don’t have…

    Read more...

    ", - "category": "chicken as food", - "link": "https://lifehacker.com/make-poultry-cracklins-in-your-air-fryer-1848168231", - "creator": "Claire Lower", - "pubDate": "Mon, 06 Dec 2021 20:30:00 GMT", + "title": "The Law of Unintended Political Consequences Strikes Again", + "description": "Progressive philanthropists who fund groups that promote extreme views are “exacerbating intraparty conflict and stoking interparty backlash.” ", + "content": "Progressive philanthropists who fund groups that promote extreme views are “exacerbating intraparty conflict and stoking interparty backlash.” ", + "category": "Police Reform", + "link": "https://www.nytimes.com/2022/01/05/opinion/progressive-philanthropy-critics.html", + "creator": "Thomas B. Edsall", + "pubDate": "Wed, 05 Jan 2022 14:59:29 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "28a0f7faa49fb32e45907d2816db664d" + "hash": "a8253344342a2066181dc32043a13881", + "highlights": [] }, { - "title": "Let's Bring Back the Fruit Stocking Stuffer", - "description": "

    I read a lot of historical fiction as a child—most of it in the American Girl Doll series. I don’t know how they do it now, but back in my day each doll had six matching books (each sold separately!), and all of the books had nearly identical titles—the only part of the title that would change from doll to doll was…

    Read more...

    ", - "content": "

    I read a lot of historical fiction as a child—most of it in the American Girl Doll series. I don’t know how they do it now, but back in my day each doll had six matching books (each sold separately!), and all of the books had nearly identical titles—the only part of the title that would change from doll to doll was…

    Read more...

    ", - "category": "trees", - "link": "https://lifehacker.com/lets-bring-back-the-fruit-stocking-stuffer-1848167306", - "creator": "Claire Lower", - "pubDate": "Mon, 06 Dec 2021 20:00:00 GMT", + "title": "Will Inflation Push Us From Pandemic to Recession?", + "description": "Inflation unchecked can become a father to extremism.", + "content": "Inflation unchecked can become a father to extremism.", + "category": "Federal Reserve System", + "link": "https://www.nytimes.com/2022/01/04/opinion/inflation-federal-reserve.html", + "creator": "Bret Stephens", + "pubDate": "Wed, 05 Jan 2022 00:33:53 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3bb7301b4278ed350068124c9a66518e" + "hash": "fe10c4edf9bf6082f21fc7d9ff10cc27", + "highlights": [] }, { - "title": "Is Your Child Too Popular for Their Own Good?", - "description": "

    It’s impossible for thoughtful parents to not to worry about their child’s popularity. You can’t remember your own Lords-of-the Flies-with-hairspray high school social experience and not wonder whether you’ve prepared your child to navigate the fraught social landscape of not-quite-adulthood.

    Read more...

    ", - "content": "

    It’s impossible for thoughtful parents to not to worry about their child’s popularity. You can’t remember your own Lords-of-the Flies-with-hairspray high school social experience and not wonder whether you’ve prepared your child to navigate the fraught social landscape of not-quite-adulthood.

    Read more...

    ", - "category": "popular", - "link": "https://lifehacker.com/is-your-child-too-popular-for-their-own-good-1848149805", - "creator": "Stephen Johnson", - "pubDate": "Mon, 06 Dec 2021 19:30:00 GMT", + "title": "American Democracy: A Status Check", + "description": "A year after the Jan. 6 insurrection, what have we learned?", + "content": "A year after the Jan. 6 insurrection, what have we learned?", + "category": "audio-neutral-informative", + "link": "https://www.nytimes.com/2022/01/05/opinion/american-democracy-a-status-check.html", + "creator": "‘The Argument’", + "pubDate": "Wed, 05 Jan 2022 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d9af2ecac56b02f4bda0f096e1064fd" + "hash": "9db6ae41c0afa33325c3e9912b18db87", + "highlights": [] }, { - "title": "The Best Way to Ask for a Cost-of-Living Raise", - "description": "

    The end of the calendar year is a time for tactfully exiting holiday parties and hazarding guesses at what to get your coworker for Secret Santa, but more importantly, for many workplaces, it’s also the time when performance reviews happen, budgets are made, and salaries are negotiated.

    Read more...

    ", - "content": "

    The end of the calendar year is a time for tactfully exiting holiday parties and hazarding guesses at what to get your coworker for Secret Santa, but more importantly, for many workplaces, it’s also the time when performance reviews happen, budgets are made, and salaries are negotiated.

    Read more...

    ", - "category": "physical cosmology", - "link": "https://lifehacker.com/the-best-way-to-ask-for-a-cost-of-living-raise-1848167183", - "creator": "Meredith Dietz", - "pubDate": "Mon, 06 Dec 2021 19:00:00 GMT", + "title": "Relaxing Is a Skill. Here’s How to Do It.", + "description": "Letting the tension flow out of your muscles can improve your physical and mental well-being.", + "content": "Letting the tension flow out of your muscles can improve your physical and mental well-being.", + "category": "Muscles", + "link": "https://www.nytimes.com/2022/01/05/opinion/relaxing-muscles-skills.html", + "creator": "Farhad Manjoo", + "pubDate": "Wed, 05 Jan 2022 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "801c77da930efda05fcf30f4cbcab6af" + "hash": "5cb6b0052afcaefbb36aaf44cfdd95d2", + "highlights": [] }, { - "title": "How to Get Through Bedtime When You’re Solo-Parenting", - "description": "

    If you’re a parent of small children, you probably face the nightly bedtime routine with some amount of dread. There are so many to-do’s, moving, slippery parts, hyper children, and hygiene perils (see: bathwater, drinking) to deal with—plus an unparalleled appetite for chaos and stalling that seem to hit as soon as…

    Read more...

    ", - "content": "

    If you’re a parent of small children, you probably face the nightly bedtime routine with some amount of dread. There are so many to-do’s, moving, slippery parts, hyper children, and hygiene perils (see: bathwater, drinking) to deal with—plus an unparalleled appetite for chaos and stalling that seem to hit as soon as…

    Read more...

    ", - "category": "lifestyles", - "link": "https://lifehacker.com/how-to-get-through-bedtime-when-you-re-solo-parenting-1848166666", - "creator": "Sarah Showfety", - "pubDate": "Mon, 06 Dec 2021 18:30:00 GMT", + "title": "A Year After Jan. 6: ‘Democracy Is at Risk’", + "description": "At least seven people died in connection with the Capitol attack and hundreds of workers in the Capitol were shaken and traumatized, further fracturing an increasingly partisan Congress.", + "content": "At least seven people died in connection with the Capitol attack and hundreds of workers in the Capitol were shaken and traumatized, further fracturing an increasingly partisan Congress.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/05/opinion/letters/jan-6-capitol-hill-riot.html", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 14:31:32 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0f19726e2ec19fab2b2ec7829ff3b19" + "hash": "e8298bc37fee84b93cbde59af5a9121f", + "highlights": [] }, { - "title": "How to Stop Your Phone From Calling 911 by Accident", - "description": "

    When there’s an emergency, you want quick, reliable access to help. What you don’t want is for that access to be so quick and so reliable you end up calling 911 by complete accident. Unfortunately, that is the state of emergency services on iPhone and Android, and if you’re reading this, you might be well aware of how…

    Read more...

    ", - "content": "

    When there’s an emergency, you want quick, reliable access to help. What you don’t want is for that access to be so quick and so reliable you end up calling 911 by complete accident. Unfortunately, that is the state of emergency services on iPhone and Android, and if you’re reading this, you might be well aware of how…

    Read more...

    ", - "category": "disaster accident", - "link": "https://lifehacker.com/how-to-stop-your-phone-from-calling-911-by-accident-1848166179", - "creator": "Jake Peterson", - "pubDate": "Mon, 06 Dec 2021 17:30:00 GMT", + "title": "Trump Isn’t the Only One to Blame for the Capitol Riot", + "description": "Our institutions, from the Electoral College to the media, have convinced conservatives that they are denizens of the real America. ", + "content": "Our institutions, from the Electoral College to the media, have convinced conservatives that they are denizens of the real America. ", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/04/opinion/capitol-riot.html", + "creator": "Osita Nwanevu", + "pubDate": "Tue, 04 Jan 2022 18:46:46 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "393db2380bc3c8f248b1e2ccb028fbf9" + "hash": "ce96383319cfd5593f337aa6f0d40d25", + "highlights": [] }, { - "title": "7 of the Best Password Managers to Choose From Before Lockwise Shuts Down", - "description": "

    Firefox is shutting down its Lockwise password manager service. The passwords you save in the Firefox app on desktop and mobile will still be available, and they’ll still be synced across all your devices; Mozilla is effectively rolling Lockwise’s features into Firefox and removing the iOS and Android app from the…

    Read more...

    ", - "content": "

    Firefox is shutting down its Lockwise password manager service. The passwords you save in the Firefox app on desktop and mobile will still be available, and they’ll still be synced across all your devices; Mozilla is effectively rolling Lockwise’s features into Firefox and removing the iOS and Android app from the…

    Read more...

    ", - "category": "software", - "link": "https://lifehacker.com/7-of-the-best-password-managers-to-choose-from-before-l-1848165088", - "creator": "Khamosh Pathak", - "pubDate": "Mon, 06 Dec 2021 16:30:00 GMT", + "title": "A Very American Question About Elizabeth Holmes and the Price of Success", + "description": "What the Theranos trial says about the blurred lines between visionaries and frauds.", + "content": "What the Theranos trial says about the blurred lines between visionaries and frauds.", + "category": "Frauds and Swindling", + "link": "https://www.nytimes.com/2022/01/04/opinion/theranos-verdict.html", + "creator": "Bethany McLean", + "pubDate": "Tue, 04 Jan 2022 23:07:47 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "127ac8504577f97de160d6b9ad985c14" + "hash": "69928a13027a5b27be58202e54910a98", + "highlights": [] }, { - "title": "How to Unlock Halo Infinite's Hidden Multiplayer Modes Before Microsoft Takes Them Down", - "description": "

    Before Halo Infinite’s story mode goes public, Microsoft is inviting users into the multiplayer mode in the open beta, which has been running on Steam since Nov. 15. Halo Infinite starts you off with 17 multiplayer modes by default, but if you launch the game with Steam set in offline mode, you end up with 14 more…

    Read more...

    ", - "content": "

    Before Halo Infinite’s story mode goes public, Microsoft is inviting users into the multiplayer mode in the open beta, which has been running on Steam since Nov. 15. Halo Infinite starts you off with 17 multiplayer modes by default, but if you launch the game with Steam set in offline mode, you end up with 14 more…

    Read more...

    ", - "category": "microsoft", - "link": "https://lifehacker.com/how-to-unlock-halo-infinites-hidden-multiplayer-modes-b-1848165514", - "creator": "Khamosh Pathak", - "pubDate": "Mon, 06 Dec 2021 16:00:00 GMT", + "title": "Expecting or Planning? There’s Nothing Magic About Age 35.", + "description": "Prenatal and postpartum care is organized around an outdated definition of “advanced maternal age.”", + "content": "Prenatal and postpartum care is organized around an outdated definition of “advanced maternal age.”", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/05/opinion/prenatal-postpartum.html", + "creator": "Jessica Grose", + "pubDate": "Wed, 05 Jan 2022 15:45:45 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2b5d08873f2c08289779703d8ba62cb" + "hash": "ed7ef8da4f36b1febb2d8d878311e716", + "highlights": [] }, { - "title": "How to Make the Perfect DIY Gift-Wrapping Station", - "description": "

    Wrapping holiday gifts can be fun—but if your gift-wrapping station is disorganized (and the wrapping paper is forever rolling off the table and unraveling), it can also be tedious. That’s why taking the extra time to set up the perfect, functional gift-wrapping station is worth the effort. Here are a few tips to set…

    Read more...

    ", - "content": "

    Wrapping holiday gifts can be fun—but if your gift-wrapping station is disorganized (and the wrapping paper is forever rolling off the table and unraveling), it can also be tedious. That’s why taking the extra time to set up the perfect, functional gift-wrapping station is worth the effort. Here are a few tips to set…

    Read more...

    ", - "category": "wrapping", - "link": "https://lifehacker.com/how-to-make-the-perfect-diy-gift-wrapping-station-1848164443", - "creator": "Becca Lewis", - "pubDate": "Mon, 06 Dec 2021 15:30:00 GMT", + "title": "Wordle Is a Love Story", + "description": "The word game has gone from dozens of players to hundreds of thousands in a few months. It was created by a software engineer in Brooklyn for his partner.", + "content": "The word game has gone from dozens of players to hundreds of thousands in a few months. It was created by a software engineer in Brooklyn for his partner.", + "category": "Computer and Video Games", + "link": "https://www.nytimes.com/2022/01/03/technology/wordle-word-game-creator.html", + "creator": "Daniel Victor", + "pubDate": "Tue, 04 Jan 2022 10:32:38 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b6104dee4b3a28362f5222998fc40d6" + "hash": "f83a6cf1f2d34688e463cfd5aab9640a", + "highlights": [] }, { - "title": "Understanding the 'Goodness-of-Fit' Theory Can Help You Be a Better Parent", - "description": "

    It’s a cliché to say very child is different, but it’s unquestionably true that different kids need different types or support and will thrive in different environments. A child with a laidback temperament might thrive in a traditional classroom setting, while one who is full of energy might be disruptive, and one…

    Read more...

    ", - "content": "

    It’s a cliché to say very child is different, but it’s unquestionably true that different kids need different types or support and will thrive in different environments. A child with a laidback temperament might thrive in a traditional classroom setting, while one who is full of energy might be disruptive, and one…

    Read more...

    ", - "category": "personality", - "link": "https://lifehacker.com/understanding-the-goodness-of-fit-theory-can-help-you-b-1848157537", - "creator": "Rachel Fairbank", - "pubDate": "Mon, 06 Dec 2021 15:00:00 GMT", + "title": "Stranded Drivers Are Freed After 24-Hour Snowy Ordeal on I-95 in Virginia", + "description": "Drivers were stuck on Interstate 95 near Fredericksburg, Va., on Monday after a snowstorm.", + "content": "Drivers were stuck on Interstate 95 near Fredericksburg, Va., on Monday after a snowstorm.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2022/01/04/us/i-95-closed-snowstorm-winter.html", + "creator": "Amanda Holpuch, Derrick Bryson Taylor and Neil Vigdor", + "pubDate": "Wed, 05 Jan 2022 10:32:10 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50db9a8c0d642d8dc9566ee22d459390" + "hash": "043664a18b08de9e7d52d5016498cb8d", + "highlights": [] }, { - "title": "Start a ‘Tech-Free’ Hobby, and Other Ways to Beat Technology Fatigue", - "description": "

    You may have noticed that we are all surrounded by tech. We use it for work, for entertainment, and to keep in touch with our friends and family. It can feel, from the moment you wake up to the moment you go to bed, that you are tethered to your many gadgets. If you’re feeling overwhelmed by the constant use of…

    Read more...

    ", - "content": "

    You may have noticed that we are all surrounded by tech. We use it for work, for entertainment, and to keep in touch with our friends and family. It can feel, from the moment you wake up to the moment you go to bed, that you are tethered to your many gadgets. If you’re feeling overwhelmed by the constant use of…

    Read more...

    ", - "category": "fatigue", - "link": "https://lifehacker.com/start-a-tech-free-hobby-and-other-ways-to-beat-techn-1848133853", - "creator": "Shannon Flynn", - "pubDate": "Mon, 06 Dec 2021 14:30:00 GMT", + "title": "Job Openings Report Shows Record Number of Workers Quit in November", + "description": "Businesses in Rehoboth Beach, Del., advertised for workers last month.", + "content": "Businesses in Rehoboth Beach, Del., advertised for workers last month.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2022/01/04/business/economy/job-openings-coronavirus.html", + "creator": "Ben Casselman", + "pubDate": "Tue, 04 Jan 2022 18:20:38 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac49c0a9bccb4f47b9d8acacd1d67266" + "hash": "c18407150df9fe5ba9ce0bd7758525a6", + "highlights": [] }, { - "title": "15 Discontinued Fast-Food Items That Must Return, According to Lifehacker Readers", - "description": "

    Last week I asked which discontinued fast-food items you wish would return with all your heart. To paint a picture of loss, I of course used Taco Bell’s discontinuation of the Mexican Pizza as an example; despite less-than-overwhelming support for the Mexican Pizza in the comments, the item will be featured in this…

    Read more...

    ", - "content": "

    Last week I asked which discontinued fast-food items you wish would return with all your heart. To paint a picture of loss, I of course used Taco Bell’s discontinuation of the Mexican Pizza as an example; despite less-than-overwhelming support for the Mexican Pizza in the comments, the item will be featured in this…

    Read more...

    ", - "category": "blazer", - "link": "https://lifehacker.com/15-discontinued-fast-food-items-that-must-return-accor-1848157164", - "creator": "Meredith Dietz", - "pubDate": "Mon, 06 Dec 2021 14:00:00 GMT", + "title": "Why Silicon Valley Can’t Escape Elizabeth Holmes", + "description": "Elizabeth Holmes on Monday outside federal court in San Jose, Calif., where the judge let her lawyers use the tech industry’s culture as part of her defense.", + "content": "Elizabeth Holmes on Monday outside federal court in San Jose, Calif., where the judge let her lawyers use the tech industry’s culture as part of her defense.", + "category": "Computers and the Internet", + "link": "https://www.nytimes.com/2022/01/04/technology/elizabeth-holmes-verdict.html", + "creator": "Erin Griffith", + "pubDate": "Tue, 04 Jan 2022 10:57:22 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9bef6229e234d822c4a51188b9aa602" + "hash": "45ea6d75a0c2a3b95b6718ea03f202e5", + "highlights": [] }, { - "title": "How to Tell the Difference Between a Thanksgiving Cactus and a Christmas Cactus, and Why It Matters", - "description": "

    Despite their festive name, Christmas cacti are great year-round houseplants, and don’t look out of place in the middle of July. They also live so long that they can be passed down between generations if they receive the proper care.

    Read more...

    ", - "content": "

    Despite their festive name, Christmas cacti are great year-round houseplants, and don’t look out of place in the middle of July. They also live so long that they can be passed down between generations if they receive the proper care.

    Read more...

    ", - "category": "plants", - "link": "https://lifehacker.com/how-to-tell-the-difference-between-a-thanksgiving-cactu-1848161107", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 05 Dec 2021 18:00:00 GMT", + "title": "Colorado Wildfire Inquiry Focuses on Christian Sect, Twelve Tribes", + "description": "The Marshall fire destroyed homes in suburban neighborhoods between Denver and Boulder.", + "content": "The Marshall fire destroyed homes in suburban neighborhoods between Denver and Boulder.", + "category": "Wildfires", + "link": "https://www.nytimes.com/2022/01/03/us/twelve-tribes-12-colorado-fire.html", + "creator": "Simon Romero and Giulia Heyward", + "pubDate": "Tue, 04 Jan 2022 18:31:03 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9fde1610a6937f3486f877af6e8f6d55" + "hash": "25d23b7426ba7634d3b9a9ab111167d8", + "highlights": [] }, { - "title": "Don't Overlook These Relationship Green Flags", - "description": "

    When it comes to romantic relationships—whether they are firmly established, or still in their early stages—we are (rightfully) conditioned to pay attention to and make note of any warning signs about a person, commonly referred to as “red flags.”

    Read more...

    ", - "content": "

    When it comes to romantic relationships—whether they are firmly established, or still in their early stages—we are (rightfully) conditioned to pay attention to and make note of any warning signs about a person, commonly referred to as “red flags.”

    Read more...

    ", - "category": "personal life", - "link": "https://lifehacker.com/dont-overlook-these-relationship-green-flags-1848161100", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 05 Dec 2021 16:00:00 GMT", + "title": "The Data Shows Omicron is Milder. How Should That Affect Your Behavior?", + "description": "Treating covid patients at a hospital in Worcester, Mass., yesterday.", + "content": "Treating covid patients at a hospital in Worcester, Mass., yesterday.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/05/briefing/omicron-risk-milder-pandemic.html", + "creator": "David Leonhardt", + "pubDate": "Wed, 05 Jan 2022 12:34:23 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "333a3915e36b0c96df9e862ae12f09ec" + "hash": "28271917502115f2bd5a10430644d0f9", + "highlights": [] }, { - "title": "Why You Should Use a Quarter to Test Tire Tread Instead of a Penny", - "description": "

    As you were learning how to drive, you may have also learned a few car maintenance basics, like how to refill your windshield wiper fluid or check your oil levels. Another common tip was to use a penny to check the tread on your tires.

    Read more...

    ", - "content": "

    As you were learning how to drive, you may have also learned a few car maintenance basics, like how to refill your windshield wiper fluid or check your oil levels. Another common tip was to use a penny to check the tread on your tires.

    Read more...

    ", - "category": "tire", - "link": "https://lifehacker.com/why-you-should-use-a-quarter-to-test-tire-tread-instead-1848161093", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 05 Dec 2021 14:00:00 GMT", + "title": "Jan. 6, Part 1: ‘The Herd Mentality’", + "description": "Inside an F.B.I. interview with one of the Capitol rioters.", + "content": "Inside an F.B.I. interview with one of the Capitol rioters.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/05/podcasts/the-daily/january-6-capitol-riots-anniversary.html", + "creator": "Michael Barbaro, Asthaa Chaturvedi, Austin Mitchell, Chelsea Daniel, Lisa Tobin, Mike Benoist, Marion Lozano, Dan Powell and Corey Schreppel", + "pubDate": "Wed, 05 Jan 2022 11:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c6ecb4918490c77a275fc415b78d470" + "hash": "57b141d3015114071973b19d83400bee", + "highlights": [] }, { - "title": "Don't Ignore These Less-Obvious Signs of Verbal Abuse", - "description": "

    Sometimes it’s very clear when someone speaking to you is being verbally abusive; you feel cut-down, belittled, and/or manipulated. But other times, it can be harder to tell if the words directed at you are some type of criticism or unwelcome feedback, or actual verbal abuse.

    Read more...

    ", - "content": "

    Sometimes it’s very clear when someone speaking to you is being verbally abusive; you feel cut-down, belittled, and/or manipulated. But other times, it can be harder to tell if the words directed at you are some type of criticism or unwelcome feedback, or actual verbal abuse.

    Read more...

    ", - "category": "verbal abuse", - "link": "https://lifehacker.com/dont-ignore-these-less-obvious-signs-of-verbal-abuse-1848156652", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 04 Dec 2021 18:00:00 GMT", + "title": "Talking About the Best Books of 2021", + "description": "On a special episode of the podcast, taped live, editors from The New York Times Book Review discuss this year’s outstanding fiction and nonfiction.", + "content": "On a special episode of the podcast, taped live, editors from The New York Times Book Review discuss this year’s outstanding fiction and nonfiction.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/03/books/review/podcast-best-books-2021.html", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 21:05:02 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "187b13226185f655844af49aade517e6" + "hash": "cd993824fbd184ec0ab2388084c50006", + "highlights": [] }, { - "title": "How to Figure Out if Wood Has Been Pressure-Treated, and Why It Matters", - "description": "

    Those who have spent some time working with wood know that the building material comes in different types, and they’re not all equally suited for every project. Other than the features that depend on the type of tree the wood came from (i.e. maple, oak, birch, etc.), how wood is used also comes down to whether or not…

    Read more...

    ", - "content": "

    Those who have spent some time working with wood know that the building material comes in different types, and they’re not all equally suited for every project. Other than the features that depend on the type of tree the wood came from (i.e. maple, oak, birch, etc.), how wood is used also comes down to whether or not…

    Read more...

    ", - "category": "wood", - "link": "https://lifehacker.com/how-to-figure-out-if-wood-has-been-pressure-treated-an-1848156635", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 04 Dec 2021 16:00:00 GMT", + "title": "Why More American Children Are Dying by Gunfire", + "description": "A memorial along Westbury Road in Riverdale, Ga., near the place Elyjah Munson, 11, was shot and killed while walking home from school.", + "content": "A memorial along Westbury Road in Riverdale, Ga., near the place Elyjah Munson, 11, was shot and killed while walking home from school.", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2022/01/05/us/american-children-gun-deaths.html", + "creator": "Jack Healy", + "pubDate": "Wed, 05 Jan 2022 16:31:22 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a7bf0a461d6a6ffa548711db1f6ef7b" + "hash": "e42a2ef5bc8c99b72288ebaedd5686a0", + "highlights": [] }, { - "title": "Snag $1,000 for Looking Like Your Pet", - "description": "

    There’s an old saying that eventually, people and their pets will start to look like each other. (Or is that spouses? Either way, it’s something/one you live and go on walks with.) But once that happens, what comes next? You can either ignore it and move on with your life, or really lean into it, and take (and…

    Read more...

    ", - "content": "

    There’s an old saying that eventually, people and their pets will start to look like each other. (Or is that spouses? Either way, it’s something/one you live and go on walks with.) But once that happens, what comes next? You can either ignore it and move on with your life, or really lean into it, and take (and…

    Read more...

    ", - "category": "shane co", - "link": "https://lifehacker.com/snag-1-000-for-looking-like-your-pet-1848156578", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 04 Dec 2021 14:00:00 GMT", + "title": "Can Eric Adams Rebuild, and Rein In, the N.Y.P.D. Anti-Crime Unit?", + "description": "Mayor Eric Adams, center, and the police commissioner, Keechant Sewell, left, have said that they will rebrand the team as an “anti-gun unit” that wears body cameras and targets illegal firearms and gang activity.", + "content": "Mayor Eric Adams, center, and the police commissioner, Keechant Sewell, left, have said that they will rebrand the team as an “anti-gun unit” that wears body cameras and targets illegal firearms and gang activity.", + "category": "Adams, Eric L", + "link": "https://www.nytimes.com/2022/01/05/nyregion/eric-adams-nypd-anti-crime-unit.html", + "creator": "Troy Closson", + "pubDate": "Wed, 05 Jan 2022 17:09:37 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6edf34280c793a5df399e284dfacd34" + "hash": "fb79cac34feb59c97af76542b7b0c492", + "highlights": [] }, { - "title": "What You Need to Know About the Omicron Variant", - "description": "

    Omicron is the latest variant of the virus that causes COVID-19. Like Delta, it’s been designated by the World Health Organization as a “Variant of Concern” (more severe than a “Variant of Interest”). Also like Delta, it’s moving fast. Cases spiked in South Africa recently, and cases of infection with the variant have…

    Read more...

    ", - "content": "

    Omicron is the latest variant of the virus that causes COVID-19. Like Delta, it’s been designated by the World Health Organization as a “Variant of Concern” (more severe than a “Variant of Interest”). Also like Delta, it’s moving fast. Cases spiked in South Africa recently, and cases of infection with the variant have…

    Read more...

    ", - "category": "omicron", - "link": "https://lifehacker.com/what-you-need-to-know-about-the-omicron-variant-1848158084", - "creator": "Beth Skwarecki", - "pubDate": "Fri, 03 Dec 2021 20:00:00 GMT", + "title": "German Start-Ups Lay the Groundwork for a Marijuana Bonanza", + "description": "Stephan Knauer, a chemist at Sanity Group, a marijuana start-up that has built a testing and processing facility near Frankfurt in anticipation of legalization.", + "content": "Stephan Knauer, a chemist at Sanity Group, a marijuana start-up that has built a testing and processing facility near Frankfurt in anticipation of legalization.", + "category": "Marijuana", + "link": "https://www.nytimes.com/2022/01/05/world/europe/germany-legalize-recreational-marijuana.html", + "creator": "Christopher F. Schuetze", + "pubDate": "Wed, 05 Jan 2022 15:20:55 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2bef46d8d91a6ec737e8b400d77e006a" + "hash": "6797f66cd7dd94bca5cfb0ac7a772f6d", + "highlights": [] }, { - "title": "How to Lock Up Your Photos and Videos in Google Photos", - "description": "

    For one reason or another, we all have photos and videos that we don’t want just anyone looking at, and we’ve all experienced that small jolt of panic when showing someone one picture, and they start scrolling to their heart’s content. If you use Google Photos, you no longer need to worry, as you can move your…

    Read more...

    ", - "content": "

    For one reason or another, we all have photos and videos that we don’t want just anyone looking at, and we’ve all experienced that small jolt of panic when showing someone one picture, and they start scrolling to their heart’s content. If you use Google Photos, you no longer need to worry, as you can move your…

    Read more...

    ", - "category": "google", - "link": "https://lifehacker.com/how-to-lock-up-your-photos-and-videos-in-google-photos-1848157338", - "creator": "Jake Peterson", - "pubDate": "Fri, 03 Dec 2021 19:30:00 GMT", + "title": "2022 Beijing Winter Olympics: Answers to Some Big Questions", + "description": "A lantern holding the Olympic flame on display in Beijing in December.", + "content": "A lantern holding the Olympic flame on display in Beijing in December.", + "category": "Olympic Games (2022)", + "link": "https://www.nytimes.com/article/olympics-beijing-faq.html", + "creator": "Andrew Keh", + "pubDate": "Wed, 05 Jan 2022 18:47:26 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "852d8fec6f2ddf642763849ebb4efe96" + "hash": "9c556e6fe2c2861cc19fb809f0861dc9", + "highlights": [] }, { - "title": "Sous Vide an 'Always Sunny' Rum Ham That Would Make Frank Reynolds Proud", - "description": "

    It took me way longer than it should have to watch It’s Always Sunny In Philadelphia. It’s almost like I was saving it for when I needed it most, which happened to be during a global pandemic (and a couple of months before the Season 15 premier). I adore it, and everyone involved with making it. The entire cast is…

    Read more...

    ", - "content": "

    It took me way longer than it should have to watch It’s Always Sunny In Philadelphia. It’s almost like I was saving it for when I needed it most, which happened to be during a global pandemic (and a couple of months before the Season 15 premier). I adore it, and everyone involved with making it. The entire cast is…

    Read more...

    ", - "category": "rum", - "link": "https://lifehacker.com/sous-vide-an-always-sunny-rum-ham-that-would-make-frank-1848157451", - "creator": "Claire Lower", - "pubDate": "Fri, 03 Dec 2021 19:00:00 GMT", + "title": "Ghislane Maxwell Prosecutors Seek Inquiry Into Juror's Selection", + "description": "One of the jurors who voted to convict Ghislaine Maxwell has said in interviews that he was a victim of sex abuse.", + "content": "One of the jurors who voted to convict Ghislaine Maxwell has said in interviews that he was a victim of sex abuse.", + "category": "Child Abuse and Neglect", + "link": "https://www.nytimes.com/2022/01/05/nyregion/maxwell-trial-jury-inquiry.html", + "creator": "Rebecca Davis O’Brien and Benjamin Weiser", + "pubDate": "Wed, 05 Jan 2022 20:46:13 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0f8523355af5dd1ed191f33a5cd3f3a" + "hash": "b68f1345820d3688fd8cf8f09fa3b319", + "highlights": [] }, { - "title": "30 of the Best Movies of 2021 You Can Watch at Home Right Now", - "description": "

    It has been a good year for movies. Not a great year for movie theaters, though.

    In 2019, the last year in which box office returns were unaffected by the pandemic, U.S. theaters banked $11.4 billion in ticket sales. Last year, that lofty total dropped to $2.2 billion (for context, Avengers: Endgame alone made more…

    Read more...

    ", - "content": "

    It has been a good year for movies. Not a great year for movie theaters, though.

    In 2019, the last year in which box office returns were unaffected by the pandemic, U.S. theaters banked $11.4 billion in ticket sales. Last year, that lofty total dropped to $2.2 billion (for context, Avengers: Endgame alone made more…

    Read more...

    ", - "category": "beanie feldstein", - "link": "https://lifehacker.com/30-of-the-best-movies-of-2021-you-can-watch-at-home-rig-1848154310", - "creator": "Joel Cunningham", - "pubDate": "Fri, 03 Dec 2021 18:00:00 GMT", + "title": "Business Updates: Fed Officials Discussed Raising Rates Sooner in 2022", + "description": "Japan’s electronics giant introduced a new version of a prototype S.U.V. that runs on batteries.", + "content": "Japan’s electronics giant introduced a new version of a prototype S.U.V. that runs on batteries.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/05/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Wed, 05 Jan 2022 20:03:52 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14fea2431e4806b274f2049734ef888e" + "hash": "347929b072bd3353dd5b7f6cb2950343", + "highlights": [] }, { - "title": "How to Keep Little Kids From Destroying Your Christmas Tree", - "description": "

    You’ve made the annual pilgrimage to the Christmas tree farm, selected the fullest Fraser fir, (or erected that surprisingly lifelike pre-lit Aspen artificial from Costco), placed each ornament on the perfect branch and carefully lifted your little one to the tree’s apex for the privilege of putting the star on top.…

    Read more...

    ", - "content": "

    You’ve made the annual pilgrimage to the Christmas tree farm, selected the fullest Fraser fir, (or erected that surprisingly lifelike pre-lit Aspen artificial from Costco), placed each ornament on the perfect branch and carefully lifted your little one to the tree’s apex for the privilege of putting the star on top.…

    Read more...

    ", - "category": "christmas", - "link": "https://lifehacker.com/how-to-keep-little-kids-from-destroying-your-christmas-1848156541", - "creator": "Sarah Showfety", - "pubDate": "Fri, 03 Dec 2021 17:30:00 GMT", + "title": "Kazakh Protesters Burn Government Offices as Unrest Sweeps Country", + "description": "Kazakh police officers detaining a man during a protest over surging gas prices in Almaty on Tuesday. ", + "content": "Kazakh police officers detaining a man during a protest over surging gas prices in Almaty on Tuesday. ", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2022/01/05/world/europe/kazakhstan-protests-gas-prices.html", + "creator": "Valerie Hopkins and Ivan Nechepurenko", + "pubDate": "Wed, 05 Jan 2022 19:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7117b403ccbcf2da4860b795d96d8bfe" + "hash": "8bf2d823f542b923f97435824a750efc", + "highlights": [] }, { - "title": "How to (Finally) Speed Up Pokémon GO’s Refresh Rate on Your Phone", - "description": "

    Pokémon GO is still going strong, and is a great example of a uniquely mobile gaming experience. While the game is more about hunting for Pokémon throughout the real world, and less about graphics, the game’s frame rate has always lagged behind what our smartphones are capable of. Thankfully, that’s no longer the…

    Read more...

    ", - "content": "

    Pokémon GO is still going strong, and is a great example of a uniquely mobile gaming experience. While the game is more about hunting for Pokémon throughout the real world, and less about graphics, the game’s frame rate has always lagged behind what our smartphones are capable of. Thankfully, that’s no longer the…

    Read more...

    ", - "category": "refresh rate", - "link": "https://lifehacker.com/how-to-finally-speed-up-pokemon-go-s-refresh-rate-on-1848155974", - "creator": "Jake Peterson", - "pubDate": "Fri, 03 Dec 2021 17:00:00 GMT", + "title": "Fierce Windstorms Batter Alaska as Thousands Lose Power", + "description": "Blowing snow reduced visibility on Sunday near Palmer, Alaska, during the windstorm that battered the area. By Wednesday, thousands were still without power.", + "content": "Blowing snow reduced visibility on Sunday near Palmer, Alaska, during the windstorm that battered the area. By Wednesday, thousands were still without power.", + "category": "Weather", + "link": "https://www.nytimes.com/2022/01/05/us/alaska-wind-power-outage.html", + "creator": "Daniel Victor", + "pubDate": "Wed, 05 Jan 2022 14:14:26 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f99628fbc937a26d3fbfac544de6e7cd" + "hash": "2e91a6c24c51ee9be7ec4524bf1f45a8", + "highlights": [] }, { - "title": "Everything You Need to Know About the Rise (and the Effectiveness) of Digital Therapeutics", - "description": "

    The old joke “there’s an app for that!” has finally come for the healthcare industry as medicine moves into the uncharted waters known as Digital Therapeutics (DTx). You might be familiar with the broader category of Digital Health, which includes stuff like the Fitbit designed to support healthy lifestyles or a…

    Read more...

    ", - "content": "

    The old joke “there’s an app for that!” has finally come for the healthcare industry as medicine moves into the uncharted waters known as Digital Therapeutics (DTx). You might be familiar with the broader category of Digital Health, which includes stuff like the Fitbit designed to support healthy lifestyles or a…

    Read more...

    ", - "category": "digital therapeutics", - "link": "https://lifehacker.com/everything-you-need-to-know-about-the-rise-and-the-eff-1848155470", - "creator": "Jeff Somers", - "pubDate": "Fri, 03 Dec 2021 16:30:00 GMT", + "title": "Adrienne Adams, First Black Council Speaker, Says City Is at ‘Crossroads’", + "description": "Adrienne Adams, 61, will lead the City Council as New York grapples with Covid and an uncertain financial future.", + "content": "Adrienne Adams, 61, will lead the City Council as New York grapples with Covid and an uncertain financial future.", + "category": "Elections, City Councils", + "link": "https://www.nytimes.com/2022/01/05/nyregion/adrienne-adams-city-council-speaker.html", + "creator": "Jeffery C. Mays", + "pubDate": "Wed, 05 Jan 2022 18:41:10 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d38f9dc4e585b10c54afbae929f91909" + "hash": "203f9cf5272af1668468a7f2c673f99f", + "highlights": [] }, { - "title": "How to Get Your Solar Panels Ready for Winter", - "description": "

    Let’s start with the good news: Solar panels can continue to produce energy throughout the winter, even when temperatures really drop. (If you purchased solar panels for your home and live somewhere with cold winters, you probably already know this.) But the less-convenient news is that if your area is also prone to…

    Read more...

    ", - "content": "

    Let’s start with the good news: Solar panels can continue to produce energy throughout the winter, even when temperatures really drop. (If you purchased solar panels for your home and live somewhere with cold winters, you probably already know this.) But the less-convenient news is that if your area is also prone to…

    Read more...

    ", - "category": "environment", - "link": "https://lifehacker.com/how-to-get-your-solar-panels-ready-for-winter-1848155353", - "creator": "Elizabeth Yuko", - "pubDate": "Fri, 03 Dec 2021 16:00:00 GMT", + "title": "How to Stay Safe if You’re Trapped in Your Car During a Snowstorm", + "description": "A stranded driver on the Woodrow Wilson Bridge in Alexandria, Va., on Monday.", + "content": "A stranded driver on the Woodrow Wilson Bridge in Alexandria, Va., on Monday.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/article/snowstorm-car-safety-tips.html", + "creator": "Alyssa Lukpat and Christine Chung", + "pubDate": "Wed, 05 Jan 2022 14:41:23 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "529cbf30cdcf176a6434c9b0677dad1d" + "hash": "312d1cb72c9eebab168b446af9b8db4d", + "highlights": [] }, { - "title": "Why You Should Master the Art of 'Lazy' Exercise", - "description": "

    In college, I knew a girl who did a lot of her studying at the gym. She’d bring a textbook and prop it up on the treadmill, and somehow it worked for her. Anytime I tried it, I’d have a bouncing book, a terrible workout, and not be able to report back a single word I’d read.

    Read more...

    ", - "content": "

    In college, I knew a girl who did a lot of her studying at the gym. She’d bring a textbook and prop it up on the treadmill, and somehow it worked for her. Anytime I tried it, I’d have a bouncing book, a terrible workout, and not be able to report back a single word I’d read.

    Read more...

    ", - "category": "exercise", - "link": "https://lifehacker.com/why-you-should-master-the-art-of-lazy-exercise-1848069976", - "creator": "Beth Skwarecki", - "pubDate": "Fri, 03 Dec 2021 15:30:00 GMT", + "title": "Sabine Weiss, Last of the ‘Humanist’ Street Photographers, Dies at 97", + "description": "Ms. Weiss photographing a subject in a cafe.", + "content": "Ms. Weiss photographing a subject in a cafe.", + "category": "Photography", + "link": "https://www.nytimes.com/2022/01/04/arts/sabine-weiss-dead.html", + "creator": "Clay Risen", + "pubDate": "Wed, 05 Jan 2022 17:10:44 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd7bc1e22ad0f2ac84c82d9a80bded35" + "hash": "723094c5574c25578c874645644777a5", + "highlights": [] }, { - "title": "How to Install Picture Rail Now That It Is (Rightfully) Back in Style", - "description": "

    While most contemporary homes don’t come with picture rail installed, the Victorian style of molding is making a comeback. Whether you’re after that classic victorian look—or something a bit more modern look—installing picture rail molding is a simple and stylish project to tackle. While conventional picture hooks and…

    Read more...

    ", - "content": "

    While most contemporary homes don’t come with picture rail installed, the Victorian style of molding is making a comeback. Whether you’re after that classic victorian look—or something a bit more modern look—installing picture rail molding is a simple and stylish project to tackle. While conventional picture hooks and…

    Read more...

    ", - "category": "nail", - "link": "https://lifehacker.com/how-to-install-picture-rail-now-that-it-is-rightfully-1848154539", - "creator": "Becca Lewis", - "pubDate": "Fri, 03 Dec 2021 15:00:00 GMT", + "title": "How ‘Muscle Memory’ May Help Us Get in Shape", + "description": "Muscles develop a lasting molecular “memory” of past resistance exercises that helps them bounce back from long periods of inactivity.", + "content": "Muscles develop a lasting molecular “memory” of past resistance exercises that helps them bounce back from long periods of inactivity.", + "category": "Exercise", + "link": "https://www.nytimes.com/2022/01/05/well/move/muscle-memory-exercise.html", + "creator": "Gretchen Reynolds", + "pubDate": "Wed, 05 Jan 2022 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9beb313d344ad1e7034e0a2a5ccd34f1" + "hash": "fc07070e31aaa28664dcc58f5be6391d", + "highlights": [] }, { - "title": "The Out-of-Touch Adults’ Guide to Kid Culture: Did Ancient Rome Even Exist?", - "description": "

    With the holiday season in full swing, the young people are shifting to different dimensions, denying the existence of Ancient Rome, and learning more about snowflakes than you’d even think was possible.

    Read more...

    ", - "content": "

    With the holiday season in full swing, the young people are shifting to different dimensions, denying the existence of Ancient Rome, and learning more about snowflakes than you’d even think was possible.

    Read more...

    ", - "category": "culture", - "link": "https://lifehacker.com/the-out-of-touch-adults-guide-to-kid-culture-did-anci-1848152209", - "creator": "Stephen Johnson", - "pubDate": "Fri, 03 Dec 2021 14:30:00 GMT", + "title": "The Benefits of Working Out for Strength", + "description": "It’s high time for women to reclaim the real strength behind exercise.", + "content": "It’s high time for women to reclaim the real strength behind exercise.", + "category": "Exercise", + "link": "https://www.nytimes.com/2022/01/03/well/move/exercising-muscle-strength.html", + "creator": "Danielle Friedman", + "pubDate": "Mon, 03 Jan 2022 21:04:01 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eee44dd67ccd1064c2b7fec3fa273fb5" + "hash": "b998330bfe207fb4b960cb088e854609", + "highlights": [] }, { - "title": "These Are the Best Streaming Service Sign-Up Deals You Can Get Right Now", - "description": "

    The cost of streaming service subscriptions to cover all of your watching and listening needs can add up quickly, especially if you don’t take advantage of free trials and discounts when they come along. While it’s true that most streaming services offered up their best deals for Cyber Monday—and some of those promos…

    Read more...

    ", - "content": "

    The cost of streaming service subscriptions to cover all of your watching and listening needs can add up quickly, especially if you don’t take advantage of free trials and discounts when they come along. While it’s true that most streaming services offered up their best deals for Cyber Monday—and some of those promos…

    Read more...

    ", - "category": "bestbuycom", - "link": "https://lifehacker.com/these-are-the-best-streaming-service-sign-up-deals-you-1848154491", - "creator": "Emily Long", - "pubDate": "Fri, 03 Dec 2021 14:00:00 GMT", + "title": "Is It Possible to Exercise Too Much?", + "description": "And if so, how can I tell if I’m overdoing it?", + "content": "And if so, how can I tell if I’m overdoing it?", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2022/01/04/well/move/too-much-exercise.html", + "creator": "Christie Aschwanden", + "pubDate": "Tue, 04 Jan 2022 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "62d8552a946bdb8bb146df7429efd138" + "hash": "93f34f7ea00d85a4b37e2dc4ab78e187", + "highlights": [] }, { - "title": "Please Don't Say These Things to Someone Who Doesn't Drink", - "description": "

    The new year is here, and with it came a big night for drinking. The holidays typically come with a lot of them, from Thanksgiving to boozy Secret Santa exchanges to New Years Eve, there are frequent opportunities to gather and make merry—most of them with gallons of alcohol.

    Read more...

    ", - "content": "

    The new year is here, and with it came a big night for drinking. The holidays typically come with a lot of them, from Thanksgiving to boozy Secret Santa exchanges to New Years Eve, there are frequent opportunities to gather and make merry—most of them with gallons of alcohol.

    Read more...

    ", - "category": "uber", - "link": "https://lifehacker.com/please-dont-say-these-things-to-someone-who-doesnt-drin-1848059452", - "creator": "Sarah Showfety", - "pubDate": "Fri, 03 Dec 2021 13:30:00 GMT", + "title": "Winter Exercise Guides and Apps", + "description": "The Zwift app features “live” rides in which you can join athletes from all over the world.", + "content": "The Zwift app features “live” rides in which you can join athletes from all over the world.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/01/02/at-home/winter-exercise-apps.html", + "creator": "Talya Minsberg", + "pubDate": "Mon, 04 Jan 2021 15:32:52 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f6836639a15ef1c3d34cd7842b9b774" + "hash": "89cd9861c082cdf3c1cf9a73b98b957a", + "highlights": [] }, { - "title": "Plant These Veggies to Create a Winter Garden", - "description": "

    Although winter typically isn’t thought of as a gardening season, it is possible—with the proper arrangements and precautions—to plant and grow a handful of vegetables during the colder season. Of course, that depends on exactly how cold and snowy your winter gets, but thanks to climate change, who knows what a…

    Read more...

    ", - "content": "

    Although winter typically isn’t thought of as a gardening season, it is possible—with the proper arrangements and precautions—to plant and grow a handful of vegetables during the colder season. Of course, that depends on exactly how cold and snowy your winter gets, but thanks to climate change, who knows what a…

    Read more...

    ", - "category": "leaf vegetables", - "link": "https://lifehacker.com/plant-these-veggies-to-create-a-winter-garden-1848150672", - "creator": "Elizabeth Yuko", - "pubDate": "Thu, 02 Dec 2021 20:35:00 GMT", + "title": "How We Get Stronger", + "description": "Weight training prompts changes in the nervous system that prime the muscles to get bigger and stronger.", + "content": "Weight training prompts changes in the nervous system that prime the muscles to get bigger and stronger.", + "category": "Muscles", + "link": "https://www.nytimes.com/2020/07/01/well/move/how-we-get-stronger.html", + "creator": "Gretchen Reynolds", + "pubDate": "Wed, 01 Jul 2020 09:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b24a88acd83ac7d873de0a5eb7e58ed" + "hash": "85fa0305cf7435eb6bf7afe1e6046fff", + "highlights": [] }, { - "title": "Never Burn These Items in a Fireplace", - "description": "

    It’s fireplace season in many areas right now, which (hopefully) means cozy evenings spent curled up in front of its warm glow. Or, maybe you were cleaning and came across a bunch of letters and gifts from an ex, and felt that warm glow beckoning to you for other, less cozy reasons.

    Read more...

    ", - "content": "

    It’s fireplace season in many areas right now, which (hopefully) means cozy evenings spent curled up in front of its warm glow. Or, maybe you were cleaning and came across a bunch of letters and gifts from an ex, and felt that warm glow beckoning to you for other, less cozy reasons.

    Read more...

    ", - "category": "fireplace", - "link": "https://lifehacker.com/never-burn-these-items-in-a-fireplace-1848150689", - "creator": "Elizabeth Yuko", - "pubDate": "Thu, 02 Dec 2021 20:00:00 GMT", + "title": "Middle Age Doesn’t Happen ‘Just Like That’", + "description": "Why is the “Sex and the City” reboot populated by adults who seem perplexed by everything from politics to their own bodies?", + "content": "Why is the “Sex and the City” reboot populated by adults who seem perplexed by everything from politics to their own bodies?", + "category": "And Just Like That ... (TV Program)", + "link": "https://www.nytimes.com/2022/01/05/style/middle-age-satc-just-like-that.html", + "creator": "Rhonda Garelick", + "pubDate": "Wed, 05 Jan 2022 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b3352bf0a08b2d1dbdebe33d2c32c48" + "hash": "21096f5078cf87d80faa77e93efa8b32", + "highlights": [] }, { - "title": "How to Fight the Oncoming Destruction of Roe v. Wade and Abortion Rights", - "description": "

    As you might already be well aware, the future of Roe v. Wade isn’t looking good.

    Read more...

    ", - "content": "

    As you might already be well aware, the future of Roe v. Wade isn’t looking good.

    Read more...

    ", - "category": "roe", - "link": "https://lifehacker.com/how-to-fight-the-oncoming-destruction-of-roe-v-wade-an-1848151068", - "creator": "Meredith Dietz", - "pubDate": "Thu, 02 Dec 2021 19:30:00 GMT", + "title": "In New Orleans, King Cake Is a Way to Make Joy", + "description": "At Dong Phuong Bakery in New Orleans East, the king cakes have a generous layer of icing.", + "content": "At Dong Phuong Bakery in New Orleans East, the king cakes have a generous layer of icing.", + "category": "Bakeries and Baked Products", + "link": "https://www.nytimes.com/2022/01/04/dining/king-cake-recipe.html", + "creator": "Kayla Stewart", + "pubDate": "Wed, 05 Jan 2022 17:46:22 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "defeb94d56c0aaa800d261cb1d71adfe" + "hash": "7cd0c7f197b2f1621c2ed416530cbf05", + "highlights": [] }, { - "title": "You Should Air Fry Some Crackers", - "description": "

    Crackers are not something you have to cook. They are a fully realized and finished product, and come out of the box ready for consumption. Put a piece of cheese on a cracker and you have a good snack. Holiday snacks, however, require a little more than “good.” They require a bit of excess, a bit of unnecessary and…

    Read more...

    ", - "content": "

    Crackers are not something you have to cook. They are a fully realized and finished product, and come out of the box ready for consumption. Put a piece of cheese on a cracker and you have a good snack. Holiday snacks, however, require a little more than “good.” They require a bit of excess, a bit of unnecessary and…

    Read more...

    ", - "category": "crackers", - "link": "https://lifehacker.com/you-should-air-fry-some-crackers-1848151031", - "creator": "Claire Lower", - "pubDate": "Thu, 02 Dec 2021 19:00:00 GMT", + "title": "Considering Bone or Joint Surgery? You May Not Need It.", + "description": "A surgery center in Connecticut. Hip and knee replacements, surgery for carpal tunnel syndrome and other orthopedic procedures are among the most common elective surgeries performed today.", + "content": "A surgery center in Connecticut. Hip and knee replacements, surgery for carpal tunnel syndrome and other orthopedic procedures are among the most common elective surgeries performed today.", + "category": "Surgery and Surgeons", + "link": "https://www.nytimes.com/2022/01/04/well/bone-joint-surgery.html", + "creator": "Nicholas Bakalar", + "pubDate": "Tue, 04 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17c3c6fb773eed3bfd67826d1b7f9c07" + "hash": "c95d245ff78f7990a1f796b2edc69b66", + "highlights": [] }, { - "title": "How to Fix Your Pixel 6's Connectivity Issues", - "description": "

    There’s a lot to love about the Pixel 6 and 6 Pro, but there are some serious headaches, as well. The last time we covered the devices, we talked about how to fix the Pixel 6's slow fingerprint sensor. Today, it appears a new headache has surfaced, with many users complaining their Pixel 6 or Pixel 6 Pro won’t connect…

    Read more...

    ", - "content": "

    There’s a lot to love about the Pixel 6 and 6 Pro, but there are some serious headaches, as well. The last time we covered the devices, we talked about how to fix the Pixel 6's slow fingerprint sensor. Today, it appears a new headache has surfaced, with many users complaining their Pixel 6 or Pixel 6 Pro won’t connect…

    Read more...

    ", - "category": "pixel 6", - "link": "https://lifehacker.com/how-to-fix-your-pixel-6s-connectivity-issues-1848149259", - "creator": "Jake Peterson", - "pubDate": "Thu, 02 Dec 2021 18:30:00 GMT", + "title": "Book Review: ‘Anthem,’ by Noah Hawley", + "description": "In “Anthem,” Noah Hawley ushers readers into a nightmarish fantasy world.", + "content": "In “Anthem,” Noah Hawley ushers readers into a nightmarish fantasy world.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/04/books/review/anthem-noah-hawley.html", + "creator": "S. Kirk Walsh", + "pubDate": "Tue, 04 Jan 2022 18:48:53 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d86a45a4f67cc6e831d16657c1f5ddb" + "hash": "564fd01c27d13648cb97db45c1f04644", + "highlights": [] }, { - "title": "How to Explore Your Bisexuality Without Being Overwhelmed", - "description": "

    When you first start to consider that you might be bisexual, a whole new world of possibilities suddenly opens up. Essentially, your personal dating pool just doubled in size at a time when you’re still trying to figure out your own identity. It can be a lot. Here’s how to explore your bisexuality without getting…

    Read more...

    ", - "content": "

    When you first start to consider that you might be bisexual, a whole new world of possibilities suddenly opens up. Essentially, your personal dating pool just doubled in size at a time when you’re still trying to figure out your own identity. It can be a lot. Here’s how to explore your bisexuality without getting…

    Read more...

    ", - "category": "bisexuality", - "link": "https://lifehacker.com/how-to-explore-your-bisexuality-without-being-overwhelm-1848003279", - "creator": "Lindsey Ellefson", - "pubDate": "Thu, 02 Dec 2021 18:00:00 GMT", + "title": "Meet the Woman Who Helped Set a Speed Record on a Classic Alpine Ski Route", + "description": "Valentine Fabre and her ski-mountaineering partner, Hillary Gerardi, took on the Haute Route, traversing 66 miles of glaciers and passes in less than 27 hours. The challenge? Finding confidence.", + "content": "Valentine Fabre and her ski-mountaineering partner, Hillary Gerardi, took on the Haute Route, traversing 66 miles of glaciers and passes in less than 27 hours. The challenge? Finding confidence.", + "category": "Women and Girls", + "link": "https://www.nytimes.com/2022/01/05/travel/alps-skiing-mountaineering-valentine-fabre.html", + "creator": "Paige McClanahan", + "pubDate": "Wed, 05 Jan 2022 17:05:13 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2eddd5618c83ac7da2e33fc6b8b0818a" + "hash": "22351e410435e408dbd1659ce407a5d0", + "highlights": [] }, { - "title": "Get Rid of These Antiperspirants That Have Cancer-Causing Chemicals, FDA Says", - "description": "

    If you’re a fan of aerosol spray antiperspirants and deodorants, you’re going to want to check to see whether the one you use is part of a voluntary recall issued by Procter & Gamble (P&G).

    Read more...

    ", - "content": "

    If you’re a fan of aerosol spray antiperspirants and deodorants, you’re going to want to check to see whether the one you use is part of a voluntary recall issued by Procter & Gamble (P&G).

    Read more...

    ", - "category": "chemical substances", - "link": "https://lifehacker.com/get-rid-of-these-antiperspirants-that-have-cancer-causi-1848149010", - "creator": "Elizabeth Yuko", - "pubDate": "Thu, 02 Dec 2021 17:30:00 GMT", + "title": "Grammy Awards Postponed Amid Covid-19 Surge", + "description": "The Recording Academy has not announced a new date for its 64th annual show, originally scheduled for Jan. 31 in Los Angeles.", + "content": "The Recording Academy has not announced a new date for its 64th annual show, originally scheduled for Jan. 31 in Los Angeles.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/05/arts/music/grammy-awards-postponed-covid.html", + "creator": "Ben Sisario", + "pubDate": "Wed, 05 Jan 2022 19:57:35 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aec19a91780c4f06d1ef9cadc890cd75" + "hash": "8b1fc7c05e3048715a1a880e968f25e5", + "highlights": [] }, { - "title": "Is It OK to Run in Cemeteries?", - "description": "

    At over three million burials, Calvary Cemetery in Queens, N.Y. boasts the most bodies of any cemetery in the US. It’s also one of my favorite places to run. At the top of one of its rolling hills, you can turn and look out at row after row of gravestones, until a horizon of the stone slabs meets the Manhattan…

    Read more...

    ", - "content": "

    At over three million burials, Calvary Cemetery in Queens, N.Y. boasts the most bodies of any cemetery in the US. It’s also one of my favorite places to run. At the top of one of its rolling hills, you can turn and look out at row after row of gravestones, until a horizon of the stone slabs meets the Manhattan…

    Read more...

    ", - "category": "a slinger", - "link": "https://lifehacker.com/is-it-ok-to-run-in-cemeteries-1848069962", - "creator": "Meredith Dietz", - "pubDate": "Thu, 02 Dec 2021 17:00:00 GMT", + "title": "Macron Under Fire for Vowing to Make Unvaccinated Miserable", + "description": "President Emmanuel Macron of France delivering his New Year’s speech to the nation on Friday.", + "content": "President Emmanuel Macron of France delivering his New Year’s speech to the nation on Friday.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/05/world/macron-france-life-miserable-unvaccinated.html", + "creator": "Aurelien Breeden", + "pubDate": "Wed, 05 Jan 2022 16:07:05 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2e49639fa3e06d4babd79328f1d52b8" + "hash": "51961f23088e4cb1c02e315f72ce476b", + "highlights": [] }, { - "title": "How to Repair Your Crumbling Sidewalk Curb", - "description": "

    One of the first things any new homeowner discovers is that a house is basically entropy in building form. From the moment a house is born, it’s dying—eaten by termites, digested by rot, eventually subject to any number of cataclysmic natural disasters. You thought you were borrowing a worrisome amount of money in…

    Read more...

    ", - "content": "

    One of the first things any new homeowner discovers is that a house is basically entropy in building form. From the moment a house is born, it’s dying—eaten by termites, digested by rot, eventually subject to any number of cataclysmic natural disasters. You thought you were borrowing a worrisome amount of money in…

    Read more...

    ", - "category": "curb", - "link": "https://lifehacker.com/how-to-repair-your-crumbling-sidewalk-curb-1848148779", - "creator": "Jeff Somers", - "pubDate": "Thu, 02 Dec 2021 16:30:00 GMT", + "title": "17 Charged as Brooklyn Gang Alliance Is Linked to 4 Deadly Shootings", + "description": "The defendants accused in the gang takedown face charges that include murder, assault and criminal weapon possession.", + "content": "The defendants accused in the gang takedown face charges that include murder, assault and criminal weapon possession.", + "category": "Brooklyn (NYC)", + "link": "https://www.nytimes.com/2022/01/04/nyregion/brooklyn-gang-deadly-shooting-charged.html", + "creator": "Precious Fondren", + "pubDate": "Wed, 05 Jan 2022 03:40:26 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52aaea40b12b5516bd4cb6b924790fa5" + "hash": "2f11f111d14614ea8af7a50a36b26c1f", + "highlights": [] }, { - "title": "How to Keep Your Christmas Tree Alive Throughout the Holidays", - "description": "

    The air is crisp. It’s getting dark at 4 p.m. The mailbox is stuffed increasingly desperate sales flyers. It must be the holiday season, which means it is high time to get a Christmas tree (unless you’re one of those happy souls who already decorated weeks ago, in which case, good for you).

    And whether you believe…

    Read more...

    ", - "content": "

    The air is crisp. It’s getting dark at 4 p.m. The mailbox is stuffed increasingly desperate sales flyers. It must be the holiday season, which means it is high time to get a Christmas tree (unless you’re one of those happy souls who already decorated weeks ago, in which case, good for you).

    And whether you believe…

    Read more...

    ", - "category": "tree", - "link": "https://lifehacker.com/how-to-keep-your-christmas-tree-alive-through-the-holid-1821047464", - "creator": "Olga Oksman", - "pubDate": "Thu, 02 Dec 2021 16:00:00 GMT", + "title": "W.H.O. Downplays Threat From New Virus Variant in France", + "description": "Coronavirus testing last month in Paris.", + "content": "Coronavirus testing last month in Paris.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/05/world/covid-variant-france.html", + "creator": "Shashank Bengali", + "pubDate": "Wed, 05 Jan 2022 14:55:13 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbac47e122bb7af459776acc95206f25" + "hash": "55b57b30e294c280f23def8c054ae3c3", + "highlights": [] }, { - "title": "What Are the Best Gift Ideas for Someone Who Has Everything and Wants Nothing?", - "description": "

    One of my favorite things to do this time of year is flip through random gift guides in an effort to discover fresh ideas for stocking stuffers for my husband, or something (anything) for my impossible-to-buy-for father-in-law. Sure, if they have everything and want nothing, maybe that’s what they should get—but…

    Read more...

    ", - "content": "

    One of my favorite things to do this time of year is flip through random gift guides in an effort to discover fresh ideas for stocking stuffers for my husband, or something (anything) for my impossible-to-buy-for father-in-law. Sure, if they have everything and want nothing, maybe that’s what they should get—but…

    Read more...

    ", - "category": "etsy", - "link": "https://lifehacker.com/what-are-the-best-gift-ideas-for-someone-who-has-everyt-1848148684", - "creator": "Meghan Moravcik Walbert", - "pubDate": "Thu, 02 Dec 2021 15:30:00 GMT", + "title": "Nobody Is Stepping Up at Twitter", + "description": "Representative Marjorie Taylor Greene", + "content": "Representative Marjorie Taylor Greene", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/04/opinion/marjorie-taylor-greene-twitter.html", + "creator": "Kara Swisher", + "pubDate": "Tue, 04 Jan 2022 23:39:50 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e55c3e765a8a6a1393809fdecae7d62b" + "hash": "50a419b839115a6f05f8808c1fd94f0c", + "highlights": [] }, { - "title": "12 of the Best Movies That Deal Frankly With Addiction and Recovery", - "description": "

    HBO just dropped the trailer for the second season of its acclaimed teen drama Euphoria. It’s been a long wait between seasons—though there have been a couple of specials in the meantime, but the last regular-series episode aired over two years ago. The show deals with frankly (very frankly) with multiple aspects of…

    Read more...

    ", - "content": "

    HBO just dropped the trailer for the second season of its acclaimed teen drama Euphoria. It’s been a long wait between seasons—though there have been a couple of specials in the meantime, but the last regular-series episode aired over two years ago. The show deals with frankly (very frankly) with multiple aspects of…

    Read more...

    ", - "category": "addiction", - "link": "https://lifehacker.com/12-movies-that-deal-frankly-with-addiction-and-recovery-1848130285", - "creator": "Ross Johnson", - "pubDate": "Thu, 02 Dec 2021 15:00:00 GMT", + "title": "Business Updates: Ford Sales Fell in 2021 but Rebounded Last Quarter", + "description": "Japan’s electronics giant introduced a new version of a prototype S.U.V. that runs on batteries.", + "content": "Japan’s electronics giant introduced a new version of a prototype S.U.V. that runs on batteries.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/05/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Wed, 05 Jan 2022 19:02:46 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38e06533b9a4ceee0495fbe7431239d0" + "hash": "b332436b7a267fda87d4fe94a08a82ea", + "highlights": [] }, { - "title": "The Best Way to Wrap Oddly Shaped Gifts, According to TikTok", - "description": "

    Every December I suffer flashbacks to my first-ever retail job, wrapping presents at a gift shop. As much as I enjoyed entering autopilot and mechanically wrapping box after box, it was always a fun challenge to tackle an oddly-shaped gift: A loose teddy bear. A stray shovel. An entire island of misfit toys that…

    Read more...

    ", - "content": "

    Every December I suffer flashbacks to my first-ever retail job, wrapping presents at a gift shop. As much as I enjoyed entering autopilot and mechanically wrapping box after box, it was always a fun challenge to tackle an oddly-shaped gift: A loose teddy bear. A stray shovel. An entire island of misfit toys that…

    Read more...

    ", - "category": "wrapping", - "link": "https://lifehacker.com/the-best-way-to-wrap-oddly-shaped-gifts-according-to-t-1848144660", - "creator": "Meredith Dietz", - "pubDate": "Thu, 02 Dec 2021 14:30:00 GMT", + "title": "Capitol Police Chief to Commit to Steps for Improvement After Jan. 6", + "description": "Chief J. Thomas Manger of the U.S. Capitol Police said in a news conference on Tuesday that he had made key new hires and planned to ramp up recruitment efforts.", + "content": "Chief J. Thomas Manger of the U.S. Capitol Police said in a news conference on Tuesday that he had made key new hires and planned to ramp up recruitment efforts.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/05/us/politics/capitol-police-january-6.html", + "creator": "Luke Broadwater", + "pubDate": "Wed, 05 Jan 2022 14:06:36 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "005c5831ca424ea5d5d719df7b699fc4" + "hash": "2481a3a8222b1c98e34428866c82fcc1", + "highlights": [] }, { - "title": "This Is the Most Rewarding Way to Motivate Yourself to Clean Your Home", - "description": "

    Six years ago, Chris Fleming released the sketch “Company is Coming” as part of his hit web series GAYLE. In it, a frantic Gayle vacuums the air, spins around, and shouts things like “David, put seashells on the door knobs!,” “Fluff the pillows, you losers!” and “Can we get the lesbian plant out of here??”

    Read more...

    ", - "content": "

    Six years ago, Chris Fleming released the sketch “Company is Coming” as part of his hit web series GAYLE. In it, a frantic Gayle vacuums the air, spins around, and shouts things like “David, put seashells on the door knobs!,” “Fluff the pillows, you losers!” and “Can we get the lesbian plant out of here??”

    Read more...

    ", - "category": "cleaner", - "link": "https://lifehacker.com/this-is-the-most-rewarding-way-to-motivate-yourself-to-1848145391", - "creator": "Claire Lower", - "pubDate": "Thu, 02 Dec 2021 14:00:00 GMT", + "title": "Sean Hannity Is Asked to Cooperate in Jan. 6 Inquiry as Panel Details Texts", + "description": "Sean Hannity speaking at a midterm election rally in 2018 with President Donald J. Trump.", + "content": "Sean Hannity speaking at a midterm election rally in 2018 with President Donald J. Trump.", + "category": "Hannity, Sean", + "link": "https://www.nytimes.com/2022/01/04/business/sean-hannity-jan-6-committee.html", + "creator": "Michael M. Grynbaum and Luke Broadwater", + "pubDate": "Wed, 05 Jan 2022 00:59:11 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "34a86d3dddff46d8b540abd79023616a" + "hash": "39453b381ceb3f7b5512c3b15e8585bf", + "highlights": [] }, { - "title": "Munch on These National Cookie Day Freebies and Deals", - "description": "

    By now, your Thanksgiving leftovers should be gone (or at least safely stored in the freezer), so it’s time to turn your sights toward something else to snack on. Sure, you could go through the hassle of making a batch of homemade cookies to share with your loved one (or with yourself). But why would you do that when…

    Read more...

    ", - "content": "

    By now, your Thanksgiving leftovers should be gone (or at least safely stored in the freezer), so it’s time to turn your sights toward something else to snack on. Sure, you could go through the hassle of making a batch of homemade cookies to share with your loved one (or with yourself). But why would you do that when…

    Read more...

    ", - "category": "cookie", - "link": "https://lifehacker.com/munch-on-these-national-cookie-day-freebies-and-deals-1848143016", - "creator": "Elizabeth Yuko", - "pubDate": "Thu, 02 Dec 2021 13:30:00 GMT", + "title": "Chicago Cancels Classes After Teachers Resist Returning to School", + "description": "The teachers’ union criticized the district’s response to the Omicron variant, saying classroom conditions were unsafe. Here’s the latest pandemic news.", + "content": "The teachers’ union criticized the district’s response to the Omicron variant, saying classroom conditions were unsafe. Here’s the latest pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/05/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Wed, 05 Jan 2022 16:05:48 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85402bd7003a41bc8eb306c544b67fdc" + "hash": "4cb8f335e3778f82817c7edbed7df357", + "highlights": [] }, { - "title": "What's the Best Way to Tell Your Kids the Truth About Santa?", - "description": "

    I may not remember much about my childhood, but I do remember this: Third grade. Mrs. Cannon’s class. She’s reading Beverly Cleary’s Superfudge. Partway through, she stops and says, “OK. Anyone who still believes in Santa, step out into the hall.”

    Read more...

    ", - "content": "

    I may not remember much about my childhood, but I do remember this: Third grade. Mrs. Cannon’s class. She’s reading Beverly Cleary’s Superfudge. Partway through, she stops and says, “OK. Anyone who still believes in Santa, step out into the hall.”

    Read more...

    ", - "category": "christian folklore", - "link": "https://lifehacker.com/whats-the-best-way-to-tell-your-kids-the-truth-about-sa-1848144818", - "creator": "Sarah Showfety", - "pubDate": "Wed, 01 Dec 2021 21:00:00 GMT", + "title": "Fire Kills 13 in Philadelphia Rowhouse, Officials Say", + "description": "Seven children were among those who died in one of the deadliest residential fires in the city’s recent history. Get updates here.", + "content": "Seven children were among those who died in one of the deadliest residential fires in the city’s recent history. Get updates here.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/05/us/philadelphia-fire", + "creator": "The New York Times", + "pubDate": "Wed, 05 Jan 2022 16:05:48 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd5634f14a5c8921f5ef5f033325d359" + "hash": "927d73f84aba32fe00028df80c9579a1", + "highlights": [] }, { - "title": "The Comet Leonard, the Christmas Star, and Other Things to See in December’s Night Sky", - "description": "

    There’s a lot going on in the night sky in December, from the spectacular Geminids meteor shower to Venus at its brightest. Here are some of December’s most impressive star-gazing highlights to mark on your calendar.

    Read more...

    ", - "content": "

    There’s a lot going on in the night sky in December, from the spectacular Geminids meteor shower to Venus at its brightest. Here are some of December’s most impressive star-gazing highlights to mark on your calendar.

    Read more...

    ", - "category": "night sky", - "link": "https://lifehacker.com/the-comet-leonard-the-christmas-star-and-other-things-1848145000", - "creator": "Stephen Johnson", - "pubDate": "Wed, 01 Dec 2021 20:30:00 GMT", + "title": "Reign of Coney Island’s ‘Mayor’ Ends in a Sideshow by the Sea", + "description": "Dick Zigun, who often sports a bowler or top hat, on the Coney Island boardwalk in 2014. “It’s not unusual for children to argue over the assets of their parents,” he said.", + "content": "Dick Zigun, who often sports a bowler or top hat, on the Coney Island boardwalk in 2014. “It’s not unusual for children to argue over the assets of their parents,” he said.", + "category": "Coney Island Mermaid Parade", + "link": "https://www.nytimes.com/2022/01/05/nyregion/dick-zigun-coney-island-boardwalk.html", + "creator": "Kimiko de Freytas-Tamura", + "pubDate": "Wed, 05 Jan 2022 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "20be3b8538600c41502a52f07a31d466" + "hash": "15e808969c9b13cc7825529be615648d", + "highlights": [] }, { - "title": "How Hackers Tricked 300,000 Android Users into Downloading Password-Stealing Malware", - "description": "

    A recent report from cybersecurity firm ThreatFabric reveals that over 300,000 Android users installed trojan apps that secretly stole their banking information. While the apps have been removed and deactivated by Google, the developers used unique methods to deploy the malware that all Android users need to be wary…

    Read more...

    ", - "content": "

    A recent report from cybersecurity firm ThreatFabric reveals that over 300,000 Android users installed trojan apps that secretly stole their banking information. While the apps have been removed and deactivated by Google, the developers used unique methods to deploy the malware that all Android users need to be wary…

    Read more...

    ", - "category": "android", - "link": "https://lifehacker.com/how-hackers-tricked-300-000-android-users-into-download-1848144780", - "creator": "Brendan Hesse", - "pubDate": "Wed, 01 Dec 2021 20:00:00 GMT", + "title": "5 Minutes That Will Make You Love Mezzo-Sopranos", + "description": "Listen to the warm, rich sound of Marilyn Horne, Janet Baker, Grace Bumbry and more.", + "content": "Listen to the warm, rich sound of Marilyn Horne, Janet Baker, Grace Bumbry and more.", + "category": "Music", + "link": "https://www.nytimes.com/2022/01/05/arts/music/opera-classical-music-mezzo-soprano.html", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 10:00:23 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d252c88c4bda2b64b4b3f46ca3789b5e" + "hash": "b43729054b8a9488507765b0c1e21a25", + "highlights": [] }, { - "title": "You Deserve a Big Ol' Pan of Baked Brie", - "description": "

    Brie en croute is an excessive dish. Brie, on its own, served at room temperature without adornment, is already delightful: soft and spreadable, creamy and a little funky, a cheese that does not need to be melted.

    Read more...

    ", - "content": "

    Brie en croute is an excessive dish. Brie, on its own, served at room temperature without adornment, is already delightful: soft and spreadable, creamy and a little funky, a cheese that does not need to be melted.

    Read more...

    ", - "category": "brie", - "link": "https://lifehacker.com/you-deserve-a-big-ol-pan-of-baked-brie-1848140307", - "creator": "Claire Lower", - "pubDate": "Wed, 01 Dec 2021 19:30:00 GMT", + "title": "How Psychedelic Drugs Can Be Used for Mental Health", + "description": "Many recreational drugs known for mind-altering trips are being studied to treat depression, substance use and other disorders. Here’s what you need to know.", + "content": "Many recreational drugs known for mind-altering trips are being studied to treat depression, substance use and other disorders. Here’s what you need to know.", + "category": "Psychedelic and Hallucinogenic Drugs", + "link": "https://www.nytimes.com/2022/01/05/well/psychedelic-drugs-mental-health-therapy.html", + "creator": "Kat Eschner", + "pubDate": "Wed, 05 Jan 2022 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9078150823ff5220eda7157a64afd2e5" + "hash": "2b78ecb62aee0d1db022fc4d42be6438", + "highlights": [] }, { - "title": "This Extension Lets You Finally Play YouTube in the Background on Mobile", - "description": "

    YouTube on mobile has never been an ideal experience. Unlike watching YouTube on a computer, where you have the flexibility to leave videos playing in the background, YouTube on mobile is usually locked to the app or website you’re using to view it. And if you want all the bells and whistles—such as ad-free streaming—…

    Read more...

    ", - "content": "

    YouTube on mobile has never been an ideal experience. Unlike watching YouTube on a computer, where you have the flexibility to leave videos playing in the background, YouTube on mobile is usually locked to the app or website you’re using to view it. And if you want all the bells and whistles—such as ad-free streaming—…

    Read more...

    ", - "category": "youtube", - "link": "https://lifehacker.com/this-extension-lets-you-finally-play-youtube-in-the-bac-1848143437", - "creator": "Jake Peterson", - "pubDate": "Wed, 01 Dec 2021 19:00:00 GMT", + "title": "The Tech That Will Invade Our Lives in 2022", + "description": "Here we go again: Virtual reality, now dubbed ‘the metaverse,’ will be a thing. So will the smart home.", + "content": "Here we go again: Virtual reality, now dubbed ‘the metaverse,’ will be a thing. So will the smart home.", + "category": "Computers and the Internet", + "link": "https://www.nytimes.com/2022/01/05/technology/personaltech/tech-2022-vr-metaverse.html", + "creator": "Brian X. Chen", + "pubDate": "Wed, 05 Jan 2022 16:28:54 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3dc1858831a95ae2fd6be42d1024b4e" + "hash": "f5f159fe8b81247ed021f1482dce7ab9", + "highlights": [] }, { - "title": "How to Get What You Actually Want for Christmas", - "description": "

    If you’ve ever received a windbreaker branded with the name of the company your spouse works for, a toilet seat, or an emoji pancake pan because “it would be fun for the kids” on Christmas morning, we’d understand your desire to make sure it never happened again. Because we all know that presents that are clearly…

    Read more...

    ", - "content": "

    If you’ve ever received a windbreaker branded with the name of the company your spouse works for, a toilet seat, or an emoji pancake pan because “it would be fun for the kids” on Christmas morning, we’d understand your desire to make sure it never happened again. Because we all know that presents that are clearly…

    Read more...

    ", - "category": "christmas", - "link": "https://lifehacker.com/how-to-get-what-you-actually-want-for-christmas-1848143852", - "creator": "Sarah Showfety", - "pubDate": "Wed, 01 Dec 2021 18:30:00 GMT", + "title": "The Best Defense Against Another Jan. 6", + "description": "The United States needs a public health approach to effectively counter mainstream domestic extremism. ", + "content": "The United States needs a public health approach to effectively counter mainstream domestic extremism. ", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/05/opinion/jan-6-domestic-extremism.html", + "creator": "Cynthia Miller-Idriss", + "pubDate": "Wed, 05 Jan 2022 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "007ef6c5f6dad89adab06c2396996759" + "hash": "93b1d09b4cb2b244d45d6dc879aca757", + "highlights": [] }, { - "title": "How to (Finally) Actually Move on From a Relationship", - "description": "

    Every relationship is different, and so is every breakup. I mean, at one point or another, haven’t we all typed, “how long get over breakup timeline” into our search bar? Sadly, there is no mathematical equation to calculate a finite timeframe to recover from heartbreak (at least not according to Oprah Daily).

    Read more...

    ", - "content": "

    Every relationship is different, and so is every breakup. I mean, at one point or another, haven’t we all typed, “how long get over breakup timeline” into our search bar? Sadly, there is no mathematical equation to calculate a finite timeframe to recover from heartbreak (at least not according to Oprah Daily).

    Read more...

    ", - "category": "jeff guenther", - "link": "https://lifehacker.com/how-to-finally-actually-move-on-from-a-relationship-1848143662", - "creator": "Meredith Dietz", - "pubDate": "Wed, 01 Dec 2021 18:00:00 GMT", + "title": "What Does Marriage Ask Us to Give Up?", + "description": "More and more Americans are single, living lives of hard-won independence.", + "content": "More and more Americans are single, living lives of hard-won independence.", + "category": "Marriages", + "link": "https://www.nytimes.com/2022/01/04/opinion/marriage-divorce.html", + "creator": "Kaitlyn Greenidge", + "pubDate": "Tue, 04 Jan 2022 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f87e8a3b9c8597b217f534bcc77d7c2" + "hash": "16bff8c690abbf57262126fb8060cfaf", + "highlights": [] }, { - "title": "These Are the Worst Christmas Gifts Lifehacker Readers Have Ever Received", - "description": "

    I recently went down a Reddit rabbit hole in which commenters described the worst gift they’d ever received—everything from miniature butter knives (at age 7) to used magazines to...a thrift store jock strap? It was all pretty terrible, so of course I then asked you about the worst gift you’d ever received and holy…

    Read more...

    ", - "content": "

    I recently went down a Reddit rabbit hole in which commenters described the worst gift they’d ever received—everything from miniature butter knives (at age 7) to used magazines to...a thrift store jock strap? It was all pretty terrible, so of course I then asked you about the worst gift you’d ever received and holy…

    Read more...

    ", - "category": "crocodile hunter", - "link": "https://lifehacker.com/these-are-the-worst-christmas-gifts-lifehacker-readers-1848142392", - "creator": "Meghan Moravcik Walbert", - "pubDate": "Wed, 01 Dec 2021 17:30:00 GMT", + "title": "How Burnout Affects Men ", + "description": "The intense public discussion of burnout during the pandemic has given too little attention to how men experience this problem.", + "content": "The intense public discussion of burnout during the pandemic has given too little attention to how men experience this problem.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2022/01/04/opinion/burnout-men-signs.html", + "creator": "Jonathan Malesic", + "pubDate": "Wed, 05 Jan 2022 02:05:33 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ddec923f3f63b77daa3b07151989505" + "hash": "cdc56c66c331da2cc605e5fdc820b35b", + "highlights": [] }, { - "title": "8 Privacy Settings You Should Change on LinkedIn Right Now", - "description": "

    LinkedIn, like all social networks, uses a lot of your personal information to show you ads and sponsored content. Just as you’d be wary about sharing more of your data with Facebook, you should also exercise restraint when sharing information with LinkedIn. If you haven’t been doing that so far, now is the time to…

    Read more...

    ", - "content": "

    LinkedIn, like all social networks, uses a lot of your personal information to show you ads and sponsored content. Just as you’d be wary about sharing more of your data with Facebook, you should also exercise restraint when sharing information with LinkedIn. If you haven’t been doing that so far, now is the time to…

    Read more...

    ", - "category": "linkedin", - "link": "https://lifehacker.com/8-privacy-settings-you-should-change-on-linkedin-right-1848142007", - "creator": "Pranay Parab", - "pubDate": "Wed, 01 Dec 2021 17:00:00 GMT", + "title": "Organic Milk Farmers in Northeast Under Pressure as Processors Look West", + "description": "Elida Dickey, left, and Emma Mehuren milking cows at Faithful Venture Farm in Maine. Horizon Organic, which had been buying the farm’s milk for 16 years, is ending its contracts in the Northeast.", + "content": "Elida Dickey, left, and Emma Mehuren milking cows at Faithful Venture Farm in Maine. Horizon Organic, which had been buying the farm’s milk for 16 years, is ending its contracts in the Northeast.", + "category": "Agriculture and Farming", + "link": "https://www.nytimes.com/2022/01/05/business/organic-dairy-farms-new-england.html", + "creator": "Murray Carpenter", + "pubDate": "Wed, 05 Jan 2022 10:00:27 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "389b74197bf84a53f26cbdae09c0a75d" + "hash": "289d29ccc980ebf7df83a6a53a6f3c51", + "highlights": [] }, { - "title": "15 Potent Gifts for the Weed Enthusiast in Your Life", - "description": "

    We’re in a place where you can finally get weed on demand, even delivered right to your doorstep in many states. This means that instead of just herb shopping for personal reasons, people can and should be giving it as gifts, too. What weed-loving (or weed curious) person wouldn’t want to open a pretty box to find…

    Read more...

    ", - "content": "

    We’re in a place where you can finally get weed on demand, even delivered right to your doorstep in many states. This means that instead of just herb shopping for personal reasons, people can and should be giving it as gifts, too. What weed-loving (or weed curious) person wouldn’t want to open a pretty box to find…

    Read more...

    ", - "category": "weed", - "link": "https://lifehacker.com/15-potent-gifts-for-the-weed-enthusiast-in-your-life-1848132453", - "creator": "Danielle Guercio", - "pubDate": "Wed, 01 Dec 2021 16:30:00 GMT", + "title": "As Beijing Takes Control, Chinese Tech Companies Lose Jobs and Hope", + "description": "The crackdown is killing the entrepreneurial drive that made China a tech power and destroying jobs that used to attract the country’s brightest.", + "content": "The crackdown is killing the entrepreneurial drive that made China a tech power and destroying jobs that used to attract the country’s brightest.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/05/technology/china-tech-internet-crackdown-layoffs.html", + "creator": "Li Yuan", + "pubDate": "Wed, 05 Jan 2022 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1e84beeee54aa4f2e4aba4b4e5ddec1" + "hash": "feffd118467dffa70b4a1dc9ca8a07ac", + "highlights": [] }, { - "title": "When to See the 'Cold Moon' in December", - "description": "

    November’s bloody eclipse of the beaver moon was spectacular, but do not discount the full moon of December. Know as the “cold moon,” December’s full moon will rise on Saturday, Dec. 18, 2021. It will be brightest at 11:37 p.m. ET. Brrr.

    Read more...

    ", - "content": "

    November’s bloody eclipse of the beaver moon was spectacular, but do not discount the full moon of December. Know as the “cold moon,” December’s full moon will rise on Saturday, Dec. 18, 2021. It will be brightest at 11:37 p.m. ET. Brrr.

    Read more...

    ", - "category": "cold moon", - "link": "https://lifehacker.com/when-to-see-the-cold-moon-in-december-1848117266", - "creator": "Stephen Johnson", - "pubDate": "Wed, 01 Dec 2021 16:00:00 GMT", + "title": "Kazakhstan Shuts Internet as Government Offices Burn in Protests", + "description": "Kazakh police officers detaining a man during a protest over surging gas prices in Almaty on Tuesday. ", + "content": "Kazakh police officers detaining a man during a protest over surging gas prices in Almaty on Tuesday. ", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2022/01/05/world/europe/kazakhstan-protests-gas-prices.html", + "creator": "Valerie Hopkins and Ivan Nechepurenko", + "pubDate": "Wed, 05 Jan 2022 15:00:30 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2ae8353086a288c4f9f3294b3ebaeea" + "hash": "2a7aa1f3051388850bef8a06cf21a01f", + "highlights": [] }, { - "title": "Use These Clever Mental Tricks to Make Your Run Less Boring", - "description": "

    “The thoughts that occur to me while I’m running are like clouds in the sky. Clouds of all different sizes. They come and they go, while the sky remains the same sky always. The clouds are mere guests in the sky that pass away and vanish, leaving behind the sky.”

    Read more...

    ", - "content": "

    “The thoughts that occur to me while I’m running are like clouds in the sky. Clouds of all different sizes. They come and they go, while the sky remains the same sky always. The clouds are mere guests in the sky that pass away and vanish, leaving behind the sky.”

    Read more...

    ", - "category": "haruki murakami", - "link": "https://lifehacker.com/use-these-clever-mental-tricks-to-make-your-run-less-bo-1847947762", - "creator": "Meredith Dietz", - "pubDate": "Wed, 01 Dec 2021 15:30:00 GMT", + "title": "North Korea Launches Ballistic Missile, the South Says", + "description": "A TV news report in Seoul in October after North Korea fired a ballistic missile off its east coast.", + "content": "A TV news report in Seoul in October after North Korea fired a ballistic missile off its east coast.", + "category": "North Korea", + "link": "https://www.nytimes.com/2022/01/04/world/asia/north-korea-ballistic-missile.html", + "creator": "Choe Sang-Hun", + "pubDate": "Wed, 05 Jan 2022 04:12:06 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e13efe0016b0595759534c02cad00e97" + "hash": "ec492baf0e665ee4e7c415e426bc8c8c", + "highlights": [] }, { - "title": "12 Hidden Google Messages Features You Should Be Using", - "description": "

    Google’s Messages app is an Android smartphone’s answer to Apple Messages, and it has become so ubiquitous on those devices, you might not give it a second thought. It’s pre-installed on most Android smartphones, and can be used as the default messaging app on any Android device.

    Read more...

    ", - "content": "

    Google’s Messages app is an Android smartphone’s answer to Apple Messages, and it has become so ubiquitous on those devices, you might not give it a second thought. It’s pre-installed on most Android smartphones, and can be used as the default messaging app on any Android device.

    Read more...

    ", - "category": "google", - "link": "https://lifehacker.com/12-hidden-google-messages-features-you-should-be-using-1848128328", - "creator": "Khamosh Pathak", - "pubDate": "Wed, 01 Dec 2021 15:00:00 GMT", + "title": "Palestinian Prisoner’s Hunger Strike Leads to Deal for Release", + "description": "Hisham Abu Hawash, in an Israeli hospital on Sunday, with his wife, Aisha Hirbat, and a representative of the Palestinian Authority. Mr. Abu Hawash has been on a hunger strike since August. ", + "content": "Hisham Abu Hawash, in an Israeli hospital on Sunday, with his wife, Aisha Hirbat, and a representative of the Palestinian Authority. Mr. Abu Hawash has been on a hunger strike since August. ", + "category": "War and Armed Conflicts", + "link": "https://www.nytimes.com/2022/01/04/world/middleeast/palestinian-hunger-strike-israel.html", + "creator": "Raja Abdulrahim and Ronen Bergman", + "pubDate": "Tue, 04 Jan 2022 21:39:56 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c51fe11ab389d8fdfeb43c40a817083" + "hash": "c3658e6b0ada1e240a22a7fe6b441941", + "highlights": [] }, { - "title": "When Paying for More iPad Pro Storage Might Actually Be Worth It", - "description": "

    If you’re in the market for an iPad Pro, you likely aren’t ignorant of the cost. The high-refresh rate, Mini-LED HDR displays, Apple’s incredible M1 chip, and LiDAR sensor, among other key features, set a premium price for the Pros that you don’t see on other iPads. As such, you might be eyeing a smaller storage size…

    Read more...

    ", - "content": "

    If you’re in the market for an iPad Pro, you likely aren’t ignorant of the cost. The high-refresh rate, Mini-LED HDR displays, Apple’s incredible M1 chip, and LiDAR sensor, among other key features, set a premium price for the Pros that you don’t see on other iPads. As such, you might be eyeing a smaller storage size…

    Read more...

    ", - "category": "ipad", - "link": "https://lifehacker.com/when-paying-for-more-ipad-pro-storage-might-actually-be-1848138107", - "creator": "Jake Peterson", - "pubDate": "Wed, 01 Dec 2021 14:30:00 GMT", + "title": "What Prince Andrew's Abuse Case Could Mean for the Royal Family", + "description": "Prince Andrew, Virginia Roberts Giuffre and Ghislaine Maxwell in 2001.", + "content": "Prince Andrew, Virginia Roberts Giuffre and Ghislaine Maxwell in 2001.", + "category": "Great Britain", + "link": "https://www.nytimes.com/2022/01/04/world/europe/prince-andrew-sexual-abuse-royal-family.html", + "creator": "Mark Landler", + "pubDate": "Tue, 04 Jan 2022 21:22:14 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23db23f4ee1dea0c9832a5360dbbf1aa" + "hash": "78c3fb6935855775e06383f887f430ad", + "highlights": [] }, { - "title": "7 Ways You Should Prepare Your Car and Home Before the Snow Starts", - "description": "

    With winter weather approaching, getting ready for the chore of ice and snow removal is an essential prep. Digging out your car and clearing paths and walkways can be frustrating and time consuming, not to mention tough on your lower back, but you can save yourself some time and hassle this season if you think a…

    Read more...

    ", - "content": "

    With winter weather approaching, getting ready for the chore of ice and snow removal is an essential prep. Digging out your car and clearing paths and walkways can be frustrating and time consuming, not to mention tough on your lower back, but you can save yourself some time and hassle this season if you think a…

    Read more...

    ", - "category": "snow", - "link": "https://lifehacker.com/7-ways-you-should-prepare-your-car-and-home-before-the-1848044411", - "creator": "Becca Lewis", - "pubDate": "Wed, 01 Dec 2021 14:00:00 GMT", + "title": "Business Updates: Organizers Are Divided Over Hosting In-Person Events", + "description": "Japan’s electronics giant introduced a new version of a prototype S.U.V. that runs on batteries.", + "content": "Japan’s electronics giant introduced a new version of a prototype S.U.V. that runs on batteries.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/05/business/stock-market-economy-news", + "creator": "The New York Times", + "pubDate": "Wed, 05 Jan 2022 15:57:01 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08af66b7fc30da2fc930c4d18a488156" + "hash": "55a8633e47f08857c5a370ec1b2f0e2e", + "highlights": [] }, { - "title": "You Should Definitely Make Some Christmas Tree Syrup", - "description": "

    Somewhere in the middle of the pandemic I fell down a rabbit hole, and learned all about tree tapping to make syrup. Yes—amongst us commoners, in neighborhoods all across America, there are people who tap their own trees to produce their own maple syrup. 

    Read more...

    ", - "content": "

    Somewhere in the middle of the pandemic I fell down a rabbit hole, and learned all about tree tapping to make syrup. Yes—amongst us commoners, in neighborhoods all across America, there are people who tap their own trees to produce their own maple syrup. 

    Read more...

    ", - "category": "tree", - "link": "https://lifehacker.com/you-should-definitely-make-some-christmas-tree-syrup-1848133356", - "creator": "Amanda Blum", - "pubDate": "Wed, 01 Dec 2021 13:30:00 GMT", + "title": "Governors Island Is Open for the Winter. Will New Yorkers Visit?", + "description": "Ice skating is one of the fresh-air activities now available on Governors Island.", + "content": "Ice skating is one of the fresh-air activities now available on Governors Island.", + "category": "Governors Island (Manhattan, NY)", + "link": "https://www.nytimes.com/2021/12/31/nyregion/governors-island-nyc.html", + "creator": "Alyson Krueger", + "pubDate": "Fri, 31 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d0875ded62ead71c7b603683cb317eaa" + "hash": "e616756d21ed540a0c1382cda324840a", + "highlights": [] }, { - "title": "When You Should Donate Anonymously (and When You Shouldn't)", - "description": "

    If you’ve ever donated to a good cause online, you’re no doubt familiar with the last step—the potentially anxiety-inducing decision of whether to make your donation public, or keep it anonymous. If you’re anything like me, all kinds of conflicting thoughts rush in.

    Read more...

    ", - "content": "

    If you’ve ever donated to a good cause online, you’re no doubt familiar with the last step—the potentially anxiety-inducing decision of whether to make your donation public, or keep it anonymous. If you’re anything like me, all kinds of conflicting thoughts rush in.

    Read more...

    ", - "category": "giving", - "link": "https://lifehacker.com/when-you-should-donate-anonymously-and-when-you-should-1848139001", - "creator": "Sarah Showfety", - "pubDate": "Tue, 30 Nov 2021 21:30:00 GMT", + "title": "Stephen Colbert Has a Backup Plan for Parents in the Pandemic", + "description": "With the return of remote learning, Colbert says to bring in the mothers-in-law.", + "content": "With the return of remote learning, Colbert says to bring in the mothers-in-law.", + "category": "Television", + "link": "https://www.nytimes.com/2022/01/05/arts/television/stephen-colbert-pandemic-parents-interstate-shutdown.html", + "creator": "Trish Bendix", + "pubDate": "Wed, 05 Jan 2022 06:57:37 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "46e5dc51877eb450798b5aa088ef543d" + "hash": "29b73a58c427fde2fe5700f8d5f6ed01", + "highlights": [] }, { - "title": "This Is How You Choose the Perfect Christmas Tree", - "description": "

    Most people go to the local Christmas tree lot with no idea what they’re looking for. Just embarrassing themselves, going, “Uhhmm, that one looks good, I think?” Do not be a Christmas-tree ignoramus any longer. Check out the list below so you can confidently walk up to that guy with the knit hat and rugged flannel and…

    Read more...

    ", - "content": "

    Most people go to the local Christmas tree lot with no idea what they’re looking for. Just embarrassing themselves, going, “Uhhmm, that one looks good, I think?” Do not be a Christmas-tree ignoramus any longer. Check out the list below so you can confidently walk up to that guy with the knit hat and rugged flannel and…

    Read more...

    ", - "category": "christmas tree", - "link": "https://lifehacker.com/this-is-how-you-choose-the-perfect-christmas-tree-1848138846", - "creator": "Stephen Johnson", - "pubDate": "Tue, 30 Nov 2021 21:00:00 GMT", + "title": "How Week 18 Could Shape the N.F.L. Playoff Picture", + "description": "The San Francisco 49ers can claim the N.F.C.’s third, and final, wild-card spot with a win Sunday against the Los Angeles Rams.", + "content": "The San Francisco 49ers can claim the N.F.C.’s third, and final, wild-card spot with a win Sunday against the Los Angeles Rams.", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/04/sports/football/nfl-playoff-picture-week-18.html", + "creator": "Victor Mather", + "pubDate": "Tue, 04 Jan 2022 21:21:45 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f3d44e0dacb560b8d475f7cc3beac7f" + "hash": "46d3bf46642eab0c289cd7922de1d5aa", + "highlights": [] }, { - "title": "Impress Your Guests With a Butter Board", - "description": "

    Food on boards is very popular, perhaps more popular than it’s ever been. Search “grazing table” on this world wide web, and you’ll find lots of photos of very large charcuterie and cheese boards, along with many blogs insisting that they are not just “big charcuterie boards.” Grazing tables are a different, new…

    Read more...

    ", - "content": "

    Food on boards is very popular, perhaps more popular than it’s ever been. Search “grazing table” on this world wide web, and you’ll find lots of photos of very large charcuterie and cheese boards, along with many blogs insisting that they are not just “big charcuterie boards.” Grazing tables are a different, new…

    Read more...

    ", - "category": "butter", - "link": "https://lifehacker.com/impress-your-guests-with-a-butter-board-1848138546", - "creator": "Claire Lower", - "pubDate": "Tue, 30 Nov 2021 20:30:00 GMT", + "title": "Cuomo Will Not Be Prosecuted in Groping Case, Albany D.A. Says", + "description": "A former aide accused Andrew M. Cuomo of groping her inside the Executive Mansion, one of numerous sexual misconduct allegations the former governor faces.", + "content": "A former aide accused Andrew M. Cuomo of groping her inside the Executive Mansion, one of numerous sexual misconduct allegations the former governor faces.", + "category": "Sexual Harassment", + "link": "https://www.nytimes.com/2022/01/04/nyregion/andrew-cuomo-albany-criminal-charges-dropped.html", + "creator": "Luis Ferré-Sadurní and Grace Ashford", + "pubDate": "Tue, 04 Jan 2022 18:31:13 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd421f86ba632f77058e9ed83fdef4c7" + "hash": "12c9b0860853b277b9974d1c3016ac6b", + "highlights": [] }, { - "title": "21 Times Celebrity Voiceover Stunt Casting Paid Off", - "description": "

    Last month, Universal delighted few, annoyed many, and baffled all but those with a pragmatic view of movies-as-product when it announced Chris Pratt will be taking over the role of Mario in an upcoming Super Mario Bros. animated movie. The actor was also recently cast as loveably outrageous cat stereotype Garfield…

    Read more...

    ", - "content": "

    Last month, Universal delighted few, annoyed many, and baffled all but those with a pragmatic view of movies-as-product when it announced Chris Pratt will be taking over the role of Mario in an upcoming Super Mario Bros. animated movie. The actor was also recently cast as loveably outrageous cat stereotype Garfield…

    Read more...

    ", - "category": "alison brie", - "link": "https://lifehacker.com/21-times-celebrity-voiceover-stunt-casting-paid-off-1848122527", - "creator": "Ross Johnson", - "pubDate": "Tue, 30 Nov 2021 20:00:00 GMT", + "title": "Drivers Stranded Overnight as Snowstorm Shuts Part of I-95 in Virginia", + "description": "Drivers were stuck on Interstate 95 near Fredericksburg, Va., on Monday after a snowstorm.", + "content": "Drivers were stuck on Interstate 95 near Fredericksburg, Va., on Monday after a snowstorm.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2022/01/04/us/i-95-closed-snowstorm-winter.html", + "creator": "Derrick Bryson Taylor and Amanda Holpuch", + "pubDate": "Tue, 04 Jan 2022 18:37:31 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b37d16d2271f951d9c8cb7f375d9e4ad" + "hash": "e8cd67fc2734afa090034c06bd426e31", + "highlights": [] }, { - "title": "How to Check Road Conditions When You Travel This Winter", - "description": "

    There’s only so much you can control when it comes to travel, especially during the holidays. Whether you’re embarking on a road trip to see family, or simply worried about driving through the snow to the other side of town, the cold winter months typically mean the start of increasingly dangerous road conditions.

    Read more...

    ", - "content": "

    There’s only so much you can control when it comes to travel, especially during the holidays. Whether you’re embarking on a road trip to see family, or simply worried about driving through the snow to the other side of town, the cold winter months typically mean the start of increasingly dangerous road conditions.

    Read more...

    ", - "category": "disaster accident", - "link": "https://lifehacker.com/how-to-check-road-conditions-when-you-travel-this-winte-1848138349", - "creator": "Meredith Dietz", - "pubDate": "Tue, 30 Nov 2021 19:30:00 GMT", + "title": "In the Capitol’s Shadow, the Jan. 6 Panel Quietly Ramps Up Its Inquiry", + "description": "The O’Neill House Office Building in Southwest Washington is the hub of the House investigation into the Jan. 6 riot; key figures such as political operative Roger J. Stone Jr. have been seen there.", + "content": "The O’Neill House Office Building in Southwest Washington is the hub of the House investigation into the Jan. 6 riot; key figures such as political operative Roger J. Stone Jr. have been seen there.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/04/us/politics/capitol-riot-panel.html", + "creator": "Luke Broadwater and Alan Feuer", + "pubDate": "Tue, 04 Jan 2022 16:56:41 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b654e269bf1c911a3911d3877a8ed27" - }, - { - "title": "Why Your Friends Are Probably More Popular, Richer, and More Attractive Than You", - "description": "

    Chances are good you are less popular than your friends. Poorer, too. Probably they are also better looking. Sorry. This is called “the friendship paradox,” and it’s just logical fact.

    Read more...

    ", - "content": "

    Chances are good you are less popular than your friends. Poorer, too. Probably they are also better looking. Sorry. This is called “the friendship paradox,” and it’s just logical fact.

    Read more...

    ", - "category": "richer", - "link": "https://lifehacker.com/why-your-friends-are-probably-more-popular-richer-and-1848113295", - "creator": "Stephen Johnson", - "pubDate": "Tue, 30 Nov 2021 19:00:00 GMT", + "hash": "82241e5f0d22699f5638a05c80d60712", + "highlights": [] + }, + { + "title": "The Capitol Police and the Scars of the January 6th Riot", + "description": "For many officers, their bodies, minds and lives will never be the same after the attack.", + "content": "For many officers, their bodies, minds and lives will never be the same after the attack.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/04/magazine/jan-6-capitol-police-officers.html", + "creator": "Susan Dominus and Luke Broadwater", + "pubDate": "Tue, 04 Jan 2022 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0ea20e875bec7f6fdad34464c513954b" + "hash": "7413cfd2a2a7c805ba23bfb43cb98bb9", + "highlights": [] }, { - "title": "How to Reduce Eye Strain When You're Staring at Screens All Day", - "description": "

    The rise of screen use has raised a number of concerns, especially when it comes to eye health and the impacts of blue light on the eye. But what is blue light, and how much is it really to blame for the strain our daily screen activity is putting on our eyes?

    Read more...

    ", - "content": "

    The rise of screen use has raised a number of concerns, especially when it comes to eye health and the impacts of blue light on the eye. But what is blue light, and how much is it really to blame for the strain our daily screen activity is putting on our eyes?

    Read more...

    ", - "category": "optical filter", - "link": "https://lifehacker.com/how-to-reduce-eye-strain-when-youre-staring-at-screens-1848133756", - "creator": "Shannon Flynn", - "pubDate": "Tue, 30 Nov 2021 18:30:00 GMT", + "title": "Biden ‘Over-Promised and Under-Delivered’ on Climate. Now, Trouble Looms in 2022.", + "description": "President Biden at the United Nations climate change conference in Glasgow in November.", + "content": "President Biden at the United Nations climate change conference in Glasgow in November.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2022/01/04/climate/biden-climate-change.html", + "creator": "Lisa Friedman", + "pubDate": "Tue, 04 Jan 2022 19:03:07 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a280e83e6eedf11b4e515916335d737" + "hash": "37fb5581929a2f74488d36e9d1fbf26d", + "highlights": [] }, { - "title": "Why You Should Replace Your Old Christmas Lights With LED Lights", - "description": "

    Holiday lights are a cozy tradition—as the days get shorter, a few sparkly strands can really brighten up the endless evenings. While this holiday tradition is worth keeping, traditional filament light bulbs are not. Here’s why you should make the switch to LED lights this year.

    Read more...

    ", - "content": "

    Holiday lights are a cozy tradition—as the days get shorter, a few sparkly strands can really brighten up the endless evenings. While this holiday tradition is worth keeping, traditional filament light bulbs are not. Here’s why you should make the switch to LED lights this year.

    Read more...

    ", - "category": "christmas lights", - "link": "https://lifehacker.com/why-you-should-replace-your-old-christmas-lights-with-l-1848137005", - "creator": "Becca Lewis", - "pubDate": "Tue, 30 Nov 2021 18:00:00 GMT", + "title": "Two Wyoming Bobsledders. Two Horrific Brain Injuries. One Survivor.", + "description": "Joe Sisson holding the damaged helmet he was wearing in his catastrophic crash.", + "content": "Joe Sisson holding the damaged helmet he was wearing in his catastrophic crash.", + "category": "Bobsledding", + "link": "https://www.nytimes.com/2022/01/04/sports/olympics/bobsled-travis-bell-joe-sisson.html", + "creator": "Matthew Futterman", + "pubDate": "Tue, 04 Jan 2022 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b64913c04db7e0f6c565b85d9cf283ec" + "hash": "112dd56af57a618a5000401668eee117", + "highlights": [] }, { - "title": "Apple Music Can Give You Spotify Wrapped-Style Stats, Sort of", - "description": "

    At the end of each year, Spotify’s Wrapped feature takes over social media, as seemingly all of your friends start sharing their year in music—the one song they played the most, the artists in their top 5, the genres that define their taste. Unfortunately, you use Apple Music, so you’re out of luck.

    Well, not…

    Read more...

    ", - "content": "

    At the end of each year, Spotify’s Wrapped feature takes over social media, as seemingly all of your friends start sharing their year in music—the one song they played the most, the artists in their top 5, the genres that define their taste. Unfortunately, you use Apple Music, so you’re out of luck.

    Well, not…

    Read more...

    ", - "category": "spotify", - "link": "https://lifehacker.com/apple-music-can-give-you-spotify-wrapped-style-stats-s-1848135995", - "creator": "Pranay Parab", - "pubDate": "Tue, 30 Nov 2021 17:30:00 GMT", + "title": "Celebrating the ‘Great Night of Shiva’ in Kathmandu", + "description": "The temple complex of Pashupatinath, on the banks of the Bagmati River.", + "content": "The temple complex of Pashupatinath, on the banks of the Bagmati River.", + "category": "Kathmandu (Nepal)", + "link": "https://www.nytimes.com/2022/01/03/travel/nepal-maha-shivaratri.html", + "creator": "Shelby Tauber", + "pubDate": "Mon, 03 Jan 2022 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72b0af1c4bc4052e047be1ba4c2f3dae" + "hash": "52adf988727aba120bfc65b348a984fd", + "highlights": [] }, { - "title": "How to Surprise Your Kid on Christmas Without Being a Jerk", - "description": "

    We recently asked Lifehacker readers “What’s the Worst Christmas Gift You’ve Ever Received?” and the comments were...disheartening. I mean, some were funny (a toilet seat, a family member’s headshot, an unwrapped DVD of Footloose) but many brought a sting to the eye. Stories abounded of parents ostensibly trying to…

    Read more...

    ", - "content": "

    We recently asked Lifehacker readers “What’s the Worst Christmas Gift You’ve Ever Received?” and the comments were...disheartening. I mean, some were funny (a toilet seat, a family member’s headshot, an unwrapped DVD of Footloose) but many brought a sting to the eye. Stories abounded of parents ostensibly trying to…

    Read more...

    ", - "category": "mammals", - "link": "https://lifehacker.com/how-to-surprise-your-kid-on-christmas-without-being-an-1848133414", - "creator": "Sarah Showfety", - "pubDate": "Tue, 30 Nov 2021 17:00:00 GMT", + "title": "2021's Overlooked Economic Recovery", + "description": "Fireworks in Walla Walla, Wash., on New Year’s Eve.", + "content": "Fireworks in Walla Walla, Wash., on New Year’s Eve.", + "category": "International Trade and World Market", + "link": "https://www.nytimes.com/2022/01/04/opinion/2021-economic-recovery.html", + "creator": "Paul Krugman", + "pubDate": "Tue, 04 Jan 2022 19:02:31 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14809b36d15df23a37fb41f5643f2990" + "hash": "3a4094ba6f6df364b52e4ef09113f9ee", + "highlights": [] }, { - "title": "Why You Should Sign Into All of Your Accounts Every Now and Then", - "description": "

    We all juggle a lot of online accounts these days. From streaming subscriptions, to multiple email addresses, to accounts for movie theaters, airlines, and restaurants—if it has a website, you likely have an account for it. If you’re like me, you hardly use most of these accounts, if you use them at all. Even still,…

    Read more...

    ", - "content": "

    We all juggle a lot of online accounts these days. From streaming subscriptions, to multiple email addresses, to accounts for movie theaters, airlines, and restaurants—if it has a website, you likely have an account for it. If you’re like me, you hardly use most of these accounts, if you use them at all. Even still,…

    Read more...

    ", - "category": "icloud", - "link": "https://lifehacker.com/why-you-should-sign-into-all-of-your-accounts-every-now-1848117972", - "creator": "Jake Peterson", - "pubDate": "Tue, 30 Nov 2021 16:30:00 GMT", + "title": "Imagine It’s 2024, and Republicans Are Declaring Trump President", + "description": "Too many Americans are willing to believe in election lies, and their leaders eager to cater to that mistaken conviction.", + "content": "Too many Americans are willing to believe in election lies, and their leaders eager to cater to that mistaken conviction.", + "category": "Voter Fraud (Election Fraud)", + "link": "https://www.nytimes.com/2022/01/04/opinion/trump-2024.html", + "creator": "Noah Millman", + "pubDate": "Tue, 04 Jan 2022 18:43:51 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d911d67b556c29409560ee15b5d54666" + "hash": "909f8d0b718b3194d3abaf413ea57486", + "highlights": [] }, { - "title": "How to Keep Your Poinsettias Alive Until Christmas", - "description": "

    Bright red poinsettias are popular holiday-season decor, and like a lot of plants, have particular preferences when it comes to placement in your home. To help your flowers survive and thrive throughout the season—especially if plant care isn’t your jam—make sure you know how much water, sunlight, and heat your…

    Read more...

    ", - "content": "

    Bright red poinsettias are popular holiday-season decor, and like a lot of plants, have particular preferences when it comes to placement in your home. To help your flowers survive and thrive throughout the season—especially if plant care isn’t your jam—make sure you know how much water, sunlight, and heat your…

    Read more...

    ", - "category": "christian folklore", - "link": "https://lifehacker.com/how-to-keep-your-poinsettias-alive-until-christmas-1848133974", - "creator": "Emily Long", - "pubDate": "Tue, 30 Nov 2021 16:00:00 GMT", + "title": "These Were the Worst Predictions About 2021", + "description": "Bitcoin, Tesla, the Suez Canal, the Mars helicopter — people got a lot wrong.", + "content": "Bitcoin, Tesla, the Suez Canal, the Mars helicopter — people got a lot wrong.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/03/opinion/2021-worst-predictions.html", + "creator": "Peter Coy", + "pubDate": "Tue, 04 Jan 2022 03:06:30 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6adc4d0f8fabbbd39af73e518ec88480" + "hash": "69efb1a0aca4d5f8fe613b955c9d942f", + "highlights": [] }, { - "title": "What Fitness Tracker Data Is Actually Useful for Your Doctor?", - "description": "

    Whether a smartwatch or a ring, many of us now wear fitness trackers, which means we have collected a lot of data on how much we are moving and sleeping, as well as how our heart rates change with our activity levels. All of this information can be a good motivator for getting you moving more regularly and monitoring…

    Read more...

    ", - "content": "

    Whether a smartwatch or a ring, many of us now wear fitness trackers, which means we have collected a lot of data on how much we are moving and sleeping, as well as how our heart rates change with our activity levels. All of this information can be a good motivator for getting you moving more regularly and monitoring…

    Read more...

    ", - "category": "john higgins", - "link": "https://lifehacker.com/what-fitness-tracker-data-is-actually-useful-for-your-d-1848135784", - "creator": "Rachel Fairbank", - "pubDate": "Tue, 30 Nov 2021 15:30:00 GMT", + "title": "When Faced With Death, People Often Change Their Minds", + "description": "Do advance directives by healthy people actually deliver better care?", + "content": "Do advance directives by healthy people actually deliver better care?", + "category": "Living Wills and Health Care Proxies", + "link": "https://www.nytimes.com/2022/01/03/opinion/advance-directives-death.html", + "creator": "Daniela J. Lamas", + "pubDate": "Mon, 03 Jan 2022 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c934fa5693819fa13afabc38f8fbad6" + "hash": "4595d5c1cdb233fd08a38dcc5cf9329e", + "highlights": [] }, { - "title": "Maybe You Can Become a ‘Luckier’ Person", - "description": "

    The idea that success, money, and power spring from hard work and dogged determination has been hard-wired into America’s cultural DNA since the founding of the country, when Ben Franklin wrote, “Energy and persistence conquer all things.” But every now and then, even old white guys with granny glasses are wrong:…

    Read more...

    ", - "content": "

    The idea that success, money, and power spring from hard work and dogged determination has been hard-wired into America’s cultural DNA since the founding of the country, when Ben Franklin wrote, “Energy and persistence conquer all things.” But every now and then, even old white guys with granny glasses are wrong:…

    Read more...

    ", - "category": "woody", - "link": "https://lifehacker.com/maybe-you-can-become-a-luckier-person-1848133716", - "creator": "Stephen Johnson", - "pubDate": "Tue, 30 Nov 2021 15:00:00 GMT", + "title": "Diet Culture Is Unhealthy. It’s Also Immoral.", + "description": "Resolve, this year, to just say no.", + "content": "Resolve, this year, to just say no.", + "category": "Weight", + "link": "https://www.nytimes.com/2022/01/03/opinion/diet-resolution.html", + "creator": "Kate Manne", + "pubDate": "Mon, 03 Jan 2022 20:18:48 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7371f120eea0bf796aa0c8cbc807a80c" + "hash": "9d2d8cf3ea6751182d0e47b4500fe36d", + "highlights": [] }, { - "title": "How to Play Guitar Without Learning How to Play Guitar", - "description": "

    If you’re one of the millions of people who somehow acquired a guitar during their life—a guitar they have dutifully moved from place to place with the sincere intention of someday learning how to play it—you probably know it’s not as easy as rock stars make it seem. If you’ve actually made any attempt to learn the…

    Read more...

    ", - "content": "

    If you’re one of the millions of people who somehow acquired a guitar during their life—a guitar they have dutifully moved from place to place with the sincere intention of someday learning how to play it—you probably know it’s not as easy as rock stars make it seem. If you’ve actually made any attempt to learn the…

    Read more...

    ", - "category": "robin thicke", - "link": "https://lifehacker.com/how-to-play-guitar-without-learning-how-to-play-guitar-1848128835", - "creator": "Jeff Somers", - "pubDate": "Tue, 30 Nov 2021 14:30:00 GMT", + "title": "Resolve to Think Bigger in 2022", + "description": "Resolutions aren’t worth much without deeper change.", + "content": "Resolutions aren’t worth much without deeper change.", + "category": "Weight", + "link": "https://www.nytimes.com/2022/01/03/opinion/new-years-resolutions.html", + "creator": "Anne-Marie Slaughter", + "pubDate": "Tue, 04 Jan 2022 04:05:48 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e52f71cf8560969a4d48270baf66115c" + "hash": "6f67d324a26d5baa26290d466dab9372", + "highlights": [] }, { - "title": "16 of the Best Cozy Christmas Movies That Aren’t All White People in Sweaters", - "description": "

    You’re likely seen the memes: A collage of posters for a bunch of Hallmark Christmas movies, all of them featuring nearly identical images of blonde white women and brown-haired white men in variations of red and green sweaters. As a brown-haired white man with an acting background, I do not think it is bad that these…

    Read more...

    ", - "content": "

    You’re likely seen the memes: A collage of posters for a bunch of Hallmark Christmas movies, all of them featuring nearly identical images of blonde white women and brown-haired white men in variations of red and green sweaters. As a brown-haired white man with an acting background, I do not think it is bad that these…

    Read more...

    ", - "category": "christmas", - "link": "https://lifehacker.com/16-of-the-best-cozy-christmas-movies-that-aren-t-all-wh-1848103267", - "creator": "Ross Johnson", - "pubDate": "Tue, 30 Nov 2021 14:00:00 GMT", + "title": "The Republican Party Is Succeeding Because We Are Not a True Democracy", + "description": "What’s often called the crisis of American democracy is the result not of too much democracy but of too little. ", + "content": "What’s often called the crisis of American democracy is the result not of too much democracy but of too little. ", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/03/opinion/us-democracy-constitution.html", + "creator": "Jedediah Britton-Purdy", + "pubDate": "Mon, 03 Jan 2022 13:33:27 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7065e421229a6cf2c25c6da44c254658" + "hash": "d0cf7ddecd94b79b45918026c07faa85", + "highlights": [] }, { - "title": "Brine Your Holiday Meats in Shio Koji", - "description": "

    Cooking and serving a large piece of meat for a holiday meal can make one feel like an (evil and rich) Dickens character, but buying large cuts for a crowd is far more cost effective (and less wasteful) than buying individual steaks or chops. But scale is not enough: These large animal parts deserve to be permeated…

    Read more...

    ", - "content": "

    Cooking and serving a large piece of meat for a holiday meal can make one feel like an (evil and rich) Dickens character, but buying large cuts for a crowd is far more cost effective (and less wasteful) than buying individual steaks or chops. But scale is not enough: These large animal parts deserve to be permeated…

    Read more...

    ", - "category": "miso", - "link": "https://lifehacker.com/brine-your-holiday-meats-in-shio-koji-1848133750", - "creator": "Claire Lower", - "pubDate": "Tue, 30 Nov 2021 13:30:00 GMT", + "title": "Mental Health on College Campuses Amid Covid", + "description": "At Bergen Community College in Paramus, N.J., the demand for therapy has exploded.", + "content": "At Bergen Community College in Paramus, N.J., the demand for therapy has exploded.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/04/opinion/letters/mental-health-college-covid.html", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 17:54:29 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "762e704b7551f48a8b58b8895ea07cdd" + "hash": "074d056cae92d5ceeb10921f2ed85cdc", + "highlights": [] }, { - "title": "What is 'Web3' and Why Should You Care?", - "description": "

    Tech loves to talk about the future, and if you’ve been paying any attention to recent industry headlines, you’ve probably seen the phrase “Web3” bandied about. It’s not a new term, but as the hype around cryptocurrency, NFTs, and the “metaverse” spikes, Web3 is getting a lot more attention. And while Web3 is

    Read more...

    ", - "content": "

    Tech loves to talk about the future, and if you’ve been paying any attention to recent industry headlines, you’ve probably seen the phrase “Web3” bandied about. It’s not a new term, but as the hype around cryptocurrency, NFTs, and the “metaverse” spikes, Web3 is getting a lot more attention. And while Web3 is

    Read more...

    ", - "category": "web3", - "link": "https://lifehacker.com/what-is-web3-and-why-should-you-care-1848133134", - "creator": "Brendan Hesse", - "pubDate": "Mon, 29 Nov 2021 21:30:00 GMT", + "title": "Skeptics Say, ‘Do Your Own Research.’ It’s Not That Simple.", + "description": "The slogan promotes a freethinking approach to understanding the world.", + "content": "The slogan promotes a freethinking approach to understanding the world.", + "category": "Rumors and Misinformation", + "link": "https://www.nytimes.com/2022/01/03/opinion/dyor-do-your-own-research.html", + "creator": "Nathan Ballantyne and David Dunning", + "pubDate": "Mon, 03 Jan 2022 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17a15e3e9627139dd7a875896394076d" + "hash": "c18d70bcc5f207277e3899b15d58831d", + "highlights": [] }, { - "title": "How to Survive the ‘Toddler Screaming’ Phase", - "description": "

    If you’ve ever had a toddler, chances are, you’ve been the lucky recipient of their “screaming phase.” Note, I didn’t say tantrum phase. No, there is a brand of toddler screeching that has little or sometimes nothing to do with a full-on meltdown about not being able to take home the Paw Patrol water bottle they’ve…

    Read more...

    ", - "content": "

    If you’ve ever had a toddler, chances are, you’ve been the lucky recipient of their “screaming phase.” Note, I didn’t say tantrum phase. No, there is a brand of toddler screeching that has little or sometimes nothing to do with a full-on meltdown about not being able to take home the Paw Patrol water bottle they’ve…

    Read more...

    ", - "category": "toddler", - "link": "https://lifehacker.com/how-to-survive-the-toddler-screaming-phase-1848132853", - "creator": "Sarah Showfety", - "pubDate": "Mon, 29 Nov 2021 21:00:00 GMT", + "title": "Democrats, Voting Rights Are Not the Problem", + "description": "It isn’t voting that needs fixing, but what comes after it and the public’s confidence in the results. ", + "content": "It isn’t voting that needs fixing, but what comes after it and the public’s confidence in the results. ", + "category": "Voter Fraud (Election Fraud)", + "link": "https://www.nytimes.com/2022/01/03/opinion/voting-rights-democrats.html", + "creator": "Yuval Levin", + "pubDate": "Mon, 03 Jan 2022 22:24:20 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3cc472ad2dd03bb83573724b80ac027" + "hash": "5081e43b834647ab75c940c53c26b9d6", + "highlights": [] }, { - "title": "How to Install a Security Camera Without Breaking the Law", - "description": "

    It’s becoming increasingly common for homeowners to invest in security cameras, but there are also privacy laws that limit where all those cameras can be pointed. If you’re looking to install security cameras in and around the perimeter of your home, you’ll need to consider those laws as much as your own security, so…

    Read more...

    ", - "content": "

    It’s becoming increasingly common for homeowners to invest in security cameras, but there are also privacy laws that limit where all those cameras can be pointed. If you’re looking to install security cameras in and around the perimeter of your home, you’ll need to consider those laws as much as your own security, so…

    Read more...

    ", - "category": "security", - "link": "https://lifehacker.com/how-to-install-a-security-camera-without-breaking-the-l-1848006254", - "creator": "Shannon Flynn", - "pubDate": "Mon, 29 Nov 2021 20:30:00 GMT", + "title": "African Literature’s Great 2021 Is a Gift to Readers", + "description": "African literature’s big year is a tantalizing invitation to readers.", + "content": "African literature’s big year is a tantalizing invitation to readers.", + "category": "Africa", + "link": "https://www.nytimes.com/2022/01/02/opinion/africa-fiction-nobel-booker.html", + "creator": "Jeanne-Marie Jackson", + "pubDate": "Sun, 02 Jan 2022 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "afdcab7ac6c051d694ae17bfd6a83752" + "hash": "9dba295e8f451ed626ea4d99b20401ec", + "highlights": [] }, { - "title": "Stop LinkedIn From Clogging Up Your Inbox Already", - "description": "

    LinkedIn never passes up an opportunity to flood your inbox with emails. Even if you do your best to unsubscribe from every message you receive, the service always seems to find a way to send you even more of them. If you’d rather keep LinkedIn’s updates out of your inbox, it is possible—if difficult—unsubscribe from…

    Read more...

    ", - "content": "

    LinkedIn never passes up an opportunity to flood your inbox with emails. Even if you do your best to unsubscribe from every message you receive, the service always seems to find a way to send you even more of them. If you’d rather keep LinkedIn’s updates out of your inbox, it is possible—if difficult—unsubscribe from…

    Read more...

    ", - "category": "linkedin", - "link": "https://lifehacker.com/stop-linkedin-from-clogging-up-your-inbox-already-1848130851", - "creator": "Pranay Parab", - "pubDate": "Mon, 29 Nov 2021 20:00:00 GMT", + "title": "Twitter’s Former C.E.O. Has a ‘Too Bad, So Sad’ Approach to Content Moderation", + "description": "Dick Costolo discusses the unique difficulties of heading the social media platform.", + "content": "Dick Costolo discusses the unique difficulties of heading the social media platform.", + "category": "audio-neutral-informative", + "link": "https://www.nytimes.com/2022/01/03/opinion/sway-dick-costolo-kara-swisher.html", + "creator": "‘Sway’", + "pubDate": "Mon, 03 Jan 2022 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "042833328b9b9e7c6d88b4bf5028b81e" + "hash": "885e3e6f8e3cb3e7d3e492b7e2b3827c", + "highlights": [] }, { - "title": "The Lazy Way to Stuff a Stocking That Doesn’t Look Lazy", - "description": "

    There are two types of Christmas-observing families: Those who are serious about stockings, and amateurs. Like most things, my sisters and I view stocking stuffing as a competition, but we will never beat our mother, who has had three decades to perfect her stocking stuffing methods (with her children as test…

    Read more...

    ", - "content": "

    There are two types of Christmas-observing families: Those who are serious about stockings, and amateurs. Like most things, my sisters and I view stocking stuffing as a competition, but we will never beat our mother, who has had three decades to perfect her stocking stuffing methods (with her children as test…

    Read more...

    ", - "category": "joe", - "link": "https://lifehacker.com/the-lazy-way-to-stuff-a-stocking-that-doesn-t-look-lazy-1848132358", - "creator": "Claire Lower", - "pubDate": "Mon, 29 Nov 2021 19:30:00 GMT", + "title": "A Tribe’s Bitter Purge Brings an Unusual Request: Federal Intervention", + "description": "Saturnino Javier’s home, from which he may soon be evicted after being disenrolled from the Nooksack tribe.", + "content": "Saturnino Javier’s home, from which he may soon be evicted after being disenrolled from the Nooksack tribe.", + "category": "Native Americans", + "link": "https://www.nytimes.com/2022/01/02/us/nooksack-306-evictions-tribal-sovereignty.html", + "creator": "Mike Baker", + "pubDate": "Mon, 03 Jan 2022 02:29:07 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58bf38c27c2f18132afd4beb8d11e424" + "hash": "c512bd5bccc7bf1b732b5dafc5337e48", + "highlights": [] }, { - "title": "You Can Use Your Apple Watch to Automatically Unlock Your Mac", - "description": "

    You might know about Apple’s feature that lets you automatically unlock your iPhone using the Apple Watch (when you’re wearing a face mask, at least). But you may not have known that this feature has also existed for years on the Mac. As long as you’re wearing your Apple Watch—and it’s unlocked—you can sign in to your…

    Read more...

    ", - "content": "

    You might know about Apple’s feature that lets you automatically unlock your iPhone using the Apple Watch (when you’re wearing a face mask, at least). But you may not have known that this feature has also existed for years on the Mac. As long as you’re wearing your Apple Watch—and it’s unlocked—you can sign in to your…

    Read more...

    ", - "category": "apple", - "link": "https://lifehacker.com/you-can-use-your-apple-watch-to-automatically-unlock-yo-1848128398", - "creator": "Khamosh Pathak", - "pubDate": "Mon, 29 Nov 2021 19:00:00 GMT", + "title": "More People Are Getting Unapproved Fourth Doses of the Covid-19 Vaccine", + "description": "People with compromised immune systems are getting unapproved fourth or fifth Covid-19 shots, despite uncertainty about their safety or effectiveness.", + "content": "People with compromised immune systems are getting unapproved fourth or fifth Covid-19 shots, despite uncertainty about their safety or effectiveness.", + "category": "Antibodies", + "link": "https://www.nytimes.com/2022/01/03/us/additional-doses-covid-vaccine.html", + "creator": "Amanda Morris", + "pubDate": "Mon, 03 Jan 2022 13:44:03 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08d38cddd2b504d9239b04e8682c620a" + "hash": "c247afb0605d311ce431d47e3a049ac9", + "highlights": [] }, { - "title": "Your Pixel Will Now Wait Until Everyone Is Smiling Before Snapping a Picture", - "description": "

    As long as we’ve had cameras, we’ve tried to take the perfect group photo. You set the camera on a stand, turn on the timer, run back to crowd, say “Cheese!” and hope no one blinked. Of course, someone often does, and you have to take the photo all over again—that is, unless you have a phone that can automatically…

    Read more...

    ", - "content": "

    As long as we’ve had cameras, we’ve tried to take the perfect group photo. You set the camera on a stand, turn on the timer, run back to crowd, say “Cheese!” and hope no one blinked. Of course, someone often does, and you have to take the photo all over again—that is, unless you have a phone that can automatically…

    Read more...

    ", - "category": "pixel", - "link": "https://lifehacker.com/your-pixel-will-now-wait-until-everyone-is-smiling-befo-1848131573", - "creator": "Jake Peterson", - "pubDate": "Mon, 29 Nov 2021 18:30:00 GMT", + "title": "Have Wildfires Ruined California's Magic?", + "description": "The Windy fire burning in Sequoia National Forest in September.", + "content": "The Windy fire burning in Sequoia National Forest in September.", + "category": "Wildfires", + "link": "https://www.nytimes.com/2022/01/03/magazine/california-widfires.html", + "creator": "Elizabeth Weil", + "pubDate": "Mon, 03 Jan 2022 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e476aa0d495aff88ec92776efcd549f" + "hash": "1d787c1ae2105b48944acaeb70304722", + "highlights": [] }, { - "title": "You Should Start This Ornament Tradition With Your Kids", - "description": "

    Growing up, there wasn’t a strong Christmas ornament tradition in my family. Or one at all, really. There were no hand-crafted trinkets with sentimental value, or delicate keepsakes passed down through generations. The main thing I remember about our tree was its comical 1980s artificiality of sparse, rigid branches,…

    Read more...

    ", - "content": "

    Growing up, there wasn’t a strong Christmas ornament tradition in my family. Or one at all, really. There were no hand-crafted trinkets with sentimental value, or delicate keepsakes passed down through generations. The main thing I remember about our tree was its comical 1980s artificiality of sparse, rigid branches,…

    Read more...

    ", - "category": "ornament", - "link": "https://lifehacker.com/why-you-should-start-this-ornament-tradition-with-your-1848131382", - "creator": "Sarah Showfety", - "pubDate": "Mon, 29 Nov 2021 18:00:00 GMT", + "title": "How the European Union Allowed Hungary to Become an Illiberal Model", + "description": "Prime Minister Viktor Orban of Hungary in June. The position he has put the bloc in says much about why it has stumbled in the face of populist challenges.", + "content": "Prime Minister Viktor Orban of Hungary in June. The position he has put the bloc in says much about why it has stumbled in the face of populist challenges.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/03/world/europe/hungary-european-union.html", + "creator": "Steven Erlanger and Benjamin Novak", + "pubDate": "Mon, 03 Jan 2022 20:56:14 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef284c602698fb847de1b200a93af3db" + "hash": "08333093940819defb6fa1985cc89ba1", + "highlights": [] }, { - "title": "The Best Winter Running Gear, According to Reddit", - "description": "

    In theory, winter running is easy: It’s just normal running with extra layers. But sometimes it’s tough to find exactly what layers you need. Fortunately, a bunch of cold-dwelling redditors have come through with their recommendations to keep you toasty all winter long.

    Read more...

    ", - "content": "

    In theory, winter running is easy: It’s just normal running with extra layers. But sometimes it’s tough to find exactly what layers you need. Fortunately, a bunch of cold-dwelling redditors have come through with their recommendations to keep you toasty all winter long.

    Read more...

    ", - "category": "clothing", - "link": "https://lifehacker.com/the-best-winter-running-gear-according-to-reddit-1848119170", - "creator": "Beth Skwarecki", - "pubDate": "Mon, 29 Nov 2021 17:30:00 GMT", + "title": "No Way to Grow Up", + "description": "Idle school buses in Detroit yesterday.", + "content": "Idle school buses in Detroit yesterday.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/04/briefing/american-children-crisis-pandemic.html", + "creator": "David Leonhardt", + "pubDate": "Tue, 04 Jan 2022 14:46:14 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18d1ff9edb4490a177c6b63e0c6f823f" + "hash": "e2f54a12e44161fa2948bff403a866c8", + "highlights": [] }, { - "title": "16 of the Most Useful iPhone Messages Features You Should Be Using", - "description": "

    Apple’s Messages is probably one of the most-used apps on your iPhone that you spend the least time thinking about. After all, it’s just texting.

    But this humble messaging app is actually remarkably feature-packed, and if you spend a few minutes poking around in your settings, you’ll be able to unlock lots of useful…

    Read more...

    ", - "content": "

    Apple’s Messages is probably one of the most-used apps on your iPhone that you spend the least time thinking about. After all, it’s just texting.

    But this humble messaging app is actually remarkably feature-packed, and if you spend a few minutes poking around in your settings, you’ll be able to unlock lots of useful…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/16-of-the-most-useful-iphone-messages-features-you-shou-1848130284", - "creator": "Pranay Parab", - "pubDate": "Mon, 29 Nov 2021 17:00:00 GMT", + "title": "An Investigation Into Flawed Prenatal Tests", + "description": "Yael Geller and her son. A prenatal test indicated that her fetus might be missing part of a chromosome, but her son has no signs of the condition.", + "content": "Yael Geller and her son. A prenatal test indicated that her fetus might be missing part of a chromosome, but her son has no signs of the condition.", + "category": "Pregnancy and Childbirth", + "link": "https://www.nytimes.com/2022/01/04/podcasts/the-daily/prenatal-tests-pregnancy-birth.html", + "creator": "Astead W. Herndon, Michael Simon Johnson, Sydney Harper, Paige Cowett, Larissa Anderson, Dan Powell, Marion Lozano and Corey Schreppel", + "pubDate": "Tue, 04 Jan 2022 11:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "562b59d25d7147c8ef605dc72692dbe9" + "hash": "7663d0800ead1c9e176b423a19e041a2", + "highlights": [] }, { - "title": "Discover Your Perfect Pullup Variation", - "description": "

    Pulling yourself from arm’s length up to a horizontal bar is a phenomenal exercise for your back, your arms, and your core. But there’s more than one way to do it, and I’m not just talking about the fact that “pullups” and “chinups” are technically two different exercises. There are countless variations to make the…

    Read more...

    ", - "content": "

    Pulling yourself from arm’s length up to a horizontal bar is a phenomenal exercise for your back, your arms, and your core. But there’s more than one way to do it, and I’m not just talking about the fact that “pullups” and “chinups” are technically two different exercises. There are countless variations to make the…

    Read more...

    ", - "category": "bodyweight exercise", - "link": "https://lifehacker.com/discover-your-perfect-pullup-variation-1848119449", - "creator": "Beth Skwarecki", - "pubDate": "Mon, 29 Nov 2021 16:30:00 GMT", + "title": "Dread, Lust and Russians", + "description": "Our critic recommends old and new books.", + "content": "Our critic recommends old and new books.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/01/books/read-like-the-wind.html", + "creator": "Molly Young", + "pubDate": "Sat, 01 Jan 2022 13:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da0b537929b7e6461a035a055b1f922a" + "hash": "b414eddedb7e46fc28c094fc6ce7051c", + "highlights": [] }, { - "title": "The Right Way to Install a Simple Floating Shelf", - "description": "

    If you’ve got an alcove, corner, or otherwise awkward empty space in a room that needs a little extra storage or decorative touch, the best solution may be a simple floating shelf. Floating shelves are cost-effective to make—and are fairly easy to install—and they can finish off a space that needs a little something.

    Read more...

    ", - "content": "

    If you’ve got an alcove, corner, or otherwise awkward empty space in a room that needs a little extra storage or decorative touch, the best solution may be a simple floating shelf. Floating shelves are cost-effective to make—and are fairly easy to install—and they can finish off a space that needs a little something.

    Read more...

    ", - "category": "shelf", - "link": "https://lifehacker.com/the-right-way-to-install-a-simple-floating-shelf-1848129875", - "creator": "Becca Lewis", - "pubDate": "Mon, 29 Nov 2021 16:00:00 GMT", + "title": "How Omicron Could Affect the 2022 Midterm Elections", + "description": "The Omicron variant’s spread poses an unwelcome political conundrum just as election season begins. Democrats and the G.O.P. see reasons to hope, but the virus will get the deciding vote.", + "content": "The Omicron variant’s spread poses an unwelcome political conundrum just as election season begins. Democrats and the G.O.P. see reasons to hope, but the virus will get the deciding vote.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/03/us/politics/midterm-elections-coronavirus.html", + "creator": "Blake Hounshell and Leah Askarinam", + "pubDate": "Tue, 04 Jan 2022 00:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e6a6a18fc5b05905a8126ec481cfd48" + "hash": "23808c8d7fa8542dcad977b8f8e9c592", + "highlights": [] }, { - "title": "The Best Ways to Give Money Without Giving Cash", - "description": "

    In some ways, money is the perfect gift. It’s liquid, which means the recipient has total agency to do whatever they want with it. Cash is the easiest way to give money, and no one’s going to be mad about getting a box full of twenties for their birthday—but unless you’re Robert Deniro in a Scorsese film, giving cash…

    Read more...

    ", - "content": "

    In some ways, money is the perfect gift. It’s liquid, which means the recipient has total agency to do whatever they want with it. Cash is the easiest way to give money, and no one’s going to be mad about getting a box full of twenties for their birthday—but unless you’re Robert Deniro in a Scorsese film, giving cash…

    Read more...

    ", - "category": "money", - "link": "https://lifehacker.com/the-best-ways-to-give-money-without-giving-cash-1848124581", - "creator": "Jeff Somers", - "pubDate": "Mon, 29 Nov 2021 15:30:00 GMT", + "title": "As Midterms and 2024 Loom, Trump Political Operation Revs Up", + "description": "The candidate forum at Mar-a-Lago is being planned by a super PAC run by some of Donald Trump’s closest allies called Make America Great Again, Again! Inc.", + "content": "The candidate forum at Mar-a-Lago is being planned by a super PAC run by some of Donald Trump’s closest allies called Make America Great Again, Again! Inc.", + "category": "Trump, Donald J", + "link": "https://www.nytimes.com/2022/01/04/us/politics/trump-political-operation.html", + "creator": "Kenneth P. Vogel and Shane Goldmacher", + "pubDate": "Tue, 04 Jan 2022 16:49:39 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed6dd81511da7a2ad2c2d7f9eba957c4" + "hash": "60da5c984803678bb5aa64a7ef1506d0", + "highlights": [] }, { - "title": "What to Do Before You Have Surgery", - "description": "

    The idea of surgery can be daunting. You’re unconscious while someone cuts into you, more or less, and there is nothing you can do about it—it is the height of helplessness. For some, none of that is a big deal. For others—especially first-timers—surgery can be really scary. Here are some tips for how to prepare for…

    Read more...

    ", - "content": "

    The idea of surgery can be daunting. You’re unconscious while someone cuts into you, more or less, and there is nothing you can do about it—it is the height of helplessness. For some, none of that is a big deal. For others—especially first-timers—surgery can be really scary. Here are some tips for how to prepare for…

    Read more...

    ", - "category": "surgery", - "link": "https://lifehacker.com/what-to-do-before-you-have-surgery-1848100632", - "creator": "Lindsey Ellefson", - "pubDate": "Mon, 29 Nov 2021 15:00:00 GMT", + "title": "Toyota Topped G.M. in U.S. Car Sales, a First for a Foreign Automaker", + "description": "Several U.S. companies struggled to produce and sell as many cars last year because of a global computer chip shortage. Get the latest business news.", + "content": "Several U.S. companies struggled to produce and sell as many cars last year because of a global computer chip shortage. Get the latest business news.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/04/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Tue, 04 Jan 2022 18:46:56 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "762e4498d0b7de234235fcb7cfc53874" + "hash": "8b10fedc9f452c916ffe87c2aa045542", + "highlights": [] }, { - "title": "18 of the Best Non-Christmas Christmas Movies (That Aren't ‘Die Hard’)", - "description": "

    Tired: “My favorite Christmas movie is Die Hard.”

    Read more...

    ", - "content": "

    Tired: “My favorite Christmas movie is Die Hard.”

    Read more...

    ", - "category": "christmas", - "link": "https://lifehacker.com/18-of-the-best-non-christmas-christmas-movies-that-are-1848104777", - "creator": "Ross Johnson", - "pubDate": "Mon, 29 Nov 2021 14:30:00 GMT", + "title": "Leftists Are Ascendant in Latin America as Key Elections Loom", + "description": "Xiomara Castro, who won election in Honduras, has proposed a system of universal basic income for poor families.", + "content": "Xiomara Castro, who won election in Honduras, has proposed a system of universal basic income for poor families.", + "category": "Elections", + "link": "https://www.nytimes.com/2022/01/04/world/americas/leftists-elections-latin-america.html", + "creator": "Ernesto Londoño, Julie Turkewitz and Flávia Milhorance", + "pubDate": "Tue, 04 Jan 2022 16:04:40 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca8425e89a1d77d26a6045c6fb4cb1f0" + "hash": "6f2c289dd8d65a5e8eaeeb04e19d41a0", + "highlights": [] }, { - "title": "Stop Killing Houseplants (Create a Self-Sustaining Ecosphere Instead)", - "description": "

    Try as I might to keep my indoor plants alive, I am not a natural plant mom. If you’re similarly incompetent, but still want to keep a little slice of nature in your home, let me present to you: the glorious ecosphere.

    Read more...

    ", - "content": "

    Try as I might to keep my indoor plants alive, I am not a natural plant mom. If you’re similarly incompetent, but still want to keep a little slice of nature in your home, let me present to you: the glorious ecosphere.

    Read more...

    ", - "category": "ecosphere", - "link": "https://lifehacker.com/stop-killing-houseplants-create-a-self-sustaining-ecos-1848018886", - "creator": "Meredith Dietz", - "pubDate": "Mon, 29 Nov 2021 14:00:00 GMT", + "title": "U.S. Seizes a Suspect in Assassination of Haiti’s President", + "description": "The house in Port au Prince where President Jovenel Moïse of Haiti was assassinated in July of last year.", + "content": "The house in Port au Prince where President Jovenel Moïse of Haiti was assassinated in July of last year.", + "category": "Assassinations and Attempted Assassinations", + "link": "https://www.nytimes.com/2022/01/04/world/americas/suspect-detained-haiti-assassination.html", + "creator": "Anatoly Kurmanaev and Frances Robles", + "pubDate": "Tue, 04 Jan 2022 18:35:45 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3358ce2a4f590dd138d1f98b12f39dc3" + "hash": "619dd575fa8b203c1729d5b0cd3fd084", + "highlights": [] }, { - "title": "Why 'Tubular Skylights' Are Great for Brightening Up Your Home", - "description": "

    Letting in some natural light can really brighten up your home, especially during the winter months. However, while traditional skylights are an option, they can be costly and add to heating and cooling costs. Tubular skylights are a good alternative, providing natural light year round without losing as much…

    Read more...

    ", - "content": "

    Letting in some natural light can really brighten up your home, especially during the winter months. However, while traditional skylights are an option, they can be costly and add to heating and cooling costs. Tubular skylights are a good alternative, providing natural light year round without losing as much…

    Read more...

    ", - "category": "solar architecture", - "link": "https://lifehacker.com/why-tubular-skylights-are-great-for-brightening-up-your-1848031312", - "creator": "Becca Lewis", - "pubDate": "Mon, 29 Nov 2021 13:30:00 GMT", + "title": "Ireland Puts Minimum Price on Alcohol to Curb Binge Drinking", + "description": "Alcohol for sale in a supermarket in Galway, Ireland, on Tuesday. The country has introduced a new minimum price for alcohol in an effort to reduce binge drinking.", + "content": "Alcohol for sale in a supermarket in Galway, Ireland, on Tuesday. The country has introduced a new minimum price for alcohol in an effort to reduce binge drinking.", + "category": "Alcoholic Beverages", + "link": "https://www.nytimes.com/2022/01/04/world/europe/ireland-alcohol-minimum-unit-price.html", + "creator": "Isabella Kwai", + "pubDate": "Tue, 04 Jan 2022 19:01:25 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5be1f5b7ae45d2ca87436cd3251b27d8" + "hash": "459eb292a30e9335d54aec4326b61d5c", + "highlights": [] }, { - "title": "Don't Overthink Your Latkes", - "description": "

    Fact: people love latkes. I wish I was one of them. Fried potatoes should be a slam dunk, but most of my Chanukah memories involve skipping the latkes for the applesauce they were served with.

    Read more...

    ", - "content": "

    Fact: people love latkes. I wish I was one of them. Fried potatoes should be a slam dunk, but most of my Chanukah memories involve skipping the latkes for the applesauce they were served with.

    Read more...

    ", - "category": "staple foods", - "link": "https://lifehacker.com/dont-overthink-your-latkes-1848119681", - "creator": "Amanda Blum", - "pubDate": "Sun, 28 Nov 2021 21:30:00 GMT", + "title": "Djokovic Granted Covid-19 Vaccine Exemption to Play in Australian Open", + "description": "Novak Djokovic in Turin, Italy, in November.", + "content": "Novak Djokovic in Turin, Italy, in November.", + "category": "Tennis", + "link": "https://www.nytimes.com/2022/01/04/sports/tennis/djokovic-vaccine.html", + "creator": "Andrew Das", + "pubDate": "Tue, 04 Jan 2022 12:22:32 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cce855c48af4307d97a3100b11cdba7d" + "hash": "ce4436d6f46df8fb880eb68729e305de", + "highlights": [] }, { - "title": "How to Tell Exactly How Many Christmas Lights You Need", - "description": "

    There is an unspoken rule dictating that any Christmas comedy must include a scene where one of the characters gets completely tangled in strings of holiday lights. And while that situation may be funny onscreen, when it’s happening in your living room, it can be hard to find the humor in it.

    Read more...

    ", - "content": "

    There is an unspoken rule dictating that any Christmas comedy must include a scene where one of the characters gets completely tangled in strings of holiday lights. And while that situation may be funny onscreen, when it’s happening in your living room, it can be hard to find the humor in it.

    Read more...

    ", - "category": "christmas lights", - "link": "https://lifehacker.com/how-to-tell-exactly-how-many-christmas-lights-you-need-1848126999", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 28 Nov 2021 18:00:00 GMT", + "title": "Times Media Columnist Ben Smith to Leave Paper", + "description": "Ben Smith in his office at BuzzFeed headquarters in 2018.", + "content": "Ben Smith in his office at BuzzFeed headquarters in 2018.", + "category": "Appointments and Executive Changes", + "link": "https://www.nytimes.com/2022/01/04/business/ben-smith-new-york-times.html", + "creator": "David Gelles", + "pubDate": "Tue, 04 Jan 2022 19:02:00 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04e557059bbe808599d450c8ef0448c3" + "hash": "aaf8838c5fea9379f1d1c238e074008d", + "highlights": [] }, { - "title": "Get Paid $1,234 to Watch 5 of Your Favorite Childhood Movies", - "description": "

    There’s nothing like curling up on the couch and enjoying one of your favorite childhood movies. Sure, you already know the plot and can recite half of the film from memory, but that’s part of the charm. Most of all, it’s comforting.

    Read more...

    ", - "content": "

    There’s nothing like curling up on the couch and enjoying one of your favorite childhood movies. Sure, you already know the plot and can recite half of the film from memory, but that’s part of the charm. Most of all, it’s comforting.

    Read more...

    ", - "category": "entertainment culture", - "link": "https://lifehacker.com/get-paid-1-234-to-watch-5-of-your-favorite-childhood-m-1848126998", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 28 Nov 2021 16:00:00 GMT", + "title": "American Girl Debuts Chinese American Doll in Response to Anti-Asian Sentiment", + "description": "The company said it created the doll, named Corinne Tan, to teach children to stand against racism.", + "content": "The company said it created the doll, named Corinne Tan, to teach children to stand against racism.", + "category": "American Girl Inc", + "link": "https://www.nytimes.com/2022/01/04/business/chinese-american-girl-doll.html", + "creator": "Alyssa Lukpat", + "pubDate": "Tue, 04 Jan 2022 15:03:55 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "62183d1fb6ece847facc64b66b2d8bc9" + "hash": "7cc6b50d5dea744e10f2b8a4eec773ba", + "highlights": [] }, { - "title": "How to Prep Your Garage for Winter", - "description": "

    Whether you use your garage as a place to park your vehicles, or as more of a workshop, now’s the time to get it ready for the winter season. But either way, it can be a daunting task, and you may not know where to start.

    Read more...

    ", - "content": "

    Whether you use your garage as a place to park your vehicles, or as more of a workshop, now’s the time to get it ready for the winter season. But either way, it can be a daunting task, and you may not know where to start.

    Read more...

    ", - "category": "garage", - "link": "https://lifehacker.com/how-to-prep-your-garage-for-winter-1848126993", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 28 Nov 2021 14:00:00 GMT", + "title": "With Property Sales Plunging, China Evergrande Faces More Protests", + "description": "Police officers standing guard outside the Evergrande International Center in Guangzhou, China, on Tuesday, where protesters gathered to seek repayment from the Evergrande Group. ", + "content": "Police officers standing guard outside the Evergrande International Center in Guangzhou, China, on Tuesday, where protesters gathered to seek repayment from the Evergrande Group. ", + "category": "China Evergrande Group", + "link": "https://www.nytimes.com/2022/01/04/business/china-evergrande-protests.html", + "creator": "Alexandra Stevenson and Cao Li", + "pubDate": "Tue, 04 Jan 2022 12:37:27 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f018ca766a2921079a24c6bfc3e1cc72" + "hash": "5c7ba22b15310ccb67d00e325a3a61bf", + "highlights": [] }, { - "title": "How to Wash Holiday Stockings and Other Fabric Decorations", - "description": "

    Maybe you’re the type of person who, at the end of each holiday season, washes all the stockings and other festive fabric decorations before putting them in a carefully sealed container, so everything’s ready-to-go the following year.

    Read more...

    ", - "content": "

    Maybe you’re the type of person who, at the end of each holiday season, washes all the stockings and other festive fabric decorations before putting them in a carefully sealed container, so everything’s ready-to-go the following year.

    Read more...

    ", - "category": "clothing", - "link": "https://lifehacker.com/how-to-wash-holiday-stockings-and-other-fabric-decorati-1848124966", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 27 Nov 2021 18:00:00 GMT", + "title": "Suspect Charged With Arson in Fire at South Africa’s Parliament", + "description": "Zandile Christmas Mafe was charged with arson, theft and housebreaking in connection with the fire.", + "content": "Zandile Christmas Mafe was charged with arson, theft and housebreaking in connection with the fire.", + "category": "Arson", + "link": "https://www.nytimes.com/2022/01/04/world/africa/cape-town-parliament-fire-suspect-charged.html", + "creator": "Zanele Mji and Lynsey Chutel", + "pubDate": "Tue, 04 Jan 2022 16:41:28 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77df250acdb06e0c710b9cde4fb5d328" + "hash": "4053a851a0b198ee15eb01a89b2ad08b", + "highlights": [] }, { - "title": "How to Tell If Vintage Furniture Is the Real Deal or a Knockoff", - "description": "

    While there have long been diehard fans of vintage and antique furniture, the furniture shortage and resulting delivery delay throughout the COVID-19 pandemic has made higher-end secondhand shopping even more competitive. And with the increased demand has come a flood of fakes, Sydney Gore writes in an article for…

    Read more...

    ", - "content": "

    While there have long been diehard fans of vintage and antique furniture, the furniture shortage and resulting delivery delay throughout the COVID-19 pandemic has made higher-end secondhand shopping even more competitive. And with the increased demand has come a flood of fakes, Sydney Gore writes in an article for…

    Read more...

    ", - "category": "furniture", - "link": "https://lifehacker.com/how-to-tell-if-vintage-furniture-is-the-real-deal-or-a-1848124958", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 27 Nov 2021 16:00:00 GMT", + "title": "Diets Make You Feel Bad. Try Training Your Brain for Healthy Eating Instead.", + "description": "The new Eat Well Challenge will show you how to reshape your eating habits without dieting.", + "content": "The new Eat Well Challenge will show you how to reshape your eating habits without dieting.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2022/01/03/well/eat/healthy-eating-habits-new-year.html", + "creator": "Tara Parker-Pope", + "pubDate": "Mon, 03 Jan 2022 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "275f7605df8bd871d8a800781dd64479" + "hash": "59aa47224c4dbcb667a231ae00550d10", + "highlights": [] }, { - "title": "Use This Converter to Calculate the Height of Mt. Everest (or Anything Else) in Danny DeVitos", - "description": "

    Are you getting bored with our current units of measurement? Do you constantly weigh the pros and cons of the United States switching over to the metric system, and wonder if there was a better option?

    Read more...

    ", - "content": "

    Are you getting bored with our current units of measurement? Do you constantly weigh the pros and cons of the United States switching over to the metric system, and wonder if there was a better option?

    Read more...

    ", - "category": "converter", - "link": "https://lifehacker.com/use-this-converter-to-calculate-the-height-of-mt-evere-1848124951", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 27 Nov 2021 14:00:00 GMT", + "title": "The Health Benefits of Coffee", + "description": "Drinking coffee has been linked to a reduced risk of all kinds of ailments, including Parkinson’s disease, melanoma, prostate cancer, even suicide.", + "content": "Drinking coffee has been linked to a reduced risk of all kinds of ailments, including Parkinson’s disease, melanoma, prostate cancer, even suicide.", + "category": "Coffee", + "link": "https://www.nytimes.com/2021/06/14/well/eat/coffee-health-benefits.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 14 Jun 2021 09:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b085ea0b238de352bd035a42ca85d16b" + "hash": "305fd7ab463c62de7a0485a0ee6485c8", + "highlights": [] }, { - "title": "How to Decorate a Room With Christmas Greenery Without a Whole Tree", - "description": "

    Thanksgiving is over, which means the inflatable lawn turkeys will soon be replaced by inflatable lawn candy canes and holiday lights. And for those who celebrate and decorate for Christmas, it’s time to decide whether to chop a real, live outside tree and bring it into their home for a few weeks, or dust off the…

    Read more...

    ", - "content": "

    Thanksgiving is over, which means the inflatable lawn turkeys will soon be replaced by inflatable lawn candy canes and holiday lights. And for those who celebrate and decorate for Christmas, it’s time to decide whether to chop a real, live outside tree and bring it into their home for a few weeks, or dust off the…

    Read more...

    ", - "category": "christmas", - "link": "https://lifehacker.com/how-to-decorate-a-room-with-christmas-greenery-without-1848122659", - "creator": "Elizabeth Yuko", - "pubDate": "Fri, 26 Nov 2021 18:00:00 GMT", + "title": "How Fermented Foods May Alter Your Microbiome and Improve Your Health", + "description": "Foods like yogurt, kimchi, sauerkraut and kombucha increased the diversity of gut microbes and led to lower levels of inflammation.", + "content": "Foods like yogurt, kimchi, sauerkraut and kombucha increased the diversity of gut microbes and led to lower levels of inflammation.", + "category": "Microbiology", + "link": "https://www.nytimes.com/2021/08/13/well/eat/yogurt-kimchi-kombucha-microbiome.html", + "creator": "Anahad O’Connor", + "pubDate": "Fri, 13 Aug 2021 09:00:30 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6a4b0702bec08352551a6292fc9e6b2" + "hash": "7e037b077d3aa4561720d59fd1862ba7", + "highlights": [] }, { - "title": "The Difference Between Hard Water and Soft Water (and Why It Matters)", - "description": "

    When everything is working the way it’s supposed to, you might assume that tap water is pretty consistent across the board in terms of what’s in it, and how it can affect your home and your body. But in reality, that’s not the case. There are multiple ways tap water can differ depending on the community, but today…

    Read more...

    ", - "content": "

    When everything is working the way it’s supposed to, you might assume that tap water is pretty consistent across the board in terms of what’s in it, and how it can affect your home and your body. But in reality, that’s not the case. There are multiple ways tap water can differ depending on the community, but today…

    Read more...

    ", - "category": "water", - "link": "https://lifehacker.com/the-difference-between-hard-water-and-soft-water-and-w-1848122651", - "creator": "Elizabeth Yuko", - "pubDate": "Fri, 26 Nov 2021 16:00:00 GMT", + "title": "Family Meal Planning for Real Life", + "description": "Smitten Kitchen’s Deb Perelman enlists her children (9-year-old Jacob and 4-year-old Anna) to cook a family meal.", + "content": "Smitten Kitchen’s Deb Perelman enlists her children (9-year-old Jacob and 4-year-old Anna) to cook a family meal.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2020/04/17/parenting/meal-planning-kids.html", + "creator": "Deb Perelman", + "pubDate": "Sat, 18 Apr 2020 01:56:37 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1db216a2a7026dcf4fc9262cee19d71" + "hash": "c63c99e265f986021cab83300bd31ff8", + "highlights": [] }, { - "title": "How to Spot Fake Brand-Name Tools Sold Online", - "description": "

    Whether you’re in the market for tools for yourself, or to give to others as gifts, you’re probably keeping an eye out for sales and special offers—especially over the next week or so. But unfortunately, not all tools sold online are what they say they are.

    Read more...

    ", - "content": "

    Whether you’re in the market for tools for yourself, or to give to others as gifts, you’re probably keeping an eye out for sales and special offers—especially over the next week or so. But unfortunately, not all tools sold online are what they say they are.

    Read more...

    ", - "category": "tools", - "link": "https://lifehacker.com/how-to-spot-fake-brand-name-tools-sold-online-1848122667", - "creator": "Elizabeth Yuko", - "pubDate": "Fri, 26 Nov 2021 14:00:00 GMT", + "title": "How Food Traditions Nourish New Moms", + "description": "Parents still turn to old recipes and customs for postpartum recovery.", + "content": "Parents still turn to old recipes and customs for postpartum recovery.", + "category": "Pregnancy and Childbirth", + "link": "https://www.nytimes.com/2021/02/25/parenting/postpartum-food-traditions.html", + "creator": "Pooja Makhijani", + "pubDate": "Thu, 25 Feb 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a66b0bc5fadc3b024f899e2e509daf7" + "hash": "4ae5ebf8e5003bf7d8da3d9bb90eaecd", + "highlights": [] }, { - "title": "13 Exciting Ways to Eat Your Thanksgiving Leftovers", - "description": "

    Thanksgiving leftovers are more fun to eat than the actual, proper Thanksgiving meal. The leftovers are where you can get creative, inspired, and unhinged. Sandwiches, soup, fried rice, and pot pies are all fine and delicious, but they’re almost as traditional as turkey and dressing. If you’re looking for new and…

    Read more...

    ", - "content": "

    Thanksgiving leftovers are more fun to eat than the actual, proper Thanksgiving meal. The leftovers are where you can get creative, inspired, and unhinged. Sandwiches, soup, fried rice, and pot pies are all fine and delicious, but they’re almost as traditional as turkey and dressing. If you’re looking for new and…

    Read more...

    ", - "category": "cuisine", - "link": "https://lifehacker.com/13-exciting-ways-to-eat-your-thanksgiving-leftovers-1848118023", - "creator": "Claire Lower", - "pubDate": "Fri, 26 Nov 2021 13:30:00 GMT", + "title": "Noah Hawley Keeps Changing Lanes", + "description": "Noah Hawley at his fire pit in Austin. “I have the luxury of when I have ideas, I think, ‘Well, what is it?’” he said. “‘Is it a show? Is it a movie? Is it a book?’”", + "content": "Noah Hawley at his fire pit in Austin. “I have the luxury of when I have ideas, I think, ‘Well, what is it?’” he said. “‘Is it a show? Is it a movie? Is it a book?’”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/02/books/noah-hawley-anthem.html", + "creator": "Elizabeth A. Harris", + "pubDate": "Tue, 04 Jan 2022 18:39:52 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fae1bb5e13439a39ca743704ac441794" + "hash": "f44b1c0a4d141422a6e8a3942d7e36e9", + "highlights": [] }, { - "title": "How to Decide Whether to Board or Bring Your Pet on a Holiday Road Trip", - "description": "

    Many people think of their furry, four-legged friends as being part of their family, so it can be hard to leave them for the holidays. But with holiday travel being hectic enough on its own, it’s not always clear whether to add your mutt to the mix.

    Read more...

    ", - "content": "

    Many people think of their furry, four-legged friends as being part of their family, so it can be hard to leave them for the holidays. But with holiday travel being hectic enough on its own, it’s not always clear whether to add your mutt to the mix.

    Read more...

    ", - "category": "jessica bell", - "link": "https://lifehacker.com/how-to-decide-whether-to-board-or-bring-your-pet-on-a-h-1848117313", - "creator": "Elizabeth Yuko", - "pubDate": "Thu, 25 Nov 2021 18:00:00 GMT", + "title": "Coronavirus Is Surging. Avant-Garde Arts Festivals Are Closing.", + "description": "The directors of the Prototype festival of experimental opera made the decision to cancel this year’s 10th anniversary celebration. From left: Jecca Barry, Beth Morrison and Kristin Marting, with Kim Whitener, one of the festival’s founders, at right.", + "content": "The directors of the Prototype festival of experimental opera made the decision to cancel this year’s 10th anniversary celebration. From left: Jecca Barry, Beth Morrison and Kristin Marting, with Kim Whitener, one of the festival’s founders, at right.", + "category": "Theater", + "link": "https://www.nytimes.com/2022/01/03/theater/festivals-covid-coronavirus.html", + "creator": "Alexis Soloski", + "pubDate": "Mon, 03 Jan 2022 23:27:39 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0733cbcf02de92bfa321845fb4aa5986" + "hash": "15cdd000f13dbefaf2051cbf3dfd5e7f", + "highlights": [] }, { - "title": "How to Share Your Dietary Preferences and Restrictions Without Sounding Rude", - "description": "

    Not everyone is on the same page when it comes to food allergies and intolerances, and dietary restrictions and preferences, and that’s never more evident than at a holiday meal. While your immediate family may know you’re vegan or lactose intolerant, that’s not necessarily the case with extended family, friends, or…

    Read more...

    ", - "content": "

    Not everyone is on the same page when it comes to food allergies and intolerances, and dietary restrictions and preferences, and that’s never more evident than at a holiday meal. While your immediate family may know you’re vegan or lactose intolerant, that’s not necessarily the case with extended family, friends, or…

    Read more...

    ", - "category": "diet", - "link": "https://lifehacker.com/how-to-share-your-dietary-preferences-and-restrictions-1848117253", - "creator": "Elizabeth Yuko", - "pubDate": "Thu, 25 Nov 2021 16:00:00 GMT", + "title": "How to Design a Home Gym That You’ll Actually Use", + "description": "As the pandemic rages on, the safest place to work out is at home. Here’s how to create a personal gym you’ll want to spend time in.", + "content": "As the pandemic rages on, the safest place to work out is at home. Here’s how to create a personal gym you’ll want to spend time in.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/04/realestate/build-a-home-gym.html", + "creator": "Tim McKeough", + "pubDate": "Tue, 04 Jan 2022 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ccd5fc279569089d752cd7823c284a27" + "hash": "9095f26d970b743da34e16d9bb563b1f", + "highlights": [] }, { - "title": "The Laziest, Most Efficient Way to Clean Just Before Guests Arrive", - "description": "

    Having people over is always more work than you think it’s going to be. Even if you go in with the intention of keeping it casual, there’s usually the moment about a half hour before guests are set to arrive that you realize that your home—which you initially didn’t think was that bad—actually looks pretty sloppy.

    Read more...

    ", - "content": "

    Having people over is always more work than you think it’s going to be. Even if you go in with the intention of keeping it casual, there’s usually the moment about a half hour before guests are set to arrive that you realize that your home—which you initially didn’t think was that bad—actually looks pretty sloppy.

    Read more...

    ", - "category": "", - "link": "https://lifehacker.com/the-laziest-most-efficient-way-to-clean-just-before-gu-1848117221", - "creator": "Elizabeth Yuko", - "pubDate": "Thu, 25 Nov 2021 14:00:00 GMT", + "title": "Selling Cars, Plus Coffee, Tea or a Fancy Dinner", + "description": "Genesis House, a brand experience center that aims to introduce people to a relative newcomer in the auto world.", + "content": "Genesis House, a brand experience center that aims to introduce people to a relative newcomer in the auto world.", + "category": "Automobiles", + "link": "https://www.nytimes.com/2021/12/30/business/cars-brand-experience-centers.html", + "creator": "Brett Berk", + "pubDate": "Thu, 30 Dec 2021 11:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4633d83f953aa876fa02a6da0ab7b494" + "hash": "72c49295326fbfa36ad6ffe7bd8d1031", + "highlights": [] }, { - "title": "Please Don't Bring These Things Up at the Thanksgiving Table", - "description": "

    Hopefully, we all know to avoid politics and religion at holiday social occasions where guests of varying ideological and spiritual leanings have gathered, for a good, festive time. But there are plenty of other verboten subjects and lines of questioning from which you should probably steer clear—that is, unless you…

    Read more...

    ", - "content": "

    Hopefully, we all know to avoid politics and religion at holiday social occasions where guests of varying ideological and spiritual leanings have gathered, for a good, festive time. But there are plenty of other verboten subjects and lines of questioning from which you should probably steer clear—that is, unless you…

    Read more...

    ", - "category": "", - "link": "https://lifehacker.com/please-dont-bring-these-things-up-at-the-thanksgiving-t-1848119290", - "creator": "Sarah Showfety", - "pubDate": "Wed, 24 Nov 2021 21:30:00 GMT", + "title": "Craving Books, Sex and Revolution", + "description": "Gina Apostol’s novel “Bibliolepsy” revisits the final years of the Marcos dictatorship in the Philippines.", + "content": "Gina Apostol’s novel “Bibliolepsy” revisits the final years of the Marcos dictatorship in the Philippines.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2022/01/04/books/review/bibliolepsy-gina-apostol.html", + "creator": "Idra Novey", + "pubDate": "Tue, 04 Jan 2022 10:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e219d42a410ef5f3490dcaf605ec707d" + "hash": "73277f743867a0aef8e74a4393e6a578", + "highlights": [] }, { - "title": "How to Tell If You’re Oversharing (and How to Stop It)", - "description": "

    The line between private and public information has never been more blurred, whether you blame reality TV, social media, or perhaps a global pandemic steadily chipping away at all of our emotional states. Chances are good that at one point or another, you’ve been guilty of oversharing, which the New York Times

    Read more...

    ", - "content": "

    The line between private and public information has never been more blurred, whether you blame reality TV, social media, or perhaps a global pandemic steadily chipping away at all of our emotional states. Chances are good that at one point or another, you’ve been guilty of oversharing, which the New York Times

    Read more...

    ", - "category": "", - "link": "https://lifehacker.com/how-to-tell-if-you-re-oversharing-and-how-to-stop-it-1847937624", - "creator": "Meredith Dietz", - "pubDate": "Wed, 24 Nov 2021 20:30:00 GMT", + "title": "‘It’s Chaos’ as Schools Confront Omicron", + "description": "Wendy Geiling, the assistant principal of Garfield Elementary in Cleveland, handing out a tablet for younger students who started remote learning on Monday.", + "content": "Wendy Geiling, the assistant principal of Garfield Elementary in Cleveland, handing out a tablet for younger students who started remote learning on Monday.", + "category": "E-Learning", + "link": "https://www.nytimes.com/2022/01/03/us/school-reopening-classrooms-omicron.html", + "creator": "Dana Goldstein", + "pubDate": "Tue, 04 Jan 2022 02:38:30 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5dc61fe34afe0eae0b39fd90a61207ff" + "hash": "a117e03075dd99868bcbdc0df290e2d6", + "highlights": [] }, { - "title": "There Were Billions of T-rexes, and 9 Other Things You Never Knew About Dinosaurs", - "description": "

    Dinosaurs have been extinct for over 65 million years, but scientists just can’t let them rest in their colossal graves. Instead, they’re digging up fossils, conducting research, and otherwise changing our understanding of dinosaur biology and culture. Please enjoy these ten newly discovered facts and theories about…

    Read more...

    ", - "content": "

    Dinosaurs have been extinct for over 65 million years, but scientists just can’t let them rest in their colossal graves. Instead, they’re digging up fossils, conducting research, and otherwise changing our understanding of dinosaur biology and culture. Please enjoy these ten newly discovered facts and theories about…

    Read more...

    ", - "category": "paleontology", - "link": "https://lifehacker.com/10-amazing-things-you-never-knew-about-dinosaurs-1848118855", - "creator": "Stephen Johnson", - "pubDate": "Wed, 24 Nov 2021 20:00:00 GMT", + "title": "The lack of a quick test to diagnose Omicron or Delta is complicating treatments. Catch up on the latest.", + "description": "As evidence emerges that Omicron results in fewer hospitalizations and deaths, governments are redoubling vaccination efforts. Here’s the latest.", + "content": "As evidence emerges that Omicron results in fewer hospitalizations and deaths, governments are redoubling vaccination efforts. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/03/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Tue, 04 Jan 2022 08:25:56 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f8ebc36af633650a9003ecd3d201204" + "hash": "dacaf9dde83edc689c89aa92a42f39e5", + "highlights": [] }, { - "title": "How to Recognize When You're in An Emotional Affair (and What to Do About It)", - "description": "

    The word “affair” makes us think of fiery, passionate, physical flings, but not every affair is an in-person tryst. Some are emotional affairs and, unlike their physical counterparts, they can be trickier to identify. Are you getting way too personal with a colleague? Are you making up excuses to see your kid’s cute…

    Read more...

    ", - "content": "

    The word “affair” makes us think of fiery, passionate, physical flings, but not every affair is an in-person tryst. Some are emotional affairs and, unlike their physical counterparts, they can be trickier to identify. Are you getting way too personal with a colleague? Are you making up excuses to see your kid’s cute…

    Read more...

    ", - "category": "emotional affair", - "link": "https://lifehacker.com/how-to-recognize-when-youre-in-an-emotional-affair-and-1847993221", - "creator": "Lindsey Ellefson", - "pubDate": "Wed, 24 Nov 2021 19:30:00 GMT", + "title": "Federal judge blocks the Defense Dept. from punishing Navy forces who refuse the vaccine.", + "description": "Military personnel at Fort Bragg, in North Carolina, getting a medical screening before vaccination in February 2021. ", + "content": "Military personnel at Fort Bragg, in North Carolina, getting a medical screening before vaccination in February 2021. ", + "category": "Freedom of Religion", + "link": "https://www.nytimes.com/2022/01/04/us/lawsuit-us-troops-vaccine-exemption.html", + "creator": "Livia Albeck-Ripka", + "pubDate": "Tue, 04 Jan 2022 06:10:29 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18301664efd3256d45f2d95d8ff91bfa" + "hash": "62b33be15dae25ec84d67e7f6de7c3aa", + "highlights": [] }, { - "title": "So You Bought the Wrong Milk for Your Pumpkin Pie", - "description": "

    Sweetened condensed milk and evaporated milk are two distinct products, but it’s easy to get them confused. They’re both milk that comes in cans, and they’re usually stocked right next to each other, often with the same cute little cow on the label. Grabbing one when you meant to grab the other is not outside of the…

    Read more...

    ", - "content": "

    Sweetened condensed milk and evaporated milk are two distinct products, but it’s easy to get them confused. They’re both milk that comes in cans, and they’re usually stocked right next to each other, often with the same cute little cow on the label. Grabbing one when you meant to grab the other is not outside of the…

    Read more...

    ", - "category": "pumpkin pie", - "link": "https://lifehacker.com/so-you-bought-the-wrong-milk-for-your-pumpkin-pie-1848118315", - "creator": "Claire Lower", - "pubDate": "Wed, 24 Nov 2021 19:00:00 GMT", + "title": "As Omicron Cases Rise, Companies Rethink Return-to-Office Plans", + "description": "Goldman Sachs, which called most of its staff back to the office in June, told U.S. employees on Sunday to work from home until Jan. 18.", + "content": "Goldman Sachs, which called most of its staff back to the office in June, told U.S. employees on Sunday to work from home until Jan. 18.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2022/01/03/business/omicron-return-to-office.html", + "creator": "Lauren Hirsch and Emma Goldberg", + "pubDate": "Mon, 03 Jan 2022 23:34:01 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed28196ace095891667d88ef584a0578" + "hash": "46636bac2f6756e85f66e9f20cd6b6d5", + "highlights": [] }, { - "title": "Black Friday Is a Scam", - "description": "

    This isn’t a post about how to avoid scammers on Black Friday (though, there will be plenty of those, so watch out). It’s about how the whole event is an over-hyped, panic-inducing marketing blitz to which we should not subscribe. (You hear me, Big Retail? I don’t believe those LEGOs will only be $9 off for one day.

    Read more...

    ", - "content": "

    This isn’t a post about how to avoid scammers on Black Friday (though, there will be plenty of those, so watch out). It’s about how the whole event is an over-hyped, panic-inducing marketing blitz to which we should not subscribe. (You hear me, Big Retail? I don’t believe those LEGOs will only be $9 off for one day.

    Read more...

    ", - "category": "black friday", - "link": "https://lifehacker.com/black-friday-is-a-scam-1848117218", - "creator": "Sarah Showfety", - "pubDate": "Wed, 24 Nov 2021 18:30:00 GMT", + "title": "More Than 3,000 Flights Are Canceled on Monday", + "description": "Travelers at O'Hare International Airport in Chicago on Thursday. Flight cancellations have been driven in large part by a winter storm.", + "content": "Travelers at O'Hare International Airport in Chicago on Thursday. Flight cancellations have been driven in large part by a winter storm.", + "category": "Airlines and Airplanes", + "link": "https://www.nytimes.com/2022/01/03/business/airlines-flight-cancelations.html", + "creator": "Niraj Chokshi", + "pubDate": "Mon, 03 Jan 2022 22:30:27 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ac688f14dbba8ce4f412fb5a45d538c" + "hash": "4ddeb42c1fd623b4a153f824632630d5", + "highlights": [] }, { - "title": "Our Favorite Home Improvements You Can Make for Less Than $100", - "description": "

    Home improvement projects can be daunting, both in scale and in cost. But if you’re looking for small ways to make your home more comfortable, more efficient, or safer for you and your guests, you don’t have to go broke. Here are a few of our favorite home improvement projects that will yield big results, even on a…

    Read more...

    ", - "content": "

    Home improvement projects can be daunting, both in scale and in cost. But if you’re looking for small ways to make your home more comfortable, more efficient, or safer for you and your guests, you don’t have to go broke. Here are a few of our favorite home improvement projects that will yield big results, even on a…

    Read more...

    ", - "category": "central heating", - "link": "https://lifehacker.com/our-favorite-home-improvements-you-can-make-for-less-th-1848115216", - "creator": "Becca Lewis", - "pubDate": "Wed, 24 Nov 2021 18:00:00 GMT", + "title": "Theranos Founder Elizabeth Holmes Found Guilty of Four Counts of Fraud", + "description": "Elizabeth Holmes, center, entering the courthouse in San Jose, Calif., on Monday.", + "content": "Elizabeth Holmes, center, entering the courthouse in San Jose, Calif., on Monday.", + "category": "Falsification of Data", + "link": "https://www.nytimes.com/2022/01/03/technology/elizabeth-holmes-guilty.html", + "creator": "Erin Griffith and Erin Woo", + "pubDate": "Tue, 04 Jan 2022 04:26:15 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e54ffd27e176c3cd55d9c48a2fcf57a2" + "hash": "95c18604499aebac1fcd957669527e3a", + "highlights": [] }, { - "title": "You Should Try DuckDuckGo's New Tracker Protection on Android, No Matter What Browser You Use", - "description": "

    We all know that the internet isn’t a “private” place. When you search for something on Google or download a new app, there’s an understanding that some of your data is likely going somewhere. That said, what’s especially creepy about the state of our privacy online is how invisible tracking can be. You can think…

    Read more...

    ", - "content": "

    We all know that the internet isn’t a “private” place. When you search for something on Google or download a new app, there’s an understanding that some of your data is likely going somewhere. That said, what’s especially creepy about the state of our privacy online is how invisible tracking can be. You can think…

    Read more...

    ", - "category": "duckduckgo", - "link": "https://lifehacker.com/you-should-try-duckduckgos-new-tracker-protection-on-an-1848116798", - "creator": "Jake Peterson", - "pubDate": "Wed, 24 Nov 2021 17:30:00 GMT", + "title": "The Epic Rise and Fall of Elizabeth Holmes", + "description": "For a decade, Ms. Holmes fooled savvy investors, hundreds of smart employees, an all-star board and a media eager to anoint a new star.", + "content": "For a decade, Ms. Holmes fooled savvy investors, hundreds of smart employees, an all-star board and a media eager to anoint a new star.", + "category": "Computers and the Internet", + "link": "https://www.nytimes.com/2022/01/03/technology/elizabeth-holmes-theranos.html", + "creator": "David Streitfeld", + "pubDate": "Tue, 04 Jan 2022 03:22:17 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4464a7297c9f3ee764135273fe98a936" + "hash": "17c8b53da70c2ae6bd867fd1497bae4d", + "highlights": [] }, { - "title": "What's New on Paramount Plus in December 2021", - "description": "

    The weirdest thing about the Peak Streaming Era is that there are TV shows that have been running for years that I, a person who reads entertainment websites for fun and listens to podcasts about TV, have never heard of.

    Read more...

    ", - "content": "

    The weirdest thing about the Peak Streaming Era is that there are TV shows that have been running for years that I, a person who reads entertainment websites for fun and listens to podcasts about TV, have never heard of.

    Read more...

    ", - "category": "rugrats", - "link": "https://lifehacker.com/whats-new-on-paramount-plus-in-december-2021-1848117485", - "creator": "Joel Cunningham", - "pubDate": "Wed, 24 Nov 2021 17:00:00 GMT", + "title": "What Happens Next to Elizabeth Holmes", + "description": "Ms. Holmes leaving the courthouse in San Jose, Calif., on Monday.", + "content": "Ms. Holmes leaving the courthouse in San Jose, Calif., on Monday.", + "category": "", + "link": "https://www.nytimes.com/2022/01/03/technology/elizabeth-holmes-conviction-appeal.html", + "creator": "Erin Woo", + "pubDate": "Tue, 04 Jan 2022 05:12:47 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2fa3266257774ced97dbc7b4a1563e10" + "hash": "538622752a61f5174915a36277e9dd4d", + "highlights": [] }, { - "title": "How to (Try to) Prevent Your Kid From Melting Down During the Holidays", - "description": "

    As much as we may wax nostalgic about what the holidays were like for us growing up, being a parent during this time of the year isn’t exactly easy. There’s the nonstop sugar, the disruptions to your child’s schedule, the heightened anticipation about presents, and all the other overstimulating festivities.

    Read more...

    ", - "content": "

    As much as we may wax nostalgic about what the holidays were like for us growing up, being a parent during this time of the year isn’t exactly easy. There’s the nonstop sugar, the disruptions to your child’s schedule, the heightened anticipation about presents, and all the other overstimulating festivities.

    Read more...

    ", - "category": "jason kahn", - "link": "https://lifehacker.com/how-to-try-to-prevent-your-kid-from-melting-down-duri-1848115100", - "creator": "Rachel Fairbank", - "pubDate": "Wed, 24 Nov 2021 16:30:00 GMT", + "title": "Another Far-Right Group Is Scrutinized About Its Efforts to Aid Trump", + "description": " Michael T. Flynn, center, the former national security adviser. Members of the 1st Amendment Praetorian at times guarded him and other allies of President Donald J. Trump.", + "content": " Michael T. Flynn, center, the former national security adviser. Members of the 1st Amendment Praetorian at times guarded him and other allies of President Donald J. Trump.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2022/01/03/us/politics/first-amendment-praetorian-trump-jan-6.html", + "creator": "Alan Feuer", + "pubDate": "Tue, 04 Jan 2022 05:03:31 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c5c6fd00d6d9ab4fd7df640e43da6219" + "hash": "477f8e282c0c83d4ee5422793f1bab44", + "highlights": [] }, { - "title": "Why Everyone Secretly Hates 'Do-Gooders'", - "description": "

    This article from the BBC made me feel so relieved at my loathing of altruists that I can finally say what most of us have been thinking: Selfless people are the absolute worst.

    Read more...

    ", - "content": "

    This article from the BBC made me feel so relieved at my loathing of altruists that I can finally say what most of us have been thinking: Selfless people are the absolute worst.

    Read more...

    ", - "category": "motivation", - "link": "https://lifehacker.com/why-everyone-secretly-hates-do-gooders-1848114786", - "creator": "Stephen Johnson", - "pubDate": "Wed, 24 Nov 2021 16:00:00 GMT", + "title": "The Jan. 6 Committee’s Consideration of a Criminal Referral, Explained", + "description": "Former President Donald J. Trump last year. Representative Liz Cheney, Republican of Wyoming, has characterized his slow response to the Jan. 6 attack as a dereliction of duty.", + "content": "Former President Donald J. Trump last year. Representative Liz Cheney, Republican of Wyoming, has characterized his slow response to the Jan. 6 attack as a dereliction of duty.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/03/us/politics/jan-6-committee-criminal-referral.html", + "creator": "Luke Broadwater", + "pubDate": "Mon, 03 Jan 2022 23:53:39 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d05d2d6c7469e7fe393bdb8527f77230" + "hash": "a7d07dc22a03b2daab223fdae98d3e65", + "highlights": [] }, { - "title": "Black Friday Food Deals to Sustain You While You Shop", - "description": "

    Although Black Friday isn’t the be-all-end-all shopping day it once was, for some people, hitting the stores at the stroke of midnight, after downing a plate of Thanksgiving leftovers, has become a tradition.

    Read more...

    ", - "content": "

    Although Black Friday isn’t the be-all-end-all shopping day it once was, for some people, hitting the stores at the stroke of midnight, after downing a plate of Thanksgiving leftovers, has become a tradition.

    Read more...

    ", - "category": "black friday", - "link": "https://lifehacker.com/black-friday-food-deals-to-sustain-you-while-you-shop-1848114149", - "creator": "Elizabeth Yuko", - "pubDate": "Wed, 24 Nov 2021 15:30:00 GMT", + "title": "Trump Endorses Viktor Orban, Hungary’s Far-Right Prime Minister", + "description": "Viktor Orban, left, was an early supporter of former President Donald J. Trump.", + "content": "Viktor Orban, left, was an early supporter of former President Donald J. Trump.", + "category": "Endorsements", + "link": "https://www.nytimes.com/2022/01/03/us/politics/trump-endorses-viktor-orban-hungary.html", + "creator": "Shane Goldmacher", + "pubDate": "Mon, 03 Jan 2022 15:19:21 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c303ba479fedaf3c931b92997c293973" + "hash": "776f67b7fc8a6f58e00ae1bcff67182b", + "highlights": [] }, { - "title": "Should You Get a Whoop Band or a Smartwatch?", - "description": "

    If you want an activity tracker, there are a bunch of great choices out there, from budget step trackers to full-featured watches. If you’ve decided you want a ton of data and don’t mind spending extra money for it, that narrows down your options a good bit, but one of the candidates is not quite like the others. So…

    Read more...

    ", - "content": "

    If you want an activity tracker, there are a bunch of great choices out there, from budget step trackers to full-featured watches. If you’ve decided you want a ton of data and don’t mind spending extra money for it, that narrows down your options a good bit, but one of the candidates is not quite like the others. So…

    Read more...

    ", - "category": "whoop", - "link": "https://lifehacker.com/should-you-get-a-whoop-band-or-a-smartwatch-1848110715", - "creator": "Beth Skwarecki", - "pubDate": "Wed, 24 Nov 2021 15:00:00 GMT", + "title": "‘Three Minutes: A Lengthening’ Looks at Jewish Life Before Nazi Invasion", + "description": "A documentary based on a home movie shot by an American in 1938 provides a look at the vibrancy of a Jewish community in Europe just before the Holocaust.", + "content": "A documentary based on a home movie shot by an American in 1938 provides a look at the vibrancy of a Jewish community in Europe just before the Holocaust.", + "category": "Documentary Films and Programs", + "link": "https://www.nytimes.com/2022/01/03/movies/three-minutes-a-lengthening-documentary.html", + "creator": "Nina Siegal", + "pubDate": "Tue, 04 Jan 2022 04:26:09 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76bc9b5cf07338b54ba49e842e23fa6e" + "hash": "90628a4716687802d7436c870c58d9ca", + "highlights": [] }, { - "title": "These Food Chains Won't Judge You and Will Be Open on Thanksgiving Day", - "description": "

    For many of us, Thanksgiving is centered around a huge meal. But let’s say you don’t feel like spending much, if any, time in the kitchen and would rather be on the couch watching TV with takeout. Or maybe your food prep doesn’t go quite as planned and you need a last-minute backup dinner. Or you’ve realized you…

    Read more...

    ", - "content": "

    For many of us, Thanksgiving is centered around a huge meal. But let’s say you don’t feel like spending much, if any, time in the kitchen and would rather be on the couch watching TV with takeout. Or maybe your food prep doesn’t go quite as planned and you need a last-minute backup dinner. Or you’ve realized you…

    Read more...

    ", - "category": "thanksgiving", - "link": "https://lifehacker.com/these-food-chains-wont-judge-you-and-will-be-open-on-th-1848110919", - "creator": "Emily Long", - "pubDate": "Wed, 24 Nov 2021 14:30:00 GMT", + "title": "The Viral Lies About Covid That Keep Killing Us", + "description": "Why 2021 wasn’t the year we beat the pandemic.", + "content": "Why 2021 wasn’t the year we beat the pandemic.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/03/opinion/covid-vaccines-misinformation.html", + "creator": "Paul Krugman", + "pubDate": "Tue, 04 Jan 2022 00:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6af1c0bd319b8802f5bf72350d87b278" + "hash": "685cee2228e074491df5bd03b14619c1", + "highlights": [] }, { - "title": "Do These Things When You’re so Irritated You’re About to Snap", - "description": "

    It’s always the little things that make me snap. A spouse breathing too loudly, a dish left in the sink, a stranger’s bad parking job: Suddenly my whole day is ruined, and everyone I know is lucky enough to be subjected to my Larry David-like rants.

    Read more...

    ", - "content": "

    It’s always the little things that make me snap. A spouse breathing too loudly, a dish left in the sink, a stranger’s bad parking job: Suddenly my whole day is ruined, and everyone I know is lucky enough to be subjected to my Larry David-like rants.

    Read more...

    ", - "category": "attention deficit hyperactivity disorder", - "link": "https://lifehacker.com/do-these-things-when-you-re-so-irritated-you-re-about-t-1848041707", - "creator": "Meredith Dietz", - "pubDate": "Wed, 24 Nov 2021 14:00:00 GMT", + "title": "Every Day Is Jan. 6 Now", + "description": "Though we yearn for peace and quiet, things in America are far from normal.", + "content": "Though we yearn for peace and quiet, things in America are far from normal.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/01/opinion/january-6-attack-committee.html", + "creator": "The Editorial Board", + "pubDate": "Sat, 01 Jan 2022 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8cece473af60c9093a61b8010c165d9" + "hash": "c1545049f4154e382d71e76b4d13cd46", + "highlights": [] }, { - "title": "The Best and Worst Hours to Drive on Thanksgiving, According to AAA", - "description": "

    After a holiday season during which many of us stayed close to home (ahem, 2020), Thanksgiving 2021 is expected to be busy for travel of all kinds. That means highways and airports are likely to be more crowded than at any time in recent memory, and delays and disruptions are inevitable.

    Read more...

    ", - "content": "

    After a holiday season during which many of us stayed close to home (ahem, 2020), Thanksgiving 2021 is expected to be busy for travel of all kinds. That means highways and airports are likely to be more crowded than at any time in recent memory, and delays and disruptions are inevitable.

    Read more...

    ", - "category": "disaster accident", - "link": "https://lifehacker.com/the-best-and-worst-hours-to-drive-on-thanksgiving-acco-1848111343", - "creator": "Emily Long", - "pubDate": "Wed, 24 Nov 2021 13:30:00 GMT", + "title": "Prosecute Donald Trump for the Jan. 6 Coup Attempt?", + "description": " ", + "content": " ", + "category": "Trump, Donald J", + "link": "https://www.nytimes.com/2022/01/03/opinion/letters/donald-trump-jan-6.html", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 19:30:46 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc17c12eb24c517a3260d4626d152b80" + "hash": "408bbbc948fdf50148d8e7df2e290dee", + "highlights": [] }, { - "title": "What to Do If Your Turkey Is Still Frozen", - "description": "

    Here we are, the day before Thanksgiving, and your turkey is still frozen. It doesn’t matter that multiple food websites have been yelling about turkey thaw times for days—if not weeks—now. There are always a few stragglers who wait until Wednesday or—much worse—Thursday morning.

    Read more...

    ", - "content": "

    Here we are, the day before Thanksgiving, and your turkey is still frozen. It doesn’t matter that multiple food websites have been yelling about turkey thaw times for days—if not weeks—now. There are always a few stragglers who wait until Wednesday or—much worse—Thursday morning.

    Read more...

    ", - "category": "laboratory equipment", - "link": "https://lifehacker.com/what-to-do-if-your-turkey-is-still-frozen-1848113182", - "creator": "Claire Lower", - "pubDate": "Wed, 24 Nov 2021 13:00:00 GMT", + "title": "Death Is for the Living: Lessons From Religious Scholars ", + "description": "There is so much to learn from facing the about what is unknowable.", + "content": "There is so much to learn from facing the about what is unknowable.", + "category": "Philosophy", + "link": "https://www.nytimes.com/2022/01/02/opinion/death-religion-interviews-lessons.html", + "creator": "George Yancy", + "pubDate": "Sun, 02 Jan 2022 17:00:07 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f7c4fe3b2d188b76414b25495d65105" + "hash": "8b63b2dc63cb30e3ce0d08607a8f2857", + "highlights": [] }, { - "title": "How to Set a Formal Thanksgiving Table Like a Sophisticated Adult", - "description": "

    The biggest eating holiday of the year is upon us. You’ve brainstormed the menu, shopped for sweet potatoes and Brussels sprouts, and thawed the turkey. (You have thawed the turkey, right?) With all the fanfare and preparation around the main event, it’s easy to give short shrift to the canvas that will display the…

    Read more...

    ", - "content": "

    The biggest eating holiday of the year is upon us. You’ve brainstormed the menu, shopped for sweet potatoes and Brussels sprouts, and thawed the turkey. (You have thawed the turkey, right?) With all the fanfare and preparation around the main event, it’s easy to give short shrift to the canvas that will display the…

    Read more...

    ", - "category": "spoon", - "link": "https://lifehacker.com/how-to-set-a-formal-thanksgiving-table-like-a-sophistic-1848113001", - "creator": "Sarah Showfety", - "pubDate": "Tue, 23 Nov 2021 22:30:00 GMT", + "title": "10 New Year’s Resolutions That Are Good for the Soul", + "description": "There is hope in the idea that we can change, as individuals and as a society.", + "content": "There is hope in the idea that we can change, as individuals and as a society.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2022/01/02/opinion/new-years-resolutions.html", + "creator": "Tish Harrison Warren", + "pubDate": "Sun, 02 Jan 2022 17:59:17 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88b21f555c28c6156609f5b0897b4a7f" + "hash": "d1d179822bba8c415e5fcd83e34a3900", + "highlights": [] }, { - "title": "How to Cut Coffee's Bitterness Without Using Sweetener", - "description": "

    When it came to coffee, for ages I was a milk and “Sugar in the Raw” girl. Just one packet at most, or ideally half a packet—but that was the absolute minimum amount of crystals required to make it palatable. (Before that, I vacillated between Sweet ‘n Low and Splenda, two artificial alternatives I was never happy…

    Read more...

    ", - "content": "

    When it came to coffee, for ages I was a milk and “Sugar in the Raw” girl. Just one packet at most, or ideally half a packet—but that was the absolute minimum amount of crystals required to make it palatable. (Before that, I vacillated between Sweet ‘n Low and Splenda, two artificial alternatives I was never happy…

    Read more...

    ", - "category": "excipients", - "link": "https://lifehacker.com/how-to-cut-coffees-bitterness-without-using-sweetener-1848067924", - "creator": "Sarah Showfety", - "pubDate": "Tue, 23 Nov 2021 22:00:00 GMT", + "title": "Trigger Warning: It’s My Brother’s Turn Again", + "description": "Covid delayed Kevin’s annual column from the Republican point of view. But he’s back.", + "content": "Covid delayed Kevin’s annual column from the Republican point of view. But he’s back.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2022/01/01/opinion/trigger-warning-its-my-brothers-turn-again.html", + "creator": "Maureen Dowd", + "pubDate": "Sat, 01 Jan 2022 14:00:04 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad182aa602243e6935a0cbde216d716e" + "hash": "9e4721fa561fdb98924ff2f873e1128f", + "highlights": [] }, { - "title": "How to Still Have Great Sex When You Don't Feel Very Sexy", - "description": "

    Even when you’re not feeling your hottest, your partner in a good relationship is still attracted to you. It can feel unbelievable, but it’s true. It doesn’t matter if you’re feeling uneasy about your looks, if you’re going through a sad period, or you have a health issue—there are plenty of reasons you might feel…

    Read more...

    ", - "content": "

    Even when you’re not feeling your hottest, your partner in a good relationship is still attracted to you. It can feel unbelievable, but it’s true. It doesn’t matter if you’re feeling uneasy about your looks, if you’re going through a sad period, or you have a health issue—there are plenty of reasons you might feel…

    Read more...

    ", - "category": "love", - "link": "https://lifehacker.com/how-to-still-have-great-sex-when-you-dont-feel-very-sex-1848030478", - "creator": "Lindsey Ellefson", - "pubDate": "Tue, 23 Nov 2021 21:30:00 GMT", + "title": "The Challenges of Keeping Schools Open", + "description": "Readers discuss the teacher shortage and conditions in inner-city schools. Also: The nuclear threat; saving the free press; Meredith Willson.", + "content": "Readers discuss the teacher shortage and conditions in inner-city schools. Also: The nuclear threat; saving the free press; Meredith Willson.", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2022/01/02/opinion/letters/keeping-schools-open.html", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 04:17:34 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcb9718470faf543bb5c42895360852d" + "hash": "1fb4853da1d530cea04268b79bf6381f", + "highlights": [] }, { - "title": "Do You Really Need to Chill Your Pie Dough?", - "description": "

    Everyone knows that a chef’s kiss-worthy pie crust requires cold butter, which is why most recipes recommend chilling the dough twice: Once after mixing, and again after assembling the pie. The downside is that rolling out cold dough sucks, so you’ll have to wait for it to warm up first (or smack it around a little), …

    Read more...

    ", - "content": "

    Everyone knows that a chef’s kiss-worthy pie crust requires cold butter, which is why most recipes recommend chilling the dough twice: Once after mixing, and again after assembling the pie. The downside is that rolling out cold dough sucks, so you’ll have to wait for it to warm up first (or smack it around a little), …

    Read more...

    ", - "category": "pie", - "link": "https://lifehacker.com/do-you-really-need-to-chill-your-pie-dough-1848111393", - "creator": "A.A. Newton", - "pubDate": "Tue, 23 Nov 2021 21:00:00 GMT", + "title": "Hockey Fan Spots Cancerous Mole at Game and Delivers a Lifesaving Note", + "description": "Nadia Popovici, left, and Brian Hamilton, the assistant equipment manager for the Vancouver Canucks. Ms. Popovici alerted him during an October game about a cancerous mole he had.", + "content": "Nadia Popovici, left, and Brian Hamilton, the assistant equipment manager for the Vancouver Canucks. Ms. Popovici alerted him during an October game about a cancerous mole he had.", + "category": "Hockey, Ice", + "link": "https://www.nytimes.com/2022/01/02/sports/hockey/canucks-cancer-manager-fan.html", + "creator": "Eduardo Medina", + "pubDate": "Sun, 02 Jan 2022 22:18:41 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b26cc43db764646f55496295d0f5688" + "hash": "069795ebbdacee3601e47e8a453d2e97", + "highlights": [] }, { - "title": "When You Should Use LinkedIn's Resume Builder, and When You Shouldn’t", - "description": "

    There’s never a bad time to apply for a new job, but updating your resume can begin to feel like a big task (especially if you’re already overworked). If you’ve got a LinkedIn profile though, you can use what you’ve already written to build and customize a strategic resume, as well as speed up your application…

    Read more...

    ", - "content": "

    There’s never a bad time to apply for a new job, but updating your resume can begin to feel like a big task (especially if you’re already overworked). If you’ve got a LinkedIn profile though, you can use what you’ve already written to build and customize a strategic resume, as well as speed up your application…

    Read more...

    ", - "category": "linkedin", - "link": "https://lifehacker.com/when-you-should-use-linkedins-resume-builder-and-when-1848110383", - "creator": "Pranay Parab", - "pubDate": "Tue, 23 Nov 2021 20:30:00 GMT", + "title": "Coming Soon to This Coal County: Solar, in a Big Way", + "description": "Adam Edelen has a plan to install solar panels on the restored top of the Martiki coal mine in Martin County, Ky.", + "content": "Adam Edelen has a plan to install solar panels on the restored top of the Martiki coal mine in Martin County, Ky.", + "category": "Martin County (Ky)", + "link": "https://www.nytimes.com/2022/01/02/climate/coal-mines-solar-climate.html", + "creator": "Cara Buckley", + "pubDate": "Sun, 02 Jan 2022 08:00:12 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca3521929e151add3c283ddfcb991d32" + "hash": "2cb95caa1b7b710625e7cb00e1c3f8a1", + "highlights": [] }, { - "title": "The Two Bottles You Should Bring to Thanksgiving Dinner", - "description": "

    I am too dumb to figure out “analytics” but I suspect “what wine pairs with turkey?” is an oft-Googled search term this time of year. Pinot and Beaujolais are popular options but they are, in my highly valued opinion, not the best bottles to bring to a Thanksgiving or other seasonally festive dinner. That distinction…

    Read more...

    ", - "content": "

    I am too dumb to figure out “analytics” but I suspect “what wine pairs with turkey?” is an oft-Googled search term this time of year. Pinot and Beaujolais are popular options but they are, in my highly valued opinion, not the best bottles to bring to a Thanksgiving or other seasonally festive dinner. That distinction…

    Read more...

    ", - "category": "thanksgiving dinner", - "link": "https://lifehacker.com/the-two-bottles-you-should-bring-to-thanksgiving-dinner-1848106673", - "creator": "Claire Lower", - "pubDate": "Tue, 23 Nov 2021 20:00:00 GMT", + "title": "The Secrets to Successful Aging in 2022", + "description": "Advice from Well’s most popular stories of the year.", + "content": "Advice from Well’s most popular stories of the year.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/31/well/live/aging-advice.html", + "creator": "The New York Times", + "pubDate": "Fri, 31 Dec 2021 21:16:23 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec5426c8713ecd06b1ec5df7df708382" + "hash": "eb42e37230ff994f13669f08d79e9d98", + "highlights": [] }, { - "title": "19 of the Best Shows Canceled in 2021 (and Where They Might Go Next)", - "description": "

    We currently have more broadcast and cable networks and streaming services that any one person or household or possibly small village could possibly watch, and all of them are desperate for content. That means that shows come and go faster than they used to, but it also means there’s more hope than ever that your…

    Read more...

    ", - "content": "

    We currently have more broadcast and cable networks and streaming services that any one person or household or possibly small village could possibly watch, and all of them are desperate for content. That means that shows come and go faster than they used to, but it also means there’s more hope than ever that your…

    Read more...

    ", - "category": "aretha franklin", - "link": "https://lifehacker.com/19-of-the-best-shows-canceled-in-2021-and-where-they-m-1848068965", - "creator": "Ross Johnson", - "pubDate": "Tue, 23 Nov 2021 19:30:00 GMT", + "title": "Antonio Brown Storms Off Field During Buccaneers’ Win Over Jets", + "description": "Antonio Brown caught three of five targets for 26 yards in Sunday’s game against the Jets.", + "content": "Antonio Brown caught three of five targets for 26 yards in Sunday’s game against the Jets.", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/02/sports/football/antonio-brown-buccaneers-jets-score.html", + "creator": "Emmanuel Morgan", + "pubDate": "Mon, 03 Jan 2022 00:51:56 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d20b2cc71d59ba791f6dae11f278638c" + "hash": "cf0d7ac47b768dd0e190fdd625ca8e63", + "highlights": [] }, { - "title": "How to Feel Your Feelings (and Why You Should)", - "description": "

    Feeling our feelings—contrary to long-held popular opinion that it is somehow weak—is remarkably hard work. Which is why we engage in frequent avoidance techniques so we don’t have to feel them: drinking, binge-eating, gambling, and staying excessively busy, to name a few. But as it turns out, learning how to feel (…

    Read more...

    ", - "content": "

    Feeling our feelings—contrary to long-held popular opinion that it is somehow weak—is remarkably hard work. Which is why we engage in frequent avoidance techniques so we don’t have to feel them: drinking, binge-eating, gambling, and staying excessively busy, to name a few. But as it turns out, learning how to feel (…

    Read more...

    ", - "category": "jeff guenther", - "link": "https://lifehacker.com/how-to-feel-your-feelings-and-why-you-should-1848110119", - "creator": "Sarah Showfety", - "pubDate": "Tue, 23 Nov 2021 19:00:00 GMT", + "title": "A Nation on Hold Wants to Speak With a Manager", + "description": "In our anger-filled age, when people need to shop or travel or cope with mild disappointment they’re “devolving into children.”", + "content": "In our anger-filled age, when people need to shop or travel or cope with mild disappointment they’re “devolving into children.”", + "category": "Customer Relations", + "link": "https://www.nytimes.com/2022/01/01/business/customer-service-pandemic-rage.html", + "creator": "Sarah Lyall", + "pubDate": "Sat, 01 Jan 2022 14:46:33 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f8e129759af0ec72bd152e2edde0d2a8" + "hash": "70cff902528eb0597334bbecb9281505", + "highlights": [] }, { - "title": "Customize Your Mac's 'Finder' so It Shows You the Things You Actually Need", - "description": "

    Finder is your pathway to all the files on your Mac. Sure, you could (and should) use Spotlight to quickly find and open files. But when it comes to actually managing and working with files, folders, and documents, the Finder app is essential—especially since none of use know how to create a folder hierarchy anymore.

    Read more...

    ", - "content": "

    Finder is your pathway to all the files on your Mac. Sure, you could (and should) use Spotlight to quickly find and open files. But when it comes to actually managing and working with files, folders, and documents, the Finder app is essential—especially since none of use know how to create a folder hierarchy anymore.

    Read more...

    ", - "category": "finder", - "link": "https://lifehacker.com/customize-your-macs-finder-so-it-shows-you-the-things-y-1848108213", - "creator": "Khamosh Pathak", - "pubDate": "Tue, 23 Nov 2021 18:30:00 GMT", + "title": "The ‘End of an Ending’: Was 2021 Really The Worst?", + "description": "Voices from Times Opinion and “Argument” listeners make their case.", + "content": "Voices from Times Opinion and “Argument” listeners make their case.", + "category": "New Year", + "link": "https://www.nytimes.com/2021/12/29/opinion/2021-better-worse.html", + "creator": "‘The Argument’", + "pubDate": "Wed, 29 Dec 2021 10:00:18 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "971d8a3b3ca63903c96b37ce612e7821" + "hash": "a1e0ba20b3a3fa2c92861ff8db8308a8", + "highlights": [] }, { - "title": "What Discontinued Fast-Food Item Do You Wish With All Your Heart Would Return?", - "description": "

    Inadequate as I am to properly articulate what loss feels like, I turn to the poets. So in the words Edna St. Vincent Millay, “Where you used to be, there is a hole in the world, which I find myself constantly walking around in the daytime, and falling in at night. I miss you like hell.” I am, of course, talking about…

    Read more...

    ", - "content": "

    Inadequate as I am to properly articulate what loss feels like, I turn to the poets. So in the words Edna St. Vincent Millay, “Where you used to be, there is a hole in the world, which I find myself constantly walking around in the daytime, and falling in at night. I miss you like hell.” I am, of course, talking about…

    Read more...

    ", - "category": "taco bell", - "link": "https://lifehacker.com/what-discontinued-fast-food-item-do-you-wish-with-all-y-1848110165", - "creator": "Meredith Dietz", - "pubDate": "Tue, 23 Nov 2021 18:00:00 GMT", + "title": "The Year in Sound", + "description": "A riot at the Capitol, the climate crisis and the changing fortunes of the pandemic: Here is our audio time capsule of 2021.", + "content": "A riot at the Capitol, the climate crisis and the changing fortunes of the pandemic: Here is our audio time capsule of 2021.", + "category": "audio-neutral-immersive", + "link": "https://www.nytimes.com/2021/12/23/podcasts/the-daily/the-year-in-sound.html", + "creator": "Clare Toeniskoetter, Sydney Harper, Eric Krupke, Larissa Anderson and Lisa Chow", + "pubDate": "Thu, 23 Dec 2021 11:00:07 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4abee0c276bc0deb5df8def371ba273" + "hash": "ababcdb795c1d9c43fff0328bfbf419d", + "highlights": [] }, { - "title": "How (and Why) to Give Cryptocurrency as a Gift This Year", - "description": "

    Considering that it’s one of the few things unaffected by supply chain issues, you might be want to consider gifting friends and family cryptocurrency for the holidays this year. Of course, cryptocurrencies are risky investments due to their volatility, so you’d have to be comfortable with crypto as a “fun” gift that…

    Read more...

    ", - "content": "

    Considering that it’s one of the few things unaffected by supply chain issues, you might be want to consider gifting friends and family cryptocurrency for the holidays this year. Of course, cryptocurrencies are risky investments due to their volatility, so you’d have to be comfortable with crypto as a “fun” gift that…

    Read more...

    ", - "category": "cryptocurrency", - "link": "https://lifehacker.com/how-and-why-to-give-cryptocurrency-as-a-gift-this-yea-1847976113", - "creator": "Mike Winters", - "pubDate": "Tue, 23 Nov 2021 17:30:00 GMT", + "title": "Willie Brown on Crime and Street Conditions in San Francisco", + "description": "Former San Francisco Mayor Willie L. Brown in 2016.", + "content": "Former San Francisco Mayor Willie L. Brown in 2016.", + "category": "California", + "link": "https://www.nytimes.com/2022/01/03/us/willie-brown-san-francisco.html", + "creator": "Thomas Fuller", + "pubDate": "Mon, 03 Jan 2022 13:52:29 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "463eb4bfbeebd95391a3987fa96f8b2c" + "hash": "50587a789e99590aa601bd9390350a2e", + "highlights": [] }, { - "title": "What's New on Netflix in December 2021", - "description": "

    Netflix apparently doesn’t want you to go outside again before 2022, given how much stuff they’re cramming onto their service in December: with new seasons of past breakouts, star-studded original films, comedy specials, and so much reality TV, who needs reality? Reality is depressing!

    Read more...

    ", - "content": "

    Netflix apparently doesn’t want you to go outside again before 2022, given how much stuff they’re cramming onto their service in December: with new seasons of past breakouts, star-studded original films, comedy specials, and so much reality TV, who needs reality? Reality is depressing!

    Read more...

    ", - "category": "netflix", - "link": "https://lifehacker.com/whats-new-on-netflix-in-december-2021-1848110326", - "creator": "Joel Cunningham", - "pubDate": "Tue, 23 Nov 2021 17:00:00 GMT", + "title": "Sudan Braces for ‘the Worst’ after Prime Minister Resigns", + "description": "People chant slogans during a protest to denounce the October 2021 military coup, in Khartoum on Sunday.", + "content": "People chant slogans during a protest to denounce the October 2021 military coup, in Khartoum on Sunday.", + "category": "Sudan", + "link": "https://www.nytimes.com/2022/01/03/world/africa/sudan-prime-minister-resigns.html", + "creator": "Abdi Latif Dahir", + "pubDate": "Tue, 04 Jan 2022 00:19:14 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "192e6191eb24736fa7e1514eb0867719" + "hash": "2f98cb7fed2e89135fae5fb9364d313c", + "highlights": [] }, { - "title": "How to Fix Your Broken Roku", - "description": "

    Is your Roku giving you issues? Maybe you sat down to watch some HBO Max, or started looking forward to Hawkeye on Disney+, but something’s wrong with your Roku. As the holiday breaks approaches, we’re all going to have more time to spend watching TV, but you won’t be able to enjoy it if your Roku apps don’t work.…

    Read more...

    ", - "content": "

    Is your Roku giving you issues? Maybe you sat down to watch some HBO Max, or started looking forward to Hawkeye on Disney+, but something’s wrong with your Roku. As the holiday breaks approaches, we’re all going to have more time to spend watching TV, but you won’t be able to enjoy it if your Roku apps don’t work.…

    Read more...

    ", - "category": "roku", - "link": "https://lifehacker.com/how-to-fix-your-broken-roku-1848109662", - "creator": "Jake Peterson", - "pubDate": "Tue, 23 Nov 2021 16:30:00 GMT", + "title": "Kathy Hochul Will Propose Term Limits for New York Governors", + "description": "Gov. Kathy Hochul is scheduled to deliver her State of the State speech on Wednesday. It is the most important speech of her political career so far.", + "content": "Gov. Kathy Hochul is scheduled to deliver her State of the State speech on Wednesday. It is the most important speech of her political career so far.", + "category": "Hochul, Kathleen C", + "link": "https://www.nytimes.com/2022/01/03/nyregion/kathy-hochul-government-reform.html", + "creator": "Luis Ferré-Sadurní", + "pubDate": "Mon, 03 Jan 2022 22:26:04 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2be6c639784bd46bab52ebafb022c16" + "hash": "217028923698cde48fff760c7cdd673a", + "highlights": [] }, { - "title": "How to Reduce Your Family’s Screen Time (Now That It’s Totally Out of Control)", - "description": "

    In a simpler, more innocent time, limiting screen time was cited by many parents as one of their major parenting concerns. In a 2019 Pew Research Center poll, 71% of parents with a child under the age of 12 said they were concerned about the amount of time their kids spent in front of a screen.

    Read more...

    ", - "content": "

    In a simpler, more innocent time, limiting screen time was cited by many parents as one of their major parenting concerns. In a 2019 Pew Research Center poll, 71% of parents with a child under the age of 12 said they were concerned about the amount of time their kids spent in front of a screen.

    Read more...

    ", - "category": "screen time", - "link": "https://lifehacker.com/how-to-reduce-your-family-s-screen-time-now-that-it-s-1848107784", - "creator": "Rachel Fairbank", - "pubDate": "Tue, 23 Nov 2021 16:00:00 GMT", + "title": "Democrats Set Timetable to Change Rules for Stalled Voting Rights Bills", + "description": "Little legislative action is expected this week given the anniversary of the Jan. 6 attack on the Capitol.", + "content": "Little legislative action is expected this week given the anniversary of the Jan. 6 attack on the Capitol.", + "category": "Senate", + "link": "https://www.nytimes.com/2022/01/03/us/politics/senate-democrats-biden-agenda.html", + "creator": "Carl Hulse and Emily Cochrane", + "pubDate": "Mon, 03 Jan 2022 23:25:12 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc4f423bad2d03274c51922f45a76306" + "hash": "10d1f049872f0e27c164a445b8e98187", + "highlights": [] }, { - "title": "How to Be Alone on Thanksgiving", - "description": "

    There is no rule that says you have to be with family during the holiday season, but it feels like there is. There are loads of reasons you might find yourself flying solo on Thanksgiving. Maybe your family is toxic. Maybe you don’t have the money to fly home. Maybe you’re burned out and want a year off from all the…

    Read more...

    ", - "content": "

    There is no rule that says you have to be with family during the holiday season, but it feels like there is. There are loads of reasons you might find yourself flying solo on Thanksgiving. Maybe your family is toxic. Maybe you don’t have the money to fly home. Maybe you’re burned out and want a year off from all the…

    Read more...

    ", - "category": "thanksgiving", - "link": "https://lifehacker.com/how-to-be-alone-on-thanksgiving-1848100781", - "creator": "Lindsey Ellefson", - "pubDate": "Tue, 23 Nov 2021 15:30:00 GMT", + "title": "Odds of Gerrymandering Grow in New York as Redistricting Panel Falters", + "description": "The redistricting process in New York State will determine congressional and legislative maps for the next decade.", + "content": "The redistricting process in New York State will determine congressional and legislative maps for the next decade.", + "category": "Redistricting and Reapportionment", + "link": "https://www.nytimes.com/2022/01/03/nyregion/new-york-redistricting-gerrymandering.html", + "creator": "Nicholas Fandos", + "pubDate": "Mon, 03 Jan 2022 23:33:45 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57668b7610cc46cf88aeae93313441bd" + "hash": "66c8fefffca7d9a227719f6685f29817", + "highlights": [] }, { - "title": "14 Things Every Home Gym Needs", - "description": "

    There’s a little game I like to play sometimes, and it seems to be popular with other folks who tend to work out at home: What equipment would I buy if I were starting a new home gym from scratch? Or you can play the advanced version: if you already have (insert common items here), what would you buy next?

    Read more...

    ", - "content": "

    There’s a little game I like to play sometimes, and it seems to be popular with other folks who tend to work out at home: What equipment would I buy if I were starting a new home gym from scratch? Or you can play the advanced version: if you already have (insert common items here), what would you buy next?

    Read more...

    ", - "category": "squat", - "link": "https://lifehacker.com/14-things-every-home-gym-needs-1848104799", - "creator": "Beth Skwarecki", - "pubDate": "Tue, 23 Nov 2021 15:00:00 GMT", + "title": "Colorado Wildfire Inquiry Focuses on Christian Sect", + "description": "The Marshall fire destroyed homes in suburban neighborhoods between Denver and Boulder.", + "content": "The Marshall fire destroyed homes in suburban neighborhoods between Denver and Boulder.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2022/01/03/us/colorado-fire-twelve-tribes.html", + "creator": "Simon Romero and Giulia Heyward", + "pubDate": "Tue, 04 Jan 2022 03:56:39 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b19fd5f38f9e0e72210bdc23fe58079" + "hash": "0ed4e3c8ab830209b79a814b15e778e7", + "highlights": [] }, { - "title": "How to Get Your Kid to Look at Holiday Toy Catalogues in a Way That Is Actually Productive", - "description": "

    The holidays approaching, which means if you have kids and a mailbox, the latter is filling up daily with toy and children’s clothing catalogs. While witnessing your kids’ unbridled excitement at paging through them may generate nostalgia-fueled forgiveness of this influx of direct marketing, such holiday catalogs, if …

    Read more...

    ", - "content": "

    The holidays approaching, which means if you have kids and a mailbox, the latter is filling up daily with toy and children’s clothing catalogs. While witnessing your kids’ unbridled excitement at paging through them may generate nostalgia-fueled forgiveness of this influx of direct marketing, such holiday catalogs, if …

    Read more...

    ", - "category": "toy", - "link": "https://lifehacker.com/how-to-get-your-kid-to-look-at-holiday-toy-catalogues-i-1848104872", - "creator": "Sarah Showfety", - "pubDate": "Tue, 23 Nov 2021 14:30:00 GMT", + "title": "Winter Storm Hits D.C. Area and Causes Widespread Power Outages", + "description": "President Biden disembarks Air Force One during a snowstorm at Joint Base Andrews in Maryland on Monday.", + "content": "President Biden disembarks Air Force One during a snowstorm at Joint Base Andrews in Maryland on Monday.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2022/01/03/us/sleet-snow-forecast.html", + "creator": "Derrick Bryson Taylor, Eduardo Medina and Jesus Jiménez", + "pubDate": "Tue, 04 Jan 2022 03:39:12 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7863b69a209d1faf6d4f34bde0cd9b59" + "hash": "6ae4492b1528e57d2fe979797df20ccb", + "highlights": [] }, { - "title": "The Best Thanksgiving Guests Bring Toilet Paper", - "description": "

    Being a Thanksgiving guest is an easier gig than being a Thanksgiving host, but the best guests always contribute in some fashion. Bringing a side dish the most classic move (bringing a bottle of wine is a close second), but there are lots of practical, non-edible things you can bring if you find yourself invited to a…

    Read more...

    ", - "content": "

    Being a Thanksgiving guest is an easier gig than being a Thanksgiving host, but the best guests always contribute in some fashion. Bringing a side dish the most classic move (bringing a bottle of wine is a close second), but there are lots of practical, non-edible things you can bring if you find yourself invited to a…

    Read more...

    ", - "category": "thanksgiving dinner", - "link": "https://lifehacker.com/the-best-thanksgiving-guests-bring-toilet-paper-1848105840", - "creator": "Claire Lower", - "pubDate": "Tue, 23 Nov 2021 14:00:00 GMT", + "title": "Woman Suing Prince Andrew for Abuse Settled With Epstein for $500,000", + "description": "Prince Andrew, the second son of Queen Elizabeth II, has denied the allegations. ", + "content": "Prince Andrew, the second son of Queen Elizabeth II, has denied the allegations. ", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2022/01/03/us/prince-andrew-jeffrey-epstein.html", + "creator": "Karen Zraick", + "pubDate": "Tue, 04 Jan 2022 00:05:23 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38c2eab181038f09d3558411d9a04687" + "hash": "0a32aa4f97e9932b76bd5caa39f88aba", + "highlights": [] }, { - "title": "How to Recognize the Weasley, Smarmy, and Otherwise Loaded Language That People Use Against You", - "description": "

    We’re surrounded with loaded language. Whether it’s mass media, politics, or the people around us, someone is always trying to use words and phrases to support their agenda and to change our minds in bad faith.

    Read more...

    ", - "content": "

    We’re surrounded with loaded language. Whether it’s mass media, politics, or the people around us, someone is always trying to use words and phrases to support their agenda and to change our minds in bad faith.

    Read more...

    ", - "category": "smarmy", - "link": "https://lifehacker.com/how-to-recognize-the-weasley-smarmy-and-otherwise-loa-1848105669", - "creator": "Stephen Johnson", - "pubDate": "Mon, 22 Nov 2021 22:30:00 GMT", + "title": "Verizon and AT&T Agree to Delay 5G Plans Over Airline Safety Concerns", + "description": "Verizon cell towers at the Los Angeles airport. The company's planned 5G expansion has hit a hurdle over flight safety.", + "content": "Verizon cell towers at the Los Angeles airport. The company's planned 5G expansion has hit a hurdle over flight safety.", + "category": "5G (Wireless Communications)", + "link": "https://www.nytimes.com/2022/01/03/technology/verizon-att-5g-delay-airline-safety.html", + "creator": "David McCabe", + "pubDate": "Tue, 04 Jan 2022 03:19:42 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d39e12e2bbc982590355852699b72ec1" + "hash": "0b5ec9a53efb38d16cfe71bb6d48d33a", + "highlights": [] }, { - "title": "How to Choose Between HIIT and Steady Cardio Workouts", - "description": "

    High intensity interval training packs a hard workout into a short period of time, which makes it sound like it should be an efficient, superior way to work out. But HIIT doesn’t have as many advantages as we’re led to believe, and often steady-state cardio is the better option. Let’s look at a few factors to keep in…

    Read more...

    ", - "content": "

    High intensity interval training packs a hard workout into a short period of time, which makes it sound like it should be an efficient, superior way to work out. But HIIT doesn’t have as many advantages as we’re led to believe, and often steady-state cardio is the better option. Let’s look at a few factors to keep in…

    Read more...

    ", - "category": "hiit", - "link": "https://lifehacker.com/how-to-choose-between-hiit-and-steady-cardio-workouts-1848105482", - "creator": "Beth Skwarecki", - "pubDate": "Mon, 22 Nov 2021 22:00:00 GMT", + "title": "Representative Bobby Rush, Longtime Illinois Democrat, Will Retire", + "description": "Representative Bobby L. Rush, along with other House members and activists, demanding an end to gun violence in Chicago at the Capitol in 2016. Gun violence has been a signature issue for him.", + "content": "Representative Bobby L. Rush, along with other House members and activists, demanding an end to gun violence in Chicago at the Capitol in 2016. Gun violence has been a signature issue for him.", + "category": "Rush, Bobby L", + "link": "https://www.nytimes.com/2022/01/03/us/politics/bobby-rush-retire.html", + "creator": "Emily Cochrane", + "pubDate": "Tue, 04 Jan 2022 03:41:33 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3807fd593e49beea21acae9a2a71e5c" + "hash": "724fb738334459249de0506e9eac2385", + "highlights": [] }, { - "title": "Use These Three Ingredients to Easily 'Vegan-ize' Your Favorite Thanksgiving Recipes", - "description": "

    As I’ve mentioned previously, my 2021 Thanksgiving guest list is chockfull vegans, vegetarians, people with dairy allergies, and the lactose intolerant. I am none of those things. I love butter, I love cream, and I love animal fats—but I also love a challenge, so I have been enthusiastically tweaking my recipes to…

    Read more...

    ", - "content": "

    As I’ve mentioned previously, my 2021 Thanksgiving guest list is chockfull vegans, vegetarians, people with dairy allergies, and the lactose intolerant. I am none of those things. I love butter, I love cream, and I love animal fats—but I also love a challenge, so I have been enthusiastically tweaking my recipes to…

    Read more...

    ", - "category": "soups", - "link": "https://lifehacker.com/use-these-three-ingredients-to-easily-vegan-ize-your-fa-1848105033", - "creator": "Claire Lower", - "pubDate": "Mon, 22 Nov 2021 21:30:00 GMT", + "title": "Haiti Prime Minister Survives Assassination Attempt, His Office Says", + "description": "Prime Minister Ariel Henry of Haiti speaking at the inauguration ceremony of his culture minister, in Port-au-Prince in November.", + "content": "Prime Minister Ariel Henry of Haiti speaking at the inauguration ceremony of his culture minister, in Port-au-Prince in November.", + "category": "Haiti", + "link": "https://www.nytimes.com/2022/01/03/world/americas/haiti-prime-minister-assassination-attempt.html", + "creator": "Reuters", + "pubDate": "Tue, 04 Jan 2022 02:45:28 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df01ce6b75e51f3687501c0fbda6ddc4" + "hash": "a8d3cb647a7ccdd91a18f3ff8c4b9d96", + "highlights": [] }, { - "title": "What Bloating Actually Is (and How to Prevent It)", - "description": "

    My favorite game to play over the holidays is one in which I am my own competitor, testing my own limits, pushing myself to see how much food I can eat without putting myself in a position of serious discomfort. How do I win? Well, it’s a delicate game that involves careful strategy (and Lactaid). Still, I am not…

    Read more...

    ", - "content": "

    My favorite game to play over the holidays is one in which I am my own competitor, testing my own limits, pushing myself to see how much food I can eat without putting myself in a position of serious discomfort. How do I win? Well, it’s a delicate game that involves careful strategy (and Lactaid). Still, I am not…

    Read more...

    ", - "category": "bloating", - "link": "https://lifehacker.com/what-bloating-actually-is-and-how-to-prevent-it-1848104978", - "creator": "Meredith Dietz", - "pubDate": "Mon, 22 Nov 2021 21:00:00 GMT", + "title": "New Hampshire Secretary of State, Longest Serving in U.S., Is Retiring", + "description": "Bill Gardner was first elected as New Hampshire’s secretary of state in 1976.", + "content": "Bill Gardner was first elected as New Hampshire’s secretary of state in 1976.", + "category": "New Hampshire", + "link": "https://www.nytimes.com/2022/01/03/us/politics/new-hampshire-secretary-of-state-resigns.html", + "creator": "Trip Gabriel", + "pubDate": "Tue, 04 Jan 2022 00:05:55 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4ebdb0bd46f52b6c91a79a0c9816717" + "hash": "d85fb01f2897c68bf0942780cccc006d", + "highlights": [] }, { - "title": "What's New on Amazon Prime Video in December 2021", - "description": "

    Much as how The Wheel of Time was the result of Jeff Bezos really, really wanting Amazon Prime Video to have its own Game of Thrones, December’s original film offering Being the Ricardos seems the answer to his request that an Amazon-produced film bring home a Best Actress Oscar.

    Read more...

    ", - "content": "

    Much as how The Wheel of Time was the result of Jeff Bezos really, really wanting Amazon Prime Video to have its own Game of Thrones, December’s original film offering Being the Ricardos seems the answer to his request that an Amazon-produced film bring home a Best Actress Oscar.

    Read more...

    ", - "category": "amazon", - "link": "https://lifehacker.com/whats-new-on-amazon-prime-video-in-december-2021-1848104497", - "creator": "Joel Cunningham", - "pubDate": "Mon, 22 Nov 2021 19:30:00 GMT", + "title": "BlackBerry Ends Service; Devices Will Stop Working January 4", + "description": "Thorsten Heins, the chief executive at the time, announcing the new BlackBerry 10 in New York in 2013.", + "content": "Thorsten Heins, the chief executive at the time, announcing the new BlackBerry 10 in New York in 2013.", + "category": "Wireless Communications", + "link": "https://www.nytimes.com/2022/01/03/technology/personaltech/blackberry-devices-stop-working.html", + "creator": "Neil Vigdor", + "pubDate": "Mon, 03 Jan 2022 23:56:36 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74e646b58cffd15d0a78c769390222a8" + "hash": "b2d67845f70b62aaea8619e0669ac53f", + "highlights": [] }, { - "title": "What You Should Do the Last Few Days Before Thanksgiving", - "description": "

    After weeks of preparation and planning, we are just days away from cooking The Bird, as well as all the other sides and pies required by the holiday. I, for one, am excited.

    Read more...

    ", - "content": "

    After weeks of preparation and planning, we are just days away from cooking The Bird, as well as all the other sides and pies required by the holiday. I, for one, am excited.

    Read more...

    ", - "category": "cuisine", - "link": "https://lifehacker.com/what-you-should-do-the-last-few-days-before-thanksgivin-1848104126", - "creator": "Claire Lower", - "pubDate": "Mon, 22 Nov 2021 19:00:00 GMT", + "title": "Why Stress May Be Your Heart’s Worst Enemy", + "description": "Psychological stress activates the fear center in the brain, setting into motion a cascade of reactions that can lead to heart attacks and strokes.", + "content": "Psychological stress activates the fear center in the brain, setting into motion a cascade of reactions that can lead to heart attacks and strokes.", + "category": "Anxiety and Stress", + "link": "https://www.nytimes.com/2022/01/03/well/mind/stress-heart.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 03 Jan 2022 10:00:16 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "071ea8fae8df4b36d91d128f46c27b06" + "hash": "b7a553c8102456440d3a09ca13622d38", + "highlights": [] }, { - "title": "How to Leave a Holiday Party Early Without Being Rude", - "description": "

    ‘Tis the season to gather, make merry, and peace out early so you can get into your fleece Snuggie and watch Money Heist before bed? While this may not be the official motto of the holiday season, it sure is for me. I love mingling, toasting, and being festive—up to a point. And that point is usually well before the…

    Read more...

    ", - "content": "

    ‘Tis the season to gather, make merry, and peace out early so you can get into your fleece Snuggie and watch Money Heist before bed? While this may not be the official motto of the holiday season, it sure is for me. I love mingling, toasting, and being festive—up to a point. And that point is usually well before the…

    Read more...

    ", - "category": "party", - "link": "https://lifehacker.com/how-to-leave-a-holiday-party-early-without-being-rude-1848103261", - "creator": "Sarah Showfety", - "pubDate": "Mon, 22 Nov 2021 18:30:00 GMT", + "title": "Considering a Dry January? How to Embrace Mindful Drinking", + "description": "A growing moderation movement harnesses strategies from meditation to cut back on alcohol.", + "content": "A growing moderation movement harnesses strategies from meditation to cut back on alcohol.", + "category": "Alcoholic Beverages", + "link": "https://www.nytimes.com/2021/12/23/well/dry-january-mindful-drinking.html", + "creator": "Dani Blum", + "pubDate": "Thu, 23 Dec 2021 22:39:52 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ba1c6dfe5db522382cbdd7cc2889517" + "hash": "3f64cdbd4ab7865dd861e3b435230bad", + "highlights": [] }, { - "title": "What Do All Those Noises Your AirPods and Beats Make Actually Mean?", - "description": "

    When you pick up your AirPods or your Beats, you expect them to play your favorite music, podcasts, movies, and more. What you might not expect to hear are random, unexplained alert tones. These sounds can be distracting and confusing, and can affect the way your headphones and earbuds function. Here’s what these…

    Read more...

    ", - "content": "

    When you pick up your AirPods or your Beats, you expect them to play your favorite music, podcasts, movies, and more. What you might not expect to hear are random, unexplained alert tones. These sounds can be distracting and confusing, and can affect the way your headphones and earbuds function. Here’s what these…

    Read more...

    ", - "category": "airpods", - "link": "https://lifehacker.com/what-do-all-those-noises-your-airpods-and-beats-make-ac-1848102854", - "creator": "Jake Peterson", - "pubDate": "Mon, 22 Nov 2021 17:30:00 GMT", + "title": "How to Remove Mold Safely", + "description": "The truth about black mold, fungus farts and that goop in the corner of your shower.", + "content": "The truth about black mold, fungus farts and that goop in the corner of your shower.", + "category": "Mold", + "link": "https://www.nytimes.com/2020/06/04/parenting/mold-removal-safety.html", + "creator": "Sally Adee", + "pubDate": "Fri, 05 Jun 2020 20:28:22 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8872485aa76cb883344009afe00d2648" + "hash": "c071cd0e9967553878d459c3c2367407", + "highlights": [] }, { - "title": "What's New on HBO Max in December 2021", - "description": "

    In early 2003, it seemed like The Matrix was poised to become the next Star Wars—a sci-fi franchise with enough fan enthusiasm and in-universe lore to endure for decades. The first film, a box office hit in 1999 that only became more popular on DVD (becoming one of the first “must-own” titles and arguably, and…

    Read more...

    ", - "content": "

    In early 2003, it seemed like The Matrix was poised to become the next Star Wars—a sci-fi franchise with enough fan enthusiasm and in-universe lore to endure for decades. The first film, a box office hit in 1999 that only became more popular on DVD (becoming one of the first “must-own” titles and arguably, and…

    Read more...

    ", - "category": "hbo max", - "link": "https://lifehacker.com/what-new-on-hbo-max-in-december-2021-1848102760", - "creator": "Joel Cunningham", - "pubDate": "Mon, 22 Nov 2021 16:00:00 GMT", + "title": "Downsize New Years Resolutions for 2021", + "description": "2020 was a rough one. Here’s how to make goals for 2021 that feel both satisfying and doable.", + "content": "2020 was a rough one. Here’s how to make goals for 2021 that feel both satisfying and doable.", + "category": "New Year", + "link": "https://www.nytimes.com/2020/12/29/well/live/new-years-resolutions-2021.html", + "creator": "Christina Caron", + "pubDate": "Mon, 25 Jan 2021 15:26:49 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0d9d07f7231da9912772bc3609b821c" + "hash": "73a49741f9d23bcc30529a913d067499", + "highlights": [] }, { - "title": "How to Get Instant Notifications When a Specific PS5 Game Goes on Sale", - "description": "

    As console game prices keep heading north, preordering games or buying them on launch date makes less and less financial sense. Especially when the same game could be available for 30% or more off the list price in a few months—by which point those game-breaking bugs will also have been fixed. If you’ve been feeling…

    Read more...

    ", - "content": "

    As console game prices keep heading north, preordering games or buying them on launch date makes less and less financial sense. Especially when the same game could be available for 30% or more off the list price in a few months—by which point those game-breaking bugs will also have been fixed. If you’ve been feeling…

    Read more...

    ", - "category": "wish list", - "link": "https://lifehacker.com/how-to-get-instant-notifications-when-a-specific-ps5-ga-1848101795", - "creator": "Pranay Parab", - "pubDate": "Mon, 22 Nov 2021 15:00:00 GMT", + "title": "New Year's Day 2022: How We Spent It", + "description": "Scenes from the new year. This one is from Manhattan.", + "content": "Scenes from the new year. This one is from Manhattan.", + "category": "New Year", + "link": "https://www.nytimes.com/2022/01/03/style/new-year-reflections-thoughts.html", + "creator": "Ginia Bellafante, Iva Dixit, Sandra E. Garcia, Ruth La Ferla, Thessaly La Force, Minju Pak, Kurt Soller, Guy Trebay and André Wheeler", + "pubDate": "Mon, 03 Jan 2022 22:35:49 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6602b0d3f7c8eef5db423d3e69ba8122" + "hash": "0f8667b44d75a2fc05486c3a04cb7838", + "highlights": [] }, { - "title": "Use These Hidden Settings to Organize the Open Windows on Your Mac", - "description": "

    Traditionally, Mac’s window management features have lagged behind Microsoft Windows. And with Windows 11's new Snap Layouts feature, it might seem like Windows is racing forwards yet again—but that’s not entirely the case. The Mac offers pretty good window management features; they’re just not as obvious as the…

    Read more...

    ", - "content": "

    Traditionally, Mac’s window management features have lagged behind Microsoft Windows. And with Windows 11's new Snap Layouts feature, it might seem like Windows is racing forwards yet again—but that’s not entirely the case. The Mac offers pretty good window management features; they’re just not as obvious as the…

    Read more...

    ", - "category": "safari", - "link": "https://lifehacker.com/use-these-hidden-settings-to-organize-the-open-windows-1848095779", - "creator": "Khamosh Pathak", - "pubDate": "Mon, 22 Nov 2021 14:30:00 GMT", + "title": "April Ashley, London Socialite and Transgender Pioneer, Dies at 86", + "description": "She modeled for Vogue, partied with John Lennon and Mick Jagger, and married into minor nobility, all while fighting for legal recognition of her gender.", + "content": "She modeled for Vogue, partied with John Lennon and Mick Jagger, and married into minor nobility, all while fighting for legal recognition of her gender.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2022/01/03/world/europe/april-ashley-dead.html", + "creator": "Clay Risen", + "pubDate": "Mon, 03 Jan 2022 19:59:15 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1a9526bd33feef26466d6e576a4c49c" + "hash": "1cf360d50c5385e50a30a76eff633a4d", + "highlights": [] }, { - "title": "Why You Shouldn't Bake Your Pies in an Air Fryer", - "description": "

    Oven resource management is one of the hardest parts of cooking a Thanksgiving meal. If you’re fresh out of oven space and still have one pie left to bake, it’s only natural to start making eyes at your trusty countertop convection oven. “After all, why not?” you may ask yourself. “Why shouldn’t I bake a pie in my air…

    Read more...

    ", - "content": "

    Oven resource management is one of the hardest parts of cooking a Thanksgiving meal. If you’re fresh out of oven space and still have one pie left to bake, it’s only natural to start making eyes at your trusty countertop convection oven. “After all, why not?” you may ask yourself. “Why shouldn’t I bake a pie in my air…

    Read more...

    ", - "category": "air fryer", - "link": "https://lifehacker.com/why-you-shouldnt-bake-your-pies-in-an-air-fryer-1848093724", - "creator": "A.A. Newton", - "pubDate": "Mon, 22 Nov 2021 14:00:00 GMT", + "title": "Boldface Names Give Los Angeles a New Cultural Center", + "description": "An OMA-designed pavilion at the Wilshire Boulevard Temple was helped along by Eli Broad. It houses Wallis Annenberg’s GenSpace, a center for older people.", + "content": "An OMA-designed pavilion at the Wilshire Boulevard Temple was helped along by Eli Broad. It houses Wallis Annenberg’s GenSpace, a center for older people.", + "category": "Architecture", + "link": "https://www.nytimes.com/2022/01/02/arts/design/wilshire-boulevard-temple-broad-annenberg.html", + "creator": "Adam Popescu", + "pubDate": "Mon, 03 Jan 2022 17:41:40 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "213614f78cde6c472eb7ae1886f7eda1" + "hash": "825b959c1e4e863f16ae324ea2a95f33", + "highlights": [] }, { - "title": "How to Repair Tears in Your Car's Vinyl Seats", - "description": "

    Over time, a vehicle goes through a lot—between things breaking under the hood, scratches and dents on the body, and wear and tear on the interior. This includes rips and holes in the seats, which can happen regardless of whether they’re made out of fabric, leather, or vinyl.

    Read more...

    ", - "content": "

    Over time, a vehicle goes through a lot—between things breaking under the hood, scratches and dents on the body, and wear and tear on the interior. This includes rips and holes in the seats, which can happen regardless of whether they’re made out of fabric, leather, or vinyl.

    Read more...

    ", - "category": "tears", - "link": "https://lifehacker.com/how-to-repair-tears-in-your-cars-vinyl-seats-1848086294", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 21 Nov 2021 18:00:00 GMT", + "title": "The Best Movies on Amazon Prime Video Right Now", + "description": "New films, and classics, just keep coming, but you don’t have to drill down to find the finest selections to stream. We’ll do the heavy lifting. You press play.", + "content": "New films, and classics, just keep coming, but you don’t have to drill down to find the finest selections to stream. We’ll do the heavy lifting. You press play.", + "category": "Movies", + "link": "https://www.nytimes.com/article/best-movies-amazon-prime.html", + "creator": "Jason Bailey", + "pubDate": "Tue, 21 Dec 2021 18:41:33 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45914fdba3bf50743fe75604a4d38eeb" + "hash": "943a54551ffab27b1b0d89591ccae28b", + "highlights": [] }, { - "title": "How to Sealcoat Your Driveway Before Winter", - "description": "

    We’ve reached the time of year when colder, wetter weather is becoming more frequent, but there are still days mild enough to finish last-minute outdoor projects before winter. And if you’ve noticed that each spring, your paved driveway looks a little (or a lot) worse for wear, you may be wondering what you can do to…

    Read more...

    ", - "content": "

    We’ve reached the time of year when colder, wetter weather is becoming more frequent, but there are still days mild enough to finish last-minute outdoor projects before winter. And if you’ve noticed that each spring, your paved driveway looks a little (or a lot) worse for wear, you may be wondering what you can do to…

    Read more...

    ", - "category": "sealcoat", - "link": "https://lifehacker.com/how-to-sealcoat-your-driveway-before-winter-1848086305", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 21 Nov 2021 16:00:00 GMT", + "title": "Covid Is Spreading Faster Than Ever, but New Data Offer Hope", + "description": "As evidence emerges that Omicron results in fewer hospitalizations and deaths, governments are redoubling vaccination efforts. Here’s the latest.", + "content": "As evidence emerges that Omicron results in fewer hospitalizations and deaths, governments are redoubling vaccination efforts. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/03/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Mon, 03 Jan 2022 16:14:37 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5ce0328bdeec9e13b30c8be1b211419" + "hash": "0cef84dbbc837aef697cef0cf8f5a900", + "highlights": [] }, { - "title": "Why You Need to Clean Your Gas Fireplace (and How to Do It)", - "description": "

    There’s something special about a real, wood-burning fireplace: The scent, the crackling sounds, and watching the logs slowly burn down to glowing embers. But they’re also a hassle, and pretty dirty. Because of that, many people have opted to install gas fireplaces instead.

    Read more...

    ", - "content": "

    There’s something special about a real, wood-burning fireplace: The scent, the crackling sounds, and watching the logs slowly burn down to glowing embers. But they’re also a hassle, and pretty dirty. Because of that, many people have opted to install gas fireplaces instead.

    Read more...

    ", - "category": "fireplace", - "link": "https://lifehacker.com/why-you-need-to-clean-your-gas-fireplace-and-how-to-do-1848086322", - "creator": "Elizabeth Yuko", - "pubDate": "Sun, 21 Nov 2021 14:00:00 GMT", + "title": "Omicron Disrupts Major School Systems Across U.S.", + "description": "A growing number of public schools have postponed reopening because of outbreaks and staffing shortages. Follow updates here.", + "content": "A growing number of public schools have postponed reopening because of outbreaks and staffing shortages. Follow updates here.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/03/us/school-closings-covid", + "creator": "The New York Times", + "pubDate": "Mon, 03 Jan 2022 16:14:37 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d6e5ddd07d02ff3233c79139e05192f" + "hash": "9b5a2439ad245a0b42d952438d01b183", + "highlights": [] }, { - "title": "How to Remove Scratches from Glass Windows", - "description": "

    Over time, a lot can happen to your home’s windows—both inside and outside—including scratches. If you happen to notice some scratches on the glass, you may not even be sure how they got there. (Unless you just saw a toddler reach for a pair of keys and go to town scribbling on a window. If so, it’s probably that.)

    Read more...

    ", - "content": "

    Over time, a lot can happen to your home’s windows—both inside and outside—including scratches. If you happen to notice some scratches on the glass, you may not even be sure how they got there. (Unless you just saw a toddler reach for a pair of keys and go to town scribbling on a window. If so, it’s probably that.)

    Read more...

    ", - "category": "woodworking", - "link": "https://lifehacker.com/how-to-remove-scratches-from-glass-windows-1848084784", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 20 Nov 2021 18:00:00 GMT", + "title": "The F.D.A. clears booster shots for 12- to 15-year-olds.", + "description": "Caden Haynes, 12, receiving the Pfizer-BioNTech vaccine in August at Carey Junior High School in Cheyenne, Wyo.", + "content": "Caden Haynes, 12, receiving the Pfizer-BioNTech vaccine in August at Carey Junior High School in Cheyenne, Wyo.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/03/world/omicron-covid-vaccine-tests/the-fda-clears-booster-shots-for-12-to-15-year-olds", + "creator": "Noah Weiland and Sharon LaFraniere", + "pubDate": "Mon, 03 Jan 2022 16:09:53 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3aa58430bb998ee4acf9ae0e06b9e9ca" + "hash": "403166b2b87a7dbe9dc8867aaf51df4d", + "highlights": [] }, { - "title": "Get Paid $1,000 to Binge-Watch ’90s Rom-Coms", - "description": "

    Depending on who you ask, the 1990s were the last great decade for romantic comedies. Sure, there were some in the early 2000s too, but the genre—known for cheesy plot lines and setting unrealistic dating expectations for pretty much everyone—sort of fizzled after that.

    Read more...

    ", - "content": "

    Depending on who you ask, the 1990s were the last great decade for romantic comedies. Sure, there were some in the early 2000s too, but the genre—known for cheesy plot lines and setting unrealistic dating expectations for pretty much everyone—sort of fizzled after that.

    Read more...

    ", - "category": "coms", - "link": "https://lifehacker.com/get-paid-1-000-to-binge-watch-90s-rom-coms-1848084770", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 20 Nov 2021 16:00:00 GMT", + "title": "Business updates: Return-to-office plans are being revised again.", + "description": "Some businesses are changing their vaccination policies to require booster shots, while others are prioritizing coronavirus tests.", + "content": "Some businesses are changing their vaccination policies to require booster shots, while others are prioritizing coronavirus tests.", + "category": "", + "link": "https://www.nytimes.com/live/2022/01/03/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Mon, 03 Jan 2022 14:29:47 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ca559e0ce108a4b5c8dce8032f50474" + "hash": "808c4bf8ae7289d2a038ff4ed3e0e53a", + "highlights": [] }, { - "title": "How to Keep Your Drains Free From Clogs", - "description": "

    Knowing how to unclog a drain is an important life skill. But what’s even better than successfully unclogging a drain? Not having to do it in the first place. The problem is, many people tend to think of a drain as a way to get rid of things—whether or not our drains are equipped to handle them.

    Read more...

    ", - "content": "

    Knowing how to unclog a drain is an important life skill. But what’s even better than successfully unclogging a drain? Not having to do it in the first place. The problem is, many people tend to think of a drain as a way to get rid of things—whether or not our drains are equipped to handle them.

    Read more...

    ", - "category": "michelle miley", - "link": "https://lifehacker.com/how-to-keep-your-drains-free-from-clogs-1848084736", - "creator": "Elizabeth Yuko", - "pubDate": "Sat, 20 Nov 2021 14:00:00 GMT", + "title": "Book Sales, Open Streets and Science: Some Find Success in the Pandemic", + "description": "Families played and exercised along 34th Street in Jackson Heights, Queens, as part of New York City’s Open Streets program in July 2020.", + "content": "Families played and exercised along 34th Street in Jackson Heights, Queens, as part of New York City’s Open Streets program in July 2020.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/03/nyregion/coronavirus-pandemic-silver-linings.html", + "creator": "Sarah Maslin Nir", + "pubDate": "Mon, 03 Jan 2022 08:00:10 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "33997100c4e95f713dde184981bfcbd8" + "hash": "5be2d6525ff1b39e902be2bc7e4cb27e", + "highlights": [] }, { - "title": "Snag These Black Friday Video Game Deals Right Now, Without Leaving Your Couch", - "description": "

    It’s a good weekend to stay inside and download some video games. While real-life Black Friday doesn’t happen for another week, PlayStation and Xbox are already running virtual Black Friday sales in their respective online stores, so you can snag some cheap games without waiting in long lines at Wal-Mart. While not…

    Read more...

    ", - "content": "

    It’s a good weekend to stay inside and download some video games. While real-life Black Friday doesn’t happen for another week, PlayStation and Xbox are already running virtual Black Friday sales in their respective online stores, so you can snag some cheap games without waiting in long lines at Wal-Mart. While not…

    Read more...

    ", - "category": "nintendo eshop", - "link": "https://lifehacker.com/snag-these-black-friday-video-game-deals-right-now-wit-1848091968", - "creator": "Stephen Johnson", - "pubDate": "Fri, 19 Nov 2021 22:30:00 GMT", + "title": "Omicron: What We Know About the Covid Variant", + "description": "A woman receiving a Covid shot vaccine at a center in Soweto, South Africa. ", + "content": "A woman receiving a Covid shot vaccine at a center in Soweto, South Africa. ", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/article/omicron-coronavirus-variant.html", + "creator": "Carl Zimmer and Andrew Jacobs", + "pubDate": "Thu, 23 Dec 2021 18:40:02 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88f8c07898446e4aeaf1737dd5defbc8" + "hash": "78d00db0b84572d0a222409a38355721", + "highlights": [] }, { - "title": "How to Stop Your Family From Buying Too Much Crap for Your Kids (and What to Do When It Happens Anyway)", - "description": "

    It’s the season of giving, but when it comes to kids who have playrooms already overflowing with toys, books, games, and puzzles, the holidays can bring an unwanted influx of stuff adding to the mess you’re already struggling to contain.

    Read more...

    ", - "content": "

    It’s the season of giving, but when it comes to kids who have playrooms already overflowing with toys, books, games, and puzzles, the holidays can bring an unwanted influx of stuff adding to the mess you’re already struggling to contain.

    Read more...

    ", - "category": "gift", - "link": "https://lifehacker.com/how-to-stop-your-family-from-buying-too-much-crap-for-y-1848089246", - "creator": "Sarah Showfety", - "pubDate": "Fri, 19 Nov 2021 22:00:00 GMT", + "title": "Jan. 6 Panel Faces Difficult Questions as Anniversary of Capitol Riot Approaches", + "description": "At least seven people died in connection with the Capitol attack and hundreds of workers in the Capitol were shaken and traumatized, further fracturing an increasingly partisan Congress.", + "content": "At least seven people died in connection with the Capitol attack and hundreds of workers in the Capitol were shaken and traumatized, further fracturing an increasingly partisan Congress.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2022/01/02/us/politics/jan-6-capitol-riot-anniversary.html", + "creator": "Luke Broadwater and Emily Cochrane", + "pubDate": "Mon, 03 Jan 2022 03:19:46 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c48b889b8d6f6447120454b3c57386a" + "hash": "4db609f1309b129f162e11156f736311", + "highlights": [] }, { - "title": "Harness the Awesome Power of Your Air Fryer This Thanksgiving", - "description": "

    By this point, pretty much everyone is aware that air fryers are “just small convection ovens” and that they “don’t really fry anything.” But, semantics aside, having a tiny convection oven on your counter is pretty convenient. Air fryers—on the whole—rule, and you can (and should) harness their full power to make…

    Read more...

    ", - "content": "

    By this point, pretty much everyone is aware that air fryers are “just small convection ovens” and that they “don’t really fry anything.” But, semantics aside, having a tiny convection oven on your counter is pretty convenient. Air fryers—on the whole—rule, and you can (and should) harness their full power to make…

    Read more...

    ", - "category": "air fryer", - "link": "https://lifehacker.com/harness-the-awesome-power-of-your-air-fryer-this-thanks-1848091479", - "creator": "Claire Lower", - "pubDate": "Fri, 19 Nov 2021 21:30:00 GMT", + "title": "How the E.U. Allowed Hungary to Become an Illiberal Model", + "description": "Prime Minister Viktor Orban of Hungary in June. The position he has put the bloc in says much about why it has stumbled in the face of populist challenges.", + "content": "Prime Minister Viktor Orban of Hungary in June. The position he has put the bloc in says much about why it has stumbled in the face of populist challenges.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/03/world/europe/eu-hungary-threat.html", + "creator": "Steven Erlanger and Benjamin Novak", + "pubDate": "Mon, 03 Jan 2022 10:00:13 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc967df2d26ef50da2cab0e27bd95cd6" + "hash": "125ccedf1ffb8fea23e1e1a55c5b0f23", + "highlights": [] }, { - "title": "Finally, Everyone 18 and Older Can Get a Booster Shot", - "description": "

    The FDA authorized Moderna and Pfizer boosters today for everyone aged 18 and older, and the CDC’s advisory panel followed up with a recommendation to match. Bottom line, if you’ve been holding out because you weren’t sure if you’re eligible, you’re now definitely cleared to go get one. The only requirement is that…

    Read more...

    ", - "content": "

    The FDA authorized Moderna and Pfizer boosters today for everyone aged 18 and older, and the CDC’s advisory panel followed up with a recommendation to match. Bottom line, if you’ve been holding out because you weren’t sure if you’re eligible, you’re now definitely cleared to go get one. The only requirement is that…

    Read more...

    ", - "category": "moderna", - "link": "https://lifehacker.com/finally-everyone-18-and-older-can-get-a-booster-shot-1848092156", - "creator": "Beth Skwarecki", - "pubDate": "Fri, 19 Nov 2021 21:00:00 GMT", + "title": "Documents Reveal Flaws in Pentagon Dismissals of Civilian Casualty Claims in Iraq and Syria", + "description": "The actual site of a March 2016 coalition airstrike in Mosul, Iraq, was over a mile away from where the U.S. military said the strike had taken place.", + "content": "The actual site of a March 2016 coalition airstrike in Mosul, Iraq, was over a mile away from where the U.S. military said the strike had taken place.", + "category": "Civilian Casualties", + "link": "https://www.nytimes.com/2021/12/31/us/pentagon-airstrikes-syria-iraq.html", + "creator": "Azmat Khan, Haley Willis, Christoph Koettl, Christiaan Triebert and Lila Hassan", + "pubDate": "Sat, 01 Jan 2022 01:14:04 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93becf37d5febfe78736d50dc0b79da8" + "hash": "9260d922f6813a741f4807b00a7abe58", + "highlights": [] }, { - "title": "The Ultimate Guide to Picking the Right Apple Watch As a Gift", - "description": "

    If you’re buying a gift for someone with an iPhone, it’s likely they have an Apple Watch on their list (if they don’t own one already). Apple Watch is the most popular smartwatch in the world; the only problem is, there are quite a few of them to choose from. Between the Series 3, Series 7, SE, and others, how do you…

    Read more...

    ", - "content": "

    If you’re buying a gift for someone with an iPhone, it’s likely they have an Apple Watch on their list (if they don’t own one already). Apple Watch is the most popular smartwatch in the world; the only problem is, there are quite a few of them to choose from. Between the Series 3, Series 7, SE, and others, how do you…

    Read more...

    ", - "category": "apple", - "link": "https://lifehacker.com/the-ultimate-guide-to-picking-the-right-apple-watch-as-1848084811", - "creator": "Jake Peterson", - "pubDate": "Fri, 19 Nov 2021 20:30:00 GMT", + "title": "Corporate Board Diversity Increased in 2021. Some Ask What Took So Long.", + "description": "Paula T. Hammond, who heads the chemical engineering department at the Massachusetts Institute of Technology, was first sounded out about joining the board of a public company in 2020.", + "content": "Paula T. Hammond, who heads the chemical engineering department at the Massachusetts Institute of Technology, was first sounded out about joining the board of a public company in 2020.", + "category": "Corporate Social Responsibility", + "link": "https://www.nytimes.com/2022/01/03/business/corporate-board-diversity.html", + "creator": "Peter Eavis", + "pubDate": "Mon, 03 Jan 2022 08:00:11 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae31da90f50a41b69364b914129f4ae3" + "hash": "f72d2399add49c52e96df22dcf69e8fc", + "highlights": [] }, { - "title": "How to Hang Your Holiday Decor Without Destroying Your Home", - "description": "

    From wreaths to string lights, indoors and out, holiday decorations can be a hassle to put up—and they can damage your walls, siding, and doors with unnecessary (and permanent) hardware. Instead, here’s how to decorate easily and breezily without the added holes and permanent hooks, while also better protecting the…

    Read more...

    ", - "content": "

    From wreaths to string lights, indoors and out, holiday decorations can be a hassle to put up—and they can damage your walls, siding, and doors with unnecessary (and permanent) hardware. Instead, here’s how to decorate easily and breezily without the added holes and permanent hooks, while also better protecting the…

    Read more...

    ", - "category": "cable tie", - "link": "https://lifehacker.com/how-to-decorate-for-the-holidays-without-destroying-you-1848089533", - "creator": "Becca Lewis", - "pubDate": "Fri, 19 Nov 2021 19:30:00 GMT", + "title": "Why Banks Are Slow to Embrace Cloud Computing", + "description": "Capital One is among the banks that have embraced the cloud, but it was fined by regulators and ordered to beef up its risk management.", + "content": "Capital One is among the banks that have embraced the cloud, but it was fined by regulators and ordered to beef up its risk management.", + "category": "Banking and Financial Institutions", + "link": "https://www.nytimes.com/2022/01/03/business/wall-street-cloud-computing.html", + "creator": "Lananh Nguyen", + "pubDate": "Mon, 03 Jan 2022 08:00:09 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "734ab2e2c31be1824dce56c3e6e94d65" + "hash": "9c6238f6be158eee26881e3173d688c4", + "highlights": [] }, { - "title": "Is It Safer to Place Your PS5 or Xbox Series X Vertically or Horizontally?", - "description": "

    The PlayStation 5 and Xbox Series X are big, and you’ll likely need to make room to place one of these consoles in your home theater or on your desk.

    Read more...

    ", - "content": "

    The PlayStation 5 and Xbox Series X are big, and you’ll likely need to make room to place one of these consoles in your home theater or on your desk.

    Read more...

    ", - "category": "xbox", - "link": "https://lifehacker.com/is-it-safer-to-place-your-ps5-or-xbox-series-x-vertical-1848090814", - "creator": "Brendan Hesse", - "pubDate": "Fri, 19 Nov 2021 19:00:00 GMT", + "title": "Big Rockets, Massive Asteroids and More Space Highlights for 2022", + "description": "Here’s a look at what may be launching in the year to come.", + "content": "Here’s a look at what may be launching in the year to come.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2022/01/01/science/space-preview-2022.html", + "creator": "Michael Roston", + "pubDate": "Sun, 02 Jan 2022 20:55:08 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "daedb8424951572ccd5dc69227cb764a" + "hash": "bc038097996ca3ce912db38baf5aa286", + "highlights": [] }, { - "title": "Add a Little Campari to Your Cranberry Sauce", - "description": "

    Cranberry sauce is probably the easiest Thanksgiving dish you can make from scratch. Add 12 ounces of cranberries to a pot, along with a cup of sugar and a cup of water. Bring to a boil and let simmer until the cranberries pop and reduce into a thick, jelly-like sauce. Put it on turkey and eat it.

    Read more...

    ", - "content": "

    Cranberry sauce is probably the easiest Thanksgiving dish you can make from scratch. Add 12 ounces of cranberries to a pot, along with a cup of sugar and a cup of water. Bring to a boil and let simmer until the cranberries pop and reduce into a thick, jelly-like sauce. Put it on turkey and eat it.

    Read more...

    ", - "category": "cranberry sauce", - "link": "https://lifehacker.com/add-a-little-campari-to-your-cranberry-sauce-1848090704", - "creator": "Claire Lower", - "pubDate": "Fri, 19 Nov 2021 18:30:00 GMT", + "title": "How and Where to Watch the Quadrantid Meteor Shower and More That Peak in 2022", + "description": "Enjoying a meteor shower over Andalusia, Spain, in 2020.", + "content": "Enjoying a meteor shower over Andalusia, Spain, in 2020.", + "category": "Meteors and Meteorites", + "link": "https://www.nytimes.com/article/meteor-showers-2022.html", + "creator": "Adam Mann", + "pubDate": "Sat, 01 Jan 2022 19:48:38 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "66fde12251605493510cc0073a2fea6d" + "hash": "1873563f3f57d89d0d0ef5de8e9acd68", + "highlights": [] }, { - "title": "How to Lock Your Secrets in the Notes App (and Why You Should)", - "description": "

    Searching for data or photo lockers will lead you to many apps. Some of them are genuinely secure—others, less so—but given that you’re dealing with secure data (documents, photos, security codes, or bank details), you maybe don’t want to trust a third-party iPhone app that happens to have a thousand 5-star reviews.…

    Read more...

    ", - "content": "

    Searching for data or photo lockers will lead you to many apps. Some of them are genuinely secure—others, less so—but given that you’re dealing with secure data (documents, photos, security codes, or bank details), you maybe don’t want to trust a third-party iPhone app that happens to have a thousand 5-star reviews.…

    Read more...

    ", - "category": "notes", - "link": "https://lifehacker.com/how-to-lock-your-secrets-in-the-notes-app-and-why-you-1848087825", - "creator": "Khamosh Pathak", - "pubDate": "Fri, 19 Nov 2021 18:00:00 GMT", + "title": "What We Learned From Week 17 in the N.F.L.", + "description": "Ja’Marr Chase’s 266 receiving yards helped beat Kansas City in the least surprising way possible.", + "content": "Ja’Marr Chase’s 266 receiving yards helped beat Kansas City in the least surprising way possible.", + "category": "Football", + "link": "https://www.nytimes.com/2022/01/02/sports/football/nfl-week-17-scores.html", + "creator": "Tyler Dunne", + "pubDate": "Mon, 03 Jan 2022 14:28:47 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8275d37c5a5a0a1777e280d01eea684" + "hash": "1580e45ea243a1927e9fc3d21b4b59ed", + "highlights": [] }, { - "title": "22 Book-to-TV Adaptations to Look Forward to Binge-Watching in 2022", - "description": "

    Long gone are the days of the monoculture, when everyone settled for watching one of the same three shows every night (because that’s all that was on). Today, the only thing that unifies our viewing habits is how much time we all spend figuring out what to watch—there’s so much good stuff out there, figuring out how…

    Read more...

    ", - "content": "

    Long gone are the days of the monoculture, when everyone settled for watching one of the same three shows every night (because that’s all that was on). Today, the only thing that unifies our viewing habits is how much time we all spend figuring out what to watch—there’s so much good stuff out there, figuring out how…

    Read more...

    ", - "category": "reese witherspoon", - "link": "https://lifehacker.com/22-book-to-tv-adaptations-to-look-forward-to-binge-watc-1848069441", - "creator": "Jeff Somers", - "pubDate": "Fri, 19 Nov 2021 17:30:00 GMT", + "title": "How Much for That Doggie in the Cubicle?", + "description": "Everyone needs a little boundary training.", + "content": "Everyone needs a little boundary training.", + "category": "Workplace Environment", + "link": "https://www.nytimes.com/2022/01/02/business/office-dogs-etiquette.html", + "creator": "Roxane Gay", + "pubDate": "Sun, 02 Jan 2022 08:00:07 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6e0715e79509a8f2e43f9b6edd64da8" + "hash": "32d0bbea9cdb648e565f992d73eb6197", + "highlights": [] }, { - "title": "10 Scientific Advances That Will Actually Make You Hopeful for the Future", - "description": "

    We’ve all had a rough couple of years (decades?), but that doesn’t mean everything will continue to slide downhill. Maybe I’m a foolish optimist, but it’s the holidays, and these 10 technologies and trends make me genuinely hopeful for the future. Maybe we’ll wind up living in the hopeful sci-fi vision of the ‘50s,…

    Read more...

    ", - "content": "

    We’ve all had a rough couple of years (decades?), but that doesn’t mean everything will continue to slide downhill. Maybe I’m a foolish optimist, but it’s the holidays, and these 10 technologies and trends make me genuinely hopeful for the future. Maybe we’ll wind up living in the hopeful sci-fi vision of the ‘50s,…

    Read more...

    ", - "category": "powered exoskeleton", - "link": "https://lifehacker.com/10-scientific-advances-that-will-actually-make-you-hope-1848085674", - "creator": "Stephen Johnson", - "pubDate": "Fri, 19 Nov 2021 17:00:00 GMT", + "title": "In This New Year, Can We Change More Than Ourselves?", + "description": "Resolutions aren’t worth much without deeper change.", + "content": "Resolutions aren’t worth much without deeper change.", + "category": "Weight", + "link": "https://www.nytimes.com/2022/01/03/opinion/new-years-resolutions.html", + "creator": "Anne-Marie Slaughter", + "pubDate": "Mon, 03 Jan 2022 12:28:25 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5ced133bfc8a862195157e1cc65e9d4" + "hash": "d6eb6945861757ea8b07c96c064f473c", + "highlights": [] }, { - "title": "You Can Finally Download Amazon Prime Video Movies and TV Shows on Desktop", - "description": "

    When you’re heading somewhere likely to have spotty internet coverage, downloading your favorite TV shows and movies beforehand is always a solid plan. Most streaming services allow you to do this to some extent, but until recently, you could only download Amazon Prime Video content onto a mobile device. Well, no…

    Read more...

    ", - "content": "

    When you’re heading somewhere likely to have spotty internet coverage, downloading your favorite TV shows and movies beforehand is always a solid plan. Most streaming services allow you to do this to some extent, but until recently, you could only download Amazon Prime Video content onto a mobile device. Well, no…

    Read more...

    ", - "category": "amazon", - "link": "https://lifehacker.com/you-can-finally-download-amazon-prime-video-movies-and-1848088507", - "creator": "Pranay Parab", - "pubDate": "Fri, 19 Nov 2021 16:00:00 GMT", + "title": "Voting Rights Should Not Be the Focus of Election Reform", + "description": "It isn’t voting that needs fixing, but what comes after it and the public’s confidence in the results. ", + "content": "It isn’t voting that needs fixing, but what comes after it and the public’s confidence in the results. ", + "category": "Voter Fraud (Election Fraud)", + "link": "https://www.nytimes.com/2022/01/03/opinion/voting-rights-election-reform.html", + "creator": "Yuval Levin", + "pubDate": "Mon, 03 Jan 2022 10:00:05 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9b76d1ce4f42b3c99c305ab44ca4ae4" + "hash": "dea1f29d81ad5e2f29276e980908db50", + "highlights": [] }, { - "title": "How to Convince Your Stubborn Parents to Stop Eating so Much Junk", - "description": "

    Talking to a friend about health can be hard enough, but talking your parents about any kind of change can feel borderline impossible. Combine these two endeavors, and it can feel like you’re on a fool’s errand.

    Read more...

    ", - "content": "

    Talking to a friend about health can be hard enough, but talking your parents about any kind of change can feel borderline impossible. Combine these two endeavors, and it can feel like you’re on a fool’s errand.

    Read more...

    ", - "category": "addiction medicine", - "link": "https://lifehacker.com/how-to-convince-your-stubborn-parents-to-stop-eating-so-1848086165", - "creator": "Meredith Dietz", - "pubDate": "Fri, 19 Nov 2021 15:30:00 GMT", + "title": "Trump’s Social Media Return and What Else to Expect in 2022", + "description": "But don’t expect Congress to get its act together on tech legislation.", + "content": "But don’t expect Congress to get its act together on tech legislation.", + "category": "Two Thousand Twenty Two", + "link": "https://www.nytimes.com/2021/12/30/opinion/trump-facebook-matrix.html", + "creator": "Kara Swisher", + "pubDate": "Sun, 02 Jan 2022 22:50:51 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1ce1ceb3d227fc23cf1c7e3ef271213" + "hash": "144e07bea19de902c166a811900100bf", + "highlights": [] }, { - "title": "An Age-by-Age Guide to Gender-Neutral Gifts for Kids", - "description": "

    Now more than ever, there is a push for toy and clothing manufacturers to create gender-neutral options for kids; ones that don’t exclusively push pink, fluffy princess gear on girls, and firetruck-themed everything on boys. Offering unisex products enables children to play and explore outside of traditional gender…

    Read more...

    ", - "content": "

    Now more than ever, there is a push for toy and clothing manufacturers to create gender-neutral options for kids; ones that don’t exclusively push pink, fluffy princess gear on girls, and firetruck-themed everything on boys. Offering unisex products enables children to play and explore outside of traditional gender…

    Read more...

    ", - "category": "crayola", - "link": "https://lifehacker.com/an-age-by-age-guide-to-gender-neutral-gifts-for-kids-1848046071", - "creator": "Sarah Showfety", - "pubDate": "Fri, 19 Nov 2021 15:00:00 GMT", + "title": "China’s Ban on ‘Sissy Men’ Is Bound to Backfire", + "description": "A magazine stand in Beijing, China.", + "content": "A magazine stand in Beijing, China.", + "category": "Men and Boys", + "link": "https://www.nytimes.com/2021/12/31/opinion/china-masculinity.html", + "creator": "Helen Gao", + "pubDate": "Fri, 31 Dec 2021 16:52:18 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0670a38867fb5089198df8017da2011d" + "hash": "bc832da4879e60da65ef2e53232cf6be", + "highlights": [] }, { - "title": "The Out-of-Touch Adults' Guide to Kid Culture: Why Everyone Is Excited for 'Spider-Man: No Way Home'", - "description": "

    This week, the kids are raging against work, throwing cheese at cars, and enjoying the trailer for the new Spider-Man movie. Youth is wasted on the young.

    Read more...

    ", - "content": "

    This week, the kids are raging against work, throwing cheese at cars, and enjoying the trailer for the new Spider-Man movie. Youth is wasted on the young.

    Read more...

    ", - "category": "spider man", - "link": "https://lifehacker.com/the-out-of-touch-adults-guide-to-kid-culture-why-every-1848087076", - "creator": "Stephen Johnson", - "pubDate": "Fri, 19 Nov 2021 14:30:00 GMT", + "title": "The Day the Soviet Flag Came Down", + "description": "Reflections on the 30th anniversary of the fall of the Soviet Union.", + "content": "Reflections on the 30th anniversary of the fall of the Soviet Union.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/31/opinion/ussr-memorial-shutdown-ukraine.html", + "creator": "Serge Schmemann", + "pubDate": "Fri, 31 Dec 2021 16:00:07 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "def176b2504791dd39bcba48cd03c70c" + "hash": "a5b12308a8964f53502a53a5506b336e", + "highlights": [] }, { - "title": "What Is the Worst Christmas Gift You've Ever Received?", - "description": "

    You may have noticed we’re in the thick of gift-giving season. Well, I’m not; my shopping is basically done. (Those supply chains will not have their way with me, no they will not.) But as I peruse the list of gifts I have purchased over the past month, I ask myself: Is any of this any good? Does my 11-year-old really

    Read more...

    ", - "content": "

    You may have noticed we’re in the thick of gift-giving season. Well, I’m not; my shopping is basically done. (Those supply chains will not have their way with me, no they will not.) But as I peruse the list of gifts I have purchased over the past month, I ask myself: Is any of this any good? Does my 11-year-old really

    Read more...

    ", - "category": "grandma", - "link": "https://lifehacker.com/what-is-the-worst-christmas-gift-youve-ever-received-1848085069", - "creator": "Meghan Moravcik Walbert", - "pubDate": "Fri, 19 Nov 2021 14:00:00 GMT", + "title": "These Prenatal Tests Are Usually Wrong When Warning of Rare Disorders", + "description": "The false positives aren’t mentioned in the brochures for these blood screenings, which are sold by some of the biggest labs in the country.", + "content": "The false positives aren’t mentioned in the brochures for these blood screenings, which are sold by some of the biggest labs in the country.", + "category": "Pregnancy and Childbirth", + "link": "https://www.nytimes.com/2022/01/01/upshot/pregnancy-birth-genetic-testing.html", + "creator": "Sarah Kliff and Aatish Bhatia", + "pubDate": "Sun, 02 Jan 2022 00:52:31 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "221e53c530f7f3bd8b7e5978a7d166b1" + "hash": "32c1e03f0a25c215d409ddf516d12d9f", + "highlights": [] }, { - "title": "How (and Why) to Do Two Workouts a Day", - "description": "

    I do two workouts most days: a session on a spin bike in the morning, and weightlifting in the afternoon or evening. But I remember a time when two-a-days sounded like an incredible amount of work, the domain of pro athletes and people who had an unhealthy obsession with exercise. It turns out that doubling up on…

    Read more...

    ", - "content": "

    I do two workouts most days: a session on a spin bike in the morning, and weightlifting in the afternoon or evening. But I remember a time when two-a-days sounded like an incredible amount of work, the domain of pro athletes and people who had an unhealthy obsession with exercise. It turns out that doubling up on…

    Read more...

    ", - "category": "physical exercise", - "link": "https://lifehacker.com/how-and-why-to-do-two-workouts-a-day-1848085429", - "creator": "Beth Skwarecki", - "pubDate": "Thu, 18 Nov 2021 21:30:00 GMT", + "title": "A Spanish Mystery: Is a ‘Masked Restorer’ to Blame for a Church’s Botched Repair?", + "description": "The Church of Santa María del Castillo in the Spanish village of Castronuño was built around 1250.", + "content": "The Church of Santa María del Castillo in the Spanish village of Castronuño was built around 1250.", + "category": "Spain", + "link": "https://www.nytimes.com/2022/01/02/world/spain-church-restoration-mystery.html", + "creator": "Nicholas Casey", + "pubDate": "Sun, 02 Jan 2022 15:08:29 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04e562d190441cae1c9f931399c64a1b" + "hash": "f86e278cb06f18560d28be3a439e9f33", + "highlights": [] }, { - "title": "What's New on Hulu in December 2021", - "description": "

    While its original series don’t always have the marquee value of those on rival services, Hulu has quietly been building one of the strongest catalogs of original content in the Peak Streaming era—the recent delights of Only Murders in the Building being but one case in point (pun slightly intended).

    Read more...

    ", - "content": "

    While its original series don’t always have the marquee value of those on rival services, Hulu has quietly been building one of the strongest catalogs of original content in the Peak Streaming era—the recent delights of Only Murders in the Building being but one case in point (pun slightly intended).

    Read more...

    ", - "category": "hulu", - "link": "https://lifehacker.com/whats-new-on-hulu-in-december-2021-1848082809", - "creator": "Joel Cunningham", - "pubDate": "Thu, 18 Nov 2021 20:00:00 GMT", + "title": "21 People Rescued After a Freezing Night Stranded in Aerial Tram Cars", + "description": "A passenger stranded overnight on the Sandia Peak Tramway near Albuquerque was lowered to safety on Saturday.", + "content": "A passenger stranded overnight on the Sandia Peak Tramway near Albuquerque was lowered to safety on Saturday.", + "category": "Sandia Peak Tramway", + "link": "https://www.nytimes.com/2022/01/01/us/sandia-peak-tramway-rescue.html", + "creator": "Eduardo Medina and Vimal Patel", + "pubDate": "Sun, 02 Jan 2022 01:15:12 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "373adb867c28ad22fdc1acb265667b1f" + "hash": "a7592c7e5925c8ed32a7f7b4e30752c9", + "highlights": [] }, { - "title": "9 Thanksgiving Dishes Your Vegan Guests Will Love", - "description": "

    The traditional Thanksgiving menu is not exactly vegan friendly (or even vegetarian friendly). Nearly every dish contains cream, butter, eggs, or turkey stock, and the whole thing is centered around a large, dead bird.

    Read more...

    ", - "content": "

    The traditional Thanksgiving menu is not exactly vegan friendly (or even vegetarian friendly). Nearly every dish contains cream, butter, eggs, or turkey stock, and the whole thing is centered around a large, dead bird.

    Read more...

    ", - "category": "veganism", - "link": "https://lifehacker.com/9-thanksgiving-dishes-your-vegan-guests-will-love-1848083265", - "creator": "Claire Lower", - "pubDate": "Thu, 18 Nov 2021 19:00:00 GMT", + "title": "A Frenetic Housing Market in the Suburbs, and Then a Cooling Off", + "description": "In Edgemont, an unincorporated community in the town of Greenburgh, N.Y., in Westchester County, the supply of single-family homes has fallen sharply since early 2020, while prices have risen.", + "content": "In Edgemont, an unincorporated community in the town of Greenburgh, N.Y., in Westchester County, the supply of single-family homes has fallen sharply since early 2020, while prices have risen.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/31/realestate/a-frenetic-housing-market-in-the-suburbs-and-then-a-cooling-off.html", + "creator": "Vivian Marino", + "pubDate": "Fri, 31 Dec 2021 10:00:12 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fddc034602eb521880710a2ac95d9d95" + "hash": "74b0d18798e23acf878153723e775f7f", + "highlights": [] }, { - "title": "How to Split Bills With Your Roommates Without Pissing Each Other Off", - "description": "

    Split chores. Built-in company. Someone else’s expensive snacks for you to steal in gradual, imperceptible portions. There are a lot of compelling reasons to have roommates, but odds are your decision to live in a shared household is primarily a financial one.

    Read more...

    ", - "content": "

    Split chores. Built-in company. Someone else’s expensive snacks for you to steal in gradual, imperceptible portions. There are a lot of compelling reasons to have roommates, but odds are your decision to live in a shared household is primarily a financial one.

    Read more...

    ", - "category": "rent", - "link": "https://lifehacker.com/how-to-split-bills-with-your-roommates-without-pissing-1848083535", - "creator": "Meredith Dietz", - "pubDate": "Thu, 18 Nov 2021 18:30:00 GMT", + "title": "Puerto Rico Faces Staggering Covid Case Explosion", + "description": "At one point this week, the daily case count had surpassed 11,000, a very high figure for an island with just 3.2 million inhabitants. ", + "content": "At one point this week, the daily case count had surpassed 11,000, a very high figure for an island with just 3.2 million inhabitants. ", + "category": "Disease Rates", + "link": "https://www.nytimes.com/2022/01/02/us/coronavirus-puerto-rico.html", + "creator": "Frances Robles", + "pubDate": "Sun, 02 Jan 2022 15:17:39 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f388005cec00cd41f1c86c35f1446b9" + "hash": "09805a2af9b54d10aded8b6057cbbfa1", + "highlights": [] }, { - "title": "How to Get Your Kids to Actually Pick Up After Themselves", - "description": "

    If only the words to the kid’s song were true: Clean up, clean up, everybody everywhere. Clean up, clean up, everybody do their share.

    Read more...

    ", - "content": "

    If only the words to the kid’s song were true: Clean up, clean up, everybody everywhere. Clean up, clean up, everybody do their share.

    Read more...

    ", - "category": "chuck", - "link": "https://lifehacker.com/how-to-get-your-kids-to-actually-pick-up-after-themselv-1848083178", - "creator": "Sarah Showfety", - "pubDate": "Thu, 18 Nov 2021 18:00:00 GMT", + "title": "Reason for Hope", + "description": "Entering Times Square on New Year's Eve.", + "content": "Entering Times Square on New Year's Eve.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/03/briefing/pandemic-charts-omicron.html", + "creator": "David Leonhardt and Ashley Wu", + "pubDate": "Mon, 03 Jan 2022 11:20:14 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0b80540a203c66ffbe671ba137f375b" + "hash": "4dba351aa6d6c51c52315d951687dd2d", + "highlights": [] }, { - "title": "How to Stop Your iPhone 12 or 13 From Frequently Dropping Calls", - "description": "

    If your iPhone won’t stop dropping calls, it can be difficult to troubleshoot. After all, you can’t just switch to Cingular Wireless anymore, and without the support of the network with the fewest dropped calls, what are you supposed to do? If your issue is tied to an iPhone 12 or iPhone 13, however, there is a new…

    Read more...

    ", - "content": "

    If your iPhone won’t stop dropping calls, it can be difficult to troubleshoot. After all, you can’t just switch to Cingular Wireless anymore, and without the support of the network with the fewest dropped calls, what are you supposed to do? If your issue is tied to an iPhone 12 or iPhone 13, however, there is a new…

    Read more...

    ", - "category": "iphone", - "link": "https://lifehacker.com/how-to-stop-your-iphone-12-or-13-from-frequently-droppi-1848082613", - "creator": "Jake Peterson", - "pubDate": "Thu, 18 Nov 2021 17:00:00 GMT", + "title": "Why Omicron Is Counterintuitive", + "description": "Lining up for tests and vaccinations in New York.", + "content": "Lining up for tests and vaccinations in New York.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2022/01/03/podcasts/the-daily/omicron-variant-hospitalizations-cdc-isolation.html", + "creator": "Michael Barbaro, Mooj Zadie, Lynsea Garrison, Lisa Chow, Marion Lozano, Dan Powell and Corey Schreppel", + "pubDate": "Mon, 03 Jan 2022 11:00:06 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9209204b172ba2072a936e8898444e51" + "hash": "b4f03d94835fdbb8143f8816be03ca96", + "highlights": [] }, { - "title": "What's New on Disney Plus in December 2021", - "description": "

    The weird thing about franchise canon is you have to take the good with the bad. This means that Disney/Lucasfilm has spent the better part of the past decade working overtime to fix the parts of the official Star Wars storyline that, uh, don’t really work—retroactively making them at least seem better by retconning…

    Read more...

    ", - "content": "

    The weird thing about franchise canon is you have to take the good with the bad. This means that Disney/Lucasfilm has spent the better part of the past decade working overtime to fix the parts of the official Star Wars storyline that, uh, don’t really work—retroactively making them at least seem better by retconning…

    Read more...

    ", - "category": "lin manuel miranda", - "link": "https://lifehacker.com/whats-new-on-disney-plus-in-december-2021-1848082540", - "creator": "Joel Cunningham", - "pubDate": "Thu, 18 Nov 2021 16:30:00 GMT", + "title": "A New Mayor and a New Relationship Between City Hall and Albany", + "description": "Unlike their feuding predecessors, Mayor Eric Adams and Gov. Kathy Hochul appear to be getting along. They have their reasons.", + "content": "Unlike their feuding predecessors, Mayor Eric Adams and Gov. Kathy Hochul appear to be getting along. They have their reasons.", + "category": "New York City", + "link": "https://www.nytimes.com/2022/01/03/nyregion/a-new-mayor-and-a-new-relationship-between-city-hall-and-albany.html", + "creator": "James Barron", + "pubDate": "Mon, 03 Jan 2022 08:07:13 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b717570f95c724884d30dcff48072496" + "hash": "89384246358f525576ea81f86e8929a9", + "highlights": [] }, { - "title": "You Can Finally Get Real-Time Lyrics on Spotify", - "description": "

    Even with the many music streaming options to choose from these days, Spotify is still the king for millions of users. While the app is enjoying a long, successful run, it hasn’t shined in every category. Real-time lyrics have been notably absent from Spotify’s features for some time now, as competing services like…

    Read more...

    ", - "content": "

    Even with the many music streaming options to choose from these days, Spotify is still the king for millions of users. While the app is enjoying a long, successful run, it hasn’t shined in every category. Real-time lyrics have been notably absent from Spotify’s features for some time now, as competing services like…

    Read more...

    ", - "category": "spotify", - "link": "https://lifehacker.com/you-can-finally-get-real-time-lyrics-on-spotify-1848081872", - "creator": "Jake Peterson", - "pubDate": "Thu, 18 Nov 2021 15:30:00 GMT", + "title": " Founder of CrowdTangle Hopes to Bring Transparency to Social Media", + "description": "Brandon Silverman’s start-up, CrowdTangle, acquired by Facebook in 2016, had increasingly become an irritant to his bosses. He left Facebook in October.", + "content": "Brandon Silverman’s start-up, CrowdTangle, acquired by Facebook in 2016, had increasingly become an irritant to his bosses. He left Facebook in October.", + "category": "Silverman, Brandon (Technology Executive)", + "link": "https://www.nytimes.com/2022/01/02/business/media/crowdtangle-facebook-brandon-silverman.html", + "creator": "Ben Smith", + "pubDate": "Sun, 02 Jan 2022 23:58:06 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Lifehacker", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dae11f34f9e8dd36ffb0ad081c209e17" + "hash": "53c7bf5ae27cc09155d26ab26348df04", + "highlights": [] }, { - "title": "The Least Siri Can Do Is Pronounce Your Name Correctly", - "description": "

    Siri is no one’s favorite virtual assistant, and if it’s also always pronouncing your name wrong, it’s doing little to endear itself to you. As recently as iOS 14, you could let Siri know its pronunciation was incorrect, and tell it the correct way to say your (or another contact’s) name. This method has been removed…

    Read more...

    ", - "content": "

    Siri is no one’s favorite virtual assistant, and if it’s also always pronouncing your name wrong, it’s doing little to endear itself to you. As recently as iOS 14, you could let Siri know its pronunciation was incorrect, and tell it the correct way to say your (or another contact’s) name. This method has been removed…

    Read more...

    ", - "category": "siri", - "link": "https://lifehacker.com/the-least-siri-can-do-is-pronounce-your-name-correctly-1848081315", - "creator": "Pranay Parab", - "pubDate": "Thu, 18 Nov 2021 15:00:00 GMT", - "folder": "00.03 News/News - EN", - "feed": "Lifehacker", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "91013cfa366bcc905f93b2dc0119412c" - } - ], - "folder": "00.03 News/News - EN", - "name": "Lifehacker", - "language": "en", - "hash": "19891577f7b816449c04545ef876c28a" - }, - { - "title": "Nature - Issue - nature.com science feeds", - "subtitle": "", - "link": "http://feeds.nature.com/nature/rss/current", - "image": null, - "description": "Nature is the international weekly journal of science: a magazine style journal that publishes full-length research papers in all disciplines of science, as well as News and Views, reviews, news, features, commentaries, web focuses and more, covering all branches of science and how science impacts upon all aspects of society and life.", - "items": [ - { - "title": "Audio long-read: The secret lives of cells — as never seen before", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03699-6", - "creator": "Diana Kwon", - "pubDate": "2021-12-31", + "title": "How Beijing Has Muted Hong Kong’s Independent Media", + "description": "Stand News Editor Patrick Lam being escorted into a police van in Hong Kong last month.", + "content": "Stand News Editor Patrick Lam being escorted into a police van in Hong Kong last month.", + "category": "Hong Kong", + "link": "https://www.nytimes.com/article/hong-kong-media-muzzled.html", + "creator": "Austin Ramzy", + "pubDate": "Mon, 03 Jan 2022 11:57:56 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b185e1ee0fe7a7679deef29538848238", + "hash": "7aced57336157936e5f1b90934b71c91", "highlights": [] }, { - "title": "Activity of convalescent and vaccine serum against SARS-CoV-2 Omicron", - "description": "\n ", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03846-z", - "creator": "Juan Manuel Carreño", - "pubDate": "2021-12-31", + "title": "Why Eric Adams and Kathy Hochul Might Actually Get Along", + "description": "Mayor Eric Adams and Gov. Kathy Hochul have appeared at several events in a sign of unity, including at a reception in Puerto Rico.", + "content": "Mayor Eric Adams and Gov. Kathy Hochul have appeared at several events in a sign of unity, including at a reception in Puerto Rico.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/03/nyregion/kathy-hochul-eric-adams.html", + "creator": "Jeffery C. Mays", + "pubDate": "Mon, 03 Jan 2022 14:26:29 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42551cd8283852f7593f4361f5568697", + "hash": "74c5298e1bb50b15a625edf96fa9e0ca", "highlights": [] }, { - "title": "Our podcast highlights of 2021", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03654-5", - "creator": "Shamini Bundell", - "pubDate": "2021-12-29", + "title": "Letitia James Seeks to Question Trump Children in Fraud Inquiry", + "description": "Donald Trump Jr. and Ivanka Trump have both been deeply involved in their family business, the Trump Organization. ", + "content": "Donald Trump Jr. and Ivanka Trump have both been deeply involved in their family business, the Trump Organization. ", + "category": "Trump, Donald J Jr", + "link": "https://www.nytimes.com/2022/01/03/nyregion/letitia-james-ivanka-donald-trump-jr-subpoena.html", + "creator": "William K. Rashbaum and Jonah E. Bromwich", + "pubDate": "Mon, 03 Jan 2022 16:38:35 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "NYTimes", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "02c1d8e91624d0dea16ad3d9fd55eee9", + "highlights": [] + }, + { + "title": "What to Know Ahead of Day 7 of Elizabeth Holmes Trial Deliberations", + "description": "Theranos founder Elizabeth Holmes with her partner Billy Evans, as the jury deliberated in her fraud trial at federal court in San Jose last month.", + "content": "Theranos founder Elizabeth Holmes with her partner Billy Evans, as the jury deliberated in her fraud trial at federal court in San Jose last month.", + "category": "Securities and Commodities Violations", + "link": "https://www.nytimes.com/2022/01/03/business/elizabeth-holmes-theranos-trial.html", + "creator": "Erin Woo", + "pubDate": "Mon, 03 Jan 2022 12:27:57 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2100db85358426a4481d9ca93fa24465", + "hash": "408b09ed3e658d204229ec991d07c202", "highlights": [] }, { - "title": "Webb telescope blasts off successfully — launching a new era in astronomy", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03655-4", - "creator": "Alexandra Witze", - "pubDate": "2021-12-25", + "title": "Brazil's President, Jair Bolsonaro, Is Hospitalized", + "description": "President Jair Bolsonaro of Brazil in November. The injuries he sustained in 2018 required at least four surgeries.", + "content": "President Jair Bolsonaro of Brazil in November. The injuries he sustained in 2018 required at least four surgeries.", + "category": "Bolsonaro, Jair (1955- )", + "link": "https://www.nytimes.com/2022/01/03/world/americas/brazil-bolsonaro-hospitalized.html", + "creator": "Ernesto Londoño and Flávia Milhorance", + "pubDate": "Mon, 03 Jan 2022 13:14:39 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "96780e5a598b691bbd4998749f903ac9", + "hash": "2ebacc1f9ba704cd762290a179ff23fd", "highlights": [] }, { - "title": "A ‘chisel’ of light carves solid shapes out of a liquid", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03842-3", - "creator": "", - "pubDate": "2021-12-24", + "title": "Online ‘Auction’ Is Latest Attack on Muslim Women in India", + "description": "A Muslim woman walking past an image of Prime Minister Narendra Modi in Kochi, Kerala State, last year.", + "content": "A Muslim woman walking past an image of Prime Minister Narendra Modi in Kochi, Kerala State, last year.", + "category": "India", + "link": "https://www.nytimes.com/2022/01/03/world/asia/india-auction-muslim-women.html", + "creator": "Sameer Yasir", + "pubDate": "Mon, 03 Jan 2022 13:40:35 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ae47c0ab08a83a88bacf02bd17ca6ab", + "hash": "e35c65ac38701db2f2eec5b3eb034fee", "highlights": [] }, { - "title": "Mars mission is China’s ‘first step’ in planetary exploration", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03849-w", - "creator": "Smriti Mallapaty", - "pubDate": "2021-12-24", + "title": "M.T.A. Watchdog Is Named Top Deputy in U.S. Attorney’s Office", + "description": "Carolyn Pokorny will be second in command to Breon S. Peace, the new U.S. attorney for the Eastern District of New York.", + "content": "Carolyn Pokorny will be second in command to Breon S. Peace, the new U.S. attorney for the Eastern District of New York.", + "category": "Appointments and Executive Changes", + "link": "https://www.nytimes.com/2022/01/03/nyregion/carolyn-pokorny-brooklyn-federal-prosecutor.html", + "creator": "Rebecca Davis O’Brien and William K. Rashbaum", + "pubDate": "Mon, 03 Jan 2022 15:16:55 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e31522b21027d4a04e17461569304a6b", + "hash": "351dc6f9777f57168067ea283065f7ef", "highlights": [] }, { - "title": "Evolution of enhanced innate immune evasion by SARS-CoV-2", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04352-y", - "creator": "Lucy G. Thorne", - "pubDate": "2021-12-23", + "title": "Richard Leakey, Kenyan Fossil Hunter and Conservationist, Dies at 77", + "description": "Richard Leakey in 1977 with two crucial skull discoveries — Australopithecus, left, and “1470,” Homo habilis.", + "content": "Richard Leakey in 1977 with two crucial skull discoveries — Australopithecus, left, and “1470,” Homo habilis.", + "category": "Richard Leakey", + "link": "https://www.nytimes.com/2022/01/03/world/africa/richard-leakey-dead.html", + "creator": "Alyssa Lukpat and Christine Chung", + "pubDate": "Mon, 03 Jan 2022 05:50:25 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fea3fe7e1d4435d95b6e3ccd9037e022", + "hash": "0ae9ed646bccaed050c42d4ff02ffe80", "highlights": [] }, { - "title": "SARS-CoV-2 infection in free-ranging white-tailed deer", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04353-x", - "creator": "Vanessa L. Hale", - "pubDate": "2021-12-23", + "title": "Heavy Winter Storm Hits D.C. Area and Knocks Out Power Across Southeast", + "description": "President Biden disembarks Air Force One during a snowstorm at Joint Base Andrews in Maryland on Monday.", + "content": "President Biden disembarks Air Force One during a snowstorm at Joint Base Andrews in Maryland on Monday.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2022/01/03/us/sleet-snow-forecast.html", + "creator": "Derrick Bryson Taylor and Eduardo Medina", + "pubDate": "Mon, 03 Jan 2022 16:25:04 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d739286ff93393fb3ac3cb3f13c4b264", + "hash": "663b5d7395be30b4fde3c2ae8c7c3252", "highlights": [] }, { - "title": "Broadly neutralizing antibodies target a hemagglutinin anchor epitope", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04356-8", - "creator": "Jenna J. Guthmiller", - "pubDate": "2021-12-23", + "title": "How Four Families Used the Child Tax Credit", + "description": "The monthly payments of up to $300 per child put food on the table, paid bills and even went toward the occasional splurge.", + "content": "Thaddeus and his wife, Miaya, used child tax credit funds to pay for preschool for Thaddeus Jr. while they made career transitions during the pandemic.", + "category": "Child Tax Credits and Stipends", + "link": "https://www.nytimes.com/2021/12/21/well/family/child-tax-credit-families.html", + "creator": "Alisha Haridasani Gupta and Cornell Watson", + "pubDate": "Tue, 21 Dec 2021 16:06:44 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e18a880600caee5ae71a11e471ae8f6", + "hash": "8c765d5b57fc29c1d01455125252b31e", "highlights": [] }, { - "title": "Time-resolved structural analysis of an RNA-cleaving DNA catalyst", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04225-4", - "creator": "Jan Borggräfe", - "pubDate": "2021-12-23", + "title": "Economy Candy, a New York Sweet Shop Out of Childhood Dreams", + "description": "Penny sweets, including Atkinson’s Peanut Butter Bars, Gobstoppers and Sour Balls, in the window of Manhattan’s Economy Candy.", + "content": "Penny sweets, including Atkinson’s Peanut Butter Bars, Gobstoppers and Sour Balls, in the window of Manhattan’s Economy Candy.", + "category": "Economy Candy", + "link": "https://www.nytimes.com/2021/12/28/t-magazine/economy-candy-new-york.html", + "creator": "Reggie Nadelson", + "pubDate": "Tue, 28 Dec 2021 12:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54ef1561229c6335a202ae35c26161e8", + "hash": "50ddc061d74ea19e2b952bc7024c7701", "highlights": [] }, { - "title": "Researchers fear growing COVID vaccine hesitancy in developing nations", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03830-7", - "creator": "Smriti Mallapaty", - "pubDate": "2021-12-23", + "title": "In Mexico, Women Directors Take the Lead", + "description": "Tatiana Huezo made the Oscar shortlist for best international feature for “Prayers for the Stolen.”", + "content": "Tatiana Huezo made the Oscar shortlist for best international feature for “Prayers for the Stolen.”", + "category": "Mexico", + "link": "https://www.nytimes.com/2021/12/29/movies/mexico-women-directors.html", + "creator": "Oscar Lopez", + "pubDate": "Wed, 29 Dec 2021 14:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae2a81a7fb8e4715257d270e21329a8b", + "hash": "e86a5094051e6d4cb8e6e61ab5376393", "highlights": [] }, { - "title": "Striking antibody evasion manifested by the Omicron variant of SARS-CoV-2", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03826-3", - "creator": "Lihong Liu", - "pubDate": "2021-12-23", + "title": "‘My Friend and I Decided to Grab Some Cupcakes Before Going Home’", + "description": "A sweet cultural exchange, a happy landing at J.F.K. and more reader tales of New York City in this week’s Metropolitan Diary.", + "content": "A sweet cultural exchange, a happy landing at J.F.K. and more reader tales of New York City in this week’s Metropolitan Diary.", + "category": "New York City", + "link": "https://www.nytimes.com/2022/01/02/nyregion/metropolitan-diary.html", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 08:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4eae4cae44ceb31bf40cba1d775d4f2e", + "hash": "91060efea19b4f8520c74ff30ab3ff37", "highlights": [] }, { - "title": "Cardiovascular diseases disrupt the bone-marrow niche", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03550-y", - "creator": "Tomer Itkin", - "pubDate": "2021-12-23", + "title": "The Rise of the Running Streak", + "description": "Hellah Sidibe’s goals started small: run every day for two weeks. His running streak is now 1,692 days.", + "content": "Hellah Sidibe’s goals started small: run every day for two weeks. His running streak is now 1,692 days.", + "category": "Running", + "link": "https://www.nytimes.com/2022/01/01/sports/running-streak-rise.html", + "creator": "Anna Katherine Clemmons", + "pubDate": "Sun, 02 Jan 2022 17:27:27 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26984a126e12283673d22c25e0ef3fd2", + "hash": "43c7b21ee7a0a0785170086f23d9ee09", "highlights": [] }, { - "title": "Omicron extensively but incompletely escapes Pfizer BNT162b2 neutralization", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03824-5", - "creator": "Sandile Cele", - "pubDate": "2021-12-23", + "title": "The Work in My Building Is Endless and Invasive. Can I Withhold Rent?", + "description": "A landlord is entitled to reasonable access to a tenant’s apartment. But there are limits, and now is not a good time to be fighting with renters.", + "content": "A landlord is entitled to reasonable access to a tenant’s apartment. But there are limits, and now is not a good time to be fighting with renters.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2022/01/01/realestate/building-work-withhold-rent.html", + "creator": "Ronda Kaysen", + "pubDate": "Sat, 01 Jan 2022 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b577ce79e44a068c8dae5b834bbef957", + "hash": "1c7d90f581d84a6af3c72973b001fdeb", "highlights": [] }, { - "title": "Omicron escapes the majority of existing SARS-CoV-2 neutralizing antibodies", - "description": "", - "content": "\n ", + "title": "Vaccines Return to Focus Globally as Omicron Wave Proves Milder", + "description": "As evidence emerges that Omicron results in fewer hospitalizations and deaths, governments are redoubling vaccination efforts. Here’s the latest.", + "content": "As evidence emerges that Omicron results in fewer hospitalizations and deaths, governments are redoubling vaccination efforts. Here’s the latest.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03796-6", - "creator": "Yunlong Cao", - "pubDate": "2021-12-23", + "link": "https://www.nytimes.com/live/2022/01/03/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Mon, 03 Jan 2022 14:29:47 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9904d5d28eeb7bab1899a4e902c65a9", + "hash": "69442cb149397088be31a673eaa6b6b0", "highlights": [] }, { - "title": "Considerable escape of SARS-CoV-2 Omicron to antibody neutralization", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03827-2", - "creator": "Delphine Planas", - "pubDate": "2021-12-23", + "title": "Child Tax Credit’s Extra Help Ends, Just as Covid Surges Anew", + "description": "Anna Lara and her partner, Jeremy Finley, with their children at a park in Huntington, W. Va. The child benefit helped the couple make ends meet at a time of reduced income and rising prices.", + "content": "Anna Lara and her partner, Jeremy Finley, with their children at a park in Huntington, W. Va. The child benefit helped the couple make ends meet at a time of reduced income and rising prices.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2022/01/02/business/economy/child-tax-credit.html", + "creator": "Ben Casselman", + "pubDate": "Mon, 03 Jan 2022 00:53:49 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58c974b1c5ec6bbacc572575a75e2b09", + "hash": "5bf0d7ea8e95346a0547bb6c501f9ea5", "highlights": [] }, { - "title": "A grave matter of ancient kinship in Neolithic Britain", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03799-3", - "creator": "Neil Carlin", - "pubDate": "2021-12-23", + "title": "Setting New Year's Resolutions? Start With These Words of Wisdom", + "description": "Let their stories be your inspiration as you set resolutions for 2022.", + "content": "Let their stories be your inspiration as you set resolutions for 2022.", + "category": "Hobbies", + "link": "https://www.nytimes.com/2022/01/01/style/new-years-resolutions-quotes-tips.html", + "creator": "Lauren Reddy", + "pubDate": "Sat, 01 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53f1c21e811aeec1ba89fe9a930f74a8", + "hash": "258a152f316e2899e4b956ac1bb4fb5f", "highlights": [] }, { - "title": "Broadly neutralizing antibodies overcome SARS-CoV-2 Omicron antigenic shift", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03825-4", - "creator": "Elisabetta Cameroni", - "pubDate": "2021-12-23", + "title": "Off-Duty Officer Shot While Sleeping in Car Outside a Harlem Police Station", + "description": "Mayor Eric Adams at NewYork-Presbyterian Hospital/Weill Cornell Medical Center in Manhattan on Saturday. “This is a horrendous act that took place,” he said.", + "content": "Mayor Eric Adams at NewYork-Presbyterian Hospital/Weill Cornell Medical Center in Manhattan on Saturday. “This is a horrendous act that took place,” he said.", + "category": "Attacks on Police", + "link": "https://www.nytimes.com/2022/01/01/nyregion/nypd-officer-shooting-police-station.html", + "creator": "Troy Closson", + "pubDate": "Sat, 01 Jan 2022 22:14:20 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f47d8e5062c3253dd3cc38a4147439c", + "hash": "5c03b81d3dd82f22e997dc847413d6a9", "highlights": [] }, { - "title": "A Species-Level Timeline of Mammal Evolution Integrating Phylogenomic Data", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04341-1", - "creator": "Sandra Álvarez-Carretero", - "pubDate": "2021-12-22", + "title": "Want a Covid Test With Your Viagra?", + "description": "A health care company known for hair loss and erectile dysfunction treatments diversifies its product line, and earns new fans along the way.", + "content": "A health care company known for hair loss and erectile dysfunction treatments diversifies its product line, and earns new fans along the way.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2022/01/01/business/roman-covid-tests.html", + "creator": "Alyson Krueger", + "pubDate": "Sat, 01 Jan 2022 18:42:12 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cfbf5e6031ceab73a6786164a61d781", + "hash": "94c8c7a12b318e930c7eaa01fbfe99ec", "highlights": [] }, { - "title": "Morphogen gradient scaling by recycling of intracellular Dpp", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04346-w", - "creator": "Maria Romanova Michailidi", - "pubDate": "2021-12-22", + "title": "Louisiana Judge Who Used Racial Slur in Video Resigns", + "description": "Michelle Odinet, of the City Court of Lafayette, La., resigned on Friday, saying in a letter that “my words did not foster the public’s confidence and integrity for the judiciary.”", + "content": "Michelle Odinet, of the City Court of Lafayette, La., resigned on Friday, saying in a letter that “my words did not foster the public’s confidence and integrity for the judiciary.”", + "category": "Michelle Odinet", + "link": "https://www.nytimes.com/2022/01/01/us/michelle-odinet-resigns-racial-slur.html", + "creator": "Vimal Patel", + "pubDate": "Sat, 01 Jan 2022 12:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f33d8b1a579a17feae856b7c95a62930", + "hash": "5de35e3b768840bbd570694e4dcec56f", "highlights": [] }, { - "title": "Local and systemic responses to SARS-CoV-2 infection in children and adults", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04345-x", - "creator": "Masahiro Yoshida", - "pubDate": "2021-12-22", + "title": "U.S. Military Focusing on ISIS Cell Behind Attack at Kabul Airport", + "description": "Victims of a suicide attack at the airport in Kabul, Afghanistan, arrived at a hospital in August.", + "content": "Victims of a suicide attack at the airport in Kabul, Afghanistan, arrived at a hospital in August.", + "category": "Terrorism", + "link": "https://www.nytimes.com/2022/01/01/us/politics/afghan-war-isis-attack.html", + "creator": "Eric Schmitt", + "pubDate": "Sat, 01 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef61011539644230bd96c57ab60162c8", + "hash": "1aa7e6f5f94a0446c902b8e7f2c62fc6", "highlights": [] }, { - "title": "Enhanced fitness of SARS-CoV-2 variant of concern Alpha but not Beta", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04342-0", - "creator": "Lorenz Ulrich", - "pubDate": "2021-12-22", + "title": "Twitter Permanently Suspends Marjorie Taylor Greene’s Account", + "description": "Representative Marjorie Taylor Greene, of Georgia, at an event last month with another Republican, Representative Matt Gaetz of Florida.", + "content": "Representative Marjorie Taylor Greene, of Georgia, at an event last month with another Republican, Representative Matt Gaetz of Florida.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2022/01/02/technology/marjorie-taylor-greene-twitter.html", + "creator": "Davey Alba", + "pubDate": "Sun, 02 Jan 2022 19:19:26 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a5cf89fc9b29a1af9105ed1877e03de", + "hash": "e7d372ae2d1bfb084da8a96b7b2522eb", "highlights": [] }, { - "title": "The future of global health, and mapping the unseen: Books in brief", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03816-5", - "creator": "Andrew Robinson", - "pubDate": "2021-12-22", + "title": "Winter Storm Hits the D.C. Area and Knocks Out Power Across Southeast", + "description": "Snow fell at the White House on Monday.", + "content": "Snow fell at the White House on Monday.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2022/01/03/us/sleet-snow-forecast.html", + "creator": "Derrick Bryson Taylor", + "pubDate": "Mon, 03 Jan 2022 14:01:43 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e12b528981e19468d4623edc8f6da67", + "hash": "f934a4b84ff2157d89524d88777ecff6", "highlights": [] }, { - "title": "The Nature Podcast annual holiday spectacular", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03784-w", - "creator": "Benjamin Thompson", - "pubDate": "2021-12-22", + "title": "In the Tinderbox of Bosnia, a Serb Nationalist Lights a Match", + "description": "A monument in Prijedor, Bosnia, commemorating Bosnian Serb soldiers killed in the 1990s. Many Serbs like Milorad Dodik deny war crimes committed by ethnic kin and see themselves as victims.", + "content": "A monument in Prijedor, Bosnia, commemorating Bosnian Serb soldiers killed in the 1990s. Many Serbs like Milorad Dodik deny war crimes committed by ethnic kin and see themselves as victims.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2022/01/02/world/europe/bosnia-war-putin.html", + "creator": "Andrew Higgins", + "pubDate": "Sun, 02 Jan 2022 16:56:13 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1798f644a983b129088d44c5d04ed8ec", + "hash": "5e7993e3632085e721c30df776d4a85d", "highlights": [] }, { - "title": "Large-scale migration into Britain during the Middle to Late Bronze Age", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04287-4", - "creator": "Nick Patterson", - "pubDate": "2021-12-22", + "title": "Helping to Reveal a Still-Shuttered World", + "description": "Our weekly photo essay series offered readers a glimpse of distant places and cultures that, for a second straight year, remained largely inaccessible.", + "content": "Our weekly photo essay series offered readers a glimpse of distant places and cultures that, for a second straight year, remained largely inaccessible.", + "category": "Travel and Vacations", + "link": "https://www.nytimes.com/2021/12/27/travel/world-through-a-lens.html", + "creator": "Stephen Hiltner and Phaedra Brown", + "pubDate": "Tue, 28 Dec 2021 00:59:04 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0681a72ecbe956b11942a90870e90a98", + "hash": "ca86f0ff850c2d6e3018f5a7e50e220d", "highlights": [] }, { - "title": "Single-year radiocarbon dating anchors Viking Age trade cycles in time", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04240-5", - "creator": "Bente Philippsen", - "pubDate": "2021-12-22", + "title": "How Much More Can the Restaurant Industry Take?", + "description": "Restaurants were already clinging to life -- and then Omicron hit.", + "content": "Restaurants were already clinging to life -- and then Omicron hit.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2021/12/29/opinion/covid-omicron-restaurant-tests.html", + "creator": "Ron Hsu", + "pubDate": "Wed, 29 Dec 2021 21:50:17 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4db721f320e38237d637c5dd92afda4f", + "hash": "0c73dd6c0561bcc111d23425162011e2", "highlights": [] }, { - "title": "MicroRNA sequence codes for small extracellular vesicle release and cellular retention", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04234-3", - "creator": "Ruben Garcia-Martin", - "pubDate": "2021-12-22", + "title": "Falling In and Out of Love With Exercise", + "description": "When my partner, Oliver Sacks, died, I lost interest in working out. But I found my way back.", + "content": "When my partner, Oliver Sacks, died, I lost interest in working out. But I found my way back.", + "category": "Exercise", + "link": "https://www.nytimes.com/2021/12/31/opinion/exercise-new-year-oliver-sacks-grief.html", + "creator": "Bill Hayes", + "pubDate": "Fri, 31 Dec 2021 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec1ea45d7889e7c206b32a137197b2e5", + "hash": "546151cee4dcabed363a3c84d355f1c1", "highlights": [] }, { - "title": "A high-resolution picture of kinship practices in an Early Neolithic tomb", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04241-4", - "creator": "Chris Fowler", - "pubDate": "2021-12-22", + "title": "I Just Turned 60, but I Still Feel 22", + "description": "Margaret Renkl at Auburn University in 1983.", + "content": "Margaret Renkl at Auburn University in 1983.", + "category": "Renkl, Margaret (1961- )", + "link": "https://www.nytimes.com/2021/11/01/opinion/turning-60-aging.html", + "creator": "Margaret Renkl", + "pubDate": "Thu, 04 Nov 2021 18:46:07 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d5245782bba462b3dd3f2f32e3e85a7", + "hash": "ea6eb6ff721d2b8d497cb24978203243", "highlights": [] }, { - "title": "Targeting SWI/SNF ATPases in enhancer-addicted prostate cancer", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04246-z", - "creator": "Lanbo Xiao", - "pubDate": "2021-12-22", + "title": "Why Supreme Court Justices Need Term Limits", + "description": "It is the best way to address the crisis in the court’s functioning and legitimacy. ", + "content": "It is the best way to address the crisis in the court’s functioning and legitimacy. ", + "category": "Term Limits (Political Office)", + "link": "https://www.nytimes.com/2021/12/31/opinion/supreme-court-term-limits.html", + "creator": "Rosalind Dixon", + "pubDate": "Fri, 31 Dec 2021 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "314c74621d54c06714a3e7bb90cfc37e", + "hash": "3d3b7096fa1c7b2d24f6b8411a1c9dc4", "highlights": [] }, { - "title": "Spin splitting of dopant edge state in magnetic zigzag graphene nanoribbons", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04201-y", - "creator": "Raymond E. Blackwell", - "pubDate": "2021-12-22", + "title": "What We Forgot to Talk About in 2021", + "description": "A catch-up round table on a host of topics: Maneskin, Jazmine Sullivan, Kelly Clarkson, a Real Housewife’s music career and much more.", + "content": "A catch-up round table on a host of topics: Maneskin, Jazmine Sullivan, Kelly Clarkson, a Real Housewife’s music career and much more.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/12/28/arts/music/popcast-2021-recap.html", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 22:34:08 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8be9bd33b6907583e537a357410729eb", + "hash": "9fbc937b0077664eb0d2c135b703d46f", "highlights": [] }, { - "title": "Valine tRNA levels and availability regulate complex I assembly in leukaemia", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04244-1", - "creator": "Palaniraja Thandapani", - "pubDate": "2021-12-22", + "title": "Colorado Residents Ponder the Road Ahead After Wildfires", + "description": "The remnants of burned down homes in the aftermath of the Marshall fire in Louisville, Colo. ", + "content": "The remnants of burned down homes in the aftermath of the Marshall fire in Louisville, Colo. ", + "category": "Wildfires", + "link": "https://www.nytimes.com/2022/01/02/us/colorado-fire-damage.html", + "creator": "Charlie Brennan and Giulia Heyward", + "pubDate": "Mon, 03 Jan 2022 05:24:52 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dfcce685997d8228caf13c007c09c538", + "hash": "cc6f1c70bad5ff98fd0646ba1a89c001", "highlights": [] }, { - "title": "Integrated photonics enables continuous-beam electron phase modulation", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04197-5", - "creator": "Jan-Wilke Henke", - "pubDate": "2021-12-22", + "title": "Venice to Replace Glass on Santiago Calatrava's Slippery Bridge", + "description": "Ponte della Costituzione was meant to symbolize Venice’s embrace of modernity, but it has become better known for tumbles and slips.", + "content": "Ponte della Costituzione was meant to symbolize Venice’s embrace of modernity, but it has become better known for tumbles and slips.", + "category": "Bridges and Tunnels", + "link": "https://www.nytimes.com/2022/01/02/world/europe/venice-calatrava-bridge.html", + "creator": "Emma Bubola", + "pubDate": "Sun, 02 Jan 2022 17:24:16 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "af3a1183b1375bbb81cdc7cf1aca40e6", + "hash": "1f057c34ce7163b8610f3af1aa2c0402", "highlights": [] }, { - "title": "Quantum anomalous Hall effect from intertwined moiré bands", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04171-1", - "creator": "Tingxin Li", - "pubDate": "2021-12-22", + "title": "Did a Meteor Explode Over Pittsburgh?", + "description": "A flash that was not associated with lightning was detected over southwestern Pennsylvania on Saturday, according to meteorologists.", + "content": "A flash that was not associated with lightning was detected over southwestern Pennsylvania on Saturday, according to meteorologists.", + "category": "Meteors and Meteorites", + "link": "https://www.nytimes.com/2022/01/02/us/meteor-explosion-pittsburgh.html", + "creator": "Azi Paybarah", + "pubDate": "Mon, 03 Jan 2022 01:29:50 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a19efbcf9a432496058b0dc4944fcce7", + "hash": "c261f3f7a3d2fcfeb2bf80a004dfe60a", "highlights": [] }, { - "title": "Non-syntrophic methanogenic hydrocarbon degradation by an archaeal species", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04235-2", - "creator": "Zhuo Zhou", - "pubDate": "2021-12-22", + "title": "Verizon and AT&T Decline Regulators’ Request to Delay New 5G Services", + "description": "A Verizon crew installing 5G equipment in Utah.", + "content": "A Verizon crew installing 5G equipment in Utah.", + "category": "5G (Wireless Communications)", + "link": "https://www.nytimes.com/2022/01/02/business/verizon-att-5g-planes.html", + "creator": "Stacy Cowley", + "pubDate": "Sun, 02 Jan 2022 22:05:03 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d8a7f3adaa4c22bf0ba9d7c292bdf7a7", + "hash": "9a28d899a762309c83b02340c4f18e56", "highlights": [] }, { - "title": "Spatial maps in piriform cortex during olfactory navigation", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04242-3", - "creator": "Cindy Poo", - "pubDate": "2021-12-22", + "title": "Sudan’s Prime Minister, Abdalla Hamdok, Resigns", + "description": "A protest in Khartoum, Sudan’s capital, on Sunday.", + "content": "A protest in Khartoum, Sudan’s capital, on Sunday.", + "category": "Hamdok, Abdalla", + "link": "https://www.nytimes.com/2022/01/02/world/africa/abdalla-hamdok-resigns-sudan.html", + "creator": "Abdi Latif Dahir", + "pubDate": "Sun, 02 Jan 2022 22:58:41 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc03f50d6b4af5db30338a24da87be23", + "hash": "4299804291af043d3c5bd83c937c11d6", "highlights": [] }, { - "title": "HELQ is a dual-function DSB repair enzyme modulated by RPA and RAD51", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04261-0", - "creator": "Roopesh Anand", - "pubDate": "2021-12-22", + "title": "China Evergrande Halts Its Shares in Hong Kong", + "description": "An unfinished residential development by China Evergrande Group in Suzhou, Jiangsu Province, in October.", + "content": "An unfinished residential development by China Evergrande Group in Suzhou, Jiangsu Province, in October.", + "category": "Foreign Investments", + "link": "https://www.nytimes.com/2022/01/03/business/china-evergrande-shares-hong-kong.html", + "creator": "Alexandra Stevenson", + "pubDate": "Mon, 03 Jan 2022 05:14:46 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0a42281efe8bbb99810f636ed149a26", + "hash": "0ffe96c98ccb99c7f1e66ef4d09d3d44", "highlights": [] }, { - "title": "Monocotyledonous plants graft at the embryonic root–shoot interface", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04247-y", - "creator": "Gregory Reeves", - "pubDate": "2021-12-22", + "title": "Europe Plans to Say Nuclear Power and Natural Gas Are Green Investments", + "description": "Under the European proposal, nuclear power would be considered a sustainable investment if countries can safely dispose of radioactive waste.", + "content": "Under the European proposal, nuclear power would be considered a sustainable investment if countries can safely dispose of radioactive waste.", + "category": "Nuclear Energy", + "link": "https://www.nytimes.com/2022/01/02/business/europe-green-investments-nuclear-natural-gas.html", + "creator": "Liz Alderman and Monika Pronczuk", + "pubDate": "Sun, 02 Jan 2022 21:11:20 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1042f9ababd0429962c2489f66180f2b", + "hash": "2838b5ad18e4aa98612330ce70d4cab1", "highlights": [] }, { - "title": "Very-high-frequency oscillations in the main peak of a magnetar giant flare", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04101-1", - "creator": "A. J. Castro-Tirado", - "pubDate": "2021-12-22", + "title": "Iowa Cubs Owner Surprises Workers With ‘Life-Changing Gesture’ After Sale", + "description": "The owner of the Iowa Cubs gave employees $2,000 for every year they had been with the minor league baseball team, for a total of $600,000. “My jaw dropped,” one worker said.", + "content": "The owner of the Iowa Cubs gave employees $2,000 for every year they had been with the minor league baseball team, for a total of $600,000. “My jaw dropped,” one worker said.", + "category": "Minor Leagues", + "link": "https://www.nytimes.com/2022/01/02/us/iowa-cubs-employee-bonus-checks.html", + "creator": "Michael Levenson", + "pubDate": "Sun, 02 Jan 2022 16:42:11 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d665f7e5f89956b15dcf14a644f9ea5", + "hash": "46ef56b80a9ecfc6c77466cd9320d57a", "highlights": [] }, { - "title": "Structure of Hsp90–Hsp70–Hop–GR reveals the Hsp90 client-loading mechanism", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04252-1", - "creator": "Ray Yu-Ruei Wang", - "pubDate": "2021-12-22", + "title": "10 Lessons We’ve Learned About Eating Well", + "description": "Water vs. seltzer? Can food affect the brain? We’ve rounded up useful research on diet and nutrition to stay healthy in the new year.", + "content": "Water vs. seltzer? Can food affect the brain? We’ve rounded up useful research on diet and nutrition to stay healthy in the new year.", + "category": "Anxiety and Stress", + "link": "https://www.nytimes.com/2022/01/01/well/eat/diet-nutrition-tips.html", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 21:06:42 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "199c65891049abdb807855e0c5931faf", + "hash": "3c0b909a8dd971ddd68b3251994f8f77", "highlights": [] }, { - "title": "Rapid microbial methanogenesis during CO2 storage in hydrocarbon reservoirs", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04153-3", - "creator": "R. L. Tyne", - "pubDate": "2021-12-22", + "title": "How to Improve Your Mental Health in 2022", + "description": "Well’s most popular stories of the year offered tools to stay happy and healthy.", + "content": "Well’s most popular stories of the year offered tools to stay happy and healthy.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/12/30/well/mind/mental-health-advice-2022.html", + "creator": "Dani Blum and Farah Miller", + "pubDate": "Fri, 31 Dec 2021 05:48:19 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b099b67d5c1709d59a291de27807d3bd", + "hash": "0f82e7092a4c3232a24df48aadd3b521", "highlights": [] }, { - "title": "Structure of Hsp90–p23–GR reveals the Hsp90 client-remodelling mechanism", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04236-1", - "creator": "Chari M. Noddings", - "pubDate": "2021-12-22", + "title": "The Year in Fitness: Shorter Workouts, Greater Clarity, Longer Lives", + "description": "The most vital exercise science of 2021 provided a reminder that our bodies and minds can flourish, no matter our circumstances.", + "content": "The most vital exercise science of 2021 provided a reminder that our bodies and minds can flourish, no matter our circumstances.", + "category": "Exercise", + "link": "https://www.nytimes.com/2021/12/29/well/move/short-workouts-mind-body.html", + "creator": "Gretchen Reynolds", + "pubDate": "Wed, 29 Dec 2021 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c32a56f8156ba56894d31c4531f1b86", + "hash": "8d9971e8b526fa3bd380b20ee0ba3383", "highlights": [] }, { - "title": "Programmable interactions and emergent geometry in an array of atom clouds", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04156-0", - "creator": "Avikar Periwal", - "pubDate": "2021-12-22", + "title": "Crispy Tofu and Vegetables Dinner", + "description": "The cornstarch draws out moisture, resulting in a crunchy, crispy tofu without frying.", + "content": "The cornstarch draws out moisture, resulting in a crunchy, crispy tofu without frying.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/30/dining/crispy-tofu-dinner.html", + "creator": "Melissa Clark", + "pubDate": "Thu, 30 Dec 2021 17:19:01 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1be595b7a085eb1bb8d07634e81baff0", + "hash": "5688e665e994887c60f60fe9d8b78233", "highlights": [] }, { - "title": "High-entropy polymer produces a giant electrocaloric effect at low fields", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04189-5", - "creator": "Xiaoshi Qian", - "pubDate": "2021-12-22", + "title": "Remembering the Racist History of ‘Human Zoos’", + "description": "Plaster casts from the artist Arsène Matton’s series “Live Congolese” (1911) on display in “Human Zoo: The Age of Colonial Exhibitions” at the Africa Museum, near Brussels, through March 6.", + "content": "Plaster casts from the artist Arsène Matton’s series “Live Congolese” (1911) on display in “Human Zoo: The Age of Colonial Exhibitions” at the Africa Museum, near Brussels, through March 6.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/29/arts/design/human-zoos-africa-museum.html", + "creator": "Farah Nayeri", + "pubDate": "Wed, 29 Dec 2021 16:44:51 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f420454fd6d7defc6aba321fd2f8ab0", + "hash": "fe1c38550bbebf18ee2a5c866e215727", "highlights": [] }, { - "title": "Cancer risk across mammals", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04224-5", - "creator": "Orsolya Vincze", - "pubDate": "2021-12-22", + "title": "The Video Games That Got Us Through 2021", + "description": "These are not the year’s best video games, and some of them aren’t even that new. But they are the ones that helped us through yet another unexpected year.", + "content": "These are not the year’s best video games, and some of them aren’t even that new. But they are the ones that helped us through yet another unexpected year.", + "category": "Computer and Video Games", + "link": "https://www.nytimes.com/2022/01/02/arts/great-video-games-2021.html", + "creator": "Gilbert Cruz", + "pubDate": "Sun, 02 Jan 2022 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88d49bc01ba39f34d77eab17fc974b0f", + "hash": "ecda72b1f61e76b1f14f390119fd2fe0", "highlights": [] }, { - "title": "Dynamic spatial progression of isolated lithium during battery operations", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04168-w", - "creator": "Fang Liu", - "pubDate": "2021-12-22", + "title": "Arlo Guthrie Marries Marti Ladd After 20 Years of Friendship ", + "description": "The folk singer Arlo Guthrie and Marti Ladd were married on Dec. 8 at the South County Courthouse in Delray Beach, Fla.", + "content": "The folk singer Arlo Guthrie and Marti Ladd were married on Dec. 8 at the South County Courthouse in Delray Beach, Fla.", + "category": "Weddings and Engagements", + "link": "https://www.nytimes.com/2021/12/31/fashion/weddings/arlo-guthrie-marti-ladd-married.html", + "creator": "Tammy La Gorce", + "pubDate": "Fri, 31 Dec 2021 14:25:21 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dda4ebcf5f7b5df0fbbda0031a3dbfc2", + "hash": "eb5d820dc152f417f4ee4c201e46e767", "highlights": [] }, { - "title": "Resonance from antiferromagnetic spin fluctuations for superconductivity in UTe2", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04151-5", - "creator": "Chunruo Duan", - "pubDate": "2021-12-22", + "title": "The 50 Best TV Shows and Movies on Disney+ Right Now", + "description": "Paul Bettany and Elizabeth Olsen in “Wandavision.”", + "content": "Paul Bettany and Elizabeth Olsen in “Wandavision.”", + "category": "Disney Plus", + "link": "https://www.nytimes.com/article/best-tv-shows-movies-disney-plus.html", + "creator": "Scott Tobias", + "pubDate": "Thu, 30 Dec 2021 23:16:58 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d0302455674c664fb8a1762220bcff0", + "hash": "458aee302f28c91fdfd27085b8b9cf4d", "highlights": [] }, { - "title": "Donald Caspar (1927–2021)", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03820-9", - "creator": "Lee Makowski", - "pubDate": "2021-12-22", + "title": "Left and Center-Left Both Claim Stacey Abrams. Who’s Right?", + "description": "Ms. Abrams’s ability to bridge two Democratic factions that are often at odds may be crucial in her run for governor of Georgia.", + "content": "Ms. Abrams’s ability to bridge two Democratic factions that are often at odds may be crucial in her run for governor of Georgia.", + "category": "Abrams, Stacey Y", + "link": "https://www.nytimes.com/2022/01/02/us/politics/stacey-abrams-georgia-democrats.html", + "creator": "Astead W. Herndon", + "pubDate": "Sun, 02 Jan 2022 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0bce163515d08ce3a096f75d2e4fed65", + "hash": "288f67e8ea14f4d661e4c17fa8f71e6b", "highlights": [] }, { - "title": "A microbe that uses crude oil to make methane", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03729-3", - "creator": "Guillaume Borrel", - "pubDate": "2021-12-22", + "title": "Doris Lee, Unjustly Forgotten, Gets a Belated but Full Blown Tribute", + "description": "Shining a spotlight on a painter and illustrator at the nexus of folk art and Modernism. She appeared everywhere, from W.P.A. murals to Life magazine. Then she disappeared.", + "content": "Shining a spotlight on a painter and illustrator at the nexus of folk art and Modernism. She appeared everywhere, from W.P.A. murals to Life magazine. Then she disappeared.", + "category": "Lee, Doris (1905-83)", + "link": "https://www.nytimes.com/2021/12/30/arts/design/doris-lee-overlooked-artist-exhibition.html", + "creator": "Meredith Mendelsohn", + "pubDate": "Fri, 31 Dec 2021 14:30:30 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d1c6cc402e33dbf8e2ec9f3290bcb37", + "hash": "cff37e759f6443272271bc8b8038babb", "highlights": [] }, { - "title": "A radiocarbon revolution sheds light on the Vikings", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03769-9", - "creator": "James H. Barrett", - "pubDate": "2021-12-22", + "title": "How Nicole Kidman Learned to Love Playing Lucille Ball", + "description": "A career of dramas like “The Hours” and “Big Little Lies” was not enough to help Kidman portray the “I Love Lucy” star in “Being the Ricardos.” As she put it, “Funny’s hard.”", + "content": "When it comes to comedies, “I don’t get cast in them,” Nicole Kidman said. That might be the result of a career spent in dramas or “it might be my personality, too.”", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/26/movies/nicole-kidman-being-the-ricardos-lucille-ball.html", + "creator": "Dave Itzkoff", + "pubDate": "Sun, 26 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b01caa99550fc5cb226a3fa4d16a4e67", + "hash": "ca000334837d1bbb1f4789fcb21e9cc9", "highlights": [] }, { - "title": "Low-power light modifies electron microscopy", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03767-x", - "creator": "Martin Kozák", - "pubDate": "2021-12-22", + "title": "John Madden Left a Voicemail for the Giants That Became N.F.L. Lore", + "description": "Madden was many things over a legendary career, but he was always a football coach first.", + "content": "Madden was many things over a legendary career, but he was always a football coach first.", + "category": "Madden, John", + "link": "https://www.nytimes.com/2021/12/30/opinion/john-madden-nfl.html", + "creator": "Tom Coughlin", + "pubDate": "Thu, 30 Dec 2021 15:55:03 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a72a356f1992544db0ae65298a8eac5a", + "hash": "66b66d6eb4813ac3841990bf5609dfdb", "highlights": [] }, { - "title": "Imperilled glacier, COVID immunity and ‘touching’ the Sun", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03708-8", - "creator": "", - "pubDate": "2021-12-22", + "title": "Trump’s Social Media Return — and What Else to Expect in 2022", + "description": "But don’t expect Congress to get its act together on tech legislation.", + "content": "But don’t expect Congress to get its act together on tech legislation.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/30/opinion/trump-facebook-matrix.html", + "creator": "Kara Swisher", + "pubDate": "Thu, 30 Dec 2021 23:30:01 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0de1c2c4267d86c2b5618386199cacf4", + "hash": "892b2e68a417d0e6713d36fb7b12d51a", "highlights": [] }, { - "title": "Clever substitutions reveal magnetism in zigzag graphene nanoribbons", - "description": "", - "content": "\n ", + "title": "With Omicron’s Rise, Americans Brace for Returning to School and Work", + "description": "Covid testing on Wednesday at a fire station in Washington, D.C.", + "content": "Covid testing on Wednesday at a fire station in Washington, D.C.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03768-w", - "creator": "Aran Garcia-Lekue", - "pubDate": "2021-12-22", + "link": "https://www.nytimes.com/2022/01/01/us/omicron-covid-pandemic-despair.html", + "creator": "Audra D. S. Burch, Stephanie Saul, Edgar Sandoval and Mitch Smith", + "pubDate": "Sat, 01 Jan 2022 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0c5c1703cfa8543ccb4e96fc898c8ec", + "hash": "1fd4d506446364b53eb59976b22e0f2f", "highlights": [] }, { - "title": "Fatal lab explosion in China highlights wider safety fears", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03589-x", - "creator": "Andrew Silver", - "pubDate": "2021-12-22", + "title": "Eric Adams Takes Office as New York City's Mayor", + "description": "Eric Adams after being sworn in as the 110th mayor of New York City, at Times Square on Saturday morning.", + "content": "Eric Adams after being sworn in as the 110th mayor of New York City, at Times Square on Saturday morning.", + "category": "Adams, Eric L", + "link": "https://www.nytimes.com/2022/01/01/nyregion/eric-adams-inaguration-nyc-mayor.html", + "creator": "Emma G. Fitzsimmons", + "pubDate": "Sat, 01 Jan 2022 05:39:13 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2cc59ced54b4ac90dd606952d4ca9e27", + "hash": "9453fc783f640716ad7cfa9a671656df", "highlights": [] }, { - "title": "Bronze Age genomes reveal migration to Britain", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03770-2", - "creator": "Daniel G. Bradley", - "pubDate": "2021-12-22", + "title": "12 Things Our Critics Are Looking Forward to in 2022", + "description": "‘Better Call Saul’ returns, Cecily Strong stars in a one-woman show, and Faith Ringgold gets an overdue retrospective.", + "content": "‘Better Call Saul’ returns, Cecily Strong stars in a one-woman show, and Faith Ringgold gets an overdue retrospective.", + "category": "Art", + "link": "https://www.nytimes.com/2022/01/01/arts/tv-movies-music-picks-2022.html", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 10:00:24 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "efd90894971e759619393dc38ac14824", + "hash": "2ee61f090a4d6f99cdb06cfe43d23a0f", "highlights": [] }, { - "title": "Activation mechanism of PINK1", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04340-2", - "creator": "Zhong Yan Gan", - "pubDate": "2021-12-21", + "title": "The New Political Cry in South Korea: ‘Out With Man Haters’", + "description": "Bae In-kyu, the head of Man on Solidarity, one of South Korea’s most active anti-feminist groups, leading a rally in Seoul last month. “Feminists are a social evil,” he has said.", + "content": "Bae In-kyu, the head of Man on Solidarity, one of South Korea’s most active anti-feminist groups, leading a rally in Seoul last month. “Feminists are a social evil,” he has said.", + "category": "Women and Girls", + "link": "https://www.nytimes.com/2022/01/01/world/asia/south-korea-men-anti-feminists.html", + "creator": "Choe Sang-Hun", + "pubDate": "Sat, 01 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f66a94db494b44eddda01af5e2d408b", + "hash": "173b061a2bab63e9f357576990194d86", "highlights": [] }, { - "title": "From the archive", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03739-1", - "creator": "", - "pubDate": "2021-12-21", + "title": "China Moves to Overhaul Protections for Women’s Rights, Sort Of", + "description": "Supporters of Zhou Xiaoxuan in Beijing. Ms. Zhou, a prominent voice in China’s #MeToo movement, doubts the draft laws will change much. “This is probably still a very long, hard road,” she said.", + "content": "Supporters of Zhou Xiaoxuan in Beijing. Ms. Zhou, a prominent voice in China’s #MeToo movement, doubts the draft laws will change much. “This is probably still a very long, hard road,” she said.", + "category": "Women and Girls", + "link": "https://www.nytimes.com/2022/01/02/world/asia/china-womens-rights.html", + "creator": "Vivian Wang", + "pubDate": "Sun, 02 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6de95244b7500a218a23059ba5289b2", + "hash": "3b188203742dd01dca536aa6e0078b38", "highlights": [] }, { - "title": "Secret of Hellenic Foundation’s success? Its staff", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03779-7", - "creator": "Nektarios K. Nasikas", - "pubDate": "2021-12-21", + "title": "Jim Green, NASA’s Retiring Top Scientist, Says We Can Terraform Mars", + "description": "James Green, the chief scientist at NASA, has worked for NASA since 1980, overseeing missions across the solar system and contributing to more than 100 scientific papers.", + "content": "James Green, the chief scientist at NASA, has worked for NASA since 1980, overseeing missions across the solar system and contributing to more than 100 scientific papers.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2022/01/02/science/jim-green-nasa-mars.html", + "creator": "Jonathan O’Callaghan", + "pubDate": "Sun, 02 Jan 2022 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "522b08b0a19cd9fac623b3f635b3dc8e", + "hash": "a4e1453288868dc062134c46b2966af8", "highlights": [] }, { - "title": "Early-career researchers help Wellcome funding panel", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03777-9", - "creator": "Rachel V. Guest", - "pubDate": "2021-12-21", + "title": "South Africa Parliament Fire Still Burning After Hours", + "description": "Smoke rising above the National Assembly on Sunday in Cape Town.", + "content": "Smoke rising above the National Assembly on Sunday in Cape Town.", + "category": "South Africa", + "link": "https://www.nytimes.com/2022/01/02/world/africa/south-africa-fire-parliament.html", + "creator": "Lynsey Chutel and Austin Ramzy", + "pubDate": "Sun, 02 Jan 2022 16:28:13 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a81e0e2763cd46565c2dab1108eaa1c", + "hash": "39343e43e28b31a070ba5b720e8fd88e", "highlights": [] }, { - "title": "Half measures in One Health fail people and the environment", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03780-0", - "creator": "Andrew Peters", - "pubDate": "2021-12-21", + "title": "Goldman Sachs Follows Wall Street Rivals in Asking Staff to Work From Home", + "description": "Goldman Sachs is asking its employees in the United States to work from home for the next couple of weeks.", + "content": "Goldman Sachs is asking its employees in the United States to work from home for the next couple of weeks.", + "category": "Coronavirus Return to Office", + "link": "https://www.nytimes.com/2022/01/02/business/goldman-sachs-return-to-office.html", + "creator": "Lananh Nguyen", + "pubDate": "Sun, 02 Jan 2022 19:14:46 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4ca0052427f28f46233ae329d19aaef", + "hash": "0da9e589972f31221d38ee4d48caed28", "highlights": [] }, { - "title": "Upgrade the science and technology policy system the US already has", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03778-8", - "creator": "Valerie J. Karplus", - "pubDate": "2021-12-21", + "title": "Tesla Reports 87% Increase in 2021 Deliveries", + "description": "Tesla vehicles at a charging station in San Diego. The company is aiming to increase its production by 50 percent a year for the next several years.", + "content": "Tesla vehicles at a charging station in San Diego. The company is aiming to increase its production by 50 percent a year for the next several years.", + "category": "Electric and Hybrid Vehicles", + "link": "https://www.nytimes.com/2022/01/02/business/tesla-sales.html", + "creator": "Neal E. Boudette", + "pubDate": "Sun, 02 Jan 2022 19:20:58 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27a7c4e5303b283b88b7a62d267dbb16", + "hash": "9b881dad025234c56747077027dbd386", "highlights": [] }, { - "title": "Journals adopt AI to spot duplicated images in manuscripts", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03807-6", - "creator": "Richard Van Noorden", - "pubDate": "2021-12-21", + "title": "Beaches Closed After 8.5 Million Gallons of Sewage Spill in Los Angeles County", + "description": "The release of millions of gallons of untreated sewage into the Dominguez Channel in Carson, Calif., forced the closure of some beaches on Friday.", + "content": "The release of millions of gallons of untreated sewage into the Dominguez Channel in Carson, Calif., forced the closure of some beaches on Friday.", + "category": "Sewers and Sewage", + "link": "https://www.nytimes.com/2022/01/01/us/sewage-spill-los-angeles.html", + "creator": "Eduardo Medina", + "pubDate": "Sun, 02 Jan 2022 16:02:33 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c15181a49f5fd8aa5e320182f7405a6", + "hash": "45f71a87707e87f60353b57e8a63d035", "highlights": [] }, { - "title": "Sustainability at the crossroads", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03781-z", - "creator": "", - "pubDate": "2021-12-21", + "title": "Santander UK Makes $175 Million in Mistaken Payments", + "description": "Santander UK, which has more than 14 million customers, made tens of thousands of accidental payments on Christmas Day. Now, it wants the money back.", + "content": "Santander UK, which has more than 14 million customers, made tens of thousands of accidental payments on Christmas Day. Now, it wants the money back.", + "category": "Banco Santander S A", + "link": "https://www.nytimes.com/2022/01/01/business/santander-bank-extra-payments.html", + "creator": "Amanda Holpuch", + "pubDate": "Sat, 01 Jan 2022 19:06:21 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41f71c84a5fe230b8214263d6970852e", + "hash": "de04a9180ac457a131f76d0e2ae78be3", "highlights": [] }, { - "title": "Omicron overpowers key COVID antibody treatments in early tests", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03829-0", - "creator": "Max Kozlov", - "pubDate": "2021-12-21", + "title": "How the Founder of Subway Book Review Spends Her Sundays", + "description": "Uli Beutter Cohen can often be found on the G train, looking for readers.", + "content": "Uli Beutter Cohen can often be found on the G train, looking for readers.", + "category": "Cohen, Uli Beutter", + "link": "https://www.nytimes.com/2021/12/31/nyregion/subway-book-review-nyc.html", + "creator": "Kaya Laterman", + "pubDate": "Fri, 31 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f9916591b75dc037d4719b3f878f4956", + "hash": "91040a314bec845bc031ce1e4bc228bb", "highlights": [] }, { - "title": "Structural architecture of the human NALCN channelosome", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04313-5", - "creator": "Marc Kschonsak", - "pubDate": "2021-12-20", + "title": "Another Covid Winter, but Our Quarantine Comforts No Longer Work", + "description": "Americans have spared little expense over the past two years turning their homes into cozy havens. That doesn’t mean they want to spend another winter in them.", + "content": "Americans have spared little expense over the past two years turning their homes into cozy havens. That doesn’t mean they want to spend another winter in them.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/31/realestate/another-covid-winter-but-our-quarantine-comforts-no-longer-work.html", + "creator": "Ronda Kaysen", + "pubDate": "Fri, 31 Dec 2021 13:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1cb2219f6a80d58281157ffac74a9a6e", + "hash": "87fa57dc1d4117622bc3332d6ed66dfe", "highlights": [] }, { - "title": "VLDLR and ApoER2 are receptors for multiple alphaviruses", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04326-0", - "creator": "Lars E. Clark", - "pubDate": "2021-12-20", + "title": "New Travel Apps to Help You Plan Your Next Getaway 2022", + "description": "Yes, there’s turmoil in the travel world right now, but many people are still eager to linger over plans for future journeys. These new online tools will help.", + "content": "Yes, there’s turmoil in the travel world right now, but many people are still eager to linger over plans for future journeys. These new online tools will help.", + "category": "Mobile Applications", + "link": "https://www.nytimes.com/2021/12/30/travel/travel-planning-apps.html", + "creator": "Stephanie Rosenbloom", + "pubDate": "Thu, 30 Dec 2021 16:40:10 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "663338d5c5e802c21315ca45624e3c8a", + "hash": "7fb35c4b4b1b1b427c7e37fdb2c04865", "highlights": [] }, { - "title": "Ostrich eggshell beads reveal 50,000-year-old social network in Africa", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04227-2", - "creator": "Jennifer M. Miller", - "pubDate": "2021-12-20", + "title": "Is the Human Impulse to Tell Stories Dangerous?", + "description": "In “The Story Paradox,” Jonathan Gottschall explores how narrative shapes reality and our own actions.", + "content": "In “The Story Paradox,” Jonathan Gottschall explores how narrative shapes reality and our own actions.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/30/books/review/the-story-paradox-jonathan-gottschall.html", + "creator": "Timothy Snyder", + "pubDate": "Thu, 30 Dec 2021 19:26:44 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3ef531424b4aa4ca520807e89b8d2fd", + "hash": "e4058e6d2716ff392e086b853835f81e", "highlights": [] }, { - "title": "Exiting gracefully: how to leave a job behind", - "description": "", - "content": "\n ", + "title": "Omicron, Colorado, Betty White: Your Weekend Briefing", + "description": "Washington residents are tested for Covid-19 last week.", + "content": "Washington residents are tested for Covid-19 last week.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03788-6", - "creator": "Bianca Nogrady", - "pubDate": "2021-12-20", + "link": "https://www.nytimes.com/2022/01/02/briefing/omicron-colorado-betty-white.html", + "creator": "Remy Tumin", + "pubDate": "Sun, 02 Jan 2022 11:14:27 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1a5bab7416bbf21373cccdbf159600f", + "hash": "8f1951c878912bc7265a701e2b0688e6", "highlights": [] }, { - "title": "The Christmas Tree Barn", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03743-5", - "creator": "Mary E. Lowd", - "pubDate": "2021-12-20", + "title": "The Most Powerful ‘Daily’ Episodes From 2021", + "description": "In a volatile year again dominated by politics and the pandemic, “The Daily” sought out personal stories. Here’s a look back on the episodes that our team can’t forget.", + "content": "Children flying handmade plastic kites on a hillside graveyard overlooking Kabul, Afghanistan.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/17/podcasts/the-daily-year-end.html", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 17:14:58 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4921a11685069e591bdd3eeb364c2f1e", + "hash": "e6d62e0194a1178fbc824d3cf166887f", "highlights": [] }, { - "title": "Collect feedback to improve your event experience", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03782-y", - "creator": "Andy Tay", - "pubDate": "2021-12-20", + "title": "Day X", + "description": "How a military officer and a faked refugee identity were part of an alleged far-right plot to bring down the German government.", + "content": "How a military officer and a faked refugee identity were part of an alleged far-right plot to bring down the German government.", + "category": "Germany", + "link": "https://www.nytimes.com/2021/05/19/podcasts/far-right-german-extremism.html", + "creator": "Katrin Bennhold, Lynsea Garrison, Clare Toeniskoetter, Kaitlin Roberts, Larissa Anderson and Mike Benoist", + "pubDate": "Tue, 06 Jul 2021 12:41:40 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1dd08f604d3b20cf1aa7e40b751df70d", + "hash": "9452695fed6c874cc70a866dbe602b51", "highlights": [] }, { - "title": "Beads reveal long-distance connections in early Africa", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03681-2", - "creator": "Benjamin R. Collins", - "pubDate": "2021-12-20", + "title": "What Are Your Food Resolutions for the New Year?", + "description": "Join us for the Eat Well Challenge starting in January.", + "content": "Join us for the Eat Well Challenge starting in January.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/30/well/eat/new-years-resolutions-food.html", + "creator": "Tara Parker-Pope", + "pubDate": "Fri, 31 Dec 2021 01:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9f600a1eb7e4202d2b83518c7c4442a", + "hash": "330c2d2717a5367fe1fd77f09c45f471", "highlights": [] }, { - "title": "Build a registry of results that students can replicate", - "description": "", - "content": "\n ", + "title": "U.S. Flight Cancellations Pass 2,500", + "description": "The cancellations mounted to a record level amid a struggle with crew shortages and heavy snowfall. Follow Covid updates.", + "content": "The cancellations mounted to a record level amid a struggle with crew shortages and heavy snowfall. Follow Covid updates.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03707-9", - "creator": "Yusuf A. Hannun", - "pubDate": "2021-12-20", + "link": "https://www.nytimes.com/live/2022/01/01/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Sun, 02 Jan 2022 00:11:24 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dcb404d694b22e0f0c978dc987808403", + "hash": "32e9ae70e1f6e4a4f825c9c1568f6e19", "highlights": [] }, { - "title": "Reconsidering the role of alcohol in the scientific workplace", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03773-z", - "creator": "Nikki Forrester", - "pubDate": "2021-12-20", + "title": "Here’s What Readers Told Us About Customer Service Nightmares", + "description": "Plus, some small glimmers of hope.", + "content": "Plus, some small glimmers of hope.", + "category": "Customer Relations", + "link": "https://www.nytimes.com/2022/01/01/business/readers-customer-service.html", + "creator": "Gray Beltran", + "pubDate": "Sat, 01 Jan 2022 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8b37b6df5f9ebe9a42a75201dcfd5f9", + "hash": "dcbd55d065f1fd272ce3e325ae0e501f", "highlights": [] }, { - "title": "Publisher Correction: Disease variant prediction with deep generative models of evolutionary data", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04207-6", - "creator": "Jonathan Frazer", - "pubDate": "2021-12-17", + "title": "After Catastrophic Fire, Colorado Fights a New Hazard: 10 Inches of Snow", + "description": "Katie and Nicolas Ferrington surveyed their home in the aftermath of the Marshall fire in Boulder County, Colo., on Saturday.", + "content": "Katie and Nicolas Ferrington surveyed their home in the aftermath of the Marshall fire in Boulder County, Colo., on Saturday.", + "category": "Weather", + "link": "https://www.nytimes.com/2022/01/01/us/colorado-fires-snow-boulder-superior-louisville.html", + "creator": "Charlie Brennan, Jack Healy and Sophie Kasakove", + "pubDate": "Sun, 02 Jan 2022 00:32:44 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac3d7181c01a80b54d0fbf7228b5c134", + "hash": "3c01f9bf30198ee8af0aac2dcc71e249", "highlights": [] }, { - "title": "Publisher Correction: Burden and characteristics of COVID-19 in the United States during 2020", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04172-0", - "creator": "Sen Pei", - "pubDate": "2021-12-17", + "title": "Record-Setting Colorado Fires Destroyed More Than 500 Homes", + "description": "Unlike fires in mountain wilderness, which often burn over the course of weeks, the destruction on Thursday played out in minutes and hours.", + "content": "Unlike fires in mountain wilderness, which often burn over the course of weeks, the destruction on Thursday played out in minutes and hours.", + "category": "Wildfires", + "link": "https://www.nytimes.com/2021/12/31/us/colorado-marshall-fire.html", + "creator": "Charlie Brennan, Shay Castle, Mitch Smith and Jack Healy", + "pubDate": "Sat, 01 Jan 2022 06:48:24 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf9dc7cec8262c41c9dfd8c01e7afe76", + "hash": "8525907b23cf1299d609734a945c3366", "highlights": [] }, { - "title": "A partridge in hand on the Spanish steppe", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03712-y", - "creator": "Jack Leeming", - "pubDate": "2021-12-17", + "title": "Why Marriage Requires Amnesia", + "description": "Do I hate my husband? Oh for sure, yes, definitely.", + "content": "Do I hate my husband? Oh for sure, yes, definitely.", + "category": "Marriages", + "link": "https://www.nytimes.com/2021/12/24/style/marriage-heather-havrilesky-foreverland.html", + "creator": "Heather Havrilesky", + "pubDate": "Fri, 24 Dec 2021 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38e4f4cbd80be6187d2e1f128ebc33c9", + "hash": "a0cf41ca1e3ff96942f961f273f2d35c", "highlights": [] }, { - "title": "Coronapod: Omicron - your questions answered", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03786-8", - "creator": "Noah Baker", - "pubDate": "2021-12-17", + "title": "Once a Janitor, Now the Bar Mitzvah Photography King of Montreal", + "description": "Braulio Rocha showing bar mitzvah photographs to the Rosen family children at a Montreal synagogue.", + "content": "Braulio Rocha showing bar mitzvah photographs to the Rosen family children at a Montreal synagogue.", + "category": "Rocha, Braulio", + "link": "https://www.nytimes.com/2021/12/31/world/canada/montreal-bar-mitzvah-photographer.html", + "creator": "", + "pubDate": "Sat, 01 Jan 2022 00:34:25 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ced36c4676aa9c62dab277af691eb5a0", + "hash": "f00c381e353bd515c2dea680c07391b3", "highlights": [] }, { - "title": "Pluto’s mysterious polygons explained", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03792-w", - "creator": "Shamini Bundell", - "pubDate": "2021-12-17", + "title": "Bedtime Stories Are for Adults Too", + "description": "But now that’s changed. In almost everyone’s never-ending quest for better sleep, the adult bedtime story industry is booming.", + "content": "But now that’s changed. In almost everyone’s never-ending quest for better sleep, the adult bedtime story industry is booming.", + "category": "Sleep", + "link": "https://www.nytimes.com/2022/01/01/style/bedtime-stories-for-adults.html", + "creator": "Hillary Richard", + "pubDate": "Sat, 01 Jan 2022 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf906511107aff858d9b08d61f556b12", + "hash": "6052d54b3148104cca49596d31f7b903", "highlights": [] }, { - "title": "The scientific workplace in 2021", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03710-0", - "creator": "Chris Woolston", - "pubDate": "2021-12-17", + "title": "Aiding Afghan Refugees in the U.S.", + "description": "Readers discuss hosting an Afghan family, urge helping needy Americans first and suggest a G.I. Bill for Afghans. Also: Is the Supreme Court partisan?", + "content": "Readers discuss hosting an Afghan family, urge helping needy Americans first and suggest a G.I. Bill for Afghans. Also: Is the Supreme Court partisan?", + "category": "Afghanistan War (2001- )", + "link": "https://www.nytimes.com/2021/12/31/opinion/letters/aiding-afghan-refugees.html", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 23:27:20 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fabb34703424f98106e0371ecc745fb5" + "hash": "25af91f13b71ef593b7410a8fe582f81", + "highlights": [] }, { - "title": "Afghanistan’s academics despair months after Taliban takeover", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03774-y", - "creator": "Smriti Mallapaty", - "pubDate": "2021-12-17", + "title": "The Sidney Awards", + "description": "Some great essays from a shapeless year.", + "content": "Some great essays from a shapeless year.", + "category": "Magazines", + "link": "https://www.nytimes.com/2021/12/30/opinion/brooks-sidney-awards-2021.html", + "creator": "David Brooks", + "pubDate": "Fri, 31 Dec 2021 00:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53fde1592ec8c64dee61e3fdf588d395" + "hash": "b9acdbc6e0dcc4f8f500bb351cfa0c12", + "highlights": [] }, { - "title": "The science events to watch for in 2022", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03772-0", - "creator": "Davide Castelvecchi", - "pubDate": "2021-12-17", + "title": "Will Maxwell’s Conviction End a Culture of Complicity Surrounding Sexual Predation?", + "description": "We must not be blind to the many ways that enabling does not rise to a crime.", + "content": "We must not be blind to the many ways that enabling does not rise to a crime.", + "category": "Sexual Harassment", + "link": "https://www.nytimes.com/2021/12/29/opinion/maxwell-epstein-sexual-abuse.html", + "creator": "Deborah Tuerkheimer", + "pubDate": "Thu, 30 Dec 2021 00:59:16 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41fdadc94c551d93a6eff0f73460f72c" + "hash": "afe9c0dda57e85682d371933769057ec", + "highlights": [] }, { - "title": "Daily briefing: First ‘true’ millipede with more than 1,000 legs", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03810-x", - "creator": "Flora Graham", - "pubDate": "2021-12-17", + "title": "I Investigated Bonds and Clemens. Yes, They Belong in Cooperstown.", + "description": "Barry Bonds in 2006.", + "content": "Barry Bonds in 2006.", + "category": "Bonds, Barry", + "link": "https://www.nytimes.com/2021/12/30/opinion/hall-of-fame.html", + "creator": "Jeff Novitzky", + "pubDate": "Thu, 30 Dec 2021 23:34:59 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "700ba44f89e4f7c9dab37f1c75221f6b" + "hash": "c81d9eee0ea79c595fc863d438bed0ef", + "highlights": [] }, { - "title": "Gravity, AlphaFold and neural interfaces: a year of remarkable science", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03730-w", - "creator": "", - "pubDate": "2021-12-17", + "title": "Chinese Police Hunt Overseas Critics With Advanced Tech", + "description": "The Chinese police have turned to intimidation to silence even obscure critics.", + "content": "The Chinese police have turned to intimidation to silence even obscure critics.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/31/business/china-internet-police-twitter.html", + "creator": "Muyi Xiao and Paul Mozur", + "pubDate": "Fri, 31 Dec 2021 08:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6bb752a65d9367208270f5ad638f3c5" + "hash": "05b53615c7beebb7b11d8cec1e7e2960", + "highlights": [] }, { - "title": "What Biden’s $2-trillion spending bill could mean for climate change", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03787-7", - "creator": "Jeff Tollefson", - "pubDate": "2021-12-17", + "title": "Snow Closed the Highways. GPS Mapped a Harrowing Detour in the Sierra Nevada.", + "description": "Public safety officials warned that alternate routes offered by apps like Google Maps and Waze don’t always take into account hazards to drivers.", + "content": "Public safety officials warned that alternate routes offered by apps like Google Maps and Waze don’t always take into account hazards to drivers.", + "category": "Maps", + "link": "https://www.nytimes.com/2021/12/31/us/google-maps-waze-sierra-nevada-snow.html", + "creator": "Neil Vigdor", + "pubDate": "Fri, 31 Dec 2021 10:30:08 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b345781c7c51d1098146b8699f081ee5" + "hash": "8f51b789e7eee7764d2a4f9c600ae66f", + "highlights": [] }, { - "title": "How severe are Omicron infections?", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03794-8", - "creator": "Heidi Ledford", - "pubDate": "2021-12-17", + "title": "Behind the Violence at Rikers, Decades of Mismanagement and Dysfunction", + "description": "For years, New York City officials have presided over shortcuts and blunders that have led to chaos in one of America’s most expensive jail complexes.", + "content": "For years, New York City officials have presided over shortcuts and blunders that have led to chaos in one of America’s most expensive jail complexes.", + "category": "Prison Guards and Corrections Officers", + "link": "https://www.nytimes.com/2021/12/31/nyregion/rikers-island-correction-officers.html", + "creator": "Jan Ransom and Bianca Pallaro", + "pubDate": "Fri, 31 Dec 2021 10:27:17 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5cf5b8e642d330002f5914dbfd55eb7d" + "hash": "40815463fa8f1e3d0b031d389644ce02", + "highlights": [] }, { - "title": "Selective sulfidation of metal compounds", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04321-5", - "creator": "Caspar Stinn", - "pubDate": "2021-12-16", + "title": "Fed’s Moves in 2022 Could End the Stock Market’s Pandemic Run", + "description": "Shares soared as interest rates stayed low and stimulus programs helped the economy. But expected changes could make investors wary.", + "content": "Shares soared as interest rates stayed low and stimulus programs helped the economy. But expected changes could make investors wary.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/31/business/stock-market-2022.html", + "creator": "Coral Murphy Marcos and Emily Flitter", + "pubDate": "Fri, 31 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f8d3c970f6cf4ad1e71dc91aa70da1c" + "hash": "ccd0f4754c1ea9c6613bf4a2d9f2a17a", + "highlights": [] }, { - "title": "A fatty molecule shows promise for staving off HIV", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03750-6", - "creator": "", - "pubDate": "2021-12-16", + "title": "Betty White, a Television Golden Girl From the Start, Is Dead at 99", + "description": "Betty White was best known as the manipulative and bawdy Sue Ann on “The Mary Tyler Moore Show” and as the naïve, scatterbrained Rose on “The Golden Girls.”", + "content": "Betty White was best known as the manipulative and bawdy Sue Ann on “The Mary Tyler Moore Show” and as the naïve, scatterbrained Rose on “The Golden Girls.”", + "category": "White, Betty", + "link": "https://www.nytimes.com/2021/12/31/arts/television/betty-white-dead.html", + "creator": "Richard Severo and Peter Keepnews", + "pubDate": "Sat, 01 Jan 2022 03:51:18 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ea187c0373acc450c07601caf4bc4bf" + "hash": "9a64e8b95b91f9a330ebc524d7e25ac1", + "highlights": [] }, { - "title": "Daily briefing: COVID vaccines in eight powerful charts", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03790-y", - "creator": "Flora Graham", - "pubDate": "2021-12-16", + "title": "With a Simple Funeral, South Africa Bids Farewell to Desmond Tutu", + "description": "Clergy members carrying the coffin of Archbishop Desmond M. Tutu on Saturday after his funeral service at St. George’s Cathedral in Cape Town.", + "content": "Clergy members carrying the coffin of Archbishop Desmond M. Tutu on Saturday after his funeral service at St. George’s Cathedral in Cape Town.", + "category": "Funerals and Memorials", + "link": "https://www.nytimes.com/2022/01/01/world/africa/desmond-tutu-funeral-south-africa.html", + "creator": "Lynsey Chutel", + "pubDate": "Sat, 01 Jan 2022 19:11:29 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a37597e6232fcd092d560d157532bba1" + "hash": "0b4aaf15255b8c14173e818197ea8b9f", + "highlights": [] }, { - "title": "Ned Seeman (1945–2021)", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03709-7", - "creator": "Philip Ball", - "pubDate": "2021-12-16", + "title": "A Vatican Library Shortens the Distance Between Its Works and Its Scholars", + "description": "The Rev. David Nazar, the rector of the Pontifical Oriental Institute. The collaboration to digitize its books reminded him of a “Mickey Rooney film.”", + "content": "The Rev. David Nazar, the rector of the Pontifical Oriental Institute. The collaboration to digitize its books reminded him of a “Mickey Rooney film.”", + "category": "Libraries and Librarians", + "link": "https://www.nytimes.com/2022/01/01/world/europe/pontifical-oriental-institute-digital-texts.html", + "creator": "Elisabetta Povoledo", + "pubDate": "Sat, 01 Jan 2022 17:16:36 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "abf85199820a9968be7d8b9b9e376009" + "hash": "45fdccbe3f5729cc53ae67cede2d01d4", + "highlights": [] }, { - "title": "Embryo-like models shed fresh light on early human development", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03711-z", - "creator": "Sandeep Ravindran", - "pubDate": "2021-12-16", + "title": "Beaches Closed After 7 Million Gallons of Sewage Spill in Los Angeles County", + "description": "The release of millions of gallons of untreated sewage into the Dominguez Channel in Carson, Calif., forced the closure of some beaches on Friday.", + "content": "The release of millions of gallons of untreated sewage into the Dominguez Channel in Carson, Calif., forced the closure of some beaches on Friday.", + "category": "Sewers and Sewage", + "link": "https://www.nytimes.com/2022/01/01/us/sewage-spill-los-angeles.html", + "creator": "Eduardo Medina", + "pubDate": "Sat, 01 Jan 2022 21:19:57 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19495ddc44c1fbf58f1c28e231216dce" + "hash": "6d82e3086723cca42ee89faded65e37b", + "highlights": [] }, { - "title": "How COVID vaccines shaped 2021 in eight powerful charts", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03686-x", - "creator": "Smriti Mallapaty", - "pubDate": "2021-12-16", + "title": "Trump Appointee Resigns After Fight With Democratic Bank Regulators", + "description": "Jelena McWilliams is cutting short her term as chairwoman of the Federal Deposit Insurance Corporation.", + "content": "Jelena McWilliams is cutting short her term as chairwoman of the Federal Deposit Insurance Corporation.", + "category": "Banking and Financial Institutions", + "link": "https://www.nytimes.com/2021/12/31/business/jelena-mcwilliams-fdic-bank-regulator-resigns.html", + "creator": "Lananh Nguyen", + "pubDate": "Sat, 01 Jan 2022 01:22:05 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "603a2cbb1a64ce361dafad8e65050d66" + "hash": "5b35282b6d998dca1a258445ead46eec", + "highlights": [] }, { - "title": "Omicron blindspots: why it’s hard to track coronavirus variants", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03698-7", - "creator": "Amy Maxmen", - "pubDate": "2021-12-16", + "title": "South Africa Parliament Fire Still Burning After 4 Hours", + "description": "Smoke rose above the National Assembly in Cape Town on Sunday morning.", + "content": "Smoke rose above the National Assembly in Cape Town on Sunday morning.", + "category": "South Africa", + "link": "https://www.nytimes.com/2022/01/02/world/africa/south-africa-fire-parliament.html", + "creator": "Lynsey Chutel and Austin Ramzy", + "pubDate": "Sun, 02 Jan 2022 07:30:51 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac79625ad526e054ebfe339a020adcab" + "hash": "74b66cdf9cc1e8dd071d8709893568dd", + "highlights": [] }, { - "title": "Publisher Correction: A solar C/O and sub-solar metallicity in a hot Jupiter atmosphere", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04192-w", - "creator": "Michael R. Line", - "pubDate": "2021-12-15", + "title": "Dan Reeves, Coach Who Reached (but Lost) Four Super Bowls, Dies at 77", + "description": "Dan Reeves, the coach of the Atlanta Falcons, after beating the Giants at Giants Stadium in East Rutherford, N.J., in 2003.", + "content": "Dan Reeves, the coach of the Atlanta Falcons, after beating the Giants at Giants Stadium in East Rutherford, N.J., in 2003.", + "category": "Reeves, Dan", + "link": "https://www.nytimes.com/2022/01/01/sports/football/dan-reeves-dead.html", + "creator": "Richard Sandomir", + "pubDate": "Sat, 01 Jan 2022 23:53:44 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "083383c47e4db031050d1ef2d9367e2c" + "hash": "0852b48275a14a2f2c4fd1aed1f007fa", + "highlights": [] }, { - "title": "Author Correction: Half- and quarter-metals in rhombohedral trilayer graphene", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04181-z", - "creator": "Haoxin Zhou", - "pubDate": "2021-12-15", + "title": "Clifton Collins Jr. Hopes ‘Jockey’ Makes Him a Familiar Name", + "description": "“I’ve had other leading roles, just not like this,” said Clifton Collins Jr., who’s been winning accolades for his turn as an aging rider.", + "content": "“I’ve had other leading roles, just not like this,” said Clifton Collins Jr., who’s been winning accolades for his turn as an aging rider.", + "category": "Collins, Clifton Jr (1970- )", + "link": "https://www.nytimes.com/2021/12/31/movies/clifton-collins-jr-jockey.html", + "creator": "Carlos Aguilar", + "pubDate": "Fri, 31 Dec 2021 15:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7739ba335a4e6917e9cdc677472e71fe" + "hash": "da91a1b0bcfc94c8aca6ff9f9ab29537", + "highlights": [] }, { - "title": "Reply to: On the liquid–liquid phase transition of dense hydrogen", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04079-w", - "creator": "Bingqing Cheng", - "pubDate": "2021-12-15", + "title": "Sun-Dried Persimmons Are Worth the Obsession", + "description": "The fruit yields a slow pleasure of rich, almost floral flesh.", + "content": "The fruit yields a slow pleasure of rich, almost floral flesh.", + "category": "Sunlight", + "link": "https://www.nytimes.com/2021/12/29/magazine/sun-dried-persimmons-recipe.html", + "creator": "Tejal Rao", + "pubDate": "Wed, 29 Dec 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57a03ebf1fe30850abdd72b4ec8f70cc" + "hash": "6ee52fd882e8f63aca1ce4f5ba5c55d9", + "highlights": [] }, { - "title": "Author Correction: A bimodal burst energy distribution of a repeating fast radio burst source", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04178-8", - "creator": "D. Li", - "pubDate": "2021-12-15", + "title": "What's New on Netflix January 2022: Movies, TV Shows", + "description": "Every month, the streaming service adds a new batch of titles to its library. Here are our picks for January.", + "content": "Every month, the streaming service adds a new batch of titles to its library. Here are our picks for January.", + "category": "Television", + "link": "https://www.nytimes.com/article/new-on-netflix-shows-movies.html", + "creator": "Noel Murray", + "pubDate": "Fri, 31 Dec 2021 21:27:57 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3ab0bfc777a84ca2425f5467ace49a0" + "hash": "3640a826c9df4fad0ef3168a03d92ceb", + "highlights": [] }, { - "title": "Author Correction: Schizophrenia risk from complex variation of complement component 4", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04202-x", - "creator": "Aswin Sekar", - "pubDate": "2021-12-15", + "title": "Leadership Advice from the Coach of America’s ‘Worst’ Hockey Team", + "description": "John Bacon played for the Ann Arbor Huron High School River Rats when they were good. Coaching them when they were dreadful was far more satisfying.", + "content": "John Bacon played for the Ann Arbor Huron High School River Rats when they were good. Coaching them when they were dreadful was far more satisfying.", + "category": "Hockey, Ice", + "link": "https://www.nytimes.com/2021/12/31/sports/hockey/john-bacon-let-them-lead.html", + "creator": "Shawna Richer", + "pubDate": "Fri, 31 Dec 2021 18:13:46 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7cbb1b4afe9ff2a57eb68957d5fb4ad" + "hash": "acfccd603078a48ef79f8beecaa1625e", + "highlights": [] }, { - "title": "Pluto's strange ice patterns explained by new theory", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03771-1", - "creator": "Nick Petrić Howe", - "pubDate": "2021-12-15", + "title": "Omicron Doesn't Infect the Lungs Very Well, Animal Studies Find", + "description": "Many research groups studying Omicron in animals have found that, compared with other variants, it causes much less damage to the lungs.", + "content": "Many research groups studying Omicron in animals have found that, compared with other variants, it causes much less damage to the lungs.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/31/health/covid-omicron-lung-cells.html", + "creator": "Carl Zimmer and Azeen Ghorayshi", + "pubDate": "Fri, 31 Dec 2021 16:58:34 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f1efdf950159fb5a3086b54de5788b2" + "hash": "a8e3da27a14f10bb8585edf07f28817e", + "highlights": [] }, { - "title": "How the little finches that amazed Darwin battle a vampire fly", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03684-z", - "creator": "", - "pubDate": "2021-12-15", + "title": "Job Seekers Rethink How to Negotiate Salary ", + "description": "Shanae Chapman, a user experience researcher and designer, stopped telling recruiters her salary history and instead began giving them her salary requirements — a strategy that paid off.", + "content": "Shanae Chapman, a user experience researcher and designer, stopped telling recruiters her salary history and instead began giving them her salary requirements — a strategy that paid off.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2021/12/30/business/salary-negotiation-pay.html", + "creator": "Emily Peck", + "pubDate": "Thu, 30 Dec 2021 20:18:19 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a4482c4668f424ee1f515bda7d16cbf" + "hash": "14fe7cbf8b292a926b5ae2d1d0614248", + "highlights": [] }, { - "title": "Merck’s COVID pill and rare ancient skull", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03701-1", - "creator": "", - "pubDate": "2021-12-15", + "title": "Is That a Burning Bush? Is This Mt. Sinai? Solstice Bolsters a Claim", + "description": "Scores of people fanned across the edge of a ravine to see the “Burning Bush” phenomenon for themselves. ", + "content": "Scores of people fanned across the edge of a ravine to see the “Burning Bush” phenomenon for themselves. ", + "category": "Israel", + "link": "https://www.nytimes.com/2021/12/31/world/middleeast/israel-mount-sinai-burning-bush.html", + "creator": "Isabel Kershner", + "pubDate": "Fri, 31 Dec 2021 08:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a54c24b08b989704c022f63950bbea97" + "hash": "413ec8b9b2b006b77295e3b2821c686a", + "highlights": [] }, { - "title": "Ovarian cancer", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03713-x", - "creator": "Richard Hodson", - "pubDate": "2021-12-15", + "title": "Navy Fires Warship’s Top Two Officers, Citing ‘Loss of Confidence’", + "description": "The littoral combat ship Montgomery has in recent years patrolled contested waterways like the South China Sea and the Philippine Sea.", + "content": "The littoral combat ship Montgomery has in recent years patrolled contested waterways like the South China Sea and the Philippine Sea.", + "category": "Ships and Shipping", + "link": "https://www.nytimes.com/2021/12/30/us/politics/uss-montgomery-captain-fired.html", + "creator": "Eric Schmitt", + "pubDate": "Fri, 31 Dec 2021 03:24:38 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9d2d521e4bc1bcc751efe06039d8250" + "hash": "4e5bbca0108d0c11febe4fcbbff5cd1f", + "highlights": [] }, { - "title": "Silk Road tech transfer: this ancient lyre went global", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03685-y", - "creator": "", - "pubDate": "2021-12-15", + "title": "How the Covid Pandemic Has Changed the Way CEOs Must Lead", + "description": "Rachel Drori, the founder and chief executive of Daily Harvest.", + "content": "Rachel Drori, the founder and chief executive of Daily Harvest.", + "category": "Coronavirus Return to Office", + "link": "https://www.nytimes.com/2021/12/31/business/ceos-pandemic-leadership.html", + "creator": "David Gelles and Emma Goldberg", + "pubDate": "Fri, 31 Dec 2021 14:46:00 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5bf9189b82480e8bcfe4ffa908353646" + "hash": "e86c7e270643978a95a4adb38e8781f2", + "highlights": [] }, { - "title": "Tritiation of aryl thianthrenium salts with a molecular palladium catalyst", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04007-y", - "creator": "Da Zhao", - "pubDate": "2021-12-15", + "title": "Meisha Porter Had 3 Goals as N.Y.C. Schools Chief: ‘Open. Open. Open.’", + "description": "Meisha Porter became chancellor in March and had reopened all public schools by September.", + "content": "Meisha Porter became chancellor in March and had reopened all public schools by September.", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2021/12/31/nyregion/meisha-porter-nyc-schools-covid.html", + "creator": "Lola Fadulu", + "pubDate": "Sat, 01 Jan 2022 14:35:06 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36c0dd4d8b97f741ed69dbb3c8a5b4f0" + "hash": "44c38f847ad26485eb8aa182cd1148fc", + "highlights": [] }, { - "title": "On the liquid–liquid phase transition of dense hydrogen", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04078-x", - "creator": "Valentin V. Karasiev", - "pubDate": "2021-12-15", + "title": "More Than 2,400 U.S. Flights Cancelled, Many in Chicago", + "description": "The departures board at Ronald Reagan Washington National Airport last week. Flight cancellations on Saturday were the highest of the holiday travel period.", + "content": "The departures board at Ronald Reagan Washington National Airport last week. Flight cancellations on Saturday were the highest of the holiday travel period.", + "category": "Airlines and Airplanes", + "link": "https://www.nytimes.com/live/2022/01/01/world/omicron-covid-vaccine-tests/flight-cancellations-covid-weather", + "creator": "Niraj Chokshi", + "pubDate": "Sat, 01 Jan 2022 16:58:12 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6aee08f24a53f2c8c7649c691b4f539d" + "hash": "5b2b7aaabf22bd20e676e5fee6b48246", + "highlights": [] }, { - "title": "Detecting spins by their fluorescence with a microwave photon counter", - "description": "", - "content": "\n ", + "title": "Virus Constrains Desmond Tutu’s Already Modest Funeral", + "description": "Omicron has spread to more than 100 countries after its discovery. For the U.S., the weeks ahead look difficult. Here’s the latest.", + "content": "Omicron has spread to more than 100 countries after its discovery. For the U.S., the weeks ahead look difficult. Here’s the latest.", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04076-z", - "creator": "Emanuele Albertinale", - "pubDate": "2021-12-15", + "link": "https://www.nytimes.com/live/2022/01/01/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Sat, 01 Jan 2022 17:57:36 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29cb44e72ba964e8e0ab86171cae3d25" + "hash": "e1865bdae74decb7c7caee31fc2491c1", + "highlights": [] }, { - "title": "Building an allocentric travelling direction signal via vector computation", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04067-0", - "creator": "Cheng Lyu", - "pubDate": "2021-12-15", + "title": "Scientists say Omicron may peak in the U.S. in mid-January but still may overwhelm hospitals.", + "description": "A healthcare worker administers a Covid-19 PCR test at a walk-up and drive-through site, on Thursday, Dec. 30, 2021 in Baltimore, MD.", + "content": "A healthcare worker administers a Covid-19 PCR test at a walk-up and drive-through site, on Thursday, Dec. 30, 2021 in Baltimore, MD.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/live/2021/12/31/world/omicron-covid-vaccine-tests/omicron-peak-us", + "creator": "Azeen Ghorayshi", + "pubDate": "Sat, 01 Jan 2022 01:34:59 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c328f779b18b5c988ce00ae67c4672b8" + "hash": "98b395ef476b9f36e8ed19466c094155", + "highlights": [] }, { - "title": "Sublimation-driven convection in Sputnik Planitia on Pluto", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04095-w", - "creator": "Adrien Morison", - "pubDate": "2021-12-15", + "title": "Why Top Democrats Are Listening to Eric Adams Right Now", + "description": "Top Democrats, including President Biden, have met Eric Adams and elevated his national stature.", + "content": "Top Democrats, including President Biden, have met Eric Adams and elevated his national stature.", + "category": "Police Reform", + "link": "https://www.nytimes.com/2021/07/26/nyregion/eric-adams-mayor-democrats.html", + "creator": "Katie Glueck", + "pubDate": "Tue, 02 Nov 2021 19:52:35 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df59b0bb9c6c5ff8d782cfe4cececfb7" + "hash": "fa6acb4f7dbad4d8de092b72681e06ef", + "highlights": [] }, { - "title": "Direct limits for scalar field dark matter from a gravitational-wave detector", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04031-y", - "creator": "Sander M. Vermeulen", - "pubDate": "2021-12-15", + "title": "People Magazine’s Premature Cover Toasts Betty White’s 100th Birthday", + "description": "The issue of People Magazine featuring Betty White on the cover was on newsstands in New York this week.", + "content": "The issue of People Magazine featuring Betty White on the cover was on newsstands in New York this week.", + "category": "White, Betty", + "link": "https://www.nytimes.com/2021/12/31/business/media/betty-white-people-magazine.html", + "creator": "Brooks Barnes", + "pubDate": "Sat, 01 Jan 2022 00:16:09 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c561ed0cfa0d78a20205291fe53c174c" + "hash": "9ed16bac78d018af154221a3ac6a514b", + "highlights": [] }, { - "title": "Biogeochemical extremes and compound events in the ocean", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03981-7", - "creator": "Nicolas Gruber", - "pubDate": "2021-12-15", + "title": "72 of Our Favorite Facts of 2021", + "description": "Each day, our editors collect the most interesting, striking or delightful facts to appear in articles throughout the newspaper. Here are 72 from the past year that left us thinking.", + "content": "Each day, our editors collect the most interesting, striking or delightful facts to appear in articles throughout the newspaper. Here are 72 from the past year that left us thinking.", + "category": "Two Thousand Twenty One", + "link": "https://www.nytimes.com/2021/12/31/insider/72-of-our-favorite-facts-of-2021.html", + "creator": "Times Insider Staff and Suerynn Lee", + "pubDate": "Fri, 31 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3dae1816d5751fc1d044a04cd9aa0ba4" + "hash": "a0460db6fa4d59b84a455eda07c2561b", + "highlights": [] }, { - "title": "Experimental evidence for recovery of mercury-contaminated fish populations", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04222-7", - "creator": "Paul J. Blanchfield", - "pubDate": "2021-12-15", + "title": "How Will Americans Eat Next Year? Food Predictions for 2022", + "description": "They see a new interest in mushrooms, a rethinking of chicken and coffee, a resurgence of 1980s cocktails — and, believe it or not, a return to civility.", + "content": "Trend forecasters say that laksa, a slurpable noodle soup served across parts of Southeast Asia, may rise in prominence in the United States in 2022.", + "category": "Food", + "link": "https://www.nytimes.com/2021/12/28/dining/food-trends-predictions-2022.html", + "creator": "Kim Severson", + "pubDate": "Tue, 28 Dec 2021 16:28:40 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c9c5e63c9125fb494ba514c9a60537a" + "hash": "a021c134a4599ffdaea082930dcaac5f", + "highlights": [] }, { - "title": "The KEYNOTE-811 trial of dual PD-1 and HER2 blockade in HER2-positive gastric cancer", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04161-3", - "creator": "Yelena Y. Janjigian", - "pubDate": "2021-12-15", + "title": "Juliette Lewis, an ‘Imagination Freak Fairy,’ Knows Her Worth", + "description": "Juliette Lewis stars in the Showtime series “Yellowjackets,” in which she plays a former high school soccer player still traumatized by the horrors after the team was stranded in the wilderness.", + "content": "Juliette Lewis stars in the Showtime series “Yellowjackets,” in which she plays a former high school soccer player still traumatized by the horrors after the team was stranded in the wilderness.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/27/arts/television/yellowjackets-juliette-lewis.html", + "creator": "Melena Ryzik", + "pubDate": "Mon, 27 Dec 2021 14:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ad10bc88c4c9ca0ccf2a10865866f01" + "hash": "069dd339b31cbdb7f5b7b5b234c268f5", + "highlights": [] }, { - "title": "Single-cell delineation of lineage and genetic identity in the mouse brain", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04237-0", - "creator": "Rachel C. Bandler", - "pubDate": "2021-12-15", + "title": "How Tina Turner Reclaimed Her Voice, Image and Spirituality", + "description": "Tina Turner at her home in Küsnacht, Switzerland, July 2019.", + "content": "Tina Turner at her home in Küsnacht, Switzerland, July 2019.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/05/06/podcasts/still-processing-tina-turner-documentary-hbo.html", + "creator": "Wesley Morris, Jenna Wortham, Elyssa Dudley, Mahima Chablani, Sara Sarasohn, Sasha Weiss and Marion Lozano", + "pubDate": "Mon, 08 Nov 2021 06:04:16 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16dd50ba622e921aaf1f78f98ded9d3f" + "hash": "71c5a297a674f9f430e19b9a17872ce1", + "highlights": [] }, { - "title": "Synthon-based ligand discovery in virtual libraries of over 11 billion compounds", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04220-9", - "creator": "Arman A. Sadybekov", - "pubDate": "2021-12-15", + "title": "What to Do This Weekend", + "description": "Look back, look ahead.", + "content": "Look back, look ahead.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/31/at-home/newsletter.html", + "creator": "Melissa Kirsch", + "pubDate": "Fri, 31 Dec 2021 20:30:07 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68aa1a5cea52f33afe53b37d8d8c3db4" + "hash": "9b27327037f6daeb1eb35b2262f2f17b", + "highlights": [] }, { - "title": "A large West Antarctic Ice Sheet explains early Neogene sea-level amplitude", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04148-0", - "creator": "J. W. Marschalek", - "pubDate": "2021-12-15", + "title": "In 2021, We Were There: The Year’s 14 Most Popular Dispatches", + "description": "Not even a pandemic, wars or autocrats could prevent our correspondents from seeking out secrets and surprises to share with readers. They sent dispatches from 40 countries on six continents.", + "content": "Not even a pandemic, wars or autocrats could prevent our correspondents from seeking out secrets and surprises to share with readers. They sent dispatches from 40 countries on six continents.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/30/world/europe/most-popular-dispatches-2021.html", + "creator": "Bryant Rousseau", + "pubDate": "Thu, 30 Dec 2021 10:00:28 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cde3e9d583c9601c2762893e6f22a561" + "hash": "9212fe9503f9a17b5915931685969cf2", + "highlights": [] }, { - "title": "Observation of Feshbach resonances between a single ion and ultracold atoms", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04112-y", - "creator": "Pascal Weckesser", - "pubDate": "2021-12-15", + "title": "At Least 12 Die in Stampede at a Hindu Shrine in Kashmir", + "description": "Devotees at the Mata Vaishno Devi shrine in Katra, near Jammu, on Saturday.", + "content": "Devotees at the Mata Vaishno Devi shrine in Katra, near Jammu, on Saturday.", + "category": "Stampedes", + "link": "https://www.nytimes.com/2022/01/01/world/asia/hindu-shrine-stampede-kashmir.html", + "creator": "Sameer Yasir", + "pubDate": "Sat, 01 Jan 2022 12:54:47 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b56feb5d5cb1fac6a65f7ec4809e58d7" + "hash": "7fd02f106c4bcdf0a167834c02fcde75", + "highlights": [] }, { - "title": "ER proteins decipher the tubulin code to regulate organelle distribution", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04204-9", - "creator": "Pengli Zheng", - "pubDate": "2021-12-15", + "title": "Chief Justice Roberts Reflects on Conflicts, Harassment and Judicial Independence", + "description": "Chief Justice John G. Roberts Jr. called for more rigorous ethics training and better systems of conflict checks in the judicial system.", + "content": "Chief Justice John G. Roberts Jr. called for more rigorous ethics training and better systems of conflict checks in the judicial system.", + "category": "Ethics and Official Misconduct", + "link": "https://www.nytimes.com/2021/12/31/us/politics/john-roberts-supreme-court.html", + "creator": "Adam Liptak", + "pubDate": "Fri, 31 Dec 2021 23:13:43 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d3bf8973d723c6af06d34b1f4f2cba8" + "hash": "6829647333eb70bd7e3e03e549be0f56", + "highlights": [] }, { - "title": "NLRs guard metabolism to coordinate pattern- and effector-triggered immunity", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04219-2", - "creator": "Keran Zhai", - "pubDate": "2021-12-15", + "title": "College Football Gets Its Inevitable Georgia-Alabama Title Rematch", + "description": "Georgia routed Michigan in the Orange Bowl during the College Playoff semifinal. But it needs one more win — against Alabama — to be satisfied with this season.", + "content": "Georgia routed Michigan in the Orange Bowl during the College Playoff semifinal. But it needs one more win — against Alabama — to be satisfied with this season.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2022/01/01/sports/ncaafootball/alabama-georgia-college-football-national-championship.html", + "creator": "Alanis Thames", + "pubDate": "Sat, 01 Jan 2022 09:51:50 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7830148407271b4326bd6f73b7af768" + "hash": "310ed05aacd6bd0c785b6421fb910de2", + "highlights": [] }, { - "title": "Individual human cortical progenitors can produce excitatory and inhibitory neurons", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04230-7", - "creator": "Ryan N. Delgado", - "pubDate": "2021-12-15", + "title": "Why We All Need to Have More Fun", + "description": "Prioritizing fun may feel impossible right now. But this four-step plan will help you rediscover how to feel more alive.", + "content": "Prioritizing fun may feel impossible right now. But this four-step plan will help you rediscover how to feel more alive.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/23/well/mind/having-fun-suceeding-coronavirus-pandemic.html", + "creator": "Catherine Price", + "pubDate": "Thu, 23 Dec 2021 15:50:34 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a64f71164c0c9c20252ec733d1ffa2c" + "hash": "cc85a7eaee677953473eb4f98e6e6510", + "highlights": [] }, { - "title": "Fractional Chern insulators in magic-angle twisted bilayer graphene", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04002-3", - "creator": "Yonglong Xie", - "pubDate": "2021-12-15", + "title": "In a New Series, ‘Around the World in 80 Days’ Gets More Worldly", + "description": "The latest take on the classic Jules Verne novel, for PBS’s Masterpiece, expands on earlier adaptations with new characters and a more diverse cast.", + "content": "The latest take on the classic Jules Verne novel, for PBS’s Masterpiece, expands on earlier adaptations with new characters and a more diverse cast.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/31/arts/television/around-the-world-in-80-days-pbs-bbc.html", + "creator": "Roslyn Sulcas", + "pubDate": "Fri, 31 Dec 2021 15:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c48a7732c2cbb9c304bd770dc473e86" + "hash": "dadddda45d19e31dc51b8946c7838ed0", + "highlights": [] }, { - "title": "Towards the biogeography of prokaryotic genes", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04233-4", - "creator": "Luis Pedro Coelho", - "pubDate": "2021-12-15", + "title": "‘Pariah’ at 10: When Black Lesbian Characters Had the Spotlight", + "description": "The Dee Rees drama made waves but studios largely returned to business as usual. A new crop of filmmakers sees signs of hope.", + "content": "The Dee Rees drama made waves but studios largely returned to business as usual. A new crop of filmmakers sees signs of hope.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/28/movies/pariah-black-lesbian-characters.html", + "creator": "Beandrea July", + "pubDate": "Tue, 28 Dec 2021 16:14:36 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29e8d4a380780d4dbb9917dcfb4c7456" + "hash": "5342ac033ea918a5d6ee5823c5aa1536", + "highlights": [] }, { - "title": "Uncovering global-scale risks from commercial chemicals in air", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04134-6", - "creator": "Qifan Liu", - "pubDate": "2021-12-15", + "title": "A Hare and an Inheritance, Once Hidden, at the Jewish Museum", + "description": "Lovers of Edmund de Waal’s book can get close to that netsuke in a compelling show of objects that endured across a century of violence, discrimination and dispossession.", + "content": "Lovers of Edmund de Waal’s book can get close to that netsuke in a compelling show of objects that endured across a century of violence, discrimination and dispossession.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/29/arts/design/jewish-museum-hare-amber-dewaal.html", + "creator": "Karen Rosenberg", + "pubDate": "Fri, 31 Dec 2021 05:29:37 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3406d26b61927c638ac3c3af0e824c1e" + "hash": "2ee1ef8064db23f2cc251ce99eaa4175", + "highlights": [] }, { - "title": "Anatomically distinct fibroblast subsets determine skin autoimmune patterns", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04221-8", - "creator": "Zijian Xu", - "pubDate": "2021-12-15", + "title": "The Best Movies and TV Shows Coming to HBO, Hulu, Apple TV+ and More in January", + "description": "Every month, streaming services add movies and TV shows to their libraries. Here are our picks for some of January’s most promising new titles.", + "content": "Every month, streaming services add movies and TV shows to their libraries. Here are our picks for some of January’s most promising new titles.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/31/arts/television/hbo-hulu-streaming.html", + "creator": "Noel Murray", + "pubDate": "Fri, 31 Dec 2021 19:45:59 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "beddfa8c6d6f8a766359ef055d6f086f" + "hash": "2b09ffefa4b5c02abbe1b4b992788500", + "highlights": [] }, { - "title": "Quantum theory based on real numbers can be experimentally falsified", - "description": "", - "content": "\n ", + "title": "A New Year Arrives, With Omicron", + "description": "Omicron has spread to more than 100 countries after its discovery. For the U.S., the weeks ahead look difficult. Here’s the latest.", + "content": "Omicron has spread to more than 100 countries after its discovery. For the U.S., the weeks ahead look difficult. Here’s the latest.", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04160-4", - "creator": "Marc-Olivier Renou", - "pubDate": "2021-12-15", + "link": "https://www.nytimes.com/live/2022/01/01/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Sat, 01 Jan 2022 17:07:08 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb5f1d632084880fdf802c97debafb3e" + "hash": "9abbe5cb090bbba5f0f5eff89b8ee22c", + "highlights": [] }, { - "title": "Spatial genomics enables multi-modal study of clonal heterogeneity in tissues", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04217-4", - "creator": "Tongtong Zhao", - "pubDate": "2021-12-15", + "title": "Betty White Recalled as a Trailblazer With a Love for Life", + "description": "Ryan Reynolds and Betty White on “The Tonight Show With Jay Leno” in 2010.", + "content": "Ryan Reynolds and Betty White on “The Tonight Show With Jay Leno” in 2010.", + "category": "White, Betty", + "link": "https://www.nytimes.com/2021/12/31/arts/television/betty-white-reactions.html", + "creator": "Vimal Patel", + "pubDate": "Sat, 01 Jan 2022 00:48:48 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c72aa36ed370975349d08f99f37d0cbc" + "hash": "010899b9edbc00e3df460cec93ae9a8f", + "highlights": [] }, { - "title": "Transforming representations of movement from body- to world-centric space", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04191-x", - "creator": "Jenny Lu", - "pubDate": "2021-12-15", + "title": "Nashville Finds Opportunity in the Hole a Bomber Left in the Heart of the City", + "description": "A musician performs in front of a small crowd at Cerveza Jack’s on Second Avenue in Nashville.", + "content": "A musician performs in front of a small crowd at Cerveza Jack’s on Second Avenue in Nashville.", + "category": "Nashville, Tenn, Explosion (2020)", + "link": "https://www.nytimes.com/2022/01/01/us/nashville-bombing-recovery.html", + "creator": "Rick Rojas and Jamie McGee", + "pubDate": "Sat, 01 Jan 2022 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ef6f424c715594b928744019ef5c127" + "hash": "bfa6718739f5a8432c8457f8cd4c6492", + "highlights": [] }, { - "title": "Deep-mantle krypton reveals Earth’s early accretion of carbonaceous matter", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04092-z", - "creator": "Sandrine Péron", - "pubDate": "2021-12-15", + "title": "In Turkey, an Exhibit Meant to Highlight Kurdish Suffering Provoked a Furor", + "description": "The uproar over the exhibition by Ahmet Gunestekin, a Turkish Kurdish artist, was less about the quality of the art and more a reflection of how polarized Turkey has become under President Recep Tayyip Erdogan.", + "content": "The uproar over the exhibition by Ahmet Gunestekin, a Turkish Kurdish artist, was less about the quality of the art and more a reflection of how polarized Turkey has become under President Recep Tayyip Erdogan.", + "category": "Art", + "link": "https://www.nytimes.com/2022/01/01/world/europe/turkey-kurdish-art-exhibit.html", + "creator": "Carlotta Gall", + "pubDate": "Sat, 01 Jan 2022 10:00:23 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c21eff73b0d50c4ebce8923ce8f508d4" + "hash": "1673915406c02eb1707c7cce27f4b832", + "highlights": [] }, { - "title": "Daily briefing: Thwaites Glacier closer to collapse", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03776-w", - "creator": "Flora Graham", - "pubDate": "2021-12-15", + "title": "In New Year's Speech, Olaf Scholz, Germany's New Leader, Focuses on Covid", + "description": "“One thing is clear: The next few days and weeks will also be dominated by corona,” said Olaf Scholz in his first New Year’s Eve speech as Germany’s chancellor.", + "content": "“One thing is clear: The next few days and weeks will also be dominated by corona,” said Olaf Scholz in his first New Year’s Eve speech as Germany’s chancellor.", + "category": "New Year", + "link": "https://www.nytimes.com/2021/12/31/world/europe/germany-new-year-speech-olaf-scholz-covid.html", + "creator": "Christopher F. Schuetze", + "pubDate": "Fri, 31 Dec 2021 18:31:27 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c615ef0c326723fc35c82e4ef1e5107d" + "hash": "d794a050f2c8d32d9e4262e8a276d0c6", + "highlights": [] }, { - "title": "The origins of ovarian cancer", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03717-7", - "creator": "Sarah DeWeerdt", - "pubDate": "2021-12-15", + "title": "Kim Jong-un’s New Year Resolution: More Food for North Korea", + "description": "Kim Jong-un, center, in a photograph released on Saturday by North Korean state media. He has been in power for 10 years.", + "content": "Kim Jong-un, center, in a photograph released on Saturday by North Korean state media. He has been in power for 10 years.", + "category": "Kim Jong-un", + "link": "https://www.nytimes.com/2022/01/01/world/asia/north-korea-kim-jong-un.html", + "creator": "Choe Sang-Hun", + "pubDate": "Sat, 01 Jan 2022 09:10:10 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd8e57522924e332366b76c1018a6537" + "hash": "30eb7b7575d9b23e3789cdd11b188dcc", + "highlights": [] }, { - "title": "Replicating scientific results is tough — but essential", - "description": "", - "content": "\n ", + "title": "Covid Wave Dampens New Year Celebrations Worldwide", + "description": "Countries rattled by Omicron are marking the end of 2021 with subdued celebrations, or none at all. Here’s the latest.", + "content": "Countries rattled by Omicron are marking the end of 2021 with subdued celebrations, or none at all. Here’s the latest.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03736-4", - "creator": "", - "pubDate": "2021-12-15", + "link": "https://www.nytimes.com/live/2021/12/31/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Fri, 31 Dec 2021 10:57:58 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63448d57a7cc491cad9f4f8376b57cbb" + "hash": "b834bc33ff7663e68c2fb5ea37581e5c", + "highlights": [] }, { - "title": "Evidence of racism found at prestigious London university", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03755-1", - "creator": "Linda Nordling", - "pubDate": "2021-12-15", + "title": "Cooking Chicken Soup for Joy and Wellness", + "description": "After another difficult year, finding joyful moments in cooking can feel impossible. But for our columnist Eric Kim, it’s a worthy resolution for the new year.", + "content": "After another difficult year, finding joyful moments in cooking can feel impossible. But for our columnist Eric Kim, it’s a worthy resolution for the new year.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/30/dining/chicken-recipes.html", + "creator": "Eric Kim", + "pubDate": "Thu, 30 Dec 2021 15:55:57 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "161cd46e2e44c4bbf008c7483849e332" + "hash": "24439bb1b3a27846d27b631eff501e6c", + "highlights": [] }, { - "title": "Stomach cancer gets a triple punch of therapy", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03458-7", - "creator": "Myriam Chalabi", - "pubDate": "2021-12-15", + "title": "What Was Causing the Strange Grooves in the Man’s Scalp?", + "description": "A dermatologist looks into a rare and generally benign condition and finds a more serious disorder.", + "content": "A dermatologist looks into a rare and generally benign condition and finds a more serious disorder.", + "category": "Medicine and Health", + "link": "https://www.nytimes.com/2021/12/29/magazine/acromegaly-diagnosis.html", + "creator": "Lisa Sanders, M.D.", + "pubDate": "Thu, 30 Dec 2021 04:39:37 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52a52b363632bab13ebe0c1bd46d23c6" + "hash": "7799e5b995aa2b4dc11d3c29b814666f", + "highlights": [] }, { - "title": "A virtual drug-screening approach to conquer huge chemical libraries", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03682-1", - "creator": "Charlotte Deane", - "pubDate": "2021-12-15", + "title": "Best Movies of 2021", + "description": "Even when a film wasn’t great, filmgoing was. But there were some truly wonderful releases, ranging from music docs and musicals to westerns and the just plain weird.", + "content": "Even when a film wasn’t great, filmgoing was. But there were some truly wonderful releases, ranging from music docs and musicals to westerns and the just plain weird.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/06/movies/best-movies.html", + "creator": "A.O. Scott and Manohla Dargis", + "pubDate": "Mon, 06 Dec 2021 11:25:08 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b4afa604d6250dca1e7004ab29f6ef7" + "hash": "0e24365f654e5e0b7616027d0d970026", + "highlights": [] }, { - "title": "Why Black women with ovarian cancer require greater focus", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03715-9", - "creator": "Sophia George", - "pubDate": "2021-12-15", + "title": "Joe Biden Can’t Save Roe v. Wade Alone. But He Can Do This.", + "description": "It’s time to think creatively.", + "content": "It’s time to think creatively.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/30/opinion/abortion-pills-biden.html", + "creator": "David S. Cohen, Greer Donley and Rachel Rebouché", + "pubDate": "Thu, 30 Dec 2021 15:30:41 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f3ea341ac9ba5c050a339506aed69af8" + "hash": "04270df5b6de6acd73eb56b44b00c1ea", + "highlights": [] }, { - "title": "Alternatives to standard quantum theory ruled out", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03678-x", - "creator": "William K. Wootters", - "pubDate": "2021-12-15", + "title": "A Nation On Hold Wants to Speak With a Manager", + "description": "In our anger-filled age, when people need to shop or travel or cope with mild disappointment they’re “devolving into children.”", + "content": "In our anger-filled age, when people need to shop or travel or cope with mild disappointment they’re “devolving into children.”", + "category": "Customer Relations", + "link": "https://www.nytimes.com/2022/01/01/business/customer-service-pandemic-rage.html", + "creator": "Sarah Lyall", + "pubDate": "Sat, 01 Jan 2022 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4515577c347fa77aadac37f279c9cb34" + "hash": "bae7ec926c814d905a8134a4bd7358be", + "highlights": [] }, { - "title": "Innovative therapies to tackle platinum-resistant ovarian cancer", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03718-6", - "creator": "Amanda B. Keener", - "pubDate": "2021-12-15", + "title": "The Power of Watch Night, the Black Church’s Vigil for the End of Slavery", + "description": "Watch Night began as a vigil commemorating the Emancipation Proclamation and has become a way to honor the past and look to the future.", + "content": "St. Luke A.M.E. Church in Harlem, during the Watch Night service on Dec. 31, 2008.", + "category": "New Year", + "link": "https://www.nytimes.com/2021/12/30/opinion/watch-night-new-years-eve.html", + "creator": "Esau McCaulley", + "pubDate": "Thu, 30 Dec 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8fbbe97bec2f1b36e9a17daf4372d75b" + "hash": "6b355e47617f44c7aea98d0c56a9ddf7", + "highlights": [] }, { - "title": "‘Hard’ skills from our PhDs remain relevant beyond academia", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03756-0", - "creator": "Jonathan McGuire", - "pubDate": "2021-12-15", + "title": "I Got to the Bottom of All Those Flight Cancellations", + "description": "Some say the airlines. Others say Omicron.", + "content": "Some say the airlines. Others say Omicron.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/29/opinion/omicron-airlines-flights.html", + "creator": "Peter Coy", + "pubDate": "Wed, 29 Dec 2021 21:16:55 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f84096211c80b00cc30881c742dd023" + "hash": "ff9521933a2cb953864ac1e59c391e4f", + "highlights": [] }, { - "title": "The promise and pitfalls of gene testing for cancer risk", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03720-y", - "creator": "Jyoti Madhusoodanan", - "pubDate": "2021-12-15", + "title": "Teva Pharmaceuticals Found Liable in Landmark Opioid Trial", + "description": "The opioid case against Teva Pharmaceuticals was so sprawling that the trial was initially planned to be held at the Touro Law School auditorium in Central Islip. ", + "content": "The opioid case against Teva Pharmaceuticals was so sprawling that the trial was initially planned to be held at the Touro Law School auditorium in Central Islip. ", + "category": "Drugs (Pharmaceuticals)", + "link": "https://www.nytimes.com/2021/12/30/nyregion/teva-opioid-trial-verdict.html", + "creator": "Sarah Maslin Nir, Jan Hoffman and Lola Fadulu", + "pubDate": "Thu, 30 Dec 2021 23:06:33 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e86f44c58931186c52eba551f49b06e" + "hash": "b16b1fef80dbb9eff7369ec8326982c1", + "highlights": [] }, { - "title": "A shared origin for cortical excitatory neurons and interneurons", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03664-3", - "creator": "", - "pubDate": "2021-12-15", + "title": "J.&J. Booster Protects Against Severe Omicron, Study Says", + "description": "Administering the Johnson & Johnson vaccine in Johannesburg. The shot is a mainstay of Covid public health efforts in Africa.", + "content": "Administering the Johnson & Johnson vaccine in Johannesburg. The shot is a mainstay of Covid public health efforts in Africa.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/30/health/johnson-vaccine-booster-omicron.html", + "creator": "Carl Zimmer", + "pubDate": "Thu, 30 Dec 2021 10:45:19 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0fa0d5466806c008fc35262101acee0" + "hash": "eca276cbd2f1e696483a6b3f98976789", + "highlights": [] }, { - "title": "Decision makers need constantly updated evidence synthesis", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03690-1", - "creator": "Julian Elliott", - "pubDate": "2021-12-15", + "title": "Are Apple AirTags Being Used to Track People and Steal Cars?", + "description": "In recent months, people have posted on TikTok, Reddit and Twitter about finding AirTags on their cars and in their belongings.", + "content": "In recent months, people have posted on TikTok, Reddit and Twitter about finding AirTags on their cars and in their belongings.", + "category": "Apple Inc", + "link": "https://www.nytimes.com/2021/12/30/technology/apple-airtags-tracking-stalking.html", + "creator": "Ryan Mac and Kashmir Hill", + "pubDate": "Thu, 30 Dec 2021 20:29:55 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b5265260c5cfb84f911b64597d7c8ee" + "hash": "fa183810159d5f8185a90835e3649fba", + "highlights": [] }, { - "title": "Ovarian cancer and the microbiome: a complex relationship", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03716-8", - "creator": "Julianna Photopoulos", - "pubDate": "2021-12-15", + "title": "A New Ban on Surprise Medical Bills Starts This Week", + "description": "The new law does not prevent ground ambulance companies from billing you directly for their services.", + "content": "The new law does not prevent ground ambulance companies from billing you directly for their services.", + "category": "Health Insurance and Managed Care", + "link": "https://www.nytimes.com/2021/12/30/upshot/medical-bill-ban-biden.html", + "creator": "Margot Sanger-Katz", + "pubDate": "Thu, 30 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d60f8b294d9b6fa6df098e6a764869a3" + "hash": "d256bf44fd9d123878b5ed3c214481e8", + "highlights": [] }, { - "title": "A new partner", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03742-6", - "creator": "Timothy Mudie", - "pubDate": "2021-12-15", + "title": "‘The Lost Daughter’ Review: The Parent Trap", + "description": "This dreamy thriller follows an academic with a mysterious past who heads to a beach vacation on the Greek islands.", + "content": "This dreamy thriller follows an academic with a mysterious past who heads to a beach vacation on the Greek islands.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/30/movies/the-lost-daughter-review.html", + "creator": "Jeannette Catsoulis", + "pubDate": "Thu, 30 Dec 2021 17:38:09 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47aa65a5cb9d0bb9c263fc63a40305f7" + "hash": "511e746fb25119a21be4bdcd94010ea5", + "highlights": [] }, { - "title": "What’s next for PARP inhibitors?", - "description": "", - "content": "\n ", + "title": "People with Omicron are less likely to need hospitalization, British report finds.", + "description": "A mobile coronavirus testing center in a park in North London.", + "content": "A mobile coronavirus testing center in a park in North London.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03714-w", - "creator": "Simon Makin", - "pubDate": "2021-12-15", + "link": "https://www.nytimes.com/live/2021/12/31/world/omicron-covid-vaccine-tests/people-with-omicron-are-less-likely-to-need-hospitalization-british-report-finds", + "creator": "Marc Santora and Adeel Hassan", + "pubDate": "Sat, 01 Jan 2022 01:24:35 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df49d5edcb4e7b1cf0ad63ce922ea22d" + "hash": "27f47f7b95f81546df042f5fb127ca7d", + "highlights": [] }, { - "title": "Clarifying the burden of ovarian cancer", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03719-5", - "creator": "Andrada Fiscutean", - "pubDate": "2021-12-15", + "title": "College Football Gets its Inevitable Georgia-Alabama Title Rematch", + "description": "Georgia routed Michigan in the Orange Bowl during the College Playoff semifinal. But it needs one more win — against Alabama — to be satisfied with this season.", + "content": "Georgia routed Michigan in the Orange Bowl during the College Playoff semifinal. But it needs one more win — against Alabama — to be satisfied with this season.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2022/01/01/sports/ncaafootball/alabama-georgia-college-football-national-championship.html", + "creator": "Alanis Thames", + "pubDate": "Sat, 01 Jan 2022 05:01:22 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f37d51a3972ab5b57678b1a37429ec74" + "hash": "e56de487148c2d02029b6f7c7bc5aa13", + "highlights": [] }, { - "title": "How to make ovarian cancer screening work for patients", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03721-x", - "creator": "Conor Purcell", - "pubDate": "2021-12-15", + "title": "The Sports World's Most Memorable and Human Moments of 2021", + "description": "Most of them happened off the courts and playing fields, when the competitions were over and the athletes were at their most human.", + "content": "Most of them happened off the courts and playing fields, when the competitions were over and the athletes were at their most human.", + "category": "Olympic Games (2020)", + "link": "https://www.nytimes.com/2021/12/31/sports/most-memorable-sports-moments-2021.html", + "creator": "The New York Times", + "pubDate": "Fri, 31 Dec 2021 12:45:33 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f6225df002657c4145f9f898e5251d0" + "hash": "d9acf078900415567cc471c8cbc6ce9f", + "highlights": [] }, { - "title": "Nature’s 10: ten people who helped shape science in 2021", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03621-0", - "creator": "Ewen Callaway", - "pubDate": "2021-12-15", + "title": "The Novelist Who Saw Middle America as It Really Was", + "description": "Sinclair Lewis captured the narrow-mindedness and conformity of middle-class America in the first half of the 20th century. On the 100th anniversary of his best-selling novel “Babbitt,” Robert Gottlieb revisits Lewis’s life and career.", + "content": "Sinclair Lewis captured the narrow-mindedness and conformity of middle-class America in the first half of the 20th century. On the 100th anniversary of his best-selling novel “Babbitt,” Robert Gottlieb revisits Lewis’s life and career.", + "category": "Lewis, Sinclair", + "link": "https://www.nytimes.com/2021/12/31/books/review/sinclair-lewis-babbitt-main-street.html", + "creator": "Robert Gottlieb", + "pubDate": "Fri, 31 Dec 2021 22:36:38 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2ec1ef46f276dfca7ac3e14bf8b90b5" + "hash": "745326fed485a089775f518ee68e270c", + "highlights": [] }, { - "title": "Stretchy electronics go wireless for flexible wearables", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03757-z", - "creator": "Dan Fox", - "pubDate": "2021-12-14", + "title": "What to Watch on New Year's Eve: Movies, TV Shows, Live Events", + "description": "In case the Omicron spike has scrapped your plans, these binge watches, live broadcasts and double features will bring the party to you.", + "content": "Regina Voce in the singing competition “Queen of the Universe” on Paramount+.", + "category": "New Year", + "link": "https://www.nytimes.com/2021/12/29/arts/television/new-years-eve-movies-shows-livestreams.html", + "creator": "Erik Piepenburg", + "pubDate": "Wed, 29 Dec 2021 22:14:20 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bf9623beda327af86955dec63232efe" + "hash": "5402eef5e5fe56b1d25b83f9f5d61654", + "highlights": [] }, { - "title": "Lift off! The biggest known flying creature had an explosive launch", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03677-y", - "creator": "", - "pubDate": "2021-12-14", + "title": "Sergey V. Lavrov Accused NATO of Stoking Ukraine Conflict ", + "description": "Sergey V. Lavrov, Russia’s foreign minister, in Moscow in November.", + "content": "Sergey V. Lavrov, Russia’s foreign minister, in Moscow in November.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/31/world/europe/biden-putin-russia-ukraine-lavrov.html", + "creator": "Andrew E. Kramer", + "pubDate": "Fri, 31 Dec 2021 21:18:28 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e70abc8c75fd6820de549774faebe209" + "hash": "4bc7a91f2016d074aec46c49580b4df8", + "highlights": [] }, { - "title": "Remembering a pioneer in biotechnology", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03696-9", - "creator": "Tzvi Aviv", - "pubDate": "2021-12-14", + "title": "In Remembering Tutu, South Africa Reckons With Lasting Challenges", + "description": "A memorial service for Archbishop Desmond Tutu at St Mary’s Cathedral in Johannesburg on Thursday.", + "content": "A memorial service for Archbishop Desmond Tutu at St Mary’s Cathedral in Johannesburg on Thursday.", + "category": "Apartheid (Policy)", + "link": "https://www.nytimes.com/2021/12/31/world/africa/desmond-tutu-legacy.html", + "creator": "Lynsey Chutel", + "pubDate": "Fri, 31 Dec 2021 18:16:34 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04a0c809361b67a48c25018e0a1c3c50" + "hash": "42e776ec403adfd94f43afccec81e73c", + "highlights": [] }, { - "title": "Young star’s streamer of scorching-hot gas gives astronomers a fiery first", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03683-0", - "creator": "", - "pubDate": "2021-12-14", + "title": "Virginia Sues Town of Windsor, Accusing It of Discriminatory Policing", + "description": "Officer Joe Gutierrez of the Windsor Police Department and Lieutenant Caron Nazario, right, leaving his vehicle after being pepper sprayed by the police at a gas station during a traffic stop in Windsor, Va., last year.", + "content": "Officer Joe Gutierrez of the Windsor Police Department and Lieutenant Caron Nazario, right, leaving his vehicle after being pepper sprayed by the police at a gas station during a traffic stop in Windsor, Va., last year.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2021/12/31/us/caron-nazario-windsor-virginia-police.html", + "creator": "Jenny Gross", + "pubDate": "Fri, 31 Dec 2021 20:21:34 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73b3c11a4a87d0f42a1106d69bcb61a6" + "hash": "e9c8a96863976cf4e6f4396e816d11d0", + "highlights": [] }, { - "title": "Prepare PhD holders for different career tracks", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03695-w", - "creator": "Theo van den Broek", - "pubDate": "2021-12-14", + "title": "Sam Jones, Sharpshooting Celtics Star of the 1960s, Dies at 88", + "description": "A member of the Basketball Hall of Fame, he was named one of the 50 greatest players in N.B.A. history and played on 10 N.B.A. championship teams.", + "content": "A member of the Basketball Hall of Fame, he was named one of the 50 greatest players in N.B.A. history and played on 10 N.B.A. championship teams.", + "category": "Jones, Sam (1933-2021)", + "link": "https://www.nytimes.com/2021/12/31/sports/basketball/sam-jones-dead.html", + "creator": "Richard Goldstein", + "pubDate": "Fri, 31 Dec 2021 22:03:15 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92d232744346c6910f1ab2a1b9ab4941" + "hash": "12e48f3094a40245d6cd7be89dc9e8f1", + "highlights": [] }, { - "title": "From the archive", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03679-w", - "creator": "", - "pubDate": "2021-12-14", + "title": "The Elizabeth Holmes Trial by the Numbers", + "description": "Elizabeth Holmes, the Theranos founder, spent seven days on the stand. Her fate is now in the hands of a jury that has deliberated for 43 hours — so far.", + "content": "Elizabeth Holmes, the Theranos founder, spent seven days on the stand. Her fate is now in the hands of a jury that has deliberated for 43 hours — so far.", + "category": "Holmes, Elizabeth (1984- )", + "link": "https://www.nytimes.com/2021/12/31/business/elizabeth-holmes-trial-numbers.html", + "creator": "Erin Griffith and Erin Woo", + "pubDate": "Fri, 31 Dec 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "01ef516c9e34d64bc5ce70d540dc56d5" + "hash": "919eaf1822957fcb9dfc8bcafc8ae687", + "highlights": [] }, { - "title": "Harvard chemist on trial: a guide to the Charles Lieber case", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03752-4", - "creator": "Andrew Silver", - "pubDate": "2021-12-14", + "title": "California Man on Deadly Mission to White House Is Arrested, Officials Say", + "description": "President Biden was among the top officials included on a “hit list” compiled by Kuachua Brillion Xiong of California, according to the authorities.", + "content": "President Biden was among the top officials included on a “hit list” compiled by Kuachua Brillion Xiong of California, according to the authorities.", + "category": "Assassinations and Attempted Assassinations", + "link": "https://www.nytimes.com/2021/12/30/us/white-house-hit-list-kuachua-brillion-xiong.html", + "creator": "Isabella Grullón Paz", + "pubDate": "Fri, 31 Dec 2021 00:13:07 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0c8df48350610b30f74c8d6e5c85589" + "hash": "6d6bef25cadd2306702f3507625600ad", + "highlights": [] }, { - "title": "The loss of the world’s frozen places", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03705-x", - "creator": "Alexandra Witze", - "pubDate": "2021-12-14", + "title": "Sam Fender, a Songwriter Caught Between Stardom and His Hometown", + "description": "Fender sitting on the bank of the River Tyne. “We’re tribal,” he said. “Anything from Newcastle that does good belongs to Newcastle.”", + "content": "Fender sitting on the bank of the River Tyne. “We’re tribal,” he said. “Anything from Newcastle that does good belongs to Newcastle.”", + "category": "Fender, Sam (1996- )", + "link": "https://www.nytimes.com/2021/12/30/arts/music/sam-fender.html", + "creator": "Alex Marshall", + "pubDate": "Fri, 31 Dec 2021 18:32:59 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad0036c94fe5cd30f786f3351f27ffa2" + "hash": "c9387d9331700338ae92c7ba0a62ebea", + "highlights": [] }, { - "title": "The science news that shaped 2021: Nature’s picks", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03734-6", - "creator": "", - "pubDate": "2021-12-14", + "title": "15 Songs We Almost Missed This Year", + "description": "Hear tracks by Sofia Kourtesis, Remble, Caetano Veloso and others.", + "content": "Hear tracks by Sofia Kourtesis, Remble, Caetano Veloso and others.", + "category": "Two Thousand Twenty One", + "link": "https://www.nytimes.com/2021/12/31/arts/music/playlist-songs-almost-missed.html", + "creator": "Jon Pareles, Jon Caramanica, Isabelia Herrera and Giovanni Russonello", + "pubDate": "Fri, 31 Dec 2021 15:14:22 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b9d9ddd8b1937671cbfcd8a0f9839e5" + "hash": "1d6773675e0d664dc3258b1520d8d58f", + "highlights": [] }, { - "title": "Giant cracks push imperilled Antarctic glacier closer to collapse", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03758-y", - "creator": "Alexandra Witze", - "pubDate": "2021-12-14", + "title": "Commenters Tell the Story of 2021", + "description": "In a reflective mood, The Times’s Community desk sifted through some of their favorite comments of 2021.", + "content": "In a reflective mood, The Times’s Community desk sifted through some of their favorite comments of 2021.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/12/31/insider/commenters-tell-the-story-of-the-year.html", + "creator": "Kari Haskell", + "pubDate": "Fri, 31 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a6bbaebd5be49a5b63fa5ecf4671d6e" + "hash": "c2763dae059d20986c4335cac280acbf", + "highlights": [] }, { - "title": "Finding mental-health clarity under pandemic pressures", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03760-4", - "creator": "Matt Kasson", - "pubDate": "2021-12-14", + "title": "Air Travel Is No Holiday as Covid-19 and Winter Storms Cancel Flights", + "description": "John F. Kennedy International Airport in New York was among the trouble spots this week as airlines coped with staffing problems and winter weather.", + "content": "John F. Kennedy International Airport in New York was among the trouble spots this week as airlines coped with staffing problems and winter weather.", + "category": "Airlines and Airplanes", + "link": "https://www.nytimes.com/2021/12/30/business/flights-cancelled.html", + "creator": "Niraj Chokshi and Heather Murphy", + "pubDate": "Fri, 31 Dec 2021 01:44:40 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "715ef3c112889ee5e153e040794804e3" + "hash": "beb751ccde9b50cce2d9f164cc94c72a", + "highlights": [] }, { - "title": "Daily briefing: COVID ‘super-immunity’ might wane over time", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03765-z", - "creator": "Flora Graham", - "pubDate": "2021-12-14", + "title": "Omicron Strains France’s Social Contract on Covid", + "description": "President Emmanuel Macron won people over by promising normalcy if they followed Covid advice. Now Omicron has raised questions about whether he, or any leader, can deliver on that.", + "content": "President Emmanuel Macron won people over by promising normalcy if they followed Covid advice. Now Omicron has raised questions about whether he, or any leader, can deliver on that.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/31/world/europe/covid-france-omicron-vaccines.html", + "creator": "Norimitsu Onishi, Constant Méheut and Léontine Gallois", + "pubDate": "Fri, 31 Dec 2021 06:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "838fb799abe6130ba65455e2f9f6a585" + "hash": "d5c01fa988e76c0cd7ea5aa52a7b744b", + "highlights": [] }, { - "title": "NASA spacecraft ‘touches’ the Sun for the first time ever", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03751-5", - "creator": "Alexandra Witze", - "pubDate": "2021-12-14", + "title": "UK, With Surging Covid-19 Cases, is On '‘War Footing’ Against Virus", + "description": "A temporary field hospital is being erected on the grounds of St. George’s Hospital in south London, as the number of daily coronavirus cases surges in Britain.", + "content": "A temporary field hospital is being erected on the grounds of St. George’s Hospital in south London, as the number of daily coronavirus cases surges in Britain.", + "category": "Shortages", + "link": "https://www.nytimes.com/2021/12/30/world/europe/uk-covid-omicron-london-england.html", + "creator": "Megan Specia", + "pubDate": "Thu, 30 Dec 2021 23:48:36 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e77623545d32615b5d456820df190e02" + "hash": "9aae79c62db25bcca368c5ad3fb8355e", + "highlights": [] }, { - "title": "Gender balance at Nature Conferences: an update", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03735-5", - "creator": "", - "pubDate": "2021-12-14", + "title": "U.S. Breaks Its Single-Day Case Virus Record For Second Day in a Row", + "description": "People wait in a line that stretches around the block at a Baltimore County Health Department Covid testing site on Thursday in Baltimore, Md.", + "content": "People wait in a line that stretches around the block at a Baltimore County Health Department Covid testing site on Thursday in Baltimore, Md.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/30/us/coronavirus-cases-high.html", + "creator": "Giulia Heyward and Sarah Cahalan", + "pubDate": "Fri, 31 Dec 2021 04:17:27 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1cc19b8f3dd01dbdebcfc426a2f8dc0a" + "hash": "552747ccef39c6b4be4f7185abb63d3f", + "highlights": [] }, { - "title": "Depression and anxiety ‘the norm’ for UK PhD students", - "description": "", - "content": "\n ", + "title": "Officials Assess Damage After Wildfires Ravage Colorado", + "description": "The fast-moving blazes swept through suburban areas of Denver, destroying at least 500 homes. Follow our updates.", + "content": "The fast-moving blazes swept through suburban areas of Denver, destroying at least 500 homes. Follow our updates.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03761-3", - "creator": "Chris Woolston", - "pubDate": "2021-12-14", + "link": "https://www.nytimes.com/live/2021/12/31/us/boulder-colorado-fires", + "creator": "The New York Times", + "pubDate": "Fri, 31 Dec 2021 15:55:08 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e5d1c4d67a1333ebee0b70005a4242a" + "hash": "b3eadaabb079649de0fdc70331005920", + "highlights": [] }, { - "title": "India — stop looking down on international collaborations", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03700-2", - "creator": "Arun Kumar Shukla", - "pubDate": "2021-12-14", + "title": "Colorado Wildfires: What We Know", + "description": "A house in Louisville, Colo., was consumed by fire on Thursday.", + "content": "A house in Louisville, Colo., was consumed by fire on Thursday.", + "category": "Wind", + "link": "https://www.nytimes.com/2021/12/31/us/colorado-wildfires.html", + "creator": "Mike Ives", + "pubDate": "Fri, 31 Dec 2021 12:59:17 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "896884505acaebc80298bf9cc361fddf" + "hash": "d8f5020e346c9c8e88867288a39cee39", + "highlights": [] }, { - "title": "Something in the air: gathering dust that’s crossed an ocean", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03706-w", - "creator": "Amber Dance", - "pubDate": "2021-12-13", + "title": "What We Learned About the Economy in 2021", + "description": "For once, the government tried overheating the economy. For better and worse, it succeeded.", + "content": "For once, the government tried overheating the economy. For better and worse, it succeeded.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/31/upshot/economy-inflation-2021-review.html", + "creator": "Neil Irwin", + "pubDate": "Fri, 31 Dec 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ece82ae33d930b6ea20abb97fbd0004" + "hash": "36caa401feda07924acd38b4b31a4c77", + "highlights": [] }, { - "title": "What Sci-Hub’s latest court battle means for research", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03659-0", - "creator": "Holly Else", - "pubDate": "2021-12-13", + "title": "Putin Warns Biden of ‘Complete Rupture’ of U.S.-Russia Relationship Over Ukraine", + "description": "President Biden spoke with President Vladimir V. Putin of Russia by phone on Thursday regarding the situation at the Ukrainian border, where Russia has massed about 100,000 troops.", + "content": "President Biden spoke with President Vladimir V. Putin of Russia by phone on Thursday regarding the situation at the Ukrainian border, where Russia has massed about 100,000 troops.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/30/us/politics/biden-putin-ukraine-call.html", + "creator": "David E. Sanger and Andrew E. Kramer", + "pubDate": "Fri, 31 Dec 2021 01:07:50 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df633edcf79b38afc0ec8e7bcae84f01" + "hash": "b6666cdf0d8c3c4f2c10927e8443d3e2", + "highlights": [] }, { - "title": "Merck’s COVID pill loses its lustre: what that means for the pandemic", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03667-0", - "creator": "Max Kozlov", - "pubDate": "2021-12-13", + "title": "What Default? With Confetti and Fanfare, Evergrande Says It’s Ready to Build.", + "description": "The Evergrande Mansions construction site in Dongguan, China.", + "content": "The Evergrande Mansions construction site in Dongguan, China.", + "category": "China Evergrande Group", + "link": "https://www.nytimes.com/2021/12/31/business/china-evergrande-default-publicity.html", + "creator": "Alexandra Stevenson and Joy Dong", + "pubDate": "Fri, 31 Dec 2021 08:33:10 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b745af22c9c980788d31a6b15481d97e" + "hash": "c16cea45616a4bf750d4b73ac5137810", + "highlights": [] }, { - "title": "Daily briefing: Merck downgrades COVID pill results", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03754-2", - "creator": "Flora Graham", - "pubDate": "2021-12-13", + "title": "As SEC Commissioner, Greg Sankey Dominates College Sports", + "description": "Greg Sankey rose from upstate New York to become the commissioner of the Southeastern Conference. These days, no one is exercising more sway over college sports.", + "content": "Greg Sankey rose from upstate New York to become the commissioner of the Southeastern Conference. These days, no one is exercising more sway over college sports.", + "category": "Colleges and Universities", + "link": "https://www.nytimes.com/2021/12/31/sports/ncaafootball/greg-sankey-sec.html", + "creator": "Alan Blinder and Alanis Thames", + "pubDate": "Fri, 31 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "863dd1efe58902b88f91d432726a72e8" + "hash": "d3fb07153ed7dbebf09ef57872ad49aa", + "highlights": [] }, { - "title": "Waning COVID super-immunity raises questions about Omicron", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03674-1", - "creator": "Max Kozlov", - "pubDate": "2021-12-13", + "title": "How the College Football Playoff Teams Match Up", + "description": "The College Football Playoff begins on Friday, with Alabama and Cincinnati playing in the Cotton Bowl and Michigan and Georgia facing off in the Orange Bowl.", + "content": "The College Football Playoff begins on Friday, with Alabama and Cincinnati playing in the Cotton Bowl and Michigan and Georgia facing off in the Orange Bowl.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2021/12/31/sports/college-football-playoff-matchups.html", + "creator": "Alanis Thames", + "pubDate": "Fri, 31 Dec 2021 05:01:09 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aac2715495a445b0290f84b40bf4b672" + "hash": "9e27dbf308798bc9f1511a366b0512cb", + "highlights": [] }, { - "title": "How the mixed-race mestizo myth warped science in Latin America", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03622-z", - "creator": "Emiliano Rodríguez Mega", - "pubDate": "2021-12-13", + "title": "Tiny Love Stories for the New Year: Fresh Starts and New Beginnings ", + "description": "This week, instead of the usual essay, we’re ushering in the new year with eight Tiny Love Stories about fresh starts.", + "content": "This week, instead of the usual essay, we’re ushering in the new year with eight Tiny Love Stories about fresh starts.", + "category": "Love (Emotion)", + "link": "https://www.nytimes.com/2021/12/31/style/tiny-love-stories-fresh-starts.html", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 05:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f742f45d1d3deecab893b615669a71bd" + "hash": "48966af864eb3143cdefcd48d28e9141", + "highlights": [] }, { - "title": "The best science images of 2021", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03521-3", - "creator": "Emma Stoye", - "pubDate": "2021-12-13", + "title": "Do We Have the Supreme Court We Deserve?", + "description": "It has become a willing participant in a war for the soul of the country.", + "content": "It has become a willing participant in a war for the soul of the country.", + "category": "Private and Sectarian Schools", + "link": "https://www.nytimes.com/2021/12/30/opinion/supreme-court-republican.html", + "creator": "Linda Greenhouse", + "pubDate": "Thu, 30 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "431eea931a26a7f9327f0c237358b958" + "hash": "52da90b5b48437eb4900c27caa750560", + "highlights": [] }, { - "title": "Why the ‘wobbly bridge’ did its infamous shimmy", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03675-0", - "creator": "", - "pubDate": "2021-12-10", + "title": "A.O.C. and Manchin Are in the Same Party. No Wonder Democrats Are Struggling.", + "description": "The party has always struggled to figure out how to represent a diverse group of voters with different interests and goals.", + "content": "The party has always struggled to figure out how to represent a diverse group of voters with different interests and goals.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/30/opinion/democrats-joe-manchin.html", + "creator": "Julia Azari", + "pubDate": "Thu, 30 Dec 2021 15:16:48 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b73aade2a34df049f3501a7cf3bbc38" + "hash": "af55885f246ab2e755b717e782cbbdf6", + "highlights": [] }, { - "title": "COVID evolution and the Webb telescope — the week in infographics", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03694-x", - "creator": "", - "pubDate": "2021-12-10", + "title": "The Missing Data in the Inflation Debate", + "description": "Until we know how price spikes affect the poor, we won’t see their real impact.", + "content": "Prices have soared for physical products, but have risen only modestly for services.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/30/opinion/inflation-economy-biden-inequality.html", + "creator": "Austan Goolsbee", + "pubDate": "Thu, 30 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca4f761afe1837fca32274955ad6fb23" + "hash": "7fce2882eee45b3ae2c3e8fe5fadea97", + "highlights": [] }, { - "title": "To beat Omicron, Delta and bird flu, Europe must pull together", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03661-6", - "creator": "Amélie Desvars-Larrive", - "pubDate": "2021-12-10", + "title": "After 4 Killings, ‘Officer of the Year’ Is Still on the Job", + "description": "A Pennsylvania state trooper was returned to duty following three investigations by his own agency. A fourth inquiry is underway.", + "content": "A Pennsylvania state trooper was returned to duty following three investigations by his own agency. A fourth inquiry is underway.", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2021/12/30/us/pennsylvania-trooper-jay-splain-investigation.html", + "creator": "Kim Barker, Steve Eder and David D. Kirkpatrick", + "pubDate": "Thu, 30 Dec 2021 15:47:52 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "479ef6e3c698a60e75ad7df5b0924b7d" + "hash": "a61c9721354290b41f68fd57f0eb72f7", + "highlights": [] }, { - "title": "Coronapod: vaccines and long COVID, how protected are you?", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03732-8", - "creator": "Noah Baker", - "pubDate": "2021-12-10", + "title": "Inside Eminem's Restaurant Mom’s Spaghetti", + "description": "Morgan Martin, left, Christopher O’Neal and Caylen Hemme stopped by Mom’s Spaghetti while in town for a business trip.", + "content": "Morgan Martin, left, Christopher O’Neal and Caylen Hemme stopped by Mom’s Spaghetti while in town for a business trip.", + "category": "Pasta", + "link": "https://www.nytimes.com/2021/12/30/style/moms-spaghetti-eminem-detroit.html", + "creator": "Luke Winkie", + "pubDate": "Thu, 30 Dec 2021 16:43:09 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "64f50bbcecec943c8f73593337704a78" + "hash": "910880aeea8804870ae0aca2fb6c1ba5", + "highlights": [] }, { - "title": "Heatwaves afflict even the far north’s icy seas", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03676-z", - "creator": "", - "pubDate": "2021-12-10", + "title": "12 Recipes Our Food Staff Cooked on Repeat in 2021", + "description": "Like a Spotify end-of-year roundup, but for food: These are the recipes our reporters and editors turned to again and again.", + "content": "Like a Spotify end-of-year roundup, but for food: These are the recipes our reporters and editors turned to again and again.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/29/dining/food-staff-favorite-recipes.html", + "creator": "Kasia Pilat", + "pubDate": "Thu, 30 Dec 2021 13:55:42 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4822797c127f82a060b0d52c317e7988" + "hash": "df3e65ba690dc75ad5ab3b9996f786c1", + "highlights": [] }, { - "title": "Chile: elect a president to strengthen climate action, not weaken it", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03662-5", - "creator": "Maisa Rojas", - "pubDate": "2021-12-10", + "title": "At-Home Covid Tests Raise Questions About Accurately Counting Cases", + "description": "Millions of rapid Covid-19 test results are going unreported each day.", + "content": "Millions of rapid Covid-19 test results are going unreported each day.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/30/us/at-home-rapid-covid-tests-cases.html", + "creator": "Sophie Kasakove", + "pubDate": "Thu, 30 Dec 2021 10:00:22 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa6c96fe9a146279aa1aaa4f5788eb84" + "hash": "b0eb9b1d1e25e057fd5408e181d8684e", + "highlights": [] }, { - "title": "Managing up: how to communicate effectively with your PhD adviser", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03703-z", - "creator": "Lluís Saló-Salgado", - "pubDate": "2021-12-10", + "title": "Can a Sustainable Mining Experiment in New Caledonia Power Tesla's Ambitions?", + "description": "A nickel mine processing plant in Prony, New Caledonia.", + "content": "A nickel mine processing plant in Prony, New Caledonia.", + "category": "New Caledonia", + "link": "https://www.nytimes.com/2021/12/30/world/asia/tesla-batteries-nickel-new-caledonia.html", + "creator": "", + "pubDate": "Fri, 31 Dec 2021 12:55:05 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbc86f87aa97a153feb13e2d387a7ec1" + "hash": "0c3f108b4d26e902fae0dd52bae47a93", + "highlights": [] }, { - "title": "Bringing back the stars", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03727-5", - "creator": "Redfern Jon Barrett", - "pubDate": "2021-12-10", + "title": "Happy New Year", + "description": "New Year’s Eve in Times Square ringing in 1973.", + "content": "New Year’s Eve in Times Square ringing in 1973.", + "category": "New Year", + "link": "https://www.nytimes.com/2021/12/31/briefing/new-years-eve-times-square-2022.html", + "creator": "Ian Prasad Philbrick", + "pubDate": "Fri, 31 Dec 2021 11:21:08 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd0f1497ed81446787fbefced8b418e4" + "hash": "ace735faf72ddbe3f92eb318a4a5d7f1", + "highlights": [] }, { - "title": "Daily briefing: Earliest remains of domestic dogs in the Americas", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03737-3", - "creator": "Flora Graham", - "pubDate": "2021-12-10", + "title": "Texas After the Storm: An Update", + "description": "Destruction in Austin, Texas, from the deadly winter storms that knocked out power and water in February.", + "content": "Destruction in Austin, Texas, from the deadly winter storms that knocked out power and water in February.", + "category": "Texas", + "link": "https://www.nytimes.com/2021/12/31/podcasts/the-daily/texas-winter-storm.html", + "creator": "Michael Barbaro, Sydney Harper, Michael Simon Johnson, Diana Nguyen, Mooj Zadie, Lisa Chow, Anita Badejo, Marc Georges and Corey Schreppel", + "pubDate": "Fri, 31 Dec 2021 11:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d795431e2a21be73343ee90e43e00906" + "hash": "1c7434428f1bf02447963b4cb1a29d00", + "highlights": [] }, { - "title": "DeepMind AI tackles one of chemistry’s most valuable techniques", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03697-8", - "creator": "Davide Castelvecchi", - "pubDate": "2021-12-10", + "title": "How Much Watching Time Do You Have This Weekend?", + "description": "Kelli O’Hara, center, in a scene from “The Accidental Wolf.”", + "content": "Kelli O’Hara, center, in a scene from “The Accidental Wolf.”", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/30/arts/television/cobra-kai-queer-eye-netflix.html", + "creator": "Margaret Lyons", + "pubDate": "Thu, 30 Dec 2021 20:34:28 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f8455130284e1ceb829b7688c2062b4" + "hash": "4aef3f563454d7e7adaa076da6c638d0", + "highlights": [] }, { - "title": "The race to make vaccines for a dangerous respiratory virus", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03704-y", - "creator": "Kendall Powell", - "pubDate": "2021-12-10", + "title": "De Blasio’s Costly Legacy: The Biggest City Work Force Ever", + "description": "Under Mayor Bill de Blasio, the city’s budget and municipal work force have risen to record highs.", + "content": "Under Mayor Bill de Blasio, the city’s budget and municipal work force have risen to record highs.", + "category": "de Blasio, Bill", + "link": "https://www.nytimes.com/2021/12/31/nyregion/de-blasio-budget-unions-nyc.html", + "creator": "Emma G. Fitzsimmons", + "pubDate": "Fri, 31 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d5b6ccd9e5407710a46a0c3ad6a2c3b" + "hash": "474573eeca58a14ecf230285ed572c37", + "highlights": [] }, { - "title": "Malaria protection due to sickle haemoglobin depends on parasite genotype", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04288-3", - "creator": "Gavin Band", - "pubDate": "2021-12-09", + "title": "The Elizabeth Holmes Trial Meanders to a Finish", + "description": "Elizabeth Holmes, the founder of Theranos, leaving federal court in San Jose, Calif., last month with her partner, Billy Evans. Her trial was originally scheduled to be over by now.", + "content": "Elizabeth Holmes, the founder of Theranos, leaving federal court in San Jose, Calif., last month with her partner, Billy Evans. Her trial was originally scheduled to be over by now.", + "category": "Jury System", + "link": "https://www.nytimes.com/2021/12/31/business/slow-elizabeth-holmes-trial.html", + "creator": "Erin Griffith", + "pubDate": "Fri, 31 Dec 2021 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d349d253e42f5018906a424571376d4" + "hash": "709666d92a8c9e57672b5a5e077b406f", + "highlights": [] }, { - "title": "Snake escape: imported reptiles gobble an island’s lizards", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03647-4", - "creator": "", - "pubDate": "2021-12-09", + "title": "Maxwell Prosecutors Won Their Case but Shed Little New Light on Epstein", + "description": "Ms. Maxwell was found guilty on five counts related to her role in procuring teenage girls for Jeffrey Epstein, who was accused of sexually abusing them. ", + "content": "Ms. Maxwell was found guilty on five counts related to her role in procuring teenage girls for Jeffrey Epstein, who was accused of sexually abusing them. ", + "category": "Child Abuse and Neglect", + "link": "https://www.nytimes.com/2021/12/30/nyregion/prosecutors-ghislaine-maxwell-conviction.html", + "creator": "Rebecca Davis O’Brien and Benjamin Weiser", + "pubDate": "Fri, 31 Dec 2021 02:14:33 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43b03bc65f43399882e07f5295d3166d" + "hash": "99f6b1641c6999c033d508877f88b74f", + "highlights": [] }, { - "title": "Running of the bulls tramples the laws of crowd dynamics", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03645-6", - "creator": "", - "pubDate": "2021-12-09", + "title": "Colorado Trucker’s Prison Sentence Is Reduced by 100 Years", + "description": "Supporters of Rogel L. Aguilera-Mederos, a truck driver who was involved in a fatal crash, rallied outside the state capitol in Denver last week to urge a reduction in his 110-year sentence.", + "content": "Supporters of Rogel L. Aguilera-Mederos, a truck driver who was involved in a fatal crash, rallied outside the state capitol in Denver last week to urge a reduction in his 110-year sentence.", + "category": "Aguilera-Mederos, Rogel", + "link": "https://www.nytimes.com/2021/12/30/us/colorado-truck-driver-sentence-rogel-aguilera-mederos.html", + "creator": "Azi Paybarah", + "pubDate": "Fri, 31 Dec 2021 00:52:00 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a03059f55bad1e0a1052f2058b410a91" + "hash": "ba3a6715b03a0ee7d2b496fa3e8d47a4", + "highlights": [] }, { - "title": "Nervous stomach: lab-grown organs clench like the real thing", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03648-3", - "creator": "", - "pubDate": "2021-12-09", + "title": "Suspect in Deadly Arson Fire in Osaka, Japan, Dies in Hospital", + "description": "Mourners at the scene of the Dec. 17 fire in downtown Osaka, two days after the blaze.", + "content": "Mourners at the scene of the Dec. 17 fire in downtown Osaka, two days after the blaze.", + "category": "Osaka (Japan)", + "link": "https://www.nytimes.com/2021/12/30/world/asia/japan-arson.html", + "creator": "Ben Dooley", + "pubDate": "Fri, 31 Dec 2021 04:51:43 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bf15032e0e0705d1a076c5f6f38bb3d" + "hash": "77086acdad495e3455a053f1fbb54973", + "highlights": [] }, { - "title": "Why cannabis reeks of skunk", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03650-9", - "creator": "", - "pubDate": "2021-12-09", + "title": "Amy Schneider Wins the Most Consecutive ‘Jeopardy!’ Games of Any Female Contestant", + "description": "Amy Schneider competing on the game show “Jeopardy!” that aired on Dec. 29.", + "content": "Amy Schneider competing on the game show “Jeopardy!” that aired on Dec. 29.", + "category": "Game Shows", + "link": "https://www.nytimes.com/2021/12/30/arts/television/amy-schneider-jeopardy.html", + "creator": "Maria Cramer and Jenny Gross", + "pubDate": "Thu, 30 Dec 2021 23:32:10 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ea2a6d134efc48f71bc3bc6c290fa1b" + "hash": "78759f0b2523e909c322ebebc14d86c4", + "highlights": [] }, { - "title": "The power of genetic diversity in genome-wide association studies of lipids", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04064-3", - "creator": "Sarah E. Graham", - "pubDate": "2021-12-09", + "title": "How Weight Training Burns Fat", + "description": "A cellular chat after your workout may explain in part why weight training burns fat.", + "content": "A cellular chat after your workout may explain in part why weight training burns fat.", + "category": "Exercise", + "link": "https://www.nytimes.com/2021/07/21/well/move/weight-training-fat.html", + "creator": "Gretchen Reynolds", + "pubDate": "Thu, 12 Aug 2021 21:32:29 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "697a1129d7855565e9dcb00494532f94" + "hash": "6c6b38d7ac3d2bd9e7e0f9317bf6dd15", + "highlights": [] }, { - "title": "Half of top cancer studies fail high-profile reproducibility effort", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03691-0", - "creator": "Asher Mullard", - "pubDate": "2021-12-09", + "title": "The Best Time of Day to Exercise", + "description": "Men at risk for diabetes had greater blood sugar control and lost more belly fat when they exercised in the afternoon than in the morning.", + "content": "Men at risk for diabetes had greater blood sugar control and lost more belly fat when they exercised in the afternoon than in the morning.", + "category": "Exercise", + "link": "https://www.nytimes.com/2021/01/27/well/move/the-best-time-of-day-to-exercise.html", + "creator": "Gretchen Reynolds", + "pubDate": "Tue, 08 Jun 2021 22:45:38 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b48f2e9d1c4e60c80110b60620057aa" + "hash": "a6253e57eeaa40486c38372853cef703", + "highlights": [] }, { - "title": "Major cholesterol study reveals benefits of examining diverse populations", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-02998-2", - "creator": "", - "pubDate": "2021-12-09", + "title": "How Much Exercise Do You Need for Better Heart Health?", + "description": "The more you do, the better, but even mild exercise like walking produces benefits for cardiovascular health, a large new study found.", + "content": "The more you do, the better, but even mild exercise like walking produces benefits for cardiovascular health, a large new study found.", + "category": "Exercise", + "link": "https://www.nytimes.com/2021/02/17/well/move/exercise-heart-health.html", + "creator": "Gretchen Reynolds", + "pubDate": "Tue, 28 Dec 2021 18:27:19 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a93fa8ac0a20edef6e97858b812123c9" + "hash": "40617e6e540f16f0c34ed06cc2850bca", + "highlights": [] }, { - "title": "Daily briefing: Megastudy finds what will get us to go to the gym", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03724-8", - "creator": "Flora Graham", - "pubDate": "2021-12-09", + "title": "Why Exercise Alone Isn't Enough to Lose Weight", + "description": "Our bodies compensate for at least a quarter of the calories we expend during exercise, undermining our best efforts to lose weight by working out.", + "content": "Our bodies compensate for at least a quarter of the calories we expend during exercise, undermining our best efforts to lose weight by working out.", + "category": "Exercise", + "link": "https://www.nytimes.com/2021/09/22/well/move/weight-loss-exercise-calories.html", + "creator": "Gretchen Reynolds", + "pubDate": "Mon, 20 Dec 2021 14:50:02 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0cc03e00ea93f4ab3034d4caf1cbaa80" + "hash": "11ed02a3830d6fac2c0474e2bc219a30", + "highlights": [] }, { - "title": "Architecture of the chloroplast PSI-NDH supercomplex in Hordeum vulgare", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04277-6", - "creator": "Liangliang Shen", - "pubDate": "2021-12-08", + "title": "On Broadway Stages, the Beautiful Rooms Are Empty", + "description": "Bobby Conte and Katrina Lenk in the Broadway revival of “Company,” whose visual gimmicks crowd out the characters.", + "content": "Bobby Conte and Katrina Lenk in the Broadway revival of “Company,” whose visual gimmicks crowd out the characters.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/30/theater/broadway-design-company-diana-musical.html", + "creator": "Jesse Green", + "pubDate": "Thu, 30 Dec 2021 16:34:09 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1a8331327af9537adf959f9a775f72a" + "hash": "23c71844ff2df651001e190481a00cf0", + "highlights": [] }, { - "title": "Research outliers among universities under 50", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03632-x", - "creator": "", - "pubDate": "2021-12-08", + "title": "N.F.L. Week 17 Predictions: Our Picks Against the Spread", + "description": "The Cincinnati Bengals, led by Joes  Burrow and Mixon, center, had 575 total yards of offense in last week’s win over Baltimore.", + "content": "The Cincinnati Bengals, led by Joes  Burrow and Mixon, center, had 575 total yards of offense in last week’s win over Baltimore.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/30/sports/football/nfl-week-17-picks-against-the-spread.html", + "creator": "Emmanuel Morgan", + "pubDate": "Thu, 30 Dec 2021 05:01:08 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fab185fef9fdd4dd18394cb5187a460a" + "hash": "9d2e93e149c4f992136d5d8a22c10d0d", + "highlights": [] }, { - "title": "Universities under 50 chart a clear roadmap for the future", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03630-z", - "creator": "Catherine Armitage", - "pubDate": "2021-12-08", + "title": "16 New Books Coming in January", + "description": "This month brings memoirs from Carl Bernstein and Bernardine Evaristo, a biography of Lorraine Hansberry, two high-octane thrillers and much more.", + "content": "This month brings memoirs from Carl Bernstein and Bernardine Evaristo, a biography of Lorraine Hansberry, two high-octane thrillers and much more.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/30/books/january-2022-books.html", + "creator": "Joumana Khatib", + "pubDate": "Thu, 30 Dec 2021 10:00:27 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2bf3d249598ebb4a9f2c89ae1776f416" + "hash": "3db1aea135b784a73c99ecfefe2b7f24", + "highlights": [] }, { - "title": "How 'megastudies' are changing behavioural science", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03671-4", - "creator": "Benjamin Thompson", - "pubDate": "2021-12-08", + "title": "When a Master Printer Picks Up the Camera", + "description": "The first major museum show of Richard Benson’s photographs reveals his inventive use of the medium.", + "content": "The first major museum show of Richard Benson’s photographs reveals his inventive use of the medium.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/30/arts/design/richard-benson-photography-review-philadelphia.html", + "creator": "Arthur Lubow", + "pubDate": "Thu, 30 Dec 2021 16:35:06 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dcb4bacc76d4b1ac53d99acf505f0718" + "hash": "82e7c76473fac6455084a2438a087836", + "highlights": [] }, { - "title": "‘Sky river’ brought Iran deadly floods but also welcome water", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03646-5", - "creator": "", - "pubDate": "2021-12-08", + "title": "Is There Such a Thing as a Slow News Week?", + "description": "The answer is yes. And Times editors are always preparing for it.", + "content": "The answer is yes. And Times editors are always preparing for it.", + "category": "Newspapers", + "link": "https://www.nytimes.com/2021/12/30/insider/is-there-such-a-thing-as-a-slow-news-week.html", + "creator": "Megan DiTrolio", + "pubDate": "Thu, 30 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8c79730e1721d5c91c1de149b06bca7" + "hash": "c7008bb95eda068974c94b2393aab091", + "highlights": [] }, { - "title": "Megastudies improve the impact of applied behavioural science", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04128-4", - "creator": "Katherine L. Milkman", - "pubDate": "2021-12-08", + "title": "Business Leaders Struggle With Endless Upheaval", + "description": "Rachel Drori, the founder and chief executive of Daily Harvest.", + "content": "Rachel Drori, the founder and chief executive of Daily Harvest.", + "category": "Coronavirus Return to Office", + "link": "https://www.nytimes.com/2021/12/31/business/ceos-pandemic-leadership.html", + "creator": "David Gelles and Emma Goldberg", + "pubDate": "Fri, 31 Dec 2021 08:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1eebd8837260f1aee44ce5fcce943e19" + "hash": "ec2afce6adfd420ce008c3d02c74da08", + "highlights": [] }, { - "title": "Structures of the σ2 receptor enable docking for bioactive ligand discovery", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04175-x", - "creator": "Assaf Alon", - "pubDate": "2021-12-08", + "title": "Omicron Variant May Help Beat Delta, Study Suggests", + "description": "In the lab, antibodies produced during an Omicron infection protected against Delta. If Omicron dominates in the real world, that could lead to a less dire future.", + "content": "The Africa Health Research Institute in Durban, South Africa, where researchers performed a study of 13 blood samples from people who were vaccinated or had recovered from Covid, and mixed them with different variants.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/28/health/covid-omicron-antibodies-delta.html", + "creator": "Carl Zimmer", + "pubDate": "Tue, 28 Dec 2021 23:16:31 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcd52c4b4494ef73e6897ef635d93c3c" + "hash": "6d1245865c023bcd9428e18a7d59a0df", + "highlights": [] }, { - "title": "Collective durotaxis along a self-generated stiffness gradient in vivo", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04210-x", - "creator": "Adam Shellard", - "pubDate": "2021-12-08", + "title": "How Oklahoma Became a Marijuana Boom State", + "description": "Weed entrepreneurs have poured into Oklahoma from across the United States, propelled by low start-up costs and relaxed rules.", + "content": "Medical marijuana drying at Red Dirt Sungrown in Guthrie, Okla. ", + "category": "Marijuana", + "link": "https://www.nytimes.com/2021/12/29/us/oklahoma-marijuana-boom.html", + "creator": "Simon Romero", + "pubDate": "Wed, 29 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd2e414198c55a9b072587aebfe9bed1" + "hash": "92e2813a8633e5c1afc594054924529e", + "highlights": [] }, { - "title": "Structure of pathological TDP-43 filaments from ALS with FTLD", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04199-3", - "creator": "Diana Arseni", - "pubDate": "2021-12-08", + "title": "Chelsea Bounces Back With Influx of Residents Amid Covid", + "description": "The Omicron variant is keeping Manhattan’s offices empty. But an influx of residents and a housing boom in neighborhoods like Chelsea hint at a better future.", + "content": "Crowds have returned to Chelsea Market in Manhattan. Chelsea is seeing an influx of newcomers and residents who left temporarily during the pandemic.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/29/nyregion/chelsea-nyc-coronavirus.html", + "creator": "Mihir Zaveri", + "pubDate": "Wed, 29 Dec 2021 15:32:46 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aea5c539b62d894212fdadbf3fd879b1" + "hash": "f74bc0c5bbd5bee340dd0ff02b77a80e", + "highlights": [] }, { - "title": "Gut microbiota modulates weight gain in mice after discontinued smoke exposure", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04194-8", - "creator": "Leviel Fluhr", - "pubDate": "2021-12-08", + "title": "Despite Rising Hospitalizations, Omicron Is Not Worse for Children", + "description": "More children are being treated for Covid, but a combination of factors, including low vaccination rates, most likely explains the increase.", + "content": "A child received a Covid test at a booth in Brooklyn this month. New York City reported a fourfold increase in pediatric hospitalizations over the past two weeks.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/12/28/health/omicron-kids-hospitalizations.html", + "creator": "Andrew Jacobs", + "pubDate": "Wed, 29 Dec 2021 00:54:30 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c369d8ae36f3bfe7cd07589cf1850d46" + "hash": "a0489da2ece5305402b618482157ee7d", + "highlights": [] }, { - "title": "Non-genetic determinants of malignant clonal fitness at single-cell resolution", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04206-7", - "creator": "Katie A. Fennell", - "pubDate": "2021-12-08", + "title": "Officer Whose Bullet Killed a 14-Year-Old Girl Wanted to ‘Change’ the Police", + "description": "Valentina Orellana-Peralta was killed by a stray police bullet last week, while shopping at a Burlington store in North Hollywood.", + "content": "Valentina Orellana-Peralta was killed by a stray police bullet last week, while shopping at a Burlington store in North Hollywood.", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2021/12/30/us/los-angeles-police-burlington-shooting-william-dorsey-jones.html", + "creator": "Jill Cowan, Giulia Heyward and Christine Chung", + "pubDate": "Thu, 30 Dec 2021 23:48:24 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "962af1ed3a3f896124226b7ad2fbbeb2" + "hash": "f9293faf86dd9fd20db046110bc1463d", + "highlights": [] }, { - "title": "High-frequency and intrinsically stretchable polymer diodes", - "description": "", - "content": "\n ", + "title": "Tens of Thousands Flee as Colorado Wildfires Burn at Least 500 Homes", + "description": "Gov. Jared Polis declared a state of emergency in response to the fast-moving fires, calling them “a force of nature.”", + "content": "Gov. Jared Polis declared a state of emergency in response to the fast-moving fires, calling them “a force of nature.”", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04053-6", - "creator": "Naoji Matsuhisa", - "pubDate": "2021-12-08", + "link": "https://www.nytimes.com/live/2021/12/30/us/colorado-fires", + "creator": "The New York Times", + "pubDate": "Fri, 31 Dec 2021 10:57:58 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74766a3688e331c47f979f15a8db84e3" + "hash": "6b4790dd70ac49c93e680e5a52fe1989", + "highlights": [] }, { - "title": "Structure and mechanism of the SGLT family of glucose transporters", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04211-w", - "creator": "Lei Han", - "pubDate": "2021-12-08", + "title": "The Son of New York Who Runs the South’s Most Envied Sports League", + "description": "Greg Sankey rose from upstate New York to become the commissioner of the Southeastern Conference. These days, no one is exercising more sway over college sports.", + "content": "Greg Sankey rose from upstate New York to become the commissioner of the Southeastern Conference. These days, no one is exercising more sway over college sports.", + "category": "Colleges and Universities", + "link": "https://www.nytimes.com/2021/12/31/sports/ncaafootball/greg-sankey-sec.html", + "creator": "Alan Blinder and Alanis Thames", + "pubDate": "Fri, 31 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "113009321d3bc6cdb4ec8fdfb8b414a8" + "hash": "c50b025749c07ce34bf0a3829d8f3f9e", + "highlights": [] }, { - "title": "Exercise plasma boosts memory and dampens brain inflammation via clusterin", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04183-x", - "creator": "Zurine De Miguel", - "pubDate": "2021-12-08", + "title": "How the College Football Playoff Teams Match Up", + "description": "The College Football Playoff begins on Friday, with Alabama and Cincinnati playing in the Cotton Bowl and Michigan and Georgia facing off in the Orange Bowl.", + "content": "The College Football Playoff begins on Friday, with Alabama and Cincinnati playing in the Cotton Bowl and Michigan and Georgia facing off in the Orange Bowl.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2021/12/31/sports/here-are-the-matchups-for-college-footballs-biggest-bowl-games.html", + "creator": "Alanis Thames", + "pubDate": "Fri, 31 Dec 2021 05:01:09 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8158f8cb79aadc3f8f4a4a7721be2fce" + "hash": "3b3d9a90917706bd1a92803ec1131672", + "highlights": [] }, { - "title": "The emergence, genomic diversity and global spread of SARS-CoV-2", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04188-6", - "creator": "Juan Li", - "pubDate": "2021-12-08", + "title": "Our Favorite Arts Photos of 2021", + "description": "After 15 months of darkness, live music returned. In New York, Foo Fighters reopened Madison Square Garden.", + "content": "After 15 months of darkness, live music returned. In New York, Foo Fighters reopened Madison Square Garden.", + "category": "Photography", + "link": "https://www.nytimes.com/2021/12/30/arts/best-arts-photos-2021.html", + "creator": "Laura O’Neill, Jolie Ruben and Jessie Wender", + "pubDate": "Thu, 30 Dec 2021 16:41:44 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4d064222d633a248c3affdf137609d8" + "hash": "fb406814f2c44eb37ade3f2617c57f42", + "highlights": [] }, { - "title": "A wide-orbit giant planet in the high-mass b Centauri binary system", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04124-8", - "creator": "Markus Janson", - "pubDate": "2021-12-08", + "title": "Harnessing an Unusual Kind of Natural Energy: Dancers’ Body Heat", + "description": "The power of dance? It’s literal at a Glasgow arts center that is installing a geothermal heating and cooling system that runs on heat from dancing bodies.", + "content": "The power of dance? It’s literal at a Glasgow arts center that is installing a geothermal heating and cooling system that runs on heat from dancing bodies.", + "category": "Dancing", + "link": "https://www.nytimes.com/2021/12/30/arts/dance/geothermal-body-heat-glasgow-nightclub.html", + "creator": "Margaret Fuhrer", + "pubDate": "Thu, 30 Dec 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5652ac522c24bb8528133d47fbca1a00" + "hash": "e31bbee2768487afdba12f7d16b9d31c", + "highlights": [] }, { - "title": "A constraint on historic growth in global photosynthesis due to increasing CO2", - "description": "", - "content": "\n ", + "title": "The Books We Loved as Children Can Comfort Us at the End", + "description": "The cartoonist Paul Karasik spent time with his 103-year-old mother, reading the classics, like E.B. White’s “Charlotte's Web.”", + "content": "The cartoonist Paul Karasik spent time with his 103-year-old mother, reading the classics, like E.B. White’s “Charlotte's Web.”", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04096-9", - "creator": "T. F. Keenan", - "pubDate": "2021-12-08", + "link": "https://www.nytimes.com/2021/12/30/books/the-books-we-loved-as-children-can-comfort-us-at-the-end.html", + "creator": "Paul Karasik", + "pubDate": "Thu, 30 Dec 2021 19:23:30 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "869f0f54d2c85920e273d5563432cc6b" + "hash": "d94412b558c8cffee085ac6d26a5432e", + "highlights": [] }, { - "title": "Giant modulation of optical nonlinearity by Floquet engineering", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04051-8", - "creator": "Jun-Yi Shan", - "pubDate": "2021-12-08", + "title": "5 Classical Music Albums to Hear Right Now", + "description": "Music by Liza Lim and Pamela Z, albums of Vivaldi and Walter Piston and work from a classic conductor are some recent recording highlights.", + "content": "Music by Liza Lim and Pamela Z, albums of Vivaldi and Walter Piston and work from a classic conductor are some recent recording highlights.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/30/arts/music/classical-music-recordings.html", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06ba7af0d267281e456f0f2d2c77f50a" + "hash": "151b6c8d64a0a8eb5a49b08e140e96cf", + "highlights": [] }, { - "title": "β-NAD as a building block in natural product biosynthesis", - "description": "", - "content": "\n ", + "title": "South Africa Says Its Omicron Wave Has Passed, With Few Added Deaths", + "description": "The mayor-elect vowed to keep the requirement enacted by Mayor Bill de Blasio, the first of its kind in the nation. Get updates on the pandemic.", + "content": "The mayor-elect vowed to keep the requirement enacted by Mayor Bill de Blasio, the first of its kind in the nation. Get updates on the pandemic.", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04214-7", - "creator": "Lena Barra", - "pubDate": "2021-12-08", + "link": "https://www.nytimes.com/live/2021/12/30/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Fri, 31 Dec 2021 01:50:21 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4d0d2cc98f6310ff7400609bb270548" + "hash": "f975528d816445f3a114fdb4bd2dfc5d", + "highlights": [] }, { - "title": "Unrepresentative big surveys significantly overestimated US vaccine uptake", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04198-4", - "creator": "Valerie C. Bradley", - "pubDate": "2021-12-08", + "title": "JetBlue, Alaska Airlines and Others Cancel More Flights", + "description": "Passengers near a JetBlue gate at John F. Kennedy International Airport in New York on Wednesday. The carrier is cutting back its flight schedule because of the latest coronavirus wave.", + "content": "Passengers near a JetBlue gate at John F. Kennedy International Airport in New York on Wednesday. The carrier is cutting back its flight schedule because of the latest coronavirus wave.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/30/business/air-travel-cancellations.html", + "creator": "Niraj Chokshi and Lauren Hirsch", + "pubDate": "Thu, 30 Dec 2021 16:03:12 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6597892a5df4d1b2e592a2d2be2e893e" + "hash": "c8741f2efd0eb2c67987a8bd3a979dac", + "highlights": [] }, { - "title": "Adaptive stimulus selection for consolidation in the hippocampus", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04118-6", - "creator": "Satoshi Terada", - "pubDate": "2021-12-08", + "title": "C.D.C. Says to Avoid Cruises, Regardless of Vaccination", + "description": "The Queen Mary 2, owned by Carnival, docked at the Brooklyn Cruise Terminal this month.  ", + "content": "The Queen Mary 2, owned by Carnival, docked at the Brooklyn Cruise Terminal this month.  ", + "category": "Centers for Disease Control and Prevention", + "link": "https://www.nytimes.com/2021/12/30/travel/cdc-cruises.html", + "creator": "Todd Gregory, Ceylan Yeginsu and Oscar Lopez", + "pubDate": "Thu, 30 Dec 2021 21:45:31 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6ccaac26bdea820a570e93c50949285" + "hash": "1e62a51dfffcea62a51dd90108352222", + "highlights": [] }, { - "title": "A hormone complex of FABP4 and nucleoside kinases regulates islet function", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04137-3", - "creator": "Kacey J. Prentice", - "pubDate": "2021-12-08", + "title": "F.D.A. Plans to Allow 12- to 15-Year-Olds to Receive Pfizer Boosters", + "description": "The decision to expand the use of the shots would come just as schools prepare to open after the holiday break.", + "content": "The decision to expand the use of the shots would come just as schools prepare to open after the holiday break.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/30/us/politics/boosters-12-15-year-olds-omicron.html", + "creator": "Noah Weiland and Sharon LaFraniere", + "pubDate": "Fri, 31 Dec 2021 00:39:31 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "741f7cc94a7b6d1fda80571126321777" + "hash": "8e0dde53f6e09b7923818afa0827fbc5", + "highlights": [] }, { - "title": "Combinatorial, additive and dose-dependent drug–microbiome associations", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04177-9", - "creator": "Sofia K. Forslund", - "pubDate": "2021-12-08", + "title": "Covid Vaccines Rarely Lead to Problems for Young Children, C.D.C. Reports", + "description": "Children wait to receive their vaccine in Albuquerque in November.", + "content": "Children wait to receive their vaccine in Albuquerque in November.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/30/science/covid-vaccine-5-11-years-old-cdc-report.html", + "creator": "Benjamin Mueller and Andrew Jacobs", + "pubDate": "Thu, 30 Dec 2021 18:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc2a6d9be39c789353e1bdd15082beb7" + "hash": "7aa4393cc4c58dd25b59ce2c1afb937a", + "highlights": [] }, { - "title": "Structural basis of inhibition of the human SGLT2–MAP17 glucose transporter", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04212-9", - "creator": "Yange Niu", - "pubDate": "2021-12-08", + "title": "Adams’s Virus Policy Includes Keeping Vaccine Mandate for Businesses", + "description": "Eric Adams at a news conference at Brooklyn Borough Hall on Thursday where he said he would continue many of his predecessor’s policies for containing the coronavirus’s spread. ", + "content": "Eric Adams at a news conference at Brooklyn Borough Hall on Thursday where he said he would continue many of his predecessor’s policies for containing the coronavirus’s spread. ", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2021/12/30/nyregion/eric-adams-vaccine-mandate-private-employers.html", + "creator": "Dana Rubinstein and Joseph Goldstein", + "pubDate": "Fri, 31 Dec 2021 00:14:31 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4a5d294dfc9d323610819bb74ce47b2" + "hash": "8cd9c58ea8c30efbe5bae2fbe6f32443", + "highlights": [] }, { - "title": "Sex-specific chromatin remodelling safeguards transcription in germ cells", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04208-5", - "creator": "Tien-Chi Huang", - "pubDate": "2021-12-08", + "title": "Ukrainians Set Sights on the New Year, Not a New War", + "description": "A Christmas market on Kontraktova Square in Kyiv on Wednesday.", + "content": "A Christmas market on Kontraktova Square in Kyiv on Wednesday.", + "category": "War and Armed Conflicts", + "link": "https://www.nytimes.com/2021/12/30/world/europe/kyiv-ukraine-war-russia-bomb-shelters.html", + "creator": "Maria Varenikova and Andrew E. Kramer", + "pubDate": "Thu, 30 Dec 2021 21:00:01 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c2743bf867174e3bcf60ca66dcc24fbd" + "hash": "6d5e7b812585981dd2d0678591841348", + "highlights": [] }, { - "title": "Industry demand drives innovation", - "description": "", - "content": "\n ", + "title": "Wildfires Force Tens of Thousands From Their Homes in Colorado", + "description": "The grass fires were fed by winds that reached 110 m.p.h., and billowing smoke grounded aircraft in the region. Here’s the latest.", + "content": "The grass fires were fed by winds that reached 110 m.p.h., and billowing smoke grounded aircraft in the region. Here’s the latest.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03634-9", - "creator": "Leigh Dayton", - "pubDate": "2021-12-08", + "link": "https://www.nytimes.com/live/2021/12/30/us/colorado-wildfire-evacuations", + "creator": "The New York Times", + "pubDate": "Fri, 31 Dec 2021 01:50:21 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9fe88a4d4daee82cd3944212a6dbfde4" + "hash": "35813dbd8c4fe1d18001aa71a70a2eb3", + "highlights": [] }, { - "title": "A heritable, non-genetic road to cancer evolution", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03606-z", - "creator": "Tamara Prieto", - "pubDate": "2021-12-08", + "title": "How a Pro Skateboarder Became an Apostle of Ancient Tuning", + "description": "In the 1990s, Duane Pitre was a skateboarding star. But his newest album, “Omniscient Voices,” is his latest exploration of the esoteric system of just intonation.", + "content": "In the 1990s, Duane Pitre was a skateboarding star. But his newest album, “Omniscient Voices,” is his latest exploration of the esoteric system of just intonation.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/28/arts/music/duane-pitre-just-intonation.html", + "creator": "Grayson Haver Currin", + "pubDate": "Tue, 28 Dec 2021 18:55:49 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b205ed75398c2781af78e958343ff92a" + "hash": "f74cf309f0c1ed1948e6d030fc45a31d", + "highlights": [] }, { - "title": "Omicron likely to weaken COVID vaccine protection", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03672-3", - "creator": "Ewen Callaway", - "pubDate": "2021-12-08", + "title": "Watching My Mother Watch Music", + "description": "Our pop music critic remembers going to concerts with his mom, who died last year.", + "content": "Our pop music critic remembers going to concerts with his mom, who died last year.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/29/arts/music/mother-concerts.html", + "creator": "Jon Caramanica", + "pubDate": "Wed, 29 Dec 2021 18:26:58 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "af5edf898f8c147c4b36b3e1106f9129" + "hash": "2af0bd14d4956db0189db0edcd055199", + "highlights": [] }, { - "title": "Brazil is in water crisis — it needs a drought plan", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03625-w", - "creator": "Augusto Getirana", - "pubDate": "2021-12-08", + "title": "How Covid-19 Risk Calculators Help Assess Safety Co", + "description": "Happy new year?", + "content": "Happy new year?", + "category": "Disease Rates", + "link": "https://www.nytimes.com/2021/12/30/style/covid-risk-calculator.html", + "creator": "Alyson Krueger", + "pubDate": "Thu, 30 Dec 2021 21:53:20 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26ecba20ecfe03d7e53e93cb953ddfa9" + "hash": "77bba5bf012b5ea9bbad24537ca32ccb", + "highlights": [] }, { - "title": "What surveys really say", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03604-1", - "creator": "Frauke Kreuter", - "pubDate": "2021-12-08", + "title": "Michael Goldhaber, the Cassandra of the Internet Age", + "description": "Michael Goldhaber", + "content": "Michael Goldhaber", + "category": "Goldhaber, Michael H", + "link": "https://www.nytimes.com/2021/02/04/opinion/michael-goldhaber-internet.html", + "creator": "Charlie Warzel", + "pubDate": "Fri, 05 Feb 2021 14:08:50 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "166ad68387b24644fa493e812d7f8d83" + "hash": "d96de8cc81e4f61a361a5d0fe2f09adb", + "highlights": [] }, { - "title": "Metal planet, COVID pact and Hubble telescope time", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03618-9", - "creator": "", - "pubDate": "2021-12-08", + "title": "The Side of Harry Reid That Most People Never Saw", + "description": "He possessed a quality rare among politicians: profound comfort in his own skin.", + "content": "He possessed a quality rare among politicians: profound comfort in his own skin.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/29/opinion/harry-reid.html", + "creator": "Adam Jentleson", + "pubDate": "Thu, 30 Dec 2021 00:16:47 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e51e9c045ffc292f9dcf17d31916c7c4" + "hash": "848520d2f4a2dc052ac9657db84ca957", + "highlights": [] }, { - "title": "Daily briefing: Omicron might weaken vaccine protection", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03689-8", - "creator": "Flora Graham", - "pubDate": "2021-12-08", + "title": "Why So Many People Are Unhappy With Democracy", + "description": "The most pervasive and perhaps deepest challenge facing virtually all Western democracies is the political fragmentation of democratic politics.", + "content": "The most pervasive and perhaps deepest challenge facing virtually all Western democracies is the political fragmentation of democratic politics.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/29/opinion/democracy-fragmentation-america-europe.html", + "creator": "Richard H. Pildes", + "pubDate": "Wed, 29 Dec 2021 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "581176b521ae725db8d36a5d62def3f5" + "hash": "c668a041076fbcfc7b58a4924401d502", + "highlights": [] }, { - "title": "Gut clues to weight gain after quitting smoking", - "description": "", - "content": "\n ", + "title": "Your Thursday Evening Briefing", + "description": "President Biden and President Vladimir V. Putin of Russia spoke on the phone on Thursday.", + "content": "President Biden and President Vladimir V. Putin of Russia spoke on the phone on Thursday.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03548-6", - "creator": "Matthew P. Spindler", - "pubDate": "2021-12-08", + "link": "https://www.nytimes.com/2021/12/30/briefing/putin-omicron-metaverse-your-thursday-evening-briefing.html", + "creator": "Whet Moser", + "pubDate": "Fri, 31 Dec 2021 01:27:28 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14b8ec394dbb7a309dca510cfbd951d5" + "hash": "fd5bb9cb91e640fbbf3c87b28bd6644f", + "highlights": [] }, { - "title": "Universities under 50 carve their niche", - "description": "", - "content": "\n ", + "title": "“辱华”辱的究竟是什么?", + "description": "从H&M等品牌的新疆棉事件,到《雄狮少年》的“眯眯眼”,过去一年里,“辱华”这两个字越来越频繁地出现在中国社交媒体上。", + "content": "从H&M等品牌的新疆棉事件,到《雄狮少年》的“眯眯眼”,过去一年里,“辱华”这两个字越来越频繁地出现在中国社交媒体上。", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03635-8", - "creator": "Flynn Murphy", - "pubDate": "2021-12-08", + "link": "https://www.nytimes.com/zh-hans/2021/12/30/world/asia/ruhua-china-insult.html", + "creator": "Rong Xiaoqing", + "pubDate": "Thu, 30 Dec 2021 08:34:07 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1bf2d5872c52296f3a593f120a67f82c" + "hash": "270f2033c040121379fe88cf03578c21", + "highlights": [] }, { - "title": "Transporter-protein structures show how salt gets a sweet ride into cells", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03555-7", - "creator": "David Drew", - "pubDate": "2021-12-08", + "title": "With Exasperation, College Football Is Just Trying to Get Through the Playoff", + "description": "A strategically placed bus blocked views of a Georgia football practice on Monday, ahead of the team’s game on Friday against Michigan in a College Football Playoff semifinal. Practices have been closed this week, helping teams avoid questions about players who may not be present because of the coronavirus.", + "content": "A strategically placed bus blocked views of a Georgia football practice on Monday, ahead of the team’s game on Friday against Michigan in a College Football Playoff semifinal. Practices have been closed this week, helping teams avoid questions about players who may not be present because of the coronavirus.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/30/sports/ncaafootball/covid-college-football-playoff.html", + "creator": "Billy Witz", + "pubDate": "Thu, 30 Dec 2021 23:58:16 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5826327b2e1bd66a24e27f148f6e8347" + "hash": "d0de051dd8beb17e7be68cc4980e16a4", + "highlights": [] }, { - "title": "Giant planet imaged orbiting two massive stars", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03607-y", - "creator": "Kaitlin Kratter", - "pubDate": "2021-12-08", + "title": "Ben McFall, ‘the Heart of the Strand,’ Is Dead at 73", + "description": "Ben McFall in 2013. He was the longest-tenured bookseller in the history of New York’s renowned Strand bookstore, where he was in charge of the fiction section.", + "content": "Ben McFall in 2013. He was the longest-tenured bookseller in the history of New York’s renowned Strand bookstore, where he was in charge of the fiction section.", + "category": "McFall, Ben (1948-2021)", + "link": "https://www.nytimes.com/2021/12/30/books/ben-mcfall-dead.html", + "creator": "Alex Traub", + "pubDate": "Thu, 30 Dec 2021 23:42:37 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "341eea26c8e5a9a2f66cff9ce9bf3e7b" + "hash": "ba4436d1b9e9fc1938e2ded027c1b951", + "highlights": [] }, { - "title": "An IPCC reviewer shares his thoughts on the climate debate", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03673-2", - "creator": "Sarah O’Meara", - "pubDate": "2021-12-08", + "title": "Travel Delays Are Expected After Record Snow Tapers in Western U.S.", + "description": "Trucks stopped on Interstate 80 at the California-Nevada border on Tuesday, during a winter storm in the Sierra Nevada mountains.", + "content": "Trucks stopped on Interstate 80 at the California-Nevada border on Tuesday, during a winter storm in the Sierra Nevada mountains.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2021/12/30/us/winter-storm-weather.html", + "creator": "Daniel Victor", + "pubDate": "Thu, 30 Dec 2021 15:22:35 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "212943d6e670ad9da5180f849494ed86" + "hash": "04e495c65bba4dac6d570b5070f1fcb1", + "highlights": [] }, { - "title": "Aggregates of TDP-43 protein spiral into view", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03605-0", - "creator": "Hana M. Odeh", - "pubDate": "2021-12-08", + "title": "BBC to Look Into Alan Dershowitz Interview on Ghislaine Maxwell Verdict", + "description": "The BBC introduced Alan M. Dershowitz as a “constitutional lawyer” in the segment, and later said that the interview did not meet its editorial standards.", + "content": "The BBC introduced Alan M. Dershowitz as a “constitutional lawyer” in the segment, and later said that the interview did not meet its editorial standards.", + "category": "Dershowitz, Alan M", + "link": "https://www.nytimes.com/2021/12/30/world/americas/bbc-alan-dershowitz-ghislaine-maxwell-epstein.html", + "creator": "Aina J. Khan", + "pubDate": "Thu, 30 Dec 2021 18:39:17 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9840a4080a66dc7cb092fcf649f6b378" + "hash": "1efb12d501fd46f1de43399cca0678c9", + "highlights": [] }, { - "title": "Customized recruitment attracts top talent", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03633-w", - "creator": "Benjamin Plackett", - "pubDate": "2021-12-08", + "title": "Tesla Recalls More Than 475,000 Cars Over Two Safety Defects", + "description": "Tesla is coming under increased scrutiny by the National Highway Traffic Safety Administration.", + "content": "Tesla is coming under increased scrutiny by the National Highway Traffic Safety Administration.", + "category": "Driverless and Semiautonomous Vehicles", + "link": "https://www.nytimes.com/2021/12/30/business/tesla-recall.html", + "creator": "Neal E. Boudette", + "pubDate": "Thu, 30 Dec 2021 19:14:53 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "880a5427d989a25dd18238056800ac62" + "hash": "87dbe5b92883332204dbf468132127ba", + "highlights": [] }, { - "title": "Constraints on estimating the CO2 fertilization effect emerge", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03560-w", - "creator": "Chris Huntingford", - "pubDate": "2021-12-08", + "title": "Neil Marcus, Whose Art Illuminated Disability, Dies at 67", + "description": "A playwright and actor, he saw his life as performance art. He was best known for his play “Storm Reading.”", + "content": "A playwright and actor, he saw his life as performance art. He was best known for his play “Storm Reading.”", + "category": "Marcus, Neil (1954-2021)", + "link": "https://www.nytimes.com/2021/12/28/arts/neil-marcus-dead.html", + "creator": "Annabelle Williams", + "pubDate": "Tue, 28 Dec 2021 21:49:52 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63f912b110f9ef24e6d26bbf04b1b115" + "hash": "49aee5e66d4dea98035b77b9144d22c4", + "highlights": [] }, { - "title": "Benefits of megastudies for testing behavioural interventions", - "description": "", - "content": "\n ", + "title": "F.D.A. Expected to Allow Pfizer Boosters for 12- to 15-Year-Olds", + "description": "The mayor-elect vowed to keep the requirement enacted by Mayor Bill de Blasio, the first of its kind in the nation. Get updates on the pandemic.", + "content": "The mayor-elect vowed to keep the requirement enacted by Mayor Bill de Blasio, the first of its kind in the nation. Get updates on the pandemic.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03400-x", - "creator": "Heather Royer", - "pubDate": "2021-12-08", + "link": "https://www.nytimes.com/live/2021/12/30/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Thu, 30 Dec 2021 16:40:41 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f8fc23056bce26c178355ac14336a64" + "hash": "2cd502968110412a37b1a5d40e5882b1", + "highlights": [] }, { - "title": "Young universities forge new paths to success", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03631-y", - "creator": "James Mitchell Crow", - "pubDate": "2021-12-08", + "title": "J. & J. Booster Protects Against Severe Omicron, Study Says", + "description": "Administering the Johnson & Johnson vaccine in Johannesburg. The shot is a mainstay of Covid public health efforts in Africa.", + "content": "Administering the Johnson & Johnson vaccine in Johannesburg. The shot is a mainstay of Covid public health efforts in Africa.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/30/health/johnson-vaccine-booster-omicron.html", + "creator": "Carl Zimmer", + "pubDate": "Thu, 30 Dec 2021 10:45:18 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a524bb0544adc3bcb35c0b2460a4685" + "hash": "7f5873a38283e0365913c4e51f022bc5", + "highlights": [] }, { - "title": "A guide to the Nature Index", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03636-7", - "creator": "", - "pubDate": "2021-12-08", + "title": "China Keeps 13 Million in Xi’an Under Strict Lockdown ", + "description": "A sanitation worker swept a deserted road this week in Xi'an, in the northern Chinese province of Shaanxi.", + "content": "A sanitation worker swept a deserted road this week in Xi'an, in the northern Chinese province of Shaanxi.", + "category": "China", + "link": "https://www.nytimes.com/2021/12/30/world/asia/china-xian-lockdown-covid.html", + "creator": "Vivian Wang and Joy Dong", + "pubDate": "Thu, 30 Dec 2021 13:49:01 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d47b7ba3b1378dab9de5556a5944f926" + "hash": "9048e38f100267d3179a94360801de42", + "highlights": [] }, { - "title": "The UN must get on with appointing its new science board", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03615-y", - "creator": "", - "pubDate": "2021-12-08", + "title": "Making Sense of Covid Changes", + "description": "Receiving an at-home test kit this week in Washington.", + "content": "Receiving an at-home test kit this week in Washington.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/30/briefing/omicron-case-rise-cdc-rules.html", + "creator": "Tom Wright-Piersanti and Claire Moses", + "pubDate": "Thu, 30 Dec 2021 11:28:17 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c28254088983c13cf9e53d182e1062d2" + "hash": "9453802dedf6a67e72b7925a8d5e63aa", + "highlights": [] }, { - "title": "The $11-billion Webb telescope aims to probe the early Universe", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03620-1", - "creator": "Alexandra Witze", - "pubDate": "2021-12-08", + "title": "Ghislaine Maxwell Is Found Guilty of Aiding in Epstein’s Sex Abuse", + "description": "On the fifth full day of deliberations, jurors convicted Ms. Maxwell of five of the six counts against her. She faces the possibility of decades in prison.", + "content": "After more than five days of jury deliberations, Ghislaine Maxwell was convicted on five of the six counts she faced.", + "category": "Sex Crimes", + "link": "https://www.nytimes.com/2021/12/29/nyregion/ghislaine-maxwell-guilty-verdict.html", + "creator": "Benjamin Weiser, Rebecca Davis O’Brien and Colin Moynihan", + "pubDate": "Thu, 30 Dec 2021 04:12:44 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "49ac5a1fa99ac6b1b24ee57c3b1d5129" + "hash": "6c1ae5276c14cf7ae729d3011780c2a6", + "highlights": [] }, { - "title": "Long Acting Capsid Inhibitor Protects Macaques From Repeat SHIV Challenges", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04279-4", - "creator": "Samuel J. Vidal", - "pubDate": "2021-12-07", + "title": "Can A Sustainable Mining Experiment in New Caledonia Power Tesla's Ambitions", + "description": "A nickel mine processing plant in Prony, New Caledonia.", + "content": "A nickel mine processing plant in Prony, New Caledonia.", + "category": "New Caledonia", + "link": "https://www.nytimes.com/2021/12/30/world/asia/tesla-batteries-nickel-new-caledonia.html", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 10:00:41 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c2df707c78826a38b6d56320680af195" + "hash": "633ae3e604d556dd3d6cc707c9357913", + "highlights": [] }, { - "title": "Signature of long-lived memory CD8+ T cells in acute SARS-CoV-2 infection", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04280-x", - "creator": "Sarah Adamo", - "pubDate": "2021-12-07", + "title": "Michigan’s New Congressional Maps Undo Years of Gerrymandering", + "description": "A citizen ballot initiative took redistricting out of the hands of partisan legislators. The result: competitive political districts — and an example of how to push back against hyperpartisanship.", + "content": "Voters casting ballots in Detroit on Election Day in 2020. Michigan’s new districts will much more closely reflect the overall partisan makeup of the state.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/29/us/politics/michigan-congressional-maps.html", + "creator": "Nick Corasaniti", + "pubDate": "Thu, 30 Dec 2021 00:09:35 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "217b6984e6bb95b06073441ee93eee2a" + "hash": "eae057811fbda7d602b2677217a0441f", + "highlights": [] }, { - "title": "Multi-omic machine learning predictor of breast cancer therapy response", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04278-5", - "creator": "Stephen-John Sammut", - "pubDate": "2021-12-07", + "title": "Voting Rights Tracker: What to Know About the U.S. Elections Fight", + "description": "Since the 2020 election, Republicans have pursued a host of new voting restrictions across the country. Here’s where things stand.", + "content": "In 2020, millions of Americans embraced voting early in person and voting by mail.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/article/voting-rights-tracker.html", + "creator": "Nick Corasaniti", + "pubDate": "Wed, 29 Dec 2021 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2451fdf8e5b113ab2f04620364baefa5" + "hash": "e5cf38c2090a6ece4ab23f4f17bbda4f", + "highlights": [] }, { - "title": "From the archive", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03561-9", - "creator": "", - "pubDate": "2021-12-07", + "title": "Big Tech Journeys Into the Virtual Reality Reaches of the Metaverse", + "description": "Tech’s biggest companies are joining game makers and start-ups in pursuit of an immersive digital world that some have been working on for years.", + "content": "Tech’s biggest companies are joining game makers and start-ups in pursuit of an immersive digital world that some have been working on for years.", + "category": "Computers and the Internet", + "link": "https://www.nytimes.com/2021/12/30/technology/metaverse-virtual-reality-big-tech.html", + "creator": "Cade Metz", + "pubDate": "Thu, 30 Dec 2021 08:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ab6d27578955c76d17e855772d55316" + "hash": "7bc7215a0091a4a802dd6521a1252057", + "highlights": [] }, { - "title": "It’s alive! Bio-bricks can signal to others of their kind", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03644-7", - "creator": "", - "pubDate": "2021-12-07", + "title": "The Metaverse’s Dark Side: Here Come Harassment and Assaults", + "description": "As Meta and other companies bet big on an immersive digital world, questions about its harms are rising.", + "content": "As Meta and other companies bet big on an immersive digital world, questions about its harms are rising.", + "category": "Virtual Reality (Computers)", + "link": "https://www.nytimes.com/2021/12/30/technology/metaverse-harassment-assaults.html", + "creator": "Sheera Frenkel and Kellen Browning", + "pubDate": "Thu, 30 Dec 2021 08:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ac607eb8e4819d0f130073ace1e75e5" + "hash": "aee00a8d498f1e6698bd81293c7f66ce", + "highlights": [] }, { - "title": "Webcast: how to plan your career", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03663-4", - "creator": "Jack Leeming", - "pubDate": "2021-12-07", + "title": "Años Viejos: Torching the Old Year to Toast the New One", + "description": "“Años viejos” for sale on a sidewalk in Guayaquil, Ecuador.", + "content": "“Años viejos” for sale on a sidewalk in Guayaquil, Ecuador.", + "category": "New Year", + "link": "https://www.nytimes.com/2021/12/30/world/americas/ano-viejo-tradition.html", + "creator": "Isabella Grullón Paz", + "pubDate": "Thu, 30 Dec 2021 10:30:05 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f825012468ba3f4de091fa5e1188225e" + "hash": "315a408e66c09916add2066141d34f19", + "highlights": [] }, { - "title": "Call to join the decentralized science movement", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03642-9", - "creator": "Sarah Hamburg", - "pubDate": "2021-12-07", + "title": "The Bill for My Homelessness Was $54,000", + "description": "Debt is a hidden burden for Americans experiencing homelessness.", + "content": "Lori Teresa Yearwood’s journey into homelessness was traumatic and also incredibly expensive.", + "category": "Homeless Persons", + "link": "https://www.nytimes.com/2021/12/29/opinion/debt-homelessness.html", + "creator": "Lori Teresa Yearwood", + "pubDate": "Wed, 29 Dec 2021 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15a61c915fa85eb29ad33ca4e828f1f2" + "hash": "f82ed09e9a3b7986468130620b277df8", + "highlights": [] }, { - "title": "Are female science leaders judged more harshly than men? Study it", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03643-8", - "creator": "Martina Schraudner", - "pubDate": "2021-12-07", + "title": "Is the West Becoming Pagan Again?", + "description": "The successor to Christian civilization may resemble the present-day iconoclasm known as woken.", + "content": "The successor to Christian civilization may resemble the present-day iconoclasm known as woken.", + "category": "Pagans and Paganism", + "link": "https://www.nytimes.com/2021/12/29/opinion/christianity-paganism-woke.html", + "creator": "Christopher Caldwell", + "pubDate": "Wed, 29 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba05a9beeed1d8c8aa0fff60ea185fa5" + "hash": "8ef9c3cdb766f7c150cd76753f6c3eba", + "highlights": [] }, { - "title": "Portugal: female science leaders could speed up change", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03641-w", - "creator": "Paulo Cartaxana", - "pubDate": "2021-12-07", + "title": "Poland Could Be the Future of Europe", + "description": "The country was a democratic success story. Now it’s a cautionary tale.", + "content": "A demonstration against a contentious media bill in Warsaw on Dec. 19. The government has sought to muzzle independent media and create a fortress mentality.", + "category": "Poland", + "link": "https://www.nytimes.com/2021/12/29/opinion/poland-european-union.html", + "creator": "Karolina Wigura and Jaroslaw Kuisz", + "pubDate": "Wed, 29 Dec 2021 12:30:08 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18a4202df727a2ffdb17319479abb4ca" + "hash": "78ea6e5a0c24eebb85b711c12cde6db6", + "highlights": [] }, { - "title": "Omicron: the global response is making it worse", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03616-x", - "creator": "", - "pubDate": "2021-12-07", + "title": "John Madden, Hall of Fame Coach and Broadcaster, Is Dead at 85", + "description": "Mr. Madden coached the Oakland Raiders to a Super Bowl title before becoming one of football’s best-known broadcasters and a video game entrepreneur.", + "content": "John Madden in 1974, when he was the coach of the Oakland Raiders.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/28/sports/football/john-madden-dead.html", + "creator": "Ben Shpigel", + "pubDate": "Wed, 29 Dec 2021 13:53:24 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "349f0de66fd12969a732c09dc8c9eb4d" + "hash": "6244a148a8721965f6fe566632ecc5cd", + "highlights": [] }, { - "title": "Daily briefing: How to predict COVID’s next move", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03670-5", - "creator": "Flora Graham", - "pubDate": "2021-12-07", + "title": "11 Years After Trying to Kill Each Other, a Marine and a Talib Meet Again", + "description": "Thomas Gibbons-Neff, in red hat, interviewing Mullah Abdul Rahim Gulab, below the weapon in the window.", + "content": "Thomas Gibbons-Neff, in red hat, interviewing Mullah Abdul Rahim Gulab, below the weapon in the window.", + "category": "Afghanistan War (2001- )", + "link": "https://www.nytimes.com/2021/12/29/world/asia/afghanistan-taliban-helmand-marja.html", + "creator": "Thomas Gibbons-Neff", + "pubDate": "Thu, 30 Dec 2021 14:34:27 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "216887bf95c2132fa4503a6236576618" + "hash": "c5bc9b587fe963e1bb6bac74f6a2f0e4", + "highlights": [] }, { - "title": "Beyond Omicron: what’s next for COVID’s viral evolution", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03619-8", - "creator": "Ewen Callaway", - "pubDate": "2021-12-07", + "title": "How Discord, Born From an Obscure Game, Became a Social Hub", + "description": "Jason Citron created a video game that was going nowhere fast. So he stripped it down to a chatting feature that eventually boomed during the pandemic.", + "content": "Jason Citron, a co-founder of Discord, at his company’s office in San Francisco. He called his service’s success “surprising and wonderful and humbling.”", + "category": "Computers and the Internet", + "link": "https://www.nytimes.com/2021/12/29/business/discord-server-social-media.html", + "creator": "Kellen Browning", + "pubDate": "Wed, 29 Dec 2021 15:22:27 +0000", "enclosure": "", "enclosureType": "", "image": "", "id": "", - "language": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4cc36f87b467bbd43678af496c907929" + "hash": "a3387a1b19e15085f834b78ad38202ea", + "highlights": [] }, { - "title": "Build solar-energy systems to last — save billions", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03626-9", - "creator": "Dirk Jordan", - "pubDate": "2021-12-07", + "title": "Harry M. Reid, Senate Majority Leader Behind Landmark Democratic Victories, Dies at 82", + "description": "Mr. Reid, who was from Nevada, displayed his pugilistic instincts as he steered an economic stimulus package and the Affordable Care Act to passage.", + "content": "Senator Harry Reid in 2014. In his three-decade Senate tenure he oversaw the passage of landmark legislation, including a sweeping economic stimulus, a new set of rules for Wall Street and the Affordable Care Act.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/28/us/politics/harry-reid-dead.html", + "creator": "Jonathan Martin", + "pubDate": "Wed, 29 Dec 2021 04:16:23 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57dc67d4bdbbdc7dec38f341519f44e0" + "hash": "4158d4ebbb33ec4ac0ccf13f8809a34e", + "highlights": [] }, { - "title": "Hominin skull and Mars panorama — November’s best science images", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03520-4", - "creator": "Emma Stoye", - "pubDate": "2021-12-07", + "title": "As Omicron Spreads, Officials Ponder What It Means to Be ‘Fully Vaccinated’", + "description": "The contagious new variant has companies and government officials wondering whether Americans can really be considered vaccinated without booster shots.", + "content": "Getting a second dose of a Covid vaccine in Phoenix this month. Though 62 percent of Americans currently qualify as fully vaccinated, just a third of them have also had a booster dose.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/12/29/health/covid-vaccinations-boosters.html", + "creator": "Emily Anthes and Noah Weiland", + "pubDate": "Thu, 30 Dec 2021 02:36:22 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad3648c5f5bec3a93b48a986aeccd03c" + "hash": "4950930538ee37856835d59d4e5c0f97", + "highlights": [] }, { - "title": "How remouldable computer hardware is speeding up science", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03627-8", - "creator": "Jeffrey M. Perkel", - "pubDate": "2021-12-07", + "title": "A Nursing Home’s First Day Out of Lockdown: An Update", + "description": "The penny auction was finally back at the Good Shepherd Nursing Home in West Virginia last month. “We have really missed this,” one resident said.", + "content": "The penny auction was finally back at the Good Shepherd Nursing Home in West Virginia last month. “We have really missed this,” one resident said.", + "category": "Elder Care", + "link": "https://www.nytimes.com/2021/12/30/podcasts/the-daily/nursing-home-pandemic-lockdown.html", + "creator": "Stella Tan, Rachel Quester, Alexandra Leigh Young, Diana Nguyen, Anita Badejo, Lisa Chow, Dave Shaw, Elisheba Ittoop, Dan Powell, Brad Fisher and Marion Lozano", + "pubDate": "Thu, 30 Dec 2021 11:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea0112ea124f6ad58fe086740c046e88" + "hash": "7087c326df2d0c4aeb35597c9b74afa9", + "highlights": [] }, { - "title": "What fuelled an ancient empire’s rise? Potatoes and quinoa", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03583-3", - "creator": "", - "pubDate": "2021-12-06", + "title": "How John Madden Became the Face of a Video Game Empire", + "description": "Madden, who died Tuesday, helped bring to life a series of football video games that has generated $7 billion in revenue since 1988.", + "content": "John Madden’s video game franchise debuted in 1988 for the Apple II computer.", + "category": "Madden, John", + "link": "https://www.nytimes.com/2021/12/29/sports/football/john-madden-nfl-video-game.html", + "creator": "Kellen Browning and Kevin Draper", + "pubDate": "Thu, 30 Dec 2021 00:57:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5d15061a19b50ea0661cac5b9fd9962" + "hash": "4384601750756a09a372a55fdb394e59", + "highlights": [] }, { - "title": "Super jelly springs back from a squashing", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03586-0", - "creator": "", - "pubDate": "2021-12-06", + "title": "Ashraf Ghani, Former Afghan President, Says He Fled Nation to 'Save Kabul'", + "description": "Ashraf Ghani, then the president of Afghanistan, at a campaign rally in Kabul in 2019. He centralized power to such an extent that the entire system collapsed soon after his departure.", + "content": "Ashraf Ghani, then the president of Afghanistan, at a campaign rally in Kabul in 2019. He centralized power to such an extent that the entire system collapsed soon after his departure.", + "category": "Afghanistan War (2001- )", + "link": "https://www.nytimes.com/2021/12/30/world/asia/ashraf-ghani-bbc-interview.html", + "creator": "Sharif Hassan", + "pubDate": "Thu, 30 Dec 2021 12:53:39 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d4ba7e6c12ed9f31a8920a2a1b4b1ba" + "hash": "903dc53c9f5c54729fc05c513eed22e3", + "highlights": [] }, { - "title": "Climate adaptation, and the next great extinction: Books in brief", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03624-x", - "creator": "Andrew Robinson", - "pubDate": "2021-12-06", + "title": "With Trump Investigation Unresolved, Cyrus Vance's Legacy Is Incomplete", + "description": "Cyrus R. Vance Jr. will leave office at the end of the year after he opted not to seek re-election.", + "content": "Cyrus R. Vance Jr. will leave office at the end of the year after he opted not to seek re-election.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/30/nyregion/cy-vance-trump-investigation.html", + "creator": "Jonah E. Bromwich", + "pubDate": "Thu, 30 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54586185afd6af900cec48ec80a7b9f8" + "hash": "f1e46979c3303d9410c7b86d60afce8a", + "highlights": [] }, { - "title": "Handling snakes for science", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03629-6", - "creator": "Virginia Gewin", - "pubDate": "2021-12-06", + "title": "A Divided World United to Launch the James Webb Space Telescope", + "description": "The mirror of the James Webb Space Telescope in 2016. Its launch on Christmas was a reminder that international cooperation on grand-scale projects was still possible.", + "content": "The mirror of the James Webb Space Telescope in 2016. Its launch on Christmas was a reminder that international cooperation on grand-scale projects was still possible.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2021/12/30/world/europe/webb-telescope-launch-space.html", + "creator": "Nicholas Casey", + "pubDate": "Thu, 30 Dec 2021 12:15:37 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b9437c51bab34b4b9b9fe6e86699a4e" + "hash": "240b34c2c96264f8c18e73bcc341139c", + "highlights": [] }, { - "title": "The wasted chewing gum bacteriome: an oral history", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03660-7", - "creator": "Lavie Tidhar", - "pubDate": "2021-12-06", + "title": "Pentagon Building New Secret Courtroom at Guantánamo Bay", + "description": "The concept is to permit two military judges to hold proceedings simultaneously starting in mid-2023.", + "content": "An obsolete hangar serves as a storage bay at the courthouse complex at Guantánamo Bay.", + "category": "Detainees", + "link": "https://www.nytimes.com/2021/12/29/us/politics/pentagon-guantanamo-secret-courtroom.html", + "creator": "Carol Rosenberg", + "pubDate": "Thu, 30 Dec 2021 03:43:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5955303a4abc835ad22c5bcd5f992925" + "hash": "4de9a84306c4a6c9a3663e2f8b33d6ff", + "highlights": [] }, { - "title": "Has Eric Kandel rested on his laurels? No", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03623-y", - "creator": "Alison Abbott", - "pubDate": "2021-12-06", + "title": "Biden and Putin Will Hold a Call on Ukraine", + "description": "The Russian president requested Thursday’s call, which will be the second time in three weeks that the two leaders speak about tensions at the Ukrainian border.", + "content": "Russian military exercises near Ukraine’s eastern border last week. American officials have continued to express concerns about the presence of Russian troops in the region.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/29/us/politics/biden-putin-call-ukraine.html", + "creator": "David E. Sanger and Andrew E. Kramer", + "pubDate": "Thu, 30 Dec 2021 00:47:03 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d401e343e1fbeab5f52beb52e8a6dd7" + "hash": "7b0b9b6b8bcf0041db5385176955f434", + "highlights": [] }, { - "title": "Python power-up: new image tool visualizes complex data", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03628-7", - "creator": "Jeffrey M. Perkel", - "pubDate": "2021-12-06", + "title": "Indonesia Accepts Stranded Refugee Boat After Vowing to Turn It Away", + "description": "A wooden boat transporting Rohingya refugees was intercepted in the waters off Indonesia this week.", + "content": "A wooden boat transporting Rohingya refugees was intercepted in the waters off Indonesia this week.", + "category": "Refugees and Displaced Persons", + "link": "https://www.nytimes.com/2021/12/30/world/asia/indonesia-rohingya-boat.html", + "creator": "Mike Ives and Muktita Suhartono", + "pubDate": "Thu, 30 Dec 2021 14:13:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8a00e1b245bd78c63e020ee8205c2602" + "hash": "c6410611d9fcc1492559aa7b0263cadd", + "highlights": [] }, { - "title": "Daily briefing: Francis Collins reflects on science and the NIH", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03657-2", - "creator": "Flora Graham", - "pubDate": "2021-12-06", + "title": "Tiger Bites Arm of Man Reaching Into Enclosure at Florida Zoo, Officials Say", + "description": "The man, who worked for a cleaning service, had entered a restricted area at the Naples Zoo, the authorities said. The tiger was shot and killed.", + "content": "The man, who worked for a cleaning service, had entered a restricted area at the Naples Zoo, the authorities said. The tiger was shot and killed.", + "category": "Tigers", + "link": "https://www.nytimes.com/2021/12/29/us/naples-zoo-tiger-attack.html", + "creator": "Michael Levenson", + "pubDate": "Thu, 30 Dec 2021 04:53:43 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3152fe48ff2cef74a5e08d98fc31054" + "hash": "92563da71f57a54fd814b85cfb77a8ed", + "highlights": [] }, { - "title": "Understand the real reasons reproducibility reform fails", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03617-w", - "creator": "Nicole C. Nelson", - "pubDate": "2021-12-06", + "title": "Eric Adams Will Name Frank Carone His Chief of Staff", + "description": "Frank Carone, a prominent lawyer for the Brooklyn Democratic Party whose business dealings have drawn scrutiny, will serve in a critical role at City Hall.", + "content": "Frank Carone has been Eric Adams’s friend and adviser for years.", + "category": "Appointments and Executive Changes", + "link": "https://www.nytimes.com/2021/12/29/nyregion/eric-adams-frank-carone-chief-of-staff.html", + "creator": "Emma G. Fitzsimmons and Michael Rothfeld", + "pubDate": "Wed, 29 Dec 2021 23:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bda2a5c68c9ea461ed30fce414baab58" + "hash": "b821d57dbda9d8c48715da0ca5245f1e", + "highlights": [] }, { - "title": "Coronapod: How has COVID impacted mental health?", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03649-2", - "creator": "Noah Baker", - "pubDate": "2021-12-03", + "title": "2022 Westminster Dog Show Postponed Amid Omicron Surge", + "description": "The Westminster Kennel Club’s board of governors announced on Wednesday that it was postponing its 2022 dog show, which had been scheduled for late January.", + "content": "The Westminster Kennel Club’s board of governors announced on Wednesday that it was postponing its 2022 dog show, which had been scheduled for late January.", + "category": "Westminster Kennel Club Dog Show", + "link": "https://www.nytimes.com/2021/12/29/world/westminster-dog-show-postponed-covid.html", + "creator": "Madeleine Ngo", + "pubDate": "Wed, 29 Dec 2021 23:40:58 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a022a5619499a6a47376b19c67cd6e28" + "hash": "3f4c552b87c0fe6fcd85e7687b5765f6", + "highlights": [] }, { - "title": "AI mathematician and a planetary diet — the week in infographics", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03612-1", - "creator": "", - "pubDate": "2021-12-03", + "title": "Wide Awake at 3 A.M.? Readers Offer Advice on Insomnia", + "description": "Well readers share a range of strategies they use to get back to sleep in the middle of the night.", + "content": "Well readers share a range of strategies they use to get back to sleep in the middle of the night.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/08/30/well/insomnia-better-sleep.html", + "creator": "Anahad O’Connor", + "pubDate": "Tue, 31 Aug 2021 20:20:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5565019960d7317db69d1fb0f3fa710" + "hash": "8bb86c948f83846f82dceed9e5cb33a5", + "highlights": [] }, { - "title": "The last library", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03637-6", - "creator": "Brian Trent", - "pubDate": "2021-12-03", + "title": "An 11-Minute Body-Weight Workout With Proven Fitness Benefits", + "description": "Five minutes of burpees, jump squats and other calisthenics, alternating with rest, improved aerobic endurance in out-of-shape men and women.", + "content": "Five minutes of burpees, jump squats and other calisthenics, alternating with rest, improved aerobic endurance in out-of-shape men and women.", + "category": "Exercise", + "link": "https://www.nytimes.com/2021/01/13/well/move/an-11-minute-body-weight-workout-with-proven-fitness-benefits.html", + "creator": "Gretchen Reynolds", + "pubDate": "Wed, 25 Aug 2021 12:41:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87d2de44737b20d94024cc744b7ae694" + "hash": "7a86189b5d5adf5d203e4165940a44c8", + "highlights": [] }, { - "title": "Science misinformation alarms Francis Collins as he leaves top NIH job", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03611-2", - "creator": "Nidhi Subbaraman", - "pubDate": "2021-12-03", + "title": "I Was Powerless Over Diet Coke", + "description": "After almost 40 years as a diet-soda addict, my body suddenly started to reject my favorite feel-good companion.", + "content": "After almost 40 years as a diet-soda addict, my body suddenly started to reject my favorite feel-good companion.", + "category": "Soft Drinks", + "link": "https://www.nytimes.com/2021/08/11/well/eat/diet-coke-addiction.html", + "creator": "Abby Ellin", + "pubDate": "Wed, 11 Aug 2021 21:54:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "07ce509929184b7c48c1553f3076b2ef" + "hash": "259d491855b8f546ebe358fee08e574c", + "highlights": [] }, { - "title": "Daily briefing: Omicron — what scientists know so far", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03652-7", - "creator": "Flora Graham", - "pubDate": "2021-12-03", + "title": "Should Pregnant Women Get a Covid-19 Booster Shot?", + "description": "Experts strongly agree that the shots benefit the mother as well as the fetus.", + "content": "Experts strongly agree that the shots benefit the mother as well as the fetus.", + "category": "Pregnancy and Childbirth", + "link": "https://www.nytimes.com/2021/10/19/well/family/pregnancy-covid-booster.html", + "creator": "Trisha Pasricha", + "pubDate": "Fri, 22 Oct 2021 00:45:00 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6516e8400c7faacdb3b69d58309fbe0" + "hash": "1a994cf37385d79a6ec9c17309522526", + "highlights": [] }, { - "title": "Publisher Correction: Single-photon nonlinearity at room temperature", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04113-x", - "creator": "Anton V. Zasedatelev", - "pubDate": "2021-12-02", + "title": "Maggie Gyllenhaal Has Dangerous Ideas About Directing", + "description": "Movies don’t often explore the frustrations of motherhood, Gyllenhaal said, because “we’re all like, I don’t want my mother to have been ambivalent.”", + "content": "Movies don’t often explore the frustrations of motherhood, Gyllenhaal said, because “we’re all like, I don’t want my mother to have been ambivalent.”", + "category": "Women and Girls", + "link": "https://www.nytimes.com/2021/12/29/movies/maggie-gyllenhaal-lost-daughter.html", + "creator": "Julie Bloom", + "pubDate": "Wed, 29 Dec 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b11d662af463dc8c70b9f8325cadafdd" + "hash": "ce845f509158e10761b5e9ea7e8cb932", + "highlights": [] }, { - "title": "Human blastoids model blastocyst development and implantation", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04267-8", - "creator": "Harunobu Kagawa", - "pubDate": "2021-12-02", + "title": "Lee Kaufman, Who Cleaned Her Way to Late-Life Stardom, Dies at 99", + "description": "When she and her husband, Morty, were featured in advertising spots for Swiffer products in their 90s, the public embraced them.", + "content": "Lee Kaufman and her husband, Morty, in their presumably Swiffer-clean home in Valley Stream, N.Y. The couple became unlikely stars when they were chosen to pitch Swiffer cleaning products on television and the internet.", + "category": "Kaufman, Lee", + "link": "https://www.nytimes.com/2021/12/29/business/media/lee-kaufman-dead.html", + "creator": "Neil Genzlinger", + "pubDate": "Wed, 29 Dec 2021 22:25:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63f0c6b3c8841ac49809178b2fbd0277" + "hash": "9f6ffa65d35f05e5bd5dab3e8bfc8d01", + "highlights": [] }, { - "title": "Omicron is bad but the global response is worse", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03616-x", - "creator": "", - "pubDate": "2021-12-07", + "title": "The Resurgence of Murano Glass", + "description": "The opulent look of Murano glass is on the rise, propelled in part by a new wave of home goods and accessories inspired by the centuries-old aesthetic.", + "content": "The opulent look of Murano glass is on the rise, propelled in part by a new wave of home goods and accessories inspired by the centuries-old aesthetic.", + "category": "Glass", + "link": "https://www.nytimes.com/2021/12/29/style/murano-glass-jewelry.html", + "creator": "Hilary Reid", + "pubDate": "Wed, 29 Dec 2021 17:03:25 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "28697f4b3274b5cf2ead54f790d37c0a" + "hash": "442f353a8190d65f5d27c17fc0769b74", + "highlights": [] }, { - "title": "Does police outreach cut crime? Efforts in six nations give a bleak answer", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03580-6", - "creator": "", - "pubDate": "2021-12-02", + "title": "‘And Just Like That’ Episode 5 Recap: Painfully Hip", + "description": "Carrie (Sarah Jessica Parker, left, with Sarita Choudhury) has a bad hip. But don’t worry, Carrie: It isn’t because you’re old.", + "content": "Carrie (Sarah Jessica Parker, left, with Sarita Choudhury) has a bad hip. But don’t worry, Carrie: It isn’t because you’re old.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/30/arts/television/and-just-like-that-recap-episode-5.html", + "creator": "Ali Trachta", + "pubDate": "Thu, 30 Dec 2021 15:13:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f2923cd804d0c1954916c6a13c61f92" + "hash": "27cbfc118465529c302a46bd52eec758", + "highlights": [] }, { - "title": "Famous space family has a surprisingly peaceful history", - "description": "", - "content": "\n ", + "title": "U.S. Sets a One-Day Record With Nearly Half a Million New Covid Cases", + "description": "The staggering figure is almost twice as high as the worst days of last winter, and may still be an undercount. Here’s the latest.", + "content": "The staggering figure is almost twice as high as the worst days of last winter, and may still be an undercount. Here’s the latest.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03584-2", - "creator": "", - "pubDate": "2021-12-02", + "link": "https://www.nytimes.com/live/2021/12/30/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Thu, 30 Dec 2021 10:10:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a21b01c1bf5dfda54ddd0524ffb28fb9" + "hash": "67d24fc383bcc99d21108c95ba40e551", + "highlights": [] }, { - "title": "Surging plastic use is fed by coal power — with deadly results", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03613-0", - "creator": "", - "pubDate": "2021-12-02", + "title": "Beleaguered by Omicron, New York Operates at Half Speed", + "description": "From subway lines to medical clinics to libraries, city businesses and services have been curtailed because of Covid.", + "content": "People waited for coronavirus tests at a mobile site in Jackson Heights, Queens. The city logged 39,591 new virus cases on Wednesday, the governor’s office said.", + "category": "Shutdowns (Institutional)", + "link": "https://www.nytimes.com/2021/12/29/nyregion/covid-new-york-omicron-shutdown.html", + "creator": "Andy Newman and Dana Rubinstein", + "pubDate": "Thu, 30 Dec 2021 01:05:48 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b4c454a83c90328a0c2d2f8c36bb1b7" + "hash": "22ac8e80797ca3a29d91b93eafe1cd3c", + "highlights": [] }, { - "title": "Omicron is supercharging the COVID vaccine booster debate", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03592-2", - "creator": "Elie Dolgin", - "pubDate": "2021-12-02", + "title": "Federal Officials Say Early Omicron Data Suggests a Less Deadly Wave", + "description": "Dr. Rochelle P. Walensky and Dr. Anthony S. Fauci cautioned that hospitalizations and deaths could be lagging behind case counts.", + "content": "Residents in Washington, D.C., waiting to be tested for Covid-19.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/29/us/politics/omicron-tests-hospitals.html", + "creator": "Noah Weiland", + "pubDate": "Thu, 30 Dec 2021 04:47:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "812010711698747d1651683aa867d040" + "hash": "cd61d5088c1c70e9c41c8dc255666fad", + "highlights": [] }, { - "title": "How bad is Omicron? What scientists know so far", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03614-z", - "creator": "Ewen Callaway", - "pubDate": "2021-12-02", + "title": "What Social Trends Told Us About the American Economy in 2021", + "description": "“Hard pants,” R.T.O. and boomer burnout made for an eventful second pandemic year. They also taught us about the economic future.", + "content": "“Hard pants,” R.T.O. and boomer burnout made for an eventful second pandemic year. They also taught us about the economic future.", + "category": "Supply Chain", + "link": "https://www.nytimes.com/2021/12/29/business/economy/us-economic-trends-2021.html", + "creator": "Jeanna Smialek", + "pubDate": "Thu, 30 Dec 2021 06:04:24 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d8ca680902d54ce217eda2f050d7b7f" + "hash": "4d26fe4db7615246de0e5ec80a952b5d", + "highlights": [] }, { - "title": "Omicron-variant border bans ignore the evidence, say scientists", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03608-x", - "creator": "Smriti Mallapaty", - "pubDate": "2021-12-02", + "title": "John Madden, Football Enthusiast, Was Peerless in the Booth", + "description": "He woke up each season hungry for the game, and shared his enthusiasm for it as if hosting a feast.", + "content": "John Madden at the Hall of Fame game in Canton, Ohio, in 2006.", + "category": "Madden, John", + "link": "https://www.nytimes.com/2021/12/29/sports/football/john-madden-tv-broadcasting.html", + "creator": "Richard Sandomir", + "pubDate": "Wed, 29 Dec 2021 13:55:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d6c2625e02d35ff6c47442078cecdbc" + "hash": "a3df0b41405c6c14c70f8b79ef854028", + "highlights": [] }, { - "title": "Daily briefing: What a healthy, sustainable diet looks like", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03639-4", - "creator": "Flora Graham", - "pubDate": "2021-12-02", + "title": "Stay or Go? For Myanmar’s Latest Wave of Refugees, There’s No Good Choice.", + "description": "Hundreds of thousands who fled deadly unrest at home confront an uncertain future abroad. Yet for many who remained, conditions are dire.", + "content": "Biak Tling and Tial Hoi Chin in Farkawn, India, in December with their 18-month-old twins, Bawi Thwang Cung and Bawi Lian Cung.  They are among the hundreds of thousands who have fled Myanmar in fear of their lives.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/29/world/asia/myanmar-coup-refugees.html", + "creator": "Sui-Lee Wee", + "pubDate": "Wed, 29 Dec 2021 15:04:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "315627d93778bfbf51a760dc8e202203" + "hash": "3dc28e765e69ca539be3f8df9018b7d2", + "highlights": [] }, { - "title": "This tiny iron-rich world is extraordinarily metal", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03587-z", - "creator": "Alexandra Witze", - "pubDate": "2021-12-02", + "title": "‘Every Hooper’s Dream’: N.B.A. Hopefuls Get Their Chance During Crisis", + "description": "The rapid spread of the coronavirus has depleted several N.B.A. rosters, leading teams to call on lower-level pros and former stars to fill in. But that also has its risks.", + "content": "Charlie Brown Jr. played for the Dallas Mavericks on Christmas after they signed him to a 10-day contract out of the G League to help fill in for players who had tested positive for the coronavirus.", + "category": "Basketball", + "link": "https://www.nytimes.com/2021/12/29/sports/basketball/nba-g-league-contracts.html", + "creator": "Tania Ganguli", + "pubDate": "Wed, 29 Dec 2021 20:29:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb473b0ce681c1f4306a7d2574c0330a" + "hash": "b96ca3e7d4bcdb21edb79f5d9a9334ef", + "highlights": [] }, { - "title": "Non-trivial role of internal climate feedback on interglacial temperature evolution", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03930-4", - "creator": "Xu Zhang", - "pubDate": "2021-12-01", + "title": "Here’s How Joe Biden Can Protect Abortion Rights", + "description": "It’s time to think creatively.", + "content": "It’s time to think creatively.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/30/opinion/abortion-pills-biden.html", + "creator": "David S. Cohen, Greer Donley and Rachel Rebouché", + "pubDate": "Thu, 30 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "306384ce1643d3b8f26a22adaf9b74ba" + "hash": "b7569f11b530c4ada9b7a57ed4c34250", + "highlights": [] }, { - "title": "Video: Rebuilding a retina", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03576-2", - "creator": "", - "pubDate": "2021-12-01", + "title": "Are Democrats Bad at Politics?", + "description": "The party has always struggled to figure out how to represent a diverse group of voters with different interests and goals.", + "content": "The party has always struggled to figure out how to represent a diverse group of voters with different interests and goals.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/30/opinion/democrats-joe-manchin.html", + "creator": "Julia Azari", + "pubDate": "Thu, 30 Dec 2021 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f117cc1c6a4ac0162a39384bc2210cb5" + "hash": "cb6abb1ce4ca73ae7f565f3d171ec3b5", + "highlights": [] }, { - "title": "The quest to treat dry age-related macular degeneration", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03574-4", - "creator": "Michael Eisenstein", - "pubDate": "2021-12-01", + "title": "Desmond Tutu Knew Justice Had to Include Forgiveness", + "description": "Contemporary activists can benefit from Tutu’s ideas about restorative justice and strengthen their quest for fundamental fairness.", + "content": "Contemporary activists can benefit from Tutu’s ideas about restorative justice and strengthen their quest for fundamental fairness.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/12/28/opinion/desmond-tutu-america-justice.html", + "creator": "Michael Eric Dyson", + "pubDate": "Wed, 29 Dec 2021 01:57:40 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "961e29d4bc84d35e411025126398944f" + "hash": "2c1290925352258522c34816da742f1f", + "highlights": [] }, { - "title": "Shutting ‘super-polluters’ slashes greenhouse gases — and deaths", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03581-5", - "creator": "", - "pubDate": "2021-12-01", + "title": "Chile Writes Its Constitution, Confronting Climate Change Head On", + "description": "Chile has lots of lithium, which is essential to the world’s transition to green energy. But anger over powerful mining interests, a water crisis and inequality has driven Chile to rethink how it defines itself.", + "content": "Chile has lots of lithium, which is essential to the world’s transition to green energy. But anger over powerful mining interests, a water crisis and inequality has driven Chile to rethink how it defines itself.", + "category": "Chile", + "link": "https://www.nytimes.com/2021/12/28/climate/chile-constitution-climate-change.html", + "creator": "Somini Sengupta and Marcos Zegers", + "pubDate": "Wed, 29 Dec 2021 15:41:37 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38f6d368757750d42a2919be519a4298" + "hash": "9a744c44667850741608a5e376be34a1", + "highlights": [] }, { - "title": "Pandemic mental health and Eurasia’s oldest jewellery", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03570-8", - "creator": "", - "pubDate": "2021-12-01", + "title": "The New York Public Library Opens Its Cabinet of Wonders", + "description": "A Coco Chanel ballet slipper, Beethoven’s hair, Andy Warhol’s painted ticket. “Treasures,” at the New York Public Library, showcases delights from its collections.", + "content": "A Coco Chanel ballet slipper, Beethoven’s hair, Andy Warhol’s painted ticket. “Treasures,” at the New York Public Library, showcases delights from its collections.", + "category": "Libraries and Librarians", + "link": "https://www.nytimes.com/2021/12/28/arts/design/ny-public-library-treasures.html", + "creator": "Jennifer Schuessler", + "pubDate": "Tue, 28 Dec 2021 16:01:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42c18d0faa5c99c45c0e9100562fe078" + "hash": "3decc996f33042336a6ec0e3785b7eef", + "highlights": [] }, { - "title": "What’s the best diet for people and the planet?", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03601-4", - "creator": "Benjamin Thompson", - "pubDate": "2021-12-01", + "title": "Russian Court Orders Liquidation of the Human Rights Group Memorial ", + "description": "The Supreme Court ruled that Memorial International, which chronicled political repression in Russia, must be liquidated.", + "content": "Supporters of the human rights group Memorial International outside Russia’s Supreme Court in Moscow on Tuesday.", + "category": "Human Rights and Human Rights Violations", + "link": "https://www.nytimes.com/2021/12/28/world/europe/russia-memorial-human-rights.html", + "creator": "Ivan Nechepurenko and Andrew E. Kramer", + "pubDate": "Wed, 29 Dec 2021 02:30:42 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a86a9691461a54eb28eb765375db049e" + "hash": "209951325ef9172878d07267c0f00bac", + "highlights": [] }, { - "title": "This enormous eagle could have killed you, probably", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03585-1", - "creator": "", - "pubDate": "2021-12-01", + "title": "Why Is Everyone Going Brunette? The Newest Hair Trend", + "description": "Warming, feel-good colors like chocolate milk, gingerbread and sable will be big in 2022, stylists say.", + "content": "Billie Eilish introduced her new chocolate brown hair color this month.", + "category": "Hair", + "link": "https://www.nytimes.com/2021/12/28/style/brunette-hair-trend.html", + "creator": "Kristen Bateman", + "pubDate": "Tue, 28 Dec 2021 17:12:56 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d990da531864a446a89e90953b641c3d" + "hash": "c47f18e7ceea2c46894db87ac927ae1d", + "highlights": [] }, { - "title": "In situ Raman spectroscopy reveals the structure and dissociation of interfacial water", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04068-z", - "creator": "Yao-Hui Wang", - "pubDate": "2021-12-01", + "title": "Meet The Two Teenage Brothers Dominating Tetris ", + "description": "The best player in the world over the last two years is a 14-year-old boy from Fort Worth. One of his main challengers? His 16-year-old brother.", + "content": "The best player in the world over the last two years is a 14-year-old boy from Fort Worth. One of his main challengers? His 16-year-old brother.", + "category": "Computer and Video Games", + "link": "https://www.nytimes.com/2021/12/28/sports/tetris-game.html", + "creator": "Zach Schonbrun", + "pubDate": "Tue, 28 Dec 2021 19:49:54 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc1557bbe085ea25a092abc6d7341f5f" + "hash": "090c446680f9fa4db59af42171a9e413", + "highlights": [] }, { - "title": "Reply to: Non-trivial role of internal climate feedback on interglacial temperature evolution", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03931-3", - "creator": "Samantha Bova", - "pubDate": "2021-12-01", + "title": "The Year in Climate Change", + "description": "There was a lot of climate news in a year overflowing with news. We help you catch up.", + "content": "There was a lot of climate news in a year overflowing with news. We help you catch up.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/29/climate/2021-climate-year-in-review.html", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 18:43:14 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "97c9d21ecb1b650c7546cb6f2e4208ff" + "hash": "9fff895182af58266c475542929b0d02", + "highlights": [] }, { - "title": "Optomechanical dissipative solitons", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04012-1", - "creator": "Jing Zhang", - "pubDate": "2021-12-01", + "title": "David Sedaris’s Diaries and Paul McCartney’s Songs", + "description": "Sedaris talks about “A Carnival of Snackery,” and Paul Muldoon talks about working with McCartney on “The Lyrics.”", + "content": "Sedaris talks about “A Carnival of Snackery,” and Paul Muldoon talks about working with McCartney on “The Lyrics.”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/24/books/review/podcast-david-sedaris-carnival-snackery-paul-muldoon-paul-mccartney-lyrics.html", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 15:21:32 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d5b81a0323c40b02bc24c103862b4cf" + "hash": "7f05b497d1389cd20e1566b0f227e658", + "highlights": [] }, { - "title": "Bizarre tail weaponry in a transitional ankylosaur from subantarctic Chile", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04147-1", - "creator": "Sergio Soto-Acuña", - "pubDate": "2021-12-01", + "title": "At Home and Away Readers’ Best of 2021", + "description": "What you read, watched, cooked and did this year.", + "content": "What you read, watched, cooked and did this year.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/29/at-home/newsletter.html", + "creator": "Melissa Kirsch", + "pubDate": "Wed, 29 Dec 2021 21:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e037396dbd3ef61dde7cb066d542c2ec" + "hash": "44bc0c4592efd755766f7cdc8d26aa90", + "highlights": [] }, { - "title": "Footprint evidence of early hominin locomotor diversity at Laetoli, Tanzania", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04187-7", - "creator": "Ellison J. McNutt", - "pubDate": "2021-12-01", + "title": "As the Mayor Promised Millions for New Monuments, Old Ones Crumbled", + "description": "Without dedicated funding for conservation, many of New York City’s public memorials and artworks are decaying from neglect.", + "content": "The Soldiers’ and Sailors’ Monument in Manhattan, closed since 2017 because of its decrepit state. Repairs to its Corinthian columns and eagle sculptures are estimated at $36.5 million.", + "category": "Monuments and Memorials (Structures)", + "link": "https://www.nytimes.com/2021/12/29/arts/design/de-blasio-monuments-memorials-restoration.html", + "creator": "Zachary Small", + "pubDate": "Wed, 29 Dec 2021 19:30:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "adf08c9507196ac151b96fdeed3cf5f3" + "hash": "754fc6c61d725ea40fa68ce3eb92a7e7", + "highlights": [] }, { - "title": "Advancing mathematics by guiding human intuition with AI", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04086-x", - "creator": "Alex Davies", - "pubDate": "2021-12-01", + "title": " Elizabeth Holmes Trial Deliberations to Resume on Jan. 3 ", + "description": "Ms. Holmes, the founder of the blood testing start-up Theranos, is accused of deceiving investors, patients and advertisers.", + "content": "Jurors in the trial of the Theranos founder Elizabeth Holmes, center, are scheduled to resume their deliberations on Monday.", + "category": "Holmes, Elizabeth (1984- )", + "link": "https://www.nytimes.com/2021/12/29/business/elizabeth-holmes-trial-theranos-jury.html", + "creator": "Erin Woo", + "pubDate": "Thu, 30 Dec 2021 00:11:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ad456be50130f55c012fae81a0e4d13" + "hash": "b6ba04e9271544cce8417998c42f3c52", + "highlights": [] }, { - "title": "Antiviral activity of bacterial TIR domains via immune signalling molecules", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04098-7", - "creator": "Gal Ofir", - "pubDate": "2021-12-01", + "title": "Alaska Town Records 67 Degree Temperature, a December Record", + "description": "The reading from Kodiak Island on Sunday was not the only extreme weather in the state this month. Other places have seen record cold or precipitation.", + "content": "Near the Kenai Mountains in Alaska this year. Areas across the state have recorded unseasonably high temperatures this month.", + "category": "Heat and Heat Waves", + "link": "https://www.nytimes.com/2021/12/29/us/alaska-record-temperature.html", + "creator": "Mike Ives", + "pubDate": "Wed, 29 Dec 2021 10:25:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce11ba0ce9a4c1cd78523891cb86b9ad" + "hash": "c602253291110797382088338dda69d9", + "highlights": [] }, { - "title": "Antigen-presenting innate lymphoid cells orchestrate neuroinflammation", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04136-4", - "creator": "John B. Grigg", - "pubDate": "2021-12-01", + "title": "Keri Hulme, New Zealand’s First Booker Prize Winner, Dies at 74", + "description": "The power Ms. Hulme drew from her Maori heritage shone through in her work, especially in “The Bone People,” which won the literary prize in 1985.", + "content": "Keri Hulme’s debut novel, “The Bone People,” was inspired by a series of dreams, took 17 years to write and was rejected by multiple publishers. ", + "category": "Hulme, Keri", + "link": "https://www.nytimes.com/2021/12/28/books/keri-hulme-dead.html", + "creator": "Natasha Frost", + "pubDate": "Wed, 29 Dec 2021 04:47:34 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e405a21e4fba1937cc66d66cb3bf583" + "hash": "ccdec4a7a4d2b247ee411a3d15c43efc", + "highlights": [] }, { - "title": "Local circuit amplification of spatial selectivity in the hippocampus", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04169-9", - "creator": "Tristan Geiller", - "pubDate": "2021-12-01", + "title": "Israel's Avian Flu Outbreak Has Killed Thousands of Cranes", + "description": "Thousands of migratory cranes have died and more than half a million chickens have been culled as the country tries to contain a deadly bird virus.", + "content": "A dead crane, foreground, at the Hula Nature Reserve in northern Israel last week.", + "category": "Avian Influenza", + "link": "https://www.nytimes.com/2021/12/29/world/middleeast/israel-avian-flu.html", + "creator": "Isabel Kershner", + "pubDate": "Wed, 29 Dec 2021 17:20:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbdb2721f53b565085eabde36a43a713" + "hash": "ed3eb7365d91e5318d6be1518ffe0e41", + "highlights": [] }, { - "title": "Cyclic evolution of phytoplankton forced by changes in tropical seasonality", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04195-7", - "creator": "Luc Beaufort", - "pubDate": "2021-12-01", + "title": "World Junior Championship, a Showcase for Hockey’s Top Prospects, Is Canceled", + "description": "The cancellation was an ominous sign for sports leagues, including the N.H.L. and the N.B.A., which have been struggling to maintain schedules.", + "content": "Rogers Place arena in Edmonton, Alberta, sat empty after the remainder of the IIHF World Junior Hockey Championship was canceled on Wednesday because of the spread of the coronavirus among players. ", + "category": "Hockey, Ice", + "link": "https://www.nytimes.com/2021/12/29/world/world-junior-championship-canceled-canada.html", + "creator": "Michael Levenson", + "pubDate": "Thu, 30 Dec 2021 00:11:40 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0ce47787d67875b6b1006be284e4d4c" + "hash": "1814c47c626a408ae07e72ff002192c3", + "highlights": [] }, { - "title": "Accuracy mechanism of eukaryotic ribosome translocation", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04131-9", - "creator": "Muminjon Djumagulov", - "pubDate": "2021-12-01", + "title": "A Ghost Hotel Haunts the Spanish Coastline", + "description": "For almost two decades, the hulk of a never-finished hotel has marred an idyllic coastline in southern Spain. Its fate remains cloudy, but the lesson is clear: It’s easier to damage the environment than to fix it.", + "content": "Construction work was halted on the Algarrobico hotel in 2006, after activists sued, saying it should not have been built in a protected area. It has stood, decaying, ever since, as court battles have dragged on.", + "category": "Travel and Vacations", + "link": "https://www.nytimes.com/2021/12/29/travel/spain-abandoned-hotel.html", + "creator": "Raphael Minder", + "pubDate": "Wed, 29 Dec 2021 16:51:36 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5aef9e801605a5d11bf1385037cc164e" + "hash": "55d896ce592899784f869aebceca815c", + "highlights": [] }, { - "title": "Quantifying social organization and political polarization in online platforms", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04167-x", - "creator": "Isaac Waller", - "pubDate": "2021-12-01", + "title": "Jeanine Tesori’s Gift: Conjuring the Storytelling Potency of Music", + "description": "In shows like “Caroline, or Change” and “Kimberly Akimbo,” the composer excels at translating her astute insights about characters into music.", + "content": "Jeanine Tesori, in her office at City Center in Manhattan, has helped to expand the boundaries of the American musical. “I feel like I’m always chasing music; I think about it almost all the time,” she said.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/29/theater/jeanine-tesori-kimberly-akimbo-caroline-or-change.html", + "creator": "Rob Weinert-Kendt", + "pubDate": "Wed, 29 Dec 2021 15:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f034bef35fa95929bc21f9f73b871a88" + "hash": "5dd5635bc178fded0cc666df8b36b723", + "highlights": [] }, { - "title": "Sound emission and annihilations in a programmable quantum vortex collider", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04047-4", - "creator": "W. J. Kwon", - "pubDate": "2021-12-01", + "title": "'The Book of Boba Fett' Review: A 'Star Wars' Icon Gets His Own Chapter", + "description": "Disney+ follows “The Mandalorian” with a series about the fan-favorite bounty hunter Boba Fett, long believed to have died in the Sarlacc’s belly.", + "content": "Temuera Morrison in the title role in “The Book of Boba Fett,” which focuses on a minor but popular “Star Wars” character long believed to be dead.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/29/arts/television/book-of-boba-fett-review.html", + "creator": "Mike Hale", + "pubDate": "Thu, 30 Dec 2021 00:41:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a68ea0a2b3d48a6bd264150d89abfbce" + "hash": "2dc1c822a577316363de4110154948eb", + "highlights": [] }, { - "title": "Activation of homologous recombination in G1 preserves centromeric integrity", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04200-z", - "creator": "Duygu Yilmaz", - "pubDate": "2021-12-01", + "title": "How Play-Doh Helped Save Me From My Despair in Grad School", + "description": "On starting over and reshaping one’s path.", + "content": "On starting over and reshaping one’s path.", + "category": "Handicrafts", + "link": "https://www.nytimes.com/2021/12/28/magazine/play-doh.html", + "creator": "Jenny Qi", + "pubDate": "Thu, 30 Dec 2021 04:41:53 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8aca336ed1761bb2fc298fa4ea866db" + "hash": "43c0c0edd59a7b2d01c5b6d637881c44", + "highlights": [] }, { - "title": "De novo protein design by deep network hallucination", - "description": "", - "content": "\n ", + "title": "Case Records Across U.S. and Europe Are Broken as Omicron Wave Grows", + "description": "The Omicron variant is sweeping through the U.S. and many European countries with a swiftness outpacing anything witnessed over the past two years. U.S. daily cases topped 267,000, while Spain reported 100,000 infections. The variant appears milder, but its surge is sowing chaos. Here’s the latest.", + "content": "The Omicron variant is sweeping through the U.S. and many European countries with a swiftness outpacing anything witnessed over the past two years. U.S. daily cases topped 267,000, while Spain reported 100,000 infections. The variant appears milder, but its surge is sowing chaos. Here’s the latest.", "category": "", - "link": "https://www.nature.com/articles/s41586-021-04184-w", - "creator": "Ivan Anishchenko", - "pubDate": "2021-12-01", + "link": "https://www.nytimes.com/live/2021/12/29/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Wed, 29 Dec 2021 14:58:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3786897dfccba312041bd601922b88f" + "hash": "4f36aa9c1138561babeac5756edd95a0" }, { - "title": "Artificial intelligence aids intuition in mathematical discovery", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03512-4", - "creator": "Christian Stump", - "pubDate": "2021-12-01", + "title": "On Slaughterhouse Floor, Fear and Anger Remain", + "description": "Workers say factories are still glossing over virus safety, as the meatpackers that dominate beef production harvest record profits.", + "content": "A memorial across from the JBS plant in Greeley, Colo., includes a photo of Tin Aye, left, one of six employees who died in the pandemic.", + "category": "JBS SA", + "link": "https://www.nytimes.com/2021/12/29/business/meat-factories-covid.html", + "creator": "Peter S. Goodman and Erin Schaff", + "pubDate": "Wed, 29 Dec 2021 10:00:24 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73c80694b9513a78d86e2375532ad046" + "hash": "66175db99d80d9ee699b2cb49025b425" }, { - "title": "Industry scores higher than academia for job satisfaction", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03567-3", - "creator": "", - "pubDate": "2021-12-01", + "title": "John Madden Is Remembered as the ‘Soundtrack’ of the N.F.L.", + "description": "Football fans, broadcasters, video-game enthusiasts and others paid tribute to the legendary coach and football ambassador.", + "content": "Roger Goodell, N.F.L. commissioner,  left, and John Madden aboard the “Madden Cruiser” in 2010. “He WAS football,” Mr. Goodell said of Mr. Madden. ", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/28/sports/football/john-madden-nfl-death-reactions.html", + "creator": "Vimal Patel and Eduardo Medina", + "pubDate": "Wed, 29 Dec 2021 13:51:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86da21ba9ff25b25bbca522d93d86325" + "hash": "4d5c6d8803a0cf65e7f34bb2d3b8885e" }, { - "title": "DeepMind’s AI helps untangle the mathematics of knots", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03593-1", - "creator": "Davide Castelvecchi", - "pubDate": "2021-12-01", + "title": "5 Ways Young People Are Using Discord", + "description": "Discord users from 12 to 23 years old describe how they use the messaging site, which has boomed during the pandemic.", + "content": "Discord is especially popular among younger users.", + "category": "Social Media", + "link": "https://www.nytimes.com/2021/12/29/business/discord-users-gen-z.html", + "creator": "Kellen Browning", + "pubDate": "Wed, 29 Dec 2021 12:54:22 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "489277b745d4c2f2f970641523593420" + "hash": "80fde47094b226eb96874f6fdc35af09" }, { - "title": "Mnemovirus", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03577-1", - "creator": "Alexander B. Joy", - "pubDate": "2021-12-01", + "title": "How Your DNA Test Could Send a Relative to Jail", + "description": "Thanks to “genetic genealogy,” solving crimes with genomic databases is becoming mainstream — with some uncomfortable implications for the future of privacy.", + "content": "Thanks to “genetic genealogy,” solving crimes with genomic databases is becoming mainstream — with some uncomfortable implications for the future of privacy.", + "category": "Genetics and Heredity", + "link": "https://www.nytimes.com/2021/12/27/magazine/dna-test-crime-identification-genome.html", + "creator": "Rafil Kroll-Zaidi", + "pubDate": "Mon, 27 Dec 2021 19:04:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "557f51a7205e84f340a049e60ca2df3a" + "hash": "3012964133678ea8701ec3505cda016e" }, { - "title": "Africa: tackle HIV and COVID-19 together", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03546-8", - "creator": "Nokukhanya Msomi", - "pubDate": "2021-12-01", + "title": "This Website Ranks Youth Hockey Teams, Even for 9-Year-Olds", + "description": "MYHockey Rankings actually keeps track. Coaches say the website helps them find suitable opponents, but critics say it detracts from player development.", + "content": "Sidney Wassel of the Allegheny Badgers 10-and-under hockey team celebrated a goal against the Altoona Trackers on Sunday in Cranberry, Penn. The 498th-ranked Trackers defeated the 763rd-ranked Badgers.", + "category": "Coaches and Managers", + "link": "https://www.nytimes.com/2021/12/29/sports/hockey/myhockey-youth-rankings.html", + "creator": "David Andreatta", + "pubDate": "Wed, 29 Dec 2021 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c1eeb09c36d6b44592a99321b9744d4" + "hash": "9c654ae9971ed14d790acd533f58aa1f" }, { - "title": "What humanity should eat to stay healthy and save the planet", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03565-5", - "creator": "Gayathri Vaidyanathan", - "pubDate": "2021-12-01", + "title": "Champagnes and Sparkling Wines to Toast the New Year", + "description": "Nothing says “Happy New Year” quite like a bottle of bubbly. Here are six Champagnes and six sparkling wines to help you toast 2022.", + "content": "Nothing says “Happy New Year” quite like a bottle of bubbly. Here are six Champagnes and six sparkling wines to help you toast 2022.", + "category": "Champagne (Wine)", + "link": "https://www.nytimes.com/2021/12/16/dining/drinks/new-years-champagne-sparkling-wine.html", + "creator": "Eric Asimov", + "pubDate": "Thu, 16 Dec 2021 21:55:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7911ad67fbb1617d1a69e257c6f5abb7" + "hash": "a79ae50b850227b077e602bbcce8e72a" }, { - "title": "Armoured dinosaurs of the Southern Hemisphere", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03572-6", - "creator": "", - "pubDate": "2021-12-01", + "title": "What I’ve Learned as a Lawyer Representing Prisoners at Guantánamo", + "description": "I’m a lawyer representing prisoners at Guantánamo. Morality is a choice.", + "content": "I’m a lawyer representing prisoners at Guantánamo. Morality is a choice.", + "category": "Guantanamo Bay Naval Base (Cuba)", + "link": "https://www.nytimes.com/2021/12/29/opinion/guantanamo-lawyer.html", + "creator": "Aaron Shepard", + "pubDate": "Wed, 29 Dec 2021 10:57:35 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6233b23b64a17882d50b101554b55ec5" + "hash": "77c9e3b0147ccd947a4e15ec761d58f6" }, { - "title": "Earth’s eccentric orbit paced the evolution of marine phytoplankton", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03549-5", - "creator": "Rosalind E. M. Rickaby", - "pubDate": "2021-12-01", + "title": "Everyone’s Moving to Texas. Here’s Why.", + "description": "We studied 16,847 places to find out why Dallas is so popular.", + "content": "We studied 16,847 places to find out why Dallas is so popular.", + "category": "Wildfires", + "link": "https://www.nytimes.com/2021/11/23/opinion/move-to-texas.html", + "creator": "Farhad Manjoo, Gus Wezerek and Yaryna Serkez", + "pubDate": "Tue, 23 Nov 2021 11:13:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e976565e1fc17d07fbc610c4a9bd8d42" + "hash": "afd86dea2ef1ddaeb59ff0de08f88c76" }, { - "title": "‘BRICS’ nations are collaborating on science but need a bigger global platform", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03568-2", - "creator": "", - "pubDate": "2021-12-01", + "title": "The Best, Worst and Weirdest Political Stories of 2021", + "description": "The figures and stories that defined 12 very weird months.", + "content": "The figures and stories that defined 12 very weird months.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/28/opinion/2021-political-stories-politicians.html", + "creator": "Michelle Cottle", + "pubDate": "Tue, 28 Dec 2021 19:17:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "857614b74c577c0930ee4c24147bc8b8" + "hash": "ae36ec67f5090bd5bccb4978e96a8cc3" }, { - "title": "Hominin footprints at Laetoli reveal a walk on the wild side", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03469-4", - "creator": "Stephanie M. Melillo", - "pubDate": "2021-12-01", + "title": "Here's What the C.D.C. Got Wrong With Its New Covid-19 Guidelines", + "description": "The recommendations don’t sufficiently acknowledge the difference between the vaccinated and the unvaccinated.", + "content": "The recommendations don’t sufficiently acknowledge the difference between the vaccinated and the unvaccinated.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/28/opinion/covid-isolation-guidelines.html", + "creator": "Aaron E. Carroll", + "pubDate": "Wed, 29 Dec 2021 00:05:36 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6dbc9d350903ac43d51cd00bf5fb3278" + "hash": "e3072a82bb17481384fd3e8b4fcc832e" }, { - "title": "World commits to a pandemic-response pact: what’s next", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03596-y", - "creator": "Amy Maxmen", - "pubDate": "2021-12-01", + "title": "It’s Not Over for Joe Biden", + "description": "How Barack Obama resuscitated his health care act offers clues to reviving the Build Back Better Act and President Biden’s precarious standing.", + "content": "How Barack Obama resuscitated his health care act offers clues to reviving the Build Back Better Act and President Biden’s precarious standing.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/28/opinion/build-back-better-biden.html", + "creator": "David Axelrod", + "pubDate": "Tue, 28 Dec 2021 15:43:14 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89302122318ae18d673eaefa0356ba3b" + "hash": "cfdf0c018d554d7e872d7a735342c46c" }, { - "title": "How to tell a compelling story in scientific presentations", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03603-2", - "creator": "Bruce Kirchoff", - "pubDate": "2021-12-01", + "title": "The Pandemic Has Been Bad For Youth Mental Health. Omicron Scares Me.", + "description": "I was already worried about my patients. I fear Omicron will make everything even worse.", + "content": "I was already worried about my patients. I fear Omicron will make everything even worse.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/28/opinion/children-teenagers-omicron.html", + "creator": "Jonathan Slater", + "pubDate": "Tue, 28 Dec 2021 22:52:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30fd2668c2f4af909969239427e49d0d" + "hash": "a99b8d132b1ea87de86a2d74d413f87c" }, { - "title": "A visual guide to repairing the retina", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03575-3", - "creator": "Michael Eisenstein", - "pubDate": "2021-12-01", + "title": "How to Improve Nursing Home Care", + "description": "Readers discuss problems such as underpaid and overworked staff and suggest remedies. Also: Inspired by bell hooks; Trump in the shadows.", + "content": "Tammy Bowman and her husband. Ms. Bowman’s sister died in an Indiana nursing home that did not isolate residents suspected of having Covid-19.", + "category": "Nursing Homes", + "link": "https://www.nytimes.com/2021/12/28/opinion/letters/nursing-home-care.html", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 17:16:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "abf601907b3e2406ff5d37edf710b931" + "hash": "0c5237e69b9fe9dedc10a06e88949b8b" }, { - "title": "Daily briefing: Omicron was already spreading in Europe", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03610-3", - "creator": "Flora Graham", - "pubDate": "2021-12-01", + "title": "Amid Omicron There’s Still Hope, an I.C.U. Doctor Says", + "description": "We are not where we thought we might be a year ago, but there is still reason for hope.", + "content": "We are not where we thought we might be a year ago, but there is still reason for hope.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/27/opinion/omicron-hope.html", + "creator": "Daniela J. Lamas", + "pubDate": "Mon, 27 Dec 2021 10:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e5194201ea7a6157745666dbb56aa249" + "hash": "f3ef21a30520214cf912b7fe1c0752d7" }, { - "title": "Choreographing water molecules to speed up hydrogen production", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03511-5", - "creator": "Matthias M. Waegele", - "pubDate": "2021-12-01", + "title": "A Lavish Tax Dodge for the Ultrawealthy Is Easily Multiplied", + "description": "Once aimed at small businesses, a 1990s-era tax break has become a popular way for Silicon Valley founders and investors to avoid taxes on their investment profits.", + "content": "David Baszucki, the chief executive of Roblox.", + "category": "Tax Credits, Deductions and Exemptions", + "link": "https://www.nytimes.com/2021/12/28/business/tax-break-qualified-small-business-stock.html", + "creator": "Jesse Drucker and Maureen Farrell", + "pubDate": "Tue, 28 Dec 2021 23:03:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26da92b50a5b400fadcde1aa18bc3fcc" + "hash": "3a6e254019cc06d4acc4ba820273fad6" }, { - "title": "Robotic sample return reveals lunar secrets", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03547-7", - "creator": "Richard W. Carlson", - "pubDate": "2021-12-01", + "title": "Video Shows Chaos and Violence at Scene of 14-Year-Old Girl's Death", + "description": "Body camera and surveillance footage shows a man attacking holiday shoppers before police officers opened fire, killing him and a 14-year-old girl who was in a dressing room.", + "content": "A makeshift memorial for 14-year-old Valentina Orellana-Peralta, who was killed at a Burlington clothing store in North Hollywood on Thursday.", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2021/12/27/us/14-year-old-girl-shooting-los-angeles.html", + "creator": "Jill Cowan and Christine Chung", + "pubDate": "Tue, 28 Dec 2021 16:35:11 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd311fb546ac76166eeb6b94fcca1f75" + "hash": "372b979de3828b8aab05bad2cf72e8a0" }, { - "title": "An autoimmune stem-like CD8 T cell population drives type 1 diabetes", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04248-x", - "creator": "Sofia V. Gearty", - "pubDate": "2021-11-30", + "title": "I’m Invited to a Destination Wedding at a Plantation. What Do I Do?", + "description": "The magazine’s Ethicist columnist on how uncomfortable moments can’t be avoided if our country is going to get out from under four centuries of racism.", + "content": "The magazine’s Ethicist columnist on how uncomfortable moments can’t be avoided if our country is going to get out from under four centuries of racism.", + "category": "Ethics (Personal)", + "link": "https://www.nytimes.com/2021/12/28/magazine/plantation-wedding.html", + "creator": "Kwame Anthony Appiah", + "pubDate": "Tue, 28 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6d2c42da7d2b741c9d9108ced85e682" + "hash": "40f0bf690212b7e665d807742ce6016d" }, { - "title": "Author Correction: Targeting LIF-mediated paracrine interaction for pancreatic cancer therapy and monitoring", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04176-w", - "creator": "Yu Shi", - "pubDate": "2021-11-30", + "title": "NYC Traffic: How Neighborhoods Outside of Manhattan Are Feeling the Pain", + "description": "With transit use lagging and truck deliveries and car ownership rising, congestion across New York City is likely to be worse after the pandemic than it was before.", + "content": "Some of the worst traffic congestion in New York City during the pandemic has shifted to the boroughs outside Manhattan, including the Bronx.", + "category": "Roads and Traffic", + "link": "https://www.nytimes.com/2021/12/28/nyregion/nyc-traffic-today.html", + "creator": "Winnie Hu, Patrick McGeehan and Nate Schweber", + "pubDate": "Tue, 28 Dec 2021 08:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c76d524fc7e9413e92916c7caa477c3" + "hash": "8a7f18f4e3bf3ec928b4ba32d41f6476" }, { - "title": "Time-Crystalline Eigenstate Order on a Quantum Processor", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04257-w", - "creator": "Xiao Mi", - "pubDate": "2021-11-30", + "title": "The Year’s Most Read", + "description": "The stories you read, clicked and spent the most time with.", + "content": "The stories you read, clicked and spent the most time with.", + "category": "Two Thousand Twenty One", + "link": "https://www.nytimes.com/2021/12/29/briefing/most-read-stories-times-2021.html", + "creator": "the staff of The Morning", + "pubDate": "Wed, 29 Dec 2021 11:38:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38bb26f060dbb80c503f163f9ef082e0" + "hash": "dce23674f647c83a511382b7797d83c0" }, { - "title": "Climate researchers: consider standing for office — I did", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03540-0", - "creator": "John Dearing", - "pubDate": "2021-11-30", + "title": "A Conversation With a Dogecoin Millionaire: An Update", + "description": "It was once a parody — then he turned the cryptocurrency into profit.", + "content": "Glauber Contessoto believes deeply in Dogecoin, betting his life savings on the cryptocurrency’s performance.", + "category": "Virtual Currency", + "link": "https://www.nytimes.com/2021/12/29/podcasts/the-daily/dogecoin-cryptocurrency.html", + "creator": "Michael Barbaro, Rachelle Bonja, Luke Vander Ploeg, Diana Nguyen, Lisa Chow, Anita Badejo, Marc Georges, Dan Powell, Chris Wood and Corey Schreppel", + "pubDate": "Wed, 29 Dec 2021 11:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "24abe63dd0f96545eba88e246dd60a27" + "hash": "31a88113a49a2b3bd293e32cf0163ab3" }, { - "title": "Animal experiments: EU is pushing to find substitutes fast", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03539-7", - "creator": "Stefan Hippenstiel", - "pubDate": "2021-11-30", + "title": "New York City Looks to Test More and Keep Classrooms Open", + "description": "The city said it would allow students who were exposed to Covid to remain in school if they test negative for the coronavirus and have no symptoms.", + "content": "The city said it would allow students who were exposed to Covid to remain in school if they test negative for the coronavirus and have no symptoms.", + "category": "New York City", + "link": "https://www.nytimes.com/2021/12/29/nyregion/nyc-schools-testing.html", + "creator": "Mihir Zaveri", + "pubDate": "Wed, 29 Dec 2021 09:08:43 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18b9cbc8a6561982178f68c5f30b0464" + "hash": "fd351bd6a90e19c99cae513b945b0d90" }, { - "title": "From the archive", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03513-3", - "creator": "", - "pubDate": "2021-11-30", + "title": "For U.K. Companies Brexit Meant Higher Costs and Endless Forms", + "description": "While the worst of the Brexit trade disruptions are over, British exports to the European Union are down and companies are frustrated.", + "content": "Netherton Foundry, which makes traditionally handcrafted black iron pans and cookware in Shropshire, has seen its sales to the European Union plunge this year.", + "category": "Great Britain Withdrawal from EU (Brexit)", + "link": "https://www.nytimes.com/2021/12/29/business/uk-companies-brexit-trade.html", + "creator": "Eshe Nelson", + "pubDate": "Wed, 29 Dec 2021 08:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e300f90863bd72481321dc690b410a36" + "hash": "751b97471cf727bd46f49c266d60a167" }, { - "title": "Collaborate equitably in ancient DNA research and beyond", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03541-z", - "creator": "Mehmet Somel", - "pubDate": "2021-11-30", + "title": "Greene and Clyde Rack Up Fines for Defying House’s Mask Mandate", + "description": "Representatives Marjorie Taylor Greene and Andrew Clyde have incurred more than $100,000 combined in penalties for dozens of violations.", + "content": "Representative Andrew Clyde called the fines “deeply troubling,” and Representative Marjorie Taylor Greene said the mandate was “tyrannical.”", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/29/us/mask-mandate-fines-greene-clyde.html", + "creator": "Luke Broadwater", + "pubDate": "Wed, 29 Dec 2021 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcafe1b654f01127537f0dddf1642991" + "hash": "90fcee1da734da8d6a49c3ad89063977" }, { - "title": "Across the Sahara in a day: swifts zip across the desert at amazing rates", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03582-4", - "creator": "", - "pubDate": "2021-11-30", + "title": "Hong Kong Police Raid Stand News and Arrest Staff", + "description": "Those arrested, including current and former senior staff members of Stand News, were accused of conspiring to publish seditious material. The news site announced it would shut down immediately.", + "content": "Those arrested, including current and former senior staff members of Stand News, were accused of conspiring to publish seditious material. The news site announced it would shut down immediately.", + "category": "Hong Kong", + "link": "https://www.nytimes.com/2021/12/29/world/asia/hong-kong-stand-news-arrest.html", + "creator": "Vivian Wang", + "pubDate": "Wed, 29 Dec 2021 14:51:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1e14bdeda807796d202035badde680e" + "hash": "4188fe00f80bedfb2e92d60b64577c6e" }, { - "title": "Ancient-DNA researchers write their own rules", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03542-y", - "creator": "Krystal S. Tsosie", - "pubDate": "2021-11-30", + "title": "Russian Court Orders 2nd Ban of a Major Human Rights Group in 2 Days", + "description": "Critics of the government said the rulings capped a year of erosion of civil rights and media freedoms in the country.", + "content": "Police officers outside the Moscow City Court, where a hearing over the closure of Memorial’s Human Rights Center took place on Wednesday.", + "category": "Human Rights and Human Rights Violations", + "link": "https://www.nytimes.com/2021/12/29/world/europe/russia-memorial-human-rights-center.html", + "creator": "Valerie Hopkins and Ivan Nechepurenko", + "pubDate": "Wed, 29 Dec 2021 15:06:44 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1b76b30ba166180d2fec3db2d13bcbb" + "hash": "75cf668f15cfeffdb060956166dde1c5" }, { - "title": "China’s Mars rover has amassed reams of novel geological data", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03554-8", - "creator": "Smriti Mallapaty", - "pubDate": "2021-11-30", + "title": "What to Know Ahead of Day 6 of Elizabeth Holmes Trial Deliberations", + "description": "Ms. Holmes, the founder of the blood testing start-up Theranos, is accused of deceiving investors, patients and advertisers.", + "content": "Jurors are set to begin a sixth day of deliberations on Wednesday in the trial of Theranos founder Elizabeth Holmes, center.", + "category": "Holmes, Elizabeth (1984- )", + "link": "https://www.nytimes.com/2021/12/29/business/elizabeth-holmes-trial-theranos-jury.html", + "creator": "Erin Woo", + "pubDate": "Wed, 29 Dec 2021 15:12:53 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0258a527eed3736f3d1af5863fd8233" + "hash": "50ef48264886f04947091763f8540ceb" }, { - "title": "The United States needs a department of technology and science policy", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03543-x", - "creator": "Harold Varmus", - "pubDate": "2021-11-30", + "title": "Judge Says New York Times Can Retain Project Veritas Memos, for Now", + "description": "A New York appeals court said the paper did not need to immediately give up or destroy documents related to the conservative group. The paper is still prevented from publishing certain documents.", + "content": "A New York appeals court said the paper did not need to immediately give up or destroy documents related to the conservative group. The paper is still prevented from publishing certain documents.", + "category": "Freedom of the Press", + "link": "https://www.nytimes.com/2021/12/28/business/media/nyt-project-veritas.html", + "creator": "Michael M. Grynbaum", + "pubDate": "Tue, 28 Dec 2021 23:37:14 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e3f62b2606892f72f7a334c0ea979f1" + "hash": "5bd9f97d5662ff7c2e4c1b2b083b7a00" }, { - "title": "Daily briefing: Multicellular living robots build their own offspring", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03595-z", - "creator": "Flora Graham", - "pubDate": "2021-11-30", + "title": "Time Capsule in Virginia Yields a Trove of Memorabilia, but No Prized Picture", + "description": "Historians had hoped to find a rare, century-old photo of Abraham Lincoln in a box discovered beneath a pedestal of a statue of Robert E. Lee. It was not to be.", + "content": "Virginia state conservators open the century-old copper time capsule.", + "category": "Monuments and Memorials (Structures)", + "link": "https://www.nytimes.com/2021/12/28/us/robert-e-lee-statue-capsule-confederate.html", + "creator": "Christine Chung", + "pubDate": "Wed, 29 Dec 2021 01:45:37 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30e03c93207ca290b806ca4e740db730" + "hash": "77d672daf724bfc9132b35a4d24239b7" }, { - "title": "What the Moderna–NIH COVID vaccine patent fight means for research", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03535-x", - "creator": "Heidi Ledford", - "pubDate": "2021-11-30", + "title": "Brazil Flooding Kills at Least 20 and Displaces Thousands", + "description": "In northeast Brazil, local officials say they have never before seen flooding on this scale. Tens of thousands were forced to flee their homes.", + "content": "Vitoria Rocha, 81, by the remains of her home in Itambé, in Bahia State, on Tuesday.", + "category": "Bahia (Brazil)", + "link": "https://www.nytimes.com/2021/12/28/world/americas/brazil-floods-climate-change.html", + "creator": "Flávia Milhorance", + "pubDate": "Tue, 28 Dec 2021 21:42:42 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bc46f0042655a770564e76bce094f52" + "hash": "81d482871c1dfc7d1a420a255475a788" }, { - "title": "Author Correction: Estimating a social cost of carbon for global energy consumption", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04185-9", - "creator": "Ashwin Rode", - "pubDate": "2021-11-29", + "title": "Jan. 6 Committee Shelves Requests for Hundreds of Trump Records", + "description": "The Biden administration asked to shield some sensitive documents but continued to reject Trump’s blanket claim of executive privilege.", + "content": "The Biden administration remains opposed to former President Donald J. Trump’s blanket demand that all documents pertaining to the Jan. 6 riot be withheld from the investigating House committee.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/28/us/politics/trump-jan-6.html", + "creator": "Glenn Thrush", + "pubDate": "Tue, 28 Dec 2021 23:05:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbe0bd212a4e28c188986b73ddb29a3d" + "hash": "6158b1effa892e94d8670af0e8257cb2" }, { - "title": "‘For a brown invertebrate’: rescuing native UK oysters", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03573-5", - "creator": "Virginia Gewin", - "pubDate": "2021-11-29", + "title": "Ghislaine Maxwell Jury’s Hours Extended Over Risks of Virus and Mistrial", + "description": "Judge Alison Nathan said she was worried that the pandemic could cause a mistrial in the Ghislaine Maxwell case if jurors or participants had to quarantine.", + "content": "Jurors in Ghislaine Maxwell’s sex-trafficking trial ended their fourth full day of deliberations at Thurgood Marshall federal courthouse in Manhattan without reaching a verdict. ", + "category": "Jury System", + "link": "https://www.nytimes.com/2021/12/28/nyregion/ghislaine-maxwell-trial.html", + "creator": "Benjamin Weiser and Rebecca Davis O’Brien", + "pubDate": "Wed, 29 Dec 2021 00:05:49 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "edef24ba21555c544ee78236baae8d4b" + "hash": "fb4f4cd77c66a5118b7428101055170d" }, { - "title": "Is this mammoth-ivory pendant Eurasia’s oldest surviving jewellery?", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03534-y", - "creator": "Tosin Thompson", - "pubDate": "2021-11-29", + "title": "Michelle Lodzinski's Murder Conviction Dismissed in ’91 Death of Son", + "description": "Evidence didn’t support Michelle Lodzinski’s 2016 conviction for killing Timothy Wiltsey, who vanished in 1991, New Jersey’s highest court ruled.", + "content": "Michelle Lodzinski at her 2014 arraignment on charges of murdering her son Timothy. ", + "category": "Decisions and Verdicts", + "link": "https://www.nytimes.com/2021/12/28/nyregion/murder-mother-son-conviction.html", + "creator": "Ed Shanahan", + "pubDate": "Wed, 29 Dec 2021 01:13:35 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b2226e40f03a13ca0c0483cf894bb4d" + "hash": "999f5b16d43648e86ba27a2d46584d8b" }, { - "title": "Audio long-read: The chase for fusion energy", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03501-7", - "creator": "Philip Ball", - "pubDate": "2021-11-29", + "title": "New Yorkers and the Sacred Spaces in Their Homes", + "description": "Hundreds of thousands of people in the city have set aside a part of their homes to pray, meditate or give thanks for another day.", + "content": "Hundreds of thousands of people in the city have set aside a part of their homes to pray, meditate or give thanks for another day.", + "category": "New York City", + "link": "https://www.nytimes.com/2021/12/29/nyregion/sacred-spaces-home-nyc.html", + "creator": "James Estrin", + "pubDate": "Wed, 29 Dec 2021 15:36:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "98af222f8099064b64f765f848cb3676" + "hash": "4e1592f5d885031fd96c86e3c5855805" }, { - "title": "Victories against AIDS have lessons for COVID-19", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03569-1", - "creator": "Anthony Fauci", - "pubDate": "2021-11-29", + "title": "A Story of Love and Obsession", + "description": "At home with James Fenton, the English poet, journalist and critic, and Darryl Pinckney, the African American novelist and playwright, in their obsessively, deliriously embellished house in Harlem.", + "content": "At home with James Fenton, the English poet, journalist and critic, and Darryl Pinckney, the African American novelist and playwright, in their obsessively, deliriously embellished house in Harlem.", + "category": "Poetry and Poets", + "link": "https://www.nytimes.com/2021/12/29/style/a-story-of-love-and-obsession.html", + "creator": "Penelope Green", + "pubDate": "Wed, 29 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e54386fffee4976207c2c1c0f413fd63" + "hash": "f69469956a9aba5d07ea66fc3012d5e9" }, { - "title": "Discrimination still plagues science", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03043-y", - "creator": "Chris Woolston", - "pubDate": "2021-11-29", + "title": "Where to Find Italian Beef Outside Chicago", + "description": "Its hometown fans may disapprove, but the city’s proprietary sandwich is now being served in all sorts of places.", + "content": "The Italian beef sandwich at Dog Day Afternoon, which opened in August in Windsor Terrace, Brooklyn.", + "category": "Beef", + "link": "https://www.nytimes.com/2021/12/27/dining/italian-beef-restaurants.html", + "creator": "Robert Simonson", + "pubDate": "Mon, 27 Dec 2021 15:49:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2f82e8fe4b93dfaedb9d7b6a23263e4" + "hash": "389fc6eb1ea4e2e6fdcf0c1eb3340ec1" }, { - "title": "When scientists gave 1,000 vulnerable people hepatitis over 30 years", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03571-7", - "creator": "Heidi Ledford", - "pubDate": "2021-11-29", + "title": "At New Year’s in Vienna, Everything Old Is New Again", + "description": "The Vienna Philharmonic’s annual performance brings to light memories and traditions, both bright and dark.", + "content": "The opening waltz at the Vienna Philharmonic Ball in 1959.", + "category": "Classical Music", + "link": "https://www.nytimes.com/2021/12/24/arts/music/vienna-philharmonic-new-years-concert.html", + "creator": "Rebecca Schmid", + "pubDate": "Tue, 28 Dec 2021 18:38:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "652b01fc801606bd100519fd7555bc0f" + "hash": "53d2aac0db9f1bbd3866620f5d0ef1e5" }, { - "title": "Daily briefing: What happened to the ‘CRISPR babies’?", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03590-4", - "creator": "Flora Graham", - "pubDate": "2021-11-29", + "title": "5 Signs of 'Worry Burnout'", + "description": "Even in a pandemic, our capacity for catastrophe has a limit. Here’s how to spot the signs", + "content": "Even in a pandemic, our capacity for catastrophe has a limit. Here’s how to spot the signs", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/16/well/worry-burnout-covid.html", + "creator": "Dani Blum", + "pubDate": "Thu, 16 Dec 2021 15:49:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8cb27e91a5b735d94edfd4501500fca4" + "hash": "d28796653a95fd2f813daab892467abd" }, { - "title": "Coronapod: everything we know about the new COVID variant", - "description": "", - "content": "\n ", + "title": "Cases in Some Parts of the U.S. Reach Record Pandemic Highs", + "description": "The highly transmissible Omicron variant is sending daily caseloads in parts of the country soaring, with a 65 percent jump in the national average. The data points to the ease with which Omicron is spreading, even as some studies suggest that it might cause less severe illness. Here’s the latest.", + "content": "The highly transmissible Omicron variant is sending daily caseloads in parts of the country soaring, with a 65 percent jump in the national average. The data points to the ease with which Omicron is spreading, even as some studies suggest that it might cause less severe illness. Here’s the latest.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03562-8", - "creator": "Noah Baker", - "pubDate": "2021-11-26", + "link": "https://www.nytimes.com/live/2021/12/27/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Mon, 27 Dec 2021 11:23:43 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "44a0dc3f6110fbc922b2d17f9bb9ff97" + "hash": "eabcebed669890b3554031be29b49558" }, { - "title": "The Importance of Spotting Cancer’s Warning Signs", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03402-9", - "creator": "Lauren Gravitz", - "pubDate": "2021-11-26", + "title": "Thousands of flights are canceled as Omicron thins crews.", + "description": "On Sunday alone, about 1,300 U.S. flights and some 3,000 international ones were dropped.", + "content": "A security checkpoint at Denver International Airport on Sunday. While the coronavirus was a major factor in the groundings, bad weather and maintenance issues also caused problems.", + "category": "Airlines and Airplanes", + "link": "https://www.nytimes.com/2021/12/26/business/weekend-flights-canceled-omicron.html", + "creator": "Marc Tracy and Daniel Victor", + "pubDate": "Mon, 27 Dec 2021 11:57:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5a83d28913141604bb490a782fb81e6" + "hash": "4c28efd146da29e433db9d960463ae90" }, { - "title": "Asteroid deflection and disordered diamonds — the week in infographics", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03553-9", - "creator": "", - "pubDate": "2021-11-26", + "title": "As Omicron Spreads, Some Nursing Homes Struggle to Boost Residents", + "description": "Medical experts say the government should do more to get booster shots into long-term care residents in New York.", + "content": "The Crown Heights Center for Nursing and Rehabilitation in Brooklyn had about two dozen residents get boosted at a vaccine clinic on Wednesday. New York, like much of the country, was slow to push boosters before the new variant arrived.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/26/nyregion/omicron-nursing-homes-new-york.html", + "creator": "Sharon Otterman and Joseph Goldstein", + "pubDate": "Mon, 27 Dec 2021 01:56:49 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5fc2d47aba5e51855c07131942fa0d55" + "hash": "ffd63b01b61607f81f2bfc299b3ded64" }, { - "title": "Multiview confocal super-resolution microscopy", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04110-0", - "creator": "Yicong Wu", - "pubDate": "2021-11-26", + "title": "How Accurate Are At-Home Covid Tests? Here’s a Quick Guide", + "description": "When used correctly, many rapid antigen tests are good at detecting people carrying high levels of the virus.", + "content": "Rapid at-home Covid test kits being handed out in Chelsea, Mass., on Dec. 17.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/article/at-home-covid-tests-accuracy.html", + "creator": "Emily Anthes", + "pubDate": "Fri, 17 Dec 2021 22:08:23 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c05c45a99805a890d1240069ca6388c7" + "hash": "646d561081cffe0da1331d28032a5115" }, { - "title": "Daily briefing: Omicron coronavirus variant puts scientists on alert", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03564-6", - "creator": "Flora Graham", - "pubDate": "2021-11-26", + "title": "How Paid Experts Help Exonerate Police After Deaths in Custody", + "description": "Inside the self-reinforcing ecosystem of people who advise, train and defend officers. Many accuse them of slanting science and perpetuating aggressive tactics.", + "content": "Inside the self-reinforcing ecosystem of people who advise, train and defend officers. Many accuse them of slanting science and perpetuating aggressive tactics.", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2021/12/26/us/police-deaths-in-custody-blame.html", + "creator": "Jennifer Valentino-DeVries, Mike McIntire, Rebecca R. Ruiz, Julie Tate and Michael H. Keller", + "pubDate": "Mon, 27 Dec 2021 00:36:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f9ae23927cc6f3ee606f9ae7f640d945" + "hash": "7a0fc71ea8547059cdfb25e10294ff71" }, { - "title": "World commits to a pandemic response pact: what's next", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03596-y", - "creator": "Amy Maxmen", - "pubDate": "2021-12-01", + "title": "Record Beef Prices, but Ranchers Aren’t Cashing In", + "description": "“You’re feeding America and going broke doing it”: After years of consolidation, four companies dominate the meatpacking industry, while many ranchers are barely hanging on.", + "content": "Steve Charter on his 8,000-acre ranch on the high plains of Montana.", + "category": "Meatpacking Plants and Slaughterhouses", + "link": "https://www.nytimes.com/2021/12/27/business/beef-prices-cattle-ranchers.html", + "creator": "Peter S. Goodman and Erin Schaff", + "pubDate": "Mon, 27 Dec 2021 08:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e46802d04855f14d8ac18a4f81eecce" + "hash": "126400b442ce2a9abab0571919f33831" }, { - "title": "Outcry as men win outsize share of Australian medical-research funding", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03536-w", - "creator": "Holly Else", - "pubDate": "2021-11-26", + "title": "As Other Arab States Falter, Saudi Arabia Seeks to Become a Cultural Hub", + "description": "While conflicts and crises have battered Arab cultural capitals, Saudi Arabia is hosting film festivals and bankrolling new movies.", + "content": "The Red Sea International Film Festival, held this month in Jeddah, was a place to see and be seen.", + "category": "Economic Conditions and Trends", + "link": "https://www.nytimes.com/2021/12/27/world/middleeast/saudi-arabia-films-movies.html", + "creator": "Vivian Yee and Ben Hubbard", + "pubDate": "Mon, 27 Dec 2021 10:00:23 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "707759625d422f75eb2bb11de2536b0b" + "hash": "7bf26785ccb7e1b0dd4ae223aa95c79d" }, { - "title": "The COVID Cancer Effect", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03404-7", - "creator": "Usha Lee McFarling", - "pubDate": "2021-11-26", + "title": "Winsome Sears Wants Black Voters to Rethink the G.O.P.", + "description": "The incoming lieutenant governor of Virginia was an unlikely candidate: a deeply conservative Black woman, and an immigrant, who supports Donald Trump.", + "content": "Winsome Sears, Virginia’s lieutenant governor-elect, preparing to preside over a session of the Virginia State Senate at the capitol in Richmond.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/12/27/us/winsome-sears-black-voters-republican.html", + "creator": "Campbell Robertson", + "pubDate": "Mon, 27 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "80d34c13b1b7e2b5ed0a5b2742fe85d6" + "hash": "4fdf6d1faf686577474c7d11e6f16736" }, { - "title": "The Colon Cancer Conundrum", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03405-6", - "creator": "Cassandra Willyard", - "pubDate": "2021-11-26", + "title": "OneTrust Grows While the Internet Breaks Apart", + "description": "Companies have sprouted up to help others navigate the varied laws around the world governing websites.", + "content": "Kabir Barday, chief executive of OneTrust, which helps companies comply with online regulations. “Capitalism and commercial interest is not at odds with doing good for the world,” he said.", + "category": "Privacy", + "link": "https://www.nytimes.com/2021/12/27/technology/gdpr-internet-privacy-onetrust.html", + "creator": "David McCabe", + "pubDate": "Mon, 27 Dec 2021 08:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c823a05d724b6a2a398dc7845078341" + "hash": "1ff38595dc2f629bbe4c9ae7f56f5677" }, { - "title": "EverLife", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03556-6", - "creator": "Michael García Juelle", - "pubDate": "2021-11-26", + "title": "Desmond Tutu, Whose Voice Helped Slay Apartheid, Dies at 90", + "description": "The archbishop, a powerful force for nonviolence in South Africa’s anti-apartheid movement, was awarded the Nobel Peace Prize in 1984.", + "content": "Desmond M. Tutu at Washington National Cathedral in 1984. The archbishop was a spellbinding preacher, assuring his parishioners of God’s love while exhorting them to follow the path of nonviolence in their struggle.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/26/world/africa/desmond-tutu-dead.html", + "creator": "Marilyn Berger", + "pubDate": "Sun, 26 Dec 2021 14:03:59 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e576404cf238c2e041ed2f41d129323" + "hash": "fa2f866535ab8c99d762b66f76968b32" }, { - "title": "Trapped in a hotel room: my scientific life in the pandemic", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03566-4", - "creator": "Jen Lewendon", - "pubDate": "2021-11-26", + "title": "The Time Archbishop Tutu Was Searched at the Airport", + "description": "A former South Africa bureau chief for The Times recalls telling moments with the anti-apartheid religious leader.", + "content": "A former South Africa bureau chief for The Times recalls telling moments with the anti-apartheid religious leader.", + "category": "Tutu, Desmond M", + "link": "https://www.nytimes.com/2021/12/26/world/middleeast/archbishop-tutu-cowell-recollection.html", + "creator": "Alan Cowell", + "pubDate": "Sun, 26 Dec 2021 21:07:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6bb46e20510adffa3193e6a0769b55c4" + "hash": "f3869d773393f5f8c08700bb9e1590c1" }, { - "title": "We Must Improve Equity in Cancer Screening", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03403-8", - "creator": "Melba Newsome", - "pubDate": "2021-11-26", + "title": "Super Typhoon Rai Leaves Miles of Wreckage in Philippines", + "description": "Philippine officials warned that residents were going hungry. Many were still in evacuation centers. On a highway, survivors scrawled an appeal for aid.", + "content": "Vehicles overturned by severe flooding brought about by Typhoon Rai in Loboc, Bohol province, Philippines, on Wednesday.", + "category": "Philippines", + "link": "https://www.nytimes.com/2021/12/27/world/asia/philippines-super-typhoon-rai.html", + "creator": "Jason Gutierrez and Ezra Acayan", + "pubDate": "Mon, 27 Dec 2021 12:08:27 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "171c3de1e5af02682003d4615aeed40c" + "hash": "0afac722a5e9f9188e39ed79150986a2" }, { - "title": "Enhanced fusogenicity and pathogenicity of SARS-CoV-2 Delta P681R mutation", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04266-9", - "creator": "Akatsuki Saito", - "pubDate": "2021-11-25", + "title": "Hollywood Turns Up Star Power in Search of Audiences", + "description": "Boldface names have always mattered at the movies, but a number of recent casts have been full of them. That hasn’t always helped at the box office.", + "content": "Marketing for “Don’t Look Up” has emphasized its star-studded cast, including Leonardo DiCaprio and Jennifer Lawrence.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/26/business/movies-stars-hollywood.html", + "creator": "Brooks Barnes", + "pubDate": "Sun, 26 Dec 2021 19:43:48 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03a565bdca7e5ae3d19e1e903aa84738" + "hash": "f5bc0c033a5a2838b81bd7d9ce5d7fa0" }, { - "title": "Heavily mutated Omicron variant puts scientists on alert", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03552-w", - "creator": "Ewen Callaway", - "pubDate": "2021-11-25", + "title": "What We Learned From Week 16 in the N.F.L.", + "description": "The Bills’ offense and defense worked in tandem to take first place in the A.F.C. East from the Patriots, and an ailing Baltimore team saw its playoff chances dwindle.", + "content": "The Bengals’ Tee Higgins caught a pass against safety Ar’Darius Washington for a touchdown in the second half.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/26/sports/football/nfl-week-16-scores.html", + "creator": "Emmanuel Morgan", + "pubDate": "Mon, 27 Dec 2021 01:53:35 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f0afb1a66a0590a43ec2d2d2a279ffc" + "hash": "0ef87acf666dad965fb19b65dbe2a43b" }, { - "title": "Record number of first-time observers get Hubble telescope time", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03538-8", - "creator": "Dalmeet Singh Chawla", - "pubDate": "2021-11-25", + "title": "The Best Metropolitan Diary Item of 2021: The Readers Speak", + "description": "A tale of two hot dog vendors claims the top spot in this year’s voting, outpolling four other favorites. All five are presented here.", + "content": "A tale of two hot dog vendors claims the top spot in this year’s voting, outpolling four other favorites. All five are presented here.", + "category": "New York City", + "link": "https://www.nytimes.com/2021/12/26/nyregion/metropolitan-diary.html", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 08:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ee12a6535503bc657cdc441afafb491b" + "hash": "552981581e6279089185e0eb13de1c26" }, { - "title": "Our lockdown mentoring plan was a lifeline, and it’s still going", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03551-x", - "creator": "Alexa Ruel", - "pubDate": "2021-11-25", + "title": "Chuck Close: The Conversation I Never Had With Him", + "description": "The artist’s image has been reduced to the sexual harassment accusations against him, but I knew him to be more than that.", + "content": "The artist’s image has been reduced to the sexual harassment accusations against him, but I knew him to be more than that.", + "category": "Close, Chuck", + "link": "https://www.nytimes.com/2021/12/27/opinion/chuck-close-artist.html", + "creator": "Ali Silverstein", + "pubDate": "Mon, 27 Dec 2021 10:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7c88d04abc702bc006c65e3e981b044" + "hash": "1f49d5ca7fb05e150c104e73b0192a67" }, { - "title": "Daily briefing: US braces for ‘fifth wave’ of COVID", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03559-3", - "creator": "Flora Graham", - "pubDate": "2021-11-25", + "title": "Didion’s Prophetic Eye on America", + "description": "Didion always knew something was out of sync in this country.", + "content": "Didion always knew something was out of sync in this country.", + "category": "Didion, Joan", + "link": "https://www.nytimes.com/2021/12/24/opinion/joan-didion-books.html", + "creator": "Michiko Kakutani", + "pubDate": "Fri, 24 Dec 2021 19:50:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9aae656bdaf06ba0a3a4c11cb8e4d46" + "hash": "af07c3956bf1f6984872363c377e8fa7" }, { - "title": "The N501Y spike substitution enhances SARS-CoV-2 infection and transmission", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04245-0", - "creator": "Yang Liu", - "pubDate": "2021-11-24", + "title": "We’re in Omicron Lockdown in the Netherlands. It Shouldn’t Have Happened.", + "description": "The failure to vaccinate more people, start a booster campaign earlier and spin up free testing capacity quickly have created a crisis.", + "content": "The failure to vaccinate more people, start a booster campaign earlier and spin up free testing capacity quickly have created a crisis.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/24/opinion/omicron-lockdown.html", + "creator": "Senay Boztas", + "pubDate": "Fri, 24 Dec 2021 20:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e329b9705192aa67feccf6c52979de9" + "hash": "d7c5d7fc7ee86611ad7ddd7eb3459eb5" }, { - "title": "Reply to: Spatial scale and the synchrony of ecological disruption", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03760-4", - "creator": "Christopher H. Trisos", - "pubDate": "2021-11-24", + "title": "A Dangerous Ruling About The Times, Project Veritas and Press Freedom", + "description": "A troubling ruling that raises First Amendment concerns.", + "content": "A troubling ruling that raises First Amendment concerns.", + "category": "Freedom of the Press", + "link": "https://www.nytimes.com/2021/12/24/opinion/project-veritas-new-york-times.html", + "creator": "The Editorial Board", + "pubDate": "Fri, 24 Dec 2021 22:24:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72f59ff9f6dffced4febf9160f9e00b0" + "hash": "ef268f927d1e57b8812e8869de7cc1ea" }, { - "title": "Spatial scale and the synchrony of ecological disruption", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03759-x", - "creator": "Robert K. Colwell", - "pubDate": "2021-11-24", + "title": "I Took Ketamine for My Depression. Things Got Pretty Weird.", + "description": "I became an elephant, an octopus, a balloon. I grew giant hands. But I couldn’t shake my sadness.", + "content": "I became an elephant, an octopus, a balloon. I grew giant hands. But I couldn’t shake my sadness.", + "category": "Ketamine (Drug)", + "link": "https://www.nytimes.com/2021/12/26/opinion/depression-ketamine.html", + "creator": "Vanessa Barbara", + "pubDate": "Sun, 26 Dec 2021 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0f4b24fa74eec75164875073b60f9d6" + "hash": "624aaec756d8e5add3b67fbe6a2d120e" }, { - "title": "Neutron beam sheds light on medieval faith and superstition", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03505-3", - "creator": "", - "pubDate": "2021-11-24", + "title": "How to Fix Colombia’s Peace", + "description": "Key promises to address the conflict’s root causes have gone unmet.", + "content": "Key promises to address the conflict’s root causes have gone unmet.", + "category": "Colombia", + "link": "https://www.nytimes.com/2021/12/27/opinion/colombia-peace-agreement.html", + "creator": "Carolina Jiménez Sandoval", + "pubDate": "Mon, 27 Dec 2021 10:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88c8287a9e78a8af4a06388db910f3ee" + "hash": "c4833cd54ac52a2fbb67ddd2044e7100" }, { - "title": "The surgical solution to congenital heart defects", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03517-z", - "creator": "Benjamin Plackett", - "pubDate": "2021-11-24", + "title": "It Was bell hooks Who Taught Me How to ‘Talk Back’", + "description": "Ms. hooks understood that voice and language are how marginalized people humanize themselves to themselves.", + "content": "Ms. hooks understood that voice and language are how marginalized people humanize themselves to themselves.", + "category": "Hooks, Bell", + "link": "https://www.nytimes.com/2021/12/26/opinion/bell-hooks-death-black.html", + "creator": "Kovie Biakolo", + "pubDate": "Sun, 26 Dec 2021 16:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c23495be56e73c657630865a4c36ae41" + "hash": "05f7b8d30fca295ddb39fd158833e947" }, { - "title": "Tidings from an exploding star make astronomers happy", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03508-0", - "creator": "", - "pubDate": "2021-11-24", + "title": "From the ‘Silent Majority’ to the Unvaxxed Minority", + "description": "What Covid has done to Europe’s far right.", + "content": "Two women registering to recieve their Covid 19 vaccines at the Johanniter Unfall Hilfe in Munich, Germany.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/24/opinion/vaccination-europe-covid-far-right.html", + "creator": "Ivan Krastev", + "pubDate": "Fri, 24 Dec 2021 16:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87e7aa5810a259d222b2209ecda171c1" + "hash": "7832220d522c32a8c2250ce2e6f6365e" }, { - "title": "What the Moderna-NIH COVID vaccine patent fight means for research", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03535-x", - "creator": "Heidi Ledford", - "pubDate": "2021-11-30", + "title": "U.S. Policy Toward Pakistan Can't Be All About Afghanistan", + "description": "A reset won’t be easy: Resentment is rife. ", + "content": "A reset won’t be easy: Resentment is rife. ", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/25/opinion/pakistan-biden-khan.html", + "creator": "Madiha Afzal", + "pubDate": "Sat, 25 Dec 2021 16:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "96f9f5ee76804d26780d12a49176fcdb" + "hash": "7bc8ab6d40c3fe62279228884b58b748" }, { - "title": "How jellyfish control their lives", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03510-6", - "creator": "", - "pubDate": "2021-11-24", + "title": "How Christmas Changed Everything", + "description": "The story of Jesus represented “a wholly new way of being human.”", + "content": "The story of Jesus represented “a wholly new way of being human.”", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/26/opinion/how-christmas-changed-everything.html", + "creator": "Tish Harrison Warren", + "pubDate": "Sun, 26 Dec 2021 16:15:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a1827945c162975e40c0b98cfc1ebce" + "hash": "4e9d873906cd452ae8f583af549c075a" }, { - "title": "The 3D print job that keeps quake damage at bay", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03506-2", - "creator": "", - "pubDate": "2021-11-24", + "title": "Chile President-Elect Gabriel Boric Faces Challenge on Constitution", + "description": "Gabriel Boric has no room for error in this constitutional moment.", + "content": "Gabriel Boric has no room for error in this constitutional moment.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/24/opinion/chile-president-boric.html", + "creator": "Cristian Farias", + "pubDate": "Fri, 24 Dec 2021 16:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "238c280fbfff7d3477add4eca7ee1a8b" + "hash": "b4e0c707fb2f5e76229fbcfa1ae7f5de" }, { - "title": "How to repair a baby’s broken heart", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03518-y", - "creator": "Benjamin Plackett", - "pubDate": "2021-11-24", + "title": "Christmas Is Weird", + "description": "Christmas is the grand miracle that makes space for all the smaller miracles. ", + "content": "A roadside produce stand in Homer, New York.", + "category": "Christmas", + "link": "https://www.nytimes.com/2021/12/23/opinion/christmas-is-weird.html", + "creator": "Esau McCaulley", + "pubDate": "Fri, 24 Dec 2021 00:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6148a0961cbfb039c5d8758a704cbffc" + "hash": "0b1f3c275d637f9a7ebcb96367f7722e" }, { - "title": "Researcher careers under the microscope: salary satisfaction and COVID impacts", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03537-9", - "creator": "Shamini Bundell", - "pubDate": "2021-11-24", + "title": "How America's ICUs Are Dealing with Another Christmas of Death and Distress", + "description": "The toll on health care workers, many of whom are giving up their holiday to treat dangerously ill Covid patients, is severe.", + "content": "“We’re pretty short-staffed,” Ronda Stevenson, an intensive care unit nurse at Eskenazi Health in Indianapolis, said. “It’s getting harder.”", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/25/us/covid-hospitals.html", + "creator": "Sarah Bahr and Mike Baker", + "pubDate": "Sat, 25 Dec 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c3cde882d85bd45056cce2ecb7295a2" + "hash": "3e6dd57be519db95eee7947d1c8990dc" }, { - "title": "Hard times tear coupled seabirds apart", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03509-z", - "creator": "", - "pubDate": "2021-11-24", + "title": "Man Killed in Apparent Shark Attack Off California, the Authorities Say", + "description": "The body of a man who had been on a boogie board was found off the coast of Morro Bay. The death was believed to be the only fatal shark encounter of the year in the United States.", + "content": "A sign in the shadow of Morro Rock bore a stark warning for beachgoers on Friday in Morro Bay, Calif.", + "category": "Sharks", + "link": "https://www.nytimes.com/2021/12/25/us/deadly-shark-attack-california.html", + "creator": "Vimal Patel", + "pubDate": "Sat, 25 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ef68bf82e80318dacc8c4a35bfb9752" + "hash": "0d8f6667d93eecf8784ef25b79eedabf" }, { - "title": "Video: Babies with misshapen hearts", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03519-x", - "creator": "", - "pubDate": "2021-11-24", + "title": "Sardi’s Is Back After 648 Days, Its Fortunes Tied to Broadway", + "description": "The caricatures are back up. But many shows are canceling performances just as Sardi’s reopens, a hurdle for a restaurant catering to the theater crowd.", + "content": "Sardi’s is back, and with it comes a mix of industry insiders and theater-loving tourists. On the restaurant’s first night open, Nate Sayatovich, the Covid compliance manager for the “Hadestown” tour, sported a red face mask as he welcomed his friend Gène Phillips, whom he had not seen in months.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/25/theater/sardis-broadway-reopening.html", + "creator": "Michael Paulson", + "pubDate": "Sat, 25 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a257c32a5bde8d948b39bdf7fd45f2b" + "hash": "4a1c94b64cd04e13489391fce09b19b1" }, { - "title": "Artificial heavy fermions in a van der Waals heterostructure", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04021-0", - "creator": "Viliam Vaňo", - "pubDate": "2021-11-24", + "title": "A New Israeli Wonderland, Where You Can Almost Forget Where You Are", + "description": "An alien spaceship theme park, an Italian Renaissance-style mall, a canal with gondolas. “Nothing in Israel compares with it,” the developer says. There’s just one catch.", + "content": "A crazy rooftop ride at Magic Kass theme park offers a view of an Israeli settlement, Maale Adumim, and the Judean Desert.", + "category": "Maale Adumim (West Bank)", + "link": "https://www.nytimes.com/2021/12/25/world/middleeast/park-israel-dcity.html", + "creator": "Isabel Kershner", + "pubDate": "Sat, 25 Dec 2021 20:05:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "35a149a841c59910e266910022e414c6" + "hash": "4e46241a3a47d1855a1f58e54c0b7b79" }, { - "title": "ecDNA hubs drive cooperative intermolecular oncogene expression", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04116-8", - "creator": "King L. Hung", - "pubDate": "2021-11-24", + "title": "As Prices Rise Due to Inflation, Biden Turns to Antitrust Enforcers", + "description": "A wide-ranging presidential order helped block a railroad merger and tackle supply-chain problems, and it is planting the seeds for bigger actions.", + "content": "President Biden’s efforts to stoke competition and break up consolidated industries have rattled big companies and angered officials at some of the most prominent industry groups in Washington.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/25/business/biden-inflation.html", + "creator": "Jim Tankersley and Alan Rappeport", + "pubDate": "Sat, 25 Dec 2021 16:51:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7effdd55edcccc21b24dc252f5233419" + "hash": "83b1f5af12f9d823d012ef66041e7f8d" }, { - "title": "The CLIP1–LTK fusion is an oncogenic driver in non‐small‐cell lung cancer", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04135-5", - "creator": "Hiroki Izumi", - "pubDate": "2021-11-24", + "title": "Overlooked Stories", + "description": "Today we look at stories from 2021 that didn’t receive as much attention as they deserved.", + "content": "Today we look at stories from 2021 that didn’t receive as much attention as they deserved.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/27/briefing/overlooked-stories-2021-journalism.html", + "creator": "the staff of The Morning", + "pubDate": "Mon, 27 Dec 2021 11:26:48 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f65b2a9787283fd6b401e065027b043b" + "hash": "c682bc2e016dc5db365871c5e4d0e15f" }, { - "title": "Ultrahard bulk amorphous carbon from collapsed fullerene", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03882-9", - "creator": "Yuchen Shang", - "pubDate": "2021-11-24", + "title": "Stories From the Great American Labor Shortage: An Update", + "description": "We speak to businesses scrambling to find workers — and the former employees unwilling to return to those jobs.", + "content": "As the hospitality industry opens back up, managers have found it difficult to fill vacancies.", + "category": "Shortages", + "link": "https://www.nytimes.com/2021/12/27/podcasts/the-daily/labor-shortages-pandemic-hospitality.html", + "creator": "Asthaa Chaturvedi, Lynsea Garrison, Robert Jimison, Luke Vander Ploeg, Diana Nguyen, Clare Toeniskoetter, Michael Simon Johnson, Sydney Harper, Lisa Chow, Anita Badejo, Marc Georges, Dan Powell, Chris Wood and Corey Schreppel", + "pubDate": "Mon, 27 Dec 2021 11:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cbe008bd5cd0ac5229faa7c30ee21cef" + "hash": "46b6df429ea18339014764a5b129268f" }, { - "title": "Electron-beam energy reconstruction for neutrino oscillation measurements", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04046-5", - "creator": "M. Khachatryan", - "pubDate": "2021-11-24", + "title": "At Home and Away’s Best of 2021", + "description": "What we watched, read, listened to and cooked this year.", + "content": "What we watched, read, listened to and cooked this year.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/24/at-home/newsletter.html", + "creator": "Melissa Kirsch", + "pubDate": "Sun, 26 Dec 2021 13:58:50 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "37ec08e437f807891efde35e717eb348" + "hash": "0db0433d063157154417c449993fa31f" }, { - "title": "Fam72a enforces error-prone DNA repair during antibody diversification", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04093-y", - "creator": "Mélanie Rogier", - "pubDate": "2021-11-24", + "title": "Why Are More Black Children Dying by Suicide?", + "description": "Mental health experts assumed that people of all races had the same risk factors for self-harm. Emerging evidence suggests that is not the case.", + "content": "Mental health experts assumed that people of all races had the same risk factors for self-harm. Emerging evidence suggests that is not the case.", + "category": "Suicides and Suicide Attempts", + "link": "https://www.nytimes.com/2021/11/18/well/mind/suicide-black-kids.html", + "creator": "Christina Caron and Julien James", + "pubDate": "Fri, 19 Nov 2021 03:48:00 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", - "read": false, + "feed": "NYTimes", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "7c8c758b57745d6519b97980c36480da" + "hash": "7bbeb6284d36e337ca1d61e8542bfb83" }, { - "title": "Aldehyde-driven transcriptional stress triggers an anorexic DNA damage response", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04133-7", - "creator": "Lee Mulderrig", - "pubDate": "2021-11-24", + "title": "Jean-Marc Vallée, Director of ‘Dallas Buyers Club,’ Dies at 58", + "description": "Known for his naturalistic approach, the Canadian-born filmmaker transformed true stories into acclaimed dramas.", + "content": "Known for his naturalistic approach, the Canadian-born filmmaker transformed true stories into acclaimed dramas.", + "category": "Vallee, Jean-Marc", + "link": "https://www.nytimes.com/2021/12/27/movies/jean-marc-vallee-dead.html", + "creator": "Livia Albeck-Ripka", + "pubDate": "Mon, 27 Dec 2021 11:51:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "695a1cb0f5de75469214892c01beca00" + "hash": "14b217efd0637a93279709620ae08030" }, { - "title": "The human microbiome encodes resistance to the antidiabetic drug acarbose", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04091-0", - "creator": "Jared Balaich", - "pubDate": "2021-11-24", + "title": "What Three Broadway Shows Tell Us About Racial Progress", + "description": "The female protagonists in “Trouble in Mind,” “Caroline, or Change” and “Clyde’s” show the richness that comes from having a multitude of Black voices onstage.", + "content": "LaChanze as Wiletta Mayer and Brandon Micheal Hall as John Nevis in the Alice Childress play “Trouble in Mind” at the American Airlines Theater.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/27/theater/trouble-in-mind-caroline-or-change-clydes.html", + "creator": "Salamishah Tillet", + "pubDate": "Mon, 27 Dec 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e7e3696689462b4bca9759f9a07eb3d8" + "hash": "03f5fb9f917f8f127203b4cc028fb3a7" }, { - "title": "Contextual inference underlies the learning of sensorimotor repertoires", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04129-3", - "creator": "James B. Heald", - "pubDate": "2021-11-24", + "title": "A 6th Grader Saves the Lives of Two People on the Same Day", + "description": "Davyon Johnson, 11, has been honored for his Dec. 9 interventions but says he doesn’t understand the attention he’s drawn. It was “the right thing to do,” he said.", + "content": "Davyon Johnson with Undersheriff Greg Martin of Muskogee County, Okla., after receiving an award for saving the lives of two people on the same day this month.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2021/12/26/us/davyon-johnson-student-saves-classmate-fire.html", + "creator": "Eduardo Medina", + "pubDate": "Sun, 26 Dec 2021 20:56:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d9658d841740fdbc2584efc08d92be6" + "hash": "953af8002e7bd4d1208f768ea6216878" }, { - "title": "Mechanism for the activation of the anaplastic lymphoma kinase receptor", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04140-8", - "creator": "Andrey V. Reshetnyak", - "pubDate": "2021-11-24", + "title": "Holiday Retail Sales Soared, With E-Commerce Notching Huge Gains", + "description": "Mastercard SpendingPulse data showed an 8.5 percent jump in total sales, with online ordering up 11 percent from last year.", + "content": "Mastercard SpendingPulse data showed an 8.5 percent jump in total sales, with online ordering up 11 percent from last year.", + "category": "E-Commerce", + "link": "https://www.nytimes.com/2021/12/26/business/holiday-sales-data.html", + "creator": "E. Justin Swanson", + "pubDate": "Mon, 27 Dec 2021 09:56:31 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca3038b31241e899cdcf617d525665f1" + "hash": "83c67e90bd43c3bdd037710974fffca1" }, { - "title": "On-chip electro-optic frequency shifters and beam splitters", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03999-x", - "creator": "Yaowen Hu", - "pubDate": "2021-11-24", + "title": "E.O. Wilson, a Pioneer of Evolutionary Biology, Dies at 92", + "description": "A Harvard professor for 46 years, he was an expert on insects and explored how natural selection and other forces could influence animal behavior. He then applied his research to humans.", + "content": "E.O. Wilson in 2016. He became one of the world’s leading voices for the protection of endangered wildlife.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/27/science/eo-wilson-dead.html", + "creator": "Carl Zimmer", + "pubDate": "Mon, 27 Dec 2021 11:48:12 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1e60c5bf63558a5e532a9080b4240fd" + "hash": "d6c19ccf06e6c2ad3590b39aca56caa2" }, { - "title": "Quantum gas magnifier for sub-lattice-resolved imaging of 3D quantum systems", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04011-2", - "creator": "Luca Asteria", - "pubDate": "2021-11-24", + "title": "Somalia’s President Suspends Prime Minister Over Corruption Allegations", + "description": "The premier, Mohamed Hussein Roble, defied the order to step down as tensions continue over long-delayed elections.", + "content": "Prime Minister Mohamed Hussein Roble of Somalia at an election negotiation session in Mogadishu in May.", + "category": "Somalia", + "link": "https://www.nytimes.com/2021/12/27/world/africa/somalia-prime-minister-suspended.html", + "creator": "Abdi Latif Dahir", + "pubDate": "Mon, 27 Dec 2021 11:49:48 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2cc6cfa810969a1d384363787766a700" + "hash": "6b1eff2d4993531e09807241d719c7bd" }, { - "title": "Mechanical forcing of the North American monsoon by orography", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03978-2", - "creator": "William R. Boos", - "pubDate": "2021-11-24", + "title": "Idaho Sheriff Is Accused of Pointing Gun at Woman Who Delivered a Thank-You Card", + "description": "Sheriff Craig Rowland of Bingham County, Idaho, threatened to shoot a neighbor in November, according to an affidavit. Local officials are calling on him to resign.", + "content": "Sheriff Craig Rowland of Bingham County, Idaho, threatened to shoot a neighbor in November, according to an affidavit. Local officials are calling on him to resign.", + "category": "Police", + "link": "https://www.nytimes.com/2021/12/27/us/craig-rowland-idaho-sheriff-gun.html", + "creator": "Alyssa Lukpat", + "pubDate": "Mon, 27 Dec 2021 11:14:03 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f625ad399d6781f572e8e2b9a6b94a6e" + "hash": "74980db3f27791981f4eceeffdd52e96" }, { - "title": "Synthesis of paracrystalline diamond", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04122-w", - "creator": "Hu Tang", - "pubDate": "2021-11-24", + "title": "Girl, 14, Is Identified in Fatal Police Shooting at Los Angeles Dressing Room", + "description": "The police said they expected to release more details on Monday about the shooting, which happened after officers responded to a call about an assault with a deadly weapon at a clothing store.", + "content": "Flowers were left in memory of Valentina Orellana-Peralta, 14, who was killed after the police opened fire on a man reported to be assaulting a woman.", + "category": "Valentina Orellana-Peralta", + "link": "https://www.nytimes.com/2021/12/26/us/14-year-old-girl-shot-valentina-orellana-peralta.html", + "creator": "Christine Chung and Giulia Heyward", + "pubDate": "Sun, 26 Dec 2021 23:17:23 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f37cf4f03397c6e4902a7f8bc61368b0" + "hash": "b69a7be3b07d55a630bb80b6cb0fd47d" }, { - "title": "IL-27 signalling promotes adipocyte thermogenesis and energy expenditure", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04127-5", - "creator": "Qian Wang", - "pubDate": "2021-11-24", + "title": "For the Warriors and the Suns, It’s Beginning to Look a Lot Like the Playoffs", + "description": "In a close game, with Stephen Curry scoring 33 points, Golden State and Phoenix offered what seemed like a preview of the Western Conference finals.", + "content": "In a close game, with Stephen Curry scoring 33 points, Golden State and Phoenix offered what seemed like a preview of the Western Conference finals.", + "category": "Phoenix Suns", + "link": "https://www.nytimes.com/2021/12/26/sports/warriors-suns-nba-standings-christmas.html", + "creator": "Tania Ganguli", + "pubDate": "Sun, 26 Dec 2021 21:07:35 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9180493c20019c3a35e9bc84afa50cd" + "hash": "cb63add461fe605754eba33fc91f2378" }, { - "title": "Colossal angular magnetoresistance in ferrimagnetic nodal-line semiconductors", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04028-7", - "creator": "Junho Seo", - "pubDate": "2021-11-24", + "title": "The A.F.C. East Is Still Josh Allen’s Division", + "description": "The Buffalo quarterback threw for 314 yards and three touchdowns to help vault the Bills to first place and to the No. 4 seed in the conference.", + "content": "The Buffalo quarterback threw for 314 yards and three touchdowns to help vault the Bills to first place and to the No. 4 seed in the conference.", + "category": "Buffalo Bills", + "link": "https://www.nytimes.com/2021/12/26/sports/football/bills-patriots-score.html", + "creator": "Ben Shpigel", + "pubDate": "Mon, 27 Dec 2021 00:46:26 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4fff63101c4e188a1d3cf8be92a66160" + "hash": "68ca664e0550cc37c59fc6e9ec5e3704" }, { - "title": "A multi-scale map of cell structure fusing protein images and interactions", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04115-9", - "creator": "Yue Qin", - "pubDate": "2021-11-24", + "title": "Covid-19 At-Home Testing and PCR, Rapid Testing Questions: What to Know", + "description": "Facing long lines and shortages of home test kits during the latest surge, people are searching for answers about Covid tests.", + "content": "Facing long lines and shortages of home test kits during the latest surge, people are searching for answers about Covid tests.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/article/tests-covid-omicron-pcr-rapid.html", + "creator": "Tara Parker-Pope, Dani Blum and Nicole Stock", + "pubDate": "Thu, 23 Dec 2021 16:52:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15028cfb1f682a44324c5b49d8b24a7b" + "hash": "f416c1552d22d874913be2f6e462dbbb" }, { - "title": "Distribution control enables efficient reduced-dimensional perovskite LEDs", - "description": "", - "content": "\n ", + "title": "Your Mom Is Destined to Annoy You", + "description": "How to manage your inevitable holiday regression.", + "content": "How to manage your inevitable holiday regression.", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03997-z", - "creator": "Dongxin Ma", - "pubDate": "2021-11-24", + "link": "https://www.nytimes.com/2019/12/11/parenting/your-mom-is-destined-to-annoy-you.html", + "creator": "Jessica Grose", + "pubDate": "Wed, 11 Dec 2019 13:39:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50adc80dff8d7270008c81c3bab2390d" + "hash": "3f5838ba137a45be5a78bd448b25590c" }, { - "title": "Structural basis for ligand reception by anaplastic lymphoma kinase", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04141-7", - "creator": "Tongqing Li", - "pubDate": "2021-11-24", + "title": "Too Much Screen Time? Here’s How to Dial Back", + "description": "Sticking to a new routine can stop your children from becoming screen zombies.", + "content": "Sticking to a new routine can stop your children from becoming screen zombies.", + "category": "Children and Childhood", + "link": "https://www.nytimes.com/2020/04/17/parenting/reducing-screen-time-kids.html", + "creator": "Christina Caron", + "pubDate": "Fri, 17 Apr 2020 14:52:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cfc88808e75d5892bb0b2201dca67c92" + "hash": "53960ee4c0a91692b94fdd83403a4744" }, { - "title": "Mechanical actions of dendritic-spine enlargement on presynaptic exocytosis", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04125-7", - "creator": "Hasan Ucar", - "pubDate": "2021-11-24", + "title": "Joseph E. Yoakum Isn’t Who You Think", + "description": "The self-taught artist’s landscapes are unsettling but thoroughly absorbing, as this major survey of over 100 drawings at MoMA makes clear.", + "content": "The self-taught artist’s landscapes are unsettling but thoroughly absorbing, as this major survey of over 100 drawings at MoMA makes clear.", + "category": "Yoakum, Joseph Elmer", + "link": "https://www.nytimes.com/2021/12/22/arts/design/joseph-yoakum-moma.html", + "creator": "Will Heinrich", + "pubDate": "Wed, 22 Dec 2021 16:27:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ddf4d6104a6ab34411f20c5a8c22ce3c" + "hash": "30deb49a215461b2bfe5713663e9e2c6" }, { - "title": "FAM72A antagonizes UNG2 to promote mutagenic repair during antibody maturation", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04144-4", - "creator": "Yuqing Feng", - "pubDate": "2021-11-24", + "title": "‘Schizophrenia’ Still Carries a Stigma. Will Changing the Name Help?", + "description": "Many people with or connected to the mental illness approve of updating the name, a new survey shows. But some experts are not convinced it’s the answer.", + "content": "Many people with or connected to the mental illness approve of updating the name, a new survey shows. But some experts are not convinced it’s the answer.", + "category": "Schizophrenia", + "link": "https://www.nytimes.com/2021/12/20/health/schizophrenia-name-change.html", + "creator": "Karen Brown", + "pubDate": "Mon, 20 Dec 2021 19:56:00 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "254c88e9d44ea5781fffb15f33ebc761" + "hash": "b5cbeedb564fc4987d21fe62046078b6" }, { - "title": "Want research integrity? Stop the blame game", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03493-4", - "creator": "Malcolm Macleod", - "pubDate": "2021-11-24", + "title": "The Met Opera Spirits ‘Rigoletto’ to ‘Babylon Berlin’", + "description": "As the Omicron variant looms, Bartlett Sher’s production of Verdi’s classic is set to open on New Year’s Eve.", + "content": "As the Omicron variant looms, Bartlett Sher’s production of Verdi’s classic is set to open on New Year’s Eve.", + "category": "Opera", + "link": "https://www.nytimes.com/2021/12/24/arts/music/rigoletto-met-opera.html", + "creator": "Joshua Barone", + "pubDate": "Fri, 24 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0fa60a23ab5746eb9057d134526648e" + "hash": "11051b34a9cb8cc173613c96f83eaff4" }, { - "title": "Women and the environment: power on the ground and in academia", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03524-0", - "creator": "Nuria Pistón", - "pubDate": "2021-11-24", + "title": "New Books Update Our Thinking About Cruelty", + "description": "Adam Serwer’s “The Cruelty Is the Point” and other recent books join a long tradition of thinking about the suffering caused by malice, indifference and convenience.", + "content": "Crowds rallied near the White House on Jan. 6 to hear President Trump speak.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/21/books/cruelty-is-point-adam-serwer.html", + "creator": "Jennifer Szalai", + "pubDate": "Tue, 21 Dec 2021 20:57:50 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d43028ef448df890cae943e853b55f60" + "hash": "bbe43d005d3cd12dee2ff59676681519" }, { - "title": "How record wildfires are harming human health", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03496-1", - "creator": "Max Kozlov", - "pubDate": "2021-11-24", + "title": "Is It Safe to Have a New Year’s Eve Party During the Omicron Surge?", + "description": "When it comes to handling the uncertainties surrounding the Omicron surge, assess your own risk tolerance and weigh those risks against the rewards.", + "content": "When it comes to handling the uncertainties surrounding the Omicron surge, assess your own risk tolerance and weigh those risks against the rewards.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/25/realestate/new-years-eve-party.html", + "creator": "Ronda Kaysen", + "pubDate": "Sat, 25 Dec 2021 15:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf0b6fd138eda32430246c5a23346c81" + "hash": "730d2fe26c8c1e10d981e6b7fb7ec050" }, { - "title": "Researchers at risk in Afghanistan need better tools to find help", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03515-1", - "creator": "", - "pubDate": "2021-11-24", + "title": "First They Fought About Masks. Then Over the Soul of the City.", + "description": "In Enid, Okla., pandemic politics prompted a fundamental question: What does it mean to be an American? Whose version of the country will prevail?", + "content": "Melissa Crabtree founded the Enid Freedom Fighters to rally people in her community who share her beliefs.", + "category": "Enid (Okla)", + "link": "https://www.nytimes.com/2021/12/26/us/oklahoma-masks.html", + "creator": "Sabrina Tavernise", + "pubDate": "Sun, 26 Dec 2021 15:13:29 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9bcf7be5bd84b5d24c7752e488f54f5" + "hash": "8b35dc587e152a04a2c81113aa715972" }, { - "title": "Electrons reveal the need for improved neutrino models", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03456-9", - "creator": "Noemi Rocco", - "pubDate": "2021-11-24", + "title": "Here Are Some of the Many Tributes for Desmond Tutu, a Force for Harmony", + "description": "From prominent South African lawmakers to religious figures, many on social media honored Archbishop Tutu as a patriot of peaceful principles who dedicated his life to combating injustice everywhere.", + "content": "Desmond M. Tutu in Port-au-Prince, Haiti, in 2006.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/26/world/africa/tutu-death.html", + "creator": "Isabella Kwai and Lynsey Chutel", + "pubDate": "Sun, 26 Dec 2021 15:17:44 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "502499a7c1ff0a29f5f7977494fa066a" + "hash": "0f06927a49f99fe2b5eda0853219ef1a" }, { - "title": "COVID deaths, gravitational waves and pandemic PhD supervision", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03494-3", - "creator": "", - "pubDate": "2021-11-24", + "title": "The Students Returned, but the Fallout From a Long Disruption Remained", + "description": "“They’re like, ‘The world’s out of control, why should I be in control?’” the principal of Liberty High School in Bethlehem, Pa., said of some of his struggling students.", + "content": "Liberty High School in Bethlehem, Pa. Teenagers arguably bore the social and emotional brunt of school disruptions during the coronavirus pandemic.", + "category": "Liberty High School", + "link": "https://www.nytimes.com/2021/12/24/us/politics/covid-school-reopening-teen-mental-health.html", + "creator": "Erica L. Green", + "pubDate": "Fri, 24 Dec 2021 20:04:41 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04dbe85cb980ac4cb33788841c452f94" + "hash": "b3c4fa911fb692fb9b998f4ef456f08c" }, { - "title": "Context is key for learning motor skills", - "description": "", - "content": "\n ", + "title": "In the U.S., Omicron Drives a Steep Spike in Cases", + "description": "Cases have soared to levels higher than last year’s winter peak, though hospitalizations have not increased at the same pace. Here’s the latest on Covid-19.", + "content": "Cases have soared to levels higher than last year’s winter peak, though hospitalizations have not increased at the same pace. Here’s the latest on Covid-19.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03028-x", - "creator": "Anne G. E. Collins", - "pubDate": "2021-11-24", + "link": "https://www.nytimes.com/live/2021/12/26/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Sun, 26 Dec 2021 15:34:26 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d400a949e9ed6ffeab36ef3201e821f" + "hash": "84079648ea38d73eed5d4a23d4faab55" }, { - "title": "Venetian blinds", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03525-z", - "creator": "Gretchen Tessmer", - "pubDate": "2021-11-24", + "title": "What to Do If You Test Positive for Covid-19", + "description": "The Omicron variant has fueled a rise in Covid-19 cases across the United States. Here’s what you need to know if you get infected.", + "content": "A positive result from a Covid-19 rapid antigen test.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/article/testing-positive-covid-omicron-variant.html", + "creator": "Dani Blum and Nicole Stock", + "pubDate": "Sun, 19 Dec 2021 02:01:40 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85b7f0abaf0a88342c184eaa90d467c5" + "hash": "63076fa5863db1b62bb7979274717dd4" }, { - "title": "Is this mammoth-ivory pendant Eurasia's oldest surviving jewellery?", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03534-y", - "creator": "Tosin Thompson", - "pubDate": "2021-11-29", + "title": "The Shoes of Our Lost Icons Are Still Full of Life", + "description": "A look at the indelible footprints of Hank Aaron, Virgil Abloh, Halyna Hutchins and more.", + "content": "Halyna Hutchins", + "category": "Shoes and Boots", + "link": "https://www.nytimes.com/2021/12/23/magazine/shoes-photos.html", + "creator": "Amy X. Wang and Abelardo Morell", + "pubDate": "Thu, 23 Dec 2021 16:22:50 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6e0f8de1cd99a1ec14fdd83c041c175" + "hash": "869d760307d8274db6d60f0fbe6267d0" }, { - "title": "Forceful synapses reveal mechanical interactions in the brain", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03516-0", - "creator": "", - "pubDate": "2021-11-24", + "title": "‘Magic’ Weight-Loss Pills and Covid Cures: Dr. Oz Under the Microscope", + "description": "The celebrity physician, a candidate in Pennsylvania’s Republican primary for Senate, has a long history of dispensing dubious medical advice on his daytime show and on Fox News.", + "content": "Dr. Mehmet Oz’s on-air medical advice on both his show and Fox News has taken on greater significance as he enters the political realm.", + "category": "The Dr. Oz Show (TV Program)", + "link": "https://www.nytimes.com/2021/12/26/us/politics/dr-oz-medical-advice.html", + "creator": "Trip Gabriel", + "pubDate": "Sun, 26 Dec 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a60daa5e728c0c6c85e4fdc967e31c6" + "hash": "c1e52b58b30888c48457770cc9c674ee" }, { - "title": "Daily briefing: ‘Incident’ delays launch of the James Webb Space Telescope", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03544-w", - "creator": "Flora Graham", - "pubDate": "2021-11-24", + "title": "Training Civilians, Ukraine Nurtures a Resistance in Waiting", + "description": "Eastern European nations have drawn a lesson from America’s wars of the last decades: Insurgency works. Ukraine’s training of volunteers has become a factor in the standoff with Russia.", + "content": "Civilian trainees practicing first aid during a mock military exercise near Kyiv, Ukraine, in December.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/26/world/europe/ukraine-russia-civilian-training.html", + "creator": "Andrew E. Kramer", + "pubDate": "Sun, 26 Dec 2021 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68cf47d57b6f6edca768c17a966f4b9b" + "hash": "9c7ab84d22afd145105ef829762f7ef3" }, { - "title": "How to make macroscale non-crystalline diamonds", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-02957-x", - "creator": "Alfonso San-Miguel", - "pubDate": "2021-11-24", + "title": "As Russian Threat Looms, Ukraine’s Government Is No Laughing Matter", + "description": "President Volodymyr Zelensky, a former actor, has surrounded himself with advisers from his old comedy troupe. No kidding.", + "content": "Volodymyr Zelensky in 2019, before he became president, hosting his comedy show “League of Laughter.”", + "category": "Ukraine", + "link": "https://www.nytimes.com/2021/12/25/world/europe/ukraine-russia.html", + "creator": "Andrew E. Kramer", + "pubDate": "Sat, 25 Dec 2021 16:22:34 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "494d0db5d77a05d89c671c97a62c0bce" + "hash": "6501e8777b672c0fc224b0984e9ed50d" }, { - "title": "A COVID-19 peptide vaccine for the induction of SARS-CoV-2 T cell immunity", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04232-5", - "creator": "Jonas S. Heitmann", - "pubDate": "2021-11-23", + "title": "Are We Getting Better at Quarantining?", + "description": "Maybe not, but thanks to vaccines and practice, some people are getting better at isolation.", + "content": "Maybe not, but thanks to vaccines and practice, some people are getting better at isolation.", + "category": "Quarantines", + "link": "https://www.nytimes.com/2021/12/23/style/covid-quarantine-anxiety.html", + "creator": "Alyson Krueger", + "pubDate": "Thu, 23 Dec 2021 20:09:50 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9ca5edb3eb78b4424d1276ca6137b8b" + "hash": "34b7dbb65d1dd9d8717ff7d8dd899936" }, { - "title": "Support deaf participants at virtual conferences", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03487-2", - "creator": "Denis Meuthen", - "pubDate": "2021-11-23", + "title": "Why Some Millennials and Gen Zers Are Starting Early on New Year's Resolutions", + "description": "Some Gen Zers and millennials don’t see the point in waiting for the traditional date to begin bettering themselves.", + "content": "Some Gen Zers and millennials don’t see the point in waiting for the traditional date to begin bettering themselves.", + "category": "New Year", + "link": "https://www.nytimes.com/2021/12/25/style/new-years-resolutions-millennials-gen-z.html", + "creator": "Alyson Krueger", + "pubDate": "Sat, 25 Dec 2021 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58495be646209f03227e1dd1f8e8231a" + "hash": "7ea92162be25986a579a89601d33b8a3" }, { - "title": "Science community steps up to reform open access", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03485-4", - "creator": "Geoffrey Boulton", - "pubDate": "2021-11-23", + "title": "Bolsonaro Appeared to Me in a Ketamine Hallucination", + "description": "I became an elephant, an octopus, a balloon. I grew giant hands. But I couldn’t shake my sadness.", + "content": "I became an elephant, an octopus, a balloon. I grew giant hands. But I couldn’t shake my sadness.", + "category": "Ketamine (Drug)", + "link": "https://www.nytimes.com/2021/12/26/opinion/depression-ketamine-bolsonaro.html", + "creator": "Vanessa Barbara", + "pubDate": "Sun, 26 Dec 2021 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a39e7a27b5298effb62a342d0537b4b" + "hash": "3ff643932adf4eec9b1552a3edd923e4" }, { - "title": "From the archive", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03457-8", - "creator": "", - "pubDate": "2021-11-23", + "title": "bell hooks and the Power of Talking Back for Black Women", + "description": "Ms. hooks understood that voice and language are how marginalized people humanize themselves to themselves.", + "content": "Ms. hooks understood that voice and language are how marginalized people humanize themselves to themselves.", + "category": "Hooks, Bell", + "link": "https://www.nytimes.com/2021/12/26/opinion/bell-hooks-death-talking-back.html", + "creator": "Kovie Biakolo", + "pubDate": "Sun, 26 Dec 2021 16:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41793ddd5216645eb0d0521516023298" + "hash": "2023c007619c47e8727e6aa355bf775f" }, { - "title": "Earth is headed for well over two degrees of warming", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03507-1", - "creator": "", - "pubDate": "2021-11-23", + "title": "What to Do With Your Bad Holiday Gifts", + "description": "These objects haunt us; there’s no returning them, not really.", + "content": "These objects haunt us; there’s no returning them, not really.", + "category": "Families and Family Life", + "link": "https://www.nytimes.com/2021/12/24/opinion/bad-holiday-gifts.html", + "creator": "Tim Kreider", + "pubDate": "Fri, 24 Dec 2021 16:02:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4d16b83004276c027256496995362c3" + "hash": "e0a1f443a031a6a5d2964b2f5cd2bcf7" }, { - "title": "Ditch gendered terminology for cell division", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03490-7", - "creator": "Peter White", - "pubDate": "2021-11-23", + "title": "On bell hooks and the Solace of Ritual", + "description": "The holidays are off to a rough start. But tradition can help.", + "content": "The holidays are off to a rough start. But tradition can help.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/24/opinion/bell-hooks-holiday-traditions.html", + "creator": "Tressie McMillan Cottom", + "pubDate": "Fri, 24 Dec 2021 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c05f4f7501661edcf143b97ef6d9cb73" + "hash": "d18d1bf560181c1072502fe27ace7771" }, { - "title": "Mini-machine can chop and channel proteins", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03502-6", - "creator": "", - "pubDate": "2021-11-22", + "title": "The Radical Transparency of Joan Didion", + "description": "The sorceress of syntax, with an unrivaled eye for detail, insisted we see her.", + "content": "The sorceress of syntax, with an unrivaled eye for detail, insisted we see her.", + "category": "Writing and Writers", + "link": "https://www.nytimes.com/2021/12/24/opinion/joan-didion-writers.html", + "creator": "Frank Bruni", + "pubDate": "Fri, 24 Dec 2021 21:44:42 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "465c7e12d1718776f7343a0dfbfb3590" + "hash": "abf7d147933f252b5be5f3bdecbb73a7" }, { - "title": "Ahmedabad: local data beat the heat", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03486-3", - "creator": "Priya Dutta", - "pubDate": "2021-11-23", + "title": "How to Grieve Everything We Lost to Covid", + "description": "How do we mourn everything we’ve lost to Covid?", + "content": "How do we mourn everything we’ve lost to Covid?", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/23/opinion/covid-pandemic-grief.html", + "creator": "Lindsay Crouse, Kirby Ferguson and Emily Holzknecht", + "pubDate": "Thu, 23 Dec 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ed75e897566df07c154c5d96b6888d0" + "hash": "3f4da4349d9fc282ec2855555d5e1e96" }, { - "title": "Artificial intelligence powers protein-folding predictions", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03499-y", - "creator": "Michael Eisenstein", - "pubDate": "2021-11-23", + "title": "As Omicron Spreads, Unvaccinated Americans Remain Defiant", + "description": "To some who are steadfastly opposed to the shot, the evasiveness of the coronavirus has only reaffirmed their stance.", + "content": "Parents demonstrated in November against a vaccine mandate for students in Los Angeles.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/25/us/omicron-unvaccinated.html", + "creator": "Jack Healy, Noah Weiland and Richard Fausset", + "pubDate": "Sat, 25 Dec 2021 15:04:42 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a33cbc80216082eca0d9bc8f8fb3935" - }, - { - "title": "How burnout and imposter syndrome blight scientific careers", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03042-z", - "creator": "Chris Woolston", - "pubDate": "2021-11-23", + "hash": "68a48d19d3b81222093a284e2cf04a0e" + }, + { + "title": "Gil Hodges and the Christmas Visit That Changed Everything", + "description": "After a long wait, Gil Hodges was elected to the Hall of Fame. For one of the many people whose lives he helped change with community work, Hodges was already a legend.", + "content": "After a long wait, Gil Hodges was elected to the Hall of Fame. For one of the many people whose lives he helped change with community work, Hodges was already a legend.", + "category": "Baseball", + "link": "https://www.nytimes.com/2021/12/24/sports/baseball/gil-hodges-christmas.html", + "creator": "Alex Coffey", + "pubDate": "Fri, 24 Dec 2021 16:40:36 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "103f8bc9b162fe46a4d20d170336a863" + "hash": "c88b7dffdbfcb8d59115477513e427e2" }, { - "title": "Do vaccines protect against long COVID? What the data say", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03495-2", - "creator": "Heidi Ledford", - "pubDate": "2021-11-23", + "title": "How Many Books Does It Take to Make a Place Feel Like Home?", + "description": "There’s a reason that some people won’t let go of their physical books — and a new term for it: ‘book-wrapt.’", + "content": "There’s a reason that some people won’t let go of their physical books — and a new term for it: ‘book-wrapt.’", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/24/realestate/why-do-people-keep-books.html", + "creator": "Julie Lasky", + "pubDate": "Fri, 24 Dec 2021 10:00:27 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "445121e49f3092a7a69e764c32c21714" + "hash": "46aa4dccc689dec753a5f1aed30c70d9" }, { - "title": "US astronomy has ambitious plans — but it needs global partners", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03514-2", - "creator": "", - "pubDate": "2021-11-23", + "title": "He Paid $30 for a Drawing. It Could Be a Renaissance Work Worth Millions.", + "description": "A man bought a yellowing picture of the Virgin Mary and Child at an estate sale in Massachusetts. Experts believe it is by the renowned German artist Albrecht Dürer.", + "content": "A drawing believed to be by Albrecht Dürer titled “The Virgin and Child With a Flower on a Grassy Bench” on display in London in November.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/24/arts/albrecht-durer-drawing-discovered.html", + "creator": "Alyssa Lukpat", + "pubDate": "Fri, 24 Dec 2021 14:59:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f04c2969c5c559df22d3c8c913c79d40" + "hash": "7710e7678c13fe40e3cbc535d21baf48" }, { - "title": "All-nighter: staying up to fight malaria", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03500-8", - "creator": "Brendan Maher", - "pubDate": "2021-11-22", + "title": "James Webb Space Telescope Launches on Journey to See the Dawn of Starlight", + "description": "Astronomers were jubilant as the spacecraft made it off the launchpad following decades of delays and cost overruns. The Webb is set to offer a new keyhole into the earliest moments of our universe.", + "content": "Astronomers were jubilant as the spacecraft made it off the launchpad following decades of delays and cost overruns. The Webb is set to offer a new keyhole into the earliest moments of our universe.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2021/12/25/science/james-webb-telescope-launch.html", + "creator": "Dennis Overbye and Joey Roulette", + "pubDate": "Sat, 25 Dec 2021 21:31:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "418c58e7853b85c15b618c5a344bce44" + "hash": "1893f37d566643b39f96b26c83eba8b2" }, { - "title": "The art critic in the machine tells forgeries from the real thing", - "description": "", - "content": "\n ", + "title": "A Toast to the Year’s Best-Ofs: Your Weekend Briefing", + "description": "Pass the time this week, especially if you have some time off, by diving into one of the most delightful of year-end traditions: best-of lists.", + "content": "Pass the time this week, especially if you have some time off, by diving into one of the most delightful of year-end traditions: best-of lists.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03447-w", - "creator": "", - "pubDate": "2021-11-22", + "link": "https://www.nytimes.com/2021/12/26/briefing/best-of-lists-your-weekend-briefing.html", + "creator": "Melissa Kirsch", + "pubDate": "Sun, 26 Dec 2021 11:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93d75c1035f70abe173ad56a2087eb2f" + "hash": "12256d0e193f1e41eaec9a1945d350da" }, { - "title": "Battery-powered trains offer a cost-effective ride to a cleaner world", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03448-9", + "title": "TikTok’s Music Critics Reflect on 2021", + "description": "Four of the app’s voices on pop name their favorite releases of the year and discuss developing taste in the age of the algorithm.", + "content": "Four of the app’s voices on pop name their favorite releases of the year and discuss developing taste in the age of the algorithm.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/21/arts/music/popcast-tiktok-music-critics-2021.html", "creator": "", - "pubDate": "2021-11-22", + "pubDate": "Tue, 21 Dec 2021 18:00:35 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5b761cd343005ea7425e98a56a72627" + "hash": "c8560ef4bddf3cbb60df49a61e904a08" }, { - "title": "Michael Rutter (1933–2021)", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03498-z", - "creator": "Uta Frith", - "pubDate": "2021-11-22", + "title": "Sherrilyn Ifill: ‘There Is No Guarantee We Make It Out of This Period as a Democracy’", + "description": "After almost a decade at the NAACP’s Legal Defense and Educational Fund, Ifill explains why advocacy is an essential part of her legal work.", + "content": "After almost a decade at the NAACP’s Legal Defense and Educational Fund, Ifill explains why advocacy is an essential part of her legal work.", + "category": "NAACP Legal Defense and Education Fund", + "link": "https://www.nytimes.com/2021/12/22/opinion/sherrilyn-ifill-naacp-kyle-rittenhouse.html", + "creator": "‘The Argument’", + "pubDate": "Wed, 22 Dec 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "language": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0380dd2184c0ed92d29ffe1f0564752d" + "hash": "016c71fe66aa04c43d64a36c73798902" }, { - "title": "Heavily mutated coronavirus variant puts scientists on alert", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03552-w", - "creator": "Ewen Callaway", - "pubDate": "2021-11-25", + "title": "1,000 New People Arrive in Texas Every Day. Half Are Newborns.", + "description": "A surge in births in Texas comes amid a declining birthrate nationwide.", + "content": "All across Texas, the cry of newborn babies has become a common sound at hospital maternity wards.", + "category": "Population", + "link": "https://www.nytimes.com/2021/12/26/us/texas-newborns-birthrate.html", + "creator": "Edgar Sandoval", + "pubDate": "Sun, 26 Dec 2021 10:00:14 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eed79f99dd4dbe5bac9452d4ad978af4" + "hash": "9cea91191f2680168952b9388fc58c17" }, { - "title": "Daily briefing: What we know about vaccines and long COVID", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03531-1", - "creator": "Flora Graham", - "pubDate": "2021-11-23", + "title": "Myanmar’s Army Is Accused of Massacring Dozens of Civilians", + "description": "At least 35 people were killed and their bodies burned, according to an international aid group and opponents of the military regime.", + "content": "The aftermath of the killings in Kayah State, Myanmar, on Friday, according to an ethnic militia whose spokesman took this photograph. ", + "category": "Myanmar", + "link": "https://www.nytimes.com/2021/12/26/world/asia/myanmar-army-killings.html", + "creator": "Richard C. Paddock", + "pubDate": "Sun, 26 Dec 2021 12:13:35 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e3c3d549d3ed7ca24e036185c60b090" + "hash": "6867c43690da1b74a867b46db7e3f2f5" }, { - "title": "China creates vast research infrastructure to support ambitious climate goals", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03491-6", - "creator": "Smriti Mallapaty", - "pubDate": "2021-11-22", + "title": "Bill de Blasio: the Mayor New Yorkers Love to Hate", + "description": "The frustration with Bill de Blasio seemed to be a constant, in spite of a quiet, begrudging appreciation of his policymaking.", + "content": "Mayor Bill de Blasio, pictured with his wife Chirlane McCray, spoke at a memorial for George Floyd last summer in Brooklyn, where he was booed. ", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/23/nyregion/bill-de-blasio-mayor-nyc.html", + "creator": "Ginia Bellafante", + "pubDate": "Thu, 23 Dec 2021 20:34:07 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78fed7ce7627b66ba9b501c848dd6219" + "hash": "18dd8e92e4b9b59d713fce7550cb9813" }, { - "title": "Cuba’s bet on home-grown COVID vaccines is paying off", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03470-x", - "creator": "Sara Reardon", - "pubDate": "2021-11-22", + "title": "Last Known Slave Ship, Clotilda, Is Remarkably Well Preserved, Researchers Say", + "description": "DNA may be extracted from the Clotilda, which was sunk in the Mobile River in Alabama in 1860 after it arrived from West Africa carrying 110 enslaved people, researchers said.", + "content": "A sonar image showing the wreckage of the Clotilda, the last ship known to have brought enslaved people to the United States from Africa.", + "category": "Slavery (Historical)", + "link": "https://www.nytimes.com/2021/12/25/us/clotilda-slaveship-africa-alabama.html", + "creator": "Michael Levenson", + "pubDate": "Sat, 25 Dec 2021 13:00:07 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b12673feeb01bba489ca515b67a77e31" + "hash": "09f8bdcc8ff910cd2dd414b832fb239d" }, { - "title": "How dogs became humans’ best friends: from Neanderthals to now", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03497-0", - "creator": "Josie Glausiusz", - "pubDate": "2021-11-22", + "title": "Anti-Coup Protesters in Sudan Press Their Demand for Return to Civilian Rule", + "description": "The protests on Saturday underscored the resolve of protesters to continue defying the Oct. 25 coup that derailed the country’s nascent attempt to transition to democratic rule.", + "content": "Protesters denouncing the October military coup, in Khartoum, Sudan, on Saturday.", + "category": "Sudan", + "link": "https://www.nytimes.com/2021/12/25/world/africa/sudan-coup-protests.html", + "creator": "Abdi Latif Dahir", + "pubDate": "Sat, 25 Dec 2021 19:57:33 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cb078116e5143410a4c0706e17fb7c1" + "hash": "03e0c2d625a2e9ffd42c1f35f5ca9a31" }, { - "title": "Daily briefing: Adoption advice for academics", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03528-w", - "creator": "Flora Graham", - "pubDate": "2021-11-22", + "title": "Frederick C. Baldwin, a Photographer Who Reveled in Storytelling, Dead at 92", + "description": "He saw the camera as “a passport to the world” that helped him document nature, the civil rights movement and life in rural America.", + "content": "He saw the camera as “a passport to the world” that helped him document nature, the civil rights movement and life in rural America.", + "category": "Baldwin, Frederick Colburn (1929-2021)", + "link": "https://www.nytimes.com/2021/12/22/arts/frederick-baldwin-dead.html", + "creator": "James Estrin", + "pubDate": "Fri, 24 Dec 2021 20:40:17 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6da7b317ec780ddeaf2c4f9f2dda6f84" + "hash": "d273a8b307bff7bbac3cec4b4923086f" }, { - "title": "First quantum computer to pack 100 qubits enters crowded race", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03476-5", - "creator": "Philip Ball", - "pubDate": "2021-11-19", + "title": "Daniel Sturridge Ordered to Pay $30,000 to Man Who Returned His Dog", + "description": "Daniel Sturridge lost his Pomeranian in a 2019 break-in. A man who returned the dog sued for breach of contract after Mr. Sturridge reneged on a promised reward, according to court records.", + "content": "Daniel Sturridge, left, of Perth Glory in Perth, Australia, last month.", + "category": "Dogs", + "link": "https://www.nytimes.com/2021/12/26/sports/soccer/daniel-sturridge-dog.html", + "creator": "Eduardo Medina", + "pubDate": "Sun, 26 Dec 2021 14:05:06 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db652ed21bc43fd7ca312eb29726f25c" + "hash": "c2e4873ba48d8b457f37635f18bbe15c" }, { - "title": "This microbe works a toxic metal into a weapon against its foes", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03477-4", - "creator": "", - "pubDate": "2021-11-19", + "title": "El Salvador Releases 3 Women Serving Long Prison Sentences for Abortions", + "description": "The three women, who had suffered obstetric emergencies, had been sentenced to 30 years in prison under the nation’s strict anti-abortion laws.", + "content": "A protest in San Salvador, the capital of El Salvador, against the country’s strict abortion laws, which often result in long prison sentences.", + "category": "El Salvador", + "link": "https://www.nytimes.com/2021/12/25/world/americas/el-salvador-abortion-bukele.html", + "creator": "The Associated Press", + "pubDate": "Sat, 25 Dec 2021 23:28:40 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08783d8cb01e93548136d1988210a205" + "hash": "92168b49fba320a60e0d889af0d611b3" }, { - "title": "Defining Alzheimer’s, and the climate costs of AI: Books in brief", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03484-5", - "creator": "Andrew Robinson", - "pubDate": "2021-11-19", + "title": "Winter Storms Threaten to Disrupt Travel in the Northwest", + "description": "Parts of Oregon and Washington were also bracing for single-digit temperatures as the Southern United States recorded temperatures more than 25 degrees above normal.", + "content": "A satellite image of the Pacific Northwest on Saturday morning. Officials warned of potential disruptions to holiday travel because of winter storms in Oregon and Washington.", + "category": "Weather", + "link": "https://www.nytimes.com/2021/12/25/us/weather-seattle-portland.html", + "creator": "Amanda Holpuch", + "pubDate": "Sat, 25 Dec 2021 19:02:29 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c2a2701cd9f271078d5ed6e932f0387" + "hash": "9f4aecfb50e83cb6033ec3363313daa0" }, { - "title": "COVID’s career impact and embryo secrets — the week in infographics", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03478-3", - "creator": "", - "pubDate": "2021-11-19", + "title": "Anne Emerman, Champion of Disability Rights in New York City, Dead at 84", + "description": "Insisting that buildings be wheelchair accessible, she never backed down, not even to Mother Teresa. She also founded a musical group called Disabled in Action.", + "content": "Anne Emerman and her husband, Sidney Emerman, at their home in Manhattan in 1986. They met when he helped her cross an East Side intersection.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/22/nyregion/anne-emerman-dead.html", + "creator": "Katharine Q. Seelye", + "pubDate": "Fri, 24 Dec 2021 23:49:07 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b8565b86e24777e8298a6d652384f83" + "hash": "c68a1feb8a01e298072d495583450649" }, { - "title": "Scientists question Max Planck Society’s treatment of women leaders", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03492-5", - "creator": "Alison Abbott", - "pubDate": "2021-11-19", + "title": "His Love for Her Could Fill a Book. Instead, He Wrote a Post.", + "description": "Emilia Gonzalez, a nurse, and Joseph McCloud postponed their 2020 wedding because of her work on the frontline. He then entered a contest on Instagram that turned their luck around.", + "content": "Emilia Gonzalez and Joseph McCloud were married on Oct. 30 at the Meritage Resort & Spa in Napa, Calif.", + "category": "Weddings and Engagements", + "link": "https://www.nytimes.com/2021/12/24/style/emilia-gonzalez-joseph-mccloud-wedding.html", + "creator": "Vincent M. Mallozzi", + "pubDate": "Fri, 24 Dec 2021 16:08:54 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c24c3f6f3180afed7a5ede3b5eeafe2a" + "hash": "1b27e1eca9898cbb67e2a30772a0bd92" }, { - "title": "Star Corps Crew Manual Section 15-A37: On Mental Dislocation", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03398-2", - "creator": "Marissa Lingen", - "pubDate": "2021-11-19", + "title": "How an Expert in Vietnamese Coffee Spends Her Sundays", + "description": "When Sahra Nguyen is not teaching Americans about Robusta beans, she’s shopping and enjoying cocktails, or maybe a game of pool.", + "content": "Sahra Nguyen at home in Bushwick, Brooklyn.", + "category": "Coffee", + "link": "https://www.nytimes.com/2021/12/24/nyregion/vietnamese-coffee-sahra-nguyen.html", + "creator": "Kaya Laterman", + "pubDate": "Fri, 24 Dec 2021 10:00:20 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fe2bb68d0205b592108fb031b3275647" + "hash": "2d7fbf415944f50e6dadc3f4e91df6c5" }, { - "title": "Daily briefing: NASA spacecraft will die trying to deflect an asteroid", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03504-4", - "creator": "Flora Graham", - "pubDate": "2021-11-19", + "title": "The Biggest Black History Events in 2021", + "description": "After the tumult and triumphs of 2020, here are the achievements that shaped the first year following the country’s racial reckoning.", + "content": "After the tumult and triumphs of 2020, here are the achievements that shaped the first year following the country’s racial reckoning.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/12/17/us/black-history-2021.html", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 10:02:46 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83161fab1ec3e1a3d75c50e4b5d17737" + "hash": "246ea9aa21a7e756cb8c9c3cb60a512c" }, { - "title": "NASA spacecraft will slam into asteroid in first planetary-defence test", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03471-w", - "creator": "Alexandra Witze", - "pubDate": "2021-11-19", + "title": "Make This Retro Shrimp Cocktail Recipe at Home", + "description": "Preparing this retro appetizer at home, and doing it perfectly, gives you the wherewithal to eat a lot of a really good thing.", + "content": "These plump, gently poached shrimp come with a trio of sauces: classic cocktail, garlicky dill butter and curried honey mustard.", + "category": "Seafood", + "link": "https://www.nytimes.com/2021/12/23/dining/shrimp-cocktail-recipe.html", + "creator": "Eric Kim", + "pubDate": "Thu, 23 Dec 2021 16:48:34 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65c577c539228d26ace9ab5f05e5b720" + "hash": "b50817aad8a34fcb3bc0fc5953674013" }, { - "title": "Adopting as academics: what we learnt", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03482-7", - "creator": "Tony Ly", - "pubDate": "2021-11-18", + "title": "How Can You Learn to Be More Resilient?", + "description": "Pandemic life doesn’t have to be just about survival. You can become stronger and ready for the next challenge.", + "content": "Pandemic life doesn’t have to be just about survival. You can become stronger and ready for the next challenge.", + "category": "Anxiety and Stress", + "link": "https://www.nytimes.com/2021/12/09/well/mind/emotional-resilience.html", + "creator": "Emily Sohn", + "pubDate": "Thu, 09 Dec 2021 20:08:55 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ee8f843ce7f8b07fd298f770b7c6fc8c" + "hash": "6450f63f95df1b4c6f3ab9c3cb9efce6" }, { - "title": "Do childhood colds help the body respond to COVID?", - "description": "", - "content": "\n ", + "title": "Hospitals Face Omicron Crush on Christmas", + "description": "Blood banks across the country are struggling to maintain their usual three-day supply as virus cases make donors and medical staff scarce. Britain is administering booster shots throughout the Christmas holiday.", + "content": "Blood banks across the country are struggling to maintain their usual three-day supply as virus cases make donors and medical staff scarce. Britain is administering booster shots throughout the Christmas holiday.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03087-0", - "creator": "Rachel Brazil", - "pubDate": "2021-11-18", + "link": "https://www.nytimes.com/live/2021/12/25/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Sat, 25 Dec 2021 23:39:56 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f935101591ba16ab17bb0220f513bdc" + "hash": "27ee8977d975656f08264265180d2278" }, { - "title": "Europe’s COVID death toll could rise by hundreds of thousands", - "description": "", - "content": "\n ", + "title": "Webb Telescope Launches on Long-Awaited Journey", + "description": "The James Webb Space Telescope, the most powerful space observatory ever built, launched on Saturday on its million-mile journey to the morning of time.", + "content": "The James Webb Space Telescope, the most powerful space observatory ever built, launched on Saturday on its million-mile journey to the morning of time.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03455-w", - "creator": "Smriti Mallapaty", - "pubDate": "2021-11-18", + "link": "https://www.nytimes.com/live/2021/12/25/science/webb-telescope-launch-nasa", + "creator": "The New York Times", + "pubDate": "Sat, 25 Dec 2021 12:39:15 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d00536606025b3ea4704f6518474956" + "hash": "5b67f053d0c90a8ee0f2d385ec5002a7" }, { - "title": "Genome surveillance by HUSH-mediated silencing of intronless mobile elements", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04228-1", - "creator": "Marta Seczynska", - "pubDate": "2021-11-18", + "title": "Desmond Tutu, Whose Voice Helped Slay Apartheid, Dies at 90", + "description": "The archbishop, a powerful force for nonviolence in South Africa’s anti-apartheid movement, was awarded the Nobel Peace Prize in 1984.", + "content": "Desmond M. Tutu at Washington National Cathedral in 1984. The archbishop was a spellbinding preacher, assuring his parishioners of God’s love while exhorting them to follow the path of nonviolence in their struggle.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/26/obituaries/desmond-tutu-dead.html", + "creator": "Marilyn Berger", + "pubDate": "Sun, 26 Dec 2021 09:00:30 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47da5697e00922c9dfeef2b83d4e5b21" + "hash": "230bb39d4144f04045152e7e6db487ad" }, { - "title": "Optimization of Non-Coding Regions for a Non-Modified mRNA COVID-19 Vaccine", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04231-6", - "creator": "Makda S. Gebre", - "pubDate": "2021-11-18", + "title": "Covid Outdoor Gatherings Are Back in New York Amid Surge", + "description": "In the midst of a new Covid surge, New Yorkers are bracing themselves for another chilly season of outdoor “fun.”", + "content": "Bundle up, we’re going back outside to hang out. Last winter, people met up in parks around New York City, even during a snowstorm in February.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/23/style/covid-outdoor-gatherings.html", + "creator": "Alex Williams", + "pubDate": "Thu, 23 Dec 2021 20:07:56 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0c5c2ad27c2afdcec22eb4dc7d53c87" + "hash": "91d7b67a15c009bd3f34b816e4d9fd1f" }, { - "title": "CRISPR screens unveil signal hubs for nutrient licensing of T cell immunity", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04109-7", - "creator": "Lingyun Long", - "pubDate": "2021-11-18", + "title": "How Do Saudis Celebrate Christmas? Quietly, but Less So.", + "description": "“Am I in Saudi Arabia?” Once officially banned, Christmas is coming out of hiding in the kingdom, as its ultra-constrictive religious rules are eased.", + "content": "Umniah Alzahery and her husband, Mike Bounacklie, putting a Christmas sweater on their dog as they prepared to celebrate Christmas in their home in Jeddah, Saudi Arabia.", + "category": "Saudi Arabia", + "link": "https://www.nytimes.com/2021/12/24/world/middleeast/saudi-arabia-christmas.html", + "creator": "Vivian Yee", + "pubDate": "Sat, 25 Dec 2021 09:20:34 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "387f967a8eab8f2b8d12bfdb4df3fe27" + "hash": "98cd07f9b9e03c65f4e61609a0eedf74" }, { - "title": "Daily briefing: Second person found to have ‘naturally’ eradicated HIV", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03489-0", - "creator": "Flora Graham", - "pubDate": "2021-11-18", + "title": "‘Christmas Can Be Hard’ Amid Loss, Queen Elizabeth Says in Annual Message", + "description": "Her address, which was recorded last week, is the first since the death of her husband, Prince Philip. It comes as coronavirus cases in Britain have hit record highs.", + "content": "Queen Elizabeth II recorded her annual Christmas broadcast last week at Windsor Castle.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/25/world/europe/queen-elizabeth-christmas-address.html", + "creator": "Megan Specia and Aina J. Khan", + "pubDate": "Sat, 25 Dec 2021 16:38:27 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88c219612c266cf250bb6c2051a9e4d0" + "hash": "48d866b160cf033dc1346eeaca048ee5" }, { - "title": "First Nations communities bring expertise to Canada’s scientific research", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03060-x", - "creator": "Brian Owens", - "pubDate": "2021-11-17", + "title": "Fighting Inflation Means Taking On Corporations", + "description": "Easing spiking prices will take more than raising interest rates.", + "content": "Easing spiking prices will take more than raising interest rates.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/24/opinion/inflation-truman-biden-corporate-power.html", + "creator": "Meg Jacobs", + "pubDate": "Fri, 24 Dec 2021 16:00:09 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d74bbaa6e9b2276e8ce9dfabaa4863bd" + "hash": "70d66aa7c11a107a3fa714cecf399dca" }, { - "title": "Cerebellar neurons that curb food consumption", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03383-9", - "creator": "Richard Simerly", - "pubDate": "2021-11-17", + "title": "Spielberg’s ‘West Side Story’", + "description": "Readers react to a guest essay that was critical of the remake of the movie. Also: Newark’s homeless; helping grieving children", + "content": " ", + "category": "West Side Story (2021) (Movie)", + "link": "https://www.nytimes.com/2021/12/24/opinion/letters/spielberg-west-side-story.html", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 16:30:06 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a2cf7b2cfab8ce253ba3f0c171fde92" + "hash": "07b6f0e756a0d842d7149c8c0bb33bbc" }, { - "title": "Millions of helpline calls reveal how COVID affected mental health", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03454-x", - "creator": "Heidi Ledford", - "pubDate": "2021-11-17", + "title": "When Do We Know Our Life's Work Is Done?", + "description": "It’s a time to reflect — and to remember we’re loved. ", + "content": "It’s a time to reflect — and to remember we’re loved. ", + "category": "Christmas", + "link": "https://www.nytimes.com/2021/12/24/opinion/covid-christmas.html", + "creator": "Jennifer Finney Boylan", + "pubDate": "Fri, 24 Dec 2021 16:04:26 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1930a2e08a458bd5fbb0115020c8ab5e" + "hash": "392b4f905a36b23edfa87235ea9cfc1c" }, { - "title": "A peek into the black box of human embryology", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03381-x", - "creator": "Alexander Goedel", - "pubDate": "2021-11-17", + "title": "Take a Vacation. Boss’s Orders.", + "description": "No executives want to see their staff burn out — and some are starting to take mandatory time off as seriously as they take their work.", + "content": "Carol Goodman, an employment lawyer, is feeling the effects of having worked nonstop for the past two years.", + "category": "Work-Life Balance", + "link": "https://www.nytimes.com/2021/12/24/business/boss-mandatory-vacation-employee-burnout.html", + "creator": "Emma Goldberg", + "pubDate": "Fri, 24 Dec 2021 18:30:24 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "794ad66cdc34df9842ec5c0f6156bea0" + "hash": "a3655ec9198d5bd33d57f6af811f3842" }, { - "title": "Polar bear researchers struggle for air time", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03063-8", - "creator": "Chris Woolston", - "pubDate": "2021-11-17", + "title": "Why the C.E.O. Behind Match.com and Tinder Took a Stand on the Texas Abortion Law", + "description": "Shar Dubey runs some of the world’s most popular online dating sites. A restrictive new law prompted her to speak out.", + "content": "Shar Dubey", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/24/business/shar-dubey-match-texas-abortion-law.html", + "creator": "David Gelles", + "pubDate": "Fri, 24 Dec 2021 17:17:32 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac5d9c2140eaa522c9cdef74c1ea52ae" + "hash": "0dfa5a83db4415283256e2edc0c5287e" }, { - "title": "Canada’s researchers call for a return to stated science ambitions", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03059-4", - "creator": "Brian Owens", - "pubDate": "2021-11-17", + "title": "Boba Fett, Intergalactic Man of Mystery", + "description": "How did this fearsome “Star Wars” bounty hunter go from a peripheral player to the star of “The Book of Boba Fett”? He used the support of fans — and a little brute force.", + "content": "Boba Fett, as seen in early concept art by Joe Johnston and Ralph McQuarrie, has long been a “Star Wars” fan favorite despite having only a fleeting presence in the films. Now he gets his own Disney+ series.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/24/arts/television/star-wars-boba-fett-disney.html", + "creator": "Dave Itzkoff", + "pubDate": "Fri, 24 Dec 2021 15:00:08 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a7121a848b64200e8dafd8a39ef0976" + "hash": "351525c011e18a7423ea2838d21ec11b" }, { - "title": "Daily briefing: Time to rewrite the textbooks on chemical-bond strength", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03480-9", - "creator": "Flora Graham", - "pubDate": "2021-11-17", + "title": "Five Joan Didion Movies You Can Stream Right Now", + "description": "The writer, working with her husband, John Gregory Dunne, saw Hollywood as a way to make cash to support her art. It did and didn’t work out.", + "content": "Barbra Streisand and Kris Kristofferson in \"A Star Is Born\" (1976).", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/24/movies/joan-didion-movies.html", + "creator": "Amy Nicholson", + "pubDate": "Fri, 24 Dec 2021 21:55:01 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c7cd64bb418307dab50871c3226bffb" + "hash": "fb90c53a2364ffea0f73e6f5e78b2be2" }, { - "title": "How Canada stacks up in science against its closest competitors", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03061-w", - "creator": "", - "pubDate": "2021-11-17", + "title": "Adams Delays Appointment of Ex-Police Official Amid Ethics Concerns", + "description": "Philip Banks III, who left the Police Department while under federal investigation, was expected to become deputy mayor for public safety.", + "content": "Philip Banks, center, was the top choice to become the first deputy to William J. Bratton, then the police commissioner, when Mr. Banks suddenly resigned.", + "category": "Banks, Philip III", + "link": "https://www.nytimes.com/2021/12/24/nyregion/philip-banks-deputy-mayor.html", + "creator": "Michael Rothfeld, Emma G. Fitzsimmons and William K. Rashbaum", + "pubDate": "Fri, 24 Dec 2021 10:00:16 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f493d8f934ee2361fdde6b15cf5245e" + "hash": "d1b503eb87b3cc579632d3be848a2cec" }, { - "title": "Welcome home", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03396-4", - "creator": "Beth Cato", - "pubDate": "2021-11-17", + "title": "Celebrations and Gifts That Embody the Holiday Spirit", + "description": "In “an all-hands-on-deck” year, nonprofit groups help families with toys, food, books and winter essentials.", + "content": "Fareba and Kamila Fayyazi outside their school in Tucson, Ariz., which helped provide them with books.", + "category": "New York Times Neediest Cases Fund", + "link": "https://www.nytimes.com/2021/12/23/neediest-cases/celebrations-and-gifts-that-embody-the-holiday-spirit.html", + "creator": "Christopher Mele", + "pubDate": "Thu, 23 Dec 2021 10:00:07 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f70fc617e92fb584a70f36171fb6971b" + "hash": "885c0ea6a96c9eb14a1100d6c3e6a785" }, { - "title": "Iodine powers low-cost engines for satellites", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03384-8", - "creator": "Igor Levchenko", - "pubDate": "2021-11-17", + "title": "How We’re Holding It Together", + "description": "“Always expect reversals.”", + "content": "“Always expect reversals.”", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/22/at-home/newsletter.html", + "creator": "Melissa Kirsch", + "pubDate": "Wed, 22 Dec 2021 22:15:05 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aec73a058549fdd5aeacb260bd183994" + "hash": "b725bcfcbca60565ac73592ebc217f25" }, { - "title": "Helpline data used to monitor population distress in a pandemic", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03038-9", - "creator": "Cindy H. Liu", - "pubDate": "2021-11-17", + "title": "A Janitor’s Colleagues Put Him on the Fast Track to Retirement", + "description": "An Italian factory worker was dealing with a lifelong impairment that made it hard to work, but he wasn’t in a position to retire. Then his co-workers gave him 20 months’ worth of vacation days.", + "content": "Alfredo Lupi, fifth from right, poses with his co-workers on Thursday at the Senna Inox factory in Graffignana, Italy.", + "category": "Italy", + "link": "https://www.nytimes.com/2021/12/25/world/europe/alfredo-lupi-janitor-italy.html", + "creator": "Gaia Pianigiani", + "pubDate": "Sat, 25 Dec 2021 19:10:46 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b09a792962110233733d13db8f6457e3" + "hash": "5285e4d73df9c78df61b50d6d9279f5c" }, { - "title": "It’s a snap: the friction-based physics behind a common gesture", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03444-z", - "creator": "", - "pubDate": "2021-11-17", + "title": "Family in Nigeria Lost 3 Daughters to Sickle Cell. Can They Save a Fourth?", + "description": "About 150,000 babies are born each year in Nigeria with sickle cell, a deadly disease. Tens of thousands of them die annually before their fifth birthdays.", + "content": "About 150,000 babies are born each year in Nigeria with sickle cell, a deadly disease. Tens of thousands of them die annually before their fifth birthdays.", + "category": "Sickle Cell Anemia", + "link": "https://www.nytimes.com/2021/12/21/health/sickle-cell-nigeria.html", + "creator": "John Eligon, Ismail Alfa and KC Nwakalor", + "pubDate": "Tue, 21 Dec 2021 14:17:43 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "baa32060acc036f395da17b085bae95b" + "hash": "e38dda23b5469720d975ccb49437500f" }, { - "title": "Canada’s scientific strength depends on greater support for innovation", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03058-5", - "creator": "Bec Crew", - "pubDate": "2021-11-17", + "title": "Judge Upholds His Block on New York Times Coverage of Project Veritas", + "description": "The New York State judge also ordered The Times to turn over physical copies and destroy any electronic versions of documents a lawyer prepared for the conservative group.", + "content": "The New York Times said it would appeal a decision, released on Friday, by Justice Charles D. Wood, a judge in Westchester County, N.Y.", + "category": "Freedom of the Press", + "link": "https://www.nytimes.com/2021/12/24/business/media/new-york-times-project-veritas.html", + "creator": "Michael M. Grynbaum", + "pubDate": "Fri, 24 Dec 2021 22:35:23 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30b65a8211d74ff50a1c112e2325b381" + "hash": "4de5b87caa660d9b35d14d81068d6b64" }, { - "title": "Sea squirts teach new lessons in evolution", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03475-6", - "creator": "Shamini Bundell", - "pubDate": "2021-11-17", + "title": "At Least 16 Dead After Migrant Boat Capsizes Off Greece", + "description": "The wreck late Friday in the Aegean Sea, the third in Greek waters in three days, was another reminder of the risks asylum seekers face.", + "content": "Rescued refugees and migrants disembarking from a Greek Coast Guard vessel onto the island of Crete in July.", + "category": "Drownings", + "link": "https://www.nytimes.com/2021/12/25/world/europe/migrant-boat-greece.html", + "creator": "Niki Kitsantonis", + "pubDate": "Sat, 25 Dec 2021 14:50:30 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "674b88dcb9b9d863a7952a7ba57b6287" + "hash": "27923f9d5af86562ebacf8d0ab93ad8c" }, { - "title": "A guide to the Nature Index", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03065-6", - "creator": "", - "pubDate": "2021-11-17", + "title": "Steve Bronski, of the Pioneering Gay Band Bronski Beat, Dies at 61", + "description": "He was part of a British trio whose songs often directly addressed gay themes and issues in a way few other pop music acts were doing.", + "content": "Members of Bronski Beat in 1984; from left, Jimmy Somerville, Larry Steinbachek and Steve Bronski. Their first single told of a young gay man’s escape from a provincial town where he had endured a homophobic attack.", + "category": "Bronski, Steve (1960-2021)", + "link": "https://www.nytimes.com/2021/12/22/arts/music/steve-bronski-dead.html", + "creator": "Neil Genzlinger", + "pubDate": "Thu, 23 Dec 2021 17:22:08 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "506cd85df5c76e54deeea3c966030ac9" + "hash": "b8175b69c46ba4086aab15e3f3e0fdbe" }, { - "title": "Even organic pesticides spur change in the wildlife next door", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03445-y", - "creator": "", - "pubDate": "2021-11-17", + "title": "In Search of Black Santa", + "description": "My kids shouldn’t have to color their Santa Claus figurines with brown ink like I did.", + "content": "Kelvin Douglas is a jolly Santa Claus for children in Houston.", + "category": "Santa Claus", + "link": "https://www.nytimes.com/2021/12/09/well/family/black-santa.html", + "creator": "Nancy Redd", + "pubDate": "Thu, 09 Dec 2021 18:21:20 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ac82649d9b618b14505fedf066366a9" + "hash": "3409388253d4d3aed03b33e2a72c0abe" }, { - "title": "Independent infections of porcine deltacoronavirus among Haitian children", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04111-z", - "creator": "John A. Lednicky", - "pubDate": "2021-11-17", + "title": "Holiday Cookie Baking to Connect With Those We Miss", + "description": "At the darkest time of year, we bake our pain and loss into something to pass to others when it becomes too much to carry.", + "content": "At the darkest time of year, we bake our pain and loss into something to pass to others when it becomes too much to carry.", + "category": "Cookies", + "link": "https://www.nytimes.com/2020/12/25/well/family/Christmas-cookies-grief.html", + "creator": "Jenn Shapland", + "pubDate": "Fri, 25 Dec 2020 14:00:51 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83c075b8036979f35abc9ad98f12c689" + "hash": "e99f1235efc3f7f34195567601e56181" }, { - "title": "Observation of universal ageing dynamics in antibiotic persistence", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04114-w", - "creator": "Yoav Kaplan", - "pubDate": "2021-11-17", + "title": "Falling in Love With Everyone We Saw in 2021", + "description": "Looking back at a year of pictures from the Styles Desk.", + "content": " We went sailing with Ann Dowd, who starred in an indie film, “Mass,” this year.", + "category": "your-feed-photojournalism", + "link": "https://www.nytimes.com/2021/12/25/style/pictures-2021.html", + "creator": "Elizabeth Bristow, Eve Lyons, Amanda Webster and Stella Bugbee", + "pubDate": "Sat, 25 Dec 2021 08:00:57 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5445626d850ca173f6e2bddd0a22eeaa" + "hash": "889bd3b7c96ab5f51c7f3485bdd7f1e1" }, { - "title": "In-orbit demonstration of an iodine electric propulsion system", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04015-y", - "creator": "Dmytro Rafalskyi", - "pubDate": "2021-11-17", + "title": "Who’s Up for a Round of Warhammer?", + "description": "A tabletop game set in a dystopian universe has found a new legion of fans during the pandemic.", + "content": "A tabletop game set in a dystopian universe has found a new legion of fans during the pandemic.", + "category": "Games", + "link": "https://www.nytimes.com/2021/12/25/style/warhammer-game.html", + "creator": "Shane O’Neill", + "pubDate": "Sat, 25 Dec 2021 10:00:07 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23f579d006baef7d5b88ddffde6d2d46" + "hash": "7f611113a781407d2e5d3bca608b595d" }, { - "title": "Cell-type specialization is encoded by specific chromatin topologies", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04081-2", - "creator": "Warren Winick-Ng", - "pubDate": "2021-11-17", + "title": "The Year Space Got Sexy All Over Again", + "description": "Or at least became a place for phallic rockets paid for by billionaires.", + "content": "It was a busy year for space. Clockwise from left: Jeff Bezos; his Blue Origins rocket; mysterious obelisks in Utah. ", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2021/12/10/style/space-billionaires.html", + "creator": "Alex Williams", + "pubDate": "Fri, 10 Dec 2021 10:00:12 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dbe81a25bf57a0c17aeaa3f8ee978c65" + "hash": "0bfa8a1622bb16d28fba98959bc04ae6" }, { - "title": "Structure, function and pharmacology of human itch GPCRs", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04126-6", - "creator": "Can Cao", - "pubDate": "2021-11-17", + "title": "These Churches Have Been Closed, but Their Artifacts Live On", + "description": "In a warehouse on Staten Island, the Archdiocese of New York stores altars, statuary and other relics that can be reused in churches around the world.", + "content": "Plaster statues of St. Bernadette (center), St. Ann and other holy figures, salvaged from deconsecrated Roman Catholic churches, on display in the Patrimony Warehouse of the Archdiocese of New York. Priests from as far away as India and Africa have browsed the selection and had their chosen items shipped to their home parishes.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/24/realestate/streetscapes-catholic-relics.html", + "creator": "John Freeman Gill", + "pubDate": "Fri, 24 Dec 2021 10:00:31 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a5698eb9e92bab17415e711747cfa79" + "hash": "00bf2ff77fc929c46355beb91974b826" }, { - "title": "Cardiopharyngeal deconstruction and ancestral tunicate sessility", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04041-w", - "creator": "Alfonso Ferrández-Roldán", - "pubDate": "2021-11-17", + "title": "An Ode to All the Great Books I Haven’t Read", + "description": "As the year ends, the illustrator Grant Snider looks back at his literary regrets.", + "content": "As the year ends, the illustrator Grant Snider looks back at his literary regrets.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/23/books/an-ode-to-all-the-great-books-i-havent-read.html", + "creator": "Grant Snider", + "pubDate": "Thu, 23 Dec 2021 23:47:11 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "603470581fd1cd2fc5d6b4cd1f37a723" + "hash": "27ee757adda60286bcc3bc9f29cf8e5f" }, { - "title": "Isolation and characterization of a californium metallocene", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04027-8", - "creator": "Conrad A. P. Goodwin", - "pubDate": "2021-11-17", + "title": "Why Jesus Never Stopped Asking Questions", + "description": "Jesus liked to turn the tables on his interlocutors, especially those who were in the business of asking questions themselves.", + "content": "Christ used questions to enter more fully into the lives of others and to help people look at the state of their hearts.", + "category": "Christians and Christianity", + "link": "https://www.nytimes.com/2021/12/23/opinion/christmas-jesus-questions.html", + "creator": "Peter Wehner", + "pubDate": "Thu, 23 Dec 2021 10:00:11 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "492a25e98089390c6abf60c021ede6c6" + "hash": "349832267894111638cbaf1ce6868500" }, { - "title": "Approaching the intrinsic exciton physics limit in two-dimensional semiconductor diodes", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03949-7", - "creator": "Peng Chen", - "pubDate": "2021-11-17", + "title": "Europeans Ponder Living With, Not Defeating, Covid", + "description": "On the eve of the biggest holidays in Europe, exhaustion with the pandemic is rising. So is resignation that the virus is endemic.", + "content": "Lining up outside La Paz Hospital in Madrid for a coronavirus test on Thursday.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/24/world/europe/europe-covid-pandemic-omicron.html", + "creator": "Nicholas Casey, Constant Méheut and José Bautista", + "pubDate": "Fri, 24 Dec 2021 11:32:20 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b900506ef94c88cc1aeedfa93a1195dd" + "hash": "f286fb7ebe494359a6d92602b45ff62c" }, { - "title": "Structure, function and pharmacology of human itch receptor complexes", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04077-y", - "creator": "Fan Yang", - "pubDate": "2021-11-17", + "title": "In Myanmar, a Notable Burmese Family Quietly Equipped a Brutal Military", + "description": "A Burmese-Irish family said all the right things, even as it helped Myanmar’s rulers avoid sanctions scrutiny in buying airplanes, defense radar and more.", + "content": "Senior Gen. Min Aung Hlaing, Myanmar’s military commander in chief, during a parade for the 76th Armed Forces Day in Naypyidaw, the capital, in March.", + "category": "U Moe Kyaw Thaung", + "link": "https://www.nytimes.com/2021/12/24/world/asia/myanmar-coup-military-tatmadaw-kyaw-thaung.html", + "creator": "Hannah Beech", + "pubDate": "Fri, 24 Dec 2021 15:39:59 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8084cb1c209b70b35bc5d77a62e8da9f" + "hash": "39f7073327bee02e6e949d60980ad2aa" }, { - "title": "Exploding and weeping ceramics", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03975-5", - "creator": "Hanlin Gu", - "pubDate": "2021-11-17", + "title": "‘The Nutcracker’ and the Sex Tape", + "description": "A holiday story about passion and other adhesives (and an ugly Christmas sweater).", + "content": "A holiday story about passion and other adhesives (and an ugly Christmas sweater).", + "category": "Love (Emotion)", + "link": "https://www.nytimes.com/2021/12/24/style/modern-love-nutcracker-sex-tape-ugly-christmas-sweater.html", + "creator": "Melody Federer", + "pubDate": "Fri, 24 Dec 2021 06:26:29 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9723db5255e2b15153737bdd84202788" + "hash": "bedf7e7ebd314daadbf10a6f03b97b9b" }, { - "title": "Reverse-translational identification of a cerebellar satiation network", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04143-5", - "creator": "Aloysius Y. T. Low", - "pubDate": "2021-11-17", + "title": "After Hurricanes and Pandemic, a New Orleans Museum Fights to Hold On", + "description": "The Backstreet Cultural Museum served as an enduring tribute to the city’s Black culture, as the Tremé neighborhood gentrified around it. Then Hurricane Ida destroyed its home.", + "content": "Over the past 16 months, the Backstreet Cultural Museum has lost its founder and its building. ", + "category": "Collectors and Collections", + "link": "https://www.nytimes.com/2021/12/25/us/backstreet-cultural-museum-new-orleans.html", + "creator": "Katy Reckdahl and Sophie Kasakove", + "pubDate": "Sat, 25 Dec 2021 12:49:28 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2d1a9cef15f05f9da17329f1647ba62" + "hash": "bc844d4f5c1533f98e93a70a5ede06a3" }, { - "title": "Cortical responses to touch reflect subcortical integration of LTMR signals", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04094-x", - "creator": "Alan J. Emanuel", - "pubDate": "2021-11-17", + "title": "It’s a ‘Sex and the City’ World. Can Carrie and Co. Still Live in It?", + "description": "Two decades ago, “Sex and the City” set the standard for many shows to come. With “And Just Like That …,” the series reintroduces itself to a genre that has evolved beyond it.", + "content": "Two decades ago, “Sex and the City” set the standard for many shows to come. With “And Just Like That …,” the series reintroduces itself to a genre that has evolved beyond it.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/24/arts/television/sex-and-the-city-girls-girlfriends-run-the-world.html", + "creator": "Maya Phillips", + "pubDate": "Fri, 24 Dec 2021 16:28:48 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9063a39fa230cd59cc8a57ec3267e820" + "hash": "7ab4b3a7d9e2eaedc0b293e7fc837826" }, { - "title": "Mental health concerns during the COVID-19 pandemic as revealed by helpline calls", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04099-6", - "creator": "Marius Brülhart", - "pubDate": "2021-11-17", + "title": "James F. Fries, Who Studied the Good Life and How to Live It, Dies at 83", + "description": "He showed that while a healthy lifestyle won’t help us live much longer, it can stave off chronic disease and disability until our final years.", + "content": "James F. Fries concluded from analyzing health data that exercise and a healthy diet could help postpone the onset of debilitating disease until close to the end of life. He was an avid outdoorsman.", + "category": "Fries, James F (1938-2021)", + "link": "https://www.nytimes.com/2021/12/24/health/james-f-fries-dead.html", + "creator": "Clay Risen", + "pubDate": "Fri, 24 Dec 2021 17:10:41 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea16538da16a9fb7b28626e118e40959" + "hash": "bd9daf6b5ce58d1390ae3a5bd9c19410" }, { - "title": "Herpesviruses assimilate kinesin to produce motorized viral particles", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04106-w", - "creator": "Caitlin E. Pegg", - "pubDate": "2021-11-17", + "title": "Five Science-Fiction Movies to Stream Now", + "description": "This month’s picks include apocalyptic K-pop and a parallel-dimension thriller.", + "content": "This month’s picks include apocalyptic K-pop and a parallel-dimension thriller.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/24/movies/streaming-sci-fi-movies.html", + "creator": "Elisabeth Vincentelli", + "pubDate": "Fri, 24 Dec 2021 16:00:04 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c77816712d69647cf3bad681008c4b21" + "hash": "707b50113442f88654097ebe23b9e388" }, { - "title": "Observation of Stark many-body localization without disorder", - "description": "", - "content": "\n ", + "title": "Covid Live Updates: U.S. Blood Supply, Robbed of Healthy Donors, Is at 10-Year Low", + "description": "Blood banks across the country are struggling to maintain their usual three-day supply as virus cases make donors and medical staff scarce. Britain is administering booster shots throughout the Christmas holiday.", + "content": "Blood banks across the country are struggling to maintain their usual three-day supply as virus cases make donors and medical staff scarce. Britain is administering booster shots throughout the Christmas holiday.", "category": "", - "link": "https://www.nature.com/articles/s41586-021-03988-0", - "creator": "W. Morong", - "pubDate": "2021-11-17", + "link": "https://www.nytimes.com/live/2021/12/25/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Sat, 25 Dec 2021 21:12:35 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c96ba1f645a9f50b46ed3c5fe11a5b5" + "hash": "9f949b52efbb206bdb3fb27810f1e659" }, { - "title": "Single-cell transcriptomic characterization of a gastrulating human embryo", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04158-y", - "creator": "Richard C. V. Tyser", - "pubDate": "2021-11-17", + "title": "What Is a Foul in the NBA? It’s Always Evolving", + "description": "The N.B.A. foul is never set in stone. As players reinvent the game, the officiating changes, too.", + "content": "The N.B.A. foul is never set in stone. As players reinvent the game, the officiating changes, too.", + "category": "Basketball", + "link": "https://www.nytimes.com/2021/12/23/sports/basketball/nba-fouls.html", + "creator": "Sopan Deb and Anthony Gentles", + "pubDate": "Sat, 25 Dec 2021 22:18:34 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc80f23bc87a866720998b6d07709f8e" + "hash": "2e17c9c28e4fe39617df424008a89c82" }, { - "title": "Measuring phonon dispersion at an interface", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03971-9", - "creator": "Ruishi Qi", - "pubDate": "2021-11-17", + "title": "Gordon Carey, a Force in the Civil Rights Movement, Dies at 89", + "description": "An “unsung hero” of the era, he played important roles in two of its far-reaching events: the 1960 lunch-counter sit-ins and the 1961 Freedom Rides.", + "content": "An “unsung hero” of the era, he played important roles in two of its far-reaching events: the 1960 lunch-counter sit-ins and the 1961 Freedom Rides.", + "category": "Carey, Gordon (1932-2021)", + "link": "https://www.nytimes.com/2021/12/24/us/gordon-carey-dead.html", + "creator": "Katharine Q. Seelye", + "pubDate": "Fri, 24 Dec 2021 23:08:02 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b2b8ada8ad4b7df935589dcf13759dc" + "hash": "290dac0bf635cde0d1f76143a97e88bd" }, { - "title": "Excitons and emergent quantum phenomena in stacked 2D semiconductors", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03979-1", - "creator": "Nathan P. Wilson", - "pubDate": "2021-11-17", + "title": "Sally Ann Howes, Star of ‘Chitty Chitty Bang Bang,’ Dies at 91", + "description": "The English-born actress captivated children in the 1968 film, which became a holiday favorite. It was one of around 140 productions she appeared in during a six-decade career.", + "content": "Sally Ann Howes in the 1968 movie “Chitty Chitty Bang Bang” with, from left, Dick Van Dyke, Adrian Hall and Heather Ripley.", + "category": "Actors and Actresses", + "link": "https://www.nytimes.com/2021/12/22/movies/sally-ann-howes-dead.html", + "creator": "Robert D. McFadden", + "pubDate": "Wed, 22 Dec 2021 22:06:41 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "152e1316853848477df6d870769f9053" + "hash": "da426bb34292ed99f779784c63a8e386" }, { - "title": "Widespread changes in surface temperature persistence under climate change", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-03943-z", - "creator": "Jingyuan Li", - "pubDate": "2021-11-17", + "title": "As Omicron Spreads, the Unvaccinated in the U.S. Remain Defiant", + "description": "To some who are steadfastly opposed to the shot, the evasiveness of the coronavirus has only reaffirmed their stance.", + "content": "Parents demonstrated in November against a vaccine mandate for students in Los Angeles.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/25/us/as-omicron-spreads-and-cases-soar-the-unvaccinated-remain-defiant.html", + "creator": "Jack Healy, Noah Weiland and Richard Fausset", + "pubDate": "Sat, 25 Dec 2021 10:00:14 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f3227d59567764ec0947afb4dd9255c" + "hash": "cc6bd1affdbd98d5d948470c3478f3c4" }, { - "title": "Structural insights into Ubr1-mediated N-degron polyubiquitination", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/s41586-021-04097-8", - "creator": "Man Pan", - "pubDate": "2021-11-17", + "title": "Holiday Spirit Glimmers as New York Endures Another Pandemic Christmas", + "description": "Despite a surge in coronavirus cases that dashed plans for travel and celebrations, New Yorkers did what they could to salvage the season.", + "content": "Robert Valley and Alexis Pagan sought out some holiday cheer at F.A.O. Schwarz. “This is what we’ve got, this is what we’re holding on to,” Mr. Valley said as they posed for a portrait.", + "category": "Christmas", + "link": "https://www.nytimes.com/2021/12/24/nyregion/christmas-virus-nyc.html", + "creator": "Sarah Maslin Nir", + "pubDate": "Sat, 25 Dec 2021 06:17:09 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb7a752793c95465abc0716f0d123e57" + "hash": "88f75ef83098ee7c4d4ab186904f0f97" }, { - "title": "A critical mass of learning at Mila, Canada", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03064-7", - "creator": "Nicola Jones", - "pubDate": "2021-11-17", + "title": "Many African Countries Toughen Covid Restrictions as Fourth Wave Spreads", + "description": "Infections have more than doubled or tripled in many countries, prompting the authorities to reimpose curfews and quarantines and introduce vaccine mandates as the holiday season gets underway.", + "content": "A vaccination center in Kibera, a sprawling, poor neighborhood of Nairobi, Kenya, on Friday.", + "category": "Africa", + "link": "https://www.nytimes.com/2021/12/25/world/africa/africa-coronavirus-omicron.html", + "creator": "Abdi Latif Dahir and Jeffrey Moyo", + "pubDate": "Sat, 25 Dec 2021 10:00:13 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "81e6258e84a2e8c34b593038fb3050c2" + "hash": "0b809e8021d1539234bc39643e5c6578" }, { - "title": "The start-ups chasing clean, carbon-free fusion energy", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03401-w", - "creator": "Philip Ball", - "pubDate": "2021-11-17", + "title": "Another Christmas of Death and Distress in America’s I.C.U.s", + "description": "The toll on health care workers, many of whom are giving up their holiday to treat dangerously ill Covid patients, is severe.", + "content": "“We’re pretty short-staffed,” Ronda Stevenson, an intensive care unit nurse at Eskenazi Health in Indianapolis, said. “It’s getting harder.”", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/25/us/another-christmas-of-death-and-distress-in-americas-icus.html", + "creator": "Sarah Bahr and Mike Baker", + "pubDate": "Sat, 25 Dec 2021 10:00:13 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "37f1644a9db923b968b416217a857da4" + "hash": "b36a56231fc781eb2a1202bdcdd93b32" }, { - "title": "Californium—carbon bond captured in a complex", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03385-7", - "creator": "Julie E. Niklas", - "pubDate": "2021-11-17", + "title": "As Covid Disrupts a 2nd Christmas, Pope Prays for Healing and Peace", + "description": "In his Christmas message, Pope Francis called on world leaders to resolve persisting conflicts and prayed for people across the globe who are affected by the coronavirus.", + "content": "Pope Francis waving after his Christmas speech from the main balcony of St. Peter’s Basilica at the Vatican on Saturday.", + "category": "Francis", + "link": "https://www.nytimes.com/2021/12/25/world/europe/pope-francis-christmas-message.html", + "creator": "Gaia Pianigiani and Elisabetta Povoledo", + "pubDate": "Sat, 25 Dec 2021 11:49:45 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ef678288480c4e31a12ea2d12c1f5e1" + "hash": "ac4c60bba4d3b78d1d85a0d670738211" }, { - "title": "Canada’s scientists are elucidating the dark metabolome", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03062-9", - "creator": "James Mitchell Crow", - "pubDate": "2021-11-17", + "title": "Despite Omicron Wave, Britons Are Set on Not Losing Another Christmas", + "description": "For Christmas shoppers in central London this week, little seemed to dampen their spirits. But there was an undercurrent that the city was bracing for further coronavirus restrictions.", + "content": "For Christmas shoppers in central London this week, little seemed to dampen their spirits. But there was an undercurrent that the city was bracing for further coronavirus restrictions.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/24/world/europe/covid-britain-omicron-christmas.html", + "creator": "Megan Specia", + "pubDate": "Fri, 24 Dec 2021 13:23:08 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c2d611c7b66de0108f55e0fd70938ccc" + "hash": "ae63e8114c007404d6dec3515d170608" }, { - "title": "Europe’s Roma people are vulnerable to poor practice in genetics", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03416-3", - "creator": "Veronika Lipphardt", - "pubDate": "2021-11-17", + "title": "On Broadway, Newly Vital Understudies Step Into the Spotlight", + "description": "As Omicron spreads, shows are relying on replacement actors more than ever. And productions without enough of them have had to cancel performances.", + "content": "LaQuet Sharnell Pringle covers several roles in the musical “Mrs. Doubtfire.” To stay prepared, “I physically need to say words out loud every day,” she said.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/24/theater/understudies-broadway-cancellations.html", + "creator": "Alexis Soloski", + "pubDate": "Fri, 24 Dec 2021 17:15:12 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa0b7620c8494447ee7d4fdcc3ba4b0a" + "hash": "bc15edeaa89f4e72243c94464e2be0ab" }, { - "title": "New mineral, FDA chief and the pandemic’s toll on research", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03435-0", - "creator": "", - "pubDate": "2021-11-17", + "title": "What to Bake on Christmas Morning", + "description": "Big brunch dishes and holiday-spiced small treats capture the spirit of sharing and can be prepared ahead for effortless snacks.", + "content": "Big brunch dishes and holiday-spiced small treats capture the spirit of sharing and can be prepared ahead for effortless snacks.", + "category": "Christmas", + "link": "https://www.nytimes.com/2021/12/13/dining/christmas-morning-breakfast-brunch.html", + "creator": "Jerrelle Guy", + "pubDate": "Mon, 20 Dec 2021 19:23:24 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1928724281284aa97eb17a066ca349c0" + "hash": "f232d385ae71f2499a2e362ac52b491a" }, { - "title": "COP26: Meet the scientists behind the crucial climate summit", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03029-w", - "creator": "Quirin Schiermeier", - "pubDate": "2021-11-16", + "title": "Our Food Staff’s 18 Favorite Holiday Recipes", + "description": "Reporters and editors shared the NYT Cooking recipes that have become holiday traditions in their homes.", + "content": "Reporters and editors shared the NYT Cooking recipes that have become holiday traditions in their homes.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2020/12/10/dining/holiday-recipes-staff-picks.html", + "creator": "Alexa Weibel", + "pubDate": "Sat, 12 Dec 2020 11:00:14 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a41af0895586b81d871105a7c9b9de58" + "hash": "aa005ac2f5902112b05b70db68bc3da5" }, { - "title": "Presidents of Royal Society live long lives", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03420-7", - "creator": "Oscar S. Wilson", - "pubDate": "2021-11-16", + "title": "The Secret to This Glazed Holiday Ham? Root Beer.", + "description": "The sarsaparilla flavor lends the meat a woodsy mintiness, which sings when it’s paired with aromatics like bay leaves and shallots.", + "content": "The sarsaparilla flavor lends the meat a woodsy mintiness, which sings when it’s paired with aromatics like bay leaves and shallots.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/08/magazine/root-beer-ham-recipe.html", + "creator": "Eric Kim", + "pubDate": "Thu, 09 Dec 2021 00:25:32 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "183990819bf0c6a9acaadf1a481400b6" + "hash": "f4231eef20079ed5b315a7744f77d670" }, { - "title": "Link knowledge and action networks to tackle disasters", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03419-0", - "creator": "Jim Falk", - "pubDate": "2021-11-16", + "title": "Why We Feast During the Holidays", + "description": "There’s a widespread need to reconnect to all the things that make life worth living, and what better moment than now?", + "content": "There’s a widespread need to reconnect to all the things that make life worth living, and what better moment than now?", + "category": "Food", + "link": "https://www.nytimes.com/2021/12/23/opinion/culture/holiday-feasting-rich-poor.html", + "creator": "Abhijit Banerjee", + "pubDate": "Fri, 24 Dec 2021 05:37:12 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "080cbfa01e2f1f03826229ba0470f34d" + "hash": "0d636b2da16565b4b8d0e4c85dff20f6" }, { - "title": "Reflections on a pioneer in electrical engineering", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03417-2", - "creator": "Polina Bayvel", - "pubDate": "2021-11-16", + "title": "Selling Luxury Apartments Where Oliver Twist Once Asked for Gruel", + "description": "Want to understand London’s economic transformation? Take a look at the condo conversion of a workhouse near where a young Charles Dickens lived.", + "content": "The Strand Union Workhouse, which inspired “Oliver Twist,” was built in the 1770s.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/23/business/dickens-condos-oliver-twist-workhouse.html", + "creator": "David Segal", + "pubDate": "Thu, 23 Dec 2021 20:14:19 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d431507fbed25df3a7e353e72111fe61" + "hash": "2ffcbff75fdf572e1e95ca5564ec8ecc" }, { - "title": "High-speed spinning yields some of the toughest spider silk ever found", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03443-0", - "creator": "", - "pubDate": "2021-11-16", + "title": "Beneath a Covid Vaccine Debacle, 30 Years of Government Culpability", + "description": "Washington has rejected plans to revamp vaccine preparedness for decades and repeatedly paid a price. The Biden administration is at a similar crossroads.", + "content": "Washington has rejected plans to revamp vaccine preparedness for decades and repeatedly paid a price. The Biden administration is at a similar crossroads.", + "category": "Emergent BioSolutions Inc", + "link": "https://www.nytimes.com/2021/12/23/us/covid-vaccine-biden-trump.html", + "creator": "Chris Hamby and Sheryl Gay Stolberg", + "pubDate": "Thu, 23 Dec 2021 10:00:26 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac422b468c7f4344eea4d6303ae16a3d" + "hash": "023be886529602aa7c4416ad14407001" }, { - "title": "From the archive", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03382-w", - "creator": "", - "pubDate": "2021-11-16", + "title": "California Woman Pleads Guilty to Punching Flight Attendant in the Face", + "description": "Vyvianna M. Quinonez, 28, bloodied a flight attendant in May on a Southwest Airlines flight to San Diego, prosecutors said.", + "content": "The Federal Aviation Administration has increased fines for unruly behavior aboard aircraft. ", + "category": "Airlines and Airplanes", + "link": "https://www.nytimes.com/2021/12/23/us/southwest-flight-attendant-vyvianna-quinonez-guilty.html", + "creator": "Alyssa Lukpat", + "pubDate": "Thu, 23 Dec 2021 10:00:11 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "37048d3a792bc1fc7946c2c3bbf3fa74" + "hash": "e9f66337daa9aceb5f77e6689396ce0b" }, { - "title": "Stagnating salaries present hurdles to career satisfaction", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03041-0", - "creator": "Chris Woolston", - "pubDate": "2021-11-16", + "title": "A Time Capsule Beneath a Lee Statue Reveals More Mysteries", + "description": "Conservators spent hours carefully prying open the container, which had been hidden beneath a monument to the Confederate general Robert E. Lee.", + "content": "Conservators with the Virginia Department of Historic Resources, remove one of three books.", + "category": "Monuments and Memorials (Structures)", + "link": "https://www.nytimes.com/2021/12/22/us/time-capsule-lee-statue.html", + "creator": "Eduardo Medina", + "pubDate": "Thu, 23 Dec 2021 14:29:31 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5b2c92fda0cd56cf485375f57df127e" + "hash": "ecd15c1570829156ca94670e82a5cde0" }, { - "title": "COP26 didn’t solve everything — but researchers must stay engaged", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03433-2", - "creator": "", - "pubDate": "2021-11-16", + "title": "How to Handle Omicron Surge Over the Holidays: a Guide", + "description": "The new variant is going to be disruptive, but we have the tools we need to get through this phase of the pandemic.", + "content": "The new variant is going to be disruptive, but we have the tools we need to get through this phase of the pandemic.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/23/well/live/omicron-surge-risk-holidays-guide.html", + "creator": "Tara Parker-Pope", + "pubDate": "Thu, 23 Dec 2021 22:36:59 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72e2f7c9027589c246311bb66d80a156" + "hash": "2f402daae4b2fbab724ff26c70cced17" }, { - "title": "Daily briefing: How some fish can live for centuries", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03473-8", - "creator": "Flora Graham", - "pubDate": "2021-11-16", + "title": "A New Israeli Wonderland, Where You Can Almost Forget Where You Are", + "description": "An alien spaceship theme park, an Italian Renaissance-style mall, a canal with gondolas. “Nothing in Israel compares with it,” the developer says. There’s just one catch.", + "content": "A crazy rooftop ride at Magic Kass theme park offers a view of an Israeli settlement, Maale Adumim, and the Judean Desert.", + "category": "Israeli Settlements", + "link": "https://www.nytimes.com/2021/12/25/world/middleeast/west-bank-entertainment-complex-israel.html", + "creator": "Isabel Kershner", + "pubDate": "Sat, 25 Dec 2021 10:00:22 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9d76523d7162ac8f89b52082145709f" + "hash": "9d17d40af5ac15d02d74cd5d6504f89d" }, { - "title": "Yes, science can weigh in on abortion law", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03434-1", - "creator": "Diana Greene Foster", - "pubDate": "2021-11-16", + "title": "Grace Mirabella, Who Brought Vogue Down to Earth, Dies at 92", + "description": "In her 17 years at the helm of the fashion magazine, she took a more practical-minded approach, in line with a rise in women’s participation in the work force.", + "content": "Grace Mirabella in 1971, shortly after being named editor in chief of Vogue magazine. She added sections on the arts, fitness, health and beauty while keeping its emphasis on fashion. Circulation tripled.", + "category": "Mirabella, Grace", + "link": "https://www.nytimes.com/2021/12/23/fashion/grace-mirabella-dead.html", + "creator": "Phyllis Messinger", + "pubDate": "Thu, 23 Dec 2021 20:29:22 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b84f0c7ae3753bf81ca539ba62f8164a" + "hash": "3c461c091cff1f128599f37c48e074ee" }, { - "title": "Funders need to credit open science", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03418-1", - "creator": "Hans de Jonge", - "pubDate": "2021-11-16", + "title": "Public Streets Are the Lab for Self-Driving Experiments", + "description": "When the U.S. ordered companies to report accidents involving driver-assistance tech, Tesla was thought to be the motivation. But 108 companies were listed, showing how widespread the testing may be.", + "content": "A self-driving car in Pittsburgh. There are no federal regulations that would keep tests of autonomous cars off public roads.", + "category": "Traffic Accidents and Safety", + "link": "https://www.nytimes.com/2021/12/23/business/tesla-self-driving-regulations.html", + "creator": "Roy Furchgott", + "pubDate": "Thu, 23 Dec 2021 11:00:09 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50546217414cb878dab97bc0eeaf2d4d" + "hash": "14c7dae202e963ff988490111f16bde4" }, { - "title": "Ancient mud bricks show adobe’s foundations 5,000 years ago", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03446-x", - "creator": "", - "pubDate": "2021-11-15", + "title": "N.F.L. Christmas Schedule: What to Watch For in Today's Games", + "description": "The Cleveland Browns visit the Green Bay Packers, and the Arizona Cardinals host the Indianapolis Colts.", + "content": "The Cleveland Browns have been among several N.F.L. teams dealing with significant coronavirus issues.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/25/sports/football/nfl-christmas-games-schedule.html", + "creator": "Emmanuel Morgan", + "pubDate": "Sat, 25 Dec 2021 05:01:06 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc23c25bf06d46981d000e124aee2cbf" + "hash": "ba2cfb25e25d74d51d3076187200981d" }, { - "title": "The greener route to indigo blue", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03437-y", - "creator": "James Mitchell Crow", - "pubDate": "2021-11-15", + "title": "Group Raises $20 Million to Preserve ‘Lost’ Brontë Library", + "description": "The Honresfield Library, which includes rarely seen manuscripts by the Brontës, Robert Burns, Walter Scott and Jane Austen, will be acquired for the British public.", + "content": "The Honresfield Library, which includes rarely seen manuscripts by the Brontës, Robert Burns, Walter Scott and Jane Austen, will be acquired for the British public.", + "category": "Libraries and Librarians", + "link": "https://www.nytimes.com/2021/12/24/arts/honresfield-library-bronte.html", + "creator": "Jennifer Schuessler", + "pubDate": "Fri, 24 Dec 2021 22:31:52 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2d5204cf5b65803a6383db28ea0aa39" + "hash": "ef428a440f728875f4a4fd3f8b753dba" }, { - "title": "More Alzheimer’s drugs head for FDA review: what scientists are watching", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03410-9", - "creator": "Asher Mullard", - "pubDate": "2021-11-15", + "title": "Fire on Crowded Bangladesh Ferry Leaves Dozens Dead", + "description": "Officials confirmed 35 deaths, but they said the toll was likely to rise as search and rescue continued.", + "content": "Firefighters and coast guard personnel working Friday at the scene of the ferry disaster near the town of Jhalakathi, Bangladesh.", + "category": "Bangladesh", + "link": "https://www.nytimes.com/2021/12/24/world/asia/bangladesh-ferry-fire.html", + "creator": "Saif Hasnat", + "pubDate": "Fri, 24 Dec 2021 12:04:19 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3989abab632037401c660cf6ec9f4ec" + "hash": "d352c704c0cbf18f5e0e65f2413106c9" }, { - "title": "Daily briefing: New mineral discovered inside a diamond", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03468-5", - "creator": "Flora Graham", - "pubDate": "2021-11-15", + "title": "Rodin Bronze From Family Plot Is Heading to Auction", + "description": "Experts criticize the decision to remove this grave site memorial and sell it privately. The family says it’s a way to provide safekeeping.", + "content": "Experts criticize the decision to remove this grave site memorial and sell it privately. The family says it’s a way to provide safekeeping.", + "category": "Sculpture", + "link": "https://www.nytimes.com/2021/12/24/arts/design/rodin-grave-memorial-auction.html", + "creator": "Eve M. Kahn", + "pubDate": "Fri, 24 Dec 2021 16:08:30 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7ef26188e8455154fc47264aea597f8" + "hash": "ae08ee0e3ade34fe2a76fe4762635899" }, { - "title": "How to turn your ideas into patents", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03438-x", - "creator": "Andy Tay", - "pubDate": "2021-11-15", + "title": "Keep Your Kids From Going Feral During the Holidays", + "description": "Loosely maintain the three pillars of wellness — sleep, food and exercise — to help keep children on track.", + "content": "Loosely maintain the three pillars of wellness — sleep, food and exercise — to help keep children on track.", + "category": "Holidays and Special Occasions", + "link": "https://www.nytimes.com/2020/04/17/parenting/kids-active-holidays.html", + "creator": "Jancee Dunn", + "pubDate": "Fri, 17 Apr 2020 15:43:20 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8020a63bb4cffb1c5e2bbef02830c18" + "hash": "fa4b486ad368dc598304ac78633567cd" }, { - "title": "Friction: from fingerprints to climate change", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03436-z", - "creator": "Anna Novitzky", - "pubDate": "2021-11-15", + "title": "How to Prepare for the Holidays After a Divorce", + "description": "The coming season can be brutal for families going through a difficult time. One single mom offers her holiday-survival plan.", + "content": "The coming season can be brutal for families going through a difficult time. One single mom offers her holiday-survival plan.", + "category": "Halloween", + "link": "https://www.nytimes.com/2021/10/28/well/family/holidays-after-divorce.html", + "creator": "Hanna Ingber", + "pubDate": "Thu, 28 Oct 2021 18:32:49 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "085886042e0ee73052691768ea131c2c" + "hash": "c53443b02975405d60a6e2174fa592e4" }, { - "title": "COP26 hasn’t solved the problem: scientists react to UN climate deal", - "description": "", - "content": "\n ", + "title": "Thousands of Christmas Flights Canceled as Omicron Spreads", + "description": "Delta, JetBlue and Allegiant were among those canceling flights in yet another blow to the holiday season. Here’s the latest.", + "content": "A plane at Ronald Reagan Washington National Airport in Arlington, Virginia on Wednesday.", "category": "", - "link": "https://www.nature.com/articles/d41586-021-03431-4", - "creator": "Ehsan Masood", - "pubDate": "2021-11-14", + "link": "https://www.nytimes.com/live/2021/12/24/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Fri, 24 Dec 2021 21:21:39 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "Nature", + "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "817a8bf4db7c7561d246b862588698cd" + "hash": "4f552450a7fe8ab835b418a98428a819" }, { - "title": "COP26: Glasgow Climate Pact signed into history", - "description": "", - "content": "\n ", - "category": "", - "link": "https://www.nature.com/articles/d41586-021-03464-9", - "creator": "Flora Graham", - "pubDate": "2021-11-13", - "folder": "00.03 News/News - EN", - "feed": "Nature", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "ce1ea49ae52a41bdd6947bc2bb63d069" - } - ], - "folder": "00.03 News/News - EN", - "name": "Nature", - "language": "", - "hash": "35ab143b2b9e5b2e6eba5d5f4ab0858b" - }, - { - "title": "NYT > Top Stories", - "subtitle": "", - "link": "https://www.nytimes.com", - "image": "https://static01.nyt.com/images/misc/NYT_logo_rss_250x40.png", - "description": "", - "items": [ - { - "title": "These Prenatal Tests Are Usually Wrong When Warning of Rare Disorders", - "description": "The false positives aren’t mentioned in the brochures for these blood screenings, which are sold by some of the biggest labs in the country.", - "content": "The false positives aren’t mentioned in the brochures for these blood screenings, which are sold by some of the biggest labs in the country.", - "category": "Pregnancy and Childbirth", - "link": "https://www.nytimes.com/2022/01/01/upshot/pregnancy-birth-genetic-testing.html", - "creator": "Sarah Kliff and Aatish Bhatia", - "pubDate": "Sun, 02 Jan 2022 00:52:31 +0000", + "title": "South Africa Ends Quarantining and Contact Tracing", + "description": "The new regulations follow data showing that while the Omicron variant is highly transmissible, it has not caused high rates of severe disease in South Africa.", + "content": "A volunteer at a drive-through Covid vaccination site in Pretoria, South Africa, this month.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/24/world/africa/south-africa-covid-quarantine.html", + "creator": "Lynsey Chutel", + "pubDate": "Fri, 24 Dec 2021 19:05:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -137924,17 +163576,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32c1e03f0a25c215d409ddf516d12d9f", - "highlights": [] - }, - { - "title": "Puerto Rico Faces Staggering Covid Case Explosion", - "description": "At one point this week, the daily case count had surpassed 11,000, a very high figure for an island with just 3.2 million inhabitants. ", - "content": "At one point this week, the daily case count had surpassed 11,000, a very high figure for an island with just 3.2 million inhabitants. ", - "category": "Disease Rates", - "link": "https://www.nytimes.com/2022/01/02/us/coronavirus-puerto-rico.html", - "creator": "Frances Robles", - "pubDate": "Sun, 02 Jan 2022 15:17:39 +0000", + "hash": "9e51ff50680f1e6c8763d25bcaf1088a" + }, + { + "title": "Travel Between U.S. and Southern Africa Will Resume, White House Says", + "description": "Biden will end the ban at midnight on Dec. 31, reversing restrictions imposed last month. South Africa criticized the ban as discriminatory.", + "content": "A plane at Ronald Reagan Washington National Airport in Arlington, Virginia on Wednesday.", + "category": "Travel Warnings", + "link": "https://www.nytimes.com/2021/12/24/world/south-africa-united-states-travel.html", + "creator": "Glenn Thrush and Lynsey Chutel", + "pubDate": "Fri, 24 Dec 2021 16:42:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -137946,17 +163597,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "09805a2af9b54d10aded8b6057cbbfa1", - "highlights": [] + "hash": "aaeddba1e2c4de81113d2978956e03b0" }, { - "title": "In the Tinderbox of Bosnia, a Serb Nationalist Lights a Match", - "description": "A monument in Prijedor, Bosnia, commemorating Bosnian Serb soldiers killed in the 1990s. Many Serbs like Milorad Dodik deny war crimes committed by ethnic kin and see themselves as victims.", - "content": "A monument in Prijedor, Bosnia, commemorating Bosnian Serb soldiers killed in the 1990s. Many Serbs like Milorad Dodik deny war crimes committed by ethnic kin and see themselves as victims.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2022/01/02/world/europe/bosnia-war-putin.html", - "creator": "Andrew Higgins", - "pubDate": "Sun, 02 Jan 2022 16:56:13 +0000", + "title": "Bosses Have a New Headache: How Long Should Sick Workers Isolate?", + "description": "Amid staffing shortages, companies are weighing conflicting guidance on when employees who have tested positive for the coronavirus can safely return to work.", + "content": "Large employers that need workers on site, like Target, say they continue to follow federal coronavirus guidelines.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/24/business/workers-covid-isolate.html", + "creator": "Lauren Hirsch and Emma Goldberg", + "pubDate": "Fri, 24 Dec 2021 18:13:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -137968,17 +163618,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e7993e3632085e721c30df776d4a85d", - "highlights": [] + "hash": "631395d3dd6367b1e9f935bea77c0efd" }, { - "title": "Coming Soon to This Coal County: Solar, in a Big Way", - "description": "Adam Edelen has a plan to install solar panels on the restored top of the Martiki coal mine in Martin County, Ky.", - "content": "Adam Edelen has a plan to install solar panels on the restored top of the Martiki coal mine in Martin County, Ky.", - "category": "Martin County (Ky)", - "link": "https://www.nytimes.com/2022/01/02/climate/coal-mines-solar-climate.html", - "creator": "Cara Buckley", - "pubDate": "Sun, 02 Jan 2022 08:00:12 +0000", + "title": "Policy Shortens Isolation Time for N.Y. Essential Workers Who Test Positive", + "description": "The new policy, announced on Friday by Gov. Kathy Hochul, is meant to help keep the ranks of employees in key industries from being severely depleted.", + "content": "A nurse administering a booster shot in September at the Hebrew Home in the Bronx. New York is allowing essential workers to return to work five days after testing positive for the coronavirus, as long as they are fully vaccinated and largely asymptomatic. ", + "category": "Quarantines", + "link": "https://www.nytimes.com/2021/12/24/nyregion/new-york-quarantine-policy-covid.html", + "creator": "Joseph Goldstein", + "pubDate": "Fri, 24 Dec 2021 20:55:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -137990,17 +163639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cb95caa1b7b710625e7cb00e1c3f8a1", - "highlights": [] + "hash": "063b5b61cd15d6ceeeb5c32cda8fce86" }, { - "title": "Left and Center-Left Both Claim Stacey Abrams. Who’s Right?", - "description": "Ms. Abrams’s ability to bridge two Democratic factions that are often at odds may be crucial in her run for governor of Georgia.", - "content": "Ms. Abrams’s ability to bridge two Democratic factions that are often at odds may be crucial in her run for governor of Georgia.", - "category": "Abrams, Stacey Y", - "link": "https://www.nytimes.com/2022/01/02/us/politics/stacey-abrams-georgia-democrats.html", - "creator": "Astead W. Herndon", - "pubDate": "Sun, 02 Jan 2022 10:00:11 +0000", + "title": "လိမ္မာပါးနပ်သည်၊ နှစ်လိုခင်မင်ဖွယ်ကောင်းသည်၊ ကြမ်းကြုတ်သော စစ်တပ်တစ်တပ်ကို တိတ်တဆိတ် လက်နက်တပ်ဆင်ပေးနေသည်။", + "description": "ဗမာ-အိုင်ယာလန် ကပြားမိသားစုတစ်စုက ပိတ်ဆို့အရေးယူမှု စစ်ဆေးမှုများကို ရှောင်ကွင်းလျက် မြန်မာ စစ်အစိုးရအတွက် လေယာဉ်များ၊ ကာကွယ်ရေး ရေဒါ၊ အခြားနည်းပညာနှင့် ကိရိယာများကို ကူညီဝယ်ယူ ပေးနေသော်လည်း အမြဲသူတော်ကောင်းစကားသာ ဆိုကြလေသည်။", + "content": "ကာကွယ်ရေး ဦးစီးချုပ် ဗိုလ်ချုပ်မှူးကြီး မင်းအောင်လှိုင်၊ မတ်လတွင်နိုင်ငံ့မြို့တော် နေပြည်တော်၌ ၇၆ နှစ်မြောက် တပ်မတော်နေ့ စစ်ရေးပြချီတက်ပွဲတွင် တွေ့ရစဉ်။", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/my/2021/12/24/world/asia/myanmar-coup-military-tatmadaw-kyaw-thaung.html", + "creator": "Hannah Beech", + "pubDate": "Fri, 24 Dec 2021 15:43:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138012,17 +163660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "288f67e8ea14f4d661e4c17fa8f71e6b", - "highlights": [] + "hash": "bfa14e380b5dbea0b6748e0a61f93a3c" }, { - "title": "A Spanish Mystery: Is a ‘Masked Restorer’ to Blame for a Church’s Botched Repair?", - "description": "The Church of Santa María del Castillo in the Spanish village of Castronuño was built around 1250.", - "content": "The Church of Santa María del Castillo in the Spanish village of Castronuño was built around 1250.", - "category": "Spain", - "link": "https://www.nytimes.com/2022/01/02/world/spain-church-restoration-mystery.html", - "creator": "Nicholas Casey", - "pubDate": "Sun, 02 Jan 2022 15:08:29 +0000", + "title": "Democrats Say They Are Serious About State Elections. But Are They Too Late?", + "description": "State-level races are becoming a central focus of American politics as the lasting effects of new congressional maps and election laws raise the stakes.", + "content": "Selling rank-and-file Democrats on the importance of offices like state senator or state Supreme Court justice has proved daunting.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/24/us/elections/democrats-state-elections.html", + "creator": "Blake Hounshell", + "pubDate": "Fri, 24 Dec 2021 17:55:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138034,17 +163681,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f86e278cb06f18560d28be3a439e9f33", - "highlights": [] + "hash": "7c65eacdea91266dfdc17b32bdcfa7d1" }, { - "title": "A Frenetic Housing Market in the Suburbs, and Then a Cooling Off", - "description": "In Edgemont, an unincorporated community in the town of Greenburgh, N.Y., in Westchester County, the supply of single-family homes has fallen sharply since early 2020, while prices have risen.", - "content": "In Edgemont, an unincorporated community in the town of Greenburgh, N.Y., in Westchester County, the supply of single-family homes has fallen sharply since early 2020, while prices have risen.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/31/realestate/a-frenetic-housing-market-in-the-suburbs-and-then-a-cooling-off.html", - "creator": "Vivian Marino", - "pubDate": "Fri, 31 Dec 2021 10:00:12 +0000", + "title": "11 Festive Christmas Eve Dinner Ideas", + "description": "Ham, soups and stews, turkey and oh so many fishes — New York Times Cooking has a recipe for your holiday, no matter how you celebrate.", + "content": "Ham, soups and stews, turkey and oh so many fishes — New York Times Cooking has a recipe for your holiday, no matter how you celebrate.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/15/dining/christmas-eve-dinner-ideas.html", + "creator": "Tanya Sichynsky", + "pubDate": "Fri, 17 Dec 2021 21:58:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138056,17 +163702,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "74b0d18798e23acf878153723e775f7f", - "highlights": [] + "hash": "a68623f3d7513f021e06d3736531fe9d" }, { - "title": "Doris Lee, Unjustly Forgotten, Gets a Belated but Full Blown Tribute", - "description": "Shining a spotlight on a painter and illustrator at the nexus of folk art and Modernism. She appeared everywhere, from W.P.A. murals to Life magazine. Then she disappeared.", - "content": "Shining a spotlight on a painter and illustrator at the nexus of folk art and Modernism. She appeared everywhere, from W.P.A. murals to Life magazine. Then she disappeared.", - "category": "Lee, Doris (1905-83)", - "link": "https://www.nytimes.com/2021/12/30/arts/design/doris-lee-overlooked-artist-exhibition.html", - "creator": "Meredith Mendelsohn", - "pubDate": "Fri, 31 Dec 2021 14:30:30 +0000", + "title": "18 Easy Holiday Desserts", + "description": "No-fuss treats for a sweet season.", + "content": "Pan-baked lemon almond tart.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/article/easy-holiday-desserts.html", + "creator": "Margaux Laskey", + "pubDate": "Tue, 15 Dec 2020 21:37:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138078,17 +163723,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cff37e759f6443272271bc8b8038babb", - "highlights": [] + "hash": "8fc08a6b99ce1366d8f6bb3b589632b5" }, { - "title": "How Nicole Kidman Learned to Love Playing Lucille Ball", - "description": "A career of dramas like “The Hours” and “Big Little Lies” was not enough to help Kidman portray the “I Love Lucy” star in “Being the Ricardos.” As she put it, “Funny’s hard.”", - "content": "When it comes to comedies, “I don’t get cast in them,” Nicole Kidman said. That might be the result of a career spent in dramas or “it might be my personality, too.”", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/26/movies/nicole-kidman-being-the-ricardos-lucille-ball.html", - "creator": "Dave Itzkoff", - "pubDate": "Sun, 26 Dec 2021 10:00:15 +0000", + "title": "How Volunteering Can Help Ease Loneliness", + "description": "Science tells us the solution may lie in what we do for others, not ourselves.", + "content": "Robyn Houston-Bean, right, her daughter, Olivia Bean, left, and her sister, Marci McDonough, packing backpacks full of clothing, gift cards and toiletries for people living on the streets and suffering from addiction. ", + "category": "Volunteers and Community Service", + "link": "https://www.nytimes.com/2021/12/21/well/mind/loneliness-volunteering.html", + "creator": "Christina Caron", + "pubDate": "Tue, 21 Dec 2021 22:18:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138100,17 +163744,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca000334837d1bbb1f4789fcb21e9cc9", - "highlights": [] + "hash": "e76c2a532cb1580e43843725fa975186" }, { - "title": "Every Day Is Jan. 6 Now", - "description": "Though we yearn for peace and quiet, things in America are far from normal.", - "content": "Though we yearn for peace and quiet, things in America are far from normal.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2022/01/01/opinion/january-6-attack-committee.html", - "creator": "The Editorial Board", - "pubDate": "Sat, 01 Jan 2022 16:00:06 +0000", + "title": "Migraines, Marriage, Mourning: Joan Didion Showed Us How to Bare All", + "description": "The sorceress of syntax, with an unrivaled eye for detail, insisted we see her.", + "content": "The sorceress of syntax, with an unrivaled eye for detail, insisted we see her.", + "category": "Writing and Writers", + "link": "https://www.nytimes.com/2021/12/24/opinion/joan-didion-writers.html", + "creator": "Frank Bruni", + "pubDate": "Fri, 24 Dec 2021 14:57:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138122,17 +163765,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1545049f4154e382d71e76b4d13cd46", - "highlights": [] + "hash": "aa1d523f1ba42f828826a968e93a1777" }, { - "title": "10 New Year’s Resolutions That Are Good for the Soul", - "description": "There is hope in the idea that we can change, as individuals and as a society.", - "content": "There is hope in the idea that we can change, as individuals and as a society.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2022/01/02/opinion/new-years-resolutions.html", - "creator": "Tish Harrison Warren", - "pubDate": "Sun, 02 Jan 2022 17:59:17 +0000", + "title": "Kamala Harris’s Allies Express Concern: Is She an Afterthought?", + "description": "The vice president’s allies are increasingly concerned that President Biden relied on her to win but does not need her to govern.", + "content": "Vice President Kamala Harris is caught between criticism that she is falling short and resentment among supporters who feel she is being undercut by the Biden administration.", + "category": "Harris, Kamala D", + "link": "https://www.nytimes.com/2021/12/23/us/politics/kamala-harris-biden-administration.html", + "creator": "Katie Rogers and Zolan Kanno-Youngs", + "pubDate": "Thu, 23 Dec 2021 10:00:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138144,17 +163786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1d179822bba8c415e5fcd83e34a3900", - "highlights": [] + "hash": "ed223eb03a5ae250a7ff4fd3c7b6eeae" }, { - "title": "Death Is for the Living: Lessons From Religious Scholars ", - "description": "There is so much to learn from facing the about what is unknowable.", - "content": "There is so much to learn from facing the about what is unknowable.", - "category": "Philosophy", - "link": "https://www.nytimes.com/2022/01/02/opinion/death-religion-interviews-lessons.html", - "creator": "George Yancy", - "pubDate": "Sun, 02 Jan 2022 17:00:07 +0000", + "title": "Bros' Restaurant in Italy: Chef Finds Fame After Epic Takedown", + "description": "Panned by a prominent blogger, the Italian restaurant Bros’ and its celebrity chef became a global target for critics of pretentious cuisine. There was a good side for him.", + "content": "Serving the final dish of a 13-course tasting menu that left a blogger complaining,“there was nothing even close to an actual meal served.”", + "category": "Restaurants", + "link": "https://www.nytimes.com/2021/12/23/world/europe/bros-restaurant-review.html", + "creator": "Jason Horowitz", + "pubDate": "Thu, 23 Dec 2021 14:32:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138166,17 +163807,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b63b2dc63cb30e3ce0d08607a8f2857", - "highlights": [] + "hash": "a06baa016d4e8232a68ddd3c882b2b4e" }, { - "title": "Trigger Warning: It’s My Brother’s Turn Again", - "description": "Covid delayed Kevin’s annual column from the Republican point of view. But he’s back.", - "content": "Covid delayed Kevin’s annual column from the Republican point of view. But he’s back.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2022/01/01/opinion/trigger-warning-its-my-brothers-turn-again.html", - "creator": "Maureen Dowd", - "pubDate": "Sat, 01 Jan 2022 14:00:04 +0000", + "title": "What Are the Symptoms of Omicron, the New Covid Variant?", + "description": "While there are subtle differences between the latest coronavirus strain and previous ones, so far the signs of infection look pretty similar.", + "content": "While there are subtle differences between the latest coronavirus strain and previous ones, so far the signs of infection look pretty similar.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/21/well/live/omicron-variant-symptoms-covid.html", + "creator": "Melinda Wenner Moyer", + "pubDate": "Wed, 22 Dec 2021 22:37:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138188,17 +163828,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e4721fa561fdb98924ff2f873e1128f", - "highlights": [] + "hash": "3fdf6f2dc9a314cfca15ffd3ef0fa13f" }, { - "title": "African Literature’s Great 2021 Is a Gift to Readers", - "description": "African literature’s big year is a tantalizing invitation to readers.", - "content": "African literature’s big year is a tantalizing invitation to readers.", - "category": "Africa", - "link": "https://www.nytimes.com/2022/01/02/opinion/africa-fiction-nobel-booker.html", - "creator": "Jeanne-Marie Jackson", - "pubDate": "Sun, 02 Jan 2022 16:00:06 +0000", + "title": "Portraits of Our Times", + "description": "We look at the Lives They Lived.", + "content": "From left, Michael K. Williams, Cloris Leachman and Larry King.", + "category": "", + "link": "https://www.nytimes.com/2021/12/24/briefing/lives-they-lived-2021-obituaries.html", + "creator": "David Leonhardt", + "pubDate": "Fri, 24 Dec 2021 11:23:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138210,17 +163849,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dba295e8f451ed626ea4d99b20401ec", - "highlights": [] + "hash": "51a3d8fc71b7a97549ae3f7ca96c0f56" }, { - "title": "China’s Ban on ‘Sissy Men’ Is Bound to Backfire", - "description": "A magazine stand in Beijing, China.", - "content": "A magazine stand in Beijing, China.", - "category": "Men and Boys", - "link": "https://www.nytimes.com/2021/12/31/opinion/china-masculinity.html", - "creator": "Helen Gao", - "pubDate": "Fri, 31 Dec 2021 16:52:18 +0000", + "title": "How Much Watching Time Do You Have This Weekend?", + "description": "This holiday weekend, catch the series finale of “Insecure” or a supremely chill show about restoring family heirlooms.", + "content": "Yvonne Orji, left, and Issa Rae in the series finale of “Insecure.”", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/23/arts/television/insecure-finale.html", + "creator": "Margaret Lyons", + "pubDate": "Thu, 23 Dec 2021 21:11:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138232,17 +163870,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc832da4879e60da65ef2e53232cf6be", - "highlights": [] + "hash": "9db97c8c9586dfa57ba3a7813c4bc62c" }, { - "title": "John Madden Left a Voicemail for the Giants That Became N.F.L. Lore", - "description": "Madden was many things over a legendary career, but he was always a football coach first.", - "content": "Madden was many things over a legendary career, but he was always a football coach first.", - "category": "Madden, John", - "link": "https://www.nytimes.com/2021/12/30/opinion/john-madden-nfl.html", - "creator": "Tom Coughlin", - "pubDate": "Thu, 30 Dec 2021 15:55:03 +0000", + "title": "Despite Uproar Over Floyd’s Death, the Number of Fatal Encounters With Police Hasn’t Changed", + "description": "George Floyd’s murder set in motion shock waves that touched almost every aspect of American society. But on the core issues of police violence and accountability, very little is different.", + "content": "A memorial in Minneapolis for victims of police violence.", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2021/12/24/us/police-killings-accountability.html", + "creator": "Tim Arango and Giulia Heyward", + "pubDate": "Fri, 24 Dec 2021 16:51:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138254,17 +163891,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "66b66d6eb4813ac3841990bf5609dfdb", - "highlights": [] + "hash": "7535a3b3c49b8cdfc358a115df97f624" }, { - "title": "I Just Turned 60, but I Still Feel 22", - "description": "Margaret Renkl at Auburn University in 1983.", - "content": "Margaret Renkl at Auburn University in 1983.", - "category": "Renkl, Margaret (1961- )", - "link": "https://www.nytimes.com/2021/11/01/opinion/turning-60-aging.html", - "creator": "Margaret Renkl", - "pubDate": "Thu, 04 Nov 2021 18:46:07 +0000", + "title": "How a Relief Fund for Restaurants Picked Winners and Losers", + "description": "First, the Restaurant Revitalization Fund was supposed to promote equity. Then the grants were meant to be first come first served. Both ways had problems.", + "content": "Even though he submitted his grant application just one minute after the Restaurant Revitalization Fund opened, James Hutton’s application was eventually denied.", + "category": "Small Business Administration", + "link": "https://www.nytimes.com/2021/12/24/business/restaurant-revitalization-fund-problems.html", + "creator": "Stacy Cowley", + "pubDate": "Fri, 24 Dec 2021 16:15:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138276,17 +163912,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea6eb6ff721d2b8d497cb24978203243", - "highlights": [] + "hash": "9ef4e817083d63561698e3434a501b5f" }, { - "title": "Trump’s Social Media Return — and What Else to Expect in 2022", - "description": "But don’t expect Congress to get its act together on tech legislation.", - "content": "But don’t expect Congress to get its act together on tech legislation.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/30/opinion/trump-facebook-matrix.html", - "creator": "Kara Swisher", - "pubDate": "Thu, 30 Dec 2021 23:30:01 +0000", + "title": "As Hindu Extremists Call for Killing of Muslims, India’s Leaders Keep Silent", + "description": "Right-wing Hindu activists at a conference took an oath to harm Muslims if necessary to make “a Hindu-only nation,” the most blatant example of rising anti-Muslim sentiment across India.", + "content": "Muslims praying on Friday in Gurugram, India. Hindu nationalists have interrupted prayers there in recent months with battle cries.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/24/world/asia/hindu-extremists-india-muslims.html", + "creator": "Sameer Yasir", + "pubDate": "Fri, 24 Dec 2021 18:15:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138298,17 +163933,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "892b2e68a417d0e6713d36fb7b12d51a", - "highlights": [] + "hash": "a58a03c46374b070442f55186dc12278" }, { - "title": "The Day the Soviet Flag Came Down", - "description": "Reflections on the 30th anniversary of the fall of the Soviet Union.", - "content": "Reflections on the 30th anniversary of the fall of the Soviet Union.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/31/opinion/ussr-memorial-shutdown-ukraine.html", - "creator": "Serge Schmemann", - "pubDate": "Fri, 31 Dec 2021 16:00:07 +0000", + "title": "Webb Telescope Launch: Date, Time and Livestream", + "description": "Astronomers have been waiting eagerly for the beginning of the powerful space observatory’s mission, and on Christmas morning they may finally get their wish.", + "content": "An Ariane 5 rocket carrying NASA’s James Webb Space Telescope to the launchpad at the European spaceport in Kourou, French Guiana, on Thursday.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2021/12/24/science/webb-telescope-launch-date-livestream.html", + "creator": "Dennis Overbye and Joey Roulette", + "pubDate": "Fri, 24 Dec 2021 10:00:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138320,17 +163954,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5b12308a8964f53502a53a5506b336e", - "highlights": [] + "hash": "51d294d49299d2672f891545217ef792" }, { - "title": "How Much More Can the Restaurant Industry Take?", - "description": "Restaurants were already clinging to life -- and then Omicron hit.", - "content": "Restaurants were already clinging to life -- and then Omicron hit.", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/2021/12/29/opinion/covid-omicron-restaurant-tests.html", - "creator": "Ron Hsu", - "pubDate": "Wed, 29 Dec 2021 21:50:17 +0000", + "title": "Jesse Watters's Incendiary Fauci Comments Follow a Fox News Pattern", + "description": "Comments by Jesse Watters, a host of “The Five,” were in keeping with previous derogatory remarks about Dr. Anthony Fauci by hosts and conservatives.", + "content": "The Fox News host Jesse Watters said in a speech this week that activists should “ambush” Dr. Anthony S. Fauci with questions that he described as “the kill shot.”", + "category": "News and News Media", + "link": "https://www.nytimes.com/2021/12/23/business/media/fox-anthony-fauci-jesse-watters.html", + "creator": "Michael M. Grynbaum", + "pubDate": "Thu, 23 Dec 2021 20:50:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138342,17 +163975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c73dd6c0561bcc111d23425162011e2", - "highlights": [] + "hash": "37061faa8f2edb1e0218522f0fbdedde" }, { - "title": "Falling In and Out of Love With Exercise", - "description": "When my partner, Oliver Sacks, died, I lost interest in working out. But I found my way back.", - "content": "When my partner, Oliver Sacks, died, I lost interest in working out. But I found my way back.", - "category": "Exercise", - "link": "https://www.nytimes.com/2021/12/31/opinion/exercise-new-year-oliver-sacks-grief.html", - "creator": "Bill Hayes", - "pubDate": "Fri, 31 Dec 2021 16:00:06 +0000", + "title": "Robert H. Grubbs, 79, Dies; Chemistry Breakthrough Led to a Nobel", + "description": "He helped perfect the manufacturing of compounds that are now used to make everything from plastics to pharmaceuticals, marking an advance in “green chemistry.”", + "content": "Robert H. Grubbs in 2005 after winning a share of that year’s Nobel Prize in Chemistry. The molecular  catalysts he developed produced less waste, putting them in the category of “green chemistry.” ", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/24/science/robert-h-grubbs-dead.html", + "creator": "Dylan Loeb McClain", + "pubDate": "Fri, 24 Dec 2021 17:36:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138364,17 +163996,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "546151cee4dcabed363a3c84d355f1c1", - "highlights": [] + "hash": "67141835e93a46f122c27df72436ab30" }, { - "title": "Why Supreme Court Justices Need Term Limits", - "description": "It is the best way to address the crisis in the court’s functioning and legitimacy. ", - "content": "It is the best way to address the crisis in the court’s functioning and legitimacy. ", - "category": "Term Limits (Political Office)", - "link": "https://www.nytimes.com/2021/12/31/opinion/supreme-court-term-limits.html", - "creator": "Rosalind Dixon", - "pubDate": "Fri, 31 Dec 2021 10:00:06 +0000", + "title": "Stray Police Bullet Kills Girl as Officers Fire at Suspect in Los Angeles Store", + "description": "The suspect was killed and a shot pierced a wall, fatally striking a 14-year-old in a dressing room during the confrontation at a clothing store, the police said.", + "content": "Police officers at the Burlington store in North Hollywood, Calif. ", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2021/12/23/us/girl-fatally-shot-police-los-angeles.html", + "creator": "Michael Levenson", + "pubDate": "Fri, 24 Dec 2021 20:29:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138386,17 +164017,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d3b7096fa1c7b2d24f6b8411a1c9dc4", - "highlights": [] + "hash": "919da08138e92f7b90b048661ebfa93e" }, { - "title": "With Omicron’s Rise, Americans Brace for Returning to School and Work", - "description": "Covid testing on Wednesday at a fire station in Washington, D.C.", - "content": "Covid testing on Wednesday at a fire station in Washington, D.C.", - "category": "", - "link": "https://www.nytimes.com/2022/01/01/us/omicron-covid-pandemic-despair.html", - "creator": "Audra D. S. Burch, Stephanie Saul, Edgar Sandoval and Mitch Smith", - "pubDate": "Sat, 01 Jan 2022 10:00:10 +0000", + "title": "Former Boston College Student Gets Suspended Sentence in Boyfriend’s Suicide", + "description": "Inyoung You pleaded guilty to involuntary manslaughter in the suicide of her college boyfriend, to whom she had sent tens of thousands of abusive text messages.", + "content": "The terms of Inyoung You’s probation include completing 300 hours of community service, continuing mental health treatment and abstaining from profit related to the case, her lawyer said.", + "category": "You, Inyoung", + "link": "https://www.nytimes.com/2021/12/23/us/inyoung-you-boston-college-suicide-guilty-plea.html", + "creator": "Christine Chung", + "pubDate": "Fri, 24 Dec 2021 04:05:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138408,17 +164038,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fd4d506446364b53eb59976b22e0f2f", - "highlights": [] + "hash": "5731a284d117de4e050b8521039d9864" }, { - "title": "A Nation on Hold Wants to Speak With a Manager", - "description": "In our anger-filled age, when people need to shop or travel or cope with mild disappointment they’re “devolving into children.”", - "content": "In our anger-filled age, when people need to shop or travel or cope with mild disappointment they’re “devolving into children.”", - "category": "Customer Relations", - "link": "https://www.nytimes.com/2022/01/01/business/customer-service-pandemic-rage.html", - "creator": "Sarah Lyall", - "pubDate": "Sat, 01 Jan 2022 14:46:33 +0000", + "title": "Tesla Agrees to Stop Letting Drivers Play Video Games in Moving Cars", + "description": "A federal regulator said the electric vehicle maker agreed to disable the feature after an investigation was opened.", + "content": "A federal regulator said the electric vehicle maker agreed to disable the feature after an investigation was opened.", + "category": "Tesla Motors Inc", + "link": "https://www.nytimes.com/2021/12/23/business/tesla-video-games.html", + "creator": "Neal E. Boudette", + "pubDate": "Fri, 24 Dec 2021 01:18:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138430,17 +164059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70cff902528eb0597334bbecb9281505", - "highlights": [] + "hash": "627c5851d5e07a4e436c96effee62064" }, { - "title": "Eric Adams Takes Office as New York City's Mayor", - "description": "Eric Adams after being sworn in as the 110th mayor of New York City, at Times Square on Saturday morning.", - "content": "Eric Adams after being sworn in as the 110th mayor of New York City, at Times Square on Saturday morning.", - "category": "Adams, Eric L", - "link": "https://www.nytimes.com/2022/01/01/nyregion/eric-adams-inaguration-nyc-mayor.html", - "creator": "Emma G. Fitzsimmons", - "pubDate": "Sat, 01 Jan 2022 05:39:13 +0000", + "title": "‘Pig,’ ‘Val,’ ‘Adrienne’ and Other 2021 Streaming Gems", + "description": "We put some of the year’s finest off-the-radar movies on your radar.", + "content": "We put some of the year’s finest off-the-radar movies on your radar.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/21/movies/pig-val-adrienne-streaming-movies.html", + "creator": "Jason Bailey", + "pubDate": "Tue, 21 Dec 2021 13:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138452,17 +164080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9453fc783f640716ad7cfa9a671656df", - "highlights": [] + "hash": "2bf9d4127fddeebaa533958a9684ebde" }, { - "title": "12 Things Our Critics Are Looking Forward to in 2022", - "description": "‘Better Call Saul’ returns, Cecily Strong stars in a one-woman show, and Faith Ringgold gets an overdue retrospective.", - "content": "‘Better Call Saul’ returns, Cecily Strong stars in a one-woman show, and Faith Ringgold gets an overdue retrospective.", - "category": "Art", - "link": "https://www.nytimes.com/2022/01/01/arts/tv-movies-music-picks-2022.html", - "creator": "", - "pubDate": "Sat, 01 Jan 2022 10:00:24 +0000", + "title": "Jonathan Taylor Won't Win MVP. But His Value Is Undeniable.", + "description": "The Colts star is the N.F.L.’s most outstanding player, but barring a huge shift he won’t be its M.V.P.", + "content": "Jonathan Taylor leads the N.F.L. in rushing yards, yards from scrimmage and total touchdowns.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/22/sports/football/jonathan-taylor-mvp.html", + "creator": "Mike Tanier", + "pubDate": "Wed, 22 Dec 2021 05:01:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138474,17 +164101,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ee61f090a4d6f99cdb06cfe43d23a0f", - "highlights": [] + "hash": "9f4ac91b2ab31f9d7fa3d4b26c86c140" }, { - "title": "The New Political Cry in South Korea: ‘Out With Man Haters’", - "description": "Bae In-kyu, the head of Man on Solidarity, one of South Korea’s most active anti-feminist groups, leading a rally in Seoul last month. “Feminists are a social evil,” he has said.", - "content": "Bae In-kyu, the head of Man on Solidarity, one of South Korea’s most active anti-feminist groups, leading a rally in Seoul last month. “Feminists are a social evil,” he has said.", - "category": "Women and Girls", - "link": "https://www.nytimes.com/2022/01/01/world/asia/south-korea-men-anti-feminists.html", - "creator": "Choe Sang-Hun", - "pubDate": "Sat, 01 Jan 2022 10:00:15 +0000", + "title": "Gillian Laub’s Divided House Is Still Standing. What About Yours?", + "description": "“Family Matters” at the ICP captures the inevitability of families fractured over politics.", + "content": "“Family Matters” at the ICP captures the inevitability of families fractured over politics.", + "category": "Families and Family Life", + "link": "https://www.nytimes.com/2021/12/24/arts/design/gillian-laub-family-matters-icp.html", + "creator": "Yinka Elujoba", + "pubDate": "Fri, 24 Dec 2021 15:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138496,17 +164122,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "173b061a2bab63e9f357576990194d86", - "highlights": [] + "hash": "f936f41c4641f88e903f238290997ea7" }, { - "title": "Omicron, Colorado, Betty White: Your Weekend Briefing", - "description": "Washington residents are tested for Covid-19 last week.", - "content": "Washington residents are tested for Covid-19 last week.", - "category": "", - "link": "https://www.nytimes.com/2022/01/02/briefing/omicron-colorado-betty-white.html", - "creator": "Remy Tumin", - "pubDate": "Sun, 02 Jan 2022 11:14:27 +0000", + "title": "Katie Couric Likes Books on Paper, and Articles Onscreen", + "description": "“Sometimes I read my iPad in the bathtub, which is probably not a great idea.”", + "content": "“Sometimes I read my iPad in the bathtub, which is probably not a great idea.”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/23/books/review/katie-couric-by-the-book-interview.html", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 10:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138518,17 +164143,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f1951c878912bc7265a701e2b0688e6", - "highlights": [] + "hash": "8945f8b5ab0852ab29058d155a95a765" }, { - "title": "The Most Powerful ‘Daily’ Episodes From 2021", - "description": "In a volatile year again dominated by politics and the pandemic, “The Daily” sought out personal stories. Here’s a look back on the episodes that our team can’t forget.", - "content": "Children flying handmade plastic kites on a hillside graveyard overlooking Kabul, Afghanistan.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/17/podcasts/the-daily-year-end.html", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:14:58 +0000", + "title": "Over 3,500 Christmas Flights Are Canceled Globally", + "description": "Delta, JetBlue and Allegiant were among those canceling flights in yet another blow to the holiday season. Here’s the latest.", + "content": "A plane at Ronald Reagan Washington National Airport in Arlington, Virginia on Wednesday.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/24/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Fri, 24 Dec 2021 18:23:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138540,17 +164164,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6d62e0194a1178fbc824d3cf166887f", - "highlights": [] + "hash": "f7bf8757ce2ee750068612eb9fd905a2" }, { - "title": "Day X", - "description": "How a military officer and a faked refugee identity were part of an alleged far-right plot to bring down the German government.", - "content": "How a military officer and a faked refugee identity were part of an alleged far-right plot to bring down the German government.", - "category": "Germany", - "link": "https://www.nytimes.com/2021/05/19/podcasts/far-right-german-extremism.html", - "creator": "Katrin Bennhold, Lynsea Garrison, Clare Toeniskoetter, Kaitlin Roberts, Larissa Anderson and Mike Benoist", - "pubDate": "Tue, 06 Jul 2021 12:41:40 +0000", + "title": "C.D.C. Shortens Covid Isolation Period for Health Care Workers", + "description": "The agency issued revised guidelines as Omicron cases climb and hospitals grapple with worker shortages that have left wards understaffed.", + "content": "The Emergency entrance at the Mount Sinai South Nassau Communities Hospital in April of last year.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2021/12/23/health/cdc-covid-isolation-period-health-care-workers.html", + "creator": "Azeen Ghorayshi and Reed Abelson", + "pubDate": "Fri, 24 Dec 2021 02:18:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138562,17 +164185,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9452695fed6c874cc70a866dbe602b51", - "highlights": [] + "hash": "1783331c6b026489a7fda4803ad3f8ce" }, { - "title": "What Are Your Food Resolutions for the New Year?", - "description": "Join us for the Eat Well Challenge starting in January.", - "content": "Join us for the Eat Well Challenge starting in January.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/30/well/eat/new-years-resolutions-food.html", - "creator": "Tara Parker-Pope", - "pubDate": "Fri, 31 Dec 2021 01:00:07 +0000", + "title": "When the Boss Says to Chillax", + "description": "No executives want to see their staff burn out — and some are starting to take mandatory vacations as seriously as they take their work.", + "content": "Carol Goodman, an employment lawyer, is feeling the effects of having worked nonstop for the past two years.", + "category": "Paid Time Off", + "link": "https://www.nytimes.com/2021/12/24/business/boss-mandatory-vacation-employee-burnout.html", + "creator": "Emma Goldberg", + "pubDate": "Fri, 24 Dec 2021 10:00:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138584,17 +164206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "330c2d2717a5367fe1fd77f09c45f471", - "highlights": [] + "hash": "9d8a2e827dc0ee9d55e2cd3287a8ccee" }, { - "title": "Twitter Permanently Suspends Marjorie Taylor Greene’s Account", - "description": "Representative Marjorie Taylor Greene, of Georgia, at an event last month with another Republican, Representative Matt Gaetz of Florida.", - "content": "Representative Marjorie Taylor Greene, of Georgia, at an event last month with another Republican, Representative Matt Gaetz of Florida.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2022/01/02/technology/marjorie-taylor-greene-twitter.html", - "creator": "Davey Alba", - "pubDate": "Sun, 02 Jan 2022 19:19:26 +0000", + "title": "A Message From Britain on Using Rapid Tests", + "description": "Rapid tests can help against Omicron if used correctly.", + "content": "Rapid tests are delivered to businesses in Britain.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2021/12/23/opinion/rapid-tests-omicron-britain.html", + "creator": "Alan McNally", + "pubDate": "Thu, 23 Dec 2021 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138606,17 +164227,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7d372ae2d1bfb084da8a96b7b2522eb", - "highlights": [] + "hash": "a588dbce0904371e660c7dcce9c8e2ff" }, { - "title": "China Moves to Overhaul Protections for Women’s Rights, Sort Of", - "description": "Supporters of Zhou Xiaoxuan in Beijing. Ms. Zhou, a prominent voice in China’s #MeToo movement, doubts the draft laws will change much. “This is probably still a very long, hard road,” she said.", - "content": "Supporters of Zhou Xiaoxuan in Beijing. Ms. Zhou, a prominent voice in China’s #MeToo movement, doubts the draft laws will change much. “This is probably still a very long, hard road,” she said.", - "category": "Women and Girls", - "link": "https://www.nytimes.com/2022/01/02/world/asia/china-womens-rights.html", - "creator": "Vivian Wang", - "pubDate": "Sun, 02 Jan 2022 10:00:15 +0000", + "title": "An Afghan Official Laments What Was Lost and Looks to What Lies Ahead", + "description": "Ahmad Nader Nadery spent decades working toward a thriving, free Afghanistan. Watching the Taliban undo much of his work, he wonders how to move forward.", + "content": "Ahmad Nader Nadery, a former senior advisor to the president of Afghanistan, in Hoofddorp, the Netherlands, in December.", + "category": "Afghanistan War (2001- )", + "link": "https://www.nytimes.com/2021/12/24/world/asia/afghanistan-nadery-peace-negotiations.html", + "creator": "Carlotta Gall", + "pubDate": "Fri, 24 Dec 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138628,17 +164248,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b188203742dd01dca536aa6e0078b38", - "highlights": [] + "hash": "7343a7c793dd9875115468613883d521" }, { - "title": "Venice to Replace Glass on Santiago Calatrava's Slippery Bridge", - "description": "Ponte della Costituzione was meant to symbolize Venice’s embrace of modernity, but it has become better known for tumbles and slips.", - "content": "Ponte della Costituzione was meant to symbolize Venice’s embrace of modernity, but it has become better known for tumbles and slips.", - "category": "Bridges and Tunnels", - "link": "https://www.nytimes.com/2022/01/02/world/europe/venice-calatrava-bridge.html", - "creator": "Emma Bubola", - "pubDate": "Sun, 02 Jan 2022 17:24:16 +0000", + "title": "Stray Bullet Kills Girl as Officers Fire at Suspect in Los Angeles Store", + "description": "The suspect was killed and a shot pierced a wall, fatally striking a 14-year-old in a dressing room during the confrontation at a clothing store, the police said.", + "content": "Police officers at the Burlington store in North Hollywood, Calif. ", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2021/12/23/us/girl-fatally-shot-police-los-angeles.html", + "creator": "Michael Levenson", + "pubDate": "Fri, 24 Dec 2021 10:56:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138650,17 +164269,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f057c34ce7163b8610f3af1aa2c0402", - "highlights": [] + "hash": "de29dfe6e5b4fc386d93d352c71c303d" }, { - "title": "Jim Green, NASA’s Retiring Top Scientist, Says We Can Terraform Mars", - "description": "James Green, the chief scientist at NASA, has worked for NASA since 1980, overseeing missions across the solar system and contributing to more than 100 scientific papers.", - "content": "James Green, the chief scientist at NASA, has worked for NASA since 1980, overseeing missions across the solar system and contributing to more than 100 scientific papers.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2022/01/02/science/jim-green-nasa-mars.html", - "creator": "Jonathan O’Callaghan", - "pubDate": "Sun, 02 Jan 2022 10:00:14 +0000", + "title": "Prosecutor Won’t Charge Cuomo Over Trooper’s Sexual Harassment Claim", + "description": "The acting Nassau County district attorney said the allegations were “credible” and “deeply troubling” but not criminal under New York law.", + "content": "Former Gov. Andrew Cuomo has said he never acted inappropriately toward a trooper and other women who have accused him of sexual misconduct. ", + "category": "Sexual Harassment", + "link": "https://www.nytimes.com/2021/12/23/nyregion/prosecutor-cuomo-trooper-sexual-harassment-claim.html", + "creator": "Ed Shanahan", + "pubDate": "Fri, 24 Dec 2021 01:05:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138672,17 +164290,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4e1453288868dc062134c46b2966af8", - "highlights": [] + "hash": "8ba943151bfe6f5dcb31a195b67f49a8" }, { - "title": "21 People Rescued After a Freezing Night Stranded in Aerial Tram Cars", - "description": "A passenger stranded overnight on the Sandia Peak Tramway near Albuquerque was lowered to safety on Saturday.", - "content": "A passenger stranded overnight on the Sandia Peak Tramway near Albuquerque was lowered to safety on Saturday.", - "category": "Sandia Peak Tramway", - "link": "https://www.nytimes.com/2022/01/01/us/sandia-peak-tramway-rescue.html", - "creator": "Eduardo Medina and Vimal Patel", - "pubDate": "Sun, 02 Jan 2022 01:15:12 +0000", + "title": "Over 3,000 Christmas Flights Are Canceled Globally", + "description": "Delta, JetBlue and Allegiant were among those canceling flights in yet another blow to the holiday season. Here’s the latest.", + "content": "Delta, JetBlue and Allegiant were among those canceling flights in yet another blow to the holiday season. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/24/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Fri, 24 Dec 2021 15:20:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138694,17 +164311,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7592c7e5925c8ed32a7f7b4e30752c9", - "highlights": [] + "hash": "df9df7083482c46e9b751e01441ac834" }, { - "title": "South Africa Parliament Fire Still Burning After Hours", - "description": "Smoke rising above the National Assembly on Sunday in Cape Town.", - "content": "Smoke rising above the National Assembly on Sunday in Cape Town.", - "category": "South Africa", - "link": "https://www.nytimes.com/2022/01/02/world/africa/south-africa-fire-parliament.html", - "creator": "Lynsey Chutel and Austin Ramzy", - "pubDate": "Sun, 02 Jan 2022 16:28:13 +0000", + "title": "Daunte Wright Case: Kim Potter is Convicted on Two Charges of Manslaughter", + "description": "The prosecution and defense had agreed that the shooting was a mistake and that Ms. Potter, who is white, had meant to draw her Taser when she fatally shot Mr. Wright, a 20-year-old Black man, during a traffic stop.", + "content": "Kimberly Potter is convicted on two charges of manslaughter in the death of Daunte Wright.", + "category": "Potter, Kimberly A (1973- )", + "link": "https://www.nytimes.com/2021/12/23/us/manslaughter-kim-potter-verdict.html", + "creator": "Nicholas Bogel-Burroughs", + "pubDate": "Fri, 24 Dec 2021 03:04:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138716,17 +164332,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "39343e43e28b31a070ba5b720e8fd88e", - "highlights": [] + "hash": "0023b6a2beff5fcbaafa79edd160cbe3" }, { - "title": "Goldman Sachs Follows Wall Street Rivals in Asking Staff to Work From Home", - "description": "Goldman Sachs is asking its employees in the United States to work from home for the next couple of weeks.", - "content": "Goldman Sachs is asking its employees in the United States to work from home for the next couple of weeks.", - "category": "Coronavirus Return to Office", - "link": "https://www.nytimes.com/2022/01/02/business/goldman-sachs-return-to-office.html", - "creator": "Lananh Nguyen", - "pubDate": "Sun, 02 Jan 2022 19:14:46 +0000", + "title": "My Gay Retort to All the Grimness", + "description": "Not everything in our country and our world has deteriorated.", + "content": "The annual New York City L.G.B.T. Pride parade in 1980 to commemorate the 11th anniversary of the Stonewall riots.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/23/opinion/gay-history-hope.html", + "creator": "Frank Bruni", + "pubDate": "Thu, 23 Dec 2021 17:05:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138738,17 +164353,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0da9e589972f31221d38ee4d48caed28", - "highlights": [] + "hash": "b5e07bcc6918dc2eba77273840ba977a" }, { - "title": "Tesla Reports 87% Increase in 2021 Deliveries", - "description": "Tesla vehicles at a charging station in San Diego. The company is aiming to increase its production by 50 percent a year for the next several years.", - "content": "Tesla vehicles at a charging station in San Diego. The company is aiming to increase its production by 50 percent a year for the next several years.", - "category": "Electric and Hybrid Vehicles", - "link": "https://www.nytimes.com/2022/01/02/business/tesla-sales.html", - "creator": "Neal E. Boudette", - "pubDate": "Sun, 02 Jan 2022 19:20:58 +0000", + "title": "Why the Match.com C.E.O. Took a Stand on the Texas Abortion Law", + "description": "Shar Dubey runs some of the world’s most popular online dating sites. A restrictive new law prompted her to speak out.", + "content": "Shar Dubey", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/24/business/shar-dubey-match-texas-abortion-law.html", + "creator": "David Gelles", + "pubDate": "Fri, 24 Dec 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138760,17 +164374,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b881dad025234c56747077027dbd386", - "highlights": [] + "hash": "2e5a1c26f97a7808d85445bb50d7d20c" }, { - "title": "Iowa Cubs Owner Surprises Workers With ‘Life-Changing Gesture’ After Sale", - "description": "The owner of the Iowa Cubs gave employees $2,000 for every year they had been with the minor league baseball team, for a total of $600,000. “My jaw dropped,” one worker said.", - "content": "The owner of the Iowa Cubs gave employees $2,000 for every year they had been with the minor league baseball team, for a total of $600,000. “My jaw dropped,” one worker said.", - "category": "Minor Leagues", - "link": "https://www.nytimes.com/2022/01/02/us/iowa-cubs-employee-bonus-checks.html", - "creator": "Michael Levenson", - "pubDate": "Sun, 02 Jan 2022 16:42:11 +0000", + "title": "Joan Didion, ‘New Journalist’ Who Explored Culture and Chaos, Dies at 87", + "description": "She established a distinctive voice in American fiction before turning to political reporting and screenplay writing. But it was California, her native state, that provided her with her richest material.", + "content": "Joan Didion in 1972. “Her talent was for writing about the mood of the culture,” the writer Katie Roiphe said. “She managed to channel the spirit of the 1960s and ’70s through her own highly idiosyncratic and personal — that is, seemingly personal — writing.”", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/23/books/joan-didion-dead.html", + "creator": "William Grimes", + "pubDate": "Thu, 23 Dec 2021 17:42:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138782,17 +164395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "46ef56b80a9ecfc6c77466cd9320d57a", - "highlights": [] + "hash": "0261ca2e8b162a2dd1ef52ec62a235be" }, { - "title": "Beaches Closed After 8.5 Million Gallons of Sewage Spill in Los Angeles County", - "description": "The release of millions of gallons of untreated sewage into the Dominguez Channel in Carson, Calif., forced the closure of some beaches on Friday.", - "content": "The release of millions of gallons of untreated sewage into the Dominguez Channel in Carson, Calif., forced the closure of some beaches on Friday.", - "category": "Sewers and Sewage", - "link": "https://www.nytimes.com/2022/01/01/us/sewage-spill-los-angeles.html", - "creator": "Eduardo Medina", - "pubDate": "Sun, 02 Jan 2022 16:02:33 +0000", + "title": "7 Political Wish Lists for the New Year", + "description": "What do the president, vice president, former president and party leaders want in 2022? We made our best guess.", + "content": "President Biden’s Christmas wish list might include a stronger economy, shrinking inflation and a disappearing virus.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/23/us/politics/political-wish-lists-2022.html", + "creator": "Shane Goldmacher", + "pubDate": "Thu, 23 Dec 2021 23:30:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138804,17 +164416,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45f71a87707e87f60353b57e8a63d035", - "highlights": [] + "hash": "2ebb798f5cb13d16cb963d78ee809f93" }, { - "title": "Off-Duty Officer Shot While Sleeping in Car Outside a Harlem Police Station", - "description": "Mayor Eric Adams at NewYork-Presbyterian Hospital/Weill Cornell Medical Center in Manhattan on Saturday. “This is a horrendous act that took place,” he said.", - "content": "Mayor Eric Adams at NewYork-Presbyterian Hospital/Weill Cornell Medical Center in Manhattan on Saturday. “This is a horrendous act that took place,” he said.", - "category": "Attacks on Police", - "link": "https://www.nytimes.com/2022/01/01/nyregion/nypd-officer-shooting-police-station.html", - "creator": "Troy Closson", - "pubDate": "Sat, 01 Jan 2022 22:14:20 +0000", + "title": "How to Cope With Medicare’s Rising Costs", + "description": "A higher Medicare premium in 2022 is just part of the puzzle of health care costs for older Americans. But there are ways to plan.", + "content": "A higher Medicare premium in 2022 is just part of the puzzle of health care costs for older Americans. But there are ways to plan.", + "category": "Medicare", + "link": "https://www.nytimes.com/2021/12/22/business/medicare-retirement-costs.html", + "creator": "Mark Miller", + "pubDate": "Wed, 22 Dec 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138826,17 +164437,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c03b81d3dd82f22e997dc847413d6a9", - "highlights": [] + "hash": "f822070ba4387f5338906674933d8cf0" }, { - "title": "Santander UK Makes $175 Million in Mistaken Payments", - "description": "Santander UK, which has more than 14 million customers, made tens of thousands of accidental payments on Christmas Day. Now, it wants the money back.", - "content": "Santander UK, which has more than 14 million customers, made tens of thousands of accidental payments on Christmas Day. Now, it wants the money back.", - "category": "Banco Santander S A", - "link": "https://www.nytimes.com/2022/01/01/business/santander-bank-extra-payments.html", - "creator": "Amanda Holpuch", - "pubDate": "Sat, 01 Jan 2022 19:06:21 +0000", + "title": "Park Geun-hye, Ex-Leader of South Korea, to Be Pardoned ", + "description": "The government said it would release Ms. Park on Dec. 31 in the interest of national “reconciliation.”", + "content": "President Park Geun-hye became the first South Korean leader to be removed from office through parliamentary impeachment.", + "category": "Park Geun-hye", + "link": "https://www.nytimes.com/2021/12/23/world/asia/south-korea-park-geun-hye-pardon.html", + "creator": "Choe Sang-Hun", + "pubDate": "Fri, 24 Dec 2021 06:24:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138848,17 +164458,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de04a9180ac457a131f76d0e2ae78be3", - "highlights": [] + "hash": "7e5daaec2a44e34222bc8b114535486a" }, { - "title": "10 Lessons We’ve Learned About Eating Well", - "description": "Water vs. seltzer? Can food affect the brain? We’ve rounded up useful research on diet and nutrition to stay healthy in the new year.", - "content": "Water vs. seltzer? Can food affect the brain? We’ve rounded up useful research on diet and nutrition to stay healthy in the new year.", - "category": "Anxiety and Stress", - "link": "https://www.nytimes.com/2022/01/01/well/eat/diet-nutrition-tips.html", - "creator": "", - "pubDate": "Sat, 01 Jan 2022 21:06:42 +0000", + "title": "Met Opera Finds a New Generation of Fans", + "description": "Drawn by cheaper tickets and a sense of glamour, New Yorkers in their 20s and 30s are making their way to the Met this season, many of them for the first time.", + "content": "Angelina Lippert, 37, and Christopher Shannon, 35, at Lincoln Center to see “The Magic Flute.” She wore Moschino and he donned a homemade tie-dye shirt.", + "category": "Metropolitan Opera", + "link": "https://www.nytimes.com/2021/12/23/style/metropolitan-opera-new-generation.html", + "creator": "Annie Armstrong", + "pubDate": "Thu, 23 Dec 2021 15:00:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138870,17 +164479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c0b909a8dd971ddd68b3251994f8f77", - "highlights": [] + "hash": "84cae9b9d4e70b6bbc1651dfae9b04e1" }, { - "title": "The Secrets to Successful Aging in 2022", - "description": "Advice from Well’s most popular stories of the year.", - "content": "Advice from Well’s most popular stories of the year.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/31/well/live/aging-advice.html", - "creator": "The New York Times", - "pubDate": "Fri, 31 Dec 2021 21:16:23 +0000", + "title": "NFL Week 16 Predictions: Our Picks Against the Spread", + "description": "Deebo Samuel and the 49ers head into Tennessee on Thursday looking to secure their sixth win in seven games.", + "content": "Wide receiver? Running back? Deebo Samuel doesn't need a label as he leads the San Francisco offense in a Thursday matchup with Tennessee.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/23/sports/football/nfl-betting-picks-odds-predictions.html", + "creator": "Emmanuel Morgan", + "pubDate": "Thu, 23 Dec 2021 05:01:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138892,17 +164500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb42e37230ff994f13669f08d79e9d98", - "highlights": [] + "hash": "3c9c6794c92f01595492f8567a0b9148" }, { - "title": "How to Improve Your Mental Health in 2022", - "description": "Well’s most popular stories of the year offered tools to stay happy and healthy.", - "content": "Well’s most popular stories of the year offered tools to stay happy and healthy.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/12/30/well/mind/mental-health-advice-2022.html", - "creator": "Dani Blum and Farah Miller", - "pubDate": "Fri, 31 Dec 2021 05:48:19 +0000", + "title": "Why Doesn’t Anyone Put as Much Effort Into Secret Santa as I Do?", + "description": "A reader feels consistently disappointed by her family’s gift exchange.", + "content": "A reader feels consistently disappointed by her family’s gift exchange.", + "category": "Customs, Etiquette and Manners", + "link": "https://www.nytimes.com/2021/12/23/style/secret-santa-social-qs.html", + "creator": "Philip Galanes", + "pubDate": "Thu, 23 Dec 2021 14:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138914,17 +164521,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f82e7092a4c3232a24df48aadd3b521", - "highlights": [] + "hash": "36fb37b02bd85cb43520722747e87545" }, { - "title": "The Year in Fitness: Shorter Workouts, Greater Clarity, Longer Lives", - "description": "The most vital exercise science of 2021 provided a reminder that our bodies and minds can flourish, no matter our circumstances.", - "content": "The most vital exercise science of 2021 provided a reminder that our bodies and minds can flourish, no matter our circumstances.", - "category": "Exercise", - "link": "https://www.nytimes.com/2021/12/29/well/move/short-workouts-mind-body.html", - "creator": "Gretchen Reynolds", - "pubDate": "Wed, 29 Dec 2021 10:00:07 +0000", + "title": "‘Don’t Look Up’ Review: Tick, Tick, Kablooey", + "description": "Adam McKay wants you to know that it’s the end of the world and you should absolutely, unequivocally not feel fine. (But do laugh.)", + "content": "Adam McKay wants you to know that it’s the end of the world and you should absolutely, unequivocally not feel fine. (But do laugh.)", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/23/movies/dont-look-up-review.html", + "creator": "Manohla Dargis", + "pubDate": "Thu, 23 Dec 2021 19:11:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138936,17 +164542,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d9971e8b526fa3bd380b20ee0ba3383", - "highlights": [] + "hash": "4bf43b502e3d0502de1111bd70dfccd9" }, { - "title": "Arlo Guthrie Marries Marti Ladd After 20 Years of Friendship ", - "description": "The folk singer Arlo Guthrie and Marti Ladd were married on Dec. 8 at the South County Courthouse in Delray Beach, Fla.", - "content": "The folk singer Arlo Guthrie and Marti Ladd were married on Dec. 8 at the South County Courthouse in Delray Beach, Fla.", - "category": "Weddings and Engagements", - "link": "https://www.nytimes.com/2021/12/31/fashion/weddings/arlo-guthrie-marti-ladd-married.html", - "creator": "Tammy La Gorce", - "pubDate": "Fri, 31 Dec 2021 14:25:21 +0000", + "title": "Travel Between U.S. and Southern Africa Will Resume, Biden Says", + "description": "", + "content": "A plane at Ronald Reagan Washington National Airport in Arlington, Virginia on Wednesday.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/24/world/omicron-covid-vaccine-tests/travel-between-the-us-and-southern-africa-will-resume-the-white-house-says", + "creator": "Glenn Thrush", + "pubDate": "Fri, 24 Dec 2021 15:02:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138958,17 +164563,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb5d820dc152f417f4ee4c201e46e767", - "highlights": [] + "hash": "3170ecac50f20ec4f3f66898fe39e228" }, { - "title": "How the Founder of Subway Book Review Spends Her Sundays", - "description": "Uli Beutter Cohen can often be found on the G train, looking for readers.", - "content": "Uli Beutter Cohen can often be found on the G train, looking for readers.", - "category": "Cohen, Uli Beutter", - "link": "https://www.nytimes.com/2021/12/31/nyregion/subway-book-review-nyc.html", - "creator": "Kaya Laterman", - "pubDate": "Fri, 31 Dec 2021 10:00:15 +0000", + "title": "Despite Uproar Over Floyd’s Death, an Unceasing Tide of Police Killings", + "description": "George Floyd’s murder set in motion shock waves that touched almost every aspect of American society. But on the core issues of police violence and accountability, very little has changed.", + "content": "A memorial in Minneapolis for victims of police violence.", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2021/12/24/us/police-killings-accountability.html", + "creator": "Tim Arango and Giulia Heyward", + "pubDate": "Fri, 24 Dec 2021 14:04:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -138980,17 +164584,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91040a314bec845bc031ce1e4bc228bb", - "highlights": [] + "hash": "4cbbc9d49d4374df8e42cfa244986c30" }, { - "title": "Another Covid Winter, but Our Quarantine Comforts No Longer Work", - "description": "Americans have spared little expense over the past two years turning their homes into cozy havens. That doesn’t mean they want to spend another winter in them.", - "content": "Americans have spared little expense over the past two years turning their homes into cozy havens. That doesn’t mean they want to spend another winter in them.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/31/realestate/another-covid-winter-but-our-quarantine-comforts-no-longer-work.html", - "creator": "Ronda Kaysen", - "pubDate": "Fri, 31 Dec 2021 13:00:06 +0000", + "title": "J.K. Rowling on the Magic of ‘Things’", + "description": "There can be a strange magic in human-made things that are interwoven with our pasts, with our homes, with our great loves.", + "content": "There can be a strange magic in human-made things that are interwoven with our pasts, with our homes, with our great loves.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/24/books/review/jk-rowling-christmas-pig.html", + "creator": "J.K. Rowling", + "pubDate": "Fri, 24 Dec 2021 10:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139002,17 +164605,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "87fa57dc1d4117622bc3332d6ed66dfe", - "highlights": [] + "hash": "13e291b034b88c7ee28e41a0fc572202" }, { - "title": "New Travel Apps to Help You Plan Your Next Getaway 2022", - "description": "Yes, there’s turmoil in the travel world right now, but many people are still eager to linger over plans for future journeys. These new online tools will help.", - "content": "Yes, there’s turmoil in the travel world right now, but many people are still eager to linger over plans for future journeys. These new online tools will help.", - "category": "Mobile Applications", - "link": "https://www.nytimes.com/2021/12/30/travel/travel-planning-apps.html", - "creator": "Stephanie Rosenbloom", - "pubDate": "Thu, 30 Dec 2021 16:40:10 +0000", + "title": "Will Donald Trump Get Away With Inciting an Insurrection?", + "description": "Trying to upend a free and fair election is one of the gravest crimes imaginable. We’re worried Merrick Garland isn’t taking it seriously enough.", + "content": "Trying to upend a free and fair election is one of the gravest crimes imaginable. We’re worried Merrick Garland isn’t taking it seriously enough.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/23/opinion/trump-capitol-riot-january-6th.html", + "creator": "Laurence H. Tribe, Donald Ayer and Dennis Aftergut", + "pubDate": "Thu, 23 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139024,17 +164626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fb35c4b4b1b1b427c7e37fdb2c04865", - "highlights": [] + "hash": "a794da116a9dfe3530eaab265e3ffce2" }, { - "title": "Is the Human Impulse to Tell Stories Dangerous?", - "description": "In “The Story Paradox,” Jonathan Gottschall explores how narrative shapes reality and our own actions.", - "content": "In “The Story Paradox,” Jonathan Gottschall explores how narrative shapes reality and our own actions.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/30/books/review/the-story-paradox-jonathan-gottschall.html", - "creator": "Timothy Snyder", - "pubDate": "Thu, 30 Dec 2021 19:26:44 +0000", + "title": "Finding Inspiration in an Otherwise Dull Year", + "description": "Books, kombucha, and a ridiculous egg spoon — the things that kept me going and fed this newsletter.", + "content": "Books, kombucha, and a ridiculous egg spoon — the things that kept me going and fed this newsletter.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/12/23/opinion/inspiration-books-kombucha.html", + "creator": "Jay Caspian Kang", + "pubDate": "Thu, 23 Dec 2021 20:02:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139046,17 +164647,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4058e6d2716ff392e086b853835f81e", - "highlights": [] + "hash": "eacf6cdf29ec09a476c0e8cdec66cbdb" }, { - "title": "U.S. Flight Cancellations Pass 2,500", - "description": "The cancellations mounted to a record level amid a struggle with crew shortages and heavy snowfall. Follow Covid updates.", - "content": "The cancellations mounted to a record level amid a struggle with crew shortages and heavy snowfall. Follow Covid updates.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/01/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Sun, 02 Jan 2022 00:11:24 +0000", + "title": "The Rise of Eric Adams and Black New York", + "description": "Eric Adams winning coalition shows how the city’s power structure has changed. ", + "content": "Eric Adams winning coalition shows how the city’s power structure has changed. ", + "category": "Black People", + "link": "https://www.nytimes.com/2021/12/22/opinion/eric-adams-black-new-york.html", + "creator": "Mara Gay", + "pubDate": "Thu, 23 Dec 2021 01:13:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139068,17 +164668,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32e9ae70e1f6e4a4f825c9c1568f6e19", - "highlights": [] + "hash": "f9d1be03803aa9a2e78945497cf36459" }, { - "title": "Want a Covid Test With Your Viagra?", - "description": "A health care company known for hair loss and erectile dysfunction treatments diversifies its product line, and earns new fans along the way.", - "content": "A health care company known for hair loss and erectile dysfunction treatments diversifies its product line, and earns new fans along the way.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2022/01/01/business/roman-covid-tests.html", - "creator": "Alyson Krueger", - "pubDate": "Sat, 01 Jan 2022 18:42:12 +0000", + "title": "Facts Alone Aren’t Going to Win Over the Unvaccinated. This Might.", + "description": "Methods to get people vaccinated without requiring them to change their beliefs are promising.", + "content": "Methods to get people vaccinated without requiring them to change their beliefs are promising.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/21/opinion/vaccine-hesitancy-covid-omicron.html", + "creator": "Anupam B. Jena and Christopher M. Worsham", + "pubDate": "Tue, 21 Dec 2021 14:43:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139090,17 +164689,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "94c8c7a12b318e930c7eaa01fbfe99ec", - "highlights": [] + "hash": "8723b066a008fd898023b42c4a523a63" }, { - "title": "Here’s What Readers Told Us About Customer Service Nightmares", - "description": "Plus, some small glimmers of hope.", - "content": "Plus, some small glimmers of hope.", - "category": "Customer Relations", - "link": "https://www.nytimes.com/2022/01/01/business/readers-customer-service.html", - "creator": "Gray Beltran", - "pubDate": "Sat, 01 Jan 2022 10:00:09 +0000", + "title": "As Israel Considers a 4th Vaccine Dose, Some Ask if It’s Premature", + "description": "The country is weighing whether to approve giving fourth shots, despite criticism from some experts. Follow pandemic updates.", + "content": "The country is weighing whether to approve giving fourth shots, despite criticism from some experts. Follow pandemic updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/23/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Thu, 23 Dec 2021 16:23:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139112,17 +164710,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcbd55d065f1fd272ce3e325ae0e501f", - "highlights": [] + "hash": "12f73544bf7d7b9d10b6dde53f854772" }, { - "title": "After Catastrophic Fire, Colorado Fights a New Hazard: 10 Inches of Snow", - "description": "Katie and Nicolas Ferrington surveyed their home in the aftermath of the Marshall fire in Boulder County, Colo., on Saturday.", - "content": "Katie and Nicolas Ferrington surveyed their home in the aftermath of the Marshall fire in Boulder County, Colo., on Saturday.", - "category": "Weather", - "link": "https://www.nytimes.com/2022/01/01/us/colorado-fires-snow-boulder-superior-louisville.html", - "creator": "Charlie Brennan, Jack Healy and Sophie Kasakove", - "pubDate": "Sun, 02 Jan 2022 00:32:44 +0000", + "title": "Americans Hunt for Virus Tests and the Assurance of Safe Holiday Gatherings", + "description": "Supply shortages, financial barriers and misinformation are still stopping some Americans from getting a test.", + "content": "Coronavirus testing at Boston Logan International Airport on Tuesday.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/23/us/us-covid-test-availability.html", + "creator": "Giulia Heyward and Sophie Kasakove", + "pubDate": "Thu, 23 Dec 2021 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139134,17 +164731,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c01f9bf30198ee8af0aac2dcc71e249", - "highlights": [] + "hash": "553aab31bf8036ad9548395faf5dcc08" }, { - "title": "Record-Setting Colorado Fires Destroyed More Than 500 Homes", - "description": "Unlike fires in mountain wilderness, which often burn over the course of weeks, the destruction on Thursday played out in minutes and hours.", - "content": "Unlike fires in mountain wilderness, which often burn over the course of weeks, the destruction on Thursday played out in minutes and hours.", - "category": "Wildfires", - "link": "https://www.nytimes.com/2021/12/31/us/colorado-marshall-fire.html", - "creator": "Charlie Brennan, Shay Castle, Mitch Smith and Jack Healy", - "pubDate": "Sat, 01 Jan 2022 06:48:24 +0000", + "title": "As Omicron Spreads, Older Americans Display a Mix of Worry and Resolve", + "description": "They are at higher risk at becoming seriously ill from the virus, but they also don’t want to ‘stop doing the things that are most important.’", + "content": "Joe DiMaggio, 97, of Sparks, Nev., stood on his balcony at a senior living community last December. For the second year in a row, Americans have been forced to decide whether to carry on with holiday celebrations or cancel them. ", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/23/us/older-people-omicron.html", + "creator": "J. David Goodman and Julie Bosman", + "pubDate": "Thu, 23 Dec 2021 17:02:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139156,17 +164752,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8525907b23cf1299d609734a945c3366", - "highlights": [] + "hash": "e1785958021974974a901ab19a823f10" }, { - "title": "Why Marriage Requires Amnesia", - "description": "Do I hate my husband? Oh for sure, yes, definitely.", - "content": "Do I hate my husband? Oh for sure, yes, definitely.", - "category": "Marriages", - "link": "https://www.nytimes.com/2021/12/24/style/marriage-heather-havrilesky-foreverland.html", - "creator": "Heather Havrilesky", - "pubDate": "Fri, 24 Dec 2021 10:00:06 +0000", + "title": "PCE Index Hit Highest Level in November Since 1982", + "description": "The Fed’s preferred inflation gauge, the Personal Consumption Expenditures index, climbed 5.7 percent in November from a year earlier.", + "content": "The Fed’s preferred inflation gauge, the Personal Consumption Expenditures index, climbed 5.7 percent in November from a year earlier.", + "category": "Inflation (Economics)", + "link": "https://www.nytimes.com/2021/12/23/business/economy/inflation-pce-index-fed.html", + "creator": "Jeanna Smialek", + "pubDate": "Thu, 23 Dec 2021 14:57:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139178,17 +164773,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0cf41ca1e3ff96942f961f273f2d35c", - "highlights": [] + "hash": "18b38da1b93bf2c8d1b859b07d28a40f" }, { - "title": "Once a Janitor, Now the Bar Mitzvah Photography King of Montreal", - "description": "Braulio Rocha showing bar mitzvah photographs to the Rosen family children at a Montreal synagogue.", - "content": "Braulio Rocha showing bar mitzvah photographs to the Rosen family children at a Montreal synagogue.", - "category": "Rocha, Braulio", - "link": "https://www.nytimes.com/2021/12/31/world/canada/montreal-bar-mitzvah-photographer.html", - "creator": "", - "pubDate": "Sat, 01 Jan 2022 00:34:25 +0000", + "title": "Merck's Covid Pill Cleared by FDA for High-Risk Adults", + "description": "The F.D.A. said the drug was not a preferred treatment, but could be used when alternate treatment options were “not accessible or clinically appropriate.”", + "content": "The Merck & Company headquarters in Kenilworth, N.J.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/23/business/pill-covid.html", + "creator": "Rebecca Robbins and Carl Zimmer", + "pubDate": "Thu, 23 Dec 2021 15:43:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139200,17 +164794,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f00c381e353bd515c2dea680c07391b3", - "highlights": [] + "hash": "d0c23f6e01f3626c1306e9522ca06af7" }, { - "title": "Bedtime Stories Are for Adults Too", - "description": "But now that’s changed. In almost everyone’s never-ending quest for better sleep, the adult bedtime story industry is booming.", - "content": "But now that’s changed. In almost everyone’s never-ending quest for better sleep, the adult bedtime story industry is booming.", - "category": "Sleep", - "link": "https://www.nytimes.com/2022/01/01/style/bedtime-stories-for-adults.html", - "creator": "Hillary Richard", - "pubDate": "Sat, 01 Jan 2022 10:00:11 +0000", + "title": "Joan Didion Chronicled American Disorder With Her Own Unmistakable Style", + "description": "The generation-defining essayist and novelist was preoccupied with mythos — and gifted at fashioning her own.", + "content": "Joan Didion in 1981. The generation-defining essayist died on Thursday. She was 87.", + "category": "Didion, Joan", + "link": "https://www.nytimes.com/2021/12/23/books/death-of-joan-didion.html", + "creator": "Parul Sehgal", + "pubDate": "Thu, 23 Dec 2021 17:20:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139222,17 +164815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6052d54b3148104cca49596d31f7b903", - "highlights": [] + "hash": "667333bfd0ebaf456e3279b0b323cd7e" }, { - "title": "Aiding Afghan Refugees in the U.S.", - "description": "Readers discuss hosting an Afghan family, urge helping needy Americans first and suggest a G.I. Bill for Afghans. Also: Is the Supreme Court partisan?", - "content": "Readers discuss hosting an Afghan family, urge helping needy Americans first and suggest a G.I. Bill for Afghans. Also: Is the Supreme Court partisan?", - "category": "Afghanistan War (2001- )", - "link": "https://www.nytimes.com/2021/12/31/opinion/letters/aiding-afghan-refugees.html", - "creator": "", - "pubDate": "Fri, 31 Dec 2021 23:27:20 +0000", + "title": "U.S. Effort to Combat Forced Labor Targets Corporate China Ties", + "description": "The Biden administration is expected to face scrutiny as it decides how to enforce a new ban on products made with forced labor in the Xinjiang region of China.", + "content": "Uyghur workers at a factory in the Xinjiang region of China in 2019. A wide range of products and raw materials flow from the region, where accusations of forced labor proliferate.", + "category": "China", + "link": "https://www.nytimes.com/2021/12/23/us/politics/china-uyghurs-forced-labor.html", + "creator": "Ana Swanson, Catie Edmondson and Edward Wong", + "pubDate": "Thu, 23 Dec 2021 16:53:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139244,17 +164836,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "25af91f13b71ef593b7410a8fe582f81", - "highlights": [] - }, - { - "title": "The Sidney Awards", - "description": "Some great essays from a shapeless year.", - "content": "Some great essays from a shapeless year.", - "category": "Magazines", - "link": "https://www.nytimes.com/2021/12/30/opinion/brooks-sidney-awards-2021.html", - "creator": "David Brooks", - "pubDate": "Fri, 31 Dec 2021 00:00:05 +0000", + "hash": "5b0a47e917f81b3a8d465f619d6234e0" + }, + { + "title": "Amazon Reaches Labor Deal, Giving Workers More Power to Organize", + "description": "The agreement’s national scope and its concessions to organizing go further than any previous settlement that the e-commerce giant has made.", + "content": "A labor activist and his son encouraging passing motorists to sign union authorization cards outside Amazon’s JFK8 distribution center on Staten Island in May.", + "category": "Workplace Hazards and Violations", + "link": "https://www.nytimes.com/2021/12/23/business/amazon-labor-deal.html", + "creator": "Karen Weise", + "pubDate": "Thu, 23 Dec 2021 16:44:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139266,17 +164857,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9acdbc6e0dcc4f8f500bb351cfa0c12", - "highlights": [] + "hash": "388386f927f13b40eb073c1871ce4e43" }, { - "title": "Will Maxwell’s Conviction End a Culture of Complicity Surrounding Sexual Predation?", - "description": "We must not be blind to the many ways that enabling does not rise to a crime.", - "content": "We must not be blind to the many ways that enabling does not rise to a crime.", - "category": "Sexual Harassment", - "link": "https://www.nytimes.com/2021/12/29/opinion/maxwell-epstein-sexual-abuse.html", - "creator": "Deborah Tuerkheimer", - "pubDate": "Thu, 30 Dec 2021 00:59:16 +0000", + "title": "How to Catch a Polar Bear", + "description": "First, spot the bear.", + "content": "First, spot the bear.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/12/23/science/polar-bear.html", + "creator": "Anna Filipova and Emily Anthes", + "pubDate": "Thu, 23 Dec 2021 10:00:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139288,17 +164878,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "afe9c0dda57e85682d371933769057ec", - "highlights": [] + "hash": "e883dd09de184063042d5c65c46875b9" }, { - "title": "I Investigated Bonds and Clemens. Yes, They Belong in Cooperstown.", - "description": "Barry Bonds in 2006.", - "content": "Barry Bonds in 2006.", - "category": "Bonds, Barry", - "link": "https://www.nytimes.com/2021/12/30/opinion/hall-of-fame.html", - "creator": "Jeff Novitzky", - "pubDate": "Thu, 30 Dec 2021 23:34:59 +0000", + "title": "Welcome to the Charles Dickens Luxury Apartments", + "description": "Want to understand London’s economic transformation? Have a look around the condo conversion of the workhouse that inspired “Oliver Twist.”", + "content": "The Strand Union Workhouse, which inspired “Oliver Twist,” was built in the 1770s.", + "category": "Dickens, Charles", + "link": "https://www.nytimes.com/2021/12/23/business/dickens-condos-oliver-twist-workhouse.html", + "creator": "David Segal", + "pubDate": "Thu, 23 Dec 2021 10:00:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139310,17 +164899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c81d9eee0ea79c595fc863d438bed0ef", - "highlights": [] + "hash": "6125d370721b3ea7cb605b4cd0df72d6" }, { - "title": "Chinese Police Hunt Overseas Critics With Advanced Tech", - "description": "The Chinese police have turned to intimidation to silence even obscure critics.", - "content": "The Chinese police have turned to intimidation to silence even obscure critics.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/31/business/china-internet-police-twitter.html", - "creator": "Muyi Xiao and Paul Mozur", - "pubDate": "Fri, 31 Dec 2021 08:00:16 +0000", + "title": "The Artists We Lost in 2021, in Their Words", + "description": "Some artists held the spotlight for generations. Others left us lamenting careers cut short. Here is a tribute to those we lost this year.", + "content": "Some artists held the spotlight for generations. Others left us lamenting careers cut short. Here is a tribute to those we lost this year.", + "category": "Culture (Arts)", + "link": "https://www.nytimes.com/2021/12/23/arts/artists-who-died-2021.html", + "creator": "Gabe Cohn", + "pubDate": "Thu, 23 Dec 2021 17:36:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139332,17 +164920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "05b53615c7beebb7b11d8cec1e7e2960", - "highlights": [] + "hash": "f6753535feb8cf2f13805ee858b334ac" }, { - "title": "Snow Closed the Highways. GPS Mapped a Harrowing Detour in the Sierra Nevada.", - "description": "Public safety officials warned that alternate routes offered by apps like Google Maps and Waze don’t always take into account hazards to drivers.", - "content": "Public safety officials warned that alternate routes offered by apps like Google Maps and Waze don’t always take into account hazards to drivers.", - "category": "Maps", - "link": "https://www.nytimes.com/2021/12/31/us/google-maps-waze-sierra-nevada-snow.html", - "creator": "Neil Vigdor", - "pubDate": "Fri, 31 Dec 2021 10:30:08 +0000", + "title": "Biden Is Being the President He Campaigned to Be. But It's Not Enough.", + "description": "Biden’s administration needs a pinch of cayenne.", + "content": "Biden’s administration needs a pinch of cayenne.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/22/opinion/wheres-joe-biden.html", + "creator": "Charles M. Blow", + "pubDate": "Thu, 23 Dec 2021 01:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139354,17 +164941,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f51b789e7eee7764d2a4f9c600ae66f", - "highlights": [] + "hash": "925ce1ac380aee2d332dc7f69fca2d8f" }, { - "title": "Behind the Violence at Rikers, Decades of Mismanagement and Dysfunction", - "description": "For years, New York City officials have presided over shortcuts and blunders that have led to chaos in one of America’s most expensive jail complexes.", - "content": "For years, New York City officials have presided over shortcuts and blunders that have led to chaos in one of America’s most expensive jail complexes.", - "category": "Prison Guards and Corrections Officers", - "link": "https://www.nytimes.com/2021/12/31/nyregion/rikers-island-correction-officers.html", - "creator": "Jan Ransom and Bianca Pallaro", - "pubDate": "Fri, 31 Dec 2021 10:27:17 +0000", + "title": "Why Uber Won’t Call the Police", + "description": "Ride-sharing rests on a promise of safety. What if one side isn’t keeping up their end of the bargain?", + "content": "Ride-sharing rests on a promise of safety. What if one side isn’t keeping up their end of the bargain?", + "category": "Car Services and Livery Cabs", + "link": "https://www.nytimes.com/2021/12/22/opinion/uber-safety-ride-sharing.html", + "creator": "Greg Bensinger", + "pubDate": "Wed, 22 Dec 2021 23:26:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139376,17 +164962,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40815463fa8f1e3d0b031d389644ce02", - "highlights": [] + "hash": "6751a6ab1a1c8e825be405ed9f5028ed" }, { - "title": "Fed’s Moves in 2022 Could End the Stock Market’s Pandemic Run", - "description": "Shares soared as interest rates stayed low and stimulus programs helped the economy. But expected changes could make investors wary.", - "content": "Shares soared as interest rates stayed low and stimulus programs helped the economy. But expected changes could make investors wary.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/31/business/stock-market-2022.html", - "creator": "Coral Murphy Marcos and Emily Flitter", - "pubDate": "Fri, 31 Dec 2021 10:00:20 +0000", + "title": "Getting Past the Manchin Roadblock and Saving Biden’s Plan", + "description": "Readers discuss how to salvage Build Back Better, and praise and decry Mr. Manchin. Also: Pause pro sports; the Jan. 6 inquiry.", + "content": "Joe Manchin this month at a Senate Committee on Energy and Natural Resources hearing.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/23/opinion/letters/manchin-bidens-agenda.html", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 16:28:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139398,17 +164983,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccd0f4754c1ea9c6613bf4a2d9f2a17a", - "highlights": [] + "hash": "6c527e511c8d2a353772ace7521e1183" }, { - "title": "Betty White, a Television Golden Girl From the Start, Is Dead at 99", - "description": "Betty White was best known as the manipulative and bawdy Sue Ann on “The Mary Tyler Moore Show” and as the naïve, scatterbrained Rose on “The Golden Girls.”", - "content": "Betty White was best known as the manipulative and bawdy Sue Ann on “The Mary Tyler Moore Show” and as the naïve, scatterbrained Rose on “The Golden Girls.”", - "category": "White, Betty", - "link": "https://www.nytimes.com/2021/12/31/arts/television/betty-white-dead.html", - "creator": "Richard Severo and Peter Keepnews", - "pubDate": "Sat, 01 Jan 2022 03:51:18 +0000", + "title": "Omicron and Kids: How to Navigate the Covid Winter", + "description": "Experts’ tips for navigating a Covid winter with children.", + "content": "Experts’ tips for navigating a Covid winter with children.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2021/12/22/opinion/omicron-children.html", + "creator": "New York Times Opinion", + "pubDate": "Wed, 22 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139420,17 +165004,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a64e8b95b91f9a330ebc524d7e25ac1", - "highlights": [] + "hash": "16013935ce59b4ad02ddc99f4b9d3eea" }, { - "title": "With a Simple Funeral, South Africa Bids Farewell to Desmond Tutu", - "description": "Clergy members carrying the coffin of Archbishop Desmond M. Tutu on Saturday after his funeral service at St. George’s Cathedral in Cape Town.", - "content": "Clergy members carrying the coffin of Archbishop Desmond M. Tutu on Saturday after his funeral service at St. George’s Cathedral in Cape Town.", - "category": "Funerals and Memorials", - "link": "https://www.nytimes.com/2022/01/01/world/africa/desmond-tutu-funeral-south-africa.html", - "creator": "Lynsey Chutel", - "pubDate": "Sat, 01 Jan 2022 19:11:29 +0000", + "title": "Why It’s Easier Than Ever to Buy a Used Car", + "description": "Services such as Carfax give buyers confidence that they’re getting a cherry, not a lemon.", + "content": "Services such as Carfax give buyers confidence that they’re getting a cherry, not a lemon.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/22/opinion/used-cars.html", + "creator": "Peter Coy", + "pubDate": "Wed, 22 Dec 2021 19:52:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139442,17 +165025,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b4aaf15255b8c14173e818197ea8b9f", - "highlights": [] + "hash": "a7d2daa10f1e39e50863949b000d0dd6" }, { - "title": "A Vatican Library Shortens the Distance Between Its Works and Its Scholars", - "description": "The Rev. David Nazar, the rector of the Pontifical Oriental Institute. The collaboration to digitize its books reminded him of a “Mickey Rooney film.”", - "content": "The Rev. David Nazar, the rector of the Pontifical Oriental Institute. The collaboration to digitize its books reminded him of a “Mickey Rooney film.”", - "category": "Libraries and Librarians", - "link": "https://www.nytimes.com/2022/01/01/world/europe/pontifical-oriental-institute-digital-texts.html", - "creator": "Elisabetta Povoledo", - "pubDate": "Sat, 01 Jan 2022 17:16:36 +0000", + "title": "Parenting in 2021? ‘Not Great, Bob!’", + "description": "But we can still find ways to cackle with our kids.", + "content": "But we can still find ways to cackle with our kids.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/22/opinion/parenting-covid-vaccinated.html", + "creator": "Jessica Grose", + "pubDate": "Wed, 22 Dec 2021 15:56:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139464,17 +165046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45fdccbe3f5729cc53ae67cede2d01d4", - "highlights": [] + "hash": "e80ffc1f1bdcf3ab87fe9fb013d62009" }, { - "title": "Beaches Closed After 7 Million Gallons of Sewage Spill in Los Angeles County", - "description": "The release of millions of gallons of untreated sewage into the Dominguez Channel in Carson, Calif., forced the closure of some beaches on Friday.", - "content": "The release of millions of gallons of untreated sewage into the Dominguez Channel in Carson, Calif., forced the closure of some beaches on Friday.", - "category": "Sewers and Sewage", - "link": "https://www.nytimes.com/2022/01/01/us/sewage-spill-los-angeles.html", - "creator": "Eduardo Medina", - "pubDate": "Sat, 01 Jan 2022 21:19:57 +0000", + "title": "Omicron Is Just Beginning and Americans Are Already Tired", + "description": "A sense of dread about the variant’s rapid spread is growing even in places that had experienced a virus lull.", + "content": "A diner in San Diego on Monday. Americans are simply exhausted by the emotional pandemic roller coaster and confused by mixed messages from experts and leaders about appropriate coronavirus precautions.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/22/us/omicron-virus-worry-dread.html", + "creator": "Patricia Mazzei", + "pubDate": "Wed, 22 Dec 2021 08:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139486,17 +165067,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d82e3086723cca42ee89faded65e37b", - "highlights": [] + "hash": "6829b0281dd6d4f52e9f8f3e854d1b7a" }, { - "title": "U.S. Military Focusing on ISIS Cell Behind Attack at Kabul Airport", - "description": "Victims of a suicide attack at the airport in Kabul, Afghanistan, arrived at a hospital in August.", - "content": "Victims of a suicide attack at the airport in Kabul, Afghanistan, arrived at a hospital in August.", - "category": "Terrorism", - "link": "https://www.nytimes.com/2022/01/01/us/politics/afghan-war-isis-attack.html", - "creator": "Eric Schmitt", - "pubDate": "Sat, 01 Jan 2022 10:00:15 +0000", + "title": "The F.B.I. Deployed Surveillance Teams Inside Portland Protests", + "description": "Federal agents infiltrated Portland’s unruly racial justice protests, dressing to blend in and capturing clandestine video. The tactics raised internal concern.", + "content": "Officers retreated to protect the Mark O. Hatfield Courthouse after dispersing a crowd of protesters in Portland, Ore., in July 2020.", + "category": "George Floyd Protests (2020)", + "link": "https://www.nytimes.com/2021/12/22/us/portland-protests-fbi-surveillance.html", + "creator": "Mike Baker, Sergio Olmos and Adam Goldman", + "pubDate": "Thu, 23 Dec 2021 03:50:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139508,17 +165088,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aa7e6f5f94a0446c902b8e7f2c62fc6", - "highlights": [] + "hash": "9705cdc85bcb1b299dd6867f70f55667" }, { - "title": "Trump Appointee Resigns After Fight With Democratic Bank Regulators", - "description": "Jelena McWilliams is cutting short her term as chairwoman of the Federal Deposit Insurance Corporation.", - "content": "Jelena McWilliams is cutting short her term as chairwoman of the Federal Deposit Insurance Corporation.", - "category": "Banking and Financial Institutions", - "link": "https://www.nytimes.com/2021/12/31/business/jelena-mcwilliams-fdic-bank-regulator-resigns.html", - "creator": "Lananh Nguyen", - "pubDate": "Sat, 01 Jan 2022 01:22:05 +0000", + "title": "Billionaire Jeff T. Green Resigns From Mormon Church", + "description": "Jeff T. Green, the chief executive of a technology firm, said he was leaving because of the church’s wealth and stance on social issues such as gay rights.", + "content": "“I believe the Mormon Church has hindered global progress in women’s rights, civil rights and racial equality, and L.G.B.T.Q.+ rights,” said Jeff T. Green, the chief executive of The Trade Desk, an advertising technology firm.", + "category": "Philanthropy", + "link": "https://www.nytimes.com/2021/12/21/us/jeff-green-resigns-lds.html", + "creator": "Amanda Holpuch", + "pubDate": "Tue, 21 Dec 2021 20:38:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139530,17 +165109,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b35282b6d998dca1a258445ead46eec", - "highlights": [] + "hash": "e3591a82d9a703c9288740876571be7c" }, { - "title": "South Africa Parliament Fire Still Burning After 4 Hours", - "description": "Smoke rose above the National Assembly in Cape Town on Sunday morning.", - "content": "Smoke rose above the National Assembly in Cape Town on Sunday morning.", - "category": "South Africa", - "link": "https://www.nytimes.com/2022/01/02/world/africa/south-africa-fire-parliament.html", - "creator": "Lynsey Chutel and Austin Ramzy", - "pubDate": "Sun, 02 Jan 2022 07:30:51 +0000", + "title": "Lucille Ball on the Big Screen, the Small Screen and Offscreen", + "description": "“Being the Ricardos” and “Licorice Pizza” offer versions of the comedian. An author saw yet another side of her: blunt and wary of strangers but thoughtful and kind.", + "content": "“Being the Ricardos” and “Licorice Pizza” offer versions of the comedian. An author saw yet another side of her: blunt and wary of strangers but thoughtful and kind.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/21/movies/lucille-ball-being-the-ricardos.html", + "creator": "Tom Gilbert", + "pubDate": "Tue, 21 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139552,17 +165130,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "74b66cdf9cc1e8dd071d8709893568dd", - "highlights": [] + "hash": "1bc7b54e4f34f98374d951d493b13654" }, { - "title": "Dan Reeves, Coach Who Reached (but Lost) Four Super Bowls, Dies at 77", - "description": "Dan Reeves, the coach of the Atlanta Falcons, after beating the Giants at Giants Stadium in East Rutherford, N.J., in 2003.", - "content": "Dan Reeves, the coach of the Atlanta Falcons, after beating the Giants at Giants Stadium in East Rutherford, N.J., in 2003.", - "category": "Reeves, Dan", - "link": "https://www.nytimes.com/2022/01/01/sports/football/dan-reeves-dead.html", - "creator": "Richard Sandomir", - "pubDate": "Sat, 01 Jan 2022 23:53:44 +0000", + "title": "Covid’s Risk to Older Adults", + "description": "Ready to give up on the pandemic? Spare a moment to think about older people.", + "content": "Passing out home test kits in New York City yesterday.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/23/briefing/covids-risk-to-older-adults.html", + "creator": "David Leonhardt", + "pubDate": "Thu, 23 Dec 2021 11:33:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139574,17 +165151,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0852b48275a14a2f2c4fd1aed1f007fa", - "highlights": [] + "hash": "37bd52e85eccb31796abab12718021b4" }, { - "title": "Louisiana Judge Who Used Racial Slur in Video Resigns", - "description": "Michelle Odinet, of the City Court of Lafayette, La., resigned on Friday, saying in a letter that “my words did not foster the public’s confidence and integrity for the judiciary.”", - "content": "Michelle Odinet, of the City Court of Lafayette, La., resigned on Friday, saying in a letter that “my words did not foster the public’s confidence and integrity for the judiciary.”", - "category": "Michelle Odinet", - "link": "https://www.nytimes.com/2022/01/01/us/michelle-odinet-resigns-racial-slur.html", - "creator": "Vimal Patel", - "pubDate": "Sat, 01 Jan 2022 12:00:07 +0000", + "title": "Why The Texas Electricity Grid Is Still Vulnerable to Cold", + "description": "Gov. Greg Abbott has promised the lights will stay on this winter. But many of the problems that led to the power system failure in February remain.", + "content": "A street in Austin that lost its power during the winter storm in February.", + "category": "Power Failures and Blackouts", + "link": "https://www.nytimes.com/2021/12/23/us/texas-electricity-grid-winter.html", + "creator": "J. David Goodman and David Montgomery", + "pubDate": "Thu, 23 Dec 2021 14:58:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139596,17 +165172,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5de35e3b768840bbd570694e4dcec56f", - "highlights": [] + "hash": "1359990aa8c8e1214aab71274139aedd" }, { - "title": "Clifton Collins Jr. Hopes ‘Jockey’ Makes Him a Familiar Name", - "description": "“I’ve had other leading roles, just not like this,” said Clifton Collins Jr., who’s been winning accolades for his turn as an aging rider.", - "content": "“I’ve had other leading roles, just not like this,” said Clifton Collins Jr., who’s been winning accolades for his turn as an aging rider.", - "category": "Collins, Clifton Jr (1970- )", - "link": "https://www.nytimes.com/2021/12/31/movies/clifton-collins-jr-jockey.html", - "creator": "Carlos Aguilar", - "pubDate": "Fri, 31 Dec 2021 15:00:12 +0000", + "title": "Putin Demands Quick Answers on Russian Security Concerns", + "description": "At a traditional year-end news conference, President Vladimir V. Putin of Russia blamed the West for talk of “war, war, war,” but did not markedly escalate tensions further.", + "content": "President Vladimir V. Putin of Russia held his traditional year-end news conference on Thursday.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/23/world/europe/russia-putin-ukraine.html", + "creator": "Anton Troianovski and Andrew E. Kramer", + "pubDate": "Thu, 23 Dec 2021 14:06:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139618,17 +165193,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da91a1b0bcfc94c8aca6ff9f9ab29537", - "highlights": [] + "hash": "f725516d0991565d63d87ca827d9f22d" }, { - "title": "Sun-Dried Persimmons Are Worth the Obsession", - "description": "The fruit yields a slow pleasure of rich, almost floral flesh.", - "content": "The fruit yields a slow pleasure of rich, almost floral flesh.", - "category": "Sunlight", - "link": "https://www.nytimes.com/2021/12/29/magazine/sun-dried-persimmons-recipe.html", - "creator": "Tejal Rao", - "pubDate": "Wed, 29 Dec 2021 10:00:10 +0000", + "title": "Toys ‘R’ Us Tries to Come Back, Four Years After Bankruptcy", + "description": "The retailer, which had closed all its U.S. stores, has resurfaced at the American Dream mall in New Jersey, just in time for the holidays.", + "content": "Geoffrey the Giraffe at the opening of the Toys “R” Us at the American Dream mall in East Rutherford, N.J., this week.", + "category": "Shopping and Retail", + "link": "https://www.nytimes.com/2021/12/23/business/toysrus-american-dream-mall.html", + "creator": "Kevin Armstrong", + "pubDate": "Thu, 23 Dec 2021 17:23:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139640,17 +165214,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ee52fd882e8f63aca1ce4f5ba5c55d9", - "highlights": [] + "hash": "3197a11b96d6748f70f40c08fe90f93a" }, { - "title": "Setting New Year's Resolutions? Start With These Words of Wisdom", - "description": "Let their stories be your inspiration as you set resolutions for 2022.", - "content": "Let their stories be your inspiration as you set resolutions for 2022.", - "category": "Hobbies", - "link": "https://www.nytimes.com/2022/01/01/style/new-years-resolutions-quotes-tips.html", - "creator": "Lauren Reddy", - "pubDate": "Sat, 01 Jan 2022 10:00:15 +0000", + "title": "Franklin A. Thomas, Pathbreaking Ford Foundation President, Dies at 87", + "description": "He rose from working-class Brooklyn to become the first Black person to run a major American philanthropic organization.", + "content": "Franklin A. Thomas overlooking Bedford-Stuyvesant, the Brooklyn neighborhood in which he grew up, in 1979. He was elected president of the Ford Foundation that same year, after leading the Bedford-Stuyvesant Restoration Corporation. ", + "category": "Thomas, Franklin A", + "link": "https://www.nytimes.com/2021/12/23/us/franklin-a-thomas-dead.html", + "creator": "Clay Risen", + "pubDate": "Thu, 23 Dec 2021 16:12:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139662,17 +165235,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "258a152f316e2899e4b956ac1bb4fb5f", - "highlights": [] + "hash": "14896901dd8046745253201cfaf345e8" }, { - "title": "What's New on Netflix January 2022: Movies, TV Shows", - "description": "Every month, the streaming service adds a new batch of titles to its library. Here are our picks for January.", - "content": "Every month, the streaming service adds a new batch of titles to its library. Here are our picks for January.", - "category": "Television", - "link": "https://www.nytimes.com/article/new-on-netflix-shows-movies.html", - "creator": "Noel Murray", - "pubDate": "Fri, 31 Dec 2021 21:27:57 +0000", + "title": "Trump Asks Supreme Court to Block Release of Jan. 6 Records", + "description": "The case is a constitutional clash on the scope of executive privilege and on whether a former president may invoke it when the current one has waived it.", + "content": "President Donald J. Trump speaking in front of the White House on Jan. 6. Mr. Trump is trying to claim executive privilege in an attempt to block the release of documents pertaining to the attack on the Capitol that day.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/23/us/trump-supreme-court-jan-6.html", + "creator": "Adam Liptak", + "pubDate": "Thu, 23 Dec 2021 17:40:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139684,17 +165256,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3640a826c9df4fad0ef3168a03d92ceb", - "highlights": [] + "hash": "f5fd2a95ce3395264d32c0cfc0c6172f" }, { - "title": "Leadership Advice from the Coach of America’s ‘Worst’ Hockey Team", - "description": "John Bacon played for the Ann Arbor Huron High School River Rats when they were good. Coaching them when they were dreadful was far more satisfying.", - "content": "John Bacon played for the Ann Arbor Huron High School River Rats when they were good. Coaching them when they were dreadful was far more satisfying.", - "category": "Hockey, Ice", - "link": "https://www.nytimes.com/2021/12/31/sports/hockey/john-bacon-let-them-lead.html", - "creator": "Shawna Richer", - "pubDate": "Fri, 31 Dec 2021 18:13:46 +0000", + "title": "Business Updates: Jurors Deliberate for Third Day in Elizabeth Holmes Trial", + "description": "The index climbed 5.7 percent in November from a year earlier. Follow business updates.", + "content": "The index climbed 5.7 percent in November from a year earlier. Follow business updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/23/business/inflation-stock-market-news", + "creator": "The New York Times", + "pubDate": "Thu, 23 Dec 2021 17:43:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139706,17 +165277,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "acfccd603078a48ef79f8beecaa1625e", - "highlights": [] + "hash": "9007f512578e164e01c2d88c4156428a" }, { - "title": "Omicron Doesn't Infect the Lungs Very Well, Animal Studies Find", - "description": "Many research groups studying Omicron in animals have found that, compared with other variants, it causes much less damage to the lungs.", - "content": "Many research groups studying Omicron in animals have found that, compared with other variants, it causes much less damage to the lungs.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/31/health/covid-omicron-lung-cells.html", - "creator": "Carl Zimmer and Azeen Ghorayshi", - "pubDate": "Fri, 31 Dec 2021 16:58:34 +0000", + "title": "Hong Kong Removes 'Pillar of Shame' Statue Amid Crackdown", + "description": "The decision to take down the “Pillar of Shame,” an enduring symbol of the territory’s pro-democracy movement, was another sign of Beijing’s crackdown.", + "content": "Workers removing part of the “Pillar of Shame” statue at the University of Hong Kong on Thursday.", + "category": "Hong Kong Protests (2019)", + "link": "https://www.nytimes.com/2021/12/23/world/asia/hong-kong-tiananmen-statue.html", + "creator": "Mike Ives", + "pubDate": "Thu, 23 Dec 2021 12:02:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139728,17 +165298,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8e3da27a14f10bb8585edf07f28817e", - "highlights": [] + "hash": "5ac734377edc32115668bcb42ea1e275" }, { - "title": "Job Seekers Rethink How to Negotiate Salary ", - "description": "Shanae Chapman, a user experience researcher and designer, stopped telling recruiters her salary history and instead began giving them her salary requirements — a strategy that paid off.", - "content": "Shanae Chapman, a user experience researcher and designer, stopped telling recruiters her salary history and instead began giving them her salary requirements — a strategy that paid off.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2021/12/30/business/salary-negotiation-pay.html", - "creator": "Emily Peck", - "pubDate": "Thu, 30 Dec 2021 20:18:19 +0000", + "title": "Fury in China After Li Tiantian, an Outspoken Teacher, Disappears", + "description": "Supporters of Li Tiantian believe that local officials may have sent her to a psychiatric hospital, a longstanding way of stifling and discrediting dissent.", + "content": "Supporters of Li Tiantian believe that local officials may have sent her to a psychiatric hospital, a longstanding way of stifling and discrediting dissent.", + "category": "China", + "link": "https://www.nytimes.com/2021/12/23/world/asia/li-tiantian-disappearance.html", + "creator": "Chris Buckley", + "pubDate": "Thu, 23 Dec 2021 10:31:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139750,17 +165319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14fe7cbf8b292a926b5ae2d1d0614248", - "highlights": [] + "hash": "b41c7b03eba2443e4df11dd46b7aec88" }, { - "title": "Is That a Burning Bush? Is This Mt. Sinai? Solstice Bolsters a Claim", - "description": "Scores of people fanned across the edge of a ravine to see the “Burning Bush” phenomenon for themselves. ", - "content": "Scores of people fanned across the edge of a ravine to see the “Burning Bush” phenomenon for themselves. ", - "category": "Israel", - "link": "https://www.nytimes.com/2021/12/31/world/middleeast/israel-mount-sinai-burning-bush.html", - "creator": "Isabel Kershner", - "pubDate": "Fri, 31 Dec 2021 08:00:16 +0000", + "title": "Carlos Tejada, Deputy Asia Editor for The New York Times, Dies at 49", + "description": "He was an editor in Asia for 13 years, including with The Wall Street Journal. One colleague said he had embodied the phrase, “Edit ferociously and with joy.”", + "content": "Carlos Tejada, The Times’s deputy Asia editor, during a company dinner in early November in Seoul, where part of the newspaper’s Asia newsroom moved last year. ", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/22/business/media/carlos-tejada-dead.html", + "creator": "Richard Sandomir", + "pubDate": "Wed, 22 Dec 2021 22:06:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139772,17 +165340,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "413ec8b9b2b006b77295e3b2821c686a", - "highlights": [] + "hash": "1ba1c0d6ee5090fd52fc9c0e23da691a" }, { - "title": "Navy Fires Warship’s Top Two Officers, Citing ‘Loss of Confidence’", - "description": "The littoral combat ship Montgomery has in recent years patrolled contested waterways like the South China Sea and the Philippine Sea.", - "content": "The littoral combat ship Montgomery has in recent years patrolled contested waterways like the South China Sea and the Philippine Sea.", - "category": "Ships and Shipping", - "link": "https://www.nytimes.com/2021/12/30/us/politics/uss-montgomery-captain-fired.html", - "creator": "Eric Schmitt", - "pubDate": "Fri, 31 Dec 2021 03:24:38 +0000", + "title": "Injuries Reported in Fire at Exxon Mobil Refinery in Baytown, Texas", + "description": "The complex in Baytown is about 25 miles east of Houston.", + "content": "The fire at ExxonMobil’s refinery in Baytown, Texas, left at least four people injured.", + "category": "Oil (Petroleum) and Gasoline", + "link": "https://www.nytimes.com/2021/12/23/us/exxon-mobil-fire-baytown-texas.html", + "creator": "Derrick Bryson Taylor", + "pubDate": "Thu, 23 Dec 2021 11:07:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139794,17 +165361,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e5bbca0108d0c11febe4fcbbff5cd1f", - "highlights": [] + "hash": "ced7827ff9231fc12e4d2006fd9dd3cb" }, { - "title": "How the Covid Pandemic Has Changed the Way CEOs Must Lead", - "description": "Rachel Drori, the founder and chief executive of Daily Harvest.", - "content": "Rachel Drori, the founder and chief executive of Daily Harvest.", - "category": "Coronavirus Return to Office", - "link": "https://www.nytimes.com/2021/12/31/business/ceos-pandemic-leadership.html", - "creator": "David Gelles and Emma Goldberg", - "pubDate": "Fri, 31 Dec 2021 14:46:00 +0000", + "title": "How to Deal With Burnout During the Holidays", + "description": "Even without a pandemic, dealing with family dynamics requires preparation and tending to ourselves.", + "content": "Even without a pandemic, dealing with family dynamics requires preparation and tending to ourselves.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/22/well/holidays-exhaustion-burnout.html", + "creator": "Pooja Lakshmin, M.D.", + "pubDate": "Wed, 22 Dec 2021 16:42:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139816,17 +165382,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e86c7e270643978a95a4adb38e8781f2", - "highlights": [] + "hash": "fe0bfa25127ce53878d71acd91cf1946" }, { - "title": "Meisha Porter Had 3 Goals as N.Y.C. Schools Chief: ‘Open. Open. Open.’", - "description": "Meisha Porter became chancellor in March and had reopened all public schools by September.", - "content": "Meisha Porter became chancellor in March and had reopened all public schools by September.", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2021/12/31/nyregion/meisha-porter-nyc-schools-covid.html", - "creator": "Lola Fadulu", - "pubDate": "Sat, 01 Jan 2022 14:35:06 +0000", + "title": "I Feel Weird Lying About Santa", + "description": "Is it because I didn’t celebrate Christmas growing up?", + "content": "Is it because I didn’t celebrate Christmas growing up?", + "category": "Christmas", + "link": "https://www.nytimes.com/2019/12/04/parenting/i-feel-weird-lying-about-santa.html", + "creator": "Katherine Zoepf", + "pubDate": "Thu, 25 Nov 2021 00:06:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139838,17 +165403,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44c38f847ad26485eb8aa182cd1148fc", - "highlights": [] + "hash": "9b740583678763d4e7f683595a8e9b1c" }, { - "title": "More Than 2,400 U.S. Flights Cancelled, Many in Chicago", - "description": "The departures board at Ronald Reagan Washington National Airport last week. Flight cancellations on Saturday were the highest of the holiday travel period.", - "content": "The departures board at Ronald Reagan Washington National Airport last week. Flight cancellations on Saturday were the highest of the holiday travel period.", - "category": "Airlines and Airplanes", - "link": "https://www.nytimes.com/live/2022/01/01/world/omicron-covid-vaccine-tests/flight-cancellations-covid-weather", - "creator": "Niraj Chokshi", - "pubDate": "Sat, 01 Jan 2022 16:58:12 +0000", + "title": "Is Your Kid a Holiday Gift Monster?", + "description": "Here’s how to celebrate without going overboard.", + "content": "Here’s how to celebrate without going overboard.", + "category": "", + "link": "https://www.nytimes.com/2019/11/27/parenting/is-your-kid-a-holiday-gift-monster.html", + "creator": "Jessica Grose", + "pubDate": "Wed, 27 Nov 2019 13:54:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139860,17 +165424,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b2b7aaabf22bd20e676e5fee6b48246", - "highlights": [] + "hash": "4c4192cb080778fa14cec9b31e096abc" }, { - "title": "Virus Constrains Desmond Tutu’s Already Modest Funeral", - "description": "Omicron has spread to more than 100 countries after its discovery. For the U.S., the weeks ahead look difficult. Here’s the latest.", - "content": "Omicron has spread to more than 100 countries after its discovery. For the U.S., the weeks ahead look difficult. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/01/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Sat, 01 Jan 2022 17:57:36 +0000", + "title": "An Unofficial Ranking of the 10 Most Annoying Kids’ Toys", + "description": "“A barn? A keyboard? A phone? What are you?”", + "content": "“A barn? A keyboard? A phone? What are you?”", + "category": "Toys", + "link": "https://www.nytimes.com/2021/02/09/parenting/toddler/10-annoying-kids-toys.html", + "creator": "Jessica Delfino", + "pubDate": "Thu, 11 Feb 2021 14:00:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139882,17 +165445,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1865bdae74decb7c7caee31fc2491c1", - "highlights": [] + "hash": "897c4b2d3dcf7e95155333bd250ea82e" }, { - "title": "Scientists say Omicron may peak in the U.S. in mid-January but still may overwhelm hospitals.", - "description": "A healthcare worker administers a Covid-19 PCR test at a walk-up and drive-through site, on Thursday, Dec. 30, 2021 in Baltimore, MD.", - "content": "A healthcare worker administers a Covid-19 PCR test at a walk-up and drive-through site, on Thursday, Dec. 30, 2021 in Baltimore, MD.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/live/2021/12/31/world/omicron-covid-vaccine-tests/omicron-peak-us", - "creator": "Azeen Ghorayshi", - "pubDate": "Sat, 01 Jan 2022 01:34:59 +0000", + "title": "How Gen Z is Channeling 1990s Fashion", + "description": "The icons and fashions of the fin de siecle are objects of fascination for those who didn’t experience them the first time around. Here’s what they say about why.", + "content": "Tora Northman on the balcony of her East London apartment, wearing her mother’s vintage Levi’s vest and jeans with a vintage Dior saddle bag and Frye boots.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2021/12/23/style/gen-z-fashion-1990s.html", + "creator": "Lou Stoppard", + "pubDate": "Thu, 23 Dec 2021 08:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139904,17 +165466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98b395ef476b9f36e8ed19466c094155", - "highlights": [] + "hash": "de7af294042d0f99c27e7625c3032cd8" }, { - "title": "Why Top Democrats Are Listening to Eric Adams Right Now", - "description": "Top Democrats, including President Biden, have met Eric Adams and elevated his national stature.", - "content": "Top Democrats, including President Biden, have met Eric Adams and elevated his national stature.", - "category": "Police Reform", - "link": "https://www.nytimes.com/2021/07/26/nyregion/eric-adams-mayor-democrats.html", - "creator": "Katie Glueck", - "pubDate": "Tue, 02 Nov 2021 19:52:35 +0000", + "title": "In Sean Baker's Films, Big Roles Go to Passers-by and Professionals Alike", + "description": "Sean Baker prefers a cast with a mix of experience levels. That was never more true than on “Red Rocket,” where many of the performers had never worked on a movie.", + "content": "Sean Baker prefers a cast with a mix of experience levels. That was never more true than on “Red Rocket,” where many of the performers had never worked on a movie.", + "category": "Actors and Actresses", + "link": "https://www.nytimes.com/2021/12/16/movies/red-rocket-sean-baker.html", + "creator": "Ben Kenigsberg", + "pubDate": "Thu, 16 Dec 2021 15:38:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139926,17 +165487,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa6acb4f7dbad4d8de092b72681e06ef", - "highlights": [] + "hash": "b5a04444a4674612b55596f5faf8ebaf" }, { - "title": "People Magazine’s Premature Cover Toasts Betty White’s 100th Birthday", - "description": "The issue of People Magazine featuring Betty White on the cover was on newsstands in New York this week.", - "content": "The issue of People Magazine featuring Betty White on the cover was on newsstands in New York this week.", - "category": "White, Betty", - "link": "https://www.nytimes.com/2021/12/31/business/media/betty-white-people-magazine.html", - "creator": "Brooks Barnes", - "pubDate": "Sat, 01 Jan 2022 00:16:09 +0000", + "title": "‘And Just Like That’ Recap, Episode 4: New Friends", + "description": "Charlotte wants to change L.T.W. from a mom friend into a real friend. Carrie and Miranda nurture new connections.", + "content": "Sarah Jessica Parker in a scene from “And Just Like That ...”", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/23/arts/television/and-just-like-that-recap-episode-4.html", + "creator": "Ali Trachta", + "pubDate": "Thu, 23 Dec 2021 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139948,17 +165508,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ed16bac78d018af154221a3ac6a514b", - "highlights": [] + "hash": "558f8a218e860ee4cfa03b00b76e90f9" }, { - "title": "72 of Our Favorite Facts of 2021", - "description": "Each day, our editors collect the most interesting, striking or delightful facts to appear in articles throughout the newspaper. Here are 72 from the past year that left us thinking.", - "content": "Each day, our editors collect the most interesting, striking or delightful facts to appear in articles throughout the newspaper. Here are 72 from the past year that left us thinking.", - "category": "Two Thousand Twenty One", - "link": "https://www.nytimes.com/2021/12/31/insider/72-of-our-favorite-facts-of-2021.html", - "creator": "Times Insider Staff and Suerynn Lee", - "pubDate": "Fri, 31 Dec 2021 10:00:17 +0000", + "title": "A Creamy, Wine-Braised Chicken Recipe to Celebrate Simply", + "description": "A deluxe meal doesn’t have to be difficult, time consuming or all that expensive, if you don’t want it to be. This recipe from Melissa Clark proves it.", + "content": "This recipe is perfect for when you’re looking for a chicken dish that’s a little more dressed up than your average weeknight meal.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/22/dining/wine-braised-chicken.html", + "creator": "Melissa Clark", + "pubDate": "Wed, 22 Dec 2021 20:22:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139970,17 +165529,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0460db6fa4d59b84a455eda07c2561b", - "highlights": [] + "hash": "2003c75966ef58f9c78acfb0f09e827b" }, { - "title": "How Will Americans Eat Next Year? Food Predictions for 2022", - "description": "They see a new interest in mushrooms, a rethinking of chicken and coffee, a resurgence of 1980s cocktails — and, believe it or not, a return to civility.", - "content": "Trend forecasters say that laksa, a slurpable noodle soup served across parts of Southeast Asia, may rise in prominence in the United States in 2022.", - "category": "Food", - "link": "https://www.nytimes.com/2021/12/28/dining/food-trends-predictions-2022.html", - "creator": "Kim Severson", - "pubDate": "Tue, 28 Dec 2021 16:28:40 +0000", + "title": "The N.B.A.’s Early Story Lines: Missing Stars, Big-Time Bulls, Jokic", + "description": "The Chicago Bulls have stood out for their surprising success on the court. But three stars have been in the spotlight without ever taking a shot.", + "content": "Chicago’s DeMar DeRozan has taken his old-school midrange game to the Bulls and helped turn them into contenders again.", + "category": "Basketball", + "link": "https://www.nytimes.com/2021/12/22/sports/basketball/nba-year-end-storylines-2021.html", + "creator": "Tania Ganguli, Scott Cacciola and Sopan Deb", + "pubDate": "Wed, 22 Dec 2021 05:01:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -139992,17 +165550,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a021c134a4599ffdaea082930dcaac5f", - "highlights": [] + "hash": "d92a365d3d68fbcfaa9f9272cf016ed1" }, { - "title": "Juliette Lewis, an ‘Imagination Freak Fairy,’ Knows Her Worth", - "description": "Juliette Lewis stars in the Showtime series “Yellowjackets,” in which she plays a former high school soccer player still traumatized by the horrors after the team was stranded in the wilderness.", - "content": "Juliette Lewis stars in the Showtime series “Yellowjackets,” in which she plays a former high school soccer player still traumatized by the horrors after the team was stranded in the wilderness.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/27/arts/television/yellowjackets-juliette-lewis.html", - "creator": "Melena Ryzik", - "pubDate": "Mon, 27 Dec 2021 14:00:13 +0000", + "title": "Biden Promised 500 Million Tests, but Americans Will Have to Wait", + "description": "Contracts to purchase tests could be signed as soon as next week, but relief could be weeks away for people trying to buy the hard-to-find tests.", + "content": "At-home coronavirus tests being distributed in Queens.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/22/us/politics/covid-tests-biden-omicron.html", + "creator": "Michael D. Shear and Sheryl Gay Stolberg", + "pubDate": "Thu, 23 Dec 2021 00:52:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140014,17 +165571,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "069dd339b31cbdb7f5b7b5b234c268f5", - "highlights": [] + "hash": "77023d3f11f86de11bbbab704f84f2d2" }, { - "title": "The ‘End of an Ending’: Was 2021 Really The Worst?", - "description": "Voices from Times Opinion and “Argument” listeners make their case.", - "content": "Voices from Times Opinion and “Argument” listeners make their case.", - "category": "New Year", - "link": "https://www.nytimes.com/2021/12/29/opinion/2021-better-worse.html", - "creator": "‘The Argument’", - "pubDate": "Wed, 29 Dec 2021 10:00:18 +0000", + "title": "What Does It Mean to Be ‘Fully Vaccinated’ Against Covid-19?", + "description": "With all the uncertainty around the Omicron variant, vaccine guidelines are evolving.", + "content": "A woman received a booster shot in Alabama in October. In a world of multiple vaccines with varying effectiveness, it will soon be harder to say who is “fully vaccinated.”", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/article/fully-vaccinated-covid.html", + "creator": "Alyssa Lukpat", + "pubDate": "Thu, 23 Dec 2021 10:48:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140036,17 +165592,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1e0ba20b3a3fa2c92861ff8db8308a8", - "highlights": [] + "hash": "5de4b0cba57177e404d392d67da5fb64" }, { - "title": "How Tina Turner Reclaimed Her Voice, Image and Spirituality", - "description": "Tina Turner at her home in Küsnacht, Switzerland, July 2019.", - "content": "Tina Turner at her home in Küsnacht, Switzerland, July 2019.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/05/06/podcasts/still-processing-tina-turner-documentary-hbo.html", - "creator": "Wesley Morris, Jenna Wortham, Elyssa Dudley, Mahima Chablani, Sara Sarasohn, Sasha Weiss and Marion Lozano", - "pubDate": "Mon, 08 Nov 2021 06:04:16 +0000", + "title": "As Omicron Spreads, Older Americans Display a Mix of Worry and Resolve", + "description": "They are at higher risk at becoming seriously ill from the virus, but they also don’t want to ‘stop doing the things that are most important.’", + "content": "Joe DiMaggio, 97, of Sparks, Nev., stood on his balcony at a senior living community last December. For the second year in a row, Americans have been forced to decide whether to carry on with holiday celebrations or cancel them. ", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/23/us/older-people-omicron-virus-holidays.html", + "creator": "J. David Goodman and Julie Bosman", + "pubDate": "Thu, 23 Dec 2021 16:05:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140058,17 +165613,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71c5a297a674f9f430e19b9a17872ce1", - "highlights": [] + "hash": "3ef5d415f0f5776e77cec36fed497881" }, { - "title": "What to Do This Weekend", - "description": "Look back, look ahead.", - "content": "Look back, look ahead.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/31/at-home/newsletter.html", - "creator": "Melissa Kirsch", - "pubDate": "Fri, 31 Dec 2021 20:30:07 +0000", + "title": "Eric Adams’s First Big Task as Mayor: Reopening Schools in the New Year", + "description": "New York City’s school system experienced by far the most chaotic and disrupted days of the fall semester this week, as virus cases rose across the city.", + "content": "Mayor-elect Eric Adams will take office just two days before nearly one million students are set to return to city schools after the holiday break.", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2021/12/23/nyregion/nyc-schools-covid.html", + "creator": "Eliza Shapiro", + "pubDate": "Thu, 23 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140080,17 +165634,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b27327037f6daeb1eb35b2262f2f17b", - "highlights": [] + "hash": "834814a6bdbb2b15ca9c614f1b34e016" }, { - "title": "In 2021, We Were There: The Year’s 14 Most Popular Dispatches", - "description": "Not even a pandemic, wars or autocrats could prevent our correspondents from seeking out secrets and surprises to share with readers. They sent dispatches from 40 countries on six continents.", - "content": "Not even a pandemic, wars or autocrats could prevent our correspondents from seeking out secrets and surprises to share with readers. They sent dispatches from 40 countries on six continents.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/30/world/europe/most-popular-dispatches-2021.html", - "creator": "Bryant Rousseau", - "pubDate": "Thu, 30 Dec 2021 10:00:28 +0000", + "title": "Inflation Hits Highest Level Since 1982, Keeping Pressure on the Fed", + "description": "The index climbed 5.7 percent in November from a year earlier. Follow business updates here.", + "content": "The index climbed 5.7 percent in November from a year earlier. Follow business updates here.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/23/business/inflation-stock-market-news", + "creator": "The New York Times", + "pubDate": "Thu, 23 Dec 2021 14:05:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140102,17 +165655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9212fe9503f9a17b5915931685969cf2", - "highlights": [] + "hash": "e2bf651afb19fe6788adc853cd7d87c6" }, { - "title": "At Least 12 Die in Stampede at a Hindu Shrine in Kashmir", - "description": "Devotees at the Mata Vaishno Devi shrine in Katra, near Jammu, on Saturday.", - "content": "Devotees at the Mata Vaishno Devi shrine in Katra, near Jammu, on Saturday.", - "category": "Stampedes", - "link": "https://www.nytimes.com/2022/01/01/world/asia/hindu-shrine-stampede-kashmir.html", - "creator": "Sameer Yasir", - "pubDate": "Sat, 01 Jan 2022 12:54:47 +0000", + "title": "Why Even a 40% Tax Break Won’t Move Japan’s Employers to Raise Pay", + "description": "The country’s prime minister says lifting long-stagnant wages would jump-start the sputtering economy. Companies call the plan a nonstarter.", + "content": "Masataka Yoshimura said pay increases would be “truly fatal” to his custom-suit business in Tokyo.", + "category": "Wages and Salaries", + "link": "https://www.nytimes.com/2021/12/23/business/japan-taxes.html", + "creator": "Ben Dooley and Hisako Ueno", + "pubDate": "Thu, 23 Dec 2021 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140124,17 +165676,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fd02f106c4bcdf0a167834c02fcde75", - "highlights": [] + "hash": "fa200146e11639e5c87169d2c4504c74" }, { - "title": "Chief Justice Roberts Reflects on Conflicts, Harassment and Judicial Independence", - "description": "Chief Justice John G. Roberts Jr. called for more rigorous ethics training and better systems of conflict checks in the judicial system.", - "content": "Chief Justice John G. Roberts Jr. called for more rigorous ethics training and better systems of conflict checks in the judicial system.", - "category": "Ethics and Official Misconduct", - "link": "https://www.nytimes.com/2021/12/31/us/politics/john-roberts-supreme-court.html", - "creator": "Adam Liptak", - "pubDate": "Fri, 31 Dec 2021 23:13:43 +0000", + "title": "As Workers Gain Pay Leverage, Nonprofits Can’t Keep Up", + "description": "Schools and social assistance agencies face staffing shortages as they compete with businesses able to raise wages — and services are suffering.", + "content": "Steffy Molina left nonprofit work to join a for-profit health care technology company, where she earns about $75,000 a year.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2021/12/23/business/economy/nonprofit-jobs-wages.html", + "creator": "Ben Casselman", + "pubDate": "Thu, 23 Dec 2021 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140146,17 +165697,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6829647333eb70bd7e3e03e549be0f56", - "highlights": [] + "hash": "b701801283fe309e254e9d8df757e4a8" }, { - "title": "College Football Gets Its Inevitable Georgia-Alabama Title Rematch", - "description": "Georgia routed Michigan in the Orange Bowl during the College Playoff semifinal. But it needs one more win — against Alabama — to be satisfied with this season.", - "content": "Georgia routed Michigan in the Orange Bowl during the College Playoff semifinal. But it needs one more win — against Alabama — to be satisfied with this season.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2022/01/01/sports/ncaafootball/alabama-georgia-college-football-national-championship.html", - "creator": "Alanis Thames", - "pubDate": "Sat, 01 Jan 2022 09:51:50 +0000", + "title": "The Year in Climate News", + "description": "A lot happened this year. Jog your memory with stories compiled by The New York Times climate desk.", + "content": "A lot happened this year. Jog your memory with stories compiled by The New York Times climate desk.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/22/climate/climate-change-year-in-review-2021.html", + "creator": "The New York Times", + "pubDate": "Wed, 22 Dec 2021 13:13:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140168,17 +165718,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "310ed05aacd6bd0c785b6421fb910de2", - "highlights": [] + "hash": "d5652888040ba85bf7774d3cb8e5d195" }, { - "title": "Why We All Need to Have More Fun", - "description": "Prioritizing fun may feel impossible right now. But this four-step plan will help you rediscover how to feel more alive.", - "content": "Prioritizing fun may feel impossible right now. But this four-step plan will help you rediscover how to feel more alive.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/23/well/mind/having-fun-suceeding-coronavirus-pandemic.html", - "creator": "Catherine Price", - "pubDate": "Thu, 23 Dec 2021 15:50:34 +0000", + "title": "‘It Felt So New York’: One Year on the Subway", + "description": "The city has begun to recover from the pandemic in fits and starts. Throughout, the world underneath the streets has mirrored the suffering, and joys, of the city above.", + "content": "The city has begun to recover from the pandemic in fits and starts. Throughout, the world underneath the streets has mirrored the suffering, and joys, of the city above.", + "category": "Subways", + "link": "https://www.nytimes.com/2021/12/23/nyregion/nyc-subway-photos.html", + "creator": "Ali Kate Cherkis", + "pubDate": "Thu, 23 Dec 2021 10:00:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140190,17 +165739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc85a7eaee677953473eb4f98e6e6510", - "highlights": [] + "hash": "cf6dca1c8507a9e0c696e4e3f0829ee3" }, { - "title": "In a New Series, ‘Around the World in 80 Days’ Gets More Worldly", - "description": "The latest take on the classic Jules Verne novel, for PBS’s Masterpiece, expands on earlier adaptations with new characters and a more diverse cast.", - "content": "The latest take on the classic Jules Verne novel, for PBS’s Masterpiece, expands on earlier adaptations with new characters and a more diverse cast.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/31/arts/television/around-the-world-in-80-days-pbs-bbc.html", - "creator": "Roslyn Sulcas", - "pubDate": "Fri, 31 Dec 2021 15:00:09 +0000", + "title": "TikTok Made Them Famous. Figuring Out What’s Next Is Tough.", + "description": "This year, the app’s biggest stars — Charli and Dixie D’Amelio, Noah Beck, Addison Rae and others — leapt from the phone screen to other platforms in the pop culture universe, with mixed results.", + "content": "This year TikTok stars tried their hands at Hulu shows, streaming series and music careers.", + "category": "TikTok (ByteDance)", + "link": "https://www.nytimes.com/2021/12/23/arts/music/tiktok-stars-tv-film-music.html", + "creator": "Jon Caramanica", + "pubDate": "Thu, 23 Dec 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140212,17 +165760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dadddda45d19e31dc51b8946c7838ed0", - "highlights": [] + "hash": "1ad0431e9b21304b60297e6da3af8a66" }, { - "title": "‘Pariah’ at 10: When Black Lesbian Characters Had the Spotlight", - "description": "The Dee Rees drama made waves but studios largely returned to business as usual. A new crop of filmmakers sees signs of hope.", - "content": "The Dee Rees drama made waves but studios largely returned to business as usual. A new crop of filmmakers sees signs of hope.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/28/movies/pariah-black-lesbian-characters.html", - "creator": "Beandrea July", - "pubDate": "Tue, 28 Dec 2021 16:14:36 +0000", + "title": "How NASA's Webb Telescope Overcame Loose Screws, Budgets and Clamps", + "description": "Getting the James Webb Space Telescope to the launchpad has been a difficult journey that has taken decades.", + "content": "Assembly of the James Webb Space Telescope in a Northrop Grumman facility in Redondo Beach, Calif., in 2019.", + "category": "James Webb Space Telescope", + "link": "https://www.nytimes.com/2021/12/23/science/webb-nasa-launch-delay.html", + "creator": "Joey Roulette", + "pubDate": "Thu, 23 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140234,17 +165781,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5342ac033ea918a5d6ee5823c5aa1536", - "highlights": [] + "hash": "a15717f78239352dfc22246dc8f6a3cd" }, { - "title": "A Hare and an Inheritance, Once Hidden, at the Jewish Museum", - "description": "Lovers of Edmund de Waal’s book can get close to that netsuke in a compelling show of objects that endured across a century of violence, discrimination and dispossession.", - "content": "Lovers of Edmund de Waal’s book can get close to that netsuke in a compelling show of objects that endured across a century of violence, discrimination and dispossession.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/29/arts/design/jewish-museum-hare-amber-dewaal.html", - "creator": "Karen Rosenberg", - "pubDate": "Fri, 31 Dec 2021 05:29:37 +0000", + "title": "'The Matrix Resurrections' and the Dark Timeline Humanity Is On", + "description": "The original “Matrix” trilogy imagined a future more hopeful than the one conjured up by Silicon Valley today.", + "content": "The original “Matrix” trilogy imagined a future more hopeful than the one conjured up by Silicon Valley today.", + "category": "The Matrix (Movie)", + "link": "https://www.nytimes.com/2021/12/22/opinion/the-matrix-resurrections-internet-dystopia.html", + "creator": "Samuel Earle", + "pubDate": "Wed, 22 Dec 2021 21:52:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140256,17 +165802,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ee1ef8064db23f2cc251ce99eaa4175", - "highlights": [] + "hash": "3b8293c7a5f780210029d2727626179d" }, { - "title": "The Best Movies and TV Shows Coming to HBO, Hulu, Apple TV+ and More in January", - "description": "Every month, streaming services add movies and TV shows to their libraries. Here are our picks for some of January’s most promising new titles.", - "content": "Every month, streaming services add movies and TV shows to their libraries. Here are our picks for some of January’s most promising new titles.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/31/arts/television/hbo-hulu-streaming.html", - "creator": "Noel Murray", - "pubDate": "Fri, 31 Dec 2021 19:45:59 +0000", + "title": "Despite Reforms, the Texas Electricity Grid Is Still Vulnerable to Cold", + "description": "Gov. Greg Abbott has promised the lights will stay on this winter. But many of the problems that led to the power system failure in February remain.", + "content": "A street in Austin that lost its power during the winter storm in February.", + "category": "Power Failures and Blackouts", + "link": "https://www.nytimes.com/2021/12/23/us/texas-electricity-grid-winter.html", + "creator": "J. David Goodman and David Montgomery", + "pubDate": "Thu, 23 Dec 2021 14:58:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140278,17 +165823,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b09ffefa4b5c02abbe1b4b992788500", - "highlights": [] + "hash": "a1ba83c74164dbb3ce1766d6eeae9378" }, { - "title": "A New Year Arrives, With Omicron", - "description": "Omicron has spread to more than 100 countries after its discovery. For the U.S., the weeks ahead look difficult. Here’s the latest.", - "content": "Omicron has spread to more than 100 countries after its discovery. For the U.S., the weeks ahead look difficult. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2022/01/01/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Sat, 01 Jan 2022 17:07:08 +0000", + "title": "Trump Fraud Inquiry Won’t Be Resolved When Vance’s Term Ends Next Week", + "description": "After leading a three-year investigation into the former president, the Manhattan district attorney, Cyrus R. Vance Jr., will hand it to his successor.", + "content": "Prosecutors in Manhattan have been investigating whether former President Donald J. Trump fraudulently inflated the value of his properties when seeking loans. ", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/23/nyregion/cyrus-vance-donald-trump.html", + "creator": "Ben Protess, William K. Rashbaum and Jonah E. Bromwich", + "pubDate": "Thu, 23 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140300,17 +165844,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9abbe5cb090bbba5f0f5eff89b8ee22c", - "highlights": [] + "hash": "610e4e7c0f3c01b00c8464abd76548b0" }, { - "title": "Betty White Recalled as a Trailblazer With a Love for Life", - "description": "Ryan Reynolds and Betty White on “The Tonight Show With Jay Leno” in 2010.", - "content": "Ryan Reynolds and Betty White on “The Tonight Show With Jay Leno” in 2010.", - "category": "White, Betty", - "link": "https://www.nytimes.com/2021/12/31/arts/television/betty-white-reactions.html", - "creator": "Vimal Patel", - "pubDate": "Sat, 01 Jan 2022 00:48:48 +0000", + "title": "Proud Boys Member Pleads Guilty and Will Cooperate in Jan. 6 Riot Inquiry", + "description": "Matthew Greene, 34, who was “among the first wave” to rush up the Capitol steps, pleaded guilty to two charges and agreed to cooperate with the government, federal prosecutors said.", + "content": "Protesters storming the Capitol on Jan. 6. Matthew Greene was most likely the first member of the Proud Boys to plead guilty to charges stemming from the riot, his lawyer said.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/22/us/capitol-riot-matthew-greene-guilty.html", + "creator": "Alyssa Lukpat", + "pubDate": "Thu, 23 Dec 2021 01:32:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140322,17 +165865,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "010899b9edbc00e3df460cec93ae9a8f", - "highlights": [] + "hash": "e74f58b9c4f321d53ed041f2ea5ceb77" }, { - "title": "Nashville Finds Opportunity in the Hole a Bomber Left in the Heart of the City", - "description": "A musician performs in front of a small crowd at Cerveza Jack’s on Second Avenue in Nashville.", - "content": "A musician performs in front of a small crowd at Cerveza Jack’s on Second Avenue in Nashville.", - "category": "Nashville, Tenn, Explosion (2020)", - "link": "https://www.nytimes.com/2022/01/01/us/nashville-bombing-recovery.html", - "creator": "Rick Rojas and Jamie McGee", - "pubDate": "Sat, 01 Jan 2022 10:00:13 +0000", + "title": "Jan. 6 Panel Seeks Interview With Jim Jordan, a Close Trump Ally", + "description": "The House committee said investigators wanted to ask Mr. Jordan, a Republican congressman from Ohio, about his conversations with former President Donald J. Trump.", + "content": "Representative Jim Jordan, Republican of Ohio, was deeply involved in President Donald J. Trump’s effort to challenge the 2020 election outcome.", + "category": "Jordan, Jim (1964- )", + "link": "https://www.nytimes.com/2021/12/22/us/politics/jim-jordan-jan-6.html", + "creator": "Luke Broadwater", + "pubDate": "Thu, 23 Dec 2021 00:22:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140344,17 +165886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfa6718739f5a8432c8457f8cd4c6492", - "highlights": [] + "hash": "209adb7dcab6e6659a73faddca3ed1a9" }, { - "title": "In Turkey, an Exhibit Meant to Highlight Kurdish Suffering Provoked a Furor", - "description": "The uproar over the exhibition by Ahmet Gunestekin, a Turkish Kurdish artist, was less about the quality of the art and more a reflection of how polarized Turkey has become under President Recep Tayyip Erdogan.", - "content": "The uproar over the exhibition by Ahmet Gunestekin, a Turkish Kurdish artist, was less about the quality of the art and more a reflection of how polarized Turkey has become under President Recep Tayyip Erdogan.", - "category": "Art", - "link": "https://www.nytimes.com/2022/01/01/world/europe/turkey-kurdish-art-exhibit.html", - "creator": "Carlotta Gall", - "pubDate": "Sat, 01 Jan 2022 10:00:23 +0000", + "title": "European Nations Add Restrictions as Cases Surge", + "description": "China set out elaborate precautions for February’s Winter Olympics. One measure: Spectators must clap, not shout, in support of athletes. Here’s the latest.", + "content": "China set out elaborate precautions for February’s Winter Olympics. One measure: Spectators must clap, not shout, in support of athletes. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/23/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Thu, 23 Dec 2021 11:24:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140366,17 +165907,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1673915406c02eb1707c7cce27f4b832", - "highlights": [] + "hash": "883826517c0fc5614eeb627d3168309e" }, { - "title": "In New Year's Speech, Olaf Scholz, Germany's New Leader, Focuses on Covid", - "description": "“One thing is clear: The next few days and weeks will also be dominated by corona,” said Olaf Scholz in his first New Year’s Eve speech as Germany’s chancellor.", - "content": "“One thing is clear: The next few days and weeks will also be dominated by corona,” said Olaf Scholz in his first New Year’s Eve speech as Germany’s chancellor.", - "category": "New Year", - "link": "https://www.nytimes.com/2021/12/31/world/europe/germany-new-year-speech-olaf-scholz-covid.html", - "creator": "Christopher F. Schuetze", - "pubDate": "Fri, 31 Dec 2021 18:31:27 +0000", + "title": "Beneath a Covid Vaccine Debacle, 30 Years of Government Culpability", + "description": "Washington has rejected plans to revamp vaccine preparedness for decades and repeatedly paid a price. The Biden administration is at a similar crossroads.", + "content": "Washington has rejected plans to revamp vaccine preparedness for decades and repeatedly paid a price. The Biden administration is at a similar crossroads.", + "category": "Emergent BioSolutions Inc", + "link": "https://www.nytimes.com/2021/12/23/us/vaccine-hub-government-culpability.html", + "creator": "Chris Hamby and Sheryl Gay Stolberg", + "pubDate": "Thu, 23 Dec 2021 10:00:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140388,17 +165928,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d794a050f2c8d32d9e4262e8a276d0c6", - "highlights": [] + "hash": "1ba8b7e3b57658fae3cd3871175e683a" }, { - "title": "Kim Jong-un’s New Year Resolution: More Food for North Korea", - "description": "Kim Jong-un, center, in a photograph released on Saturday by North Korean state media. He has been in power for 10 years.", - "content": "Kim Jong-un, center, in a photograph released on Saturday by North Korean state media. He has been in power for 10 years.", - "category": "Kim Jong-un", - "link": "https://www.nytimes.com/2022/01/01/world/asia/north-korea-kim-jong-un.html", - "creator": "Choe Sang-Hun", - "pubDate": "Sat, 01 Jan 2022 09:10:10 +0000", + "title": "Supreme Court to Hold Special Hearing on Biden Vaccine Mandates", + "description": "Challengers say vaccination-or-testing requirements at large employers and for health care workers were not authorized by Congress.", + "content": "The Supreme Court set arguments on both measures for Jan. 7.", + "category": "Supreme Court (US)", + "link": "https://www.nytimes.com/2021/12/22/us/politics/osha-vaccine-mandate-supreme-court.html", + "creator": "Adam Liptak", + "pubDate": "Thu, 23 Dec 2021 03:16:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140410,17 +165949,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30eb7b7575d9b23e3789cdd11b188dcc", - "highlights": [] + "hash": "85aa05041c9e698955303be99824a1ed" }, { - "title": "Covid Wave Dampens New Year Celebrations Worldwide", - "description": "Countries rattled by Omicron are marking the end of 2021 with subdued celebrations, or none at all. Here’s the latest.", - "content": "Countries rattled by Omicron are marking the end of 2021 with subdued celebrations, or none at all. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/31/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Fri, 31 Dec 2021 10:57:58 +0000", + "title": "How to Catch a Polar Bear", + "description": "First, spot the bear.", + "content": "First, spot the bear.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/12/23/science/polar-bears-svalbard.html", + "creator": "Anna Filipova and Emily Anthes", + "pubDate": "Thu, 23 Dec 2021 10:00:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140432,17 +165970,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b834bc33ff7663e68c2fb5ea37581e5c", - "highlights": [] + "hash": "dfdbcef83cea0be0796f3a74c6bb1852" }, { - "title": "Cooking Chicken Soup for Joy and Wellness", - "description": "After another difficult year, finding joyful moments in cooking can feel impossible. But for our columnist Eric Kim, it’s a worthy resolution for the new year.", - "content": "After another difficult year, finding joyful moments in cooking can feel impossible. But for our columnist Eric Kim, it’s a worthy resolution for the new year.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/30/dining/chicken-recipes.html", - "creator": "Eric Kim", - "pubDate": "Thu, 30 Dec 2021 15:55:57 +0000", + "title": "In a Boston Court, a Superstar of Science Falls to Earth", + "description": "A jury found Harvard chemist Charles Lieber guilty of lying to the federal government about his participation in China’s Thousand Talents recruitment program.", + "content": "Charles Lieber, a Harvard research scientist convicted on Tuesday of lying to the government about his involvement in a Chinese effort to attract foreign-educated scientists, left federal court in Boston last year.", + "category": "Science and Technology", + "link": "https://www.nytimes.com/2021/12/21/science/charles-lieber.html", + "creator": "Ellen Barry", + "pubDate": "Wed, 22 Dec 2021 03:06:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140454,17 +165991,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24439bb1b3a27846d27b631eff501e6c", - "highlights": [] + "hash": "230a9f07b4953a1943ed361aedf1b5d2" }, { - "title": "What Was Causing the Strange Grooves in the Man’s Scalp?", - "description": "A dermatologist looks into a rare and generally benign condition and finds a more serious disorder.", - "content": "A dermatologist looks into a rare and generally benign condition and finds a more serious disorder.", - "category": "Medicine and Health", - "link": "https://www.nytimes.com/2021/12/29/magazine/acromegaly-diagnosis.html", - "creator": "Lisa Sanders, M.D.", - "pubDate": "Thu, 30 Dec 2021 04:39:37 +0000", + "title": "Hospitals Scramble as Antibody Treatments Fail Against Omicron", + "description": "The single remaining monoclonal antibody therapy effective against the variant is now in short supply in the U.S., imperiling an option that doctors and hospitals have relied on.", + "content": "A monoclonal antibody treatment site set up in Pembroke Pines, Fla., this summer.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/21/health/covid-monoclonal-antibodies-omicron.html", + "creator": "Christina Jewett, Carl Zimmer and Rebecca Robbins", + "pubDate": "Wed, 22 Dec 2021 01:20:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140476,17 +166012,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7799e5b995aa2b4dc11d3c29b814666f", - "highlights": [] + "hash": "e9f97b566b29cadd73f3b6fdd8f73684" }, { - "title": "Best Movies of 2021", - "description": "Even when a film wasn’t great, filmgoing was. But there were some truly wonderful releases, ranging from music docs and musicals to westerns and the just plain weird.", - "content": "Even when a film wasn’t great, filmgoing was. But there were some truly wonderful releases, ranging from music docs and musicals to westerns and the just plain weird.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/06/movies/best-movies.html", - "creator": "A.O. Scott and Manohla Dargis", - "pubDate": "Mon, 06 Dec 2021 11:25:08 +0000", + "title": "John Thune, a Likely Successor to Mitch McConnell, Weighs Retirement", + "description": "Mr. Thune, the No. 2 Republican in the Senate, is considering giving up his South Dakota seat because of both family concerns and Donald Trump’s enduring hold on the G.O.P.", + "content": "Some Senate Republicans, including Mitch McConnell, the minority leader, have been lobbying Senator John Thune not to step down. ", + "category": "Thune, John R", + "link": "https://www.nytimes.com/2021/12/21/us/politics/john-thune-senate-retirement.html", + "creator": "Jonathan Martin", + "pubDate": "Tue, 21 Dec 2021 22:22:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140498,17 +166033,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e24365f654e5e0b7616027d0d970026", - "highlights": [] + "hash": "214bec3929e3948d8f64e59cf5b66b92" }, { - "title": "Joe Biden Can’t Save Roe v. Wade Alone. But He Can Do This.", - "description": "It’s time to think creatively.", - "content": "It’s time to think creatively.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/30/opinion/abortion-pills-biden.html", - "creator": "David S. Cohen, Greer Donley and Rachel Rebouché", - "pubDate": "Thu, 30 Dec 2021 15:30:41 +0000", + "title": "NYC's $1 Pizza Slice Becomes Inflation’s Latest Victim", + "description": "Dollar-slice businesses, a staple of New York City’s dining scene, face an existential crisis as food prices rise at their fastest pace in decades.", + "content": "2 Bros. Pizza, a chain that became popular after the 2008 recession, is still charging $1 for a cheese slice at six of its nine locations, though newer locations have raised prices to $1.50.", + "category": "Pizza", + "link": "https://www.nytimes.com/2021/12/21/nyregion/pizza-inflation.html", + "creator": "Nicole Hong", + "pubDate": "Wed, 22 Dec 2021 20:28:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140520,17 +166054,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "04270df5b6de6acd73eb56b44b00c1ea", - "highlights": [] + "hash": "18ed0cf42bbd9dd6b9fde4305a7c5ab7" }, { - "title": "A Nation On Hold Wants to Speak With a Manager", - "description": "In our anger-filled age, when people need to shop or travel or cope with mild disappointment they’re “devolving into children.”", - "content": "In our anger-filled age, when people need to shop or travel or cope with mild disappointment they’re “devolving into children.”", - "category": "Customer Relations", - "link": "https://www.nytimes.com/2022/01/01/business/customer-service-pandemic-rage.html", - "creator": "Sarah Lyall", - "pubDate": "Sat, 01 Jan 2022 10:00:15 +0000", + "title": "Covid-19 and Schools: Are They Ready for the Next Big Surge?", + "description": "Districts say they don’t want to close classrooms again. But the latest wave in Covid-19 cases could challenge the rickety infrastructure that has kept schools running this year.", + "content": "As the news spread of another virus surge, parents feared a return of online school. ", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2021/12/21/us/covid-schools.html", + "creator": "Dana Goldstein", + "pubDate": "Tue, 21 Dec 2021 16:40:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140542,17 +166075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bae7ec926c814d905a8134a4bd7358be", - "highlights": [] + "hash": "0b5f5a48f10181da35f55ed0fe50c8d6" }, { - "title": "The Power of Watch Night, the Black Church’s Vigil for the End of Slavery", - "description": "Watch Night began as a vigil commemorating the Emancipation Proclamation and has become a way to honor the past and look to the future.", - "content": "St. Luke A.M.E. Church in Harlem, during the Watch Night service on Dec. 31, 2008.", - "category": "New Year", - "link": "https://www.nytimes.com/2021/12/30/opinion/watch-night-new-years-eve.html", - "creator": "Esau McCaulley", - "pubDate": "Thu, 30 Dec 2021 10:00:10 +0000", + "title": "No Verdict Yet, So Ghislaine Maxwell Jury Is Given a Holiday Break", + "description": "Jurors in Ms. Maxwell’s sex-trafficking trial have given no indication of their progress toward a verdict. Deliberations are to resume on Monday.", + "content": "Jury deliberations in Ghislaine Maxwell’s sex-trafficking trial continued inside the Thurgood Marshall courthouse in Manhattan on Wednesday.", + "category": "Jury System", + "link": "https://www.nytimes.com/2021/12/22/nyregion/ghislaine-maxwell-trial.html", + "creator": "Benjamin Weiser, Rebecca Davis O’Brien and Colin Moynihan", + "pubDate": "Wed, 22 Dec 2021 23:56:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140564,17 +166096,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b355e47617f44c7aea98d0c56a9ddf7", - "highlights": [] + "hash": "cbc25cbfbcc8d2660e669429f5be8eb6" }, { - "title": "I Got to the Bottom of All Those Flight Cancellations", - "description": "Some say the airlines. Others say Omicron.", - "content": "Some say the airlines. Others say Omicron.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/29/opinion/omicron-airlines-flights.html", - "creator": "Peter Coy", - "pubDate": "Wed, 29 Dec 2021 21:16:55 +0000", + "title": "College Football Playoff Warns Teams Could Forfeit Because of Virus", + "description": "Texas A&M also withdrew from the Gator Bowl, leaving Wake Forest, for the moment, without an opponent.", + "content": "Texas A&M was supposed to play Wake Forest in the Gator Bowl, but withdrew because it said it would not have enough players to field a team.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2021/12/22/sports/ncaafootball/college-football-playoff-covid-gator-bowl.html", + "creator": "Alan Blinder", + "pubDate": "Thu, 23 Dec 2021 04:09:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140586,17 +166117,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff9521933a2cb953864ac1e59c391e4f", - "highlights": [] + "hash": "d45972140792d7145b991e1403fa3b95" }, { - "title": "Teva Pharmaceuticals Found Liable in Landmark Opioid Trial", - "description": "The opioid case against Teva Pharmaceuticals was so sprawling that the trial was initially planned to be held at the Touro Law School auditorium in Central Islip. ", - "content": "The opioid case against Teva Pharmaceuticals was so sprawling that the trial was initially planned to be held at the Touro Law School auditorium in Central Islip. ", - "category": "Drugs (Pharmaceuticals)", - "link": "https://www.nytimes.com/2021/12/30/nyregion/teva-opioid-trial-verdict.html", - "creator": "Sarah Maslin Nir, Jan Hoffman and Lola Fadulu", - "pubDate": "Thu, 30 Dec 2021 23:06:33 +0000", + "title": "What Does It Mean to Be ‘Fully Vaccinated’ Against Covid-19?", + "description": "With all the uncertainty around the Omicron variant, vaccine guidelines are evolving.", + "content": "A woman received a booster shot in Alabama in October. In a world of multiple vaccines with varying effectiveness, it will soon be harder to say who is “fully vaccinated.”", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/23/health/definition-of-fully-vaccinated-covid.html", + "creator": "Alyssa Lukpat", + "pubDate": "Thu, 23 Dec 2021 10:48:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140608,17 +166138,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b16b1fef80dbb9eff7369ec8326982c1", - "highlights": [] + "hash": "95f00fb067ddd710c14299cae6410680" }, { - "title": "J.&J. Booster Protects Against Severe Omicron, Study Says", - "description": "Administering the Johnson & Johnson vaccine in Johannesburg. The shot is a mainstay of Covid public health efforts in Africa.", - "content": "Administering the Johnson & Johnson vaccine in Johannesburg. The shot is a mainstay of Covid public health efforts in Africa.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/30/health/johnson-vaccine-booster-omicron.html", - "creator": "Carl Zimmer", - "pubDate": "Thu, 30 Dec 2021 10:45:19 +0000", + "title": "At Putin News Conference, a Search for Signals on Ukraine", + "description": "At his annual appearance, President Vladimir V. Putin made comments intended to sway a domestic audience.", + "content": "President Vladimir V. Putin of Russia with Gen. Valery V. Gerasimov, the chief of the general staff, during a Defense Ministry Board meeting on Tuesday in Moscow.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/23/world/europe/russia-putin-ukraine.html", + "creator": "Anton Troianovski and Andrew E. Kramer", + "pubDate": "Thu, 23 Dec 2021 09:56:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140630,17 +166159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eca276cbd2f1e696483a6b3f98976789", - "highlights": [] + "hash": "2d79db53134411c07f473f66db6c000f" }, { - "title": "Are Apple AirTags Being Used to Track People and Steal Cars?", - "description": "In recent months, people have posted on TikTok, Reddit and Twitter about finding AirTags on their cars and in their belongings.", - "content": "In recent months, people have posted on TikTok, Reddit and Twitter about finding AirTags on their cars and in their belongings.", - "category": "Apple Inc", - "link": "https://www.nytimes.com/2021/12/30/technology/apple-airtags-tracking-stalking.html", - "creator": "Ryan Mac and Kashmir Hill", - "pubDate": "Thu, 30 Dec 2021 20:29:55 +0000", + "title": "Why Even a 40% Tax Break Won’t Move Japan’s Employers to Raise Pay", + "description": "The country’s prime minister says lifting long-stagnant wages would jump-start the sputtering economy. Companies call the plan a nonstarter.", + "content": "Masataka Yoshimura said pay increases would be “truly fatal” to his custom-suit business in Tokyo.", + "category": "Wages and Salaries", + "link": "https://www.nytimes.com/2021/12/23/business/japan-wages-kishida-economy.html", + "creator": "Ben Dooley and Hisako Ueno", + "pubDate": "Thu, 23 Dec 2021 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140652,17 +166180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa183810159d5f8185a90835e3649fba", - "highlights": [] + "hash": "3782b02b0607e8f3de4346ff0a0e2412" }, { - "title": "A New Ban on Surprise Medical Bills Starts This Week", - "description": "The new law does not prevent ground ambulance companies from billing you directly for their services.", - "content": "The new law does not prevent ground ambulance companies from billing you directly for their services.", - "category": "Health Insurance and Managed Care", - "link": "https://www.nytimes.com/2021/12/30/upshot/medical-bill-ban-biden.html", - "creator": "Margot Sanger-Katz", - "pubDate": "Thu, 30 Dec 2021 10:00:15 +0000", + "title": "Of Mouth Molds and Michelin Stars: Chef Finds Fame After Epic Takedown", + "description": "Panned by a prominent blogger, the Italian restaurant Bros’ and its celebrity chef became a global target for critics of pretentious cuisine. There was a good side for him.", + "content": "Serving the final dish of a 13-course tasting menu that left a blogger complaining,“there was nothing even close to an actual meal served.”", + "category": "Restaurants", + "link": "https://www.nytimes.com/2021/12/23/world/europe/bros-restaurant-review-geraldine-deruiter.html", + "creator": "Jason Horowitz", + "pubDate": "Thu, 23 Dec 2021 08:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140674,17 +166201,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d256bf44fd9d123878b5ed3c214481e8", - "highlights": [] + "hash": "3f61814f712ae39925b40cac57e70860" }, { - "title": "‘The Lost Daughter’ Review: The Parent Trap", - "description": "This dreamy thriller follows an academic with a mysterious past who heads to a beach vacation on the Greek islands.", - "content": "This dreamy thriller follows an academic with a mysterious past who heads to a beach vacation on the Greek islands.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/30/movies/the-lost-daughter-review.html", - "creator": "Jeannette Catsoulis", - "pubDate": "Thu, 30 Dec 2021 17:38:09 +0000", + "title": "Rapid Tests Can Help Against Omicron, but Need to Be Used Correctly", + "description": "Rapid tests can help against Omicron if used correctly.", + "content": "Rapid tests are delivered to businesses in Britain.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2021/12/23/opinion/rapid-tests-omicron-britain.html", + "creator": "Alan McNally", + "pubDate": "Thu, 23 Dec 2021 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140696,17 +166222,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "511e746fb25119a21be4bdcd94010ea5", - "highlights": [] + "hash": "c2083d5668c1639883cc0c36ce1af6d2" }, { - "title": "People with Omicron are less likely to need hospitalization, British report finds.", - "description": "A mobile coronavirus testing center in a park in North London.", - "content": "A mobile coronavirus testing center in a park in North London.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/31/world/omicron-covid-vaccine-tests/people-with-omicron-are-less-likely-to-need-hospitalization-british-report-finds", - "creator": "Marc Santora and Adeel Hassan", - "pubDate": "Sat, 01 Jan 2022 01:24:35 +0000", + "title": "Will Donald Trump Get Away With Inciting an Insurrection?", + "description": "Trying to upend a free and fair election is one of the gravest crimes imaginable. We’re worried Merrick Garland isn’t taking it seriously enough.", + "content": "Trying to upend a free and fair election is one of the gravest crimes imaginable. We’re worried Merrick Garland isn’t taking it seriously enough.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/23/opinion/trump-merrick-garland-jan-6.html", + "creator": "Laurence H. Tribe, Donald Ayer and Dennis Aftergut", + "pubDate": "Thu, 23 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140718,17 +166243,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27f47f7b95f81546df042f5fb127ca7d", - "highlights": [] + "hash": "a0ec9578dbbb6877567f4b30b82edbe5" }, { - "title": "College Football Gets its Inevitable Georgia-Alabama Title Rematch", - "description": "Georgia routed Michigan in the Orange Bowl during the College Playoff semifinal. But it needs one more win — against Alabama — to be satisfied with this season.", - "content": "Georgia routed Michigan in the Orange Bowl during the College Playoff semifinal. But it needs one more win — against Alabama — to be satisfied with this season.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2022/01/01/sports/ncaafootball/alabama-georgia-college-football-national-championship.html", - "creator": "Alanis Thames", - "pubDate": "Sat, 01 Jan 2022 05:01:22 +0000", + "title": "Why Facebook Whistle-Blower Frances Haugen Thinks She’ll Outlast Mark Zuckerberg", + "description": "The former employee says the company hides behind flat offices and metrics to shirk its responsibility.", + "content": "The former employee says the company hides behind flat offices and metrics to shirk its responsibility.", + "category": "Social Media", + "link": "https://www.nytimes.com/2021/12/20/opinion/sway-kara-swisher-frances-haugen.html", + "creator": "‘Sway’", + "pubDate": "Mon, 20 Dec 2021 19:50:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140740,17 +166264,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e56de487148c2d02029b6f7c7bc5aa13", - "highlights": [] + "hash": "cd37f04f32f5223a5f70512ee8304326" }, { - "title": "The Sports World's Most Memorable and Human Moments of 2021", - "description": "Most of them happened off the courts and playing fields, when the competitions were over and the athletes were at their most human.", - "content": "Most of them happened off the courts and playing fields, when the competitions were over and the athletes were at their most human.", - "category": "Olympic Games (2020)", - "link": "https://www.nytimes.com/2021/12/31/sports/most-memorable-sports-moments-2021.html", - "creator": "The New York Times", - "pubDate": "Fri, 31 Dec 2021 12:45:33 +0000", + "title": "Is the News Media Setting Trump Up For Another Win?", + "description": "How should political journalists be approaching their work in these polarized times?", + "content": "How should political journalists be approaching their work in these polarized times?", + "category": "Democracy (Theory and Philosophy)", + "link": "https://www.nytimes.com/2021/12/15/opinion/the-argument-role-of-press-in-a-democracy.html", + "creator": "‘The Argument’", + "pubDate": "Wed, 15 Dec 2021 15:40:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140762,17 +166285,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9acf078900415567cc471c8cbc6ce9f", - "highlights": [] + "hash": "b18fd426308c6e04592439079dcd01eb" }, { - "title": "The Novelist Who Saw Middle America as It Really Was", - "description": "Sinclair Lewis captured the narrow-mindedness and conformity of middle-class America in the first half of the 20th century. On the 100th anniversary of his best-selling novel “Babbitt,” Robert Gottlieb revisits Lewis’s life and career.", - "content": "Sinclair Lewis captured the narrow-mindedness and conformity of middle-class America in the first half of the 20th century. On the 100th anniversary of his best-selling novel “Babbitt,” Robert Gottlieb revisits Lewis’s life and career.", - "category": "Lewis, Sinclair", - "link": "https://www.nytimes.com/2021/12/31/books/review/sinclair-lewis-babbitt-main-street.html", - "creator": "Robert Gottlieb", - "pubDate": "Fri, 31 Dec 2021 22:36:38 +0000", + "title": "Trump Fraud Inquiry Won’t Be Resolved When Vance’s Term Ends Next Week", + "description": "After leading a three-year investigation into the former president, the Manhattan district attorney, Cyrus R. Vance Jr., will hand it to his successor.", + "content": "Prosecutors in Manhattan have been investigating whether former President Donald J. Trump fraudulently inflated the value of his properties when seeking loans. ", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/23/nyregion/trump-vance-investigation-bragg.html", + "creator": "Ben Protess, William K. Rashbaum and Jonah E. Bromwich", + "pubDate": "Thu, 23 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140784,17 +166306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "745326fed485a089775f518ee68e270c", - "highlights": [] + "hash": "e50bbba97b5ad3a4052f461c69ab7d83" }, { - "title": "What to Watch on New Year's Eve: Movies, TV Shows, Live Events", - "description": "In case the Omicron spike has scrapped your plans, these binge watches, live broadcasts and double features will bring the party to you.", - "content": "Regina Voce in the singing competition “Queen of the Universe” on Paramount+.", - "category": "New Year", - "link": "https://www.nytimes.com/2021/12/29/arts/television/new-years-eve-movies-shows-livestreams.html", - "creator": "Erik Piepenburg", - "pubDate": "Wed, 29 Dec 2021 22:14:20 +0000", + "title": "A Civil War-Era Time Capsule Is Opened. Inside Are More Mysteries.", + "description": "Conservators spent hours carefully prying open the container, which had been hidden beneath a monument to the Confederate general Robert E. Lee.", + "content": "Conservators with the Virginia Department of Historic Resources, remove one of three books.", + "category": "Monuments and Memorials (Structures)", + "link": "https://www.nytimes.com/2021/12/22/us/time-capsule-lee-statue.html", + "creator": "Eduardo Medina", + "pubDate": "Thu, 23 Dec 2021 03:23:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140806,17 +166327,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5402eef5e5fe56b1d25b83f9f5d61654", - "highlights": [] + "hash": "286fc0a9da93b5a0deca2bd3e1150cdf" }, { - "title": "Sergey V. Lavrov Accused NATO of Stoking Ukraine Conflict ", - "description": "Sergey V. Lavrov, Russia’s foreign minister, in Moscow in November.", - "content": "Sergey V. Lavrov, Russia’s foreign minister, in Moscow in November.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/31/world/europe/biden-putin-russia-ukraine-lavrov.html", - "creator": "Andrew E. Kramer", - "pubDate": "Fri, 31 Dec 2021 21:18:28 +0000", + "title": "U.S. Regulator Investigating Tesla Over a Video Game Feature", + "description": "Drivers can be distracted playing games while the vehicle is in motion, the National Highway Traffic Safety Administration said, following a New York Times report earlier this month.", + "content": "Drivers can be distracted playing games while the vehicle is in motion, the National Highway Traffic Safety Administration said, following a New York Times report earlier this month.", + "category": "Automobile Safety Features and Defects", + "link": "https://www.nytimes.com/2021/12/22/business/tesla-investigation-passenger-play.html", + "creator": "Neal E. Boudette", + "pubDate": "Wed, 22 Dec 2021 21:05:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140828,17 +166348,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bc7a91f2016d074aec46c49580b4df8", - "highlights": [] + "hash": "f84e2e0e2c6a3a43abe8c6cfa512c48e" }, { - "title": "In Remembering Tutu, South Africa Reckons With Lasting Challenges", - "description": "A memorial service for Archbishop Desmond Tutu at St Mary’s Cathedral in Johannesburg on Thursday.", - "content": "A memorial service for Archbishop Desmond Tutu at St Mary’s Cathedral in Johannesburg on Thursday.", - "category": "Apartheid (Policy)", - "link": "https://www.nytimes.com/2021/12/31/world/africa/desmond-tutu-legacy.html", - "creator": "Lynsey Chutel", - "pubDate": "Fri, 31 Dec 2021 18:16:34 +0000", + "title": "Three Dead and Many Missing as Migrant Boat Sinks Near Greece", + "description": "The sinking came just weeks after 27 people drowned trying to cross the English Channel, another stark reminder of the lethal risks facing asylum seekers.", + "content": "The Aegean Sea, where the Greece Coast Guard rescued 12 survivors from a smuggler boat in distress.", + "category": "Maritime Accidents and Safety", + "link": "https://www.nytimes.com/2021/12/22/world/europe/migrant-boat-sinks-greece.html", + "creator": "Niki Kitsantonis", + "pubDate": "Thu, 23 Dec 2021 00:40:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140850,17 +166369,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "42e776ec403adfd94f43afccec81e73c", - "highlights": [] + "hash": "c0d64564895918e6f5179b9468c0040b" }, { - "title": "Virginia Sues Town of Windsor, Accusing It of Discriminatory Policing", - "description": "Officer Joe Gutierrez of the Windsor Police Department and Lieutenant Caron Nazario, right, leaving his vehicle after being pepper sprayed by the police at a gas station during a traffic stop in Windsor, Va., last year.", - "content": "Officer Joe Gutierrez of the Windsor Police Department and Lieutenant Caron Nazario, right, leaving his vehicle after being pepper sprayed by the police at a gas station during a traffic stop in Windsor, Va., last year.", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2021/12/31/us/caron-nazario-windsor-virginia-police.html", - "creator": "Jenny Gross", - "pubDate": "Fri, 31 Dec 2021 20:21:34 +0000", + "title": "Prosecutors Move to Reduce 110-Year Sentence for Trucker in Deadly Crash", + "description": "After Rogel Aguilera-Mederos was sentenced in connection with a 2019 crash in Colorado that left four people dead, a district attorney asked a judge to reconsider the lengthy punishment.", + "content": "Rogel Aguilera-Mederos appeared on video from Jefferson County Jail in Golden, Colo., in 2019.", + "category": "Amnesties, Commutations and Pardons", + "link": "https://www.nytimes.com/2021/12/22/us/colorado-truck-driver-prison-sentence.html", + "creator": "Amanda Holpuch", + "pubDate": "Wed, 22 Dec 2021 22:16:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140872,17 +166390,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9c8a96863976cf4e6f4396e816d11d0", - "highlights": [] + "hash": "0a6e782d638ae5ddcbc77fbdfdc7613d" }, { - "title": "Sam Jones, Sharpshooting Celtics Star of the 1960s, Dies at 88", - "description": "A member of the Basketball Hall of Fame, he was named one of the 50 greatest players in N.B.A. history and played on 10 N.B.A. championship teams.", - "content": "A member of the Basketball Hall of Fame, he was named one of the 50 greatest players in N.B.A. history and played on 10 N.B.A. championship teams.", - "category": "Jones, Sam (1933-2021)", - "link": "https://www.nytimes.com/2021/12/31/sports/basketball/sam-jones-dead.html", - "creator": "Richard Goldstein", - "pubDate": "Fri, 31 Dec 2021 22:03:15 +0000", + "title": "How Exercise May Affect Our Alcohol Consumption", + "description": "People who are aerobically fit and work out a lot tend to imbibe more than their less fit peers.", + "content": "People who are aerobically fit and work out a lot tend to imbibe more than their less fit peers.", + "category": "Exercise", + "link": "https://www.nytimes.com/2021/12/22/well/fitness-alcohol-drinking-exercise.html", + "creator": "Gretchen Reynolds", + "pubDate": "Wed, 22 Dec 2021 15:27:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140894,17 +166411,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12e48f3094a40245d6cd7be89dc9e8f1", - "highlights": [] + "hash": "f455d67c13af5218f1c0b697d372a9bf" }, { - "title": "The Elizabeth Holmes Trial by the Numbers", - "description": "Elizabeth Holmes, the Theranos founder, spent seven days on the stand. Her fate is now in the hands of a jury that has deliberated for 43 hours — so far.", - "content": "Elizabeth Holmes, the Theranos founder, spent seven days on the stand. Her fate is now in the hands of a jury that has deliberated for 43 hours — so far.", - "category": "Holmes, Elizabeth (1984- )", - "link": "https://www.nytimes.com/2021/12/31/business/elizabeth-holmes-trial-numbers.html", - "creator": "Erin Griffith and Erin Woo", - "pubDate": "Fri, 31 Dec 2021 10:00:13 +0000", + "title": "How to Get Stronger in the New Year", + "description": "Six ways to build muscle, even if you don’t have much time to work out.", + "content": "Six ways to build muscle, even if you don’t have much time to work out.", + "category": "Exercise", + "link": "https://www.nytimes.com/2019/01/01/well/move/how-to-get-stronger-in-the-new-year.html", + "creator": "The New York Times", + "pubDate": "Tue, 01 Jan 2019 10:00:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140916,17 +166432,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "919eaf1822957fcb9dfc8bcafc8ae687", - "highlights": [] + "hash": "2e52594fd8f049f103e32e2ae57c4886" }, { - "title": "California Man on Deadly Mission to White House Is Arrested, Officials Say", - "description": "President Biden was among the top officials included on a “hit list” compiled by Kuachua Brillion Xiong of California, according to the authorities.", - "content": "President Biden was among the top officials included on a “hit list” compiled by Kuachua Brillion Xiong of California, according to the authorities.", - "category": "Assassinations and Attempted Assassinations", - "link": "https://www.nytimes.com/2021/12/30/us/white-house-hit-list-kuachua-brillion-xiong.html", - "creator": "Isabella Grullón Paz", - "pubDate": "Fri, 31 Dec 2021 00:13:07 +0000", + "title": "How to Exercise Outdoors in Cold Weather", + "description": "Cold weather workouts do bring unique risks, but a little planning and preparation can help whether you’re going for a winter walk, trekking in snowshoes or sledding with the kids.", + "content": "Cold weather workouts do bring unique risks, but a little planning and preparation can help whether you’re going for a winter walk, trekking in snowshoes or sledding with the kids.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/02/06/at-home/exercise-outdoors-cold-weather.html", + "creator": "Kelly DiNardo", + "pubDate": "Sun, 07 Feb 2021 04:40:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140938,17 +166453,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d6bef25cadd2306702f3507625600ad", - "highlights": [] + "hash": "b87ce3aa9623091c80bbee13a7e6f05c" }, { - "title": "Sam Fender, a Songwriter Caught Between Stardom and His Hometown", - "description": "Fender sitting on the bank of the River Tyne. “We’re tribal,” he said. “Anything from Newcastle that does good belongs to Newcastle.”", - "content": "Fender sitting on the bank of the River Tyne. “We’re tribal,” he said. “Anything from Newcastle that does good belongs to Newcastle.”", - "category": "Fender, Sam (1996- )", - "link": "https://www.nytimes.com/2021/12/30/arts/music/sam-fender.html", - "creator": "Alex Marshall", - "pubDate": "Fri, 31 Dec 2021 18:32:59 +0000", + "title": "'A Journal for Jordan': Reliving the Pain and Joy of My Deepest Love Onscreen", + "description": "An author wrote about the loss of her fiancé and father of her son. When Denzel Washington stepped in to film that story, the memories flooded back.", + "content": "The author, Dana Canedy, with her son, Jordan, and her fiancé, Charles Monroe King, in 2006.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/22/movies/journal-for-jordan-denzel-washington-michael-b-jordan.html", + "creator": "Dana Canedy", + "pubDate": "Wed, 22 Dec 2021 21:40:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140960,17 +166474,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9387d9331700338ae92c7ba0a62ebea", - "highlights": [] + "hash": "29cdf2da98c251fefb84dd9045c59731" }, { - "title": "15 Songs We Almost Missed This Year", - "description": "Hear tracks by Sofia Kourtesis, Remble, Caetano Veloso and others.", - "content": "Hear tracks by Sofia Kourtesis, Remble, Caetano Veloso and others.", - "category": "Two Thousand Twenty One", - "link": "https://www.nytimes.com/2021/12/31/arts/music/playlist-songs-almost-missed.html", - "creator": "Jon Pareles, Jon Caramanica, Isabelia Herrera and Giovanni Russonello", - "pubDate": "Fri, 31 Dec 2021 15:14:22 +0000", + "title": "In 2021, Black Boyhood Got More Complex on TV", + "description": "Shows like “The Wonder Years,” “Swagger” and “Colin in Black and White” offered Black coming-of-age narratives that challenged longstanding TV stereotypes.", + "content": "Elisha Williams, center, in “The Wonder Years,” one of several new shows this year that avoided stereotypical portrayals of Black boyhood.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/21/arts/television/black-boyhood-wonder-years-colin-in-black-and-white.html", + "creator": "Salamishah Tillet", + "pubDate": "Wed, 22 Dec 2021 04:26:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -140982,17 +166495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d6773675e0d664dc3258b1520d8d58f", - "highlights": [] + "hash": "b4baa7c137759130caa66e2b6a254eb8" }, { - "title": "Commenters Tell the Story of 2021", - "description": "In a reflective mood, The Times’s Community desk sifted through some of their favorite comments of 2021.", - "content": "In a reflective mood, The Times’s Community desk sifted through some of their favorite comments of 2021.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/12/31/insider/commenters-tell-the-story-of-the-year.html", - "creator": "Kari Haskell", - "pubDate": "Fri, 31 Dec 2021 10:00:17 +0000", + "title": "Reggaeton and Electronic Music Have a Long History. 2021 Revived It.", + "description": "A host of fusions between the two genres arrived this year, with implications for both the underground and the mainstream.", + "content": "Rauw Alejandro’s album “Vice Versa” includes four tracks that integrate elements of dance, disco and house.", + "category": "Latin Music", + "link": "https://www.nytimes.com/2021/12/22/arts/music/reggaeton-electronic-fusions.html", + "creator": "Isabelia Herrera", + "pubDate": "Wed, 22 Dec 2021 15:23:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141004,17 +166516,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2763dae059d20986c4335cac280acbf", - "highlights": [] + "hash": "6e41e914751f7471dab1fa53a9f75782" }, { - "title": "Air Travel Is No Holiday as Covid-19 and Winter Storms Cancel Flights", - "description": "John F. Kennedy International Airport in New York was among the trouble spots this week as airlines coped with staffing problems and winter weather.", - "content": "John F. Kennedy International Airport in New York was among the trouble spots this week as airlines coped with staffing problems and winter weather.", - "category": "Airlines and Airplanes", - "link": "https://www.nytimes.com/2021/12/30/business/flights-cancelled.html", - "creator": "Niraj Chokshi and Heather Murphy", - "pubDate": "Fri, 31 Dec 2021 01:44:40 +0000", + "title": "The Best Sci-Fi, Horror, Action and International Movies of 2021", + "description": "We look at the finest in sci-fi, horror, action and international films.", + "content": "Park Ye-rin in “Space Sweepers.”", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/22/movies/best-sci-fi-horror-action-international-movies.html", + "creator": "Erik Piepenburg, Devika Girish, Elisabeth Vincentelli and Robert Daniels", + "pubDate": "Wed, 22 Dec 2021 13:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141026,17 +166537,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "beb751ccde9b50cce2d9f164cc94c72a", - "highlights": [] + "hash": "aad0c0f896adae5cb12d8c063e57a571" }, { - "title": "Omicron Strains France’s Social Contract on Covid", - "description": "President Emmanuel Macron won people over by promising normalcy if they followed Covid advice. Now Omicron has raised questions about whether he, or any leader, can deliver on that.", - "content": "President Emmanuel Macron won people over by promising normalcy if they followed Covid advice. Now Omicron has raised questions about whether he, or any leader, can deliver on that.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/31/world/europe/covid-france-omicron-vaccines.html", - "creator": "Norimitsu Onishi, Constant Méheut and Léontine Gallois", - "pubDate": "Fri, 31 Dec 2021 06:00:09 +0000", + "title": "A Soup That Tastes Like Being Home for the Holidays", + "description": "When the architect Michael Chen couldn’t travel to be with his family last Christmas, he learned to make one of his mother’s recipes himself.", + "content": "The architect Michael Chen describes his mother’s beef noodle soup as a lighter version of a Taiwanese street-food classic.", + "category": "Food", + "link": "https://www.nytimes.com/2021/12/22/t-magazine/beef-noodle-soup-recipe.html", + "creator": "Jamie Feldmar", + "pubDate": "Wed, 22 Dec 2021 17:24:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141048,17 +166558,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5c01fa988e76c0cd7ea5aa52a7b744b", - "highlights": [] + "hash": "9872ebb8bfe491d7181ec300f280b550" }, { - "title": "UK, With Surging Covid-19 Cases, is On '‘War Footing’ Against Virus", - "description": "A temporary field hospital is being erected on the grounds of St. George’s Hospital in south London, as the number of daily coronavirus cases surges in Britain.", - "content": "A temporary field hospital is being erected on the grounds of St. George’s Hospital in south London, as the number of daily coronavirus cases surges in Britain.", - "category": "Shortages", - "link": "https://www.nytimes.com/2021/12/30/world/europe/uk-covid-omicron-london-england.html", - "creator": "Megan Specia", - "pubDate": "Thu, 30 Dec 2021 23:48:36 +0000", + "title": "Omicron Infections Seem to Be Milder, Three Research Teams Report", + "description": "The data offer a rare bit of good news. Still, hospitalizations are likely to increase simply because the variant is so contagious.", + "content": "Covid-19 testing from a van in Manhattan on Tuesday. Experts warn that Americans should take rapid tests before holiday events and should gather outside, open windows or find other ways to improve ventilation.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/12/22/health/covid-omicron-delta-hospitalizations.html", + "creator": "Carl Zimmer and Emily Anthes", + "pubDate": "Thu, 23 Dec 2021 01:01:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141070,17 +166579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9aae79c62db25bcca368c5ad3fb8355e", - "highlights": [] + "hash": "a2cc2387f1a06522c8228da9fc975423" }, { - "title": "U.S. Breaks Its Single-Day Case Virus Record For Second Day in a Row", - "description": "People wait in a line that stretches around the block at a Baltimore County Health Department Covid testing site on Thursday in Baltimore, Md.", - "content": "People wait in a line that stretches around the block at a Baltimore County Health Department Covid testing site on Thursday in Baltimore, Md.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/30/us/coronavirus-cases-high.html", - "creator": "Giulia Heyward and Sarah Cahalan", - "pubDate": "Fri, 31 Dec 2021 04:17:27 +0000", + "title": "Omicron Cases Appear Less Severe, Studies Say, but Risks Remain", + "description": "The new rule comes as rising cases are leading to staff shortages. Other European nations are announcing more restrictions. Here’s the latest.", + "content": "The new rule comes as rising cases are leading to staff shortages. Other European nations are announcing more restrictions. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/22/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Thu, 23 Dec 2021 05:02:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141092,17 +166600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "552747ccef39c6b4be4f7185abb63d3f", - "highlights": [] + "hash": "98385e8887843e4e146ef824cefb7851" }, { - "title": "Officials Assess Damage After Wildfires Ravage Colorado", - "description": "The fast-moving blazes swept through suburban areas of Denver, destroying at least 500 homes. Follow our updates.", - "content": "The fast-moving blazes swept through suburban areas of Denver, destroying at least 500 homes. Follow our updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/31/us/boulder-colorado-fires", - "creator": "The New York Times", - "pubDate": "Fri, 31 Dec 2021 15:55:08 +0000", + "title": "National Guard Takes On New Roles at Understaffed Nursing Homes", + "description": "In Minnesota, an ambitious initiative is training hundreds of Guard members to become certified nursing assistants and relieve burned-out nursing home workers.", + "content": "Joanne Lanegran, a member of the Minnesota National Guard, helped Pennie Nord with her blanket at a nursing home. ", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/22/health/covid-national-guard-nursing-homes.html", + "creator": "Andrew Jacobs", + "pubDate": "Thu, 23 Dec 2021 03:39:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141114,17 +166621,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3eadaabb079649de0fdc70331005920", - "highlights": [] + "hash": "9f2e335390dbf564169cb40181dc6563" }, { - "title": "Colorado Wildfires: What We Know", - "description": "A house in Louisville, Colo., was consumed by fire on Thursday.", - "content": "A house in Louisville, Colo., was consumed by fire on Thursday.", - "category": "Wind", - "link": "https://www.nytimes.com/2021/12/31/us/colorado-wildfires.html", - "creator": "Mike Ives", - "pubDate": "Fri, 31 Dec 2021 12:59:17 +0000", + "title": "On More Generous Terms, Obamacare Proves Newly Popular", + "description": "Sign-ups, which set a record, have been especially strong in states that had resisted expanding coverage under the Affordable Care Act.", + "content": "President Biden signed executive actions in January strengthening Americans’ access to health care.", + "category": "Patient Protection and Affordable Care Act (2010)", + "link": "https://www.nytimes.com/2021/12/22/upshot/on-more-generous-terms-obamacare-proves-newly-popular.html", + "creator": "Margot Sanger-Katz", + "pubDate": "Thu, 23 Dec 2021 02:25:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141136,17 +166642,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8f5020e346c9c8e88867288a39cee39", - "highlights": [] + "hash": "1fe277fbc7d29dead9216d9e405f56e1" }, { - "title": "What We Learned About the Economy in 2021", - "description": "For once, the government tried overheating the economy. For better and worse, it succeeded.", - "content": "For once, the government tried overheating the economy. For better and worse, it succeeded.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/31/upshot/economy-inflation-2021-review.html", - "creator": "Neil Irwin", - "pubDate": "Fri, 31 Dec 2021 10:00:18 +0000", + "title": "New York’s Virus Surge Has Leaders Balancing Health and Political Risks", + "description": "Democrats, including Gov. Kathy Hochul and President Biden, have resisted a return to restrictive, economically damaging lockdowns.", + "content": "Gov. Kathy Hochul of New York has resisted adopting most restrictive coronavirus-related measures, saying that “this is not March of 2020.”", + "category": "Hochul, Kathleen C", + "link": "https://www.nytimes.com/2021/12/22/nyregion/nyc-covid-surge-politics.html", + "creator": "Nicholas Fandos and Katie Glueck", + "pubDate": "Wed, 22 Dec 2021 22:39:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141158,17 +166663,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36caa401feda07924acd38b4b31a4c77", - "highlights": [] + "hash": "9719cbbff998d6a2fb7408909fa6eadb" }, { - "title": "Putin Warns Biden of ‘Complete Rupture’ of U.S.-Russia Relationship Over Ukraine", - "description": "President Biden spoke with President Vladimir V. Putin of Russia by phone on Thursday regarding the situation at the Ukrainian border, where Russia has massed about 100,000 troops.", - "content": "President Biden spoke with President Vladimir V. Putin of Russia by phone on Thursday regarding the situation at the Ukrainian border, where Russia has massed about 100,000 troops.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/30/us/politics/biden-putin-ukraine-call.html", - "creator": "David E. Sanger and Andrew E. Kramer", - "pubDate": "Fri, 31 Dec 2021 01:07:50 +0000", + "title": "India's Christians Attacked Under Anti-Conversion Laws", + "description": "“They want to remove us from society,” a Christian farmer said of Hindu extremists. Rising attacks on Christians are part of a broader shift in India, in which minorities feel less safe.", + "content": "“They want to remove us from society,” a Christian farmer said of Hindu extremists. Rising attacks on Christians are part of a broader shift in India, in which minorities feel less safe.", + "category": "Christians and Christianity", + "link": "https://www.nytimes.com/2021/12/22/world/asia/india-christians-attacked.html", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 03:49:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141180,17 +166684,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6666cdf0d8c3c4f2c10927e8443d3e2", - "highlights": [] + "hash": "6e8180fbc9fb66c27ac6f68e1bd10199" }, { - "title": "What Default? With Confetti and Fanfare, Evergrande Says It’s Ready to Build.", - "description": "The Evergrande Mansions construction site in Dongguan, China.", - "content": "The Evergrande Mansions construction site in Dongguan, China.", - "category": "China Evergrande Group", - "link": "https://www.nytimes.com/2021/12/31/business/china-evergrande-default-publicity.html", - "creator": "Alexandra Stevenson and Joy Dong", - "pubDate": "Fri, 31 Dec 2021 08:33:10 +0000", + "title": "Supply Chain Problems Mean Buying a Car Sometimes Takes a Plane Ride", + "description": "The limited supply of new and used vehicles is forcing some Americans to go to great lengths to find and buy them, including traveling to dealers hundreds of miles away.", + "content": "A car dealership in Queens, N.Y. Buyers are finding that locating the car of their desires is not quick, easy or cheap.", + "category": "Computer Chips", + "link": "https://www.nytimes.com/2021/12/22/business/economy/car-chip-shortage-pandemic.html", + "creator": "Neal E. Boudette", + "pubDate": "Wed, 22 Dec 2021 18:52:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141202,17 +166705,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c16cea45616a4bf750d4b73ac5137810", - "highlights": [] + "hash": "309b290530508a26d13c51bf837d7d64" }, { - "title": "As SEC Commissioner, Greg Sankey Dominates College Sports", - "description": "Greg Sankey rose from upstate New York to become the commissioner of the Southeastern Conference. These days, no one is exercising more sway over college sports.", - "content": "Greg Sankey rose from upstate New York to become the commissioner of the Southeastern Conference. These days, no one is exercising more sway over college sports.", - "category": "Colleges and Universities", - "link": "https://www.nytimes.com/2021/12/31/sports/ncaafootball/greg-sankey-sec.html", - "creator": "Alan Blinder and Alanis Thames", - "pubDate": "Fri, 31 Dec 2021 10:00:20 +0000", + "title": "How the Building Industry Blocked Better Tornado Safeguards", + "description": "Engineers know how to protect people from tornadoes like the ones that recently devastated parts of Kentucky, but builders have headed off efforts to toughen standards.", + "content": "Damage in Joplin, Mo., in 2011, where a tornado killed 162 people.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/22/climate/tornadoes-building-codes-safety.html", + "creator": "Christopher Flavelle", + "pubDate": "Thu, 23 Dec 2021 01:41:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141224,17 +166726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3fb07153ed7dbebf09ef57872ad49aa", - "highlights": [] + "hash": "a2d248f804c5a00bef3239629a791a83" }, { - "title": "How the College Football Playoff Teams Match Up", - "description": "The College Football Playoff begins on Friday, with Alabama and Cincinnati playing in the Cotton Bowl and Michigan and Georgia facing off in the Orange Bowl.", - "content": "The College Football Playoff begins on Friday, with Alabama and Cincinnati playing in the Cotton Bowl and Michigan and Georgia facing off in the Orange Bowl.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2021/12/31/sports/college-football-playoff-matchups.html", - "creator": "Alanis Thames", - "pubDate": "Fri, 31 Dec 2021 05:01:09 +0000", + "title": "Peter Dinklage on ‘Cyrano’ and Life After ‘Game of Thrones’", + "description": "The actor is happy to upend 100 years of clichés by playing the romantic lead. It’s a liberating change after the series became his life.", + "content": "“I was raised Irish Catholic, so I totally feel unworthy of everything,” Peter Dinklage said. “That’s what hopefully this movie is speaking to, that unworthiness we all go through.”", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/22/movies/peter-dinklage-cyrano.html", + "creator": "Kyle Buchanan", + "pubDate": "Wed, 22 Dec 2021 19:38:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141246,17 +166747,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e27dbf308798bc9f1511a366b0512cb", - "highlights": [] + "hash": "7ca6b6607d0c2e1b2d81d22727694bf3" }, { - "title": "Tiny Love Stories for the New Year: Fresh Starts and New Beginnings ", - "description": "This week, instead of the usual essay, we’re ushering in the new year with eight Tiny Love Stories about fresh starts.", - "content": "This week, instead of the usual essay, we’re ushering in the new year with eight Tiny Love Stories about fresh starts.", - "category": "Love (Emotion)", - "link": "https://www.nytimes.com/2021/12/31/style/tiny-love-stories-fresh-starts.html", - "creator": "", - "pubDate": "Fri, 31 Dec 2021 05:00:10 +0000", + "title": "‘The Matrix Resurrections’ Review: Slipping Through Dreamland (Again)", + "description": "Keanu Reeves plunges down the rabbit hole once more in this familiar-seeming mind-game movie, the fourth in the series.", + "content": "Keanu Reeves plunges down the rabbit hole once more in this familiar-seeming mind-game movie, the fourth in the series.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/22/movies/the-matrix-resurrections-review.html", + "creator": "Manohla Dargis", + "pubDate": "Wed, 22 Dec 2021 20:49:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141268,17 +166768,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48966af864eb3143cdefcd48d28e9141", - "highlights": [] + "hash": "16954fa5050eafdd2b3ffac5fdf9029c" }, { - "title": "Do We Have the Supreme Court We Deserve?", - "description": "It has become a willing participant in a war for the soul of the country.", - "content": "It has become a willing participant in a war for the soul of the country.", - "category": "Private and Sectarian Schools", - "link": "https://www.nytimes.com/2021/12/30/opinion/supreme-court-republican.html", - "creator": "Linda Greenhouse", - "pubDate": "Thu, 30 Dec 2021 10:00:11 +0000", + "title": "Covid Etiquette: Don't Come to a Holiday Party With a Cough", + "description": "Even if your chest cold, stomach bug or swollen sinuses are not coronavirus-related, step away from the mulled cider until you are healthy.", + "content": "Even if your chest cold, stomach bug or swollen sinuses are not coronavirus-related, step away from the mulled cider until you are healthy.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2021/12/21/opinion/culture/covid-etiquette-holiday-parties.html", + "creator": "Jenni Avins", + "pubDate": "Tue, 21 Dec 2021 20:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141290,17 +166789,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52da90b5b48437eb4900c27caa750560", - "highlights": [] + "hash": "715b9722d99588d4b9869501084b4dc0" }, { - "title": "A.O.C. and Manchin Are in the Same Party. No Wonder Democrats Are Struggling.", - "description": "The party has always struggled to figure out how to represent a diverse group of voters with different interests and goals.", - "content": "The party has always struggled to figure out how to represent a diverse group of voters with different interests and goals.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/30/opinion/democrats-joe-manchin.html", - "creator": "Julia Azari", - "pubDate": "Thu, 30 Dec 2021 15:16:48 +0000", + "title": "As Humanitarian Disaster Looms, U.S. Opens Door for More Afghanistan Aid", + "description": "The Treasury Department and the United Nations offered new protection for aid from sanctions meant to pressure the Taliban.", + "content": "Sacks of flour from a World Food Program convoy were unloaded in Afghanistan in October. The Treasury Department will make it easier for international organizations and the U.S. government to provide relief to Afghans while maintaining economic pressure on the Taliban.", + "category": "Humanitarian Aid", + "link": "https://www.nytimes.com/2021/12/22/us/politics/afghanistan-sanctions-aid-taliban.html", + "creator": "Michael Crowley and Alan Rappeport", + "pubDate": "Thu, 23 Dec 2021 02:19:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141312,17 +166810,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af55885f246ab2e755b717e782cbbdf6", - "highlights": [] + "hash": "e7a3f5845a3a2899cebe7c736782e512" }, { - "title": "The Missing Data in the Inflation Debate", - "description": "Until we know how price spikes affect the poor, we won’t see their real impact.", - "content": "Prices have soared for physical products, but have risen only modestly for services.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/30/opinion/inflation-economy-biden-inequality.html", - "creator": "Austan Goolsbee", - "pubDate": "Thu, 30 Dec 2021 10:00:20 +0000", + "title": "Taylor Energy to Pay $43 Million for Longest-Running Oil Spill in U.S. History", + "description": "Taylor Energy’s undersea wells have been leaking into the Gulf of Mexico since 2004, when they were damaged by Hurricane Ivan.", + "content": "A boat crossed an oil slick in the Gulf of Mexico in 2015 near the site of the Taylor Energy accident.  ", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/22/climate/taylor-energy-oil-spill-gulf.html", + "creator": "Brad Plumer", + "pubDate": "Wed, 22 Dec 2021 22:36:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141334,17 +166831,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fce2882eee45b3ae2c3e8fe5fadea97", - "highlights": [] + "hash": "ec27ce267192fbff9d60329f427f6824" }, { - "title": "After 4 Killings, ‘Officer of the Year’ Is Still on the Job", - "description": "A Pennsylvania state trooper was returned to duty following three investigations by his own agency. A fourth inquiry is underway.", - "content": "A Pennsylvania state trooper was returned to duty following three investigations by his own agency. A fourth inquiry is underway.", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2021/12/30/us/pennsylvania-trooper-jay-splain-investigation.html", - "creator": "Kim Barker, Steve Eder and David D. Kirkpatrick", - "pubDate": "Thu, 30 Dec 2021 15:47:52 +0000", + "title": "Alberto Salazar, Coach and Champion Runner, Barred From Sport for Life", + "description": "The ruling upheld a ban announced in July. Salazar had already been suspended for breaking rules governing banned substances.", + "content": "A number of female athletes who were coached by Alberto Salazar came forward to accuse him of emotional abuse.", + "category": "Athletics and Sports", + "link": "https://www.nytimes.com/2021/12/22/sports/alberto-salazar-misconduct.html", + "creator": "Kevin Draper", + "pubDate": "Wed, 22 Dec 2021 21:50:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141356,17 +166852,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a61c9721354290b41f68fd57f0eb72f7", - "highlights": [] + "hash": "39368ed21ec20e85ad869a8b26ec1d96" }, { - "title": "Inside Eminem's Restaurant Mom’s Spaghetti", - "description": "Morgan Martin, left, Christopher O’Neal and Caylen Hemme stopped by Mom’s Spaghetti while in town for a business trip.", - "content": "Morgan Martin, left, Christopher O’Neal and Caylen Hemme stopped by Mom’s Spaghetti while in town for a business trip.", - "category": "Pasta", - "link": "https://www.nytimes.com/2021/12/30/style/moms-spaghetti-eminem-detroit.html", - "creator": "Luke Winkie", - "pubDate": "Thu, 30 Dec 2021 16:43:09 +0000", + "title": "Covid Live Updates: Israel Offers Fourth Vaccine Dose", + "description": "Prime Minister Naftali Bennett said that people over 60 and medical workers would be offered the additional doses. In the U.S., public health experts say that Biden’s measures to curb the spread of Omicron are unlikely to stop a surge in infections.", + "content": "Prime Minister Naftali Bennett said that people over 60 and medical workers would be offered the additional doses. In the U.S., public health experts say that Biden’s measures to curb the spread of Omicron are unlikely to stop a surge in infections.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/22/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Wed, 22 Dec 2021 10:51:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141378,17 +166873,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "910880aeea8804870ae0aca2fb6c1ba5", - "highlights": [] + "hash": "755fe6e2595d05fee6abd23cda972fa1" }, { - "title": "12 Recipes Our Food Staff Cooked on Repeat in 2021", - "description": "Like a Spotify end-of-year roundup, but for food: These are the recipes our reporters and editors turned to again and again.", - "content": "Like a Spotify end-of-year roundup, but for food: These are the recipes our reporters and editors turned to again and again.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/29/dining/food-staff-favorite-recipes.html", - "creator": "Kasia Pilat", - "pubDate": "Thu, 30 Dec 2021 13:55:42 +0000", + "title": "An unvaccinated Texas man’s death may be the first in the U.S. attributed to Omicron.", + "description": "", + "content": "Hope Clinic in Houston prepares for Covid-19 testing in May. Harris County, home to Houston, recorded its first death attributed to the Omicron variant.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/21/world/omicron-covid-vaccine-tests/an-unvaccinated-texas-mans-death-may-be-the-first-in-the-us-attributed-to-omicron", + "creator": "Adeel Hassan", + "pubDate": "Wed, 22 Dec 2021 01:53:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141400,17 +166894,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df3e65ba690dc75ad5ab3b9996f786c1", - "highlights": [] + "hash": "1145b7915dd7f8402e7f6227d7463058" }, { - "title": "At-Home Covid Tests Raise Questions About Accurately Counting Cases", - "description": "Millions of rapid Covid-19 test results are going unreported each day.", - "content": "Millions of rapid Covid-19 test results are going unreported each day.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/30/us/at-home-rapid-covid-tests-cases.html", - "creator": "Sophie Kasakove", - "pubDate": "Thu, 30 Dec 2021 10:00:22 +0000", + "title": "How to Travel Responsibly During the Holidays Amid Omicron Wave", + "description": "Even as the variant surges, the seasonal travel rush seems unstoppable, but there are steps you can take to travel more responsibly and mitigate the health risks for yourself — and others.", + "content": "A coronavirus testing site in Times Square drew long lines several days before Christmas.", + "category": "Travel and Vacations", + "link": "https://www.nytimes.com/2021/12/21/travel/holiday-travel-advice-omicron-covid.html", + "creator": "Heather Murphy", + "pubDate": "Tue, 21 Dec 2021 22:48:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141422,17 +166915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0eb9b1d1e25e057fd5408e181d8684e", - "highlights": [] + "hash": "89ce4aa4d60c2c0acb1125d7c57d6c3d" }, { - "title": "Can a Sustainable Mining Experiment in New Caledonia Power Tesla's Ambitions?", - "description": "A nickel mine processing plant in Prony, New Caledonia.", - "content": "A nickel mine processing plant in Prony, New Caledonia.", - "category": "New Caledonia", - "link": "https://www.nytimes.com/2021/12/30/world/asia/tesla-batteries-nickel-new-caledonia.html", - "creator": "", - "pubDate": "Fri, 31 Dec 2021 12:55:05 +0000", + "title": "N.H.L. Players Will Skip Beijing Olympics", + "description": "Less than four months after agreeing to send hockey’s top stars to the Games, the N.H.L. and its players’ union have reversed course amid a rise in coronavirus cases.", + "content": "Less than four months after agreeing to send hockey’s top stars to the Games, the N.H.L. and its players’ union have reversed course amid a rise in coronavirus cases.", + "category": "Olympic Games (2022)", + "link": "https://www.nytimes.com/2021/12/21/sports/olympics/nhl-olympics-beijing-hockey.html", + "creator": "Alan Blinder and Andrew Das", + "pubDate": "Tue, 21 Dec 2021 23:30:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141444,17 +166936,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c3f108b4d26e902fae0dd52bae47a93", - "highlights": [] + "hash": "bce5e5fc6a6d8a9778523ebd1e53cb9b" }, { - "title": "Happy New Year", - "description": "New Year’s Eve in Times Square ringing in 1973.", - "content": "New Year’s Eve in Times Square ringing in 1973.", - "category": "New Year", - "link": "https://www.nytimes.com/2021/12/31/briefing/new-years-eve-times-square-2022.html", - "creator": "Ian Prasad Philbrick", - "pubDate": "Fri, 31 Dec 2021 11:21:08 +0000", + "title": "N.B.A.'s Adam Silver Says Christmas Games Will Go On", + "description": "A day after the N.H.L. announced a pause in its schedule, N.B.A. Commissioner Adam Silver said the responsible thing for his league was to play and “learn to live with” the virus.", + "content": "A day after the N.H.L. announced a pause in its schedule, N.B.A. Commissioner Adam Silver said the responsible thing for his league was to play and “learn to live with” the virus.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/21/sports/basketball/nba-schedule-christmas-omicron.html", + "creator": "Tania Ganguli", + "pubDate": "Tue, 21 Dec 2021 23:38:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141466,17 +166957,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ace735faf72ddbe3f92eb318a4a5d7f1", - "highlights": [] + "hash": "2d4dcd4977a1cdfc57d24290cb634b2a" }, { - "title": "Texas After the Storm: An Update", - "description": "Destruction in Austin, Texas, from the deadly winter storms that knocked out power and water in February.", - "content": "Destruction in Austin, Texas, from the deadly winter storms that knocked out power and water in February.", - "category": "Texas", - "link": "https://www.nytimes.com/2021/12/31/podcasts/the-daily/texas-winter-storm.html", - "creator": "Michael Barbaro, Sydney Harper, Michael Simon Johnson, Diana Nguyen, Mooj Zadie, Lisa Chow, Anita Badejo, Marc Georges and Corey Schreppel", - "pubDate": "Fri, 31 Dec 2021 11:00:09 +0000", + "title": "Adams Cancels Inauguration Gala in Latest Sign of Omicron Surge", + "description": "Mayor Bill de Blasio and his successor, Eric Adams, are weighing difficult decisions as the city faces another troubling wave of coronavirus cases.", + "content": " The mayor-elect, Eric Adams, right, has made a handful of appointments, but is still weighing who to name as his health commissioner.", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2021/12/21/nyregion/covid-omicron-nyc.html", + "creator": "Emma G. Fitzsimmons", + "pubDate": "Wed, 22 Dec 2021 02:07:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141488,17 +166978,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c7434428f1bf02447963b4cb1a29d00", - "highlights": [] + "hash": "b636cf1a057ed071837ab2bf4a63f7e2" }, { - "title": "How Much Watching Time Do You Have This Weekend?", - "description": "Kelli O’Hara, center, in a scene from “The Accidental Wolf.”", - "content": "Kelli O’Hara, center, in a scene from “The Accidental Wolf.”", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/30/arts/television/cobra-kai-queer-eye-netflix.html", - "creator": "Margaret Lyons", - "pubDate": "Thu, 30 Dec 2021 20:34:28 +0000", + "title": "McConnell to Manchin: We’d Love to Have You, Joe", + "description": "Senator Mitch McConnell, the Republican leader, says Democratic outrage over Senator Joe Manchin’s opposition to sweeping policy bills shows he is not welcome in his party any longer.", + "content": "Senator Mitch McConnell, the Republican leader, seen in his office on Capitol Hill on Tuesday. He has tried for years to woo Senator Joe Manchin III, Democrat of West Virginia, to the other side of the aisle.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/21/us/politics/mcconnell-manchin-republican.html", + "creator": "Carl Hulse", + "pubDate": "Wed, 22 Dec 2021 01:29:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141510,17 +166999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aef3f563454d7e7adaa076da6c638d0", - "highlights": [] + "hash": "d67e8bc85048adacdf2328ee696b9b8f" }, { - "title": "De Blasio’s Costly Legacy: The Biggest City Work Force Ever", - "description": "Under Mayor Bill de Blasio, the city’s budget and municipal work force have risen to record highs.", - "content": "Under Mayor Bill de Blasio, the city’s budget and municipal work force have risen to record highs.", - "category": "de Blasio, Bill", - "link": "https://www.nytimes.com/2021/12/31/nyregion/de-blasio-budget-unions-nyc.html", - "creator": "Emma G. Fitzsimmons", - "pubDate": "Fri, 31 Dec 2021 10:00:17 +0000", + "title": "The Policy Debate at the Heart of the Biden-Manchin Standoff", + "description": "President Biden and Senator Joe Manchin III have many differences over the proposed domestic policy bill, but one issue stands out: the child tax credit.", + "content": "Demonstrators near the Capitol in Washington urge passage of the package known as the Build Back Better Act to extend the expanded child tax credit.", + "category": "Manchin, Joe III", + "link": "https://www.nytimes.com/2021/12/21/us/politics/manchin-child-tax-credit-biden.html", + "creator": "Emily Cochrane", + "pubDate": "Wed, 22 Dec 2021 02:51:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141532,17 +167020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "474573eeca58a14ecf230285ed572c37", - "highlights": [] + "hash": "0303c7735a5fd24c97189e7f6bf3eb34" }, { - "title": "The Elizabeth Holmes Trial Meanders to a Finish", - "description": "Elizabeth Holmes, the founder of Theranos, leaving federal court in San Jose, Calif., last month with her partner, Billy Evans. Her trial was originally scheduled to be over by now.", - "content": "Elizabeth Holmes, the founder of Theranos, leaving federal court in San Jose, Calif., last month with her partner, Billy Evans. Her trial was originally scheduled to be over by now.", - "category": "Jury System", - "link": "https://www.nytimes.com/2021/12/31/business/slow-elizabeth-holmes-trial.html", - "creator": "Erin Griffith", - "pubDate": "Fri, 31 Dec 2021 08:00:10 +0000", + "title": "Phil Waldron's Unlikely Role in Pushing Baseless Election Claims", + "description": "Phil Waldron, who owns a bar in Texas, is a case study in how pro-Trump fringe players managed to get a hearing for conspiracy theories at the highest level during the presidential transition.", + "content": "The House committee investigating the events of Jan. 6 has issued a subpoena to Phil Waldron.", + "category": "Waldron, Phil (1964- )", + "link": "https://www.nytimes.com/2021/12/21/us/politics/phil-waldron-jan-6.html", + "creator": "Alan Feuer", + "pubDate": "Tue, 21 Dec 2021 22:12:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141554,17 +167041,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "709666d92a8c9e57672b5a5e077b406f", - "highlights": [] + "hash": "9a592bfeb355b39ca58365188a18970f" }, { - "title": "Maxwell Prosecutors Won Their Case but Shed Little New Light on Epstein", - "description": "Ms. Maxwell was found guilty on five counts related to her role in procuring teenage girls for Jeffrey Epstein, who was accused of sexually abusing them. ", - "content": "Ms. Maxwell was found guilty on five counts related to her role in procuring teenage girls for Jeffrey Epstein, who was accused of sexually abusing them. ", - "category": "Child Abuse and Neglect", - "link": "https://www.nytimes.com/2021/12/30/nyregion/prosecutors-ghislaine-maxwell-conviction.html", - "creator": "Rebecca Davis O’Brien and Benjamin Weiser", - "pubDate": "Fri, 31 Dec 2021 02:14:33 +0000", + "title": "Flynn Sues Jan. 6 Committee as House Republican Rebuffs Investigators", + "description": "The panel investigating the Capitol attack faced stonewalling from allies of former President Donald J. Trump on two new fronts.", + "content": "Michael T. Flynn, a former national security adviser who was involved in President Donald J. Trump’s efforts to subvert the election, is seeking to block the House panel’s subpoenas.", + "category": "Flynn, Michael T", + "link": "https://www.nytimes.com/2021/12/21/us/politics/scott-perry-january-6-committee.html", + "creator": "Luke Broadwater", + "pubDate": "Wed, 22 Dec 2021 00:19:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141576,17 +167062,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "99f6b1641c6999c033d508877f88b74f", - "highlights": [] + "hash": "c17e56c6e7da60c4e12cbf0566fc2ee7" }, { - "title": "Colorado Trucker’s Prison Sentence Is Reduced by 100 Years", - "description": "Supporters of Rogel L. Aguilera-Mederos, a truck driver who was involved in a fatal crash, rallied outside the state capitol in Denver last week to urge a reduction in his 110-year sentence.", - "content": "Supporters of Rogel L. Aguilera-Mederos, a truck driver who was involved in a fatal crash, rallied outside the state capitol in Denver last week to urge a reduction in his 110-year sentence.", - "category": "Aguilera-Mederos, Rogel", - "link": "https://www.nytimes.com/2021/12/30/us/colorado-truck-driver-sentence-rogel-aguilera-mederos.html", - "creator": "Azi Paybarah", - "pubDate": "Fri, 31 Dec 2021 00:52:00 +0000", + "title": "Who Is Gabriel Boric, Chile's Next President?", + "description": "Mr. Boric, 35, is now the most prominent face of a generation of Chileans who are calling for a break with the past.", + "content": "Gabriel Boric, president-elect of Chile, celebrating his election in Santiago on Sunday.", + "category": "Boric, Gabriel", + "link": "https://www.nytimes.com/2021/12/21/world/americas/chile-boric.html", + "creator": "Julie Turkewitz, Pascale Bonnefoy and John Bartlett", + "pubDate": "Tue, 21 Dec 2021 23:45:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141598,17 +167083,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba3a6715b03a0ee7d2b496fa3e8d47a4", - "highlights": [] + "hash": "fadbe9c387c9ff31dbbb5c189702b972" }, { - "title": "Suspect in Deadly Arson Fire in Osaka, Japan, Dies in Hospital", - "description": "Mourners at the scene of the Dec. 17 fire in downtown Osaka, two days after the blaze.", - "content": "Mourners at the scene of the Dec. 17 fire in downtown Osaka, two days after the blaze.", - "category": "Osaka (Japan)", - "link": "https://www.nytimes.com/2021/12/30/world/asia/japan-arson.html", - "creator": "Ben Dooley", - "pubDate": "Fri, 31 Dec 2021 04:51:43 +0000", + "title": "The Most Adventurous Comedy Right Now Is Also the Most Real", + "description": "John Wilson, Eric Andre and others are drawing on unscripted encounters to elicit deeper laughs but also more vulnerable moments.", + "content": "John Wilson, Eric Andre and others are drawing on unscripted encounters to elicit deeper laughs but also more vulnerable moments.", + "category": "Comedy and Humor", + "link": "https://www.nytimes.com/2021/12/17/arts/television/comedy-eric-andre-john-wilson-borat.html", + "creator": "Jason Zinoman", + "pubDate": "Fri, 17 Dec 2021 15:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141620,17 +167104,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77086acdad495e3455a053f1fbb54973", - "highlights": [] + "hash": "383b63244ea76aa1fbd0802495ce6883" }, { - "title": "Amy Schneider Wins the Most Consecutive ‘Jeopardy!’ Games of Any Female Contestant", - "description": "Amy Schneider competing on the game show “Jeopardy!” that aired on Dec. 29.", - "content": "Amy Schneider competing on the game show “Jeopardy!” that aired on Dec. 29.", - "category": "Game Shows", - "link": "https://www.nytimes.com/2021/12/30/arts/television/amy-schneider-jeopardy.html", - "creator": "Maria Cramer and Jenny Gross", - "pubDate": "Thu, 30 Dec 2021 23:32:10 +0000", + "title": "18 Sports Highlights From 2021 Worth Watching Again", + "description": "World records, no-look shots, extraordinary goals, trick baserunning, come-from-behind victories … we may not know what sports will look like in 2022, but 2021 had it all.", + "content": "World records, no-look shots, extraordinary goals, trick baserunning, come-from-behind victories … we may not know what sports will look like in 2022, but 2021 had it all.", + "category": "Records and Achievements", + "link": "https://www.nytimes.com/2021/12/20/sports/best-sports-highlights-2021.html", + "creator": "The New York Times", + "pubDate": "Tue, 21 Dec 2021 15:28:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141642,17 +167125,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78759f0b2523e909c322ebebc14d86c4", - "highlights": [] + "hash": "99333f904cbff1124bb0194804fc8648" }, { - "title": "How Weight Training Burns Fat", - "description": "A cellular chat after your workout may explain in part why weight training burns fat.", - "content": "A cellular chat after your workout may explain in part why weight training burns fat.", - "category": "Exercise", - "link": "https://www.nytimes.com/2021/07/21/well/move/weight-training-fat.html", - "creator": "Gretchen Reynolds", - "pubDate": "Thu, 12 Aug 2021 21:32:29 +0000", + "title": "A Box of Cash, a Secret Donor and a Big Lift for Some N.Y.C. Students", + "description": "When a City College physics professor opened an ordinary box that had been sitting in the mailroom, he was startled by its contents.", + "content": "The box contained bundles of $50 and $100 bills, adding up to $180,000. ", + "category": "Colleges and Universities", + "link": "https://www.nytimes.com/2021/12/21/nyregion/city-college-mystery-donor.html", + "creator": "Corey Kilgannon", + "pubDate": "Tue, 21 Dec 2021 14:11:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141664,17 +167146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c6b38d7ac3d2bd9e7e0f9317bf6dd15", - "highlights": [] + "hash": "136071bdf3b546e44f632d91b635f0db" }, { - "title": "The Best Time of Day to Exercise", - "description": "Men at risk for diabetes had greater blood sugar control and lost more belly fat when they exercised in the afternoon than in the morning.", - "content": "Men at risk for diabetes had greater blood sugar control and lost more belly fat when they exercised in the afternoon than in the morning.", - "category": "Exercise", - "link": "https://www.nytimes.com/2021/01/27/well/move/the-best-time-of-day-to-exercise.html", - "creator": "Gretchen Reynolds", - "pubDate": "Tue, 08 Jun 2021 22:45:38 +0000", + "title": "\"The Matrix Resurrections\" and the Dark Timeline Humanity Is on", + "description": "The original Matrix trilogy imagined a future more hopeful than the one conjured up by Silicon Valley today.", + "content": "The original Matrix trilogy imagined a future more hopeful than the one conjured up by Silicon Valley today.", + "category": "The Matrix (Movie)", + "link": "https://www.nytimes.com/2021/12/22/opinion/culture/the-matrix-resurrections-internet-dystopia.html", + "creator": "Samuel Earle", + "pubDate": "Wed, 22 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141686,17 +167167,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6253e57eeaa40486c38372853cef703", - "highlights": [] + "hash": "bbd1c97b2af8352b7e5e1c7252b8471d" }, { - "title": "How Much Exercise Do You Need for Better Heart Health?", - "description": "The more you do, the better, but even mild exercise like walking produces benefits for cardiovascular health, a large new study found.", - "content": "The more you do, the better, but even mild exercise like walking produces benefits for cardiovascular health, a large new study found.", - "category": "Exercise", - "link": "https://www.nytimes.com/2021/02/17/well/move/exercise-heart-health.html", - "creator": "Gretchen Reynolds", - "pubDate": "Tue, 28 Dec 2021 18:27:19 +0000", + "title": "Joe Manchin Just Did Democrats a Favor on Build Back Better", + "description": "The Democrats have to stop playing games with expiration dates and do fewer things better. Thanks to Manchin, maybe they finally will.", + "content": "The Democrats have to stop playing games with expiration dates and do fewer things better. Thanks to Manchin, maybe they finally will.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/21/opinion/manchin-build-back-better-democrats.html", + "creator": "Ben Ritz", + "pubDate": "Wed, 22 Dec 2021 03:08:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141708,17 +167188,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40617e6e540f16f0c34ed06cc2850bca", - "highlights": [] + "hash": "620e9a6a36b5e091bc02baa070ef99a8" }, { - "title": "Why Exercise Alone Isn't Enough to Lose Weight", - "description": "Our bodies compensate for at least a quarter of the calories we expend during exercise, undermining our best efforts to lose weight by working out.", - "content": "Our bodies compensate for at least a quarter of the calories we expend during exercise, undermining our best efforts to lose weight by working out.", - "category": "Exercise", - "link": "https://www.nytimes.com/2021/09/22/well/move/weight-loss-exercise-calories.html", - "creator": "Gretchen Reynolds", - "pubDate": "Mon, 20 Dec 2021 14:50:02 +0000", + "title": "How Do We Avoid the Next Debt Limit Debacle?", + "description": "Congress must ensure the issue cannot be used as a tool of partisan politics. ", + "content": "Congress must ensure the issue cannot be used as a tool of partisan politics. ", + "category": "National Debt (US)", + "link": "https://www.nytimes.com/2021/12/21/opinion/debt-limit.html", + "creator": "Todd Gibbons", + "pubDate": "Tue, 21 Dec 2021 14:08:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141730,17 +167209,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11ed02a3830d6fac2c0474e2bc219a30", - "highlights": [] + "hash": "edc84946bad9fcf78973d35d61d0c957" }, { - "title": "On Broadway Stages, the Beautiful Rooms Are Empty", - "description": "Bobby Conte and Katrina Lenk in the Broadway revival of “Company,” whose visual gimmicks crowd out the characters.", - "content": "Bobby Conte and Katrina Lenk in the Broadway revival of “Company,” whose visual gimmicks crowd out the characters.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/30/theater/broadway-design-company-diana-musical.html", - "creator": "Jesse Green", - "pubDate": "Thu, 30 Dec 2021 16:34:09 +0000", + "title": "The New Pentagon Papers: Civilian Casualties", + "description": "Readers call for Pentagon accountability for the killing of civilians. Also: Julian Assange; Republican hypocrisy; two-family homes.", + "content": "Readers call for Pentagon accountability for the killing of civilians. Also: Julian Assange; Republican hypocrisy; two-family homes.", + "category": "Civilian Casualties", + "link": "https://www.nytimes.com/2021/12/21/opinion/letters/civilian-casualties.html", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 20:25:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141752,17 +167230,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23c71844ff2df651001e190481a00cf0", - "highlights": [] + "hash": "439b88125cdd0dc68d2ae3dbdbe9b7f4" }, { - "title": "N.F.L. Week 17 Predictions: Our Picks Against the Spread", - "description": "The Cincinnati Bengals, led by Joes  Burrow and Mixon, center, had 575 total yards of offense in last week’s win over Baltimore.", - "content": "The Cincinnati Bengals, led by Joes  Burrow and Mixon, center, had 575 total yards of offense in last week’s win over Baltimore.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/30/sports/football/nfl-week-17-picks-against-the-spread.html", - "creator": "Emmanuel Morgan", - "pubDate": "Thu, 30 Dec 2021 05:01:08 +0000", + "title": "Joe Manchin Is Wondering What Happened to His White House Christmas Card", + "description": "From the storming of the Capitol to the advent of Omicron, 2021 has been no one’s idea of a banner year. ", + "content": "From the storming of the Capitol to the advent of Omicron, 2021 has been no one’s idea of a banner year. ", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/20/opinion/manchin-omicron-jan-6.html", + "creator": "Gail Collins and Bret Stephens", + "pubDate": "Mon, 20 Dec 2021 20:02:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141774,17 +167251,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d2e93e149c4f992136d5d8a22c10d0d", - "highlights": [] + "hash": "5687bfe5285eb7f4a46ffc309544012d" }, { - "title": "16 New Books Coming in January", - "description": "This month brings memoirs from Carl Bernstein and Bernardine Evaristo, a biography of Lorraine Hansberry, two high-octane thrillers and much more.", - "content": "This month brings memoirs from Carl Bernstein and Bernardine Evaristo, a biography of Lorraine Hansberry, two high-octane thrillers and much more.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/30/books/january-2022-books.html", - "creator": "Joumana Khatib", - "pubDate": "Thu, 30 Dec 2021 10:00:27 +0000", + "title": "Most Covid Infections May Soon Be Breakthroughs. Here’s What That Means.", + "description": "Omicron means many more people will soon test positive. ", + "content": "Omicron means many more people will soon test positive. ", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/19/opinion/omicron-breakthroughs.html", + "creator": "Eleanor Cummins", + "pubDate": "Sun, 19 Dec 2021 15:05:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141796,17 +167272,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3db1aea135b784a73c99ecfefe2b7f24", - "highlights": [] + "hash": "a179e81cd82a3ff9c61f2717277b212b" }, { - "title": "When a Master Printer Picks Up the Camera", - "description": "The first major museum show of Richard Benson’s photographs reveals his inventive use of the medium.", - "content": "The first major museum show of Richard Benson’s photographs reveals his inventive use of the medium.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/30/arts/design/richard-benson-photography-review-philadelphia.html", - "creator": "Arthur Lubow", - "pubDate": "Thu, 30 Dec 2021 16:35:06 +0000", + "title": "Whiplash on U.S. Vaccine Mandate Leaves Employers ‘Totally Confused’", + "description": "Companies are struggling to figure out what to do as legal battles and rising Covid cases complicate their plans. Even up in the air: What does “fully vaccinated” mean?", + "content": "A drive-through Covid-19 testing site in Miami on Friday.", + "category": "Coronavirus Return to Office", + "link": "https://www.nytimes.com/2021/12/20/business/company-vaccine-mandates-biden.html", + "creator": "Lauren Hirsch, Emma Goldberg and Charlie Savage", + "pubDate": "Mon, 20 Dec 2021 08:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141818,17 +167293,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "82e7c76473fac6455084a2438a087836", - "highlights": [] + "hash": "ea1b4c62459aa991171a0c1694202cf1" }, { - "title": "Is There Such a Thing as a Slow News Week?", - "description": "The answer is yes. And Times editors are always preparing for it.", - "content": "The answer is yes. And Times editors are always preparing for it.", - "category": "Newspapers", - "link": "https://www.nytimes.com/2021/12/30/insider/is-there-such-a-thing-as-a-slow-news-week.html", - "creator": "Megan DiTrolio", - "pubDate": "Thu, 30 Dec 2021 10:00:12 +0000", + "title": "Why We Clutter, and What to Do About It", + "description": "All that “stuff” in our drawers, closets and corners is a hazard, but there are ways to keep it at bay.", + "content": "All that “stuff” in our drawers, closets and corners is a hazard, but there are ways to keep it at bay.", + "category": "Orderliness and Clutter", + "link": "https://www.nytimes.com/2021/12/20/well/mind/how-to-declutter.html", + "creator": "Jane E. Brody", + "pubDate": "Tue, 21 Dec 2021 16:15:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141840,17 +167314,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7008bb95eda068974c94b2393aab091", - "highlights": [] + "hash": "d215bfb85ec0abbb214575653b060a7a" }, { - "title": "Business Leaders Struggle With Endless Upheaval", - "description": "Rachel Drori, the founder and chief executive of Daily Harvest.", - "content": "Rachel Drori, the founder and chief executive of Daily Harvest.", - "category": "Coronavirus Return to Office", - "link": "https://www.nytimes.com/2021/12/31/business/ceos-pandemic-leadership.html", - "creator": "David Gelles and Emma Goldberg", - "pubDate": "Fri, 31 Dec 2021 08:00:09 +0000", + "title": "Is That Sniffle a Cold? Or Is It Covid?", + "description": "In New York City, the slightest runny nose has people canceling holiday gatherings and lining up for hours outside coronavirus testing centers.", + "content": "New coronavirus case reports in New York are surging, and testing sites are backed up.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/20/nyregion/common-cold-coronavirus-anxiety.html", + "creator": "Sarah Maslin Nir", + "pubDate": "Mon, 20 Dec 2021 08:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141862,17 +167335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec2afce6adfd420ce008c3d02c74da08", - "highlights": [] + "hash": "2f1e0ecd80f3022cb418f2309bad2b5e" }, { - "title": "Omicron Variant May Help Beat Delta, Study Suggests", - "description": "In the lab, antibodies produced during an Omicron infection protected against Delta. If Omicron dominates in the real world, that could lead to a less dire future.", - "content": "The Africa Health Research Institute in Durban, South Africa, where researchers performed a study of 13 blood samples from people who were vaccinated or had recovered from Covid, and mixed them with different variants.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/28/health/covid-omicron-antibodies-delta.html", - "creator": "Carl Zimmer", - "pubDate": "Tue, 28 Dec 2021 23:16:31 +0000", + "title": "Secret Charms and 7th Sons: ‘The Cure’ Is Alive and Well in Ireland", + "description": "Belief in the benefits of the cure, a type of folk medicine that interweaves home remedies with superstition, religion and a sprinkle of magic is still a way of life in pockets of Ireland.", + "content": "Joe Gallagher performing “the cure” for a man in Pullough, in County Offaly, Ireland.", + "category": "Ireland", + "link": "https://www.nytimes.com/2021/12/20/world/europe/ireland-cure-folk-medicine.html", + "creator": "Megan Specia", + "pubDate": "Mon, 20 Dec 2021 18:33:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141884,17 +167356,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d1245865c023bcd9428e18a7d59a0df", - "highlights": [] + "hash": "6bd062dfc468970a3eb7470e4f0b1c6e" }, { - "title": "How Oklahoma Became a Marijuana Boom State", - "description": "Weed entrepreneurs have poured into Oklahoma from across the United States, propelled by low start-up costs and relaxed rules.", - "content": "Medical marijuana drying at Red Dirt Sungrown in Guthrie, Okla. ", - "category": "Marijuana", - "link": "https://www.nytimes.com/2021/12/29/us/oklahoma-marijuana-boom.html", - "creator": "Simon Romero", - "pubDate": "Wed, 29 Dec 2021 10:00:17 +0000", + "title": "Billions in Amtrak Funding Could Modernize Aging Rail System", + "description": "The $1 trillion infrastructure bill that President Biden signed into law includes money that Amtrak hopes can fix crumbling bridges and tunnels along the Northeast Corridor.", + "content": "A train emerges from the 148-year-old Baltimore and Potomac Tunnel, the biggest bottleneck between Washington and New Jersey.", + "category": "Infrastructure Investment and Jobs Act (2021)", + "link": "https://www.nytimes.com/2021/12/20/us/politics/amtrak-expansion-funding-infrastructure-bill.html", + "creator": "Madeleine Ngo", + "pubDate": "Mon, 20 Dec 2021 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141906,17 +167377,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92e2813a8633e5c1afc594054924529e", - "highlights": [] + "hash": "df396f9d893873b106bbef8613be394d" }, { - "title": "Chelsea Bounces Back With Influx of Residents Amid Covid", - "description": "The Omicron variant is keeping Manhattan’s offices empty. But an influx of residents and a housing boom in neighborhoods like Chelsea hint at a better future.", - "content": "Crowds have returned to Chelsea Market in Manhattan. Chelsea is seeing an influx of newcomers and residents who left temporarily during the pandemic.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/29/nyregion/chelsea-nyc-coronavirus.html", - "creator": "Mihir Zaveri", - "pubDate": "Wed, 29 Dec 2021 15:32:46 +0000", + "title": "The Life of a Jazz Age Madam", + "description": "Debby Applegate discusses her new biography of Polly Adler, and Matthew Pearl talks about “The Taking of Jemima Boone.”", + "content": "Debby Applegate discusses her new biography of Polly Adler, and Matthew Pearl talks about “The Taking of Jemima Boone.”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/17/books/review/podcast-debby-applegate-madam-polly-adler-matthew-pearl-taking-of-jemima-boone.html", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 18:56:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141928,17 +167398,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f74bc0c5bbd5bee340dd0ff02b77a80e", - "highlights": [] + "hash": "e1da9665b0b40155d94ec34e46225107" }, { - "title": "Despite Rising Hospitalizations, Omicron Is Not Worse for Children", - "description": "More children are being treated for Covid, but a combination of factors, including low vaccination rates, most likely explains the increase.", - "content": "A child received a Covid test at a booth in Brooklyn this month. New York City reported a fourfold increase in pediatric hospitalizations over the past two weeks.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/12/28/health/omicron-kids-hospitalizations.html", - "creator": "Andrew Jacobs", - "pubDate": "Wed, 29 Dec 2021 00:54:30 +0000", + "title": "The Tech I Want in 2022", + "description": "Next year we need more creative ways to bring us together. (Laundry robots would be cool, too.)", + "content": "Next year we need more creative ways to bring us together. (Laundry robots would be cool, too.)", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/21/technology/tech-innovations-2022.html", + "creator": "Shira Ovide", + "pubDate": "Tue, 21 Dec 2021 23:46:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141950,17 +167419,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0489da2ece5305402b618482157ee7d", - "highlights": [] + "hash": "b0c4b32f12f53e3678a9f306cb89eb74" }, { - "title": "Officer Whose Bullet Killed a 14-Year-Old Girl Wanted to ‘Change’ the Police", - "description": "Valentina Orellana-Peralta was killed by a stray police bullet last week, while shopping at a Burlington store in North Hollywood.", - "content": "Valentina Orellana-Peralta was killed by a stray police bullet last week, while shopping at a Burlington store in North Hollywood.", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2021/12/30/us/los-angeles-police-burlington-shooting-william-dorsey-jones.html", - "creator": "Jill Cowan, Giulia Heyward and Christine Chung", - "pubDate": "Thu, 30 Dec 2021 23:48:24 +0000", + "title": "Pivoting to New Horizons With Career Help", + "description": "By offering job training, nonprofit groups not only assist with job changes, but also build confidence for interviews and life changes.", + "content": "Seeking help at a food bank led John Michael Johnson to a new career.", + "category": "New York Times Neediest Cases Fund", + "link": "https://www.nytimes.com/2021/12/21/neediest-cases/pivoting-to-new-horizons-with-career-help.html", + "creator": "Kristen Bayrakdarian", + "pubDate": "Tue, 21 Dec 2021 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141972,17 +167440,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9293faf86dd9fd20db046110bc1463d", - "highlights": [] + "hash": "7b870c56f216b685ffc42ae805db6546" }, { - "title": "Tens of Thousands Flee as Colorado Wildfires Burn at Least 500 Homes", - "description": "Gov. Jared Polis declared a state of emergency in response to the fast-moving fires, calling them “a force of nature.”", - "content": "Gov. Jared Polis declared a state of emergency in response to the fast-moving fires, calling them “a force of nature.”", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/30/us/colorado-fires", - "creator": "The New York Times", - "pubDate": "Fri, 31 Dec 2021 10:57:58 +0000", + "title": "India's Modi Brings Tap Water to Millions as Supplies Shrink", + "description": "The ambitious project to meet a dire need shows Prime Minister Narendra Modi’s strengths and helps explain his popularity despite a weakened economy.", + "content": "The ambitious project to meet a dire need shows Prime Minister Narendra Modi’s strengths and helps explain his popularity despite a weakened economy.", + "category": "India", + "link": "https://www.nytimes.com/2021/12/21/world/asia/india-water-modi.html", + "creator": "Mujib Mashal, Hari Kumar and Saumya Khandelwal", + "pubDate": "Tue, 21 Dec 2021 14:50:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -141994,17 +167461,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b4790dd70ac49c93e680e5a52fe1989", - "highlights": [] + "hash": "2b2a3ec084d7c13badcb1ca773c0e5df" }, { - "title": "The Son of New York Who Runs the South’s Most Envied Sports League", - "description": "Greg Sankey rose from upstate New York to become the commissioner of the Southeastern Conference. These days, no one is exercising more sway over college sports.", - "content": "Greg Sankey rose from upstate New York to become the commissioner of the Southeastern Conference. These days, no one is exercising more sway over college sports.", - "category": "Colleges and Universities", - "link": "https://www.nytimes.com/2021/12/31/sports/ncaafootball/greg-sankey-sec.html", - "creator": "Alan Blinder and Alanis Thames", - "pubDate": "Fri, 31 Dec 2021 10:00:20 +0000", + "title": "The Pandemic Struck Orchestras With Underlying Conditions Hard", + "description": "With the coronavirus crisis exacerbating longstanding budget woes, the San Antonio Symphony wants to cut pay and positions. Its musicians have gone on strike.", + "content": "Musicians of the San Antonio Symphony on a picket line in October. They went on strike three months ago.", + "category": "Classical Music", + "link": "https://www.nytimes.com/2021/12/21/arts/music/orchestra-labor-coronavirus.html", + "creator": "Javier C. Hernández", + "pubDate": "Tue, 21 Dec 2021 14:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142016,17 +167482,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c50b025749c07ce34bf0a3829d8f3f9e", - "highlights": [] + "hash": "af94e830ab0e5ac5c6835c582fafbd36" }, { - "title": "How the College Football Playoff Teams Match Up", - "description": "The College Football Playoff begins on Friday, with Alabama and Cincinnati playing in the Cotton Bowl and Michigan and Georgia facing off in the Orange Bowl.", - "content": "The College Football Playoff begins on Friday, with Alabama and Cincinnati playing in the Cotton Bowl and Michigan and Georgia facing off in the Orange Bowl.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2021/12/31/sports/here-are-the-matchups-for-college-footballs-biggest-bowl-games.html", - "creator": "Alanis Thames", - "pubDate": "Fri, 31 Dec 2021 05:01:09 +0000", + "title": "A Tense Libya Delays Its Presidential Election", + "description": "The postponement risks further destabilizing the oil-rich North African country, which has been mired in divisions and violence in the decade since Col. Muammar el-Qaddafi was toppled and killed in a revolution.", + "content": "Nearly 100 candidates had declared they were running in Libya’s presidential election.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/22/world/africa/libya-delays-presidential-election.html", + "creator": "Mona El-Naggar and Vivian Yee", + "pubDate": "Wed, 22 Dec 2021 10:25:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142038,17 +167503,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b3d9a90917706bd1a92803ec1131672", - "highlights": [] + "hash": "38428b7c489ae2db3f03bb99d239fb1f" }, { - "title": "Our Favorite Arts Photos of 2021", - "description": "After 15 months of darkness, live music returned. In New York, Foo Fighters reopened Madison Square Garden.", - "content": "After 15 months of darkness, live music returned. In New York, Foo Fighters reopened Madison Square Garden.", - "category": "Photography", - "link": "https://www.nytimes.com/2021/12/30/arts/best-arts-photos-2021.html", - "creator": "Laura O’Neill, Jolie Ruben and Jessie Wender", - "pubDate": "Thu, 30 Dec 2021 16:41:44 +0000", + "title": "Biden Administration Approves Two California Solar Projects", + "description": "The solar farms, planned for the California desert, would generate enough electricity to power about 132,000 homes, the Interior Department said.", + "content": "A field of solar panels near Mojave, Calif., in June.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/21/climate/solar-power-federal-land-california.html", + "creator": "Lisa Friedman", + "pubDate": "Tue, 21 Dec 2021 23:27:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142060,17 +167524,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb406814f2c44eb37ade3f2617c57f42", - "highlights": [] + "hash": "8e6aeba4459f48c67c801e194f83e7a3" }, { - "title": "Harnessing an Unusual Kind of Natural Energy: Dancers’ Body Heat", - "description": "The power of dance? It’s literal at a Glasgow arts center that is installing a geothermal heating and cooling system that runs on heat from dancing bodies.", - "content": "The power of dance? It’s literal at a Glasgow arts center that is installing a geothermal heating and cooling system that runs on heat from dancing bodies.", - "category": "Dancing", - "link": "https://www.nytimes.com/2021/12/30/arts/dance/geothermal-body-heat-glasgow-nightclub.html", - "creator": "Margaret Fuhrer", - "pubDate": "Thu, 30 Dec 2021 10:00:19 +0000", + "title": "British Court Orders Dubai Ruler to Pay £554 Million in Custody Settlement", + "description": "The settlement, of about $734 million, resolves a lengthy dispute that began when Princess Haya Bint Al Hussein and her two children fled to London in 2019.", + "content": "Princess Haya Bint Al Hussein, in England in 2010 with her husband at the time, Dubai’s ruler, Sheikh Mohammed bin Rashid al-Maktoum.", + "category": "Child Custody and Support", + "link": "https://www.nytimes.com/2021/12/21/world/europe/princess-haya-sheikh-mohammed-bin.html", + "creator": "Derrick Bryson Taylor", + "pubDate": "Tue, 21 Dec 2021 17:12:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142082,17 +167545,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e31bbee2768487afdba12f7d16b9d31c", - "highlights": [] + "hash": "98c66b9cfee55085de5e220c01bcbfc3" }, { - "title": "The Books We Loved as Children Can Comfort Us at the End", - "description": "The cartoonist Paul Karasik spent time with his 103-year-old mother, reading the classics, like E.B. White’s “Charlotte's Web.”", - "content": "The cartoonist Paul Karasik spent time with his 103-year-old mother, reading the classics, like E.B. White’s “Charlotte's Web.”", - "category": "", - "link": "https://www.nytimes.com/2021/12/30/books/the-books-we-loved-as-children-can-comfort-us-at-the-end.html", - "creator": "Paul Karasik", - "pubDate": "Thu, 30 Dec 2021 19:23:30 +0000", + "title": "5.9-Magnitude Earthquake Rattles Parts of Alaska", + "description": "There were no immediate reports of damage or injuries after the earthquake, whose epicenter was about 135 miles southwest of Anchorage, the U.S. Geological Survey said.", + "content": "A United States Geological Survey map showing the location of the earthquake.", + "category": "Earthquakes", + "link": "https://www.nytimes.com/2021/12/21/us/earthquake-alaska-anchorage.html", + "creator": "Eduardo Medina", + "pubDate": "Wed, 22 Dec 2021 01:45:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142104,17 +167566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d94412b558c8cffee085ac6d26a5432e", - "highlights": [] + "hash": "ab9fbf42a545e834ea6ff763957200a2" }, { - "title": "5 Classical Music Albums to Hear Right Now", - "description": "Music by Liza Lim and Pamela Z, albums of Vivaldi and Walter Piston and work from a classic conductor are some recent recording highlights.", - "content": "Music by Liza Lim and Pamela Z, albums of Vivaldi and Walter Piston and work from a classic conductor are some recent recording highlights.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/30/arts/music/classical-music-recordings.html", - "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:00:13 +0000", + "title": "2 Are Arrested After Brawl With Police at Miami Airport", + "description": "The skirmish, which was captured on video, happened as the airport was bracing for heavy holiday passenger traffic despite a surge in Covid-19 cases driven by the highly transmissible Omicron variant.", + "content": "The skirmish, which was captured on video, happened as the airport was bracing for heavy holiday passenger traffic despite a surge in Covid-19 cases driven by the highly transmissible Omicron variant.", + "category": "Airports", + "link": "https://www.nytimes.com/2021/12/21/us/miami-airport-fight-brawl-video.html", + "creator": "Johnny Diaz", + "pubDate": "Tue, 21 Dec 2021 17:26:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142126,17 +167587,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "151b6c8d64a0a8eb5a49b08e140e96cf", - "highlights": [] + "hash": "0fcf72a0d4c9e80f15d3c322f4e7777f" }, { - "title": "South Africa Says Its Omicron Wave Has Passed, With Few Added Deaths", - "description": "The mayor-elect vowed to keep the requirement enacted by Mayor Bill de Blasio, the first of its kind in the nation. Get updates on the pandemic.", - "content": "The mayor-elect vowed to keep the requirement enacted by Mayor Bill de Blasio, the first of its kind in the nation. Get updates on the pandemic.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/30/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Fri, 31 Dec 2021 01:50:21 +0000", + "title": "Buck Showalter Introduced as Mets Manager", + "description": "In an introductory news conference, Buck Showalter applauded Steven Cohen for taking away the team’s excuses for not winning the World Series.", + "content": "Buck Showalter and his wife, Angela, appeared together on a video news conference to introduce him as the new manager of the Mets.", + "category": "Baseball", + "link": "https://www.nytimes.com/2021/12/21/sports/baseball/buck-showalter-mets.html", + "creator": "James Wagner", + "pubDate": "Tue, 21 Dec 2021 23:59:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142148,17 +167608,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f975528d816445f3a114fdb4bd2dfc5d", - "highlights": [] + "hash": "6dd69a4d9bfe779a2ac0351465ad9c80" }, { - "title": "JetBlue, Alaska Airlines and Others Cancel More Flights", - "description": "Passengers near a JetBlue gate at John F. Kennedy International Airport in New York on Wednesday. The carrier is cutting back its flight schedule because of the latest coronavirus wave.", - "content": "Passengers near a JetBlue gate at John F. Kennedy International Airport in New York on Wednesday. The carrier is cutting back its flight schedule because of the latest coronavirus wave.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/30/business/air-travel-cancellations.html", - "creator": "Niraj Chokshi and Lauren Hirsch", - "pubDate": "Thu, 30 Dec 2021 16:03:12 +0000", + "title": "Robert Lemke Sentenced to 3 Years Over Threats to Journalists and Politicians", + "description": "The same day that Trump supporters stormed the Capitol, Robert Lemke told a congressman’s brother that he was with “armed members near your home,” prosecutors said.", + "content": "Robert Lemke pleaded guilty to sending threatening messages on Jan. 6.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/21/us/politics/robert-lemke-capitol-riot.html", + "creator": "Mike Ives and Maria Cramer", + "pubDate": "Tue, 21 Dec 2021 21:56:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142170,17 +167629,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8741f2efd0eb2c67987a8bd3a979dac", - "highlights": [] + "hash": "ad5af66a87098069b83be2acac127c4f" }, { - "title": "C.D.C. Says to Avoid Cruises, Regardless of Vaccination", - "description": "The Queen Mary 2, owned by Carnival, docked at the Brooklyn Cruise Terminal this month.  ", - "content": "The Queen Mary 2, owned by Carnival, docked at the Brooklyn Cruise Terminal this month.  ", - "category": "Centers for Disease Control and Prevention", - "link": "https://www.nytimes.com/2021/12/30/travel/cdc-cruises.html", - "creator": "Todd Gregory, Ceylan Yeginsu and Oscar Lopez", - "pubDate": "Thu, 30 Dec 2021 21:45:31 +0000", + "title": "Five-Minute Coronavirus Stress Resets", + "description": "How to get unstuck from your anxiety.", + "content": "How to get unstuck from your anxiety.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2020/08/06/well/mind/five-minute-coronavirus-stress-resets.html", + "creator": "Jenny Taitz • Illustrations by Rozalina Burkova", + "pubDate": "Thu, 06 Aug 2020 13:46:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142192,17 +167650,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e62a51dfffcea62a51dd90108352222", - "highlights": [] + "hash": "210a80bfcdc7ee8eb69f1fef3afc1da4" }, { - "title": "F.D.A. Plans to Allow 12- to 15-Year-Olds to Receive Pfizer Boosters", - "description": "The decision to expand the use of the shots would come just as schools prepare to open after the holiday break.", - "content": "The decision to expand the use of the shots would come just as schools prepare to open after the holiday break.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/30/us/politics/boosters-12-15-year-olds-omicron.html", - "creator": "Noah Weiland and Sharon LaFraniere", - "pubDate": "Fri, 31 Dec 2021 00:39:31 +0000", + "title": "How to Get Things Done When You Don’t Want to Do Anything", + "description": "The drive to be your best can be hard to muster right about now. Here are some ways to get your mojo back.", + "content": "The drive to be your best can be hard to muster right about now. Here are some ways to get your mojo back.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/07/28/well/live/motivation-energy-advice.html", + "creator": "Cameron Walker", + "pubDate": "Wed, 28 Jul 2021 16:10:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142214,17 +167671,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e0dde53f6e09b7923818afa0827fbc5", - "highlights": [] + "hash": "230689216d4e37dff1967d6ca33f6245" }, { - "title": "Covid Vaccines Rarely Lead to Problems for Young Children, C.D.C. Reports", - "description": "Children wait to receive their vaccine in Albuquerque in November.", - "content": "Children wait to receive their vaccine in Albuquerque in November.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/30/science/covid-vaccine-5-11-years-old-cdc-report.html", - "creator": "Benjamin Mueller and Andrew Jacobs", - "pubDate": "Thu, 30 Dec 2021 18:00:05 +0000", + "title": "How Glial Cells Are Quietly Revolutionizing Chronic Pain Study and Care", + "description": "New science is rewriting the book on chronic pain — and may make treatment more accessible", + "content": "Justin J Wee for The New York Times. Prop stylist: Caroline Dorn.", + "category": "Pain", + "link": "https://www.nytimes.com/2021/11/09/well/mind/glial-cells-chronic-pain-treatment.html", + "creator": "David Dobbs", + "pubDate": "Mon, 22 Nov 2021 14:09:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142236,17 +167692,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aa4393cc4c58dd25b59ce2c1afb937a", - "highlights": [] + "hash": "871a600474716896c1bb930c344aaa91" }, { - "title": "Adams’s Virus Policy Includes Keeping Vaccine Mandate for Businesses", - "description": "Eric Adams at a news conference at Brooklyn Borough Hall on Thursday where he said he would continue many of his predecessor’s policies for containing the coronavirus’s spread. ", - "content": "Eric Adams at a news conference at Brooklyn Borough Hall on Thursday where he said he would continue many of his predecessor’s policies for containing the coronavirus’s spread. ", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2021/12/30/nyregion/eric-adams-vaccine-mandate-private-employers.html", - "creator": "Dana Rubinstein and Joseph Goldstein", - "pubDate": "Fri, 31 Dec 2021 00:14:31 +0000", + "title": "An English City's Fight Against Loneliness", + "description": "Frome, a small city in England, has taken an innovative approach to mental health with its fight against loneliness.", + "content": "John Willis, left, gets assistance with his digital device from Will Palmer of Health Connections, a community support network.", + "category": "Loneliness", + "link": "https://www.nytimes.com/2021/12/15/business/england-city-fights-isolation.html", + "creator": "Peter Wilson", + "pubDate": "Thu, 16 Dec 2021 18:16:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142258,17 +167713,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cd9c58ea8c30efbe5bae2fbe6f32443", - "highlights": [] + "hash": "ca5f9676bdff07a32866a204c7aee0a3" }, { - "title": "Ukrainians Set Sights on the New Year, Not a New War", - "description": "A Christmas market on Kontraktova Square in Kyiv on Wednesday.", - "content": "A Christmas market on Kontraktova Square in Kyiv on Wednesday.", - "category": "War and Armed Conflicts", - "link": "https://www.nytimes.com/2021/12/30/world/europe/kyiv-ukraine-war-russia-bomb-shelters.html", - "creator": "Maria Varenikova and Andrew E. Kramer", - "pubDate": "Thu, 30 Dec 2021 21:00:01 +0000", + "title": "All Anyone Wants for Christmas Is a Covid Test", + "description": "Up until last week, many Americans were worried about their holiday presents arriving on time. Now, rapid tests are at the top of their list.", + "content": "Happy holidays? Rapid antigen test kits have become a commodity ahead of Christmas.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/21/style/christmas-covid-home-tests.html", + "creator": "Gina Cherelus and Anna P. Kambhampaty", + "pubDate": "Tue, 21 Dec 2021 22:56:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142280,17 +167734,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d5e7b812585981dd2d0678591841348", - "highlights": [] + "hash": "e423de955e321173a3e9ac0b0011f2ab" }, { - "title": "Wildfires Force Tens of Thousands From Their Homes in Colorado", - "description": "The grass fires were fed by winds that reached 110 m.p.h., and billowing smoke grounded aircraft in the region. Here’s the latest.", - "content": "The grass fires were fed by winds that reached 110 m.p.h., and billowing smoke grounded aircraft in the region. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/30/us/colorado-wildfire-evacuations", - "creator": "The New York Times", - "pubDate": "Fri, 31 Dec 2021 01:50:21 +0000", + "title": "What to Know About Your Hair: Questions and Answers", + "description": "Here, answers to some pressing questions about what’s going on with your hair and what treatments may be worth trying.", + "content": "Here, answers to some pressing questions about what’s going on with your hair and what treatments may be worth trying.", + "category": "Hair", + "link": "https://www.nytimes.com/2021/12/21/style/hair-loss.html", + "creator": "Tatiana Boncompagni", + "pubDate": "Tue, 21 Dec 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142302,17 +167755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "35813dbd8c4fe1d18001aa71a70a2eb3", - "highlights": [] + "hash": "3438112246368fce163f78f5ae7ae549" }, { - "title": "How a Pro Skateboarder Became an Apostle of Ancient Tuning", - "description": "In the 1990s, Duane Pitre was a skateboarding star. But his newest album, “Omniscient Voices,” is his latest exploration of the esoteric system of just intonation.", - "content": "In the 1990s, Duane Pitre was a skateboarding star. But his newest album, “Omniscient Voices,” is his latest exploration of the esoteric system of just intonation.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/28/arts/music/duane-pitre-just-intonation.html", - "creator": "Grayson Haver Currin", - "pubDate": "Tue, 28 Dec 2021 18:55:49 +0000", + "title": "Tiny Love Stories: ‘Nobody Knows I’m a Lesbian’", + "description": "Modern Love in miniature, featuring reader-submitted stories of no more than 100 words.", + "content": "Modern Love in miniature, featuring reader-submitted stories of no more than 100 words.", + "category": "Love (Emotion)", + "link": "https://www.nytimes.com/2021/12/21/style/tiny-modern-love-stories-lesbian.html", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 20:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142324,17 +167776,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f74cf309f0c1ed1948e6d030fc45a31d", - "highlights": [] + "hash": "2f2cccc2735b9e35c3a3194470c693c8" }, { - "title": "Watching My Mother Watch Music", - "description": "Our pop music critic remembers going to concerts with his mom, who died last year.", - "content": "Our pop music critic remembers going to concerts with his mom, who died last year.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/29/arts/music/mother-concerts.html", - "creator": "Jon Caramanica", - "pubDate": "Wed, 29 Dec 2021 18:26:58 +0000", + "title": "The 10 Best Podcasts of 2021", + "description": "Shows about Chippendales, a notorious Hollywood bomb, the search for the perfect pasta shape and the immediate aftermath of 9/11 are among those worthy of your attention.", + "content": "Shows about Chippendales, a notorious Hollywood bomb, the search for the perfect pasta shape and the immediate aftermath of 9/11 are among those worthy of your attention.", + "category": "Podcasts", + "link": "https://www.nytimes.com/2021/12/01/arts/best-podcasts.html", + "creator": "Reggie Ugwu", + "pubDate": "Thu, 02 Dec 2021 15:07:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142346,17 +167797,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2af0bd14d4956db0189db0edcd055199", - "highlights": [] + "hash": "cf57ed3a9a001361734696d89ab1aea9" }, { - "title": "How Covid-19 Risk Calculators Help Assess Safety Co", - "description": "Happy new year?", - "content": "Happy new year?", - "category": "Disease Rates", - "link": "https://www.nytimes.com/2021/12/30/style/covid-risk-calculator.html", - "creator": "Alyson Krueger", - "pubDate": "Thu, 30 Dec 2021 21:53:20 +0000", + "title": "Some Scientists Warn Omicron Will Surge Without Harsher Measures", + "description": "Several European nations are reporting more instances of fake Covid passes and vaccine certificates. Follow pandemic news.", + "content": "Several European nations are reporting more instances of fake Covid passes and vaccine certificates. Follow pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/21/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Wed, 22 Dec 2021 08:34:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142368,17 +167818,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77bba5bf012b5ea9bbad24537ca32ccb", - "highlights": [] + "hash": "b7762c1553de255e985afd23aa6eaae2" }, { - "title": "Michael Goldhaber, the Cassandra of the Internet Age", - "description": "Michael Goldhaber", - "content": "Michael Goldhaber", - "category": "Goldhaber, Michael H", - "link": "https://www.nytimes.com/2021/02/04/opinion/michael-goldhaber-internet.html", - "creator": "Charlie Warzel", - "pubDate": "Fri, 05 Feb 2021 14:08:50 +0000", + "title": "Biden Bolsters Virus Fight, Offering Aid to Hospitals and Free Tests", + "description": "The president also sought to address the nation’s battered psyche, telling anxious Americans that “we should all be concerned about Omicron, but not panicked.”", + "content": "“I know you’re tired, really, and I know you’re frustrated,” President Biden told Americans in his address on Tuesday.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/21/us/politics/omicron-covid-biden.html", + "creator": "Sheryl Gay Stolberg and Michael D. Shear", + "pubDate": "Wed, 22 Dec 2021 02:28:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142390,17 +167839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d96de8cc81e4f61a361a5d0fe2f09adb", - "highlights": [] + "hash": "4111b73989ada5adf7d03706cc77cd55" }, { - "title": "The Side of Harry Reid That Most People Never Saw", - "description": "He possessed a quality rare among politicians: profound comfort in his own skin.", - "content": "He possessed a quality rare among politicians: profound comfort in his own skin.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/29/opinion/harry-reid.html", - "creator": "Adam Jentleson", - "pubDate": "Thu, 30 Dec 2021 00:16:47 +0000", + "title": "Libya Delays Presidential Election", + "description": "The postponement risks further destabilizing the oil-rich North African country, which has been mired in divisions and violence in the decade since Col. Muammar el-Qaddafi was toppled and killed in a revolution.", + "content": "Nearly 100 candidates had declared they were running in Libya’s presidential election.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/22/world/africa/libya-delays-presidential-election.html", + "creator": "Mona El-Naggar and Vivian Yee", + "pubDate": "Wed, 22 Dec 2021 09:07:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142412,17 +167860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "848520d2f4a2dc052ac9657db84ca957", - "highlights": [] + "hash": "ea1f9899aa0a65f39760a50289ea6ff8" }, { - "title": "Why So Many People Are Unhappy With Democracy", - "description": "The most pervasive and perhaps deepest challenge facing virtually all Western democracies is the political fragmentation of democratic politics.", - "content": "The most pervasive and perhaps deepest challenge facing virtually all Western democracies is the political fragmentation of democratic politics.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/29/opinion/democracy-fragmentation-america-europe.html", - "creator": "Richard H. Pildes", - "pubDate": "Wed, 29 Dec 2021 10:00:07 +0000", + "title": "There’s One City That Can Show Us Our Omicron Future", + "description": "How to fight Omicron and maintain public trust.", + "content": "How to fight Omicron and maintain public trust.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/20/opinion/covid-omicron-future.html", + "creator": "Jay K. Varma", + "pubDate": "Mon, 20 Dec 2021 19:09:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142434,17 +167881,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c668a041076fbcfc7b58a4924401d502", - "highlights": [] + "hash": "4ec81e8849bf5f61c8ffd8b88e25738d" }, { - "title": "Your Thursday Evening Briefing", - "description": "President Biden and President Vladimir V. Putin of Russia spoke on the phone on Thursday.", - "content": "President Biden and President Vladimir V. Putin of Russia spoke on the phone on Thursday.", - "category": "", - "link": "https://www.nytimes.com/2021/12/30/briefing/putin-omicron-metaverse-your-thursday-evening-briefing.html", - "creator": "Whet Moser", - "pubDate": "Fri, 31 Dec 2021 01:27:28 +0000", + "title": "We Learned Our Lesson Last Year: Do Not Close Schools", + "description": "The Omicron surge is scary. But schools must stay open.", + "content": "The Omicron surge is scary. But schools must stay open.", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2021/12/20/opinion/omicron-schools-do-not-close.html", + "creator": "Joseph G. Allen", + "pubDate": "Mon, 20 Dec 2021 23:05:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142456,17 +167902,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd5bb9cb91e640fbbf3c87b28bd6644f", - "highlights": [] + "hash": "9d06afee57d4cdef9091aeb7486a494c" }, { - "title": "What We Forgot to Talk About in 2021", - "description": "A catch-up round table on a host of topics: Maneskin, Jazmine Sullivan, Kelly Clarkson, a Real Housewife’s music career and much more.", - "content": "A catch-up round table on a host of topics: Maneskin, Jazmine Sullivan, Kelly Clarkson, a Real Housewife’s music career and much more.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/12/28/arts/music/popcast-2021-recap.html", - "creator": "", - "pubDate": "Tue, 28 Dec 2021 22:34:08 +0000", + "title": "A Call to Fund the Police", + "description": "Mayors of color in major, liberal cities are prioritizing public safety.", + "content": "Mayors of color in major, liberal cities are prioritizing public safety.", + "category": "Police", + "link": "https://www.nytimes.com/2021/12/20/opinion/mayors-fund-police.html", + "creator": "Jay Caspian Kang", + "pubDate": "Mon, 20 Dec 2021 20:37:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142478,17 +167923,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fbc937b0077664eb0d2c135b703d46f", - "highlights": [] + "hash": "4302275f7d70dd16717560fadf1b3600" }, { - "title": "“辱华”辱的究竟是什么?", - "description": "从H&M等品牌的新疆棉事件,到《雄狮少年》的“眯眯眼”,过去一年里,“辱华”这两个字越来越频繁地出现在中国社交媒体上。", - "content": "从H&M等品牌的新疆棉事件,到《雄狮少年》的“眯眯眼”,过去一年里,“辱华”这两个字越来越频繁地出现在中国社交媒体上。", - "category": "", - "link": "https://www.nytimes.com/zh-hans/2021/12/30/world/asia/ruhua-china-insult.html", - "creator": "Rong Xiaoqing", - "pubDate": "Thu, 30 Dec 2021 08:34:07 +0000", + "title": "In Dark Times, the Solstice Reminds Us There Will Be Light ", + "description": "For me the solstice has always been a promise: After tomorrow, there will be more light.", + "content": "For me the solstice has always been a promise: After tomorrow, there will be more light.", + "category": "Winter (Season)", + "link": "https://www.nytimes.com/2021/12/20/opinion/winter-solstice-2021.html", + "creator": "Margaret Renkl", + "pubDate": "Mon, 20 Dec 2021 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142500,17 +167944,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "270f2033c040121379fe88cf03578c21", - "highlights": [] + "hash": "b136e773e1133acbcf73f4319753fa8c" }, { - "title": "With Exasperation, College Football Is Just Trying to Get Through the Playoff", - "description": "A strategically placed bus blocked views of a Georgia football practice on Monday, ahead of the team’s game on Friday against Michigan in a College Football Playoff semifinal. Practices have been closed this week, helping teams avoid questions about players who may not be present because of the coronavirus.", - "content": "A strategically placed bus blocked views of a Georgia football practice on Monday, ahead of the team’s game on Friday against Michigan in a College Football Playoff semifinal. Practices have been closed this week, helping teams avoid questions about players who may not be present because of the coronavirus.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/30/sports/ncaafootball/covid-college-football-playoff.html", - "creator": "Billy Witz", - "pubDate": "Thu, 30 Dec 2021 23:58:16 +0000", + "title": "To Fight Omicron, Biden Plans Aid From Military and 500 Million Tests", + "description": "The president is set to unveil his initiatives, which also include creating new federal testing sites and deploying federal vaccinators, in a speech on Tuesday.", + "content": "Philadelphia residents waiting to receive free at-home coronavirus test kits on Monday. President Biden is set to announce that he plans to distribute 500 million such free tests to the public.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/21/us/politics/omicron-covid-biden.html", + "creator": "Sheryl Gay Stolberg", + "pubDate": "Tue, 21 Dec 2021 16:59:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142522,17 +167965,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0de051dd8beb17e7be68cc4980e16a4", - "highlights": [] + "hash": "714d8ed43fdc50076fa0f8086943ea56" }, { - "title": "Ben McFall, ‘the Heart of the Strand,’ Is Dead at 73", - "description": "Ben McFall in 2013. He was the longest-tenured bookseller in the history of New York’s renowned Strand bookstore, where he was in charge of the fiction section.", - "content": "Ben McFall in 2013. He was the longest-tenured bookseller in the history of New York’s renowned Strand bookstore, where he was in charge of the fiction section.", - "category": "McFall, Ben (1948-2021)", - "link": "https://www.nytimes.com/2021/12/30/books/ben-mcfall-dead.html", - "creator": "Alex Traub", - "pubDate": "Thu, 30 Dec 2021 23:42:37 +0000", + "title": "Here’s what we know about Biden’s coming speech on the U.S. Omicron response.", + "description": "", + "content": "President Biden returning to the White House on Monday after spending the weekend in Wilmington, Del. He is expected to announce new steps to confront the national surge in coronavirus cases.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/21/world/omicron-covid-vaccine-tests/heres-what-we-know-about-bidens-coming-speech-on-the-us-omicron-response", + "creator": "Sheryl Gay Stolberg", + "pubDate": "Tue, 21 Dec 2021 16:55:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142544,17 +167986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba4436d1b9e9fc1938e2ded027c1b951", - "highlights": [] + "hash": "6425a658d818f637028483d746b81a03" }, { - "title": "Travel Delays Are Expected After Record Snow Tapers in Western U.S.", - "description": "Trucks stopped on Interstate 80 at the California-Nevada border on Tuesday, during a winter storm in the Sierra Nevada mountains.", - "content": "Trucks stopped on Interstate 80 at the California-Nevada border on Tuesday, during a winter storm in the Sierra Nevada mountains.", - "category": "Snow and Snowstorms", - "link": "https://www.nytimes.com/2021/12/30/us/winter-storm-weather.html", - "creator": "Daniel Victor", - "pubDate": "Thu, 30 Dec 2021 15:22:35 +0000", + "title": "France and Italy Crack Down on Vaccine-Related Fraud", + "description": "Several European nations are reporting more instances of fake Covid passes and vaccine certificates. Follow pandemic news.", + "content": "Several European nations are reporting more instances of fake Covid passes and vaccine certificates. Follow pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/21/world/biden-omicron-speech", + "creator": "The New York Times", + "pubDate": "Tue, 21 Dec 2021 17:25:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142566,17 +168007,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "04e495c65bba4dac6d570b5070f1fcb1", - "highlights": [] + "hash": "614eec51f0c2843b6a56a6f61a58e55d" }, { - "title": "BBC to Look Into Alan Dershowitz Interview on Ghislaine Maxwell Verdict", - "description": "The BBC introduced Alan M. Dershowitz as a “constitutional lawyer” in the segment, and later said that the interview did not meet its editorial standards.", - "content": "The BBC introduced Alan M. Dershowitz as a “constitutional lawyer” in the segment, and later said that the interview did not meet its editorial standards.", - "category": "Dershowitz, Alan M", - "link": "https://www.nytimes.com/2021/12/30/world/americas/bbc-alan-dershowitz-ghislaine-maxwell-epstein.html", - "creator": "Aina J. Khan", - "pubDate": "Thu, 30 Dec 2021 18:39:17 +0000", + "title": "Omicron Helps Fuel a Case Increase in the U.S. ", + "description": "In a country already struggling with full hospitals and virus fatigue, the variant has contributed to spikes in some states.", + "content": "A covid testing site in Washington. The mayor reinstated an indoor mask mandate on Monday.", + "category": "", + "link": "https://www.nytimes.com/2021/12/20/us/us-holidays-omicron-cases.html", + "creator": "Campbell Robertson, Mitch Smith and Giulia Heyward", + "pubDate": "Tue, 21 Dec 2021 14:48:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142588,17 +168028,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1efb12d501fd46f1de43399cca0678c9", - "highlights": [] + "hash": "d4add7b1e437f9c7cb6f0fd8433f0932" }, { - "title": "Tesla Recalls More Than 475,000 Cars Over Two Safety Defects", - "description": "Tesla is coming under increased scrutiny by the National Highway Traffic Safety Administration.", - "content": "Tesla is coming under increased scrutiny by the National Highway Traffic Safety Administration.", - "category": "Driverless and Semiautonomous Vehicles", - "link": "https://www.nytimes.com/2021/12/30/business/tesla-recall.html", - "creator": "Neal E. Boudette", - "pubDate": "Thu, 30 Dec 2021 19:14:53 +0000", + "title": "The N.H.L. paused its season ahead of a holiday break.", + "description": "The league became the first in North America to widely suspend out of concerns about the Omicron variant.", + "content": "The Montreal Canadiens and Philadelphia Flyers warmed up in an empty arena in Montreal recently. Nearly four dozen N.H.L. games have been delayed this season.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/20/world/omicron-covid-vaccine-tests/nhl-season-pause", + "creator": "Oskar Garcia", + "pubDate": "Tue, 21 Dec 2021 11:47:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142610,17 +168049,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "87dbe5b92883332204dbf468132127ba", - "highlights": [] + "hash": "eddbf0d39dcf9133d1d2022d61a18ae8" }, { - "title": "Neil Marcus, Whose Art Illuminated Disability, Dies at 67", - "description": "A playwright and actor, he saw his life as performance art. He was best known for his play “Storm Reading.”", - "content": "A playwright and actor, he saw his life as performance art. He was best known for his play “Storm Reading.”", - "category": "Marcus, Neil (1954-2021)", - "link": "https://www.nytimes.com/2021/12/28/arts/neil-marcus-dead.html", - "creator": "Annabelle Williams", - "pubDate": "Tue, 28 Dec 2021 21:49:52 +0000", + "title": "How Pandemics End", + "description": "An infectious outbreak can conclude in more ways than one, historians say. But for whom does it end, and who gets to decide?", + "content": "A Sicilian fresco from 1445. In the previous century, the Black Death killed at least a third of Europe’s population.", + "category": "Epidemics", + "link": "https://www.nytimes.com/2020/05/10/health/coronavirus-plague-pandemic-history.html", + "creator": "Gina Kolata", + "pubDate": "Fri, 15 May 2020 01:15:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142632,17 +168070,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "49aee5e66d4dea98035b77b9144d22c4", - "highlights": [] + "hash": "91c0e68fec381cd40dfd76ecb3bbf63c" }, { - "title": "F.D.A. Expected to Allow Pfizer Boosters for 12- to 15-Year-Olds", - "description": "The mayor-elect vowed to keep the requirement enacted by Mayor Bill de Blasio, the first of its kind in the nation. Get updates on the pandemic.", - "content": "The mayor-elect vowed to keep the requirement enacted by Mayor Bill de Blasio, the first of its kind in the nation. Get updates on the pandemic.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/30/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Thu, 30 Dec 2021 16:40:41 +0000", + "title": "Covid Rapid At-Home Tests: How Accurate Are They and Other Questions Answered", + "description": "As the Omicron variant spreads, regular home testing can lower risk, ease worry and allow you to live a more normal life.", + "content": "Testing isn’t a substitute for being vaccinated or getting a booster shot. But at-home rapid tests can tell people within minutes whether they are contagious with Covid-19.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/10/07/well/live/covid-rapid-at-home-test.html", + "creator": "Tara Parker-Pope", + "pubDate": "Sat, 18 Dec 2021 19:45:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142654,17 +168091,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cd502968110412a37b1a5d40e5882b1", - "highlights": [] + "hash": "03661c3c5932bc159fef7fc38271cc71" }, { - "title": "J. & J. Booster Protects Against Severe Omicron, Study Says", - "description": "Administering the Johnson & Johnson vaccine in Johannesburg. The shot is a mainstay of Covid public health efforts in Africa.", - "content": "Administering the Johnson & Johnson vaccine in Johannesburg. The shot is a mainstay of Covid public health efforts in Africa.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/30/health/johnson-vaccine-booster-omicron.html", - "creator": "Carl Zimmer", - "pubDate": "Thu, 30 Dec 2021 10:45:18 +0000", + "title": "Behind Manchin’s Opposition, a Long History of Fighting Climate Measures", + "description": "Senator Joe Manchin III noted climate policy when he said he would vote against the Build Back Better Act. In his life and career, West Virginia coal has loomed large.", + "content": "The version of the bill that passed the House devoted $555 billion to shifting the nation away from fossil fuels like West Virginia coal from the Pocahontas mine to renewable sources of energy, such as wind and solar power.", + "category": "American Families Plan (2021)", + "link": "https://www.nytimes.com/2021/12/20/us/politics/manchin-climate-change-coal.html", + "creator": "Jonathan Weisman and Lisa Friedman", + "pubDate": "Tue, 21 Dec 2021 01:50:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142676,17 +168112,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f5873a38283e0365913c4e51f022bc5", - "highlights": [] + "hash": "37b26c78800b2254fbbbd5f5caecb2ee" }, { - "title": "China Keeps 13 Million in Xi’an Under Strict Lockdown ", - "description": "A sanitation worker swept a deserted road this week in Xi'an, in the northern Chinese province of Shaanxi.", - "content": "A sanitation worker swept a deserted road this week in Xi'an, in the northern Chinese province of Shaanxi.", - "category": "China", - "link": "https://www.nytimes.com/2021/12/30/world/asia/china-xian-lockdown-covid.html", - "creator": "Vivian Wang and Joy Dong", - "pubDate": "Thu, 30 Dec 2021 13:49:01 +0000", + "title": "How the Kremlin Is Militarizing Russian Society", + "description": "With a “youth army,” a cathedral honoring the military and state media promoting patriotism, the government is preparing Russians for the possibility of a fight.", + "content": "An award ceremony for a patriotic club in Vladimir, Russia.", + "category": "War and Armed Conflicts", + "link": "https://www.nytimes.com/2021/12/21/world/europe/russia-military-putin-kremlin.html", + "creator": "Anton Troianovski, Ivan Nechepurenko, Valerie Hopkins and Sergey Ponomarev", + "pubDate": "Tue, 21 Dec 2021 12:57:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142698,17 +168133,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9048e38f100267d3179a94360801de42", - "highlights": [] + "hash": "88b3b5a3f6df3b43c74e90c1462c3829" }, { - "title": "Making Sense of Covid Changes", - "description": "Receiving an at-home test kit this week in Washington.", - "content": "Receiving an at-home test kit this week in Washington.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/30/briefing/omicron-case-rise-cdc-rules.html", - "creator": "Tom Wright-Piersanti and Claire Moses", - "pubDate": "Thu, 30 Dec 2021 11:28:17 +0000", + "title": "In a Boston Court, a Harsh Spotlight Falls on a Heavyweight of Science", + "description": "The trial of Charles Lieber offers a peek inside the world of big-money, big-prestige science as the U.S. cracked down on Chinese funding.", + "content": "Charles Lieber, a Harvard research scientist accused of lying to the government about his involvement in a Chinese effort to attract foreign-educated scientists, left federal court in Boston last year.", + "category": "Science and Technology", + "link": "https://www.nytimes.com/2021/12/21/science/lieber-china-initiative-trial.html", + "creator": "Ellen Barry", + "pubDate": "Tue, 21 Dec 2021 16:18:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142720,17 +168154,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9453802dedf6a67e72b7925a8d5e63aa", - "highlights": [] + "hash": "f23bdafd8d75cda0acda6f389366da60" }, { - "title": "Ghislaine Maxwell Is Found Guilty of Aiding in Epstein’s Sex Abuse", - "description": "On the fifth full day of deliberations, jurors convicted Ms. Maxwell of five of the six counts against her. She faces the possibility of decades in prison.", - "content": "After more than five days of jury deliberations, Ghislaine Maxwell was convicted on five of the six counts she faced.", - "category": "Sex Crimes", - "link": "https://www.nytimes.com/2021/12/29/nyregion/ghislaine-maxwell-guilty-verdict.html", - "creator": "Benjamin Weiser, Rebecca Davis O’Brien and Colin Moynihan", - "pubDate": "Thu, 30 Dec 2021 04:12:44 +0000", + "title": "How the 2020s Economy Could Resemble the 1980s", + "description": "It depends on whether Jerome Powell at the Fed can pull a reverse Paul Volcker.", + "content": "President Ronald Reagan goes over his speech to Congress on the economy in 1981.", + "category": "Inflation (Economics)", + "link": "https://www.nytimes.com/2021/12/21/upshot/how-the-2020s-economy-could-resemble-the-1980s.html", + "creator": "Neil Irwin", + "pubDate": "Tue, 21 Dec 2021 08:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142742,17 +168175,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c1ae5276c14cf7ae729d3011780c2a6", - "highlights": [] + "hash": "66b1525c57d55c65a92a9ad53c63f7e1" }, { - "title": "Can A Sustainable Mining Experiment in New Caledonia Power Tesla's Ambitions", - "description": "A nickel mine processing plant in Prony, New Caledonia.", - "content": "A nickel mine processing plant in Prony, New Caledonia.", - "category": "New Caledonia", - "link": "https://www.nytimes.com/2021/12/30/world/asia/tesla-batteries-nickel-new-caledonia.html", - "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:00:41 +0000", + "title": "Give Thanks for the Winter Solstice. You Might Not Be Here Without It.", + "description": "The scientific start of winter offers a moment to reflect on how we might not be here to witness the changing seasons without Earth’s particular tilt toward the sun.", + "content": "The Earth during the winter solstice of 2010, the shortest day of the year in the Northern Hemisphere.", + "category": "Winter (Season)", + "link": "https://www.nytimes.com/2017/12/20/science/winter-solstice-december-21.html", + "creator": "Shannon Hall", + "pubDate": "Tue, 21 Dec 2021 16:30:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142764,17 +168196,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "633ae3e604d556dd3d6cc707c9357913", - "highlights": [] + "hash": "a70e589f718038df4da7f66679942813" }, { - "title": "Michigan’s New Congressional Maps Undo Years of Gerrymandering", - "description": "A citizen ballot initiative took redistricting out of the hands of partisan legislators. The result: competitive political districts — and an example of how to push back against hyperpartisanship.", - "content": "Voters casting ballots in Detroit on Election Day in 2020. Michigan’s new districts will much more closely reflect the overall partisan makeup of the state.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/29/us/politics/michigan-congressional-maps.html", - "creator": "Nick Corasaniti", - "pubDate": "Thu, 30 Dec 2021 00:09:35 +0000", + "title": "What We Lose if We Don’t Build Back Better", + "description": "Manchin’s justifications for his betrayal won’t wash.", + "content": "Manchin’s justifications for his betrayal won’t wash.", + "category": "Manchin, Joe III", + "link": "https://www.nytimes.com/2021/12/20/opinion/manchin-build-back-better.html", + "creator": "Paul Krugman", + "pubDate": "Tue, 21 Dec 2021 00:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142786,17 +168217,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eae057811fbda7d602b2677217a0441f", - "highlights": [] + "hash": "3c61a69f6bfc9e9506ad0a1379bf9f49" }, { - "title": "Voting Rights Tracker: What to Know About the U.S. Elections Fight", - "description": "Since the 2020 election, Republicans have pursued a host of new voting restrictions across the country. Here’s where things stand.", - "content": "In 2020, millions of Americans embraced voting early in person and voting by mail.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/article/voting-rights-tracker.html", - "creator": "Nick Corasaniti", - "pubDate": "Wed, 29 Dec 2021 10:00:21 +0000", + "title": "Manchin’s Opposition to the Build Back Better Bill", + "description": "Readers are frustrated by the senator’s ability to block the passage of the bill. Also: Tesla safety; organ transplants; New York City’s economy.", + "content": "Senator Joe Manchin at the Capitol last week.", + "category": "", + "link": "https://www.nytimes.com/2021/12/20/opinion/letters/manchin-build-back-better.html", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 20:30:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142808,17 +168238,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5cf38c2090a6ece4ab23f4f17bbda4f", - "highlights": [] + "hash": "86ccd3e61924556c25b3f5e626464494" }, { - "title": "Big Tech Journeys Into the Virtual Reality Reaches of the Metaverse", - "description": "Tech’s biggest companies are joining game makers and start-ups in pursuit of an immersive digital world that some have been working on for years.", - "content": "Tech’s biggest companies are joining game makers and start-ups in pursuit of an immersive digital world that some have been working on for years.", - "category": "Computers and the Internet", - "link": "https://www.nytimes.com/2021/12/30/technology/metaverse-virtual-reality-big-tech.html", - "creator": "Cade Metz", - "pubDate": "Thu, 30 Dec 2021 08:00:13 +0000", + "title": "Trump Sues Letitia James in Bid to Stop Inquiry Into His Business", + "description": "The lawsuit argues that the attorney general, Letitia James, has long exhibited a political bias against the former president.", + "content": "The investigation into Donald J. Trump by Letitia James, the New York attorney general, began in 2019 and has focused on Mr. Trump’s financial transactions and properties.", + "category": "James, Letitia", + "link": "https://www.nytimes.com/2021/12/20/nyregion/trump-lawsuit-letitia-james.html", + "creator": "Jonah E. Bromwich, Ben Protess and William K. Rashbaum", + "pubDate": "Mon, 20 Dec 2021 20:45:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142830,17 +168259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bc7215a0091a4a802dd6521a1252057", - "highlights": [] + "hash": "6ace8c3bca366514a4e3b919656e5e39" }, { - "title": "The Metaverse’s Dark Side: Here Come Harassment and Assaults", - "description": "As Meta and other companies bet big on an immersive digital world, questions about its harms are rising.", - "content": "As Meta and other companies bet big on an immersive digital world, questions about its harms are rising.", - "category": "Virtual Reality (Computers)", - "link": "https://www.nytimes.com/2021/12/30/technology/metaverse-harassment-assaults.html", - "creator": "Sheera Frenkel and Kellen Browning", - "pubDate": "Thu, 30 Dec 2021 08:00:13 +0000", + "title": "The Best TV Episodes of 2021", + "description": "Among the thousands of hours of television that came out this year, episodes of “Call My Agent,” “For All Mankind,” “Mythic Quest,” “Pose” and “WandaVision,” among others, stood out.", + "content": "Among the thousands of hours of television that came out this year, episodes of “Call My Agent,” “For All Mankind,” “Mythic Quest,” “Pose” and “WandaVision,” among others, stood out.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/20/arts/television/best-tv-episodes-2021.html", + "creator": "James Poniewozik, Mike Hale and Margaret Lyons", + "pubDate": "Mon, 20 Dec 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142852,17 +168280,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aee00a8d498f1e6698bd81293c7f66ce", - "highlights": [] + "hash": "97ed472887a385bfa9dc07df0f5245ac" }, { - "title": "Años Viejos: Torching the Old Year to Toast the New One", - "description": "“Años viejos” for sale on a sidewalk in Guayaquil, Ecuador.", - "content": "“Años viejos” for sale on a sidewalk in Guayaquil, Ecuador.", - "category": "New Year", - "link": "https://www.nytimes.com/2021/12/30/world/americas/ano-viejo-tradition.html", - "creator": "Isabella Grullón Paz", - "pubDate": "Thu, 30 Dec 2021 10:30:05 +0000", + "title": "Charlie Woods Dazzles While Tiger, in Return, Grimaces and Grinds", + "description": "At the PNC Championship, the first tournament for the 15-time major champion since a devastating car crash in February, father and son inspired awe — and trepidation.", + "content": "At the PNC Championship, the first tournament for the 15-time major champion since a devastating car crash in February, father and son inspired awe — and trepidation.", + "category": "Golf", + "link": "https://www.nytimes.com/2021/12/19/sports/golf/tiger-charlie-woods-pnc-championship.html", + "creator": "Kurt Streeter", + "pubDate": "Mon, 20 Dec 2021 00:36:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142874,17 +168301,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "315a408e66c09916add2066141d34f19", - "highlights": [] + "hash": "45e8028989bf42893730dc415fd78412" }, { - "title": "The Bill for My Homelessness Was $54,000", - "description": "Debt is a hidden burden for Americans experiencing homelessness.", - "content": "Lori Teresa Yearwood’s journey into homelessness was traumatic and also incredibly expensive.", - "category": "Homeless Persons", - "link": "https://www.nytimes.com/2021/12/29/opinion/debt-homelessness.html", - "creator": "Lori Teresa Yearwood", - "pubDate": "Wed, 29 Dec 2021 10:00:14 +0000", + "title": "A $550 Million Springsteen Deal? It’s Glory Days for Catalog Sales.", + "description": "Bob Dylan, Paul Simon, Tina Turner and others have all sold rights to their music for eye-popping prices. Here’s why.", + "content": "Bruce Springsteen’s $550 million catalog sale was only the latest mega-transaction in a year in which many prominent artists’ catalogs have been sold, fetching eye-popping prices.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/20/arts/music/bruce-springsteen-catalog.html", + "creator": "Ben Sisario", + "pubDate": "Mon, 20 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142896,17 +168322,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f82ed09e9a3b7986468130620b277df8", - "highlights": [] + "hash": "688fc19df18450d124e3b85cc31ff002" }, { - "title": "Is the West Becoming Pagan Again?", - "description": "The successor to Christian civilization may resemble the present-day iconoclasm known as woken.", - "content": "The successor to Christian civilization may resemble the present-day iconoclasm known as woken.", - "category": "Pagans and Paganism", - "link": "https://www.nytimes.com/2021/12/29/opinion/christianity-paganism-woke.html", - "creator": "Christopher Caldwell", - "pubDate": "Wed, 29 Dec 2021 10:00:12 +0000", + "title": "10 Festive Christmas Eve Dinner Ideas", + "description": "Ham, soups and stews, turkey and oh so many fishes — New York Times Cooking has a recipe for your holiday, no matter how you celebrate.", + "content": "Ham, soups and stews, turkey and oh so many fishes — New York Times Cooking has a recipe for your holiday, no matter how you celebrate.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/15/dining/christmas-eve-dinner-ideas.html", + "creator": "Tanya Sichynsky", + "pubDate": "Fri, 17 Dec 2021 21:58:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142918,17 +168343,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ef9c3cdb766f7c150cd76753f6c3eba", - "highlights": [] + "hash": "7e7b1e00c3a30e68b3039ec0d544efd4" }, { - "title": "Poland Could Be the Future of Europe", - "description": "The country was a democratic success story. Now it’s a cautionary tale.", - "content": "A demonstration against a contentious media bill in Warsaw on Dec. 19. The government has sought to muzzle independent media and create a fortress mentality.", - "category": "Poland", - "link": "https://www.nytimes.com/2021/12/29/opinion/poland-european-union.html", - "creator": "Karolina Wigura and Jaroslaw Kuisz", - "pubDate": "Wed, 29 Dec 2021 12:30:08 +0000", + "title": "Areas Where the U.S. Has Fallen Behind on Omicron", + "description": "The U.S. is behind on the variant. President Biden offers his plan today.", + "content": "A line for testing yesterday in Times Square.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/21/briefing/omicron-mobilization-spread-us-cases-dominant.html", + "creator": "David Leonhardt", + "pubDate": "Tue, 21 Dec 2021 11:26:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142940,17 +168364,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78ea6e5a0c24eebb85b711c12cde6db6", - "highlights": [] + "hash": "4ef03b8163c55ec87036cda3369cedd0" }, { - "title": "John Madden, Hall of Fame Coach and Broadcaster, Is Dead at 85", - "description": "Mr. Madden coached the Oakland Raiders to a Super Bowl title before becoming one of football’s best-known broadcasters and a video game entrepreneur.", - "content": "John Madden in 1974, when he was the coach of the Oakland Raiders.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/28/sports/football/john-madden-dead.html", - "creator": "Ben Shpigel", - "pubDate": "Wed, 29 Dec 2021 13:53:24 +0000", + "title": "Has Manchin Doomed the Build Back Better Plan?", + "description": "The senator from West Virginia has said he cannot vote for the president’s signature policy. Why not? And where does this leave President Biden?", + "content": "Senator Joe Manchin’s comments on Fox News have left the White House scrambling for a path forward on the $2.2 trillion spending bill. ", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/21/podcasts/the-daily/joe-manchin-joe-biden-build-back-better.html", + "creator": "Sabrina Tavernise, Rob Szypko, Diana Nguyen, Stella Tan, M.J. Davis Lin, Marion Lozano, Corey Schreppel and Chris Wood", + "pubDate": "Tue, 21 Dec 2021 11:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142962,17 +168385,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6244a148a8721965f6fe566632ecc5cd", - "highlights": [] + "hash": "a197fe1807637a27a0cba01e119f5376" }, { - "title": "11 Years After Trying to Kill Each Other, a Marine and a Talib Meet Again", - "description": "Thomas Gibbons-Neff, in red hat, interviewing Mullah Abdul Rahim Gulab, below the weapon in the window.", - "content": "Thomas Gibbons-Neff, in red hat, interviewing Mullah Abdul Rahim Gulab, below the weapon in the window.", - "category": "Afghanistan War (2001- )", - "link": "https://www.nytimes.com/2021/12/29/world/asia/afghanistan-taliban-helmand-marja.html", - "creator": "Thomas Gibbons-Neff", - "pubDate": "Thu, 30 Dec 2021 14:34:27 +0000", + "title": "A Harvard Scam and the Best Podcasts of 2021: The Week in Narrated Articles", + "description": "Five articles from around The Times, narrated just for you.", + "content": "Five articles from around The Times, narrated just for you.", + "category": "Meat", + "link": "https://www.nytimes.com/2021/12/17/podcasts/narrated-articles-harvard-best-podcasts.html", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 18:58:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -142984,17 +168406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5bc9b587fe963e1bb6bac74f6a2f0e4", - "highlights": [] + "hash": "f15e09f15cc3dea86096e19bb7c8a320" }, { - "title": "How Discord, Born From an Obscure Game, Became a Social Hub", - "description": "Jason Citron created a video game that was going nowhere fast. So he stripped it down to a chatting feature that eventually boomed during the pandemic.", - "content": "Jason Citron, a co-founder of Discord, at his company’s office in San Francisco. He called his service’s success “surprising and wonderful and humbling.”", - "category": "Computers and the Internet", - "link": "https://www.nytimes.com/2021/12/29/business/discord-server-social-media.html", - "creator": "Kellen Browning", - "pubDate": "Wed, 29 Dec 2021 15:22:27 +0000", + "title": "Do You Have a Story About Seeing Your Parent Differently?", + "description": "The Modern Love Podcast wants to hear about a time your perception of your parent(s) changed.", + "content": "The Modern Love Podcast wants to hear about a time your perception of your parent(s) changed.", + "category": "Parenting", + "link": "https://www.nytimes.com/2021/11/18/podcasts/modern-love-seeing-parents-differently.html", + "creator": "", + "pubDate": "Thu, 18 Nov 2021 23:22:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143006,17 +168427,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3387a1b19e15085f834b78ad38202ea", - "highlights": [] + "hash": "34eb818d8937e3eb287ab4e50fa378a4" }, { - "title": "Harry M. Reid, Senate Majority Leader Behind Landmark Democratic Victories, Dies at 82", - "description": "Mr. Reid, who was from Nevada, displayed his pugilistic instincts as he steered an economic stimulus package and the Affordable Care Act to passage.", - "content": "Senator Harry Reid in 2014. In his three-decade Senate tenure he oversaw the passage of landmark legislation, including a sweeping economic stimulus, a new set of rules for Wall Street and the Affordable Care Act.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/28/us/politics/harry-reid-dead.html", - "creator": "Jonathan Martin", - "pubDate": "Wed, 29 Dec 2021 04:16:23 +0000", + "title": "At Bagram Air Base, a Notorious Prison Lies Empty", + "description": "Taliban fighters now guard the prison at Bagram Air Base, which once held thousands of Taliban and Al Qaeda members who were set free in August.", + "content": "A Taliban fighter stands on top of the outer security wall surrounding former US military Bagram Airfield, this month.", + "category": "Afghanistan War (2001- )", + "link": "https://www.nytimes.com/2021/12/21/world/asia/afghanistan-taliban-bagram-prison.html", + "creator": "David Guttenfelder and David Zucchino", + "pubDate": "Tue, 21 Dec 2021 17:23:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143028,17 +168448,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4158d4ebbb33ec4ac0ccf13f8809a34e", - "highlights": [] + "hash": "f2937c171101c481c589eaf08f89251e" }, { - "title": "As Omicron Spreads, Officials Ponder What It Means to Be ‘Fully Vaccinated’", - "description": "The contagious new variant has companies and government officials wondering whether Americans can really be considered vaccinated without booster shots.", - "content": "Getting a second dose of a Covid vaccine in Phoenix this month. Though 62 percent of Americans currently qualify as fully vaccinated, just a third of them have also had a booster dose.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/12/29/health/covid-vaccinations-boosters.html", - "creator": "Emily Anthes and Noah Weiland", - "pubDate": "Thu, 30 Dec 2021 02:36:22 +0000", + "title": "Kellogg Workers Ratify Revised Contract After Monthslong Strike", + "description": "The strike began in early October and affected four of the company’s U.S. cereal plants. Follow business updates.", + "content": "The strike began in early October and affected four of the company’s U.S. cereal plants. Follow business updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/21/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Tue, 21 Dec 2021 17:31:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143050,17 +168469,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4950930538ee37856835d59d4e5c0f97", - "highlights": [] + "hash": "ab1be32c967d6a6844790c1ecb477c60" }, { - "title": "A Nursing Home’s First Day Out of Lockdown: An Update", - "description": "The penny auction was finally back at the Good Shepherd Nursing Home in West Virginia last month. “We have really missed this,” one resident said.", - "content": "The penny auction was finally back at the Good Shepherd Nursing Home in West Virginia last month. “We have really missed this,” one resident said.", - "category": "Elder Care", - "link": "https://www.nytimes.com/2021/12/30/podcasts/the-daily/nursing-home-pandemic-lockdown.html", - "creator": "Stella Tan, Rachel Quester, Alexandra Leigh Young, Diana Nguyen, Anita Badejo, Lisa Chow, Dave Shaw, Elisheba Ittoop, Dan Powell, Brad Fisher and Marion Lozano", - "pubDate": "Thu, 30 Dec 2021 11:00:08 +0000", + "title": "Cashing In Grandma’s Gold Coins, a Turkish Family Struggles to Get By", + "description": "As inflation soars and the value of Turkey’s currency plummets, one couple described how working families can’t make ends meet and have had to cut back on basic necessities as well as life’s smaller pleasures.", + "content": "Men fished from the Galata Bridge in Istanbul. In the last three months, the Turkish currency has lost nearly half its value against the dollar and inflation has soared.", + "category": "Economic Conditions and Trends", + "link": "https://www.nytimes.com/2021/12/21/world/europe/turkey-inflation-rising-prices.html", + "creator": "Carlotta Gall", + "pubDate": "Tue, 21 Dec 2021 14:30:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143072,17 +168490,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7087c326df2d0c4aeb35597c9b74afa9", - "highlights": [] + "hash": "3c849d2ff38de69fe670263ed0af807e" }, { - "title": "How John Madden Became the Face of a Video Game Empire", - "description": "Madden, who died Tuesday, helped bring to life a series of football video games that has generated $7 billion in revenue since 1988.", - "content": "John Madden’s video game franchise debuted in 1988 for the Apple II computer.", - "category": "Madden, John", - "link": "https://www.nytimes.com/2021/12/29/sports/football/john-madden-nfl-video-game.html", - "creator": "Kellen Browning and Kevin Draper", - "pubDate": "Thu, 30 Dec 2021 00:57:55 +0000", + "title": "Britain Offers $1.3 Billion in Aid to Hospitality and Leisure Sector", + "description": "The move comes as businesses have voluntarily closed their doors, either as a precaution against the Omicron variant or because too many staff members are sick.", + "content": "About 200,000 hospitality and leisure businesses in Britain will be eligible for a grant of up to 6,000 pounds per site.", + "category": "Shutdowns (Institutional)", + "link": "https://www.nytimes.com/2021/12/21/business/britain-pandemic-aid.html", + "creator": "Eshe Nelson", + "pubDate": "Tue, 21 Dec 2021 16:55:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143094,17 +168511,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4384601750756a09a372a55fdb394e59", - "highlights": [] + "hash": "c6290534b5f4f5360286b73f23a466b9" }, { - "title": "Ashraf Ghani, Former Afghan President, Says He Fled Nation to 'Save Kabul'", - "description": "Ashraf Ghani, then the president of Afghanistan, at a campaign rally in Kabul in 2019. He centralized power to such an extent that the entire system collapsed soon after his departure.", - "content": "Ashraf Ghani, then the president of Afghanistan, at a campaign rally in Kabul in 2019. He centralized power to such an extent that the entire system collapsed soon after his departure.", - "category": "Afghanistan War (2001- )", - "link": "https://www.nytimes.com/2021/12/30/world/asia/ashraf-ghani-bbc-interview.html", - "creator": "Sharif Hassan", - "pubDate": "Thu, 30 Dec 2021 12:53:39 +0000", + "title": "Richard Rogers, Architect Behind Landmark Pompidou Center, Dies at 88", + "description": "A Pritzker Prize winner, he altered the skylines of Paris and London with colorful and striking designs that turned architecture not just inside out but also on its head.", + "content": "Richard Rogers outside the Pompidou Center in Paris in 2007, the year he was awarded the Pritzker Prize, architecture’s highest honor.", + "category": "Rogers, Richard", + "link": "https://www.nytimes.com/2021/12/18/arts/design/richard-rogers-dead.html", + "creator": "Penelope Green", + "pubDate": "Sun, 19 Dec 2021 18:18:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143116,17 +168532,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "903dc53c9f5c54729fc05c513eed22e3", - "highlights": [] + "hash": "4ce10895fb861cbf45a59aa7178c6930" }, { - "title": "With Trump Investigation Unresolved, Cyrus Vance's Legacy Is Incomplete", - "description": "Cyrus R. Vance Jr. will leave office at the end of the year after he opted not to seek re-election.", - "content": "Cyrus R. Vance Jr. will leave office at the end of the year after he opted not to seek re-election.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/30/nyregion/cy-vance-trump-investigation.html", - "creator": "Jonah E. Bromwich", - "pubDate": "Thu, 30 Dec 2021 10:00:15 +0000", + "title": "Chris Noth Is Dropped From ‘The Equalizer’ Amid Sexual Assault Allegations", + "description": "The actor’s ousting from the show came days after The Hollywood Reporter wrote about encounters with two women, one in 2004 and the other in 2015.", + "content": "Chris Noth on the set of “The Equalizer.”", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/20/us/chris-noth-the-equalizer-fired.html", + "creator": "Jesus Jiménez", + "pubDate": "Tue, 21 Dec 2021 02:33:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143138,17 +168553,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1e46979c3303d9410c7b86d60afce8a", - "highlights": [] + "hash": "c60249bda093442692a1c825139d14ca" }, { - "title": "A Divided World United to Launch the James Webb Space Telescope", - "description": "The mirror of the James Webb Space Telescope in 2016. Its launch on Christmas was a reminder that international cooperation on grand-scale projects was still possible.", - "content": "The mirror of the James Webb Space Telescope in 2016. Its launch on Christmas was a reminder that international cooperation on grand-scale projects was still possible.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2021/12/30/world/europe/webb-telescope-launch-space.html", - "creator": "Nicholas Casey", - "pubDate": "Thu, 30 Dec 2021 12:15:37 +0000", + "title": "‘Hey, Pal’: Biden Welcomes a New Puppy to the White House", + "description": "The 3-month-old German shepherd with very large, pointy ears is named Commander.", + "content": "President Biden introduced the newest four-legged resident of 1600 Pennsylvania Avenue on Monday.", + "category": "Commander (Dog)", + "link": "https://www.nytimes.com/2021/12/20/us/politics/biden-puppy-commander.html", + "creator": "Michael D. Shear and Katie Rogers", + "pubDate": "Tue, 21 Dec 2021 01:46:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143160,17 +168574,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "240b34c2c96264f8c18e73bcc341139c", - "highlights": [] + "hash": "7fed49ac2b32e68c04f8a740f141cf50" }, { - "title": "Pentagon Building New Secret Courtroom at Guantánamo Bay", - "description": "The concept is to permit two military judges to hold proceedings simultaneously starting in mid-2023.", - "content": "An obsolete hangar serves as a storage bay at the courthouse complex at Guantánamo Bay.", - "category": "Detainees", - "link": "https://www.nytimes.com/2021/12/29/us/politics/pentagon-guantanamo-secret-courtroom.html", - "creator": "Carol Rosenberg", - "pubDate": "Thu, 30 Dec 2021 03:43:47 +0000", + "title": "Carlos Marín, of the Multinational Quartet Il Divo, Dies at 53", + "description": "A Spanish baritone, he joined singers from France, Switzerland and the U.S. to become worldwide stars of the genre sometimes called popera.", + "content": "Carlos Marín of Il Divo in concert in Doha, Qatar, in 2017.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/20/arts/music/carlos-marin-dead.html", + "creator": "Neil Genzlinger", + "pubDate": "Mon, 20 Dec 2021 21:56:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143182,17 +168595,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4de9a84306c4a6c9a3663e2f8b33d6ff", - "highlights": [] + "hash": "4a20a3e39596d229ad05574dff853af9" }, { - "title": "Biden and Putin Will Hold a Call on Ukraine", - "description": "The Russian president requested Thursday’s call, which will be the second time in three weeks that the two leaders speak about tensions at the Ukrainian border.", - "content": "Russian military exercises near Ukraine’s eastern border last week. American officials have continued to express concerns about the presence of Russian troops in the region.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/29/us/politics/biden-putin-call-ukraine.html", - "creator": "David E. Sanger and Andrew E. Kramer", - "pubDate": "Thu, 30 Dec 2021 00:47:03 +0000", + "title": "How to Get Through the Holidays After Loss", + "description": "If you’re struggling during the festive season, you’re not alone.", + "content": "If you’re struggling during the festive season, you’re not alone.", + "category": "Christmas", + "link": "https://www.nytimes.com/2021/11/23/well/family/grief-during-holidays.html", + "creator": "Hanna Ingber", + "pubDate": "Wed, 24 Nov 2021 16:08:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143204,17 +168616,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b0b9b6b8bcf0041db5385176955f434", - "highlights": [] + "hash": "4473c206f568fb8cc1d3f915cb9b8693" }, { - "title": "Indonesia Accepts Stranded Refugee Boat After Vowing to Turn It Away", - "description": "A wooden boat transporting Rohingya refugees was intercepted in the waters off Indonesia this week.", - "content": "A wooden boat transporting Rohingya refugees was intercepted in the waters off Indonesia this week.", - "category": "Refugees and Displaced Persons", - "link": "https://www.nytimes.com/2021/12/30/world/asia/indonesia-rohingya-boat.html", - "creator": "Mike Ives and Muktita Suhartono", - "pubDate": "Thu, 30 Dec 2021 14:13:52 +0000", + "title": "A Grim, Long-Hidden Truth Emerges in Art: Native American Enslavement", + "description": "Two exhibitions highlight stories of Indigenous bondage in southern Colorado, in an effort to grapple with the lasting trauma.", + "content": "Chip Thomas, a physician on the Navajo Nation, is also an artist who created two installations, about 50 miles apart, based on an 1865 census of enslaved Native people in Conejos County and Costilla County, Colo. Here, a partial listing of their names on a wall of a slave dwelling at the compound of Lafayette Head, who took the survey.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/17/arts/design/native-american-enslavement-colorado-exhibition.html", + "creator": "Patricia Leigh Brown", + "pubDate": "Mon, 20 Dec 2021 15:32:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143226,17 +168637,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6410611d9fcc1492559aa7b0263cadd", - "highlights": [] + "hash": "d41db8a6221bc40261b4891bcb6d3ad5" }, { - "title": "Tiger Bites Arm of Man Reaching Into Enclosure at Florida Zoo, Officials Say", - "description": "The man, who worked for a cleaning service, had entered a restricted area at the Naples Zoo, the authorities said. The tiger was shot and killed.", - "content": "The man, who worked for a cleaning service, had entered a restricted area at the Naples Zoo, the authorities said. The tiger was shot and killed.", - "category": "Tigers", - "link": "https://www.nytimes.com/2021/12/29/us/naples-zoo-tiger-attack.html", - "creator": "Michael Levenson", - "pubDate": "Thu, 30 Dec 2021 04:53:43 +0000", + "title": "Arts Groups Bet Big on Holiday Programming. Will Children Come?", + "description": "Children 5 and over must now have proof of vaccination to see shows and visit museums. As Covid-19 surges, arts organizations are trying to welcome their youngest audience members safely.", + "content": "Young children who are fully vaccinated were allowed back inside the Metropolitan Opera house for the first time since March 2020 for a rehearsal of “Cinderella.”", + "category": "Culture (Arts)", + "link": "https://www.nytimes.com/2021/12/20/arts/performances-children-coronavirus.html", + "creator": "Matt Stevens", + "pubDate": "Mon, 20 Dec 2021 17:23:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143248,17 +168658,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92563da71f57a54fd814b85cfb77a8ed", - "highlights": [] + "hash": "40b30efa30496ca5f437a08e85ed148f" }, { - "title": "Eric Adams Will Name Frank Carone His Chief of Staff", - "description": "Frank Carone, a prominent lawyer for the Brooklyn Democratic Party whose business dealings have drawn scrutiny, will serve in a critical role at City Hall.", - "content": "Frank Carone has been Eric Adams’s friend and adviser for years.", - "category": "Appointments and Executive Changes", - "link": "https://www.nytimes.com/2021/12/29/nyregion/eric-adams-frank-carone-chief-of-staff.html", - "creator": "Emma G. Fitzsimmons and Michael Rothfeld", - "pubDate": "Wed, 29 Dec 2021 23:00:07 +0000", + "title": "In a Disrupted N.F.L., Teams Scramble to Adjust Their Routines", + "description": "Extra rest can be a bonus, but in a league in which every second is charted, too much time can create its own problems.", + "content": "Cleveland's Takkarist McKinley was taken off the field on a medical cart during Monday's game against Las Vegas. The game had been delayed because of a coronavirus outbreak among Browns players and staff.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/20/sports/football/nfl-postponements-browns-raiders.html", + "creator": "Ken Belson and Emmanuel Morgan", + "pubDate": "Tue, 21 Dec 2021 14:36:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143270,17 +168679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b821d57dbda9d8c48715da0ca5245f1e", - "highlights": [] + "hash": "699f903dd652b5c2ffd9aadcf8bd4dd8" }, { - "title": "2022 Westminster Dog Show Postponed Amid Omicron Surge", - "description": "The Westminster Kennel Club’s board of governors announced on Wednesday that it was postponing its 2022 dog show, which had been scheduled for late January.", - "content": "The Westminster Kennel Club’s board of governors announced on Wednesday that it was postponing its 2022 dog show, which had been scheduled for late January.", - "category": "Westminster Kennel Club Dog Show", - "link": "https://www.nytimes.com/2021/12/29/world/westminster-dog-show-postponed-covid.html", - "creator": "Madeleine Ngo", - "pubDate": "Wed, 29 Dec 2021 23:40:58 +0000", + "title": "Navigational Apps for the Blind Could Have a Broader Appeal", + "description": "A proliferation of new apps designed to help blind and low vision people could prove useful for everyone.", + "content": "A proliferation of new apps designed to help blind and low vision people could prove useful for everyone.", + "category": "Mobile Applications", + "link": "https://www.nytimes.com/2021/12/20/technology/navigational-apps-blind-low-vision.html", + "creator": "Amanda Morris", + "pubDate": "Mon, 20 Dec 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143292,17 +168700,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f4c552b87c0fe6fcd85e7687b5765f6", - "highlights": [] + "hash": "9e748378963396539dd6f64d0ee8282f" }, { - "title": "Wide Awake at 3 A.M.? Readers Offer Advice on Insomnia", - "description": "Well readers share a range of strategies they use to get back to sleep in the middle of the night.", - "content": "Well readers share a range of strategies they use to get back to sleep in the middle of the night.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/08/30/well/insomnia-better-sleep.html", - "creator": "Anahad O’Connor", - "pubDate": "Tue, 31 Aug 2021 20:20:38 +0000", + "title": "Turning Air Into Perfume", + "description": "Air Eau de Parfum smells like fig leaf, orange peel and jasmine. It comes from carbon emissions.", + "content": "Air Eau de Parfum smells like fig leaf, orange peel and jasmine. It comes from carbon emissions.", + "category": "Air Eau de Parfum", + "link": "https://www.nytimes.com/2021/12/16/fashion/air-eau-de-parfum-perfume.html", + "creator": "Sable Yong", + "pubDate": "Thu, 16 Dec 2021 08:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143314,17 +168721,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bb86c948f83846f82dceed9e5cb33a5", - "highlights": [] + "hash": "fc7583f20ff08c2649a050d35adf90bb" }, { - "title": "An 11-Minute Body-Weight Workout With Proven Fitness Benefits", - "description": "Five minutes of burpees, jump squats and other calisthenics, alternating with rest, improved aerobic endurance in out-of-shape men and women.", - "content": "Five minutes of burpees, jump squats and other calisthenics, alternating with rest, improved aerobic endurance in out-of-shape men and women.", - "category": "Exercise", - "link": "https://www.nytimes.com/2021/01/13/well/move/an-11-minute-body-weight-workout-with-proven-fitness-benefits.html", - "creator": "Gretchen Reynolds", - "pubDate": "Wed, 25 Aug 2021 12:41:06 +0000", + "title": "Northeast Virus Surge Burdens Hospitals, With Omicron Rising", + "description": "Only the Pfizer and Moderna shots, with a booster, seem to stop infections, according to early research. But all vaccines used in the U.S. stave off serious illness.", + "content": "People wait in line for covid testing in Downtown Brooklyn last week.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/20/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Mon, 20 Dec 2021 20:38:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143336,17 +168742,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a86189b5d5adf5d203e4165940a44c8", - "highlights": [] + "hash": "140de5b496b9139fa16e234a0d308e7c" }, { - "title": "I Was Powerless Over Diet Coke", - "description": "After almost 40 years as a diet-soda addict, my body suddenly started to reject my favorite feel-good companion.", - "content": "After almost 40 years as a diet-soda addict, my body suddenly started to reject my favorite feel-good companion.", - "category": "Soft Drinks", - "link": "https://www.nytimes.com/2021/08/11/well/eat/diet-coke-addiction.html", - "creator": "Abby Ellin", - "pubDate": "Wed, 11 Aug 2021 21:54:30 +0000", + "title": "Parents Grapple With How Long to Wait for Their Children’s Second Shots", + "description": "Waiting eight weeks or more between doses may boost immunity. But as Omicron slams the United States, waiting also comes with risks.", + "content": "Parents are weighing the potential benefits of waiting for the second dose against the real risks of catching and spreading Covid during the wait. ", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2021/12/20/health/kids-covid-vaccine-second-dose.html", + "creator": "Cassandra Willyard", + "pubDate": "Mon, 20 Dec 2021 21:30:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143358,17 +168763,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "259d491855b8f546ebe358fee08e574c", - "highlights": [] + "hash": "e548aa4d906daae6463fb551644e71a3" }, { - "title": "Should Pregnant Women Get a Covid-19 Booster Shot?", - "description": "Experts strongly agree that the shots benefit the mother as well as the fetus.", - "content": "Experts strongly agree that the shots benefit the mother as well as the fetus.", - "category": "Pregnancy and Childbirth", - "link": "https://www.nytimes.com/2021/10/19/well/family/pregnancy-covid-booster.html", - "creator": "Trisha Pasricha", - "pubDate": "Fri, 22 Oct 2021 00:45:00 +0000", + "title": "Novavax’s Covid Vaccine Is Authorized in Europe", + "description": "The vaccine will be the fifth to become available in the E.U., which already has ample supplies.", + "content": "A health care worker administered a dose of the Novavax Covid vaccine during a Phase 3 trial at Howard University in Washington this year.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/20/health/covid-novavax-europe.html", + "creator": "Carl Zimmer", + "pubDate": "Mon, 20 Dec 2021 20:35:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143380,17 +168784,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a994cf37385d79a6ec9c17309522526", - "highlights": [] + "hash": "2a7980223e6098f05ee5e18d16a2b79e" }, { - "title": "Maggie Gyllenhaal Has Dangerous Ideas About Directing", - "description": "Movies don’t often explore the frustrations of motherhood, Gyllenhaal said, because “we’re all like, I don’t want my mother to have been ambivalent.”", - "content": "Movies don’t often explore the frustrations of motherhood, Gyllenhaal said, because “we’re all like, I don’t want my mother to have been ambivalent.”", - "category": "Women and Girls", - "link": "https://www.nytimes.com/2021/12/29/movies/maggie-gyllenhaal-lost-daughter.html", - "creator": "Julie Bloom", - "pubDate": "Wed, 29 Dec 2021 10:00:16 +0000", + "title": "Moderna Says Its Booster Significantly Raises Antibodies Against Omicron", + "description": "A 50-microgram dose increased antibodies by roughly 37-fold, and a full dose of 100 micrograms was even more powerful, the company said.", + "content": "Administering a booster dose of the Moderna vaccine in Delemont, Switzerland, last week.", + "category": "Moderna Inc", + "link": "https://www.nytimes.com/2021/12/20/health/moderna-covid-booster-omicron.html", + "creator": "Apoorva Mandavilli", + "pubDate": "Mon, 20 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143402,17 +168805,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce845f509158e10761b5e9ea7e8cb932", - "highlights": [] + "hash": "5b30612632747cef2e1f644d5dad8817" }, { - "title": "Lee Kaufman, Who Cleaned Her Way to Late-Life Stardom, Dies at 99", - "description": "When she and her husband, Morty, were featured in advertising spots for Swiffer products in their 90s, the public embraced them.", - "content": "Lee Kaufman and her husband, Morty, in their presumably Swiffer-clean home in Valley Stream, N.Y. The couple became unlikely stars when they were chosen to pitch Swiffer cleaning products on television and the internet.", - "category": "Kaufman, Lee", - "link": "https://www.nytimes.com/2021/12/29/business/media/lee-kaufman-dead.html", - "creator": "Neil Genzlinger", - "pubDate": "Wed, 29 Dec 2021 22:25:06 +0000", + "title": "Business updates: Markets sank as investors took in grim forecasts about the Omicron variant.", + "description": "Move by news organization is part of a wave of companies reconsidering their return-to-office plans in the wake of the Omicron variant.", + "content": "Move by news organization is part of a wave of companies reconsidering their return-to-office plans in the wake of the Omicron variant.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/20/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Mon, 20 Dec 2021 20:38:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143424,17 +168826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f6ffa65d35f05e5bd5dab3e8bfc8d01", - "highlights": [] + "hash": "42df718ee63a2c623d8363b414608e98" }, { - "title": "The Resurgence of Murano Glass", - "description": "The opulent look of Murano glass is on the rise, propelled in part by a new wave of home goods and accessories inspired by the centuries-old aesthetic.", - "content": "The opulent look of Murano glass is on the rise, propelled in part by a new wave of home goods and accessories inspired by the centuries-old aesthetic.", - "category": "Glass", - "link": "https://www.nytimes.com/2021/12/29/style/murano-glass-jewelry.html", - "creator": "Hilary Reid", - "pubDate": "Wed, 29 Dec 2021 17:03:25 +0000", + "title": "Manchin Assails Efforts to Press Him on Biden’s Domestic Policy Bill", + "description": "Senator Joe Manchin III criticized the White House staff for its handling of negotiations over the legislation, saying officials had pushed him to his “wit’s end.”", + "content": "Senator Joe Manchin III, Democrat of West Virginia, said over six months of negotiations, the White House failed to adequately respond to his concerns and sufficiently cut down the scope and size of the measure.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/20/us/politics/build-back-better-schumer-manchin.html", + "creator": "Emily Cochrane and Michael D. Shear", + "pubDate": "Mon, 20 Dec 2021 21:15:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143446,17 +168847,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "442f353a8190d65f5d27c17fc0769b74", - "highlights": [] + "hash": "1b6323dd676e06ccdb45742bc6b77049" }, { - "title": "‘And Just Like That’ Episode 5 Recap: Painfully Hip", - "description": "Carrie (Sarah Jessica Parker, left, with Sarita Choudhury) has a bad hip. But don’t worry, Carrie: It isn’t because you’re old.", - "content": "Carrie (Sarah Jessica Parker, left, with Sarita Choudhury) has a bad hip. But don’t worry, Carrie: It isn’t because you’re old.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/30/arts/television/and-just-like-that-recap-episode-5.html", - "creator": "Ali Trachta", - "pubDate": "Thu, 30 Dec 2021 15:13:10 +0000", + "title": "Schumer Will Try to Change Senate Rules if G.O.P. Stalls Voting Bill", + "description": "The Senate majority leader still lacks the votes to alter the filibuster, but he said he will renew the effort to enact voting rights measures as early as the first week of January.", + "content": "Senator Chuck Schumer, Democrat of New York and the majority leader, has so far lacked the 50 Democratic votes needed to force through a filibuster rules change over Republican opposition.", + "category": "Manchin, Joe III", + "link": "https://www.nytimes.com/2021/12/20/us/politics/filibuster-senate-voting-rights.html", + "creator": "Carl Hulse", + "pubDate": "Mon, 20 Dec 2021 16:35:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143468,17 +168868,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27cbfc118465529c302a46bd52eec758", - "highlights": [] + "hash": "1de0392b46a779077e720d0d7fc8aa4c" }, { - "title": "U.S. Sets a One-Day Record With Nearly Half a Million New Covid Cases", - "description": "The staggering figure is almost twice as high as the worst days of last winter, and may still be an undercount. Here’s the latest.", - "content": "The staggering figure is almost twice as high as the worst days of last winter, and may still be an undercount. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/30/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Thu, 30 Dec 2021 10:10:18 +0000", + "title": "E.P.A. Announces Tightest-Ever Auto Pollution Rules", + "description": "Under the new plan, designed to reduce planet-warming tailpipe emissions, new vehicles would be required to average 55 miles per gallon starting in 2026.", + "content": "The rule would reduce greenhouse gas emissions and save motorists about $1,080 in fuel costs over the lifetime of more efficient vehicles, according to the E.P.A.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/20/climate/tailpipe-rules-climate-biden.html", + "creator": "Coral Davenport", + "pubDate": "Mon, 20 Dec 2021 20:37:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143490,17 +168889,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67d24fc383bcc99d21108c95ba40e551", - "highlights": [] + "hash": "c34b97e7482021941d665b829ff73f72" }, { - "title": "Beleaguered by Omicron, New York Operates at Half Speed", - "description": "From subway lines to medical clinics to libraries, city businesses and services have been curtailed because of Covid.", - "content": "People waited for coronavirus tests at a mobile site in Jackson Heights, Queens. The city logged 39,591 new virus cases on Wednesday, the governor’s office said.", - "category": "Shutdowns (Institutional)", - "link": "https://www.nytimes.com/2021/12/29/nyregion/covid-new-york-omicron-shutdown.html", - "creator": "Andy Newman and Dana Rubinstein", - "pubDate": "Thu, 30 Dec 2021 01:05:48 +0000", + "title": "The Human Toll of America’s Air Wars", + "description": "A trove of internal documents, combined with extensive reporting across the Middle East, reveals the tragic, disastrous failures of the U.S. military’s long-distance approach to warfare.", + "content": "A trove of internal documents, combined with extensive reporting across the Middle East, reveals the tragic, disastrous failures of the U.S. military’s long-distance approach to warfare.", + "category": "Civilian Casualties", + "link": "https://www.nytimes.com/2021/12/19/magazine/victims-airstrikes-middle-east-civilians.html", + "creator": "Azmat Khan and Ivor Prickett", + "pubDate": "Mon, 20 Dec 2021 03:29:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143512,17 +168910,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22ac8e80797ca3a29d91b93eafe1cd3c", - "highlights": [] + "hash": "75de584bcadbabe138c7c2fc8d74f105" }, { - "title": "Federal Officials Say Early Omicron Data Suggests a Less Deadly Wave", - "description": "Dr. Rochelle P. Walensky and Dr. Anthony S. Fauci cautioned that hospitalizations and deaths could be lagging behind case counts.", - "content": "Residents in Washington, D.C., waiting to be tested for Covid-19.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/29/us/politics/omicron-tests-hospitals.html", - "creator": "Noah Weiland", - "pubDate": "Thu, 30 Dec 2021 04:47:52 +0000", + "title": "U.S. and Britain Help Ukraine Prepare for Potential Russian Cyberassault", + "description": "Russia has attacked Ukraine’s power grid in the past, and experts say Moscow might take similar steps as it masses troops along the border.", + "content": "The Ukrainian power grid was built in the days of the Soviet Union and is connected to Russia’s, making the software as familiar to the attackers as to its operators.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/20/us/politics/russia-ukraine-cyberattacks.html", + "creator": "David E. Sanger and Julian E. Barnes", + "pubDate": "Mon, 20 Dec 2021 18:57:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143534,17 +168931,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd61d5088c1c70e9c41c8dc255666fad", - "highlights": [] + "hash": "24ddbddbb2149ff3fed97079f0211abc" }, { - "title": "What Social Trends Told Us About the American Economy in 2021", - "description": "“Hard pants,” R.T.O. and boomer burnout made for an eventful second pandemic year. They also taught us about the economic future.", - "content": "“Hard pants,” R.T.O. and boomer burnout made for an eventful second pandemic year. They also taught us about the economic future.", - "category": "Supply Chain", - "link": "https://www.nytimes.com/2021/12/29/business/economy/us-economic-trends-2021.html", - "creator": "Jeanna Smialek", - "pubDate": "Thu, 30 Dec 2021 06:04:24 +0000", + "title": "Inside the Campaign to Save an Imperiled Cambodian Rainforest", + "description": "Deep in the Southern Cardamom Mountains, former loggers and poachers have assumed new roles as protective rangers and ecotourism guides. Can their efforts help preserve a vast stretch of wilderness?", + "content": "Deep in the Southern Cardamom Mountains, former loggers and poachers have assumed new roles as protective rangers and ecotourism guides. Can their efforts help preserve a vast stretch of wilderness?", + "category": "Wildlife Trade and Poaching", + "link": "https://www.nytimes.com/2021/12/20/travel/cardamom-mountains-wildlife-cambodia.html", + "creator": "Francesco Lastrucci", + "pubDate": "Mon, 20 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143556,17 +168952,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d26fe4db7615246de0e5ec80a952b5d", - "highlights": [] + "hash": "ca1e47989dda78ec9a419dab05bb0936" }, { - "title": "John Madden, Football Enthusiast, Was Peerless in the Booth", - "description": "He woke up each season hungry for the game, and shared his enthusiasm for it as if hosting a feast.", - "content": "John Madden at the Hall of Fame game in Canton, Ohio, in 2006.", - "category": "Madden, John", - "link": "https://www.nytimes.com/2021/12/29/sports/football/john-madden-tv-broadcasting.html", - "creator": "Richard Sandomir", - "pubDate": "Wed, 29 Dec 2021 13:55:05 +0000", + "title": "Work Advice on Avoiding Early Meetings and Bad Bosses", + "description": "Plus, books by bell hooks and James Baldwin can be just the leadership read a bad boss needs.", + "content": "Plus, books by bell hooks and James Baldwin can be just the leadership read a bad boss needs.", + "category": "Work-Life Balance", + "link": "https://www.nytimes.com/2021/12/17/business/roxane-gay-work-friend-leadership-books.html", + "creator": "Roxane Gay", + "pubDate": "Fri, 17 Dec 2021 18:47:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143578,17 +168973,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3df0b41405c6c14c70f8b79ef854028", - "highlights": [] + "hash": "6d1a395b604a9338cd6939a118896048" }, { - "title": "Stay or Go? For Myanmar’s Latest Wave of Refugees, There’s No Good Choice.", - "description": "Hundreds of thousands who fled deadly unrest at home confront an uncertain future abroad. Yet for many who remained, conditions are dire.", - "content": "Biak Tling and Tial Hoi Chin in Farkawn, India, in December with their 18-month-old twins, Bawi Thwang Cung and Bawi Lian Cung.  They are among the hundreds of thousands who have fled Myanmar in fear of their lives.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/29/world/asia/myanmar-coup-refugees.html", - "creator": "Sui-Lee Wee", - "pubDate": "Wed, 29 Dec 2021 15:04:10 +0000", + "title": "Do Not Close the Schools Again", + "description": "The Omicron surge is scary. But schools must stay open.", + "content": "The Omicron surge is scary. But schools must stay open.", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2021/12/20/opinion/omicron-schools-do-not-close.html", + "creator": "Joseph G. Allen", + "pubDate": "Mon, 20 Dec 2021 17:34:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143600,17 +168994,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dc28e765e69ca539be3f8df9018b7d2", - "highlights": [] + "hash": "7e77fc3ae74fd44ba1049f9143fc1763" }, { - "title": "‘Every Hooper’s Dream’: N.B.A. Hopefuls Get Their Chance During Crisis", - "description": "The rapid spread of the coronavirus has depleted several N.B.A. rosters, leading teams to call on lower-level pros and former stars to fill in. But that also has its risks.", - "content": "Charlie Brown Jr. played for the Dallas Mavericks on Christmas after they signed him to a 10-day contract out of the G League to help fill in for players who had tested positive for the coronavirus.", - "category": "Basketball", - "link": "https://www.nytimes.com/2021/12/29/sports/basketball/nba-g-league-contracts.html", - "creator": "Tania Ganguli", - "pubDate": "Wed, 29 Dec 2021 20:29:30 +0000", + "title": "To Rein In the Police, Look to the States, Not the Court", + "description": "The police almost always win in cases before the Supreme Court. Protections against police overreach will need to come from the state and local level.", + "content": "The police almost always win in cases before the Supreme Court. Protections against police overreach will need to come from the state and local level.", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2021/12/20/opinion/police-supreme-court-states.html", + "creator": "Erwin Chemerinsky", + "pubDate": "Mon, 20 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143622,17 +169015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b96ca3e7d4bcdb21edb79f5d9a9334ef", - "highlights": [] + "hash": "d676746f80bbb74123240d4eecd2467c" }, { - "title": "Here’s How Joe Biden Can Protect Abortion Rights", - "description": "It’s time to think creatively.", - "content": "It’s time to think creatively.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/30/opinion/abortion-pills-biden.html", - "creator": "David S. Cohen, Greer Donley and Rachel Rebouché", - "pubDate": "Thu, 30 Dec 2021 10:00:11 +0000", + "title": "The Medicaid Reentry Act Could Save Lives", + "description": "The Medicaid Re-entry Act ought to become law, regardless of the fate of Build Back Better.", + "content": "The Medicaid Re-entry Act ought to become law, regardless of the fate of Build Back Better.", + "category": "Prisons and Prisoners", + "link": "https://www.nytimes.com/2021/12/20/opinion/medicaid-reentry-act.html", + "creator": "Michelle Cottle", + "pubDate": "Mon, 20 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143644,17 +169036,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7569f11b530c4ada9b7a57ed4c34250", - "highlights": [] + "hash": "9b43597fd1b24aea72e030233e551dee" }, { - "title": "Are Democrats Bad at Politics?", - "description": "The party has always struggled to figure out how to represent a diverse group of voters with different interests and goals.", - "content": "The party has always struggled to figure out how to represent a diverse group of voters with different interests and goals.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/30/opinion/democrats-joe-manchin.html", - "creator": "Julia Azari", - "pubDate": "Thu, 30 Dec 2021 10:00:09 +0000", + "title": "Would You Sponsor an Afghan Refugee?", + "description": "Americans can do a lot of good helping Afghans resettle in the United States.", + "content": "Americans can do a lot of good helping Afghans resettle in the United States.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/19/opinion/afghan-refugees-resettlement-us.html", + "creator": "Farah Stockman", + "pubDate": "Sun, 19 Dec 2021 19:38:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143666,17 +169057,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb6abb1ce4ca73ae7f565f3d171ec3b5", - "highlights": [] + "hash": "bb8fd40bc4ab1eeb5322aa0ed783babb" }, { - "title": "Desmond Tutu Knew Justice Had to Include Forgiveness", - "description": "Contemporary activists can benefit from Tutu’s ideas about restorative justice and strengthen their quest for fundamental fairness.", - "content": "Contemporary activists can benefit from Tutu’s ideas about restorative justice and strengthen their quest for fundamental fairness.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/12/28/opinion/desmond-tutu-america-justice.html", - "creator": "Michael Eric Dyson", - "pubDate": "Wed, 29 Dec 2021 01:57:40 +0000", + "title": "Can Politics Save Christianity?", + "description": "Why the power of belief, not political imposition, is the key to Christian renewal.", + "content": "An 18th-century depiction of Thomas Aquinas.", + "category": "Christians and Christianity", + "link": "https://www.nytimes.com/2021/12/18/opinion/christianity-politics.html", + "creator": "Ross Douthat", + "pubDate": "Sat, 18 Dec 2021 20:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143688,17 +169078,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c1290925352258522c34816da742f1f", - "highlights": [] + "hash": "753af418174183987fd962f7a6c1061f" }, { - "title": "Chile Writes Its Constitution, Confronting Climate Change Head On", - "description": "Chile has lots of lithium, which is essential to the world’s transition to green energy. But anger over powerful mining interests, a water crisis and inequality has driven Chile to rethink how it defines itself.", - "content": "Chile has lots of lithium, which is essential to the world’s transition to green energy. But anger over powerful mining interests, a water crisis and inequality has driven Chile to rethink how it defines itself.", - "category": "Chile", - "link": "https://www.nytimes.com/2021/12/28/climate/chile-constitution-climate-change.html", - "creator": "Somini Sengupta and Marcos Zegers", - "pubDate": "Wed, 29 Dec 2021 15:41:37 +0000", + "title": "China Really Wants People to Vote in Hong Kong’s Election", + "description": "I know firsthand what a meaningful and contested campaign looks like. ", + "content": "I know firsthand what a meaningful and contested campaign looks like. ", + "category": "Elections", + "link": "https://www.nytimes.com/2021/12/18/opinion/hong-kong-election.html", + "creator": "Nathan Law Kwun Chung", + "pubDate": "Sun, 19 Dec 2021 15:17:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143710,17 +169099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a744c44667850741608a5e376be34a1", - "highlights": [] + "hash": "c95ad18cb3ba1e5974f17b1d2088a91d" }, { - "title": "The New York Public Library Opens Its Cabinet of Wonders", - "description": "A Coco Chanel ballet slipper, Beethoven’s hair, Andy Warhol’s painted ticket. “Treasures,” at the New York Public Library, showcases delights from its collections.", - "content": "A Coco Chanel ballet slipper, Beethoven’s hair, Andy Warhol’s painted ticket. “Treasures,” at the New York Public Library, showcases delights from its collections.", - "category": "Libraries and Librarians", - "link": "https://www.nytimes.com/2021/12/28/arts/design/ny-public-library-treasures.html", - "creator": "Jennifer Schuessler", - "pubDate": "Tue, 28 Dec 2021 16:01:20 +0000", + "title": "Will Trump Undercut a Red Wave?", + "description": "The G.O.P. experienced hopeful times before — only to have the moment pass. ", + "content": "The G.O.P. experienced hopeful times before — only to have the moment pass. ", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/18/opinion/trump-republicans-2022-midterms.html", + "creator": "Matthew Continetti", + "pubDate": "Sun, 19 Dec 2021 01:57:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143732,17 +169120,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3decc996f33042336a6ec0e3785b7eef", - "highlights": [] + "hash": "852957ebf131c01d7f146f2026220d6b" }, { - "title": "Russian Court Orders Liquidation of the Human Rights Group Memorial ", - "description": "The Supreme Court ruled that Memorial International, which chronicled political repression in Russia, must be liquidated.", - "content": "Supporters of the human rights group Memorial International outside Russia’s Supreme Court in Moscow on Tuesday.", - "category": "Human Rights and Human Rights Violations", - "link": "https://www.nytimes.com/2021/12/28/world/europe/russia-memorial-human-rights.html", - "creator": "Ivan Nechepurenko and Andrew E. Kramer", - "pubDate": "Wed, 29 Dec 2021 02:30:42 +0000", + "title": "Most of the World’s Vaccines Likely Won’t Prevent Infection From Omicron", + "description": "They do seem to offer significant protection against severe illness, but the consequences of rapidly spreading infection worry many public health experts.", + "content": "Receiving the AstraZeneca vaccine in Moju, Para State, Brazil, in April. AstraZeneca’s vaccine, like many other viral vector vaccines, are showing early indications that they do not prevent infection with the Omicron variant.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/19/health/omicron-vaccines-efficacy.html", + "creator": "Stephanie Nolen", + "pubDate": "Sun, 19 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143754,17 +169141,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "209951325ef9172878d07267c0f00bac", - "highlights": [] + "hash": "cd1d9abcd232b947db4f19cbfb676ad3" }, { - "title": "Why Is Everyone Going Brunette? The Newest Hair Trend", - "description": "Warming, feel-good colors like chocolate milk, gingerbread and sable will be big in 2022, stylists say.", - "content": "Billie Eilish introduced her new chocolate brown hair color this month.", - "category": "Hair", - "link": "https://www.nytimes.com/2021/12/28/style/brunette-hair-trend.html", - "creator": "Kristen Bateman", - "pubDate": "Tue, 28 Dec 2021 17:12:56 +0000", + "title": "Washington State Senator Doug Eriksen Died After Covid Infection", + "description": "Doug Ericksen was a Republican who helped lead opposition to Washington State’s Covid-19 emergency orders and vaccine mandates.", + "content": "State Senator Doug Ericksen in 2017. He represented Whatcom County in the northwestern corner of Washington State.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/18/world/washington-senator-covid-dead-doug-eriksen.html", + "creator": "Mike Baker", + "pubDate": "Sun, 19 Dec 2021 14:55:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143776,17 +169162,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c47f18e7ceea2c46894db87ac927ae1d", - "highlights": [] + "hash": "1f948af2fc441d6e03840110c1647146" }, { - "title": "Meet The Two Teenage Brothers Dominating Tetris ", - "description": "The best player in the world over the last two years is a 14-year-old boy from Fort Worth. One of his main challengers? His 16-year-old brother.", - "content": "The best player in the world over the last two years is a 14-year-old boy from Fort Worth. One of his main challengers? His 16-year-old brother.", - "category": "Computer and Video Games", - "link": "https://www.nytimes.com/2021/12/28/sports/tetris-game.html", - "creator": "Zach Schonbrun", - "pubDate": "Tue, 28 Dec 2021 19:49:54 +0000", + "title": "How Britney Spears’s Manager Benefited From Her Conservatorship", + "description": "Louise Taylor faces questions about whether she improperly enriched herself as the pop star’s business manager.", + "content": "Louise M. Taylor, center, was the business manager to Britney Spears’s estate. Ms. Spears’s lawyers are questioning how Ms. Taylor and James P. Spears, right, handled the star’s finances.", + "category": "Spears, Britney", + "link": "https://www.nytimes.com/2021/12/19/business/britney-spears-conservatorship-tri-star.html", + "creator": "Liz Day, Emily Steel, Rachel Abrams and Samantha Stark", + "pubDate": "Sun, 19 Dec 2021 19:27:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143798,17 +169183,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "090c446680f9fa4db59af42171a9e413", - "highlights": [] + "hash": "bceac4da11501fdbbbf052162a5db56a" }, { - "title": "The Year in Climate Change", - "description": "There was a lot of climate news in a year overflowing with news. We help you catch up.", - "content": "There was a lot of climate news in a year overflowing with news. We help you catch up.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/29/climate/2021-climate-year-in-review.html", - "creator": "", - "pubDate": "Wed, 29 Dec 2021 18:43:14 +0000", + "title": "What if There’s No Such Thing as Closure?", + "description": "Many of us are taught that if we work hard enough we’ll be able to get over our losses. The social scientist Pauline Boss sees it differently.", + "content": "Many of us are taught that if we work hard enough we’ll be able to get over our losses. The social scientist Pauline Boss sees it differently.", + "category": "Grief (Emotion)", + "link": "https://www.nytimes.com/2021/12/15/magazine/grieving-loss-closure.html", + "creator": "Meg Bernhard", + "pubDate": "Wed, 15 Dec 2021 10:00:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143820,17 +169204,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fff895182af58266c475542929b0d02", - "highlights": [] + "hash": "02101ed2367ab9afb928ffd241bb8ec5" }, { - "title": "David Sedaris’s Diaries and Paul McCartney’s Songs", - "description": "Sedaris talks about “A Carnival of Snackery,” and Paul Muldoon talks about working with McCartney on “The Lyrics.”", - "content": "Sedaris talks about “A Carnival of Snackery,” and Paul Muldoon talks about working with McCartney on “The Lyrics.”", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/24/books/review/podcast-david-sedaris-carnival-snackery-paul-muldoon-paul-mccartney-lyrics.html", - "creator": "", - "pubDate": "Fri, 24 Dec 2021 15:21:32 +0000", + "title": "The Rise of E-Sports Has Big Implications for Traditional Sports", + "description": "Kids were already drifting away from traditional sports before the pandemic, with ramifications for the entire sports industry. The trend has accelerated in the pandemic.", + "content": "Matthew Grimes, 13, left, and brother David, 11, started participating in e-sports as an alternative to in-person athletics during the pandemic.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/12/19/sports/esports-fans-leagues-games.html", + "creator": "Joe Drape", + "pubDate": "Sun, 19 Dec 2021 08:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143842,17 +169225,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f05b497d1389cd20e1566b0f227e658", - "highlights": [] + "hash": "6ff3d81f1cc3226c235a922bb29ba2e8" }, { - "title": "At Home and Away Readers’ Best of 2021", - "description": "What you read, watched, cooked and did this year.", - "content": "What you read, watched, cooked and did this year.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/29/at-home/newsletter.html", - "creator": "Melissa Kirsch", - "pubDate": "Wed, 29 Dec 2021 21:00:06 +0000", + "title": "The Human Toll", + "description": "U.S. airstrikes have not lived up to their billing.", + "content": "Hassan Aleiwi Muhammad Sultan with a friend near his home in East Mosul.", + "category": "Civilian Casualties", + "link": "https://www.nytimes.com/2021/12/20/briefing/us-airstrikes-human-toll.html", + "creator": "David Leonhardt", + "pubDate": "Mon, 20 Dec 2021 11:13:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143864,17 +169246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44bc0c4592efd755766f7cdc8d26aa90", - "highlights": [] + "hash": "c6d03a3348723335c61fda74a6997e59" }, { - "title": "As the Mayor Promised Millions for New Monuments, Old Ones Crumbled", - "description": "Without dedicated funding for conservation, many of New York City’s public memorials and artworks are decaying from neglect.", - "content": "The Soldiers’ and Sailors’ Monument in Manhattan, closed since 2017 because of its decrepit state. Repairs to its Corinthian columns and eagle sculptures are estimated at $36.5 million.", - "category": "Monuments and Memorials (Structures)", - "link": "https://www.nytimes.com/2021/12/29/arts/design/de-blasio-monuments-memorials-restoration.html", - "creator": "Zachary Small", - "pubDate": "Wed, 29 Dec 2021 19:30:30 +0000", + "title": "‘The Decision of My Life’: Part 2", + "description": "She was being forced to marry a Taliban member. Then she ran away.", + "content": "Members of a Taliban military unit at the airport in Kabul, Afghanistan, in September.", + "category": "Taliban", + "link": "https://www.nytimes.com/2021/12/20/podcasts/the-daily/afghanistan-taliban-girls.html", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 11:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143886,17 +169267,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "754fc6c61d725ea40fa68ce3eb92a7e7", - "highlights": [] + "hash": "86b8427e5d57edab1862f4c31e0a37fb" }, { - "title": " Elizabeth Holmes Trial Deliberations to Resume on Jan. 3 ", - "description": "Ms. Holmes, the founder of the blood testing start-up Theranos, is accused of deceiving investors, patients and advertisers.", - "content": "Jurors in the trial of the Theranos founder Elizabeth Holmes, center, are scheduled to resume their deliberations on Monday.", - "category": "Holmes, Elizabeth (1984- )", - "link": "https://www.nytimes.com/2021/12/29/business/elizabeth-holmes-trial-theranos-jury.html", - "creator": "Erin Woo", - "pubDate": "Thu, 30 Dec 2021 00:11:15 +0000", + "title": "Foreign Drones Tip the Balance in Ethiopia’s Civil War", + "description": "Prime Minister Abiy Ahmed pulled off a stunning reversal in the year-old conflict with the help of armed drones supplied by the United Arab Emirates, Turkey and Iran.", + "content": "Turkey has been supplying the Ethiopian government with drones. A Bayraktar TB2 combat drone pictured at the Incirlik air base, Turkey, in May.", + "category": "Drones (Pilotless Planes)", + "link": "https://www.nytimes.com/2021/12/20/world/africa/drones-ethiopia-war-turkey-emirates.html", + "creator": "Declan Walsh", + "pubDate": "Mon, 20 Dec 2021 17:17:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143908,17 +169288,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6ba04e9271544cce8417998c42f3c52", - "highlights": [] + "hash": "35a301339972bb9ec27412f7764482cd" }, { - "title": "Alaska Town Records 67 Degree Temperature, a December Record", - "description": "The reading from Kodiak Island on Sunday was not the only extreme weather in the state this month. Other places have seen record cold or precipitation.", - "content": "Near the Kenai Mountains in Alaska this year. Areas across the state have recorded unseasonably high temperatures this month.", - "category": "Heat and Heat Waves", - "link": "https://www.nytimes.com/2021/12/29/us/alaska-record-temperature.html", - "creator": "Mike Ives", - "pubDate": "Wed, 29 Dec 2021 10:25:15 +0000", + "title": "Jury Weighs Charges in Trial Over Daunte Wright’s Death", + "description": "Kim Potter, a police officer for 26 years, faces manslaughter charges in the shooting. Follow updates here.", + "content": "Kim Potter, a police officer for 26 years, faces manslaughter charges in the shooting. Follow updates here.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/20/us/kim-potter-trial-news", + "creator": "The New York Times", + "pubDate": "Mon, 20 Dec 2021 22:14:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143930,17 +169309,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c602253291110797382088338dda69d9", - "highlights": [] + "hash": "a27abe3d44ade45d55fbb38e783d06e5" }, { - "title": "Keri Hulme, New Zealand’s First Booker Prize Winner, Dies at 74", - "description": "The power Ms. Hulme drew from her Maori heritage shone through in her work, especially in “The Bone People,” which won the literary prize in 1985.", - "content": "Keri Hulme’s debut novel, “The Bone People,” was inspired by a series of dreams, took 17 years to write and was rejected by multiple publishers. ", - "category": "Hulme, Keri", - "link": "https://www.nytimes.com/2021/12/28/books/keri-hulme-dead.html", - "creator": "Natasha Frost", - "pubDate": "Wed, 29 Dec 2021 04:47:34 +0000", + "title": "The New Get-Rich-Faster Job in Silicon Valley: Crypto Start-Ups", + "description": "Tech executives and engineers are quitting Google, Meta, Amazon and other large companies for what they say is a once-in-generation opportunity with crypto.", + "content": "Tech executives and engineers are quitting Google, Meta, Amazon and other large companies for what they say is a once-in-generation opportunity with crypto.", + "category": "Computers and the Internet", + "link": "https://www.nytimes.com/2021/12/20/technology/silicon-valley-cryptocurrency-start-ups.html", + "creator": "Daisuke Wakabayashi and Mike Isaac", + "pubDate": "Mon, 20 Dec 2021 19:11:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143952,17 +169330,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccdec4a7a4d2b247ee411a3d15c43efc", - "highlights": [] + "hash": "54d21a86f24f490ef450fb0b011d0b11" }, { - "title": "Israel's Avian Flu Outbreak Has Killed Thousands of Cranes", - "description": "Thousands of migratory cranes have died and more than half a million chickens have been culled as the country tries to contain a deadly bird virus.", - "content": "A dead crane, foreground, at the Hula Nature Reserve in northern Israel last week.", - "category": "Avian Influenza", - "link": "https://www.nytimes.com/2021/12/29/world/middleeast/israel-avian-flu.html", - "creator": "Isabel Kershner", - "pubDate": "Wed, 29 Dec 2021 17:20:05 +0000", + "title": "As Europe Returns Artifacts, Britain Stays Silent on the Parthenon Marbles", + "description": "The Parthenon Marbles in London are likely the world’s most famous disputed museum items. Yet the British government says the sculptures’ fate isn’t its concern.", + "content": "The Parthenon Marbles at the British Museum in 2020. Greece’s government says the sculptures, which returned to public view this month, should be sent back to Athens.", + "category": "Museums", + "link": "https://www.nytimes.com/2021/12/20/arts/design/parthenon-marbles-restitution.html", + "creator": "Alex Marshall", + "pubDate": "Mon, 20 Dec 2021 16:07:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143974,17 +169351,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed3eb7365d91e5318d6be1518ffe0e41", - "highlights": [] + "hash": "477cad74d2826e1d7c1e1dddfba6c5bf" }, { - "title": "World Junior Championship, a Showcase for Hockey’s Top Prospects, Is Canceled", - "description": "The cancellation was an ominous sign for sports leagues, including the N.H.L. and the N.B.A., which have been struggling to maintain schedules.", - "content": "Rogers Place arena in Edmonton, Alberta, sat empty after the remainder of the IIHF World Junior Hockey Championship was canceled on Wednesday because of the spread of the coronavirus among players. ", - "category": "Hockey, Ice", - "link": "https://www.nytimes.com/2021/12/29/world/world-junior-championship-canceled-canada.html", - "creator": "Michael Levenson", - "pubDate": "Thu, 30 Dec 2021 00:11:40 +0000", + "title": "Haitian Migrants File Lawsuit Protesting Treatment by Border Patrol", + "description": "Images of Border Patrol agents corralling Black migrants prompted criticism of the Biden administration’s response to an influx of thousands in Del Rio, Texas.", + "content": "In his lawsuit, Mirard Joseph, center, accused the U.S. government of abuse, inhumane treatment and denial of due process under a public health rule that gives border officials the authority to expel most undocumented people who cross into the United States during the pandemic.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2021/12/20/us/politics/haitian-migrants-border-patrol-lawsuit.html", + "creator": "Eileen Sullivan", + "pubDate": "Mon, 20 Dec 2021 22:20:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -143996,17 +169372,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1814c47c626a408ae07e72ff002192c3", - "highlights": [] + "hash": "76dba2cda86e0911154e8b30b36ca3e6" }, { - "title": "A Ghost Hotel Haunts the Spanish Coastline", - "description": "For almost two decades, the hulk of a never-finished hotel has marred an idyllic coastline in southern Spain. Its fate remains cloudy, but the lesson is clear: It’s easier to damage the environment than to fix it.", - "content": "Construction work was halted on the Algarrobico hotel in 2006, after activists sued, saying it should not have been built in a protected area. It has stood, decaying, ever since, as court battles have dragged on.", - "category": "Travel and Vacations", - "link": "https://www.nytimes.com/2021/12/29/travel/spain-abandoned-hotel.html", - "creator": "Raphael Minder", - "pubDate": "Wed, 29 Dec 2021 16:51:36 +0000", + "title": "Updates: Sex-Trafficking Trial of Ghislaine Maxwell Goes to the Jury", + "description": "After 12 days of testimony, Ghislaine Maxwell’s closely watched sex-trafficking trial is nearing its end. Follow live updates.", + "content": "After 12 days of testimony, Ghislaine Maxwell’s closely watched sex-trafficking trial is nearing its end. Follow live updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/20/nyregion/ghislaine-maxwell-trial", + "creator": "The New York Times", + "pubDate": "Mon, 20 Dec 2021 22:14:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144018,17 +169393,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55d896ce592899784f869aebceca815c", - "highlights": [] + "hash": "03493edaebc40ed3302d4767392681e2" }, { - "title": "Jeanine Tesori’s Gift: Conjuring the Storytelling Potency of Music", - "description": "In shows like “Caroline, or Change” and “Kimberly Akimbo,” the composer excels at translating her astute insights about characters into music.", - "content": "Jeanine Tesori, in her office at City Center in Manhattan, has helped to expand the boundaries of the American musical. “I feel like I’m always chasing music; I think about it almost all the time,” she said.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/29/theater/jeanine-tesori-kimberly-akimbo-caroline-or-change.html", - "creator": "Rob Weinert-Kendt", - "pubDate": "Wed, 29 Dec 2021 15:00:09 +0000", + "title": "World Economic Forum in Davos, Switzerland, Is Postponed", + "description": "With Omicron cases surging worldwide, the annual meeting, which had been scheduled for Jan. 17-21, was “deferred” and tentatively rescheduled for the summer.", + "content": "The World Economic Forum postponed its annual meeting set to begin on Jan. 17.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/20/business/world-economic-forum-davos-postponed.html", + "creator": "David Gelles", + "pubDate": "Mon, 20 Dec 2021 19:20:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144040,17 +169414,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dd5635bc178fded0cc666df8b36b723", - "highlights": [] + "hash": "8d8d631a6a9f4fb86670ac784a3aef7c" }, { - "title": "'The Book of Boba Fett' Review: A 'Star Wars' Icon Gets His Own Chapter", - "description": "Disney+ follows “The Mandalorian” with a series about the fan-favorite bounty hunter Boba Fett, long believed to have died in the Sarlacc’s belly.", - "content": "Temuera Morrison in the title role in “The Book of Boba Fett,” which focuses on a minor but popular “Star Wars” character long believed to be dead.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/29/arts/television/book-of-boba-fett-review.html", - "creator": "Mike Hale", - "pubDate": "Thu, 30 Dec 2021 00:41:15 +0000", + "title": "Jury in Elizabeth Holmes’s Fraud Trial Has Begun Deliberations", + "description": "The trial, which has stretched nearly four months, has come to represent a critical moment for the tech industry and its culture of overly optimistic salesmanship.", + "content": "Elizabeth Holmes.", + "category": "Frauds and Swindling", + "link": "https://www.nytimes.com/2021/12/20/business/jury-verdict-deliberations-elizabeth-holmes.html", + "creator": "Erin Griffith", + "pubDate": "Mon, 20 Dec 2021 20:53:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144062,17 +169435,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2dc1c822a577316363de4110154948eb", - "highlights": [] + "hash": "de9161066b918029d909f2c6721718eb" }, { - "title": "How Play-Doh Helped Save Me From My Despair in Grad School", - "description": "On starting over and reshaping one’s path.", - "content": "On starting over and reshaping one’s path.", - "category": "Handicrafts", - "link": "https://www.nytimes.com/2021/12/28/magazine/play-doh.html", - "creator": "Jenny Qi", - "pubDate": "Thu, 30 Dec 2021 04:41:53 +0000", + "title": "Pope Francis Says High Number of Domestic Violence Cases Is ‘Almost Satanic’", + "description": "Francis once again decried the scourge of domestic abuse, which has increased during the months of pandemic lockdown.", + "content": "Pope Francis at his weekly general audience in The Vatican this month.", + "category": "Domestic Violence", + "link": "https://www.nytimes.com/2021/12/20/world/europe/pope-domestic-violence-almost-satanic.html", + "creator": "Elisabetta Povoledo", + "pubDate": "Mon, 20 Dec 2021 18:18:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144084,17 +169456,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "43c0c0edd59a7b2d01c5b6d637881c44", - "highlights": [] + "hash": "0cd43386900f0eec747510d2007cc944" }, { - "title": "Case Records Across U.S. and Europe Are Broken as Omicron Wave Grows", - "description": "The Omicron variant is sweeping through the U.S. and many European countries with a swiftness outpacing anything witnessed over the past two years. U.S. daily cases topped 267,000, while Spain reported 100,000 infections. The variant appears milder, but its surge is sowing chaos. Here’s the latest.", - "content": "The Omicron variant is sweeping through the U.S. and many European countries with a swiftness outpacing anything witnessed over the past two years. U.S. daily cases topped 267,000, while Spain reported 100,000 infections. The variant appears milder, but its surge is sowing chaos. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/29/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Wed, 29 Dec 2021 14:58:38 +0000", + "title": "Third-Graders Instructed to Re-enact Scenes From Holocaust, Principal Says", + "description": "A staff librarian was put on leave after students at an elementary school in Washington, D.C., were directed to simulate shootings and the digging of mass graves.", + "content": "A staff librarian was put on leave after students at an elementary school in Washington, D.C., were directed to simulate shootings and the digging of mass graves.", + "category": "Holocaust and the Nazi Era", + "link": "https://www.nytimes.com/2021/12/20/us/holocaust-librarian-elementary-school.html", + "creator": "Vimal Patel", + "pubDate": "Mon, 20 Dec 2021 05:28:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144106,16 +169477,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f36aa9c1138561babeac5756edd95a0" + "hash": "24d6027d564698044dc730a08c00e35e" }, { - "title": "On Slaughterhouse Floor, Fear and Anger Remain", - "description": "Workers say factories are still glossing over virus safety, as the meatpackers that dominate beef production harvest record profits.", - "content": "A memorial across from the JBS plant in Greeley, Colo., includes a photo of Tin Aye, left, one of six employees who died in the pandemic.", - "category": "JBS SA", - "link": "https://www.nytimes.com/2021/12/29/business/meat-factories-covid.html", - "creator": "Peter S. Goodman and Erin Schaff", - "pubDate": "Wed, 29 Dec 2021 10:00:24 +0000", + "title": "Eve Babitz, a Hedonist With a Notebook, Is Dead at 78", + "description": "A child of Hollywood, she wrote of the sensuous pleasures of Los Angeles, and sampled them enthusiastically.", + "content": "Eve Babitz in a photo taken by her sister, Mirandi Babitz. Eve Babitz wrote of the Hollywood scene, but her agent said that “she was seen as too sexy and too lightweight to be serious.” ", + "category": "Writing and Writers", + "link": "https://www.nytimes.com/2021/12/19/obituaries/eve-babitz-dead.html", + "creator": "Penelope Green", + "pubDate": "Mon, 20 Dec 2021 00:49:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144127,16 +169498,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "66175db99d80d9ee699b2cb49025b425" + "hash": "abaca01a2ee96599931e91b4b4c95554" }, { - "title": "John Madden Is Remembered as the ‘Soundtrack’ of the N.F.L.", - "description": "Football fans, broadcasters, video-game enthusiasts and others paid tribute to the legendary coach and football ambassador.", - "content": "Roger Goodell, N.F.L. commissioner,  left, and John Madden aboard the “Madden Cruiser” in 2010. “He WAS football,” Mr. Goodell said of Mr. Madden. ", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/28/sports/football/john-madden-nfl-death-reactions.html", - "creator": "Vimal Patel and Eduardo Medina", - "pubDate": "Wed, 29 Dec 2021 13:51:38 +0000", + "title": "How to Double Mask Correctly", + "description": "Two masks can increase your protection against the coronavirus. Just make sure you know the dos and don’ts.", + "content": "Two masks can increase your protection against the coronavirus. Just make sure you know the dos and don’ts.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/article/double-masking-tips-coronavirus.html", + "creator": "Tara Parker-Pope and Dani Blum", + "pubDate": "Mon, 29 Mar 2021 02:47:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144148,16 +169519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d5c6d8803a0cf65e7f34bb2d3b8885e" + "hash": "c22a0ed5b01b0f1c34210397546bf6a9" }, { - "title": "5 Ways Young People Are Using Discord", - "description": "Discord users from 12 to 23 years old describe how they use the messaging site, which has boomed during the pandemic.", - "content": "Discord is especially popular among younger users.", - "category": "Social Media", - "link": "https://www.nytimes.com/2021/12/29/business/discord-users-gen-z.html", - "creator": "Kellen Browning", - "pubDate": "Wed, 29 Dec 2021 12:54:22 +0000", + "title": "Tips for Decluttering Your Home", + "description": "All that “stuff” in our drawers, closets and corners is a hazard, but there are ways to keep it at bay.", + "content": "All that “stuff” in our drawers, closets and corners is a hazard, but there are ways to keep it at bay.", + "category": "Orderliness and Clutter", + "link": "https://www.nytimes.com/2021/12/20/well/mind/how-to-declutter.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 20 Dec 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144169,16 +169540,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "80fde47094b226eb96874f6fdc35af09" + "hash": "690fdc2d85ebff61a1e635a56acea9e8" }, { - "title": "How Your DNA Test Could Send a Relative to Jail", - "description": "Thanks to “genetic genealogy,” solving crimes with genomic databases is becoming mainstream — with some uncomfortable implications for the future of privacy.", - "content": "Thanks to “genetic genealogy,” solving crimes with genomic databases is becoming mainstream — with some uncomfortable implications for the future of privacy.", - "category": "Genetics and Heredity", - "link": "https://www.nytimes.com/2021/12/27/magazine/dna-test-crime-identification-genome.html", - "creator": "Rafil Kroll-Zaidi", - "pubDate": "Mon, 27 Dec 2021 19:04:01 +0000", + "title": "Naples, a City of Contradictions, Is Once Again a Home for Cinema", + "description": "For “The Hand of God,” the director Paolo Sorrentino has returned to his hometown, whose cultural profile has been lifted in recent years by the Elena Ferrante novels and films like “Gomorrah.”", + "content": "The Naples seafront. The director Paolo Sorrentino has set his new film “The Hand of God” in his hometown.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/17/movies/naples-hand-of-god.html", + "creator": "Elisabetta Povoledo", + "pubDate": "Mon, 20 Dec 2021 18:58:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144190,16 +169561,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3012964133678ea8701ec3505cda016e" + "hash": "77e8ffe60f552ba56c8ab1492a822346" }, { - "title": "This Website Ranks Youth Hockey Teams, Even for 9-Year-Olds", - "description": "MYHockey Rankings actually keeps track. Coaches say the website helps them find suitable opponents, but critics say it detracts from player development.", - "content": "Sidney Wassel of the Allegheny Badgers 10-and-under hockey team celebrated a goal against the Altoona Trackers on Sunday in Cranberry, Penn. The 498th-ranked Trackers defeated the 763rd-ranked Badgers.", - "category": "Coaches and Managers", - "link": "https://www.nytimes.com/2021/12/29/sports/hockey/myhockey-youth-rankings.html", - "creator": "David Andreatta", - "pubDate": "Wed, 29 Dec 2021 08:00:10 +0000", + "title": "Dear Celebrities: Please Stop Churning Out Beauty Brands", + "description": "A-list singers, actors and influencers are dropping makeup and skin care lines at breakneck speed — Ariana Grande, Billie Eilish, Chiara Ferragni and Addison Rae are among the latest — but does anyone want them anymore?", + "content": "A-list singers, actors and influencers are dropping makeup and skin care lines at breakneck speed — Ariana Grande, Billie Eilish, Chiara Ferragni and Addison Rae are among the latest — but does anyone want them anymore?", + "category": "Cosmetics and Toiletries", + "link": "https://www.nytimes.com/2021/12/16/style/celebrity-beauty-brands.html", + "creator": "Rachel Strugatz", + "pubDate": "Thu, 16 Dec 2021 08:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144211,16 +169582,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c654ae9971ed14d790acd533f58aa1f" + "hash": "4e70aa7602d540dfee5d5625c6de539c" }, { - "title": "Champagnes and Sparkling Wines to Toast the New Year", - "description": "Nothing says “Happy New Year” quite like a bottle of bubbly. Here are six Champagnes and six sparkling wines to help you toast 2022.", - "content": "Nothing says “Happy New Year” quite like a bottle of bubbly. Here are six Champagnes and six sparkling wines to help you toast 2022.", - "category": "Champagne (Wine)", - "link": "https://www.nytimes.com/2021/12/16/dining/drinks/new-years-champagne-sparkling-wine.html", - "creator": "Eric Asimov", - "pubDate": "Thu, 16 Dec 2021 21:55:01 +0000", + "title": "‘I Decided the Smell Must Be Coming Through My Open Window’", + "description": "A morning eye-opener, a pink chiffon party dress on a balcony and more reader tales of New York City in this week’s Metropolitan Diary.", + "content": "A morning eye-opener, a pink chiffon party dress on a balcony and more reader tales of New York City in this week’s Metropolitan Diary.", + "category": "New York City", + "link": "https://www.nytimes.com/2021/12/19/nyregion/metropolitan-diary.html", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 08:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144232,16 +169603,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a79ae50b850227b077e602bbcce8e72a" + "hash": "7033754603f41b442c2715e2921081ee" }, { - "title": "What I’ve Learned as a Lawyer Representing Prisoners at Guantánamo", - "description": "I’m a lawyer representing prisoners at Guantánamo. Morality is a choice.", - "content": "I’m a lawyer representing prisoners at Guantánamo. Morality is a choice.", - "category": "Guantanamo Bay Naval Base (Cuba)", - "link": "https://www.nytimes.com/2021/12/29/opinion/guantanamo-lawyer.html", - "creator": "Aaron Shepard", - "pubDate": "Wed, 29 Dec 2021 10:57:35 +0000", + "title": "In One Queens Building, the Third Apartment Is the Charm (for Now)", + "description": "When they needed more space, and then enough room to work at home, they graduated to ever-larger apartments in the same Astoria building. But what comes next?", + "content": "Anna Doré and Isaac Goldberg have lived in three of the eight apartments on the fifth floor of their building. “I still catch myself making a right out of the elevator when I need to be making a left,” Mr. Goldberg said. ", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/20/realestate/renters-astoria-queens.html", + "creator": "D.W. Gibson", + "pubDate": "Mon, 20 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144253,16 +169624,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77c9e3b0147ccd947a4e15ec761d58f6" + "hash": "cf97d34e3790836aaf326dfd657d11f7" }, { - "title": "Everyone’s Moving to Texas. Here’s Why.", - "description": "We studied 16,847 places to find out why Dallas is so popular.", - "content": "We studied 16,847 places to find out why Dallas is so popular.", - "category": "Wildfires", - "link": "https://www.nytimes.com/2021/11/23/opinion/move-to-texas.html", - "creator": "Farhad Manjoo, Gus Wezerek and Yaryna Serkez", - "pubDate": "Tue, 23 Nov 2021 11:13:01 +0000", + "title": "‘Emily in Paris’ Season 2: Looks to Watch For", + "description": "The Netflix show was derided for, among other things, an unrealistic approach to French dressing. What can viewers expect this season?", + "content": "The Netflix show was derided for, among other things, an unrealistic approach to French dressing. What can viewers expect this season?", + "category": "Emily in Paris (TV Program)", + "link": "https://www.nytimes.com/2021/12/20/style/emily-in-paris-season-2-fashion.html", + "creator": "Eliza Brooke", + "pubDate": "Mon, 20 Dec 2021 10:02:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144274,16 +169645,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "afd86dea2ef1ddaeb59ff0de08f88c76" + "hash": "48fa98246c6059de3425f6247109f9a9" }, { - "title": "The Best, Worst and Weirdest Political Stories of 2021", - "description": "The figures and stories that defined 12 very weird months.", - "content": "The figures and stories that defined 12 very weird months.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/28/opinion/2021-political-stories-politicians.html", - "creator": "Michelle Cottle", - "pubDate": "Tue, 28 Dec 2021 19:17:01 +0000", + "title": "Most Vaccines Unlikely to Prevent Infection from Omicron, Studies Show", + "description": "Only the Pfizer and Moderna shots, with a booster, seem to stop infections, according to early research. But all vaccines used in the U.S. stave off serious illness.", + "content": "Only the Pfizer and Moderna shots, with a booster, seem to stop infections, according to early research. But all vaccines used in the U.S. stave off serious illness.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/20/world/omicron-covid-vaccine-tests", + "creator": "The New York Times", + "pubDate": "Mon, 20 Dec 2021 10:59:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144295,16 +169666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae36ec67f5090bd5bccb4978e96a8cc3" + "hash": "c76768eccf029fdbd238bd70375e3d71" }, { - "title": "Here's What the C.D.C. Got Wrong With Its New Covid-19 Guidelines", - "description": "The recommendations don’t sufficiently acknowledge the difference between the vaccinated and the unvaccinated.", - "content": "The recommendations don’t sufficiently acknowledge the difference between the vaccinated and the unvaccinated.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/28/opinion/covid-isolation-guidelines.html", - "creator": "Aaron E. Carroll", - "pubDate": "Wed, 29 Dec 2021 00:05:36 +0000", + "title": "The Path Ahead for Biden: Overcome Manchin’s Inflation Fears", + "description": "A key Democrat’s decision to pull support from the president’s sprawling climate and social agenda is rooted in the scope of the bill.", + "content": "President Biden is most likely faced with the difficult task of leaving some of his party’s priorities on the cutting-room floor is he is to have any hope of resurrecting his social policy agenda.", + "category": "Federal Budget (US)", + "link": "https://www.nytimes.com/2021/12/19/business/biden-agenda-ambitions.html", + "creator": "Jim Tankersley", + "pubDate": "Sun, 19 Dec 2021 23:16:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144316,16 +169687,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3072a82bb17481384fd3e8b4fcc832e" + "hash": "86b853d5c1011c7af896f5843010f2ca" }, { - "title": "It’s Not Over for Joe Biden", - "description": "How Barack Obama resuscitated his health care act offers clues to reviving the Build Back Better Act and President Biden’s precarious standing.", - "content": "How Barack Obama resuscitated his health care act offers clues to reviving the Build Back Better Act and President Biden’s precarious standing.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/28/opinion/build-back-better-biden.html", - "creator": "David Axelrod", - "pubDate": "Tue, 28 Dec 2021 15:43:14 +0000", + "title": "A Plan Forms in Mexico: Help Americans Get Abortions", + "description": "Mexican activists plan to provide women in Texas and other U.S. states with information, support — and abortion-inducing pills.", + "content": "Sofía, 23, said she had an abortion with the help of a network of activists in Mexico who provide women with pills that induce abortion, and then ensure they have support through the procedure. ", + "category": "Women and Girls", + "link": "https://www.nytimes.com/2021/12/20/world/americas/mexico-abortion-pill-activists.html", + "creator": "Natalie Kitroeff", + "pubDate": "Mon, 20 Dec 2021 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144337,16 +169708,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfdf0c018d554d7e872d7a735342c46c" + "hash": "df05dc32410a368910279db532ca2323" }, { - "title": "The Pandemic Has Been Bad For Youth Mental Health. Omicron Scares Me.", - "description": "I was already worried about my patients. I fear Omicron will make everything even worse.", - "content": "I was already worried about my patients. I fear Omicron will make everything even worse.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/28/opinion/children-teenagers-omicron.html", - "creator": "Jonathan Slater", - "pubDate": "Tue, 28 Dec 2021 22:52:21 +0000", + "title": "To Open Homeless Shelters, N.Y.C. Relied on Landlord With Checkered History", + "description": "Mayor Bill de Blasio promised to revamp the homeless shelter system, but some of the main players have not changed.", + "content": "Bill de Blasio, the mayor of New York City, called for a “blood-and-guts war strategy” against homelessness in 2017. “My job is to get it right,” he said. ", + "category": "Renting and Leasing (Real Estate)", + "link": "https://www.nytimes.com/2021/12/20/nyregion/nyc-homeless-levitan-de-blasio.html", + "creator": "Amy Julia Harris", + "pubDate": "Mon, 20 Dec 2021 08:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144358,16 +169729,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a99b8d132b1ea87de86a2d74d413f87c" + "hash": "031f47974a5f35059d52f3201fbf6d44" }, { - "title": "How to Improve Nursing Home Care", - "description": "Readers discuss problems such as underpaid and overworked staff and suggest remedies. Also: Inspired by bell hooks; Trump in the shadows.", - "content": "Tammy Bowman and her husband. Ms. Bowman’s sister died in an Indiana nursing home that did not isolate residents suspected of having Covid-19.", - "category": "Nursing Homes", - "link": "https://www.nytimes.com/2021/12/28/opinion/letters/nursing-home-care.html", - "creator": "", - "pubDate": "Tue, 28 Dec 2021 17:16:09 +0000", + "title": "What We Learned From Week 15 in the N.F.L.", + "description": "The Dolphins looked capable in their sixth consecutive win, the hapless Lions were kings for a day, and the Steelers showed up again.", + "content": "Christian Wilkins, a Dolphins defensive tackle, caught a 1-yard touchdown pass in Sunday’s win over the Jets.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/19/sports/football/nfl-week-15-scores.html", + "creator": "Tyler Dunne", + "pubDate": "Mon, 20 Dec 2021 02:46:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144379,16 +169750,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c5237e69b9fe9dedc10a06e88949b8b" + "hash": "8adea7e5d9688cf7bf918bc328fef481" }, { - "title": "Amid Omicron There’s Still Hope, an I.C.U. Doctor Says", - "description": "We are not where we thought we might be a year ago, but there is still reason for hope.", - "content": "We are not where we thought we might be a year ago, but there is still reason for hope.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/27/opinion/omicron-hope.html", - "creator": "Daniela J. Lamas", - "pubDate": "Mon, 27 Dec 2021 10:00:04 +0000", + "title": "Frances Haugen Thinks Mark Zuckerberg Needs to Acknowledge His Power", + "description": "The Facebook whistle-blower says the company hides behind flat offices and metrics to shirk its responsibility.", + "content": "The Facebook whistle-blower says the company hides behind flat offices and metrics to shirk its responsibility.", + "category": "Social Media", + "link": "https://www.nytimes.com/2021/12/20/opinion/sway-kara-swisher-frances-haugen.html", + "creator": "‘Sway’", + "pubDate": "Mon, 20 Dec 2021 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144400,16 +169771,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3ef21a30520214cf912b7fe1c0752d7" + "hash": "4cc6ac322bbe0298472cb980bd24200a" }, { - "title": "A Lavish Tax Dodge for the Ultrawealthy Is Easily Multiplied", - "description": "Once aimed at small businesses, a 1990s-era tax break has become a popular way for Silicon Valley founders and investors to avoid taxes on their investment profits.", - "content": "David Baszucki, the chief executive of Roblox.", - "category": "Tax Credits, Deductions and Exemptions", - "link": "https://www.nytimes.com/2021/12/28/business/tax-break-qualified-small-business-stock.html", - "creator": "Jesse Drucker and Maureen Farrell", - "pubDate": "Tue, 28 Dec 2021 23:03:47 +0000", + "title": "Let’s Hope What Happened in 2021 Stays in 2021", + "description": "From the storming of the Capitol to the advent of Omicron, 2021 has been no one’s idea of a banner year. ", + "content": "From the storming of the Capitol to the advent of Omicron, 2021 has been no one’s idea of a banner year. ", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/20/opinion/manchin-omicron-jan-6.html", + "creator": "Gail Collins and Bret Stephens", + "pubDate": "Mon, 20 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144421,16 +169792,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a6e254019cc06d4acc4ba820273fad6" + "hash": "2abf4199670a6d91186851e58c177cf8" }, { - "title": "Video Shows Chaos and Violence at Scene of 14-Year-Old Girl's Death", - "description": "Body camera and surveillance footage shows a man attacking holiday shoppers before police officers opened fire, killing him and a 14-year-old girl who was in a dressing room.", - "content": "A makeshift memorial for 14-year-old Valentina Orellana-Peralta, who was killed at a Burlington clothing store in North Hollywood on Thursday.", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2021/12/27/us/14-year-old-girl-shooting-los-angeles.html", - "creator": "Jill Cowan and Christine Chung", - "pubDate": "Tue, 28 Dec 2021 16:35:11 +0000", + "title": "What Our Omicron Future Should Look Like", + "description": "How to fight Omicron and maintain public trust.", + "content": "A temporary intensive care emergency room for patients with coronavirus.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/20/opinion/covid-omicron-future.html", + "creator": "Jay K. Varma", + "pubDate": "Mon, 20 Dec 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144442,16 +169813,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "372b979de3828b8aab05bad2cf72e8a0" + "hash": "12333145bd73444923f93433805c15cf" }, { - "title": "I’m Invited to a Destination Wedding at a Plantation. What Do I Do?", - "description": "The magazine’s Ethicist columnist on how uncomfortable moments can’t be avoided if our country is going to get out from under four centuries of racism.", - "content": "The magazine’s Ethicist columnist on how uncomfortable moments can’t be avoided if our country is going to get out from under four centuries of racism.", - "category": "Ethics (Personal)", - "link": "https://www.nytimes.com/2021/12/28/magazine/plantation-wedding.html", - "creator": "Kwame Anthony Appiah", - "pubDate": "Tue, 28 Dec 2021 10:00:11 +0000", + "title": "A Record Number of Journalists Jailed", + "description": "Authoritarian leaders are waging a war against the free press.", + "content": "Authoritarian leaders are waging a war against the free press.", + "category": "Freedom of the Press", + "link": "https://www.nytimes.com/2021/12/18/opinion/free-press-journalists-jailed.html", + "creator": "The Editorial Board", + "pubDate": "Sat, 18 Dec 2021 16:04:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144463,16 +169834,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40f0bf690212b7e665d807742ce6016d" + "hash": "92a14e1f3db2f4fd6f442d9bb09f3ae3" }, { - "title": "NYC Traffic: How Neighborhoods Outside of Manhattan Are Feeling the Pain", - "description": "With transit use lagging and truck deliveries and car ownership rising, congestion across New York City is likely to be worse after the pandemic than it was before.", - "content": "Some of the worst traffic congestion in New York City during the pandemic has shifted to the boroughs outside Manhattan, including the Bronx.", - "category": "Roads and Traffic", - "link": "https://www.nytimes.com/2021/12/28/nyregion/nyc-traffic-today.html", - "creator": "Winnie Hu, Patrick McGeehan and Nate Schweber", - "pubDate": "Tue, 28 Dec 2021 08:00:08 +0000", + "title": "It’s Been a Hard Year. These 3 Charities Could Use Your Help.", + "description": "The world needs an outpouring of generosity.", + "content": "The world needs an outpouring of generosity.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/19/opinion/charity-giving-holidays-nonprofits.html", + "creator": "Tish Harrison Warren", + "pubDate": "Sun, 19 Dec 2021 16:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144484,16 +169855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a7f18f4e3bf3ec928b4ba32d41f6476" + "hash": "efc190f03e7117784f0ef4e4053ee15e" }, { - "title": "The Year’s Most Read", - "description": "The stories you read, clicked and spent the most time with.", - "content": "The stories you read, clicked and spent the most time with.", - "category": "Two Thousand Twenty One", - "link": "https://www.nytimes.com/2021/12/29/briefing/most-read-stories-times-2021.html", - "creator": "the staff of The Morning", - "pubDate": "Wed, 29 Dec 2021 11:38:21 +0000", + "title": "San Francisco Mayor Declares State of Emergency to Fight City’s ‘Nasty Streets’", + "description": "It’s a highly unusual move by a liberal mayor in one of the country’s most liberal cities.", + "content": "Mayor London Breed of San Francisco said she would pursue an “aggressive” crackdown on criminality.", + "category": "Drug Abuse and Traffic", + "link": "https://www.nytimes.com/2021/12/17/us/san-francisco-state-of-emergency-crime.html", + "creator": "Thomas Fuller, Shaila Dewan and Kellen Browning", + "pubDate": "Sat, 18 Dec 2021 04:07:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144505,16 +169876,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dce23674f647c83a511382b7797d83c0" + "hash": "3907c0917c0f4ba5abd7ec86863f6759" }, { - "title": "A Conversation With a Dogecoin Millionaire: An Update", - "description": "It was once a parody — then he turned the cryptocurrency into profit.", - "content": "Glauber Contessoto believes deeply in Dogecoin, betting his life savings on the cryptocurrency’s performance.", - "category": "Virtual Currency", - "link": "https://www.nytimes.com/2021/12/29/podcasts/the-daily/dogecoin-cryptocurrency.html", - "creator": "Michael Barbaro, Rachelle Bonja, Luke Vander Ploeg, Diana Nguyen, Lisa Chow, Anita Badejo, Marc Georges, Dan Powell, Chris Wood and Corey Schreppel", - "pubDate": "Wed, 29 Dec 2021 11:00:09 +0000", + "title": "Could Oreo Cookies Solve New York’s Rat Problem?", + "description": "They are being used in new high-tech rat traps, which have been spotted around the city.", + "content": "They are being used in new high-tech rat traps, which have been spotted around the city.", + "category": "Rats", + "link": "https://www.nytimes.com/2021/12/17/nyregion/rat-traps-nyc.html", + "creator": "Jane Margolies", + "pubDate": "Fri, 17 Dec 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144526,16 +169897,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31a88113a49a2b3bd293e32cf0163ab3" + "hash": "564307034f04fe62654baf97abf1a525" }, { - "title": "New York City Looks to Test More and Keep Classrooms Open", - "description": "The city said it would allow students who were exposed to Covid to remain in school if they test negative for the coronavirus and have no symptoms.", - "content": "The city said it would allow students who were exposed to Covid to remain in school if they test negative for the coronavirus and have no symptoms.", - "category": "New York City", - "link": "https://www.nytimes.com/2021/12/29/nyregion/nyc-schools-testing.html", - "creator": "Mihir Zaveri", - "pubDate": "Wed, 29 Dec 2021 09:08:43 +0000", + "title": "It’s Been a Home for Decades, but Legal Only a Few Months", + "description": "California catches up with the reality that when it’s too hard to play by the rules, people convert the garage into an apartment anyway.", + "content": "Luis Martinez designed the accessory dwelling unit in the backyard of his parents’ home in Los Angeles.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/18/business/economy/california-housing.html", + "creator": "Conor Dougherty", + "pubDate": "Sat, 18 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144547,16 +169918,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd351bd6a90e19c99cae513b945b0d90" + "hash": "cbfa33cded217ffef030d02b85c936da" }, { - "title": "For U.K. Companies Brexit Meant Higher Costs and Endless Forms", - "description": "While the worst of the Brexit trade disruptions are over, British exports to the European Union are down and companies are frustrated.", - "content": "Netherton Foundry, which makes traditionally handcrafted black iron pans and cookware in Shropshire, has seen its sales to the European Union plunge this year.", - "category": "Great Britain Withdrawal from EU (Brexit)", - "link": "https://www.nytimes.com/2021/12/29/business/uk-companies-brexit-trade.html", - "creator": "Eshe Nelson", - "pubDate": "Wed, 29 Dec 2021 08:00:14 +0000", + "title": "The 25 Essential Dishes to Eat in New York City", + "description": "We asked six chefs and food experts to create a list of the most delicious and memorable plates in town.", + "content": "We asked six chefs and food experts to create a list of the most delicious and memorable plates in town.", + "category": "Amy Ruth's", + "link": "https://www.nytimes.com/2021/12/17/t-magazine/new-york-best-food-restaurants.html", + "creator": "Dan Piepenbring, Kurt Soller, Amiel Stanek, Korsha Wilson and Daniel Terna", + "pubDate": "Fri, 17 Dec 2021 18:18:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144568,16 +169939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "751b97471cf727bd46f49c266d60a167" + "hash": "b6a917928bf14cb81afff7624fba4556" }, { - "title": "Greene and Clyde Rack Up Fines for Defying House’s Mask Mandate", - "description": "Representatives Marjorie Taylor Greene and Andrew Clyde have incurred more than $100,000 combined in penalties for dozens of violations.", - "content": "Representative Andrew Clyde called the fines “deeply troubling,” and Representative Marjorie Taylor Greene said the mandate was “tyrannical.”", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/29/us/mask-mandate-fines-greene-clyde.html", - "creator": "Luke Broadwater", - "pubDate": "Wed, 29 Dec 2021 10:00:21 +0000", + "title": "How Elizabeth Holmes Changed Her Style for Trial", + "description": "As the fraud trial of the Theranos founder draws to a close, could her new courtroom image affect the decision?", + "content": "... and with Mr. Evans and her mother.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2021/12/17/style/elizabeth-holmes-trial-makeover.html", + "creator": "Vanessa Friedman", + "pubDate": "Fri, 17 Dec 2021 15:57:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144589,16 +169960,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "90fcee1da734da8d6a49c3ad89063977" + "hash": "e3fe9c3a7a6569b6e6f670ba007cd985" }, { - "title": "Hong Kong Police Raid Stand News and Arrest Staff", - "description": "Those arrested, including current and former senior staff members of Stand News, were accused of conspiring to publish seditious material. The news site announced it would shut down immediately.", - "content": "Those arrested, including current and former senior staff members of Stand News, were accused of conspiring to publish seditious material. The news site announced it would shut down immediately.", - "category": "Hong Kong", - "link": "https://www.nytimes.com/2021/12/29/world/asia/hong-kong-stand-news-arrest.html", - "creator": "Vivian Wang", - "pubDate": "Wed, 29 Dec 2021 14:51:16 +0000", + "title": "The Sunday Read: ‘What Does It Mean to Save a Neighborhood?’", + "description": "Nine years after Hurricane Sandy, residents of Lower Manhattan are still vulnerable to rising seas. The fight over a plan to protect them reveals why progress on our most critical challenges is so hard.", + "content": "It’s a hefty public investment to benefit thousands of underserved New Yorkers that should provide some protection from flooding for a time — an incremental step, in other words.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/19/podcasts/the-daily/climate-change-new-york.html", + "creator": "Jack D’Isidoro, Aaron Esposito, John Woo and Corey Schreppel", + "pubDate": "Sun, 19 Dec 2021 11:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144610,16 +169981,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4188fe00f80bedfb2e92d60b64577c6e" + "hash": "3d727d9180f5f375b4259a64221fbaee" }, { - "title": "Russian Court Orders 2nd Ban of a Major Human Rights Group in 2 Days", - "description": "Critics of the government said the rulings capped a year of erosion of civil rights and media freedoms in the country.", - "content": "Police officers outside the Moscow City Court, where a hearing over the closure of Memorial’s Human Rights Center took place on Wednesday.", - "category": "Human Rights and Human Rights Violations", - "link": "https://www.nytimes.com/2021/12/29/world/europe/russia-memorial-human-rights-center.html", - "creator": "Valerie Hopkins and Ivan Nechepurenko", - "pubDate": "Wed, 29 Dec 2021 15:06:44 +0000", + "title": "A Stylish Art Dealer and a Trip to Italy", + "description": "Our critic recommends old and new books.", + "content": "Our critic recommends old and new books.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/18/books/read-like-the-wind.html", + "creator": "Molly Young", + "pubDate": "Sat, 18 Dec 2021 21:02:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144631,16 +170002,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75cf668f15cfeffdb060956166dde1c5" + "hash": "019a5404127003e90447ef399586399c" }, { - "title": "What to Know Ahead of Day 6 of Elizabeth Holmes Trial Deliberations", - "description": "Ms. Holmes, the founder of the blood testing start-up Theranos, is accused of deceiving investors, patients and advertisers.", - "content": "Jurors are set to begin a sixth day of deliberations on Wednesday in the trial of Theranos founder Elizabeth Holmes, center.", - "category": "Holmes, Elizabeth (1984- )", - "link": "https://www.nytimes.com/2021/12/29/business/elizabeth-holmes-trial-theranos-jury.html", - "creator": "Erin Woo", - "pubDate": "Wed, 29 Dec 2021 15:12:53 +0000", + "title": "‘Q’ Has Been Quiet, but QAnon Lives On", + "description": "With the absence of a leader, the movement has transformed into more of a “choose your own adventure” conspiracy theory.", + "content": "A QAnon symbol displayed prominently outside the U.S. Capitol in Washington on Jan. 6.", + "category": "Conspiracy Theories", + "link": "https://www.nytimes.com/2021/12/20/technology/qanon-conspiracy-movement.html", + "creator": "Davey Alba", + "pubDate": "Mon, 20 Dec 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144652,16 +170023,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50ef48264886f04947091763f8540ceb" + "hash": "b34df0f44047dbbb742e8614684c3b20" }, { - "title": "Judge Says New York Times Can Retain Project Veritas Memos, for Now", - "description": "A New York appeals court said the paper did not need to immediately give up or destroy documents related to the conservative group. The paper is still prevented from publishing certain documents.", - "content": "A New York appeals court said the paper did not need to immediately give up or destroy documents related to the conservative group. The paper is still prevented from publishing certain documents.", - "category": "Freedom of the Press", - "link": "https://www.nytimes.com/2021/12/28/business/media/nyt-project-veritas.html", - "creator": "Michael M. Grynbaum", - "pubDate": "Tue, 28 Dec 2021 23:37:14 +0000", + "title": "Brandon Just Wants to Drive His Racecar", + "description": "“I have zero desire to be involved in politics,” says Brandon Brown, the NASCAR driver at the center of the “Let’s Go, Brandon!” meme.", + "content": "“This whole Talladega race win was supposed to be a celebration,” Brandon Brown said.", + "category": "Brown, Brandon", + "link": "https://www.nytimes.com/2021/12/19/business/brandon-brown-lets-go-brandon.html", + "creator": "Ben Smith", + "pubDate": "Mon, 20 Dec 2021 01:49:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144673,16 +170044,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bd9f97d5662ff7c2e4c1b2b083b7a00" + "hash": "28cb1954cbe20b0b6287efa4af10aced" }, { - "title": "Time Capsule in Virginia Yields a Trove of Memorabilia, but No Prized Picture", - "description": "Historians had hoped to find a rare, century-old photo of Abraham Lincoln in a box discovered beneath a pedestal of a statue of Robert E. Lee. It was not to be.", - "content": "Virginia state conservators open the century-old copper time capsule.", - "category": "Monuments and Memorials (Structures)", - "link": "https://www.nytimes.com/2021/12/28/us/robert-e-lee-statue-capsule-confederate.html", - "creator": "Christine Chung", - "pubDate": "Wed, 29 Dec 2021 01:45:37 +0000", + "title": "Peng Shuai, Chinese Tennis Player, Denies Sexual Assault Claim", + "description": "Peng Shuai said in an interview with a Singaporean newspaper that she had been misunderstood. She also said, “I’ve been very free all along.”", + "content": "Peng Shuai has been one of China’s highest-ranked tennis players, reaching No. 1 in doubles in 2014 and as high as 14th as a singles player.", + "category": "China", + "link": "https://www.nytimes.com/2021/12/20/world/asia/china-tennis-peng-shuai.html", + "creator": "Chris Buckley", + "pubDate": "Mon, 20 Dec 2021 05:41:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144694,16 +170065,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77d672daf724bfc9132b35a4d24239b7" + "hash": "6f666255bb3e99addd4b49c01da0798a" }, { - "title": "Brazil Flooding Kills at Least 20 and Displaces Thousands", - "description": "In northeast Brazil, local officials say they have never before seen flooding on this scale. Tens of thousands were forced to flee their homes.", - "content": "Vitoria Rocha, 81, by the remains of her home in Itambé, in Bahia State, on Tuesday.", - "category": "Bahia (Brazil)", - "link": "https://www.nytimes.com/2021/12/28/world/americas/brazil-floods-climate-change.html", - "creator": "Flávia Milhorance", - "pubDate": "Tue, 28 Dec 2021 21:42:42 +0000", + "title": "Gabriel Boric, a Former Student Activist, Is Elected Chile’s Youngest President", + "description": "The millennial will play an important role in helping shape a new legal framework for a nation that has been roiled by social upheaval.", + "content": "At 35, Gabriel Boric will be the nation’s youngest leader and by far its most liberal since President Salvador Allende.", + "category": "Constitutions", + "link": "https://www.nytimes.com/2021/12/19/world/americas/chile-president-election.html", + "creator": "Pascale Bonnefoy and Ernesto Londoño", + "pubDate": "Mon, 20 Dec 2021 05:10:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144715,16 +170086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "81d482871c1dfc7d1a420a255475a788" + "hash": "ae16f738632334823b46e5d1dc374520" }, { - "title": "Jan. 6 Committee Shelves Requests for Hundreds of Trump Records", - "description": "The Biden administration asked to shield some sensitive documents but continued to reject Trump’s blanket claim of executive privilege.", - "content": "The Biden administration remains opposed to former President Donald J. Trump’s blanket demand that all documents pertaining to the Jan. 6 riot be withheld from the investigating House committee.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/28/us/politics/trump-jan-6.html", - "creator": "Glenn Thrush", - "pubDate": "Tue, 28 Dec 2021 23:05:52 +0000", + "title": "Postponed Games and Increased Testing as Covid Continues to Impact Athletes and Teams", + "description": "The N.B.A. and N.H.L. announced a new round of game postponements, and the N.F.L. again adjusted its testing policies, as a Covid-19 surge continued to dog athletes.", + "content": "Taylor Heinicke, quarterback of the Washington Football Team, was placed on the Covid-19/reserve list Friday and the team’s game against the Philadelphia Eagles was moved to Tuesday from Sunday amid an outbreak among players.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2021/12/19/sports/football/sports-covid-testing-postponed-games.html", + "creator": "Emmanuel Morgan and Ken Belson", + "pubDate": "Mon, 20 Dec 2021 02:26:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144736,16 +170107,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6158b1effa892e94d8670af0e8257cb2" + "hash": "564a78807686b94c381b3b8b9398bfee" }, { - "title": "Ghislaine Maxwell Jury’s Hours Extended Over Risks of Virus and Mistrial", - "description": "Judge Alison Nathan said she was worried that the pandemic could cause a mistrial in the Ghislaine Maxwell case if jurors or participants had to quarantine.", - "content": "Jurors in Ghislaine Maxwell’s sex-trafficking trial ended their fourth full day of deliberations at Thurgood Marshall federal courthouse in Manhattan without reaching a verdict. ", - "category": "Jury System", - "link": "https://www.nytimes.com/2021/12/28/nyregion/ghislaine-maxwell-trial.html", - "creator": "Benjamin Weiser and Rebecca Davis O’Brien", - "pubDate": "Wed, 29 Dec 2021 00:05:49 +0000", + "title": "Millions Sign Petition to Reduce 110-Year Sentence for Trucker in Deadly Crash", + "description": "An online petition says the 2019 crash in Colorado that left four people dead was a “tragic accident” and that the driver’s sentence should be adjusted.", + "content": "A trucker hauling lumber on Interstate 70 near Denver crashed into several cars, killing four people, on April 25, 2019.", + "category": "Traffic Accidents and Safety", + "link": "https://www.nytimes.com/2021/12/19/us/colorado-truck-driver-prison-petition.html", + "creator": "Azi Paybarah", + "pubDate": "Sun, 19 Dec 2021 23:19:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144757,16 +170128,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb4f4cd77c66a5118b7428101055170d" + "hash": "c9d181ffc9cb73a55e30fd05d58b3f18" }, { - "title": "Michelle Lodzinski's Murder Conviction Dismissed in ’91 Death of Son", - "description": "Evidence didn’t support Michelle Lodzinski’s 2016 conviction for killing Timothy Wiltsey, who vanished in 1991, New Jersey’s highest court ruled.", - "content": "Michelle Lodzinski at her 2014 arraignment on charges of murdering her son Timothy. ", - "category": "Decisions and Verdicts", - "link": "https://www.nytimes.com/2021/12/28/nyregion/murder-mother-son-conviction.html", - "creator": "Ed Shanahan", - "pubDate": "Wed, 29 Dec 2021 01:13:35 +0000", + "title": "‘Spider-Man: No Way Home’ Breaks Franchise Records and Brings Hope to Box Offices", + "description": "After nearly two years of lackluster box office sales for theatrical releases, Spidey breaks through to do what superheroes are supposed to do.", + "content": "After nearly two years of lackluster box office sales for theatrical releases, Spidey breaks through to do what superheroes are supposed to do.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/19/movies/spider-man-box-office-record.html", + "creator": "Brooks Barnes", + "pubDate": "Sun, 19 Dec 2021 22:13:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144778,16 +170149,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "999f5b16d43648e86ba27a2d46584d8b" + "hash": "40a2ce503113e0969714c12721279036" }, { - "title": "New Yorkers and the Sacred Spaces in Their Homes", - "description": "Hundreds of thousands of people in the city have set aside a part of their homes to pray, meditate or give thanks for another day.", - "content": "Hundreds of thousands of people in the city have set aside a part of their homes to pray, meditate or give thanks for another day.", - "category": "New York City", - "link": "https://www.nytimes.com/2021/12/29/nyregion/sacred-spaces-home-nyc.html", - "creator": "James Estrin", - "pubDate": "Wed, 29 Dec 2021 15:36:30 +0000", + "title": "2 Lynchings Reported at Sikh Temples in India", + "description": "Enraged mobs attacked men they linked to acts of sacrilege, one at the Golden Temple, the holiest shrine for Sikhs.", + "content": "Sikh guards at the Golden Temple in Amritsar, India, on Sunday.", + "category": "Temples (Religious)", + "link": "https://www.nytimes.com/2021/12/19/world/asia/sikh-temples-lynching.html", + "creator": "Sameer Yasir", + "pubDate": "Sun, 19 Dec 2021 17:59:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144799,16 +170170,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e1592f5d885031fd96c86e3c5855805" + "hash": "627e7cb68e1110b2c445122dad321165" }, { - "title": "A Story of Love and Obsession", - "description": "At home with James Fenton, the English poet, journalist and critic, and Darryl Pinckney, the African American novelist and playwright, in their obsessively, deliriously embellished house in Harlem.", - "content": "At home with James Fenton, the English poet, journalist and critic, and Darryl Pinckney, the African American novelist and playwright, in their obsessively, deliriously embellished house in Harlem.", - "category": "Poetry and Poets", - "link": "https://www.nytimes.com/2021/12/29/style/a-story-of-love-and-obsession.html", - "creator": "Penelope Green", - "pubDate": "Wed, 29 Dec 2021 10:00:20 +0000", + "title": "Is It Safe to Travel? Can I Still See My Family on Christmas?", + "description": "Omicron has cast a shadow over holiday plans.", + "content": "Travelers at George Bush Intercontinental Airport in Houston. Omicron has added another layer of anxiety to the holiday travel season.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2021/12/17/well/live/omicron-holiday-travel-parties-testing.html", + "creator": "Christina Caron", + "pubDate": "Fri, 17 Dec 2021 23:40:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144820,16 +170191,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f69469956a9aba5d07ea66fc3012d5e9" + "hash": "0df6d9ac9f616817b2cf7b203a120c97" }, { - "title": "Where to Find Italian Beef Outside Chicago", - "description": "Its hometown fans may disapprove, but the city’s proprietary sandwich is now being served in all sorts of places.", - "content": "The Italian beef sandwich at Dog Day Afternoon, which opened in August in Windsor Terrace, Brooklyn.", - "category": "Beef", - "link": "https://www.nytimes.com/2021/12/27/dining/italian-beef-restaurants.html", - "creator": "Robert Simonson", - "pubDate": "Mon, 27 Dec 2021 15:49:10 +0000", + "title": "2021 Holiday Gift Ideas for Wellness Enthusiasts", + "description": "Share the gift of healthy living. Here’s a list of some of our favorite things, from the staff and contributors of Well.", + "content": "Share the gift of healthy living. Here’s a list of some of our favorite things, from the staff and contributors of Well.", + "category": "Gifts", + "link": "https://www.nytimes.com/2021/11/04/well/live/holiday-gift-guide-wellness.html", + "creator": "Tara Parker-Pope and Tony Cenicola", + "pubDate": "Wed, 24 Nov 2021 16:24:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144841,16 +170212,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "389fc6eb1ea4e2e6fdcf0c1eb3340ec1" + "hash": "3fdc713cc0df41e35796ace1385ecc12" }, { - "title": "At New Year’s in Vienna, Everything Old Is New Again", - "description": "The Vienna Philharmonic’s annual performance brings to light memories and traditions, both bright and dark.", - "content": "The opening waltz at the Vienna Philharmonic Ball in 1959.", - "category": "Classical Music", - "link": "https://www.nytimes.com/2021/12/24/arts/music/vienna-philharmonic-new-years-concert.html", - "creator": "Rebecca Schmid", - "pubDate": "Tue, 28 Dec 2021 18:38:09 +0000", + "title": "The Highlight of Mary and Paul McCartney’s Holiday Is Yorkshire Pudding", + "description": "A recipe that evokes the traditional holiday fare of Paul McCartney’s youth via the plant-based cooking of his daughter Mary.", + "content": "The vegan Yorkshire pudding uses chickpea flour to achieve a crisp and custardy texture.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/17/dining/mary-paul-mccartney-vegan-yorkshire-pudding.html", + "creator": "Julia Moskin", + "pubDate": "Fri, 17 Dec 2021 18:42:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144862,16 +170233,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "53d2aac0db9f1bbd3866620f5d0ef1e5" + "hash": "640224464be0f349328608f3e282ba20" }, { - "title": "5 Signs of 'Worry Burnout'", - "description": "Even in a pandemic, our capacity for catastrophe has a limit. Here’s how to spot the signs", - "content": "Even in a pandemic, our capacity for catastrophe has a limit. Here’s how to spot the signs", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/16/well/worry-burnout-covid.html", - "creator": "Dani Blum", - "pubDate": "Thu, 16 Dec 2021 15:49:47 +0000", + "title": "How ‘Lord of the Rings’ Became ‘Star Wars’ for Millennial Women", + "description": "With tender male relationships and fearless female characters, the trilogy drew in tween girls who still hold the films dear in their 20s and 30s.", + "content": "With tender male relationships and fearless female characters, the trilogy drew in tween girls who still hold the films dear in their 20s and 30s.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/19/movies/lord-of-the-rings-millennial-women.html", + "creator": "Nikita Richardson", + "pubDate": "Sun, 19 Dec 2021 15:51:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144883,16 +170254,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d28796653a95fd2f813daab892467abd" + "hash": "a8bd4b216e88a2b46f8390e823798d58" }, { - "title": "Cases in Some Parts of the U.S. Reach Record Pandemic Highs", - "description": "The highly transmissible Omicron variant is sending daily caseloads in parts of the country soaring, with a 65 percent jump in the national average. The data points to the ease with which Omicron is spreading, even as some studies suggest that it might cause less severe illness. Here’s the latest.", - "content": "The highly transmissible Omicron variant is sending daily caseloads in parts of the country soaring, with a 65 percent jump in the national average. The data points to the ease with which Omicron is spreading, even as some studies suggest that it might cause less severe illness. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/27/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Mon, 27 Dec 2021 11:23:43 +0000", + "title": "With ‘1883,’ Taylor Sheridan Expands His Western Empire", + "description": "Sheridan’s “Yellowstone” is an enormous hit, and its success has positioned him to become one of TV’s most prolific creators. Next up is a prequel series premiering Sunday.", + "content": "“If you hold the mirror up to the world and reflect it back accurately, who cares what other people think?” Sheridan says.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/17/arts/television/taylor-sheridan-yellowstone-1883.html", + "creator": "Noel Murray", + "pubDate": "Fri, 17 Dec 2021 16:41:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144904,16 +170275,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eabcebed669890b3554031be29b49558" + "hash": "0b7e7f0adaed0ff3bcac5df758850f7f" }, { - "title": "Thousands of flights are canceled as Omicron thins crews.", - "description": "On Sunday alone, about 1,300 U.S. flights and some 3,000 international ones were dropped.", - "content": "A security checkpoint at Denver International Airport on Sunday. While the coronavirus was a major factor in the groundings, bad weather and maintenance issues also caused problems.", - "category": "Airlines and Airplanes", - "link": "https://www.nytimes.com/2021/12/26/business/weekend-flights-canceled-omicron.html", - "creator": "Marc Tracy and Daniel Victor", - "pubDate": "Mon, 27 Dec 2021 11:57:38 +0000", + "title": "How Bradley Cooper Deceives Cate Blanchett in ‘Nightmare Alley’", + "description": "The director Guillermo del Toro narrates a sequence from his film noir.", + "content": "The director Guillermo del Toro narrates a sequence from his film noir.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/17/movies/nightmare-alley-clip.html", + "creator": "Mekado Murphy", + "pubDate": "Fri, 17 Dec 2021 15:46:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144925,16 +170296,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c28efd146da29e433db9d960463ae90" + "hash": "75c61978cd9543e5eef18d1492a23e58" }, { - "title": "As Omicron Spreads, Some Nursing Homes Struggle to Boost Residents", - "description": "Medical experts say the government should do more to get booster shots into long-term care residents in New York.", - "content": "The Crown Heights Center for Nursing and Rehabilitation in Brooklyn had about two dozen residents get boosted at a vaccine clinic on Wednesday. New York, like much of the country, was slow to push boosters before the new variant arrived.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/26/nyregion/omicron-nursing-homes-new-york.html", - "creator": "Sharon Otterman and Joseph Goldstein", - "pubDate": "Mon, 27 Dec 2021 01:56:49 +0000", + "title": "Will N.H.L. Stars Play at the Winter Olympics?", + "description": "A surge of Covid-19 cases and uncertain protocols at the Games are casting doubt on whether the men’s ice hockey tournament will feature the sport’s best players.", + "content": "A surge of Covid-19 cases and uncertain protocols at the Games are casting doubt on whether the men’s ice hockey tournament will feature the sport’s best players.", + "category": "Hockey, Ice", + "link": "https://www.nytimes.com/2021/12/15/sports/olympics/nhl-covid-winter-olympics.html", + "creator": "Victor Mather", + "pubDate": "Mon, 20 Dec 2021 00:38:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144946,16 +170317,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffd63b01b61607f81f2bfc299b3ded64" + "hash": "83748871d11fa85e38b61b0b12469946" }, { - "title": "How Accurate Are At-Home Covid Tests? Here’s a Quick Guide", - "description": "When used correctly, many rapid antigen tests are good at detecting people carrying high levels of the virus.", - "content": "Rapid at-home Covid test kits being handed out in Chelsea, Mass., on Dec. 17.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/article/at-home-covid-tests-accuracy.html", - "creator": "Emily Anthes", - "pubDate": "Fri, 17 Dec 2021 22:08:23 +0000", + "title": "Joe Manchin Says He Can't Support Build Back Better Act", + "description": "“I cannot vote to continue with this piece of legislation,” Mr. Manchin said on “Fox News Sunday,” citing concerns about adding to the national debt.", + "content": "Senator Joe Manchin III of West Virginia had been a key Democratic holdout for months on the social policy bill.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/19/us/politics/manchin-build-back-better.html", + "creator": "Catie Edmondson and Emily Cochrane", + "pubDate": "Sun, 19 Dec 2021 16:14:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144967,16 +170338,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "646d561081cffe0da1331d28032a5115" + "hash": "51efdb8a89b7dad46d89c8dda2dfe23f" }, { - "title": "How Paid Experts Help Exonerate Police After Deaths in Custody", - "description": "Inside the self-reinforcing ecosystem of people who advise, train and defend officers. Many accuse them of slanting science and perpetuating aggressive tactics.", - "content": "Inside the self-reinforcing ecosystem of people who advise, train and defend officers. Many accuse them of slanting science and perpetuating aggressive tactics.", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2021/12/26/us/police-deaths-in-custody-blame.html", - "creator": "Jennifer Valentino-DeVries, Mike McIntire, Rebecca R. Ruiz, Julie Tate and Michael H. Keller", - "pubDate": "Mon, 27 Dec 2021 00:36:38 +0000", + "title": "Manchin Rejects Landmark Legislation, Putting Biden’s Climate Goals at Risk", + "description": "Senator Joe Manchin III said he was opposed to legislation that includes climate action designed to keep the planet from dangerously overheating.", + "content": "Senator Joe Manchin III left a meeting at Senate Minority Leader Mitch McConnell’s office in Washington on Thursday.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/19/climate/manchin-climate-build-back-better-bill.html", + "creator": "Lisa Friedman and Coral Davenport", + "pubDate": "Sun, 19 Dec 2021 22:38:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -144988,16 +170359,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a0fc71ea8547059cdfb25e10294ff71" + "hash": "5762245ab212d9b8b31e0c1db5b566a3" }, { - "title": "Record Beef Prices, but Ranchers Aren’t Cashing In", - "description": "“You’re feeding America and going broke doing it”: After years of consolidation, four companies dominate the meatpacking industry, while many ranchers are barely hanging on.", - "content": "Steve Charter on his 8,000-acre ranch on the high plains of Montana.", - "category": "Meatpacking Plants and Slaughterhouses", - "link": "https://www.nytimes.com/2021/12/27/business/beef-prices-cattle-ranchers.html", - "creator": "Peter S. Goodman and Erin Schaff", - "pubDate": "Mon, 27 Dec 2021 08:00:16 +0000", + "title": "Covid Surge Puts Many Americans on Edge About Traveling", + "description": "Fear of the virus is causing some to rethink their holiday plans, while others say they will proceed, perhaps with more caution.", + "content": "Airline travel during the holiday season was expected to increase 184 percent from last year, according to AAA.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/19/us/covid-cases-holiday-plans-omicron.html", + "creator": "Giulia Heyward", + "pubDate": "Mon, 20 Dec 2021 00:02:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145009,16 +170380,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "126400b442ce2a9abab0571919f33831" + "hash": "fe13c4b0e793ded95e7c1d378e53843a" }, { - "title": "As Other Arab States Falter, Saudi Arabia Seeks to Become a Cultural Hub", - "description": "While conflicts and crises have battered Arab cultural capitals, Saudi Arabia is hosting film festivals and bankrolling new movies.", - "content": "The Red Sea International Film Festival, held this month in Jeddah, was a place to see and be seen.", - "category": "Economic Conditions and Trends", - "link": "https://www.nytimes.com/2021/12/27/world/middleeast/saudi-arabia-films-movies.html", - "creator": "Vivian Yee and Ben Hubbard", - "pubDate": "Mon, 27 Dec 2021 10:00:23 +0000", + "title": "U.K. Weighing Lockdown Amid an Omicron Wave and Political Turmoil", + "description": "Britain’s health secretary said on Sunday he wouldn’t rule out more restrictions before Christmas, but the prime minister would most likely face sharp pushback from his own party.", + "content": "Newcastle, England, on Monday. A total of 82,886 new coronavirus cases were reported across Britain on Sunday after days of record highs.", + "category": "British Broadcasting Corp", + "link": "https://www.nytimes.com/2021/12/19/world/europe/uk-lockdown-omicron-covid-boris-johnson.html", + "creator": "Megan Specia and Stephen Castle", + "pubDate": "Sun, 19 Dec 2021 20:05:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145030,16 +170401,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bf26785ccb7e1b0dd4ae223aa95c79d" + "hash": "1bf9d719980eaac059986b6f03c9eaa4" }, { - "title": "Winsome Sears Wants Black Voters to Rethink the G.O.P.", - "description": "The incoming lieutenant governor of Virginia was an unlikely candidate: a deeply conservative Black woman, and an immigrant, who supports Donald Trump.", - "content": "Winsome Sears, Virginia’s lieutenant governor-elect, preparing to preside over a session of the Virginia State Senate at the capitol in Richmond.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/12/27/us/winsome-sears-black-voters-republican.html", - "creator": "Campbell Robertson", - "pubDate": "Mon, 27 Dec 2021 10:00:12 +0000", + "title": "What to Know About the Civilian Casualty Files", + "description": "A New York Times investigation found that the American air war in Iraq, Syria and Afghanistan has been plagued by flawed intelligence, poor targeting and thousands of civilian deaths.", + "content": "Children playing where a school once stood in East Mosul, Iraq, the site of a January 2017 airstrike.", + "category": "Civilian Casualties", + "link": "https://www.nytimes.com/2021/12/18/us/airstrikes-civilian-casualty-files-pentagon.html", + "creator": "Michael Levenson", + "pubDate": "Sun, 19 Dec 2021 01:55:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145051,16 +170422,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fdf6d1faf686577474c7d11e6f16736" + "hash": "ab79fa49ac4af175c889ea36c9bf73e1" }, { - "title": "OneTrust Grows While the Internet Breaks Apart", - "description": "Companies have sprouted up to help others navigate the varied laws around the world governing websites.", - "content": "Kabir Barday, chief executive of OneTrust, which helps companies comply with online regulations. “Capitalism and commercial interest is not at odds with doing good for the world,” he said.", - "category": "Privacy", - "link": "https://www.nytimes.com/2021/12/27/technology/gdpr-internet-privacy-onetrust.html", - "creator": "David McCabe", - "pubDate": "Mon, 27 Dec 2021 08:00:11 +0000", + "title": "Why the International Concern Over Peng Shuai?", + "description": "The tennis star’s allegation that a senior official sexually abused her ignited global concern. Her comments retracting that claim seem unlikely to end the matter.", + "content": "Peng Shuai, the Chinese tennis star, at the Australian Open in Melbourne in 2020.", + "category": "Tennis", + "link": "https://www.nytimes.com/article/peng-shuai.html", + "creator": "Raymond Zhong and Chris Buckley", + "pubDate": "Mon, 20 Dec 2021 06:21:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145072,16 +170443,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ff38595dc2f629bbe4c9ae7f56f5677" + "hash": "df1911d2a4e4420a4ab1b713b5f26ef7" }, { - "title": "Desmond Tutu, Whose Voice Helped Slay Apartheid, Dies at 90", - "description": "The archbishop, a powerful force for nonviolence in South Africa’s anti-apartheid movement, was awarded the Nobel Peace Prize in 1984.", - "content": "Desmond M. Tutu at Washington National Cathedral in 1984. The archbishop was a spellbinding preacher, assuring his parishioners of God’s love while exhorting them to follow the path of nonviolence in their struggle.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/26/world/africa/desmond-tutu-dead.html", - "creator": "Marilyn Berger", - "pubDate": "Sun, 26 Dec 2021 14:03:59 +0000", + "title": "Alex Haley Taught America About Race — and a Young Man How to Write", + "description": "In 1968, the celebrated author of “The Autobiography of Malcolm X” arrived at Hamilton College to teach and work on his magnum opus, “Roots.” Now, on the centenary of his birth, a former student recalls Haley’s class.", + "content": "Alex Haley in 1977. ", + "category": "Black People", + "link": "https://www.nytimes.com/2021/12/17/books/review/alex-haley-hamilton-college-autobiography-of-malcolm-x-roots.html", + "creator": "Michael Patrick Hearn", + "pubDate": "Fri, 17 Dec 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145093,16 +170464,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa2f866535ab8c99d762b66f76968b32" + "hash": "6419d9a31e77c97d884ea19ced51cd0c" }, { - "title": "The Time Archbishop Tutu Was Searched at the Airport", - "description": "A former South Africa bureau chief for The Times recalls telling moments with the anti-apartheid religious leader.", - "content": "A former South Africa bureau chief for The Times recalls telling moments with the anti-apartheid religious leader.", - "category": "Tutu, Desmond M", - "link": "https://www.nytimes.com/2021/12/26/world/middleeast/archbishop-tutu-cowell-recollection.html", - "creator": "Alan Cowell", - "pubDate": "Sun, 26 Dec 2021 21:07:13 +0000", + "title": "What Shouldn’t Change About Classical Music", + "description": "Our chief classical music critic bids farewell with some thoughts about what should be preserved in the field he’s covered for decades.", + "content": "Our chief classical music critic bids farewell with some thoughts about what should be preserved in the field he’s covered for decades.", + "category": "Classical Music", + "link": "https://www.nytimes.com/2021/12/17/arts/music/classical-music-tommasini.html", + "creator": "Anthony Tommasini", + "pubDate": "Fri, 17 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145114,16 +170485,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3869d773393f5f8c08700bb9e1590c1" + "hash": "9ea72416f77fa8f348751a2cee594f60" }, { - "title": "Super Typhoon Rai Leaves Miles of Wreckage in Philippines", - "description": "Philippine officials warned that residents were going hungry. Many were still in evacuation centers. On a highway, survivors scrawled an appeal for aid.", - "content": "Vehicles overturned by severe flooding brought about by Typhoon Rai in Loboc, Bohol province, Philippines, on Wednesday.", - "category": "Philippines", - "link": "https://www.nytimes.com/2021/12/27/world/asia/philippines-super-typhoon-rai.html", - "creator": "Jason Gutierrez and Ezra Acayan", - "pubDate": "Mon, 27 Dec 2021 12:08:27 +0000", + "title": "Can Randi Weingarten Save Public Schools?", + "description": "Amid the pandemic, the union leader is stuck between outraged parents and burnt-out teachers.", + "content": "Amid the pandemic, the union leader is stuck between outraged parents and burnt-out teachers.", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2021/12/17/opinion/randi-weingarten-schools.html", + "creator": "Michelle Goldberg", + "pubDate": "Fri, 17 Dec 2021 20:35:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145135,16 +170506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0afac722a5e9f9188e39ed79150986a2" + "hash": "640ea1e295b4455a971e96a2d23a8f70" }, { - "title": "Hollywood Turns Up Star Power in Search of Audiences", - "description": "Boldface names have always mattered at the movies, but a number of recent casts have been full of them. That hasn’t always helped at the box office.", - "content": "Marketing for “Don’t Look Up” has emphasized its star-studded cast, including Leonardo DiCaprio and Jennifer Lawrence.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/26/business/movies-stars-hollywood.html", - "creator": "Brooks Barnes", - "pubDate": "Sun, 26 Dec 2021 19:43:48 +0000", + "title": "My Son Is Not Alone. Millions of Young People Commit His Crime.", + "description": "Alaa is a political prisoner in Egypt because he dared to dream of another world.", + "content": "Alaa is a political prisoner in Egypt because he dared to dream of another world.", + "category": "Human Rights and Human Rights Violations", + "link": "https://www.nytimes.com/2021/12/17/opinion/alaa-abdel-fattah-egypt-political-prisoners.html", + "creator": "Laila Soueif", + "pubDate": "Fri, 17 Dec 2021 11:07:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145156,16 +170527,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5bc0c033a5a2838b81bd7d9ce5d7fa0" + "hash": "1586c9815137319aaf352e1487f38047" }, { - "title": "What We Learned From Week 16 in the N.F.L.", - "description": "The Bills’ offense and defense worked in tandem to take first place in the A.F.C. East from the Patriots, and an ailing Baltimore team saw its playoff chances dwindle.", - "content": "The Bengals’ Tee Higgins caught a pass against safety Ar’Darius Washington for a touchdown in the second half.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/26/sports/football/nfl-week-16-scores.html", - "creator": "Emmanuel Morgan", - "pubDate": "Mon, 27 Dec 2021 01:53:35 +0000", + "title": "What If the Fed Is Wrong About Inflation?", + "description": "Will we revisit that 1980s show?", + "content": "A food bank for unemployed steelworkers in Braddock, Pa., in 1983.", + "category": "Inflation (Economics)", + "link": "https://www.nytimes.com/2021/12/17/opinion/inflation-federal-reserve-us-economy.html", + "creator": "Paul Krugman", + "pubDate": "Fri, 17 Dec 2021 19:01:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145177,16 +170548,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ef87acf666dad965fb19b65dbe2a43b" + "hash": "52a9cede5c20629b028e944b85eec40c" }, { - "title": "The Best Metropolitan Diary Item of 2021: The Readers Speak", - "description": "A tale of two hot dog vendors claims the top spot in this year’s voting, outpolling four other favorites. All five are presented here.", - "content": "A tale of two hot dog vendors claims the top spot in this year’s voting, outpolling four other favorites. All five are presented here.", - "category": "New York City", - "link": "https://www.nytimes.com/2021/12/26/nyregion/metropolitan-diary.html", + "title": "Fed Up With Those Who Won’t Get Vaccinated", + "description": "Readers join Charles M. Blow in voicing anger at vaccine resisters who endanger others. Also: The brain as democracy’s infrastructure.", + "content": "  ", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/19/opinion/letters/covid-unvaccinated.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 08:00:05 +0000", + "pubDate": "Sun, 19 Dec 2021 16:30:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145198,16 +170569,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "552981581e6279089185e0eb13de1c26" + "hash": "8c8e09af5dcdc6afca682854af67dda4" }, { - "title": "Chuck Close: The Conversation I Never Had With Him", - "description": "The artist’s image has been reduced to the sexual harassment accusations against him, but I knew him to be more than that.", - "content": "The artist’s image has been reduced to the sexual harassment accusations against him, but I knew him to be more than that.", - "category": "Close, Chuck", - "link": "https://www.nytimes.com/2021/12/27/opinion/chuck-close-artist.html", - "creator": "Ali Silverstein", - "pubDate": "Mon, 27 Dec 2021 10:00:05 +0000", + "title": "Surprise! There’s No Voter Fraud. Again.", + "description": "New data proves what we’ve long known: Claims of widespread voter fraud are a lie.", + "content": "New data proves what we’ve long known: Claims of widespread voter fraud are a lie.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/17/opinion/election-vote-fraud-data.html", + "creator": "Jesse Wegman", + "pubDate": "Sat, 18 Dec 2021 02:49:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145219,16 +170590,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f49d5ca7fb05e150c104e73b0192a67" + "hash": "23f69b2e3c990412f95040f0f3cee331" }, { - "title": "Didion’s Prophetic Eye on America", - "description": "Didion always knew something was out of sync in this country.", - "content": "Didion always knew something was out of sync in this country.", - "category": "Didion, Joan", - "link": "https://www.nytimes.com/2021/12/24/opinion/joan-didion-books.html", - "creator": "Michiko Kakutani", - "pubDate": "Fri, 24 Dec 2021 19:50:13 +0000", + "title": "The All-Too-Common Tragedy of Foster Care", + "description": "Foster children need an advocate to prioritize their needs.", + "content": "Foster children need an advocate to prioritize their needs.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/18/opinion/foster-children-volunteer-casa.html", + "creator": "Jane Coaston", + "pubDate": "Sun, 19 Dec 2021 02:01:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145240,16 +170611,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af07c3956bf1f6984872363c377e8fa7" + "hash": "93896c2544eb42e3a0cbac412057c7b9" }, { - "title": "We’re in Omicron Lockdown in the Netherlands. It Shouldn’t Have Happened.", - "description": "The failure to vaccinate more people, start a booster campaign earlier and spin up free testing capacity quickly have created a crisis.", - "content": "The failure to vaccinate more people, start a booster campaign earlier and spin up free testing capacity quickly have created a crisis.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/24/opinion/omicron-lockdown.html", - "creator": "Senay Boztas", - "pubDate": "Fri, 24 Dec 2021 20:00:08 +0000", + "title": "Give Where You Live", + "description": "Find the people doing good work in your own community and help them do it.", + "content": "Heather Heyer Way in Charlottesville, Va.", + "category": "Philanthropy", + "link": "https://www.nytimes.com/2021/12/18/opinion/donate-local-charlottesville.html", + "creator": "Jamelle Bouie", + "pubDate": "Sat, 18 Dec 2021 15:41:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145261,16 +170632,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7c5d7fc7ee86611ad7ddd7eb3459eb5" + "hash": "70db5ad15a5e39fd5f097cc418eb8b2e" }, { - "title": "A Dangerous Ruling About The Times, Project Veritas and Press Freedom", - "description": "A troubling ruling that raises First Amendment concerns.", - "content": "A troubling ruling that raises First Amendment concerns.", - "category": "Freedom of the Press", - "link": "https://www.nytimes.com/2021/12/24/opinion/project-veritas-new-york-times.html", - "creator": "The Editorial Board", - "pubDate": "Fri, 24 Dec 2021 22:24:15 +0000", + "title": "The No. 1 Skill Eric Adams Is Looking For (It’s Not on a Résumé)", + "description": "The mayor-elect of New York City wants his top officials to be emotionally intelligent, characterizing it as his “No. 1 criteria.”", + "content": "Eric Adams, left, said that Louis Molina, the next correction commissioner, had the emotional intelligence to face the “very difficult environment” that awaits him.", + "category": "Emotional intelligence", + "link": "https://www.nytimes.com/2021/12/18/nyregion/eric-adams-emotional-intelligence.html", + "creator": "Dana Rubinstein", + "pubDate": "Sat, 18 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145282,16 +170653,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef268f927d1e57b8812e8869de7cc1ea" + "hash": "056d2e8d84c5f2eac98aaacabf40e26b" }, { - "title": "I Took Ketamine for My Depression. Things Got Pretty Weird.", - "description": "I became an elephant, an octopus, a balloon. I grew giant hands. But I couldn’t shake my sadness.", - "content": "I became an elephant, an octopus, a balloon. I grew giant hands. But I couldn’t shake my sadness.", - "category": "Ketamine (Drug)", - "link": "https://www.nytimes.com/2021/12/26/opinion/depression-ketamine.html", - "creator": "Vanessa Barbara", - "pubDate": "Sun, 26 Dec 2021 16:00:06 +0000", + "title": "Time Capsule From 1887 Possibly Found in Robert E. Lee Statue", + "description": "Virginia historians are confident they’ve located a time capsule beneath a former monument to the Confederate general Robert E. Lee. They are less confident about how to get it out of a 1,500-pound granite rock.", + "content": "A stone from the pedestal on which a statue of Gen. Robert E. Lee once stood in Richmond, Va., is believed to contain a time capsule from 1887.", + "category": "Monuments and Memorials (Structures)", + "link": "https://www.nytimes.com/2021/12/19/us/time-capsule-richmond-lee-statue.html", + "creator": "Amanda Holpuch", + "pubDate": "Sun, 19 Dec 2021 14:06:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145303,16 +170674,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "624aaec756d8e5add3b67fbe6a2d120e" + "hash": "4e8c8169453dcb37a480f38544efc2ce" }, { - "title": "How to Fix Colombia’s Peace", - "description": "Key promises to address the conflict’s root causes have gone unmet.", - "content": "Key promises to address the conflict’s root causes have gone unmet.", - "category": "Colombia", - "link": "https://www.nytimes.com/2021/12/27/opinion/colombia-peace-agreement.html", - "creator": "Carolina Jiménez Sandoval", - "pubDate": "Mon, 27 Dec 2021 10:00:03 +0000", + "title": "Johnny Isakson, Longtime Senator From Georgia, Is Dead at 76", + "description": "He succeeded Newt Gingrich in the House. As a U.S. senator for 15 years, he was known for championing bipartisan cooperation.", + "content": "Senator Johnny Isakson on Capitol Hill in 2019. When he resigned for health reasons, Senator Chuck Schumer called him “one of the kindest, most thoughtful senators,” adding, “Independent of any party or politics, everyone will miss Johnny.”", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/19/us/politics/johnny-isakson-dead.html", + "creator": "Robert D. McFadden", + "pubDate": "Sun, 19 Dec 2021 17:43:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145324,16 +170695,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4833cd54ac52a2fbb67ddd2044e7100" + "hash": "2576c138d6253b5448e738aee913766c" }, { - "title": "It Was bell hooks Who Taught Me How to ‘Talk Back’", - "description": "Ms. hooks understood that voice and language are how marginalized people humanize themselves to themselves.", - "content": "Ms. hooks understood that voice and language are how marginalized people humanize themselves to themselves.", - "category": "Hooks, Bell", - "link": "https://www.nytimes.com/2021/12/26/opinion/bell-hooks-death-black.html", - "creator": "Kovie Biakolo", - "pubDate": "Sun, 26 Dec 2021 16:00:08 +0000", + "title": "Drakeo the Ruler Fatally Stabbed at Once Upon a Time in L.A. Festival", + "description": "The rapper, whose real name was Darrell Caldwell, was to perform at a festival on Saturday night when he was fatally stabbed during an altercation, officials said.", + "content": "The rapper Drakeo the Ruler performed onstage at the Rolling Loud festival in December in San Bernardino, Calif.", + "category": "Rap and Hip-Hop", + "link": "https://www.nytimes.com/2021/12/19/arts/music/drakeo-dead-stabbing.html", + "creator": "Eduardo Medina", + "pubDate": "Sun, 19 Dec 2021 18:10:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145345,16 +170716,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "05f7b8d30fca295ddb39fd158833e947" + "hash": "b8e9302df185739643c28d24e75a57b2" }, { - "title": "From the ‘Silent Majority’ to the Unvaxxed Minority", - "description": "What Covid has done to Europe’s far right.", - "content": "Two women registering to recieve their Covid 19 vaccines at the Johanniter Unfall Hilfe in Munich, Germany.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/24/opinion/vaccination-europe-covid-far-right.html", - "creator": "Ivan Krastev", - "pubDate": "Fri, 24 Dec 2021 16:00:09 +0000", + "title": "Key Moments in the Kimberly Potter Trial on Daunte Wright’s Death", + "description": "After a week and a half of testimony, closing arguments are expected on Monday in the Minnesota case.", + "content": "After a week and a half of testimony, closing arguments are expected on Monday in the Minnesota case.", + "category": "Firearms", + "link": "https://www.nytimes.com/article/kimberly-potter-trial-daunte-wright-takeaways.html", + "creator": "Nicholas Bogel-Burroughs", + "pubDate": "Sun, 19 Dec 2021 16:24:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145366,16 +170737,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7832220d522c32a8c2250ce2e6f6365e" + "hash": "dfca37465682dfecffdb6a064090200d" }, { - "title": "U.S. Policy Toward Pakistan Can't Be All About Afghanistan", - "description": "A reset won’t be easy: Resentment is rife. ", - "content": "A reset won’t be easy: Resentment is rife. ", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/25/opinion/pakistan-biden-khan.html", - "creator": "Madiha Afzal", - "pubDate": "Sat, 25 Dec 2021 16:00:05 +0000", + "title": "Shirley McBay, Pioneering Mathematician, Is Dead at 86", + "description": "The first Black student to receive a doctorate from the University of Georgia, she devoted her life to advocating for diversity in science and math education.", + "content": "Shirley McBay in an undated photo. She enrolled in the University of Georgia’s Ph.D. program in mathematics in 1964, just three years after the school had desegregated.", + "category": "McBay, Shirley (1935-2021)", + "link": "https://www.nytimes.com/2021/12/14/science/shirley-mcbay-dead.html", + "creator": "Clay Risen", + "pubDate": "Wed, 15 Dec 2021 15:05:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145387,16 +170758,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bc8ab6d40c3fe62279228884b58b748" + "hash": "a920780ad0ea24fed90a5d210fcdcea9" }, { - "title": "How Christmas Changed Everything", - "description": "The story of Jesus represented “a wholly new way of being human.”", - "content": "The story of Jesus represented “a wholly new way of being human.”", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/26/opinion/how-christmas-changed-everything.html", - "creator": "Tish Harrison Warren", - "pubDate": "Sun, 26 Dec 2021 16:15:05 +0000", + "title": "London Faces a Dimming Holiday Travel Season", + "description": "Amid a rising number of coronavirus cases attributed to the new variant and testing rules that travelers find onerous, the holiday season suddenly looks a lot less bright for the traditional Christmas destination.", + "content": "The Covent Garden Market in London. The British government’s daily estimate of new coronavirus cases is around 200,000.", + "category": "London (England)", + "link": "https://www.nytimes.com/2021/12/17/travel/london-holiday-travel-omicron.html", + "creator": "Ceylan Yeginsu and Lindsey Tramuta", + "pubDate": "Sat, 18 Dec 2021 04:24:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145408,16 +170779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e9d873906cd452ae8f583af549c075a" + "hash": "c4be80ff6923d705c6cf3b81457b3379" }, { - "title": "Chile President-Elect Gabriel Boric Faces Challenge on Constitution", - "description": "Gabriel Boric has no room for error in this constitutional moment.", - "content": "Gabriel Boric has no room for error in this constitutional moment.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/24/opinion/chile-president-boric.html", - "creator": "Cristian Farias", - "pubDate": "Fri, 24 Dec 2021 16:00:08 +0000", + "title": "At Every Step, Afghans Coming to America Encounter Stumbling Blocks", + "description": "U.S. officials concede that the system was unprepared.", + "content": "U.S. officials concede that the system was unprepared.", + "category": "Afghanistan War (2001- )", + "link": "https://www.nytimes.com/2021/12/19/us/politics/afghan-war-refugees.html", + "creator": "Lara Jakes", + "pubDate": "Sun, 19 Dec 2021 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145429,16 +170800,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4e0c707fb2f5e76229fbcfa1ae7f5de" + "hash": "ea29454b3f78983c436c39867e6b3997" }, { - "title": "Christmas Is Weird", - "description": "Christmas is the grand miracle that makes space for all the smaller miracles. ", - "content": "A roadside produce stand in Homer, New York.", - "category": "Christmas", - "link": "https://www.nytimes.com/2021/12/23/opinion/christmas-is-weird.html", - "creator": "Esau McCaulley", - "pubDate": "Fri, 24 Dec 2021 00:00:04 +0000", + "title": "Afghanistan’s National Museum Begins Life Under the Taliban", + "description": "Some experts hope the reopening of the museum in Kabul is a sign the Islamic regime will show greater tolerance toward art. Others worry it is all optics.", + "content": "Some experts hope the reopening of the museum in Kabul is a sign the Islamic regime will show greater tolerance toward art. Others worry it is all optics.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/17/arts/design/afghanistan-national-museum-reopens.html", + "creator": "Anna P. Kambhampaty", + "pubDate": "Fri, 17 Dec 2021 17:08:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145450,16 +170821,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b1f3c275d637f9a7ebcb96367f7722e" + "hash": "016429fdfc1ea3d428767776dafd117f" }, { - "title": "How America's ICUs Are Dealing with Another Christmas of Death and Distress", - "description": "The toll on health care workers, many of whom are giving up their holiday to treat dangerously ill Covid patients, is severe.", - "content": "“We’re pretty short-staffed,” Ronda Stevenson, an intensive care unit nurse at Eskenazi Health in Indianapolis, said. “It’s getting harder.”", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/25/us/covid-hospitals.html", - "creator": "Sarah Bahr and Mike Baker", - "pubDate": "Sat, 25 Dec 2021 10:00:13 +0000", + "title": "Britney Spears Felt Trapped. Her Business Manager Benefited.", + "description": "Louise Taylor faces questions about whether she improperly enriched herself as the pop star’s business manager.", + "content": "Louise M. Taylor, center, was the business manager to Britney Spears’s estate. Ms. Spears’s lawyers are questioning how Ms. Taylor and James P. Spears, right, handled the star’s finances.", + "category": "Spears, Britney", + "link": "https://www.nytimes.com/2021/12/19/business/britney-spears-conservatorship-tri-star.html", + "creator": "Liz Day, Emily Steel, Rachel Abrams and Samantha Stark", + "pubDate": "Sun, 19 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145471,16 +170842,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e6dd57be519db95eee7947d1c8990dc" + "hash": "bb02c56d2299d87520cc28ff819a0374" }, { - "title": "Man Killed in Apparent Shark Attack Off California, the Authorities Say", - "description": "The body of a man who had been on a boogie board was found off the coast of Morro Bay. The death was believed to be the only fatal shark encounter of the year in the United States.", - "content": "A sign in the shadow of Morro Rock bore a stark warning for beachgoers on Friday in Morro Bay, Calif.", - "category": "Sharks", - "link": "https://www.nytimes.com/2021/12/25/us/deadly-shark-attack-california.html", - "creator": "Vimal Patel", - "pubDate": "Sat, 25 Dec 2021 10:00:12 +0000", + "title": "In Fight Against Violence, Asian and Black Activists Struggle to Agree", + "description": "Calls for unity have ebbed over disagreements on one main issue: policing.", + "content": "In May, activists with Black Lives Matter and the Stop Asian Hate movement rallied in San Francisco. People in both movements around the country say that unity efforts have fizzled.", + "category": "Police Reform", + "link": "https://www.nytimes.com/2021/12/19/us/black-asian-activists-policing-disagreement.html", + "creator": "Kellen Browning and Brian X. Chen", + "pubDate": "Sun, 19 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145492,16 +170863,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d8f6667d93eecf8784ef25b79eedabf" + "hash": "80736f818c1cf85b0ab9c2f07178be2e" }, { - "title": "Sardi’s Is Back After 648 Days, Its Fortunes Tied to Broadway", - "description": "The caricatures are back up. But many shows are canceling performances just as Sardi’s reopens, a hurdle for a restaurant catering to the theater crowd.", - "content": "Sardi’s is back, and with it comes a mix of industry insiders and theater-loving tourists. On the restaurant’s first night open, Nate Sayatovich, the Covid compliance manager for the “Hadestown” tour, sported a red face mask as he welcomed his friend Gène Phillips, whom he had not seen in months.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/25/theater/sardis-broadway-reopening.html", - "creator": "Michael Paulson", - "pubDate": "Sat, 25 Dec 2021 10:00:20 +0000", + "title": "Paul Rudd Hosts a Year-End ‘S.N.L.’ Disrupted by the Omicron Variant", + "description": "“Saturday Night Live” sought to persevere with an episode featuring special guests, but no musical performer and only two regular cast members.", + "content": "“Saturday Night Live” aired without an audience or most of its cast and crew this week. From left, Tina Fey, Paul Rudd, Tom Hanks and Kenan Thompson presented a mix of pre-taped and classic sketches.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/19/arts/television/saturday-night-live-paul-rudd-omicron-variant.html", + "creator": "Dave Itzkoff", + "pubDate": "Sun, 19 Dec 2021 08:17:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145513,16 +170884,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a1c94b64cd04e13489391fce09b19b1" + "hash": "e7d6922af3cf6fe8c1edb3b403df7189" }, { - "title": "A New Israeli Wonderland, Where You Can Almost Forget Where You Are", - "description": "An alien spaceship theme park, an Italian Renaissance-style mall, a canal with gondolas. “Nothing in Israel compares with it,” the developer says. There’s just one catch.", - "content": "A crazy rooftop ride at Magic Kass theme park offers a view of an Israeli settlement, Maale Adumim, and the Judean Desert.", - "category": "Maale Adumim (West Bank)", - "link": "https://www.nytimes.com/2021/12/25/world/middleeast/park-israel-dcity.html", - "creator": "Isabel Kershner", - "pubDate": "Sat, 25 Dec 2021 20:05:30 +0000", + "title": "You Love That House, but Should You Write a Love Letter?", + "description": "A common practice in real estate is coming under new scrutiny because of concerns about discrimination. And one state has made it illegal.", + "content": "A common practice in real estate is coming under new scrutiny because of concerns about discrimination. And one state has made it illegal.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/17/realestate/you-love-that-house-but-should-you-write-a-love-letter.html", + "creator": "Candace Jackson", + "pubDate": "Fri, 17 Dec 2021 18:59:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145534,16 +170905,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e46241a3a47d1855a1f58e54c0b7b79" + "hash": "0c8dc6c928584a869e68f8caf68d8f72" }, { - "title": "As Prices Rise Due to Inflation, Biden Turns to Antitrust Enforcers", - "description": "A wide-ranging presidential order helped block a railroad merger and tackle supply-chain problems, and it is planting the seeds for bigger actions.", - "content": "President Biden’s efforts to stoke competition and break up consolidated industries have rattled big companies and angered officials at some of the most prominent industry groups in Washington.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/25/business/biden-inflation.html", - "creator": "Jim Tankersley and Alan Rappeport", - "pubDate": "Sat, 25 Dec 2021 16:51:01 +0000", + "title": "What It Will Take to Resettle Afghan Allies", + "description": "Americans can do a lot of good helping Afghans resettle in the United States.", + "content": "Americans can do a lot of good helping Afghans resettle in the United States.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/19/opinion/afghan-refugees-resettlement-us.html", + "creator": "Farah Stockman", + "pubDate": "Sun, 19 Dec 2021 15:30:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145555,16 +170926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83b1f5af12f9d823d012ef66041e7f8d" + "hash": "e78699ae232ef553b3c9bd2b79144264" }, { - "title": "Overlooked Stories", - "description": "Today we look at stories from 2021 that didn’t receive as much attention as they deserved.", - "content": "Today we look at stories from 2021 that didn’t receive as much attention as they deserved.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/27/briefing/overlooked-stories-2021-journalism.html", - "creator": "the staff of The Morning", - "pubDate": "Mon, 27 Dec 2021 11:26:48 +0000", + "title": "Amy Coney Barrett’s View: Adoption, Not Abortion", + "description": "Readers offer personal stories to challenge the justice’s suggestion that adoption is a good alternative.", + "content": " ", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/18/opinion/letters/amy-coney-barrett-abortion-adoption.html", + "creator": "", + "pubDate": "Sat, 18 Dec 2021 16:30:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145576,16 +170947,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c682bc2e016dc5db365871c5e4d0e15f" + "hash": "a03a5e182e6146566187c84702e21bc9" }, { - "title": "Stories From the Great American Labor Shortage: An Update", - "description": "We speak to businesses scrambling to find workers — and the former employees unwilling to return to those jobs.", - "content": "As the hospitality industry opens back up, managers have found it difficult to fill vacancies.", - "category": "Shortages", - "link": "https://www.nytimes.com/2021/12/27/podcasts/the-daily/labor-shortages-pandemic-hospitality.html", - "creator": "Asthaa Chaturvedi, Lynsea Garrison, Robert Jimison, Luke Vander Ploeg, Diana Nguyen, Clare Toeniskoetter, Michael Simon Johnson, Sydney Harper, Lisa Chow, Anita Badejo, Marc Georges, Dan Powell, Chris Wood and Corey Schreppel", - "pubDate": "Mon, 27 Dec 2021 11:00:05 +0000", + "title": "Give Parents the Gifts of Baby Supplies and Advocacy (and Love)", + "description": "Help fulfill the basic health and well-being of moms, dads and kids.", + "content": "Help fulfill the basic health and well-being of moms, dads and kids.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/18/opinion/diapers-supplies-holidays.html", + "creator": "Jessica Grose", + "pubDate": "Sat, 18 Dec 2021 13:42:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145597,16 +170968,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "46b6df429ea18339014764a5b129268f" + "hash": "217c298aebd8aef5a17b0e0ee79363d9" }, { - "title": "At Home and Away’s Best of 2021", - "description": "What we watched, read, listened to and cooked this year.", - "content": "What we watched, read, listened to and cooked this year.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/24/at-home/newsletter.html", - "creator": "Melissa Kirsch", - "pubDate": "Sun, 26 Dec 2021 13:58:50 +0000", + "title": "As Covid Surges, Experts Say U.S. Booster Effort Is Far Behind", + "description": "The C.D.C. now recommends that all adults get a booster. But only one in six Americans has received that shot, worrying health officials.", + "content": "Danielle Ong received a booster dose of the Pfizer vaccine in San Ramon, Calif., on Thursday.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/18/us/omicron-booster-shots-americans.html", + "creator": "Shawn Hubler and Amy Harmon", + "pubDate": "Sun, 19 Dec 2021 03:39:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145618,16 +170989,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0db0433d063157154417c449993fa31f" + "hash": "baa4b0039783f104c1eeace49cd194f9" }, { - "title": "Why Are More Black Children Dying by Suicide?", - "description": "Mental health experts assumed that people of all races had the same risk factors for self-harm. Emerging evidence suggests that is not the case.", - "content": "Mental health experts assumed that people of all races had the same risk factors for self-harm. Emerging evidence suggests that is not the case.", - "category": "Suicides and Suicide Attempts", - "link": "https://www.nytimes.com/2021/11/18/well/mind/suicide-black-kids.html", - "creator": "Christina Caron and Julien James", - "pubDate": "Fri, 19 Nov 2021 03:48:00 +0000", + "title": "The Photos That Ghislaine Maxwell Didn’t Want the Jury to See", + "description": "Photos displayed during Ms. Maxwell’s sex-trafficking trial show her in an apparently happy relationship with Jeffrey Epstein, her notorious former companion.", + "content": "A series of undated pictures like this one, entered into evidence in Ghislaine Maxwell’s sex-trafficking trial, show Ms. Maxwell and Jeffrey Epstein together.", + "category": "Sex Crimes", + "link": "https://www.nytimes.com/2021/12/16/nyregion/ghislaine-maxwell-trial-epstein-pictures.html", + "creator": "Colin Moynihan", + "pubDate": "Thu, 16 Dec 2021 16:21:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145635,20 +171006,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7bbeb6284d36e337ca1d61e8542bfb83" + "hash": "4d99d53974320975e6211aaaf8ccffdb" }, { - "title": "Jean-Marc Vallée, Director of ‘Dallas Buyers Club,’ Dies at 58", - "description": "Known for his naturalistic approach, the Canadian-born filmmaker transformed true stories into acclaimed dramas.", - "content": "Known for his naturalistic approach, the Canadian-born filmmaker transformed true stories into acclaimed dramas.", - "category": "Vallee, Jean-Marc", - "link": "https://www.nytimes.com/2021/12/27/movies/jean-marc-vallee-dead.html", - "creator": "Livia Albeck-Ripka", - "pubDate": "Mon, 27 Dec 2021 11:51:55 +0000", + "title": "Omicron, E-Sports, Christmas: Your Weekend Briefing", + "description": "Here’s what you need to know about the week’s top stories.", + "content": "Lines for Covid-19 testing have circled the block in New York City and other parts of the US, as cases spike ahead of Christmas.", + "category": "", + "link": "https://www.nytimes.com/2021/12/19/briefing/omicron-e-sports-christmas-your-weekend-briefing.html", + "creator": "Remy Tumin", + "pubDate": "Sun, 19 Dec 2021 10:37:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145660,16 +171031,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14b217efd0637a93279709620ae08030" + "hash": "cb65b55a0afb77090eac67a4e554a2d6" }, { - "title": "What Three Broadway Shows Tell Us About Racial Progress", - "description": "The female protagonists in “Trouble in Mind,” “Caroline, or Change” and “Clyde’s” show the richness that comes from having a multitude of Black voices onstage.", - "content": "LaChanze as Wiletta Mayer and Brandon Micheal Hall as John Nevis in the Alice Childress play “Trouble in Mind” at the American Airlines Theater.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/27/theater/trouble-in-mind-caroline-or-change-clydes.html", - "creator": "Salamishah Tillet", - "pubDate": "Mon, 27 Dec 2021 10:00:16 +0000", + "title": "The Pandemic Hampered Their Stride. They’re Rising Back Up.", + "description": "When Covid-19 hit, these New Yorkers faced setbacks. A year later, pieces are falling into place for their careers and health.", + "content": "Demetria Mack completed an internship and became a tutor.", + "category": "New York Times Neediest Cases Fund", + "link": "https://www.nytimes.com/2021/12/16/neediest-cases/pandemic-setback-comeback.html", + "creator": "Jennifer Camille Martin", + "pubDate": "Thu, 16 Dec 2021 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145681,16 +171052,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03f5fb9f917f8f127203b4cc028fb3a7" + "hash": "81bad8b31bd820facfe6936079383f05" }, { - "title": "A 6th Grader Saves the Lives of Two People on the Same Day", - "description": "Davyon Johnson, 11, has been honored for his Dec. 9 interventions but says he doesn’t understand the attention he’s drawn. It was “the right thing to do,” he said.", - "content": "Davyon Johnson with Undersheriff Greg Martin of Muskogee County, Okla., after receiving an award for saving the lives of two people on the same day this month.", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/2021/12/26/us/davyon-johnson-student-saves-classmate-fire.html", - "creator": "Eduardo Medina", - "pubDate": "Sun, 26 Dec 2021 20:56:55 +0000", + "title": "Voting for President, Chile Faces Stark Choice, With Constitution at Stake", + "description": "The presidential race is being contested by a millennial leftist who would be the nation’s youngest leader and a far-right politician who has promised to restore order and security.", + "content": "A polling station in Punta Arenas, Chile, on Saturday. The result of the presidential race, the nation’s most acrimonious in recent history, is likely to reverberate in efforts to draft a new constitution.", + "category": "Constitutions", + "link": "https://www.nytimes.com/2021/12/19/world/americas/chile-president-election.html", + "creator": "Pascale Bonnefoy and Ernesto Londoño", + "pubDate": "Sun, 19 Dec 2021 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145702,16 +171073,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "953af8002e7bd4d1208f768ea6216878" + "hash": "91778ca04f31c1e3271d7e84d702922c" }, { - "title": "Holiday Retail Sales Soared, With E-Commerce Notching Huge Gains", - "description": "Mastercard SpendingPulse data showed an 8.5 percent jump in total sales, with online ordering up 11 percent from last year.", - "content": "Mastercard SpendingPulse data showed an 8.5 percent jump in total sales, with online ordering up 11 percent from last year.", - "category": "E-Commerce", - "link": "https://www.nytimes.com/2021/12/26/business/holiday-sales-data.html", - "creator": "E. Justin Swanson", - "pubDate": "Mon, 27 Dec 2021 09:56:31 +0000", + "title": "Indianapolis Invests $45 Million to Stem the Surge in Homicides", + "description": "The impact of those programs still isn’t clear, but the size of Indianapolis’s investment speaks to the urgency of the moment.", + "content": "Members of the TenPoint Coalition, a group that aims to reduce violence, monitoring the streets in the Butler-Tarkington neighborhood of Indianapolis. ", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2021/12/19/us/indianapolis-murders.html", + "creator": "Neil MacFarquhar", + "pubDate": "Sun, 19 Dec 2021 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145723,16 +171094,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83c67e90bd43c3bdd037710974fffca1" + "hash": "40f96dc8b38e675bf30e62ee4ebf272d" }, { - "title": "E.O. Wilson, a Pioneer of Evolutionary Biology, Dies at 92", - "description": "A Harvard professor for 46 years, he was an expert on insects and explored how natural selection and other forces could influence animal behavior. He then applied his research to humans.", - "content": "E.O. Wilson in 2016. He became one of the world’s leading voices for the protection of endangered wildlife.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/27/science/eo-wilson-dead.html", - "creator": "Carl Zimmer", - "pubDate": "Mon, 27 Dec 2021 11:48:12 +0000", + "title": "As U.S. Navigates Crisis in Haiti, a Bloody History Looms Large", + "description": "American policy decisions are vital to understanding Haiti’s political instability, and why it remains the poorest country in the Western Hemisphere.", + "content": "A cycle of crisis and U.S. intervention in Haiti has persisted for decades.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/19/us/politics/us-haiti-intervention.html", + "creator": "Chris Cameron", + "pubDate": "Sun, 19 Dec 2021 08:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145744,16 +171115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6c19ccf06e6c2ad3590b39aca56caa2" + "hash": "964f2a0758e00fa8df7aa0e3ddbd5a8c" }, { - "title": "Somalia’s President Suspends Prime Minister Over Corruption Allegations", - "description": "The premier, Mohamed Hussein Roble, defied the order to step down as tensions continue over long-delayed elections.", - "content": "Prime Minister Mohamed Hussein Roble of Somalia at an election negotiation session in Mogadishu in May.", - "category": "Somalia", - "link": "https://www.nytimes.com/2021/12/27/world/africa/somalia-prime-minister-suspended.html", - "creator": "Abdi Latif Dahir", - "pubDate": "Mon, 27 Dec 2021 11:49:48 +0000", + "title": "She Broke Japan’s Comedic Barrier Playing Drunks and Fools (Yep, Men)", + "description": "Niyo Katsura has won acclaim in rakugo, a classical form of Japanese storytelling, by doing anything onstage that a man can do.", + "content": "Niyo Katsura performing rakugo, a classical form of Japanese comedic storytelling, in Osaka earlier this month. Ms. Katsura is the first woman to win a prestigious award for rakugo newcomers.", + "category": "Women and Girls", + "link": "https://www.nytimes.com/2021/12/19/world/asia/japan-rakugo.html", + "creator": "Motoko Rich and Hikari Hida", + "pubDate": "Sun, 19 Dec 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145765,16 +171136,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b1eff2d4993531e09807241d719c7bd" + "hash": "8bf50d6cd4056120af327527c21eb312" }, { - "title": "Idaho Sheriff Is Accused of Pointing Gun at Woman Who Delivered a Thank-You Card", - "description": "Sheriff Craig Rowland of Bingham County, Idaho, threatened to shoot a neighbor in November, according to an affidavit. Local officials are calling on him to resign.", - "content": "Sheriff Craig Rowland of Bingham County, Idaho, threatened to shoot a neighbor in November, according to an affidavit. Local officials are calling on him to resign.", - "category": "Police", - "link": "https://www.nytimes.com/2021/12/27/us/craig-rowland-idaho-sheriff-gun.html", - "creator": "Alyssa Lukpat", - "pubDate": "Mon, 27 Dec 2021 11:14:03 +0000", + "title": "Drakeo the Ruler Fatally Stabbed at Los Angeles Concert", + "description": "The rapper, whose real name was Darrell Caldwell, was to perform at a festival on Saturday night when he was fatally stabbed during an altercation, officials said.", + "content": "The rapper Drakeo the Ruler performed onstage at the Rolling Loud festival in December in San Bernardino, Calif.", + "category": "Rap and Hip-Hop", + "link": "https://www.nytimes.com/2021/12/19/arts/music/drakeo-dead-stabbing.html", + "creator": "Eduardo Medina", + "pubDate": "Sun, 19 Dec 2021 15:58:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145786,16 +171157,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "74980db3f27791981f4eceeffdd52e96" + "hash": "ff4e437e29718d907cfcaefa1d6e7d5b" }, { - "title": "Girl, 14, Is Identified in Fatal Police Shooting at Los Angeles Dressing Room", - "description": "The police said they expected to release more details on Monday about the shooting, which happened after officers responded to a call about an assault with a deadly weapon at a clothing store.", - "content": "Flowers were left in memory of Valentina Orellana-Peralta, 14, who was killed after the police opened fire on a man reported to be assaulting a woman.", - "category": "Valentina Orellana-Peralta", - "link": "https://www.nytimes.com/2021/12/26/us/14-year-old-girl-shot-valentina-orellana-peralta.html", - "creator": "Christine Chung and Giulia Heyward", - "pubDate": "Sun, 26 Dec 2021 23:17:23 +0000", + "title": "Senate Confirms Biden’s 40th Judge, Tying a Reagan-Era Record", + "description": "President Biden saw more of his judicial nominees confirmed in his first year than any president since Ronald Reagan. The Senate confirmed 18 federal judges in Donald Trump’s first year.", + "content": "President Biden has set a rapid pace in filling vacancies on the federal bench.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/18/us/politics/biden-judges-reagan-record.html", + "creator": "Catie Edmondson", + "pubDate": "Sat, 18 Dec 2021 23:49:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145807,16 +171178,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b69a7be3b07d55a630bb80b6cb0fd47d" + "hash": "e4bbfc67e0c73d096f92dfaaa28080e0" }, { - "title": "For the Warriors and the Suns, It’s Beginning to Look a Lot Like the Playoffs", - "description": "In a close game, with Stephen Curry scoring 33 points, Golden State and Phoenix offered what seemed like a preview of the Western Conference finals.", - "content": "In a close game, with Stephen Curry scoring 33 points, Golden State and Phoenix offered what seemed like a preview of the Western Conference finals.", - "category": "Phoenix Suns", - "link": "https://www.nytimes.com/2021/12/26/sports/warriors-suns-nba-standings-christmas.html", - "creator": "Tania Ganguli", - "pubDate": "Sun, 26 Dec 2021 21:07:35 +0000", + "title": "David Frost, Brexit Negotiator, Resigns in Another Blow to Boris Johnson", + "description": "The move puts new pressure on the prime minister, whose leadership has been called into question by a series of setbacks, including a new wave of Covid infections.", + "content": "In his resignation letter, David Frost hinted that he had significant differences with Prime Miniister Boris Johnson over coronavirus restrictions.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/18/world/europe/brexit-david-frost-resigns.html", + "creator": "Stephen Castle", + "pubDate": "Sun, 19 Dec 2021 04:44:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145828,16 +171199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb63add461fe605754eba33fc91f2378" + "hash": "42abb63dd09d4ee15badca6f08e2c802" }, { - "title": "The A.F.C. East Is Still Josh Allen’s Division", - "description": "The Buffalo quarterback threw for 314 yards and three touchdowns to help vault the Bills to first place and to the No. 4 seed in the conference.", - "content": "The Buffalo quarterback threw for 314 yards and three touchdowns to help vault the Bills to first place and to the No. 4 seed in the conference.", - "category": "Buffalo Bills", - "link": "https://www.nytimes.com/2021/12/26/sports/football/bills-patriots-score.html", - "creator": "Ben Shpigel", - "pubDate": "Mon, 27 Dec 2021 00:46:26 +0000", + "title": "Japan Fire: Osaka Police Identify a Suspect, 61", + "description": "A 61-year-old man, hospitalized after the fire at an Osaka psychiatric clinic, is being investigated on suspicion of arson and murder, the police said.", + "content": "The clinic set afire on Friday was in a narrow, eight-story building in a crowded part of Osaka, Japan.", + "category": "Arson", + "link": "https://www.nytimes.com/2021/12/18/world/asia/japan-fire-osaka-arson.html", + "creator": "Motoko Rich and Makiko Inoue", + "pubDate": "Sun, 19 Dec 2021 02:28:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145849,16 +171220,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68ca664e0550cc37c59fc6e9ec5e3704" + "hash": "0acf4074b1dc92a1638a3cde7e8032ca" }, { - "title": "Covid-19 At-Home Testing and PCR, Rapid Testing Questions: What to Know", - "description": "Facing long lines and shortages of home test kits during the latest surge, people are searching for answers about Covid tests.", - "content": "Facing long lines and shortages of home test kits during the latest surge, people are searching for answers about Covid tests.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/article/tests-covid-omicron-pcr-rapid.html", - "creator": "Tara Parker-Pope, Dani Blum and Nicole Stock", - "pubDate": "Thu, 23 Dec 2021 16:52:15 +0000", + "title": "Super Typhoon Rai's Death Toll in Philippines Is Climbing", + "description": "Nearly 100 people are now believed to have been killed by the storm, and rescuers are still trying to reach some devastated areas.", + "content": "Devastated homes in Cebu Province in the central Philippines, along a river swollen by Super Typhoon Rai’s rains.", + "category": "Typhoons", + "link": "https://www.nytimes.com/2021/12/19/world/asia/philippines-super-typhoon-rai-odette.html", + "creator": "Jason Gutierrez", + "pubDate": "Sun, 19 Dec 2021 10:46:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145870,16 +171241,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f416c1552d22d874913be2f6e462dbbb" + "hash": "12ea2c35f393583deb1b29e9f4102a92" }, { - "title": "Your Mom Is Destined to Annoy You", - "description": "How to manage your inevitable holiday regression.", - "content": "How to manage your inevitable holiday regression.", - "category": "", - "link": "https://www.nytimes.com/2019/12/11/parenting/your-mom-is-destined-to-annoy-you.html", - "creator": "Jessica Grose", - "pubDate": "Wed, 11 Dec 2019 13:39:21 +0000", + "title": "France Refused to Repatriate a Sick Woman Who Joined the Islamic State. She Died.", + "description": "A Frenchwoman died of health complications in a detention camp in Syria on Tuesday, her lawyer said. She had repeatedly asked to be repatriated to treat severe diabetes.", + "content": "A woman walking through Roj, the camp where relatives of people suspected of belonging to the Islamic State are being detained in Syria’s northeastern Hasakah Province.", + "category": "Deaths (Fatalities)", + "link": "https://www.nytimes.com/2021/12/15/world/europe/frenchwoman-dead-syria-detention-camp.html", + "creator": "Constant Méheut", + "pubDate": "Wed, 15 Dec 2021 16:44:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145891,16 +171262,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f5838ba137a45be5a78bd448b25590c" + "hash": "c8879efd48c63afa04871b39dbb72c6f" }, - { - "title": "Too Much Screen Time? Here’s How to Dial Back", - "description": "Sticking to a new routine can stop your children from becoming screen zombies.", - "content": "Sticking to a new routine can stop your children from becoming screen zombies.", - "category": "Children and Childhood", - "link": "https://www.nytimes.com/2020/04/17/parenting/reducing-screen-time-kids.html", - "creator": "Christina Caron", - "pubDate": "Fri, 17 Apr 2020 14:52:08 +0000", + { + "title": "Professor Put Clues to a Cash Prize in His Syllabus. No One Noticed.", + "description": "Tucked into the second page of the syllabus was information about a locker number and its combination. Inside was a $50 bill, which went unclaimed.", + "content": "A professor at the University of Tennessee at Chattanooga left $50 in a locker to test whether any of his students fully read the syllabus for his class.", + "category": "Colleges and Universities", + "link": "https://www.nytimes.com/2021/12/18/us/professor-syllabus-money.html", + "creator": "Isabella Grullón Paz", + "pubDate": "Sat, 18 Dec 2021 23:09:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145912,16 +171283,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "53960ee4c0a91692b94fdd83403a4744" + "hash": "6fb25fa2a4636c2dfe97da9362ad84e3" }, { - "title": "Joseph E. Yoakum Isn’t Who You Think", - "description": "The self-taught artist’s landscapes are unsettling but thoroughly absorbing, as this major survey of over 100 drawings at MoMA makes clear.", - "content": "The self-taught artist’s landscapes are unsettling but thoroughly absorbing, as this major survey of over 100 drawings at MoMA makes clear.", - "category": "Yoakum, Joseph Elmer", - "link": "https://www.nytimes.com/2021/12/22/arts/design/joseph-yoakum-moma.html", - "creator": "Will Heinrich", - "pubDate": "Wed, 22 Dec 2021 16:27:07 +0000", + "title": "Relationships with Grandmothers (and God) Drew Them Closer", + "description": "Aaron Ledesma and Timothy-Keith Earley, who saw the Pope soon after they started dating, bonded over both being “grandma’s boys.”", + "content": "Timothy-Keith Earley, left, and Aaron Ledesma, who first connected on Tinder in 2015, were married Oct. 23 at Richmond’s Historic Mankin Mansion, a private estate turned events venue.", + "category": "Weddings and Engagements", + "link": "https://www.nytimes.com/2021/12/17/style/aaron-ledesma-timothy-keith-earley-wedding.html", + "creator": "Alix Wall", + "pubDate": "Fri, 17 Dec 2021 17:48:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145933,16 +171304,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30deb49a215461b2bfe5713663e9e2c6" + "hash": "4233ad4e9557465c94ef01433aba9e6c" }, { - "title": "‘Schizophrenia’ Still Carries a Stigma. Will Changing the Name Help?", - "description": "Many people with or connected to the mental illness approve of updating the name, a new survey shows. But some experts are not convinced it’s the answer.", - "content": "Many people with or connected to the mental illness approve of updating the name, a new survey shows. But some experts are not convinced it’s the answer.", - "category": "Schizophrenia", - "link": "https://www.nytimes.com/2021/12/20/health/schizophrenia-name-change.html", - "creator": "Karen Brown", - "pubDate": "Mon, 20 Dec 2021 19:56:00 +0000", + "title": "How George Clooney Cast a Young Brooklyn Resident for His Next Film", + "description": "Daniel Ranieri went from ranting in an online video to being cast in a Hollywood movie. But he still loves sports, games and his ‘gaga’.", + "content": "“Everyone was really nice,” Daniel Ranieri said of being on set. “George Clooney shot hoops with me.”", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/17/nyregion/daniel-ranieri-tender-bar.html", + "creator": "Alix Strauss", + "pubDate": "Fri, 17 Dec 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145954,16 +171325,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5cbeedb564fc4987d21fe62046078b6" + "hash": "b2c0f60dd8272fb0a76094cfd87f2f84" }, { - "title": "The Met Opera Spirits ‘Rigoletto’ to ‘Babylon Berlin’", - "description": "As the Omicron variant looms, Bartlett Sher’s production of Verdi’s classic is set to open on New Year’s Eve.", - "content": "As the Omicron variant looms, Bartlett Sher’s production of Verdi’s classic is set to open on New Year’s Eve.", - "category": "Opera", - "link": "https://www.nytimes.com/2021/12/24/arts/music/rigoletto-met-opera.html", - "creator": "Joshua Barone", - "pubDate": "Fri, 24 Dec 2021 10:00:20 +0000", + "title": "Elijah Wood on ‘The Lord of the Rings’ at 20", + "description": "“I’ll never be upset at being associated with those films or for them being the largest in people’s memories of who I am,” the actor says.", + "content": "“I’ll never be upset at being associated with those films or for them being the largest in people’s memories of who I am,” the actor says.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/17/movies/elijah-wood-lord-of-the-rings.html", + "creator": "Carlos Aguilar", + "pubDate": "Fri, 17 Dec 2021 15:14:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145975,16 +171346,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11051b34a9cb8cc173613c96f83eaff4" + "hash": "6188a375295c0f916f4e0fd4b9d47381" }, { - "title": "New Books Update Our Thinking About Cruelty", - "description": "Adam Serwer’s “The Cruelty Is the Point” and other recent books join a long tradition of thinking about the suffering caused by malice, indifference and convenience.", - "content": "Crowds rallied near the White House on Jan. 6 to hear President Trump speak.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/21/books/cruelty-is-point-adam-serwer.html", - "creator": "Jennifer Szalai", - "pubDate": "Tue, 21 Dec 2021 20:57:50 +0000", + "title": "The Renaissance Women Who Painted Against the Odds", + "description": "The Wadsworth Atheneum spotlights female artists from Italy in the 16th through 18th centuries, and asks: Who got left out of the canon?", + "content": "The Wadsworth Atheneum spotlights female artists from Italy in the 16th through 18th centuries, and asks: Who got left out of the canon?", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/16/arts/design/atheneum-art-sexism-women-museum.html", + "creator": "Jason Farago", + "pubDate": "Fri, 17 Dec 2021 00:10:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -145996,16 +171367,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbe43d005d3cd12dee2ff59676681519" + "hash": "5dbc78d54fb1bee365b918a2680ad7bc" }, { - "title": "Is It Safe to Have a New Year’s Eve Party During the Omicron Surge?", - "description": "When it comes to handling the uncertainties surrounding the Omicron surge, assess your own risk tolerance and weigh those risks against the rewards.", - "content": "When it comes to handling the uncertainties surrounding the Omicron surge, assess your own risk tolerance and weigh those risks against the rewards.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/25/realestate/new-years-eve-party.html", - "creator": "Ronda Kaysen", - "pubDate": "Sat, 25 Dec 2021 15:00:07 +0000", + "title": "Hagerty Goes Public to Pursue a Simple Mission: Save Driving", + "description": "The Hagerty brand insures collectible autos — two million of them — and its articles and videos draw crowds. After going public, it has bigger plans.", + "content": "Soon Hagerty, a top Hagerty executive, at the “Cars & Caffeine Wall Street” event that was held for her company’s stock-market debut.", + "category": "Antique and Classic Cars", + "link": "https://www.nytimes.com/2021/12/16/business/classic-cars-hagerty.html", + "creator": "Brett Berk", + "pubDate": "Thu, 16 Dec 2021 11:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146017,16 +171388,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "730d2fe26c8c1e10d981e6b7fb7ec050" + "hash": "7fc5aaa093f265f52c6a82315b23245b" }, { - "title": "First They Fought About Masks. Then Over the Soul of the City.", - "description": "In Enid, Okla., pandemic politics prompted a fundamental question: What does it mean to be an American? Whose version of the country will prevail?", - "content": "Melissa Crabtree founded the Enid Freedom Fighters to rally people in her community who share her beliefs.", - "category": "Enid (Okla)", - "link": "https://www.nytimes.com/2021/12/26/us/oklahoma-masks.html", - "creator": "Sabrina Tavernise", - "pubDate": "Sun, 26 Dec 2021 15:13:29 +0000", + "title": "New York’s Surge in Virus Cases Shows No Signs of Slowing Down", + "description": "Dutch leaders ordered the closing of all nonessential businesses, cultural venues and schools until mid-January. Here’s the latest on the pandemic.", + "content": "Dutch leaders ordered the closing of all nonessential businesses, cultural venues and schools until mid-January. Here’s the latest on the pandemic.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/18/world/covid-omicron-vaccines-delta", + "creator": "The New York Times", + "pubDate": "Sun, 19 Dec 2021 03:45:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146038,16 +171409,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b35dc587e152a04a2c81113aa715972" + "hash": "0212f3864e91bb645370145b27e2ca30" }, { - "title": "Here Are Some of the Many Tributes for Desmond Tutu, a Force for Harmony", - "description": "From prominent South African lawmakers to religious figures, many on social media honored Archbishop Tutu as a patriot of peaceful principles who dedicated his life to combating injustice everywhere.", - "content": "Desmond M. Tutu in Port-au-Prince, Haiti, in 2006.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/26/world/africa/tutu-death.html", - "creator": "Isabella Kwai and Lynsey Chutel", - "pubDate": "Sun, 26 Dec 2021 15:17:44 +0000", + "title": "A Washington State senator died at 52 after a Covid infection.", + "description": "", + "content": "State Senator Doug Ericksen in 2017. He represented Whatcom County in the northwestern corner of Washington State.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/18/world/covid-omicron-vaccines-delta/a-washington-state-senator-died-at-52-after-a-covid-infection", + "creator": "Mike Baker", + "pubDate": "Sun, 19 Dec 2021 02:52:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146059,16 +171430,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f06927a49f99fe2b5eda0853219ef1a" + "hash": "5827317fea56c24907791a025aa4e8b7" }, { - "title": "The Students Returned, but the Fallout From a Long Disruption Remained", - "description": "“They’re like, ‘The world’s out of control, why should I be in control?’” the principal of Liberty High School in Bethlehem, Pa., said of some of his struggling students.", - "content": "Liberty High School in Bethlehem, Pa. Teenagers arguably bore the social and emotional brunt of school disruptions during the coronavirus pandemic.", - "category": "Liberty High School", - "link": "https://www.nytimes.com/2021/12/24/us/politics/covid-school-reopening-teen-mental-health.html", - "creator": "Erica L. Green", - "pubDate": "Fri, 24 Dec 2021 20:04:41 +0000", + "title": "The Future of ‘Spider-Man’ and the M.C.U., According to its Producers", + "description": "The producers of “No Way Home” address questions about another trilogy, possibly putting MJ in a Spidey suit and convincing reluctant actors to reprise their roles.", + "content": "The producers Amy Pascal, left, and Kevin Feige have worked on the Spider-Man franchise in various capacities since the late 1990s.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/17/movies/kevin-feige-amy-pascal-spider-man-no-way-home.html", + "creator": "Brooks Barnes", + "pubDate": "Sat, 18 Dec 2021 16:18:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146080,16 +171451,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3c4fa911fb692fb9b998f4ef456f08c" + "hash": "87824f40d3cc36988b24233000a63cf9" }, { - "title": "In the U.S., Omicron Drives a Steep Spike in Cases", - "description": "Cases have soared to levels higher than last year’s winter peak, though hospitalizations have not increased at the same pace. Here’s the latest on Covid-19.", - "content": "Cases have soared to levels higher than last year’s winter peak, though hospitalizations have not increased at the same pace. Here’s the latest on Covid-19.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/26/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Sun, 26 Dec 2021 15:34:26 +0000", + "title": "Hong Kong's Election Is Really a Selection", + "description": "I know firsthand what a meaningful and contested campaign looks like. ", + "content": "I know firsthand what a meaningful and contested campaign looks like. ", + "category": "Elections", + "link": "https://www.nytimes.com/2021/12/18/opinion/hong-kong-election.html", + "creator": "Nathan Law Kwun Chung", + "pubDate": "Sat, 18 Dec 2021 19:02:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146101,16 +171472,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84079648ea38d73eed5d4a23d4faab55" + "hash": "e02cc642dd137101e86432d70f916bcd" }, { - "title": "What to Do If You Test Positive for Covid-19", - "description": "The Omicron variant has fueled a rise in Covid-19 cases across the United States. Here’s what you need to know if you get infected.", - "content": "A positive result from a Covid-19 rapid antigen test.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/article/testing-positive-covid-omicron-variant.html", - "creator": "Dani Blum and Nicole Stock", - "pubDate": "Sun, 19 Dec 2021 02:01:40 +0000", + "title": "From Fox News to Trump’s Big Lie, the Line Is Short and Direct", + "description": "Sean Hannity and Laura Ingraham are just the tip of the trouble.", + "content": "Sean Hannity and Laura Ingraham are just the tip of the trouble.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/16/opinion/fox-news-trump-january-6.html", + "creator": "Frank Bruni", + "pubDate": "Thu, 16 Dec 2021 17:05:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146122,16 +171493,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "63076fa5863db1b62bb7979274717dd4" + "hash": "8ae261c8f9cef75779df8a8b43d9898c" }, { - "title": "The Shoes of Our Lost Icons Are Still Full of Life", - "description": "A look at the indelible footprints of Hank Aaron, Virgil Abloh, Halyna Hutchins and more.", - "content": "Halyna Hutchins", - "category": "Shoes and Boots", - "link": "https://www.nytimes.com/2021/12/23/magazine/shoes-photos.html", - "creator": "Amy X. Wang and Abelardo Morell", - "pubDate": "Thu, 23 Dec 2021 16:22:50 +0000", + "title": "What’s Better Than Charity?", + "description": "Mutual aid fulfills needs, but it also builds stronger, more resilient communities.", + "content": "Mutual aid fulfills needs, but it also builds stronger, more resilient communities.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/17/opinion/charity-philanthropy-mutual-aid.html", + "creator": "Tressie McMillan Cottom", + "pubDate": "Fri, 17 Dec 2021 21:21:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146143,16 +171514,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "869d760307d8274db6d60f0fbe6267d0" + "hash": "84aeb0af9748e10223a3c67d45280b27" }, { - "title": "‘Magic’ Weight-Loss Pills and Covid Cures: Dr. Oz Under the Microscope", - "description": "The celebrity physician, a candidate in Pennsylvania’s Republican primary for Senate, has a long history of dispensing dubious medical advice on his daytime show and on Fox News.", - "content": "Dr. Mehmet Oz’s on-air medical advice on both his show and Fox News has taken on greater significance as he enters the political realm.", - "category": "The Dr. Oz Show (TV Program)", - "link": "https://www.nytimes.com/2021/12/26/us/politics/dr-oz-medical-advice.html", - "creator": "Trip Gabriel", - "pubDate": "Sun, 26 Dec 2021 10:00:13 +0000", + "title": "Is Our Homelessness Crisis Really a Drug Problem?", + "description": "A new book argues that rampant fentanyl and methamphetamine addiction is to blame, but the reality is more complex.", + "content": "A new book argues that rampant fentanyl and methamphetamine addiction is to blame, but the reality is more complex.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/16/opinion/homeless-drugs-meth.html", + "creator": "Jay Caspian Kang", + "pubDate": "Thu, 16 Dec 2021 19:57:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146164,16 +171535,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1e52b58b30888c48457770cc9c674ee" + "hash": "deb67c19dc33d76d8d6ad5d1965b1998" }, { - "title": "Training Civilians, Ukraine Nurtures a Resistance in Waiting", - "description": "Eastern European nations have drawn a lesson from America’s wars of the last decades: Insurgency works. Ukraine’s training of volunteers has become a factor in the standoff with Russia.", - "content": "Civilian trainees practicing first aid during a mock military exercise near Kyiv, Ukraine, in December.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/26/world/europe/ukraine-russia-civilian-training.html", - "creator": "Andrew E. Kramer", - "pubDate": "Sun, 26 Dec 2021 10:00:14 +0000", + "title": "Who’s Behind Web3?", + "description": "I suffered slings and arrows for daring to question the next iteration of the web.", + "content": "I suffered slings and arrows for daring to question the next iteration of the web.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/16/opinion/web3-big-tech.html", + "creator": "Kara Swisher", + "pubDate": "Fri, 17 Dec 2021 00:26:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146185,16 +171556,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c7ab84d22afd145105ef829762f7ef3" + "hash": "0a6b35f955134eaa5f5322384f4ef6b0" }, { - "title": "As Russian Threat Looms, Ukraine’s Government Is No Laughing Matter", - "description": "President Volodymyr Zelensky, a former actor, has surrounded himself with advisers from his old comedy troupe. No kidding.", - "content": "Volodymyr Zelensky in 2019, before he became president, hosting his comedy show “League of Laughter.”", - "category": "Ukraine", - "link": "https://www.nytimes.com/2021/12/25/world/europe/ukraine-russia.html", - "creator": "Andrew E. Kramer", - "pubDate": "Sat, 25 Dec 2021 16:22:34 +0000", + "title": "‘When I Will Be Old, Maybe. But Now, I Feel Myself Young.’", + "description": "After his wife’s sudden death, Eduard Arzunyan needed some help.", + "content": "After his wife’s sudden death, Eduard Arzunyan needed some help.", + "category": "Writing and Writers", + "link": "https://www.nytimes.com/2021/12/16/opinion/neediest-cases-charity.html", + "creator": "The Editorial Board", + "pubDate": "Thu, 16 Dec 2021 17:24:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146206,16 +171577,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6501e8777b672c0fc224b0984e9ed50d" + "hash": "ebb46bfecd4d23ac3929dc2c2808be17" }, { - "title": "Are We Getting Better at Quarantining?", - "description": "Maybe not, but thanks to vaccines and practice, some people are getting better at isolation.", - "content": "Maybe not, but thanks to vaccines and practice, some people are getting better at isolation.", - "category": "Quarantines", - "link": "https://www.nytimes.com/2021/12/23/style/covid-quarantine-anxiety.html", - "creator": "Alyson Krueger", - "pubDate": "Thu, 23 Dec 2021 20:09:50 +0000", + "title": "Scientists Are Racing to Gauge the Threat of Omicron", + "description": "The variant will spread quickly through the United States, experts say. What happens after that is less certain.", + "content": "Covid testing in Times Square this month. The share of cases caused by Omicron nationally has already increased to 2.9 percent from 0.4 percent in just a week.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/16/health/coronavirus-omicron-variant.html", + "creator": "Emily Anthes", + "pubDate": "Fri, 17 Dec 2021 02:59:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146227,16 +171598,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34b7dbb65d1dd9d8717ff7d8dd899936" + "hash": "af7bdccf1b116129fe4499de5579e46a" }, { - "title": "Why Some Millennials and Gen Zers Are Starting Early on New Year's Resolutions", - "description": "Some Gen Zers and millennials don’t see the point in waiting for the traditional date to begin bettering themselves.", - "content": "Some Gen Zers and millennials don’t see the point in waiting for the traditional date to begin bettering themselves.", - "category": "New Year", - "link": "https://www.nytimes.com/2021/12/25/style/new-years-resolutions-millennials-gen-z.html", - "creator": "Alyson Krueger", - "pubDate": "Sat, 25 Dec 2021 10:00:09 +0000", + "title": "Man Gets 5 Years on Capitol Riot Charges, Longest Sentence So Far", + "description": "Robert Palmer hurled a fire extinguisher at police officers during some of the fiercest fighting on Jan. 6.", + "content": "A mob outside the Capitol on Jan. 6.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/17/us/politics/robert-palmer-capitol-riot-sentence.html", + "creator": "Alan Feuer", + "pubDate": "Fri, 17 Dec 2021 22:07:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146248,16 +171619,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ea92162be25986a579a89601d33b8a3" + "hash": "b8dedc0e6c7c80e1abf928ffa2c18e28" }, { - "title": "Bolsonaro Appeared to Me in a Ketamine Hallucination", - "description": "I became an elephant, an octopus, a balloon. I grew giant hands. But I couldn’t shake my sadness.", - "content": "I became an elephant, an octopus, a balloon. I grew giant hands. But I couldn’t shake my sadness.", - "category": "Ketamine (Drug)", - "link": "https://www.nytimes.com/2021/12/26/opinion/depression-ketamine-bolsonaro.html", - "creator": "Vanessa Barbara", - "pubDate": "Sun, 26 Dec 2021 16:00:06 +0000", + "title": "Offices Close and Holiday Parties Fade as Omicron Brings New Concerns", + "description": "Employers mandate boosters, postpone return dates and brace for an Omicron surge.", + "content": "Many financial firms, like Morgan Stanley, had employees returning to the office this summer.", + "category": "Coronavirus Return to Office", + "link": "https://www.nytimes.com/2021/12/17/business/omicron-return-to-office.html", + "creator": "Emma Goldberg and Lananh Nguyen", + "pubDate": "Fri, 17 Dec 2021 13:41:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146269,16 +171640,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ff643932adf4eec9b1552a3edd923e4" + "hash": "43344d105a29347afd17335b3ab30131" }, { - "title": "bell hooks and the Power of Talking Back for Black Women", - "description": "Ms. hooks understood that voice and language are how marginalized people humanize themselves to themselves.", - "content": "Ms. hooks understood that voice and language are how marginalized people humanize themselves to themselves.", - "category": "Hooks, Bell", - "link": "https://www.nytimes.com/2021/12/26/opinion/bell-hooks-death-talking-back.html", - "creator": "Kovie Biakolo", - "pubDate": "Sun, 26 Dec 2021 16:00:08 +0000", + "title": "How a World War II Bomber Pilot Became 'the King of Artificial Trees'", + "description": "Si Spiegel, a bomber pilot, can claim a dual legacy: as a war hero and as a father of the artificial tree.", + "content": "Mr. Spiegel as a young pilot.", + "category": "Christmas Trees", + "link": "https://www.nytimes.com/2021/12/17/nyregion/bomber-pilot-christmas-trees.html", + "creator": "Laurie Gwen Shapiro", + "pubDate": "Fri, 17 Dec 2021 13:25:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146290,16 +171661,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2023c007619c47e8727e6aa355bf775f" + "hash": "d035536748213f13adb47dce0524c0b0" }, { - "title": "What to Do With Your Bad Holiday Gifts", - "description": "These objects haunt us; there’s no returning them, not really.", - "content": "These objects haunt us; there’s no returning them, not really.", - "category": "Families and Family Life", - "link": "https://www.nytimes.com/2021/12/24/opinion/bad-holiday-gifts.html", - "creator": "Tim Kreider", - "pubDate": "Fri, 24 Dec 2021 16:02:05 +0000", + "title": "Russia Lays Out Demands for a Sweeping New Security Deal With NATO", + "description": "The proposal, coming as Moscow masses troops on the border with Ukraine, would establish a Cold War-like security arrangement in Eastern Europe that NATO officials immediately rejected.", + "content": "Russia has amassed troops near its border with Ukraine in a military buildup that has raised alarms of an impending invasion.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/17/world/europe/russia-nato-security-deal.html", + "creator": "Andrew E. Kramer and Steven Erlanger", + "pubDate": "Fri, 17 Dec 2021 16:32:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146311,16 +171682,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0a1f443a031a6a5d2964b2f5cd2bcf7" + "hash": "92ee5e7183101607a8b6af3d5f9b0655" }, { - "title": "On bell hooks and the Solace of Ritual", - "description": "The holidays are off to a rough start. But tradition can help.", - "content": "The holidays are off to a rough start. But tradition can help.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/24/opinion/bell-hooks-holiday-traditions.html", - "creator": "Tressie McMillan Cottom", - "pubDate": "Fri, 24 Dec 2021 16:00:06 +0000", + "title": "Kangol Kid, Early Rapper Who Sought ‘Roxanne,’ Dies at 55", + "description": "As a member of the group UTFO, he was heard on one of the most influential and widely imitated songs of commercial hip-hop’s early years.", + "content": "Kangol Kid at an American Cancer Society benefit in 2012. He was a member of one important early hip-hop group, UTFO, and a breakdancer for another, Whodini.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/18/arts/music/kangol-kid-dead.html", + "creator": "Jon Caramanica", + "pubDate": "Sat, 18 Dec 2021 23:42:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146332,16 +171703,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d18d1bf560181c1072502fe27ace7771" + "hash": "b720e429e529aafcdc229aa268c49471" }, { - "title": "The Radical Transparency of Joan Didion", - "description": "The sorceress of syntax, with an unrivaled eye for detail, insisted we see her.", - "content": "The sorceress of syntax, with an unrivaled eye for detail, insisted we see her.", - "category": "Writing and Writers", - "link": "https://www.nytimes.com/2021/12/24/opinion/joan-didion-writers.html", - "creator": "Frank Bruni", - "pubDate": "Fri, 24 Dec 2021 21:44:42 +0000", + "title": "Map by Map, G.O.P. Chips Away at Black Democrats’ Power", + "description": "Black elected officials in several states, from Congress down to the counties, have been drawn out of their districts this year or face headwinds to hold onto their seats.", + "content": "Robert Reives Sr. was elected three decades ago as the first Black commissioner in his North Carolina county. Republicans have redrawn the district lines, and he now fears he will lose his seat.", + "category": "Redistricting and Reapportionment", + "link": "https://www.nytimes.com/2021/12/18/us/politics/gop-gerrymandering-black-democrats.html", + "creator": "Nick Corasaniti and Reid J. Epstein", + "pubDate": "Sat, 18 Dec 2021 16:16:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146353,16 +171724,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "abf7d147933f252b5be5f3bdecbb73a7" + "hash": "75dd5dcf8251f3160a591cb7e614e272" }, { - "title": "How to Grieve Everything We Lost to Covid", - "description": "How do we mourn everything we’ve lost to Covid?", - "content": "How do we mourn everything we’ve lost to Covid?", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/23/opinion/covid-pandemic-grief.html", - "creator": "Lindsay Crouse, Kirby Ferguson and Emily Holzknecht", - "pubDate": "Thu, 23 Dec 2021 10:00:13 +0000", + "title": "Best Comedy of 2021", + "description": "The return of indoor shows brought comedy closer to normal, and there were plenty of specials from Bo Burnham, Tig Notaro, Roy Wood Jr. and others.", + "content": "The return of indoor shows brought comedy closer to normal, and there were plenty of specials from Bo Burnham, Tig Notaro, Roy Wood Jr. and others.", + "category": "Comedy and Humor", + "link": "https://www.nytimes.com/2021/12/17/arts/best-comedy.html", + "creator": "Jason Zinoman", + "pubDate": "Fri, 17 Dec 2021 14:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146374,16 +171745,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f4da4349d9fc282ec2855555d5e1e96" + "hash": "11b3533d6c84310fd69e164525df0fae" }, { - "title": "As Omicron Spreads, Unvaccinated Americans Remain Defiant", - "description": "To some who are steadfastly opposed to the shot, the evasiveness of the coronavirus has only reaffirmed their stance.", - "content": "Parents demonstrated in November against a vaccine mandate for students in Los Angeles.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/25/us/omicron-unvaccinated.html", - "creator": "Jack Healy, Noah Weiland and Richard Fausset", - "pubDate": "Sat, 25 Dec 2021 15:04:42 +0000", + "title": "Why My Family Loves Giving Leftover Junk", + "description": "If you’re looking for an antidote to the most expensive time of year, consider giving them the gift of laughter with a “rewrap.”", + "content": "If you’re looking for an antidote to the most expensive time of year, consider giving them the gift of laughter with a “rewrap.”", + "category": "Gifts", + "link": "https://www.nytimes.com/2021/12/14/magazine/joke-gift-christmas-rewrap.html", + "creator": "Casey Quackenbush", + "pubDate": "Wed, 15 Dec 2021 05:09:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146395,16 +171766,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68a48d19d3b81222093a284e2cf04a0e" + "hash": "cad93ff4113d381646943cd50da2ac4d" }, { - "title": "Gil Hodges and the Christmas Visit That Changed Everything", - "description": "After a long wait, Gil Hodges was elected to the Hall of Fame. For one of the many people whose lives he helped change with community work, Hodges was already a legend.", - "content": "After a long wait, Gil Hodges was elected to the Hall of Fame. For one of the many people whose lives he helped change with community work, Hodges was already a legend.", - "category": "Baseball", - "link": "https://www.nytimes.com/2021/12/24/sports/baseball/gil-hodges-christmas.html", - "creator": "Alex Coffey", - "pubDate": "Fri, 24 Dec 2021 16:40:36 +0000", + "title": "Omicron, Delta and the Institutions That Share Their Names", + "description": "Institutions who share the Greek names of Covid-19’s “variants of concern” have been getting a bit more attention lately. A few have even leaned into the connection.", + "content": "Omicron Family Restaurant in West Bend, Wis., is one of several businesses and organizations whose Greek names are now tied to Covid-19 variants.", + "category": "Names, Organizational", + "link": "https://www.nytimes.com/2021/12/15/style/delta-omicron-variant-greek-names.html", + "creator": "Shane O’Neill", + "pubDate": "Wed, 15 Dec 2021 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146416,16 +171787,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c88b7dffdbfcb8d59115477513e427e2" + "hash": "932ad262d95d2da89651a467f8ca382c" }, { - "title": "How Many Books Does It Take to Make a Place Feel Like Home?", - "description": "There’s a reason that some people won’t let go of their physical books — and a new term for it: ‘book-wrapt.’", - "content": "There’s a reason that some people won’t let go of their physical books — and a new term for it: ‘book-wrapt.’", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/24/realestate/why-do-people-keep-books.html", - "creator": "Julie Lasky", - "pubDate": "Fri, 24 Dec 2021 10:00:27 +0000", + "title": "The Best Albums of 2021? Let’s Discuss.", + "description": "Our critics spar over their year-end lists (and agree on Olivia Rodrigo and Tyler, the Creator) in a wrap-up of the year in LPs.", + "content": "Our critics spar over their year-end lists (and agree on Olivia Rodrigo and Tyler, the Creator) in a wrap-up of the year in LPs.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/12/14/arts/music/popcast-best-albums-2021.html", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 17:57:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146437,16 +171808,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "46aa4dccc689dec753a5f1aed30c70d9" + "hash": "a649567c27933874a6ec34f014c75bb5" }, { - "title": "He Paid $30 for a Drawing. It Could Be a Renaissance Work Worth Millions.", - "description": "A man bought a yellowing picture of the Virgin Mary and Child at an estate sale in Massachusetts. Experts believe it is by the renowned German artist Albrecht Dürer.", - "content": "A drawing believed to be by Albrecht Dürer titled “The Virgin and Child With a Flower on a Grassy Bench” on display in London in November.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/24/arts/albrecht-durer-drawing-discovered.html", - "creator": "Alyssa Lukpat", - "pubDate": "Fri, 24 Dec 2021 14:59:17 +0000", + "title": "In Italy’s Alps, Traditional Medicine Flourishes, as Does Covid", + "description": "The province of Bolzano has the country’s highest level of coronavirus infection and lowest vaccination rate, as many people there prefer to rely on the pure air and herbal remedies.", + "content": "The town of Dobbiaco in Bolzano province, where people are famously independent and often bristle at decrees from Rome.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/16/world/europe/italy-alps-bolzano-covid-vaccination.html", + "creator": "Emma Bubola", + "pubDate": "Thu, 16 Dec 2021 15:56:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146458,16 +171829,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7710e7678c13fe40e3cbc535d21baf48" + "hash": "1f3827538e570147b03a6f7b494068f0" }, { - "title": "James Webb Space Telescope Launches on Journey to See the Dawn of Starlight", - "description": "Astronomers were jubilant as the spacecraft made it off the launchpad following decades of delays and cost overruns. The Webb is set to offer a new keyhole into the earliest moments of our universe.", - "content": "Astronomers were jubilant as the spacecraft made it off the launchpad following decades of delays and cost overruns. The Webb is set to offer a new keyhole into the earliest moments of our universe.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2021/12/25/science/james-webb-telescope-launch.html", - "creator": "Dennis Overbye and Joey Roulette", - "pubDate": "Sat, 25 Dec 2021 21:31:38 +0000", + "title": "How Ghislaine Maxwell's Socialite Status Helped Jeffrey Epstein", + "description": "Ghislaine Maxwell looked impeccable. That was the point.", + "content": "Jeffrey Epstein with Ghislaine Maxwell in 2005. For Mr. Epstein, Ms. Maxwell acted as a social-class instructor of sorts. For a teenager, to be singled out by this polished woman would have felt like a great compliment.", + "category": "Maxwell, Ghislaine", + "link": "https://www.nytimes.com/2021/12/17/style/ghislaine-maxwell-fashion-trial.html", + "creator": "Rhonda Garelick", + "pubDate": "Fri, 17 Dec 2021 21:15:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146479,16 +171850,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1893f37d566643b39f96b26c83eba8b2" + "hash": "28df41d7a08d7c81587a55155e063767" }, { - "title": "A Toast to the Year’s Best-Ofs: Your Weekend Briefing", - "description": "Pass the time this week, especially if you have some time off, by diving into one of the most delightful of year-end traditions: best-of lists.", - "content": "Pass the time this week, especially if you have some time off, by diving into one of the most delightful of year-end traditions: best-of lists.", - "category": "", - "link": "https://www.nytimes.com/2021/12/26/briefing/best-of-lists-your-weekend-briefing.html", - "creator": "Melissa Kirsch", - "pubDate": "Sun, 26 Dec 2021 11:00:02 +0000", + "title": "Reveling in the Joys of Books, and Reading, at a Baghdad Book Fair", + "description": "Iraq is home to literary traditions ancient and modern, and to legions of avid readers who find a new book more meaningful to them than a new government.", + "content": "Posing for selfies in front of fake volumes glued together and arranged to spell the word “book” at the Baghdad International Book Fair.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/18/world/middleeast/baghdad-book-fair-iraq.html", + "creator": "Jane Arraf", + "pubDate": "Sat, 18 Dec 2021 18:43:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146500,16 +171871,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12256d0e193f1e41eaec9a1945d350da" + "hash": "5d6a6931eee68ebf59c44a29ad339913" }, { - "title": "TikTok’s Music Critics Reflect on 2021", - "description": "Four of the app’s voices on pop name their favorite releases of the year and discuss developing taste in the age of the algorithm.", - "content": "Four of the app’s voices on pop name their favorite releases of the year and discuss developing taste in the age of the algorithm.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/21/arts/music/popcast-tiktok-music-critics-2021.html", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:00:35 +0000", + "title": "QVC Distribution Building Heavily Damaged in Fire ", + "description": "The blaze, which began on Saturday morning, damaged up to 75 percent of a 1.2 million-square-foot building in Rocky Mount, N.C.", + "content": "The blaze, which began on Saturday morning, damaged up to 75 percent of a 1.2 million-square-foot building in Rocky Mount, N.C.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2021/12/18/us/fire-qvc-north-carolina.html", + "creator": "Maria Cramer", + "pubDate": "Sun, 19 Dec 2021 01:39:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146521,16 +171892,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8560ef4bddf3cbb60df49a61e904a08" + "hash": "77cc0088b1d90cce21ef0fe656c98d64" }, { - "title": "Sherrilyn Ifill: ‘There Is No Guarantee We Make It Out of This Period as a Democracy’", - "description": "After almost a decade at the NAACP’s Legal Defense and Educational Fund, Ifill explains why advocacy is an essential part of her legal work.", - "content": "After almost a decade at the NAACP’s Legal Defense and Educational Fund, Ifill explains why advocacy is an essential part of her legal work.", - "category": "NAACP Legal Defense and Education Fund", - "link": "https://www.nytimes.com/2021/12/22/opinion/sherrilyn-ifill-naacp-kyle-rittenhouse.html", - "creator": "‘The Argument’", - "pubDate": "Wed, 22 Dec 2021 10:00:13 +0000", + "title": "Kentucky Family of Seven Among Those Killed in Tornado", + "description": "A couple, their four children and a grandmother were among the victims in Bowling Green.", + "content": "The family of Rachel and Steven Brown, which included the children, Nariah Cayshelle Brown, 16; Nyssa Brown, 13; Nolynn Brown, 8; Nyles Brown, 4; and their grandmother, Victoria Smith, were killed in the tornado that struck Bowling Green, Ky., on Dec. 10.", + "category": "Tornadoes", + "link": "https://www.nytimes.com/2021/12/18/us/kentucky-tornado-family-deaths.html", + "creator": "Sophie Kasakove", + "pubDate": "Sat, 18 Dec 2021 20:23:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146542,16 +171913,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "016c71fe66aa04c43d64a36c73798902" + "hash": "b2319137ea72ee6b875e03d9a84f4e6b" }, { - "title": "The Year in Sound", - "description": "A riot at the Capitol, the climate crisis and the changing fortunes of the pandemic: Here is our audio time capsule of 2021.", - "content": "A riot at the Capitol, the climate crisis and the changing fortunes of the pandemic: Here is our audio time capsule of 2021.", - "category": "audio-neutral-immersive", - "link": "https://www.nytimes.com/2021/12/23/podcasts/the-daily/the-year-in-sound.html", - "creator": "Clare Toeniskoetter, Sydney Harper, Eric Krupke, Larissa Anderson and Lisa Chow", - "pubDate": "Thu, 23 Dec 2021 11:00:07 +0000", + "title": "Mets Hire Buck Showalter as Manager in Latest Win-Now Move", + "description": "The Mets opted for experience in their new manager, the latest acquisition in an off-season in which they have spent $254.5 million on veteran free agents.", + "content": "The Mets will be the fifth major league team Buck Showalter has managed.", + "category": "Baseball", + "link": "https://www.nytimes.com/2021/12/18/sports/baseball/mets-buck-showalter.html", + "creator": "Tyler Kepner", + "pubDate": "Sun, 19 Dec 2021 00:31:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146563,16 +171934,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ababcdb795c1d9c43fff0328bfbf419d" + "hash": "6e70ca96563baeb5a4cf4d5d35d2f30b" }, { - "title": "1,000 New People Arrive in Texas Every Day. Half Are Newborns.", - "description": "A surge in births in Texas comes amid a declining birthrate nationwide.", - "content": "All across Texas, the cry of newborn babies has become a common sound at hospital maternity wards.", - "category": "Population", - "link": "https://www.nytimes.com/2021/12/26/us/texas-newborns-birthrate.html", - "creator": "Edgar Sandoval", - "pubDate": "Sun, 26 Dec 2021 10:00:14 +0000", + "title": "Russian Is Convicted in Murder of Chechen Man in Berlin Park", + "description": "A German court ruled that the Russian state had orchestrated the attack, which strained ties between Berlin and Moscow.", + "content": "Police officers at the site in Berlin where Zelimkhan Khangoshvili was killed in 2019.", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2021/12/15/world/europe/germany-russia-berlin-murder.html", + "creator": "Christopher F. Schuetze", + "pubDate": "Sat, 18 Dec 2021 22:23:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146584,16 +171955,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cea91191f2680168952b9388fc58c17" + "hash": "21c390ece2c07850b3682bf0f52e9443" }, { - "title": "Myanmar’s Army Is Accused of Massacring Dozens of Civilians", - "description": "At least 35 people were killed and their bodies burned, according to an international aid group and opponents of the military regime.", - "content": "The aftermath of the killings in Kayah State, Myanmar, on Friday, according to an ethnic militia whose spokesman took this photograph. ", - "category": "Myanmar", - "link": "https://www.nytimes.com/2021/12/26/world/asia/myanmar-army-killings.html", - "creator": "Richard C. Paddock", - "pubDate": "Sun, 26 Dec 2021 12:13:35 +0000", + "title": "Shirley Zussman, Indefatigable Sex Therapist, Is Dead at 107", + "description": "After she and her husband attended a Masters and Johnson lecture in 1966, they joined the burgeoning field of sexology. She remained active well into the 21st century.", + "content": "After she and her husband attended a Masters and Johnson lecture in 1966, they joined the burgeoning field of sexology. She remained active well into the 21st century.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/18/us/shirley-zussman-dead.html", + "creator": "Penelope Green", + "pubDate": "Sat, 18 Dec 2021 22:22:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146605,16 +171976,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6867c43690da1b74a867b46db7e3f2f5" + "hash": "a42f2d55b1ce32ec57e52f4cc43f3891" }, { - "title": "Bill de Blasio: the Mayor New Yorkers Love to Hate", - "description": "The frustration with Bill de Blasio seemed to be a constant, in spite of a quiet, begrudging appreciation of his policymaking.", - "content": "Mayor Bill de Blasio, pictured with his wife Chirlane McCray, spoke at a memorial for George Floyd last summer in Brooklyn, where he was booed. ", + "title": "After Months, a ‘New’ Dutch Coalition With the Same Leader and Parties", + "description": "Mark Rutte, who has weathered a scandal and criticism for overstaying his welcome, will be prime minister for a fourth term.", + "content": "Prime Minister Mark Rutte last month in the Hague, the Netherlands. He has been leading the Netherlands since 2010.", "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/23/nyregion/bill-de-blasio-mayor-nyc.html", - "creator": "Ginia Bellafante", - "pubDate": "Thu, 23 Dec 2021 20:34:07 +0000", + "link": "https://www.nytimes.com/2021/12/15/world/europe/netherlands-dutch-coalition.html", + "creator": "Thomas Erdbrink", + "pubDate": "Wed, 15 Dec 2021 19:24:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146626,16 +171997,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "18dd8e92e4b9b59d713fce7550cb9813" + "hash": "3b036271bd95b3ab37b6c904927f30fa" }, { - "title": "Last Known Slave Ship, Clotilda, Is Remarkably Well Preserved, Researchers Say", - "description": "DNA may be extracted from the Clotilda, which was sunk in the Mobile River in Alabama in 1860 after it arrived from West Africa carrying 110 enslaved people, researchers said.", - "content": "A sonar image showing the wreckage of the Clotilda, the last ship known to have brought enslaved people to the United States from Africa.", - "category": "Slavery (Historical)", - "link": "https://www.nytimes.com/2021/12/25/us/clotilda-slaveship-africa-alabama.html", - "creator": "Michael Levenson", - "pubDate": "Sat, 25 Dec 2021 13:00:07 +0000", + "title": "Connecting With West Africa’s Plant-Based Past", + "description": "Though meat dominates a number of the region’s most popular dishes, a growing number of cooks see adapting vegan and vegetarian diets as a way of embracing their heritage.", + "content": "Moin moin, a fluffy bean cake, is steamed in banana leaves and stuffed with mushrooms here. ", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/14/dining/plant-based-west-african-cuisine.html", + "creator": "Yewande Komolafe", + "pubDate": "Tue, 14 Dec 2021 18:28:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146647,16 +172018,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "09f8bdcc8ff910cd2dd414b832fb239d" + "hash": "4f2e3b487c783edc09932fb193eda285" }, { - "title": "Anti-Coup Protesters in Sudan Press Their Demand for Return to Civilian Rule", - "description": "The protests on Saturday underscored the resolve of protesters to continue defying the Oct. 25 coup that derailed the country’s nascent attempt to transition to democratic rule.", - "content": "Protesters denouncing the October military coup, in Khartoum, Sudan, on Saturday.", - "category": "Sudan", - "link": "https://www.nytimes.com/2021/12/25/world/africa/sudan-coup-protests.html", - "creator": "Abdi Latif Dahir", - "pubDate": "Sat, 25 Dec 2021 19:57:33 +0000", + "title": "In 'The Hand of God,' Paolo Sorrentino's Subject Is His Own Life", + "description": "When he was younger, the Italian director was “skeptical” about autobiographical movies. Ten years ago, that changed, and he started work on “The Hand of God.”", + "content": "When he was younger, the Italian director was “skeptical” about autobiographical movies. Ten years ago, that changed, and he started work on “The Hand of God.”", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/16/movies/paolo-sorrentino-the-hand-of-god.html", + "creator": "Roslyn Sulcas", + "pubDate": "Thu, 16 Dec 2021 13:28:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146668,16 +172039,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03e0c2d625a2e9ffd42c1f35f5ca9a31" + "hash": "4ff7bf5ba8d233b691e9439f2d998b01" }, { - "title": "Frederick C. Baldwin, a Photographer Who Reveled in Storytelling, Dead at 92", - "description": "He saw the camera as “a passport to the world” that helped him document nature, the civil rights movement and life in rural America.", - "content": "He saw the camera as “a passport to the world” that helped him document nature, the civil rights movement and life in rural America.", - "category": "Baldwin, Frederick Colburn (1929-2021)", - "link": "https://www.nytimes.com/2021/12/22/arts/frederick-baldwin-dead.html", - "creator": "James Estrin", - "pubDate": "Fri, 24 Dec 2021 20:40:17 +0000", + "title": "David Arquette on Filming the New 'Scream' and Bozo the Clown", + "description": "The “Scream” actor is on a mission to make people reconsider clowns — including himself.", + "content": "“All my humor comes from me being the butt of the joke,” said Mr. Arquette, who will reprise his role in “Scream” next year. ", + "category": "Clowns", + "link": "https://www.nytimes.com/2021/12/17/style/david-arquette-scream-reboot.html", + "creator": "Alex Williams", + "pubDate": "Sat, 18 Dec 2021 12:56:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146689,16 +172060,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d273a8b307bff7bbac3cec4b4923086f" + "hash": "f6a9fb6e5ffdf89b6fd9fe4352a6f30d" }, { - "title": "Daniel Sturridge Ordered to Pay $30,000 to Man Who Returned His Dog", - "description": "Daniel Sturridge lost his Pomeranian in a 2019 break-in. A man who returned the dog sued for breach of contract after Mr. Sturridge reneged on a promised reward, according to court records.", - "content": "Daniel Sturridge, left, of Perth Glory in Perth, Australia, last month.", - "category": "Dogs", - "link": "https://www.nytimes.com/2021/12/26/sports/soccer/daniel-sturridge-dog.html", - "creator": "Eduardo Medina", - "pubDate": "Sun, 26 Dec 2021 14:05:06 +0000", + "title": "What Can You Learn from a Celebrity Masterclass on Empathy?", + "description": "Pharrell Williams is joined by a chorus of famous people whose lessons about feeling for others strangely highlight their personal achievements.", + "content": "Pharrell Williams is joined by a chorus of famous people whose lessons about feeling for others strangely highlight their personal achievements.", + "category": "Williams, Pharrell", + "link": "https://www.nytimes.com/2021/12/14/magazine/celebrity-empathy.html", + "creator": "Mireille Silcoff", + "pubDate": "Wed, 15 Dec 2021 04:55:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146710,16 +172081,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2e4873ba48d8b457f37635f18bbe15c" + "hash": "c46bc2e24f38943739273046c3e8cf89" }, { - "title": "El Salvador Releases 3 Women Serving Long Prison Sentences for Abortions", - "description": "The three women, who had suffered obstetric emergencies, had been sentenced to 30 years in prison under the nation’s strict anti-abortion laws.", - "content": "A protest in San Salvador, the capital of El Salvador, against the country’s strict abortion laws, which often result in long prison sentences.", - "category": "El Salvador", - "link": "https://www.nytimes.com/2021/12/25/world/americas/el-salvador-abortion-bukele.html", - "creator": "The Associated Press", - "pubDate": "Sat, 25 Dec 2021 23:28:40 +0000", + "title": "Five International Movies to Stream Now", + "description": "This month’s picks include an experimental Canadian drama, an Egyptian weight-lifting documentary and a Chilean buddy comedy.", + "content": "This month’s picks include an experimental Canadian drama, an Egyptian weight-lifting documentary and a Chilean buddy comedy.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/17/movies/international-streaming-movies.html", + "creator": "Devika Girish", + "pubDate": "Fri, 17 Dec 2021 16:17:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146731,16 +172102,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92168b49fba320a60e0d889af0d611b3" + "hash": "9b1cb6b04f3c685602a5deedbc248cae" }, { - "title": "Winter Storms Threaten to Disrupt Travel in the Northwest", - "description": "Parts of Oregon and Washington were also bracing for single-digit temperatures as the Southern United States recorded temperatures more than 25 degrees above normal.", - "content": "A satellite image of the Pacific Northwest on Saturday morning. Officials warned of potential disruptions to holiday travel because of winter storms in Oregon and Washington.", - "category": "Weather", - "link": "https://www.nytimes.com/2021/12/25/us/weather-seattle-portland.html", - "creator": "Amanda Holpuch", - "pubDate": "Sat, 25 Dec 2021 19:02:29 +0000", + "title": "With Omicron, U.S. Testing Capacity Faces Intense Pressure", + "description": "President Biden came into office vowing to make testing cheap and accessible, but matching supply with demand has been a persistent problem.", + "content": "With the Omicron variant fueling a spike in Covid-19 cases around the country and people getting tested before holiday travel, the supply of coronavirus tests is becoming more limited.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2021/12/17/us/politics/us-covid-tests-omicron.html", + "creator": "Sheryl Gay Stolberg and Sharon LaFraniere", + "pubDate": "Sat, 18 Dec 2021 02:39:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146752,16 +172123,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f4aecfb50e83cb6033ec3363313daa0" + "hash": "0957adc11bac94cf371527b27ffedcb4" }, { - "title": "Anne Emerman, Champion of Disability Rights in New York City, Dead at 84", - "description": "Insisting that buildings be wheelchair accessible, she never backed down, not even to Mother Teresa. She also founded a musical group called Disabled in Action.", - "content": "Anne Emerman and her husband, Sidney Emerman, at their home in Manhattan in 1986. They met when he helped her cross an East Side intersection.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/22/nyregion/anne-emerman-dead.html", - "creator": "Katharine Q. Seelye", - "pubDate": "Fri, 24 Dec 2021 23:49:07 +0000", + "title": "Doctors and Nurses Are ‘Living in a Constant Crisis’ as Covid Fills Hospitals", + "description": "Hospitalizations across the country have increased 20 percent in two weeks, taxing already exhausted health care workers as the United States confronts the Omicron variant.", + "content": "Josh Alba, a nurse, in a hallway of the Covid intensive care unit at Covenant HealthCare in Saginaw, Mich.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/17/us/covid-hospitals-omicron.html", + "creator": "Mitch Smith", + "pubDate": "Fri, 17 Dec 2021 21:59:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146773,16 +172144,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c68a1feb8a01e298072d495583450649" + "hash": "0abf4672da6be7007475fd2643409a78" }, { - "title": "His Love for Her Could Fill a Book. Instead, He Wrote a Post.", - "description": "Emilia Gonzalez, a nurse, and Joseph McCloud postponed their 2020 wedding because of her work on the frontline. He then entered a contest on Instagram that turned their luck around.", - "content": "Emilia Gonzalez and Joseph McCloud were married on Oct. 30 at the Meritage Resort & Spa in Napa, Calif.", - "category": "Weddings and Engagements", - "link": "https://www.nytimes.com/2021/12/24/style/emilia-gonzalez-joseph-mccloud-wedding.html", - "creator": "Vincent M. Mallozzi", - "pubDate": "Fri, 24 Dec 2021 16:08:54 +0000", + "title": "Biden's Covid Vaccine Mandate Reinstated for Large Businesses", + "description": "The decision, by a split three-judge panel, overturned a ruling that had blocked a Biden administration rule requiring companies with 100 or more employees to mandate vaccinations or testing for workers.", + "content": "A split three-judge Court of Appeals panel in Cincinnati reinstated the Biden administration vaccination mandate for larger employers. The case may reach the Supreme Court.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/17/business/osha-vaccine-mandate.html", + "creator": "Lauren Hirsch, Emma Goldberg and Charlie Savage", + "pubDate": "Sat, 18 Dec 2021 04:36:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146794,16 +172165,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b27e1eca9898cbb67e2a30772a0bd92" + "hash": "d0817a0e41bcd18adeb6ccf693fae823" }, { - "title": "How an Expert in Vietnamese Coffee Spends Her Sundays", - "description": "When Sahra Nguyen is not teaching Americans about Robusta beans, she’s shopping and enjoying cocktails, or maybe a game of pool.", - "content": "Sahra Nguyen at home in Bushwick, Brooklyn.", - "category": "Coffee", - "link": "https://www.nytimes.com/2021/12/24/nyregion/vietnamese-coffee-sahra-nguyen.html", - "creator": "Kaya Laterman", - "pubDate": "Fri, 24 Dec 2021 10:00:20 +0000", + "title": "New York Reports a Record Number of Coronavirus Cases", + "description": "State officials reported 21,027 new virus cases on Friday, the most in a single day since testing became widespread. Catch up on Covid-19 news.", + "content": "State officials reported 21,027 new virus cases on Friday, the most in a single day since testing became widespread. Catch up on Covid-19 news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/17/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Sat, 18 Dec 2021 06:14:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146815,16 +172186,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d7fbf415944f50e6dadc3f4e91df6c5" + "hash": "ec22d3a1fcc4f02fb29b88e0a5fe4dbb" }, { - "title": "The Biggest Black History Events in 2021", - "description": "After the tumult and triumphs of 2020, here are the achievements that shaped the first year following the country’s racial reckoning.", - "content": "After the tumult and triumphs of 2020, here are the achievements that shaped the first year following the country’s racial reckoning.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/12/17/us/black-history-2021.html", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 10:02:46 +0000", + "title": "C.D.C. Embraces 'Test and Stay' Policy for Unvaccinated Students", + "description": "Two new studies show that unvaccinated children exposed to the virus are safe to stay in school if they remain asymptomatic and get tested twice over the course of a week.", + "content": "The new guidance still calls on students to wear masks and socially distance, and applies only to those who remain asymptomatic.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2021/12/17/health/unvaccinated-children-covid-testing-cdc.html", + "creator": "Noah Weiland and Emily Anthes", + "pubDate": "Sat, 18 Dec 2021 00:53:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146836,16 +172207,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "246ea9aa21a7e756cb8c9c3cb60a512c" + "hash": "5af17629f7ecf33ac0084c7b4aa72b87" }, { - "title": "Make This Retro Shrimp Cocktail Recipe at Home", - "description": "Preparing this retro appetizer at home, and doing it perfectly, gives you the wherewithal to eat a lot of a really good thing.", - "content": "These plump, gently poached shrimp come with a trio of sauces: classic cocktail, garlicky dill butter and curried honey mustard.", - "category": "Seafood", - "link": "https://www.nytimes.com/2021/12/23/dining/shrimp-cocktail-recipe.html", - "creator": "Eric Kim", - "pubDate": "Thu, 23 Dec 2021 16:48:34 +0000", + "title": "In a trial, Pfizer-BioNTech’s low-dose shot fell short for children aged 2 to just under 5.", + "description": "Calling the vaccine a “three-dose series,” the company now plans to test three doses of its vaccine in children ages six months to 17 years.", + "content": "An outdoor space at the Piedmont Global Preschool in Greensboro, N.C., in September.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/17/world/covid-omicron-vaccines/in-a-trial-pfizer-biontechs-low-dose-shot-did-not-provoke-an-adequate-immune-response-in-2-to-5-year-olds", + "creator": "Apoorva Mandavilli and Rebecca Robbins", + "pubDate": "Fri, 17 Dec 2021 23:20:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146857,16 +172228,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b50817aad8a34fcb3bc0fc5953674013" + "hash": "8fc27f4c1bfc2f8404d51925b52d8df3" }, { - "title": "How Can You Learn to Be More Resilient?", - "description": "Pandemic life doesn’t have to be just about survival. You can become stronger and ready for the next challenge.", - "content": "Pandemic life doesn’t have to be just about survival. You can become stronger and ready for the next challenge.", - "category": "Anxiety and Stress", - "link": "https://www.nytimes.com/2021/12/09/well/mind/emotional-resilience.html", - "creator": "Emily Sohn", - "pubDate": "Thu, 09 Dec 2021 20:08:55 +0000", + "title": "N.F.L. and Other Sports Schedules in Flux Amid New Covid Surge", + "description": "The league has very little wiggle room with four weeks left in the regular season and only one open weekend leading into the Super Bowl scheduled for Feb. 13.", + "content": "Cleveland Browns quarterback Baker Mayfield throwing against the Baltimore Ravens during a game on Dec. 12.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/17/sports/football/nfl-games-postponed-covid-surge.html", + "creator": "Kevin Draper", + "pubDate": "Fri, 17 Dec 2021 21:04:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146878,16 +172249,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6450f63f95df1b4c6f3ab9c3cb9efce6" + "hash": "7953a1a4910b990a38635ffd8a65d43f" }, { - "title": "Hospitals Face Omicron Crush on Christmas", - "description": "Blood banks across the country are struggling to maintain their usual three-day supply as virus cases make donors and medical staff scarce. Britain is administering booster shots throughout the Christmas holiday.", - "content": "Blood banks across the country are struggling to maintain their usual three-day supply as virus cases make donors and medical staff scarce. Britain is administering booster shots throughout the Christmas holiday.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/25/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Sat, 25 Dec 2021 23:39:56 +0000", + "title": "Biden Struggles to Beat Back a Resurgent Virus Once Again", + "description": "A new variant and vaccine resistance have upended the president’s plans for a hopeful holiday season.", + "content": "A line outside of a testing center in Brooklyn on Friday. Vaccine effectiveness has waned amid the Delta and Omicron variants.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/17/us/politics/biden-coronavirus-omicron-winter.html", + "creator": "Michael D. Shear", + "pubDate": "Sat, 18 Dec 2021 02:36:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146899,16 +172270,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27ee8977d975656f08264265180d2278" + "hash": "ac6dec4a672dbc51f9fb4b9e40355fa1" }, { - "title": "Webb Telescope Launches on Long-Awaited Journey", - "description": "The James Webb Space Telescope, the most powerful space observatory ever built, launched on Saturday on its million-mile journey to the morning of time.", - "content": "The James Webb Space Telescope, the most powerful space observatory ever built, launched on Saturday on its million-mile journey to the morning of time.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/25/science/webb-telescope-launch-nasa", - "creator": "The New York Times", - "pubDate": "Sat, 25 Dec 2021 12:39:15 +0000", + "title": "Jan. 6 Committee May Add New Expertise for Investigation", + "description": "As the panel continues to take testimony, it is looking to do more analysis of social media and possible foreign efforts to sow discord in the U.S. before the Capitol riot.", + "content": "Roger J. Stone Jr., a Trump ally, appeared before the Jan. 6 committee to testify on Friday but invoked his Fifth Amendment right against self-incrimination.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/17/us/politics/january-6-committee-capitol-riot.html", + "creator": "Katie Benner and Luke Broadwater", + "pubDate": "Fri, 17 Dec 2021 23:28:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146920,16 +172291,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b67f053d0c90a8ee0f2d385ec5002a7" + "hash": "155de9be6130dff16366bd2cf8d3d8cc" }, { - "title": "Desmond Tutu, Whose Voice Helped Slay Apartheid, Dies at 90", - "description": "The archbishop, a powerful force for nonviolence in South Africa’s anti-apartheid movement, was awarded the Nobel Peace Prize in 1984.", - "content": "Desmond M. Tutu at Washington National Cathedral in 1984. The archbishop was a spellbinding preacher, assuring his parishioners of God’s love while exhorting them to follow the path of nonviolence in their struggle.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/26/obituaries/desmond-tutu-dead.html", - "creator": "Marilyn Berger", - "pubDate": "Sun, 26 Dec 2021 09:00:30 +0000", + "title": "Kim Potter Apologizes for Shooting of Daunte Wright in Trial", + "description": "The former Minnesota police officer testified at her manslaughter trial on Friday, saying she had never fired her Taser or gun before she accidentally shot Mr. Wright during a traffic stop.", + "content": "“I’m sorry it happened,” Ms. Potter testified through tears. “I didn’t want to hurt anybody.” ", + "category": "Black People", + "link": "https://www.nytimes.com/2021/12/17/us/kim-potter-testifies-daunte-wright.html", + "creator": "Nicholas Bogel-Burroughs", + "pubDate": "Sat, 18 Dec 2021 02:09:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146941,16 +172312,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "230bb39d4144f04045152e7e6db487ad" + "hash": "4a4cf64f97d6751021912f56ede3da55" }, { - "title": "Covid Outdoor Gatherings Are Back in New York Amid Surge", - "description": "In the midst of a new Covid surge, New Yorkers are bracing themselves for another chilly season of outdoor “fun.”", - "content": "Bundle up, we’re going back outside to hang out. Last winter, people met up in parks around New York City, even during a snowstorm in February.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/23/style/covid-outdoor-gatherings.html", - "creator": "Alex Williams", - "pubDate": "Thu, 23 Dec 2021 20:07:56 +0000", + "title": "How the Bishop Sycamore Football Team Dashed Dreams", + "description": "A start-up football school called Christians of Faith, later known as Bishop Sycamore, recruited players from tough neighborhoods with talk of academic help and a path to glory. But the path only led them back to where they started.", + "content": "Isiah Miller holding his old Christians of Faith football jersey outside his apartment building in University Heights, the Bronx.", + "category": "Private and Sectarian Schools", + "link": "https://www.nytimes.com/2021/12/17/sports/ncaafootball/bishop-sycamore-football.html", + "creator": "David W. Chen, Billy Witz, Alanis Thames and Kevin Draper", + "pubDate": "Fri, 17 Dec 2021 12:19:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146962,16 +172333,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91d7b67a15c009bd3f34b816e4d9fd1f" + "hash": "ac92f2344bb5bb8fd38f7c5202552ed5" }, { - "title": "How Do Saudis Celebrate Christmas? Quietly, but Less So.", - "description": "“Am I in Saudi Arabia?” Once officially banned, Christmas is coming out of hiding in the kingdom, as its ultra-constrictive religious rules are eased.", - "content": "Umniah Alzahery and her husband, Mike Bounacklie, putting a Christmas sweater on their dog as they prepared to celebrate Christmas in their home in Jeddah, Saudi Arabia.", - "category": "Saudi Arabia", - "link": "https://www.nytimes.com/2021/12/24/world/middleeast/saudi-arabia-christmas.html", - "creator": "Vivian Yee", - "pubDate": "Sat, 25 Dec 2021 09:20:34 +0000", + "title": "How the Black Scholar bell hooks Touched Feminists Everywhere", + "description": "The pioneering feminist scholar, who died this week, wrote about women, race, love, healing, pop culture and much more, always keeping Black women at the center.", + "content": "The writer bell hooks, in 1996. “I came to theory desperate, wanting to comprehend — to grasp what was happening around and within me,” she once wrote.    ", + "category": "Hooks, Bell", + "link": "https://www.nytimes.com/2021/12/16/books/bell-hooks-black-women-feminism.html", + "creator": "Jennifer Schuessler", + "pubDate": "Fri, 17 Dec 2021 00:26:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -146983,16 +172354,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98cd07f9b9e03c65f4e61609a0eedf74" + "hash": "9c07afda7c38aa49e543baf20cae52da" }, { - "title": "‘Christmas Can Be Hard’ Amid Loss, Queen Elizabeth Says in Annual Message", - "description": "Her address, which was recorded last week, is the first since the death of her husband, Prince Philip. It comes as coronavirus cases in Britain have hit record highs.", - "content": "Queen Elizabeth II recorded her annual Christmas broadcast last week at Windsor Castle.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/25/world/europe/queen-elizabeth-christmas-address.html", - "creator": "Megan Specia and Aina J. Khan", - "pubDate": "Sat, 25 Dec 2021 16:38:27 +0000", + "title": "Yes, the Great Books Make Us Better People", + "description": "Grappling with the big questions enriches any life.", + "content": "Grappling with the big questions enriches any life.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/17/opinion/great-books-socrates.html", + "creator": "John McWhorter", + "pubDate": "Fri, 17 Dec 2021 21:32:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147004,16 +172375,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48d866b160cf033dc1346eeaca048ee5" + "hash": "000820d924a05cfe26077f6a218cb2a2" }, { - "title": "Fighting Inflation Means Taking On Corporations", - "description": "Easing spiking prices will take more than raising interest rates.", - "content": "Easing spiking prices will take more than raising interest rates.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/24/opinion/inflation-truman-biden-corporate-power.html", - "creator": "Meg Jacobs", - "pubDate": "Fri, 24 Dec 2021 16:00:09 +0000", + "title": "What Does ‘White Freedom’ Really Mean?", + "description": "We all want liberty. The question is what we each want to do with it.", + "content": "We all want liberty. The question is what we each want to do with it.", + "category": "Race and Ethnicity", + "link": "https://www.nytimes.com/2021/12/17/opinion/freedom-liberty-racial-hierarchies.html", + "creator": "Jamelle Bouie", + "pubDate": "Fri, 17 Dec 2021 14:53:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147025,16 +172396,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70d66aa7c11a107a3fa714cecf399dca" + "hash": "e9e066ba0ff3b543b7a36b028e55b671" }, { - "title": "Spielberg’s ‘West Side Story’", - "description": "Readers react to a guest essay that was critical of the remake of the movie. Also: Newark’s homeless; helping grieving children", - "content": " ", - "category": "West Side Story (2021) (Movie)", - "link": "https://www.nytimes.com/2021/12/24/opinion/letters/spielberg-west-side-story.html", - "creator": "", - "pubDate": "Fri, 24 Dec 2021 16:30:06 +0000", + "title": "The Year of Inflation Infamy", + "description": "Maybe the real takeaway should be how little we know about where we are in this strange economic episode.", + "content": "Maybe the real takeaway should be how little we know about where we are in this strange economic episode.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/16/opinion/inflation-economy-2021.html", + "creator": "Paul Krugman", + "pubDate": "Thu, 16 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147046,16 +172417,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "07b6f0e756a0d842d7149c8c0bb33bbc" + "hash": "a49d67afbc9fdf69d5ce3c2a342419ec" }, { - "title": "When Do We Know Our Life's Work Is Done?", - "description": "It’s a time to reflect — and to remember we’re loved. ", - "content": "It’s a time to reflect — and to remember we’re loved. ", - "category": "Christmas", - "link": "https://www.nytimes.com/2021/12/24/opinion/covid-christmas.html", - "creator": "Jennifer Finney Boylan", - "pubDate": "Fri, 24 Dec 2021 16:04:26 +0000", + "title": "What Economists Think About Immigration Doesn’t Really Matter", + "description": "Public perception of the issue is shaped more by culture than by data.", + "content": "Public perception of the issue is shaped more by culture than by data.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/17/opinion/immigration-economists-labor.html", + "creator": "Peter Coy", + "pubDate": "Fri, 17 Dec 2021 20:05:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147067,16 +172438,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "392b4f905a36b23edfa87235ea9cfc1c" + "hash": "05b3f220a1964635f64458ed44078826" }, { - "title": "Take a Vacation. Boss’s Orders.", - "description": "No executives want to see their staff burn out — and some are starting to take mandatory time off as seriously as they take their work.", - "content": "Carol Goodman, an employment lawyer, is feeling the effects of having worked nonstop for the past two years.", - "category": "Work-Life Balance", - "link": "https://www.nytimes.com/2021/12/24/business/boss-mandatory-vacation-employee-burnout.html", - "creator": "Emma Goldberg", - "pubDate": "Fri, 24 Dec 2021 18:30:24 +0000", + "title": "Inflation Keeps Getting Worse. But Can the Fed Really Rein It In?", + "description": "Higher interest rates could put a cap on rising costs, but it could also make the economy worse for workers.", + "content": "Higher interest rates could put a cap on rising costs, but it could also make the economy worse for workers.", + "category": "debatable", + "link": "https://www.nytimes.com/2021/12/16/opinion/inflation-interest-rates.html", + "creator": "Spencer Bokat-Lindell", + "pubDate": "Thu, 16 Dec 2021 23:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147088,16 +172459,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3655ec9198d5bd33d57f6af811f3842" + "hash": "80f09a541aeda797f0a1619ddcf9cf6e" }, { - "title": "Why the C.E.O. Behind Match.com and Tinder Took a Stand on the Texas Abortion Law", - "description": "Shar Dubey runs some of the world’s most popular online dating sites. A restrictive new law prompted her to speak out.", - "content": "Shar Dubey", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/24/business/shar-dubey-match-texas-abortion-law.html", - "creator": "David Gelles", - "pubDate": "Fri, 24 Dec 2021 17:17:32 +0000", + "title": "On Trump, Truth and Press Coverage", + "description": "Responses to a column by Ross Douthat about Donald Trump, politics and the press. Also: Russia and Ukraine; keeping place names; F.D.R. and Churchill.", + "content": " ", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/17/opinion/letters/trump-press-coverage.html", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 15:59:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147109,16 +172480,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0dfa5a83db4415283256e2edc0c5287e" + "hash": "efec6ac9959cd5940aef63e72444c80d" }, { - "title": "Boba Fett, Intergalactic Man of Mystery", - "description": "How did this fearsome “Star Wars” bounty hunter go from a peripheral player to the star of “The Book of Boba Fett”? He used the support of fans — and a little brute force.", - "content": "Boba Fett, as seen in early concept art by Joe Johnston and Ralph McQuarrie, has long been a “Star Wars” fan favorite despite having only a fleeting presence in the films. Now he gets his own Disney+ series.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/24/arts/television/star-wars-boba-fett-disney.html", - "creator": "Dave Itzkoff", - "pubDate": "Fri, 24 Dec 2021 15:00:08 +0000", + "title": "Populism Has Reached the Supreme Court, Too", + "description": "Judicial populism justifies the exercise of power without accounting for its real-world effects.", + "content": "Judicial populism justifies the exercise of power without accounting for its real-world effects.", + "category": "Law and Legislation", + "link": "https://www.nytimes.com/2021/12/16/opinion/supreme-court-populism.html", + "creator": "Anya Bernstein and Glen Staszewski", + "pubDate": "Thu, 16 Dec 2021 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147130,16 +172501,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "351525c011e18a7423ea2838d21ec11b" + "hash": "0be18abcee8c64ad20456c64bfd2c26e" }, { - "title": "Five Joan Didion Movies You Can Stream Right Now", - "description": "The writer, working with her husband, John Gregory Dunne, saw Hollywood as a way to make cash to support her art. It did and didn’t work out.", - "content": "Barbra Streisand and Kris Kristofferson in \"A Star Is Born\" (1976).", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/24/movies/joan-didion-movies.html", - "creator": "Amy Nicholson", - "pubDate": "Fri, 24 Dec 2021 21:55:01 +0000", + "title": "Meadows and the Band of Loyalists: How They Fought to Keep Trump in Power", + "description": "A small circle of Republican lawmakers, working closely with President Donald J. Trump’s chief of staff, took on an outsize role in pressuring the Justice Department, amplifying conspiracy theories and flooding the courts in an attempt to overturn the 2020 election.", + "content": "President Donald J. Trump seemed to believe that a small group of Republican lawmakers would help him stay in office.", + "category": "Trump, Donald J", + "link": "https://www.nytimes.com/2021/12/15/us/politics/trump-meadows-republicans-congress-jan-6.html", + "creator": "Katie Benner, Catie Edmondson, Luke Broadwater and Alan Feuer", + "pubDate": "Thu, 16 Dec 2021 02:55:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147151,16 +172522,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb90c53a2364ffea0f73e6f5e78b2be2" + "hash": "15122aa7792c9f3c909449728e7f5717" }, { - "title": "Adams Delays Appointment of Ex-Police Official Amid Ethics Concerns", - "description": "Philip Banks III, who left the Police Department while under federal investigation, was expected to become deputy mayor for public safety.", - "content": "Philip Banks, center, was the top choice to become the first deputy to William J. Bratton, then the police commissioner, when Mr. Banks suddenly resigned.", - "category": "Banks, Philip III", - "link": "https://www.nytimes.com/2021/12/24/nyregion/philip-banks-deputy-mayor.html", - "creator": "Michael Rothfeld, Emma G. Fitzsimmons and William K. Rashbaum", - "pubDate": "Fri, 24 Dec 2021 10:00:16 +0000", + "title": "Judge Overturns Purdue Pharma’s Opioid Settlement", + "description": "The ruling said the company’s owners, members of the Sackler family, could not receive protection from civil lawsuits in return for a $4.5 billion contribution.", + "content": "The headquarters of Purdue Pharma in Stamford, Conn. Under the crush of thousands of lawsuits, Purdue filed for bankruptcy restructuring in September 2019, which automatically put a hold on all the claims against it.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2021/12/16/health/purdue-pharma-opioid-settlement.html", + "creator": "Jan Hoffman", + "pubDate": "Fri, 17 Dec 2021 12:52:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147172,16 +172543,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1b503eb87b3cc579632d3be848a2cec" + "hash": "9ec5c23b4bae08e66d3b6cdcb5b14870" }, { - "title": "Celebrations and Gifts That Embody the Holiday Spirit", - "description": "In “an all-hands-on-deck” year, nonprofit groups help families with toys, food, books and winter essentials.", - "content": "Fareba and Kamila Fayyazi outside their school in Tucson, Ariz., which helped provide them with books.", - "category": "New York Times Neediest Cases Fund", - "link": "https://www.nytimes.com/2021/12/23/neediest-cases/celebrations-and-gifts-that-embody-the-holiday-spirit.html", - "creator": "Christopher Mele", - "pubDate": "Thu, 23 Dec 2021 10:00:07 +0000", + "title": "80,000 Honey Bees Found in Wall of Shower (Also, 100 Pounds of Honey)", + "description": "“They were nice bees,” a St. Petersburg, Fla., homeowner said, but a bathroom renovation meant they had to go. A beekeeper safely removed them.", + "content": "A home in St. Petersburg, Fla., had a hive of bees living behind the shower wall.", + "category": "Bees", + "link": "https://www.nytimes.com/2021/12/15/us/bee-hive-shower.html", + "creator": "Neil Vigdor", + "pubDate": "Thu, 16 Dec 2021 00:30:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147193,16 +172564,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "885c0ea6a96c9eb14a1100d6c3e6a785" + "hash": "7cecb0ae0f3c4a21c6506eb26f8d79ed" }, { - "title": "How We’re Holding It Together", - "description": "“Always expect reversals.”", - "content": "“Always expect reversals.”", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/22/at-home/newsletter.html", - "creator": "Melissa Kirsch", - "pubDate": "Wed, 22 Dec 2021 22:15:05 +0000", + "title": "Premier League Buckles In Amid Covid Surge", + "description": "Familiar fears return as the pandemic’s shadow returns to soccer, to sports, to everything.", + "content": "Tickets are not the only things being checked outside Premier League stadiums.", + "category": "Soccer", + "link": "https://www.nytimes.com/2021/12/17/sports/soccer/covid-premier-league.html", + "creator": "Rory Smith", + "pubDate": "Fri, 17 Dec 2021 16:15:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147214,16 +172585,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b725bcfcbca60565ac73592ebc217f25" + "hash": "4d58c6657797cb0942f0a4f26542b709" }, { - "title": "A Janitor’s Colleagues Put Him on the Fast Track to Retirement", - "description": "An Italian factory worker was dealing with a lifelong impairment that made it hard to work, but he wasn’t in a position to retire. Then his co-workers gave him 20 months’ worth of vacation days.", - "content": "Alfredo Lupi, fifth from right, poses with his co-workers on Thursday at the Senna Inox factory in Graffignana, Italy.", - "category": "Italy", - "link": "https://www.nytimes.com/2021/12/25/world/europe/alfredo-lupi-janitor-italy.html", - "creator": "Gaia Pianigiani", - "pubDate": "Sat, 25 Dec 2021 19:10:46 +0000", + "title": "Adrienne Adams Will Become New York City Council's Next Speaker", + "description": "In an early political setback for Eric Adams, Adrienne Adams emerged from a hard-fought race with the votes she needed to be council speaker.", + "content": "Adrienne Adams, who is set to become the speaker of the New York City Council, with the incoming mayor Eric Adams, who had preferred another candidate.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/17/nyregion/adrienne-adams-nyc-council-speaker.html", + "creator": "Jeffery C. Mays and Katie Glueck", + "pubDate": "Fri, 17 Dec 2021 23:05:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147234,17 +172605,17 @@ "read": false, "favorite": false, "created": false, - "tags": [], - "hash": "5285e4d73df9c78df61b50d6d9279f5c" - }, - { - "title": "Family in Nigeria Lost 3 Daughters to Sickle Cell. Can They Save a Fourth?", - "description": "About 150,000 babies are born each year in Nigeria with sickle cell, a deadly disease. Tens of thousands of them die annually before their fifth birthdays.", - "content": "About 150,000 babies are born each year in Nigeria with sickle cell, a deadly disease. Tens of thousands of them die annually before their fifth birthdays.", - "category": "Sickle Cell Anemia", - "link": "https://www.nytimes.com/2021/12/21/health/sickle-cell-nigeria.html", - "creator": "John Eligon, Ismail Alfa and KC Nwakalor", - "pubDate": "Tue, 21 Dec 2021 14:17:43 +0000", + "tags": [], + "hash": "9023ec03c2008d12d6ead756d892c385" + }, + { + "title": "Defense Rests in Ghislaine Maxwell Trial", + "description": "Ms. Maxwell chose not to testify, and her lawyers called a handful of witnesses whose testimony sought to poke holes in the accounts of her accusers.", + "content": "Laura Menninger, one of Ghislaine Maxwell’s defense lawyers, arrived at the federal courthouse in Manhattan on Friday for Ms. Maxwell’s trial.", + "category": "Human Trafficking", + "link": "https://www.nytimes.com/2021/12/17/nyregion/ghislaine-maxwell-trial-defense-rests.html", + "creator": "Rebecca Davis O’Brien, Benjamin Weiser and Colin Moynihan", + "pubDate": "Fri, 17 Dec 2021 23:32:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147256,16 +172627,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e38dda23b5469720d975ccb49437500f" + "hash": "a47384dd89533240d7d79606f77d7115" }, { - "title": "Judge Upholds His Block on New York Times Coverage of Project Veritas", - "description": "The New York State judge also ordered The Times to turn over physical copies and destroy any electronic versions of documents a lawyer prepared for the conservative group.", - "content": "The New York Times said it would appeal a decision, released on Friday, by Justice Charles D. Wood, a judge in Westchester County, N.Y.", - "category": "Freedom of the Press", - "link": "https://www.nytimes.com/2021/12/24/business/media/new-york-times-project-veritas.html", - "creator": "Michael M. Grynbaum", - "pubDate": "Fri, 24 Dec 2021 22:35:23 +0000", + "title": "U.S. Olympic Leader: China Must Investigate Peng Shuai's Allegations", + "description": "Olympic leaders were critical of China’s handling of the Peng Shuai case but tried not to say anything that would jeopardize the safety of the American athletes headed to Beijing.", + "content": "Susanne Lyons, chair of the United States Olympic and Paralympic Committee, in Tokyo in July. ", + "category": "Olympic Games (2022)", + "link": "https://www.nytimes.com/2021/12/17/sports/olympics/usoc-peng-shuai-china.html", + "creator": "Matthew Futterman and Andrew Keh", + "pubDate": "Fri, 17 Dec 2021 20:06:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147277,16 +172648,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4de5b87caa660d9b35d14d81068d6b64" + "hash": "4782efe95145c8b229f13cf04bf6cf83" }, { - "title": "At Least 16 Dead After Migrant Boat Capsizes Off Greece", - "description": "The wreck late Friday in the Aegean Sea, the third in Greek waters in three days, was another reminder of the risks asylum seekers face.", - "content": "Rescued refugees and migrants disembarking from a Greek Coast Guard vessel onto the island of Crete in July.", - "category": "Drownings", - "link": "https://www.nytimes.com/2021/12/25/world/europe/migrant-boat-greece.html", - "creator": "Niki Kitsantonis", - "pubDate": "Sat, 25 Dec 2021 14:50:30 +0000", + "title": "Why There's a Growing Push to Ban Killer Robots", + "description": "A U.N. conference made little headway this week on limiting development and use of killer robots, prompting stepped-up calls to outlaw such weapons with a new treaty.", + "content": "A combat robotic vehicle at the White Sands Missile Range in New Mexico in 2008.", + "category": "Arms Control and Limitation and Disarmament", + "link": "https://www.nytimes.com/2021/12/17/world/robot-drone-ban.html", + "creator": "Adam Satariano, Nick Cumming-Bruce and Rick Gladstone", + "pubDate": "Fri, 17 Dec 2021 22:57:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147298,16 +172669,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27923f9d5af86562ebacf8d0ab93ad8c" + "hash": "2a0d2030044c0a76d16cb7821cae4ba1" }, { - "title": "Steve Bronski, of the Pioneering Gay Band Bronski Beat, Dies at 61", - "description": "He was part of a British trio whose songs often directly addressed gay themes and issues in a way few other pop music acts were doing.", - "content": "Members of Bronski Beat in 1984; from left, Jimmy Somerville, Larry Steinbachek and Steve Bronski. Their first single told of a young gay man’s escape from a provincial town where he had endured a homophobic attack.", - "category": "Bronski, Steve (1960-2021)", - "link": "https://www.nytimes.com/2021/12/22/arts/music/steve-bronski-dead.html", - "creator": "Neil Genzlinger", - "pubDate": "Thu, 23 Dec 2021 17:22:08 +0000", + "title": "Former Puerto Rico Education Secretary Is Sentenced to Prison", + "description": "Julia Keleher, who had pleaded guilty to conspiracy to commit fraud, said she was “inept” in how she handled some big policy changes in a troubled system.", + "content": "Puerto Rico’s former education secretary, Julia Keleher, arriving at federal court in 2019. She was sentenced to six months in prison on Friday.", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2021/12/17/us/puerto-rico-education-corruption-keleher.html", + "creator": "Patricia Mazzei", + "pubDate": "Sat, 18 Dec 2021 02:18:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147319,16 +172690,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8175b69c46ba4086aab15e3f3e0fdbe" + "hash": "78022dd4def52316201d54ebe617474e" }, { - "title": "In Search of Black Santa", - "description": "My kids shouldn’t have to color their Santa Claus figurines with brown ink like I did.", - "content": "Kelvin Douglas is a jolly Santa Claus for children in Houston.", - "category": "Santa Claus", - "link": "https://www.nytimes.com/2021/12/09/well/family/black-santa.html", - "creator": "Nancy Redd", - "pubDate": "Thu, 09 Dec 2021 18:21:20 +0000", + "title": "Japan Fire Kills 24, With Arson Suspected", + "description": "The fire consumed the fourth floor of the building in Osaka, which housed a medical office.", + "content": "Firefighters after the blaze in Osaka, Japan, on Friday. It was the third suspected arson attack in Japan in less than two months.", + "category": "Arson", + "link": "https://www.nytimes.com/2021/12/16/world/asia/japan-fire-osaka.html", + "creator": "Makiko Inoue, Motoko Rich and Hikari Hida", + "pubDate": "Fri, 17 Dec 2021 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147340,16 +172711,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3409388253d4d3aed03b33e2a72c0abe" + "hash": "7158ec12fea6a00be6f06a6398ec1275" }, { - "title": "Holiday Cookie Baking to Connect With Those We Miss", - "description": "At the darkest time of year, we bake our pain and loss into something to pass to others when it becomes too much to carry.", - "content": "At the darkest time of year, we bake our pain and loss into something to pass to others when it becomes too much to carry.", - "category": "Cookies", - "link": "https://www.nytimes.com/2020/12/25/well/family/Christmas-cookies-grief.html", - "creator": "Jenn Shapland", - "pubDate": "Fri, 25 Dec 2020 14:00:51 +0000", + "title": "Elizabeth Holmes Trial Nears Finish as Closing Arguments End", + "description": "The jury of eight men and four women will meet on Monday morning to consider wire fraud-related charges for claims made to Theranos’s investors and patients.", + "content": "Elizabeth Holmes, the founder of Theranos, leaving court on Thursday. Ms. Holmes is on trial for fleecing investors out of hundreds of millions of dollars and misleading patients and doctors.", + "category": "Frauds and Swindling", + "link": "https://www.nytimes.com/2021/12/17/technology/elizabeth-holmes-trial-closing-arguments.html", + "creator": "Erin Griffith", + "pubDate": "Sat, 18 Dec 2021 01:40:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147361,16 +172732,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e99f1235efc3f7f34195567601e56181" + "hash": "8765d7df94865ca3a82fc910a07e6865" }, { - "title": "Falling in Love With Everyone We Saw in 2021", - "description": "Looking back at a year of pictures from the Styles Desk.", - "content": " We went sailing with Ann Dowd, who starred in an indie film, “Mass,” this year.", - "category": "your-feed-photojournalism", - "link": "https://www.nytimes.com/2021/12/25/style/pictures-2021.html", - "creator": "Elizabeth Bristow, Eve Lyons, Amanda Webster and Stella Bugbee", - "pubDate": "Sat, 25 Dec 2021 08:00:57 +0000", + "title": "Family of Former N.F.L. Player Raises Questions About His Death", + "description": "Lawyers for the family of Glenn Foster Jr., 31, said his death while in the custody of the Pickens County Sheriff’s Office in Alabama had not resulted from “natural causes.”", + "content": "Glenn Foster Jr. in 2013. He died on Dec. 6, in the custody of the Pickens County Sheriff’s Office, days after he was arrested while speeding.", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2021/12/17/us/glenn-foster-autopsy-strangulation.html", + "creator": "Michael Levenson", + "pubDate": "Sat, 18 Dec 2021 01:19:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147382,16 +172753,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "889bd3b7c96ab5f51c7f3485bdd7f1e1" + "hash": "8fbec7ceff40a99c1ee809c30e72eac6" }, { - "title": "Who’s Up for a Round of Warhammer?", - "description": "A tabletop game set in a dystopian universe has found a new legion of fans during the pandemic.", - "content": "A tabletop game set in a dystopian universe has found a new legion of fans during the pandemic.", - "category": "Games", - "link": "https://www.nytimes.com/2021/12/25/style/warhammer-game.html", - "creator": "Shane O’Neill", - "pubDate": "Sat, 25 Dec 2021 10:00:07 +0000", + "title": "‘Shopping Cart Killer’ Suspected in Four Deaths, Police Say", + "description": "The authorities in Virginia say that Anthony Robinson met his victims via online dating sites and later transported their bodies in shopping carts to dispose of them.", + "content": "A shopping cart near where human remains were found on Wednesday in the Alexandria section of Fairfax County, Va.", + "category": "Missing Persons", + "link": "https://www.nytimes.com/2021/12/17/us/anthony-robinson-shopping-cart-killer-virginia.html", + "creator": "Isabella Grullón Paz", + "pubDate": "Sat, 18 Dec 2021 00:35:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147403,16 +172774,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f611113a781407d2e5d3bca608b595d" + "hash": "badaed8441aa738bbc4dd8aa3bad27ad" }, { - "title": "The Year Space Got Sexy All Over Again", - "description": "Or at least became a place for phallic rockets paid for by billionaires.", - "content": "It was a busy year for space. Clockwise from left: Jeff Bezos; his Blue Origins rocket; mysterious obelisks in Utah. ", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2021/12/10/style/space-billionaires.html", - "creator": "Alex Williams", - "pubDate": "Fri, 10 Dec 2021 10:00:12 +0000", + "title": "Kyrie Irving Returns to the Brooklyn Nets, Part Time ", + "description": "Irving remains unvaccinated. He will be eligible to play only road games, except those against the Knicks and the Toronto Raptors.", + "content": "Kyrie Irving has missed the Nets’ first 29 games this season.", + "category": "Irving, Kyrie", + "link": "https://www.nytimes.com/2021/12/17/sports/basketball/kyrie-irving-nets-covid.html", + "creator": "Sopan Deb", + "pubDate": "Sat, 18 Dec 2021 02:22:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147424,16 +172795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bfa8a1622bb16d28fba98959bc04ae6" + "hash": "7101d8d003e894dcb1602692894ee614" }, { - "title": "These Churches Have Been Closed, but Their Artifacts Live On", - "description": "In a warehouse on Staten Island, the Archdiocese of New York stores altars, statuary and other relics that can be reused in churches around the world.", - "content": "Plaster statues of St. Bernadette (center), St. Ann and other holy figures, salvaged from deconsecrated Roman Catholic churches, on display in the Patrimony Warehouse of the Archdiocese of New York. Priests from as far away as India and Africa have browsed the selection and had their chosen items shipped to their home parishes.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/24/realestate/streetscapes-catholic-relics.html", - "creator": "John Freeman Gill", - "pubDate": "Fri, 24 Dec 2021 10:00:31 +0000", + "title": "Rosalie Trombley, Who Picked Hits and Made Stars, Dies at 82", + "description": "As music director for CKLW, a major radio station in the Detroit market, she furthered the careers of Alice Cooper, Bob Seger, the Temptations and many others.", + "content": "As music director for CKLW, a major radio station in the Detroit market, she furthered the careers of Alice Cooper, Bob Seger, the Temptations and many others.", + "category": "Trombley, Rosalie (1939-2021)", + "link": "https://www.nytimes.com/2021/12/17/arts/music/rosalie-trombley-dead.html", + "creator": "Neil Genzlinger", + "pubDate": "Sat, 18 Dec 2021 03:21:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147445,16 +172816,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "00bf2ff77fc929c46355beb91974b826" + "hash": "3a1af2326b3d2c55e3ca95112dfe07ab" }, { - "title": "An Ode to All the Great Books I Haven’t Read", - "description": "As the year ends, the illustrator Grant Snider looks back at his literary regrets.", - "content": "As the year ends, the illustrator Grant Snider looks back at his literary regrets.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/23/books/an-ode-to-all-the-great-books-i-havent-read.html", - "creator": "Grant Snider", - "pubDate": "Thu, 23 Dec 2021 23:47:11 +0000", + "title": "Chin Hairs: Why Women Get Them and How to Remove", + "description": "And what’s the best way to remove them?", + "content": "And what’s the best way to remove them?", + "category": "Hair", + "link": "https://www.nytimes.com/2021/12/14/well/live/chin-hairs-women.html", + "creator": "Melinda Wenner Moyer", + "pubDate": "Wed, 15 Dec 2021 06:12:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147466,16 +172837,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27ee757adda60286bcc3bc9f29cf8e5f" + "hash": "bc2cfffff5d0d6b5cafa452566180fee" }, { - "title": "Why Jesus Never Stopped Asking Questions", - "description": "Jesus liked to turn the tables on his interlocutors, especially those who were in the business of asking questions themselves.", - "content": "Christ used questions to enter more fully into the lives of others and to help people look at the state of their hearts.", - "category": "Christians and Christianity", - "link": "https://www.nytimes.com/2021/12/23/opinion/christmas-jesus-questions.html", - "creator": "Peter Wehner", - "pubDate": "Thu, 23 Dec 2021 10:00:11 +0000", + "title": "Do I Still Need a Pulse Oximeter at Home to Monitor Covid-19?", + "description": "A new study shows just how lifesaving home monitoring of oxygen levels can be.", + "content": "A new study shows just how lifesaving home monitoring of oxygen levels can be.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/10/05/well/live/covid-pulse-oximeter.html", + "creator": "Tara Parker-Pope", + "pubDate": "Thu, 07 Oct 2021 21:33:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147487,16 +172858,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "349832267894111638cbaf1ce6868500" + "hash": "0fcac2d0ebfb212f05a9ecae6c2086ea" }, { - "title": "Europeans Ponder Living With, Not Defeating, Covid", - "description": "On the eve of the biggest holidays in Europe, exhaustion with the pandemic is rising. So is resignation that the virus is endemic.", - "content": "Lining up outside La Paz Hospital in Madrid for a coronavirus test on Thursday.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/24/world/europe/europe-covid-pandemic-omicron.html", - "creator": "Nicholas Casey, Constant Méheut and José Bautista", - "pubDate": "Fri, 24 Dec 2021 11:32:20 +0000", + "title": "Can I Catch the Same Cold Twice?", + "description": "The answer depends on the strength of your immune response.", + "content": "The answer depends on the strength of your immune response.", + "category": "Viruses", + "link": "https://www.nytimes.com/2018/03/09/well/live/can-i-catch-the-same-cold-twice.html", + "creator": "Richard Klasco, M.D.", + "pubDate": "Fri, 09 Mar 2018 11:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147508,16 +172879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f286fb7ebe494359a6d92602b45ff62c" + "hash": "40ef7c37372d55ee483e4ae1d0a5719b" }, { - "title": "In Myanmar, a Notable Burmese Family Quietly Equipped a Brutal Military", - "description": "A Burmese-Irish family said all the right things, even as it helped Myanmar’s rulers avoid sanctions scrutiny in buying airplanes, defense radar and more.", - "content": "Senior Gen. Min Aung Hlaing, Myanmar’s military commander in chief, during a parade for the 76th Armed Forces Day in Naypyidaw, the capital, in March.", - "category": "U Moe Kyaw Thaung", - "link": "https://www.nytimes.com/2021/12/24/world/asia/myanmar-coup-military-tatmadaw-kyaw-thaung.html", - "creator": "Hannah Beech", - "pubDate": "Fri, 24 Dec 2021 15:39:59 +0000", + "title": "Should Doctors Consider Body Size When Prescribing Drugs?", + "description": "For many medications, a one-size-fits-all strategy works fine.", + "content": "For many medications, a one-size-fits-all strategy works fine.", + "category": "Drugs (Pharmaceuticals)", + "link": "https://www.nytimes.com/2018/06/08/well/drug-dose-weight-size-doctors-prescriptions-medications.html", + "creator": "Richard Klasco, M.D.", + "pubDate": "Fri, 08 Jun 2018 09:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147529,16 +172900,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "39f7073327bee02e6e949d60980ad2aa" + "hash": "bc7849ba056092f986f36c49802da09e" }, { - "title": "‘The Nutcracker’ and the Sex Tape", - "description": "A holiday story about passion and other adhesives (and an ugly Christmas sweater).", - "content": "A holiday story about passion and other adhesives (and an ugly Christmas sweater).", - "category": "Love (Emotion)", - "link": "https://www.nytimes.com/2021/12/24/style/modern-love-nutcracker-sex-tape-ugly-christmas-sweater.html", - "creator": "Melody Federer", - "pubDate": "Fri, 24 Dec 2021 06:26:29 +0000", + "title": "The 25 Best Classical Music Tracks of 2021", + "description": "Classics by Bach, Mozart and Brahms and new works by Andy Akiho, Angélica Negrón and Tyshawn Sorey were among our favorite recordings this year.", + "content": "Clockwise from left: the violinist Jennifer Koh, the composer Tyshawn Sorey and the pianist Igor Levit.", + "category": "Classical Music", + "link": "https://www.nytimes.com/2021/12/15/arts/music/best-classical-music-opera-recordings.html", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 10:00:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147550,16 +172921,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bedf7e7ebd314daadbf10a6f03b97b9b" + "hash": "0ae570400edaf19c0661cd7860b9e512" }, { - "title": "After Hurricanes and Pandemic, a New Orleans Museum Fights to Hold On", - "description": "The Backstreet Cultural Museum served as an enduring tribute to the city’s Black culture, as the Tremé neighborhood gentrified around it. Then Hurricane Ida destroyed its home.", - "content": "Over the past 16 months, the Backstreet Cultural Museum has lost its founder and its building. ", - "category": "Collectors and Collections", - "link": "https://www.nytimes.com/2021/12/25/us/backstreet-cultural-museum-new-orleans.html", - "creator": "Katy Reckdahl and Sophie Kasakove", - "pubDate": "Sat, 25 Dec 2021 12:49:28 +0000", + "title": "Kevin Feige and Amy Pascal on 'Spider-Man: No Way Home'", + "description": "The producers of “No Way Home” address questions about another trilogy, possibly putting MJ in a Spidey suit and convincing reluctant actors to reprise their roles.", + "content": "The producers Amy Pascal, left, and Kevin Feige have worked on the Spider-Man franchise in various capacities since the late 1990s.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/17/movies/kevin-feige-amy-pascal-spider-man-no-way-home.html", + "creator": "Brooks Barnes", + "pubDate": "Fri, 17 Dec 2021 20:21:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147571,16 +172942,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc844d4f5c1533f98e93a70a5ede06a3" + "hash": "3a23d42d4a2f34a790803bfbd283c0c1" }, { - "title": "It’s a ‘Sex and the City’ World. Can Carrie and Co. Still Live in It?", - "description": "Two decades ago, “Sex and the City” set the standard for many shows to come. With “And Just Like That …,” the series reintroduces itself to a genre that has evolved beyond it.", - "content": "Two decades ago, “Sex and the City” set the standard for many shows to come. With “And Just Like That …,” the series reintroduces itself to a genre that has evolved beyond it.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/24/arts/television/sex-and-the-city-girls-girlfriends-run-the-world.html", - "creator": "Maya Phillips", - "pubDate": "Fri, 24 Dec 2021 16:28:48 +0000", + "title": "I Watched ‘Encanto’ With My Dad. It Brought Him Back Home.", + "description": "The animated Disney movie is set in Colombia, where my father is from — a place he rarely talks about. Would he fall for the film?", + "content": "In the animated movie “Encanto,” which is set in Colombia, Mirabel Madrigal (Stephanie Beatriz) is the only child in the family without a fantastical gift.", + "category": "Encanto (Movie)", + "link": "https://www.nytimes.com/2021/12/15/movies/encanto-disney.html", + "creator": "Laura Zornosa", + "pubDate": "Wed, 15 Dec 2021 14:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147592,16 +172963,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ab4b3a7d9e2eaedc0b293e7fc837826" + "hash": "80fee92c729ccacb1d67b85007f6c7f1" }, { - "title": "James F. Fries, Who Studied the Good Life and How to Live It, Dies at 83", - "description": "He showed that while a healthy lifestyle won’t help us live much longer, it can stave off chronic disease and disability until our final years.", - "content": "James F. Fries concluded from analyzing health data that exercise and a healthy diet could help postpone the onset of debilitating disease until close to the end of life. He was an avid outdoorsman.", - "category": "Fries, James F (1938-2021)", - "link": "https://www.nytimes.com/2021/12/24/health/james-f-fries-dead.html", - "creator": "Clay Risen", - "pubDate": "Fri, 24 Dec 2021 17:10:41 +0000", + "title": "After-Dinner Drinks You’ll Want to Linger Over", + "description": "These nightcaps, whether cocktail or single beverage, are just the thing for when the meal is over, but the party is not.", + "content": "A French-leaning nightcap, the Nuitcap merges Cognac, blanc vermouth and a bitter, herbal liqueur.", + "category": "Cocktails and Mixed Drinks", + "link": "https://www.nytimes.com/2021/12/17/dining/drinks/after-dinner-drink-nightcap.html", + "creator": "Rebekah Peppler", + "pubDate": "Fri, 17 Dec 2021 16:47:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147613,16 +172984,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd9daf6b5ce58d1390ae3a5bd9c19410" + "hash": "4bd528fd4d078a5c7abeb84db3e13e3f" }, { - "title": "Five Science-Fiction Movies to Stream Now", - "description": "This month’s picks include apocalyptic K-pop and a parallel-dimension thriller.", - "content": "This month’s picks include apocalyptic K-pop and a parallel-dimension thriller.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/24/movies/streaming-sci-fi-movies.html", - "creator": "Elisabeth Vincentelli", - "pubDate": "Fri, 24 Dec 2021 16:00:04 +0000", + "title": "Jake Paul’s Boxing Spectacle Rolls On With Tyron Woodley Rematch", + "description": "Paul showed in 2021 that he can sell a pay-per-view fight. He wants respect in boxing, too.", + "content": "Jake Paul working out on Wednesday. He fights Tyron Woodley on Saturday night.", + "category": "Boxing", + "link": "https://www.nytimes.com/2021/12/17/sports/jake-paul-tyron-woodley.html", + "creator": "Alanis Thames", + "pubDate": "Fri, 17 Dec 2021 19:41:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147634,16 +173005,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "707b50113442f88654097ebe23b9e388" + "hash": "78fed034c675959ce945fb91137e1ac6" }, { - "title": "Covid Live Updates: U.S. Blood Supply, Robbed of Healthy Donors, Is at 10-Year Low", - "description": "Blood banks across the country are struggling to maintain their usual three-day supply as virus cases make donors and medical staff scarce. Britain is administering booster shots throughout the Christmas holiday.", - "content": "Blood banks across the country are struggling to maintain their usual three-day supply as virus cases make donors and medical staff scarce. Britain is administering booster shots throughout the Christmas holiday.", + "title": "C.D.C. Embraces ‘Test to Stay’ Policy for Schools", + "description": "Unvaccinated children no longer have to quarantine if exposed, the agency said, but can stay in class if they repeatedly test negative. Here’s the latest.", + "content": "Unvaccinated children no longer have to quarantine if exposed, the agency said, but can stay in class if they repeatedly test negative. Here’s the latest.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/25/world/omicron-covid-vaccine-tests", + "link": "https://www.nytimes.com/live/2021/12/17/world/covid-omicron-vaccines", "creator": "The New York Times", - "pubDate": "Sat, 25 Dec 2021 21:12:35 +0000", + "pubDate": "Fri, 17 Dec 2021 21:57:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147655,16 +173026,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f949b52efbb206bdb3fb27810f1e659" + "hash": "5649ce8ecd441dd2eadc79dd3867328a" }, { - "title": "What Is a Foul in the NBA? It’s Always Evolving", - "description": "The N.B.A. foul is never set in stone. As players reinvent the game, the officiating changes, too.", - "content": "The N.B.A. foul is never set in stone. As players reinvent the game, the officiating changes, too.", - "category": "Basketball", - "link": "https://www.nytimes.com/2021/12/23/sports/basketball/nba-fouls.html", - "creator": "Sopan Deb and Anthony Gentles", - "pubDate": "Sat, 25 Dec 2021 22:18:34 +0000", + "title": "In a trial, Pfizer-BioNTech’s low-dose shot did not provoke an adequate immune response in 2- to 5-year-olds.", + "description": "Calling the vaccine a “three-dose series,” the company now plans to test three doses of its vaccine in children ages six months to 17 years.", + "content": "An outdoor space at the Piedmont Global Preschool in Greensboro, N.C., in September.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/17/world/covid-omicron-vaccines/in-a-trial-pfizer-biontechs-low-dose-shot-did-not-provoke-an-adequate-immune-response-in-2-to-5-year-olds", + "creator": "Apoorva Mandavilli and Rebecca Robbins", + "pubDate": "Fri, 17 Dec 2021 17:38:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147676,16 +173047,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e17c9c28e4fe39617df424008a89c82" + "hash": "d1dda100ad8e27528a7bbb32758cd2a9" }, { - "title": "Gordon Carey, a Force in the Civil Rights Movement, Dies at 89", - "description": "An “unsung hero” of the era, he played important roles in two of its far-reaching events: the 1960 lunch-counter sit-ins and the 1961 Freedom Rides.", - "content": "An “unsung hero” of the era, he played important roles in two of its far-reaching events: the 1960 lunch-counter sit-ins and the 1961 Freedom Rides.", - "category": "Carey, Gordon (1932-2021)", - "link": "https://www.nytimes.com/2021/12/24/us/gordon-carey-dead.html", - "creator": "Katharine Q. Seelye", - "pubDate": "Fri, 24 Dec 2021 23:08:02 +0000", + "title": "Omicron: What We Know About the New Covid Variant", + "description": "In just a few weeks since its discovery, Omicron has turned out to be highly transmissible and less susceptible to vaccines than other variants.", + "content": "A woman receiving a Covid shot vaccine at a center in Soweto, South Africa. ", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/article/omicron-coronavirus-variant.html", + "creator": "Carl Zimmer and Andrew Jacobs", + "pubDate": "Sun, 12 Dec 2021 00:44:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147697,16 +173068,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "290dac0bf635cde0d1f76143a97e88bd" + "hash": "e7e7d1e5e6876992c45876cb24dd10ec" }, { - "title": "Sally Ann Howes, Star of ‘Chitty Chitty Bang Bang,’ Dies at 91", - "description": "The English-born actress captivated children in the 1968 film, which became a holiday favorite. It was one of around 140 productions she appeared in during a six-decade career.", - "content": "Sally Ann Howes in the 1968 movie “Chitty Chitty Bang Bang” with, from left, Dick Van Dyke, Adrian Hall and Heather Ripley.", - "category": "Actors and Actresses", - "link": "https://www.nytimes.com/2021/12/22/movies/sally-ann-howes-dead.html", - "creator": "Robert D. McFadden", - "pubDate": "Wed, 22 Dec 2021 22:06:41 +0000", + "title": "San Francisco Mayor Declares State of Emergency to Fight ‘Nasty Streets’ of the City", + "description": "It’s a highly unusual move by a liberal mayor in one of the country’s most liberal cities.", + "content": "Mayor London Breed of San Francisco said this week that she would pursue an “aggressive” crackdown on criminality. ", + "category": "Drug Abuse and Traffic", + "link": "https://www.nytimes.com/2021/12/17/us/san-francisco-state-of-emergency-crime.html", + "creator": "Thomas Fuller and Shaila Dewan", + "pubDate": "Fri, 17 Dec 2021 21:10:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147718,16 +173089,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da426bb34292ed99f779784c63a8e386" + "hash": "1e910621bd50a6b7e84b669b2e294707" }, { - "title": "As Omicron Spreads, the Unvaccinated in the U.S. Remain Defiant", - "description": "To some who are steadfastly opposed to the shot, the evasiveness of the coronavirus has only reaffirmed their stance.", - "content": "Parents demonstrated in November against a vaccine mandate for students in Los Angeles.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/25/us/as-omicron-spreads-and-cases-soar-the-unvaccinated-remain-defiant.html", - "creator": "Jack Healy, Noah Weiland and Richard Fausset", - "pubDate": "Sat, 25 Dec 2021 10:00:14 +0000", + "title": "Kimberly Potter, Officer in Minneapolis Shooting, Breaks Down on Stand", + "description": "Ms. Potter, on trial in the killing of Daunte Wright, said she meant to pull her Taser, not her gun, and sobbed on the stand. Here’s the latest.", + "content": "Ms. Potter, on trial in the killing of Daunte Wright, said she meant to pull her Taser, not her gun, and sobbed on the stand. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/17/us/kim-potter-trial-daunte-wright", + "creator": "The New York Times", + "pubDate": "Fri, 17 Dec 2021 21:57:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147739,16 +173110,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc6bd1affdbd98d5d948470c3478f3c4" + "hash": "f1a5e4719a8880037284403c49714083" }, { - "title": "Holiday Spirit Glimmers as New York Endures Another Pandemic Christmas", - "description": "Despite a surge in coronavirus cases that dashed plans for travel and celebrations, New Yorkers did what they could to salvage the season.", - "content": "Robert Valley and Alexis Pagan sought out some holiday cheer at F.A.O. Schwarz. “This is what we’ve got, this is what we’re holding on to,” Mr. Valley said as they posed for a portrait.", - "category": "Christmas", - "link": "https://www.nytimes.com/2021/12/24/nyregion/christmas-virus-nyc.html", - "creator": "Sarah Maslin Nir", - "pubDate": "Sat, 25 Dec 2021 06:17:09 +0000", + "title": "What Role Does Climate Change Play in Wind Storms and Tornadoes?", + "description": "The science suggests that the United States can expect more unusual and severe storms as the world heats up, increasing the urgency for action to protect communities.", + "content": "A damaged home in Hartland, Minn., on Thursday, after record-breaking storms blew across the Midwest.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/17/climate/wind-storms-tornadoes-climate-change.html", + "creator": "Brad Plumer, Winston Choi-Schagrin and Hiroko Tabuchi", + "pubDate": "Fri, 17 Dec 2021 18:17:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147760,16 +173131,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88f75ef83098ee7c4d4ab186904f0f97" + "hash": "b1d2e3e08bde244d31061f5afa1efee2" }, { - "title": "Many African Countries Toughen Covid Restrictions as Fourth Wave Spreads", - "description": "Infections have more than doubled or tripled in many countries, prompting the authorities to reimpose curfews and quarantines and introduce vaccine mandates as the holiday season gets underway.", - "content": "A vaccination center in Kibera, a sprawling, poor neighborhood of Nairobi, Kenya, on Friday.", - "category": "Africa", - "link": "https://www.nytimes.com/2021/12/25/world/africa/africa-coronavirus-omicron.html", - "creator": "Abdi Latif Dahir and Jeffrey Moyo", - "pubDate": "Sat, 25 Dec 2021 10:00:13 +0000", + "title": "Trump Weaponized the Supreme Court", + "description": "The three justices appointed by Trump are doing exactly what they were sent to the court to do.", + "content": "The three justices appointed by Trump are doing exactly what they were sent to the court to do.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2021/12/16/opinion/supreme-court-trump.html", + "creator": "Linda Greenhouse", + "pubDate": "Thu, 16 Dec 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147781,16 +173152,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b809e8021d1539234bc39643e5c6578" + "hash": "6f9667fb3fc503fad34721cad38209e1" }, { - "title": "Another Christmas of Death and Distress in America’s I.C.U.s", - "description": "The toll on health care workers, many of whom are giving up their holiday to treat dangerously ill Covid patients, is severe.", - "content": "“We’re pretty short-staffed,” Ronda Stevenson, an intensive care unit nurse at Eskenazi Health in Indianapolis, said. “It’s getting harder.”", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/25/us/another-christmas-of-death-and-distress-in-americas-icus.html", - "creator": "Sarah Bahr and Mike Baker", - "pubDate": "Sat, 25 Dec 2021 10:00:13 +0000", + "title": "How Ashley Biden’s Diary Made Its Way to Project Veritas", + "description": "New details shed light on the federal investigation into the conservative group’s acquisition last year of a journal kept by the president’s daughter.", + "content": "James O’Keefe, founder of Project Veritas, in 2020. In its own court filing, Project Veritas has acknowledged acquiring the diary from two people it identified as “A.H.” and “R.K.,” but said it was told they had acquired the diary lawfully.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/16/us/politics/ashley-biden-project-veritas-diary.html", + "creator": "Adam Goldman and Michael S. Schmidt", + "pubDate": "Thu, 16 Dec 2021 17:27:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147802,16 +173173,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b36a56231fc781eb2a1202bdcdd93b32" + "hash": "49161ce7268c69ff1990160cd203cdde" }, { - "title": "As Covid Disrupts a 2nd Christmas, Pope Prays for Healing and Peace", - "description": "In his Christmas message, Pope Francis called on world leaders to resolve persisting conflicts and prayed for people across the globe who are affected by the coronavirus.", - "content": "Pope Francis waving after his Christmas speech from the main balcony of St. Peter’s Basilica at the Vatican on Saturday.", - "category": "Francis", - "link": "https://www.nytimes.com/2021/12/25/world/europe/pope-francis-christmas-message.html", - "creator": "Gaia Pianigiani and Elisabetta Povoledo", - "pubDate": "Sat, 25 Dec 2021 11:49:45 +0000", + "title": "Someone Offered 'Harvard' Jobs to Known Women in India. It Was a Scam.", + "description": "An online scam targeted prominent women in India, telling them the Ivy League was calling.", + "content": "Nidhi Razdan, a journalist in India, was the target of a cybersecurity scam offering her a job at Harvard University.", + "category": "Computers and the Internet", + "link": "https://www.nytimes.com/2021/12/16/technology/harvard-job-scam-india.html", + "creator": "Jeffrey Gettleman, Kate Conger and Suhasini Raj", + "pubDate": "Thu, 16 Dec 2021 18:37:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147823,16 +173194,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac4c60bba4d3b78d1d85a0d670738211" + "hash": "73fa643ed58c3f3e8ab9d496dd0b858d" }, { - "title": "Despite Omicron Wave, Britons Are Set on Not Losing Another Christmas", - "description": "For Christmas shoppers in central London this week, little seemed to dampen their spirits. But there was an undercurrent that the city was bracing for further coronavirus restrictions.", - "content": "For Christmas shoppers in central London this week, little seemed to dampen their spirits. But there was an undercurrent that the city was bracing for further coronavirus restrictions.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/24/world/europe/covid-britain-omicron-christmas.html", - "creator": "Megan Specia", - "pubDate": "Fri, 24 Dec 2021 13:23:08 +0000", + "title": "Fox News Hosts Take the Offensive About Texts to Meadows", + "description": "Stars of the most-watched cable channel continued to downplay the Jan. 6 attack and back Donald J. Trump while criticizing the investigation of the Capitol siege.", + "content": "The Fox News hosts Brian Kilmeade, Laura Ingraham and Sean Hannity.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/15/business/media/fox-news-trump-january-6.html", + "creator": "Jim Windolf and John Koblin", + "pubDate": "Thu, 16 Dec 2021 01:40:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147844,16 +173215,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae63e8114c007404d6dec3515d170608" + "hash": "d6324c426e77ff8b1a01ab7ad8082d27" }, { - "title": "On Broadway, Newly Vital Understudies Step Into the Spotlight", - "description": "As Omicron spreads, shows are relying on replacement actors more than ever. And productions without enough of them have had to cancel performances.", - "content": "LaQuet Sharnell Pringle covers several roles in the musical “Mrs. Doubtfire.” To stay prepared, “I physically need to say words out loud every day,” she said.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/24/theater/understudies-broadway-cancellations.html", - "creator": "Alexis Soloski", - "pubDate": "Fri, 24 Dec 2021 17:15:12 +0000", + "title": "Bruce Springsteen Sells Music Catalog in Massive Deal", + "description": "Sony Music Entertainment buys the Boss’s entire corpus, including classics like “Born to Run,” for an estimated $500 million or more.", + "content": "Bruce Springsteen at the Javits Center in New York in October.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/12/15/arts/music/bruce-springsteen-sells-music-catalog.html", + "creator": "Ben Sisario", + "pubDate": "Thu, 16 Dec 2021 04:54:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147865,16 +173236,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc15edeaa89f4e72243c94464e2be0ab" + "hash": "bf4ce57625991241b8a9a2072e7c1d92" }, { - "title": "What to Bake on Christmas Morning", - "description": "Big brunch dishes and holiday-spiced small treats capture the spirit of sharing and can be prepared ahead for effortless snacks.", - "content": "Big brunch dishes and holiday-spiced small treats capture the spirit of sharing and can be prepared ahead for effortless snacks.", - "category": "Christmas", - "link": "https://www.nytimes.com/2021/12/13/dining/christmas-morning-breakfast-brunch.html", - "creator": "Jerrelle Guy", - "pubDate": "Mon, 20 Dec 2021 19:23:24 +0000", + "title": "How Exercise Affects Metabolism and Weight Loss", + "description": "A new analysis of data from “The Biggest Loser” highlights the complex ways the body compensates when we drop pounds.", + "content": "A scene from Season 16 of the NBC reality show “The Biggest Loser” in 2014.", + "category": "Exercise", + "link": "https://www.nytimes.com/2021/12/15/well/move/exercise-weight-loss-metabolism.html", + "creator": "Gretchen Reynolds", + "pubDate": "Wed, 15 Dec 2021 18:51:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147886,16 +173257,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f232d385ae71f2499a2e362ac52b491a" + "hash": "3f424d53426a11a46dfe5548a744080a" }, { - "title": "Our Food Staff’s 18 Favorite Holiday Recipes", - "description": "Reporters and editors shared the NYT Cooking recipes that have become holiday traditions in their homes.", - "content": "Reporters and editors shared the NYT Cooking recipes that have become holiday traditions in their homes.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2020/12/10/dining/holiday-recipes-staff-picks.html", - "creator": "Alexa Weibel", - "pubDate": "Sat, 12 Dec 2020 11:00:14 +0000", + "title": "Omicron Threatens Red America", + "description": "In many communities, most adults remain unvaccinated.", + "content": "Shoppers at a mall in Houston.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/17/briefing/omicron-spread-red-america.html", + "creator": "David Leonhardt", + "pubDate": "Fri, 17 Dec 2021 11:29:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147907,16 +173278,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa005ac2f5902112b05b70db68bc3da5" + "hash": "687f696a992dc70eb77f1c07cac8f00b" }, { - "title": "The Secret to This Glazed Holiday Ham? Root Beer.", - "description": "The sarsaparilla flavor lends the meat a woodsy mintiness, which sings when it’s paired with aromatics like bay leaves and shallots.", - "content": "The sarsaparilla flavor lends the meat a woodsy mintiness, which sings when it’s paired with aromatics like bay leaves and shallots.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/08/magazine/root-beer-ham-recipe.html", - "creator": "Eric Kim", - "pubDate": "Thu, 09 Dec 2021 00:25:32 +0000", + "title": "What to Expect From the Next Phase of the Pandemic", + "description": "Here’s what we’re learning about the Omicron variant and a new treatment for Covid-19.", + "content": "A memorial at the Griffith Observatory in Los Angeles last month, honoring Los Angeles County residents who have died from Covid-19. Over 800,000 people have now died from the virus in the United States.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/17/podcasts/the-daily/omicron-covid-pandemic.html", + "creator": "Michael Barbaro, Sydney Harper, Robert Jimison, Michael Simon Johnson, Mooj Zadie, Luke Vander Ploeg, Asthaa Chaturvedi, Patricia Willens, Dave Shaw, Marion Lozano and Chris Wood", + "pubDate": "Fri, 17 Dec 2021 11:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147928,16 +173299,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4231eef20079ed5b315a7744f77d670" + "hash": "4da7f251807dc1db1df7f74e92d81633" }, { - "title": "Why We Feast During the Holidays", - "description": "There’s a widespread need to reconnect to all the things that make life worth living, and what better moment than now?", - "content": "There’s a widespread need to reconnect to all the things that make life worth living, and what better moment than now?", - "category": "Food", - "link": "https://www.nytimes.com/2021/12/23/opinion/culture/holiday-feasting-rich-poor.html", - "creator": "Abhijit Banerjee", - "pubDate": "Fri, 24 Dec 2021 05:37:12 +0000", + "title": "How Much Watching Time Do You Have This Weekend?", + "description": "This week our critic recommends a gentle British dramedy, a silly ’80s parody and a bunch of “Magic Mike” wannabes.", + "content": "Joanna Scanlan, left, and Bradley Walsh in a scene from “The Larkins.”", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/16/arts/television/finding-magic-mike.html", + "creator": "Margaret Lyons", + "pubDate": "Thu, 16 Dec 2021 19:35:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147949,16 +173320,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d636b2da16565b4b8d0e4c85dff20f6" + "hash": "f9e0476c9b4404e1087faa7864e2ac4a" }, { - "title": "Selling Luxury Apartments Where Oliver Twist Once Asked for Gruel", - "description": "Want to understand London’s economic transformation? Take a look at the condo conversion of a workhouse near where a young Charles Dickens lived.", - "content": "The Strand Union Workhouse, which inspired “Oliver Twist,” was built in the 1770s.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/23/business/dickens-condos-oliver-twist-workhouse.html", - "creator": "David Segal", - "pubDate": "Thu, 23 Dec 2021 20:14:19 +0000", + "title": "He Conceived of the Metaverse in the ’90s. He’s Unimpressed With Mark Zuckerberg’s.", + "description": "The novelist Neal Stephenson on Facebook’s next move and how you can survive the climate crisis.", + "content": "The novelist Neal Stephenson on Facebook’s next move and how you can survive the climate crisis.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/13/opinion/sway-kara-swisher-neal-stephenson.html", + "creator": "‘Sway’", + "pubDate": "Mon, 13 Dec 2021 13:44:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147970,16 +173341,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ffcbff75fdf572e1e95ca5564ec8ecc" + "hash": "2a8e04c3b201c1f32ac39417badff656" }, { - "title": "Beneath a Covid Vaccine Debacle, 30 Years of Government Culpability", - "description": "Washington has rejected plans to revamp vaccine preparedness for decades and repeatedly paid a price. The Biden administration is at a similar crossroads.", - "content": "Washington has rejected plans to revamp vaccine preparedness for decades and repeatedly paid a price. The Biden administration is at a similar crossroads.", - "category": "Emergent BioSolutions Inc", - "link": "https://www.nytimes.com/2021/12/23/us/covid-vaccine-biden-trump.html", - "creator": "Chris Hamby and Sheryl Gay Stolberg", - "pubDate": "Thu, 23 Dec 2021 10:00:26 +0000", + "title": "Stolen at Birth, Chilean Adoptees Uncover Their Past", + "description": "Hundreds of Chileans adopted abroad have learned that they were trafficked. Investigators believe thousands of children may have been taken from their parents during Chile’s dictatorship.", + "content": "Tyler Graf, 38, was adopted from Chile, and learned this year that he was one of hundreds — possibly thousands — of Chilean adoptees taken from their parents during the country’s military dictatorship.", + "category": "Adoptions", + "link": "https://www.nytimes.com/2021/12/17/world/americas/chile-adoption-pinochet.html", + "creator": "Ernesto Londoño", + "pubDate": "Fri, 17 Dec 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -147991,16 +173362,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "023be886529602aa7c4416ad14407001" + "hash": "552f8c8a2d2b866578309bbd585d87de" }, { - "title": "California Woman Pleads Guilty to Punching Flight Attendant in the Face", - "description": "Vyvianna M. Quinonez, 28, bloodied a flight attendant in May on a Southwest Airlines flight to San Diego, prosecutors said.", - "content": "The Federal Aviation Administration has increased fines for unruly behavior aboard aircraft. ", - "category": "Airlines and Airplanes", - "link": "https://www.nytimes.com/2021/12/23/us/southwest-flight-attendant-vyvianna-quinonez-guilty.html", - "creator": "Alyssa Lukpat", - "pubDate": "Thu, 23 Dec 2021 10:00:11 +0000", + "title": "Defense Rests After Ghislaine Maxwell Says She Will Not Testify", + "description": "As testimony in Ms. Maxwell’s sex-trafficking trial winds down, she decided against taking the stand in her own defense. Follow updates.", + "content": "As testimony in Ms. Maxwell’s sex-trafficking trial winds down, she decided against taking the stand in her own defense. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/17/nyregion/ghislaine-maxwell-trial", + "creator": "The New York Times", + "pubDate": "Fri, 17 Dec 2021 21:47:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148012,16 +173383,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f66337daa9aceb5f77e6689396ce0b" + "hash": "50ef8a72285a5608dc6df31f58545447" }, { - "title": "A Time Capsule Beneath a Lee Statue Reveals More Mysteries", - "description": "Conservators spent hours carefully prying open the container, which had been hidden beneath a monument to the Confederate general Robert E. Lee.", - "content": "Conservators with the Virginia Department of Historic Resources, remove one of three books.", - "category": "Monuments and Memorials (Structures)", - "link": "https://www.nytimes.com/2021/12/22/us/time-capsule-lee-statue.html", - "creator": "Eduardo Medina", - "pubDate": "Thu, 23 Dec 2021 14:29:31 +0000", + "title": "For Johnson, a Political Rebuke as Omicron Variant Engulfs Britain", + "description": "The prime minister’s Conservative Party lost a seat it had held for more than a century, a loss that could hamper his efforts to address the Omicron variant now sweeping Britain.", + "content": "Prime Minister Boris Johnson at Downing Street on Wednesday.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/17/world/europe/britain-johnson-omicron-politics.html", + "creator": "Mark Landler and Stephen Castle", + "pubDate": "Fri, 17 Dec 2021 20:32:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148033,16 +173404,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecd15c1570829156ca94670e82a5cde0" + "hash": "6b10aeea675d0d180f64e6299711dd87" }, { - "title": "How to Handle Omicron Surge Over the Holidays: a Guide", - "description": "The new variant is going to be disruptive, but we have the tools we need to get through this phase of the pandemic.", - "content": "The new variant is going to be disruptive, but we have the tools we need to get through this phase of the pandemic.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/23/well/live/omicron-surge-risk-holidays-guide.html", - "creator": "Tara Parker-Pope", - "pubDate": "Thu, 23 Dec 2021 22:36:59 +0000", + "title": "‘I Didn’t Look Like a Human’: Journalist Tells of Myanmar Torture", + "description": "When Ko Aung Kyaw erased his cellphone contacts to protect his sources, he knew his interrogators would make him pay a horrific price. He did it anyway.", + "content": "Ko Aung Kyaw, a reporter for the Democratic Voice of Burma, was imprisoned and tortured for his work.", + "category": "Aung Kyaw", + "link": "https://www.nytimes.com/2021/12/17/world/asia/myanmar-journalist-kyaw-torture.html", + "creator": "Richard C. Paddock", + "pubDate": "Fri, 17 Dec 2021 16:24:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148054,16 +173425,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f402daae4b2fbab724ff26c70cced17" + "hash": "71f6038ef30e99dccc2fa514150782c6" }, { - "title": "A New Israeli Wonderland, Where You Can Almost Forget Where You Are", - "description": "An alien spaceship theme park, an Italian Renaissance-style mall, a canal with gondolas. “Nothing in Israel compares with it,” the developer says. There’s just one catch.", - "content": "A crazy rooftop ride at Magic Kass theme park offers a view of an Israeli settlement, Maale Adumim, and the Judean Desert.", - "category": "Israeli Settlements", - "link": "https://www.nytimes.com/2021/12/25/world/middleeast/west-bank-entertainment-complex-israel.html", - "creator": "Isabel Kershner", - "pubDate": "Sat, 25 Dec 2021 10:00:22 +0000", + "title": "Japan Fire May Have Killed Dozens, With Arson Suspected", + "description": "The fire consumed the fourth floor of the building in Osaka, which housed a medical office.", + "content": "Firefighters after the blaze in Osaka, Japan, on Friday. It was the third suspected arson attack in Japan in less than two months.", + "category": "Arson", + "link": "https://www.nytimes.com/2021/12/16/world/asia/japan-fire-osaka.html", + "creator": "Makiko Inoue, Motoko Rich and Hikari Hida", + "pubDate": "Fri, 17 Dec 2021 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148075,16 +173446,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d17d40af5ac15d02d74cd5d6504f89d" + "hash": "985a9e288ecdf665d091fdcaf080594f" }, { - "title": "Grace Mirabella, Who Brought Vogue Down to Earth, Dies at 92", - "description": "In her 17 years at the helm of the fashion magazine, she took a more practical-minded approach, in line with a rise in women’s participation in the work force.", - "content": "Grace Mirabella in 1971, shortly after being named editor in chief of Vogue magazine. She added sections on the arts, fitness, health and beauty while keeping its emphasis on fashion. Circulation tripled.", - "category": "Mirabella, Grace", - "link": "https://www.nytimes.com/2021/12/23/fashion/grace-mirabella-dead.html", - "creator": "Phyllis Messinger", - "pubDate": "Thu, 23 Dec 2021 20:29:22 +0000", + "title": "Some U.S. Schools Close After Shooting Rumors on Social Media", + "description": "Security was heightened after vague warnings of threats circulated on TikTok and other social media platforms, police and school officials said.", + "content": "A text that Chelsea Public Schools in Massachusetts said was fake and from an unknown source. School officials said there was no credible threat.", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2021/12/17/us/tiktok-school-shooting-threat.html", + "creator": "Derrick Bryson Taylor, Amanda Holpuch and Maria Cramer", + "pubDate": "Fri, 17 Dec 2021 21:55:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148096,16 +173467,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c461c091cff1f128599f37c48e074ee" + "hash": "a7d2101e1f71dfeedc4add110ecb6499" }, { - "title": "Public Streets Are the Lab for Self-Driving Experiments", - "description": "When the U.S. ordered companies to report accidents involving driver-assistance tech, Tesla was thought to be the motivation. But 108 companies were listed, showing how widespread the testing may be.", - "content": "A self-driving car in Pittsburgh. There are no federal regulations that would keep tests of autonomous cars off public roads.", - "category": "Traffic Accidents and Safety", - "link": "https://www.nytimes.com/2021/12/23/business/tesla-self-driving-regulations.html", - "creator": "Roy Furchgott", - "pubDate": "Thu, 23 Dec 2021 11:00:09 +0000", + "title": "Fox News’ Request to Dismiss Dominion’s Defamation Suit Is Rejected", + "description": "Dominion, an election technology company, has accused the network of defaming it by spreading false claims that it was involved in rigging vote counts in the 2020 election.", + "content": "Dominion, an election technology company, has accused the network of defaming it by spreading false claims that it was involved in rigging vote counts in the 2020 election.", + "category": "Libel and Slander", + "link": "https://www.nytimes.com/2021/12/17/business/fox-news-dominion-lawsuit.html", + "creator": "Katie Robertson", + "pubDate": "Fri, 17 Dec 2021 16:07:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148117,16 +173488,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14c7dae202e963ff988490111f16bde4" + "hash": "dc3a3b0e514003d48b4a5f59835e9ea8" }, { - "title": "N.F.L. Christmas Schedule: What to Watch For in Today's Games", - "description": "The Cleveland Browns visit the Green Bay Packers, and the Arizona Cardinals host the Indianapolis Colts.", - "content": "The Cleveland Browns have been among several N.F.L. teams dealing with significant coronavirus issues.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/25/sports/football/nfl-christmas-games-schedule.html", - "creator": "Emmanuel Morgan", - "pubDate": "Sat, 25 Dec 2021 05:01:06 +0000", + "title": "Business Updates: Boeing Is Latest Federal Contractor to Drop Vaccine Mandate", + "description": "On Thursday, prosecutors summarized more than three months of testimony in their closing arguments while rebutting some points made by Ms. Holmes’s lawyers.", + "content": "On Thursday, prosecutors summarized more than three months of testimony in their closing arguments while rebutting some points made by Ms. Holmes’s lawyers.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/17/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Fri, 17 Dec 2021 21:47:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148138,16 +173509,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba2cfb25e25d74d51d3076187200981d" + "hash": "c2317b41a76dd40d5a9c1251c3d38e0e" }, { - "title": "Group Raises $20 Million to Preserve ‘Lost’ Brontë Library", - "description": "The Honresfield Library, which includes rarely seen manuscripts by the Brontës, Robert Burns, Walter Scott and Jane Austen, will be acquired for the British public.", - "content": "The Honresfield Library, which includes rarely seen manuscripts by the Brontës, Robert Burns, Walter Scott and Jane Austen, will be acquired for the British public.", - "category": "Libraries and Librarians", - "link": "https://www.nytimes.com/2021/12/24/arts/honresfield-library-bronte.html", - "creator": "Jennifer Schuessler", - "pubDate": "Fri, 24 Dec 2021 22:31:52 +0000", + "title": "Ken Kragen, a Force Behind ‘We Are the World,’ Dies at 85", + "description": "Michael Jackson, Lionel Richie and Quincy Jones were among the public faces of that 1985 fund-raising record. But behind the scenes, Mr. Kragen made it all happen.", + "content": "From left, Quincy Jones, Lionel Richie and Ken Kragen in 1985, the year the song “We Are the World” was released. Mr. Jones produced the record; Mr. Richie co-wrote the song with Michael Jackson; Mr. Kragen was in charge of assembling the performers.", + "category": "Kragen, Ken", + "link": "https://www.nytimes.com/2021/12/16/arts/music/ken-kragen-dead.html", + "creator": "Neil Genzlinger", + "pubDate": "Thu, 16 Dec 2021 22:36:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148159,16 +173530,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef428a440f728875f4a4fd3f8b753dba" + "hash": "fa6dff67a8d4e38236cdefabb50d653a" }, { - "title": "Fire on Crowded Bangladesh Ferry Leaves Dozens Dead", - "description": "Officials confirmed 35 deaths, but they said the toll was likely to rise as search and rescue continued.", - "content": "Firefighters and coast guard personnel working Friday at the scene of the ferry disaster near the town of Jhalakathi, Bangladesh.", - "category": "Bangladesh", - "link": "https://www.nytimes.com/2021/12/24/world/asia/bangladesh-ferry-fire.html", - "creator": "Saif Hasnat", - "pubDate": "Fri, 24 Dec 2021 12:04:19 +0000", + "title": "Man Dies After He Is Shot by the Police With a Stun Gun and Catches Fire", + "description": "New York’s attorney general said her office would investigate the man’s death, which followed an altercation in an upstate police station.", + "content": "Letitia James, New York’s attorney general, is investigating the death of a man who was shot with a stun gun during a confrontation with police officers. ", + "category": "Deaths (Fatalities)", + "link": "https://www.nytimes.com/2021/12/16/nyregion/man-catskill-police-stun-gun-dies.html", + "creator": "Ed Shanahan", + "pubDate": "Fri, 17 Dec 2021 00:56:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148180,16 +173551,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d352c704c0cbf18f5e0e65f2413106c9" + "hash": "ed45d53f65b7e3194b3c9707486451e2" }, { - "title": "Rodin Bronze From Family Plot Is Heading to Auction", - "description": "Experts criticize the decision to remove this grave site memorial and sell it privately. The family says it’s a way to provide safekeeping.", - "content": "Experts criticize the decision to remove this grave site memorial and sell it privately. The family says it’s a way to provide safekeeping.", - "category": "Sculpture", - "link": "https://www.nytimes.com/2021/12/24/arts/design/rodin-grave-memorial-auction.html", - "creator": "Eve M. Kahn", - "pubDate": "Fri, 24 Dec 2021 16:08:30 +0000", + "title": "Meet the Next Big Fashion Group", + "description": "Kerby Jean-Raymond has spent the last year and a half secretly trying to change the game for minority designers.", + "content": "Kerby Jean-Raymond has spent the last year and a half secretly trying to change the game for minority designers.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2021/12/16/style/kerby-jean-raymond-your-friends-in-new-york.html", + "creator": "Vanessa Friedman", + "pubDate": "Thu, 16 Dec 2021 22:39:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148201,16 +173572,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae08ee0e3ade34fe2a76fe4762635899" + "hash": "75478ad02f93567f1b95ff22c409f3fd" }, { - "title": "Keep Your Kids From Going Feral During the Holidays", - "description": "Loosely maintain the three pillars of wellness — sleep, food and exercise — to help keep children on track.", - "content": "Loosely maintain the three pillars of wellness — sleep, food and exercise — to help keep children on track.", - "category": "Holidays and Special Occasions", - "link": "https://www.nytimes.com/2020/04/17/parenting/kids-active-holidays.html", - "creator": "Jancee Dunn", - "pubDate": "Fri, 17 Apr 2020 15:43:20 +0000", + "title": "Can I Call Out My Friend for Lying About Her Dad’s Death?", + "description": "Confused by an introduction to someone she had been told was deceased, a reader seeks advice.", + "content": "Confused by an introduction to someone she had been told was deceased, a reader seeks advice.", + "category": "Customs, Etiquette and Manners", + "link": "https://www.nytimes.com/2021/12/16/style/dead-dad-lie-social-qs.html", + "creator": "Philip Galanes", + "pubDate": "Thu, 16 Dec 2021 14:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148222,16 +173593,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa4b486ad368dc598304ac78633567cd" + "hash": "8ff09ab0f324e9d01edf186eff86c60b" }, { - "title": "How to Prepare for the Holidays After a Divorce", - "description": "The coming season can be brutal for families going through a difficult time. One single mom offers her holiday-survival plan.", - "content": "The coming season can be brutal for families going through a difficult time. One single mom offers her holiday-survival plan.", - "category": "Halloween", - "link": "https://www.nytimes.com/2021/10/28/well/family/holidays-after-divorce.html", - "creator": "Hanna Ingber", - "pubDate": "Thu, 28 Oct 2021 18:32:49 +0000", + "title": "Review: ‘The Witcher,’ a Netflix Heavy Hitter, Finally Returns", + "description": "Still ranking in the service’s Top 5 in viewership, the medieval fantasy is back for a second season after a two-year hiatus.", + "content": "Still ranking in the service’s Top 5 in viewership, the medieval fantasy is back for a second season after a two-year hiatus.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/16/arts/television/review-the-witcher-netflix.html", + "creator": "Mike Hale", + "pubDate": "Thu, 16 Dec 2021 16:44:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148243,16 +173614,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c53443b02975405d60a6e2174fa592e4" + "hash": "112df004594858315dda5726457a4992" }, { - "title": "Thousands of Christmas Flights Canceled as Omicron Spreads", - "description": "Delta, JetBlue and Allegiant were among those canceling flights in yet another blow to the holiday season. Here’s the latest.", - "content": "A plane at Ronald Reagan Washington National Airport in Arlington, Virginia on Wednesday.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/24/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Fri, 24 Dec 2021 21:21:39 +0000", + "title": "In ‘With Love,’ Gloria Calderón Kellett Comes Home for the Holidays", + "description": "For her first show as a sole creator, Calderón Kellett writes love stories for a family that looks a lot like her own.", + "content": "“It was so joyful to write it and then so joyful to get to make it,” Gloria Calderón Kellett said about her new series, “With Love.” Each episode is structured around a different holiday. ", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/15/arts/television/with-love-gloria-calderon-kellett-amazon.html", + "creator": "Alexis Soloski", + "pubDate": "Wed, 15 Dec 2021 19:03:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148264,16 +173635,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f552450a7fe8ab835b418a98428a819" + "hash": "7c6c252a487f8784c3e7a2de5e360e01" }, { - "title": "South Africa Ends Quarantining and Contact Tracing", - "description": "The new regulations follow data showing that while the Omicron variant is highly transmissible, it has not caused high rates of severe disease in South Africa.", - "content": "A volunteer at a drive-through Covid vaccination site in Pretoria, South Africa, this month.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/24/world/africa/south-africa-covid-quarantine.html", - "creator": "Lynsey Chutel", - "pubDate": "Fri, 24 Dec 2021 19:05:14 +0000", + "title": "2022 N.F.L. Salary Cap Winners and Losers", + "description": "The New Orleans Saints and Green Bay Packers, beset by hefty long-term contracts, will be forced into personnel decisions in 2022.", + "content": "The New Orleans Saints are expected to be over the 2022 salary cap by an estimated $61 million, having spent to keep their veteran nucleus together during Drew Brees’s final seasons.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/15/sports/football/nfl-salary-cap-new-orleans-saints.html", + "creator": "Mike Tanier", + "pubDate": "Wed, 15 Dec 2021 05:01:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148285,16 +173656,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e51ff50680f1e6c8763d25bcaf1088a" + "hash": "22932a76f46e22dab33db2d6344d402c" }, { - "title": "Travel Between U.S. and Southern Africa Will Resume, White House Says", - "description": "Biden will end the ban at midnight on Dec. 31, reversing restrictions imposed last month. South Africa criticized the ban as discriminatory.", - "content": "A plane at Ronald Reagan Washington National Airport in Arlington, Virginia on Wednesday.", - "category": "Travel Warnings", - "link": "https://www.nytimes.com/2021/12/24/world/south-africa-united-states-travel.html", - "creator": "Glenn Thrush and Lynsey Chutel", - "pubDate": "Fri, 24 Dec 2021 16:42:29 +0000", + "title": "Doctors and Nurses Are ‘Living in a Constant Crisis’ as Covid Fills Hospitals and Omicron Looms", + "description": "Hospitalizations across the country have increased 20 percent in two weeks, taxing already exhausted health care workers as the United States confronts a new variant.", + "content": "Josh Alba, a nurse, in a hallway of the Covid intensive care unit at Covenant HealthCare in Saginaw, Mich.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/17/us/covid-hospitals-omicron.html", + "creator": "Mitch Smith", + "pubDate": "Fri, 17 Dec 2021 16:25:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148306,16 +173677,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aaeddba1e2c4de81113d2978956e03b0" + "hash": "910366e46a12e5c3759cc7e10bb2f314" }, { - "title": "Bosses Have a New Headache: How Long Should Sick Workers Isolate?", - "description": "Amid staffing shortages, companies are weighing conflicting guidance on when employees who have tested positive for the coronavirus can safely return to work.", - "content": "Large employers that need workers on site, like Target, say they continue to follow federal coronavirus guidelines.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/24/business/workers-covid-isolate.html", - "creator": "Lauren Hirsch and Emma Goldberg", - "pubDate": "Fri, 24 Dec 2021 18:13:32 +0000", + "title": "Covid updates: Britain reported another record day of cases.", + "description": "The agency cited increasing evidence that the company’s shots can trigger a rare blood clotting disorder. Scientists are racing to gauge the threat that Omicron poses.", + "content": "The agency cited increasing evidence that the company’s shots can trigger a rare blood clotting disorder. Scientists are racing to gauge the threat that Omicron poses.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/17/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Fri, 17 Dec 2021 17:06:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148327,16 +173698,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "631395d3dd6367b1e9f935bea77c0efd" + "hash": "3e4eeeadb84282702a939f50f5b3c508" }, { - "title": "Policy Shortens Isolation Time for N.Y. Essential Workers Who Test Positive", - "description": "The new policy, announced on Friday by Gov. Kathy Hochul, is meant to help keep the ranks of employees in key industries from being severely depleted.", - "content": "A nurse administering a booster shot in September at the Hebrew Home in the Bronx. New York is allowing essential workers to return to work five days after testing positive for the coronavirus, as long as they are fully vaccinated and largely asymptomatic. ", - "category": "Quarantines", - "link": "https://www.nytimes.com/2021/12/24/nyregion/new-york-quarantine-policy-covid.html", - "creator": "Joseph Goldstein", - "pubDate": "Fri, 24 Dec 2021 20:55:21 +0000", + "title": "Kimberly Potter Testifies About the Killing of Daunte Wright", + "description": "Ms. Potter, a former police officer on trial, is giving her first public account of what happened when she shot Mr. Wright. Watch her testimony here.", + "content": "Ms. Potter, a former police officer on trial, is giving her first public account of what happened when she shot Mr. Wright. Watch her testimony here.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/17/us/kim-potter-trial-daunte-wright", + "creator": "The New York Times", + "pubDate": "Fri, 17 Dec 2021 17:06:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148348,16 +173719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "063b5b61cd15d6ceeeb5c32cda8fce86" + "hash": "0b9e779e508a8212e707fbb175a4a5b4" }, { - "title": "လိမ္မာပါးနပ်သည်၊ နှစ်လိုခင်မင်ဖွယ်ကောင်းသည်၊ ကြမ်းကြုတ်သော စစ်တပ်တစ်တပ်ကို တိတ်တဆိတ် လက်နက်တပ်ဆင်ပေးနေသည်။", - "description": "ဗမာ-အိုင်ယာလန် ကပြားမိသားစုတစ်စုက ပိတ်ဆို့အရေးယူမှု စစ်ဆေးမှုများကို ရှောင်ကွင်းလျက် မြန်မာ စစ်အစိုးရအတွက် လေယာဉ်များ၊ ကာကွယ်ရေး ရေဒါ၊ အခြားနည်းပညာနှင့် ကိရိယာများကို ကူညီဝယ်ယူ ပေးနေသော်လည်း အမြဲသူတော်ကောင်းစကားသာ ဆိုကြလေသည်။", - "content": "ကာကွယ်ရေး ဦးစီးချုပ် ဗိုလ်ချုပ်မှူးကြီး မင်းအောင်လှိုင်၊ မတ်လတွင်နိုင်ငံ့မြို့တော် နေပြည်တော်၌ ၇၆ နှစ်မြောက် တပ်မတော်နေ့ စစ်ရေးပြချီတက်ပွဲတွင် တွေ့ရစဉ်။", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/my/2021/12/24/world/asia/myanmar-coup-military-tatmadaw-kyaw-thaung.html", - "creator": "Hannah Beech", - "pubDate": "Fri, 24 Dec 2021 15:43:50 +0000", + "title": "Eric Adams Says He Wants to Close Rikers. It May Not Be That Simple.", + "description": "The incoming mayor’s anti-crime ideas appear to conflict with a push to cut the jail population, clouding the future of plans to close the troubled complex.", + "content": "The incoming mayor’s anti-crime ideas appear to conflict with a push to cut the jail population, clouding the future of plans to close the troubled complex.", + "category": "Adams, Eric L", + "link": "https://www.nytimes.com/2021/12/17/nyregion/eric-adams-rikers-island.html", + "creator": "Nicholas Fandos and Jonah E. Bromwich", + "pubDate": "Fri, 17 Dec 2021 16:41:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148369,16 +173740,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfa14e380b5dbea0b6748e0a61f93a3c" + "hash": "226ab411a8c456ffb03293d44e3b3fea" }, { - "title": "Democrats Say They Are Serious About State Elections. But Are They Too Late?", - "description": "State-level races are becoming a central focus of American politics as the lasting effects of new congressional maps and election laws raise the stakes.", - "content": "Selling rank-and-file Democrats on the importance of offices like state senator or state Supreme Court justice has proved daunting.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/24/us/elections/democrats-state-elections.html", - "creator": "Blake Hounshell", - "pubDate": "Fri, 24 Dec 2021 17:55:06 +0000", + "title": "Change Comes to Rikers Island, but Is It Too Late?", + "description": "The city’s reform-minded corrections commissioner, who introduced therapeutic programs for guards and detainees, is leaving.", + "content": "The city’s reform-minded corrections commissioner, who introduced therapeutic programs for guards and detainees, is leaving.", + "category": "Prisons and Prisoners", + "link": "https://www.nytimes.com/2021/12/17/nyregion/rikers-island-vincent-schiraldi.html", + "creator": "Ginia Bellafante", + "pubDate": "Fri, 17 Dec 2021 16:02:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148390,16 +173761,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c65eacdea91266dfdc17b32bdcfa7d1" + "hash": "7ba3b8cf53b59d31af2ae7993507aa15" }, { - "title": "11 Festive Christmas Eve Dinner Ideas", - "description": "Ham, soups and stews, turkey and oh so many fishes — New York Times Cooking has a recipe for your holiday, no matter how you celebrate.", - "content": "Ham, soups and stews, turkey and oh so many fishes — New York Times Cooking has a recipe for your holiday, no matter how you celebrate.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/15/dining/christmas-eve-dinner-ideas.html", - "creator": "Tanya Sichynsky", - "pubDate": "Fri, 17 Dec 2021 21:58:40 +0000", + "title": "He’s Prosecuted Pirates and Arms Dealers. Now He’ll Advise Eric Adams.", + "description": "Brendan McGuire, a former federal prosecutor in Manhattan who ran an anti-corruption unit, will be Mr. Adams’s chief counsel.", + "content": "Brendan McGuire, a former federal prosecutor, was an adviser to Eric Adams during his mayoral campaign and his transition.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/17/nyregion/adams-brendan-mcguire-lawyer.html", + "creator": "Benjamin Weiser and William K. Rashbaum", + "pubDate": "Fri, 17 Dec 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148411,16 +173782,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a68623f3d7513f021e06d3736531fe9d" + "hash": "3f995f5f7d7b06a4d71eebff5a6f49dc" }, { - "title": "18 Easy Holiday Desserts", - "description": "No-fuss treats for a sweet season.", - "content": "Pan-baked lemon almond tart.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/article/easy-holiday-desserts.html", - "creator": "Margaux Laskey", - "pubDate": "Tue, 15 Dec 2020 21:37:19 +0000", + "title": "What Makes Me a Monster", + "description": "Stalin had it. So did Pablo Escobar. And my psoriasis has led me to live a life in shadows. ", + "content": "Stalin had it. So did Pablo Escobar. And my psoriasis has led me to live a life in shadows. ", + "category": "Psoriasis", + "link": "https://www.nytimes.com/2021/12/16/opinion/psoriasis-skin-disease.html", + "creator": "Sergio del Molino", + "pubDate": "Thu, 16 Dec 2021 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148432,16 +173803,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fc08a6b99ce1366d8f6bb3b589632b5" + "hash": "3136dc66f9bcaa81a89afdd00a3ee3bf" }, { - "title": "How Volunteering Can Help Ease Loneliness", - "description": "Science tells us the solution may lie in what we do for others, not ourselves.", - "content": "Robyn Houston-Bean, right, her daughter, Olivia Bean, left, and her sister, Marci McDonough, packing backpacks full of clothing, gift cards and toiletries for people living on the streets and suffering from addiction. ", - "category": "Volunteers and Community Service", - "link": "https://www.nytimes.com/2021/12/21/well/mind/loneliness-volunteering.html", - "creator": "Christina Caron", - "pubDate": "Tue, 21 Dec 2021 22:18:13 +0000", + "title": "What Does Gun Control Look Like After the Michigan High School Shooting?", + "description": "Who would have thought a locked drawer could loom so large?", + "content": "Who would have thought a locked drawer could loom so large?", + "category": "Gun Control", + "link": "https://www.nytimes.com/2021/12/15/opinion/michigan-school-shooting.html", + "creator": "Gail Collins", + "pubDate": "Thu, 16 Dec 2021 00:12:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148453,16 +173824,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e76c2a532cb1580e43843725fa975186" + "hash": "1deb4a9feccd8d9d7551826acaae641e" }, { - "title": "Migraines, Marriage, Mourning: Joan Didion Showed Us How to Bare All", - "description": "The sorceress of syntax, with an unrivaled eye for detail, insisted we see her.", - "content": "The sorceress of syntax, with an unrivaled eye for detail, insisted we see her.", - "category": "Writing and Writers", - "link": "https://www.nytimes.com/2021/12/24/opinion/joan-didion-writers.html", - "creator": "Frank Bruni", - "pubDate": "Fri, 24 Dec 2021 14:57:24 +0000", + "title": "A Serious Threat to Reproductive Rights", + "description": "Readers criticize an essay that expressed gratitude for President Trump’s picks for Supreme Court justices. Also: Liz Cheney; cruelty to migrants; Santa Claus.", + "content": "Readers criticize an essay that expressed gratitude for President Trump’s picks for Supreme Court justices. Also: Liz Cheney; cruelty to migrants; Santa Claus.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/16/opinion/letters/abortion-reproductive-rights.html", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 17:03:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148474,16 +173845,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa1d523f1ba42f828826a968e93a1777" + "hash": "a8088965a57ecc8120a06238ad60c504" }, { - "title": "Kamala Harris’s Allies Express Concern: Is She an Afterthought?", - "description": "The vice president’s allies are increasingly concerned that President Biden relied on her to win but does not need her to govern.", - "content": "Vice President Kamala Harris is caught between criticism that she is falling short and resentment among supporters who feel she is being undercut by the Biden administration.", - "category": "Harris, Kamala D", - "link": "https://www.nytimes.com/2021/12/23/us/politics/kamala-harris-biden-administration.html", - "creator": "Katie Rogers and Zolan Kanno-Youngs", - "pubDate": "Thu, 23 Dec 2021 10:00:28 +0000", + "title": "What to Know as Student Loan Repayments Restart in February 2022", + "description": "Loan payments are about to resume for tens of millions of borrowers. Here’s how to navigate the end of the payment pause — and how to get into a more affordable plan if you need it.", + "content": "Loan payments are about to resume for tens of millions of borrowers. Here’s how to navigate the end of the payment pause — and how to get into a more affordable plan if you need it.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/article/student-loan-payment-restart.html", + "creator": "Tara Siegel Bernard", + "pubDate": "Fri, 17 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148495,16 +173866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed223eb03a5ae250a7ff4fd3c7b6eeae" + "hash": "32c3f7e48d325259ccc43815fb7cdfd1" }, { - "title": "Bros' Restaurant in Italy: Chef Finds Fame After Epic Takedown", - "description": "Panned by a prominent blogger, the Italian restaurant Bros’ and its celebrity chef became a global target for critics of pretentious cuisine. There was a good side for him.", - "content": "Serving the final dish of a 13-course tasting menu that left a blogger complaining,“there was nothing even close to an actual meal served.”", - "category": "Restaurants", - "link": "https://www.nytimes.com/2021/12/23/world/europe/bros-restaurant-review.html", - "creator": "Jason Horowitz", - "pubDate": "Thu, 23 Dec 2021 14:32:04 +0000", + "title": "Ghislaine Maxwell Defense May Finish Its Case on Friday", + "description": "It remained unclear whether Ms. Maxwell would testify in her own defense, a choice that carries enormous risk. Follow updates.", + "content": "It remained unclear whether Ms. Maxwell would testify in her own defense, a choice that carries enormous risk. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/17/nyregion/ghislaine-maxwell-trial", + "creator": "The New York Times", + "pubDate": "Fri, 17 Dec 2021 16:50:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148516,16 +173887,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a06baa016d4e8232a68ddd3c882b2b4e" + "hash": "a99493171d5826aa32a14360e8a8f02b" }, { - "title": "What Are the Symptoms of Omicron, the New Covid Variant?", - "description": "While there are subtle differences between the latest coronavirus strain and previous ones, so far the signs of infection look pretty similar.", - "content": "While there are subtle differences between the latest coronavirus strain and previous ones, so far the signs of infection look pretty similar.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/21/well/live/omicron-variant-symptoms-covid.html", - "creator": "Melinda Wenner Moyer", - "pubDate": "Wed, 22 Dec 2021 22:37:56 +0000", + "title": "Protect Abortion Rights? Virginia Democrats’ Vacation Plans Get in the Way.", + "description": "Some Virginia Democrats want to codify abortion rights into state law in their final weeks in power. But several state senators do not want to upend their travel to Hawaii, Europe and Africa.", + "content": "Virginia’s General Assembly does not allow proxy or remote voting, and Democrats’ narrow majority in the State Senate means that all members must be present to pass contentious legislation.", + "category": "Virginia", + "link": "https://www.nytimes.com/2021/12/17/us/politics/virginia-democrats-abortion.html", + "creator": "Reid J. Epstein and Lisa Lerer", + "pubDate": "Fri, 17 Dec 2021 15:48:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148537,16 +173908,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fdf6f2dc9a314cfca15ffd3ef0fa13f" + "hash": "b620fa8dc5b95605d2448bf68d0cb3d7" }, { - "title": "Portraits of Our Times", - "description": "We look at the Lives They Lived.", - "content": "From left, Michael K. Williams, Cloris Leachman and Larry King.", - "category": "", - "link": "https://www.nytimes.com/2021/12/24/briefing/lives-they-lived-2021-obituaries.html", - "creator": "David Leonhardt", - "pubDate": "Fri, 24 Dec 2021 11:23:21 +0000", + "title": "Crossing America by Canoe. Two Years, 22 Rivers, 7,500 Miles.", + "description": "Paddling through the pandemic to see the country from water level “up close and personal at this interesting time.”", + "content": "“I wanted to see the country up close and personal at this interesting time, with the pandemic and all the political strife, to find out what it actually means to be American today,” Mr. Moore said.", + "category": "States (US)", + "link": "https://www.nytimes.com/2021/12/17/nyregion/cross-country-canoe-paddle.html", + "creator": "Corey Kilgannon", + "pubDate": "Fri, 17 Dec 2021 10:00:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148558,16 +173929,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51a3d8fc71b7a97549ae3f7ca96c0f56" + "hash": "2545aa8ae5ddcab04bee4aa7e056f315" }, { - "title": "How Much Watching Time Do You Have This Weekend?", - "description": "This holiday weekend, catch the series finale of “Insecure” or a supremely chill show about restoring family heirlooms.", - "content": "Yvonne Orji, left, and Issa Rae in the series finale of “Insecure.”", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/23/arts/television/insecure-finale.html", - "creator": "Margaret Lyons", - "pubDate": "Thu, 23 Dec 2021 21:11:44 +0000", + "title": "F.D.A. Will Permanently Allow Abortion Pills by Mail", + "description": "The decision will broaden access to medication abortion, an increasingly common method, but many conservative states are already mobilizing against it.", + "content": "Lifting the restrictions on mifepristone would make medication abortion more accessible, but in 19 states that have already banned telemedicine visits for abortion pills, women would probably need to travel to states that allow it.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/16/health/abortion-pills-fda.html", + "creator": "Pam Belluck", + "pubDate": "Fri, 17 Dec 2021 00:37:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148579,16 +173950,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9db97c8c9586dfa57ba3a7813c4bc62c" + "hash": "83de68b8e6bc0f8f5269ace43e57406c" }, { - "title": "Despite Uproar Over Floyd’s Death, the Number of Fatal Encounters With Police Hasn’t Changed", - "description": "George Floyd’s murder set in motion shock waves that touched almost every aspect of American society. But on the core issues of police violence and accountability, very little is different.", - "content": "A memorial in Minneapolis for victims of police violence.", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2021/12/24/us/police-killings-accountability.html", - "creator": "Tim Arango and Giulia Heyward", - "pubDate": "Fri, 24 Dec 2021 16:51:00 +0000", + "title": "Business Updates: Closing Arguments Set to Conclude in Elizabeth Holmes Trial", + "description": "On Thursday, prosecutors summarized more than three months of testimony in their closing arguments while rebutting some points made by Ms. Holmes’s lawyers.", + "content": "On Thursday, prosecutors summarized more than three months of testimony in their closing arguments while rebutting some points made by Ms. Holmes’s lawyers.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/17/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Fri, 17 Dec 2021 16:50:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148600,16 +173971,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7535a3b3c49b8cdfc358a115df97f624" + "hash": "9cc8bff00b158f372cc856989bf1c32d" }, { - "title": "How a Relief Fund for Restaurants Picked Winners and Losers", - "description": "First, the Restaurant Revitalization Fund was supposed to promote equity. Then the grants were meant to be first come first served. Both ways had problems.", - "content": "Even though he submitted his grant application just one minute after the Restaurant Revitalization Fund opened, James Hutton’s application was eventually denied.", - "category": "Small Business Administration", - "link": "https://www.nytimes.com/2021/12/24/business/restaurant-revitalization-fund-problems.html", - "creator": "Stacy Cowley", - "pubDate": "Fri, 24 Dec 2021 16:15:19 +0000", + "title": "Britain’s Conservatives Lose ‘Safe’ Seat, Dealing a Blow to Boris Johnson", + "description": "The governing party lost to the Liberal Democrats a district that it had represented for more than a century.", + "content": "In the North Shropshire by-election, Helen Morgan, center, of the Liberal Democrats, defeated the Conservative candidate.", + "category": "Great Britain", + "link": "https://www.nytimes.com/2021/12/17/world/europe/uk-election-tories-boris-johnson.html", + "creator": "Stephen Castle and Mark Landler", + "pubDate": "Fri, 17 Dec 2021 14:11:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148621,16 +173992,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ef4e817083d63561698e3434a501b5f" + "hash": "9a36bbbd9ef6a07f601c9fc6be1bc36e" }, { - "title": "As Hindu Extremists Call for Killing of Muslims, India’s Leaders Keep Silent", - "description": "Right-wing Hindu activists at a conference took an oath to harm Muslims if necessary to make “a Hindu-only nation,” the most blatant example of rising anti-Muslim sentiment across India.", - "content": "Muslims praying on Friday in Gurugram, India. Hindu nationalists have interrupted prayers there in recent months with battle cries.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/24/world/asia/hindu-extremists-india-muslims.html", - "creator": "Sameer Yasir", - "pubDate": "Fri, 24 Dec 2021 18:15:09 +0000", + "title": "Shooting Investigators Get Search Warrant for Alec Baldwin’s Phone", + "description": "Detectives are nearly two months into the investigation of how a live round got into a gun that discharged on a New Mexico film set, killing a cinematographer.", + "content": "Detectives are nearly two months into the investigation of how a live round got into a gun that discharged on a New Mexico film set, killing a cinematographer.", + "category": "Baldwin, Alec", + "link": "https://www.nytimes.com/2021/12/16/arts/rust-alec-baldwin-search-warrant.html", + "creator": "Julia Jacobs and Graham Bowley", + "pubDate": "Fri, 17 Dec 2021 09:28:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148642,16 +174013,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a58a03c46374b070442f55186dc12278" + "hash": "c6caa61c88754f9b1881fb772c33978c" }, { - "title": "Webb Telescope Launch: Date, Time and Livestream", - "description": "Astronomers have been waiting eagerly for the beginning of the powerful space observatory’s mission, and on Christmas morning they may finally get their wish.", - "content": "An Ariane 5 rocket carrying NASA’s James Webb Space Telescope to the launchpad at the European spaceport in Kourou, French Guiana, on Thursday.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2021/12/24/science/webb-telescope-launch-date-livestream.html", - "creator": "Dennis Overbye and Joey Roulette", - "pubDate": "Fri, 24 Dec 2021 10:00:26 +0000", + "title": "Does Marathon Running Increase the Risk of Cardiac Arrest?", + "description": "Endurance exercise reduces the overall risk of heart troubles but can raise the risk in the short term, especially during a race.", + "content": "Runners cross the Willis Avenue Bridge during the 2018 New York City Marathon.", + "category": "Heart", + "link": "https://www.nytimes.com/2019/05/31/well/move/does-marathon-running-increase-the-risk-of-cardiac-arrest.html", + "creator": "Gretchen Reynolds", + "pubDate": "Tue, 04 Jun 2019 03:17:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148663,16 +174034,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51d294d49299d2672f891545217ef792" + "hash": "3875afcb05bf355d9351fbdb8b06a957" }, { - "title": "Jesse Watters's Incendiary Fauci Comments Follow a Fox News Pattern", - "description": "Comments by Jesse Watters, a host of “The Five,” were in keeping with previous derogatory remarks about Dr. Anthony Fauci by hosts and conservatives.", - "content": "The Fox News host Jesse Watters said in a speech this week that activists should “ambush” Dr. Anthony S. Fauci with questions that he described as “the kill shot.”", - "category": "News and News Media", - "link": "https://www.nytimes.com/2021/12/23/business/media/fox-anthony-fauci-jesse-watters.html", - "creator": "Michael M. Grynbaum", - "pubDate": "Thu, 23 Dec 2021 20:50:34 +0000", + "title": "2021's Bespoke ‘Nutcracker’ at City Ballet Meant Costume Changes", + "description": "After the pandemic pause, nearly 130 costumes had to be remade for a cast that’s older and taller. Built in? Ways to adjust them back down in size.", + "content": "A pull-away Nutcracker suit for the Prince, at the New York City Ballet costume shop at Lincoln Center.", + "category": "Dancing", + "link": "https://www.nytimes.com/2021/12/16/arts/dance/nutcracker-costumes-new-york-city-ballet.html", + "creator": "Julia Jacobs", + "pubDate": "Thu, 16 Dec 2021 15:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148684,16 +174055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "37061faa8f2edb1e0218522f0fbdedde" + "hash": "c230906b431c97b06e6baeda15d2a133" }, { - "title": "Robert H. Grubbs, 79, Dies; Chemistry Breakthrough Led to a Nobel", - "description": "He helped perfect the manufacturing of compounds that are now used to make everything from plastics to pharmaceuticals, marking an advance in “green chemistry.”", - "content": "Robert H. Grubbs in 2005 after winning a share of that year’s Nobel Prize in Chemistry. The molecular  catalysts he developed produced less waste, putting them in the category of “green chemistry.” ", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/24/science/robert-h-grubbs-dead.html", - "creator": "Dylan Loeb McClain", - "pubDate": "Fri, 24 Dec 2021 17:36:34 +0000", + "title": "N.F.L. Week 15 Picks Against the Spread", + "description": "Kansas City and the Los Angeles Chargers will trade deep shots, Covid-19-depleted teams will do battle for playoff spots and the Patriots and Colts’ throwback matchup should deliver.", + "content": "Kansas City and the Los Angeles Chargers will trade deep shots, Covid-19-depleted teams will do battle for playoff spots and the Patriots and Colts’ throwback matchup should deliver.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/16/sports/football/nfl-week-15-picks.html", + "creator": "Emmanuel Morgan", + "pubDate": "Fri, 17 Dec 2021 14:26:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148705,16 +174076,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67141835e93a46f122c27df72436ab30" + "hash": "8da4557986cf1500c362c3eb221af392" }, { - "title": "Stray Police Bullet Kills Girl as Officers Fire at Suspect in Los Angeles Store", - "description": "The suspect was killed and a shot pierced a wall, fatally striking a 14-year-old in a dressing room during the confrontation at a clothing store, the police said.", - "content": "Police officers at the Burlington store in North Hollywood, Calif. ", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2021/12/23/us/girl-fatally-shot-police-los-angeles.html", - "creator": "Michael Levenson", - "pubDate": "Fri, 24 Dec 2021 20:29:49 +0000", + "title": "Public Singalongs Finally Return to New York City", + "description": "From Sondheim tributes to rowdy bars to sacred chapels, New Yorkers are bringing back the singalong.", + "content": "A joyful Saturday night at the Cutting Room in Manhattan. Patrons of piano bars and karaoke joints in New York seem newly appreciative of the chance to join in song.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/10/nyregion/singing-pandemic-new-york.html", + "creator": "Bob Morris", + "pubDate": "Fri, 10 Dec 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148726,16 +174097,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "919da08138e92f7b90b048661ebfa93e" + "hash": "cedfe8d49f91165dba7912c1e64659fb" }, { - "title": "Former Boston College Student Gets Suspended Sentence in Boyfriend’s Suicide", - "description": "Inyoung You pleaded guilty to involuntary manslaughter in the suicide of her college boyfriend, to whom she had sent tens of thousands of abusive text messages.", - "content": "The terms of Inyoung You’s probation include completing 300 hours of community service, continuing mental health treatment and abstaining from profit related to the case, her lawyer said.", - "category": "You, Inyoung", - "link": "https://www.nytimes.com/2021/12/23/us/inyoung-you-boston-college-suicide-guilty-plea.html", - "creator": "Christine Chung", - "pubDate": "Fri, 24 Dec 2021 04:05:52 +0000", + "title": "Seth Meyers Wants Fox News to Stop Saying ‘Big Meat’", + "description": "As Fox hosts went after President Biden over rising prices, Meyers found their choice of words a little distracting.", + "content": "As Fox hosts went after President Biden over rising prices, Meyers found their choice of words a little distracting.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/17/arts/television/seth-meyers-fox-news-big-meat.html", + "creator": "Trish Bendix", + "pubDate": "Fri, 17 Dec 2021 07:17:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148747,16 +174118,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5731a284d117de4e050b8521039d9864" + "hash": "35593dc68f5e4137fccb1d371526a760" }, { - "title": "Tesla Agrees to Stop Letting Drivers Play Video Games in Moving Cars", - "description": "A federal regulator said the electric vehicle maker agreed to disable the feature after an investigation was opened.", - "content": "A federal regulator said the electric vehicle maker agreed to disable the feature after an investigation was opened.", - "category": "Tesla Motors Inc", - "link": "https://www.nytimes.com/2021/12/23/business/tesla-video-games.html", - "creator": "Neal E. Boudette", - "pubDate": "Fri, 24 Dec 2021 01:18:01 +0000", + "title": "Karl Lagerfeld’s Estate Auction Excites Collectors", + "description": "The designer’s estate is being auctioned in a series of three sales, and collectors are very excited.", + "content": "Pierre Mothes, vice president of Sotheby’s France, earlier this week at an auction of Karl Lagerfeld’s personal items in Paris. Even with social distancing in place and most of the bids remote, the sale set records.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/16/style/karl-lagerfeld-estate-auction.html", + "creator": "Tina Isaac-Goizé", + "pubDate": "Thu, 16 Dec 2021 22:51:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148768,16 +174139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "627c5851d5e07a4e436c96effee62064" + "hash": "945400da10665ba3d0a558937fc8859e" }, { - "title": "‘Pig,’ ‘Val,’ ‘Adrienne’ and Other 2021 Streaming Gems", - "description": "We put some of the year’s finest off-the-radar movies on your radar.", - "content": "We put some of the year’s finest off-the-radar movies on your radar.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/21/movies/pig-val-adrienne-streaming-movies.html", - "creator": "Jason Bailey", - "pubDate": "Tue, 21 Dec 2021 13:00:03 +0000", + "title": "Virus Cases Spike Across U.S., Spurring Disruptions and Cancellations", + "description": "Officials are concerned by an increase in a rare but serious blood clotting disorder linked to the drugmaker’s vaccine. Here’s the latest pandemic news.", + "content": "Officials are concerned by an increase in a rare but serious blood clotting disorder linked to the drugmaker’s vaccine. Here’s the latest pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/16/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Thu, 16 Dec 2021 19:08:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148789,16 +174160,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bf9d4127fddeebaa533958a9684ebde" + "hash": "88c5f06564df0cffa887641848da9c4d" }, { - "title": "Jonathan Taylor Won't Win MVP. But His Value Is Undeniable.", - "description": "The Colts star is the N.F.L.’s most outstanding player, but barring a huge shift he won’t be its M.V.P.", - "content": "Jonathan Taylor leads the N.F.L. in rushing yards, yards from scrimmage and total touchdowns.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/22/sports/football/jonathan-taylor-mvp.html", - "creator": "Mike Tanier", - "pubDate": "Wed, 22 Dec 2021 05:01:06 +0000", + "title": "An Omicron Surge is Likely, Here's What to Expect", + "description": "We look at the latest on Omicron.", + "content": "A line at a London vaccination site.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/16/briefing/omicron-update-spread-vaccines.html", + "creator": "David Leonhardt", + "pubDate": "Thu, 16 Dec 2021 11:40:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148810,16 +174181,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f4ac91b2ab31f9d7fa3d4b26c86c140" + "hash": "4ae15c28afadb4cf275231661f238810" }, { - "title": "Gillian Laub’s Divided House Is Still Standing. What About Yours?", - "description": "“Family Matters” at the ICP captures the inevitability of families fractured over politics.", - "content": "“Family Matters” at the ICP captures the inevitability of families fractured over politics.", - "category": "Families and Family Life", - "link": "https://www.nytimes.com/2021/12/24/arts/design/gillian-laub-family-matters-icp.html", - "creator": "Yinka Elujoba", - "pubDate": "Fri, 24 Dec 2021 15:00:11 +0000", + "title": "Several New York City Restaurants Close as Covid Cases Rise", + "description": "At least a dozen businesses have temporarily shut this week in response to positive test results among their workers, and others are expected to follow.", + "content": "Samantha Safer, the owner of Otway, in Brooklyn, closed her restaurant for dinner on Wednesday night after an employee was exposed to Covid-19.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2021/12/16/dining/nyc-restaurants-covid-omicron.html", + "creator": "Priya Krishna and Christina Morales", + "pubDate": "Thu, 16 Dec 2021 18:04:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148831,16 +174202,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f936f41c4641f88e903f238290997ea7" + "hash": "f96e54047981be67158d40d76a1eabfb" }, { - "title": "Katie Couric Likes Books on Paper, and Articles Onscreen", - "description": "“Sometimes I read my iPad in the bathtub, which is probably not a great idea.”", - "content": "“Sometimes I read my iPad in the bathtub, which is probably not a great idea.”", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/23/books/review/katie-couric-by-the-book-interview.html", - "creator": "", - "pubDate": "Thu, 23 Dec 2021 10:00:02 +0000", + "title": "C.D.C. Panel Will Discuss Blood Clot Risk Linked to J.&J.’s Vaccine", + "description": "On Thursday, agency advisers will review updated figures showing roughly nine deaths from the rare disorder, according to a federal official.", + "content": "A woman receiving the Johnson & Johnson Covid-19 vaccine in New York earlier this year.", + "category": "Blood Clots", + "link": "https://www.nytimes.com/2021/12/15/health/johnson-johnson-vaccine-blood-clots-cdc.html", + "creator": "Noah Weiland and Rebecca Robbins", + "pubDate": "Thu, 16 Dec 2021 17:21:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148852,16 +174223,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8945f8b5ab0852ab29058d155a95a765" + "hash": "ca96600aefda7a7cca1eb732707871a0" }, { - "title": "Over 3,500 Christmas Flights Are Canceled Globally", - "description": "Delta, JetBlue and Allegiant were among those canceling flights in yet another blow to the holiday season. Here’s the latest.", - "content": "A plane at Ronald Reagan Washington National Airport in Arlington, Virginia on Wednesday.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/24/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Fri, 24 Dec 2021 18:23:14 +0000", + "title": "Facing Subpoenas, Trump Allies Try to Run Out the Clock on Democrats", + "description": "Democrats hope a Biden Justice Department can speed up legal action, but Donald J. Trump and his allies are proving adept at using judicial delay to withhold information from Congress.", + "content": "Mark Meadows said he was not trying to delay the Jan. 6 inquiry, but had legitimate objections about his constitutional rights and presidential prerogatives.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/16/us/politics/trump-subpoenas.html", + "creator": "Jonathan Weisman and Luke Broadwater", + "pubDate": "Thu, 16 Dec 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148873,16 +174244,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7bf8757ce2ee750068612eb9fd905a2" + "hash": "faa36bb5696c8a1603772a9fe28f407b" }, { - "title": "C.D.C. Shortens Covid Isolation Period for Health Care Workers", - "description": "The agency issued revised guidelines as Omicron cases climb and hospitals grapple with worker shortages that have left wards understaffed.", - "content": "The Emergency entrance at the Mount Sinai South Nassau Communities Hospital in April of last year.", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/2021/12/23/health/cdc-covid-isolation-period-health-care-workers.html", - "creator": "Azeen Ghorayshi and Reed Abelson", - "pubDate": "Fri, 24 Dec 2021 02:18:16 +0000", + "title": "Fight Over Gas Stoves and Furnaces in the Effort to Slow Climate Change ", + "description": "New York is the latest Democratic city aiming to fight climate change by ushering out stoves and furnaces that run on gas in favor of electric alternatives. But Republican states and the gas industry are fighting back.", + "content": "Climate activists in City Hall Park demonstrating in favor of a ban on natural gas in new buildings on Wednesday.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/16/climate/gas-stoves-climate-change.html", + "creator": "Brad Plumer and Hiroko Tabuchi", + "pubDate": "Thu, 16 Dec 2021 16:27:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148894,16 +174265,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1783331c6b026489a7fda4803ad3f8ce" + "hash": "60b61e73f9f04f0eb489bfa76c713558" }, { - "title": "When the Boss Says to Chillax", - "description": "No executives want to see their staff burn out — and some are starting to take mandatory vacations as seriously as they take their work.", - "content": "Carol Goodman, an employment lawyer, is feeling the effects of having worked nonstop for the past two years.", - "category": "Paid Time Off", - "link": "https://www.nytimes.com/2021/12/24/business/boss-mandatory-vacation-employee-burnout.html", - "creator": "Emma Goldberg", - "pubDate": "Fri, 24 Dec 2021 10:00:22 +0000", + "title": "Battling for Bolivia’s Lithium That's Vital to Electric Cars", + "description": "Chinese and Russian industrial giants seek to tap mineral deposits vital to electric cars. A Texas entrepreneur has his own strategy: the long game.", + "content": "Chinese and Russian industrial giants seek to tap mineral deposits vital to electric cars. A Texas entrepreneur has his own strategy: the long game.", + "category": "Bolivia", + "link": "https://www.nytimes.com/2021/12/16/business/energy-environment/bolivia-lithium-electric-cars.html", + "creator": "Clifford Krauss and Meridith Kohut", + "pubDate": "Thu, 16 Dec 2021 08:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148915,16 +174286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d8a2e827dc0ee9d55e2cd3287a8ccee" + "hash": "101eb7cc7f1cba29c29e64149cd7365f" }, { - "title": "A Message From Britain on Using Rapid Tests", - "description": "Rapid tests can help against Omicron if used correctly.", - "content": "Rapid tests are delivered to businesses in Britain.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2021/12/23/opinion/rapid-tests-omicron-britain.html", - "creator": "Alan McNally", - "pubDate": "Thu, 23 Dec 2021 10:00:08 +0000", + "title": "12 Remaining Members of a U.S. Group Kidnapped in Haiti Have Been Released", + "description": "Seventeen members of the group, Christian Aid Ministries, had been kidnapped by a gang in October. Five had been released earlier.", + "content": "The gate of the Christian Aid Ministries facility this month in Titanyen, north of Port-au-Prince, Haiti.", + "category": "Kidnapping and Hostages", + "link": "https://www.nytimes.com/2021/12/16/world/americas/haiti-hostages-released.html", + "creator": "Harold Isaac and Anatoly Kurmanaev", + "pubDate": "Thu, 16 Dec 2021 18:46:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148936,16 +174307,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a588dbce0904371e660c7dcce9c8e2ff" + "hash": "479f51f655eae713a6cc8e41463d0679" }, { - "title": "An Afghan Official Laments What Was Lost and Looks to What Lies Ahead", - "description": "Ahmad Nader Nadery spent decades working toward a thriving, free Afghanistan. Watching the Taliban undo much of his work, he wonders how to move forward.", - "content": "Ahmad Nader Nadery, a former senior advisor to the president of Afghanistan, in Hoofddorp, the Netherlands, in December.", - "category": "Afghanistan War (2001- )", - "link": "https://www.nytimes.com/2021/12/24/world/asia/afghanistan-nadery-peace-negotiations.html", - "creator": "Carlotta Gall", - "pubDate": "Fri, 24 Dec 2021 10:00:19 +0000", + "title": "Live Updates: Ghislaine Maxwell’s Defense Begins to Present Its Case", + "description": "A former executive assistant to Ms. Maxwell was the first witness called, and a defense lawyer suggested an expert who testified for Harvey Weinstein’s defense would also take the stand.", + "content": "A former executive assistant to Ms. Maxwell was the first witness called, and a defense lawyer suggested an expert who testified for Harvey Weinstein’s defense would also take the stand.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/16/nyregion/ghislaine-maxwell-trial", + "creator": "The New York Times", + "pubDate": "Thu, 16 Dec 2021 19:08:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148957,16 +174328,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7343a7c793dd9875115468613883d521" + "hash": "4e0a209a987133c708628f7795d8bcc9" }, { - "title": "Stray Bullet Kills Girl as Officers Fire at Suspect in Los Angeles Store", - "description": "The suspect was killed and a shot pierced a wall, fatally striking a 14-year-old in a dressing room during the confrontation at a clothing store, the police said.", - "content": "Police officers at the Burlington store in North Hollywood, Calif. ", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2021/12/23/us/girl-fatally-shot-police-los-angeles.html", - "creator": "Michael Levenson", - "pubDate": "Fri, 24 Dec 2021 10:56:32 +0000", + "title": "Oscar Contenders Like Lady Gaga and Ben Affleck Go Big", + "description": "Aim-for-the-fences performances from Lady Gaga, Ben Affleck and many others are making waves, and we’re here for the outrageous fun.", + "content": "Aim-for-the-fences performances from Lady Gaga, Ben Affleck and many others are making waves, and we’re here for the outrageous fun.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/15/movies/oscars-lady-gaga-ben-affleck-cate-blanchett.html", + "creator": "Kyle Buchanan", + "pubDate": "Wed, 15 Dec 2021 17:55:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148978,16 +174349,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de29dfe6e5b4fc386d93d352c71c303d" + "hash": "08aedf78d5f888abdab721b5e52dca4d" }, { - "title": "Prosecutor Won’t Charge Cuomo Over Trooper’s Sexual Harassment Claim", - "description": "The acting Nassau County district attorney said the allegations were “credible” and “deeply troubling” but not criminal under New York law.", - "content": "Former Gov. Andrew Cuomo has said he never acted inappropriately toward a trooper and other women who have accused him of sexual misconduct. ", - "category": "Sexual Harassment", - "link": "https://www.nytimes.com/2021/12/23/nyregion/prosecutor-cuomo-trooper-sexual-harassment-claim.html", - "creator": "Ed Shanahan", - "pubDate": "Fri, 24 Dec 2021 01:05:52 +0000", + "title": "How to Scare an Invasive Fish? A Menacing Robot Predator.", + "description": "The mosquitofish is wreaking havoc on native Australian marine life. In a new study, scientists tried to frighten it with a look-alike of its natural foe.", + "content": "The mosquitofish is wreaking havoc on native Australian marine life. In a new study, scientists tried to frighten it with a look-alike of its natural foe.", + "category": "Animal Behavior", + "link": "https://www.nytimes.com/2021/12/16/science/mosquitofish-robot.html", + "creator": "Livia Albeck-Ripka", + "pubDate": "Thu, 16 Dec 2021 16:02:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -148999,16 +174370,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ba943151bfe6f5dcb31a195b67f49a8" + "hash": "a90c00283d3f826083b4a070f5a7c5b1" }, { - "title": "Over 3,000 Christmas Flights Are Canceled Globally", - "description": "Delta, JetBlue and Allegiant were among those canceling flights in yet another blow to the holiday season. Here’s the latest.", - "content": "Delta, JetBlue and Allegiant were among those canceling flights in yet another blow to the holiday season. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/24/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Fri, 24 Dec 2021 15:20:42 +0000", + "title": "Overturning Roe Will Make Miscarriage Care Worse", + "description": "The worst day of your life could become more painful and more dangerous.", + "content": "The worst day of your life could become more painful and more dangerous.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/15/opinion/roe-miscarriage-health.html", + "creator": "Jessica Grose", + "pubDate": "Wed, 15 Dec 2021 14:11:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149020,16 +174391,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df9df7083482c46e9b751e01441ac834" + "hash": "65348a8d28d360a12ea0baf2bfb109ab" }, { - "title": "Daunte Wright Case: Kim Potter is Convicted on Two Charges of Manslaughter", - "description": "The prosecution and defense had agreed that the shooting was a mistake and that Ms. Potter, who is white, had meant to draw her Taser when she fatally shot Mr. Wright, a 20-year-old Black man, during a traffic stop.", - "content": "Kimberly Potter is convicted on two charges of manslaughter in the death of Daunte Wright.", - "category": "Potter, Kimberly A (1973- )", - "link": "https://www.nytimes.com/2021/12/23/us/manslaughter-kim-potter-verdict.html", - "creator": "Nicholas Bogel-Burroughs", - "pubDate": "Fri, 24 Dec 2021 03:04:12 +0000", + "title": "We Will Look Back on This Age of Cruelty to Animals in Horror", + "description": " How we treat farm animals today will be seen as a defining moral failing of our age.", + "content": " How we treat farm animals today will be seen as a defining moral failing of our age.", + "category": "Animal Abuse, Rights and Welfare", + "link": "https://www.nytimes.com/2021/12/16/opinion/factory-farming-animals.html", + "creator": "Ezra Klein", + "pubDate": "Thu, 16 Dec 2021 19:06:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149041,16 +174412,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0023b6a2beff5fcbaafa79edd160cbe3" + "hash": "e89b61946cafaa0d4d0b53036feecadf" }, { - "title": "My Gay Retort to All the Grimness", - "description": "Not everything in our country and our world has deteriorated.", - "content": "The annual New York City L.G.B.T. Pride parade in 1980 to commemorate the 11th anniversary of the Stonewall riots.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/23/opinion/gay-history-hope.html", - "creator": "Frank Bruni", - "pubDate": "Thu, 23 Dec 2021 17:05:05 +0000", + "title": "How to Tell When Your Country Is Past the Point of No Return", + "description": "The endangered state of American politics.", + "content": "The endangered state of American politics.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/15/opinion/republicans-democracy-minority-rule.html", + "creator": "Thomas B. Edsall", + "pubDate": "Wed, 15 Dec 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149062,16 +174433,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5e07bcc6918dc2eba77273840ba977a" + "hash": "47a3fdc6aca71c6a41a4e3755a3737b7" }, { - "title": "Why the Match.com C.E.O. Took a Stand on the Texas Abortion Law", - "description": "Shar Dubey runs some of the world’s most popular online dating sites. A restrictive new law prompted her to speak out.", - "content": "Shar Dubey", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/24/business/shar-dubey-match-texas-abortion-law.html", - "creator": "David Gelles", - "pubDate": "Fri, 24 Dec 2021 10:00:19 +0000", + "title": "How to Soften the Bullwhip Effect", + "description": "Overordering has created shortages and pushed up inflation.", + "content": "Overordering has created shortages and pushed up inflation.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/15/opinion/inflation-shortages-overordering.html", + "creator": "Peter Coy", + "pubDate": "Wed, 15 Dec 2021 20:02:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149083,16 +174454,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e5a1c26f97a7808d85445bb50d7d20c" + "hash": "74044911d825067fced780807a1b9dfd" }, { - "title": "Joan Didion, ‘New Journalist’ Who Explored Culture and Chaos, Dies at 87", - "description": "She established a distinctive voice in American fiction before turning to political reporting and screenplay writing. But it was California, her native state, that provided her with her richest material.", - "content": "Joan Didion in 1972. “Her talent was for writing about the mood of the culture,” the writer Katie Roiphe said. “She managed to channel the spirit of the 1960s and ’70s through her own highly idiosyncratic and personal — that is, seemingly personal — writing.”", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/23/books/joan-didion-dead.html", - "creator": "William Grimes", - "pubDate": "Thu, 23 Dec 2021 17:42:53 +0000", + "title": "How Hispanics Became Swing Voters", + "description": "Republicans see an opportunity. Democrats have a lot of work to do.  ", + "content": "Republicans see an opportunity. Democrats have a lot of work to do.  ", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/15/opinion/hispanics-republicans-democrats.html", + "creator": "Ross Douthat", + "pubDate": "Wed, 15 Dec 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149104,16 +174475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0261ca2e8b162a2dd1ef52ec62a235be" + "hash": "1c85b1735c065c247320fee98183e36a" }, { - "title": "7 Political Wish Lists for the New Year", - "description": "What do the president, vice president, former president and party leaders want in 2022? We made our best guess.", - "content": "President Biden’s Christmas wish list might include a stronger economy, shrinking inflation and a disappearing virus.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/23/us/politics/political-wish-lists-2022.html", - "creator": "Shane Goldmacher", - "pubDate": "Thu, 23 Dec 2021 23:30:04 +0000", + "title": "The ‘West Side Story’ Remake We Didn’t Need", + "description": "We need the resources to craft our own stories, not more accurate retellings of narratives that weren’t even meant for us.", + "content": "We need the resources to craft our own stories, not more accurate retellings of narratives that weren’t even meant for us.", + "category": "Puerto Ricans", + "link": "https://www.nytimes.com/2021/12/15/opinion/west-side-story-remake.html", + "creator": "Yarimar Bonilla", + "pubDate": "Wed, 15 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149125,16 +174496,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ebb798f5cb13d16cb963d78ee809f93" + "hash": "c5051d931d1b40c5177723de53388973" }, { - "title": "How to Cope With Medicare’s Rising Costs", - "description": "A higher Medicare premium in 2022 is just part of the puzzle of health care costs for older Americans. But there are ways to plan.", - "content": "A higher Medicare premium in 2022 is just part of the puzzle of health care costs for older Americans. But there are ways to plan.", - "category": "Medicare", - "link": "https://www.nytimes.com/2021/12/22/business/medicare-retirement-costs.html", - "creator": "Mark Miller", - "pubDate": "Wed, 22 Dec 2021 10:00:19 +0000", + "title": "Anthony Broadwater Was Convicted of Raping Alice Sebold. Then the Case Unraveled.", + "description": "Anthony Broadwater was exonerated in the 1981 rape of Ms. Sebold, now a best-selling author. When his lawyers saw the trial transcript, they could only wonder what took so long.", + "content": "Anthony Broadwater on Marshall Street, near Syracuse University, where Ms. Sebold first misidentified him as her rapist.", + "category": "False Arrests, Convictions and Imprisonments", + "link": "https://www.nytimes.com/2021/12/15/nyregion/alice-sebold-anthony-broadwater.html", + "creator": "Corina Knoll, Karen Zraick and Alexandra Alter", + "pubDate": "Wed, 15 Dec 2021 16:23:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149146,16 +174517,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f822070ba4387f5338906674933d8cf0" + "hash": "1decf3eaaecfe4b765191668e6b1ff04" }, { - "title": "Park Geun-hye, Ex-Leader of South Korea, to Be Pardoned ", - "description": "The government said it would release Ms. Park on Dec. 31 in the interest of national “reconciliation.”", - "content": "President Park Geun-hye became the first South Korean leader to be removed from office through parliamentary impeachment.", - "category": "Park Geun-hye", - "link": "https://www.nytimes.com/2021/12/23/world/asia/south-korea-park-geun-hye-pardon.html", - "creator": "Choe Sang-Hun", - "pubDate": "Fri, 24 Dec 2021 06:24:08 +0000", + "title": "Republicans Who Assailed Biden’s Stimulus Bill Are Embracing the Money", + "description": "Republican governors who criticized the $1.9 trillion Covid relief bill as wasteful are championing state projects funded by the money.", + "content": "Gov. Kristi Noem of South Dakota speaking in Dallas in July.", + "category": "Federal Budget (US)", + "link": "https://www.nytimes.com/2021/12/15/us/politics/biden-stimulus-bill-republicans.html", + "creator": "Alan Rappeport", + "pubDate": "Wed, 15 Dec 2021 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149167,16 +174538,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e5daaec2a44e34222bc8b114535486a" + "hash": "76f910e315301c7ef17c2e36ef5c966e" }, { - "title": "Met Opera Finds a New Generation of Fans", - "description": "Drawn by cheaper tickets and a sense of glamour, New Yorkers in their 20s and 30s are making their way to the Met this season, many of them for the first time.", - "content": "Angelina Lippert, 37, and Christopher Shannon, 35, at Lincoln Center to see “The Magic Flute.” She wore Moschino and he donned a homemade tie-dye shirt.", - "category": "Metropolitan Opera", - "link": "https://www.nytimes.com/2021/12/23/style/metropolitan-opera-new-generation.html", - "creator": "Annie Armstrong", - "pubDate": "Thu, 23 Dec 2021 15:00:01 +0000", + "title": "Trump Fraud Inquiry’s Focus: Did He Mislead His Own Accountants?", + "description": "The investigation, by the Manhattan district attorney, is zeroing in on information the former president and his company shared about the value of his assets.", + "content": "Documents that Donald J. Trump, the former president, used to secure loans and tout his wealth are at issue in the Manhattan district attorney’s investigation. ", + "category": "Accounting and Accountants", + "link": "https://www.nytimes.com/2021/12/14/nyregion/trump-fraud-inquiry.html", + "creator": "William K. Rashbaum, Ben Protess and Jonah E. Bromwich", + "pubDate": "Tue, 14 Dec 2021 21:40:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149188,16 +174559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84cae9b9d4e70b6bbc1651dfae9b04e1" + "hash": "4441991414d589378dfd81519ce4a27a" }, { - "title": "NFL Week 16 Predictions: Our Picks Against the Spread", - "description": "Deebo Samuel and the 49ers head into Tennessee on Thursday looking to secure their sixth win in seven games.", - "content": "Wide receiver? Running back? Deebo Samuel doesn't need a label as he leads the San Francisco offense in a Thursday matchup with Tennessee.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/23/sports/football/nfl-betting-picks-odds-predictions.html", - "creator": "Emmanuel Morgan", - "pubDate": "Thu, 23 Dec 2021 05:01:08 +0000", + "title": "See the Real Live Man Who Grew Up in a Carnival", + "description": "For our reporter, “Nightmare Alley” recalls a childhood spent working the circuit with his parents. Carnies like the World’s Smallest Woman welcomed him when cruel classmates didn’t.", + "content": "For our reporter, “Nightmare Alley” recalls a childhood spent working the circuit with his parents. Carnies like the World’s Smallest Woman welcomed him when cruel classmates didn’t.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/15/movies/nightmare-alley-childhood-carnival.html", + "creator": "Brooks Barnes", + "pubDate": "Wed, 15 Dec 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149209,16 +174580,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c9c6794c92f01595492f8567a0b9148" + "hash": "a14206dfb314e2325c34eee303a8e5c5" }, { - "title": "Why Doesn’t Anyone Put as Much Effort Into Secret Santa as I Do?", - "description": "A reader feels consistently disappointed by her family’s gift exchange.", - "content": "A reader feels consistently disappointed by her family’s gift exchange.", - "category": "Customs, Etiquette and Manners", - "link": "https://www.nytimes.com/2021/12/23/style/secret-santa-social-qs.html", - "creator": "Philip Galanes", - "pubDate": "Thu, 23 Dec 2021 14:00:04 +0000", + "title": "The Future of America’s Abortion Fight", + "description": "How increased access to one medication could fundamentally change the debate over abortion across the country.", + "content": "Misoprostol, made by Lupin Pharmaceuticals.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/16/podcasts/the-daily/medical-abortions.html", + "creator": "Sabrina Tavernise, Luke Vander Ploeg, Rachelle Bonja, Daniel Guillemette, Clare Toeniskoetter, Paige Cowett, Dan Powell, Marion Lozano and Chris Wood", + "pubDate": "Thu, 16 Dec 2021 14:21:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149230,16 +174601,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36fb37b02bd85cb43520722747e87545" + "hash": "f88294c93199ffe23a4254f3ac87aa53" }, { - "title": "‘Don’t Look Up’ Review: Tick, Tick, Kablooey", - "description": "Adam McKay wants you to know that it’s the end of the world and you should absolutely, unequivocally not feel fine. (But do laugh.)", - "content": "Adam McKay wants you to know that it’s the end of the world and you should absolutely, unequivocally not feel fine. (But do laugh.)", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/23/movies/dont-look-up-review.html", - "creator": "Manohla Dargis", - "pubDate": "Thu, 23 Dec 2021 19:11:20 +0000", + "title": "Why Humans Aren’t the Worst (Despite, Well, Everything Happening in the World)", + "description": "The historian Rutger Bregman makes a case for the “collective brilliance” of humanity.", + "content": "The historian Rutger Bregman makes a case for the “collective brilliance” of humanity.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/06/opinion/sway-kara-swisher-rutger-bregman.html", + "creator": "‘Sway’", + "pubDate": "Mon, 06 Dec 2021 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149251,16 +174622,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bf43b502e3d0502de1111bd70dfccd9" + "hash": "19d5123a561027f5ac9de957efb0ef08" }, { - "title": "The Best Movies on Amazon Prime Video Right Now", - "description": "New films, and classics, just keep coming, but you don’t have to drill down to find the finest selections to stream. We’ll do the heavy lifting. You press play.", - "content": "New films, and classics, just keep coming, but you don’t have to drill down to find the finest selections to stream. We’ll do the heavy lifting. You press play.", - "category": "Movies", - "link": "https://www.nytimes.com/article/best-movies-amazon-prime.html", - "creator": "Jason Bailey", - "pubDate": "Tue, 21 Dec 2021 18:41:33 +0000", + "title": "The Winter Solstice Approaches", + "description": "Soon, the days will grow longer.", + "content": "Soon, the days will grow longer.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/15/at-home/newsletter.html", + "creator": "Melissa Kirsch", + "pubDate": "Wed, 15 Dec 2021 21:30:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149272,16 +174643,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "943a54551ffab27b1b0d89591ccae28b" + "hash": "2629540657e902da124ee05be5bd95bc" }, { - "title": "Travel Between U.S. and Southern Africa Will Resume, Biden Says", - "description": "", - "content": "A plane at Ronald Reagan Washington National Airport in Arlington, Virginia on Wednesday.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/24/world/omicron-covid-vaccine-tests/travel-between-the-us-and-southern-africa-will-resume-the-white-house-says", - "creator": "Glenn Thrush", - "pubDate": "Fri, 24 Dec 2021 15:02:48 +0000", + "title": "Families of Boeing Crash Victims Say U.S. Failed to Consult Them", + "description": "Families of people killed in two 737 Max crashes said in a court filing that the Department of Justice’s settlement with Boeing violated a federal law meant to protect victims.", + "content": "Debris from the Ethiopian Airlines crash in March 2019. The Max was grounded worldwide after crashes in Indonesia and Ethiopia.", + "category": "Boeing Company", + "link": "https://www.nytimes.com/2021/12/16/business/boeing-crash-victim-families.html", + "creator": "Niraj Chokshi", + "pubDate": "Thu, 16 Dec 2021 16:59:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149293,16 +174664,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3170ecac50f20ec4f3f66898fe39e228" + "hash": "aa2f4373f0f1eb5caf3f88b1baff0750" }, { - "title": "Despite Uproar Over Floyd’s Death, an Unceasing Tide of Police Killings", - "description": "George Floyd’s murder set in motion shock waves that touched almost every aspect of American society. But on the core issues of police violence and accountability, very little has changed.", - "content": "A memorial in Minneapolis for victims of police violence.", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2021/12/24/us/police-killings-accountability.html", - "creator": "Tim Arango and Giulia Heyward", - "pubDate": "Fri, 24 Dec 2021 14:04:32 +0000", + "title": "Steve Easterbrook, Former McDonald's C.E.O., Repays Company $105 Million", + "description": "The settlement with Steve Easterbrook, who was ousted in 2019 for an inappropriate relationship, is one of the largest ever clawbacks of executive compensation.", + "content": "The agreement with Steve Easterbrook will end a contentious legal battle.", + "category": "Easterbrook, Stephen J (1967- )", + "link": "https://www.nytimes.com/2021/12/16/business/mcdonalds-steve-easterbrook.html", + "creator": "David Gelles and Julie Creswell", + "pubDate": "Thu, 16 Dec 2021 13:05:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149314,16 +174685,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cbbc9d49d4374df8e42cfa244986c30" + "hash": "962d4b1647c6a14ee5fe38289ba527c4" }, { - "title": "J.K. Rowling on the Magic of ‘Things’", - "description": "There can be a strange magic in human-made things that are interwoven with our pasts, with our homes, with our great loves.", - "content": "There can be a strange magic in human-made things that are interwoven with our pasts, with our homes, with our great loves.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/24/books/review/jk-rowling-christmas-pig.html", - "creator": "J.K. Rowling", - "pubDate": "Fri, 24 Dec 2021 10:00:03 +0000", + "title": "Power Outages Across Midwest After Storms", + "description": "Hundreds of thousands of customers were without electricity after a powerful storm system swept across the central U.S. At least one death was reported.", + "content": "A home near Bayard, Iowa, was damaged after a band of intense weather that crossed the state on Wednesday.", + "category": "Weather", + "link": "https://www.nytimes.com/2021/12/16/us/midwest-power-outage.html", + "creator": "Julie Bosman", + "pubDate": "Thu, 16 Dec 2021 18:14:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149335,16 +174706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "13e291b034b88c7ee28e41a0fc572202" + "hash": "fd81553c86c43277c91d2276d5168e8e" }, { - "title": "Will Donald Trump Get Away With Inciting an Insurrection?", - "description": "Trying to upend a free and fair election is one of the gravest crimes imaginable. We’re worried Merrick Garland isn’t taking it seriously enough.", - "content": "Trying to upend a free and fair election is one of the gravest crimes imaginable. We’re worried Merrick Garland isn’t taking it seriously enough.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/23/opinion/trump-capitol-riot-january-6th.html", - "creator": "Laurence H. Tribe, Donald Ayer and Dennis Aftergut", - "pubDate": "Thu, 23 Dec 2021 10:00:12 +0000", + "title": "The Island Paradise Near the Front Line of Tensions Over Taiwan", + "description": "New missile batteries planned for the Japanese island of Ishigaki reflect a drastic shift in Japan’s views on China.", + "content": "A new missile base on Ishigaki, Japan, is making residents worry for their safety in case of a conflict between China and Taiwan.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/16/world/asia/ishigaki-japan-missiles-taiwan.html", + "creator": "Ben Dooley, Hisako Ueno and The New York Times", + "pubDate": "Thu, 16 Dec 2021 14:32:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149356,16 +174727,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a794da116a9dfe3530eaab265e3ffce2" + "hash": "b874a9872ce9bbe8c16ffb144ad36493" }, { - "title": "Finding Inspiration in an Otherwise Dull Year", - "description": "Books, kombucha, and a ridiculous egg spoon — the things that kept me going and fed this newsletter.", - "content": "Books, kombucha, and a ridiculous egg spoon — the things that kept me going and fed this newsletter.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/12/23/opinion/inspiration-books-kombucha.html", - "creator": "Jay Caspian Kang", - "pubDate": "Thu, 23 Dec 2021 20:02:41 +0000", + "title": "Business Updates: Closing Arguments Begin in Elizabeth Holmes Trial", + "description": " ", + "content": " ", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/16/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Thu, 16 Dec 2021 19:10:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149377,16 +174748,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eacf6cdf29ec09a476c0e8cdec66cbdb" + "hash": "44b3d36fe96de1d1baa5ec1c315328ef" }, { - "title": "The Rise of Eric Adams and Black New York", - "description": "Eric Adams winning coalition shows how the city’s power structure has changed. ", - "content": "Eric Adams winning coalition shows how the city’s power structure has changed. ", - "category": "Black People", - "link": "https://www.nytimes.com/2021/12/22/opinion/eric-adams-black-new-york.html", - "creator": "Mara Gay", - "pubDate": "Thu, 23 Dec 2021 01:13:27 +0000", + "title": "Louis Molina Expected to Lead N.Y.C. Jail System", + "description": "Mr. Molina, now the chief of a Las Vegas public safety department, will be tasked with restoring order at the troubled Rikers Island jail complex.", + "content": "Louis A. Molina will have to address conditions inside the Rikers Island jail complex after months of chaos.", + "category": "New York City", + "link": "https://www.nytimes.com/2021/12/16/nyregion/louis-molina-nyc-jails-commissioner.html", + "creator": "Nicholas Fandos and Jan Ransom", + "pubDate": "Thu, 16 Dec 2021 18:49:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149398,16 +174769,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9d1be03803aa9a2e78945497cf36459" + "hash": "715f1879ca2ffc5bb714d52a0f8c31c7" }, { - "title": "Facts Alone Aren’t Going to Win Over the Unvaccinated. This Might.", - "description": "Methods to get people vaccinated without requiring them to change their beliefs are promising.", - "content": "Methods to get people vaccinated without requiring them to change their beliefs are promising.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/21/opinion/vaccine-hesitancy-covid-omicron.html", - "creator": "Anupam B. Jena and Christopher M. Worsham", - "pubDate": "Tue, 21 Dec 2021 14:43:47 +0000", + "title": "NATO Signals Support for Ukraine Amid Russia Threat", + "description": "The military alliance stood by its promise to open a path to Ukrainian membership amid warnings from Western intelligence agencies that Moscow could soon begin a military incursion.", + "content": "The Ukrainian Army’s 25th Airborne Brigade on patrol in Avdiivka, Ukraine, this month.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/16/world/europe/ukraine-nato-russia.html", + "creator": "Michael Schwirtz", + "pubDate": "Thu, 16 Dec 2021 16:41:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149419,16 +174790,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8723b066a008fd898023b42c4a523a63" + "hash": "60266285991ac3bc76538f642498ed29" }, { - "title": "As Israel Considers a 4th Vaccine Dose, Some Ask if It’s Premature", - "description": "The country is weighing whether to approve giving fourth shots, despite criticism from some experts. Follow pandemic updates.", - "content": "The country is weighing whether to approve giving fourth shots, despite criticism from some experts. Follow pandemic updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/23/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Thu, 23 Dec 2021 16:23:59 +0000", + "title": "Google Pledged to Remove Ads From Climate Denial Sites, but Many Still Run", + "description": "Researchers found ads placed by Google on sites that falsely call global warming a hoax. The revenue those sites earn from the ads can fund further misinformation.", + "content": "New research underscores how Google has struggled to rein in even blatant examples of climate denialism, experts said. ", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/16/climate/google-climate-denial-ads.html", + "creator": "Hiroko Tabuchi", + "pubDate": "Thu, 16 Dec 2021 16:13:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149440,16 +174811,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12f73544bf7d7b9d10b6dde53f854772" + "hash": "2f2a76bed49ec45cc3b747bf7fcf79a2" }, { - "title": "Americans Hunt for Virus Tests and the Assurance of Safe Holiday Gatherings", - "description": "Supply shortages, financial barriers and misinformation are still stopping some Americans from getting a test.", - "content": "Coronavirus testing at Boston Logan International Airport on Tuesday.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/23/us/us-covid-test-availability.html", - "creator": "Giulia Heyward and Sophie Kasakove", - "pubDate": "Thu, 23 Dec 2021 08:00:10 +0000", + "title": "Biden Administration Promises Stricter Regulation of Lead in Drinking Water", + "description": "The administration says it aims to replace all of the lead pipes and service lines in the country, an effort that could cost up to $60 billion.", + "content": "Workers installing copper water service lines in Newark this year. It is estimated that there are six million to 10 million lead service lines in the nation.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/16/climate/biden-lead-drinking-water.html", + "creator": "Lisa Friedman", + "pubDate": "Thu, 16 Dec 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149461,16 +174832,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "553aab31bf8036ad9548395faf5dcc08" + "hash": "eddc0ca74ec2bb4ed14b1aa1833af7b4" }, { - "title": "As Omicron Spreads, Older Americans Display a Mix of Worry and Resolve", - "description": "They are at higher risk at becoming seriously ill from the virus, but they also don’t want to ‘stop doing the things that are most important.’", - "content": "Joe DiMaggio, 97, of Sparks, Nev., stood on his balcony at a senior living community last December. For the second year in a row, Americans have been forced to decide whether to carry on with holiday celebrations or cancel them. ", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/23/us/older-people-omicron.html", - "creator": "J. David Goodman and Julie Bosman", - "pubDate": "Thu, 23 Dec 2021 17:02:25 +0000", + "title": "Bouncy Castle in Tasmania Is Swept by Wind, Killing 5 Children", + "description": "A gust of wind swept up the inflatable on the last day of school, and the students fell more than 30 feet. Several others were critically injured.", + "content": "Helicopters and ambulances rushed to the scene Thursday after heavy winds lifted a bouncy castle high in the air in Devonport, Australia.", + "category": "Deaths (Fatalities)", + "link": "https://www.nytimes.com/2021/12/15/world/australia/jumping-castle-tasmania.html", + "creator": "Yan Zhuang", + "pubDate": "Thu, 16 Dec 2021 18:55:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149482,16 +174853,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1785958021974974a901ab19a823f10" + "hash": "a4e667af152d0e9ec252357af6fa6966" }, { - "title": "PCE Index Hit Highest Level in November Since 1982", - "description": "The Fed’s preferred inflation gauge, the Personal Consumption Expenditures index, climbed 5.7 percent in November from a year earlier.", - "content": "The Fed’s preferred inflation gauge, the Personal Consumption Expenditures index, climbed 5.7 percent in November from a year earlier.", - "category": "Inflation (Economics)", - "link": "https://www.nytimes.com/2021/12/23/business/economy/inflation-pce-index-fed.html", - "creator": "Jeanna Smialek", - "pubDate": "Thu, 23 Dec 2021 14:57:52 +0000", + "title": "Jaguars Fire Coach Urban Meyer After Less Than a Season", + "description": "Meyer won three college football national titles but lasted 13 games in the N.F.L. His short tenure in Jacksonville was marred by questionable conduct on and off the field.", + "content": "The Jacksonville Jaguars won only two games this season under Urban Meyer.", + "category": "Coaches and Managers", + "link": "https://www.nytimes.com/2021/12/16/sports/football/urban-meyer-fired-jacksonville.html", + "creator": "Emmanuel Morgan and Ken Belson", + "pubDate": "Thu, 16 Dec 2021 15:33:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149503,16 +174874,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "18b38da1b93bf2c8d1b859b07d28a40f" + "hash": "6c8a7bf2de9537b980a132845388fb6e" }, { - "title": "Merck's Covid Pill Cleared by FDA for High-Risk Adults", - "description": "The F.D.A. said the drug was not a preferred treatment, but could be used when alternate treatment options were “not accessible or clinically appropriate.”", - "content": "The Merck & Company headquarters in Kenilworth, N.J.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/23/business/pill-covid.html", - "creator": "Rebecca Robbins and Carl Zimmer", - "pubDate": "Thu, 23 Dec 2021 15:43:52 +0000", + "title": "Set Your Exercise Goals High, but Not Too High", + "description": "Inactive people started moving more if they received daily step targets that exceeded their usual number by about 500 steps.", + "content": "Inactive people started moving more if they received daily step targets that exceeded their usual number by about 500 steps.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/01/06/well/move/exercise-goals.html", + "creator": "Gretchen Reynolds", + "pubDate": "Thu, 07 Jan 2021 13:19:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149524,16 +174895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0c23f6e01f3626c1306e9522ca06af7" + "hash": "b289ed5e759086d8f139bad6a735e530" }, { - "title": "Joan Didion Chronicled American Disorder With Her Own Unmistakable Style", - "description": "The generation-defining essayist and novelist was preoccupied with mythos — and gifted at fashioning her own.", - "content": "Joan Didion in 1981. The generation-defining essayist died on Thursday. She was 87.", - "category": "Didion, Joan", - "link": "https://www.nytimes.com/2021/12/23/books/death-of-joan-didion.html", - "creator": "Parul Sehgal", - "pubDate": "Thu, 23 Dec 2021 17:20:54 +0000", + "title": "Your Running Probably Won’t Be Perfect at the Holidays. That’s O.K.", + "description": "It’s the busy season. Go easy on yourself.", + "content": "It’s the busy season. Go easy on yourself.", + "category": "Running", + "link": "https://www.nytimes.com/2018/12/22/well/move/your-running-probably-wont-be-perfect-at-the-holidays-thats-ok.html", + "creator": "Jen A. Miller", + "pubDate": "Sat, 22 Dec 2018 13:00:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149545,16 +174916,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "667333bfd0ebaf456e3279b0b323cd7e" + "hash": "3025960f7115353dfbd086bafee4f708" }, { - "title": "U.S. Effort to Combat Forced Labor Targets Corporate China Ties", - "description": "The Biden administration is expected to face scrutiny as it decides how to enforce a new ban on products made with forced labor in the Xinjiang region of China.", - "content": "Uyghur workers at a factory in the Xinjiang region of China in 2019. A wide range of products and raw materials flow from the region, where accusations of forced labor proliferate.", - "category": "China", - "link": "https://www.nytimes.com/2021/12/23/us/politics/china-uyghurs-forced-labor.html", - "creator": "Ana Swanson, Catie Edmondson and Edward Wong", - "pubDate": "Thu, 23 Dec 2021 16:53:27 +0000", + "title": "Supplements and Diets for Heart Health Show Limited Proof of Benefit", + "description": "Some supplements may actually be harmful for cardiovascular health.", + "content": "Some supplements may actually be harmful for cardiovascular health.", + "category": "Diet and Nutrition", + "link": "https://www.nytimes.com/2019/07/08/well/eat/supplements-and-diets-for-heart-health-show-limited-proof-of-benefit.html", + "creator": "Anahad O’Connor", + "pubDate": "Tue, 16 Jul 2019 05:03:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149566,16 +174937,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b0a47e917f81b3a8d465f619d6234e0" + "hash": "a55e72cc3d8008d15ab8c9e78c55c859" }, { - "title": "Amazon Reaches Labor Deal, Giving Workers More Power to Organize", - "description": "The agreement’s national scope and its concessions to organizing go further than any previous settlement that the e-commerce giant has made.", - "content": "A labor activist and his son encouraging passing motorists to sign union authorization cards outside Amazon’s JFK8 distribution center on Staten Island in May.", - "category": "Workplace Hazards and Violations", - "link": "https://www.nytimes.com/2021/12/23/business/amazon-labor-deal.html", - "creator": "Karen Weise", - "pubDate": "Thu, 23 Dec 2021 16:44:31 +0000", + "title": "A Guide to Sustainable Eating", + "description": "Have you considered the effects of what you eat on the planet, and made changes that will protect not only the Earth but also your health and the well-being of generations to come?", + "content": "Have you considered the effects of what you eat on the planet, and made changes that will protect not only the Earth but also your health and the well-being of generations to come?", + "category": "Diet and Nutrition", + "link": "https://www.nytimes.com/2019/04/08/well/eat/a-guide-to-sustainable-eating.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 08 Apr 2019 09:00:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149587,16 +174958,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "388386f927f13b40eb073c1871ce4e43" + "hash": "ffd187456844c177094296bb8cb99967" }, { - "title": "How to Catch a Polar Bear", - "description": "First, spot the bear.", - "content": "First, spot the bear.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/12/23/science/polar-bear.html", - "creator": "Anna Filipova and Emily Anthes", - "pubDate": "Thu, 23 Dec 2021 10:00:34 +0000", + "title": "Vincent Jackson’s Widow Hopes Speaking About His C.T.E. Warning Signs Will Help Others", + "description": "The ex-N.F.L. player Vincent Jackson was found dead in a hotel room days after his former team won the Super Bowl. In light of his C.T.E. diagnosis, his widow recounted Jackson’s decline.", + "content": "Lindsey Jackson, who was married to Vincent Jackson, at their home in Tampa, Fla.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/16/sports/football/vincent-jackson-death-cte.html", + "creator": "Ken Belson", + "pubDate": "Thu, 16 Dec 2021 13:56:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149608,16 +174979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e883dd09de184063042d5c65c46875b9" + "hash": "6be02ac4d944fd4d7ceb7b434db2e6b3" }, { - "title": "Welcome to the Charles Dickens Luxury Apartments", - "description": "Want to understand London’s economic transformation? Have a look around the condo conversion of the workhouse that inspired “Oliver Twist.”", - "content": "The Strand Union Workhouse, which inspired “Oliver Twist,” was built in the 1770s.", - "category": "Dickens, Charles", - "link": "https://www.nytimes.com/2021/12/23/business/dickens-condos-oliver-twist-workhouse.html", - "creator": "David Segal", - "pubDate": "Thu, 23 Dec 2021 10:00:23 +0000", + "title": "Why the Corset Keeps Coming Back", + "description": "As we trade sweatpants for formality and fun, corsets are one of the things to reign supreme.", + "content": "As we trade sweatpants for formality and fun, corsets are one of the things to reign supreme.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2021/12/15/style/corset-comeback.html", + "creator": "Ilana Kaplan", + "pubDate": "Wed, 15 Dec 2021 17:17:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149629,16 +175000,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6125d370721b3ea7cb605b4cd0df72d6" + "hash": "e09691e375e081253dcc14124a7ffa5b" }, { - "title": "The Artists We Lost in 2021, in Their Words", - "description": "Some artists held the spotlight for generations. Others left us lamenting careers cut short. Here is a tribute to those we lost this year.", - "content": "Some artists held the spotlight for generations. Others left us lamenting careers cut short. Here is a tribute to those we lost this year.", - "category": "Culture (Arts)", - "link": "https://www.nytimes.com/2021/12/23/arts/artists-who-died-2021.html", - "creator": "Gabe Cohn", - "pubDate": "Thu, 23 Dec 2021 17:36:14 +0000", + "title": "Review: In ‘Station Eleven,’ the World Ends, Beautifully", + "description": "Don’t let the pandemic premise chase you off. This is the most uplifting post-apocalyptic show you’re likely to see.", + "content": "Don’t let the pandemic premise chase you off. This is the most uplifting post-apocalyptic show you’re likely to see.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/15/arts/television/station-eleven-review.html", + "creator": "James Poniewozik", + "pubDate": "Wed, 15 Dec 2021 16:51:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149650,16 +175021,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6753535feb8cf2f13805ee858b334ac" + "hash": "06d350b0fef23bd462463b39afc46ed9" }, { - "title": "Biden Is Being the President He Campaigned to Be. But It's Not Enough.", - "description": "Biden’s administration needs a pinch of cayenne.", - "content": "Biden’s administration needs a pinch of cayenne.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/22/opinion/wheres-joe-biden.html", - "creator": "Charles M. Blow", - "pubDate": "Thu, 23 Dec 2021 01:00:06 +0000", + "title": "‘Selling Kabul’ Holds Up a New Mirror After the Taliban Takeover", + "description": "Sylvia Khoury’s play, which takes place over one night in Afghanistan in 2013, has only deepened after a pandemic postponement.", + "content": "“A play is a fixed thing, as history continues,” the playwright Sylvia Khoury said about her decision not to update her play after the U.S. withdrawal from Afghanistan in August.", + "category": "Afghanistan War (2001- )", + "link": "https://www.nytimes.com/2021/12/15/theater/selling-kabul-afghanistan-sylvia-khoury.html", + "creator": "Amelia Nierenberg", + "pubDate": "Wed, 15 Dec 2021 23:20:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149671,16 +175042,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "925ce1ac380aee2d332dc7f69fca2d8f" + "hash": "8b459a5cb6823a8b6a80988a13479658" }, { - "title": "Why Uber Won’t Call the Police", - "description": "Ride-sharing rests on a promise of safety. What if one side isn’t keeping up their end of the bargain?", - "content": "Ride-sharing rests on a promise of safety. What if one side isn’t keeping up their end of the bargain?", - "category": "Car Services and Livery Cabs", - "link": "https://www.nytimes.com/2021/12/22/opinion/uber-safety-ride-sharing.html", - "creator": "Greg Bensinger", - "pubDate": "Wed, 22 Dec 2021 23:26:47 +0000", + "title": "Multiday Weddings and Their Increasing Popularity", + "description": "Multiday wedding celebrations packed with events are becoming more popular as couples look to make up lost time with loved ones during the pandemic.", + "content": "Multiday wedding celebrations packed with events are becoming more popular as couples look to make up lost time with loved ones during the pandemic.", + "category": "Weddings and Engagements", + "link": "https://www.nytimes.com/2021/12/15/style/multiday-wedding-celebrations.html", + "creator": "Danielle Braff", + "pubDate": "Wed, 15 Dec 2021 10:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149692,16 +175063,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6751a6ab1a1c8e825be405ed9f5028ed" + "hash": "3a09458f50ae2b52de4f24561f37bfc5" }, { - "title": "Getting Past the Manchin Roadblock and Saving Biden’s Plan", - "description": "Readers discuss how to salvage Build Back Better, and praise and decry Mr. Manchin. Also: Pause pro sports; the Jan. 6 inquiry.", - "content": "Joe Manchin this month at a Senate Committee on Energy and Natural Resources hearing.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/23/opinion/letters/manchin-bidens-agenda.html", - "creator": "", - "pubDate": "Thu, 23 Dec 2021 16:28:39 +0000", + "title": "Business Updates: Closing Arguments Set to Begin in Elizabeth Holmes Trial", + "description": " ", + "content": " ", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/16/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Thu, 16 Dec 2021 17:56:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149713,16 +175084,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c527e511c8d2a353772ace7521e1183" + "hash": "5b5896229d46fdf0eab544a1f915777b" }, { - "title": "Omicron and Kids: How to Navigate the Covid Winter", - "description": "Experts’ tips for navigating a Covid winter with children.", - "content": "Experts’ tips for navigating a Covid winter with children.", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/2021/12/22/opinion/omicron-children.html", - "creator": "New York Times Opinion", - "pubDate": "Wed, 22 Dec 2021 10:00:17 +0000", + "title": "Trump Found Crucial Support in Congress as He Fought to Stay in Power", + "description": "A small circle of Republican lawmakers, working closely with President Donald J. Trump’s chief of staff, took on an outsize role in pressuring the Justice Department, amplifying conspiracy theories and flooding the courts in an attempt to overturn the 2020 election.", + "content": "President Donald J. Trump seemed to believe that a small group of Republican lawmakers would help him stay in office.", + "category": "Trump, Donald J", + "link": "https://www.nytimes.com/2021/12/15/us/politics/trump-meadows-republicans-congress-jan-6.html", + "creator": "Katie Benner, Catie Edmondson, Luke Broadwater and Alan Feuer", + "pubDate": "Thu, 16 Dec 2021 02:55:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149734,16 +175105,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "16013935ce59b4ad02ddc99f4b9d3eea" + "hash": "8ed544e6656b1b5372efc507a92580b3" }, { - "title": "Why It’s Easier Than Ever to Buy a Used Car", - "description": "Services such as Carfax give buyers confidence that they’re getting a cherry, not a lemon.", - "content": "Services such as Carfax give buyers confidence that they’re getting a cherry, not a lemon.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/22/opinion/used-cars.html", - "creator": "Peter Coy", - "pubDate": "Wed, 22 Dec 2021 19:52:43 +0000", + "title": "Fed Could Raise Rates 3 Times in 2022 and Speeds End of Bond-Buying", + "description": "With the economy healing, but price gains pinching consumers, officials are dialing back bond purchases and getting in position to raise interest rates (three are possible next year).", + "content": "“I think the risk of higher inflation has increased,” Jerome H. Powell, the Federal Reserve chair, said while testifying before Congress last month.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/15/business/economy/inflation-fed-fomc-meeting-december-2021.html", + "creator": "Jeanna Smialek", + "pubDate": "Thu, 16 Dec 2021 03:32:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149755,16 +175126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7d2daa10f1e39e50863949b000d0dd6" + "hash": "d21b394b90c5a94660723ad6923fa66e" }, { - "title": "Parenting in 2021? ‘Not Great, Bob!’", - "description": "But we can still find ways to cackle with our kids.", - "content": "But we can still find ways to cackle with our kids.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/22/opinion/parenting-covid-vaccinated.html", - "creator": "Jessica Grose", - "pubDate": "Wed, 22 Dec 2021 15:56:44 +0000", + "title": "Why Jerome Powell Pivoted on Inflation", + "description": "A surge in wages and benefits got his attention. Other data soon confirmed his concern.", + "content": "The Federal Reserve chair, Jerome Powell, delivering remarks on a screen as traders worked at the New York Stock Exchange on Wednesday. The market rallied after the Fed signaled tighter monetary policy. ", + "category": "Inflation (Economics)", + "link": "https://www.nytimes.com/2021/12/15/upshot/jerome-powell-inflation-pivot.html", + "creator": "Neil Irwin", + "pubDate": "Thu, 16 Dec 2021 00:50:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149776,16 +175147,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e80ffc1f1bdcf3ab87fe9fb013d62009" + "hash": "32ab6ff94ffe19004023996a2fc6734c" }, { - "title": "Omicron Is Just Beginning and Americans Are Already Tired", - "description": "A sense of dread about the variant’s rapid spread is growing even in places that had experienced a virus lull.", - "content": "A diner in San Diego on Monday. Americans are simply exhausted by the emotional pandemic roller coaster and confused by mixed messages from experts and leaders about appropriate coronavirus precautions.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/22/us/omicron-virus-worry-dread.html", - "creator": "Patricia Mazzei", - "pubDate": "Wed, 22 Dec 2021 08:00:09 +0000", + "title": "Stocks rise as the Federal Reserve steps up its inflation fight.", + "description": "", + "content": "", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/15/business/inflation-retail-sales-stocks/stocks-drift-lower-as-wall-street-awaits-outcome-of-fed-meeting", + "creator": "Coral Murphy Marcos", + "pubDate": "Wed, 15 Dec 2021 22:20:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149797,16 +175168,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6829b0281dd6d4f52e9f8f3e854d1b7a" + "hash": "27acb23f0c330801d8ee5785c26b6111" }, { - "title": "The F.B.I. Deployed Surveillance Teams Inside Portland Protests", - "description": "Federal agents infiltrated Portland’s unruly racial justice protests, dressing to blend in and capturing clandestine video. The tactics raised internal concern.", - "content": "Officers retreated to protect the Mark O. Hatfield Courthouse after dispersing a crowd of protesters in Portland, Ore., in July 2020.", - "category": "George Floyd Protests (2020)", - "link": "https://www.nytimes.com/2021/12/22/us/portland-protests-fbi-surveillance.html", - "creator": "Mike Baker, Sergio Olmos and Adam Goldman", - "pubDate": "Thu, 23 Dec 2021 03:50:53 +0000", + "title": "U.S. Covid Deaths Surpass 800,000", + "description": "The new death toll — the highest known number of any country — comes at a tenuous moment in the pandemic as cases rise again. Catch up on Covid news.", + "content": "The new death toll — the highest known number of any country — comes at a tenuous moment in the pandemic as cases rise again. Catch up on Covid news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/15/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Thu, 16 Dec 2021 08:36:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149818,16 +175189,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9705cdc85bcb1b299dd6867f70f55667" + "hash": "411ec255be373dccc8a52db4f0a6c492" }, { - "title": "Billionaire Jeff T. Green Resigns From Mormon Church", - "description": "Jeff T. Green, the chief executive of a technology firm, said he was leaving because of the church’s wealth and stance on social issues such as gay rights.", - "content": "“I believe the Mormon Church has hindered global progress in women’s rights, civil rights and racial equality, and L.G.B.T.Q.+ rights,” said Jeff T. Green, the chief executive of The Trade Desk, an advertising technology firm.", - "category": "Philanthropy", - "link": "https://www.nytimes.com/2021/12/21/us/jeff-green-resigns-lds.html", - "creator": "Amanda Holpuch", - "pubDate": "Tue, 21 Dec 2021 20:38:57 +0000", + "title": "Britain Breaks Daily Record for New Virus Cases", + "description": "Officials didn’t specify what share of the new cases might be Omicron, though they said a majority in London were from the variant.", + "content": "Officials didn’t specify what share of the new cases might be Omicron, though they said a majority in London were from the variant.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/15/world/europe/uk-covid-record-cases.html", + "creator": "Mark Landler", + "pubDate": "Wed, 15 Dec 2021 20:57:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149839,16 +175210,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3591a82d9a703c9288740876571be7c" + "hash": "77491d1b7cdbd07ee346ea001c947064" }, { - "title": "Lucille Ball on the Big Screen, the Small Screen and Offscreen", - "description": "“Being the Ricardos” and “Licorice Pizza” offer versions of the comedian. An author saw yet another side of her: blunt and wary of strangers but thoughtful and kind.", - "content": "“Being the Ricardos” and “Licorice Pizza” offer versions of the comedian. An author saw yet another side of her: blunt and wary of strangers but thoughtful and kind.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/21/movies/lucille-ball-being-the-ricardos.html", - "creator": "Tom Gilbert", - "pubDate": "Tue, 21 Dec 2021 10:00:11 +0000", + "title": "Vaccines Prevent Severe Disease From Omicron, New Studies Say", + "description": "In the lab, immune cells put up a strong fight against Omicron, suggesting that vaccines will be able to prevent the worst outcomes of the virus variant.", + "content": "A Moderna dose prepared at a vaccination center near Bordeaux, France. Preliminary findings showed T cells in vaccinated people can put up a strong defense against the Omicron variant.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/15/health/omicron-vaccine-severe-disease.html", + "creator": "Carl Zimmer and Sheryl Stolberg", + "pubDate": "Thu, 16 Dec 2021 02:04:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149860,16 +175231,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bc7b54e4f34f98374d951d493b13654" + "hash": "e3d2edb7daa59041b4cf0916561e009d" }, { - "title": "Covid’s Risk to Older Adults", - "description": "Ready to give up on the pandemic? Spare a moment to think about older people.", - "content": "Passing out home test kits in New York City yesterday.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/23/briefing/covids-risk-to-older-adults.html", - "creator": "David Leonhardt", - "pubDate": "Thu, 23 Dec 2021 11:33:00 +0000", + "title": "Broadway Is Canceling Shows Due to Positive Covid Tests", + "description": "Broadway, where cancellations were once vanishingly rare, has seen a raft of them as positive coronavirus tests among cast and crew members have upended productions.", + "content": "A growing number of Broadway shows have had to cancel performances because of the coronavirus, including “Ain’t Too Proud,” where some patrons arrived Tuesday only to find out that night’s performance had been canceled.  ", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/15/theater/broadway-coronavirus-cancellations.html", + "creator": "Michael Paulson", + "pubDate": "Wed, 15 Dec 2021 20:18:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149881,16 +175252,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "37bd52e85eccb31796abab12718021b4" + "hash": "d62a6095ef4f654e9a15dff51792d9e2" }, { - "title": "Why The Texas Electricity Grid Is Still Vulnerable to Cold", - "description": "Gov. Greg Abbott has promised the lights will stay on this winter. But many of the problems that led to the power system failure in February remain.", - "content": "A street in Austin that lost its power during the winter storm in February.", - "category": "Power Failures and Blackouts", - "link": "https://www.nytimes.com/2021/12/23/us/texas-electricity-grid-winter.html", - "creator": "J. David Goodman and David Montgomery", - "pubDate": "Thu, 23 Dec 2021 14:58:05 +0000", + "title": "High Winds Tear Across Great Plains and Midwest", + "description": "A tornado watch was issued for parts of several states as wind gusts of more than 70 miles per hour bore down on the central U.S. Follow updates here.", + "content": "A tornado watch was issued for parts of several states as wind gusts of more than 70 miles per hour bore down on the central U.S. Follow updates here.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/15/us/midwest-storms-tornado-news", + "creator": "The New York Times", + "pubDate": "Thu, 16 Dec 2021 08:36:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149902,16 +175273,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1359990aa8c8e1214aab71274139aedd" + "hash": "4ab093d6312efda9f0b547116f470cdf" }, { - "title": "Putin Demands Quick Answers on Russian Security Concerns", - "description": "At a traditional year-end news conference, President Vladimir V. Putin of Russia blamed the West for talk of “war, war, war,” but did not markedly escalate tensions further.", - "content": "President Vladimir V. Putin of Russia held his traditional year-end news conference on Thursday.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/23/world/europe/russia-putin-ukraine.html", - "creator": "Anton Troianovski and Andrew E. Kramer", - "pubDate": "Thu, 23 Dec 2021 14:06:10 +0000", + "title": "Keechant Sewell, a Queens Native, Comes 'Full Circle' to Head N.Y.P.D.", + "description": "Keechant Sewell, chief of detectives in Nassau County, will become the city’s 45th police commissioner after she impressed Eric Adams with “emotional intelligence.”", + "content": "Keechant Sewell, center, was introduced as Mayor-elect Eric Adams’s choice for police commissioner at a news conference in Queens, where Ms. Sewell grew up.", + "category": "Police Reform", + "link": "https://www.nytimes.com/2021/12/15/nyregion/keechant-sewell-nypd-commissioner.html", + "creator": "Ashley Southall, Ali Watkins and Troy Closson", + "pubDate": "Thu, 16 Dec 2021 01:21:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149923,16 +175294,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f725516d0991565d63d87ca827d9f22d" + "hash": "7a4191c7d2714251487e7aec2572df8a" }, - { - "title": "Toys ‘R’ Us Tries to Come Back, Four Years After Bankruptcy", - "description": "The retailer, which had closed all its U.S. stores, has resurfaced at the American Dream mall in New Jersey, just in time for the holidays.", - "content": "Geoffrey the Giraffe at the opening of the Toys “R” Us at the American Dream mall in East Rutherford, N.J., this week.", - "category": "Shopping and Retail", - "link": "https://www.nytimes.com/2021/12/23/business/toysrus-american-dream-mall.html", - "creator": "Kevin Armstrong", - "pubDate": "Thu, 23 Dec 2021 17:23:18 +0000", + { + "title": "bell hooks, Pathbreaking Black Feminist, Dies at 69", + "description": "She insisted that the fight for women’s rights had to take into account the diverse experiences of working-class and Black women.", + "content": "The author bell hooks in 1995. Her work, across some 30 books, encompassed literary criticism, children’s fiction, self-help, memoir and poetry.", + "category": "Hooks, Bell", + "link": "https://www.nytimes.com/2021/12/15/books/bell-hooks-dead.html", + "creator": "Clay Risen", + "pubDate": "Thu, 16 Dec 2021 00:38:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149944,16 +175315,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3197a11b96d6748f70f40c08fe90f93a" + "hash": "cb083b6e5d61e255815126bff1605398" }, { - "title": "Franklin A. Thomas, Pathbreaking Ford Foundation President, Dies at 87", - "description": "He rose from working-class Brooklyn to become the first Black person to run a major American philanthropic organization.", - "content": "Franklin A. Thomas overlooking Bedford-Stuyvesant, the Brooklyn neighborhood in which he grew up, in 1979. He was elected president of the Ford Foundation that same year, after leading the Bedford-Stuyvesant Restoration Corporation. ", - "category": "Thomas, Franklin A", - "link": "https://www.nytimes.com/2021/12/23/us/franklin-a-thomas-dead.html", - "creator": "Clay Risen", - "pubDate": "Thu, 23 Dec 2021 16:12:44 +0000", + "title": "What Stone Soup Means to a Seasoned Chef", + "description": "For Gabrielle Hamilton’s final Eat column, she considers what it takes to feed a village.", + "content": "For Gabrielle Hamilton’s final Eat column, she considers what it takes to feed a village.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/15/magazine/stone-soup.html", + "creator": "Gabrielle Hamilton", + "pubDate": "Wed, 15 Dec 2021 10:00:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149965,16 +175336,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14896901dd8046745253201cfaf345e8" + "hash": "7625758fe76bb96f7437022025851d1e" }, { - "title": "Trump Asks Supreme Court to Block Release of Jan. 6 Records", - "description": "The case is a constitutional clash on the scope of executive privilege and on whether a former president may invoke it when the current one has waived it.", - "content": "President Donald J. Trump speaking in front of the White House on Jan. 6. Mr. Trump is trying to claim executive privilege in an attempt to block the release of documents pertaining to the attack on the Capitol that day.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/23/us/trump-supreme-court-jan-6.html", - "creator": "Adam Liptak", - "pubDate": "Thu, 23 Dec 2021 17:40:48 +0000", + "title": "Four Resolutions for a Healthier Tech Life in 2022", + "description": "The tech world delivered many unpleasant surprises to us in the pandemic. We can learn from them.", + "content": "The tech world delivered many unpleasant surprises to us in the pandemic. We can learn from them.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/15/technology/personaltech/relationship-with-technology.html", + "creator": "Brian X. Chen", + "pubDate": "Wed, 15 Dec 2021 10:00:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -149986,16 +175357,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5fd2a95ce3395264d32c0cfc0c6172f" + "hash": "bdedc4f0e7d76116362d6e63b2b0d642" }, { - "title": "Business Updates: Jurors Deliberate for Third Day in Elizabeth Holmes Trial", - "description": "The index climbed 5.7 percent in November from a year earlier. Follow business updates.", - "content": "The index climbed 5.7 percent in November from a year earlier. Follow business updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/23/business/inflation-stock-market-news", - "creator": "The New York Times", - "pubDate": "Thu, 23 Dec 2021 17:43:21 +0000", + "title": "A Mental Health Crisis Among the Young", + "description": "A health professional and an author/filmmaker write that we are failing our youths. Also: Memo to Democrats; military spending; moving away from coal.", + "content": "Mental health issues were rising in the United States even before the pandemic began, with emergency room visits related to depression, anxiety and similar conditions up 28 percent between 2011 and 2015.", + "category": "Mental Health and Disorders", + "link": "https://www.nytimes.com/2021/12/15/opinion/letters/mental-health-youth.html", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 16:24:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150007,16 +175378,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9007f512578e164e01c2d88c4156428a" + "hash": "443767e86ebc61b6abdc84cc86878939" }, { - "title": "Hong Kong Removes 'Pillar of Shame' Statue Amid Crackdown", - "description": "The decision to take down the “Pillar of Shame,” an enduring symbol of the territory’s pro-democracy movement, was another sign of Beijing’s crackdown.", - "content": "Workers removing part of the “Pillar of Shame” statue at the University of Hong Kong on Thursday.", - "category": "Hong Kong Protests (2019)", - "link": "https://www.nytimes.com/2021/12/23/world/asia/hong-kong-tiananmen-statue.html", - "creator": "Mike Ives", - "pubDate": "Thu, 23 Dec 2021 12:02:41 +0000", + "title": "Did Climate Change Cause the Deadly Tornadoes?", + "description": "Here’s what we know.", + "content": "A storm vehicle with the Center for Severe Weather Research driving near the path of a tornado with winds of 166 to 175 m.p.h. in Katie, Okla.", + "category": "Tornadoes", + "link": "https://www.nytimes.com/2021/12/15/opinion/tornado-climate-change.html", + "creator": "James B. Elsner", + "pubDate": "Wed, 15 Dec 2021 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150028,16 +175399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ac734377edc32115668bcb42ea1e275" + "hash": "5bf0c4165e0cc32b4a50dc33571bd96e" }, { - "title": "Fury in China After Li Tiantian, an Outspoken Teacher, Disappears", - "description": "Supporters of Li Tiantian believe that local officials may have sent her to a psychiatric hospital, a longstanding way of stifling and discrediting dissent.", - "content": "Supporters of Li Tiantian believe that local officials may have sent her to a psychiatric hospital, a longstanding way of stifling and discrediting dissent.", - "category": "China", - "link": "https://www.nytimes.com/2021/12/23/world/asia/li-tiantian-disappearance.html", - "creator": "Chris Buckley", - "pubDate": "Thu, 23 Dec 2021 10:31:49 +0000", + "title": "Biden Should Not Run Again — and He Should Say He Won’t", + "description": "The president would be doing the country, his party and his legacy a favor.", + "content": "The president would be doing the country, his party and his legacy a favor.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/14/opinion/biden-age-election-2024.html", + "creator": "Bret Stephens", + "pubDate": "Wed, 15 Dec 2021 00:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150049,16 +175420,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b41c7b03eba2443e4df11dd46b7aec88" + "hash": "19c311160d05234ae64088c6dec531f6" }, { - "title": "Carlos Tejada, Deputy Asia Editor for The New York Times, Dies at 49", - "description": "He was an editor in Asia for 13 years, including with The Wall Street Journal. One colleague said he had embodied the phrase, “Edit ferociously and with joy.”", - "content": "Carlos Tejada, The Times’s deputy Asia editor, during a company dinner in early November in Seoul, where part of the newspaper’s Asia newsroom moved last year. ", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/22/business/media/carlos-tejada-dead.html", - "creator": "Richard Sandomir", - "pubDate": "Wed, 22 Dec 2021 22:06:17 +0000", + "title": "How to Know Your Donations Are Doing the Most Good", + "description": "GiveWell investigates charities to find the most cost-effective ways to do good.", + "content": "GiveWell investigates charities to find the most cost-effective ways to do good.", + "category": "Philanthropy", + "link": "https://www.nytimes.com/2021/12/15/opinion/holiday-giving-givewell.html", + "creator": "Farhad Manjoo", + "pubDate": "Wed, 15 Dec 2021 10:00:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150070,16 +175441,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ba1c0d6ee5090fd52fc9c0e23da691a" + "hash": "54b7a12b6f250d2ff1a2e7d7f1eb7e66" }, { - "title": "Injuries Reported in Fire at Exxon Mobil Refinery in Baytown, Texas", - "description": "The complex in Baytown is about 25 miles east of Houston.", - "content": "The fire at ExxonMobil’s refinery in Baytown, Texas, left at least four people injured.", - "category": "Oil (Petroleum) and Gasoline", - "link": "https://www.nytimes.com/2021/12/23/us/exxon-mobil-fire-baytown-texas.html", - "creator": "Derrick Bryson Taylor", - "pubDate": "Thu, 23 Dec 2021 11:07:47 +0000", + "title": "Behind Kentucky's Tornado Recovery Plan", + "description": "On states that bite the hand that feeds them.", + "content": "Outside a post office in the aftermath of a tornado in Mayfield, Ky., on Sunday.", + "category": "International Trade and World Market", + "link": "https://www.nytimes.com/2021/12/14/opinion/kentucky-tornado-federal-aid.html", + "creator": "Paul Krugman", + "pubDate": "Tue, 14 Dec 2021 17:05:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150091,16 +175462,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ced7827ff9231fc12e4d2006fd9dd3cb" + "hash": "6999b6fe68ce46e8b17dd5b1d3fb701c" }, { - "title": "How to Deal With Burnout During the Holidays", - "description": "Even without a pandemic, dealing with family dynamics requires preparation and tending to ourselves.", - "content": "Even without a pandemic, dealing with family dynamics requires preparation and tending to ourselves.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/22/well/holidays-exhaustion-burnout.html", - "creator": "Pooja Lakshmin, M.D.", - "pubDate": "Wed, 22 Dec 2021 16:42:33 +0000", + "title": "Omicron Is a Dress Rehearsal for the Next Pandemic", + "description": "America’s response to the variant highlights both how much progress we have made over the past two years — and how much work remains.", + "content": "America’s response to the variant highlights both how much progress we have made over the past two years — and how much work remains.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/12/14/health/coronavirus-omicron-next-pandemic.html", + "creator": "Emily Anthes", + "pubDate": "Tue, 14 Dec 2021 20:11:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150112,16 +175483,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe0bfa25127ce53878d71acd91cf1946" + "hash": "0d01d95483a8ed82cbc7fdc2bca582c3" }, { - "title": "How Four Families Used the Child Tax Credit", - "description": "The monthly payments of up to $300 per child put food on the table, paid bills and even went toward the occasional splurge.", - "content": "Thaddeus and his wife, Miaya, used child tax credit funds to pay for preschool for Thaddeus Jr. while they made career transitions during the pandemic.", - "category": "Child Tax Credits and Stipends", - "link": "https://www.nytimes.com/2021/12/21/well/family/child-tax-credit-families.html", - "creator": "Alisha Haridasani Gupta and Cornell Watson", - "pubDate": "Tue, 21 Dec 2021 16:06:44 +0000", + "title": "Proud Boys Regroup, Focusing on School Boards and Town Councils", + "description": "The far-right nationalist group has become increasingly active at school board meetings and town council gatherings across the country.", + "content": "Proud Boys members at a rally in Salem, Ore., in May.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/14/us/proud-boys-local-issues.html", + "creator": "Sheera Frenkel", + "pubDate": "Tue, 14 Dec 2021 22:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150133,16 +175504,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c765d5b57fc29c1d01455125252b31e" + "hash": "fe2354b358dfad6f2b8c9ad8404f4c14" }, { - "title": "I Feel Weird Lying About Santa", - "description": "Is it because I didn’t celebrate Christmas growing up?", - "content": "Is it because I didn’t celebrate Christmas growing up?", - "category": "Christmas", - "link": "https://www.nytimes.com/2019/12/04/parenting/i-feel-weird-lying-about-santa.html", - "creator": "Katherine Zoepf", - "pubDate": "Thu, 25 Nov 2021 00:06:03 +0000", + "title": "James Webb Space Telescope Launch Is Making Astronomers Very Anxious", + "description": "The James Webb Space Telescope is endowed with the hopes and trepidations of a generation of astronomers.", + "content": "Testing and inspection of the telescope’s observatory at Northrop Grummon in California in May 2020.", + "category": "James Webb Space Telescope", + "link": "https://www.nytimes.com/2021/12/14/science/james-webb-telescope-launch.html", + "creator": "Dennis Overbye", + "pubDate": "Tue, 14 Dec 2021 18:08:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150154,16 +175525,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b740583678763d4e7f683595a8e9b1c" + "hash": "6c7693efb375d04dca5f9a09c7241131" }, { - "title": "Is Your Kid a Holiday Gift Monster?", - "description": "Here’s how to celebrate without going overboard.", - "content": "Here’s how to celebrate without going overboard.", - "category": "", - "link": "https://www.nytimes.com/2019/11/27/parenting/is-your-kid-a-holiday-gift-monster.html", - "creator": "Jessica Grose", - "pubDate": "Wed, 27 Nov 2019 13:54:35 +0000", + "title": "New York’s Top 10 New Restaurants of 2021", + "description": "After a year that began with indoor dining banned in the city, our critic Pete Wells cherishes the places that celebrate sharing — and life.", + "content": "A panoply of dishes at CheLi on St. Marks Place.", + "category": "Restaurants", + "link": "https://www.nytimes.com/2021/12/14/dining/new-yorks-top-10-new-restaurants-of-2021.html", + "creator": "Pete Wells", + "pubDate": "Tue, 14 Dec 2021 17:06:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150175,16 +175546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c4192cb080778fa14cec9b31e096abc" + "hash": "932d779790aaaf43669997754437f197" }, { - "title": "An Unofficial Ranking of the 10 Most Annoying Kids’ Toys", - "description": "“A barn? A keyboard? A phone? What are you?”", - "content": "“A barn? A keyboard? A phone? What are you?”", - "category": "Toys", - "link": "https://www.nytimes.com/2021/02/09/parenting/toddler/10-annoying-kids-toys.html", - "creator": "Jessica Delfino", - "pubDate": "Thu, 11 Feb 2021 14:00:58 +0000", + "title": "The Spectacle of Yoko Ono Disrupting the Beatles and the Variant Hunters: The Week in Narrated Articles", + "description": "Five articles from around The Times, narrated just for you.", + "content": "Five articles from around The Times, narrated just for you.", + "category": "", + "link": "https://www.nytimes.com/2021/12/10/podcasts/the-spectacle-of-yoko-ono-disrupting-the-beatles-and-the-variant-hunters-the-week-in-narrated-articles.html", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 10:30:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150196,16 +175567,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "897c4b2d3dcf7e95155333bd250ea82e" + "hash": "032b28b025947d3cb3073aba5e5455bb" }, { - "title": "How Gen Z is Channeling 1990s Fashion", - "description": "The icons and fashions of the fin de siecle are objects of fascination for those who didn’t experience them the first time around. Here’s what they say about why.", - "content": "Tora Northman on the balcony of her East London apartment, wearing her mother’s vintage Levi’s vest and jeans with a vintage Dior saddle bag and Frye boots.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2021/12/23/style/gen-z-fashion-1990s.html", - "creator": "Lou Stoppard", - "pubDate": "Thu, 23 Dec 2021 08:00:15 +0000", + "title": "Timeless Wisdom for Leading a Life of Love, Friendship and Learning", + "description": "The ethicist Leon Kass discusses the ingredients for a meaningful life.", + "content": "The ethicist Leon Kass discusses the ingredients for a meaningful life.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/14/opinion/ezra-klein-podcast-leon-kass.html", + "creator": "‘The Ezra Klein Show’", + "pubDate": "Tue, 14 Dec 2021 18:33:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150217,16 +175588,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de7af294042d0f99c27e7625c3032cd8" + "hash": "80931cf1fa3a8bd2b6c2c05d9881bf3c" }, { - "title": "In Sean Baker's Films, Big Roles Go to Passers-by and Professionals Alike", - "description": "Sean Baker prefers a cast with a mix of experience levels. That was never more true than on “Red Rocket,” where many of the performers had never worked on a movie.", - "content": "Sean Baker prefers a cast with a mix of experience levels. That was never more true than on “Red Rocket,” where many of the performers had never worked on a movie.", - "category": "Actors and Actresses", - "link": "https://www.nytimes.com/2021/12/16/movies/red-rocket-sean-baker.html", - "creator": "Ben Kenigsberg", - "pubDate": "Thu, 16 Dec 2021 15:38:52 +0000", + "title": "Deion Sanders Lands Top Recruit Travis Hunter at Jackson State", + "description": "On national signing day, the high school star from Georgia spurned Florida State after a two-year commitment in favor of the historically Black college.", + "content": "On national signing day, the high school star from Georgia spurned Florida State after a two-year commitment in favor of the historically Black college.", + "category": "Historically Black Colleges and Universities", + "link": "https://www.nytimes.com/2021/12/15/sports/ncaafootball/travis-hunter-deion-sanders-jackson-state.html", + "creator": "Alanis Thames", + "pubDate": "Thu, 16 Dec 2021 00:04:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150238,16 +175609,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5a04444a4674612b55596f5faf8ebaf" + "hash": "865a8fe86d94a6ca7539c8c4c1fbdaca" }, { - "title": "‘And Just Like That’ Recap, Episode 4: New Friends", - "description": "Charlotte wants to change L.T.W. from a mom friend into a real friend. Carrie and Miranda nurture new connections.", - "content": "Sarah Jessica Parker in a scene from “And Just Like That ...”", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/23/arts/television/and-just-like-that-recap-episode-4.html", - "creator": "Ali Trachta", - "pubDate": "Thu, 23 Dec 2021 10:00:14 +0000", + "title": "Biden Taps Michelle Kwan and Caroline Kennedy for Ambassador Posts", + "description": "Ms. Kennedy, nominated to be ambassador to Australia, and Ms. Kwan, nominated to be the envoy to Belize, were prominent Biden supporters during the 2020 campaign season.", + "content": "Caroline Kennedy, who was the ambassador to Japan under President Barack Obama, is set to be nominated to be ambassador to Australia.", + "category": "Kennedy, Caroline", + "link": "https://www.nytimes.com/2021/12/15/us/politics/michelle-kwan-caroline-kennedy-ambassador.html", + "creator": "Jim Tankersley", + "pubDate": "Thu, 16 Dec 2021 00:28:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150259,16 +175630,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "558f8a218e860ee4cfa03b00b76e90f9" + "hash": "c9a1a1c2752016eb7d62e30e702c846d" }, { - "title": "A Creamy, Wine-Braised Chicken Recipe to Celebrate Simply", - "description": "A deluxe meal doesn’t have to be difficult, time consuming or all that expensive, if you don’t want it to be. This recipe from Melissa Clark proves it.", - "content": "This recipe is perfect for when you’re looking for a chicken dish that’s a little more dressed up than your average weeknight meal.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/22/dining/wine-braised-chicken.html", - "creator": "Melissa Clark", - "pubDate": "Wed, 22 Dec 2021 20:22:43 +0000", + "title": "Manchin Balks on Social Policy Bill; Democrats May Punt to 2022", + "description": "A self-imposed Christmas deadline for action on the $2.2 trillion social safety net, climate and tax package appeared likely to slip as negotiations with the West Virginia Democrat faltered.", + "content": "The gulf between Senator Joe Manchin III of West Virginia and President Biden indicates that the president’s $2.2 trillion climate, tax and spending package will likely not pass before the scheduled holiday break.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/15/us/politics/democrats-social-policy-bill-2022.html", + "creator": "Emily Cochrane and Jim Tankersley", + "pubDate": "Thu, 16 Dec 2021 00:44:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150280,16 +175651,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2003c75966ef58f9c78acfb0f09e827b" + "hash": "19b6a39edaf29d1d2699fbf245349af4" }, { - "title": "The N.B.A.’s Early Story Lines: Missing Stars, Big-Time Bulls, Jokic", - "description": "The Chicago Bulls have stood out for their surprising success on the court. But three stars have been in the spotlight without ever taking a shot.", - "content": "Chicago’s DeMar DeRozan has taken his old-school midrange game to the Bulls and helped turn them into contenders again.", - "category": "Basketball", - "link": "https://www.nytimes.com/2021/12/22/sports/basketball/nba-year-end-storylines-2021.html", - "creator": "Tania Ganguli, Scott Cacciola and Sopan Deb", - "pubDate": "Wed, 22 Dec 2021 05:01:10 +0000", + "title": "Landlord Accused of Demanding Sex From Tenants to Pay $4.5 Million", + "description": "A federal civil rights suit had accused Joseph Centanni of demanding sexual acts from tenants in Elizabeth, N.J. He denied wrongdoing, but agreed to pay.", + "content": "A federal lawsuit accused a landlord in Elizabeth, N.J., of demanding sexual acts from tenants or housing applicants. ", + "category": "Landlords", + "link": "https://www.nytimes.com/2021/12/15/nyregion/joseph-centanni-new-jersey.html", + "creator": "Karen Zraick", + "pubDate": "Wed, 15 Dec 2021 23:22:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150301,16 +175672,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d92a365d3d68fbcfaa9f9272cf016ed1" + "hash": "0de9dec0a4a197949b012f0805a8e798" }, { - "title": "Biden Promised 500 Million Tests, but Americans Will Have to Wait", - "description": "Contracts to purchase tests could be signed as soon as next week, but relief could be weeks away for people trying to buy the hard-to-find tests.", - "content": "At-home coronavirus tests being distributed in Queens.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/22/us/politics/covid-tests-biden-omicron.html", - "creator": "Michael D. Shear and Sheryl Gay Stolberg", - "pubDate": "Thu, 23 Dec 2021 00:52:07 +0000", + "title": "4 Children Die in Fall From Bouncy Castle in Tasmania, Australia", + "description": "The students fell more than 30 feet on the last day of school in Tasmania, Australia. Several others were critically injured.", + "content": "Helicopters and ambulances rushed to the scene Thursday after heavy winds lifted a bouncy castle high in the air in Devonport, Australia.", + "category": "Deaths (Fatalities)", + "link": "https://www.nytimes.com/2021/12/15/world/australia/jumping-castle-tasmania.html", + "creator": "Yan Zhuang", + "pubDate": "Thu, 16 Dec 2021 08:25:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150322,16 +175693,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77023d3f11f86de11bbbab704f84f2d2" + "hash": "688bb8513b9a7c3f4cbb193b162bc0a8" }, { - "title": "What Does It Mean to Be ‘Fully Vaccinated’ Against Covid-19?", - "description": "With all the uncertainty around the Omicron variant, vaccine guidelines are evolving.", - "content": "A woman received a booster shot in Alabama in October. In a world of multiple vaccines with varying effectiveness, it will soon be harder to say who is “fully vaccinated.”", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/article/fully-vaccinated-covid.html", - "creator": "Alyssa Lukpat", - "pubDate": "Thu, 23 Dec 2021 10:48:45 +0000", + "title": "Santo Domingo Plane Crash Kills All 9 Aboard", + "description": "A prominent Puerto Rican music producer known as Flow La Movie was reported to be among the dead.", + "content": "A prominent Puerto Rican music producer known as Flow La Movie was reported to be among the dead.", + "category": "Dominican Republic", + "link": "https://www.nytimes.com/2021/12/15/world/americas/santo-domingo-plane-crash.html", + "creator": "Richard Pérez-Peña and Mike Ives", + "pubDate": "Thu, 16 Dec 2021 05:16:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150343,16 +175714,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5de4b0cba57177e404d392d67da5fb64" + "hash": "647759f2a302f8b036f6a4a0b1ea1ab1" }, { - "title": "As Omicron Spreads, Older Americans Display a Mix of Worry and Resolve", - "description": "They are at higher risk at becoming seriously ill from the virus, but they also don’t want to ‘stop doing the things that are most important.’", - "content": "Joe DiMaggio, 97, of Sparks, Nev., stood on his balcony at a senior living community last December. For the second year in a row, Americans have been forced to decide whether to carry on with holiday celebrations or cancel them. ", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/23/us/older-people-omicron-virus-holidays.html", - "creator": "J. David Goodman and Julie Bosman", - "pubDate": "Thu, 23 Dec 2021 16:05:51 +0000", + "title": "Max Verstappen Defends Formula 1 Championship Win", + "description": "Max Verstappen knew his chances of beating Lewis Hamilton for the Formula 1 championship were slim. But he is ready to accept the trophy despite protests by Mercedes.", + "content": "Max Verstappen knew his chances of beating Lewis Hamilton for the Formula 1 championship were slim. But he is ready to accept the trophy despite protests by Mercedes.", + "category": "Automobile Racing", + "link": "https://www.nytimes.com/2021/12/15/sports/autoracing/max-verstappen-f1.html", + "creator": "Tariq Panja", + "pubDate": "Wed, 15 Dec 2021 22:55:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150364,16 +175735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ef5d415f0f5776e77cec36fed497881" + "hash": "8b2eb7a9cb889c573baaaef3fd4141dd" }, { - "title": "Eric Adams’s First Big Task as Mayor: Reopening Schools in the New Year", - "description": "New York City’s school system experienced by far the most chaotic and disrupted days of the fall semester this week, as virus cases rose across the city.", - "content": "Mayor-elect Eric Adams will take office just two days before nearly one million students are set to return to city schools after the holiday break.", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2021/12/23/nyregion/nyc-schools-covid.html", - "creator": "Eliza Shapiro", - "pubDate": "Thu, 23 Dec 2021 10:00:11 +0000", + "title": "Many Turks Can’t Afford Bread, and Bakers Can’t Afford to Make It", + "description": "Squeezed by rising costs, price controls and plunging sales, bakers warn of ruin, while their impoverished former customers line up for government-supplied loaves.", + "content": "Although government kiosks have been operating for years in working-class neighborhoods of Istanbul, many more people are now buying the cheaper bread.", + "category": "Bakeries and Baked Products", + "link": "https://www.nytimes.com/2021/12/15/world/europe/turkey-bread-prices.html", + "creator": "Carlotta Gall", + "pubDate": "Wed, 15 Dec 2021 18:53:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150385,16 +175756,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "834814a6bdbb2b15ca9c614f1b34e016" + "hash": "e9bf1af71b03ddc7da80b28420e6f0fa" }, { - "title": "Inflation Hits Highest Level Since 1982, Keeping Pressure on the Fed", - "description": "The index climbed 5.7 percent in November from a year earlier. Follow business updates here.", - "content": "The index climbed 5.7 percent in November from a year earlier. Follow business updates here.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/23/business/inflation-stock-market-news", - "creator": "The New York Times", - "pubDate": "Thu, 23 Dec 2021 14:05:09 +0000", + "title": "Reddit I.P.O. Is a Step Closer After Confidential Filing to Go Public", + "description": "The company announced it had confidentially filed paperwork for an I.P.O., but without disclosing financial details.", + "content": "Steve Huffman, the Reddit chief executive, at the 2019 DealBook Conference.", + "category": "Reddit Inc", + "link": "https://www.nytimes.com/2021/12/15/business/reddit-ipo.html", + "creator": "Mike Isaac", + "pubDate": "Thu, 16 Dec 2021 06:58:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150406,16 +175777,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2bf651afb19fe6788adc853cd7d87c6" + "hash": "97284c2dcba28c089f35bff83b6c65b7" }, { - "title": "Why Even a 40% Tax Break Won’t Move Japan’s Employers to Raise Pay", - "description": "The country’s prime minister says lifting long-stagnant wages would jump-start the sputtering economy. Companies call the plan a nonstarter.", - "content": "Masataka Yoshimura said pay increases would be “truly fatal” to his custom-suit business in Tokyo.", - "category": "Wages and Salaries", - "link": "https://www.nytimes.com/2021/12/23/business/japan-taxes.html", - "creator": "Ben Dooley and Hisako Ueno", - "pubDate": "Thu, 23 Dec 2021 10:00:21 +0000", + "title": "Louisiana Judge, Michelle Odinet, Is Urged to Resign Over Racial Slur in Video", + "description": "Michelle Odinet, a judge in Louisiana, said she had “zero recollection” of the episode captured on video, in which off-screen voices are heard narrating security-camera footage of a failed burglary attempt.", + "content": "Michelle Odinet, then a candidate for judge of Lafayette City Court, in July 2020.", + "category": "Video Recordings, Downloads and Streaming", + "link": "https://www.nytimes.com/2021/12/15/us/michelle-odinet-burglary-racial-slur-sedative.html", + "creator": "Amanda Holpuch", + "pubDate": "Wed, 15 Dec 2021 22:34:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150427,16 +175798,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa200146e11639e5c87169d2c4504c74" + "hash": "869b4b0bfe6c3415de3188c839d50b2f" }, { - "title": "As Workers Gain Pay Leverage, Nonprofits Can’t Keep Up", - "description": "Schools and social assistance agencies face staffing shortages as they compete with businesses able to raise wages — and services are suffering.", - "content": "Steffy Molina left nonprofit work to join a for-profit health care technology company, where she earns about $75,000 a year.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2021/12/23/business/economy/nonprofit-jobs-wages.html", - "creator": "Ben Casselman", - "pubDate": "Thu, 23 Dec 2021 08:00:10 +0000", + "title": "Can Eye Drops Replace Reading Glasses?", + "description": "Vuity, a once-a-day treatment that can help users see up close without affecting their long-range vision, went on the market Thursday after being approved by the F.D.A. in October.", + "content": "Vuity, a once-a-day treatment that can help users see up close without affecting their long-range vision, went on the market Thursday after being approved by the F.D.A. in October.", + "category": "Eyes and Eyesight", + "link": "https://www.nytimes.com/2021/12/14/well/live/eye-drops-reading-glasses-fda.html", + "creator": "Melinda Wenner Moyer", + "pubDate": "Tue, 14 Dec 2021 17:35:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150448,16 +175819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b701801283fe309e254e9d8df757e4a8" + "hash": "10fdb609a9e76b22750fc6f2c4cdf11d" }, { - "title": "The Year in Climate News", - "description": "A lot happened this year. Jog your memory with stories compiled by The New York Times climate desk.", - "content": "A lot happened this year. Jog your memory with stories compiled by The New York Times climate desk.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/22/climate/climate-change-year-in-review-2021.html", - "creator": "The New York Times", - "pubDate": "Wed, 22 Dec 2021 13:13:18 +0000", + "title": "Hidden Hearing Loss and How it’s Often Missed in Tests", + "description": "Standard audio tests often miss this common condition that only appears with background noise.", + "content": "Standard audio tests often miss this common condition that only appears with background noise.", + "category": "Noise", + "link": "https://www.nytimes.com/2021/12/15/well/mind/hearing-loss-signs.html", + "creator": "Emma Yasinski", + "pubDate": "Wed, 15 Dec 2021 17:38:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150469,16 +175840,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5652888040ba85bf7774d3cb8e5d195" + "hash": "58f3f4277120e57ee2ea05ec889d09f1" }, { - "title": "‘It Felt So New York’: One Year on the Subway", - "description": "The city has begun to recover from the pandemic in fits and starts. Throughout, the world underneath the streets has mirrored the suffering, and joys, of the city above.", - "content": "The city has begun to recover from the pandemic in fits and starts. Throughout, the world underneath the streets has mirrored the suffering, and joys, of the city above.", - "category": "Subways", - "link": "https://www.nytimes.com/2021/12/23/nyregion/nyc-subway-photos.html", - "creator": "Ali Kate Cherkis", - "pubDate": "Thu, 23 Dec 2021 10:00:37 +0000", + "title": "How to Minimize Exposures to Hormone Disrupters", + "description": "Experts say adults and children alike can benefit from avoiding canned goods and certain plastics and substituting natural products for commercial cleaning products.", + "content": "Experts say adults and children alike can benefit from avoiding canned goods and certain plastics and substituting natural products for commercial cleaning products.", + "category": "Hazardous and Toxic Substances", + "link": "https://www.nytimes.com/2019/04/01/well/family/how-to-minimize-exposures-to-hormone-disrupters.html", + "creator": "Perri Klass, M.D.", + "pubDate": "Mon, 01 Apr 2019 16:17:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150490,16 +175861,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf6dca1c8507a9e0c696e4e3f0829ee3" + "hash": "a296b93454bc32c7d18af41a7a8a746c" }, { - "title": "TikTok Made Them Famous. Figuring Out What’s Next Is Tough.", - "description": "This year, the app’s biggest stars — Charli and Dixie D’Amelio, Noah Beck, Addison Rae and others — leapt from the phone screen to other platforms in the pop culture universe, with mixed results.", - "content": "This year TikTok stars tried their hands at Hulu shows, streaming series and music careers.", - "category": "TikTok (ByteDance)", - "link": "https://www.nytimes.com/2021/12/23/arts/music/tiktok-stars-tv-film-music.html", - "creator": "Jon Caramanica", - "pubDate": "Thu, 23 Dec 2021 10:00:16 +0000", + "title": "The Toll of Uterine Fibroids on Black Women", + "description": "Black women are more likely than white women to have uterine fibroids, and the debilitating symptoms often leave them feeling fearful, depressed, helpless and alone.", + "content": "After years of feeling brushed off by her doctors, N. Jamiyla Chisholm, 45, remembered crying after her first consultation with a Black gynecologist, who diagnosed and later removed her fibroids.", + "category": "Discrimination", + "link": "https://www.nytimes.com/2021/12/13/well/live/uterine-fibroids-black-women.html", + "creator": "Patrice Peck", + "pubDate": "Mon, 13 Dec 2021 21:45:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150511,16 +175882,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ad0431e9b21304b60297e6da3af8a66" + "hash": "9c3d95a044c0820768d0d5dec15f0599" }, { - "title": "How NASA's Webb Telescope Overcame Loose Screws, Budgets and Clamps", - "description": "Getting the James Webb Space Telescope to the launchpad has been a difficult journey that has taken decades.", - "content": "Assembly of the James Webb Space Telescope in a Northrop Grumman facility in Redondo Beach, Calif., in 2019.", - "category": "James Webb Space Telescope", - "link": "https://www.nytimes.com/2021/12/23/science/webb-nasa-launch-delay.html", - "creator": "Joey Roulette", - "pubDate": "Thu, 23 Dec 2021 10:00:15 +0000", + "title": "Why We Feel Compelled to Say ‘Bless You’ When Someone Sneezes", + "description": "Attributing divine blessing to a sneeze may serve various functions when ordinary explanations are lacking.", + "content": "Attributing divine blessing to a sneeze may serve various functions when ordinary explanations are lacking.", + "category": "Customs, Etiquette and Manners", + "link": "https://www.nytimes.com/2019/09/17/well/mind/sneezing-sneezes-god-bless-you-manners-etiquette.html", + "creator": "Judy Mandell", + "pubDate": "Tue, 17 Sep 2019 09:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150532,16 +175903,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a15717f78239352dfc22246dc8f6a3cd" + "hash": "530a5361b0314a4b57377fea460e3bcb" }, { - "title": "'The Matrix Resurrections' and the Dark Timeline Humanity Is On", - "description": "The original “Matrix” trilogy imagined a future more hopeful than the one conjured up by Silicon Valley today.", - "content": "The original “Matrix” trilogy imagined a future more hopeful than the one conjured up by Silicon Valley today.", - "category": "The Matrix (Movie)", - "link": "https://www.nytimes.com/2021/12/22/opinion/the-matrix-resurrections-internet-dystopia.html", - "creator": "Samuel Earle", - "pubDate": "Wed, 22 Dec 2021 21:52:10 +0000", + "title": "Times Critics Discuss 2021 in Books, From Breakout Stars to Cover Blobs", + "description": "The Times’s staff critics talk with one another about the reading they did this year, on and off the job.", + "content": "The Times’s staff critics talk with one another about the reading they did this year, on and off the job.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/15/books/critics-discuss-2021-in-books.html", + "creator": "Dwight Garner, Alexandra Jacobs, Jennifer Szalai and Molly Young", + "pubDate": "Wed, 15 Dec 2021 12:34:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150553,16 +175924,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b8293c7a5f780210029d2727626179d" + "hash": "82c3442401f8728f4766cf9a806ad287" }, { - "title": "Despite Reforms, the Texas Electricity Grid Is Still Vulnerable to Cold", - "description": "Gov. Greg Abbott has promised the lights will stay on this winter. But many of the problems that led to the power system failure in February remain.", - "content": "A street in Austin that lost its power during the winter storm in February.", - "category": "Power Failures and Blackouts", - "link": "https://www.nytimes.com/2021/12/23/us/texas-electricity-grid-winter.html", - "creator": "J. David Goodman and David Montgomery", - "pubDate": "Thu, 23 Dec 2021 14:58:05 +0000", + "title": "Anne Rice’s Final Interview: ‘I Am Known to Be Passionate’", + "description": "Shortly before the stroke that killed her, the author of the Vampire Chronicles and (with her son, Christopher) the forthcoming “Ramses the Damned: The Reign of Osiris” answered questions from the Book Review.", + "content": "Shortly before the stroke that killed her, the author of the Vampire Chronicles and (with her son, Christopher) the forthcoming “Ramses the Damned: The Reign of Osiris” answered questions from the Book Review.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/15/books/review/anne-rices-final-interview-i-am-known-to-be-passionate.html", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 22:18:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150574,16 +175945,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1ba83c74164dbb3ce1766d6eeae9378" + "hash": "2be8fa18245d54713a7b3d588d9e7438" }, { - "title": "Trump Fraud Inquiry Won’t Be Resolved When Vance’s Term Ends Next Week", - "description": "After leading a three-year investigation into the former president, the Manhattan district attorney, Cyrus R. Vance Jr., will hand it to his successor.", - "content": "Prosecutors in Manhattan have been investigating whether former President Donald J. Trump fraudulently inflated the value of his properties when seeking loans. ", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/23/nyregion/cyrus-vance-donald-trump.html", - "creator": "Ben Protess, William K. Rashbaum and Jonah E. Bromwich", - "pubDate": "Thu, 23 Dec 2021 10:00:20 +0000", + "title": "‘Sex and the City’ Reboot Is Not the Only Problem for Peloton", + "description": "The high-end exercise bikes have flooded Facebook Marketplace and Craigslist in recent months.", + "content": "The high-end exercise bikes have flooded Facebook Marketplace and Craigslist in recent months.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/12/15/style/used-pelotons-sale-satc.html", + "creator": "Steven Kurutz", + "pubDate": "Wed, 15 Dec 2021 15:34:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150595,16 +175966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "610e4e7c0f3c01b00c8464abd76548b0" + "hash": "17aeeeef92c28682464531ac03128175" }, { - "title": "Proud Boys Member Pleads Guilty and Will Cooperate in Jan. 6 Riot Inquiry", - "description": "Matthew Greene, 34, who was “among the first wave” to rush up the Capitol steps, pleaded guilty to two charges and agreed to cooperate with the government, federal prosecutors said.", - "content": "Protesters storming the Capitol on Jan. 6. Matthew Greene was most likely the first member of the Proud Boys to plead guilty to charges stemming from the riot, his lawyer said.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/22/us/capitol-riot-matthew-greene-guilty.html", - "creator": "Alyssa Lukpat", - "pubDate": "Thu, 23 Dec 2021 01:32:24 +0000", + "title": "Raven O, a Nightlife Fixture for Four Decades, Takes a Final Bow", + "description": "Since the ’80s, Raven O has choreographed, directed, hosted, danced and sung on many New York stages. After three final shows, he’ll return to Hawaii.", + "content": "After spending the Covid-19 shutdown in Hawaii, Raven O had hoped to resume appearances on a regular basis. But a series of health problems proved too much to overcome, for now.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/15/arts/music/raven-o-retiring.html", + "creator": "Elysa Gardner", + "pubDate": "Wed, 15 Dec 2021 17:14:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150616,16 +175987,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e74f58b9c4f321d53ed041f2ea5ceb77" + "hash": "ed9ab5c923eeeb0cd301a3b142268285" }, { - "title": "Jan. 6 Panel Seeks Interview With Jim Jordan, a Close Trump Ally", - "description": "The House committee said investigators wanted to ask Mr. Jordan, a Republican congressman from Ohio, about his conversations with former President Donald J. Trump.", - "content": "Representative Jim Jordan, Republican of Ohio, was deeply involved in President Donald J. Trump’s effort to challenge the 2020 election outcome.", - "category": "Jordan, Jim (1964- )", - "link": "https://www.nytimes.com/2021/12/22/us/politics/jim-jordan-jan-6.html", - "creator": "Luke Broadwater", - "pubDate": "Thu, 23 Dec 2021 00:22:13 +0000", + "title": "Review: First the Party, Then the Crash, in a ‘Cabaret’ Revival", + "description": "A London production starring Eddie Redmayne pulls the audience into a hedonistic milieu. Then things get dark.", + "content": "A London production starring Eddie Redmayne pulls the audience into a hedonistic milieu. Then things get dark.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/15/theater/cabaret-review-london-eddie-redmayne.html", + "creator": "Matt Wolf", + "pubDate": "Wed, 15 Dec 2021 16:18:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150637,16 +176008,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "209adb7dcab6e6659a73faddca3ed1a9" + "hash": "82af4d255eb8e3b61856560633b4a111" }, { - "title": "European Nations Add Restrictions as Cases Surge", - "description": "China set out elaborate precautions for February’s Winter Olympics. One measure: Spectators must clap, not shout, in support of athletes. Here’s the latest.", - "content": "China set out elaborate precautions for February’s Winter Olympics. One measure: Spectators must clap, not shout, in support of athletes. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/23/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Thu, 23 Dec 2021 11:24:13 +0000", + "title": "Fed Could Raise Rates 3 Times in 2022, Speeds End of Bond-Buying", + "description": "Federal Reserve officials suggested as many as three interest rate increases in 2022 as the economy heals and inflation persists.", + "content": "“I think the risk of higher inflation has increased,” Jerome H. Powell, the Federal Reserve chair, said while testifying before Congress last month.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/15/business/economy/inflation-fed-fomc-meeting-december-2021.html", + "creator": "Jeanna Smialek", + "pubDate": "Wed, 15 Dec 2021 19:49:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150658,16 +176029,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "883826517c0fc5614eeb627d3168309e" + "hash": "f2c8b970b1452bdaad3ad29aac2271a2" }, { - "title": "Beneath a Covid Vaccine Debacle, 30 Years of Government Culpability", - "description": "Washington has rejected plans to revamp vaccine preparedness for decades and repeatedly paid a price. The Biden administration is at a similar crossroads.", - "content": "Washington has rejected plans to revamp vaccine preparedness for decades and repeatedly paid a price. The Biden administration is at a similar crossroads.", - "category": "Emergent BioSolutions Inc", - "link": "https://www.nytimes.com/2021/12/23/us/vaccine-hub-government-culpability.html", - "creator": "Chris Hamby and Sheryl Gay Stolberg", - "pubDate": "Thu, 23 Dec 2021 10:00:26 +0000", + "title": "Fed Expected to Cut Economic Support Faster as Inflation Fears Grow", + "description": "The Federal Reserve is shifting its focus away from economic recovery and toward trying to guard against out-of-control inflation. They are expected to signal a faster end to the bond-buying program and could announce a rise in interest rates. Get the latest on the economy.", + "content": "The Federal Reserve is shifting its focus away from economic recovery and toward trying to guard against out-of-control inflation. They are expected to signal a faster end to the bond-buying program and could announce a rise in interest rates. Get the latest on the economy.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/15/business/inflation-retail-sales-stocks", + "creator": "The New York Times", + "pubDate": "Wed, 15 Dec 2021 20:29:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150679,16 +176050,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ba8b7e3b57658fae3cd3871175e683a" + "hash": "a1cbaf91ae09062bd23fff241c76e2c8" }, { - "title": "Supreme Court to Hold Special Hearing on Biden Vaccine Mandates", - "description": "Challengers say vaccination-or-testing requirements at large employers and for health care workers were not authorized by Congress.", - "content": "The Supreme Court set arguments on both measures for Jan. 7.", - "category": "Supreme Court (US)", - "link": "https://www.nytimes.com/2021/12/22/us/politics/osha-vaccine-mandate-supreme-court.html", - "creator": "Adam Liptak", - "pubDate": "Thu, 23 Dec 2021 03:16:14 +0000", + "title": "What Causes Inflation and Should I Worry About It?", + "description": "What is inflation, why is it up and whom does it hurt? A run through common questions about the ongoing price burst.", + "content": "Shoppers in New York last week. The inflationary burst America has experienced this year has been driven partly by quirks like supply chain issues and partly by demand.", + "category": "United States Economy", + "link": "https://www.nytimes.com/article/inflation-definition.html", + "creator": "Jeanna Smialek", + "pubDate": "Wed, 15 Dec 2021 19:19:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150700,16 +176071,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85aa05041c9e698955303be99824a1ed" + "hash": "d959a9a03af85b19cb3c9f47a368cc31" }, { - "title": "How to Catch a Polar Bear", - "description": "First, spot the bear.", - "content": "First, spot the bear.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/12/23/science/polar-bears-svalbard.html", - "creator": "Anna Filipova and Emily Anthes", - "pubDate": "Thu, 23 Dec 2021 10:00:33 +0000", + "title": "Pfizer and Moderna Boosters Likely to Protect Against Omicron, Fauci Says", + "description": "Dr. Anthony Fauci added that “there is no need for a very specific booster” designed to fight the new variant. Follow Covid updates.", + "content": "Dr. Anthony Fauci added that “there is no need for a very specific booster” designed to fight the new variant. Follow Covid updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/15/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Wed, 15 Dec 2021 20:29:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150721,16 +176092,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfdbcef83cea0be0796f3a74c6bb1852" + "hash": "ce1daba1f84534eda6211ad070413576" }, { - "title": "In a Boston Court, a Superstar of Science Falls to Earth", - "description": "A jury found Harvard chemist Charles Lieber guilty of lying to the federal government about his participation in China’s Thousand Talents recruitment program.", - "content": "Charles Lieber, a Harvard research scientist convicted on Tuesday of lying to the government about his involvement in a Chinese effort to attract foreign-educated scientists, left federal court in Boston last year.", - "category": "Science and Technology", - "link": "https://www.nytimes.com/2021/12/21/science/charles-lieber.html", - "creator": "Ellen Barry", - "pubDate": "Wed, 22 Dec 2021 03:06:18 +0000", + "title": "C.D.C. Virus Tests Were Contaminated and Poorly Designed, Agency Says", + "description": "An internal review documented two serious flaws in the test kits, which were distributed to public health laboratories in early 2020.", + "content": "The C.D.C. released this test kit early in the pandemic, which was later found to be not only poorly designed, but contaminated.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/12/15/health/cdc-covid-tests-contaminated.html", + "creator": "Emily Anthes", + "pubDate": "Wed, 15 Dec 2021 19:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150742,16 +176113,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "230a9f07b4953a1943ed361aedf1b5d2" + "hash": "cd77c4f3ab8b5e7dd9ed7f0477a6613b" }, { - "title": "Hospitals Scramble as Antibody Treatments Fail Against Omicron", - "description": "The single remaining monoclonal antibody therapy effective against the variant is now in short supply in the U.S., imperiling an option that doctors and hospitals have relied on.", - "content": "A monoclonal antibody treatment site set up in Pembroke Pines, Fla., this summer.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/21/health/covid-monoclonal-antibodies-omicron.html", - "creator": "Christina Jewett, Carl Zimmer and Rebecca Robbins", - "pubDate": "Wed, 22 Dec 2021 01:20:22 +0000", + "title": "N.Y.U. Cancels 'Non-Essential' Events Over Virus Surge ", + "description": "The university said it was scrapping all “nonessential” gatherings on and off its Manhattan campus, where 99 percent of students are vaccinated.", + "content": "Signs welcome students to New York University in New York City in August, when in-person classes resumed. Due to a recent surge in coronavirus cases, NYU is cancelling many in-person gatherings.", + "category": "Colleges and Universities", + "link": "https://www.nytimes.com/2021/12/15/nyregion/nyu-events-canceled-covid.html", + "creator": "Sharon Otterman", + "pubDate": "Wed, 15 Dec 2021 18:18:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150763,16 +176134,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f97b566b29cadd73f3b6fdd8f73684" + "hash": "f8152644cce7935f1828d04d5efe79fb" }, { - "title": "John Thune, a Likely Successor to Mitch McConnell, Weighs Retirement", - "description": "Mr. Thune, the No. 2 Republican in the Senate, is considering giving up his South Dakota seat because of both family concerns and Donald Trump’s enduring hold on the G.O.P.", - "content": "Some Senate Republicans, including Mitch McConnell, the minority leader, have been lobbying Senator John Thune not to step down. ", - "category": "Thune, John R", - "link": "https://www.nytimes.com/2021/12/21/us/politics/john-thune-senate-retirement.html", - "creator": "Jonathan Martin", - "pubDate": "Tue, 21 Dec 2021 22:22:51 +0000", + "title": "Met Opera to Mandate Booster Shots for Staff and Audiences", + "description": "It is the first major performing arts institution to require boosters, as concern mounts over rising coronavirus cases and the spread of the Omicron variant. The rule will take effect Jan. 17.", + "content": "The Metropolitan Opera will require eligible audience members to get booster shots to enter the opera house, beginning in January.", + "category": "Opera", + "link": "https://www.nytimes.com/2021/12/15/arts/music/met-opera-coronavirus-booster-shots-mandate.html", + "creator": "Matt Stevens", + "pubDate": "Wed, 15 Dec 2021 20:24:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150784,16 +176155,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "214bec3929e3948d8f64e59cf5b66b92" + "hash": "a21b0a8d63e765e0d450120106e06ec3" }, { - "title": "NYC's $1 Pizza Slice Becomes Inflation’s Latest Victim", - "description": "Dollar-slice businesses, a staple of New York City’s dining scene, face an existential crisis as food prices rise at their fastest pace in decades.", - "content": "2 Bros. Pizza, a chain that became popular after the 2008 recession, is still charging $1 for a cheese slice at six of its nine locations, though newer locations have raised prices to $1.50.", - "category": "Pizza", - "link": "https://www.nytimes.com/2021/12/21/nyregion/pizza-inflation.html", - "creator": "Nicole Hong", - "pubDate": "Wed, 22 Dec 2021 20:28:11 +0000", + "title": "Senate Passes $768 Billion Defense Bill, Sending It to Biden", + "description": "Lawmakers in both parties linked arms in an overwhelming vote authorizing an increase in the Pentagon’s budget of roughly $24 billion more than President Biden requested.", + "content": "The bill passed by the Senate includes significant increases for initiatives intended to counter China and bolster Ukraine.", + "category": "Federal Budget (US)", + "link": "https://www.nytimes.com/2021/12/15/us/politics/defense-spending-bill.html", + "creator": "Catie Edmondson", + "pubDate": "Wed, 15 Dec 2021 20:27:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150805,16 +176176,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "18ed0cf42bbd9dd6b9fde4305a7c5ab7" + "hash": "23c593fba88a0c9dd9257645b95adf92" }, { - "title": "Covid-19 and Schools: Are They Ready for the Next Big Surge?", - "description": "Districts say they don’t want to close classrooms again. But the latest wave in Covid-19 cases could challenge the rickety infrastructure that has kept schools running this year.", - "content": "As the news spread of another virus surge, parents feared a return of online school. ", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2021/12/21/us/covid-schools.html", - "creator": "Dana Goldstein", - "pubDate": "Tue, 21 Dec 2021 16:40:38 +0000", + "title": "Biden Visits Kentucky to See Storm Damage", + "description": "President Biden is visiting the state in an effort to offer comfort to victims and highlight the federal government’s response to devastating tornadoes.", + "content": "President Biden attended a briefing before touring the damage in Mayfield, Ky.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/15/us/politics/biden-kentucky-tornado.html", + "creator": "Jim Tankersley", + "pubDate": "Wed, 15 Dec 2021 17:46:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150826,16 +176197,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b5f5a48f10181da35f55ed0fe50c8d6" + "hash": "2ce1563c8d434102cbaa2d82e52f8621" }, { - "title": "No Verdict Yet, So Ghislaine Maxwell Jury Is Given a Holiday Break", - "description": "Jurors in Ms. Maxwell’s sex-trafficking trial have given no indication of their progress toward a verdict. Deliberations are to resume on Monday.", - "content": "Jury deliberations in Ghislaine Maxwell’s sex-trafficking trial continued inside the Thurgood Marshall courthouse in Manhattan on Wednesday.", - "category": "Jury System", - "link": "https://www.nytimes.com/2021/12/22/nyregion/ghislaine-maxwell-trial.html", - "creator": "Benjamin Weiser, Rebecca Davis O’Brien and Colin Moynihan", - "pubDate": "Wed, 22 Dec 2021 23:56:15 +0000", + "title": "After a Tornado Blew His Roof Away, He Played Piano Under an Open Sky", + "description": "The morning after Jordan Baize’s house in Kentucky was destroyed, he turned to his Yamaha piano. It was a moment of calm that his sister recorded on video.", + "content": "A man played piano amid destruction after tornadoes in Kentucky.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/15/us/kentucky-tornado-piano-man.html", + "creator": "Jenny Gross", + "pubDate": "Wed, 15 Dec 2021 20:19:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150847,16 +176218,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbc25cbfbcc8d2660e669429f5be8eb6" + "hash": "11d46ccbb66d9d291c3fbb2eb26c6c78" }, { - "title": "College Football Playoff Warns Teams Could Forfeit Because of Virus", - "description": "Texas A&M also withdrew from the Gator Bowl, leaving Wake Forest, for the moment, without an opponent.", - "content": "Texas A&M was supposed to play Wake Forest in the Gator Bowl, but withdrew because it said it would not have enough players to field a team.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2021/12/22/sports/ncaafootball/college-football-playoff-covid-gator-bowl.html", - "creator": "Alan Blinder", - "pubDate": "Thu, 23 Dec 2021 04:09:38 +0000", + "title": "The Nobel Peace Prize That Paved the Way for War in Ethiopia", + "description": "This is the story behind how Ethiopia’s prime minister, Abiy Ahmed, won a Nobel Prize for making peace with his country’s longtime enemy — and then used the alliance to plan a war.", + "content": "Prime Minister Abiy Ahmed of Ethiopia won early acclaim for his promise to unify his country.", + "category": "Ethiopia", + "link": "https://www.nytimes.com/2021/12/15/world/africa/ethiopia-abiy-ahmed-nobel-war.html", + "creator": "Declan Walsh", + "pubDate": "Wed, 15 Dec 2021 10:00:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150868,16 +176239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d45972140792d7145b991e1403fa3b95" + "hash": "edf2717e9356491641dc586131beed67" }, { - "title": "What Does It Mean to Be ‘Fully Vaccinated’ Against Covid-19?", - "description": "With all the uncertainty around the Omicron variant, vaccine guidelines are evolving.", - "content": "A woman received a booster shot in Alabama in October. In a world of multiple vaccines with varying effectiveness, it will soon be harder to say who is “fully vaccinated.”", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/23/health/definition-of-fully-vaccinated-covid.html", - "creator": "Alyssa Lukpat", - "pubDate": "Thu, 23 Dec 2021 10:48:45 +0000", + "title": "A Refugee Crisis Runs Into a Housing Crisis", + "description": "Thousands of Afghan refugees are being released from military bases to U.S. cities to rebuild their lives. Settling them into homes amid a rental shortage is proving to be a challenge.", + "content": "Many Afghan families are temporarily living at the Comfort Suites in Owensboro, Ky.", + "category": "Afghanistan War (2001- )", + "link": "https://www.nytimes.com/2021/12/15/us/afghan-refugees-housing.html", + "creator": "Miriam Jordan", + "pubDate": "Wed, 15 Dec 2021 10:00:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150889,16 +176260,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95f00fb067ddd710c14299cae6410680" + "hash": "42433ee3861d95029d1bd16c9d71f6d0" }, { - "title": "At Putin News Conference, a Search for Signals on Ukraine", - "description": "At his annual appearance, President Vladimir V. Putin made comments intended to sway a domestic audience.", - "content": "President Vladimir V. Putin of Russia with Gen. Valery V. Gerasimov, the chief of the general staff, during a Defense Ministry Board meeting on Tuesday in Moscow.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/23/world/europe/russia-putin-ukraine.html", - "creator": "Anton Troianovski and Andrew E. Kramer", - "pubDate": "Thu, 23 Dec 2021 09:56:15 +0000", + "title": "With ‘Gunfight,’ an Insider Takes on a Community That Was Once His Own", + "description": "Ryan Busse used to be a prominent figure in the firearm industry. A recent book details his disillusionment as he saw gun culture transform — and has drawn disdain from former allies.", + "content": "Ryan Busse outside his Montana home with his hunting dogs, Aldo (after Aldo Leopold) and Teddy (after Teddy Roosevelt). “I don’t like guns any less than I did, or any more than I did,” he said.", + "category": "Gun Control", + "link": "https://www.nytimes.com/2021/12/15/us/gunfight-ryan-busse.html", + "creator": "Kristin Hussey and Rick Rojas", + "pubDate": "Wed, 15 Dec 2021 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150910,16 +176281,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d79db53134411c07f473f66db6c000f" + "hash": "5ef6c2c864df874210745ebf3ecbbc2f" }, { - "title": "Why Even a 40% Tax Break Won’t Move Japan’s Employers to Raise Pay", - "description": "The country’s prime minister says lifting long-stagnant wages would jump-start the sputtering economy. Companies call the plan a nonstarter.", - "content": "Masataka Yoshimura said pay increases would be “truly fatal” to his custom-suit business in Tokyo.", - "category": "Wages and Salaries", - "link": "https://www.nytimes.com/2021/12/23/business/japan-wages-kishida-economy.html", - "creator": "Ben Dooley and Hisako Ueno", - "pubDate": "Thu, 23 Dec 2021 10:00:21 +0000", + "title": "‘Porgy and Bess’ Isn’t Black Opera. It’s American Opera.", + "description": "A touchstone on the path to America’s classical music.", + "content": "A touchstone on the path to America’s classical music.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/14/opinion/opera-porgy-and-bess.html", + "creator": "John McWhorter", + "pubDate": "Tue, 14 Dec 2021 21:23:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150931,16 +176302,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3782b02b0607e8f3de4346ff0a0e2412" + "hash": "3c62b0ef7212123acd45eb2cc657e319" }, { - "title": "Of Mouth Molds and Michelin Stars: Chef Finds Fame After Epic Takedown", - "description": "Panned by a prominent blogger, the Italian restaurant Bros’ and its celebrity chef became a global target for critics of pretentious cuisine. There was a good side for him.", - "content": "Serving the final dish of a 13-course tasting menu that left a blogger complaining,“there was nothing even close to an actual meal served.”", - "category": "Restaurants", - "link": "https://www.nytimes.com/2021/12/23/world/europe/bros-restaurant-review-geraldine-deruiter.html", - "creator": "Jason Horowitz", - "pubDate": "Thu, 23 Dec 2021 08:00:08 +0000", + "title": "The Anti-Abortion Movement Could Reduce Abortions if It Wanted To", + "description": "Contraception would reduce abortions. Why doesn’t the anti-abortion movement promote it?", + "content": "Contraception would reduce abortions. Why doesn’t the anti-abortion movement promote it?", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/14/opinion/abortion-contraception-pregnancy.html", + "creator": "Jill Filipovic", + "pubDate": "Tue, 14 Dec 2021 19:52:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150952,16 +176323,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f61814f712ae39925b40cac57e70860" + "hash": "cfdb2834681f0139f6fa07c5fac7eb2d" }, { - "title": "Rapid Tests Can Help Against Omicron, but Need to Be Used Correctly", - "description": "Rapid tests can help against Omicron if used correctly.", - "content": "Rapid tests are delivered to businesses in Britain.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2021/12/23/opinion/rapid-tests-omicron-britain.html", - "creator": "Alan McNally", - "pubDate": "Thu, 23 Dec 2021 10:00:08 +0000", + "title": "After a School Shooting, Should Parents Be Prosecuted?", + "description": "A Michigan prosecutor hopes the strategy can prevent more school shootings. But some on both sides of the gun control debate are wary.", + "content": "A Michigan prosecutor hopes the strategy can prevent more school shootings. But some on both sides of the gun control debate are wary.", + "category": "debatable", + "link": "https://www.nytimes.com/2021/12/14/opinion/school-shootings-parents.html", + "creator": "Spencer Bokat-Lindell", + "pubDate": "Tue, 14 Dec 2021 23:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150973,16 +176344,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2083d5668c1639883cc0c36ce1af6d2" + "hash": "db81fab2e4f72653da7d607388aada3f" }, { - "title": "Will Donald Trump Get Away With Inciting an Insurrection?", - "description": "Trying to upend a free and fair election is one of the gravest crimes imaginable. We’re worried Merrick Garland isn’t taking it seriously enough.", - "content": "Trying to upend a free and fair election is one of the gravest crimes imaginable. We’re worried Merrick Garland isn’t taking it seriously enough.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/23/opinion/trump-merrick-garland-jan-6.html", - "creator": "Laurence H. Tribe, Donald Ayer and Dennis Aftergut", - "pubDate": "Thu, 23 Dec 2021 10:00:11 +0000", + "title": "Tornadoes Shouldn’t Be a Workplace Hazard", + "description": "The disasters that struck in Kentucky and Illinois cannot be separated from the overall political economy of the United States.", + "content": "Families gather at the site of a candle factory in Mayfield, Ky., that was destroyed by a tornado on Friday, killing eight people.", + "category": "Workplace Hazards and Violations", + "link": "https://www.nytimes.com/2021/12/14/opinion/tornadoes-mayfield-amazon.html", + "creator": "Jamelle Bouie", + "pubDate": "Tue, 14 Dec 2021 16:03:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -150994,16 +176365,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0ec9578dbbb6877567f4b30b82edbe5" + "hash": "dcb1559caf383d5c74d3f17980e8bf09" }, { - "title": "Why Facebook Whistle-Blower Frances Haugen Thinks She’ll Outlast Mark Zuckerberg", - "description": "The former employee says the company hides behind flat offices and metrics to shirk its responsibility.", - "content": "The former employee says the company hides behind flat offices and metrics to shirk its responsibility.", - "category": "Social Media", - "link": "https://www.nytimes.com/2021/12/20/opinion/sway-kara-swisher-frances-haugen.html", - "creator": "‘Sway’", - "pubDate": "Mon, 20 Dec 2021 19:50:00 +0000", + "title": "Chloe Kim Is Grown Up and Ready for the Olympic Spotlight", + "description": "Everyone seemed to love Chloe Kim when she was a snowboarding prodigy on her way to an Olympic gold medal. When she saw the downside of fame, she stepped back and built a life beyond the halfpipe.", + "content": "Everyone seemed to love Chloe Kim when she was a snowboarding prodigy on her way to an Olympic gold medal. When she saw the downside of fame, she stepped back and built a life beyond the halfpipe.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/14/sports/olympics/chloe-kim-snowboarding.html", + "creator": "John Branch", + "pubDate": "Tue, 14 Dec 2021 16:50:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151015,16 +176386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd37f04f32f5223a5f70512ee8304326" + "hash": "c1ad326211f566dd96fd13fd2bb3f2b3" }, { - "title": "Is the News Media Setting Trump Up For Another Win?", - "description": "How should political journalists be approaching their work in these polarized times?", - "content": "How should political journalists be approaching their work in these polarized times?", - "category": "Democracy (Theory and Philosophy)", - "link": "https://www.nytimes.com/2021/12/15/opinion/the-argument-role-of-press-in-a-democracy.html", - "creator": "‘The Argument’", - "pubDate": "Wed, 15 Dec 2021 15:40:18 +0000", + "title": "Cuomo Is Ordered to Forfeit Earnings From $5.1 Million Book Deal", + "description": "Former Gov. Andrew M. Cuomo received authorization to write the book under false pretenses, the board had previously ruled.", + "content": "Former Gov. Andrew M. Cuomo earned roughly $5.1 million for his pandemic memoir, “American Crisis: Leadership Lessons from the Covid-19 Pandemic.”", + "category": "Cuomo, Andrew M", + "link": "https://www.nytimes.com/2021/12/14/nyregion/andrew-cuomo-book.html", + "creator": "Grace Ashford and Luis Ferré-Sadurní", + "pubDate": "Tue, 14 Dec 2021 21:29:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151036,16 +176407,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b18fd426308c6e04592439079dcd01eb" + "hash": "6481a24067b58518420f63deffe3435c" }, { - "title": "Trump Fraud Inquiry Won’t Be Resolved When Vance’s Term Ends Next Week", - "description": "After leading a three-year investigation into the former president, the Manhattan district attorney, Cyrus R. Vance Jr., will hand it to his successor.", - "content": "Prosecutors in Manhattan have been investigating whether former President Donald J. Trump fraudulently inflated the value of his properties when seeking loans. ", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/23/nyregion/trump-vance-investigation-bragg.html", - "creator": "Ben Protess, William K. Rashbaum and Jonah E. Bromwich", - "pubDate": "Thu, 23 Dec 2021 10:00:20 +0000", + "title": "Fox News Hosts Sent Texts to Meadows Urging Trump to Act as Jan. 6 Attack Unfolded", + "description": "Afterward, on their shows, Laura Ingraham spread the false claim of antifa involvement, and Sean Hannity referred to the 2020 election as a “train wreck.”", + "content": "A ticker with news from Afghanistan outside Fox News’s headquarters in Manhattan.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/13/business/media/fox-news-trump-jan-6-meadows.html", + "creator": "Jim Windolf and John Koblin", + "pubDate": "Tue, 14 Dec 2021 14:39:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151057,16 +176428,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e50bbba97b5ad3a4052f461c69ab7d83" + "hash": "f387e3816ccd28cdab770708c44d883c" }, { - "title": "A Civil War-Era Time Capsule Is Opened. Inside Are More Mysteries.", - "description": "Conservators spent hours carefully prying open the container, which had been hidden beneath a monument to the Confederate general Robert E. Lee.", - "content": "Conservators with the Virginia Department of Historic Resources, remove one of three books.", - "category": "Monuments and Memorials (Structures)", - "link": "https://www.nytimes.com/2021/12/22/us/time-capsule-lee-statue.html", - "creator": "Eduardo Medina", - "pubDate": "Thu, 23 Dec 2021 03:23:41 +0000", + "title": "2021 in Photos", + "description": "It’s time to look at the Pictures of the Year.", + "content": "It’s time to look at the Pictures of the Year.", + "category": "Photography", + "link": "https://www.nytimes.com/2021/12/15/briefing/year-in-photos-2021.html", + "creator": "David Leonhardt", + "pubDate": "Wed, 15 Dec 2021 11:11:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151078,16 +176449,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "286fc0a9da93b5a0deca2bd3e1150cdf" + "hash": "ffa51d57ae8904e8e33188c22fb9904b" }, { - "title": "U.S. Regulator Investigating Tesla Over a Video Game Feature", - "description": "Drivers can be distracted playing games while the vehicle is in motion, the National Highway Traffic Safety Administration said, following a New York Times report earlier this month.", - "content": "Drivers can be distracted playing games while the vehicle is in motion, the National Highway Traffic Safety Administration said, following a New York Times report earlier this month.", - "category": "Automobile Safety Features and Defects", - "link": "https://www.nytimes.com/2021/12/22/business/tesla-investigation-passenger-play.html", - "creator": "Neal E. Boudette", - "pubDate": "Wed, 22 Dec 2021 21:05:47 +0000", + "title": "An Economic Catastrophe in Afghanistan", + "description": "The dire situation has prompted the United Nations to warn that the country is at risk of a “total breakdown.”", + "content": "A health clinic in Kandahar, Afghanistan, in October. Nearly four months since the Taliban seized power, the country is on the brink of a mass starvation.", + "category": "Economic Conditions and Trends", + "link": "https://www.nytimes.com/2021/12/15/podcasts/the-daily/afghanistan-economy-taliban.html", + "creator": "Michael Barbaro, Stella Tan, Jessica Cheung, Mooj Zadie, Eric Krupke, M.J. Davis Lin, Marion Lozano, Elisheba Ittoop, Dan Powell and Chris Wood", + "pubDate": "Wed, 15 Dec 2021 11:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151099,16 +176470,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f84e2e0e2c6a3a43abe8c6cfa512c48e" + "hash": "f255614737a77e65cebe14558da023eb" }, { - "title": "Three Dead and Many Missing as Migrant Boat Sinks Near Greece", - "description": "The sinking came just weeks after 27 people drowned trying to cross the English Channel, another stark reminder of the lethal risks facing asylum seekers.", - "content": "The Aegean Sea, where the Greece Coast Guard rescued 12 survivors from a smuggler boat in distress.", - "category": "Maritime Accidents and Safety", - "link": "https://www.nytimes.com/2021/12/22/world/europe/migrant-boat-sinks-greece.html", - "creator": "Niki Kitsantonis", - "pubDate": "Thu, 23 Dec 2021 00:40:56 +0000", + "title": "For Aging New Yorkers, Help With Health Care", + "description": "When a Holocaust survivor needed a dental procedure, nonprofit groups assisted. The challenges on a fixed income can be daunting.", + "content": "Saveliy Kaplinsky came to the United States after spending most of his life in Minsk.", + "category": "New York Times Neediest Cases Fund", + "link": "https://www.nytimes.com/2021/12/14/neediest-cases/new-york-health-care-assistance.html", + "creator": "Emma Grillo", + "pubDate": "Tue, 14 Dec 2021 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151120,16 +176491,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0d64564895918e6f5179b9468c0040b" + "hash": "2a81a733ce991d47b203ce919407f0b5" }, { - "title": "Prosecutors Move to Reduce 110-Year Sentence for Trucker in Deadly Crash", - "description": "After Rogel Aguilera-Mederos was sentenced in connection with a 2019 crash in Colorado that left four people dead, a district attorney asked a judge to reconsider the lengthy punishment.", - "content": "Rogel Aguilera-Mederos appeared on video from Jefferson County Jail in Golden, Colo., in 2019.", - "category": "Amnesties, Commutations and Pardons", - "link": "https://www.nytimes.com/2021/12/22/us/colorado-truck-driver-prison-sentence.html", - "creator": "Amanda Holpuch", - "pubDate": "Wed, 22 Dec 2021 22:16:14 +0000", + "title": "Derek Chauvin Pleads Guilty to Violating George Floyd’s Rights", + "description": "A federal prosecutor said he would ask a judge to sentence Mr. Chauvin, a former Minneapolis police officer, to 25 years in prison, extending his state prison term by two and a half years.", + "content": "Derek Chauvin, a former Minneapolis police officer, in a courtroom in June, when he was sentenced to prison after being convicted of murdering George Floyd.", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2021/12/15/us/derek-chauvin-civil-rights-guilty-plea.html", + "creator": "Nicholas Bogel-Burroughs", + "pubDate": "Wed, 15 Dec 2021 20:12:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151141,16 +176512,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a6e782d638ae5ddcbc77fbdfdc7613d" + "hash": "ddaac4c7d5a3fc96ae601286dbaab532" }, { - "title": "How Exercise May Affect Our Alcohol Consumption", - "description": "People who are aerobically fit and work out a lot tend to imbibe more than their less fit peers.", - "content": "People who are aerobically fit and work out a lot tend to imbibe more than their less fit peers.", - "category": "Exercise", - "link": "https://www.nytimes.com/2021/12/22/well/fitness-alcohol-drinking-exercise.html", - "creator": "Gretchen Reynolds", - "pubDate": "Wed, 22 Dec 2021 15:27:00 +0000", + "title": "Many Turks Can’t Afford Bread, and Bakers Can’t Afford to Make It", + "description": "Squeezed by rising costs, price controls and plunging sales, bakers warn of ruin, while their impoverished former customers line up for government-supplied loaves.", + "content": "Although government kiosks have been operating for years in working-class neighborhoods of Istanbul, many more people are now buying the cheaper bread.", + "category": "Bakeries and Baked Products", + "link": "https://www.nytimes.com/2021/12/15/world/europe/turkey-bread-baker-prices.html", + "creator": "Carlotta Gall", + "pubDate": "Wed, 15 Dec 2021 18:53:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151162,16 +176533,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f455d67c13af5218f1c0b697d372a9bf" + "hash": "45a720f354ad0b48f2336a0e5003d791" }, { - "title": "How to Get Stronger in the New Year", - "description": "Six ways to build muscle, even if you don’t have much time to work out.", - "content": "Six ways to build muscle, even if you don’t have much time to work out.", - "category": "Exercise", - "link": "https://www.nytimes.com/2019/01/01/well/move/how-to-get-stronger-in-the-new-year.html", - "creator": "The New York Times", - "pubDate": "Tue, 01 Jan 2019 10:00:01 +0000", + "title": "Italian Bishop Gives Children Harsh News: There Is No Santa Claus", + "description": "You’ve been lied to, children heard from a bishop, the latest Catholic clergyman to try to take down Santa Claus and consumerism. Many Italians were not pleased.", + "content": "A Santa Claus in Turin, Italy, in 2020.", + "category": "Santa Claus", + "link": "https://www.nytimes.com/2021/12/14/world/europe/italy-bishop-santa-claus.html", + "creator": "Jason Horowitz", + "pubDate": "Wed, 15 Dec 2021 02:14:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151183,16 +176554,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e52594fd8f049f103e32e2ae57c4886" + "hash": "8827a1eb8668ce05f9b17a35e444ef9b" }, { - "title": "How to Exercise Outdoors in Cold Weather", - "description": "Cold weather workouts do bring unique risks, but a little planning and preparation can help whether you’re going for a winter walk, trekking in snowshoes or sledding with the kids.", - "content": "Cold weather workouts do bring unique risks, but a little planning and preparation can help whether you’re going for a winter walk, trekking in snowshoes or sledding with the kids.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/02/06/at-home/exercise-outdoors-cold-weather.html", - "creator": "Kelly DiNardo", - "pubDate": "Sun, 07 Feb 2021 04:40:05 +0000", + "title": "N.Y.C.’s Gas Ban Takes Fight Against Climate Change to the Kitchen", + "description": "New York is set to become the nation’s largest city to enact a ban on gas heat and stoves in new buildings. It’s a major step away from fossil fuels that is expected to influence wider markets.", + "content": "Protesters against a plan for a new gas pipeline in Brooklyn gathered at City Hall in August. The gas ban will take effect in December 2023 for new buildings under seven stories.", + "category": "Heating", + "link": "https://www.nytimes.com/2021/12/15/nyregion/nyc-gas-stove-heat-ban.html", + "creator": "Anne Barnard", + "pubDate": "Wed, 15 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151204,16 +176575,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b87ce3aa9623091c80bbee13a7e6f05c" + "hash": "f0cdab0f706cf1e766b0bcd8b94de5e2" }, { - "title": "'A Journal for Jordan': Reliving the Pain and Joy of My Deepest Love Onscreen", - "description": "An author wrote about the loss of her fiancé and father of her son. When Denzel Washington stepped in to film that story, the memories flooded back.", - "content": "The author, Dana Canedy, with her son, Jordan, and her fiancé, Charles Monroe King, in 2006.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/22/movies/journal-for-jordan-denzel-washington-michael-b-jordan.html", - "creator": "Dana Canedy", - "pubDate": "Wed, 22 Dec 2021 21:40:04 +0000", + "title": "Malta Becomes First E.U. Country to Legalize Marijuana", + "description": "The government said that the new law was aimed at ending the criminalization of people for smoking the drug and at reducing criminal trafficking.", + "content": "Malta’s new rules allow people to carry up to seven grams of marijuana, grow up to four plants in their apartments and keep up to 50 grams of dried cannabis at home. ", + "category": "Marijuana", + "link": "https://www.nytimes.com/2021/12/15/world/europe/malta-eu-marijuana-legalize.html", + "creator": "Emma Bubola", + "pubDate": "Wed, 15 Dec 2021 15:14:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151225,16 +176596,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "29cdf2da98c251fefb84dd9045c59731" + "hash": "85ac5830d2438e49c647dc77396522f3" }, { - "title": "In 2021, Black Boyhood Got More Complex on TV", - "description": "Shows like “The Wonder Years,” “Swagger” and “Colin in Black and White” offered Black coming-of-age narratives that challenged longstanding TV stereotypes.", - "content": "Elisha Williams, center, in “The Wonder Years,” one of several new shows this year that avoided stereotypical portrayals of Black boyhood.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/21/arts/television/black-boyhood-wonder-years-colin-in-black-and-white.html", - "creator": "Salamishah Tillet", - "pubDate": "Wed, 22 Dec 2021 04:26:38 +0000", + "title": "India's Supreme Court Mandates Benefits for Sex Workers", + "description": "Officials must enter them into databases for voting and benefits, the judges said, after they suffered from the effects of Covid-19 lockdowns.", + "content": "A sex worker in a red light area of Sangli in the western state of Maharashtra, India, in June.", + "category": "India", + "link": "https://www.nytimes.com/2021/12/15/world/asia/india-sex-workers-benefits.html", + "creator": "Sameer Yasir", + "pubDate": "Wed, 15 Dec 2021 14:21:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151246,16 +176617,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4baa7c137759130caa66e2b6a254eb8" + "hash": "8fe7603e65f0546f754af8f54f801f7d" }, { - "title": "Reggaeton and Electronic Music Have a Long History. 2021 Revived It.", - "description": "A host of fusions between the two genres arrived this year, with implications for both the underground and the mainstream.", - "content": "Rauw Alejandro’s album “Vice Versa” includes four tracks that integrate elements of dance, disco and house.", - "category": "Latin Music", - "link": "https://www.nytimes.com/2021/12/22/arts/music/reggaeton-electronic-fusions.html", - "creator": "Isabelia Herrera", - "pubDate": "Wed, 22 Dec 2021 15:23:22 +0000", + "title": "Vaccine Opponents in Germany Investigated Over Plot to Kill State Governor", + "description": "The authorities in Dresden raided the homes of a group of people who they said were targeting the leader of the state of Saxony. A number of weapons were seized.", + "content": "Police officers leading a suspect out of a building in Dresden, Germany, on Wednesday.", + "category": "Vaccination and Immunization", + "link": "https://www.nytimes.com/2021/12/15/world/europe/germany-michael-kretschmer-plot-saxony-vaccines.html", + "creator": "Christopher F. Schuetze", + "pubDate": "Wed, 15 Dec 2021 17:25:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151267,16 +176638,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e41e914751f7471dab1fa53a9f75782" + "hash": "e26c383072bf0085b2673eae68d352fe" }, { - "title": "The Best Sci-Fi, Horror, Action and International Movies of 2021", - "description": "We look at the finest in sci-fi, horror, action and international films.", - "content": "Park Ye-rin in “Space Sweepers.”", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/22/movies/best-sci-fi-horror-action-international-movies.html", - "creator": "Erik Piepenburg, Devika Girish, Elisabeth Vincentelli and Robert Daniels", - "pubDate": "Wed, 22 Dec 2021 13:00:05 +0000", + "title": "Voting Fraud Charges for 3 in Florida's Villages", + "description": "All were residents of the famed, sprawling retirement community northwest of Orlando. Two were Republicans, and one had no affiliation.", + "content": "Voters walked to a polling station on election day last year in The Villages, Fla., a planned retirement community whose population has ballooned since 2010.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/15/us/the-villages-voter-fraud-florida.html", + "creator": "Johnny Diaz", + "pubDate": "Wed, 15 Dec 2021 19:17:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151288,16 +176659,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aad0c0f896adae5cb12d8c063e57a571" + "hash": "736febf0c4a2d268636dfd3a0d3a5508" }, { - "title": "A Soup That Tastes Like Being Home for the Holidays", - "description": "When the architect Michael Chen couldn’t travel to be with his family last Christmas, he learned to make one of his mother’s recipes himself.", - "content": "The architect Michael Chen describes his mother’s beef noodle soup as a lighter version of a Taiwanese street-food classic.", - "category": "Food", - "link": "https://www.nytimes.com/2021/12/22/t-magazine/beef-noodle-soup-recipe.html", - "creator": "Jamie Feldmar", - "pubDate": "Wed, 22 Dec 2021 17:24:03 +0000", + "title": "Plan to Bring More Housing to SoHo Is Set for a Vote", + "description": "A contentious rezoning of the wealthy neighborhood, known for its cast-iron buildings and cobblestone streets, is expected to be approved on Wednesday.", + "content": "A rezoning plan for SoHo could lead to the construction of 900 lower-cost homes in one of the most affluent neighborhoods in New York.", + "category": "Zoning", + "link": "https://www.nytimes.com/2021/12/15/nyregion/soho-rezoning-vote.html", + "creator": "Mihir Zaveri", + "pubDate": "Wed, 15 Dec 2021 14:55:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151309,16 +176680,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9872ebb8bfe491d7181ec300f280b550" + "hash": "d982840d98364f9a86093a3996d49ddb" }, { - "title": "Omicron Infections Seem to Be Milder, Three Research Teams Report", - "description": "The data offer a rare bit of good news. Still, hospitalizations are likely to increase simply because the variant is so contagious.", - "content": "Covid-19 testing from a van in Manhattan on Tuesday. Experts warn that Americans should take rapid tests before holiday events and should gather outside, open windows or find other ways to improve ventilation.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/12/22/health/covid-omicron-delta-hospitalizations.html", - "creator": "Carl Zimmer and Emily Anthes", - "pubDate": "Thu, 23 Dec 2021 01:01:14 +0000", + "title": "Jacob Zuma Must Return to Prison, South Africa Judge Rules", + "description": "The former president had been granted medical parole two months into a 15-month prison sentence on contempt charges linked to a corruption inquiry.", + "content": "Jacob Zuma in court in Pietermaritzburg, South Africa, in October. A judge ruled on Wednesday that the former president’s health had not “deteriorated permanently or reached an irreversible state.”", + "category": "Zuma, Jacob G", + "link": "https://www.nytimes.com/2021/12/15/world/africa/jacob-zuma-prison-south-africa.html", + "creator": "Lynsey Chutel", + "pubDate": "Wed, 15 Dec 2021 18:06:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151330,16 +176701,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2cc2387f1a06522c8228da9fc975423" + "hash": "35cfc80074bf9b6c42c1af32773f4ff7" }, { - "title": "Omicron Cases Appear Less Severe, Studies Say, but Risks Remain", - "description": "The new rule comes as rising cases are leading to staff shortages. Other European nations are announcing more restrictions. Here’s the latest.", - "content": "The new rule comes as rising cases are leading to staff shortages. Other European nations are announcing more restrictions. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/22/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Thu, 23 Dec 2021 05:02:07 +0000", + "title": "Online Orders in Manhattan May Soon Arrive by Ferry", + "description": "A partnership plans to bring packages into Manhattan by ferry, relieving truck congestion in tunnels and bridges.", + "content": "A partnership plans to bring packages into Manhattan by ferry, relieving truck congestion in tunnels and bridges.", + "category": "Delivery Services", + "link": "https://www.nytimes.com/2021/12/15/nyregion/nyc-packages-ferry.html", + "creator": "Jack Ewing and Winnie Hu", + "pubDate": "Wed, 15 Dec 2021 19:44:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151351,16 +176722,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98385e8887843e4e146ef824cefb7851" + "hash": "6198d5e3e377a2d5d8ed8a6537c957c1" }, { - "title": "National Guard Takes On New Roles at Understaffed Nursing Homes", - "description": "In Minnesota, an ambitious initiative is training hundreds of Guard members to become certified nursing assistants and relieve burned-out nursing home workers.", - "content": "Joanne Lanegran, a member of the Minnesota National Guard, helped Pennie Nord with her blanket at a nursing home. ", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/22/health/covid-national-guard-nursing-homes.html", - "creator": "Andrew Jacobs", - "pubDate": "Thu, 23 Dec 2021 03:39:59 +0000", + "title": "North Korea Executes People for Watching K-Pop, Rights Group Says", + "description": "At least seven people have been put to death in the past decade for watching or distributing K-pop videos, as the North cracks down on what its leader calls a “vicious cancer.”", + "content": "North Korea’s leader, Kim Jong-un, has at times tried to appear more flexible toward outside culture​. In 2018, he invited South Korean musicians to a rare concert in Pyongyang.", + "category": "North Korea", + "link": "https://www.nytimes.com/2021/12/15/world/asia/north-korea-kpop-executions.html", + "creator": "Choe Sang-Hun", + "pubDate": "Wed, 15 Dec 2021 11:05:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151372,16 +176743,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f2e335390dbf564169cb40181dc6563" + "hash": "f4193ee8d0659319f3b75db6129035a4" }, { - "title": "On More Generous Terms, Obamacare Proves Newly Popular", - "description": "Sign-ups, which set a record, have been especially strong in states that had resisted expanding coverage under the Affordable Care Act.", - "content": "President Biden signed executive actions in January strengthening Americans’ access to health care.", - "category": "Patient Protection and Affordable Care Act (2010)", - "link": "https://www.nytimes.com/2021/12/22/upshot/on-more-generous-terms-obamacare-proves-newly-popular.html", - "creator": "Margot Sanger-Katz", - "pubDate": "Thu, 23 Dec 2021 02:25:58 +0000", + "title": "Your Kid Probably Doesn’t Have a Penicillin Allergy", + "description": "Research shows that most kids labeled allergic to penicillin actually aren’t. Here’s how to find out for sure.", + "content": "Research shows that most kids labeled allergic to penicillin actually aren’t. Here’s how to find out for sure.", + "category": "Antibiotics", + "link": "https://www.nytimes.com/2020/06/22/parenting/penicillin-allergy-kids.html", + "creator": "Teresa Carr", + "pubDate": "Wed, 24 Jun 2020 12:31:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151393,16 +176764,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fe277fbc7d29dead9216d9e405f56e1" + "hash": "127d6b1636afec45aab60c7a85c528f0" }, { - "title": "New York’s Virus Surge Has Leaders Balancing Health and Political Risks", - "description": "Democrats, including Gov. Kathy Hochul and President Biden, have resisted a return to restrictive, economically damaging lockdowns.", - "content": "Gov. Kathy Hochul of New York has resisted adopting most restrictive coronavirus-related measures, saying that “this is not March of 2020.”", - "category": "Hochul, Kathleen C", - "link": "https://www.nytimes.com/2021/12/22/nyregion/nyc-covid-surge-politics.html", - "creator": "Nicholas Fandos and Katie Glueck", - "pubDate": "Wed, 22 Dec 2021 22:39:56 +0000", + "title": "Rita Moreno and Ariana DeBose on 'West Side Story", + "description": "The two actresses explain what the new “West Side Story” gets right, what the original lacked and why playing the role they’re both known for is so gut-wrenching.", + "content": "Moreno and DeBose didn't discuss Anita’s legacy but both found inspiration in the role.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/15/movies/rita-moreno-ariana-debose-west-side-story.html", + "creator": "Melena Ryzik", + "pubDate": "Wed, 15 Dec 2021 16:45:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151414,16 +176785,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9719cbbff998d6a2fb7408909fa6eadb" + "hash": "c03e3f92a57f963aa59897cdefd645ba" }, { - "title": "India's Christians Attacked Under Anti-Conversion Laws", - "description": "“They want to remove us from society,” a Christian farmer said of Hindu extremists. Rising attacks on Christians are part of a broader shift in India, in which minorities feel less safe.", - "content": "“They want to remove us from society,” a Christian farmer said of Hindu extremists. Rising attacks on Christians are part of a broader shift in India, in which minorities feel less safe.", - "category": "Christians and Christianity", - "link": "https://www.nytimes.com/2021/12/22/world/asia/india-christians-attacked.html", - "creator": "", - "pubDate": "Thu, 23 Dec 2021 03:49:48 +0000", + "title": "‘The Music Man’ Once Had a Disabled Character. Then He Was Erased.", + "description": "At the urging of producers, Meredith Willson cut a boy in a wheelchair from the early scripts for his 1957 musical. A look back shows what was lost.", + "content": "Michael Phelan as Winthrop Paroo and Rebecca Luker as Marian Paroo in a 2000 revival of “The Music Man” at the Neil Simon Theater in Manhattan.", + "category": "The Music Man (Play)", + "link": "https://www.nytimes.com/2021/12/15/theater/music-man-disability-meredith-willson.html", + "creator": "Amanda Morris", + "pubDate": "Wed, 15 Dec 2021 05:09:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151435,16 +176806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e8180fbc9fb66c27ac6f68e1bd10199" + "hash": "c7f3fa257cf47a78c4719fe801d523b9" }, { - "title": "Supply Chain Problems Mean Buying a Car Sometimes Takes a Plane Ride", - "description": "The limited supply of new and used vehicles is forcing some Americans to go to great lengths to find and buy them, including traveling to dealers hundreds of miles away.", - "content": "A car dealership in Queens, N.Y. Buyers are finding that locating the car of their desires is not quick, easy or cheap.", - "category": "Computer Chips", - "link": "https://www.nytimes.com/2021/12/22/business/economy/car-chip-shortage-pandemic.html", - "creator": "Neal E. Boudette", - "pubDate": "Wed, 22 Dec 2021 18:52:21 +0000", + "title": "He Thought He Made N.B.A. History. All He Got Was 3 Points.", + "description": "The N.B.A. introduced the 3-point shot in the 1979-80 season. Six players made 3s opening night, and for a decade, Kevin Grevey thought he’d made the first.", + "content": "Kevin Grevey of the Washington Bullets shooting against the Atlanta Hawks in a game in or around 1980. Grevey thought he was the one who made the first 3-pointer in N.B.A. history.", + "category": "Basketball", + "link": "https://www.nytimes.com/2021/12/15/sports/basketball/nba-three-pointer-chris-ford.html", + "creator": "Tania Ganguli", + "pubDate": "Wed, 15 Dec 2021 17:12:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151456,16 +176827,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "309b290530508a26d13c51bf837d7d64" + "hash": "261c647eec16e085087db9de9e36a80d" }, { - "title": "How the Building Industry Blocked Better Tornado Safeguards", - "description": "Engineers know how to protect people from tornadoes like the ones that recently devastated parts of Kentucky, but builders have headed off efforts to toughen standards.", - "content": "Damage in Joplin, Mo., in 2011, where a tornado killed 162 people.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/22/climate/tornadoes-building-codes-safety.html", - "creator": "Christopher Flavelle", - "pubDate": "Thu, 23 Dec 2021 01:41:02 +0000", + "title": "Want Something Done Right? Do It Yourself. These Books Can Help.", + "description": "From decorating to beauty projects to canine costumes, these how-to guides may inspire you to take matters into your own hands.", + "content": "From decorating to beauty projects to canine costumes, these how-to guides may inspire you to take matters into your own hands.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/14/books/review/hooked-sutton-foster.html", + "creator": "Judith Newman", + "pubDate": "Tue, 14 Dec 2021 21:41:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151477,16 +176848,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2d248f804c5a00bef3239629a791a83" + "hash": "b037682626d98e387298ce91699295db" }, { - "title": "Peter Dinklage on ‘Cyrano’ and Life After ‘Game of Thrones’", - "description": "The actor is happy to upend 100 years of clichés by playing the romantic lead. It’s a liberating change after the series became his life.", - "content": "“I was raised Irish Catholic, so I totally feel unworthy of everything,” Peter Dinklage said. “That’s what hopefully this movie is speaking to, that unworthiness we all go through.”", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/22/movies/peter-dinklage-cyrano.html", - "creator": "Kyle Buchanan", - "pubDate": "Wed, 22 Dec 2021 19:38:25 +0000", + "title": "How Lila Moss Hack Brought Diabetes to the Runway", + "description": "And to the forefront of the conversation on inclusivity and fashion.", + "content": "Lila Grace Moss Hack walking the Fendace runway in September.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2021/12/15/style/lila-moss-hack-diabetes-runway.html", + "creator": "Emily Zak", + "pubDate": "Wed, 15 Dec 2021 17:43:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151498,16 +176869,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ca6b6607d0c2e1b2d81d22727694bf3" + "hash": "3221888c007967dd225e6441e56711b8" }, { - "title": "‘The Matrix Resurrections’ Review: Slipping Through Dreamland (Again)", - "description": "Keanu Reeves plunges down the rabbit hole once more in this familiar-seeming mind-game movie, the fourth in the series.", - "content": "Keanu Reeves plunges down the rabbit hole once more in this familiar-seeming mind-game movie, the fourth in the series.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/22/movies/the-matrix-resurrections-review.html", - "creator": "Manohla Dargis", - "pubDate": "Wed, 22 Dec 2021 20:49:11 +0000", + "title": "Jobless for a Year? That Might Be Less of a Problem Now.", + "description": "People who were out of work for a while have typically found it much harder to get a job. The pandemic may have changed how employers view people who have been unemployed for months or years.", + "content": "People who were out of work for a while have typically found it much harder to get a job. The pandemic may have changed how employers view people who have been unemployed for months or years.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2021/12/15/business/economy/employment-resume-gaps.html", + "creator": "Sydney Ember", + "pubDate": "Wed, 15 Dec 2021 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151519,16 +176890,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "16954fa5050eafdd2b3ffac5fdf9029c" + "hash": "38605efb53993cc5d9ed5223c1d4d625" }, { - "title": "Covid Etiquette: Don't Come to a Holiday Party With a Cough", - "description": "Even if your chest cold, stomach bug or swollen sinuses are not coronavirus-related, step away from the mulled cider until you are healthy.", - "content": "Even if your chest cold, stomach bug or swollen sinuses are not coronavirus-related, step away from the mulled cider until you are healthy.", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/2021/12/21/opinion/culture/covid-etiquette-holiday-parties.html", - "creator": "Jenni Avins", - "pubDate": "Tue, 21 Dec 2021 20:00:15 +0000", + "title": "C.D.C. Warns Omicron Wave Could Soon Arrive in America", + "description": "The health agency said an increase in cases of the variant in the U.S. may portend a surge peaking as soon as January. Here’s the latest pandemic news.", + "content": "The health agency said an increase in cases of the variant in the U.S. may portend a surge peaking as soon as January. Here’s the latest pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/15/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Wed, 15 Dec 2021 11:30:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151540,16 +176911,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "715b9722d99588d4b9869501084b4dc0" + "hash": "c688cdeaba97ef9af1f13541211b302e" }, { - "title": "As Humanitarian Disaster Looms, U.S. Opens Door for More Afghanistan Aid", - "description": "The Treasury Department and the United Nations offered new protection for aid from sanctions meant to pressure the Taliban.", - "content": "Sacks of flour from a World Food Program convoy were unloaded in Afghanistan in October. The Treasury Department will make it easier for international organizations and the U.S. government to provide relief to Afghans while maintaining economic pressure on the Taliban.", - "category": "Humanitarian Aid", - "link": "https://www.nytimes.com/2021/12/22/us/politics/afghanistan-sanctions-aid-taliban.html", - "creator": "Michael Crowley and Alan Rappeport", - "pubDate": "Thu, 23 Dec 2021 02:19:26 +0000", + "title": "Cornell University Finds Signs of Omicron Variant on Campus", + "description": "The school moved final exams online, canceled a December graduation ceremony and sports events and barred most visitors from its campus in Ithaca, N.Y.", + "content": "Martha E. Pollack, president of Cornell University, at a commencement ceremony at the school in May.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/14/nyregion/cornell-university-covid.html", + "creator": "Lola Fadulu", + "pubDate": "Wed, 15 Dec 2021 00:18:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151561,16 +176932,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7a3f5845a3a2899cebe7c736782e512" + "hash": "9977dc96d475beb5c80ce33906f45a32" }, { - "title": "Taylor Energy to Pay $43 Million for Longest-Running Oil Spill in U.S. History", - "description": "Taylor Energy’s undersea wells have been leaking into the Gulf of Mexico since 2004, when they were damaged by Hurricane Ivan.", - "content": "A boat crossed an oil slick in the Gulf of Mexico in 2015 near the site of the Taylor Energy accident.  ", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/22/climate/taylor-energy-oil-spill-gulf.html", - "creator": "Brad Plumer", - "pubDate": "Wed, 22 Dec 2021 22:36:03 +0000", + "title": "House Seeks Contempt Charge Against Meadows in Jan. 6 Inquiry", + "description": "The former White House chief of staff previously provided the committee with thousands of pages of documents, including text messages he received on Jan. 6.", + "content": "After initially cooperating with the committee investigating the Jan. 6 attack on the Capitol, Mark Meadows filed suit against the panel.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/14/us/mark-meadows-contempt-capitol-riot.html", + "creator": "Luke Broadwater", + "pubDate": "Wed, 15 Dec 2021 04:07:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151582,16 +176953,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec27ce267192fbff9d60329f427f6824" + "hash": "c2e57300db58869d9eb1b30199b66f05" }, { - "title": "Alberto Salazar, Coach and Champion Runner, Barred From Sport for Life", - "description": "The ruling upheld a ban announced in July. Salazar had already been suspended for breaking rules governing banned substances.", - "content": "A number of female athletes who were coached by Alberto Salazar came forward to accuse him of emotional abuse.", - "category": "Athletics and Sports", - "link": "https://www.nytimes.com/2021/12/22/sports/alberto-salazar-misconduct.html", - "creator": "Kevin Draper", - "pubDate": "Wed, 22 Dec 2021 21:50:35 +0000", + "title": "Liz Cheney Takes Center Stage in Jan. 6 Inquiry", + "description": "Representative Liz Cheney has embraced a prominent role in the House investigation of the Jan. 6 attack, using her perch to hold up an unsparing mirror to the Republican Party.", + "content": "Representative Liz Cheney of Wyoming is serving on the Jan. 6 committee in defiance of Republican leaders, and she faces a primary challenge from a Trump-backed candidate.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/14/us/politics/liz-cheney-capitol-attack.html", + "creator": "Catie Edmondson and Luke Broadwater", + "pubDate": "Wed, 15 Dec 2021 01:32:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151603,16 +176974,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "39368ed21ec20e85ad869a8b26ec1d96" + "hash": "f7acdf1a9d6ff2db27f648160d4d214d" }, { - "title": "Covid Live Updates: Israel Offers Fourth Vaccine Dose", - "description": "Prime Minister Naftali Bennett said that people over 60 and medical workers would be offered the additional doses. In the U.S., public health experts say that Biden’s measures to curb the spread of Omicron are unlikely to stop a surge in infections.", - "content": "Prime Minister Naftali Bennett said that people over 60 and medical workers would be offered the additional doses. In the U.S., public health experts say that Biden’s measures to curb the spread of Omicron are unlikely to stop a surge in infections.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/22/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Wed, 22 Dec 2021 10:51:10 +0000", + "title": "Congress Passes $2.5 Trillion Debt Ceiling Increase", + "description": "The measure would allow the government to continue borrowing to finance its obligations without further action by Congress until after the 2022 midterm elections.", + "content": "“The American people can breathe easy and rest assured there will not be a default,” said Senator Chuck Schumer of New York, the majority leader.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/14/us/politics/debt-limit.html", + "creator": "Emily Cochrane", + "pubDate": "Wed, 15 Dec 2021 05:47:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151624,16 +176995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "755fe6e2595d05fee6abd23cda972fa1" + "hash": "b935749424c99a3684813ce002702301" }, { - "title": "An unvaccinated Texas man’s death may be the first in the U.S. attributed to Omicron.", - "description": "", - "content": "Hope Clinic in Houston prepares for Covid-19 testing in May. Harris County, home to Houston, recorded its first death attributed to the Omicron variant.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/21/world/omicron-covid-vaccine-tests/an-unvaccinated-texas-mans-death-may-be-the-first-in-the-us-attributed-to-omicron", - "creator": "Adeel Hassan", - "pubDate": "Wed, 22 Dec 2021 01:53:10 +0000", + "title": "Keechant Sewell to Become First Woman to Lead N.Y.P.D.", + "description": "The selection of Ms. Sewell, the Nassau County chief of detectives, was seen as one of Eric Adams’s most critical appointments as incoming mayor.", + "content": "In 23 years with the Nassau Police Department, Keechant Sewell worked in the narcotics and major cases units, and as a hostage negotiator. She was promoted to chief of detectives in September 2020.", + "category": "Police Department (NYC)", + "link": "https://www.nytimes.com/2021/12/14/nyregion/keechant-sewell-nypd-commissioner.html", + "creator": "Emma G. Fitzsimmons, Ali Watkins and Ashley Southall", + "pubDate": "Wed, 15 Dec 2021 04:14:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151645,16 +177016,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1145b7915dd7f8402e7f6227d7463058" + "hash": "02e66961761fa2c7b31f57afd5cee956" }, { - "title": "How to Travel Responsibly During the Holidays Amid Omicron Wave", - "description": "Even as the variant surges, the seasonal travel rush seems unstoppable, but there are steps you can take to travel more responsibly and mitigate the health risks for yourself — and others.", - "content": "A coronavirus testing site in Times Square drew long lines several days before Christmas.", - "category": "Travel and Vacations", - "link": "https://www.nytimes.com/2021/12/21/travel/holiday-travel-advice-omicron-covid.html", - "creator": "Heather Murphy", - "pubDate": "Tue, 21 Dec 2021 22:48:43 +0000", + "title": "Why a Child’s Rude Behavior May Be Good for Development", + "description": "The safer children feel, the more they can show their true selves — warts and all — experts say. And that’s good for their development.", + "content": "The safer children feel, the more they can show their true selves — warts and all — experts say. And that’s good for their development.", + "category": "Children and Childhood", + "link": "https://www.nytimes.com/2021/12/11/well/family/rude-child-development-behavior.html", + "creator": "Melinda Wenner Moyer", + "pubDate": "Sat, 11 Dec 2021 10:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151666,16 +177037,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89ce4aa4d60c2c0acb1125d7c57d6c3d" + "hash": "a30899f6aa05ea6c4e8a0386890257a0" }, { - "title": "N.H.L. Players Will Skip Beijing Olympics", - "description": "Less than four months after agreeing to send hockey’s top stars to the Games, the N.H.L. and its players’ union have reversed course amid a rise in coronavirus cases.", - "content": "Less than four months after agreeing to send hockey’s top stars to the Games, the N.H.L. and its players’ union have reversed course amid a rise in coronavirus cases.", - "category": "Olympic Games (2022)", - "link": "https://www.nytimes.com/2021/12/21/sports/olympics/nhl-olympics-beijing-hockey.html", - "creator": "Alan Blinder and Andrew Das", - "pubDate": "Tue, 21 Dec 2021 23:30:09 +0000", + "title": "Times Critics’ Top Books of 2021", + "description": "The Times’s staff critics give their choices of the best fiction and nonfiction works of the year.", + "content": "The Times’s staff critics give their choices of the best fiction and nonfiction works of the year.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/15/books/critics-top-books-2021.html", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151687,16 +177058,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bce5e5fc6a6d8a9778523ebd1e53cb9b" + "hash": "88336fb8e2e7f1544946128bcbc5de5b" }, { - "title": "N.B.A.'s Adam Silver Says Christmas Games Will Go On", - "description": "A day after the N.H.L. announced a pause in its schedule, N.B.A. Commissioner Adam Silver said the responsible thing for his league was to play and “learn to live with” the virus.", - "content": "A day after the N.H.L. announced a pause in its schedule, N.B.A. Commissioner Adam Silver said the responsible thing for his league was to play and “learn to live with” the virus.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/21/sports/basketball/nba-schedule-christmas-omicron.html", - "creator": "Tania Ganguli", - "pubDate": "Tue, 21 Dec 2021 23:38:00 +0000", + "title": "Is Democracy’s Fate the Media’s Fault?", + "description": "How should political journalists be approaching their work in these polarized times?", + "content": "How should political journalists be approaching their work in these polarized times?", + "category": "Democracy (Theory and Philosophy)", + "link": "https://www.nytimes.com/2021/12/15/opinion/the-argument-role-of-press-in-a-democracy.html", + "creator": "‘The Argument’", + "pubDate": "Wed, 15 Dec 2021 10:16:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151708,16 +177079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d4dcd4977a1cdfc57d24290cb634b2a" + "hash": "d908880b1d8a7ca05b8b3a28f809604b" }, { - "title": "Adams Cancels Inauguration Gala in Latest Sign of Omicron Surge", - "description": "Mayor Bill de Blasio and his successor, Eric Adams, are weighing difficult decisions as the city faces another troubling wave of coronavirus cases.", - "content": " The mayor-elect, Eric Adams, right, has made a handful of appointments, but is still weighing who to name as his health commissioner.", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2021/12/21/nyregion/covid-omicron-nyc.html", - "creator": "Emma G. Fitzsimmons", - "pubDate": "Wed, 22 Dec 2021 02:07:47 +0000", + "title": "Boris Johnson, Facing Omicron and Scandal, Is in Trouble ", + "description": "Britons don’t know whether the prime minister can save himself, let alone Christmas.", + "content": "Britons don’t know whether the prime minister can save himself, let alone Christmas.", + "category": "Great Britain", + "link": "https://www.nytimes.com/2021/12/14/opinion/boris-johnson-britain-omicron.html", + "creator": "Tanya Gold", + "pubDate": "Tue, 14 Dec 2021 06:07:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151729,16 +177100,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b636cf1a057ed071837ab2bf4a63f7e2" + "hash": "808974a6e24afe5cd49b5e56d697a9a5" }, { - "title": "McConnell to Manchin: We’d Love to Have You, Joe", - "description": "Senator Mitch McConnell, the Republican leader, says Democratic outrage over Senator Joe Manchin’s opposition to sweeping policy bills shows he is not welcome in his party any longer.", - "content": "Senator Mitch McConnell, the Republican leader, seen in his office on Capitol Hill on Tuesday. He has tried for years to woo Senator Joe Manchin III, Democrat of West Virginia, to the other side of the aisle.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/21/us/politics/mcconnell-manchin-republican.html", - "creator": "Carl Hulse", - "pubDate": "Wed, 22 Dec 2021 01:29:55 +0000", + "title": "Denmark and Norway Predict Drastic Spike in Omicron Cases", + "description": "Health authorities in Europe are warning of a sharp increase in Omicron cases, adding to an existing surge from the Delta variant.", + "content": "Vaccinations at a high school in Oslo in September. Researchers are concerned that the rise in Omicron cases in Norway will overburden hospitals.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/13/health/omicron-cases-denmark-norway.html", + "creator": "Carl Zimmer and Emily Anthes", + "pubDate": "Mon, 13 Dec 2021 20:58:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151750,16 +177121,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d67e8bc85048adacdf2328ee696b9b8f" + "hash": "4ad018532feaa0dff7636fc17e5ce127" }, { - "title": "The Policy Debate at the Heart of the Biden-Manchin Standoff", - "description": "President Biden and Senator Joe Manchin III have many differences over the proposed domestic policy bill, but one issue stands out: the child tax credit.", - "content": "Demonstrators near the Capitol in Washington urge passage of the package known as the Build Back Better Act to extend the expanded child tax credit.", - "category": "Manchin, Joe III", - "link": "https://www.nytimes.com/2021/12/21/us/politics/manchin-child-tax-credit-biden.html", - "creator": "Emily Cochrane", - "pubDate": "Wed, 22 Dec 2021 02:51:11 +0000", + "title": "Golden Globes Nominations 2022: The Complete List", + "description": "The Hollywood Foreign Press Association announced a list that showed some improvement on its goal of diversifying the awards. But questions still hover over the ceremony.", + "content": "Nominated for Globes were the “King Richard” performers Aunjanue Ellis, left, and Will Smith (with Mikayla Bartholomew, second from left, Saniyya Sidney, Demi Singleton and Danielle Lawson).", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/13/movies/golden-globes-nominees-list.html", + "creator": "Kyle Buchanan", + "pubDate": "Mon, 13 Dec 2021 15:42:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151771,16 +177142,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0303c7735a5fd24c97189e7f6bf3eb34" + "hash": "4bca7ba0735bb50a8fe19e4f851dd600" }, { - "title": "Phil Waldron's Unlikely Role in Pushing Baseless Election Claims", - "description": "Phil Waldron, who owns a bar in Texas, is a case study in how pro-Trump fringe players managed to get a hearing for conspiracy theories at the highest level during the presidential transition.", - "content": "The House committee investigating the events of Jan. 6 has issued a subpoena to Phil Waldron.", - "category": "Waldron, Phil (1964- )", - "link": "https://www.nytimes.com/2021/12/21/us/politics/phil-waldron-jan-6.html", - "creator": "Alan Feuer", - "pubDate": "Tue, 21 Dec 2021 22:12:30 +0000", + "title": "What Did Stephen Sondheim Really Think of ‘Rent’?", + "description": "The composer served as something of a mentor to Jonathan Larson and spoke frankly about the show after the younger man’s death.", + "content": "Jonathan Larson, left, sometimes turned to Stephen Sondheim for advice.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/13/movies/stephen-sondheim-jonathan-larson.html", + "creator": "Evelyn McDonnell", + "pubDate": "Tue, 14 Dec 2021 02:25:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151792,16 +177163,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a592bfeb355b39ca58365188a18970f" + "hash": "1505e63256d8ab4a40e4d756522b8478" }, { - "title": "Flynn Sues Jan. 6 Committee as House Republican Rebuffs Investigators", - "description": "The panel investigating the Capitol attack faced stonewalling from allies of former President Donald J. Trump on two new fronts.", - "content": "Michael T. Flynn, a former national security adviser who was involved in President Donald J. Trump’s efforts to subvert the election, is seeking to block the House panel’s subpoenas.", - "category": "Flynn, Michael T", - "link": "https://www.nytimes.com/2021/12/21/us/politics/scott-perry-january-6-committee.html", - "creator": "Luke Broadwater", - "pubDate": "Wed, 22 Dec 2021 00:19:35 +0000", + "title": "The End of a Return-to-Office Date", + "description": "More and more companies are saying: We’ll get back to you.", + "content": "More and more companies are saying: We’ll get back to you.", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2021/12/11/business/return-to-office-2022.html", + "creator": "Emma Goldberg", + "pubDate": "Sat, 11 Dec 2021 22:26:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151813,16 +177184,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c17e56c6e7da60c4e12cbf0566fc2ee7" + "hash": "3aaaa4eadd61ae687998b61b349358e2" }, { - "title": "Who Is Gabriel Boric, Chile's Next President?", - "description": "Mr. Boric, 35, is now the most prominent face of a generation of Chileans who are calling for a break with the past.", - "content": "Gabriel Boric, president-elect of Chile, celebrating his election in Santiago on Sunday.", - "category": "Boric, Gabriel", - "link": "https://www.nytimes.com/2021/12/21/world/americas/chile-boric.html", - "creator": "Julie Turkewitz, Pascale Bonnefoy and John Bartlett", - "pubDate": "Tue, 21 Dec 2021 23:45:28 +0000", + "title": "Putin and Xi Hold Video Summit", + "description": "President Vladimir V. Putin and President Xi Jinping of China, meeting in a video summit, sought mutual support in their conflicts with the West but have not yet declared a formal alliance.", + "content": "President Vladimir V. Putin of Russia and Xi Jinping, the leader of China, in 2019 in Brazil. ", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/15/world/asia/china-russia-summit-xi-putin.html", + "creator": "Anton Troianovski and Steven Lee Myers", + "pubDate": "Wed, 15 Dec 2021 11:53:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151834,16 +177205,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fadbe9c387c9ff31dbbb5c189702b972" + "hash": "fa0e49a40e05a65527bce5947544f4ae" }, { - "title": "The Most Adventurous Comedy Right Now Is Also the Most Real", - "description": "John Wilson, Eric Andre and others are drawing on unscripted encounters to elicit deeper laughs but also more vulnerable moments.", - "content": "John Wilson, Eric Andre and others are drawing on unscripted encounters to elicit deeper laughs but also more vulnerable moments.", - "category": "Comedy and Humor", - "link": "https://www.nytimes.com/2021/12/17/arts/television/comedy-eric-andre-john-wilson-borat.html", - "creator": "Jason Zinoman", - "pubDate": "Fri, 17 Dec 2021 15:00:08 +0000", + "title": "King Family and Activists Plan Marches to Spur Action on Voting Rights", + "description": "Prominent backers of stalled voting rights legislation plan a blitz emphasizing the urgent need to counter new state restrictions.", + "content": "Martin Luther King III, the son of Martin Luther King Jr., plans to use the January holiday commemorating his father to push for voting rights legislation.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/15/us/voting-rights-king-family.html", + "creator": "Carl Hulse", + "pubDate": "Wed, 15 Dec 2021 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151855,16 +177226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "383b63244ea76aa1fbd0802495ce6883" + "hash": "ed9efff1f46f305c1854ef396cadfe13" }, { - "title": "18 Sports Highlights From 2021 Worth Watching Again", - "description": "World records, no-look shots, extraordinary goals, trick baserunning, come-from-behind victories … we may not know what sports will look like in 2022, but 2021 had it all.", - "content": "World records, no-look shots, extraordinary goals, trick baserunning, come-from-behind victories … we may not know what sports will look like in 2022, but 2021 had it all.", - "category": "Records and Achievements", - "link": "https://www.nytimes.com/2021/12/20/sports/best-sports-highlights-2021.html", - "creator": "The New York Times", - "pubDate": "Tue, 21 Dec 2021 15:28:56 +0000", + "title": "Doctors Often Prescribe Placebos. But How Well Do They Work?", + "description": "An Australian researcher argues that the medical community has enshrined placebos as “mysterious and highly effective” in clinical care on the basis of flawed research.", + "content": "“The idea that we can use placebos as a panacea for a range of health conditions is really problematic,” said Chris Maher, a professor at the University of Sydney’s School of Public Health.", + "category": "Placebos", + "link": "https://www.nytimes.com/2021/12/15/us/politics/placebo-effect-clinical-care.html", + "creator": "Oscar Schwartz", + "pubDate": "Wed, 15 Dec 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151876,16 +177247,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "99333f904cbff1124bb0194804fc8648" + "hash": "9afe7ab766c58f2681340cac000c0167" }, { - "title": "A Box of Cash, a Secret Donor and a Big Lift for Some N.Y.C. Students", - "description": "When a City College physics professor opened an ordinary box that had been sitting in the mailroom, he was startled by its contents.", - "content": "The box contained bundles of $50 and $100 bills, adding up to $180,000. ", - "category": "Colleges and Universities", - "link": "https://www.nytimes.com/2021/12/21/nyregion/city-college-mystery-donor.html", - "creator": "Corey Kilgannon", - "pubDate": "Tue, 21 Dec 2021 14:11:11 +0000", + "title": "E.U. Proposes Changes That Would Chip Away at Borderless Model", + "description": "The plan would institutionalize internal border controls to respond to emergencies, suspending some protections for asylum seekers.", + "content": "Soldiers near Szudzialowo, Poland, last week along the border with Belarus. Poland has been repelling asylum seekers trying to enter E.U. territory through Belarus.", + "category": "Middle East and Africa Migrant Crisis", + "link": "https://www.nytimes.com/2021/12/14/world/europe/european-union-schengen-migrants-borders.html", + "creator": "Elian Peltier and Monika Pronczuk", + "pubDate": "Tue, 14 Dec 2021 20:34:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151897,16 +177268,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "136071bdf3b546e44f632d91b635f0db" + "hash": "0b1ed0a1a0a16da22d059133dbdc14f7" }, { - "title": "\"The Matrix Resurrections\" and the Dark Timeline Humanity Is on", - "description": "The original Matrix trilogy imagined a future more hopeful than the one conjured up by Silicon Valley today.", - "content": "The original Matrix trilogy imagined a future more hopeful than the one conjured up by Silicon Valley today.", - "category": "The Matrix (Movie)", - "link": "https://www.nytimes.com/2021/12/22/opinion/culture/the-matrix-resurrections-internet-dystopia.html", - "creator": "Samuel Earle", - "pubDate": "Wed, 22 Dec 2021 10:00:11 +0000", + "title": "10 Senate Races to Watch in 2022", + "description": "Democrats have a razor-thin margin that could be upended with the loss of a single seat.", + "content": "Most of the competitive races are in states that were fiercely contested in 2020.", + "category": "Midterm Elections (2022)", + "link": "https://www.nytimes.com/2021/12/14/us/politics/senate-races-2022.html", + "creator": "Neil Vigdor", + "pubDate": "Tue, 14 Dec 2021 23:47:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151918,16 +177289,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbd1c97b2af8352b7e5e1c7252b8471d" + "hash": "080222dc9879b55fff5831715fb18339" }, { - "title": "Joe Manchin Just Did Democrats a Favor on Build Back Better", - "description": "The Democrats have to stop playing games with expiration dates and do fewer things better. Thanks to Manchin, maybe they finally will.", - "content": "The Democrats have to stop playing games with expiration dates and do fewer things better. Thanks to Manchin, maybe they finally will.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/21/opinion/manchin-build-back-better-democrats.html", - "creator": "Ben Ritz", - "pubDate": "Wed, 22 Dec 2021 03:08:06 +0000", + "title": "Waterboarded Prisoner Has Drowning Nightmares Two Decades Later, Doctor Testifies", + "description": "Lawyers called a torture expert in a bid to spare a defendant a nauseating commute from prison to court by having him spend nights at Guantánamo Bay’s court compound.", + "content": "The defendant, Abd al-Rahim al-Nashiri, is accused of being the mastermind of the suicide bombing of the destroyer Cole in 2000, which killed 17 U.S. sailors.", + "category": "Torture", + "link": "https://www.nytimes.com/2021/12/14/us/politics/guantanamo-bay-abd-al-rahim-al-nashiri.html", + "creator": "Carol Rosenberg", + "pubDate": "Wed, 15 Dec 2021 01:53:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151939,16 +177310,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "620e9a6a36b5e091bc02baa070ef99a8" + "hash": "159392ab14894e2157f3b7c34570c02a" }, { - "title": "How Do We Avoid the Next Debt Limit Debacle?", - "description": "Congress must ensure the issue cannot be used as a tool of partisan politics. ", - "content": "Congress must ensure the issue cannot be used as a tool of partisan politics. ", - "category": "National Debt (US)", - "link": "https://www.nytimes.com/2021/12/21/opinion/debt-limit.html", - "creator": "Todd Gibbons", - "pubDate": "Tue, 21 Dec 2021 14:08:42 +0000", + "title": "Hundreds Trapped by Fire at World Trade Center in Hong Kong", + "description": "The blaze at the World Trade Center in Causeway Bay injured at least 13 people, including one who was semiconscious, the police said.", + "content": "A firefighter rescuing people trapped after a fire broke out at the World Trade Center in Hong Kong on Wednesday.", + "category": "Hong Kong", + "link": "https://www.nytimes.com/2021/12/15/world/asia/hong-kong-fire.html", + "creator": "Austin Ramzy", + "pubDate": "Wed, 15 Dec 2021 09:36:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151960,16 +177331,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "edc84946bad9fcf78973d35d61d0c957" + "hash": "c0da4cda3c618c55121886319d532e90" }, { - "title": "The New Pentagon Papers: Civilian Casualties", - "description": "Readers call for Pentagon accountability for the killing of civilians. Also: Julian Assange; Republican hypocrisy; two-family homes.", - "content": "Readers call for Pentagon accountability for the killing of civilians. Also: Julian Assange; Republican hypocrisy; two-family homes.", - "category": "Civilian Casualties", - "link": "https://www.nytimes.com/2021/12/21/opinion/letters/civilian-casualties.html", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 20:25:45 +0000", + "title": "Muslim Lawmaker Comes Under Fire in House Debate on ‘Islamophobia’", + "description": "A conservative Republican accused Ilhan Omar, the sponsor of a House bill to combat anti-Muslim bias, of terrorist sympathies.", + "content": "Representative Scott Perry, Republican of Pennsylvania, is the incoming leader of the ultraconservative House Freedom Caucus.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/14/us/politics/ilhan-omar-house-debate-islamophobia.html", + "creator": "Jonathan Weisman", + "pubDate": "Wed, 15 Dec 2021 04:41:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -151981,16 +177352,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "439b88125cdd0dc68d2ae3dbdbe9b7f4" + "hash": "a5570b2a438f4831bc42a2a88d61fbd0" }, { - "title": "Joe Manchin Is Wondering What Happened to His White House Christmas Card", - "description": "From the storming of the Capitol to the advent of Omicron, 2021 has been no one’s idea of a banner year. ", - "content": "From the storming of the Capitol to the advent of Omicron, 2021 has been no one’s idea of a banner year. ", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/20/opinion/manchin-omicron-jan-6.html", - "creator": "Gail Collins and Bret Stephens", - "pubDate": "Mon, 20 Dec 2021 20:02:46 +0000", + "title": "How to Deal With Social Anxiety During the Holidays", + "description": "Even in the best of times, social gatherings can be overwhelming. If you’re feeling less-than-festive, here’s how to ease into the season.", + "content": "Even in the best of times, social gatherings can be overwhelming. If you’re feeling less-than-festive, here’s how to ease into the season.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/11/24/well/mind/holiday-social-anxiety.html", + "creator": "Jancee Dunn", + "pubDate": "Thu, 25 Nov 2021 00:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152002,16 +177373,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5687bfe5285eb7f4a46ffc309544012d" + "hash": "1d7eca35e6d7387fc71b41b3e0f6ded2" }, { - "title": "Most Covid Infections May Soon Be Breakthroughs. Here’s What That Means.", - "description": "Omicron means many more people will soon test positive. ", - "content": "Omicron means many more people will soon test positive. ", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/19/opinion/omicron-breakthroughs.html", - "creator": "Eleanor Cummins", - "pubDate": "Sun, 19 Dec 2021 15:05:52 +0000", + "title": "How to Build Resilience in Midlife", + "description": "There are active steps you can take during and after a crisis to speed your emotional recovery.", + "content": "There are active steps you can take during and after a crisis to speed your emotional recovery.", + "category": "Optimism", + "link": "https://www.nytimes.com/2017/07/25/well/mind/how-to-boost-resilience-in-midlife.html", + "creator": "Tara Parker-Pope", + "pubDate": "Wed, 26 Jul 2017 03:22:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152023,16 +177394,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a179e81cd82a3ff9c61f2717277b212b" + "hash": "32dd2c229cc5c6f0ff358f31fbf11c4e" }, { - "title": "Whiplash on U.S. Vaccine Mandate Leaves Employers ‘Totally Confused’", - "description": "Companies are struggling to figure out what to do as legal battles and rising Covid cases complicate their plans. Even up in the air: What does “fully vaccinated” mean?", - "content": "A drive-through Covid-19 testing site in Miami on Friday.", - "category": "Coronavirus Return to Office", - "link": "https://www.nytimes.com/2021/12/20/business/company-vaccine-mandates-biden.html", - "creator": "Lauren Hirsch, Emma Goldberg and Charlie Savage", - "pubDate": "Mon, 20 Dec 2021 08:00:09 +0000", + "title": "I’m Embarrassed by My Prenatal Depression. Here’s Why I Talk About It Anyway.", + "description": "One in five women will have mental health issues during and after pregnancy. Raising awareness matters for getting them the treatment they need.", + "content": "One in five women will have mental health issues during and after pregnancy. Raising awareness matters for getting them the treatment they need.", + "category": "Mental Health and Disorders", + "link": "https://www.nytimes.com/2019/04/30/parenting/prenatal-depression.html", + "creator": "Jessica Grose", + "pubDate": "Tue, 25 Jun 2019 20:46:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152044,16 +177415,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea1b4c62459aa991171a0c1694202cf1" + "hash": "cfbd54c5c267bf0c2719c74ae9623edf" }, { - "title": "Why We Clutter, and What to Do About It", - "description": "All that “stuff” in our drawers, closets and corners is a hazard, but there are ways to keep it at bay.", - "content": "All that “stuff” in our drawers, closets and corners is a hazard, but there are ways to keep it at bay.", - "category": "Orderliness and Clutter", - "link": "https://www.nytimes.com/2021/12/20/well/mind/how-to-declutter.html", + "title": "The Brain Fog of Menopause", + "description": "‘Menopause-related cognitive impairment happens to women in their 40s and 50s, women in the prime of life who suddenly have the rug pulled out from under them,’ an expert says.", + "content": " ", + "category": "Menopause", + "link": "https://www.nytimes.com/2018/12/17/well/live/the-brain-fog-of-menopause.html", "creator": "Jane E. Brody", - "pubDate": "Tue, 21 Dec 2021 16:15:26 +0000", + "pubDate": "Mon, 17 Dec 2018 10:00:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152065,16 +177436,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d215bfb85ec0abbb214575653b060a7a" + "hash": "c8951e8843c0e8681764976dd51d558b" }, { - "title": "Is That Sniffle a Cold? Or Is It Covid?", - "description": "In New York City, the slightest runny nose has people canceling holiday gatherings and lining up for hours outside coronavirus testing centers.", - "content": "New coronavirus case reports in New York are surging, and testing sites are backed up.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/20/nyregion/common-cold-coronavirus-anxiety.html", - "creator": "Sarah Maslin Nir", - "pubDate": "Mon, 20 Dec 2021 08:00:08 +0000", + "title": "ECT Can Be a Good Treatment Option for Serious Depression", + "description": "Electroconvulsive therapy can effectively treat depression, and is as safe as antidepressant drugs along with psychotherapy, a new analysis found.", + "content": "Doctors prepare a patient to receive electroconvulsive therapy at Mount Sinai Medical Center in New York.", + "category": "Seizures (Medical)", + "link": "https://www.nytimes.com/2021/09/14/well/ect-therapy-depression.html", + "creator": "Nicholas Bakalar", + "pubDate": "Tue, 14 Sep 2021 16:30:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152086,16 +177457,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f1e0ecd80f3022cb418f2309bad2b5e" + "hash": "719906951c49909d67acc36913a3e548" }, { - "title": "Secret Charms and 7th Sons: ‘The Cure’ Is Alive and Well in Ireland", - "description": "Belief in the benefits of the cure, a type of folk medicine that interweaves home remedies with superstition, religion and a sprinkle of magic is still a way of life in pockets of Ireland.", - "content": "Joe Gallagher performing “the cure” for a man in Pullough, in County Offaly, Ireland.", - "category": "Ireland", - "link": "https://www.nytimes.com/2021/12/20/world/europe/ireland-cure-folk-medicine.html", - "creator": "Megan Specia", - "pubDate": "Mon, 20 Dec 2021 18:33:52 +0000", + "title": "Santa Claus’s Real Estate Is Booming", + "description": "Is it any surprise that places where it’s ‘Christmas all the time’ have been attracting a record number of buyers during the pandemic?", + "content": "Is it any surprise that places where it’s ‘Christmas all the time’ have been attracting a record number of buyers during the pandemic?", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/14/realestate/santa-claus-real-estate.html", + "creator": "Joanne Kaufman", + "pubDate": "Tue, 14 Dec 2021 11:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152107,16 +177478,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bd062dfc468970a3eb7470e4f0b1c6e" + "hash": "9f0c7b35412909e5b52a0f152742d6e8" }, { - "title": "Billions in Amtrak Funding Could Modernize Aging Rail System", - "description": "The $1 trillion infrastructure bill that President Biden signed into law includes money that Amtrak hopes can fix crumbling bridges and tunnels along the Northeast Corridor.", - "content": "A train emerges from the 148-year-old Baltimore and Potomac Tunnel, the biggest bottleneck between Washington and New Jersey.", - "category": "Infrastructure Investment and Jobs Act (2021)", - "link": "https://www.nytimes.com/2021/12/20/us/politics/amtrak-expansion-funding-infrastructure-bill.html", - "creator": "Madeleine Ngo", - "pubDate": "Mon, 20 Dec 2021 08:00:10 +0000", + "title": "Sterlin Harjo Can Do a Lot More Than ‘Reservation Dogs’", + "description": "The filmmaker directed “Love and Fury,” a Netflix documentary about Native American artists, before his hit Hulu series.", + "content": "With “Love and Fury,” about contemporary Native artists, Sterlin Harjo said, “I just really wanted to tell a story that needed to be told.”", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/14/movies/love-and-fury-sterlin-harjo-reservation-dogs.html", + "creator": "Laura Zornosa", + "pubDate": "Tue, 14 Dec 2021 15:48:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152128,16 +177499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df396f9d893873b106bbef8613be394d" + "hash": "9fee41112ccb21a68dab94b4464f7c67" }, { - "title": "The Life of a Jazz Age Madam", - "description": "Debby Applegate discusses her new biography of Polly Adler, and Matthew Pearl talks about “The Taking of Jemima Boone.”", - "content": "Debby Applegate discusses her new biography of Polly Adler, and Matthew Pearl talks about “The Taking of Jemima Boone.”", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/17/books/review/podcast-debby-applegate-madam-polly-adler-matthew-pearl-taking-of-jemima-boone.html", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:56:09 +0000", + "title": "‘The Hand of God’ Review: A Portrait of the Cineaste as a Young Man", + "description": "Paolo Sorrentino’s autobiographical drama about growing up in Naples is sensual, sad and occasionally sublime.", + "content": "Paolo Sorrentino’s autobiographical drama about growing up in Naples is sensual, sad and occasionally sublime.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/14/movies/the-hand-of-god-review.html", + "creator": "A.O. Scott", + "pubDate": "Tue, 14 Dec 2021 20:52:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152149,16 +177520,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1da9665b0b40155d94ec34e46225107" + "hash": "b14812155a1f1c6c2935b7e2deb0cf43" }, { - "title": "The Tech I Want in 2022", - "description": "Next year we need more creative ways to bring us together. (Laundry robots would be cool, too.)", - "content": "Next year we need more creative ways to bring us together. (Laundry robots would be cool, too.)", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/21/technology/tech-innovations-2022.html", - "creator": "Shira Ovide", - "pubDate": "Tue, 21 Dec 2021 23:46:02 +0000", + "title": "Tiny Love Stories: ‘A Child I’ll Never Meet’", + "description": "Modern Love in miniature, featuring reader-submitted stories of no more than 100 words.", + "content": "Modern Love in miniature, featuring reader-submitted stories of no more than 100 words.", + "category": "Love (Emotion)", + "link": "https://www.nytimes.com/2021/12/14/style/tiny-modern-love-stories-a-child-ill-never-meet.html", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 20:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152170,16 +177541,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0c4b32f12f53e3678a9f306cb89eb74" + "hash": "ded1357de592f97681766fd9e35703a5" }, { - "title": "Pivoting to New Horizons With Career Help", - "description": "By offering job training, nonprofit groups not only assist with job changes, but also build confidence for interviews and life changes.", - "content": "Seeking help at a food bank led John Michael Johnson to a new career.", - "category": "New York Times Neediest Cases Fund", - "link": "https://www.nytimes.com/2021/12/21/neediest-cases/pivoting-to-new-horizons-with-career-help.html", - "creator": "Kristen Bayrakdarian", - "pubDate": "Tue, 21 Dec 2021 10:00:09 +0000", + "title": "Why a Times Reporter Keeps Writing About Dive Bars", + "description": "Attracted to the grit, equality and community of those modest watering holes, a Times reporter has worked them into his coverage.", + "content": "In Rio de Janeiro, people of all stripes gather in “dirty feet” bars. A reporter recognized a spirit found in other places he had written about.", + "category": "Bars and Nightclubs", + "link": "https://www.nytimes.com/2021/12/14/insider/dive-bars.html", + "creator": "Jack Nicas", + "pubDate": "Tue, 14 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152191,16 +177562,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b870c56f216b685ffc42ae805db6546" + "hash": "e0cb6a3277a1cd816b3ae846654a3e3d" }, { - "title": "India's Modi Brings Tap Water to Millions as Supplies Shrink", - "description": "The ambitious project to meet a dire need shows Prime Minister Narendra Modi’s strengths and helps explain his popularity despite a weakened economy.", - "content": "The ambitious project to meet a dire need shows Prime Minister Narendra Modi’s strengths and helps explain his popularity despite a weakened economy.", - "category": "India", - "link": "https://www.nytimes.com/2021/12/21/world/asia/india-water-modi.html", - "creator": "Mujib Mashal, Hari Kumar and Saumya Khandelwal", - "pubDate": "Tue, 21 Dec 2021 14:50:55 +0000", + "title": "Pfizer Treatment Protects Against Severe Disease, Study Says", + "description": "The company said its antiviral treatment, taken in pill form, worked in laboratory studies against the Omicron variant. Here’s the latest on Covid-19.", + "content": "The company said its antiviral treatment, taken in pill form, worked in laboratory studies against the Omicron variant. Here’s the latest on Covid-19.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/14/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Tue, 14 Dec 2021 22:20:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152212,16 +177583,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b2a3ec084d7c13badcb1ca773c0e5df" + "hash": "7a4636b97b1c99d77ce337ba51447414" }, { - "title": "The Pandemic Struck Orchestras With Underlying Conditions Hard", - "description": "With the coronavirus crisis exacerbating longstanding budget woes, the San Antonio Symphony wants to cut pay and positions. Its musicians have gone on strike.", - "content": "Musicians of the San Antonio Symphony on a picket line in October. They went on strike three months ago.", - "category": "Classical Music", - "link": "https://www.nytimes.com/2021/12/21/arts/music/orchestra-labor-coronavirus.html", - "creator": "Javier C. Hernández", - "pubDate": "Tue, 21 Dec 2021 14:00:11 +0000", + "title": "Conservatives Abandon Johnson Over New Covid Rules", + "description": "A record number of Prime Minister Boris Johnson’s fellow party members voted against his plan for Covid certificates. But the plan passed with the help of the opposition.", + "content": "Protesters demonstrated against Covid-19 passports and increased restrictions on Monday outside Parliament in London.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/14/world/europe/britain-covid-restrictions.html", + "creator": "Mark Landler and Stephen Castle", + "pubDate": "Tue, 14 Dec 2021 20:41:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152233,16 +177604,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af94e830ab0e5ac5c6835c582fafbd36" + "hash": "dd60e0dff0e88c35ff70a662e119453e" }, { - "title": "A Tense Libya Delays Its Presidential Election", - "description": "The postponement risks further destabilizing the oil-rich North African country, which has been mired in divisions and violence in the decade since Col. Muammar el-Qaddafi was toppled and killed in a revolution.", - "content": "Nearly 100 candidates had declared they were running in Libya’s presidential election.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/22/world/africa/libya-delays-presidential-election.html", - "creator": "Mona El-Naggar and Vivian Yee", - "pubDate": "Wed, 22 Dec 2021 10:25:02 +0000", + "title": "Facing Covid Spike, N.F.L. Mandates Boosters, but Stops Short on Testing", + "description": "The league will require boosters for coaches and some team personnel after a single-day high in positive tests among players. But the players’ union has argued that daily testing should resume.", + "content": "Patriots Coach Bill Belichick wearing a mask before a game in December 2020. The league relaxed mask-wearing guidelines for vaccinated personnel this season.", + "category": "Disease Rates", + "link": "https://www.nytimes.com/2021/12/14/sports/football/nfl-covid-vaccine-booster-shots.html", + "creator": "Emmanuel Morgan and Robin Stein", + "pubDate": "Tue, 14 Dec 2021 17:12:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152254,16 +177625,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38428b7c489ae2db3f03bb99d239fb1f" + "hash": "198ca86beb149010de54482ae585c018" }, { - "title": "Biden Administration Approves Two California Solar Projects", - "description": "The solar farms, planned for the California desert, would generate enough electricity to power about 132,000 homes, the Interior Department said.", - "content": "A field of solar panels near Mojave, Calif., in June.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/21/climate/solar-power-federal-land-california.html", - "creator": "Lisa Friedman", - "pubDate": "Tue, 21 Dec 2021 23:27:19 +0000", + "title": "House Set to Refer Contempt Charge Against Meadows in Jan. 6 Inquiry", + "description": "The former White House chief of staff previously provided the committee with thousands of pages of documents, including text messages he received on Jan. 6.", + "content": "After initially cooperating with the committee investigating the Jan. 6 attack on the Capitol, Mark Meadows filed suit against the panel.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/14/us/mark-meadows-contempt-capitol-riot.html", + "creator": "Luke Broadwater", + "pubDate": "Tue, 14 Dec 2021 21:35:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152275,16 +177646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e6aeba4459f48c67c801e194f83e7a3" + "hash": "0539e7b93a4aab230074931f11c3aa2b" }, { - "title": "British Court Orders Dubai Ruler to Pay £554 Million in Custody Settlement", - "description": "The settlement, of about $734 million, resolves a lengthy dispute that began when Princess Haya Bint Al Hussein and her two children fled to London in 2019.", - "content": "Princess Haya Bint Al Hussein, in England in 2010 with her husband at the time, Dubai’s ruler, Sheikh Mohammed bin Rashid al-Maktoum.", - "category": "Child Custody and Support", - "link": "https://www.nytimes.com/2021/12/21/world/europe/princess-haya-sheikh-mohammed-bin.html", - "creator": "Derrick Bryson Taylor", - "pubDate": "Tue, 21 Dec 2021 17:12:46 +0000", + "title": "Senate Passes $2.5 Trillion Debt Ceiling Increase", + "description": "The measure would allow the government to continue borrowing to finance its obligations without further action by Congress until after the 2022 midterm elections.", + "content": "Senator Chuck Schumer said on Tuesday that the $2.5 trillion figure would be enough to move the threat of a default past the midterm elections next year.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/14/us/politics/debt-limit.html", + "creator": "Emily Cochrane", + "pubDate": "Tue, 14 Dec 2021 21:59:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152296,16 +177667,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98c66b9cfee55085de5e220c01bcbfc3" + "hash": "37c4054fe4e733725c8a8ce422d547bf" }, { - "title": "5.9-Magnitude Earthquake Rattles Parts of Alaska", - "description": "There were no immediate reports of damage or injuries after the earthquake, whose epicenter was about 135 miles southwest of Anchorage, the U.S. Geological Survey said.", - "content": "A United States Geological Survey map showing the location of the earthquake.", - "category": "Earthquakes", - "link": "https://www.nytimes.com/2021/12/21/us/earthquake-alaska-anchorage.html", - "creator": "Eduardo Medina", - "pubDate": "Wed, 22 Dec 2021 01:45:07 +0000", + "title": "Trends in Arctic Report Card: ‘Consistent, Alarming and Undeniable’", + "description": "The changes happening at the top of the planet could unfold elsewhere in the years to come, scientists report.", + "content": "A prowling polar bear on the island of Pyramiden, part of the Svalbard archipelago in Norway, this year.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/14/climate/arctic-report-card-climate-change.html", + "creator": "Raymond Zhong", + "pubDate": "Tue, 14 Dec 2021 21:30:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152317,16 +177688,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab9fbf42a545e834ea6ff763957200a2" + "hash": "75dbb8fc0a15d899edb300dd20fe7de7" }, { - "title": "2 Are Arrested After Brawl With Police at Miami Airport", - "description": "The skirmish, which was captured on video, happened as the airport was bracing for heavy holiday passenger traffic despite a surge in Covid-19 cases driven by the highly transmissible Omicron variant.", - "content": "The skirmish, which was captured on video, happened as the airport was bracing for heavy holiday passenger traffic despite a surge in Covid-19 cases driven by the highly transmissible Omicron variant.", - "category": "Airports", - "link": "https://www.nytimes.com/2021/12/21/us/miami-airport-fight-brawl-video.html", - "creator": "Johnny Diaz", - "pubDate": "Tue, 21 Dec 2021 17:26:08 +0000", + "title": "As Search Continues, Dozens Killed in Tornadoes Are Mourned", + "description": "At least 74 people were killed in Kentucky, including victims ranging in age from two months to 98 years old. Here’s the latest.", + "content": "At least 74 people were killed in Kentucky, including victims ranging in age from two months to 98 years old. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/14/us/tornado-damage-victims", + "creator": "The New York Times", + "pubDate": "Tue, 14 Dec 2021 22:20:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152338,16 +177709,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0fcf72a0d4c9e80f15d3c322f4e7777f" + "hash": "b20436d8a69baef631683848ac55333d" }, { - "title": "Buck Showalter Introduced as Mets Manager", - "description": "In an introductory news conference, Buck Showalter applauded Steven Cohen for taking away the team’s excuses for not winning the World Series.", - "content": "Buck Showalter and his wife, Angela, appeared together on a video news conference to introduce him as the new manager of the Mets.", - "category": "Baseball", - "link": "https://www.nytimes.com/2021/12/21/sports/baseball/buck-showalter-mets.html", - "creator": "James Wagner", - "pubDate": "Tue, 21 Dec 2021 23:59:03 +0000", + "title": "The Welcome Return of the Run-In", + "description": "Running into acquaintances used to be a routine annoyance. Now, it’s an unholy rush.", + "content": "Running into acquaintances used to be a routine annoyance. Now, it’s an unholy rush.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/14/style/run-in-acquaintances.html", + "creator": "Reyhan Harmanci", + "pubDate": "Tue, 14 Dec 2021 19:49:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152359,16 +177730,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dd69a4d9bfe779a2ac0351465ad9c80" + "hash": "76c74aa1f113c737a304b1f7e562b963" }, { - "title": "Robert Lemke Sentenced to 3 Years Over Threats to Journalists and Politicians", - "description": "The same day that Trump supporters stormed the Capitol, Robert Lemke told a congressman’s brother that he was with “armed members near your home,” prosecutors said.", - "content": "Robert Lemke pleaded guilty to sending threatening messages on Jan. 6.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/21/us/politics/robert-lemke-capitol-riot.html", - "creator": "Mike Ives and Maria Cramer", - "pubDate": "Tue, 21 Dec 2021 21:56:33 +0000", + "title": "Looking for a Way to Soup Up Your Car? Go Electric.", + "description": "It may not be cheap, but swapping the combustion engine in your car for an electric one is getting easier.", + "content": "It may not be cheap, but swapping the combustion engine in your car for an electric one is getting easier.", + "category": "Electric and Hybrid Vehicles", + "link": "https://www.nytimes.com/2021/12/13/business/car-electric-engine-retrofitting.html", + "creator": "Christine Negroni", + "pubDate": "Mon, 13 Dec 2021 14:44:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152380,16 +177751,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad5af66a87098069b83be2acac127c4f" + "hash": "2059863bc127a9dc85f27af4ae15b32f" }, { - "title": "Five-Minute Coronavirus Stress Resets", - "description": "How to get unstuck from your anxiety.", - "content": "How to get unstuck from your anxiety.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2020/08/06/well/mind/five-minute-coronavirus-stress-resets.html", - "creator": "Jenny Taitz • Illustrations by Rozalina Burkova", - "pubDate": "Thu, 06 Aug 2020 13:46:00 +0000", + "title": "The Bogus Bashing of Build Back Better", + "description": "Beware of bad faith, bad logic and bad arithmetic.", + "content": "Beware of bad faith, bad logic and bad arithmetic.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/13/opinion/build-back-better.html", + "creator": "Paul Krugman", + "pubDate": "Tue, 14 Dec 2021 00:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152401,16 +177772,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "210a80bfcdc7ee8eb69f1fef3afc1da4" + "hash": "e6c2622e95d0418a226135c25b5df154" }, { - "title": "How to Get Things Done When You Don’t Want to Do Anything", - "description": "The drive to be your best can be hard to muster right about now. Here are some ways to get your mojo back.", - "content": "The drive to be your best can be hard to muster right about now. Here are some ways to get your mojo back.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/07/28/well/live/motivation-energy-advice.html", - "creator": "Cameron Walker", - "pubDate": "Wed, 28 Jul 2021 16:10:15 +0000", + "title": "Your Pocketbook Is Ruled by This Agency, and It’s in the Middle of a Huge Fight", + "description": "The current chairwoman could effectively run out the clock on the president’s first term.", + "content": "Jelena McWilliams, the chairwoman of the Federal Deposit Insurance Corporation’s board of directors and an opponent of stronger merger oversight, could effectively run out the clock on President Biden’s first term.", + "category": "McWilliams, Jelena", + "link": "https://www.nytimes.com/2021/12/14/opinion/jelena-mcwilliams-fdic-bank-regulation.html", + "creator": "Mehrsa Baradaran and Jeremy Kress", + "pubDate": "Tue, 14 Dec 2021 15:22:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152422,16 +177793,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "230689216d4e37dff1967d6ca33f6245" + "hash": "27c3ec6140ae39c26a30b85bfa5661ba" }, { - "title": "How Glial Cells Are Quietly Revolutionizing Chronic Pain Study and Care", - "description": "New science is rewriting the book on chronic pain — and may make treatment more accessible", - "content": "Justin J Wee for The New York Times. Prop stylist: Caroline Dorn.", - "category": "Pain", - "link": "https://www.nytimes.com/2021/11/09/well/mind/glial-cells-chronic-pain-treatment.html", - "creator": "David Dobbs", - "pubDate": "Mon, 22 Nov 2021 14:09:51 +0000", + "title": "Take Action Now to Curb Inflation", + "description": "It’s better to act more aggressively now than wait and risk sparking a recession later.", + "content": "Jerome Powell, chairman of the Federal Reserve.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/13/opinion/inflation-biden-powell-economy-federal-reserve.html", + "creator": "Glenn Hubbard", + "pubDate": "Mon, 13 Dec 2021 18:37:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152443,16 +177814,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "871a600474716896c1bb930c344aaa91" + "hash": "d3a527ae6937ba8520d0b849295ceba5" }, { - "title": "An English City's Fight Against Loneliness", - "description": "Frome, a small city in England, has taken an innovative approach to mental health with its fight against loneliness.", - "content": "John Willis, left, gets assistance with his digital device from Will Palmer of Health Connections, a community support network.", - "category": "Loneliness", - "link": "https://www.nytimes.com/2021/12/15/business/england-city-fights-isolation.html", - "creator": "Peter Wilson", - "pubDate": "Thu, 16 Dec 2021 18:16:00 +0000", + "title": "Debate Teaches Kids How to Think", + "description": "Everyone should have that privilege.", + "content": "Everyone should have that privilege.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/13/opinion/debate-important-lessons.html", + "creator": "Jay Caspian Kang", + "pubDate": "Tue, 14 Dec 2021 02:35:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152464,16 +177835,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca5f9676bdff07a32866a204c7aee0a3" + "hash": "fc7cc9014d4b1992b9fce97e35202a5d" }, { - "title": "All Anyone Wants for Christmas Is a Covid Test", - "description": "Up until last week, many Americans were worried about their holiday presents arriving on time. Now, rapid tests are at the top of their list.", - "content": "Happy holidays? Rapid antigen test kits have become a commodity ahead of Christmas.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/21/style/christmas-covid-home-tests.html", - "creator": "Gina Cherelus and Anna P. Kambhampaty", - "pubDate": "Tue, 21 Dec 2021 22:56:35 +0000", + "title": "Is Biden’s Presidency a Disappointment?", + "description": "Readers assess the Biden presidency. Also: Mark Meadows and Jan. 6; paying for abortions for women in need.", + "content": "  ", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/14/opinion/letters/biden-presidency.html", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:11:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152485,16 +177856,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e423de955e321173a3e9ac0b0011f2ab" + "hash": "d19baf9571cefdfa58447992db901923" }, { - "title": "What to Know About Your Hair: Questions and Answers", - "description": "Here, answers to some pressing questions about what’s going on with your hair and what treatments may be worth trying.", - "content": "Here, answers to some pressing questions about what’s going on with your hair and what treatments may be worth trying.", - "category": "Hair", - "link": "https://www.nytimes.com/2021/12/21/style/hair-loss.html", - "creator": "Tatiana Boncompagni", - "pubDate": "Tue, 21 Dec 2021 10:00:10 +0000", + "title": "Education Is Like a Beautiful Garden", + "description": "Consider giving to education-related charities this holiday season.", + "content": "Consider giving to education-related charities this holiday season.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/13/opinion/philanthropy-giving-education.html", + "creator": "Peter Coy", + "pubDate": "Mon, 13 Dec 2021 20:38:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152506,16 +177877,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3438112246368fce163f78f5ae7ae549" + "hash": "9b351a0dddb36ec4c05341315111199d" }, { - "title": "Tiny Love Stories: ‘Nobody Knows I’m a Lesbian’", - "description": "Modern Love in miniature, featuring reader-submitted stories of no more than 100 words.", - "content": "Modern Love in miniature, featuring reader-submitted stories of no more than 100 words.", - "category": "Love (Emotion)", - "link": "https://www.nytimes.com/2021/12/21/style/tiny-modern-love-stories-lesbian.html", - "creator": "", - "pubDate": "Tue, 21 Dec 2021 20:00:14 +0000", + "title": "Donating to Environmental Nonprofits in the South", + "description": "Our collective efforts can make a huge difference. ", + "content": "Lost Cove in Sewanee, Tenn.", + "category": "Environment", + "link": "https://www.nytimes.com/2021/12/13/opinion/environmental-nonprofits-tennesse-south.html", + "creator": "Margaret Renkl", + "pubDate": "Mon, 13 Dec 2021 10:05:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152527,16 +177898,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f2cccc2735b9e35c3a3194470c693c8" + "hash": "87dce11919f7550cf9c182e23b44dd16" }, { - "title": "The 10 Best Podcasts of 2021", - "description": "Shows about Chippendales, a notorious Hollywood bomb, the search for the perfect pasta shape and the immediate aftermath of 9/11 are among those worthy of your attention.", - "content": "Shows about Chippendales, a notorious Hollywood bomb, the search for the perfect pasta shape and the immediate aftermath of 9/11 are among those worthy of your attention.", - "category": "Podcasts", - "link": "https://www.nytimes.com/2021/12/01/arts/best-podcasts.html", - "creator": "Reggie Ugwu", - "pubDate": "Thu, 02 Dec 2021 15:07:18 +0000", + "title": "There Is a World of Good We Can Do", + "description": "A few worthies from Times Opinion’s giving guide and a few … unworthies.", + "content": "A few worthies from Times Opinion’s giving guide and a few … unworthies.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/13/opinion/charities-giving-politics.html", + "creator": "Gail Collins and Bret Stephens", + "pubDate": "Tue, 14 Dec 2021 00:27:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152548,16 +177919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf57ed3a9a001361734696d89ab1aea9" + "hash": "b0377d0472e994fee857dbfda21eabe5" }, { - "title": "Some Scientists Warn Omicron Will Surge Without Harsher Measures", - "description": "Several European nations are reporting more instances of fake Covid passes and vaccine certificates. Follow pandemic news.", - "content": "Several European nations are reporting more instances of fake Covid passes and vaccine certificates. Follow pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/21/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Wed, 22 Dec 2021 08:34:24 +0000", + "title": "Why Times Opinion Is Sounding the Climate Change Alarm", + "description": "The climate crisis is now.", + "content": "The climate crisis is now.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/13/opinion/nyt-climate-change.html", + "creator": "Kathleen Kingsbury", + "pubDate": "Mon, 13 Dec 2021 14:05:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152569,16 +177940,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7762c1553de255e985afd23aa6eaae2" + "hash": "720c20e84b2ad7491a3933dba4a135e0" }, { - "title": "Biden Bolsters Virus Fight, Offering Aid to Hospitals and Free Tests", - "description": "The president also sought to address the nation’s battered psyche, telling anxious Americans that “we should all be concerned about Omicron, but not panicked.”", - "content": "“I know you’re tired, really, and I know you’re frustrated,” President Biden told Americans in his address on Tuesday.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/21/us/politics/omicron-covid-biden.html", - "creator": "Sheryl Gay Stolberg and Michael D. Shear", - "pubDate": "Wed, 22 Dec 2021 02:28:46 +0000", + "title": "Across the World, Covid Anxiety and Depression Take Hold", + "description": "It is still unclear how much of a threat the fast-spreading Omicron variant poses, but fear and a sudden revival of restrictions have added to an epidemic of loneliness.", + "content": "A Covid-19 patient in a hospital in Marseille, France, on Friday.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/12/13/world/europe/covid-anxiety-depression-omicron.html", + "creator": "Roger Cohen", + "pubDate": "Tue, 14 Dec 2021 03:29:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152590,16 +177961,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4111b73989ada5adf7d03706cc77cd55" + "hash": "b7199893a7d7847d361b5185759785c5" }, { - "title": "Libya Delays Presidential Election", - "description": "The postponement risks further destabilizing the oil-rich North African country, which has been mired in divisions and violence in the decade since Col. Muammar el-Qaddafi was toppled and killed in a revolution.", - "content": "Nearly 100 candidates had declared they were running in Libya’s presidential election.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/22/world/africa/libya-delays-presidential-election.html", - "creator": "Mona El-Naggar and Vivian Yee", - "pubDate": "Wed, 22 Dec 2021 09:07:14 +0000", + "title": "Supreme Court Allows Vaccine Mandate for New York Health Care Workers", + "description": "Doctors and nurses challenged a state coronavirus vaccine requirement that had medical but not religious exemptions, saying it violated their right to free exercise of their faiths.", + "content": "Lisabeth Johnson, a nurse at the Hebrew Home at Riverdale in New York, received a coronavirus vaccine at her workplace in September.", + "category": "Freedom of Religion", + "link": "https://www.nytimes.com/2021/12/13/us/politics/supreme-court-vaccine-mandate-new-york-healthcare.html", + "creator": "Adam Liptak", + "pubDate": "Mon, 13 Dec 2021 21:42:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152611,16 +177982,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea1f9899aa0a65f39760a50289ea6ff8" + "hash": "9c0f2a23077db744115bb4a702d66101" }, { - "title": "There’s One City That Can Show Us Our Omicron Future", - "description": "How to fight Omicron and maintain public trust.", - "content": "How to fight Omicron and maintain public trust.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/20/opinion/covid-omicron-future.html", - "creator": "Jay K. Varma", - "pubDate": "Mon, 20 Dec 2021 19:09:51 +0000", + "title": "Nassar Abuse Survivors Reach a $380 Million Settlement", + "description": "The agreement reached with U.S.A. Gymnastics and the U.S. Olympic & Paralympic Committee will compensate more than 500 girls and women abused in the sport.", + "content": "The agreement reached with U.S.A. Gymnastics and the U.S. Olympic & Paralympic Committee will compensate more than 500 girls and women abused in the sport.", + "category": "Gymnastics", + "link": "https://www.nytimes.com/2021/12/13/sports/olympics/nassar-abuse-gymnasts-settlement.html", + "creator": "Juliet Macur", + "pubDate": "Mon, 13 Dec 2021 18:38:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152632,16 +178003,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ec81e8849bf5f61c8ffd8b88e25738d" + "hash": "92509c5f0c2b38a8a94feeb819ff3a53" }, { - "title": "We Learned Our Lesson Last Year: Do Not Close Schools", - "description": "The Omicron surge is scary. But schools must stay open.", - "content": "The Omicron surge is scary. But schools must stay open.", - "category": "Education (K-12)", - "link": "https://www.nytimes.com/2021/12/20/opinion/omicron-schools-do-not-close.html", - "creator": "Joseph G. Allen", - "pubDate": "Mon, 20 Dec 2021 23:05:01 +0000", + "title": "Her Instagram Handle Was ‘Metaverse.’ Last Month, It Vanished.", + "description": "Five days after Facebook changed its name to Meta, an Australian artist found herself blocked, with seemingly no recourse, from an account documenting nearly a decade of her life and work.", + "content": "Thea-Mai Baumann’s Instagram account was erased after Facebook changed its name to Meta.", + "category": "Social Media", + "link": "https://www.nytimes.com/2021/12/13/technology/instagram-handle-metaverse.html", + "creator": "Maddison Connaughton", + "pubDate": "Mon, 13 Dec 2021 05:21:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152653,16 +178024,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d06afee57d4cdef9091aeb7486a494c" + "hash": "4287993cc5d3fea7b0a65792a8fcb88a" }, { - "title": "A Call to Fund the Police", - "description": "Mayors of color in major, liberal cities are prioritizing public safety.", - "content": "Mayors of color in major, liberal cities are prioritizing public safety.", - "category": "Police", - "link": "https://www.nytimes.com/2021/12/20/opinion/mayors-fund-police.html", - "creator": "Jay Caspian Kang", - "pubDate": "Mon, 20 Dec 2021 20:37:07 +0000", + "title": "No U.S. Troops Will Be Punished for Deadly Kabul Drone Strike", + "description": "The military initially defended the August strike, which killed 10 civilians including seven children, in the days afterward, but ultimately called it a tragic mistake.", + "content": "A relative looks at the damage after after a U.S. drone strike killed 10 civilians in Kabul, Afghanistan, in August. The military later admitted the strike was a tragic mistake.", + "category": "United States Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/13/us/politics/afghanistan-drone-strike.html", + "creator": "Eric Schmitt", + "pubDate": "Mon, 13 Dec 2021 18:27:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152674,16 +178045,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4302275f7d70dd16717560fadf1b3600" + "hash": "fe4a03a2b8478f440fe1fc69f00fabba" }, { - "title": "In Dark Times, the Solstice Reminds Us There Will Be Light ", - "description": "For me the solstice has always been a promise: After tomorrow, there will be more light.", - "content": "For me the solstice has always been a promise: After tomorrow, there will be more light.", - "category": "Winter (Season)", - "link": "https://www.nytimes.com/2021/12/20/opinion/winter-solstice-2021.html", - "creator": "Margaret Renkl", - "pubDate": "Mon, 20 Dec 2021 10:00:07 +0000", + "title": "How Far Will Supreme Court Justices Go on Abortion?", + "description": "And the Supreme Court’s two very different paths.", + "content": "The Supreme Court", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/14/briefing/abortion-supreme-court-roe-v-wade.html", + "creator": "David Leonhardt", + "pubDate": "Tue, 14 Dec 2021 12:25:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152695,16 +178066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b136e773e1133acbcf73f4319753fa8c" + "hash": "18f5dd47b2d0bc70b3499fe8087c8aeb" }, { - "title": "To Fight Omicron, Biden Plans Aid From Military and 500 Million Tests", - "description": "The president is set to unveil his initiatives, which also include creating new federal testing sites and deploying federal vaccinators, in a speech on Tuesday.", - "content": "Philadelphia residents waiting to receive free at-home coronavirus test kits on Monday. President Biden is set to announce that he plans to distribute 500 million such free tests to the public.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/21/us/politics/omicron-covid-biden.html", - "creator": "Sheryl Gay Stolberg", - "pubDate": "Tue, 21 Dec 2021 16:59:22 +0000", + "title": "Why Was Haiti’s President Assassinated?", + "description": "An investigation into the killing of the Caribbean nation’s leader points to corruption and drug trafficking at the highest levels of government.", + "content": "A mural depicting Mr. Moïse in Port-au-Prince, the capital of Haiti, in September. The investigation into the president’s killing has stalled, American officials say.", + "category": "Assassinations and Attempted Assassinations", + "link": "https://www.nytimes.com/2021/12/14/podcasts/the-daily/jovenel-moise-haiti-president-assassination.html", + "creator": "Sabrina Tavernise, Daniel Guillemette, Austin Mitchell, Rob Szypko, Chelsea Daniel, Paige Cowett, Lisa Chow, Dan Powell, Marion Lozano and Chris Wood", + "pubDate": "Tue, 14 Dec 2021 11:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152716,16 +178087,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "714d8ed43fdc50076fa0f8086943ea56" + "hash": "26d3cf1156ab40eedbc05f0ab4809e21" }, { - "title": "Here’s what we know about Biden’s coming speech on the U.S. Omicron response.", - "description": "", - "content": "President Biden returning to the White House on Monday after spending the weekend in Wilmington, Del. He is expected to announce new steps to confront the national surge in coronavirus cases.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/21/world/omicron-covid-vaccine-tests/heres-what-we-know-about-bidens-coming-speech-on-the-us-omicron-response", - "creator": "Sheryl Gay Stolberg", - "pubDate": "Tue, 21 Dec 2021 16:55:37 +0000", + "title": "A New Oral History of HBO", + "description": "James Andrew Miller talks about “Tinderbox,” and Mayukh Sen discusses “Taste Makers.”", + "content": "James Andrew Miller talks about “Tinderbox,” and Mayukh Sen discusses “Taste Makers.”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/10/books/review/a-new-oral-history-of-hbo.html", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 19:46:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152737,16 +178108,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6425a658d818f637028483d746b81a03" + "hash": "10a99ecd53dfa2ea29a35fc9c6593a23" }, { - "title": "France and Italy Crack Down on Vaccine-Related Fraud", - "description": "Several European nations are reporting more instances of fake Covid passes and vaccine certificates. Follow pandemic news.", - "content": "Several European nations are reporting more instances of fake Covid passes and vaccine certificates. Follow pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/21/world/biden-omicron-speech", - "creator": "The New York Times", - "pubDate": "Tue, 21 Dec 2021 17:25:28 +0000", + "title": "Gasoline Truck in Haiti Explodes, Killing More Than 60", + "description": "Scores more were injured in the blast. It was the latest tragedy to hit the country, which has been rocked by political violence, natural disasters, poverty and hunger.", + "content": "The explosion site in Cap-Haitien, Haiti, on Tuesday.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/14/world/americas/haiti-fuel-tanker-explosion.html", + "creator": "Harold Isaac and Oscar Lopez", + "pubDate": "Tue, 14 Dec 2021 18:49:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152758,16 +178129,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "614eec51f0c2843b6a56a6f61a58e55d" + "hash": "a6f4073d8e148fabab97aa3ecfe9c8bc" }, { - "title": "Omicron Helps Fuel a Case Increase in the U.S. ", - "description": "In a country already struggling with full hospitals and virus fatigue, the variant has contributed to spikes in some states.", - "content": "A covid testing site in Washington. The mayor reinstated an indoor mask mandate on Monday.", - "category": "", - "link": "https://www.nytimes.com/2021/12/20/us/us-holidays-omicron-cases.html", - "creator": "Campbell Robertson, Mitch Smith and Giulia Heyward", - "pubDate": "Tue, 21 Dec 2021 14:48:44 +0000", + "title": "Phillip Adams Had Severe C.T.E. at the Time of Shootings", + "description": "A neuropathologist found an “unusually severe” form of the brain disease in the 32-year-old former N.F.L. player who killed six people in April before shooting himself.", + "content": "Phillip Adams, a former journeyman N.F.L. defensive back, was posthumously found to have stage 2 C.T.E. after his brain was examined at Boston University.", + "category": "Chronic Traumatic Encephalopathy", + "link": "https://www.nytimes.com/2021/12/14/sports/football/phillip-adams-cte-shootings.html", + "creator": "Jonathan Abrams", + "pubDate": "Tue, 14 Dec 2021 19:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152779,16 +178150,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4add7b1e437f9c7cb6f0fd8433f0932" + "hash": "25eab41fd3ca84a3000795fc4ac571f9" }, { - "title": "The N.H.L. paused its season ahead of a holiday break.", - "description": "The league became the first in North America to widely suspend out of concerns about the Omicron variant.", - "content": "The Montreal Canadiens and Philadelphia Flyers warmed up in an empty arena in Montreal recently. Nearly four dozen N.H.L. games have been delayed this season.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/20/world/omicron-covid-vaccine-tests/nhl-season-pause", - "creator": "Oskar Garcia", - "pubDate": "Tue, 21 Dec 2021 11:47:40 +0000", + "title": "China Turns to Olympic Committee as Peng Shuai Scandal Lingers", + "description": "The International Olympic Committee’s professed neutrality has provided coverage for Beijing, which delivers big audiences and funding in exchange.", + "content": "The International Olympic Committee’s professed neutrality has provided coverage for Beijing, which delivers big audiences and funding in exchange.", + "category": "Samaranch, Juan Antonio", + "link": "https://www.nytimes.com/2021/12/14/business/china-olympics-peng-shuai-samaranch.html", + "creator": "Li Yuan", + "pubDate": "Tue, 14 Dec 2021 11:15:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152800,16 +178171,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eddbf0d39dcf9133d1d2022d61a18ae8" + "hash": "d56862368bf39eb6312d9680f4f79f6f" }, { - "title": "How Pandemics End", - "description": "An infectious outbreak can conclude in more ways than one, historians say. But for whom does it end, and who gets to decide?", - "content": "A Sicilian fresco from 1445. In the previous century, the Black Death killed at least a third of Europe’s population.", - "category": "Epidemics", - "link": "https://www.nytimes.com/2020/05/10/health/coronavirus-plague-pandemic-history.html", - "creator": "Gina Kolata", - "pubDate": "Fri, 15 May 2020 01:15:12 +0000", + "title": "Belarus Opposition Leader Is Sentenced to 18 Years in Prison", + "description": "The activist Sergei Tikhanovsky planned to challenge the country’s authoritarian leader, Aleksandr G. Lukashenko, in a presidential election last year. He was arrested before the vote and his wife stepped in.", + "content": "A photograph of Sergei Tikhanovsky, the detained Belarusian opposition activist and blogger, displayed at a demonstration in Minsk in August 2020.", + "category": "Elections", + "link": "https://www.nytimes.com/2021/12/14/world/europe/belarus-opposition-sergei-tikhanovsky.html", + "creator": "Ivan Nechepurenko", + "pubDate": "Tue, 14 Dec 2021 19:18:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152821,16 +178192,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91c0e68fec381cd40dfd76ecb3bbf63c" + "hash": "e59d7677b50df0ddfadb8c47b8e6f5eb" }, { - "title": "Covid Rapid At-Home Tests: How Accurate Are They and Other Questions Answered", - "description": "As the Omicron variant spreads, regular home testing can lower risk, ease worry and allow you to live a more normal life.", - "content": "Testing isn’t a substitute for being vaccinated or getting a booster shot. But at-home rapid tests can tell people within minutes whether they are contagious with Covid-19.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/10/07/well/live/covid-rapid-at-home-test.html", - "creator": "Tara Parker-Pope", - "pubDate": "Sat, 18 Dec 2021 19:45:13 +0000", + "title": "How Inflation Affects Turkey's Struggling Economy", + "description": "Even before the pandemic, Turkey was trying to ward off financial meltdown. The crisis has accelerated as President Recep Tayyip Erdogan has doubled down on his unorthodox policies.", + "content": "People lined up to purchase bread in Istanbul, Turkey, last week.", + "category": "Erdogan, Recep Tayyip", + "link": "https://www.nytimes.com/2021/12/14/business/economy/turkey-inflation-economy-lira.html", + "creator": "Patricia Cohen", + "pubDate": "Tue, 14 Dec 2021 21:16:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152842,16 +178213,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03661c3c5932bc159fef7fc38271cc71" + "hash": "00b34cb5b702a07a46bf9c27a1804fb0" }, { - "title": "Behind Manchin’s Opposition, a Long History of Fighting Climate Measures", - "description": "Senator Joe Manchin III noted climate policy when he said he would vote against the Build Back Better Act. In his life and career, West Virginia coal has loomed large.", - "content": "The version of the bill that passed the House devoted $555 billion to shifting the nation away from fossil fuels like West Virginia coal from the Pocahontas mine to renewable sources of energy, such as wind and solar power.", - "category": "American Families Plan (2021)", - "link": "https://www.nytimes.com/2021/12/20/us/politics/manchin-climate-change-coal.html", - "creator": "Jonathan Weisman and Lisa Friedman", - "pubDate": "Tue, 21 Dec 2021 01:50:05 +0000", + "title": "Wirecutter Union Reaches Deal With New York Times Co.", + "description": "The contract, which the union’s members will vote on, includes immediate average wage increases of about $5,000 and 3 percent raises for each year of the deal, which runs through February 2024.", + "content": "The contract, which the union’s members will vote on, includes immediate average wage increases of about $5,000 and 3 percent raises for each year of the deal, which runs through February 2024.", + "category": "Organized Labor", + "link": "https://www.nytimes.com/2021/12/14/business/media/wirecutter-union-contract.html", + "creator": "Katie Robertson", + "pubDate": "Tue, 14 Dec 2021 20:23:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152863,16 +178234,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "37b26c78800b2254fbbbd5f5caecb2ee" + "hash": "d8a1c435191b89e71c52f37f1cec8eb7" }, { - "title": "How the Kremlin Is Militarizing Russian Society", - "description": "With a “youth army,” a cathedral honoring the military and state media promoting patriotism, the government is preparing Russians for the possibility of a fight.", - "content": "An award ceremony for a patriotic club in Vladimir, Russia.", - "category": "War and Armed Conflicts", - "link": "https://www.nytimes.com/2021/12/21/world/europe/russia-military-putin-kremlin.html", - "creator": "Anton Troianovski, Ivan Nechepurenko, Valerie Hopkins and Sergey Ponomarev", - "pubDate": "Tue, 21 Dec 2021 12:57:33 +0000", + "title": "Business Updates: Toyota Outlines Plans to Expand Electric Car Sales", + "description": "The International Energy Agency said that the key factor in its improved outlook was rising production in the United States, Canada and Brazil.", + "content": "The International Energy Agency said that the key factor in its improved outlook was rising production in the United States, Canada and Brazil.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/14/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Tue, 14 Dec 2021 22:11:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152884,16 +178255,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88b3b5a3f6df3b43c74e90c1462c3829" + "hash": "c4b17b3044a10d99c9114a509a74b5e7" }, { - "title": "In a Boston Court, a Harsh Spotlight Falls on a Heavyweight of Science", - "description": "The trial of Charles Lieber offers a peek inside the world of big-money, big-prestige science as the U.S. cracked down on Chinese funding.", - "content": "Charles Lieber, a Harvard research scientist accused of lying to the government about his involvement in a Chinese effort to attract foreign-educated scientists, left federal court in Boston last year.", - "category": "Science and Technology", - "link": "https://www.nytimes.com/2021/12/21/science/lieber-china-initiative-trial.html", - "creator": "Ellen Barry", - "pubDate": "Tue, 21 Dec 2021 16:18:04 +0000", + "title": "Nai-Ni Chen, Whose Dances Merged East and West, Dies at 62", + "description": "Ms. Chen, who founded the Nai-Ni Chen Dance Company in 1988, died while swimming in Hawaii, where she was vacationing.", + "content": "Nai-Ni Chen performing in “Passage to the Silk River” at New York City Center’s Fall for Dance Festival in 2005. “I like to integrate both aesthetics, Eastern and Western,” Ms. Chen, who founded the company named for her, once said.", + "category": "Dancing", + "link": "https://www.nytimes.com/2021/12/13/arts/dance/nai-ni-chen-dead.html", + "creator": "Neil Genzlinger", + "pubDate": "Mon, 13 Dec 2021 23:31:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152905,16 +178276,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f23bdafd8d75cda0acda6f389366da60" + "hash": "4982f760fa3f433333e756dcb01d6c8a" }, { - "title": "How the 2020s Economy Could Resemble the 1980s", - "description": "It depends on whether Jerome Powell at the Fed can pull a reverse Paul Volcker.", - "content": "President Ronald Reagan goes over his speech to Congress on the economy in 1981.", - "category": "Inflation (Economics)", - "link": "https://www.nytimes.com/2021/12/21/upshot/how-the-2020s-economy-could-resemble-the-1980s.html", - "creator": "Neil Irwin", - "pubDate": "Tue, 21 Dec 2021 08:00:07 +0000", + "title": "The Fed Meets Amid Faster Inflation and Prepares to React", + "description": "The Federal Reserve could announce plans to cut economic support faster, and may signal 2022 rate increases, at its Dec. 14-15 meeting.", + "content": "Jerome H. Powell, the Federal Reserve chair, has signaled that the central bank is growing more worried about inflation and could move to withdraw economic support more quickly.", + "category": "Interest Rates", + "link": "https://www.nytimes.com/2021/12/14/business/economy/fed-meeting-inflation.html", + "creator": "Jeanna Smialek", + "pubDate": "Tue, 14 Dec 2021 22:09:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152926,16 +178297,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "66b1525c57d55c65a92a9ad53c63f7e1" + "hash": "b63a932ec0ff03eb6943d2cecf39cf54" }, { - "title": "Give Thanks for the Winter Solstice. You Might Not Be Here Without It.", - "description": "The scientific start of winter offers a moment to reflect on how we might not be here to witness the changing seasons without Earth’s particular tilt toward the sun.", - "content": "The Earth during the winter solstice of 2010, the shortest day of the year in the Northern Hemisphere.", - "category": "Winter (Season)", - "link": "https://www.nytimes.com/2017/12/20/science/winter-solstice-december-21.html", - "creator": "Shannon Hall", - "pubDate": "Tue, 21 Dec 2021 16:30:09 +0000", + "title": "Heavy Rain and Snow Are Expected Over Much of California", + "description": "The state was blanketed by a variety of weather warnings, with more than five feet of snow predicted for parts of the Sierra Nevada.", + "content": "A storm brought heavy rainfall and wind to San Francisco and other parts of Northern California on Monday.", + "category": "California", + "link": "https://www.nytimes.com/2021/12/14/us/california-snow-rain-storm.html", + "creator": "Derrick Bryson Taylor", + "pubDate": "Tue, 14 Dec 2021 21:35:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152947,16 +178318,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a70e589f718038df4da7f66679942813" + "hash": "b157981faf220e3c1ffcdc5c6bb61ed0" }, { - "title": "What We Lose if We Don’t Build Back Better", - "description": "Manchin’s justifications for his betrayal won’t wash.", - "content": "Manchin’s justifications for his betrayal won’t wash.", - "category": "Manchin, Joe III", - "link": "https://www.nytimes.com/2021/12/20/opinion/manchin-build-back-better.html", - "creator": "Paul Krugman", - "pubDate": "Tue, 21 Dec 2021 00:00:06 +0000", + "title": "Paris 2024 Floats Openness After Two Closed-Door Olympics", + "description": "French organizers approved a sprawling opening ceremony, with athletes floating down the Seine in a parade of boats, but to date they have not criticized China.", + "content": "French organizers approved a sprawling opening ceremony, with athletes floating down the Seine in a parade of boats, but to date they have not criticized China.", + "category": "International Olympic Committee", + "link": "https://www.nytimes.com/2021/12/13/sports/olympics/paris-2024-beijing-2022.html", + "creator": "Matthew Futterman", + "pubDate": "Tue, 14 Dec 2021 21:46:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152968,16 +178339,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c61a69f6bfc9e9506ad0a1379bf9f49" + "hash": "4a98054cf12c7636b0bd35008b565c85" }, { - "title": "Manchin’s Opposition to the Build Back Better Bill", - "description": "Readers are frustrated by the senator’s ability to block the passage of the bill. Also: Tesla safety; organ transplants; New York City’s economy.", - "content": "Senator Joe Manchin at the Capitol last week.", - "category": "", - "link": "https://www.nytimes.com/2021/12/20/opinion/letters/manchin-build-back-better.html", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 20:30:02 +0000", + "title": "Mackenzie Davis Catches Fire", + "description": "In the new HBO Max series “Station Eleven,” Davis plays the lead as a tough but vulnerable survivor of a pandemic. She had ample experience to draw from.", + "content": "“Like anybody else, I had a number of hugely upsetting events happen in the last two years,” Mackenzie Davis said. Her latest role provided a chance to grapple with some of those feelings.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/14/arts/television/mackenzie-davis-station-eleven.html", + "creator": "Coralie Kraft", + "pubDate": "Tue, 14 Dec 2021 19:26:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -152989,16 +178360,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "86ccd3e61924556c25b3f5e626464494" + "hash": "fca4edccc37a26cf2d137e097c7607a9" }, { - "title": "Trump Sues Letitia James in Bid to Stop Inquiry Into His Business", - "description": "The lawsuit argues that the attorney general, Letitia James, has long exhibited a political bias against the former president.", - "content": "The investigation into Donald J. Trump by Letitia James, the New York attorney general, began in 2019 and has focused on Mr. Trump’s financial transactions and properties.", - "category": "James, Letitia", - "link": "https://www.nytimes.com/2021/12/20/nyregion/trump-lawsuit-letitia-james.html", - "creator": "Jonah E. Bromwich, Ben Protess and William K. Rashbaum", - "pubDate": "Mon, 20 Dec 2021 20:45:07 +0000", + "title": "Famed for Fiction, Jim Harrison Was Also a Poet of Prodigious Appetites", + "description": "Pleasure and mortality are the twin themes of Harrison’s mammoth “Complete Poems,” spanning his career from his 1965 debut to his 2016 death.", + "content": "Pleasure and mortality are the twin themes of Harrison’s mammoth “Complete Poems,” spanning his career from his 1965 debut to his 2016 death.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/14/books/review/jim-harrison-complete-poems.html", + "creator": "Troy Jollimore", + "pubDate": "Tue, 14 Dec 2021 16:40:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153010,16 +178381,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ace8c3bca366514a4e3b919656e5e39" + "hash": "96468272ba660f0f6e8f96253836119e" }, { - "title": "The Best TV Episodes of 2021", - "description": "Among the thousands of hours of television that came out this year, episodes of “Call My Agent,” “For All Mankind,” “Mythic Quest,” “Pose” and “WandaVision,” among others, stood out.", - "content": "Among the thousands of hours of television that came out this year, episodes of “Call My Agent,” “For All Mankind,” “Mythic Quest,” “Pose” and “WandaVision,” among others, stood out.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/20/arts/television/best-tv-episodes-2021.html", - "creator": "James Poniewozik, Mike Hale and Margaret Lyons", - "pubDate": "Mon, 20 Dec 2021 10:00:19 +0000", + "title": "Why Shouldn’t Housing for the Homeless Be Beautiful?", + "description": "An exhibition highlights creative solutions by architects around the world to the problem of homelessness.", + "content": "An exhibition highlights creative solutions by architects around the world to the problem of homelessness.", + "category": "Homeless Persons", + "link": "https://www.nytimes.com/2021/11/25/arts/design/homeless-architecture-whos-next-munich.html", + "creator": "Thomas Rogers", + "pubDate": "Fri, 26 Nov 2021 16:05:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153031,16 +178402,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "97ed472887a385bfa9dc07df0f5245ac" + "hash": "736ce2c376fa134a6a51280ae90016e2" }, { - "title": "Charlie Woods Dazzles While Tiger, in Return, Grimaces and Grinds", - "description": "At the PNC Championship, the first tournament for the 15-time major champion since a devastating car crash in February, father and son inspired awe — and trepidation.", - "content": "At the PNC Championship, the first tournament for the 15-time major champion since a devastating car crash in February, father and son inspired awe — and trepidation.", - "category": "Golf", - "link": "https://www.nytimes.com/2021/12/19/sports/golf/tiger-charlie-woods-pnc-championship.html", - "creator": "Kurt Streeter", - "pubDate": "Mon, 20 Dec 2021 00:36:27 +0000", + "title": "Seton Hall and Rutgers Shake Up Men's Basketball Rankings", + "description": "No. 16 Seton Hall has two wins over top-10 teams, and Rutgers upset No. 1 Purdue after a rough start. They revived their rivalry Sunday after a one-year hiatus.", + "content": "No. 16 Seton Hall has two wins over top-10 teams, and Rutgers upset No. 1 Purdue after a rough start. They revived their rivalry Sunday after a one-year hiatus.", + "category": "Basketball (College)", + "link": "https://www.nytimes.com/2021/12/13/sports/rutgers-seton-hall-mens-basketball.html", + "creator": "Billy Witz", + "pubDate": "Mon, 13 Dec 2021 23:48:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153052,16 +178423,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45e8028989bf42893730dc415fd78412" + "hash": "8334f850dbcd0f201fbbfc9195053e14" }, { - "title": "A $550 Million Springsteen Deal? It’s Glory Days for Catalog Sales.", - "description": "Bob Dylan, Paul Simon, Tina Turner and others have all sold rights to their music for eye-popping prices. Here’s why.", - "content": "Bruce Springsteen’s $550 million catalog sale was only the latest mega-transaction in a year in which many prominent artists’ catalogs have been sold, fetching eye-popping prices.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/20/arts/music/bruce-springsteen-catalog.html", - "creator": "Ben Sisario", - "pubDate": "Mon, 20 Dec 2021 10:00:12 +0000", + "title": "Jan. 6 Committee Recommends Contempt Charge for Mark Meadows", + "description": "The panel sent a criminal contempt of Congress referral to the full House, as the extent of Mark Meadows’s role in President Donald J. Trump’s efforts to overturn the election became clearer.", + "content": "The House committee acted after Mark Meadows, the former chief of staff for President Donald J. Trump, shifted from partially participating in the inquiry to waging a legal fight against the committee.", + "category": "Meadows, Mark R (1959- )", + "link": "https://www.nytimes.com/2021/12/13/us/politics/mark-meadows-contempt.html", + "creator": "Luke Broadwater and Alan Feuer", + "pubDate": "Tue, 14 Dec 2021 03:43:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153073,16 +178444,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "688fc19df18450d124e3b85cc31ff002" + "hash": "8aceabaf4f169c2b8d2de93ea198c884" }, { - "title": "10 Festive Christmas Eve Dinner Ideas", - "description": "Ham, soups and stews, turkey and oh so many fishes — New York Times Cooking has a recipe for your holiday, no matter how you celebrate.", - "content": "Ham, soups and stews, turkey and oh so many fishes — New York Times Cooking has a recipe for your holiday, no matter how you celebrate.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/15/dining/christmas-eve-dinner-ideas.html", - "creator": "Tanya Sichynsky", - "pubDate": "Fri, 17 Dec 2021 21:58:39 +0000", + "title": "Fox News Hosts Sent Texts to Mark Meadows During Jan. 6 Attack", + "description": "Afterward, on their shows, Laura Ingraham spread the false claim of antifa involvement, and Sean Hannity referred to the 2020 election as a “train wreck.”", + "content": "Afterward, on their shows, Laura Ingraham spread the false claim of antifa involvement, and Sean Hannity referred to the 2020 election as a “train wreck.”", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/13/business/media/fox-news-trump-jan-6-meadows.html", + "creator": "Jim Windolf and John Koblin", + "pubDate": "Tue, 14 Dec 2021 03:39:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153094,16 +178465,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e7b1e00c3a30e68b3039ec0d544efd4" + "hash": "4518f88d8fd9a8dab848ed80f7122a64" }, { - "title": "Areas Where the U.S. Has Fallen Behind on Omicron", - "description": "The U.S. is behind on the variant. President Biden offers his plan today.", - "content": "A line for testing yesterday in Times Square.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/21/briefing/omicron-mobilization-spread-us-cases-dominant.html", - "creator": "David Leonhardt", - "pubDate": "Tue, 21 Dec 2021 11:26:55 +0000", + "title": "Lawyers Clash Again Over Subpoena for Trump’s Financial Records", + "description": "The long-running case dates back to an early 2019 House Oversight Committee demand to see years of the then-president’s financial data.", + "content": "Former President Donald J. Trump filed a lawsuit against the accounting firm Mazars USA to block it from complying with a congressional subpoena.", + "category": "Trump Tax Returns", + "link": "https://www.nytimes.com/2021/12/13/us/politics/trump-subpoena-financial-records.html", + "creator": "Charlie Savage", + "pubDate": "Tue, 14 Dec 2021 00:07:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153115,16 +178486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ef03b8163c55ec87036cda3369cedd0" + "hash": "136fb47d8f346278bce166becae20269" }, { - "title": "Has Manchin Doomed the Build Back Better Plan?", - "description": "The senator from West Virginia has said he cannot vote for the president’s signature policy. Why not? And where does this leave President Biden?", - "content": "Senator Joe Manchin’s comments on Fox News have left the White House scrambling for a path forward on the $2.2 trillion spending bill. ", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/21/podcasts/the-daily/joe-manchin-joe-biden-build-back-better.html", - "creator": "Sabrina Tavernise, Rob Szypko, Diana Nguyen, Stella Tan, M.J. Davis Lin, Marion Lozano, Corey Schreppel and Chris Wood", - "pubDate": "Tue, 21 Dec 2021 11:00:07 +0000", + "title": "Jail Officer Who Led Others to Safety Is Among the 74 Killed in Tornadoes", + "description": "Families were mourning in several states after a swarm of tornadoes left a trail of destruction. “It’s almost crushing how it feels,” said Kentucky’s governor, Andy Beshear.", + "content": "Volunteers cleared debris in Mayfield, Ky., on Monday.", + "category": "Tornadoes", + "link": "https://www.nytimes.com/2021/12/13/us/kentucky-tornado-victims.html", + "creator": "Edgar Sandoval, Tariro Mzezewa and Christine Hauser", + "pubDate": "Tue, 14 Dec 2021 01:47:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153136,16 +178507,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a197fe1807637a27a0cba01e119f5376" + "hash": "0847210a86876a04c20d1ed4434d645c" }, { - "title": "A Harvard Scam and the Best Podcasts of 2021: The Week in Narrated Articles", - "description": "Five articles from around The Times, narrated just for you.", - "content": "Five articles from around The Times, narrated just for you.", - "category": "Meat", - "link": "https://www.nytimes.com/2021/12/17/podcasts/narrated-articles-harvard-best-podcasts.html", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:58:10 +0000", + "title": "Kentucky Tornadoes Followed Flash Floods, Ice Storm and a Covid Spike", + "description": "Even before the catastrophic storm claimed dozens of lives, a state and its governor have been repeatedly tested.", + "content": "An apartment complex in Dawson Village, Ky., was nearly erased by the storm that hit on Friday night.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/13/us/kentucky-tornado-disaster-governor.html", + "creator": "Rick Rojas and Richard Fausset", + "pubDate": "Tue, 14 Dec 2021 01:52:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153157,16 +178528,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f15e09f15cc3dea86096e19bb7c8a320" + "hash": "f2c59cfe555ab5b3f535a8d3b2116024" }, { - "title": "Do You Have a Story About Seeing Your Parent Differently?", - "description": "The Modern Love Podcast wants to hear about a time your perception of your parent(s) changed.", - "content": "The Modern Love Podcast wants to hear about a time your perception of your parent(s) changed.", - "category": "Parenting", - "link": "https://www.nytimes.com/2021/11/18/podcasts/modern-love-seeing-parents-differently.html", - "creator": "", - "pubDate": "Thu, 18 Nov 2021 23:22:43 +0000", + "title": "Israeli Prime Minister Holds Historic Meeting With U.A.E Crown Prince", + "description": "Prime Minister Naftali Bennett and Prince Mohammed bin Zayed of the United Arab Emirates met for four hours on the Israeli leader’s first official trip to the Gulf state.", + "content": "Prime Minister Naftali Bennett of Israel, left, and Crown Prince Mohammed bin Zayed of the United Arab Emirates in Abu Dhabi on Monday.", + "category": "Bennett, Naftali", + "link": "https://www.nytimes.com/2021/12/13/world/middleeast/israel-uae-naftali-bennett.html", + "creator": "Patrick Kingsley", + "pubDate": "Mon, 13 Dec 2021 13:52:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153178,16 +178549,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34eb818d8937e3eb287ab4e50fa378a4" + "hash": "490708320335bb66b8d9bb77459671b6" }, { - "title": "At Bagram Air Base, a Notorious Prison Lies Empty", - "description": "Taliban fighters now guard the prison at Bagram Air Base, which once held thousands of Taliban and Al Qaeda members who were set free in August.", - "content": "A Taliban fighter stands on top of the outer security wall surrounding former US military Bagram Airfield, this month.", - "category": "Afghanistan War (2001- )", - "link": "https://www.nytimes.com/2021/12/21/world/asia/afghanistan-taliban-bagram-prison.html", - "creator": "David Guttenfelder and David Zucchino", - "pubDate": "Tue, 21 Dec 2021 17:23:06 +0000", + "title": "Israel Finds Planes That Could Be Key to a Strike on Iran Badly Back-Ordered", + "description": "The United States told Israel it was unlikely to deliver refueling tankers before 2024, amid tensions between the two nations over how to deal with Iran’s nuclear program.", + "content": "A United States Air Force KC-46 jet in flight this year. KC-46 refueling tankers could prove critical to Israel in efforts to strike Iran’s nuclear facilities. ", + "category": "Israel", + "link": "https://www.nytimes.com/2021/12/13/us/politics/israel-tankers-iran.html", + "creator": "David E. Sanger, Ronen Bergman and Helene Cooper", + "pubDate": "Tue, 14 Dec 2021 03:17:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153199,16 +178570,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2937c171101c481c589eaf08f89251e" + "hash": "81fc12e625ddf499d1e5f29eba1c7232" }, { - "title": "Kellogg Workers Ratify Revised Contract After Monthslong Strike", - "description": "The strike began in early October and affected four of the company’s U.S. cereal plants. Follow business updates.", - "content": "The strike began in early October and affected four of the company’s U.S. cereal plants. Follow business updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/21/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Tue, 21 Dec 2021 17:31:28 +0000", + "title": "Manchin Casts Doubt on Quick Vote on Biden’s Social Policy Bill", + "description": "The West Virginia Democrat said he still harbored serious concerns about the $2.2 trillion measure, potentially frustrating his party’s push to win Senate approval before Christmas.", + "content": "Senator Joe Manchin III has called the current trend of inflation “alarming.”", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/13/us/politics/manchin-social-policy-bill.html", + "creator": "Emily Cochrane", + "pubDate": "Mon, 13 Dec 2021 23:49:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153220,16 +178591,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab1be32c967d6a6844790c1ecb477c60" + "hash": "c1ae67dad62bca92a43173c836c464dd" }, { - "title": "Cashing In Grandma’s Gold Coins, a Turkish Family Struggles to Get By", - "description": "As inflation soars and the value of Turkey’s currency plummets, one couple described how working families can’t make ends meet and have had to cut back on basic necessities as well as life’s smaller pleasures.", - "content": "Men fished from the Galata Bridge in Istanbul. In the last three months, the Turkish currency has lost nearly half its value against the dollar and inflation has soared.", - "category": "Economic Conditions and Trends", - "link": "https://www.nytimes.com/2021/12/21/world/europe/turkey-inflation-rising-prices.html", - "creator": "Carlotta Gall", - "pubDate": "Tue, 21 Dec 2021 14:30:31 +0000", + "title": "To Understand Our Future on Earth, Look to the Laws That Govern Nature", + "description": "In “A Natural History of the Future,” Rob Dunn turns to ecology as a way of figuring out just how the planet will be altered by climate change.", + "content": "In “A Natural History of the Future,” Rob Dunn turns to ecology as a way of figuring out just how the planet will be altered by climate change.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/09/books/review/a-natural-history-of-the-future-rob-dunn.html", + "creator": "Peter Brannen", + "pubDate": "Thu, 09 Dec 2021 10:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153241,16 +178612,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c849d2ff38de69fe670263ed0af807e" + "hash": "fb25fe05120002ad8e11864b3eb2d8d6" }, { - "title": "Britain Offers $1.3 Billion in Aid to Hospitality and Leisure Sector", - "description": "The move comes as businesses have voluntarily closed their doors, either as a precaution against the Omicron variant or because too many staff members are sick.", - "content": "About 200,000 hospitality and leisure businesses in Britain will be eligible for a grant of up to 6,000 pounds per site.", - "category": "Shutdowns (Institutional)", - "link": "https://www.nytimes.com/2021/12/21/business/britain-pandemic-aid.html", - "creator": "Eshe Nelson", - "pubDate": "Tue, 21 Dec 2021 16:55:46 +0000", + "title": "Vicente Fernández, the King of Machos and Heartbreak", + "description": "The singer’s brand of machismo may have frayed, but for many, he was the ideal of what it means to be hard-working, hard-loving Mexican man.", + "content": "The singer Vicente Fernández, who was the king of ranchera music, performed at the Latin Grammy Awards in 2019. He died on Sunday at 81.", + "category": "Fernandez, Vicente", + "link": "https://www.nytimes.com/2021/12/13/arts/music/vicente-fernandez-influence.html", + "creator": "Maira Garcia", + "pubDate": "Tue, 14 Dec 2021 00:37:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153262,16 +178633,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6290534b5f4f5360286b73f23a466b9" + "hash": "280b60c477f34746e89a148022eadb65" }, { - "title": "Richard Rogers, Architect Behind Landmark Pompidou Center, Dies at 88", - "description": "A Pritzker Prize winner, he altered the skylines of Paris and London with colorful and striking designs that turned architecture not just inside out but also on its head.", - "content": "Richard Rogers outside the Pompidou Center in Paris in 2007, the year he was awarded the Pritzker Prize, architecture’s highest honor.", - "category": "Rogers, Richard", - "link": "https://www.nytimes.com/2021/12/18/arts/design/richard-rogers-dead.html", - "creator": "Penelope Green", - "pubDate": "Sun, 19 Dec 2021 18:18:23 +0000", + "title": "We’re Edging Closer to Civil War", + "description": "I see too many uneasy parallels between what was happening nearly 200 years ago and what is happening now over abortion.", + "content": "I see too many uneasy parallels between what was happening nearly 200 years ago and what is happening now over abortion.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/12/opinion/abortion-rights-america.html", + "creator": "Charles M. Blow", + "pubDate": "Sun, 12 Dec 2021 20:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153283,16 +178654,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ce10895fb861cbf45a59aa7178c6930" + "hash": "04d8f066e78a255e803f1ea7778b18d5" }, { - "title": "Chris Noth Is Dropped From ‘The Equalizer’ Amid Sexual Assault Allegations", - "description": "The actor’s ousting from the show came days after The Hollywood Reporter wrote about encounters with two women, one in 2004 and the other in 2015.", - "content": "Chris Noth on the set of “The Equalizer.”", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/20/us/chris-noth-the-equalizer-fired.html", - "creator": "Jesus Jiménez", - "pubDate": "Tue, 21 Dec 2021 02:33:01 +0000", + "title": "Explore the Sound of Activism With Tom Morello", + "description": "Songs and social movements often go hand in hand. What music defines our politically charged times? Join a virtual event on Dec. 15.", + "content": "Songs and social movements often go hand in hand. What music defines our politically charged times? Join a virtual event on Dec. 15.", + "category": "Music", + "link": "https://www.nytimes.com/2021/11/30/opinion/explore-the-sound-of-activism-with-tom-morello.html", + "creator": "The New York Times", + "pubDate": "Tue, 30 Nov 2021 21:31:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153304,16 +178675,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c60249bda093442692a1c825139d14ca" + "hash": "91e6c9a2a26a3d2d2f490230e42aa921" }, { - "title": "‘Hey, Pal’: Biden Welcomes a New Puppy to the White House", - "description": "The 3-month-old German shepherd with very large, pointy ears is named Commander.", - "content": "President Biden introduced the newest four-legged resident of 1600 Pennsylvania Avenue on Monday.", - "category": "Commander (Dog)", - "link": "https://www.nytimes.com/2021/12/20/us/politics/biden-puppy-commander.html", - "creator": "Michael D. Shear and Katie Rogers", - "pubDate": "Tue, 21 Dec 2021 01:46:47 +0000", + "title": "No Escape From the Pandemic Puppy Bubble", + "description": "A humorous take on dog obsession and the joys of having a pet lizard.", + "content": "A humorous take on dog obsession and the joys of having a pet lizard.", + "category": "Dogs", + "link": "https://www.nytimes.com/2021/12/12/opinion/pandemic-dogs-pets.html", + "creator": "Jon Methven", + "pubDate": "Sun, 12 Dec 2021 16:01:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153325,16 +178696,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fed49ac2b32e68c04f8a740f141cf50" + "hash": "e387f692a5468658ead1703e2e91baab" }, { - "title": "Carlos Marín, of the Multinational Quartet Il Divo, Dies at 53", - "description": "A Spanish baritone, he joined singers from France, Switzerland and the U.S. to become worldwide stars of the genre sometimes called popera.", - "content": "Carlos Marín of Il Divo in concert in Doha, Qatar, in 2017.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/20/arts/music/carlos-marin-dead.html", - "creator": "Neil Genzlinger", - "pubDate": "Mon, 20 Dec 2021 21:56:06 +0000", + "title": "Detecting Signs of Trouble in Schools", + "description": "Discussing steps to reduce the number of school shootings. Also: Book censorship; hunger in Afghanistan; abortion after incest; what kind of America? ", + "content": "  ", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/13/opinion/letters/school-shootings.html", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 16:26:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153346,16 +178717,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a20a3e39596d229ad05574dff853af9" + "hash": "15d05b6ea1906439614c90a89f32fd8d" }, { - "title": "How to Get Through the Holidays After Loss", - "description": "If you’re struggling during the festive season, you’re not alone.", - "content": "If you’re struggling during the festive season, you’re not alone.", - "category": "Christmas", - "link": "https://www.nytimes.com/2021/11/23/well/family/grief-during-holidays.html", - "creator": "Hanna Ingber", - "pubDate": "Wed, 24 Nov 2021 16:08:33 +0000", + "title": "The Upcoming Elections That Could Shake Both Parties", + "description": "Control of the Senate hangs on a few state races.", + "content": "John Fetterman wants Pennsylvania Democrats’ nomination to run for the Senate.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/12/opinion/elections-republicans-2022.html", + "creator": "Michelle Cottle", + "pubDate": "Mon, 13 Dec 2021 00:59:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153367,16 +178738,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4473c206f568fb8cc1d3f915cb9b8693" + "hash": "0a3f43fc61fbf394ad5212a54b7e7046" }, { - "title": "A Grim, Long-Hidden Truth Emerges in Art: Native American Enslavement", - "description": "Two exhibitions highlight stories of Indigenous bondage in southern Colorado, in an effort to grapple with the lasting trauma.", - "content": "Chip Thomas, a physician on the Navajo Nation, is also an artist who created two installations, about 50 miles apart, based on an 1865 census of enslaved Native people in Conejos County and Costilla County, Colo. Here, a partial listing of their names on a wall of a slave dwelling at the compound of Lafayette Head, who took the survey.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/17/arts/design/native-american-enslavement-colorado-exhibition.html", - "creator": "Patricia Leigh Brown", - "pubDate": "Mon, 20 Dec 2021 15:32:04 +0000", + "title": "As a Secret Unit Pounded ISIS, Civilian Deaths Mounted", + "description": "An American strike cell alarmed its partners as it raced to defeat the enemy.", + "content": "Talon Anvil directed thousands of strikes against Islamic State fighters in Syria, but former and current officials said its aggressive approach regularly killed civilians.", + "category": "Civilian Casualties", + "link": "https://www.nytimes.com/2021/12/12/us/civilian-deaths-war-isis.html", + "creator": "Dave Philipps, Eric Schmitt and Mark Mazzetti", + "pubDate": "Sun, 12 Dec 2021 08:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153388,16 +178759,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d41db8a6221bc40261b4891bcb6d3ad5" + "hash": "6bbb249c0d2fd9cbdd4d15583d79b33d" }, { - "title": "Arts Groups Bet Big on Holiday Programming. Will Children Come?", - "description": "Children 5 and over must now have proof of vaccination to see shows and visit museums. As Covid-19 surges, arts organizations are trying to welcome their youngest audience members safely.", - "content": "Young children who are fully vaccinated were allowed back inside the Metropolitan Opera house for the first time since March 2020 for a rehearsal of “Cinderella.”", - "category": "Culture (Arts)", - "link": "https://www.nytimes.com/2021/12/20/arts/performances-children-coronavirus.html", - "creator": "Matt Stevens", - "pubDate": "Mon, 20 Dec 2021 17:23:28 +0000", + "title": "Chris Wallace Leaves Fox News as Right-Wing Hosts Hold Sway", + "description": "The “Fox News Sunday” anchor had been with the network for 18 years, and often dissented from the views of his pro-Trump colleagues.", + "content": "The “Fox News Sunday” anchor Chris Wallace at his home in Annapolis, Md., last year.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/12/business/media/chris-wallace-fox-news.html", + "creator": "Michael M. Grynbaum", + "pubDate": "Mon, 13 Dec 2021 01:52:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153409,16 +178780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40b30efa30496ca5f437a08e85ed148f" + "hash": "08d0f8944c17736d48c319032c5a5521" }, { - "title": "In a Disrupted N.F.L., Teams Scramble to Adjust Their Routines", - "description": "Extra rest can be a bonus, but in a league in which every second is charted, too much time can create its own problems.", - "content": "Cleveland's Takkarist McKinley was taken off the field on a medical cart during Monday's game against Las Vegas. The game had been delayed because of a coronavirus outbreak among Browns players and staff.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/20/sports/football/nfl-postponements-browns-raiders.html", - "creator": "Ken Belson and Emmanuel Morgan", - "pubDate": "Tue, 21 Dec 2021 14:36:15 +0000", + "title": "Robberies. Drought. Tent Camps. Los Angeles’s Next Mayor Faces a Litany of Crises.", + "description": "The city’s unease could prove pivotal next year, when Los Angeles will elect a new mayor in a contest that civic leaders say will have the highest stakes in decades.", + "content": "A homeless encampment in Los Angeles, where more than nine in 10 county residents said homelessness was a serious or very serious problem.", + "category": "Los Angeles (Calif)", + "link": "https://www.nytimes.com/2021/12/12/us/los-angeles-mayor-race.html", + "creator": "Shawn Hubler and Jill Cowan", + "pubDate": "Sun, 12 Dec 2021 17:50:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153430,16 +178801,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "699f903dd652b5c2ffd9aadcf8bd4dd8" + "hash": "9d23e9ae572f2e0435f622699400f442" }, { - "title": "Navigational Apps for the Blind Could Have a Broader Appeal", - "description": "A proliferation of new apps designed to help blind and low vision people could prove useful for everyone.", - "content": "A proliferation of new apps designed to help blind and low vision people could prove useful for everyone.", - "category": "Mobile Applications", - "link": "https://www.nytimes.com/2021/12/20/technology/navigational-apps-blind-low-vision.html", - "creator": "Amanda Morris", - "pubDate": "Mon, 20 Dec 2021 10:00:10 +0000", + "title": "Democrats Back Biden, But No Consensus About Plan B for 2024", + "description": "Leaders with White House aspirations all say they’ll support the president for another term. But there is no shortage of chatter about the options if he continues to falter.", + "content": "President Biden has told associates, and his press secretary has confirmed, that he plans to run for re-election in 2024.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/12/us/politics/biden-democrats-2024.html", + "creator": "Jonathan Martin and Alexander Burns", + "pubDate": "Sun, 12 Dec 2021 15:57:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153451,16 +178822,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e748378963396539dd6f64d0ee8282f" + "hash": "988893fbcb5904b787b4669377f6391f" }, { - "title": "Turning Air Into Perfume", - "description": "Air Eau de Parfum smells like fig leaf, orange peel and jasmine. It comes from carbon emissions.", - "content": "Air Eau de Parfum smells like fig leaf, orange peel and jasmine. It comes from carbon emissions.", - "category": "Air Eau de Parfum", - "link": "https://www.nytimes.com/2021/12/16/fashion/air-eau-de-parfum-perfume.html", - "creator": "Sable Yong", - "pubDate": "Thu, 16 Dec 2021 08:00:07 +0000", + "title": "Peloton Responds to 'And Just Like That' Appearance", + "description": "A Peloton stationary bike played a pivotal role on the new HBO Max “Sex and the City” revival, whose premiere preceded a drop in the company’s stock price on Friday.", + "content": "Carrie (Sarah Jessica Parker) and Mr. Big (Chris Noth) in the premiere of “And Just Like That.”", + "category": "Product Placement", + "link": "https://www.nytimes.com/2021/12/11/arts/television/peloton-sex-and-the-city.html", + "creator": "Isabella Grullón Paz", + "pubDate": "Mon, 13 Dec 2021 04:09:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153472,16 +178843,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc7583f20ff08c2649a050d35adf90bb" + "hash": "fc2ec70b45df0a555979d26b3204c725" }, { - "title": "Northeast Virus Surge Burdens Hospitals, With Omicron Rising", - "description": "Only the Pfizer and Moderna shots, with a booster, seem to stop infections, according to early research. But all vaccines used in the U.S. stave off serious illness.", - "content": "People wait in line for covid testing in Downtown Brooklyn last week.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/20/world/omicron-covid-vaccine-tests", - "creator": "The New York Times", - "pubDate": "Mon, 20 Dec 2021 20:38:07 +0000", + "title": "'Don't Look Up' Nails the Media Apocalypse", + "description": "With “Don’t Look Up,” Adam McKay makes a star-studded allegorical satire that shows the news media whistling past the climate-change graveyard.", + "content": "With “Don’t Look Up,” Adam McKay makes a star-studded allegorical satire that shows the news media whistling past the climate-change graveyard.", + "category": "News and News Media", + "link": "https://www.nytimes.com/2021/12/12/business/media/dont-look-up-news-media.html", + "creator": "Ben Smith", + "pubDate": "Mon, 13 Dec 2021 00:54:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153493,16 +178864,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "140de5b496b9139fa16e234a0d308e7c" + "hash": "6f76b88a5e4c2f5541cef2a253311451" }, { - "title": "Parents Grapple With How Long to Wait for Their Children’s Second Shots", - "description": "Waiting eight weeks or more between doses may boost immunity. But as Omicron slams the United States, waiting also comes with risks.", - "content": "Parents are weighing the potential benefits of waiting for the second dose against the real risks of catching and spreading Covid during the wait. ", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/2021/12/20/health/kids-covid-vaccine-second-dose.html", - "creator": "Cassandra Willyard", - "pubDate": "Mon, 20 Dec 2021 21:30:10 +0000", + "title": "Derek Chauvin Appears Likely to Plead Guilty to Federal Crimes", + "description": "A change of plea hearing has been set for Mr. Chauvin, a former Minneapolis police officer who was found guilty of murdering George Floyd in April.", + "content": " Derek Chauvin, a former Minneapolis police officer, was sentenced in June after being convicted of murdering George Floyd.", + "category": "George Floyd Protests (2020)", + "link": "https://www.nytimes.com/2021/12/13/us/derek-chauvin-guilty-plea-federal.html", + "creator": "Nicholas Bogel-Burroughs", + "pubDate": "Mon, 13 Dec 2021 20:36:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153514,16 +178885,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e548aa4d906daae6463fb551644e71a3" + "hash": "29afd6172d6c530a786f285acc6dcd80" }, { - "title": "Novavax’s Covid Vaccine Is Authorized in Europe", - "description": "The vaccine will be the fifth to become available in the E.U., which already has ample supplies.", - "content": "A health care worker administered a dose of the Novavax Covid vaccine during a Phase 3 trial at Howard University in Washington this year.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/20/health/covid-novavax-europe.html", - "creator": "Carl Zimmer", - "pubDate": "Mon, 20 Dec 2021 20:35:58 +0000", + "title": "Boris Johnson Is in Trouble. The Question Is, How Much?", + "description": "The British prime minister is facing a new virus variant, a rebellious Conservative Party, collapsing poll ratings and questions about whether he or his staff flouted the lockdown rules.", + "content": "Demonstrators rallied in London on Satruday against Covid passports and increasing measures to prevent the spread of the virus.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/13/world/europe/boris-johnson-uk-coronavirus.html", + "creator": "Mark Landler and Stephen Castle", + "pubDate": "Mon, 13 Dec 2021 23:57:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153535,16 +178906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a7980223e6098f05ee5e18d16a2b79e" + "hash": "76dcc8063483849522f6ffd94dc0cb7f" }, { - "title": "Moderna Says Its Booster Significantly Raises Antibodies Against Omicron", - "description": "A 50-microgram dose increased antibodies by roughly 37-fold, and a full dose of 100 micrograms was even more powerful, the company said.", - "content": "Administering a booster dose of the Moderna vaccine in Delemont, Switzerland, last week.", - "category": "Moderna Inc", - "link": "https://www.nytimes.com/2021/12/20/health/moderna-covid-booster-omicron.html", - "creator": "Apoorva Mandavilli", - "pubDate": "Mon, 20 Dec 2021 10:00:11 +0000", + "title": "Geminid Meteor Shower: How to Watch Its Peak in Night Skies", + "description": "A picture from the meteor shower in 2020 highlights how brilliant this winter sky show can be.", + "content": "A composite photo of a night of six showers, on Dec. 13 and Dec. 14, 2020, in Texas, showing meteors from the Geminids, Sigma Hydrids, Leonis Minorids, Comae Berenicids, Monocerotids and Puppid-Velids showers.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2021/12/13/science/meteor-shower-geminid.html", + "creator": "Adam Mann", + "pubDate": "Mon, 13 Dec 2021 23:05:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153556,16 +178927,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b30612632747cef2e1f644d5dad8817" + "hash": "4e4daf5d2acfc9c175e7390085ec8e89" }, { - "title": "Business updates: Markets sank as investors took in grim forecasts about the Omicron variant.", - "description": "Move by news organization is part of a wave of companies reconsidering their return-to-office plans in the wake of the Omicron variant.", - "content": "Move by news organization is part of a wave of companies reconsidering their return-to-office plans in the wake of the Omicron variant.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/20/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Mon, 20 Dec 2021 20:38:07 +0000", + "title": "Deals Reached on 3 Major NYC Transportation Projects", + "description": "Elected officials announced deals on funding of a new international terminal at Kennedy Airport and improvements to commuter train service.", + "content": "Gov. Kathy Hochul said that the Port Authority of New York and New Jersey had struck a revised deal for the construction of a $9.5 billion international terminal at Kennedy Airport.", + "category": "Infrastructure Investment and Jobs Act (2021)", + "link": "https://www.nytimes.com/2021/12/13/nyregion/jfk-metro-north-infrastructure-nyc.html", + "creator": "Patrick McGeehan", + "pubDate": "Tue, 14 Dec 2021 00:12:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153577,16 +178948,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "42df718ee63a2c623d8363b414608e98" + "hash": "d66ea17f6beff12d52a300b054994901" }, { - "title": "Manchin Assails Efforts to Press Him on Biden’s Domestic Policy Bill", - "description": "Senator Joe Manchin III criticized the White House staff for its handling of negotiations over the legislation, saying officials had pushed him to his “wit’s end.”", - "content": "Senator Joe Manchin III, Democrat of West Virginia, said over six months of negotiations, the White House failed to adequately respond to his concerns and sufficiently cut down the scope and size of the measure.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/20/us/politics/build-back-better-schumer-manchin.html", - "creator": "Emily Cochrane and Michael D. Shear", - "pubDate": "Mon, 20 Dec 2021 21:15:22 +0000", + "title": "Joshua Bellamy, Ex-Jet, Is Sentenced to 3 Years in Covid-19 Aid Scheme", + "description": "Mr. Bellamy obtained a Paycheck Protection Program loan for $1.2 million for his company, Drip Entertainment L.L.C., by using false information, federal prosecutors said.", + "content": "Joshua Bellamy, a wide receiver, played for the Chicago Bears from 2014 to 2018 and later for the New York Jets. ", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/13/sports/football/joshua-bellamy-sentenced-covid-fraud.html", + "creator": "Vimal Patel", + "pubDate": "Tue, 14 Dec 2021 04:21:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153598,16 +178969,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b6323dd676e06ccdb45742bc6b77049" + "hash": "2d8b0c20973a89c14ab1b4a0aec6145d" }, { - "title": "Schumer Will Try to Change Senate Rules if G.O.P. Stalls Voting Bill", - "description": "The Senate majority leader still lacks the votes to alter the filibuster, but he said he will renew the effort to enact voting rights measures as early as the first week of January.", - "content": "Senator Chuck Schumer, Democrat of New York and the majority leader, has so far lacked the 50 Democratic votes needed to force through a filibuster rules change over Republican opposition.", - "category": "Manchin, Joe III", - "link": "https://www.nytimes.com/2021/12/20/us/politics/filibuster-senate-voting-rights.html", - "creator": "Carl Hulse", - "pubDate": "Mon, 20 Dec 2021 16:35:52 +0000", + "title": "Tunisia’s President Promises Vote on Constitution and Sets Election Date", + "description": "President Kais Saied’s announcement dispelled some of the uncertainty Tunisians have endured for months since he shunted aside Parliament in what critics called a soft coup.", + "content": "President Kais Saied’s announcement dispelled some of the uncertainty Tunisians have endured for months since he shunted aside Parliament in what critics called a soft coup.", + "category": "Tunisia", + "link": "https://www.nytimes.com/2021/12/13/world/middleeast/tunisia-saied-constitution-election.html", + "creator": "Vivian Yee", + "pubDate": "Tue, 14 Dec 2021 00:52:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153619,16 +178990,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1de0392b46a779077e720d0d7fc8aa4c" + "hash": "660dc83b597eb168defa6ca89ff9d8a0" }, { - "title": "E.P.A. Announces Tightest-Ever Auto Pollution Rules", - "description": "Under the new plan, designed to reduce planet-warming tailpipe emissions, new vehicles would be required to average 55 miles per gallon starting in 2026.", - "content": "The rule would reduce greenhouse gas emissions and save motorists about $1,080 in fuel costs over the lifetime of more efficient vehicles, according to the E.P.A.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/20/climate/tailpipe-rules-climate-biden.html", - "creator": "Coral Davenport", - "pubDate": "Mon, 20 Dec 2021 20:37:12 +0000", + "title": "Teachers Hit the Floor to Scoop Up Cash. Critics Give the Event an F.", + "description": "Ten teachers in South Dakota competed for $5,000 in dollar bills to spend on classroom improvements. Critics called the event at a hockey game in Sioux Falls demeaning.", + "content": "Local teachers scrambled for dollar bills to fund projects for their classrooms on Saturday.", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2021/12/13/us/south-dakota-teachers-dash-for-cash.html", + "creator": "Neil Vigdor", + "pubDate": "Tue, 14 Dec 2021 00:55:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153640,16 +179011,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c34b97e7482021941d665b829ff73f72" + "hash": "985bdd04e50283b975f40913cf565182" }, { - "title": "The Human Toll of America’s Air Wars", - "description": "A trove of internal documents, combined with extensive reporting across the Middle East, reveals the tragic, disastrous failures of the U.S. military’s long-distance approach to warfare.", - "content": "A trove of internal documents, combined with extensive reporting across the Middle East, reveals the tragic, disastrous failures of the U.S. military’s long-distance approach to warfare.", - "category": "Civilian Casualties", - "link": "https://www.nytimes.com/2021/12/19/magazine/victims-airstrikes-middle-east-civilians.html", - "creator": "Azmat Khan and Ivor Prickett", - "pubDate": "Mon, 20 Dec 2021 03:29:44 +0000", + "title": "Charles R. Morris, Iconoclastic Author on Economics, Dies at 82", + "description": "Resisting ideological labels, experienced in government and banking, he critiqued policymakers’ “good intentions” and the costs of health care and forecast the 2008 financial crisis.", + "content": "Charles R. Morris in 2010. Armed with journalism and law degrees, he worked in government and in banking and wrote a raft of books on business and economics, in one case predicting the financial collapse of 2008.  ", + "category": "Morris, Charles R", + "link": "https://www.nytimes.com/2021/12/13/business/economy/charles-r-morris-dead.html", + "creator": "Sam Roberts", + "pubDate": "Tue, 14 Dec 2021 00:46:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153661,16 +179032,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75de584bcadbabe138c7c2fc8d74f105" + "hash": "da3ab84b2c85752a0627368d646b50bb" }, { - "title": "U.S. and Britain Help Ukraine Prepare for Potential Russian Cyberassault", - "description": "Russia has attacked Ukraine’s power grid in the past, and experts say Moscow might take similar steps as it masses troops along the border.", - "content": "The Ukrainian power grid was built in the days of the Soviet Union and is connected to Russia’s, making the software as familiar to the attackers as to its operators.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/20/us/politics/russia-ukraine-cyberattacks.html", - "creator": "David E. Sanger and Julian E. Barnes", - "pubDate": "Mon, 20 Dec 2021 18:57:53 +0000", + "title": "Ghislaine Maxwell’s Unusual Request: Allow Anonymous Defense Witnesses", + "description": "Three of Ms. Maxwell’s accusers testified anonymously. Now her lawyers are asking that three defense witnesses also be able to conceal their identities.", + "content": "Bobbi Sternheim, one of the lawyers representing Ghislaine Maxwell, asked the judge overseeing Ms. Maxwell’s sex-trafficking trial to permit some witnesses to testify anonymously.", + "category": "Sex Crimes", + "link": "https://www.nytimes.com/2021/12/13/nyregion/ghislaine-maxwell-witness.html", + "creator": "Benjamin Weiser", + "pubDate": "Mon, 13 Dec 2021 23:17:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153682,16 +179053,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24ddbddbb2149ff3fed97079f0211abc" + "hash": "7686785043ca6d58f3bdebfb673290f6" }, { - "title": "Inside the Campaign to Save an Imperiled Cambodian Rainforest", - "description": "Deep in the Southern Cardamom Mountains, former loggers and poachers have assumed new roles as protective rangers and ecotourism guides. Can their efforts help preserve a vast stretch of wilderness?", - "content": "Deep in the Southern Cardamom Mountains, former loggers and poachers have assumed new roles as protective rangers and ecotourism guides. Can their efforts help preserve a vast stretch of wilderness?", - "category": "Wildlife Trade and Poaching", - "link": "https://www.nytimes.com/2021/12/20/travel/cardamom-mountains-wildlife-cambodia.html", - "creator": "Francesco Lastrucci", - "pubDate": "Mon, 20 Dec 2021 10:00:20 +0000", + "title": "Business Updates: California Proposes Raising Fees for Rooftop Solar Panels", + "description": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", + "content": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/13/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Tue, 14 Dec 2021 04:41:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153703,16 +179074,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca1e47989dda78ec9a419dab05bb0936" + "hash": "4bc87256efcd951554f27772a858ad74" }, { - "title": "Work Advice on Avoiding Early Meetings and Bad Bosses", - "description": "Plus, books by bell hooks and James Baldwin can be just the leadership read a bad boss needs.", - "content": "Plus, books by bell hooks and James Baldwin can be just the leadership read a bad boss needs.", - "category": "Work-Life Balance", - "link": "https://www.nytimes.com/2021/12/17/business/roxane-gay-work-friend-leadership-books.html", - "creator": "Roxane Gay", - "pubDate": "Fri, 17 Dec 2021 18:47:02 +0000", + "title": "Why More Kids Aren’t Getting the HPV Vaccine", + "description": "The human papillomavirus vaccine can prevent six potentially lethal malignancies, but inoculation is meeting with rising resistance from parents.", + "content": "The human papillomavirus vaccine can prevent six potentially lethal malignancies, but inoculation is meeting with rising resistance from parents.", + "category": "Human Papillomavirus (HPV)", + "link": "https://www.nytimes.com/2021/12/13/well/live/hpv-vaccine-children.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 13 Dec 2021 15:24:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153724,16 +179095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d1a395b604a9338cd6939a118896048" + "hash": "5018d907122d5d7b077bea54571abc34" }, { - "title": "Do Not Close the Schools Again", - "description": "The Omicron surge is scary. But schools must stay open.", - "content": "The Omicron surge is scary. But schools must stay open.", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2021/12/20/opinion/omicron-schools-do-not-close.html", - "creator": "Joseph G. Allen", - "pubDate": "Mon, 20 Dec 2021 17:34:04 +0000", + "title": "My Daughter and I Were Diagnosed With Autism on the Same Day", + "description": "Autistic moms can face judgment while struggling with their own diagnosis and advocating for their children.", + "content": "Autistic moms can face judgment while struggling with their own diagnosis and advocating for their children.", + "category": "Autism", + "link": "https://www.nytimes.com/2020/04/15/parenting/autism-mom.html", + "creator": "Jen Malia", + "pubDate": "Mon, 01 Mar 2021 12:25:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153745,16 +179116,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e77fc3ae74fd44ba1049f9143fc1763" + "hash": "069809f8ab93e94b687eaf3562c5fab9" }, { - "title": "To Rein In the Police, Look to the States, Not the Court", - "description": "The police almost always win in cases before the Supreme Court. Protections against police overreach will need to come from the state and local level.", - "content": "The police almost always win in cases before the Supreme Court. Protections against police overreach will need to come from the state and local level.", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2021/12/20/opinion/police-supreme-court-states.html", - "creator": "Erwin Chemerinsky", - "pubDate": "Mon, 20 Dec 2021 10:00:12 +0000", + "title": "Navigating My Pregnancy With Fibroids", + "description": "The condition didn’t cause any complications with my first pregnancy. It landed me in the hospital with my second.", + "content": "The condition didn’t cause any complications with my first pregnancy. It landed me in the hospital with my second.", + "category": "Pregnancy and Childbirth", + "link": "https://www.nytimes.com/2021/12/13/well/family/pregnancy-fibroids.html", + "creator": "Tiffanie Graham", + "pubDate": "Mon, 13 Dec 2021 17:46:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153766,16 +179137,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d676746f80bbb74123240d4eecd2467c" + "hash": "6f37a94b2237f5d62edc89e192a59d9c" }, { - "title": "The Medicaid Reentry Act Could Save Lives", - "description": "The Medicaid Re-entry Act ought to become law, regardless of the fate of Build Back Better.", - "content": "The Medicaid Re-entry Act ought to become law, regardless of the fate of Build Back Better.", - "category": "Prisons and Prisoners", - "link": "https://www.nytimes.com/2021/12/20/opinion/medicaid-reentry-act.html", - "creator": "Michelle Cottle", - "pubDate": "Mon, 20 Dec 2021 10:00:12 +0000", + "title": "When Your 200-Month-Old Can’t Sleep Through the Night", + "description": "The biology of adolescent sleep leads to a later sleep onset time, which doesn’t pair well with early school start times.", + "content": "The biology of adolescent sleep leads to a later sleep onset time, which doesn’t pair well with early school start times.", + "category": "Sleep", + "link": "https://www.nytimes.com/2019/10/28/well/family/teenagers-sleep-insomnia.html", + "creator": "Perri Klass, M.D.", + "pubDate": "Fri, 01 Nov 2019 04:52:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153787,16 +179158,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b43597fd1b24aea72e030233e551dee" + "hash": "1651fd60847bb384e4625c6ba3f73923" }, { - "title": "Would You Sponsor an Afghan Refugee?", - "description": "Americans can do a lot of good helping Afghans resettle in the United States.", - "content": "Americans can do a lot of good helping Afghans resettle in the United States.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/19/opinion/afghan-refugees-resettlement-us.html", - "creator": "Farah Stockman", - "pubDate": "Sun, 19 Dec 2021 19:38:34 +0000", + "title": "As Covid Deaths Rise, Lingering Grief Gets a New Name", + "description": "Prolonged grief disorder was recently added to the Diagnostic and Statistical Manual of Mental Disorders, just as experts are predicting a coming wave of severe bereavement.", + "content": "Prolonged grief disorder was recently added to the Diagnostic and Statistical Manual of Mental Disorders, just as experts are predicting a coming wave of severe bereavement.", + "category": "Grief (Emotion)", + "link": "https://www.nytimes.com/2021/12/08/well/mind/prolonged-grief-disorder-covid.html", + "creator": "Dawn MacKeen", + "pubDate": "Wed, 08 Dec 2021 19:05:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153808,16 +179179,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb8fd40bc4ab1eeb5322aa0ed783babb" + "hash": "550c48f85e14c924d1468b4251181f97" }, { - "title": "Can Politics Save Christianity?", - "description": "Why the power of belief, not political imposition, is the key to Christian renewal.", - "content": "An 18th-century depiction of Thomas Aquinas.", - "category": "Christians and Christianity", - "link": "https://www.nytimes.com/2021/12/18/opinion/christianity-politics.html", - "creator": "Ross Douthat", - "pubDate": "Sat, 18 Dec 2021 20:00:05 +0000", + "title": "The Best Poetry of 2021", + "description": "The Book Review’s poetry columnist, Elisa Gabbert, picks her seven favorite collections of the year.", + "content": "The Book Review’s poetry columnist, Elisa Gabbert, picks her seven favorite collections of the year.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/10/books/review/best-poetry-books-2021.html", + "creator": "Elisa Gabbert", + "pubDate": "Fri, 10 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153829,16 +179200,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "753af418174183987fd962f7a6c1061f" + "hash": "32a03b7375a0c3c43faccbc6fdd7acf8" }, { - "title": "China Really Wants People to Vote in Hong Kong’s Election", - "description": "I know firsthand what a meaningful and contested campaign looks like. ", - "content": "I know firsthand what a meaningful and contested campaign looks like. ", - "category": "Elections", - "link": "https://www.nytimes.com/2021/12/18/opinion/hong-kong-election.html", - "creator": "Nathan Law Kwun Chung", - "pubDate": "Sun, 19 Dec 2021 15:17:14 +0000", + "title": "When Did Every Celebrity Become a Creative Director?", + "description": "Famous brand ambassadors have fancy new titles now.", + "content": "Cardi B at the release party for Whipshots, a vodka-infused whipped cream. She is a partner at the company.", + "category": "Celebrities", + "link": "https://www.nytimes.com/2021/12/13/style/celebrity-creative-directors.html", + "creator": "Valeriya Safronova", + "pubDate": "Mon, 13 Dec 2021 17:12:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153850,16 +179221,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c95ad18cb3ba1e5974f17b1d2088a91d" + "hash": "56136365fae6a02b81b0b3749f658c10" }, { - "title": "Will Trump Undercut a Red Wave?", - "description": "The G.O.P. experienced hopeful times before — only to have the moment pass. ", - "content": "The G.O.P. experienced hopeful times before — only to have the moment pass. ", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/18/opinion/trump-republicans-2022-midterms.html", - "creator": "Matthew Continetti", - "pubDate": "Sun, 19 Dec 2021 01:57:19 +0000", + "title": "Hugs and Checkered Flags in a Race to Salute British Vets", + "description": "The Race of Remembrance is put on by Mission Motorsport, a charity that uses racing to help military veterans recover from injuries or mental health issues.", + "content": "Cars crossing the finish line at the 12-hour Race of Remembrance in Wales last month.", + "category": "Veterans", + "link": "https://www.nytimes.com/2021/12/12/business/race-of-remembrance-wales.html", + "creator": "John Hogan", + "pubDate": "Sun, 12 Dec 2021 23:33:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153871,16 +179242,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "852957ebf131c01d7f146f2026220d6b" + "hash": "cf2de0ad39503150bad95dcb978eff2b" }, { - "title": "Most of the World’s Vaccines Likely Won’t Prevent Infection From Omicron", - "description": "They do seem to offer significant protection against severe illness, but the consequences of rapidly spreading infection worry many public health experts.", - "content": "Receiving the AstraZeneca vaccine in Moju, Para State, Brazil, in April. AstraZeneca’s vaccine, like many other viral vector vaccines, are showing early indications that they do not prevent infection with the Omicron variant.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/19/health/omicron-vaccines-efficacy.html", - "creator": "Stephanie Nolen", - "pubDate": "Sun, 19 Dec 2021 10:00:17 +0000", + "title": "‘Succession’ Season Finale Recap: Do Not Pass Go", + "description": "The final episode of Season 3 brought new alliances, new betrayals and new reminders that when Logan doesn’t like how the game is going, he just changes the rules.", + "content": "A deal with the devil: Matthew Macfadyen in the season finale of “Succession.”", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/13/arts/television/succession-season-3-finale-recap.html", + "creator": "Noel Murray", + "pubDate": "Mon, 13 Dec 2021 14:35:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153892,16 +179263,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd1d9abcd232b947db4f19cbfb676ad3" + "hash": "4da59963c239ad615d2bb41eff348763" }, { - "title": "Washington State Senator Doug Eriksen Died After Covid Infection", - "description": "Doug Ericksen was a Republican who helped lead opposition to Washington State’s Covid-19 emergency orders and vaccine mandates.", - "content": "State Senator Doug Ericksen in 2017. He represented Whatcom County in the northwestern corner of Washington State.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/18/world/washington-senator-covid-dead-doug-eriksen.html", - "creator": "Mike Baker", - "pubDate": "Sun, 19 Dec 2021 14:55:57 +0000", + "title": "Amtrak Worker Sold Railroad Equipment for Years to Line His Pockets, U.S. Says", + "description": "Jose Rodriquez, 49, of Brick, N.J., pleaded guilty to mail fraud on Monday. Prosecutors said he obtained 114 chain saws for the railroad service, but sold them for profit.", + "content": "Jose Rodriguez had worked for Amtrak since 2007. He faces up to 20 years in prison and a fine of up to $250,000.", + "category": "Postal Service and Post Offices", + "link": "https://www.nytimes.com/2021/12/13/us/amtrak-chainsaws-employee.html", + "creator": "Jesus Jiménez", + "pubDate": "Tue, 14 Dec 2021 01:54:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153913,16 +179284,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f948af2fc441d6e03840110c1647146" + "hash": "b9410e56cb76ac26e9b71086460a1b83" }, { - "title": "How Britney Spears’s Manager Benefited From Her Conservatorship", - "description": "Louise Taylor faces questions about whether she improperly enriched herself as the pop star’s business manager.", - "content": "Louise M. Taylor, center, was the business manager to Britney Spears’s estate. Ms. Spears’s lawyers are questioning how Ms. Taylor and James P. Spears, right, handled the star’s finances.", - "category": "Spears, Britney", - "link": "https://www.nytimes.com/2021/12/19/business/britney-spears-conservatorship-tri-star.html", - "creator": "Liz Day, Emily Steel, Rachel Abrams and Samantha Stark", - "pubDate": "Sun, 19 Dec 2021 19:27:04 +0000", + "title": "As U.S. Covid Deaths Near 800,000, 1 of Every 100 Older Americans Has Perished", + "description": "They are among the most vaccinated groups, but people 65 and older make up about three-quarters of the nation’s coronavirus death toll.", + "content": "They are among the most vaccinated groups, but people 65 and older make up about three-quarters of the nation’s coronavirus death toll.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/13/us/covid-deaths-elderly-americans.html", + "creator": "Julie Bosman, Amy Harmon and Albert Sun", + "pubDate": "Mon, 13 Dec 2021 11:33:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153934,16 +179305,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bceac4da11501fdbbbf052162a5db56a" + "hash": "a2406cb62f8382b1efc87a915e576b27" }, { - "title": "What if There’s No Such Thing as Closure?", - "description": "Many of us are taught that if we work hard enough we’ll be able to get over our losses. The social scientist Pauline Boss sees it differently.", - "content": "Many of us are taught that if we work hard enough we’ll be able to get over our losses. The social scientist Pauline Boss sees it differently.", - "category": "Grief (Emotion)", - "link": "https://www.nytimes.com/2021/12/15/magazine/grieving-loss-closure.html", - "creator": "Meg Bernhard", - "pubDate": "Wed, 15 Dec 2021 10:00:27 +0000", + "title": "Across the World, Covid Anxiety and Depression Take Hold", + "description": "It is still unclear how much of a threat the fast-spreading Omicron variant poses, but fear and a sudden revival of restrictions have added to an epidemic of loneliness.", + "content": "A Covid-19 patient in a hospital in Marseille, France, on Friday.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/12/13/world/covid-anxiety-depression-omicron.html", + "creator": "Roger Cohen", + "pubDate": "Mon, 13 Dec 2021 11:52:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153955,16 +179326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "02101ed2367ab9afb928ffd241bb8ec5" - }, - { - "title": "The Rise of E-Sports Has Big Implications for Traditional Sports", - "description": "Kids were already drifting away from traditional sports before the pandemic, with ramifications for the entire sports industry. The trend has accelerated in the pandemic.", - "content": "Matthew Grimes, 13, left, and brother David, 11, started participating in e-sports as an alternative to in-person athletics during the pandemic.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/12/19/sports/esports-fans-leagues-games.html", - "creator": "Joe Drape", - "pubDate": "Sun, 19 Dec 2021 08:00:15 +0000", + "hash": "984a004354c2da9d26fe85b38a4df898" + }, + { + "title": "Countering a ‘Tidal Wave’ of Omicron, Britain Speeds Up Booster Rollout", + "description": "The country will aim to offer all eligible adults a booster shot by the end of this year. Here’s the latest pandemic news.", + "content": "The country will aim to offer all eligible adults a booster shot by the end of this year. Here’s the latest pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/13/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Mon, 13 Dec 2021 15:43:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153976,16 +179347,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ff3d81f1cc3226c235a922bb29ba2e8" + "hash": "c30f9c3b379d2e61220d324c01431ce4" }, { - "title": "The Human Toll", - "description": "U.S. airstrikes have not lived up to their billing.", - "content": "Hassan Aleiwi Muhammad Sultan with a friend near his home in East Mosul.", - "category": "Civilian Casualties", - "link": "https://www.nytimes.com/2021/12/20/briefing/us-airstrikes-human-toll.html", - "creator": "David Leonhardt", - "pubDate": "Mon, 20 Dec 2021 11:13:52 +0000", + "title": "74 Dead in Kentucky After Tornadoes, but Toll Is Expected to Rise", + "description": "More than 100 people were still unaccounted for in Kentucky, Gov. Andy Beshear said. President Biden will visit the state on Wednesday. Here’s the latest.", + "content": "More than 100 people were still unaccounted for in Kentucky, Gov. Andy Beshear said. President Biden will visit the state on Wednesday. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/13/us/tornadoes-kentucky-illinois", + "creator": "The New York Times", + "pubDate": "Mon, 13 Dec 2021 21:15:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -153997,16 +179368,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6d03a3348723335c61fda74a6997e59" + "hash": "2c8fc1f68776d692066ab8eb95e84a0a" }, { - "title": "‘The Decision of My Life’: Part 2", - "description": "She was being forced to marry a Taliban member. Then she ran away.", - "content": "Members of a Taliban military unit at the airport in Kabul, Afghanistan, in September.", - "category": "Taliban", - "link": "https://www.nytimes.com/2021/12/20/podcasts/the-daily/afghanistan-taliban-girls.html", - "creator": "", - "pubDate": "Mon, 20 Dec 2021 11:00:06 +0000", + "title": "‘A Nightmare’: Kentucky Tornado Victims Sort Through Rubble", + "description": "Residents of Princeton, Ky., sifted through debris for salvageable items and cherished belongings after a tornado destroyed dozens of homes on Friday night.", + "content": "Residents of Princeton, Ky., sifted through debris for salvageable items and cherished belongings after a tornado destroyed dozens of homes on Friday night.", + "category": "Kentucky", + "link": "https://www.nytimes.com/video/us/100000008117393/kentucky-tornado-princeton.html", + "creator": "Sarah Kerr, Yousur Al-Hlou and Noah Throop", + "pubDate": "Mon, 13 Dec 2021 19:21:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154018,16 +179389,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "86b8427e5d57edab1862f4c31e0a37fb" + "hash": "632020b08efea986a9048b5f8062867e" }, { - "title": "Foreign Drones Tip the Balance in Ethiopia’s Civil War", - "description": "Prime Minister Abiy Ahmed pulled off a stunning reversal in the year-old conflict with the help of armed drones supplied by the United Arab Emirates, Turkey and Iran.", - "content": "Turkey has been supplying the Ethiopian government with drones. A Bayraktar TB2 combat drone pictured at the Incirlik air base, Turkey, in May.", - "category": "Drones (Pilotless Planes)", - "link": "https://www.nytimes.com/2021/12/20/world/africa/drones-ethiopia-war-turkey-emirates.html", - "creator": "Declan Walsh", - "pubDate": "Mon, 20 Dec 2021 17:17:03 +0000", + "title": "Mark Meadows Sought to Fight Election Outcome, Jan. 6 Panel Says", + "description": "The House committee laid out its case for a contempt of Congress charge against Mark Meadows, the chief of staff to former President Donald J. Trump.", + "content": "Mark Meadows had been cooperating with the Jan. 6 committee’s investigation, but he refused to appear for a scheduled deposition last week or to turn over additional documents.", + "category": "Meadows, Mark R (1959- )", + "link": "https://www.nytimes.com/2021/12/12/us/politics/mark-meadows-capitol-attack.html", + "creator": "Luke Broadwater", + "pubDate": "Mon, 13 Dec 2021 02:24:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154039,16 +179410,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "35a301339972bb9ec27412f7764482cd" + "hash": "059d176824d4a7dd559982d5f3f2a621" }, { - "title": "Jury Weighs Charges in Trial Over Daunte Wright’s Death", - "description": "Kim Potter, a police officer for 26 years, faces manslaughter charges in the shooting. Follow updates here.", - "content": "Kim Potter, a police officer for 26 years, faces manslaughter charges in the shooting. Follow updates here.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/20/us/kim-potter-trial-news", - "creator": "The New York Times", - "pubDate": "Mon, 20 Dec 2021 22:14:11 +0000", + "title": "Pedro Almodóvar Is Still Making Movies That Shock", + "description": "He built his reputation with raunchy farces. But in his new film, “Parallel Mothers,” the 72-year-old dredges up his country’s most painful history.", + "content": "He built his reputation with raunchy farces. But in his new film, “Parallel Mothers,” the 72-year-old dredges up his country’s most painful history.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/13/magazine/parellel-mothers-pedro-almodovar.html", + "creator": "Marcela Valdes", + "pubDate": "Mon, 13 Dec 2021 16:39:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154060,16 +179431,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a27abe3d44ade45d55fbb38e783d06e5" + "hash": "812c6848df64f55b3f659f3cf205a7f3" }, { - "title": "The New Get-Rich-Faster Job in Silicon Valley: Crypto Start-Ups", - "description": "Tech executives and engineers are quitting Google, Meta, Amazon and other large companies for what they say is a once-in-generation opportunity with crypto.", - "content": "Tech executives and engineers are quitting Google, Meta, Amazon and other large companies for what they say is a once-in-generation opportunity with crypto.", - "category": "Computers and the Internet", - "link": "https://www.nytimes.com/2021/12/20/technology/silicon-valley-cryptocurrency-start-ups.html", - "creator": "Daisuke Wakabayashi and Mike Isaac", - "pubDate": "Mon, 20 Dec 2021 19:11:47 +0000", + "title": "Cultivating Olives on the Slopes of Mount Etna", + "description": "For millenniums, farmers and vintners in northeastern Sicily have benefited from the area’s mineral-rich soil, a result of volcanic eruptions.", + "content": "For millenniums, farmers and vintners in northeastern Sicily have benefited from the area’s mineral-rich soil, a result of volcanic eruptions.", + "category": "Olives", + "link": "https://www.nytimes.com/2021/12/13/travel/mount-etna-olive-oil.html", + "creator": "Marta Giaccone", + "pubDate": "Mon, 13 Dec 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154081,16 +179452,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "54d21a86f24f490ef450fb0b011d0b11" + "hash": "d7912573d1b0cfad2a283d993eaef837" }, { - "title": "As Europe Returns Artifacts, Britain Stays Silent on the Parthenon Marbles", - "description": "The Parthenon Marbles in London are likely the world’s most famous disputed museum items. Yet the British government says the sculptures’ fate isn’t its concern.", - "content": "The Parthenon Marbles at the British Museum in 2020. Greece’s government says the sculptures, which returned to public view this month, should be sent back to Athens.", - "category": "Museums", - "link": "https://www.nytimes.com/2021/12/20/arts/design/parthenon-marbles-restitution.html", - "creator": "Alex Marshall", - "pubDate": "Mon, 20 Dec 2021 16:07:18 +0000", + "title": "Whole Roasted Duck for a Festive Holiday Meal", + "description": "Roasting a duck isn’t much harder than preparing a chicken, and makes for a festive holiday meal.", + "content": "A golden-skinned roasted duck is an impressive main course for a special meal.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/10/dining/roast-duck-recipe.html", + "creator": "Melissa Clark", + "pubDate": "Fri, 10 Dec 2021 17:09:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154102,16 +179473,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "477cad74d2826e1d7c1e1dddfba6c5bf" + "hash": "ddf40d222aace30b6a230a8fa8566362" }, { - "title": "Haitian Migrants File Lawsuit Protesting Treatment by Border Patrol", - "description": "Images of Border Patrol agents corralling Black migrants prompted criticism of the Biden administration’s response to an influx of thousands in Del Rio, Texas.", - "content": "In his lawsuit, Mirard Joseph, center, accused the U.S. government of abuse, inhumane treatment and denial of due process under a public health rule that gives border officials the authority to expel most undocumented people who cross into the United States during the pandemic.", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2021/12/20/us/politics/haitian-migrants-border-patrol-lawsuit.html", - "creator": "Eileen Sullivan", - "pubDate": "Mon, 20 Dec 2021 22:20:54 +0000", + "title": "It May Not Feel Like It Right Now, but There Is a World of Good We Can Do", + "description": "A few worthies from Times Opinion’s giving guide and a few ... unworthies.", + "content": "A few worthies from Times Opinion’s giving guide and a few ... unworthies.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/13/opinion/charities-giving-politics.html", + "creator": "Gail Collins and Bret Stephens", + "pubDate": "Mon, 13 Dec 2021 10:47:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154123,16 +179494,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "76dba2cda86e0911154e8b30b36ca3e6" + "hash": "5d7a971b52abfb6b70fbdc45df839c86" }, { - "title": "Updates: Sex-Trafficking Trial of Ghislaine Maxwell Goes to the Jury", - "description": "After 12 days of testimony, Ghislaine Maxwell’s closely watched sex-trafficking trial is nearing its end. Follow live updates.", - "content": "After 12 days of testimony, Ghislaine Maxwell’s closely watched sex-trafficking trial is nearing its end. Follow live updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/20/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Mon, 20 Dec 2021 22:14:11 +0000", + "title": "A Scientist’s Guide to Understanding Omicron", + "description": "The Omicron data is coming. Here’s how to interpret it.", + "content": "SARS-CoV-2 virus particles which cause COVID-19.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/12/opinion/covid-omicron-data.html", + "creator": "Jesse Bloom and Sarah Cobey", + "pubDate": "Sun, 12 Dec 2021 17:35:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154144,16 +179515,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03493edaebc40ed3302d4767392681e2" + "hash": "5e2f0ca1749fa6afa0eb6c428055a7d5" }, { - "title": "World Economic Forum in Davos, Switzerland, Is Postponed", - "description": "With Omicron cases surging worldwide, the annual meeting, which had been scheduled for Jan. 17-21, was “deferred” and tentatively rescheduled for the summer.", - "content": "The World Economic Forum postponed its annual meeting set to begin on Jan. 17.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/20/business/world-economic-forum-davos-postponed.html", - "creator": "David Gelles", - "pubDate": "Mon, 20 Dec 2021 19:20:20 +0000", + "title": "Unvaccinated, and Hospitalized With Covid", + "description": "Readers discuss the strain Covid puts on hospitals. Also: Calling for a carbon tax; how overturning Roe could backfire; writing “real” letters.", + "content": " ", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/12/opinion/letters/unvaccinated-hospitals-covid.html", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 16:30:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154165,16 +179536,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d8d631a6a9f4fb86670ac784a3aef7c" + "hash": "c0e7a620d78995451c14c5e9deda476b" }, { - "title": "Jury in Elizabeth Holmes’s Fraud Trial Has Begun Deliberations", - "description": "The trial, which has stretched nearly four months, has come to represent a critical moment for the tech industry and its culture of overly optimistic salesmanship.", - "content": "Elizabeth Holmes.", - "category": "Frauds and Swindling", - "link": "https://www.nytimes.com/2021/12/20/business/jury-verdict-deliberations-elizabeth-holmes.html", - "creator": "Erin Griffith", - "pubDate": "Mon, 20 Dec 2021 20:53:08 +0000", + "title": "What Mary Can Teach Us About the Joy and Pain of Life", + "description": "In the Bible, we see the mother of Jesus experience great blessings and unimaginable sorrow.", + "content": "In the Bible, we see the mother of Jesus experience great blessings and unimaginable sorrow.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/12/opinion/what-mary-can-teach-us-about-the-joy-and-pain-of-life.html", + "creator": "Tish Harrison Warren", + "pubDate": "Sun, 12 Dec 2021 20:51:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154186,16 +179557,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de9161066b918029d909f2c6721718eb" + "hash": "1b8d9f6ffe7f42ee9023974712782bc7" }, { - "title": "Pope Francis Says High Number of Domestic Violence Cases Is ‘Almost Satanic’", - "description": "Francis once again decried the scourge of domestic abuse, which has increased during the months of pandemic lockdown.", - "content": "Pope Francis at his weekly general audience in The Vatican this month.", - "category": "Domestic Violence", - "link": "https://www.nytimes.com/2021/12/20/world/europe/pope-domestic-violence-almost-satanic.html", - "creator": "Elisabetta Povoledo", - "pubDate": "Mon, 20 Dec 2021 18:18:29 +0000", + "title": " Cultural Elites Need to Look Beyond Their Noses", + "description": "Confined to our own bubbles, we are less informed about people who lead entirely different cultural, social and political lives.", + "content": "Confined to our own bubbles, we are less informed about people who lead entirely different cultural, social and political lives.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/11/opinion/urban-cultural-elites.html", + "creator": "Jane Coaston", + "pubDate": "Sat, 11 Dec 2021 17:08:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154207,16 +179578,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cd43386900f0eec747510d2007cc944" + "hash": "878407c66954ee9b72a779f5de38e1ca" }, { - "title": "Third-Graders Instructed to Re-enact Scenes From Holocaust, Principal Says", - "description": "A staff librarian was put on leave after students at an elementary school in Washington, D.C., were directed to simulate shootings and the digging of mass graves.", - "content": "A staff librarian was put on leave after students at an elementary school in Washington, D.C., were directed to simulate shootings and the digging of mass graves.", - "category": "Holocaust and the Nazi Era", - "link": "https://www.nytimes.com/2021/12/20/us/holocaust-librarian-elementary-school.html", - "creator": "Vimal Patel", - "pubDate": "Mon, 20 Dec 2021 05:28:30 +0000", + "title": "What the New Right Sees", + "description": "Why an alienated movement sees American life more clearly than its rivals.", + "content": "Why an alienated movement sees American life more clearly than its rivals.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/11/opinion/what-the-new-right-sees.html", + "creator": "Ross Douthat", + "pubDate": "Sat, 11 Dec 2021 20:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154228,16 +179599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24d6027d564698044dc730a08c00e35e" + "hash": "40729219a53b12506b42b5fd41264beb" }, { - "title": "Eve Babitz, a Hedonist With a Notebook, Is Dead at 78", - "description": "A child of Hollywood, she wrote of the sensuous pleasures of Los Angeles, and sampled them enthusiastically.", - "content": "Eve Babitz in a photo taken by her sister, Mirandi Babitz. Eve Babitz wrote of the Hollywood scene, but her agent said that “she was seen as too sexy and too lightweight to be serious.” ", - "category": "Writing and Writers", - "link": "https://www.nytimes.com/2021/12/19/obituaries/eve-babitz-dead.html", - "creator": "Penelope Green", - "pubDate": "Mon, 20 Dec 2021 00:49:01 +0000", + "title": "Biden’s Highly Selective Travel Ban Doesn’t Make Sense", + "description": "And don’t make the same mistake again.", + "content": "And don’t make the same mistake again.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/11/opinion/omicron-travel-ban-covid-africa.html", + "creator": "Saad B. Omer", + "pubDate": "Sat, 11 Dec 2021 16:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154249,16 +179620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "abaca01a2ee96599931e91b4b4c95554" + "hash": "bed8ac46203e1490282082a4ee030658" }, { - "title": "How to Double Mask Correctly", - "description": "Two masks can increase your protection against the coronavirus. Just make sure you know the dos and don’ts.", - "content": "Two masks can increase your protection against the coronavirus. Just make sure you know the dos and don’ts.", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/article/double-masking-tips-coronavirus.html", - "creator": "Tara Parker-Pope and Dani Blum", - "pubDate": "Mon, 29 Mar 2021 02:47:51 +0000", + "title": "Haiti’s Leader Kept a List of Drug Traffickers. His Assassins Came for It.", + "description": "In the months before his murder, President Jovenel Moïse took a number of steps to fight drug and arms smugglers. Some officials now fear he was killed for it.", + "content": "A mural depicting Mr. Moïse near the entrance to his home in Pétionville, Haiti, where he was assassinated.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/12/world/americas/jovenel-moise-haiti-president-drug-traffickers.html", + "creator": "Maria Abi-Habib", + "pubDate": "Sun, 12 Dec 2021 18:42:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154270,16 +179641,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c22a0ed5b01b0f1c34210397546bf6a9" + "hash": "d2ac6c30c59fe6758f49938e1f51b8f0" }, { - "title": "Tips for Decluttering Your Home", - "description": "All that “stuff” in our drawers, closets and corners is a hazard, but there are ways to keep it at bay.", - "content": "All that “stuff” in our drawers, closets and corners is a hazard, but there are ways to keep it at bay.", - "category": "Orderliness and Clutter", - "link": "https://www.nytimes.com/2021/12/20/well/mind/how-to-declutter.html", - "creator": "Jane E. Brody", - "pubDate": "Mon, 20 Dec 2021 10:00:10 +0000", + "title": "Anne Rice, Who Spun Gothic Tales of Vampires, Dies at 80", + "description": "She wrote more than 30 Gothic novels, including the best seller “Interview With the Vampire,” published in 1976 and later turned into a hit movie starring Tom Cruise and Brad Pitt.", + "content": "Author Anne Rice in Los Angeles in 2016.", + "category": "Rice, Anne", + "link": "https://www.nytimes.com/2021/12/12/books/anne-rice-dead.html", + "creator": "Elian Peltier", + "pubDate": "Sun, 12 Dec 2021 10:45:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154291,16 +179662,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "690fdc2d85ebff61a1e635a56acea9e8" + "hash": "4f4a71aeeda37c82ed04a20b45f98854" }, { - "title": "Naples, a City of Contradictions, Is Once Again a Home for Cinema", - "description": "For “The Hand of God,” the director Paolo Sorrentino has returned to his hometown, whose cultural profile has been lifted in recent years by the Elena Ferrante novels and films like “Gomorrah.”", - "content": "The Naples seafront. The director Paolo Sorrentino has set his new film “The Hand of God” in his hometown.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/17/movies/naples-hand-of-god.html", - "creator": "Elisabetta Povoledo", - "pubDate": "Mon, 20 Dec 2021 18:58:08 +0000", + "title": "You’re Going to Work a Long Time. Here’s How to Build in Breaks.", + "description": "Living longer can mean having a longer career, whether by choice or necessity. Stopping and starting isn’t easy, but it might be worth it.", + "content": "Living longer can mean having a longer career, whether by choice or necessity. Stopping and starting isn’t easy, but it might be worth it.", + "category": "Longevity", + "link": "https://www.nytimes.com/2021/12/11/your-money/work-time-out-career-longevity.html", + "creator": "Ron Lieber", + "pubDate": "Sat, 11 Dec 2021 15:46:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154312,16 +179683,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77e8ffe60f552ba56c8ab1492a822346" + "hash": "3c8deb368912eb1602b946a96e338247" }, { - "title": "Dear Celebrities: Please Stop Churning Out Beauty Brands", - "description": "A-list singers, actors and influencers are dropping makeup and skin care lines at breakneck speed — Ariana Grande, Billie Eilish, Chiara Ferragni and Addison Rae are among the latest — but does anyone want them anymore?", - "content": "A-list singers, actors and influencers are dropping makeup and skin care lines at breakneck speed — Ariana Grande, Billie Eilish, Chiara Ferragni and Addison Rae are among the latest — but does anyone want them anymore?", - "category": "Cosmetics and Toiletries", - "link": "https://www.nytimes.com/2021/12/16/style/celebrity-beauty-brands.html", - "creator": "Rachel Strugatz", - "pubDate": "Thu, 16 Dec 2021 08:00:08 +0000", + "title": "Newsom Calls for Gun Legislation Modeled on the Texas Abortion Law", + "description": "Gov. Gavin Newsom of California accused Texas of insulating its abortion law from the courts, and then called on lawmakers to use a similar strategy to go after the gun industry.", + "content": "Mr. Newsom’s announcement seemed to explicitly position California opposite Texas in the divisive battles over abortion rights and gun control.", + "category": "Newsom, Gavin", + "link": "https://www.nytimes.com/2021/12/12/us/politics/newsom-texas-abortion-law-guns.html", + "creator": "Shawn Hubler", + "pubDate": "Sun, 12 Dec 2021 06:33:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154333,16 +179704,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e70aa7602d540dfee5d5625c6de539c" + "hash": "0c750e594d27f0f08edb51616924c9b0" }, { - "title": "‘I Decided the Smell Must Be Coming Through My Open Window’", - "description": "A morning eye-opener, a pink chiffon party dress on a balcony and more reader tales of New York City in this week’s Metropolitan Diary.", - "content": "A morning eye-opener, a pink chiffon party dress on a balcony and more reader tales of New York City in this week’s Metropolitan Diary.", - "category": "New York City", - "link": "https://www.nytimes.com/2021/12/19/nyregion/metropolitan-diary.html", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 08:00:06 +0000", + "title": "America’s Anti-Democratic Movement", + "description": "It’s making progress.", + "content": "It’s making progress.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/13/briefing/anti-democratic-movement-us-politics.html", + "creator": "David Leonhardt", + "pubDate": "Mon, 13 Dec 2021 11:01:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154354,16 +179725,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7033754603f41b442c2715e2921081ee" + "hash": "a1d13bb24c4839db673a1789d0965ab3" }, { - "title": "In One Queens Building, the Third Apartment Is the Charm (for Now)", - "description": "When they needed more space, and then enough room to work at home, they graduated to ever-larger apartments in the same Astoria building. But what comes next?", - "content": "Anna Doré and Isaac Goldberg have lived in three of the eight apartments on the fifth floor of their building. “I still catch myself making a right out of the elevator when I need to be making a left,” Mr. Goldberg said. ", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/20/realestate/renters-astoria-queens.html", - "creator": "D.W. Gibson", - "pubDate": "Mon, 20 Dec 2021 10:00:11 +0000", + "title": "The Outsize Life and Quiet Death of the Steele Dossier", + "description": "For years, a collection of salacious allegations about Donald J. Trump and Russia captivated America. It has since proved to be a flawed document.", + "content": "For years, a collection of salacious allegations about Donald J. Trump and Russia captivated America. It has since proved to be a flawed document.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/13/podcasts/the-daily/steele-dossier-donald-trump-igor-danchenko.html", + "creator": "Michael Barbaro, Michael Simon Johnson, Sydney Harper, Lynsea Garrison, Lisa Tobin, Dan Powell, Marion Lozano and Chris Wood", + "pubDate": "Mon, 13 Dec 2021 11:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154375,16 +179746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf97d34e3790836aaf326dfd657d11f7" + "hash": "7e9047c9b2db9384a1943f7bf28eafab" }, { - "title": "‘Emily in Paris’ Season 2: Looks to Watch For", - "description": "The Netflix show was derided for, among other things, an unrealistic approach to French dressing. What can viewers expect this season?", - "content": "The Netflix show was derided for, among other things, an unrealistic approach to French dressing. What can viewers expect this season?", - "category": "Emily in Paris (TV Program)", - "link": "https://www.nytimes.com/2021/12/20/style/emily-in-paris-season-2-fashion.html", - "creator": "Eliza Brooke", - "pubDate": "Mon, 20 Dec 2021 10:02:33 +0000", + "title": "American Families Are Drowning in Care Costs. Here’s How to Change That.", + "description": "Ai-jen Poo on the economic potential of a public investment in child care, elder care and paid family leave.", + "content": "Ai-jen Poo on the economic potential of a public investment in child care, elder care and paid family leave.", + "category": "Income Inequality", + "link": "https://www.nytimes.com/2021/12/07/opinion/ezra-klein-podcast-ai-jen-poo.html", + "creator": "‘The Ezra Klein Show’", + "pubDate": "Tue, 07 Dec 2021 17:20:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154396,16 +179767,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48fa98246c6059de3425f6247109f9a9" + "hash": "2cfedff818d9be736a9560b6907ef852" }, { - "title": "Most Vaccines Unlikely to Prevent Infection from Omicron, Studies Show", - "description": "Only the Pfizer and Moderna shots, with a booster, seem to stop infections, according to early research. But all vaccines used in the U.S. stave off serious illness.", - "content": "Only the Pfizer and Moderna shots, with a booster, seem to stop infections, according to early research. But all vaccines used in the U.S. stave off serious illness.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/20/world/omicron-covid-vaccine-tests", + "title": "Teaching ‘The 1619 Project’: A Virtual Event for Educators and Librarians", + "description": "Join Nikole Hannah-Jones for a candid discussion of the project and ways to share the new books “The 1619 Project: A New Origin Story” and “Born on the Water” with students.", + "content": "Join Nikole Hannah-Jones for a candid discussion of the project and ways to share the new books “The 1619 Project: A New Origin Story” and “Born on the Water” with students.", + "category": "Race and Ethnicity", + "link": "https://www.nytimes.com/2021/11/22/magazine/teaching-the-1619-project-event.html", "creator": "The New York Times", - "pubDate": "Mon, 20 Dec 2021 10:59:37 +0000", + "pubDate": "Mon, 22 Nov 2021 15:07:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154417,16 +179788,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c76768eccf029fdbd238bd70375e3d71" + "hash": "4a43f1aef0d417dd6d9a1726711347ae" }, { - "title": "The Path Ahead for Biden: Overcome Manchin’s Inflation Fears", - "description": "A key Democrat’s decision to pull support from the president’s sprawling climate and social agenda is rooted in the scope of the bill.", - "content": "President Biden is most likely faced with the difficult task of leaving some of his party’s priorities on the cutting-room floor is he is to have any hope of resurrecting his social policy agenda.", - "category": "Federal Budget (US)", - "link": "https://www.nytimes.com/2021/12/19/business/biden-agenda-ambitions.html", - "creator": "Jim Tankersley", - "pubDate": "Sun, 19 Dec 2021 23:16:07 +0000", + "title": "Inflationary Wave Changes Political Terrain for Right-Wing Populists", + "description": "The leaders of Turkey, Hungary and Brazil are all grappling with problems posed by the global rise in prices ahead of national elections.", + "content": "President Jair Bolsonaro on Brazil’s Independence Day in September. The country’s currency has steadily declined in value, and its economy slipped back into recession in the third quarter.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/13/business/inflation-turkey-brazil-hungary.html", + "creator": "Matt Phillips, Carlotta Gall, Flávia Milhorance and Benjamin Novak", + "pubDate": "Mon, 13 Dec 2021 16:02:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154438,16 +179809,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "86b853d5c1011c7af896f5843010f2ca" + "hash": "4e1cb0f1597a61a6e9acac34a84c9637" }, { - "title": "A Plan Forms in Mexico: Help Americans Get Abortions", - "description": "Mexican activists plan to provide women in Texas and other U.S. states with information, support — and abortion-inducing pills.", - "content": "Sofía, 23, said she had an abortion with the help of a network of activists in Mexico who provide women with pills that induce abortion, and then ensure they have support through the procedure. ", - "category": "Women and Girls", - "link": "https://www.nytimes.com/2021/12/20/world/americas/mexico-abortion-pill-activists.html", - "creator": "Natalie Kitroeff", - "pubDate": "Mon, 20 Dec 2021 10:00:21 +0000", + "title": "How Conflicting Guidance on Travel During the Pandemic Shows Little Progress", + "description": "The Omicron variant turned my trip home from South Africa into a nightmare episode of conflicting public health orders that often seemed to have little connection to science.", + "content": "The Omicron variant turned my trip home from South Africa into a nightmare episode of conflicting public health orders that often seemed to have little connection to science.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/13/health/omicron-travel-setbacks.html", + "creator": "Stephanie Nolen", + "pubDate": "Mon, 13 Dec 2021 15:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154459,16 +179830,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df05dc32410a368910279db532ca2323" + "hash": "fed126a4a8b96fe8d16a53d1fb4c0a6c" }, { - "title": "To Open Homeless Shelters, N.Y.C. Relied on Landlord With Checkered History", - "description": "Mayor Bill de Blasio promised to revamp the homeless shelter system, but some of the main players have not changed.", - "content": "Bill de Blasio, the mayor of New York City, called for a “blood-and-guts war strategy” against homelessness in 2017. “My job is to get it right,” he said. ", - "category": "Renting and Leasing (Real Estate)", - "link": "https://www.nytimes.com/2021/12/20/nyregion/nyc-homeless-levitan-de-blasio.html", - "creator": "Amy Julia Harris", - "pubDate": "Mon, 20 Dec 2021 08:00:11 +0000", + "title": "India Cities Ban Eggs, Drawing a Backlash", + "description": "Food-cart rules spurred by conservative beliefs draw a backlash, showcasing the tensions around the country’s rising Hindu nationalist movement.", + "content": "An Indian street food vendor preparing an egg dish for a customer in Ahmedabad in the state of Gujarat in November.", + "category": "Ahmedabad (India)", + "link": "https://www.nytimes.com/2021/12/13/world/asia/india-eggs-hindu-nationalism.html", + "creator": "Suhasini Raj", + "pubDate": "Mon, 13 Dec 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154480,16 +179851,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "031f47974a5f35059d52f3201fbf6d44" + "hash": "ad064e6cba876ee33528ccdf42f2e8ab" }, { - "title": "What We Learned From Week 15 in the N.F.L.", - "description": "The Dolphins looked capable in their sixth consecutive win, the hapless Lions were kings for a day, and the Steelers showed up again.", - "content": "Christian Wilkins, a Dolphins defensive tackle, caught a 1-yard touchdown pass in Sunday’s win over the Jets.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/19/sports/football/nfl-week-15-scores.html", - "creator": "Tyler Dunne", - "pubDate": "Mon, 20 Dec 2021 02:46:28 +0000", + "title": "Hong Kong Court Sentences Jimmy Lai to Prison Over Tiananmen Vigil", + "description": "The former media mogul and other prominent pro-democracy activists were previously convicted of inciting others to take part in an unauthorized assembly.", + "content": "A van took Jimmy Lai and other prominent pro-democracy activists to the Wanchai district court in Hong Kong last week for their trial. ", + "category": "Hong Kong", + "link": "https://www.nytimes.com/2021/12/13/world/asia/hongkong-jimmy-lai-tiananmen.html", + "creator": "Vivian Wang and Austin Ramzy", + "pubDate": "Mon, 13 Dec 2021 08:36:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154501,16 +179872,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8adea7e5d9688cf7bf918bc328fef481" + "hash": "da5a7734d6bc73b3cb34f6e239631d57" }, { - "title": "Frances Haugen Thinks Mark Zuckerberg Needs to Acknowledge His Power", - "description": "The Facebook whistle-blower says the company hides behind flat offices and metrics to shirk its responsibility.", - "content": "The Facebook whistle-blower says the company hides behind flat offices and metrics to shirk its responsibility.", - "category": "Social Media", - "link": "https://www.nytimes.com/2021/12/20/opinion/sway-kara-swisher-frances-haugen.html", - "creator": "‘Sway’", - "pubDate": "Mon, 20 Dec 2021 10:00:09 +0000", + "title": "Penguin Random House Defends Effort to Buy Simon & Schuster", + "description": "The Biden administration has challenged the deal over concerns it would harm authors, but the publisher said that argument is a misunderstanding of how the book industry works.", + "content": "Penguin Random House has offered $2.18 billion for Simon & Schuster, a deal that would further consolidate the publishing industry.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/13/books/penguin-random-house-simon-schuster.html", + "creator": "Elizabeth A. Harris and Alexandra Alter", + "pubDate": "Mon, 13 Dec 2021 17:21:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154522,16 +179893,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cc6ac322bbe0298472cb980bd24200a" + "hash": "e531d2344b0b575cf9f81ca518686c62" }, { - "title": "Let’s Hope What Happened in 2021 Stays in 2021", - "description": "From the storming of the Capitol to the advent of Omicron, 2021 has been no one’s idea of a banner year. ", - "content": "From the storming of the Capitol to the advent of Omicron, 2021 has been no one’s idea of a banner year. ", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/20/opinion/manchin-omicron-jan-6.html", - "creator": "Gail Collins and Bret Stephens", - "pubDate": "Mon, 20 Dec 2021 10:00:12 +0000", + "title": "Militants Kill 2 Policemen in Kashmir as Violence Escalates", + "description": "The clash on Monday came three days after a similar attack on a squad of police officers patrolling streets in northern Kashmir left two of its men dead.", + "content": "A protest on the outskirts of Srinagar, Kashmir, on Monday, after deadly clashes between the police and militants.", + "category": "Territorial Disputes", + "link": "https://www.nytimes.com/2021/12/13/world/asia/india-kashmir-policemen-killed.html", + "creator": "Sameer Yasir", + "pubDate": "Mon, 13 Dec 2021 19:51:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154543,16 +179914,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2abf4199670a6d91186851e58c177cf8" + "hash": "0a99f72dfcd4e643e0de86463afd33d3" }, { - "title": "What Our Omicron Future Should Look Like", - "description": "How to fight Omicron and maintain public trust.", - "content": "A temporary intensive care emergency room for patients with coronavirus.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/20/opinion/covid-omicron-future.html", - "creator": "Jay K. Varma", - "pubDate": "Mon, 20 Dec 2021 10:00:10 +0000", + "title": "Coast Guard Suspends Search for Passenger Who Fell From Cruise Ship", + "description": "The U.S. Coast Guard said on Sunday that it halted its search for a woman who went overboard from a Carnival cruise ship near Ensenada, Mexico.", + "content": "The Carnival Miracle cruise ship in 2013. Carnival Cruise Line said in a statement that the woman fell “from the balcony of her stateroom\" during a three-day cruise.", + "category": "Cruises", + "link": "https://www.nytimes.com/2021/12/13/us/us-coast-guard-woman-overboard-carnival-cruise.html", + "creator": "Johnny Diaz", + "pubDate": "Mon, 13 Dec 2021 18:24:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154564,16 +179935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12333145bd73444923f93433805c15cf" + "hash": "1a3297d5e1cb79456fec404df9e79e55" }, { - "title": "A Record Number of Journalists Jailed", - "description": "Authoritarian leaders are waging a war against the free press.", - "content": "Authoritarian leaders are waging a war against the free press.", - "category": "Freedom of the Press", - "link": "https://www.nytimes.com/2021/12/18/opinion/free-press-journalists-jailed.html", - "creator": "The Editorial Board", - "pubDate": "Sat, 18 Dec 2021 16:04:20 +0000", + "title": "After 15 Years of Infighting, James Brown’s Estate Is Sold", + "description": "The sale to Primary Wave Music, for an estimated $90 million, provides resources to ultimately realize the musician’s wish to fund scholarships for needy children.", + "content": "The Primary Wave deal is being described as a major step toward underwriting scholarships for children that Brown had outlined in his will. ", + "category": "Wills and Estates", + "link": "https://www.nytimes.com/2021/12/13/arts/music/james-brown-estate-primary-wave.html", + "creator": "Ben Sisario and Steve Knopper", + "pubDate": "Mon, 13 Dec 2021 16:48:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154585,16 +179956,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92a14e1f3db2f4fd6f442d9bb09f3ae3" + "hash": "4dfb43af8e8048856b510e22581d9e8e" }, { - "title": "It’s Been a Hard Year. These 3 Charities Could Use Your Help.", - "description": "The world needs an outpouring of generosity.", - "content": "The world needs an outpouring of generosity.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/19/opinion/charity-giving-holidays-nonprofits.html", - "creator": "Tish Harrison Warren", - "pubDate": "Sun, 19 Dec 2021 16:00:05 +0000", + "title": "Mikio Shinagawa, Who Ran a Fashionable SoHo Haunt, Dies at 66", + "description": "His earthy Japanese restaurant, Omen, became a downtown canteen for well-known patrons like Patti Smith, Yoko Ono and Richard Gere.", + "content": "His earthy Japanese restaurant, Omen, became a downtown canteen for well-known patrons like Patti Smith, Yoko Ono and Richard Gere.", + "category": "Shinagawa, Mikio (1955-2021)", + "link": "https://www.nytimes.com/2021/12/12/dining/mikio-shinagawa-dead.html", + "creator": "Alex Vadukul", + "pubDate": "Sun, 12 Dec 2021 19:08:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154606,16 +179977,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "efc190f03e7117784f0ef4e4053ee15e" + "hash": "b37e7a6cac785652f421a2293116d244" }, { - "title": "San Francisco Mayor Declares State of Emergency to Fight City’s ‘Nasty Streets’", - "description": "It’s a highly unusual move by a liberal mayor in one of the country’s most liberal cities.", - "content": "Mayor London Breed of San Francisco said she would pursue an “aggressive” crackdown on criminality.", - "category": "Drug Abuse and Traffic", - "link": "https://www.nytimes.com/2021/12/17/us/san-francisco-state-of-emergency-crime.html", - "creator": "Thomas Fuller, Shaila Dewan and Kellen Browning", - "pubDate": "Sat, 18 Dec 2021 04:07:03 +0000", + "title": "Business Updates: Vox Media Plans to Merge With Group Nine Media", + "description": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", + "content": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/13/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Mon, 13 Dec 2021 21:18:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154627,16 +179998,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3907c0917c0f4ba5abd7ec86863f6759" + "hash": "bba669d3a51b1beec3a0323c6cd6b34d" }, { - "title": "Could Oreo Cookies Solve New York’s Rat Problem?", - "description": "They are being used in new high-tech rat traps, which have been spotted around the city.", - "content": "They are being used in new high-tech rat traps, which have been spotted around the city.", - "category": "Rats", - "link": "https://www.nytimes.com/2021/12/17/nyregion/rat-traps-nyc.html", - "creator": "Jane Margolies", - "pubDate": "Fri, 17 Dec 2021 10:00:16 +0000", + "title": "Will Forte Is Still Waiting for ‘MacGruber’ to Blow Up", + "description": "In a new Peacock series, Forte returns as the unruly “Saturday Night Live” action hero who’s once again reckoning with bombs (including his 2010 movie).", + "content": "Will Forte is back as MacGruber, the asinine star of “Saturday Night Live” sketches, commercials, a 2010 movie and now, a new series on Peacock.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/08/arts/television/will-forte-macgruber.html", + "creator": "Dave Itzkoff", + "pubDate": "Wed, 08 Dec 2021 20:06:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154648,16 +180019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "564307034f04fe62654baf97abf1a525" + "hash": "fe1630f980936cfce6554340857a4daa" }, { - "title": "It’s Been a Home for Decades, but Legal Only a Few Months", - "description": "California catches up with the reality that when it’s too hard to play by the rules, people convert the garage into an apartment anyway.", - "content": "Luis Martinez designed the accessory dwelling unit in the backyard of his parents’ home in Los Angeles.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/18/business/economy/california-housing.html", - "creator": "Conor Dougherty", - "pubDate": "Sat, 18 Dec 2021 10:00:17 +0000", + "title": "Black Women Make Waves in Hair Care", + "description": "A new crop of businesses is claiming a growing share of a billion-dollar industry.", + "content": "Whitney White, the co-founder and owner of Melanin Haircare at her offices in Hudson, Mass.", + "category": "Hair", + "link": "https://www.nytimes.com/2021/12/09/style/black-women-hair-care.html", + "creator": "Tiffany Martinbrough", + "pubDate": "Mon, 13 Dec 2021 18:03:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154669,16 +180040,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbfa33cded217ffef030d02b85c936da" + "hash": "05bddff91145eb8c8ad7251f15715f9d" }, { - "title": "The 25 Essential Dishes to Eat in New York City", - "description": "We asked six chefs and food experts to create a list of the most delicious and memorable plates in town.", - "content": "We asked six chefs and food experts to create a list of the most delicious and memorable plates in town.", - "category": "Amy Ruth's", - "link": "https://www.nytimes.com/2021/12/17/t-magazine/new-york-best-food-restaurants.html", - "creator": "Dan Piepenbring, Kurt Soller, Amiel Stanek, Korsha Wilson and Daniel Terna", - "pubDate": "Fri, 17 Dec 2021 18:18:56 +0000", + "title": "The Seattle Seahawks’ Boom Is Busted", + "description": "The bold energy that defined the Seattle Seahawks is gone. What will replace it?", + "content": "The bold energy that defined the Seattle Seahawks is gone. What will replace it?", + "category": "National Football League", + "link": "https://www.nytimes.com/2021/12/13/sports/football/seattle-seahawks-pete-carroll-playoffs.html", + "creator": "Kurt Streeter", + "pubDate": "Mon, 13 Dec 2021 11:23:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154690,16 +180061,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6a917928bf14cb81afff7624fba4556" + "hash": "361d2fe2f8a0a3598696fff4a701a5b4" }, { - "title": "How Elizabeth Holmes Changed Her Style for Trial", - "description": "As the fraud trial of the Theranos founder draws to a close, could her new courtroom image affect the decision?", - "content": "... and with Mr. Evans and her mother.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2021/12/17/style/elizabeth-holmes-trial-makeover.html", - "creator": "Vanessa Friedman", - "pubDate": "Fri, 17 Dec 2021 15:57:18 +0000", + "title": "With Paige Bueckers Injured, UConn Faces a Tough Few Months", + "description": "The No. 3 Huskies will be without the best player in women’s college basketball for up to eight weeks. With a win and a loss so far in her absence, it’s difficult to say how they will fare.", + "content": "The No. 3 Huskies will be without the best player in women’s college basketball for up to eight weeks. With a win and a loss so far in her absence, it’s difficult to say how they will fare.", + "category": "University of Connecticut", + "link": "https://www.nytimes.com/2021/12/13/sports/ncaabasketball/uconn-paige-bueckers.html", + "creator": "Adam Zagoria", + "pubDate": "Mon, 13 Dec 2021 18:06:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154711,16 +180082,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3fe9c3a7a6569b6e6f670ba007cd985" + "hash": "15e7a9039c34e6db0441b9beec4aaedd" }, { - "title": "The Sunday Read: ‘What Does It Mean to Save a Neighborhood?’", - "description": "Nine years after Hurricane Sandy, residents of Lower Manhattan are still vulnerable to rising seas. The fight over a plan to protect them reveals why progress on our most critical challenges is so hard.", - "content": "It’s a hefty public investment to benefit thousands of underserved New Yorkers that should provide some protection from flooding for a time — an incremental step, in other words.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/19/podcasts/the-daily/climate-change-new-york.html", - "creator": "Jack D’Isidoro, Aaron Esposito, John Woo and Corey Schreppel", - "pubDate": "Sun, 19 Dec 2021 11:00:07 +0000", + "title": "64 Dead in Kentucky After Tornadoes, but Toll Is Expected to Rise", + "description": "More than 100 people were still unaccounted for in Kentucky, Gov. Andy Beshear said. President Biden will visit the state on Wednesday. Here’s the latest.", + "content": "More than 100 people were still unaccounted for in Kentucky, Gov. Andy Beshear said. President Biden will visit the state on Wednesday. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/13/us/tornadoes-kentucky-illinois", + "creator": "The New York Times", + "pubDate": "Mon, 13 Dec 2021 19:28:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154732,16 +180103,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d727d9180f5f375b4259a64221fbaee" + "hash": "20a74544b5c0a756b5598f163e1637b4" }, { - "title": "A Stylish Art Dealer and a Trip to Italy", - "description": "Our critic recommends old and new books.", - "content": "Our critic recommends old and new books.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/18/books/read-like-the-wind.html", - "creator": "Molly Young", - "pubDate": "Sat, 18 Dec 2021 21:02:46 +0000", + "title": "Merck’s Covid Pill Might Pose Risks for Pregnant Women", + "description": "Some laboratory studies suggest that molnupiravir can insert errors in DNA, which could in theory harm a developing fetus, sperm cells or children.", + "content": "While molnupiravir has been shown to reduce the risk of hospitalization and death from Covid-19, scientists have raised concerns about the drug’s potential to cause mutations in human DNA.", + "category": "Molnupiravir (Drug)", + "link": "https://www.nytimes.com/2021/12/13/health/merck-covid-pill-pregnancy-risk.html", + "creator": "Benjamin Mueller", + "pubDate": "Mon, 13 Dec 2021 15:27:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154753,16 +180124,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "019a5404127003e90447ef399586399c" + "hash": "24c520631f0acd8438e223c1dabd7c10" }, { - "title": "‘Q’ Has Been Quiet, but QAnon Lives On", - "description": "With the absence of a leader, the movement has transformed into more of a “choose your own adventure” conspiracy theory.", - "content": "A QAnon symbol displayed prominently outside the U.S. Capitol in Washington on Jan. 6.", - "category": "Conspiracy Theories", - "link": "https://www.nytimes.com/2021/12/20/technology/qanon-conspiracy-movement.html", - "creator": "Davey Alba", - "pubDate": "Mon, 20 Dec 2021 10:00:16 +0000", + "title": "Champions League Repeats Its Draw After a ‘Technical Problem’", + "description": "A buzzed-about round of 16 matchup between Manchester United and Paris St.-Germain was the result of a mistake. P.S.G. will face Real Madrid instead.", + "content": "Manchester United was drawn against P.S.G. Then it wasn’t.", + "category": "UEFA Champions League (Soccer)", + "link": "https://www.nytimes.com/2021/12/13/sports/soccer/champions-league-redraw.html", + "creator": "Victor Mather", + "pubDate": "Mon, 13 Dec 2021 15:50:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154774,16 +180145,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b34df0f44047dbbb742e8614684c3b20" + "hash": "2b87d089a1c8786185b78da545190282" }, { - "title": "Brandon Just Wants to Drive His Racecar", - "description": "“I have zero desire to be involved in politics,” says Brandon Brown, the NASCAR driver at the center of the “Let’s Go, Brandon!” meme.", - "content": "“This whole Talladega race win was supposed to be a celebration,” Brandon Brown said.", - "category": "Brown, Brandon", - "link": "https://www.nytimes.com/2021/12/19/business/brandon-brown-lets-go-brandon.html", - "creator": "Ben Smith", - "pubDate": "Mon, 20 Dec 2021 01:49:15 +0000", + "title": "Business Updates: UBS Told to Pay €1.8 Billion for Aiding Tax Evasion", + "description": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", + "content": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/13/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Mon, 13 Dec 2021 19:28:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154795,16 +180166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "28cb1954cbe20b0b6287efa4af10aced" + "hash": "bd28da0d80d485c05c1f0acd1eebedf6" }, { - "title": "Peng Shuai, Chinese Tennis Player, Denies Sexual Assault Claim", - "description": "Peng Shuai said in an interview with a Singaporean newspaper that she had been misunderstood. She also said, “I’ve been very free all along.”", - "content": "Peng Shuai has been one of China’s highest-ranked tennis players, reaching No. 1 in doubles in 2014 and as high as 14th as a singles player.", - "category": "China", - "link": "https://www.nytimes.com/2021/12/20/world/asia/china-tennis-peng-shuai.html", - "creator": "Chris Buckley", - "pubDate": "Mon, 20 Dec 2021 05:41:28 +0000", + "title": "Yes, Your Kids Can Play Outside All Winter", + "description": "Hardened athletes and explorers weigh in on how to keep your kids warm.", + "content": "Hardened athletes and explorers weigh in on how to keep your kids warm.", + "category": "Coats and Jackets", + "link": "https://www.nytimes.com/2020/11/04/parenting/kids-winter-play-outside.html", + "creator": "Elisabeth Kwak-Hefferan", + "pubDate": "Thu, 17 Dec 2020 08:29:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154816,16 +180187,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f666255bb3e99addd4b49c01da0798a" + "hash": "d8797f15e72fdfa00c1c9ecd721993d8" }, { - "title": "Gabriel Boric, a Former Student Activist, Is Elected Chile’s Youngest President", - "description": "The millennial will play an important role in helping shape a new legal framework for a nation that has been roiled by social upheaval.", - "content": "At 35, Gabriel Boric will be the nation’s youngest leader and by far its most liberal since President Salvador Allende.", - "category": "Constitutions", - "link": "https://www.nytimes.com/2021/12/19/world/americas/chile-president-election.html", - "creator": "Pascale Bonnefoy and Ernesto Londoño", - "pubDate": "Mon, 20 Dec 2021 05:10:57 +0000", + "title": "Tinder for Sperm: Even in the Petri Dish, Looks and Athleticism Are Prized", + "description": "What makes one sperm cell — a blob of DNA with a tail — stand out? The selection process is like a microscopic Mr. America contest.", + "content": "What makes one sperm cell — a blob of DNA with a tail — stand out? The selection process is like a microscopic Mr. America contest.", + "category": "Sperm", + "link": "https://www.nytimes.com/2020/04/17/parenting/fertility/ivf-sperm-selection.html", + "creator": "Randi Hutter Epstein", + "pubDate": "Fri, 17 Apr 2020 16:01:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154837,16 +180208,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae16f738632334823b46e5d1dc374520" + "hash": "34b4aa52f96d26dc372796aab86035ee" }, { - "title": "Postponed Games and Increased Testing as Covid Continues to Impact Athletes and Teams", - "description": "The N.B.A. and N.H.L. announced a new round of game postponements, and the N.F.L. again adjusted its testing policies, as a Covid-19 surge continued to dog athletes.", - "content": "Taylor Heinicke, quarterback of the Washington Football Team, was placed on the Covid-19/reserve list Friday and the team’s game against the Philadelphia Eagles was moved to Tuesday from Sunday amid an outbreak among players.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2021/12/19/sports/football/sports-covid-testing-postponed-games.html", - "creator": "Emmanuel Morgan and Ken Belson", - "pubDate": "Mon, 20 Dec 2021 02:26:25 +0000", + "title": "At Least 64 Dead in Kentucky, With Recovery ‘to Go On for Years’", + "description": "Gov. Andy Beshear said that as many as 105 people were still unaccounted for after Friday’s tornadoes. Here’s the latest on the aftermath.", + "content": "Gov. Andy Beshear said that as many as 105 people were still unaccounted for after Friday’s tornadoes. Here’s the latest on the aftermath.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/13/us/tornadoes-kentucky-illinois", + "creator": "The New York Times", + "pubDate": "Mon, 13 Dec 2021 17:23:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154858,16 +180229,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "564a78807686b94c381b3b8b9398bfee" + "hash": "1c2d005d1ac7e24e0cfe3e17343c9ca8" }, { - "title": "Millions Sign Petition to Reduce 110-Year Sentence for Trucker in Deadly Crash", - "description": "An online petition says the 2019 crash in Colorado that left four people dead was a “tragic accident” and that the driver’s sentence should be adjusted.", - "content": "A trucker hauling lumber on Interstate 70 near Denver crashed into several cars, killing four people, on April 25, 2019.", - "category": "Traffic Accidents and Safety", - "link": "https://www.nytimes.com/2021/12/19/us/colorado-truck-driver-prison-petition.html", - "creator": "Azi Paybarah", - "pubDate": "Sun, 19 Dec 2021 23:19:08 +0000", + "title": "At Amazon Site, Tornado Collided With Company’s Peak Delivery Season", + "description": "Amazon, which has its highest employment during the holiday shopping season, said the tornado formed at the site’s parking lot.", + "content": "Safety personnel and first responders outside the damaged Amazon delivery depot on Saturday in Edwardsville, Ill.", + "category": "Delivery Services", + "link": "https://www.nytimes.com/2021/12/12/technology/amazon-tornado-edwardsville.html", + "creator": "Karen Weise and Eric Berger", + "pubDate": "Sun, 12 Dec 2021 20:53:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154879,16 +180250,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9d181ffc9cb73a55e30fd05d58b3f18" + "hash": "fed92758adaa44406ba76facccc3fc63" }, { - "title": "‘Spider-Man: No Way Home’ Breaks Franchise Records and Brings Hope to Box Offices", - "description": "After nearly two years of lackluster box office sales for theatrical releases, Spidey breaks through to do what superheroes are supposed to do.", - "content": "After nearly two years of lackluster box office sales for theatrical releases, Spidey breaks through to do what superheroes are supposed to do.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/19/movies/spider-man-box-office-record.html", - "creator": "Brooks Barnes", - "pubDate": "Sun, 19 Dec 2021 22:13:08 +0000", + "title": "No U.S. Troops Will Be Punished for Deadly Kabul Strike, Pentagon Chief Decides", + "description": "The military initially defended the August strike, which killed 10 civilians including seven children, in the days afterward, but ultimately called it a tragic mistake.", + "content": "A relative looks at the damage after after a U.S. drone strike killed 10 civilians in Kabul, Afghanistan, in August. The military later admitted the strike was a tragic mistake.", + "category": "United States Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/13/us/politics/afghanistan-drone-strike.html", + "creator": "Eric Schmitt", + "pubDate": "Mon, 13 Dec 2021 17:25:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154900,16 +180271,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40a2ce503113e0969714c12721279036" + "hash": "6e4037f700ef4cf82a97e8ff3f924da1" }, { - "title": "2 Lynchings Reported at Sikh Temples in India", - "description": "Enraged mobs attacked men they linked to acts of sacrilege, one at the Golden Temple, the holiest shrine for Sikhs.", - "content": "Sikh guards at the Golden Temple in Amritsar, India, on Sunday.", - "category": "Temples (Religious)", - "link": "https://www.nytimes.com/2021/12/19/world/asia/sikh-temples-lynching.html", - "creator": "Sameer Yasir", - "pubDate": "Sun, 19 Dec 2021 17:59:09 +0000", + "title": "I Have a Handle on History. The Future Is a Different Story.", + "description": "Try as we might, no one can really imagine what comes next.", + "content": "Try as we might, no one can really imagine what comes next.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/11/opinion/us-democracy-future.html", + "creator": "Jamelle Bouie", + "pubDate": "Sat, 11 Dec 2021 15:13:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154921,16 +180292,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "627e7cb68e1110b2c445122dad321165" + "hash": "371fcb1f2337cd34d09d7f7d175e215d" }, { - "title": "Is It Safe to Travel? Can I Still See My Family on Christmas?", - "description": "Omicron has cast a shadow over holiday plans.", - "content": "Travelers at George Bush Intercontinental Airport in Houston. Omicron has added another layer of anxiety to the holiday travel season.", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/2021/12/17/well/live/omicron-holiday-travel-parties-testing.html", - "creator": "Christina Caron", - "pubDate": "Fri, 17 Dec 2021 23:40:47 +0000", + "title": "Economy Updates: Stocks Dip Ahead of Fed’s Decision on Pandemic Support", + "description": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", + "content": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/13/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Mon, 13 Dec 2021 17:25:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154942,16 +180313,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0df6d9ac9f616817b2cf7b203a120c97" + "hash": "f0a7338905336dd861245edc0b552841" }, { - "title": "2021 Holiday Gift Ideas for Wellness Enthusiasts", - "description": "Share the gift of healthy living. Here’s a list of some of our favorite things, from the staff and contributors of Well.", - "content": "Share the gift of healthy living. Here’s a list of some of our favorite things, from the staff and contributors of Well.", - "category": "Gifts", - "link": "https://www.nytimes.com/2021/11/04/well/live/holiday-gift-guide-wellness.html", - "creator": "Tara Parker-Pope and Tony Cenicola", - "pubDate": "Wed, 24 Nov 2021 16:24:06 +0000", + "title": "Best Classical Music of 2021", + "description": "The Metropolitan Opera returned with its first work by a Black composer, the repertory slowly got richer, and other highlights of the year.", + "content": "From left: Angel Blue and Will Liverman in “Fire Shut Up in My Bones” at the Metropolitan Opera, and Magdalena Kozena in “Innocence” at the Aix Festival.", + "category": "Two Thousand Twenty One", + "link": "https://www.nytimes.com/2021/12/06/arts/music/best-classical-music.html", + "creator": "Anthony Tommasini, Zachary Woolfe, Joshua Barone, Seth Colter Walls and David Allen", + "pubDate": "Wed, 08 Dec 2021 05:03:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154963,16 +180334,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fdc713cc0df41e35796ace1385ecc12" + "hash": "a51c7149e34a1b35f30a06d2b0527445" }, { - "title": "The Highlight of Mary and Paul McCartney’s Holiday Is Yorkshire Pudding", - "description": "A recipe that evokes the traditional holiday fare of Paul McCartney’s youth via the plant-based cooking of his daughter Mary.", - "content": "The vegan Yorkshire pudding uses chickpea flour to achieve a crisp and custardy texture.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/17/dining/mary-paul-mccartney-vegan-yorkshire-pudding.html", - "creator": "Julia Moskin", - "pubDate": "Fri, 17 Dec 2021 18:42:29 +0000", + "title": "The Architect Who Invited Her Mother to Be Her Next-Door Neighbor", + "description": "Jess Hinshaw and Kathy Lewis live in a pair of adjoining Brooklyn brownstones that reflect both their individual tastes and their strong familial bond.", + "content": "In the living room of Kathy Lewis’s house, a contemporary coffee table designed by her daughter, Jess Hinshaw, and Hinshaw’s husband, Hagan Hinshaw, offsets a salvaged fireplace from Demolition Depot and a set of original French doors.", + "category": "Home Repairs and Improvements", + "link": "https://www.nytimes.com/2021/12/09/t-magazine/brooklyn-brownstone-home-design.html", + "creator": "Rose Courteau", + "pubDate": "Thu, 09 Dec 2021 20:33:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -154984,16 +180355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "640224464be0f349328608f3e282ba20" + "hash": "eb9dfdaaec5df891114865e5e9a37487" }, { - "title": "How ‘Lord of the Rings’ Became ‘Star Wars’ for Millennial Women", - "description": "With tender male relationships and fearless female characters, the trilogy drew in tween girls who still hold the films dear in their 20s and 30s.", - "content": "With tender male relationships and fearless female characters, the trilogy drew in tween girls who still hold the films dear in their 20s and 30s.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/19/movies/lord-of-the-rings-millennial-women.html", - "creator": "Nikita Richardson", - "pubDate": "Sun, 19 Dec 2021 15:51:01 +0000", + "title": "‘The Woman Gave Him His Ticket, and He Walked Off’", + "description": "In tribute to a New York City institution, this week’s Metropolitan Diary offers reader tales of encounters with Stephen Sondheim.", + "content": "In tribute to a New York City institution, this week’s Metropolitan Diary offers reader tales of encounters with Stephen Sondheim.", + "category": "New York City", + "link": "https://www.nytimes.com/2021/12/12/nyregion/metropolitan-diary.html", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 08:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155005,16 +180376,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8bd4b216e88a2b46f8390e823798d58" + "hash": "b2e82ee76d020ea1e3c4276a56742acc" }, { - "title": "With ‘1883,’ Taylor Sheridan Expands His Western Empire", - "description": "Sheridan’s “Yellowstone” is an enormous hit, and its success has positioned him to become one of TV’s most prolific creators. Next up is a prequel series premiering Sunday.", - "content": "“If you hold the mirror up to the world and reflect it back accurately, who cares what other people think?” Sheridan says.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/17/arts/television/taylor-sheridan-yellowstone-1883.html", - "creator": "Noel Murray", - "pubDate": "Fri, 17 Dec 2021 16:41:54 +0000", + "title": "Holiday Tipping for Homeowners", + "description": "Think about the people who regularly tend to you and your home, but first set a budget to know how much you can afford to give.", + "content": "Think about the people who regularly tend to you and your home, but first set a budget to know how much you can afford to give.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/11/realestate/holiday-tipping-homeowners.html", + "creator": "Ronda Kaysen", + "pubDate": "Sat, 11 Dec 2021 15:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155026,16 +180397,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b7e7f0adaed0ff3bcac5df758850f7f" + "hash": "0208223890c00ca700c52b86fb8c4a8e" }, { - "title": "How Bradley Cooper Deceives Cate Blanchett in ‘Nightmare Alley’", - "description": "The director Guillermo del Toro narrates a sequence from his film noir.", - "content": "The director Guillermo del Toro narrates a sequence from his film noir.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/17/movies/nightmare-alley-clip.html", - "creator": "Mekado Murphy", - "pubDate": "Fri, 17 Dec 2021 15:46:12 +0000", + "title": "At Least 64 Dead in Kentucky, but Candle Factory Toll Is Less Than Feared", + "description": "Gov. Andy Beshear said that as many as 105 people were still unaccounted for after Friday’s tornadoes. Here’s the latest on the aftermath.", + "content": "Gov. Andy Beshear said that as many as 105 people were still unaccounted for after Friday’s tornadoes. Here’s the latest on the aftermath.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/13/us/tornadoes-kentucky-illinois", + "creator": "The New York Times", + "pubDate": "Mon, 13 Dec 2021 15:43:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155047,16 +180418,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75c61978cd9543e5eef18d1492a23e58" + "hash": "baba47ed1bb429b52141a0e7167f84aa" }, { - "title": "Will N.H.L. Stars Play at the Winter Olympics?", - "description": "A surge of Covid-19 cases and uncertain protocols at the Games are casting doubt on whether the men’s ice hockey tournament will feature the sport’s best players.", - "content": "A surge of Covid-19 cases and uncertain protocols at the Games are casting doubt on whether the men’s ice hockey tournament will feature the sport’s best players.", - "category": "Hockey, Ice", - "link": "https://www.nytimes.com/2021/12/15/sports/olympics/nhl-covid-winter-olympics.html", - "creator": "Victor Mather", - "pubDate": "Mon, 20 Dec 2021 00:38:09 +0000", + "title": "Now in Your Inbox: Political Misinformation", + "description": "One of the most powerful communication tools available to politicians teems with unfounded claims and largely escapes notice.", + "content": "A fund-raising email from Senator John Kennedy of Louisiana claimed, falsely, that President Biden was “giving every illegal immigrant that comes into our country $450,000.”", + "category": "Rumors and Misinformation", + "link": "https://www.nytimes.com/2021/12/13/us/politics/email-political-misinformation.html", + "creator": "Maggie Astor", + "pubDate": "Mon, 13 Dec 2021 13:34:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155068,16 +180439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83748871d11fa85e38b61b0b12469946" + "hash": "c85f8220d0687529dc619eb32f133852" }, { - "title": "Joe Manchin Says He Can't Support Build Back Better Act", - "description": "“I cannot vote to continue with this piece of legislation,” Mr. Manchin said on “Fox News Sunday,” citing concerns about adding to the national debt.", - "content": "Senator Joe Manchin III of West Virginia had been a key Democratic holdout for months on the social policy bill.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/19/us/politics/manchin-build-back-better.html", - "creator": "Catie Edmondson and Emily Cochrane", - "pubDate": "Sun, 19 Dec 2021 16:14:10 +0000", + "title": "What We Learned From Week 14 in the N.F.L.", + "description": "Kansas City’s defense could give Patrick Mahomes the breathing room to grab home-field advantage, and Micah Parsons made good on the Cowboys’ promise to beat Washington.", + "content": "Mike Hughes, a cornerback, returned a fumble 23 yards for a touchdown on Kansas City’s first defensive play against the Las Vegas Raiders on Sunday.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/12/sports/football/nfl-week-14-scores.html", + "creator": "Tyler Dunne", + "pubDate": "Mon, 13 Dec 2021 14:48:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155089,16 +180460,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51efdb8a89b7dad46d89c8dda2dfe23f" + "hash": "ed1656ec43d0db8e3f248fbeadab1233" }, { - "title": "Manchin Rejects Landmark Legislation, Putting Biden’s Climate Goals at Risk", - "description": "Senator Joe Manchin III said he was opposed to legislation that includes climate action designed to keep the planet from dangerously overheating.", - "content": "Senator Joe Manchin III left a meeting at Senate Minority Leader Mitch McConnell’s office in Washington on Thursday.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/19/climate/manchin-climate-build-back-better-bill.html", - "creator": "Lisa Friedman and Coral Davenport", - "pubDate": "Sun, 19 Dec 2021 22:38:25 +0000", + "title": "Why We Need to Address Scam Culture", + "description": "It’s not just about shady deals. It’s about the social fabric.", + "content": "It’s not just about shady deals. It’s about the social fabric.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/10/opinion/scams-trust-institutions.html", + "creator": "Tressie McMillan Cottom", + "pubDate": "Sat, 11 Dec 2021 01:10:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155110,16 +180481,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5762245ab212d9b8b31e0c1db5b566a3" + "hash": "361e02b6477d07e92dfd850011605646" }, { - "title": "Covid Surge Puts Many Americans on Edge About Traveling", - "description": "Fear of the virus is causing some to rethink their holiday plans, while others say they will proceed, perhaps with more caution.", - "content": "Airline travel during the holiday season was expected to increase 184 percent from last year, according to AAA.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/19/us/covid-cases-holiday-plans-omicron.html", - "creator": "Giulia Heyward", - "pubDate": "Mon, 20 Dec 2021 00:02:50 +0000", + "title": "South Korea Has Long Wanted Nuclear Subs. A New Reactor Could Open a Door.", + "description": "The country plans to build a small modular reactor for marine propulsion, raising questions of whether it eventually intends to develop a nuclear submarine despite a U.S. treaty.", + "content": "The submarine Dosan Ahn Chang-ho off the coast of Pohang, South Korea, taking part in a celebration of the nation’s 73rd Armed Forces Day in October 2021.", + "category": "South Korea", + "link": "https://www.nytimes.com/2021/12/13/world/asia/south-korea-nuclear-submarines.html", + "creator": "Choe Sang-Hun", + "pubDate": "Mon, 13 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155131,16 +180502,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe13c4b0e793ded95e7c1d378e53843a" + "hash": "627c7fc27121c065e24ca3e6ee71c990" }, { - "title": "U.K. Weighing Lockdown Amid an Omicron Wave and Political Turmoil", - "description": "Britain’s health secretary said on Sunday he wouldn’t rule out more restrictions before Christmas, but the prime minister would most likely face sharp pushback from his own party.", - "content": "Newcastle, England, on Monday. A total of 82,886 new coronavirus cases were reported across Britain on Sunday after days of record highs.", - "category": "British Broadcasting Corp", - "link": "https://www.nytimes.com/2021/12/19/world/europe/uk-lockdown-omicron-covid-boris-johnson.html", - "creator": "Megan Specia and Stephen Castle", - "pubDate": "Sun, 19 Dec 2021 20:05:50 +0000", + "title": "‘Our Boat Was Surrounded by Dead Bodies’: Witnessing a Migrant Tragedy", + "description": "Migrants who were on a separate boat described the horrible aftermath of the sinking in the English Channel that took at least 27 lives.", + "content": "Migrants arriving at a beach last month in Dungeness, on the southeast coast of England, after being rescued while crossing the English Channel. ", + "category": "Maritime Accidents and Safety", + "link": "https://www.nytimes.com/2021/12/12/world/middleeast/migrants-channel-france-uk-sinking.html", + "creator": "Jane Arraf, Sangar Khaleel and Megan Specia", + "pubDate": "Sun, 12 Dec 2021 11:19:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155152,16 +180523,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bf9d719980eaac059986b6f03c9eaa4" + "hash": "2c46c433b4b01fde339792bb610648b5" }, { - "title": "What to Know About the Civilian Casualty Files", - "description": "A New York Times investigation found that the American air war in Iraq, Syria and Afghanistan has been plagued by flawed intelligence, poor targeting and thousands of civilian deaths.", - "content": "Children playing where a school once stood in East Mosul, Iraq, the site of a January 2017 airstrike.", - "category": "Civilian Casualties", - "link": "https://www.nytimes.com/2021/12/18/us/airstrikes-civilian-casualty-files-pentagon.html", - "creator": "Michael Levenson", - "pubDate": "Sun, 19 Dec 2021 01:55:24 +0000", + "title": "M.T.A. to Offer Free Rides for OMNY ‘Tap-and-Go’ Customers", + "description": "Transit leaders hope to boost ridership by putting a weekly fare cap on trips made with the subway’s new “tap-and-go” payment system.", + "content": "Transit officials hope that bringing weekly discounts to the OMNY system will save people money and get them to ride more.", + "category": "Subways", + "link": "https://www.nytimes.com/2021/12/13/nyregion/omny-nyc-subway-fare-capping.html", + "creator": "Ana Ley", + "pubDate": "Mon, 13 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155173,16 +180544,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab79fa49ac4af175c889ea36c9bf73e1" + "hash": "39ba3fd010ff2d556c4581d020dd8f78" }, { - "title": "Why the International Concern Over Peng Shuai?", - "description": "The tennis star’s allegation that a senior official sexually abused her ignited global concern. Her comments retracting that claim seem unlikely to end the matter.", - "content": "Peng Shuai, the Chinese tennis star, at the Australian Open in Melbourne in 2020.", - "category": "Tennis", - "link": "https://www.nytimes.com/article/peng-shuai.html", - "creator": "Raymond Zhong and Chris Buckley", - "pubDate": "Mon, 20 Dec 2021 06:21:51 +0000", + "title": "Workers in Europe Are Demanding Higher Pay as Inflation Soars", + "description": "Prices are rising at the fastest rate on record, and unions want to keep up. Policymakers worry that might make inflation worse.", + "content": "Carlos Bowles, an economist at the European Central Bank and vice president of a trade union for central bank employees. Workers are pressing for a raise of at least 5 percent to keep up with a record inflationary surge.", + "category": "Wages and Salaries", + "link": "https://www.nytimes.com/2021/12/13/business/workers-pay-europe-inflation.html", + "creator": "Liz Alderman", + "pubDate": "Mon, 13 Dec 2021 14:54:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155194,16 +180565,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df1911d2a4e4420a4ab1b713b5f26ef7" + "hash": "5bcee336da6cf02f79aaf3c85d22577e" }, { - "title": "Alex Haley Taught America About Race — and a Young Man How to Write", - "description": "In 1968, the celebrated author of “The Autobiography of Malcolm X” arrived at Hamilton College to teach and work on his magnum opus, “Roots.” Now, on the centenary of his birth, a former student recalls Haley’s class.", - "content": "Alex Haley in 1977. ", - "category": "Black People", - "link": "https://www.nytimes.com/2021/12/17/books/review/alex-haley-hamilton-college-autobiography-of-malcolm-x-roots.html", - "creator": "Michael Patrick Hearn", - "pubDate": "Fri, 17 Dec 2021 10:00:18 +0000", + "title": "Vicente Fernández, ‘El Rey’ of Mexican Ranchera Music, Is Dead at 81", + "description": "A beloved Mexican singer, Mr. Fernández was known for his powerful operatic range and marathon performances, delivered in a signature charro outfit and intricately embroidered sombrero.", + "content": "Vicente Fernández at Madison Square Garden in 2008. He was known for giving epic performances in which he relished the give-and-take with his fans.", + "category": "Fernandez, Vicente", + "link": "https://www.nytimes.com/2021/12/12/arts/music/vicente-fernandez-dead.html", + "creator": "Christine Chung", + "pubDate": "Sun, 12 Dec 2021 23:20:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155215,16 +180586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6419d9a31e77c97d884ea19ced51cd0c" + "hash": "de6ed5ffdf8973241df1f7e5109a042b" }, { - "title": "What Shouldn’t Change About Classical Music", - "description": "Our chief classical music critic bids farewell with some thoughts about what should be preserved in the field he’s covered for decades.", - "content": "Our chief classical music critic bids farewell with some thoughts about what should be preserved in the field he’s covered for decades.", - "category": "Classical Music", - "link": "https://www.nytimes.com/2021/12/17/arts/music/classical-music-tommasini.html", - "creator": "Anthony Tommasini", - "pubDate": "Fri, 17 Dec 2021 10:00:15 +0000", + "title": "Business Updates: China’s SenseTime Delays Hong Kong I.P.O. Amid Sanctions", + "description": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", + "content": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/13/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Mon, 13 Dec 2021 14:57:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155236,16 +180607,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ea72416f77fa8f348751a2cee594f60" + "hash": "da0b3bbebe99dfd3ef9473856332a853" }, { - "title": "Can Randi Weingarten Save Public Schools?", - "description": "Amid the pandemic, the union leader is stuck between outraged parents and burnt-out teachers.", - "content": "Amid the pandemic, the union leader is stuck between outraged parents and burnt-out teachers.", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2021/12/17/opinion/randi-weingarten-schools.html", - "creator": "Michelle Goldberg", - "pubDate": "Fri, 17 Dec 2021 20:35:38 +0000", + "title": "French Soccer Wrestles Surge in Stadium Violence", + "description": "The return of supporters to stadiums in France has been accompanied by a series of games postponed or marred by trouble in the stands.", + "content": "Dimitri Payet has been hit twice this season by objects thrown from the stands.", + "category": "Soccer", + "link": "https://www.nytimes.com/2021/12/12/sports/soccer/ligue-1-france-violence.html", + "creator": "Rory Smith", + "pubDate": "Sun, 12 Dec 2021 20:02:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155257,16 +180628,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "640ea1e295b4455a971e96a2d23a8f70" + "hash": "787d818939aff8dd0e635b69307c9713" }, { - "title": "My Son Is Not Alone. Millions of Young People Commit His Crime.", - "description": "Alaa is a political prisoner in Egypt because he dared to dream of another world.", - "content": "Alaa is a political prisoner in Egypt because he dared to dream of another world.", - "category": "Human Rights and Human Rights Violations", - "link": "https://www.nytimes.com/2021/12/17/opinion/alaa-abdel-fattah-egypt-political-prisoners.html", - "creator": "Laila Soueif", - "pubDate": "Fri, 17 Dec 2021 11:07:41 +0000", + "title": "Spielberg’s ‘West Side Story’ Opens to Tepid Box Office Receipts", + "description": "Musicals often take time to build an audience, but can this remake, with little star power, compete with franchises and spectacles?", + "content": "Musicals often take time to build an audience, but can this remake, with little star power, compete with franchises and spectacles?", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/12/business/media/west-side-story-tepid-sales.html", + "creator": "Brooks Barnes", + "pubDate": "Sun, 12 Dec 2021 21:12:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155278,16 +180649,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1586c9815137319aaf352e1487f38047" + "hash": "a2e7ecb0559b94d405bf4c16169eb133" }, { - "title": "What If the Fed Is Wrong About Inflation?", - "description": "Will we revisit that 1980s show?", - "content": "A food bank for unemployed steelworkers in Braddock, Pa., in 1983.", - "category": "Inflation (Economics)", - "link": "https://www.nytimes.com/2021/12/17/opinion/inflation-federal-reserve-us-economy.html", - "creator": "Paul Krugman", - "pubDate": "Fri, 17 Dec 2021 19:01:45 +0000", + "title": "In Kentucky, Tallying the Grim Scale of Destruction", + "description": "“I don’t think we’ll have seen damage at this scale, ever,” said Gov. Andy Beshear of Kentucky in the wake of the devastating tornadoes on Friday.", + "content": "A tornado flattened most of the small town of Dawson Springs, Ky.", + "category": "Tornadoes", + "link": "https://www.nytimes.com/2021/12/12/us/tornadoes-damage-deaths.html", + "creator": "Rick Rojas, Edgar Sandoval, Jamie McGee and Campbell Robertson", + "pubDate": "Mon, 13 Dec 2021 02:43:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155299,16 +180670,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52a9cede5c20629b028e944b85eec40c" + "hash": "e835e02ae1ebeb093804be2b61b67529" }, { - "title": "Fed Up With Those Who Won’t Get Vaccinated", - "description": "Readers join Charles M. Blow in voicing anger at vaccine resisters who endanger others. Also: The brain as democracy’s infrastructure.", - "content": "  ", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/19/opinion/letters/covid-unvaccinated.html", - "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:30:07 +0000", + "title": "How to Help Victims of the Tornadoes", + "description": "Here’s how to pitch in as local and national volunteers and aid groups mobilize to help hard-hit areas.", + "content": "Volunteers organizing donations at Primera Iglesia Bautista Hispana church in Mayfield, Ky.", + "category": "Philanthropy", + "link": "https://www.nytimes.com/2021/12/12/us/how-to-help-victims-of-the-tornadoes.html", + "creator": "Alyssa Lukpat", + "pubDate": "Mon, 13 Dec 2021 01:59:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155320,16 +180691,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c8e09af5dcdc6afca682854af67dda4" + "hash": "bd0dd738603773a0ae1c5f45878c586e" }, { - "title": "Surprise! There’s No Voter Fraud. Again.", - "description": "New data proves what we’ve long known: Claims of widespread voter fraud are a lie.", - "content": "New data proves what we’ve long known: Claims of widespread voter fraud are a lie.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/17/opinion/election-vote-fraud-data.html", - "creator": "Jesse Wegman", - "pubDate": "Sat, 18 Dec 2021 02:49:09 +0000", + "title": "Le président haïtien dressait une liste de narco-trafiquants. Ses tueurs l’ont saisie.", + "description": "Dans les mois précédant son meurtre, Jovenel Moïse avait entrepris de lutter contre des trafiquants d’armes et de drogues. Certains responsables craignent aujourd’hui que ce fut sa perte.", + "content": "Des forces de sécurité haïtiennes en juillet dernier lors des préparatifs des funérailles du président Jovenel Moïse.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/fr/2021/12/12/world/americas/haiti-jovenel-trafic-drogue.html", + "creator": "Maria Abi-Habib", + "pubDate": "Sun, 12 Dec 2021 18:03:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155341,16 +180712,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23f69b2e3c990412f95040f0f3cee331" + "hash": "309fc7b204ccb8565ed39923880973a7" }, { - "title": "The All-Too-Common Tragedy of Foster Care", - "description": "Foster children need an advocate to prioritize their needs.", - "content": "Foster children need an advocate to prioritize their needs.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/18/opinion/foster-children-volunteer-casa.html", - "creator": "Jane Coaston", - "pubDate": "Sun, 19 Dec 2021 02:01:25 +0000", + "title": "South Africa’s President Tests Positive for the Coronavirus", + "description": "President Cyril Ramaphosa was displaying mild Covid-19 symptoms as new cases are rising exponentially in the country. Catch up on pandemic news.", + "content": "President Cyril Ramaphosa was displaying mild Covid-19 symptoms as new cases are rising exponentially in the country. Catch up on pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/12/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Mon, 13 Dec 2021 04:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155362,16 +180733,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "93896c2544eb42e3a0cbac412057c7b9" + "hash": "ccbd608532ecfeb8e5444dc4d786ee60" }, { - "title": "Give Where You Live", - "description": "Find the people doing good work in your own community and help them do it.", - "content": "Heather Heyer Way in Charlottesville, Va.", - "category": "Philanthropy", - "link": "https://www.nytimes.com/2021/12/18/opinion/donate-local-charlottesville.html", - "creator": "Jamelle Bouie", - "pubDate": "Sat, 18 Dec 2021 15:41:28 +0000", + "title": "New Leader Pushes Teachers’ Union to Take On Social Justice Role", + "description": "Becky Pringle, the country’s top Black labor leader, has plunged the National Education Association into the reckoning unfolding in public schools.", + "content": "Becky Pringle, the president of the National Education Association, has been influential on the Biden administration. “I can listen to her speak about equity,” Education Secretary Miguel Cardona said, “and walk away smarter.”", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2021/12/12/us/politics/teachers-union-becky-pringle.html", + "creator": "Erica L. Green", + "pubDate": "Sun, 12 Dec 2021 21:48:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155383,16 +180754,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70db5ad15a5e39fd5f097cc418eb8b2e" + "hash": "cbe87eebf1be3368fddc56a0f1a12aa0" }, { - "title": "The No. 1 Skill Eric Adams Is Looking For (It’s Not on a Résumé)", - "description": "The mayor-elect of New York City wants his top officials to be emotionally intelligent, characterizing it as his “No. 1 criteria.”", - "content": "Eric Adams, left, said that Louis Molina, the next correction commissioner, had the emotional intelligence to face the “very difficult environment” that awaits him.", - "category": "Emotional intelligence", - "link": "https://www.nytimes.com/2021/12/18/nyregion/eric-adams-emotional-intelligence.html", - "creator": "Dana Rubinstein", - "pubDate": "Sat, 18 Dec 2021 10:00:12 +0000", + "title": "For Texas Governor, Hard Right Turn Followed a Careful Rise", + "description": "Greg Abbott’s shift will face a test in next year’s election, but he has demonstrated during his career a keen sense of the political winds.", + "content": "Governor Greg Abbott is introduced ahead of his remarks at a meeting of the Houston Region Business Coalition.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/12/us/greg-abbott-texas-governor.html", + "creator": "J. David Goodman", + "pubDate": "Sun, 12 Dec 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155404,16 +180775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "056d2e8d84c5f2eac98aaacabf40e26b" + "hash": "392105dae350ad2ece889b7d5b4a74c7" }, { - "title": "Time Capsule From 1887 Possibly Found in Robert E. Lee Statue", - "description": "Virginia historians are confident they’ve located a time capsule beneath a former monument to the Confederate general Robert E. Lee. They are less confident about how to get it out of a 1,500-pound granite rock.", - "content": "A stone from the pedestal on which a statue of Gen. Robert E. Lee once stood in Richmond, Va., is believed to contain a time capsule from 1887.", - "category": "Monuments and Memorials (Structures)", - "link": "https://www.nytimes.com/2021/12/19/us/time-capsule-richmond-lee-statue.html", - "creator": "Amanda Holpuch", - "pubDate": "Sun, 19 Dec 2021 14:06:40 +0000", + "title": "Putin, Patron of European Unity? At This Art Exhibition, He Is.", + "description": "Russia’s president is an unlikely backer for a roving art show that asks questions about what it means to be European — and whether Russia really is.", + "content": "Russia’s president is an unlikely backer for a roving art show that asks questions about what it means to be European — and whether Russia really is.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/10/arts/design/diversity-united-exhibition-moscow-berlin-paris.html", + "creator": "Valeriya Safronova", + "pubDate": "Fri, 10 Dec 2021 18:33:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155425,16 +180796,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e8c8169453dcb37a480f38544efc2ce" + "hash": "d31a99458be9ba979130ba0c1b20b771" }, { - "title": "Johnny Isakson, Longtime Senator From Georgia, Is Dead at 76", - "description": "He succeeded Newt Gingrich in the House. As a U.S. senator for 15 years, he was known for championing bipartisan cooperation.", - "content": "Senator Johnny Isakson on Capitol Hill in 2019. When he resigned for health reasons, Senator Chuck Schumer called him “one of the kindest, most thoughtful senators,” adding, “Independent of any party or politics, everyone will miss Johnny.”", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/19/us/politics/johnny-isakson-dead.html", - "creator": "Robert D. McFadden", - "pubDate": "Sun, 19 Dec 2021 17:43:00 +0000", + "title": "Eric Asimov’s Favorite Wines of 2021", + "description": "It was another strange year with travel still limited. But good wines can bring the world to you.", + "content": "It was another strange year with travel still limited. But good wines can bring the world to you.", + "category": "Wines", + "link": "https://www.nytimes.com/2021/12/09/dining/drinks/best-wines.html", + "creator": "Eric Asimov", + "pubDate": "Fri, 10 Dec 2021 14:37:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155446,16 +180817,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2576c138d6253b5448e738aee913766c" + "hash": "25b18f8d7bb2ef05d82bf1b465824817" }, { - "title": "Drakeo the Ruler Fatally Stabbed at Once Upon a Time in L.A. Festival", - "description": "The rapper, whose real name was Darrell Caldwell, was to perform at a festival on Saturday night when he was fatally stabbed during an altercation, officials said.", - "content": "The rapper Drakeo the Ruler performed onstage at the Rolling Loud festival in December in San Bernardino, Calif.", - "category": "Rap and Hip-Hop", - "link": "https://www.nytimes.com/2021/12/19/arts/music/drakeo-dead-stabbing.html", - "creator": "Eduardo Medina", - "pubDate": "Sun, 19 Dec 2021 18:10:20 +0000", + "title": "Teen Girls Talk About Puberty. ‘We Don’t Turn Into Aliens.’", + "description": "From period pains and hip dips to bullying and catcalling, five girls talk about the trials of growing up.", + "content": "From period pains and hip dips to bullying and catcalling, five girls talk about the trials of growing up.", + "category": "Documentary Films and Programs", + "link": "https://www.nytimes.com/2021/12/07/opinion/teen-puberty-just-girls.html", + "creator": "Bronwen Parker-Rhodes", + "pubDate": "Tue, 07 Dec 2021 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155467,16 +180838,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8e9302df185739643c28d24e75a57b2" + "hash": "0e9292f9fb42845329e19e57eecb2a2d" }, { - "title": "Key Moments in the Kimberly Potter Trial on Daunte Wright’s Death", - "description": "After a week and a half of testimony, closing arguments are expected on Monday in the Minnesota case.", - "content": "After a week and a half of testimony, closing arguments are expected on Monday in the Minnesota case.", - "category": "Firearms", - "link": "https://www.nytimes.com/article/kimberly-potter-trial-daunte-wright-takeaways.html", - "creator": "Nicholas Bogel-Burroughs", - "pubDate": "Sun, 19 Dec 2021 16:24:34 +0000", + "title": "Are Vaccine Polls Flawed?", + "description": "Researchers say that two large surveys aren’t representative.", + "content": "Researchers say that two large surveys aren’t representative.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/10/opinion/vaccine-polls-covid.html", + "creator": "Peter Coy", + "pubDate": "Fri, 10 Dec 2021 22:27:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155488,16 +180859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfca37465682dfecffdb6a064090200d" + "hash": "77f5fcb4edab40bddc10a716aa0c3bad" }, { - "title": "Shirley McBay, Pioneering Mathematician, Is Dead at 86", - "description": "The first Black student to receive a doctorate from the University of Georgia, she devoted her life to advocating for diversity in science and math education.", - "content": "Shirley McBay in an undated photo. She enrolled in the University of Georgia’s Ph.D. program in mathematics in 1964, just three years after the school had desegregated.", - "category": "McBay, Shirley (1935-2021)", - "link": "https://www.nytimes.com/2021/12/14/science/shirley-mcbay-dead.html", - "creator": "Clay Risen", - "pubDate": "Wed, 15 Dec 2021 15:05:00 +0000", + "title": "In U.S.-China Competition, Indonesia Is Key", + "description": "If the real goal of strategic competition with China is to ensure a “free and open Indo-Pacific,” America can’t rely on a few fast friends who share its worldview. ", + "content": "President Joko Widodo of Indonesia, left, and President Xi Jinping of China in 2017.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/12/opinion/indonesia-us-jokowi-biden.html", + "creator": "Ben Bland", + "pubDate": "Sun, 12 Dec 2021 16:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155509,16 +180880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a920780ad0ea24fed90a5d210fcdcea9" + "hash": "336e2b5592f62aca04076bcb8149d5a2" }, { - "title": "London Faces a Dimming Holiday Travel Season", - "description": "Amid a rising number of coronavirus cases attributed to the new variant and testing rules that travelers find onerous, the holiday season suddenly looks a lot less bright for the traditional Christmas destination.", - "content": "The Covent Garden Market in London. The British government’s daily estimate of new coronavirus cases is around 200,000.", - "category": "London (England)", - "link": "https://www.nytimes.com/2021/12/17/travel/london-holiday-travel-omicron.html", - "creator": "Ceylan Yeginsu and Lindsey Tramuta", - "pubDate": "Sat, 18 Dec 2021 04:24:29 +0000", + "title": "How the Great Resignation Could Help Workers", + "description": "French history offers hopeful lessons.", + "content": "French history offers hopeful lessons.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2021/12/11/opinion/great-resignation-labor-shortage.html", + "creator": "Abigail Susik", + "pubDate": "Sat, 11 Dec 2021 14:54:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155530,16 +180901,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4be80ff6923d705c6cf3b81457b3379" + "hash": "0502380714fed73b3bc9b536d19010fe" }, { - "title": "At Every Step, Afghans Coming to America Encounter Stumbling Blocks", - "description": "U.S. officials concede that the system was unprepared.", - "content": "U.S. officials concede that the system was unprepared.", - "category": "Afghanistan War (2001- )", - "link": "https://www.nytimes.com/2021/12/19/us/politics/afghan-war-refugees.html", - "creator": "Lara Jakes", - "pubDate": "Sun, 19 Dec 2021 08:00:10 +0000", + "title": "Why Hospitalizations Are Now a Better Indicator of Covid’s Impact", + "description": "In highly vaccinated areas, Covid policies should be tied to hospitalizations.", + "content": "In highly vaccinated areas, Covid policies should be tied to hospitalizations.", + "category": "Disease Rates", + "link": "https://www.nytimes.com/2021/12/11/opinion/why-hospitalizations-are-now-a-better-indicator-of-covids-impact.html", + "creator": "Monica Gandhi and Leslie Bienen", + "pubDate": "Sat, 11 Dec 2021 20:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155551,16 +180922,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea29454b3f78983c436c39867e6b3997" + "hash": "45dfe634933e3c06df5b3b1e82c59488" }, { - "title": "Afghanistan’s National Museum Begins Life Under the Taliban", - "description": "Some experts hope the reopening of the museum in Kabul is a sign the Islamic regime will show greater tolerance toward art. Others worry it is all optics.", - "content": "Some experts hope the reopening of the museum in Kabul is a sign the Islamic regime will show greater tolerance toward art. Others worry it is all optics.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/17/arts/design/afghanistan-national-museum-reopens.html", - "creator": "Anna P. Kambhampaty", - "pubDate": "Fri, 17 Dec 2021 17:08:28 +0000", + "title": "Cash Is Out. Crypto Is In. What's Happening to Money?", + "description": "It’s not just about the demise of coins and dollar bills. It’s also about society’s faith in the very idea of money.", + "content": "It’s not just about the demise of coins and dollar bills. It’s also about society’s faith in the very idea of money.", + "category": "Banking and Financial Institutions", + "link": "https://www.nytimes.com/2021/12/10/opinion/cash-crypto-trust-money.html", + "creator": "Peter Coy", + "pubDate": "Fri, 10 Dec 2021 16:35:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155572,16 +180943,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "016429fdfc1ea3d428767776dafd117f" + "hash": "88362aff91da60540deb235f6a3711da" }, { - "title": "Britney Spears Felt Trapped. Her Business Manager Benefited.", - "description": "Louise Taylor faces questions about whether she improperly enriched herself as the pop star’s business manager.", - "content": "Louise M. Taylor, center, was the business manager to Britney Spears’s estate. Ms. Spears’s lawyers are questioning how Ms. Taylor and James P. Spears, right, handled the star’s finances.", - "category": "Spears, Britney", - "link": "https://www.nytimes.com/2021/12/19/business/britney-spears-conservatorship-tri-star.html", - "creator": "Liz Day, Emily Steel, Rachel Abrams and Samantha Stark", - "pubDate": "Sun, 19 Dec 2021 10:00:17 +0000", + "title": "Birds Aren’t Real, or Are They? Inside a Gen Z Conspiracy Theory.", + "description": "Peter McIndoe, the 23-year-old creator of the viral Birds Aren’t Real movement, is ready to reveal what the effort is really about.", + "content": "Peter McIndoe, the 23-year-old creator of the viral Birds Aren’t Real movement, is ready to reveal what the effort is really about.", + "category": "Computers and the Internet", + "link": "https://www.nytimes.com/2021/12/09/technology/birds-arent-real-gen-z-misinformation.html", + "creator": "Taylor Lorenz", + "pubDate": "Thu, 09 Dec 2021 14:44:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155593,16 +180964,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb02c56d2299d87520cc28ff819a0374" + "hash": "7a491a8049969ede6ffb0aa5c1ab29b5" }, { - "title": "In Fight Against Violence, Asian and Black Activists Struggle to Agree", - "description": "Calls for unity have ebbed over disagreements on one main issue: policing.", - "content": "In May, activists with Black Lives Matter and the Stop Asian Hate movement rallied in San Francisco. People in both movements around the country say that unity efforts have fizzled.", - "category": "Police Reform", - "link": "https://www.nytimes.com/2021/12/19/us/black-asian-activists-policing-disagreement.html", - "creator": "Kellen Browning and Brian X. Chen", - "pubDate": "Sun, 19 Dec 2021 10:00:17 +0000", + "title": "How Samantha Jones Was Written Out of ‘And Just Like That’ ", + "description": "Here’s how the “Sex and the City” revival wrote out Kim Cattrall, who has been publicly critical of the star, Sarah Jessica Parker. Plus: A roundup of the best reviews of “And Just Like That.”", + "content": "Here’s how the “Sex and the City” revival wrote out Kim Cattrall, who has been publicly critical of the star, Sarah Jessica Parker. Plus: A roundup of the best reviews of “And Just Like That.”", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/10/arts/television/where-is-samantha-and-just-like-that.html", + "creator": "Alexis Soloski", + "pubDate": "Fri, 10 Dec 2021 15:02:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155614,16 +180985,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "80736f818c1cf85b0ab9c2f07178be2e" + "hash": "664274605908093ffb3622d475cad6fd" }, { - "title": "Paul Rudd Hosts a Year-End ‘S.N.L.’ Disrupted by the Omicron Variant", - "description": "“Saturday Night Live” sought to persevere with an episode featuring special guests, but no musical performer and only two regular cast members.", - "content": "“Saturday Night Live” aired without an audience or most of its cast and crew this week. From left, Tina Fey, Paul Rudd, Tom Hanks and Kenan Thompson presented a mix of pre-taped and classic sketches.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/19/arts/television/saturday-night-live-paul-rudd-omicron-variant.html", - "creator": "Dave Itzkoff", - "pubDate": "Sun, 19 Dec 2021 08:17:52 +0000", + "title": "Rift Between Wyden and Son Shows the Challenge of Taxing the Ultrarich", + "description": "A dispute between Ron Wyden, the Democratic Senate Finance Committee chairman, and his hedge fund-manager son illustrates how the merely rich help the fabulously rich resist tax increases.", + "content": "A dispute between Ron Wyden, the Democratic Senate Finance Committee chairman, and his hedge fund-manager son illustrates how the merely rich help the fabulously rich resist tax increases.", + "category": "Tax Shelters", + "link": "https://www.nytimes.com/2021/12/10/us/politics/taxing-the-rich.html", + "creator": "Jonathan Weisman", + "pubDate": "Fri, 10 Dec 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155635,16 +181006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7d6922af3cf6fe8c1edb3b403df7189" + "hash": "4257ec2c62db603e3c14c19a3da52aa6" }, { - "title": "You Love That House, but Should You Write a Love Letter?", - "description": "A common practice in real estate is coming under new scrutiny because of concerns about discrimination. And one state has made it illegal.", - "content": "A common practice in real estate is coming under new scrutiny because of concerns about discrimination. And one state has made it illegal.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/17/realestate/you-love-that-house-but-should-you-write-a-love-letter.html", - "creator": "Candace Jackson", - "pubDate": "Fri, 17 Dec 2021 18:59:33 +0000", + "title": "Helicopters and High-Speed Chases: Inside Texas’ Push to Arrest Migrants", + "description": "Texas is using state law enforcement in an unusual way in an attempt to stem illegal border crossings. The tactic is raising constitutional concerns and transforming life in one small town.", + "content": "A group of migrants waits along the road after being apprehended in Kinney County by officers with the Texas Department of Public Safety.", + "category": "Illegal Immigration", + "link": "https://www.nytimes.com/2021/12/11/us/texas-migrant-arrests-police.html", + "creator": "J. David Goodman and Kirsten Luce", + "pubDate": "Sat, 11 Dec 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155656,16 +181027,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c8dc6c928584a869e68f8caf68d8f72" + "hash": "0121216de47f992182cc7487ae44fcac" }, { - "title": "What It Will Take to Resettle Afghan Allies", - "description": "Americans can do a lot of good helping Afghans resettle in the United States.", - "content": "Americans can do a lot of good helping Afghans resettle in the United States.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/19/opinion/afghan-refugees-resettlement-us.html", - "creator": "Farah Stockman", - "pubDate": "Sun, 19 Dec 2021 15:30:55 +0000", + "title": "The Sunday Read: ‘How the Real Estate Boom Left Black Neighborhoods Behind’", + "description": "What would it take to catch up?", + "content": "What would it take to catch up?", + "category": "", + "link": "https://www.nytimes.com/2021/12/12/podcasts/the-daily/the-sunday-read-how-the-real-estate-boom-left-black-neighborhoods-behind.html", + "creator": "Vanessa Gregory, Jack D’Isidoro, Aaron Esposito, John Woo and Marion Lozano", + "pubDate": "Sun, 12 Dec 2021 11:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155677,16 +181048,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e78699ae232ef553b3c9bd2b79144264" + "hash": "1f7e4ee2410ff4a8048ea7e76306f673" }, { - "title": "Amy Coney Barrett’s View: Adoption, Not Abortion", - "description": "Readers offer personal stories to challenge the justice’s suggestion that adoption is a good alternative.", - "content": " ", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/18/opinion/letters/amy-coney-barrett-abortion-adoption.html", + "title": "Remembering Stephen Sondheim, Musical Theater Visionary", + "description": "A conversation about his legacy, his engagements with pop music and whether he has any true inheritors.", + "content": "A conversation about his legacy, his engagements with pop music and whether he has any true inheritors.", + "category": "audio-neutral-informative", + "link": "https://www.nytimes.com/2021/12/07/arts/music/popcast-stephen-sondheim.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 16:30:07 +0000", + "pubDate": "Tue, 07 Dec 2021 16:43:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155698,16 +181069,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a03a5e182e6146566187c84702e21bc9" + "hash": "c2a4af6c9e25c4158572774ce0087fca" }, { - "title": "Give Parents the Gifts of Baby Supplies and Advocacy (and Love)", - "description": "Help fulfill the basic health and well-being of moms, dads and kids.", - "content": "Help fulfill the basic health and well-being of moms, dads and kids.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/18/opinion/diapers-supplies-holidays.html", - "creator": "Jessica Grose", - "pubDate": "Sat, 18 Dec 2021 13:42:14 +0000", + "title": "Standing Ready in the Aftermath of Disaster", + "description": "When wildfires and hurricanes affected communities, support networks jumped in for the food insecure.", + "content": "When wildfires and hurricanes affected communities, support networks jumped in for the food insecure.", + "category": "New York Times Neediest Cases Fund", + "link": "https://www.nytimes.com/2021/12/09/neediest-cases/standing-ready-in-the-aftermath-of-disaster.html", + "creator": "Kristen Bayrakdarian", + "pubDate": "Thu, 09 Dec 2021 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155719,16 +181090,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "217c298aebd8aef5a17b0e0ee79363d9" + "hash": "7cd624a23347940a0fb64c04699a6bd6" }, { - "title": "As Covid Surges, Experts Say U.S. Booster Effort Is Far Behind", - "description": "The C.D.C. now recommends that all adults get a booster. But only one in six Americans has received that shot, worrying health officials.", - "content": "Danielle Ong received a booster dose of the Pfizer vaccine in San Ramon, Calif., on Thursday.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/18/us/omicron-booster-shots-americans.html", - "creator": "Shawn Hubler and Amy Harmon", - "pubDate": "Sun, 19 Dec 2021 03:39:46 +0000", + "title": "McCollum on Simmons Trade Rumors, Vaccines and Blazers Firing", + "description": "Portland guard CJ McCollum is facing challenges both personal and professional in his first year as president of the players’ union. “It’s the life I chose,” he said.", + "content": "Portland guard CJ McCollum is facing challenges both personal and professional in his first year as president of the players’ union. “It’s the life I chose,” he said.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/12/12/sports/basketball/blazers-cj-mccollum-trade-rumors.html", + "creator": "Tania Ganguli", + "pubDate": "Sun, 12 Dec 2021 18:14:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155740,16 +181111,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "baa4b0039783f104c1eeace49cd194f9" + "hash": "ddc20b64ed24eaa9d94aeff450fcd187" }, { - "title": "The Photos That Ghislaine Maxwell Didn’t Want the Jury to See", - "description": "Photos displayed during Ms. Maxwell’s sex-trafficking trial show her in an apparently happy relationship with Jeffrey Epstein, her notorious former companion.", - "content": "A series of undated pictures like this one, entered into evidence in Ghislaine Maxwell’s sex-trafficking trial, show Ms. Maxwell and Jeffrey Epstein together.", - "category": "Sex Crimes", - "link": "https://www.nytimes.com/2021/12/16/nyregion/ghislaine-maxwell-trial-epstein-pictures.html", - "creator": "Colin Moynihan", - "pubDate": "Thu, 16 Dec 2021 16:21:18 +0000", + "title": "Diplomats Warn Russia of ‘Massive Consequences’ if It Invades Ukraine", + "description": "The foreign ministers for the Group of 7 urged Russia to pull back from the tense border standoff. Moscow has massed as many as 100,000 troops on Ukraine’s eastern, northern and southern frontiers.", + "content": "Liz Truss, top center, Britain’s foreign secretary, next to Secretary of State Antony J. Blinken on Sunday in Liverpool, England.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/12/us/politics/g7-russia-ukraine.html", + "creator": "Lara Jakes", + "pubDate": "Sun, 12 Dec 2021 16:09:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155761,16 +181132,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d99d53974320975e6211aaaf8ccffdb" + "hash": "85f31ef78cfbd89a89cf349dc18893be" }, { - "title": "Omicron, E-Sports, Christmas: Your Weekend Briefing", - "description": "Here’s what you need to know about the week’s top stories.", - "content": "Lines for Covid-19 testing have circled the block in New York City and other parts of the US, as cases spike ahead of Christmas.", - "category": "", - "link": "https://www.nytimes.com/2021/12/19/briefing/omicron-e-sports-christmas-your-weekend-briefing.html", - "creator": "Remy Tumin", - "pubDate": "Sun, 19 Dec 2021 10:37:04 +0000", + "title": "New Caledonia Says ‘Non’ to Independence", + "description": "The vote on the Pacific island territory comes as France’s president has prioritized shoring up the country’s international profile, seeing its military as a bulwark against China.", + "content": "A polling station in Nouméa, the capital of New Caledonia, on Sunday. Amid a boycott of the referendum, residents of the South Pacific islands voted against independence from France. ", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/12/world/asia/new-caledonia-independence-vote.html", + "creator": "Hannah Beech", + "pubDate": "Sun, 12 Dec 2021 17:06:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155782,16 +181153,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb65b55a0afb77090eac67a4e554a2d6" + "hash": "f9285ccbf08b48bd84cad8232b0f58e8" }, { - "title": "The Pandemic Hampered Their Stride. They’re Rising Back Up.", - "description": "When Covid-19 hit, these New Yorkers faced setbacks. A year later, pieces are falling into place for their careers and health.", - "content": "Demetria Mack completed an internship and became a tutor.", - "category": "New York Times Neediest Cases Fund", - "link": "https://www.nytimes.com/2021/12/16/neediest-cases/pandemic-setback-comeback.html", - "creator": "Jennifer Camille Martin", - "pubDate": "Thu, 16 Dec 2021 10:00:08 +0000", + "title": "Julianna Peña’s Upset of Amanda Nunes Shakes Up the U.F.C.", + "description": "Peña had entered the match as an enormous underdog against Nunes, one of the greatest female fighters in mixed martial arts.", + "content": "Peña had entered the match as an enormous underdog against Nunes, one of the greatest female fighters in mixed martial arts.", + "category": "Mixed Martial Arts", + "link": "https://www.nytimes.com/2021/12/12/sports/julianna-pena-amanda-nunes-ufc.html", + "creator": "Emmanuel Morgan", + "pubDate": "Mon, 13 Dec 2021 02:17:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155803,16 +181174,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "81bad8b31bd820facfe6936079383f05" + "hash": "1c34b82c5d0ae9190f321de66c353867" }, { - "title": "Voting for President, Chile Faces Stark Choice, With Constitution at Stake", - "description": "The presidential race is being contested by a millennial leftist who would be the nation’s youngest leader and a far-right politician who has promised to restore order and security.", - "content": "A polling station in Punta Arenas, Chile, on Saturday. The result of the presidential race, the nation’s most acrimonious in recent history, is likely to reverberate in efforts to draft a new constitution.", - "category": "Constitutions", - "link": "https://www.nytimes.com/2021/12/19/world/americas/chile-president-election.html", - "creator": "Pascale Bonnefoy and Ernesto Londoño", - "pubDate": "Sun, 19 Dec 2021 10:00:09 +0000", + "title": "Marjorie Tallchief, Acclaimed Ballerina, Is Dead at 95", + "description": "A versatile artist who performed with the Paris Opera Ballet, she was the younger sister of the famed dancer Maria Tallchief.", + "content": "Marjorie Tallchief in 1966. One critic described her as “a brilliant, dynamic dancer with a svelte and flexible body,” adding, “Through her quasi-acrobatic virtuosity, she embodies the perfect dancer for our time.” ", + "category": "Tallchief, Marjorie", + "link": "https://www.nytimes.com/2021/12/12/arts/dance/marjorie-tallchief-ballerina-dead-95.html", + "creator": "Anna Kisselgoff", + "pubDate": "Sun, 12 Dec 2021 19:25:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155824,16 +181195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91778ca04f31c1e3271d7e84d702922c" + "hash": "0896377d7d02454ac59a32466fd691de" }, { - "title": "Indianapolis Invests $45 Million to Stem the Surge in Homicides", - "description": "The impact of those programs still isn’t clear, but the size of Indianapolis’s investment speaks to the urgency of the moment.", - "content": "Members of the TenPoint Coalition, a group that aims to reduce violence, monitoring the streets in the Butler-Tarkington neighborhood of Indianapolis. ", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/2021/12/19/us/indianapolis-murders.html", - "creator": "Neil MacFarquhar", - "pubDate": "Sun, 19 Dec 2021 08:00:10 +0000", + "title": "Grind Your Teeth? Your Night Guard May Not Be the Right Fix", + "description": "Some experts say tooth-grinding is a behavior rather than a disorder, and the dentist’s chair isn’t the best place to address it.", + "content": "Some experts say tooth-grinding is a behavior rather than a disorder, and the dentist’s chair isn’t the best place to address it.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/02/16/well/live/tooth-grinding-night-guards.html", + "creator": "Kate Murphy", + "pubDate": "Thu, 18 Feb 2021 22:23:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155845,16 +181216,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40f96dc8b38e675bf30e62ee4ebf272d" + "hash": "963c91dd14e3f89ddf8ad35176d34208" }, { - "title": "As U.S. Navigates Crisis in Haiti, a Bloody History Looms Large", - "description": "American policy decisions are vital to understanding Haiti’s political instability, and why it remains the poorest country in the Western Hemisphere.", - "content": "A cycle of crisis and U.S. intervention in Haiti has persisted for decades.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/19/us/politics/us-haiti-intervention.html", - "creator": "Chris Cameron", - "pubDate": "Sun, 19 Dec 2021 08:00:11 +0000", + "title": "Your ‘Maskne’ Might Not Be Acne at All", + "description": "Perioral dermatitis, a complex facial rash that is often mistaken for acne, is becoming more common, some experts say. Here’s how to spot, treat and prevent this irritating condition.", + "content": "Perioral dermatitis, a complex facial rash that is often mistaken for acne, is becoming more common, some experts say. Here’s how to spot, treat and prevent this irritating condition.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/04/02/well/perioral-dermatitis-pandemic.html", + "creator": "Elizabeth Svoboda", + "pubDate": "Fri, 02 Apr 2021 09:00:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155866,16 +181237,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "964f2a0758e00fa8df7aa0e3ddbd5a8c" + "hash": "b77d4bf1a4a7d90a35cf997932beff3b" }, { - "title": "She Broke Japan’s Comedic Barrier Playing Drunks and Fools (Yep, Men)", - "description": "Niyo Katsura has won acclaim in rakugo, a classical form of Japanese storytelling, by doing anything onstage that a man can do.", - "content": "Niyo Katsura performing rakugo, a classical form of Japanese comedic storytelling, in Osaka earlier this month. Ms. Katsura is the first woman to win a prestigious award for rakugo newcomers.", - "category": "Women and Girls", - "link": "https://www.nytimes.com/2021/12/19/world/asia/japan-rakugo.html", - "creator": "Motoko Rich and Hikari Hida", - "pubDate": "Sun, 19 Dec 2021 10:00:13 +0000", + "title": "Finding the Musical Spirit of Notre-Dame", + "description": "The beloved Paris cathedral is still being restored after the devastating 2019 fire, but other churches are keeping its musical traditions alive this holiday season.", + "content": "The organ at St.-Eustache, which is considered a jewel of the French Renaissance.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/09/travel/notre-dame-music-paris-churches.html", + "creator": "Elaine Sciolino", + "pubDate": "Mon, 13 Dec 2021 03:25:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155887,16 +181258,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bf50d6cd4056120af327527c21eb312" + "hash": "99a3b0244eb30daeb65c86d177f7af87" }, { - "title": "Drakeo the Ruler Fatally Stabbed at Los Angeles Concert", - "description": "The rapper, whose real name was Darrell Caldwell, was to perform at a festival on Saturday night when he was fatally stabbed during an altercation, officials said.", - "content": "The rapper Drakeo the Ruler performed onstage at the Rolling Loud festival in December in San Bernardino, Calif.", - "category": "Rap and Hip-Hop", - "link": "https://www.nytimes.com/2021/12/19/arts/music/drakeo-dead-stabbing.html", - "creator": "Eduardo Medina", - "pubDate": "Sun, 19 Dec 2021 15:58:53 +0000", + "title": "Spelling Bee Tips and Tricks", + "description": "We asked readers how they play one of our most popular games. Enthusiasts weighed in with their favorite tips and tricks.", + "content": "We asked readers how they play one of our most popular games. Enthusiasts weighed in with their favorite tips and tricks.", + "category": "Spelling Bee (Game)", + "link": "https://www.nytimes.com/2021/12/09/crosswords/spellingbee-tips.html", + "creator": "Deb Amlen and Jackie Frere", + "pubDate": "Thu, 09 Dec 2021 11:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155908,16 +181279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff4e437e29718d907cfcaefa1d6e7d5b" + "hash": "d566578981244a58d09c3d4e86157abb" }, { - "title": "Senate Confirms Biden’s 40th Judge, Tying a Reagan-Era Record", - "description": "President Biden saw more of his judicial nominees confirmed in his first year than any president since Ronald Reagan. The Senate confirmed 18 federal judges in Donald Trump’s first year.", - "content": "President Biden has set a rapid pace in filling vacancies on the federal bench.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/18/us/politics/biden-judges-reagan-record.html", - "creator": "Catie Edmondson", - "pubDate": "Sat, 18 Dec 2021 23:49:45 +0000", + "title": "A Devilish Chocolate Cake You Can Sink Your Teeth Into", + "description": "This season, Yotam Ottolenghi thinks you should have your cake, and eat it, too, even (or especially) if it’s rich, dark and topped with praline.", + "content": "This season, Yotam Ottolenghi thinks you should have your cake, and eat it, too, even (or especially) if it’s rich, dark and topped with praline.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/10/dining/ottolenghi-chocolate-devils-food-cake.html", + "creator": "Yotam Ottolenghi", + "pubDate": "Sat, 11 Dec 2021 03:26:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155929,16 +181300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4bbfc67e0c73d096f92dfaaa28080e0" + "hash": "d777a539d7f3075d0a9e899352c8a32c" }, { - "title": "David Frost, Brexit Negotiator, Resigns in Another Blow to Boris Johnson", - "description": "The move puts new pressure on the prime minister, whose leadership has been called into question by a series of setbacks, including a new wave of Covid infections.", - "content": "In his resignation letter, David Frost hinted that he had significant differences with Prime Miniister Boris Johnson over coronavirus restrictions.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/18/world/europe/brexit-david-frost-resigns.html", - "creator": "Stephen Castle", - "pubDate": "Sun, 19 Dec 2021 04:44:19 +0000", + "title": "The 50 Best TV Shows on Netflix Right Now", + "description": "New shows come to the streaming giant all the time — too many to ever watch them all. We’re here to help.", + "content": "New shows come to the streaming giant all the time — too many to ever watch them all. We’re here to help.", + "category": "Television", + "link": "https://www.nytimes.com/article/best-tv-shows-netflix.html", + "creator": "Noel Murray", + "pubDate": "Sat, 11 Dec 2021 01:15:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155950,16 +181321,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "42abb63dd09d4ee15badca6f08e2c802" + "hash": "b4b7618da1f9d3c60cf4f8491d640f87" }, { - "title": "Japan Fire: Osaka Police Identify a Suspect, 61", - "description": "A 61-year-old man, hospitalized after the fire at an Osaka psychiatric clinic, is being investigated on suspicion of arson and murder, the police said.", - "content": "The clinic set afire on Friday was in a narrow, eight-story building in a crowded part of Osaka, Japan.", - "category": "Arson", - "link": "https://www.nytimes.com/2021/12/18/world/asia/japan-fire-osaka-arson.html", - "creator": "Motoko Rich and Makiko Inoue", - "pubDate": "Sun, 19 Dec 2021 02:28:56 +0000", + "title": "Tornado Death Toll Rises as States Assess Damage", + "description": "Scores were killed by the devastating storms on Friday night, including at least 80 people in Kentucky. Here’s the latest.", + "content": "Scores were killed by the devastating storms on Friday night, including at least 80 people in Kentucky. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/12/us/tornadoes-kentucky-illinois", + "creator": "The New York Times", + "pubDate": "Sun, 12 Dec 2021 21:11:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155971,16 +181342,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0acf4074b1dc92a1638a3cde7e8032ca" + "hash": "ce1b7de08f52d623ea75fbdd2d51e031" }, { - "title": "Super Typhoon Rai's Death Toll in Philippines Is Climbing", - "description": "Nearly 100 people are now believed to have been killed by the storm, and rescuers are still trying to reach some devastated areas.", - "content": "Devastated homes in Cebu Province in the central Philippines, along a river swollen by Super Typhoon Rai’s rains.", - "category": "Typhoons", - "link": "https://www.nytimes.com/2021/12/19/world/asia/philippines-super-typhoon-rai-odette.html", - "creator": "Jason Gutierrez", - "pubDate": "Sun, 19 Dec 2021 10:46:53 +0000", + "title": "Scenes From the Aftermath of the Deadly Tornadoes", + "description": "Residents across six states in the South and Midwest awoke Saturday to unimaginable damage from a series of storms.", + "content": "Residents across six states in the South and Midwest awoke Saturday to unimaginable damage from a series of storms.", + "category": "Deaths (Fatalities)", + "link": "https://www.nytimes.com/2021/12/11/us/tornadoes-photos.html", + "creator": "Vimal Patel", + "pubDate": "Sun, 12 Dec 2021 01:33:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -155992,16 +181363,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12ea2c35f393583deb1b29e9f4102a92" + "hash": "6c4c126d8e13a2d996cff0c6b94bd81b" }, { - "title": "France Refused to Repatriate a Sick Woman Who Joined the Islamic State. She Died.", - "description": "A Frenchwoman died of health complications in a detention camp in Syria on Tuesday, her lawyer said. She had repeatedly asked to be repatriated to treat severe diabetes.", - "content": "A woman walking through Roj, the camp where relatives of people suspected of belonging to the Islamic State are being detained in Syria’s northeastern Hasakah Province.", - "category": "Deaths (Fatalities)", - "link": "https://www.nytimes.com/2021/12/15/world/europe/frenchwoman-dead-syria-detention-camp.html", - "creator": "Constant Méheut", - "pubDate": "Wed, 15 Dec 2021 16:44:11 +0000", + "title": "Ahead of the Holidays, Fauci Says ‘We Have the Tools to Protect Ourselves’", + "description": "Dr. Anthony Fauci again urged Americans to get vaccinated, seek out shots for their young children and obtain boosters. Here’s the latest on Covid-19.", + "content": "Dr. Anthony Fauci again urged Americans to get vaccinated, seek out shots for their young children and obtain boosters. Here’s the latest on Covid-19.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/12/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Sun, 12 Dec 2021 21:57:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156013,16 +181384,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8879efd48c63afa04871b39dbb72c6f" + "hash": "b43aaf71fdfef85dd818c5ad8642e794" }, { - "title": "Professor Put Clues to a Cash Prize in His Syllabus. No One Noticed.", - "description": "Tucked into the second page of the syllabus was information about a locker number and its combination. Inside was a $50 bill, which went unclaimed.", - "content": "A professor at the University of Tennessee at Chattanooga left $50 in a locker to test whether any of his students fully read the syllabus for his class.", - "category": "Colleges and Universities", - "link": "https://www.nytimes.com/2021/12/18/us/professor-syllabus-money.html", - "creator": "Isabella Grullón Paz", - "pubDate": "Sat, 18 Dec 2021 23:09:41 +0000", + "title": "Chris Wallace to Leave Fox News for CNN’s Streaming Service", + "description": "The “Fox News Sunday” host had been with the network for 18 years. He announced his departure on his program. Soon after, CNN said he would have an interview program on its new service.", + "content": "The “Fox News Sunday” anchor Chris Wallace at his home in Annapolis, Md., last year.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/12/business/chris-wallace-fox-news.html", + "creator": "Michael M. Grynbaum", + "pubDate": "Sun, 12 Dec 2021 17:02:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156034,16 +181405,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fb25fa2a4636c2dfe97da9362ad84e3" + "hash": "e94e87c4b446f7c708984b5b9f2e7546" }, { - "title": "Relationships with Grandmothers (and God) Drew Them Closer", - "description": "Aaron Ledesma and Timothy-Keith Earley, who saw the Pope soon after they started dating, bonded over both being “grandma’s boys.”", - "content": "Timothy-Keith Earley, left, and Aaron Ledesma, who first connected on Tinder in 2015, were married Oct. 23 at Richmond’s Historic Mankin Mansion, a private estate turned events venue.", - "category": "Weddings and Engagements", - "link": "https://www.nytimes.com/2021/12/17/style/aaron-ledesma-timothy-keith-earley-wedding.html", - "creator": "Alix Wall", - "pubDate": "Fri, 17 Dec 2021 17:48:15 +0000", + "title": "‘Sesame Street’ Was Always Political", + "description": "The beloved children’s show has been a recurrent culture-war target, but a documentary on HBO shows how social purpose was built into it.", + "content": "The beloved children’s show has been a recurrent culture-war target, but a documentary on HBO shows how social purpose was built into it.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/12/arts/television/sesame-street.html", + "creator": "James Poniewozik", + "pubDate": "Sun, 12 Dec 2021 14:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156055,16 +181426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4233ad4e9557465c94ef01433aba9e6c" + "hash": "7f5a9a73cf4aea11b5460388232123da" }, { - "title": "How George Clooney Cast a Young Brooklyn Resident for His Next Film", - "description": "Daniel Ranieri went from ranting in an online video to being cast in a Hollywood movie. But he still loves sports, games and his ‘gaga’.", - "content": "“Everyone was really nice,” Daniel Ranieri said of being on set. “George Clooney shot hoops with me.”", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/17/nyregion/daniel-ranieri-tender-bar.html", - "creator": "Alix Strauss", - "pubDate": "Fri, 17 Dec 2021 10:00:25 +0000", + "title": "Kate McKinnon Returns to ‘S.N.L.’ as Dr. Anthony Fauci", + "description": "McKinnon wasted no time playing numerous roles in a “Saturday Night Live” episode in which Billie Eilish was both host and musical guest.", + "content": "Kate McKinnon played Dr. Anthony S. Fauci, among others, on “Saturday Night Live” this week.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/12/arts/television/saturday-night-live-billie-eilish.html", + "creator": "Dave Itzkoff", + "pubDate": "Sun, 12 Dec 2021 07:52:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156076,16 +181447,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2c0f60dd8272fb0a76094cfd87f2f84" + "hash": "a5f5a50add38edc65839f6bcab9301ab" }, { - "title": "Elijah Wood on ‘The Lord of the Rings’ at 20", - "description": "“I’ll never be upset at being associated with those films or for them being the largest in people’s memories of who I am,” the actor says.", - "content": "“I’ll never be upset at being associated with those films or for them being the largest in people’s memories of who I am,” the actor says.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/17/movies/elijah-wood-lord-of-the-rings.html", - "creator": "Carlos Aguilar", - "pubDate": "Fri, 17 Dec 2021 15:14:18 +0000", + "title": "The Key to Marketing to Older People? Don’t Say ‘Old.’", + "description": "To reach a rapidly expanding demographic, companies are changing their tone.", + "content": "Tinker Hatfield, left, a designer for Nike, talked with the company’s co-founder Phil Knight about the origin of the CruzrOne running shoe, in a promotional video on Nike.com. ", + "category": "Advertising and Marketing", + "link": "https://www.nytimes.com/2021/12/08/business/dealbook/marketing-older-people.html", + "creator": "Corinne Purtill", + "pubDate": "Wed, 08 Dec 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156097,16 +181468,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6188a375295c0f916f4e0fd4b9d47381" + "hash": "60f972bdca89f81a5d7714e32456c7bd" }, { - "title": "The Renaissance Women Who Painted Against the Odds", - "description": "The Wadsworth Atheneum spotlights female artists from Italy in the 16th through 18th centuries, and asks: Who got left out of the canon?", - "content": "The Wadsworth Atheneum spotlights female artists from Italy in the 16th through 18th centuries, and asks: Who got left out of the canon?", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/16/arts/design/atheneum-art-sexism-women-museum.html", - "creator": "Jason Farago", - "pubDate": "Fri, 17 Dec 2021 00:10:03 +0000", + "title": "The Beatles \"Get Back\" Documentary Is a Master Class in Creativity", + "description": "In a new documentary, ‘Get Back,’ the Beatles give a master class in creativity under pressure.", + "content": "In a new documentary, ‘Get Back,’ the Beatles give a master class in creativity under pressure.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/12/08/opinion/beatles-get-back-creativity-lessons.html", + "creator": "Jere Hester", + "pubDate": "Wed, 08 Dec 2021 20:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156118,16 +181489,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dbc78d54fb1bee365b918a2680ad7bc" + "hash": "8197177abc5b7d7eb849f83503779244" }, { - "title": "Hagerty Goes Public to Pursue a Simple Mission: Save Driving", - "description": "The Hagerty brand insures collectible autos — two million of them — and its articles and videos draw crowds. After going public, it has bigger plans.", - "content": "Soon Hagerty, a top Hagerty executive, at the “Cars & Caffeine Wall Street” event that was held for her company’s stock-market debut.", - "category": "Antique and Classic Cars", - "link": "https://www.nytimes.com/2021/12/16/business/classic-cars-hagerty.html", - "creator": "Brett Berk", - "pubDate": "Thu, 16 Dec 2021 11:00:11 +0000", + "title": "We Can Live Better Lives While Being Smart About Covid", + "description": "This virus is not going to disappear anytime soon.", + "content": "This virus is not going to disappear anytime soon.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/11/opinion/covid-vaccine-omicron-booster.html", + "creator": "The Editorial Board", + "pubDate": "Sat, 11 Dec 2021 16:09:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156139,16 +181510,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fc5aaa093f265f52c6a82315b23245b" + "hash": "c5c6cb20df5d70eba182e516a800090b" }, { - "title": "New York’s Surge in Virus Cases Shows No Signs of Slowing Down", - "description": "Dutch leaders ordered the closing of all nonessential businesses, cultural venues and schools until mid-January. Here’s the latest on the pandemic.", - "content": "Dutch leaders ordered the closing of all nonessential businesses, cultural venues and schools until mid-January. Here’s the latest on the pandemic.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/18/world/covid-omicron-vaccines-delta", - "creator": "The New York Times", - "pubDate": "Sun, 19 Dec 2021 03:45:06 +0000", + "title": "With This Supreme Court, What’s Next for Abortion Rights?", + "description": "Legal scholars, researchers and writers consider how the country could be transformed.", + "content": "Legal scholars, researchers and writers consider how the country could be transformed.", + "category": "debatable", + "link": "https://www.nytimes.com/2021/12/10/opinion/supreme-court-abortion-roe.html", + "creator": "Spencer Bokat-Lindell", + "pubDate": "Fri, 10 Dec 2021 18:15:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156160,16 +181531,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0212f3864e91bb645370145b27e2ca30" + "hash": "00bf2855beb387e5f6e0bbf5e44f7362" }, { - "title": "A Washington State senator died at 52 after a Covid infection.", - "description": "", - "content": "State Senator Doug Ericksen in 2017. He represented Whatcom County in the northwestern corner of Washington State.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/18/world/covid-omicron-vaccines-delta/a-washington-state-senator-died-at-52-after-a-covid-infection", - "creator": "Mike Baker", - "pubDate": "Sun, 19 Dec 2021 02:52:40 +0000", + "title": "Silent Films Offer Rare Glimpses of Life in 1920s Ireland", + "description": "Shot by an American ornithologist in the early years of Irish independence, the footage turned up in the archives of the Chicago Academy of Sciences and is being restored.", + "content": "Shot by an American ornithologist in the early years of Irish independence, the footage turned up in the archives of the Chicago Academy of Sciences and is being restored.", + "category": "Ireland", + "link": "https://www.nytimes.com/2021/12/11/world/europe/silent-film-ireland-discovery.html", + "creator": "Claire Fahy", + "pubDate": "Sat, 11 Dec 2021 10:30:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156181,16 +181552,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5827317fea56c24907791a025aa4e8b7" + "hash": "b3d5eae05bc25e697d10b8e7a0e23b79" }, { - "title": "The Future of ‘Spider-Man’ and the M.C.U., According to its Producers", - "description": "The producers of “No Way Home” address questions about another trilogy, possibly putting MJ in a Spidey suit and convincing reluctant actors to reprise their roles.", - "content": "The producers Amy Pascal, left, and Kevin Feige have worked on the Spider-Man franchise in various capacities since the late 1990s.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/17/movies/kevin-feige-amy-pascal-spider-man-no-way-home.html", - "creator": "Brooks Barnes", - "pubDate": "Sat, 18 Dec 2021 16:18:08 +0000", + "title": "PowerPoint Sent to Mark Meadows Is Examined by Jan. 6 Panel", + "description": "Mark Meadows’s lawyer said the former White House chief of staff did not act on the document, which recommended that President Donald J. Trump declare a national emergency to keep himself in power.", + "content": "Mark Meadows’s lawyer said the former White House chief of staff did not act on the document, which recommended that President Donald J. Trump declare a national emergency to keep himself in power.", + "category": "Meadows, Mark R (1959- )", + "link": "https://www.nytimes.com/2021/12/10/us/politics/capitol-attack-meadows-powerpoint.html", + "creator": "Luke Broadwater and Alan Feuer", + "pubDate": "Sat, 11 Dec 2021 00:59:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156202,16 +181573,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "87824f40d3cc36988b24233000a63cf9" + "hash": "4a580aad2a1ecb9e6acd293ff46d480e" }, { - "title": "Hong Kong's Election Is Really a Selection", - "description": "I know firsthand what a meaningful and contested campaign looks like. ", - "content": "I know firsthand what a meaningful and contested campaign looks like. ", - "category": "Elections", - "link": "https://www.nytimes.com/2021/12/18/opinion/hong-kong-election.html", - "creator": "Nathan Law Kwun Chung", - "pubDate": "Sat, 18 Dec 2021 19:02:27 +0000", + "title": "In Bid for Control of Elections, Trump Loyalists Face Few Obstacles", + "description": "A movement animated by Donald J. Trump’s 2020 election lies is turning its attention to 2022 and beyond.", + "content": "A pro-Trump mob, galvanized by Donald J. Trump’s false claim of a stolen election in 2020, stormed the U.S. Capitol building on Jan. 6.", + "category": "Voter Fraud (Election Fraud)", + "link": "https://www.nytimes.com/2021/12/11/us/politics/trust-in-elections-trump-democracy.html", + "creator": "Charles Homans", + "pubDate": "Sat, 11 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156223,16 +181594,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e02cc642dd137101e86432d70f916bcd" + "hash": "404734b22cd2eee5bd2c1b446e4f72ae" }, { - "title": "From Fox News to Trump’s Big Lie, the Line Is Short and Direct", - "description": "Sean Hannity and Laura Ingraham are just the tip of the trouble.", - "content": "Sean Hannity and Laura Ingraham are just the tip of the trouble.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/16/opinion/fox-news-trump-january-6.html", - "creator": "Frank Bruni", - "pubDate": "Thu, 16 Dec 2021 17:05:05 +0000", + "title": "Inside the Fall of Kabul: An On-the-Ground Account", + "description": "Against all predictions, the Taliban took the Afghan capital in a matter of hours. This is the story of why and what came after, by a reporter and photographer who witnessed it all.", + "content": "Against all predictions, the Taliban took the Afghan capital in a matter of hours. This is the story of why and what came after, by a reporter and photographer who witnessed it all.", + "category": "Afghanistan War (2001- )", + "link": "https://www.nytimes.com/2021/12/10/magazine/fall-of-kabul-afghanistan.html", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 23:05:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156244,16 +181615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ae261c8f9cef75779df8a8b43d9898c" + "hash": "d91f930db1966f85195c4e5614df41fa" }, { - "title": "What’s Better Than Charity?", - "description": "Mutual aid fulfills needs, but it also builds stronger, more resilient communities.", - "content": "Mutual aid fulfills needs, but it also builds stronger, more resilient communities.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/17/opinion/charity-philanthropy-mutual-aid.html", - "creator": "Tressie McMillan Cottom", - "pubDate": "Fri, 17 Dec 2021 21:21:08 +0000", + "title": "Self-Proclaimed Proud Boys Member Gets 10 Years for Violence at Portland Protests", + "description": "Prosecutors called Alan Swinney, 51, a “white nationalist vigilante cowboy” who shot a man in the eye with a paintball gun.", + "content": "Prosecutors called Alan Swinney, 51, a “white nationalist vigilante cowboy” who shot a man in the eye with a paintball gun.", + "category": "George Floyd Protests (2020)", + "link": "https://www.nytimes.com/2021/12/10/us/proud-boys-alan-swinney-sentenced.html", + "creator": "Michael Levenson", + "pubDate": "Sat, 11 Dec 2021 01:13:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156265,16 +181636,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84aeb0af9748e10223a3c67d45280b27" + "hash": "b4dbe816fc5b436c81737c717c94b4e0" }, { - "title": "Is Our Homelessness Crisis Really a Drug Problem?", - "description": "A new book argues that rampant fentanyl and methamphetamine addiction is to blame, but the reality is more complex.", - "content": "A new book argues that rampant fentanyl and methamphetamine addiction is to blame, but the reality is more complex.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/16/opinion/homeless-drugs-meth.html", - "creator": "Jay Caspian Kang", - "pubDate": "Thu, 16 Dec 2021 19:57:13 +0000", + "title": "A Student Was Murdered Near Columbia. What Should the University Do?", + "description": "The murder of a student adjacent to Columbia’s ever-expanding campus renews questions about the school’s obligations to the surrounding communities.", + "content": "A candlelight vigil for Davide Giri, a Columbia University student who was fatally stabbed near the campus last week.", + "category": "Colleges and Universities", + "link": "https://www.nytimes.com/2021/12/10/nyregion/urban-universities-neighborhoods.html", + "creator": "Ginia Bellafante", + "pubDate": "Fri, 10 Dec 2021 18:11:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156286,16 +181657,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "deb67c19dc33d76d8d6ad5d1965b1998" + "hash": "e8aa9aae906b4298318edffc471aa0ba" }, { - "title": "Who’s Behind Web3?", - "description": "I suffered slings and arrows for daring to question the next iteration of the web.", - "content": "I suffered slings and arrows for daring to question the next iteration of the web.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/16/opinion/web3-big-tech.html", - "creator": "Kara Swisher", - "pubDate": "Fri, 17 Dec 2021 00:26:37 +0000", + "title": "Israeli Leader Is to Meet Emirati Prince, Showcasing Deepening Ties", + "description": "Prime Minister Naftali Bennett will travel to Abu Dhabi on Sunday — the first such visit by an Israeli leader.", + "content": "Prime Minister Naftali Bennett of Israel, center, arriving for a cabinet meeting at his office in Jerusalem last month.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/12/world/middleeast/israel-uae-naftali-bennett.html", + "creator": "Patrick Kingsley", + "pubDate": "Sun, 12 Dec 2021 11:23:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156307,16 +181678,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a6b35f955134eaa5f5322384f4ef6b0" + "hash": "348d624c0b3daf3c66a44cc24f8826a7" }, { - "title": "‘When I Will Be Old, Maybe. But Now, I Feel Myself Young.’", - "description": "After his wife’s sudden death, Eduard Arzunyan needed some help.", - "content": "After his wife’s sudden death, Eduard Arzunyan needed some help.", - "category": "Writing and Writers", - "link": "https://www.nytimes.com/2021/12/16/opinion/neediest-cases-charity.html", - "creator": "The Editorial Board", - "pubDate": "Thu, 16 Dec 2021 17:24:25 +0000", + "title": "Max Verstappen Wins Formula One Title, Passing Lewis Hamilton on Last Lap", + "description": "Formula 1 capped a long season with a hotly debated decision in Abu Dhabi. Mercedes, which lodged two protests against the result, has 96 hours to consider appealing the ruling.", + "content": "The Red Bull driver Max Verstappen of the Netherlands celebrated winning his first Formula 1 world title at the Abu Dhabi Grand Prix.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/09/sports/autoracing/f1-schedule.html", + "creator": "Luke Smith", + "pubDate": "Sun, 12 Dec 2021 20:58:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156328,16 +181699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebb46bfecd4d23ac3929dc2c2808be17" + "hash": "9f34ad0eb297c91f91a039789037d314" }, { - "title": "Scientists Are Racing to Gauge the Threat of Omicron", - "description": "The variant will spread quickly through the United States, experts say. What happens after that is less certain.", - "content": "Covid testing in Times Square this month. The share of cases caused by Omicron nationally has already increased to 2.9 percent from 0.4 percent in just a week.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/16/health/coronavirus-omicron-variant.html", - "creator": "Emily Anthes", - "pubDate": "Fri, 17 Dec 2021 02:59:34 +0000", + "title": "Robert Farris Thompson, ‘Guerrilla Scholar’ of African Art, Dies at 88", + "description": "He revolutionized the study of the cultures of Africa and the Americas by combining art history with anthropology, sociology and ethnomusicology.", + "content": "He revolutionized the study of the cultures of Africa and the Americas by combining art history with anthropology, sociology and ethnomusicology.", + "category": "Thompson, Robert Farris", + "link": "https://www.nytimes.com/2021/12/12/arts/robert-farris-thompson-dead.html", + "creator": "Holland Cotter", + "pubDate": "Sun, 12 Dec 2021 17:20:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156349,16 +181720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af7bdccf1b116129fe4499de5579e46a" + "hash": "e373e7a063dda2ce5a231bce56e9b5d2" }, { - "title": "Man Gets 5 Years on Capitol Riot Charges, Longest Sentence So Far", - "description": "Robert Palmer hurled a fire extinguisher at police officers during some of the fiercest fighting on Jan. 6.", - "content": "A mob outside the Capitol on Jan. 6.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/17/us/politics/robert-palmer-capitol-riot-sentence.html", - "creator": "Alan Feuer", - "pubDate": "Fri, 17 Dec 2021 22:07:04 +0000", + "title": "N.Y.C. Arts Organizations Awarded $51.4 Million Dollars in Grants", + "description": "The Department of Cultural Affairs is awarding $51.4 million in grants to more than 1,000 nonprofit arts and cultural groups that are seeking to rebound from the pandemic.", + "content": "The Solomon R. Guggenheim Museum, which is among the larger arts organizations benefiting from the city grants.", + "category": "Culture (Arts)", + "link": "https://www.nytimes.com/2021/12/09/arts/new-york-city-arts-grants.html", + "creator": "Matt Stevens", + "pubDate": "Thu, 09 Dec 2021 16:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156370,16 +181741,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8dedc0e6c7c80e1abf928ffa2c18e28" + "hash": "0f0eccb75a0aa74baa6ee9f42ca27d52" }, { - "title": "Offices Close and Holiday Parties Fade as Omicron Brings New Concerns", - "description": "Employers mandate boosters, postpone return dates and brace for an Omicron surge.", - "content": "Many financial firms, like Morgan Stanley, had employees returning to the office this summer.", - "category": "Coronavirus Return to Office", - "link": "https://www.nytimes.com/2021/12/17/business/omicron-return-to-office.html", - "creator": "Emma Goldberg and Lananh Nguyen", - "pubDate": "Fri, 17 Dec 2021 13:41:29 +0000", + "title": "Can Peloton Sue Over Its ‘And Just Like That’ Appearance?", + "description": "A Peloton stationary bike played a pivotal role on the new HBO Max “Sex and the City” revival, whose premiere preceded a drop in the company’s stock price on Friday.", + "content": "A Peloton stationary bike played a pivotal role on the new HBO Max “Sex and the City” revival, whose premiere preceded a drop in the company’s stock price on Friday.", + "category": "Product Placement", + "link": "https://www.nytimes.com/2021/12/11/arts/television/peloton-sex-and-the-city.html", + "creator": "Isabella Grullón Paz", + "pubDate": "Sun, 12 Dec 2021 21:16:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156391,16 +181762,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "43344d105a29347afd17335b3ab30131" + "hash": "d5f727cfdfd5226e8f0cd403892874ce" }, { - "title": "How a World War II Bomber Pilot Became 'the King of Artificial Trees'", - "description": "Si Spiegel, a bomber pilot, can claim a dual legacy: as a war hero and as a father of the artificial tree.", - "content": "Mr. Spiegel as a young pilot.", - "category": "Christmas Trees", - "link": "https://www.nytimes.com/2021/12/17/nyregion/bomber-pilot-christmas-trees.html", - "creator": "Laurie Gwen Shapiro", - "pubDate": "Fri, 17 Dec 2021 13:25:48 +0000", + "title": "Opening Their Eyes to Art and Each Other", + "description": "Talibah Safiya and Bertram Williams Jr. felt a spark while watching a play together in high school, 11 years before their first proper date.", + "content": "Talibah Safiya and Bertram Williams Jr. felt a spark while watching a play together in high school, 11 years before their first proper date.", + "category": "Weddings and Engagements", + "link": "https://www.nytimes.com/2021/12/10/style/talibah-safiya-bertram-williams-wedding.html", + "creator": "Gabe Cohn", + "pubDate": "Fri, 10 Dec 2021 16:39:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156412,16 +181783,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d035536748213f13adb47dce0524c0b0" + "hash": "a8d95299bcd5e96ce13ee3f72b1e0932" }, { - "title": "Russia Lays Out Demands for a Sweeping New Security Deal With NATO", - "description": "The proposal, coming as Moscow masses troops on the border with Ukraine, would establish a Cold War-like security arrangement in Eastern Europe that NATO officials immediately rejected.", - "content": "Russia has amassed troops near its border with Ukraine in a military buildup that has raised alarms of an impending invasion.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/17/world/europe/russia-nato-security-deal.html", - "creator": "Andrew E. Kramer and Steven Erlanger", - "pubDate": "Fri, 17 Dec 2021 16:32:46 +0000", + "title": "How a Professional Mover Spends His Sundays", + "description": "The weekends are busy for Adonis Williams, who has been moving New Yorkers for almost 20 years.", + "content": "“On a workday, I’m going over the details of the job like it’s a military mission,” said Adonis Williams, who manages a regular crew of movers and drives a 20-foot truck.", + "category": "Moving and Moving Industry", + "link": "https://www.nytimes.com/2021/12/10/nyregion/how-a-professional-mover-spends-his-sundays.html", + "creator": "Laura Entis", + "pubDate": "Fri, 10 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156433,16 +181804,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92ee5e7183101607a8b6af3d5f9b0655" + "hash": "ea85955102734fc716ba45742e019c2f" }, { - "title": "Kangol Kid, Early Rapper Who Sought ‘Roxanne,’ Dies at 55", - "description": "As a member of the group UTFO, he was heard on one of the most influential and widely imitated songs of commercial hip-hop’s early years.", - "content": "Kangol Kid at an American Cancer Society benefit in 2012. He was a member of one important early hip-hop group, UTFO, and a breakdancer for another, Whodini.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/18/arts/music/kangol-kid-dead.html", - "creator": "Jon Caramanica", - "pubDate": "Sat, 18 Dec 2021 23:42:22 +0000", + "title": "A Savannah Home Melds Georgian Architecture With ’60s Flair", + "description": "More than 50 years after their completion, the interiors of one couple’s august house remain a riot of century-clashing design.", + "content": "More than 50 years after their completion, the interiors of one couple’s august house remain a riot of century-clashing design.", + "category": "holiday issue 2021", + "link": "https://www.nytimes.com/2021/12/01/t-magazine/savannah-georgia-home-design.html", + "creator": "Monica Nelson and Peyton Fulford", + "pubDate": "Thu, 09 Dec 2021 19:13:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156454,16 +181825,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b720e429e529aafcdc229aa268c49471" + "hash": "8f3072d7411bf3dcdb796ef41aa82806" }, { - "title": "Map by Map, G.O.P. Chips Away at Black Democrats’ Power", - "description": "Black elected officials in several states, from Congress down to the counties, have been drawn out of their districts this year or face headwinds to hold onto their seats.", - "content": "Robert Reives Sr. was elected three decades ago as the first Black commissioner in his North Carolina county. Republicans have redrawn the district lines, and he now fears he will lose his seat.", - "category": "Redistricting and Reapportionment", - "link": "https://www.nytimes.com/2021/12/18/us/politics/gop-gerrymandering-black-democrats.html", - "creator": "Nick Corasaniti and Reid J. Epstein", - "pubDate": "Sat, 18 Dec 2021 16:16:56 +0000", + "title": "Does It Make Sense to Categorize People by Generation?", + "description": "In “The Generation Myth,” Bobby Duffy deconstructs the stereotypes that have built up around millennials, boomers and other cohorts.", + "content": "Bobby Duffy questions generational stereotypes, like that millennials are self-absorbed snowflakes.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/08/books/review/the-generation-myth-bobby-duffy.html", + "creator": "Tom Standage", + "pubDate": "Wed, 08 Dec 2021 21:14:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156475,16 +181846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75dd5dcf8251f3160a591cb7e614e272" + "hash": "a67986cb160f309f5c76d01d9e98e6f8" }, { - "title": "Best Comedy of 2021", - "description": "The return of indoor shows brought comedy closer to normal, and there were plenty of specials from Bo Burnham, Tig Notaro, Roy Wood Jr. and others.", - "content": "The return of indoor shows brought comedy closer to normal, and there were plenty of specials from Bo Burnham, Tig Notaro, Roy Wood Jr. and others.", - "category": "Comedy and Humor", - "link": "https://www.nytimes.com/2021/12/17/arts/best-comedy.html", - "creator": "Jason Zinoman", - "pubDate": "Fri, 17 Dec 2021 14:00:10 +0000", + "title": "Pop-Up Exhibition Aims to Preserve Black History in Sag Harbor", + "description": "A pop-up exhibition is helping a historical society conserve its archive of the Black experience in beach communities facing increased gentrification.", + "content": "Georgette Grier-Key, director of the Eastville Community Historical Society on the South Fork of Long Island, characterizes Eastville as one of the earliest truly integrated communities in the United States.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/07/arts/design/sag-harbor-black-artists-long-island.html", + "creator": "Aruna D’Souza", + "pubDate": "Tue, 07 Dec 2021 17:18:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156496,16 +181867,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11b3533d6c84310fd69e164525df0fae" + "hash": "dcf9bd0a70897da0a41dc9e9b65e991c" }, { - "title": "Why My Family Loves Giving Leftover Junk", - "description": "If you’re looking for an antidote to the most expensive time of year, consider giving them the gift of laughter with a “rewrap.”", - "content": "If you’re looking for an antidote to the most expensive time of year, consider giving them the gift of laughter with a “rewrap.”", - "category": "Gifts", - "link": "https://www.nytimes.com/2021/12/14/magazine/joke-gift-christmas-rewrap.html", - "creator": "Casey Quackenbush", - "pubDate": "Wed, 15 Dec 2021 05:09:09 +0000", + "title": "Pennsylvania Hospitals Fill Up as Cold Weather Sets In", + "description": "The state is among a number in the Midwest and Northeast that have seen sharp rises in hospitalizations in the last two weeks. Catch up on Covid updates.", + "content": "The state is among a number in the Midwest and Northeast that have seen sharp rises in hospitalizations in the last two weeks. Catch up on Covid updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/12/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Sun, 12 Dec 2021 21:11:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156517,16 +181888,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cad93ff4113d381646943cd50da2ac4d" + "hash": "aa58169ed3a7b16d33e0b07ca12377fc" }, { - "title": "Omicron, Delta and the Institutions That Share Their Names", - "description": "Institutions who share the Greek names of Covid-19’s “variants of concern” have been getting a bit more attention lately. A few have even leaned into the connection.", - "content": "Omicron Family Restaurant in West Bend, Wis., is one of several businesses and organizations whose Greek names are now tied to Covid-19 variants.", - "category": "Names, Organizational", - "link": "https://www.nytimes.com/2021/12/15/style/delta-omicron-variant-greek-names.html", - "creator": "Shane O’Neill", - "pubDate": "Wed, 15 Dec 2021 10:00:07 +0000", + "title": "Tornadoes Tear Through South and Midwest, With at Least 70 Dead in Kentucky", + "description": "Power was out across the region on Saturday, and severe storms were expected to continue.", + "content": "After a tornado ripped through Mayfield, Ky., homes were destroyed and debris from trees littered local roads.", + "category": "Tornadoes", + "link": "https://www.nytimes.com/2021/12/11/us/kentucky-deadly-tornadoes.html", + "creator": "Rick Rojas, Jamie McGee, Laura Faith Kebede and Campbell Robertson", + "pubDate": "Sun, 12 Dec 2021 05:33:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156538,16 +181909,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "932ad262d95d2da89651a467f8ca382c" + "hash": "387d9944ca6b64e2701fb9581d7dd6d3" }, { - "title": "The Best Albums of 2021? Let’s Discuss.", - "description": "Our critics spar over their year-end lists (and agree on Olivia Rodrigo and Tyler, the Creator) in a wrap-up of the year in LPs.", - "content": "Our critics spar over their year-end lists (and agree on Olivia Rodrigo and Tyler, the Creator) in a wrap-up of the year in LPs.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/12/14/arts/music/popcast-best-albums-2021.html", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 17:57:20 +0000", + "title": "Haiti’s Leader Kept a List of Drug Traffickers. His Assassins Came For It.", + "description": "In the months before his murder, President Jovenel Moïse took a number of steps to fight drug and arms smugglers. Some officials now fear he was killed for it.", + "content": "A mural depicting Mr. Moïse near the entrance to his home in Pétionville, where he was assassinated.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/12/world/jovenel-moise-haiti-president-drug-traffickers.html", + "creator": "Maria Abi-Habib", + "pubDate": "Sun, 12 Dec 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156559,16 +181930,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a649567c27933874a6ec34f014c75bb5" + "hash": "e956b54d61150a0c03bcc88637165963" }, { - "title": "In Italy’s Alps, Traditional Medicine Flourishes, as Does Covid", - "description": "The province of Bolzano has the country’s highest level of coronavirus infection and lowest vaccination rate, as many people there prefer to rely on the pure air and herbal remedies.", - "content": "The town of Dobbiaco in Bolzano province, where people are famously independent and often bristle at decrees from Rome.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/16/world/europe/italy-alps-bolzano-covid-vaccination.html", - "creator": "Emma Bubola", - "pubDate": "Thu, 16 Dec 2021 15:56:06 +0000", + "title": "Former Aide Says He Was Ordered to Ignore Subpoena Over Pandemic Response", + "description": "Peter Navarro is refusing to respond to a congressional subpoena, saying he is following a “direct order” from former President Trump. Follow Covid updates.", + "content": "Peter Navarro is refusing to respond to a congressional subpoena, saying he is following a “direct order” from former President Trump. Follow Covid updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/11/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Sat, 11 Dec 2021 22:55:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156580,16 +181951,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f3827538e570147b03a6f7b494068f0" + "hash": "d05c3c3213100fecff74389d2a188efb" }, { - "title": "How Ghislaine Maxwell's Socialite Status Helped Jeffrey Epstein", - "description": "Ghislaine Maxwell looked impeccable. That was the point.", - "content": "Jeffrey Epstein with Ghislaine Maxwell in 2005. For Mr. Epstein, Ms. Maxwell acted as a social-class instructor of sorts. For a teenager, to be singled out by this polished woman would have felt like a great compliment.", - "category": "Maxwell, Ghislaine", - "link": "https://www.nytimes.com/2021/12/17/style/ghislaine-maxwell-fashion-trial.html", - "creator": "Rhonda Garelick", - "pubDate": "Fri, 17 Dec 2021 21:15:35 +0000", + "title": "The Sublime Spectacle of Yoko Ono Disrupting the Beatles", + "description": "In Peter Jackson’s “The Beatles: Get Back,” Ono is a performance artist at the height of her powers.", + "content": "In Peter Jackson’s “The Beatles: Get Back,” Ono is a performance artist at the height of her powers.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/12/08/arts/music/yoko-ono-beatles-get-back.html", + "creator": "Amanda Hess", + "pubDate": "Wed, 08 Dec 2021 21:10:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156601,16 +181972,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "28df41d7a08d7c81587a55155e063767" + "hash": "b982ead349d750194b67c7112fb77577" }, { - "title": "Reveling in the Joys of Books, and Reading, at a Baghdad Book Fair", - "description": "Iraq is home to literary traditions ancient and modern, and to legions of avid readers who find a new book more meaningful to them than a new government.", - "content": "Posing for selfies in front of fake volumes glued together and arranged to spell the word “book” at the Baghdad International Book Fair.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/18/world/middleeast/baghdad-book-fair-iraq.html", - "creator": "Jane Arraf", - "pubDate": "Sat, 18 Dec 2021 18:43:05 +0000", + "title": "Joan Semmel Takes an Unflinching View of Her Own Body", + "description": "The painter, 89, has never shied away from erotic imagery. Her signature nude self-portraits are an attempt to see herself through her own eyes.", + "content": "The artist Joan Semmel in her SoHo studio, where she has lived and worked for over half a century.", + "category": "Semmel, Joan", + "link": "https://www.nytimes.com/2021/12/09/t-magazine/joan-semmel-nude-portraits.html", + "creator": "Daphne Merkin", + "pubDate": "Fri, 10 Dec 2021 16:12:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156622,16 +181993,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d6a6931eee68ebf59c44a29ad339913" + "hash": "4dd6c8333f455ed7087d95c3e0198084" }, { - "title": "QVC Distribution Building Heavily Damaged in Fire ", - "description": "The blaze, which began on Saturday morning, damaged up to 75 percent of a 1.2 million-square-foot building in Rocky Mount, N.C.", - "content": "The blaze, which began on Saturday morning, damaged up to 75 percent of a 1.2 million-square-foot building in Rocky Mount, N.C.", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/2021/12/18/us/fire-qvc-north-carolina.html", - "creator": "Maria Cramer", - "pubDate": "Sun, 19 Dec 2021 01:39:31 +0000", + "title": "What Can Schools Do About Disturbed Students?", + "description": "“There is no profile of a school shooter that is reliable.”", + "content": "“There is no profile of a school shooter that is reliable.”", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/11/opinion/schools-students-staff.html", + "creator": "Jessica Grose", + "pubDate": "Sat, 11 Dec 2021 13:55:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156643,16 +182014,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77cc0088b1d90cce21ef0fe656c98d64" + "hash": "e872942b7bd9d66681552788ccc71574" }, { - "title": "Kentucky Family of Seven Among Those Killed in Tornado", - "description": "A couple, their four children and a grandmother were among the victims in Bowling Green.", - "content": "The family of Rachel and Steven Brown, which included the children, Nariah Cayshelle Brown, 16; Nyssa Brown, 13; Nolynn Brown, 8; Nyles Brown, 4; and their grandmother, Victoria Smith, were killed in the tornado that struck Bowling Green, Ky., on Dec. 10.", - "category": "Tornadoes", - "link": "https://www.nytimes.com/2021/12/18/us/kentucky-tornado-family-deaths.html", - "creator": "Sophie Kasakove", - "pubDate": "Sat, 18 Dec 2021 20:23:14 +0000", + "title": "The Inflation Suspense Goes On", + "description": "The data refuse to settle the big debate. ", + "content": "March 12, 2020, in New York City.  ", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/10/opinion/inflation-economy.html", + "creator": "Paul Krugman", + "pubDate": "Fri, 10 Dec 2021 19:05:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156664,16 +182035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2319137ea72ee6b875e03d9a84f4e6b" + "hash": "a9ea48b334eb0c7d1b378064e3296a1b" }, { - "title": "Mets Hire Buck Showalter as Manager in Latest Win-Now Move", - "description": "The Mets opted for experience in their new manager, the latest acquisition in an off-season in which they have spent $254.5 million on veteran free agents.", - "content": "The Mets will be the fifth major league team Buck Showalter has managed.", - "category": "Baseball", - "link": "https://www.nytimes.com/2021/12/18/sports/baseball/mets-buck-showalter.html", - "creator": "Tyler Kepner", - "pubDate": "Sun, 19 Dec 2021 00:31:00 +0000", + "title": "Abortion: Real Stories, Not Abstractions", + "description": "Readers discuss having an abortion, the physical toll of pregnancy, their religious beliefs, unwanted children and more.", + "content": "Readers discuss having an abortion, the physical toll of pregnancy, their religious beliefs, unwanted children and more.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/11/opinion/letters/abortion.html", + "creator": "", + "pubDate": "Sat, 11 Dec 2021 16:30:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156685,16 +182056,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e70ca96563baeb5a4cf4d5d35d2f30b" + "hash": "55ed4620eaca1dc626533b229f545b7f" }, { - "title": "Russian Is Convicted in Murder of Chechen Man in Berlin Park", - "description": "A German court ruled that the Russian state had orchestrated the attack, which strained ties between Berlin and Moscow.", - "content": "Police officers at the site in Berlin where Zelimkhan Khangoshvili was killed in 2019.", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/2021/12/15/world/europe/germany-russia-berlin-murder.html", - "creator": "Christopher F. Schuetze", - "pubDate": "Sat, 18 Dec 2021 22:23:35 +0000", + "title": "Revoke the Omicron Travel Ban Against African Countries", + "description": "And don’t make the same mistake again.", + "content": "And don’t make the same mistake again.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/11/opinion/omicron-travel-ban-covid-africa.html", + "creator": "Saad B. Omer", + "pubDate": "Sat, 11 Dec 2021 16:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156706,16 +182077,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "21c390ece2c07850b3682bf0f52e9443" + "hash": "7bc72ea965075ff244e315600acf763c" }, { - "title": "Shirley Zussman, Indefatigable Sex Therapist, Is Dead at 107", - "description": "After she and her husband attended a Masters and Johnson lecture in 1966, they joined the burgeoning field of sexology. She remained active well into the 21st century.", - "content": "After she and her husband attended a Masters and Johnson lecture in 1966, they joined the burgeoning field of sexology. She remained active well into the 21st century.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/18/us/shirley-zussman-dead.html", - "creator": "Penelope Green", - "pubDate": "Sat, 18 Dec 2021 22:22:19 +0000", + "title": "How the United States Can Break Putin’s Hold on Ukraine", + "description": "The Biden administration’s policy toward Ukraine needs todemonstrate a more active level of engagement.", + "content": "The Biden administration’s policy toward Ukraine needs todemonstrate a more active level of engagement.", + "category": "Russia", + "link": "https://www.nytimes.com/2021/12/10/opinion/international-world/putin-ukraine-biden.html", + "creator": "Alexander Vindman", + "pubDate": "Sat, 11 Dec 2021 00:34:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156727,16 +182098,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a42f2d55b1ce32ec57e52f4cc43f3891" + "hash": "ec344fc7ec1eb6cb0f44373f833a05d2" }, { - "title": "After Months, a ‘New’ Dutch Coalition With the Same Leader and Parties", - "description": "Mark Rutte, who has weathered a scandal and criticism for overstaying his welcome, will be prime minister for a fourth term.", - "content": "Prime Minister Mark Rutte last month in the Hague, the Netherlands. He has been leading the Netherlands since 2010.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/15/world/europe/netherlands-dutch-coalition.html", - "creator": "Thomas Erdbrink", - "pubDate": "Wed, 15 Dec 2021 19:24:27 +0000", + "title": "As Omicron Looms, Fear Messaging Isn't Working", + "description": "This horror movie has been playing for 21 months.", + "content": "This horror movie has been playing for 21 months.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/10/opinion/covid-omicron-psychology-fear.html", + "creator": "Adam Grant", + "pubDate": "Fri, 10 Dec 2021 16:18:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156748,16 +182119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b036271bd95b3ab37b6c904927f30fa" + "hash": "1ad2ffaca506566d6ae004e61e7238f7" }, { - "title": "Connecting With West Africa’s Plant-Based Past", - "description": "Though meat dominates a number of the region’s most popular dishes, a growing number of cooks see adapting vegan and vegetarian diets as a way of embracing their heritage.", - "content": "Moin moin, a fluffy bean cake, is steamed in banana leaves and stuffed with mushrooms here. ", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/14/dining/plant-based-west-african-cuisine.html", - "creator": "Yewande Komolafe", - "pubDate": "Tue, 14 Dec 2021 18:28:54 +0000", + "title": "A Nobel Peace Prize Is Not Enough to Save Independent Media", + "description": "It will take more than speeches — or indeed Nobel prizes — to save independent journalism.", + "content": "It will take more than speeches — or indeed Nobel prizes — to save independent journalism.", + "category": "News and News Media", + "link": "https://www.nytimes.com/2021/12/10/opinion/independent-journalism-at-risk-nobel-prize.html", + "creator": "Maria Ressa and Mark Thompson", + "pubDate": "Fri, 10 Dec 2021 19:37:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156769,16 +182140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f2e3b487c783edc09932fb193eda285" + "hash": "273ed956d600d21aadfe5ed2ad1e0fd8" }, { - "title": "In 'The Hand of God,' Paolo Sorrentino's Subject Is His Own Life", - "description": "When he was younger, the Italian director was “skeptical” about autobiographical movies. Ten years ago, that changed, and he started work on “The Hand of God.”", - "content": "When he was younger, the Italian director was “skeptical” about autobiographical movies. Ten years ago, that changed, and he started work on “The Hand of God.”", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/16/movies/paolo-sorrentino-the-hand-of-god.html", - "creator": "Roslyn Sulcas", - "pubDate": "Thu, 16 Dec 2021 13:28:59 +0000", + "title": "Will the Coronavirus Evolve to Be Milder?", + "description": "While we may care, the virus really doesn’t.", + "content": "While we may care, the virus really doesn’t.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/10/opinion/covid-evolve-milder.html", + "creator": "Andrew Pekosz", + "pubDate": "Sat, 11 Dec 2021 14:36:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156790,16 +182161,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ff7bf5ba8d233b691e9439f2d998b01" + "hash": "dd2a41606760196e7bd4d6c4c5f8b7c7" }, { - "title": "David Arquette on Filming the New 'Scream' and Bozo the Clown", - "description": "The “Scream” actor is on a mission to make people reconsider clowns — including himself.", - "content": "“All my humor comes from me being the butt of the joke,” said Mr. Arquette, who will reprise his role in “Scream” next year. ", - "category": "Clowns", - "link": "https://www.nytimes.com/2021/12/17/style/david-arquette-scream-reboot.html", - "creator": "Alex Williams", - "pubDate": "Sat, 18 Dec 2021 12:56:25 +0000", + "title": "Demaryius Thomas, Ex-Denver Broncos Wide Receiver, Is Found Dead", + "description": "Thomas, 33, played as a wide receiver in the National Football League for 10 seasons and helped lead the Broncos to victory in the Super Bowl in 2016. He retired in June.", + "content": "Demaryius Thomas of the Denver Broncos warming up before a game against the Kansas City Chiefs in 2018.", + "category": "Thomas, Demaryius", + "link": "https://www.nytimes.com/2021/12/10/sports/football/demaryius-thomas-dead.html", + "creator": "Livia Albeck-Ripka", + "pubDate": "Fri, 10 Dec 2021 17:50:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156811,16 +182182,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6a9fb6e5ffdf89b6fd9fe4352a6f30d" + "hash": "be5b04936a16dd673fbb24226750de27" }, { - "title": "What Can You Learn from a Celebrity Masterclass on Empathy?", - "description": "Pharrell Williams is joined by a chorus of famous people whose lessons about feeling for others strangely highlight their personal achievements.", - "content": "Pharrell Williams is joined by a chorus of famous people whose lessons about feeling for others strangely highlight their personal achievements.", - "category": "Williams, Pharrell", - "link": "https://www.nytimes.com/2021/12/14/magazine/celebrity-empathy.html", - "creator": "Mireille Silcoff", - "pubDate": "Wed, 15 Dec 2021 04:55:30 +0000", + "title": "11 Million New Oysters in New York Harbor (but None for You to Eat)", + "description": "The oysters, which act as nonstop water filters, were added to the Hudson River as part of an ongoing project to rehabilitate the polluted waterways around the city.", + "content": "Big, discovered under Pier 40 three years ago, is believed to be the largest oyster found in New York in over a century. ", + "category": "Oysters", + "link": "https://www.nytimes.com/2021/12/10/us/oysters-new-york-hudson-river.html", + "creator": "Karen Zraick", + "pubDate": "Fri, 10 Dec 2021 13:06:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156832,16 +182203,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c46bc2e24f38943739273046c3e8cf89" + "hash": "582af5f0ec1f661036bd2829231724a4" }, { - "title": "Five International Movies to Stream Now", - "description": "This month’s picks include an experimental Canadian drama, an Egyptian weight-lifting documentary and a Chilean buddy comedy.", - "content": "This month’s picks include an experimental Canadian drama, an Egyptian weight-lifting documentary and a Chilean buddy comedy.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/17/movies/international-streaming-movies.html", - "creator": "Devika Girish", - "pubDate": "Fri, 17 Dec 2021 16:17:51 +0000", + "title": "U.K. Court Rules Julian Assange Can Be Extradited to U.S.", + "description": "The WikiLeaks founder will seek to appeal. But if the extradition goes ahead, he would face espionage charges that could put him in prison for decades.", + "content": "The WikiLeaks founder will seek to appeal. But if the extradition goes ahead, he would face espionage charges that could put him in prison for decades.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/10/world/europe/uk-julian-assange-extradition.html", + "creator": "Megan Specia and Charlie Savage", + "pubDate": "Fri, 10 Dec 2021 18:27:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156853,16 +182224,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b1cb6b04f3c685602a5deedbc248cae" + "hash": "97b2822e3489dad7a5f108c7a0475c62" }, { - "title": "With Omicron, U.S. Testing Capacity Faces Intense Pressure", - "description": "President Biden came into office vowing to make testing cheap and accessible, but matching supply with demand has been a persistent problem.", - "content": "With the Omicron variant fueling a spike in Covid-19 cases around the country and people getting tested before holiday travel, the supply of coronavirus tests is becoming more limited.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2021/12/17/us/politics/us-covid-tests-omicron.html", - "creator": "Sheryl Gay Stolberg and Sharon LaFraniere", - "pubDate": "Sat, 18 Dec 2021 02:39:57 +0000", + "title": "Our Favorite Healthy Habits of 2021", + "description": "From labeling your feelings to exercise snacks, here’s a roundup of some of Well’s best advice for better living.", + "content": "From labeling your feelings to exercise snacks, here’s a roundup of some of Well’s best advice for better living.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/09/well/mind/healthy-habits.html", + "creator": "Tara Parker-Pope", + "pubDate": "Fri, 10 Dec 2021 14:43:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156874,16 +182245,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0957adc11bac94cf371527b27ffedcb4" + "hash": "ee0802cf9bba35fad8da5ce23d58914e" }, { - "title": "Doctors and Nurses Are ‘Living in a Constant Crisis’ as Covid Fills Hospitals", - "description": "Hospitalizations across the country have increased 20 percent in two weeks, taxing already exhausted health care workers as the United States confronts the Omicron variant.", - "content": "Josh Alba, a nurse, in a hallway of the Covid intensive care unit at Covenant HealthCare in Saginaw, Mich.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/17/us/covid-hospitals-omicron.html", - "creator": "Mitch Smith", - "pubDate": "Fri, 17 Dec 2021 21:59:08 +0000", + "title": "Your Face Is, or Will Be, Your Boarding Pass", + "description": "Tech-driven changes are coming fast and furiously to airports, including advancements in biometrics that verify identity and shorten security procedures for those passengers who opt into the programs.", + "content": "Tech-driven changes are coming fast and furiously to airports, including advancements in biometrics that verify identity and shorten security procedures for those passengers who opt into the programs.", + "category": "Facial Recognition Software", + "link": "https://www.nytimes.com/2021/12/07/travel/biometrics-airports-security.html", + "creator": "Elaine Glusac", + "pubDate": "Tue, 07 Dec 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156895,16 +182266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0abf4672da6be7007475fd2643409a78" + "hash": "657089bbebdc11bca694dbd2152a326c" }, { - "title": "Biden's Covid Vaccine Mandate Reinstated for Large Businesses", - "description": "The decision, by a split three-judge panel, overturned a ruling that had blocked a Biden administration rule requiring companies with 100 or more employees to mandate vaccinations or testing for workers.", - "content": "A split three-judge Court of Appeals panel in Cincinnati reinstated the Biden administration vaccination mandate for larger employers. The case may reach the Supreme Court.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/17/business/osha-vaccine-mandate.html", - "creator": "Lauren Hirsch, Emma Goldberg and Charlie Savage", - "pubDate": "Sat, 18 Dec 2021 04:36:52 +0000", + "title": "Seeking Space for Solar Farms, Cities Find Room at Their Airports", + "description": "Airports around the nation are installing solar arrays on unused land, roofs and parking garages, helping them achieve self-sufficiency while also providing power to their communities.", + "content": "A grid of solar panels stretching toward the Tallahassee International Airport control tower.", + "category": "Solar Energy", + "link": "https://www.nytimes.com/2021/12/07/business/airports-solar-farms.html", + "creator": "Amy Zipkin", + "pubDate": "Tue, 07 Dec 2021 19:04:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156916,16 +182287,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0817a0e41bcd18adeb6ccf693fae823" + "hash": "1c5e217482909c93d92288bc09721952" }, { - "title": "New York Reports a Record Number of Coronavirus Cases", - "description": "State officials reported 21,027 new virus cases on Friday, the most in a single day since testing became widespread. Catch up on Covid-19 news.", - "content": "State officials reported 21,027 new virus cases on Friday, the most in a single day since testing became widespread. Catch up on Covid-19 news.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/17/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Sat, 18 Dec 2021 06:14:41 +0000", + "title": "Mayor-Elect Eric Adams Cancels 10 Fund-Raisers", + "description": "One of them was sponsored by a contentious public relations executive, Ronn Torossian.", + "content": "Eric Adams, left, and Ronn Torossian at the mayor-elect’s celebration party at Zero Bond on Nov. 2, 2021.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/11/nyregion/eric-adams-fund-raisers-canceled.html", + "creator": "Ben Smith and Dana Rubinstein", + "pubDate": "Sat, 11 Dec 2021 21:24:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156937,16 +182308,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec22d3a1fcc4f02fb29b88e0a5fe4dbb" + "hash": "bad56e07ab68830543fd1c9dd27f8200" }, { - "title": "C.D.C. Embraces 'Test and Stay' Policy for Unvaccinated Students", - "description": "Two new studies show that unvaccinated children exposed to the virus are safe to stay in school if they remain asymptomatic and get tested twice over the course of a week.", - "content": "The new guidance still calls on students to wear masks and socially distance, and applies only to those who remain asymptomatic.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2021/12/17/health/unvaccinated-children-covid-testing-cdc.html", - "creator": "Noah Weiland and Emily Anthes", - "pubDate": "Sat, 18 Dec 2021 00:53:42 +0000", + "title": "Bryce Young, Alabama’s Sophomore Star, Wins the Heisman Trophy", + "description": "Voters have more data points than ever to consider, but how they select the winner has changed little over the years: Quarterbacks dominate and winning matters.", + "content": "Voters have more data points than ever to consider, but how they select the winner has changed little over the years: Quarterbacks dominate and winning matters.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2021/12/11/sports/ncaafootball/heisman-trophy.html", + "creator": "Billy Witz", + "pubDate": "Sun, 12 Dec 2021 04:06:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156958,16 +182329,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5af17629f7ecf33ac0084c7b4aa72b87" + "hash": "e59165ec187f4e9059f9aa7e1038e1b2" }, { - "title": "In a trial, Pfizer-BioNTech’s low-dose shot fell short for children aged 2 to just under 5.", - "description": "Calling the vaccine a “three-dose series,” the company now plans to test three doses of its vaccine in children ages six months to 17 years.", - "content": "An outdoor space at the Piedmont Global Preschool in Greensboro, N.C., in September.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/17/world/covid-omicron-vaccines/in-a-trial-pfizer-biontechs-low-dose-shot-did-not-provoke-an-adequate-immune-response-in-2-to-5-year-olds", - "creator": "Apoorva Mandavilli and Rebecca Robbins", - "pubDate": "Fri, 17 Dec 2021 23:20:37 +0000", + "title": "Denis O’Brien, Force in Ex-Beatle’s Film Company, Dies at 80", + "description": "He and George Harrison created Handmade Films to make “Monty Python’s Life of Brian.” Other successes followed, but the partnership ended badly.", + "content": "Denis O’Brien with George Harrison during the filming of the 1986 movie “Shanghai Surprise” in Surrey, England. The two were partners in the film production company Handmade Films.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/09/movies/denis-obrien-dead.html", + "creator": "Neil Genzlinger", + "pubDate": "Thu, 09 Dec 2021 20:27:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -156979,16 +182350,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fc27f4c1bfc2f8404d51925b52d8df3" + "hash": "2eed6ca5817bd7bec3fd7609e3b50bfa" }, { - "title": "N.F.L. and Other Sports Schedules in Flux Amid New Covid Surge", - "description": "The league has very little wiggle room with four weeks left in the regular season and only one open weekend leading into the Super Bowl scheduled for Feb. 13.", - "content": "Cleveland Browns quarterback Baker Mayfield throwing against the Baltimore Ravens during a game on Dec. 12.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/17/sports/football/nfl-games-postponed-covid-surge.html", - "creator": "Kevin Draper", - "pubDate": "Fri, 17 Dec 2021 21:04:04 +0000", + "title": "Margaret Giannini, Champion of People With Disabilities, Dies at 100", + "description": "After meeting the parents of children with a range of disabilities, she decided almost on the spot to start a clinic to treat such children exclusively.", + "content": "Dr. Margaret Giannini in 2017. She was the catalyst behind establishing one of the world’s largest facilities for people with developmental disabilities.", + "category": "Giannini, Margaret (1921-2021)", + "link": "https://www.nytimes.com/2021/12/11/health/margaret-giannini-dead.html", + "creator": "Katharine Q. Seelye", + "pubDate": "Sat, 11 Dec 2021 22:54:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157000,16 +182371,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7953a1a4910b990a38635ffd8a65d43f" + "hash": "1af6375b8bd47932c24b68b4608f1402" }, { - "title": "Biden Struggles to Beat Back a Resurgent Virus Once Again", - "description": "A new variant and vaccine resistance have upended the president’s plans for a hopeful holiday season.", - "content": "A line outside of a testing center in Brooklyn on Friday. Vaccine effectiveness has waned amid the Delta and Omicron variants.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/17/us/politics/biden-coronavirus-omicron-winter.html", - "creator": "Michael D. Shear", - "pubDate": "Sat, 18 Dec 2021 02:36:56 +0000", + "title": "Do Booster Shots Work Against the Omicron Variant? Your Questions Answered", + "description": "Alarmed by the arrival of the new variant, health officials have called for everyone who is eligible to get a booster shot.", + "content": "Alarmed by the arrival of the new variant, health officials have called for everyone who is eligible to get a booster shot.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/article/booster-shots-questions-answers.html", + "creator": "Tara Parker-Pope", + "pubDate": "Tue, 07 Dec 2021 16:04:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157021,16 +182392,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac6dec4a672dbc51f9fb4b9e40355fa1" + "hash": "b1346156dbb106e3c999352a3a3a6a62" }, { - "title": "Jan. 6 Committee May Add New Expertise for Investigation", - "description": "As the panel continues to take testimony, it is looking to do more analysis of social media and possible foreign efforts to sow discord in the U.S. before the Capitol riot.", - "content": "Roger J. Stone Jr., a Trump ally, appeared before the Jan. 6 committee to testify on Friday but invoked his Fifth Amendment right against self-incrimination.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/17/us/politics/january-6-committee-capitol-riot.html", - "creator": "Katie Benner and Luke Broadwater", - "pubDate": "Fri, 17 Dec 2021 23:28:27 +0000", + "title": "Glyn Johns is a Fashion Favorite in 'The Beatles: Get Back'", + "description": "The long-lost outfits of the Beatles sound man have made him an unwitting fashion favorite, five decades later.", + "content": "The long-lost outfits of the Beatles sound man have made him an unwitting fashion favorite, five decades later.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2021/12/11/style/glyn-johns-get-back-beatles-outfit.html", + "creator": "Alex Williams", + "pubDate": "Sat, 11 Dec 2021 23:09:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157042,16 +182413,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "155de9be6130dff16366bd2cf8d3d8cc" + "hash": "aa57d1137687366e138a364872d2311f" }, { - "title": "Kim Potter Apologizes for Shooting of Daunte Wright in Trial", - "description": "The former Minnesota police officer testified at her manslaughter trial on Friday, saying she had never fired her Taser or gun before she accidentally shot Mr. Wright during a traffic stop.", - "content": "“I’m sorry it happened,” Ms. Potter testified through tears. “I didn’t want to hurt anybody.” ", - "category": "Black People", - "link": "https://www.nytimes.com/2021/12/17/us/kim-potter-testifies-daunte-wright.html", - "creator": "Nicholas Bogel-Burroughs", - "pubDate": "Sat, 18 Dec 2021 02:09:55 +0000", + "title": "Lewis Hamilton or Max Verstappen? Abu Dhabi Race to Decide F1 Champion", + "description": "It has not had a season like this in years because Lewis Hamilton has dominated. Not this year. He or Max Verstappen will become champion on Sunday.", + "content": "Lewis Hamilton, left, and Max Verstappen battling for position on Sunday during the Grand Prix of Saudi Arabia in Jeddah.", + "category": "Automobile Racing", + "link": "https://www.nytimes.com/2021/12/09/sports/autoracing/f1-hamilton-verstappen-abu-dhabi-grand-prix.html", + "creator": "Ian Parkes", + "pubDate": "Thu, 09 Dec 2021 10:02:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157063,16 +182434,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a4cf64f97d6751021912f56ede3da55" + "hash": "fc1be54926e51cbf8f9c6545fa681de7" }, { - "title": "How the Bishop Sycamore Football Team Dashed Dreams", - "description": "A start-up football school called Christians of Faith, later known as Bishop Sycamore, recruited players from tough neighborhoods with talk of academic help and a path to glory. But the path only led them back to where they started.", - "content": "Isiah Miller holding his old Christians of Faith football jersey outside his apartment building in University Heights, the Bronx.", - "category": "Private and Sectarian Schools", - "link": "https://www.nytimes.com/2021/12/17/sports/ncaafootball/bishop-sycamore-football.html", - "creator": "David W. Chen, Billy Witz, Alanis Thames and Kevin Draper", - "pubDate": "Fri, 17 Dec 2021 12:19:19 +0000", + "title": "On the Citizen App, Even the Happy Videos Can Be Unsettling", + "description": "However the “personal safety” app adapts its message, it’s still toying with how you feel about your own community.", + "content": "However the “personal safety” app adapts its message, it’s still toying with how you feel about your own community.", + "category": "Video Recordings, Downloads and Streaming", + "link": "https://www.nytimes.com/2021/12/08/magazine/on-the-citizen-app-even-the-happy-videos-can-be-unsettling.html", + "creator": "Peter C. Baker", + "pubDate": "Thu, 09 Dec 2021 00:19:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157084,16 +182455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac92f2344bb5bb8fd38f7c5202552ed5" + "hash": "11a119d1412e89e937a7793dfebff9ab" }, { - "title": "How the Black Scholar bell hooks Touched Feminists Everywhere", - "description": "The pioneering feminist scholar, who died this week, wrote about women, race, love, healing, pop culture and much more, always keeping Black women at the center.", - "content": "The writer bell hooks, in 1996. “I came to theory desperate, wanting to comprehend — to grasp what was happening around and within me,” she once wrote.    ", - "category": "Hooks, Bell", - "link": "https://www.nytimes.com/2021/12/16/books/bell-hooks-black-women-feminism.html", - "creator": "Jennifer Schuessler", - "pubDate": "Fri, 17 Dec 2021 00:26:13 +0000", + "title": "10 Ways I Fed My Fandom(s)", + "description": "No apologies from our critic-at-large, who found plenty of movies, plays and TV series to nourish the culture nerd within.", + "content": "Clockwise from left: Dev Patel in “The Green Knight\"; Jon Michael Hill and Namir Smallwood in “Pass Over”; and Elisabeth Olsen, left and Kathryn Hahn in “WandaVision.”", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/08/theater/theater-tv-movies-fandoms-2021.html", + "creator": "Maya Phillips", + "pubDate": "Wed, 08 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157105,16 +182476,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c07afda7c38aa49e543baf20cae52da" + "hash": "b36fd97a346a49f17b7ce2dd50acc221" }, { - "title": "Yes, the Great Books Make Us Better People", - "description": "Grappling with the big questions enriches any life.", - "content": "Grappling with the big questions enriches any life.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/17/opinion/great-books-socrates.html", - "creator": "John McWhorter", - "pubDate": "Fri, 17 Dec 2021 21:32:52 +0000", + "title": "Five Horror Movies to Stream Now", + "description": "This month’s picks include a prude mutant, a vengeful witch, a tortured musician and a demonic dinner.", + "content": "This month’s picks include a prude mutant, a vengeful witch, a tortured musician and a demonic dinner.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/10/movies/streaming-horror.html", + "creator": "Erik Piepenburg", + "pubDate": "Fri, 10 Dec 2021 16:30:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157126,16 +182497,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "000820d924a05cfe26077f6a218cb2a2" + "hash": "ae2328d1b448fed9d6799bbc0773010a" }, { - "title": "What Does ‘White Freedom’ Really Mean?", - "description": "We all want liberty. The question is what we each want to do with it.", - "content": "We all want liberty. The question is what we each want to do with it.", - "category": "Race and Ethnicity", - "link": "https://www.nytimes.com/2021/12/17/opinion/freedom-liberty-racial-hierarchies.html", - "creator": "Jamelle Bouie", - "pubDate": "Fri, 17 Dec 2021 14:53:46 +0000", + "title": "Tornadoes Leave Trail of Devastation Across 6 States, With Scores Dead", + "description": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", + "content": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/11/us/tornadoes-midwest-south", + "creator": "The New York Times", + "pubDate": "Sat, 11 Dec 2021 23:25:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157147,16 +182518,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9e066ba0ff3b543b7a36b028e55b671" + "hash": "2605b7b0bd86b5fa4d804223f65ed949" }, { - "title": "The Year of Inflation Infamy", - "description": "Maybe the real takeaway should be how little we know about where we are in this strange economic episode.", - "content": "Maybe the real takeaway should be how little we know about where we are in this strange economic episode.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/16/opinion/inflation-economy-2021.html", - "creator": "Paul Krugman", - "pubDate": "Thu, 16 Dec 2021 10:00:12 +0000", + "title": "In a Kentucky Town Hit by a Tornado, Anguish, Worry — and Feeling Grateful to Be Alive", + "description": "A tornado devastated much of Mayfield, Ky., leaving a close-knit community to grapple with what it has lost and what it will take to recover.", + "content": "Irene Noltner consoles Jody O’Neill outside The Lighthouse, a women and children’s shelter that was destroyed by a tornado along with much of downtown Mayfield, Ky.", + "category": "Candles", + "link": "https://www.nytimes.com/2021/12/11/us/mayfield-kentucky-hit-by-tornado.html", + "creator": "Rick Rojas and Jamie McGee", + "pubDate": "Sat, 11 Dec 2021 22:59:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157168,16 +182539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a49d67afbc9fdf69d5ce3c2a342419ec" + "hash": "3b55f8ed454c85bbdcbacc3cec681e96" }, { - "title": "What Economists Think About Immigration Doesn’t Really Matter", - "description": "Public perception of the issue is shaped more by culture than by data.", - "content": "Public perception of the issue is shaped more by culture than by data.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/17/opinion/immigration-economists-labor.html", - "creator": "Peter Coy", - "pubDate": "Fri, 17 Dec 2021 20:05:14 +0000", + "title": "Deaths Confirmed After Tornado Hits Amazon Warehouse in Illinois", + "description": "The police said they were notifying next of kin after a tornado caused “catastrophic damage to a significant portion” of the building.", + "content": "The partially collapsed Amazon distribution center in Edwardsville, Ill.", + "category": "Tornadoes", + "link": "https://www.nytimes.com/2021/12/11/us/amazon-warehouse-deaths-tornado.html", + "creator": "Daniel Victor", + "pubDate": "Sat, 11 Dec 2021 13:03:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157189,16 +182560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "05b3f220a1964635f64458ed44078826" + "hash": "7a3b1442a132bd339347ca39d4d99f22" }, { - "title": "Inflation Keeps Getting Worse. But Can the Fed Really Rein It In?", - "description": "Higher interest rates could put a cap on rising costs, but it could also make the economy worse for workers.", - "content": "Higher interest rates could put a cap on rising costs, but it could also make the economy worse for workers.", - "category": "debatable", - "link": "https://www.nytimes.com/2021/12/16/opinion/inflation-interest-rates.html", - "creator": "Spencer Bokat-Lindell", - "pubDate": "Thu, 16 Dec 2021 23:00:06 +0000", + "title": "As Vaccines Trickle into Africa, Zambia’s Challenges Highlight Other Obstacles", + "description": "Vaccinating Africa is critical to protecting the continent and the world against dangerous variants, but supply isn’t the only problem countries face.", + "content": "The Covid-19 vaccination tents at Chongwe District Hospital in Zambia sat empty.", + "category": "Vaccination and Immunization", + "link": "https://www.nytimes.com/2021/12/11/health/covid-vaccine-africa.html", + "creator": "Stephanie Nolen", + "pubDate": "Sat, 11 Dec 2021 14:14:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157210,16 +182581,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "80f09a541aeda797f0a1619ddcf9cf6e" + "hash": "355acdc28dd124912ddd12531ef884c9" }, { - "title": "On Trump, Truth and Press Coverage", - "description": "Responses to a column by Ross Douthat about Donald Trump, politics and the press. Also: Russia and Ukraine; keeping place names; F.D.R. and Churchill.", - "content": " ", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/17/opinion/letters/trump-press-coverage.html", - "creator": "", - "pubDate": "Fri, 17 Dec 2021 15:59:18 +0000", + "title": "British studies warn of Omicron’s speed, and one notes the need for boosters.", + "description": "", + "content": "Lining up to get a Covid-19 vaccine shot in London last week.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/11/world/covid-omicron-vaccines/britain-omicron", + "creator": "Benjamin Mueller", + "pubDate": "Sat, 11 Dec 2021 18:54:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157231,16 +182602,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "efec6ac9959cd5940aef63e72444c80d" + "hash": "e8bea302590d0726fa6fcb6f51579743" }, { - "title": "Populism Has Reached the Supreme Court, Too", - "description": "Judicial populism justifies the exercise of power without accounting for its real-world effects.", - "content": "Judicial populism justifies the exercise of power without accounting for its real-world effects.", - "category": "Law and Legislation", - "link": "https://www.nytimes.com/2021/12/16/opinion/supreme-court-populism.html", - "creator": "Anya Bernstein and Glen Staszewski", - "pubDate": "Thu, 16 Dec 2021 10:00:09 +0000", + "title": "A Cookie as Big as the Ritz", + "description": "This festive cookie cake is a cross between an American chocolate-chip cookie and an elegant Parisian treat.", + "content": "This festive cookie cake is a cross between an American chocolate-chip cookie and an elegant Parisian treat.", + "category": "Cookies", + "link": "https://www.nytimes.com/2021/12/01/magazine/new-years-cookie-recipe.html", + "creator": "Dorie Greenspan", + "pubDate": "Sat, 11 Dec 2021 00:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157252,16 +182623,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0be18abcee8c64ad20456c64bfd2c26e" + "hash": "afa682241b2e1932dcfbfb2677f0de0e" }, { - "title": "Meadows and the Band of Loyalists: How They Fought to Keep Trump in Power", - "description": "A small circle of Republican lawmakers, working closely with President Donald J. Trump’s chief of staff, took on an outsize role in pressuring the Justice Department, amplifying conspiracy theories and flooding the courts in an attempt to overturn the 2020 election.", - "content": "President Donald J. Trump seemed to believe that a small group of Republican lawmakers would help him stay in office.", - "category": "Trump, Donald J", - "link": "https://www.nytimes.com/2021/12/15/us/politics/trump-meadows-republicans-congress-jan-6.html", - "creator": "Katie Benner, Catie Edmondson, Luke Broadwater and Alan Feuer", - "pubDate": "Thu, 16 Dec 2021 02:55:06 +0000", + "title": "My Not-So-Secret Admirer", + "description": "Sometimes you just need a dose of love and validation to get you through the day. And who better to give it to you than yourself?", + "content": "Sometimes you just need a dose of love and validation to get you through the day. And who better to give it to you than yourself?", + "category": "Love (Emotion)", + "link": "https://www.nytimes.com/2021/12/10/style/my-not-so-secret-admirer.html", + "creator": "Lia Picard", + "pubDate": "Fri, 10 Dec 2021 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157273,16 +182644,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "15122aa7792c9f3c909449728e7f5717" + "hash": "f1e16dbf34c8486ca5976137026a98ee" }, { - "title": "Judge Overturns Purdue Pharma’s Opioid Settlement", - "description": "The ruling said the company’s owners, members of the Sackler family, could not receive protection from civil lawsuits in return for a $4.5 billion contribution.", - "content": "The headquarters of Purdue Pharma in Stamford, Conn. Under the crush of thousands of lawsuits, Purdue filed for bankruptcy restructuring in September 2019, which automatically put a hold on all the claims against it.", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2021/12/16/health/purdue-pharma-opioid-settlement.html", - "creator": "Jan Hoffman", - "pubDate": "Fri, 17 Dec 2021 12:52:42 +0000", + "title": "Supreme Court Allows Challenge to Texas Abortion Law but Leaves It in Effect", + "description": "The law, which bans most abortions after about six weeks of pregnancy, was drafted to evade review in federal court and has been in effect since September.", + "content": "The law, which bans most abortions after about six weeks of pregnancy, was drafted to evade review in federal court and has been in effect since September.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/10/us/politics/texas-abortion-supreme-court.html", + "creator": "Adam Liptak", + "pubDate": "Fri, 10 Dec 2021 18:50:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157294,16 +182665,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ec5c23b4bae08e66d3b6cdcb5b14870" + "hash": "6fdbff3354b3a78273568b08a9b06cf0" }, { - "title": "80,000 Honey Bees Found in Wall of Shower (Also, 100 Pounds of Honey)", - "description": "“They were nice bees,” a St. Petersburg, Fla., homeowner said, but a bathroom renovation meant they had to go. A beekeeper safely removed them.", - "content": "A home in St. Petersburg, Fla., had a hive of bees living behind the shower wall.", - "category": "Bees", - "link": "https://www.nytimes.com/2021/12/15/us/bee-hive-shower.html", - "creator": "Neil Vigdor", - "pubDate": "Thu, 16 Dec 2021 00:30:29 +0000", + "title": "In Texas, Panic Over Critical Race Theory Extends to Bookshelves", + "description": "A new state law constricts teachers when it comes to race and history. And a politician is questioning why 850 titles are on library shelves. The result: “A lot of our teachers are petrified.”", + "content": "A new state law constricts teachers when it comes to race and history. And a politician is questioning why 850 titles are on library shelves. The result: “A lot of our teachers are petrified.”", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2021/12/10/us/texas-critical-race-theory-ban-books.html", + "creator": "Michael Powell", + "pubDate": "Fri, 10 Dec 2021 20:14:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157315,16 +182686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cecb0ae0f3c4a21c6506eb26f8d79ed" + "hash": "545ad2e020d50a6e8bdf682bd5562e06" }, { - "title": "Premier League Buckles In Amid Covid Surge", - "description": "Familiar fears return as the pandemic’s shadow returns to soccer, to sports, to everything.", - "content": "Tickets are not the only things being checked outside Premier League stadiums.", - "category": "Soccer", - "link": "https://www.nytimes.com/2021/12/17/sports/soccer/covid-premier-league.html", - "creator": "Rory Smith", - "pubDate": "Fri, 17 Dec 2021 16:15:10 +0000", + "title": "Elon Musk’s Latest Innovation: Troll Philanthropy", + "description": "Some very wealthy people give their money away in an attempt to burnish their reputations. Not the Tesla C.E.O.", + "content": "Some very wealthy people give their money away in an attempt to burnish their reputations. Not the Tesla C.E.O.", + "category": "Philanthropy", + "link": "https://www.nytimes.com/2021/12/10/business/elon-musk-philanthropy.html", + "creator": "Nicholas Kulish", + "pubDate": "Fri, 10 Dec 2021 16:59:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157336,16 +182707,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d58c6657797cb0942f0a4f26542b709" + "hash": "9b7f287447e1f1916f4413ee47109655" }, { - "title": "Adrienne Adams Will Become New York City Council's Next Speaker", - "description": "In an early political setback for Eric Adams, Adrienne Adams emerged from a hard-fought race with the votes she needed to be council speaker.", - "content": "Adrienne Adams, who is set to become the speaker of the New York City Council, with the incoming mayor Eric Adams, who had preferred another candidate.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/17/nyregion/adrienne-adams-nyc-council-speaker.html", - "creator": "Jeffery C. Mays and Katie Glueck", - "pubDate": "Fri, 17 Dec 2021 23:05:19 +0000", + "title": "‘I Would Give Anything to Hold Their Hands Again’", + "description": "A husband and wife find a way to talk to their young sons about an unspeakable event.", + "content": "A husband and wife find a way to talk to their young sons about an unspeakable event.", + "category": "Earthquakes", + "link": "https://www.nytimes.com/2021/12/10/style/moderrn-love-haiti-earthquake-hold-their-hands-again.html", + "creator": "Jessica Alexander", + "pubDate": "Fri, 10 Dec 2021 05:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157357,16 +182728,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9023ec03c2008d12d6ead756d892c385" + "hash": "36182a7a68cf812ac19604068a98b832" }, { - "title": "Defense Rests in Ghislaine Maxwell Trial", - "description": "Ms. Maxwell chose not to testify, and her lawyers called a handful of witnesses whose testimony sought to poke holes in the accounts of her accusers.", - "content": "Laura Menninger, one of Ghislaine Maxwell’s defense lawyers, arrived at the federal courthouse in Manhattan on Friday for Ms. Maxwell’s trial.", - "category": "Human Trafficking", - "link": "https://www.nytimes.com/2021/12/17/nyregion/ghislaine-maxwell-trial-defense-rests.html", - "creator": "Rebecca Davis O’Brien, Benjamin Weiser and Colin Moynihan", - "pubDate": "Fri, 17 Dec 2021 23:32:57 +0000", + "title": "Some Voters Are at Odds With Their Party on Abortion", + "description": "Despite decades of partisan fighting in Washington, Americans are not as neatly divided on abortion as politicians and activists.", + "content": "The number of Americans who support or oppose abortion can vary widely, depending on how pollsters phrase the question. ", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/11/us/abortion-politics-polls.html", + "creator": "Nate Cohn", + "pubDate": "Sat, 11 Dec 2021 17:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157378,16 +182749,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a47384dd89533240d7d79606f77d7115" + "hash": "4dcdc30d0b20242bce34df1a81607762" }, { - "title": "U.S. Olympic Leader: China Must Investigate Peng Shuai's Allegations", - "description": "Olympic leaders were critical of China’s handling of the Peng Shuai case but tried not to say anything that would jeopardize the safety of the American athletes headed to Beijing.", - "content": "Susanne Lyons, chair of the United States Olympic and Paralympic Committee, in Tokyo in July. ", - "category": "Olympic Games (2022)", - "link": "https://www.nytimes.com/2021/12/17/sports/olympics/usoc-peng-shuai-china.html", - "creator": "Matthew Futterman and Andrew Keh", - "pubDate": "Fri, 17 Dec 2021 20:06:33 +0000", + "title": "In Bakersfield, Many Find a California They Can Afford", + "description": "Known for both oil and agriculture, the “Texas of California” rises in population as city dwellers seek backyards and shorter commutes.", + "content": "Known for both oil and agriculture, the “Texas of California” rises in population as city dwellers seek backyards and shorter commutes.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/11/us/california-housing-bakersfield.html", + "creator": "Jill Cowan", + "pubDate": "Sat, 11 Dec 2021 19:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157399,16 +182770,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4782efe95145c8b229f13cf04bf6cf83" + "hash": "a7a1c1aa4c778ec6dae8c59386e2586a" }, { - "title": "Why There's a Growing Push to Ban Killer Robots", - "description": "A U.N. conference made little headway this week on limiting development and use of killer robots, prompting stepped-up calls to outlaw such weapons with a new treaty.", - "content": "A combat robotic vehicle at the White Sands Missile Range in New Mexico in 2008.", - "category": "Arms Control and Limitation and Disarmament", - "link": "https://www.nytimes.com/2021/12/17/world/robot-drone-ban.html", - "creator": "Adam Satariano, Nick Cumming-Bruce and Rick Gladstone", - "pubDate": "Fri, 17 Dec 2021 22:57:16 +0000", + "title": "Should Police Investigate Residential Schools Cases in Canada?", + "description": "The Six Nations in Ontario have set up a special group to oversee the investigation of student deaths, in a rare collaboration between an Indigenous group and the police.", + "content": "The former Mohawk Institute Residential School in Brantford, Ontario where police officers and members of this Six Nations community are working together to look for unmarked graves.", + "category": "Indigenous People", + "link": "https://www.nytimes.com/2021/12/11/world/canada/missing-indigenous-children-police.html", + "creator": "Ian Austen", + "pubDate": "Sat, 11 Dec 2021 15:10:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157420,16 +182791,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a0d2030044c0a76d16cb7821cae4ba1" + "hash": "78ca564d6b04faac44e84090d18776f7" }, { - "title": "Former Puerto Rico Education Secretary Is Sentenced to Prison", - "description": "Julia Keleher, who had pleaded guilty to conspiracy to commit fraud, said she was “inept” in how she handled some big policy changes in a troubled system.", - "content": "Puerto Rico’s former education secretary, Julia Keleher, arriving at federal court in 2019. She was sentenced to six months in prison on Friday.", - "category": "Education (K-12)", - "link": "https://www.nytimes.com/2021/12/17/us/puerto-rico-education-corruption-keleher.html", - "creator": "Patricia Mazzei", - "pubDate": "Sat, 18 Dec 2021 02:18:11 +0000", + "title": "Less Mange, More Frills: Rome’s New Mayor Bets on His Christmas Tree", + "description": "The annual Christmas tree in the Italian capital has come under scrutiny ever since a 2017 debacle. Will this year’s pass social media muster?", + "content": "Workers using a crane to decorate the annual Christmas tree this past week in central Rome.", + "category": "Christmas", + "link": "https://www.nytimes.com/2021/12/11/world/europe/rome-christmas-tree.html", + "creator": "Elisabetta Povoledo", + "pubDate": "Sat, 11 Dec 2021 18:32:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157441,16 +182812,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78022dd4def52316201d54ebe617474e" + "hash": "441dfabd51783b7137d6178484a0c61b" }, { - "title": "Japan Fire Kills 24, With Arson Suspected", - "description": "The fire consumed the fourth floor of the building in Osaka, which housed a medical office.", - "content": "Firefighters after the blaze in Osaka, Japan, on Friday. It was the third suspected arson attack in Japan in less than two months.", - "category": "Arson", - "link": "https://www.nytimes.com/2021/12/16/world/asia/japan-fire-osaka.html", - "creator": "Makiko Inoue, Motoko Rich and Hikari Hida", - "pubDate": "Fri, 17 Dec 2021 16:00:06 +0000", + "title": "Russia-Ukraine Sea Encounter Highlights Jittery Nerves in the Region", + "description": "The Russians intercepted a half-century-old Ukrainian naval vessel, then portrayed its actions as a provocative prelude to war.", + "content": "The half-century-old Donbas at anchor in Mariupol on the Sea of Azov in 2018. The Russians intercepted the Ukrainian ship on Thursday night.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/10/world/europe/ukraine-russia-war-naval-vessel.html", + "creator": "Michael Schwirtz", + "pubDate": "Sat, 11 Dec 2021 08:53:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157462,16 +182833,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7158ec12fea6a00be6f06a6398ec1275" + "hash": "4736557ef4ef3bb4afcf54cee9eb8ed7" }, { - "title": "Elizabeth Holmes Trial Nears Finish as Closing Arguments End", - "description": "The jury of eight men and four women will meet on Monday morning to consider wire fraud-related charges for claims made to Theranos’s investors and patients.", - "content": "Elizabeth Holmes, the founder of Theranos, leaving court on Thursday. Ms. Holmes is on trial for fleecing investors out of hundreds of millions of dollars and misleading patients and doctors.", - "category": "Frauds and Swindling", - "link": "https://www.nytimes.com/2021/12/17/technology/elizabeth-holmes-trial-closing-arguments.html", - "creator": "Erin Griffith", - "pubDate": "Sat, 18 Dec 2021 01:40:07 +0000", + "title": "In Hawaii, Fears Grow Over Unsafe Levels of Petroleum in Drinking Water", + "description": "State health officials warned residents at a military base near Pearl Harbor to avoid using the water after the Navy found petroleum in samples taken from one of its wells.", + "content": "Joint Base Pearl Harbor-Hickam in 2012.", + "category": "Water", + "link": "https://www.nytimes.com/2021/12/11/us/hawaii-petroleum-navy.html", + "creator": "Maria Cramer", + "pubDate": "Sat, 11 Dec 2021 19:37:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157483,16 +182854,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8765d7df94865ca3a82fc910a07e6865" + "hash": "95e555b97b5fd7b23f43357b1da14b2e" }, { - "title": "Family of Former N.F.L. Player Raises Questions About His Death", - "description": "Lawyers for the family of Glenn Foster Jr., 31, said his death while in the custody of the Pickens County Sheriff’s Office in Alabama had not resulted from “natural causes.”", - "content": "Glenn Foster Jr. in 2013. He died on Dec. 6, in the custody of the Pickens County Sheriff’s Office, days after he was arrested while speeding.", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2021/12/17/us/glenn-foster-autopsy-strangulation.html", - "creator": "Michael Levenson", - "pubDate": "Sat, 18 Dec 2021 01:19:27 +0000", + "title": "Ex-Panama President’s Sons Are Extradited to U.S. After Multicountry Chase", + "description": "Two sons of the former president Ricardo Martinelli fled the United States by Uber, private jet and an “unknown vessel,” prosecutors said. The second has now been extradited, weeks after his brother.", + "content": "Luis Enrique Martinelli Linares appearing in court in Guatemala. He and his brother, Ricardo Alberto Martinelli Linares, face charges in a money laundering case in Brooklyn.", + "category": "Money Laundering", + "link": "https://www.nytimes.com/2021/12/11/nyregion/panama-president-sons-charges.html", + "creator": "Mike Ives", + "pubDate": "Sat, 11 Dec 2021 09:06:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157504,16 +182875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fbec7ceff40a99c1ee809c30e72eac6" + "hash": "53561b3b9477d4b163a81c9c7a22ea02" }, { - "title": "‘Shopping Cart Killer’ Suspected in Four Deaths, Police Say", - "description": "The authorities in Virginia say that Anthony Robinson met his victims via online dating sites and later transported their bodies in shopping carts to dispose of them.", - "content": "A shopping cart near where human remains were found on Wednesday in the Alexandria section of Fairfax County, Va.", - "category": "Missing Persons", - "link": "https://www.nytimes.com/2021/12/17/us/anthony-robinson-shopping-cart-killer-virginia.html", - "creator": "Isabella Grullón Paz", - "pubDate": "Sat, 18 Dec 2021 00:35:18 +0000", + "title": "NYCFC Played the Long Game to Reach MLS Cup", + "description": "A team that once took the field behind big-name European imports embraced a new kind of star power en route to its first M.L.S. championship.", + "content": "New York City F.C. claimed the M.L.S. Cup title in its seventh season in the league.", + "category": "Soccer", + "link": "https://www.nytimes.com/2021/12/10/sports/soccer/mls-cup-nycfc-portland.html", + "creator": "Joel Petterson", + "pubDate": "Sat, 11 Dec 2021 23:52:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157525,16 +182896,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "badaed8441aa738bbc4dd8aa3bad27ad" + "hash": "052033c970e6035a7de9f3fd1664e90a" }, { - "title": "Kyrie Irving Returns to the Brooklyn Nets, Part Time ", - "description": "Irving remains unvaccinated. He will be eligible to play only road games, except those against the Knicks and the Toronto Raptors.", - "content": "Kyrie Irving has missed the Nets’ first 29 games this season.", - "category": "Irving, Kyrie", - "link": "https://www.nytimes.com/2021/12/17/sports/basketball/kyrie-irving-nets-covid.html", - "creator": "Sopan Deb", - "pubDate": "Sat, 18 Dec 2021 02:22:16 +0000", + "title": "Echoes of Trump at Zemmour’s Rally in France ", + "description": "Éric Zemmour, the polarizing far-right polemicist, launched his presidential campaign last week with a frenzied rally that was disrupted by a violent brawl.", + "content": "Éric Zemmour, a French far-right candidate for the 2022 presidential election, made a theatrical entrance at his campaign rally in Villepinte, northeast of Paris.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/11/world/europe/eric-zemmour-rally-france.html", + "creator": "Constant Méheut", + "pubDate": "Sat, 11 Dec 2021 16:03:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157546,16 +182917,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7101d8d003e894dcb1602692894ee614" + "hash": "56a48ea87291e907aac0ba47a8733902" }, { - "title": "Rosalie Trombley, Who Picked Hits and Made Stars, Dies at 82", - "description": "As music director for CKLW, a major radio station in the Detroit market, she furthered the careers of Alice Cooper, Bob Seger, the Temptations and many others.", - "content": "As music director for CKLW, a major radio station in the Detroit market, she furthered the careers of Alice Cooper, Bob Seger, the Temptations and many others.", - "category": "Trombley, Rosalie (1939-2021)", - "link": "https://www.nytimes.com/2021/12/17/arts/music/rosalie-trombley-dead.html", - "creator": "Neil Genzlinger", - "pubDate": "Sat, 18 Dec 2021 03:21:43 +0000", + "title": "Biden Talks Vaccines and Bob Dole in Interview With Jimmy Fallon", + "description": "It was the president’s third interview with the comedian Jimmy Fallon, but his first visit to a late-night show since his inauguration.", + "content": "President Biden on “The Tonight Show” with Jimmy Fallon on Friday.", + "category": "Comedy and Humor", + "link": "https://www.nytimes.com/2021/12/11/us/politics/biden-jimmy-fallon-vaccines.html", + "creator": "Zolan Kanno-Youngs", + "pubDate": "Sat, 11 Dec 2021 06:00:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157567,16 +182938,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a1af2326b3d2c55e3ca95112dfe07ab" + "hash": "788c5742609879936d2ba69a876b9b59" }, { - "title": "Chin Hairs: Why Women Get Them and How to Remove", - "description": "And what’s the best way to remove them?", - "content": "And what’s the best way to remove them?", - "category": "Hair", - "link": "https://www.nytimes.com/2021/12/14/well/live/chin-hairs-women.html", - "creator": "Melinda Wenner Moyer", - "pubDate": "Wed, 15 Dec 2021 06:12:27 +0000", + "title": "As Metro Pictures Closes, Its Founders Look Back", + "description": "Janelle Reiring and Helene Winer on their landmark gallery, which introduced Cindy Sherman, Louise Lawler, Robert Longo and Richard Prince to the art world.", + "content": "Janelle Reiring, left, and Helene Winer at Metro Pictures on West 24th Street with their final exhibition, Paulina Olowska’s “Haus Proud” in the background. The art gallery will close Saturday, after 41 years in business.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/10/arts/design/metro-pictures-closing.html", + "creator": "Roberta Smith and David Colman", + "pubDate": "Fri, 10 Dec 2021 18:27:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157588,16 +182959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc2cfffff5d0d6b5cafa452566180fee" + "hash": "6dbb410e9480c52ae6fc39a8653bd753" }, { - "title": "Do I Still Need a Pulse Oximeter at Home to Monitor Covid-19?", - "description": "A new study shows just how lifesaving home monitoring of oxygen levels can be.", - "content": "A new study shows just how lifesaving home monitoring of oxygen levels can be.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/10/05/well/live/covid-pulse-oximeter.html", - "creator": "Tara Parker-Pope", - "pubDate": "Thu, 07 Oct 2021 21:33:18 +0000", + "title": "Sports in 2021 Tried to Return to Normal", + "description": "The coronavirus pandemic still had an impact, but players and leagues had their moments.", + "content": "Giannis Antetokounmpo, No. 34, of the winning Milwaukee Bucks, fending off, from left, Cameron Johnson, Cameron Payne and Jae Crowder of the Phoenix Suns in the N.B.A. finals in July.", + "category": "Olympic Games (2020)", + "link": "https://www.nytimes.com/2021/12/10/sports/2021-year-in-sports.html", + "creator": "Joe Drape", + "pubDate": "Fri, 10 Dec 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157609,16 +182980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0fcac2d0ebfb212f05a9ecae6c2086ea" + "hash": "140359edcda4b5094bf0343921e17841" }, { - "title": "Can I Catch the Same Cold Twice?", - "description": "The answer depends on the strength of your immune response.", - "content": "The answer depends on the strength of your immune response.", - "category": "Viruses", - "link": "https://www.nytimes.com/2018/03/09/well/live/can-i-catch-the-same-cold-twice.html", - "creator": "Richard Klasco, M.D.", - "pubDate": "Fri, 09 Mar 2018 11:00:07 +0000", + "title": "Remember Emmet Otter and His Jug Band? They’re Back, and Onstage.", + "description": "The Jim Henson TV special was a hit in 1978. Now its furry creatures return in a new theatrical production in Manhattan, just in time for the holiday season.", + "content": "“Jim Henson’s Emmet Otter’s Jug-Band Christmas,” once a TV special, is now back as a theatrical production in all its furry glory at the New Victory Theater in Manhattan.", + "category": "Puppets", + "link": "https://www.nytimes.com/2021/12/09/theater/emmet-otter-jug-band.html", + "creator": "Elisabeth Vincentelli", + "pubDate": "Thu, 09 Dec 2021 20:01:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157630,16 +183001,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40ef7c37372d55ee483e4ae1d0a5719b" + "hash": "b9fe6c59ee8aa53a80259ff9f33b780f" }, { - "title": "Should Doctors Consider Body Size When Prescribing Drugs?", - "description": "For many medications, a one-size-fits-all strategy works fine.", - "content": "For many medications, a one-size-fits-all strategy works fine.", - "category": "Drugs (Pharmaceuticals)", - "link": "https://www.nytimes.com/2018/06/08/well/drug-dose-weight-size-doctors-prescriptions-medications.html", - "creator": "Richard Klasco, M.D.", - "pubDate": "Fri, 08 Jun 2018 09:00:04 +0000", + "title": "Amanda Gorman, the Inaugural Poet Who Dreams of Writing Novels", + "description": "“Novel writing was my original love, and I still hope to do it. I just typically can finish writing a single poem faster than I can an entire narrative book!”", + "content": "“Novel writing was my original love, and I still hope to do it. I just typically can finish writing a single poem faster than I can an entire narrative book!”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/09/books/review/amanda-gorman-by-the-book-interview.html", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 15:16:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157651,16 +183022,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc7849ba056092f986f36c49802da09e" + "hash": "dd2382cd880d3f4c6e2855e52e3d6604" }, { - "title": "The 25 Best Classical Music Tracks of 2021", - "description": "Classics by Bach, Mozart and Brahms and new works by Andy Akiho, Angélica Negrón and Tyshawn Sorey were among our favorite recordings this year.", - "content": "Clockwise from left: the violinist Jennifer Koh, the composer Tyshawn Sorey and the pianist Igor Levit.", - "category": "Classical Music", - "link": "https://www.nytimes.com/2021/12/15/arts/music/best-classical-music-opera-recordings.html", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:00:29 +0000", + "title": "What’s the Secret to Monochrome Dressing?", + "description": "A reader asks for guidance on picking a color and sticking with it.", + "content": "Barack and Michelle Obama at the inauguration of Joe Biden in January.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2021/12/10/fashion/whats-the-secret-to-monochrome-dressing.html", + "creator": "Vanessa Friedman", + "pubDate": "Sat, 11 Dec 2021 09:07:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157672,16 +183043,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ae570400edaf19c0661cd7860b9e512" + "hash": "60326ed22514dec3494e954f8905dfc3" }, { - "title": "Kevin Feige and Amy Pascal on 'Spider-Man: No Way Home'", - "description": "The producers of “No Way Home” address questions about another trilogy, possibly putting MJ in a Spidey suit and convincing reluctant actors to reprise their roles.", - "content": "The producers Amy Pascal, left, and Kevin Feige have worked on the Spider-Man franchise in various capacities since the late 1990s.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/17/movies/kevin-feige-amy-pascal-spider-man-no-way-home.html", - "creator": "Brooks Barnes", - "pubDate": "Fri, 17 Dec 2021 20:21:02 +0000", + "title": "Tornadoes Hit Several States, With at Least 70 Dead in Kentucky", + "description": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", + "content": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/11/us/tornadoes-midwest-south", + "creator": "The New York Times", + "pubDate": "Sat, 11 Dec 2021 16:56:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157693,16 +183064,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a23d42d4a2f34a790803bfbd283c0c1" + "hash": "9ad66a3978951b81d9f48de866c2c4f3" }, { - "title": "I Watched ‘Encanto’ With My Dad. It Brought Him Back Home.", - "description": "The animated Disney movie is set in Colombia, where my father is from — a place he rarely talks about. Would he fall for the film?", - "content": "In the animated movie “Encanto,” which is set in Colombia, Mirabel Madrigal (Stephanie Beatriz) is the only child in the family without a fantastical gift.", - "category": "Encanto (Movie)", - "link": "https://www.nytimes.com/2021/12/15/movies/encanto-disney.html", - "creator": "Laura Zornosa", - "pubDate": "Wed, 15 Dec 2021 14:00:08 +0000", + "title": "What to Know About the Deadly Tornado Outbreak", + "description": "Dozens of people were killed across several states on Friday night.", + "content": "First responders at an Amazon Distribution Center damaged by a tornado on Friday in Edwardsville, Ill.", + "category": "Tornadoes", + "link": "https://www.nytimes.com/article/tornado-storms-weekend.html", + "creator": "The New York Times", + "pubDate": "Sat, 11 Dec 2021 12:46:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157714,16 +183085,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "80fee92c729ccacb1d67b85007f6c7f1" + "hash": "892fcd9153fbdcd21d7e83d4f7f5c65e" }, { - "title": "After-Dinner Drinks You’ll Want to Linger Over", - "description": "These nightcaps, whether cocktail or single beverage, are just the thing for when the meal is over, but the party is not.", - "content": "A French-leaning nightcap, the Nuitcap merges Cognac, blanc vermouth and a bitter, herbal liqueur.", - "category": "Cocktails and Mixed Drinks", - "link": "https://www.nytimes.com/2021/12/17/dining/drinks/after-dinner-drink-nightcap.html", - "creator": "Rebekah Peppler", - "pubDate": "Fri, 17 Dec 2021 16:47:40 +0000", + "title": "British Studies Warn of Omicron’s Speed; One Notes Need for Boosters", + "description": "A study showed a drop in protection in cases caused by the variant, but also indicated that third vaccine doses improved defense. Here’s the latest on Covid.", + "content": "A study showed a drop in protection in cases caused by the variant, but also indicated that third vaccine doses improved defense. Here’s the latest on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/11/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Sat, 11 Dec 2021 18:48:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157735,16 +183106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bd528fd4d078a5c7abeb84db3e13e3f" + "hash": "767bd4df9f47fac8a44e52d53afd27f8" }, { - "title": "Jake Paul’s Boxing Spectacle Rolls On With Tyron Woodley Rematch", - "description": "Paul showed in 2021 that he can sell a pay-per-view fight. He wants respect in boxing, too.", - "content": "Jake Paul working out on Wednesday. He fights Tyron Woodley on Saturday night.", - "category": "Boxing", - "link": "https://www.nytimes.com/2021/12/17/sports/jake-paul-tyron-woodley.html", - "creator": "Alanis Thames", - "pubDate": "Fri, 17 Dec 2021 19:41:28 +0000", + "title": "Iran’s Nuclear Program Ignites New Tension Between U.S. and Israel", + "description": "Strains emerged during talks this week after a short period of strong relations between a new Israeli government and new American one.", + "content": "American negotiators have signaled that Iranians’ advancements in their nuclear program and their recent hard line in Vienna mean Tehran is not serious about a diplomatic agreement.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/10/us/politics/iran-nuclear-us-israel-biden-bennett.html", + "creator": "Julian E. Barnes, Ronen Bergman and David E. Sanger", + "pubDate": "Sat, 11 Dec 2021 01:34:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157756,16 +183127,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78fed034c675959ce945fb91137e1ac6" + "hash": "f40590ac53d8aa92b624e6872ef3c04f" }, { - "title": "C.D.C. Embraces ‘Test to Stay’ Policy for Schools", - "description": "Unvaccinated children no longer have to quarantine if exposed, the agency said, but can stay in class if they repeatedly test negative. Here’s the latest.", - "content": "Unvaccinated children no longer have to quarantine if exposed, the agency said, but can stay in class if they repeatedly test negative. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/17/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Fri, 17 Dec 2021 21:57:34 +0000", + "title": "What Is the Perfect Date to Bring Workers Back to the Office?", + "description": "More and more companies are saying: We’ll get back to you.", + "content": "More and more companies are saying: We’ll get back to you.", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2021/12/11/business/return-to-office-2022.html", + "creator": "Emma Goldberg", + "pubDate": "Sat, 11 Dec 2021 13:24:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157777,16 +183148,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5649ce8ecd441dd2eadc79dd3867328a" + "hash": "0551ab5399c8e004b183b1d4e2b6846d" }, { - "title": "In a trial, Pfizer-BioNTech’s low-dose shot did not provoke an adequate immune response in 2- to 5-year-olds.", - "description": "Calling the vaccine a “three-dose series,” the company now plans to test three doses of its vaccine in children ages six months to 17 years.", - "content": "An outdoor space at the Piedmont Global Preschool in Greensboro, N.C., in September.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/17/world/covid-omicron-vaccines/in-a-trial-pfizer-biontechs-low-dose-shot-did-not-provoke-an-adequate-immune-response-in-2-to-5-year-olds", - "creator": "Apoorva Mandavilli and Rebecca Robbins", - "pubDate": "Fri, 17 Dec 2021 17:38:27 +0000", + "title": "Your Guide to the New Language of the Office", + "description": "You can still circle back and touch base. But the vernacular of work life for many has changed just as much as their work has.", + "content": "You can still circle back and touch base. But the vernacular of work life for many has changed just as much as their work has.", + "category": "Workplace Environment", + "link": "https://www.nytimes.com/2021/12/11/business/new-corporate-jargon.html", + "creator": "Emma Goldberg", + "pubDate": "Sat, 11 Dec 2021 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157798,16 +183169,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1dda100ad8e27528a7bbb32758cd2a9" + "hash": "4ccccd56a40a4dd1abb2d5639f96bc75" }, { - "title": "Omicron: What We Know About the New Covid Variant", - "description": "In just a few weeks since its discovery, Omicron has turned out to be highly transmissible and less susceptible to vaccines than other variants.", - "content": "A woman receiving a Covid shot vaccine at a center in Soweto, South Africa. ", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/article/omicron-coronavirus-variant.html", - "creator": "Carl Zimmer and Andrew Jacobs", - "pubDate": "Sun, 12 Dec 2021 00:44:42 +0000", + "title": "Can Parties Help Us Heal?", + "description": "Inside a night of release at Nowadays, hosted by the group Nocturnal Medicine.", + "content": "Nocturnal Medicine held a therapy rave at a Queens nightclub to help people transition into winter.", + "category": "Nowadays (Queens, NY, Bar)", + "link": "https://www.nytimes.com/2021/12/11/style/party-rave-healing.html", + "creator": "Anna P. Kambhampaty", + "pubDate": "Sat, 11 Dec 2021 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157819,16 +183190,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7e7d1e5e6876992c45876cb24dd10ec" + "hash": "e7b1e3a3de401bebfd8e1fd6547e2355" }, { - "title": "San Francisco Mayor Declares State of Emergency to Fight ‘Nasty Streets’ of the City", - "description": "It’s a highly unusual move by a liberal mayor in one of the country’s most liberal cities.", - "content": "Mayor London Breed of San Francisco said this week that she would pursue an “aggressive” crackdown on criminality. ", - "category": "Drug Abuse and Traffic", - "link": "https://www.nytimes.com/2021/12/17/us/san-francisco-state-of-emergency-crime.html", - "creator": "Thomas Fuller and Shaila Dewan", - "pubDate": "Fri, 17 Dec 2021 21:10:12 +0000", + "title": "The Holidays Are for Martinelli’s", + "description": "The sparkling cider has long had a place on the kid’s table. It’s really a family affair.", + "content": "The sparkling cider has long had a place on the kid’s table. It’s really a family affair.", + "category": "Cider", + "link": "https://www.nytimes.com/2021/12/11/style/martinellis-sparkling-cider.html", + "creator": "Natalie Shutler", + "pubDate": "Sat, 11 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157840,16 +183211,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e910621bd50a6b7e84b669b2e294707" + "hash": "e1ce2775efc04957430be26c717a5c55" }, { - "title": "Kimberly Potter, Officer in Minneapolis Shooting, Breaks Down on Stand", - "description": "Ms. Potter, on trial in the killing of Daunte Wright, said she meant to pull her Taser, not her gun, and sobbed on the stand. Here’s the latest.", - "content": "Ms. Potter, on trial in the killing of Daunte Wright, said she meant to pull her Taser, not her gun, and sobbed on the stand. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/17/us/kim-potter-trial-daunte-wright", - "creator": "The New York Times", - "pubDate": "Fri, 17 Dec 2021 21:57:34 +0000", + "title": "Climate Change Is Thawing Arctic Alaska", + "description": "The landscape resembles frozen spinach left out on the kitchen counter too long.", + "content": "The landscape resembles frozen spinach left out on the kitchen counter too long.", + "category": "Rivers", + "link": "https://www.nytimes.com/2021/12/07/opinion/climate-change-alaska.html", + "creator": "Jon Waterman", + "pubDate": "Tue, 07 Dec 2021 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157861,16 +183232,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1a5e4719a8880037284403c49714083" + "hash": "7b6b7354b0a48a3582e8c50c76a5c36d" }, { - "title": "What Role Does Climate Change Play in Wind Storms and Tornadoes?", - "description": "The science suggests that the United States can expect more unusual and severe storms as the world heats up, increasing the urgency for action to protect communities.", - "content": "A damaged home in Hartland, Minn., on Thursday, after record-breaking storms blew across the Midwest.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/17/climate/wind-storms-tornadoes-climate-change.html", - "creator": "Brad Plumer, Winston Choi-Schagrin and Hiroko Tabuchi", - "pubDate": "Fri, 17 Dec 2021 18:17:44 +0000", + "title": "Omicron: A Big Deal About Small ‘O’", + "description": "The Greek letter auditions for a different role in our lexicon.", + "content": "The Greek letter auditions for a different role in our lexicon.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/10/opinion/omicron-tarnation-lox.html", + "creator": "John McWhorter", + "pubDate": "Fri, 10 Dec 2021 20:56:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157882,16 +183253,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1d2e3e08bde244d31061f5afa1efee2" + "hash": "41fcaf0c4c43639968dd45b783ca9972" }, { - "title": "Trump Weaponized the Supreme Court", - "description": "The three justices appointed by Trump are doing exactly what they were sent to the court to do.", - "content": "The three justices appointed by Trump are doing exactly what they were sent to the court to do.", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2021/12/16/opinion/supreme-court-trump.html", - "creator": "Linda Greenhouse", - "pubDate": "Thu, 16 Dec 2021 10:00:13 +0000", + "title": "First Fires, Then Floods: Climate Extremes Batter Australia", + "description": "Many of the same areas that suffered through horrific bush fires in 2019 and 2020 are now dealing with prodigious rainfall that could leave some people stranded for weeks.", + "content": "Teachers from Bedgerabong, New South Wales, were evacuated from a flooded area in a fire truck.", + "category": "Australia", + "link": "https://www.nytimes.com/2021/12/11/world/australia/flooding-fire-climate-australia.html", + "creator": "Damien Cave and Matthew Abbott", + "pubDate": "Sat, 11 Dec 2021 10:00:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157903,16 +183274,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f9667fb3fc503fad34721cad38209e1" + "hash": "5d8805117c5d799304a4aec383d2662a" }, { - "title": "How Ashley Biden’s Diary Made Its Way to Project Veritas", - "description": "New details shed light on the federal investigation into the conservative group’s acquisition last year of a journal kept by the president’s daughter.", - "content": "James O’Keefe, founder of Project Veritas, in 2020. In its own court filing, Project Veritas has acknowledged acquiring the diary from two people it identified as “A.H.” and “R.K.,” but said it was told they had acquired the diary lawfully.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/16/us/politics/ashley-biden-project-veritas-diary.html", - "creator": "Adam Goldman and Michael S. Schmidt", - "pubDate": "Thu, 16 Dec 2021 17:27:23 +0000", + "title": "Michael Nesmith, the ‘Quiet Monkee,’ Is Dead at 78", + "description": "He shot to fame as a member of a made-for-TV rock group, but he denied that he was the group’s only “real” musician. He went on to create some of the first music videos.", + "content": "He shot to fame as a member of a made-for-TV rock group, but he denied that he was the group’s only “real” musician. He went on to create some of the first music videos.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/10/arts/music/michael-nesmith-dead.html", + "creator": "Neil Genzlinger", + "pubDate": "Fri, 10 Dec 2021 19:25:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157924,16 +183295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "49161ce7268c69ff1990160cd203cdde" + "hash": "cb19969a91a386d407df3b59f48cbadd" }, { - "title": "Someone Offered 'Harvard' Jobs to Known Women in India. It Was a Scam.", - "description": "An online scam targeted prominent women in India, telling them the Ivy League was calling.", - "content": "Nidhi Razdan, a journalist in India, was the target of a cybersecurity scam offering her a job at Harvard University.", - "category": "Computers and the Internet", - "link": "https://www.nytimes.com/2021/12/16/technology/harvard-job-scam-india.html", - "creator": "Jeffrey Gettleman, Kate Conger and Suhasini Raj", - "pubDate": "Thu, 16 Dec 2021 18:37:40 +0000", + "title": "Another Death at Rikers Continues ‘Very Difficult Year’ at N.Y.C. Jails", + "description": "A Brooklyn man, who went into cardiac arrest on Friday, became the 15th person to die this year within New York City’s correction system.", + "content": "A Brooklyn man, who went into cardiac arrest on Friday, became the 15th person to die this year within New York City’s correction system.", + "category": "Prisons and Prisoners", + "link": "https://www.nytimes.com/2021/12/10/nyregion/rikers-jail-death-15th-person.html", + "creator": "Jan Ransom and Karen Zraick", + "pubDate": "Sat, 11 Dec 2021 00:27:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157945,16 +183316,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "73fa643ed58c3f3e8ab9d496dd0b858d" + "hash": "38b9767bef4520f5b994d237c9cca5b9" }, { - "title": "Fox News Hosts Take the Offensive About Texts to Meadows", - "description": "Stars of the most-watched cable channel continued to downplay the Jan. 6 attack and back Donald J. Trump while criticizing the investigation of the Capitol siege.", - "content": "The Fox News hosts Brian Kilmeade, Laura Ingraham and Sean Hannity.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/15/business/media/fox-news-trump-january-6.html", - "creator": "Jim Windolf and John Koblin", - "pubDate": "Thu, 16 Dec 2021 01:40:10 +0000", + "title": "Omicron Can Weaken Vaccines, but Boosters Show Promise, U.K. Study Says", + "description": "A study showed a drop in protection in cases caused by the variant, but also indicated that third vaccine doses improved defense. Here’s the latest on Covid.", + "content": "A study showed a drop in protection in cases caused by the variant, but also indicated that third vaccine doses improved defense. Here’s the latest on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/11/world/covid-omicron-vaccines", + "creator": "The New York Times", + "pubDate": "Sat, 11 Dec 2021 16:40:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157966,16 +183337,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6324c426e77ff8b1a01ab7ad8082d27" + "hash": "e9f48cd5e70d272094f4a088f8361420" }, { - "title": "Bruce Springsteen Sells Music Catalog in Massive Deal", - "description": "Sony Music Entertainment buys the Boss’s entire corpus, including classics like “Born to Run,” for an estimated $500 million or more.", - "content": "Bruce Springsteen at the Javits Center in New York in October.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/12/15/arts/music/bruce-springsteen-sells-music-catalog.html", - "creator": "Ben Sisario", - "pubDate": "Thu, 16 Dec 2021 04:54:26 +0000", + "title": "Small Court Victories Change Nothing for Women Seeking Abortions in Texas", + "description": "A Texas statute that bans abortion after six weeks of pregnancy was seemingly undercut by two court rulings, but the reality on the ground has not changed.", + "content": "A Texas statute that bans abortion after six weeks of pregnancy was seemingly undercut by two court rulings, but the reality on the ground has not changed.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/10/us/texas-abortion-law-providers.html", + "creator": "J. David Goodman and Ruth Graham", + "pubDate": "Fri, 10 Dec 2021 23:23:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -157987,16 +183358,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf4ce57625991241b8a9a2072e7c1d92" + "hash": "ede25a3df50f610953caaf0b8a02c8b8" }, { - "title": "How Exercise Affects Metabolism and Weight Loss", - "description": "A new analysis of data from “The Biggest Loser” highlights the complex ways the body compensates when we drop pounds.", - "content": "A scene from Season 16 of the NBC reality show “The Biggest Loser” in 2014.", - "category": "Exercise", - "link": "https://www.nytimes.com/2021/12/15/well/move/exercise-weight-loss-metabolism.html", - "creator": "Gretchen Reynolds", - "pubDate": "Wed, 15 Dec 2021 18:51:00 +0000", + "title": "Analysis: Biden Sees Booming Economy, but Many Americans Don't", + "description": "The president has struggled to sell strong growth and job gains to a public that appears more concerned about rising prices — and remains anxious about Covid.", + "content": "The president has struggled to sell strong growth and job gains to a public that appears more concerned about rising prices — and remains anxious about Covid.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/10/business/biden-economy-growth-jobs.html", + "creator": "Jim Tankersley", + "pubDate": "Fri, 10 Dec 2021 20:06:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158004,20 +183375,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "3f424d53426a11a46dfe5548a744080a" + "hash": "6115db8465b3b8d4621499b2e370118f" }, { - "title": "Omicron Threatens Red America", - "description": "In many communities, most adults remain unvaccinated.", - "content": "Shoppers at a mall in Houston.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/17/briefing/omicron-spread-red-america.html", - "creator": "David Leonhardt", - "pubDate": "Fri, 17 Dec 2021 11:29:33 +0000", + "title": "The Game Awards Returns With Glitz and an Industry Asserting Its Muscle", + "description": "On Thursday night, the video game industry held its big awards event, which is quickly becoming as important — and as long — as certain other entertainment occasions.", + "content": "On Thursday night, the video game industry held its big awards event, which is quickly becoming as important — and as long — as certain other entertainment occasions.", + "category": "Computer and Video Games", + "link": "https://www.nytimes.com/2021/12/10/business/the-game-awards.html", + "creator": "Kellen Browning", + "pubDate": "Sat, 11 Dec 2021 00:08:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158029,16 +183400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "687f696a992dc70eb77f1c07cac8f00b" + "hash": "e7bd67f315fc0c43b179c56cd1e01024" }, { - "title": "What to Expect From the Next Phase of the Pandemic", - "description": "Here’s what we’re learning about the Omicron variant and a new treatment for Covid-19.", - "content": "A memorial at the Griffith Observatory in Los Angeles last month, honoring Los Angeles County residents who have died from Covid-19. Over 800,000 people have now died from the virus in the United States.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/17/podcasts/the-daily/omicron-covid-pandemic.html", - "creator": "Michael Barbaro, Sydney Harper, Robert Jimison, Michael Simon Johnson, Mooj Zadie, Luke Vander Ploeg, Asthaa Chaturvedi, Patricia Willens, Dave Shaw, Marion Lozano and Chris Wood", - "pubDate": "Fri, 17 Dec 2021 11:00:05 +0000", + "title": "Tornadoes Hit Several States, With at Least 50 Dead in Kentucky", + "description": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", + "content": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/11/us/tornadoes-midwest-south", + "creator": "The New York Times", + "pubDate": "Sat, 11 Dec 2021 13:40:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158050,16 +183421,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4da7f251807dc1db1df7f74e92d81633" + "hash": "8b10810d23f8d0d657a0596d716b02c9" }, { - "title": "How Much Watching Time Do You Have This Weekend?", - "description": "This week our critic recommends a gentle British dramedy, a silly ’80s parody and a bunch of “Magic Mike” wannabes.", - "content": "Joanna Scanlan, left, and Bradley Walsh in a scene from “The Larkins.”", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/16/arts/television/finding-magic-mike.html", - "creator": "Margaret Lyons", - "pubDate": "Thu, 16 Dec 2021 19:35:01 +0000", + "title": "Patti LuPone on 'Company,' Stephen Sondheim and More", + "description": "“Aaaaaaaaaaaaaahhhhh, I’ll drink to that!” she belts onstage in Stephen Sondheim’s “Company,” as Broadway reopens. So. Will. We.", + "content": "“Your talent will out,” Ms. LuPone said. “Your talent will carry you, if you stick to it and honor your talent.”", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/11/style/patti-lupone-company-stephen-sondheim.html", + "creator": "Maureen Dowd", + "pubDate": "Sat, 11 Dec 2021 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158071,16 +183442,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9e0476c9b4404e1087faa7864e2ac4a" + "hash": "59670fa901f500cddf898ee011b1379c" }, { - "title": "He Conceived of the Metaverse in the ’90s. He’s Unimpressed With Mark Zuckerberg’s.", - "description": "The novelist Neal Stephenson on Facebook’s next move and how you can survive the climate crisis.", - "content": "The novelist Neal Stephenson on Facebook’s next move and how you can survive the climate crisis.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/13/opinion/sway-kara-swisher-neal-stephenson.html", - "creator": "‘Sway’", - "pubDate": "Mon, 13 Dec 2021 13:44:00 +0000", + "title": "12 Easy, One-Bowl Cookies for a Simply Sweet Season", + "description": "If you have a hankering for a treat, but don’t have time for the cleanup, these recipes are for you.", + "content": "If you have a hankering for a treat, but don’t have time for the cleanup, these recipes are for you.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/10/dining/easy-cookies-one-bowl.html", + "creator": "Margaux Laskey", + "pubDate": "Fri, 10 Dec 2021 10:00:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158092,16 +183463,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a8e04c3b201c1f32ac39417badff656" + "hash": "7a694971a83b215e86643624bd9e0bb3" }, { - "title": "Stolen at Birth, Chilean Adoptees Uncover Their Past", - "description": "Hundreds of Chileans adopted abroad have learned that they were trafficked. Investigators believe thousands of children may have been taken from their parents during Chile’s dictatorship.", - "content": "Tyler Graf, 38, was adopted from Chile, and learned this year that he was one of hundreds — possibly thousands — of Chilean adoptees taken from their parents during the country’s military dictatorship.", - "category": "Adoptions", - "link": "https://www.nytimes.com/2021/12/17/world/americas/chile-adoption-pinochet.html", - "creator": "Ernesto Londoño", - "pubDate": "Fri, 17 Dec 2021 10:00:25 +0000", + "title": "What Do You Say to the Sufferer?", + "description": "An attempt to be present with a stranger in pain.", + "content": "An attempt to be present with a stranger in pain.", + "category": "On Consolation: Finding Solace in Dark Times (Book)", + "link": "https://www.nytimes.com/2021/12/09/opinion/sufferer-stranger-pain.html", + "creator": "David Brooks", + "pubDate": "Fri, 10 Dec 2021 00:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158113,16 +183484,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "552f8c8a2d2b866578309bbd585d87de" + "hash": "73e4c8f19188fa1ddc98951c44415307" }, { - "title": "Defense Rests After Ghislaine Maxwell Says She Will Not Testify", - "description": "As testimony in Ms. Maxwell’s sex-trafficking trial winds down, she decided against taking the stand in her own defense. Follow updates.", - "content": "As testimony in Ms. Maxwell’s sex-trafficking trial winds down, she decided against taking the stand in her own defense. Follow updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/17/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Fri, 17 Dec 2021 21:47:55 +0000", + "title": "What Bears Can Teach Us About Our Exercise Habits", + "description": "Scientists have found that grizzlies, like people, seem to choose the path of least resistance.", + "content": "Scientists have found that grizzlies, like people, seem to choose the path of least resistance.", + "category": "Animal Behavior", + "link": "https://www.nytimes.com/2021/04/07/well/move/bears-exercise-laziness-humans.html", + "creator": "Gretchen Reynolds", + "pubDate": "Thu, 08 Apr 2021 14:12:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158134,16 +183505,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50ef8a72285a5608dc6df31f58545447" + "hash": "78e594e62b444a83b9b26d500028a255" }, { - "title": "For Johnson, a Political Rebuke as Omicron Variant Engulfs Britain", - "description": "The prime minister’s Conservative Party lost a seat it had held for more than a century, a loss that could hamper his efforts to address the Omicron variant now sweeping Britain.", - "content": "Prime Minister Boris Johnson at Downing Street on Wednesday.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/17/world/europe/britain-johnson-omicron-politics.html", - "creator": "Mark Landler and Stephen Castle", - "pubDate": "Fri, 17 Dec 2021 20:32:54 +0000", + "title": "To Start a New Habit, Make It Easy", + "description": "Removing obstacles makes it more likely you’ll achieve a new health goal. The 7-Day Well Challenge will show you how.", + "content": "Removing obstacles makes it more likely you’ll achieve a new health goal. The 7-Day Well Challenge will show you how.", + "category": "Habits and Routines (Behavior)", + "link": "https://www.nytimes.com/2021/01/09/well/mind/healthy-habits.html", + "creator": "Tara Parker-Pope", + "pubDate": "Sat, 09 Jan 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158155,16 +183526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b10aeea675d0d180f64e6299711dd87" + "hash": "5bb49ab52441e17ca5f1b2d2454dc561" }, { - "title": "‘I Didn’t Look Like a Human’: Journalist Tells of Myanmar Torture", - "description": "When Ko Aung Kyaw erased his cellphone contacts to protect his sources, he knew his interrogators would make him pay a horrific price. He did it anyway.", - "content": "Ko Aung Kyaw, a reporter for the Democratic Voice of Burma, was imprisoned and tortured for his work.", - "category": "Aung Kyaw", - "link": "https://www.nytimes.com/2021/12/17/world/asia/myanmar-journalist-kyaw-torture.html", - "creator": "Richard C. Paddock", - "pubDate": "Fri, 17 Dec 2021 16:24:34 +0000", + "title": "Omicron is speeding through Britain, and vaccines provide reduced protection, U.K. scientists say.", + "description": "", + "content": "Lining up to get a Covid-19 vaccine shot in London last week.", + "category": "", + "link": "https://www.nytimes.com/2021/12/10/health/britain-omicron.html", + "creator": "Benjamin Mueller", + "pubDate": "Sat, 11 Dec 2021 02:49:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158176,16 +183547,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71f6038ef30e99dccc2fa514150782c6" + "hash": "9ff92413055678686fe696fc7b44633d" }, { - "title": "Japan Fire May Have Killed Dozens, With Arson Suspected", - "description": "The fire consumed the fourth floor of the building in Osaka, which housed a medical office.", - "content": "Firefighters after the blaze in Osaka, Japan, on Friday. It was the third suspected arson attack in Japan in less than two months.", - "category": "Arson", - "link": "https://www.nytimes.com/2021/12/16/world/asia/japan-fire-osaka.html", - "creator": "Makiko Inoue, Motoko Rich and Hikari Hida", - "pubDate": "Fri, 17 Dec 2021 16:00:06 +0000", + "title": "Relax. Omicron Isn’t Going to Take Down the Economy.", + "description": "The country is better positioned to absorb the damage of each successive wave of the virus.", + "content": "The country is better positioned to absorb the damage of each successive wave of the virus.", + "category": "Coronavirus Delta Variant", + "link": "https://www.nytimes.com/2021/12/10/opinion/omicron-delta-economy-inflation.html", + "creator": "Mark Zandi", + "pubDate": "Fri, 10 Dec 2021 20:38:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158197,16 +183568,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "985a9e288ecdf665d091fdcaf080594f" + "hash": "aa53b9e4782e130bd82601a306ff5a89" }, { - "title": "Some U.S. Schools Close After Shooting Rumors on Social Media", - "description": "Security was heightened after vague warnings of threats circulated on TikTok and other social media platforms, police and school officials said.", - "content": "A text that Chelsea Public Schools in Massachusetts said was fake and from an unknown source. School officials said there was no credible threat.", - "category": "Education (K-12)", - "link": "https://www.nytimes.com/2021/12/17/us/tiktok-school-shooting-threat.html", - "creator": "Derrick Bryson Taylor, Amanda Holpuch and Maria Cramer", - "pubDate": "Fri, 17 Dec 2021 21:55:24 +0000", + "title": "Will Covid Evolve to Be Milder?", + "description": "While we may care, the virus really doesn’t.", + "content": "While we may care, the virus really doesn’t.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/10/opinion/covid-evolve-milder.html", + "creator": "Andrew Pekosz", + "pubDate": "Fri, 10 Dec 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158218,16 +183589,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7d2101e1f71dfeedc4add110ecb6499" + "hash": "4930cb64052d89954cd0daf7de34f4df" }, { - "title": "Fox News’ Request to Dismiss Dominion’s Defamation Suit Is Rejected", - "description": "Dominion, an election technology company, has accused the network of defaming it by spreading false claims that it was involved in rigging vote counts in the 2020 election.", - "content": "Dominion, an election technology company, has accused the network of defaming it by spreading false claims that it was involved in rigging vote counts in the 2020 election.", - "category": "Libel and Slander", - "link": "https://www.nytimes.com/2021/12/17/business/fox-news-dominion-lawsuit.html", - "creator": "Katie Robertson", - "pubDate": "Fri, 17 Dec 2021 16:07:31 +0000", + "title": "So You Lost the Election. We Had Nothing to Do With It.", + "description": "Why is it that progressives are always blamed when moderates lose?", + "content": "Why is it that progressives are always blamed when moderates lose?", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/10/opinion/democrats-progressives-moderates-elections.html", + "creator": "Jamelle Bouie", + "pubDate": "Fri, 10 Dec 2021 14:59:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158239,16 +183610,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc3a3b0e514003d48b4a5f59835e9ea8" + "hash": "bace9a9a60815e162edc7a56b7c57cf3" }, { - "title": "Business Updates: Boeing Is Latest Federal Contractor to Drop Vaccine Mandate", - "description": "On Thursday, prosecutors summarized more than three months of testimony in their closing arguments while rebutting some points made by Ms. Holmes’s lawyers.", - "content": "On Thursday, prosecutors summarized more than three months of testimony in their closing arguments while rebutting some points made by Ms. Holmes’s lawyers.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/17/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Fri, 17 Dec 2021 21:47:55 +0000", + "title": "How Is the U.S. Economy Doing?", + "description": "Why do Americans say that the economy is awful but that they’re doing fine?", + "content": "Why do Americans say that the economy is awful but that they’re doing fine?", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/09/opinion/economy-inflation-spending-jobs.html", + "creator": "Paul Krugman", + "pubDate": "Fri, 10 Dec 2021 00:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158260,16 +183631,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2317b41a76dd40d5a9c1251c3d38e0e" + "hash": "3181dae877af16e73fdc0a66f37bf64b" }, { - "title": "Ken Kragen, a Force Behind ‘We Are the World,’ Dies at 85", - "description": "Michael Jackson, Lionel Richie and Quincy Jones were among the public faces of that 1985 fund-raising record. But behind the scenes, Mr. Kragen made it all happen.", - "content": "From left, Quincy Jones, Lionel Richie and Ken Kragen in 1985, the year the song “We Are the World” was released. Mr. Jones produced the record; Mr. Richie co-wrote the song with Michael Jackson; Mr. Kragen was in charge of assembling the performers.", - "category": "Kragen, Ken", - "link": "https://www.nytimes.com/2021/12/16/arts/music/ken-kragen-dead.html", - "creator": "Neil Genzlinger", - "pubDate": "Thu, 16 Dec 2021 22:36:38 +0000", + "title": "Don’t Let ‘Treeson’ Drive You Out of New York City", + "description": "Not everyone can make it in New York.", + "content": "Not everyone can make it in New York.", + "category": "News Corporation", + "link": "https://www.nytimes.com/2021/12/09/opinion/new-york-city-christmas.html", + "creator": "Mara Gay", + "pubDate": "Fri, 10 Dec 2021 00:08:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158281,16 +183652,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa6dff67a8d4e38236cdefabb50d653a" + "hash": "350d800fe2d8b09004ac4d7d20ea8c05" }, { - "title": "Man Dies After He Is Shot by the Police With a Stun Gun and Catches Fire", - "description": "New York’s attorney general said her office would investigate the man’s death, which followed an altercation in an upstate police station.", - "content": "Letitia James, New York’s attorney general, is investigating the death of a man who was shot with a stun gun during a confrontation with police officers. ", - "category": "Deaths (Fatalities)", - "link": "https://www.nytimes.com/2021/12/16/nyregion/man-catskill-police-stun-gun-dies.html", - "creator": "Ed Shanahan", - "pubDate": "Fri, 17 Dec 2021 00:56:22 +0000", + "title": "For the Elderly, Complacency Could Be a Killer", + "description": "Whatever the Omicron variant may mean for the young, it’s already clear that it can be deadly for the old.", + "content": "Whatever the Omicron variant may mean for the young, it’s already clear that it can be deadly for the old.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/09/opinion/omicron-nursing-homes.html", + "creator": "Zeynep Tufekci", + "pubDate": "Thu, 09 Dec 2021 19:03:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158302,16 +183673,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed45d53f65b7e3194b3c9707486451e2" + "hash": "8ed5abda7359079e64e37df98fcf84a1" }, { - "title": "Meet the Next Big Fashion Group", - "description": "Kerby Jean-Raymond has spent the last year and a half secretly trying to change the game for minority designers.", - "content": "Kerby Jean-Raymond has spent the last year and a half secretly trying to change the game for minority designers.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2021/12/16/style/kerby-jean-raymond-your-friends-in-new-york.html", - "creator": "Vanessa Friedman", - "pubDate": "Thu, 16 Dec 2021 22:39:46 +0000", + "title": "China Evergrande Has Defaulted on Its Debt, Fitch Says", + "description": "A ratings firm’s declaration confirmed what investors had already suspected, but they now must wait on a restructuring plan overseen by the firm hand of Beijing.", + "content": "A ratings firm’s declaration confirmed what investors had already suspected, but they now must wait on a restructuring plan overseen by the firm hand of Beijing.", + "category": "China", + "link": "https://www.nytimes.com/2021/12/09/business/china-evergrande-default.html", + "creator": "Alexandra Stevenson and Cao Li", + "pubDate": "Thu, 09 Dec 2021 13:44:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158323,16 +183694,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75478ad02f93567f1b95ff22c409f3fd" + "hash": "93ea6a5804fc153ebe60e45fe031b2ad" }, { - "title": "Can I Call Out My Friend for Lying About Her Dad’s Death?", - "description": "Confused by an introduction to someone she had been told was deceased, a reader seeks advice.", - "content": "Confused by an introduction to someone she had been told was deceased, a reader seeks advice.", - "category": "Customs, Etiquette and Manners", - "link": "https://www.nytimes.com/2021/12/16/style/dead-dad-lie-social-qs.html", - "creator": "Philip Galanes", - "pubDate": "Thu, 16 Dec 2021 14:00:04 +0000", + "title": "How Nursing Homes’ Worst Offenses Are Hidden From the Public", + "description": "Thousands of problems identified by state inspectors were never publicly disclosed because of a secretive appeals process, a New York Times investigation found.", + "content": "Thousands of problems identified by state inspectors were never publicly disclosed because of a secretive appeals process, a New York Times investigation found.", + "category": "Nursing Homes", + "link": "https://www.nytimes.com/2021/12/09/business/nursing-home-abuse-inspection.html", + "creator": "Robert Gebeloff, Katie Thomas and Jessica Silver-Greenberg", + "pubDate": "Thu, 09 Dec 2021 16:13:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158344,16 +183715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ff09ab0f324e9d01edf186eff86c60b" + "hash": "2480bde220d752656712e1a8bdc954d7" }, { - "title": "Review: ‘The Witcher,’ a Netflix Heavy Hitter, Finally Returns", - "description": "Still ranking in the service’s Top 5 in viewership, the medieval fantasy is back for a second season after a two-year hiatus.", - "content": "Still ranking in the service’s Top 5 in viewership, the medieval fantasy is back for a second season after a two-year hiatus.", + "title": "Review: ‘And Just Like That,’ It All Went Wrong", + "description": "The “Sex and the City” revival is part dramedy about heartbreak, part awkward bid at relevance.", + "content": "The “Sex and the City” revival is part dramedy about heartbreak, part awkward bid at relevance.", "category": "Television", - "link": "https://www.nytimes.com/2021/12/16/arts/television/review-the-witcher-netflix.html", - "creator": "Mike Hale", - "pubDate": "Thu, 16 Dec 2021 16:44:16 +0000", + "link": "https://www.nytimes.com/2021/12/09/arts/television/review-and-just-like-that.html", + "creator": "James Poniewozik", + "pubDate": "Thu, 09 Dec 2021 18:31:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158365,16 +183736,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "112df004594858315dda5726457a4992" + "hash": "4cdfef632e494823c7f74491afbaf190" }, { - "title": "In ‘With Love,’ Gloria Calderón Kellett Comes Home for the Holidays", - "description": "For her first show as a sole creator, Calderón Kellett writes love stories for a family that looks a lot like her own.", - "content": "“It was so joyful to write it and then so joyful to get to make it,” Gloria Calderón Kellett said about her new series, “With Love.” Each episode is structured around a different holiday. ", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/15/arts/television/with-love-gloria-calderon-kellett-amazon.html", - "creator": "Alexis Soloski", - "pubDate": "Wed, 15 Dec 2021 19:03:18 +0000", + "title": "What a Times Journalist Learned From His ‘Don’t Look Up’ Moment", + "description": "A new film about a killer comet revives memories of a nail-biting night in The Times newsroom two decades ago.", + "content": "A new film about a killer comet revives memories of a nail-biting night in The Times newsroom two decades ago.", + "category": "Asteroids", + "link": "https://www.nytimes.com/2021/12/09/science/dont-look-up-movie.html", + "creator": "Dennis Overbye", + "pubDate": "Thu, 09 Dec 2021 22:45:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158386,16 +183757,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c6c252a487f8784c3e7a2de5e360e01" + "hash": "3f8cc2df7d5e7adbcc758a475b838810" }, { - "title": "2022 N.F.L. Salary Cap Winners and Losers", - "description": "The New Orleans Saints and Green Bay Packers, beset by hefty long-term contracts, will be forced into personnel decisions in 2022.", - "content": "The New Orleans Saints are expected to be over the 2022 salary cap by an estimated $61 million, having spent to keep their veteran nucleus together during Drew Brees’s final seasons.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/15/sports/football/nfl-salary-cap-new-orleans-saints.html", - "creator": "Mike Tanier", - "pubDate": "Wed, 15 Dec 2021 05:01:05 +0000", + "title": "Migrant Truck Crash in Mexico Kills More Than 50", + "description": "The migrants, mostly from Guatemala and apparently U.S.-bound, had been crammed into a tractor-trailer that flipped and slammed into a bridge in southern Mexico.", + "content": "The migrants, mostly from Guatemala and apparently U.S.-bound, had been crammed into a tractor-trailer that flipped and slammed into a bridge in southern Mexico.", + "category": "Immigration and Emigration", + "link": "https://www.nytimes.com/2021/12/10/world/americas/mexico-truck-crash.html", + "creator": "Oscar Lopez", + "pubDate": "Fri, 10 Dec 2021 19:49:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158407,16 +183778,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22932a76f46e22dab33db2d6344d402c" + "hash": "a0fac76a24d3b498fe866fa6c5fe0b86" }, { - "title": "Doctors and Nurses Are ‘Living in a Constant Crisis’ as Covid Fills Hospitals and Omicron Looms", - "description": "Hospitalizations across the country have increased 20 percent in two weeks, taxing already exhausted health care workers as the United States confronts a new variant.", - "content": "Josh Alba, a nurse, in a hallway of the Covid intensive care unit at Covenant HealthCare in Saginaw, Mich.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/17/us/covid-hospitals-omicron.html", - "creator": "Mitch Smith", - "pubDate": "Fri, 17 Dec 2021 16:25:57 +0000", + "title": "Hesitancy, Apathy and Unused Doses: Zambia’s Vaccination Challenges", + "description": "Vaccinating Africa is critical to protecting the continent and the world against dangerous variants, but supply isn’t the only obstacle countries face.", + "content": "The Covid-19 vaccination tents at Chongwe District Hospital in Zambia sat empty.", + "category": "Vaccination and Immunization", + "link": "https://www.nytimes.com/2021/12/11/health/covid-vaccine-africa.html", + "creator": "Stephanie Nolen", + "pubDate": "Sat, 11 Dec 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158428,16 +183799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "910366e46a12e5c3759cc7e10bb2f314" + "hash": "e84b45d2981741872d8b31deb1dda737" }, { - "title": "Covid updates: Britain reported another record day of cases.", - "description": "The agency cited increasing evidence that the company’s shots can trigger a rare blood clotting disorder. Scientists are racing to gauge the threat that Omicron poses.", - "content": "The agency cited increasing evidence that the company’s shots can trigger a rare blood clotting disorder. Scientists are racing to gauge the threat that Omicron poses.", + "title": "Tornadoes Hit Several States, With at Least 50 Likely Dead in Kentucky", + "description": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", + "content": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/17/world/covid-omicron-vaccines", + "link": "https://www.nytimes.com/live/2021/12/11/us/tornadoes-storms-amazon", "creator": "The New York Times", - "pubDate": "Fri, 17 Dec 2021 17:06:04 +0000", + "pubDate": "Sat, 11 Dec 2021 10:21:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158449,16 +183820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e4eeeadb84282702a939f50f5b3c508" + "hash": "98e70e4afd2a995e048f3c428a50f099" }, { - "title": "Kimberly Potter Testifies About the Killing of Daunte Wright", - "description": "Ms. Potter, a former police officer on trial, is giving her first public account of what happened when she shot Mr. Wright. Watch her testimony here.", - "content": "Ms. Potter, a former police officer on trial, is giving her first public account of what happened when she shot Mr. Wright. Watch her testimony here.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/17/us/kim-potter-trial-daunte-wright", - "creator": "The New York Times", - "pubDate": "Fri, 17 Dec 2021 17:06:04 +0000", + "title": "International Travel During Covid: The Documents You Need", + "description": "The pandemic has created a whole new checklist of what you should bring on your trip. Here’s the essential paperwork you need to have in your bag.", + "content": "The pandemic has created a whole new checklist of what you should bring on your trip. Here’s the essential paperwork you need to have in your bag.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/10/travel/international-travel-documents-covid.html", + "creator": "Lauren Sloss", + "pubDate": "Fri, 10 Dec 2021 17:27:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158470,16 +183841,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b9e779e508a8212e707fbb175a4a5b4" + "hash": "d21a06b5b62d73c4f7f89220288992ff" }, { - "title": "Eric Adams Says He Wants to Close Rikers. It May Not Be That Simple.", - "description": "The incoming mayor’s anti-crime ideas appear to conflict with a push to cut the jail population, clouding the future of plans to close the troubled complex.", - "content": "The incoming mayor’s anti-crime ideas appear to conflict with a push to cut the jail population, clouding the future of plans to close the troubled complex.", - "category": "Adams, Eric L", - "link": "https://www.nytimes.com/2021/12/17/nyregion/eric-adams-rikers-island.html", - "creator": "Nicholas Fandos and Jonah E. Bromwich", - "pubDate": "Fri, 17 Dec 2021 16:41:55 +0000", + "title": "Echoing Trump, David Perdue Sues Over Baseless Election Claims", + "description": "The legal action by Mr. Perdue, a Republican candidate for governor of Georgia, was the latest sign that 2020 election falsehoods will be a main focus of his bid.", + "content": "The legal action by Mr. Perdue, a Republican candidate for governor of Georgia, was the latest sign that 2020 election falsehoods will be a main focus of his bid.", + "category": "Perdue, David A Jr", + "link": "https://www.nytimes.com/2021/12/10/us/politics/david-perdue-georgia-election.html", + "creator": "Astead W. Herndon and Nick Corasaniti", + "pubDate": "Fri, 10 Dec 2021 22:45:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158491,16 +183862,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "226ab411a8c456ffb03293d44e3b3fea" + "hash": "219c5240bd185f14f64ba48ca32db8d5" }, { - "title": "Change Comes to Rikers Island, but Is It Too Late?", - "description": "The city’s reform-minded corrections commissioner, who introduced therapeutic programs for guards and detainees, is leaving.", - "content": "The city’s reform-minded corrections commissioner, who introduced therapeutic programs for guards and detainees, is leaving.", - "category": "Prisons and Prisoners", - "link": "https://www.nytimes.com/2021/12/17/nyregion/rikers-island-vincent-schiraldi.html", - "creator": "Ginia Bellafante", - "pubDate": "Fri, 17 Dec 2021 16:02:29 +0000", + "title": "What Do We Mean by Good Soccer?", + "description": "The best games manage to be both compulsive viewing and technically excellent, but those that clear that bar are rare. And that presents fans with a choice.", + "content": "The best games manage to be both compulsive viewing and technically excellent, but those that clear that bar are rare. And that presents fans with a choice.", + "category": "Soccer", + "link": "https://www.nytimes.com/2021/12/10/sports/soccer/manchester-united-rangnick.html", + "creator": "Rory Smith", + "pubDate": "Fri, 10 Dec 2021 22:08:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158512,16 +183883,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ba3b8cf53b59d31af2ae7993507aa15" + "hash": "b392e2e96214f2e1d413ea58ed489c9d" }, { - "title": "He’s Prosecuted Pirates and Arms Dealers. Now He’ll Advise Eric Adams.", - "description": "Brendan McGuire, a former federal prosecutor in Manhattan who ran an anti-corruption unit, will be Mr. Adams’s chief counsel.", - "content": "Brendan McGuire, a former federal prosecutor, was an adviser to Eric Adams during his mayoral campaign and his transition.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/17/nyregion/adams-brendan-mcguire-lawyer.html", - "creator": "Benjamin Weiser and William K. Rashbaum", - "pubDate": "Fri, 17 Dec 2021 10:00:18 +0000", + "title": "13 New Christmas Albums That Reimagine Holiday Songs", + "description": "Fresh seasonal releases from Kelly Clarkson, Bryson Tiller, Nat King Cole and Pistol Annies span genres and generations.", + "content": "Fresh seasonal releases from Kelly Clarkson, Bryson Tiller, Nat King Cole and Pistol Annies span genres and generations.", + "category": "Christmas", + "link": "https://www.nytimes.com/2021/12/09/arts/music/new-christmas-holiday-albums.html", + "creator": "Jon Caramanica, Jon Pareles and Giovanni Russonello", + "pubDate": "Fri, 10 Dec 2021 15:44:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158533,16 +183904,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f995f5f7d7b06a4d71eebff5a6f49dc" + "hash": "7ebaf8fffa3c8f7fda46622436dd77fb" }, { - "title": "What Makes Me a Monster", - "description": "Stalin had it. So did Pablo Escobar. And my psoriasis has led me to live a life in shadows. ", - "content": "Stalin had it. So did Pablo Escobar. And my psoriasis has led me to live a life in shadows. ", - "category": "Psoriasis", - "link": "https://www.nytimes.com/2021/12/16/opinion/psoriasis-skin-disease.html", - "creator": "Sergio del Molino", - "pubDate": "Thu, 16 Dec 2021 10:00:07 +0000", + "title": "Murray Bartlett of ‘The White Lotus’ Shucks His Oyster", + "description": "The Australian actor is hitting his stride at 50.", + "content": "The Australian actor is hitting his stride at 50.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/10/style/murray-bartlett-of-the-white-lotus-shucks-his-oyster.html", + "creator": "Alexis Soloski", + "pubDate": "Fri, 10 Dec 2021 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158554,16 +183925,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3136dc66f9bcaa81a89afdd00a3ee3bf" + "hash": "9bdf51c327f5cca6191304e8c284636c" }, { - "title": "What Does Gun Control Look Like After the Michigan High School Shooting?", - "description": "Who would have thought a locked drawer could loom so large?", - "content": "Who would have thought a locked drawer could loom so large?", - "category": "Gun Control", - "link": "https://www.nytimes.com/2021/12/15/opinion/michigan-school-shooting.html", - "creator": "Gail Collins", - "pubDate": "Thu, 16 Dec 2021 00:12:59 +0000", + "title": "A Roving History of Mortals Considered Gods", + "description": "“Accidental Gods,” by Anna Della Subin, is about “men unwittingly turned divine,” including Julius Caesar, Gandhi, Douglas MacArthur and others.", + "content": "“Accidental Gods,” by Anna Della Subin, is about “men unwittingly turned divine,” including Julius Caesar, Gandhi, Douglas MacArthur and others.", + "category": "Accidental Gods: On Men Unwittingly Turned Divine (Book)", + "link": "https://www.nytimes.com/2021/12/08/books/review-accidental-gods-anna-della-subin.html", + "creator": "Jennifer Szalai", + "pubDate": "Wed, 08 Dec 2021 10:00:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158575,16 +183946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1deb4a9feccd8d9d7551826acaae641e" + "hash": "c37a26c6064d15df28d0dfb634cbe6dd" }, { - "title": "A Serious Threat to Reproductive Rights", - "description": "Readers criticize an essay that expressed gratitude for President Trump’s picks for Supreme Court justices. Also: Liz Cheney; cruelty to migrants; Santa Claus.", - "content": "Readers criticize an essay that expressed gratitude for President Trump’s picks for Supreme Court justices. Also: Liz Cheney; cruelty to migrants; Santa Claus.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/16/opinion/letters/abortion-reproductive-rights.html", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 17:03:08 +0000", + "title": "Michael Hurley, an Original Folk Iconoclast, Turns 80", + "description": "For six decades, the folk singer has chronicled his woes and loves on records he’s mostly made himself. His new album celebrates that independence — and the community it fostered.", + "content": "For six decades, the folk singer has chronicled his woes and loves on records he’s mostly made himself. His new album celebrates that independence — and the community it fostered.", + "category": "Folk Music", + "link": "https://www.nytimes.com/2021/12/08/arts/music/michael-hurley-time-of-the-foxgloves.html", + "creator": "Grayson Haver Currin", + "pubDate": "Wed, 08 Dec 2021 20:08:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158596,16 +183967,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8088965a57ecc8120a06238ad60c504" + "hash": "22696799c993649649891d8e7cc88cc3" }, { - "title": "What to Know as Student Loan Repayments Restart in February 2022", - "description": "Loan payments are about to resume for tens of millions of borrowers. Here’s how to navigate the end of the payment pause — and how to get into a more affordable plan if you need it.", - "content": "Loan payments are about to resume for tens of millions of borrowers. Here’s how to navigate the end of the payment pause — and how to get into a more affordable plan if you need it.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/article/student-loan-payment-restart.html", - "creator": "Tara Siegel Bernard", - "pubDate": "Fri, 17 Dec 2021 10:00:15 +0000", + "title": "Why ‘Dr. Brain’ Is More Subdued Than Sensational", + "description": "In an interview, the South Korean filmmaker Kim Jee-woon discusses his quiet psychological thriller and the emerging global popularity of K-drama.", + "content": "In an interview, the South Korean filmmaker Kim Jee-woon discusses his quiet psychological thriller and the emerging global popularity of K-drama.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/10/arts/television/dr-brain-apple-tv-kim-jee-woon.html", + "creator": "Simon Abrams", + "pubDate": "Sat, 11 Dec 2021 05:13:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158617,16 +183988,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32c3f7e48d325259ccc43815fb7cdfd1" + "hash": "2ec4cb1cfddf9833a5260d9653e93401" }, { - "title": "Ghislaine Maxwell Defense May Finish Its Case on Friday", - "description": "It remained unclear whether Ms. Maxwell would testify in her own defense, a choice that carries enormous risk. Follow updates.", - "content": "It remained unclear whether Ms. Maxwell would testify in her own defense, a choice that carries enormous risk. Follow updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/17/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Fri, 17 Dec 2021 16:50:20 +0000", + "title": "November 2021 CPI: Inflation Rose at Fastest Pace Since 1982", + "description": "The Consumer Price Index is rising sharply, a concern for Washington policymakers and a sign of the rising costs facing American households.", + "content": "The Consumer Price Index is rising sharply, a concern for Washington policymakers and a sign of the rising costs facing American households.", + "category": "Inflation (Economics)", + "link": "https://www.nytimes.com/2021/12/10/business/cpi-inflation-november-2021.html", + "creator": "Jeanna Smialek", + "pubDate": "Fri, 10 Dec 2021 22:12:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158638,16 +184009,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a99493171d5826aa32a14360e8a8f02b" + "hash": "fa44d9eb728a7439a2f4c84825d75dc2" }, { - "title": "Protect Abortion Rights? Virginia Democrats’ Vacation Plans Get in the Way.", - "description": "Some Virginia Democrats want to codify abortion rights into state law in their final weeks in power. But several state senators do not want to upend their travel to Hawaii, Europe and Africa.", - "content": "Virginia’s General Assembly does not allow proxy or remote voting, and Democrats’ narrow majority in the State Senate means that all members must be present to pass contentious legislation.", - "category": "Virginia", - "link": "https://www.nytimes.com/2021/12/17/us/politics/virginia-democrats-abortion.html", - "creator": "Reid J. Epstein and Lisa Lerer", - "pubDate": "Fri, 17 Dec 2021 15:48:05 +0000", + "title": "Vaccine Mandates Rekindle Fierce Debate Over Civil Liberties", + "description": "Tougher requirements in some European nations have inspired pushback from angry citizens as leaders grapple with how far to go in the name of public health.", + "content": "Tougher requirements in some European nations have inspired pushback from angry citizens as leaders grapple with how far to go in the name of public health.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2021/12/10/world/europe/vaccine-mandates-civil-liberties.html", + "creator": "Mark Landler", + "pubDate": "Fri, 10 Dec 2021 17:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158659,16 +184030,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b620fa8dc5b95605d2448bf68d0cb3d7" + "hash": "f6386e7471ab5fcb64238f19bb5d7344" }, { - "title": "Crossing America by Canoe. Two Years, 22 Rivers, 7,500 Miles.", - "description": "Paddling through the pandemic to see the country from water level “up close and personal at this interesting time.”", - "content": "“I wanted to see the country up close and personal at this interesting time, with the pandemic and all the political strife, to find out what it actually means to be American today,” Mr. Moore said.", - "category": "States (US)", - "link": "https://www.nytimes.com/2021/12/17/nyregion/cross-country-canoe-paddle.html", - "creator": "Corey Kilgannon", - "pubDate": "Fri, 17 Dec 2021 10:00:27 +0000", + "title": "New York Businesses Ordered to Require Masks Indoors or Vaccine Proof", + "description": "Some Republican officials criticized the move, which Gov. Kathy Hochul labeled a “wake-up call” to areas where vaccination lags.", + "content": "Some Republican officials criticized the move, which Gov. Kathy Hochul labeled a “wake-up call” to areas where vaccination lags.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/10/nyregion/ny-mask-mandate-covid.html", + "creator": "Luis Ferré-Sadurní and Jesse McKinley", + "pubDate": "Fri, 10 Dec 2021 21:37:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158680,16 +184051,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2545aa8ae5ddcab04bee4aa7e056f315" + "hash": "0abe410e9e09fc77cc9c33da5a579f9c" }, { - "title": "F.D.A. Will Permanently Allow Abortion Pills by Mail", - "description": "The decision will broaden access to medication abortion, an increasingly common method, but many conservative states are already mobilizing against it.", - "content": "Lifting the restrictions on mifepristone would make medication abortion more accessible, but in 19 states that have already banned telemedicine visits for abortion pills, women would probably need to travel to states that allow it.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/16/health/abortion-pills-fda.html", - "creator": "Pam Belluck", - "pubDate": "Fri, 17 Dec 2021 00:37:15 +0000", + "title": "In the Michigan School Shooting, the Prosecutor Asks, What About the Parents?", + "description": "After seeing the evidence, Karen McDonald made an instinctual, and unusual, decision to charge Ethan Crumbley’s mother and father. Can she succeed?", + "content": "After seeing the evidence, Karen McDonald made an instinctual, and unusual, decision to charge Ethan Crumbley’s mother and father. Can she succeed?", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/10/us/michigan-school-shooting-prosecutor.html", + "creator": "Stephanie Saul", + "pubDate": "Fri, 10 Dec 2021 20:14:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158701,16 +184072,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83de68b8e6bc0f8f5269ace43e57406c" + "hash": "93abf7e3aab6bceba04fa942b55e8ad4" }, { - "title": "Business Updates: Closing Arguments Set to Conclude in Elizabeth Holmes Trial", - "description": "On Thursday, prosecutors summarized more than three months of testimony in their closing arguments while rebutting some points made by Ms. Holmes’s lawyers.", - "content": "On Thursday, prosecutors summarized more than three months of testimony in their closing arguments while rebutting some points made by Ms. Holmes’s lawyers.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/17/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Fri, 17 Dec 2021 16:50:20 +0000", + "title": "Jeff Bezos Is Getting Astronaut Wings. But Soon, the F.A.A. Won’t Award Them.", + "description": "Starting in January, space tourists will not receive a participation trophy for flying to space. But everyone will be on the honor roll.", + "content": "Starting in January, space tourists will not receive a participation trophy for flying to space. But everyone will be on the honor roll.", + "category": "Private Spaceflight", + "link": "https://www.nytimes.com/2021/12/10/science/astronaut-wings-faa-bezos-musk.html", + "creator": "Joey Roulette", + "pubDate": "Sat, 11 Dec 2021 00:10:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158722,16 +184093,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cc8bff00b158f372cc856989bf1c32d" + "hash": "7f9322cc485e26ca937e11e9c3c41db3" }, { - "title": "Britain’s Conservatives Lose ‘Safe’ Seat, Dealing a Blow to Boris Johnson", - "description": "The governing party lost to the Liberal Democrats a district that it had represented for more than a century.", - "content": "In the North Shropshire by-election, Helen Morgan, center, of the Liberal Democrats, defeated the Conservative candidate.", - "category": "Great Britain", - "link": "https://www.nytimes.com/2021/12/17/world/europe/uk-election-tories-boris-johnson.html", - "creator": "Stephen Castle and Mark Landler", - "pubDate": "Fri, 17 Dec 2021 14:11:26 +0000", + "title": "How Bank Regulators Are Trying to Oust a Trump Holdover", + "description": "Jelena McWilliams, the FDIC’s chairwoman, doesn’t always go along with President Biden’s agenda. Other regulators want to push her out.", + "content": "Jelena McWilliams, the FDIC’s chairwoman, doesn’t always go along with President Biden’s agenda. Other regulators want to push her out.", + "category": "Banking and Financial Institutions", + "link": "https://www.nytimes.com/2021/12/10/business/jelena-mcwilliams-fdic-bank-regulation-trump.html", + "creator": "Emily Flitter", + "pubDate": "Fri, 10 Dec 2021 21:25:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158743,16 +184114,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a36bbbd9ef6a07f601c9fc6be1bc36e" + "hash": "36347bc8ff6580c8d64dab9e3f245ce0" }, { - "title": "Shooting Investigators Get Search Warrant for Alec Baldwin’s Phone", - "description": "Detectives are nearly two months into the investigation of how a live round got into a gun that discharged on a New Mexico film set, killing a cinematographer.", - "content": "Detectives are nearly two months into the investigation of how a live round got into a gun that discharged on a New Mexico film set, killing a cinematographer.", - "category": "Baldwin, Alec", - "link": "https://www.nytimes.com/2021/12/16/arts/rust-alec-baldwin-search-warrant.html", - "creator": "Julia Jacobs and Graham Bowley", - "pubDate": "Fri, 17 Dec 2021 09:28:08 +0000", + "title": "‘Social Detonator’: In Artist’s Work, and Life, Different Classes Collide", + "description": "Oscar Murillo, a Colombian-born painter raised in London, considers it an “infiltration” when his class-conscious canvases wind up on the walls of collectors.", + "content": "Oscar Murillo, a Colombian-born painter raised in London, considers it an “infiltration” when his class-conscious canvases wind up on the walls of collectors.", + "category": "Murillo, Oscar (1986- )", + "link": "https://www.nytimes.com/2021/12/10/world/americas/oscar-murillo-colombian-artist.html", + "creator": "Silvana Paternostro", + "pubDate": "Sat, 11 Dec 2021 00:02:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158764,16 +184135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6caa61c88754f9b1881fb772c33978c" + "hash": "a8e01acfcc5b69ea7716885e67c828dc" }, { - "title": "Does Marathon Running Increase the Risk of Cardiac Arrest?", - "description": "Endurance exercise reduces the overall risk of heart troubles but can raise the risk in the short term, especially during a race.", - "content": "Runners cross the Willis Avenue Bridge during the 2018 New York City Marathon.", - "category": "Heart", - "link": "https://www.nytimes.com/2019/05/31/well/move/does-marathon-running-increase-the-risk-of-cardiac-arrest.html", - "creator": "Gretchen Reynolds", - "pubDate": "Tue, 04 Jun 2019 03:17:18 +0000", + "title": "Republicans in Texas County, in Unusual Move, Upend Primary System", + "description": "The G.O.P. in Potter County is planning to break away from a nonpartisan election board and hold its own primary next year, in a move criticized by election experts.", + "content": "The G.O.P. in Potter County is planning to break away from a nonpartisan election board and hold its own primary next year, in a move criticized by election experts.", + "category": "Primaries and Caucuses", + "link": "https://www.nytimes.com/2021/12/10/us/politics/republicans-amarillo-potter-county-primary.html", + "creator": "Jennifer Medina", + "pubDate": "Sat, 11 Dec 2021 01:53:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158785,16 +184156,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3875afcb05bf355d9351fbdb8b06a957" + "hash": "036e0ce244de88108a2daa1173ec12c6" }, { - "title": "2021's Bespoke ‘Nutcracker’ at City Ballet Meant Costume Changes", - "description": "After the pandemic pause, nearly 130 costumes had to be remade for a cast that’s older and taller. Built in? Ways to adjust them back down in size.", - "content": "A pull-away Nutcracker suit for the Prince, at the New York City Ballet costume shop at Lincoln Center.", - "category": "Dancing", - "link": "https://www.nytimes.com/2021/12/16/arts/dance/nutcracker-costumes-new-york-city-ballet.html", - "creator": "Julia Jacobs", - "pubDate": "Thu, 16 Dec 2021 15:00:09 +0000", + "title": "Jussie Smollett Found Guilty: What Comes Next?", + "description": "The actor who was found guilty of falsely telling the police he was the victim of a hate crime faces a possible sentence of up to three years, but experts disagree on whether the judge is likely to incarcerate him.", + "content": "The actor who was found guilty of falsely telling the police he was the victim of a hate crime faces a possible sentence of up to three years, but experts disagree on whether the judge is likely to incarcerate him.", + "category": "Smollett, Jussie (1983- )", + "link": "https://www.nytimes.com/2021/12/10/arts/television/jussie-smollett-convicted-guilty.html", + "creator": "Julia Jacobs and Mark Guarino", + "pubDate": "Sat, 11 Dec 2021 00:41:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158806,16 +184177,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c230906b431c97b06e6baeda15d2a133" + "hash": "512eab55c1d4cfc77425b5a9752c69fb" }, { - "title": "N.F.L. Week 15 Picks Against the Spread", - "description": "Kansas City and the Los Angeles Chargers will trade deep shots, Covid-19-depleted teams will do battle for playoff spots and the Patriots and Colts’ throwback matchup should deliver.", - "content": "Kansas City and the Los Angeles Chargers will trade deep shots, Covid-19-depleted teams will do battle for playoff spots and the Patriots and Colts’ throwback matchup should deliver.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/16/sports/football/nfl-week-15-picks.html", - "creator": "Emmanuel Morgan", - "pubDate": "Fri, 17 Dec 2021 14:26:37 +0000", + "title": "Prosecution Rests at Ghislaine Maxwell Trial After 4th Accuser Testifies", + "description": "Annie Farmer was 16 when, she said, Jeffrey Epstein and Ghislaine Maxwell engaged in behavior that upset her.", + "content": "Annie Farmer was 16 when, she said, Jeffrey Epstein and Ghislaine Maxwell engaged in behavior that upset her.", + "category": "Sex Crimes", + "link": "https://www.nytimes.com/2021/12/10/nyregion/ghislaine-maxwell-trial-annie-farmer.html", + "creator": "Benjamin Weiser, Colin Moynihan and Rebecca Davis O’Brien", + "pubDate": "Sat, 11 Dec 2021 03:14:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158827,16 +184198,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8da4557986cf1500c362c3eb221af392" + "hash": "4aa9e0b7bab05ab7eb43f7181d55d1bb" }, { - "title": "Public Singalongs Finally Return to New York City", - "description": "From Sondheim tributes to rowdy bars to sacred chapels, New Yorkers are bringing back the singalong.", - "content": "A joyful Saturday night at the Cutting Room in Manhattan. Patrons of piano bars and karaoke joints in New York seem newly appreciative of the chance to join in song.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/10/nyregion/singing-pandemic-new-york.html", - "creator": "Bob Morris", - "pubDate": "Fri, 10 Dec 2021 10:00:25 +0000", + "title": "Live Updates: Tornadoes Rip Through Several States, Killing One", + "description": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", + "content": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/11/us/tornadoes-storms-amazon", + "creator": "The New York Times", + "pubDate": "Sat, 11 Dec 2021 09:13:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -158848,20 +184219,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cedfe8d49f91165dba7912c1e64659fb" + "hash": "14587bec27620e686526c062a1fe94c3" }, { - "title": "Seth Meyers Wants Fox News to Stop Saying ‘Big Meat’", - "description": "As Fox hosts went after President Biden over rising prices, Meyers found their choice of words a little distracting.", - "content": "As Fox hosts went after President Biden over rising prices, Meyers found their choice of words a little distracting.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/17/arts/television/seth-meyers-fox-news-big-meat.html", - "creator": "Trish Bendix", - "pubDate": "Fri, 17 Dec 2021 07:17:20 +0000", + "title": "Biden Eulogizes Dole as ‘Genuine Hero’ Who ‘Lived by a Code of Honor’", + "description": "The funeral at Washington National Cathedral evoked a kind of Old Home Week ritual as one momentous Washington figure after another soldiered into the rows.", + "content": "The funeral at Washington National Cathedral evoked a kind of Old Home Week ritual as one momentous Washington figure after another soldiered into the rows.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/10/us/politics/bob-dole-funeral-biden.html", + "creator": "Mark Leibovich and Zolan Kanno-Youngs", + "pubDate": "Sat, 11 Dec 2021 02:30:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -158869,20 +184239,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "35593dc68f5e4137fccb1d371526a760" + "hash": "83dfd8313724915e7c00e2280e949fa0" }, { - "title": "Karl Lagerfeld’s Estate Auction Excites Collectors", - "description": "The designer’s estate is being auctioned in a series of three sales, and collectors are very excited.", - "content": "Pierre Mothes, vice president of Sotheby’s France, earlier this week at an auction of Karl Lagerfeld’s personal items in Paris. Even with social distancing in place and most of the bids remote, the sale set records.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/16/style/karl-lagerfeld-estate-auction.html", - "creator": "Tina Isaac-Goizé", - "pubDate": "Thu, 16 Dec 2021 22:51:02 +0000", + "title": "One Killed at Arkansas Nursing Home as Tornadoes Rip Through Several States", + "description": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill.", + "content": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill.", + "category": "Tornadoes", + "link": "https://www.nytimes.com/2021/12/10/us/arkansas-tornado-nursing-home-monette.html", + "creator": "Michael Levenson, Vimal Patel and Isabella Grullón Paz", + "pubDate": "Sat, 11 Dec 2021 05:31:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -158890,20 +184259,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "945400da10665ba3d0a558937fc8859e" + "hash": "21585e54bfba3d7d4b3bd9ebfdd8c2c6" }, { - "title": "Virus Cases Spike Across U.S., Spurring Disruptions and Cancellations", - "description": "Officials are concerned by an increase in a rare but serious blood clotting disorder linked to the drugmaker’s vaccine. Here’s the latest pandemic news.", - "content": "Officials are concerned by an increase in a rare but serious blood clotting disorder linked to the drugmaker’s vaccine. Here’s the latest pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/16/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Thu, 16 Dec 2021 19:08:25 +0000", + "title": "GM’s EV Efforts Reportedly Include a Bigger Michigan Presence", + "description": "The company will make electric pickups at an existing plant and batteries at a factory built with a partner, a person with knowledge of the plan said.", + "content": "The company will make electric pickups at an existing plant and batteries at a factory built with a partner, a person with knowledge of the plan said.", + "category": "General Motors", + "link": "https://www.nytimes.com/2021/12/10/business/gm-electric-vehicles-michigan.html", + "creator": "Neal E. Boudette", + "pubDate": "Fri, 10 Dec 2021 22:56:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -158911,20 +184279,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "88c5f06564df0cffa887641848da9c4d" + "hash": "7a215584fda9e0f0e1360fcaafb898d6" }, { - "title": "An Omicron Surge is Likely, Here's What to Expect", - "description": "We look at the latest on Omicron.", - "content": "A line at a London vaccination site.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/16/briefing/omicron-update-spread-vaccines.html", - "creator": "David Leonhardt", - "pubDate": "Thu, 16 Dec 2021 11:40:17 +0000", + "title": "Inflation Rising at Fastest Pace in Nearly 40 Years, New Data Shows", + "description": "The Consumer Price Index climbed by 6.8 percent in November from a year ago, the strongest inflationary burst in a generation. Follow economic updates.", + "content": "The Consumer Price Index climbed by 6.8 percent in November from a year ago, the strongest inflationary burst in a generation. Follow economic updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/10/business/inflation-cpi-stock-market-news", + "creator": "The New York Times", + "pubDate": "Fri, 10 Dec 2021 20:44:02 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -158932,20 +184299,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ae15c28afadb4cf275231661f238810" + "hash": "7f8c15456241efe83d78cf50573dbe6b" }, { - "title": "Several New York City Restaurants Close as Covid Cases Rise", - "description": "At least a dozen businesses have temporarily shut this week in response to positive test results among their workers, and others are expected to follow.", - "content": "Samantha Safer, the owner of Otway, in Brooklyn, closed her restaurant for dinner on Wednesday night after an employee was exposed to Covid-19.", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/2021/12/16/dining/nyc-restaurants-covid-omicron.html", - "creator": "Priya Krishna and Christina Morales", - "pubDate": "Thu, 16 Dec 2021 18:04:17 +0000", + "title": "One-year jump in energy prices is a big factor in inflation’s jump.", + "description": "Energy prices rose by one-third in the last year, and 6.8 percent in November alone, but there are recent signs of relief.", + "content": "Energy prices rose by one-third in the last year, and 6.8 percent in November alone, but there are recent signs of relief.", + "category": "Prices (Fares, Fees and Rates)", + "link": "https://www.nytimes.com/live/2021/12/10/business/inflation-cpi-stock-market-news/one-year-jump-in-energy-prices-is-a-big-factor-in-inflations-jump", + "creator": "Talmon Joseph Smith", + "pubDate": "Fri, 10 Dec 2021 18:28:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -158953,20 +184319,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f96e54047981be67158d40d76a1eabfb" + "hash": "61554161abe731ab6d2f2e42744bd0d2" }, { - "title": "C.D.C. Panel Will Discuss Blood Clot Risk Linked to J.&J.’s Vaccine", - "description": "On Thursday, agency advisers will review updated figures showing roughly nine deaths from the rare disorder, according to a federal official.", - "content": "A woman receiving the Johnson & Johnson Covid-19 vaccine in New York earlier this year.", - "category": "Blood Clots", - "link": "https://www.nytimes.com/2021/12/15/health/johnson-johnson-vaccine-blood-clots-cdc.html", - "creator": "Noah Weiland and Rebecca Robbins", - "pubDate": "Thu, 16 Dec 2021 17:21:27 +0000", + "title": "Food prices and rent surged in November, helping fuel inflation.", + "description": "Prices for beef, pork and other food were up sharply from one year ago and housing costs also continued to climb.", + "content": "Prices for beef, pork and other food were up sharply from one year ago and housing costs also continued to climb.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/10/business/inflation-cpi-stock-market-news/food-prices-and-rent-surged-in-november-helping-fuel-inflation", + "creator": "Madeleine Ngo", + "pubDate": "Fri, 10 Dec 2021 18:05:54 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -158974,20 +184339,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca96600aefda7a7cca1eb732707871a0" + "hash": "aa5666c3c13a0f5c126f34bf4b10bc67" }, { - "title": "Facing Subpoenas, Trump Allies Try to Run Out the Clock on Democrats", - "description": "Democrats hope a Biden Justice Department can speed up legal action, but Donald J. Trump and his allies are proving adept at using judicial delay to withhold information from Congress.", - "content": "Mark Meadows said he was not trying to delay the Jan. 6 inquiry, but had legitimate objections about his constitutional rights and presidential prerogatives.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/16/us/politics/trump-subpoenas.html", - "creator": "Jonathan Weisman and Luke Broadwater", - "pubDate": "Thu, 16 Dec 2021 10:00:16 +0000", + "title": "Covid Malaise", + "description": "Why do Americans say the economy is in rough shape? Because it is.", + "content": "Why do Americans say the economy is in rough shape? Because it is.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/10/briefing/us-economy-covid-malaise.html", + "creator": "David Leonhardt", + "pubDate": "Fri, 10 Dec 2021 11:24:50 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -158995,20 +184359,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "faa36bb5696c8a1603772a9fe28f407b" + "hash": "fb3303cac1c8c8f5d81ac1f428eed21b" }, { - "title": "Fight Over Gas Stoves and Furnaces in the Effort to Slow Climate Change ", - "description": "New York is the latest Democratic city aiming to fight climate change by ushering out stoves and furnaces that run on gas in favor of electric alternatives. But Republican states and the gas industry are fighting back.", - "content": "Climate activists in City Hall Park demonstrating in favor of a ban on natural gas in new buildings on Wednesday.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/16/climate/gas-stoves-climate-change.html", - "creator": "Brad Plumer and Hiroko Tabuchi", - "pubDate": "Thu, 16 Dec 2021 16:27:07 +0000", + "title": "Here's How Philadelphia's Covid Mandate for Health Workers Worked", + "description": "Federal officials point to the city’s mandate as a success story and a shield against new Covid outbreaks at hospitals and nursing homes.", + "content": "Federal officials point to the city’s mandate as a success story and a shield against new Covid outbreaks at hospitals and nursing homes.", + "category": "Vaccination and Immunization", + "link": "https://www.nytimes.com/2021/12/10/health/philadelphia-vaccine-mandate.html", + "creator": "Reed Abelson", + "pubDate": "Fri, 10 Dec 2021 18:38:32 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159016,20 +184379,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "60b61e73f9f04f0eb489bfa76c713558" + "hash": "f001baed3d053d6f61fba70c21810bfd" }, { - "title": "Battling for Bolivia’s Lithium That's Vital to Electric Cars", - "description": "Chinese and Russian industrial giants seek to tap mineral deposits vital to electric cars. A Texas entrepreneur has his own strategy: the long game.", - "content": "Chinese and Russian industrial giants seek to tap mineral deposits vital to electric cars. A Texas entrepreneur has his own strategy: the long game.", - "category": "Bolivia", - "link": "https://www.nytimes.com/2021/12/16/business/energy-environment/bolivia-lithium-electric-cars.html", - "creator": "Clifford Krauss and Meridith Kohut", - "pubDate": "Thu, 16 Dec 2021 08:00:17 +0000", + "title": "A Murder, Gold Bars, a Jailbreak and Questions About Justice", + "description": "Was the 1993 killing of a woman near Buffalo committed by a prison escapee? Was the detective who solved the case involved? Is there anything straightforward about this crime?", + "content": "Was the 1993 killing of a woman near Buffalo committed by a prison escapee? Was the detective who solved the case involved? Is there anything straightforward about this crime?", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2021/12/10/nyregion/richard-matt-murder-buffalo.html", + "creator": "Danny Hakim and Jesse McKinley", + "pubDate": "Fri, 10 Dec 2021 16:50:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159037,20 +184399,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "101eb7cc7f1cba29c29e64149cd7365f" + "hash": "2747421b959fa1568ccaaffd1c4e0007" }, { - "title": "12 Remaining Members of a U.S. Group Kidnapped in Haiti Have Been Released", - "description": "Seventeen members of the group, Christian Aid Ministries, had been kidnapped by a gang in October. Five had been released earlier.", - "content": "The gate of the Christian Aid Ministries facility this month in Titanyen, north of Port-au-Prince, Haiti.", - "category": "Kidnapping and Hostages", - "link": "https://www.nytimes.com/2021/12/16/world/americas/haiti-hostages-released.html", - "creator": "Harold Isaac and Anatoly Kurmanaev", - "pubDate": "Thu, 16 Dec 2021 18:46:46 +0000", + "title": "10 Works of Art That Evaded the Algorithm This Year", + "description": "Contemplation, not clicks: Our critic looks back on marble sculptures in Rome, songs of “atmospheric anxiety” and the Frick Collection in a new light.", + "content": "Contemplation, not clicks: Our critic looks back on marble sculptures in Rome, songs of “atmospheric anxiety” and the Frick Collection in a new light.", + "category": "Two Thousand Twenty One", + "link": "https://www.nytimes.com/2021/12/08/arts/art-algorithm-2021.html", + "creator": "Jason Farago", + "pubDate": "Wed, 08 Dec 2021 10:02:49 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159058,20 +184419,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "479f51f655eae713a6cc8e41463d0679" + "hash": "aac197923bf513fe0af3da71d7a25600" }, { - "title": "Live Updates: Ghislaine Maxwell’s Defense Begins to Present Its Case", - "description": "A former executive assistant to Ms. Maxwell was the first witness called, and a defense lawyer suggested an expert who testified for Harvey Weinstein’s defense would also take the stand.", - "content": "A former executive assistant to Ms. Maxwell was the first witness called, and a defense lawyer suggested an expert who testified for Harvey Weinstein’s defense would also take the stand.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/16/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Thu, 16 Dec 2021 19:08:25 +0000", + "title": "‘Dickinson’ on AppleTV+ Is Ending. But the Props Live On in Archives.", + "description": "The Apple TV+ series “Dickinson” is donating scripts, props and other artifacts — including painstaking replicas of the poet’s manuscripts — to the Emily Dickinson Museum and Harvard University.", + "content": "The Apple TV+ series “Dickinson” is donating scripts, props and other artifacts — including painstaking replicas of the poet’s manuscripts — to the Emily Dickinson Museum and Harvard University.", + "category": "Poetry and Poets", + "link": "https://www.nytimes.com/2021/12/10/arts/television/emily-dickinson-archive-harvard.html", + "creator": "Jennifer Schuessler", + "pubDate": "Fri, 10 Dec 2021 16:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159079,20 +184439,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e0a209a987133c708628f7795d8bcc9" + "hash": "8237b019a0ca9efb8f356fdf69d3a7a4" }, { - "title": "Oscar Contenders Like Lady Gaga and Ben Affleck Go Big", - "description": "Aim-for-the-fences performances from Lady Gaga, Ben Affleck and many others are making waves, and we’re here for the outrageous fun.", - "content": "Aim-for-the-fences performances from Lady Gaga, Ben Affleck and many others are making waves, and we’re here for the outrageous fun.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/15/movies/oscars-lady-gaga-ben-affleck-cate-blanchett.html", - "creator": "Kyle Buchanan", - "pubDate": "Wed, 15 Dec 2021 17:55:53 +0000", + "title": "I Cherish This Lifeline to My Parents", + "description": "Al Hirschfeld’s drawings of Stephen Sondheim’s shows were a gift.", + "content": "Al Hirschfeld’s drawings of Stephen Sondheim’s shows were a gift.", + "category": "Sondheim, Stephen", + "link": "https://www.nytimes.com/2021/12/09/opinion/theater-al-hirschfeld-stephen-sondheim.html", + "creator": "Patrick Healy", + "pubDate": "Thu, 09 Dec 2021 13:29:53 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159100,20 +184459,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "08aedf78d5f888abdab721b5e52dca4d" + "hash": "17cc137fe925b0549a899090131cd388" }, { - "title": "How to Scare an Invasive Fish? A Menacing Robot Predator.", - "description": "The mosquitofish is wreaking havoc on native Australian marine life. In a new study, scientists tried to frighten it with a look-alike of its natural foe.", - "content": "The mosquitofish is wreaking havoc on native Australian marine life. In a new study, scientists tried to frighten it with a look-alike of its natural foe.", - "category": "Animal Behavior", - "link": "https://www.nytimes.com/2021/12/16/science/mosquitofish-robot.html", - "creator": "Livia Albeck-Ripka", - "pubDate": "Thu, 16 Dec 2021 16:02:58 +0000", + "title": "Rethinking U.S. Rules on International Travel", + "description": "Readers discuss testing requirements and suggest a quarantine. Also: Outdoor dining; universal pre-K; Roe v. Wade; machines and morality; Gil Hodges.", + "content": "Readers discuss testing requirements and suggest a quarantine. Also: Outdoor dining; universal pre-K; Roe v. Wade; machines and morality; Gil Hodges.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/10/opinion/letters/covid-international-travel-airlines.html", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 17:06:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159121,20 +184479,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a90c00283d3f826083b4a070f5a7c5b1" + "hash": "418ef6dd027f1406266bce6cc6de44cf" }, { - "title": "Overturning Roe Will Make Miscarriage Care Worse", - "description": "The worst day of your life could become more painful and more dangerous.", - "content": "The worst day of your life could become more painful and more dangerous.", + "title": "We Need Less Talk and More Action From Congress on Tech", + "description": "Mosseri talks while Congress dithers.", + "content": "Mosseri talks while Congress dithers.", "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/15/opinion/roe-miscarriage-health.html", - "creator": "Jessica Grose", - "pubDate": "Wed, 15 Dec 2021 14:11:10 +0000", + "link": "https://www.nytimes.com/2021/12/09/opinion/congress-facebook-teens.html", + "creator": "Kara Swisher", + "pubDate": "Thu, 09 Dec 2021 21:28:39 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159142,20 +184499,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "65348a8d28d360a12ea0baf2bfb109ab" + "hash": "8ebd2bce50fdd82430d6860cb511f3c7" }, { - "title": "We Will Look Back on This Age of Cruelty to Animals in Horror", - "description": " How we treat farm animals today will be seen as a defining moral failing of our age.", - "content": " How we treat farm animals today will be seen as a defining moral failing of our age.", - "category": "Animal Abuse, Rights and Welfare", - "link": "https://www.nytimes.com/2021/12/16/opinion/factory-farming-animals.html", - "creator": "Ezra Klein", - "pubDate": "Thu, 16 Dec 2021 19:06:46 +0000", + "title": "Why Joe Biden Needs More Than Accomplishments to Be a Success", + "description": "A theory of political time explains how he has become a prisoner of great expectations.", + "content": "A theory of political time explains how he has become a prisoner of great expectations.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/09/opinion/joe-biden-political-time.html", + "creator": "Corey Robin", + "pubDate": "Thu, 09 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159163,20 +184519,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e89b61946cafaa0d4d0b53036feecadf" + "hash": "b007a3bceb33d0b8e3e16fdad50f91eb" }, { - "title": "How to Tell When Your Country Is Past the Point of No Return", - "description": "The endangered state of American politics.", - "content": "The endangered state of American politics.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/15/opinion/republicans-democracy-minority-rule.html", - "creator": "Thomas B. Edsall", - "pubDate": "Wed, 15 Dec 2021 10:00:25 +0000", + "title": "New York A.G. to Subpoena Trump to Testify in Fraud Investigation", + "description": "The move by the attorney general, Letitia James, comes at a critical moment in a criminal inquiry into the former president, who could try to block the demand.", + "content": "The move by the attorney general, Letitia James, comes at a critical moment in a criminal inquiry into the former president, who could try to block the demand.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/09/nyregion/trump-subpoena-testimony-letitia-james.html", + "creator": "Jonah E. Bromwich, Ben Protess and William K. Rashbaum", + "pubDate": "Thu, 09 Dec 2021 20:47:02 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159184,20 +184539,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "47a3fdc6aca71c6a41a4e3755a3737b7" + "hash": "e8e334ec14bd7a1c70c6cd19860453a2" }, { - "title": "How to Soften the Bullwhip Effect", - "description": "Overordering has created shortages and pushed up inflation.", - "content": "Overordering has created shortages and pushed up inflation.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/15/opinion/inflation-shortages-overordering.html", - "creator": "Peter Coy", - "pubDate": "Wed, 15 Dec 2021 20:02:33 +0000", + "title": "In Michigan School Shooting, the First Lawsuit Is Filed", + "description": "The parents of two sisters who survived the Oxford High School shootings have filed a federal suit against the district and its officials.", + "content": "The parents of two sisters who survived the Oxford High School shootings have filed a federal suit against the district and its officials.", + "category": "Oxford Charter Township, Mich, Shooting (2021)", + "link": "https://www.nytimes.com/2021/12/09/us/michigan-school-shooting-lawsuits-oxford.html", + "creator": "Dana Goldstein", + "pubDate": "Thu, 09 Dec 2021 22:28:26 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159205,20 +184559,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "74044911d825067fced780807a1b9dfd" + "hash": "6cfbde4b83eda37f9248c8897e4e343a" }, { - "title": "How Hispanics Became Swing Voters", - "description": "Republicans see an opportunity. Democrats have a lot of work to do.  ", - "content": "Republicans see an opportunity. Democrats have a lot of work to do.  ", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/15/opinion/hispanics-republicans-democrats.html", - "creator": "Ross Douthat", - "pubDate": "Wed, 15 Dec 2021 10:00:25 +0000", + "title": "Ukraine Commanders Say a Russian Invasion Would Overwhelm Them", + "description": "If Russia opts for an invasion, Ukraine’s generals say, they would have no hope of repelling it without a major infusion of military help from the West.", + "content": "If Russia opts for an invasion, Ukraine’s generals say, they would have no hope of repelling it without a major infusion of military help from the West.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/09/world/europe/ukraine-military-russia-invasion.html", + "creator": "Michael Schwirtz", + "pubDate": "Thu, 09 Dec 2021 10:00:23 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159226,20 +184579,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c85b1735c065c247320fee98183e36a" + "hash": "19150d144821c667432b1908e3a60c1e" }, { - "title": "The ‘West Side Story’ Remake We Didn’t Need", - "description": "We need the resources to craft our own stories, not more accurate retellings of narratives that weren’t even meant for us.", - "content": "We need the resources to craft our own stories, not more accurate retellings of narratives that weren’t even meant for us.", - "category": "Puerto Ricans", - "link": "https://www.nytimes.com/2021/12/15/opinion/west-side-story-remake.html", - "creator": "Yarimar Bonilla", - "pubDate": "Wed, 15 Dec 2021 10:00:17 +0000", + "title": "The Censoring of Peng Shuai", + "description": "China’s decision to censor a star athlete has confronted the sports industry with a dilemma — speak out on her behalf or protect its financial interests in the country.", + "content": "China’s decision to censor a star athlete has confronted the sports industry with a dilemma — speak out on her behalf or protect its financial interests in the country.", + "category": "Tennis", + "link": "https://www.nytimes.com/2021/12/10/podcasts/the-daily/peng-shuai-china-sports.html", + "creator": "Sabrina Tavernise, Robert Jimison, Mooj Zadie, Rachel Quester, Luke Vander Ploeg, Alex Young, Lisa Chow, Patricia Willens, Marion Lozano, Corey Schreppel, Brad Fisher, Dan Powell and Chris Wood", + "pubDate": "Fri, 10 Dec 2021 11:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159247,20 +184599,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5051d931d1b40c5177723de53388973" + "hash": "201a7dcab341b652cfdc6ae7104ff23c" }, { - "title": "Anthony Broadwater Was Convicted of Raping Alice Sebold. Then the Case Unraveled.", - "description": "Anthony Broadwater was exonerated in the 1981 rape of Ms. Sebold, now a best-selling author. When his lawyers saw the trial transcript, they could only wonder what took so long.", - "content": "Anthony Broadwater on Marshall Street, near Syracuse University, where Ms. Sebold first misidentified him as her rapist.", - "category": "False Arrests, Convictions and Imprisonments", - "link": "https://www.nytimes.com/2021/12/15/nyregion/alice-sebold-anthony-broadwater.html", - "creator": "Corina Knoll, Karen Zraick and Alexandra Alter", - "pubDate": "Wed, 15 Dec 2021 16:23:54 +0000", + "title": "Is the University of Austin Just a PR Stunt?", + "description": "Can a new university fix academia’s problems? Or will it just create another ideological bubble?", + "content": "Can a new university fix academia’s problems? Or will it just create another ideological bubble?", + "category": "University of Austin", + "link": "https://www.nytimes.com/2021/12/08/opinion/the-argument-free-speech-on-college-campuses.html", + "creator": "‘The Argument’", + "pubDate": "Wed, 08 Dec 2021 17:28:45 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159268,20 +184619,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1decf3eaaecfe4b765191668e6b1ff04" + "hash": "9a4caf44f876ea2861a59fad9395f9ad" }, { - "title": "Republicans Who Assailed Biden’s Stimulus Bill Are Embracing the Money", - "description": "Republican governors who criticized the $1.9 trillion Covid relief bill as wasteful are championing state projects funded by the money.", - "content": "Gov. Kristi Noem of South Dakota speaking in Dallas in July.", - "category": "Federal Budget (US)", - "link": "https://www.nytimes.com/2021/12/15/us/politics/biden-stimulus-bill-republicans.html", - "creator": "Alan Rappeport", - "pubDate": "Wed, 15 Dec 2021 10:00:21 +0000", + "title": "Ghislaine Maxwell Defense Questions Fourth Accuser’s Memory", + "description": "Ms. Maxwell’s attorney challenged Annie Farmer’s testimony. Ms. Farmer has called Ms. Maxwell “a sexual predator.” Here’s the latest on the trial.", + "content": "Ms. Maxwell’s attorney challenged Annie Farmer’s testimony. Ms. Farmer has called Ms. Maxwell “a sexual predator.” Here’s the latest on the trial.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/10/nyregion/ghislaine-maxwell-trial", + "creator": "The New York Times", + "pubDate": "Fri, 10 Dec 2021 20:43:57 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159289,20 +184639,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "76f910e315301c7ef17c2e36ef5c966e" + "hash": "5e645c58620b8f01b51d683cd3476802" }, { - "title": "Trump Fraud Inquiry’s Focus: Did He Mislead His Own Accountants?", - "description": "The investigation, by the Manhattan district attorney, is zeroing in on information the former president and his company shared about the value of his assets.", - "content": "Documents that Donald J. Trump, the former president, used to secure loans and tout his wealth are at issue in the Manhattan district attorney’s investigation. ", - "category": "Accounting and Accountants", - "link": "https://www.nytimes.com/2021/12/14/nyregion/trump-fraud-inquiry.html", - "creator": "William K. Rashbaum, Ben Protess and Jonah E. Bromwich", - "pubDate": "Tue, 14 Dec 2021 21:40:41 +0000", + "title": "U.S. and Others Pledge Export Controls Tied to Human Rights", + "description": "The Biden administration’s partnership with Australia, Denmark, Norway, Canada, France, the Netherlands and the United Kingdom aims to stem the flow of key technologies to authoritarian governments.", + "content": "The Biden administration’s partnership with Australia, Denmark, Norway, Canada, France, the Netherlands and the United Kingdom aims to stem the flow of key technologies to authoritarian governments.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/10/business/economy/human-rights-export-controls.html", + "creator": "Ana Swanson", + "pubDate": "Fri, 10 Dec 2021 16:19:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159310,20 +184659,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4441991414d589378dfd81519ce4a27a" - }, - { - "title": "See the Real Live Man Who Grew Up in a Carnival", - "description": "For our reporter, “Nightmare Alley” recalls a childhood spent working the circuit with his parents. Carnies like the World’s Smallest Woman welcomed him when cruel classmates didn’t.", - "content": "For our reporter, “Nightmare Alley” recalls a childhood spent working the circuit with his parents. Carnies like the World’s Smallest Woman welcomed him when cruel classmates didn’t.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/15/movies/nightmare-alley-childhood-carnival.html", - "creator": "Brooks Barnes", - "pubDate": "Wed, 15 Dec 2021 10:00:25 +0000", + "hash": "36727624701db6214d3b184ba2dca109" + }, + { + "title": "Tigray Rebels Executed Dozens of Civilians, Report Says", + "description": "The report from Human Rights Watch adds to the mounting violations committed by the warring parties since the conflict in Ethiopia’s northern Tigray region began over a year ago.", + "content": "The report from Human Rights Watch adds to the mounting violations committed by the warring parties since the conflict in Ethiopia’s northern Tigray region began over a year ago.", + "category": "Ethiopia", + "link": "https://www.nytimes.com/2021/12/10/world/africa/ethiopia-executions-rebels.html", + "creator": "Abdi Latif Dahir", + "pubDate": "Fri, 10 Dec 2021 19:56:29 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159331,20 +184679,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a14206dfb314e2325c34eee303a8e5c5" + "hash": "514098ea5e9839f4d6f63187a320d443" }, { - "title": "The Future of America’s Abortion Fight", - "description": "How increased access to one medication could fundamentally change the debate over abortion across the country.", - "content": "Misoprostol, made by Lupin Pharmaceuticals.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/16/podcasts/the-daily/medical-abortions.html", - "creator": "Sabrina Tavernise, Luke Vander Ploeg, Rachelle Bonja, Daniel Guillemette, Clare Toeniskoetter, Paige Cowett, Dan Powell, Marion Lozano and Chris Wood", - "pubDate": "Thu, 16 Dec 2021 14:21:27 +0000", + "title": "6 More Subpoenas Issued in House Panel’s Jan. 6 Investigation", + "description": "Those issued subpoenas included two men who met with President Donald J. Trump in his private dining room on Jan. 4 and Mr. Trump’s former political affairs director.", + "content": "Those issued subpoenas included two men who met with President Donald J. Trump in his private dining room on Jan. 4 and Mr. Trump’s former political affairs director.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/10/us/politics/jan-6-capitol-riot-subpoenas.html", + "creator": "Luke Broadwater", + "pubDate": "Fri, 10 Dec 2021 20:25:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159352,20 +184699,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f88294c93199ffe23a4254f3ac87aa53" + "hash": "39860bf2d526aa41661eb21e7df2b299" }, { - "title": "Why Humans Aren’t the Worst (Despite, Well, Everything Happening in the World)", - "description": "The historian Rutger Bregman makes a case for the “collective brilliance” of humanity.", - "content": "The historian Rutger Bregman makes a case for the “collective brilliance” of humanity.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/06/opinion/sway-kara-swisher-rutger-bregman.html", - "creator": "‘Sway’", - "pubDate": "Mon, 06 Dec 2021 10:00:08 +0000", + "title": "Scuba-Diving YouTuber Finds Car Linked to Teens Missing Since 2000", + "description": "A YouTuber who investigates cold cases found a missing Tennessee teenager’s car submerged in a nearby river. It is at least the fourth such discovery by amateur investigators in two months.", + "content": "A YouTuber who investigates cold cases found a missing Tennessee teenager’s car submerged in a nearby river. It is at least the fourth such discovery by amateur investigators in two months.", + "category": "Traffic Accidents and Safety", + "link": "https://www.nytimes.com/2021/12/10/us/youtube-scuba-diver-missing-teens.html", + "creator": "Amanda Holpuch", + "pubDate": "Fri, 10 Dec 2021 18:53:56 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159373,20 +184719,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "19d5123a561027f5ac9de957efb0ef08" + "hash": "8b5a51f60c95749038c0a5a1e6e2e3b1" }, { - "title": "The Winter Solstice Approaches", - "description": "Soon, the days will grow longer.", - "content": "Soon, the days will grow longer.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/15/at-home/newsletter.html", - "creator": "Melissa Kirsch", - "pubDate": "Wed, 15 Dec 2021 21:30:05 +0000", + "title": "Better.com’s C.E.O. ‘Taking Time Off’ After Firing Workers Over Zoom", + "description": "The mortgage lender’s board announced the decision in a memo sent to staff, adding that the company had brought on a third-party firm to assess its leadership and culture.", + "content": "The mortgage lender’s board announced the decision in a memo sent to staff, adding that the company had brought on a third-party firm to assess its leadership and culture.", + "category": "Layoffs and Job Reductions", + "link": "https://www.nytimes.com/2021/12/10/business/economy/better-ceo-zoom-firing.html", + "creator": "Emma Goldberg", + "pubDate": "Fri, 10 Dec 2021 16:05:57 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159394,20 +184739,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2629540657e902da124ee05be5bd95bc" + "hash": "1cd043f0528cec8310d5f3d629042c32" }, { - "title": "Families of Boeing Crash Victims Say U.S. Failed to Consult Them", - "description": "Families of people killed in two 737 Max crashes said in a court filing that the Department of Justice’s settlement with Boeing violated a federal law meant to protect victims.", - "content": "Debris from the Ethiopian Airlines crash in March 2019. The Max was grounded worldwide after crashes in Indonesia and Ethiopia.", - "category": "Boeing Company", - "link": "https://www.nytimes.com/2021/12/16/business/boeing-crash-victim-families.html", - "creator": "Niraj Chokshi", - "pubDate": "Thu, 16 Dec 2021 16:59:45 +0000", + "title": "Biden Lauds Dole at Funeral, Says He ‘Lived by a Code of Honor’", + "description": "“Bob was a man who always did his duty,” President Biden said of the former senator during a funeral service in Washington.", + "content": "“Bob was a man who always did his duty,” President Biden said of the former senator during a funeral service in Washington.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/10/us/politics/bob-dole-funeral-biden.html", + "creator": "Zolan Kanno-Youngs", + "pubDate": "Fri, 10 Dec 2021 19:37:28 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159415,20 +184759,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa2f4373f0f1eb5caf3f88b1baff0750" + "hash": "5778abcf28fa8807918eb9aa90882b6e" }, { - "title": "Steve Easterbrook, Former McDonald's C.E.O., Repays Company $105 Million", - "description": "The settlement with Steve Easterbrook, who was ousted in 2019 for an inappropriate relationship, is one of the largest ever clawbacks of executive compensation.", - "content": "The agreement with Steve Easterbrook will end a contentious legal battle.", - "category": "Easterbrook, Stephen J (1967- )", - "link": "https://www.nytimes.com/2021/12/16/business/mcdonalds-steve-easterbrook.html", - "creator": "David Gelles and Julie Creswell", - "pubDate": "Thu, 16 Dec 2021 13:05:06 +0000", + "title": "Doctors and Hospitals Make Late Bid to Change Surprise Billing Ban", + "description": "A lawsuit says the Biden administration’s faulty interpretation of the law will harm medical providers.", + "content": "A lawsuit says the Biden administration’s faulty interpretation of the law will harm medical providers.", + "category": "Hospitals", + "link": "https://www.nytimes.com/2021/12/09/upshot/surprise-billing-act.html", + "creator": "Margot Sanger-Katz", + "pubDate": "Thu, 09 Dec 2021 19:46:49 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159436,20 +184779,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "962d4b1647c6a14ee5fe38289ba527c4" + "hash": "e94f8da6e2b7dda7227b1bcf61f17fb0" }, { - "title": "Power Outages Across Midwest After Storms", - "description": "Hundreds of thousands of customers were without electricity after a powerful storm system swept across the central U.S. At least one death was reported.", - "content": "A home near Bayard, Iowa, was damaged after a band of intense weather that crossed the state on Wednesday.", - "category": "Weather", - "link": "https://www.nytimes.com/2021/12/16/us/midwest-power-outage.html", - "creator": "Julie Bosman", - "pubDate": "Thu, 16 Dec 2021 18:14:59 +0000", + "title": "To Create a Healthy Habit, Find an Accountability Buddy", + "description": "Whether it’s a person or an app that sends us reminders, we make better choices when we’re being watched (even by ourselves.)", + "content": "Whether it’s a person or an app that sends us reminders, we make better choices when we’re being watched (even by ourselves.)", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/01/08/well/live/habits-health.html", + "creator": "Tara Parker-Pope", + "pubDate": "Fri, 08 Jan 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159457,20 +184799,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd81553c86c43277c91d2276d5168e8e" + "hash": "3af403d3c81e6ee5f671ff3b192601b5" }, { - "title": "The Island Paradise Near the Front Line of Tensions Over Taiwan", - "description": "New missile batteries planned for the Japanese island of Ishigaki reflect a drastic shift in Japan’s views on China.", - "content": "A new missile base on Ishigaki, Japan, is making residents worry for their safety in case of a conflict between China and Taiwan.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/16/world/asia/ishigaki-japan-missiles-taiwan.html", - "creator": "Ben Dooley, Hisako Ueno and The New York Times", - "pubDate": "Thu, 16 Dec 2021 14:32:13 +0000", + "title": "Review: In a Gender-Flipped Revival, ‘Company’ Loves Misery", + "description": "Bobby is now Bobbie in this confusing, sour remake of the 1970 musical by Stephen Sondheim and George Furth.", + "content": "Bobby is now Bobbie in this confusing, sour remake of the 1970 musical by Stephen Sondheim and George Furth.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/09/theater/company-review-sondheim.html", + "creator": "Jesse Green", + "pubDate": "Fri, 10 Dec 2021 02:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159478,20 +184819,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b874a9872ce9bbe8c16ffb144ad36493" + "hash": "ee2b2172eb6cbe44aa60664caefa2cdc" }, { - "title": "Business Updates: Closing Arguments Begin in Elizabeth Holmes Trial", - "description": " ", - "content": " ", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/16/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Thu, 16 Dec 2021 19:10:10 +0000", + "title": "‘Ugly Diamonds’ Get a Makeover", + "description": "Following the fashion trend for the offbeat, gems that are gray, green, brown and other shades that once would have been shunned now are in demand.", + "content": "Following the fashion trend for the offbeat, gems that are gray, green, brown and other shades that once would have been shunned now are in demand.", + "category": "Jewels and Jewelry", + "link": "https://www.nytimes.com/2021/12/06/fashion/jewelry-diamonds-hemmerle-le-vian.html", + "creator": "Milena Lazazzera", + "pubDate": "Mon, 06 Dec 2021 16:49:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159499,20 +184839,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "44b3d36fe96de1d1baa5ec1c315328ef" + "hash": "239ef84fa75c51985b0107e83d381507" }, { - "title": "Louis Molina Expected to Lead N.Y.C. Jail System", - "description": "Mr. Molina, now the chief of a Las Vegas public safety department, will be tasked with restoring order at the troubled Rikers Island jail complex.", - "content": "Louis A. Molina will have to address conditions inside the Rikers Island jail complex after months of chaos.", - "category": "New York City", - "link": "https://www.nytimes.com/2021/12/16/nyregion/louis-molina-nyc-jails-commissioner.html", - "creator": "Nicholas Fandos and Jan Ransom", - "pubDate": "Thu, 16 Dec 2021 18:49:23 +0000", + "title": "Alicia Keys, on and Off the Digital Grid", + "description": "Her new double album, “Keys,” shows how thoroughly the production can transform her songs.", + "content": "Her new double album, “Keys,” shows how thoroughly the production can transform her songs.", + "category": "Rhythm and Blues (Music)", + "link": "https://www.nytimes.com/2021/12/10/arts/music/alicia-keys-keys-review.html", + "creator": "Jon Pareles", + "pubDate": "Fri, 10 Dec 2021 13:58:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159520,20 +184859,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "715f1879ca2ffc5bb714d52a0f8c31c7" + "hash": "a1a48b7284b395c78bb4158ddcf23308" }, { - "title": "NATO Signals Support for Ukraine Amid Russia Threat", - "description": "The military alliance stood by its promise to open a path to Ukrainian membership amid warnings from Western intelligence agencies that Moscow could soon begin a military incursion.", - "content": "The Ukrainian Army’s 25th Airborne Brigade on patrol in Avdiivka, Ukraine, this month.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/16/world/europe/ukraine-nato-russia.html", - "creator": "Michael Schwirtz", - "pubDate": "Thu, 16 Dec 2021 16:41:51 +0000", + "title": "I Can’t Give My Cat the Perfect Life. ‘TV for Cats’ Gives Her a Taste.", + "description": "Ideally, Daisy and I would live in a sprawling home with outdoor space. Instead, she is content to chirp at two-dimensional birds on YouTube.", + "content": "Ideally, Daisy and I would live in a sprawling home with outdoor space. Instead, she is content to chirp at two-dimensional birds on YouTube.", + "category": "Birds", + "link": "https://www.nytimes.com/2021/12/07/magazine/tv-for-cats.html", + "creator": "Megan Reynolds", + "pubDate": "Thu, 09 Dec 2021 00:20:36 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159541,20 +184879,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "60266285991ac3bc76538f642498ed29" + "hash": "095f10c868c298ebebba19d8a3edce2a" }, { - "title": "Google Pledged to Remove Ads From Climate Denial Sites, but Many Still Run", - "description": "Researchers found ads placed by Google on sites that falsely call global warming a hoax. The revenue those sites earn from the ads can fund further misinformation.", - "content": "New research underscores how Google has struggled to rein in even blatant examples of climate denialism, experts said. ", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/16/climate/google-climate-denial-ads.html", - "creator": "Hiroko Tabuchi", - "pubDate": "Thu, 16 Dec 2021 16:13:44 +0000", + "title": "A Sidewalk Christmas Tree Vendor on Price and Cost Increases", + "description": "“There’s a lot going on behind me selling Christmas trees on the street.”", + "content": "“There’s a lot going on behind me selling Christmas trees on the street.”", + "category": "Christmas Trees", + "link": "https://www.nytimes.com/2021/12/10/business/christmas-tree.html", + "creator": "Julia Rothman and Shaina Feinberg", + "pubDate": "Fri, 10 Dec 2021 17:12:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159562,20 +184899,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f2a76bed49ec45cc3b747bf7fcf79a2" + "hash": "23df2d979fb82b47afee74ada2738a0e" }, { - "title": "Biden Administration Promises Stricter Regulation of Lead in Drinking Water", - "description": "The administration says it aims to replace all of the lead pipes and service lines in the country, an effort that could cost up to $60 billion.", - "content": "Workers installing copper water service lines in Newark this year. It is estimated that there are six million to 10 million lead service lines in the nation.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/16/climate/biden-lead-drinking-water.html", - "creator": "Lisa Friedman", - "pubDate": "Thu, 16 Dec 2021 10:00:10 +0000", + "title": "Senate Clears Last Major Hurdle to Raising Debt Ceiling", + "description": "Fourteen Republicans joined Democrats in voting to take up legislation that would pave the way for Congress to raise the debt ceiling by a simple majority vote, skirting a filibuster.", + "content": "Fourteen Republicans joined Democrats in voting to take up legislation that would pave the way for Congress to raise the debt ceiling by a simple majority vote, skirting a filibuster.", + "category": "Senate", + "link": "https://www.nytimes.com/2021/12/09/us/politics/debt-ceiling-congress.html", + "creator": "Emily Cochrane", + "pubDate": "Thu, 09 Dec 2021 18:37:44 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159583,20 +184919,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "eddc0ca74ec2bb4ed14b1aa1833af7b4" + "hash": "a6631bb71d4d89b6ad1649c6ddea789e" }, { - "title": "Bouncy Castle in Tasmania Is Swept by Wind, Killing 5 Children", - "description": "A gust of wind swept up the inflatable on the last day of school, and the students fell more than 30 feet. Several others were critically injured.", - "content": "Helicopters and ambulances rushed to the scene Thursday after heavy winds lifted a bouncy castle high in the air in Devonport, Australia.", - "category": "Deaths (Fatalities)", - "link": "https://www.nytimes.com/2021/12/15/world/australia/jumping-castle-tasmania.html", - "creator": "Yan Zhuang", - "pubDate": "Thu, 16 Dec 2021 18:55:17 +0000", + "title": "Debt Limit Split Shows Pragmatic Republicans Are Dwindling", + "description": "Fearing backlash from the right, most in the party dug in against a bipartisan deal needed to stave off a federal default.", + "content": "Fearing backlash from the right, most in the party dug in against a bipartisan deal needed to stave off a federal default.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/09/us/politics/debt-limit-mcconnell-gop-senate.html", + "creator": "Carl Hulse", + "pubDate": "Fri, 10 Dec 2021 00:10:48 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159604,20 +184939,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4e667af152d0e9ec252357af6fa6966" + "hash": "30168f15781495c10f41c75df0ffcfcf" }, { - "title": "Jaguars Fire Coach Urban Meyer After Less Than a Season", - "description": "Meyer won three college football national titles but lasted 13 games in the N.F.L. His short tenure in Jacksonville was marred by questionable conduct on and off the field.", - "content": "The Jacksonville Jaguars won only two games this season under Urban Meyer.", - "category": "Coaches and Managers", - "link": "https://www.nytimes.com/2021/12/16/sports/football/urban-meyer-fired-jacksonville.html", - "creator": "Emmanuel Morgan and Ken Belson", - "pubDate": "Thu, 16 Dec 2021 15:33:35 +0000", + "title": "Omicron Wave Heads for U.K., but It’s Not Clear How Bad It’ll Be", + "description": "Britain could be a bellwether of what other countries will see from the new coronavirus variant. Officials say Omicron could account for most cases within weeks.", + "content": "Britain could be a bellwether of what other countries will see from the new coronavirus variant. Officials say Omicron could account for most cases within weeks.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/09/world/europe/uk-omicron-spreading-restrictions.html", + "creator": "Megan Specia", + "pubDate": "Fri, 10 Dec 2021 02:30:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159625,20 +184959,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c8a7bf2de9537b980a132845388fb6e" + "hash": "7d6b93e0406192465526eeb4dbdf943e" }, { - "title": "Set Your Exercise Goals High, but Not Too High", - "description": "Inactive people started moving more if they received daily step targets that exceeded their usual number by about 500 steps.", - "content": "Inactive people started moving more if they received daily step targets that exceeded their usual number by about 500 steps.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/01/06/well/move/exercise-goals.html", - "creator": "Gretchen Reynolds", - "pubDate": "Thu, 07 Jan 2021 13:19:13 +0000", + "title": "F.D.A. Authorizes Pfizer-BioNTech Boosters for 16- and 17-Year-Olds", + "description": "The World Health Organization said the priority should remain getting first shots to hundreds of millions of unvaccinated people. Here’s the latest on Covid.", + "content": "The World Health Organization said the priority should remain getting first shots to hundreds of millions of unvaccinated people. Here’s the latest on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/09/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Thu, 09 Dec 2021 20:35:48 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159646,20 +184979,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b289ed5e759086d8f139bad6a735e530" + "hash": "040fc3a4b2f5c81493126c239320ed3c" }, { - "title": "Your Running Probably Won’t Be Perfect at the Holidays. That’s O.K.", - "description": "It’s the busy season. Go easy on yourself.", - "content": "It’s the busy season. Go easy on yourself.", - "category": "Running", - "link": "https://www.nytimes.com/2018/12/22/well/move/your-running-probably-wont-be-perfect-at-the-holidays-thats-ok.html", - "creator": "Jen A. Miller", - "pubDate": "Sat, 22 Dec 2018 13:00:00 +0000", + "title": "Appeals Court Rejects Trump’s Bid to Shield Material From Jan. 6 Inquiry", + "description": "A three-judge panel held that Congress’s oversight powers, backed by President Biden’s decision not to invoke executive privilege over the material, outweighed Mr. Trump’s residual secrecy powers.", + "content": "A three-judge panel held that Congress’s oversight powers, backed by President Biden’s decision not to invoke executive privilege over the material, outweighed Mr. Trump’s residual secrecy powers.", + "category": "Trump, Donald J", + "link": "https://www.nytimes.com/2021/12/09/us/politics/trump-jan-6-documents.html", + "creator": "Charlie Savage", + "pubDate": "Fri, 10 Dec 2021 00:55:00 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159667,41 +184999,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "3025960f7115353dfbd086bafee4f708" + "hash": "876a43d6245fbcb01ee70fdd332c3d4a" }, { - "title": "Supplements and Diets for Heart Health Show Limited Proof of Benefit", - "description": "Some supplements may actually be harmful for cardiovascular health.", - "content": "Some supplements may actually be harmful for cardiovascular health.", - "category": "Diet and Nutrition", - "link": "https://www.nytimes.com/2019/07/08/well/eat/supplements-and-diets-for-heart-health-show-limited-proof-of-benefit.html", - "creator": "Anahad O’Connor", - "pubDate": "Tue, 16 Jul 2019 05:03:09 +0000", + "title": "Jussie Smollett Found Guilty of Reporting a Fake Hate Crime", + "description": "Mr. Smollett was convicted of filing a false police report in 2019 claiming he had been the victim of a racist and homophobic attack. The jury deliberated for more than nine hours.", + "content": "Mr. Smollett was convicted of filing a false police report in 2019 claiming he had been the victim of a racist and homophobic attack. The jury deliberated for more than nine hours.", + "category": "Smollett, Jussie (1983- )", + "link": "https://www.nytimes.com/2021/12/09/arts/television/jussie-smollett-guilty.html", + "creator": "Julia Jacobs and Mark Guarino", + "pubDate": "Fri, 10 Dec 2021 02:15:44 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a55e72cc3d8008d15ab8c9e78c55c859" + "hash": "57ce2303eacc9f01b3b5ab41546fcbbb" }, { - "title": "A Guide to Sustainable Eating", - "description": "Have you considered the effects of what you eat on the planet, and made changes that will protect not only the Earth but also your health and the well-being of generations to come?", - "content": "Have you considered the effects of what you eat on the planet, and made changes that will protect not only the Earth but also your health and the well-being of generations to come?", - "category": "Diet and Nutrition", - "link": "https://www.nytimes.com/2019/04/08/well/eat/a-guide-to-sustainable-eating.html", - "creator": "Jane E. Brody", - "pubDate": "Mon, 08 Apr 2019 09:00:01 +0000", + "title": "Mexico Migrant Truck Crash Leaves 53 Dead", + "description": "Dozens more were reported injured in the crash in southern Chiapas state, where many migrants regularly cross into Mexico from Central America.", + "content": "Dozens more were reported injured in the crash in southern Chiapas state, where many migrants regularly cross into Mexico from Central America.", + "category": "Mexico", + "link": "https://www.nytimes.com/2021/12/09/world/americas/mexico-migrants-killed-accident.html", + "creator": "Oscar Lopez", + "pubDate": "Fri, 10 Dec 2021 02:22:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159709,20 +185039,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffd187456844c177094296bb8cb99967" + "hash": "a33c6d4f132932369178bab259830122" }, { - "title": "Vincent Jackson’s Widow Hopes Speaking About His C.T.E. Warning Signs Will Help Others", - "description": "The ex-N.F.L. player Vincent Jackson was found dead in a hotel room days after his former team won the Super Bowl. In light of his C.T.E. diagnosis, his widow recounted Jackson’s decline.", - "content": "Lindsey Jackson, who was married to Vincent Jackson, at their home in Tampa, Fla.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/16/sports/football/vincent-jackson-death-cte.html", - "creator": "Ken Belson", - "pubDate": "Thu, 16 Dec 2021 13:56:53 +0000", + "title": "Buffalo Starbucks Workers Vote for Union at 1 Store", + "description": "The coffee chain’s executives sought to persuade workers to reject the union in an election campaign that began in late August. Workers at a second store voted not to unionize and the result at a third outlet was not clear.", + "content": "The coffee chain’s executives sought to persuade workers to reject the union in an election campaign that began in late August. Workers at a second store voted not to unionize and the result at a third outlet was not clear.", + "category": "Starbucks Corporation", + "link": "https://www.nytimes.com/2021/12/09/business/economy/buffalo-starbucks-union.html", + "creator": "Noam Scheiber", + "pubDate": "Fri, 10 Dec 2021 00:48:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159730,20 +185059,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6be02ac4d944fd4d7ceb7b434db2e6b3" + "hash": "8da6be3d6a05925b377938eb5bd5d119" }, { - "title": "Why the Corset Keeps Coming Back", - "description": "As we trade sweatpants for formality and fun, corsets are one of the things to reign supreme.", - "content": "As we trade sweatpants for formality and fun, corsets are one of the things to reign supreme.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2021/12/15/style/corset-comeback.html", - "creator": "Ilana Kaplan", - "pubDate": "Wed, 15 Dec 2021 17:17:06 +0000", + "title": "Here's Why Inflation Is Worrying Washington", + "description": "Price gains have moved up sharply for months, but the fact that the trend is lasting and broadening has newly put policymakers on red alert.", + "content": "Price gains have moved up sharply for months, but the fact that the trend is lasting and broadening has newly put policymakers on red alert.", + "category": "Consumer Price Index", + "link": "https://www.nytimes.com/2021/12/09/business/economy/inflation-price-gains.html", + "creator": "Jeanna Smialek", + "pubDate": "Thu, 09 Dec 2021 16:40:34 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159751,20 +185079,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e09691e375e081253dcc14124a7ffa5b" + "hash": "f14b1233c45812d809e6daf21c99c2d7" }, { - "title": "Review: In ‘Station Eleven,’ the World Ends, Beautifully", - "description": "Don’t let the pandemic premise chase you off. This is the most uplifting post-apocalyptic show you’re likely to see.", - "content": "Don’t let the pandemic premise chase you off. This is the most uplifting post-apocalyptic show you’re likely to see.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/15/arts/television/station-eleven-review.html", - "creator": "James Poniewozik", - "pubDate": "Wed, 15 Dec 2021 16:51:58 +0000", + "title": " N.Y.C. Grants Noncitizens Right to Vote in Local Elections", + "description": "The legislation approved by the City Council will set up a system for legal residents to vote in municipal elections.", + "content": "The legislation approved by the City Council will set up a system for legal residents to vote in municipal elections.", + "category": "Voting Rights, Registration and Requirements", + "link": "https://www.nytimes.com/2021/12/09/nyregion/noncitizens-voting-rights-nyc.html", + "creator": "Jeffery C. Mays and Annie Correal", + "pubDate": "Thu, 09 Dec 2021 23:52:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159772,20 +185099,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "06d350b0fef23bd462463b39afc46ed9" + "hash": "5e6a97d83baea36c1ef0369ae4d1a2b3" }, { - "title": "‘Selling Kabul’ Holds Up a New Mirror After the Taliban Takeover", - "description": "Sylvia Khoury’s play, which takes place over one night in Afghanistan in 2013, has only deepened after a pandemic postponement.", - "content": "“A play is a fixed thing, as history continues,” the playwright Sylvia Khoury said about her decision not to update her play after the U.S. withdrawal from Afghanistan in August.", - "category": "Afghanistan War (2001- )", - "link": "https://www.nytimes.com/2021/12/15/theater/selling-kabul-afghanistan-sylvia-khoury.html", - "creator": "Amelia Nierenberg", - "pubDate": "Wed, 15 Dec 2021 23:20:10 +0000", + "title": "Hoping for a Dog Phone? You May Have a Long Wait.", + "description": "A scientist in Scotland tested a so-called DogPhone to let her dog make video calls. He did use it, but mostly by mistake.", + "content": "A scientist in Scotland tested a so-called DogPhone to let her dog make video calls. He did use it, but mostly by mistake.", + "category": "Animal Behavior", + "link": "https://www.nytimes.com/2021/12/09/science/dog-video-call-separation-anxiety.html", + "creator": "Christine Chung", + "pubDate": "Thu, 09 Dec 2021 17:00:54 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159793,20 +185119,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b459a5cb6823a8b6a80988a13479658" + "hash": "45dff1fbcae774396538238a4e1ae387" }, { - "title": "Multiday Weddings and Their Increasing Popularity", - "description": "Multiday wedding celebrations packed with events are becoming more popular as couples look to make up lost time with loved ones during the pandemic.", - "content": "Multiday wedding celebrations packed with events are becoming more popular as couples look to make up lost time with loved ones during the pandemic.", - "category": "Weddings and Engagements", - "link": "https://www.nytimes.com/2021/12/15/style/multiday-wedding-celebrations.html", - "creator": "Danielle Braff", - "pubDate": "Wed, 15 Dec 2021 10:00:04 +0000", + "title": "I Play Video Games With My 4-Year-Old, and That's OK", + "description": "Video games may not be harmless, but what are you going to do?", + "content": "Video games may not be harmless, but what are you going to do?", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/09/opinion/video-games-kids.html", + "creator": "Jay Caspian Kang", + "pubDate": "Thu, 09 Dec 2021 20:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159814,20 +185139,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a09458f50ae2b52de4f24561f37bfc5" + "hash": "551ad319b15e0edbf81cd9b0fec4a7ac" }, { - "title": "Business Updates: Closing Arguments Set to Begin in Elizabeth Holmes Trial", - "description": " ", - "content": " ", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/16/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Thu, 16 Dec 2021 17:56:58 +0000", + "title": "Democrats' Infighting Only Helps Republicans", + "description": "The party’s infighting and pessimism are just what Republicans savor.", + "content": "The party’s infighting and pessimism are just what Republicans savor.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/09/opinion/biden-democrats-cooperation.html", + "creator": "Frank Bruni", + "pubDate": "Thu, 09 Dec 2021 17:21:14 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159835,20 +185159,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b5896229d46fdf0eab544a1f915777b" + "hash": "17034be27c51d2336297deba4c75f13a" }, { - "title": "Trump Found Crucial Support in Congress as He Fought to Stay in Power", - "description": "A small circle of Republican lawmakers, working closely with President Donald J. Trump’s chief of staff, took on an outsize role in pressuring the Justice Department, amplifying conspiracy theories and flooding the courts in an attempt to overturn the 2020 election.", - "content": "President Donald J. Trump seemed to believe that a small group of Republican lawmakers would help him stay in office.", - "category": "Trump, Donald J", - "link": "https://www.nytimes.com/2021/12/15/us/politics/trump-meadows-republicans-congress-jan-6.html", - "creator": "Katie Benner, Catie Edmondson, Luke Broadwater and Alan Feuer", - "pubDate": "Thu, 16 Dec 2021 02:55:06 +0000", + "title": "Al Hirschfeld's Drawings Captured Stephen Sondheim Better Than Any Photo", + "description": "These nine portraits of Sondheim musicals, from “West Side Story” and “Gypsy” to “Into the Woods” and “Passion,” sparked this theater-goer’s memory.", + "content": "These nine portraits of Sondheim musicals, from “West Side Story” and “Gypsy” to “Into the Woods” and “Passion,” sparked this theater-goer’s memory.", + "category": "Sondheim, Stephen", + "link": "https://www.nytimes.com/2021/12/09/opinion/stephen-sondheim-al-hirschfeld.html", + "creator": "Ben Brantley", + "pubDate": "Thu, 09 Dec 2021 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159856,20 +185179,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ed544e6656b1b5372efc507a92580b3" + "hash": "de55ebecbe308d80b33ec79538c6b192" }, { - "title": "Fed Could Raise Rates 3 Times in 2022 and Speeds End of Bond-Buying", - "description": "With the economy healing, but price gains pinching consumers, officials are dialing back bond purchases and getting in position to raise interest rates (three are possible next year).", - "content": "“I think the risk of higher inflation has increased,” Jerome H. Powell, the Federal Reserve chair, said while testifying before Congress last month.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/15/business/economy/inflation-fed-fomc-meeting-december-2021.html", - "creator": "Jeanna Smialek", - "pubDate": "Thu, 16 Dec 2021 03:32:40 +0000", + "title": "Biden’s Democracy Summit Sells Democracy Short", + "description": "Biden’s democracy summit sells the concept short.", + "content": "Biden’s democracy summit sells the concept short.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/09/opinion/biden-democracy-summit.html", + "creator": "Jan-Werner Müller", + "pubDate": "Thu, 09 Dec 2021 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159877,20 +185199,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d21b394b90c5a94660723ad6923fa66e" + "hash": "4d4d54e2247767918165d9ad7d6d7f52" }, { - "title": "Why Jerome Powell Pivoted on Inflation", - "description": "A surge in wages and benefits got his attention. Other data soon confirmed his concern.", - "content": "The Federal Reserve chair, Jerome Powell, delivering remarks on a screen as traders worked at the New York Stock Exchange on Wednesday. The market rallied after the Fed signaled tighter monetary policy. ", - "category": "Inflation (Economics)", - "link": "https://www.nytimes.com/2021/12/15/upshot/jerome-powell-inflation-pivot.html", - "creator": "Neil Irwin", - "pubDate": "Thu, 16 Dec 2021 00:50:03 +0000", + "title": "Social Media Companies Are Trying to Co-opt the First Amendment", + "description": "They want the same protections newspapers enjoy. But they are not newspapers.", + "content": "They want the same protections newspapers enjoy. But they are not newspapers.", + "category": "Social Media", + "link": "https://www.nytimes.com/2021/12/09/opinion/social-media-first-amendment.html", + "creator": "Jameel Jaffer and Scott Wilkens", + "pubDate": "Thu, 09 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159898,20 +185219,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "32ab6ff94ffe19004023996a2fc6734c" + "hash": "7c2ff7b508984c98de6ddf7ae8d2b547" }, { - "title": "Stocks rise as the Federal Reserve steps up its inflation fight.", - "description": "", - "content": "", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/15/business/inflation-retail-sales-stocks/stocks-drift-lower-as-wall-street-awaits-outcome-of-fed-meeting", - "creator": "Coral Murphy Marcos", - "pubDate": "Wed, 15 Dec 2021 22:20:30 +0000", + "title": "I'm Done Trying to Understand or Educate the Unvaccinated", + "description": "They don’t only leave themselves vulnerable to the virus, they make everyone more vulnerable.", + "content": "They don’t only leave themselves vulnerable to the virus, they make everyone more vulnerable.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/08/opinion/unvaccinated-people-anti-vaxxers.html", + "creator": "Charles M. Blow", + "pubDate": "Thu, 09 Dec 2021 02:33:22 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159919,20 +185239,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "27acb23f0c330801d8ee5785c26b6111" + "hash": "dec7d28ee2c458b7025a75ab5b2d5c2f" }, { - "title": "U.S. Covid Deaths Surpass 800,000", - "description": "The new death toll — the highest known number of any country — comes at a tenuous moment in the pandemic as cases rise again. Catch up on Covid news.", - "content": "The new death toll — the highest known number of any country — comes at a tenuous moment in the pandemic as cases rise again. Catch up on Covid news.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/15/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Thu, 16 Dec 2021 08:36:52 +0000", + "title": "School District Investigates Claims of Longtime Sexual Misconduct by Teachers", + "description": "Six teachers from Babylon High School have been placed on leave as the investigation continues and alumnae come forward with claims.", + "content": "Six teachers from Babylon High School have been placed on leave as the investigation continues and alumnae come forward with claims.", + "category": "Child Abuse and Neglect", + "link": "https://www.nytimes.com/2021/12/08/nyregion/babylon-high-school-teachers-allegations.html", + "creator": "Sarah Maslin Nir", + "pubDate": "Wed, 08 Dec 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159940,20 +185259,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "411ec255be373dccc8a52db4f0a6c492" + "hash": "2b54ff77e60f287f0967214c65e47bff" }, { - "title": "Britain Breaks Daily Record for New Virus Cases", - "description": "Officials didn’t specify what share of the new cases might be Omicron, though they said a majority in London were from the variant.", - "content": "Officials didn’t specify what share of the new cases might be Omicron, though they said a majority in London were from the variant.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/15/world/europe/uk-covid-record-cases.html", - "creator": "Mark Landler", - "pubDate": "Wed, 15 Dec 2021 20:57:53 +0000", + "title": "A Penny for Your Squats? A Tiny Monetary Award Motivated Hundreds to Exercise.", + "description": "Among 52 incentives to exercise, giving people a 9-cent award if they returned to the gym after missing a workout helped the most.", + "content": "Among 52 incentives to exercise, giving people a 9-cent award if they returned to the gym after missing a workout helped the most.", + "category": "Nature (Journal)", + "link": "https://www.nytimes.com/2021/12/08/well/move/exercise-motivation-study.html", + "creator": "Gretchen Reynolds", + "pubDate": "Wed, 08 Dec 2021 16:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159961,20 +185279,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "77491d1b7cdbd07ee346ea001c947064" + "hash": "383d6f73da85f9b39ad3c7fd97dd89e4" }, { - "title": "Vaccines Prevent Severe Disease From Omicron, New Studies Say", - "description": "In the lab, immune cells put up a strong fight against Omicron, suggesting that vaccines will be able to prevent the worst outcomes of the virus variant.", - "content": "A Moderna dose prepared at a vaccination center near Bordeaux, France. Preliminary findings showed T cells in vaccinated people can put up a strong defense against the Omicron variant.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/15/health/omicron-vaccine-severe-disease.html", - "creator": "Carl Zimmer and Sheryl Stolberg", - "pubDate": "Thu, 16 Dec 2021 02:04:39 +0000", + "title": "Fox News Christmas Tree Is Set on Fire in Manhattan", + "description": "The 50-foot tree had been ceremonially lit days earlier during a broadcast. The police said that a man was in custody in connection with the blaze.", + "content": "The 50-foot tree had been ceremonially lit days earlier during a broadcast. The police said that a man was in custody in connection with the blaze.", + "category": "Avenue of the Americas (Manhattan, NY)", + "link": "https://www.nytimes.com/2021/12/08/nyregion/fox-christmas-tree-fire.html", + "creator": "Mike Ives", + "pubDate": "Thu, 09 Dec 2021 00:45:31 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -159982,20 +185299,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3d2edb7daa59041b4cf0916561e009d" + "hash": "5aea31ccceb5ae5f70cdd989a7971618" }, { - "title": "Broadway Is Canceling Shows Due to Positive Covid Tests", - "description": "Broadway, where cancellations were once vanishingly rare, has seen a raft of them as positive coronavirus tests among cast and crew members have upended productions.", - "content": "A growing number of Broadway shows have had to cancel performances because of the coronavirus, including “Ain’t Too Proud,” where some patrons arrived Tuesday only to find out that night’s performance had been canceled.  ", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/15/theater/broadway-coronavirus-cancellations.html", - "creator": "Michael Paulson", - "pubDate": "Wed, 15 Dec 2021 20:18:19 +0000", + "title": "It’s a Christmas Sweater on a T. Rex: You Sure You Want to Call It Ugly?", + "description": "The Natural History Museum in London outfitted its animatronic Tyrannosaurus rex in a colorful Christmas sweater.", + "content": "The Natural History Museum in London outfitted its animatronic Tyrannosaurus rex in a colorful Christmas sweater.", + "category": "Museums", + "link": "https://www.nytimes.com/2021/12/08/world/europe/t-rex-christmas-jumper-natural-history-museum.html", + "creator": "Maria Cramer", + "pubDate": "Wed, 08 Dec 2021 13:17:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160003,20 +185319,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d62a6095ef4f654e9a15dff51792d9e2" + "hash": "c1a95487547330c8b0d9826869641df1" }, { - "title": "High Winds Tear Across Great Plains and Midwest", - "description": "A tornado watch was issued for parts of several states as wind gusts of more than 70 miles per hour bore down on the central U.S. Follow updates here.", - "content": "A tornado watch was issued for parts of several states as wind gusts of more than 70 miles per hour bore down on the central U.S. Follow updates here.", + "title": "Booster Shots, Bob Dole, ‘Sex and the City’: Your Thursday Evening Briefing", + "description": "Here’s what you need to know at the end of the day.", + "content": "Here’s what you need to know at the end of the day.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/15/us/midwest-storms-tornado-news", - "creator": "The New York Times", - "pubDate": "Thu, 16 Dec 2021 08:36:52 +0000", + "link": "https://www.nytimes.com/2021/12/09/briefing/booster-shots-bob-dole-sex-and-the-city.html", + "creator": "Remy Tumin", + "pubDate": "Thu, 09 Dec 2021 23:08:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160024,20 +185339,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ab093d6312efda9f0b547116f470cdf" + "hash": "f53875afac9044ad912e28141bb000b0" }, { - "title": "Keechant Sewell, a Queens Native, Comes 'Full Circle' to Head N.Y.P.D.", - "description": "Keechant Sewell, chief of detectives in Nassau County, will become the city’s 45th police commissioner after she impressed Eric Adams with “emotional intelligence.”", - "content": "Keechant Sewell, center, was introduced as Mayor-elect Eric Adams’s choice for police commissioner at a news conference in Queens, where Ms. Sewell grew up.", - "category": "Police Reform", - "link": "https://www.nytimes.com/2021/12/15/nyregion/keechant-sewell-nypd-commissioner.html", - "creator": "Ashley Southall, Ali Watkins and Troy Closson", - "pubDate": "Thu, 16 Dec 2021 01:21:25 +0000", + "title": "‘Kids Are Dying. How Are These Sites Still Allowed?’", + "description": "Inside the Times investigation into a web page that facilitates suicide, and why it has proved so difficult to shut down.", + "content": "Inside the Times investigation into a web page that facilitates suicide, and why it has proved so difficult to shut down.", + "category": "Deaths (Fatalities)", + "link": "https://www.nytimes.com/2021/12/09/podcasts/the-daily/suicide-investigation.html", + "creator": "Michael Barbaro, Austin Mitchell, Asthaa Chaturvedi, Rob Szypko, Larissa Anderson, Liz O. Baylen, Dan Powell and Chris Wood", + "pubDate": "Thu, 09 Dec 2021 14:22:48 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160045,20 +185359,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a4191c7d2714251487e7aec2572df8a" + "hash": "f777c62cbfc46a13bb7087b820251968" }, { - "title": "bell hooks, Pathbreaking Black Feminist, Dies at 69", - "description": "She insisted that the fight for women’s rights had to take into account the diverse experiences of working-class and Black women.", - "content": "The author bell hooks in 1995. Her work, across some 30 books, encompassed literary criticism, children’s fiction, self-help, memoir and poetry.", - "category": "Hooks, Bell", - "link": "https://www.nytimes.com/2021/12/15/books/bell-hooks-dead.html", - "creator": "Clay Risen", - "pubDate": "Thu, 16 Dec 2021 00:38:33 +0000", + "title": "两届北京奥运会为何“冰火两重天”", + "description": "2008年北京夏季奥运会也曾面临抵制呼声,但最终人们记住更多的是精彩的开幕式和赛事,以及一个蓬勃发展并且张开双臂拥抱世界的中国。14年后,北京冬奥会再次遭遇抵制,这一次有什么不同?", + "content": "2008年北京夏季奥运会也曾面临抵制呼声,但最终人们记住更多的是精彩的开幕式和赛事,以及一个蓬勃发展并且张开双臂拥抱世界的中国。14年后,北京冬奥会再次遭遇抵制,这一次有什么不同?", + "category": "", + "link": "https://www.nytimes.com/zh-hans/2021/12/09/world/asia/beijing-olympics-boycott.html", + "creator": "Rong Xiaoqing", + "pubDate": "Thu, 09 Dec 2021 09:25:56 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160066,20 +185379,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb083b6e5d61e255815126bff1605398" + "hash": "7003854a3be824f5158565c492875d56" }, { - "title": "What Stone Soup Means to a Seasoned Chef", - "description": "For Gabrielle Hamilton’s final Eat column, she considers what it takes to feed a village.", - "content": "For Gabrielle Hamilton’s final Eat column, she considers what it takes to feed a village.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/15/magazine/stone-soup.html", - "creator": "Gabrielle Hamilton", - "pubDate": "Wed, 15 Dec 2021 10:00:22 +0000", + "title": "Letitia James Drops Out of N.Y. Governor’s Race", + "description": "The move by the state attorney general, which instantly upended the high-profile governor’s race, seemed to solidify the front-runner status of the Democratic incumbent, Gov. Kathy Hochul.", + "content": "The move by the state attorney general, which instantly upended the high-profile governor’s race, seemed to solidify the front-runner status of the Democratic incumbent, Gov. Kathy Hochul.", + "category": "James, Letitia", + "link": "https://www.nytimes.com/2021/12/09/nyregion/letitia-james-drops-out-governor.html", + "creator": "Katie Glueck and Nicholas Fandos", + "pubDate": "Thu, 09 Dec 2021 19:00:39 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160087,20 +185399,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7625758fe76bb96f7437022025851d1e" + "hash": "67a7a69cc38990f8531840ddc09bb515" }, { - "title": "Four Resolutions for a Healthier Tech Life in 2022", - "description": "The tech world delivered many unpleasant surprises to us in the pandemic. We can learn from them.", - "content": "The tech world delivered many unpleasant surprises to us in the pandemic. We can learn from them.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/15/technology/personaltech/relationship-with-technology.html", - "creator": "Brian X. Chen", - "pubDate": "Wed, 15 Dec 2021 10:00:29 +0000", + "title": "Biden's Democracy Summit Convenes as U.S. Hits a ‘Rough Patch’", + "description": "The president kicked off his summit as critics questioned the guest list and whether the United States could be an effective advocate for democracy amid problems at home.", + "content": "The president kicked off his summit as critics questioned the guest list and whether the United States could be an effective advocate for democracy amid problems at home.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/09/us/politics/biden-democracy-summit.html", + "creator": "Michael Crowley and Zolan Kanno-Youngs", + "pubDate": "Fri, 10 Dec 2021 00:19:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160108,20 +185419,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdedc4f0e7d76116362d6e63b2b0d642" + "hash": "4029c6335f9538ead0d29c9f0225dab3" }, { - "title": "A Mental Health Crisis Among the Young", - "description": "A health professional and an author/filmmaker write that we are failing our youths. Also: Memo to Democrats; military spending; moving away from coal.", - "content": "Mental health issues were rising in the United States even before the pandemic began, with emergency room visits related to depression, anxiety and similar conditions up 28 percent between 2011 and 2015.", - "category": "Mental Health and Disorders", - "link": "https://www.nytimes.com/2021/12/15/opinion/letters/mental-health-youth.html", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:24:33 +0000", + "title": "The Smaller, Everyday Deals for College Athletes Under New Rules", + "description": "Although players with six-figure deals have attracted most of the public attention, thousands of athletes are pulling in just enough for books or date nights under name, image and likeness agreements.", + "content": "Although players with six-figure deals have attracted most of the public attention, thousands of athletes are pulling in just enough for books or date nights under name, image and likeness agreements.", + "category": "Student Athlete Compensation", + "link": "https://www.nytimes.com/2021/12/09/sports/ncaafootball/college-athletes-nil-deals.html", + "creator": "Alan Blinder", + "pubDate": "Thu, 09 Dec 2021 22:24:04 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160129,20 +185439,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "443767e86ebc61b6abdc84cc86878939" + "hash": "226064855eba85642443b53e966d7840" }, { - "title": "Did Climate Change Cause the Deadly Tornadoes?", - "description": "Here’s what we know.", - "content": "A storm vehicle with the Center for Severe Weather Research driving near the path of a tornado with winds of 166 to 175 m.p.h. in Katie, Okla.", - "category": "Tornadoes", - "link": "https://www.nytimes.com/2021/12/15/opinion/tornado-climate-change.html", - "creator": "James B. Elsner", - "pubDate": "Wed, 15 Dec 2021 10:00:09 +0000", + "title": "Citizen Enforcement of Abortion Law Violates Texas Constitution, Judge Rules", + "description": "A state judge said the approach inappropriately granted standing and denied due process. Abortion providers said they would expand services if the State Supreme Court upheld the ruling.", + "content": "A state judge said the approach inappropriately granted standing and denied due process. Abortion providers said they would expand services if the State Supreme Court upheld the ruling.", + "category": "Law and Legislation", + "link": "https://www.nytimes.com/2021/12/09/us/texas-abortion-law-unconstitutional.html", + "creator": "J. David Goodman", + "pubDate": "Fri, 10 Dec 2021 01:14:19 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160150,20 +185459,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bf0c4165e0cc32b4a50dc33571bd96e" + "hash": "ed7a244bdd1e85dcb7fddb6b01205df3" }, { - "title": "Biden Should Not Run Again — and He Should Say He Won’t", - "description": "The president would be doing the country, his party and his legacy a favor.", - "content": "The president would be doing the country, his party and his legacy a favor.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/14/opinion/biden-age-election-2024.html", - "creator": "Bret Stephens", - "pubDate": "Wed, 15 Dec 2021 00:00:05 +0000", + "title": "Met Museum Removes Sackler Name From Wing Over Opioid Ties", + "description": "The museum and the Sackler family announced that the name would be removed from seven exhibition spaces, including the wing that houses the Temple of Dendur.", + "content": "The museum and the Sackler family announced that the name would be removed from seven exhibition spaces, including the wing that houses the Temple of Dendur.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/09/arts/design/met-museum-sackler-wing.html", + "creator": "Robin Pogrebin", + "pubDate": "Thu, 09 Dec 2021 20:21:02 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160171,20 +185479,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "19c311160d05234ae64088c6dec531f6" + "hash": "b1c2c895c3a64d10ea4e65a0cc971861" }, { - "title": "How to Know Your Donations Are Doing the Most Good", - "description": "GiveWell investigates charities to find the most cost-effective ways to do good.", - "content": "GiveWell investigates charities to find the most cost-effective ways to do good.", - "category": "Philanthropy", - "link": "https://www.nytimes.com/2021/12/15/opinion/holiday-giving-givewell.html", - "creator": "Farhad Manjoo", - "pubDate": "Wed, 15 Dec 2021 10:00:26 +0000", + "title": "Columbus Reaches $5.75 Million Settlement Agreement With Protesters", + "description": "Under the deal, which is subject to City Council approval, the money would go to 32 plaintiffs who said they were injured by the police during 2020 social justice protests.", + "content": "Under the deal, which is subject to City Council approval, the money would go to 32 plaintiffs who said they were injured by the police during 2020 social justice protests.", + "category": "George Floyd Protests (2020)", + "link": "https://www.nytimes.com/2021/12/09/us/columbus-settlement-protests-police.html", + "creator": "Jesus Jiménez", + "pubDate": "Fri, 10 Dec 2021 04:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160192,20 +185499,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "54b7a12b6f250d2ff1a2e7d7f1eb7e66" + "hash": "e9cfea924d3445f7a6681cad9878cadd" }, { - "title": "Behind Kentucky's Tornado Recovery Plan", - "description": "On states that bite the hand that feeds them.", - "content": "Outside a post office in the aftermath of a tornado in Mayfield, Ky., on Sunday.", - "category": "International Trade and World Market", - "link": "https://www.nytimes.com/2021/12/14/opinion/kentucky-tornado-federal-aid.html", - "creator": "Paul Krugman", - "pubDate": "Tue, 14 Dec 2021 17:05:09 +0000", + "title": "Taiwan Loses Nicaragua as Ally as Tensions With China Rise", + "description": "The nation switched diplomatic allegiance to Beijing, leaving 13 nations and the Vatican still recognizing Taiwan as a sovereign nation.", + "content": "The nation switched diplomatic allegiance to Beijing, leaving 13 nations and the Vatican still recognizing Taiwan as a sovereign nation.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/10/world/asia/taiwan-nicaragua-china.html", + "creator": "Steven Lee Myers", + "pubDate": "Fri, 10 Dec 2021 03:01:59 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160213,20 +185519,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6999b6fe68ce46e8b17dd5b1d3fb701c" + "hash": "61063fe511d70f269b0d4b094c9ec1b0" }, { - "title": "Omicron Is a Dress Rehearsal for the Next Pandemic", - "description": "America’s response to the variant highlights both how much progress we have made over the past two years — and how much work remains.", - "content": "America’s response to the variant highlights both how much progress we have made over the past two years — and how much work remains.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/12/14/health/coronavirus-omicron-next-pandemic.html", - "creator": "Emily Anthes", - "pubDate": "Tue, 14 Dec 2021 20:11:27 +0000", + "title": "Barry Harris, Pianist and Devoted Scholar of Bebop, Dies at 91", + "description": "For decades, he performed, taught and toured with unflagging devotion. He also helped to lay the foundation for the widespread academic study of jazz.", + "content": "For decades, he performed, taught and toured with unflagging devotion. He also helped to lay the foundation for the widespread academic study of jazz.", + "category": "Harris, Barry", + "link": "https://www.nytimes.com/2021/12/09/arts/music/barry-harris-dead.html", + "creator": "Giovanni Russonello", + "pubDate": "Thu, 09 Dec 2021 23:15:44 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160234,20 +185539,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d01d95483a8ed82cbc7fdc2bca582c3" + "hash": "682c88128a2efb24d877a89b99c47e8a" }, { - "title": "Proud Boys Regroup, Focusing on School Boards and Town Councils", - "description": "The far-right nationalist group has become increasingly active at school board meetings and town council gatherings across the country.", - "content": "Proud Boys members at a rally in Salem, Ore., in May.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/14/us/proud-boys-local-issues.html", - "creator": "Sheera Frenkel", - "pubDate": "Tue, 14 Dec 2021 22:00:05 +0000", + "title": "U.S. Announces End to Combat Mission in Iraq, but Troops Will Not Leave", + "description": "The U.S. military said it had transitioned to an advise and assist mission in the country, but the roughly 2,500 service members on the ground will remain, staying on in support roles.", + "content": "The U.S. military said it had transitioned to an advise and assist mission in the country, but the roughly 2,500 service members on the ground will remain, staying on in support roles.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/09/world/middleeast/us-iraq-combat-mission.html", + "creator": "Jane Arraf", + "pubDate": "Thu, 09 Dec 2021 20:24:37 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160255,20 +185559,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe2354b358dfad6f2b8c9ad8404f4c14" + "hash": "1e6d7fbaef30173a35bfe11fa31fdd6b" }, { - "title": "James Webb Space Telescope Launch Is Making Astronomers Very Anxious", - "description": "The James Webb Space Telescope is endowed with the hopes and trepidations of a generation of astronomers.", - "content": "Testing and inspection of the telescope’s observatory at Northrop Grummon in California in May 2020.", - "category": "James Webb Space Telescope", - "link": "https://www.nytimes.com/2021/12/14/science/james-webb-telescope-launch.html", - "creator": "Dennis Overbye", - "pubDate": "Tue, 14 Dec 2021 18:08:13 +0000", + "title": "William Hartmann, 63, Michigan Official Who Disputed Election, Dies", + "description": "He refused to certify Joseph Biden’s victory over Donald Trump in Detroit but later relented. A foe of Covid vaccines, he was hospitalized with the virus.", + "content": "He refused to certify Joseph Biden’s victory over Donald Trump in Detroit but later relented. A foe of Covid vaccines, he was hospitalized with the virus.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/09/us/politics/william-hartmann-dead.html", + "creator": "Katharine Q. Seelye", + "pubDate": "Fri, 10 Dec 2021 00:56:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160276,20 +185579,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c7693efb375d04dca5f9a09c7241131" + "hash": "9615b07a7eff38b0050a04063dd4ed81" }, { - "title": "New York’s Top 10 New Restaurants of 2021", - "description": "After a year that began with indoor dining banned in the city, our critic Pete Wells cherishes the places that celebrate sharing — and life.", - "content": "A panoply of dishes at CheLi on St. Marks Place.", - "category": "Restaurants", - "link": "https://www.nytimes.com/2021/12/14/dining/new-yorks-top-10-new-restaurants-of-2021.html", - "creator": "Pete Wells", - "pubDate": "Tue, 14 Dec 2021 17:06:28 +0000", + "title": "The Health Toll of Poor Sleep", + "description": "Finding that slumber sweet spot can be helpful for fending off a range of mental and bodily ills.", + "content": "Finding that slumber sweet spot can be helpful for fending off a range of mental and bodily ills.", + "category": "Sleep", + "link": "https://www.nytimes.com/2021/12/06/well/mind/sleep-health.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 06 Dec 2021 16:49:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160297,20 +185599,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "932d779790aaaf43669997754437f197" + "hash": "2ac16a4572c9f638f9b3eeb4a06c5eca" }, { - "title": "The Spectacle of Yoko Ono Disrupting the Beatles and the Variant Hunters: The Week in Narrated Articles", - "description": "Five articles from around The Times, narrated just for you.", - "content": "Five articles from around The Times, narrated just for you.", - "category": "", - "link": "https://www.nytimes.com/2021/12/10/podcasts/the-spectacle-of-yoko-ono-disrupting-the-beatles-and-the-variant-hunters-the-week-in-narrated-articles.html", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 10:30:04 +0000", + "title": "The Quiet Brain of the Athlete", + "description": "The brains of fit, young athletes dial down extraneous noise and attend to important sounds better than those of other young people.", + "content": "The brains of fit, young athletes dial down extraneous noise and attend to important sounds better than those of other young people.", + "category": "Athletics and Sports", + "link": "https://www.nytimes.com/2019/12/18/well/move/sports-athletes-brain-hearing-noise-running.html", + "creator": "Gretchen Reynolds", + "pubDate": "Wed, 18 Dec 2019 18:13:28 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160318,20 +185619,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "032b28b025947d3cb3073aba5e5455bb" + "hash": "4cd3fe2cda4755aa041e2817bd8ac4e5" }, { - "title": "Timeless Wisdom for Leading a Life of Love, Friendship and Learning", - "description": "The ethicist Leon Kass discusses the ingredients for a meaningful life.", - "content": "The ethicist Leon Kass discusses the ingredients for a meaningful life.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/14/opinion/ezra-klein-podcast-leon-kass.html", - "creator": "‘The Ezra Klein Show’", - "pubDate": "Tue, 14 Dec 2021 18:33:11 +0000", + "title": "On Wintry Runs, Finding a Room of My Own", + "description": "When I go running in slush and snow, ideas can break loose and float to the surface like little ice floes.", + "content": "When I go running in slush and snow, ideas can break loose and float to the surface like little ice floes.", + "category": "Running", + "link": "https://www.nytimes.com/2019/03/20/well/move/on-wintry-runs-finding-a-room-of-my-own.html", + "creator": "Caitlin Shetterly", + "pubDate": "Wed, 20 Mar 2019 09:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160339,20 +185639,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "80931cf1fa3a8bd2b6c2c05d9881bf3c" + "hash": "ad16c4d0bfe9a8270a3c14ef8cb90194" }, { - "title": "Deion Sanders Lands Top Recruit Travis Hunter at Jackson State", - "description": "On national signing day, the high school star from Georgia spurned Florida State after a two-year commitment in favor of the historically Black college.", - "content": "On national signing day, the high school star from Georgia spurned Florida State after a two-year commitment in favor of the historically Black college.", - "category": "Historically Black Colleges and Universities", - "link": "https://www.nytimes.com/2021/12/15/sports/ncaafootball/travis-hunter-deion-sanders-jackson-state.html", - "creator": "Alanis Thames", - "pubDate": "Thu, 16 Dec 2021 00:04:29 +0000", + "title": "The Year on the Red Carpet", + "description": "All that pent-up dressing up finally found an outlet. If it wasn’t a carpet per se, it was a public moment.", + "content": "All that pent-up dressing up finally found an outlet. If it wasn’t a carpet per se, it was a public moment.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2021/12/08/style/the-year-on-the-red-carpet.html", + "creator": "Vanessa Friedman", + "pubDate": "Wed, 08 Dec 2021 17:13:14 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160360,20 +185659,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "865a8fe86d94a6ca7539c8c4c1fbdaca" + "hash": "02fc67d2e766c161037cff88447334b9" }, { - "title": "Biden Taps Michelle Kwan and Caroline Kennedy for Ambassador Posts", - "description": "Ms. Kennedy, nominated to be ambassador to Australia, and Ms. Kwan, nominated to be the envoy to Belize, were prominent Biden supporters during the 2020 campaign season.", - "content": "Caroline Kennedy, who was the ambassador to Japan under President Barack Obama, is set to be nominated to be ambassador to Australia.", - "category": "Kennedy, Caroline", - "link": "https://www.nytimes.com/2021/12/15/us/politics/michelle-kwan-caroline-kennedy-ambassador.html", - "creator": "Jim Tankersley", - "pubDate": "Thu, 16 Dec 2021 00:28:42 +0000", + "title": "Bethan Laura Wood's Fantastical London Home", + "description": "Bethan Laura Wood has made her name dreaming up transportive rainbow-hued furniture and housewares. Her own London home is just as fantastical.", + "content": "Bethan Laura Wood has made her name dreaming up transportive rainbow-hued furniture and housewares. Her own London home is just as fantastical.", + "category": "Wood, Bethan Laura", + "link": "https://www.nytimes.com/2021/11/30/t-magazine/bethan-laura-wood-home-design.html", + "creator": "Meara Sharma", + "pubDate": "Fri, 03 Dec 2021 20:00:42 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160381,20 +185679,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9a1a1c2752016eb7d62e30e702c846d" + "hash": "6f7147b70fc2a52ec2a3a39ce531e24e" }, { - "title": "Manchin Balks on Social Policy Bill; Democrats May Punt to 2022", - "description": "A self-imposed Christmas deadline for action on the $2.2 trillion social safety net, climate and tax package appeared likely to slip as negotiations with the West Virginia Democrat faltered.", - "content": "The gulf between Senator Joe Manchin III of West Virginia and President Biden indicates that the president’s $2.2 trillion climate, tax and spending package will likely not pass before the scheduled holiday break.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/15/us/politics/democrats-social-policy-bill-2022.html", - "creator": "Emily Cochrane and Jim Tankersley", - "pubDate": "Thu, 16 Dec 2021 00:44:18 +0000", + "title": "‘Red Rocket’ Review: All My XXX’s Live in Texas", + "description": "A porn star returns to his hometown in Sean Baker’s latest slice of hard-luck Americana.", + "content": "A porn star returns to his hometown in Sean Baker’s latest slice of hard-luck Americana.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/09/movies/red-rocket-review.html", + "creator": "A.O. Scott", + "pubDate": "Thu, 09 Dec 2021 16:52:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160402,20 +185699,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "19b6a39edaf29d1d2699fbf245349af4" + "hash": "3253303f138fc77669aef365906aad8e" }, { - "title": "Landlord Accused of Demanding Sex From Tenants to Pay $4.5 Million", - "description": "A federal civil rights suit had accused Joseph Centanni of demanding sexual acts from tenants in Elizabeth, N.J. He denied wrongdoing, but agreed to pay.", - "content": "A federal lawsuit accused a landlord in Elizabeth, N.J., of demanding sexual acts from tenants or housing applicants. ", - "category": "Landlords", - "link": "https://www.nytimes.com/2021/12/15/nyregion/joseph-centanni-new-jersey.html", - "creator": "Karen Zraick", - "pubDate": "Wed, 15 Dec 2021 23:22:07 +0000", + "title": "Kim Abeles Turns the Climate Crisis Into Eco-art", + "description": "She doesn’t just make art about pollution, she makes art out of it. Now her “Smog Collectors” series is on view at California State University, Fullerton.", + "content": "She doesn’t just make art about pollution, she makes art out of it. Now her “Smog Collectors” series is on view at California State University, Fullerton.", + "category": "Air Pollution", + "link": "https://www.nytimes.com/2021/12/09/arts/design/pollution-abeles-art-fullerton-environment.html", + "creator": "Jori Finkel", + "pubDate": "Thu, 09 Dec 2021 23:40:59 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160423,20 +185719,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0de9dec0a4a197949b012f0805a8e798" + "hash": "8cf7a29aa2368d0413ee2eadef029c3d" }, { - "title": "4 Children Die in Fall From Bouncy Castle in Tasmania, Australia", - "description": "The students fell more than 30 feet on the last day of school in Tasmania, Australia. Several others were critically injured.", - "content": "Helicopters and ambulances rushed to the scene Thursday after heavy winds lifted a bouncy castle high in the air in Devonport, Australia.", - "category": "Deaths (Fatalities)", - "link": "https://www.nytimes.com/2021/12/15/world/australia/jumping-castle-tasmania.html", - "creator": "Yan Zhuang", - "pubDate": "Thu, 16 Dec 2021 08:25:02 +0000", + "title": "New Christmas Movies to Stream on HBO Max, Disney+ and More", + "description": "A list of quality holiday movies on streaming services other than Netflix.", + "content": "A list of quality holiday movies on streaming services other than Netflix.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/09/movies/holiday-movies-streaming.html", + "creator": "Elisabeth Vincentelli", + "pubDate": "Thu, 09 Dec 2021 12:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160444,20 +185739,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "688bb8513b9a7c3f4cbb193b162bc0a8" + "hash": "dea509fa37a68f7a14f01fa4573638fc" }, { - "title": "Santo Domingo Plane Crash Kills All 9 Aboard", - "description": "A prominent Puerto Rican music producer known as Flow La Movie was reported to be among the dead.", - "content": "A prominent Puerto Rican music producer known as Flow La Movie was reported to be among the dead.", - "category": "Dominican Republic", - "link": "https://www.nytimes.com/2021/12/15/world/americas/santo-domingo-plane-crash.html", - "creator": "Richard Pérez-Peña and Mike Ives", - "pubDate": "Thu, 16 Dec 2021 05:16:17 +0000", + "title": "Starbucks Workers in Buffalo Vote to Unionize", + "description": "The vote at one store represents a challenge to the labor model at the giant coffee retailer. Here’s the latest business news.", + "content": "The vote at one store represents a challenge to the labor model at the giant coffee retailer. Here’s the latest business news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/09/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Thu, 09 Dec 2021 20:35:48 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160465,20 +185759,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "647759f2a302f8b036f6a4a0b1ea1ab1" + "hash": "11a14e360e53e947ee11de825e37177b" }, { - "title": "Max Verstappen Defends Formula 1 Championship Win", - "description": "Max Verstappen knew his chances of beating Lewis Hamilton for the Formula 1 championship were slim. But he is ready to accept the trophy despite protests by Mercedes.", - "content": "Max Verstappen knew his chances of beating Lewis Hamilton for the Formula 1 championship were slim. But he is ready to accept the trophy despite protests by Mercedes.", - "category": "Automobile Racing", - "link": "https://www.nytimes.com/2021/12/15/sports/autoracing/max-verstappen-f1.html", - "creator": "Tariq Panja", - "pubDate": "Wed, 15 Dec 2021 22:55:25 +0000", + "title": "The Peerless Imagination of Greg Tate", + "description": "For four decades, he set the critical standard for elegantly intricate assessments of music, art, literature and more, writing dynamically about the resilience and paradoxes of Black creativity and life.", + "content": "For four decades, he set the critical standard for elegantly intricate assessments of music, art, literature and more, writing dynamically about the resilience and paradoxes of Black creativity and life.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/08/arts/music/greg-tate-critic.html", + "creator": "Jon Caramanica", + "pubDate": "Wed, 08 Dec 2021 22:46:59 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160486,20 +185779,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b2eb7a9cb889c573baaaef3fd4141dd" + "hash": "ba6e4b08d4d4c34ac0c67d867ed893da" }, { - "title": "Many Turks Can’t Afford Bread, and Bakers Can’t Afford to Make It", - "description": "Squeezed by rising costs, price controls and plunging sales, bakers warn of ruin, while their impoverished former customers line up for government-supplied loaves.", - "content": "Although government kiosks have been operating for years in working-class neighborhoods of Istanbul, many more people are now buying the cheaper bread.", - "category": "Bakeries and Baked Products", - "link": "https://www.nytimes.com/2021/12/15/world/europe/turkey-bread-prices.html", - "creator": "Carlotta Gall", - "pubDate": "Wed, 15 Dec 2021 18:53:52 +0000", + "title": "The Era of the Celebrity Meal", + "description": "Fast-food chains are hungry for celebrity partners to drive sales and appeal to younger consumers. The method is working.", + "content": "Fast-food chains are hungry for celebrity partners to drive sales and appeal to younger consumers. The method is working.", + "category": "Social Media", + "link": "https://www.nytimes.com/2021/12/08/style/celebrity-fast-food-partnerships.html", + "creator": "Anna P. Kambhampaty and Julie Creswell", + "pubDate": "Wed, 08 Dec 2021 22:26:31 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160507,20 +185799,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9bf1af71b03ddc7da80b28420e6f0fa" + "hash": "8a621254c8d4690210a1f3dfd00c7669" }, { - "title": "Reddit I.P.O. Is a Step Closer After Confidential Filing to Go Public", - "description": "The company announced it had confidentially filed paperwork for an I.P.O., but without disclosing financial details.", - "content": "Steve Huffman, the Reddit chief executive, at the 2019 DealBook Conference.", - "category": "Reddit Inc", - "link": "https://www.nytimes.com/2021/12/15/business/reddit-ipo.html", - "creator": "Mike Isaac", - "pubDate": "Thu, 16 Dec 2021 06:58:41 +0000", + "title": "Everybody Wants to Be Your Email Buddy", + "description": "Requests, you get requests …", + "content": "Requests, you get requests …", + "category": "Campaign Finance", + "link": "https://www.nytimes.com/2021/12/08/opinion/trump-biden-email-fundraising.html", + "creator": "Gail Collins", + "pubDate": "Thu, 09 Dec 2021 00:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160528,20 +185819,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "97284c2dcba28c089f35bff83b6c65b7" + "hash": "c802a69d0f59ccbc6d3f991d52da0549" }, { - "title": "Louisiana Judge, Michelle Odinet, Is Urged to Resign Over Racial Slur in Video", - "description": "Michelle Odinet, a judge in Louisiana, said she had “zero recollection” of the episode captured on video, in which off-screen voices are heard narrating security-camera footage of a failed burglary attempt.", - "content": "Michelle Odinet, then a candidate for judge of Lafayette City Court, in July 2020.", - "category": "Video Recordings, Downloads and Streaming", - "link": "https://www.nytimes.com/2021/12/15/us/michelle-odinet-burglary-racial-slur-sedative.html", - "creator": "Amanda Holpuch", - "pubDate": "Wed, 15 Dec 2021 22:34:47 +0000", + "title": "The Year America Lost Its Democracy", + "description": "Republicans mounted an all-out assault on voting rights. Democrats did little to stop them.", + "content": "Republicans mounted an all-out assault on voting rights. Democrats did little to stop them.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/08/opinion/american-democracy.html", + "creator": "Farhad Manjoo", + "pubDate": "Wed, 08 Dec 2021 20:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160549,20 +185839,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "869b4b0bfe6c3415de3188c839d50b2f" + "hash": "f373d4ecadce73eee1850c68f77fa0f7" }, { - "title": "Can Eye Drops Replace Reading Glasses?", - "description": "Vuity, a once-a-day treatment that can help users see up close without affecting their long-range vision, went on the market Thursday after being approved by the F.D.A. in October.", - "content": "Vuity, a once-a-day treatment that can help users see up close without affecting their long-range vision, went on the market Thursday after being approved by the F.D.A. in October.", - "category": "Eyes and Eyesight", - "link": "https://www.nytimes.com/2021/12/14/well/live/eye-drops-reading-glasses-fda.html", - "creator": "Melinda Wenner Moyer", - "pubDate": "Tue, 14 Dec 2021 17:35:25 +0000", + "title": "Why Is There So Much Judgment About How We Feed Our Kids?", + "description": "An interview with Priya Fielding-Singh, the author of “How the Other Half Eats.”", + "content": "An interview with Priya Fielding-Singh, the author of “How the Other Half Eats.”", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/08/opinion/inequality-parents-children.html", + "creator": "Jessica Grose", + "pubDate": "Wed, 08 Dec 2021 17:35:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160570,20 +185859,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "10fdb609a9e76b22750fc6f2c4cdf11d" + "hash": "dc738b492b56cf1e29e72365bdd077b4" }, { - "title": "Hidden Hearing Loss and How it’s Often Missed in Tests", - "description": "Standard audio tests often miss this common condition that only appears with background noise.", - "content": "Standard audio tests often miss this common condition that only appears with background noise.", - "category": "Noise", - "link": "https://www.nytimes.com/2021/12/15/well/mind/hearing-loss-signs.html", - "creator": "Emma Yasinski", - "pubDate": "Wed, 15 Dec 2021 17:38:05 +0000", + "title": "Yes, Americans Should Be Mailed Free Tests", + "description": "We need every option available to return to normal.", + "content": "We need every option available to return to normal.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2021/12/08/opinion/free-covid-test-biden.html", + "creator": "Aaron E. Carroll", + "pubDate": "Wed, 08 Dec 2021 20:11:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160591,20 +185879,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "58f3f4277120e57ee2ea05ec889d09f1" + "hash": "dd0b536fa4a3d7e8a4f5a39154aabde2" }, { - "title": "How to Minimize Exposures to Hormone Disrupters", - "description": "Experts say adults and children alike can benefit from avoiding canned goods and certain plastics and substituting natural products for commercial cleaning products.", - "content": "Experts say adults and children alike can benefit from avoiding canned goods and certain plastics and substituting natural products for commercial cleaning products.", - "category": "Hazardous and Toxic Substances", - "link": "https://www.nytimes.com/2019/04/01/well/family/how-to-minimize-exposures-to-hormone-disrupters.html", - "creator": "Perri Klass, M.D.", - "pubDate": "Mon, 01 Apr 2019 16:17:47 +0000", + "title": "The Supreme Court Faces a Voting Paradox with Abortion Decision", + "description": "Any voting system is vulnerable to inconsistency.", + "content": "Any voting system is vulnerable to inconsistency.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/08/opinion/supreme-court-abortion.html", + "creator": "Peter Coy", + "pubDate": "Wed, 08 Dec 2021 20:32:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160612,20 +185899,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a296b93454bc32c7d18af41a7a8a746c" + "hash": "77881d7d23341cdd3e4f6c988fcafc59" }, { - "title": "The Toll of Uterine Fibroids on Black Women", - "description": "Black women are more likely than white women to have uterine fibroids, and the debilitating symptoms often leave them feeling fearful, depressed, helpless and alone.", - "content": "After years of feeling brushed off by her doctors, N. Jamiyla Chisholm, 45, remembered crying after her first consultation with a Black gynecologist, who diagnosed and later removed her fibroids.", - "category": "Discrimination", - "link": "https://www.nytimes.com/2021/12/13/well/live/uterine-fibroids-black-women.html", - "creator": "Patrice Peck", - "pubDate": "Mon, 13 Dec 2021 21:45:09 +0000", + "title": "Schools Are Closing Classrooms on Fridays. Parents Are Furious.", + "description": "Desperate to keep teachers, some districts have turned to remote teaching for one day a week — and sometimes more. Families have been left to find child care.", + "content": "Desperate to keep teachers, some districts have turned to remote teaching for one day a week — and sometimes more. Families have been left to find child care.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/08/us/schools-closed-fridays-remote-learning.html", + "creator": "Giulia Heyward", + "pubDate": "Wed, 08 Dec 2021 18:57:04 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160633,20 +185919,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c3d95a044c0820768d0d5dec15f0599" + "hash": "31bce02eed04af91094f0ad77e2b57be" }, { - "title": "Why We Feel Compelled to Say ‘Bless You’ When Someone Sneezes", - "description": "Attributing divine blessing to a sneeze may serve various functions when ordinary explanations are lacking.", - "content": "Attributing divine blessing to a sneeze may serve various functions when ordinary explanations are lacking.", - "category": "Customs, Etiquette and Manners", - "link": "https://www.nytimes.com/2019/09/17/well/mind/sneezing-sneezes-god-bless-you-manners-etiquette.html", - "creator": "Judy Mandell", - "pubDate": "Tue, 17 Sep 2019 09:00:02 +0000", + "title": "The Coronavirus Attacks Fat Tissue, Scientists Find", + "description": "The research may help explain why people who are overweight and obese have been at higher risk of severe illness and death from Covid.", + "content": "The research may help explain why people who are overweight and obese have been at higher risk of severe illness and death from Covid.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/12/08/health/covid-fat-obesity.html", + "creator": "Roni Caryn Rabin", + "pubDate": "Wed, 08 Dec 2021 21:06:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160654,20 +185939,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "530a5361b0314a4b57377fea460e3bcb" + "hash": "e1161874414210a59195ba59c3fd4991" }, { - "title": "Times Critics Discuss 2021 in Books, From Breakout Stars to Cover Blobs", - "description": "The Times’s staff critics talk with one another about the reading they did this year, on and off the job.", - "content": "The Times’s staff critics talk with one another about the reading they did this year, on and off the job.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/15/books/critics-discuss-2021-in-books.html", - "creator": "Dwight Garner, Alexandra Jacobs, Jennifer Szalai and Molly Young", - "pubDate": "Wed, 15 Dec 2021 12:34:14 +0000", + "title": "Frustration Over a Stalled Bill", + "description": "Democrats favor federal support for scientific research. Why can’t they agree?", + "content": "Democrats favor federal support for scientific research. Why can’t they agree?", + "category": "", + "link": "https://www.nytimes.com/2021/12/09/briefing/federal-scientific-research-democrats-stalled.html", + "creator": "David Leonhardt", + "pubDate": "Thu, 09 Dec 2021 11:30:49 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160675,20 +185959,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "82c3442401f8728f4766cf9a806ad287" + "hash": "f297237f8b1e1bc5206015c3a72ccbed" }, { - "title": "Anne Rice’s Final Interview: ‘I Am Known to Be Passionate’", - "description": "Shortly before the stroke that killed her, the author of the Vampire Chronicles and (with her son, Christopher) the forthcoming “Ramses the Damned: The Reign of Osiris” answered questions from the Book Review.", - "content": "Shortly before the stroke that killed her, the author of the Vampire Chronicles and (with her son, Christopher) the forthcoming “Ramses the Damned: The Reign of Osiris” answered questions from the Book Review.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/15/books/review/anne-rices-final-interview-i-am-known-to-be-passionate.html", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 22:18:21 +0000", + "title": "In Michigan School Shooting, First Lawsuits Are Filed", + "description": "The parents of two sisters who survived the Oxford High School shootings have filed two $100 million suits against the district and its officials.", + "content": "The parents of two sisters who survived the Oxford High School shootings have filed two $100 million suits against the district and its officials.", + "category": "Oxford Charter Township, Mich, Shooting (2021)", + "link": "https://www.nytimes.com/2021/12/09/us/michigan-school-shooting-lawsuits-oxford.html", + "creator": "Dana Goldstein", + "pubDate": "Thu, 09 Dec 2021 17:58:35 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160696,20 +185979,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2be8fa18245d54713a7b3d588d9e7438" + "hash": "9f3107440e4e831619c1a6d7c808de96" }, { - "title": "‘Sex and the City’ Reboot Is Not the Only Problem for Peloton", - "description": "The high-end exercise bikes have flooded Facebook Marketplace and Craigslist in recent months.", - "content": "The high-end exercise bikes have flooded Facebook Marketplace and Craigslist in recent months.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/12/15/style/used-pelotons-sale-satc.html", - "creator": "Steven Kurutz", - "pubDate": "Wed, 15 Dec 2021 15:34:39 +0000", + "title": "Bob Dole Remembered as ‘Giant of History’ in Capitol Tribute", + "description": "President Biden was among those honoring Mr. Dole, one of the longest-serving Republican leaders, as he lay in state at the Capitol.", + "content": "President Biden was among those honoring Mr. Dole, one of the longest-serving Republican leaders, as he lay in state at the Capitol.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/09/us/bob-dole", + "creator": "The New York Times", + "pubDate": "Thu, 09 Dec 2021 19:31:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160717,20 +185999,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "17aeeeef92c28682464531ac03128175" + "hash": "6d8675e66a52e2b93a103fecb1c91168" }, { - "title": "Raven O, a Nightlife Fixture for Four Decades, Takes a Final Bow", - "description": "Since the ’80s, Raven O has choreographed, directed, hosted, danced and sung on many New York stages. After three final shows, he’ll return to Hawaii.", - "content": "After spending the Covid-19 shutdown in Hawaii, Raven O had hoped to resume appearances on a regular basis. But a series of health problems proved too much to overcome, for now.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/15/arts/music/raven-o-retiring.html", - "creator": "Elysa Gardner", - "pubDate": "Wed, 15 Dec 2021 17:14:53 +0000", + "title": "Denmark’s Prime Minister is Questioned Over Mass Mink Slaughter", + "description": "The prime minister, Mette Frederiksen, said she did not know the government lacked legal authority to order the mass slaughter of 17 million minks after infected animals passed the virus to humans.", + "content": "The prime minister, Mette Frederiksen, said she did not know the government lacked legal authority to order the mass slaughter of 17 million minks after infected animals passed the virus to humans.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/09/world/europe/denmark-mink.html", + "creator": "Thomas Erdbrink and Jasmina Nielsen", + "pubDate": "Thu, 09 Dec 2021 18:31:19 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160738,20 +186019,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed9ab5c923eeeb0cd301a3b142268285" + "hash": "3b22696e3b384384f55e022802b9c7b5" }, { - "title": "Review: First the Party, Then the Crash, in a ‘Cabaret’ Revival", - "description": "A London production starring Eddie Redmayne pulls the audience into a hedonistic milieu. Then things get dark.", - "content": "A London production starring Eddie Redmayne pulls the audience into a hedonistic milieu. Then things get dark.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/15/theater/cabaret-review-london-eddie-redmayne.html", - "creator": "Matt Wolf", - "pubDate": "Wed, 15 Dec 2021 16:18:53 +0000", + "title": "Before Trump's SPAC Deal, a Strange Surge in Trading", + "description": "Trading in the merger partner’s warrants, which allow holders to buy shares later, spiked several times before the Trump Media agreement was made public.", + "content": "Trading in the merger partner’s warrants, which allow holders to buy shares later, spiked several times before the Trump Media agreement was made public.", + "category": "Digital World Acquisition Corp", + "link": "https://www.nytimes.com/2021/12/09/business/trump-spac-stock.html", + "creator": "Matthew Goldstein", + "pubDate": "Thu, 09 Dec 2021 18:14:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160759,20 +186039,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "82af4d255eb8e3b61856560633b4a111" + "hash": "2925f04b7681af0f8400b6f68e7b7072" }, { - "title": "Fed Could Raise Rates 3 Times in 2022, Speeds End of Bond-Buying", - "description": "Federal Reserve officials suggested as many as three interest rate increases in 2022 as the economy heals and inflation persists.", - "content": "“I think the risk of higher inflation has increased,” Jerome H. Powell, the Federal Reserve chair, said while testifying before Congress last month.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/15/business/economy/inflation-fed-fomc-meeting-december-2021.html", - "creator": "Jeanna Smialek", - "pubDate": "Wed, 15 Dec 2021 19:49:32 +0000", + "title": "Finland's Prime Minister Apologizes for Clubbing After Covid Exposure", + "description": "Prime Minister Sanna Marin said she should have “double-checked the guidance” after someone in her government tested positive for the coronavirus.", + "content": "Prime Minister Sanna Marin said she should have “double-checked the guidance” after someone in her government tested positive for the coronavirus.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/09/world/europe/finland-prime-minister-clubbing-apology.html", + "creator": "Marc Santora", + "pubDate": "Thu, 09 Dec 2021 20:01:51 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160780,20 +186059,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2c8b970b1452bdaad3ad29aac2271a2" + "hash": "2e627577d657e69d1c78ee3eb06ce4d8" }, { - "title": "Fed Expected to Cut Economic Support Faster as Inflation Fears Grow", - "description": "The Federal Reserve is shifting its focus away from economic recovery and toward trying to guard against out-of-control inflation. They are expected to signal a faster end to the bond-buying program and could announce a rise in interest rates. Get the latest on the economy.", - "content": "The Federal Reserve is shifting its focus away from economic recovery and toward trying to guard against out-of-control inflation. They are expected to signal a faster end to the bond-buying program and could announce a rise in interest rates. Get the latest on the economy.", + "title": "Ghislaine Maxwell Sex-Trafficking Trial Delayed After Lawyer Becomes Ill", + "description": "Jurors were poised to hear from a fourth woman who says she was abused by Jeffrey Epstein, but the proceedings were abruptly adjourned. Get updates on the trial.", + "content": "Jurors were poised to hear from a fourth woman who says she was abused by Jeffrey Epstein, but the proceedings were abruptly adjourned. Get updates on the trial.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/15/business/inflation-retail-sales-stocks", + "link": "https://www.nytimes.com/live/2021/12/09/nyregion/ghislaine-maxwell-trial", "creator": "The New York Times", - "pubDate": "Wed, 15 Dec 2021 20:29:31 +0000", + "pubDate": "Thu, 09 Dec 2021 19:31:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160801,20 +186079,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1cbaf91ae09062bd23fff241c76e2c8" + "hash": "1d8c5f9a02bddbc15dce475f1cda9ad5" }, { - "title": "What Causes Inflation and Should I Worry About It?", - "description": "What is inflation, why is it up and whom does it hurt? A run through common questions about the ongoing price burst.", - "content": "Shoppers in New York last week. The inflationary burst America has experienced this year has been driven partly by quirks like supply chain issues and partly by demand.", - "category": "United States Economy", - "link": "https://www.nytimes.com/article/inflation-definition.html", - "creator": "Jeanna Smialek", - "pubDate": "Wed, 15 Dec 2021 19:19:54 +0000", + "title": "Jim Malatras, SUNY Chancellor, to Resign After Disparaging Cuomo Victim", + "description": "Jim Malatras, the chancellor of the State University of New York, said he would resigned after text messages showed he had belittled a woman who later accused Andrew Cuomo of sexual harassment.", + "content": "Jim Malatras, the chancellor of the State University of New York, said he would resigned after text messages showed he had belittled a woman who later accused Andrew Cuomo of sexual harassment.", + "category": "Appointments and Executive Changes", + "link": "https://www.nytimes.com/2021/12/09/nyregion/suny-chancellor-malatras-resigns.html", + "creator": "Luis Ferré-Sadurní", + "pubDate": "Thu, 09 Dec 2021 20:54:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160822,20 +186099,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d959a9a03af85b19cb3c9f47a368cc31" + "hash": "824a93f659a2d151eccbafe44d7b0096" }, { - "title": "Pfizer and Moderna Boosters Likely to Protect Against Omicron, Fauci Says", - "description": "Dr. Anthony Fauci added that “there is no need for a very specific booster” designed to fight the new variant. Follow Covid updates.", - "content": "Dr. Anthony Fauci added that “there is no need for a very specific booster” designed to fight the new variant. Follow Covid updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/15/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Wed, 15 Dec 2021 20:29:31 +0000", + "title": "Jailed Journalists Reach Record High for Sixth Year in 2021", + "description": "The Committee to Protect Journalists, a press freedom monitoring group, said 293 journalists were behind bars this year, more than a quarter of them in China.", + "content": "The Committee to Protect Journalists, a press freedom monitoring group, said 293 journalists were behind bars this year, more than a quarter of them in China.", + "category": "Freedom of the Press", + "link": "https://www.nytimes.com/2021/12/09/world/americas/jailed-journalists-worldwide.html", + "creator": "Rick Gladstone", + "pubDate": "Thu, 09 Dec 2021 05:01:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160843,20 +186119,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce1daba1f84534eda6211ad070413576" + "hash": "bc1ee9f2af7aae08b43859b3a44f4a63" }, { - "title": "C.D.C. Virus Tests Were Contaminated and Poorly Designed, Agency Says", - "description": "An internal review documented two serious flaws in the test kits, which were distributed to public health laboratories in early 2020.", - "content": "The C.D.C. released this test kit early in the pandemic, which was later found to be not only poorly designed, but contaminated.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/12/15/health/cdc-covid-tests-contaminated.html", - "creator": "Emily Anthes", - "pubDate": "Wed, 15 Dec 2021 19:00:11 +0000", + "title": "Ken Jennings and Mayim Bialik to Share ‘Jeopardy!’ Hosting Duties", + "description": "The long-running quiz show decided to keep the hosts into its 38th season in 2022, putting an end, at least for now, to speculation and drama around the job.", + "content": "The long-running quiz show decided to keep the hosts into its 38th season in 2022, putting an end, at least for now, to speculation and drama around the job.", + "category": "Jeopardy! (TV Program)", + "link": "https://www.nytimes.com/2021/12/09/arts/television/jeopardy-hosts-mayim-jennings.html", + "creator": "Johnny Diaz", + "pubDate": "Thu, 09 Dec 2021 17:57:49 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160864,20 +186139,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd77c4f3ab8b5e7dd9ed7f0477a6613b" + "hash": "a87bbd6e1e3850df024232c236924bc0" }, { - "title": "N.Y.U. Cancels 'Non-Essential' Events Over Virus Surge ", - "description": "The university said it was scrapping all “nonessential” gatherings on and off its Manhattan campus, where 99 percent of students are vaccinated.", - "content": "Signs welcome students to New York University in New York City in August, when in-person classes resumed. Due to a recent surge in coronavirus cases, NYU is cancelling many in-person gatherings.", - "category": "Colleges and Universities", - "link": "https://www.nytimes.com/2021/12/15/nyregion/nyu-events-canceled-covid.html", - "creator": "Sharon Otterman", - "pubDate": "Wed, 15 Dec 2021 18:18:38 +0000", + "title": "Josh Duggar Is Convicted of Downloading Child Sexual Abuse Imagery", + "description": "Mr. Duggar, who appeared on the TLC reality show “19 Kids and Counting,” faces a maximum penalty of 40 years in prison and $500,000 in fines.", + "content": "Mr. Duggar, who appeared on the TLC reality show “19 Kids and Counting,” faces a maximum penalty of 40 years in prison and $500,000 in fines.", + "category": "Child Abuse and Neglect", + "link": "https://www.nytimes.com/2021/12/09/us/josh-duggar-guilty.html", + "creator": "Neil Vigdor", + "pubDate": "Thu, 09 Dec 2021 18:28:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160885,20 +186159,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8152644cce7935f1828d04d5efe79fb" + "hash": "909519d3aceaea88bf87532c885af417" }, { - "title": "Met Opera to Mandate Booster Shots for Staff and Audiences", - "description": "It is the first major performing arts institution to require boosters, as concern mounts over rising coronavirus cases and the spread of the Omicron variant. The rule will take effect Jan. 17.", - "content": "The Metropolitan Opera will require eligible audience members to get booster shots to enter the opera house, beginning in January.", - "category": "Opera", - "link": "https://www.nytimes.com/2021/12/15/arts/music/met-opera-coronavirus-booster-shots-mandate.html", - "creator": "Matt Stevens", - "pubDate": "Wed, 15 Dec 2021 20:24:05 +0000", + "title": "India’s Farmers Call Off Yearlong Protest Against Hated Farm Laws", + "description": "Prime Minister Narendra Modi unexpectedly conceded protesters’ main demand weeks ago, but serious problems remain with the country’s agricultural system.", + "content": "Prime Minister Narendra Modi unexpectedly conceded protesters’ main demand weeks ago, but serious problems remain with the country’s agricultural system.", + "category": "India", + "link": "https://www.nytimes.com/2021/12/09/world/asia/india-farmer-protests-end.html", + "creator": "Karan Deep Singh", + "pubDate": "Thu, 09 Dec 2021 19:44:33 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160906,20 +186179,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a21b0a8d63e765e0d450120106e06ec3" + "hash": "bd24ce7afcc07b4ea048721a6b292b0c" }, { - "title": "Senate Passes $768 Billion Defense Bill, Sending It to Biden", - "description": "Lawmakers in both parties linked arms in an overwhelming vote authorizing an increase in the Pentagon’s budget of roughly $24 billion more than President Biden requested.", - "content": "The bill passed by the Senate includes significant increases for initiatives intended to counter China and bolster Ukraine.", - "category": "Federal Budget (US)", - "link": "https://www.nytimes.com/2021/12/15/us/politics/defense-spending-bill.html", - "creator": "Catie Edmondson", - "pubDate": "Wed, 15 Dec 2021 20:27:03 +0000", + "title": "How Music Can Rev Up a High-Intensity Workout", + "description": "Volunteers reported enjoying intense exercise most when upbeat music was playing, compared with when they heard a podcast or nothing.", + "content": "Volunteers reported enjoying intense exercise most when upbeat music was playing, compared with when they heard a podcast or nothing.", + "category": "Exercise", + "link": "https://www.nytimes.com/2019/07/10/well/move/how-music-can-rev-up-a-high-intensity-workout.html", + "creator": "Gretchen Reynolds", + "pubDate": "Tue, 16 Jul 2019 05:02:53 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160927,20 +186199,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "23c593fba88a0c9dd9257645b95adf92" + "hash": "1b5c032d23b262853224a9a8e469fe0e" }, { - "title": "Biden Visits Kentucky to See Storm Damage", - "description": "President Biden is visiting the state in an effort to offer comfort to victims and highlight the federal government’s response to devastating tornadoes.", - "content": "President Biden attended a briefing before touring the damage in Mayfield, Ky.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/15/us/politics/biden-kentucky-tornado.html", - "creator": "Jim Tankersley", - "pubDate": "Wed, 15 Dec 2021 17:46:45 +0000", + "title": "A New Look for a New World", + "description": "Following lockdowns, makeup is colorful, expressive, imperfect and meant to be seen. It’s “girl gaze” makeup.", + "content": "Following lockdowns, makeup is colorful, expressive, imperfect and meant to be seen. It’s “girl gaze” makeup.", + "category": "Cosmetics and Toiletries", + "link": "https://www.nytimes.com/2021/12/09/style/post-lockdown-makeup-looks.html", + "creator": "Rachel Strugatz", + "pubDate": "Thu, 09 Dec 2021 19:28:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160948,20 +186219,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ce1563c8d434102cbaa2d82e52f8621" + "hash": "ee082b9fafdf4461b78bb1f46dbbf923" }, { - "title": "After a Tornado Blew His Roof Away, He Played Piano Under an Open Sky", - "description": "The morning after Jordan Baize’s house in Kentucky was destroyed, he turned to his Yamaha piano. It was a moment of calm that his sister recorded on video.", - "content": "A man played piano amid destruction after tornadoes in Kentucky.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/15/us/kentucky-tornado-piano-man.html", - "creator": "Jenny Gross", - "pubDate": "Wed, 15 Dec 2021 20:19:01 +0000", + "title": "‘The Snowy Day,’ a Children’s Classic, Becomes an Opera", + "description": "Based on the popular 1962 children’s book, the show aims to celebrate Blackness and attract new audiences to the art form.", + "content": "Based on the popular 1962 children’s book, the show aims to celebrate Blackness and attract new audiences to the art form.", + "category": "Opera", + "link": "https://www.nytimes.com/2021/12/08/arts/music/snowy-day-ezra-jack-keats-opera.html", + "creator": "Javier C. Hernández", + "pubDate": "Wed, 08 Dec 2021 13:49:11 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160969,20 +186239,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "11d46ccbb66d9d291c3fbb2eb26c6c78" + "hash": "67dbd63ee1b579ce7a363b74ca345022" }, { - "title": "The Nobel Peace Prize That Paved the Way for War in Ethiopia", - "description": "This is the story behind how Ethiopia’s prime minister, Abiy Ahmed, won a Nobel Prize for making peace with his country’s longtime enemy — and then used the alliance to plan a war.", - "content": "Prime Minister Abiy Ahmed of Ethiopia won early acclaim for his promise to unify his country.", - "category": "Ethiopia", - "link": "https://www.nytimes.com/2021/12/15/world/africa/ethiopia-abiy-ahmed-nobel-war.html", - "creator": "Declan Walsh", - "pubDate": "Wed, 15 Dec 2021 10:00:31 +0000", + "title": "Interest in Stephen Sondheim's Music, Books and Shows Soar After His Death", + "description": "Fans have been streaming his music, buying his books, and trying to get in to see his shows, with a new revival of “Company” opening this week on Broadway.", + "content": "Fans have been streaming his music, buying his books, and trying to get in to see his shows, with a new revival of “Company” opening this week on Broadway.", + "category": "Sondheim, Stephen", + "link": "https://www.nytimes.com/2021/12/08/theater/stephen-sondheim-music-shows.html", + "creator": "Michael Paulson", + "pubDate": "Thu, 09 Dec 2021 01:31:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -160990,20 +186259,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "edf2717e9356491641dc586131beed67" + "hash": "b021900b003737851928415b131ab9e2" }, { - "title": "A Refugee Crisis Runs Into a Housing Crisis", - "description": "Thousands of Afghan refugees are being released from military bases to U.S. cities to rebuild their lives. Settling them into homes amid a rental shortage is proving to be a challenge.", - "content": "Many Afghan families are temporarily living at the Comfort Suites in Owensboro, Ky.", - "category": "Afghanistan War (2001- )", - "link": "https://www.nytimes.com/2021/12/15/us/afghan-refugees-housing.html", - "creator": "Miriam Jordan", - "pubDate": "Wed, 15 Dec 2021 10:00:27 +0000", + "title": "Giants’ Risk-Averse Offense Contributes to 4-8 Record", + "description": "The Giants’ risk-averse offense may be as much to blame as injuries for the team’s 4-8 record.", + "content": "The Giants’ risk-averse offense may be as much to blame as injuries for the team’s 4-8 record.", + "category": "Coaches and Managers", + "link": "https://www.nytimes.com/2021/12/08/sports/football/giants-joe-judge-punts.html", + "creator": "Mike Tanier", + "pubDate": "Wed, 08 Dec 2021 11:49:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161011,20 +186279,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "42433ee3861d95029d1bd16c9d71f6d0" + "hash": "90d2083ca8bf8c6fd406d63a173e21b2" }, { - "title": "With ‘Gunfight,’ an Insider Takes on a Community That Was Once His Own", - "description": "Ryan Busse used to be a prominent figure in the firearm industry. A recent book details his disillusionment as he saw gun culture transform — and has drawn disdain from former allies.", - "content": "Ryan Busse outside his Montana home with his hunting dogs, Aldo (after Aldo Leopold) and Teddy (after Teddy Roosevelt). “I don’t like guns any less than I did, or any more than I did,” he said.", - "category": "Gun Control", - "link": "https://www.nytimes.com/2021/12/15/us/gunfight-ryan-busse.html", - "creator": "Kristin Hussey and Rick Rojas", - "pubDate": "Wed, 15 Dec 2021 10:00:14 +0000", + "title": "Guido Palau’s Good Hair Days", + "description": "The hairstyling star renowned for designer collaborations took to Instagram during the pandemic to explore his medium through a series of #HairTests, now assembled in a new book.", + "content": "The hairstyling star renowned for designer collaborations took to Instagram during the pandemic to explore his medium through a series of #HairTests, now assembled in a new book.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/09/style/guido-palau-hair-tests-book.html", + "creator": "Guy Trebay", + "pubDate": "Thu, 09 Dec 2021 08:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161032,20 +186299,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ef6c2c864df874210745ebf3ecbbc2f" + "hash": "d364c23718d75347734951a5d012470b" }, { - "title": "‘Porgy and Bess’ Isn’t Black Opera. It’s American Opera.", - "description": "A touchstone on the path to America’s classical music.", - "content": "A touchstone on the path to America’s classical music.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/14/opinion/opera-porgy-and-bess.html", - "creator": "John McWhorter", - "pubDate": "Tue, 14 Dec 2021 21:23:45 +0000", + "title": "U.S. Hospitals Are Struggling Under a Delta-Fueled Surge in Cases", + "description": "Officials are bracing for Omicron, but Delta is the more imminent threat, driving a 15 percent rise in hospitalizations in the past two weeks. Health workers said their situations had been worsened by staff shortages, illnesses and resistance to vaccine mandates. Here’s the latest on Covid.", + "content": "Officials are bracing for Omicron, but Delta is the more imminent threat, driving a 15 percent rise in hospitalizations in the past two weeks. Health workers said their situations had been worsened by staff shortages, illnesses and resistance to vaccine mandates. Here’s the latest on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/09/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Thu, 09 Dec 2021 14:21:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161053,20 +186319,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c62b0ef7212123acd45eb2cc657e319" + "hash": "3f52ea7b37c5a66b06f29afb859d21e7" }, { - "title": "The Anti-Abortion Movement Could Reduce Abortions if It Wanted To", - "description": "Contraception would reduce abortions. Why doesn’t the anti-abortion movement promote it?", - "content": "Contraception would reduce abortions. Why doesn’t the anti-abortion movement promote it?", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/14/opinion/abortion-contraception-pregnancy.html", - "creator": "Jill Filipovic", - "pubDate": "Tue, 14 Dec 2021 19:52:51 +0000", + "title": "Coronavirus Cases Are Rising Among Children in South African Hospitals", + "description": "The increase, observed in children’s wards at two major hospitals in South Africa, points to increased community transmission, doctors say.", + "content": "The increase, observed in children’s wards at two major hospitals in South Africa, points to increased community transmission, doctors say.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/08/world/africa/coronavirus-south-africa-children.html", + "creator": "Lynsey Chutel", + "pubDate": "Wed, 08 Dec 2021 20:03:27 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161074,20 +186339,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfdb2834681f0139f6fa07c5fac7eb2d" + "hash": "cd305cc682dc401e0acaeedbd3313c58" }, { - "title": "After a School Shooting, Should Parents Be Prosecuted?", - "description": "A Michigan prosecutor hopes the strategy can prevent more school shootings. But some on both sides of the gun control debate are wary.", - "content": "A Michigan prosecutor hopes the strategy can prevent more school shootings. But some on both sides of the gun control debate are wary.", - "category": "debatable", - "link": "https://www.nytimes.com/2021/12/14/opinion/school-shootings-parents.html", - "creator": "Spencer Bokat-Lindell", - "pubDate": "Tue, 14 Dec 2021 23:00:07 +0000", + "title": "Children, Coping With Loss, Are Pandemic’s ‘Forgotten Grievers’", + "description": "A bipartisan group led by two former governors is urging President Biden to help an estimated 167,000 children who have lost parents or caregivers.", + "content": "A bipartisan group led by two former governors is urging President Biden to help an estimated 167,000 children who have lost parents or caregivers.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/09/us/politics/children-lost-parents-caregivers-pandemic.html", + "creator": "Sheryl Gay Stolberg", + "pubDate": "Thu, 09 Dec 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161095,20 +186359,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "db81fab2e4f72653da7d607388aada3f" + "hash": "c17d72bf1f291380bc7a5ac182930d03" }, { - "title": "Tornadoes Shouldn’t Be a Workplace Hazard", - "description": "The disasters that struck in Kentucky and Illinois cannot be separated from the overall political economy of the United States.", - "content": "Families gather at the site of a candle factory in Mayfield, Ky., that was destroyed by a tornado on Friday, killing eight people.", - "category": "Workplace Hazards and Violations", - "link": "https://www.nytimes.com/2021/12/14/opinion/tornadoes-mayfield-amazon.html", - "creator": "Jamelle Bouie", - "pubDate": "Tue, 14 Dec 2021 16:03:43 +0000", + "title": "Why Evergrande's Debt Problems Threaten China", + "description": "The firm’s debts are huge, but Beijing will need to walk a fine line if it wants to send a message about reckless borrowing while protecting its economy.", + "content": "The firm’s debts are huge, but Beijing will need to walk a fine line if it wants to send a message about reckless borrowing while protecting its economy.", + "category": "China", + "link": "https://www.nytimes.com/article/evergrande-debt-crisis.html", + "creator": "Alexandra Stevenson and Cao Li", + "pubDate": "Thu, 09 Dec 2021 13:30:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161116,20 +186379,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcb1559caf383d5c74d3f17980e8bf09" + "hash": "24dd8a26167e47c09eee9dd106692938" }, { - "title": "Chloe Kim Is Grown Up and Ready for the Olympic Spotlight", - "description": "Everyone seemed to love Chloe Kim when she was a snowboarding prodigy on her way to an Olympic gold medal. When she saw the downside of fame, she stepped back and built a life beyond the halfpipe.", - "content": "Everyone seemed to love Chloe Kim when she was a snowboarding prodigy on her way to an Olympic gold medal. When she saw the downside of fame, she stepped back and built a life beyond the halfpipe.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/14/sports/olympics/chloe-kim-snowboarding.html", - "creator": "John Branch", - "pubDate": "Tue, 14 Dec 2021 16:50:10 +0000", + "title": "Bob Dole Lies in State at the Capitol", + "description": "The senator, who died on Sunday at 98, was known for being a deal-maker and was one of the longest-serving Republican leaders. Follow our updates.", + "content": "The senator, who died on Sunday at 98, was known for being a deal-maker and was one of the longest-serving Republican leaders. Follow our updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/09/us/bob-dole", + "creator": "The New York Times", + "pubDate": "Thu, 09 Dec 2021 14:21:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161137,20 +186399,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1ad326211f566dd96fd13fd2bb3f2b3" + "hash": "62bb9cb360a86901edf6c68e1ddf7a4b" }, { - "title": "Cuomo Is Ordered to Forfeit Earnings From $5.1 Million Book Deal", - "description": "Former Gov. Andrew M. Cuomo received authorization to write the book under false pretenses, the board had previously ruled.", - "content": "Former Gov. Andrew M. Cuomo earned roughly $5.1 million for his pandemic memoir, “American Crisis: Leadership Lessons from the Covid-19 Pandemic.”", - "category": "Cuomo, Andrew M", - "link": "https://www.nytimes.com/2021/12/14/nyregion/andrew-cuomo-book.html", - "creator": "Grace Ashford and Luis Ferré-Sadurní", - "pubDate": "Tue, 14 Dec 2021 21:29:14 +0000", + "title": "Event Planner Working on Bob Dole’s Funeral Is Let Go for Jan. 6 Ties", + "description": "Tim Unes was helping to plan memorial events for Mr. Dole when it came to light that he had been subpoenaed by the committee investigating the Capitol riot.", + "content": "Tim Unes was helping to plan memorial events for Mr. Dole when it came to light that he had been subpoenaed by the committee investigating the Capitol riot.", + "category": "Funerals and Memorials", + "link": "https://www.nytimes.com/2021/12/08/us/politics/dole-funeral-planner-capitol-riot.html", + "creator": "Michael D. Shear, Luke Broadwater and Maggie Haberman", + "pubDate": "Thu, 09 Dec 2021 04:33:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161158,20 +186419,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6481a24067b58518420f63deffe3435c" + "hash": "6d3285eb6995eca9a5fd4a62fe82b0f8" }, { - "title": "Fox News Hosts Sent Texts to Meadows Urging Trump to Act as Jan. 6 Attack Unfolded", - "description": "Afterward, on their shows, Laura Ingraham spread the false claim of antifa involvement, and Sean Hannity referred to the 2020 election as a “train wreck.”", - "content": "A ticker with news from Afghanistan outside Fox News’s headquarters in Manhattan.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/13/business/media/fox-news-trump-jan-6-meadows.html", - "creator": "Jim Windolf and John Koblin", - "pubDate": "Tue, 14 Dec 2021 14:39:42 +0000", + "title": "How the Supply Chain Upheaval Became a Life-or-Death Threat", + "description": "A maker of medical devices can’t keep up with customer demand as the shortage of computer chips puts it in competition with bigger companies with more clout.", + "content": "A maker of medical devices can’t keep up with customer demand as the shortage of computer chips puts it in competition with bigger companies with more clout.", + "category": "Medical Devices", + "link": "https://www.nytimes.com/2021/12/09/business/supply-chain-medical-device-shortages.html", + "creator": "Peter S. Goodman", + "pubDate": "Thu, 09 Dec 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161179,20 +186439,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f387e3816ccd28cdab770708c44d883c" + "hash": "c4f654a0a30f1c36b014df9981daba72" }, { - "title": "2021 in Photos", - "description": "It’s time to look at the Pictures of the Year.", - "content": "It’s time to look at the Pictures of the Year.", - "category": "Photography", - "link": "https://www.nytimes.com/2021/12/15/briefing/year-in-photos-2021.html", - "creator": "David Leonhardt", - "pubDate": "Wed, 15 Dec 2021 11:11:30 +0000", + "title": "Progress for Saudi Women Is Uneven, Despite Cultural Changes and More Jobs", + "description": "Women say Saudi Arabia has advanced significantly in just the past year, with more choices regarding work, fashion (including colored abayas) and social spaces, but restrictions remain everywhere.", + "content": "Women say Saudi Arabia has advanced significantly in just the past year, with more choices regarding work, fashion (including colored abayas) and social spaces, but restrictions remain everywhere.", + "category": "Saudi Arabia", + "link": "https://www.nytimes.com/2021/12/09/world/middleeast/saudi-arabia-women-mbs.html", + "creator": "Kate Kelly", + "pubDate": "Thu, 09 Dec 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161200,20 +186459,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffa51d57ae8904e8e33188c22fb9904b" + "hash": "a983dbe592be1186a125adece9e6eb7f" }, { - "title": "An Economic Catastrophe in Afghanistan", - "description": "The dire situation has prompted the United Nations to warn that the country is at risk of a “total breakdown.”", - "content": "A health clinic in Kandahar, Afghanistan, in October. Nearly four months since the Taliban seized power, the country is on the brink of a mass starvation.", - "category": "Economic Conditions and Trends", - "link": "https://www.nytimes.com/2021/12/15/podcasts/the-daily/afghanistan-economy-taliban.html", - "creator": "Michael Barbaro, Stella Tan, Jessica Cheung, Mooj Zadie, Eric Krupke, M.J. Davis Lin, Marion Lozano, Elisheba Ittoop, Dan Powell and Chris Wood", - "pubDate": "Wed, 15 Dec 2021 11:00:05 +0000", + "title": "Finding the Musical Spirit of Notre Dame ", + "description": "The beloved Paris cathedral is still being restored after the devastating 2019 fire, but other churches are keeping its musical traditions alive this holiday season.", + "content": "The beloved Paris cathedral is still being restored after the devastating 2019 fire, but other churches are keeping its musical traditions alive this holiday season.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/09/travel/music-paris-notre-dame-churches.html", + "creator": "Elaine Sciolino", + "pubDate": "Thu, 09 Dec 2021 12:52:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161221,20 +186479,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f255614737a77e65cebe14558da023eb" + "hash": "7023015cffdb24b4a2e07ea4524fe732" }, { - "title": "For Aging New Yorkers, Help With Health Care", - "description": "When a Holocaust survivor needed a dental procedure, nonprofit groups assisted. The challenges on a fixed income can be daunting.", - "content": "Saveliy Kaplinsky came to the United States after spending most of his life in Minsk.", - "category": "New York Times Neediest Cases Fund", - "link": "https://www.nytimes.com/2021/12/14/neediest-cases/new-york-health-care-assistance.html", - "creator": "Emma Grillo", - "pubDate": "Tue, 14 Dec 2021 10:00:06 +0000", + "title": "Will Smith Is Done Trying to Be Perfect", + "description": "“Strategizing about being the biggest movie star in the world — that is all completely over. ”", + "content": "“Strategizing about being the biggest movie star in the world — that is all completely over. ”", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/12/09/magazine/will-smith-interview.html", + "creator": "David Marchese", + "pubDate": "Thu, 09 Dec 2021 10:00:22 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161242,20 +186499,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a81a733ce991d47b203ce919407f0b5" + "hash": "fd76a8d059b4906b494275f8b47ab217" }, { - "title": "Derek Chauvin Pleads Guilty to Violating George Floyd’s Rights", - "description": "A federal prosecutor said he would ask a judge to sentence Mr. Chauvin, a former Minneapolis police officer, to 25 years in prison, extending his state prison term by two and a half years.", - "content": "Derek Chauvin, a former Minneapolis police officer, in a courtroom in June, when he was sentenced to prison after being convicted of murdering George Floyd.", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/2021/12/15/us/derek-chauvin-civil-rights-guilty-plea.html", - "creator": "Nicholas Bogel-Burroughs", - "pubDate": "Wed, 15 Dec 2021 20:12:35 +0000", + "title": "How to Buy a Used Car", + "description": "Top dealerships offer reassurances, but better prices might be found elsewhere. Check the Carfax, and offer to meet in a police station parking lot.", + "content": "Top dealerships offer reassurances, but better prices might be found elsewhere. Check the Carfax, and offer to meet in a police station parking lot.", + "category": "Used Cars", + "link": "https://www.nytimes.com/2021/12/09/business/used-car-buying-tips.html", + "creator": "Paul Stenquist", + "pubDate": "Thu, 09 Dec 2021 11:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161263,20 +186519,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddaac4c7d5a3fc96ae601286dbaab532" + "hash": "e65acb6aae7dcb2d2e51e90e158d4e7b" }, { - "title": "Many Turks Can’t Afford Bread, and Bakers Can’t Afford to Make It", - "description": "Squeezed by rising costs, price controls and plunging sales, bakers warn of ruin, while their impoverished former customers line up for government-supplied loaves.", - "content": "Although government kiosks have been operating for years in working-class neighborhoods of Istanbul, many more people are now buying the cheaper bread.", - "category": "Bakeries and Baked Products", - "link": "https://www.nytimes.com/2021/12/15/world/europe/turkey-bread-baker-prices.html", - "creator": "Carlotta Gall", - "pubDate": "Wed, 15 Dec 2021 18:53:52 +0000", + "title": "Amanda Gorman’s ‘Call Us What We Carry: Poems’ Review", + "description": "Gorman’s latest poetry collection, “Call Us What We Carry,” offers reverence and effervescence, gravity and impishness, and poems that are focused, pithy and playfully heretical.", + "content": "Gorman’s latest poetry collection, “Call Us What We Carry,” offers reverence and effervescence, gravity and impishness, and poems that are focused, pithy and playfully heretical.", + "category": "Gorman, Amanda", + "link": "https://www.nytimes.com/2021/12/07/books/review-call-us-what-we-carry-amanda-gorman.html", + "creator": "Molly Young", + "pubDate": "Tue, 07 Dec 2021 17:26:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161284,20 +186539,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "45a720f354ad0b48f2336a0e5003d791" + "hash": "e8028cfba82629a4577526c1438bbff1" }, { - "title": "Italian Bishop Gives Children Harsh News: There Is No Santa Claus", - "description": "You’ve been lied to, children heard from a bishop, the latest Catholic clergyman to try to take down Santa Claus and consumerism. Many Italians were not pleased.", - "content": "A Santa Claus in Turin, Italy, in 2020.", - "category": "Santa Claus", - "link": "https://www.nytimes.com/2021/12/14/world/europe/italy-bishop-santa-claus.html", - "creator": "Jason Horowitz", - "pubDate": "Wed, 15 Dec 2021 02:14:51 +0000", + "title": "For Nursing Homes, Complacency Could Be a Killer", + "description": "Whatever the variant may mean for the young, it’s already clear that it can be deadly for the old.", + "content": "Whatever the variant may mean for the young, it’s already clear that it can be deadly for the old.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/09/opinion/omicron-nursing-homes.html", + "creator": "Zeynep Tufekci", + "pubDate": "Thu, 09 Dec 2021 13:36:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161305,20 +186559,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8827a1eb8668ce05f9b17a35e444ef9b" + "hash": "b2f1f51a910abedf7ff4abc45b1ac50d" }, { - "title": "N.Y.C.’s Gas Ban Takes Fight Against Climate Change to the Kitchen", - "description": "New York is set to become the nation’s largest city to enact a ban on gas heat and stoves in new buildings. It’s a major step away from fossil fuels that is expected to influence wider markets.", - "content": "Protesters against a plan for a new gas pipeline in Brooklyn gathered at City Hall in August. The gas ban will take effect in December 2023 for new buildings under seven stories.", - "category": "Heating", - "link": "https://www.nytimes.com/2021/12/15/nyregion/nyc-gas-stove-heat-ban.html", - "creator": "Anne Barnard", - "pubDate": "Wed, 15 Dec 2021 10:00:12 +0000", + "title": "Soda Shop Chains Are Taking Hold of the West", + "description": "With locations now numbering in the hundreds, regional soda-shop chains are spreading far beyond Utah, where they first found popularity.", + "content": "With locations now numbering in the hundreds, regional soda-shop chains are spreading far beyond Utah, where they first found popularity.", + "category": "Sodalicious Inc", + "link": "https://www.nytimes.com/2021/12/06/dining/swig-soda-shop-chains.html", + "creator": "Victoria Petersen", + "pubDate": "Mon, 06 Dec 2021 18:08:36 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161326,20 +186579,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0cdab0f706cf1e766b0bcd8b94de5e2" + "hash": "039bbd57349eb8c350905d02faac394d" }, { - "title": "Malta Becomes First E.U. Country to Legalize Marijuana", - "description": "The government said that the new law was aimed at ending the criminalization of people for smoking the drug and at reducing criminal trafficking.", - "content": "Malta’s new rules allow people to carry up to seven grams of marijuana, grow up to four plants in their apartments and keep up to 50 grams of dried cannabis at home. ", - "category": "Marijuana", - "link": "https://www.nytimes.com/2021/12/15/world/europe/malta-eu-marijuana-legalize.html", - "creator": "Emma Bubola", - "pubDate": "Wed, 15 Dec 2021 15:14:30 +0000", + "title": "Military Ends Pearl Harbor Project to Identify the Dead", + "description": "The remains of 355 sailors and Marines from the U.S.S. Oklahoma were identified using DNA and dental records, but 33 crew members could not be.", + "content": "The remains of 355 sailors and Marines from the U.S.S. Oklahoma were identified using DNA and dental records, but 33 crew members could not be.", + "category": "United States Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/07/us/pearl-harbor-attack-dna.html", + "creator": "Neil Vigdor", + "pubDate": "Tue, 07 Dec 2021 14:47:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161347,20 +186599,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "85ac5830d2438e49c647dc77396522f3" + "hash": "f962949adf6dd915dec0b7ee65a8d49a" }, { - "title": "India's Supreme Court Mandates Benefits for Sex Workers", - "description": "Officials must enter them into databases for voting and benefits, the judges said, after they suffered from the effects of Covid-19 lockdowns.", - "content": "A sex worker in a red light area of Sangli in the western state of Maharashtra, India, in June.", - "category": "India", - "link": "https://www.nytimes.com/2021/12/15/world/asia/india-sex-workers-benefits.html", - "creator": "Sameer Yasir", - "pubDate": "Wed, 15 Dec 2021 14:21:38 +0000", + "title": "Volunteer Dies After a Sheep Charges at Her on a Therapy Farm", + "description": "Kim Taylor, 73, went into cardiac arrest after being attacked while caring for livestock at a Massachusetts farm, the police said.", + "content": "Kim Taylor, 73, went into cardiac arrest after being attacked while caring for livestock at a Massachusetts farm, the police said.", + "category": "Therapy and Rehabilitation", + "link": "https://www.nytimes.com/2021/12/06/us/massachusetts-sheep-woman-killed.html", + "creator": "Vimal Patel", + "pubDate": "Tue, 07 Dec 2021 03:09:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161368,20 +186619,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fe7603e65f0546f754af8f54f801f7d" + "hash": "215ab4604e237f234521b2d8d7842c43" }, { - "title": "Vaccine Opponents in Germany Investigated Over Plot to Kill State Governor", - "description": "The authorities in Dresden raided the homes of a group of people who they said were targeting the leader of the state of Saxony. A number of weapons were seized.", - "content": "Police officers leading a suspect out of a building in Dresden, Germany, on Wednesday.", - "category": "Vaccination and Immunization", - "link": "https://www.nytimes.com/2021/12/15/world/europe/germany-michael-kretschmer-plot-saxony-vaccines.html", - "creator": "Christopher F. Schuetze", - "pubDate": "Wed, 15 Dec 2021 17:25:14 +0000", + "title": "In Chicago, a New Approach to Gay and Bisexual Men With Prostate Cancer", + "description": "A new clinic focuses on patients left grappling with the aftermath of treatment in ways that are rarely appreciated by doctors.", + "content": "A new clinic focuses on patients left grappling with the aftermath of treatment in ways that are rarely appreciated by doctors.", + "category": "Homosexuality and Bisexuality", + "link": "https://www.nytimes.com/2021/12/07/health/gay-men-prostate-cancer.html", + "creator": "Steve Kenny", + "pubDate": "Tue, 07 Dec 2021 08:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161389,20 +186639,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e26c383072bf0085b2673eae68d352fe" + "hash": "da1ebc6ed8b1bf0f8917cac0d39e33bc" }, { - "title": "Voting Fraud Charges for 3 in Florida's Villages", - "description": "All were residents of the famed, sprawling retirement community northwest of Orlando. Two were Republicans, and one had no affiliation.", - "content": "Voters walked to a polling station on election day last year in The Villages, Fla., a planned retirement community whose population has ballooned since 2010.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/15/us/the-villages-voter-fraud-florida.html", - "creator": "Johnny Diaz", - "pubDate": "Wed, 15 Dec 2021 19:17:23 +0000", + "title": "Millions of Followers? For Book Sales, ‘It’s Unreliable.’", + "description": "Social-media fandom can help authors score book deals and bigger advances, but does it translate to how a new title will sell? Publishers are increasingly skeptical.", + "content": "Social-media fandom can help authors score book deals and bigger advances, but does it translate to how a new title will sell? Publishers are increasingly skeptical.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/07/books/social-media-following-book-publishing.html", + "creator": "Elizabeth A. Harris", + "pubDate": "Tue, 07 Dec 2021 17:16:00 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161410,20 +186659,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "736febf0c4a2d268636dfd3a0d3a5508" + "hash": "c67b2445a715381097b65617a140e8ec" }, { - "title": "Plan to Bring More Housing to SoHo Is Set for a Vote", - "description": "A contentious rezoning of the wealthy neighborhood, known for its cast-iron buildings and cobblestone streets, is expected to be approved on Wednesday.", - "content": "A rezoning plan for SoHo could lead to the construction of 900 lower-cost homes in one of the most affluent neighborhoods in New York.", - "category": "Zoning", - "link": "https://www.nytimes.com/2021/12/15/nyregion/soho-rezoning-vote.html", - "creator": "Mihir Zaveri", - "pubDate": "Wed, 15 Dec 2021 14:55:23 +0000", + "title": "Biden Rallies Global Democracies as U.S. Hits a ‘Rough Patch’", + "description": "The White House’s Summit for Democracy has drawn harsh criticism of domestic issues and questions about the guest list.", + "content": "The White House’s Summit for Democracy has drawn harsh criticism of domestic issues and questions about the guest list.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/09/us/politics/biden-democracy-summit.html", + "creator": "Michael Crowley and Zolan Kanno-Youngs", + "pubDate": "Thu, 09 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161431,20 +186679,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d982840d98364f9a86093a3996d49ddb" + "hash": "951098086e616ff3af611fe7824dbb5f" }, { - "title": "Jacob Zuma Must Return to Prison, South Africa Judge Rules", - "description": "The former president had been granted medical parole two months into a 15-month prison sentence on contempt charges linked to a corruption inquiry.", - "content": "Jacob Zuma in court in Pietermaritzburg, South Africa, in October. A judge ruled on Wednesday that the former president’s health had not “deteriorated permanently or reached an irreversible state.”", - "category": "Zuma, Jacob G", - "link": "https://www.nytimes.com/2021/12/15/world/africa/jacob-zuma-prison-south-africa.html", - "creator": "Lynsey Chutel", - "pubDate": "Wed, 15 Dec 2021 18:06:47 +0000", + "title": "Will Ghislaine Maxwell Testify at Her Sex-Trafficking Trial?", + "description": "Veteran defense lawyers, including one who defended Kyle Rittenhouse, said the risk Ms. Maxwell would take by testifying probably outweighs any potential reward.", + "content": "Veteran defense lawyers, including one who defended Kyle Rittenhouse, said the risk Ms. Maxwell would take by testifying probably outweighs any potential reward.", + "category": "Human Trafficking", + "link": "https://www.nytimes.com/2021/12/09/nyregion/ghislaine-maxwell-trial-testify.html", + "creator": "Benjamin Weiser", + "pubDate": "Thu, 09 Dec 2021 08:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161452,20 +186699,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "35cfc80074bf9b6c42c1af32773f4ff7" + "hash": "b26b0de472b0b1589de1a12cccbdfb59" }, { - "title": "Online Orders in Manhattan May Soon Arrive by Ferry", - "description": "A partnership plans to bring packages into Manhattan by ferry, relieving truck congestion in tunnels and bridges.", - "content": "A partnership plans to bring packages into Manhattan by ferry, relieving truck congestion in tunnels and bridges.", - "category": "Delivery Services", - "link": "https://www.nytimes.com/2021/12/15/nyregion/nyc-packages-ferry.html", - "creator": "Jack Ewing and Winnie Hu", - "pubDate": "Wed, 15 Dec 2021 19:44:04 +0000", + "title": "David Banks Is the Next N.Y.C. Schools Chancellor", + "description": "Mr. Banks, who founded the Eagle Academy, a network of public schools for boys, is the first commissioner named to Mayor-elect Eric Adams’s administration.", + "content": "Mr. Banks, who founded the Eagle Academy, a network of public schools for boys, is the first commissioner named to Mayor-elect Eric Adams’s administration.", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2021/12/08/nyregion/david-banks-nyc-school-chancellor.html", + "creator": "Eliza Shapiro", + "pubDate": "Thu, 09 Dec 2021 00:43:43 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161473,20 +186719,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6198d5e3e377a2d5d8ed8a6537c957c1" + "hash": "a902d116e8b4af739ef3e0672151624b" }, { - "title": "North Korea Executes People for Watching K-Pop, Rights Group Says", - "description": "At least seven people have been put to death in the past decade for watching or distributing K-pop videos, as the North cracks down on what its leader calls a “vicious cancer.”", - "content": "North Korea’s leader, Kim Jong-un, has at times tried to appear more flexible toward outside culture​. In 2018, he invited South Korean musicians to a rare concert in Pyongyang.", - "category": "North Korea", - "link": "https://www.nytimes.com/2021/12/15/world/asia/north-korea-kpop-executions.html", - "creator": "Choe Sang-Hun", - "pubDate": "Wed, 15 Dec 2021 11:05:07 +0000", + "title": "New Zealand Plans to Eventually Ban All Cigarette Sales", + "description": "The proposal, expected to become law next year, would raise the smoking age year by year until it covers the entire population.", + "content": "The proposal, expected to become law next year, would raise the smoking age year by year until it covers the entire population.", + "category": "New Zealand", + "link": "https://www.nytimes.com/2021/12/09/world/asia/new-zealand-smoking-ban.html", + "creator": "Natasha Frost", + "pubDate": "Thu, 09 Dec 2021 10:05:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161494,20 +186739,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4193ee8d0659319f3b75db6129035a4" + "hash": "36d2834f654cbc540947776fcd3a4598" }, { - "title": "Your Kid Probably Doesn’t Have a Penicillin Allergy", - "description": "Research shows that most kids labeled allergic to penicillin actually aren’t. Here’s how to find out for sure.", - "content": "Research shows that most kids labeled allergic to penicillin actually aren’t. Here’s how to find out for sure.", - "category": "Antibiotics", - "link": "https://www.nytimes.com/2020/06/22/parenting/penicillin-allergy-kids.html", - "creator": "Teresa Carr", - "pubDate": "Wed, 24 Jun 2020 12:31:31 +0000", + "title": "North Carolina Supreme Court Delays 2022 Primary Elections", + "description": "In response to lawsuits over North Carolina’s political maps, the justices issued an order on Wednesday pushing back the state’s primaries from March to May.", + "content": "In response to lawsuits over North Carolina’s political maps, the justices issued an order on Wednesday pushing back the state’s primaries from March to May.", + "category": "Redistricting and Reapportionment", + "link": "https://www.nytimes.com/2021/12/08/us/politics/north-carolina-primary-elections-redistricting.html", + "creator": "Michael Wines", + "pubDate": "Thu, 09 Dec 2021 02:54:59 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161515,20 +186759,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "127d6b1636afec45aab60c7a85c528f0" + "hash": "f19edd43fc1bab8cf49b11690306a309" }, { - "title": "Rita Moreno and Ariana DeBose on 'West Side Story", - "description": "The two actresses explain what the new “West Side Story” gets right, what the original lacked and why playing the role they’re both known for is so gut-wrenching.", - "content": "Moreno and DeBose didn't discuss Anita’s legacy but both found inspiration in the role.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/15/movies/rita-moreno-ariana-debose-west-side-story.html", - "creator": "Melena Ryzik", - "pubDate": "Wed, 15 Dec 2021 16:45:10 +0000", + "title": "N.Y.C. Looks to Impose New Regulations on Illegal Airbnbs", + "description": "New legislation will require hosts of short-term rentals to register with the city — the latest move in a long battle between New York and the rental companies.", + "content": "New legislation will require hosts of short-term rentals to register with the city — the latest move in a long battle between New York and the rental companies.", + "category": "Renting and Leasing (Real Estate)", + "link": "https://www.nytimes.com/2021/12/09/nyregion/nyc-illegal-airbnb-regulation.html", + "creator": "Mihir Zaveri", + "pubDate": "Thu, 09 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161536,20 +186779,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c03e3f92a57f963aa59897cdefd645ba" + "hash": "45f50a8f7ab892c46ab7803d9f36f333" }, { - "title": "‘The Music Man’ Once Had a Disabled Character. Then He Was Erased.", - "description": "At the urging of producers, Meredith Willson cut a boy in a wheelchair from the early scripts for his 1957 musical. A look back shows what was lost.", - "content": "Michael Phelan as Winthrop Paroo and Rebecca Luker as Marian Paroo in a 2000 revival of “The Music Man” at the Neil Simon Theater in Manhattan.", - "category": "The Music Man (Play)", - "link": "https://www.nytimes.com/2021/12/15/theater/music-man-disability-meredith-willson.html", - "creator": "Amanda Morris", - "pubDate": "Wed, 15 Dec 2021 05:09:28 +0000", + "title": "Business Updates: Volkswagen Board Meets Amid Leadership Dispute", + "description": "Herbert Diess has angered workers by mentioning the possibility of job cuts as the automaker prepares for an all-electric future and taking on Tesla.", + "content": "Herbert Diess has angered workers by mentioning the possibility of job cuts as the automaker prepares for an all-electric future and taking on Tesla.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/09/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Thu, 09 Dec 2021 14:23:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161557,20 +186799,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7f3fa257cf47a78c4719fe801d523b9" + "hash": "651b4bb9388aa5d7da14330767c0cabc" }, { - "title": "He Thought He Made N.B.A. History. All He Got Was 3 Points.", - "description": "The N.B.A. introduced the 3-point shot in the 1979-80 season. Six players made 3s opening night, and for a decade, Kevin Grevey thought he’d made the first.", - "content": "Kevin Grevey of the Washington Bullets shooting against the Atlanta Hawks in a game in or around 1980. Grevey thought he was the one who made the first 3-pointer in N.B.A. history.", - "category": "Basketball", - "link": "https://www.nytimes.com/2021/12/15/sports/basketball/nba-three-pointer-chris-ford.html", - "creator": "Tania Ganguli", - "pubDate": "Wed, 15 Dec 2021 17:12:54 +0000", + "title": "Gig Worker Protections Get a Push in European Proposal", + "description": "A proposal with widespread political support would entitle drivers and couriers for companies like Uber to a minimum wage and legal protections.", + "content": "A proposal with widespread political support would entitle drivers and couriers for companies like Uber to a minimum wage and legal protections.", + "category": "Delivery Services", + "link": "https://www.nytimes.com/2021/12/09/technology/european-commission-gig-workers-uber.html", + "creator": "Adam Satariano and Elian Peltier", + "pubDate": "Thu, 09 Dec 2021 11:58:33 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161578,20 +186819,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "261c647eec16e085087db9de9e36a80d" + "hash": "fc67acc2b81dd83ad63e27d74bc76bea" }, { - "title": "Want Something Done Right? Do It Yourself. These Books Can Help.", - "description": "From decorating to beauty projects to canine costumes, these how-to guides may inspire you to take matters into your own hands.", - "content": "From decorating to beauty projects to canine costumes, these how-to guides may inspire you to take matters into your own hands.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/14/books/review/hooked-sutton-foster.html", - "creator": "Judith Newman", - "pubDate": "Tue, 14 Dec 2021 21:41:29 +0000", + "title": "Father and Son Arrested on Suspicion of Starting the Caldor Fire", + "description": "The men have not been charged but were arrested in connection with the 15th-largest blaze in California’s recorded history. It burned more than 200,000 acres near Lake Tahoe.", + "content": "The men have not been charged but were arrested in connection with the 15th-largest blaze in California’s recorded history. It burned more than 200,000 acres near Lake Tahoe.", + "category": "Arson", + "link": "https://www.nytimes.com/2021/12/08/us/caldor-fire-arson-arrest-california.html", + "creator": "Jill Cowan", + "pubDate": "Thu, 09 Dec 2021 03:52:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161599,20 +186839,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b037682626d98e387298ce91699295db" + "hash": "8fef10955237d1e9b104f5ea8fd0229e" }, { - "title": "How Lila Moss Hack Brought Diabetes to the Runway", - "description": "And to the forefront of the conversation on inclusivity and fashion.", - "content": "Lila Grace Moss Hack walking the Fendace runway in September.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2021/12/15/style/lila-moss-hack-diabetes-runway.html", - "creator": "Emily Zak", - "pubDate": "Wed, 15 Dec 2021 17:43:09 +0000", + "title": "Senate Votes to Scrap Biden Vaccine Mandate as Republicans Eye 2022", + "description": "The action was largely symbolic, but it allowed Republicans to press an attack on Democrats that is likely to be central to their midterm election campaigns.", + "content": "The action was largely symbolic, but it allowed Republicans to press an attack on Democrats that is likely to be central to their midterm election campaigns.", + "category": "Senate", + "link": "https://www.nytimes.com/2021/12/08/us/politics/biden-vaccine-mandate-senate.html", + "creator": "Emily Cochrane", + "pubDate": "Thu, 09 Dec 2021 01:25:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161620,20 +186859,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3221888c007967dd225e6441e56711b8" + "hash": "9f636a075d4350f0b8abcaf93d94689f" }, { - "title": "Jobless for a Year? That Might Be Less of a Problem Now.", - "description": "People who were out of work for a while have typically found it much harder to get a job. The pandemic may have changed how employers view people who have been unemployed for months or years.", - "content": "People who were out of work for a while have typically found it much harder to get a job. The pandemic may have changed how employers view people who have been unemployed for months or years.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2021/12/15/business/economy/employment-resume-gaps.html", - "creator": "Sydney Ember", - "pubDate": "Wed, 15 Dec 2021 10:00:09 +0000", + "title": "SpaceX Launches IXPE NASA Telescope for X-Ray Views of Universe", + "description": "The IXPE spacecraft will use X-ray polarimetry to better measure black holes, supernovas and other astronomical phenomena.", + "content": "The IXPE spacecraft will use X-ray polarimetry to better measure black holes, supernovas and other astronomical phenomena.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2021/12/09/science/nasa-spacex-ixpe-launch.html", + "creator": "Jonathan O’Callaghan", + "pubDate": "Thu, 09 Dec 2021 11:42:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161641,20 +186879,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "38605efb53993cc5d9ed5223c1d4d625" + "hash": "f900d35896e468c245bb25ab68e0188f" }, { - "title": "C.D.C. Warns Omicron Wave Could Soon Arrive in America", - "description": "The health agency said an increase in cases of the variant in the U.S. may portend a surge peaking as soon as January. Here’s the latest pandemic news.", - "content": "The health agency said an increase in cases of the variant in the U.S. may portend a surge peaking as soon as January. Here’s the latest pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/15/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Wed, 15 Dec 2021 11:30:46 +0000", + "title": "Evidence Muddles Durham’s Case on Sussmann’s F.B.I. Meeting", + "description": "One disclosure dovetails with the special counsel John Durham’s indictment against Michael Sussmann, while several others clash with it.", + "content": "One disclosure dovetails with the special counsel John Durham’s indictment against Michael Sussmann, while several others clash with it.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/08/us/durham-sussmann-fbi-trump-russia.html", + "creator": "Charlie Savage", + "pubDate": "Thu, 09 Dec 2021 00:31:24 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161662,20 +186899,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c688cdeaba97ef9af1f13541211b302e" + "hash": "cec5ddaa183bbe44e1c1e5d6b7bbb016" }, { - "title": "Cornell University Finds Signs of Omicron Variant on Campus", - "description": "The school moved final exams online, canceled a December graduation ceremony and sports events and barred most visitors from its campus in Ithaca, N.Y.", - "content": "Martha E. Pollack, president of Cornell University, at a commencement ceremony at the school in May.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/14/nyregion/cornell-university-covid.html", - "creator": "Lola Fadulu", - "pubDate": "Wed, 15 Dec 2021 00:18:08 +0000", + "title": "Best Art Exhibitions of 2021", + "description": "Ambitious museum shows in Tulsa, Richmond, and Louisville left an imprint. Jasper Johns, Maya Lin and Latino artists shone. And the high quality of gallery shows of women was dizzying and gratifying.", + "content": "Ambitious museum shows in Tulsa, Richmond, and Louisville left an imprint. Jasper Johns, Maya Lin and Latino artists shone. And the high quality of gallery shows of women was dizzying and gratifying.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/07/arts/design/best-art-2021.html", + "creator": "Holland Cotter and Roberta Smith", + "pubDate": "Thu, 09 Dec 2021 04:53:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161683,20 +186919,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9977dc96d475beb5c80ce33906f45a32" + "hash": "af702a8d56ef0f98a4935d02563948bf" }, { - "title": "House Seeks Contempt Charge Against Meadows in Jan. 6 Inquiry", - "description": "The former White House chief of staff previously provided the committee with thousands of pages of documents, including text messages he received on Jan. 6.", - "content": "After initially cooperating with the committee investigating the Jan. 6 attack on the Capitol, Mark Meadows filed suit against the panel.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/14/us/mark-meadows-contempt-capitol-riot.html", - "creator": "Luke Broadwater", - "pubDate": "Wed, 15 Dec 2021 04:07:58 +0000", + "title": "Arca Once Made Electronic Music. Now She Builds Worlds.", + "description": "The artist’s latest project is “KICK,” a five-album cycle accompanied by an elaborate 3-D visual world that presses against all kinds of boundaries.", + "content": "The artist’s latest project is “KICK,” a five-album cycle accompanied by an elaborate 3-D visual world that presses against all kinds of boundaries.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/03/arts/music/arca-kick.html", + "creator": "Isabelia Herrera", + "pubDate": "Fri, 03 Dec 2021 15:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161704,20 +186939,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2e57300db58869d9eb1b30199b66f05" + "hash": "0d4ebe79a213c330cfb2a50042439c25" }, { - "title": "Liz Cheney Takes Center Stage in Jan. 6 Inquiry", - "description": "Representative Liz Cheney has embraced a prominent role in the House investigation of the Jan. 6 attack, using her perch to hold up an unsparing mirror to the Republican Party.", - "content": "Representative Liz Cheney of Wyoming is serving on the Jan. 6 committee in defiance of Republican leaders, and she faces a primary challenge from a Trump-backed candidate.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/14/us/politics/liz-cheney-capitol-attack.html", - "creator": "Catie Edmondson and Luke Broadwater", - "pubDate": "Wed, 15 Dec 2021 01:32:32 +0000", + "title": "Carrie Mae Weems Sets the Stage and Urges Action", + "description": "In “The Shape of Things” at the Park Avenue Armory, the artist tells us how we got to this political moment, and asks us to decide what comes next.", + "content": "In “The Shape of Things” at the Park Avenue Armory, the artist tells us how we got to this political moment, and asks us to decide what comes next.", + "category": "Park Avenue Armory (Manhattan, NY)", + "link": "https://www.nytimes.com/2021/12/06/arts/design/weems-park-avenue-armory-shape-review.html", + "creator": "Aruna D’Souza", + "pubDate": "Mon, 06 Dec 2021 19:15:41 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161725,20 +186959,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7acdf1a9d6ff2db27f648160d4d214d" + "hash": "3ad4eca6e997f8693c4b3382356a6f6f" }, { - "title": "Congress Passes $2.5 Trillion Debt Ceiling Increase", - "description": "The measure would allow the government to continue borrowing to finance its obligations without further action by Congress until after the 2022 midterm elections.", - "content": "“The American people can breathe easy and rest assured there will not be a default,” said Senator Chuck Schumer of New York, the majority leader.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/14/us/politics/debt-limit.html", - "creator": "Emily Cochrane", - "pubDate": "Wed, 15 Dec 2021 05:47:06 +0000", + "title": "Late Night Has Some Ideas on Who Set the Fox Christmas Tree Ablaze", + "description": "“The fire is believed to have started after Fox News’ pants caught on fire,” Jimmy Kimmel said.", + "content": "“The fire is believed to have started after Fox News’ pants caught on fire,” Jimmy Kimmel said.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/09/arts/television/jimmy-kimmel-fox-news-christmas-tree-fire.html", + "creator": "Trish Bendix", + "pubDate": "Thu, 09 Dec 2021 06:46:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161746,20 +186979,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b935749424c99a3684813ce002702301" + "hash": "5e17fb32a61ccb4a5f88b4c4f2dec379" }, { - "title": "Keechant Sewell to Become First Woman to Lead N.Y.P.D.", - "description": "The selection of Ms. Sewell, the Nassau County chief of detectives, was seen as one of Eric Adams’s most critical appointments as incoming mayor.", - "content": "In 23 years with the Nassau Police Department, Keechant Sewell worked in the narcotics and major cases units, and as a hostage negotiator. She was promoted to chief of detectives in September 2020.", - "category": "Police Department (NYC)", - "link": "https://www.nytimes.com/2021/12/14/nyregion/keechant-sewell-nypd-commissioner.html", - "creator": "Emma G. Fitzsimmons, Ali Watkins and Ashley Southall", - "pubDate": "Wed, 15 Dec 2021 04:14:28 +0000", + "title": "‘Is There Still Sex in the City?’ Review: Candace Bushnell Dishes Hot Details", + "description": "In her one-woman Off Broadway show, the “Sex and the City” author invites audiences behind the scenes of her life with a wink and a cocktail.", + "content": "In her one-woman Off Broadway show, the “Sex and the City” author invites audiences behind the scenes of her life with a wink and a cocktail.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/08/theater/is-there-still-sex-in-the-city-review.html", + "creator": "Naveen Kumar", + "pubDate": "Wed, 08 Dec 2021 21:43:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161767,20 +186999,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "02e66961761fa2c7b31f57afd5cee956" + "hash": "3f4ac86c4df1453fc15acde53f892740" }, { - "title": "Why a Child’s Rude Behavior May Be Good for Development", - "description": "The safer children feel, the more they can show their true selves — warts and all — experts say. And that’s good for their development.", - "content": "The safer children feel, the more they can show their true selves — warts and all — experts say. And that’s good for their development.", - "category": "Children and Childhood", - "link": "https://www.nytimes.com/2021/12/11/well/family/rude-child-development-behavior.html", - "creator": "Melinda Wenner Moyer", - "pubDate": "Sat, 11 Dec 2021 10:00:05 +0000", + "title": "China Evergrande Defaults on Its Debt, Fitch Says", + "description": "Fitch’s announcement spells out a reality already accepted by investors: The company can’t pay its bills and is being restructured under Beijing’s eye.", + "content": "Fitch’s announcement spells out a reality already accepted by investors: The company can’t pay its bills and is being restructured under Beijing’s eye.", + "category": "China", + "link": "https://www.nytimes.com/2021/12/09/business/china-evergrande-default.html", + "creator": "Alexandra Stevenson and Cao Li", + "pubDate": "Thu, 09 Dec 2021 10:01:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161788,20 +187019,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a30899f6aa05ea6c4e8a0386890257a0" + "hash": "de711057ba0dde10f3e5852487b3959d" }, { - "title": "Times Critics’ Top Books of 2021", - "description": "The Times’s staff critics give their choices of the best fiction and nonfiction works of the year.", - "content": "The Times’s staff critics give their choices of the best fiction and nonfiction works of the year.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/15/books/critics-top-books-2021.html", - "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:00:13 +0000", + "title": "Tips for Buying a Used Car", + "description": "Top dealerships offer reassurances, but better prices might be found elsewhere. Check the Carfax, and offer to meet in a police station parking lot.", + "content": "Top dealerships offer reassurances, but better prices might be found elsewhere. Check the Carfax, and offer to meet in a police station parking lot.", + "category": "Used Cars", + "link": "https://www.nytimes.com/2021/12/09/business/used-car-buying-tips.html", + "creator": "Paul Stenquist", + "pubDate": "Thu, 09 Dec 2021 11:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161809,20 +187039,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "88336fb8e2e7f1544946128bcbc5de5b" + "hash": "19f4c08838b7ea1e2da50475e6660da4" }, { - "title": "Is Democracy’s Fate the Media’s Fault?", - "description": "How should political journalists be approaching their work in these polarized times?", - "content": "How should political journalists be approaching their work in these polarized times?", - "category": "Democracy (Theory and Philosophy)", - "link": "https://www.nytimes.com/2021/12/15/opinion/the-argument-role-of-press-in-a-democracy.html", - "creator": "‘The Argument’", - "pubDate": "Wed, 15 Dec 2021 10:16:31 +0000", + "title": "Omicron Threatens the Old. Nursing Homes Must Act Now.", + "description": "Whatever the variant may mean for the young, it’s already clear that it can be deadly for the old.", + "content": "Whatever the variant may mean for the young, it’s already clear that it can be deadly for the old.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/09/opinion/omicron-nursing-homes.html", + "creator": "Zeynep Tufekci", + "pubDate": "Thu, 09 Dec 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161830,20 +187059,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d908880b1d8a7ca05b8b3a28f809604b" + "hash": "82072f01503191badbac5da403de3b8a" }, { - "title": "Boris Johnson, Facing Omicron and Scandal, Is in Trouble ", - "description": "Britons don’t know whether the prime minister can save himself, let alone Christmas.", - "content": "Britons don’t know whether the prime minister can save himself, let alone Christmas.", - "category": "Great Britain", - "link": "https://www.nytimes.com/2021/12/14/opinion/boris-johnson-britain-omicron.html", - "creator": "Tanya Gold", - "pubDate": "Tue, 14 Dec 2021 06:07:45 +0000", + "title": "Recipe Plagiarism and Buying a High School: The Week in Narrated Articles", + "description": "Five articles from around The Times, narrated just for you.", + "content": "Five articles from around The Times, narrated just for you.", + "category": "", + "link": "https://www.nytimes.com/2021/12/03/podcasts/recipe-plagiarism-and-buying-a-high-school-the-week-in-narrated-articles.html", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 10:30:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161851,20 +187079,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "808974a6e24afe5cd49b5e56d697a9a5" + "hash": "c1b5c40849c1212f0c77278ded38e8fd" }, { - "title": "Denmark and Norway Predict Drastic Spike in Omicron Cases", - "description": "Health authorities in Europe are warning of a sharp increase in Omicron cases, adding to an existing surge from the Delta variant.", - "content": "Vaccinations at a high school in Oslo in September. Researchers are concerned that the rise in Omicron cases in Norway will overburden hospitals.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/13/health/omicron-cases-denmark-norway.html", - "creator": "Carl Zimmer and Emily Anthes", - "pubDate": "Mon, 13 Dec 2021 20:58:06 +0000", + "title": "Safety Nets That Sustain Community", + "description": "Grants provided support for organizations building out health initiatives, buoying Latino nonprofits and making sure New Yorkers are nourished.", + "content": "Grants provided support for organizations building out health initiatives, buoying Latino nonprofits and making sure New Yorkers are nourished.", + "category": "New York Times Neediest Cases Fund", + "link": "https://www.nytimes.com/2021/12/07/neediest-cases/safety-nets-that-sustain-community.html", + "creator": "Emma Grillo and Kristen Bayrakdarian", + "pubDate": "Tue, 07 Dec 2021 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161872,20 +187099,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ad018532feaa0dff7636fc17e5ce127" + "hash": "03ef4bb1de08355b719113e864ee78e1" }, { - "title": "Golden Globes Nominations 2022: The Complete List", - "description": "The Hollywood Foreign Press Association announced a list that showed some improvement on its goal of diversifying the awards. But questions still hover over the ceremony.", - "content": "Nominated for Globes were the “King Richard” performers Aunjanue Ellis, left, and Will Smith (with Mikayla Bartholomew, second from left, Saniyya Sidney, Demi Singleton and Danielle Lawson).", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/13/movies/golden-globes-nominees-list.html", - "creator": "Kyle Buchanan", - "pubDate": "Mon, 13 Dec 2021 15:42:30 +0000", + "title": "Catharsis Songs", + "description": "Big feelings, big playlist.", + "content": "Big feelings, big playlist.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/08/at-home/newsletter.html", + "creator": "Melissa Kirsch", + "pubDate": "Wed, 08 Dec 2021 22:34:00 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161893,20 +187119,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bca7ba0735bb50a8fe19e4f851dd600" + "hash": "998c46d5e5384d8f20832299e93e59db" }, { - "title": "What Did Stephen Sondheim Really Think of ‘Rent’?", - "description": "The composer served as something of a mentor to Jonathan Larson and spoke frankly about the show after the younger man’s death.", - "content": "Jonathan Larson, left, sometimes turned to Stephen Sondheim for advice.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/13/movies/stephen-sondheim-jonathan-larson.html", - "creator": "Evelyn McDonnell", - "pubDate": "Tue, 14 Dec 2021 02:25:36 +0000", + "title": "Gig Worker Protections Get a Push in European Proposal", + "description": "A proposal with widespread political support would entitle drivers and couriers for companies like Uber to a minimum wage and legal protections.", + "content": "A proposal with widespread political support would entitle drivers and couriers for companies like Uber to a minimum wage and legal protections.", + "category": "Delivery Services", + "link": "https://www.nytimes.com/2021/12/09/technology/gig-workers-europe-uber.html", + "creator": "Adam Satariano and Elian Peltier", + "pubDate": "Thu, 09 Dec 2021 10:07:11 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161914,20 +187139,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1505e63256d8ab4a40e4d756522b8478" + "hash": "95c6852ffc5d21b1f7179278b7cda441" }, { - "title": "The End of a Return-to-Office Date", - "description": "More and more companies are saying: We’ll get back to you.", - "content": "More and more companies are saying: We’ll get back to you.", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2021/12/11/business/return-to-office-2022.html", - "creator": "Emma Goldberg", - "pubDate": "Sat, 11 Dec 2021 22:26:26 +0000", + "title": "SpaceX Launches IXPE NASA Telescope for X-Ray Views of Universe", + "description": "The IXPE spacecraft will use X-ray polarimetry to better measure black holes, supernovas and other astronomical phenomena.", + "content": "The IXPE spacecraft will use X-ray polarimetry to better measure black holes, supernovas and other astronomical phenomena.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2021/12/09/science/ixpe-spacex-nasa-launch.html", + "creator": "Jonathan O’Callaghan", + "pubDate": "Thu, 09 Dec 2021 06:38:22 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161935,20 +187159,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3aaaa4eadd61ae687998b61b349358e2" + "hash": "5cf0ddb157fae1c12aba5b38f3c4a179" }, { - "title": "Putin and Xi Hold Video Summit", - "description": "President Vladimir V. Putin and President Xi Jinping of China, meeting in a video summit, sought mutual support in their conflicts with the West but have not yet declared a formal alliance.", - "content": "President Vladimir V. Putin of Russia and Xi Jinping, the leader of China, in 2019 in Brazil. ", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/15/world/asia/china-russia-summit-xi-putin.html", - "creator": "Anton Troianovski and Steven Lee Myers", - "pubDate": "Wed, 15 Dec 2021 11:53:20 +0000", + "title": "House Votes to Crack Down on Goods Made in Xinjiang Over Abuse of Uyghurs", + "description": "The lopsided margin reflected growing bipartisan anger at China’s human rights abuses against Uyghurs in the northwestern region.", + "content": "The lopsided margin reflected growing bipartisan anger at China’s human rights abuses against Uyghurs in the northwestern region.", + "category": "Law and Legislation", + "link": "https://www.nytimes.com/2021/12/08/us/politics/china-xinjiang-labor-ban-uyghurs.html", + "creator": "Catie Edmondson", + "pubDate": "Thu, 09 Dec 2021 00:39:27 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161956,20 +187179,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa0e49a40e05a65527bce5947544f4ae" + "hash": "67b377a73650e6401a578df75a476db1" }, { - "title": "King Family and Activists Plan Marches to Spur Action on Voting Rights", - "description": "Prominent backers of stalled voting rights legislation plan a blitz emphasizing the urgent need to counter new state restrictions.", - "content": "Martin Luther King III, the son of Martin Luther King Jr., plans to use the January holiday commemorating his father to push for voting rights legislation.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/15/us/voting-rights-king-family.html", - "creator": "Carl Hulse", - "pubDate": "Wed, 15 Dec 2021 10:00:21 +0000", + "title": "How to Age Well and Stay in Your Home", + "description": "Don’t wait for a crisis like a broken hip to modify your home.", + "content": "Don’t wait for a crisis like a broken hip to modify your home.", + "category": "Elderly", + "link": "https://www.nytimes.com/2018/05/21/well/how-to-age-well-and-stay-in-your-home.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 21 May 2018 09:00:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161977,20 +187199,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed9efff1f46f305c1854ef396cadfe13" + "hash": "4de297cc33daebbf5ddd2643f940c3fc" }, { - "title": "Doctors Often Prescribe Placebos. But How Well Do They Work?", - "description": "An Australian researcher argues that the medical community has enshrined placebos as “mysterious and highly effective” in clinical care on the basis of flawed research.", - "content": "“The idea that we can use placebos as a panacea for a range of health conditions is really problematic,” said Chris Maher, a professor at the University of Sydney’s School of Public Health.", - "category": "Placebos", - "link": "https://www.nytimes.com/2021/12/15/us/politics/placebo-effect-clinical-care.html", - "creator": "Oscar Schwartz", - "pubDate": "Wed, 15 Dec 2021 10:00:16 +0000", + "title": "How Exercise May Support the Aging Brain", + "description": "Simple activities like walking boost immune cells in the brain that may help to keep memory sharp and even ward off Alzheimer’s disease.", + "content": "Simple activities like walking boost immune cells in the brain that may help to keep memory sharp and even ward off Alzheimer’s disease.", + "category": "Alzheimer's Disease", + "link": "https://www.nytimes.com/2021/12/01/well/move/exercise-brain-health-alzheimers.html", + "creator": "Gretchen Reynolds", + "pubDate": "Fri, 03 Dec 2021 14:16:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -161998,20 +187219,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9afe7ab766c58f2681340cac000c0167" + "hash": "87197fb1ffd351baa557f4854d40810d" }, { - "title": "E.U. Proposes Changes That Would Chip Away at Borderless Model", - "description": "The plan would institutionalize internal border controls to respond to emergencies, suspending some protections for asylum seekers.", - "content": "Soldiers near Szudzialowo, Poland, last week along the border with Belarus. Poland has been repelling asylum seekers trying to enter E.U. territory through Belarus.", - "category": "Middle East and Africa Migrant Crisis", - "link": "https://www.nytimes.com/2021/12/14/world/europe/european-union-schengen-migrants-borders.html", - "creator": "Elian Peltier and Monika Pronczuk", - "pubDate": "Tue, 14 Dec 2021 20:34:43 +0000", + "title": "Getting Older, Sleeping Less", + "description": "When insomnia persists, it can wreak physical, emotional and social havoc.", + "content": "When insomnia persists, it can wreak physical, emotional and social havoc.", + "category": "Sleep", + "link": "https://www.nytimes.com/2017/01/16/well/live/getting-older-sleeping-less.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 16 Jan 2017 14:31:22 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162019,20 +187239,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b1ed0a1a0a16da22d059133dbdc14f7" + "hash": "dfb11deec0d193e5dc025ad068780fa0" }, { - "title": "10 Senate Races to Watch in 2022", - "description": "Democrats have a razor-thin margin that could be upended with the loss of a single seat.", - "content": "Most of the competitive races are in states that were fiercely contested in 2020.", - "category": "Midterm Elections (2022)", - "link": "https://www.nytimes.com/2021/12/14/us/politics/senate-races-2022.html", - "creator": "Neil Vigdor", - "pubDate": "Tue, 14 Dec 2021 23:47:35 +0000", + "title": "Is Dancing the Kale of Exercise?", + "description": "Research shows that dance offers a wealth of anti-aging benefits. It’s also fun.", + "content": "Research shows that dance offers a wealth of anti-aging benefits. It’s also fun.", + "category": "Dancing", + "link": "https://www.nytimes.com/2019/04/30/well/move/health-benefits-dancing.html", + "creator": "Marilyn Friedman", + "pubDate": "Tue, 30 Apr 2019 09:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162040,20 +187259,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "080222dc9879b55fff5831715fb18339" + "hash": "a07bc98f1afde8eb1fbcd639f08087b7" }, { - "title": "Waterboarded Prisoner Has Drowning Nightmares Two Decades Later, Doctor Testifies", - "description": "Lawyers called a torture expert in a bid to spare a defendant a nauseating commute from prison to court by having him spend nights at Guantánamo Bay’s court compound.", - "content": "The defendant, Abd al-Rahim al-Nashiri, is accused of being the mastermind of the suicide bombing of the destroyer Cole in 2000, which killed 17 U.S. sailors.", - "category": "Torture", - "link": "https://www.nytimes.com/2021/12/14/us/politics/guantanamo-bay-abd-al-rahim-al-nashiri.html", - "creator": "Carol Rosenberg", - "pubDate": "Wed, 15 Dec 2021 01:53:53 +0000", + "title": "For a Longer Life, Get Moving. Even a Little.", + "description": "Some of the greatest gains are seen when people shift from being sedentary toward ambling for even one extra hour each day.", + "content": "Some of the greatest gains are seen when people shift from being sedentary toward ambling for even one extra hour each day.", + "category": "Longevity", + "link": "https://www.nytimes.com/2019/08/28/well/move/for-a-longer-life-get-moving-even-a-little.html", + "creator": "Gretchen Reynolds", + "pubDate": "Tue, 03 Sep 2019 05:16:39 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162061,20 +187279,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "159392ab14894e2157f3b7c34570c02a" + "hash": "dfe29f4eb96daf780e33e628c37cc409" }, { - "title": "Hundreds Trapped by Fire at World Trade Center in Hong Kong", - "description": "The blaze at the World Trade Center in Causeway Bay injured at least 13 people, including one who was semiconscious, the police said.", - "content": "A firefighter rescuing people trapped after a fire broke out at the World Trade Center in Hong Kong on Wednesday.", - "category": "Hong Kong", - "link": "https://www.nytimes.com/2021/12/15/world/asia/hong-kong-fire.html", - "creator": "Austin Ramzy", - "pubDate": "Wed, 15 Dec 2021 09:36:49 +0000", + "title": "Book Review: 'Garbo,' by Robert Gottlieb", + "description": "Robert Gottlieb’s scrupulous study, “Garbo,” suggests that the great star was a sphinx without a secret.", + "content": "Robert Gottlieb’s scrupulous study, “Garbo,” suggests that the great star was a sphinx without a secret.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/03/books/review/greta-garbo-biography-robert-gottlieb.html", + "creator": "Mark Harris", + "pubDate": "Fri, 03 Dec 2021 20:43:33 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162082,20 +187299,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0da4cda3c618c55121886319d532e90" + "hash": "f98cb6b526b663c7e969a6e25770aaea" }, { - "title": "Muslim Lawmaker Comes Under Fire in House Debate on ‘Islamophobia’", - "description": "A conservative Republican accused Ilhan Omar, the sponsor of a House bill to combat anti-Muslim bias, of terrorist sympathies.", - "content": "Representative Scott Perry, Republican of Pennsylvania, is the incoming leader of the ultraconservative House Freedom Caucus.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/14/us/politics/ilhan-omar-house-debate-islamophobia.html", - "creator": "Jonathan Weisman", - "pubDate": "Wed, 15 Dec 2021 04:41:24 +0000", + "title": "‘Being the Ricardos’ Review: Kiss, Fight, Rinse, Repeat", + "description": "Nicole Kidman and Javier Bardem star as Lucille Ball and Desi Arnaz in Aaron Sorkin’s drama about one very bad week.", + "content": "Nicole Kidman and Javier Bardem star as Lucille Ball and Desi Arnaz in Aaron Sorkin’s drama about one very bad week.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/08/movies/being-the-ricardos-review.html", + "creator": "Manohla Dargis", + "pubDate": "Wed, 08 Dec 2021 22:30:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162103,20 +187319,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5570b2a438f4831bc42a2a88d61fbd0" + "hash": "5094f1995bb85c48a90f4403accfb2b9" }, { - "title": "How to Deal With Social Anxiety During the Holidays", - "description": "Even in the best of times, social gatherings can be overwhelming. If you’re feeling less-than-festive, here’s how to ease into the season.", - "content": "Even in the best of times, social gatherings can be overwhelming. If you’re feeling less-than-festive, here’s how to ease into the season.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/11/24/well/mind/holiday-social-anxiety.html", - "creator": "Jancee Dunn", - "pubDate": "Thu, 25 Nov 2021 00:00:16 +0000", + "title": "Best Jazz Albums of 2021", + "description": "In a year of continued uncertainty, musicians held their colleagues, and listeners, close.", + "content": "In a year of continued uncertainty, musicians held their colleagues, and listeners, close.", + "category": "Jazz", + "link": "https://www.nytimes.com/2021/12/02/arts/music/best-jazz-albums.html", + "creator": "Giovanni Russonello", + "pubDate": "Tue, 07 Dec 2021 16:04:37 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162124,20 +187339,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d7eca35e6d7387fc71b41b3e0f6ded2" + "hash": "b0c5ca9cb21887262ce88189dc62ff50" }, { - "title": "How to Build Resilience in Midlife", - "description": "There are active steps you can take during and after a crisis to speed your emotional recovery.", - "content": "There are active steps you can take during and after a crisis to speed your emotional recovery.", - "category": "Optimism", - "link": "https://www.nytimes.com/2017/07/25/well/mind/how-to-boost-resilience-in-midlife.html", - "creator": "Tara Parker-Pope", - "pubDate": "Wed, 26 Jul 2017 03:22:01 +0000", + "title": "René Pollesch Aims for a ‘Safe Space’ at the Volksbühne in Berlin", + "description": "René Pollesch is the fourth boss of the Volksbühne in four years. The Berlin theater is pinning hopes of a return to its former vibrancy on his collaborative approach.", + "content": "René Pollesch is the fourth boss of the Volksbühne in four years. The Berlin theater is pinning hopes of a return to its former vibrancy on his collaborative approach.", + "category": "Volksbuhne", + "link": "https://www.nytimes.com/2021/12/03/theater/rene-pollesch-volksbuehne.html", + "creator": "A.J. Goldmann", + "pubDate": "Fri, 03 Dec 2021 15:24:49 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162145,20 +187359,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "32dd2c229cc5c6f0ff358f31fbf11c4e" + "hash": "d2134d9002442e4804153821ff28a0eb" }, { - "title": "I’m Embarrassed by My Prenatal Depression. Here’s Why I Talk About It Anyway.", - "description": "One in five women will have mental health issues during and after pregnancy. Raising awareness matters for getting them the treatment they need.", - "content": "One in five women will have mental health issues during and after pregnancy. Raising awareness matters for getting them the treatment they need.", - "category": "Mental Health and Disorders", - "link": "https://www.nytimes.com/2019/04/30/parenting/prenatal-depression.html", - "creator": "Jessica Grose", - "pubDate": "Tue, 25 Jun 2019 20:46:46 +0000", + "title": "Remembering Sylvia Weinstock, the ‘Queen of Cake’", + "description": "Sylvia Weinstock, who died Nov. 22, created thousands of wedding cakes over the years. Four couples share what her confections meant to them.", + "content": "Sylvia Weinstock, who died Nov. 22, created thousands of wedding cakes over the years. Four couples share what her confections meant to them.", + "category": "Bakeries and Baked Products", + "link": "https://www.nytimes.com/2021/12/04/style/sylvia-weinstock-queen-of-cake.html", + "creator": "Alix Strauss", + "pubDate": "Sat, 04 Dec 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162166,20 +187379,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfbd54c5c267bf0c2719c74ae9623edf" + "hash": "5e404362888192928351982e346fd19c" }, { - "title": "The Brain Fog of Menopause", - "description": "‘Menopause-related cognitive impairment happens to women in their 40s and 50s, women in the prime of life who suddenly have the rug pulled out from under them,’ an expert says.", - "content": " ", - "category": "Menopause", - "link": "https://www.nytimes.com/2018/12/17/well/live/the-brain-fog-of-menopause.html", - "creator": "Jane E. Brody", - "pubDate": "Mon, 17 Dec 2018 10:00:01 +0000", + "title": "More Than 200 Million Americans Are Fully Vaccinated", + "description": "The U.S. crossed the milestone as the threat of the Omicron variant spurred a flurry of shots in recent days. Here’s the latest on the pandemic.", + "content": "The U.S. crossed the milestone as the threat of the Omicron variant spurred a flurry of shots in recent days. Here’s the latest on the pandemic.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/08/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Wed, 08 Dec 2021 23:25:51 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162187,20 +187399,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8951e8843c0e8681764976dd51d558b" + "hash": "90ea88e076404dfae7609a182849d622" }, { - "title": "ECT Can Be a Good Treatment Option for Serious Depression", - "description": "Electroconvulsive therapy can effectively treat depression, and is as safe as antidepressant drugs along with psychotherapy, a new analysis found.", - "content": "Doctors prepare a patient to receive electroconvulsive therapy at Mount Sinai Medical Center in New York.", - "category": "Seizures (Medical)", - "link": "https://www.nytimes.com/2021/09/14/well/ect-therapy-depression.html", - "creator": "Nicholas Bakalar", - "pubDate": "Tue, 14 Sep 2021 16:30:31 +0000", + "title": "Pfizer Says Its Booster Is Effective Against Omicron", + "description": "The company’s finding is based on only a small study of blood samples in a laboratory, but others are sure to follow.", + "content": "The company’s finding is based on only a small study of blood samples in a laboratory, but others are sure to follow.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/08/health/pfizer-booster-omicron.html", + "creator": "Sharon LaFraniere", + "pubDate": "Thu, 09 Dec 2021 01:14:35 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162208,20 +187419,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "719906951c49909d67acc36913a3e548" + "hash": "d29be6b949acdd8792708d8fccff49be" }, { - "title": "Santa Claus’s Real Estate Is Booming", - "description": "Is it any surprise that places where it’s ‘Christmas all the time’ have been attracting a record number of buyers during the pandemic?", - "content": "Is it any surprise that places where it’s ‘Christmas all the time’ have been attracting a record number of buyers during the pandemic?", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/14/realestate/santa-claus-real-estate.html", - "creator": "Joanne Kaufman", - "pubDate": "Tue, 14 Dec 2021 11:00:16 +0000", + "title": "The World Is Unprepared for the Next Pandemic, Report Says", + "description": "The latest Global Health Security Index finds that no country is positioned well to respond to outbreaks.", + "content": "The latest Global Health Security Index finds that no country is positioned well to respond to outbreaks.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/12/08/health/covid-pandemic-preparedness.html", + "creator": "Emily Anthes", + "pubDate": "Wed, 08 Dec 2021 23:17:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162229,20 +187439,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f0c7b35412909e5b52a0f152742d6e8" + "hash": "4ef4d06d40a65315a39cba53908a88ba" }, { - "title": "Sterlin Harjo Can Do a Lot More Than ‘Reservation Dogs’", - "description": "The filmmaker directed “Love and Fury,” a Netflix documentary about Native American artists, before his hit Hulu series.", - "content": "With “Love and Fury,” about contemporary Native artists, Sterlin Harjo said, “I just really wanted to tell a story that needed to be told.”", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/14/movies/love-and-fury-sterlin-harjo-reservation-dogs.html", - "creator": "Laura Zornosa", - "pubDate": "Tue, 14 Dec 2021 15:48:44 +0000", + "title": "Britain Introduces 'Plan B' Covid Measures to Tackle Omicron", + "description": "People in England will be urged to work from home and have to show proof of vaccination. Critics say the prime minister is trying to deflect attention from a growing outcry over reports his staff flouted Covid rules.", + "content": "People in England will be urged to work from home and have to show proof of vaccination. Critics say the prime minister is trying to deflect attention from a growing outcry over reports his staff flouted Covid rules.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/08/world/europe/uk-covid-johnson.html", + "creator": "Mark Landler, Stephen Castle and Megan Specia", + "pubDate": "Wed, 08 Dec 2021 21:06:04 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162250,20 +187459,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fee41112ccb21a68dab94b4464f7c67" + "hash": "e99aed4b8f00483bc93131ca09804470" }, { - "title": "‘The Hand of God’ Review: A Portrait of the Cineaste as a Young Man", - "description": "Paolo Sorrentino’s autobiographical drama about growing up in Naples is sensual, sad and occasionally sublime.", - "content": "Paolo Sorrentino’s autobiographical drama about growing up in Naples is sensual, sad and occasionally sublime.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/14/movies/the-hand-of-god-review.html", - "creator": "A.O. Scott", - "pubDate": "Tue, 14 Dec 2021 20:52:49 +0000", + "title": "Ally, Member or Partner? NATO’s Long Dilemma Over Ukraine.", + "description": "NATO promised Ukraine full membership in 2008, but without explaining how or when. Putin sees that promise as an ongoing threat to Russia.", + "content": "NATO promised Ukraine full membership in 2008, but without explaining how or when. Putin sees that promise as an ongoing threat to Russia.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/08/world/europe/nato-ukraine-russia-dilemma.html", + "creator": "Steven Erlanger", + "pubDate": "Wed, 08 Dec 2021 21:39:26 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162271,20 +187479,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b14812155a1f1c6c2935b7e2deb0cf43" + "hash": "1df81698ef81ab3a9735c5b54c4f14cc" }, { - "title": "Tiny Love Stories: ‘A Child I’ll Never Meet’", - "description": "Modern Love in miniature, featuring reader-submitted stories of no more than 100 words.", - "content": "Modern Love in miniature, featuring reader-submitted stories of no more than 100 words.", - "category": "Love (Emotion)", - "link": "https://www.nytimes.com/2021/12/14/style/tiny-modern-love-stories-a-child-ill-never-meet.html", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 20:00:09 +0000", + "title": "U.S. Threat to Squeeze Russia’s Economy Is a Tactic With a Mixed Record", + "description": "Sanctions, like aiming to cut oil exports, could also hurt European allies. “It’s a limited toolbox,” one expert said.", + "content": "Sanctions, like aiming to cut oil exports, could also hurt European allies. “It’s a limited toolbox,” one expert said.", + "category": "Embargoes and Sanctions", + "link": "https://www.nytimes.com/2021/12/08/business/economy/us-russia-sanctions-ukraine.html", + "creator": "Patricia Cohen", + "pubDate": "Thu, 09 Dec 2021 01:38:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162292,20 +187499,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ded1357de592f97681766fd9e35703a5" + "hash": "cfb5fe8d4a6edc49f222b8a3888bc528" }, { - "title": "Why a Times Reporter Keeps Writing About Dive Bars", - "description": "Attracted to the grit, equality and community of those modest watering holes, a Times reporter has worked them into his coverage.", - "content": "In Rio de Janeiro, people of all stripes gather in “dirty feet” bars. A reporter recognized a spirit found in other places he had written about.", - "category": "Bars and Nightclubs", - "link": "https://www.nytimes.com/2021/12/14/insider/dive-bars.html", - "creator": "Jack Nicas", - "pubDate": "Tue, 14 Dec 2021 10:00:12 +0000", + "title": "Meadows Sues Pelosi in Bid to Block Jan. 6 Committee Subpoena", + "description": "The suit came hours after the committee said it would prepare a criminal contempt of Congress referral against Mark Meadows, who was President Donald J. Trump’s chief of staff on Jan. 6.", + "content": "The suit came hours after the committee said it would prepare a criminal contempt of Congress referral against Mark Meadows, who was President Donald J. Trump’s chief of staff on Jan. 6.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/08/us/politics/mark-meadows-contempt-jan-6-committee.html", + "creator": "Luke Broadwater", + "pubDate": "Wed, 08 Dec 2021 23:21:19 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162313,20 +187519,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0cb6a3277a1cd816b3ae846654a3e3d" + "hash": "8706204da0793aceb5f331ce28be8603" }, { - "title": "Pfizer Treatment Protects Against Severe Disease, Study Says", - "description": "The company said its antiviral treatment, taken in pill form, worked in laboratory studies against the Omicron variant. Here’s the latest on Covid-19.", - "content": "The company said its antiviral treatment, taken in pill form, worked in laboratory studies against the Omicron variant. Here’s the latest on Covid-19.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/14/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Tue, 14 Dec 2021 22:20:13 +0000", + "title": "Some Jan. 6 Rioters May Use Police Brutality as a Defense", + "description": "Half a dozen defendants in the assault on the Capitol are using video to try to make a case that they were simply protecting themselves and others. They face skepticism and an uphill legal battle.", + "content": "Half a dozen defendants in the assault on the Capitol are using video to try to make a case that they were simply protecting themselves and others. They face skepticism and an uphill legal battle.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/08/us/politics/jan-6-riot-police-brutality-defense.html", + "creator": "Alan Feuer", + "pubDate": "Wed, 08 Dec 2021 15:58:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162334,20 +187539,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a4636b97b1c99d77ce337ba51447414" + "hash": "1162a091aba0555556a26c6bd0dabeee" }, { - "title": "Conservatives Abandon Johnson Over New Covid Rules", - "description": "A record number of Prime Minister Boris Johnson’s fellow party members voted against his plan for Covid certificates. But the plan passed with the help of the opposition.", - "content": "Protesters demonstrated against Covid-19 passports and increased restrictions on Monday outside Parliament in London.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/14/world/europe/britain-covid-restrictions.html", - "creator": "Mark Landler and Stephen Castle", - "pubDate": "Tue, 14 Dec 2021 20:41:42 +0000", + "title": "De Blasio Fought for 2 Years to Keep Ethics Warning Secret. Here’s Why.", + "description": "Mayor Bill de Blasio was warned that he created an “appearance of coercion and improper access” by directly contacting donors who had business before the city.", + "content": "Mayor Bill de Blasio was warned that he created an “appearance of coercion and improper access” by directly contacting donors who had business before the city.", + "category": "de Blasio, Bill", + "link": "https://www.nytimes.com/2021/12/08/nyregion/bill-de-blasio-donors-nyc.html", + "creator": "William Neuman", + "pubDate": "Wed, 08 Dec 2021 22:42:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162355,20 +187559,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd60e0dff0e88c35ff70a662e119453e" + "hash": "3ef6766812cf2dad5c3da0ab252a0015" }, { - "title": "Facing Covid Spike, N.F.L. Mandates Boosters, but Stops Short on Testing", - "description": "The league will require boosters for coaches and some team personnel after a single-day high in positive tests among players. But the players’ union has argued that daily testing should resume.", - "content": "Patriots Coach Bill Belichick wearing a mask before a game in December 2020. The league relaxed mask-wearing guidelines for vaccinated personnel this season.", - "category": "Disease Rates", - "link": "https://www.nytimes.com/2021/12/14/sports/football/nfl-covid-vaccine-booster-shots.html", - "creator": "Emmanuel Morgan and Robin Stein", - "pubDate": "Tue, 14 Dec 2021 17:12:55 +0000", + "title": "The Oscars Are Broken. Here’s How to Fix Them.", + "description": "The ratings flop that was the last ceremony provided useful lessons in what not to do. But there are steps the academy can take for an actually enjoyable evening.", + "content": "The ratings flop that was the last ceremony provided useful lessons in what not to do. But there are steps the academy can take for an actually enjoyable evening.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/08/movies/how-to-fix-the-oscars.html", + "creator": "Kyle Buchanan", + "pubDate": "Thu, 09 Dec 2021 05:21:50 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162376,20 +187579,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "198ca86beb149010de54482ae585c018" + "hash": "dd6afe3ae731a86dcebc88d37518d52f" }, { - "title": "House Set to Refer Contempt Charge Against Meadows in Jan. 6 Inquiry", - "description": "The former White House chief of staff previously provided the committee with thousands of pages of documents, including text messages he received on Jan. 6.", - "content": "After initially cooperating with the committee investigating the Jan. 6 attack on the Capitol, Mark Meadows filed suit against the panel.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/14/us/mark-meadows-contempt-capitol-riot.html", - "creator": "Luke Broadwater", - "pubDate": "Tue, 14 Dec 2021 21:35:30 +0000", + "title": "I’m an E.R. Doctor in Michigan, Where Unvaccinated People Are Filling Hospital Beds", + "description": "With every shift, I see the strain people sick with Covid-19 put on my hospital. ", + "content": "With every shift, I see the strain people sick with Covid-19 put on my hospital. ", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/08/opinion/covid-michigan-surge.html", + "creator": "Rob Davidson", + "pubDate": "Wed, 08 Dec 2021 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162397,20 +187599,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0539e7b93a4aab230074931f11c3aa2b" + "hash": "ce084ce942051b596bc47041c22b5ad0" }, { - "title": "Senate Passes $2.5 Trillion Debt Ceiling Increase", - "description": "The measure would allow the government to continue borrowing to finance its obligations without further action by Congress until after the 2022 midterm elections.", - "content": "Senator Chuck Schumer said on Tuesday that the $2.5 trillion figure would be enough to move the threat of a default past the midterm elections next year.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/14/us/politics/debt-limit.html", - "creator": "Emily Cochrane", - "pubDate": "Tue, 14 Dec 2021 21:59:41 +0000", + "title": "In Russia, the Pandemic Is Beating Putin", + "description": "The virus has starkly revealed the limits of the president’s power.", + "content": "The virus has starkly revealed the limits of the president’s power.", + "category": "Russia", + "link": "https://www.nytimes.com/2021/12/08/opinion/covid-russia-putin.html", + "creator": "Alexey Kovalev", + "pubDate": "Wed, 08 Dec 2021 06:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162418,20 +187619,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "37c4054fe4e733725c8a8ce422d547bf" + "hash": "7c8fbe175458508cf450890f5be6c0b1" }, { - "title": "Trends in Arctic Report Card: ‘Consistent, Alarming and Undeniable’", - "description": "The changes happening at the top of the planet could unfold elsewhere in the years to come, scientists report.", - "content": "A prowling polar bear on the island of Pyramiden, part of the Svalbard archipelago in Norway, this year.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/14/climate/arctic-report-card-climate-change.html", - "creator": "Raymond Zhong", - "pubDate": "Tue, 14 Dec 2021 21:30:29 +0000", + "title": "Trump Won’t Let America Go. Can Democrats Pry It Away?", + "description": "“The radicalized G.O.P. is the main anti-democratic force.” ", + "content": "“The radicalized G.O.P. is the main anti-democratic force.” ", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/08/opinion/trump-democrats-republicans.html", + "creator": "Thomas B. Edsall", + "pubDate": "Wed, 08 Dec 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162439,20 +187639,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "75dbb8fc0a15d899edb300dd20fe7de7" + "hash": "dc8cdcdaf301f724baa58e9f4f86c5e9" }, { - "title": "As Search Continues, Dozens Killed in Tornadoes Are Mourned", - "description": "At least 74 people were killed in Kentucky, including victims ranging in age from two months to 98 years old. Here’s the latest.", - "content": "At least 74 people were killed in Kentucky, including victims ranging in age from two months to 98 years old. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/14/us/tornado-damage-victims", - "creator": "The New York Times", - "pubDate": "Tue, 14 Dec 2021 22:20:13 +0000", + "title": "Can the Press Prevent a Trump Restoration?", + "description": "A journalism that shades the truth for the sake of some higher cause will lose the trust of some of the people it’s trying to steer away from demagogy.", + "content": "A journalism that shades the truth for the sake of some higher cause will lose the trust of some of the people it’s trying to steer away from demagogy.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/08/opinion/trump-press-restoration.html", + "creator": "Ross Douthat", + "pubDate": "Wed, 08 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162460,20 +187659,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b20436d8a69baef631683848ac55333d" + "hash": "250c9ad5a7b5656f2bbb2015ee07ac1d" }, { - "title": "The Welcome Return of the Run-In", - "description": "Running into acquaintances used to be a routine annoyance. Now, it’s an unholy rush.", - "content": "Running into acquaintances used to be a routine annoyance. Now, it’s an unholy rush.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/14/style/run-in-acquaintances.html", - "creator": "Reyhan Harmanci", - "pubDate": "Tue, 14 Dec 2021 19:49:47 +0000", + "title": "Climate Progress Depends on U.S.-China Competition", + "description": "Competition between American and Chinese companies will be the real driver of decreased greenhouse gas emissions around the globe.", + "content": "Competition between American and Chinese companies will be the real driver of decreased greenhouse gas emissions around the globe.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/08/opinion/us-china-competition-climate-progress.html", + "creator": "Deborah Seligsohn", + "pubDate": "Wed, 08 Dec 2021 06:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162481,20 +187679,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "76c74aa1f113c737a304b1f7e562b963" + "hash": "30a9a7b3afb9cc06b752c53d49a5176a" }, { - "title": "Looking for a Way to Soup Up Your Car? Go Electric.", - "description": "It may not be cheap, but swapping the combustion engine in your car for an electric one is getting easier.", - "content": "It may not be cheap, but swapping the combustion engine in your car for an electric one is getting easier.", - "category": "Electric and Hybrid Vehicles", - "link": "https://www.nytimes.com/2021/12/13/business/car-electric-engine-retrofitting.html", - "creator": "Christine Negroni", - "pubDate": "Mon, 13 Dec 2021 14:44:10 +0000", + "title": "How Tech Is Helping Poor People Get Government Aid", + "description": "Even as the government expanded aid programs, many people faced barriers to using them. That problem is now being addressed with apps and streamlined websites.", + "content": "Even as the government expanded aid programs, many people faced barriers to using them. That problem is now being addressed with apps and streamlined websites.", + "category": "Welfare (US)", + "link": "https://www.nytimes.com/2021/12/08/us/politics/safety-net-apps-tech.html", + "creator": "Jason DeParle", + "pubDate": "Wed, 08 Dec 2021 16:55:26 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162502,20 +187699,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2059863bc127a9dc85f27af4ae15b32f" + "hash": "91a12d78842b0896e92a5c5426342b03" }, { - "title": "The Bogus Bashing of Build Back Better", - "description": "Beware of bad faith, bad logic and bad arithmetic.", - "content": "Beware of bad faith, bad logic and bad arithmetic.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/13/opinion/build-back-better.html", - "creator": "Paul Krugman", - "pubDate": "Tue, 14 Dec 2021 00:00:07 +0000", + "title": "California Positions Itself as a ‘Refuge’ of Abortion Rights", + "description": "A new legislative proposal includes the recommendation to fund the procedure for low-income women who come to California for abortion services.", + "content": "A new legislative proposal includes the recommendation to fund the procedure for low-income women who come to California for abortion services.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/08/us/california-abortion-sanctuary-state.html", + "creator": "Thomas Fuller", + "pubDate": "Wed, 08 Dec 2021 23:20:57 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162523,20 +187719,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6c2622e95d0418a226135c25b5df154" + "hash": "678cc93ffa02443da2fa6361eca91de7" }, { - "title": "Your Pocketbook Is Ruled by This Agency, and It’s in the Middle of a Huge Fight", - "description": "The current chairwoman could effectively run out the clock on the president’s first term.", - "content": "Jelena McWilliams, the chairwoman of the Federal Deposit Insurance Corporation’s board of directors and an opponent of stronger merger oversight, could effectively run out the clock on President Biden’s first term.", - "category": "McWilliams, Jelena", - "link": "https://www.nytimes.com/2021/12/14/opinion/jelena-mcwilliams-fdic-bank-regulation.html", - "creator": "Mehrsa Baradaran and Jeremy Kress", - "pubDate": "Tue, 14 Dec 2021 15:22:34 +0000", + "title": "Four Takeaways From the 8th Day of Ghislaine Maxwell’s Trial", + "description": "A former pilot and a former assistant at Jeffrey Epstein’s Palm Beach home testified, as prosecutors sought to bolster the accounts of Ms. Maxwell’s accusers.", + "content": "A former pilot and a former assistant at Jeffrey Epstein’s Palm Beach home testified, as prosecutors sought to bolster the accounts of Ms. Maxwell’s accusers.", + "category": "Epstein, Jeffrey E (1953- )", + "link": "https://www.nytimes.com/2021/12/08/nyregion/ghislaine-maxwell-trial-takeaways.html", + "creator": "Rebecca Davis O’Brien", + "pubDate": "Wed, 08 Dec 2021 22:45:26 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162544,20 +187739,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "27c3ec6140ae39c26a30b85bfa5661ba" + "hash": "580c1bd1d28a22dce865c96ac178f01d" }, { - "title": "Take Action Now to Curb Inflation", - "description": "It’s better to act more aggressively now than wait and risk sparking a recession later.", - "content": "Jerome Powell, chairman of the Federal Reserve.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/13/opinion/inflation-biden-powell-economy-federal-reserve.html", - "creator": "Glenn Hubbard", - "pubDate": "Mon, 13 Dec 2021 18:37:19 +0000", + "title": "Supreme Court Seems Wary of Ban on State Aid to Religious Schools", + "description": "The case, concerning a tuition program in Maine, seemed likely to extend a winning streak at the court for parents seeking public funds for religious education.", + "content": "The case, concerning a tuition program in Maine, seemed likely to extend a winning streak at the court for parents seeking public funds for religious education.", + "category": "Supreme Court (US)", + "link": "https://www.nytimes.com/2021/12/08/us/politics/supreme-court-religious-schools-maine.html", + "creator": "Adam Liptak", + "pubDate": "Wed, 08 Dec 2021 22:15:39 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162565,20 +187759,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3a527ae6937ba8520d0b849295ceba5" + "hash": "34a063ddac6dd50e7d6c34c08365ad64" }, { - "title": "Debate Teaches Kids How to Think", - "description": "Everyone should have that privilege.", - "content": "Everyone should have that privilege.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/13/opinion/debate-important-lessons.html", - "creator": "Jay Caspian Kang", - "pubDate": "Tue, 14 Dec 2021 02:35:58 +0000", + "title": "Biden Orders Federal Vehicles and Buildings to Use Renewable Energy by 2050", + "description": "The federal government would stop buying gasoline-powered vehicles by 2035 and its buildings would be powered by wind, solar or other carbon-free electricity by 2050.", + "content": "The federal government would stop buying gasoline-powered vehicles by 2035 and its buildings would be powered by wind, solar or other carbon-free electricity by 2050.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/08/climate/biden-government-carbon-neutral.html", + "creator": "Lisa Friedman", + "pubDate": "Wed, 08 Dec 2021 21:32:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162586,20 +187779,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc7cc9014d4b1992b9fce97e35202a5d" + "hash": "925c4aea9116d1af7a9275d10f05fc02" }, { - "title": "Is Biden’s Presidency a Disappointment?", - "description": "Readers assess the Biden presidency. Also: Mark Meadows and Jan. 6; paying for abortions for women in need.", - "content": "  ", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/14/opinion/letters/biden-presidency.html", - "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:11:54 +0000", + "title": "Hillary Clinton Reads Discarded Victory Speech From 2016 Election", + "description": "Mrs. Clinton read the long-shelved speech aloud for her offering on MasterClass, a site featuring lessons from prominent figures in the arts, business and other fields.", + "content": "Mrs. Clinton read the long-shelved speech aloud for her offering on MasterClass, a site featuring lessons from prominent figures in the arts, business and other fields.", + "category": "Presidential Election of 2016", + "link": "https://www.nytimes.com/2021/12/08/us/elections/hillary-clinton-speech-election.html", + "creator": "Michael Levenson", + "pubDate": "Thu, 09 Dec 2021 03:32:56 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162607,20 +187799,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d19baf9571cefdfa58447992db901923" + "hash": "76225d8b738ef20704a0ad86c4836da9" }, { - "title": "Education Is Like a Beautiful Garden", - "description": "Consider giving to education-related charities this holiday season.", - "content": "Consider giving to education-related charities this holiday season.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/13/opinion/philanthropy-giving-education.html", - "creator": "Peter Coy", - "pubDate": "Mon, 13 Dec 2021 20:38:58 +0000", + "title": "Woman Stole Daughter’s Identity to Get Loans and Attend College, U.S. Says", + "description": "Laura Oglesby, 48, of Missouri, who pleaded guilty to intentionally providing false information to the Social Security Administration, lived as someone nearly half her age, the authorities said.", + "content": "Laura Oglesby, 48, of Missouri, who pleaded guilty to intentionally providing false information to the Social Security Administration, lived as someone nearly half her age, the authorities said.", + "category": "Colleges and Universities", + "link": "https://www.nytimes.com/2021/12/08/us/laura-oglesby-social-security-fraud.html", + "creator": "Jesus Jiménez", + "pubDate": "Thu, 09 Dec 2021 02:34:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162628,20 +187819,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b351a0dddb36ec4c05341315111199d" + "hash": "e5f1010dc57595bb22836a8f9fea61a0" }, { - "title": "Donating to Environmental Nonprofits in the South", - "description": "Our collective efforts can make a huge difference. ", - "content": "Lost Cove in Sewanee, Tenn.", - "category": "Environment", - "link": "https://www.nytimes.com/2021/12/13/opinion/environmental-nonprofits-tennesse-south.html", - "creator": "Margaret Renkl", - "pubDate": "Mon, 13 Dec 2021 10:05:22 +0000", + "title": "Allergan Settles with N.Y. for $200 Million in Sprawling Opioid Case", + "description": "The agreement with Allergan, a company whose best-known product is Botox, is the latest settlement in the case jointly argued by New York State and two counties.", + "content": "The agreement with Allergan, a company whose best-known product is Botox, is the latest settlement in the case jointly argued by New York State and two counties.", + "category": "Opioids and Opiates", + "link": "https://www.nytimes.com/2021/12/08/nyregion/allergan-settlement-opioid.html", + "creator": "Sarah Maslin Nir", + "pubDate": "Thu, 09 Dec 2021 00:22:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162649,20 +187839,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "87dce11919f7550cf9c182e23b44dd16" + "hash": "6aced77317be841658c2b2572e0659d8" }, { - "title": "There Is a World of Good We Can Do", - "description": "A few worthies from Times Opinion’s giving guide and a few … unworthies.", - "content": "A few worthies from Times Opinion’s giving guide and a few … unworthies.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/13/opinion/charities-giving-politics.html", - "creator": "Gail Collins and Bret Stephens", - "pubDate": "Tue, 14 Dec 2021 00:27:08 +0000", + "title": "Tensions Rise at Columbia as Strikers Fear Retaliation From University", + "description": "After administrators sent an email saying that students who remained on strike after Friday were not guaranteed jobs next term, union members turned up the heat.", + "content": "After administrators sent an email saying that students who remained on strike after Friday were not guaranteed jobs next term, union members turned up the heat.", + "category": "Colleges and Universities", + "link": "https://www.nytimes.com/2021/12/08/nyregion/columbia-grad-student-strike.html", + "creator": "Ashley Wong", + "pubDate": "Thu, 09 Dec 2021 00:09:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162670,20 +187859,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0377d0472e994fee857dbfda21eabe5" + "hash": "271d1558d3385cde83eb63ff7cb8cea8" }, { - "title": "Why Times Opinion Is Sounding the Climate Change Alarm", - "description": "The climate crisis is now.", - "content": "The climate crisis is now.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/13/opinion/nyt-climate-change.html", - "creator": "Kathleen Kingsbury", - "pubDate": "Mon, 13 Dec 2021 14:05:09 +0000", + "title": "Elizabeth Holmes' Defense Rests Their Case in Fraud Trial", + "description": "Lawyers must now agree on a set of jury instructions before closing arguments begin on Dec. 16.", + "content": "Lawyers must now agree on a set of jury instructions before closing arguments begin on Dec. 16.", + "category": "Frauds and Swindling", + "link": "https://www.nytimes.com/2021/12/08/technology/elizabeth-holmes-theranos-trial-defense.html", + "creator": "Erin Griffith", + "pubDate": "Wed, 08 Dec 2021 21:10:57 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162691,20 +187879,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "720c20e84b2ad7491a3933dba4a135e0" + "hash": "9dde1d48a900ef99185a912f1a0be169" }, { - "title": "Across the World, Covid Anxiety and Depression Take Hold", - "description": "It is still unclear how much of a threat the fast-spreading Omicron variant poses, but fear and a sudden revival of restrictions have added to an epidemic of loneliness.", - "content": "A Covid-19 patient in a hospital in Marseille, France, on Friday.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/12/13/world/europe/covid-anxiety-depression-omicron.html", - "creator": "Roger Cohen", - "pubDate": "Tue, 14 Dec 2021 03:29:41 +0000", + "title": "Pfizer says blood samples from people who got three of its doses show robust antibody levels against Omicron.", + "description": "", + "content": "", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/live/2021/12/08/world/omicron-variant-covid/pfizer-says-blood-samples-showed-a-third-dose-of-its-vaccine-provides-significant-protection-against-omicron", + "creator": "Sharon LaFraniere", + "pubDate": "Wed, 08 Dec 2021 21:18:33 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162712,20 +187899,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7199893a7d7847d361b5185759785c5" + "hash": "b0f0caa24f999c357df2e7bd6e0eb578" }, { - "title": "Supreme Court Allows Vaccine Mandate for New York Health Care Workers", - "description": "Doctors and nurses challenged a state coronavirus vaccine requirement that had medical but not religious exemptions, saying it violated their right to free exercise of their faiths.", - "content": "Lisabeth Johnson, a nurse at the Hebrew Home at Riverdale in New York, received a coronavirus vaccine at her workplace in September.", - "category": "Freedom of Religion", - "link": "https://www.nytimes.com/2021/12/13/us/politics/supreme-court-vaccine-mandate-new-york-healthcare.html", - "creator": "Adam Liptak", - "pubDate": "Mon, 13 Dec 2021 21:42:25 +0000", + "title": "Rally Planner With Ties to G.O.P. Is Cooperating in Jan. 6 Inquiry", + "description": "Ali Alexander, who helped organize the gathering that drew Trump supporters to Washington on Jan. 6, could shed light on efforts by the former president and his allies to overturn the election.", + "content": "Ali Alexander, who helped organize the gathering that drew Trump supporters to Washington on Jan. 6, could shed light on efforts by the former president and his allies to overturn the election.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/12/08/us/politics/ali-alexander-jan-6-house-testimony.html", + "creator": "Alan Feuer and Luke Broadwater", + "pubDate": "Wed, 08 Dec 2021 21:39:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162733,20 +187919,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c0f2a23077db744115bb4a702d66101" + "hash": "24930bcfaa69a9aaccaa33527c77218a" }, { - "title": "Nassar Abuse Survivors Reach a $380 Million Settlement", - "description": "The agreement reached with U.S.A. Gymnastics and the U.S. Olympic & Paralympic Committee will compensate more than 500 girls and women abused in the sport.", - "content": "The agreement reached with U.S.A. Gymnastics and the U.S. Olympic & Paralympic Committee will compensate more than 500 girls and women abused in the sport.", - "category": "Gymnastics", - "link": "https://www.nytimes.com/2021/12/13/sports/olympics/nassar-abuse-gymnasts-settlement.html", - "creator": "Juliet Macur", - "pubDate": "Mon, 13 Dec 2021 18:38:17 +0000", + "title": "John Wilson, the Genius Behind the Weirdest Show on TV", + "description": "In the second season of “How To With John Wilson,” the documentary filmmaker shows off his penchant for mutating the mundane into the vivid and extraordinary.", + "content": "In the second season of “How To With John Wilson,” the documentary filmmaker shows off his penchant for mutating the mundane into the vivid and extraordinary.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/07/magazine/how-to-john-wilson.html", + "creator": "Nitsuh Abebe", + "pubDate": "Wed, 08 Dec 2021 21:08:31 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162754,20 +187939,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "92509c5f0c2b38a8a94feeb819ff3a53" + "hash": "3860a9cedd6228ad08b4cd821cdb6d60" }, { - "title": "Her Instagram Handle Was ‘Metaverse.’ Last Month, It Vanished.", - "description": "Five days after Facebook changed its name to Meta, an Australian artist found herself blocked, with seemingly no recourse, from an account documenting nearly a decade of her life and work.", - "content": "Thea-Mai Baumann’s Instagram account was erased after Facebook changed its name to Meta.", - "category": "Social Media", - "link": "https://www.nytimes.com/2021/12/13/technology/instagram-handle-metaverse.html", - "creator": "Maddison Connaughton", - "pubDate": "Mon, 13 Dec 2021 05:21:29 +0000", + "title": "‘West Side Story’ Review: In Love and War, 1957 Might Be Tonight", + "description": "Steven Spielberg rediscovers the breathing, troubling essence of a classic, building a bold and current screen musical with no pretense to perfection.", + "content": "Steven Spielberg rediscovers the breathing, troubling essence of a classic, building a bold and current screen musical with no pretense to perfection.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/08/movies/west-side-story-review.html", + "creator": "A.O. Scott", + "pubDate": "Wed, 08 Dec 2021 16:44:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162775,20 +187959,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4287993cc5d3fea7b0a65792a8fcb88a" + "hash": "e4cb6c86ba8b489d9fb14da8686590cb" }, { - "title": "No U.S. Troops Will Be Punished for Deadly Kabul Drone Strike", - "description": "The military initially defended the August strike, which killed 10 civilians including seven children, in the days afterward, but ultimately called it a tragic mistake.", - "content": "A relative looks at the damage after after a U.S. drone strike killed 10 civilians in Kabul, Afghanistan, in August. The military later admitted the strike was a tragic mistake.", - "category": "United States Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/13/us/politics/afghanistan-drone-strike.html", - "creator": "Eric Schmitt", - "pubDate": "Mon, 13 Dec 2021 18:27:51 +0000", + "title": "What’s One of the Most Dangerous Toys for Kids? The Internet.", + "description": "Our kids are at the mercy of tech companies, with only an outdated law to protect them.", + "content": "Our kids are at the mercy of tech companies, with only an outdated law to protect them.", + "category": "Data-Mining and Database Marketing", + "link": "https://www.nytimes.com/2021/11/24/opinion/kids-internet-safety-social-apps.html", + "creator": "Adam Westbrook, Lucy King and Jonah M. Kessel", + "pubDate": "Wed, 24 Nov 2021 10:00:27 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162796,20 +187979,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe4a03a2b8478f440fe1fc69f00fabba" + "hash": "6fb20f3e7d6af7135fe81f3392fd6802" }, { - "title": "How Far Will Supreme Court Justices Go on Abortion?", - "description": "And the Supreme Court’s two very different paths.", - "content": "The Supreme Court", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/14/briefing/abortion-supreme-court-roe-v-wade.html", - "creator": "David Leonhardt", - "pubDate": "Tue, 14 Dec 2021 12:25:46 +0000", + "title": "Pearl Harbor and the Capacity for Surprise", + "description": "Could we avert a similar catastrophe in the future? ", + "content": "Could we avert a similar catastrophe in the future? ", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/07/opinion/pearl-harbor-american-adversaries.html", + "creator": "Bret Stephens", + "pubDate": "Wed, 08 Dec 2021 00:26:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162817,20 +187999,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "18f5dd47b2d0bc70b3499fe8087c8aeb" + "hash": "fb0aeb0dd3b03cc47b256d47eb4e9ecc" }, { - "title": "Why Was Haiti’s President Assassinated?", - "description": "An investigation into the killing of the Caribbean nation’s leader points to corruption and drug trafficking at the highest levels of government.", - "content": "A mural depicting Mr. Moïse in Port-au-Prince, the capital of Haiti, in September. The investigation into the president’s killing has stalled, American officials say.", - "category": "Assassinations and Attempted Assassinations", - "link": "https://www.nytimes.com/2021/12/14/podcasts/the-daily/jovenel-moise-haiti-president-assassination.html", - "creator": "Sabrina Tavernise, Daniel Guillemette, Austin Mitchell, Rob Szypko, Chelsea Daniel, Paige Cowett, Lisa Chow, Dan Powell, Marion Lozano and Chris Wood", - "pubDate": "Tue, 14 Dec 2021 11:00:13 +0000", + "title": "Will My Students Ever Know a World Without School Shootings?", + "description": "Teachers can do only do so much to protect their students from school shootings.", + "content": "Teachers can do only do so much to protect their students from school shootings.", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/07/opinion/oxford-shooting-teachers.html", + "creator": "Sarah Lerner", + "pubDate": "Tue, 07 Dec 2021 16:44:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162838,20 +188019,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "26d3cf1156ab40eedbc05f0ab4809e21" + "hash": "51c72f7b763113591e85ab22b31c23ab" }, { - "title": "A New Oral History of HBO", - "description": "James Andrew Miller talks about “Tinderbox,” and Mayukh Sen discusses “Taste Makers.”", - "content": "James Andrew Miller talks about “Tinderbox,” and Mayukh Sen discusses “Taste Makers.”", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/10/books/review/a-new-oral-history-of-hbo.html", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:46:04 +0000", + "title": "The Words Democrats Use Are Not the Real Problem", + "description": "The whys of American politics have much more to do with the ever-changing currents of race, religion and economic production than they do with political messaging.", + "content": "The whys of American politics have much more to do with the ever-changing currents of race, religion and economic production than they do with political messaging.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/08/opinion/hispanic-voters-messaging.html", + "creator": "Jamelle Bouie", + "pubDate": "Wed, 08 Dec 2021 02:11:56 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162859,20 +188039,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "10a99ecd53dfa2ea29a35fc9c6593a23" + "hash": "3a205d3b3328a40be871a8b907fcb30d" }, { - "title": "Gasoline Truck in Haiti Explodes, Killing More Than 60", - "description": "Scores more were injured in the blast. It was the latest tragedy to hit the country, which has been rocked by political violence, natural disasters, poverty and hunger.", - "content": "The explosion site in Cap-Haitien, Haiti, on Tuesday.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/14/world/americas/haiti-fuel-tanker-explosion.html", - "creator": "Harold Isaac and Oscar Lopez", - "pubDate": "Tue, 14 Dec 2021 18:49:09 +0000", + "title": "What Happened in the P.S.G. Attack?", + "description": "The assault of a top women’s player made headlines, with masked men, a metal bar and a teammate arrested. But weeks later, new details suggest the original story might have been wrong.", + "content": "The assault of a top women’s player made headlines, with masked men, a metal bar and a teammate arrested. But weeks later, new details suggest the original story might have been wrong.", + "category": "Soccer", + "link": "https://www.nytimes.com/2021/12/07/sports/soccer/psg-attack-diallo-hamraoui.html", + "creator": "Tariq Panja", + "pubDate": "Tue, 07 Dec 2021 16:47:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162880,20 +188059,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6f4073d8e148fabab97aa3ecfe9c8bc" + "hash": "0165ae89b4baff5123a7eab5ac0d5087" }, { - "title": "Phillip Adams Had Severe C.T.E. at the Time of Shootings", - "description": "A neuropathologist found an “unusually severe” form of the brain disease in the 32-year-old former N.F.L. player who killed six people in April before shooting himself.", - "content": "Phillip Adams, a former journeyman N.F.L. defensive back, was posthumously found to have stage 2 C.T.E. after his brain was examined at Boston University.", - "category": "Chronic Traumatic Encephalopathy", - "link": "https://www.nytimes.com/2021/12/14/sports/football/phillip-adams-cte-shootings.html", - "creator": "Jonathan Abrams", - "pubDate": "Tue, 14 Dec 2021 19:00:25 +0000", + "title": "Pandemic-Era ‘Excess Savings’ Are Dwindling for Many", + "description": "The drop in cash reserves has vast implications for the working class and could dampen consumer spending, a large share of economic activity.", + "content": "The drop in cash reserves has vast implications for the working class and could dampen consumer spending, a large share of economic activity.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/07/business/pandemic-savings.html", + "creator": "Talmon Joseph Smith", + "pubDate": "Tue, 07 Dec 2021 12:58:24 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162901,20 +188079,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "25eab41fd3ca84a3000795fc4ac571f9" + "hash": "0c35977ab2eb24054f8a15432d721479" }, { - "title": "China Turns to Olympic Committee as Peng Shuai Scandal Lingers", - "description": "The International Olympic Committee’s professed neutrality has provided coverage for Beijing, which delivers big audiences and funding in exchange.", - "content": "The International Olympic Committee’s professed neutrality has provided coverage for Beijing, which delivers big audiences and funding in exchange.", - "category": "Samaranch, Juan Antonio", - "link": "https://www.nytimes.com/2021/12/14/business/china-olympics-peng-shuai-samaranch.html", - "creator": "Li Yuan", - "pubDate": "Tue, 14 Dec 2021 11:15:55 +0000", + "title": "On the Banks of the Furious Congo River, a 5-Star Emporium of Ambition", + "description": "As the clean energy revolution upends the centuries-long lock of fossil fuels on the global economy, dealmakers and hustlers converge on the Fleuve Congo Hotel.", + "content": "As the clean energy revolution upends the centuries-long lock of fossil fuels on the global economy, dealmakers and hustlers converge on the Fleuve Congo Hotel.", + "category": "Mines and Mining", + "link": "https://www.nytimes.com/2021/12/07/world/congo-cobalt-investor-fleuve-hotel.html", + "creator": "Dionne Searcey, Eric Lipton, Michael Forsythe and Ashley Gilbertson", + "pubDate": "Tue, 07 Dec 2021 20:51:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162922,20 +188099,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d56862368bf39eb6312d9680f4f79f6f" + "hash": "3e3b34d5b15c61ca3b6d7c3ce9d1a351" }, { - "title": "Belarus Opposition Leader Is Sentenced to 18 Years in Prison", - "description": "The activist Sergei Tikhanovsky planned to challenge the country’s authoritarian leader, Aleksandr G. Lukashenko, in a presidential election last year. He was arrested before the vote and his wife stepped in.", - "content": "A photograph of Sergei Tikhanovsky, the detained Belarusian opposition activist and blogger, displayed at a demonstration in Minsk in August 2020.", - "category": "Elections", - "link": "https://www.nytimes.com/2021/12/14/world/europe/belarus-opposition-sergei-tikhanovsky.html", - "creator": "Ivan Nechepurenko", - "pubDate": "Tue, 14 Dec 2021 19:18:35 +0000", + "title": "Michael Steinhardt, Billionaire, Surrenders $70 Million in Stolen Relics", + "description": "The hedge fund pioneer is barred for life from buying more antiquities. He turned over 180 stolen objects that had decorated his homes and office.", + "content": "The hedge fund pioneer is barred for life from buying more antiquities. He turned over 180 stolen objects that had decorated his homes and office.", + "category": "Arts and Antiquities Looting", + "link": "https://www.nytimes.com/2021/12/06/arts/design/steinhardt-billionaire-stolen-antiquities.html", + "creator": "Tom Mashberg", + "pubDate": "Tue, 07 Dec 2021 02:54:33 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162943,20 +188119,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e59d7677b50df0ddfadb8c47b8e6f5eb" + "hash": "ddd043e6d34db0b3a8f741534910456a" }, { - "title": "How Inflation Affects Turkey's Struggling Economy", - "description": "Even before the pandemic, Turkey was trying to ward off financial meltdown. The crisis has accelerated as President Recep Tayyip Erdogan has doubled down on his unorthodox policies.", - "content": "People lined up to purchase bread in Istanbul, Turkey, last week.", - "category": "Erdogan, Recep Tayyip", - "link": "https://www.nytimes.com/2021/12/14/business/economy/turkey-inflation-economy-lira.html", - "creator": "Patricia Cohen", - "pubDate": "Tue, 14 Dec 2021 21:16:31 +0000", + "title": "Omicron, Instagram, Great Performers: Your Wednesday Evening Briefing", + "description": "Here’s what you need to know at the end of the day.", + "content": "Here’s what you need to know at the end of the day.", + "category": "", + "link": "https://www.nytimes.com/2021/12/08/briefing/omicron-instagram-great-performers.html", + "creator": "Remy Tumin", + "pubDate": "Wed, 08 Dec 2021 22:33:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162964,20 +188139,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "00b34cb5b702a07a46bf9c27a1804fb0" + "hash": "9192a3c4fbe1530ab3cdd1be53dc885d" }, { - "title": "Wirecutter Union Reaches Deal With New York Times Co.", - "description": "The contract, which the union’s members will vote on, includes immediate average wage increases of about $5,000 and 3 percent raises for each year of the deal, which runs through February 2024.", - "content": "The contract, which the union’s members will vote on, includes immediate average wage increases of about $5,000 and 3 percent raises for each year of the deal, which runs through February 2024.", - "category": "Organized Labor", - "link": "https://www.nytimes.com/2021/12/14/business/media/wirecutter-union-contract.html", - "creator": "Katie Robertson", - "pubDate": "Tue, 14 Dec 2021 20:23:31 +0000", + "title": "Why Ukraine Matters to Vladimir Putin", + "description": "Amid fears that Moscow is preparing for an invasion, one thing is clear: The Russian president has a singular fixation on the former Soviet republic.", + "content": "Amid fears that Moscow is preparing for an invasion, one thing is clear: The Russian president has a singular fixation on the former Soviet republic.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/08/podcasts/the-daily/putin-russian-military-ukraine.html", + "creator": "Michael Barbaro, Eric Krupke, Rachelle Bonja, Luke Vander Ploeg, Mike Benoist, Dan Powell, Marion Lozano and Chris Wood", + "pubDate": "Wed, 08 Dec 2021 11:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -162985,20 +188159,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8a1c435191b89e71c52f37f1cec8eb7" + "hash": "0d73a36b94eb881cbdf39ea91c0aea95" }, { - "title": "Business Updates: Toyota Outlines Plans to Expand Electric Car Sales", - "description": "The International Energy Agency said that the key factor in its improved outlook was rising production in the United States, Canada and Brazil.", - "content": "The International Energy Agency said that the key factor in its improved outlook was rising production in the United States, Canada and Brazil.", + "title": "Trial Over Daunte Wright’s Death Begins", + "description": "The prosecution showed video of Kimberly Potter, a former police officer, shooting Mr. Wright, a Black man. The defense described it as a tragic accident.", + "content": "The prosecution showed video of Kimberly Potter, a former police officer, shooting Mr. Wright, a Black man. The defense described it as a tragic accident.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/14/business/news-business-stock-market", + "link": "https://www.nytimes.com/live/2021/12/08/us/daunte-wright-kim-potter-trial", "creator": "The New York Times", - "pubDate": "Tue, 14 Dec 2021 22:11:46 +0000", + "pubDate": "Wed, 08 Dec 2021 20:35:25 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163006,20 +188179,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4b17b3044a10d99c9114a509a74b5e7" + "hash": "3cff1f969e599d412831e96e7d064a05" }, { - "title": "Nai-Ni Chen, Whose Dances Merged East and West, Dies at 62", - "description": "Ms. Chen, who founded the Nai-Ni Chen Dance Company in 1988, died while swimming in Hawaii, where she was vacationing.", - "content": "Nai-Ni Chen performing in “Passage to the Silk River” at New York City Center’s Fall for Dance Festival in 2005. “I like to integrate both aesthetics, Eastern and Western,” Ms. Chen, who founded the company named for her, once said.", - "category": "Dancing", - "link": "https://www.nytimes.com/2021/12/13/arts/dance/nai-ni-chen-dead.html", - "creator": "Neil Genzlinger", - "pubDate": "Mon, 13 Dec 2021 23:31:28 +0000", + "title": "Greg Tate, Influential Critic of Black Culture, Dies at 64", + "description": "His writing for The Village Voice and other publications helped elevate hip-hop and street art to the same planes as jazz and Abstract Expressionism.", + "content": "His writing for The Village Voice and other publications helped elevate hip-hop and street art to the same planes as jazz and Abstract Expressionism.", + "category": "Tate, Greg (Author)", + "link": "https://www.nytimes.com/2021/12/08/arts/music/greg-tate-dead.html", + "creator": "Clay Risen", + "pubDate": "Wed, 08 Dec 2021 23:13:34 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163027,20 +188199,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4982f760fa3f433333e756dcb01d6c8a" + "hash": "c0477bf01b70736ca7dbf87baa96495a" }, { - "title": "The Fed Meets Amid Faster Inflation and Prepares to React", - "description": "The Federal Reserve could announce plans to cut economic support faster, and may signal 2022 rate increases, at its Dec. 14-15 meeting.", - "content": "Jerome H. Powell, the Federal Reserve chair, has signaled that the central bank is growing more worried about inflation and could move to withdraw economic support more quickly.", - "category": "Interest Rates", - "link": "https://www.nytimes.com/2021/12/14/business/economy/fed-meeting-inflation.html", - "creator": "Jeanna Smialek", - "pubDate": "Tue, 14 Dec 2021 22:09:56 +0000", + "title": "Lawmakers Urge Instagram's Adam Mosseri to Better Protect Children", + "description": "Adam Mosseri, the company’s leader, was asked to appear before a Senate panel after internal research leaked that said the app had a toxic effect on some teenagers.", + "content": "Adam Mosseri, the company’s leader, was asked to appear before a Senate panel after internal research leaked that said the app had a toxic effect on some teenagers.", + "category": "Social Media", + "link": "https://www.nytimes.com/2021/12/08/technology/adam-mosseri-instagram-senate.html", + "creator": "Cecilia Kang", + "pubDate": "Wed, 08 Dec 2021 23:13:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163048,20 +188219,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b63a932ec0ff03eb6943d2cecf39cf54" + "hash": "1e0c03d946635972fafbbb1cd9f3c439" }, { - "title": "Heavy Rain and Snow Are Expected Over Much of California", - "description": "The state was blanketed by a variety of weather warnings, with more than five feet of snow predicted for parts of the Sierra Nevada.", - "content": "A storm brought heavy rainfall and wind to San Francisco and other parts of Northern California on Monday.", - "category": "California", - "link": "https://www.nytimes.com/2021/12/14/us/california-snow-rain-storm.html", - "creator": "Derrick Bryson Taylor", - "pubDate": "Tue, 14 Dec 2021 21:35:04 +0000", + "title": "Business Updates: Apple Can Delay Changes to App Store Rules, Court Says", + "description": "The chief executives of six cryptocurrency companies will face questions from the House Financial Services Committee about risk and regulation.", + "content": "The chief executives of six cryptocurrency companies will face questions from the House Financial Services Committee about risk and regulation.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/08/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Wed, 08 Dec 2021 23:25:39 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163069,20 +188239,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b157981faf220e3c1ffcdc5c6bb61ed0" + "hash": "b1b408c9b04c7d3c9a0e60928c69c38c" }, { - "title": "Paris 2024 Floats Openness After Two Closed-Door Olympics", - "description": "French organizers approved a sprawling opening ceremony, with athletes floating down the Seine in a parade of boats, but to date they have not criticized China.", - "content": "French organizers approved a sprawling opening ceremony, with athletes floating down the Seine in a parade of boats, but to date they have not criticized China.", - "category": "International Olympic Committee", - "link": "https://www.nytimes.com/2021/12/13/sports/olympics/paris-2024-beijing-2022.html", - "creator": "Matthew Futterman", - "pubDate": "Tue, 14 Dec 2021 21:46:41 +0000", + "title": "Tiger Woods Set to Play the PNC Championship With His Son", + "description": "The golfer, who is still recovering from a serious car crash in February, has not competed in a tournament since he and his son, Charlie, last played in the family team event a year ago.", + "content": "The golfer, who is still recovering from a serious car crash in February, has not competed in a tournament since he and his son, Charlie, last played in the family team event a year ago.", + "category": "Golf", + "link": "https://www.nytimes.com/2021/12/08/sports/golf/tiger-woods-charlie-pnc-championship.html", + "creator": "Bill Pennington", + "pubDate": "Wed, 08 Dec 2021 22:10:57 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163090,20 +188259,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a98054cf12c7636b0bd35008b565c85" + "hash": "9f8dce6e3ac3fd5d7970ef238989c9e9" }, { - "title": "Mackenzie Davis Catches Fire", - "description": "In the new HBO Max series “Station Eleven,” Davis plays the lead as a tough but vulnerable survivor of a pandemic. She had ample experience to draw from.", - "content": "“Like anybody else, I had a number of hugely upsetting events happen in the last two years,” Mackenzie Davis said. Her latest role provided a chance to grapple with some of those feelings.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/14/arts/television/mackenzie-davis-station-eleven.html", - "creator": "Coralie Kraft", - "pubDate": "Tue, 14 Dec 2021 19:26:36 +0000", + "title": "After Warm Start to Snow Season, Colorado Resorts Look for Relief", + "description": "Record high temperatures have left mountain resorts across the state reliant on artificial snow. Winter storms predicted for this week could change that.", + "content": "Record high temperatures have left mountain resorts across the state reliant on artificial snow. Winter storms predicted for this week could change that.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2021/12/08/us/colorado-winter-weather-snow.html", + "creator": "Christine Chung", + "pubDate": "Wed, 08 Dec 2021 18:25:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163111,20 +188279,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fca4edccc37a26cf2d137e097c7607a9" - }, - { - "title": "Famed for Fiction, Jim Harrison Was Also a Poet of Prodigious Appetites", - "description": "Pleasure and mortality are the twin themes of Harrison’s mammoth “Complete Poems,” spanning his career from his 1965 debut to his 2016 death.", - "content": "Pleasure and mortality are the twin themes of Harrison’s mammoth “Complete Poems,” spanning his career from his 1965 debut to his 2016 death.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/14/books/review/jim-harrison-complete-poems.html", - "creator": "Troy Jollimore", - "pubDate": "Tue, 14 Dec 2021 16:40:33 +0000", + "hash": "fb9e8ea70db030e9e1b332e32aaa577d" + }, + { + "title": "Yusaku Maezawa, Japanese Billionaire, Arrives at Space Station", + "description": "Yusaku Maezawa, the founder of the clothing retailer Zozo, will spend 12 days in orbit with a production assistant who will document his stay.", + "content": "Yusaku Maezawa, the founder of the clothing retailer Zozo, will spend 12 days in orbit with a production assistant who will document his stay.", + "category": "Maezawa, Yusaku", + "link": "https://www.nytimes.com/2021/12/08/science/yusaku-maezawa-space-station.html", + "creator": "Joey Roulette", + "pubDate": "Wed, 08 Dec 2021 16:32:33 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163132,20 +188299,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "96468272ba660f0f6e8f96253836119e" + "hash": "0411955f9ec6502f2dba217d5d87f988" }, { - "title": "Why Shouldn’t Housing for the Homeless Be Beautiful?", - "description": "An exhibition highlights creative solutions by architects around the world to the problem of homelessness.", - "content": "An exhibition highlights creative solutions by architects around the world to the problem of homelessness.", - "category": "Homeless Persons", - "link": "https://www.nytimes.com/2021/11/25/arts/design/homeless-architecture-whos-next-munich.html", - "creator": "Thomas Rogers", - "pubDate": "Fri, 26 Nov 2021 16:05:12 +0000", + "title": "Better.com C.E.O. Apologizes for Firing Workers Over Zoom", + "description": "Vishal Garg said in a letter to employees on Tuesday that he had failed to show “respect and appreciation” in the call, which has been widely criticized.", + "content": "Vishal Garg said in a letter to employees on Tuesday that he had failed to show “respect and appreciation” in the call, which has been widely criticized.", + "category": "Layoffs and Job Reductions", + "link": "https://www.nytimes.com/2021/12/08/business/better-zoom-layoffs-vishal-garg.html", + "creator": "Derrick Bryson Taylor and Jenny Gross", + "pubDate": "Wed, 08 Dec 2021 16:46:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163153,20 +188319,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "736ce2c376fa134a6a51280ae90016e2" + "hash": "40dd181af94eb6c150658f30ab5d2661" }, { - "title": "Seton Hall and Rutgers Shake Up Men's Basketball Rankings", - "description": "No. 16 Seton Hall has two wins over top-10 teams, and Rutgers upset No. 1 Purdue after a rough start. They revived their rivalry Sunday after a one-year hiatus.", - "content": "No. 16 Seton Hall has two wins over top-10 teams, and Rutgers upset No. 1 Purdue after a rough start. They revived their rivalry Sunday after a one-year hiatus.", - "category": "Basketball (College)", - "link": "https://www.nytimes.com/2021/12/13/sports/rutgers-seton-hall-mens-basketball.html", - "creator": "Billy Witz", - "pubDate": "Mon, 13 Dec 2021 23:48:37 +0000", + "title": "Wrong Man Arrested Over Khashoggi Killing, France Says", + "description": "The French authorities released a Saudi man who shared the name and age of a suspect in the murder of the dissident writer, saying it was a case of mistaken identity.", + "content": "The French authorities released a Saudi man who shared the name and age of a suspect in the murder of the dissident writer, saying it was a case of mistaken identity.", + "category": "Khashoggi, Jamal", + "link": "https://www.nytimes.com/2021/12/08/world/europe/france-khashoggi-arrest-mistaken-identity.html", + "creator": "Aurelien Breeden", + "pubDate": "Wed, 08 Dec 2021 14:47:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163174,20 +188339,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8334f850dbcd0f201fbbfc9195053e14" + "hash": "b6f7ccd542c1fe078907310b769cd716" }, { - "title": "Jan. 6 Committee Recommends Contempt Charge for Mark Meadows", - "description": "The panel sent a criminal contempt of Congress referral to the full House, as the extent of Mark Meadows’s role in President Donald J. Trump’s efforts to overturn the election became clearer.", - "content": "The House committee acted after Mark Meadows, the former chief of staff for President Donald J. Trump, shifted from partially participating in the inquiry to waging a legal fight against the committee.", - "category": "Meadows, Mark R (1959- )", - "link": "https://www.nytimes.com/2021/12/13/us/politics/mark-meadows-contempt.html", - "creator": "Luke Broadwater and Alan Feuer", - "pubDate": "Tue, 14 Dec 2021 03:43:41 +0000", + "title": "Getting Married in the Metaverse", + "description": "One couple’s recent nuptials in the virtual world known as the metaverse showcase the possibilities of having a wedding unfettered by the bounds of reality.", + "content": "One couple’s recent nuptials in the virtual world known as the metaverse showcase the possibilities of having a wedding unfettered by the bounds of reality.", + "category": "Virtual Reality (Computers)", + "link": "https://www.nytimes.com/2021/12/08/fashion/metaverse-virtual-wedding.html", + "creator": "Steven Kurutz", + "pubDate": "Wed, 08 Dec 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163195,20 +188359,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8aceabaf4f169c2b8d2de93ea198c884" + "hash": "0c1eb3c94d29f0302032f58a99a3102f" }, { - "title": "Fox News Hosts Sent Texts to Mark Meadows During Jan. 6 Attack", - "description": "Afterward, on their shows, Laura Ingraham spread the false claim of antifa involvement, and Sean Hannity referred to the 2020 election as a “train wreck.”", - "content": "Afterward, on their shows, Laura Ingraham spread the false claim of antifa involvement, and Sean Hannity referred to the 2020 election as a “train wreck.”", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/13/business/media/fox-news-trump-jan-6-meadows.html", - "creator": "Jim Windolf and John Koblin", - "pubDate": "Tue, 14 Dec 2021 03:39:17 +0000", + "title": "It’s a Good Time to Be Reba McEntire", + "description": "With new music, movies and memes, the country singer has kept busy during the pandemic.", + "content": "With new music, movies and memes, the country singer has kept busy during the pandemic.", + "category": "McEntire, Reba", + "link": "https://www.nytimes.com/2021/12/07/style/reba-mcentire.html", + "creator": "Brennan Carley", + "pubDate": "Wed, 08 Dec 2021 18:22:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163216,20 +188379,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4518f88d8fd9a8dab848ed80f7122a64" + "hash": "bf92caea2aea13f743eb6671b14f353d" }, { - "title": "Lawyers Clash Again Over Subpoena for Trump’s Financial Records", - "description": "The long-running case dates back to an early 2019 House Oversight Committee demand to see years of the then-president’s financial data.", - "content": "Former President Donald J. Trump filed a lawsuit against the accounting firm Mazars USA to block it from complying with a congressional subpoena.", - "category": "Trump Tax Returns", - "link": "https://www.nytimes.com/2021/12/13/us/politics/trump-subpoena-financial-records.html", - "creator": "Charlie Savage", - "pubDate": "Tue, 14 Dec 2021 00:07:18 +0000", + "title": "This Creamy Fall Orzo Recipe Will Please Anyone Who Loves a Cozy Porridge", + "description": "This hearty, meatless meal from Melissa Clark is full of tender pasta, butternut squash and lots of warming brown butter — just the thing for a blustery evening.", + "content": "This hearty, meatless meal from Melissa Clark is full of tender pasta, butternut squash and lots of warming brown butter — just the thing for a blustery evening.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/03/dining/fall-orzo-recipe.html", + "creator": "Melissa Clark", + "pubDate": "Mon, 06 Dec 2021 18:51:02 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163237,20 +188399,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "136fb47d8f346278bce166becae20269" + "hash": "59d742ece4928cc1029bd66c35a10a12" }, { - "title": "Jail Officer Who Led Others to Safety Is Among the 74 Killed in Tornadoes", - "description": "Families were mourning in several states after a swarm of tornadoes left a trail of destruction. “It’s almost crushing how it feels,” said Kentucky’s governor, Andy Beshear.", - "content": "Volunteers cleared debris in Mayfield, Ky., on Monday.", - "category": "Tornadoes", - "link": "https://www.nytimes.com/2021/12/13/us/kentucky-tornado-victims.html", - "creator": "Edgar Sandoval, Tariro Mzezewa and Christine Hauser", - "pubDate": "Tue, 14 Dec 2021 01:47:19 +0000", + "title": "Mr. Men Little Miss Books Stand the (Silly, Splendid, Topsy-Turvy) Test of Time", + "description": "Mr. Men Little Miss, the children’s book series created by Roger Hargreaves, turns 50 this year.", + "content": "Mr. Men Little Miss, the children’s book series created by Roger Hargreaves, turns 50 this year.", + "category": "genre-books-childrens", + "link": "https://www.nytimes.com/2021/12/08/books/mr-men-little-miss-books.html", + "creator": "Liza Weisstuch", + "pubDate": "Wed, 08 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163258,20 +188419,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0847210a86876a04c20d1ed4434d645c" + "hash": "d1b3564fff11ba0c7347eac4093417a1" }, { - "title": "Kentucky Tornadoes Followed Flash Floods, Ice Storm and a Covid Spike", - "description": "Even before the catastrophic storm claimed dozens of lives, a state and its governor have been repeatedly tested.", - "content": "An apartment complex in Dawson Village, Ky., was nearly erased by the storm that hit on Friday night.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/13/us/kentucky-tornado-disaster-governor.html", - "creator": "Rick Rojas and Richard Fausset", - "pubDate": "Tue, 14 Dec 2021 01:52:56 +0000", + "title": "Pfizer-BioNTech Says Booster Offers Significant Omicron Protection", + "description": "The companies said three doses of the vaccine are effective against the variant, but two doses alone “may not be sufficient.” Here’s the latest on Covid.", + "content": "The companies said three doses of the vaccine are effective against the variant, but two doses alone “may not be sufficient.” Here’s the latest on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/08/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Wed, 08 Dec 2021 22:21:29 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163279,20 +188439,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2c59cfe555ab5b3f535a8d3b2116024" + "hash": "070c1776c15b2fd096d685f59e0221ee" }, { - "title": "Israeli Prime Minister Holds Historic Meeting With U.A.E Crown Prince", - "description": "Prime Minister Naftali Bennett and Prince Mohammed bin Zayed of the United Arab Emirates met for four hours on the Israeli leader’s first official trip to the Gulf state.", - "content": "Prime Minister Naftali Bennett of Israel, left, and Crown Prince Mohammed bin Zayed of the United Arab Emirates in Abu Dhabi on Monday.", - "category": "Bennett, Naftali", - "link": "https://www.nytimes.com/2021/12/13/world/middleeast/israel-uae-naftali-bennett.html", - "creator": "Patrick Kingsley", - "pubDate": "Mon, 13 Dec 2021 13:52:56 +0000", + "title": "Jan. 6 Committee to Cite Mark Meadows for Criminal Contempt", + "description": "The select committee investigating the Capitol riot said it would prepare a criminal contempt of Congress referral against Mark Meadows, who was President Donald J. Trump’s chief of staff on Jan. 6.", + "content": "The select committee investigating the Capitol riot said it would prepare a criminal contempt of Congress referral against Mark Meadows, who was President Donald J. Trump’s chief of staff on Jan. 6.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/08/us/politics/mark-meadows-contempt-jan-6-committee.html", + "creator": "Luke Broadwater", + "pubDate": "Wed, 08 Dec 2021 21:52:22 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163300,20 +188459,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "490708320335bb66b8d9bb77459671b6" + "hash": "03872024a2f0238b779b0af64aa51574" }, { - "title": "Israel Finds Planes That Could Be Key to a Strike on Iran Badly Back-Ordered", - "description": "The United States told Israel it was unlikely to deliver refueling tankers before 2024, amid tensions between the two nations over how to deal with Iran’s nuclear program.", - "content": "A United States Air Force KC-46 jet in flight this year. KC-46 refueling tankers could prove critical to Israel in efforts to strike Iran’s nuclear facilities. ", - "category": "Israel", - "link": "https://www.nytimes.com/2021/12/13/us/politics/israel-tankers-iran.html", - "creator": "David E. Sanger, Ronen Bergman and Helene Cooper", - "pubDate": "Tue, 14 Dec 2021 03:17:23 +0000", + "title": "De Blasio Fought for 2 Years to Keep Ethics Warning Secret. Here’s Why.", + "description": "Mayor Bill de Blasio was warned that he created an “appearance of coercion and improper access” by directly contacting donors who had business before the city.", + "content": "Mayor Bill de Blasio was warned that he created an “appearance of coercion and improper access” by directly contacting donors who had business before the city.", + "category": "de Blasio, Bill", + "link": "https://www.nytimes.com/2021/12/08/nyregion/de-blasio-donors-nyc.html", + "creator": "William Neuman", + "pubDate": "Wed, 08 Dec 2021 22:22:41 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163321,20 +188479,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "81fc12e625ddf499d1e5f29eba1c7232" + "hash": "d55d06a0a7eb7d22dba336cf7d69aba7" }, { - "title": "Manchin Casts Doubt on Quick Vote on Biden’s Social Policy Bill", - "description": "The West Virginia Democrat said he still harbored serious concerns about the $2.2 trillion measure, potentially frustrating his party’s push to win Senate approval before Christmas.", - "content": "Senator Joe Manchin III has called the current trend of inflation “alarming.”", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/13/us/politics/manchin-social-policy-bill.html", - "creator": "Emily Cochrane", - "pubDate": "Mon, 13 Dec 2021 23:49:56 +0000", + "title": "Yes, Americans Should Get Free Tests", + "description": "We need every option available to return to normal.", + "content": "We need every option available to return to normal.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2021/12/08/opinion/free-covid-test-biden.html", + "creator": "Aaron E. Carroll", + "pubDate": "Wed, 08 Dec 2021 20:11:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163342,20 +188499,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1ae67dad62bca92a43173c836c464dd" + "hash": "74bf3809fab8d535d57559ab066452d5" }, { - "title": "To Understand Our Future on Earth, Look to the Laws That Govern Nature", - "description": "In “A Natural History of the Future,” Rob Dunn turns to ecology as a way of figuring out just how the planet will be altered by climate change.", - "content": "In “A Natural History of the Future,” Rob Dunn turns to ecology as a way of figuring out just how the planet will be altered by climate change.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/09/books/review/a-natural-history-of-the-future-rob-dunn.html", - "creator": "Peter Brannen", - "pubDate": "Thu, 09 Dec 2021 10:00:04 +0000", + "title": "What Does Russia Want With Ukraine?", + "description": "And why people are fearing war there.", + "content": "And why people are fearing war there.", + "category": "Russia", + "link": "https://www.nytimes.com/2021/12/08/briefing/biden-putin-ukraine-border-tensions.html", + "creator": "David Leonhardt", + "pubDate": "Wed, 08 Dec 2021 15:01:50 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163363,20 +188519,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb25fe05120002ad8e11864b3eb2d8d6" + "hash": "4fdba8037590928cf038b2689b9147b5" }, { - "title": "Vicente Fernández, the King of Machos and Heartbreak", - "description": "The singer’s brand of machismo may have frayed, but for many, he was the ideal of what it means to be hard-working, hard-loving Mexican man.", - "content": "The singer Vicente Fernández, who was the king of ranchera music, performed at the Latin Grammy Awards in 2019. He died on Sunday at 81.", - "category": "Fernandez, Vicente", - "link": "https://www.nytimes.com/2021/12/13/arts/music/vicente-fernandez-influence.html", - "creator": "Maira Garcia", - "pubDate": "Tue, 14 Dec 2021 00:37:34 +0000", + "title": "With Olaf Scholz at the Helm in Germany, a New, Uncertain Chapter", + "description": "After 16 years, Angela Merkel handed over the German chancellery to Olaf Scholz, leaving behind a changed country and a polarizing legacy.", + "content": "After 16 years, Angela Merkel handed over the German chancellery to Olaf Scholz, leaving behind a changed country and a polarizing legacy.", + "category": "Merkel, Angela", + "link": "https://www.nytimes.com/2021/12/08/world/europe/germany-merkel-scholz-chancellor-government.html", + "creator": "Katrin Bennhold and Melissa Eddy", + "pubDate": "Wed, 08 Dec 2021 20:55:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163384,20 +188539,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "280b60c477f34746e89a148022eadb65" + "hash": "ff4fe63b26132a765a264f9a126ea31c" }, { - "title": "We’re Edging Closer to Civil War", - "description": "I see too many uneasy parallels between what was happening nearly 200 years ago and what is happening now over abortion.", - "content": "I see too many uneasy parallels between what was happening nearly 200 years ago and what is happening now over abortion.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/12/opinion/abortion-rights-america.html", - "creator": "Charles M. Blow", - "pubDate": "Sun, 12 Dec 2021 20:00:06 +0000", + "title": "Can an Athlete’s Blood Enhance Brainpower?", + "description": "Scientists who injected idle mice with blood from athletic mice found improvements in learning and memory. The findings could have implications for Alzheimer’s research and beyond.", + "content": "Scientists who injected idle mice with blood from athletic mice found improvements in learning and memory. The findings could have implications for Alzheimer’s research and beyond.", + "category": "Animal Cognition", + "link": "https://www.nytimes.com/2021/12/08/science/mice-blood-alzheimers.html", + "creator": "Pam Belluck", + "pubDate": "Wed, 08 Dec 2021 19:22:59 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163405,20 +188559,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "04d8f066e78a255e803f1ea7778b18d5" + "hash": "8a8cb33f57c1c9c31b5a73c076747c30" }, { - "title": "Explore the Sound of Activism With Tom Morello", - "description": "Songs and social movements often go hand in hand. What music defines our politically charged times? Join a virtual event on Dec. 15.", - "content": "Songs and social movements often go hand in hand. What music defines our politically charged times? Join a virtual event on Dec. 15.", - "category": "Music", - "link": "https://www.nytimes.com/2021/11/30/opinion/explore-the-sound-of-activism-with-tom-morello.html", + "title": "Business Updates: Head of Instagram Testifies Before Senate Panel", + "description": "The chief executives of six cryptocurrency companies will face questions from the House Financial Services Committee about risk and regulation.", + "content": "The chief executives of six cryptocurrency companies will face questions from the House Financial Services Committee about risk and regulation.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/08/business/news-business-stock-market", "creator": "The New York Times", - "pubDate": "Tue, 30 Nov 2021 21:31:35 +0000", + "pubDate": "Wed, 08 Dec 2021 20:35:25 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163426,20 +188579,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "91e6c9a2a26a3d2d2f490230e42aa921" + "hash": "a6680e4435ecf634318111172c26e3a7" }, { - "title": "No Escape From the Pandemic Puppy Bubble", - "description": "A humorous take on dog obsession and the joys of having a pet lizard.", - "content": "A humorous take on dog obsession and the joys of having a pet lizard.", - "category": "Dogs", - "link": "https://www.nytimes.com/2021/12/12/opinion/pandemic-dogs-pets.html", - "creator": "Jon Methven", - "pubDate": "Sun, 12 Dec 2021 16:01:51 +0000", + "title": "India’s Top Military General, Bipin Rawat, Dies in Helicopter Crash", + "description": "Gen. Bipin Rawat, who was killed along with his wife and 11 others on board, was in charge of overhauling a military that has struggled to modernize.", + "content": "Gen. Bipin Rawat, who was killed along with his wife and 11 others on board, was in charge of overhauling a military that has struggled to modernize.", + "category": "Aviation Accidents, Safety and Disasters", + "link": "https://www.nytimes.com/2021/12/08/world/asia/helicopter-crash-india-top-general.html", + "creator": "Suhasini Raj and Mujib Mashal", + "pubDate": "Wed, 08 Dec 2021 19:38:28 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163447,20 +188599,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e387f692a5468658ead1703e2e91baab" + "hash": "48963db9d39e449766cc32ada087d8dd" }, { - "title": "Detecting Signs of Trouble in Schools", - "description": "Discussing steps to reduce the number of school shootings. Also: Book censorship; hunger in Afghanistan; abortion after incest; what kind of America? ", - "content": "  ", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/13/opinion/letters/school-shootings.html", - "creator": "", - "pubDate": "Mon, 13 Dec 2021 16:26:30 +0000", + "title": "Proposal Would Allow E.U. to Retaliate Against Economic Pressure", + "description": "The European Commission is considering sweeping powers to impose punitive sanctions on those seeking to influence its political policies through economic pressure.", + "content": "The European Commission is considering sweeping powers to impose punitive sanctions on those seeking to influence its political policies through economic pressure.", + "category": "European Union", + "link": "https://www.nytimes.com/2021/12/08/world/europe/eu-sanctions-economic-retaliation.html", + "creator": "Monika Pronczuk", + "pubDate": "Wed, 08 Dec 2021 20:18:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163468,20 +188619,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "15d05b6ea1906439614c90a89f32fd8d" + "hash": "9e52910e726c0e94ffa7411ac4d062e4" }, { - "title": "The Upcoming Elections That Could Shake Both Parties", - "description": "Control of the Senate hangs on a few state races.", - "content": "John Fetterman wants Pennsylvania Democrats’ nomination to run for the Senate.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/12/opinion/elections-republicans-2022.html", - "creator": "Michelle Cottle", - "pubDate": "Mon, 13 Dec 2021 00:59:22 +0000", + "title": "Pastor Who Appeared in Drag on HBO's 'We're Here' Leaves Church", + "description": "A United Methodist Church pastor in Indiana stepped down after performing in drag and speaking about inclusion on the show “We’re Here.”", + "content": "A United Methodist Church pastor in Indiana stepped down after performing in drag and speaking about inclusion on the show “We’re Here.”", + "category": "Ministers (Protestant)", + "link": "https://www.nytimes.com/2021/12/08/us/indiana-pastor-drag-hbo.html", + "creator": "Amanda Holpuch", + "pubDate": "Wed, 08 Dec 2021 18:35:25 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163489,20 +188639,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a3f43fc61fbf394ad5212a54b7e7046" + "hash": "d8f3e9473c05930e1f2bf6567def8d09" }, { - "title": "As a Secret Unit Pounded ISIS, Civilian Deaths Mounted", - "description": "An American strike cell alarmed its partners as it raced to defeat the enemy.", - "content": "Talon Anvil directed thousands of strikes against Islamic State fighters in Syria, but former and current officials said its aggressive approach regularly killed civilians.", - "category": "Civilian Casualties", - "link": "https://www.nytimes.com/2021/12/12/us/civilian-deaths-war-isis.html", - "creator": "Dave Philipps, Eric Schmitt and Mark Mazzetti", - "pubDate": "Sun, 12 Dec 2021 08:00:12 +0000", + "title": "House Passes $768 Billion Defense Policy Bill", + "description": "Lawmakers tossed out some bipartisan provisions as they rushed to advance the bill, which would increase the Pentagon’s budget by more than what President Biden had requested.", + "content": "Lawmakers tossed out some bipartisan provisions as they rushed to advance the bill, which would increase the Pentagon’s budget by more than what President Biden had requested.", + "category": "Law and Legislation", + "link": "https://www.nytimes.com/2021/12/07/us/politics/defense-budget-democrats-biden.html", + "creator": "Catie Edmondson", + "pubDate": "Wed, 08 Dec 2021 04:38:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163510,20 +188659,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bbb249c0d2fd9cbdd4d15583d79b33d" + "hash": "ef3b29dbd2dfea724123fe317b7fd00e" }, { - "title": "Chris Wallace Leaves Fox News as Right-Wing Hosts Hold Sway", - "description": "The “Fox News Sunday” anchor had been with the network for 18 years, and often dissented from the views of his pro-Trump colleagues.", - "content": "The “Fox News Sunday” anchor Chris Wallace at his home in Annapolis, Md., last year.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/12/business/media/chris-wallace-fox-news.html", - "creator": "Michael M. Grynbaum", - "pubDate": "Mon, 13 Dec 2021 01:52:35 +0000", + "title": "House Passes Legislation to Pave Way for Debt Ceiling Increase", + "description": "The bill would provide a one-time pathway for the Senate to raise the debt ceiling on a simple majority vote, skirting Republican obstruction.", + "content": "The bill would provide a one-time pathway for the Senate to raise the debt ceiling on a simple majority vote, skirting Republican obstruction.", + "category": "Senate", + "link": "https://www.nytimes.com/2021/12/07/us/politics/debt-ceiling-deal-congress.html", + "creator": "Emily Cochrane and Margot Sanger-Katz", + "pubDate": "Wed, 08 Dec 2021 02:36:48 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163531,20 +188679,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "08d0f8944c17736d48c319032c5a5521" + "hash": "918059cea5dce1cb81262475aaf63bb2" }, { - "title": "Robberies. Drought. Tent Camps. Los Angeles’s Next Mayor Faces a Litany of Crises.", - "description": "The city’s unease could prove pivotal next year, when Los Angeles will elect a new mayor in a contest that civic leaders say will have the highest stakes in decades.", - "content": "A homeless encampment in Los Angeles, where more than nine in 10 county residents said homelessness was a serious or very serious problem.", - "category": "Los Angeles (Calif)", - "link": "https://www.nytimes.com/2021/12/12/us/los-angeles-mayor-race.html", - "creator": "Shawn Hubler and Jill Cowan", - "pubDate": "Sun, 12 Dec 2021 17:50:03 +0000", + "title": "Debate Over ‘Packing’ Supreme Court Divides Biden Panel", + "description": "The bipartisan group voted 34 to 0 to send the president a report analyzing ideas like Supreme Court expansion, but it declined to take a stand.", + "content": "The bipartisan group voted 34 to 0 to send the president a report analyzing ideas like Supreme Court expansion, but it declined to take a stand.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/07/us/politics/supreme-court-packing-expansion.html", + "creator": "Charlie Savage", + "pubDate": "Wed, 08 Dec 2021 04:44:57 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163552,20 +188699,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d23e9ae572f2e0435f622699400f442" + "hash": "691a7d684282d73459b6d5d8ab48307d" }, { - "title": "Democrats Back Biden, But No Consensus About Plan B for 2024", - "description": "Leaders with White House aspirations all say they’ll support the president for another term. But there is no shortage of chatter about the options if he continues to falter.", - "content": "President Biden has told associates, and his press secretary has confirmed, that he plans to run for re-election in 2024.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/12/us/politics/biden-democrats-2024.html", - "creator": "Jonathan Martin and Alexander Burns", - "pubDate": "Sun, 12 Dec 2021 15:57:05 +0000", + "title": "Lawmakers Reach Deal to Overhaul How Military Handles Sexual Assault Cases", + "description": "Under the agreement, commanders’ powers would be clipped after years of complaints about unfairness and retaliation.", + "content": "Under the agreement, commanders’ powers would be clipped after years of complaints about unfairness and retaliation.", + "category": "United States Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/07/us/politics/military-sexual-assault-congress.html", + "creator": "Jennifer Steinhauer", + "pubDate": "Wed, 08 Dec 2021 02:20:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163573,20 +188719,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "988893fbcb5904b787b4669377f6391f" + "hash": "3e5941607d54b59258256ae2b8215001" }, { - "title": "Peloton Responds to 'And Just Like That' Appearance", - "description": "A Peloton stationary bike played a pivotal role on the new HBO Max “Sex and the City” revival, whose premiere preceded a drop in the company’s stock price on Friday.", - "content": "Carrie (Sarah Jessica Parker) and Mr. Big (Chris Noth) in the premiere of “And Just Like That.”", - "category": "Product Placement", - "link": "https://www.nytimes.com/2021/12/11/arts/television/peloton-sex-and-the-city.html", - "creator": "Isabella Grullón Paz", - "pubDate": "Mon, 13 Dec 2021 04:09:27 +0000", + "title": "Early Study Shows Pfizer Vaccine Gives Some Protection Against Omicron", + "description": "A South African lab experiment found the variant may dull the power of vaccines but hinted that booster shots might help. Here’s the latest.", + "content": "A South African lab experiment found the variant may dull the power of vaccines but hinted that booster shots might help. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/08/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Wed, 08 Dec 2021 10:14:29 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163594,20 +188739,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc2ec70b45df0a555979d26b3204c725" + "hash": "cca40d1117be307e8bbadacb56af896f" }, { - "title": "'Don't Look Up' Nails the Media Apocalypse", - "description": "With “Don’t Look Up,” Adam McKay makes a star-studded allegorical satire that shows the news media whistling past the climate-change graveyard.", - "content": "With “Don’t Look Up,” Adam McKay makes a star-studded allegorical satire that shows the news media whistling past the climate-change graveyard.", - "category": "News and News Media", - "link": "https://www.nytimes.com/2021/12/12/business/media/dont-look-up-news-media.html", - "creator": "Ben Smith", - "pubDate": "Mon, 13 Dec 2021 00:54:50 +0000", + "title": "Pediatricians Find Children Need Much More Than Vaccines", + "description": "At one clinic serving low-income children, treatment for health problems that have gone unchecked during the pandemic is more in demand than coronavirus shots.", + "content": "At one clinic serving low-income children, treatment for health problems that have gone unchecked during the pandemic is more in demand than coronavirus shots.", + "category": "Children and Childhood", + "link": "https://www.nytimes.com/2021/12/07/us/politics/children-vaccine-pediatricians.html", + "creator": "Noah Weiland", + "pubDate": "Tue, 07 Dec 2021 21:49:25 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163615,20 +188759,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f76b88a5e4c2f5541cef2a253311451" + "hash": "939f819a32372e72351e64e89b8b331d" }, { - "title": "Derek Chauvin Appears Likely to Plead Guilty to Federal Crimes", - "description": "A change of plea hearing has been set for Mr. Chauvin, a former Minneapolis police officer who was found guilty of murdering George Floyd in April.", - "content": " Derek Chauvin, a former Minneapolis police officer, was sentenced in June after being convicted of murdering George Floyd.", - "category": "George Floyd Protests (2020)", - "link": "https://www.nytimes.com/2021/12/13/us/derek-chauvin-guilty-plea-federal.html", - "creator": "Nicholas Bogel-Burroughs", - "pubDate": "Mon, 13 Dec 2021 20:36:01 +0000", + "title": "N.Y.C. Business Owners and Workers React to Vaccine Mandate", + "description": "After Mayor Bill de Blasio set a mandate for all private employers, some raised questions about how the city planned to enforce it, while others said they backed the idea.", + "content": "After Mayor Bill de Blasio set a mandate for all private employers, some raised questions about how the city planned to enforce it, while others said they backed the idea.", + "category": "Vaccination and Immunization", + "link": "https://www.nytimes.com/2021/12/07/nyregion/vaccine-mandate-nyc-business.html", + "creator": "Emma G. Fitzsimmons and Lola Fadulu", + "pubDate": "Wed, 08 Dec 2021 02:09:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163636,20 +188779,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "29afd6172d6c530a786f285acc6dcd80" + "hash": "2090f079f92ac4528bb937b13e99e8ff" }, { - "title": "Boris Johnson Is in Trouble. The Question Is, How Much?", - "description": "The British prime minister is facing a new virus variant, a rebellious Conservative Party, collapsing poll ratings and questions about whether he or his staff flouted the lockdown rules.", - "content": "Demonstrators rallied in London on Satruday against Covid passports and increasing measures to prevent the spread of the virus.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/13/world/europe/boris-johnson-uk-coronavirus.html", - "creator": "Mark Landler and Stephen Castle", - "pubDate": "Mon, 13 Dec 2021 23:57:38 +0000", + "title": "Biden and Putin Hold Virtual Summit Over Ukraine", + "description": "President Biden said a Russian invasion of Ukraine would result in heavy economic penalties for Mr. Putin, in a tense meeting.", + "content": "President Biden said a Russian invasion of Ukraine would result in heavy economic penalties for Mr. Putin, in a tense meeting.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/07/us/politics/biden-putin-ukraine-summit.html", + "creator": "David E. Sanger and Michael Crowley", + "pubDate": "Wed, 08 Dec 2021 02:11:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163657,20 +188799,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "76dcc8063483849522f6ffd94dc0cb7f" + "hash": "57d155493b219d2e4b3c6dd3e02c3692" }, { - "title": "Geminid Meteor Shower: How to Watch Its Peak in Night Skies", - "description": "A picture from the meteor shower in 2020 highlights how brilliant this winter sky show can be.", - "content": "A composite photo of a night of six showers, on Dec. 13 and Dec. 14, 2020, in Texas, showing meteors from the Geminids, Sigma Hydrids, Leonis Minorids, Comae Berenicids, Monocerotids and Puppid-Velids showers.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2021/12/13/science/meteor-shower-geminid.html", - "creator": "Adam Mann", - "pubDate": "Mon, 13 Dec 2021 23:05:21 +0000", + "title": "Here are five takeaways from the Biden-Putin call.", + "description": "The meeting was a big foreign policy test for President Biden, with consequences for the stability of Europe, the credibility of American threats and the future of Ukraine.", + "content": "The meeting was a big foreign policy test for President Biden, with consequences for the stability of Europe, the credibility of American threats and the future of Ukraine.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/07/world/europe/here-are-five-takeaways-from-the-biden-putin-call.html", + "creator": "Michael Crowley", + "pubDate": "Tue, 07 Dec 2021 23:01:41 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163678,20 +188819,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e4daf5d2acfc9c175e7390085ec8e89" + "hash": "175c7e30707613a31f464f93c83fe4f7" }, { - "title": "Deals Reached on 3 Major NYC Transportation Projects", - "description": "Elected officials announced deals on funding of a new international terminal at Kennedy Airport and improvements to commuter train service.", - "content": "Gov. Kathy Hochul said that the Port Authority of New York and New Jersey had struck a revised deal for the construction of a $9.5 billion international terminal at Kennedy Airport.", - "category": "Infrastructure Investment and Jobs Act (2021)", - "link": "https://www.nytimes.com/2021/12/13/nyregion/jfk-metro-north-infrastructure-nyc.html", - "creator": "Patrick McGeehan", - "pubDate": "Tue, 14 Dec 2021 00:12:15 +0000", + "title": "Saule Omarova, Biden’s Pick for Key Banking Regulator, Backs Out", + "description": "Saule Omarova withdrew herself from consideration to be comptroller of the currency after attacks from Republicans and banking lobbyists that labeled her a communist.", + "content": "Saule Omarova withdrew herself from consideration to be comptroller of the currency after attacks from Republicans and banking lobbyists that labeled her a communist.", + "category": "Omarova, Saule", + "link": "https://www.nytimes.com/2021/12/07/business/saule-omarova-occ-nomination.html", + "creator": "Emily Flitter", + "pubDate": "Tue, 07 Dec 2021 21:00:50 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163699,20 +188839,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d66ea17f6beff12d52a300b054994901" + "hash": "968653e1082c77c27a7776e0795f2ab2" }, { - "title": "Joshua Bellamy, Ex-Jet, Is Sentenced to 3 Years in Covid-19 Aid Scheme", - "description": "Mr. Bellamy obtained a Paycheck Protection Program loan for $1.2 million for his company, Drip Entertainment L.L.C., by using false information, federal prosecutors said.", - "content": "Joshua Bellamy, a wide receiver, played for the Chicago Bears from 2014 to 2018 and later for the New York Jets. ", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/13/sports/football/joshua-bellamy-sentenced-covid-fraud.html", - "creator": "Vimal Patel", - "pubDate": "Tue, 14 Dec 2021 04:21:37 +0000", + "title": "Scholz Becomes German Chancellor, Ending Merkel Era", + "description": "The country’s president gave Olaf Scholz his official certificate of office, and Angela Merkel received a standing ovation from Parliament. Here’s the latest.", + "content": "The country’s president gave Olaf Scholz his official certificate of office, and Angela Merkel received a standing ovation from Parliament. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/08/world/germany-scholz-merkel", + "creator": "The New York Times", + "pubDate": "Wed, 08 Dec 2021 10:14:28 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163720,20 +188859,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d8b0c20973a89c14ab1b4a0aec6145d" + "hash": "572e49eab59b566121e06dc3b19c0f3e" }, { - "title": "Tunisia’s President Promises Vote on Constitution and Sets Election Date", - "description": "President Kais Saied’s announcement dispelled some of the uncertainty Tunisians have endured for months since he shunted aside Parliament in what critics called a soft coup.", - "content": "President Kais Saied’s announcement dispelled some of the uncertainty Tunisians have endured for months since he shunted aside Parliament in what critics called a soft coup.", - "category": "Tunisia", - "link": "https://www.nytimes.com/2021/12/13/world/middleeast/tunisia-saied-constitution-election.html", - "creator": "Vivian Yee", - "pubDate": "Tue, 14 Dec 2021 00:52:29 +0000", + "title": "Redistricting Makes California a Top House Battlefield for 2022", + "description": "As legislators across the country draw House maps to protect incumbents, a nonpartisan commission of California citizens is drafting one that will scramble political fortunes for both parties.", + "content": "As legislators across the country draw House maps to protect incumbents, a nonpartisan commission of California citizens is drafting one that will scramble political fortunes for both parties.", + "category": "Redistricting and Reapportionment", + "link": "https://www.nytimes.com/2021/12/07/us/politics/california-redistricting-midterms.html", + "creator": "Jonathan Weisman", + "pubDate": "Tue, 07 Dec 2021 20:44:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163741,20 +188879,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "660dc83b597eb168defa6ca89ff9d8a0" + "hash": "5271b4715c9896d632b328e1affc5568" }, { - "title": "Teachers Hit the Floor to Scoop Up Cash. Critics Give the Event an F.", - "description": "Ten teachers in South Dakota competed for $5,000 in dollar bills to spend on classroom improvements. Critics called the event at a hockey game in Sioux Falls demeaning.", - "content": "Local teachers scrambled for dollar bills to fund projects for their classrooms on Saturday.", - "category": "Education (K-12)", - "link": "https://www.nytimes.com/2021/12/13/us/south-dakota-teachers-dash-for-cash.html", - "creator": "Neil Vigdor", - "pubDate": "Tue, 14 Dec 2021 00:55:17 +0000", + "title": "In a Reversal, Meadows Refuses an Interview for the Jan. 6 Inquiry", + "description": "The former White House chief of staff told the House panel scrutinizing the Capitol attack that he was no longer willing to be deposed, reversing a commitment he made last week.", + "content": "The former White House chief of staff told the House panel scrutinizing the Capitol attack that he was no longer willing to be deposed, reversing a commitment he made last week.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/07/us/politics/meadows-cooperate-jan-6.html", + "creator": "Luke Broadwater and Maggie Haberman", + "pubDate": "Wed, 08 Dec 2021 01:41:23 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163762,20 +188899,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "985bdd04e50283b975f40913cf565182" + "hash": "4b5fcd6ec6f4c529482bb6727830f87f" }, { - "title": "Charles R. Morris, Iconoclastic Author on Economics, Dies at 82", - "description": "Resisting ideological labels, experienced in government and banking, he critiqued policymakers’ “good intentions” and the costs of health care and forecast the 2008 financial crisis.", - "content": "Charles R. Morris in 2010. Armed with journalism and law degrees, he worked in government and in banking and wrote a raft of books on business and economics, in one case predicting the financial collapse of 2008.  ", - "category": "Morris, Charles R", - "link": "https://www.nytimes.com/2021/12/13/business/economy/charles-r-morris-dead.html", - "creator": "Sam Roberts", - "pubDate": "Tue, 14 Dec 2021 00:46:16 +0000", + "title": "Hollywood Loves a Monstrous Mommy. Can It Do Her Justice?", + "description": "Cinema is finally capturing, with uncanny precision and furious energy, more honest and complex versions of the mother.", + "content": "Cinema is finally capturing, with uncanny precision and furious energy, more honest and complex versions of the mother.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/07/magazine/mother-movie-depictions.html", + "creator": "Lydia Kiesling", + "pubDate": "Tue, 07 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163783,20 +188919,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "da3ab84b2c85752a0627368d646b50bb" + "hash": "38d46bd5b03ea101aee81e35524cb5ad" }, { - "title": "Ghislaine Maxwell’s Unusual Request: Allow Anonymous Defense Witnesses", - "description": "Three of Ms. Maxwell’s accusers testified anonymously. Now her lawyers are asking that three defense witnesses also be able to conceal their identities.", - "content": "Bobbi Sternheim, one of the lawyers representing Ghislaine Maxwell, asked the judge overseeing Ms. Maxwell’s sex-trafficking trial to permit some witnesses to testify anonymously.", - "category": "Sex Crimes", - "link": "https://www.nytimes.com/2021/12/13/nyregion/ghislaine-maxwell-witness.html", - "creator": "Benjamin Weiser", - "pubDate": "Mon, 13 Dec 2021 23:17:55 +0000", + "title": "From Soap Opera to Art: Why a Moscow Museum Is Re-Enacting ‘Santa Barbara’", + "description": "A new contemporary art space is probing how Russia engages with the West by reviving an unlikely 1990s TV hit.", + "content": "A new contemporary art space is probing how Russia engages with the West by reviving an unlikely 1990s TV hit.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/07/arts/design/santa-barbara-ges-2-moscow-ragnar-kjartansson.html", + "creator": "Valerie Hopkins", + "pubDate": "Wed, 08 Dec 2021 03:21:22 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163804,20 +188939,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7686785043ca6d58f3bdebfb673290f6" + "hash": "d9d606c873bf2fb1602ab3af1637fa7f" }, { - "title": "Business Updates: California Proposes Raising Fees for Rooftop Solar Panels", - "description": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", - "content": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/13/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Tue, 14 Dec 2021 04:41:00 +0000", + "title": "Can a New University Really Fix Academia’s Free Speech Problems?", + "description": "Or does it just create another ideological bubble?", + "content": "Or does it just create another ideological bubble?", + "category": "University of Austin", + "link": "https://www.nytimes.com/2021/12/08/opinion/the-argument-free-speech-on-college-campuses.html", + "creator": "‘The Argument’", + "pubDate": "Wed, 08 Dec 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163825,20 +188959,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bc87256efcd951554f27772a858ad74" + "hash": "251abede48f304e78d377fc4a8954b2a" }, { - "title": "Why More Kids Aren’t Getting the HPV Vaccine", - "description": "The human papillomavirus vaccine can prevent six potentially lethal malignancies, but inoculation is meeting with rising resistance from parents.", - "content": "The human papillomavirus vaccine can prevent six potentially lethal malignancies, but inoculation is meeting with rising resistance from parents.", - "category": "Human Papillomavirus (HPV)", - "link": "https://www.nytimes.com/2021/12/13/well/live/hpv-vaccine-children.html", - "creator": "Jane E. Brody", - "pubDate": "Mon, 13 Dec 2021 15:24:07 +0000", + "title": "Bob Dole, Donald Trump and the Art of Responsibility", + "description": "Somehow, America stopped honoring responsibility.", + "content": "Somehow, America stopped honoring responsibility.", + "category": "International Trade and World Market", + "link": "https://www.nytimes.com/2021/12/07/opinion/bob-dole-donald-trump.html", + "creator": "Paul Krugman", + "pubDate": "Tue, 07 Dec 2021 17:32:33 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163846,20 +188979,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5018d907122d5d7b077bea54571abc34" + "hash": "deda447fddb0952bdfaaab5acb53312a" }, { - "title": "My Daughter and I Were Diagnosed With Autism on the Same Day", - "description": "Autistic moms can face judgment while struggling with their own diagnosis and advocating for their children.", - "content": "Autistic moms can face judgment while struggling with their own diagnosis and advocating for their children.", - "category": "Autism", - "link": "https://www.nytimes.com/2020/04/15/parenting/autism-mom.html", - "creator": "Jen Malia", - "pubDate": "Mon, 01 Mar 2021 12:25:26 +0000", + "title": "How Can Something Be Racist but Not Racist at the Same Time?", + "description": "These days, it’s hard to tell.", + "content": "These days, it’s hard to tell.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/07/opinion/racism-america-complex-confusion.html", + "creator": "John McWhorter", + "pubDate": "Tue, 07 Dec 2021 20:00:26 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163867,20 +188999,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "069809f8ab93e94b687eaf3562c5fab9" + "hash": "fede6da0f494b5fcb763fd8c18c134e7" }, { - "title": "Navigating My Pregnancy With Fibroids", - "description": "The condition didn’t cause any complications with my first pregnancy. It landed me in the hospital with my second.", - "content": "The condition didn’t cause any complications with my first pregnancy. It landed me in the hospital with my second.", - "category": "Pregnancy and Childbirth", - "link": "https://www.nytimes.com/2021/12/13/well/family/pregnancy-fibroids.html", - "creator": "Tiffanie Graham", - "pubDate": "Mon, 13 Dec 2021 17:46:06 +0000", + "title": "The Words Democrats Use Are Not the Real Problem", + "description": "The whys of American politics have much more to do with the ever-changing currents of race, religion and economic production than they do with political messaging.", + "content": "The whys of American politics have much more to do with the ever-changing currents of race, religion and economic production than they do with political messaging.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/07/opinion/hispanic-voters-messaging.html", + "creator": "Jamelle Bouie", + "pubDate": "Tue, 07 Dec 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163888,20 +189019,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f37a94b2237f5d62edc89e192a59d9c" + "hash": "68e38b48fb315fceaa68bce5f1e2ec17" }, { - "title": "When Your 200-Month-Old Can’t Sleep Through the Night", - "description": "The biology of adolescent sleep leads to a later sleep onset time, which doesn’t pair well with early school start times.", - "content": "The biology of adolescent sleep leads to a later sleep onset time, which doesn’t pair well with early school start times.", - "category": "Sleep", - "link": "https://www.nytimes.com/2019/10/28/well/family/teenagers-sleep-insomnia.html", - "creator": "Perri Klass, M.D.", - "pubDate": "Fri, 01 Nov 2019 04:52:53 +0000", + "title": "Should States Be Allowed to Spend Public Money on Religious Educations?", + "description": "The Supreme Court is about to consider that question.", + "content": "The Supreme Court is about to consider that question.", + "category": "Private and Sectarian Schools", + "link": "https://www.nytimes.com/2021/12/07/opinion/public-schools-religion.html", + "creator": "Michael Bindas and Walter Womack", + "pubDate": "Tue, 07 Dec 2021 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163909,20 +189039,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1651fd60847bb384e4625c6ba3f73923" + "hash": "d8eb0853866f858ca94dc8bd381703c7" }, { - "title": "As Covid Deaths Rise, Lingering Grief Gets a New Name", - "description": "Prolonged grief disorder was recently added to the Diagnostic and Statistical Manual of Mental Disorders, just as experts are predicting a coming wave of severe bereavement.", - "content": "Prolonged grief disorder was recently added to the Diagnostic and Statistical Manual of Mental Disorders, just as experts are predicting a coming wave of severe bereavement.", - "category": "Grief (Emotion)", - "link": "https://www.nytimes.com/2021/12/08/well/mind/prolonged-grief-disorder-covid.html", - "creator": "Dawn MacKeen", - "pubDate": "Wed, 08 Dec 2021 19:05:49 +0000", + "title": "If James Madison Weighed In on Politics Today", + "description": "Readers discuss James Madison and the role of Congress today. Also: Expanding the fight for abortion rights; a proposal for the National Mall.", + "content": "Readers discuss James Madison and the role of Congress today. Also: Expanding the fight for abortion rights; a proposal for the National Mall.", + "category": "Madison, James (1751-1836)", + "link": "https://www.nytimes.com/2021/12/07/opinion/letters/james-madison-congress-politics.html", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 16:34:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163930,20 +189059,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "550c48f85e14c924d1468b4251181f97" + "hash": "d0253c46b02be4b8fa89a79021e7cd9c" }, { - "title": "The Best Poetry of 2021", - "description": "The Book Review’s poetry columnist, Elisa Gabbert, picks her seven favorite collections of the year.", - "content": "The Book Review’s poetry columnist, Elisa Gabbert, picks her seven favorite collections of the year.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/10/books/review/best-poetry-books-2021.html", - "creator": "Elisa Gabbert", - "pubDate": "Fri, 10 Dec 2021 10:00:20 +0000", + "title": "Alana Haim on ‘Licorice Pizza,’ Her Surprising Movie Debut", + "description": "When Paul Thomas Anderson asked her to star in “Licorice Pizza,” the musician had zero acting experience. Now she’s winning rave reviews.", + "content": "When Paul Thomas Anderson asked her to star in “Licorice Pizza,” the musician had zero acting experience. Now she’s winning rave reviews.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/06/movies/alana-haim-licorice-pizza.html", + "creator": "Lindsay Zoladz", + "pubDate": "Mon, 06 Dec 2021 16:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163951,41 +189079,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "32a03b7375a0c3c43faccbc6fdd7acf8" + "hash": "88bc3f5f424047a368137d72330e968b" }, { - "title": "When Did Every Celebrity Become a Creative Director?", - "description": "Famous brand ambassadors have fancy new titles now.", - "content": "Cardi B at the release party for Whipshots, a vodka-infused whipped cream. She is a partner at the company.", - "category": "Celebrities", - "link": "https://www.nytimes.com/2021/12/13/style/celebrity-creative-directors.html", - "creator": "Valeriya Safronova", - "pubDate": "Mon, 13 Dec 2021 17:12:23 +0000", + "title": "Companies Linked to Russian Ransomware Hide in Plain Sight", + "description": "Cybersecurity experts tracing money paid by American businesses to Russian ransomware gangs found it led to one of Moscow’s most prestigious addresses.", + "content": "Cybersecurity experts tracing money paid by American businesses to Russian ransomware gangs found it led to one of Moscow’s most prestigious addresses.", + "category": "Computer Security", + "link": "https://www.nytimes.com/2021/12/06/world/europe/ransomware-russia-bitcoin.html", + "creator": "Andrew E. Kramer", + "pubDate": "Mon, 06 Dec 2021 10:00:24 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "56136365fae6a02b81b0b3749f658c10" + "hash": "d3ce6c500f26b0736d44200db5a7cacc" }, { - "title": "Hugs and Checkered Flags in a Race to Salute British Vets", - "description": "The Race of Remembrance is put on by Mission Motorsport, a charity that uses racing to help military veterans recover from injuries or mental health issues.", - "content": "Cars crossing the finish line at the 12-hour Race of Remembrance in Wales last month.", - "category": "Veterans", - "link": "https://www.nytimes.com/2021/12/12/business/race-of-remembrance-wales.html", - "creator": "John Hogan", - "pubDate": "Sun, 12 Dec 2021 23:33:53 +0000", + "title": "Chanel, TikTok and the Beauty Advent Calendar Controversy", + "description": "Some social media users are not feeling the Christmas spirit — or this box of mini lipsticks and branded stickers.", + "content": "Some social media users are not feeling the Christmas spirit — or this box of mini lipsticks and branded stickers.", + "category": "Social Media", + "link": "https://www.nytimes.com/2021/12/06/style/chanel-tiktok-advent-calendar-controversy.html", + "creator": "Vanessa Friedman", + "pubDate": "Mon, 06 Dec 2021 19:04:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -163993,20 +189119,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf2de0ad39503150bad95dcb978eff2b" + "hash": "0a404c838736e610dd5096c7c8406cdf" }, { - "title": "‘Succession’ Season Finale Recap: Do Not Pass Go", - "description": "The final episode of Season 3 brought new alliances, new betrayals and new reminders that when Logan doesn’t like how the game is going, he just changes the rules.", - "content": "A deal with the devil: Matthew Macfadyen in the season finale of “Succession.”", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/13/arts/television/succession-season-3-finale-recap.html", - "creator": "Noel Murray", - "pubDate": "Mon, 13 Dec 2021 14:35:05 +0000", + "title": "San Francisco Restaurant Apologizes for Asking 3 Police Officers to Leave", + "description": "The uniformed officers had just sat down when staff members asked them to leave because the workers felt uncomfortable about the officers’ weapons, the restaurant said.", + "content": "The uniformed officers had just sat down when staff members asked them to leave because the workers felt uncomfortable about the officers’ weapons, the restaurant said.", + "category": "Restaurants", + "link": "https://www.nytimes.com/2021/12/06/us/san-francisco-restaurant-police-officers.html", + "creator": "Alyssa Lukpat", + "pubDate": "Mon, 06 Dec 2021 12:04:00 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164014,20 +189139,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4da59963c239ad615d2bb41eff348763" + "hash": "cd398714d5cf9b09efe8dab30664555d" }, { - "title": "Amtrak Worker Sold Railroad Equipment for Years to Line His Pockets, U.S. Says", - "description": "Jose Rodriquez, 49, of Brick, N.J., pleaded guilty to mail fraud on Monday. Prosecutors said he obtained 114 chain saws for the railroad service, but sold them for profit.", - "content": "Jose Rodriguez had worked for Amtrak since 2007. He faces up to 20 years in prison and a fine of up to $250,000.", - "category": "Postal Service and Post Offices", - "link": "https://www.nytimes.com/2021/12/13/us/amtrak-chainsaws-employee.html", - "creator": "Jesus Jiménez", - "pubDate": "Tue, 14 Dec 2021 01:54:29 +0000", + "title": "Third Accuser Says Epstein and Maxwell Preyed on Her as a Troubled Teen", + "description": "The accuser, who testified under her first name, Carolyn, described being preyed upon as an especially vulnerable child.", + "content": "The accuser, who testified under her first name, Carolyn, described being preyed upon as an especially vulnerable child.", + "category": "Human Trafficking", + "link": "https://www.nytimes.com/2021/12/07/nyregion/ghislaine-maxwell-trial-carolyn.html", + "creator": "Rebecca Davis O’Brien and Colin Moynihan", + "pubDate": "Wed, 08 Dec 2021 00:26:59 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164035,20 +189159,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9410e56cb76ac26e9b71086460a1b83" + "hash": "a29dbcd04c377a333c326538f0e5eb01" }, { - "title": "As U.S. Covid Deaths Near 800,000, 1 of Every 100 Older Americans Has Perished", - "description": "They are among the most vaccinated groups, but people 65 and older make up about three-quarters of the nation’s coronavirus death toll.", - "content": "They are among the most vaccinated groups, but people 65 and older make up about three-quarters of the nation’s coronavirus death toll.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/13/us/covid-deaths-elderly-americans.html", - "creator": "Julie Bosman, Amy Harmon and Albert Sun", - "pubDate": "Mon, 13 Dec 2021 11:33:42 +0000", + "title": "In Bob Dole’s Hometown, Kansans Grieve for the Man and His Political Style", + "description": "Residents of Russell, the town in Kansas where Mr. Dole grew up, spoke longingly of a bygone era of bipartisanship.", + "content": "Residents of Russell, the town in Kansas where Mr. Dole grew up, spoke longingly of a bygone era of bipartisanship.", + "category": "Dole, Bob", + "link": "https://www.nytimes.com/2021/12/07/us/bob-dole-hometown-russell-kansas.html", + "creator": "Mitch Smith", + "pubDate": "Tue, 07 Dec 2021 22:14:44 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164056,20 +189179,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2406cb62f8382b1efc87a915e576b27" + "hash": "8ca9ec40207b055dc5fe72abaebf3d39" }, { - "title": "Across the World, Covid Anxiety and Depression Take Hold", - "description": "It is still unclear how much of a threat the fast-spreading Omicron variant poses, but fear and a sudden revival of restrictions have added to an epidemic of loneliness.", - "content": "A Covid-19 patient in a hospital in Marseille, France, on Friday.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/12/13/world/covid-anxiety-depression-omicron.html", - "creator": "Roger Cohen", - "pubDate": "Mon, 13 Dec 2021 11:52:14 +0000", + "title": "Photos From Indonesia Volcano: Death Toll Rises ", + "description": "About 17 people were still missing as rescuers searched for survivors buried under volcanic ash.", + "content": "About 17 people were still missing as rescuers searched for survivors buried under volcanic ash.", + "category": "Indonesia", + "link": "https://www.nytimes.com/2021/12/07/world/asia/indonesia-volcano-eruption.html", + "creator": "Muktita Suhartono", + "pubDate": "Tue, 07 Dec 2021 11:28:34 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164077,20 +189199,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "984a004354c2da9d26fe85b38a4df898" + "hash": "6653a8e7e2e47f1ca2e7c9836a554429" }, { - "title": "Countering a ‘Tidal Wave’ of Omicron, Britain Speeds Up Booster Rollout", - "description": "The country will aim to offer all eligible adults a booster shot by the end of this year. Here’s the latest pandemic news.", - "content": "The country will aim to offer all eligible adults a booster shot by the end of this year. Here’s the latest pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/13/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Mon, 13 Dec 2021 15:43:35 +0000", + "title": "Mississippi Killer Confessed to Another Murder Before His Execution", + "description": "David Neal Cox admitted to the 2007 killing of his sister-in-law, Felecia Cox, a cold case in which he had long been the prime suspect, prosecutors said.", + "content": "David Neal Cox admitted to the 2007 killing of his sister-in-law, Felecia Cox, a cold case in which he had long been the prime suspect, prosecutors said.", + "category": "Domestic Violence", + "link": "https://www.nytimes.com/2021/12/07/us/david-neal-cox-execution-felecia-mississippi.html", + "creator": "Neil Vigdor", + "pubDate": "Tue, 07 Dec 2021 22:41:51 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164098,20 +189219,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c30f9c3b379d2e61220d324c01431ce4" + "hash": "c59d7dda7dc86b394afcebbb3ea7fb67" }, { - "title": "74 Dead in Kentucky After Tornadoes, but Toll Is Expected to Rise", - "description": "More than 100 people were still unaccounted for in Kentucky, Gov. Andy Beshear said. President Biden will visit the state on Wednesday. Here’s the latest.", - "content": "More than 100 people were still unaccounted for in Kentucky, Gov. Andy Beshear said. President Biden will visit the state on Wednesday. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/13/us/tornadoes-kentucky-illinois", - "creator": "The New York Times", - "pubDate": "Mon, 13 Dec 2021 21:15:53 +0000", + "title": "Chris Magnus Confirmed to Lead Customs and Border Protection", + "description": "Mr. Magnus, the police chief in Tucson, Ariz., will seek to win the trust of the U.S. Border Patrol, an agency championed by former President Donald J. Trump.", + "content": "Mr. Magnus, the police chief in Tucson, Ariz., will seek to win the trust of the U.S. Border Patrol, an agency championed by former President Donald J. Trump.", + "category": "Magnus, Chris (1960- )", + "link": "https://www.nytimes.com/2021/12/07/us/politics/chris-magnus-cbp-biden.html", + "creator": "Eileen Sullivan", + "pubDate": "Wed, 08 Dec 2021 01:11:35 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164119,20 +189239,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c8fc1f68776d692066ab8eb95e84a0a" + "hash": "a79b6bfcf17e54d5d354285bbd57f05d" }, { - "title": "‘A Nightmare’: Kentucky Tornado Victims Sort Through Rubble", - "description": "Residents of Princeton, Ky., sifted through debris for salvageable items and cherished belongings after a tornado destroyed dozens of homes on Friday night.", - "content": "Residents of Princeton, Ky., sifted through debris for salvageable items and cherished belongings after a tornado destroyed dozens of homes on Friday night.", - "category": "Kentucky", - "link": "https://www.nytimes.com/video/us/100000008117393/kentucky-tornado-princeton.html", - "creator": "Sarah Kerr, Yousur Al-Hlou and Noah Throop", - "pubDate": "Mon, 13 Dec 2021 19:21:04 +0000", + "title": "Helicopter Crashes With India’s Top Military General Aboard", + "description": "The fate of Gen. Bipin Rawat, the chief of the country’s defense staff, wasn’t immediately clear.", + "content": "The fate of Gen. Bipin Rawat, the chief of the country’s defense staff, wasn’t immediately clear.", + "category": "Aviation Accidents, Safety and Disasters", + "link": "https://www.nytimes.com/2021/12/08/world/asia/helicopter-crash-india-top-general.html", + "creator": "Suhasini Raj and Mujib Mashal", + "pubDate": "Wed, 08 Dec 2021 10:19:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164140,20 +189259,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "632020b08efea986a9048b5f8062867e" + "hash": "f193374ca112aaa8f133e4e28badaa6c" }, { - "title": "Mark Meadows Sought to Fight Election Outcome, Jan. 6 Panel Says", - "description": "The House committee laid out its case for a contempt of Congress charge against Mark Meadows, the chief of staff to former President Donald J. Trump.", - "content": "Mark Meadows had been cooperating with the Jan. 6 committee’s investigation, but he refused to appear for a scheduled deposition last week or to turn over additional documents.", - "category": "Meadows, Mark R (1959- )", - "link": "https://www.nytimes.com/2021/12/12/us/politics/mark-meadows-capitol-attack.html", - "creator": "Luke Broadwater", - "pubDate": "Mon, 13 Dec 2021 02:24:18 +0000", + "title": "Elizabeth Holmes Returns to the Stand on Tuesday.", + "description": "The climax of the cross-examination of Ms. Holmes, founder of the blood testing start-up Theranos, sends her fraud trial to its end stage.", + "content": "The climax of the cross-examination of Ms. Holmes, founder of the blood testing start-up Theranos, sends her fraud trial to its end stage.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2021/12/07/technology/elizabeth-holmes-theranos-trial.html", + "creator": "Erin Griffith", + "pubDate": "Wed, 08 Dec 2021 01:39:50 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164161,20 +189279,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "059d176824d4a7dd559982d5f3f2a621" + "hash": "d7e55d1ac21116d190b46cf474ea4db5" }, { - "title": "Pedro Almodóvar Is Still Making Movies That Shock", - "description": "He built his reputation with raunchy farces. But in his new film, “Parallel Mothers,” the 72-year-old dredges up his country’s most painful history.", - "content": "He built his reputation with raunchy farces. But in his new film, “Parallel Mothers,” the 72-year-old dredges up his country’s most painful history.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/13/magazine/parellel-mothers-pedro-almodovar.html", - "creator": "Marcela Valdes", - "pubDate": "Mon, 13 Dec 2021 16:39:17 +0000", + "title": "Lawyers in Jussie Smollett Case Tangle Over Motive as Testimony Ends", + "description": "Mr. Smollett was questioned Tuesday by the prosecution about his interactions with his attackers shortly before the 2019 assault.", + "content": "Mr. Smollett was questioned Tuesday by the prosecution about his interactions with his attackers shortly before the 2019 assault.", + "category": "Assaults", + "link": "https://www.nytimes.com/2021/12/07/arts/television/jussie-smollett-trial.html", + "creator": "Julia Jacobs and Mark Guarino", + "pubDate": "Tue, 07 Dec 2021 23:03:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164182,20 +189299,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "812c6848df64f55b3f659f3cf205a7f3" + "hash": "98c39a04bb1abb14eafd3d290b377141" }, { - "title": "Cultivating Olives on the Slopes of Mount Etna", - "description": "For millenniums, farmers and vintners in northeastern Sicily have benefited from the area’s mineral-rich soil, a result of volcanic eruptions.", - "content": "For millenniums, farmers and vintners in northeastern Sicily have benefited from the area’s mineral-rich soil, a result of volcanic eruptions.", - "category": "Olives", - "link": "https://www.nytimes.com/2021/12/13/travel/mount-etna-olive-oil.html", - "creator": "Marta Giaccone", - "pubDate": "Mon, 13 Dec 2021 10:00:18 +0000", + "title": "Sundays Off: U.A.E. Changes Its Weekend to Align With West", + "description": "The United Arab Emirates, in a nod to global markets, has changed its workweek, declaring that Sunday, a work day in much of the Arab world, is now part of the weekend. Fridays will be half days.", + "content": "The United Arab Emirates, in a nod to global markets, has changed its workweek, declaring that Sunday, a work day in much of the Arab world, is now part of the weekend. Fridays will be half days.", + "category": "United Arab Emirates", + "link": "https://www.nytimes.com/2021/12/07/world/middleeast/uae-weekend-shift.html", + "creator": "Mona El-Naggar", + "pubDate": "Tue, 07 Dec 2021 23:09:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164203,20 +189319,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7912573d1b0cfad2a283d993eaef837" + "hash": "1760f6db9f330e917b325fba965026c3" }, { - "title": "Whole Roasted Duck for a Festive Holiday Meal", - "description": "Roasting a duck isn’t much harder than preparing a chicken, and makes for a festive holiday meal.", - "content": "A golden-skinned roasted duck is an impressive main course for a special meal.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/10/dining/roast-duck-recipe.html", - "creator": "Melissa Clark", - "pubDate": "Fri, 10 Dec 2021 17:09:30 +0000", + "title": "French Police Arrest Man in Connection With Khashoggi Killing", + "description": "A man with the same name, Khalid Alotaibi, is wanted in connection with the murder of the Saudi journalist Jamal Khashoggi. A Saudi official says France arrested the wrong man.", + "content": "A man with the same name, Khalid Alotaibi, is wanted in connection with the murder of the Saudi journalist Jamal Khashoggi. A Saudi official says France arrested the wrong man.", + "category": "Assassinations and Attempted Assassinations", + "link": "https://www.nytimes.com/2021/12/07/world/middleeast/khashoggi-arrest-france-alotaiba.html", + "creator": "Ben Hubbard and Aurelien Breeden", + "pubDate": "Tue, 07 Dec 2021 18:21:28 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164224,20 +189339,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddf40d222aace30b6a230a8fa8566362" + "hash": "3ed79a4efa1a7e936005ae95383f5772" }, { - "title": "It May Not Feel Like It Right Now, but There Is a World of Good We Can Do", - "description": "A few worthies from Times Opinion’s giving guide and a few ... unworthies.", - "content": "A few worthies from Times Opinion’s giving guide and a few ... unworthies.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/13/opinion/charities-giving-politics.html", - "creator": "Gail Collins and Bret Stephens", - "pubDate": "Mon, 13 Dec 2021 10:47:33 +0000", + "title": "Is Gluten-Free Bread Healthier Than Regular Bread?", + "description": "Experts say there are important distinctions to keep in mind.", + "content": "Experts say there are important distinctions to keep in mind.", + "category": "Gluten", + "link": "https://www.nytimes.com/2021/12/07/well/eat/is-gluten-free-bread-healthier.html", + "creator": "Alice Callahan", + "pubDate": "Tue, 07 Dec 2021 15:51:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164245,20 +189359,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d7a971b52abfb6b70fbdc45df839c86" + "hash": "393c06cd53ece300cfbdeb276f30791a" }, { - "title": "A Scientist’s Guide to Understanding Omicron", - "description": "The Omicron data is coming. Here’s how to interpret it.", - "content": "SARS-CoV-2 virus particles which cause COVID-19.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/12/opinion/covid-omicron-data.html", - "creator": "Jesse Bloom and Sarah Cobey", - "pubDate": "Sun, 12 Dec 2021 17:35:13 +0000", + "title": "Do I Get Enough Vitamin D in the Winter?", + "description": "In higher-latitude cities like Boston, inadequate UVB limits vitamin D synthesis for at least a few months during the winter.", + "content": "In higher-latitude cities like Boston, inadequate UVB limits vitamin D synthesis for at least a few months during the winter.", + "category": "Vitamins", + "link": "https://www.nytimes.com/2018/02/16/well/live/do-i-get-enough-vitamin-d-in-the-winter.html", + "creator": "Alice Callahan", + "pubDate": "Fri, 16 Feb 2018 11:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164266,20 +189379,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e2f0ca1749fa6afa0eb6c428055a7d5" + "hash": "8116355042b9e96ec288e5455b94397b" }, { - "title": "Unvaccinated, and Hospitalized With Covid", - "description": "Readers discuss the strain Covid puts on hospitals. Also: Calling for a carbon tax; how overturning Roe could backfire; writing “real” letters.", - "content": " ", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/12/opinion/letters/unvaccinated-hospitals-covid.html", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 16:30:07 +0000", + "title": "Why Does Coffee Make Me Poop?", + "description": "It’s not clear why coffee can stimulate a bowel movement, but the speed of this effect suggests it’s mediated by the brain.", + "content": "It’s not clear why coffee can stimulate a bowel movement, but the speed of this effect suggests it’s mediated by the brain.", + "category": "Caffeine", + "link": "https://www.nytimes.com/2021/11/30/well/eat/why-does-coffee-make-you-poop.html", + "creator": "Alice Callahan", + "pubDate": "Tue, 30 Nov 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164287,20 +189399,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0e7a620d78995451c14c5e9deda476b" + "hash": "174ef57ae7ea914400eec3a72532fa95" }, { - "title": "What Mary Can Teach Us About the Joy and Pain of Life", - "description": "In the Bible, we see the mother of Jesus experience great blessings and unimaginable sorrow.", - "content": "In the Bible, we see the mother of Jesus experience great blessings and unimaginable sorrow.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/12/opinion/what-mary-can-teach-us-about-the-joy-and-pain-of-life.html", - "creator": "Tish Harrison Warren", - "pubDate": "Sun, 12 Dec 2021 20:51:22 +0000", + "title": "What Is a Fecal Transplant, and Why Would I Want One?", + "description": "Fecal transplant is used to treat gut infections and is now being studied as a treatment for obesity, urinary tract infections, irritable bowel syndrome and more.", + "content": "Fecal transplant is used to treat gut infections and is now being studied as a treatment for obesity, urinary tract infections, irritable bowel syndrome and more.", + "category": "Feces", + "link": "https://www.nytimes.com/2019/01/18/well/live/what-is-a-fecal-transplant-and-why-would-i-want-one.html", + "creator": "Richard Klasco, M.D.", + "pubDate": "Tue, 19 Feb 2019 23:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164308,20 +189419,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b8d9f6ffe7f42ee9023974712782bc7" + "hash": "6796b6633e5b35bedd91c702aedccb4c" }, { - "title": " Cultural Elites Need to Look Beyond Their Noses", - "description": "Confined to our own bubbles, we are less informed about people who lead entirely different cultural, social and political lives.", - "content": "Confined to our own bubbles, we are less informed about people who lead entirely different cultural, social and political lives.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/11/opinion/urban-cultural-elites.html", - "creator": "Jane Coaston", - "pubDate": "Sat, 11 Dec 2021 17:08:17 +0000", + "title": "Michael Jackson Musical Turns Down Volume on Abuse Allegations", + "description": "The Broadway musical, “MJ,” with a book by Lynn Nottage and directed by Christopher Wheeldon, began previews Monday.", + "content": "The Broadway musical, “MJ,” with a book by Lynn Nottage and directed by Christopher Wheeldon, began previews Monday.", + "category": "Jackson, Michael", + "link": "https://www.nytimes.com/2021/12/07/theater/michael-jackson-mj-musical-broadway.html", + "creator": "Michael Paulson", + "pubDate": "Tue, 07 Dec 2021 18:26:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164329,20 +189439,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "878407c66954ee9b72a779f5de38e1ca" + "hash": "904a1defcea25c059962a0e91ce3ce62" }, { - "title": "What the New Right Sees", - "description": "Why an alienated movement sees American life more clearly than its rivals.", - "content": "Why an alienated movement sees American life more clearly than its rivals.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/11/opinion/what-the-new-right-sees.html", - "creator": "Ross Douthat", - "pubDate": "Sat, 11 Dec 2021 20:00:05 +0000", + "title": "Best Songs of 2021", + "description": "Sixty-six tracks that tell the story of the year: a posthumous political statement, a hyperpop star finding his footing, an emerging force’s debut smash and a superstar’s 10-minute redo.", + "content": "Sixty-six tracks that tell the story of the year: a posthumous political statement, a hyperpop star finding his footing, an emerging force’s debut smash and a superstar’s 10-minute redo.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/12/07/arts/music/best-songs.html", + "creator": "Jon Pareles, Jon Caramanica and Lindsay Zoladz", + "pubDate": "Tue, 07 Dec 2021 16:35:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164350,20 +189459,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "40729219a53b12506b42b5fd41264beb" + "hash": "3e7ce60129ec9aff2ede2fff9e222475" }, { - "title": "Biden’s Highly Selective Travel Ban Doesn’t Make Sense", - "description": "And don’t make the same mistake again.", - "content": "And don’t make the same mistake again.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/11/opinion/omicron-travel-ban-covid-africa.html", - "creator": "Saad B. Omer", - "pubDate": "Sat, 11 Dec 2021 16:00:05 +0000", + "title": "Discovering a Secret Wonderland of Architecture in Dallas", + "description": "A new generation of architects is arguing that postmodern cityscapes deserve re-evaluation.", + "content": "A new generation of architects is arguing that postmodern cityscapes deserve re-evaluation.", + "category": "Architecture", + "link": "https://www.nytimes.com/2021/11/30/magazine/dallas-architecture.html", + "creator": "Rob Madole", + "pubDate": "Tue, 30 Nov 2021 17:40:02 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164371,20 +189479,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bed8ac46203e1490282082a4ee030658" - }, - { - "title": "Haiti’s Leader Kept a List of Drug Traffickers. His Assassins Came for It.", - "description": "In the months before his murder, President Jovenel Moïse took a number of steps to fight drug and arms smugglers. Some officials now fear he was killed for it.", - "content": "A mural depicting Mr. Moïse near the entrance to his home in Pétionville, Haiti, where he was assassinated.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/12/world/americas/jovenel-moise-haiti-president-drug-traffickers.html", - "creator": "Maria Abi-Habib", - "pubDate": "Sun, 12 Dec 2021 18:42:27 +0000", + "hash": "c21aad66158e17230b44bb3ccca015bc" + }, + { + "title": "Is an All-Encompassing Mobility App Making a Comeback?", + "description": "Versions of “mobility as a service,” or MaaS, apps exist, but companies and cities will need to come together for the idea to gain momentum.", + "content": "Versions of “mobility as a service,” or MaaS, apps exist, but companies and cities will need to come together for the idea to gain momentum.", + "category": "Mobile Applications", + "link": "https://www.nytimes.com/2021/12/05/business/maas-mobility-app.html", + "creator": "John Surico", + "pubDate": "Sun, 05 Dec 2021 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164392,20 +189499,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2ac6c30c59fe6758f49938e1f51b8f0" + "hash": "1fa49919ed2a9ead59422fda132208fe" }, { - "title": "Anne Rice, Who Spun Gothic Tales of Vampires, Dies at 80", - "description": "She wrote more than 30 Gothic novels, including the best seller “Interview With the Vampire,” published in 1976 and later turned into a hit movie starring Tom Cruise and Brad Pitt.", - "content": "Author Anne Rice in Los Angeles in 2016.", - "category": "Rice, Anne", - "link": "https://www.nytimes.com/2021/12/12/books/anne-rice-dead.html", - "creator": "Elian Peltier", - "pubDate": "Sun, 12 Dec 2021 10:45:33 +0000", + "title": "Tiny Love Stories: ‘I Felt Desire Overshadow Fear’", + "description": "Modern Love in miniature, featuring reader-submitted stories of no more than 100 words.", + "content": "Modern Love in miniature, featuring reader-submitted stories of no more than 100 words.", + "category": "Love (Emotion)", + "link": "https://www.nytimes.com/2021/12/07/style/tiny-modern-love-stories-i-felt-desire-overshadow-fear.html", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 20:10:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164413,20 +189519,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f4a71aeeda37c82ed04a20b45f98854" + "hash": "55d5790444edf467f6917933b0e54a20" }, { - "title": "You’re Going to Work a Long Time. Here’s How to Build in Breaks.", - "description": "Living longer can mean having a longer career, whether by choice or necessity. Stopping and starting isn’t easy, but it might be worth it.", - "content": "Living longer can mean having a longer career, whether by choice or necessity. Stopping and starting isn’t easy, but it might be worth it.", - "category": "Longevity", - "link": "https://www.nytimes.com/2021/12/11/your-money/work-time-out-career-longevity.html", - "creator": "Ron Lieber", - "pubDate": "Sat, 11 Dec 2021 15:46:40 +0000", + "title": "Early Data Offers Glimpse at How the Vaccinated May Fare Against Omicron", + "description": "A report found that the variant seemed to dull the power of Pfizer’s vaccine, but hinted that booster shots might help. Catch up on Covid-19 news.", + "content": "A report found that the variant seemed to dull the power of Pfizer’s vaccine, but hinted that booster shots might help. Catch up on Covid-19 news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/07/world/covid-omicron-vaccine", + "creator": "The New York Times", + "pubDate": "Wed, 08 Dec 2021 04:12:49 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164434,20 +189539,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c8deb368912eb1602b946a96e338247" + "hash": "985ec04c2353599272603e4fe6eddd9b" }, { - "title": "Newsom Calls for Gun Legislation Modeled on the Texas Abortion Law", - "description": "Gov. Gavin Newsom of California accused Texas of insulating its abortion law from the courts, and then called on lawmakers to use a similar strategy to go after the gun industry.", - "content": "Mr. Newsom’s announcement seemed to explicitly position California opposite Texas in the divisive battles over abortion rights and gun control.", - "category": "Newsom, Gavin", - "link": "https://www.nytimes.com/2021/12/12/us/politics/newsom-texas-abortion-law-guns.html", - "creator": "Shawn Hubler", - "pubDate": "Sun, 12 Dec 2021 06:33:25 +0000", + "title": "I Couldn’t Vote for Trump, but I’m Grateful for His Supreme Court Picks", + "description": "What might the Republican Party look like in a post-Roe America?", + "content": "What might the Republican Party look like in a post-Roe America?", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/07/opinion/trump-supreme-court-abortion-dobbs-roe.html", + "creator": "Erika Bachiochi", + "pubDate": "Tue, 07 Dec 2021 14:41:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164455,20 +189559,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c750e594d27f0f08edb51616924c9b0" + "hash": "3e6357cc7a36580688411a0171ae63f5" }, { - "title": "America’s Anti-Democratic Movement", - "description": "It’s making progress.", - "content": "It’s making progress.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/13/briefing/anti-democratic-movement-us-politics.html", - "creator": "David Leonhardt", - "pubDate": "Mon, 13 Dec 2021 11:01:22 +0000", + "title": "What Kind of Power Should the Names of New York Have?", + "description": "In debates about how best to confront our collective past, we must give weight to the present as well.", + "content": "In debates about how best to confront our collective past, we must give weight to the present as well.", + "category": "New York City", + "link": "https://www.nytimes.com/2021/12/07/opinion/new-york-street-names.html", + "creator": "Joshua Jelly-Schapiro", + "pubDate": "Tue, 07 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164476,20 +189579,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1d13bb24c4839db673a1789d0965ab3" + "hash": "89aad1ef36a0f34c1a30baf49048a856" }, { - "title": "The Outsize Life and Quiet Death of the Steele Dossier", - "description": "For years, a collection of salacious allegations about Donald J. Trump and Russia captivated America. It has since proved to be a flawed document.", - "content": "For years, a collection of salacious allegations about Donald J. Trump and Russia captivated America. It has since proved to be a flawed document.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/13/podcasts/the-daily/steele-dossier-donald-trump-igor-danchenko.html", - "creator": "Michael Barbaro, Michael Simon Johnson, Sydney Harper, Lynsea Garrison, Lisa Tobin, Dan Powell, Marion Lozano and Chris Wood", - "pubDate": "Mon, 13 Dec 2021 11:00:07 +0000", + "title": "Biden’s Democracy Conference Is About Much More Than Democracy", + "description": "Democracies can find strength in numbers.", + "content": "Democracies can find strength in numbers.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/06/opinion/biden-democracy-conference.html", + "creator": "Farah Stockman", + "pubDate": "Tue, 07 Dec 2021 00:42:24 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164497,20 +189599,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e9047c9b2db9384a1943f7bf28eafab" + "hash": "ed2aab9ba040a4d1ed107ac9cec0e927" }, { - "title": "American Families Are Drowning in Care Costs. Here’s How to Change That.", - "description": "Ai-jen Poo on the economic potential of a public investment in child care, elder care and paid family leave.", - "content": "Ai-jen Poo on the economic potential of a public investment in child care, elder care and paid family leave.", - "category": "Income Inequality", - "link": "https://www.nytimes.com/2021/12/07/opinion/ezra-klein-podcast-ai-jen-poo.html", - "creator": "‘The Ezra Klein Show’", - "pubDate": "Tue, 07 Dec 2021 17:20:44 +0000", + "title": "Opioids Feel Like Love. That’s Why They’re Deadly in Tough Times.", + "description": "America can’t arrest its way out of a problem caused by the fundamental human need to connect.", + "content": "America can’t arrest its way out of a problem caused by the fundamental human need to connect.", + "category": "Opioids and Opiates", + "link": "https://www.nytimes.com/2021/12/06/opinion/us-opioid-crisis.html", + "creator": "Maia Szalavitz", + "pubDate": "Mon, 06 Dec 2021 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164518,20 +189619,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cfedff818d9be736a9560b6907ef852" + "hash": "b053648e3d8ea0df153d02db2ea5d311" }, { - "title": "Teaching ‘The 1619 Project’: A Virtual Event for Educators and Librarians", - "description": "Join Nikole Hannah-Jones for a candid discussion of the project and ways to share the new books “The 1619 Project: A New Origin Story” and “Born on the Water” with students.", - "content": "Join Nikole Hannah-Jones for a candid discussion of the project and ways to share the new books “The 1619 Project: A New Origin Story” and “Born on the Water” with students.", - "category": "Race and Ethnicity", - "link": "https://www.nytimes.com/2021/11/22/magazine/teaching-the-1619-project-event.html", - "creator": "The New York Times", - "pubDate": "Mon, 22 Nov 2021 15:07:30 +0000", + "title": "Flash Floods Hit Parts of Hawaii as Storm Lashes Region", + "description": "Urban parts of Honolulu saw significant flooding and loss of power, the authorities said. But heading into Tuesday evening, the state had largely avoided landslides and catastrophic floods.", + "content": "Urban parts of Honolulu saw significant flooding and loss of power, the authorities said. But heading into Tuesday evening, the state had largely avoided landslides and catastrophic floods.", + "category": "Floods", + "link": "https://www.nytimes.com/2021/12/06/us/hawaii-flooding.html", + "creator": "Eduardo Medina and Alyssa Lukpat", + "pubDate": "Wed, 08 Dec 2021 03:21:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164539,20 +189639,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a43f1aef0d417dd6d9a1726711347ae" + "hash": "c96d96a42ada6d79890b89bdfa3b4d03" }, { - "title": "Inflationary Wave Changes Political Terrain for Right-Wing Populists", - "description": "The leaders of Turkey, Hungary and Brazil are all grappling with problems posed by the global rise in prices ahead of national elections.", - "content": "President Jair Bolsonaro on Brazil’s Independence Day in September. The country’s currency has steadily declined in value, and its economy slipped back into recession in the third quarter.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/13/business/inflation-turkey-brazil-hungary.html", - "creator": "Matt Phillips, Carlotta Gall, Flávia Milhorance and Benjamin Novak", - "pubDate": "Mon, 13 Dec 2021 16:02:26 +0000", + "title": "Ukraine, Omicron, Best Songs of 2021: Your Tuesday Evening Briefing", + "description": "Here’s what you need to know at the end of the day.", + "content": "Here’s what you need to know at the end of the day.", + "category": "", + "link": "https://www.nytimes.com/2021/12/07/briefing/ukraine-omicron-best-songs-of-2021.html", + "creator": "Remy Tumin", + "pubDate": "Tue, 07 Dec 2021 23:25:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164560,20 +189659,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e1cb0f1597a61a6e9acac34a84c9637" + "hash": "069155b6f7a018259f4096e7fd9b8f02" }, { - "title": "How Conflicting Guidance on Travel During the Pandemic Shows Little Progress", - "description": "The Omicron variant turned my trip home from South Africa into a nightmare episode of conflicting public health orders that often seemed to have little connection to science.", - "content": "The Omicron variant turned my trip home from South Africa into a nightmare episode of conflicting public health orders that often seemed to have little connection to science.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/13/health/omicron-travel-setbacks.html", - "creator": "Stephanie Nolen", - "pubDate": "Mon, 13 Dec 2021 15:00:11 +0000", + "title": "A New Strategy for Prosecuting School Shootings", + "description": "Will the parents of a teenager accused of a school shooting be held accountable for his actions?", + "content": "Will the parents of a teenager accused of a school shooting be held accountable for his actions?", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/07/podcasts/the-daily/michigan-shooting.html", + "creator": "Michael Barbaro, Daniel Guillemette, Sydney Harper, Luke Vander Ploeg, Rachel Quester, Paige Cowett, Brad Fisher and Chris Wood", + "pubDate": "Tue, 07 Dec 2021 11:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164581,20 +189679,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fed126a4a8b96fe8d16a53d1fb4c0a6c" + "hash": "91480fce391d61cf339fa09c89b0bb5e" }, { - "title": "India Cities Ban Eggs, Drawing a Backlash", - "description": "Food-cart rules spurred by conservative beliefs draw a backlash, showcasing the tensions around the country’s rising Hindu nationalist movement.", - "content": "An Indian street food vendor preparing an egg dish for a customer in Ahmedabad in the state of Gujarat in November.", - "category": "Ahmedabad (India)", - "link": "https://www.nytimes.com/2021/12/13/world/asia/india-eggs-hindu-nationalism.html", - "creator": "Suhasini Raj", - "pubDate": "Mon, 13 Dec 2021 10:00:19 +0000", + "title": "Biden Warns Putin of Economic Consequences if Aggression Continues", + "description": "President Biden spoke with President Vladimir Putin of Russia in a high-stakes diplomatic effort to de-escalate a crisis over Ukraine. Here’s the latest.", + "content": "President Biden spoke with President Vladimir Putin of Russia in a high-stakes diplomatic effort to de-escalate a crisis over Ukraine. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/07/world/biden-putin", + "creator": "The New York Times", + "pubDate": "Tue, 07 Dec 2021 22:08:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164602,20 +189699,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad064e6cba876ee33528ccdf42f2e8ab" + "hash": "203f44d2087a9fdec16207e481dffd7b" }, { - "title": "Hong Kong Court Sentences Jimmy Lai to Prison Over Tiananmen Vigil", - "description": "The former media mogul and other prominent pro-democracy activists were previously convicted of inciting others to take part in an unauthorized assembly.", - "content": "A van took Jimmy Lai and other prominent pro-democracy activists to the Wanchai district court in Hong Kong last week for their trial. ", - "category": "Hong Kong", - "link": "https://www.nytimes.com/2021/12/13/world/asia/hongkong-jimmy-lai-tiananmen.html", - "creator": "Vivian Wang and Austin Ramzy", - "pubDate": "Mon, 13 Dec 2021 08:36:31 +0000", + "title": "Surgeon General Warns of Mental Health Crisis Among Young People", + "description": "In a rare public advisory, the top U.S. physician, Dr. Vivek Murthy, noted that the crisis was worsened by the pandemic. Here’s the latest on Covid.", + "content": "In a rare public advisory, the top U.S. physician, Dr. Vivek Murthy, noted that the crisis was worsened by the pandemic. Here’s the latest on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/07/world/covid-omicron-vaccine", + "creator": "The New York Times", + "pubDate": "Tue, 07 Dec 2021 22:08:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164623,20 +189719,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "da5a7734d6bc73b3cb34f6e239631d57" + "hash": "9259c1ebeb6a0b558cad12fc979a59ca" }, { - "title": "Penguin Random House Defends Effort to Buy Simon & Schuster", - "description": "The Biden administration has challenged the deal over concerns it would harm authors, but the publisher said that argument is a misunderstanding of how the book industry works.", - "content": "Penguin Random House has offered $2.18 billion for Simon & Schuster, a deal that would further consolidate the publishing industry.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/13/books/penguin-random-house-simon-schuster.html", - "creator": "Elizabeth A. Harris and Alexandra Alter", - "pubDate": "Mon, 13 Dec 2021 17:21:52 +0000", + "title": "Wall Street’s rally stretches to a second day as Omicron concerns ease.", + "description": "", + "content": "", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/07/business/news-business-stock-market/wall-streets-rally-stretches-to-a-second-day-as-omicron-concerns-ease", + "creator": "Coral Murphy Marcos", + "pubDate": "Tue, 07 Dec 2021 21:17:11 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164644,20 +189739,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e531d2344b0b575cf9f81ca518686c62" + "hash": "737551d4f15dbeb24ca0af4c25af511e" }, { - "title": "Militants Kill 2 Policemen in Kashmir as Violence Escalates", - "description": "The clash on Monday came three days after a similar attack on a squad of police officers patrolling streets in northern Kashmir left two of its men dead.", - "content": "A protest on the outskirts of Srinagar, Kashmir, on Monday, after deadly clashes between the police and militants.", - "category": "Territorial Disputes", - "link": "https://www.nytimes.com/2021/12/13/world/asia/india-kashmir-policemen-killed.html", - "creator": "Sameer Yasir", - "pubDate": "Mon, 13 Dec 2021 19:51:24 +0000", + "title": "As Omicron Threat Looms, Inflation Limits Fed’s Room to Maneuver", + "description": "The central bank has spent years guarding against economic blows. Now it is in inflation-fighting mode, even as a potential risk emerges.", + "content": "The central bank has spent years guarding against economic blows. Now it is in inflation-fighting mode, even as a potential risk emerges.", + "category": "Inflation (Economics)", + "link": "https://www.nytimes.com/2021/12/07/business/economy/federal-reserve-inflation-omicron.html", + "creator": "Jeanna Smialek", + "pubDate": "Tue, 07 Dec 2021 21:07:14 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164665,20 +189759,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a99f72dfcd4e643e0de86463afd33d3" + "hash": "eecd53e54a48a548bf71f7474850ba2c" }, { - "title": "Coast Guard Suspends Search for Passenger Who Fell From Cruise Ship", - "description": "The U.S. Coast Guard said on Sunday that it halted its search for a woman who went overboard from a Carnival cruise ship near Ensenada, Mexico.", - "content": "The Carnival Miracle cruise ship in 2013. Carnival Cruise Line said in a statement that the woman fell “from the balcony of her stateroom\" during a three-day cruise.", - "category": "Cruises", - "link": "https://www.nytimes.com/2021/12/13/us/us-coast-guard-woman-overboard-carnival-cruise.html", - "creator": "Johnny Diaz", - "pubDate": "Mon, 13 Dec 2021 18:24:23 +0000", + "title": "Congressional Leaders Reach Deal to Allow Debt Ceiling Increase", + "description": "The legislation would provide a one-time pathway for the Senate to raise the debt ceiling on a simple majority vote, skirting Republican obstruction.", + "content": "The legislation would provide a one-time pathway for the Senate to raise the debt ceiling on a simple majority vote, skirting Republican obstruction.", + "category": "Senate", + "link": "https://www.nytimes.com/2021/12/07/us/politics/debt-ceiling-deal-congress.html", + "creator": "Emily Cochrane and Margot Sanger-Katz", + "pubDate": "Tue, 07 Dec 2021 22:05:33 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164686,20 +189779,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a3297d5e1cb79456fec404df9e79e55" + "hash": "1d960078f5b23c7ef89574c47ca5ee39" }, { - "title": "After 15 Years of Infighting, James Brown’s Estate Is Sold", - "description": "The sale to Primary Wave Music, for an estimated $90 million, provides resources to ultimately realize the musician’s wish to fund scholarships for needy children.", - "content": "The Primary Wave deal is being described as a major step toward underwriting scholarships for children that Brown had outlined in his will. ", - "category": "Wills and Estates", - "link": "https://www.nytimes.com/2021/12/13/arts/music/james-brown-estate-primary-wave.html", - "creator": "Ben Sisario and Steve Knopper", - "pubDate": "Mon, 13 Dec 2021 16:48:31 +0000", + "title": "House Prepares to Pass $768 Billion Defense Policy Bill", + "description": "Lawmakers tossed out some bipartisan provisions as they rushed to advance the bill, which would increase the Pentagon’s budget by more than what President Biden had requested.", + "content": "Lawmakers tossed out some bipartisan provisions as they rushed to advance the bill, which would increase the Pentagon’s budget by more than what President Biden had requested.", + "category": "Law and Legislation", + "link": "https://www.nytimes.com/2021/12/07/us/politics/defense-budget-democrats-biden.html", + "creator": "Catie Edmondson", + "pubDate": "Tue, 07 Dec 2021 21:46:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164707,20 +189799,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dfb43af8e8048856b510e22581d9e8e" + "hash": "0faede8f1ce23e33a3f35456ff2fea1d" }, { - "title": "Mikio Shinagawa, Who Ran a Fashionable SoHo Haunt, Dies at 66", - "description": "His earthy Japanese restaurant, Omen, became a downtown canteen for well-known patrons like Patti Smith, Yoko Ono and Richard Gere.", - "content": "His earthy Japanese restaurant, Omen, became a downtown canteen for well-known patrons like Patti Smith, Yoko Ono and Richard Gere.", - "category": "Shinagawa, Mikio (1955-2021)", - "link": "https://www.nytimes.com/2021/12/12/dining/mikio-shinagawa-dead.html", - "creator": "Alex Vadukul", - "pubDate": "Sun, 12 Dec 2021 19:08:19 +0000", + "title": "In a Reversal, Meadows Refuses to Cooperate With Jan. 6 Inquiry", + "description": "The former White House chief of staff told the House panel scrutinizing the Capitol attack that he was no longer willing to be interviewed, reversing a commitment he made last week.", + "content": "The former White House chief of staff told the House panel scrutinizing the Capitol attack that he was no longer willing to be interviewed, reversing a commitment he made last week.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/07/us/politics/meadows-cooperate-jan-6.html", + "creator": "Luke Broadwater", + "pubDate": "Tue, 07 Dec 2021 17:04:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164728,20 +189819,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b37e7a6cac785652f421a2293116d244" + "hash": "7091b409c0a5e3595086defc861e6dd4" }, { - "title": "Business Updates: Vox Media Plans to Merge With Group Nine Media", - "description": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", - "content": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/13/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Mon, 13 Dec 2021 21:18:22 +0000", + "title": "Ahead of Biden’s Democracy Summit, China Says: We’re Also a Democracy", + "description": "Beijing argues that its system represents a distinctive form of democracy, one that has dealt better than the West with challenges like the pandemic.", + "content": "Beijing argues that its system represents a distinctive form of democracy, one that has dealt better than the West with challenges like the pandemic.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/07/world/asia/china-biden-democracy-summit.html", + "creator": "Keith Bradsher and Steven Lee Myers", + "pubDate": "Tue, 07 Dec 2021 09:50:19 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164749,20 +189839,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bba669d3a51b1beec3a0323c6cd6b34d" + "hash": "bd386bbcd750d7ff03c598190941ddcd" }, { - "title": "Will Forte Is Still Waiting for ‘MacGruber’ to Blow Up", - "description": "In a new Peacock series, Forte returns as the unruly “Saturday Night Live” action hero who’s once again reckoning with bombs (including his 2010 movie).", - "content": "Will Forte is back as MacGruber, the asinine star of “Saturday Night Live” sketches, commercials, a 2010 movie and now, a new series on Peacock.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/08/arts/television/will-forte-macgruber.html", - "creator": "Dave Itzkoff", - "pubDate": "Wed, 08 Dec 2021 20:06:23 +0000", + "title": "How Many Countries Will Follow the U.S. Official Snub of Beijing’s Olympics?", + "description": "Several have signaled that they will find ways to protest China’s human rights abuses, whether they declare a diplomatic boycott as the Biden administration has done or not.", + "content": "Several have signaled that they will find ways to protest China’s human rights abuses, whether they declare a diplomatic boycott as the Biden administration has done or not.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/07/world/asia/us-boycott-beijing-olympics-reaction.html", + "creator": "Steven Lee Myers and Steven Erlanger", + "pubDate": "Tue, 07 Dec 2021 19:46:51 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164770,20 +189859,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe1630f980936cfce6554340857a4daa" + "hash": "a4ee10aec24cf08a6ae443976f4ab2eb" }, { - "title": "Black Women Make Waves in Hair Care", - "description": "A new crop of businesses is claiming a growing share of a billion-dollar industry.", - "content": "Whitney White, the co-founder and owner of Melanin Haircare at her offices in Hudson, Mass.", - "category": "Hair", - "link": "https://www.nytimes.com/2021/12/09/style/black-women-hair-care.html", - "creator": "Tiffany Martinbrough", - "pubDate": "Mon, 13 Dec 2021 18:03:24 +0000", + "title": "Can I Skip Jury Duty Because of Covid Fears?", + "description": "The magazine’s Ethicist columnist on weighing health concerns against civic duty, what to do about workers who had sex on the job — and more.", + "content": "The magazine’s Ethicist columnist on weighing health concerns against civic duty, what to do about workers who had sex on the job — and more.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/07/magazine/jury-duty-covid-fear.html", + "creator": "Kwame Anthony Appiah", + "pubDate": "Tue, 07 Dec 2021 10:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164791,20 +189879,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "05bddff91145eb8c8ad7251f15715f9d" + "hash": "1fb9b05142e34696f30aec4389cce337" }, { - "title": "The Seattle Seahawks’ Boom Is Busted", - "description": "The bold energy that defined the Seattle Seahawks is gone. What will replace it?", - "content": "The bold energy that defined the Seattle Seahawks is gone. What will replace it?", - "category": "National Football League", - "link": "https://www.nytimes.com/2021/12/13/sports/football/seattle-seahawks-pete-carroll-playoffs.html", - "creator": "Kurt Streeter", - "pubDate": "Mon, 13 Dec 2021 11:23:02 +0000", + "title": "We Are Not Going to Run Out of Hypocrisy Anytime Soon", + "description": "Yet another school shooting, the Supreme Court argument over Roe and much else in American life gives us pause.", + "content": "Yet another school shooting, the Supreme Court argument over Roe and much else in American life gives us pause.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/06/opinion/michigan-roe-dole.html", + "creator": "Gail Collins and Bret Stephens", + "pubDate": "Mon, 06 Dec 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164812,20 +189899,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "361d2fe2f8a0a3598696fff4a701a5b4" + "hash": "cfda915a9504a98970341a4cb55f821b" }, { - "title": "With Paige Bueckers Injured, UConn Faces a Tough Few Months", - "description": "The No. 3 Huskies will be without the best player in women’s college basketball for up to eight weeks. With a win and a loss so far in her absence, it’s difficult to say how they will fare.", - "content": "The No. 3 Huskies will be without the best player in women’s college basketball for up to eight weeks. With a win and a loss so far in her absence, it’s difficult to say how they will fare.", - "category": "University of Connecticut", - "link": "https://www.nytimes.com/2021/12/13/sports/ncaabasketball/uconn-paige-bueckers.html", - "creator": "Adam Zagoria", - "pubDate": "Mon, 13 Dec 2021 18:06:27 +0000", + "title": "Helping the Homeless", + "description": "Why it’s so difficult to find viable solutions for California’s homelessness crisis.", + "content": "Why it’s so difficult to find viable solutions for California’s homelessness crisis.", + "category": "Homeless Persons", + "link": "https://www.nytimes.com/2021/12/06/opinion/california-homelessness-crisis.html", + "creator": "Jay Caspian Kang", + "pubDate": "Mon, 06 Dec 2021 20:13:33 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164833,20 +189919,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "15e7a9039c34e6db0441b9beec4aaedd" + "hash": "297aa0c64afb9029e81d2fc08468dce8" }, { - "title": "64 Dead in Kentucky After Tornadoes, but Toll Is Expected to Rise", - "description": "More than 100 people were still unaccounted for in Kentucky, Gov. Andy Beshear said. President Biden will visit the state on Wednesday. Here’s the latest.", - "content": "More than 100 people were still unaccounted for in Kentucky, Gov. Andy Beshear said. President Biden will visit the state on Wednesday. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/13/us/tornadoes-kentucky-illinois", - "creator": "The New York Times", - "pubDate": "Mon, 13 Dec 2021 19:28:50 +0000", + "title": "Readers Share What They’re Grateful For", + "description": "Giving thanks for everything from stents to foliage to a musical dog.", + "content": "Giving thanks for everything from stents to foliage to a musical dog.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/06/opinion/christmas-thanksgiving-spirit.html", + "creator": "Peter Coy", + "pubDate": "Mon, 06 Dec 2021 23:49:44 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164854,20 +189939,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "20a74544b5c0a756b5598f163e1637b4" + "hash": "cf75a7927926489f2c2702c5476b3db4" }, { - "title": "Merck’s Covid Pill Might Pose Risks for Pregnant Women", - "description": "Some laboratory studies suggest that molnupiravir can insert errors in DNA, which could in theory harm a developing fetus, sperm cells or children.", - "content": "While molnupiravir has been shown to reduce the risk of hospitalization and death from Covid-19, scientists have raised concerns about the drug’s potential to cause mutations in human DNA.", - "category": "Molnupiravir (Drug)", - "link": "https://www.nytimes.com/2021/12/13/health/merck-covid-pill-pregnancy-risk.html", - "creator": "Benjamin Mueller", - "pubDate": "Mon, 13 Dec 2021 15:27:03 +0000", + "title": "Heeding Warning Signs Before School Shootings", + "description": "Readers criticize the school’s decision to allow Ethan Crumbley back into class, and the nation’s gun laws. Also: Chris Cuomo; gender-neutral in French; happiness.", + "content": "Readers criticize the school’s decision to allow Ethan Crumbley back into class, and the nation’s gun laws. Also: Chris Cuomo; gender-neutral in French; happiness.", + "category": "Oxford Charter Township, Mich, Shooting (2021)", + "link": "https://www.nytimes.com/2021/12/06/opinion/letters/oxford-michigan-shooting.html", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 17:44:31 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164875,20 +189959,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "24c520631f0acd8438e223c1dabd7c10" + "hash": "82bc600258d483814c94290674dba697" }, { - "title": "Champions League Repeats Its Draw After a ‘Technical Problem’", - "description": "A buzzed-about round of 16 matchup between Manchester United and Paris St.-Germain was the result of a mistake. P.S.G. will face Real Madrid instead.", - "content": "Manchester United was drawn against P.S.G. Then it wasn’t.", - "category": "UEFA Champions League (Soccer)", - "link": "https://www.nytimes.com/2021/12/13/sports/soccer/champions-league-redraw.html", - "creator": "Victor Mather", - "pubDate": "Mon, 13 Dec 2021 15:50:18 +0000", + "title": "Inside Tesla: How Elon Musk Pushed His Vision for Autopilot", + "description": "The automaker may have undermined safety in designing its Autopilot driver-assistance system to fit its chief executive’s vision, former employees say.", + "content": "The automaker may have undermined safety in designing its Autopilot driver-assistance system to fit its chief executive’s vision, former employees say.", + "category": "Tesla Motors Inc", + "link": "https://www.nytimes.com/2021/12/06/technology/tesla-autopilot-elon-musk.html", + "creator": "Cade Metz and Neal E. Boudette", + "pubDate": "Mon, 06 Dec 2021 10:00:24 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164896,20 +189979,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b87d089a1c8786185b78da545190282" + "hash": "1a1be60c020f1c3de24fdb144d3b19fa" }, { - "title": "Business Updates: UBS Told to Pay €1.8 Billion for Aiding Tax Evasion", - "description": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", - "content": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/13/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Mon, 13 Dec 2021 19:28:51 +0000", + "title": "Why New York Is Unearthing a Brook It Buried a Century Ago", + "description": "A plan to “daylight” Tibbetts Brook in the Bronx would be one of the city’s most ambitious green infrastructure improvements.", + "content": "A plan to “daylight” Tibbetts Brook in the Bronx would be one of the city’s most ambitious green infrastructure improvements.", + "category": "Floods", + "link": "https://www.nytimes.com/2021/12/06/nyregion/tibbets-brook-bronx-daylighting.html", + "creator": "Winnie Hu and James Thomas", + "pubDate": "Mon, 06 Dec 2021 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164917,20 +189999,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd28da0d80d485c05c1f0acd1eebedf6" + "hash": "2159a944cbf9bbc05145c849a055d589" }, { - "title": "Yes, Your Kids Can Play Outside All Winter", - "description": "Hardened athletes and explorers weigh in on how to keep your kids warm.", - "content": "Hardened athletes and explorers weigh in on how to keep your kids warm.", - "category": "Coats and Jackets", - "link": "https://www.nytimes.com/2020/11/04/parenting/kids-winter-play-outside.html", - "creator": "Elisabeth Kwak-Hefferan", - "pubDate": "Thu, 17 Dec 2020 08:29:33 +0000", + "title": "Urea Shortage Is Felt Around the World", + "description": "Farmers in India are desperate. Trucks in South Korea had to be idled. Food prices, already high, could rise even further.", + "content": "Farmers in India are desperate. Trucks in South Korea had to be idled. Food prices, already high, could rise even further.", + "category": "Agriculture and Farming", + "link": "https://www.nytimes.com/2021/12/06/business/urea-fertilizer-food-prices.html", + "creator": "Raymond Zhong", + "pubDate": "Mon, 06 Dec 2021 14:35:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164938,20 +190019,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8797f15e72fdfa00c1c9ecd721993d8" + "hash": "7c80841560fec5361dd347dd01b3209a" }, { - "title": "Tinder for Sperm: Even in the Petri Dish, Looks and Athleticism Are Prized", - "description": "What makes one sperm cell — a blob of DNA with a tail — stand out? The selection process is like a microscopic Mr. America contest.", - "content": "What makes one sperm cell — a blob of DNA with a tail — stand out? The selection process is like a microscopic Mr. America contest.", - "category": "Sperm", - "link": "https://www.nytimes.com/2020/04/17/parenting/fertility/ivf-sperm-selection.html", - "creator": "Randi Hutter Epstein", - "pubDate": "Fri, 17 Apr 2020 16:01:59 +0000", + "title": "Justice Department Closes Emmett Till Investigation Without Charges", + "description": "The department said it could not corroborate a book’s claim that a central witness had recanted her statements about Emmett, a Black teenager killed by two white men in 1955.", + "content": "The department said it could not corroborate a book’s claim that a central witness had recanted her statements about Emmett, a Black teenager killed by two white men in 1955.", + "category": "Donham, Carolyn Bryant", + "link": "https://www.nytimes.com/2021/12/06/us/emmett-till-investigation-closed.html", + "creator": "Audra D. S. Burch and Tariro Mzezewa", + "pubDate": "Mon, 06 Dec 2021 23:20:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164959,20 +190039,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "34b4aa52f96d26dc372796aab86035ee" + "hash": "99e2b61dd52fdeb465ae6f7203ee8279" }, { - "title": "At Least 64 Dead in Kentucky, With Recovery ‘to Go On for Years’", - "description": "Gov. Andy Beshear said that as many as 105 people were still unaccounted for after Friday’s tornadoes. Here’s the latest on the aftermath.", - "content": "Gov. Andy Beshear said that as many as 105 people were still unaccounted for after Friday’s tornadoes. Here’s the latest on the aftermath.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/13/us/tornadoes-kentucky-illinois", - "creator": "The New York Times", - "pubDate": "Mon, 13 Dec 2021 17:23:36 +0000", + "title": "Do Tests Work on the Omicron Variant and Other Questions, Answered", + "description": "And experts’ answers.", + "content": "And experts’ answers.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/07/briefing/omicron-variant-need-to-know.html", + "creator": "David Leonhardt", + "pubDate": "Tue, 07 Dec 2021 11:32:57 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -164980,20 +190059,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c2d005d1ac7e24e0cfe3e17343c9ca8" + "hash": "f869c8fccadabde4d0d115b72f6eb3a3" }, { - "title": "At Amazon Site, Tornado Collided With Company’s Peak Delivery Season", - "description": "Amazon, which has its highest employment during the holiday shopping season, said the tornado formed at the site’s parking lot.", - "content": "Safety personnel and first responders outside the damaged Amazon delivery depot on Saturday in Edwardsville, Ill.", - "category": "Delivery Services", - "link": "https://www.nytimes.com/2021/12/12/technology/amazon-tornado-edwardsville.html", - "creator": "Karen Weise and Eric Berger", - "pubDate": "Sun, 12 Dec 2021 20:53:22 +0000", + "title": "How Is the Pandemic Reshaping New York City’s Cultural Landscape?", + "description": "Join playwright Lynn Nottage, artist Laurie Anderson and writer Sarah Schulman in a virtual event on Dec. 9 to explore the current recovery through the lens of previous eras of cultural resurrection.", + "content": "Join playwright Lynn Nottage, artist Laurie Anderson and writer Sarah Schulman in a virtual event on Dec. 9 to explore the current recovery through the lens of previous eras of cultural resurrection.", + "category": "Coronavirus Reopenings", + "link": "https://www.nytimes.com/2021/11/16/nyregion/new-york-city-arts-post-covid.html", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 20:50:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165001,20 +190079,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fed92758adaa44406ba76facccc3fc63" + "hash": "23fda9c5a98ea8f9f781cb3a8d7cde0c" }, { - "title": "No U.S. Troops Will Be Punished for Deadly Kabul Strike, Pentagon Chief Decides", - "description": "The military initially defended the August strike, which killed 10 civilians including seven children, in the days afterward, but ultimately called it a tragic mistake.", - "content": "A relative looks at the damage after after a U.S. drone strike killed 10 civilians in Kabul, Afghanistan, in August. The military later admitted the strike was a tragic mistake.", - "category": "United States Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/13/us/politics/afghanistan-drone-strike.html", - "creator": "Eric Schmitt", - "pubDate": "Mon, 13 Dec 2021 17:25:06 +0000", + "title": "Third Accuser Says Maxwell Facilitated Years of Abuse By Epstein", + "description": "A woman identified as “Carolyn” said she was underage when Ghislaine Maxwell began booking her to give sexual massages to Jeffrey Epstein. Follow updates here.", + "content": "A woman identified as “Carolyn” said she was underage when Ghislaine Maxwell began booking her to give sexual massages to Jeffrey Epstein. Follow updates here.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/07/nyregion/ghislaine-maxwell-trial", + "creator": "The New York Times", + "pubDate": "Tue, 07 Dec 2021 18:40:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165022,20 +190099,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e4037f700ef4cf82a97e8ff3f924da1" + "hash": "49d27518ad15459d0262e764b1e5eae6" }, { - "title": "I Have a Handle on History. The Future Is a Different Story.", - "description": "Try as we might, no one can really imagine what comes next.", - "content": "Try as we might, no one can really imagine what comes next.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/11/opinion/us-democracy-future.html", - "creator": "Jamelle Bouie", - "pubDate": "Sat, 11 Dec 2021 15:13:55 +0000", + "title": "Business Updates: Publisher Pulls Chris Cuomo’s Upcoming Book", + "description": "Adam Mosseri, the head of the company, is expected to face questions from lawmakers this week about whether social media harms children.", + "content": "Adam Mosseri, the head of the company, is expected to face questions from lawmakers this week about whether social media harms children.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/07/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Tue, 07 Dec 2021 22:04:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165043,20 +190119,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "371fcb1f2337cd34d09d7f7d175e215d" + "hash": "11688bc7e72bd2e8426be939d9353a66" }, { - "title": "Economy Updates: Stocks Dip Ahead of Fed’s Decision on Pandemic Support", - "description": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", - "content": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/13/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Mon, 13 Dec 2021 17:25:47 +0000", + "title": "Chile Legalizes Same-Sex Marriage at Fraught Political Moment", + "description": "The legalization of same-sex marriage in Chile comes as the country grapples with sweeping demands for social change.", + "content": "The legalization of same-sex marriage in Chile comes as the country grapples with sweeping demands for social change.", + "category": "Homosexuality and Bisexuality", + "link": "https://www.nytimes.com/2021/12/07/world/americas/chile-gay-marriage.html", + "creator": "Pascale Bonnefoy and Ernesto Londoño", + "pubDate": "Tue, 07 Dec 2021 18:30:28 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165064,20 +190139,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0a7338905336dd861245edc0b552841" + "hash": "4f8da1bccf204a851c4d2038e5c772e1" }, { - "title": "Best Classical Music of 2021", - "description": "The Metropolitan Opera returned with its first work by a Black composer, the repertory slowly got richer, and other highlights of the year.", - "content": "From left: Angel Blue and Will Liverman in “Fire Shut Up in My Bones” at the Metropolitan Opera, and Magdalena Kozena in “Innocence” at the Aix Festival.", - "category": "Two Thousand Twenty One", - "link": "https://www.nytimes.com/2021/12/06/arts/music/best-classical-music.html", - "creator": "Anthony Tommasini, Zachary Woolfe, Joshua Barone, Seth Colter Walls and David Allen", - "pubDate": "Wed, 08 Dec 2021 05:03:11 +0000", + "title": "Kellogg Workers Prolong Strike by Rejecting Contract Proposal", + "description": "About 1,400 workers have been on strike since Oct. 5 at four Kellogg cereal plants in the United States over a dispute that has revolved around the company’s two-tier compensation structure.", + "content": "About 1,400 workers have been on strike since Oct. 5 at four Kellogg cereal plants in the United States over a dispute that has revolved around the company’s two-tier compensation structure.", + "category": "Strikes", + "link": "https://www.nytimes.com/2021/12/07/business/kellogg-workers-strike.html", + "creator": "Noam Scheiber", + "pubDate": "Tue, 07 Dec 2021 17:07:59 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165085,20 +190159,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a51c7149e34a1b35f30a06d2b0527445" + "hash": "3e709b1869a3e443e7451ecc77523bae" }, { - "title": "The Architect Who Invited Her Mother to Be Her Next-Door Neighbor", - "description": "Jess Hinshaw and Kathy Lewis live in a pair of adjoining Brooklyn brownstones that reflect both their individual tastes and their strong familial bond.", - "content": "In the living room of Kathy Lewis’s house, a contemporary coffee table designed by her daughter, Jess Hinshaw, and Hinshaw’s husband, Hagan Hinshaw, offsets a salvaged fireplace from Demolition Depot and a set of original French doors.", - "category": "Home Repairs and Improvements", - "link": "https://www.nytimes.com/2021/12/09/t-magazine/brooklyn-brownstone-home-design.html", - "creator": "Rose Courteau", - "pubDate": "Thu, 09 Dec 2021 20:33:48 +0000", + "title": "Charlottesville’s Statue of Robert E. Lee Will Be Melted Down", + "description": "The statue was the focus of a deadly white nationalist rally in 2017. A local African American heritage center plans to turn it into a new piece of public art.", + "content": "The statue was the focus of a deadly white nationalist rally in 2017. A local African American heritage center plans to turn it into a new piece of public art.", + "category": "Charlottesville, Va, Violence (August, 2017)", + "link": "https://www.nytimes.com/2021/12/07/us/robert-e-lee-statue-melt-charlottesville.html", + "creator": "Eduardo Medina", + "pubDate": "Tue, 07 Dec 2021 21:27:31 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165106,20 +190179,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb9dfdaaec5df891114865e5e9a37487" + "hash": "d2b7c341c2cf4cb4c598ee0ef293a79f" }, { - "title": "‘The Woman Gave Him His Ticket, and He Walked Off’", - "description": "In tribute to a New York City institution, this week’s Metropolitan Diary offers reader tales of encounters with Stephen Sondheim.", - "content": "In tribute to a New York City institution, this week’s Metropolitan Diary offers reader tales of encounters with Stephen Sondheim.", - "category": "New York City", - "link": "https://www.nytimes.com/2021/12/12/nyregion/metropolitan-diary.html", - "creator": "", - "pubDate": "Sun, 12 Dec 2021 08:00:05 +0000", + "title": "A New Tesla Safety Concern: Drivers Can Play Video Games in Moving Cars", + "description": "The feature raises fresh questions about whether Tesla is compromising safety as it rushes to add new technologies.", + "content": "The feature raises fresh questions about whether Tesla is compromising safety as it rushes to add new technologies.", + "category": "Driver Distraction and Fatigue", + "link": "https://www.nytimes.com/2021/12/07/business/tesla-video-game-driving.html", + "creator": "Neal E. Boudette", + "pubDate": "Tue, 07 Dec 2021 17:33:45 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165127,20 +190199,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2e82ee76d020ea1e3c4276a56742acc" + "hash": "64cf2cb8dbfa590481f32b186a980a60" }, { - "title": "Holiday Tipping for Homeowners", - "description": "Think about the people who regularly tend to you and your home, but first set a budget to know how much you can afford to give.", - "content": "Think about the people who regularly tend to you and your home, but first set a budget to know how much you can afford to give.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/11/realestate/holiday-tipping-homeowners.html", - "creator": "Ronda Kaysen", - "pubDate": "Sat, 11 Dec 2021 15:00:06 +0000", + "title": "Women Earn $2 Million Less Than Men in Their Careers as Doctors", + "description": "A survey of more than 80,000 physicians estimated that women make 25 percent less than men over a 40-year career.", + "content": "A survey of more than 80,000 physicians estimated that women make 25 percent less than men over a 40-year career.", + "category": "Wages and Salaries", + "link": "https://www.nytimes.com/2021/12/06/health/women-doctors-salary-pay-gap.html", + "creator": "Azeen Ghorayshi", + "pubDate": "Mon, 06 Dec 2021 21:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165148,20 +190219,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0208223890c00ca700c52b86fb8c4a8e" + "hash": "c5084fff9479ad83c5b9f33d7b8e92b0" }, { - "title": "At Least 64 Dead in Kentucky, but Candle Factory Toll Is Less Than Feared", - "description": "Gov. Andy Beshear said that as many as 105 people were still unaccounted for after Friday’s tornadoes. Here’s the latest on the aftermath.", - "content": "Gov. Andy Beshear said that as many as 105 people were still unaccounted for after Friday’s tornadoes. Here’s the latest on the aftermath.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/13/us/tornadoes-kentucky-illinois", - "creator": "The New York Times", - "pubDate": "Mon, 13 Dec 2021 15:43:35 +0000", + "title": "A Monument to the Lives of Black Women and Girls", + "description": "“The Black Girlhood Altar” began as a community project fueled by collective grief. Now it’s on display at the Museum of Contemporary Art Chicago.", + "content": "“The Black Girlhood Altar” began as a community project fueled by collective grief. Now it’s on display at the Museum of Contemporary Art Chicago.", + "category": "Monuments and Memorials (Structures)", + "link": "https://www.nytimes.com/2021/12/07/style/black-girlhood-altar-chicago-monument.html", + "creator": "Gina Cherelus", + "pubDate": "Tue, 07 Dec 2021 15:44:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165169,20 +190239,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "baba47ed1bb429b52141a0e7167f84aa" + "hash": "156ccec3f767cb9e523108c63970b0ec" }, { - "title": "Now in Your Inbox: Political Misinformation", - "description": "One of the most powerful communication tools available to politicians teems with unfounded claims and largely escapes notice.", - "content": "A fund-raising email from Senator John Kennedy of Louisiana claimed, falsely, that President Biden was “giving every illegal immigrant that comes into our country $450,000.”", - "category": "Rumors and Misinformation", - "link": "https://www.nytimes.com/2021/12/13/us/politics/email-political-misinformation.html", - "creator": "Maggie Astor", - "pubDate": "Mon, 13 Dec 2021 13:34:35 +0000", + "title": "Restaurant Review: Aunts et Uncles in Flatbush, Brooklyn", + "description": "Plant-based menus have become the new hubs of culinary creativity, and this bright all-day cafe offers plenty.", + "content": "Plant-based menus have become the new hubs of culinary creativity, and this bright all-day cafe offers plenty.", + "category": "Restaurants", + "link": "https://www.nytimes.com/2021/12/07/dining/aunts-et-uncles-review-vegan-restaurant-brooklyn.html", + "creator": "Pete Wells", + "pubDate": "Tue, 07 Dec 2021 16:30:23 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165190,20 +190259,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c85f8220d0687529dc619eb32f133852" + "hash": "0f835f53971681be06a74287beb7f865" }, { - "title": "What We Learned From Week 14 in the N.F.L.", - "description": "Kansas City’s defense could give Patrick Mahomes the breathing room to grab home-field advantage, and Micah Parsons made good on the Cowboys’ promise to beat Washington.", - "content": "Mike Hughes, a cornerback, returned a fumble 23 yards for a touchdown on Kansas City’s first defensive play against the Las Vegas Raiders on Sunday.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/12/sports/football/nfl-week-14-scores.html", - "creator": "Tyler Dunne", - "pubDate": "Mon, 13 Dec 2021 14:48:22 +0000", + "title": "An Apartment in the Big City, at Wisconsin Prices", + "description": "After living in Madison for six years, they were ready for a change. But they never dreamed they would find a place so close to New York City.", + "content": "After living in Madison for six years, they were ready for a change. But they never dreamed they would find a place so close to New York City.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/06/realestate/renters-hoboken-new-jersey.html", + "creator": "Marian Bull", + "pubDate": "Mon, 06 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165211,20 +190279,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed1656ec43d0db8e3f248fbeadab1233" + "hash": "beb7cc7cfb7fe3f5f69d987e6cb1475c" }, { - "title": "Why We Need to Address Scam Culture", - "description": "It’s not just about shady deals. It’s about the social fabric.", - "content": "It’s not just about shady deals. It’s about the social fabric.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/10/opinion/scams-trust-institutions.html", - "creator": "Tressie McMillan Cottom", - "pubDate": "Sat, 11 Dec 2021 01:10:24 +0000", + "title": "Joaquina Kalukango and Amanda Williams on Creative Freedom", + "description": "The ‘Slave Play’ actress and the Chicago-based artist discuss generational gaps, success and the art that brought them each acclaim.", + "content": "The ‘Slave Play’ actress and the Chicago-based artist discuss generational gaps, success and the art that brought them each acclaim.", + "category": "holiday issue 2021", + "link": "https://www.nytimes.com/2021/11/29/t-magazine/joaquina-kalukango-amanda-williams.html", + "creator": "Nneka McGuire", + "pubDate": "Tue, 30 Nov 2021 15:55:23 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165232,20 +190299,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "361e02b6477d07e92dfd850011605646" + "hash": "f6353ae2615229c6476c581ff06aee2b" }, { - "title": "South Korea Has Long Wanted Nuclear Subs. A New Reactor Could Open a Door.", - "description": "The country plans to build a small modular reactor for marine propulsion, raising questions of whether it eventually intends to develop a nuclear submarine despite a U.S. treaty.", - "content": "The submarine Dosan Ahn Chang-ho off the coast of Pohang, South Korea, taking part in a celebration of the nation’s 73rd Armed Forces Day in October 2021.", - "category": "South Korea", - "link": "https://www.nytimes.com/2021/12/13/world/asia/south-korea-nuclear-submarines.html", - "creator": "Choe Sang-Hun", - "pubDate": "Mon, 13 Dec 2021 10:00:17 +0000", + "title": "Biden and Putin Conclude Talks as Ukraine Conflict Simmers", + "description": "President Biden spoke with President Vladimir Putin of Russia in a high-stakes diplomatic effort to de-escalate a crisis over Ukraine. Here’s the latest.", + "content": "President Biden spoke with President Vladimir Putin of Russia in a high-stakes diplomatic effort to de-escalate a crisis over Ukraine. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/07/world/biden-putin", + "creator": "The New York Times", + "pubDate": "Tue, 07 Dec 2021 17:38:33 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165253,20 +190319,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "627c7fc27121c065e24ca3e6ee71c990" + "hash": "567a3fd8c135932e157dd5b3eab5a8fd" }, { - "title": "‘Our Boat Was Surrounded by Dead Bodies’: Witnessing a Migrant Tragedy", - "description": "Migrants who were on a separate boat described the horrible aftermath of the sinking in the English Channel that took at least 27 lives.", - "content": "Migrants arriving at a beach last month in Dungeness, on the southeast coast of England, after being rescued while crossing the English Channel. ", - "category": "Maritime Accidents and Safety", - "link": "https://www.nytimes.com/2021/12/12/world/middleeast/migrants-channel-france-uk-sinking.html", - "creator": "Jane Arraf, Sangar Khaleel and Megan Specia", - "pubDate": "Sun, 12 Dec 2021 11:19:46 +0000", + "title": "Early Omicron Reports Say Illness May Be Less Severe", + "description": "Researchers in South Africa, where the variant is spreading quickly, say it may cause less serious Covid cases than other forms of the virus, but it is unclear whether that will hold true.", + "content": "Researchers in South Africa, where the variant is spreading quickly, say it may cause less serious Covid cases than other forms of the virus, but it is unclear whether that will hold true.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/06/world/africa/omicron-coronavirus-research-spread.html", + "creator": "Lynsey Chutel, Richard Pérez-Peña and Emily Anthes", + "pubDate": "Mon, 06 Dec 2021 23:52:23 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165274,20 +190339,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c46c433b4b01fde339792bb610648b5" + "hash": "b658b8cb64604ed2585dba4302c45d84" }, { - "title": "M.T.A. to Offer Free Rides for OMNY ‘Tap-and-Go’ Customers", - "description": "Transit leaders hope to boost ridership by putting a weekly fare cap on trips made with the subway’s new “tap-and-go” payment system.", - "content": "Transit officials hope that bringing weekly discounts to the OMNY system will save people money and get them to ride more.", - "category": "Subways", - "link": "https://www.nytimes.com/2021/12/13/nyregion/omny-nyc-subway-fare-capping.html", - "creator": "Ana Ley", - "pubDate": "Mon, 13 Dec 2021 10:00:11 +0000", + "title": "On the Banks of the Furious Congo River, a 5-Star Emporium of Ambition", + "description": "As the clean energy revolution upends the centuries-long lock of fossil fuels on the global economy, dealmakers and hustlers converge on the Fleuve Congo Hotel.", + "content": "As the clean energy revolution upends the centuries-long lock of fossil fuels on the global economy, dealmakers and hustlers converge on the Fleuve Congo Hotel.", + "category": "Mines and Mining", + "link": "https://www.nytimes.com/2021/12/07/world/congo-cobalt-investor-hotel.html", + "creator": "Dionne Searcey, Eric Lipton, Michael Forsythe and Ashley Gilbertson", + "pubDate": "Tue, 07 Dec 2021 10:00:29 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165295,20 +190359,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "39ba3fd010ff2d556c4581d020dd8f78" + "hash": "7a99b114d7a7471c6a1049f643771fc4" }, { - "title": "Workers in Europe Are Demanding Higher Pay as Inflation Soars", - "description": "Prices are rising at the fastest rate on record, and unions want to keep up. Policymakers worry that might make inflation worse.", - "content": "Carlos Bowles, an economist at the European Central Bank and vice president of a trade union for central bank employees. Workers are pressing for a raise of at least 5 percent to keep up with a record inflationary surge.", - "category": "Wages and Salaries", - "link": "https://www.nytimes.com/2021/12/13/business/workers-pay-europe-inflation.html", - "creator": "Liz Alderman", - "pubDate": "Mon, 13 Dec 2021 14:54:08 +0000", + "title": "Meet the Sheriff Who Wants to Put Andrew Cuomo Behind Bars", + "description": "Craig D. Apple Sr. is known among some fellow Democrats as the “Teflon sheriff” for his ability to persevere, even thrive, through trouble that might tarnish less adept politicians.", + "content": "Craig D. Apple Sr. is known among some fellow Democrats as the “Teflon sheriff” for his ability to persevere, even thrive, through trouble that might tarnish less adept politicians.", + "category": "Apple, Craig D", + "link": "https://www.nytimes.com/2021/12/07/nyregion/sheriff-apple-cuomo-albany.html", + "creator": "Dana Rubinstein, Grace Ashford and Jane Gottlieb", + "pubDate": "Tue, 07 Dec 2021 16:42:40 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165316,20 +190379,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bcee336da6cf02f79aaf3c85d22577e" + "hash": "4ae5ebf5af08f61d8419e747039d41ed" }, { - "title": "Vicente Fernández, ‘El Rey’ of Mexican Ranchera Music, Is Dead at 81", - "description": "A beloved Mexican singer, Mr. Fernández was known for his powerful operatic range and marathon performances, delivered in a signature charro outfit and intricately embroidered sombrero.", - "content": "Vicente Fernández at Madison Square Garden in 2008. He was known for giving epic performances in which he relished the give-and-take with his fans.", - "category": "Fernandez, Vicente", - "link": "https://www.nytimes.com/2021/12/12/arts/music/vicente-fernandez-dead.html", - "creator": "Christine Chung", - "pubDate": "Sun, 12 Dec 2021 23:20:23 +0000", + "title": "Can Olaf Scholz, Germany’s New Chancellor, Revive the Left in Europe?", + "description": "Olaf Scholz wants to win back workers who defected to the populist far right. Success could make him a model for Social Democrats everywhere.", + "content": "Olaf Scholz wants to win back workers who defected to the populist far right. Success could make him a model for Social Democrats everywhere.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/07/world/europe/germany-olaf-scholz-chancellor.html", + "creator": "Katrin Bennhold", + "pubDate": "Tue, 07 Dec 2021 05:50:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165337,20 +190399,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "de6ed5ffdf8973241df1f7e5109a042b" + "hash": "73bdbca9f12fab63c566c31502ad4590" }, { - "title": "Business Updates: China’s SenseTime Delays Hong Kong I.P.O. Amid Sanctions", - "description": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", - "content": "SenseTime is one of a number of Chinese companies that has drawn condemnation for helping Beijing develop its fast-growing surveillance systems.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/13/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Mon, 13 Dec 2021 14:57:41 +0000", + "title": "How Many Countries Will Follow the U.S. Boycott of Beijing’s Olympics?", + "description": "Several have signaled that they will find ways to protest China’s human rights abuses, whether they declare a diplomatic boycott or not.", + "content": "Several have signaled that they will find ways to protest China’s human rights abuses, whether they declare a diplomatic boycott or not.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/07/world/asia/us-boycott-beijing-olympics-reaction.html", + "creator": "Steven Lee Myers and Steven Erlanger", + "pubDate": "Tue, 07 Dec 2021 13:03:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165358,20 +190419,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "da0b3bbebe99dfd3ef9473856332a853" + "hash": "b738098351e176c40b39a006e00bd456" }, { - "title": "French Soccer Wrestles Surge in Stadium Violence", - "description": "The return of supporters to stadiums in France has been accompanied by a series of games postponed or marred by trouble in the stands.", - "content": "Dimitri Payet has been hit twice this season by objects thrown from the stands.", - "category": "Soccer", - "link": "https://www.nytimes.com/2021/12/12/sports/soccer/ligue-1-france-violence.html", - "creator": "Rory Smith", - "pubDate": "Sun, 12 Dec 2021 20:02:07 +0000", + "title": "Business Updates: Natural Gas Prices Sink in Sign of Hope for Heating Bills", + "description": "Adam Mosseri, the head of the company, is expected to face questions from lawmakers this week about whether social media harms children.", + "content": "Adam Mosseri, the head of the company, is expected to face questions from lawmakers this week about whether social media harms children.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/07/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Tue, 07 Dec 2021 18:40:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165379,20 +190439,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "787d818939aff8dd0e635b69307c9713" + "hash": "71089fe497b2578800ad6fd1d1c2d3a1" }, { - "title": "Spielberg’s ‘West Side Story’ Opens to Tepid Box Office Receipts", - "description": "Musicals often take time to build an audience, but can this remake, with little star power, compete with franchises and spectacles?", - "content": "Musicals often take time to build an audience, but can this remake, with little star power, compete with franchises and spectacles?", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/12/business/media/west-side-story-tepid-sales.html", - "creator": "Brooks Barnes", - "pubDate": "Sun, 12 Dec 2021 21:12:50 +0000", + "title": "Ethiopia Says It Recaptured 2 Strategic Towns From Tigray Rebels", + "description": "The government said it took back the towns of Dessie and Kombolcha, the latest in a string of wins Prime Minister Abiy Ahmed has claimed in recent days.", + "content": "The government said it took back the towns of Dessie and Kombolcha, the latest in a string of wins Prime Minister Abiy Ahmed has claimed in recent days.", + "category": "Ethiopia", + "link": "https://www.nytimes.com/2021/12/07/world/africa/ethiopia-tigray-civil-war.html", + "creator": "Abdi Latif Dahir", + "pubDate": "Tue, 07 Dec 2021 14:55:32 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165400,20 +190459,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2e7ecb0559b94d405bf4c16169eb133" + "hash": "d28950aa6247fc6e8104f79890e10b3f" }, { - "title": "In Kentucky, Tallying the Grim Scale of Destruction", - "description": "“I don’t think we’ll have seen damage at this scale, ever,” said Gov. Andy Beshear of Kentucky in the wake of the devastating tornadoes on Friday.", - "content": "A tornado flattened most of the small town of Dawson Springs, Ky.", - "category": "Tornadoes", - "link": "https://www.nytimes.com/2021/12/12/us/tornadoes-damage-deaths.html", - "creator": "Rick Rojas, Edgar Sandoval, Jamie McGee and Campbell Robertson", - "pubDate": "Mon, 13 Dec 2021 02:43:45 +0000", + "title": "Are My Allergies All in My Head?", + "description": "Allergies exist. But emotional factors can make them better or worse.", + "content": "Allergies exist. But emotional factors can make them better or worse.", + "category": "Allergies", + "link": "https://www.nytimes.com/2019/03/29/well/mind/allergies-symptoms-emotions-psychology.html", + "creator": "Richard Klasco, M.D.", + "pubDate": "Fri, 29 Mar 2019 09:00:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165421,20 +190479,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e835e02ae1ebeb093804be2b61b67529" + "hash": "9a6094e568858f1de0fc8b58ac97d074" }, { - "title": "How to Help Victims of the Tornadoes", - "description": "Here’s how to pitch in as local and national volunteers and aid groups mobilize to help hard-hit areas.", - "content": "Volunteers organizing donations at Primera Iglesia Bautista Hispana church in Mayfield, Ky.", - "category": "Philanthropy", - "link": "https://www.nytimes.com/2021/12/12/us/how-to-help-victims-of-the-tornadoes.html", - "creator": "Alyssa Lukpat", - "pubDate": "Mon, 13 Dec 2021 01:59:24 +0000", + "title": "New York City to Mandate Vaccines for Employees at Private Businesses", + "description": "The mandate, set to take effect just before Mayor Bill de Blasio leaves office, will apply to workers at about 184,000 businesses. It is likely to face legal challenges.", + "content": "The mandate, set to take effect just before Mayor Bill de Blasio leaves office, will apply to workers at about 184,000 businesses. It is likely to face legal challenges.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/06/nyregion/private-employer-vaccine-mandate-deblasio.html", + "creator": "Emma G. Fitzsimmons", + "pubDate": "Mon, 06 Dec 2021 23:44:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165442,20 +190499,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd0dd738603773a0ae1c5f45878c586e" + "hash": "fa2ea3841648a888f1bb1eb2a424b80b" }, { - "title": "Le président haïtien dressait une liste de narco-trafiquants. Ses tueurs l’ont saisie.", - "description": "Dans les mois précédant son meurtre, Jovenel Moïse avait entrepris de lutter contre des trafiquants d’armes et de drogues. Certains responsables craignent aujourd’hui que ce fut sa perte.", - "content": "Des forces de sécurité haïtiennes en juillet dernier lors des préparatifs des funérailles du président Jovenel Moïse.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/fr/2021/12/12/world/americas/haiti-jovenel-trafic-drogue.html", - "creator": "Maria Abi-Habib", - "pubDate": "Sun, 12 Dec 2021 18:03:34 +0000", + "title": "Travelers to U.S. Now Must Test Negative for Covid a Day Before Flying", + "description": "Inbound travelers must now show a negative result from a test taken no more than a day before departure, a requirement some say may be hard to satisfy.", + "content": "Inbound travelers must now show a negative result from a test taken no more than a day before departure, a requirement some say may be hard to satisfy.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/06/world/americas/us-travel-covid-testing-rules.html", + "creator": "Juston Jones and Jenny Gross", + "pubDate": "Mon, 06 Dec 2021 19:46:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165463,20 +190519,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "309fc7b204ccb8565ed39923880973a7" + "hash": "56e1f3ee9d13e21bda383ee02efc5957" }, { - "title": "South Africa’s President Tests Positive for the Coronavirus", - "description": "President Cyril Ramaphosa was displaying mild Covid-19 symptoms as new cases are rising exponentially in the country. Catch up on pandemic news.", - "content": "President Cyril Ramaphosa was displaying mild Covid-19 symptoms as new cases are rising exponentially in the country. Catch up on pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/12/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Mon, 13 Dec 2021 04:00:19 +0000", + "title": "Biden Expected to Offer Warnings and Alternatives in Call With Putin", + "description": "President Biden will hold a high-stakes video call with Vladimir V. Putin of Russia on Tuesday.", + "content": "President Biden will hold a high-stakes video call with Vladimir V. Putin of Russia on Tuesday.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/06/us/politics/biden-putin-call-ukraine.html", + "creator": "David E. Sanger and Eric Schmitt", + "pubDate": "Mon, 06 Dec 2021 17:35:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165484,20 +190539,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccbd608532ecfeb8e5444dc4d786ee60" + "hash": "1a3021789850fb1b25a0a7eb1c9ce881" }, { - "title": "New Leader Pushes Teachers’ Union to Take On Social Justice Role", - "description": "Becky Pringle, the country’s top Black labor leader, has plunged the National Education Association into the reckoning unfolding in public schools.", - "content": "Becky Pringle, the president of the National Education Association, has been influential on the Biden administration. “I can listen to her speak about equity,” Education Secretary Miguel Cardona said, “and walk away smarter.”", - "category": "Education (K-12)", - "link": "https://www.nytimes.com/2021/12/12/us/politics/teachers-union-becky-pringle.html", - "creator": "Erica L. Green", - "pubDate": "Sun, 12 Dec 2021 21:48:25 +0000", + "title": "In Ukraine, Grinding War and Weary Anticipation of Invasion by Russia", + "description": "After eight years in the trenches, Ukrainian soldiers are resigned to the possibility that the Russian military, which dwarfs their own in power and wealth, will come sooner or later.", + "content": "After eight years in the trenches, Ukrainian soldiers are resigned to the possibility that the Russian military, which dwarfs their own in power and wealth, will come sooner or later.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/06/world/europe/ukraine-russia-war-front.html", + "creator": "Michael Schwirtz", + "pubDate": "Mon, 06 Dec 2021 20:26:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165505,20 +190559,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbe87eebf1be3368fddc56a0f1a12aa0" + "hash": "557fa20b2310e5790e82cb2fa3ca66ff" }, { - "title": "For Texas Governor, Hard Right Turn Followed a Careful Rise", - "description": "Greg Abbott’s shift will face a test in next year’s election, but he has demonstrated during his career a keen sense of the political winds.", - "content": "Governor Greg Abbott is introduced ahead of his remarks at a meeting of the Houston Region Business Coalition.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/12/us/greg-abbott-texas-governor.html", - "creator": "J. David Goodman", - "pubDate": "Sun, 12 Dec 2021 10:00:10 +0000", + "title": "Justice Dept. Files Voting Rights Suit Against Texas Over Map", + "description": "The department said the state’s redistricting plan would violate the Voting Rights Act by discriminating against minority voters.", + "content": "The department said the state’s redistricting plan would violate the Voting Rights Act by discriminating against minority voters.", + "category": "Voting Rights Act (1965)", + "link": "https://www.nytimes.com/2021/12/06/us/politics/texas-voting-rights-redistricting.html", + "creator": "Katie Benner, Nick Corasaniti and Reid J. Epstein", + "pubDate": "Tue, 07 Dec 2021 00:31:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165526,20 +190579,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "392105dae350ad2ece889b7d5b4a74c7" + "hash": "52b07e47b1e13e14bb8b5dbb0dd0e28a" }, { - "title": "Putin, Patron of European Unity? At This Art Exhibition, He Is.", - "description": "Russia’s president is an unlikely backer for a roving art show that asks questions about what it means to be European — and whether Russia really is.", - "content": "Russia’s president is an unlikely backer for a roving art show that asks questions about what it means to be European — and whether Russia really is.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/10/arts/design/diversity-united-exhibition-moscow-berlin-paris.html", - "creator": "Valeriya Safronova", - "pubDate": "Fri, 10 Dec 2021 18:33:26 +0000", + "title": "U.S. Will Not Send Government Officials to Beijing Olympics", + "description": "American athletes will still be able to compete in the Winter Games, but the diplomatic boycott is a slap at China for human rights abuses in Xinjiang.", + "content": "American athletes will still be able to compete in the Winter Games, but the diplomatic boycott is a slap at China for human rights abuses in Xinjiang.", + "category": "China", + "link": "https://www.nytimes.com/2021/12/06/us/politics/olympics-boycott-us.html", + "creator": "Zolan Kanno-Youngs", + "pubDate": "Tue, 07 Dec 2021 01:55:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165547,20 +190599,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d31a99458be9ba979130ba0c1b20b771" + "hash": "6ea7812e0d7a1d1f56f4305b4acc7b2b" }, { - "title": "Eric Asimov’s Favorite Wines of 2021", - "description": "It was another strange year with travel still limited. But good wines can bring the world to you.", - "content": "It was another strange year with travel still limited. But good wines can bring the world to you.", - "category": "Wines", - "link": "https://www.nytimes.com/2021/12/09/dining/drinks/best-wines.html", - "creator": "Eric Asimov", - "pubDate": "Fri, 10 Dec 2021 14:37:50 +0000", + "title": "Georgia Governor's Race Puts State at Center of 2022 Political Drama", + "description": "Former Senator David Perdue, encouraged by Donald Trump, is challenging Gov. Brian Kemp, a fellow Republican who defied the former president.", + "content": "Former Senator David Perdue, encouraged by Donald Trump, is challenging Gov. Brian Kemp, a fellow Republican who defied the former president.", + "category": "Georgia", + "link": "https://www.nytimes.com/2021/12/06/us/politics/georgia-abrams-perdue-kemp.html", + "creator": "Richard Fausset and Jonathan Martin", + "pubDate": "Tue, 07 Dec 2021 03:12:27 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165568,20 +190619,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "25b18f8d7bb2ef05d82bf1b465824817" + "hash": "65d6e4dae41e83eb6dfe9622960c3e11" }, { - "title": "Teen Girls Talk About Puberty. ‘We Don’t Turn Into Aliens.’", - "description": "From period pains and hip dips to bullying and catcalling, five girls talk about the trials of growing up.", - "content": "From period pains and hip dips to bullying and catcalling, five girls talk about the trials of growing up.", - "category": "Documentary Films and Programs", - "link": "https://www.nytimes.com/2021/12/07/opinion/teen-puberty-just-girls.html", - "creator": "Bronwen Parker-Rhodes", - "pubDate": "Tue, 07 Dec 2021 10:00:09 +0000", + "title": "Trump’s Media Company Investigated Over SPAC Deal", + "description": "A financing company told investors that it wasn’t in deal talks, weeks after its C.E.O. held a private videoconference about a possible deal with Donald Trump.", + "content": "A financing company told investors that it wasn’t in deal talks, weeks after its C.E.O. held a private videoconference about a possible deal with Donald Trump.", + "category": "Securities and Commodities Violations", + "link": "https://www.nytimes.com/2021/12/06/business/trump-spac-sec-arc.html", + "creator": "Matthew Goldstein, David Enrich and Michael Schwirtz", + "pubDate": "Mon, 06 Dec 2021 23:01:24 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165589,20 +190639,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e9292f9fb42845329e19e57eecb2a2d" + "hash": "491f1db1f7d95e03b2c2b3bcc07e9278" }, { - "title": "Are Vaccine Polls Flawed?", - "description": "Researchers say that two large surveys aren’t representative.", - "content": "Researchers say that two large surveys aren’t representative.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/10/opinion/vaccine-polls-covid.html", - "creator": "Peter Coy", - "pubDate": "Fri, 10 Dec 2021 22:27:42 +0000", + "title": "Devin Nunes to Quit House, Take Over Trump's Media Company", + "description": "The California Republican, who had pugnaciously defended Donald J. Trump, chose the media company role over a potentially powerful new post in Congress.", + "content": "The California Republican, who had pugnaciously defended Donald J. Trump, chose the media company role over a potentially powerful new post in Congress.", + "category": "Nunes, Devin G", + "link": "https://www.nytimes.com/2021/12/06/us/politics/devin-nunes-trump.html", + "creator": "Jonathan Weisman", + "pubDate": "Tue, 07 Dec 2021 00:04:57 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165610,20 +190659,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "77f5fcb4edab40bddc10a716aa0c3bad" + "hash": "55d871e9a1ec53380b242dd46b8a2f7a" }, { - "title": "In U.S.-China Competition, Indonesia Is Key", - "description": "If the real goal of strategic competition with China is to ensure a “free and open Indo-Pacific,” America can’t rely on a few fast friends who share its worldview. ", - "content": "President Joko Widodo of Indonesia, left, and President Xi Jinping of China in 2017.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/12/opinion/indonesia-us-jokowi-biden.html", - "creator": "Ben Bland", - "pubDate": "Sun, 12 Dec 2021 16:00:05 +0000", + "title": "How '2 Lizards' and Meriem Bennani Captured the Essence of 2020", + "description": "With the animated video series “2 Lizards,” Meriem Bennani and Orian Barki captured the essence of 2020. Now, Bennani’s at work on a documentary about living in limbo.", + "content": "With the animated video series “2 Lizards,” Meriem Bennani and Orian Barki captured the essence of 2020. Now, Bennani’s at work on a documentary about living in limbo.", + "category": "holiday issue 2021", + "link": "https://www.nytimes.com/2021/12/01/t-magazine/meriem-bennani-2-lizards.html", + "creator": "Sasha Weiss", + "pubDate": "Wed, 01 Dec 2021 13:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165631,20 +190679,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "336e2b5592f62aca04076bcb8149d5a2" + "hash": "2eb8123b3dd3b43968bfdc95ec266fe4" }, { - "title": "How the Great Resignation Could Help Workers", - "description": "French history offers hopeful lessons.", - "content": "French history offers hopeful lessons.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2021/12/11/opinion/great-resignation-labor-shortage.html", - "creator": "Abigail Susik", - "pubDate": "Sat, 11 Dec 2021 14:54:49 +0000", + "title": "I Was Bob Dole's Press Secretary. This Is What I Learned From Him.", + "description": "During his 1996 presidential campaign, Senator Dole would often go off-script. But it was those moments that revealed his rare empathy.", + "content": "During his 1996 presidential campaign, Senator Dole would often go off-script. But it was those moments that revealed his rare empathy.", + "category": "Dole, Bob", + "link": "https://www.nytimes.com/2021/12/05/opinion/politics/bob-dole-death.html", + "creator": "Nelson Warfield", + "pubDate": "Mon, 06 Dec 2021 02:57:48 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165652,20 +190699,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0502380714fed73b3bc9b536d19010fe" + "hash": "223427ed4764b65ef9ae30293f234d5f" }, { - "title": "Why Hospitalizations Are Now a Better Indicator of Covid’s Impact", - "description": "In highly vaccinated areas, Covid policies should be tied to hospitalizations.", - "content": "In highly vaccinated areas, Covid policies should be tied to hospitalizations.", - "category": "Disease Rates", - "link": "https://www.nytimes.com/2021/12/11/opinion/why-hospitalizations-are-now-a-better-indicator-of-covids-impact.html", - "creator": "Monica Gandhi and Leslie Bienen", - "pubDate": "Sat, 11 Dec 2021 20:00:06 +0000", + "title": "He Is Black. The Victims Were White. ‘It’s an Allegation as Old as America.’", + "description": "The halting of executions and the guilty verdicts in the Ahmaud Arbery case have given us the slightest bit of hope for change.", + "content": "The halting of executions and the guilty verdicts in the Ahmaud Arbery case have given us the slightest bit of hope for change.", + "category": "Capital Punishment", + "link": "https://www.nytimes.com/2021/12/06/opinion/pervis-payne-death-penalty-states.html", + "creator": "Margaret Renkl", + "pubDate": "Mon, 06 Dec 2021 14:19:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165673,20 +190719,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "45dfe634933e3c06df5b3b1e82c59488" + "hash": "ac3c151eb766ccf64ae9d7798d1cfa63" }, { - "title": "Cash Is Out. Crypto Is In. What's Happening to Money?", - "description": "It’s not just about the demise of coins and dollar bills. It’s also about society’s faith in the very idea of money.", - "content": "It’s not just about the demise of coins and dollar bills. It’s also about society’s faith in the very idea of money.", - "category": "Banking and Financial Institutions", - "link": "https://www.nytimes.com/2021/12/10/opinion/cash-crypto-trust-money.html", - "creator": "Peter Coy", - "pubDate": "Fri, 10 Dec 2021 16:35:55 +0000", + "title": "How Can You Destroy a Person’s Life and Only Get a Slap on the Wrist?", + "description": "The Justice Department’s Office of Professional Responsibility needs an overhaul.", + "content": "The Justice Department’s Office of Professional Responsibility needs an overhaul.", + "category": "Prosecutorial Misconduct", + "link": "https://www.nytimes.com/2021/12/04/opinion/prosecutor-misconduct-new-york-doj.html", + "creator": "The Editorial Board", + "pubDate": "Sun, 05 Dec 2021 15:50:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165694,20 +190739,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "88362aff91da60540deb235f6a3711da" + "hash": "7ea0e8e298e5aa522f040463df7e8c08" }, { - "title": "Birds Aren’t Real, or Are They? Inside a Gen Z Conspiracy Theory.", - "description": "Peter McIndoe, the 23-year-old creator of the viral Birds Aren’t Real movement, is ready to reveal what the effort is really about.", - "content": "Peter McIndoe, the 23-year-old creator of the viral Birds Aren’t Real movement, is ready to reveal what the effort is really about.", - "category": "Computers and the Internet", - "link": "https://www.nytimes.com/2021/12/09/technology/birds-arent-real-gen-z-misinformation.html", - "creator": "Taylor Lorenz", - "pubDate": "Thu, 09 Dec 2021 14:44:41 +0000", + "title": "The Ghosts of Mississippi", + "description": "Dobbs v. Jackson Women’s Health Organization is another Mississippi case poised to roll back constitutional rights.", + "content": "Dobbs v. Jackson Women’s Health Organization is another Mississippi case poised to roll back constitutional rights.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/12/05/opinion/abortion-mississippi-constitutional-rights.html", + "creator": "Charles M. Blow", + "pubDate": "Sun, 05 Dec 2021 20:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165715,20 +190759,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a491a8049969ede6ffb0aa5c1ab29b5" + "hash": "fe9e8a542d1f8dc7838ae87d8f1616ba" }, { - "title": "How Samantha Jones Was Written Out of ‘And Just Like That’ ", - "description": "Here’s how the “Sex and the City” revival wrote out Kim Cattrall, who has been publicly critical of the star, Sarah Jessica Parker. Plus: A roundup of the best reviews of “And Just Like That.”", - "content": "Here’s how the “Sex and the City” revival wrote out Kim Cattrall, who has been publicly critical of the star, Sarah Jessica Parker. Plus: A roundup of the best reviews of “And Just Like That.”", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/10/arts/television/where-is-samantha-and-just-like-that.html", - "creator": "Alexis Soloski", - "pubDate": "Fri, 10 Dec 2021 15:02:44 +0000", + "title": "Rudeness Is On the Rise. You Got a Problem With That?", + "description": "How do we respond to a culture in which the guardrails of so-called civility are gone?", + "content": "How do we respond to a culture in which the guardrails of so-called civility are gone?", + "category": "Customs, Etiquette and Manners", + "link": "https://www.nytimes.com/2021/12/04/opinion/rudeness-stress-culture.html", + "creator": "Jennifer Finney Boylan", + "pubDate": "Sat, 04 Dec 2021 19:45:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165736,20 +190779,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "664274605908093ffb3622d475cad6fd" + "hash": "6bd9d351d75590df78389026c75d1115" }, { - "title": "Rift Between Wyden and Son Shows the Challenge of Taxing the Ultrarich", - "description": "A dispute between Ron Wyden, the Democratic Senate Finance Committee chairman, and his hedge fund-manager son illustrates how the merely rich help the fabulously rich resist tax increases.", - "content": "A dispute between Ron Wyden, the Democratic Senate Finance Committee chairman, and his hedge fund-manager son illustrates how the merely rich help the fabulously rich resist tax increases.", - "category": "Tax Shelters", - "link": "https://www.nytimes.com/2021/12/10/us/politics/taxing-the-rich.html", - "creator": "Jonathan Weisman", - "pubDate": "Fri, 10 Dec 2021 10:00:25 +0000", + "title": "How to Create a Black Space in a Gentrifying Neighborhood", + "description": "Thoughts I had as I watched a white couple browsing books.", + "content": "Thoughts I had as I watched a white couple browsing books.", + "category": "Los Angeles (Calif)", + "link": "https://www.nytimes.com/2021/12/05/opinion/gentrification-los-angeles-little-library.html", + "creator": "Erin Aubry Kaplan", + "pubDate": "Sun, 05 Dec 2021 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165757,20 +190799,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4257ec2c62db603e3c14c19a3da52aa6" + "hash": "48a56a660cc60a82d83815ea3ff83414" }, { - "title": "Helicopters and High-Speed Chases: Inside Texas’ Push to Arrest Migrants", - "description": "Texas is using state law enforcement in an unusual way in an attempt to stem illegal border crossings. The tactic is raising constitutional concerns and transforming life in one small town.", - "content": "A group of migrants waits along the road after being apprehended in Kinney County by officers with the Texas Department of Public Safety.", - "category": "Illegal Immigration", - "link": "https://www.nytimes.com/2021/12/11/us/texas-migrant-arrests-police.html", - "creator": "J. David Goodman and Kirsten Luce", - "pubDate": "Sat, 11 Dec 2021 10:00:25 +0000", + "title": "Josh Hawley and the Republican Obsession With Manliness", + "description": "The Missouri senator is tapping into something real — a widespread, politically potent anxiety about young men that is already helping the right.", + "content": "The Missouri senator is tapping into something real — a widespread, politically potent anxiety about young men that is already helping the right.", + "category": "Men and Boys", + "link": "https://www.nytimes.com/2021/12/04/opinion/josh-hawley-republican-manliness.html", + "creator": "Liza Featherstone", + "pubDate": "Sat, 04 Dec 2021 16:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165778,20 +190819,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0121216de47f992182cc7487ae44fcac" + "hash": "c7b20044d98a51f5fd55ae3fc1998cbd" }, { - "title": "The Sunday Read: ‘How the Real Estate Boom Left Black Neighborhoods Behind’", - "description": "What would it take to catch up?", - "content": "What would it take to catch up?", - "category": "", - "link": "https://www.nytimes.com/2021/12/12/podcasts/the-daily/the-sunday-read-how-the-real-estate-boom-left-black-neighborhoods-behind.html", - "creator": "Vanessa Gregory, Jack D’Isidoro, Aaron Esposito, John Woo and Marion Lozano", - "pubDate": "Sun, 12 Dec 2021 11:00:05 +0000", + "title": "The Abortion I Didn’t Have", + "description": "I never thought about ending my pregnancy. Instead, at 19, I erased the future I had imagined for myself.", + "content": "I never thought about ending my pregnancy. Instead, at 19, I erased the future I had imagined for myself.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/02/magazine/abortion-parent-mother-child.html", + "creator": "Merritt Tierce", + "pubDate": "Thu, 02 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165799,20 +190839,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f7e4ee2410ff4a8048ea7e76306f673" + "hash": "1a7719612af6e15d319a65cb2bae6851" }, { - "title": "Remembering Stephen Sondheim, Musical Theater Visionary", - "description": "A conversation about his legacy, his engagements with pop music and whether he has any true inheritors.", - "content": "A conversation about his legacy, his engagements with pop music and whether he has any true inheritors.", - "category": "audio-neutral-informative", - "link": "https://www.nytimes.com/2021/12/07/arts/music/popcast-stephen-sondheim.html", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 16:43:42 +0000", + "title": "Condé Nast Knows Its Faded Glory Is Not in Style", + "description": "Anna Wintour is the embodiment of the glory days of the magazine dynasty. Now she is pitching its global, digital future.", + "content": "Anna Wintour is the embodiment of the glory days of the magazine dynasty. Now she is pitching its global, digital future.", + "category": "Conde Nast Publications Inc", + "link": "https://www.nytimes.com/2021/12/04/business/media/conde-nast-anna-wintour.html", + "creator": "Katie Robertson", + "pubDate": "Mon, 06 Dec 2021 18:48:39 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165820,20 +190859,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2a4af6c9e25c4158572774ce0087fca" + "hash": "476e49ed405b452aef3c378a0cfa6302" }, { - "title": "Standing Ready in the Aftermath of Disaster", - "description": "When wildfires and hurricanes affected communities, support networks jumped in for the food insecure.", - "content": "When wildfires and hurricanes affected communities, support networks jumped in for the food insecure.", - "category": "New York Times Neediest Cases Fund", - "link": "https://www.nytimes.com/2021/12/09/neediest-cases/standing-ready-in-the-aftermath-of-disaster.html", - "creator": "Kristen Bayrakdarian", - "pubDate": "Thu, 09 Dec 2021 10:00:08 +0000", + "title": "After Success in Seating Federal Judges, Biden Hits Resistance", + "description": "Senate Democrats vow to keep pressing forward with nominees, but they may face obstacles in states represented by Republicans.", + "content": "Senate Democrats vow to keep pressing forward with nominees, but they may face obstacles in states represented by Republicans.", + "category": "Appointments and Executive Changes", + "link": "https://www.nytimes.com/2021/12/05/us/politics/biden-judges-senate-confirmation.html", + "creator": "Carl Hulse", + "pubDate": "Sun, 05 Dec 2021 14:28:48 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165841,20 +190879,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cd624a23347940a0fb64c04699a6bd6" + "hash": "17f0a2d80013498bd1527a34db9234b8" }, { - "title": "McCollum on Simmons Trade Rumors, Vaccines and Blazers Firing", - "description": "Portland guard CJ McCollum is facing challenges both personal and professional in his first year as president of the players’ union. “It’s the life I chose,” he said.", - "content": "Portland guard CJ McCollum is facing challenges both personal and professional in his first year as president of the players’ union. “It’s the life I chose,” he said.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/12/12/sports/basketball/blazers-cj-mccollum-trade-rumors.html", - "creator": "Tania Ganguli", - "pubDate": "Sun, 12 Dec 2021 18:14:26 +0000", + "title": "Facing Economic Collapse, Afghanistan Is Gripped by Starvation", + "description": "An estimated 22.8 million people — more than half the country’s population — are expected to face potentially life-threatening food insecurity this winter. Many are already on the brink of catastrophe.", + "content": "An estimated 22.8 million people — more than half the country’s population — are expected to face potentially life-threatening food insecurity this winter. Many are already on the brink of catastrophe.", + "category": "Kandahar (Afghanistan)", + "link": "https://www.nytimes.com/2021/12/04/world/asia/afghanistan-starvation-crisis.html", + "creator": "Christina Goldbaum", + "pubDate": "Sat, 04 Dec 2021 18:53:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165862,20 +190899,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddc20b64ed24eaa9d94aeff450fcd187" + "hash": "b61836141bcbb447fd7e4defa0a765e6" }, { - "title": "Diplomats Warn Russia of ‘Massive Consequences’ if It Invades Ukraine", - "description": "The foreign ministers for the Group of 7 urged Russia to pull back from the tense border standoff. Moscow has massed as many as 100,000 troops on Ukraine’s eastern, northern and southern frontiers.", - "content": "Liz Truss, top center, Britain’s foreign secretary, next to Secretary of State Antony J. Blinken on Sunday in Liverpool, England.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/12/us/politics/g7-russia-ukraine.html", - "creator": "Lara Jakes", - "pubDate": "Sun, 12 Dec 2021 16:09:46 +0000", + "title": "Christmas Tree Questions? Ask the Mayor of Rockefeller Center.", + "description": "For two decades, Correll Jones has been the man to ask about New York’s most famous tree — and where to find the public bathrooms.", + "content": "For two decades, Correll Jones has been the man to ask about New York’s most famous tree — and where to find the public bathrooms.", + "category": "Christmas Trees", + "link": "https://www.nytimes.com/2021/12/04/nyregion/rockefeller-center-greeter-mayor.html", + "creator": "Corey Kilgannon", + "pubDate": "Sat, 04 Dec 2021 17:24:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165883,20 +190919,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "85f31ef78cfbd89a89cf349dc18893be" + "hash": "ba9058081f883b1605e938a9c4024e0b" }, { - "title": "New Caledonia Says ‘Non’ to Independence", - "description": "The vote on the Pacific island territory comes as France’s president has prioritized shoring up the country’s international profile, seeing its military as a bulwark against China.", - "content": "A polling station in Nouméa, the capital of New Caledonia, on Sunday. Amid a boycott of the referendum, residents of the South Pacific islands voted against independence from France. ", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/12/world/asia/new-caledonia-independence-vote.html", - "creator": "Hannah Beech", - "pubDate": "Sun, 12 Dec 2021 17:06:57 +0000", + "title": "Could Breaking Up Meta Make Things Worse?", + "description": "The parent company of Facebook, Instagram and WhatsApp reaches 3.6 billion active users. But is its size actually against the public’s interest?", + "content": "The parent company of Facebook, Instagram and WhatsApp reaches 3.6 billion active users. But is its size actually against the public’s interest?", + "category": "Antitrust Laws and Competition Issues", + "link": "https://www.nytimes.com/2021/12/01/opinion/the-argument-facebook-antitrust.html", + "creator": "‘The Argument’", + "pubDate": "Wed, 01 Dec 2021 18:34:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165904,20 +190939,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9285ccbf08b48bd84cad8232b0f58e8" + "hash": "dc2fcf856de8f5100bad73526fe0f0b3" }, { - "title": "Julianna Peña’s Upset of Amanda Nunes Shakes Up the U.F.C.", - "description": "Peña had entered the match as an enormous underdog against Nunes, one of the greatest female fighters in mixed martial arts.", - "content": "Peña had entered the match as an enormous underdog against Nunes, one of the greatest female fighters in mixed martial arts.", - "category": "Mixed Martial Arts", - "link": "https://www.nytimes.com/2021/12/12/sports/julianna-pena-amanda-nunes-ufc.html", - "creator": "Emmanuel Morgan", - "pubDate": "Mon, 13 Dec 2021 02:17:12 +0000", + "title": "A Meeting With Maxwell Led to Years of Sex With Epstein, Accuser Says", + "description": "A woman identified only as “Kate” told jurors at Ghislaine Maxwell’s sex-trafficking trial that Ms. Maxwell leveraged their friendship to encourage her to have sex with Jeffrey Epstein.", + "content": "A woman identified only as “Kate” told jurors at Ghislaine Maxwell’s sex-trafficking trial that Ms. Maxwell leveraged their friendship to encourage her to have sex with Jeffrey Epstein.", + "category": "Sex Crimes", + "link": "https://www.nytimes.com/2021/12/06/nyregion/ghislaine-maxwell-trial-accuser.html", + "creator": "Rebecca Davis O’Brien and Benjamin Weiser", + "pubDate": "Tue, 07 Dec 2021 00:25:54 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165925,20 +190959,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c34b82c5d0ae9190f321de66c353867" + "hash": "ccc52c09b48f29917da8b39330a55368" }, { - "title": "Marjorie Tallchief, Acclaimed Ballerina, Is Dead at 95", - "description": "A versatile artist who performed with the Paris Opera Ballet, she was the younger sister of the famed dancer Maria Tallchief.", - "content": "Marjorie Tallchief in 1966. One critic described her as “a brilliant, dynamic dancer with a svelte and flexible body,” adding, “Through her quasi-acrobatic virtuosity, she embodies the perfect dancer for our time.” ", - "category": "Tallchief, Marjorie", - "link": "https://www.nytimes.com/2021/12/12/arts/dance/marjorie-tallchief-ballerina-dead-95.html", - "creator": "Anna Kisselgoff", - "pubDate": "Sun, 12 Dec 2021 19:25:50 +0000", + "title": "Trump’s Blood Oxygen Level in Covid Bout Was Dangerously Low, Former Aide Says", + "description": "Mark Meadows, Mr. Trump’s former chief of staff, said in his new book that the weakened president’s blood oxygen level reached 86 during a harrowing fight against the coronavirus.", + "content": "Mark Meadows, Mr. Trump’s former chief of staff, said in his new book that the weakened president’s blood oxygen level reached 86 during a harrowing fight against the coronavirus.", + "category": "Meadows, Mark R (1959- )", + "link": "https://www.nytimes.com/2021/12/06/us/politics/trump-covid-blood-oxygen.html", + "creator": "Maggie Haberman and Noah Weiland", + "pubDate": "Tue, 07 Dec 2021 00:29:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165946,20 +190979,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0896377d7d02454ac59a32466fd691de" + "hash": "8e009061743086f1aabc18975016987f" }, { - "title": "Grind Your Teeth? Your Night Guard May Not Be the Right Fix", - "description": "Some experts say tooth-grinding is a behavior rather than a disorder, and the dentist’s chair isn’t the best place to address it.", - "content": "Some experts say tooth-grinding is a behavior rather than a disorder, and the dentist’s chair isn’t the best place to address it.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/02/16/well/live/tooth-grinding-night-guards.html", - "creator": "Kate Murphy", - "pubDate": "Thu, 18 Feb 2021 22:23:13 +0000", + "title": "Defendant in Case Brought by Durham Says New Evidence Undercuts Charge", + "description": "Lawyers for Michael Sussmann, accused by the Trump-era special counsel of lying to the F.B.I., asked for a quick trial after receiving what they said was helpful material from prosecutors.", + "content": "Lawyers for Michael Sussmann, accused by the Trump-era special counsel of lying to the F.B.I., asked for a quick trial after receiving what they said was helpful material from prosecutors.", + "category": "Durham, John H", + "link": "https://www.nytimes.com/2021/12/06/us/politics/michael-sussmann-john-durham.html", + "creator": "Charlie Savage", + "pubDate": "Tue, 07 Dec 2021 04:51:51 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165967,20 +190999,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "963c91dd14e3f89ddf8ad35176d34208" + "hash": "454f960b3df54cc86c5b207c73690d52" }, { - "title": "Your ‘Maskne’ Might Not Be Acne at All", - "description": "Perioral dermatitis, a complex facial rash that is often mistaken for acne, is becoming more common, some experts say. Here’s how to spot, treat and prevent this irritating condition.", - "content": "Perioral dermatitis, a complex facial rash that is often mistaken for acne, is becoming more common, some experts say. Here’s how to spot, treat and prevent this irritating condition.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/04/02/well/perioral-dermatitis-pandemic.html", - "creator": "Elizabeth Svoboda", - "pubDate": "Fri, 02 Apr 2021 09:00:39 +0000", + "title": "Biden’s Supreme Court Commission Prepares to Vote on Final Report", + "description": "A draft version of the document flagged deep disputes over court expansion while exploring how phasing in term limits might work.", + "content": "A draft version of the document flagged deep disputes over court expansion while exploring how phasing in term limits might work.", + "category": "Supreme Court (US)", + "link": "https://www.nytimes.com/2021/12/06/us/politics/biden-supreme-court-commission.html", + "creator": "Charlie Savage", + "pubDate": "Tue, 07 Dec 2021 02:08:32 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -165988,20 +191019,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b77d4bf1a4a7d90a35cf997932beff3b" + "hash": "bd22f6d6e82ec3e667dcdce0d834c40e" }, { - "title": "Finding the Musical Spirit of Notre-Dame", - "description": "The beloved Paris cathedral is still being restored after the devastating 2019 fire, but other churches are keeping its musical traditions alive this holiday season.", - "content": "The organ at St.-Eustache, which is considered a jewel of the French Renaissance.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/09/travel/notre-dame-music-paris-churches.html", - "creator": "Elaine Sciolino", - "pubDate": "Mon, 13 Dec 2021 03:25:18 +0000", + "title": "Fred Hiatt, Washington Post Editorial Page Editor, Dies at 66", + "description": "He used his powerful platform to champion human rights, caution against a Trump presidency and condemn the killing of a Saudi columnist for the paper.", + "content": "He used his powerful platform to champion human rights, caution against a Trump presidency and condemn the killing of a Saudi columnist for the paper.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/06/business/media/fred-hiatt-dead.html", + "creator": "Katharine Q. Seelye", + "pubDate": "Tue, 07 Dec 2021 02:46:51 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166009,20 +191039,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "99a3b0244eb30daeb65c86d177f7af87" + "hash": "02386b147093041a7e756b7ce6430275" }, { - "title": "Spelling Bee Tips and Tricks", - "description": "We asked readers how they play one of our most popular games. Enthusiasts weighed in with their favorite tips and tricks.", - "content": "We asked readers how they play one of our most popular games. Enthusiasts weighed in with their favorite tips and tricks.", - "category": "Spelling Bee (Game)", - "link": "https://www.nytimes.com/2021/12/09/crosswords/spellingbee-tips.html", - "creator": "Deb Amlen and Jackie Frere", - "pubDate": "Thu, 09 Dec 2021 11:00:03 +0000", + "title": "India and Russia Expand Defense Ties, Despite Prospect of U.S. Sanctions", + "description": "India’s purchase of a missile defense system signaled that it was more worried about an emboldened China at its borders than about angering the United States.", + "content": "India’s purchase of a missile defense system signaled that it was more worried about an emboldened China at its borders than about angering the United States.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/06/world/asia/india-russia-missile-defense-deal.html", + "creator": "Mujib Mashal and Karan Deep Singh", + "pubDate": "Mon, 06 Dec 2021 18:10:45 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166030,20 +191059,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d566578981244a58d09c3d4e86157abb" + "hash": "d483ce0a32a5e6da731b36005633f7a9" }, { - "title": "A Devilish Chocolate Cake You Can Sink Your Teeth Into", - "description": "This season, Yotam Ottolenghi thinks you should have your cake, and eat it, too, even (or especially) if it’s rich, dark and topped with praline.", - "content": "This season, Yotam Ottolenghi thinks you should have your cake, and eat it, too, even (or especially) if it’s rich, dark and topped with praline.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/10/dining/ottolenghi-chocolate-devils-food-cake.html", - "creator": "Yotam Ottolenghi", - "pubDate": "Sat, 11 Dec 2021 03:26:36 +0000", + "title": "Man Charged With Sending Dozens of Violent Threats to L.G.B.T.Q. Groups", + "description": "Robert Fehring warned that an attack on New York City’s Pride March would make the Pulse nightclub shooting “look like a cakewalk,” the authorities said.", + "content": "Robert Fehring warned that an attack on New York City’s Pride March would make the Pulse nightclub shooting “look like a cakewalk,” the authorities said.", + "category": "Homosexuality and Bisexuality", + "link": "https://www.nytimes.com/2021/12/06/nyregion/hate-crime-long-island-lgbtq.html", + "creator": "Ed Shanahan", + "pubDate": "Tue, 07 Dec 2021 02:35:41 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166051,20 +191079,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d777a539d7f3075d0a9e899352c8a32c" + "hash": "d0bb58ebc854bf299d8582899ac8b24e" }, { - "title": "The 50 Best TV Shows on Netflix Right Now", - "description": "New shows come to the streaming giant all the time — too many to ever watch them all. We’re here to help.", - "content": "New shows come to the streaming giant all the time — too many to ever watch them all. We’re here to help.", - "category": "Television", - "link": "https://www.nytimes.com/article/best-tv-shows-netflix.html", - "creator": "Noel Murray", - "pubDate": "Sat, 11 Dec 2021 01:15:20 +0000", + "title": "Are My Stomach Problems Really All in My Head?", + "description": "Scientists often debate whether irritable bowel syndrome is a mental or physical issue. That’s not much help for those who suffer from it.", + "content": "Scientists often debate whether irritable bowel syndrome is a mental or physical issue. That’s not much help for those who suffer from it.", + "category": "Digestive Tract", + "link": "https://www.nytimes.com/2021/12/03/well/eat/irritable-bowel-syndrome-advice.html", + "creator": "Constance Sommer", + "pubDate": "Fri, 03 Dec 2021 22:01:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166072,20 +191099,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4b7618da1f9d3c60cf4f8491d640f87" + "hash": "65c3e6c5fab7a5fbdb61593731a8ab70" }, { - "title": "Tornado Death Toll Rises as States Assess Damage", - "description": "Scores were killed by the devastating storms on Friday night, including at least 80 people in Kentucky. Here’s the latest.", - "content": "Scores were killed by the devastating storms on Friday night, including at least 80 people in Kentucky. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/12/us/tornadoes-kentucky-illinois", - "creator": "The New York Times", - "pubDate": "Sun, 12 Dec 2021 21:11:33 +0000", + "title": "A Perplexing Marijuana Side Effect Relieved by Hot Showers", + "description": "Emergency room doctors are seeing a growing caseload of nausea and vomiting in marijuana users whose only relief is a long, hot shower.", + "content": "Emergency room doctors are seeing a growing caseload of nausea and vomiting in marijuana users whose only relief is a long, hot shower.", + "category": "Marijuana", + "link": "https://www.nytimes.com/2018/04/05/well/a-perplexing-marijuana-side-effect-relieved-by-hot-showers.html", + "creator": "Roni Caryn Rabin", + "pubDate": "Thu, 05 Apr 2018 18:10:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166093,20 +191119,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce1b7de08f52d623ea75fbdd2d51e031" + "hash": "1261e393b9c1bdd7772a5ea139eec592" }, { - "title": "Scenes From the Aftermath of the Deadly Tornadoes", - "description": "Residents across six states in the South and Midwest awoke Saturday to unimaginable damage from a series of storms.", - "content": "Residents across six states in the South and Midwest awoke Saturday to unimaginable damage from a series of storms.", - "category": "Deaths (Fatalities)", - "link": "https://www.nytimes.com/2021/12/11/us/tornadoes-photos.html", - "creator": "Vimal Patel", - "pubDate": "Sun, 12 Dec 2021 01:33:24 +0000", + "title": "What Is Sensory Processing Disorder?", + "description": "Children who are deemed ‘sensitive’ or ‘picky’ might be struggling with a treatable condition.", + "content": "Children who are deemed ‘sensitive’ or ‘picky’ might be struggling with a treatable condition.", + "category": "Disabilities", + "link": "https://www.nytimes.com/2020/04/17/parenting/sensory-processing-disorder-kids.html", + "creator": "Meg St-Esprit", + "pubDate": "Fri, 17 Apr 2020 21:29:12 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166114,20 +191139,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c4c126d8e13a2d996cff0c6b94bd81b" + "hash": "0c22f940a51c9c9849ac64257d67fcd1" }, { - "title": "Ahead of the Holidays, Fauci Says ‘We Have the Tools to Protect Ourselves’", - "description": "Dr. Anthony Fauci again urged Americans to get vaccinated, seek out shots for their young children and obtain boosters. Here’s the latest on Covid-19.", - "content": "Dr. Anthony Fauci again urged Americans to get vaccinated, seek out shots for their young children and obtain boosters. Here’s the latest on Covid-19.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/12/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Sun, 12 Dec 2021 21:57:43 +0000", + "title": "The Temporary Memory Lapse of Transient Global Amnesia", + "description": "Those with T.G.A. do not experience any alteration in consciousness or abnormal movements. Only the ability to lay down memories is affected.", + "content": "Those with T.G.A. do not experience any alteration in consciousness or abnormal movements. Only the ability to lay down memories is affected.", + "category": "Memory", + "link": "https://www.nytimes.com/2019/09/16/well/mind/the-temporary-memory-lapse-of-transient-global-amnesia.html", + "creator": "Jane E. Brody", + "pubDate": "Tue, 17 Sep 2019 20:32:32 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166135,20 +191159,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b43aaf71fdfef85dd818c5ad8642e794" + "hash": "269d78f9f2b09c77aa944dc83414b2b0" }, { - "title": "Chris Wallace to Leave Fox News for CNN’s Streaming Service", - "description": "The “Fox News Sunday” host had been with the network for 18 years. He announced his departure on his program. Soon after, CNN said he would have an interview program on its new service.", - "content": "The “Fox News Sunday” anchor Chris Wallace at his home in Annapolis, Md., last year.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/12/business/chris-wallace-fox-news.html", - "creator": "Michael M. Grynbaum", - "pubDate": "Sun, 12 Dec 2021 17:02:38 +0000", + "title": "When the Neurologist Really Knows How Patients Feel", + "description": "I can’t undo the damage of a stroke I had as an infant, but I can try to help other patients face similar diagnoses.", + "content": "I can’t undo the damage of a stroke I had as an infant, but I can try to help other patients face similar diagnoses.", + "category": "Nerves and Nervous System", + "link": "https://www.nytimes.com/2018/06/07/well/pediatric-neurologist-stroke.html", + "creator": "Lauren Waldron, M.D.", + "pubDate": "Thu, 07 Jun 2018 09:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166156,20 +191179,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e94e87c4b446f7c708984b5b9f2e7546" + "hash": "a0ea98a29433834183b68865261c5bce" }, { - "title": "‘Sesame Street’ Was Always Political", - "description": "The beloved children’s show has been a recurrent culture-war target, but a documentary on HBO shows how social purpose was built into it.", - "content": "The beloved children’s show has been a recurrent culture-war target, but a documentary on HBO shows how social purpose was built into it.", + "title": "‘And Just Like That’: The Shoe Must Go On", + "description": "In the ’90s, “Sex and the City” celebrated single women. Can a new, more nuanced version make a comedy of middle-aged ones?", + "content": "In the ’90s, “Sex and the City” celebrated single women. Can a new, more nuanced version make a comedy of middle-aged ones?", "category": "Television", - "link": "https://www.nytimes.com/2021/12/12/arts/television/sesame-street.html", - "creator": "James Poniewozik", - "pubDate": "Sun, 12 Dec 2021 14:00:05 +0000", + "link": "https://www.nytimes.com/2021/12/03/arts/television/and-just-like-that-sex-and-the-city.html", + "creator": "Alexis Soloski", + "pubDate": "Mon, 06 Dec 2021 13:05:40 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166177,20 +191199,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f5a9a73cf4aea11b5460388232123da" + "hash": "988dc61263b0acad2a482697bdbe603d" }, { - "title": "Kate McKinnon Returns to ‘S.N.L.’ as Dr. Anthony Fauci", - "description": "McKinnon wasted no time playing numerous roles in a “Saturday Night Live” episode in which Billie Eilish was both host and musical guest.", - "content": "Kate McKinnon played Dr. Anthony S. Fauci, among others, on “Saturday Night Live” this week.", + "title": "In ‘Landscapers,’ True Crime Meets Hollywood Fantasy", + "description": "The HBO mini-series stars Olivia Colman and David Thewlis as a British couple convicted of killing the wife’s parents and burying them in the backyard.", + "content": "The HBO mini-series stars Olivia Colman and David Thewlis as a British couple convicted of killing the wife’s parents and burying them in the backyard.", "category": "Television", - "link": "https://www.nytimes.com/2021/12/12/arts/television/saturday-night-live-billie-eilish.html", - "creator": "Dave Itzkoff", - "pubDate": "Sun, 12 Dec 2021 07:52:43 +0000", + "link": "https://www.nytimes.com/2021/12/06/arts/television/landscapers-hbo.html", + "creator": "Tobias Grey", + "pubDate": "Mon, 06 Dec 2021 18:22:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166198,20 +191219,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5f5a50add38edc65839f6bcab9301ab" + "hash": "4c68a9f6eeb3957f8b107b7c7bb88f38" }, { - "title": "The Key to Marketing to Older People? Don’t Say ‘Old.’", - "description": "To reach a rapidly expanding demographic, companies are changing their tone.", - "content": "Tinker Hatfield, left, a designer for Nike, talked with the company’s co-founder Phil Knight about the origin of the CruzrOne running shoe, in a promotional video on Nike.com. ", - "category": "Advertising and Marketing", - "link": "https://www.nytimes.com/2021/12/08/business/dealbook/marketing-older-people.html", - "creator": "Corinne Purtill", - "pubDate": "Wed, 08 Dec 2021 10:00:18 +0000", + "title": "No Matter the Role, Antony Sher Made Soaring Seem Possible", + "description": "The actor, who died at the age of 72, was known for his commanding performances of Shakespeare’s Richard III and the Auschwitz survivor Primo Levi.", + "content": "The actor, who died at the age of 72, was known for his commanding performances of Shakespeare’s Richard III and the Auschwitz survivor Primo Levi.", + "category": "Sher, Antony", + "link": "https://www.nytimes.com/2021/12/06/theater/antony-sher-stage.html", + "creator": "Ben Brantley", + "pubDate": "Mon, 06 Dec 2021 17:07:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166219,20 +191239,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "60f972bdca89f81a5d7714e32456c7bd" + "hash": "709a3632a479b4d6f5d8431b0ebea74f" }, { - "title": "The Beatles \"Get Back\" Documentary Is a Master Class in Creativity", - "description": "In a new documentary, ‘Get Back,’ the Beatles give a master class in creativity under pressure.", - "content": "In a new documentary, ‘Get Back,’ the Beatles give a master class in creativity under pressure.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/12/08/opinion/beatles-get-back-creativity-lessons.html", - "creator": "Jere Hester", - "pubDate": "Wed, 08 Dec 2021 20:00:07 +0000", + "title": "'The Feminine Urge' Meme Explained", + "description": "Journalists love subjecting online jokes to semantic dissection. So, shall we?", + "content": "Journalists love subjecting online jokes to semantic dissection. So, shall we?", + "category": "Social Media", + "link": "https://www.nytimes.com/2021/12/06/style/feminine-urge-meme-twitter.html", + "creator": "Anna P. Kambhampaty", + "pubDate": "Mon, 06 Dec 2021 16:23:54 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166240,20 +191259,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8197177abc5b7d7eb849f83503779244" + "hash": "170d9d821f73383b0b4858e4b2c95ef1" }, { - "title": "We Can Live Better Lives While Being Smart About Covid", - "description": "This virus is not going to disappear anytime soon.", - "content": "This virus is not going to disappear anytime soon.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/11/opinion/covid-vaccine-omicron-booster.html", - "creator": "The Editorial Board", - "pubDate": "Sat, 11 Dec 2021 16:09:13 +0000", + "title": "Black Baseball Pioneer Bud Fowler Elected to Hall of Fame", + "description": "Elected by the Hall’s Early Days committee, Bud Fowler was a pioneer who played organized professional baseball against white players as early as 1878.", + "content": "Elected by the Hall’s Early Days committee, Bud Fowler was a pioneer who played organized professional baseball against white players as early as 1878.", + "category": "Baseball", + "link": "https://www.nytimes.com/2021/12/06/sports/baseball/bud-fowler-hall-of-fame.html", + "creator": "Benjamin Hoffman", + "pubDate": "Mon, 06 Dec 2021 17:02:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166261,20 +191279,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5c6cb20df5d70eba182e516a800090b" + "hash": "15cab8cac7338653bdc0d9b0247fff07" }, { - "title": "With This Supreme Court, What’s Next for Abortion Rights?", - "description": "Legal scholars, researchers and writers consider how the country could be transformed.", - "content": "Legal scholars, researchers and writers consider how the country could be transformed.", - "category": "debatable", - "link": "https://www.nytimes.com/2021/12/10/opinion/supreme-court-abortion-roe.html", - "creator": "Spencer Bokat-Lindell", - "pubDate": "Fri, 10 Dec 2021 18:15:05 +0000", + "title": "N.Y.C. Breaks New Ground With Vaccine Mandate for All Private Employers", + "description": "Mayor Bill de Blasio said the measure was a “pre-emptive strike” to curb another wave of virus cases and help reduce transmission of the new variant. Eric Adams, who will succeed Mr. de Blasio as mayor in less than a month, declined to commit to enforcing the new rules. Here’s the latest on Covid.", + "content": "Mayor Bill de Blasio said the measure was a “pre-emptive strike” to curb another wave of virus cases and help reduce transmission of the new variant. Eric Adams, who will succeed Mr. de Blasio as mayor in less than a month, declined to commit to enforcing the new rules. Here’s the latest on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/06/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Tue, 07 Dec 2021 00:29:12 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166282,20 +191299,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "00bf2855beb387e5f6e0bbf5e44f7362" + "hash": "7c43099691242e382716d269f3d8ca4b" }, { - "title": "Silent Films Offer Rare Glimpses of Life in 1920s Ireland", - "description": "Shot by an American ornithologist in the early years of Irish independence, the footage turned up in the archives of the Chicago Academy of Sciences and is being restored.", - "content": "Shot by an American ornithologist in the early years of Irish independence, the footage turned up in the archives of the Chicago Academy of Sciences and is being restored.", - "category": "Ireland", - "link": "https://www.nytimes.com/2021/12/11/world/europe/silent-film-ireland-discovery.html", - "creator": "Claire Fahy", - "pubDate": "Sat, 11 Dec 2021 10:30:07 +0000", + "title": "Will Eric Adams Keep N.Y.C.’s Newest Vaccine Mandate?", + "description": "It was unclear if the incoming mayor, Eric Adams, who is on vacation in Ghana, intended to enforce a vaccine mandate for private employers.", + "content": "It was unclear if the incoming mayor, Eric Adams, who is on vacation in Ghana, intended to enforce a vaccine mandate for private employers.", + "category": "Vaccination and Immunization", + "link": "https://www.nytimes.com/2021/12/06/nyregion/eric-adams-employee-vaccine-mandate.html", + "creator": "Dana Rubinstein", + "pubDate": "Mon, 06 Dec 2021 23:35:33 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166303,20 +191319,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3d5eae05bc25e697d10b8e7a0e23b79" + "hash": "8c306b1d6f2c0883e1ed944aebad59f1" }, { - "title": "PowerPoint Sent to Mark Meadows Is Examined by Jan. 6 Panel", - "description": "Mark Meadows’s lawyer said the former White House chief of staff did not act on the document, which recommended that President Donald J. Trump declare a national emergency to keep himself in power.", - "content": "Mark Meadows’s lawyer said the former White House chief of staff did not act on the document, which recommended that President Donald J. Trump declare a national emergency to keep himself in power.", - "category": "Meadows, Mark R (1959- )", - "link": "https://www.nytimes.com/2021/12/10/us/politics/capitol-attack-meadows-powerpoint.html", - "creator": "Luke Broadwater and Alan Feuer", - "pubDate": "Sat, 11 Dec 2021 00:59:37 +0000", + "title": "Spike in Omicron Variant Cases Puts Europe on Edge", + "description": "With cases of the Omicron variant rising in Europe, there are worries that even tougher restrictions are looming over a holiday period that many had hoped would be a return to some normalcy.", + "content": "With cases of the Omicron variant rising in Europe, there are worries that even tougher restrictions are looming over a holiday period that many had hoped would be a return to some normalcy.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/05/world/europe/virus-europe-omicron-variant-restrictions.html", + "creator": "Megan Specia and Isabella Kwai", + "pubDate": "Mon, 06 Dec 2021 13:25:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166324,20 +191339,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a580aad2a1ecb9e6acd293ff46d480e" + "hash": "b87127f194f0349451a6976bb72f40dd" }, { - "title": "In Bid for Control of Elections, Trump Loyalists Face Few Obstacles", - "description": "A movement animated by Donald J. Trump’s 2020 election lies is turning its attention to 2022 and beyond.", - "content": "A pro-Trump mob, galvanized by Donald J. Trump’s false claim of a stolen election in 2020, stormed the U.S. Capitol building on Jan. 6.", - "category": "Voter Fraud (Election Fraud)", - "link": "https://www.nytimes.com/2021/12/11/us/politics/trust-in-elections-trump-democracy.html", - "creator": "Charles Homans", - "pubDate": "Sat, 11 Dec 2021 10:00:11 +0000", + "title": "On Ukrainian Front, Grinding War and Weary Anticipation of Invasion", + "description": "After eight years in the trenches, Ukrainian soldiers are resigned to the possibility that the Russian military, which dwarfs their own in power and wealth, will come sooner or later.", + "content": "After eight years in the trenches, Ukrainian soldiers are resigned to the possibility that the Russian military, which dwarfs their own in power and wealth, will come sooner or later.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/06/world/europe/ukraine-russia-war-front.html", + "creator": "Michael Schwirtz", + "pubDate": "Mon, 06 Dec 2021 17:17:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166345,20 +191359,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "404734b22cd2eee5bd2c1b446e4f72ae" + "hash": "e164611c4129c49be72419ec23ceb6e0" }, { - "title": "Inside the Fall of Kabul: An On-the-Ground Account", - "description": "Against all predictions, the Taliban took the Afghan capital in a matter of hours. This is the story of why and what came after, by a reporter and photographer who witnessed it all.", - "content": "Against all predictions, the Taliban took the Afghan capital in a matter of hours. This is the story of why and what came after, by a reporter and photographer who witnessed it all.", - "category": "Afghanistan War (2001- )", - "link": "https://www.nytimes.com/2021/12/10/magazine/fall-of-kabul-afghanistan.html", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 23:05:48 +0000", + "title": "United States Will Not Send Government Officials to Beijing Olympics", + "description": "Athletes will still be able to compete in the Winter Games in Beijing, but the diplomatic boycott is a response to human rights abuses in Xinjiang.", + "content": "Athletes will still be able to compete in the Winter Games in Beijing, but the diplomatic boycott is a response to human rights abuses in Xinjiang.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/06/us/politics/olympics-boycott-us.html", + "creator": "Zolan Kanno-Youngs", + "pubDate": "Mon, 06 Dec 2021 19:18:35 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166366,20 +191379,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d91f930db1966f85195c4e5614df41fa" + "hash": "56e58111ed7948344d0104a1e8ea318b" }, { - "title": "Self-Proclaimed Proud Boys Member Gets 10 Years for Violence at Portland Protests", - "description": "Prosecutors called Alan Swinney, 51, a “white nationalist vigilante cowboy” who shot a man in the eye with a paintball gun.", - "content": "Prosecutors called Alan Swinney, 51, a “white nationalist vigilante cowboy” who shot a man in the eye with a paintball gun.", - "category": "George Floyd Protests (2020)", - "link": "https://www.nytimes.com/2021/12/10/us/proud-boys-alan-swinney-sentenced.html", - "creator": "Michael Levenson", - "pubDate": "Sat, 11 Dec 2021 01:13:30 +0000", + "title": "BuzzFeed’s First Day as a Public Company Is a Big Test", + "description": "Other digital media groups are eyeing how BuzzFeed performs as a publicly traded company as they face a tough advertising climate and look for ways to pay back their early investors.", + "content": "Other digital media groups are eyeing how BuzzFeed performs as a publicly traded company as they face a tough advertising climate and look for ways to pay back their early investors.", + "category": "Special Purpose Acquisition Companies (SPAC)", + "link": "https://www.nytimes.com/2021/12/06/business/buzzfeed-stock.html", + "creator": "Peter Eavis, Katie Robertson and Lauren Hirsch", + "pubDate": "Mon, 06 Dec 2021 18:48:51 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166387,20 +191399,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4dbe816fc5b436c81737c717c94b4e0" + "hash": "5b91a30f871677f7e750038cbb60d5d6" }, { - "title": "A Student Was Murdered Near Columbia. What Should the University Do?", - "description": "The murder of a student adjacent to Columbia’s ever-expanding campus renews questions about the school’s obligations to the surrounding communities.", - "content": "A candlelight vigil for Davide Giri, a Columbia University student who was fatally stabbed near the campus last week.", - "category": "Colleges and Universities", - "link": "https://www.nytimes.com/2021/12/10/nyregion/urban-universities-neighborhoods.html", - "creator": "Ginia Bellafante", - "pubDate": "Fri, 10 Dec 2021 18:11:24 +0000", + "title": "Wonking Out: Money Isn’t Everything", + "description": "No, not even in macroeconomics.", + "content": "No, not even in macroeconomics.", + "category": "International Trade and World Market", + "link": "https://www.nytimes.com/2021/12/03/opinion/inflation-friedman-money-supply.html", + "creator": "Paul Krugman", + "pubDate": "Fri, 03 Dec 2021 19:48:37 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166408,20 +191419,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8aa9aae906b4298318edffc471aa0ba" + "hash": "d5d178727768087c91cf64012b535996" }, { - "title": "Israeli Leader Is to Meet Emirati Prince, Showcasing Deepening Ties", - "description": "Prime Minister Naftali Bennett will travel to Abu Dhabi on Sunday — the first such visit by an Israeli leader.", - "content": "Prime Minister Naftali Bennett of Israel, center, arriving for a cabinet meeting at his office in Jerusalem last month.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/12/world/middleeast/israel-uae-naftali-bennett.html", - "creator": "Patrick Kingsley", - "pubDate": "Sun, 12 Dec 2021 11:23:53 +0000", + "title": "Virgil Abloh and the Fragility of Black Men's Lives", + "description": "Black men and women face violence in everyday life. That’s something that needs to be talked about. ", + "content": "Black men and women face violence in everyday life. That’s something that needs to be talked about. ", + "category": "Black People", + "link": "https://www.nytimes.com/2021/12/05/opinion/culture/virgil-abloh-black-mortality.html", + "creator": "Joél Leon Daniels", + "pubDate": "Sun, 05 Dec 2021 17:36:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166429,20 +191439,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "348d624c0b3daf3c66a44cc24f8826a7" + "hash": "02ddff2ecd4906fbcfeda3e58e98ea36" }, { - "title": "Max Verstappen Wins Formula One Title, Passing Lewis Hamilton on Last Lap", - "description": "Formula 1 capped a long season with a hotly debated decision in Abu Dhabi. Mercedes, which lodged two protests against the result, has 96 hours to consider appealing the ruling.", - "content": "The Red Bull driver Max Verstappen of the Netherlands celebrated winning his first Formula 1 world title at the Abu Dhabi Grand Prix.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/09/sports/autoracing/f1-schedule.html", - "creator": "Luke Smith", - "pubDate": "Sun, 12 Dec 2021 20:58:10 +0000", + "title": "I’m Not Ready for Christmas. I Need to Take a Minute.", + "description": "Advent is an ideal time to grieve, reflect and look ahead.", + "content": "Advent is an ideal time to grieve, reflect and look ahead.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/05/opinion/christmas-advent-pandemic.html", + "creator": "Tish Harrison Warren", + "pubDate": "Sun, 05 Dec 2021 16:15:04 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166450,20 +191459,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f34ad0eb297c91f91a039789037d314" + "hash": "c0030d08dcd26933c1889a2ac2a2fadb" }, { - "title": "Robert Farris Thompson, ‘Guerrilla Scholar’ of African Art, Dies at 88", - "description": "He revolutionized the study of the cultures of Africa and the Americas by combining art history with anthropology, sociology and ethnomusicology.", - "content": "He revolutionized the study of the cultures of Africa and the Americas by combining art history with anthropology, sociology and ethnomusicology.", - "category": "Thompson, Robert Farris", - "link": "https://www.nytimes.com/2021/12/12/arts/robert-farris-thompson-dead.html", - "creator": "Holland Cotter", - "pubDate": "Sun, 12 Dec 2021 17:20:44 +0000", + "title": "Key Details About the Parents of the Michigan Shooting Suspect", + "description": "After a manhunt and an arraignment, scrutiny of James and Jennifer Crumbley has intensified.", + "content": "After a manhunt and an arraignment, scrutiny of James and Jennifer Crumbley has intensified.", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/05/us/michigan-shooting-parents.html", + "creator": "Sophie Kasakove and Susan Cooper Eastman", + "pubDate": "Sun, 05 Dec 2021 18:30:28 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166471,20 +191479,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e373e7a063dda2ce5a231bce56e9b5d2" + "hash": "d79c4d1a5b759faae051d273fa19af5b" }, { - "title": "N.Y.C. Arts Organizations Awarded $51.4 Million Dollars in Grants", - "description": "The Department of Cultural Affairs is awarding $51.4 million in grants to more than 1,000 nonprofit arts and cultural groups that are seeking to rebound from the pandemic.", - "content": "The Solomon R. Guggenheim Museum, which is among the larger arts organizations benefiting from the city grants.", - "category": "Culture (Arts)", - "link": "https://www.nytimes.com/2021/12/09/arts/new-york-city-arts-grants.html", - "creator": "Matt Stevens", - "pubDate": "Thu, 09 Dec 2021 16:00:07 +0000", + "title": "He Never Touched the Murder Weapon. Alabama Sentenced Him to Die.", + "description": "Nathaniel Woods was unarmed when three Birmingham police officers were fatally shot by someone else in 2004. But Woods, a Black man, was convicted of capital murder for his role in the deaths of the three white officers.", + "content": "Nathaniel Woods was unarmed when three Birmingham police officers were fatally shot by someone else in 2004. But Woods, a Black man, was convicted of capital murder for his role in the deaths of the three white officers.", + "category": "Woods, Nathaniel", + "link": "https://www.nytimes.com/2021/12/05/us/nathaniel-woods-alabama-sentenced.html", + "creator": "Dan Barry and Abby Ellin", + "pubDate": "Sun, 05 Dec 2021 10:00:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166492,20 +191499,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f0eccb75a0aa74baa6ee9f42ca27d52" + "hash": "1f737a94f88328c03ccf70f1cd73ea51" }, { - "title": "Can Peloton Sue Over Its ‘And Just Like That’ Appearance?", - "description": "A Peloton stationary bike played a pivotal role on the new HBO Max “Sex and the City” revival, whose premiere preceded a drop in the company’s stock price on Friday.", - "content": "A Peloton stationary bike played a pivotal role on the new HBO Max “Sex and the City” revival, whose premiere preceded a drop in the company’s stock price on Friday.", - "category": "Product Placement", - "link": "https://www.nytimes.com/2021/12/11/arts/television/peloton-sex-and-the-city.html", - "creator": "Isabella Grullón Paz", - "pubDate": "Sun, 12 Dec 2021 21:16:27 +0000", + "title": "Omicron Case With a New York Tie Shows How Virus Outpaces Response", + "description": "A health care analyst came to Manhattan for an anime convention. His trip shows how the virus once again outpaced the public health response.", + "content": "A health care analyst came to Manhattan for an anime convention. His trip shows how the virus once again outpaced the public health response.", + "category": "Contact Tracing (Public Health)", + "link": "https://www.nytimes.com/2021/12/05/nyregion/nyc-anime-convention-omicron-cases.html", + "creator": "Joseph Goldstein, Julie Bosman, Kimiko de Freytas-Tamura and Roni Caryn Rabin", + "pubDate": "Sun, 05 Dec 2021 16:49:34 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166513,20 +191519,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5f727cfdfd5226e8f0cd403892874ce" + "hash": "8a9960ede3b3d8a7992da61f8cb6171b" }, { - "title": "Opening Their Eyes to Art and Each Other", - "description": "Talibah Safiya and Bertram Williams Jr. felt a spark while watching a play together in high school, 11 years before their first proper date.", - "content": "Talibah Safiya and Bertram Williams Jr. felt a spark while watching a play together in high school, 11 years before their first proper date.", - "category": "Weddings and Engagements", - "link": "https://www.nytimes.com/2021/12/10/style/talibah-safiya-bertram-williams-wedding.html", - "creator": "Gabe Cohn", - "pubDate": "Fri, 10 Dec 2021 16:39:46 +0000", + "title": "On Syria’s Ruins, a Drug Empire Flourishes", + "description": "Powerful associates of Syria’s president, Bashar al-Assad, are making and selling captagon, an illegal amphetamine, creating a new narcostate on the Mediterranean.", + "content": "Powerful associates of Syria’s president, Bashar al-Assad, are making and selling captagon, an illegal amphetamine, creating a new narcostate on the Mediterranean.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/05/world/middleeast/syria-drugs-captagon-assad.html", + "creator": "Ben Hubbard and Hwaida Saad", + "pubDate": "Sun, 05 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166534,20 +191539,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8d95299bcd5e96ce13ee3f72b1e0932" + "hash": "f9fba4014fe18ff5a5a9f91e8b8d0bed" }, { - "title": "How a Professional Mover Spends His Sundays", - "description": "The weekends are busy for Adonis Williams, who has been moving New Yorkers for almost 20 years.", - "content": "“On a workday, I’m going over the details of the job like it’s a military mission,” said Adonis Williams, who manages a regular crew of movers and drives a 20-foot truck.", - "category": "Moving and Moving Industry", - "link": "https://www.nytimes.com/2021/12/10/nyregion/how-a-professional-mover-spends-his-sundays.html", - "creator": "Laura Entis", - "pubDate": "Fri, 10 Dec 2021 10:00:20 +0000", + "title": "What an America Without Roe Would Look Like", + "description": "Legal abortions would fall, particularly among poor women in the South and Midwest, and out-of-state travel and abortion pills would play a bigger role.", + "content": "Legal abortions would fall, particularly among poor women in the South and Midwest, and out-of-state travel and abortion pills would play a bigger role.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/05/upshot/abortion-without-roe-wade.html", + "creator": "Claire Cain Miller and Margot Sanger-Katz", + "pubDate": "Sun, 05 Dec 2021 17:40:48 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166555,20 +191559,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea85955102734fc716ba45742e019c2f" + "hash": "b6abbc7ba79bb356817a3d025092e92e" }, { - "title": "A Savannah Home Melds Georgian Architecture With ’60s Flair", - "description": "More than 50 years after their completion, the interiors of one couple’s august house remain a riot of century-clashing design.", - "content": "More than 50 years after their completion, the interiors of one couple’s august house remain a riot of century-clashing design.", - "category": "holiday issue 2021", - "link": "https://www.nytimes.com/2021/12/01/t-magazine/savannah-georgia-home-design.html", - "creator": "Monica Nelson and Peyton Fulford", - "pubDate": "Thu, 09 Dec 2021 19:13:20 +0000", + "title": "New York City, Redistricting, Ukraine: Your Monday Evening Briefing", + "description": "Here’s what you need to know at the end of the day.", + "content": "Here’s what you need to know at the end of the day.", + "category": "", + "link": "https://www.nytimes.com/2021/12/06/briefing/new-york-city-redistricting-ukraine.html", + "creator": "Victoria Shannon", + "pubDate": "Mon, 06 Dec 2021 22:51:35 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166576,20 +191579,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f3072d7411bf3dcdb796ef41aa82806" + "hash": "f1f15321a1d10590890f546b5f9101b7" }, { - "title": "Does It Make Sense to Categorize People by Generation?", - "description": "In “The Generation Myth,” Bobby Duffy deconstructs the stereotypes that have built up around millennials, boomers and other cohorts.", - "content": "Bobby Duffy questions generational stereotypes, like that millennials are self-absorbed snowflakes.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/08/books/review/the-generation-myth-bobby-duffy.html", - "creator": "Tom Standage", - "pubDate": "Wed, 08 Dec 2021 21:14:24 +0000", + "title": "The Trial of Ghislaine Maxwell", + "description": "After the death of Jeffrey Epstein, what kind of justice is possible without him?", + "content": "After the death of Jeffrey Epstein, what kind of justice is possible without him?", + "category": "Child Abuse and Neglect", + "link": "https://www.nytimes.com/2021/12/06/podcasts/the-daily/maxwell-trial.html", + "creator": "Sabrina Tavernise, Michael Johnson, Rachelle Bonja, Rachel Quester, Lynsea Garrison, Stella Tan, M.J. Davis Lin and Larissa Anderson", + "pubDate": "Mon, 06 Dec 2021 14:01:29 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166597,20 +191599,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a67986cb160f309f5c76d01d9e98e6f8" + "hash": "7a8a62acc92510af443d5352ea1cd8a6" }, { - "title": "Pop-Up Exhibition Aims to Preserve Black History in Sag Harbor", - "description": "A pop-up exhibition is helping a historical society conserve its archive of the Black experience in beach communities facing increased gentrification.", - "content": "Georgette Grier-Key, director of the Eastville Community Historical Society on the South Fork of Long Island, characterizes Eastville as one of the earliest truly integrated communities in the United States.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/07/arts/design/sag-harbor-black-artists-long-island.html", - "creator": "Aruna D’Souza", - "pubDate": "Tue, 07 Dec 2021 17:18:30 +0000", + "title": "A Kennedy Center Honors With the Presidential Box Used as Intended", + "description": "Former President Donald J. Trump did not attend the tribute, but President Biden was on hand as Bette Midler, Joni Mitchell, Berry Gordy, Justino Díaz and Lorne Michaels were honored.", + "content": "Former President Donald J. Trump did not attend the tribute, but President Biden was on hand as Bette Midler, Joni Mitchell, Berry Gordy, Justino Díaz and Lorne Michaels were honored.", + "category": "Biden, Jill Tracy Jacobs", + "link": "https://www.nytimes.com/2021/12/06/arts/music/kennedy-center-honors.html", + "creator": "Emily Cochrane", + "pubDate": "Mon, 06 Dec 2021 18:23:44 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166618,20 +191619,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcf9bd0a70897da0a41dc9e9b65e991c" + "hash": "50220ec0d157be674dfa5c2674968fbf" }, { - "title": "Pennsylvania Hospitals Fill Up as Cold Weather Sets In", - "description": "The state is among a number in the Midwest and Northeast that have seen sharp rises in hospitalizations in the last two weeks. Catch up on Covid updates.", - "content": "The state is among a number in the Midwest and Northeast that have seen sharp rises in hospitalizations in the last two weeks. Catch up on Covid updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/12/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Sun, 12 Dec 2021 21:11:33 +0000", + "title": "Biden Focuses on How Spending Bill Would Lower Drug Costs", + "description": "President Biden emphasized how the bill would lower prescription drug costs, an issue his administration hopes will build support for the broader package.", + "content": "President Biden emphasized how the bill would lower prescription drug costs, an issue his administration hopes will build support for the broader package.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/06/us/politics/biden-drug-prices.html", + "creator": "Zolan Kanno-Youngs and Margot Sanger-Katz", + "pubDate": "Mon, 06 Dec 2021 23:13:31 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166639,20 +191639,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa58169ed3a7b16d33e0b07ca12377fc" + "hash": "eb8462a475e2e4a063968649b068c4d4" }, { - "title": "Tornadoes Tear Through South and Midwest, With at Least 70 Dead in Kentucky", - "description": "Power was out across the region on Saturday, and severe storms were expected to continue.", - "content": "After a tornado ripped through Mayfield, Ky., homes were destroyed and debris from trees littered local roads.", - "category": "Tornadoes", - "link": "https://www.nytimes.com/2021/12/11/us/kentucky-deadly-tornadoes.html", - "creator": "Rick Rojas, Jamie McGee, Laura Faith Kebede and Campbell Robertson", - "pubDate": "Sun, 12 Dec 2021 05:33:41 +0000", + "title": "Medina Spirit, an Embattled Kentucky Derby Winner, Dies During a Workout", + "description": "The colt suffered an apparent heart attack while working out at the Santa Anita Park racetrack, a California racing official said.", + "content": "The colt suffered an apparent heart attack while working out at the Santa Anita Park racetrack, a California racing official said.", + "category": "Kentucky Derby", + "link": "https://www.nytimes.com/2021/12/06/sports/horse-racing/medina-spirit-dies.html", + "creator": "Joe Drape", + "pubDate": "Mon, 06 Dec 2021 18:18:11 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166660,20 +191659,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "387d9944ca6b64e2701fb9581d7dd6d3" + "hash": "bffdec15180b788d538e92777ba09147" }, { - "title": "Haiti’s Leader Kept a List of Drug Traffickers. His Assassins Came For It.", - "description": "In the months before his murder, President Jovenel Moïse took a number of steps to fight drug and arms smugglers. Some officials now fear he was killed for it.", - "content": "A mural depicting Mr. Moïse near the entrance to his home in Pétionville, where he was assassinated.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/12/world/jovenel-moise-haiti-president-drug-traffickers.html", - "creator": "Maria Abi-Habib", - "pubDate": "Sun, 12 Dec 2021 10:00:18 +0000", + "title": "Business Updates: Chris Cuomo Says He Will End His SiriusXM Radio Show", + "description": "Regulators are scrutinizing the planned merger of a nascent social media company with a so-called blank-check company. Here’s the latest business news.", + "content": "Regulators are scrutinizing the planned merger of a nascent social media company with a so-called blank-check company. Here’s the latest business news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/06/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Tue, 07 Dec 2021 00:30:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166681,20 +191679,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e956b54d61150a0c03bcc88637165963" + "hash": "68b598780fc8454b9ecff65fd21097ab" }, { - "title": "Former Aide Says He Was Ordered to Ignore Subpoena Over Pandemic Response", - "description": "Peter Navarro is refusing to respond to a congressional subpoena, saying he is following a “direct order” from former President Trump. Follow Covid updates.", - "content": "Peter Navarro is refusing to respond to a congressional subpoena, saying he is following a “direct order” from former President Trump. Follow Covid updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/11/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Sat, 11 Dec 2021 22:55:01 +0000", + "title": "Jussie Smollett Tells Jury He Did Not Direct a Fake Attack on Himself", + "description": "The actor, who is accused of asking two brothers to mildly attack him, and then reporting it as a hate crime, took the stand at his criminal trial on charges related to the 2019 assault.", + "content": "The actor, who is accused of asking two brothers to mildly attack him, and then reporting it as a hate crime, took the stand at his criminal trial on charges related to the 2019 assault.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/06/arts/television/jussie-smollett-trial-testimony.html", + "creator": "Julia Jacobs and Mark Guarino", + "pubDate": "Mon, 06 Dec 2021 21:48:51 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166702,20 +191699,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d05c3c3213100fecff74389d2a188efb" + "hash": "11e2b40807a74d370e97c0300091be67" }, { - "title": "The Sublime Spectacle of Yoko Ono Disrupting the Beatles", - "description": "In Peter Jackson’s “The Beatles: Get Back,” Ono is a performance artist at the height of her powers.", - "content": "In Peter Jackson’s “The Beatles: Get Back,” Ono is a performance artist at the height of her powers.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/12/08/arts/music/yoko-ono-beatles-get-back.html", - "creator": "Amanda Hess", - "pubDate": "Wed, 08 Dec 2021 21:10:52 +0000", + "title": "Drake Removes Himself From Competition for 2022 Grammy Awards", + "description": "The superstar rapper and singer, long a critic of the awards, was nominated in two categories, best rap album and best rap performance.", + "content": "The superstar rapper and singer, long a critic of the awards, was nominated in two categories, best rap album and best rap performance.", + "category": "Grammy Awards", + "link": "https://www.nytimes.com/2021/12/06/arts/music/drake-grammy-nominations.html", + "creator": "Ben Sisario and Joe Coscarelli", + "pubDate": "Mon, 06 Dec 2021 22:07:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166723,20 +191719,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b982ead349d750194b67c7112fb77577" + "hash": "022a3ba5c391827cecd6c58152b1316c" }, { - "title": "Joan Semmel Takes an Unflinching View of Her Own Body", - "description": "The painter, 89, has never shied away from erotic imagery. Her signature nude self-portraits are an attempt to see herself through her own eyes.", - "content": "The artist Joan Semmel in her SoHo studio, where she has lived and worked for over half a century.", - "category": "Semmel, Joan", - "link": "https://www.nytimes.com/2021/12/09/t-magazine/joan-semmel-nude-portraits.html", - "creator": "Daphne Merkin", - "pubDate": "Fri, 10 Dec 2021 16:12:01 +0000", + "title": "Microsoft Seizes 42 Websites From a Chinese Hacking Group", + "description": "The group was likely using the websites to install malware that helped it gather data from government agencies and other groups, the company said.", + "content": "The group was likely using the websites to install malware that helped it gather data from government agencies and other groups, the company said.", + "category": "Computers and the Internet", + "link": "https://www.nytimes.com/2021/12/06/business/microsoft-china-hackers.html", + "creator": "Kellen Browning", + "pubDate": "Tue, 07 Dec 2021 00:13:59 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166744,20 +191739,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dd6c8333f455ed7087d95c3e0198084" + "hash": "29f147de38661e2d64c7ffee5dd256f6" }, { - "title": "What Can Schools Do About Disturbed Students?", - "description": "“There is no profile of a school shooter that is reliable.”", - "content": "“There is no profile of a school shooter that is reliable.”", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/11/opinion/schools-students-staff.html", - "creator": "Jessica Grose", - "pubDate": "Sat, 11 Dec 2021 13:55:26 +0000", + "title": "New York City Announces Vaccine Mandate for Private Employers", + "description": "Mayor Bill de Blasio said it was a “pre-emptive strike” to curb another wave of virus cases and help reduce transmission of the new variant. Here’s the latest.", + "content": "Mayor Bill de Blasio said it was a “pre-emptive strike” to curb another wave of virus cases and help reduce transmission of the new variant. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/06/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Mon, 06 Dec 2021 15:09:03 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166765,20 +191759,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e872942b7bd9d66681552788ccc71574" + "hash": "d9e93b717e237968331132f87d9b6834" }, { - "title": "The Inflation Suspense Goes On", - "description": "The data refuse to settle the big debate. ", - "content": "March 12, 2020, in New York City.  ", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/10/opinion/inflation-economy.html", - "creator": "Paul Krugman", - "pubDate": "Fri, 10 Dec 2021 19:05:04 +0000", + "title": "China Calls on ‘Little Inoculated Warriors’ in Its War on Covid-19", + "description": "The country regards children as crucial in its quest for herd immunity, but some parents, worried about the vaccines’ safety, are pushing back.", + "content": "The country regards children as crucial in its quest for herd immunity, but some parents, worried about the vaccines’ safety, are pushing back.", + "category": "China", + "link": "https://www.nytimes.com/2021/12/06/business/china-covid-vaccine-children.html", + "creator": "Alexandra Stevenson and Cao Li", + "pubDate": "Mon, 06 Dec 2021 13:23:03 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166786,20 +191779,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9ea48b334eb0c7d1b378064e3296a1b" + "hash": "8ce23553e8c80b00825e5f26c4bd0966" }, { - "title": "Abortion: Real Stories, Not Abstractions", - "description": "Readers discuss having an abortion, the physical toll of pregnancy, their religious beliefs, unwanted children and more.", - "content": "Readers discuss having an abortion, the physical toll of pregnancy, their religious beliefs, unwanted children and more.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/11/opinion/letters/abortion.html", - "creator": "", - "pubDate": "Sat, 11 Dec 2021 16:30:06 +0000", + "title": "The Pandemic Has Your Blood Pressure Rising? You’re Not Alone.", + "description": "Average blood pressure readings increased as the coronavirus spread, new research suggests. The finding portends medical repercussions far beyond Covid-19.", + "content": "Average blood pressure readings increased as the coronavirus spread, new research suggests. The finding portends medical repercussions far beyond Covid-19.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/12/06/health/covid-blood-pressure.html", + "creator": "Roni Caryn Rabin", + "pubDate": "Mon, 06 Dec 2021 18:23:02 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166807,20 +191799,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "55ed4620eaca1dc626533b229f545b7f" + "hash": "349359d3aaa1e9d0f6adb3e261ac393f" }, { - "title": "Revoke the Omicron Travel Ban Against African Countries", - "description": "And don’t make the same mistake again.", - "content": "And don’t make the same mistake again.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/11/opinion/omicron-travel-ban-covid-africa.html", - "creator": "Saad B. Omer", - "pubDate": "Sat, 11 Dec 2021 16:00:04 +0000", + "title": "Justice Dept. Files Voting Rights Suit Against Texas Over New Map", + "description": "The department said the state’s redistricting plan would violate the Voting Rights Act by discriminating against minority voters.", + "content": "The department said the state’s redistricting plan would violate the Voting Rights Act by discriminating against minority voters.", + "category": "Voting Rights Act (1965)", + "link": "https://www.nytimes.com/2021/12/06/us/politics/justice-department-texas-voting.html", + "creator": "Katie Benner", + "pubDate": "Mon, 06 Dec 2021 19:26:39 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166828,20 +191819,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bc72ea965075ff244e315600acf763c" + "hash": "11251f8596c2652e87940cf5cfc601c6" }, { - "title": "How the United States Can Break Putin’s Hold on Ukraine", - "description": "The Biden administration’s policy toward Ukraine needs todemonstrate a more active level of engagement.", - "content": "The Biden administration’s policy toward Ukraine needs todemonstrate a more active level of engagement.", - "category": "Russia", - "link": "https://www.nytimes.com/2021/12/10/opinion/international-world/putin-ukraine-biden.html", - "creator": "Alexander Vindman", - "pubDate": "Sat, 11 Dec 2021 00:34:08 +0000", + "title": "Donald Trump’s Media Company Deal Is Being Investigated", + "description": "Regulators are scrutinizing the planned merger of a nascent social media company with a so-called blank-check company. Here’s the latest business news.", + "content": "Regulators are scrutinizing the planned merger of a nascent social media company with a so-called blank-check company. Here’s the latest business news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/06/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Mon, 06 Dec 2021 18:57:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166849,20 +191839,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec344fc7ec1eb6cb0f44373f833a05d2" + "hash": "8e3c8d140c126a1e4f0013664054284c" }, { - "title": "As Omicron Looms, Fear Messaging Isn't Working", - "description": "This horror movie has been playing for 21 months.", - "content": "This horror movie has been playing for 21 months.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/10/opinion/covid-omicron-psychology-fear.html", - "creator": "Adam Grant", - "pubDate": "Fri, 10 Dec 2021 16:18:14 +0000", + "title": "Bearing Witness to Svalbard’s Fragile Splendor", + "description": "To visitors, the Norwegian archipelago can seem both ethereal and eternal. But climate change all but guarantees an eventual collapse of its vulnerable ecosystem.", + "content": "To visitors, the Norwegian archipelago can seem both ethereal and eternal. But climate change all but guarantees an eventual collapse of its vulnerable ecosystem.", + "category": "Travel and Vacations", + "link": "https://www.nytimes.com/2021/12/06/travel/svalbard-climate-change-tourism.html", + "creator": "Marcus Westberg", + "pubDate": "Mon, 06 Dec 2021 10:00:22 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166870,20 +191859,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ad2ffaca506566d6ae004e61e7238f7" + "hash": "997aefaf47c97563d260037e28c69751" }, { - "title": "A Nobel Peace Prize Is Not Enough to Save Independent Media", - "description": "It will take more than speeches — or indeed Nobel prizes — to save independent journalism.", - "content": "It will take more than speeches — or indeed Nobel prizes — to save independent journalism.", - "category": "News and News Media", - "link": "https://www.nytimes.com/2021/12/10/opinion/independent-journalism-at-risk-nobel-prize.html", - "creator": "Maria Ressa and Mark Thompson", - "pubDate": "Fri, 10 Dec 2021 19:37:37 +0000", + "title": "What Can One Life Tell Us About the Battle Against H.I.V.?", + "description": "In 2001, U.N. estimates suggested 150 million people would be infected with H.I.V. by 2021. That preceded an ambitious global campaign to curb the virus. How well did it work?", + "content": "In 2001, U.N. estimates suggested 150 million people would be infected with H.I.V. by 2021. That preceded an ambitious global campaign to curb the virus. How well did it work?", + "category": "Acquired Immune Deficiency Syndrome", + "link": "https://www.nytimes.com/2021/12/02/health/hiv-aids-infection-epidemic-un.html", + "creator": "Sarika Bansal", + "pubDate": "Thu, 02 Dec 2021 10:00:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166891,20 +191879,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "273ed956d600d21aadfe5ed2ad1e0fd8" + "hash": "339cc02f81565d03d63a84996c002ee2" }, { - "title": "Will the Coronavirus Evolve to Be Milder?", - "description": "While we may care, the virus really doesn’t.", - "content": "While we may care, the virus really doesn’t.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/10/opinion/covid-evolve-milder.html", - "creator": "Andrew Pekosz", - "pubDate": "Sat, 11 Dec 2021 14:36:35 +0000", + "title": "A Terrible Catch-22", + "description": "Should wrongfully convicted people falsely admit guilt to win parole?", + "content": "Should wrongfully convicted people falsely admit guilt to win parole?", + "category": "", + "link": "https://www.nytimes.com/2021/12/06/briefing/wrongful-convictions-parole.html", + "creator": "David Leonhardt", + "pubDate": "Mon, 06 Dec 2021 11:29:37 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166912,20 +191899,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd2a41606760196e7bd4d6c4c5f8b7c7" + "hash": "a78f18cc8a6763af9ba3e87e1562a392" }, { - "title": "Demaryius Thomas, Ex-Denver Broncos Wide Receiver, Is Found Dead", - "description": "Thomas, 33, played as a wide receiver in the National Football League for 10 seasons and helped lead the Broncos to victory in the Super Bowl in 2016. He retired in June.", - "content": "Demaryius Thomas of the Denver Broncos warming up before a game against the Kansas City Chiefs in 2018.", - "category": "Thomas, Demaryius", - "link": "https://www.nytimes.com/2021/12/10/sports/football/demaryius-thomas-dead.html", - "creator": "Livia Albeck-Ripka", - "pubDate": "Fri, 10 Dec 2021 17:50:03 +0000", + "title": "A Thriller in Vermont and a Camera Floating in the Ocean", + "description": "Our critic recommends old and new books.", + "content": "Our critic recommends old and new books.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/04/books/read-like-the-wind.html", + "creator": "Molly Young", + "pubDate": "Sat, 04 Dec 2021 13:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166933,20 +191919,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "be5b04936a16dd673fbb24226750de27" + "hash": "f13a703621329fed58a7e421baa769f2" }, { - "title": "11 Million New Oysters in New York Harbor (but None for You to Eat)", - "description": "The oysters, which act as nonstop water filters, were added to the Hudson River as part of an ongoing project to rehabilitate the polluted waterways around the city.", - "content": "Big, discovered under Pier 40 three years ago, is believed to be the largest oyster found in New York in over a century. ", - "category": "Oysters", - "link": "https://www.nytimes.com/2021/12/10/us/oysters-new-york-hudson-river.html", - "creator": "Karen Zraick", - "pubDate": "Fri, 10 Dec 2021 13:06:56 +0000", + "title": "Predicting the Future Is Possible. These ‘Superforecasters’ Know How.", + "description": "The psychologist Philip Tetlock on the art and science of prediction.", + "content": "The psychologist Philip Tetlock on the art and science of prediction.", + "category": "audio-neutral-informative", + "link": "https://www.nytimes.com/2021/12/03/opinion/ezra-klein-podcast-philip-tetlock.html", + "creator": "‘The Ezra Klein Show’", + "pubDate": "Fri, 03 Dec 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166954,20 +191939,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "582af5f0ec1f661036bd2829231724a4" + "hash": "ede45c011f8b6de5596224f56c912866" }, { - "title": "U.K. Court Rules Julian Assange Can Be Extradited to U.S.", - "description": "The WikiLeaks founder will seek to appeal. But if the extradition goes ahead, he would face espionage charges that could put him in prison for decades.", - "content": "The WikiLeaks founder will seek to appeal. But if the extradition goes ahead, he would face espionage charges that could put him in prison for decades.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/10/world/europe/uk-julian-assange-extradition.html", - "creator": "Megan Specia and Charlie Savage", - "pubDate": "Fri, 10 Dec 2021 18:27:06 +0000", + "title": "Witness Says Maxwell Recruited Her for Sexual Encounters With Epstein", + "description": "A woman told jurors that Ghislaine Maxwell played a direct role in arranging her encounters with Jeffrey Epstein. See updates on the trial here.", + "content": "A woman told jurors that Ghislaine Maxwell played a direct role in arranging her encounters with Jeffrey Epstein. See updates on the trial here.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/06/nyregion/ghislaine-maxwell-trial", + "creator": "The New York Times", + "pubDate": "Mon, 06 Dec 2021 20:43:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166975,20 +191959,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "97b2822e3489dad7a5f108c7a0475c62" + "hash": "8638fb7f098e1f5c3d20b43ddb0fd871" }, { - "title": "Our Favorite Healthy Habits of 2021", - "description": "From labeling your feelings to exercise snacks, here’s a roundup of some of Well’s best advice for better living.", - "content": "From labeling your feelings to exercise snacks, here’s a roundup of some of Well’s best advice for better living.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/09/well/mind/healthy-habits.html", - "creator": "Tara Parker-Pope", - "pubDate": "Fri, 10 Dec 2021 14:43:31 +0000", + "title": "Three of a Group of Missionaries Kidnapped in Haiti Have Been Released", + "description": "The U.S. Christian aid group said three more people were released of the 17 who had been kidnapped by a gang in Haiti. Two were released last month.", + "content": "The U.S. Christian aid group said three more people were released of the 17 who had been kidnapped by a gang in Haiti. Two were released last month.", + "category": "Kidnapping and Hostages", + "link": "https://www.nytimes.com/2021/12/06/world/americas/hostages-haiti.html", + "creator": "Oscar Lopez and Maria Abi-Habib", + "pubDate": "Mon, 06 Dec 2021 18:02:34 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -166996,20 +191979,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee0802cf9bba35fad8da5ce23d58914e" + "hash": "3b7a2c813e3c667eb488dd6947a61ecb" }, { - "title": "Your Face Is, or Will Be, Your Boarding Pass", - "description": "Tech-driven changes are coming fast and furiously to airports, including advancements in biometrics that verify identity and shorten security procedures for those passengers who opt into the programs.", - "content": "Tech-driven changes are coming fast and furiously to airports, including advancements in biometrics that verify identity and shorten security procedures for those passengers who opt into the programs.", - "category": "Facial Recognition Software", - "link": "https://www.nytimes.com/2021/12/07/travel/biometrics-airports-security.html", - "creator": "Elaine Glusac", - "pubDate": "Tue, 07 Dec 2021 10:00:16 +0000", + "title": "Storm Could Cause ‘Catastrophic Flooding’ in Hawaii, Forecasters Warn", + "description": "Some parts of the islands could see as much as 25 inches of rain through Tuesday, meteorologists said. “This is an extreme weather event,” an emergency official said on Monday.", + "content": "Some parts of the islands could see as much as 25 inches of rain through Tuesday, meteorologists said. “This is an extreme weather event,” an emergency official said on Monday.", + "category": "Floods", + "link": "https://www.nytimes.com/2021/12/06/us/hawaii-flooding.html", + "creator": "Eduardo Medina", + "pubDate": "Mon, 06 Dec 2021 19:14:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167017,20 +191999,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "657089bbebdc11bca694dbd2152a326c" + "hash": "99176510198d474ef0f750ebcc96e22c" }, { - "title": "Seeking Space for Solar Farms, Cities Find Room at Their Airports", - "description": "Airports around the nation are installing solar arrays on unused land, roofs and parking garages, helping them achieve self-sufficiency while also providing power to their communities.", - "content": "A grid of solar panels stretching toward the Tallahassee International Airport control tower.", - "category": "Solar Energy", - "link": "https://www.nytimes.com/2021/12/07/business/airports-solar-farms.html", - "creator": "Amy Zipkin", - "pubDate": "Tue, 07 Dec 2021 19:04:24 +0000", + "title": "Jussie Smollett Testifies at Trial on Charges He Staged an Attack on Himself", + "description": "The actor, who is accused of directing two brothers to mildly attack him, and then reporting it as a hate crime, took the stand at his criminal trial on charges related to the 2019 assault.", + "content": "The actor, who is accused of directing two brothers to mildly attack him, and then reporting it as a hate crime, took the stand at his criminal trial on charges related to the 2019 assault.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/06/arts/television/jussie-smollett-trial-testimony.html", + "creator": "Julia Jacobs and Mark Guarino", + "pubDate": "Mon, 06 Dec 2021 20:20:26 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167038,20 +192019,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c5e217482909c93d92288bc09721952" + "hash": "9c9e89726e2b043dce03c4451bd4d22c" }, { - "title": "Mayor-Elect Eric Adams Cancels 10 Fund-Raisers", - "description": "One of them was sponsored by a contentious public relations executive, Ronn Torossian.", - "content": "Eric Adams, left, and Ronn Torossian at the mayor-elect’s celebration party at Zero Bond on Nov. 2, 2021.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/11/nyregion/eric-adams-fund-raisers-canceled.html", - "creator": "Ben Smith and Dana Rubinstein", - "pubDate": "Sat, 11 Dec 2021 21:24:58 +0000", + "title": "NASA Announces 10 New Astronaut Recruits", + "description": "The recruits, selected from a pool of 12,000 applicants, will begin two years of training, and some of them may one day walk on the moon.", + "content": "The recruits, selected from a pool of 12,000 applicants, will begin two years of training, and some of them may one day walk on the moon.", + "category": "National Aeronautics and Space Administration", + "link": "https://www.nytimes.com/2021/12/06/science/nasa-astronaut-class.html", + "creator": "Joey Roulette", + "pubDate": "Mon, 06 Dec 2021 18:25:25 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167059,20 +192039,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bad56e07ab68830543fd1c9dd27f8200" + "hash": "cee241507e51e0ed4454259d8253410b" }, { - "title": "Bryce Young, Alabama’s Sophomore Star, Wins the Heisman Trophy", - "description": "Voters have more data points than ever to consider, but how they select the winner has changed little over the years: Quarterbacks dominate and winning matters.", - "content": "Voters have more data points than ever to consider, but how they select the winner has changed little over the years: Quarterbacks dominate and winning matters.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2021/12/11/sports/ncaafootball/heisman-trophy.html", - "creator": "Billy Witz", - "pubDate": "Sun, 12 Dec 2021 04:06:19 +0000", + "title": "After 8 Wolves Are Poisoned, Oregon Police Ask for Help", + "description": "From February to July, an entire pack and three other wolves were found dead from poisoning, according to the authorities.", + "content": "From February to July, an entire pack and three other wolves were found dead from poisoning, according to the authorities.", + "category": "Wolves", + "link": "https://www.nytimes.com/2021/12/06/us/oregon-wolves-poisoned.html", + "creator": "Johnny Diaz", + "pubDate": "Mon, 06 Dec 2021 19:24:46 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167080,20 +192059,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e59165ec187f4e9059f9aa7e1038e1b2" + "hash": "fa85f6f6e3c8e18ca0599cbf435adb5b" }, { - "title": "Denis O’Brien, Force in Ex-Beatle’s Film Company, Dies at 80", - "description": "He and George Harrison created Handmade Films to make “Monty Python’s Life of Brian.” Other successes followed, but the partnership ended badly.", - "content": "Denis O’Brien with George Harrison during the filming of the 1986 movie “Shanghai Surprise” in Surrey, England. The two were partners in the film production company Handmade Films.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/09/movies/denis-obrien-dead.html", - "creator": "Neil Genzlinger", - "pubDate": "Thu, 09 Dec 2021 20:27:35 +0000", + "title": "17 Covid Cases Found Aboard Cruise Ship in New Orleans", + "description": "The Norwegian Cruise Line ship, carrying more than 3,200 people, made stops in Belize, Honduras and Mexico. A crew member probably has the Omicron variant, health officials said.", + "content": "The Norwegian Cruise Line ship, carrying more than 3,200 people, made stops in Belize, Honduras and Mexico. A crew member probably has the Omicron variant, health officials said.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/06/us/new-orleans-cruise-ship-covid.html", + "creator": "Derrick Bryson Taylor", + "pubDate": "Mon, 06 Dec 2021 13:26:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167101,20 +192079,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2eed6ca5817bd7bec3fd7609e3b50bfa" + "hash": "6cfa2507dec34b5ccebf49fd30c7f736" }, { - "title": "Margaret Giannini, Champion of People With Disabilities, Dies at 100", - "description": "After meeting the parents of children with a range of disabilities, she decided almost on the spot to start a clinic to treat such children exclusively.", - "content": "Dr. Margaret Giannini in 2017. She was the catalyst behind establishing one of the world’s largest facilities for people with developmental disabilities.", - "category": "Giannini, Margaret (1921-2021)", - "link": "https://www.nytimes.com/2021/12/11/health/margaret-giannini-dead.html", - "creator": "Katharine Q. Seelye", - "pubDate": "Sat, 11 Dec 2021 22:54:53 +0000", + "title": "Yes, Kids Can Get Migraines. Here Are the Signs.", + "description": "The chronic condition, typically thought of as an ‘adult’ problem, can affect up to 3 percent of kids between 3 and 7.", + "content": "The chronic condition, typically thought of as an ‘adult’ problem, can affect up to 3 percent of kids between 3 and 7.", + "category": "Migraine Headaches", + "link": "https://www.nytimes.com/2020/05/14/parenting/child-migraines-signs.html", + "creator": "Emily Sohn", + "pubDate": "Thu, 14 May 2020 19:11:29 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167122,20 +192099,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1af6375b8bd47932c24b68b4608f1402" + "hash": "d98308559011e31f60269fdaa5b4f469" }, { - "title": "Do Booster Shots Work Against the Omicron Variant? Your Questions Answered", - "description": "Alarmed by the arrival of the new variant, health officials have called for everyone who is eligible to get a booster shot.", - "content": "Alarmed by the arrival of the new variant, health officials have called for everyone who is eligible to get a booster shot.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/article/booster-shots-questions-answers.html", - "creator": "Tara Parker-Pope", - "pubDate": "Tue, 07 Dec 2021 16:04:00 +0000", + "title": "‘The Fortune Men,’ a Novel That Remembers a Man Wrongly Sentenced to Death", + "description": "Nadifa Mohamed’s third novel, shortlisted for this year’s Booker Prize, is about Mahmood Mattan, a young Somali sailor who was falsely accused of a violent murder.", + "content": "Nadifa Mohamed’s third novel, shortlisted for this year’s Booker Prize, is about Mahmood Mattan, a young Somali sailor who was falsely accused of a violent murder.", + "category": "The Fortune Men (Book)", + "link": "https://www.nytimes.com/2021/12/05/books/review-fortune-men-nadifa-mohamed.html", + "creator": "Dwight Garner", + "pubDate": "Sun, 05 Dec 2021 19:35:56 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167143,20 +192119,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1346156dbb106e3c999352a3a3a6a62" + "hash": "10403b211a719478bdfab4f557fd528f" }, { - "title": "Glyn Johns is a Fashion Favorite in 'The Beatles: Get Back'", - "description": "The long-lost outfits of the Beatles sound man have made him an unwitting fashion favorite, five decades later.", - "content": "The long-lost outfits of the Beatles sound man have made him an unwitting fashion favorite, five decades later.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2021/12/11/style/glyn-johns-get-back-beatles-outfit.html", - "creator": "Alex Williams", - "pubDate": "Sat, 11 Dec 2021 23:09:29 +0000", + "title": "Review: ‘Landscapers’ Is Not Your Typical True-Crime Love Story", + "description": "Olivia Colman and David Thewlis star in this HBO tale of devotion, murdered parents and very expensive autographs.", + "content": "Olivia Colman and David Thewlis star in this HBO tale of devotion, murdered parents and very expensive autographs.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/05/arts/television/landscapers-review.html", + "creator": "Mike Hale", + "pubDate": "Sun, 05 Dec 2021 20:18:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167164,20 +192139,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa57d1137687366e138a364872d2311f" + "hash": "6b848d8b1190668be3ee66a9d90067d7" }, { - "title": "Lewis Hamilton or Max Verstappen? Abu Dhabi Race to Decide F1 Champion", - "description": "It has not had a season like this in years because Lewis Hamilton has dominated. Not this year. He or Max Verstappen will become champion on Sunday.", - "content": "Lewis Hamilton, left, and Max Verstappen battling for position on Sunday during the Grand Prix of Saudi Arabia in Jeddah.", - "category": "Automobile Racing", - "link": "https://www.nytimes.com/2021/12/09/sports/autoracing/f1-hamilton-verstappen-abu-dhabi-grand-prix.html", - "creator": "Ian Parkes", - "pubDate": "Thu, 09 Dec 2021 10:02:36 +0000", + "title": "Fish Stew With Radicchio-Fennel Salad and Granita", + "description": "No matter what ingredients you use, this bold, briny stew from David Tanis sings alongside a radicchio-fennel salad and a grapefruit granita.", + "content": "No matter what ingredients you use, this bold, briny stew from David Tanis sings alongside a radicchio-fennel salad and a grapefruit granita.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/06/dining/fish-stew-recipe.html", + "creator": "David Tanis", + "pubDate": "Mon, 06 Dec 2021 14:40:44 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167185,20 +192159,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc1be54926e51cbf8f9c6545fa681de7" + "hash": "6741d5e4284defe07252dff99795e165" }, { - "title": "On the Citizen App, Even the Happy Videos Can Be Unsettling", - "description": "However the “personal safety” app adapts its message, it’s still toying with how you feel about your own community.", - "content": "However the “personal safety” app adapts its message, it’s still toying with how you feel about your own community.", - "category": "Video Recordings, Downloads and Streaming", - "link": "https://www.nytimes.com/2021/12/08/magazine/on-the-citizen-app-even-the-happy-videos-can-be-unsettling.html", - "creator": "Peter C. Baker", - "pubDate": "Thu, 09 Dec 2021 00:19:50 +0000", + "title": "Magnus Carlsen Controls World Chess Championship After Two Wins", + "description": "With two wins in his pocket, Magnus Carlsen knows only a huge stumble will keep from retaining the world title he has held since 2013.", + "content": "With two wins in his pocket, Magnus Carlsen knows only a huge stumble will keep from retaining the world title he has held since 2013.", + "category": "Carlsen, Magnus", + "link": "https://www.nytimes.com/2021/12/06/sports/magnus-carlsen-world-chess.html", + "creator": "Dylan Loeb McClain", + "pubDate": "Mon, 06 Dec 2021 15:44:27 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167206,20 +192179,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "11a119d1412e89e937a7793dfebff9ab" + "hash": "ff5f6de3fb724c9885bc52a923b247b2" }, { - "title": "10 Ways I Fed My Fandom(s)", - "description": "No apologies from our critic-at-large, who found plenty of movies, plays and TV series to nourish the culture nerd within.", - "content": "Clockwise from left: Dev Patel in “The Green Knight\"; Jon Michael Hill and Namir Smallwood in “Pass Over”; and Elisabeth Olsen, left and Kathryn Hahn in “WandaVision.”", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/08/theater/theater-tv-movies-fandoms-2021.html", - "creator": "Maya Phillips", - "pubDate": "Wed, 08 Dec 2021 10:00:17 +0000", + "title": "United States Will Not Send Government Officials to Beijing Olympics", + "description": "Athletes will still be able to compete in the Winter Games in Beijing, but the diplomatic boycott is a response to human rights abuses in Xinjiang.", + "content": "Athletes will still be able to compete in the Winter Games in Beijing, but the diplomatic boycott is a response to human rights abuses in Xinjiang.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/06/us/politics/olympics-beijing-boycott.html", + "creator": "Zolan Kanno-Youngs", + "pubDate": "Mon, 06 Dec 2021 18:59:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167227,20 +192199,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b36fd97a346a49f17b7ce2dd50acc221" + "hash": "9bcd041dc33e5a00580aeedc566ca182" }, { - "title": "Five Horror Movies to Stream Now", - "description": "This month’s picks include a prude mutant, a vengeful witch, a tortured musician and a demonic dinner.", - "content": "This month’s picks include a prude mutant, a vengeful witch, a tortured musician and a demonic dinner.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/10/movies/streaming-horror.html", - "creator": "Erik Piepenburg", - "pubDate": "Fri, 10 Dec 2021 16:30:10 +0000", + "title": "China Cuts RRR as Evergrande and Kaisa Face Deadlines", + "description": "Evergrande and Kaisa must come up with hundreds of millions of dollars in days. Beijing sought to reassure markets overall, but signaled it might let Evergrande fail.", + "content": "Evergrande and Kaisa must come up with hundreds of millions of dollars in days. Beijing sought to reassure markets overall, but signaled it might let Evergrande fail.", + "category": "China Evergrande Group", + "link": "https://www.nytimes.com/2021/12/06/business/china-evergrande-kaisa-property.html", + "creator": "Alexandra Stevenson and Cao Li", + "pubDate": "Mon, 06 Dec 2021 19:28:35 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167248,20 +192219,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae2328d1b448fed9d6799bbc0773010a" + "hash": "70a33bf0ee7e15d0763c160e4789192c" }, { - "title": "Tornadoes Leave Trail of Devastation Across 6 States, With Scores Dead", - "description": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", - "content": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", + "title": "Maxwell Trial’s Second Accuser Describes Being Introduced to Epstein", + "description": "A woman identified as “Kate” testified that Ghislaine Maxwell groomed her for sexual encounters with Jeffrey Epstein. Follow updates here.", + "content": "A woman identified as “Kate” testified that Ghislaine Maxwell groomed her for sexual encounters with Jeffrey Epstein. Follow updates here.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/11/us/tornadoes-midwest-south", + "link": "https://www.nytimes.com/live/2021/12/06/nyregion/ghislaine-maxwell-trial", "creator": "The New York Times", - "pubDate": "Sat, 11 Dec 2021 23:25:20 +0000", + "pubDate": "Mon, 06 Dec 2021 17:51:56 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167269,20 +192239,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2605b7b0bd86b5fa4d804223f65ed949" + "hash": "2005aa745b7764d7e36387d95d97ef81" }, { - "title": "In a Kentucky Town Hit by a Tornado, Anguish, Worry — and Feeling Grateful to Be Alive", - "description": "A tornado devastated much of Mayfield, Ky., leaving a close-knit community to grapple with what it has lost and what it will take to recover.", - "content": "Irene Noltner consoles Jody O’Neill outside The Lighthouse, a women and children’s shelter that was destroyed by a tornado along with much of downtown Mayfield, Ky.", - "category": "Candles", - "link": "https://www.nytimes.com/2021/12/11/us/mayfield-kentucky-hit-by-tornado.html", - "creator": "Rick Rojas and Jamie McGee", - "pubDate": "Sat, 11 Dec 2021 22:59:50 +0000", + "title": "Pope Exploring a 2nd Meeting With Russian Orthodox Church", + "description": "Speaking after his trip to Cyprus and Greece, Francis also said he had no choice but to accept the resignation of the archbishop of Paris because of the harmful gossip surrounding him.", + "content": "Speaking after his trip to Cyprus and Greece, Francis also said he had no choice but to accept the resignation of the archbishop of Paris because of the harmful gossip surrounding him.", + "category": "Middle East and Africa Migrant Crisis", + "link": "https://www.nytimes.com/2021/12/06/world/europe/pope-russian-orthodox-church.html", + "creator": "Jason Horowitz", + "pubDate": "Mon, 06 Dec 2021 18:16:54 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167290,20 +192259,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b55f8ed454c85bbdcbacc3cec681e96" + "hash": "545070886a6f642e1f4680d97b9affed" }, { - "title": "Deaths Confirmed After Tornado Hits Amazon Warehouse in Illinois", - "description": "The police said they were notifying next of kin after a tornado caused “catastrophic damage to a significant portion” of the building.", - "content": "The partially collapsed Amazon distribution center in Edwardsville, Ill.", - "category": "Tornadoes", - "link": "https://www.nytimes.com/2021/12/11/us/amazon-warehouse-deaths-tornado.html", - "creator": "Daniel Victor", - "pubDate": "Sat, 11 Dec 2021 13:03:33 +0000", + "title": "Aung San Suu Kyi Falls, but Myanmar’s Democratic Hopes Move On", + "description": "The ousted civilian leader faces years in custody after being sentenced on the first of several charges. In her absence, a new generation of younger, more progressive politicians is emerging.", + "content": "The ousted civilian leader faces years in custody after being sentenced on the first of several charges. In her absence, a new generation of younger, more progressive politicians is emerging.", + "category": "Myanmar", + "link": "https://www.nytimes.com/2021/12/06/world/asia/myanmar-aung-san-suu-kyi.html", + "creator": "Sui-Lee Wee and Richard C. Paddock", + "pubDate": "Mon, 06 Dec 2021 11:19:20 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167311,20 +192279,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a3b1442a132bd339347ca39d4d99f22" + "hash": "fbe13711f847876405ef69f0ff79ced9" }, { - "title": "As Vaccines Trickle into Africa, Zambia’s Challenges Highlight Other Obstacles", - "description": "Vaccinating Africa is critical to protecting the continent and the world against dangerous variants, but supply isn’t the only problem countries face.", - "content": "The Covid-19 vaccination tents at Chongwe District Hospital in Zambia sat empty.", - "category": "Vaccination and Immunization", - "link": "https://www.nytimes.com/2021/12/11/health/covid-vaccine-africa.html", - "creator": "Stephanie Nolen", - "pubDate": "Sat, 11 Dec 2021 14:14:08 +0000", + "title": "China Cuts RRR as Evergrande, Kaisa Face Deadlines", + "description": "Evergrande and Kaisa must come up with hundreds of millions of dollars in days. Beijing sought to reassure markets overall, but signaled it might let Evergrande fail.", + "content": "Evergrande and Kaisa must come up with hundreds of millions of dollars in days. Beijing sought to reassure markets overall, but signaled it might let Evergrande fail.", + "category": "China Evergrande Group", + "link": "https://www.nytimes.com/2021/12/06/business/china-evergrande-kaisa-property.html", + "creator": "Alexandra Stevenson and Cao Li", + "pubDate": "Mon, 06 Dec 2021 12:33:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167332,20 +192299,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "355acdc28dd124912ddd12531ef884c9" + "hash": "313ddb2e9956e9a9c3c0f3b00cb1fe49" }, { - "title": "British studies warn of Omicron’s speed, and one notes the need for boosters.", - "description": "", - "content": "Lining up to get a Covid-19 vaccine shot in London last week.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/11/world/covid-omicron-vaccines/britain-omicron", - "creator": "Benjamin Mueller", - "pubDate": "Sat, 11 Dec 2021 18:54:51 +0000", + "title": "Max Rose to Run for House, Seeking a Rematch Against Malliotakis", + "description": "Mr. Rose, a moderate Democrat, lost to Representative Nicole Malliotakis, a Republican, by six percentage points last year in a conservative New York City district that includes Staten Island.", + "content": "Mr. Rose, a moderate Democrat, lost to Representative Nicole Malliotakis, a Republican, by six percentage points last year in a conservative New York City district that includes Staten Island.", + "category": "Rose, Max (1986- )", + "link": "https://www.nytimes.com/2021/12/06/nyregion/max-rose-congress-malliotakis.html", + "creator": "Katie Glueck", + "pubDate": "Mon, 06 Dec 2021 16:07:26 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167353,20 +192319,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8bea302590d0726fa6fcb6f51579743" + "hash": "38b07a7cd092d3b42ec665651c0f7367" }, { - "title": "A Cookie as Big as the Ritz", - "description": "This festive cookie cake is a cross between an American chocolate-chip cookie and an elegant Parisian treat.", - "content": "This festive cookie cake is a cross between an American chocolate-chip cookie and an elegant Parisian treat.", - "category": "Cookies", - "link": "https://www.nytimes.com/2021/12/01/magazine/new-years-cookie-recipe.html", - "creator": "Dorie Greenspan", - "pubDate": "Sat, 11 Dec 2021 00:00:12 +0000", + "title": "Karl Nehammer Becomes Scandal-Shaken Austria's 3rd Chancellor This Year ", + "description": "Karl Nehammer, the former interior minister, becomes the country’s leader two months after the resignation of Sebastian Kurz, amid an investigation into corruption and influence-peddling.", + "content": "Karl Nehammer, the former interior minister, becomes the country’s leader two months after the resignation of Sebastian Kurz, amid an investigation into corruption and influence-peddling.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/06/world/europe/austria-chancellor-nehammer-kurz.html", + "creator": "Isabella Kwai and Christopher F. Schuetze", + "pubDate": "Mon, 06 Dec 2021 14:54:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167374,20 +192339,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa682241b2e1932dcfbfb2677f0de0e" + "hash": "f0c77ba4d4e9b07eb4a7cb09fd128998" }, { - "title": "My Not-So-Secret Admirer", - "description": "Sometimes you just need a dose of love and validation to get you through the day. And who better to give it to you than yourself?", - "content": "Sometimes you just need a dose of love and validation to get you through the day. And who better to give it to you than yourself?", - "category": "Love (Emotion)", - "link": "https://www.nytimes.com/2021/12/10/style/my-not-so-secret-admirer.html", - "creator": "Lia Picard", - "pubDate": "Fri, 10 Dec 2021 10:00:06 +0000", + "title": "How Will N.Y. Religious Schools Respond to a Vaccine Mandate?", + "description": "Mayor Bill de Blasio set a vaccine mandate for religious and private schools. Jewish and Catholic leaders are frustrated, and some have predicted legal challenges.", + "content": "Mayor Bill de Blasio set a vaccine mandate for religious and private schools. Jewish and Catholic leaders are frustrated, and some have predicted legal challenges.", + "category": "Vaccination and Immunization", + "link": "https://www.nytimes.com/2021/12/06/nyregion/vaccine-mandate-religious-yeshiva.html", + "creator": "Emma G. Fitzsimmons, Liam Stack and Jeffery C. Mays", + "pubDate": "Mon, 06 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167395,20 +192359,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1e16dbf34c8486ca5976137026a98ee" + "hash": "ccd01ec68b160b47b812310d6ef16169" }, { - "title": "Supreme Court Allows Challenge to Texas Abortion Law but Leaves It in Effect", - "description": "The law, which bans most abortions after about six weeks of pregnancy, was drafted to evade review in federal court and has been in effect since September.", - "content": "The law, which bans most abortions after about six weeks of pregnancy, was drafted to evade review in federal court and has been in effect since September.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/10/us/politics/texas-abortion-supreme-court.html", - "creator": "Adam Liptak", - "pubDate": "Fri, 10 Dec 2021 18:50:50 +0000", + "title": "Bob Dole Embodied ‘Shared Values’ in Washington", + "description": "Bob Dole, a Kansas Republican, brought his no-nonsense manner to Washington, cutting deals during a bygone era. “He was in a sense Mr. America,” the historian Robert Dallek said.", + "content": "Bob Dole, a Kansas Republican, brought his no-nonsense manner to Washington, cutting deals during a bygone era. “He was in a sense Mr. America,” the historian Robert Dallek said.", + "category": "Dole, Bob", + "link": "https://www.nytimes.com/2021/12/05/us/politics/bob-dole-senate.html", + "creator": "Sheryl Gay Stolberg", + "pubDate": "Mon, 06 Dec 2021 00:02:38 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167416,20 +192379,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fdbff3354b3a78273568b08a9b06cf0" + "hash": "2adde6cc0c48d2dfcfe26083a21a299e" }, { - "title": "In Texas, Panic Over Critical Race Theory Extends to Bookshelves", - "description": "A new state law constricts teachers when it comes to race and history. And a politician is questioning why 850 titles are on library shelves. The result: “A lot of our teachers are petrified.”", - "content": "A new state law constricts teachers when it comes to race and history. And a politician is questioning why 850 titles are on library shelves. The result: “A lot of our teachers are petrified.”", - "category": "Education (K-12)", - "link": "https://www.nytimes.com/2021/12/10/us/texas-critical-race-theory-ban-books.html", - "creator": "Michael Powell", - "pubDate": "Fri, 10 Dec 2021 20:14:14 +0000", + "title": "Bob Dole, Old Soldier and Stalwart of the Senate, Dies at 98", + "description": "Mr. Dole, a son of the Kansas prairie who was left for dead on a World War II battlefield, became one of the longest-serving Republican leaders.", + "content": "Mr. Dole, a son of the Kansas prairie who was left for dead on a World War II battlefield, became one of the longest-serving Republican leaders.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/05/us/politics/bob-dole-dead.html", + "creator": "Katharine Q. Seelye", + "pubDate": "Sun, 05 Dec 2021 18:53:02 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167437,20 +192399,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "545ad2e020d50a6e8bdf682bd5562e06" + "hash": "588418dbe456bd65839c218059d7b04f" }, { - "title": "Elon Musk’s Latest Innovation: Troll Philanthropy", - "description": "Some very wealthy people give their money away in an attempt to burnish their reputations. Not the Tesla C.E.O.", - "content": "Some very wealthy people give their money away in an attempt to burnish their reputations. Not the Tesla C.E.O.", - "category": "Philanthropy", - "link": "https://www.nytimes.com/2021/12/10/business/elon-musk-philanthropy.html", - "creator": "Nicholas Kulish", - "pubDate": "Fri, 10 Dec 2021 16:59:25 +0000", + "title": "Why Is Russia Massing Troops on Its Ukraine Border?", + "description": "There are tactical reasons for threatening an invasion, but the real cause may lie in the Kremlin’s fixation with righting what it sees as a historical injustice.", + "content": "There are tactical reasons for threatening an invasion, but the real cause may lie in the Kremlin’s fixation with righting what it sees as a historical injustice.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/05/world/europe/putin-russia-ukraine-troops.html", + "creator": "Anton Troianovski", + "pubDate": "Sun, 05 Dec 2021 18:41:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167458,20 +192419,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b7f287447e1f1916f4413ee47109655" + "hash": "96c66e748c959ff063c1f977f10af4ad" }, { - "title": "‘I Would Give Anything to Hold Their Hands Again’", - "description": "A husband and wife find a way to talk to their young sons about an unspeakable event.", - "content": "A husband and wife find a way to talk to their young sons about an unspeakable event.", - "category": "Earthquakes", - "link": "https://www.nytimes.com/2021/12/10/style/moderrn-love-haiti-earthquake-hold-their-hands-again.html", - "creator": "Jessica Alexander", - "pubDate": "Fri, 10 Dec 2021 05:00:06 +0000", + "title": "Myanmar Court Sentences Former Leader to 4 Years in Initial Verdicts", + "description": "Aung San Suu Kyi, who was detained in a military coup in February, faces several more charges. Catch up on the latest.", + "content": "Aung San Suu Kyi, who was detained in a military coup in February, faces several more charges. Catch up on the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/05/world/myanmar-coup-verdict-aung-san-suu-kyi", + "creator": "The New York Times", + "pubDate": "Mon, 06 Dec 2021 13:53:28 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167479,20 +192439,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "36182a7a68cf812ac19604068a98b832" + "hash": "eca884a7b3161443aa025193f72f5d0d" }, { - "title": "Some Voters Are at Odds With Their Party on Abortion", - "description": "Despite decades of partisan fighting in Washington, Americans are not as neatly divided on abortion as politicians and activists.", - "content": "The number of Americans who support or oppose abortion can vary widely, depending on how pollsters phrase the question. ", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/11/us/abortion-politics-polls.html", - "creator": "Nate Cohn", - "pubDate": "Sat, 11 Dec 2021 17:00:07 +0000", + "title": "What Does the U.S. Owe Separated Families? A Political Quandary Deepens", + "description": "Seizing on premature news of potential $450,000 payments, conservatives have added new complications to an effort to compensate migrant families separated by the Trump administration.", + "content": "Seizing on premature news of potential $450,000 payments, conservatives have added new complications to an effort to compensate migrant families separated by the Trump administration.", + "category": "Family Separation Policy (US Immigration)", + "link": "https://www.nytimes.com/2021/12/06/us/politics/family-separations-immigrants-payments.html", + "creator": "Jeremy W. Peters and Miriam Jordan", + "pubDate": "Mon, 06 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167500,20 +192459,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dcdc30d0b20242bce34df1a81607762" + "hash": "b041bf5dbc824e9a62b2b1f8c34ac27a" }, { - "title": "In Bakersfield, Many Find a California They Can Afford", - "description": "Known for both oil and agriculture, the “Texas of California” rises in population as city dwellers seek backyards and shorter commutes.", - "content": "Known for both oil and agriculture, the “Texas of California” rises in population as city dwellers seek backyards and shorter commutes.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/11/us/california-housing-bakersfield.html", - "creator": "Jill Cowan", - "pubDate": "Sat, 11 Dec 2021 19:00:09 +0000", + "title": "Why New York State Is Experiencing a Bitcoin Boom", + "description": "Cryptocurrency miners are flocking to New York’s faded industrial towns, prompting concern over the environmental impact of huge computer farms.", + "content": "Cryptocurrency miners are flocking to New York’s faded industrial towns, prompting concern over the environmental impact of huge computer farms.", + "category": "Mines and Mining", + "link": "https://www.nytimes.com/2021/12/05/nyregion/bitcoin-mining-upstate-new-york.html", + "creator": "Corey Kilgannon", + "pubDate": "Mon, 06 Dec 2021 00:42:28 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167521,20 +192479,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7a1c1aa4c778ec6dae8c59386e2586a" + "hash": "1293e91bb1b38c0f39c74020ba15cc9b" }, { - "title": "Should Police Investigate Residential Schools Cases in Canada?", - "description": "The Six Nations in Ontario have set up a special group to oversee the investigation of student deaths, in a rare collaboration between an Indigenous group and the police.", - "content": "The former Mohawk Institute Residential School in Brantford, Ontario where police officers and members of this Six Nations community are working together to look for unmarked graves.", - "category": "Indigenous People", - "link": "https://www.nytimes.com/2021/12/11/world/canada/missing-indigenous-children-police.html", - "creator": "Ian Austen", - "pubDate": "Sat, 11 Dec 2021 15:10:56 +0000", + "title": "5 Minutes That Will Make You Love the Organ", + "description": "Listen to the biggest, loudest, most extravagant (yet incredibly subtle) instrument of them all.", + "content": "Listen to the biggest, loudest, most extravagant (yet incredibly subtle) instrument of them all.", + "category": "Musical Instruments", + "link": "https://www.nytimes.com/2021/12/03/arts/music/classical-music-organ.html", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 10:00:28 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167542,20 +192499,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "78ca564d6b04faac44e84090d18776f7" + "hash": "978773d24959de8a1a427cdb1b5992ed" }, { - "title": "Less Mange, More Frills: Rome’s New Mayor Bets on His Christmas Tree", - "description": "The annual Christmas tree in the Italian capital has come under scrutiny ever since a 2017 debacle. Will this year’s pass social media muster?", - "content": "Workers using a crane to decorate the annual Christmas tree this past week in central Rome.", - "category": "Christmas", - "link": "https://www.nytimes.com/2021/12/11/world/europe/rome-christmas-tree.html", - "creator": "Elisabetta Povoledo", - "pubDate": "Sat, 11 Dec 2021 18:32:25 +0000", + "title": "What We Learned From Week 13 in the N.F.L.", + "description": "A rested Kyler Murray dazzled against the Bears, the Chargers went for broke to beat the Bengals, and the Lions finally won one.", + "content": "A rested Kyler Murray dazzled against the Bears, the Chargers went for broke to beat the Bengals, and the Lions finally won one.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/05/sports/football/nfl-week-13-scores.html", + "creator": "Tyler Dunne", + "pubDate": "Mon, 06 Dec 2021 13:34:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167563,20 +192519,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "441dfabd51783b7137d6178484a0c61b" + "hash": "9b63a72dad5adfadfd63b11bddbde9d4" }, { - "title": "Russia-Ukraine Sea Encounter Highlights Jittery Nerves in the Region", - "description": "The Russians intercepted a half-century-old Ukrainian naval vessel, then portrayed its actions as a provocative prelude to war.", - "content": "The half-century-old Donbas at anchor in Mariupol on the Sea of Azov in 2018. The Russians intercepted the Ukrainian ship on Thursday night.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/10/world/europe/ukraine-russia-war-naval-vessel.html", - "creator": "Michael Schwirtz", - "pubDate": "Sat, 11 Dec 2021 08:53:14 +0000", + "title": "Feeling Hopeless About Today’s Politics?", + "description": "Readers reflect different states of mind in response to a column by Michelle Goldberg about political despair.", + "content": "Readers reflect different states of mind in response to a column by Michelle Goldberg about political despair.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/04/opinion/letters/politics-despair.html", + "creator": "", + "pubDate": "Sat, 04 Dec 2021 16:30:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167584,20 +192539,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4736557ef4ef3bb4afcf54cee9eb8ed7" + "hash": "d4c3c41b0a8858f2e65bb13b17c3b7fa" }, { - "title": "In Hawaii, Fears Grow Over Unsafe Levels of Petroleum in Drinking Water", - "description": "State health officials warned residents at a military base near Pearl Harbor to avoid using the water after the Navy found petroleum in samples taken from one of its wells.", - "content": "Joint Base Pearl Harbor-Hickam in 2012.", - "category": "Water", - "link": "https://www.nytimes.com/2021/12/11/us/hawaii-petroleum-navy.html", - "creator": "Maria Cramer", - "pubDate": "Sat, 11 Dec 2021 19:37:06 +0000", + "title": "Oxford School Officials Announce Investigation Into Shooting", + "description": "For the first time, the school district has given its version of events. In a letter to parents and staff members, it also said it will seek an outside party to conduct an investigation.", + "content": "For the first time, the school district has given its version of events. In a letter to parents and staff members, it also said it will seek an outside party to conduct an investigation.", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/05/us/oxford-michigan-school-shooting-investigation.html", + "creator": "Sophie Kasakove", + "pubDate": "Mon, 06 Dec 2021 02:23:19 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167605,20 +192559,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "95e555b97b5fd7b23f43357b1da14b2e" + "hash": "68fc1b88def2cb993dbe75d2f118c6f6" }, { - "title": "Ex-Panama President’s Sons Are Extradited to U.S. After Multicountry Chase", - "description": "Two sons of the former president Ricardo Martinelli fled the United States by Uber, private jet and an “unknown vessel,” prosecutors said. The second has now been extradited, weeks after his brother.", - "content": "Luis Enrique Martinelli Linares appearing in court in Guatemala. He and his brother, Ricardo Alberto Martinelli Linares, face charges in a money laundering case in Brooklyn.", - "category": "Money Laundering", - "link": "https://www.nytimes.com/2021/12/11/nyregion/panama-president-sons-charges.html", - "creator": "Mike Ives", - "pubDate": "Sat, 11 Dec 2021 09:06:54 +0000", + "title": "Flooding in Washington Brings Death and Devastation to Dairies", + "description": "Near-record flooding in Washington State drowned cattle, demolished homes and damaged equipment. Broken supply chains are making it even harder to recover.", + "content": "Near-record flooding in Washington State drowned cattle, demolished homes and damaged equipment. Broken supply chains are making it even harder to recover.", + "category": "Floods", + "link": "https://www.nytimes.com/2021/12/06/us/washington-floods-dairy-farmers.html", + "creator": "Kirk Johnson", + "pubDate": "Mon, 06 Dec 2021 10:00:21 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167626,20 +192579,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "53561b3b9477d4b163a81c9c7a22ea02" + "hash": "ac4d3b54642e165320b76b1834a4e218" }, { - "title": "NYCFC Played the Long Game to Reach MLS Cup", - "description": "A team that once took the field behind big-name European imports embraced a new kind of star power en route to its first M.L.S. championship.", - "content": "New York City F.C. claimed the M.L.S. Cup title in its seventh season in the league.", - "category": "Soccer", - "link": "https://www.nytimes.com/2021/12/10/sports/soccer/mls-cup-nycfc-portland.html", - "creator": "Joel Petterson", - "pubDate": "Sat, 11 Dec 2021 23:52:34 +0000", + "title": "Ghislaine Maxwell-Jeffrey Epstein Bond Is Key to Her Trial", + "description": "The first week of testimony at Ghislaine Maxwell’s sex-trafficking trial revealed the key question at the center of the case.", + "content": "The first week of testimony at Ghislaine Maxwell’s sex-trafficking trial revealed the key question at the center of the case.", + "category": "Sex Crimes", + "link": "https://www.nytimes.com/2021/12/06/nyregion/jeffrey-esptein-ghislaine-maxwell-trial-strategy.html", + "creator": "Rebecca Davis O’Brien and Benjamin Weiser", + "pubDate": "Mon, 06 Dec 2021 08:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167647,20 +192599,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "052033c970e6035a7de9f3fd1664e90a" + "hash": "089a33e7c103ac2ed07ef02b1ab04f0c" }, { - "title": "Echoes of Trump at Zemmour’s Rally in France ", - "description": "Éric Zemmour, the polarizing far-right polemicist, launched his presidential campaign last week with a frenzied rally that was disrupted by a violent brawl.", - "content": "Éric Zemmour, a French far-right candidate for the 2022 presidential election, made a theatrical entrance at his campaign rally in Villepinte, northeast of Paris.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/11/world/europe/eric-zemmour-rally-france.html", - "creator": "Constant Méheut", - "pubDate": "Sat, 11 Dec 2021 16:03:31 +0000", + "title": "Business Updates: Trump’s Media Company Deal Is Being Investigated", + "description": "Investors have pulled back broadly from risky assets as financial markets have been struck by the arrival of the Omicron variant and surprisingly high inflation.", + "content": "Investors have pulled back broadly from risky assets as financial markets have been struck by the arrival of the Omicron variant and surprisingly high inflation.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/06/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Mon, 06 Dec 2021 15:25:44 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167668,20 +192619,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "56a48ea87291e907aac0ba47a8733902" + "hash": "747c663cbc9dbbe0ed8c70f03722466f" }, { - "title": "Biden Talks Vaccines and Bob Dole in Interview With Jimmy Fallon", - "description": "It was the president’s third interview with the comedian Jimmy Fallon, but his first visit to a late-night show since his inauguration.", - "content": "President Biden on “The Tonight Show” with Jimmy Fallon on Friday.", - "category": "Comedy and Humor", - "link": "https://www.nytimes.com/2021/12/11/us/politics/biden-jimmy-fallon-vaccines.html", - "creator": "Zolan Kanno-Youngs", - "pubDate": "Sat, 11 Dec 2021 06:00:31 +0000", + "title": "Max Rose to Run for House in Likely Rematch Against Malliotakis", + "description": "Mr. Rose, a moderate Democrat, lost to Representative Nicole Malliotakis, a Republican, by six percentage points last year in a conservative district that includes Staten Island.", + "content": "Mr. Rose, a moderate Democrat, lost to Representative Nicole Malliotakis, a Republican, by six percentage points last year in a conservative district that includes Staten Island.", + "category": "Rose, Max (1986- )", + "link": "https://www.nytimes.com/2021/12/06/nyregion/max-rose-congress-malliotakis.html", + "creator": "Katie Glueck", + "pubDate": "Mon, 06 Dec 2021 15:03:27 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167689,20 +192639,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "788c5742609879936d2ba69a876b9b59" + "hash": "2d9533eb15d5f18b13df8aa4da5e5ea5" }, { - "title": "As Metro Pictures Closes, Its Founders Look Back", - "description": "Janelle Reiring and Helene Winer on their landmark gallery, which introduced Cindy Sherman, Louise Lawler, Robert Longo and Richard Prince to the art world.", - "content": "Janelle Reiring, left, and Helene Winer at Metro Pictures on West 24th Street with their final exhibition, Paulina Olowska’s “Haus Proud” in the background. The art gallery will close Saturday, after 41 years in business.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/10/arts/design/metro-pictures-closing.html", - "creator": "Roberta Smith and David Colman", - "pubDate": "Fri, 10 Dec 2021 18:27:01 +0000", + "title": "900 Bison at Yellowstone Are Targeted for Removal", + "description": "The bison will be slaughtered, shot by hunters or relocated under a plan to address a booming population in the national park that has led to overgrazing.", + "content": "The bison will be slaughtered, shot by hunters or relocated under a plan to address a booming population in the national park that has led to overgrazing.", + "category": "Bison", + "link": "https://www.nytimes.com/2021/12/05/us/yellowstone-bison-hunt-brucellosis.html", + "creator": "Eduardo Medina", + "pubDate": "Sun, 05 Dec 2021 23:18:50 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167710,20 +192659,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dbb410e9480c52ae6fc39a8653bd753" + "hash": "157f3bad95777978eccafe4bba60ea5b" }, { - "title": "Sports in 2021 Tried to Return to Normal", - "description": "The coronavirus pandemic still had an impact, but players and leagues had their moments.", - "content": "Giannis Antetokounmpo, No. 34, of the winning Milwaukee Bucks, fending off, from left, Cameron Johnson, Cameron Payne and Jae Crowder of the Phoenix Suns in the N.B.A. finals in July.", - "category": "Olympic Games (2020)", - "link": "https://www.nytimes.com/2021/12/10/sports/2021-year-in-sports.html", - "creator": "Joe Drape", - "pubDate": "Fri, 10 Dec 2021 10:00:25 +0000", + "title": "Overlooked No More: Julia Tuttle, the ‘Mother of Miami’", + "description": "She worked tirelessly to revitalize the area now known as Miami, and is widely recognized as the only woman to have founded a major American city.", + "content": "She worked tirelessly to revitalize the area now known as Miami, and is widely recognized as the only woman to have founded a major American city.", + "category": "Tuttle, Julia (1849-98)", + "link": "https://www.nytimes.com/2021/12/03/obituaries/julia-tuttle-overlooked.html", + "creator": "Elena Sheppard", + "pubDate": "Fri, 03 Dec 2021 23:10:57 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167731,20 +192679,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "140359edcda4b5094bf0343921e17841" + "hash": "2e1b334ded925f1de5143313fb308d39" }, { - "title": "Remember Emmet Otter and His Jug Band? They’re Back, and Onstage.", - "description": "The Jim Henson TV special was a hit in 1978. Now its furry creatures return in a new theatrical production in Manhattan, just in time for the holiday season.", - "content": "“Jim Henson’s Emmet Otter’s Jug-Band Christmas,” once a TV special, is now back as a theatrical production in all its furry glory at the New Victory Theater in Manhattan.", - "category": "Puppets", - "link": "https://www.nytimes.com/2021/12/09/theater/emmet-otter-jug-band.html", - "creator": "Elisabeth Vincentelli", - "pubDate": "Thu, 09 Dec 2021 20:01:07 +0000", + "title": "‘Mrs. Doubtfire’ Review: Nanny Doesn’t Know Best", + "description": "The new family-friendly musical, adapted from the hit movie, ends up cowering in the original film’s shadow.", + "content": "The new family-friendly musical, adapted from the hit movie, ends up cowering in the original film’s shadow.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/05/theater/mrs-doubtfire-review-broadway.html", + "creator": "Maya Phillips", + "pubDate": "Mon, 06 Dec 2021 03:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167752,20 +192699,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9fe6c59ee8aa53a80259ff9f33b780f" + "hash": "a158eb4a497308eeb554b744b2235af3" }, { - "title": "Amanda Gorman, the Inaugural Poet Who Dreams of Writing Novels", - "description": "“Novel writing was my original love, and I still hope to do it. I just typically can finish writing a single poem faster than I can an entire narrative book!”", - "content": "“Novel writing was my original love, and I still hope to do it. I just typically can finish writing a single poem faster than I can an entire narrative book!”", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/09/books/review/amanda-gorman-by-the-book-interview.html", - "creator": "", - "pubDate": "Thu, 09 Dec 2021 15:16:48 +0000", + "title": "How Can I Stay Me in a Workplace Full of Suits?", + "description": "A law student seeks advice on what to wear to work.", + "content": "A law student seeks advice on what to wear to work.", + "category": "Dress Codes", + "link": "https://www.nytimes.com/2021/12/03/style/business-attire-law-ask-vanessa.html", + "creator": "Vanessa Friedman", + "pubDate": "Fri, 03 Dec 2021 22:00:03 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167773,20 +192719,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd2382cd880d3f4c6e2855e52e3d6604" + "hash": "95d1690607646ad82889ef64d514b80d" }, { - "title": "What’s the Secret to Monochrome Dressing?", - "description": "A reader asks for guidance on picking a color and sticking with it.", - "content": "Barack and Michelle Obama at the inauguration of Joe Biden in January.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2021/12/10/fashion/whats-the-secret-to-monochrome-dressing.html", - "creator": "Vanessa Friedman", - "pubDate": "Sat, 11 Dec 2021 09:07:38 +0000", + "title": "Exploring the Dimensions of Black Power at Alvin Ailey", + "description": "Alvin Ailey American Dance Theater returns to New York City Center with stage premieres by Robert Battle and Jamar Roberts and a stunning “Lazarus.”", + "content": "Alvin Ailey American Dance Theater returns to New York City Center with stage premieres by Robert Battle and Jamar Roberts and a stunning “Lazarus.”", + "category": "Dancing", + "link": "https://www.nytimes.com/2021/12/05/arts/dance/alvin-ailey-city-center-black-power.html", + "creator": "Gia Kourlas", + "pubDate": "Sun, 05 Dec 2021 20:03:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167794,20 +192739,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "60326ed22514dec3494e954f8905dfc3" + "hash": "9c350524835a8597ef6af8fed33ec4e4" }, { - "title": "Tornadoes Hit Several States, With at Least 70 Dead in Kentucky", - "description": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", - "content": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", + "title": "Business Updates: Bitcoin Plunges in Weekend Trading Amid Market Volatility", + "description": "Investors have pulled back broadly from risky assets as financial markets have been struck by the arrival of the Omicron variant and surprisingly high inflation.", + "content": "Investors have pulled back broadly from risky assets as financial markets have been struck by the arrival of the Omicron variant and surprisingly high inflation.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/11/us/tornadoes-midwest-south", + "link": "https://www.nytimes.com/live/2021/12/06/business/news-business-stock-market", "creator": "The New York Times", - "pubDate": "Sat, 11 Dec 2021 16:56:07 +0000", + "pubDate": "Mon, 06 Dec 2021 12:40:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167815,20 +192759,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ad66a3978951b81d9f48de866c2c4f3" + "hash": "c30af2b395a7c4a85a41ff6b7cdc0231" }, { - "title": "What to Know About the Deadly Tornado Outbreak", - "description": "Dozens of people were killed across several states on Friday night.", - "content": "First responders at an Amazon Distribution Center damaged by a tornado on Friday in Edwardsville, Ill.", - "category": "Tornadoes", - "link": "https://www.nytimes.com/article/tornado-storms-weekend.html", - "creator": "The New York Times", - "pubDate": "Sat, 11 Dec 2021 12:46:29 +0000", + "title": "Buck O'Neil, Gil Hodges and Four Others Elected to Hall of Fame", + "description": "A pair of old-timers committees corrected previous snubs, electing Buck O’Neil, Gil Hodges, Minnie Miñoso, Tony Oliva, Jim Kaat and Bud Fowler.", + "content": "A pair of old-timers committees corrected previous snubs, electing Buck O’Neil, Gil Hodges, Minnie Miñoso, Tony Oliva, Jim Kaat and Bud Fowler.", + "category": "Baseball", + "link": "https://www.nytimes.com/2021/12/05/sports/baseball/buck-oneil-gil-hodges-hall-of-fame.html", + "creator": "Tyler Kepner", + "pubDate": "Mon, 06 Dec 2021 03:08:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167836,20 +192779,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "892fcd9153fbdcd21d7e83d4f7f5c65e" + "hash": "c3a6cd8c82ebee874b539f6d97a22038" }, { - "title": "British Studies Warn of Omicron’s Speed; One Notes Need for Boosters", - "description": "A study showed a drop in protection in cases caused by the variant, but also indicated that third vaccine doses improved defense. Here’s the latest on Covid.", - "content": "A study showed a drop in protection in cases caused by the variant, but also indicated that third vaccine doses improved defense. Here’s the latest on Covid.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/11/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Sat, 11 Dec 2021 18:48:13 +0000", + "title": "Warehouse Fire Was Source of ‘Putrid’ Odor in California", + "description": "The fire, in Carson, Calif., on Sept. 30, consumed beauty and wellness products and sent chemicals into a nearby waterway, the authorities said. Thousands complained about the stench.", + "content": "The fire, in Carson, Calif., on Sept. 30, consumed beauty and wellness products and sent chemicals into a nearby waterway, the authorities said. Thousands complained about the stench.", + "category": "Smells and Odors", + "link": "https://www.nytimes.com/2021/12/05/us/carson-california-warehouse-fire-stench.html", + "creator": "Christine Chung", + "pubDate": "Mon, 06 Dec 2021 00:40:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167857,20 +192799,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "767bd4df9f47fac8a44e52d53afd27f8" + "hash": "3694bdaffe1a71f2afd48ac8a7ca484a" }, { - "title": "Iran’s Nuclear Program Ignites New Tension Between U.S. and Israel", - "description": "Strains emerged during talks this week after a short period of strong relations between a new Israeli government and new American one.", - "content": "American negotiators have signaled that Iranians’ advancements in their nuclear program and their recent hard line in Vienna mean Tehran is not serious about a diplomatic agreement.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/10/us/politics/iran-nuclear-us-israel-biden-bennett.html", - "creator": "Julian E. Barnes, Ronen Bergman and David E. Sanger", - "pubDate": "Sat, 11 Dec 2021 01:34:42 +0000", + "title": "A Glimmer of Justice in Death Penalty States", + "description": "The halting of executions and the guilty verdicts in the Ahmaud Arbery case have given us the slightest bit of hope for change.", + "content": "The halting of executions and the guilty verdicts in the Ahmaud Arbery case have given us the slightest bit of hope for change.", + "category": "Capital Punishment", + "link": "https://www.nytimes.com/2021/12/06/opinion/pervis-payne-death-penalty-states.html", + "creator": "Margaret Renkl", + "pubDate": "Mon, 06 Dec 2021 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167878,20 +192819,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f40590ac53d8aa92b624e6872ef3c04f" + "hash": "5959dfc6ee497c0eda8d1368fb70db6f" }, { - "title": "What Is the Perfect Date to Bring Workers Back to the Office?", - "description": "More and more companies are saying: We’ll get back to you.", - "content": "More and more companies are saying: We’ll get back to you.", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2021/12/11/business/return-to-office-2022.html", - "creator": "Emma Goldberg", - "pubDate": "Sat, 11 Dec 2021 13:24:44 +0000", + "title": "In the Michigan Shooting, What Is the School’s Responsibility?", + "description": "Oxford High School let Ethan Crumbley back into a classroom despite concerns about his behavior. Now, legal experts are asking why — and whether officials should be held accountable.", + "content": "Oxford High School let Ethan Crumbley back into a classroom despite concerns about his behavior. Now, legal experts are asking why — and whether officials should be held accountable.", + "category": "School Discipline (Students)", + "link": "https://www.nytimes.com/2021/12/04/us/oxford-high-school-responsibility-legal.html", + "creator": "Dana Goldstein, Stephanie Saul and Sophie Kasakove", + "pubDate": "Sat, 04 Dec 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167899,20 +192839,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0551ab5399c8e004b183b1d4e2b6846d" + "hash": "d688fa090059d32687268694a375c5b6" }, { - "title": "Your Guide to the New Language of the Office", - "description": "You can still circle back and touch base. But the vernacular of work life for many has changed just as much as their work has.", - "content": "You can still circle back and touch base. But the vernacular of work life for many has changed just as much as their work has.", - "category": "Workplace Environment", - "link": "https://www.nytimes.com/2021/12/11/business/new-corporate-jargon.html", - "creator": "Emma Goldberg", - "pubDate": "Sat, 11 Dec 2021 10:00:14 +0000", + "title": "The Variant Hunters: Inside South Africa’s Effort to Stanch Dangerous Mutations", + "description": "Scientists in a cutting-edge laboratory do part of the work. Local health workers on foot do the rest.", + "content": "Scientists in a cutting-edge laboratory do part of the work. Local health workers on foot do the rest.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/04/health/covid-variant-south-africa-hiv.html", + "creator": "Stephanie Nolen", + "pubDate": "Sat, 04 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167920,20 +192859,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ccccd56a40a4dd1abb2d5639f96bc75" + "hash": "b1d7515949d3bb5689244359d7d9f8ae" }, { - "title": "Can Parties Help Us Heal?", - "description": "Inside a night of release at Nowadays, hosted by the group Nocturnal Medicine.", - "content": "Nocturnal Medicine held a therapy rave at a Queens nightclub to help people transition into winter.", - "category": "Nowadays (Queens, NY, Bar)", - "link": "https://www.nytimes.com/2021/12/11/style/party-rave-healing.html", - "creator": "Anna P. Kambhampaty", - "pubDate": "Sat, 11 Dec 2021 10:00:08 +0000", + "title": "How the Cream Cheese Shortage Is Affecting NYC Bagel Shops", + "description": "Supply chain problems that have hit businesses across the country now threaten a quintessential New York treat.", + "content": "Supply chain problems that have hit businesses across the country now threaten a quintessential New York treat.", + "category": "New York City", + "link": "https://www.nytimes.com/2021/12/04/nyregion/cream-cheese-shortage-nyc-bagels.html", + "creator": "Ashley Wong", + "pubDate": "Sat, 04 Dec 2021 12:39:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167941,20 +192879,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7b1e3a3de401bebfd8e1fd6547e2355" + "hash": "be9b86ed159afd424f3bc501ed601d71" }, { - "title": "The Holidays Are for Martinelli’s", - "description": "The sparkling cider has long had a place on the kid’s table. It’s really a family affair.", - "content": "The sparkling cider has long had a place on the kid’s table. It’s really a family affair.", - "category": "Cider", - "link": "https://www.nytimes.com/2021/12/11/style/martinellis-sparkling-cider.html", - "creator": "Natalie Shutler", - "pubDate": "Sat, 11 Dec 2021 10:00:11 +0000", + "title": "Fearing a Repeat of Jan. 6, Congress Eyes Changes to Electoral Count Law", + "description": "Members of the special House committee investigating the Capitol riot are among those arguing for an overhaul of a more than century-old statute enacted to address disputed elections.", + "content": "Members of the special House committee investigating the Capitol riot are among those arguing for an overhaul of a more than century-old statute enacted to address disputed elections.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/04/us/jan-6-electoral-count-act.html", + "creator": "Luke Broadwater and Nick Corasaniti", + "pubDate": "Sat, 04 Dec 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167962,20 +192899,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1ce2775efc04957430be26c717a5c55" + "hash": "6acb47d5cfa8014f1992610f4d0bb324" }, { - "title": "Climate Change Is Thawing Arctic Alaska", - "description": "The landscape resembles frozen spinach left out on the kitchen counter too long.", - "content": "The landscape resembles frozen spinach left out on the kitchen counter too long.", - "category": "Rivers", - "link": "https://www.nytimes.com/2021/12/07/opinion/climate-change-alaska.html", - "creator": "Jon Waterman", - "pubDate": "Tue, 07 Dec 2021 10:00:21 +0000", + "title": "Big Contracts, Big Buyouts, Big Pressure: College Football Coaches Hit the Jackpot", + "description": "Brian Kelly will earn at least $9 million a year at L.S.U., which is paying its old coach almost $17 million to step aside. Top universities have become steppingstones to other top gigs.", + "content": "Brian Kelly will earn at least $9 million a year at L.S.U., which is paying its old coach almost $17 million to step aside. Top universities have become steppingstones to other top gigs.", + "category": "Coaches and Managers", + "link": "https://www.nytimes.com/2021/12/04/sports/ncaafootball/college-football-coaching-changes.html", + "creator": "Alan Blinder", + "pubDate": "Sat, 04 Dec 2021 10:00:23 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -167983,20 +192919,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b6b7354b0a48a3582e8c50c76a5c36d" + "hash": "817d4293d3806483d4f16635c33abb04" }, { - "title": "Omicron: A Big Deal About Small ‘O’", - "description": "The Greek letter auditions for a different role in our lexicon.", - "content": "The Greek letter auditions for a different role in our lexicon.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/10/opinion/omicron-tarnation-lox.html", - "creator": "John McWhorter", - "pubDate": "Fri, 10 Dec 2021 20:56:19 +0000", + "title": "Cambodia Says Looter Helping It Reclaim Stolen Artifacts Has Died", + "description": "Officials said they plan to continue to use evidence gathered from the reformed looter to pursue the return of many artifacts from museums and private collections.", + "content": "Officials said they plan to continue to use evidence gathered from the reformed looter to pursue the return of many artifacts from museums and private collections.", + "category": "Arts and Antiquities Looting", + "link": "https://www.nytimes.com/2021/12/05/arts/design/cambodian-effort-to-find-artifacts-wont-end-with-informants-death.html", + "creator": "Tom Mashberg", + "pubDate": "Mon, 06 Dec 2021 02:06:23 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168004,20 +192939,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "41fcaf0c4c43639968dd45b783ca9972" + "hash": "438e5ff3133e4749222c8f999324339e" }, { - "title": "First Fires, Then Floods: Climate Extremes Batter Australia", - "description": "Many of the same areas that suffered through horrific bush fires in 2019 and 2020 are now dealing with prodigious rainfall that could leave some people stranded for weeks.", - "content": "Teachers from Bedgerabong, New South Wales, were evacuated from a flooded area in a fire truck.", - "category": "Australia", - "link": "https://www.nytimes.com/2021/12/11/world/australia/flooding-fire-climate-australia.html", - "creator": "Damien Cave and Matthew Abbott", - "pubDate": "Sat, 11 Dec 2021 10:00:22 +0000", + "title": "Our 8 Favorite Books in 2021 for Healthy Living", + "description": "This year’s Well Book List includes advice on how to change behavior, lower anxiety, cope with hardship and heal with poetry.", + "content": "This year’s Well Book List includes advice on how to change behavior, lower anxiety, cope with hardship and heal with poetry.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/02/well/mind/healthly-living-wellness-books.html", + "creator": "Tara Parker-Pope", + "pubDate": "Fri, 03 Dec 2021 01:22:23 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168025,20 +192959,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d8805117c5d799304a4aec383d2662a" + "hash": "a38bd5a86b341c53ef5603515464b898" }, { - "title": "Michael Nesmith, the ‘Quiet Monkee,’ Is Dead at 78", - "description": "He shot to fame as a member of a made-for-TV rock group, but he denied that he was the group’s only “real” musician. He went on to create some of the first music videos.", - "content": "He shot to fame as a member of a made-for-TV rock group, but he denied that he was the group’s only “real” musician. He went on to create some of the first music videos.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/10/arts/music/michael-nesmith-dead.html", - "creator": "Neil Genzlinger", - "pubDate": "Fri, 10 Dec 2021 19:25:43 +0000", + "title": "Overcoming Motherhood Imposter Syndrome", + "description": "Casey Wilson learned to trust her parenting instincts after her son received a surprise diagnosis.", + "content": "Casey Wilson learned to trust her parenting instincts after her son received a surprise diagnosis.", + "category": "Gluten", + "link": "https://www.nytimes.com/2020/04/15/parenting/casey-wilson-motherhood.html", + "creator": "Casey Wilson", + "pubDate": "Wed, 15 Apr 2020 19:42:04 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168046,20 +192979,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb19969a91a386d407df3b59f48cbadd" + "hash": "f53d7914fe2332a1ff678f69e20f3a93" }, { - "title": "Another Death at Rikers Continues ‘Very Difficult Year’ at N.Y.C. Jails", - "description": "A Brooklyn man, who went into cardiac arrest on Friday, became the 15th person to die this year within New York City’s correction system.", - "content": "A Brooklyn man, who went into cardiac arrest on Friday, became the 15th person to die this year within New York City’s correction system.", - "category": "Prisons and Prisoners", - "link": "https://www.nytimes.com/2021/12/10/nyregion/rikers-jail-death-15th-person.html", - "creator": "Jan Ransom and Karen Zraick", - "pubDate": "Sat, 11 Dec 2021 00:27:32 +0000", + "title": "New Hope for Migraine Sufferers", + "description": "There are now a number of medications that may prevent or alleviate migraines, as well as a wearable nerve-stimulating device that can be activated by a smartphone.", + "content": "There are now a number of medications that may prevent or alleviate migraines, as well as a wearable nerve-stimulating device that can be activated by a smartphone.", + "category": "Migraine Headaches", + "link": "https://www.nytimes.com/2020/01/06/well/live/new-hope-for-migraine-sufferers.html", + "creator": "Jane E. Brody", + "pubDate": "Wed, 15 Jan 2020 12:49:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168067,20 +192999,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "38b9767bef4520f5b994d237c9cca5b9" + "hash": "0deec1b348ef1d77856fa6c116e103fc" }, { - "title": "Omicron Can Weaken Vaccines, but Boosters Show Promise, U.K. Study Says", - "description": "A study showed a drop in protection in cases caused by the variant, but also indicated that third vaccine doses improved defense. Here’s the latest on Covid.", - "content": "A study showed a drop in protection in cases caused by the variant, but also indicated that third vaccine doses improved defense. Here’s the latest on Covid.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/11/world/covid-omicron-vaccines", - "creator": "The New York Times", - "pubDate": "Sat, 11 Dec 2021 16:40:18 +0000", + "title": "Older Singles Have Found a New Way to Partner Up: Living Apart", + "description": "Fearing that a romantic attachment in later life will lead to full-time caregiving, many couples are choosing commitment without sharing a home.", + "content": "Fearing that a romantic attachment in later life will lead to full-time caregiving, many couples are choosing commitment without sharing a home.", + "category": "Dating and Relationships", + "link": "https://www.nytimes.com/2021/07/16/well/family/older-singles-living-apart-LAT.html", + "creator": "Francine Russo", + "pubDate": "Fri, 16 Jul 2021 13:54:57 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168088,20 +193019,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f48cd5e70d272094f4a088f8361420" + "hash": "df304445352b4d2798144d4f345b9f48" }, { - "title": "Small Court Victories Change Nothing for Women Seeking Abortions in Texas", - "description": "A Texas statute that bans abortion after six weeks of pregnancy was seemingly undercut by two court rulings, but the reality on the ground has not changed.", - "content": "A Texas statute that bans abortion after six weeks of pregnancy was seemingly undercut by two court rulings, but the reality on the ground has not changed.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/10/us/texas-abortion-law-providers.html", - "creator": "J. David Goodman and Ruth Graham", - "pubDate": "Fri, 10 Dec 2021 23:23:24 +0000", + "title": "Biden, Obama and Other Leaders React to Bob Dole's Death", + "description": "Former presidents and political leaders recalled Mr. Dole’s dignity, sense of humor and lifetime commitment to public service.", + "content": "Former presidents and political leaders recalled Mr. Dole’s dignity, sense of humor and lifetime commitment to public service.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/05/us/politics/bob-dole-obama-biden-reactions.html", + "creator": "Christopher Mele", + "pubDate": "Sun, 05 Dec 2021 21:15:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168109,41 +193039,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "ede25a3df50f610953caaf0b8a02c8b8" + "hash": "1122b021cf1ef3b85e2c6547d33abd32" }, { - "title": "Analysis: Biden Sees Booming Economy, but Many Americans Don't", - "description": "The president has struggled to sell strong growth and job gains to a public that appears more concerned about rising prices — and remains anxious about Covid.", - "content": "The president has struggled to sell strong growth and job gains to a public that appears more concerned about rising prices — and remains anxious about Covid.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/10/business/biden-economy-growth-jobs.html", - "creator": "Jim Tankersley", - "pubDate": "Fri, 10 Dec 2021 20:06:57 +0000", + "title": "A Chicken-Fried McGovern, Newt’s Good Ideas and the Senate Zoo: A Dole One-Liner Sampler", + "description": "Bob Dole, who died on Sunday at age 98, was generous with his sarcastic wit, using it against Democrats, Republicans and often himself.", + "content": "Bob Dole, who died on Sunday at age 98, was generous with his sarcastic wit, using it against Democrats, Republicans and often himself.", + "category": "Dole, Bob", + "link": "https://www.nytimes.com/2021/12/05/us/politics/bob-dole-humor.html", + "creator": "Maggie Astor", + "pubDate": "Mon, 06 Dec 2021 00:04:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6115db8465b3b8d4621499b2e370118f" + "hash": "e3c9f6823dd15eba904f6676b10ea897" }, { - "title": "The Game Awards Returns With Glitz and an Industry Asserting Its Muscle", - "description": "On Thursday night, the video game industry held its big awards event, which is quickly becoming as important — and as long — as certain other entertainment occasions.", - "content": "On Thursday night, the video game industry held its big awards event, which is quickly becoming as important — and as long — as certain other entertainment occasions.", - "category": "Computer and Video Games", - "link": "https://www.nytimes.com/2021/12/10/business/the-game-awards.html", - "creator": "Kellen Browning", - "pubDate": "Sat, 11 Dec 2021 00:08:50 +0000", + "title": "What We Know About the New Covid Variant, Omicron", + "description": "Intense research into the new coronavirus variant first identified in southern Africa, has just begun. World leaders have urged people not to panic — and to get vaccinated, if they can.", + "content": "Intense research into the new coronavirus variant first identified in southern Africa, has just begun. World leaders have urged people not to panic — and to get vaccinated, if they can.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/article/omicron-coronavirus-variant.html", + "creator": "Andrew Jacobs", + "pubDate": "Tue, 30 Nov 2021 17:08:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168151,20 +193079,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7bd67f315fc0c43b179c56cd1e01024" + "hash": "8c2aa745a757b6a534c3f1e27f78e086" }, { - "title": "Tornadoes Hit Several States, With at Least 50 Dead in Kentucky", - "description": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", - "content": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/11/us/tornadoes-midwest-south", - "creator": "The New York Times", - "pubDate": "Sat, 11 Dec 2021 13:40:14 +0000", + "title": "How TikTok Reads Your Mind", + "description": "It’s the most successful video app in the world. Our columnist has obtained an internal company document that offers a new level of detail about how the algorithm works.", + "content": "It’s the most successful video app in the world. Our columnist has obtained an internal company document that offers a new level of detail about how the algorithm works.", + "category": "TikTok (ByteDance)", + "link": "https://www.nytimes.com/2021/12/05/business/media/tiktok-algorithm.html", + "creator": "Ben Smith", + "pubDate": "Mon, 06 Dec 2021 04:56:16 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168172,20 +193099,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b10810d23f8d0d657a0596d716b02c9" + "hash": "2b8a9cf8ee99b47588e02714c0fe890a" }, { - "title": "Patti LuPone on 'Company,' Stephen Sondheim and More", - "description": "“Aaaaaaaaaaaaaahhhhh, I’ll drink to that!” she belts onstage in Stephen Sondheim’s “Company,” as Broadway reopens. So. Will. We.", - "content": "“Your talent will out,” Ms. LuPone said. “Your talent will carry you, if you stick to it and honor your talent.”", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/11/style/patti-lupone-company-stephen-sondheim.html", - "creator": "Maureen Dowd", - "pubDate": "Sat, 11 Dec 2021 10:00:14 +0000", + "title": "Myanmar Court Sentences Aung San Suu Kyi to 4 Years in Initial Verdicts", + "description": "The ousted civilian leader, who was detained in a military coup in February, faces several more charges. Here’s the latest.", + "content": "The ousted civilian leader, who was detained in a military coup in February, faces several more charges. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/05/world/myanmar-coup-verdict-aung-san-suu-kyi", + "creator": "The New York Times", + "pubDate": "Mon, 06 Dec 2021 08:10:54 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168193,20 +193119,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "59670fa901f500cddf898ee011b1379c" + "hash": "1ac7b86a1193eeeeb49f03f1ed346b71" }, { - "title": "12 Easy, One-Bowl Cookies for a Simply Sweet Season", - "description": "If you have a hankering for a treat, but don’t have time for the cleanup, these recipes are for you.", - "content": "If you have a hankering for a treat, but don’t have time for the cleanup, these recipes are for you.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/10/dining/easy-cookies-one-bowl.html", - "creator": "Margaux Laskey", - "pubDate": "Fri, 10 Dec 2021 10:00:27 +0000", + "title": "The Canonization of Saint John Coltrane", + "description": "The intensity of the jazz legend’s music has always inspired passion, but in the 1960s, one group of devotees was so stirred they founded a church in his name.", + "content": "The intensity of the jazz legend’s music has always inspired passion, but in the 1960s, one group of devotees was so stirred they founded a church in his name.", + "category": "Coltrane, John", + "link": "https://www.nytimes.com/2021/12/03/t-magazine/john-coltrane-church.html", + "creator": "M.H. Miller", + "pubDate": "Fri, 03 Dec 2021 13:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168214,20 +193139,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a694971a83b215e86643624bd9e0bb3" + "hash": "ab9be09294e7e7fb00b6439bd9c54cca" }, { - "title": "What Do You Say to the Sufferer?", - "description": "An attempt to be present with a stranger in pain.", - "content": "An attempt to be present with a stranger in pain.", - "category": "On Consolation: Finding Solace in Dark Times (Book)", - "link": "https://www.nytimes.com/2021/12/09/opinion/sufferer-stranger-pain.html", - "creator": "David Brooks", - "pubDate": "Fri, 10 Dec 2021 00:00:04 +0000", + "title": "Stamping Bar Codes on Cells to Solve Medical Mysteries", + "description": "By tracking every cell in an organism, scientists are working out why certain cancer treatments fail, which could lead to improved medicine.", + "content": "By tracking every cell in an organism, scientists are working out why certain cancer treatments fail, which could lead to improved medicine.", + "category": "Cancer", + "link": "https://www.nytimes.com/2021/11/29/health/cells-bar-coding-cancer.html", + "creator": "Gina Kolata", + "pubDate": "Mon, 29 Nov 2021 17:29:30 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168235,20 +193159,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "73e4c8f19188fa1ddc98951c44415307" + "hash": "425b2b04119711276b0975aa7c64a154" }, { - "title": "What Bears Can Teach Us About Our Exercise Habits", - "description": "Scientists have found that grizzlies, like people, seem to choose the path of least resistance.", - "content": "Scientists have found that grizzlies, like people, seem to choose the path of least resistance.", - "category": "Animal Behavior", - "link": "https://www.nytimes.com/2021/04/07/well/move/bears-exercise-laziness-humans.html", - "creator": "Gretchen Reynolds", - "pubDate": "Thu, 08 Apr 2021 14:12:19 +0000", + "title": "Why the Fed Chair Won’t Call Inflation ‘Transitory’ Anymore", + "description": "Jerome Powell has lost patience with the pace of the rebound in labor force participation.", + "content": "Jerome Powell has lost patience with the pace of the rebound in labor force participation.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/03/opinion/why-the-fed-chair-wont-call-inflation-transitory-anymore.html", + "creator": "Peter Coy", + "pubDate": "Fri, 03 Dec 2021 20:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168256,20 +193179,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "78e594e62b444a83b9b26d500028a255" + "hash": "a067c1481a1606f51d4e409324fec915" }, { - "title": "To Start a New Habit, Make It Easy", - "description": "Removing obstacles makes it more likely you’ll achieve a new health goal. The 7-Day Well Challenge will show you how.", - "content": "Removing obstacles makes it more likely you’ll achieve a new health goal. The 7-Day Well Challenge will show you how.", - "category": "Habits and Routines (Behavior)", - "link": "https://www.nytimes.com/2021/01/09/well/mind/healthy-habits.html", - "creator": "Tara Parker-Pope", - "pubDate": "Sat, 09 Jan 2021 10:00:10 +0000", + "title": "Chris Cuomo Has a Funny Idea About What Doing His Job Means", + "description": "Reporting on the suspension of a brotherly TV host.", + "content": "Reporting on the suspension of a brotherly TV host.", + "category": "News and News Media", + "link": "https://www.nytimes.com/2021/12/01/opinion/chris-cuomo-cnn-scandal.html", + "creator": "Gail Collins", + "pubDate": "Thu, 02 Dec 2021 00:43:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168277,20 +193199,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bb49ab52441e17ca5f1b2d2454dc561" + "hash": "6b2c05de8cd0b649a4b60497d8a1a1be" }, { - "title": "Omicron is speeding through Britain, and vaccines provide reduced protection, U.K. scientists say.", - "description": "", - "content": "Lining up to get a Covid-19 vaccine shot in London last week.", - "category": "", - "link": "https://www.nytimes.com/2021/12/10/health/britain-omicron.html", - "creator": "Benjamin Mueller", - "pubDate": "Sat, 11 Dec 2021 02:49:48 +0000", + "title": "Biden Can Do Better on Covid", + "description": "The administration has been a victim of events. But it has also cooperated in its own victimization.", + "content": "The administration has been a victim of events. But it has also cooperated in its own victimization.", + "category": "Public-Private Sector Cooperation", + "link": "https://www.nytimes.com/2021/12/04/opinion/biden-covid-vaccine-omicron.html", + "creator": "Ross Douthat", + "pubDate": "Sat, 04 Dec 2021 20:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168298,20 +193219,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ff92413055678686fe696fc7b44633d" + "hash": "994ccd3469a6063acf7b8485011110aa" }, { - "title": "Relax. Omicron Isn’t Going to Take Down the Economy.", - "description": "The country is better positioned to absorb the damage of each successive wave of the virus.", - "content": "The country is better positioned to absorb the damage of each successive wave of the virus.", - "category": "Coronavirus Delta Variant", - "link": "https://www.nytimes.com/2021/12/10/opinion/omicron-delta-economy-inflation.html", - "creator": "Mark Zandi", - "pubDate": "Fri, 10 Dec 2021 20:38:06 +0000", + "title": "What Biden Isn’t Saying About Trump’s Positive Covid Test", + "description": "The former president’s reckless behavior deserves more attention.", + "content": "The former president’s reckless behavior deserves more attention.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/04/opinion/biden-trump-covid-test.html", + "creator": "Jamelle Bouie", + "pubDate": "Sat, 04 Dec 2021 16:13:54 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168319,20 +193239,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa53b9e4782e130bd82601a306ff5a89" + "hash": "3fe78e18867f6809f10a88f97eabc72e" }, { - "title": "Will Covid Evolve to Be Milder?", - "description": "While we may care, the virus really doesn’t.", - "content": "While we may care, the virus really doesn’t.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/10/opinion/covid-evolve-milder.html", - "creator": "Andrew Pekosz", - "pubDate": "Fri, 10 Dec 2021 10:00:19 +0000", + "title": "The Sunday Read: ‘The Emily Ratajkowski You’ll Never See’", + "description": "With her new book, the model tries to escape the oppressions of the male gaze.", + "content": "With her new book, the model tries to escape the oppressions of the male gaze.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/05/podcasts/the-daily/emily-ratajkowski-my-body-book-sunday-read.html", + "creator": "Andrea Long Chu, Jack D’Isidoro, Aaron Esposito, John Woo and Dan Powell", + "pubDate": "Sun, 05 Dec 2021 11:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168340,20 +193259,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4930cb64052d89954cd0daf7de34f4df" + "hash": "507bba946b377223ecf8593b40d37985" }, { - "title": "So You Lost the Election. We Had Nothing to Do With It.", - "description": "Why is it that progressives are always blamed when moderates lose?", - "content": "Why is it that progressives are always blamed when moderates lose?", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/10/opinion/democrats-progressives-moderates-elections.html", - "creator": "Jamelle Bouie", - "pubDate": "Fri, 10 Dec 2021 14:59:42 +0000", + "title": "How Stephanie Murphy, a Holdout on Biden’s Agenda, Helped Salvage It", + "description": "The centrist Democrat from Florida put the brakes on President Biden’s social safety net legislation because of concerns about cost. Then she brokered a deal to steer it through the House.", + "content": "The centrist Democrat from Florida put the brakes on President Biden’s social safety net legislation because of concerns about cost. Then she brokered a deal to steer it through the House.", + "category": "Murphy, Stephanie (1978- )", + "link": "https://www.nytimes.com/2021/12/05/us/politics/stephanie-murphy-democrats-biden.html", + "creator": "Emily Cochrane", + "pubDate": "Sun, 05 Dec 2021 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168361,20 +193279,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bace9a9a60815e162edc7a56b7c57cf3" + "hash": "5f954da282f963f779c89785657b0df3" }, { - "title": "How Is the U.S. Economy Doing?", - "description": "Why do Americans say that the economy is awful but that they’re doing fine?", - "content": "Why do Americans say that the economy is awful but that they’re doing fine?", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/09/opinion/economy-inflation-spending-jobs.html", - "creator": "Paul Krugman", - "pubDate": "Fri, 10 Dec 2021 00:00:05 +0000", + "title": "Pope Francis Laments That for Migrants, ‘Little Has Changed’", + "description": "At a Greek refugee camp, Francis sought to restore compassion for asylum seekers, whose plight he called a “shipwreck of civilization.”", + "content": "At a Greek refugee camp, Francis sought to restore compassion for asylum seekers, whose plight he called a “shipwreck of civilization.”", + "category": "Middle East and Africa Migrant Crisis", + "link": "https://www.nytimes.com/2021/12/05/world/europe/pope-greece-migrants-lesbos.html", + "creator": "Jason Horowitz", + "pubDate": "Sun, 05 Dec 2021 19:18:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168382,20 +193299,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3181dae877af16e73fdc0a66f37bf64b" + "hash": "3d4d8d392c279c9f2958ed97e1460ed8" }, { - "title": "Don’t Let ‘Treeson’ Drive You Out of New York City", - "description": "Not everyone can make it in New York.", - "content": "Not everyone can make it in New York.", - "category": "News Corporation", - "link": "https://www.nytimes.com/2021/12/09/opinion/new-york-city-christmas.html", - "creator": "Mara Gay", - "pubDate": "Fri, 10 Dec 2021 00:08:28 +0000", + "title": "Ex-Senator David Perdue to Run for Governor of Georgia", + "description": "Mr. Perdue, an ally of Donald Trump, will challenge the incumbent governor, Brian Kemp, in a Republican primary.", + "content": "Mr. Perdue, an ally of Donald Trump, will challenge the incumbent governor, Brian Kemp, in a Republican primary.", + "category": "Elections, Governors", + "link": "https://www.nytimes.com/2021/12/05/us/david-perdue-georgia-governor.html", + "creator": "Richard Fausset and Jonathan Martin", + "pubDate": "Sun, 05 Dec 2021 20:47:10 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168403,20 +193319,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "350d800fe2d8b09004ac4d7d20ea8c05" + "hash": "3d60a8c938f586562a1c5e8495ebb829" }, { - "title": "For the Elderly, Complacency Could Be a Killer", - "description": "Whatever the Omicron variant may mean for the young, it’s already clear that it can be deadly for the old.", - "content": "Whatever the Omicron variant may mean for the young, it’s already clear that it can be deadly for the old.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/09/opinion/omicron-nursing-homes.html", - "creator": "Zeynep Tufekci", - "pubDate": "Thu, 09 Dec 2021 19:03:21 +0000", + "title": "Anger Spreads in Northeastern India After Security Forces Kill 14 Civilians", + "description": "Eight mine workers were shot in a mistaken ambush by soldiers seeking insurgents, and six protesters died later in clashes with government forces, stoking fears of further violence in the restive region.", + "content": "Eight mine workers were shot in a mistaken ambush by soldiers seeking insurgents, and six protesters died later in clashes with government forces, stoking fears of further violence in the restive region.", + "category": "Civilian Casualties", + "link": "https://www.nytimes.com/2021/12/05/world/asia/india-northeast-nagaland-civilians.html", + "creator": "Sameer Yasir and Hari Kumar", + "pubDate": "Sun, 05 Dec 2021 14:46:47 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168424,20 +193339,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ed5abda7359079e64e37df98fcf84a1" + "hash": "b9c4a35427c2d50a4805b847262a338b" }, { - "title": "China Evergrande Has Defaulted on Its Debt, Fitch Says", - "description": "A ratings firm’s declaration confirmed what investors had already suspected, but they now must wait on a restructuring plan overseen by the firm hand of Beijing.", - "content": "A ratings firm’s declaration confirmed what investors had already suspected, but they now must wait on a restructuring plan overseen by the firm hand of Beijing.", - "category": "China", - "link": "https://www.nytimes.com/2021/12/09/business/china-evergrande-default.html", - "creator": "Alexandra Stevenson and Cao Li", - "pubDate": "Thu, 09 Dec 2021 13:44:28 +0000", + "title": "Eddie Mekka, a Star of ‘Laverne & Shirley,’ Is Dead at 69", + "description": "As Carmine Ragusa on the hit sitcom, he got to show off his singing, tap-dancing and gymnastic skills — and to croon “Rags to Riches” many times.", + "content": "As Carmine Ragusa on the hit sitcom, he got to show off his singing, tap-dancing and gymnastic skills — and to croon “Rags to Riches” many times.", + "category": "Mekka, Eddie (1952-2021)", + "link": "https://www.nytimes.com/2021/12/05/arts/television/eddie-mekka-dead.html", + "creator": "Anita Gates", + "pubDate": "Sun, 05 Dec 2021 15:13:03 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168445,20 +193359,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "93ea6a5804fc153ebe60e45fe031b2ad" + "hash": "91ad73d46667de30e5455aeb70bafcc0" }, { - "title": "How Nursing Homes’ Worst Offenses Are Hidden From the Public", - "description": "Thousands of problems identified by state inspectors were never publicly disclosed because of a secretive appeals process, a New York Times investigation found.", - "content": "Thousands of problems identified by state inspectors were never publicly disclosed because of a secretive appeals process, a New York Times investigation found.", - "category": "Nursing Homes", - "link": "https://www.nytimes.com/2021/12/09/business/nursing-home-abuse-inspection.html", - "creator": "Robert Gebeloff, Katie Thomas and Jessica Silver-Greenberg", - "pubDate": "Thu, 09 Dec 2021 16:13:10 +0000", + "title": "Best Theater of 2021", + "description": "Digital innovation continued this year, but experiencing plays in isolation grew tiring. Then came an in-person season as exciting as a child’s first fireworks.", + "content": "Digital innovation continued this year, but experiencing plays in isolation grew tiring. Then came an in-person season as exciting as a child’s first fireworks.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/03/theater/best-theater.html", + "creator": "Jesse Green, Maya Phillips, Laura Collins-Hughes, Scott Heller, Alexis Soloski and Elisabeth Vincentelli", + "pubDate": "Fri, 03 Dec 2021 17:01:55 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168466,20 +193379,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2480bde220d752656712e1a8bdc954d7" + "hash": "966984a020603652f00af097e87501b5" }, { - "title": "Review: ‘And Just Like That,’ It All Went Wrong", - "description": "The “Sex and the City” revival is part dramedy about heartbreak, part awkward bid at relevance.", - "content": "The “Sex and the City” revival is part dramedy about heartbreak, part awkward bid at relevance.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/09/arts/television/review-and-just-like-that.html", - "creator": "James Poniewozik", - "pubDate": "Thu, 09 Dec 2021 18:31:17 +0000", + "title": "More Galleries of Color Debut at Art Basel Miami", + "description": "Changes to eligibility requirements enabled more diversity at the fair, which roared back for the first time since the pandemic.", + "content": "Changes to eligibility requirements enabled more diversity at the fair, which roared back for the first time since the pandemic.", + "category": "Art Basel Miami Beach", + "link": "https://www.nytimes.com/2021/12/04/arts/design/art-basel-miami-diversity.html", + "creator": "Robin Pogrebin", + "pubDate": "Sun, 05 Dec 2021 22:30:37 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168487,20 +193399,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cdfef632e494823c7f74491afbaf190" + "hash": "40309ade8f373f807a88df2bc50c824e" }, { - "title": "What a Times Journalist Learned From His ‘Don’t Look Up’ Moment", - "description": "A new film about a killer comet revives memories of a nail-biting night in The Times newsroom two decades ago.", - "content": "A new film about a killer comet revives memories of a nail-biting night in The Times newsroom two decades ago.", - "category": "Asteroids", - "link": "https://www.nytimes.com/2021/12/09/science/dont-look-up-movie.html", - "creator": "Dennis Overbye", - "pubDate": "Thu, 09 Dec 2021 22:45:11 +0000", + "title": "In Brussels, a Designer’s Home Awash With His Own Vibrant Creations", + "description": "Christoph Hefti makes — and lives with — ebullient carpets and textiles inspired by magical realism and Latin American design.", + "content": "Christoph Hefti makes — and lives with — ebullient carpets and textiles inspired by magical realism and Latin American design.", + "category": "holiday issue 2021", + "link": "https://www.nytimes.com/2021/11/24/t-magazine/carpets-rugs-home-design-brussels.html", + "creator": "Gisela Williams and Frederik Buyckx", + "pubDate": "Wed, 24 Nov 2021 12:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168508,20 +193419,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f8cc2df7d5e7adbcc758a475b838810" + "hash": "af151933822f427d8903e3eb12b8f386" }, { - "title": "Migrant Truck Crash in Mexico Kills More Than 50", - "description": "The migrants, mostly from Guatemala and apparently U.S.-bound, had been crammed into a tractor-trailer that flipped and slammed into a bridge in southern Mexico.", - "content": "The migrants, mostly from Guatemala and apparently U.S.-bound, had been crammed into a tractor-trailer that flipped and slammed into a bridge in southern Mexico.", - "category": "Immigration and Emigration", - "link": "https://www.nytimes.com/2021/12/10/world/americas/mexico-truck-crash.html", - "creator": "Oscar Lopez", - "pubDate": "Fri, 10 Dec 2021 19:49:43 +0000", + "title": "What Will Art Look Like in the Metaverse?", + "description": "Mark Zuckerberg wants us thinking about visual art when we contemplate his company’s new venture. Artists should take the suggestion seriously.", + "content": "Mark Zuckerberg wants us thinking about visual art when we contemplate his company’s new venture. Artists should take the suggestion seriously.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/01/magazine/mark-zuckerberg-meta-art.html", + "creator": "Dean Kissick", + "pubDate": "Thu, 02 Dec 2021 06:47:49 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168529,20 +193439,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0fac76a24d3b498fe866fa6c5fe0b86" + "hash": "b1fe3f08783027385478aa8065cfd6d0" }, { - "title": "Hesitancy, Apathy and Unused Doses: Zambia’s Vaccination Challenges", - "description": "Vaccinating Africa is critical to protecting the continent and the world against dangerous variants, but supply isn’t the only obstacle countries face.", - "content": "The Covid-19 vaccination tents at Chongwe District Hospital in Zambia sat empty.", - "category": "Vaccination and Immunization", - "link": "https://www.nytimes.com/2021/12/11/health/covid-vaccine-africa.html", - "creator": "Stephanie Nolen", - "pubDate": "Sat, 11 Dec 2021 10:00:18 +0000", + "title": "Almudena Grandes, Novelist of Spain’s Marginalized, Dies at 61", + "description": "Beginning with an acclaimed erotic novel, she became what the prime minister called “one of the most important writers of our time.”", + "content": "Beginning with an acclaimed erotic novel, she became what the prime minister called “one of the most important writers of our time.”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/03/books/almudena-grandes-dead.html", + "creator": "Raphael Minder", + "pubDate": "Sat, 04 Dec 2021 14:58:36 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168550,20 +193459,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e84b45d2981741872d8b31deb1dda737" + "hash": "cde662debed09b653553fe4e199ed821" }, { - "title": "Tornadoes Hit Several States, With at Least 50 Likely Dead in Kentucky", - "description": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", - "content": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", + "title": "Myanmar Court to Announce First Verdicts in Aung San Suu Kyi Trial", + "description": "The ousted civilian leader, who was detained in a military coup in February, faces a maximum prison term of 102 years. Here’s the latest.", + "content": "The ousted civilian leader, who was detained in a military coup in February, faces a maximum prison term of 102 years. Here’s the latest.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/11/us/tornadoes-storms-amazon", + "link": "https://www.nytimes.com/live/2021/12/05/world/myanmar-coup-verdict-aung-san-suu-kyi", "creator": "The New York Times", - "pubDate": "Sat, 11 Dec 2021 10:21:59 +0000", + "pubDate": "Mon, 06 Dec 2021 03:23:22 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168571,20 +193479,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "98e70e4afd2a995e048f3c428a50f099" + "hash": "144c6bab34a0ec0382cb9bc62a7f6218" }, { - "title": "International Travel During Covid: The Documents You Need", - "description": "The pandemic has created a whole new checklist of what you should bring on your trip. Here’s the essential paperwork you need to have in your bag.", - "content": "The pandemic has created a whole new checklist of what you should bring on your trip. Here’s the essential paperwork you need to have in your bag.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/10/travel/international-travel-documents-covid.html", - "creator": "Lauren Sloss", - "pubDate": "Fri, 10 Dec 2021 17:27:49 +0000", + "title": "After Success in Seating Federal Judges, Biden Hits Resistance", + "description": "Senate Democrats vow to keep pressing forward with nominees, but they may face obstacles in states represented by Republicans.", + "content": "Senate Democrats vow to keep pressing forward with nominees, but they may face obstacles in states represented by Republicans.", + "category": "Appointments and Executive Changes", + "link": "https://www.nytimes.com/2021/12/05/us/biden-judges-senate-confirmation.html", + "creator": "Carl Hulse", + "pubDate": "Sun, 05 Dec 2021 08:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168592,20 +193499,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d21a06b5b62d73c4f7f89220288992ff" + "hash": "07d2a2fd90db41e4f6131de6d1e6e582" }, { - "title": "Echoing Trump, David Perdue Sues Over Baseless Election Claims", - "description": "The legal action by Mr. Perdue, a Republican candidate for governor of Georgia, was the latest sign that 2020 election falsehoods will be a main focus of his bid.", - "content": "The legal action by Mr. Perdue, a Republican candidate for governor of Georgia, was the latest sign that 2020 election falsehoods will be a main focus of his bid.", - "category": "Perdue, David A Jr", - "link": "https://www.nytimes.com/2021/12/10/us/politics/david-perdue-georgia-election.html", - "creator": "Astead W. Herndon and Nick Corasaniti", - "pubDate": "Fri, 10 Dec 2021 22:45:03 +0000", + "title": "Inside the Holiday Light Show at Brooklyn Botanic Garden ", + "description": "Outdoor installations like the elaborate illuminations at Brooklyn Botanic Garden are perfect for this second pandemic winter.", + "content": "Outdoor installations like the elaborate illuminations at Brooklyn Botanic Garden are perfect for this second pandemic winter.", + "category": "Gardens and Gardening", + "link": "https://www.nytimes.com/2021/12/03/nyregion/brooklyn-botanic-garden-holiday-lights.html", + "creator": "Ginia Bellafante", + "pubDate": "Fri, 03 Dec 2021 15:35:43 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168613,20 +193519,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "219c5240bd185f14f64ba48ca32db8d5" + "hash": "eb15467f19e310cfe125e7a0e1d7f343" }, { - "title": "What Do We Mean by Good Soccer?", - "description": "The best games manage to be both compulsive viewing and technically excellent, but those that clear that bar are rare. And that presents fans with a choice.", - "content": "The best games manage to be both compulsive viewing and technically excellent, but those that clear that bar are rare. And that presents fans with a choice.", - "category": "Soccer", - "link": "https://www.nytimes.com/2021/12/10/sports/soccer/manchester-united-rangnick.html", - "creator": "Rory Smith", - "pubDate": "Fri, 10 Dec 2021 22:08:35 +0000", + "title": "When Michigan Beat Ohio State, I Cried Tears of Joy", + "description": "The Euphoria of a Big Win, Explained.", + "content": "The Euphoria of a Big Win, Explained.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/04/opinion/michigan-ohio-football-happiness.html", + "creator": "Jane Coaston", + "pubDate": "Sat, 04 Dec 2021 16:26:06 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168634,20 +193539,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b392e2e96214f2e1d413ea58ed489c9d" + "hash": "becdf1383365686205a0e77e578976c4" }, { - "title": "13 New Christmas Albums That Reimagine Holiday Songs", - "description": "Fresh seasonal releases from Kelly Clarkson, Bryson Tiller, Nat King Cole and Pistol Annies span genres and generations.", - "content": "Fresh seasonal releases from Kelly Clarkson, Bryson Tiller, Nat King Cole and Pistol Annies span genres and generations.", - "category": "Christmas", - "link": "https://www.nytimes.com/2021/12/09/arts/music/new-christmas-holiday-albums.html", - "creator": "Jon Caramanica, Jon Pareles and Giovanni Russonello", - "pubDate": "Fri, 10 Dec 2021 15:44:20 +0000", + "title": "Upstate New York Hospitals Are Overwhelmed as Covid Cases Surge", + "description": "Health care officials say a “perfect storm” of new Covid cases, staff shortages and filled nursing homes has created a crisis.", + "content": "Health care officials say a “perfect storm” of new Covid cases, staff shortages and filled nursing homes has created a crisis.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/03/nyregion/covid-cases-surge-upstate-ny.html", + "creator": "Sharon Otterman", + "pubDate": "Fri, 03 Dec 2021 22:31:49 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168655,20 +193559,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ebaf8fffa3c8f7fda46622436dd77fb" + "hash": "15a8a4e1026b835361f8fac659b239db" }, { - "title": "Murray Bartlett of ‘The White Lotus’ Shucks His Oyster", - "description": "The Australian actor is hitting his stride at 50.", - "content": "The Australian actor is hitting his stride at 50.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/10/style/murray-bartlett-of-the-white-lotus-shucks-his-oyster.html", - "creator": "Alexis Soloski", - "pubDate": "Fri, 10 Dec 2021 10:00:08 +0000", + "title": "Public Displays of Resignation: Saying ‘I Quit’ Loud and Proud", + "description": "People aren’t just leaving their jobs. They are broadcasting it.", + "content": "People aren’t just leaving their jobs. They are broadcasting it.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2021/12/04/business/public-resignation-quitting.html", + "creator": "Emma Goldberg", + "pubDate": "Sat, 04 Dec 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168676,20 +193579,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bdf51c327f5cca6191304e8c284636c" + "hash": "cec5dacbe9a1a5d8017b34aac0b4e410" }, { - "title": "A Roving History of Mortals Considered Gods", - "description": "“Accidental Gods,” by Anna Della Subin, is about “men unwittingly turned divine,” including Julius Caesar, Gandhi, Douglas MacArthur and others.", - "content": "“Accidental Gods,” by Anna Della Subin, is about “men unwittingly turned divine,” including Julius Caesar, Gandhi, Douglas MacArthur and others.", - "category": "Accidental Gods: On Men Unwittingly Turned Divine (Book)", - "link": "https://www.nytimes.com/2021/12/08/books/review-accidental-gods-anna-della-subin.html", - "creator": "Jennifer Szalai", - "pubDate": "Wed, 08 Dec 2021 10:00:01 +0000", + "title": "Omicron Is Here. Should You Cancel Your Trip?", + "description": "Most people have become used to making health-risk assessments during the pandemic, but that doesn’t make the decision about whether to travel or cancel easier — especially with a new variant circulating.", + "content": "Most people have become used to making health-risk assessments during the pandemic, but that doesn’t make the decision about whether to travel or cancel easier — especially with a new variant circulating.", + "category": "Travel and Vacations", + "link": "https://www.nytimes.com/2021/12/02/travel/omicron-variant-travel-decisions.html", + "creator": "Heather Murphy", + "pubDate": "Thu, 02 Dec 2021 21:03:33 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168697,20 +193599,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c37a26c6064d15df28d0dfb634cbe6dd" + "hash": "5546944ef0c4699762cff356ad411230" }, { - "title": "Michael Hurley, an Original Folk Iconoclast, Turns 80", - "description": "For six decades, the folk singer has chronicled his woes and loves on records he’s mostly made himself. His new album celebrates that independence — and the community it fostered.", - "content": "For six decades, the folk singer has chronicled his woes and loves on records he’s mostly made himself. His new album celebrates that independence — and the community it fostered.", - "category": "Folk Music", - "link": "https://www.nytimes.com/2021/12/08/arts/music/michael-hurley-time-of-the-foxgloves.html", - "creator": "Grayson Haver Currin", - "pubDate": "Wed, 08 Dec 2021 20:08:30 +0000", + "title": "Denzel Washington, Man on Fire", + "description": "The actor never leans in — he’s all in. And in his latest, “Macbeth,” conjured by Joel Coen, he is as sharp and deadly as a dagger.", + "content": "The actor never leans in — he’s all in. And in his latest, “Macbeth,” conjured by Joel Coen, he is as sharp and deadly as a dagger.", + "category": "", + "link": "https://www.nytimes.com/2021/12/04/style/denzel-washington-man-on-fire.html", + "creator": "Maureen Dowd", + "pubDate": "Sat, 04 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168718,20 +193619,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "22696799c993649649891d8e7cc88cc3" + "hash": "0c07ee15ea49fe4c76ae0cae0a19b9a2" }, { - "title": "Why ‘Dr. Brain’ Is More Subdued Than Sensational", - "description": "In an interview, the South Korean filmmaker Kim Jee-woon discusses his quiet psychological thriller and the emerging global popularity of K-drama.", - "content": "In an interview, the South Korean filmmaker Kim Jee-woon discusses his quiet psychological thriller and the emerging global popularity of K-drama.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/10/arts/television/dr-brain-apple-tv-kim-jee-woon.html", - "creator": "Simon Abrams", - "pubDate": "Sat, 11 Dec 2021 05:13:24 +0000", + "title": "Buck O'Neil, Gil Hodges and Minnie Miñoso Elected to Hall of Fame", + "description": "A pair of committees asked to review candidates from previous eras elected Buck O’Neil, Gil Hodges, Minnie Miñoso, Tony Oliva, Jim Kaat and Bud Fowler.", + "content": "A pair of committees asked to review candidates from previous eras elected Buck O’Neil, Gil Hodges, Minnie Miñoso, Tony Oliva, Jim Kaat and Bud Fowler.", + "category": "Baseball", + "link": "https://www.nytimes.com/2021/12/05/sports/baseball/buck-oneil-gil-hodges-hall-of-fame.html", + "creator": "Benjamin Hoffman", + "pubDate": "Mon, 06 Dec 2021 00:22:52 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168739,20 +193639,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ec4cb1cfddf9833a5260d9653e93401" + "hash": "8a52e08108ba2ce1eabab5ac5164aa46" }, { - "title": "November 2021 CPI: Inflation Rose at Fastest Pace Since 1982", - "description": "The Consumer Price Index is rising sharply, a concern for Washington policymakers and a sign of the rising costs facing American households.", - "content": "The Consumer Price Index is rising sharply, a concern for Washington policymakers and a sign of the rising costs facing American households.", - "category": "Inflation (Economics)", - "link": "https://www.nytimes.com/2021/12/10/business/cpi-inflation-november-2021.html", - "creator": "Jeanna Smialek", - "pubDate": "Fri, 10 Dec 2021 22:12:28 +0000", + "title": "Alabama, Michigan, Georgia and Cincinnati Make College Football Playoff", + "description": "The semifinal games are scheduled for New Year’s Eve, with the national championship planned for Jan. 10 in Indianapolis.", + "content": "The semifinal games are scheduled for New Year’s Eve, with the national championship planned for Jan. 10 in Indianapolis.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2021/12/05/sports/ncaafootball/alabama-michigan-georgia-cincinnati-college-football-playoff.html", + "creator": "Alan Blinder", + "pubDate": "Sun, 05 Dec 2021 17:30:43 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168760,20 +193659,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa44d9eb728a7439a2f4c84825d75dc2" + "hash": "fc40c92370bea9d6f8d5fbacca1c6501" }, { - "title": "Vaccine Mandates Rekindle Fierce Debate Over Civil Liberties", - "description": "Tougher requirements in some European nations have inspired pushback from angry citizens as leaders grapple with how far to go in the name of public health.", - "content": "Tougher requirements in some European nations have inspired pushback from angry citizens as leaders grapple with how far to go in the name of public health.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2021/12/10/world/europe/vaccine-mandates-civil-liberties.html", - "creator": "Mark Landler", - "pubDate": "Fri, 10 Dec 2021 17:00:15 +0000", + "title": "U.S. Military Has Acted Against Ransomware Groups, General Acknowledges", + "description": "Gen. Paul M. Nakasone, the head of Cyber Command, said a new cross-functional effort has been gathering intelligence to combat criminal groups targeting U.S. infrastructure.", + "content": "Gen. Paul M. Nakasone, the head of Cyber Command, said a new cross-functional effort has been gathering intelligence to combat criminal groups targeting U.S. infrastructure.", + "category": "Cyberwarfare and Defense", + "link": "https://www.nytimes.com/2021/12/05/us/politics/us-military-ransomware-cyber-command.html", + "creator": "Julian E. Barnes", + "pubDate": "Sun, 05 Dec 2021 19:07:02 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168781,20 +193679,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6386e7471ab5fcb64238f19bb5d7344" + "hash": "8c04fec9f7be2c2560e4317ffda4b3a7" }, { - "title": "New York Businesses Ordered to Require Masks Indoors or Vaccine Proof", - "description": "Some Republican officials criticized the move, which Gov. Kathy Hochul labeled a “wake-up call” to areas where vaccination lags.", - "content": "Some Republican officials criticized the move, which Gov. Kathy Hochul labeled a “wake-up call” to areas where vaccination lags.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/10/nyregion/ny-mask-mandate-covid.html", - "creator": "Luis Ferré-Sadurní and Jesse McKinley", - "pubDate": "Fri, 10 Dec 2021 21:37:47 +0000", + "title": "Cambodian Effort to Find Artifacts Won’t End With Informant’s Death", + "description": "Officials plan to use evidence from the former looter known as Lion as they seek the return of stolen objects from museums and private collections.", + "content": "Officials plan to use evidence from the former looter known as Lion as they seek the return of stolen objects from museums and private collections.", + "category": "Arts and Antiquities Looting", + "link": "https://www.nytimes.com/2021/12/05/arts/design/cambodian-effort-to-find-artifacts-wont-end-with-informants-death.html", + "creator": "Tom Mashberg", + "pubDate": "Sun, 05 Dec 2021 21:00:01 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168802,20 +193699,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0abe410e9e09fc77cc9c33da5a579f9c" + "hash": "ff6042fd31145f41a2e12b94a4c5eb51" }, { - "title": "In the Michigan School Shooting, the Prosecutor Asks, What About the Parents?", - "description": "After seeing the evidence, Karen McDonald made an instinctual, and unusual, decision to charge Ethan Crumbley’s mother and father. Can she succeed?", - "content": "After seeing the evidence, Karen McDonald made an instinctual, and unusual, decision to charge Ethan Crumbley’s mother and father. Can she succeed?", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/10/us/michigan-school-shooting-prosecutor.html", - "creator": "Stephanie Saul", - "pubDate": "Fri, 10 Dec 2021 20:14:38 +0000", + "title": "Chris Cuomo Faced Sexual Misconduct Accusation Before CNN Fired Him", + "description": "The network said it had “terminated him, effective immediately,” a move that came days after a lawyer for a former colleague accused the host of sexual misconduct.", + "content": "The network said it had “terminated him, effective immediately,” a move that came days after a lawyer for a former colleague accused the host of sexual misconduct.", + "category": "Cuomo, Christopher", + "link": "https://www.nytimes.com/2021/12/04/business/media/chris-cuomo-fired-cnn.html", + "creator": "Michael M. Grynbaum, John Koblin and Jodi Kantor", + "pubDate": "Sun, 05 Dec 2021 17:18:24 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168823,20 +193719,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "93abf7e3aab6bceba04fa942b55e8ad4" + "hash": "1f4a0451a72a4a3a54c57e87e03f542a" }, { - "title": "Jeff Bezos Is Getting Astronaut Wings. But Soon, the F.A.A. Won’t Award Them.", - "description": "Starting in January, space tourists will not receive a participation trophy for flying to space. But everyone will be on the honor roll.", - "content": "Starting in January, space tourists will not receive a participation trophy for flying to space. But everyone will be on the honor roll.", - "category": "Private Spaceflight", - "link": "https://www.nytimes.com/2021/12/10/science/astronaut-wings-faa-bezos-musk.html", - "creator": "Joey Roulette", - "pubDate": "Sat, 11 Dec 2021 00:10:14 +0000", + "title": "The New Rules for Hosting That Holiday Party", + "description": "If the 2020 holiday season was the year to cancel everything, 2021 is about figuring out how to get our groove back.", + "content": "If the 2020 holiday season was the year to cancel everything, 2021 is about figuring out how to get our groove back.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/03/realestate/hosting-holiday-party-covid.html", + "creator": "Ronda Kaysen", + "pubDate": "Fri, 03 Dec 2021 13:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168844,20 +193739,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f9322cc485e26ca937e11e9c3c41db3" + "hash": "27cf0108cf9aaac35392f74925330fd3" }, { - "title": "How Bank Regulators Are Trying to Oust a Trump Holdover", - "description": "Jelena McWilliams, the FDIC’s chairwoman, doesn’t always go along with President Biden’s agenda. Other regulators want to push her out.", - "content": "Jelena McWilliams, the FDIC’s chairwoman, doesn’t always go along with President Biden’s agenda. Other regulators want to push her out.", - "category": "Banking and Financial Institutions", - "link": "https://www.nytimes.com/2021/12/10/business/jelena-mcwilliams-fdic-bank-regulation-trump.html", - "creator": "Emily Flitter", - "pubDate": "Fri, 10 Dec 2021 21:25:10 +0000", + "title": "Where the Pro-Choice Movement Went Wrong", + "description": "How abortion-rights groups failed to stop the erosion of Roe v. Wade.", + "content": "How abortion-rights groups failed to stop the erosion of Roe v. Wade.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/01/opinion/abortion-planned-parenthood-naral-roe-v-wade.html", + "creator": "Amy Littlefield", + "pubDate": "Wed, 01 Dec 2021 16:57:45 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168865,20 +193759,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "36347bc8ff6580c8d64dab9e3f245ce0" + "hash": "952fb787c6c49a3f8f3fb43450c20f26" }, { - "title": "‘Social Detonator’: In Artist’s Work, and Life, Different Classes Collide", - "description": "Oscar Murillo, a Colombian-born painter raised in London, considers it an “infiltration” when his class-conscious canvases wind up on the walls of collectors.", - "content": "Oscar Murillo, a Colombian-born painter raised in London, considers it an “infiltration” when his class-conscious canvases wind up on the walls of collectors.", - "category": "Murillo, Oscar (1986- )", - "link": "https://www.nytimes.com/2021/12/10/world/americas/oscar-murillo-colombian-artist.html", - "creator": "Silvana Paternostro", - "pubDate": "Sat, 11 Dec 2021 00:02:34 +0000", + "title": "Tiny Homes for the Homeless", + "description": "Do these shelters help those living on the streets or just offer political cover?", + "content": "Do these shelters help those living on the streets or just offer political cover?", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/02/opinion/tiny-house-homelessness.html", + "creator": "Jay Caspian Kang", + "pubDate": "Thu, 02 Dec 2021 21:48:25 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168886,20 +193779,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8e01acfcc5b69ea7716885e67c828dc" + "hash": "3667ce939aa62bdf627707c1546777e9" }, { - "title": "Republicans in Texas County, in Unusual Move, Upend Primary System", - "description": "The G.O.P. in Potter County is planning to break away from a nonpartisan election board and hold its own primary next year, in a move criticized by election experts.", - "content": "The G.O.P. in Potter County is planning to break away from a nonpartisan election board and hold its own primary next year, in a move criticized by election experts.", - "category": "Primaries and Caucuses", - "link": "https://www.nytimes.com/2021/12/10/us/politics/republicans-amarillo-potter-county-primary.html", - "creator": "Jennifer Medina", - "pubDate": "Sat, 11 Dec 2021 01:53:44 +0000", + "title": "Omicron Is Another Waiting Game for Parents", + "description": "A worrisome week in news.", + "content": "A worrisome week in news.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/04/opinion/omicron-michigan-dobbs.html", + "creator": "Jessica Grose", + "pubDate": "Sat, 04 Dec 2021 16:30:19 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168907,20 +193799,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "036e0ce244de88108a2daa1173ec12c6" + "hash": "2b1b55a95d170d1d75ec2464fc6122e8" }, { - "title": "Jussie Smollett Found Guilty: What Comes Next?", - "description": "The actor who was found guilty of falsely telling the police he was the victim of a hate crime faces a possible sentence of up to three years, but experts disagree on whether the judge is likely to incarcerate him.", - "content": "The actor who was found guilty of falsely telling the police he was the victim of a hate crime faces a possible sentence of up to three years, but experts disagree on whether the judge is likely to incarcerate him.", - "category": "Smollett, Jussie (1983- )", - "link": "https://www.nytimes.com/2021/12/10/arts/television/jussie-smollett-convicted-guilty.html", - "creator": "Julia Jacobs and Mark Guarino", - "pubDate": "Sat, 11 Dec 2021 00:41:51 +0000", + "title": "Fatalities Reported After Military Truck Rams Protesters in Myanmar", + "description": "Witnesses said soldiers also fired into the crowd and kicked wounded demonstrators, the latest in a series of confrontations in which the military’s behavior has infuriated citizens.", + "content": "Witnesses said soldiers also fired into the crowd and kicked wounded demonstrators, the latest in a series of confrontations in which the military’s behavior has infuriated citizens.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2021/12/05/world/asia/myanmar-car-protesters-killed.html", + "creator": "Sui-Lee Wee", + "pubDate": "Sun, 05 Dec 2021 08:01:08 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168928,20 +193819,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "512eab55c1d4cfc77425b5a9752c69fb" + "hash": "db1e6df1f0e5a46d6d320534cc0f45f2" }, { - "title": "Prosecution Rests at Ghislaine Maxwell Trial After 4th Accuser Testifies", - "description": "Annie Farmer was 16 when, she said, Jeffrey Epstein and Ghislaine Maxwell engaged in behavior that upset her.", - "content": "Annie Farmer was 16 when, she said, Jeffrey Epstein and Ghislaine Maxwell engaged in behavior that upset her.", - "category": "Sex Crimes", - "link": "https://www.nytimes.com/2021/12/10/nyregion/ghislaine-maxwell-trial-annie-farmer.html", - "creator": "Benjamin Weiser, Colin Moynihan and Rebecca Davis O’Brien", - "pubDate": "Sat, 11 Dec 2021 03:14:03 +0000", + "title": "Three Months After Hurricane Ida, Residents Are Still Waiting for FEMA Housing", + "description": "As storms and fires become more severe, disaster housing policy has failed to keep up, leaving people displaced for months on end.", + "content": "As storms and fires become more severe, disaster housing policy has failed to keep up, leaving people displaced for months on end.", + "category": "Hurricane Ida (2021)", + "link": "https://www.nytimes.com/2021/12/05/us/hurricane-ida-fema-housing.html", + "creator": "Sophie Kasakove and Katy Reckdahl", + "pubDate": "Sun, 05 Dec 2021 08:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168949,20 +193839,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aa9e0b7bab05ab7eb43f7181d55d1bb" + "hash": "6898722d13453ccfad3aab20173e2142" }, { - "title": "Live Updates: Tornadoes Rip Through Several States, Killing One", - "description": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", - "content": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill. A railroad company said one of its trains had derailed in Kentucky.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/11/us/tornadoes-storms-amazon", - "creator": "The New York Times", - "pubDate": "Sat, 11 Dec 2021 09:13:32 +0000", + "title": "Ruth Reichl Will Write a Substack Newsletter", + "description": "The former restaurant critic and Gourmet editor is joining a cadre of chefs and authors enlisted to expand the platform’s culinary content.", + "content": "The former restaurant critic and Gourmet editor is joining a cadre of chefs and authors enlisted to expand the platform’s culinary content.", + "category": "Writing and Writers", + "link": "https://www.nytimes.com/2021/12/01/dining/substack-food-ruth-reichl.html", + "creator": "Kim Severson", + "pubDate": "Wed, 01 Dec 2021 23:56:39 +0000", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", @@ -168970,16 +193859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14587bec27620e686526c062a1fe94c3" + "hash": "b96af0dc557a186e2aee5314bac52429" }, { - "title": "Biden Eulogizes Dole as ‘Genuine Hero’ Who ‘Lived by a Code of Honor’", - "description": "The funeral at Washington National Cathedral evoked a kind of Old Home Week ritual as one momentous Washington figure after another soldiered into the rows.", - "content": "The funeral at Washington National Cathedral evoked a kind of Old Home Week ritual as one momentous Washington figure after another soldiered into the rows.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/10/us/politics/bob-dole-funeral-biden.html", - "creator": "Mark Leibovich and Zolan Kanno-Youngs", - "pubDate": "Sat, 11 Dec 2021 02:30:30 +0000", + "title": "A Master of the Half Pipe Plants His Feet at the Altar", + "description": "Danny Davis, a professional snowboarder, married Hayley Simpson 19 years after they met as teens at a snowboarding event.", + "content": "Danny Davis, a professional snowboarder, married Hayley Simpson 19 years after they met as teens at a snowboarding event.", + "category": "Weddings and Engagements", + "link": "https://www.nytimes.com/2021/12/03/style/danny-davis-hayley-simpson-wedding.html", + "creator": "Vincent M. Mallozzi", + "pubDate": "Fri, 03 Dec 2021 16:43:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -168990,16 +193879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83dfd8313724915e7c00e2280e949fa0" + "hash": "5bb6400c590d5856d08da08f80b47428" }, { - "title": "One Killed at Arkansas Nursing Home as Tornadoes Rip Through Several States", - "description": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill.", - "content": "Among the damage was a roof collapse at an Amazon warehouse in Edwardsville, Ill.", - "category": "Tornadoes", - "link": "https://www.nytimes.com/2021/12/10/us/arkansas-tornado-nursing-home-monette.html", - "creator": "Michael Levenson, Vimal Patel and Isabella Grullón Paz", - "pubDate": "Sat, 11 Dec 2021 05:31:21 +0000", + "title": "How the Rev. Dr. Jacqui Lewis, Author and Preacher, Spends Her Sundays", + "description": "Although her church burned down a year ago, it’s still very much alive in her heart and actions.", + "content": "Although her church burned down a year ago, it’s still very much alive in her heart and actions.", + "category": "Historic Buildings and Sites", + "link": "https://www.nytimes.com/2021/12/03/nyregion/jacqui-lewis-middle-collegiate.html", + "creator": "Tammy La Gorce", + "pubDate": "Fri, 03 Dec 2021 10:00:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169010,16 +193899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "21585e54bfba3d7d4b3bd9ebfdd8c2c6" + "hash": "1d6ef261d4770d3cd5f34e9a8d2ee5bc" }, { - "title": "GM’s EV Efforts Reportedly Include a Bigger Michigan Presence", - "description": "The company will make electric pickups at an existing plant and batteries at a factory built with a partner, a person with knowledge of the plan said.", - "content": "The company will make electric pickups at an existing plant and batteries at a factory built with a partner, a person with knowledge of the plan said.", - "category": "General Motors", - "link": "https://www.nytimes.com/2021/12/10/business/gm-electric-vehicles-michigan.html", - "creator": "Neal E. Boudette", - "pubDate": "Fri, 10 Dec 2021 22:56:05 +0000", + "title": "What African Americans Thought of Barack Obama", + "description": "Claude A. Clegg III’s “The Black President” looks at the often surprising reactions of African Americans to the Obama administration.", + "content": "Claude A. Clegg III’s “The Black President” looks at the often surprising reactions of African Americans to the Obama administration.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/02/books/review/claude-a-clegg-iii-the-black-president.html", + "creator": "Orlando Patterson", + "pubDate": "Thu, 02 Dec 2021 20:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169030,16 +193919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a215584fda9e0f0e1360fcaafb898d6" + "hash": "6506246bbb3232f7b24ad2cfb428909c" }, { - "title": "Inflation Rising at Fastest Pace in Nearly 40 Years, New Data Shows", - "description": "The Consumer Price Index climbed by 6.8 percent in November from a year ago, the strongest inflationary burst in a generation. Follow economic updates.", - "content": "The Consumer Price Index climbed by 6.8 percent in November from a year ago, the strongest inflationary burst in a generation. Follow economic updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/10/business/inflation-cpi-stock-market-news", - "creator": "The New York Times", - "pubDate": "Fri, 10 Dec 2021 20:44:02 +0000", + "title": "Mothers of Reinvention: The Lab Pivots as Studios Close", + "description": "In a strategic feat of survival, the Lab, a Los Angeles dance studio stalwart, has transformed itself into a creative agency and “lifestyle brand.”", + "content": "In a strategic feat of survival, the Lab, a Los Angeles dance studio stalwart, has transformed itself into a creative agency and “lifestyle brand.”", + "category": "Dancing", + "link": "https://www.nytimes.com/2021/12/02/arts/dance/the-lab-studio-los-angeles.html", + "creator": "Margaret Fuhrer", + "pubDate": "Thu, 02 Dec 2021 18:09:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169050,16 +193939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f8c15456241efe83d78cf50573dbe6b" + "hash": "f6b11ee18ea1bb4f753cd28e10f1dc4c" }, { - "title": "One-year jump in energy prices is a big factor in inflation’s jump.", - "description": "Energy prices rose by one-third in the last year, and 6.8 percent in November alone, but there are recent signs of relief.", - "content": "Energy prices rose by one-third in the last year, and 6.8 percent in November alone, but there are recent signs of relief.", - "category": "Prices (Fares, Fees and Rates)", - "link": "https://www.nytimes.com/live/2021/12/10/business/inflation-cpi-stock-market-news/one-year-jump-in-energy-prices-is-a-big-factor-in-inflations-jump", - "creator": "Talmon Joseph Smith", - "pubDate": "Fri, 10 Dec 2021 18:28:07 +0000", + "title": "Getting Packages in My Building Is Chaotic. What Can I Do?", + "description": "The pandemic has exacerbated the onslaught of deliveries. Management should consider changes to staffing, storage capacity or building policy.", + "content": "The pandemic has exacerbated the onslaught of deliveries. Management should consider changes to staffing, storage capacity or building policy.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/04/realestate/package-delivery-apartment-buildings.html", + "creator": "Ronda Kaysen", + "pubDate": "Sat, 04 Dec 2021 15:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169070,16 +193959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "61554161abe731ab6d2f2e42744bd0d2" + "hash": "7f1f183c66ce84d269ec08fe1c788397" }, { - "title": "Food prices and rent surged in November, helping fuel inflation.", - "description": "Prices for beef, pork and other food were up sharply from one year ago and housing costs also continued to climb.", - "content": "Prices for beef, pork and other food were up sharply from one year ago and housing costs also continued to climb.", + "title": "The U.S. is close to having 200 million people fully vaccinated.", + "description": " ", + "content": " ", "category": "", - "link": "https://www.nytimes.com/live/2021/12/10/business/inflation-cpi-stock-market-news/food-prices-and-rent-surged-in-november-helping-fuel-inflation", - "creator": "Madeleine Ngo", - "pubDate": "Fri, 10 Dec 2021 18:05:54 +0000", + "link": "https://www.nytimes.com/live/2021/12/05/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Sun, 05 Dec 2021 19:00:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169090,16 +193979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa5666c3c13a0f5c126f34bf4b10bc67" + "hash": "3155cc29c09d4e3f3b5cd00744ba4d3b" }, { - "title": "Covid Malaise", - "description": "Why do Americans say the economy is in rough shape? Because it is.", - "content": "Why do Americans say the economy is in rough shape? Because it is.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/10/briefing/us-economy-covid-malaise.html", - "creator": "David Leonhardt", - "pubDate": "Fri, 10 Dec 2021 11:24:50 +0000", + "title": "Omicron, Michigan, Rockefeller Center: Your Weekend Briefing", + "description": "Here’s what you need to know about the week’s top stories.", + "content": "Here’s what you need to know about the week’s top stories.", + "category": "", + "link": "https://www.nytimes.com/2021/12/05/briefing/omicron-michigan-rockefeller-center.html", + "creator": "Remy Tumin", + "pubDate": "Sun, 05 Dec 2021 11:10:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169110,16 +193999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb3303cac1c8c8f5d81ac1f428eed21b" + "hash": "bc27395d0c89661bfca3f690a7bb1174" }, { - "title": "Here's How Philadelphia's Covid Mandate for Health Workers Worked", - "description": "Federal officials point to the city’s mandate as a success story and a shield against new Covid outbreaks at hospitals and nursing homes.", - "content": "Federal officials point to the city’s mandate as a success story and a shield against new Covid outbreaks at hospitals and nursing homes.", - "category": "Vaccination and Immunization", - "link": "https://www.nytimes.com/2021/12/10/health/philadelphia-vaccine-mandate.html", - "creator": "Reed Abelson", - "pubDate": "Fri, 10 Dec 2021 18:38:32 +0000", + "title": "Adele Returns, From Beyond Space and Time", + "description": "Will we ever see a star who unites audiences like this British musician again?", + "content": "Will we ever see a star who unites audiences like this British musician again?", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/11/30/arts/music/popcast-adele-30.html", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 23:23:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169130,16 +194019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f001baed3d053d6f61fba70c21810bfd" + "hash": "fd6673d1259eee58c89c6646dc3fb5c3" }, { - "title": "A Murder, Gold Bars, a Jailbreak and Questions About Justice", - "description": "Was the 1993 killing of a woman near Buffalo committed by a prison escapee? Was the detective who solved the case involved? Is there anything straightforward about this crime?", - "content": "Was the 1993 killing of a woman near Buffalo committed by a prison escapee? Was the detective who solved the case involved? Is there anything straightforward about this crime?", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/2021/12/10/nyregion/richard-matt-murder-buffalo.html", - "creator": "Danny Hakim and Jesse McKinley", - "pubDate": "Fri, 10 Dec 2021 16:50:20 +0000", + "title": "Don Demeter, a Dodger Star of the Future Who Wasn’t, Dies at 86", + "description": "Groomed to replace Duke Snider, he broke his wrist in 1960 and never lived up to expectations. But he had a fine career with four other teams.", + "content": "Groomed to replace Duke Snider, he broke his wrist in 1960 and never lived up to expectations. But he had a fine career with four other teams.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/12/01/sports/baseball/don-demeter-dead.html", + "creator": "Richard Goldstein", + "pubDate": "Thu, 02 Dec 2021 02:03:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169150,16 +194039,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2747421b959fa1568ccaaffd1c4e0007" + "hash": "c248d0eb80ab543a63e279c13045aa29" }, { - "title": "10 Works of Art That Evaded the Algorithm This Year", - "description": "Contemplation, not clicks: Our critic looks back on marble sculptures in Rome, songs of “atmospheric anxiety” and the Frick Collection in a new light.", - "content": "Contemplation, not clicks: Our critic looks back on marble sculptures in Rome, songs of “atmospheric anxiety” and the Frick Collection in a new light.", - "category": "Two Thousand Twenty One", - "link": "https://www.nytimes.com/2021/12/08/arts/art-algorithm-2021.html", - "creator": "Jason Farago", - "pubDate": "Wed, 08 Dec 2021 10:02:49 +0000", + "title": "Vaccine Demand in the U.S. Rises as Omicron Fears Grow", + "description": "Most of the infected had traveled to southern Africa recently, but health officials are bracing for the inevitable community spread.", + "content": "Most of the infected had traveled to southern Africa recently, but health officials are bracing for the inevitable community spread.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/04/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Sun, 05 Dec 2021 07:11:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169170,16 +194059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aac197923bf513fe0af3da71d7a25600" + "hash": "e105d36d34c2cf004738562c1f133c06" }, { - "title": "‘Dickinson’ on AppleTV+ Is Ending. But the Props Live On in Archives.", - "description": "The Apple TV+ series “Dickinson” is donating scripts, props and other artifacts — including painstaking replicas of the poet’s manuscripts — to the Emily Dickinson Museum and Harvard University.", - "content": "The Apple TV+ series “Dickinson” is donating scripts, props and other artifacts — including painstaking replicas of the poet’s manuscripts — to the Emily Dickinson Museum and Harvard University.", - "category": "Poetry and Poets", - "link": "https://www.nytimes.com/2021/12/10/arts/television/emily-dickinson-archive-harvard.html", - "creator": "Jennifer Schuessler", - "pubDate": "Fri, 10 Dec 2021 16:00:17 +0000", + "title": "Critical Moment for Roe, and the Supreme Court’s Legitimacy", + "description": "As justices consider Mississippi’s restrictive abortion law, scholars debate what a reversal of Roe v. Wade would mean for the court’s credibility.", + "content": "As justices consider Mississippi’s restrictive abortion law, scholars debate what a reversal of Roe v. Wade would mean for the court’s credibility.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/04/us/mississippi-supreme-court-abortion-roe-v-wade.html", + "creator": "Adam Liptak", + "pubDate": "Sat, 04 Dec 2021 16:45:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169190,16 +194079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8237b019a0ca9efb8f356fdf69d3a7a4" + "hash": "8aad2a559a9a0d5e8f3fe537e58b4633" }, { - "title": "I Cherish This Lifeline to My Parents", - "description": "Al Hirschfeld’s drawings of Stephen Sondheim’s shows were a gift.", - "content": "Al Hirschfeld’s drawings of Stephen Sondheim’s shows were a gift.", - "category": "Sondheim, Stephen", - "link": "https://www.nytimes.com/2021/12/09/opinion/theater-al-hirschfeld-stephen-sondheim.html", - "creator": "Patrick Healy", - "pubDate": "Thu, 09 Dec 2021 13:29:53 +0000", + "title": "CNN Fires Chris Cuomo Over Role in Andrew Cuomo's Scandal", + "description": "The network said it had “terminated him, effective immediately,” a move that came days after a lawyer for a former colleague accused the host of sexual misconduct.", + "content": "The network said it had “terminated him, effective immediately,” a move that came days after a lawyer for a former colleague accused the host of sexual misconduct.", + "category": "News and News Media", + "link": "https://www.nytimes.com/2021/12/04/business/media/chris-cuomo-fired-cnn.html", + "creator": "Michael M. Grynbaum, John Koblin and Jodi Kantor", + "pubDate": "Sun, 05 Dec 2021 06:18:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169210,16 +194099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17cc137fe925b0549a899090131cd388" + "hash": "460b124024cb1624da1d7eab69d4d889" }, { - "title": "Rethinking U.S. Rules on International Travel", - "description": "Readers discuss testing requirements and suggest a quarantine. Also: Outdoor dining; universal pre-K; Roe v. Wade; machines and morality; Gil Hodges.", - "content": "Readers discuss testing requirements and suggest a quarantine. Also: Outdoor dining; universal pre-K; Roe v. Wade; machines and morality; Gil Hodges.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/10/opinion/letters/covid-international-travel-airlines.html", - "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:06:52 +0000", + "title": "Dramatic Day Reveals Details About the Parents of a School Shooting Suspect", + "description": "After a manhunt and an arraignment, scrutiny of James and Jennifer Crumbley has intensified.", + "content": "After a manhunt and an arraignment, scrutiny of James and Jennifer Crumbley has intensified.", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/05/us/michigan-shooting-parents.html", + "creator": "Sophie Kasakove and Susan Cooper Eastman", + "pubDate": "Sun, 05 Dec 2021 13:51:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169230,16 +194119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "418ef6dd027f1406266bce6cc6de44cf" + "hash": "c534a25f23a0c4ae26a4ec5c8d8bdf2d" }, { - "title": "We Need Less Talk and More Action From Congress on Tech", - "description": "Mosseri talks while Congress dithers.", - "content": "Mosseri talks while Congress dithers.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/09/opinion/congress-facebook-teens.html", - "creator": "Kara Swisher", - "pubDate": "Thu, 09 Dec 2021 21:28:39 +0000", + "title": "Condé Nast Knows Faded Glory Is Not in Style", + "description": "Anna Wintour is the embodiment of the glory days of the magazine dynasty. Now she is pitching its global, digital future.", + "content": "Anna Wintour is the embodiment of the glory days of the magazine dynasty. Now she is pitching its global, digital future.", + "category": "Magazines", + "link": "https://www.nytimes.com/2021/12/04/business/media/conde-nast-anna-wintour.html", + "creator": "Katie Robertson", + "pubDate": "Sat, 04 Dec 2021 16:24:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169250,16 +194139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ebd2bce50fdd82430d6860cb511f3c7" + "hash": "a563cbe6ec7bafc00b92538fb30b58e8" }, { - "title": "Why Joe Biden Needs More Than Accomplishments to Be a Success", - "description": "A theory of political time explains how he has become a prisoner of great expectations.", - "content": "A theory of political time explains how he has become a prisoner of great expectations.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/09/opinion/joe-biden-political-time.html", - "creator": "Corey Robin", - "pubDate": "Thu, 09 Dec 2021 10:00:17 +0000", + "title": "You Should Be Afraid of the Next ‘Lab Leak’", + "description": "Covid might not have come out of a medical research lab, but it raises some urgent questions about how those facilities operate.", + "content": "Covid might not have come out of a medical research lab, but it raises some urgent questions about how those facilities operate.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/23/magazine/covid-lab-leak.html", + "creator": "Jon Gertner", + "pubDate": "Wed, 24 Nov 2021 03:41:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169270,16 +194159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b007a3bceb33d0b8e3e16fdad50f91eb" + "hash": "dc1f74d896e196c48b3aca382519c35d" }, { - "title": "New York A.G. to Subpoena Trump to Testify in Fraud Investigation", - "description": "The move by the attorney general, Letitia James, comes at a critical moment in a criminal inquiry into the former president, who could try to block the demand.", - "content": "The move by the attorney general, Letitia James, comes at a critical moment in a criminal inquiry into the former president, who could try to block the demand.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/09/nyregion/trump-subpoena-testimony-letitia-james.html", - "creator": "Jonah E. Bromwich, Ben Protess and William K. Rashbaum", - "pubDate": "Thu, 09 Dec 2021 20:47:02 +0000", + "title": "Our Most Popular Recipes of 2021", + "description": "A countdown of the delicious dishes our readers viewed the most this year.", + "content": "A countdown of the delicious dishes our readers viewed the most this year.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/12/03/dining/2021-most-popular-recipes.html", + "creator": "Margaux Laskey", + "pubDate": "Fri, 03 Dec 2021 18:32:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169290,16 +194179,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8e334ec14bd7a1c70c6cd19860453a2" + "hash": "dafe4d3c85e4b24ba8f9ba67de38a6b6" }, { - "title": "In Michigan School Shooting, the First Lawsuit Is Filed", - "description": "The parents of two sisters who survived the Oxford High School shootings have filed a federal suit against the district and its officials.", - "content": "The parents of two sisters who survived the Oxford High School shootings have filed a federal suit against the district and its officials.", - "category": "Oxford Charter Township, Mich, Shooting (2021)", - "link": "https://www.nytimes.com/2021/12/09/us/michigan-school-shooting-lawsuits-oxford.html", - "creator": "Dana Goldstein", - "pubDate": "Thu, 09 Dec 2021 22:28:26 +0000", + "title": "Who Will Hold Prosecutors Accountable?", + "description": "The Justice Department’s Office of Professional Responsibility needs an overhaul.", + "content": "The Justice Department’s Office of Professional Responsibility needs an overhaul.", + "category": "Prosecutorial Misconduct", + "link": "https://www.nytimes.com/2021/12/04/opinion/prosecutor-misconduct-new-york-doj.html", + "creator": "The Editorial Board", + "pubDate": "Sat, 04 Dec 2021 20:07:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169310,16 +194199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cfbde4b83eda37f9248c8897e4e343a" + "hash": "e79b1c5c8cf3b1fefbebc05822adc6a9" }, { - "title": "Ukraine Commanders Say a Russian Invasion Would Overwhelm Them", - "description": "If Russia opts for an invasion, Ukraine’s generals say, they would have no hope of repelling it without a major infusion of military help from the West.", - "content": "If Russia opts for an invasion, Ukraine’s generals say, they would have no hope of repelling it without a major infusion of military help from the West.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/09/world/europe/ukraine-military-russia-invasion.html", - "creator": "Michael Schwirtz", - "pubDate": "Thu, 09 Dec 2021 10:00:23 +0000", + "title": "The Metaverse Is Coming, and the World Is Not Ready for It", + "description": "The geopolitical consequences may be radical.", + "content": "The geopolitical consequences may be radical.", + "category": "Computers and the Internet", + "link": "https://www.nytimes.com/2021/12/02/opinion/metaverse-politics-disinformation-society.html", + "creator": "Zoe Weinberg", + "pubDate": "Thu, 02 Dec 2021 20:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169330,16 +194219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "19150d144821c667432b1908e3a60c1e" + "hash": "6a7ad8302a1c6568f303b71156c31f7e" }, { - "title": "The Censoring of Peng Shuai", - "description": "China’s decision to censor a star athlete has confronted the sports industry with a dilemma — speak out on her behalf or protect its financial interests in the country.", - "content": "China’s decision to censor a star athlete has confronted the sports industry with a dilemma — speak out on her behalf or protect its financial interests in the country.", - "category": "Tennis", - "link": "https://www.nytimes.com/2021/12/10/podcasts/the-daily/peng-shuai-china-sports.html", - "creator": "Sabrina Tavernise, Robert Jimison, Mooj Zadie, Rachel Quester, Luke Vander Ploeg, Alex Young, Lisa Chow, Patricia Willens, Marion Lozano, Corey Schreppel, Brad Fisher, Dan Powell and Chris Wood", - "pubDate": "Fri, 10 Dec 2021 11:00:07 +0000", + "title": "Former Montana Governor Steve Bullock Warns: Democrats Face Trouble in Rural America", + "description": "It’s time to ditch the grand ideological narratives and talk to voters about their real needs.", + "content": "It’s time to ditch the grand ideological narratives and talk to voters about their real needs.", + "category": "Midterm Elections (2022)", + "link": "https://www.nytimes.com/2021/12/03/opinion/democrats-rural-america-midterms.html", + "creator": "Steve Bullock", + "pubDate": "Fri, 03 Dec 2021 17:51:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169350,16 +194239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "201a7dcab341b652cfdc6ae7104ff23c" + "hash": "72831805aade40468f62f1085560250b" }, { - "title": "Is the University of Austin Just a PR Stunt?", - "description": "Can a new university fix academia’s problems? Or will it just create another ideological bubble?", - "content": "Can a new university fix academia’s problems? Or will it just create another ideological bubble?", - "category": "University of Austin", - "link": "https://www.nytimes.com/2021/12/08/opinion/the-argument-free-speech-on-college-campuses.html", - "creator": "‘The Argument’", - "pubDate": "Wed, 08 Dec 2021 17:28:45 +0000", + "title": "Jack Dorsey Steps Down and Other Silicon Valley Transitions", + "description": "Twitter’s new boss needs to boost the company’s value, or someone else will.", + "content": "Twitter’s new boss needs to boost the company’s value, or someone else will.", + "category": "Computers and the Internet", + "link": "https://www.nytimes.com/2021/12/02/opinion/twitter-remote-work.html", + "creator": "Kara Swisher", + "pubDate": "Thu, 02 Dec 2021 23:28:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169370,16 +194259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a4caf44f876ea2861a59fad9395f9ad" + "hash": "da0f920584ff321507b1a1a44245b1ce" }, { - "title": "Ghislaine Maxwell Defense Questions Fourth Accuser’s Memory", - "description": "Ms. Maxwell’s attorney challenged Annie Farmer’s testimony. Ms. Farmer has called Ms. Maxwell “a sexual predator.” Here’s the latest on the trial.", - "content": "Ms. Maxwell’s attorney challenged Annie Farmer’s testimony. Ms. Farmer has called Ms. Maxwell “a sexual predator.” Here’s the latest on the trial.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/10/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Fri, 10 Dec 2021 20:43:57 +0000", + "title": "Vaccine Hesitancy Is About Trust and Class", + "description": "Vaccine hesitancy reflects a transformation of people’s core beliefs about what we owe each other.", + "content": "Vaccine hesitancy reflects a transformation of people’s core beliefs about what we owe each other.", + "category": "Vaccination and Immunization", + "link": "https://www.nytimes.com/2021/12/03/opinion/vaccine-hesitancy-covid.html", + "creator": "Anita Sreedhar and Anand Gopal", + "pubDate": "Fri, 03 Dec 2021 18:12:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169390,16 +194279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e645c58620b8f01b51d683cd3476802" + "hash": "2109c221b4e7a85d3a2e08bf125612a8" }, { - "title": "U.S. and Others Pledge Export Controls Tied to Human Rights", - "description": "The Biden administration’s partnership with Australia, Denmark, Norway, Canada, France, the Netherlands and the United Kingdom aims to stem the flow of key technologies to authoritarian governments.", - "content": "The Biden administration’s partnership with Australia, Denmark, Norway, Canada, France, the Netherlands and the United Kingdom aims to stem the flow of key technologies to authoritarian governments.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/10/business/economy/human-rights-export-controls.html", - "creator": "Ana Swanson", - "pubDate": "Fri, 10 Dec 2021 16:19:06 +0000", + "title": "Social Welfare Can Break the Intergenerational Cycle of Poverty", + "description": "Intervening in children’s lives early can help break the cycle of intergenerational poverty.", + "content": "Intervening in children’s lives early can help break the cycle of intergenerational poverty.", + "category": "Poverty", + "link": "https://www.nytimes.com/2021/12/02/opinion/politics/child-poverty-us.html", + "creator": "David L. Kirp", + "pubDate": "Thu, 02 Dec 2021 20:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169410,16 +194299,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36727624701db6214d3b184ba2dca109" + "hash": "c015eefe68134f16162683a7181e795e" }, { - "title": "Tigray Rebels Executed Dozens of Civilians, Report Says", - "description": "The report from Human Rights Watch adds to the mounting violations committed by the warring parties since the conflict in Ethiopia’s northern Tigray region began over a year ago.", - "content": "The report from Human Rights Watch adds to the mounting violations committed by the warring parties since the conflict in Ethiopia’s northern Tigray region began over a year ago.", - "category": "Ethiopia", - "link": "https://www.nytimes.com/2021/12/10/world/africa/ethiopia-executions-rebels.html", - "creator": "Abdi Latif Dahir", - "pubDate": "Fri, 10 Dec 2021 19:56:29 +0000", + "title": "In Shinn v. Ramirez, the Supreme Court Should Reject Arizona's Gambit", + "description": "Two Arizona men who were appointed ineffective lawyers landed on death row. If Arizona has its way, the Supreme Court will close an already narrow avenue for relief. ", + "content": "Two Arizona men who were appointed ineffective lawyers landed on death row. If Arizona has its way, the Supreme Court will close an already narrow avenue for relief. ", + "category": "Supreme Court (US)", + "link": "https://www.nytimes.com/2021/12/03/opinion/supreme-court-death-row-shinn-ramirez.html", + "creator": "Christina Swarns", + "pubDate": "Fri, 03 Dec 2021 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169430,16 +194319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "514098ea5e9839f4d6f63187a320d443" + "hash": "c94d82f1db77c0a44ddfff1315d6b7c0" }, { - "title": "6 More Subpoenas Issued in House Panel’s Jan. 6 Investigation", - "description": "Those issued subpoenas included two men who met with President Donald J. Trump in his private dining room on Jan. 4 and Mr. Trump’s former political affairs director.", - "content": "Those issued subpoenas included two men who met with President Donald J. Trump in his private dining room on Jan. 4 and Mr. Trump’s former political affairs director.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/10/us/politics/jan-6-capitol-riot-subpoenas.html", - "creator": "Luke Broadwater", - "pubDate": "Fri, 10 Dec 2021 20:25:18 +0000", + "title": "Columbia Student Is Stabbed to Death Near Campus", + "description": "The graduate student, Davide Giri, was fatally stabbed near the Manhattan campus on Thursday night. A man has been arrested and charges are pending, the police said.", + "content": "The graduate student, Davide Giri, was fatally stabbed near the Manhattan campus on Thursday night. A man has been arrested and charges are pending, the police said.", + "category": "Columbia University", + "link": "https://www.nytimes.com/2021/12/03/nyregion/columbia-student-stabbed.html", + "creator": "Troy Closson and Lola Fadulu", + "pubDate": "Fri, 03 Dec 2021 17:31:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169450,16 +194339,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "39860bf2d526aa41661eb21e7df2b299" + "hash": "00a2acf862df7193ff3c83d4412b449c" }, { - "title": "Scuba-Diving YouTuber Finds Car Linked to Teens Missing Since 2000", - "description": "A YouTuber who investigates cold cases found a missing Tennessee teenager’s car submerged in a nearby river. It is at least the fourth such discovery by amateur investigators in two months.", - "content": "A YouTuber who investigates cold cases found a missing Tennessee teenager’s car submerged in a nearby river. It is at least the fourth such discovery by amateur investigators in two months.", - "category": "Traffic Accidents and Safety", - "link": "https://www.nytimes.com/2021/12/10/us/youtube-scuba-diver-missing-teens.html", - "creator": "Amanda Holpuch", - "pubDate": "Fri, 10 Dec 2021 18:53:56 +0000", + "title": "Meet an Ecologist Who Works for God (and Against Lawns)", + "description": "A Long Island couple says fighting climate change and protecting biodiversity starts at home. Or rather, right outside their suburban house.", + "content": "A Long Island couple says fighting climate change and protecting biodiversity starts at home. Or rather, right outside their suburban house.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/03/climate/climate-change-biodiversity.html", + "creator": "Cara Buckley and Karsten Moran", + "pubDate": "Fri, 03 Dec 2021 10:00:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169470,16 +194359,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b5a51f60c95749038c0a5a1e6e2e3b1" + "hash": "25d957321439375c2998d2de33186e94" }, { - "title": "Better.com’s C.E.O. ‘Taking Time Off’ After Firing Workers Over Zoom", - "description": "The mortgage lender’s board announced the decision in a memo sent to staff, adding that the company had brought on a third-party firm to assess its leadership and culture.", - "content": "The mortgage lender’s board announced the decision in a memo sent to staff, adding that the company had brought on a third-party firm to assess its leadership and culture.", - "category": "Layoffs and Job Reductions", - "link": "https://www.nytimes.com/2021/12/10/business/economy/better-ceo-zoom-firing.html", - "creator": "Emma Goldberg", - "pubDate": "Fri, 10 Dec 2021 16:05:57 +0000", + "title": "Cognitive Rehab: One Patient’s Painstaking Path Through Long Covid Therapy", + "description": "Samantha Lewis is relearning some basic aspects of her daily life after struggling with brain fog and other lingering symptoms for more than a year since being infected by the virus.", + "content": "Samantha Lewis is relearning some basic aspects of her daily life after struggling with brain fog and other lingering symptoms for more than a year since being infected by the virus.", + "category": "Chronic Condition (Health)", + "link": "https://www.nytimes.com/2021/12/03/health/long-covid-treatment.html", + "creator": "Pam Belluck and Alex Wroblewski", + "pubDate": "Fri, 03 Dec 2021 16:37:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169490,16 +194379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cd043f0528cec8310d5f3d629042c32" + "hash": "8eaf5e77e2fade6e8b747a1e73dce4ab" }, { - "title": "Biden Lauds Dole at Funeral, Says He ‘Lived by a Code of Honor’", - "description": "“Bob was a man who always did his duty,” President Biden said of the former senator during a funeral service in Washington.", - "content": "“Bob was a man who always did his duty,” President Biden said of the former senator during a funeral service in Washington.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/10/us/politics/bob-dole-funeral-biden.html", - "creator": "Zolan Kanno-Youngs", - "pubDate": "Fri, 10 Dec 2021 19:37:28 +0000", + "title": "Stabbed 20 Times by Her Husband, She Now Fights Laws Favoring Abusers", + "description": "Shira Isakov, once a little-known Israeli working in advertising, has become a national force in the struggle to combat domestic violence and change the legal landscape on parental rights.", + "content": "Shira Isakov, once a little-known Israeli working in advertising, has become a national force in the struggle to combat domestic violence and change the legal landscape on parental rights.", + "category": "Isakov, Shira", + "link": "https://www.nytimes.com/2021/12/03/world/middleeast/israel-shira-isakov-domestic-violence.html", + "creator": "Isabel Kershner", + "pubDate": "Fri, 03 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169510,16 +194399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5778abcf28fa8807918eb9aa90882b6e" + "hash": "76737d7bab77a9fab1443d8422db6dc7" }, { - "title": "Doctors and Hospitals Make Late Bid to Change Surprise Billing Ban", - "description": "A lawsuit says the Biden administration’s faulty interpretation of the law will harm medical providers.", - "content": "A lawsuit says the Biden administration’s faulty interpretation of the law will harm medical providers.", - "category": "Hospitals", - "link": "https://www.nytimes.com/2021/12/09/upshot/surprise-billing-act.html", - "creator": "Margot Sanger-Katz", - "pubDate": "Thu, 09 Dec 2021 19:46:49 +0000", + "title": "A Slow-Motion Climate Disaster: The Spread of Barren Land", + "description": "Brazil’s northeast, long a victim of droughts, is now effectively turning into a desert. The cause? Climate change and the landowners who are most affected.", + "content": "Brazil’s northeast, long a victim of droughts, is now effectively turning into a desert. The cause? Climate change and the landowners who are most affected.", + "category": "Drought", + "link": "https://www.nytimes.com/2021/12/03/world/americas/brazil-climate-change-barren-land.html", + "creator": "Jack Nicas and Victor Moriyama", + "pubDate": "Fri, 03 Dec 2021 08:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169530,16 +194419,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e94f8da6e2b7dda7227b1bcf61f17fb0" + "hash": "b2bf4cde04f3026fce4a12d37dd6192e" }, { - "title": "To Create a Healthy Habit, Find an Accountability Buddy", - "description": "Whether it’s a person or an app that sends us reminders, we make better choices when we’re being watched (even by ourselves.)", - "content": "Whether it’s a person or an app that sends us reminders, we make better choices when we’re being watched (even by ourselves.)", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/01/08/well/live/habits-health.html", - "creator": "Tara Parker-Pope", - "pubDate": "Fri, 08 Jan 2021 10:00:16 +0000", + "title": "Pope in Greece Latest News: Francis Chastises West on Visit to Migrant Camp", + "description": "On the island of Lesbos, he said that because of Europe’s moves to deter and block migrants, “the Mediterranean Sea, cradle of so many civilizations, now looks like a mirror of death.”", + "content": "On the island of Lesbos, he said that because of Europe’s moves to deter and block migrants, “the Mediterranean Sea, cradle of so many civilizations, now looks like a mirror of death.”", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/05/world/pope-francis-greece-migrants", + "creator": "The New York Times", + "pubDate": "Sun, 05 Dec 2021 14:52:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169550,16 +194439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3af403d3c81e6ee5f671ff3b192601b5" + "hash": "b8bcd478ef195d6ed5435b8851b07379" }, { - "title": "Review: In a Gender-Flipped Revival, ‘Company’ Loves Misery", - "description": "Bobby is now Bobbie in this confusing, sour remake of the 1970 musical by Stephen Sondheim and George Furth.", - "content": "Bobby is now Bobbie in this confusing, sour remake of the 1970 musical by Stephen Sondheim and George Furth.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/09/theater/company-review-sondheim.html", - "creator": "Jesse Green", - "pubDate": "Fri, 10 Dec 2021 02:00:06 +0000", + "title": "Chinese Tourists Aren't Coming Back Any Time Soon", + "description": "Even before Omicron’s arrival, China was discouraging its citizens from traveling abroad. That has had a huge impact on global tourism.", + "content": "Even before Omicron’s arrival, China was discouraging its citizens from traveling abroad. That has had a huge impact on global tourism.", + "category": "China", + "link": "https://www.nytimes.com/2021/12/05/world/asia/china-tourism-omicron-covid.html", + "creator": "Sui-Lee Wee, Elisabetta Povoledo, Muktita Suhartono and Léontine Gallois", + "pubDate": "Sun, 05 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169570,16 +194459,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee2b2172eb6cbe44aa60664caefa2cdc" + "hash": "15d6239420780918ee2f05e2ad2a2ae9" }, { - "title": "‘Ugly Diamonds’ Get a Makeover", - "description": "Following the fashion trend for the offbeat, gems that are gray, green, brown and other shades that once would have been shunned now are in demand.", - "content": "Following the fashion trend for the offbeat, gems that are gray, green, brown and other shades that once would have been shunned now are in demand.", - "category": "Jewels and Jewelry", - "link": "https://www.nytimes.com/2021/12/06/fashion/jewelry-diamonds-hemmerle-le-vian.html", - "creator": "Milena Lazazzera", - "pubDate": "Mon, 06 Dec 2021 16:49:20 +0000", + "title": "To Counter China, Austin Vows to Shore Up Alliances With Others in Region", + "description": "“America is a Pacific power,” the defense secretary said as he laid out a strategy to block efforts by China to dominate the region.", + "content": "“America is a Pacific power,” the defense secretary said as he laid out a strategy to block efforts by China to dominate the region.", + "category": "United States Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/04/us/politics/lloyd-austin-china-ukraine.html", + "creator": "Jennifer Steinhauer and Julian E. Barnes", + "pubDate": "Sun, 05 Dec 2021 00:45:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169590,16 +194479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "239ef84fa75c51985b0107e83d381507" + "hash": "9711b2a1d76586372b440aec56ab985f" }, { - "title": "Alicia Keys, on and Off the Digital Grid", - "description": "Her new double album, “Keys,” shows how thoroughly the production can transform her songs.", - "content": "Her new double album, “Keys,” shows how thoroughly the production can transform her songs.", - "category": "Rhythm and Blues (Music)", - "link": "https://www.nytimes.com/2021/12/10/arts/music/alicia-keys-keys-review.html", - "creator": "Jon Pareles", - "pubDate": "Fri, 10 Dec 2021 13:58:46 +0000", + "title": "Michigan Rolls to a Playoff Spot With Big Ten Title", + "description": "The Wolverines followed up a season-defining win over Ohio State with an easy victory over Iowa to win the conference championship.", + "content": "The Wolverines followed up a season-defining win over Ohio State with an easy victory over Iowa to win the conference championship.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2021/12/05/sports/ncaafootball/michigan-iowa-big-ten-championship.html", + "creator": "Alanis Thames", + "pubDate": "Sun, 05 Dec 2021 06:15:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169610,16 +194499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1a48b7284b395c78bb4158ddcf23308" + "hash": "ad86c4461e3e3636e342cf5c8a8aeafb" }, { - "title": "I Can’t Give My Cat the Perfect Life. ‘TV for Cats’ Gives Her a Taste.", - "description": "Ideally, Daisy and I would live in a sprawling home with outdoor space. Instead, she is content to chirp at two-dimensional birds on YouTube.", - "content": "Ideally, Daisy and I would live in a sprawling home with outdoor space. Instead, she is content to chirp at two-dimensional birds on YouTube.", - "category": "Birds", - "link": "https://www.nytimes.com/2021/12/07/magazine/tv-for-cats.html", - "creator": "Megan Reynolds", - "pubDate": "Thu, 09 Dec 2021 00:20:36 +0000", + "title": "Alabama Picks Apart Georgia, Setting Course for Another Playoff", + "description": "No. 3 Alabama, the reigning national champion, fell behind early. Then it pounded the country’s best defense to run away with the Southeastern Conference championship.", + "content": "No. 3 Alabama, the reigning national champion, fell behind early. Then it pounded the country’s best defense to run away with the Southeastern Conference championship.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2021/12/04/sports/ncaafootball/alabama-georgia-sec-championship.html", + "creator": "Alan Blinder", + "pubDate": "Sun, 05 Dec 2021 10:50:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169630,16 +194519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "095f10c868c298ebebba19d8a3edce2a" + "hash": "f827e4d7f98230b33f7575ad42ac6717" }, { - "title": "A Sidewalk Christmas Tree Vendor on Price and Cost Increases", - "description": "“There’s a lot going on behind me selling Christmas trees on the street.”", - "content": "“There’s a lot going on behind me selling Christmas trees on the street.”", - "category": "Christmas Trees", - "link": "https://www.nytimes.com/2021/12/10/business/christmas-tree.html", - "creator": "Julia Rothman and Shaina Feinberg", - "pubDate": "Fri, 10 Dec 2021 17:12:16 +0000", + "title": "He Never Touched the Murder Weapon. Alabama Sentenced Him to Die.", + "description": "Nathaniel Woods was unarmed when three Birmingham police officers were fatally shot by someone else in 2004. But Woods, a Black man, was convicted of capital murder for his role in the deaths of the three white officers.", + "content": "Nathaniel Woods was unarmed when three Birmingham police officers were fatally shot by someone else in 2004. But Woods, a Black man, was convicted of capital murder for his role in the deaths of the three white officers.", + "category": "Woods, Nathaniel", + "link": "https://www.nytimes.com/2021/12/05/us/he-never-touched-the-murder-weapon-alabama-sentenced-him-to-die.html", + "creator": "Dan Barry and Abby Ellin", + "pubDate": "Sun, 05 Dec 2021 10:00:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169650,16 +194539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23df2d979fb82b47afee74ada2738a0e" + "hash": "9598c04d0cd7a80789cd389f996ba3d3" }, { - "title": "Senate Clears Last Major Hurdle to Raising Debt Ceiling", - "description": "Fourteen Republicans joined Democrats in voting to take up legislation that would pave the way for Congress to raise the debt ceiling by a simple majority vote, skirting a filibuster.", - "content": "Fourteen Republicans joined Democrats in voting to take up legislation that would pave the way for Congress to raise the debt ceiling by a simple majority vote, skirting a filibuster.", - "category": "Senate", - "link": "https://www.nytimes.com/2021/12/09/us/politics/debt-ceiling-congress.html", - "creator": "Emily Cochrane", - "pubDate": "Thu, 09 Dec 2021 18:37:44 +0000", + "title": "Voting Battles of 2022 Take Shape as G.O.P. Crafts New Election Bills", + "description": "Republicans plan to carry their push to reshape the nation’s electoral system into next year, with Democrats vowing to oppose them but holding few options in G.O.P.-led states.", + "content": "Republicans plan to carry their push to reshape the nation’s electoral system into next year, with Democrats vowing to oppose them but holding few options in G.O.P.-led states.", + "category": "Voting Rights, Registration and Requirements", + "link": "https://www.nytimes.com/2021/12/04/us/politics/gop-voting-rights-democrats.html", + "creator": "Nick Corasaniti", + "pubDate": "Sat, 04 Dec 2021 14:59:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169670,16 +194559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6631bb71d4d89b6ad1649c6ddea789e" + "hash": "8643befee5e0a928f10339b2d051fdd3" }, { - "title": "Debt Limit Split Shows Pragmatic Republicans Are Dwindling", - "description": "Fearing backlash from the right, most in the party dug in against a bipartisan deal needed to stave off a federal default.", - "content": "Fearing backlash from the right, most in the party dug in against a bipartisan deal needed to stave off a federal default.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/09/us/politics/debt-limit-mcconnell-gop-senate.html", - "creator": "Carl Hulse", - "pubDate": "Fri, 10 Dec 2021 00:10:48 +0000", + "title": "Pope in Greece Live Updates: Francis Chastises West on Visit to Migrant Camp", + "description": "On the island of Lesbos, he said that because of Europe’s moves to deter and block migrants, “the Mediterranean Sea, cradle of so many civilizations, now looks like a mirror of death.”", + "content": "On the island of Lesbos, he said that because of Europe’s moves to deter and block migrants, “the Mediterranean Sea, cradle of so many civilizations, now looks like a mirror of death.”", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/05/world/pope-francis-greece-migrants", + "creator": "The New York Times", + "pubDate": "Sun, 05 Dec 2021 12:10:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169690,16 +194579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30168f15781495c10f41c75df0ffcfcf" + "hash": "8bdfb64df029881e79eb50b5208dcd14" }, { - "title": "Omicron Wave Heads for U.K., but It’s Not Clear How Bad It’ll Be", - "description": "Britain could be a bellwether of what other countries will see from the new coronavirus variant. Officials say Omicron could account for most cases within weeks.", - "content": "Britain could be a bellwether of what other countries will see from the new coronavirus variant. Officials say Omicron could account for most cases within weeks.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/09/world/europe/uk-omicron-spreading-restrictions.html", - "creator": "Megan Specia", - "pubDate": "Fri, 10 Dec 2021 02:30:20 +0000", + "title": "The Humble Beginnings of Today’s Culinary Delicacies", + "description": "Many of our most revered dishes were perfected by those in need, then co-opted by the affluent. Is that populism at play, or just the abuse of power?", + "content": "Many of our most revered dishes were perfected by those in need, then co-opted by the affluent. Is that populism at play, or just the abuse of power?", + "category": "holiday issue 2021", + "link": "https://www.nytimes.com/2021/11/26/t-magazine/humble-foods-poverty.html", + "creator": "Ligaya Mishan, Patricia Heal and Martin Bourne", + "pubDate": "Fri, 26 Nov 2021 12:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169710,16 +194599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d6b93e0406192465526eeb4dbdf943e" + "hash": "7051fa184aa9b9dd480e4c3cf06d01a5" }, { - "title": "F.D.A. Authorizes Pfizer-BioNTech Boosters for 16- and 17-Year-Olds", - "description": "The World Health Organization said the priority should remain getting first shots to hundreds of millions of unvaccinated people. Here’s the latest on Covid.", - "content": "The World Health Organization said the priority should remain getting first shots to hundreds of millions of unvaccinated people. Here’s the latest on Covid.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/09/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Thu, 09 Dec 2021 20:35:48 +0000", + "title": "How ‘West Side Story’ Could Make (Even More) Oscar History", + "description": "After premiering this week, the remake has vaulted into contention, with nominations possible for the film, director Steven Spielberg, Rita Moreno and others.", + "content": "After premiering this week, the remake has vaulted into contention, with nominations possible for the film, director Steven Spielberg, Rita Moreno and others.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/03/movies/west-side-story-oscar.html", + "creator": "Kyle Buchanan", + "pubDate": "Fri, 03 Dec 2021 17:25:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169730,16 +194619,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "040fc3a4b2f5c81493126c239320ed3c" + "hash": "de7bd7491ce033d38d16dca703e10590" }, { - "title": "Appeals Court Rejects Trump’s Bid to Shield Material From Jan. 6 Inquiry", - "description": "A three-judge panel held that Congress’s oversight powers, backed by President Biden’s decision not to invoke executive privilege over the material, outweighed Mr. Trump’s residual secrecy powers.", - "content": "A three-judge panel held that Congress’s oversight powers, backed by President Biden’s decision not to invoke executive privilege over the material, outweighed Mr. Trump’s residual secrecy powers.", - "category": "Trump, Donald J", - "link": "https://www.nytimes.com/2021/12/09/us/politics/trump-jan-6-documents.html", - "creator": "Charlie Savage", - "pubDate": "Fri, 10 Dec 2021 00:55:00 +0000", + "title": "Netflix Holiday Movies Ranked, From Tree Toppers to Lumps of Coal", + "description": "Is the streaming service delivering goodies in its holiday stockings? We make an assessment.", + "content": "Is the streaming service delivering goodies in its holiday stockings? We make an assessment.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/03/movies/netflix-holiday-christmas.html", + "creator": "Elisabeth Vincentelli", + "pubDate": "Fri, 03 Dec 2021 17:27:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169750,36 +194639,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "876a43d6245fbcb01ee70fdd332c3d4a" + "hash": "7ba7814ce385dd79774dd0d34d15c0f6" }, { - "title": "Jussie Smollett Found Guilty of Reporting a Fake Hate Crime", - "description": "Mr. Smollett was convicted of filing a false police report in 2019 claiming he had been the victim of a racist and homophobic attack. The jury deliberated for more than nine hours.", - "content": "Mr. Smollett was convicted of filing a false police report in 2019 claiming he had been the victim of a racist and homophobic attack. The jury deliberated for more than nine hours.", - "category": "Smollett, Jussie (1983- )", - "link": "https://www.nytimes.com/2021/12/09/arts/television/jussie-smollett-guilty.html", - "creator": "Julia Jacobs and Mark Guarino", - "pubDate": "Fri, 10 Dec 2021 02:15:44 +0000", + "title": "Pope in Greece: Francis Renews Calls to Help Migrants", + "description": "At the Presidential Palace, Pope Francis urged countries to take in the needy. He will visit a camp for migrants on Lesbos on Sunday. Here’s the latest.", + "content": "At the Presidential Palace, Pope Francis urged countries to take in the needy. He will visit a camp for migrants on Lesbos on Sunday. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/05/world/pope-francis-greece-migrants", + "creator": "The New York Times", + "pubDate": "Sun, 05 Dec 2021 07:15:48 +0000", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57ce2303eacc9f01b3b5ab41546fcbbb" + "hash": "71e8dd15f4e033c205c16b7931ee02d1" }, { - "title": "Mexico Migrant Truck Crash Leaves 53 Dead", - "description": "Dozens more were reported injured in the crash in southern Chiapas state, where many migrants regularly cross into Mexico from Central America.", - "content": "Dozens more were reported injured in the crash in southern Chiapas state, where many migrants regularly cross into Mexico from Central America.", - "category": "Mexico", - "link": "https://www.nytimes.com/2021/12/09/world/americas/mexico-migrants-killed-accident.html", - "creator": "Oscar Lopez", - "pubDate": "Fri, 10 Dec 2021 02:22:46 +0000", + "title": "France's Éric Zemmour Tries Channeling De Gaulle to Win Votes", + "description": "Éric Zemmour has adopted imagery reminiscent of Charles de Gaulle, the wartime leader. But his call for reborn glory for France is sharply at odds with the realities of the country today.", + "content": "Éric Zemmour has adopted imagery reminiscent of Charles de Gaulle, the wartime leader. But his call for reborn glory for France is sharply at odds with the realities of the country today.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/04/world/europe/eric-zemmour-france.html", + "creator": "Roger Cohen", + "pubDate": "Sun, 05 Dec 2021 04:59:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169790,16 +194679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a33c6d4f132932369178bab259830122" + "hash": "5005aade4ce316cebc9369bc9ec741b1" }, { - "title": "Buffalo Starbucks Workers Vote for Union at 1 Store", - "description": "The coffee chain’s executives sought to persuade workers to reject the union in an election campaign that began in late August. Workers at a second store voted not to unionize and the result at a third outlet was not clear.", - "content": "The coffee chain’s executives sought to persuade workers to reject the union in an election campaign that began in late August. Workers at a second store voted not to unionize and the result at a third outlet was not clear.", - "category": "Starbucks Corporation", - "link": "https://www.nytimes.com/2021/12/09/business/economy/buffalo-starbucks-union.html", - "creator": "Noam Scheiber", - "pubDate": "Fri, 10 Dec 2021 00:48:09 +0000", + "title": "Yes, There’s a Blizzard Warning in Hawaii. No, It’s Not That Weird.", + "description": "The National Weather Service said roughly a foot of snow was expected to fall on the Big Island summits. “We do get snow there pretty much every year,” one local meteorologist said.", + "content": "The National Weather Service said roughly a foot of snow was expected to fall on the Big Island summits. “We do get snow there pretty much every year,” one local meteorologist said.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2021/12/04/us/hawaii-blizzard-warning.html", + "creator": "Maria Cramer", + "pubDate": "Sat, 04 Dec 2021 21:24:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169810,16 +194699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8da6be3d6a05925b377938eb5bd5d119" + "hash": "f892715c256cc36ff67717afe882fef9" }, { - "title": "Here's Why Inflation Is Worrying Washington", - "description": "Price gains have moved up sharply for months, but the fact that the trend is lasting and broadening has newly put policymakers on red alert.", - "content": "Price gains have moved up sharply for months, but the fact that the trend is lasting and broadening has newly put policymakers on red alert.", - "category": "Consumer Price Index", - "link": "https://www.nytimes.com/2021/12/09/business/economy/inflation-price-gains.html", - "creator": "Jeanna Smialek", - "pubDate": "Thu, 09 Dec 2021 16:40:34 +0000", + "title": "At Least 13 Dead as Indonesia's Mount Semeru Erupts", + "description": "Dozens more suffered burns as lava flowed from the eruption of Mount Semeru, on the island of Java.", + "content": "Dozens more suffered burns as lava flowed from the eruption of Mount Semeru, on the island of Java.", + "category": "Volcanoes", + "link": "https://www.nytimes.com/2021/12/04/world/asia/indonesia-mount-semeru-eruption.html", + "creator": "Aina J. Khan and Muktita Suhartono", + "pubDate": "Sun, 05 Dec 2021 03:11:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169830,16 +194719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f14b1233c45812d809e6daf21c99c2d7" + "hash": "5e44c9dcb2e3ffa55d7eb294c37bfeb6" }, { - "title": " N.Y.C. Grants Noncitizens Right to Vote in Local Elections", - "description": "The legislation approved by the City Council will set up a system for legal residents to vote in municipal elections.", - "content": "The legislation approved by the City Council will set up a system for legal residents to vote in municipal elections.", - "category": "Voting Rights, Registration and Requirements", - "link": "https://www.nytimes.com/2021/12/09/nyregion/noncitizens-voting-rights-nyc.html", - "creator": "Jeffery C. Mays and Annie Correal", - "pubDate": "Thu, 09 Dec 2021 23:52:21 +0000", + "title": "Palestinian Who Stabbed Israeli in Jerusalem Is Killed by Police", + "description": "The incident, captured in videos, was at least the fifth such knife attack in Jerusalem since September.", + "content": "The incident, captured in videos, was at least the fifth such knife attack in Jerusalem since September.", + "category": "Palestinians", + "link": "https://www.nytimes.com/2021/12/04/world/middleeast/palestinian-israeli-stabbing-jerusalem.html", + "creator": "Patrick Kingsley", + "pubDate": "Sat, 04 Dec 2021 21:55:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169850,16 +194739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e6a97d83baea36c1ef0369ae4d1a2b3" + "hash": "609f3aebef63df85e232ebae3dd7f7cd" }, { - "title": "Hoping for a Dog Phone? You May Have a Long Wait.", - "description": "A scientist in Scotland tested a so-called DogPhone to let her dog make video calls. He did use it, but mostly by mistake.", - "content": "A scientist in Scotland tested a so-called DogPhone to let her dog make video calls. He did use it, but mostly by mistake.", - "category": "Animal Behavior", - "link": "https://www.nytimes.com/2021/12/09/science/dog-video-call-separation-anxiety.html", - "creator": "Christine Chung", - "pubDate": "Thu, 09 Dec 2021 17:00:54 +0000", + "title": "Black Man Wins New Trial Over Confederate Memorabilia in Jury Room", + "description": "A Tennessee appeals court granted Tim Gilbert a new trial after jurors deliberated in a room named after the United Daughters of the Confederacy.", + "content": "A Tennessee appeals court granted Tim Gilbert a new trial after jurors deliberated in a room named after the United Daughters of the Confederacy.", + "category": "Monuments and Memorials (Structures)", + "link": "https://www.nytimes.com/2021/12/04/us/tennessee-trial-jury-confederate-symbols.html", + "creator": "Vimal Patel", + "pubDate": "Sat, 04 Dec 2021 19:04:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169870,16 +194759,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45dff1fbcae774396538238a4e1ae387" + "hash": "5233a2097ceab6515589c2aa0337e9f8" }, { - "title": "I Play Video Games With My 4-Year-Old, and That's OK", - "description": "Video games may not be harmless, but what are you going to do?", - "content": "Video games may not be harmless, but what are you going to do?", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/09/opinion/video-games-kids.html", - "creator": "Jay Caspian Kang", - "pubDate": "Thu, 09 Dec 2021 20:00:04 +0000", + "title": "Alabama Picks Georgia Apart, Setting Course for Another Playoff", + "description": "No. 3 Alabama, the reigning national champion, fell behind early. Then it pounded the country’s best defense to run away with the Southeastern Conference championship.", + "content": "No. 3 Alabama, the reigning national champion, fell behind early. Then it pounded the country’s best defense to run away with the Southeastern Conference championship.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2021/12/04/sports/ncaafootball/alabama-georgia-sec-championship.html", + "creator": "Alan Blinder", + "pubDate": "Sun, 05 Dec 2021 04:40:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169890,16 +194779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "551ad319b15e0edbf81cd9b0fec4a7ac" + "hash": "4947b486fa948e22682b963934badff9" }, { - "title": "Democrats' Infighting Only Helps Republicans", - "description": "The party’s infighting and pessimism are just what Republicans savor.", - "content": "The party’s infighting and pessimism are just what Republicans savor.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/09/opinion/biden-democrats-cooperation.html", - "creator": "Frank Bruni", - "pubDate": "Thu, 09 Dec 2021 17:21:14 +0000", + "title": "Magritte, Surrealism and the Pipe That Is Not a Pipe", + "description": "Alex Danchev’s biography of René Magritte portrays a subversive artist who had no interest in bohemian life.", + "content": "Alex Danchev’s biography of René Magritte portrays a subversive artist who had no interest in bohemian life.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/01/books/review/magritte-alex-danchev.html", + "creator": "Deborah Solomon", + "pubDate": "Thu, 02 Dec 2021 03:32:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169910,16 +194799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17034be27c51d2336297deba4c75f13a" + "hash": "c4ea7f22a9090c9a8e06dc4129c88174" }, { - "title": "Al Hirschfeld's Drawings Captured Stephen Sondheim Better Than Any Photo", - "description": "These nine portraits of Sondheim musicals, from “West Side Story” and “Gypsy” to “Into the Woods” and “Passion,” sparked this theater-goer’s memory.", - "content": "These nine portraits of Sondheim musicals, from “West Side Story” and “Gypsy” to “Into the Woods” and “Passion,” sparked this theater-goer’s memory.", - "category": "Sondheim, Stephen", - "link": "https://www.nytimes.com/2021/12/09/opinion/stephen-sondheim-al-hirschfeld.html", - "creator": "Ben Brantley", - "pubDate": "Thu, 09 Dec 2021 10:00:21 +0000", + "title": "On Japan’s Pacific Coast, an Artist Communes With Nature", + "description": "At his retreat near Isumi, Kazunori Hamana creates humble yet imposing ceramic vessels that evoke the world around him.", + "content": "At his retreat near Isumi, Kazunori Hamana creates humble yet imposing ceramic vessels that evoke the world around him.", + "category": "Hamana, Kazunori", + "link": "https://www.nytimes.com/2021/12/03/t-magazine/kazunori-hamana-studio.html", + "creator": "Hannah Kirshner and Ben Richards", + "pubDate": "Fri, 03 Dec 2021 14:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169930,16 +194819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de55ebecbe308d80b33ec79538c6b192" + "hash": "9446685930e076708d229a5e9d3f259d" }, { - "title": "Biden’s Democracy Summit Sells Democracy Short", - "description": "Biden’s democracy summit sells the concept short.", - "content": "Biden’s democracy summit sells the concept short.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/09/opinion/biden-democracy-summit.html", - "creator": "Jan-Werner Müller", - "pubDate": "Thu, 09 Dec 2021 10:00:08 +0000", + "title": "Baby Tate Turns Afropunk Atlanta Hate into Positivity", + "description": "The rapper was shamed for a revealing outfit at Afropunk Atlanta. But that’s not stopping her.", + "content": "The rapper was shamed for a revealing outfit at Afropunk Atlanta. But that’s not stopping her.", + "category": "Social Media", + "link": "https://www.nytimes.com/2021/12/01/style/baby-tate.html", + "creator": "Sandra E. Garcia", + "pubDate": "Wed, 01 Dec 2021 18:05:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169950,16 +194839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d4d54e2247767918165d9ad7d6d7f52" + "hash": "1672e74f8e5d4f8239c8241f93879b8b" }, { - "title": "Social Media Companies Are Trying to Co-opt the First Amendment", - "description": "They want the same protections newspapers enjoy. But they are not newspapers.", - "content": "They want the same protections newspapers enjoy. But they are not newspapers.", - "category": "Social Media", - "link": "https://www.nytimes.com/2021/12/09/opinion/social-media-first-amendment.html", - "creator": "Jameel Jaffer and Scott Wilkens", - "pubDate": "Thu, 09 Dec 2021 10:00:11 +0000", + "title": "Paul Verhoeven on ‘Benedetta’ and Making a Film About Jesus", + "description": "The Dutch filmmaker explains what his new movie, based on a real 17th-century sister, has in common with “Showgirls” and “Basic Instinct.”", + "content": "The Dutch filmmaker explains what his new movie, based on a real 17th-century sister, has in common with “Showgirls” and “Basic Instinct.”", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/03/movies/paul-verhoeven-benedetta.html", + "creator": "Elisabeth Vincentelli", + "pubDate": "Fri, 03 Dec 2021 15:12:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169970,16 +194859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c2ff7b508984c98de6ddf7ae8d2b547" + "hash": "7755a6caf52fb68a9fb0c67bfca08e19" }, { - "title": "I'm Done Trying to Understand or Educate the Unvaccinated", - "description": "They don’t only leave themselves vulnerable to the virus, they make everyone more vulnerable.", - "content": "They don’t only leave themselves vulnerable to the virus, they make everyone more vulnerable.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/08/opinion/unvaccinated-people-anti-vaxxers.html", - "creator": "Charles M. Blow", - "pubDate": "Thu, 09 Dec 2021 02:33:22 +0000", + "title": "How Joaquin Phoenix Handles Parenting in ‘C’mon C’mon’", + "description": "The writer and director Mike Mills narrates a sequence from his film featuring Phoenix and Woody Norman.", + "content": "The writer and director Mike Mills narrates a sequence from his film featuring Phoenix and Woody Norman.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/03/movies/cmon-cmon-clip.html", + "creator": "Mekado Murphy", + "pubDate": "Fri, 03 Dec 2021 12:05:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -169990,16 +194879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dec7d28ee2c458b7025a75ab5b2d5c2f" + "hash": "5e83c0d203f37556756b288ed6b4121e" }, { - "title": "School District Investigates Claims of Longtime Sexual Misconduct by Teachers", - "description": "Six teachers from Babylon High School have been placed on leave as the investigation continues and alumnae come forward with claims.", - "content": "Six teachers from Babylon High School have been placed on leave as the investigation continues and alumnae come forward with claims.", - "category": "Child Abuse and Neglect", - "link": "https://www.nytimes.com/2021/12/08/nyregion/babylon-high-school-teachers-allegations.html", - "creator": "Sarah Maslin Nir", - "pubDate": "Wed, 08 Dec 2021 10:00:18 +0000", + "title": "Spy Tool Was Deployed in State-Sponsored Hack of Ugandans", + "description": "Two journalists and one politician said they received alerts warning them of “state-sponsored” attacks on their iPhones. At least one of those attacks was linked to the powerful Israeli cyberespionage tool, Pegasus.", + "content": "Two journalists and one politician said they received alerts warning them of “state-sponsored” attacks on their iPhones. At least one of those attacks was linked to the powerful Israeli cyberespionage tool, Pegasus.", + "category": "Uganda", + "link": "https://www.nytimes.com/2021/12/04/world/africa/uganda-hack-pegasus-spyware.html", + "creator": "Abdi Latif Dahir", + "pubDate": "Sat, 04 Dec 2021 19:44:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170010,16 +194899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b54ff77e60f287f0967214c65e47bff" + "hash": "56bcd36262015b3955ff63c361663a77" }, { - "title": "A Penny for Your Squats? A Tiny Monetary Award Motivated Hundreds to Exercise.", - "description": "Among 52 incentives to exercise, giving people a 9-cent award if they returned to the gym after missing a workout helped the most.", - "content": "Among 52 incentives to exercise, giving people a 9-cent award if they returned to the gym after missing a workout helped the most.", - "category": "Nature (Journal)", - "link": "https://www.nytimes.com/2021/12/08/well/move/exercise-motivation-study.html", - "creator": "Gretchen Reynolds", - "pubDate": "Wed, 08 Dec 2021 16:00:05 +0000", + "title": "CNN Fires Chris Cuomo Over His Efforts to Help Andrew", + "description": "The cable news network said it had “terminated him, effective immediately,” a move that came four months after Andrew Cuomo resigned as governor of New York.", + "content": "The cable news network said it had “terminated him, effective immediately,” a move that came four months after Andrew Cuomo resigned as governor of New York.", + "category": "News and News Media", + "link": "https://www.nytimes.com/2021/12/04/business/media/chris-cuomo-fired-cnn.html", + "creator": "Michael M. Grynbaum and John Koblin", + "pubDate": "Sat, 04 Dec 2021 22:30:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170030,16 +194919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "383d6f73da85f9b39ad3c7fd97dd89e4" + "hash": "de82bebf54a4aab00b91695a13f77303" }, { - "title": "Fox News Christmas Tree Is Set on Fire in Manhattan", - "description": "The 50-foot tree had been ceremonially lit days earlier during a broadcast. The police said that a man was in custody in connection with the blaze.", - "content": "The 50-foot tree had been ceremonially lit days earlier during a broadcast. The police said that a man was in custody in connection with the blaze.", - "category": "Avenue of the Americas (Manhattan, NY)", - "link": "https://www.nytimes.com/2021/12/08/nyregion/fox-christmas-tree-fire.html", - "creator": "Mike Ives", - "pubDate": "Thu, 09 Dec 2021 00:45:31 +0000", + "title": "Friends who went to an anime convention with a man who tested positive for Omicron also got sick, he says.", + "description": "Most of the infected had traveled to southern Africa recently, but health officials are bracing for the inevitable community spread.", + "content": "Most of the infected had traveled to southern Africa recently, but health officials are bracing for the inevitable community spread.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/04/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Sat, 04 Dec 2021 18:35:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170050,16 +194939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5aea31ccceb5ae5f70cdd989a7971618" + "hash": "0e5bdb37ac87549fcafa1856e56674c2" }, { - "title": "It’s a Christmas Sweater on a T. Rex: You Sure You Want to Call It Ugly?", - "description": "The Natural History Museum in London outfitted its animatronic Tyrannosaurus rex in a colorful Christmas sweater.", - "content": "The Natural History Museum in London outfitted its animatronic Tyrannosaurus rex in a colorful Christmas sweater.", - "category": "Museums", - "link": "https://www.nytimes.com/2021/12/08/world/europe/t-rex-christmas-jumper-natural-history-museum.html", - "creator": "Maria Cramer", - "pubDate": "Wed, 08 Dec 2021 13:17:16 +0000", + "title": "More Than 40,000 March in Vienna Against Coronavirus Restrictions", + "description": "Protesters gathered for a second weekend of mass demonstrations against the country’s tough lockdown and a coming vaccine mandate.", + "content": "Protesters gathered for a second weekend of mass demonstrations against the country’s tough lockdown and a coming vaccine mandate.", + "category": "", + "link": "https://www.nytimes.com/2021/12/04/world/austria-vienna-covid-protest.html", + "creator": "Isabella Grullón Paz", + "pubDate": "Sat, 04 Dec 2021 20:06:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170070,16 +194959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1a95487547330c8b0d9826869641df1" + "hash": "39575cd62f74c960962a74d0ceb80aaf" }, { - "title": "Booster Shots, Bob Dole, ‘Sex and the City’: Your Thursday Evening Briefing", - "description": "Here’s what you need to know at the end of the day.", - "content": "Here’s what you need to know at the end of the day.", - "category": "", - "link": "https://www.nytimes.com/2021/12/09/briefing/booster-shots-bob-dole-sex-and-the-city.html", - "creator": "Remy Tumin", - "pubDate": "Thu, 09 Dec 2021 23:08:46 +0000", + "title": "Michigan Shooting Suspect's Parents Are Arrested and Arraigned", + "description": "The couple were taken into custody early Saturday in Detroit, after the police received a tip. They pleaded not guilty to involuntary manslaughter charges.", + "content": "The couple were taken into custody early Saturday in Detroit, after the police received a tip. They pleaded not guilty to involuntary manslaughter charges.", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/04/us/michigan-shooting-parents-arrested.html", + "creator": "Gerry Mullany, Eduardo Medina and Sophie Kasakove", + "pubDate": "Sat, 04 Dec 2021 22:19:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170090,16 +194979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f53875afac9044ad912e28141bb000b0" + "hash": "c93b7418d9410c59a3f4c7e321b4f0a2" }, { - "title": "Talking About the Best Books of 2021", - "description": "On a special episode of the podcast, taped live, editors from The New York Times Book Review discuss this year’s outstanding fiction and nonfiction.", - "content": "On a special episode of the podcast, taped live, editors from The New York Times Book Review discuss this year’s outstanding fiction and nonfiction.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/03/books/review/podcast-best-books-2021.html", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 21:05:02 +0000", + "title": "In Afghanistan, ‘Who Has the Guns Gets the Land’", + "description": "A decades-long fight over land has been reinvigorated as Taliban leaders look to reward their fighters with property, even if that means evicting others.", + "content": "A decades-long fight over land has been reinvigorated as Taliban leaders look to reward their fighters with property, even if that means evicting others.", + "category": "Afghanistan", + "link": "https://www.nytimes.com/2021/12/03/world/asia/afghanistan-land-ownership-taliban.html", + "creator": "Thomas Gibbons-Neff, Yaqoob Akbary and Jim Huylebroek", + "pubDate": "Fri, 03 Dec 2021 20:53:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170110,16 +194999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd993824fbd184ec0ab2388084c50006" + "hash": "c1f83d4b4d5db4c106d827a26c25baa0" }, { - "title": "‘Kids Are Dying. How Are These Sites Still Allowed?’", - "description": "Inside the Times investigation into a web page that facilitates suicide, and why it has proved so difficult to shut down.", - "content": "Inside the Times investigation into a web page that facilitates suicide, and why it has proved so difficult to shut down.", - "category": "Deaths (Fatalities)", - "link": "https://www.nytimes.com/2021/12/09/podcasts/the-daily/suicide-investigation.html", - "creator": "Michael Barbaro, Austin Mitchell, Asthaa Chaturvedi, Rob Szypko, Larissa Anderson, Liz O. Baylen, Dan Powell and Chris Wood", - "pubDate": "Thu, 09 Dec 2021 14:22:48 +0000", + "title": "Inside the U.S. Military Base Where 11,000 Afghans Are Starting Over", + "description": "A New Jersey military base is the only site accepting new Afghan arrivals from overseas. It holds more evacuees than any other U.S. safe haven.", + "content": "A New Jersey military base is the only site accepting new Afghan arrivals from overseas. It holds more evacuees than any other U.S. safe haven.", + "category": "Military Bases and Installations", + "link": "https://www.nytimes.com/2021/12/04/nyregion/afghan-refugees-nj-military-base.html", + "creator": "Tracey Tully", + "pubDate": "Sat, 04 Dec 2021 08:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170130,16 +195019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f777c62cbfc46a13bb7087b820251968" + "hash": "bb3bef009fc15e683da2f516fdb58e4c" }, { - "title": "两届北京奥运会为何“冰火两重天”", - "description": "2008年北京夏季奥运会也曾面临抵制呼声,但最终人们记住更多的是精彩的开幕式和赛事,以及一个蓬勃发展并且张开双臂拥抱世界的中国。14年后,北京冬奥会再次遭遇抵制,这一次有什么不同?", - "content": "2008年北京夏季奥运会也曾面临抵制呼声,但最终人们记住更多的是精彩的开幕式和赛事,以及一个蓬勃发展并且张开双臂拥抱世界的中国。14年后,北京冬奥会再次遭遇抵制,这一次有什么不同?", - "category": "", - "link": "https://www.nytimes.com/zh-hans/2021/12/09/world/asia/beijing-olympics-boycott.html", - "creator": "Rong Xiaoqing", - "pubDate": "Thu, 09 Dec 2021 09:25:56 +0000", + "title": "How Fast Can You Skydive? These Athletes Are Racing to Earth.", + "description": "Average amateur skydivers can reach up to 120 miles per hour. Speed skydivers aim to reach speeds above 300 m.p.h.", + "content": "Average amateur skydivers can reach up to 120 miles per hour. Speed skydivers aim to reach speeds above 300 m.p.h.", + "category": "Parachutes and Parachute Jumping", + "link": "https://www.nytimes.com/2021/12/03/sports/speed-skydiving-athletes.html", + "creator": "David Gardner", + "pubDate": "Fri, 03 Dec 2021 11:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170150,16 +195039,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7003854a3be824f5158565c492875d56" + "hash": "7a7ccd4b0ad10038fafb6350f36b4c13" }, { - "title": "Letitia James Drops Out of N.Y. Governor’s Race", - "description": "The move by the state attorney general, which instantly upended the high-profile governor’s race, seemed to solidify the front-runner status of the Democratic incumbent, Gov. Kathy Hochul.", - "content": "The move by the state attorney general, which instantly upended the high-profile governor’s race, seemed to solidify the front-runner status of the Democratic incumbent, Gov. Kathy Hochul.", - "category": "James, Letitia", - "link": "https://www.nytimes.com/2021/12/09/nyregion/letitia-james-drops-out-governor.html", - "creator": "Katie Glueck and Nicholas Fandos", - "pubDate": "Thu, 09 Dec 2021 19:00:39 +0000", + "title": "Honeybees Survived for Weeks Under Volcano Ash After Canary Islands Eruption", + "description": "For roughly 50 days, thousands of honeybees sealed themselves in their hives, away from deadly gas, and feasted on honey. “It is a very empowering story,” one entomologist said.", + "content": "For roughly 50 days, thousands of honeybees sealed themselves in their hives, away from deadly gas, and feasted on honey. “It is a very empowering story,” one entomologist said.", + "category": "Bees", + "link": "https://www.nytimes.com/2021/12/04/world/europe/canary-islands-volcano-honeybees.html", + "creator": "Maria Cramer", + "pubDate": "Sat, 04 Dec 2021 14:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170170,16 +195059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67a7a69cc38990f8531840ddc09bb515" + "hash": "9982e876e4602251fa525473be7a2537" }, { - "title": "Biden's Democracy Summit Convenes as U.S. Hits a ‘Rough Patch’", - "description": "The president kicked off his summit as critics questioned the guest list and whether the United States could be an effective advocate for democracy amid problems at home.", - "content": "The president kicked off his summit as critics questioned the guest list and whether the United States could be an effective advocate for democracy amid problems at home.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/09/us/politics/biden-democracy-summit.html", - "creator": "Michael Crowley and Zolan Kanno-Youngs", - "pubDate": "Fri, 10 Dec 2021 00:19:10 +0000", + "title": "When Did Spotify Wrapped Get So Chatty?", + "description": "This year’s data dump from the streaming music service leaned heavily on contemporary buzzwords and slang — and inspired many, many memes.", + "content": "This year’s data dump from the streaming music service leaned heavily on contemporary buzzwords and slang — and inspired many, many memes.", + "category": "Spotify", + "link": "https://www.nytimes.com/2021/12/04/style/spotify-wrapped-memes.html", + "creator": "Gina Cherelus", + "pubDate": "Sat, 04 Dec 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170190,16 +195079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4029c6335f9538ead0d29c9f0225dab3" + "hash": "279e9fe39840dd3bfaf3d40dd55a3d7d" }, { - "title": "The Smaller, Everyday Deals for College Athletes Under New Rules", - "description": "Although players with six-figure deals have attracted most of the public attention, thousands of athletes are pulling in just enough for books or date nights under name, image and likeness agreements.", - "content": "Although players with six-figure deals have attracted most of the public attention, thousands of athletes are pulling in just enough for books or date nights under name, image and likeness agreements.", - "category": "Student Athlete Compensation", - "link": "https://www.nytimes.com/2021/12/09/sports/ncaafootball/college-athletes-nil-deals.html", - "creator": "Alan Blinder", - "pubDate": "Thu, 09 Dec 2021 22:24:04 +0000", + "title": "The Supreme Court's End Game on Abortion ", + "description": "The only question is, how will they explain it? ", + "content": "The only question is, how will they explain it? ", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/03/opinion/abortion-supreme-court.html", + "creator": "Linda Greenhouse", + "pubDate": "Fri, 03 Dec 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170210,16 +195099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "226064855eba85642443b53e966d7840" + "hash": "3bb14e170979fc2c3924ea8cf5b3d6df" }, { - "title": "Citizen Enforcement of Abortion Law Violates Texas Constitution, Judge Rules", - "description": "A state judge said the approach inappropriately granted standing and denied due process. Abortion providers said they would expand services if the State Supreme Court upheld the ruling.", - "content": "A state judge said the approach inappropriately granted standing and denied due process. Abortion providers said they would expand services if the State Supreme Court upheld the ruling.", - "category": "Law and Legislation", - "link": "https://www.nytimes.com/2021/12/09/us/texas-abortion-law-unconstitutional.html", - "creator": "J. David Goodman", - "pubDate": "Fri, 10 Dec 2021 01:14:19 +0000", + "title": "Believe It or Not, I Like Some Things in Our Progressive Era", + "description": "It’s good to acknowledge our past and our diversity.", + "content": "It’s good to acknowledge our past and our diversity.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/03/opinion/progressive-diverse-woke.html", + "creator": "John McWhorter", + "pubDate": "Sat, 04 Dec 2021 11:05:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170230,16 +195119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed7a244bdd1e85dcb7fddb6b01205df3" + "hash": "b00198cec7bcac9004c11cf58e6c21a0" }, { - "title": "Met Museum Removes Sackler Name From Wing Over Opioid Ties", - "description": "The museum and the Sackler family announced that the name would be removed from seven exhibition spaces, including the wing that houses the Temple of Dendur.", - "content": "The museum and the Sackler family announced that the name would be removed from seven exhibition spaces, including the wing that houses the Temple of Dendur.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/09/arts/design/met-museum-sackler-wing.html", - "creator": "Robin Pogrebin", - "pubDate": "Thu, 09 Dec 2021 20:21:02 +0000", + "title": "Parenting’s Hard. Join Us and the Comedian Michelle Buteau to Vent.", + "description": "As we approach another pandemic holiday season, let’s laugh about the “joys” of parenting, at a Dec. 8 virtual event hosted by Jessica Grose of The Times’s Opinion newsletter on parenting.", + "content": "As we approach another pandemic holiday season, let’s laugh about the “joys” of parenting, at a Dec. 8 virtual event hosted by Jessica Grose of The Times’s Opinion newsletter on parenting.", + "category": "internal-open-access", + "link": "https://www.nytimes.com/2021/11/16/opinion/parenting-michelle-buteau-event.html", + "creator": "The New York Times", + "pubDate": "Mon, 29 Nov 2021 17:06:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170250,16 +195139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1c2c895c3a64d10ea4e65a0cc971861" + "hash": "2f84f257539b749f6c99a8cb5973777f" }, { - "title": "Columbus Reaches $5.75 Million Settlement Agreement With Protesters", - "description": "Under the deal, which is subject to City Council approval, the money would go to 32 plaintiffs who said they were injured by the police during 2020 social justice protests.", - "content": "Under the deal, which is subject to City Council approval, the money would go to 32 plaintiffs who said they were injured by the police during 2020 social justice protests.", - "category": "George Floyd Protests (2020)", - "link": "https://www.nytimes.com/2021/12/09/us/columbus-settlement-protests-police.html", - "creator": "Jesus Jiménez", - "pubDate": "Fri, 10 Dec 2021 04:00:03 +0000", + "title": "Amy Coney Barrett Doesn't Understand the Trauma of Adoption", + "description": "What Amy Coney Barrett doesn’t realize is that adoption is often infinitely more difficult, expensive, dangerous and potentially traumatic than terminating a pregnancy in its early stages. ", + "content": "What Amy Coney Barrett doesn’t realize is that adoption is often infinitely more difficult, expensive, dangerous and potentially traumatic than terminating a pregnancy in its early stages. ", + "category": "Adoptions", + "link": "https://www.nytimes.com/2021/12/03/opinion/adoption-supreme-court-amy-coney-barrett.html", + "creator": "Elizabeth Spiers", + "pubDate": "Fri, 03 Dec 2021 10:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170270,16 +195159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9cfea924d3445f7a6681cad9878cadd" + "hash": "df3ef6b49f7fe31c942ff7f0f0326476" }, { - "title": "Taiwan Loses Nicaragua as Ally as Tensions With China Rise", - "description": "The nation switched diplomatic allegiance to Beijing, leaving 13 nations and the Vatican still recognizing Taiwan as a sovereign nation.", - "content": "The nation switched diplomatic allegiance to Beijing, leaving 13 nations and the Vatican still recognizing Taiwan as a sovereign nation.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/10/world/asia/taiwan-nicaragua-china.html", - "creator": "Steven Lee Myers", - "pubDate": "Fri, 10 Dec 2021 03:01:59 +0000", + "title": "November Jobs Report Shows Workers Remain Optimistic", + "description": "The Great Resignation won’t last forever: Americans are waiting for the right opportunity to jump back into the work force.", + "content": "The Great Resignation won’t last forever: Americans are waiting for the right opportunity to jump back into the work force.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2021/12/03/opinion/economy-biden-november-jobs-report.html", + "creator": "Justin Wolfers", + "pubDate": "Fri, 03 Dec 2021 17:30:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170290,16 +195179,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "61063fe511d70f269b0d4b094c9ec1b0" + "hash": "8d51e3bf66f8675825e4288523922c07" }, { - "title": "Barry Harris, Pianist and Devoted Scholar of Bebop, Dies at 91", - "description": "For decades, he performed, taught and toured with unflagging devotion. He also helped to lay the foundation for the widespread academic study of jazz.", - "content": "For decades, he performed, taught and toured with unflagging devotion. He also helped to lay the foundation for the widespread academic study of jazz.", - "category": "Harris, Barry", - "link": "https://www.nytimes.com/2021/12/09/arts/music/barry-harris-dead.html", - "creator": "Giovanni Russonello", - "pubDate": "Thu, 09 Dec 2021 23:15:44 +0000", + "title": "Best TV Shows of 2021", + "description": "From Bo Burnham to “We Are Lady Parts,” the best in television this year offered ingenuity, humor, defiance and hope.", + "content": "From Bo Burnham to “We Are Lady Parts,” the best in television this year offered ingenuity, humor, defiance and hope.", + "category": "Two Thousand Twenty One", + "link": "https://www.nytimes.com/2021/12/03/arts/television/best-tv-shows.html", + "creator": "James Poniewozik, Mike Hale and Margaret Lyons", + "pubDate": "Fri, 03 Dec 2021 15:50:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170310,16 +195199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "682c88128a2efb24d877a89b99c47e8a" + "hash": "322a12978895f4b6b2b6c03bbabed2a3" }, { - "title": "U.S. Announces End to Combat Mission in Iraq, but Troops Will Not Leave", - "description": "The U.S. military said it had transitioned to an advise and assist mission in the country, but the roughly 2,500 service members on the ground will remain, staying on in support roles.", - "content": "The U.S. military said it had transitioned to an advise and assist mission in the country, but the roughly 2,500 service members on the ground will remain, staying on in support roles.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/09/world/middleeast/us-iraq-combat-mission.html", - "creator": "Jane Arraf", - "pubDate": "Thu, 09 Dec 2021 20:24:37 +0000", + "title": "Robberies, Always an Issue for Retailers, Become More Brazen", + "description": "In recent months, robberies have been more visible, with several involving large groups rushing into stores and coming out with armloads of goods.", + "content": "In recent months, robberies have been more visible, with several involving large groups rushing into stores and coming out with armloads of goods.", + "category": "Shopping and Retail", + "link": "https://www.nytimes.com/2021/12/03/business/retailers-robberies-theft.html", + "creator": "Michael Corkery and Sapna Maheshwari", + "pubDate": "Fri, 03 Dec 2021 10:43:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170330,16 +195219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e6d7fbaef30173a35bfe11fa31fdd6b" + "hash": "ed65017e35f0c9532c1ea4b62af88dff" }, { - "title": "William Hartmann, 63, Michigan Official Who Disputed Election, Dies", - "description": "He refused to certify Joseph Biden’s victory over Donald Trump in Detroit but later relented. A foe of Covid vaccines, he was hospitalized with the virus.", - "content": "He refused to certify Joseph Biden’s victory over Donald Trump in Detroit but later relented. A foe of Covid vaccines, he was hospitalized with the virus.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/09/us/politics/william-hartmann-dead.html", - "creator": "Katharine Q. Seelye", - "pubDate": "Fri, 10 Dec 2021 00:56:38 +0000", + "title": "What Happened to Amazon’s Bookstore?", + "description": "A 2011 thriller was supposed to cost $15. One merchant listed it at $987, with a 17th-century publication date. That’s what happens in a marketplace where third-party sellers run wild.", + "content": "A 2011 thriller was supposed to cost $15. One merchant listed it at $987, with a 17th-century publication date. That’s what happens in a marketplace where third-party sellers run wild.", + "category": "E-Commerce", + "link": "https://www.nytimes.com/2021/12/03/technology/amazon-bookstore.html", + "creator": "David Streitfeld", + "pubDate": "Fri, 03 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170350,16 +195239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9615b07a7eff38b0050a04063dd4ed81" + "hash": "379cee659eb2cfa0d95858d161d3c42f" }, { - "title": "The Health Toll of Poor Sleep", - "description": "Finding that slumber sweet spot can be helpful for fending off a range of mental and bodily ills.", - "content": "Finding that slumber sweet spot can be helpful for fending off a range of mental and bodily ills.", - "category": "Sleep", - "link": "https://www.nytimes.com/2021/12/06/well/mind/sleep-health.html", - "creator": "Jane E. Brody", - "pubDate": "Mon, 06 Dec 2021 16:49:46 +0000", + "title": "English Teenager Finds Bronze Age Ax Using a Metal Detector", + "description": "On her third day out with a metal detector, Milly Hardwick, 13, found a hoard of items from more than 3,000 years ago. “We were just laughing our heads off,” she said.", + "content": "On her third day out with a metal detector, Milly Hardwick, 13, found a hoard of items from more than 3,000 years ago. “We were just laughing our heads off,” she said.", + "category": "Tools", + "link": "https://www.nytimes.com/2021/12/03/world/europe/metal-detector-axe.html", + "creator": "Jenny Gross", + "pubDate": "Fri, 03 Dec 2021 12:41:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170370,16 +195259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ac16a4572c9f638f9b3eeb4a06c5eca" + "hash": "50696b8184fe9950555154398a3d57d9" }, { - "title": "The Quiet Brain of the Athlete", - "description": "The brains of fit, young athletes dial down extraneous noise and attend to important sounds better than those of other young people.", - "content": "The brains of fit, young athletes dial down extraneous noise and attend to important sounds better than those of other young people.", - "category": "Athletics and Sports", - "link": "https://www.nytimes.com/2019/12/18/well/move/sports-athletes-brain-hearing-noise-running.html", - "creator": "Gretchen Reynolds", - "pubDate": "Wed, 18 Dec 2019 18:13:28 +0000", + "title": "U.S. Intelligence Sees Russian Plan for Possible Ukraine Invasion", + "description": "An invasion force could include 175,000 troops, but U.S. officials stress that President Vladimir V. Putin’s intentions remain unclear.", + "content": "An invasion force could include 175,000 troops, but U.S. officials stress that President Vladimir V. Putin’s intentions remain unclear.", + "category": "Defense and Military Forces", + "link": "https://www.nytimes.com/2021/12/04/us/politics/russia-ukraine-biden.html", + "creator": "Michael Crowley", + "pubDate": "Sat, 04 Dec 2021 05:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170390,16 +195279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cd3fe2cda4755aa041e2817bd8ac4e5" + "hash": "9e15448093a736f5af7181136bd172e1" }, { - "title": "On Wintry Runs, Finding a Room of My Own", - "description": "When I go running in slush and snow, ideas can break loose and float to the surface like little ice floes.", - "content": "When I go running in slush and snow, ideas can break loose and float to the surface like little ice floes.", - "category": "Running", - "link": "https://www.nytimes.com/2019/03/20/well/move/on-wintry-runs-finding-a-room-of-my-own.html", - "creator": "Caitlin Shetterly", - "pubDate": "Wed, 20 Mar 2019 09:00:02 +0000", + "title": "Palestinian Who Stabs Israeli in East Jerusalem Is Killed by Police", + "description": "The incident, captured in videos, was at least the fifth such knife attack in Jerusalem since September.", + "content": "The incident, captured in videos, was at least the fifth such knife attack in Jerusalem since September.", + "category": "Palestinians", + "link": "https://www.nytimes.com/2021/12/04/world/middleeast/palestinian-israeli-stabbing-jerusalem.html", + "creator": "Patrick Kingsley", + "pubDate": "Sat, 04 Dec 2021 21:55:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170410,16 +195299,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad16c4d0bfe9a8270a3c14ef8cb90194" + "hash": "14763a8bf772acda83da3a3d15b10c8c" }, { - "title": "The Year on the Red Carpet", - "description": "All that pent-up dressing up finally found an outlet. If it wasn’t a carpet per se, it was a public moment.", - "content": "All that pent-up dressing up finally found an outlet. If it wasn’t a carpet per se, it was a public moment.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2021/12/08/style/the-year-on-the-red-carpet.html", - "creator": "Vanessa Friedman", - "pubDate": "Wed, 08 Dec 2021 17:13:14 +0000", + "title": "At Least One Dead as Indonesia's Mount Semeru Erupts", + "description": "Dozens more suffered burns as lava flowed from the eruption of Mount Semeru, on the island of Java.", + "content": "Dozens more suffered burns as lava flowed from the eruption of Mount Semeru, on the island of Java.", + "category": "Volcanoes", + "link": "https://www.nytimes.com/2021/12/04/world/asia/indonesia-mount-semeru-eruption.html", + "creator": "Aina J. Khan and Muktita Suhartono", + "pubDate": "Sat, 04 Dec 2021 17:20:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170430,16 +195319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "02fc67d2e766c161037cff88447334b9" + "hash": "ae8f36dc65cc0db6964cb899db33d174" }, { - "title": "Bethan Laura Wood's Fantastical London Home", - "description": "Bethan Laura Wood has made her name dreaming up transportive rainbow-hued furniture and housewares. Her own London home is just as fantastical.", - "content": "Bethan Laura Wood has made her name dreaming up transportive rainbow-hued furniture and housewares. Her own London home is just as fantastical.", - "category": "Wood, Bethan Laura", - "link": "https://www.nytimes.com/2021/11/30/t-magazine/bethan-laura-wood-home-design.html", - "creator": "Meara Sharma", - "pubDate": "Fri, 03 Dec 2021 20:00:42 +0000", + "title": "Dr. Sherif R. Zaki, Acclaimed Disease Detective, Dies at 65", + "description": "He helped identify numerous viruses, including Covid-19, as well as the bioterrorism attack that spread anthrax in 2001.", + "content": "He helped identify numerous viruses, including Covid-19, as well as the bioterrorism attack that spread anthrax in 2001.", + "category": "Zaki, Sherif R", + "link": "https://www.nytimes.com/2021/12/04/science/sherif-r-zaki-dead.html", + "creator": "Sam Roberts", + "pubDate": "Sat, 04 Dec 2021 14:00:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170450,16 +195339,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f7147b70fc2a52ec2a3a39ce531e24e" + "hash": "312ae37677778390d122b33f4a38beb7" }, { - "title": "‘Red Rocket’ Review: All My XXX’s Live in Texas", - "description": "A porn star returns to his hometown in Sean Baker’s latest slice of hard-luck Americana.", - "content": "A porn star returns to his hometown in Sean Baker’s latest slice of hard-luck Americana.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/09/movies/red-rocket-review.html", - "creator": "A.O. Scott", - "pubDate": "Thu, 09 Dec 2021 16:52:52 +0000", + "title": "Money Found by Plumber at Joel Osteen’s Church Is Tied to 2014 Burglary, Police Say", + "description": "The discovery was revealed when the plumber called into a Houston radio show on Thursday.", + "content": "The discovery was revealed when the plumber called into a Houston radio show on Thursday.", + "category": "Restoration and Renovation", + "link": "https://www.nytimes.com/2021/12/03/us/joel-osteen-cash-found-plumber.html", + "creator": "Michael Levenson", + "pubDate": "Sat, 04 Dec 2021 01:50:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170470,16 +195359,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3253303f138fc77669aef365906aad8e" + "hash": "68d271654fa27b97709014e8f5136b74" }, { - "title": "Kim Abeles Turns the Climate Crisis Into Eco-art", - "description": "She doesn’t just make art about pollution, she makes art out of it. Now her “Smog Collectors” series is on view at California State University, Fullerton.", - "content": "She doesn’t just make art about pollution, she makes art out of it. Now her “Smog Collectors” series is on view at California State University, Fullerton.", - "category": "Air Pollution", - "link": "https://www.nytimes.com/2021/12/09/arts/design/pollution-abeles-art-fullerton-environment.html", - "creator": "Jori Finkel", - "pubDate": "Thu, 09 Dec 2021 23:40:59 +0000", + "title": "Ron Cephas Jones Has Something to Prove Again", + "description": "The Emmy-winning “This Is Us” actor received a double-lung transplant after a secret battle with chronic obstructive pulmonary disease. Now he’s back onstage in “Clyde’s” on Broadway.", + "content": "The Emmy-winning “This Is Us” actor received a double-lung transplant after a secret battle with chronic obstructive pulmonary disease. Now he’s back onstage in “Clyde’s” on Broadway.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/02/theater/ron-cephas-jones-broadway-clydes.html", + "creator": "Reggie Ugwu", + "pubDate": "Thu, 02 Dec 2021 19:57:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170490,16 +195379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cf7a29aa2368d0413ee2eadef029c3d" + "hash": "9356019b2af8c5bac83e995c10e026fe" }, { - "title": "New Christmas Movies to Stream on HBO Max, Disney+ and More", - "description": "A list of quality holiday movies on streaming services other than Netflix.", - "content": "A list of quality holiday movies on streaming services other than Netflix.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/09/movies/holiday-movies-streaming.html", - "creator": "Elisabeth Vincentelli", - "pubDate": "Thu, 09 Dec 2021 12:00:07 +0000", + "title": "Can I Confront My Dad About His Possibly Secret Relationship?", + "description": "A reader asks for advice on talking to her father about his new romantic life.", + "content": "A reader asks for advice on talking to her father about his new romantic life.", + "category": "Customs, Etiquette and Manners", + "link": "https://www.nytimes.com/2021/12/02/style/dad-secret-relationship-social-qs.html", + "creator": "Philip Galanes", + "pubDate": "Thu, 02 Dec 2021 14:54:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170510,16 +195399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dea509fa37a68f7a14f01fa4573638fc" + "hash": "b79fce1bef9a6c84e521a920c26dbc19" }, { - "title": "Starbucks Workers in Buffalo Vote to Unionize", - "description": "The vote at one store represents a challenge to the labor model at the giant coffee retailer. Here’s the latest business news.", - "content": "The vote at one store represents a challenge to the labor model at the giant coffee retailer. Here’s the latest business news.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/09/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Thu, 09 Dec 2021 20:35:48 +0000", + "title": "They Adapted ‘Mrs. Doubtfire,’ and Their Personal Beliefs", + "description": "Wayne and Karey Kirkpatrick have come a long way from their beginnings in Christian rock, but they’re glad to be creating a family-friendly musical comedy.", + "content": "Wayne and Karey Kirkpatrick have come a long way from their beginnings in Christian rock, but they’re glad to be creating a family-friendly musical comedy.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/11/24/theater/mrs-doubtfire-wayne-karey-kirkpatrick.html", + "creator": "Rebecca J. Ritzel", + "pubDate": "Wed, 24 Nov 2021 19:47:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170530,16 +195419,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11a14e360e53e947ee11de825e37177b" + "hash": "d9afcb9b1ae1413a3d7e23ea4237b261" }, { - "title": "The Peerless Imagination of Greg Tate", - "description": "For four decades, he set the critical standard for elegantly intricate assessments of music, art, literature and more, writing dynamically about the resilience and paradoxes of Black creativity and life.", - "content": "For four decades, he set the critical standard for elegantly intricate assessments of music, art, literature and more, writing dynamically about the resilience and paradoxes of Black creativity and life.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/08/arts/music/greg-tate-critic.html", - "creator": "Jon Caramanica", - "pubDate": "Wed, 08 Dec 2021 22:46:59 +0000", + "title": "Kodi Smit-McPhee on Quiet Confidence, Chronic Pain and ‘The Power of the Dog’", + "description": "The 25-year-old Aussie delivers a scene-stealing performance as Peter, a bookish boy and aspiring doctor who’s more than he seems.", + "content": "The 25-year-old Aussie delivers a scene-stealing performance as Peter, a bookish boy and aspiring doctor who’s more than he seems.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/03/movies/kodi-smit-mcphee-power-of-the-dog.html", + "creator": "Sarah Bahr", + "pubDate": "Fri, 03 Dec 2021 19:19:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170550,16 +195439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba6e4b08d4d4c34ac0c67d867ed893da" + "hash": "eb4cf05095695ff789803f06ee58f904" }, { - "title": "The Era of the Celebrity Meal", - "description": "Fast-food chains are hungry for celebrity partners to drive sales and appeal to younger consumers. The method is working.", - "content": "Fast-food chains are hungry for celebrity partners to drive sales and appeal to younger consumers. The method is working.", - "category": "Social Media", - "link": "https://www.nytimes.com/2021/12/08/style/celebrity-fast-food-partnerships.html", - "creator": "Anna P. Kambhampaty and Julie Creswell", - "pubDate": "Wed, 08 Dec 2021 22:26:31 +0000", + "title": "Shooting Suspect's Parents Pleaded Not Guilty to Involuntary Manslaughter Charges", + "description": "The couple were taken into custody early Saturday in Detroit, after the police received a tip. They pleaded not guilty to involuntary manslaughter charges.", + "content": "The couple were taken into custody early Saturday in Detroit, after the police received a tip. They pleaded not guilty to involuntary manslaughter charges.", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/04/us/michigan-shooting-parents-arrested.html", + "creator": "Gerry Mullany, Eduardo Medina and Sophie Kasakove", + "pubDate": "Sat, 04 Dec 2021 20:27:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170570,16 +195459,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a621254c8d4690210a1f3dfd00c7669" + "hash": "5fa342dcc3106e307e7faac2d74d4a47" }, { - "title": "Everybody Wants to Be Your Email Buddy", - "description": "Requests, you get requests …", - "content": "Requests, you get requests …", - "category": "Campaign Finance", - "link": "https://www.nytimes.com/2021/12/08/opinion/trump-biden-email-fundraising.html", - "creator": "Gail Collins", - "pubDate": "Thu, 09 Dec 2021 00:00:05 +0000", + "title": "Federal Scrutiny of Cuomo Widens to His Office’s Treatment of Women", + "description": "The Justice Department opened an inquiry into reports of sexual harassment and retaliation in the former governor’s administration.", + "content": "The Justice Department opened an inquiry into reports of sexual harassment and retaliation in the former governor’s administration.", + "category": "Cuomo, Andrew M", + "link": "https://www.nytimes.com/2021/12/03/nyregion/cuomo-justice-department-inquiry.html", + "creator": "Luis Ferré-Sadurní", + "pubDate": "Sat, 04 Dec 2021 00:28:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170590,16 +195479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c802a69d0f59ccbc6d3f991d52da0549" + "hash": "40ea2489a82b1ed83801a63008d1c01f" }, { - "title": "The Year America Lost Its Democracy", - "description": "Republicans mounted an all-out assault on voting rights. Democrats did little to stop them.", - "content": "Republicans mounted an all-out assault on voting rights. Democrats did little to stop them.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/08/opinion/american-democracy.html", - "creator": "Farhad Manjoo", - "pubDate": "Wed, 08 Dec 2021 20:00:09 +0000", + "title": "LaMarr Hoyt, Pitcher Whose Star Shone Brightly but Briefly, Dies at 66", + "description": "He won the 1983 Cy Young Award as the American League’s leading pitcher, but an injury and troubles with drugs and the law ended his career prematurely.", + "content": "He won the 1983 Cy Young Award as the American League’s leading pitcher, but an injury and troubles with drugs and the law ended his career prematurely.", + "category": "Hoyt, LaMarr", + "link": "https://www.nytimes.com/2021/12/03/sports/baseball/lamarr-hoyt-dead.html", + "creator": "Richard Goldstein", + "pubDate": "Sat, 04 Dec 2021 05:50:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170610,16 +195499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f373d4ecadce73eee1850c68f77fa0f7" + "hash": "f25d477edad5e7dbd31af5e683db4202" }, { - "title": "Why Is There So Much Judgment About How We Feed Our Kids?", - "description": "An interview with Priya Fielding-Singh, the author of “How the Other Half Eats.”", - "content": "An interview with Priya Fielding-Singh, the author of “How the Other Half Eats.”", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/08/opinion/inequality-parents-children.html", - "creator": "Jessica Grose", - "pubDate": "Wed, 08 Dec 2021 17:35:16 +0000", + "title": "Parents of Oxford School Shooting Suspect Arrested, Police Say", + "description": "The couple were charged after officials said their son carried out the shootings using a handgun his parents had bought for him.", + "content": "The couple were charged after officials said their son carried out the shootings using a handgun his parents had bought for him.", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/04/us/michigan-shooting-parents-arrested.html", + "creator": "Gerry Mullany", + "pubDate": "Sat, 04 Dec 2021 15:42:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170630,16 +195519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc738b492b56cf1e29e72365bdd077b4" + "hash": "10829e757b590a89c0c2646965b1dc47" }, { - "title": "Yes, Americans Should Be Mailed Free Tests", - "description": "We need every option available to return to normal.", - "content": "We need every option available to return to normal.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2021/12/08/opinion/free-covid-test-biden.html", - "creator": "Aaron E. Carroll", - "pubDate": "Wed, 08 Dec 2021 20:11:08 +0000", + "title": "In Africa, Dealing With Vaccine Challenges and the Omicron Variant", + "description": "Vaccine shortages and skepticism, and rewarding countries for discovering variants. Also: Happiness and politics; unwanted children; beware of psychedelics.", + "content": "Vaccine shortages and skepticism, and rewarding countries for discovering variants. Also: Happiness and politics; unwanted children; beware of psychedelics.", + "category": "Africa", + "link": "https://www.nytimes.com/2021/12/03/opinion/letters/africa-vaccine-omicron.html", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 21:55:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170650,16 +195539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd0b536fa4a3d7e8a4f5a39154aabde2" + "hash": "ac6aadeb897fed5862586a90b6f10196" }, { - "title": "The Supreme Court Faces a Voting Paradox with Abortion Decision", - "description": "Any voting system is vulnerable to inconsistency.", - "content": "Any voting system is vulnerable to inconsistency.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/08/opinion/supreme-court-abortion.html", - "creator": "Peter Coy", - "pubDate": "Wed, 08 Dec 2021 20:32:47 +0000", + "title": "Takeaways from the fifth day of Ghislaine Maxwell’s trial.", + "description": "", + "content": "", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/03/nyregion/ghislaine-maxwell-trial/takeaways-from-the-fifth-day-of-ghislaine-maxwells-trial", + "creator": "Rebecca Davis O’Brien and Colin Moynihan", + "pubDate": "Fri, 03 Dec 2021 23:03:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170670,16 +195559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77881d7d23341cdd3e4f6c988fcafc59" + "hash": "4bf73376e7b8ebdd72eba21a5472ee44" }, { - "title": "Schools Are Closing Classrooms on Fridays. Parents Are Furious.", - "description": "Desperate to keep teachers, some districts have turned to remote teaching for one day a week — and sometimes more. Families have been left to find child care.", - "content": "Desperate to keep teachers, some districts have turned to remote teaching for one day a week — and sometimes more. Families have been left to find child care.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/08/us/schools-closed-fridays-remote-learning.html", - "creator": "Giulia Heyward", - "pubDate": "Wed, 08 Dec 2021 18:57:04 +0000", + "title": "How a Lab in Nebraska Is Tracking the Spread of Omicron", + "description": "More states are finding cases of the new variant. Tracking its spread, experts say, is key to understanding what threat it poses.", + "content": "More states are finding cases of the new variant. Tracking its spread, experts say, is key to understanding what threat it poses.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/03/us/coronavirus-omicron-sequencing.html", + "creator": "Mitch Smith", + "pubDate": "Sat, 04 Dec 2021 03:37:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170690,16 +195579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31bce02eed04af91094f0ad77e2b57be" + "hash": "48fa5c475945aec80685ed9cdd2606ca" }, { - "title": "The Coronavirus Attacks Fat Tissue, Scientists Find", - "description": "The research may help explain why people who are overweight and obese have been at higher risk of severe illness and death from Covid.", - "content": "The research may help explain why people who are overweight and obese have been at higher risk of severe illness and death from Covid.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/12/08/health/covid-fat-obesity.html", - "creator": "Roni Caryn Rabin", - "pubDate": "Wed, 08 Dec 2021 21:06:21 +0000", + "title": "Deion Sanders Is Leading Jackson State to a Football Title Game", + "description": "In his first full season as the football coach, Deion Sanders has guided the Tigers to the conference championship game and energized a community. He says he’s just getting started.", + "content": "In his first full season as the football coach, Deion Sanders has guided the Tigers to the conference championship game and energized a community. He says he’s just getting started.", + "category": "Jackson State University", + "link": "https://www.nytimes.com/2021/12/03/sports/ncaafootball/deion-sanders-jackson-state-football.html", + "creator": "Alanis Thames", + "pubDate": "Fri, 03 Dec 2021 21:36:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170710,16 +195599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1161874414210a59195ba59c3fd4991" + "hash": "aba6033ec429df2b778456e42ce59ea3" }, { - "title": "Frustration Over a Stalled Bill", - "description": "Democrats favor federal support for scientific research. Why can’t they agree?", - "content": "Democrats favor federal support for scientific research. Why can’t they agree?", - "category": "", - "link": "https://www.nytimes.com/2021/12/09/briefing/federal-scientific-research-democrats-stalled.html", - "creator": "David Leonhardt", - "pubDate": "Thu, 09 Dec 2021 11:30:49 +0000", + "title": "Israeli Company’s Spyware Is Used to Target U.S. Embassy Employees in Africa", + "description": "The hack is the first known case of the spyware, known as Pegasus, being used against American officials.", + "content": "The hack is the first known case of the spyware, known as Pegasus, being used against American officials.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/03/us/politics/phone-hack-nso-group-israel-uganda.html", + "creator": "Katie Benner, David E. Sanger and Julian E. Barnes", + "pubDate": "Sat, 04 Dec 2021 01:47:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170730,16 +195619,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f297237f8b1e1bc5206015c3a72ccbed" + "hash": "bdb4a3ef9356d63a95a23ef3afb455de" }, { - "title": "In Michigan School Shooting, First Lawsuits Are Filed", - "description": "The parents of two sisters who survived the Oxford High School shootings have filed two $100 million suits against the district and its officials.", - "content": "The parents of two sisters who survived the Oxford High School shootings have filed two $100 million suits against the district and its officials.", - "category": "Oxford Charter Township, Mich, Shooting (2021)", - "link": "https://www.nytimes.com/2021/12/09/us/michigan-school-shooting-lawsuits-oxford.html", - "creator": "Dana Goldstein", - "pubDate": "Thu, 09 Dec 2021 17:58:35 +0000", + "title": "Belgian Port City Grapples With a Flood of Cocaine", + "description": "Antwerp has become the main port of entry into Europe for the drug, which is being blamed for a surge of violence that has prompted some Belgian officials to call for a war on drugs.", + "content": "Antwerp has become the main port of entry into Europe for the drug, which is being blamed for a surge of violence that has prompted some Belgian officials to call for a war on drugs.", + "category": "Drug Abuse and Traffic", + "link": "https://www.nytimes.com/2021/12/04/world/europe/belgium-antwerp-cocaine.html", + "creator": "Elian Peltier", + "pubDate": "Sat, 04 Dec 2021 10:16:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170750,16 +195639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f3107440e4e831619c1a6d7c808de96" + "hash": "872fb324cc8ee580dd0f68986d46284f" }, { - "title": "Bob Dole Remembered as ‘Giant of History’ in Capitol Tribute", - "description": "President Biden was among those honoring Mr. Dole, one of the longest-serving Republican leaders, as he lay in state at the Capitol.", - "content": "President Biden was among those honoring Mr. Dole, one of the longest-serving Republican leaders, as he lay in state at the Capitol.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/09/us/bob-dole", - "creator": "The New York Times", - "pubDate": "Thu, 09 Dec 2021 19:31:55 +0000", + "title": "At Least One Dead as Volcano Erupts in Indonesia, Spewing Ash Cloud", + "description": "Dozens more suffered burns as lava flowed from the eruption of Mount Semeru, on the island of Java.", + "content": "Dozens more suffered burns as lava flowed from the eruption of Mount Semeru, on the island of Java.", + "category": "Volcanoes", + "link": "https://www.nytimes.com/2021/12/04/world/asia/indonesia-volcano.html", + "creator": "Aina J. Khan and Muktita Suhartono", + "pubDate": "Sat, 04 Dec 2021 17:20:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170770,16 +195659,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d8675e66a52e2b93a103fecb1c91168" + "hash": "71bbef23ec0af17a82dcc501252b35fd" }, { - "title": "Denmark’s Prime Minister is Questioned Over Mass Mink Slaughter", - "description": "The prime minister, Mette Frederiksen, said she did not know the government lacked legal authority to order the mass slaughter of 17 million minks after infected animals passed the virus to humans.", - "content": "The prime minister, Mette Frederiksen, said she did not know the government lacked legal authority to order the mass slaughter of 17 million minks after infected animals passed the virus to humans.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/09/world/europe/denmark-mink.html", - "creator": "Thomas Erdbrink and Jasmina Nielsen", - "pubDate": "Thu, 09 Dec 2021 18:31:19 +0000", + "title": "Congo Ousts Mining Leader in a Cloud of Corruption Claims", + "description": "The country’s president removed Albert Yuma Mulimbi as chairman of the state mining firm. Cobalt in Congo is a crucial resource in the global clean energy revolution.", + "content": "The country’s president removed Albert Yuma Mulimbi as chairman of the state mining firm. Cobalt in Congo is a crucial resource in the global clean energy revolution.", + "category": "Mines and Mining", + "link": "https://www.nytimes.com/2021/12/03/world/congo-cobalt-albert-yuma-mulimbi.html", + "creator": "Eric Lipton and Dionne Searcey", + "pubDate": "Sat, 04 Dec 2021 03:11:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170790,16 +195679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b22696e3b384384f55e022802b9c7b5" + "hash": "1b63ad3b57129d8e96a2c86989a9bca8" }, { - "title": "Before Trump's SPAC Deal, a Strange Surge in Trading", - "description": "Trading in the merger partner’s warrants, which allow holders to buy shares later, spiked several times before the Trump Media agreement was made public.", - "content": "Trading in the merger partner’s warrants, which allow holders to buy shares later, spiked several times before the Trump Media agreement was made public.", - "category": "Digital World Acquisition Corp", - "link": "https://www.nytimes.com/2021/12/09/business/trump-spac-stock.html", - "creator": "Matthew Goldstein", - "pubDate": "Thu, 09 Dec 2021 18:14:01 +0000", + "title": "With Omicron Variant Comes Uncertainty. Here’s How to Handle It.", + "description": "Experts share techniques to ease the mental toll of an evolving pandemic.", + "content": "Experts share techniques to ease the mental toll of an evolving pandemic.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/12/02/well/mind/omicron-variant-questions.html", + "creator": "Christina Caron", + "pubDate": "Fri, 03 Dec 2021 14:50:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170810,16 +195699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2925f04b7681af0f8400b6f68e7b7072" + "hash": "11ae186b7288194d5c62d11d19daf7c5" }, { - "title": "Finland's Prime Minister Apologizes for Clubbing After Covid Exposure", - "description": "Prime Minister Sanna Marin said she should have “double-checked the guidance” after someone in her government tested positive for the coronavirus.", - "content": "Prime Minister Sanna Marin said she should have “double-checked the guidance” after someone in her government tested positive for the coronavirus.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/09/world/europe/finland-prime-minister-clubbing-apology.html", - "creator": "Marc Santora", - "pubDate": "Thu, 09 Dec 2021 20:01:51 +0000", + "title": "Wellness Challenge: Give Yourself a Break", + "description": "", + "content": "", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/05/28/well/pandemic-wellness-stress-break.html", + "creator": "Tara Parker-Pope", + "pubDate": "Fri, 28 May 2021 09:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170830,16 +195719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e627577d657e69d1c78ee3eb06ce4d8" + "hash": "88cbb34b711607aa61316870b0065da0" }, { - "title": "Ghislaine Maxwell Sex-Trafficking Trial Delayed After Lawyer Becomes Ill", - "description": "Jurors were poised to hear from a fourth woman who says she was abused by Jeffrey Epstein, but the proceedings were abruptly adjourned. Get updates on the trial.", - "content": "Jurors were poised to hear from a fourth woman who says she was abused by Jeffrey Epstein, but the proceedings were abruptly adjourned. Get updates on the trial.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/09/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Thu, 09 Dec 2021 19:31:55 +0000", + "title": "In Stressful Times, Make Stress Work for You", + "description": "Research shows we can actually use stress to improve our health and well-being. Here’s how.", + "content": "Research shows we can actually use stress to improve our health and well-being. Here’s how.", + "category": "Anxiety and Stress", + "link": "https://www.nytimes.com/2020/04/01/well/mind/coronavirus-stress-management-anxiety-psychology.html", + "creator": "Kari Leibowitz and Alia Crum", + "pubDate": "Wed, 01 Apr 2020 16:16:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170850,16 +195739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d8c5f9a02bddbc15dce475f1cda9ad5" + "hash": "72ea869a717d49d0241d2c4b888d3b7f" }, { - "title": "Jim Malatras, SUNY Chancellor, to Resign After Disparaging Cuomo Victim", - "description": "Jim Malatras, the chancellor of the State University of New York, said he would resigned after text messages showed he had belittled a woman who later accused Andrew Cuomo of sexual harassment.", - "content": "Jim Malatras, the chancellor of the State University of New York, said he would resigned after text messages showed he had belittled a woman who later accused Andrew Cuomo of sexual harassment.", - "category": "Appointments and Executive Changes", - "link": "https://www.nytimes.com/2021/12/09/nyregion/suny-chancellor-malatras-resigns.html", - "creator": "Luis Ferré-Sadurní", - "pubDate": "Thu, 09 Dec 2021 20:54:46 +0000", + "title": "The Trump Conspiracy Is Hiding in Plain Sight", + "description": "Large and influential parts of the Republican Party are increasingly untethered from any commitment to electoral democracy. ", + "content": "Large and influential parts of the Republican Party are increasingly untethered from any commitment to electoral democracy. ", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/12/03/opinion/trump-bannon-2024.html", + "creator": "Jamelle Bouie", + "pubDate": "Fri, 03 Dec 2021 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170870,16 +195759,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "824a93f659a2d151eccbafe44d7b0096" + "hash": "96b16fbe37e338d9b346030a405f56f7" }, { - "title": "Jailed Journalists Reach Record High for Sixth Year in 2021", - "description": "The Committee to Protect Journalists, a press freedom monitoring group, said 293 journalists were behind bars this year, more than a quarter of them in China.", - "content": "The Committee to Protect Journalists, a press freedom monitoring group, said 293 journalists were behind bars this year, more than a quarter of them in China.", - "category": "Freedom of the Press", - "link": "https://www.nytimes.com/2021/12/09/world/americas/jailed-journalists-worldwide.html", - "creator": "Rick Gladstone", - "pubDate": "Thu, 09 Dec 2021 05:01:06 +0000", + "title": "Amy Coney Barrett and the Abortion Question", + "description": "Justice Amy Coney Barrett seemed to lean into identity politics at Wednesday’s arguments over a major abortion case.", + "content": "Justice Amy Coney Barrett seemed to lean into identity politics at Wednesday’s arguments over a major abortion case.", + "category": "Supreme Court (US)", + "link": "https://www.nytimes.com/2021/12/02/opinion/coney-barrett-abortion-supreme-court.html", + "creator": "Melissa Murray", + "pubDate": "Thu, 02 Dec 2021 20:50:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170890,16 +195779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc1ee9f2af7aae08b43859b3a44f4a63" + "hash": "2590f0b621318d50bdf5ca2336760924" }, { - "title": "Ken Jennings and Mayim Bialik to Share ‘Jeopardy!’ Hosting Duties", - "description": "The long-running quiz show decided to keep the hosts into its 38th season in 2022, putting an end, at least for now, to speculation and drama around the job.", - "content": "The long-running quiz show decided to keep the hosts into its 38th season in 2022, putting an end, at least for now, to speculation and drama around the job.", - "category": "Jeopardy! (TV Program)", - "link": "https://www.nytimes.com/2021/12/09/arts/television/jeopardy-hosts-mayim-jennings.html", - "creator": "Johnny Diaz", - "pubDate": "Thu, 09 Dec 2021 17:57:49 +0000", + "title": "Mount Vernon, N.Y., Police Face Federal Civil Rights Investigation", + "description": "The inquiry will focus on whether the Mount Vernon department engaged in a “pattern or practice of unlawful policing,” officials said.", + "content": "The inquiry will focus on whether the Mount Vernon department engaged in a “pattern or practice of unlawful policing,” officials said.", + "category": "Police Reform", + "link": "https://www.nytimes.com/2021/12/03/nyregion/mount-vernon-police-abuse-misconduct-investigation.html", + "creator": "Troy Closson", + "pubDate": "Fri, 03 Dec 2021 23:10:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170910,16 +195799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a87bbd6e1e3850df024232c236924bc0" + "hash": "1aef2a414bd081df8c12a11aa0d008d2" }, { - "title": "Josh Duggar Is Convicted of Downloading Child Sexual Abuse Imagery", - "description": "Mr. Duggar, who appeared on the TLC reality show “19 Kids and Counting,” faces a maximum penalty of 40 years in prison and $500,000 in fines.", - "content": "Mr. Duggar, who appeared on the TLC reality show “19 Kids and Counting,” faces a maximum penalty of 40 years in prison and $500,000 in fines.", - "category": "Child Abuse and Neglect", - "link": "https://www.nytimes.com/2021/12/09/us/josh-duggar-guilty.html", - "creator": "Neil Vigdor", - "pubDate": "Thu, 09 Dec 2021 18:28:18 +0000", + "title": "How do you say ‘Omicron’?", + "description": "Unlike Alpha, Beta and Delta, the name of the latest known variant is not as straightforward, with some English speakers offering up diverse pronunciations.", + "content": "Unlike Alpha, Beta and Delta, the name of the latest known variant is not as straightforward, with some English speakers offering up diverse pronunciations.", + "category": "English Language", + "link": "https://www.nytimes.com/2021/11/30/world/omicron-covid-variant-pronunciation.html", + "creator": "Christine Hauser", + "pubDate": "Wed, 01 Dec 2021 12:17:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170930,16 +195819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "909519d3aceaea88bf87532c885af417" + "hash": "f6325d394c526052f260bcca9ae24079" }, { - "title": "India’s Farmers Call Off Yearlong Protest Against Hated Farm Laws", - "description": "Prime Minister Narendra Modi unexpectedly conceded protesters’ main demand weeks ago, but serious problems remain with the country’s agricultural system.", - "content": "Prime Minister Narendra Modi unexpectedly conceded protesters’ main demand weeks ago, but serious problems remain with the country’s agricultural system.", - "category": "India", - "link": "https://www.nytimes.com/2021/12/09/world/asia/india-farmer-protests-end.html", - "creator": "Karan Deep Singh", - "pubDate": "Thu, 09 Dec 2021 19:44:33 +0000", + "title": "Parents of Michigan Shooting Suspect Arrested in Detroit, Police Say", + "description": "The couple were charged after officials said their son carried out the shootings using a handgun his parents had bought for him.", + "content": "The couple were charged after officials said their son carried out the shootings using a handgun his parents had bought for him.", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/04/us/michigan-shooting-parents-arrested.html", + "creator": "Gerry Mullany", + "pubDate": "Sat, 04 Dec 2021 09:12:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170950,16 +195839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd24ce7afcc07b4ea048721a6b292b0c" + "hash": "f78d20ba79c52e0accbf764f1b9b7d13" }, { - "title": "How Music Can Rev Up a High-Intensity Workout", - "description": "Volunteers reported enjoying intense exercise most when upbeat music was playing, compared with when they heard a podcast or nothing.", - "content": "Volunteers reported enjoying intense exercise most when upbeat music was playing, compared with when they heard a podcast or nothing.", - "category": "Exercise", - "link": "https://www.nytimes.com/2019/07/10/well/move/how-music-can-rev-up-a-high-intensity-workout.html", - "creator": "Gretchen Reynolds", - "pubDate": "Tue, 16 Jul 2019 05:02:53 +0000", + "title": "Marcus Lamb, Christian Broadcaster and Vaccine Skeptic, Dies of Covid at 64", + "description": "Mr. Lamb, who co-founded the Daystar Television Network, repeatedly suggested on air that people pray instead of getting vaccinated.", + "content": "Mr. Lamb, who co-founded the Daystar Television Network, repeatedly suggested on air that people pray instead of getting vaccinated.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/01/us/marcus-lamb-dead.html", + "creator": "Alyssa Lukpat", + "pubDate": "Thu, 02 Dec 2021 23:09:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170970,16 +195859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b5c032d23b262853224a9a8e469fe0e" + "hash": "f51614d95507a45e0adb3ba68531dee9" }, { - "title": "A New Look for a New World", - "description": "Following lockdowns, makeup is colorful, expressive, imperfect and meant to be seen. It’s “girl gaze” makeup.", - "content": "Following lockdowns, makeup is colorful, expressive, imperfect and meant to be seen. It’s “girl gaze” makeup.", - "category": "Cosmetics and Toiletries", - "link": "https://www.nytimes.com/2021/12/09/style/post-lockdown-makeup-looks.html", - "creator": "Rachel Strugatz", - "pubDate": "Thu, 09 Dec 2021 19:28:20 +0000", + "title": "Best Albums of 2021", + "description": "Less isolation didn’t mean a return to normalcy. Albums with big feelings and room for catharsis made the most powerful connections.", + "content": "Less isolation didn’t mean a return to normalcy. Albums with big feelings and room for catharsis made the most powerful connections.", + "category": "arts year in review 2021", + "link": "https://www.nytimes.com/2021/12/02/arts/music/best-pop-albums.html", + "creator": "Jon Pareles, Jon Caramanica and Lindsay Zoladz", + "pubDate": "Thu, 02 Dec 2021 17:22:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -170990,16 +195879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee082b9fafdf4461b78bb1f46dbbf923" + "hash": "2020f552c6e78dfb71a3e922fd1b17e8" }, { - "title": "‘The Snowy Day,’ a Children’s Classic, Becomes an Opera", - "description": "Based on the popular 1962 children’s book, the show aims to celebrate Blackness and attract new audiences to the art form.", - "content": "Based on the popular 1962 children’s book, the show aims to celebrate Blackness and attract new audiences to the art form.", - "category": "Opera", - "link": "https://www.nytimes.com/2021/12/08/arts/music/snowy-day-ezra-jack-keats-opera.html", - "creator": "Javier C. Hernández", - "pubDate": "Wed, 08 Dec 2021 13:49:11 +0000", + "title": "Omicron Variant Reinfects People Who Have Had the Coronavirus", + "description": "Evidence from South Africa, where the Omicron variant already dominates, shows a high rate of reinfection of people who have already had the coronavirus.", + "content": "Evidence from South Africa, where the Omicron variant already dominates, shows a high rate of reinfection of people who have already had the coronavirus.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/02/world/africa/virus-omicron-variant-reinfection.html", + "creator": "Lynsey Chutel and Richard Pérez-Peña", + "pubDate": "Fri, 03 Dec 2021 01:49:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171010,16 +195899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67dbd63ee1b579ce7a363b74ca345022" + "hash": "bee1ae16799ff9bfe3b679d695d05153" }, { - "title": "Interest in Stephen Sondheim's Music, Books and Shows Soar After His Death", - "description": "Fans have been streaming his music, buying his books, and trying to get in to see his shows, with a new revival of “Company” opening this week on Broadway.", - "content": "Fans have been streaming his music, buying his books, and trying to get in to see his shows, with a new revival of “Company” opening this week on Broadway.", - "category": "Sondheim, Stephen", - "link": "https://www.nytimes.com/2021/12/08/theater/stephen-sondheim-music-shows.html", - "creator": "Michael Paulson", - "pubDate": "Thu, 09 Dec 2021 01:31:30 +0000", + "title": "How the Cream Cheese Shortage is Affecting NYC Bagel Shops", + "description": "Supply chain problems that have hit businesses across the country now threaten a quintessential New York treat.", + "content": "Supply chain problems that have hit businesses across the country now threaten a quintessential New York treat.", + "category": "New York City", + "link": "https://www.nytimes.com/2021/12/04/nyregion/cream-cheese-shortage-nyc-bagels.html", + "creator": "Ashley Wong", + "pubDate": "Sat, 04 Dec 2021 10:00:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171030,16 +195919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b021900b003737851928415b131ab9e2" + "hash": "617a4712bcb3f3644b282e32eabd774c" }, { - "title": "Giants’ Risk-Averse Offense Contributes to 4-8 Record", - "description": "The Giants’ risk-averse offense may be as much to blame as injuries for the team’s 4-8 record.", - "content": "The Giants’ risk-averse offense may be as much to blame as injuries for the team’s 4-8 record.", - "category": "Coaches and Managers", - "link": "https://www.nytimes.com/2021/12/08/sports/football/giants-joe-judge-punts.html", - "creator": "Mike Tanier", - "pubDate": "Wed, 08 Dec 2021 11:49:07 +0000", + "title": "Belgian Port City Grapples With a Flood of Cocaine", + "description": "Antwerp has become the main port of entry into Europe for the drug, which is being blamed for a surge of violence that has prompted some Belgian officials to call for a war on drugs.", + "content": "Antwerp has become the main port of entry into Europe for the drug, which is being blamed for a surge of violence that has prompted some Belgian officials to call for a war on drugs.", + "category": "Drug Abuse and Traffic", + "link": "https://www.nytimes.com/2021/12/04/world/europe/belgian-port-city-grapples-with-a-flood-of-cocaine.html", + "creator": "Elian Peltier", + "pubDate": "Sat, 04 Dec 2021 10:16:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171050,16 +195939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "90d2083ca8bf8c6fd406d63a173e21b2" + "hash": "bfa9efdbbf39b9105a35d13c4e3c8222" }, { - "title": "Guido Palau’s Good Hair Days", - "description": "The hairstyling star renowned for designer collaborations took to Instagram during the pandemic to explore his medium through a series of #HairTests, now assembled in a new book.", - "content": "The hairstyling star renowned for designer collaborations took to Instagram during the pandemic to explore his medium through a series of #HairTests, now assembled in a new book.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/09/style/guido-palau-hair-tests-book.html", - "creator": "Guy Trebay", - "pubDate": "Thu, 09 Dec 2021 08:00:11 +0000", + "title": "M.L.B.’s Lockout: What Is It? How Does It Work? What’s Next?", + "description": "Players are locked out and transactions are frozen in baseball’s ninth work stoppage. But no one is missing any checks — yet.", + "content": "Players are locked out and transactions are frozen in baseball’s ninth work stoppage. But no one is missing any checks — yet.", + "category": "Baseball", + "link": "https://www.nytimes.com/article/mlb-lockout.html", + "creator": "James Wagner", + "pubDate": "Fri, 03 Dec 2021 22:10:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171070,16 +195959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d364c23718d75347734951a5d012470b" + "hash": "ac9d7fc8ebe0fdcc3609bd0dd79f0369" }, { - "title": "U.S. Hospitals Are Struggling Under a Delta-Fueled Surge in Cases", - "description": "Officials are bracing for Omicron, but Delta is the more imminent threat, driving a 15 percent rise in hospitalizations in the past two weeks. Health workers said their situations had been worsened by staff shortages, illnesses and resistance to vaccine mandates. Here’s the latest on Covid.", - "content": "Officials are bracing for Omicron, but Delta is the more imminent threat, driving a 15 percent rise in hospitalizations in the past two weeks. Health workers said their situations had been worsened by staff shortages, illnesses and resistance to vaccine mandates. Here’s the latest on Covid.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/09/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Thu, 09 Dec 2021 14:21:17 +0000", + "title": "The Confounding Lightness of Helen Pashgian", + "description": "Long underrecognized for her innovations, a trailblazer of the Light and Space Movement is suddenly juggling three tribute shows to her six-decade career.", + "content": "Long underrecognized for her innovations, a trailblazer of the Light and Space Movement is suddenly juggling three tribute shows to her six-decade career.", + "category": "Art", + "link": "https://www.nytimes.com/2021/11/30/arts/design/helen-pashgian-light-and-space-movement.html", + "creator": "Lawrence Weschler", + "pubDate": "Tue, 30 Nov 2021 15:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171090,16 +195979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f52ea7b37c5a66b06f29afb859d21e7" + "hash": "ba85219e0d3acd31bb47e7931bfede59" }, { - "title": "Coronavirus Cases Are Rising Among Children in South African Hospitals", - "description": "The increase, observed in children’s wards at two major hospitals in South Africa, points to increased community transmission, doctors say.", - "content": "The increase, observed in children’s wards at two major hospitals in South Africa, points to increased community transmission, doctors say.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/08/world/africa/coronavirus-south-africa-children.html", - "creator": "Lynsey Chutel", - "pubDate": "Wed, 08 Dec 2021 20:03:27 +0000", + "title": "What Makes a Wine Great? It’s Not Just Old and Complex.", + "description": "It ought to have a sense of place, and it needs to refresh. Beyond that, great wines are those that best fit the particular occasion.", + "content": "It ought to have a sense of place, and it needs to refresh. Beyond that, great wines are those that best fit the particular occasion.", + "category": "Wines", + "link": "https://www.nytimes.com/2021/11/29/dining/drinks/great-wines.html", + "creator": "Eric Asimov", + "pubDate": "Mon, 29 Nov 2021 16:29:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171110,16 +195999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd305cc682dc401e0acaeedbd3313c58" + "hash": "5ca1f53e7c66df9462a81f859fff5410" }, { - "title": "Children, Coping With Loss, Are Pandemic’s ‘Forgotten Grievers’", - "description": "A bipartisan group led by two former governors is urging President Biden to help an estimated 167,000 children who have lost parents or caregivers.", - "content": "A bipartisan group led by two former governors is urging President Biden to help an estimated 167,000 children who have lost parents or caregivers.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/09/us/politics/children-lost-parents-caregivers-pandemic.html", - "creator": "Sheryl Gay Stolberg", - "pubDate": "Thu, 09 Dec 2021 10:00:16 +0000", + "title": "‘The Power of the Dog’: About That Ending", + "description": "The movie’s subtle conclusion takes a moment to comprehend. But the director, Jane Campion, has a history of working in the realm of suggestion.", + "content": "The movie’s subtle conclusion takes a moment to comprehend. But the director, Jane Campion, has a history of working in the realm of suggestion.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/03/movies/the-power-of-the-dog-ending.html", + "creator": "Nicolas Rapold", + "pubDate": "Fri, 03 Dec 2021 19:41:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171130,16 +196019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c17d72bf1f291380bc7a5ac182930d03" + "hash": "01a846cc29ba4acec32790629a956b70" }, { - "title": "Why Evergrande's Debt Problems Threaten China", - "description": "The firm’s debts are huge, but Beijing will need to walk a fine line if it wants to send a message about reckless borrowing while protecting its economy.", - "content": "The firm’s debts are huge, but Beijing will need to walk a fine line if it wants to send a message about reckless borrowing while protecting its economy.", - "category": "China", - "link": "https://www.nytimes.com/article/evergrande-debt-crisis.html", - "creator": "Alexandra Stevenson and Cao Li", - "pubDate": "Thu, 09 Dec 2021 13:30:08 +0000", + "title": "‘The Anomaly,’ Part Airplane Thriller and Part Exploration of Reality, Fate and Free Will", + "description": "Hervé Le Tellier’s novel, a runaway best seller and prize winner in France, is about the strange and mysterious fate of the passengers on a flight from Paris to New York.", + "content": "Hervé Le Tellier’s novel, a runaway best seller and prize winner in France, is about the strange and mysterious fate of the passengers on a flight from Paris to New York.", + "category": "The Anomaly (Book)", + "link": "https://www.nytimes.com/2021/12/03/books/review-anomaly-herve-le-tellier.html", + "creator": "Sarah Lyall", + "pubDate": "Fri, 03 Dec 2021 10:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171150,16 +196039,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24dd8a26167e47c09eee9dd106692938" + "hash": "e04fb07a647443ff2d4815cad801c877" }, { - "title": "Bob Dole Lies in State at the Capitol", - "description": "The senator, who died on Sunday at 98, was known for being a deal-maker and was one of the longest-serving Republican leaders. Follow our updates.", - "content": "The senator, who died on Sunday at 98, was known for being a deal-maker and was one of the longest-serving Republican leaders. Follow our updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/09/us/bob-dole", - "creator": "The New York Times", - "pubDate": "Thu, 09 Dec 2021 14:21:17 +0000", + "title": "Five Action Movies to Stream Now", + "description": "Including bomb threats, bank robberies and more, the month’s action films pack a wallop.", + "content": "Including bomb threats, bank robberies and more, the month’s action films pack a wallop.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/12/03/movies/action-movies-streaming.html", + "creator": "Robert Daniels", + "pubDate": "Fri, 03 Dec 2021 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171170,16 +196059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "62bb9cb360a86901edf6c68e1ddf7a4b" + "hash": "730f3d315a82cf6c7c50776fda804e46" }, { - "title": "Event Planner Working on Bob Dole’s Funeral Is Let Go for Jan. 6 Ties", - "description": "Tim Unes was helping to plan memorial events for Mr. Dole when it came to light that he had been subpoenaed by the committee investigating the Capitol riot.", - "content": "Tim Unes was helping to plan memorial events for Mr. Dole when it came to light that he had been subpoenaed by the committee investigating the Capitol riot.", - "category": "Funerals and Memorials", - "link": "https://www.nytimes.com/2021/12/08/us/politics/dole-funeral-planner-capitol-riot.html", - "creator": "Michael D. Shear, Luke Broadwater and Maggie Haberman", - "pubDate": "Thu, 09 Dec 2021 04:33:01 +0000", + "title": "Jobs Report Sends Mixed Messages About U.S. Economy", + "description": "The U.S. added 210,000 jobs in November, below expectations, but a household survey showed the total number of employed people jumped by 1.1 million. The ambiguous data clouds the economic outlook for policymakers as a new phase of the pandemic unfolds. Here’s the latest.", + "content": "The U.S. added 210,000 jobs in November, below expectations, but a household survey showed the total number of employed people jumped by 1.1 million. The ambiguous data clouds the economic outlook for policymakers as a new phase of the pandemic unfolds. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/03/business/jobs-report-stock-market", + "creator": "The New York Times", + "pubDate": "Fri, 03 Dec 2021 18:07:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171190,16 +196079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d3285eb6995eca9a5fd4a62fe82b0f8" + "hash": "2f5d78085299d17dabd8ef135cead58f" }, { - "title": "How the Supply Chain Upheaval Became a Life-or-Death Threat", - "description": "A maker of medical devices can’t keep up with customer demand as the shortage of computer chips puts it in competition with bigger companies with more clout.", - "content": "A maker of medical devices can’t keep up with customer demand as the shortage of computer chips puts it in competition with bigger companies with more clout.", - "category": "Medical Devices", - "link": "https://www.nytimes.com/2021/12/09/business/supply-chain-medical-device-shortages.html", - "creator": "Peter S. Goodman", - "pubDate": "Thu, 09 Dec 2021 10:00:25 +0000", + "title": "Why the November Jobs Report Is Better Than It Looks ", + "description": "The number of jobs added was below expectations, but otherwise the report shows an economy on the right track.", + "content": "The number of jobs added was below expectations, but otherwise the report shows an economy on the right track.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2021/12/03/upshot/jobs-report-unemployment-falls.html", + "creator": "Neil Irwin", + "pubDate": "Fri, 03 Dec 2021 16:22:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171210,16 +196099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4f654a0a30f1c36b014df9981daba72" + "hash": "32816d0c2a96560c00004e15bd2b0dd3" }, { - "title": "Progress for Saudi Women Is Uneven, Despite Cultural Changes and More Jobs", - "description": "Women say Saudi Arabia has advanced significantly in just the past year, with more choices regarding work, fashion (including colored abayas) and social spaces, but restrictions remain everywhere.", - "content": "Women say Saudi Arabia has advanced significantly in just the past year, with more choices regarding work, fashion (including colored abayas) and social spaces, but restrictions remain everywhere.", - "category": "Saudi Arabia", - "link": "https://www.nytimes.com/2021/12/09/world/middleeast/saudi-arabia-women-mbs.html", - "creator": "Kate Kelly", - "pubDate": "Thu, 09 Dec 2021 10:00:25 +0000", + "title": "Omicron Variant Is Found in Several U.S. States", + "description": "Health officials say that community spread of Omicron is inevitable, even as much remains unknown about the new variant. Follow updates on Covid.", + "content": "Health officials say that community spread of Omicron is inevitable, even as much remains unknown about the new variant. Follow updates on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/03/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Fri, 03 Dec 2021 10:58:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171230,16 +196119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a983dbe592be1186a125adece9e6eb7f" + "hash": "2e6ae06e0578616990d51253f9d8ecb1" }, { - "title": "Finding the Musical Spirit of Notre Dame ", - "description": "The beloved Paris cathedral is still being restored after the devastating 2019 fire, but other churches are keeping its musical traditions alive this holiday season.", - "content": "The beloved Paris cathedral is still being restored after the devastating 2019 fire, but other churches are keeping its musical traditions alive this holiday season.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/09/travel/music-paris-notre-dame-churches.html", - "creator": "Elaine Sciolino", - "pubDate": "Thu, 09 Dec 2021 12:52:01 +0000", + "title": "Covid Treatments Are Coming", + "description": "Here’s why they are a big deal.", + "content": "Here’s why they are a big deal.", + "category": "", + "link": "https://www.nytimes.com/2021/12/03/briefing/covid-treatments-pfizer-merck.html", + "creator": "David Leonhardt", + "pubDate": "Fri, 03 Dec 2021 11:33:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171250,16 +196139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7023015cffdb24b4a2e07ea4524fe732" + "hash": "82684cfc94cc215fc1b9ee75c9b0da7e" }, { - "title": "Will Smith Is Done Trying to Be Perfect", - "description": "“Strategizing about being the biggest movie star in the world — that is all completely over. ”", - "content": "“Strategizing about being the biggest movie star in the world — that is all completely over. ”", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/12/09/magazine/will-smith-interview.html", - "creator": "David Marchese", - "pubDate": "Thu, 09 Dec 2021 10:00:22 +0000", + "title": "Michigan Shooting Suspect’s Parents Charged With Involuntary Manslaughter", + "description": "“Help me,” the teen accused of killing four of his classmates had scrawled in class hours before the shooting. His parents refused to bring him home and didn’t ask whether he had the handgun they had bought for him days before, a prosecutor said.", + "content": "“Help me,” the teen accused of killing four of his classmates had scrawled in class hours before the shooting. His parents refused to bring him home and didn’t ask whether he had the handgun they had bought for him days before, a prosecutor said.", + "category": "Oxford Charter Township, Mich, Shooting (2021)", + "link": "https://www.nytimes.com/2021/12/03/us/crumbley-parents-charged-michigan-shooting.html", + "creator": "Jack Healy and Serge F. Kovaleski", + "pubDate": "Fri, 03 Dec 2021 18:07:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171270,16 +196159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd76a8d059b4906b494275f8b47ab217" + "hash": "92d4e1ddccb773e19bde2116257d8d5e" }, { - "title": "How to Buy a Used Car", - "description": "Top dealerships offer reassurances, but better prices might be found elsewhere. Check the Carfax, and offer to meet in a police station parking lot.", - "content": "Top dealerships offer reassurances, but better prices might be found elsewhere. Check the Carfax, and offer to meet in a police station parking lot.", - "category": "Used Cars", - "link": "https://www.nytimes.com/2021/12/09/business/used-car-buying-tips.html", - "creator": "Paul Stenquist", - "pubDate": "Thu, 09 Dec 2021 11:00:06 +0000", + "title": "Billions for Climate Protection Fuel New Debate: Who Deserves It Most", + "description": "The $1 trillion infrastructure law funds programs that tend to favor wealthy, white communities — a test for Biden’s pledge to defend the most vulnerable against climate change.", + "content": "The $1 trillion infrastructure law funds programs that tend to favor wealthy, white communities — a test for Biden’s pledge to defend the most vulnerable against climate change.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/12/03/climate/climate-change-infrastructure-bill.html", + "creator": "Christopher Flavelle", + "pubDate": "Fri, 03 Dec 2021 16:22:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171290,16 +196179,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e65acb6aae7dcb2d2e51e90e158d4e7b" + "hash": "c692570a54ee033b6aa5563bfd4e809e" }, { - "title": "Amanda Gorman’s ‘Call Us What We Carry: Poems’ Review", - "description": "Gorman’s latest poetry collection, “Call Us What We Carry,” offers reverence and effervescence, gravity and impishness, and poems that are focused, pithy and playfully heretical.", - "content": "Gorman’s latest poetry collection, “Call Us What We Carry,” offers reverence and effervescence, gravity and impishness, and poems that are focused, pithy and playfully heretical.", - "category": "Gorman, Amanda", - "link": "https://www.nytimes.com/2021/12/07/books/review-call-us-what-we-carry-amanda-gorman.html", - "creator": "Molly Young", - "pubDate": "Tue, 07 Dec 2021 17:26:30 +0000", + "title": "Didi of China Moves to Delist From New York Stock Exchange", + "description": "With plenty of its own money and a greater desire to control the private sector, Beijing is pushing its companies to tap investors closer to home.", + "content": "With plenty of its own money and a greater desire to control the private sector, Beijing is pushing its companies to tap investors closer to home.", + "category": "Didi Chuxing", + "link": "https://www.nytimes.com/2021/12/02/business/china-didi-delisting.html", + "creator": "Alexandra Stevenson and Paul Mozur", + "pubDate": "Fri, 03 Dec 2021 11:36:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171310,16 +196199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8028cfba82629a4577526c1438bbff1" + "hash": "2f20970a7a6cd0f834933bedd13d41d0" }, { - "title": "For Nursing Homes, Complacency Could Be a Killer", - "description": "Whatever the variant may mean for the young, it’s already clear that it can be deadly for the old.", - "content": "Whatever the variant may mean for the young, it’s already clear that it can be deadly for the old.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/09/opinion/omicron-nursing-homes.html", - "creator": "Zeynep Tufekci", - "pubDate": "Thu, 09 Dec 2021 13:36:10 +0000", + "title": "The Great ‘West Side Story’ Debate", + "description": "With the Steven Spielberg film coming soon, three critics, a playwright and a theater historian weigh in on whether the musical deserves a new hearing — and how.", + "content": "With the Steven Spielberg film coming soon, three critics, a playwright and a theater historian weigh in on whether the musical deserves a new hearing — and how.", + "category": "West Side Story (Play)", + "link": "https://www.nytimes.com/2021/12/01/theater/west-side-story-steven-spielberg-movie.html", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 10:02:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171330,16 +196219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2f1f51a910abedf7ff4abc45b1ac50d" + "hash": "469082cd3b54a7a26cbe24304d952f8d" }, { - "title": "Soda Shop Chains Are Taking Hold of the West", - "description": "With locations now numbering in the hundreds, regional soda-shop chains are spreading far beyond Utah, where they first found popularity.", - "content": "With locations now numbering in the hundreds, regional soda-shop chains are spreading far beyond Utah, where they first found popularity.", - "category": "Sodalicious Inc", - "link": "https://www.nytimes.com/2021/12/06/dining/swig-soda-shop-chains.html", - "creator": "Victoria Petersen", - "pubDate": "Mon, 06 Dec 2021 18:08:36 +0000", + "title": "Cherished Words From Sondheim, Theater’s Encourager-in-Chief", + "description": "He wrote great shows, but Stephen Sondheim was also a mentor, a teacher and an audience regular. And, oh, the thrill of getting one of his typewritten notes.", + "content": "He wrote great shows, but Stephen Sondheim was also a mentor, a teacher and an audience regular. And, oh, the thrill of getting one of his typewritten notes.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/01/theater/stephen-sondheim-mentor-notes.html", + "creator": "Laura Collins-Hughes", + "pubDate": "Wed, 01 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171350,16 +196239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "039bbd57349eb8c350905d02faac394d" + "hash": "dba03cb4ef42ab6419b75f5b7728df19" }, { - "title": "Military Ends Pearl Harbor Project to Identify the Dead", - "description": "The remains of 355 sailors and Marines from the U.S.S. Oklahoma were identified using DNA and dental records, but 33 crew members could not be.", - "content": "The remains of 355 sailors and Marines from the U.S.S. Oklahoma were identified using DNA and dental records, but 33 crew members could not be.", - "category": "United States Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/07/us/pearl-harbor-attack-dna.html", - "creator": "Neil Vigdor", - "pubDate": "Tue, 07 Dec 2021 14:47:16 +0000", + "title": "Stephen Sondheim Discusses a Gender-Swapped ‘Company’", + "description": "Days before he died, Stephen Sondheim and the director Marianne Elliott chatted about a Broadway revival of his 1970 musical. With a gender swap, it has a “different flavor,” he said.", + "content": "Days before he died, Stephen Sondheim and the director Marianne Elliott chatted about a Broadway revival of his 1970 musical. With a gender swap, it has a “different flavor,” he said.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/01/theater/company-stephen-sondheim-marianne-elliott.html", + "creator": "Michael Paulson", + "pubDate": "Wed, 01 Dec 2021 17:37:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171370,16 +196259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f962949adf6dd915dec0b7ee65a8d49a" + "hash": "d69deace1f2c7e05f9357856266d80bd" }, { - "title": "Volunteer Dies After a Sheep Charges at Her on a Therapy Farm", - "description": "Kim Taylor, 73, went into cardiac arrest after being attacked while caring for livestock at a Massachusetts farm, the police said.", - "content": "Kim Taylor, 73, went into cardiac arrest after being attacked while caring for livestock at a Massachusetts farm, the police said.", - "category": "Therapy and Rehabilitation", - "link": "https://www.nytimes.com/2021/12/06/us/massachusetts-sheep-woman-killed.html", - "creator": "Vimal Patel", - "pubDate": "Tue, 07 Dec 2021 03:09:09 +0000", + "title": "Abortion: The Voice of the Ambivalent Majority", + "description": "Our democracy may not be strong enough for post-Roe politics.", + "content": "Our democracy may not be strong enough for post-Roe politics.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/02/opinion/abortion-ambivalent-majority.html", + "creator": "David Brooks", + "pubDate": "Fri, 03 Dec 2021 00:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171390,16 +196279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "215ab4604e237f234521b2d8d7842c43" + "hash": "405fabd54294fa81b3c068d791289ba1" }, { - "title": "In Chicago, a New Approach to Gay and Bisexual Men With Prostate Cancer", - "description": "A new clinic focuses on patients left grappling with the aftermath of treatment in ways that are rarely appreciated by doctors.", - "content": "A new clinic focuses on patients left grappling with the aftermath of treatment in ways that are rarely appreciated by doctors.", - "category": "Homosexuality and Bisexuality", - "link": "https://www.nytimes.com/2021/12/07/health/gay-men-prostate-cancer.html", - "creator": "Steve Kenny", - "pubDate": "Tue, 07 Dec 2021 08:00:08 +0000", + "title": "How the G.O.P. Became Saboteurs, Threatening a Government Shutdown", + "description": "Republican obstructionism is getting even more naked. ", + "content": "Republican obstructionism is getting even more naked. ", + "category": "National Debt (US)", + "link": "https://www.nytimes.com/2021/12/02/opinion/republicans-government-shutdown.html", + "creator": "Paul Krugman", + "pubDate": "Fri, 03 Dec 2021 00:01:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171410,16 +196299,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da1ebc6ed8b1bf0f8917cac0d39e33bc" + "hash": "09b0fc3e50f29286588ea28b19310a6d" }, { - "title": "Millions of Followers? For Book Sales, ‘It’s Unreliable.’", - "description": "Social-media fandom can help authors score book deals and bigger advances, but does it translate to how a new title will sell? Publishers are increasingly skeptical.", - "content": "Social-media fandom can help authors score book deals and bigger advances, but does it translate to how a new title will sell? Publishers are increasingly skeptical.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/07/books/social-media-following-book-publishing.html", - "creator": "Elizabeth A. Harris", - "pubDate": "Tue, 07 Dec 2021 17:16:00 +0000", + "title": "The Debt Ceiling and More: Congress Has a Pre-Break To-Do List", + "description": "Governing by brinkmanship means missing lots of vacations.", + "content": "Governing by brinkmanship means missing lots of vacations.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/02/opinion/congress-budget-shutdown-debt.html", + "creator": "Michelle Cottle", + "pubDate": "Fri, 03 Dec 2021 02:46:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171430,16 +196319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c67b2445a715381097b65617a140e8ec" + "hash": "51bf414a3ba4ac34ac3cdac5c2c0e349" }, { - "title": "Biden Rallies Global Democracies as U.S. Hits a ‘Rough Patch’", - "description": "The White House’s Summit for Democracy has drawn harsh criticism of domestic issues and questions about the guest list.", - "content": "The White House’s Summit for Democracy has drawn harsh criticism of domestic issues and questions about the guest list.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/09/us/politics/biden-democracy-summit.html", - "creator": "Michael Crowley and Zolan Kanno-Youngs", - "pubDate": "Thu, 09 Dec 2021 10:00:17 +0000", + "title": "The World Is Lifting Abortion Restrictions. Not America. ", + "description": "The trend is towards liberalizing reproductive freedom, not repressing it. ", + "content": "The trend is towards liberalizing reproductive freedom, not repressing it. ", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/02/opinion/abortion-restrictions-roe-wade-usa.html", + "creator": "Mary Fitzgerald", + "pubDate": "Fri, 03 Dec 2021 16:24:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171450,16 +196339,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "951098086e616ff3af611fe7824dbb5f" + "hash": "5da089877e08303106db76797ba86cf7" }, { - "title": "Will Ghislaine Maxwell Testify at Her Sex-Trafficking Trial?", - "description": "Veteran defense lawyers, including one who defended Kyle Rittenhouse, said the risk Ms. Maxwell would take by testifying probably outweighs any potential reward.", - "content": "Veteran defense lawyers, including one who defended Kyle Rittenhouse, said the risk Ms. Maxwell would take by testifying probably outweighs any potential reward.", - "category": "Human Trafficking", - "link": "https://www.nytimes.com/2021/12/09/nyregion/ghislaine-maxwell-trial-testify.html", - "creator": "Benjamin Weiser", - "pubDate": "Thu, 09 Dec 2021 08:00:06 +0000", + "title": "Omicron Has Lessons for Us. We Refuse to Learn Them.", + "description": "The response to a new variant of the coronavirus suggests a teachable epoch gone to waste.", + "content": "The response to a new variant of the coronavirus suggests a teachable epoch gone to waste.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/02/opinion/omicron-covid-variant-lessons.html", + "creator": "Frank Bruni", + "pubDate": "Thu, 02 Dec 2021 17:28:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171470,16 +196359,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b26b0de472b0b1589de1a12cccbdfb59" + "hash": "bb2bcf596f7598ede7c43f6d31d5cac1" }, { - "title": "David Banks Is the Next N.Y.C. Schools Chancellor", - "description": "Mr. Banks, who founded the Eagle Academy, a network of public schools for boys, is the first commissioner named to Mayor-elect Eric Adams’s administration.", - "content": "Mr. Banks, who founded the Eagle Academy, a network of public schools for boys, is the first commissioner named to Mayor-elect Eric Adams’s administration.", - "category": "Education (K-12)", - "link": "https://www.nytimes.com/2021/12/08/nyregion/david-banks-nyc-school-chancellor.html", - "creator": "Eliza Shapiro", - "pubDate": "Thu, 09 Dec 2021 00:43:43 +0000", + "title": "Students Praised Shooter Drills at Oxford High. But Do They Really Work?", + "description": "Oxford High School held repeated trainings on how to handle a gunman in school. But some critics are questioning their purpose.", + "content": "Oxford High School held repeated trainings on how to handle a gunman in school. But some critics are questioning their purpose.", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/02/us/school-shooting-drills-oxford-high.html", + "creator": "Dana Goldstein", + "pubDate": "Thu, 02 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171490,16 +196379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a902d116e8b4af739ef3e0672151624b" + "hash": "dcea51e9bc3a542bc79343710a4b6021" }, { - "title": "New Zealand Plans to Eventually Ban All Cigarette Sales", - "description": "The proposal, expected to become law next year, would raise the smoking age year by year until it covers the entire population.", - "content": "The proposal, expected to become law next year, would raise the smoking age year by year until it covers the entire population.", - "category": "New Zealand", - "link": "https://www.nytimes.com/2021/12/09/world/asia/new-zealand-smoking-ban.html", - "creator": "Natasha Frost", - "pubDate": "Thu, 09 Dec 2021 10:05:55 +0000", + "title": "Most Covid Vaccines Will Work as Boosters, Study Suggests", + "description": "In a comparison of seven different brands, researchers found that most shots give a strong boost, even in mix-and-match combinations.", + "content": "In a comparison of seven different brands, researchers found that most shots give a strong boost, even in mix-and-match combinations.", + "category": "Vaccination and Immunization", + "link": "https://www.nytimes.com/2021/12/02/health/covid-booster-shots-mix-and-match.html", + "creator": "Carl Zimmer", + "pubDate": "Thu, 02 Dec 2021 23:30:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171510,16 +196399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36d2834f654cbc540947776fcd3a4598" + "hash": "758348a49db4d3435aba1cc91e43fb92" }, { - "title": "North Carolina Supreme Court Delays 2022 Primary Elections", - "description": "In response to lawsuits over North Carolina’s political maps, the justices issued an order on Wednesday pushing back the state’s primaries from March to May.", - "content": "In response to lawsuits over North Carolina’s political maps, the justices issued an order on Wednesday pushing back the state’s primaries from March to May.", - "category": "Redistricting and Reapportionment", - "link": "https://www.nytimes.com/2021/12/08/us/politics/north-carolina-primary-elections-redistricting.html", - "creator": "Michael Wines", - "pubDate": "Thu, 09 Dec 2021 02:54:59 +0000", + "title": "After Hurricane Sandy, a Park in Lower Manhattan at the Center of a Fight", + "description": "Nine years after Hurricane Sandy, residents of Lower Manhattan are still vulnerable to rising seas. The fight over a plan to protect them reveals why progress on our most critical challenges is so hard.", + "content": "Nine years after Hurricane Sandy, residents of Lower Manhattan are still vulnerable to rising seas. The fight over a plan to protect them reveals why progress on our most critical challenges is so hard.", + "category": "Area Planning and Renewal", + "link": "https://www.nytimes.com/2021/12/02/us/hurricane-sandy-lower-manhattan-nyc.html", + "creator": "Michael Kimmelman", + "pubDate": "Thu, 02 Dec 2021 21:08:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171530,16 +196419,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f19edd43fc1bab8cf49b11690306a309" + "hash": "19235b33488c3d1db2378ec44e749a20" }, { - "title": "N.Y.C. Looks to Impose New Regulations on Illegal Airbnbs", - "description": "New legislation will require hosts of short-term rentals to register with the city — the latest move in a long battle between New York and the rental companies.", - "content": "New legislation will require hosts of short-term rentals to register with the city — the latest move in a long battle between New York and the rental companies.", - "category": "Renting and Leasing (Real Estate)", - "link": "https://www.nytimes.com/2021/12/09/nyregion/nyc-illegal-airbnb-regulation.html", - "creator": "Mihir Zaveri", - "pubDate": "Thu, 09 Dec 2021 10:00:11 +0000", + "title": "With No Deadline Deal, M.L.B.’s Lockout Begins", + "description": "Players and owners continued to negotiate until the final day, but with the sides still far apart, baseball has its first work stoppage since the 1994-95 strike.", + "content": "Players and owners continued to negotiate until the final day, but with the sides still far apart, baseball has its first work stoppage since the 1994-95 strike.", + "category": "Baseball", + "link": "https://www.nytimes.com/2021/12/02/sports/baseball/mlb-lockout.html", + "creator": "James Wagner", + "pubDate": "Thu, 02 Dec 2021 18:00:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171550,16 +196439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45f50a8f7ab892c46ab7803d9f36f333" + "hash": "2c9aeb86db96fae5b4bd1eb46cd8e67a" }, { - "title": "Business Updates: Volkswagen Board Meets Amid Leadership Dispute", - "description": "Herbert Diess has angered workers by mentioning the possibility of job cuts as the automaker prepares for an all-electric future and taking on Tesla.", - "content": "Herbert Diess has angered workers by mentioning the possibility of job cuts as the automaker prepares for an all-electric future and taking on Tesla.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/09/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Thu, 09 Dec 2021 14:23:16 +0000", + "title": "Why a Pollster is Warning Democrats About the 2022 Midterm Elections", + "description": "Focus groups with Virginia voters led to a bluntly worded memo on what Democrats need to do going into the midterms.", + "content": "Focus groups with Virginia voters led to a bluntly worded memo on what Democrats need to do going into the midterms.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/02/us/politics/midterm-election-polls.html", + "creator": "Jonathan Martin", + "pubDate": "Thu, 02 Dec 2021 12:46:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171570,16 +196459,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "651b4bb9388aa5d7da14330767c0cabc" + "hash": "751329adf6c1ea2ac106111e4362acc4" }, { - "title": "Gig Worker Protections Get a Push in European Proposal", - "description": "A proposal with widespread political support would entitle drivers and couriers for companies like Uber to a minimum wage and legal protections.", - "content": "A proposal with widespread political support would entitle drivers and couriers for companies like Uber to a minimum wage and legal protections.", - "category": "Delivery Services", - "link": "https://www.nytimes.com/2021/12/09/technology/european-commission-gig-workers-uber.html", - "creator": "Adam Satariano and Elian Peltier", - "pubDate": "Thu, 09 Dec 2021 11:58:33 +0000", + "title": "The Life and Legacy of Stephen Sondheim", + "description": "A look at the career of the Broadway songwriting titan who died last week at 91.", + "content": "A look at the career of the Broadway songwriting titan who died last week at 91.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/12/03/podcasts/the-daily/stephen-sondheim.html", + "creator": "Michael Barbaro, Luke Vander Ploeg, Eric Krupke, Chelsea Daniel, Austin Mitchell, Alex Young, Diana Nguyen, Liz O. Baylen, Larissa Anderson, Elisheba Ittoop and Marion Lozano", + "pubDate": "Fri, 03 Dec 2021 11:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171590,16 +196479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc67acc2b81dd83ad63e27d74bc76bea" + "hash": "e2c2bc976f67ec1cb131fb694c1d9472" }, { - "title": "Father and Son Arrested on Suspicion of Starting the Caldor Fire", - "description": "The men have not been charged but were arrested in connection with the 15th-largest blaze in California’s recorded history. It burned more than 200,000 acres near Lake Tahoe.", - "content": "The men have not been charged but were arrested in connection with the 15th-largest blaze in California’s recorded history. It burned more than 200,000 acres near Lake Tahoe.", - "category": "Arson", - "link": "https://www.nytimes.com/2021/12/08/us/caldor-fire-arson-arrest-california.html", - "creator": "Jill Cowan", - "pubDate": "Thu, 09 Dec 2021 03:52:47 +0000", + "title": "Ghislaine Maxwell’s Defense Challenges Ex-Epstein Worker’s Credibility", + "description": "The fifth day of testimony began with a defense lawyer aggressively questioning Jeffrey Epstein’s former house manager. Here’s the latest.", + "content": "The fifth day of testimony began with a defense lawyer aggressively questioning Jeffrey Epstein’s former house manager. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/03/nyregion/ghislaine-maxwell-trial", + "creator": "The New York Times", + "pubDate": "Fri, 03 Dec 2021 17:41:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171610,16 +196499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fef10955237d1e9b104f5ea8fd0229e" + "hash": "97f0ab0fa61d2b2be56a39dd32a8bbc7" }, { - "title": "Senate Votes to Scrap Biden Vaccine Mandate as Republicans Eye 2022", - "description": "The action was largely symbolic, but it allowed Republicans to press an attack on Democrats that is likely to be central to their midterm election campaigns.", - "content": "The action was largely symbolic, but it allowed Republicans to press an attack on Democrats that is likely to be central to their midterm election campaigns.", - "category": "Senate", - "link": "https://www.nytimes.com/2021/12/08/us/politics/biden-vaccine-mandate-senate.html", - "creator": "Emily Cochrane", - "pubDate": "Thu, 09 Dec 2021 01:25:38 +0000", + "title": "The Markets Are Confused, but Wall Street Is Still Making Predictions", + "description": "The emergence of the Omicron variant underlines the difficulty of planning even a few weeks ahead. Wall Street is forecasting next year’s precise market returns, regardless.", + "content": "The emergence of the Omicron variant underlines the difficulty of planning even a few weeks ahead. Wall Street is forecasting next year’s precise market returns, regardless.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/03/business/omicron-stock-market-forecasts.html", + "creator": "Jeff Sommer", + "pubDate": "Fri, 03 Dec 2021 11:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171630,16 +196519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f636a075d4350f0b8abcaf93d94689f" + "hash": "e2534ff7fbba3a39c8bff915d0e246ce" }, { - "title": "SpaceX Launches IXPE NASA Telescope for X-Ray Views of Universe", - "description": "The IXPE spacecraft will use X-ray polarimetry to better measure black holes, supernovas and other astronomical phenomena.", - "content": "The IXPE spacecraft will use X-ray polarimetry to better measure black holes, supernovas and other astronomical phenomena.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2021/12/09/science/nasa-spacex-ixpe-launch.html", - "creator": "Jonathan O’Callaghan", - "pubDate": "Thu, 09 Dec 2021 11:42:08 +0000", + "title": "Is the Chance to Turn Hotels Into Affordable Housing Slipping Away?", + "description": "As many of the city’s hotels sat empty during the pandemic and homelessness continued to rise, some saw an opportunity to solve both problems. So what happened?", + "content": "As many of the city’s hotels sat empty during the pandemic and homelessness continued to rise, some saw an opportunity to solve both problems. So what happened?", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/12/03/realestate/affordable-housing-nyc-hotel-conversions.html", + "creator": "Stefanos Chen", + "pubDate": "Fri, 03 Dec 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171650,16 +196539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f900d35896e468c245bb25ab68e0188f" + "hash": "26a1866c23fe638ad1b2fed77f51ea91" }, { - "title": "Evidence Muddles Durham’s Case on Sussmann’s F.B.I. Meeting", - "description": "One disclosure dovetails with the special counsel John Durham’s indictment against Michael Sussmann, while several others clash with it.", - "content": "One disclosure dovetails with the special counsel John Durham’s indictment against Michael Sussmann, while several others clash with it.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/08/us/durham-sussmann-fbi-trump-russia.html", - "creator": "Charlie Savage", - "pubDate": "Thu, 09 Dec 2021 00:31:24 +0000", + "title": "In Cyprus, Pope’s Plea for Migrants Clashes With Island’s Tensions", + "description": "As he celebrated Mass, Pope Francis urged Cypriots to welcome refugees and embrace their home’s history as a crossroads of cultures. But the government says it is overwhelmed.", + "content": "As he celebrated Mass, Pope Francis urged Cypriots to welcome refugees and embrace their home’s history as a crossroads of cultures. But the government says it is overwhelmed.", + "category": "Middle East and Africa Migrant Crisis", + "link": "https://www.nytimes.com/2021/12/03/world/europe/pope-francis-cyprus-migrants.html", + "creator": "Jason Horowitz", + "pubDate": "Fri, 03 Dec 2021 17:29:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171670,16 +196559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cec5ddaa183bbe44e1c1e5d6b7bbb016" + "hash": "d3ebf6657e7c7c7fc1c5d86bb124ccc4" }, { - "title": "Best Art Exhibitions of 2021", - "description": "Ambitious museum shows in Tulsa, Richmond, and Louisville left an imprint. Jasper Johns, Maya Lin and Latino artists shone. And the high quality of gallery shows of women was dizzying and gratifying.", - "content": "Ambitious museum shows in Tulsa, Richmond, and Louisville left an imprint. Jasper Johns, Maya Lin and Latino artists shone. And the high quality of gallery shows of women was dizzying and gratifying.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/07/arts/design/best-art-2021.html", - "creator": "Holland Cotter and Roberta Smith", - "pubDate": "Thu, 09 Dec 2021 04:53:52 +0000", + "title": "Alec Baldwin Says He Is Not Responsible for Fatal Shooting on ‘Rust’", + "description": "In an emotional interview with ABC News, the actor asserted, ‘Someone put a live bullet in a gun.’", + "content": "In an emotional interview with ABC News, the actor asserted, ‘Someone put a live bullet in a gun.’", + "category": "Firearms", + "link": "https://www.nytimes.com/2021/12/02/movies/alec-baldwin-interview-rust-shooting.html", + "creator": "Simon Romero, Graham Bowley and Julia Jacobs", + "pubDate": "Fri, 03 Dec 2021 03:35:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171690,16 +196579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af702a8d56ef0f98a4935d02563948bf" + "hash": "c568f5a42ffb7fdb01cdade42398f5ff" }, { - "title": "Arca Once Made Electronic Music. Now She Builds Worlds.", - "description": "The artist’s latest project is “KICK,” a five-album cycle accompanied by an elaborate 3-D visual world that presses against all kinds of boundaries.", - "content": "The artist’s latest project is “KICK,” a five-album cycle accompanied by an elaborate 3-D visual world that presses against all kinds of boundaries.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/03/arts/music/arca-kick.html", - "creator": "Isabelia Herrera", - "pubDate": "Fri, 03 Dec 2021 15:00:08 +0000", + "title": "Ghislaine Maxwell Brought Strict Rules to Epstein Home, Ex-Employee Says", + "description": "“Never look at his eyes,” Ms. Maxwell told workers at Jeffrey Epstein’s Florida estate, according to testimony at her sex-trafficking trial.", + "content": "“Never look at his eyes,” Ms. Maxwell told workers at Jeffrey Epstein’s Florida estate, according to testimony at her sex-trafficking trial.", + "category": "Human Trafficking", + "link": "https://www.nytimes.com/2021/12/02/nyregion/juan-alessi-testimony-ghislaine-maxwell.html", + "creator": "Lola Fadulu", + "pubDate": "Fri, 03 Dec 2021 03:44:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171710,16 +196599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d4ebe79a213c330cfb2a50042439c25" + "hash": "7e92612b0cfdda5a42f7da60f242f1de" }, { - "title": "Carrie Mae Weems Sets the Stage and Urges Action", - "description": "In “The Shape of Things” at the Park Avenue Armory, the artist tells us how we got to this political moment, and asks us to decide what comes next.", - "content": "In “The Shape of Things” at the Park Avenue Armory, the artist tells us how we got to this political moment, and asks us to decide what comes next.", - "category": "Park Avenue Armory (Manhattan, NY)", - "link": "https://www.nytimes.com/2021/12/06/arts/design/weems-park-avenue-armory-shape-review.html", - "creator": "Aruna D’Souza", - "pubDate": "Mon, 06 Dec 2021 19:15:41 +0000", + "title": "Eitan Biran Is Expected to Return to Italy", + "description": "Eitan Biran, who lost his parents in a cable car crash in Italy this year, had been taken to Israel by his grandfather.", + "content": "Eitan Biran, who lost his parents in a cable car crash in Italy this year, had been taken to Israel by his grandfather.", + "category": "Kidnapping and Hostages", + "link": "https://www.nytimes.com/2021/12/03/world/europe/eitan-biran-israel-italy-return.html", + "creator": "Elisabetta Povoledo", + "pubDate": "Fri, 03 Dec 2021 17:37:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171730,16 +196619,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ad4eca6e997f8693c4b3382356a6f6f" + "hash": "4121b4bdd37bcd0cb8b0adfd082e08dc" }, { - "title": "Late Night Has Some Ideas on Who Set the Fox Christmas Tree Ablaze", - "description": "“The fire is believed to have started after Fox News’ pants caught on fire,” Jimmy Kimmel said.", - "content": "“The fire is believed to have started after Fox News’ pants caught on fire,” Jimmy Kimmel said.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/09/arts/television/jimmy-kimmel-fox-news-christmas-tree-fire.html", - "creator": "Trish Bendix", - "pubDate": "Thu, 09 Dec 2021 06:46:09 +0000", + "title": "Lamine Diack, Olympics Power Broker Convicted of Taking Bribes, Dies at 88", + "description": "The former head of the world governing body for track and field was convicted of accepting bribes to cover up a Russian doping scandal.", + "content": "The former head of the world governing body for track and field was convicted of accepting bribes to cover up a Russian doping scandal.", + "category": "Bribery and Kickbacks", + "link": "https://www.nytimes.com/2021/12/03/world/africa/lamine-diack-dead.html", + "creator": "Aina J. Khan", + "pubDate": "Fri, 03 Dec 2021 10:25:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171750,16 +196639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e17fb32a61ccb4a5f88b4c4f2dec379" + "hash": "76d82d92f59ebbb93c69bc15439d16cb" }, { - "title": "‘Is There Still Sex in the City?’ Review: Candace Bushnell Dishes Hot Details", - "description": "In her one-woman Off Broadway show, the “Sex and the City” author invites audiences behind the scenes of her life with a wink and a cocktail.", - "content": "In her one-woman Off Broadway show, the “Sex and the City” author invites audiences behind the scenes of her life with a wink and a cocktail.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/08/theater/is-there-still-sex-in-the-city-review.html", - "creator": "Naveen Kumar", - "pubDate": "Wed, 08 Dec 2021 21:43:06 +0000", + "title": "Marilyn Manson Loses a Grammy Nomination, and a Songwriter Gains One", + "description": "The Recording Academy has made various changes to its list for the 64th awards, adding Linda Chorney, whose name appeared on an earlier version of the ballot, back to the competition.", + "content": "The Recording Academy has made various changes to its list for the 64th awards, adding Linda Chorney, whose name appeared on an earlier version of the ballot, back to the competition.", + "category": "Grammy Awards", + "link": "https://www.nytimes.com/2021/12/02/arts/music/grammy-nominations-marilyn-manson-linda-chorney.html", + "creator": "Ben Sisario", + "pubDate": "Thu, 02 Dec 2021 17:35:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171770,16 +196659,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f4ac86c4df1453fc15acde53f892740" + "hash": "5cf37894af9c940e8b3e52b39cd0f56b" }, { - "title": "China Evergrande Defaults on Its Debt, Fitch Says", - "description": "Fitch’s announcement spells out a reality already accepted by investors: The company can’t pay its bills and is being restructured under Beijing’s eye.", - "content": "Fitch’s announcement spells out a reality already accepted by investors: The company can’t pay its bills and is being restructured under Beijing’s eye.", - "category": "China", - "link": "https://www.nytimes.com/2021/12/09/business/china-evergrande-default.html", - "creator": "Alexandra Stevenson and Cao Li", - "pubDate": "Thu, 09 Dec 2021 10:01:46 +0000", + "title": "Painter of Elijah Cummings Portrait Finds It’s a Career-Changer", + "description": "The Baltimore artist Jerrell Gibbs was commissioned to paint Maryland’s late Representative. The official portrait will be installed at the U.S. Capitol.", + "content": "The Baltimore artist Jerrell Gibbs was commissioned to paint Maryland’s late Representative. The official portrait will be installed at the U.S. Capitol.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/03/arts/design/jerrell-gibbs-elijah-cummings-portrait.html", + "creator": "Hilarie M. Sheets", + "pubDate": "Fri, 03 Dec 2021 16:34:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171790,16 +196679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de711057ba0dde10f3e5852487b3959d" + "hash": "049943451542972cc1bf55d50d899356" }, { - "title": "Tips for Buying a Used Car", - "description": "Top dealerships offer reassurances, but better prices might be found elsewhere. Check the Carfax, and offer to meet in a police station parking lot.", - "content": "Top dealerships offer reassurances, but better prices might be found elsewhere. Check the Carfax, and offer to meet in a police station parking lot.", - "category": "Used Cars", - "link": "https://www.nytimes.com/2021/12/09/business/used-car-buying-tips.html", - "creator": "Paul Stenquist", - "pubDate": "Thu, 09 Dec 2021 11:00:06 +0000", + "title": "‘Annie Live!’ Review: The Sun, as Always, Came Out", + "description": "NBC’s latest live musical had some gaffes. But after another challenging year, it was a treat to watch talented people sing and dance their way through a hopeful bipartisan fable.", + "content": "NBC’s latest live musical had some gaffes. But after another challenging year, it was a treat to watch talented people sing and dance their way through a hopeful bipartisan fable.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/03/arts/television/annie-live-review.html", + "creator": "Noel Murray", + "pubDate": "Fri, 03 Dec 2021 14:19:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171810,16 +196699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "19f4c08838b7ea1e2da50475e6660da4" + "hash": "da463ef5f80d9f3a26483d39c7fdc838" }, { - "title": "Omicron Threatens the Old. Nursing Homes Must Act Now.", - "description": "Whatever the variant may mean for the young, it’s already clear that it can be deadly for the old.", - "content": "Whatever the variant may mean for the young, it’s already clear that it can be deadly for the old.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/09/opinion/omicron-nursing-homes.html", - "creator": "Zeynep Tufekci", - "pubDate": "Thu, 09 Dec 2021 10:00:18 +0000", + "title": "On ‘The NHL on TNT’ Wayne Gretzky Finds Himself as the Rookie", + "description": "Turner Sports, new to hockey, wants to give U.S. fans a better viewing experience, using faster cuts and better camera angles, similar to the TV presentation in Canada.", + "content": "Turner Sports, new to hockey, wants to give U.S. fans a better viewing experience, using faster cuts and better camera angles, similar to the TV presentation in Canada.", + "category": "Hockey, Ice", + "link": "https://www.nytimes.com/2021/12/03/sports/hockey/turner-sports-nhl-tnt-gretzky-bissonnette.html", + "creator": "Jonathan Abrams", + "pubDate": "Fri, 03 Dec 2021 12:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171830,16 +196719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "82072f01503191badbac5da403de3b8a" + "hash": "2b3634673a486093a09df2dc686202c1" }, { - "title": "Recipe Plagiarism and Buying a High School: The Week in Narrated Articles", - "description": "Five articles from around The Times, narrated just for you.", - "content": "Five articles from around The Times, narrated just for you.", - "category": "", - "link": "https://www.nytimes.com/2021/12/03/podcasts/recipe-plagiarism-and-buying-a-high-school-the-week-in-narrated-articles.html", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:30:05 +0000", + "title": "Oh, to Be Mentored by Virgil Abloh", + "description": "The designer made it his mission to foster the talents of young creators.", + "content": "The designer made it his mission to foster the talents of young creators.", + "category": "Abloh, Virgil", + "link": "https://www.nytimes.com/2021/12/02/style/virgil-abloh-mentorship.html", + "creator": "Anna P. Kambhampaty", + "pubDate": "Thu, 02 Dec 2021 08:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171850,16 +196739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1b5c40849c1212f0c77278ded38e8fd" + "hash": "2ef788dcac2b684a310d6583e121a76e" }, { - "title": "Safety Nets That Sustain Community", - "description": "Grants provided support for organizations building out health initiatives, buoying Latino nonprofits and making sure New Yorkers are nourished.", - "content": "Grants provided support for organizations building out health initiatives, buoying Latino nonprofits and making sure New Yorkers are nourished.", - "category": "New York Times Neediest Cases Fund", - "link": "https://www.nytimes.com/2021/12/07/neediest-cases/safety-nets-that-sustain-community.html", - "creator": "Emma Grillo and Kristen Bayrakdarian", - "pubDate": "Tue, 07 Dec 2021 10:00:07 +0000", + "title": "Three Great Documentaries to Stream", + "description": "A look at standout nonfiction films, from classics to overlooked recent works, that will reward your time.", + "content": "A look at standout nonfiction films, from classics to overlooked recent works, that will reward your time.", + "category": "Documentary Films and Programs", + "link": "https://www.nytimes.com/2021/12/02/movies/streaming-documentaries.html", + "creator": "Ben Kenigsberg", + "pubDate": "Thu, 02 Dec 2021 20:20:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171870,16 +196759,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03ef4bb1de08355b719113e864ee78e1" + "hash": "47cdcfe6914385139a1f0e1ba583e306" }, { - "title": "Catharsis Songs", - "description": "Big feelings, big playlist.", - "content": "Big feelings, big playlist.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/08/at-home/newsletter.html", - "creator": "Melissa Kirsch", - "pubDate": "Wed, 08 Dec 2021 22:34:00 +0000", + "title": "November Jobs Report Expected to Show Another Month of Healthy Gains", + "description": "The trajectory of the economy as the holidays approach and a tumultuous year nears its end will come into focus as the government releases new data. The emergence of the Omicron variant threatens some employment gains, but it is too soon to gauge the risk to the economy. Here’s the latest.", + "content": "The trajectory of the economy as the holidays approach and a tumultuous year nears its end will come into focus as the government releases new data. The emergence of the Omicron variant threatens some employment gains, but it is too soon to gauge the risk to the economy. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/03/business/jobs-report-stock-market", + "creator": "The New York Times", + "pubDate": "Fri, 03 Dec 2021 10:58:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171890,16 +196779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "998c46d5e5384d8f20832299e93e59db" + "hash": "12a7bb7c45cfc7acd0e4cbfa6a77287a" }, { - "title": "Gig Worker Protections Get a Push in European Proposal", - "description": "A proposal with widespread political support would entitle drivers and couriers for companies like Uber to a minimum wage and legal protections.", - "content": "A proposal with widespread political support would entitle drivers and couriers for companies like Uber to a minimum wage and legal protections.", - "category": "Delivery Services", - "link": "https://www.nytimes.com/2021/12/09/technology/gig-workers-europe-uber.html", - "creator": "Adam Satariano and Elian Peltier", - "pubDate": "Thu, 09 Dec 2021 10:07:11 +0000", + "title": "Will New Yorkers Continue With Outdoor Dining This Winter?", + "description": "Frigid weather, a new coronavirus variant and indoor service will put outdoor dining to the test this winter.", + "content": "Frigid weather, a new coronavirus variant and indoor service will put outdoor dining to the test this winter.", + "category": "Restaurants", + "link": "https://www.nytimes.com/2021/12/02/dining/new-york-winter-outdoor-dining.html", + "creator": "Victoria Petersen", + "pubDate": "Thu, 02 Dec 2021 18:36:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171910,16 +196799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95c6852ffc5d21b1f7179278b7cda441" + "hash": "7cc9c845a9c90fd6a22f13b1e2e531f9" }, { - "title": "SpaceX Launches IXPE NASA Telescope for X-Ray Views of Universe", - "description": "The IXPE spacecraft will use X-ray polarimetry to better measure black holes, supernovas and other astronomical phenomena.", - "content": "The IXPE spacecraft will use X-ray polarimetry to better measure black holes, supernovas and other astronomical phenomena.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2021/12/09/science/ixpe-spacex-nasa-launch.html", - "creator": "Jonathan O’Callaghan", - "pubDate": "Thu, 09 Dec 2021 06:38:22 +0000", + "title": "Travelers to U.S.: Can They Get Their Tests Back in Time?", + "description": "New travel restrictions announced on Thursday by the White House over fears of the spread of the Omicron variant have many worrying that their trips may not happen.", + "content": "New travel restrictions announced on Thursday by the White House over fears of the spread of the Omicron variant have many worrying that their trips may not happen.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2021/12/02/world/europe/omicron-travel-restrictions-united-states.html", + "creator": "Mark Landler", + "pubDate": "Thu, 02 Dec 2021 22:55:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171930,16 +196819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cf0ddb157fae1c12aba5b38f3c4a179" + "hash": "1d9e7e389fe557b2583906c2a1cd8b30" }, { - "title": "House Votes to Crack Down on Goods Made in Xinjiang Over Abuse of Uyghurs", - "description": "The lopsided margin reflected growing bipartisan anger at China’s human rights abuses against Uyghurs in the northwestern region.", - "content": "The lopsided margin reflected growing bipartisan anger at China’s human rights abuses against Uyghurs in the northwestern region.", - "category": "Law and Legislation", - "link": "https://www.nytimes.com/2021/12/08/us/politics/china-xinjiang-labor-ban-uyghurs.html", - "creator": "Catie Edmondson", - "pubDate": "Thu, 09 Dec 2021 00:39:27 +0000", + "title": "Thefts, Always an Issue for Retailers, Become More Brazen", + "description": "In recent months, robberies have been more visible, with several involving large groups rushing into stores and coming out with armloads of goods.", + "content": "In recent months, robberies have been more visible, with several involving large groups rushing into stores and coming out with armloads of goods.", + "category": "Shopping and Retail", + "link": "https://www.nytimes.com/2021/12/03/business/retailers-robberies-theft.html", + "creator": "Michael Corkery and Sapna Maheshwari", + "pubDate": "Fri, 03 Dec 2021 10:43:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171950,16 +196839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67b377a73650e6401a578df75a476db1" + "hash": "579ec50899a1af5633b6834d15edeadc" }, { - "title": "How to Age Well and Stay in Your Home", - "description": "Don’t wait for a crisis like a broken hip to modify your home.", - "content": "Don’t wait for a crisis like a broken hip to modify your home.", - "category": "Elderly", - "link": "https://www.nytimes.com/2018/05/21/well/how-to-age-well-and-stay-in-your-home.html", - "creator": "Jane E. Brody", - "pubDate": "Mon, 21 May 2018 09:00:01 +0000", + "title": "Government Shutdown Averted as Congress Passes Spending Bill", + "description": "The vote to fund the government through mid-February came after lawmakers staved off a Republican threat to force a shutdown over vaccine mandates.", + "content": "The vote to fund the government through mid-February came after lawmakers staved off a Republican threat to force a shutdown over vaccine mandates.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/02/us/politics/government-shutdown-congress-spending-deal.html", + "creator": "Emily Cochrane", + "pubDate": "Fri, 03 Dec 2021 03:24:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171970,16 +196859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4de297cc33daebbf5ddd2643f940c3fc" + "hash": "8b1b3ed4e2e608d08ae3558aaa562eea" }, { - "title": "How Exercise May Support the Aging Brain", - "description": "Simple activities like walking boost immune cells in the brain that may help to keep memory sharp and even ward off Alzheimer’s disease.", - "content": "Simple activities like walking boost immune cells in the brain that may help to keep memory sharp and even ward off Alzheimer’s disease.", - "category": "Alzheimer's Disease", - "link": "https://www.nytimes.com/2021/12/01/well/move/exercise-brain-health-alzheimers.html", - "creator": "Gretchen Reynolds", - "pubDate": "Fri, 03 Dec 2021 14:16:18 +0000", + "title": "Governor Steve Bullock Warns: Democrats Face Trouble in Rural America", + "description": "It’s time to ditch the grand ideological narratives and talk to voters about their real needs.", + "content": "It’s time to ditch the grand ideological narratives and talk to voters about their real needs.", + "category": "Midterm Elections (2022)", + "link": "https://www.nytimes.com/2021/12/03/opinion/democrats-rural-america-midterms.html", + "creator": "Steve Bullock", + "pubDate": "Fri, 03 Dec 2021 10:02:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -171990,16 +196879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "87197fb1ffd351baa557f4854d40810d" + "hash": "effc719d0eb805c94d1584cce0d59960" }, { - "title": "Getting Older, Sleeping Less", - "description": "When insomnia persists, it can wreak physical, emotional and social havoc.", - "content": "When insomnia persists, it can wreak physical, emotional and social havoc.", - "category": "Sleep", - "link": "https://www.nytimes.com/2017/01/16/well/live/getting-older-sleeping-less.html", - "creator": "Jane E. Brody", - "pubDate": "Mon, 16 Jan 2017 14:31:22 +0000", + "title": "The World Is Lifting Abortion Restrictions. Why Is the U.S. Moving Against the Tide?", + "description": "The trend is towards liberalizing reproductive freedom, not repressing it. ", + "content": "The trend is towards liberalizing reproductive freedom, not repressing it. ", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/02/opinion/abortion-restrictions-roe-wade-usa.html", + "creator": "Mary Fitzgerald", + "pubDate": "Thu, 02 Dec 2021 21:08:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172010,16 +196899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfb11deec0d193e5dc025ad068780fa0" + "hash": "52cfde1fa5322ff1029d8ec4146ff452" }, { - "title": "Is Dancing the Kale of Exercise?", - "description": "Research shows that dance offers a wealth of anti-aging benefits. It’s also fun.", - "content": "Research shows that dance offers a wealth of anti-aging benefits. It’s also fun.", - "category": "Dancing", - "link": "https://www.nytimes.com/2019/04/30/well/move/health-benefits-dancing.html", - "creator": "Marilyn Friedman", - "pubDate": "Tue, 30 Apr 2019 09:00:02 +0000", + "title": "The Supreme Court Wrestles With Abortion", + "description": "Charles M. Blow, Ross Douthat, Lulu Garcia-Navarro and Michelle Goldberg agree on one thing after oral arguments: It’s not looking good for Roe.   ", + "content": "Charles M. Blow, Ross Douthat, Lulu Garcia-Navarro and Michelle Goldberg agree on one thing after oral arguments: It’s not looking good for Roe.   ", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/01/opinion/abortion-supreme-court-dobbs-roe-wade.html", + "creator": "Charles M. Blow, Ross Douthat, Michelle Goldberg and Lulu Garcia-Navarro", + "pubDate": "Thu, 02 Dec 2021 12:33:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172030,16 +196919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a07bc98f1afde8eb1fbcd639f08087b7" + "hash": "46335208f929af1311b6fa6f1e96ed24" }, { - "title": "For a Longer Life, Get Moving. Even a Little.", - "description": "Some of the greatest gains are seen when people shift from being sedentary toward ambling for even one extra hour each day.", - "content": "Some of the greatest gains are seen when people shift from being sedentary toward ambling for even one extra hour each day.", - "category": "Longevity", - "link": "https://www.nytimes.com/2019/08/28/well/move/for-a-longer-life-get-moving-even-a-little.html", - "creator": "Gretchen Reynolds", - "pubDate": "Tue, 03 Sep 2019 05:16:39 +0000", + "title": "How to Store Your Covid Vaccine Card or Test Results on Your Phone", + "description": "To plan for safe travels and gatherings this holiday season, here are some simple ways to take your Covid-related health data with you.", + "content": "To plan for safe travels and gatherings this holiday season, here are some simple ways to take your Covid-related health data with you.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2021/12/01/technology/personaltech/covid-vaccination-card-phone.html", + "creator": "Brian X. Chen", + "pubDate": "Wed, 01 Dec 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172050,16 +196939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfe29f4eb96daf780e33e628c37cc409" + "hash": "29ee983cb54461fba6976ffd1feb1bc0" }, { - "title": "Book Review: 'Garbo,' by Robert Gottlieb", - "description": "Robert Gottlieb’s scrupulous study, “Garbo,” suggests that the great star was a sphinx without a secret.", - "content": "Robert Gottlieb’s scrupulous study, “Garbo,” suggests that the great star was a sphinx without a secret.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/03/books/review/greta-garbo-biography-robert-gottlieb.html", - "creator": "Mark Harris", - "pubDate": "Fri, 03 Dec 2021 20:43:33 +0000", + "title": "Republican Recriminations Point to a Rocky Path to a House Majority", + "description": "Simmering tensions between the far-right flank and more traditional conservatives burst into the open on Tuesday, while Republican leaders stayed silent.", + "content": "Simmering tensions between the far-right flank and more traditional conservatives burst into the open on Tuesday, while Republican leaders stayed silent.", + "category": "Republican Party", + "link": "https://www.nytimes.com/2021/11/30/us/politics/boebert-greene-mace.html", + "creator": "Jonathan Weisman", + "pubDate": "Wed, 01 Dec 2021 01:57:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172070,16 +196959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f98cb6b526b663c7e969a6e25770aaea" + "hash": "6babb20951d8ff56cb015245f3aa8772" }, { - "title": "‘Being the Ricardos’ Review: Kiss, Fight, Rinse, Repeat", - "description": "Nicole Kidman and Javier Bardem star as Lucille Ball and Desi Arnaz in Aaron Sorkin’s drama about one very bad week.", - "content": "Nicole Kidman and Javier Bardem star as Lucille Ball and Desi Arnaz in Aaron Sorkin’s drama about one very bad week.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/08/movies/being-the-ricardos-review.html", - "creator": "Manohla Dargis", - "pubDate": "Wed, 08 Dec 2021 22:30:55 +0000", + "title": "The Guccis Are Really Not Happy About ‘House of Gucci’", + "description": "When artistic license collides with reality, which one wins?", + "content": "When artistic license collides with reality, which one wins?", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2021/11/30/style/guccis-criticize-house-of-gucci.html", + "creator": "Vanessa Friedman", + "pubDate": "Tue, 30 Nov 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172090,16 +196979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5094f1995bb85c48a90f4403accfb2b9" + "hash": "0a31bf1939da4c626701cbca1b5fd91f" }, { - "title": "Best Jazz Albums of 2021", - "description": "In a year of continued uncertainty, musicians held their colleagues, and listeners, close.", - "content": "In a year of continued uncertainty, musicians held their colleagues, and listeners, close.", - "category": "Jazz", - "link": "https://www.nytimes.com/2021/12/02/arts/music/best-jazz-albums.html", - "creator": "Giovanni Russonello", - "pubDate": "Tue, 07 Dec 2021 16:04:37 +0000", + "title": "Jake Sullivan, Biden's Adviser, Long a Figure of Fascination", + "description": "Washington has long been captivated by fallen star narratives, which has made President Biden’s national security adviser a figure of fascination, somewhere between sympathy and schadenfreude.", + "content": "Washington has long been captivated by fallen star narratives, which has made President Biden’s national security adviser a figure of fascination, somewhere between sympathy and schadenfreude.", + "category": "Sullivan, Jacob J (1976- )", + "link": "https://www.nytimes.com/2021/11/30/us/politics/jake-sullivan-biden.html", + "creator": "Mark Leibovich", + "pubDate": "Tue, 30 Nov 2021 10:00:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172110,16 +196999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0c5ca9cb21887262ce88189dc62ff50" + "hash": "859d73f4566d0245e64259a83e1bc178" }, { - "title": "René Pollesch Aims for a ‘Safe Space’ at the Volksbühne in Berlin", - "description": "René Pollesch is the fourth boss of the Volksbühne in four years. The Berlin theater is pinning hopes of a return to its former vibrancy on his collaborative approach.", - "content": "René Pollesch is the fourth boss of the Volksbühne in four years. The Berlin theater is pinning hopes of a return to its former vibrancy on his collaborative approach.", - "category": "Volksbuhne", - "link": "https://www.nytimes.com/2021/12/03/theater/rene-pollesch-volksbuehne.html", - "creator": "A.J. Goldmann", - "pubDate": "Fri, 03 Dec 2021 15:24:49 +0000", + "title": "Was She Just Another Nicely Packaged Pain Delivery System?", + "description": "I had been burned too badly to believe in love. And yet, believe I did.", + "content": "I had been burned too badly to believe in love. And yet, believe I did.", + "category": "Love (Emotion)", + "link": "https://www.nytimes.com/2021/12/03/style/modern-love-nicely-packaged-pain-delivery-system.html", + "creator": "Judith Fetterley", + "pubDate": "Fri, 03 Dec 2021 05:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172130,16 +197019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2134d9002442e4804153821ff28a0eb" + "hash": "1c0fee8eca5c86497a90d59920381ef1" }, { - "title": "Remembering Sylvia Weinstock, the ‘Queen of Cake’", - "description": "Sylvia Weinstock, who died Nov. 22, created thousands of wedding cakes over the years. Four couples share what her confections meant to them.", - "content": "Sylvia Weinstock, who died Nov. 22, created thousands of wedding cakes over the years. Four couples share what her confections meant to them.", - "category": "Bakeries and Baked Products", - "link": "https://www.nytimes.com/2021/12/04/style/sylvia-weinstock-queen-of-cake.html", - "creator": "Alix Strauss", - "pubDate": "Sat, 04 Dec 2021 10:00:16 +0000", + "title": "A Synagogue Feud Spills Into Public View: ‘Only Room for One Rabbi’", + "description": "Rabbi Arthur Schneier abruptly fired Rabbi Benjamin Goldschmidt from Park East Synagogue, and long-simmering tensions publicly exploded in a way rabbinic rivalries rarely do.", + "content": "Rabbi Arthur Schneier abruptly fired Rabbi Benjamin Goldschmidt from Park East Synagogue, and long-simmering tensions publicly exploded in a way rabbinic rivalries rarely do.", + "category": "Synagogues", + "link": "https://www.nytimes.com/2021/12/03/nyregion/park-east-synagogue-rabbi.html", + "creator": "Liam Stack", + "pubDate": "Fri, 03 Dec 2021 10:00:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172150,16 +197039,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e404362888192928351982e346fd19c" + "hash": "9517e4ffaeb57c4cfd1d3376ee4e0f8a" }, { - "title": "More Than 200 Million Americans Are Fully Vaccinated", - "description": "The U.S. crossed the milestone as the threat of the Omicron variant spurred a flurry of shots in recent days. Here’s the latest on the pandemic.", - "content": "The U.S. crossed the milestone as the threat of the Omicron variant spurred a flurry of shots in recent days. Here’s the latest on the pandemic.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/08/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Wed, 08 Dec 2021 23:25:51 +0000", + "title": "Putting Principles Before Profits, Steve Simon Takes a Stand", + "description": "The WTA chief has spent years in tennis working quietly to put players first. Suspending tournaments in China over the treatment of star Peng Shuai has made him the most talked-about leader in sports.", + "content": "The WTA chief has spent years in tennis working quietly to put players first. Suspending tournaments in China over the treatment of star Peng Shuai has made him the most talked-about leader in sports.", + "category": "Tennis", + "link": "https://www.nytimes.com/2021/12/02/sports/tennis/steve-simon-peng-shuai-wta.html", + "creator": "Matthew Futterman", + "pubDate": "Fri, 03 Dec 2021 00:43:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172170,16 +197059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "90ea88e076404dfae7609a182849d622" + "hash": "f6c75474b6704470bb1d4c916eb5dc90" }, { - "title": "Pfizer Says Its Booster Is Effective Against Omicron", - "description": "The company’s finding is based on only a small study of blood samples in a laboratory, but others are sure to follow.", - "content": "The company’s finding is based on only a small study of blood samples in a laboratory, but others are sure to follow.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/08/health/pfizer-booster-omicron.html", - "creator": "Sharon LaFraniere", - "pubDate": "Thu, 09 Dec 2021 01:14:35 +0000", + "title": "After a Bungled Theft of Navy’s Mascot Draws Fire, Goatnappers Strike Again", + "description": "Leaders of the nation’s military academies say swiping one another’s mascot animals is strictly forbidden, but that hasn’t seemed to deter glory-seeking raiders.", + "content": "Leaders of the nation’s military academies say swiping one another’s mascot animals is strictly forbidden, but that hasn’t seemed to deter glory-seeking raiders.", + "category": "United States Military Academy", + "link": "https://www.nytimes.com/2021/12/03/us/west-point-cadets-goats-theft.html", + "creator": "Dave Philipps", + "pubDate": "Fri, 03 Dec 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172190,16 +197079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d29be6b949acdd8792708d8fccff49be" + "hash": "56d4633223944eef39d34b1962ed6f0b" }, { - "title": "The World Is Unprepared for the Next Pandemic, Report Says", - "description": "The latest Global Health Security Index finds that no country is positioned well to respond to outbreaks.", - "content": "The latest Global Health Security Index finds that no country is positioned well to respond to outbreaks.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/12/08/health/covid-pandemic-preparedness.html", - "creator": "Emily Anthes", - "pubDate": "Wed, 08 Dec 2021 23:17:55 +0000", + "title": "Why the Supply Chain Crisis Does Not Affect These Businesses", + "description": "Focusing on local parts and production, some manufacturers have been rewarded during the pandemic.", + "content": "Focusing on local parts and production, some manufacturers have been rewarded during the pandemic.", + "category": "Ships and Shipping", + "link": "https://www.nytimes.com/2021/12/03/nyregion/supply-chain-crisis-nyc.html", + "creator": "Alyson Krueger", + "pubDate": "Fri, 03 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172210,16 +197099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ef4d06d40a65315a39cba53908a88ba" + "hash": "13d4eca0f4fcf9ce051e720e6e585e05" }, { - "title": "Britain Introduces 'Plan B' Covid Measures to Tackle Omicron", - "description": "People in England will be urged to work from home and have to show proof of vaccination. Critics say the prime minister is trying to deflect attention from a growing outcry over reports his staff flouted Covid rules.", - "content": "People in England will be urged to work from home and have to show proof of vaccination. Critics say the prime minister is trying to deflect attention from a growing outcry over reports his staff flouted Covid rules.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/08/world/europe/uk-covid-johnson.html", - "creator": "Mark Landler, Stephen Castle and Megan Specia", - "pubDate": "Wed, 08 Dec 2021 21:06:04 +0000", + "title": "Court in Philippines Allows Maria Ressa to Travel to Norway for Nobel", + "description": "The decision came after days of growing international pressure on the government to allow the journalist to attend the ceremony in Norway.", + "content": "The decision came after days of growing international pressure on the government to allow the journalist to attend the ceremony in Norway.", + "category": "Philippines", + "link": "https://www.nytimes.com/2021/12/03/world/asia/maria-ressa-nobel-peace-prize.html", + "creator": "Sui-Lee Wee", + "pubDate": "Fri, 03 Dec 2021 09:53:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172230,16 +197119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e99aed4b8f00483bc93131ca09804470" + "hash": "95d20bf29560900f8ff358be3b21fc48" }, { - "title": "Ally, Member or Partner? NATO’s Long Dilemma Over Ukraine.", - "description": "NATO promised Ukraine full membership in 2008, but without explaining how or when. Putin sees that promise as an ongoing threat to Russia.", - "content": "NATO promised Ukraine full membership in 2008, but without explaining how or when. Putin sees that promise as an ongoing threat to Russia.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/08/world/europe/nato-ukraine-russia-dilemma.html", - "creator": "Steven Erlanger", - "pubDate": "Wed, 08 Dec 2021 21:39:26 +0000", + "title": "Police Arrest Suspect in Fatal Shooting of Jacqueline Avant, Philanthropist and Wife of Clarence Avant", + "description": "About an hour after Jacqueline Avant was killed, the police arrested a man after he accidentally shot himself in the foot while burglarizing a home in Hollywood.", + "content": "About an hour after Jacqueline Avant was killed, the police arrested a man after he accidentally shot himself in the foot while burglarizing a home in Hollywood.", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2021/12/02/us/jacqueline-avant-shooting-suspect.html", + "creator": "Michael Levenson", + "pubDate": "Thu, 02 Dec 2021 22:10:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172250,16 +197139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1df81698ef81ab3a9735c5b54c4f14cc" + "hash": "ce6589c0e032384b5d26040de7e7325f" }, { - "title": "U.S. Threat to Squeeze Russia’s Economy Is a Tactic With a Mixed Record", - "description": "Sanctions, like aiming to cut oil exports, could also hurt European allies. “It’s a limited toolbox,” one expert said.", - "content": "Sanctions, like aiming to cut oil exports, could also hurt European allies. “It’s a limited toolbox,” one expert said.", - "category": "Embargoes and Sanctions", - "link": "https://www.nytimes.com/2021/12/08/business/economy/us-russia-sanctions-ukraine.html", - "creator": "Patricia Cohen", - "pubDate": "Thu, 09 Dec 2021 01:38:17 +0000", + "title": "More Sept. 11 Victims Who Sued the Taliban Want Frozen Afghan Funds", + "description": "The Biden administration was set to tell a court on Friday what it thinks should happen, but obtained a delay until Jan. 28.", + "content": "The Biden administration was set to tell a court on Friday what it thinks should happen, but obtained a delay until Jan. 28.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2021/12/02/us/politics/9-11-families-taliban-funds.html", + "creator": "Charlie Savage", + "pubDate": "Fri, 03 Dec 2021 01:19:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172270,16 +197159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfb5fe8d4a6edc49f222b8a3888bc528" + "hash": "99d231a26936db2b102a96ab0dab81c7" }, { - "title": "Meadows Sues Pelosi in Bid to Block Jan. 6 Committee Subpoena", - "description": "The suit came hours after the committee said it would prepare a criminal contempt of Congress referral against Mark Meadows, who was President Donald J. Trump’s chief of staff on Jan. 6.", - "content": "The suit came hours after the committee said it would prepare a criminal contempt of Congress referral against Mark Meadows, who was President Donald J. Trump’s chief of staff on Jan. 6.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/08/us/politics/mark-meadows-contempt-jan-6-committee.html", - "creator": "Luke Broadwater", - "pubDate": "Wed, 08 Dec 2021 23:21:19 +0000", + "title": "Are Mammograms Worthwhile for Older Women?", + "description": "Some might be better off not knowing they have breast cancer because they are likely to die of other causes long before breast cancer would threaten their health.", + "content": "Some might be better off not knowing they have breast cancer because they are likely to die of other causes long before breast cancer would threaten their health.", + "category": "Mammography", + "link": "https://www.nytimes.com/2020/08/17/well/live/mammograms-older-women.html", + "creator": "Jane E. Brody", + "pubDate": "Tue, 17 Aug 2021 11:18:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172290,16 +197179,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8706204da0793aceb5f331ce28be8603" + "hash": "fc0bf782d5f387ccc905723c4fe88aa3" }, { - "title": "Some Jan. 6 Rioters May Use Police Brutality as a Defense", - "description": "Half a dozen defendants in the assault on the Capitol are using video to try to make a case that they were simply protecting themselves and others. They face skepticism and an uphill legal battle.", - "content": "Half a dozen defendants in the assault on the Capitol are using video to try to make a case that they were simply protecting themselves and others. They face skepticism and an uphill legal battle.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/08/us/politics/jan-6-riot-police-brutality-defense.html", - "creator": "Alan Feuer", - "pubDate": "Wed, 08 Dec 2021 15:58:09 +0000", + "title": "How to Recognize and Treat Perimenopause Symptoms", + "description": "We break down the signs, causes and treatment options for five common symptoms.", + "content": "We break down the signs, causes and treatment options for five common symptoms.", + "category": "Estrogen", + "link": "https://www.nytimes.com/2021/04/29/well/perimenopause-menopause-symptoms.html", + "creator": "Dani Blum and Monica Garwood", + "pubDate": "Tue, 11 May 2021 14:14:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172310,16 +197199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1162a091aba0555556a26c6bd0dabeee" + "hash": "c00d283d3c53d0ae7d593482560cfd3a" }, { - "title": "De Blasio Fought for 2 Years to Keep Ethics Warning Secret. Here’s Why.", - "description": "Mayor Bill de Blasio was warned that he created an “appearance of coercion and improper access” by directly contacting donors who had business before the city.", - "content": "Mayor Bill de Blasio was warned that he created an “appearance of coercion and improper access” by directly contacting donors who had business before the city.", - "category": "de Blasio, Bill", - "link": "https://www.nytimes.com/2021/12/08/nyregion/bill-de-blasio-donors-nyc.html", - "creator": "William Neuman", - "pubDate": "Wed, 08 Dec 2021 22:42:46 +0000", + "title": "When to Start With a Gynecologist?", + "description": "Cervical cancer screening starts at age 21. But there are reasons to start seeing a gynecologist earlier. ", + "content": "Cervical cancer screening starts at age 21. But there are reasons to start seeing a gynecologist earlier. ", + "category": "Menstruation", + "link": "https://www.nytimes.com/2019/01/10/well/live/when-to-start-with-a-gynecologist.html", + "creator": "Jen Gunter", + "pubDate": "Thu, 10 Jan 2019 14:10:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172330,16 +197219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ef6766812cf2dad5c3da0ab252a0015" + "hash": "b1947fa30c4514a5a02e1c8dc83ba9d8" }, { - "title": "The Oscars Are Broken. Here’s How to Fix Them.", - "description": "The ratings flop that was the last ceremony provided useful lessons in what not to do. But there are steps the academy can take for an actually enjoyable evening.", - "content": "The ratings flop that was the last ceremony provided useful lessons in what not to do. But there are steps the academy can take for an actually enjoyable evening.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/08/movies/how-to-fix-the-oscars.html", - "creator": "Kyle Buchanan", - "pubDate": "Thu, 09 Dec 2021 05:21:50 +0000", + "title": "How Egg Freezing Went Mainstream", + "description": "Men could easily freeze their sperm since the 1970s. So why did it take so long to figure out how to successfully freeze a woman’s eggs?", + "content": "Men could easily freeze their sperm since the 1970s. So why did it take so long to figure out how to successfully freeze a woman’s eggs?", + "category": "Egg Donation and Freezing", + "link": "https://www.nytimes.com/2020/04/17/parenting/fertility/egg-freezing.html", + "creator": "Molly Elizalde", + "pubDate": "Fri, 17 Apr 2020 14:38:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172350,16 +197239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd6afe3ae731a86dcebc88d37518d52f" + "hash": "aabe14fccc1e4a28c25ee57da9115f74" }, { - "title": "I’m an E.R. Doctor in Michigan, Where Unvaccinated People Are Filling Hospital Beds", - "description": "With every shift, I see the strain people sick with Covid-19 put on my hospital. ", - "content": "With every shift, I see the strain people sick with Covid-19 put on my hospital. ", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/08/opinion/covid-michigan-surge.html", - "creator": "Rob Davidson", - "pubDate": "Wed, 08 Dec 2021 10:00:14 +0000", + "title": "Protecting Your Birth: A Guide For Black Mothers", + "description": "How racism can impact your pre- and postnatal care — and advice for speaking to your Ob-Gyn about it.", + "content": "How racism can impact your pre- and postnatal care — and advice for speaking to your Ob-Gyn about it.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/article/black-mothers-birth.html", + "creator": "Erica Chidi and Erica P. Cahill, M.D.", + "pubDate": "Thu, 22 Oct 2020 19:03:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172370,16 +197259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce084ce942051b596bc47041c22b5ad0" + "hash": "0f520dcc7551222719e637f6476fc25f" }, { - "title": "In Russia, the Pandemic Is Beating Putin", - "description": "The virus has starkly revealed the limits of the president’s power.", - "content": "The virus has starkly revealed the limits of the president’s power.", - "category": "Russia", - "link": "https://www.nytimes.com/2021/12/08/opinion/covid-russia-putin.html", - "creator": "Alexey Kovalev", - "pubDate": "Wed, 08 Dec 2021 06:00:06 +0000", + "title": "For Andy Warhol, Faith and Sexuality Intertwined", + "description": "The Brooklyn Museum shows how Catholicism seeped into his art, complicating our view of the Pop master.", + "content": "The Brooklyn Museum shows how Catholicism seeped into his art, complicating our view of the Pop master.", + "category": "Art", + "link": "https://www.nytimes.com/2021/12/02/arts/design/warhol-religion-museum-review-catholic.html", + "creator": "Karen Rosenberg", + "pubDate": "Thu, 02 Dec 2021 15:42:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172390,16 +197279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c8fbe175458508cf450890f5be6c0b1" + "hash": "c425a1a4477defd9cab2c5596bccd35b" }, { - "title": "Trump Won’t Let America Go. Can Democrats Pry It Away?", - "description": "“The radicalized G.O.P. is the main anti-democratic force.” ", - "content": "“The radicalized G.O.P. is the main anti-democratic force.” ", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/08/opinion/trump-democrats-republicans.html", - "creator": "Thomas B. Edsall", - "pubDate": "Wed, 08 Dec 2021 10:00:16 +0000", + "title": "NFL Week 13 Predictions: Odds and Picks Against the Spread", + "description": "Kansas City looks to gain separation in the tight A.F.C. West, and the Bills will try to retake the A.F.C. East from the Patriots.", + "content": "Kansas City looks to gain separation in the tight A.F.C. West, and the Bills will try to retake the A.F.C. East from the Patriots.", + "category": "Football", + "link": "https://www.nytimes.com/2021/12/02/sports/football/nfl-week-13-picks.html", + "creator": "Emmanuel Morgan", + "pubDate": "Fri, 03 Dec 2021 08:19:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172410,16 +197299,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc8cdcdaf301f724baa58e9f4f86c5e9" + "hash": "a8079ddb3cff38971001ef10619c634b" }, { - "title": "Can the Press Prevent a Trump Restoration?", - "description": "A journalism that shades the truth for the sake of some higher cause will lose the trust of some of the people it’s trying to steer away from demagogy.", - "content": "A journalism that shades the truth for the sake of some higher cause will lose the trust of some of the people it’s trying to steer away from demagogy.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/08/opinion/trump-press-restoration.html", - "creator": "Ross Douthat", - "pubDate": "Wed, 08 Dec 2021 10:00:20 +0000", + "title": "For Parents, a Lifeline in Unemployment", + "description": "Readjusting to their households’ needs, New Yorkers out of work found “there will be people who will help you.”", + "content": "Readjusting to their households’ needs, New Yorkers out of work found “there will be people who will help you.”", + "category": "New York Times Neediest Cases Fund", + "link": "https://www.nytimes.com/2021/12/02/neediest-cases/for-parents-a-lifeline-in-unemployment.html", + "creator": "Emma Grillo", + "pubDate": "Thu, 02 Dec 2021 19:21:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172430,16 +197319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "250c9ad5a7b5656f2bbb2015ee07ac1d" + "hash": "29fc536621f94991613b801e03ee0824" }, { - "title": "Climate Progress Depends on U.S.-China Competition", - "description": "Competition between American and Chinese companies will be the real driver of decreased greenhouse gas emissions around the globe.", - "content": "Competition between American and Chinese companies will be the real driver of decreased greenhouse gas emissions around the globe.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/08/opinion/us-china-competition-climate-progress.html", - "creator": "Deborah Seligsohn", - "pubDate": "Wed, 08 Dec 2021 06:00:06 +0000", + "title": "Trevor Noah Says Omicron Might Not Be So Bad", + "description": "Noah said that new strains are like streaming new TV shows: “You gotta stick with it the first couple of weeks and see where it goes.”", + "content": "Noah said that new strains are like streaming new TV shows: “You gotta stick with it the first couple of weeks and see where it goes.”", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/03/arts/television/trevor-noah-omicron-like-a-new-tv-show.html", + "creator": "Trish Bendix", + "pubDate": "Fri, 03 Dec 2021 07:14:48 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172450,16 +197339,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30a9a7b3afb9cc06b752c53d49a5176a" + "hash": "47418bfa50d4a475a58d0caf3ef77616" }, { - "title": "How Tech Is Helping Poor People Get Government Aid", - "description": "Even as the government expanded aid programs, many people faced barriers to using them. That problem is now being addressed with apps and streamlined websites.", - "content": "Even as the government expanded aid programs, many people faced barriers to using them. That problem is now being addressed with apps and streamlined websites.", - "category": "Welfare (US)", - "link": "https://www.nytimes.com/2021/12/08/us/politics/safety-net-apps-tech.html", - "creator": "Jason DeParle", - "pubDate": "Wed, 08 Dec 2021 16:55:26 +0000", + "title": "Best Dance of 2021", + "description": "A year of uncertainty was capped by a happy ending: a rush of performances this fall, including standouts by masters (Twyla Tharp) and breakout stars (LaTasha Barnes).", + "content": "A year of uncertainty was capped by a happy ending: a rush of performances this fall, including standouts by masters (Twyla Tharp) and breakout stars (LaTasha Barnes).", + "category": "arts year in review 2021", + "link": "https://www.nytimes.com/2021/12/01/arts/dance/best-dance-2021.html", + "creator": "Gia Kourlas, Brian Seibert and Siobhan Burke", + "pubDate": "Thu, 02 Dec 2021 15:06:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172470,16 +197359,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91a12d78842b0896e92a5c5426342b03" + "hash": "92f174227f0991e47e9e5bb859d4eb37" }, { - "title": "California Positions Itself as a ‘Refuge’ of Abortion Rights", - "description": "A new legislative proposal includes the recommendation to fund the procedure for low-income women who come to California for abortion services.", - "content": "A new legislative proposal includes the recommendation to fund the procedure for low-income women who come to California for abortion services.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/08/us/california-abortion-sanctuary-state.html", - "creator": "Thomas Fuller", - "pubDate": "Wed, 08 Dec 2021 23:20:57 +0000", + "title": "Michigan Shooting Suspect Faces Murder and Terrorism Charges", + "description": "A 15-year-old accused of killing four of his classmates and wounding seven other people had described wanting to attack the school in cellphone videos and a journal, the authorities said.", + "content": "A 15-year-old accused of killing four of his classmates and wounding seven other people had described wanting to attack the school in cellphone videos and a journal, the authorities said.", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/01/us/ethan-crumbley-michigan-high-school-shooting.html", + "creator": "Jennifer Conlin, Mitch Smith, Giulia Heyward and Jack Healy", + "pubDate": "Thu, 02 Dec 2021 18:48:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172490,16 +197379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "678cc93ffa02443da2fa6361eca91de7" + "hash": "8b9737e669b95976be852e6db5305bab" }, { - "title": "Four Takeaways From the 8th Day of Ghislaine Maxwell’s Trial", - "description": "A former pilot and a former assistant at Jeffrey Epstein’s Palm Beach home testified, as prosecutors sought to bolster the accounts of Ms. Maxwell’s accusers.", - "content": "A former pilot and a former assistant at Jeffrey Epstein’s Palm Beach home testified, as prosecutors sought to bolster the accounts of Ms. Maxwell’s accusers.", - "category": "Epstein, Jeffrey E (1953- )", - "link": "https://www.nytimes.com/2021/12/08/nyregion/ghislaine-maxwell-trial-takeaways.html", - "creator": "Rebecca Davis O’Brien", - "pubDate": "Wed, 08 Dec 2021 22:45:26 +0000", + "title": "Biden’s New Virus Plan Aims to Keep Economy Open as Omicron Spreads", + "description": "President Biden’s strategy includes new testing requirements for international travelers and insurance reimbursement for at-home coronavirus tests. “We’re going to fight this variant with science and speed, not chaos and confusion,” Mr. Biden said in a speech. Here’s the latest.", + "content": "President Biden’s strategy includes new testing requirements for international travelers and insurance reimbursement for at-home coronavirus tests. “We’re going to fight this variant with science and speed, not chaos and confusion,” Mr. Biden said in a speech. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/02/world/biden-omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Thu, 02 Dec 2021 21:15:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172510,16 +197399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "580c1bd1d28a22dce865c96ac178f01d" + "hash": "9c5e4fa70ee1b9fa894574be06af37ed" }, { - "title": "Supreme Court Seems Wary of Ban on State Aid to Religious Schools", - "description": "The case, concerning a tuition program in Maine, seemed likely to extend a winning streak at the court for parents seeking public funds for religious education.", - "content": "The case, concerning a tuition program in Maine, seemed likely to extend a winning streak at the court for parents seeking public funds for religious education.", - "category": "Supreme Court (US)", - "link": "https://www.nytimes.com/2021/12/08/us/politics/supreme-court-religious-schools-maine.html", - "creator": "Adam Liptak", - "pubDate": "Wed, 08 Dec 2021 22:15:39 +0000", + "title": "In Biden’s Plan for Free Rapid Tests, Legwork Will Be Required", + "description": "Some nations make Covid tests available at little to no cost for consumers. The U.S. plan for home testing includes submitting receipts to private insurers.", + "content": "Some nations make Covid tests available at little to no cost for consumers. The U.S. plan for home testing includes submitting receipts to private insurers.", + "category": "Health Insurance and Managed Care", + "link": "https://www.nytimes.com/2021/12/02/upshot/biden-covid-rapid-tests.html", + "creator": "Sarah Kliff and Reed Abelson", + "pubDate": "Thu, 02 Dec 2021 23:47:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172530,16 +197419,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34a063ddac6dd50e7d6c34c08365ad64" + "hash": "69b55316873ba88fb759ede2d42a6a8f" }, { - "title": "Biden Orders Federal Vehicles and Buildings to Use Renewable Energy by 2050", - "description": "The federal government would stop buying gasoline-powered vehicles by 2035 and its buildings would be powered by wind, solar or other carbon-free electricity by 2050.", - "content": "The federal government would stop buying gasoline-powered vehicles by 2035 and its buildings would be powered by wind, solar or other carbon-free electricity by 2050.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/08/climate/biden-government-carbon-neutral.html", - "creator": "Lisa Friedman", - "pubDate": "Wed, 08 Dec 2021 21:32:55 +0000", + "title": "Why Didn’t the U.S. Detect Omicron Cases Sooner?", + "description": "Genomic surveillance has improved enormously in recent months, but the system has built-in delays, and blind spots remain.", + "content": "Genomic surveillance has improved enormously in recent months, but the system has built-in delays, and blind spots remain.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/12/02/health/omicron-variant-genetic-surveillance.html", + "creator": "Emily Anthes", + "pubDate": "Thu, 02 Dec 2021 23:39:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172550,16 +197439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "925c4aea9116d1af7a9275d10f05fc02" + "hash": "000b4b308fe7bcbd1101666172bad907" }, { - "title": "Hillary Clinton Reads Discarded Victory Speech From 2016 Election", - "description": "Mrs. Clinton read the long-shelved speech aloud for her offering on MasterClass, a site featuring lessons from prominent figures in the arts, business and other fields.", - "content": "Mrs. Clinton read the long-shelved speech aloud for her offering on MasterClass, a site featuring lessons from prominent figures in the arts, business and other fields.", - "category": "Presidential Election of 2016", - "link": "https://www.nytimes.com/2021/12/08/us/elections/hillary-clinton-speech-election.html", - "creator": "Michael Levenson", - "pubDate": "Thu, 09 Dec 2021 03:32:56 +0000", + "title": "Five Omicron Variant Cases Confirmed in New York State", + "description": "“This is not a cause for major alarm,” Gov. Kathy Hochul said, adding that she was not announcing a shutdown or other drastic measures in response to the cases.", + "content": "“This is not a cause for major alarm,” Gov. Kathy Hochul said, adding that she was not announcing a shutdown or other drastic measures in response to the cases.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/02/nyregion/omicron-variant-new-york.html", + "creator": "Emma G. Fitzsimmons", + "pubDate": "Fri, 03 Dec 2021 00:06:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172570,16 +197459,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "76225d8b738ef20704a0ad86c4836da9" + "hash": "ff2b2c352958a5a0a99feed8d0118368" }, { - "title": "Woman Stole Daughter’s Identity to Get Loans and Attend College, U.S. Says", - "description": "Laura Oglesby, 48, of Missouri, who pleaded guilty to intentionally providing false information to the Social Security Administration, lived as someone nearly half her age, the authorities said.", - "content": "Laura Oglesby, 48, of Missouri, who pleaded guilty to intentionally providing false information to the Social Security Administration, lived as someone nearly half her age, the authorities said.", - "category": "Colleges and Universities", - "link": "https://www.nytimes.com/2021/12/08/us/laura-oglesby-social-security-fraud.html", - "creator": "Jesus Jiménez", - "pubDate": "Thu, 09 Dec 2021 02:34:30 +0000", + "title": "New York City Sets Vaccine Mandate for Religious and Private School Workers", + "description": "The directive, which affects 56,000 employees, may face opposition at yeshivas, because of resistance to coronavirus vaccines among some Orthodox Jews.", + "content": "The directive, which affects 56,000 employees, may face opposition at yeshivas, because of resistance to coronavirus vaccines among some Orthodox Jews.", + "category": "Vaccination and Immunization", + "link": "https://www.nytimes.com/2021/12/02/nyregion/nyc-vaccine-mandate-private-schools.html", + "creator": "Emma G. Fitzsimmons", + "pubDate": "Thu, 02 Dec 2021 21:10:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172590,16 +197479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5f1010dc57595bb22836a8f9fea61a0" + "hash": "065bf598a547312a3700bfef61a4bf78" }, { - "title": "Allergan Settles with N.Y. for $200 Million in Sprawling Opioid Case", - "description": "The agreement with Allergan, a company whose best-known product is Botox, is the latest settlement in the case jointly argued by New York State and two counties.", - "content": "The agreement with Allergan, a company whose best-known product is Botox, is the latest settlement in the case jointly argued by New York State and two counties.", - "category": "Opioids and Opiates", - "link": "https://www.nytimes.com/2021/12/08/nyregion/allergan-settlement-opioid.html", - "creator": "Sarah Maslin Nir", - "pubDate": "Thu, 09 Dec 2021 00:22:01 +0000", + "title": "San Francisco Followed Covid Rules. Will Omicron Change the Playbook?", + "description": "San Francisco has endured mask mandates, vaccination requirements and lockdowns. Now with the first U.S. case of the Omicron variant, no one’s sure what comes next.", + "content": "San Francisco has endured mask mandates, vaccination requirements and lockdowns. Now with the first U.S. case of the Omicron variant, no one’s sure what comes next.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/02/us/san-francisco-omicron-mask-mandate-lockdown.html", + "creator": "Erin Woo, Shawn Hubler and Jill Cowan", + "pubDate": "Thu, 02 Dec 2021 21:18:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172610,16 +197499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6aced77317be841658c2b2572e0659d8" + "hash": "1b3cbb70634240a3938fc0b12ec11fa5" }, { - "title": "Tensions Rise at Columbia as Strikers Fear Retaliation From University", - "description": "After administrators sent an email saying that students who remained on strike after Friday were not guaranteed jobs next term, union members turned up the heat.", - "content": "After administrators sent an email saying that students who remained on strike after Friday were not guaranteed jobs next term, union members turned up the heat.", - "category": "Colleges and Universities", - "link": "https://www.nytimes.com/2021/12/08/nyregion/columbia-grad-student-strike.html", - "creator": "Ashley Wong", - "pubDate": "Thu, 09 Dec 2021 00:09:47 +0000", + "title": "Germany Requires Vaccines for Store and Restaurant Customers", + "description": "Facing a huge coronavirus surge, Chancellor Angela Merkel, her successor, Olaf Scholz, and state governors agreed on tough new restrictions on people who have not been inoculated.", + "content": "Facing a huge coronavirus surge, Chancellor Angela Merkel, her successor, Olaf Scholz, and state governors agreed on tough new restrictions on people who have not been inoculated.", + "category": "Vaccination Proof and Immunization Records", + "link": "https://www.nytimes.com/2021/12/02/world/europe/germany-unvaccinated-restrictions.html", + "creator": "Christopher F. Schuetze", + "pubDate": "Thu, 02 Dec 2021 21:23:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172630,16 +197519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "271d1558d3385cde83eb63ff7cb8cea8" + "hash": "edfbfd1490bcdd4d7dee4c5a88168c1d" }, { - "title": "Elizabeth Holmes' Defense Rests Their Case in Fraud Trial", - "description": "Lawyers must now agree on a set of jury instructions before closing arguments begin on Dec. 16.", - "content": "Lawyers must now agree on a set of jury instructions before closing arguments begin on Dec. 16.", - "category": "Frauds and Swindling", - "link": "https://www.nytimes.com/2021/12/08/technology/elizabeth-holmes-theranos-trial-defense.html", - "creator": "Erin Griffith", - "pubDate": "Wed, 08 Dec 2021 21:10:57 +0000", + "title": "How the Politics of Abortion Are Poised to Intensify", + "description": "The anti-abortion and abortion rights movements are already beginning to mobilize for a new, deeply unsettled post-Roe political reality.", + "content": "The anti-abortion and abortion rights movements are already beginning to mobilize for a new, deeply unsettled post-Roe political reality.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/02/us/politics/abortion-arguments-post-roe.html", + "creator": "Lisa Lerer and Jeremy W. Peters", + "pubDate": "Thu, 02 Dec 2021 23:01:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172650,16 +197539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dde1d48a900ef99185a912f1a0be169" + "hash": "d1928a66a55467e899a209ae3a3555db" }, { - "title": "Pfizer says blood samples from people who got three of its doses show robust antibody levels against Omicron.", - "description": "", - "content": "", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/live/2021/12/08/world/omicron-variant-covid/pfizer-says-blood-samples-showed-a-third-dose-of-its-vaccine-provides-significant-protection-against-omicron", - "creator": "Sharon LaFraniere", - "pubDate": "Wed, 08 Dec 2021 21:18:33 +0000", + "title": "Government Shutdown Still Looms as House Passes Spending Bill", + "description": "As the House voted to fund the government through mid-February, senators were scrambling to avoid a shutdown over vaccine mandates.", + "content": "As the House voted to fund the government through mid-February, senators were scrambling to avoid a shutdown over vaccine mandates.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/02/us/politics/government-shutdown-congress-spending-deal.html", + "creator": "Emily Cochrane", + "pubDate": "Fri, 03 Dec 2021 00:12:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172670,16 +197559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0f0caa24f999c357df2e7bd6e0eb578" + "hash": "be61aed2271d16fbbf5b30d6b37fb677" }, { - "title": "Rally Planner With Ties to G.O.P. Is Cooperating in Jan. 6 Inquiry", - "description": "Ali Alexander, who helped organize the gathering that drew Trump supporters to Washington on Jan. 6, could shed light on efforts by the former president and his allies to overturn the election.", - "content": "Ali Alexander, who helped organize the gathering that drew Trump supporters to Washington on Jan. 6, could shed light on efforts by the former president and his allies to overturn the election.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/12/08/us/politics/ali-alexander-jan-6-house-testimony.html", - "creator": "Alan Feuer and Luke Broadwater", - "pubDate": "Wed, 08 Dec 2021 21:39:52 +0000", + "title": "Mexico to Allow U.S. ‘Remain in Mexico’ Asylum Policy to Resume", + "description": "A judge had ordered the Biden administration to restart the Trump-era program, but doing so required cooperation from Mexico, which had been reluctant.", + "content": "A judge had ordered the Biden administration to restart the Trump-era program, but doing so required cooperation from Mexico, which had been reluctant.", + "category": "Immigration and Emigration", + "link": "https://www.nytimes.com/2021/12/02/us/politics/asylum-seekers-immigration-mexico-usa.html", + "creator": "Eileen Sullivan and Oscar Lopez", + "pubDate": "Thu, 02 Dec 2021 21:24:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172690,16 +197579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24930bcfaa69a9aaccaa33527c77218a" + "hash": "c3319548da663259053c8a028d2c3b0e" }, { - "title": "John Wilson, the Genius Behind the Weirdest Show on TV", - "description": "In the second season of “How To With John Wilson,” the documentary filmmaker shows off his penchant for mutating the mundane into the vivid and extraordinary.", - "content": "In the second season of “How To With John Wilson,” the documentary filmmaker shows off his penchant for mutating the mundane into the vivid and extraordinary.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/07/magazine/how-to-john-wilson.html", - "creator": "Nitsuh Abebe", - "pubDate": "Wed, 08 Dec 2021 21:08:31 +0000", + "title": "Dear People of 2021: What Can We Learn From Hindsight?", + "description": "For the first series from the Headway initiative, we followed up on forecasts from decades past to ask what the passage of time has revealed.", + "content": "For the first series from the Headway initiative, we followed up on forecasts from decades past to ask what the passage of time has revealed.", + "category": "European Union", + "link": "https://www.nytimes.com/2021/12/02/special-series/headway-earth-progress-climate-hindsight.html", + "creator": "Matthew Thompson", + "pubDate": "Thu, 02 Dec 2021 17:20:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172710,16 +197599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3860a9cedd6228ad08b4cd821cdb6d60" + "hash": "50ca83f1fc7411c2a81da4b6fd26370f" }, { - "title": "‘West Side Story’ Review: In Love and War, 1957 Might Be Tonight", - "description": "Steven Spielberg rediscovers the breathing, troubling essence of a classic, building a bold and current screen musical with no pretense to perfection.", - "content": "Steven Spielberg rediscovers the breathing, troubling essence of a classic, building a bold and current screen musical with no pretense to perfection.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/08/movies/west-side-story-review.html", - "creator": "A.O. Scott", - "pubDate": "Wed, 08 Dec 2021 16:44:46 +0000", + "title": "Millions More People Got Access to Clean Water. Can They Drink It?", + "description": "The U.N. pledged to halve the proportion of the world without access to clean drinking water by 2015.", + "content": "The U.N. pledged to halve the proportion of the world without access to clean drinking water by 2015.", + "category": "Water", + "link": "https://www.nytimes.com/2021/12/02/world/clean-water-to-drink.html", + "creator": "Lucy Tompkins", + "pubDate": "Thu, 02 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172730,16 +197619,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4cb6c86ba8b489d9fb14da8686590cb" + "hash": "d7f43e142ea939fed9fa885cda9c523a" }, { - "title": "What’s One of the Most Dangerous Toys for Kids? The Internet.", - "description": "Our kids are at the mercy of tech companies, with only an outdated law to protect them.", - "content": "Our kids are at the mercy of tech companies, with only an outdated law to protect them.", - "category": "Data-Mining and Database Marketing", - "link": "https://www.nytimes.com/2021/11/24/opinion/kids-internet-safety-social-apps.html", - "creator": "Adam Westbrook, Lucy King and Jonah M. Kessel", - "pubDate": "Wed, 24 Nov 2021 10:00:27 +0000", + "title": "Extreme Poverty Has Been Sharply Cut. What Has Changed?", + "description": "The U.N. pledged to cut by half the proportion of people living in the worst conditions around the world.", + "content": "The U.N. pledged to cut by half the proportion of people living in the worst conditions around the world.", + "category": "Poverty", + "link": "https://www.nytimes.com/2021/12/02/world/global-poverty-united-nations.html", + "creator": "Lucy Tompkins", + "pubDate": "Thu, 02 Dec 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172750,16 +197639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fb20f3e7d6af7135fe81f3392fd6802" + "hash": "ac850d1a0353af6dab25b9ee05da562d" }, { - "title": "Pearl Harbor and the Capacity for Surprise", - "description": "Could we avert a similar catastrophe in the future? ", - "content": "Could we avert a similar catastrophe in the future? ", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/07/opinion/pearl-harbor-american-adversaries.html", - "creator": "Bret Stephens", - "pubDate": "Wed, 08 Dec 2021 00:26:18 +0000", + "title": "Hundreds of Companies Promised to Help Save Forests. Did They?", + "description": "Cargill, Nestle, Carrefour and others pledged to reach net-zero deforestation in their supply chains by 2020.", + "content": "Cargill, Nestle, Carrefour and others pledged to reach net-zero deforestation in their supply chains by 2020.", + "category": "Forests and Forestry", + "link": "https://www.nytimes.com/2021/12/02/climate/companies-net-zero-deforestation.html", + "creator": "Lucy Tompkins", + "pubDate": "Thu, 02 Dec 2021 10:00:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172770,16 +197659,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb0aeb0dd3b03cc47b256d47eb4e9ecc" + "hash": "1fb10f3153cf1cc86809378a88344924" }, { - "title": "Will My Students Ever Know a World Without School Shootings?", - "description": "Teachers can do only do so much to protect their students from school shootings.", - "content": "Teachers can do only do so much to protect their students from school shootings.", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/07/opinion/oxford-shooting-teachers.html", - "creator": "Sarah Lerner", - "pubDate": "Tue, 07 Dec 2021 16:44:47 +0000", + "title": "Supply Chain Snarls for Cars on Display at a Kansas Terminal ", + "description": "A shipping terminal in Kansas reveals the fundamental problem — no one can plan, and no one is sure what will happen next.", + "content": "A shipping terminal in Kansas reveals the fundamental problem — no one can plan, and no one is sure what will happen next.", + "category": "Trucks and Trucking", + "link": "https://www.nytimes.com/2021/12/02/business/supply-chain-car-shipping.html", + "creator": "Peter S. Goodman", + "pubDate": "Thu, 02 Dec 2021 17:29:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172790,16 +197679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51c72f7b763113591e85ab22b31c23ab" + "hash": "d4c42a0453f9688cee239b3603b5a57a" }, { - "title": "The Words Democrats Use Are Not the Real Problem", - "description": "The whys of American politics have much more to do with the ever-changing currents of race, religion and economic production than they do with political messaging.", - "content": "The whys of American politics have much more to do with the ever-changing currents of race, religion and economic production than they do with political messaging.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/08/opinion/hispanic-voters-messaging.html", - "creator": "Jamelle Bouie", - "pubDate": "Wed, 08 Dec 2021 02:11:56 +0000", + "title": "With No Resources, Authority or Country, Afghan Ambassador Presses On", + "description": "Adela Raz arrived in Washington just before her country fell and has struggled to keep her embassy going. A dinner with U.S. veterans was a priority.", + "content": "Adela Raz arrived in Washington just before her country fell and has struggled to keep her embassy going. A dinner with U.S. veterans was a priority.", + "category": "Diplomatic Service, Embassies and Consulates", + "link": "https://www.nytimes.com/2021/12/02/us/politics/afghan-ambassador-adela-raz.html", + "creator": "Jennifer Steinhauer", + "pubDate": "Thu, 02 Dec 2021 18:20:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172810,16 +197699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a205d3b3328a40be871a8b907fcb30d" + "hash": "3b7c6cbc394295544651365a5cab903d" }, { - "title": "What Happened in the P.S.G. Attack?", - "description": "The assault of a top women’s player made headlines, with masked men, a metal bar and a teammate arrested. But weeks later, new details suggest the original story might have been wrong.", - "content": "The assault of a top women’s player made headlines, with masked men, a metal bar and a teammate arrested. But weeks later, new details suggest the original story might have been wrong.", - "category": "Soccer", - "link": "https://www.nytimes.com/2021/12/07/sports/soccer/psg-attack-diallo-hamraoui.html", - "creator": "Tariq Panja", - "pubDate": "Tue, 07 Dec 2021 16:47:17 +0000", + "title": "Joseph Gordon Says He's No Murderer. That’s Why He’s Still in Prison.", + "description": "Joseph Gordon has been locked up for nearly 30 years. A model inmate, he is eligible for parole — but only if he expresses remorse for a crime he says he did not commit.", + "content": "Joseph Gordon has been locked up for nearly 30 years. A model inmate, he is eligible for parole — but only if he expresses remorse for a crime he says he did not commit.", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2021/12/02/nyregion/joseph-gordon-parole-murder.html", + "creator": "Tom Robbins", + "pubDate": "Thu, 02 Dec 2021 17:03:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172830,16 +197719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0165ae89b4baff5123a7eab5ac0d5087" + "hash": "897d1a7318b8c9842b0dc5d261803fc9" }, { - "title": "Pandemic-Era ‘Excess Savings’ Are Dwindling for Many", - "description": "The drop in cash reserves has vast implications for the working class and could dampen consumer spending, a large share of economic activity.", - "content": "The drop in cash reserves has vast implications for the working class and could dampen consumer spending, a large share of economic activity.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/07/business/pandemic-savings.html", - "creator": "Talmon Joseph Smith", - "pubDate": "Tue, 07 Dec 2021 12:58:24 +0000", + "title": "The End of Roe Is Coming, and It Is Coming Soon", + "description": "I thought we had more time before the 1973 decision was overturned. I now believe I was wrong.", + "content": "I thought we had more time before the 1973 decision was overturned. I now believe I was wrong.", + "category": "Supreme Court (US)", + "link": "https://www.nytimes.com/2021/12/01/opinion/supreme-court-abortion-mississippi-law.html", + "creator": "Mary Ziegler", + "pubDate": "Thu, 02 Dec 2021 04:56:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172850,16 +197739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c35977ab2eb24054f8a15432d721479" + "hash": "28f190ccba040ea9fb787c7e900abac3" }, { - "title": "On the Banks of the Furious Congo River, a 5-Star Emporium of Ambition", - "description": "As the clean energy revolution upends the centuries-long lock of fossil fuels on the global economy, dealmakers and hustlers converge on the Fleuve Congo Hotel.", - "content": "As the clean energy revolution upends the centuries-long lock of fossil fuels on the global economy, dealmakers and hustlers converge on the Fleuve Congo Hotel.", - "category": "Mines and Mining", - "link": "https://www.nytimes.com/2021/12/07/world/congo-cobalt-investor-fleuve-hotel.html", - "creator": "Dionne Searcey, Eric Lipton, Michael Forsythe and Ashley Gilbertson", - "pubDate": "Tue, 07 Dec 2021 20:51:46 +0000", + "title": "Anjanette Young Was Handcuffed, Naked. Will She See Justice?", + "description": "“My life has been completely turned upside down,” Anjanette Young said. “I can’t sleep at night.”", + "content": "“My life has been completely turned upside down,” Anjanette Young said. “I can’t sleep at night.”", + "category": "Black People", + "link": "https://www.nytimes.com/2021/12/02/opinion/anjanette-young-police-justice.html", + "creator": "Esau McCaulley", + "pubDate": "Thu, 02 Dec 2021 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172870,16 +197759,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e3b34d5b15c61ca3b6d7c3ce9d1a351" + "hash": "fdc5e527182b8c7a4649b5f3291a83c0" }, { - "title": "Michael Steinhardt, Billionaire, Surrenders $70 Million in Stolen Relics", - "description": "The hedge fund pioneer is barred for life from buying more antiquities. He turned over 180 stolen objects that had decorated his homes and office.", - "content": "The hedge fund pioneer is barred for life from buying more antiquities. He turned over 180 stolen objects that had decorated his homes and office.", - "category": "Arts and Antiquities Looting", - "link": "https://www.nytimes.com/2021/12/06/arts/design/steinhardt-billionaire-stolen-antiquities.html", - "creator": "Tom Mashberg", - "pubDate": "Tue, 07 Dec 2021 02:54:33 +0000", + "title": "Overdoses Surged During the Pandemic. How Do We Stop Them?", + "description": "More than 100,000 Americans died of overdoses in a single year, exceeding the number of people who died from car crashes and guns combined.", + "content": "More than 100,000 Americans died of overdoses in a single year, exceeding the number of people who died from car crashes and guns combined.", + "category": "debatable", + "link": "https://www.nytimes.com/2021/12/02/opinion/drug-overdose-prevention.html", + "creator": "Spencer Bokat-Lindell", + "pubDate": "Thu, 02 Dec 2021 23:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172890,16 +197779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddd043e6d34db0b3a8f741534910456a" + "hash": "7c4bec7a3c1806978302349842d9908e" }, { - "title": "Omicron, Instagram, Great Performers: Your Wednesday Evening Briefing", - "description": "Here’s what you need to know at the end of the day.", - "content": "Here’s what you need to know at the end of the day.", - "category": "", - "link": "https://www.nytimes.com/2021/12/08/briefing/omicron-instagram-great-performers.html", - "creator": "Remy Tumin", - "pubDate": "Wed, 08 Dec 2021 22:33:30 +0000", + "title": "Why Peng Shuai Has China’s Leaders Spooked", + "description": "Ms. Peng’s celebrity certainly has driven interest in her case. But her allegations also are groundbreaking.", + "content": "Ms. Peng’s celebrity certainly has driven interest in her case. But her allegations also are groundbreaking.", + "category": "Communist Party of China", + "link": "https://www.nytimes.com/2021/12/02/opinion/peng-shuai-china-leaders.html", + "creator": "Leta Hong Fincher", + "pubDate": "Thu, 02 Dec 2021 06:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172910,16 +197799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9192a3c4fbe1530ab3cdd1be53dc885d" + "hash": "d10ecfa58844e1f02400ab707af4153b" }, { - "title": "Why Ukraine Matters to Vladimir Putin", - "description": "Amid fears that Moscow is preparing for an invasion, one thing is clear: The Russian president has a singular fixation on the former Soviet republic.", - "content": "Amid fears that Moscow is preparing for an invasion, one thing is clear: The Russian president has a singular fixation on the former Soviet republic.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/08/podcasts/the-daily/putin-russian-military-ukraine.html", - "creator": "Michael Barbaro, Eric Krupke, Rachelle Bonja, Luke Vander Ploeg, Mike Benoist, Dan Powell, Marion Lozano and Chris Wood", - "pubDate": "Wed, 08 Dec 2021 11:00:06 +0000", + "title": "Omicron Is Here. Will We Use Our New Covid Drugs Wisely?", + "description": "The world must not repeat history by making Covid-19 drugs inaccessible. ", + "content": "The world must not repeat history by making Covid-19 drugs inaccessible. ", + "category": "Molnupiravir (Drug)", + "link": "https://www.nytimes.com/2021/12/01/opinion/omicron-covid-drugs-pfizer-antiviral.html", + "creator": "Rachel Cohen", + "pubDate": "Thu, 02 Dec 2021 19:41:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172930,16 +197819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d73a36b94eb881cbdf39ea91c0aea95" + "hash": "bf75821ddb2f5ad0a2a4d5f613887171" }, { - "title": "Trial Over Daunte Wright’s Death Begins", - "description": "The prosecution showed video of Kimberly Potter, a former police officer, shooting Mr. Wright, a Black man. The defense described it as a tragic accident.", - "content": "The prosecution showed video of Kimberly Potter, a former police officer, shooting Mr. Wright, a Black man. The defense described it as a tragic accident.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/08/us/daunte-wright-kim-potter-trial", - "creator": "The New York Times", - "pubDate": "Wed, 08 Dec 2021 20:35:25 +0000", + "title": "Fears About the Future of Abortion", + "description": "Readers express concern about the ramifications if Roe v. Wade is overturned. Also: Unvaccinated health workers; working remotely; hopes for Democrats.", + "content": "Readers express concern about the ramifications if Roe v. Wade is overturned. Also: Unvaccinated health workers; working remotely; hopes for Democrats.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/02/opinion/letters/abortion-supreme-court.html", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 18:43:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172950,16 +197839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cff1f969e599d412831e96e7d064a05" + "hash": "5c2352e1268ec771cda88a70f23eb2fe" }, { - "title": "Greg Tate, Influential Critic of Black Culture, Dies at 64", - "description": "His writing for The Village Voice and other publications helped elevate hip-hop and street art to the same planes as jazz and Abstract Expressionism.", - "content": "His writing for The Village Voice and other publications helped elevate hip-hop and street art to the same planes as jazz and Abstract Expressionism.", - "category": "Tate, Greg (Author)", - "link": "https://www.nytimes.com/2021/12/08/arts/music/greg-tate-dead.html", - "creator": "Clay Risen", - "pubDate": "Wed, 08 Dec 2021 23:13:34 +0000", + "title": "How Éric Zemmour Became the New Face of France’s Far Right", + "description": "It doesn’t take much to see the roots of his ideology. The irony is that this time, its proponent is Jewish.", + "content": "It doesn’t take much to see the roots of his ideology. The irony is that this time, its proponent is Jewish.", + "category": "France", + "link": "https://www.nytimes.com/2021/12/02/opinion/eric-zemmour-france-jews.html", + "creator": "Mitchell Abidor and Miguel Lago", + "pubDate": "Thu, 02 Dec 2021 16:24:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172970,16 +197859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0477bf01b70736ca7dbf87baa96495a" + "hash": "25c50243b177ed4e3588293c11cfd646" }, { - "title": "Lawmakers Urge Instagram's Adam Mosseri to Better Protect Children", - "description": "Adam Mosseri, the company’s leader, was asked to appear before a Senate panel after internal research leaked that said the app had a toxic effect on some teenagers.", - "content": "Adam Mosseri, the company’s leader, was asked to appear before a Senate panel after internal research leaked that said the app had a toxic effect on some teenagers.", + "title": "How Twitter Can Fix Itself After Jack Dorsey's Resignation", + "description": "Twitter’s new leadership faces some tough choices.", + "content": "Twitter’s new leadership faces some tough choices.", "category": "Social Media", - "link": "https://www.nytimes.com/2021/12/08/technology/adam-mosseri-instagram-senate.html", - "creator": "Cecilia Kang", - "pubDate": "Wed, 08 Dec 2021 23:13:46 +0000", + "link": "https://www.nytimes.com/2021/12/01/opinion/twitter-agrawal-dorsey.html", + "creator": "Greg Bensinger", + "pubDate": "Wed, 01 Dec 2021 23:40:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -172990,16 +197879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e0c03d946635972fafbbb1cd9f3c439" + "hash": "68bc900c6ca9f2986fe5c0742522e420" }, { - "title": "Business Updates: Apple Can Delay Changes to App Store Rules, Court Says", - "description": "The chief executives of six cryptocurrency companies will face questions from the House Financial Services Committee about risk and regulation.", - "content": "The chief executives of six cryptocurrency companies will face questions from the House Financial Services Committee about risk and regulation.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/08/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Wed, 08 Dec 2021 23:25:39 +0000", + "title": "Trump Tested Positive for Virus Days Before Debate, 2 Ex-Officials Say", + "description": "The former president first received a positive coronavirus test days ahead of his first debate with Joseph R. Biden Jr., and then received a negative result, two former officials say.", + "content": "The former president first received a positive coronavirus test days ahead of his first debate with Joseph R. Biden Jr., and then received a negative result, two former officials say.", + "category": "Trump, Donald J", + "link": "https://www.nytimes.com/2021/12/01/us/politics/trump-virus-positive.html", + "creator": "Maggie Haberman", + "pubDate": "Wed, 01 Dec 2021 17:33:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173010,16 +197899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1b408c9b04c7d3c9a0e60928c69c38c" + "hash": "f883f6b6c2313736d66db1463384eab6" }, { - "title": "Tiger Woods Set to Play the PNC Championship With His Son", - "description": "The golfer, who is still recovering from a serious car crash in February, has not competed in a tournament since he and his son, Charlie, last played in the family team event a year ago.", - "content": "The golfer, who is still recovering from a serious car crash in February, has not competed in a tournament since he and his son, Charlie, last played in the family team event a year ago.", - "category": "Golf", - "link": "https://www.nytimes.com/2021/12/08/sports/golf/tiger-woods-charlie-pnc-championship.html", - "creator": "Bill Pennington", - "pubDate": "Wed, 08 Dec 2021 22:10:57 +0000", + "title": "Stacey Abrams Says She’s Running for Georgia Governor", + "description": "Ms. Abrams, a Democratic voting rights activist, will aim to unseat Gov. Brian Kemp in a rematch of their contentious 2018 race for governor.", + "content": "Ms. Abrams, a Democratic voting rights activist, will aim to unseat Gov. Brian Kemp in a rematch of their contentious 2018 race for governor.", + "category": "Abrams, Stacey Y", + "link": "https://www.nytimes.com/2021/12/01/us/politics/stacey-abrams-georgia-governor.html", + "creator": "Astead W. Herndon", + "pubDate": "Thu, 02 Dec 2021 00:12:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173030,16 +197919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f8dce6e3ac3fd5d7970ef238989c9e9" + "hash": "4f5ce4103e9ccc170e7c6d66259fd77f" }, { - "title": "After Warm Start to Snow Season, Colorado Resorts Look for Relief", - "description": "Record high temperatures have left mountain resorts across the state reliant on artificial snow. Winter storms predicted for this week could change that.", - "content": "Record high temperatures have left mountain resorts across the state reliant on artificial snow. Winter storms predicted for this week could change that.", - "category": "Snow and Snowstorms", - "link": "https://www.nytimes.com/2021/12/08/us/colorado-winter-weather-snow.html", - "creator": "Christine Chung", - "pubDate": "Wed, 08 Dec 2021 18:25:20 +0000", + "title": "How ‘Shadow’ Foster Care Is Tearing Families Apart", + "description": "Across the country, an unregulated system is severing parents from children, who often end up abandoned by the agencies that are supposed to protect them.", + "content": "Across the country, an unregulated system is severing parents from children, who often end up abandoned by the agencies that are supposed to protect them.", + "category": "Child Custody and Support", + "link": "https://www.nytimes.com/2021/12/01/magazine/shadow-foster-care.html", + "creator": "Lizzie Presser", + "pubDate": "Wed, 01 Dec 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173050,16 +197939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb9e8ea70db030e9e1b332e32aaa577d" + "hash": "12959b4dfdc94534502655520905240d" }, { - "title": "Yusaku Maezawa, Japanese Billionaire, Arrives at Space Station", - "description": "Yusaku Maezawa, the founder of the clothing retailer Zozo, will spend 12 days in orbit with a production assistant who will document his stay.", - "content": "Yusaku Maezawa, the founder of the clothing retailer Zozo, will spend 12 days in orbit with a production assistant who will document his stay.", - "category": "Maezawa, Yusaku", - "link": "https://www.nytimes.com/2021/12/08/science/yusaku-maezawa-space-station.html", - "creator": "Joey Roulette", - "pubDate": "Wed, 08 Dec 2021 16:32:33 +0000", + "title": "The Best Books of 2021", + "description": "Editors at The Times Book Review choose the best fiction and nonfiction titles this year.", + "content": "Editors at The Times Book Review choose the best fiction and nonfiction titles this year.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/11/30/books/review/best-books-2021.html", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 15:31:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173070,16 +197959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0411955f9ec6502f2dba217d5d87f988" + "hash": "526ff02a2d68f0f5df8f4b952cf30f4e" }, { - "title": "Better.com C.E.O. Apologizes for Firing Workers Over Zoom", - "description": "Vishal Garg said in a letter to employees on Tuesday that he had failed to show “respect and appreciation” in the call, which has been widely criticized.", - "content": "Vishal Garg said in a letter to employees on Tuesday that he had failed to show “respect and appreciation” in the call, which has been widely criticized.", - "category": "Layoffs and Job Reductions", - "link": "https://www.nytimes.com/2021/12/08/business/better-zoom-layoffs-vishal-garg.html", - "creator": "Derrick Bryson Taylor and Jenny Gross", - "pubDate": "Wed, 08 Dec 2021 16:46:08 +0000", + "title": "The Toddler Was Bowlegged, Her Gait Awkward. What Was It?", + "description": "What the orthopedist saw on the X-rays surprised him.", + "content": "What the orthopedist saw on the X-rays surprised him.", + "category": "Children and Childhood", + "link": "https://www.nytimes.com/2021/12/02/magazine/x-linked-hypophosphatemia-diagnosis.html", + "creator": "Lisa Sanders, M.D.", + "pubDate": "Thu, 02 Dec 2021 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173090,16 +197979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40dd181af94eb6c150658f30ab5d2661" + "hash": "19a35e7343643c6a6569590e10472500" }, { - "title": "Wrong Man Arrested Over Khashoggi Killing, France Says", - "description": "The French authorities released a Saudi man who shared the name and age of a suspect in the murder of the dissident writer, saying it was a case of mistaken identity.", - "content": "The French authorities released a Saudi man who shared the name and age of a suspect in the murder of the dissident writer, saying it was a case of mistaken identity.", - "category": "Khashoggi, Jamal", - "link": "https://www.nytimes.com/2021/12/08/world/europe/france-khashoggi-arrest-mistaken-identity.html", - "creator": "Aurelien Breeden", - "pubDate": "Wed, 08 Dec 2021 14:47:38 +0000", + "title": "Winter Covid, Mexico, Exoplanets: Your Thursday Evening Briefing", + "description": "Here’s what you need to know at the end of the day.", + "content": "Here’s what you need to know at the end of the day.", + "category": "", + "link": "https://www.nytimes.com/2021/12/02/briefing/winter-covid-mexico-exoplanets.html", + "creator": "Remy Tumin", + "pubDate": "Thu, 02 Dec 2021 22:53:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173110,16 +197999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6f7ccd542c1fe078907310b769cd716" + "hash": "662c6f7d336d2a6cbc17bdfaa98caae8" }, { - "title": "Getting Married in the Metaverse", - "description": "One couple’s recent nuptials in the virtual world known as the metaverse showcase the possibilities of having a wedding unfettered by the bounds of reality.", - "content": "One couple’s recent nuptials in the virtual world known as the metaverse showcase the possibilities of having a wedding unfettered by the bounds of reality.", - "category": "Virtual Reality (Computers)", - "link": "https://www.nytimes.com/2021/12/08/fashion/metaverse-virtual-wedding.html", - "creator": "Steven Kurutz", - "pubDate": "Wed, 08 Dec 2021 10:00:10 +0000", + "title": "The Supreme Court Considers the Future of Roe v. Wade and Abortion in America", + "description": "How far will the court’s conservative majority go in deciding the future of abortion in America?", + "content": "How far will the court’s conservative majority go in deciding the future of abortion in America?", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/02/podcasts/the-daily/supreme-court-abortion-law-mississippi-roe-v-wade.html", + "creator": "Sabrina Tavernise, Stella Tan, Daniel Guillemette, Luke Vander Ploeg, Rachelle Bonja, Lisa Chow, Marc Georges and Marion Lozano", + "pubDate": "Thu, 02 Dec 2021 11:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173130,16 +198019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c1eb3c94d29f0302032f58a99a3102f" + "hash": "070552126c782669f08a3c9b5b53c138" }, { - "title": "It’s a Good Time to Be Reba McEntire", - "description": "With new music, movies and memes, the country singer has kept busy during the pandemic.", - "content": "With new music, movies and memes, the country singer has kept busy during the pandemic.", - "category": "McEntire, Reba", - "link": "https://www.nytimes.com/2021/12/07/style/reba-mcentire.html", - "creator": "Brennan Carley", - "pubDate": "Wed, 08 Dec 2021 18:22:38 +0000", + "title": "奥密克戎来袭,世界重温噩梦", + "description": "与新冠病毒搏斗了近两年后,这个世界到底学到了什么?", + "content": "与新冠病毒搏斗了近两年后,这个世界到底学到了什么?", + "category": "", + "link": "https://www.nytimes.com/zh-hans/2021/12/02/world/asia/covid-omicron-nightmare.html", + "creator": "Rong Xiaoqing", + "pubDate": "Thu, 02 Dec 2021 07:58:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173150,16 +198039,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf92caea2aea13f743eb6671b14f353d" + "hash": "29bc56732f77bf3c9c61c2f72b640c69" }, { - "title": "This Creamy Fall Orzo Recipe Will Please Anyone Who Loves a Cozy Porridge", - "description": "This hearty, meatless meal from Melissa Clark is full of tender pasta, butternut squash and lots of warming brown butter — just the thing for a blustery evening.", - "content": "This hearty, meatless meal from Melissa Clark is full of tender pasta, butternut squash and lots of warming brown butter — just the thing for a blustery evening.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/03/dining/fall-orzo-recipe.html", - "creator": "Melissa Clark", - "pubDate": "Mon, 06 Dec 2021 18:51:02 +0000", + "title": "Former Epstein Employee Details Maxwell’s Pervasive Control in Trial", + "description": "Ghislaine Maxwell controlled every detail of life inside Jeffery Epstein’s Palm Beach estate, a former manager of the property said. Follow updates here.", + "content": "Ghislaine Maxwell controlled every detail of life inside Jeffery Epstein’s Palm Beach estate, a former manager of the property said. Follow updates here.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/02/nyregion/ghislaine-maxwell-trial", + "creator": "The New York Times", + "pubDate": "Thu, 02 Dec 2021 20:56:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173170,16 +198059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "59d742ece4928cc1029bd66c35a10a12" + "hash": "358211e0032f3499c2310424368c4d5b" }, { - "title": "Mr. Men Little Miss Books Stand the (Silly, Splendid, Topsy-Turvy) Test of Time", - "description": "Mr. Men Little Miss, the children’s book series created by Roger Hargreaves, turns 50 this year.", - "content": "Mr. Men Little Miss, the children’s book series created by Roger Hargreaves, turns 50 this year.", - "category": "genre-books-childrens", - "link": "https://www.nytimes.com/2021/12/08/books/mr-men-little-miss-books.html", - "creator": "Liza Weisstuch", - "pubDate": "Wed, 08 Dec 2021 10:00:15 +0000", + "title": "Havana Syndrome Mystery: Review Finds No Answers", + "description": "Some officials remain convinced Russia is involved, but so far there is no evidence pointing to a particular adversary and no one has detected microwaves or other possible weapons.", + "content": "Some officials remain convinced Russia is involved, but so far there is no evidence pointing to a particular adversary and no one has detected microwaves or other possible weapons.", + "category": "Havana Syndrome", + "link": "https://www.nytimes.com/2021/12/02/us/politics/havana-syndrome.html", + "creator": "Julian E. Barnes and Adam Goldman", + "pubDate": "Thu, 02 Dec 2021 20:28:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173190,16 +198079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1b3564fff11ba0c7347eac4093417a1" + "hash": "f2d1e18ffabba9b5e9157500c3a46eb2" }, { - "title": "Pfizer-BioNTech Says Booster Offers Significant Omicron Protection", - "description": "The companies said three doses of the vaccine are effective against the variant, but two doses alone “may not be sufficient.” Here’s the latest on Covid.", - "content": "The companies said three doses of the vaccine are effective against the variant, but two doses alone “may not be sufficient.” Here’s the latest on Covid.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/08/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Wed, 08 Dec 2021 22:21:29 +0000", + "title": "F.T.C. Sues to Block Nvidia’s Takeover of Arm", + "description": "The proposed deal would give Nvidia control over computing technology and designs that rival firms rely on.", + "content": "The proposed deal would give Nvidia control over computing technology and designs that rival firms rely on.", + "category": "Mergers, Acquisitions and Divestitures", + "link": "https://www.nytimes.com/2021/12/02/technology/ftc-nvidia-arm-deal.html", + "creator": "Cecilia Kang and Don Clark", + "pubDate": "Thu, 02 Dec 2021 21:28:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173210,16 +198099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "070c1776c15b2fd096d685f59e0221ee" + "hash": "f624045d2933df1335411e8ba85674d8" }, { - "title": "Jan. 6 Committee to Cite Mark Meadows for Criminal Contempt", - "description": "The select committee investigating the Capitol riot said it would prepare a criminal contempt of Congress referral against Mark Meadows, who was President Donald J. Trump’s chief of staff on Jan. 6.", - "content": "The select committee investigating the Capitol riot said it would prepare a criminal contempt of Congress referral against Mark Meadows, who was President Donald J. Trump’s chief of staff on Jan. 6.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/08/us/politics/mark-meadows-contempt-jan-6-committee.html", - "creator": "Luke Broadwater", - "pubDate": "Wed, 08 Dec 2021 21:52:22 +0000", + "title": "Fentanyl in Bottle Kills Toddler, and Father Is Charged", + "description": "The death of 22-month-old Charles Rosa-Velloso was just one of several opioid-related fatalities of young children this year.", + "content": "The death of 22-month-old Charles Rosa-Velloso was just one of several opioid-related fatalities of young children this year.", + "category": "Drug Abuse and Traffic", + "link": "https://www.nytimes.com/2021/12/02/nyregion/father-charged-toddler-fentanyl-death.html", + "creator": "Andy Newman", + "pubDate": "Thu, 02 Dec 2021 21:37:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173230,16 +198119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03872024a2f0238b779b0af64aa51574" + "hash": "e530c0395b7dc675f25d7b2e16c4293b" }, { - "title": "De Blasio Fought for 2 Years to Keep Ethics Warning Secret. Here’s Why.", - "description": "Mayor Bill de Blasio was warned that he created an “appearance of coercion and improper access” by directly contacting donors who had business before the city.", - "content": "Mayor Bill de Blasio was warned that he created an “appearance of coercion and improper access” by directly contacting donors who had business before the city.", - "category": "de Blasio, Bill", - "link": "https://www.nytimes.com/2021/12/08/nyregion/de-blasio-donors-nyc.html", - "creator": "William Neuman", - "pubDate": "Wed, 08 Dec 2021 22:22:41 +0000", + "title": "NFL Suspends Antonio Brown Over Fake Vaccination Card", + "description": "The Tampa Bay Buccaneers receiver and two other players had fake vaccination cards in violation of the Covid-19 protocols established between the league and its players’ union.", + "content": "The Tampa Bay Buccaneers receiver and two other players had fake vaccination cards in violation of the Covid-19 protocols established between the league and its players’ union.", + "category": "National Football League", + "link": "https://www.nytimes.com/2021/12/02/sports/football/antonio-brown-covid-vaccine-suspended.html", + "creator": "Ben Shpigel", + "pubDate": "Thu, 02 Dec 2021 22:24:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173250,16 +198139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d55d06a0a7eb7d22dba336cf7d69aba7" + "hash": "b4325734527c07ad443b0edee4f44205" }, { - "title": "Yes, Americans Should Get Free Tests", - "description": "We need every option available to return to normal.", - "content": "We need every option available to return to normal.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2021/12/08/opinion/free-covid-test-biden.html", - "creator": "Aaron E. Carroll", - "pubDate": "Wed, 08 Dec 2021 20:11:07 +0000", + "title": "Man Who Planted Razor Blades in Pizza Dough Gets 5 Years in Prison", + "description": "No one was reported injured, but prosecutors say that the recall prompted by Nicholas Mitchell’s tampering resulted in nearly $230,000 in losses to a Maine-based supermarket chain.", + "content": "No one was reported injured, but prosecutors say that the recall prompted by Nicholas Mitchell’s tampering resulted in nearly $230,000 in losses to a Maine-based supermarket chain.", + "category": "Pizza", + "link": "https://www.nytimes.com/2021/12/02/us/pizza-dough-razor-blades-sentencing.html", + "creator": "Neil Vigdor", + "pubDate": "Thu, 02 Dec 2021 23:22:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173270,16 +198159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "74bf3809fab8d535d57559ab066452d5" + "hash": "9f858157a06d00f3bba293abc7a42d78" }, { - "title": "What Does Russia Want With Ukraine?", - "description": "And why people are fearing war there.", - "content": "And why people are fearing war there.", - "category": "Russia", - "link": "https://www.nytimes.com/2021/12/08/briefing/biden-putin-ukraine-border-tensions.html", - "creator": "David Leonhardt", - "pubDate": "Wed, 08 Dec 2021 15:01:50 +0000", + "title": "BuzzFeed readies public stock offering amid worker protest.", + "description": "BuzzFeed will make its market debut as soon as Monday. As shareholders voted on the deal, some of the media company’s employees staged a work stoppage.", + "content": "BuzzFeed will make its market debut as soon as Monday. As shareholders voted on the deal, some of the media company’s employees staged a work stoppage.", + "category": "BuzzFeed Inc", + "link": "https://www.nytimes.com/2021/12/02/business/media/buzzfeed-spac.html", + "creator": "Katie Robertson and Peter Eavis", + "pubDate": "Thu, 02 Dec 2021 23:21:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173288,18 +198177,18 @@ "feed": "NYTimes", "read": false, "favorite": false, - "created": false, - "tags": [], - "hash": "4fdba8037590928cf038b2689b9147b5" - }, - { - "title": "With Olaf Scholz at the Helm in Germany, a New, Uncertain Chapter", - "description": "After 16 years, Angela Merkel handed over the German chancellery to Olaf Scholz, leaving behind a changed country and a polarizing legacy.", - "content": "After 16 years, Angela Merkel handed over the German chancellery to Olaf Scholz, leaving behind a changed country and a polarizing legacy.", - "category": "Merkel, Angela", - "link": "https://www.nytimes.com/2021/12/08/world/europe/germany-merkel-scholz-chancellor-government.html", - "creator": "Katrin Bennhold and Melissa Eddy", - "pubDate": "Wed, 08 Dec 2021 20:55:05 +0000", + "created": false, + "tags": [], + "hash": "591534fe1e5cc8df5dec40d5c4d7d132" + }, + { + "title": "Blinken Trades Warnings With Russia’s Lavrov Over Ukraine, NATO", + "description": "The secretary of state said that President Biden is ‘likely’ to speak soon with Russian President Vladimir V. Putin.", + "content": "The secretary of state said that President Biden is ‘likely’ to speak soon with Russian President Vladimir V. Putin.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/12/02/us/politics/russia-biden-ukraine.html", + "creator": "Michael Crowley", + "pubDate": "Thu, 02 Dec 2021 22:15:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173310,16 +198199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff4fe63b26132a765a264f9a126ea31c" + "hash": "30f938afacda28079372a86abe134bc0" }, { - "title": "Can an Athlete’s Blood Enhance Brainpower?", - "description": "Scientists who injected idle mice with blood from athletic mice found improvements in learning and memory. The findings could have implications for Alzheimer’s research and beyond.", - "content": "Scientists who injected idle mice with blood from athletic mice found improvements in learning and memory. The findings could have implications for Alzheimer’s research and beyond.", - "category": "Animal Cognition", - "link": "https://www.nytimes.com/2021/12/08/science/mice-blood-alzheimers.html", - "creator": "Pam Belluck", - "pubDate": "Wed, 08 Dec 2021 19:22:59 +0000", + "title": "Prints Long Thought to Be Bear Tracks May Have Been Made by Human Ancestor", + "description": "New research published in the journal Nature suggests that the prints, discovered in Tanzania in 1976, were left by an unidentified hominin, or early human ancestor, more than 3.6 million years ago.", + "content": "New research published in the journal Nature suggests that the prints, discovered in Tanzania in 1976, were left by an unidentified hominin, or early human ancestor, more than 3.6 million years ago.", + "category": "Paleontology", + "link": "https://www.nytimes.com/2021/12/01/science/hominin-footprints-tanzania.html", + "creator": "Isabella Grullón Paz", + "pubDate": "Wed, 01 Dec 2021 23:36:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173330,16 +198219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a8cb33f57c1c9c31b5a73c076747c30" + "hash": "30c9d28fc33836941d25cd08eb4203ef" }, { - "title": "Business Updates: Head of Instagram Testifies Before Senate Panel", - "description": "The chief executives of six cryptocurrency companies will face questions from the House Financial Services Committee about risk and regulation.", - "content": "The chief executives of six cryptocurrency companies will face questions from the House Financial Services Committee about risk and regulation.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/08/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Wed, 08 Dec 2021 20:35:25 +0000", + "title": "Looking at Surrealist Art in Our Own Surreal Age", + "description": "When viewed as a vehicle for various forms of liberation, the movement remains highly resonant even a century after its heyday.", + "content": "When viewed as a vehicle for various forms of liberation, the movement remains highly resonant even a century after its heyday.", + "category": "Art", + "link": "https://www.nytimes.com/2021/11/29/t-magazine/surrealism-art-met-exhibit.html", + "creator": "Kate Guadagnino", + "pubDate": "Mon, 29 Nov 2021 13:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173350,16 +198239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6680e4435ecf634318111172c26e3a7" + "hash": "51acde1b2a3e4f459262f709ccadb71b" }, { - "title": "India’s Top Military General, Bipin Rawat, Dies in Helicopter Crash", - "description": "Gen. Bipin Rawat, who was killed along with his wife and 11 others on board, was in charge of overhauling a military that has struggled to modernize.", - "content": "Gen. Bipin Rawat, who was killed along with his wife and 11 others on board, was in charge of overhauling a military that has struggled to modernize.", - "category": "Aviation Accidents, Safety and Disasters", - "link": "https://www.nytimes.com/2021/12/08/world/asia/helicopter-crash-india-top-general.html", - "creator": "Suhasini Raj and Mujib Mashal", - "pubDate": "Wed, 08 Dec 2021 19:38:28 +0000", + "title": "One Composer, Four Players, ‘Seven Pillars’", + "description": "Andy Akiho’s 11-part, 80-minute new work for percussion quartet is a lush, brooding celebration of noise.", + "content": "Andy Akiho’s 11-part, 80-minute new work for percussion quartet is a lush, brooding celebration of noise.", + "category": "Classical Music", + "link": "https://www.nytimes.com/2021/12/02/arts/akiho-sandbox-percussion-seven-pillars.html", + "creator": "Zachary Woolfe", + "pubDate": "Thu, 02 Dec 2021 11:12:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173370,16 +198259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48963db9d39e449766cc32ada087d8dd" + "hash": "8066b4a7b5adcc7f9782e7276ec85812" }, { - "title": "Proposal Would Allow E.U. to Retaliate Against Economic Pressure", - "description": "The European Commission is considering sweeping powers to impose punitive sanctions on those seeking to influence its political policies through economic pressure.", - "content": "The European Commission is considering sweeping powers to impose punitive sanctions on those seeking to influence its political policies through economic pressure.", - "category": "European Union", - "link": "https://www.nytimes.com/2021/12/08/world/europe/eu-sanctions-economic-retaliation.html", - "creator": "Monika Pronczuk", - "pubDate": "Wed, 08 Dec 2021 20:18:46 +0000", + "title": "Here Are The Most Used Emojis of 2021", + "description": "Tears of joy prevailed as the most-used emoji in 2021, despite Gen Z’s stated contempt for it.", + "content": "Tears of joy prevailed as the most-used emoji in 2021, despite Gen Z’s stated contempt for it.", + "category": "Unicode Consortium", + "link": "https://www.nytimes.com/2021/12/02/style/emojis-most-used.html", + "creator": "Anna P. Kambhampaty", + "pubDate": "Thu, 02 Dec 2021 17:03:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173390,16 +198279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e52910e726c0e94ffa7411ac4d062e4" + "hash": "a60fcc207be68601629c0b0aa95087f0" }, { - "title": "Pastor Who Appeared in Drag on HBO's 'We're Here' Leaves Church", - "description": "A United Methodist Church pastor in Indiana stepped down after performing in drag and speaking about inclusion on the show “We’re Here.”", - "content": "A United Methodist Church pastor in Indiana stepped down after performing in drag and speaking about inclusion on the show “We’re Here.”", - "category": "Ministers (Protestant)", - "link": "https://www.nytimes.com/2021/12/08/us/indiana-pastor-drag-hbo.html", - "creator": "Amanda Holpuch", - "pubDate": "Wed, 08 Dec 2021 18:35:25 +0000", + "title": "‘Flee’ Review: From Kabul to Copenhagen", + "description": "A Danish documentary uses animation to tell the poignant, complicated story of an Afghan refugee.", + "content": "A Danish documentary uses animation to tell the poignant, complicated story of an Afghan refugee.", + "category": "Documentary Films and Programs", + "link": "https://www.nytimes.com/2021/12/02/movies/flee-review.html", + "creator": "A.O. Scott", + "pubDate": "Thu, 02 Dec 2021 17:09:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173410,16 +198299,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8f3e9473c05930e1f2bf6567def8d09" + "hash": "fa27371904502cf57b4c8a60a9dca2f6" }, { - "title": "House Passes $768 Billion Defense Policy Bill", - "description": "Lawmakers tossed out some bipartisan provisions as they rushed to advance the bill, which would increase the Pentagon’s budget by more than what President Biden had requested.", - "content": "Lawmakers tossed out some bipartisan provisions as they rushed to advance the bill, which would increase the Pentagon’s budget by more than what President Biden had requested.", - "category": "Law and Legislation", - "link": "https://www.nytimes.com/2021/12/07/us/politics/defense-budget-democrats-biden.html", - "creator": "Catie Edmondson", - "pubDate": "Wed, 08 Dec 2021 04:38:21 +0000", + "title": "Bette Midler Is Still in the Thrall of 19th-Century Novelists", + "description": "“I love Dickens and Twain above all.”", + "content": "“I love Dickens and Twain above all.”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/12/02/books/review/bette-midler-by-the-book-interview.html", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 10:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173430,16 +198319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef3b29dbd2dfea724123fe317b7fd00e" + "hash": "980f5ef4b1bd5282443f19f29b679499" }, { - "title": "House Passes Legislation to Pave Way for Debt Ceiling Increase", - "description": "The bill would provide a one-time pathway for the Senate to raise the debt ceiling on a simple majority vote, skirting Republican obstruction.", - "content": "The bill would provide a one-time pathway for the Senate to raise the debt ceiling on a simple majority vote, skirting Republican obstruction.", - "category": "Senate", - "link": "https://www.nytimes.com/2021/12/07/us/politics/debt-ceiling-deal-congress.html", - "creator": "Emily Cochrane and Margot Sanger-Katz", - "pubDate": "Wed, 08 Dec 2021 02:36:48 +0000", + "title": "Stream These 15 Titles Before They Leave Netflix in December", + "description": "The end of the year means a lot of expiring licenses. Check out these movies and TV shows before they disappear for U.S. subscribers in the coming weeks.", + "content": "The end of the year means a lot of expiring licenses. Check out these movies and TV shows before they disappear for U.S. subscribers in the coming weeks.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/01/arts/television/netflix-expiring-december.html", + "creator": "Jason Bailey", + "pubDate": "Wed, 01 Dec 2021 21:39:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173450,16 +198339,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "918059cea5dce1cb81262475aaf63bb2" + "hash": "222bbdde9ad5c28ded77c8c13491175b" }, { - "title": "Debate Over ‘Packing’ Supreme Court Divides Biden Panel", - "description": "The bipartisan group voted 34 to 0 to send the president a report analyzing ideas like Supreme Court expansion, but it declined to take a stand.", - "content": "The bipartisan group voted 34 to 0 to send the president a report analyzing ideas like Supreme Court expansion, but it declined to take a stand.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/07/us/politics/supreme-court-packing-expansion.html", - "creator": "Charlie Savage", - "pubDate": "Wed, 08 Dec 2021 04:44:57 +0000", + "title": "Jacqueline Avant, Philanthropist and Wife of Music Producer Clarence Avant, Is Fatally Shot", + "description": "Ms. Avant, 81, was found with a gunshot wound after the police received a report of a shooting at her home in Beverly Hills early Wednesday, the police said.", + "content": "Ms. Avant, 81, was found with a gunshot wound after the police received a report of a shooting at her home in Beverly Hills early Wednesday, the police said.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/12/01/us/jacqueline-avant-shot-killed.html", + "creator": "Michael Levenson", + "pubDate": "Thu, 02 Dec 2021 02:17:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173470,16 +198359,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "691a7d684282d73459b6d5d8ab48307d" + "hash": "54e56b48fedadb285f56118bd618f5c4" }, { - "title": "Lawmakers Reach Deal to Overhaul How Military Handles Sexual Assault Cases", - "description": "Under the agreement, commanders’ powers would be clipped after years of complaints about unfairness and retaliation.", - "content": "Under the agreement, commanders’ powers would be clipped after years of complaints about unfairness and retaliation.", - "category": "United States Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/07/us/politics/military-sexual-assault-congress.html", - "creator": "Jennifer Steinhauer", - "pubDate": "Wed, 08 Dec 2021 02:20:55 +0000", + "title": "3 Students Are Killed in Michigan School Shooting", + "description": "A 15-year-old sophomore was taken into custody with a semiautomatic handgun that was bought by his father four days before the fatal shooting.", + "content": "A 15-year-old sophomore was taken into custody with a semiautomatic handgun that was bought by his father four days before the fatal shooting.", + "category": "School Shootings and Armed Attacks", + "link": "https://www.nytimes.com/2021/12/01/us/oxford-oakland-county-shooting.html", + "creator": "Scott Atkinson, Mitch Smith and Neal E. Boudette", + "pubDate": "Wed, 01 Dec 2021 07:06:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173490,16 +198379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e5941607d54b59258256ae2b8215001" + "hash": "7d094e3143ca92040875898b8b938fc5" }, { - "title": "Early Study Shows Pfizer Vaccine Gives Some Protection Against Omicron", - "description": "A South African lab experiment found the variant may dull the power of vaccines but hinted that booster shots might help. Here’s the latest.", - "content": "A South African lab experiment found the variant may dull the power of vaccines but hinted that booster shots might help. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/08/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Wed, 08 Dec 2021 10:14:29 +0000", + "title": "Why Didn’t the U.S. Detect Omicron Cases Sooner?", + "description": "Genomic surveillance has improved enormously in recent months, but the system has built-in delays, and blind spots remain.", + "content": "Genomic surveillance has improved enormously in recent months, but the system has built-in delays, and blind spots remain.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/12/02/health/coronavirus-omicron-genetic-surveillance.html", + "creator": "Emily Anthes", + "pubDate": "Thu, 02 Dec 2021 21:19:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173510,16 +198399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cca40d1117be307e8bbadacb56af896f" + "hash": "4b0b4b61ea9ff9b9b13f4c6147eacfa1" }, { - "title": "Pediatricians Find Children Need Much More Than Vaccines", - "description": "At one clinic serving low-income children, treatment for health problems that have gone unchecked during the pandemic is more in demand than coronavirus shots.", - "content": "At one clinic serving low-income children, treatment for health problems that have gone unchecked during the pandemic is more in demand than coronavirus shots.", - "category": "Children and Childhood", - "link": "https://www.nytimes.com/2021/12/07/us/politics/children-vaccine-pediatricians.html", - "creator": "Noah Weiland", - "pubDate": "Tue, 07 Dec 2021 21:49:25 +0000", + "title": "Another Omicron Case is Detected in the US, This Time in a Minnesota Resident", + "description": "Officials said they found the virus variant in a test sample from a man who had recently traveled to New York City for a convention.", + "content": "Officials said they found the virus variant in a test sample from a man who had recently traveled to New York City for a convention.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/12/02/us/minnesota-omicron-case.html", + "creator": "Jill Cowan", + "pubDate": "Thu, 02 Dec 2021 20:49:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173530,16 +198419,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "939f819a32372e72351e64e89b8b331d" + "hash": "9ad6481145750552606a6758b79d81a6" }, { - "title": "N.Y.C. Business Owners and Workers React to Vaccine Mandate", - "description": "After Mayor Bill de Blasio set a mandate for all private employers, some raised questions about how the city planned to enforce it, while others said they backed the idea.", - "content": "After Mayor Bill de Blasio set a mandate for all private employers, some raised questions about how the city planned to enforce it, while others said they backed the idea.", - "category": "Vaccination and Immunization", - "link": "https://www.nytimes.com/2021/12/07/nyregion/vaccine-mandate-nyc-business.html", - "creator": "Emma G. Fitzsimmons and Lola Fadulu", - "pubDate": "Wed, 08 Dec 2021 02:09:17 +0000", + "title": "Will High Vaccination Rates Help Spain Weather Omicron?", + "description": "Spain surpassed others in Europe by avoiding politicized debate about Covid shots. Citizens also largely heeded the health guidance from their leaders.", + "content": "Spain surpassed others in Europe by avoiding politicized debate about Covid shots. Citizens also largely heeded the health guidance from their leaders.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/02/world/europe/spain-omicron.html", + "creator": "Nicholas Casey", + "pubDate": "Thu, 02 Dec 2021 18:14:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173550,16 +198439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2090f079f92ac4528bb937b13e99e8ff" + "hash": "ea5c2f15ddef4dc3256adffc4c8cad2d" }, { - "title": "Biden and Putin Hold Virtual Summit Over Ukraine", - "description": "President Biden said a Russian invasion of Ukraine would result in heavy economic penalties for Mr. Putin, in a tense meeting.", - "content": "President Biden said a Russian invasion of Ukraine would result in heavy economic penalties for Mr. Putin, in a tense meeting.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/07/us/politics/biden-putin-ukraine-summit.html", - "creator": "David E. Sanger and Michael Crowley", - "pubDate": "Wed, 08 Dec 2021 02:11:46 +0000", + "title": "Government Shutdown Still Looms Despite Spending Deal", + "description": "Even as the House set a Thursday vote to fund the government through February, Senate Republicans were still threatening to force a shutdown over vaccine mandates.", + "content": "Even as the House set a Thursday vote to fund the government through February, Senate Republicans were still threatening to force a shutdown over vaccine mandates.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/12/02/us/politics/government-shutdown-congress-spending-deal.html", + "creator": "Emily Cochrane", + "pubDate": "Thu, 02 Dec 2021 16:54:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173570,16 +198459,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "57d155493b219d2e4b3c6dd3e02c3692" + "hash": "c15c44d146f6ec5239053db8b350abbd" }, { - "title": "Here are five takeaways from the Biden-Putin call.", - "description": "The meeting was a big foreign policy test for President Biden, with consequences for the stability of Europe, the credibility of American threats and the future of Ukraine.", - "content": "The meeting was a big foreign policy test for President Biden, with consequences for the stability of Europe, the credibility of American threats and the future of Ukraine.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/07/world/europe/here-are-five-takeaways-from-the-biden-putin-call.html", - "creator": "Michael Crowley", - "pubDate": "Tue, 07 Dec 2021 23:01:41 +0000", + "title": "Is Holiday Gift-Giving Really Worth It?", + "description": "December’s materialism can feel perfunctory.", + "content": "December’s materialism can feel perfunctory.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/12/01/opinion/christmas-hanukkah-holiday-gifts.html", + "creator": "Jessica Grose", + "pubDate": "Wed, 01 Dec 2021 14:41:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173590,16 +198479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "175c7e30707613a31f464f93c83fe4f7" + "hash": "bcc9405d0199969c5969986c9303b17f" }, { - "title": "Saule Omarova, Biden’s Pick for Key Banking Regulator, Backs Out", - "description": "Saule Omarova withdrew herself from consideration to be comptroller of the currency after attacks from Republicans and banking lobbyists that labeled her a communist.", - "content": "Saule Omarova withdrew herself from consideration to be comptroller of the currency after attacks from Republicans and banking lobbyists that labeled her a communist.", - "category": "Omarova, Saule", - "link": "https://www.nytimes.com/2021/12/07/business/saule-omarova-occ-nomination.html", - "creator": "Emily Flitter", - "pubDate": "Tue, 07 Dec 2021 21:00:50 +0000", + "title": "The National Debate Over Abortion Laws", + "description": "Readers discuss whether one can be a pro-life feminist, high-risk pregnancies and Judaism’s position on abortion. Also: Taking action against Omicron.", + "content": "Readers discuss whether one can be a pro-life feminist, high-risk pregnancies and Judaism’s position on abortion. Also: Taking action against Omicron.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/12/01/opinion/letters/abortion-laws.html", + "creator": "", + "pubDate": "Wed, 01 Dec 2021 19:26:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173610,16 +198499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "968653e1082c77c27a7776e0795f2ab2" + "hash": "4fb647172024266b20fd30054a5abee8" }, { - "title": "Scholz Becomes German Chancellor, Ending Merkel Era", - "description": "The country’s president gave Olaf Scholz his official certificate of office, and Angela Merkel received a standing ovation from Parliament. Here’s the latest.", - "content": "The country’s president gave Olaf Scholz his official certificate of office, and Angela Merkel received a standing ovation from Parliament. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/08/world/germany-scholz-merkel", - "creator": "The New York Times", - "pubDate": "Wed, 08 Dec 2021 10:14:28 +0000", + "title": "PlayStations and Xboxes Are Hard to Find. Meet the People Trying to Help.", + "description": "New gaming consoles remain in short supply this holiday season, spawning cottage industries of tipsters and scalpers making money off their scarcity.", + "content": "New gaming consoles remain in short supply this holiday season, spawning cottage industries of tipsters and scalpers making money off their scarcity.", + "category": "Shopping and Retail", + "link": "https://www.nytimes.com/2021/12/02/business/video-game-consoles-scalpers.html", + "creator": "Kellen Browning and Julie Creswell", + "pubDate": "Thu, 02 Dec 2021 18:55:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173630,16 +198519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "572e49eab59b566121e06dc3b19c0f3e" + "hash": "3a37a4a6aa707d8e132506e9379a5a13" }, { - "title": "Redistricting Makes California a Top House Battlefield for 2022", - "description": "As legislators across the country draw House maps to protect incumbents, a nonpartisan commission of California citizens is drafting one that will scramble political fortunes for both parties.", - "content": "As legislators across the country draw House maps to protect incumbents, a nonpartisan commission of California citizens is drafting one that will scramble political fortunes for both parties.", - "category": "Redistricting and Reapportionment", - "link": "https://www.nytimes.com/2021/12/07/us/politics/california-redistricting-midterms.html", - "creator": "Jonathan Weisman", - "pubDate": "Tue, 07 Dec 2021 20:44:13 +0000", + "title": "Abortion at the Court", + "description": "The Supreme Court seems likely to undermine or overturn Roe v. Wade.", + "content": "The Supreme Court seems likely to undermine or overturn Roe v. Wade.", + "category": "", + "link": "https://www.nytimes.com/2021/12/02/briefing/supreme-court-abortion-case-mississippi.html", + "creator": "David Leonhardt and Ian Prasad Philbrick", + "pubDate": "Thu, 02 Dec 2021 11:35:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173650,16 +198539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5271b4715c9896d632b328e1affc5568" + "hash": "0d10168bf8c02d9fa1d01dfa8a062c4a" }, { - "title": "In a Reversal, Meadows Refuses an Interview for the Jan. 6 Inquiry", - "description": "The former White House chief of staff told the House panel scrutinizing the Capitol attack that he was no longer willing to be deposed, reversing a commitment he made last week.", - "content": "The former White House chief of staff told the House panel scrutinizing the Capitol attack that he was no longer willing to be deposed, reversing a commitment he made last week.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/07/us/politics/meadows-cooperate-jan-6.html", - "creator": "Luke Broadwater and Maggie Haberman", - "pubDate": "Wed, 08 Dec 2021 01:41:23 +0000", + "title": "Emily Ratajkowski Isn’t Quite Ready to Quit Profiting Off the Male Gaze", + "description": "The model on wielding beauty and power in the age of Instagram.", + "content": "The model on wielding beauty and power in the age of Instagram.", + "category": "audio-neutral-informative", + "link": "https://www.nytimes.com/2021/11/29/opinion/sway-kara-swisher-emily-ratajkowski.html", + "creator": "‘Sway’", + "pubDate": "Mon, 29 Nov 2021 14:21:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173670,16 +198559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b5fcd6ec6f4c529482bb6727830f87f" + "hash": "36420908dc64d7297494840d2aa92ed7" }, { - "title": "Hollywood Loves a Monstrous Mommy. Can It Do Her Justice?", - "description": "Cinema is finally capturing, with uncanny precision and furious energy, more honest and complex versions of the mother.", - "content": "Cinema is finally capturing, with uncanny precision and furious energy, more honest and complex versions of the mother.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/07/magazine/mother-movie-depictions.html", - "creator": "Lydia Kiesling", - "pubDate": "Tue, 07 Dec 2021 10:00:15 +0000", + "title": "As French Election Looms, Candidates Stake Out Tough Positions on Migrants", + "description": "With a presidential election looming, French presidential hopefuls are hardening their positions against immigration even as other countries compete for migrant workers.", + "content": "With a presidential election looming, French presidential hopefuls are hardening their positions against immigration even as other countries compete for migrant workers.", + "category": "Immigration and Emigration", + "link": "https://www.nytimes.com/2021/12/02/world/europe/french-election-immigration.html", + "creator": "Norimitsu Onishi", + "pubDate": "Thu, 02 Dec 2021 20:04:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173690,16 +198579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38d46bd5b03ea101aee81e35524cb5ad" + "hash": "b73960d7c367d2c32abca1b561351f3f" }, { - "title": "From Soap Opera to Art: Why a Moscow Museum Is Re-Enacting ‘Santa Barbara’", - "description": "A new contemporary art space is probing how Russia engages with the West by reviving an unlikely 1990s TV hit.", - "content": "A new contemporary art space is probing how Russia engages with the West by reviving an unlikely 1990s TV hit.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/07/arts/design/santa-barbara-ges-2-moscow-ragnar-kjartansson.html", - "creator": "Valerie Hopkins", - "pubDate": "Wed, 08 Dec 2021 03:21:22 +0000", + "title": "Two Election Workers Targeted by Pro-Trump Media Sue for Defamation", + "description": "The two Georgia workers were falsely accused of manipulating ballots by Trump allies and right-wing news sites. Election officials said the workers did nothing wrong.", + "content": "The two Georgia workers were falsely accused of manipulating ballots by Trump allies and right-wing news sites. Election officials said the workers did nothing wrong.", + "category": "Gateway Pundit (Blog)", + "link": "https://www.nytimes.com/2021/12/02/us/politics/gateway-pundit-defamation-lawsuit.html", + "creator": "Reid J. Epstein", + "pubDate": "Thu, 02 Dec 2021 17:45:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173710,16 +198599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9d606c873bf2fb1602ab3af1637fa7f" + "hash": "99afb49cb6f1977922b60a6c6200292f" }, { - "title": "Can a New University Really Fix Academia’s Free Speech Problems?", - "description": "Or does it just create another ideological bubble?", - "content": "Or does it just create another ideological bubble?", - "category": "University of Austin", - "link": "https://www.nytimes.com/2021/12/08/opinion/the-argument-free-speech-on-college-campuses.html", - "creator": "‘The Argument’", - "pubDate": "Wed, 08 Dec 2021 10:00:10 +0000", + "title": "Double Resignation Shakes Austrian Politics in Aftermath of Scandal", + "description": "Sebastian Kurz, a former chancellor under investigation for influence-buying and corruption, said he was quitting politics. Within hours, his successor and ally also resigned, after only two months on the job.", + "content": "Sebastian Kurz, a former chancellor under investigation for influence-buying and corruption, said he was quitting politics. Within hours, his successor and ally also resigned, after only two months on the job.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/02/world/europe/austria-kurz-successor-resignation.html", + "creator": "Steven Erlanger", + "pubDate": "Thu, 02 Dec 2021 20:43:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173730,16 +198619,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "251abede48f304e78d377fc4a8954b2a" + "hash": "c319f99a2bba3163c0290792bcc75dcf" }, { - "title": "Bob Dole, Donald Trump and the Art of Responsibility", - "description": "Somehow, America stopped honoring responsibility.", - "content": "Somehow, America stopped honoring responsibility.", - "category": "International Trade and World Market", - "link": "https://www.nytimes.com/2021/12/07/opinion/bob-dole-donald-trump.html", - "creator": "Paul Krugman", - "pubDate": "Tue, 07 Dec 2021 17:32:33 +0000", + "title": "Anti-Vaccination Ad Mysteriously Appears at N.Y.C. Bus Stop", + "description": "City officials said the ad, which contained false information and was seen at a bus stop in Brooklyn, had not been authorized. It was later removed.", + "content": "City officials said the ad, which contained false information and was seen at a bus stop in Brooklyn, had not been authorized. It was later removed.", + "category": "Vaccination and Immunization", + "link": "https://www.nytimes.com/2021/12/02/nyregion/anti-vaccine-poster-brooklyn.html", + "creator": "Winnie Hu and Michael Gold", + "pubDate": "Thu, 02 Dec 2021 20:06:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173750,16 +198639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "deda447fddb0952bdfaaab5acb53312a" + "hash": "670e56b582eb8652921c2e89a0b49dd3" }, { - "title": "How Can Something Be Racist but Not Racist at the Same Time?", - "description": "These days, it’s hard to tell.", - "content": "These days, it’s hard to tell.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/07/opinion/racism-america-complex-confusion.html", - "creator": "John McWhorter", - "pubDate": "Tue, 07 Dec 2021 20:00:26 +0000", + "title": "Former Ohio Deputy Is Charged With Murder in Shooting of Casey Goodson Jr", + "description": "The former deputy, Jason Meade, was a member of a fugitive task force when he shot Casey Goodson Jr., 23, who was not the target of the operation, according to an indictment. He faces two murder counts.", + "content": "The former deputy, Jason Meade, was a member of a fugitive task force when he shot Casey Goodson Jr., 23, who was not the target of the operation, according to an indictment. He faces two murder counts.", + "category": "Goodson, Casey Christopher Jr", + "link": "https://www.nytimes.com/2021/12/02/us/casey-goodson-shooting.html", + "creator": "Christine Hauser", + "pubDate": "Thu, 02 Dec 2021 16:39:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173770,16 +198659,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fede6da0f494b5fcb763fd8c18c134e7" + "hash": "afa0e46db199e1fbb6b2931e20a521f2" }, { - "title": "The Words Democrats Use Are Not the Real Problem", - "description": "The whys of American politics have much more to do with the ever-changing currents of race, religion and economic production than they do with political messaging.", - "content": "The whys of American politics have much more to do with the ever-changing currents of race, religion and economic production than they do with political messaging.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/07/opinion/hispanic-voters-messaging.html", - "creator": "Jamelle Bouie", - "pubDate": "Tue, 07 Dec 2021 10:00:13 +0000", + "title": "Meghan Wins Legal Battle Against The Mail on Sunday", + "description": "An appeals court rejected a bid to force a trial over the duchess’s claim that the tabloid violated her privacy by publishing an anguished letter she sent to her estranged father.", + "content": "An appeals court rejected a bid to force a trial over the duchess’s claim that the tabloid violated her privacy by publishing an anguished letter she sent to her estranged father.", + "category": "Royal Families", + "link": "https://www.nytimes.com/2021/12/02/world/europe/meghan-markle-tabloid-lawsuit.html", + "creator": "Mark Landler", + "pubDate": "Thu, 02 Dec 2021 16:03:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173790,16 +198679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68e38b48fb315fceaa68bce5f1e2ec17" + "hash": "fde5a44437e333b06fe0ca71b5430a06" }, { - "title": "Should States Be Allowed to Spend Public Money on Religious Educations?", - "description": "The Supreme Court is about to consider that question.", - "content": "The Supreme Court is about to consider that question.", - "category": "Private and Sectarian Schools", - "link": "https://www.nytimes.com/2021/12/07/opinion/public-schools-religion.html", - "creator": "Michael Bindas and Walter Womack", - "pubDate": "Tue, 07 Dec 2021 10:00:09 +0000", + "title": "Hundreds of FedEx Packages Dumped in Alabama Ravine, Authorities Say", + "description": "Amid the holiday shopping crush, more than 300 packages were discovered on private property. The driver, who has been identified and questioned by the police, is no longer working for FedEx, the company said.", + "content": "Amid the holiday shopping crush, more than 300 packages were discovered on private property. The driver, who has been identified and questioned by the police, is no longer working for FedEx, the company said.", + "category": "Delivery Services", + "link": "https://www.nytimes.com/2021/12/02/us/fedex-packages-dumped.html", + "creator": "Derrick Bryson Taylor", + "pubDate": "Thu, 02 Dec 2021 15:51:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173810,16 +198699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8eb0853866f858ca94dc8bd381703c7" + "hash": "dffea95cddead7deae2fa4f249d670c3" }, { - "title": "If James Madison Weighed In on Politics Today", - "description": "Readers discuss James Madison and the role of Congress today. Also: Expanding the fight for abortion rights; a proposal for the National Mall.", - "content": "Readers discuss James Madison and the role of Congress today. Also: Expanding the fight for abortion rights; a proposal for the National Mall.", - "category": "Madison, James (1751-1836)", - "link": "https://www.nytimes.com/2021/12/07/opinion/letters/james-madison-congress-politics.html", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 16:34:38 +0000", + "title": "As ‘Nutcracker’ Returns, Companies Rethink Depictions of Asians", + "description": "Ballet companies are reworking the holiday classic partly in response to a wave of anti-Asian hate that has intensified during the pandemic.", + "content": "Ballet companies are reworking the holiday classic partly in response to a wave of anti-Asian hate that has intensified during the pandemic.", + "category": "Dancing", + "link": "https://www.nytimes.com/2021/11/29/arts/dance/nutcracker-asian-stereotypes-rethinking.html", + "creator": "Javier C. Hernández", + "pubDate": "Mon, 29 Nov 2021 21:51:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173830,16 +198719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0253c46b02be4b8fa89a79021e7cd9c" + "hash": "f6ba4473e7149b9411f2c02cc175a314" }, { - "title": "Alana Haim on ‘Licorice Pizza,’ Her Surprising Movie Debut", - "description": "When Paul Thomas Anderson asked her to star in “Licorice Pizza,” the musician had zero acting experience. Now she’s winning rave reviews.", - "content": "When Paul Thomas Anderson asked her to star in “Licorice Pizza,” the musician had zero acting experience. Now she’s winning rave reviews.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/06/movies/alana-haim-licorice-pizza.html", - "creator": "Lindsay Zoladz", - "pubDate": "Mon, 06 Dec 2021 16:00:10 +0000", + "title": "Cutting a Banksy Into 10,000 (Digital) Pieces", + "description": "A former Christie’s executive has joined cryptocurrency experts to create a company that purchases art and sells the fragments as NFTs.", + "content": "A former Christie’s executive has joined cryptocurrency experts to create a company that purchases art and sells the fragments as NFTs.", + "category": "Gouzer, Loic", + "link": "https://www.nytimes.com/2021/12/01/arts/design/banksy-nft-loic-gouzer-particle.html", + "creator": "Robin Pogrebin", + "pubDate": "Thu, 02 Dec 2021 00:56:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173850,36 +198739,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "88bc3f5f424047a368137d72330e968b" + "hash": "c774d4672c2078a6da1445165f8e66c4" }, { - "title": "Companies Linked to Russian Ransomware Hide in Plain Sight", - "description": "Cybersecurity experts tracing money paid by American businesses to Russian ransomware gangs found it led to one of Moscow’s most prestigious addresses.", - "content": "Cybersecurity experts tracing money paid by American businesses to Russian ransomware gangs found it led to one of Moscow’s most prestigious addresses.", - "category": "Computer Security", - "link": "https://www.nytimes.com/2021/12/06/world/europe/ransomware-russia-bitcoin.html", - "creator": "Andrew E. Kramer", - "pubDate": "Mon, 06 Dec 2021 10:00:24 +0000", + "title": "College Football’s ‘Great Man Theory’ Gets a New Test at U.S.C.", + "description": "Southern California hired Lincoln Riley from Oklahoma, which is now looking for his successor. The carousel seemed to spin harder and faster than ever as programs looked for saviors.", + "content": "Southern California hired Lincoln Riley from Oklahoma, which is now looking for his successor. The carousel seemed to spin harder and faster than ever as programs looked for saviors.", + "category": "Coaches and Managers", + "link": "https://www.nytimes.com/2021/11/29/sports/ncaafootball/usc-lincoln-riley-oklahoma.html", + "creator": "Alan Blinder", + "pubDate": "Tue, 30 Nov 2021 01:35:57 +0000", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3ce6c500f26b0736d44200db5a7cacc" + "hash": "208b89507400b2f5254b599b23462dc5" }, { - "title": "Chanel, TikTok and the Beauty Advent Calendar Controversy", - "description": "Some social media users are not feeling the Christmas spirit — or this box of mini lipsticks and branded stickers.", - "content": "Some social media users are not feeling the Christmas spirit — or this box of mini lipsticks and branded stickers.", - "category": "Social Media", - "link": "https://www.nytimes.com/2021/12/06/style/chanel-tiktok-advent-calendar-controversy.html", - "creator": "Vanessa Friedman", - "pubDate": "Mon, 06 Dec 2021 19:04:18 +0000", + "title": "The Best Movies and TV Shows Coming to Amazon, HBO, Hulu and More in December", + "description": "Every month, streaming services add movies and TV shows to its library. Here are our picks for some of December’s most promising new titles.", + "content": "Every month, streaming services add movies and TV shows to its library. Here are our picks for some of December’s most promising new titles.", + "category": "Television", + "link": "https://www.nytimes.com/2021/12/01/arts/television/amazon-disney-hulu-streaming.html", + "creator": "Noel Murray", + "pubDate": "Wed, 01 Dec 2021 21:57:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173890,16 +198779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a404c838736e610dd5096c7c8406cdf" + "hash": "85c8bde03625428806dcae6118049040" }, { - "title": "San Francisco Restaurant Apologizes for Asking 3 Police Officers to Leave", - "description": "The uniformed officers had just sat down when staff members asked them to leave because the workers felt uncomfortable about the officers’ weapons, the restaurant said.", - "content": "The uniformed officers had just sat down when staff members asked them to leave because the workers felt uncomfortable about the officers’ weapons, the restaurant said.", - "category": "Restaurants", - "link": "https://www.nytimes.com/2021/12/06/us/san-francisco-restaurant-police-officers.html", - "creator": "Alyssa Lukpat", - "pubDate": "Mon, 06 Dec 2021 12:04:00 +0000", + "title": "The Knicks’ Struggles Go Deeper Than Kemba Walker", + "description": "A surprising reconsideration of the lineup that pushed Walker out of the rotation could help with some of the team’s issues, but not all of them.", + "content": "A surprising reconsideration of the lineup that pushed Walker out of the rotation could help with some of the team’s issues, but not all of them.", + "category": "Basketball", + "link": "https://www.nytimes.com/2021/12/01/sports/basketball/knicks-kemba-walker.html", + "creator": "Sopan Deb", + "pubDate": "Wed, 01 Dec 2021 21:26:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173910,16 +198799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd398714d5cf9b09efe8dab30664555d" + "hash": "9bf87bc817a1355e49e4ebd21fb8d4f1" }, { - "title": "Third Accuser Says Epstein and Maxwell Preyed on Her as a Troubled Teen", - "description": "The accuser, who testified under her first name, Carolyn, described being preyed upon as an especially vulnerable child.", - "content": "The accuser, who testified under her first name, Carolyn, described being preyed upon as an especially vulnerable child.", - "category": "Human Trafficking", - "link": "https://www.nytimes.com/2021/12/07/nyregion/ghislaine-maxwell-trial-carolyn.html", - "creator": "Rebecca Davis O’Brien and Colin Moynihan", - "pubDate": "Wed, 08 Dec 2021 00:26:59 +0000", + "title": "Supreme Court Seems Poised to Uphold Mississippi’s Abortion Law", + "description": "It was less clear whether the court’s conservative majority would overrule Roe v. Wade, the decision establishing a constitutional right to abortion.", + "content": "It was less clear whether the court’s conservative majority would overrule Roe v. Wade, the decision establishing a constitutional right to abortion.", + "category": "Supreme Court (US)", + "link": "https://www.nytimes.com/2021/12/01/us/politics/supreme-court-mississippi-abortion-law.html", + "creator": "Adam Liptak", + "pubDate": "Thu, 02 Dec 2021 16:55:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173930,16 +198819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a29dbcd04c377a333c326538f0e5eb01" + "hash": "b1a57ecbc15f43db3b998c13aab4dc1c" }, { - "title": "In Bob Dole’s Hometown, Kansans Grieve for the Man and His Political Style", - "description": "Residents of Russell, the town in Kansas where Mr. Dole grew up, spoke longingly of a bygone era of bipartisanship.", - "content": "Residents of Russell, the town in Kansas where Mr. Dole grew up, spoke longingly of a bygone era of bipartisanship.", - "category": "Dole, Bob", - "link": "https://www.nytimes.com/2021/12/07/us/bob-dole-hometown-russell-kansas.html", - "creator": "Mitch Smith", - "pubDate": "Tue, 07 Dec 2021 22:14:44 +0000", + "title": "Marcus Lamb, a Christian Broadcaster and Vaccine Skeptic, Dies of Covid", + "description": "Mr. Lamb, who co-founded the Daystar Television Network, repeatedly suggested on air that people pray instead of getting vaccinated.", + "content": "Mr. Lamb, who co-founded the Daystar Television Network, repeatedly suggested on air that people pray instead of getting vaccinated.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/01/us/marcus-lamb-dead.html", + "creator": "Alyssa Lukpat", + "pubDate": "Thu, 02 Dec 2021 16:23:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173950,16 +198839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ca9ec40207b055dc5fe72abaebf3d39" + "hash": "5cf9fee8f2e7aa5b5490f3e73c013a60" }, { - "title": "Photos From Indonesia Volcano: Death Toll Rises ", - "description": "About 17 people were still missing as rescuers searched for survivors buried under volcanic ash.", - "content": "About 17 people were still missing as rescuers searched for survivors buried under volcanic ash.", - "category": "Indonesia", - "link": "https://www.nytimes.com/2021/12/07/world/asia/indonesia-volcano-eruption.html", - "creator": "Muktita Suhartono", - "pubDate": "Tue, 07 Dec 2021 11:28:34 +0000", + "title": "‘Call Me Dog Tag Man’: Pacific Island Is Full of War Relics and Human Remains", + "description": "More than 75 years after the Battle of Biak ended, collectors are still finding remnants of the fight, and U.S. authorities are hoping to bring closure to families of soldiers still missing.", + "content": "More than 75 years after the Battle of Biak ended, collectors are still finding remnants of the fight, and U.S. authorities are hoping to bring closure to families of soldiers still missing.", + "category": "Biak (Indonesia)", + "link": "https://www.nytimes.com/2021/12/02/world/asia/indonesia-battle-of-biak.html", + "creator": "Dera Menra Sijabat, Richard C. Paddock and Ulet Ifansasti", + "pubDate": "Thu, 02 Dec 2021 08:00:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173970,16 +198859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6653a8e7e2e47f1ca2e7c9836a554429" + "hash": "034760d79dd55d388b1711eaf908fcde" }, { - "title": "Mississippi Killer Confessed to Another Murder Before His Execution", - "description": "David Neal Cox admitted to the 2007 killing of his sister-in-law, Felecia Cox, a cold case in which he had long been the prime suspect, prosecutors said.", - "content": "David Neal Cox admitted to the 2007 killing of his sister-in-law, Felecia Cox, a cold case in which he had long been the prime suspect, prosecutors said.", - "category": "Domestic Violence", - "link": "https://www.nytimes.com/2021/12/07/us/david-neal-cox-execution-felecia-mississippi.html", - "creator": "Neil Vigdor", - "pubDate": "Tue, 07 Dec 2021 22:41:51 +0000", + "title": "Counterfeit Covid Masks Are Still Sold Everywhere", + "description": "Rising Covid cases have spurred a return to mask-wearing in the U.S. and overseas, at a time when flawed KN95s from China continue to dominate e-commerce sites.", + "content": "Rising Covid cases have spurred a return to mask-wearing in the U.S. and overseas, at a time when flawed KN95s from China continue to dominate e-commerce sites.", + "category": "Masks", + "link": "https://www.nytimes.com/2021/11/30/health/covid-masks-counterfeit-fake.html", + "creator": "Andrew Jacobs", + "pubDate": "Tue, 30 Nov 2021 17:32:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -173990,16 +198879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c59d7dda7dc86b394afcebbb3ea7fb67" + "hash": "768415a0aaa60479c968e8f0d3ddeaa6" }, { - "title": "Chris Magnus Confirmed to Lead Customs and Border Protection", - "description": "Mr. Magnus, the police chief in Tucson, Ariz., will seek to win the trust of the U.S. Border Patrol, an agency championed by former President Donald J. Trump.", - "content": "Mr. Magnus, the police chief in Tucson, Ariz., will seek to win the trust of the U.S. Border Patrol, an agency championed by former President Donald J. Trump.", - "category": "Magnus, Chris (1960- )", - "link": "https://www.nytimes.com/2021/12/07/us/politics/chris-magnus-cbp-biden.html", - "creator": "Eileen Sullivan", - "pubDate": "Wed, 08 Dec 2021 01:11:35 +0000", + "title": "The Teenagers Getting Six Figures to Leave Their High Schools for Basketball", + "description": "The new pro league Overtime Elite is luring young phenoms with hefty salaries, viral success and — perhaps — a better path to the N.B.A.", + "content": "The new pro league Overtime Elite is luring young phenoms with hefty salaries, viral success and — perhaps — a better path to the N.B.A.", + "category": "Student Athlete Compensation", + "link": "https://www.nytimes.com/2021/11/30/magazine/overtime-elite-basketball-nba.html", + "creator": "Bruce Schoenfeld", + "pubDate": "Tue, 30 Nov 2021 14:59:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174010,16 +198899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a79b6bfcf17e54d5d354285bbd57f05d" + "hash": "30ee66536c26551d5ead7841437e1ea3" }, { - "title": "Helicopter Crashes With India’s Top Military General Aboard", - "description": "The fate of Gen. Bipin Rawat, the chief of the country’s defense staff, wasn’t immediately clear.", - "content": "The fate of Gen. Bipin Rawat, the chief of the country’s defense staff, wasn’t immediately clear.", - "category": "Aviation Accidents, Safety and Disasters", - "link": "https://www.nytimes.com/2021/12/08/world/asia/helicopter-crash-india-top-general.html", - "creator": "Suhasini Raj and Mujib Mashal", - "pubDate": "Wed, 08 Dec 2021 10:19:52 +0000", + "title": "In a Nonbinary Pronoun, France Sees a U.S. Attack on the Republic", + "description": "When a French dictionary included the gender-nonspecific “iel” for the first time, a virulent reaction erupted over “wokisme” exported from American universities.", + "content": "When a French dictionary included the gender-nonspecific “iel” for the first time, a virulent reaction erupted over “wokisme” exported from American universities.", + "category": "French Language", + "link": "https://www.nytimes.com/2021/11/28/world/europe/france-nonbinary-pronoun.html", + "creator": "Roger Cohen and Léontine Gallois", + "pubDate": "Sun, 28 Nov 2021 18:22:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174030,16 +198919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f193374ca112aaa8f133e4e28badaa6c" + "hash": "5763614df995cf51693b346925b562b5" }, { - "title": "Elizabeth Holmes Returns to the Stand on Tuesday.", - "description": "The climax of the cross-examination of Ms. Holmes, founder of the blood testing start-up Theranos, sends her fraud trial to its end stage.", - "content": "The climax of the cross-examination of Ms. Holmes, founder of the blood testing start-up Theranos, sends her fraud trial to its end stage.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2021/12/07/technology/elizabeth-holmes-theranos-trial.html", - "creator": "Erin Griffith", - "pubDate": "Wed, 08 Dec 2021 01:39:50 +0000", + "title": "Supreme Court Seems Poised to Uphold Mississippi’s Abortion Law", + "description": "Oral arguments are set to begin at 10 a.m. Eastern and The New York Times will be streaming audio live, providing context and analysis. Follow here.", + "content": "Oral arguments are set to begin at 10 a.m. Eastern and The New York Times will be streaming audio live, providing context and analysis. Follow here.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/01/us/abortion-mississippi-supreme-court", + "creator": "The New York Times", + "pubDate": "Wed, 01 Dec 2021 19:19:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174050,16 +198939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7e55d1ac21116d190b46cf474ea4db5" + "hash": "648eaedffba5e8be74f9b1c44fa1cd44" }, { - "title": "Lawyers in Jussie Smollett Case Tangle Over Motive as Testimony Ends", - "description": "Mr. Smollett was questioned Tuesday by the prosecution about his interactions with his attackers shortly before the 2019 assault.", - "content": "Mr. Smollett was questioned Tuesday by the prosecution about his interactions with his attackers shortly before the 2019 assault.", - "category": "Assaults", - "link": "https://www.nytimes.com/2021/12/07/arts/television/jussie-smollett-trial.html", - "creator": "Julia Jacobs and Mark Guarino", - "pubDate": "Tue, 07 Dec 2021 23:03:20 +0000", + "title": "Mississippi: Is Roe v. Wade Needed if Women Can Have It All?", + "description": "One argument in the abortion case before the Supreme Court is that balancing work and family is now less of a challenge, but research shows becoming a mother still has a large economic impact on women.", + "content": "One argument in the abortion case before the Supreme Court is that balancing work and family is now less of a challenge, but research shows becoming a mother still has a large economic impact on women.", + "category": "Roe v Wade (Supreme Court Decision)", + "link": "https://www.nytimes.com/2021/12/01/upshot/mississippi-abortion-case-roe.html", + "creator": "Claire Cain Miller", + "pubDate": "Wed, 01 Dec 2021 15:41:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174070,16 +198959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98c39a04bb1abb14eafd3d290b377141" + "hash": "ab054c80701daae22bec717e351a0e8f" }, { - "title": "Sundays Off: U.A.E. Changes Its Weekend to Align With West", - "description": "The United Arab Emirates, in a nod to global markets, has changed its workweek, declaring that Sunday, a work day in much of the Arab world, is now part of the weekend. Fridays will be half days.", - "content": "The United Arab Emirates, in a nod to global markets, has changed its workweek, declaring that Sunday, a work day in much of the Arab world, is now part of the weekend. Fridays will be half days.", - "category": "United Arab Emirates", - "link": "https://www.nytimes.com/2021/12/07/world/middleeast/uae-weekend-shift.html", - "creator": "Mona El-Naggar", - "pubDate": "Tue, 07 Dec 2021 23:09:18 +0000", + "title": "The Mississippi Abortion Law That Challenges Roe v. Wade", + "description": "A case before the Supreme Court is seen as potentially pivotal in establishing how aggressively the justices might move to place new constraints on abortion rights.", + "content": "A case before the Supreme Court is seen as potentially pivotal in establishing how aggressively the justices might move to place new constraints on abortion rights.", + "category": "Abortion", + "link": "https://www.nytimes.com/article/mississippi-abortion-law.html", + "creator": "Adeel Hassan", + "pubDate": "Wed, 01 Dec 2021 18:26:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174090,16 +198979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1760f6db9f330e917b325fba965026c3" + "hash": "7201f8a7787b57a82bd075f077e7645a" }, { - "title": "French Police Arrest Man in Connection With Khashoggi Killing", - "description": "A man with the same name, Khalid Alotaibi, is wanted in connection with the murder of the Saudi journalist Jamal Khashoggi. A Saudi official says France arrested the wrong man.", - "content": "A man with the same name, Khalid Alotaibi, is wanted in connection with the murder of the Saudi journalist Jamal Khashoggi. A Saudi official says France arrested the wrong man.", - "category": "Assassinations and Attempted Assassinations", - "link": "https://www.nytimes.com/2021/12/07/world/middleeast/khashoggi-arrest-france-alotaiba.html", - "creator": "Ben Hubbard and Aurelien Breeden", - "pubDate": "Tue, 07 Dec 2021 18:21:28 +0000", + "title": "First Case of Omicron Variant Is Detected in the U.S.", + "description": "The variant was detected in California, where the C.D.C. said aggressive contact tracing is underway. Here’s the latest on Covid-19.", + "content": "The variant was detected in California, where the C.D.C. said aggressive contact tracing is underway. Here’s the latest on Covid-19.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/01/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Wed, 01 Dec 2021 19:19:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174110,16 +198999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ed79a4efa1a7e936005ae95383f5772" + "hash": "b608f1a03f8c270a752d6d38e0b95b52" }, { - "title": "Is Gluten-Free Bread Healthier Than Regular Bread?", - "description": "Experts say there are important distinctions to keep in mind.", - "content": "Experts say there are important distinctions to keep in mind.", - "category": "Gluten", - "link": "https://www.nytimes.com/2021/12/07/well/eat/is-gluten-free-bread-healthier.html", - "creator": "Alice Callahan", - "pubDate": "Tue, 07 Dec 2021 15:51:09 +0000", + "title": "Vaccine Hesitancy Hurts Covid Fight in Poorer Countries", + "description": "Vaccines are finally available in many African countries, but an underfunded public health system has slowed their delivery, and some people there, as well as in South Asia, are wary of taking them.", + "content": "Vaccines are finally available in many African countries, but an underfunded public health system has slowed their delivery, and some people there, as well as in South Asia, are wary of taking them.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/12/01/world/africa/coranavirus-vaccine-hesitancy-africa.html", + "creator": "Lynsey Chutel and Max Fisher", + "pubDate": "Wed, 01 Dec 2021 18:44:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174130,16 +199019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "393c06cd53ece300cfbdeb276f30791a" + "hash": "c0512a9d4448c82c7b922f4a9c669177" }, { - "title": "Do I Get Enough Vitamin D in the Winter?", - "description": "In higher-latitude cities like Boston, inadequate UVB limits vitamin D synthesis for at least a few months during the winter.", - "content": "In higher-latitude cities like Boston, inadequate UVB limits vitamin D synthesis for at least a few months during the winter.", - "category": "Vitamins", - "link": "https://www.nytimes.com/2018/02/16/well/live/do-i-get-enough-vitamin-d-in-the-winter.html", - "creator": "Alice Callahan", - "pubDate": "Fri, 16 Feb 2018 11:00:15 +0000", + "title": "Fourth Student Dies After Michigan High School Shooting", + "description": "A 15-year-old is in custody after a rampage that also injured seven, including a 14-year-old girl who remains in “extremely critical” condition. Follow updates.", + "content": "A 15-year-old is in custody after a rampage that also injured seven, including a 14-year-old girl who remains in “extremely critical” condition. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/01/us/school-shooting-michigan", + "creator": "The New York Times", + "pubDate": "Wed, 01 Dec 2021 19:19:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174150,16 +199039,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8116355042b9e96ec288e5455b94397b" + "hash": "11a8011c34554ea592bea231f591822f" }, { - "title": "Why Does Coffee Make Me Poop?", - "description": "It’s not clear why coffee can stimulate a bowel movement, but the speed of this effect suggests it’s mediated by the brain.", - "content": "It’s not clear why coffee can stimulate a bowel movement, but the speed of this effect suggests it’s mediated by the brain.", - "category": "Caffeine", - "link": "https://www.nytimes.com/2021/11/30/well/eat/why-does-coffee-make-you-poop.html", - "creator": "Alice Callahan", - "pubDate": "Tue, 30 Nov 2021 10:00:18 +0000", + "title": "Oxford School Shooting: What We Know", + "description": "The authorities identified those killed as Hana St. Juliana, 14; Madisyn Baldwin, 17; Justin Shilling, 17; and Tate Myre, 16. A teacher was among the injured.", + "content": "The authorities identified those killed as Hana St. Juliana, 14; Madisyn Baldwin, 17; Justin Shilling, 17; and Tate Myre, 16. A teacher was among the injured.", + "category": "Oxford Charter Township, Mich, Shooting (2021)", + "link": "https://www.nytimes.com/2021/12/01/us/oxford-school-shooting-michigan.html", + "creator": "Livia Albeck-Ripka and Sophie Kasakove", + "pubDate": "Wed, 01 Dec 2021 18:36:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174170,16 +199059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "174ef57ae7ea914400eec3a72532fa95" + "hash": "39be22fa25593bfddd3225d2735b84b4" }, { - "title": "What Is a Fecal Transplant, and Why Would I Want One?", - "description": "Fecal transplant is used to treat gut infections and is now being studied as a treatment for obesity, urinary tract infections, irritable bowel syndrome and more.", - "content": "Fecal transplant is used to treat gut infections and is now being studied as a treatment for obesity, urinary tract infections, irritable bowel syndrome and more.", - "category": "Feces", - "link": "https://www.nytimes.com/2019/01/18/well/live/what-is-a-fecal-transplant-and-why-would-i-want-one.html", - "creator": "Richard Klasco, M.D.", - "pubDate": "Tue, 19 Feb 2019 23:00:14 +0000", + "title": "Gen Z Pop Stars Made Their Mark in 2021. Beware, Millennial Forebears.", + "description": "Upstarts including Olivia Rodrigo, Lil Nas X, Chloe Bailey and the Kid Laroi grew up on the internet, admiring the artists who are now their contemporaries.", + "content": "Upstarts including Olivia Rodrigo, Lil Nas X, Chloe Bailey and the Kid Laroi grew up on the internet, admiring the artists who are now their contemporaries.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/12/01/arts/music/gen-z-millennial-pop-stars.html", + "creator": "Lindsay Zoladz", + "pubDate": "Wed, 01 Dec 2021 16:44:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174190,16 +199079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6796b6633e5b35bedd91c702aedccb4c" + "hash": "eceb349b1bbd068eee207bd0eeec38bf" }, { - "title": "Michael Jackson Musical Turns Down Volume on Abuse Allegations", - "description": "The Broadway musical, “MJ,” with a book by Lynn Nottage and directed by Christopher Wheeldon, began previews Monday.", - "content": "The Broadway musical, “MJ,” with a book by Lynn Nottage and directed by Christopher Wheeldon, began previews Monday.", - "category": "Jackson, Michael", - "link": "https://www.nytimes.com/2021/12/07/theater/michael-jackson-mj-musical-broadway.html", - "creator": "Michael Paulson", - "pubDate": "Tue, 07 Dec 2021 18:26:15 +0000", + "title": "While Politics Consume School Board Meetings, a Very Different Crisis Festers", + "description": "In a wealthy suburban Philadelphia district, schools are struggling with shortages of all sorts. Behavioral problems have mushroomed. “We are in triage mode,” one teacher said.", + "content": "In a wealthy suburban Philadelphia district, schools are struggling with shortages of all sorts. Behavioral problems have mushroomed. “We are in triage mode,” one teacher said.", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2021/12/01/us/central-bucks-school-board-politics-pennsylvania.html", + "creator": "Campbell Robertson", + "pubDate": "Wed, 01 Dec 2021 16:54:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174210,16 +199099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "904a1defcea25c059962a0e91ce3ce62" + "hash": "65190dce31909043a14891f0e2176a59" }, { - "title": "Best Songs of 2021", - "description": "Sixty-six tracks that tell the story of the year: a posthumous political statement, a hyperpop star finding his footing, an emerging force’s debut smash and a superstar’s 10-minute redo.", - "content": "Sixty-six tracks that tell the story of the year: a posthumous political statement, a hyperpop star finding his footing, an emerging force’s debut smash and a superstar’s 10-minute redo.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/12/07/arts/music/best-songs.html", - "creator": "Jon Pareles, Jon Caramanica and Lindsay Zoladz", - "pubDate": "Tue, 07 Dec 2021 16:35:08 +0000", + "title": "Victim in Ghislaine Maxwell Trial Faces Cross-Examination", + "description": "The woman described how a promise of mentorship from Ms. Maxwell and Jeffrey Epstein soon evolved into sexual abuse. Follow updates.", + "content": "The woman described how a promise of mentorship from Ms. Maxwell and Jeffrey Epstein soon evolved into sexual abuse. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/01/nyregion/ghislaine-maxwell-trial", + "creator": "The New York Times", + "pubDate": "Wed, 01 Dec 2021 19:19:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174230,16 +199119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e7ce60129ec9aff2ede2fff9e222475" + "hash": "8ffbd0f230a8c7f121d389a003e13d29" }, { - "title": "Discovering a Secret Wonderland of Architecture in Dallas", - "description": "A new generation of architects is arguing that postmodern cityscapes deserve re-evaluation.", - "content": "A new generation of architects is arguing that postmodern cityscapes deserve re-evaluation.", - "category": "Architecture", - "link": "https://www.nytimes.com/2021/11/30/magazine/dallas-architecture.html", - "creator": "Rob Madole", - "pubDate": "Tue, 30 Nov 2021 17:40:02 +0000", + "title": "I Once Urged the Supreme Court to Overturn Roe. I’ve Changed My Mind.", + "description": "To overturn Roe now would be an act of constitutional vandalism — not conservative, but reactionary.", + "content": "To overturn Roe now would be an act of constitutional vandalism — not conservative, but reactionary.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/11/30/opinion/supreme-court-roe-v-wade-dobbs.html", + "creator": "Charles Fried", + "pubDate": "Tue, 30 Nov 2021 15:59:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174250,16 +199139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c21aad66158e17230b44bb3ccca015bc" + "hash": "7adf69a58051564176a36228d1a68478" }, { - "title": "Is an All-Encompassing Mobility App Making a Comeback?", - "description": "Versions of “mobility as a service,” or MaaS, apps exist, but companies and cities will need to come together for the idea to gain momentum.", - "content": "Versions of “mobility as a service,” or MaaS, apps exist, but companies and cities will need to come together for the idea to gain momentum.", - "category": "Mobile Applications", - "link": "https://www.nytimes.com/2021/12/05/business/maas-mobility-app.html", - "creator": "John Surico", - "pubDate": "Sun, 05 Dec 2021 10:00:07 +0000", + "title": "What Happens to Women Who Are Denied Abortions", + "description": "Being denied an abortion can have serious consequences for a women’s health and livelihood. It can even be deadly.", + "content": "Being denied an abortion can have serious consequences for a women’s health and livelihood. It can even be deadly.", + "category": "Pregnancy and Childbirth", + "link": "https://www.nytimes.com/2021/11/22/opinion/abortion-supreme-court-women-law.html", + "creator": "Diana Greene Foster", + "pubDate": "Mon, 22 Nov 2021 19:01:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174270,16 +199159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fa49919ed2a9ead59422fda132208fe" + "hash": "2ea1990c295bbae2afdcad389c388bb8" }, { - "title": "Tiny Love Stories: ‘I Felt Desire Overshadow Fear’", - "description": "Modern Love in miniature, featuring reader-submitted stories of no more than 100 words.", - "content": "Modern Love in miniature, featuring reader-submitted stories of no more than 100 words.", - "category": "Love (Emotion)", - "link": "https://www.nytimes.com/2021/12/07/style/tiny-modern-love-stories-i-felt-desire-overshadow-fear.html", - "creator": "", - "pubDate": "Tue, 07 Dec 2021 20:10:15 +0000", + "title": "Trump’s Iran Policy Has Become a Disaster for the U.S. and Israel", + "description": "Withdrawing from the Iran nuclear deal was a mistake. What comes next?", + "content": "Withdrawing from the Iran nuclear deal was a mistake. What comes next?", + "category": "Iran", + "link": "https://www.nytimes.com/2021/11/30/opinion/trump-iran-nuclear-deal-us-israel.html", + "creator": "Thomas L. Friedman", + "pubDate": "Wed, 01 Dec 2021 00:44:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174290,16 +199179,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55d5790444edf467f6917933b0e54a20" + "hash": "c3556f09e33ec172633ee83ec75a0b95" }, { - "title": "Early Data Offers Glimpse at How the Vaccinated May Fare Against Omicron", - "description": "A report found that the variant seemed to dull the power of Pfizer’s vaccine, but hinted that booster shots might help. Catch up on Covid-19 news.", - "content": "A report found that the variant seemed to dull the power of Pfizer’s vaccine, but hinted that booster shots might help. Catch up on Covid-19 news.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/07/world/covid-omicron-vaccine", - "creator": "The New York Times", - "pubDate": "Wed, 08 Dec 2021 04:12:49 +0000", + "title": "I Was Raped by My Father. An Abortion Saved My Life.", + "description": "Anti-abortion laws in Mississippi and Texas contain no exceptions for rape or incest. Here is what that means for survivors.", + "content": "Anti-abortion laws in Mississippi and Texas contain no exceptions for rape or incest. Here is what that means for survivors.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/11/30/opinion/abortion-texas-mississippi-rape.html", + "creator": "Michele Goodwin", + "pubDate": "Tue, 30 Nov 2021 20:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174310,16 +199199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "985ec04c2353599272603e4fe6eddd9b" + "hash": "ef31dc9e0d9737263975e859c493ffb2" }, { - "title": "I Couldn’t Vote for Trump, but I’m Grateful for His Supreme Court Picks", - "description": "What might the Republican Party look like in a post-Roe America?", - "content": "What might the Republican Party look like in a post-Roe America?", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/07/opinion/trump-supreme-court-abortion-dobbs-roe.html", - "creator": "Erika Bachiochi", - "pubDate": "Tue, 07 Dec 2021 14:41:01 +0000", + "title": "Haiti's Best Hope for a Functioning Democracy", + "description": "We hope that a corrupt political system that relies on unfair advantages can be replaced by a functional democracy.", + "content": "We hope that a corrupt political system that relies on unfair advantages can be replaced by a functional democracy.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/12/01/opinion/haiti-commission-government.html", + "creator": "Monique Clesca", + "pubDate": "Wed, 01 Dec 2021 14:13:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174330,16 +199219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e6357cc7a36580688411a0171ae63f5" + "hash": "fb9cda464d124fd2711ae9d3cc0b677d" }, { - "title": "What Kind of Power Should the Names of New York Have?", - "description": "In debates about how best to confront our collective past, we must give weight to the present as well.", - "content": "In debates about how best to confront our collective past, we must give weight to the present as well.", - "category": "New York City", - "link": "https://www.nytimes.com/2021/12/07/opinion/new-york-street-names.html", - "creator": "Joshua Jelly-Schapiro", - "pubDate": "Tue, 07 Dec 2021 10:00:17 +0000", + "title": "Let’s End the Covid Blame Games", + "description": "Finger pointing is pointless, divisive and dumb. ", + "content": "Finger pointing is pointless, divisive and dumb. ", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/11/30/opinion/coronavirus-polarization.html", + "creator": "Bret Stephens", + "pubDate": "Wed, 01 Dec 2021 00:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174350,16 +199239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89aad1ef36a0f34c1a30baf49048a856" + "hash": "c8f2b5e3c5f300f9d6be28cda4f7e123" }, { - "title": "Biden’s Democracy Conference Is About Much More Than Democracy", - "description": "Democracies can find strength in numbers.", - "content": "Democracies can find strength in numbers.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/06/opinion/biden-democracy-conference.html", - "creator": "Farah Stockman", - "pubDate": "Tue, 07 Dec 2021 00:42:24 +0000", + "title": "The Look of Cars Is Driving Me Out of My Mind", + "description": "New cars are packed with technology, but they lack style and personality.", + "content": "New cars are packed with technology, but they lack style and personality.", + "category": "Driverless and Semiautonomous Vehicles", + "link": "https://www.nytimes.com/2021/12/01/opinion/smart-car-technology.html", + "creator": "Farhad Manjoo", + "pubDate": "Wed, 01 Dec 2021 13:51:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174370,16 +199259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed2aab9ba040a4d1ed107ac9cec0e927" + "hash": "30988d3d3cbb5ffd0e2ce4efcd8cf35b" }, { - "title": "Opioids Feel Like Love. That’s Why They’re Deadly in Tough Times.", - "description": "America can’t arrest its way out of a problem caused by the fundamental human need to connect.", - "content": "America can’t arrest its way out of a problem caused by the fundamental human need to connect.", - "category": "Opioids and Opiates", - "link": "https://www.nytimes.com/2021/12/06/opinion/us-opioid-crisis.html", - "creator": "Maia Szalavitz", - "pubDate": "Mon, 06 Dec 2021 10:00:07 +0000", + "title": "Why Conservatives Adopted a Pro-Choice Slogan", + "description": "On the cusp of overturning Roe, conservatives adopt a pro-choice slogan.", + "content": "On the cusp of overturning Roe, conservatives adopt a pro-choice slogan.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/11/29/opinion/abortion-vaccine-mandate.html", + "creator": "Michelle Goldberg", + "pubDate": "Tue, 30 Nov 2021 01:26:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174390,16 +199279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b053648e3d8ea0df153d02db2ea5d311" + "hash": "3c45325207f75d45a70e1995036de7c5" }, { - "title": "Flash Floods Hit Parts of Hawaii as Storm Lashes Region", - "description": "Urban parts of Honolulu saw significant flooding and loss of power, the authorities said. But heading into Tuesday evening, the state had largely avoided landslides and catastrophic floods.", - "content": "Urban parts of Honolulu saw significant flooding and loss of power, the authorities said. But heading into Tuesday evening, the state had largely avoided landslides and catastrophic floods.", - "category": "Floods", - "link": "https://www.nytimes.com/2021/12/06/us/hawaii-flooding.html", - "creator": "Eduardo Medina and Alyssa Lukpat", - "pubDate": "Wed, 08 Dec 2021 03:21:01 +0000", + "title": "The Omicron Variant Is a Mystery. How Should We Prepare?", + "description": "Very few variants have ended up meaningfully altering the course of the pandemic, but experts say this is one to watch.", + "content": "Very few variants have ended up meaningfully altering the course of the pandemic, but experts say this is one to watch.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/11/30/opinion/omicron-variant-covid.html", + "creator": "Spencer Bokat-Lindell", + "pubDate": "Tue, 30 Nov 2021 23:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174410,16 +199299,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c96d96a42ada6d79890b89bdfa3b4d03" + "hash": "9775cd52169045f110163f93439d1b76" }, { - "title": "Ukraine, Omicron, Best Songs of 2021: Your Tuesday Evening Briefing", - "description": "Here’s what you need to know at the end of the day.", - "content": "Here’s what you need to know at the end of the day.", - "category": "", - "link": "https://www.nytimes.com/2021/12/07/briefing/ukraine-omicron-best-songs-of-2021.html", - "creator": "Remy Tumin", - "pubDate": "Tue, 07 Dec 2021 23:25:16 +0000", + "title": "China Is Winning the Big Data War, Thanks to Xi", + "description": "Beijing is outmaneuvering the United States and its allies in at least one crucial domain: data.", + "content": "Beijing is outmaneuvering the United States and its allies in at least one crucial domain: data.", + "category": "Communist Party of China", + "link": "https://www.nytimes.com/2021/11/30/opinion/xi-jinping-china-us-data-war.html", + "creator": "Matt Pottinger and David Feith", + "pubDate": "Tue, 30 Nov 2021 15:15:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174430,16 +199319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "069155b6f7a018259f4096e7fd9b8f02" + "hash": "f0cd4c42f5f9db9b2383033192144963" }, { - "title": "A New Strategy for Prosecuting School Shootings", - "description": "Will the parents of a teenager accused of a school shooting be held accountable for his actions?", - "content": "Will the parents of a teenager accused of a school shooting be held accountable for his actions?", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/07/podcasts/the-daily/michigan-shooting.html", - "creator": "Michael Barbaro, Daniel Guillemette, Sydney Harper, Luke Vander Ploeg, Rachel Quester, Paige Cowett, Brad Fisher and Chris Wood", - "pubDate": "Tue, 07 Dec 2021 11:00:06 +0000", + "title": "Does Europe's Lower Inflation Hold Lessons for America?", + "description": "What does (somewhat) lower inflation in Europe tell us about America?", + "content": "What does (somewhat) lower inflation in Europe tell us about America?", + "category": "International Trade and World Market", + "link": "https://www.nytimes.com/2021/11/30/opinion/inflation-united-states-europe.html", + "creator": "Paul Krugman", + "pubDate": "Tue, 30 Nov 2021 17:58:29 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174450,16 +199339,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91480fce391d61cf339fa09c89b0bb5e" + "hash": "f1e3ec6e26b90e2618e39e2679a05c6c" }, { - "title": "Biden Warns Putin of Economic Consequences if Aggression Continues", - "description": "President Biden spoke with President Vladimir Putin of Russia in a high-stakes diplomatic effort to de-escalate a crisis over Ukraine. Here’s the latest.", - "content": "President Biden spoke with President Vladimir Putin of Russia in a high-stakes diplomatic effort to de-escalate a crisis over Ukraine. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/07/world/biden-putin", - "creator": "The New York Times", - "pubDate": "Tue, 07 Dec 2021 22:08:10 +0000", + "title": "Stephen Sondheim Wrote My Life’s Soundtrack", + "description": "“A Little Night Music” was all it took.", + "content": "“A Little Night Music” was all it took.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/11/30/opinion/stephen-sondheim-musical.html", + "creator": "John McWhorter", + "pubDate": "Tue, 30 Nov 2021 19:55:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174470,16 +199359,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "203f44d2087a9fdec16207e481dffd7b" + "hash": "beb0c672f7691573a116cc5b19ef1a6f" }, { - "title": "Surgeon General Warns of Mental Health Crisis Among Young People", - "description": "In a rare public advisory, the top U.S. physician, Dr. Vivek Murthy, noted that the crisis was worsened by the pandemic. Here’s the latest on Covid.", - "content": "In a rare public advisory, the top U.S. physician, Dr. Vivek Murthy, noted that the crisis was worsened by the pandemic. Here’s the latest on Covid.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/07/world/covid-omicron-vaccine", - "creator": "The New York Times", - "pubDate": "Tue, 07 Dec 2021 22:08:10 +0000", + "title": "Mark Meadows Agrees to Cooperate With Jan. 6 Attack Inquiry", + "description": "President Donald J. Trump’s former chief of staff, Mark Meadows, has turned over documents and agreed to be deposed in the House’s inquiry into the Jan. 6 attack.", + "content": "President Donald J. Trump’s former chief of staff, Mark Meadows, has turned over documents and agreed to be deposed in the House’s inquiry into the Jan. 6 attack.", + "category": "Meadows, Mark R (1959- )", + "link": "https://www.nytimes.com/2021/11/30/us/politics/capitol-riot-investigation-meadows.html", + "creator": "Luke Broadwater", + "pubDate": "Wed, 01 Dec 2021 05:31:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174490,16 +199379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9259c1ebeb6a0b558cad12fc979a59ca" + "hash": "4e2a10d9fa21bb4def0f7598be4b50f9" }, { - "title": "Wall Street’s rally stretches to a second day as Omicron concerns ease.", - "description": "", - "content": "", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/07/business/news-business-stock-market/wall-streets-rally-stretches-to-a-second-day-as-omicron-concerns-ease", - "creator": "Coral Murphy Marcos", - "pubDate": "Tue, 07 Dec 2021 21:17:11 +0000", + "title": "Dr. Oz Says He’s Running for Senate in Pennsylvania", + "description": "Dr. Mehmet Oz, who is running as a Republican for an open Senate seat, described his frustration with the “arrogant, closed-minded people in charge” who shut schools and businesses during the pandemic.", + "content": "Dr. Mehmet Oz, who is running as a Republican for an open Senate seat, described his frustration with the “arrogant, closed-minded people in charge” who shut schools and businesses during the pandemic.", + "category": "The Dr. Oz Show (TV Program)", + "link": "https://www.nytimes.com/2021/11/30/us/politics/dr-oz-senate-run-pennsylvania.html", + "creator": "Trip Gabriel", + "pubDate": "Tue, 30 Nov 2021 21:38:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174510,16 +199399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "737551d4f15dbeb24ca0af4c25af511e" + "hash": "809a1c683b15d767f6b0c399ae225500" }, { - "title": "As Omicron Threat Looms, Inflation Limits Fed’s Room to Maneuver", - "description": "The central bank has spent years guarding against economic blows. Now it is in inflation-fighting mode, even as a potential risk emerges.", - "content": "The central bank has spent years guarding against economic blows. Now it is in inflation-fighting mode, even as a potential risk emerges.", - "category": "Inflation (Economics)", - "link": "https://www.nytimes.com/2021/12/07/business/economy/federal-reserve-inflation-omicron.html", - "creator": "Jeanna Smialek", - "pubDate": "Tue, 07 Dec 2021 21:07:14 +0000", + "title": "How Cute Cats Help Spread Misinformation Online", + "description": "A mainstay of the internet is regularly used to build audiences for people and organizations pushing false and misleading information.", + "content": "A mainstay of the internet is regularly used to build audiences for people and organizations pushing false and misleading information.", + "category": "Animals", + "link": "https://www.nytimes.com/2021/12/01/technology/misinformation-cute-cats-online.html", + "creator": "Davey Alba", + "pubDate": "Wed, 01 Dec 2021 10:00:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174530,16 +199419,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eecd53e54a48a548bf71f7474850ba2c" + "hash": "10edfea20edcea11b3eef8cdf7c2d84a" }, { - "title": "Congressional Leaders Reach Deal to Allow Debt Ceiling Increase", - "description": "The legislation would provide a one-time pathway for the Senate to raise the debt ceiling on a simple majority vote, skirting Republican obstruction.", - "content": "The legislation would provide a one-time pathway for the Senate to raise the debt ceiling on a simple majority vote, skirting Republican obstruction.", - "category": "Senate", - "link": "https://www.nytimes.com/2021/12/07/us/politics/debt-ceiling-deal-congress.html", - "creator": "Emily Cochrane and Margot Sanger-Katz", - "pubDate": "Tue, 07 Dec 2021 22:05:33 +0000", + "title": "Africa, Far Behind on Vaccines", + "description": "Every other continent is ahead.", + "content": "Every other continent is ahead.", + "category": "", + "link": "https://www.nytimes.com/2021/12/01/briefing/vaccine-hesitancy-africa-omicron.html", + "creator": "David Leonhardt", + "pubDate": "Wed, 01 Dec 2021 14:59:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174550,16 +199439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d960078f5b23c7ef89574c47ca5ee39" + "hash": "c60bbe018f8dc085ad2ce711afd56b0c" }, { - "title": "House Prepares to Pass $768 Billion Defense Policy Bill", - "description": "Lawmakers tossed out some bipartisan provisions as they rushed to advance the bill, which would increase the Pentagon’s budget by more than what President Biden had requested.", - "content": "Lawmakers tossed out some bipartisan provisions as they rushed to advance the bill, which would increase the Pentagon’s budget by more than what President Biden had requested.", - "category": "Law and Legislation", - "link": "https://www.nytimes.com/2021/12/07/us/politics/defense-budget-democrats-biden.html", - "creator": "Catie Edmondson", - "pubDate": "Tue, 07 Dec 2021 21:46:38 +0000", + "title": "Amazon and the Labor Shortage", + "description": "What this economic moment means for the company and the people who work there.", + "content": "What this economic moment means for the company and the people who work there.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2021/12/01/podcasts/the-daily/amazon-pandemic-labor-shortage.html", + "creator": "Sabrina Tavernise, Robert Jimison, Rob Szypko, Mooj Zadie, Patricia Willens, Paige Cowett, Marion Lozano, Dan Powell and Chris Wood", + "pubDate": "Wed, 01 Dec 2021 13:58:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174570,16 +199459,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0faede8f1ce23e33a3f35456ff2fea1d" + "hash": "0ef1eb2f818d92b0461a735e42fec087" }, { - "title": "In a Reversal, Meadows Refuses to Cooperate With Jan. 6 Inquiry", - "description": "The former White House chief of staff told the House panel scrutinizing the Capitol attack that he was no longer willing to be interviewed, reversing a commitment he made last week.", - "content": "The former White House chief of staff told the House panel scrutinizing the Capitol attack that he was no longer willing to be interviewed, reversing a commitment he made last week.", + "title": "Republicans Threaten Government Shutdown Over Vaccine Mandates", + "description": "With federal funding set to lapse on Friday, President Biden’s vaccine-and-testing mandate for large employers has emerged as a sticking points over a stopgap spending bill.", + "content": "With federal funding set to lapse on Friday, President Biden’s vaccine-and-testing mandate for large employers has emerged as a sticking points over a stopgap spending bill.", "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/07/us/politics/meadows-cooperate-jan-6.html", - "creator": "Luke Broadwater", - "pubDate": "Tue, 07 Dec 2021 17:04:05 +0000", + "link": "https://www.nytimes.com/2021/12/01/us/politics/government-shutdown-vaccine-mandate.html", + "creator": "Emily Cochrane", + "pubDate": "Wed, 01 Dec 2021 19:08:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174590,16 +199479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7091b409c0a5e3595086defc861e6dd4" + "hash": "7bad7775831375ac1d1f8bafe6273cd8" }, { - "title": "Ahead of Biden’s Democracy Summit, China Says: We’re Also a Democracy", - "description": "Beijing argues that its system represents a distinctive form of democracy, one that has dealt better than the West with challenges like the pandemic.", - "content": "Beijing argues that its system represents a distinctive form of democracy, one that has dealt better than the West with challenges like the pandemic.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/07/world/asia/china-biden-democracy-summit.html", - "creator": "Keith Bradsher and Steven Lee Myers", - "pubDate": "Tue, 07 Dec 2021 09:50:19 +0000", + "title": "A Top Official Says the Fed Will ‘Grapple’ With Faster Bond-Buying Taper", + "description": "The president of the New York Federal Reserve said Omicron could prolong supply and demand mismatches, causing some inflation pressures to last.", + "content": "The president of the New York Federal Reserve said Omicron could prolong supply and demand mismatches, causing some inflation pressures to last.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/12/01/business/fed-inflation-tapering-covid.html", + "creator": "Ben Casselman and Jeanna Smialek", + "pubDate": "Wed, 01 Dec 2021 17:27:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174610,16 +199499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd386bbcd750d7ff03c598190941ddcd" + "hash": "9bb1028fc0d916e6e75f0efaeb8c2f5c" }, { - "title": "How Many Countries Will Follow the U.S. Official Snub of Beijing’s Olympics?", - "description": "Several have signaled that they will find ways to protest China’s human rights abuses, whether they declare a diplomatic boycott as the Biden administration has done or not.", - "content": "Several have signaled that they will find ways to protest China’s human rights abuses, whether they declare a diplomatic boycott as the Biden administration has done or not.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/07/world/asia/us-boycott-beijing-olympics-reaction.html", - "creator": "Steven Lee Myers and Steven Erlanger", - "pubDate": "Tue, 07 Dec 2021 19:46:51 +0000", + "title": "This Dinosaur Found in Chile Had a Battle Ax for a Tail", + "description": "While ankylosaurs are already known for their armor and club tails, this specimen from South America had a unique way of fighting predators.", + "content": "While ankylosaurs are already known for their armor and club tails, this specimen from South America had a unique way of fighting predators.", + "category": "Tail", + "link": "https://www.nytimes.com/2021/12/01/science/dinosaur-tail-weapon.html", + "creator": "Asher Elbein", + "pubDate": "Wed, 01 Dec 2021 17:27:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174630,16 +199519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4ee10aec24cf08a6ae443976f4ab2eb" + "hash": "4429fb6fbbfc23339949a8877497b1fb" }, { - "title": "Can I Skip Jury Duty Because of Covid Fears?", - "description": "The magazine’s Ethicist columnist on weighing health concerns against civic duty, what to do about workers who had sex on the job — and more.", - "content": "The magazine’s Ethicist columnist on weighing health concerns against civic duty, what to do about workers who had sex on the job — and more.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/07/magazine/jury-duty-covid-fear.html", - "creator": "Kwame Anthony Appiah", - "pubDate": "Tue, 07 Dec 2021 10:00:07 +0000", + "title": "Jack Dorsey’s Twitter Departure Hints at Big Tech’s Restlessness", + "description": "Jack Dorsey, who is stepping down after six years as Twitter’s chief executive, is one of the tech leaders who seem to have grown tired of managing their empires.", + "content": "Jack Dorsey, who is stepping down after six years as Twitter’s chief executive, is one of the tech leaders who seem to have grown tired of managing their empires.", + "category": "Social Media", + "link": "https://www.nytimes.com/2021/11/30/technology/dorsey-twitter-big-tech-ceos.html", + "creator": "Kevin Roose", + "pubDate": "Tue, 30 Nov 2021 20:48:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174650,16 +199539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fb9b05142e34696f30aec4389cce337" + "hash": "eeacf42d30fbe035bb2eb04bdc84dfab" }, { - "title": "We Are Not Going to Run Out of Hypocrisy Anytime Soon", - "description": "Yet another school shooting, the Supreme Court argument over Roe and much else in American life gives us pause.", - "content": "Yet another school shooting, the Supreme Court argument over Roe and much else in American life gives us pause.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/06/opinion/michigan-roe-dole.html", - "creator": "Gail Collins and Bret Stephens", - "pubDate": "Mon, 06 Dec 2021 10:00:11 +0000", + "title": "Alec Baldwin Says He ‘Didn’t Pull the Trigger’ in ‘Rust’ Killing", + "description": "The actor said in a brief excerpt from an upcoming interview with ABC News that he had not pulled the trigger when the gun he was holding went off, killing the cinematographer.", + "content": "The actor said in a brief excerpt from an upcoming interview with ABC News that he had not pulled the trigger when the gun he was holding went off, killing the cinematographer.", + "category": "ABC News", + "link": "https://www.nytimes.com/2021/12/01/movies/alec-baldwin-trigger-rust.html", + "creator": "Julia Jacobs", + "pubDate": "Wed, 01 Dec 2021 19:11:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174670,16 +199559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfda915a9504a98970341a4cb55f821b" + "hash": "68df200f530ac5bfce4925635fc8dbfe" }, { - "title": "Helping the Homeless", - "description": "Why it’s so difficult to find viable solutions for California’s homelessness crisis.", - "content": "Why it’s so difficult to find viable solutions for California’s homelessness crisis.", - "category": "Homeless Persons", - "link": "https://www.nytimes.com/2021/12/06/opinion/california-homelessness-crisis.html", - "creator": "Jay Caspian Kang", - "pubDate": "Mon, 06 Dec 2021 20:13:33 +0000", + "title": "New E.U. Measures Set to Restrict Asylum Rights at the Belarus Border", + "description": "Poland, Latvia and Lithuania could take up to four months to process asylum requests at the border, a delay that aid groups said would leave migrants in unsafe conditions as winter sets in.", + "content": "Poland, Latvia and Lithuania could take up to four months to process asylum requests at the border, a delay that aid groups said would leave migrants in unsafe conditions as winter sets in.", + "category": "Belarus-Poland Border Crisis (2021- )", + "link": "https://www.nytimes.com/2021/12/01/world/europe/asylum-rights-poland-eu.html", + "creator": "Elian Peltier and Monika Pronczuk", + "pubDate": "Wed, 01 Dec 2021 19:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174690,16 +199579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "297aa0c64afb9029e81d2fc08468dce8" + "hash": "3ec19290181ea5b1056ee9a904e6354e" }, { - "title": "Readers Share What They’re Grateful For", - "description": "Giving thanks for everything from stents to foliage to a musical dog.", - "content": "Giving thanks for everything from stents to foliage to a musical dog.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/06/opinion/christmas-thanksgiving-spirit.html", - "creator": "Peter Coy", - "pubDate": "Mon, 06 Dec 2021 23:49:44 +0000", + "title": "Gov. Charlie Baker of Massachusetts Says He Won’t Run for Re-election", + "description": "Mr. Baker, a moderate Republican in a deep-blue state, faced a Trump-backed primary challenge and a potentially difficult general election.", + "content": "Mr. Baker, a moderate Republican in a deep-blue state, faced a Trump-backed primary challenge and a potentially difficult general election.", + "category": "Baker, Charles D Jr", + "link": "https://www.nytimes.com/2021/12/01/us/politics/charlie-baker-massachusetts-governor.html", + "creator": "Reid J. Epstein", + "pubDate": "Wed, 01 Dec 2021 15:25:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174710,16 +199599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf75a7927926489f2c2702c5476b3db4" + "hash": "1577d1a067ccf602270cfc48151cc312" }, { - "title": "Heeding Warning Signs Before School Shootings", - "description": "Readers criticize the school’s decision to allow Ethan Crumbley back into class, and the nation’s gun laws. Also: Chris Cuomo; gender-neutral in French; happiness.", - "content": "Readers criticize the school’s decision to allow Ethan Crumbley back into class, and the nation’s gun laws. Also: Chris Cuomo; gender-neutral in French; happiness.", - "category": "Oxford Charter Township, Mich, Shooting (2021)", - "link": "https://www.nytimes.com/2021/12/06/opinion/letters/oxford-michigan-shooting.html", - "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:44:31 +0000", + "title": "6 Hurt as Midnight Explosion Rocks Brooklyn Block", + "description": "Dozens were displaced by the blast. Its cause was not yet clear, but a neighbor said he reported smelling gas the day before.", + "content": "Dozens were displaced by the blast. Its cause was not yet clear, but a neighbor said he reported smelling gas the day before.", + "category": "Fires and Firefighters", + "link": "https://www.nytimes.com/2021/12/01/nyregion/brooklyn-house-explosion.html", + "creator": "Precious Fondren and Ashley Wong", + "pubDate": "Wed, 01 Dec 2021 18:56:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174730,16 +199619,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "82bc600258d483814c94290674dba697" + "hash": "d28cc9bb0f666cee4276db5d222919e2" }, { - "title": "Inside Tesla: How Elon Musk Pushed His Vision for Autopilot", - "description": "The automaker may have undermined safety in designing its Autopilot driver-assistance system to fit its chief executive’s vision, former employees say.", - "content": "The automaker may have undermined safety in designing its Autopilot driver-assistance system to fit its chief executive’s vision, former employees say.", - "category": "Tesla Motors Inc", - "link": "https://www.nytimes.com/2021/12/06/technology/tesla-autopilot-elon-musk.html", - "creator": "Cade Metz and Neal E. Boudette", - "pubDate": "Mon, 06 Dec 2021 10:00:24 +0000", + "title": "Putin and West Spar Over NATO’s Military Ties to Ukraine", + "description": "Tensions over Ukraine escalated as Russia’s leader demanded “legal guarantees” that the Western military alliance would not expand to the east, a position NATO regards as untenable.", + "content": "Tensions over Ukraine escalated as Russia’s leader demanded “legal guarantees” that the Western military alliance would not expand to the east, a position NATO regards as untenable.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/12/01/world/europe/putin-nato-russia-ukraine.html", + "creator": "Anton Troianovski", + "pubDate": "Wed, 01 Dec 2021 18:25:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174750,16 +199639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a1be60c020f1c3de24fdb144d3b19fa" + "hash": "1e4c4bbe206d34d7ddc125a518586e1a" }, { - "title": "Why New York Is Unearthing a Brook It Buried a Century Ago", - "description": "A plan to “daylight” Tibbetts Brook in the Bronx would be one of the city’s most ambitious green infrastructure improvements.", - "content": "A plan to “daylight” Tibbetts Brook in the Bronx would be one of the city’s most ambitious green infrastructure improvements.", - "category": "Floods", - "link": "https://www.nytimes.com/2021/12/06/nyregion/tibbets-brook-bronx-daylighting.html", - "creator": "Winnie Hu and James Thomas", - "pubDate": "Mon, 06 Dec 2021 10:00:21 +0000", + "title": "Business Updates: O.E.C.D. Says Recovery Has Been Fast but Uneven", + "description": " ", + "content": " ", + "category": "", + "link": "https://www.nytimes.com/live/2021/12/01/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Wed, 01 Dec 2021 19:19:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174770,16 +199659,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2159a944cbf9bbc05145c849a055d589" + "hash": "c528bff4337c263d4edde426bc630758" }, { - "title": "Urea Shortage Is Felt Around the World", - "description": "Farmers in India are desperate. Trucks in South Korea had to be idled. Food prices, already high, could rise even further.", - "content": "Farmers in India are desperate. Trucks in South Korea had to be idled. Food prices, already high, could rise even further.", - "category": "Agriculture and Farming", - "link": "https://www.nytimes.com/2021/12/06/business/urea-fertilizer-food-prices.html", - "creator": "Raymond Zhong", - "pubDate": "Mon, 06 Dec 2021 14:35:07 +0000", + "title": "Parenting After Infertility and Loss: You're Allowed to Complain", + "description": "‘It is 100 percent normal to feel conflicted even if you went to hell and back to become a parent.’", + "content": "‘It is 100 percent normal to feel conflicted even if you went to hell and back to become a parent.’", + "category": "Parenting", + "link": "https://www.nytimes.com/2021/11/29/well/family/complain-infertility-child-loss.html", + "creator": "Danna Lorch", + "pubDate": "Mon, 29 Nov 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174790,16 +199679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c80841560fec5361dd347dd01b3209a" + "hash": "180edad00fffa30c1a77d7fd8503d5de" }, { - "title": "Justice Department Closes Emmett Till Investigation Without Charges", - "description": "The department said it could not corroborate a book’s claim that a central witness had recanted her statements about Emmett, a Black teenager killed by two white men in 1955.", - "content": "The department said it could not corroborate a book’s claim that a central witness had recanted her statements about Emmett, a Black teenager killed by two white men in 1955.", - "category": "Donham, Carolyn Bryant", - "link": "https://www.nytimes.com/2021/12/06/us/emmett-till-investigation-closed.html", - "creator": "Audra D. S. Burch and Tariro Mzezewa", - "pubDate": "Mon, 06 Dec 2021 23:20:46 +0000", + "title": "Is It Too Soon to Give My Kid a Tablet?", + "description": "There’s not a one-size-fits-all answer to the question, but here are several things to consider before buying your child their own electronic device.", + "content": "There’s not a one-size-fits-all answer to the question, but here are several things to consider before buying your child their own electronic device.", + "category": "Children and Childhood", + "link": "https://www.nytimes.com/2020/04/17/parenting/tablet-child-screentime.html", + "creator": "Christina Caron", + "pubDate": "Wed, 01 Dec 2021 14:10:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174810,16 +199699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "99e2b61dd52fdeb465ae6f7203ee8279" + "hash": "7af60c6dd7503358a87e353eb6e36b9f" }, { - "title": "Do Tests Work on the Omicron Variant and Other Questions, Answered", - "description": "And experts’ answers.", - "content": "And experts’ answers.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/07/briefing/omicron-variant-need-to-know.html", - "creator": "David Leonhardt", - "pubDate": "Tue, 07 Dec 2021 11:32:57 +0000", + "title": "How Daughtering Prepared Me for Mothering", + "description": "I spent my early 20s nursing my parents through their final days. It prepared me to parent newborn twins in ways I never could have anticipated.", + "content": "I spent my early 20s nursing my parents through their final days. It prepared me to parent newborn twins in ways I never could have anticipated.", + "category": "Parenting", + "link": "https://www.nytimes.com/2020/04/17/parenting/take-care-of-parents.html", + "creator": "Sara B. Franklin", + "pubDate": "Fri, 17 Apr 2020 16:23:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174830,16 +199719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f869c8fccadabde4d0d115b72f6eb3a3" + "hash": "aa78bc88f5955043c361159ede0c646b" }, { - "title": "How Is the Pandemic Reshaping New York City’s Cultural Landscape?", - "description": "Join playwright Lynn Nottage, artist Laurie Anderson and writer Sarah Schulman in a virtual event on Dec. 9 to explore the current recovery through the lens of previous eras of cultural resurrection.", - "content": "Join playwright Lynn Nottage, artist Laurie Anderson and writer Sarah Schulman in a virtual event on Dec. 9 to explore the current recovery through the lens of previous eras of cultural resurrection.", - "category": "Coronavirus Reopenings", - "link": "https://www.nytimes.com/2021/11/16/nyregion/new-york-city-arts-post-covid.html", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 20:50:16 +0000", + "title": "Kids Won’t Stop Fighting? A Bouncer, a Therapist and a Referee Have Advice", + "description": "These conflict resolution experts know how to stop fights before and after they start. But would their techniques work on my brawling twins?", + "content": "These conflict resolution experts know how to stop fights before and after they start. But would their techniques work on my brawling twins?", + "category": "Parenting", + "link": "https://www.nytimes.com/2020/04/07/parenting/break-up-kids-fight.html", + "creator": "Emily J. Sullivan", + "pubDate": "Tue, 07 Apr 2020 20:19:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174850,16 +199739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23fda9c5a98ea8f9f781cb3a8d7cde0c" + "hash": "938123b2e2e2429bfd6f99fba4d29a62" }, { - "title": "Third Accuser Says Maxwell Facilitated Years of Abuse By Epstein", - "description": "A woman identified as “Carolyn” said she was underage when Ghislaine Maxwell began booking her to give sexual massages to Jeffrey Epstein. Follow updates here.", - "content": "A woman identified as “Carolyn” said she was underage when Ghislaine Maxwell began booking her to give sexual massages to Jeffrey Epstein. Follow updates here.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/07/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Tue, 07 Dec 2021 18:40:47 +0000", + "title": "I’m Jealous of the Attention My Wife Gives My Son. Am I a Monster?", + "description": "It’s embarrassing to admit I envy their relationship, but it turns out I’m not alone.", + "content": "It’s embarrassing to admit I envy their relationship, but it turns out I’m not alone.", + "category": "Jealousy and Envy", + "link": "https://www.nytimes.com/2020/04/16/parenting/jealous-of-baby.html", + "creator": "Jared Bilski", + "pubDate": "Fri, 17 Apr 2020 02:15:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174870,16 +199759,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "49d27518ad15459d0262e764b1e5eae6" + "hash": "f76cf7292da363f5c90322dc7c8a5c8c" }, { - "title": "Business Updates: Publisher Pulls Chris Cuomo’s Upcoming Book", - "description": "Adam Mosseri, the head of the company, is expected to face questions from lawmakers this week about whether social media harms children.", - "content": "Adam Mosseri, the head of the company, is expected to face questions from lawmakers this week about whether social media harms children.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/07/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Tue, 07 Dec 2021 22:04:21 +0000", + "title": "Looking Again at Amy Winehouse, 10 Years After Her Death", + "description": "In “Amy: Beyond the Stage,” the Design Museum in London explores — and tries to somewhat reframe — the “Back to Black” singer’s life and legacy.", + "content": "In “Amy: Beyond the Stage,” the Design Museum in London explores — and tries to somewhat reframe — the “Back to Black” singer’s life and legacy.", + "category": "Music", + "link": "https://www.nytimes.com/2021/12/01/arts/design/amy-winehouse-design-museum.html", + "creator": "Desiree Ibekwe", + "pubDate": "Wed, 01 Dec 2021 19:18:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174890,16 +199779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11688bc7e72bd2e8426be939d9353a66" + "hash": "2315287e3e23d07f0855c4984d9dbf70" }, { - "title": "Chile Legalizes Same-Sex Marriage at Fraught Political Moment", - "description": "The legalization of same-sex marriage in Chile comes as the country grapples with sweeping demands for social change.", - "content": "The legalization of same-sex marriage in Chile comes as the country grapples with sweeping demands for social change.", - "category": "Homosexuality and Bisexuality", - "link": "https://www.nytimes.com/2021/12/07/world/americas/chile-gay-marriage.html", - "creator": "Pascale Bonnefoy and Ernesto Londoño", - "pubDate": "Tue, 07 Dec 2021 18:30:28 +0000", + "title": "Seiya Suzuki's M.L.B. Arrival Could Be Delayed by Lockout", + "description": "Seiya Suzuki can hit for average and power, and plays solid defense. The only thing slowing his arrival is the possibility of an M.L.B. lockout.", + "content": "Seiya Suzuki can hit for average and power, and plays solid defense. The only thing slowing his arrival is the possibility of an M.L.B. lockout.", + "category": "Baseball", + "link": "https://www.nytimes.com/2021/11/30/sports/baseball/seiya-suzuki-japan.html", + "creator": "Brad Lefton", + "pubDate": "Tue, 30 Nov 2021 16:04:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174910,16 +199799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f8da1bccf204a851c4d2038e5c772e1" + "hash": "9b6ce2c39e8075d09ee293507b1dad9a" }, { - "title": "Kellogg Workers Prolong Strike by Rejecting Contract Proposal", - "description": "About 1,400 workers have been on strike since Oct. 5 at four Kellogg cereal plants in the United States over a dispute that has revolved around the company’s two-tier compensation structure.", - "content": "About 1,400 workers have been on strike since Oct. 5 at four Kellogg cereal plants in the United States over a dispute that has revolved around the company’s two-tier compensation structure.", - "category": "Strikes", - "link": "https://www.nytimes.com/2021/12/07/business/kellogg-workers-strike.html", - "creator": "Noam Scheiber", - "pubDate": "Tue, 07 Dec 2021 17:07:59 +0000", + "title": "Translation Is Hard Work. Lydia Davis Makes It Thrilling.", + "description": "In “Essays Two,” the acclaimed fiction writer and translator of Proust, Flaubert and others does a beautiful job of transmitting the satisfactions of working with language.", + "content": "In “Essays Two,” the acclaimed fiction writer and translator of Proust, Flaubert and others does a beautiful job of transmitting the satisfactions of working with language.", + "category": "Essays Two: On Proust, Translation, Foreign Languages, and the City of Arles (Book)", + "link": "https://www.nytimes.com/2021/11/30/books/review-lydia-davis-essays-two.html", + "creator": "Molly Young", + "pubDate": "Tue, 30 Nov 2021 10:00:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174930,16 +199819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e709b1869a3e443e7451ecc77523bae" + "hash": "ab48116c8b13184644e2ced1621cfdf5" }, { - "title": "Charlottesville’s Statue of Robert E. Lee Will Be Melted Down", - "description": "The statue was the focus of a deadly white nationalist rally in 2017. A local African American heritage center plans to turn it into a new piece of public art.", - "content": "The statue was the focus of a deadly white nationalist rally in 2017. A local African American heritage center plans to turn it into a new piece of public art.", - "category": "Charlottesville, Va, Violence (August, 2017)", - "link": "https://www.nytimes.com/2021/12/07/us/robert-e-lee-statue-melt-charlottesville.html", - "creator": "Eduardo Medina", - "pubDate": "Tue, 07 Dec 2021 21:27:31 +0000", + "title": "On Rikers Island, A Doctor for Older Detainees", + "description": "Insights from Dr. Rachael Bedard, a jail-based geriatrician.", + "content": "Insights from Dr. Rachael Bedard, a jail-based geriatrician.", + "category": "Prisons and Prisoners", + "link": "https://www.nytimes.com/2021/11/12/nyregion/rikers-older-prisoners.html", + "creator": "Ted Alcorn", + "pubDate": "Fri, 12 Nov 2021 10:00:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174950,16 +199839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2b7c341c2cf4cb4c598ee0ef293a79f" + "hash": "0f8ac0d57375507f19c191a93bbd659b" }, { - "title": "A New Tesla Safety Concern: Drivers Can Play Video Games in Moving Cars", - "description": "The feature raises fresh questions about whether Tesla is compromising safety as it rushes to add new technologies.", - "content": "The feature raises fresh questions about whether Tesla is compromising safety as it rushes to add new technologies.", - "category": "Driver Distraction and Fatigue", - "link": "https://www.nytimes.com/2021/12/07/business/tesla-video-game-driving.html", - "creator": "Neal E. Boudette", - "pubDate": "Tue, 07 Dec 2021 17:33:45 +0000", + "title": "New to ‘It’s Always Sunny’? Watch These 5 Episodes", + "description": "The sitcom, about to become American TV’s longest-running live-action comedy, isn’t everyone’s kind of humor. These episodes capture the show’s brand of boundary-pushing satire.", + "content": "The sitcom, about to become American TV’s longest-running live-action comedy, isn’t everyone’s kind of humor. These episodes capture the show’s brand of boundary-pushing satire.", + "category": "Television", + "link": "https://www.nytimes.com/2021/11/26/arts/television/its-always-sunny-in-philadelphia-top-episodes.html", + "creator": "Austin Considine", + "pubDate": "Fri, 26 Nov 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174970,16 +199859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "64cf2cb8dbfa590481f32b186a980a60" + "hash": "9435bde58c966cf6750ec9ec9cbb4ed1" }, { - "title": "Women Earn $2 Million Less Than Men in Their Careers as Doctors", - "description": "A survey of more than 80,000 physicians estimated that women make 25 percent less than men over a 40-year career.", - "content": "A survey of more than 80,000 physicians estimated that women make 25 percent less than men over a 40-year career.", - "category": "Wages and Salaries", - "link": "https://www.nytimes.com/2021/12/06/health/women-doctors-salary-pay-gap.html", - "creator": "Azeen Ghorayshi", - "pubDate": "Mon, 06 Dec 2021 21:00:07 +0000", + "title": "Boebert Reaches Out to Omar After Incendiary Video, Escalating a Feud", + "description": "Representative Lauren Boebert made an overture to Representative Ilhan Omar after suggesting that the Muslim lawmaker was a terrorism threat. The call did not go well.", + "content": "Representative Lauren Boebert made an overture to Representative Ilhan Omar after suggesting that the Muslim lawmaker was a terrorism threat. The call did not go well.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/11/29/us/politics/boebert-omar-apology.html", + "creator": "Jonathan Weisman", + "pubDate": "Tue, 30 Nov 2021 17:45:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -174990,16 +199879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5084fff9479ad83c5b9f33d7b8e92b0" + "hash": "88e6bacef2f41ca7d63591c608daeded" }, { - "title": "A Monument to the Lives of Black Women and Girls", - "description": "“The Black Girlhood Altar” began as a community project fueled by collective grief. Now it’s on display at the Museum of Contemporary Art Chicago.", - "content": "“The Black Girlhood Altar” began as a community project fueled by collective grief. Now it’s on display at the Museum of Contemporary Art Chicago.", - "category": "Monuments and Memorials (Structures)", - "link": "https://www.nytimes.com/2021/12/07/style/black-girlhood-altar-chicago-monument.html", - "creator": "Gina Cherelus", - "pubDate": "Tue, 07 Dec 2021 15:44:30 +0000", + "title": "‘The Power of the Dog’ Review: Wild Hearts on a Closed Frontier", + "description": "In Jane Campion’s staggering take on the western, her first movie in more than a decade, a cruel cowboy meets his surprising match.", + "content": "In Jane Campion’s staggering take on the western, her first movie in more than a decade, a cruel cowboy meets his surprising match.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/11/30/movies/the-power-of-the-dog-review.html", + "creator": "Manohla Dargis", + "pubDate": "Tue, 30 Nov 2021 20:53:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175010,16 +199899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "156ccec3f767cb9e523108c63970b0ec" + "hash": "1d38ab95ac29a1c97da47e95cb38fe96" }, { - "title": "Restaurant Review: Aunts et Uncles in Flatbush, Brooklyn", - "description": "Plant-based menus have become the new hubs of culinary creativity, and this bright all-day cafe offers plenty.", - "content": "Plant-based menus have become the new hubs of culinary creativity, and this bright all-day cafe offers plenty.", - "category": "Restaurants", - "link": "https://www.nytimes.com/2021/12/07/dining/aunts-et-uncles-review-vegan-restaurant-brooklyn.html", - "creator": "Pete Wells", - "pubDate": "Tue, 07 Dec 2021 16:30:23 +0000", + "title": "Tucson Moves to Fire Officer Seen Fatally Shooting Man in Wheelchair", + "description": "A man who was said to have stolen a toolbox from a Walmart and flashed a knife at an employee was shot in the back and side in a confrontation captured on video, the police said.", + "content": "A man who was said to have stolen a toolbox from a Walmart and flashed a knife at an employee was shot in the back and side in a confrontation captured on video, the police said.", + "category": "Police Department (Tucson, Ariz)", + "link": "https://www.nytimes.com/2021/11/30/us/ryan-remington-tucson-police-shooting.html", + "creator": "Vimal Patel", + "pubDate": "Wed, 01 Dec 2021 05:26:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175030,16 +199919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f835f53971681be06a74287beb7f865" + "hash": "a238038c98bdaacd31bcf44c6fdb3d59" }, { - "title": "An Apartment in the Big City, at Wisconsin Prices", - "description": "After living in Madison for six years, they were ready for a change. But they never dreamed they would find a place so close to New York City.", - "content": "After living in Madison for six years, they were ready for a change. But they never dreamed they would find a place so close to New York City.", + "title": "Restoring a 1788 House in Charleston, S.C., With a Walled Garden ", + "description": "The stately 1788 home in South Carolina had expansive rooms and a walled garden. But it needed a lot of work — and that would take time and money.", + "content": "The stately 1788 home in South Carolina had expansive rooms and a walled garden. But it needed a lot of work — and that would take time and money.", "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/06/realestate/renters-hoboken-new-jersey.html", - "creator": "Marian Bull", - "pubDate": "Mon, 06 Dec 2021 10:00:12 +0000", + "link": "https://www.nytimes.com/2021/11/30/realestate/charleston-nc-house-restoration.html", + "creator": "Tim McKeough", + "pubDate": "Tue, 30 Nov 2021 17:13:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175050,16 +199939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "beb7cc7cfb7fe3f5f69d987e6cb1475c" + "hash": "4d644061ef7f1737853177de2b2685ce" }, { - "title": "Joaquina Kalukango and Amanda Williams on Creative Freedom", - "description": "The ‘Slave Play’ actress and the Chicago-based artist discuss generational gaps, success and the art that brought them each acclaim.", - "content": "The ‘Slave Play’ actress and the Chicago-based artist discuss generational gaps, success and the art that brought them each acclaim.", - "category": "holiday issue 2021", - "link": "https://www.nytimes.com/2021/11/29/t-magazine/joaquina-kalukango-amanda-williams.html", - "creator": "Nneka McGuire", - "pubDate": "Tue, 30 Nov 2021 15:55:23 +0000", + "title": "Your Heart and Diet: A Heart-Healthy Way to Eat", + "description": "Aim for an overall healthful dietary pattern, the American Heart Association advises, rather than focusing on “good” or “bad” foods.", + "content": "Aim for an overall healthful dietary pattern, the American Heart Association advises, rather than focusing on “good” or “bad” foods.", + "category": "Diet and Nutrition", + "link": "https://www.nytimes.com/2021/11/29/well/eat/heart-healthy-diet-foods.html", + "creator": "Jane E. Brody", + "pubDate": "Tue, 30 Nov 2021 18:40:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175070,16 +199959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6353ae2615229c6476c581ff06aee2b" + "hash": "184868d2e99a1db6ff20a6e59ddceeb2" }, { - "title": "Biden and Putin Conclude Talks as Ukraine Conflict Simmers", - "description": "President Biden spoke with President Vladimir Putin of Russia in a high-stakes diplomatic effort to de-escalate a crisis over Ukraine. Here’s the latest.", - "content": "President Biden spoke with President Vladimir Putin of Russia in a high-stakes diplomatic effort to de-escalate a crisis over Ukraine. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/07/world/biden-putin", - "creator": "The New York Times", - "pubDate": "Tue, 07 Dec 2021 17:38:33 +0000", + "title": "Chris Cuomo Is Suspended by CNN After Details of Help He Gave Andrew", + "description": "The cable news network’s top-rated anchor was an intimate adviser to Andrew Cuomo in the last 18 months of his governorship.", + "content": "The cable news network’s top-rated anchor was an intimate adviser to Andrew Cuomo in the last 18 months of his governorship.", + "category": "Cuomo, Christopher", + "link": "https://www.nytimes.com/2021/11/30/business/media/chris-cuomo-suspended-cnn.html", + "creator": "Michael M. Grynbaum and John Koblin", + "pubDate": "Wed, 01 Dec 2021 05:19:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175090,16 +199979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "567a3fd8c135932e157dd5b3eab5a8fd" + "hash": "f6ff7841a9869bb0c115d11bc199fb78" }, { - "title": "Early Omicron Reports Say Illness May Be Less Severe", - "description": "Researchers in South Africa, where the variant is spreading quickly, say it may cause less serious Covid cases than other forms of the virus, but it is unclear whether that will hold true.", - "content": "Researchers in South Africa, where the variant is spreading quickly, say it may cause less serious Covid cases than other forms of the virus, but it is unclear whether that will hold true.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/06/world/africa/omicron-coronavirus-research-spread.html", - "creator": "Lynsey Chutel, Richard Pérez-Peña and Emily Anthes", - "pubDate": "Mon, 06 Dec 2021 23:52:23 +0000", + "title": "Alice Sebold Apologizes to Man Wrongly Convicted of Raping Her", + "description": "Anthony Broadwater spent 16 years in prison after the author identified him as her attacker in an assault she described in her memoir, “Lucky.” Its publisher said Tuesday that it would stop distributing the book.", + "content": "Anthony Broadwater spent 16 years in prison after the author identified him as her attacker in an assault she described in her memoir, “Lucky.” Its publisher said Tuesday that it would stop distributing the book.", + "category": "Sebold, Alice", + "link": "https://www.nytimes.com/2021/11/30/nyregion/alice-sebold-rape-case.html", + "creator": "Alexandra Alter and Karen Zraick", + "pubDate": "Wed, 01 Dec 2021 13:25:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175110,16 +199999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b658b8cb64604ed2585dba4302c45d84" + "hash": "69524b64069f729448498a90aaefc9d2" }, { - "title": "On the Banks of the Furious Congo River, a 5-Star Emporium of Ambition", - "description": "As the clean energy revolution upends the centuries-long lock of fossil fuels on the global economy, dealmakers and hustlers converge on the Fleuve Congo Hotel.", - "content": "As the clean energy revolution upends the centuries-long lock of fossil fuels on the global economy, dealmakers and hustlers converge on the Fleuve Congo Hotel.", - "category": "Mines and Mining", - "link": "https://www.nytimes.com/2021/12/07/world/congo-cobalt-investor-hotel.html", - "creator": "Dionne Searcey, Eric Lipton, Michael Forsythe and Ashley Gilbertson", - "pubDate": "Tue, 07 Dec 2021 10:00:29 +0000", + "title": "F.D.A. Panel Endorses Merck’s Covid Pill for High-Risk Adults", + "description": "A panel of experts recommended that the U.S. authorize the first in a new class of drugs that could work against a range of variants, including Omicron. The drug, molnupiravir, could be authorized within days for Covid patients at high risk of severe illness. Here’s the latest on the pandemic.", + "content": "A panel of experts recommended that the U.S. authorize the first in a new class of drugs that could work against a range of variants, including Omicron. The drug, molnupiravir, could be authorized within days for Covid patients at high risk of severe illness. Here’s the latest on the pandemic.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/30/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Tue, 30 Nov 2021 21:54:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175130,16 +200019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a99b114d7a7471c6a1049f643771fc4" + "hash": "a976dc1bd8a9bdcee04dd526a77d4eaf" }, { - "title": "Meet the Sheriff Who Wants to Put Andrew Cuomo Behind Bars", - "description": "Craig D. Apple Sr. is known among some fellow Democrats as the “Teflon sheriff” for his ability to persevere, even thrive, through trouble that might tarnish less adept politicians.", - "content": "Craig D. Apple Sr. is known among some fellow Democrats as the “Teflon sheriff” for his ability to persevere, even thrive, through trouble that might tarnish less adept politicians.", - "category": "Apple, Craig D", - "link": "https://www.nytimes.com/2021/12/07/nyregion/sheriff-apple-cuomo-albany.html", - "creator": "Dana Rubinstein, Grace Ashford and Jane Gottlieb", - "pubDate": "Tue, 07 Dec 2021 16:42:40 +0000", + "title": "Amid Variant Fears, U.K. Discovers Limits to Its Virus Strategy", + "description": "Britain’s approach to coronavirus-related restrictions has been looser than other European countries, but the Omicron variant has spurred swift action on mitigation measures.", + "content": "Britain’s approach to coronavirus-related restrictions has been looser than other European countries, but the Omicron variant has spurred swift action on mitigation measures.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/30/world/europe/uk-omicron-variant.html", + "creator": "Mark Landler and Megan Specia", + "pubDate": "Tue, 30 Nov 2021 18:14:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175150,16 +200039,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ae5ebf5af08f61d8419e747039d41ed" + "hash": "f79af9f9132729d01c7be4ed79190717" }, { - "title": "Can Olaf Scholz, Germany’s New Chancellor, Revive the Left in Europe?", - "description": "Olaf Scholz wants to win back workers who defected to the populist far right. Success could make him a model for Social Democrats everywhere.", - "content": "Olaf Scholz wants to win back workers who defected to the populist far right. Success could make him a model for Social Democrats everywhere.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/07/world/europe/germany-olaf-scholz-chancellor.html", - "creator": "Katrin Bennhold", - "pubDate": "Tue, 07 Dec 2021 05:50:08 +0000", + "title": "3 Are Killed in Shooting at Michigan High School", + "description": "A 15-year-old was taken into custody after firing a semiautomatic handgun at Oxford High School in Michigan, the authorities said. Follow updates.", + "content": "A 15-year-old was taken into custody after firing a semiautomatic handgun at Oxford High School in Michigan, the authorities said. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/30/us/school-shooting-michigan", + "creator": "The New York Times", + "pubDate": "Tue, 30 Nov 2021 21:54:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175170,16 +200059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "73bdbca9f12fab63c566c31502ad4590" + "hash": "658b6c5825d104786ae64c2d4bc4f1aa" }, { - "title": "How Many Countries Will Follow the U.S. Boycott of Beijing’s Olympics?", - "description": "Several have signaled that they will find ways to protest China’s human rights abuses, whether they declare a diplomatic boycott or not.", - "content": "Several have signaled that they will find ways to protest China’s human rights abuses, whether they declare a diplomatic boycott or not.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/07/world/asia/us-boycott-beijing-olympics-reaction.html", - "creator": "Steven Lee Myers and Steven Erlanger", - "pubDate": "Tue, 07 Dec 2021 13:03:20 +0000", + "title": "Powell Says Fed Could Finish Bond-Buying Taper Early", + "description": "The Federal Reserve could pull back economic support faster as inflation lasts, and its chair signaled that for now the Omicron variant is a “risk.”", + "content": "The Federal Reserve could pull back economic support faster as inflation lasts, and its chair signaled that for now the Omicron variant is a “risk.”", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/11/30/business/powell-bond-buying-taper.html", + "creator": "Jeanna Smialek and Alan Rappeport", + "pubDate": "Tue, 30 Nov 2021 18:54:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175190,16 +200079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b738098351e176c40b39a006e00bd456" + "hash": "a61f5d89a032ce750c014894af9626cc" }, { - "title": "Business Updates: Natural Gas Prices Sink in Sign of Hope for Heating Bills", - "description": "Adam Mosseri, the head of the company, is expected to face questions from lawmakers this week about whether social media harms children.", - "content": "Adam Mosseri, the head of the company, is expected to face questions from lawmakers this week about whether social media harms children.", + "title": "Stocks Fell Again as Fed Signaled It Could End Support", + "description": "Wall Street was uneasy after suggestions from the Federal Reserve chair that the Fed will hasten the reduction of its economic support. Here’s the latest.", + "content": "Wall Street was uneasy after suggestions from the Federal Reserve chair that the Fed will hasten the reduction of its economic support. Here’s the latest.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/07/business/news-business-stock-market", + "link": "https://www.nytimes.com/live/2021/11/30/business/news-business-stock-market", "creator": "The New York Times", - "pubDate": "Tue, 07 Dec 2021 18:40:47 +0000", + "pubDate": "Tue, 30 Nov 2021 21:54:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175210,16 +200099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71089fe497b2578800ad6fd1d1c2d3a1" + "hash": "2745437df9e23f915bfb7dcb3fb412f5" }, { - "title": "Ethiopia Says It Recaptured 2 Strategic Towns From Tigray Rebels", - "description": "The government said it took back the towns of Dessie and Kombolcha, the latest in a string of wins Prime Minister Abiy Ahmed has claimed in recent days.", - "content": "The government said it took back the towns of Dessie and Kombolcha, the latest in a string of wins Prime Minister Abiy Ahmed has claimed in recent days.", - "category": "Ethiopia", - "link": "https://www.nytimes.com/2021/12/07/world/africa/ethiopia-tigray-civil-war.html", - "creator": "Abdi Latif Dahir", - "pubDate": "Tue, 07 Dec 2021 14:55:32 +0000", + "title": "Mark Meadows Cooperating With Jan. 6 Attack Inquiry", + "description": "Donald J. Trump’s former chief of staff, Mark Meadows, has turned over documents and agreed to be deposed in the House’s inquiry into the Jan. 6 attack.", + "content": "Donald J. Trump’s former chief of staff, Mark Meadows, has turned over documents and agreed to be deposed in the House’s inquiry into the Jan. 6 attack.", + "category": "Meadows, Mark R (1959- )", + "link": "https://www.nytimes.com/2021/11/30/us/politics/capitol-riot-investigation-meadows.html", + "creator": "Luke Broadwater", + "pubDate": "Tue, 30 Nov 2021 18:54:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175230,16 +200119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d28950aa6247fc6e8104f79890e10b3f" + "hash": "b80cae62a59287fa3c5346952b5afd08" }, { - "title": "Are My Allergies All in My Head?", - "description": "Allergies exist. But emotional factors can make them better or worse.", - "content": "Allergies exist. But emotional factors can make them better or worse.", - "category": "Allergies", - "link": "https://www.nytimes.com/2019/03/29/well/mind/allergies-symptoms-emotions-psychology.html", - "creator": "Richard Klasco, M.D.", - "pubDate": "Fri, 29 Mar 2019 09:00:01 +0000", + "title": "First Accuser Testifies in Ghislaine Maxwell Trial", + "description": "A woman who prosecutors say was recruited for sex by Ms. Maxwell and Jeffrey Epstein at the age of 14 took the witness stand. Follow updates.", + "content": "A woman who prosecutors say was recruited for sex by Ms. Maxwell and Jeffrey Epstein at the age of 14 took the witness stand. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/30/nyregion/ghislaine-maxwell-trial", + "creator": "The New York Times", + "pubDate": "Tue, 30 Nov 2021 21:54:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175250,16 +200139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a6094e568858f1de0fc8b58ac97d074" + "hash": "04eccbd346258af51e576e87c533cc79" }, { - "title": "New York City to Mandate Vaccines for Employees at Private Businesses", - "description": "The mandate, set to take effect just before Mayor Bill de Blasio leaves office, will apply to workers at about 184,000 businesses. It is likely to face legal challenges.", - "content": "The mandate, set to take effect just before Mayor Bill de Blasio leaves office, will apply to workers at about 184,000 businesses. It is likely to face legal challenges.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/06/nyregion/private-employer-vaccine-mandate-deblasio.html", - "creator": "Emma G. Fitzsimmons", - "pubDate": "Mon, 06 Dec 2021 23:44:21 +0000", + "title": "Baptism Is Getting Wild: Horse Troughs, Hot Tubs and Hashtags", + "description": "In some evangelical churches, a once-staid ritual is returning to its informal roots — and things sometimes get “a little rowdy” along the way.", + "content": "In some evangelical churches, a once-staid ritual is returning to its informal roots — and things sometimes get “a little rowdy” along the way.", + "category": "Baptism", + "link": "https://www.nytimes.com/2021/11/29/us/evangelical-churches-baptism.html", + "creator": "Ruth Graham", + "pubDate": "Tue, 30 Nov 2021 05:37:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175270,16 +200159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa2ea3841648a888f1bb1eb2a424b80b" + "hash": "b2b6dbbb7c53bad1ec02763708fa2843" }, { - "title": "Travelers to U.S. Now Must Test Negative for Covid a Day Before Flying", - "description": "Inbound travelers must now show a negative result from a test taken no more than a day before departure, a requirement some say may be hard to satisfy.", - "content": "Inbound travelers must now show a negative result from a test taken no more than a day before departure, a requirement some say may be hard to satisfy.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/06/world/americas/us-travel-covid-testing-rules.html", - "creator": "Juston Jones and Jenny Gross", - "pubDate": "Mon, 06 Dec 2021 19:46:15 +0000", + "title": "Tony Kushner, Oracle of the Upper West Side", + "description": "When Steven Spielberg asked Kushner, America’s most important living playwright, to take on ‘West Side Story,’ he thought, ‘He’s lost his mind.’ But he dared.", + "content": "When Steven Spielberg asked Kushner, America’s most important living playwright, to take on ‘West Side Story,’ he thought, ‘He’s lost his mind.’ But he dared.", + "category": "Kushner, Tony", + "link": "https://www.nytimes.com/2021/11/30/t-magazine/tony-kushner-caroline-west-side.html", + "creator": "A.O. Scott", + "pubDate": "Tue, 30 Nov 2021 17:53:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175290,16 +200179,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "56e1f3ee9d13e21bda383ee02efc5957" + "hash": "ab604d81750f96305eb27a5fd23aff3b" }, { - "title": "Biden Expected to Offer Warnings and Alternatives in Call With Putin", - "description": "President Biden will hold a high-stakes video call with Vladimir V. Putin of Russia on Tuesday.", - "content": "President Biden will hold a high-stakes video call with Vladimir V. Putin of Russia on Tuesday.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/06/us/politics/biden-putin-call-ukraine.html", - "creator": "David E. Sanger and Eric Schmitt", - "pubDate": "Mon, 06 Dec 2021 17:35:47 +0000", + "title": "The Case Against Abortion", + "description": "Making the argument that lies behind the constitutional debate.", + "content": "Making the argument that lies behind the constitutional debate.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/11/30/opinion/abortion-dobbs-supreme-court.html", + "creator": "Ross Douthat", + "pubDate": "Tue, 30 Nov 2021 15:14:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175310,16 +200199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a3021789850fb1b25a0a7eb1c9ce881" + "hash": "c6e2ae709cd523918523cce9544923af" }, { - "title": "In Ukraine, Grinding War and Weary Anticipation of Invasion by Russia", - "description": "After eight years in the trenches, Ukrainian soldiers are resigned to the possibility that the Russian military, which dwarfs their own in power and wealth, will come sooner or later.", - "content": "After eight years in the trenches, Ukrainian soldiers are resigned to the possibility that the Russian military, which dwarfs their own in power and wealth, will come sooner or later.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/06/world/europe/ukraine-russia-war-front.html", - "creator": "Michael Schwirtz", - "pubDate": "Mon, 06 Dec 2021 20:26:20 +0000", + "title": "The Women Who Died After Abortion Bans", + "description": "It should not take a high-profile death to expose just how much is at risk when medicine is hamstrung by politics, religion or culture.", + "content": "It should not take a high-profile death to expose just how much is at risk when medicine is hamstrung by politics, religion or culture.", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/11/29/opinion/heartbeat-abortion-bans-savita-izabela.html", + "creator": "Sarah Wildman", + "pubDate": "Mon, 29 Nov 2021 11:30:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175330,16 +200219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "557fa20b2310e5790e82cb2fa3ca66ff" + "hash": "9b5128abec8944af104cac77bcac5227" }, { - "title": "Justice Dept. Files Voting Rights Suit Against Texas Over Map", - "description": "The department said the state’s redistricting plan would violate the Voting Rights Act by discriminating against minority voters.", - "content": "The department said the state’s redistricting plan would violate the Voting Rights Act by discriminating against minority voters.", - "category": "Voting Rights Act (1965)", - "link": "https://www.nytimes.com/2021/12/06/us/politics/texas-voting-rights-redistricting.html", - "creator": "Katie Benner, Nick Corasaniti and Reid J. Epstein", - "pubDate": "Tue, 07 Dec 2021 00:31:10 +0000", + "title": "Becoming a Parent, or Deciding Not To", + "description": "Betty Rollin and other readers discuss whether it is “still OK to procreate.” Also: Following the kids’ lead on masks; regulating cyberwar.", + "content": "Betty Rollin and other readers discuss whether it is “still OK to procreate.” Also: Following the kids’ lead on masks; regulating cyberwar.", + "category": "Parenting", + "link": "https://www.nytimes.com/2021/11/30/opinion/letters/parents-children.html", + "creator": "", + "pubDate": "Tue, 30 Nov 2021 16:39:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175350,16 +200239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52b07e47b1e13e14bb8b5dbb0dd0e28a" + "hash": "782a45d69430bdc16071187a3a5dba1b" }, { - "title": "U.S. Will Not Send Government Officials to Beijing Olympics", - "description": "American athletes will still be able to compete in the Winter Games, but the diplomatic boycott is a slap at China for human rights abuses in Xinjiang.", - "content": "American athletes will still be able to compete in the Winter Games, but the diplomatic boycott is a slap at China for human rights abuses in Xinjiang.", - "category": "China", - "link": "https://www.nytimes.com/2021/12/06/us/politics/olympics-boycott-us.html", - "creator": "Zolan Kanno-Youngs", - "pubDate": "Tue, 07 Dec 2021 01:55:55 +0000", + "title": "Fear and Uncertainty Over the Omicron Variant", + "description": "Readers discuss travel bans, globalism and “variants of kindness.”", + "content": "Readers discuss travel bans, globalism and “variants of kindness.”", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/11/29/opinion/letters/omicron-coronavirus-variant.html", + "creator": "", + "pubDate": "Mon, 29 Nov 2021 20:20:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175370,16 +200259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ea7812e0d7a1d1f56f4305b4acc7b2b" + "hash": "e2ddaf16a522eccf144834fe3b46c4d9" }, { - "title": "Georgia Governor's Race Puts State at Center of 2022 Political Drama", - "description": "Former Senator David Perdue, encouraged by Donald Trump, is challenging Gov. Brian Kemp, a fellow Republican who defied the former president.", - "content": "Former Senator David Perdue, encouraged by Donald Trump, is challenging Gov. Brian Kemp, a fellow Republican who defied the former president.", - "category": "Georgia", - "link": "https://www.nytimes.com/2021/12/06/us/politics/georgia-abrams-perdue-kemp.html", - "creator": "Richard Fausset and Jonathan Martin", - "pubDate": "Tue, 07 Dec 2021 03:12:27 +0000", + "title": "Kyle Rittenhouse, Travis McMichael and the Problem of ‘Self Defense’", + "description": "More guns, no matter in whose hands, will create more standoffs, more intimidation, more death sanctioned in the eyes of the law.", + "content": "More guns, no matter in whose hands, will create more standoffs, more intimidation, more death sanctioned in the eyes of the law.", + "category": "Arbery, Ahmaud (1994-2020)", + "link": "https://www.nytimes.com/2021/11/29/opinion/self-defense-guns-arbery-rittenhouse.html", + "creator": "Tali Farhadian Weinstein", + "pubDate": "Mon, 29 Nov 2021 18:53:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175390,16 +200279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "65d6e4dae41e83eb6dfe9622960c3e11" + "hash": "06810cc7fc4520cd436883a49237e515" }, { - "title": "Trump’s Media Company Investigated Over SPAC Deal", - "description": "A financing company told investors that it wasn’t in deal talks, weeks after its C.E.O. held a private videoconference about a possible deal with Donald Trump.", - "content": "A financing company told investors that it wasn’t in deal talks, weeks after its C.E.O. held a private videoconference about a possible deal with Donald Trump.", - "category": "Securities and Commodities Violations", - "link": "https://www.nytimes.com/2021/12/06/business/trump-spac-sec-arc.html", - "creator": "Matthew Goldstein, David Enrich and Michael Schwirtz", - "pubDate": "Mon, 06 Dec 2021 23:01:24 +0000", + "title": "Omicron Is Coming. The U.S. Must Act Now.", + "description": "South Africa gave the world an early warning. Decisive action on containment and surveillance could help us control it.", + "content": "South Africa gave the world an early warning. Decisive action on containment and surveillance could help us control it.", + "category": "Coronavirus Delta Variant", + "link": "https://www.nytimes.com/2021/11/28/opinion/covid-omicron-travel-ban-testing.html", + "creator": "Zeynep Tufekci", + "pubDate": "Sun, 28 Nov 2021 16:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175410,16 +200299,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "491f1db1f7d95e03b2c2b3bcc07e9278" + "hash": "6e02f0692e42e1ddc412336aa9565390" }, { - "title": "Devin Nunes to Quit House, Take Over Trump's Media Company", - "description": "The California Republican, who had pugnaciously defended Donald J. Trump, chose the media company role over a potentially powerful new post in Congress.", - "content": "The California Republican, who had pugnaciously defended Donald J. Trump, chose the media company role over a potentially powerful new post in Congress.", - "category": "Nunes, Devin G", - "link": "https://www.nytimes.com/2021/12/06/us/politics/devin-nunes-trump.html", - "creator": "Jonathan Weisman", - "pubDate": "Tue, 07 Dec 2021 00:04:57 +0000", + "title": "This Holiday Season, Keep Forgiveness on Hand", + "description": "As we gather to celebrate the holidays during a difficult year, we’d be wise to consider a posture of grace.", + "content": "As we gather to celebrate the holidays during a difficult year, we’d be wise to consider a posture of grace.", + "category": "Thanksgiving Day", + "link": "https://www.nytimes.com/2021/11/24/opinion/thanksgiving-family-forgiveness.html", + "creator": "Kelly Corrigan", + "pubDate": "Mon, 29 Nov 2021 17:30:41 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175430,16 +200319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55d871e9a1ec53380b242dd46b8a2f7a" + "hash": "0db65dbc5482c0942369d069808dcdfe" }, { - "title": "How '2 Lizards' and Meriem Bennani Captured the Essence of 2020", - "description": "With the animated video series “2 Lizards,” Meriem Bennani and Orian Barki captured the essence of 2020. Now, Bennani’s at work on a documentary about living in limbo.", - "content": "With the animated video series “2 Lizards,” Meriem Bennani and Orian Barki captured the essence of 2020. Now, Bennani’s at work on a documentary about living in limbo.", - "category": "holiday issue 2021", - "link": "https://www.nytimes.com/2021/12/01/t-magazine/meriem-bennani-2-lizards.html", - "creator": "Sasha Weiss", - "pubDate": "Wed, 01 Dec 2021 13:00:12 +0000", + "title": "Jack Dorsey Steps Down as C.E.O. of Twitter", + "description": "The social media pioneer, whose name has become synonymous with the company, was replaced by Twitter’s chief technology officer, Parag Agrawal.", + "content": "The social media pioneer, whose name has become synonymous with the company, was replaced by Twitter’s chief technology officer, Parag Agrawal.", + "category": "Twitter", + "link": "https://www.nytimes.com/2021/11/29/technology/jack-dorsey-twitter.html", + "creator": "Kate Conger and Lauren Hirsch", + "pubDate": "Tue, 30 Nov 2021 10:02:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175450,16 +200339,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2eb8123b3dd3b43968bfdc95ec266fe4" + "hash": "e2fa9fbd9c1c805eb33689e252504050" }, { - "title": "I Was Bob Dole's Press Secretary. This Is What I Learned From Him.", - "description": "During his 1996 presidential campaign, Senator Dole would often go off-script. But it was those moments that revealed his rare empathy.", - "content": "During his 1996 presidential campaign, Senator Dole would often go off-script. But it was those moments that revealed his rare empathy.", - "category": "Dole, Bob", - "link": "https://www.nytimes.com/2021/12/05/opinion/politics/bob-dole-death.html", - "creator": "Nelson Warfield", - "pubDate": "Mon, 06 Dec 2021 02:57:48 +0000", + "title": "Chris Cuomo Played Outsize Role in Andrew Cuomo’s Defense", + "description": "Chris Cuomo, the CNN host, participated in strategy discussions and shared a tip on at least one woman who had accused his brother, Andrew Cuomo, of sexual harassment.", + "content": "Chris Cuomo, the CNN host, participated in strategy discussions and shared a tip on at least one woman who had accused his brother, Andrew Cuomo, of sexual harassment.", + "category": "Cuomo, Andrew M", + "link": "https://www.nytimes.com/2021/11/29/nyregion/chris-cuomo-andrew-cuomo-sexual-harassment.html", + "creator": "Nicholas Fandos, Michael Gold, Grace Ashford and Dana Rubinstein", + "pubDate": "Tue, 30 Nov 2021 00:49:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175470,16 +200359,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "223427ed4764b65ef9ae30293f234d5f" + "hash": "42c0c1f2e55596e884d5179697753a57" }, { - "title": "He Is Black. The Victims Were White. ‘It’s an Allegation as Old as America.’", - "description": "The halting of executions and the guilty verdicts in the Ahmaud Arbery case have given us the slightest bit of hope for change.", - "content": "The halting of executions and the guilty verdicts in the Ahmaud Arbery case have given us the slightest bit of hope for change.", - "category": "Capital Punishment", - "link": "https://www.nytimes.com/2021/12/06/opinion/pervis-payne-death-penalty-states.html", - "creator": "Margaret Renkl", - "pubDate": "Mon, 06 Dec 2021 14:19:52 +0000", + "title": "As China Speeds Up Nuclear Arms Race, the U.S. Wants to Talk", + "description": "The Pentagon thinks Beijing may build 1,000 or more weapons by 2030. But it’s the new technologies that worry strategists.", + "content": "The Pentagon thinks Beijing may build 1,000 or more weapons by 2030. But it’s the new technologies that worry strategists.", + "category": "China", + "link": "https://www.nytimes.com/2021/11/28/us/politics/china-nuclear-arms-race.html", + "creator": "David E. Sanger and William J. Broad", + "pubDate": "Mon, 29 Nov 2021 00:45:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175490,16 +200379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac3c151eb766ccf64ae9d7798d1cfa63" + "hash": "ea7fb3dbb520f9ca8b6cd89ba79738b4" }, { - "title": "How Can You Destroy a Person’s Life and Only Get a Slap on the Wrist?", - "description": "The Justice Department’s Office of Professional Responsibility needs an overhaul.", - "content": "The Justice Department’s Office of Professional Responsibility needs an overhaul.", - "category": "Prosecutorial Misconduct", - "link": "https://www.nytimes.com/2021/12/04/opinion/prosecutor-misconduct-new-york-doj.html", - "creator": "The Editorial Board", - "pubDate": "Sun, 05 Dec 2021 15:50:17 +0000", + "title": "Colton Underwood Comes Out and Comes Clean", + "description": "The former “Bachelor” star announced he is gay on national TV in April. A new Netflix reality series seeks to share his journey and address the criticism.", + "content": "The former “Bachelor” star announced he is gay on national TV in April. A new Netflix reality series seeks to share his journey and address the criticism.", + "category": "Homosexuality and Bisexuality", + "link": "https://www.nytimes.com/2021/11/29/arts/television/colton-underwood-netflix.html", + "creator": "Erik Piepenburg", + "pubDate": "Mon, 29 Nov 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175510,16 +200399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ea0e8e298e5aa522f040463df7e8c08" + "hash": "ba0edcae0ed1b5336fb2c08ee517d684" }, { - "title": "The Ghosts of Mississippi", - "description": "Dobbs v. Jackson Women’s Health Organization is another Mississippi case poised to roll back constitutional rights.", - "content": "Dobbs v. Jackson Women’s Health Organization is another Mississippi case poised to roll back constitutional rights.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/12/05/opinion/abortion-mississippi-constitutional-rights.html", - "creator": "Charles M. Blow", - "pubDate": "Sun, 05 Dec 2021 20:00:06 +0000", + "title": "Who Owns a Recipe? A Plagiarism Claim Has Cookbook Authors Asking.", + "description": "U.S. copyright law protects all kinds of creative material, but recipe creators are mostly powerless in an age and a business that are all about sharing.", + "content": "U.S. copyright law protects all kinds of creative material, but recipe creators are mostly powerless in an age and a business that are all about sharing.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/11/29/dining/recipe-theft-cookbook-plagiarism.html", + "creator": "Priya Krishna", + "pubDate": "Mon, 29 Nov 2021 21:11:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175530,16 +200419,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe9e8a542d1f8dc7838ae87d8f1616ba" + "hash": "95b866c97c3b2f3e5cce757063573371" }, { - "title": "Rudeness Is On the Rise. You Got a Problem With That?", - "description": "How do we respond to a culture in which the guardrails of so-called civility are gone?", - "content": "How do we respond to a culture in which the guardrails of so-called civility are gone?", - "category": "Customs, Etiquette and Manners", - "link": "https://www.nytimes.com/2021/12/04/opinion/rudeness-stress-culture.html", - "creator": "Jennifer Finney Boylan", - "pubDate": "Sat, 04 Dec 2021 19:45:07 +0000", + "title": "‘Looking for the Good War’ Says Our Nostalgia for World War II Has Done Real Harm", + "description": "Elizabeth D. Samet demystifies the cultural narrative that has shrouded the historical reality.", + "content": "Elizabeth D. Samet demystifies the cultural narrative that has shrouded the historical reality.", + "category": "Samet, Elizabeth D", + "link": "https://www.nytimes.com/2021/11/29/books/review-looking-for-good-war-elizabeth-samet.html", + "creator": "Jennifer Szalai", + "pubDate": "Mon, 29 Nov 2021 18:49:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175550,16 +200439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bd9d351d75590df78389026c75d1115" + "hash": "b786ea4e73f03ddbd9f5afa7d2d9351a" }, { - "title": "How to Create a Black Space in a Gentrifying Neighborhood", - "description": "Thoughts I had as I watched a white couple browsing books.", - "content": "Thoughts I had as I watched a white couple browsing books.", - "category": "Los Angeles (Calif)", - "link": "https://www.nytimes.com/2021/12/05/opinion/gentrification-los-angeles-little-library.html", - "creator": "Erin Aubry Kaplan", - "pubDate": "Sun, 05 Dec 2021 16:00:06 +0000", + "title": "Fighting Racism, Quietly", + "description": "The Ahmaud Arbery trial offers lessons for American politics.", + "content": "The Ahmaud Arbery trial offers lessons for American politics.", + "category": "", + "link": "https://www.nytimes.com/2021/11/30/briefing/ahmaud-arbery-race-american-politics.html", + "creator": "David Leonhardt", + "pubDate": "Tue, 30 Nov 2021 11:29:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175570,16 +200459,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48a56a660cc60a82d83815ea3ff83414" + "hash": "7e6096a89f7ed85d0b785e85baa92159" }, { - "title": "Josh Hawley and the Republican Obsession With Manliness", - "description": "The Missouri senator is tapping into something real — a widespread, politically potent anxiety about young men that is already helping the right.", - "content": "The Missouri senator is tapping into something real — a widespread, politically potent anxiety about young men that is already helping the right.", - "category": "Men and Boys", - "link": "https://www.nytimes.com/2021/12/04/opinion/josh-hawley-republican-manliness.html", - "creator": "Liza Featherstone", - "pubDate": "Sat, 04 Dec 2021 16:00:07 +0000", + "title": "What We Know About the Omicron Variant", + "description": "The World Health Organization has declared that this version of the coronavirus poses a very high risk to public health. How did they come to that conclusion?", + "content": "The World Health Organization has declared that this version of the coronavirus poses a very high risk to public health. How did they come to that conclusion?", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/11/30/podcasts/the-daily/omicron-variant-coronavirus.html", + "creator": "Michael Barbaro, Jessica Cheung, Diana Nguyen, Michael Simon Johnson, M.J. Davis Lin and Chris Wood", + "pubDate": "Tue, 30 Nov 2021 11:09:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175590,16 +200479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7b20044d98a51f5fd55ae3fc1998cbd" + "hash": "4833ba2990760596e071940d006404c5" }, { - "title": "The Abortion I Didn’t Have", - "description": "I never thought about ending my pregnancy. Instead, at 19, I erased the future I had imagined for myself.", - "content": "I never thought about ending my pregnancy. Instead, at 19, I erased the future I had imagined for myself.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/02/magazine/abortion-parent-mother-child.html", - "creator": "Merritt Tierce", - "pubDate": "Thu, 02 Dec 2021 10:00:15 +0000", + "title": "Finding Purpose by Giving Back", + "description": "Whether helping people stay clean and safe, pursue their educational dreams or find the aid they need, volunteers make a difference.", + "content": "Whether helping people stay clean and safe, pursue their educational dreams or find the aid they need, volunteers make a difference.", + "category": "New York Times Neediest Cases Fund", + "link": "https://www.nytimes.com/2021/11/29/neediest-cases/finding-purpose-by-giving-back.html", + "creator": "Emma Grillo", + "pubDate": "Mon, 29 Nov 2021 23:19:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175610,16 +200499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a7719612af6e15d319a65cb2bae6851" + "hash": "46952a34641c04df6a804590102e48a2" }, { - "title": "Condé Nast Knows Its Faded Glory Is Not in Style", - "description": "Anna Wintour is the embodiment of the glory days of the magazine dynasty. Now she is pitching its global, digital future.", - "content": "Anna Wintour is the embodiment of the glory days of the magazine dynasty. Now she is pitching its global, digital future.", - "category": "Conde Nast Publications Inc", - "link": "https://www.nytimes.com/2021/12/04/business/media/conde-nast-anna-wintour.html", - "creator": "Katie Robertson", - "pubDate": "Mon, 06 Dec 2021 18:48:39 +0000", + "title": "Met Museum Jump-Starts New Modern Wing With $125 Million Gift", + "description": "The donation from a trustee, Oscar L. Tang, and his wife, Agnes Hsu‐Tang, reinvigorates the long-delayed project and is the largest capital gift in the Met’s history.", + "content": "The donation from a trustee, Oscar L. Tang, and his wife, Agnes Hsu‐Tang, reinvigorates the long-delayed project and is the largest capital gift in the Met’s history.", + "category": "Metropolitan Museum of Art", + "link": "https://www.nytimes.com/2021/11/30/arts/design/met-museum-modern-wing-gift.html", + "creator": "Robin Pogrebin", + "pubDate": "Tue, 30 Nov 2021 18:18:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175630,16 +200519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "476e49ed405b452aef3c378a0cfa6302" + "hash": "027eacacd757faf495bfd40ff47fc835" }, { - "title": "After Success in Seating Federal Judges, Biden Hits Resistance", - "description": "Senate Democrats vow to keep pressing forward with nominees, but they may face obstacles in states represented by Republicans.", - "content": "Senate Democrats vow to keep pressing forward with nominees, but they may face obstacles in states represented by Republicans.", - "category": "Appointments and Executive Changes", - "link": "https://www.nytimes.com/2021/12/05/us/politics/biden-judges-senate-confirmation.html", - "creator": "Carl Hulse", - "pubDate": "Sun, 05 Dec 2021 14:28:48 +0000", + "title": "El Chapo’s Wife Sentenced to 3 Years in Prison", + "description": "Emma Coronel Aispuro pleaded guilty in June to helping her husband, Joaquin Guzmán Loera, smuggle drugs into the United States and escape from prison.", + "content": "Emma Coronel Aispuro pleaded guilty in June to helping her husband, Joaquin Guzmán Loera, smuggle drugs into the United States and escape from prison.", + "category": "Drug Abuse and Traffic", + "link": "https://www.nytimes.com/2021/11/30/us/politics/el-chapo-wife-emma-coronel-aispuro-sentenced.html", + "creator": "Alan Feuer", + "pubDate": "Tue, 30 Nov 2021 19:34:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175650,16 +200539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17f0a2d80013498bd1527a34db9234b8" + "hash": "2d539e8557b633804bfc8ac07aa72ca1" }, { - "title": "Facing Economic Collapse, Afghanistan Is Gripped by Starvation", - "description": "An estimated 22.8 million people — more than half the country’s population — are expected to face potentially life-threatening food insecurity this winter. Many are already on the brink of catastrophe.", - "content": "An estimated 22.8 million people — more than half the country’s population — are expected to face potentially life-threatening food insecurity this winter. Many are already on the brink of catastrophe.", - "category": "Kandahar (Afghanistan)", - "link": "https://www.nytimes.com/2021/12/04/world/asia/afghanistan-starvation-crisis.html", - "creator": "Christina Goldbaum", - "pubDate": "Sat, 04 Dec 2021 18:53:09 +0000", + "title": "India's Economy Still Weak, Despite a Strong Third Quarter", + "description": "Covid-19 essentially robbed the country of more than a year of badly needed economic growth. That’s lost ground that cannot be regained quickly.", + "content": "Covid-19 essentially robbed the country of more than a year of badly needed economic growth. That’s lost ground that cannot be regained quickly.", + "category": "India", + "link": "https://www.nytimes.com/2021/11/30/business/india-economy-gdp.html", + "creator": "Karan Deep Singh", + "pubDate": "Tue, 30 Nov 2021 12:49:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175670,16 +200559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b61836141bcbb447fd7e4defa0a765e6" + "hash": "90d3ed177470f97e0d9c1ed2b0917951" }, { - "title": "Christmas Tree Questions? Ask the Mayor of Rockefeller Center.", - "description": "For two decades, Correll Jones has been the man to ask about New York’s most famous tree — and where to find the public bathrooms.", - "content": "For two decades, Correll Jones has been the man to ask about New York’s most famous tree — and where to find the public bathrooms.", - "category": "Christmas Trees", - "link": "https://www.nytimes.com/2021/12/04/nyregion/rockefeller-center-greeter-mayor.html", - "creator": "Corey Kilgannon", - "pubDate": "Sat, 04 Dec 2021 17:24:52 +0000", + "title": "China’s Silence on Peng Shuai Shows Limits of Beijing’s Propaganda", + "description": "Officials have struggled to respond to a sexual assault allegation that hits at the heights of its buttoned-up political system.", + "content": "Officials have struggled to respond to a sexual assault allegation that hits at the heights of its buttoned-up political system.", + "category": "Censorship", + "link": "https://www.nytimes.com/2021/11/30/world/asia/china-peng-shuai-propaganda.html", + "creator": "Amy Qin and Paul Mozur", + "pubDate": "Tue, 30 Nov 2021 19:58:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175690,16 +200579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba9058081f883b1605e938a9c4024e0b" + "hash": "b11da63f1ff1db256f0529d0bbb714eb" }, { - "title": "Could Breaking Up Meta Make Things Worse?", - "description": "The parent company of Facebook, Instagram and WhatsApp reaches 3.6 billion active users. But is its size actually against the public’s interest?", - "content": "The parent company of Facebook, Instagram and WhatsApp reaches 3.6 billion active users. But is its size actually against the public’s interest?", - "category": "Antitrust Laws and Competition Issues", - "link": "https://www.nytimes.com/2021/12/01/opinion/the-argument-facebook-antitrust.html", - "creator": "‘The Argument’", - "pubDate": "Wed, 01 Dec 2021 18:34:08 +0000", + "title": "Josephine Baker Interred in French Panthéon", + "description": "President Macron hails the American-born dancer and French resistance fighter as a symbol of unity in a time of sharp division.", + "content": "President Macron hails the American-born dancer and French resistance fighter as a symbol of unity in a time of sharp division.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/11/30/world/europe/josephine-baker-buried-pantheon.html", + "creator": "Roger Cohen", + "pubDate": "Tue, 30 Nov 2021 21:36:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175710,16 +200599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc2fcf856de8f5100bad73526fe0f0b3" + "hash": "f996e8dd46881b04c03c64b8396fa31b" }, { - "title": "A Meeting With Maxwell Led to Years of Sex With Epstein, Accuser Says", - "description": "A woman identified only as “Kate” told jurors at Ghislaine Maxwell’s sex-trafficking trial that Ms. Maxwell leveraged their friendship to encourage her to have sex with Jeffrey Epstein.", - "content": "A woman identified only as “Kate” told jurors at Ghislaine Maxwell’s sex-trafficking trial that Ms. Maxwell leveraged their friendship to encourage her to have sex with Jeffrey Epstein.", - "category": "Sex Crimes", - "link": "https://www.nytimes.com/2021/12/06/nyregion/ghislaine-maxwell-trial-accuser.html", - "creator": "Rebecca Davis O’Brien and Benjamin Weiser", - "pubDate": "Tue, 07 Dec 2021 00:25:54 +0000", + "title": "‘Our Money Has No Value’: Frustration Rises in Turkey at Lira Crisis", + "description": "President Recep Tayyip Erdogan’s insistence on directing monetary policy and sticking with low interest rates is draining confidence, economists say.", + "content": "President Recep Tayyip Erdogan’s insistence on directing monetary policy and sticking with low interest rates is draining confidence, economists say.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/30/world/europe/turkey-erdogan-inflation-lira.html", + "creator": "Carlotta Gall", + "pubDate": "Tue, 30 Nov 2021 14:55:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175730,16 +200619,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccc52c09b48f29917da8b39330a55368" + "hash": "6fdc2bf13edf84002118e295eca59af3" }, { - "title": "Trump’s Blood Oxygen Level in Covid Bout Was Dangerously Low, Former Aide Says", - "description": "Mark Meadows, Mr. Trump’s former chief of staff, said in his new book that the weakened president’s blood oxygen level reached 86 during a harrowing fight against the coronavirus.", - "content": "Mark Meadows, Mr. Trump’s former chief of staff, said in his new book that the weakened president’s blood oxygen level reached 86 during a harrowing fight against the coronavirus.", - "category": "Meadows, Mark R (1959- )", - "link": "https://www.nytimes.com/2021/12/06/us/politics/trump-covid-blood-oxygen.html", - "creator": "Maggie Haberman and Noah Weiland", - "pubDate": "Tue, 07 Dec 2021 00:29:18 +0000", + "title": "Investors Snap Up Metaverse Real Estate in a Virtual Land Boom", + "description": "Transactions for properties in digital realms are jumping, guided by the same principle in the physical world: location, location, location.", + "content": "Transactions for properties in digital realms are jumping, guided by the same principle in the physical world: location, location, location.", + "category": "Real Estate (Commercial)", + "link": "https://www.nytimes.com/2021/11/30/business/metaverse-real-estate.html", + "creator": "Debra Kamin", + "pubDate": "Tue, 30 Nov 2021 14:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175750,16 +200639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e009061743086f1aabc18975016987f" + "hash": "2943faea8ed3b5385e7093e10b4ad4fc" }, { - "title": "Defendant in Case Brought by Durham Says New Evidence Undercuts Charge", - "description": "Lawyers for Michael Sussmann, accused by the Trump-era special counsel of lying to the F.B.I., asked for a quick trial after receiving what they said was helpful material from prosecutors.", - "content": "Lawyers for Michael Sussmann, accused by the Trump-era special counsel of lying to the F.B.I., asked for a quick trial after receiving what they said was helpful material from prosecutors.", - "category": "Durham, John H", - "link": "https://www.nytimes.com/2021/12/06/us/politics/michael-sussmann-john-durham.html", - "creator": "Charlie Savage", - "pubDate": "Tue, 07 Dec 2021 04:51:51 +0000", + "title": "Farm Housing Mennonite Boys Engaged in Human Trafficking, Lawsuit Says", + "description": "In a federal lawsuit against the Eastern Pennsylvania Mennonite Church, two plaintiffs said they were deprived of food and restrained with zip ties at a forced-labor farm.", + "content": "In a federal lawsuit against the Eastern Pennsylvania Mennonite Church, two plaintiffs said they were deprived of food and restrained with zip ties at a forced-labor farm.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2021/11/29/us/pennsylvania-mennonite-church-lawsuit.html", + "creator": "Neil Vigdor", + "pubDate": "Mon, 29 Nov 2021 23:10:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175770,16 +200659,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "454f960b3df54cc86c5b207c73690d52" + "hash": "5170b2f43518d90540f8a33af88043b1" }, { - "title": "Biden’s Supreme Court Commission Prepares to Vote on Final Report", - "description": "A draft version of the document flagged deep disputes over court expansion while exploring how phasing in term limits might work.", - "content": "A draft version of the document flagged deep disputes over court expansion while exploring how phasing in term limits might work.", - "category": "Supreme Court (US)", - "link": "https://www.nytimes.com/2021/12/06/us/politics/biden-supreme-court-commission.html", - "creator": "Charlie Savage", - "pubDate": "Tue, 07 Dec 2021 02:08:32 +0000", + "title": "Lululemon Sues Peloton Alleging Patent Infringement", + "description": "Lululemon accused Peloton, the fitness company best known for its stationary bikes, of infringing on patents for a new line of leggings and sports bras.", + "content": "Lululemon accused Peloton, the fitness company best known for its stationary bikes, of infringing on patents for a new line of leggings and sports bras.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2021/11/30/business/lululemon-peloton-lawsuit.html", + "creator": "Johnny Diaz", + "pubDate": "Tue, 30 Nov 2021 20:13:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175790,16 +200679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd22f6d6e82ec3e667dcdce0d834c40e" + "hash": "f7df77f0a60bfdeb8205f7029447bd38" }, { - "title": "Fred Hiatt, Washington Post Editorial Page Editor, Dies at 66", - "description": "He used his powerful platform to champion human rights, caution against a Trump presidency and condemn the killing of a Saudi columnist for the paper.", - "content": "He used his powerful platform to champion human rights, caution against a Trump presidency and condemn the killing of a Saudi columnist for the paper.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/06/business/media/fred-hiatt-dead.html", - "creator": "Katharine Q. Seelye", - "pubDate": "Tue, 07 Dec 2021 02:46:51 +0000", + "title": "Kimberly Potter’s Trial for the Death of Daunte Wright: What We Know", + "description": "Kimberly Potter, a former Minnesota police officer, faces manslaughter charges in the death of Mr. Wright. She called out “Taser! Taser! Taser!” before firing her gun during a traffic stop.", + "content": "Kimberly Potter, a former Minnesota police officer, faces manslaughter charges in the death of Mr. Wright. She called out “Taser! Taser! Taser!” before firing her gun during a traffic stop.", + "category": "Police Brutality, Misconduct and Shootings", + "link": "https://www.nytimes.com/2021/11/30/us/daunte-wright-shooting-kimberly-potter.html", + "creator": "Nicholas Bogel-Burroughs", + "pubDate": "Tue, 30 Nov 2021 15:54:52 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175810,16 +200699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "02386b147093041a7e756b7ce6430275" + "hash": "f22a756f364ffb0e5944af6e0ceb0929" }, { - "title": "India and Russia Expand Defense Ties, Despite Prospect of U.S. Sanctions", - "description": "India’s purchase of a missile defense system signaled that it was more worried about an emboldened China at its borders than about angering the United States.", - "content": "India’s purchase of a missile defense system signaled that it was more worried about an emboldened China at its borders than about angering the United States.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/06/world/asia/india-russia-missile-defense-deal.html", - "creator": "Mujib Mashal and Karan Deep Singh", - "pubDate": "Mon, 06 Dec 2021 18:10:45 +0000", + "title": "What Is Cardiac Angiosarcoma?", + "description": "Virgil Abloh, the celebrated fashion designer, died at 41 after being diagnosed with the rare cancer. Here’s what we know about it.", + "content": "Virgil Abloh, the celebrated fashion designer, died at 41 after being diagnosed with the rare cancer. Here’s what we know about it.", + "category": "Tumors", + "link": "https://www.nytimes.com/2021/11/29/well/live/cardiac-angiosarcoma-virgil-abloh.html", + "creator": "Melinda Wenner Moyer", + "pubDate": "Mon, 29 Nov 2021 22:11:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175830,16 +200719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d483ce0a32a5e6da731b36005633f7a9" + "hash": "43208c032c6057d2349a17463d27ee28" }, { - "title": "Man Charged With Sending Dozens of Violent Threats to L.G.B.T.Q. Groups", - "description": "Robert Fehring warned that an attack on New York City’s Pride March would make the Pulse nightclub shooting “look like a cakewalk,” the authorities said.", - "content": "Robert Fehring warned that an attack on New York City’s Pride March would make the Pulse nightclub shooting “look like a cakewalk,” the authorities said.", - "category": "Homosexuality and Bisexuality", - "link": "https://www.nytimes.com/2021/12/06/nyregion/hate-crime-long-island-lgbtq.html", - "creator": "Ed Shanahan", - "pubDate": "Tue, 07 Dec 2021 02:35:41 +0000", + "title": "Do You Have the Heart for Marijuana?", + "description": "Research suggests that smoking marijuana carries many of the same cardiovascular health hazards as smoking tobacco.", + "content": "Research suggests that smoking marijuana carries many of the same cardiovascular health hazards as smoking tobacco.", + "category": "Marijuana", + "link": "https://www.nytimes.com/2020/10/26/well/live/marijuana-heart-health-cardiovascular-risks.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 26 Oct 2020 09:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175850,16 +200739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0bb58ebc854bf299d8582899ac8b24e" + "hash": "195c0271cc2a6474d5c06f245d7f615e" }, { - "title": "Are My Stomach Problems Really All in My Head?", - "description": "Scientists often debate whether irritable bowel syndrome is a mental or physical issue. That’s not much help for those who suffer from it.", - "content": "Scientists often debate whether irritable bowel syndrome is a mental or physical issue. That’s not much help for those who suffer from it.", - "category": "Digestive Tract", - "link": "https://www.nytimes.com/2021/12/03/well/eat/irritable-bowel-syndrome-advice.html", - "creator": "Constance Sommer", - "pubDate": "Fri, 03 Dec 2021 22:01:18 +0000", + "title": "Coronary Calcium Scan: A Heart Test That Can Help Guide Treatment", + "description": "Many doctors recommend the heart test to pinpoint which patients would benefit from treatment to reduce their cardiovascular risk.", + "content": "Many doctors recommend the heart test to pinpoint which patients would benefit from treatment to reduce their cardiovascular risk.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2021/11/22/well/live/heart-calcium-scan.html", + "creator": "Jane E. Brody", + "pubDate": "Wed, 24 Nov 2021 21:54:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175870,16 +200759,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "65c3e6c5fab7a5fbdb61593731a8ab70" + "hash": "fbad549b5e360228c7142e8f27cda53f" }, { - "title": "A Perplexing Marijuana Side Effect Relieved by Hot Showers", - "description": "Emergency room doctors are seeing a growing caseload of nausea and vomiting in marijuana users whose only relief is a long, hot shower.", - "content": "Emergency room doctors are seeing a growing caseload of nausea and vomiting in marijuana users whose only relief is a long, hot shower.", - "category": "Marijuana", - "link": "https://www.nytimes.com/2018/04/05/well/a-perplexing-marijuana-side-effect-relieved-by-hot-showers.html", - "creator": "Roni Caryn Rabin", - "pubDate": "Thu, 05 Apr 2018 18:10:18 +0000", + "title": "The Loss of a Child Takes a Physical Toll on the Heart", + "description": "Grieving parents were at high risk of a heart attack in the days following the death of a child, and an increased risk may persist for years.", + "content": "Grieving parents were at high risk of a heart attack in the days following the death of a child, and an increased risk may persist for years.", + "category": "Grief (Emotion)", + "link": "https://www.nytimes.com/2021/11/23/well/family/death-of-a-child-parents-heart-attack-risk.html", + "creator": "Nicholas Bakalar", + "pubDate": "Tue, 23 Nov 2021 10:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175890,16 +200779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1261e393b9c1bdd7772a5ea139eec592" + "hash": "d603f61e09c59444a3f455e704ad1d2b" }, { - "title": "What Is Sensory Processing Disorder?", - "description": "Children who are deemed ‘sensitive’ or ‘picky’ might be struggling with a treatable condition.", - "content": "Children who are deemed ‘sensitive’ or ‘picky’ might be struggling with a treatable condition.", - "category": "Disabilities", - "link": "https://www.nytimes.com/2020/04/17/parenting/sensory-processing-disorder-kids.html", - "creator": "Meg St-Esprit", - "pubDate": "Fri, 17 Apr 2020 21:29:12 +0000", + "title": "Jake Wood Was Once a Warrior, Then a Nonprofit Leader. Now He's an Entrepreneur.", + "description": "Jake Wood was a Marine sniper in Iraq and Afghanistan. Now he works in the philanthropic sector and is “leading with love.”", + "content": "Jake Wood was a Marine sniper in Iraq and Afghanistan. Now he works in the philanthropic sector and is “leading with love.”", + "category": "Executives and Management (Theory)", + "link": "https://www.nytimes.com/2021/11/24/business/jake-wood-team-rubicon-groundswell-corner-office.html", + "creator": "David Gelles", + "pubDate": "Wed, 24 Nov 2021 15:44:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175910,16 +200799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c22f940a51c9c9849ac64257d67fcd1" + "hash": "bff54a669e3ccafae1cfc8f786d97468" }, { - "title": "The Temporary Memory Lapse of Transient Global Amnesia", - "description": "Those with T.G.A. do not experience any alteration in consciousness or abnormal movements. Only the ability to lay down memories is affected.", - "content": "Those with T.G.A. do not experience any alteration in consciousness or abnormal movements. Only the ability to lay down memories is affected.", - "category": "Memory", - "link": "https://www.nytimes.com/2019/09/16/well/mind/the-temporary-memory-lapse-of-transient-global-amnesia.html", - "creator": "Jane E. Brody", - "pubDate": "Tue, 17 Sep 2019 20:32:32 +0000", + "title": "Restaurant Review: Shion 69 Leonard Street", + "description": "The chef Shion Uino displays a rare, untheatrical mastery of seafood at his new $420-a-head restaurant in TriBeCa.", + "content": "The chef Shion Uino displays a rare, untheatrical mastery of seafood at his new $420-a-head restaurant in TriBeCa.", + "category": "Restaurants", + "link": "https://www.nytimes.com/2021/11/30/dining/shion-69-leonard-street-review-sushi-nyc.html", + "creator": "Pete Wells", + "pubDate": "Tue, 30 Nov 2021 18:27:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175930,16 +200819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "269d78f9f2b09c77aa944dc83414b2b0" + "hash": "ae0d33906e49ac94fb193c72a4cce44c" }, { - "title": "When the Neurologist Really Knows How Patients Feel", - "description": "I can’t undo the damage of a stroke I had as an infant, but I can try to help other patients face similar diagnoses.", - "content": "I can’t undo the damage of a stroke I had as an infant, but I can try to help other patients face similar diagnoses.", - "category": "Nerves and Nervous System", - "link": "https://www.nytimes.com/2018/06/07/well/pediatric-neurologist-stroke.html", - "creator": "Lauren Waldron, M.D.", - "pubDate": "Thu, 07 Jun 2018 09:00:02 +0000", + "title": "Man Survives Flight From Guatemala to Miami in Plane’s Landing Gear", + "description": "The 26-year-old man, whose name was not released, was taken into custody by border agents, officials said.", + "content": "The 26-year-old man, whose name was not released, was taken into custody by border agents, officials said.", + "category": "Airlines and Airplanes", + "link": "https://www.nytimes.com/2021/11/28/us/stowaway-miami-guatemala.html", + "creator": "Azi Paybarah", + "pubDate": "Sun, 28 Nov 2021 21:09:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175950,16 +200839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0ea98a29433834183b68865261c5bce" + "hash": "1795ac365eb23f7f9a9536240de4772c" }, { - "title": "‘And Just Like That’: The Shoe Must Go On", - "description": "In the ’90s, “Sex and the City” celebrated single women. Can a new, more nuanced version make a comedy of middle-aged ones?", - "content": "In the ’90s, “Sex and the City” celebrated single women. Can a new, more nuanced version make a comedy of middle-aged ones?", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/03/arts/television/and-just-like-that-sex-and-the-city.html", - "creator": "Alexis Soloski", - "pubDate": "Mon, 06 Dec 2021 13:05:40 +0000", + "title": "Elizabeth Holmes Says Former Boyfriend Abused Her", + "description": "Ms. Holmes, the founder of the failed blood testing start-up Theranos, blamed Ramesh Balwani, the former No. 2 at the company.", + "content": "Ms. Holmes, the founder of the failed blood testing start-up Theranos, blamed Ramesh Balwani, the former No. 2 at the company.", + "category": "Holmes, Elizabeth (1984- )", + "link": "https://www.nytimes.com/2021/11/29/technology/elizabeth-holmes-sunny-balwani.html", + "creator": "Erin Woo and Erin Griffith", + "pubDate": "Tue, 30 Nov 2021 00:14:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175970,16 +200859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "988dc61263b0acad2a482697bdbe603d" + "hash": "0240b86f3206895d3e08ffd31942c016" }, { - "title": "In ‘Landscapers,’ True Crime Meets Hollywood Fantasy", - "description": "The HBO mini-series stars Olivia Colman and David Thewlis as a British couple convicted of killing the wife’s parents and burying them in the backyard.", - "content": "The HBO mini-series stars Olivia Colman and David Thewlis as a British couple convicted of killing the wife’s parents and burying them in the backyard.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/06/arts/television/landscapers-hbo.html", - "creator": "Tobias Grey", - "pubDate": "Mon, 06 Dec 2021 18:22:07 +0000", + "title": "Arlene Dahl, Movie Star Turned Entrepreneur, Is Dead at 96", + "description": "She had already started branching out when her film career was at its height, writing a syndicated column and launching a fashion and cosmetics business.", + "content": "She had already started branching out when her film career was at its height, writing a syndicated column and launching a fashion and cosmetics business.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/11/29/movies/arlene-dahl-dead.html", + "creator": "Wendell Jamieson", + "pubDate": "Mon, 29 Nov 2021 20:51:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -175990,16 +200879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c68a9f6eeb3957f8b107b7c7bb88f38" + "hash": "0831da87bd52e0aa026e7ba520504330" }, { - "title": "No Matter the Role, Antony Sher Made Soaring Seem Possible", - "description": "The actor, who died at the age of 72, was known for his commanding performances of Shakespeare’s Richard III and the Auschwitz survivor Primo Levi.", - "content": "The actor, who died at the age of 72, was known for his commanding performances of Shakespeare’s Richard III and the Auschwitz survivor Primo Levi.", - "category": "Sher, Antony", - "link": "https://www.nytimes.com/2021/12/06/theater/antony-sher-stage.html", - "creator": "Ben Brantley", - "pubDate": "Mon, 06 Dec 2021 17:07:55 +0000", + "title": "How Austin Became One of the Least Affordable Cities in America", + "description": "The capital of Texas has long been an attractive place to call home. But with an average of 180 new residents a day arriving, its popularity has created a brewing housing crisis that is reshaping the city.", + "content": "The capital of Texas has long been an attractive place to call home. But with an average of 180 new residents a day arriving, its popularity has created a brewing housing crisis that is reshaping the city.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/11/27/us/austin-texas-unaffordable-city.html", + "creator": "Edgar Sandoval", + "pubDate": "Sat, 27 Nov 2021 17:19:23 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176010,16 +200899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "709a3632a479b4d6f5d8431b0ebea74f" + "hash": "3697d0815068ded43529249b900948fa" }, { - "title": "'The Feminine Urge' Meme Explained", - "description": "Journalists love subjecting online jokes to semantic dissection. So, shall we?", - "content": "Journalists love subjecting online jokes to semantic dissection. So, shall we?", - "category": "Social Media", - "link": "https://www.nytimes.com/2021/12/06/style/feminine-urge-meme-twitter.html", - "creator": "Anna P. Kambhampaty", - "pubDate": "Mon, 06 Dec 2021 16:23:54 +0000", + "title": "Omicron Was Already in Europe a Week Ago, Officials Say", + "description": "The variant was found in a test sample from Nov. 19 in the Netherlands, a week before the W.H.O. labeled it a “variant of concern.” Little is known yet about how transmissible Omicron is, but its discovery in southern Africa has created another uncertain moment in the pandemic. Here’s the latest.", + "content": "The variant was found in a test sample from Nov. 19 in the Netherlands, a week before the W.H.O. labeled it a “variant of concern.” Little is known yet about how transmissible Omicron is, but its discovery in southern Africa has created another uncertain moment in the pandemic. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/30/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Tue, 30 Nov 2021 19:08:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176030,16 +200919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "170d9d821f73383b0b4858e4b2c95ef1" + "hash": "9bb41e0eae45b3edfdddfd30dc7820ec" }, { - "title": "Black Baseball Pioneer Bud Fowler Elected to Hall of Fame", - "description": "Elected by the Hall’s Early Days committee, Bud Fowler was a pioneer who played organized professional baseball against white players as early as 1878.", - "content": "Elected by the Hall’s Early Days committee, Bud Fowler was a pioneer who played organized professional baseball against white players as early as 1878.", - "category": "Baseball", - "link": "https://www.nytimes.com/2021/12/06/sports/baseball/bud-fowler-hall-of-fame.html", - "creator": "Benjamin Hoffman", - "pubDate": "Mon, 06 Dec 2021 17:02:47 +0000", + "title": "Amid Variant Fears, U.K. Discovers Limits to Its Virus Strategy", + "description": "Britain’s approach to coronavirus-related restrictions has been looser than other European countries, but the Omicron variant has spurred swift action on mitigation measures.", + "content": "Britain’s approach to coronavirus-related restrictions has been looser than other European countries, but the Omicron variant has spurred swift action on mitigation measures.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/30/world/europe/uk-virus-variant.html", + "creator": "Mark Landler and Megan Specia", + "pubDate": "Tue, 30 Nov 2021 18:14:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176050,16 +200939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "15cab8cac7338653bdc0d9b0247fff07" + "hash": "23f11014de2970cb5b9aa3fb6e1c0302" }, { - "title": "N.Y.C. Breaks New Ground With Vaccine Mandate for All Private Employers", - "description": "Mayor Bill de Blasio said the measure was a “pre-emptive strike” to curb another wave of virus cases and help reduce transmission of the new variant. Eric Adams, who will succeed Mr. de Blasio as mayor in less than a month, declined to commit to enforcing the new rules. Here’s the latest on Covid.", - "content": "Mayor Bill de Blasio said the measure was a “pre-emptive strike” to curb another wave of virus cases and help reduce transmission of the new variant. Eric Adams, who will succeed Mr. de Blasio as mayor in less than a month, declined to commit to enforcing the new rules. Here’s the latest on Covid.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/06/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Tue, 07 Dec 2021 00:29:12 +0000", + "title": "F.D.A. Advisers Meets on Merck’s Covid Pill", + "description": "If an expert committee votes to recommend it, the drug, molnupiravir, could be authorized within days for patients at high risk of severe illness.", + "content": "If an expert committee votes to recommend it, the drug, molnupiravir, could be authorized within days for patients at high risk of severe illness.", + "category": "Molnupiravir (Drug)", + "link": "https://www.nytimes.com/2021/11/30/health/fda-merck-pill-molnupiravir.html", + "creator": "Rebecca Robbins and Carl Zimmer", + "pubDate": "Tue, 30 Nov 2021 17:56:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176070,16 +200959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c43099691242e382716d269f3d8ca4b" + "hash": "9a1faa9e32a38814b0da3c1c3f150777" }, { - "title": "Will Eric Adams Keep N.Y.C.’s Newest Vaccine Mandate?", - "description": "It was unclear if the incoming mayor, Eric Adams, who is on vacation in Ghana, intended to enforce a vaccine mandate for private employers.", - "content": "It was unclear if the incoming mayor, Eric Adams, who is on vacation in Ghana, intended to enforce a vaccine mandate for private employers.", - "category": "Vaccination and Immunization", - "link": "https://www.nytimes.com/2021/12/06/nyregion/eric-adams-employee-vaccine-mandate.html", - "creator": "Dana Rubinstein", - "pubDate": "Mon, 06 Dec 2021 23:35:33 +0000", + "title": "Fed Chair Pivots, Suggesting Quicker Reduction in Economic Help", + "description": "Jerome Powell signaled that the Federal Reserve was growing concerned about inflation and could speed up pulling economic support. Get the latest on the economy.", + "content": "Jerome Powell signaled that the Federal Reserve was growing concerned about inflation and could speed up pulling economic support. Get the latest on the economy.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/30/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Tue, 30 Nov 2021 19:08:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176090,36 +200979,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c306b1d6f2c0883e1ed944aebad59f1" + "hash": "f63bd19873a30a763ed2a0dd1a3fc744" }, { - "title": "Spike in Omicron Variant Cases Puts Europe on Edge", - "description": "With cases of the Omicron variant rising in Europe, there are worries that even tougher restrictions are looming over a holiday period that many had hoped would be a return to some normalcy.", - "content": "With cases of the Omicron variant rising in Europe, there are worries that even tougher restrictions are looming over a holiday period that many had hoped would be a return to some normalcy.", + "title": "Stocks Fall After Powell's Taper Comments", + "description": "The Federal Reserve chair, Jerome Powell, said on Tuesday that persistent inflation may require a more aggressive approach by the central bank. Wall Street was already uneasy.", + "content": "The Federal Reserve chair, Jerome Powell, said on Tuesday that persistent inflation may require a more aggressive approach by the central bank. Wall Street was already uneasy.", "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/05/world/europe/virus-europe-omicron-variant-restrictions.html", - "creator": "Megan Specia and Isabella Kwai", - "pubDate": "Mon, 06 Dec 2021 13:25:10 +0000", + "link": "https://www.nytimes.com/2021/11/30/business/stock-markets-omicron.html", + "creator": "Matt Phillips and Eshe Nelson", + "pubDate": "Tue, 30 Nov 2021 17:24:54 +0000", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b87127f194f0349451a6976bb72f40dd" + "hash": "3eaf3a8177f16a6e73ee81d098cf181e" }, { - "title": "On Ukrainian Front, Grinding War and Weary Anticipation of Invasion", - "description": "After eight years in the trenches, Ukrainian soldiers are resigned to the possibility that the Russian military, which dwarfs their own in power and wealth, will come sooner or later.", - "content": "After eight years in the trenches, Ukrainian soldiers are resigned to the possibility that the Russian military, which dwarfs their own in power and wealth, will come sooner or later.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/06/world/europe/ukraine-russia-war-front.html", - "creator": "Michael Schwirtz", - "pubDate": "Mon, 06 Dec 2021 17:17:20 +0000", + "title": "Supply Chain Problems Have Small Retailers Gambling on Hoarding", + "description": "Some independent stores ordered in bulk well in advance, and now are hoping they’re able to sell what they have.", + "content": "Some independent stores ordered in bulk well in advance, and now are hoping they’re able to sell what they have.", + "category": "Silverman, Joshua G", + "link": "https://www.nytimes.com/2021/11/30/business/small-retailers-hoarding-supply-chain.html", + "creator": "Sapna Maheshwari and Coral Murphy Marcos", + "pubDate": "Tue, 30 Nov 2021 10:00:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176130,16 +201019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e164611c4129c49be72419ec23ceb6e0" + "hash": "40dcf25c65b63cc861f31d78339efa75" }, { - "title": "United States Will Not Send Government Officials to Beijing Olympics", - "description": "Athletes will still be able to compete in the Winter Games in Beijing, but the diplomatic boycott is a response to human rights abuses in Xinjiang.", - "content": "Athletes will still be able to compete in the Winter Games in Beijing, but the diplomatic boycott is a response to human rights abuses in Xinjiang.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/06/us/politics/olympics-boycott-us.html", - "creator": "Zolan Kanno-Youngs", - "pubDate": "Mon, 06 Dec 2021 19:18:35 +0000", + "title": "Jeffrey Epstein’s Pilot Testifies in Ghislaine Maxwell Trial", + "description": "The pilot said he “never saw any sexual activity” in Mr. Epstein’s planes. He confirmed famous passengers, including former President Trump. Follow updates.", + "content": "The pilot said he “never saw any sexual activity” in Mr. Epstein’s planes. He confirmed famous passengers, including former President Trump. Follow updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/30/nyregion/ghislaine-maxwell-trial", + "creator": "The New York Times", + "pubDate": "Tue, 30 Nov 2021 19:08:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176150,16 +201039,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "56e58111ed7948344d0104a1e8ea318b" + "hash": "8e8d2b011107fc42c15740348b84b68e" }, { - "title": "BuzzFeed’s First Day as a Public Company Is a Big Test", - "description": "Other digital media groups are eyeing how BuzzFeed performs as a publicly traded company as they face a tough advertising climate and look for ways to pay back their early investors.", - "content": "Other digital media groups are eyeing how BuzzFeed performs as a publicly traded company as they face a tough advertising climate and look for ways to pay back their early investors.", - "category": "Special Purpose Acquisition Companies (SPAC)", - "link": "https://www.nytimes.com/2021/12/06/business/buzzfeed-stock.html", - "creator": "Peter Eavis, Katie Robertson and Lauren Hirsch", - "pubDate": "Mon, 06 Dec 2021 18:48:51 +0000", + "title": "What Europe Can Teach Us About Jobs", + "description": "Why don’t other countries face a Great Resignation?", + "content": "Why don’t other countries face a Great Resignation?", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2021/11/29/opinion/united-states-europe-jobs.html", + "creator": "Paul Krugman", + "pubDate": "Tue, 30 Nov 2021 00:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176170,16 +201059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b91a30f871677f7e750038cbb60d5d6" + "hash": "86eed1c3b8411918760476b422d64c04" }, { - "title": "Wonking Out: Money Isn’t Everything", - "description": "No, not even in macroeconomics.", - "content": "No, not even in macroeconomics.", - "category": "International Trade and World Market", - "link": "https://www.nytimes.com/2021/12/03/opinion/inflation-friedman-money-supply.html", - "creator": "Paul Krugman", - "pubDate": "Fri, 03 Dec 2021 19:48:37 +0000", + "title": "South Africa's Omicron Work Deserves a Prize", + "description": "Rewarding the nation for detecting and reporting the Omicron variant would give other countries an incentive to report new variants.", + "content": "Rewarding the nation for detecting and reporting the Omicron variant would give other countries an incentive to report new variants.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/11/29/opinion/south-africa-covid-omicron-variant.html", + "creator": "Peter Coy", + "pubDate": "Mon, 29 Nov 2021 20:19:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176190,16 +201079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5d178727768087c91cf64012b535996" + "hash": "17ea00f789f2ac6da93fc309df616dc4" }, { - "title": "Virgil Abloh and the Fragility of Black Men's Lives", - "description": "Black men and women face violence in everyday life. That’s something that needs to be talked about. ", - "content": "Black men and women face violence in everyday life. That’s something that needs to be talked about. ", - "category": "Black People", - "link": "https://www.nytimes.com/2021/12/05/opinion/culture/virgil-abloh-black-mortality.html", - "creator": "Joél Leon Daniels", - "pubDate": "Sun, 05 Dec 2021 17:36:52 +0000", + "title": "The Omicron Variant Is Creating a Lot of Anxiety", + "description": "The Omicron variant is creating a lot of anxiety.", + "content": "The Omicron variant is creating a lot of anxiety.", + "category": "Coronavirus Risks and Safety Concerns", + "link": "https://www.nytimes.com/2021/11/29/opinion/omicron-variant-covid.html", + "creator": "Gail Collins and Bret Stephens", + "pubDate": "Mon, 29 Nov 2021 10:09:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176210,16 +201099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "02ddff2ecd4906fbcfeda3e58e98ea36" + "hash": "a960477d2361c8e783c03085f75274fc" }, { - "title": "I’m Not Ready for Christmas. I Need to Take a Minute.", - "description": "Advent is an ideal time to grieve, reflect and look ahead.", - "content": "Advent is an ideal time to grieve, reflect and look ahead.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/05/opinion/christmas-advent-pandemic.html", - "creator": "Tish Harrison Warren", - "pubDate": "Sun, 05 Dec 2021 16:15:04 +0000", + "title": "How Tesla Helps China's Firms Compete With the U.S.", + "description": "The electric car company is helping Chinese companies become global players in the emerging industry, posing a competitive threat to traditional rivals.", + "content": "The electric car company is helping Chinese companies become global players in the emerging industry, posing a competitive threat to traditional rivals.", + "category": "Musk, Elon", + "link": "https://www.nytimes.com/2021/11/30/business/china-tesla-electric-cars.html", + "creator": "Li Yuan", + "pubDate": "Tue, 30 Nov 2021 10:00:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176230,16 +201119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0030d08dcd26933c1889a2ac2a2fadb" + "hash": "6ffa7b9fb972cf020db51cde2dae6ae5" }, { - "title": "Key Details About the Parents of the Michigan Shooting Suspect", - "description": "After a manhunt and an arraignment, scrutiny of James and Jennifer Crumbley has intensified.", - "content": "After a manhunt and an arraignment, scrutiny of James and Jennifer Crumbley has intensified.", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/05/us/michigan-shooting-parents.html", - "creator": "Sophie Kasakove and Susan Cooper Eastman", - "pubDate": "Sun, 05 Dec 2021 18:30:28 +0000", + "title": "Supervised Injection Sites for Drug Users to Open in New York City", + "description": "The Manhattan facilities will provide clean needles, administer medication to reverse overdoses and provide users with options for addiction treatment.", + "content": "The Manhattan facilities will provide clean needles, administer medication to reverse overdoses and provide users with options for addiction treatment.", + "category": "Drug Abuse and Traffic", + "link": "https://www.nytimes.com/2021/11/30/nyregion/supervised-injection-sites-nyc.html", + "creator": "Jeffery C. Mays and Andy Newman", + "pubDate": "Tue, 30 Nov 2021 16:04:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176250,16 +201139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d79c4d1a5b759faae051d273fa19af5b" + "hash": "b4edd3a273d6174b24855e8b8d4d137e" }, { - "title": "He Never Touched the Murder Weapon. Alabama Sentenced Him to Die.", - "description": "Nathaniel Woods was unarmed when three Birmingham police officers were fatally shot by someone else in 2004. But Woods, a Black man, was convicted of capital murder for his role in the deaths of the three white officers.", - "content": "Nathaniel Woods was unarmed when three Birmingham police officers were fatally shot by someone else in 2004. But Woods, a Black man, was convicted of capital murder for his role in the deaths of the three white officers.", - "category": "Woods, Nathaniel", - "link": "https://www.nytimes.com/2021/12/05/us/nathaniel-woods-alabama-sentenced.html", - "creator": "Dan Barry and Abby Ellin", - "pubDate": "Sun, 05 Dec 2021 10:00:47 +0000", + "title": "ISIS Fighter Convicted in Death of Enslaved 5-Year-Old Girl", + "description": "In a trial held in Germany, the man was sentenced to life in prison for the death of the Yazidi girl, whom he allowed to die of thirst in Falluja, Iraq.", + "content": "In a trial held in Germany, the man was sentenced to life in prison for the death of the Yazidi girl, whom he allowed to die of thirst in Falluja, Iraq.", + "category": "Terrorism", + "link": "https://www.nytimes.com/2021/11/30/world/europe/isis-trial-yazidi-germany.html", + "creator": "Christopher F. Schuetze", + "pubDate": "Tue, 30 Nov 2021 15:29:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176270,16 +201159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f737a94f88328c03ccf70f1cd73ea51" + "hash": "97d0c3aa8c915e4dd87f0b1bf469b539" }, { - "title": "Omicron Case With a New York Tie Shows How Virus Outpaces Response", - "description": "A health care analyst came to Manhattan for an anime convention. His trip shows how the virus once again outpaced the public health response.", - "content": "A health care analyst came to Manhattan for an anime convention. His trip shows how the virus once again outpaced the public health response.", - "category": "Contact Tracing (Public Health)", - "link": "https://www.nytimes.com/2021/12/05/nyregion/nyc-anime-convention-omicron-cases.html", - "creator": "Joseph Goldstein, Julie Bosman, Kimiko de Freytas-Tamura and Roni Caryn Rabin", - "pubDate": "Sun, 05 Dec 2021 16:49:34 +0000", + "title": "Brian Kelly Leaves Notre Dame for LSU", + "description": "A top coach is heading to the Southeastern Conference, the latest in a series of moves at some of the country’s most storied college football programs.", + "content": "A top coach is heading to the Southeastern Conference, the latest in a series of moves at some of the country’s most storied college football programs.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2021/11/30/sports/ncaafootball/brian-kelly-lsu-notre-dame.html", + "creator": "Victor Mather", + "pubDate": "Tue, 30 Nov 2021 17:33:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176290,16 +201179,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a9960ede3b3d8a7992da61f8cb6171b" + "hash": "c7ba1c2c2b62c74b2b6b9c0d6ef7d96b" }, { - "title": "On Syria’s Ruins, a Drug Empire Flourishes", - "description": "Powerful associates of Syria’s president, Bashar al-Assad, are making and selling captagon, an illegal amphetamine, creating a new narcostate on the Mediterranean.", - "content": "Powerful associates of Syria’s president, Bashar al-Assad, are making and selling captagon, an illegal amphetamine, creating a new narcostate on the Mediterranean.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/05/world/middleeast/syria-drugs-captagon-assad.html", - "creator": "Ben Hubbard and Hwaida Saad", - "pubDate": "Sun, 05 Dec 2021 10:00:15 +0000", + "title": "Lululemon Sues Peloton Over Patent Infringement", + "description": "Lululemon accused Peloton, the fitness company best known for its stationary bikes, of infringing on patents for a new line of leggings and sports bras.", + "content": "Lululemon accused Peloton, the fitness company best known for its stationary bikes, of infringing on patents for a new line of leggings and sports bras.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2021/11/30/business/lululemon-peloton-lawsuit.html", + "creator": "Johnny Diaz", + "pubDate": "Tue, 30 Nov 2021 17:24:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176310,16 +201199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9fba4014fe18ff5a5a9f91e8b8d0bed" + "hash": "efd5e2875174eee1a9f3080470acc392" }, { - "title": "What an America Without Roe Would Look Like", - "description": "Legal abortions would fall, particularly among poor women in the South and Midwest, and out-of-state travel and abortion pills would play a bigger role.", - "content": "Legal abortions would fall, particularly among poor women in the South and Midwest, and out-of-state travel and abortion pills would play a bigger role.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/05/upshot/abortion-without-roe-wade.html", - "creator": "Claire Cain Miller and Margot Sanger-Katz", - "pubDate": "Sun, 05 Dec 2021 17:40:48 +0000", + "title": "For Women in Their 40s, High Blood Pressure May Carry Special Risks", + "description": "Women, but not men, with even mildly elevated blood pressure in their early 40s were at increased risk for later heart disease and early death.", + "content": "Women, but not men, with even mildly elevated blood pressure in their early 40s were at increased risk for later heart disease and early death.", + "category": "Women and Girls", + "link": "https://www.nytimes.com/2021/06/14/well/live/women-high-blood-pressure.html", + "creator": "Nicholas Bakalar", + "pubDate": "Mon, 18 Oct 2021 19:04:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176330,16 +201219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6abbc7ba79bb356817a3d025092e92e" + "hash": "9b21196d9ce335a9e5b904ee0049e7a6" }, { - "title": "New York City, Redistricting, Ukraine: Your Monday Evening Briefing", - "description": "Here’s what you need to know at the end of the day.", - "content": "Here’s what you need to know at the end of the day.", - "category": "", - "link": "https://www.nytimes.com/2021/12/06/briefing/new-york-city-redistricting-ukraine.html", - "creator": "Victoria Shannon", - "pubDate": "Mon, 06 Dec 2021 22:51:35 +0000", + "title": "‘Bruised’ Review: It’s a Hard-Knock Life", + "description": "Halle Berry stars as a mixed martial arts fighter staging a comeback in her directorial debut.", + "content": "Halle Berry stars as a mixed martial arts fighter staging a comeback in her directorial debut.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/11/25/arts/bruised-review.html", + "creator": "Teo Bugbee", + "pubDate": "Thu, 25 Nov 2021 12:00:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176350,16 +201239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1f15321a1d10590890f546b5f9101b7" + "hash": "4c48455dafd4c1478d18aa06d0a2bd6a" }, { - "title": "The Trial of Ghislaine Maxwell", - "description": "After the death of Jeffrey Epstein, what kind of justice is possible without him?", - "content": "After the death of Jeffrey Epstein, what kind of justice is possible without him?", - "category": "Child Abuse and Neglect", - "link": "https://www.nytimes.com/2021/12/06/podcasts/the-daily/maxwell-trial.html", - "creator": "Sabrina Tavernise, Michael Johnson, Rachelle Bonja, Rachel Quester, Lynsea Garrison, Stella Tan, M.J. Davis Lin and Larissa Anderson", - "pubDate": "Mon, 06 Dec 2021 14:01:29 +0000", + "title": "‘A Boy Called Christmas’ Review: Kindling the Holiday Spirit", + "description": "Enchanting imagery elevates this Netflix holiday adventure about a boy who journeys to a magic elfin city.", + "content": "Enchanting imagery elevates this Netflix holiday adventure about a boy who journeys to a magic elfin city.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/11/24/movies/a-boy-called-christmas-review.html", + "creator": "Natalia Winkelman", + "pubDate": "Wed, 24 Nov 2021 15:11:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176370,16 +201259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a8a62acc92510af443d5352ea1cd8a6" + "hash": "34f71311736c87b9b9f382828a3796f0" }, { - "title": "A Kennedy Center Honors With the Presidential Box Used as Intended", - "description": "Former President Donald J. Trump did not attend the tribute, but President Biden was on hand as Bette Midler, Joni Mitchell, Berry Gordy, Justino Díaz and Lorne Michaels were honored.", - "content": "Former President Donald J. Trump did not attend the tribute, but President Biden was on hand as Bette Midler, Joni Mitchell, Berry Gordy, Justino Díaz and Lorne Michaels were honored.", - "category": "Biden, Jill Tracy Jacobs", - "link": "https://www.nytimes.com/2021/12/06/arts/music/kennedy-center-honors.html", - "creator": "Emily Cochrane", - "pubDate": "Mon, 06 Dec 2021 18:23:44 +0000", + "title": "Omicron Poses ‘Very High’ Risk, W.H.O. Says; Biden Seeks to Reassure U.S.", + "description": "Scotland said it had found six cases of the new variant and that contact tracing was underway. Japan barred all foreign travelers, and Australia delayed reopening its borders for two weeks.", + "content": "Scotland said it had found six cases of the new variant and that contact tracing was underway. Japan barred all foreign travelers, and Australia delayed reopening its borders for two weeks.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/29/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Mon, 29 Nov 2021 18:23:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176390,16 +201279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50220ec0d157be674dfa5c2674968fbf" + "hash": "7871617614df733ddf3549528aa1fd41" }, { - "title": "Biden Focuses on How Spending Bill Would Lower Drug Costs", - "description": "President Biden emphasized how the bill would lower prescription drug costs, an issue his administration hopes will build support for the broader package.", - "content": "President Biden emphasized how the bill would lower prescription drug costs, an issue his administration hopes will build support for the broader package.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/06/us/politics/biden-drug-prices.html", - "creator": "Zolan Kanno-Youngs and Margot Sanger-Katz", - "pubDate": "Mon, 06 Dec 2021 23:13:31 +0000", + "title": "The Latest on Omicron", + "description": "What should you assume about the new variant?", + "content": "What should you assume about the new variant?", + "category": "", + "link": "https://www.nytimes.com/2021/11/29/briefing/omicron-contagion-what-to-know.html", + "creator": "David Leonhardt", + "pubDate": "Mon, 29 Nov 2021 11:28:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176410,16 +201299,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb8462a475e2e4a063968649b068c4d4" + "hash": "20c1f37536ae2f1513bfb50652a2d48e" }, { - "title": "Medina Spirit, an Embattled Kentucky Derby Winner, Dies During a Workout", - "description": "The colt suffered an apparent heart attack while working out at the Santa Anita Park racetrack, a California racing official said.", - "content": "The colt suffered an apparent heart attack while working out at the Santa Anita Park racetrack, a California racing official said.", - "category": "Kentucky Derby", - "link": "https://www.nytimes.com/2021/12/06/sports/horse-racing/medina-spirit-dies.html", - "creator": "Joe Drape", - "pubDate": "Mon, 06 Dec 2021 18:18:11 +0000", + "title": "Will the Covid Vaccines Stop Omicron? Scientists Are Racing to Find Out.", + "description": "A “Frankenstein mix” of mutations raises concerns, but the variant may remain vulnerable to current vaccines. If not, revisions will be necessary.", + "content": "A “Frankenstein mix” of mutations raises concerns, but the variant may remain vulnerable to current vaccines. If not, revisions will be necessary.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/11/28/health/covid-omicron-vaccines-immunity.html", + "creator": "Apoorva Mandavilli", + "pubDate": "Sun, 28 Nov 2021 23:55:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176430,56 +201319,56 @@ "favorite": false, "created": false, "tags": [], - "hash": "bffdec15180b788d538e92777ba09147" + "hash": "366a855eaaffc7f3e7e7833aaee67bf7" }, { - "title": "Business Updates: Chris Cuomo Says He Will End His SiriusXM Radio Show", - "description": "Regulators are scrutinizing the planned merger of a nascent social media company with a so-called blank-check company. Here’s the latest business news.", - "content": "Regulators are scrutinizing the planned merger of a nascent social media company with a so-called blank-check company. Here’s the latest business news.", + "title": "Markets rose as investors reconsidered the unknowns of the Omicron variant.", + "description": "After tumbling on Friday, European markets opened higher and oil prices gained. Follow the latest business updates.", + "content": "After tumbling on Friday, European markets opened higher and oil prices gained. Follow the latest business updates.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/06/business/news-business-stock-market", + "link": "https://www.nytimes.com/live/2021/11/29/business/news-business-stock-market", "creator": "The New York Times", - "pubDate": "Tue, 07 Dec 2021 00:30:13 +0000", + "pubDate": "Mon, 29 Nov 2021 18:23:05 +0000", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "68b598780fc8454b9ecff65fd21097ab" + "hash": "0a46d9c65f9288f621f859a1781fb6b7" }, { - "title": "Jussie Smollett Tells Jury He Did Not Direct a Fake Attack on Himself", - "description": "The actor, who is accused of asking two brothers to mildly attack him, and then reporting it as a hate crime, took the stand at his criminal trial on charges related to the 2019 assault.", - "content": "The actor, who is accused of asking two brothers to mildly attack him, and then reporting it as a hate crime, took the stand at his criminal trial on charges related to the 2019 assault.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/06/arts/television/jussie-smollett-trial-testimony.html", - "creator": "Julia Jacobs and Mark Guarino", - "pubDate": "Mon, 06 Dec 2021 21:48:51 +0000", + "title": "Jack Dorsey Expected to Step Down as C.E.O. of Twitter", + "description": "The social media pioneer, whose name has become synonymous with the company, will be replaced by Twitter’s chief technology officer, Parag Agrawal.", + "content": "The social media pioneer, whose name has become synonymous with the company, will be replaced by Twitter’s chief technology officer, Parag Agrawal.", + "category": "Twitter", + "link": "https://www.nytimes.com/2021/11/29/technology/jack-dorsey-twitter.html", + "creator": "Kate Conger and Lauren Hirsch", + "pubDate": "Mon, 29 Nov 2021 16:17:49 +0000", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "11e2b40807a74d370e97c0300091be67" + "hash": "d4e69b1b38c42e646722356befc96798" }, { - "title": "Drake Removes Himself From Competition for 2022 Grammy Awards", - "description": "The superstar rapper and singer, long a critic of the awards, was nominated in two categories, best rap album and best rap performance.", - "content": "The superstar rapper and singer, long a critic of the awards, was nominated in two categories, best rap album and best rap performance.", - "category": "Grammy Awards", - "link": "https://www.nytimes.com/2021/12/06/arts/music/drake-grammy-nominations.html", - "creator": "Ben Sisario and Joe Coscarelli", - "pubDate": "Mon, 06 Dec 2021 22:07:13 +0000", + "title": "Supply-Chain Kinks Force Small Manufacturers to Scramble", + "description": "Facing delays, shortages and higher prices for raw materials, companies are finding new sources. Not all are able to pass along the costs.", + "content": "Facing delays, shortages and higher prices for raw materials, companies are finding new sources. Not all are able to pass along the costs.", + "category": "Prices (Fares, Fees and Rates)", + "link": "https://www.nytimes.com/2021/11/29/business/economy/supply-chain-inflation.html", + "creator": "Nelson D. Schwartz", + "pubDate": "Mon, 29 Nov 2021 14:54:16 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176490,16 +201379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "022a3ba5c391827cecd6c58152b1316c" + "hash": "9915dbb03168d64b02bad2940f7a2c36" }, { - "title": "Microsoft Seizes 42 Websites From a Chinese Hacking Group", - "description": "The group was likely using the websites to install malware that helped it gather data from government agencies and other groups, the company said.", - "content": "The group was likely using the websites to install malware that helped it gather data from government agencies and other groups, the company said.", - "category": "Computers and the Internet", - "link": "https://www.nytimes.com/2021/12/06/business/microsoft-china-hackers.html", - "creator": "Kellen Browning", - "pubDate": "Tue, 07 Dec 2021 00:13:59 +0000", + "title": "Hunt for the ‘Blood Diamond of Batteries’ Impedes Green Energy Push", + "description": "Dangerous mining conditions plague Congo, home to the world’s largest supply of cobalt, a key ingredient in electric cars. A leadership battle threatens reforms.", + "content": "Dangerous mining conditions plague Congo, home to the world’s largest supply of cobalt, a key ingredient in electric cars. A leadership battle threatens reforms.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/29/world/congo-cobalt-albert-yuma-mulimbi.html", + "creator": "Dionne Searcey, Eric Lipton and Ashley Gilbertson", + "pubDate": "Mon, 29 Nov 2021 10:00:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176510,36 +201399,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "29f147de38661e2d64c7ffee5dd256f6" + "hash": "22498715f9c5668de7bf1b601b30552b" }, { - "title": "New York City Announces Vaccine Mandate for Private Employers", - "description": "Mayor Bill de Blasio said it was a “pre-emptive strike” to curb another wave of virus cases and help reduce transmission of the new variant. Here’s the latest.", - "content": "Mayor Bill de Blasio said it was a “pre-emptive strike” to curb another wave of virus cases and help reduce transmission of the new variant. Here’s the latest.", + "title": "Ghislaine Maxwell’s Trial Begins in the Shadow of Jeffrey Epstein", + "description": "Ms. Maxwell is charged with trafficking women and girls for her longtime partner, the disgraced financier who died in prison in 2019.", + "content": "Ms. Maxwell is charged with trafficking women and girls for her longtime partner, the disgraced financier who died in prison in 2019.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/06/world/omicron-variant-covid", + "link": "https://www.nytimes.com/live/2021/11/29/nyregion/ghislaine-maxwell-trial", "creator": "The New York Times", - "pubDate": "Mon, 06 Dec 2021 15:09:03 +0000", + "pubDate": "Mon, 29 Nov 2021 15:31:55 +0000", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "d9e93b717e237968331132f87d9b6834" + "hash": "0c61037ab284c9cafe5cb4cf07c09d36" }, { - "title": "China Calls on ‘Little Inoculated Warriors’ in Its War on Covid-19", - "description": "The country regards children as crucial in its quest for herd immunity, but some parents, worried about the vaccines’ safety, are pushing back.", - "content": "The country regards children as crucial in its quest for herd immunity, but some parents, worried about the vaccines’ safety, are pushing back.", - "category": "China", - "link": "https://www.nytimes.com/2021/12/06/business/china-covid-vaccine-children.html", - "creator": "Alexandra Stevenson and Cao Li", - "pubDate": "Mon, 06 Dec 2021 13:23:03 +0000", + "title": "What Uber’s Spies Really Did", + "description": "A former co-worker accused the men of wiretapping their colleagues, hacking foreign governments and stealing trade secrets. It wasn’t true, but the allegations still follow them.", + "content": "A former co-worker accused the men of wiretapping their colleagues, hacking foreign governments and stealing trade secrets. It wasn’t true, but the allegations still follow them.", + "category": "Industrial Espionage", + "link": "https://www.nytimes.com/2021/11/28/technology/uber-spying-allegations.html", + "creator": "Kate Conger", + "pubDate": "Mon, 29 Nov 2021 16:40:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176550,16 +201439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ce23553e8c80b00825e5f26c4bd0966" + "hash": "8ae7733f54580b2ad47e00fb3f533bd1" }, { - "title": "The Pandemic Has Your Blood Pressure Rising? You’re Not Alone.", - "description": "Average blood pressure readings increased as the coronavirus spread, new research suggests. The finding portends medical repercussions far beyond Covid-19.", - "content": "Average blood pressure readings increased as the coronavirus spread, new research suggests. The finding portends medical repercussions far beyond Covid-19.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/12/06/health/covid-blood-pressure.html", - "creator": "Roni Caryn Rabin", - "pubDate": "Mon, 06 Dec 2021 18:23:02 +0000", + "title": "Lee Elder, Who Broke a Golf Color Barrier, Dies at 87", + "description": "In his prime he played in a league for Black players, but in 1975, at 40, he became the first African- American to take part in the Masters tournament.", + "content": "In his prime he played in a league for Black players, but in 1975, at 40, he became the first African- American to take part in the Masters tournament.", + "category": "Golf", + "link": "https://www.nytimes.com/2021/11/29/sports/golf/lee-elder-dead.html", + "creator": "Richard Goldstein", + "pubDate": "Mon, 29 Nov 2021 18:25:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176570,36 +201459,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "349359d3aaa1e9d0f6adb3e261ac393f" + "hash": "74a9aa8b7d5c9128a7d71a4d0979a7ce" }, { - "title": "Justice Dept. Files Voting Rights Suit Against Texas Over New Map", - "description": "The department said the state’s redistricting plan would violate the Voting Rights Act by discriminating against minority voters.", - "content": "The department said the state’s redistricting plan would violate the Voting Rights Act by discriminating against minority voters.", - "category": "Voting Rights Act (1965)", - "link": "https://www.nytimes.com/2021/12/06/us/politics/justice-department-texas-voting.html", - "creator": "Katie Benner", - "pubDate": "Mon, 06 Dec 2021 19:26:39 +0000", + "title": "Why The Piolet D'Or is Climbing's Biggest and Most Debated Award", + "description": "Whether the Piolet D’Or, or Golden Ice Axe, alpine climbing’s biggest award, honors or encourages risk is debated in the sport.", + "content": "Whether the Piolet D’Or, or Golden Ice Axe, alpine climbing’s biggest award, honors or encourages risk is debated in the sport.", + "category": "Awards, Decorations and Honors", + "link": "https://www.nytimes.com/2021/11/29/sports/piolet-dor-climbing.html", + "creator": "Michael Levy", + "pubDate": "Mon, 29 Nov 2021 17:30:19 +0000", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "11251f8596c2652e87940cf5cfc601c6" + "hash": "04cc1c0024ea8548dcd72d6595ef08dc" }, { - "title": "Donald Trump’s Media Company Deal Is Being Investigated", - "description": "Regulators are scrutinizing the planned merger of a nascent social media company with a so-called blank-check company. Here’s the latest business news.", - "content": "Regulators are scrutinizing the planned merger of a nascent social media company with a so-called blank-check company. Here’s the latest business news.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/06/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Mon, 06 Dec 2021 18:57:38 +0000", + "title": "‘Self-Defense’ Is Becoming Meaningless in a Flood of Guns", + "description": "More guns, no matter in whose hands, will create more standoffs, more intimidation, more death sanctioned in the eyes of the law.", + "content": "More guns, no matter in whose hands, will create more standoffs, more intimidation, more death sanctioned in the eyes of the law.", + "category": "Arbery, Ahmaud (1994-2020)", + "link": "https://www.nytimes.com/2021/11/29/opinion/self-defense-guns-arbery-rittenhouse.html", + "creator": "Tali Farhadian Weinstein", + "pubDate": "Mon, 29 Nov 2021 15:02:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176610,16 +201499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e3c8d140c126a1e4f0013664054284c" + "hash": "c8abdd3b8fe32d409246d1d2713b422a" }, { - "title": "Bearing Witness to Svalbard’s Fragile Splendor", - "description": "To visitors, the Norwegian archipelago can seem both ethereal and eternal. But climate change all but guarantees an eventual collapse of its vulnerable ecosystem.", - "content": "To visitors, the Norwegian archipelago can seem both ethereal and eternal. But climate change all but guarantees an eventual collapse of its vulnerable ecosystem.", - "category": "Travel and Vacations", - "link": "https://www.nytimes.com/2021/12/06/travel/svalbard-climate-change-tourism.html", - "creator": "Marcus Westberg", - "pubDate": "Mon, 06 Dec 2021 10:00:22 +0000", + "title": "What I Learned Testing My Dog’s DNA", + "description": "There are some mysteries that even genetic science can’t explain.", + "content": "There are some mysteries that even genetic science can’t explain.", + "category": "Dogs", + "link": "https://www.nytimes.com/2021/11/29/opinion/dog-dna-tests.html", + "creator": "Margaret Renkl", + "pubDate": "Mon, 29 Nov 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176630,16 +201519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "997aefaf47c97563d260037e28c69751" + "hash": "bce8df1fb7879b32390960bb9a907ed3" }, { - "title": "What Can One Life Tell Us About the Battle Against H.I.V.?", - "description": "In 2001, U.N. estimates suggested 150 million people would be infected with H.I.V. by 2021. That preceded an ambitious global campaign to curb the virus. How well did it work?", - "content": "In 2001, U.N. estimates suggested 150 million people would be infected with H.I.V. by 2021. That preceded an ambitious global campaign to curb the virus. How well did it work?", - "category": "Acquired Immune Deficiency Syndrome", - "link": "https://www.nytimes.com/2021/12/02/health/hiv-aids-infection-epidemic-un.html", - "creator": "Sarika Bansal", - "pubDate": "Thu, 02 Dec 2021 10:00:16 +0000", + "title": "How to Enjoy the Moment", + "description": "A thought experiment for finding more happiness in the everyday. ", + "content": "A thought experiment for finding more happiness in the everyday. ", + "category": "Happiness", + "link": "https://www.nytimes.com/2021/11/28/opinion/happiness-memory-best-days.html", + "creator": "Lindsay Crouse", + "pubDate": "Sun, 28 Nov 2021 16:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176650,16 +201539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "339cc02f81565d03d63a84996c002ee2" + "hash": "5c7a885757e0f447d092dde9c1f641bd" }, { - "title": "A Terrible Catch-22", - "description": "Should wrongfully convicted people falsely admit guilt to win parole?", - "content": "Should wrongfully convicted people falsely admit guilt to win parole?", - "category": "", - "link": "https://www.nytimes.com/2021/12/06/briefing/wrongful-convictions-parole.html", - "creator": "David Leonhardt", - "pubDate": "Mon, 06 Dec 2021 11:29:37 +0000", + "title": "How I Got Through the Grief of Losing My Mother", + "description": "Pedal, pedal, pedal, glide.", + "content": "Pedal, pedal, pedal, glide.", + "category": "Grief (Emotion)", + "link": "https://www.nytimes.com/2021/11/28/opinion/culture/grief-cycling.html", + "creator": "Jennifer Weiner", + "pubDate": "Sun, 28 Nov 2021 15:03:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176670,16 +201559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a78f18cc8a6763af9ba3e87e1562a392" + "hash": "92fd4087c52bd068deb35173b776aa4d" }, { - "title": "A Thriller in Vermont and a Camera Floating in the Ocean", - "description": "Our critic recommends old and new books.", - "content": "Our critic recommends old and new books.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/04/books/read-like-the-wind.html", - "creator": "Molly Young", - "pubDate": "Sat, 04 Dec 2021 13:00:03 +0000", + "title": "Republicans Have a Golden Opportunity. They Will Probably Blow It.", + "description": " The party’s good fortune in avoiding profound punishment for all its follies is the reason those follies will probably continue.", + "content": " The party’s good fortune in avoiding profound punishment for all its follies is the reason those follies will probably continue.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/11/27/opinion/republicans-trump.html", + "creator": "Ross Douthat", + "pubDate": "Sat, 27 Nov 2021 20:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176690,16 +201579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f13a703621329fed58a7e421baa769f2" + "hash": "17ec8edadb50fe4b7337fa2e40d978d9" }, { - "title": "Predicting the Future Is Possible. These ‘Superforecasters’ Know How.", - "description": "The psychologist Philip Tetlock on the art and science of prediction.", - "content": "The psychologist Philip Tetlock on the art and science of prediction.", - "category": "audio-neutral-informative", - "link": "https://www.nytimes.com/2021/12/03/opinion/ezra-klein-podcast-philip-tetlock.html", - "creator": "‘The Ezra Klein Show’", - "pubDate": "Fri, 03 Dec 2021 10:00:18 +0000", + "title": "Millionaire Space Tourism Doesn't Come With an Awe Guarantee", + "description": "Space tourism is one of those ostensibly awesome experiences that often feel anticlimactic because they promise the sublime.", + "content": "Space tourism is one of those ostensibly awesome experiences that often feel anticlimactic because they promise the sublime.", + "category": "Space and Astronomy", + "link": "https://www.nytimes.com/2021/11/27/opinion/space-tourism-awe.html", + "creator": "Henry Wismayer", + "pubDate": "Sat, 27 Nov 2021 16:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176710,16 +201599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ede45c011f8b6de5596224f56c912866" + "hash": "0b2b00f5ea2b500f86643cf9beeadfa8" }, { - "title": "Witness Says Maxwell Recruited Her for Sexual Encounters With Epstein", - "description": "A woman told jurors that Ghislaine Maxwell played a direct role in arranging her encounters with Jeffrey Epstein. See updates on the trial here.", - "content": "A woman told jurors that Ghislaine Maxwell played a direct role in arranging her encounters with Jeffrey Epstein. See updates on the trial here.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/06/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Mon, 06 Dec 2021 20:43:52 +0000", + "title": "Why the Feminist Movement Needs Pro-Life People", + "description": "We must form a broad and diverse coalition to advocate for women.", + "content": "We must form a broad and diverse coalition to advocate for women.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/11/28/opinion/feminism-abortion-pro-life.html", + "creator": "Tish Harrison Warren", + "pubDate": "Sun, 28 Nov 2021 16:15:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176730,16 +201619,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8638fb7f098e1f5c3d20b43ddb0fd871" + "hash": "6a6fbca8e533bc389591d2388c035d84" }, { - "title": "Three of a Group of Missionaries Kidnapped in Haiti Have Been Released", - "description": "The U.S. Christian aid group said three more people were released of the 17 who had been kidnapped by a gang in Haiti. Two were released last month.", - "content": "The U.S. Christian aid group said three more people were released of the 17 who had been kidnapped by a gang in Haiti. Two were released last month.", - "category": "Kidnapping and Hostages", - "link": "https://www.nytimes.com/2021/12/06/world/americas/hostages-haiti.html", - "creator": "Oscar Lopez and Maria Abi-Habib", - "pubDate": "Mon, 06 Dec 2021 18:02:34 +0000", + "title": "Supreme Court Abortion Case Is About More Than Roe v. Wade", + "description": "Conservatives may still end up unhappy with a court they now control. ", + "content": "Conservatives may still end up unhappy with a court they now control. ", + "category": "Abortion", + "link": "https://www.nytimes.com/2021/11/27/opinion/roe-abortion-dobbs-scotus.html", + "creator": "The Editorial Board", + "pubDate": "Sat, 27 Nov 2021 16:03:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176750,16 +201639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b7a2c813e3c667eb488dd6947a61ecb" + "hash": "57dc219bb2ee86c63e37e3fb96d9c00d" }, { - "title": "Storm Could Cause ‘Catastrophic Flooding’ in Hawaii, Forecasters Warn", - "description": "Some parts of the islands could see as much as 25 inches of rain through Tuesday, meteorologists said. “This is an extreme weather event,” an emergency official said on Monday.", - "content": "Some parts of the islands could see as much as 25 inches of rain through Tuesday, meteorologists said. “This is an extreme weather event,” an emergency official said on Monday.", - "category": "Floods", - "link": "https://www.nytimes.com/2021/12/06/us/hawaii-flooding.html", - "creator": "Eduardo Medina", - "pubDate": "Mon, 06 Dec 2021 19:14:13 +0000", + "title": "The Woman on the Bridge", + "description": "Police and prosecutors spent five years chasing a domestic violence case. Would it be enough?", + "content": "Police and prosecutors spent five years chasing a domestic violence case. Would it be enough?", + "category": "Domestic Violence", + "link": "https://www.nytimes.com/2021/11/28/us/domestic-violence-law-enforcement.html", + "creator": "Ellen Barry", + "pubDate": "Sun, 28 Nov 2021 21:11:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176770,16 +201659,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "99176510198d474ef0f750ebcc96e22c" + "hash": "f71d76645e2e76cf15835df819c1baea" }, { - "title": "Jussie Smollett Testifies at Trial on Charges He Staged an Attack on Himself", - "description": "The actor, who is accused of directing two brothers to mildly attack him, and then reporting it as a hate crime, took the stand at his criminal trial on charges related to the 2019 assault.", - "content": "The actor, who is accused of directing two brothers to mildly attack him, and then reporting it as a hate crime, took the stand at his criminal trial on charges related to the 2019 assault.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/06/arts/television/jussie-smollett-trial-testimony.html", - "creator": "Julia Jacobs and Mark Guarino", - "pubDate": "Mon, 06 Dec 2021 20:20:26 +0000", + "title": "Luxury Senior Homes Cater to Rich Baby Boomers", + "description": "A new crop of luxury senior housing is turning retirement into a five-star resort stay.", + "content": "A new crop of luxury senior housing is turning retirement into a five-star resort stay.", + "category": "Nursing Homes", + "link": "https://www.nytimes.com/2021/11/27/style/growing-old-in-high-style.html", + "creator": "Steven Kurutz", + "pubDate": "Sat, 27 Nov 2021 19:59:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176790,16 +201679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c9e89726e2b043dce03c4451bd4d22c" + "hash": "0d6a545c9e05a7ae2cdeb099e030f789" }, { - "title": "NASA Announces 10 New Astronaut Recruits", - "description": "The recruits, selected from a pool of 12,000 applicants, will begin two years of training, and some of them may one day walk on the moon.", - "content": "The recruits, selected from a pool of 12,000 applicants, will begin two years of training, and some of them may one day walk on the moon.", - "category": "National Aeronautics and Space Administration", - "link": "https://www.nytimes.com/2021/12/06/science/nasa-astronaut-class.html", - "creator": "Joey Roulette", - "pubDate": "Mon, 06 Dec 2021 18:25:25 +0000", + "title": "Years of Delays, Billions in Overruns: The Dismal History of Big Infrastructure", + "description": "The nation’s most ambitious engineering projects are mired in postponements and skyrocketing costs. Delivering $1.2 trillion in new infrastructure will be tough.", + "content": "The nation’s most ambitious engineering projects are mired in postponements and skyrocketing costs. Delivering $1.2 trillion in new infrastructure will be tough.", + "category": "Infrastructure Investment and Jobs Act (2021)", + "link": "https://www.nytimes.com/2021/11/28/us/infrastructure-megaprojects.html", + "creator": "Ralph Vartabedian", + "pubDate": "Sun, 28 Nov 2021 10:00:22 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176810,16 +201699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cee241507e51e0ed4454259d8253410b" + "hash": "88661fdd299eaa630ed73e7fdd8e0356" }, { - "title": "After 8 Wolves Are Poisoned, Oregon Police Ask for Help", - "description": "From February to July, an entire pack and three other wolves were found dead from poisoning, according to the authorities.", - "content": "From February to July, an entire pack and three other wolves were found dead from poisoning, according to the authorities.", - "category": "Wolves", - "link": "https://www.nytimes.com/2021/12/06/us/oregon-wolves-poisoned.html", - "creator": "Johnny Diaz", - "pubDate": "Mon, 06 Dec 2021 19:24:46 +0000", + "title": "Minneapolis' School Plan Asks White Families to Help Integrate", + "description": "In a citywide overhaul, a beloved Black high school was rezoned to include white students from a richer neighborhood. It has been hard for everyone.", + "content": "In a citywide overhaul, a beloved Black high school was rezoned to include white students from a richer neighborhood. It has been hard for everyone.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/11/27/us/minneapolis-school-integration.html", + "creator": "Sarah Mervosh", + "pubDate": "Sat, 27 Nov 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176830,16 +201719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa85f6f6e3c8e18ca0599cbf435adb5b" + "hash": "7c18a7874fc720a25107928c2a85482d" }, { - "title": "17 Covid Cases Found Aboard Cruise Ship in New Orleans", - "description": "The Norwegian Cruise Line ship, carrying more than 3,200 people, made stops in Belize, Honduras and Mexico. A crew member probably has the Omicron variant, health officials said.", - "content": "The Norwegian Cruise Line ship, carrying more than 3,200 people, made stops in Belize, Honduras and Mexico. A crew member probably has the Omicron variant, health officials said.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/06/us/new-orleans-cruise-ship-covid.html", - "creator": "Derrick Bryson Taylor", - "pubDate": "Mon, 06 Dec 2021 13:26:52 +0000", + "title": "A Prosecutor’s Winning Strategy in the Ahmaud Arbery Case", + "description": "The three men charged with killing Ahmaud Arbery were found guilty of murder. We explore how the prosecution secured this verdict from a mostly white jury.", + "content": "The three men charged with killing Ahmaud Arbery were found guilty of murder. We explore how the prosecution secured this verdict from a mostly white jury.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/11/29/podcasts/the-daily/ahmaud-arbery-prosecution-conviction.html", + "creator": "Michael Barbaro, Chelsea Daniel, Rachelle Bonja, Sydney Harper, Rachel Quester, Robert Jimison, Lisa Tobin, Lisa Chow and Chris Wood", + "pubDate": "Mon, 29 Nov 2021 11:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176850,16 +201739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cfa2507dec34b5ccebf49fd30c7f736" + "hash": "13eb1ed389cfd23b1501b91e0d2d14d9" }, { - "title": "Yes, Kids Can Get Migraines. Here Are the Signs.", - "description": "The chronic condition, typically thought of as an ‘adult’ problem, can affect up to 3 percent of kids between 3 and 7.", - "content": "The chronic condition, typically thought of as an ‘adult’ problem, can affect up to 3 percent of kids between 3 and 7.", - "category": "Migraine Headaches", - "link": "https://www.nytimes.com/2020/05/14/parenting/child-migraines-signs.html", - "creator": "Emily Sohn", - "pubDate": "Thu, 14 May 2020 19:11:29 +0000", + "title": "Taliban and 9/11 Families Fight for Billions in Frozen Afghan Funds", + "description": "The White House must figure out what to do with the Afghan central bank’s account at the Federal Reserve, now frozen under U.S. law.", + "content": "The White House must figure out what to do with the Afghan central bank’s account at the Federal Reserve, now frozen under U.S. law.", + "category": "September 11 (2001)", + "link": "https://www.nytimes.com/2021/11/29/us/politics/taliban-afghanistan-911-families-frozen-funds.html", + "creator": "Charlie Savage", + "pubDate": "Mon, 29 Nov 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176870,16 +201759,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d98308559011e31f60269fdaa5b4f469" + "hash": "cc9e41f01685e1744ccea62c1b320673" }, { - "title": "‘The Fortune Men,’ a Novel That Remembers a Man Wrongly Sentenced to Death", - "description": "Nadifa Mohamed’s third novel, shortlisted for this year’s Booker Prize, is about Mahmood Mattan, a young Somali sailor who was falsely accused of a violent murder.", - "content": "Nadifa Mohamed’s third novel, shortlisted for this year’s Booker Prize, is about Mahmood Mattan, a young Somali sailor who was falsely accused of a violent murder.", - "category": "The Fortune Men (Book)", - "link": "https://www.nytimes.com/2021/12/05/books/review-fortune-men-nadifa-mohamed.html", - "creator": "Dwight Garner", - "pubDate": "Sun, 05 Dec 2021 19:35:56 +0000", + "title": "Can New York Really Get to 100% Clean Energy by 2040?", + "description": "Clean power supply is being generated in upstate New York, but it is not making its way to New York City, the area that relies most heavily on power from fossil fuels.", + "content": "Clean power supply is being generated in upstate New York, but it is not making its way to New York City, the area that relies most heavily on power from fossil fuels.", + "category": "New York State", + "link": "https://www.nytimes.com/2021/11/29/nyregion/hochul-electrical-grid-climate-change.html", + "creator": "Anne Barnard and Grace Ashford", + "pubDate": "Mon, 29 Nov 2021 15:44:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176890,16 +201779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10403b211a719478bdfab4f557fd528f" + "hash": "7f378885961420d2937b8c638d913b94" }, { - "title": "Review: ‘Landscapers’ Is Not Your Typical True-Crime Love Story", - "description": "Olivia Colman and David Thewlis star in this HBO tale of devotion, murdered parents and very expensive autographs.", - "content": "Olivia Colman and David Thewlis star in this HBO tale of devotion, murdered parents and very expensive autographs.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/05/arts/television/landscapers-review.html", - "creator": "Mike Hale", - "pubDate": "Sun, 05 Dec 2021 20:18:30 +0000", + "title": "Xiomara Castro Vows New Era for Hondurus but Is Tied to Past", + "description": "Xiomara Castro, headed toward becoming her country’s next president, promises to expunge its legacy of corruption, but change may be tempered by her establishment ties and conservative opposition.", + "content": "Xiomara Castro, headed toward becoming her country’s next president, promises to expunge its legacy of corruption, but change may be tempered by her establishment ties and conservative opposition.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/29/world/americas/honduras-election-xiomara-castro.html", + "creator": "Anatoly Kurmanaev", + "pubDate": "Mon, 29 Nov 2021 17:20:44 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176910,16 +201799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b848d8b1190668be3ee66a9d90067d7" + "hash": "81095e40ffb3b30cf0e8f6eac2e66147" }, { - "title": "Fish Stew With Radicchio-Fennel Salad and Granita", - "description": "No matter what ingredients you use, this bold, briny stew from David Tanis sings alongside a radicchio-fennel salad and a grapefruit granita.", - "content": "No matter what ingredients you use, this bold, briny stew from David Tanis sings alongside a radicchio-fennel salad and a grapefruit granita.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/06/dining/fish-stew-recipe.html", - "creator": "David Tanis", - "pubDate": "Mon, 06 Dec 2021 14:40:44 +0000", + "title": "Where Will We Be in 20 Years?", + "description": "Looking at demographic data can help us assess the opportunities and challenges of the coming decades.", + "content": "Looking at demographic data can help us assess the opportunities and challenges of the coming decades.", + "category": "Economic Conditions and Trends", + "link": "https://www.nytimes.com/2021/11/27/business/dealbook/future-society-demographics.html", + "creator": "Andrew Ross Sorkin", + "pubDate": "Mon, 29 Nov 2021 13:51:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176930,16 +201819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6741d5e4284defe07252dff99795e165" + "hash": "f2a23a35fa567b9e97810dfb03816065" }, { - "title": "Magnus Carlsen Controls World Chess Championship After Two Wins", - "description": "With two wins in his pocket, Magnus Carlsen knows only a huge stumble will keep from retaining the world title he has held since 2013.", - "content": "With two wins in his pocket, Magnus Carlsen knows only a huge stumble will keep from retaining the world title he has held since 2013.", - "category": "Carlsen, Magnus", - "link": "https://www.nytimes.com/2021/12/06/sports/magnus-carlsen-world-chess.html", - "creator": "Dylan Loeb McClain", - "pubDate": "Mon, 06 Dec 2021 15:44:27 +0000", + "title": "Rep. Tom Suozzi Is Running for Governor of New York", + "description": "Mr. Suozzi entered a crowded field of Democrats seeking to challenge the incumbent, Gov. Kathy Hochul.", + "content": "Mr. Suozzi entered a crowded field of Democrats seeking to challenge the incumbent, Gov. Kathy Hochul.", + "category": "Suozzi, Thomas R", + "link": "https://www.nytimes.com/2021/11/29/nyregion/tom-suozzi-governor-ny.html", + "creator": "Katie Glueck and Nicholas Fandos", + "pubDate": "Mon, 29 Nov 2021 17:52:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176950,16 +201839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff5f6de3fb724c9885bc52a923b247b2" + "hash": "310ca8f14074072b98671809c4b2b3b0" }, { - "title": "United States Will Not Send Government Officials to Beijing Olympics", - "description": "Athletes will still be able to compete in the Winter Games in Beijing, but the diplomatic boycott is a response to human rights abuses in Xinjiang.", - "content": "Athletes will still be able to compete in the Winter Games in Beijing, but the diplomatic boycott is a response to human rights abuses in Xinjiang.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/06/us/politics/olympics-beijing-boycott.html", - "creator": "Zolan Kanno-Youngs", - "pubDate": "Mon, 06 Dec 2021 18:59:47 +0000", + "title": "A ‘Simpsons’ Episode Lampooned Chinese Censorship. In Hong Kong, It Vanished.", + "description": "The episode mocked both Mao Zedong and the government’s efforts to suppress memory of the 1989 Tiananmen Square massacre.", + "content": "The episode mocked both Mao Zedong and the government’s efforts to suppress memory of the 1989 Tiananmen Square massacre.", + "category": "Censorship", + "link": "https://www.nytimes.com/2021/11/29/world/asia/simpsons-hk.html", + "creator": "Vivian Wang", + "pubDate": "Mon, 29 Nov 2021 11:30:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176970,16 +201859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bcd041dc33e5a00580aeedc566ca182" + "hash": "8f50e05822c11b37efd33f89778875c5" }, { - "title": "China Cuts RRR as Evergrande and Kaisa Face Deadlines", - "description": "Evergrande and Kaisa must come up with hundreds of millions of dollars in days. Beijing sought to reassure markets overall, but signaled it might let Evergrande fail.", - "content": "Evergrande and Kaisa must come up with hundreds of millions of dollars in days. Beijing sought to reassure markets overall, but signaled it might let Evergrande fail.", - "category": "China Evergrande Group", - "link": "https://www.nytimes.com/2021/12/06/business/china-evergrande-kaisa-property.html", - "creator": "Alexandra Stevenson and Cao Li", - "pubDate": "Mon, 06 Dec 2021 19:28:35 +0000", + "title": "Snowstorm Leaves Dozens Stranded for Days in a Remote U.K. Pub", + "description": "A crowd had gathered on Friday night to listen to Noasis, an Oasis tribute band. On Monday, most of them were finally able to go home.", + "content": "A crowd had gathered on Friday night to listen to Noasis, an Oasis tribute band. On Monday, most of them were finally able to go home.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2021/11/28/world/europe/england-pub-snow-storm.html", + "creator": "Alyssa Lukpat", + "pubDate": "Mon, 29 Nov 2021 14:17:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -176990,16 +201879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70a33bf0ee7e15d0763c160e4789192c" + "hash": "35ae692b5008fc2dd24e798604790dae" }, { - "title": "Maxwell Trial’s Second Accuser Describes Being Introduced to Epstein", - "description": "A woman identified as “Kate” testified that Ghislaine Maxwell groomed her for sexual encounters with Jeffrey Epstein. Follow updates here.", - "content": "A woman identified as “Kate” testified that Ghislaine Maxwell groomed her for sexual encounters with Jeffrey Epstein. Follow updates here.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/06/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Mon, 06 Dec 2021 17:51:56 +0000", + "title": "Jussie Smollett Trial Begins With Jury Selection", + "description": "The actor said in 2019 that he was the victim of a hate crime, but the police said it was a hoax. His trial will revolve around charges that he filed a false police report.", + "content": "The actor said in 2019 that he was the victim of a hate crime, but the police said it was a hoax. His trial will revolve around charges that he filed a false police report.", + "category": "Police Department (Chicago, Ill)", + "link": "https://www.nytimes.com/2021/11/29/arts/television/jussie-smollett-trial.html", + "creator": "Julia Jacobs", + "pubDate": "Mon, 29 Nov 2021 16:22:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177010,16 +201899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2005aa745b7764d7e36387d95d97ef81" + "hash": "6dc34b843b428c23e2c849181dead4ae" }, { - "title": "Pope Exploring a 2nd Meeting With Russian Orthodox Church", - "description": "Speaking after his trip to Cyprus and Greece, Francis also said he had no choice but to accept the resignation of the archbishop of Paris because of the harmful gossip surrounding him.", - "content": "Speaking after his trip to Cyprus and Greece, Francis also said he had no choice but to accept the resignation of the archbishop of Paris because of the harmful gossip surrounding him.", - "category": "Middle East and Africa Migrant Crisis", - "link": "https://www.nytimes.com/2021/12/06/world/europe/pope-russian-orthodox-church.html", - "creator": "Jason Horowitz", - "pubDate": "Mon, 06 Dec 2021 18:16:54 +0000", + "title": "‘You’re Not Helpless’: For London Women, Learning to Fight Builds Confidence", + "description": "After a year marked by isolation, loneliness and violence in the city, many self-defense and martial arts gyms say they are seeing more interest from women.", + "content": "After a year marked by isolation, loneliness and violence in the city, many self-defense and martial arts gyms say they are seeing more interest from women.", + "category": "Women and Girls", + "link": "https://www.nytimes.com/2021/11/28/world/europe/uk-women-self-defense.html", + "creator": "Isabella Kwai", + "pubDate": "Sun, 28 Nov 2021 15:47:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177030,16 +201919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "545070886a6f642e1f4680d97b9affed" + "hash": "00ecfb8942c03ec7f07e9619a6ffbe08" }, { - "title": "Aung San Suu Kyi Falls, but Myanmar’s Democratic Hopes Move On", - "description": "The ousted civilian leader faces years in custody after being sentenced on the first of several charges. In her absence, a new generation of younger, more progressive politicians is emerging.", - "content": "The ousted civilian leader faces years in custody after being sentenced on the first of several charges. In her absence, a new generation of younger, more progressive politicians is emerging.", - "category": "Myanmar", - "link": "https://www.nytimes.com/2021/12/06/world/asia/myanmar-aung-san-suu-kyi.html", - "creator": "Sui-Lee Wee and Richard C. Paddock", - "pubDate": "Mon, 06 Dec 2021 11:19:20 +0000", + "title": "‘Encanto’ Reaches No. 1, but Moviegoers Are Tough to Lure Back", + "description": "No simultaneous streaming: “Encanto” or “House of Gucci” could only be seen in theaters this weekend. Even still, some viewers stayed home.", + "content": "No simultaneous streaming: “Encanto” or “House of Gucci” could only be seen in theaters this weekend. Even still, some viewers stayed home.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/11/28/movies/encanto-box-office.html", + "creator": "Brooks Barnes", + "pubDate": "Sun, 28 Nov 2021 21:41:32 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177050,16 +201939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbe13711f847876405ef69f0ff79ced9" + "hash": "5c522443d77783b4f39cb44e5488ff3e" }, { - "title": "China Cuts RRR as Evergrande, Kaisa Face Deadlines", - "description": "Evergrande and Kaisa must come up with hundreds of millions of dollars in days. Beijing sought to reassure markets overall, but signaled it might let Evergrande fail.", - "content": "Evergrande and Kaisa must come up with hundreds of millions of dollars in days. Beijing sought to reassure markets overall, but signaled it might let Evergrande fail.", - "category": "China Evergrande Group", - "link": "https://www.nytimes.com/2021/12/06/business/china-evergrande-kaisa-property.html", - "creator": "Alexandra Stevenson and Cao Li", - "pubDate": "Mon, 06 Dec 2021 12:33:01 +0000", + "title": "She Was Losing Fistfuls of Hair. What Was Causing It?", + "description": "Sudden hair loss may seem alarming, but it may be caused by a temporary stress and grow back.", + "content": "Sudden hair loss may seem alarming, but it may be caused by a temporary stress and grow back.", + "category": "Hair", + "link": "https://www.nytimes.com/2020/02/03/well/live/she-was-losing-fistfuls-of-hair-what-was-causing-it.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 04 Oct 2021 16:13:37 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177070,16 +201959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "313ddb2e9956e9a9c3c0f3b00cb1fe49" + "hash": "b45918e9a0fffc5911cd282211518893" }, { - "title": "Max Rose to Run for House, Seeking a Rematch Against Malliotakis", - "description": "Mr. Rose, a moderate Democrat, lost to Representative Nicole Malliotakis, a Republican, by six percentage points last year in a conservative New York City district that includes Staten Island.", - "content": "Mr. Rose, a moderate Democrat, lost to Representative Nicole Malliotakis, a Republican, by six percentage points last year in a conservative New York City district that includes Staten Island.", - "category": "Rose, Max (1986- )", - "link": "https://www.nytimes.com/2021/12/06/nyregion/max-rose-congress-malliotakis.html", - "creator": "Katie Glueck", - "pubDate": "Mon, 06 Dec 2021 16:07:26 +0000", + "title": "Navigating My Son’s A.D.H.D. Made Me Realize I Had It, Too", + "description": "Experts say some symptoms, especially in women, are mistaken for other conditions such as mood disorders or depression.", + "content": "Experts say some symptoms, especially in women, are mistaken for other conditions such as mood disorders or depression.", + "category": "Attention Deficit Hyperactivity Disorder", + "link": "https://www.nytimes.com/2021/02/25/well/family/ADHD-adults-women.html", + "creator": "Heidi Borst", + "pubDate": "Thu, 25 Feb 2021 19:25:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177090,16 +201979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38b07a7cd092d3b42ec665651c0f7367" + "hash": "15708e4fda7aacda8585bac16bb6057d" }, { - "title": "Karl Nehammer Becomes Scandal-Shaken Austria's 3rd Chancellor This Year ", - "description": "Karl Nehammer, the former interior minister, becomes the country’s leader two months after the resignation of Sebastian Kurz, amid an investigation into corruption and influence-peddling.", - "content": "Karl Nehammer, the former interior minister, becomes the country’s leader two months after the resignation of Sebastian Kurz, amid an investigation into corruption and influence-peddling.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/06/world/europe/austria-chancellor-nehammer-kurz.html", - "creator": "Isabella Kwai and Christopher F. Schuetze", - "pubDate": "Mon, 06 Dec 2021 14:54:08 +0000", + "title": "Think You Have ‘Normal’ Blood Pressure? Think Again", + "description": "Even levels of blood pressure that are generally considered “normal” may be high enough to foster the development of heart disease, new research shows.", + "content": "Even levels of blood pressure that are generally considered “normal” may be high enough to foster the development of heart disease, new research shows.", + "category": "Blood Pressure", + "link": "https://www.nytimes.com/2020/10/19/well/live/blood-pressure-heart-disease.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 11 Oct 2021 17:21:38 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177110,16 +201999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0c77ba4d4e9b07eb4a7cb09fd128998" + "hash": "a0779ce81c9a70454c9131f6e2b6613d" }, { - "title": "How Will N.Y. Religious Schools Respond to a Vaccine Mandate?", - "description": "Mayor Bill de Blasio set a vaccine mandate for religious and private schools. Jewish and Catholic leaders are frustrated, and some have predicted legal challenges.", - "content": "Mayor Bill de Blasio set a vaccine mandate for religious and private schools. Jewish and Catholic leaders are frustrated, and some have predicted legal challenges.", - "category": "Vaccination and Immunization", - "link": "https://www.nytimes.com/2021/12/06/nyregion/vaccine-mandate-religious-yeshiva.html", - "creator": "Emma G. Fitzsimmons, Liam Stack and Jeffery C. Mays", - "pubDate": "Mon, 06 Dec 2021 10:00:17 +0000", + "title": "Should You Screen Your Child for Celiac Disease?", + "description": "Some kids have symptoms for years before learning they have the condition, but experts have said that screening everyone in childhood may not be the best answer.", + "content": "Some kids have symptoms for years before learning they have the condition, but experts have said that screening everyone in childhood may not be the best answer.", + "category": "Celiac Disease", + "link": "https://www.nytimes.com/2020/04/17/parenting/child-celiac-disease-diagnosis.html", + "creator": "Amanda Keener", + "pubDate": "Fri, 17 Apr 2020 21:36:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177130,16 +202019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccd01ec68b160b47b812310d6ef16169" + "hash": "88e45b75e44307c2401f0f8392f887a9" }, { - "title": "Bob Dole Embodied ‘Shared Values’ in Washington", - "description": "Bob Dole, a Kansas Republican, brought his no-nonsense manner to Washington, cutting deals during a bygone era. “He was in a sense Mr. America,” the historian Robert Dallek said.", - "content": "Bob Dole, a Kansas Republican, brought his no-nonsense manner to Washington, cutting deals during a bygone era. “He was in a sense Mr. America,” the historian Robert Dallek said.", - "category": "Dole, Bob", - "link": "https://www.nytimes.com/2021/12/05/us/politics/bob-dole-senate.html", - "creator": "Sheryl Gay Stolberg", - "pubDate": "Mon, 06 Dec 2021 00:02:38 +0000", + "title": "The Power of a Name: My Secret Life With M.R.K.H.", + "description": "I had no uterus, but until I learned the name for my syndrome, I couldn’t connect with others. I felt defective, marginalized and alone.", + "content": "I had no uterus, but until I learned the name for my syndrome, I couldn’t connect with others. I felt defective, marginalized and alone.", + "category": "Uterus", + "link": "https://www.nytimes.com/2019/05/28/well/live/mrkh-syndrome-uterus.html", + "creator": "Susan Rudnick", + "pubDate": "Tue, 28 May 2019 08:45:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177150,16 +202039,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2adde6cc0c48d2dfcfe26083a21a299e" + "hash": "f680dfc1cef2ca94b1266398a74ca969" }, { - "title": "Bob Dole, Old Soldier and Stalwart of the Senate, Dies at 98", - "description": "Mr. Dole, a son of the Kansas prairie who was left for dead on a World War II battlefield, became one of the longest-serving Republican leaders.", - "content": "Mr. Dole, a son of the Kansas prairie who was left for dead on a World War II battlefield, became one of the longest-serving Republican leaders.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/05/us/politics/bob-dole-dead.html", - "creator": "Katharine Q. Seelye", - "pubDate": "Sun, 05 Dec 2021 18:53:02 +0000", + "title": "Her Art Reads the Land in Deep Time", + "description": "Athena LaTocha has embraced geological materials from mesas, wetlands and bluffs in her large-scale works. Now, she’s exploring what’s underfoot in New York City.", + "content": "Athena LaTocha has embraced geological materials from mesas, wetlands and bluffs in her large-scale works. Now, she’s exploring what’s underfoot in New York City.", + "category": "Art", + "link": "https://www.nytimes.com/2021/11/24/arts/design/athena-latocha-bric-sculpture-native-american.html", + "creator": "Siddhartha Mitter", + "pubDate": "Wed, 24 Nov 2021 16:59:50 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177170,16 +202059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "588418dbe456bd65839c218059d7b04f" + "hash": "85c5e6544082686bbc05add4dd4fda14" }, { - "title": "Why Is Russia Massing Troops on Its Ukraine Border?", - "description": "There are tactical reasons for threatening an invasion, but the real cause may lie in the Kremlin’s fixation with righting what it sees as a historical injustice.", - "content": "There are tactical reasons for threatening an invasion, but the real cause may lie in the Kremlin’s fixation with righting what it sees as a historical injustice.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/05/world/europe/putin-russia-ukraine-troops.html", - "creator": "Anton Troianovski", - "pubDate": "Sun, 05 Dec 2021 18:41:17 +0000", + "title": "Adele and Summer Walker: Our Season of Romantic Discontent", + "description": "New chart-topping albums from the two singers serve as raw excavations of relationships gone bad.", + "content": "New chart-topping albums from the two singers serve as raw excavations of relationships gone bad.", + "category": "Dating and Relationships", + "link": "https://www.nytimes.com/2021/11/29/arts/music/adele-summer-walker.html", + "creator": "Jon Caramanica", + "pubDate": "Mon, 29 Nov 2021 14:04:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177190,16 +202079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "96c66e748c959ff063c1f977f10af4ad" + "hash": "5d46beb721c91352f6a7a0350d0799a5" }, { - "title": "Myanmar Court Sentences Former Leader to 4 Years in Initial Verdicts", - "description": "Aung San Suu Kyi, who was detained in a military coup in February, faces several more charges. Catch up on the latest.", - "content": "Aung San Suu Kyi, who was detained in a military coup in February, faces several more charges. Catch up on the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/05/world/myanmar-coup-verdict-aung-san-suu-kyi", - "creator": "The New York Times", - "pubDate": "Mon, 06 Dec 2021 13:53:28 +0000", + "title": "‘My Eyes Landed on Something I Didn’t Know I Was Looking For’", + "description": "Unleashed on Third Avenue, a museum encounter and more reader tales of New York City in this week’s Metropolitan Diary.", + "content": "Unleashed on Third Avenue, a museum encounter and more reader tales of New York City in this week’s Metropolitan Diary.", + "category": "New York City", + "link": "https://www.nytimes.com/2021/11/28/nyregion/metropolitan-diary.html", + "creator": "", + "pubDate": "Sun, 28 Nov 2021 08:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177210,16 +202099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eca884a7b3161443aa025193f72f5d0d" + "hash": "3d73b9e94ea638dbcc7076bb6d180fce" }, { - "title": "What Does the U.S. Owe Separated Families? A Political Quandary Deepens", - "description": "Seizing on premature news of potential $450,000 payments, conservatives have added new complications to an effort to compensate migrant families separated by the Trump administration.", - "content": "Seizing on premature news of potential $450,000 payments, conservatives have added new complications to an effort to compensate migrant families separated by the Trump administration.", - "category": "Family Separation Policy (US Immigration)", - "link": "https://www.nytimes.com/2021/12/06/us/politics/family-separations-immigrants-payments.html", - "creator": "Jeremy W. Peters and Miriam Jordan", - "pubDate": "Mon, 06 Dec 2021 10:00:15 +0000", + "title": "The Crispiest, Lightest Shrimp Cakes", + "description": "What’s the secret? It’s using pulverized rice cakes as a binder, Melissa Clark writes.", + "content": "What’s the secret? It’s using pulverized rice cakes as a binder, Melissa Clark writes.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/11/24/dining/crispiest-shrimp-cakes-recipe.html", + "creator": "Melissa Clark", + "pubDate": "Wed, 24 Nov 2021 17:36:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177230,16 +202119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b041bf5dbc824e9a62b2b1f8c34ac27a" + "hash": "6f61dc6cff7f2bfd0edf3b451b5e7ba2" }, { - "title": "Why New York State Is Experiencing a Bitcoin Boom", - "description": "Cryptocurrency miners are flocking to New York’s faded industrial towns, prompting concern over the environmental impact of huge computer farms.", - "content": "Cryptocurrency miners are flocking to New York’s faded industrial towns, prompting concern over the environmental impact of huge computer farms.", - "category": "Mines and Mining", - "link": "https://www.nytimes.com/2021/12/05/nyregion/bitcoin-mining-upstate-new-york.html", - "creator": "Corey Kilgannon", - "pubDate": "Mon, 06 Dec 2021 00:42:28 +0000", + "title": "Brandon Kyle Goodman, a Nonbinary Voice of ‘Big Mouth’", + "description": "The actor and writer also stars in the spinoff “Human Resources.”", + "content": "The actor and writer also stars in the spinoff “Human Resources.”", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/11/26/style/brandon-kyle-goodman-big-mouth.html", + "creator": "Brianna Holt", + "pubDate": "Mon, 29 Nov 2021 18:10:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177250,16 +202139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1293e91bb1b38c0f39c74020ba15cc9b" + "hash": "c7f4068604c9f87cfa8a1508edb51895" }, { - "title": "5 Minutes That Will Make You Love the Organ", - "description": "Listen to the biggest, loudest, most extravagant (yet incredibly subtle) instrument of them all.", - "content": "Listen to the biggest, loudest, most extravagant (yet incredibly subtle) instrument of them all.", - "category": "Musical Instruments", - "link": "https://www.nytimes.com/2021/12/03/arts/music/classical-music-organ.html", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:00:28 +0000", + "title": "W.H.O. Warns of ‘Very High’ Risk From Omicron, as Many Questions Remain", + "description": "Scotland said it had found six cases of the new variant and that contact tracing was underway. Japan barred all foreign travelers, and Australia delayed reopening its borders for two weeks.", + "content": "Scotland said it had found six cases of the new variant and that contact tracing was underway. Japan barred all foreign travelers, and Australia delayed reopening its borders for two weeks.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/29/world/omicron-variant-covid", + "creator": "The New York Times", + "pubDate": "Mon, 29 Nov 2021 16:08:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177270,16 +202159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "978773d24959de8a1a427cdb1b5992ed" + "hash": "95c1c2e8e8d37073b0be51c0db114eea" }, { - "title": "What We Learned From Week 13 in the N.F.L.", - "description": "A rested Kyler Murray dazzled against the Bears, the Chargers went for broke to beat the Bengals, and the Lions finally won one.", - "content": "A rested Kyler Murray dazzled against the Bears, the Chargers went for broke to beat the Bengals, and the Lions finally won one.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/05/sports/football/nfl-week-13-scores.html", - "creator": "Tyler Dunne", - "pubDate": "Mon, 06 Dec 2021 13:34:16 +0000", + "title": "Global markets rose as investors reconsidered the unknowns of Omicron.", + "description": "After tumbling on Friday, European markets opened higher and oil prices gained. Follow the latest business updates.", + "content": "After tumbling on Friday, European markets opened higher and oil prices gained. Follow the latest business updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/29/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Mon, 29 Nov 2021 16:08:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177290,16 +202179,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b63a72dad5adfadfd63b11bddbde9d4" + "hash": "08454c9623a7979110b902ea93b81603" }, { - "title": "Feeling Hopeless About Today’s Politics?", - "description": "Readers reflect different states of mind in response to a column by Michelle Goldberg about political despair.", - "content": "Readers reflect different states of mind in response to a column by Michelle Goldberg about political despair.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/04/opinion/letters/politics-despair.html", - "creator": "", - "pubDate": "Sat, 04 Dec 2021 16:30:05 +0000", + "title": "Europe Looks to Nuclear Power to Meet Climate Goals", + "description": "While wind and solar ramp up, several countries, including France and Britain, are looking to expand their nuclear energy programs. Germany and others aren’t so enthusiastic.", + "content": "While wind and solar ramp up, several countries, including France and Britain, are looking to expand their nuclear energy programs. Germany and others aren’t so enthusiastic.", + "category": "Nuclear Energy", + "link": "https://www.nytimes.com/2021/11/29/business/nuclear-power-europe-climate.html", + "creator": "Liz Alderman and Stanley Reed", + "pubDate": "Mon, 29 Nov 2021 10:00:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177310,16 +202199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4c3c41b0a8858f2e65bb13b17c3b7fa" + "hash": "c99afa63cad8d1931a66cc8c923240d8" }, { - "title": "Oxford School Officials Announce Investigation Into Shooting", - "description": "For the first time, the school district has given its version of events. In a letter to parents and staff members, it also said it will seek an outside party to conduct an investigation.", - "content": "For the first time, the school district has given its version of events. In a letter to parents and staff members, it also said it will seek an outside party to conduct an investigation.", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/05/us/oxford-michigan-school-shooting-investigation.html", - "creator": "Sophie Kasakove", - "pubDate": "Mon, 06 Dec 2021 02:23:19 +0000", + "title": "As U.S. Hunts for Chinese Spies, University Scientists Warn of Backlash", + "description": "A chilling effect has taken hold on American campuses, contributing to an outflow of academic talent that may hurt the United States while benefiting Beijing.", + "content": "A chilling effect has taken hold on American campuses, contributing to an outflow of academic talent that may hurt the United States while benefiting Beijing.", + "category": "Espionage and Intelligence Services", + "link": "https://www.nytimes.com/2021/11/28/world/asia/china-university-spies.html", + "creator": "Amy Qin", + "pubDate": "Mon, 29 Nov 2021 01:08:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177330,16 +202219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68fc1b88def2cb993dbe75d2f118c6f6" + "hash": "cfb4f226c7414d31860eb6a95a95ff47" }, { - "title": "Flooding in Washington Brings Death and Devastation to Dairies", - "description": "Near-record flooding in Washington State drowned cattle, demolished homes and damaged equipment. Broken supply chains are making it even harder to recover.", - "content": "Near-record flooding in Washington State drowned cattle, demolished homes and damaged equipment. Broken supply chains are making it even harder to recover.", - "category": "Floods", - "link": "https://www.nytimes.com/2021/12/06/us/washington-floods-dairy-farmers.html", - "creator": "Kirk Johnson", - "pubDate": "Mon, 06 Dec 2021 10:00:21 +0000", + "title": "It’s Always Sunny With Rob McElhenney", + "description": "The FXX series “It’s Always Sunny in Philadelphia” is about to become the longest-running live-action sitcom in U.S. history. Its energetic star and creator wants to know what’s next.", + "content": "The FXX series “It’s Always Sunny in Philadelphia” is about to become the longest-running live-action sitcom in U.S. history. Its energetic star and creator wants to know what’s next.", + "category": "Television", + "link": "https://www.nytimes.com/2021/11/26/arts/television/its-always-sunny-in-philadelphia-rob-mcelhenney.html", + "creator": "Ashley Spencer", + "pubDate": "Fri, 26 Nov 2021 10:02:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177350,16 +202239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac4d3b54642e165320b76b1834a4e218" + "hash": "2bbf5f5563a8be89d01e7d5ab35b97ee" }, { - "title": "Ghislaine Maxwell-Jeffrey Epstein Bond Is Key to Her Trial", - "description": "The first week of testimony at Ghislaine Maxwell’s sex-trafficking trial revealed the key question at the center of the case.", - "content": "The first week of testimony at Ghislaine Maxwell’s sex-trafficking trial revealed the key question at the center of the case.", - "category": "Sex Crimes", - "link": "https://www.nytimes.com/2021/12/06/nyregion/jeffrey-esptein-ghislaine-maxwell-trial-strategy.html", - "creator": "Rebecca Davis O’Brien and Benjamin Weiser", - "pubDate": "Mon, 06 Dec 2021 08:00:06 +0000", + "title": "What We Learned From Week 12 in the N.F.L.", + "description": "Tom Brady has help in Tampa Bay, the Bengals are forcing the issue in the A.F.C. North race, and the Rams have some soul-searching to do.", + "content": "Tom Brady has help in Tampa Bay, the Bengals are forcing the issue in the A.F.C. North race, and the Rams have some soul-searching to do.", + "category": "Football", + "link": "https://www.nytimes.com/2021/11/28/sports/football/nfl-week-12.html", + "creator": "Tyler Dunne", + "pubDate": "Mon, 29 Nov 2021 06:29:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177370,16 +202259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "089a33e7c103ac2ed07ef02b1ab04f0c" + "hash": "da8e20d487feefd800077ef0e1128c4d" }, { - "title": "Business Updates: Trump’s Media Company Deal Is Being Investigated", - "description": "Investors have pulled back broadly from risky assets as financial markets have been struck by the arrival of the Omicron variant and surprisingly high inflation.", - "content": "Investors have pulled back broadly from risky assets as financial markets have been struck by the arrival of the Omicron variant and surprisingly high inflation.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/06/business/news-business-stock-market", + "title": "Join the Comedian Michelle Buteau at a Times Event on the ‘Joys’ of Parenting", + "description": "Let’s laugh about the trials and triumphs of raising tiny humans, with the comedian Michelle Buteau and Jessica Grose of The Times’s parenting newsletter at a virtual event on Dec. 8.", + "content": "Let’s laugh about the trials and triumphs of raising tiny humans, with the comedian Michelle Buteau and Jessica Grose of The Times’s parenting newsletter at a virtual event on Dec. 8.", + "category": "internal-open-access", + "link": "https://www.nytimes.com/2021/11/16/opinion/parenting-michelle-buteau-event.html", "creator": "The New York Times", - "pubDate": "Mon, 06 Dec 2021 15:25:44 +0000", + "pubDate": "Wed, 24 Nov 2021 16:45:34 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177390,16 +202279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "747c663cbc9dbbe0ed8c70f03722466f" + "hash": "07e46b892d177e7dcf4d7160a6deb3e4" }, { - "title": "Max Rose to Run for House in Likely Rematch Against Malliotakis", - "description": "Mr. Rose, a moderate Democrat, lost to Representative Nicole Malliotakis, a Republican, by six percentage points last year in a conservative district that includes Staten Island.", - "content": "Mr. Rose, a moderate Democrat, lost to Representative Nicole Malliotakis, a Republican, by six percentage points last year in a conservative district that includes Staten Island.", - "category": "Rose, Max (1986- )", - "link": "https://www.nytimes.com/2021/12/06/nyregion/max-rose-congress-malliotakis.html", - "creator": "Katie Glueck", - "pubDate": "Mon, 06 Dec 2021 15:03:27 +0000", + "title": "A Public Flagpole, a Christian Flag and the First Amendment", + "description": "The Supreme Court will decide whether Boston, which allows many kinds of groups to raise flags outside its City Hall, can reject one bearing the Latin cross.", + "content": "The Supreme Court will decide whether Boston, which allows many kinds of groups to raise flags outside its City Hall, can reject one bearing the Latin cross.", + "category": "Supreme Court (US)", + "link": "https://www.nytimes.com/2021/11/29/us/boston-flag-free-speech.html", + "creator": "Adam Liptak", + "pubDate": "Mon, 29 Nov 2021 10:00:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177410,16 +202299,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d9533eb15d5f18b13df8aa4da5e5ea5" + "hash": "eccac5c7d038a90d7204c863bfbbbd99" }, { - "title": "900 Bison at Yellowstone Are Targeted for Removal", - "description": "The bison will be slaughtered, shot by hunters or relocated under a plan to address a booming population in the national park that has led to overgrazing.", - "content": "The bison will be slaughtered, shot by hunters or relocated under a plan to address a booming population in the national park that has led to overgrazing.", - "category": "Bison", - "link": "https://www.nytimes.com/2021/12/05/us/yellowstone-bison-hunt-brucellosis.html", - "creator": "Eduardo Medina", - "pubDate": "Sun, 05 Dec 2021 23:18:50 +0000", + "title": "How Journalists and Academics are Tackling the 'Misinformation' Wars", + "description": "Journalists and academics are developing a new language for truth. The results are not always clearer.", + "content": "Journalists and academics are developing a new language for truth. The results are not always clearer.", + "category": "News and News Media", + "link": "https://www.nytimes.com/2021/11/28/business/media-misinformation-disinformation.html", + "creator": "Ben Smith", + "pubDate": "Mon, 29 Nov 2021 02:12:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177430,16 +202319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "157f3bad95777978eccafe4bba60ea5b" + "hash": "cff8747508e1ece8d67fb7f754f87a98" }, { - "title": "Overlooked No More: Julia Tuttle, the ‘Mother of Miami’", - "description": "She worked tirelessly to revitalize the area now known as Miami, and is widely recognized as the only woman to have founded a major American city.", - "content": "She worked tirelessly to revitalize the area now known as Miami, and is widely recognized as the only woman to have founded a major American city.", - "category": "Tuttle, Julia (1849-98)", - "link": "https://www.nytimes.com/2021/12/03/obituaries/julia-tuttle-overlooked.html", - "creator": "Elena Sheppard", - "pubDate": "Fri, 03 Dec 2021 23:10:57 +0000", + "title": "Virgil Abloh, Barrier-Breaking Designer, Is Dead at 41", + "description": "His expansive approach to design inspired comparisons to artists including Andy Warhol and Jeff Koons. For him, clothes were totems of identity.", + "content": "His expansive approach to design inspired comparisons to artists including Andy Warhol and Jeff Koons. For him, clothes were totems of identity.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/11/28/style/virgil-abloh-dead.html", + "creator": "Vanessa Friedman", + "pubDate": "Sun, 28 Nov 2021 21:21:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177450,16 +202339,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e1b334ded925f1de5143313fb308d39" + "hash": "721e16081a994d4693428a75eb33e02c" }, { - "title": "‘Mrs. Doubtfire’ Review: Nanny Doesn’t Know Best", - "description": "The new family-friendly musical, adapted from the hit movie, ends up cowering in the original film’s shadow.", - "content": "The new family-friendly musical, adapted from the hit movie, ends up cowering in the original film’s shadow.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/05/theater/mrs-doubtfire-review-broadway.html", - "creator": "Maya Phillips", - "pubDate": "Mon, 06 Dec 2021 03:00:07 +0000", + "title": "Rep. Tom Suozzi to Run for Governor of New York", + "description": "Mr. Suozzi will enter a crowded field of Democrats seeking to challenge the incumbent, Gov. Kathy Hochul.", + "content": "Mr. Suozzi will enter a crowded field of Democrats seeking to challenge the incumbent, Gov. Kathy Hochul.", + "category": "Suozzi, Thomas R", + "link": "https://www.nytimes.com/2021/11/29/nyregion/tom-suozzi-governor-ny.html", + "creator": "Katie Glueck and Nicholas Fandos", + "pubDate": "Mon, 29 Nov 2021 15:17:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177470,16 +202359,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a158eb4a497308eeb554b744b2235af3" + "hash": "b043b1022bfaf4a9ee03515eebd2cc90" }, { - "title": "How Can I Stay Me in a Workplace Full of Suits?", - "description": "A law student seeks advice on what to wear to work.", - "content": "A law student seeks advice on what to wear to work.", - "category": "Dress Codes", - "link": "https://www.nytimes.com/2021/12/03/style/business-attire-law-ask-vanessa.html", - "creator": "Vanessa Friedman", - "pubDate": "Fri, 03 Dec 2021 22:00:03 +0000", + "title": "Esper Claims Defense Dept. Is Improperly Blocking Parts of His Memoir", + "description": "The former defense secretary sued the agency, saying that portions of the book were being concealed “under the guise of classification.”", + "content": "The former defense secretary sued the agency, saying that portions of the book were being concealed “under the guise of classification.”", + "category": "Esper, Mark T", + "link": "https://www.nytimes.com/2021/11/28/us/politics/mark-esper-memoir-lawsuit.html", + "creator": "Maggie Haberman", + "pubDate": "Mon, 29 Nov 2021 00:51:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177490,16 +202379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95d1690607646ad82889ef64d514b80d" + "hash": "d86008382b6bc0bc89bb43e94fe4f41b" }, { - "title": "Exploring the Dimensions of Black Power at Alvin Ailey", - "description": "Alvin Ailey American Dance Theater returns to New York City Center with stage premieres by Robert Battle and Jamar Roberts and a stunning “Lazarus.”", - "content": "Alvin Ailey American Dance Theater returns to New York City Center with stage premieres by Robert Battle and Jamar Roberts and a stunning “Lazarus.”", - "category": "Dancing", - "link": "https://www.nytimes.com/2021/12/05/arts/dance/alvin-ailey-city-center-black-power.html", - "creator": "Gia Kourlas", - "pubDate": "Sun, 05 Dec 2021 20:03:06 +0000", + "title": "Fetal Viability, Long an Abortion Dividing Line, Faces a Supreme Court Test", + "description": "On Wednesday, the justices will hear the most important abortion case in decades, one that could undermine or overturn Roe v. Wade.", + "content": "On Wednesday, the justices will hear the most important abortion case in decades, one that could undermine or overturn Roe v. Wade.", + "category": "Supreme Court (US)", + "link": "https://www.nytimes.com/2021/11/28/us/politics/supreme-court-mississippi-abortion-law.html", + "creator": "Adam Liptak", + "pubDate": "Sun, 28 Nov 2021 22:37:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177510,16 +202399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c350524835a8597ef6af8fed33ec4e4" + "hash": "aa4c7edef45127c224b0faf45cd08328" }, { - "title": "Business Updates: Bitcoin Plunges in Weekend Trading Amid Market Volatility", - "description": "Investors have pulled back broadly from risky assets as financial markets have been struck by the arrival of the Omicron variant and surprisingly high inflation.", - "content": "Investors have pulled back broadly from risky assets as financial markets have been struck by the arrival of the Omicron variant and surprisingly high inflation.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/06/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Mon, 06 Dec 2021 12:40:07 +0000", + "title": "The Wandering Creativity of Sophie Taeuber-Arp", + "description": "The Swiss artist did it all — paintings and puppets, sculpture and tapestry — and was underestimated because of it. At MoMA she joins the major leagues.", + "content": "The Swiss artist did it all — paintings and puppets, sculpture and tapestry — and was underestimated because of it. At MoMA she joins the major leagues.", + "category": "Art", + "link": "https://www.nytimes.com/2021/11/26/arts/design/sophie-taeuber-arp-review-moma-dada.html", + "creator": "Jason Farago", + "pubDate": "Fri, 26 Nov 2021 20:18:58 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177530,16 +202419,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c30af2b395a7c4a85a41ff6b7cdc0231" + "hash": "b54b9ea955da7e34e4234495dcf8ccc5" }, { - "title": "Buck O'Neil, Gil Hodges and Four Others Elected to Hall of Fame", - "description": "A pair of old-timers committees corrected previous snubs, electing Buck O’Neil, Gil Hodges, Minnie Miñoso, Tony Oliva, Jim Kaat and Bud Fowler.", - "content": "A pair of old-timers committees corrected previous snubs, electing Buck O’Neil, Gil Hodges, Minnie Miñoso, Tony Oliva, Jim Kaat and Bud Fowler.", - "category": "Baseball", - "link": "https://www.nytimes.com/2021/12/05/sports/baseball/buck-oneil-gil-hodges-hall-of-fame.html", - "creator": "Tyler Kepner", - "pubDate": "Mon, 06 Dec 2021 03:08:05 +0000", + "title": "In 'Flee,' Jonas Poher Rasmussen Animates His Friend's Story", + "description": "Jonas Poher Rasmussen’s childhood friend kept his flight from Afghanistan secret for 20 years. Now, Rasmussen has told his story through the award-winning film “Flee.”", + "content": "Jonas Poher Rasmussen’s childhood friend kept his flight from Afghanistan secret for 20 years. Now, Rasmussen has told his story through the award-winning film “Flee.”", + "category": "Refugees and Displaced Persons", + "link": "https://www.nytimes.com/2021/11/26/movies/flee-movie-jonas-poher-rasmussen.html", + "creator": "Lisa Abend", + "pubDate": "Fri, 26 Nov 2021 15:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177550,16 +202439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3a6cd8c82ebee874b539f6d97a22038" + "hash": "7576b83163a663bb67eac5a499146cba" }, { - "title": "Warehouse Fire Was Source of ‘Putrid’ Odor in California", - "description": "The fire, in Carson, Calif., on Sept. 30, consumed beauty and wellness products and sent chemicals into a nearby waterway, the authorities said. Thousands complained about the stench.", - "content": "The fire, in Carson, Calif., on Sept. 30, consumed beauty and wellness products and sent chemicals into a nearby waterway, the authorities said. Thousands complained about the stench.", - "category": "Smells and Odors", - "link": "https://www.nytimes.com/2021/12/05/us/carson-california-warehouse-fire-stench.html", - "creator": "Christine Chung", - "pubDate": "Mon, 06 Dec 2021 00:40:09 +0000", + "title": "In ‘White on White,’ the Traditional Landlord-Tenant Pact Is Ruptured", + "description": "Aysegul Savas’s second novel is about an art student and a painter who strike up a peculiar friendship.", + "content": "Aysegul Savas’s second novel is about an art student and a painter who strike up a peculiar friendship.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/11/23/books/review-white-on-white-aysegul-savas.html", + "creator": "Molly Young", + "pubDate": "Tue, 23 Nov 2021 17:01:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177570,16 +202459,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3694bdaffe1a71f2afd48ac8a7ca484a" + "hash": "1ae21e4457bd84c4dfc63bafcece32e8" }, { - "title": "A Glimmer of Justice in Death Penalty States", - "description": "The halting of executions and the guilty verdicts in the Ahmaud Arbery case have given us the slightest bit of hope for change.", - "content": "The halting of executions and the guilty verdicts in the Ahmaud Arbery case have given us the slightest bit of hope for change.", - "category": "Capital Punishment", - "link": "https://www.nytimes.com/2021/12/06/opinion/pervis-payne-death-penalty-states.html", - "creator": "Margaret Renkl", - "pubDate": "Mon, 06 Dec 2021 10:00:14 +0000", + "title": "A Fashion Stylist Who Found Inspiration in New Surroundings", + "description": "Having embraced a slower pace of life upstate, Melissa Ventosa Martin is launching an online marketplace dedicated to finely crafted pieces imbued with the luxury of time.", + "content": "Having embraced a slower pace of life upstate, Melissa Ventosa Martin is launching an online marketplace dedicated to finely crafted pieces imbued with the luxury of time.", + "category": "Martin, Walter (Musician)", + "link": "https://www.nytimes.com/2021/11/24/t-magazine/old-stone-trade-ventosa-martin.html", + "creator": "Aileen Kwun", + "pubDate": "Wed, 24 Nov 2021 22:19:47 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177590,16 +202479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5959dfc6ee497c0eda8d1368fb70db6f" + "hash": "985041d2a3ff453b840ef155edc350c3" }, { - "title": "In the Michigan Shooting, What Is the School’s Responsibility?", - "description": "Oxford High School let Ethan Crumbley back into a classroom despite concerns about his behavior. Now, legal experts are asking why — and whether officials should be held accountable.", - "content": "Oxford High School let Ethan Crumbley back into a classroom despite concerns about his behavior. Now, legal experts are asking why — and whether officials should be held accountable.", - "category": "School Discipline (Students)", - "link": "https://www.nytimes.com/2021/12/04/us/oxford-high-school-responsibility-legal.html", - "creator": "Dana Goldstein, Stephanie Saul and Sophie Kasakove", - "pubDate": "Sat, 04 Dec 2021 10:00:10 +0000", + "title": "Countries Close Borders as More Omicron Cases Emerge", + "description": "Scotland said it had found six cases of the new variant and that contact tracing was underway. Japan barred all foreign travelers, and Australia delayed reopening its borders for two weeks.", + "content": "Scotland said it had found six cases of the new variant and that contact tracing was underway. Japan barred all foreign travelers, and Australia delayed reopening its borders for two weeks.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/29/world/covid-omicron-variant-news", + "creator": "The New York Times", + "pubDate": "Mon, 29 Nov 2021 11:00:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177610,16 +202499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d688fa090059d32687268694a375c5b6" + "hash": "452e848135f40ca09dcf23b310231369" }, { - "title": "The Variant Hunters: Inside South Africa’s Effort to Stanch Dangerous Mutations", - "description": "Scientists in a cutting-edge laboratory do part of the work. Local health workers on foot do the rest.", - "content": "Scientists in a cutting-edge laboratory do part of the work. Local health workers on foot do the rest.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/04/health/covid-variant-south-africa-hiv.html", - "creator": "Stephanie Nolen", - "pubDate": "Sat, 04 Dec 2021 10:00:17 +0000", + "title": "Global Markets Steady as Investors Reconsider the Unknowns of Omicron", + "description": "After tumbling on Friday, European markets opened higher and oil prices gained. Follow the latest business updates.", + "content": "After tumbling on Friday, European markets opened higher and oil prices gained. Follow the latest business updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/29/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Mon, 29 Nov 2021 11:00:43 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177630,16 +202519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1d7515949d3bb5689244359d7d9f8ae" + "hash": "f7b1444bbba5744081f2a105a7318bc0" }, { - "title": "How the Cream Cheese Shortage Is Affecting NYC Bagel Shops", - "description": "Supply chain problems that have hit businesses across the country now threaten a quintessential New York treat.", - "content": "Supply chain problems that have hit businesses across the country now threaten a quintessential New York treat.", - "category": "New York City", - "link": "https://www.nytimes.com/2021/12/04/nyregion/cream-cheese-shortage-nyc-bagels.html", - "creator": "Ashley Wong", - "pubDate": "Sat, 04 Dec 2021 12:39:05 +0000", + "title": "‘Self Defense’ Is Becoming Meaningless in a Flood of Guns", + "description": "More guns, no matter in whose hands, will create more standoffs, more intimidation, more death sanctioned in the eyes of the law.", + "content": "More guns, no matter in whose hands, will create more standoffs, more intimidation, more death sanctioned in the eyes of the law.", + "category": "Arbery, Ahmaud (1994-2020)", + "link": "https://www.nytimes.com/2021/11/29/opinion/self-defense-guns-arbery-rittenhouse.html", + "creator": "Tali Farhadian Weinstein", + "pubDate": "Mon, 29 Nov 2021 10:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177650,16 +202539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "be9b86ed159afd424f3bc501ed601d71" + "hash": "3db88f65026bf8ddc5bb0143d055c0a0" }, { - "title": "Fearing a Repeat of Jan. 6, Congress Eyes Changes to Electoral Count Law", - "description": "Members of the special House committee investigating the Capitol riot are among those arguing for an overhaul of a more than century-old statute enacted to address disputed elections.", - "content": "Members of the special House committee investigating the Capitol riot are among those arguing for an overhaul of a more than century-old statute enacted to address disputed elections.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/04/us/jan-6-electoral-count-act.html", - "creator": "Luke Broadwater and Nick Corasaniti", - "pubDate": "Sat, 04 Dec 2021 10:00:18 +0000", + "title": "Emily Ratajkowski Doesn’t Want You to Look Away", + "description": "The model on wielding beauty and power in the age of Instagram.", + "content": "The model on wielding beauty and power in the age of Instagram.", + "category": "audio-neutral-informative", + "link": "https://www.nytimes.com/2021/11/29/opinion/sway-kara-swisher-emily-ratajkowski.html", + "creator": "‘Sway’", + "pubDate": "Mon, 29 Nov 2021 10:00:04 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177670,16 +202559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6acb47d5cfa8014f1992610f4d0bb324" + "hash": "ebb9488cc2906cdb36aaf4896b59fafa" }, { - "title": "Big Contracts, Big Buyouts, Big Pressure: College Football Coaches Hit the Jackpot", - "description": "Brian Kelly will earn at least $9 million a year at L.S.U., which is paying its old coach almost $17 million to step aside. Top universities have become steppingstones to other top gigs.", - "content": "Brian Kelly will earn at least $9 million a year at L.S.U., which is paying its old coach almost $17 million to step aside. Top universities have become steppingstones to other top gigs.", - "category": "Coaches and Managers", - "link": "https://www.nytimes.com/2021/12/04/sports/ncaafootball/college-football-coaching-changes.html", - "creator": "Alan Blinder", - "pubDate": "Sat, 04 Dec 2021 10:00:23 +0000", + "title": "Omicron: How to Think About the New Variant of Concern", + "description": "There are many unknowns but we have the means to manage the variant.", + "content": "There are many unknowns but we have the means to manage the variant.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/27/opinion/omicron-variant-questions-coronavirus.html", + "creator": "Ashish Jha", + "pubDate": "Sat, 27 Nov 2021 15:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177690,16 +202579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "817d4293d3806483d4f16635c33abb04" + "hash": "681155fc20643ea25e2fb8d9d8f979a2" }, { - "title": "Cambodia Says Looter Helping It Reclaim Stolen Artifacts Has Died", - "description": "Officials said they plan to continue to use evidence gathered from the reformed looter to pursue the return of many artifacts from museums and private collections.", - "content": "Officials said they plan to continue to use evidence gathered from the reformed looter to pursue the return of many artifacts from museums and private collections.", - "category": "Arts and Antiquities Looting", - "link": "https://www.nytimes.com/2021/12/05/arts/design/cambodian-effort-to-find-artifacts-wont-end-with-informants-death.html", - "creator": "Tom Mashberg", - "pubDate": "Mon, 06 Dec 2021 02:06:23 +0000", + "title": "A Cure for Type 1 Diabetes? For One Man, It Seems to Have Worked.", + "description": "A new treatment using stem cells that produce insulin has surprised experts and given them hope for the 1.5 million Americans living with the disease.", + "content": "A new treatment using stem cells that produce insulin has surprised experts and given them hope for the 1.5 million Americans living with the disease.", + "category": "Diabetes", + "link": "https://www.nytimes.com/2021/11/27/health/diabetes-cure-stem-cells.html", + "creator": "Gina Kolata", + "pubDate": "Sat, 27 Nov 2021 10:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177710,16 +202599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "438e5ff3133e4749222c8f999324339e" + "hash": "22d42de22380bbdaa17e52d529d44ac6" }, { - "title": "Our 8 Favorite Books in 2021 for Healthy Living", - "description": "This year’s Well Book List includes advice on how to change behavior, lower anxiety, cope with hardship and heal with poetry.", - "content": "This year’s Well Book List includes advice on how to change behavior, lower anxiety, cope with hardship and heal with poetry.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/02/well/mind/healthly-living-wellness-books.html", - "creator": "Tara Parker-Pope", - "pubDate": "Fri, 03 Dec 2021 01:22:23 +0000", + "title": "In a Picture-Postcard New York Town, Racist Incidents Rattle Schools", + "description": "When students in Pittsford, a suburb of Rochester, returned to school in the fall, a disturbing video of a white student threatening to kill Black people renewed concerns about racism.", + "content": "When students in Pittsford, a suburb of Rochester, returned to school in the fall, a disturbing video of a white student threatening to kill Black people renewed concerns about racism.", + "category": "Education (K-12)", + "link": "https://www.nytimes.com/2021/11/27/nyregion/pittsford-racism.html", + "creator": "Jesse McKinley", + "pubDate": "Sat, 27 Nov 2021 08:02:27 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177730,16 +202619,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a38bd5a86b341c53ef5603515464b898" + "hash": "ba5108528c3f7d5178e26397fce7663c" }, { - "title": "Overcoming Motherhood Imposter Syndrome", - "description": "Casey Wilson learned to trust her parenting instincts after her son received a surprise diagnosis.", - "content": "Casey Wilson learned to trust her parenting instincts after her son received a surprise diagnosis.", - "category": "Gluten", - "link": "https://www.nytimes.com/2020/04/15/parenting/casey-wilson-motherhood.html", - "creator": "Casey Wilson", - "pubDate": "Wed, 15 Apr 2020 19:42:04 +0000", + "title": "Afghan Economy Nears Collapse as Pressure Builds to Ease U.S. Sanctions", + "description": "Afghanistan’s economy has crashed since the Taliban seized power, plunging the country into one of the world’s worst humanitarian crisis.", + "content": "Afghanistan’s economy has crashed since the Taliban seized power, plunging the country into one of the world’s worst humanitarian crisis.", + "category": "Afghanistan", + "link": "https://www.nytimes.com/2021/11/27/world/asia/afghanistan-economy-collapse-sanctions.html", + "creator": "Christina Goldbaum", + "pubDate": "Sat, 27 Nov 2021 08:00:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177750,16 +202639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f53d7914fe2332a1ff678f69e20f3a93" + "hash": "7ba133de045af5b7316d6f9a4f5a3962" }, { - "title": "New Hope for Migraine Sufferers", - "description": "There are now a number of medications that may prevent or alleviate migraines, as well as a wearable nerve-stimulating device that can be activated by a smartphone.", - "content": "There are now a number of medications that may prevent or alleviate migraines, as well as a wearable nerve-stimulating device that can be activated by a smartphone.", - "category": "Migraine Headaches", - "link": "https://www.nytimes.com/2020/01/06/well/live/new-hope-for-migraine-sufferers.html", - "creator": "Jane E. Brody", - "pubDate": "Wed, 15 Jan 2020 12:49:47 +0000", + "title": "Snowstorm Leaves Dozens Stranded in Remote U.K. Pub", + "description": "A crowd had gathered on Friday night to listen to Noasis, an Oasis tribute band. On Monday morning, some patrons, band members and staff members were still stuck.", + "content": "A crowd had gathered on Friday night to listen to Noasis, an Oasis tribute band. On Monday morning, some patrons, band members and staff members were still stuck.", + "category": "Snow and Snowstorms", + "link": "https://www.nytimes.com/2021/11/28/world/europe/england-pub-snow-storm.html", + "creator": "Alyssa Lukpat", + "pubDate": "Mon, 29 Nov 2021 11:38:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177770,16 +202659,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0deec1b348ef1d77856fa6c116e103fc" + "hash": "572ab71b58d45bc26c4bb3da347ea2f7" }, { - "title": "Older Singles Have Found a New Way to Partner Up: Living Apart", - "description": "Fearing that a romantic attachment in later life will lead to full-time caregiving, many couples are choosing commitment without sharing a home.", - "content": "Fearing that a romantic attachment in later life will lead to full-time caregiving, many couples are choosing commitment without sharing a home.", - "category": "Dating and Relationships", - "link": "https://www.nytimes.com/2021/07/16/well/family/older-singles-living-apart-LAT.html", - "creator": "Francine Russo", - "pubDate": "Fri, 16 Jul 2021 13:54:57 +0000", + "title": "As Ghislaine Maxwell’s Trial Begins, Epstein’s Shadow Looms Large", + "description": "Ms. Maxwell’s sex trafficking trial in Manhattan, which starts on Monday, is widely seen as a proxy for the courtroom reckoning that her longtime partner never received.", + "content": "Ms. Maxwell’s sex trafficking trial in Manhattan, which starts on Monday, is widely seen as a proxy for the courtroom reckoning that her longtime partner never received.", + "category": "Epstein, Jeffrey E (1953- )", + "link": "https://www.nytimes.com/2021/11/29/nyregion/ghislaine-maxwell-trial.html", + "creator": "Benjamin Weiser and Rebecca Davis O’Brien", + "pubDate": "Mon, 29 Nov 2021 08:00:07 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177790,16 +202679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df304445352b4d2798144d4f345b9f48" + "hash": "10175eb8a5f830509092df543a4e0bed" }, { - "title": "Biden, Obama and Other Leaders React to Bob Dole's Death", - "description": "Former presidents and political leaders recalled Mr. Dole’s dignity, sense of humor and lifetime commitment to public service.", - "content": "Former presidents and political leaders recalled Mr. Dole’s dignity, sense of humor and lifetime commitment to public service.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/05/us/politics/bob-dole-obama-biden-reactions.html", - "creator": "Christopher Mele", - "pubDate": "Sun, 05 Dec 2021 21:15:07 +0000", + "title": "Opposition Candidate Takes Big Early Lead in Honduras Election", + "description": "Xiomara Castro, the wife of a former leftist president, jumped ahead in Sunday’s vote, but determining a winner may take days. Follow updates in English and Spanish.", + "content": "Xiomara Castro, the wife of a former leftist president, jumped ahead in Sunday’s vote, but determining a winner may take days. Follow updates in English and Spanish.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/28/world/honduras-election-results", + "creator": "The New York Times", + "pubDate": "Mon, 29 Nov 2021 10:57:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177810,16 +202699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1122b021cf1ef3b85e2c6547d33abd32" + "hash": "214b47b92dd3df9d6de64310343b8008" }, { - "title": "A Chicken-Fried McGovern, Newt’s Good Ideas and the Senate Zoo: A Dole One-Liner Sampler", - "description": "Bob Dole, who died on Sunday at age 98, was generous with his sarcastic wit, using it against Democrats, Republicans and often himself.", - "content": "Bob Dole, who died on Sunday at age 98, was generous with his sarcastic wit, using it against Democrats, Republicans and often himself.", - "category": "Dole, Bob", - "link": "https://www.nytimes.com/2021/12/05/us/politics/bob-dole-humor.html", - "creator": "Maggie Astor", - "pubDate": "Mon, 06 Dec 2021 00:04:10 +0000", + "title": "Climate Change Driving Some Albatrosses to ‘Divorce,’ Study Finds", + "description": "Warming oceans are sending the monogamous sea birds farther afield to find food, putting stress on their breeding and prompting some to ditch their partners.", + "content": "Warming oceans are sending the monogamous sea birds farther afield to find food, putting stress on their breeding and prompting some to ditch their partners.", + "category": "New Zealand", + "link": "https://www.nytimes.com/2021/11/29/world/asia/albatross-climate-change.html", + "creator": "Natasha Frost", + "pubDate": "Mon, 29 Nov 2021 10:53:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177830,16 +202719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3c9f6823dd15eba904f6676b10ea897" + "hash": "387a64c03852c1556f06a466724fa650" }, { - "title": "What We Know About the New Covid Variant, Omicron", - "description": "Intense research into the new coronavirus variant first identified in southern Africa, has just begun. World leaders have urged people not to panic — and to get vaccinated, if they can.", - "content": "Intense research into the new coronavirus variant first identified in southern Africa, has just begun. World leaders have urged people not to panic — and to get vaccinated, if they can.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/article/omicron-coronavirus-variant.html", - "creator": "Andrew Jacobs", - "pubDate": "Tue, 30 Nov 2021 17:08:16 +0000", + "title": "Three Custom Holiday Gifts for Runners", + "description": "Shoes that one runner loves may not be right for another, but here are ideas you can use to make gifts tailored to each runner on your holiday list.", + "content": "Shoes that one runner loves may not be right for another, but here are ideas you can use to make gifts tailored to each runner on your holiday list.", + "category": "Running", + "link": "https://www.nytimes.com/2019/11/30/well/move/three-custom-holiday-gifts-for-runners.html", + "creator": "Jen A. Miller", + "pubDate": "Wed, 24 Nov 2021 22:54:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177850,16 +202739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c2aa745a757b6a534c3f1e27f78e086" + "hash": "133d18038e629b52df8bff3951618946" }, { - "title": "How TikTok Reads Your Mind", - "description": "It’s the most successful video app in the world. Our columnist has obtained an internal company document that offers a new level of detail about how the algorithm works.", - "content": "It’s the most successful video app in the world. Our columnist has obtained an internal company document that offers a new level of detail about how the algorithm works.", - "category": "TikTok (ByteDance)", - "link": "https://www.nytimes.com/2021/12/05/business/media/tiktok-algorithm.html", - "creator": "Ben Smith", - "pubDate": "Mon, 06 Dec 2021 04:56:16 +0000", + "title": "Growing List of Nations on Alert Over New Coronavirus Variant", + "description": "Australian health officials confirmed that two travelers arriving from southern Africa had tested positive for the new variant. Scientists were racing to learn more about Omicron, but said that existing vaccines were likely to protect against it.", + "content": "Australian health officials confirmed that two travelers arriving from southern Africa had tested positive for the new variant. Scientists were racing to learn more about Omicron, but said that existing vaccines were likely to protect against it.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/28/world/covid-vaccine-boosters-variant", + "creator": "The New York Times", + "pubDate": "Sun, 28 Nov 2021 20:44:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177870,16 +202759,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b8a9cf8ee99b47588e02714c0fe890a" + "hash": "30d62e56c69511104f30efbdfb04c161" }, { - "title": "Myanmar Court Sentences Aung San Suu Kyi to 4 Years in Initial Verdicts", - "description": "The ousted civilian leader, who was detained in a military coup in February, faces several more charges. Here’s the latest.", - "content": "The ousted civilian leader, who was detained in a military coup in February, faces several more charges. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/05/world/myanmar-coup-verdict-aung-san-suu-kyi", - "creator": "The New York Times", - "pubDate": "Mon, 06 Dec 2021 08:10:54 +0000", + "title": "As Omicron Variant Circles the Globe, African Nations Face Blame and Bans", + "description": "With countries trying to close their doors to the new coronavirus variant, southern African officials note that the West’s hoarding of vaccines helped create their struggle in the first place.", + "content": "With countries trying to close their doors to the new coronavirus variant, southern African officials note that the West’s hoarding of vaccines helped create their struggle in the first place.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/27/world/africa/coronavirus-omicron-africa.html", + "creator": "Benjamin Mueller and Declan Walsh", + "pubDate": "Sun, 28 Nov 2021 02:59:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177890,16 +202779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ac7b86a1193eeeeb49f03f1ed346b71" + "hash": "ecbfa015e6a4b6982c0b53a890e72d1d" }, { - "title": "The Canonization of Saint John Coltrane", - "description": "The intensity of the jazz legend’s music has always inspired passion, but in the 1960s, one group of devotees was so stirred they founded a church in his name.", - "content": "The intensity of the jazz legend’s music has always inspired passion, but in the 1960s, one group of devotees was so stirred they founded a church in his name.", - "category": "Coltrane, John", - "link": "https://www.nytimes.com/2021/12/03/t-magazine/john-coltrane-church.html", - "creator": "M.H. Miller", - "pubDate": "Fri, 03 Dec 2021 13:00:10 +0000", + "title": "Does Omicron Cause Only Mild Illness? Too Early to Tell, Experts Say", + "description": "Should the Omicron variant cause severe illness, that will become apparent if there is a significant rise in hospitalizations over the next week or two, one expert said.", + "content": "Should the Omicron variant cause severe illness, that will become apparent if there is a significant rise in hospitalizations over the next week or two, one expert said.", + "category": "Coronavirus Omicron Variant", + "link": "https://www.nytimes.com/2021/11/28/health/omicron-variant-severe-symptoms-mild.html", + "creator": "Apoorva Mandavilli", + "pubDate": "Sun, 28 Nov 2021 19:29:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177910,16 +202799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab9be09294e7e7fb00b6439bd9c54cca" + "hash": "4f342d18e1e0db75a174f9c1f6a557da" }, { - "title": "Stamping Bar Codes on Cells to Solve Medical Mysteries", - "description": "By tracking every cell in an organism, scientists are working out why certain cancer treatments fail, which could lead to improved medicine.", - "content": "By tracking every cell in an organism, scientists are working out why certain cancer treatments fail, which could lead to improved medicine.", - "category": "Cancer", - "link": "https://www.nytimes.com/2021/11/29/health/cells-bar-coding-cancer.html", - "creator": "Gina Kolata", - "pubDate": "Mon, 29 Nov 2021 17:29:30 +0000", + "title": "Local News Outlets May Reap $1.7 Billion in Build Back Better Aid", + "description": "A small paper like The Storm Lake Times in Iowa would receive a big tax credit. So would Gannett, the nation’s largest news publisher.", + "content": "A small paper like The Storm Lake Times in Iowa would receive a big tax credit. So would Gannett, the nation’s largest news publisher.", + "category": "Newspapers", + "link": "https://www.nytimes.com/2021/11/28/business/media/build-back-better-local-news.html", + "creator": "Marc Tracy", + "pubDate": "Sun, 28 Nov 2021 10:00:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177930,16 +202819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "425b2b04119711276b0975aa7c64a154" + "hash": "837e1be34006e1e7a7039c59a568d9ac" }, { - "title": "Why the Fed Chair Won’t Call Inflation ‘Transitory’ Anymore", - "description": "Jerome Powell has lost patience with the pace of the rebound in labor force participation.", - "content": "Jerome Powell has lost patience with the pace of the rebound in labor force participation.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/03/opinion/why-the-fed-chair-wont-call-inflation-transitory-anymore.html", - "creator": "Peter Coy", - "pubDate": "Fri, 03 Dec 2021 20:00:06 +0000", + "title": "How the $4 Trillion Flood of Covid Relief Is Funding the Future", + "description": "From broadband to transportation to high-tech medical manufacturing, benefits from America’s pandemic money infusion will linger.", + "content": "From broadband to transportation to high-tech medical manufacturing, benefits from America’s pandemic money infusion will linger.", + "category": "2021 tech and design", + "link": "https://www.nytimes.com/2021/11/24/magazine/pandemic-aid.html", + "creator": "Charley Locke and Christopher Payne", + "pubDate": "Wed, 24 Nov 2021 16:32:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177950,16 +202839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a067c1481a1606f51d4e409324fec915" + "hash": "4e9a48fe2f85adeda274110c9ef7f13e" }, { - "title": "Chris Cuomo Has a Funny Idea About What Doing His Job Means", - "description": "Reporting on the suspension of a brotherly TV host.", - "content": "Reporting on the suspension of a brotherly TV host.", - "category": "News and News Media", - "link": "https://www.nytimes.com/2021/12/01/opinion/chris-cuomo-cnn-scandal.html", - "creator": "Gail Collins", - "pubDate": "Thu, 02 Dec 2021 00:43:13 +0000", + "title": "They Died From Covid. Then the Online Attacks Started.", + "description": "The social media profiles of anti-vaccine victims of the pandemic have made them and their families targets of trolling, even after their deaths.", + "content": "The social media profiles of anti-vaccine victims of the pandemic have made them and their families targets of trolling, even after their deaths.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/27/style/anti-vaccine-deaths-social-media.html", + "creator": "Dan Levin", + "pubDate": "Sat, 27 Nov 2021 10:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177970,16 +202859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b2c05de8cd0b649a4b60497d8a1a1be" + "hash": "e2a706253d48ef4b328e940500ae96e4" }, { - "title": "Biden Can Do Better on Covid", - "description": "The administration has been a victim of events. But it has also cooperated in its own victimization.", - "content": "The administration has been a victim of events. But it has also cooperated in its own victimization.", - "category": "Public-Private Sector Cooperation", - "link": "https://www.nytimes.com/2021/12/04/opinion/biden-covid-vaccine-omicron.html", - "creator": "Ross Douthat", - "pubDate": "Sat, 04 Dec 2021 20:00:05 +0000", + "title": "Booster Rollout for Nursing Homes Is Sluggish ", + "description": "Thousands of new cases have been reported among vulnerable elderly residents in the last several months, as the virulent Delta variant fuels outbreaks.", + "content": "Thousands of new cases have been reported among vulnerable elderly residents in the last several months, as the virulent Delta variant fuels outbreaks.", + "category": "Nursing Homes", + "link": "https://www.nytimes.com/2021/11/27/health/covid-nursing-home-booster.html", + "creator": "Reed Abelson", + "pubDate": "Sat, 27 Nov 2021 13:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -177990,16 +202879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "994ccd3469a6063acf7b8485011110aa" + "hash": "d3fd45aa6b4ede60b439bebebba11230" }, { - "title": "What Biden Isn’t Saying About Trump’s Positive Covid Test", - "description": "The former president’s reckless behavior deserves more attention.", - "content": "The former president’s reckless behavior deserves more attention.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/04/opinion/biden-trump-covid-test.html", - "creator": "Jamelle Bouie", - "pubDate": "Sat, 04 Dec 2021 16:13:54 +0000", + "title": "A Wine Rack on Rails? U.K. Businesses Seek Solutions to Shortages.", + "description": "Two months after concerns about gas and food stocks caused ripples of anxiety, Britain continues to face problems in its supply chain. Distributors and retailers are looking for creative fixes.", + "content": "Two months after concerns about gas and food stocks caused ripples of anxiety, Britain continues to face problems in its supply chain. Distributors and retailers are looking for creative fixes.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/28/world/europe/uk-supply-shortages.html", + "creator": "Stephen Castle and Jenny Gross", + "pubDate": "Sun, 28 Nov 2021 20:22:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178010,16 +202899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fe78e18867f6809f10a88f97eabc72e" + "hash": "68cf7f13c2e39b927003f25ccd69df39" }, { - "title": "The Sunday Read: ‘The Emily Ratajkowski You’ll Never See’", - "description": "With her new book, the model tries to escape the oppressions of the male gaze.", - "content": "With her new book, the model tries to escape the oppressions of the male gaze.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/05/podcasts/the-daily/emily-ratajkowski-my-body-book-sunday-read.html", - "creator": "Andrea Long Chu, Jack D’Isidoro, Aaron Esposito, John Woo and Dan Powell", - "pubDate": "Sun, 05 Dec 2021 11:00:05 +0000", + "title": "Supply Chain Shortages Help a North Carolina Furniture Town ", + "description": "The furniture capital of the state is ground zero for inflation, labor shortages, hot demand and limited supply. It’s debating how to cope.", + "content": "The furniture capital of the state is ground zero for inflation, labor shortages, hot demand and limited supply. It’s debating how to cope.", + "category": "Hickory (NC)", + "link": "https://www.nytimes.com/2021/11/27/business/economy/inflation-nc-furniture-shortage.html", + "creator": "Jeanna Smialek", + "pubDate": "Sat, 27 Nov 2021 20:38:00 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178030,16 +202919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "507bba946b377223ecf8593b40d37985" + "hash": "905a148ee54fa365361e505f26e9e209" }, { - "title": "How Stephanie Murphy, a Holdout on Biden’s Agenda, Helped Salvage It", - "description": "The centrist Democrat from Florida put the brakes on President Biden’s social safety net legislation because of concerns about cost. Then she brokered a deal to steer it through the House.", - "content": "The centrist Democrat from Florida put the brakes on President Biden’s social safety net legislation because of concerns about cost. Then she brokered a deal to steer it through the House.", - "category": "Murphy, Stephanie (1978- )", - "link": "https://www.nytimes.com/2021/12/05/us/politics/stephanie-murphy-democrats-biden.html", - "creator": "Emily Cochrane", - "pubDate": "Sun, 05 Dec 2021 08:00:10 +0000", + "title": "Sylvia Weinstock, the ‘da Vinci of Wedding Cakes,’ Dies at 91", + "description": "She produced floral-draped architectural works in the shape of rose-studded topiaries, baskets of speckled lilies and bouquets of anemones.", + "content": "She produced floral-draped architectural works in the shape of rose-studded topiaries, baskets of speckled lilies and bouquets of anemones.", + "category": "Weinstock, Sylvia", + "link": "https://www.nytimes.com/2021/11/28/obituaries/sylvia-weinstock-dead.html", + "creator": "Katharine Q. Seelye", + "pubDate": "Sun, 28 Nov 2021 16:37:28 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178050,16 +202939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f954da282f963f779c89785657b0df3" + "hash": "17ce83a6e102aa76d2fec102a469cbf2" }, { - "title": "Pope Francis Laments That for Migrants, ‘Little Has Changed’", - "description": "At a Greek refugee camp, Francis sought to restore compassion for asylum seekers, whose plight he called a “shipwreck of civilization.”", - "content": "At a Greek refugee camp, Francis sought to restore compassion for asylum seekers, whose plight he called a “shipwreck of civilization.”", - "category": "Middle East and Africa Migrant Crisis", - "link": "https://www.nytimes.com/2021/12/05/world/europe/pope-greece-migrants-lesbos.html", - "creator": "Jason Horowitz", - "pubDate": "Sun, 05 Dec 2021 19:18:08 +0000", + "title": "Enslaved to a U.S. Founding Father, She Sought Freedom in France", + "description": "Brought from America to Paris by John Jay, an enslaved woman named Abigail died there trying to win her liberty as the statesman negotiated the freedom of the new nation.", + "content": "Brought from America to Paris by John Jay, an enslaved woman named Abigail died there trying to win her liberty as the statesman negotiated the freedom of the new nation.", + "category": "Slavery (Historical)", + "link": "https://www.nytimes.com/2021/11/23/travel/john-jay-paris-abigail-slavery.html", + "creator": "Martha S. Jones", + "pubDate": "Wed, 24 Nov 2021 19:16:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178070,16 +202959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d4d8d392c279c9f2958ed97e1460ed8" + "hash": "b6d71f2329afb89992cc0713b12c35f8" }, { - "title": "Ex-Senator David Perdue to Run for Governor of Georgia", - "description": "Mr. Perdue, an ally of Donald Trump, will challenge the incumbent governor, Brian Kemp, in a Republican primary.", - "content": "Mr. Perdue, an ally of Donald Trump, will challenge the incumbent governor, Brian Kemp, in a Republican primary.", - "category": "Elections, Governors", - "link": "https://www.nytimes.com/2021/12/05/us/david-perdue-georgia-governor.html", - "creator": "Richard Fausset and Jonathan Martin", - "pubDate": "Sun, 05 Dec 2021 20:47:10 +0000", + "title": "Mark Bittman: Whole Wheat Bread Is the Key to a Better Food System", + "description": "Baking whole wheat bread can reacquaint us with food that truly nourishes us. ", + "content": "Baking whole wheat bread can reacquaint us with food that truly nourishes us. ", + "category": "Bread", + "link": "https://www.nytimes.com/2021/11/26/opinion/culture/mark-bittman-whole-wheat-bread.html", + "creator": "Mark Bittman", + "pubDate": "Fri, 26 Nov 2021 18:42:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178090,16 +202979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d60a8c938f586562a1c5e8495ebb829" + "hash": "56e89bfea4343e5571a61a4321af401b" }, { - "title": "Anger Spreads in Northeastern India After Security Forces Kill 14 Civilians", - "description": "Eight mine workers were shot in a mistaken ambush by soldiers seeking insurgents, and six protesters died later in clashes with government forces, stoking fears of further violence in the restive region.", - "content": "Eight mine workers were shot in a mistaken ambush by soldiers seeking insurgents, and six protesters died later in clashes with government forces, stoking fears of further violence in the restive region.", - "category": "Civilian Casualties", - "link": "https://www.nytimes.com/2021/12/05/world/asia/india-northeast-nagaland-civilians.html", - "creator": "Sameer Yasir and Hari Kumar", - "pubDate": "Sun, 05 Dec 2021 14:46:47 +0000", + "title": "I Grew Up Poor. How Am I Supposed to Raise My Middle-Class Kids?", + "description": "My children do not understand my world and I do not understand theirs.", + "content": "My children do not understand my world and I do not understand theirs.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/11/24/opinion/poor-dad-rich-kids.html", + "creator": "Esau McCaulley", + "pubDate": "Wed, 24 Nov 2021 10:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178110,16 +202999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9c4a35427c2d50a4805b847262a338b" + "hash": "f66f82997fbfacea4886e74ee266ebe8" }, { - "title": "Eddie Mekka, a Star of ‘Laverne & Shirley,’ Is Dead at 69", - "description": "As Carmine Ragusa on the hit sitcom, he got to show off his singing, tap-dancing and gymnastic skills — and to croon “Rags to Riches” many times.", - "content": "As Carmine Ragusa on the hit sitcom, he got to show off his singing, tap-dancing and gymnastic skills — and to croon “Rags to Riches” many times.", - "category": "Mekka, Eddie (1952-2021)", - "link": "https://www.nytimes.com/2021/12/05/arts/television/eddie-mekka-dead.html", - "creator": "Anita Gates", - "pubDate": "Sun, 05 Dec 2021 15:13:03 +0000", + "title": "In Their 80s, and Living It Up (or Not)", + "description": "Two octogenarians have different reactions to an essay, “Living My Life Again.” Also: “Illiberal democracy”; housing in the Bronx; rich vs. poor", + "content": "Two octogenarians have different reactions to an essay, “Living My Life Again.” Also: “Illiberal democracy”; housing in the Bronx; rich vs. poor", + "category": "Elderly", + "link": "https://www.nytimes.com/2021/11/26/opinion/letters/elderly-covid.html", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 16:16:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178130,16 +203019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91ad73d46667de30e5455aeb70bafcc0" + "hash": "d2897808adc1a4f426c0fe7813873216" }, { - "title": "Best Theater of 2021", - "description": "Digital innovation continued this year, but experiencing plays in isolation grew tiring. Then came an in-person season as exciting as a child’s first fireworks.", - "content": "Digital innovation continued this year, but experiencing plays in isolation grew tiring. Then came an in-person season as exciting as a child’s first fireworks.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/03/theater/best-theater.html", - "creator": "Jesse Green, Maya Phillips, Laura Collins-Hughes, Scott Heller, Alexis Soloski and Elisabeth Vincentelli", - "pubDate": "Fri, 03 Dec 2021 17:01:55 +0000", + "title": "Stephen Sondheim, Titan of the American Musical, Is Dead at 91", + "description": "He was the theater’s most revered and influential composer-lyricist of the last half of the 20th century and the driving force behind some of Broadway’s most beloved and celebrated shows.", + "content": "He was the theater’s most revered and influential composer-lyricist of the last half of the 20th century and the driving force behind some of Broadway’s most beloved and celebrated shows.", + "category": "Sondheim, Stephen", + "link": "https://www.nytimes.com/2021/11/26/theater/stephen-sondheim-dead.html", + "creator": "Bruce Weber", + "pubDate": "Sat, 27 Nov 2021 02:31:57 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178150,16 +203039,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "966984a020603652f00af097e87501b5" + "hash": "a430525d47b3247a7a54fb09cbc87e30" }, { - "title": "More Galleries of Color Debut at Art Basel Miami", - "description": "Changes to eligibility requirements enabled more diversity at the fair, which roared back for the first time since the pandemic.", - "content": "Changes to eligibility requirements enabled more diversity at the fair, which roared back for the first time since the pandemic.", - "category": "Art Basel Miami Beach", - "link": "https://www.nytimes.com/2021/12/04/arts/design/art-basel-miami-diversity.html", - "creator": "Robin Pogrebin", - "pubDate": "Sun, 05 Dec 2021 22:30:37 +0000", + "title": "Seeking Backers for New Fund, Jared Kushner Turns to Middle East", + "description": "Former President Donald J. Trump’s son-in-law is trying to raise capital for his investment firm and is turning to a region that he dealt with extensively while in the White House.", + "content": "Former President Donald J. Trump’s son-in-law is trying to raise capital for his investment firm and is turning to a region that he dealt with extensively while in the White House.", + "category": "Kushner, Jared", + "link": "https://www.nytimes.com/2021/11/26/us/politics/kushner-investment-middle-east.html", + "creator": "Kate Kelly, David D. Kirkpatrick and Alan Rappeport", + "pubDate": "Sat, 27 Nov 2021 01:58:02 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178170,16 +203059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40309ade8f373f807a88df2bc50c824e" + "hash": "5527a74aafd9c5a0653a965a41e17ebb" }, { - "title": "In Brussels, a Designer’s Home Awash With His Own Vibrant Creations", - "description": "Christoph Hefti makes — and lives with — ebullient carpets and textiles inspired by magical realism and Latin American design.", - "content": "Christoph Hefti makes — and lives with — ebullient carpets and textiles inspired by magical realism and Latin American design.", - "category": "holiday issue 2021", - "link": "https://www.nytimes.com/2021/11/24/t-magazine/carpets-rugs-home-design-brussels.html", - "creator": "Gisela Williams and Frederik Buyckx", - "pubDate": "Wed, 24 Nov 2021 12:00:13 +0000", + "title": "How Did the New Variant Get Its Name?", + "description": "The World Health Organization began naming the variants after Greek letters to avoid public confusion and stigma.", + "content": "The World Health Organization began naming the variants after Greek letters to avoid public confusion and stigma.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/27/world/africa/omicron-covid-greek-alphabet.html", + "creator": "Vimal Patel", + "pubDate": "Sat, 27 Nov 2021 16:33:59 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178190,16 +203079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af151933822f427d8903e3eb12b8f386" + "hash": "14f0ed0ecb52f2a124700f97d6508302" }, { - "title": "What Will Art Look Like in the Metaverse?", - "description": "Mark Zuckerberg wants us thinking about visual art when we contemplate his company’s new venture. Artists should take the suggestion seriously.", - "content": "Mark Zuckerberg wants us thinking about visual art when we contemplate his company’s new venture. Artists should take the suggestion seriously.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/01/magazine/mark-zuckerberg-meta-art.html", - "creator": "Dean Kissick", - "pubDate": "Thu, 02 Dec 2021 06:47:49 +0000", + "title": "Why the Bradford Pear Tree Is Plaguing the South", + "description": "The Bradford pear, hugely popular when suburbs were developed, contributed to an invasion of trees conquering nearly anywhere it lands. South Carolina is stepping up its fight against it.", + "content": "The Bradford pear, hugely popular when suburbs were developed, contributed to an invasion of trees conquering nearly anywhere it lands. South Carolina is stepping up its fight against it.", + "category": "Trees and Shrubs", + "link": "https://www.nytimes.com/2021/11/26/us/bradford-pear-tree-south-carolina.html", + "creator": "Rick Rojas", + "pubDate": "Fri, 26 Nov 2021 23:14:15 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178210,16 +203099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1fe3f08783027385478aa8065cfd6d0" + "hash": "bbffb39211c9bc4d045e0427ecf199b8" }, { - "title": "Almudena Grandes, Novelist of Spain’s Marginalized, Dies at 61", - "description": "Beginning with an acclaimed erotic novel, she became what the prime minister called “one of the most important writers of our time.”", - "content": "Beginning with an acclaimed erotic novel, she became what the prime minister called “one of the most important writers of our time.”", + "title": "Ann Patchett on ‘These Precious Days’", + "description": "Patchett talks about her new essay collection, and Corey Brettschneider discusses a series of books about liberty.", + "content": "Patchett talks about her new essay collection, and Corey Brettschneider discusses a series of books about liberty.", "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/03/books/almudena-grandes-dead.html", - "creator": "Raphael Minder", - "pubDate": "Sat, 04 Dec 2021 14:58:36 +0000", + "link": "https://www.nytimes.com/2021/11/26/books/review/podcast-ann-patchett-these-precious-days-corey-brettschneider-liberty-series.html", + "creator": "", + "pubDate": "Fri, 26 Nov 2021 10:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178230,16 +203119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cde662debed09b653553fe4e199ed821" + "hash": "6f046ef93db7b6138611af3d92faa23b" }, { - "title": "Myanmar Court to Announce First Verdicts in Aung San Suu Kyi Trial", - "description": "The ousted civilian leader, who was detained in a military coup in February, faces a maximum prison term of 102 years. Here’s the latest.", - "content": "The ousted civilian leader, who was detained in a military coup in February, faces a maximum prison term of 102 years. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/05/world/myanmar-coup-verdict-aung-san-suu-kyi", - "creator": "The New York Times", - "pubDate": "Mon, 06 Dec 2021 03:23:22 +0000", + "title": "Alice Waters Helps a Museum Cater to the Tastes of Art Lovers", + "description": "A new restaurant at the Hammer Museum in Los Angeles is the latest effort to try to reach visitors’ hearts through their stomachs.", + "content": "A new restaurant at the Hammer Museum in Los Angeles is the latest effort to try to reach visitors’ hearts through their stomachs.", + "category": "Museums", + "link": "https://www.nytimes.com/2021/11/27/arts/alice-waters-hammer-museum.html", + "creator": "Adam Nagourney", + "pubDate": "Sat, 27 Nov 2021 20:25:33 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178250,16 +203139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "144c6bab34a0ec0382cb9bc62a7f6218" + "hash": "b38f4ace44ce21f0bde79c0cb9a9326e" }, { - "title": "After Success in Seating Federal Judges, Biden Hits Resistance", - "description": "Senate Democrats vow to keep pressing forward with nominees, but they may face obstacles in states represented by Republicans.", - "content": "Senate Democrats vow to keep pressing forward with nominees, but they may face obstacles in states represented by Republicans.", - "category": "Appointments and Executive Changes", - "link": "https://www.nytimes.com/2021/12/05/us/biden-judges-senate-confirmation.html", - "creator": "Carl Hulse", - "pubDate": "Sun, 05 Dec 2021 08:00:08 +0000", + "title": "U.K. Trucking Shortage Endures Despite Plea for Foreign Drivers", + "description": "A special visa offer, aimed at forestalling a supply chain fiasco during the holidays, goes begging for takers.", + "content": "A special visa offer, aimed at forestalling a supply chain fiasco during the holidays, goes begging for takers.", + "category": "Great Britain", + "link": "https://www.nytimes.com/2021/11/28/business/uk-trucking-shortage-poland.html", + "creator": "David Segal", + "pubDate": "Sun, 28 Nov 2021 08:00:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178270,16 +203159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "07d2a2fd90db41e4f6131de6d1e6e582" + "hash": "1ecab728177076939590a608fa15e131" }, { - "title": "Inside the Holiday Light Show at Brooklyn Botanic Garden ", - "description": "Outdoor installations like the elaborate illuminations at Brooklyn Botanic Garden are perfect for this second pandemic winter.", - "content": "Outdoor installations like the elaborate illuminations at Brooklyn Botanic Garden are perfect for this second pandemic winter.", - "category": "Gardens and Gardening", - "link": "https://www.nytimes.com/2021/12/03/nyregion/brooklyn-botanic-garden-holiday-lights.html", - "creator": "Ginia Bellafante", - "pubDate": "Fri, 03 Dec 2021 15:35:43 +0000", + "title": "Can a New President in Honduras Improve Dire Conditions?", + "description": "Hardship has pushed hundreds of thousands of Hondurans toward the U.S., which is watching the results of today’s election closely. Follow updates here.", + "content": "Hardship has pushed hundreds of thousands of Hondurans toward the U.S., which is watching the results of today’s election closely. Follow updates here.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/28/world/honduras-election-results", + "creator": "The New York Times", + "pubDate": "Sun, 28 Nov 2021 20:23:03 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178290,16 +203179,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb15467f19e310cfe125e7a0e1d7f343" + "hash": "0ae0fb6e14dc3fc79e4903d88a78b997" }, { - "title": "When Michigan Beat Ohio State, I Cried Tears of Joy", - "description": "The Euphoria of a Big Win, Explained.", - "content": "The Euphoria of a Big Win, Explained.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/04/opinion/michigan-ohio-football-happiness.html", - "creator": "Jane Coaston", - "pubDate": "Sat, 04 Dec 2021 16:26:06 +0000", + "title": "Israel and Iran Broaden Cyberwar to Attack Civilian Targets", + "description": "Iranians couldn’t buy gas. Israelis found their intimate dating details posted online. The Iran-Israel shadow war is now hitting ordinary citizens.", + "content": "Iranians couldn’t buy gas. Israelis found their intimate dating details posted online. The Iran-Israel shadow war is now hitting ordinary citizens.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/27/world/middleeast/iran-israel-cyber-hack.html", + "creator": "Farnaz Fassihi and Ronen Bergman", + "pubDate": "Sun, 28 Nov 2021 05:24:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178310,16 +203199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "becdf1383365686205a0e77e578976c4" + "hash": "acd48a1c979be95c3efe562a5247a50b" }, { - "title": "Upstate New York Hospitals Are Overwhelmed as Covid Cases Surge", - "description": "Health care officials say a “perfect storm” of new Covid cases, staff shortages and filled nursing homes has created a crisis.", - "content": "Health care officials say a “perfect storm” of new Covid cases, staff shortages and filled nursing homes has created a crisis.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/03/nyregion/covid-cases-surge-upstate-ny.html", - "creator": "Sharon Otterman", - "pubDate": "Fri, 03 Dec 2021 22:31:49 +0000", + "title": "Democrats Struggle to Energize Their Base as Frustrations Mount", + "description": "Even as President Biden achieves some significant victories, Democrats are warning that many of their most loyal supporters see inaction and broken campaign promises.", + "content": "Even as President Biden achieves some significant victories, Democrats are warning that many of their most loyal supporters see inaction and broken campaign promises.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/11/27/us/politics/biden-base-weakening-support.html", + "creator": "Lisa Lerer, Astead W. Herndon, Nick Corasaniti and Jennifer Medina", + "pubDate": "Sat, 27 Nov 2021 18:00:08 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178330,16 +203219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "15a8a4e1026b835361f8fac659b239db" + "hash": "59097122fe5ff55ec75cf9187478aa02" }, { - "title": "Public Displays of Resignation: Saying ‘I Quit’ Loud and Proud", - "description": "People aren’t just leaving their jobs. They are broadcasting it.", - "content": "People aren’t just leaving their jobs. They are broadcasting it.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2021/12/04/business/public-resignation-quitting.html", - "creator": "Emma Goldberg", - "pubDate": "Sat, 04 Dec 2021 10:00:13 +0000", + "title": "Wakefield Poole, Pioneer in Gay Pornography, Dies at 85", + "description": "He gave up a dance career to create a crossover, and now classic, hit film in 1971 that had both gay and straight audiences, and celebrities, lining up to see it.", + "content": "He gave up a dance career to create a crossover, and now classic, hit film in 1971 that had both gay and straight audiences, and celebrities, lining up to see it.", + "category": "Homosexuality and Bisexuality", + "link": "https://www.nytimes.com/2021/11/27/movies/wakefield-poole-dead.html", + "creator": "Alex Vadukul", + "pubDate": "Sun, 28 Nov 2021 08:03:14 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178350,16 +203239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cec5dacbe9a1a5d8017b34aac0b4e410" + "hash": "4ce4eb555fbbce85fd751c22b0ce0fa0" }, { - "title": "Omicron Is Here. Should You Cancel Your Trip?", - "description": "Most people have become used to making health-risk assessments during the pandemic, but that doesn’t make the decision about whether to travel or cancel easier — especially with a new variant circulating.", - "content": "Most people have become used to making health-risk assessments during the pandemic, but that doesn’t make the decision about whether to travel or cancel easier — especially with a new variant circulating.", - "category": "Travel and Vacations", - "link": "https://www.nytimes.com/2021/12/02/travel/omicron-variant-travel-decisions.html", - "creator": "Heather Murphy", - "pubDate": "Thu, 02 Dec 2021 21:03:33 +0000", + "title": "Michigan Upsets Ohio State and Aims for a Playoff Berth", + "description": "Before a crowd thick with maize and blue, the Wolverines beat Ohio State for the first time since 2011 and earned a chance to play for a Big Ten title.", + "content": "Before a crowd thick with maize and blue, the Wolverines beat Ohio State for the first time since 2011 and earned a chance to play for a Big Ten title.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2021/11/27/sports/ncaafootball/michigan-ohio-state-score.html", + "creator": "Alan Blinder", + "pubDate": "Sat, 27 Nov 2021 22:07:18 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178370,16 +203259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5546944ef0c4699762cff356ad411230" + "hash": "c38c5dbefad29e5f43145cea82c52bad" }, { - "title": "Denzel Washington, Man on Fire", - "description": "The actor never leans in — he’s all in. And in his latest, “Macbeth,” conjured by Joel Coen, he is as sharp and deadly as a dagger.", - "content": "The actor never leans in — he’s all in. And in his latest, “Macbeth,” conjured by Joel Coen, he is as sharp and deadly as a dagger.", - "category": "", - "link": "https://www.nytimes.com/2021/12/04/style/denzel-washington-man-on-fire.html", - "creator": "Maureen Dowd", - "pubDate": "Sat, 04 Dec 2021 10:00:12 +0000", + "title": "More Than $1 Million Raised to Help Kevin Strickland ", + "description": "More than 20,000 strangers have donated to an online fund-raiser to help Kevin Strickland’s re-entry to society.", + "content": "More than 20,000 strangers have donated to an online fund-raiser to help Kevin Strickland’s re-entry to society.", + "category": "Strickland, Kevin (1959- )", + "link": "https://www.nytimes.com/2021/11/27/us/kevin-strickland-exonerated-fundraiser.html", + "creator": "Christine Chung and Claire Fahy", + "pubDate": "Sat, 27 Nov 2021 13:53:45 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178390,16 +203279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c07ee15ea49fe4c76ae0cae0a19b9a2" + "hash": "e40bc0143d33e6bbd1f4d3f25a4e76d6" }, { - "title": "Buck O'Neil, Gil Hodges and Minnie Miñoso Elected to Hall of Fame", - "description": "A pair of committees asked to review candidates from previous eras elected Buck O’Neil, Gil Hodges, Minnie Miñoso, Tony Oliva, Jim Kaat and Bud Fowler.", - "content": "A pair of committees asked to review candidates from previous eras elected Buck O’Neil, Gil Hodges, Minnie Miñoso, Tony Oliva, Jim Kaat and Bud Fowler.", - "category": "Baseball", - "link": "https://www.nytimes.com/2021/12/05/sports/baseball/buck-oneil-gil-hodges-hall-of-fame.html", - "creator": "Benjamin Hoffman", - "pubDate": "Mon, 06 Dec 2021 00:22:52 +0000", + "title": "Laszlo Z. Bito, Scientist, Novelist and Philanthropist, Dies at 87", + "description": "He fled communist rule in Hungary, discovered a treatment for glaucoma in the U.S., then became an author and a voice against authoritarianism in his homeland.", + "content": "He fled communist rule in Hungary, discovered a treatment for glaucoma in the U.S., then became an author and a voice against authoritarianism in his homeland.", + "category": "Bito, Laszlo Z", + "link": "https://www.nytimes.com/2021/11/27/world/europe/laszlo-z-bito-dead.html", + "creator": "Sheryl Gay Stolberg", + "pubDate": "Sun, 28 Nov 2021 21:17:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178410,16 +203299,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a52e08108ba2ce1eabab5ac5164aa46" + "hash": "9d4e7dd60cbf6f28e1d2e87ffa8d1a19" }, { - "title": "Alabama, Michigan, Georgia and Cincinnati Make College Football Playoff", - "description": "The semifinal games are scheduled for New Year’s Eve, with the national championship planned for Jan. 10 in Indianapolis.", - "content": "The semifinal games are scheduled for New Year’s Eve, with the national championship planned for Jan. 10 in Indianapolis.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2021/12/05/sports/ncaafootball/alabama-michigan-georgia-cincinnati-college-football-playoff.html", - "creator": "Alan Blinder", - "pubDate": "Sun, 05 Dec 2021 17:30:43 +0000", + "title": "What Is SSENSE?", + "description": "In a competitive landscape of e-commerce sites, one has become the first word for a younger generation of online shoppers.", + "content": "In a competitive landscape of e-commerce sites, one has become the first word for a younger generation of online shoppers.", + "category": "SSENSE (Retailer)", + "link": "https://www.nytimes.com/2021/11/23/style/the-sensibility-of-ssense.html", + "creator": "Nathan Taylor Pemberton", + "pubDate": "Wed, 24 Nov 2021 20:22:35 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178430,16 +203319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc40c92370bea9d6f8d5fbacca1c6501" + "hash": "8bd14e075c039fdc7bf4217ae7d8e77f" }, { - "title": "U.S. Military Has Acted Against Ransomware Groups, General Acknowledges", - "description": "Gen. Paul M. Nakasone, the head of Cyber Command, said a new cross-functional effort has been gathering intelligence to combat criminal groups targeting U.S. infrastructure.", - "content": "Gen. Paul M. Nakasone, the head of Cyber Command, said a new cross-functional effort has been gathering intelligence to combat criminal groups targeting U.S. infrastructure.", - "category": "Cyberwarfare and Defense", - "link": "https://www.nytimes.com/2021/12/05/us/politics/us-military-ransomware-cyber-command.html", - "creator": "Julian E. Barnes", - "pubDate": "Sun, 05 Dec 2021 19:07:02 +0000", + "title": "How a Book- Pickle- and Tchotchke-Seller Spends Sundays", + "description": "When she’s not at her whimsical secondhand shop, Leigh Altshuler plays board games and visits neighbors.", + "content": "When she’s not at her whimsical secondhand shop, Leigh Altshuler plays board games and visits neighbors.", + "category": "Pickles and Relishes", + "link": "https://www.nytimes.com/2021/11/26/nyregion/secondhand-stores-nyc.html", + "creator": "Paige Darrah", + "pubDate": "Fri, 26 Nov 2021 10:00:25 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178450,16 +203339,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c04fec9f7be2c2560e4317ffda4b3a7" + "hash": "c365e4e6fccf72ebdf846f0620edcdcc" }, { - "title": "Cambodian Effort to Find Artifacts Won’t End With Informant’s Death", - "description": "Officials plan to use evidence from the former looter known as Lion as they seek the return of stolen objects from museums and private collections.", - "content": "Officials plan to use evidence from the former looter known as Lion as they seek the return of stolen objects from museums and private collections.", - "category": "Arts and Antiquities Looting", - "link": "https://www.nytimes.com/2021/12/05/arts/design/cambodian-effort-to-find-artifacts-wont-end-with-informants-death.html", - "creator": "Tom Mashberg", - "pubDate": "Sun, 05 Dec 2021 21:00:01 +0000", + "title": "Cultivating Art, Not Argument, at a Los Angeles Law Office", + "description": "Their office-tower studios could not be less bohemian, but the artists in residence at a law firm’s offices in California say the spaces spur creativity nonetheless.", + "content": "Their office-tower studios could not be less bohemian, but the artists in residence at a law firm’s offices in California say the spaces spur creativity nonetheless.", + "category": "Art", + "link": "https://www.nytimes.com/2021/11/24/arts/design/artists-in-residence-los-angeles.html", + "creator": "Lauren Herstik and Graham Bowley", + "pubDate": "Thu, 25 Nov 2021 15:07:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178470,16 +203359,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff6042fd31145f41a2e12b94a4c5eb51" + "hash": "b087cb755dc04bc06ba1713d87e25107" }, { - "title": "Chris Cuomo Faced Sexual Misconduct Accusation Before CNN Fired Him", - "description": "The network said it had “terminated him, effective immediately,” a move that came days after a lawyer for a former colleague accused the host of sexual misconduct.", - "content": "The network said it had “terminated him, effective immediately,” a move that came days after a lawyer for a former colleague accused the host of sexual misconduct.", - "category": "Cuomo, Christopher", - "link": "https://www.nytimes.com/2021/12/04/business/media/chris-cuomo-fired-cnn.html", - "creator": "Michael M. Grynbaum, John Koblin and Jodi Kantor", - "pubDate": "Sun, 05 Dec 2021 17:18:24 +0000", + "title": "As We Live Longer, How Should Life Change? There Is a Blueprint.", + "description": "“The New Map of Life” reimagines education, careers, cities and life transitions for lives that span a century (or more).", + "content": "“The New Map of Life” reimagines education, careers, cities and life transitions for lives that span a century (or more).", + "category": "Longevity", + "link": "https://www.nytimes.com/2021/11/23/business/dealbook/living-longer-lives.html", + "creator": "Corinne Purtill", + "pubDate": "Wed, 24 Nov 2021 20:43:13 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178490,16 +203379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f4a0451a72a4a3a54c57e87e03f542a" + "hash": "d4df1127deaedc1f3a6ec4516b4fc8c1" }, { - "title": "The New Rules for Hosting That Holiday Party", - "description": "If the 2020 holiday season was the year to cancel everything, 2021 is about figuring out how to get our groove back.", - "content": "If the 2020 holiday season was the year to cancel everything, 2021 is about figuring out how to get our groove back.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/03/realestate/hosting-holiday-party-covid.html", - "creator": "Ronda Kaysen", - "pubDate": "Fri, 03 Dec 2021 13:00:07 +0000", + "title": "‘I Savor Everything’: A Soprano’s Star Turn at the Met Opera", + "description": "Erin Morley, a fixture at the Met for over a decade, is now singing the title role in “Eurydice.”", + "content": "Erin Morley, a fixture at the Met for over a decade, is now singing the title role in “Eurydice.”", + "category": "Opera", + "link": "https://www.nytimes.com/2021/11/26/arts/music/erin-morley-eurydice-met-opera.html", + "creator": "Joshua Barone", + "pubDate": "Fri, 26 Nov 2021 15:55:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178510,16 +203399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27cf0108cf9aaac35392f74925330fd3" + "hash": "a544cbfad5ed62c195cbcbf2fdd3dcae" }, { - "title": "Where the Pro-Choice Movement Went Wrong", - "description": "How abortion-rights groups failed to stop the erosion of Roe v. Wade.", - "content": "How abortion-rights groups failed to stop the erosion of Roe v. Wade.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/01/opinion/abortion-planned-parenthood-naral-roe-v-wade.html", - "creator": "Amy Littlefield", - "pubDate": "Wed, 01 Dec 2021 16:57:45 +0000", + "title": "Virgil Abloh, Bold Designer of Men’s Wear, Dies at 41", + "description": "His expansive approach to design inspired comparisons to artists including Andy Warhol and Jeff Koons. For him, clothes were totems of identity.", + "content": "His expansive approach to design inspired comparisons to artists including Andy Warhol and Jeff Koons. For him, clothes were totems of identity.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/11/28/style/virgil-abloh-dead.html", + "creator": "Vanessa Friedman", + "pubDate": "Sun, 28 Nov 2021 20:00:36 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178530,16 +203419,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "952fb787c6c49a3f8f3fb43450c20f26" + "hash": "0f2dc4b9fb9c430965c3a1718fff682d" }, { - "title": "Tiny Homes for the Homeless", - "description": "Do these shelters help those living on the streets or just offer political cover?", - "content": "Do these shelters help those living on the streets or just offer political cover?", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/02/opinion/tiny-house-homelessness.html", - "creator": "Jay Caspian Kang", - "pubDate": "Thu, 02 Dec 2021 21:48:25 +0000", + "title": "New Coronavirus Variant Puts Nations on Alert", + "description": "Britain, Germany and Italy confirmed cases while chaos at a Dutch airport exemplified the scattershot response across Europe. Follow updates on Covid.", + "content": "Britain, Germany and Italy confirmed cases while chaos at a Dutch airport exemplified the scattershot response across Europe. Follow updates on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/27/world/covid-omicron-variant-news", + "creator": "The New York Times", + "pubDate": "Sun, 28 Nov 2021 05:15:40 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178550,16 +203439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3667ce939aa62bdf627707c1546777e9" + "hash": "eee1fcff05d73a0081d0b17794347716" }, { - "title": "Omicron Is Another Waiting Game for Parents", - "description": "A worrisome week in news.", - "content": "A worrisome week in news.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/04/opinion/omicron-michigan-dobbs.html", - "creator": "Jessica Grose", - "pubDate": "Sat, 04 Dec 2021 16:30:19 +0000", + "title": "New York’s governor declares a state of emergency in anticipation of new coronavirus surge.", + "description": "", + "content": "", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/27/world/covid-omicron-variant-news/new-york-governor-declares-a-state-of-emergency-in-anticipation-of-new-coronavirus-surge", + "creator": "Jesse McKinley", + "pubDate": "Sun, 28 Nov 2021 03:54:19 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178570,16 +203459,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b1b55a95d170d1d75ec2464fc6122e8" + "hash": "d8db9a55ea44d3e79d18f654c65d6d53" }, { - "title": "Fatalities Reported After Military Truck Rams Protesters in Myanmar", - "description": "Witnesses said soldiers also fired into the crowd and kicked wounded demonstrators, the latest in a series of confrontations in which the military’s behavior has infuriated citizens.", - "content": "Witnesses said soldiers also fired into the crowd and kicked wounded demonstrators, the latest in a series of confrontations in which the military’s behavior has infuriated citizens.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2021/12/05/world/asia/myanmar-car-protesters-killed.html", - "creator": "Sui-Lee Wee", - "pubDate": "Sun, 05 Dec 2021 08:01:08 +0000", + "title": "Students at Meharry Medical College Each Get $10,000 for Covid Fight", + "description": "Meharry Medical College in Nashville gave $10,000 to each student from a pool of coronavirus relief funds.", + "content": "Meharry Medical College in Nashville gave $10,000 to each student from a pool of coronavirus relief funds.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/live/2021/11/25/world/covid-vaccine-boosters-mandates/meharry-med-students-covid-gift", + "creator": "Adeel Hassan", + "pubDate": "Sat, 27 Nov 2021 21:14:51 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178590,16 +203479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "db1e6df1f0e5a46d6d320534cc0f45f2" + "hash": "d3d44ce418f8afb0a8748049086be6e9" }, { - "title": "Three Months After Hurricane Ida, Residents Are Still Waiting for FEMA Housing", - "description": "As storms and fires become more severe, disaster housing policy has failed to keep up, leaving people displaced for months on end.", - "content": "As storms and fires become more severe, disaster housing policy has failed to keep up, leaving people displaced for months on end.", - "category": "Hurricane Ida (2021)", - "link": "https://www.nytimes.com/2021/12/05/us/hurricane-ida-fema-housing.html", - "creator": "Sophie Kasakove and Katy Reckdahl", - "pubDate": "Sun, 05 Dec 2021 08:00:09 +0000", + "title": "Families Cheer, Some Doctors Worry as Nursing Homes Open Doors Wide to Visitors", + "description": "The federal government recently lifted most visitation restrictions at nursing homes. But concerns linger that a full reopening could leave residents vulnerable to another coronavirus surge.", + "content": "The federal government recently lifted most visitation restrictions at nursing homes. But concerns linger that a full reopening could leave residents vulnerable to another coronavirus surge.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/27/health/coronavirus-nursing-homes.html", + "creator": "Paula Span", + "pubDate": "Sat, 27 Nov 2021 14:00:56 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178610,16 +203499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6898722d13453ccfad3aab20173e2142" + "hash": "9a45c6da19bc24c6fb0873659a63c327" }, { - "title": "Ruth Reichl Will Write a Substack Newsletter", - "description": "The former restaurant critic and Gourmet editor is joining a cadre of chefs and authors enlisted to expand the platform’s culinary content.", - "content": "The former restaurant critic and Gourmet editor is joining a cadre of chefs and authors enlisted to expand the platform’s culinary content.", - "category": "Writing and Writers", - "link": "https://www.nytimes.com/2021/12/01/dining/substack-food-ruth-reichl.html", - "creator": "Kim Severson", - "pubDate": "Wed, 01 Dec 2021 23:56:39 +0000", + "title": "Fake Food Is Trendy Again", + "description": "In the world of home décor, maximalism is back — and with it, tchotchkes that were once regarded as kitschy or quaint.", + "content": "In the world of home décor, maximalism is back — and with it, tchotchkes that were once regarded as kitschy or quaint.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/11/27/style/fake-food-is-trendy-again.html", + "creator": "Emma Grillo", + "pubDate": "Sat, 27 Nov 2021 21:06:42 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178630,16 +203519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b96af0dc557a186e2aee5314bac52429" + "hash": "c6499593171fb522bf6a690fdea0c0e2" }, { - "title": "A Master of the Half Pipe Plants His Feet at the Altar", - "description": "Danny Davis, a professional snowboarder, married Hayley Simpson 19 years after they met as teens at a snowboarding event.", - "content": "Danny Davis, a professional snowboarder, married Hayley Simpson 19 years after they met as teens at a snowboarding event.", - "category": "Weddings and Engagements", - "link": "https://www.nytimes.com/2021/12/03/style/danny-davis-hayley-simpson-wedding.html", - "creator": "Vincent M. Mallozzi", - "pubDate": "Fri, 03 Dec 2021 16:43:39 +0000", + "title": "Making Fresh Cheese at Home Is Worth It. This Recipe Proves It.", + "description": "Homemade paneer is tender and delicate and extremely creamy — and the star of this simple tikka.", + "content": "Homemade paneer is tender and delicate and extremely creamy — and the star of this simple tikka.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/11/24/magazine/paneer-fresh-cheese-recipe.html", + "creator": "Tejal Rao", + "pubDate": "Sat, 27 Nov 2021 07:25:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178650,16 +203539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bb6400c590d5856d08da08f80b47428" + "hash": "f7c4c5b1faa158ec643166536e86841b" }, { - "title": "How the Rev. Dr. Jacqui Lewis, Author and Preacher, Spends Her Sundays", - "description": "Although her church burned down a year ago, it’s still very much alive in her heart and actions.", - "content": "Although her church burned down a year ago, it’s still very much alive in her heart and actions.", - "category": "Historic Buildings and Sites", - "link": "https://www.nytimes.com/2021/12/03/nyregion/jacqui-lewis-middle-collegiate.html", - "creator": "Tammy La Gorce", - "pubDate": "Fri, 03 Dec 2021 10:00:26 +0000", + "title": "Why Is Murder Spiking? And Can Cities Address It Without Police?", + "description": "What a progressive vision of public safety could look like.", + "content": "What a progressive vision of public safety could look like.", + "category": "Polls and Public Opinion", + "link": "https://www.nytimes.com/2021/11/23/opinion/ezra-klein-podcast-patrick-sharkey.html", + "creator": "‘The Ezra Klein Show’", + "pubDate": "Tue, 23 Nov 2021 12:39:30 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178670,16 +203559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d6ef261d4770d3cd5f34e9a8d2ee5bc" + "hash": "20ba20bdfa8d72f081445e65c24bb057" }, { - "title": "What African Americans Thought of Barack Obama", - "description": "Claude A. Clegg III’s “The Black President” looks at the often surprising reactions of African Americans to the Obama administration.", - "content": "Claude A. Clegg III’s “The Black President” looks at the often surprising reactions of African Americans to the Obama administration.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/02/books/review/claude-a-clegg-iii-the-black-president.html", - "creator": "Orlando Patterson", - "pubDate": "Thu, 02 Dec 2021 20:00:02 +0000", + "title": "Self Sufficiency Is Overrated", + "description": "When I opened myself up to the generosity of others, even small kindnesses suddenly felt outsized in their humanity.", + "content": "When I opened myself up to the generosity of others, even small kindnesses suddenly felt outsized in their humanity.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/11/25/opinion/self-sufficiency-generosity.html", + "creator": "Sarah Wildman", + "pubDate": "Thu, 25 Nov 2021 20:29:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178690,16 +203579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6506246bbb3232f7b24ad2cfb428909c" + "hash": "249044a8657fe94de933a34dea3fe5ce" }, { - "title": "Mothers of Reinvention: The Lab Pivots as Studios Close", - "description": "In a strategic feat of survival, the Lab, a Los Angeles dance studio stalwart, has transformed itself into a creative agency and “lifestyle brand.”", - "content": "In a strategic feat of survival, the Lab, a Los Angeles dance studio stalwart, has transformed itself into a creative agency and “lifestyle brand.”", - "category": "Dancing", - "link": "https://www.nytimes.com/2021/12/02/arts/dance/the-lab-studio-los-angeles.html", - "creator": "Margaret Fuhrer", - "pubDate": "Thu, 02 Dec 2021 18:09:59 +0000", + "title": "Bankers Took Over the Climate Change Summit. That’s Bad For Democracy.", + "description": "Environmentalists are skeptical. They should be.", + "content": "Environmentalists are skeptical. They should be.", + "category": "Banking and Financial Institutions", + "link": "https://www.nytimes.com/2021/11/25/opinion/cop26-gfanz-climate-change.html", + "creator": "Christopher Caldwell", + "pubDate": "Thu, 25 Nov 2021 10:00:11 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178710,16 +203599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6b11ee18ea1bb4f753cd28e10f1dc4c" + "hash": "cf84e3afea1ebe0cb8e1f6c764b1b171" }, { - "title": "Getting Packages in My Building Is Chaotic. What Can I Do?", - "description": "The pandemic has exacerbated the onslaught of deliveries. Management should consider changes to staffing, storage capacity or building policy.", - "content": "The pandemic has exacerbated the onslaught of deliveries. Management should consider changes to staffing, storage capacity or building policy.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/04/realestate/package-delivery-apartment-buildings.html", - "creator": "Ronda Kaysen", - "pubDate": "Sat, 04 Dec 2021 15:00:05 +0000", + "title": "Ahmaud Arbery Was Murdered. But His Life Will Not Be Forgotten.", + "description": "We do not just remember the death. We remember the life, the beauty, the art, the feeling, the waiting, the living. ", + "content": "We do not just remember the death. We remember the life, the beauty, the art, the feeling, the waiting, the living. ", + "category": "Race and Ethnicity", + "link": "https://www.nytimes.com/2021/11/24/opinion/ahmaud-arbery-verdict-justice.html", + "creator": "Danté Stewart", + "pubDate": "Wed, 24 Nov 2021 21:34:21 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178730,16 +203619,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f1f183c66ce84d269ec08fe1c788397" + "hash": "5ede66a6a79938989ca0993851701baf" }, { - "title": "The U.S. is close to having 200 million people fully vaccinated.", - "description": " ", - "content": " ", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/05/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Sun, 05 Dec 2021 19:00:56 +0000", + "title": "Climate Change Threatens Smithsonian Museums", + "description": "Beneath the National Museum of American History, floodwaters are intruding into collection rooms, a consequence of a warming planet. A fix remains years away.", + "content": "Beneath the National Museum of American History, floodwaters are intruding into collection rooms, a consequence of a warming planet. A fix remains years away.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/11/25/climate/smithsonian-museum-flooding.html", + "creator": "Christopher Flavelle", + "pubDate": "Thu, 25 Nov 2021 22:38:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178750,16 +203639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3155cc29c09d4e3f3b5cd00744ba4d3b" + "hash": "8ae903ac9bd0a6cb4575399b6d205112" }, { - "title": "Omicron, Michigan, Rockefeller Center: Your Weekend Briefing", - "description": "Here’s what you need to know about the week’s top stories.", - "content": "Here’s what you need to know about the week’s top stories.", - "category": "", - "link": "https://www.nytimes.com/2021/12/05/briefing/omicron-michigan-rockefeller-center.html", - "creator": "Remy Tumin", - "pubDate": "Sun, 05 Dec 2021 11:10:46 +0000", + "title": "Swimming Upstream in Heels and Skinny Pants", + "description": "If I were a salmon, I would die for my child. As a human being, I wish I could have.", + "content": "If I were a salmon, I would die for my child. As a human being, I wish I could have.", + "category": "Love (Emotion)", + "link": "https://www.nytimes.com/2021/11/26/style/modern-love-salmon-miscarriage-heels-skinny-pants.html", + "creator": "Rachel Stevens", + "pubDate": "Fri, 26 Nov 2021 05:00:06 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178770,16 +203659,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc27395d0c89661bfca3f690a7bb1174" + "hash": "391d88630fe5ec35c8048444cb88f020" }, { - "title": "Adele Returns, From Beyond Space and Time", - "description": "Will we ever see a star who unites audiences like this British musician again?", - "content": "Will we ever see a star who unites audiences like this British musician again?", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/11/30/arts/music/popcast-adele-30.html", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 23:23:05 +0000", + "title": "Guantánamo Bay: Beyond the Prison", + "description": "With 6,000 residents and the feel of a college campus, the U.S. Navy base has some of the trappings of small-town America, and some of a police state.", + "content": "With 6,000 residents and the feel of a college campus, the U.S. Navy base has some of the trappings of small-town America, and some of a police state.", + "category": "Guantanamo Bay Naval Base (Cuba)", + "link": "https://www.nytimes.com/2021/11/26/us/politics/guantanamo-bay.html", + "creator": "Erin Schaff and Carol Rosenberg", + "pubDate": "Fri, 26 Nov 2021 20:32:54 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178790,16 +203679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd6673d1259eee58c89c6646dc3fb5c3" + "hash": "11f4b55268e41f0052795f335e85c738" }, { - "title": "Don Demeter, a Dodger Star of the Future Who Wasn’t, Dies at 86", - "description": "Groomed to replace Duke Snider, he broke his wrist in 1960 and never lived up to expectations. But he had a fine career with four other teams.", - "content": "Groomed to replace Duke Snider, he broke his wrist in 1960 and never lived up to expectations. But he had a fine career with four other teams.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/12/01/sports/baseball/don-demeter-dead.html", - "creator": "Richard Goldstein", - "pubDate": "Thu, 02 Dec 2021 02:03:44 +0000", + "title": "Texas Abortion Law Complicates Care for Risky Pregnancies", + "description": "Doctors in Texas say they cannot head off life-threatening medical crises in pregnant women if abortions cannot be offered or even discussed.", + "content": "Doctors in Texas say they cannot head off life-threatening medical crises in pregnant women if abortions cannot be offered or even discussed.", + "category": "Texas", + "link": "https://www.nytimes.com/2021/11/26/health/texas-abortion-law-risky-pregnancy.html", + "creator": "Roni Caryn Rabin", + "pubDate": "Fri, 26 Nov 2021 08:00:10 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178810,16 +203699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c248d0eb80ab543a63e279c13045aa29" + "hash": "5c8c64517910b9de336bdfaf1a766e5d" }, { - "title": "Vaccine Demand in the U.S. Rises as Omicron Fears Grow", - "description": "Most of the infected had traveled to southern Africa recently, but health officials are bracing for the inevitable community spread.", - "content": "Most of the infected had traveled to southern Africa recently, but health officials are bracing for the inevitable community spread.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/04/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Sun, 05 Dec 2021 07:11:09 +0000", + "title": "Young New Yorkers Discover Manhattan's Classic Cocktail Bars", + "description": "Bemelmans Bar now has bouncers. And at the Rainbow Room, a post-punk after party.", + "content": "Bemelmans Bar now has bouncers. And at the Rainbow Room, a post-punk after party.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/11/26/nyregion/bemelmans-rainbow-room-revival.html", + "creator": "Alyson Krueger", + "pubDate": "Fri, 26 Nov 2021 15:04:39 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178830,16 +203719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e105d36d34c2cf004738562c1f133c06" + "hash": "26387ddf7898ae4fe8569b213a886b84" }, { - "title": "Critical Moment for Roe, and the Supreme Court’s Legitimacy", - "description": "As justices consider Mississippi’s restrictive abortion law, scholars debate what a reversal of Roe v. Wade would mean for the court’s credibility.", - "content": "As justices consider Mississippi’s restrictive abortion law, scholars debate what a reversal of Roe v. Wade would mean for the court’s credibility.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/04/us/mississippi-supreme-court-abortion-roe-v-wade.html", - "creator": "Adam Liptak", - "pubDate": "Sat, 04 Dec 2021 16:45:51 +0000", + "title": "Ira Glass Recommends These 'This American Life' Episodes", + "description": "From family mysteries and Native American history to stories that delight, here’s what the show’s host, Ira Glass, recommends to get you through the week.", + "content": "From family mysteries and Native American history to stories that delight, here’s what the show’s host, Ira Glass, recommends to get you through the week.", + "category": "Radio", + "link": "https://www.nytimes.com/2020/11/24/podcasts/this-american-life-thanksgiving.html", + "creator": "Ira Glass", + "pubDate": "Wed, 16 Dec 2020 20:19:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178850,16 +203739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8aad2a559a9a0d5e8f3fe537e58b4633" + "hash": "d37ec71cff83c359788d1302a60c12cb" }, { - "title": "CNN Fires Chris Cuomo Over Role in Andrew Cuomo's Scandal", - "description": "The network said it had “terminated him, effective immediately,” a move that came days after a lawyer for a former colleague accused the host of sexual misconduct.", - "content": "The network said it had “terminated him, effective immediately,” a move that came days after a lawyer for a former colleague accused the host of sexual misconduct.", - "category": "News and News Media", - "link": "https://www.nytimes.com/2021/12/04/business/media/chris-cuomo-fired-cnn.html", - "creator": "Michael M. Grynbaum, John Koblin and Jodi Kantor", - "pubDate": "Sun, 05 Dec 2021 06:18:25 +0000", + "title": "The Emotional and Financial Business of Taylor Swift’s ‘All Too Well’", + "description": "What does the rerecorded song from “Red” say about how power and the past have shaped her career?", + "content": "What does the rerecorded song from “Red” say about how power and the past have shaped her career?", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/11/17/arts/music/popcast-taylor-swift-all-too-well.html", + "creator": "", + "pubDate": "Wed, 17 Nov 2021 20:06:24 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178870,16 +203759,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "460b124024cb1624da1d7eab69d4d889" + "hash": "9aad84fe681a796e5672f5b7f82dd6f7" }, { - "title": "Dramatic Day Reveals Details About the Parents of a School Shooting Suspect", - "description": "After a manhunt and an arraignment, scrutiny of James and Jennifer Crumbley has intensified.", - "content": "After a manhunt and an arraignment, scrutiny of James and Jennifer Crumbley has intensified.", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/05/us/michigan-shooting-parents.html", - "creator": "Sophie Kasakove and Susan Cooper Eastman", - "pubDate": "Sun, 05 Dec 2021 13:51:02 +0000", + "title": "Brazil’s President Lula Is Staging a Comeback. Can He Bring the Country Along?", + "description": "Luiz Inácio Lula da Silva, the former president, has beat back a flurry of corruption cases and climbed to the front of next year’s presidential race.", + "content": "Luiz Inácio Lula da Silva, the former president, has beat back a flurry of corruption cases and climbed to the front of next year’s presidential race.", + "category": "Corruption (Institutional)", + "link": "https://www.nytimes.com/2021/11/27/world/americas/brazil-president-lula.html", + "creator": "Ernesto Londoño", + "pubDate": "Sat, 27 Nov 2021 18:11:55 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178890,16 +203779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c534a25f23a0c4ae26a4ec5c8d8bdf2d" + "hash": "40663e033e4bf08104daa038952657d6" }, { - "title": "Condé Nast Knows Faded Glory Is Not in Style", - "description": "Anna Wintour is the embodiment of the glory days of the magazine dynasty. Now she is pitching its global, digital future.", - "content": "Anna Wintour is the embodiment of the glory days of the magazine dynasty. Now she is pitching its global, digital future.", - "category": "Magazines", - "link": "https://www.nytimes.com/2021/12/04/business/media/conde-nast-anna-wintour.html", - "creator": "Katie Robertson", - "pubDate": "Sat, 04 Dec 2021 16:24:33 +0000", + "title": "Vaping Is Risky. Why Is the F.D.A. Authorizing E-Cigarettes?", + "description": "The agency has taken a controversial stand on vaping as a way to quit tobacco. This is what the research shows.", + "content": "The agency has taken a controversial stand on vaping as a way to quit tobacco. This is what the research shows.", + "category": "Smoking and Tobacco", + "link": "https://www.nytimes.com/2021/11/23/magazine/vaping-fda.html", + "creator": "Kim Tingley", + "pubDate": "Thu, 25 Nov 2021 13:03:17 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178910,16 +203799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a563cbe6ec7bafc00b92538fb30b58e8" + "hash": "d875d8de74ef2f05ca8b6d0f7207b759" }, { - "title": "You Should Be Afraid of the Next ‘Lab Leak’", - "description": "Covid might not have come out of a medical research lab, but it raises some urgent questions about how those facilities operate.", - "content": "Covid might not have come out of a medical research lab, but it raises some urgent questions about how those facilities operate.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/23/magazine/covid-lab-leak.html", - "creator": "Jon Gertner", - "pubDate": "Wed, 24 Nov 2021 03:41:04 +0000", + "title": "Mets Bolster Offense With Starling Marte, Eduardo Escobar and Mark Canha", + "description": "With Starling Marte, Eduardo Escobar and Mark Canha, the run-starved Mets addressed their biggest need while adding some defensive versatility.", + "content": "With Starling Marte, Eduardo Escobar and Mark Canha, the run-starved Mets addressed their biggest need while adding some defensive versatility.", + "category": "Baseball", + "link": "https://www.nytimes.com/2021/11/27/sports/baseball/starling-marte-mets.html", + "creator": "Tyler Kepner", + "pubDate": "Sat, 27 Nov 2021 18:57:53 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178930,16 +203819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc1f74d896e196c48b3aca382519c35d" + "hash": "f2660cb1cd8278ebd668e92b406a2434" }, { - "title": "Our Most Popular Recipes of 2021", - "description": "A countdown of the delicious dishes our readers viewed the most this year.", - "content": "A countdown of the delicious dishes our readers viewed the most this year.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/12/03/dining/2021-most-popular-recipes.html", - "creator": "Margaux Laskey", - "pubDate": "Fri, 03 Dec 2021 18:32:57 +0000", + "title": "Covid Restrictions Are Back at Some of Europe's Theaters", + "description": "Strict controls on playhouses and music venues are returning as the continent deals with a new coronavirus wave.", + "content": "Strict controls on playhouses and music venues are returning as the continent deals with a new coronavirus wave.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/11/26/arts/music/europe-covid-restrictions-theaters-music-venues.html", + "creator": "Alex Marshall", + "pubDate": "Fri, 26 Nov 2021 16:57:12 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178950,16 +203839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dafe4d3c85e4b24ba8f9ba67de38a6b6" + "hash": "83752fce3485feb983246bdb4b58334f" }, { - "title": "Who Will Hold Prosecutors Accountable?", - "description": "The Justice Department’s Office of Professional Responsibility needs an overhaul.", - "content": "The Justice Department’s Office of Professional Responsibility needs an overhaul.", - "category": "Prosecutorial Misconduct", - "link": "https://www.nytimes.com/2021/12/04/opinion/prosecutor-misconduct-new-york-doj.html", - "creator": "The Editorial Board", - "pubDate": "Sat, 04 Dec 2021 20:07:05 +0000", + "title": "The Heavy Price of Holiday Magic", + "description": "When you’re struggling to pay the bills, a child’s wish list can feel like an additional burden.", + "content": "When you’re struggling to pay the bills, a child’s wish list can feel like an additional burden.", + "category": "Holidays and Special Occasions", + "link": "https://www.nytimes.com/2020/04/17/parenting/holiday-money-stress.html", + "creator": "Sa’iyda Shabazz", + "pubDate": "Fri, 17 Apr 2020 15:32:46 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178970,16 +203859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e79b1c5c8cf3b1fefbebc05822adc6a9" + "hash": "76863d7310491b97465dea00b3c52b32" }, { - "title": "The Metaverse Is Coming, and the World Is Not Ready for It", - "description": "The geopolitical consequences may be radical.", - "content": "The geopolitical consequences may be radical.", - "category": "Computers and the Internet", - "link": "https://www.nytimes.com/2021/12/02/opinion/metaverse-politics-disinformation-society.html", - "creator": "Zoe Weinberg", - "pubDate": "Thu, 02 Dec 2021 20:00:10 +0000", + "title": "How to Wrap Advice as a Gift a Teenager Might Open", + "description": "When parents have something to say that they really want teenagers to hear, these approaches can help get the message across.", + "content": "When parents have something to say that they really want teenagers to hear, these approaches can help get the message across.", + "category": "Teenagers and Adolescence", + "link": "https://www.nytimes.com/2018/12/19/well/family/how-to-wrap-advice-as-a-gift-a-teenager-might-open.html", + "creator": "Lisa Damour", + "pubDate": "Wed, 19 Dec 2018 10:00:01 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -178990,16 +203879,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a7ad8302a1c6568f303b71156c31f7e" + "hash": "d5e3cd96b5cebf438aa5df4d56551fcc" }, { - "title": "Former Montana Governor Steve Bullock Warns: Democrats Face Trouble in Rural America", - "description": "It’s time to ditch the grand ideological narratives and talk to voters about their real needs.", - "content": "It’s time to ditch the grand ideological narratives and talk to voters about their real needs.", - "category": "Midterm Elections (2022)", - "link": "https://www.nytimes.com/2021/12/03/opinion/democrats-rural-america-midterms.html", - "creator": "Steve Bullock", - "pubDate": "Fri, 03 Dec 2021 17:51:30 +0000", + "title": "How to Foster Empathy in Children", + "description": "Research shows that we are each born with a given number of neurons that participate in an empathetic response. But early life experience shapes how we act on it.", + "content": "Research shows that we are each born with a given number of neurons that participate in an empathetic response. But early life experience shapes how we act on it.", + "category": "Children and Childhood", + "link": "https://www.nytimes.com/2018/12/10/well/live/how-to-foster-empathy-in-children.html", + "creator": "Jane E. Brody", + "pubDate": "Mon, 10 Dec 2018 19:19:20 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -179010,16 +203899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "72831805aade40468f62f1085560250b" + "hash": "51ff6fc13ed33acbdcf247fd1405ccfb" }, { - "title": "Jack Dorsey Steps Down and Other Silicon Valley Transitions", - "description": "Twitter’s new boss needs to boost the company’s value, or someone else will.", - "content": "Twitter’s new boss needs to boost the company’s value, or someone else will.", - "category": "Computers and the Internet", - "link": "https://www.nytimes.com/2021/12/02/opinion/twitter-remote-work.html", - "creator": "Kara Swisher", - "pubDate": "Thu, 02 Dec 2021 23:28:08 +0000", + "title": "The Hilarious, Heartbreaking Life and Music of Malcolm Arnold", + "description": "He was one of the most popular British composers of his time, but there are few celebrations of Arnold’s centenary this year.", + "content": "He was one of the most popular British composers of his time, but there are few celebrations of Arnold’s centenary this year.", + "category": "Classical Music", + "link": "https://www.nytimes.com/2021/11/26/arts/music/classical-music-malcolm-arnold.html", + "creator": "Hugh Morris", + "pubDate": "Sat, 27 Nov 2021 01:04:49 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -179030,16 +203919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da0f920584ff321507b1a1a44245b1ce" + "hash": "a8eddce8639d9e564ceeaaa451060c39" }, { - "title": "Vaccine Hesitancy Is About Trust and Class", - "description": "Vaccine hesitancy reflects a transformation of people’s core beliefs about what we owe each other.", - "content": "Vaccine hesitancy reflects a transformation of people’s core beliefs about what we owe each other.", - "category": "Vaccination and Immunization", - "link": "https://www.nytimes.com/2021/12/03/opinion/vaccine-hesitancy-covid.html", - "creator": "Anita Sreedhar and Anand Gopal", - "pubDate": "Fri, 03 Dec 2021 18:12:47 +0000", + "title": "‘West Side Story’ Star Ariana DeBose Is Always Ready for Her Next Role", + "description": "After dancing in ‘Hamilton’ and playing Anita in Steven Spielberg’s new musical adaptation, the actress has her sights on a part entirely her own.", + "content": "After dancing in ‘Hamilton’ and playing Anita in Steven Spielberg’s new musical adaptation, the actress has her sights on a part entirely her own.", + "category": "DeBose, Ariana", + "link": "https://www.nytimes.com/2021/11/23/t-magazine/ariana-debose-west-side-story.html", + "creator": "Juan A. Ramírez", + "pubDate": "Tue, 23 Nov 2021 10:00:26 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -179050,16 +203939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2109c221b4e7a85d3a2e08bf125612a8" + "hash": "da29c1a6cdee5643a66285725d383f61" }, { - "title": "Social Welfare Can Break the Intergenerational Cycle of Poverty", - "description": "Intervening in children’s lives early can help break the cycle of intergenerational poverty.", - "content": "Intervening in children’s lives early can help break the cycle of intergenerational poverty.", - "category": "Poverty", - "link": "https://www.nytimes.com/2021/12/02/opinion/politics/child-poverty-us.html", - "creator": "David L. Kirp", - "pubDate": "Thu, 02 Dec 2021 20:00:07 +0000", + "title": "The Car Key of the Future (Is Still in Your Pocket)", + "description": "They’re in fobs or on phones, and digital or “smart,” and they can do far more than just open doors and start the engine.", + "content": "They’re in fobs or on phones, and digital or “smart,” and they can do far more than just open doors and start the engine.", + "category": "Automobiles", + "link": "https://www.nytimes.com/2021/11/25/business/car-keys-fobs.html", + "creator": "Stephen Williams", + "pubDate": "Thu, 25 Nov 2021 11:00:09 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -179070,16 +203959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c015eefe68134f16162683a7181e795e" + "hash": "509c5d4f066c13b64041ed71160f589c" }, { - "title": "In Shinn v. Ramirez, the Supreme Court Should Reject Arizona's Gambit", - "description": "Two Arizona men who were appointed ineffective lawyers landed on death row. If Arizona has its way, the Supreme Court will close an already narrow avenue for relief. ", - "content": "Two Arizona men who were appointed ineffective lawyers landed on death row. If Arizona has its way, the Supreme Court will close an already narrow avenue for relief. ", - "category": "Supreme Court (US)", - "link": "https://www.nytimes.com/2021/12/03/opinion/supreme-court-death-row-shinn-ramirez.html", - "creator": "Christina Swarns", - "pubDate": "Fri, 03 Dec 2021 10:00:08 +0000", + "title": "How Alienation Became My Superpower", + "description": "Feeling like an outsider can be painful. But it comes with secret gifts of perception.", + "content": "Feeling like an outsider can be painful. But it comes with secret gifts of perception.", + "category": "Writing and Writers", + "link": "https://www.nytimes.com/2021/11/23/magazine/estranged-father.html", + "creator": "Elisa Gonzalez", + "pubDate": "Sat, 27 Nov 2021 07:20:31 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -179090,16 +203979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c94d82f1db77c0a44ddfff1315d6b7c0" + "hash": "402e41d34dc656bd5bfb642678ec4f35" }, { - "title": "Columbia Student Is Stabbed to Death Near Campus", - "description": "The graduate student, Davide Giri, was fatally stabbed near the Manhattan campus on Thursday night. A man has been arrested and charges are pending, the police said.", - "content": "The graduate student, Davide Giri, was fatally stabbed near the Manhattan campus on Thursday night. A man has been arrested and charges are pending, the police said.", - "category": "Columbia University", - "link": "https://www.nytimes.com/2021/12/03/nyregion/columbia-student-stabbed.html", - "creator": "Troy Closson and Lola Fadulu", - "pubDate": "Fri, 03 Dec 2021 17:31:34 +0000", + "title": "Jeff Goldblum Goes Wild With Wes Anderson and Thelonious Monk", + "description": "The actor talks about the second season of “The World According to Jeff Goldblum” and why weeping over “Can’t Find My Way Home” is a beautiful thing.", + "content": "The actor talks about the second season of “The World According to Jeff Goldblum” and why weeping over “Can’t Find My Way Home” is a beautiful thing.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/11/23/arts/television/jeff-goldblum.html", + "creator": "Kathryn Shattuck", + "pubDate": "Tue, 23 Nov 2021 15:09:05 +0000", "enclosure": "", "enclosureType": "", "image": "", @@ -179110,15065 +203999,16038 @@ "favorite": false, "created": false, "tags": [], - "hash": "00a2acf862df7193ff3c83d4412b449c" + "hash": "75894bb7b9cc970e6498271975476255" }, { - "title": "Meet an Ecologist Who Works for God (and Against Lawns)", - "description": "A Long Island couple says fighting climate change and protecting biodiversity starts at home. Or rather, right outside their suburban house.", - "content": "A Long Island couple says fighting climate change and protecting biodiversity starts at home. Or rather, right outside their suburban house.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/03/climate/climate-change-biodiversity.html", - "creator": "Cara Buckley and Karsten Moran", - "pubDate": "Fri, 03 Dec 2021 10:00:27 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A Couple’s Dream of Reuniting in England Is Dashed in a Channel Disaster", + "description": "A young Kurdish woman, Maryam Nuri, died with 26 others after making a desperate attempt to join her fiancé by crossing the English Channel from France on an inflatable boat.", + "content": "A young Kurdish woman, Maryam Nuri, died with 26 others after making a desperate attempt to join her fiancé by crossing the English Channel from France on an inflatable boat.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/11/27/world/middleeast/migrants-kurdish-channel.html", + "creator": "Jane Arraf", + "pubDate": "Sat, 27 Nov 2021 20:16:55 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25d957321439375c2998d2de33186e94" + "hash": "9d729f62a681d8d7991f9b5790afe81d" }, { - "title": "Cognitive Rehab: One Patient’s Painstaking Path Through Long Covid Therapy", - "description": "Samantha Lewis is relearning some basic aspects of her daily life after struggling with brain fog and other lingering symptoms for more than a year since being infected by the virus.", - "content": "Samantha Lewis is relearning some basic aspects of her daily life after struggling with brain fog and other lingering symptoms for more than a year since being infected by the virus.", - "category": "Chronic Condition (Health)", - "link": "https://www.nytimes.com/2021/12/03/health/long-covid-treatment.html", - "creator": "Pam Belluck and Alex Wroblewski", - "pubDate": "Fri, 03 Dec 2021 16:37:20 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Get to Know Sondheim’s Best in These 10 Videos", + "description": "Jake Gyllenhaal, Patti LuPone, Judi Dench and an all-star Zoom trio find the wit, pathos and heartbreak in a remarkable songbook.", + "content": "Jake Gyllenhaal, Patti LuPone, Judi Dench and an all-star Zoom trio find the wit, pathos and heartbreak in a remarkable songbook.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/11/27/theater/stephen-sondheim-music-videos.html", + "creator": "Scott Heller", + "pubDate": "Sat, 27 Nov 2021 18:05:20 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8eaf5e77e2fade6e8b747a1e73dce4ab" + "hash": "6fbd2ddb190ecd5d4f8454750c52e47c" }, { - "title": "Stabbed 20 Times by Her Husband, She Now Fights Laws Favoring Abusers", - "description": "Shira Isakov, once a little-known Israeli working in advertising, has become a national force in the struggle to combat domestic violence and change the legal landscape on parental rights.", - "content": "Shira Isakov, once a little-known Israeli working in advertising, has become a national force in the struggle to combat domestic violence and change the legal landscape on parental rights.", - "category": "Isakov, Shira", - "link": "https://www.nytimes.com/2021/12/03/world/middleeast/israel-shira-isakov-domestic-violence.html", - "creator": "Isabel Kershner", - "pubDate": "Fri, 03 Dec 2021 10:00:20 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How did Omicron get its name?", + "description": "", + "content": "", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/27/world/covid-omicron-variant-news/how-did-omicron-get-its-name", + "creator": "Vimal Patel", + "pubDate": "Sat, 27 Nov 2021 16:51:42 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76737d7bab77a9fab1443d8422db6dc7" + "hash": "78e3f1227da6c8f738d9f3f2eece7d39" }, { - "title": "A Slow-Motion Climate Disaster: The Spread of Barren Land", - "description": "Brazil’s northeast, long a victim of droughts, is now effectively turning into a desert. The cause? Climate change and the landowners who are most affected.", - "content": "Brazil’s northeast, long a victim of droughts, is now effectively turning into a desert. The cause? Climate change and the landowners who are most affected.", - "category": "Drought", - "link": "https://www.nytimes.com/2021/12/03/world/americas/brazil-climate-change-barren-land.html", - "creator": "Jack Nicas and Victor Moriyama", - "pubDate": "Fri, 03 Dec 2021 08:00:12 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "As Omicron Variant Circles the Globe, African Nations Are Blamed and Banned", + "description": "With countries trying to close their doors to the new coronavirus variant, southern African officials note that the West’s hoarding of vaccines helped create their struggle in the first place.", + "content": "With countries trying to close their doors to the new coronavirus variant, southern African officials note that the West’s hoarding of vaccines helped create their struggle in the first place.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/27/world/africa/coronavirus-omicron-africa.html", + "creator": "Benjamin Mueller and Declan Walsh", + "pubDate": "Sat, 27 Nov 2021 16:25:17 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2bf4cde04f3026fce4a12d37dd6192e" + "hash": "3bdf7cc74fc976408127c28bc941b5f4" }, { - "title": "Pope in Greece Latest News: Francis Chastises West on Visit to Migrant Camp", - "description": "On the island of Lesbos, he said that because of Europe’s moves to deter and block migrants, “the Mediterranean Sea, cradle of so many civilizations, now looks like a mirror of death.”", - "content": "On the island of Lesbos, he said that because of Europe’s moves to deter and block migrants, “the Mediterranean Sea, cradle of so many civilizations, now looks like a mirror of death.”", + "title": "Impromptu Stephen Sondheim Wakes Fill Piano Bars With Tears and Tunes", + "description": "Lines of Stephen Sondheim fans formed outside Marie’s Crisis Cafe in Greenwich Village as news of his death spread. Inside, it was all-Sondheim on the piano.", + "content": "Lines of Stephen Sondheim fans formed outside Marie’s Crisis Cafe in Greenwich Village as news of his death spread. Inside, it was all-Sondheim on the piano.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/11/27/theater/stephen-sondheim-piano-bars-wakes.html", + "creator": "Elisabeth Vincentelli", + "pubDate": "Sat, 27 Nov 2021 16:22:53 +0000", + "folder": "00.03 News/News - EN", + "feed": "NYTimes", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "73810343766a660c6b3ef7ef2f98fe54" + }, + { + "title": "As World Scrambles to Shut Out Variant, U.K. Announces Two Cases", + "description": "More countries halted travel from southern Africa for fear of the Omicron variant. Germany and the Czech Republic are investigating cases. Here’s the latest.", + "content": "More countries halted travel from southern Africa for fear of the Omicron variant. Germany and the Czech Republic are investigating cases. Here’s the latest.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/05/world/pope-francis-greece-migrants", + "link": "https://www.nytimes.com/live/2021/11/27/world/covid-omicron-variant-news", "creator": "The New York Times", - "pubDate": "Sun, 05 Dec 2021 14:52:29 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "Sat, 27 Nov 2021 15:34:26 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8bcd478ef195d6ed5435b8851b07379" + "hash": "472e887e2ada819a7e00464cb6b74150" }, { - "title": "Chinese Tourists Aren't Coming Back Any Time Soon", - "description": "Even before Omicron’s arrival, China was discouraging its citizens from traveling abroad. That has had a huge impact on global tourism.", - "content": "Even before Omicron’s arrival, China was discouraging its citizens from traveling abroad. That has had a huge impact on global tourism.", - "category": "China", - "link": "https://www.nytimes.com/2021/12/05/world/asia/china-tourism-omicron-covid.html", - "creator": "Sui-Lee Wee, Elisabetta Povoledo, Muktita Suhartono and Léontine Gallois", - "pubDate": "Sun, 05 Dec 2021 10:00:15 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Disconnect Between Biden’s Popular Policies and His Unpopularity", + "description": "Voters often punish a president for pushing an unpopular agenda. But President Biden has been learning that they rarely reward a president for enacting legislation.", + "content": "Voters often punish a president for pushing an unpopular agenda. But President Biden has been learning that they rarely reward a president for enacting legislation.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/11/27/us/politics/biden-policies-approval-ratings.html", + "creator": "Nate Cohn", + "pubDate": "Sat, 27 Nov 2021 15:00:06 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15d6239420780918ee2f05e2ad2a2ae9" + "hash": "7a4ecfaae1feacdc5d5d30cb49ec0cef" }, { - "title": "To Counter China, Austin Vows to Shore Up Alliances With Others in Region", - "description": "“America is a Pacific power,” the defense secretary said as he laid out a strategy to block efforts by China to dominate the region.", - "content": "“America is a Pacific power,” the defense secretary said as he laid out a strategy to block efforts by China to dominate the region.", - "category": "United States Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/04/us/politics/lloyd-austin-china-ukraine.html", - "creator": "Jennifer Steinhauer and Julian E. Barnes", - "pubDate": "Sun, 05 Dec 2021 00:45:39 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "United States will bar travelers from 8 countries in southern Africa.", + "description": "Starting Monday, travelers from South Africa, Botswana, Zimbabwe, Namibia, Lesotho, Eswatini, Mozambique and Malawi will be barred unless they are citizens or permanent residents.", + "content": "Starting Monday, travelers from South Africa, Botswana, Zimbabwe, Namibia, Lesotho, Eswatini, Mozambique and Malawi will be barred unless they are citizens or permanent residents.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/27/world/covid-vaccine-boosters-variant", + "creator": "The New York Times", + "pubDate": "Sat, 27 Nov 2021 13:48:13 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9711b2a1d76586372b440aec56ab985f" + "hash": "ff3bb8d0eb296526a2e4f195686e036a" }, { - "title": "Michigan Rolls to a Playoff Spot With Big Ten Title", - "description": "The Wolverines followed up a season-defining win over Ohio State with an easy victory over Iowa to win the conference championship.", - "content": "The Wolverines followed up a season-defining win over Ohio State with an easy victory over Iowa to win the conference championship.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2021/12/05/sports/ncaafootball/michigan-iowa-big-ten-championship.html", - "creator": "Alanis Thames", - "pubDate": "Sun, 05 Dec 2021 06:15:00 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Solomon Islands Protests: 3 Burned Bodies Found in Chinatown", + "description": "The police were trying to determine if the charred remains found in the capital’s Chinatown district were linked to the protests, in which demonstrators set fire to buildings.", + "content": "The police were trying to determine if the charred remains found in the capital’s Chinatown district were linked to the protests, in which demonstrators set fire to buildings.", + "category": "Demonstrations, Protests and Riots", + "link": "https://www.nytimes.com/2021/11/27/world/asia/solomon-islands-protests-bodies.html", + "creator": "Yan Zhuang", + "pubDate": "Sat, 27 Nov 2021 08:05:55 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad86c4461e3e3636e342cf5c8a8aeafb" + "hash": "fd5c509202f13ec0b5954a4864e9fcc7" }, { - "title": "Alabama Picks Apart Georgia, Setting Course for Another Playoff", - "description": "No. 3 Alabama, the reigning national champion, fell behind early. Then it pounded the country’s best defense to run away with the Southeastern Conference championship.", - "content": "No. 3 Alabama, the reigning national champion, fell behind early. Then it pounded the country’s best defense to run away with the Southeastern Conference championship.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2021/12/04/sports/ncaafootball/alabama-georgia-sec-championship.html", - "creator": "Alan Blinder", - "pubDate": "Sun, 05 Dec 2021 10:50:45 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Iran Clamps Down on Protests Against Growing Water Shortages", + "description": "The crackdown came after the protests spilled over to at least one other city and a major protest on Friday loomed. Weather experts say 97 percent of the country is dealing with water scarcity issues.", + "content": "The crackdown came after the protests spilled over to at least one other city and a major protest on Friday loomed. Weather experts say 97 percent of the country is dealing with water scarcity issues.", + "category": "Rivers", + "link": "https://www.nytimes.com/2021/11/26/world/middleeast/iran-protests-water-shortages.html", + "creator": "Farnaz Fassihi", + "pubDate": "Sat, 27 Nov 2021 06:21:35 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f827e4d7f98230b33f7575ad42ac6717" + "hash": "2c7623c8e56450c85d2e366f8aa128d3" }, { - "title": "He Never Touched the Murder Weapon. Alabama Sentenced Him to Die.", - "description": "Nathaniel Woods was unarmed when three Birmingham police officers were fatally shot by someone else in 2004. But Woods, a Black man, was convicted of capital murder for his role in the deaths of the three white officers.", - "content": "Nathaniel Woods was unarmed when three Birmingham police officers were fatally shot by someone else in 2004. But Woods, a Black man, was convicted of capital murder for his role in the deaths of the three white officers.", - "category": "Woods, Nathaniel", - "link": "https://www.nytimes.com/2021/12/05/us/he-never-touched-the-murder-weapon-alabama-sentenced-him-to-die.html", - "creator": "Dan Barry and Abby Ellin", - "pubDate": "Sun, 05 Dec 2021 10:00:47 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "New York governor declares a state of emergency in anticipation of new coronavirus surge.", + "description": "", + "content": "", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/27/world/covid-omicron-variant-news/new-york-governor-declares-a-state-of-emergency-in-anticipation-of-new-coronavirus-surge", + "creator": "Jesse McKinley", + "pubDate": "Sat, 27 Nov 2021 05:37:29 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9598c04d0cd7a80789cd389f996ba3d3" + "hash": "9bca348031a9c5c202049178c81273a7" }, { - "title": "Voting Battles of 2022 Take Shape as G.O.P. Crafts New Election Bills", - "description": "Republicans plan to carry their push to reshape the nation’s electoral system into next year, with Democrats vowing to oppose them but holding few options in G.O.P.-led states.", - "content": "Republicans plan to carry their push to reshape the nation’s electoral system into next year, with Democrats vowing to oppose them but holding few options in G.O.P.-led states.", - "category": "Voting Rights, Registration and Requirements", - "link": "https://www.nytimes.com/2021/12/04/us/politics/gop-voting-rights-democrats.html", - "creator": "Nick Corasaniti", - "pubDate": "Sat, 04 Dec 2021 14:59:29 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Stocks and Oil Drop Amid New Coronavirus Variant", + "description": "Stocks and oil futures slumped, while investors sought safety in government bonds.", + "content": "Stocks and oil futures slumped, while investors sought safety in government bonds.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/26/business/covid-variant-stock-market-oil-prices.html", + "creator": "Eshe Nelson", + "pubDate": "Sat, 27 Nov 2021 05:33:39 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8643befee5e0a928f10339b2d051fdd3" + "hash": "f3baf7e8ba40219026bed096f73238d3" }, { - "title": "Pope in Greece Live Updates: Francis Chastises West on Visit to Migrant Camp", - "description": "On the island of Lesbos, he said that because of Europe’s moves to deter and block migrants, “the Mediterranean Sea, cradle of so many civilizations, now looks like a mirror of death.”", - "content": "On the island of Lesbos, he said that because of Europe’s moves to deter and block migrants, “the Mediterranean Sea, cradle of so many civilizations, now looks like a mirror of death.”", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/05/world/pope-francis-greece-migrants", - "creator": "The New York Times", - "pubDate": "Sun, 05 Dec 2021 12:10:27 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "New 'Omicron' Variant Stokes Concern but Vaccines May Still Work", + "description": "The Omicron variant carries worrisome mutations that may let it evade antibodies, scientists said. But it will take more research to know how it fares against vaccinated people.", + "content": "The Omicron variant carries worrisome mutations that may let it evade antibodies, scientists said. But it will take more research to know how it fares against vaccinated people.", + "category": "Tests (Medical)", + "link": "https://www.nytimes.com/2021/11/26/health/omicron-variant-vaccines.html", + "creator": "Carl Zimmer", + "pubDate": "Sat, 27 Nov 2021 05:32:04 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8bdfb64df029881e79eb50b5208dcd14" + "hash": "08cc52629786e099bc7622e5cf0c9875" }, { - "title": "The Humble Beginnings of Today’s Culinary Delicacies", - "description": "Many of our most revered dishes were perfected by those in need, then co-opted by the affluent. Is that populism at play, or just the abuse of power?", - "content": "Many of our most revered dishes were perfected by those in need, then co-opted by the affluent. Is that populism at play, or just the abuse of power?", - "category": "holiday issue 2021", - "link": "https://www.nytimes.com/2021/11/26/t-magazine/humble-foods-poverty.html", - "creator": "Ligaya Mishan, Patricia Heal and Martin Bourne", - "pubDate": "Fri, 26 Nov 2021 12:00:12 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Omicron Variant Prompts Travel Bans and Batters World Markets", + "description": "Scientists do not yet know how dangerous the new Omicron variant is, but its many mutations set off alarms, lowering hopes of putting the pandemic in the past.", + "content": "Scientists do not yet know how dangerous the new Omicron variant is, but its many mutations set off alarms, lowering hopes of putting the pandemic in the past.", + "category": "Disease Rates", + "link": "https://www.nytimes.com/2021/11/26/world/europe/coronavirus-omicron-variant.html", + "creator": "Richard Pérez-Peña and Jason Horowitz", + "pubDate": "Sat, 27 Nov 2021 05:30:25 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7051fa184aa9b9dd480e4c3cf06d01a5" + "hash": "74b0f72e47f5f021ffc409f8c9d21859" }, { - "title": "How ‘West Side Story’ Could Make (Even More) Oscar History", - "description": "After premiering this week, the remake has vaulted into contention, with nominations possible for the film, director Steven Spielberg, Rita Moreno and others.", - "content": "After premiering this week, the remake has vaulted into contention, with nominations possible for the film, director Steven Spielberg, Rita Moreno and others.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/03/movies/west-side-story-oscar.html", - "creator": "Kyle Buchanan", - "pubDate": "Fri, 03 Dec 2021 17:25:21 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Praise for Stephen Sondheim at ‘Company’ and ‘Assassins' ", + "description": "“I would ask you to sit back and luxuriate in his extraordinary words and music,” the director John Doyle said before Friday’s performance of the “Assassins” revival.", + "content": "“I would ask you to sit back and luxuriate in his extraordinary words and music,” the director John Doyle said before Friday’s performance of the “Assassins” revival.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/11/27/theater/company-assassins-broadway-tributes-stephen-sondheim.html", + "creator": "Matt Stevens, Sadiba Hasan and Julia Jacobs", + "pubDate": "Sat, 27 Nov 2021 05:25:01 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de7bd7491ce033d38d16dca703e10590" + "hash": "4958bdadc45c15089709a6c816755e0d" }, { - "title": "Netflix Holiday Movies Ranked, From Tree Toppers to Lumps of Coal", - "description": "Is the streaming service delivering goodies in its holiday stockings? We make an assessment.", - "content": "Is the streaming service delivering goodies in its holiday stockings? We make an assessment.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/03/movies/netflix-holiday-christmas.html", - "creator": "Elisabeth Vincentelli", - "pubDate": "Fri, 03 Dec 2021 17:27:45 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Stephen Sondheim: The Essential Musical Dramatist Who Taught Us to Hear", + "description": "With a childlike sense of discovery, Stephen Sondheim found the language to convey the beauty in harsh complexity.", + "content": "With a childlike sense of discovery, Stephen Sondheim found the language to convey the beauty in harsh complexity.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/11/26/theater/remembering-stephen-sondheim.html", + "creator": "Jesse Green", + "pubDate": "Sat, 27 Nov 2021 05:23:38 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ba7814ce385dd79774dd0d34d15c0f6" + "hash": "ebbc5a1791a599e9c36bbb04df22f907" }, { - "title": "Pope in Greece: Francis Renews Calls to Help Migrants", - "description": "At the Presidential Palace, Pope Francis urged countries to take in the needy. He will visit a camp for migrants on Lesbos on Sunday. Here’s the latest.", - "content": "At the Presidential Palace, Pope Francis urged countries to take in the needy. He will visit a camp for migrants on Lesbos on Sunday. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/05/world/pope-francis-greece-migrants", - "creator": "The New York Times", - "pubDate": "Sun, 05 Dec 2021 07:15:48 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Stephen Sondheim Reflected on 'Company' and 'West Side Story' in Final Interview", + "description": "In an interview on Sunday, the revered composer and lyricist, 91, contentedly discussed his shows running on Broadway and off, as well as a new movie about to be released.", + "content": "In an interview on Sunday, the revered composer and lyricist, 91, contentedly discussed his shows running on Broadway and off, as well as a new movie about to be released.", + "category": "Sondheim, Stephen", + "link": "https://www.nytimes.com/2021/11/26/theater/stephen-sondheim-final-interview.html", + "creator": "Michael Paulson", + "pubDate": "Sat, 27 Nov 2021 03:29:32 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71e8dd15f4e033c205c16b7931ee02d1" + "hash": "be572e7d1af8a05f99c3bea6770995a5" }, { - "title": "France's Éric Zemmour Tries Channeling De Gaulle to Win Votes", - "description": "Éric Zemmour has adopted imagery reminiscent of Charles de Gaulle, the wartime leader. But his call for reborn glory for France is sharply at odds with the realities of the country today.", - "content": "Éric Zemmour has adopted imagery reminiscent of Charles de Gaulle, the wartime leader. But his call for reborn glory for France is sharply at odds with the realities of the country today.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/04/world/europe/eric-zemmour-france.html", - "creator": "Roger Cohen", - "pubDate": "Sun, 05 Dec 2021 04:59:03 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Brooks Koepka Bests Rival Bryson DeChambeau in 'The Match'", + "description": "Never paired together at one of golf’s majors, the rivals Brooks Koepka and Bryson DeChambeau instead went head-to-head in a spectacle for charity off the Las Vegas Strip.", + "content": "Never paired together at one of golf’s majors, the rivals Brooks Koepka and Bryson DeChambeau instead went head-to-head in a spectacle for charity off the Las Vegas Strip.", + "category": "Golf", + "link": "https://www.nytimes.com/2021/11/26/sports/golf/brooks-koepka-bryson-dechambeau-the-match.html", + "creator": "Brendan Porath", + "pubDate": "Sat, 27 Nov 2021 00:57:50 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5005aade4ce316cebc9369bc9ec741b1" + "hash": "8c601289625abc8aa4b27fde1bef1d65" }, { - "title": "Yes, There’s a Blizzard Warning in Hawaii. No, It’s Not That Weird.", - "description": "The National Weather Service said roughly a foot of snow was expected to fall on the Big Island summits. “We do get snow there pretty much every year,” one local meteorologist said.", - "content": "The National Weather Service said roughly a foot of snow was expected to fall on the Big Island summits. “We do get snow there pretty much every year,” one local meteorologist said.", - "category": "Snow and Snowstorms", - "link": "https://www.nytimes.com/2021/12/04/us/hawaii-blizzard-warning.html", - "creator": "Maria Cramer", - "pubDate": "Sat, 04 Dec 2021 21:24:05 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Who Is Carissa Schumacher?", + "description": "Carissa Schumacher channels the dead for her A-list celebrity clients.But most days, she’s in the forest.", + "content": "Carissa Schumacher channels the dead for her A-list celebrity clients.But most days, she’s in the forest.", + "category": "Schumacher, Carissa", + "link": "https://www.nytimes.com/2021/11/26/style/carissa-schumacher-flamingo-estate-los-angeles.html", + "creator": "Irina Aleksander", + "pubDate": "Sat, 27 Nov 2021 00:49:54 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f892715c256cc36ff67717afe882fef9" + "hash": "189a5b962c94ec92eaf1dbea249d16f5" }, { - "title": "At Least 13 Dead as Indonesia's Mount Semeru Erupts", - "description": "Dozens more suffered burns as lava flowed from the eruption of Mount Semeru, on the island of Java.", - "content": "Dozens more suffered burns as lava flowed from the eruption of Mount Semeru, on the island of Java.", - "category": "Volcanoes", - "link": "https://www.nytimes.com/2021/12/04/world/asia/indonesia-mount-semeru-eruption.html", - "creator": "Aina J. Khan and Muktita Suhartono", - "pubDate": "Sun, 05 Dec 2021 03:11:21 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A Mine Disaster in Russia Highlights Safety Shortfalls in Rush to Dig Coal", + "description": "At least 46 miners were killed in an explosion at a Siberian mine. The director of the mine has been taken into police custody, along with five other administrators.", + "content": "At least 46 miners were killed in an explosion at a Siberian mine. The director of the mine has been taken into police custody, along with five other administrators.", + "category": "Explosions (Accidental)", + "link": "https://www.nytimes.com/2021/11/26/world/europe/mine-disaster-russia-safety.html", + "creator": "Valerie Hopkins", + "pubDate": "Fri, 26 Nov 2021 23:52:32 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e44c9dcb2e3ffa55d7eb294c37bfeb6" + "hash": "f10b7f980c9b3d56fe941834efa3a0c3" }, { - "title": "Palestinian Who Stabbed Israeli in Jerusalem Is Killed by Police", - "description": "The incident, captured in videos, was at least the fifth such knife attack in Jerusalem since September.", - "content": "The incident, captured in videos, was at least the fifth such knife attack in Jerusalem since September.", - "category": "Palestinians", - "link": "https://www.nytimes.com/2021/12/04/world/middleeast/palestinian-israeli-stabbing-jerusalem.html", - "creator": "Patrick Kingsley", - "pubDate": "Sat, 04 Dec 2021 21:55:36 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Military’s Broken Culture Around Sexual Violence and Suicide", + "description": "The Pentagon isn’t doing what is necessary to protect and care for service members facing trauma. ", + "content": "The Pentagon isn’t doing what is necessary to protect and care for service members facing trauma. ", + "category": "United States Defense and Military Forces", + "link": "https://www.nytimes.com/2021/11/26/opinion/us-military-sexual-violence-suicide.html", + "creator": "Cybèle C. Greenberg", + "pubDate": "Fri, 26 Nov 2021 22:23:03 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "609f3aebef63df85e232ebae3dd7f7cd" + "hash": "b38836a0027856ce1f0a2ff73a4f95f8" }, { - "title": "Black Man Wins New Trial Over Confederate Memorabilia in Jury Room", - "description": "A Tennessee appeals court granted Tim Gilbert a new trial after jurors deliberated in a room named after the United Daughters of the Confederacy.", - "content": "A Tennessee appeals court granted Tim Gilbert a new trial after jurors deliberated in a room named after the United Daughters of the Confederacy.", - "category": "Monuments and Memorials (Structures)", - "link": "https://www.nytimes.com/2021/12/04/us/tennessee-trial-jury-confederate-symbols.html", - "creator": "Vimal Patel", - "pubDate": "Sat, 04 Dec 2021 19:04:22 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "France-U.K. Acrimony Impedes Progress on Channel Crossings", + "description": "Rather than working together to curb hazardous sea crossings, leaders of the two countries almost immediately fell into a familiar pattern of squabbling.", + "content": "Rather than working together to curb hazardous sea crossings, leaders of the two countries almost immediately fell into a familiar pattern of squabbling.", + "category": "English Channel", + "link": "https://www.nytimes.com/2021/11/26/world/europe/france-uk-migrants-english-channel.html", + "creator": "Mark Landler", + "pubDate": "Fri, 26 Nov 2021 20:01:41 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5233a2097ceab6515589c2aa0337e9f8" + "hash": "abd0337155c5a7a8b09cfbb9f6559f84" }, { - "title": "Alabama Picks Georgia Apart, Setting Course for Another Playoff", - "description": "No. 3 Alabama, the reigning national champion, fell behind early. Then it pounded the country’s best defense to run away with the Southeastern Conference championship.", - "content": "No. 3 Alabama, the reigning national champion, fell behind early. Then it pounded the country’s best defense to run away with the Southeastern Conference championship.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2021/12/04/sports/ncaafootball/alabama-georgia-sec-championship.html", - "creator": "Alan Blinder", - "pubDate": "Sun, 05 Dec 2021 04:40:54 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "It’s Beginning to Look a Lot Like Hanukkah", + "description": "What’s that reindeer doing with menorah antlers? Retailers want inclusive holiday merchandise, but hit a few snags.", + "content": "What’s that reindeer doing with menorah antlers? Retailers want inclusive holiday merchandise, but hit a few snags.", + "category": "Shopping and Retail", + "link": "https://www.nytimes.com/2021/11/26/business/hanukkah-fails-holiday-gifts-christmas.html", + "creator": "Emma Goldberg", + "pubDate": "Fri, 26 Nov 2021 19:55:35 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4947b486fa948e22682b963934badff9" + "hash": "b6125fd58683ebc146b369660e55de31" }, { - "title": "Magritte, Surrealism and the Pipe That Is Not a Pipe", - "description": "Alex Danchev’s biography of René Magritte portrays a subversive artist who had no interest in bohemian life.", - "content": "Alex Danchev’s biography of René Magritte portrays a subversive artist who had no interest in bohemian life.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/01/books/review/magritte-alex-danchev.html", - "creator": "Deborah Solomon", - "pubDate": "Thu, 02 Dec 2021 03:32:32 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Maya Lin’s Dismantled ‘Ghost Forest’ to Be Reborn as Boats", + "description": "Teenagers are making boats using the wood from her grove installation at Madison Square Park, and the artist is happy that the work is seeing a new life.", + "content": "Teenagers are making boats using the wood from her grove installation at Madison Square Park, and the artist is happy that the work is seeing a new life.", + "category": "Art", + "link": "https://www.nytimes.com/2021/11/24/arts/design/maya-lin-rocking-the-boat.html", + "creator": "Zachary Small", + "pubDate": "Fri, 26 Nov 2021 19:49:11 +0000", + "folder": "00.03 News/News - EN", + "feed": "NYTimes", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "f0d0be9fb648e0f6e6a192e882f33621" + }, + { + "title": "Carlos Arthur Nuzman, Who Brought Olympics to Brazil, Convicted of Bribery", + "description": "Carlos Arthur Nuzman was found guilty after a trial that featured claims of rigged votes, gold bars and at least $2 million in payoffs to top sports officials.", + "content": "Carlos Arthur Nuzman was found guilty after a trial that featured claims of rigged votes, gold bars and at least $2 million in payoffs to top sports officials.", + "category": "Olympic Games (2016)", + "link": "https://www.nytimes.com/2021/11/26/sports/olympics/rio-olympics-nuzman-diack-cabral.html", + "creator": "Tariq Panja", + "pubDate": "Fri, 26 Nov 2021 19:24:05 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4ea7f22a9090c9a8e06dc4129c88174" + "hash": "aeee91a2989b82f1b80657ad1ce3b3b5" }, { - "title": "On Japan’s Pacific Coast, an Artist Communes With Nature", - "description": "At his retreat near Isumi, Kazunori Hamana creates humble yet imposing ceramic vessels that evoke the world around him.", - "content": "At his retreat near Isumi, Kazunori Hamana creates humble yet imposing ceramic vessels that evoke the world around him.", - "category": "Hamana, Kazunori", - "link": "https://www.nytimes.com/2021/12/03/t-magazine/kazunori-hamana-studio.html", - "creator": "Hannah Kirshner and Ben Richards", - "pubDate": "Fri, 03 Dec 2021 14:00:12 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "There Is Another Democrat A.O.C. Should Be Mad At", + "description": "The monumental scale of the Build Back Better plan raises a difficult question: Is a fleeting and narrow majority enough for making history?", + "content": "The monumental scale of the Build Back Better plan raises a difficult question: Is a fleeting and narrow majority enough for making history?", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/11/26/opinion/democrats-aoc-build-back-better.html", + "creator": "Greg Weiner", + "pubDate": "Fri, 26 Nov 2021 19:14:15 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9446685930e076708d229a5e9d3f259d" + "hash": "7408f2b8dda07b5dd6e0c08981436f1b" }, { - "title": "Baby Tate Turns Afropunk Atlanta Hate into Positivity", - "description": "The rapper was shamed for a revealing outfit at Afropunk Atlanta. But that’s not stopping her.", - "content": "The rapper was shamed for a revealing outfit at Afropunk Atlanta. But that’s not stopping her.", - "category": "Social Media", - "link": "https://www.nytimes.com/2021/12/01/style/baby-tate.html", - "creator": "Sandra E. Garcia", - "pubDate": "Wed, 01 Dec 2021 18:05:54 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "As Virtual Worlds Grow, We Are Losing Our Sense of Touch ", + "description": "After I’ve struggled with anorexia and bulimia for more than 20 years, the last thing I want is technology that further estranges me from my body. ", + "content": "After I’ve struggled with anorexia and bulimia for more than 20 years, the last thing I want is technology that further estranges me from my body. ", + "category": "Facebook Inc", + "link": "https://www.nytimes.com/2021/11/26/opinion/touch-starvation-metaverse-virtual-worlds.html", + "creator": "JoAnna Novak", + "pubDate": "Fri, 26 Nov 2021 19:09:32 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1672e74f8e5d4f8239c8241f93879b8b" + "hash": "388087c65073dca9aba143be67ac12cb" }, { - "title": "Paul Verhoeven on ‘Benedetta’ and Making a Film About Jesus", - "description": "The Dutch filmmaker explains what his new movie, based on a real 17th-century sister, has in common with “Showgirls” and “Basic Instinct.”", - "content": "The Dutch filmmaker explains what his new movie, based on a real 17th-century sister, has in common with “Showgirls” and “Basic Instinct.”", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/03/movies/paul-verhoeven-benedetta.html", - "creator": "Elisabeth Vincentelli", - "pubDate": "Fri, 03 Dec 2021 15:12:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Jakucho Setouchi, 99, Dies; Buddhist Priest Wrote of Sex and Love", + "description": "Her more than 400 novels often drew on her own romantic affairs, and her translation of an 11th-century romantic Japanese classic sold millions of copies.", + "content": "Her more than 400 novels often drew on her own romantic affairs, and her translation of an 11th-century romantic Japanese classic sold millions of copies.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/11/26/world/asia/jakucho-setouchi-dead.html", + "creator": "Motoko Rich and Makiko Inoue", + "pubDate": "Fri, 26 Nov 2021 18:15:43 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7755a6caf52fb68a9fb0c67bfca08e19" + "hash": "eae28068ab70c08abcae7abdc30d24df" }, { - "title": "How Joaquin Phoenix Handles Parenting in ‘C’mon C’mon’", - "description": "The writer and director Mike Mills narrates a sequence from his film featuring Phoenix and Woody Norman.", - "content": "The writer and director Mike Mills narrates a sequence from his film featuring Phoenix and Woody Norman.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/03/movies/cmon-cmon-clip.html", - "creator": "Mekado Murphy", - "pubDate": "Fri, 03 Dec 2021 12:05:03 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Genetic Risks for Cancer Should Not Mean Financial Hardship", + "description": "People with markers for cancer often need more screenings. But health insurers are not required to fully cover them. ", + "content": "People with markers for cancer often need more screenings. But health insurers are not required to fully cover them. ", + "category": "Health Insurance and Managed Care", + "link": "https://www.nytimes.com/2021/11/26/opinion/genetic-risks-cancer.html", + "creator": "Leah Pierson and Emma Pierson", + "pubDate": "Fri, 26 Nov 2021 17:47:42 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e83c0d203f37556756b288ed6b4121e" + "hash": "5e087de601abd7b35b414a7ee1139313" }, { - "title": "Spy Tool Was Deployed in State-Sponsored Hack of Ugandans", - "description": "Two journalists and one politician said they received alerts warning them of “state-sponsored” attacks on their iPhones. At least one of those attacks was linked to the powerful Israeli cyberespionage tool, Pegasus.", - "content": "Two journalists and one politician said they received alerts warning them of “state-sponsored” attacks on their iPhones. At least one of those attacks was linked to the powerful Israeli cyberespionage tool, Pegasus.", - "category": "Uganda", - "link": "https://www.nytimes.com/2021/12/04/world/africa/uganda-hack-pegasus-spyware.html", - "creator": "Abdi Latif Dahir", - "pubDate": "Sat, 04 Dec 2021 19:44:26 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Pushed by Players, the N.F.L. Works to Embrace Mental Health", + "description": "N.F.L. teams have standardized support for mental wellness as their players fight social stigmas and the league’s “just play through it” ethos.", + "content": "N.F.L. teams have standardized support for mental wellness as their players fight social stigmas and the league’s “just play through it” ethos.", + "category": "Football", + "link": "https://www.nytimes.com/2021/11/26/sports/football/nfl-mental-health.html", + "creator": "Anna Katherine Clemmons", + "pubDate": "Fri, 26 Nov 2021 16:00:35 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56bcd36262015b3955ff63c361663a77" + "hash": "b5cc6706c130fbff329e8989e7b0d7f8" }, { - "title": "CNN Fires Chris Cuomo Over His Efforts to Help Andrew", - "description": "The cable news network said it had “terminated him, effective immediately,” a move that came four months after Andrew Cuomo resigned as governor of New York.", - "content": "The cable news network said it had “terminated him, effective immediately,” a move that came four months after Andrew Cuomo resigned as governor of New York.", - "category": "News and News Media", - "link": "https://www.nytimes.com/2021/12/04/business/media/chris-cuomo-fired-cnn.html", - "creator": "Michael M. Grynbaum and John Koblin", - "pubDate": "Sat, 04 Dec 2021 22:30:47 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Afghan Girl’ From 1985 National Geographic Cover Takes Refuge in Italy", + "description": "Sharbat Gula, whose haunting portrait was featured by the magazine more than three decades ago, was evacuated to Rome after the Taliban takeover of Afghanistan.", + "content": "Sharbat Gula, whose haunting portrait was featured by the magazine more than three decades ago, was evacuated to Rome after the Taliban takeover of Afghanistan.", + "category": "Middle East and Africa Migrant Crisis", + "link": "https://www.nytimes.com/2021/11/26/world/europe/afghan-girl-national-geographic.html", + "creator": "Jenny Gross", + "pubDate": "Fri, 26 Nov 2021 15:24:27 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de82bebf54a4aab00b91695a13f77303" + "hash": "5f5fa6dce509eda509baf5697de26c82" }, { - "title": "Friends who went to an anime convention with a man who tested positive for Omicron also got sick, he says.", - "description": "Most of the infected had traveled to southern Africa recently, but health officials are bracing for the inevitable community spread.", - "content": "Most of the infected had traveled to southern Africa recently, but health officials are bracing for the inevitable community spread.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/04/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Sat, 04 Dec 2021 18:35:09 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Build a Terrarium, So It’s Always Gardening Season", + "description": "As winter closes in, there’s at least one place where plants will still grow: a terrarium. Here’s how to get started on yours.", + "content": "As winter closes in, there’s at least one place where plants will still grow: a terrarium. Here’s how to get started on yours.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/11/26/realestate/how-to-build-a-terrarium.html", + "creator": "Margaret Roach", + "pubDate": "Fri, 26 Nov 2021 10:00:28 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e5bdb37ac87549fcafa1856e56674c2" + "hash": "dba47feaefefa6984d0e8b7becc02742" }, { - "title": "More Than 40,000 March in Vienna Against Coronavirus Restrictions", - "description": "Protesters gathered for a second weekend of mass demonstrations against the country’s tough lockdown and a coming vaccine mandate.", - "content": "Protesters gathered for a second weekend of mass demonstrations against the country’s tough lockdown and a coming vaccine mandate.", - "category": "", - "link": "https://www.nytimes.com/2021/12/04/world/austria-vienna-covid-protest.html", - "creator": "Isabella Grullón Paz", - "pubDate": "Sat, 04 Dec 2021 20:06:50 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Edward Durr Jr.: The Trump Republican Who’s Riding High in New Jersey", + "description": "“If anything, my election showed nobody’s untouchable,” said Edward Durr Jr., who pulled off a stunning victory to win a New Jersey State Senate seat.", + "content": "“If anything, my election showed nobody’s untouchable,” said Edward Durr Jr., who pulled off a stunning victory to win a New Jersey State Senate seat.", + "category": "Elections, State Legislature", + "link": "https://www.nytimes.com/2021/11/26/nyregion/edward-durr-new-jersey-republican.html", + "creator": "Tracey Tully", + "pubDate": "Fri, 26 Nov 2021 10:00:26 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39575cd62f74c960962a74d0ceb80aaf" + "hash": "1a558d3a4db0072604ba5166a8be9f8b" }, { - "title": "Michigan Shooting Suspect's Parents Are Arrested and Arraigned", - "description": "The couple were taken into custody early Saturday in Detroit, after the police received a tip. They pleaded not guilty to involuntary manslaughter charges.", - "content": "The couple were taken into custody early Saturday in Detroit, after the police received a tip. They pleaded not guilty to involuntary manslaughter charges.", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/04/us/michigan-shooting-parents-arrested.html", - "creator": "Gerry Mullany, Eduardo Medina and Sophie Kasakove", - "pubDate": "Sat, 04 Dec 2021 22:19:00 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "New Variant in South Africa Displays a ‘Jump in Evolution’", + "description": "It’s too early to say how effective vaccines will be against the variant. Britain will bar flights from six African countries. Here’s the latest on Covid.", + "content": "It’s too early to say how effective vaccines will be against the variant. Britain will bar flights from six African countries. Here’s the latest on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/25/world/covid-vaccine-boosters-mandates", + "creator": "The New York Times", + "pubDate": "Thu, 25 Nov 2021 22:41:22 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c93b7418d9410c59a3f4c7e321b4f0a2" + "hash": "f1a06e51fef468f7a3b4d708a874384f" }, { - "title": "In Afghanistan, ‘Who Has the Guns Gets the Land’", - "description": "A decades-long fight over land has been reinvigorated as Taliban leaders look to reward their fighters with property, even if that means evicting others.", - "content": "A decades-long fight over land has been reinvigorated as Taliban leaders look to reward their fighters with property, even if that means evicting others.", - "category": "Afghanistan", - "link": "https://www.nytimes.com/2021/12/03/world/asia/afghanistan-land-ownership-taliban.html", - "creator": "Thomas Gibbons-Neff, Yaqoob Akbary and Jim Huylebroek", - "pubDate": "Fri, 03 Dec 2021 20:53:16 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Don Johnson Is Back as ‘Nash Bridges.’ Why?", + "description": "The actor was already having a renaissance thanks to “Knives Out” and “Watchmen.” But 20 years on, Nash remains one of Johnson’s favorite roles.", + "content": "The actor was already having a renaissance thanks to “Knives Out” and “Watchmen.” But 20 years on, Nash remains one of Johnson’s favorite roles.", + "category": "Television", + "link": "https://www.nytimes.com/2021/11/25/arts/television/nash-bridges-don-johnson.html", + "creator": "Robert Ito", + "pubDate": "Thu, 25 Nov 2021 22:29:07 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1f83d4b4d5db4c106d827a26c25baa0" + "hash": "e8a9a5493ed6b8b0aad67421d369a765" }, { - "title": "Inside the U.S. Military Base Where 11,000 Afghans Are Starting Over", - "description": "A New Jersey military base is the only site accepting new Afghan arrivals from overseas. It holds more evacuees than any other U.S. safe haven.", - "content": "A New Jersey military base is the only site accepting new Afghan arrivals from overseas. It holds more evacuees than any other U.S. safe haven.", - "category": "Military Bases and Installations", - "link": "https://www.nytimes.com/2021/12/04/nyregion/afghan-refugees-nj-military-base.html", - "creator": "Tracey Tully", - "pubDate": "Sat, 04 Dec 2021 08:00:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Abuses Under Gambia’s Ex-Ruler Should Be Prosecuted, Inquiry Says", + "description": "A commission’s long-awaited investigation reported widespread human rights violations, but it is not clear if anyone will be charged with crimes.", + "content": "A commission’s long-awaited investigation reported widespread human rights violations, but it is not clear if anyone will be charged with crimes.", + "category": "Human Rights and Human Rights Violations", + "link": "https://www.nytimes.com/2021/11/25/world/gambia-jammeh-prosecution.html", + "creator": "Saikou Jammeh and Ruth Maclean", + "pubDate": "Thu, 25 Nov 2021 22:25:28 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb3bef009fc15e683da2f516fdb58e4c" + "hash": "55cfcac0577c26364b3fa62f0d691a45" }, { - "title": "How Fast Can You Skydive? These Athletes Are Racing to Earth.", - "description": "Average amateur skydivers can reach up to 120 miles per hour. Speed skydivers aim to reach speeds above 300 m.p.h.", - "content": "Average amateur skydivers can reach up to 120 miles per hour. Speed skydivers aim to reach speeds above 300 m.p.h.", - "category": "Parachutes and Parachute Jumping", - "link": "https://www.nytimes.com/2021/12/03/sports/speed-skydiving-athletes.html", - "creator": "David Gardner", - "pubDate": "Fri, 03 Dec 2021 11:00:08 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How a Prosecutor Addressed a Mostly White Jury and Won a Conviction in the Arbery Case", + "description": "Linda Dunikoski, a prosecutor brought in from the Atlanta area, struck a careful tone in a case that many saw as an obvious act of racial violence.", + "content": "Linda Dunikoski, a prosecutor brought in from the Atlanta area, struck a careful tone in a case that many saw as an obvious act of racial violence.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/11/25/us/prosecutor-white-jury-conviction-ahmaud-arbery.html", + "creator": "Richard Fausset", + "pubDate": "Thu, 25 Nov 2021 22:21:51 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a7ccd4b0ad10038fafb6350f36b4c13" + "hash": "1e48fbc5b94e38c4c801ab13ff69fbe9" }, { - "title": "Honeybees Survived for Weeks Under Volcano Ash After Canary Islands Eruption", - "description": "For roughly 50 days, thousands of honeybees sealed themselves in their hives, away from deadly gas, and feasted on honey. “It is a very empowering story,” one entomologist said.", - "content": "For roughly 50 days, thousands of honeybees sealed themselves in their hives, away from deadly gas, and feasted on honey. “It is a very empowering story,” one entomologist said.", - "category": "Bees", - "link": "https://www.nytimes.com/2021/12/04/world/europe/canary-islands-volcano-honeybees.html", - "creator": "Maria Cramer", - "pubDate": "Sat, 04 Dec 2021 14:00:06 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Undeterred by Channel’s Perils, Desperate Migrants Still Plan to Cross", + "description": "The number of migrants setting off into the English Channel by boat has soared in recent months. The deaths Wednesday of at least 27 people trying to make the crossing illustrate how dangerous it is.", + "content": "The number of migrants setting off into the English Channel by boat has soared in recent months. The deaths Wednesday of at least 27 people trying to make the crossing illustrate how dangerous it is.", + "category": "Middle East and Africa Migrant Crisis", + "link": "https://www.nytimes.com/2021/11/25/world/europe/english-channel-migrant-crossings.html", + "creator": "Constant Méheut and Norimitsu Onishi", + "pubDate": "Thu, 25 Nov 2021 21:24:32 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9982e876e4602251fa525473be7a2537" + "hash": "bbf628533b2457db29e430db7d543b34" }, { - "title": "When Did Spotify Wrapped Get So Chatty?", - "description": "This year’s data dump from the streaming music service leaned heavily on contemporary buzzwords and slang — and inspired many, many memes.", - "content": "This year’s data dump from the streaming music service leaned heavily on contemporary buzzwords and slang — and inspired many, many memes.", - "category": "Spotify", - "link": "https://www.nytimes.com/2021/12/04/style/spotify-wrapped-memes.html", - "creator": "Gina Cherelus", - "pubDate": "Sat, 04 Dec 2021 10:00:10 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A Parade Returns to a City Thankful for Normal", + "description": "About 4,500 volunteers wrangled giant balloons and threw confetti into a crowd excited to see the annual parade in person.", + "content": "About 4,500 volunteers wrangled giant balloons and threw confetti into a crowd excited to see the annual parade in person.", + "category": "Parades", + "link": "https://www.nytimes.com/2021/11/25/nyregion/macys-thanksgiving-parade.html", + "creator": "Sarah Maslin Nir", + "pubDate": "Thu, 25 Nov 2021 21:10:04 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "279e9fe39840dd3bfaf3d40dd55a3d7d" + "hash": "b689e69ad473c683622417c6f54b7cc4" }, { - "title": "The Supreme Court's End Game on Abortion ", - "description": "The only question is, how will they explain it? ", - "content": "The only question is, how will they explain it? ", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/03/opinion/abortion-supreme-court.html", - "creator": "Linda Greenhouse", - "pubDate": "Fri, 03 Dec 2021 10:00:13 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Manchester United Picks Ralf Rangnick as Interim Manager", + "description": "Rangnick, an architect of the Red Bull soccer empire, will take over as United’s manager while the club pursues a permanent replacement for Ole Gunnar Solskjaer.", + "content": "Rangnick, an architect of the Red Bull soccer empire, will take over as United’s manager while the club pursues a permanent replacement for Ole Gunnar Solskjaer.", + "category": "Soccer", + "link": "https://www.nytimes.com/2021/11/25/sports/soccer/manchester-united-ralf-rangnick.html", + "creator": "Rory Smith", + "pubDate": "Thu, 25 Nov 2021 19:25:37 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3bb14e170979fc2c3924ea8cf5b3d6df" + "hash": "f969afab09198f73d27f76dc9d15e128" }, { - "title": "Believe It or Not, I Like Some Things in Our Progressive Era", - "description": "It’s good to acknowledge our past and our diversity.", - "content": "It’s good to acknowledge our past and our diversity.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/03/opinion/progressive-diverse-woke.html", - "creator": "John McWhorter", - "pubDate": "Sat, 04 Dec 2021 11:05:17 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Newark Officer Hit a Pedestrian With His Car and Took Body Home, Prosecutors Say", + "description": "Louis Santiago was charged with reckless vehicular homicide after being accused of hitting a man on the Garden State Parkway. Instead of calling 911, the off-duty police officer took the victim to his home.", + "content": "Louis Santiago was charged with reckless vehicular homicide after being accused of hitting a man on the Garden State Parkway. Instead of calling 911, the off-duty police officer took the victim to his home.", + "category": "Santiago, Louis (Newark, NJ, Police Officer)", + "link": "https://www.nytimes.com/2021/11/25/nyregion/new-jersey-police-officer-car-home.html", + "creator": "Mike Ives and Alyssa Lukpat", + "pubDate": "Thu, 25 Nov 2021 19:24:16 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b00198cec7bcac9004c11cf58e6c21a0" + "hash": "451eccd6ed72849dd77b50caff1cd5fb" }, { - "title": "Parenting’s Hard. Join Us and the Comedian Michelle Buteau to Vent.", - "description": "As we approach another pandemic holiday season, let’s laugh about the “joys” of parenting, at a Dec. 8 virtual event hosted by Jessica Grose of The Times’s Opinion newsletter on parenting.", - "content": "As we approach another pandemic holiday season, let’s laugh about the “joys” of parenting, at a Dec. 8 virtual event hosted by Jessica Grose of The Times’s Opinion newsletter on parenting.", - "category": "internal-open-access", - "link": "https://www.nytimes.com/2021/11/16/opinion/parenting-michelle-buteau-event.html", - "creator": "The New York Times", - "pubDate": "Mon, 29 Nov 2021 17:06:30 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Sweden Finally Chose a Prime Minister. She Lasted About 7 Hours.", + "description": "Magdalena Andersson, Sweden’s first female prime minister, quit after her government’s budget was defeated on her first day in office and her coalition partners bolted.", + "content": "Magdalena Andersson, Sweden’s first female prime minister, quit after her government’s budget was defeated on her first day in office and her coalition partners bolted.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/25/world/europe/sweden-first-female-prime-minister-quit.html", + "creator": "Aina J. Khan", + "pubDate": "Thu, 25 Nov 2021 18:33:15 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2f84f257539b749f6c99a8cb5973777f" + "hash": "3f69459e6954622b558981332de904dd" }, { - "title": "Amy Coney Barrett Doesn't Understand the Trauma of Adoption", - "description": "What Amy Coney Barrett doesn’t realize is that adoption is often infinitely more difficult, expensive, dangerous and potentially traumatic than terminating a pregnancy in its early stages. ", - "content": "What Amy Coney Barrett doesn’t realize is that adoption is often infinitely more difficult, expensive, dangerous and potentially traumatic than terminating a pregnancy in its early stages. ", - "category": "Adoptions", - "link": "https://www.nytimes.com/2021/12/03/opinion/adoption-supreme-court-amy-coney-barrett.html", - "creator": "Elizabeth Spiers", - "pubDate": "Fri, 03 Dec 2021 10:00:12 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Ethiopian Leader Vows to Lead Troops as War Threatens to Widen", + "description": "Two years after receiving the Nobel Peace Prize, Prime Minister Abiy Ahmed’s claim that he was going into battle reflected both resolve and vulnerability.", + "content": "Two years after receiving the Nobel Peace Prize, Prime Minister Abiy Ahmed’s claim that he was going into battle reflected both resolve and vulnerability.", + "category": "Tigrayans (Ethnic Group)", + "link": "https://www.nytimes.com/2021/11/25/world/africa/ethiopia-abiy-troops-battlefront.html", + "creator": "Declan Walsh", + "pubDate": "Thu, 25 Nov 2021 18:16:54 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df3ef6b49f7fe31c942ff7f0f0326476" + "hash": "8da53f37dae6c3a33d7b929775acccb3" }, { - "title": "November Jobs Report Shows Workers Remain Optimistic", - "description": "The Great Resignation won’t last forever: Americans are waiting for the right opportunity to jump back into the work force.", - "content": "The Great Resignation won’t last forever: Americans are waiting for the right opportunity to jump back into the work force.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2021/12/03/opinion/economy-biden-november-jobs-report.html", - "creator": "Justin Wolfers", - "pubDate": "Fri, 03 Dec 2021 17:30:40 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "G.O.P. Cements Hold on Legislatures in Battleground States", + "description": "Democrats were once able to count on wave elections to win back key statehouses. Republican gerrymandering is making that all but impossible.", + "content": "Democrats were once able to count on wave elections to win back key statehouses. Republican gerrymandering is making that all but impossible.", + "category": "Republican Party", + "link": "https://www.nytimes.com/2021/11/25/us/politics/republican-redistricting-swing-states.html", + "creator": "Nick Corasaniti", + "pubDate": "Thu, 25 Nov 2021 18:14:00 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d51e3bf66f8675825e4288523922c07" + "hash": "646d52c809bfd9b3eebf0206c87e908f" }, { - "title": "Best TV Shows of 2021", - "description": "From Bo Burnham to “We Are Lady Parts,” the best in television this year offered ingenuity, humor, defiance and hope.", - "content": "From Bo Burnham to “We Are Lady Parts,” the best in television this year offered ingenuity, humor, defiance and hope.", - "category": "Two Thousand Twenty One", - "link": "https://www.nytimes.com/2021/12/03/arts/television/best-tv-shows.html", - "creator": "James Poniewozik, Mike Hale and Margaret Lyons", - "pubDate": "Fri, 03 Dec 2021 15:50:32 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "80 Years of Holiday Shopping in New York", + "description": "Holiday shopping over the past 80 years as chronicled in photos from The New York Times archives.", + "content": "Holiday shopping over the past 80 years as chronicled in photos from The New York Times archives.", + "category": "Shopping and Retail", + "link": "https://www.nytimes.com/2021/11/25/business/black-friday-holiday-shopping.html", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 17:00:10 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "322a12978895f4b6b2b6c03bbabed2a3" + "hash": "7526f0ec18f69276a600477917129349" }, { - "title": "Robberies, Always an Issue for Retailers, Become More Brazen", - "description": "In recent months, robberies have been more visible, with several involving large groups rushing into stores and coming out with armloads of goods.", - "content": "In recent months, robberies have been more visible, with several involving large groups rushing into stores and coming out with armloads of goods.", - "category": "Shopping and Retail", - "link": "https://www.nytimes.com/2021/12/03/business/retailers-robberies-theft.html", - "creator": "Michael Corkery and Sapna Maheshwari", - "pubDate": "Fri, 03 Dec 2021 10:43:00 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "As Young Kids Get Covid Shots, Families Feel a 'Huge Weight' Lifted", + "description": "Many households with immunocompromised or vulnerable relatives are racing to get Covid shots for their 5-to-11-year-olds — and finally experiencing a long-awaited sense of relief.", + "content": "Many households with immunocompromised or vulnerable relatives are racing to get Covid shots for their 5-to-11-year-olds — and finally experiencing a long-awaited sense of relief.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/25/health/covid-vaccine-children-immunocompromised.html", + "creator": "Jennifer Steinhauer", + "pubDate": "Thu, 25 Nov 2021 16:46:16 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed65017e35f0c9532c1ea4b62af88dff" + "hash": "b3a8685166b53f17b56162fa13e2b017" }, { - "title": "What Happened to Amazon’s Bookstore?", - "description": "A 2011 thriller was supposed to cost $15. One merchant listed it at $987, with a 17th-century publication date. That’s what happens in a marketplace where third-party sellers run wild.", - "content": "A 2011 thriller was supposed to cost $15. One merchant listed it at $987, with a 17th-century publication date. That’s what happens in a marketplace where third-party sellers run wild.", - "category": "E-Commerce", - "link": "https://www.nytimes.com/2021/12/03/technology/amazon-bookstore.html", - "creator": "David Streitfeld", - "pubDate": "Fri, 03 Dec 2021 10:00:20 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Why Retailers Are Fighting a Vaccine Mandate Before the Holidays", + "description": "The Biden administration has called on major companies to help fight the pandemic. Big chains want to get past the holiday staffing crunch first.", + "content": "The Biden administration has called on major companies to help fight the pandemic. Big chains want to get past the holiday staffing crunch first.", + "category": "Shopping and Retail", + "link": "https://www.nytimes.com/2021/11/25/business/retail-vaccine-mandates.html", + "creator": "Lauren Hirsch and Sapna Maheshwari", + "pubDate": "Thu, 25 Nov 2021 15:43:42 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "379cee659eb2cfa0d95858d161d3c42f" + "hash": "4c73ddf9c89bd0a61991a2e1a2d682de" }, { - "title": "English Teenager Finds Bronze Age Ax Using a Metal Detector", - "description": "On her third day out with a metal detector, Milly Hardwick, 13, found a hoard of items from more than 3,000 years ago. “We were just laughing our heads off,” she said.", - "content": "On her third day out with a metal detector, Milly Hardwick, 13, found a hoard of items from more than 3,000 years ago. “We were just laughing our heads off,” she said.", - "category": "Tools", - "link": "https://www.nytimes.com/2021/12/03/world/europe/metal-detector-axe.html", - "creator": "Jenny Gross", - "pubDate": "Fri, 03 Dec 2021 12:41:29 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Embracing the Swimming Culture After a Move to Australia", + "description": "In Sydney, something changed. I embraced the uncertainty of the sea, following my children into a culture of volunteer lifesaving.", + "content": "In Sydney, something changed. I embraced the uncertainty of the sea, following my children into a culture of volunteer lifesaving.", + "category": "Drownings", + "link": "https://www.nytimes.com/2021/11/25/sports/australia-volunteer-lifesaving-swimming.html", + "creator": "Damien Cave and Michaela Skovranova", + "pubDate": "Thu, 25 Nov 2021 15:34:15 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50696b8184fe9950555154398a3d57d9" + "hash": "e05322b698104eeb205d2fe258b6c99c" }, { - "title": "U.S. Intelligence Sees Russian Plan for Possible Ukraine Invasion", - "description": "An invasion force could include 175,000 troops, but U.S. officials stress that President Vladimir V. Putin’s intentions remain unclear.", - "content": "An invasion force could include 175,000 troops, but U.S. officials stress that President Vladimir V. Putin’s intentions remain unclear.", - "category": "Defense and Military Forces", - "link": "https://www.nytimes.com/2021/12/04/us/politics/russia-ukraine-biden.html", - "creator": "Michael Crowley", - "pubDate": "Sat, 04 Dec 2021 05:00:12 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Here's Why You Always Have Room for Thanksgiving Pie", + "description": "There’s a reason you turn into an eating machine on Thanksgiving. It’s biology!", + "content": "There’s a reason you turn into an eating machine on Thanksgiving. It’s biology!", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/11/25/well/eat/eating-variety-effect-thanksgiving.html", + "creator": "Tara Parker-Pope", + "pubDate": "Thu, 25 Nov 2021 14:00:07 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e15448093a736f5af7181136bd172e1" + "hash": "ea266d3a4026a1f41db06cf04c00f61e" }, { - "title": "Palestinian Who Stabs Israeli in East Jerusalem Is Killed by Police", - "description": "The incident, captured in videos, was at least the fifth such knife attack in Jerusalem since September.", - "content": "The incident, captured in videos, was at least the fifth such knife attack in Jerusalem since September.", - "category": "Palestinians", - "link": "https://www.nytimes.com/2021/12/04/world/middleeast/palestinian-israeli-stabbing-jerusalem.html", - "creator": "Patrick Kingsley", - "pubDate": "Sat, 04 Dec 2021 21:55:35 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Art We Saw This Fall", + "description": "From our critics, reviews of closed gallery shows around New York City.", + "content": "From our critics, reviews of closed gallery shows around New York City.", + "category": "Art", + "link": "https://www.nytimes.com/2021/11/25/arts/design/art-we-saw-this-fall.html", + "creator": "The New York Times", + "pubDate": "Thu, 25 Nov 2021 13:08:40 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14763a8bf772acda83da3a3d15b10c8c" + "hash": "a988e63315dd0d24a9d0ae6b0bcf7fe2" }, { - "title": "At Least One Dead as Indonesia's Mount Semeru Erupts", - "description": "Dozens more suffered burns as lava flowed from the eruption of Mount Semeru, on the island of Java.", - "content": "Dozens more suffered burns as lava flowed from the eruption of Mount Semeru, on the island of Java.", - "category": "Volcanoes", - "link": "https://www.nytimes.com/2021/12/04/world/asia/indonesia-mount-semeru-eruption.html", - "creator": "Aina J. Khan and Muktita Suhartono", - "pubDate": "Sat, 04 Dec 2021 17:20:36 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Suspect Arrested in Wonnangatta Valley Murder Case", + "description": "In a remote southern Australian area famed for its forbidding landscape and unsolved mysteries, the couple had set out for a weeklong trip and were never seen again.", + "content": "In a remote southern Australian area famed for its forbidding landscape and unsolved mysteries, the couple had set out for a weeklong trip and were never seen again.", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2021/11/25/world/australia/suspect-is-charged-with-murder-in-case-of-two-vanished-campers.html", + "creator": "Yan Zhuang", + "pubDate": "Thu, 25 Nov 2021 11:46:21 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae8f36dc65cc0db6964cb899db33d174" + "hash": "121a853f73a9a4b609f7591c2e4edb30" }, { - "title": "Dr. Sherif R. Zaki, Acclaimed Disease Detective, Dies at 65", - "description": "He helped identify numerous viruses, including Covid-19, as well as the bioterrorism attack that spread anthrax in 2001.", - "content": "He helped identify numerous viruses, including Covid-19, as well as the bioterrorism attack that spread anthrax in 2001.", - "category": "Zaki, Sherif R", - "link": "https://www.nytimes.com/2021/12/04/science/sherif-r-zaki-dead.html", - "creator": "Sam Roberts", - "pubDate": "Sat, 04 Dec 2021 14:00:30 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A History of Unusual Thanksgivings", + "description": "From the pages of The Times.", + "content": "From the pages of The Times.", + "category": "", + "link": "https://www.nytimes.com/2021/11/25/briefing/thanksgiving-history-cooking-tips.html", + "creator": "David Leonhardt", + "pubDate": "Thu, 25 Nov 2021 11:28:05 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "312ae37677778390d122b33f4a38beb7" + "hash": "3024f9ed7e5242a4e6701d1ac0b1498f" }, { - "title": "Money Found by Plumber at Joel Osteen’s Church Is Tied to 2014 Burglary, Police Say", - "description": "The discovery was revealed when the plumber called into a Houston radio show on Thursday.", - "content": "The discovery was revealed when the plumber called into a Houston radio show on Thursday.", - "category": "Restoration and Renovation", - "link": "https://www.nytimes.com/2021/12/03/us/joel-osteen-cash-found-plumber.html", - "creator": "Michael Levenson", - "pubDate": "Sat, 04 Dec 2021 01:50:42 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Rivian’s Electric Truck Is a Cutie and a Beast", + "description": "The R1T can haul five tons, conquer brutal off-road trails and sprint to 60 miles an hour in a blink. And about that Camp Kitchen tucked inside …", + "content": "The R1T can haul five tons, conquer brutal off-road trails and sprint to 60 miles an hour in a blink. And about that Camp Kitchen tucked inside …", + "category": "Rivian Automotive LLC", + "link": "https://www.nytimes.com/2021/11/25/business/rivian-r1t-truck-review.html", + "creator": "Lawrence Ulrich", + "pubDate": "Thu, 25 Nov 2021 11:00:10 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68d271654fa27b97709014e8f5136b74" + "hash": "fe8a6b32ea6c34386cf8294cc64010c0" }, { - "title": "Ron Cephas Jones Has Something to Prove Again", - "description": "The Emmy-winning “This Is Us” actor received a double-lung transplant after a secret battle with chronic obstructive pulmonary disease. Now he’s back onstage in “Clyde’s” on Broadway.", - "content": "The Emmy-winning “This Is Us” actor received a double-lung transplant after a secret battle with chronic obstructive pulmonary disease. Now he’s back onstage in “Clyde’s” on Broadway.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/02/theater/ron-cephas-jones-broadway-clydes.html", - "creator": "Reggie Ugwu", - "pubDate": "Thu, 02 Dec 2021 19:57:29 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The ‘13 Going on 30’ Versace Dress Has Come Full Circle", + "description": "A perfect storm of internet fashion trends — and Halloween — has resurrected a Y2K-era Versace dress. At least, for now.", + "content": "A perfect storm of internet fashion trends — and Halloween — has resurrected a Y2K-era Versace dress. At least, for now.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2021/11/25/style/versace-13-going-on-30-dress.html", + "creator": "Jessica Testa", + "pubDate": "Thu, 25 Nov 2021 10:00:18 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9356019b2af8c5bac83e995c10e026fe" + "hash": "14f2e5c29d7d6fda5a18950a31864064" }, { - "title": "Can I Confront My Dad About His Possibly Secret Relationship?", - "description": "A reader asks for advice on talking to her father about his new romantic life.", - "content": "A reader asks for advice on talking to her father about his new romantic life.", - "category": "Customs, Etiquette and Manners", - "link": "https://www.nytimes.com/2021/12/02/style/dad-secret-relationship-social-qs.html", - "creator": "Philip Galanes", - "pubDate": "Thu, 02 Dec 2021 14:54:12 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How Liberals Can Be Happier", + "description": "They can embrace social institutions like family, religion and local civic organizations. ", + "content": "They can embrace social institutions like family, religion and local civic organizations. ", + "category": "Happiness", + "link": "https://www.nytimes.com/2021/11/25/opinion/liberals-happiness-thanksgiving.html", + "creator": "Brad Wilcox, Hal Boyd and Wendy Wang", + "pubDate": "Thu, 25 Nov 2021 10:00:06 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b79fce1bef9a6c84e521a920c26dbc19" + "hash": "ed4856db3c9f67469924af51cc8673db" }, { - "title": "They Adapted ‘Mrs. Doubtfire,’ and Their Personal Beliefs", - "description": "Wayne and Karey Kirkpatrick have come a long way from their beginnings in Christian rock, but they’re glad to be creating a family-friendly musical comedy.", - "content": "Wayne and Karey Kirkpatrick have come a long way from their beginnings in Christian rock, but they’re glad to be creating a family-friendly musical comedy.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/11/24/theater/mrs-doubtfire-wayne-karey-kirkpatrick.html", - "creator": "Rebecca J. Ritzel", - "pubDate": "Wed, 24 Nov 2021 19:47:30 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Scrambling to Keep Up With the Rent", + "description": "When the unexpected happened, finances were stretched and parents needed assistance to keep up.", + "content": "When the unexpected happened, finances were stretched and parents needed assistance to keep up.", + "category": "New York Times Neediest Cases Fund", + "link": "https://www.nytimes.com/2021/11/25/neediest-cases/scrambling-to-keep-up-with-the-rent.html", + "creator": "Kristen Bayrakdarian", + "pubDate": "Thu, 25 Nov 2021 10:00:06 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9afcb9b1ae1413a3d7e23ea4237b261" + "hash": "bdfb9019a755fc3aef028c03b8e5ba37" }, { - "title": "Kodi Smit-McPhee on Quiet Confidence, Chronic Pain and ‘The Power of the Dog’", - "description": "The 25-year-old Aussie delivers a scene-stealing performance as Peter, a bookish boy and aspiring doctor who’s more than he seems.", - "content": "The 25-year-old Aussie delivers a scene-stealing performance as Peter, a bookish boy and aspiring doctor who’s more than he seems.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/03/movies/kodi-smit-mcphee-power-of-the-dog.html", - "creator": "Sarah Bahr", - "pubDate": "Fri, 03 Dec 2021 19:19:05 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Solomon Islands: Why Are People Protesting?", + "description": "Discontent has long simmered over a perceived unequal distribution of resources and the central government’s decision to switch allegiances to Beijing from Taipei.", + "content": "Discontent has long simmered over a perceived unequal distribution of resources and the central government’s decision to switch allegiances to Beijing from Taipei.", + "category": "Solomon Islands", + "link": "https://www.nytimes.com/2021/11/25/world/asia/solomon-islands-riot.html", + "creator": "Yan Zhuang", + "pubDate": "Thu, 25 Nov 2021 08:06:58 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb4cf05095695ff789803f06ee58f904" + "hash": "e5a3edce4b46b7af49ca3c8eaa1cb04d" }, { - "title": "Shooting Suspect's Parents Pleaded Not Guilty to Involuntary Manslaughter Charges", - "description": "The couple were taken into custody early Saturday in Detroit, after the police received a tip. They pleaded not guilty to involuntary manslaughter charges.", - "content": "The couple were taken into custody early Saturday in Detroit, after the police received a tip. They pleaded not guilty to involuntary manslaughter charges.", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/04/us/michigan-shooting-parents-arrested.html", - "creator": "Gerry Mullany, Eduardo Medina and Sophie Kasakove", - "pubDate": "Sat, 04 Dec 2021 20:27:28 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "As Turkeys Take Over Campus, Some Colleges Are More Thankful Than Others", + "description": "From California to Minnesota to Massachusetts, turkeys have taken a liking to university life, leading to social media stardom and crosswalk confrontations.", + "content": "From California to Minnesota to Massachusetts, turkeys have taken a liking to university life, leading to social media stardom and crosswalk confrontations.", + "category": "Turkeys", + "link": "https://www.nytimes.com/2021/11/25/us/turkey-college-campus.html", + "creator": "Mitch Smith", + "pubDate": "Thu, 25 Nov 2021 08:00:08 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5fa342dcc3106e307e7faac2d74d4a47" + "hash": "c457f8e3b0a23d8de3c7fb42cbde403d" }, { - "title": "Federal Scrutiny of Cuomo Widens to His Office’s Treatment of Women", - "description": "The Justice Department opened an inquiry into reports of sexual harassment and retaliation in the former governor’s administration.", - "content": "The Justice Department opened an inquiry into reports of sexual harassment and retaliation in the former governor’s administration.", - "category": "Cuomo, Andrew M", - "link": "https://www.nytimes.com/2021/12/03/nyregion/cuomo-justice-department-inquiry.html", - "creator": "Luis Ferré-Sadurní", - "pubDate": "Sat, 04 Dec 2021 00:28:05 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Two N.Y.P.D. Officers Are Shot in Gun Battle in the Bronx", + "description": "The officers, who were responding to a report of a gun, were expected to survive. The suspect was also shot.", + "content": "The officers, who were responding to a report of a gun, were expected to survive. The suspect was also shot.", + "category": "Attacks on Police", + "link": "https://www.nytimes.com/2021/11/24/nyregion/nypd-officers-shot-bronx.html", + "creator": "Michael Levenson and Karen Zraick", + "pubDate": "Thu, 25 Nov 2021 07:39:04 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40ea2489a82b1ed83801a63008d1c01f" + "hash": "d643789d7507059117793d67da7077b7" }, { - "title": "LaMarr Hoyt, Pitcher Whose Star Shone Brightly but Briefly, Dies at 66", - "description": "He won the 1983 Cy Young Award as the American League’s leading pitcher, but an injury and troubles with drugs and the law ended his career prematurely.", - "content": "He won the 1983 Cy Young Award as the American League’s leading pitcher, but an injury and troubles with drugs and the law ended his career prematurely.", - "category": "Hoyt, LaMarr", - "link": "https://www.nytimes.com/2021/12/03/sports/baseball/lamarr-hoyt-dead.html", - "creator": "Richard Goldstein", - "pubDate": "Sat, 04 Dec 2021 05:50:52 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A Baltimore Thanksgiving Memory", + "description": "Eating had become a chore for my parents, but I was determined to make a feast. I had never given much thought to Dad’s penknife until that meal.", + "content": "Eating had become a chore for my parents, but I was determined to make a feast. I had never given much thought to Dad’s penknife until that meal.", + "category": "Thanksgiving Day", + "link": "https://www.nytimes.com/2021/11/25/opinion/thanksgiving-penknife.html", + "creator": "Rafael Alvarez", + "pubDate": "Thu, 25 Nov 2021 06:00:03 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f25d477edad5e7dbd31af5e683db4202" + "hash": "eb321cfdced251a9d156a405ff918086" }, { - "title": "Parents of Oxford School Shooting Suspect Arrested, Police Say", - "description": "The couple were charged after officials said their son carried out the shootings using a handgun his parents had bought for him.", - "content": "The couple were charged after officials said their son carried out the shootings using a handgun his parents had bought for him.", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/04/us/michigan-shooting-parents-arrested.html", - "creator": "Gerry Mullany", - "pubDate": "Sat, 04 Dec 2021 15:42:48 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Peng Shuai’s Accusation Pierced the Privileged Citadel of Chinese Politics", + "description": "Zhang Gaoli was best known as a low-key technocrat. Then a Chinese tennis star’s allegations made him a symbol of a system that bristles against scrutiny.", + "content": "Zhang Gaoli was best known as a low-key technocrat. Then a Chinese tennis star’s allegations made him a symbol of a system that bristles against scrutiny.", + "category": "", + "link": "https://www.nytimes.com/2021/11/25/world/asia/china-peng-shuai-zhang-gaoli.html", + "creator": "Chris Buckley and Steven Lee Myers", + "pubDate": "Thu, 25 Nov 2021 05:02:07 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10829e757b590a89c0c2646965b1dc47" + "hash": "511569aedd747eee811f0239cd103db3" }, { - "title": "In Africa, Dealing With Vaccine Challenges and the Omicron Variant", - "description": "Vaccine shortages and skepticism, and rewarding countries for discovering variants. Also: Happiness and politics; unwanted children; beware of psychedelics.", - "content": "Vaccine shortages and skepticism, and rewarding countries for discovering variants. Also: Happiness and politics; unwanted children; beware of psychedelics.", - "category": "Africa", - "link": "https://www.nytimes.com/2021/12/03/opinion/letters/africa-vaccine-omicron.html", - "creator": "", - "pubDate": "Fri, 03 Dec 2021 21:55:34 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Do Sports Still Need China?", + "description": "Global outrage, broken contracts and shifting politics could change the calculus for leagues and teams that once raced to do business in China.", + "content": "Global outrage, broken contracts and shifting politics could change the calculus for leagues and teams that once raced to do business in China.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/24/sports/olympics/china-sports-peng-shuai.html", + "creator": "Andrew Keh", + "pubDate": "Thu, 25 Nov 2021 04:52:14 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac6aadeb897fed5862586a90b6f10196" + "hash": "a881b3ab6475c3ac2ea8c940e4a3bec7" }, { - "title": "Takeaways from the fifth day of Ghislaine Maxwell’s trial.", - "description": "", - "content": "", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/03/nyregion/ghislaine-maxwell-trial/takeaways-from-the-fifth-day-of-ghislaine-maxwells-trial", - "creator": "Rebecca Davis O’Brien and Colin Moynihan", - "pubDate": "Fri, 03 Dec 2021 23:03:56 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Mickey Guyton on Her Grammy Nominations: ‘I Was Right’", + "description": "Last Grammys, the singer became the first Black woman to be nominated for a solo country performance award. This time, she’s back with three more chances to win.", + "content": "Last Grammys, the singer became the first Black woman to be nominated for a solo country performance award. This time, she’s back with three more chances to win.", + "category": "Grammy Awards", + "link": "https://www.nytimes.com/2021/11/24/arts/music/mickey-guyton-grammy-nominations.html", + "creator": "Joe Coscarelli", + "pubDate": "Thu, 25 Nov 2021 03:37:44 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4bf73376e7b8ebdd72eba21a5472ee44" + "hash": "5c231b31bdff805391f4ba7e0750854c" }, { - "title": "How a Lab in Nebraska Is Tracking the Spread of Omicron", - "description": "More states are finding cases of the new variant. Tracking its spread, experts say, is key to understanding what threat it poses.", - "content": "More states are finding cases of the new variant. Tracking its spread, experts say, is key to understanding what threat it poses.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/03/us/coronavirus-omicron-sequencing.html", - "creator": "Mitch Smith", - "pubDate": "Sat, 04 Dec 2021 03:37:17 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "At Last Minute, Kanye West, Taylor Swift Added as Top Grammy Nominees", + "description": "Abba, Lil Nas X and others benefited as the number of competitors in the four all-genre categories grew from eight to 10 in a meeting the day before the nominations were announced.", + "content": "Abba, Lil Nas X and others benefited as the number of competitors in the four all-genre categories grew from eight to 10 in a meeting the day before the nominations were announced.", + "category": "Recording Academy", + "link": "https://www.nytimes.com/2021/11/24/arts/music/grammy-nominations-taylor-swift-kanye-west.html", + "creator": "Ben Sisario and Joe Coscarelli", + "pubDate": "Thu, 25 Nov 2021 03:28:24 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "48fa5c475945aec80685ed9cdd2606ca" + "hash": "4cb611b36f97f3344c1084a704d34715" }, { - "title": "Deion Sanders Is Leading Jackson State to a Football Title Game", - "description": "In his first full season as the football coach, Deion Sanders has guided the Tigers to the conference championship game and energized a community. He says he’s just getting started.", - "content": "In his first full season as the football coach, Deion Sanders has guided the Tigers to the conference championship game and energized a community. He says he’s just getting started.", - "category": "Jackson State University", - "link": "https://www.nytimes.com/2021/12/03/sports/ncaafootball/deion-sanders-jackson-state-football.html", - "creator": "Alanis Thames", - "pubDate": "Fri, 03 Dec 2021 21:36:58 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Guilty Verdicts in the Ahmaud Arbery Case Are a Welcome Respite", + "description": "This was a reminder that the lives of Black people are valued in this country — at least on occasion.", + "content": "This was a reminder that the lives of Black people are valued in this country — at least on occasion.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/11/24/opinion/guilty-verdict-ahmaud-arbery.html", + "creator": "Charles M. Blow", + "pubDate": "Thu, 25 Nov 2021 02:46:14 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aba6033ec429df2b778456e42ce59ea3" + "hash": "3e1e292420e5ab09fac28d971464070f" }, { - "title": "Israeli Company’s Spyware Is Used to Target U.S. Embassy Employees in Africa", - "description": "The hack is the first known case of the spyware, known as Pegasus, being used against American officials.", - "content": "The hack is the first known case of the spyware, known as Pegasus, being used against American officials.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/03/us/politics/phone-hack-nso-group-israel-uganda.html", - "creator": "Katie Benner, David E. Sanger and Julian E. Barnes", - "pubDate": "Sat, 04 Dec 2021 01:47:35 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Watch the Macy’s Thanksgiving Day Parade", + "description": "This year’s parade will feature performers like Kelly Rowland and Carrie Underwood and will have 15 giant balloons and 28 floats.", + "content": "This year’s parade will feature performers like Kelly Rowland and Carrie Underwood and will have 15 giant balloons and 28 floats.", + "category": "Thanksgiving Day", + "link": "https://www.nytimes.com/2021/11/24/nyregion/macys-parade-time-thanksgiving.html", + "creator": "Lola Fadulu", + "pubDate": "Thu, 25 Nov 2021 01:30:34 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bdb4a3ef9356d63a95a23ef3afb455de" + "hash": "54f80cbc384086d98194f452eb1517d6" }, { - "title": "Belgian Port City Grapples With a Flood of Cocaine", - "description": "Antwerp has become the main port of entry into Europe for the drug, which is being blamed for a surge of violence that has prompted some Belgian officials to call for a war on drugs.", - "content": "Antwerp has become the main port of entry into Europe for the drug, which is being blamed for a surge of violence that has prompted some Belgian officials to call for a war on drugs.", - "category": "Drug Abuse and Traffic", - "link": "https://www.nytimes.com/2021/12/04/world/europe/belgium-antwerp-cocaine.html", - "creator": "Elian Peltier", - "pubDate": "Sat, 04 Dec 2021 10:16:01 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "U.S. Reacts to Guilty Verdict in Ahmaud Arbery Murder Case", + "description": "The murder convictions of three white men in the death of Ahmaud Arbery were praised by many as a just outcome in a case that could have stoked racial divisions.", + "content": "The murder convictions of three white men in the death of Ahmaud Arbery were praised by many as a just outcome in a case that could have stoked racial divisions.", + "category": "Black Lives Matter Movement", + "link": "https://www.nytimes.com/2021/11/24/us/ahmaud-arbery-verdict-reaction.html", + "creator": "Jack Healy and Tariro Mzezewa", + "pubDate": "Thu, 25 Nov 2021 01:03:13 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "872fb324cc8ee580dd0f68986d46284f" + "hash": "926f7e92bedbdeee293329b0ef262cb0" }, { - "title": "At Least One Dead as Volcano Erupts in Indonesia, Spewing Ash Cloud", - "description": "Dozens more suffered burns as lava flowed from the eruption of Mount Semeru, on the island of Java.", - "content": "Dozens more suffered burns as lava flowed from the eruption of Mount Semeru, on the island of Java.", - "category": "Volcanoes", - "link": "https://www.nytimes.com/2021/12/04/world/asia/indonesia-volcano.html", - "creator": "Aina J. Khan and Muktita Suhartono", - "pubDate": "Sat, 04 Dec 2021 17:20:36 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "27 Migrants Drown Trying to Go From France to U.K. by Boat", + "description": "The boat, which capsized near Calais, had been carrying a group of migrants to Britain. “France won’t let the Channel become a graveyard,’’ President Emmanuel Macron said.", + "content": "The boat, which capsized near Calais, had been carrying a group of migrants to Britain. “France won’t let the Channel become a graveyard,’’ President Emmanuel Macron said.", + "category": "Maritime Accidents and Safety", + "link": "https://www.nytimes.com/2021/11/24/world/europe/migrants-boat-capsize-calais.html", + "creator": "Aurelien Breeden, Constant Méheut and Norimitsu Onishi", + "pubDate": "Thu, 25 Nov 2021 00:24:29 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71bbef23ec0af17a82dcc501252b35fd" + "hash": "1a09481ff5e95cd873a09e7ff414d1be" }, { - "title": "Congo Ousts Mining Leader in a Cloud of Corruption Claims", - "description": "The country’s president removed Albert Yuma Mulimbi as chairman of the state mining firm. Cobalt in Congo is a crucial resource in the global clean energy revolution.", - "content": "The country’s president removed Albert Yuma Mulimbi as chairman of the state mining firm. Cobalt in Congo is a crucial resource in the global clean energy revolution.", - "category": "Mines and Mining", - "link": "https://www.nytimes.com/2021/12/03/world/congo-cobalt-albert-yuma-mulimbi.html", - "creator": "Eric Lipton and Dionne Searcey", - "pubDate": "Sat, 04 Dec 2021 03:11:06 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "President Biden Arrives in Nantucket for Thanksgiving ", + "description": "President Biden and his family are spending Thanksgiving on Nantucket, renewing a family tradition that dates back to 1975.", + "content": "President Biden and his family are spending Thanksgiving on Nantucket, renewing a family tradition that dates back to 1975.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/11/24/us/politics/biden-thanksgiving-nantucket.html", + "creator": "Zolan Kanno-Youngs", + "pubDate": "Wed, 24 Nov 2021 23:55:38 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b63ad3b57129d8e96a2c86989a9bca8" + "hash": "7c6fc4cbd9b2edeb32f38bce86fc330d" }, { - "title": "With Omicron Variant Comes Uncertainty. Here’s How to Handle It.", - "description": "Experts share techniques to ease the mental toll of an evolving pandemic.", - "content": "Experts share techniques to ease the mental toll of an evolving pandemic.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/12/02/well/mind/omicron-variant-questions.html", - "creator": "Christina Caron", - "pubDate": "Fri, 03 Dec 2021 14:50:52 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "NFL to Settle Lawsuit Over Rams’ Departure for $790 Million", + "description": "Rams owner Stanley Kroenke is expected to pay the entire amount, ending the four-year court battle over the team’s move to Los Angeles in 2016.", + "content": "Rams owner Stanley Kroenke is expected to pay the entire amount, ending the four-year court battle over the team’s move to Los Angeles in 2016.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2021/11/24/sports/football/nfl-st-louis-rams-relocation.html", + "creator": "Ken Belson", + "pubDate": "Wed, 24 Nov 2021 23:15:03 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11ae186b7288194d5c62d11d19daf7c5" + "hash": "b3d0638a93f2257e5eed269ae8ab5c2a" }, { - "title": "Wellness Challenge: Give Yourself a Break", - "description": "", - "content": "", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/05/28/well/pandemic-wellness-stress-break.html", - "creator": "Tara Parker-Pope", - "pubDate": "Fri, 28 May 2021 09:00:13 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What the Arbery and Rittenhouse Verdicts Couldn't Tell Us", + "description": "We must stop tying our hopes for justice to high-profile criminal cases.", + "content": "We must stop tying our hopes for justice to high-profile criminal cases.", + "category": "Rittenhouse, Kyle", + "link": "https://www.nytimes.com/2021/11/24/opinion/arbery-verdict-rittenhouse.html", + "creator": "Sarah Lustbader", + "pubDate": "Wed, 24 Nov 2021 23:08:18 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88cbb34b711607aa61316870b0065da0" + "hash": "9047692599b1f4c8fb935c1a40789677" }, { - "title": "In Stressful Times, Make Stress Work for You", - "description": "Research shows we can actually use stress to improve our health and well-being. Here’s how.", - "content": "Research shows we can actually use stress to improve our health and well-being. Here’s how.", - "category": "Anxiety and Stress", - "link": "https://www.nytimes.com/2020/04/01/well/mind/coronavirus-stress-management-anxiety-psychology.html", - "creator": "Kari Leibowitz and Alia Crum", - "pubDate": "Wed, 01 Apr 2020 16:16:31 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The YZY GAP Round Jacket Review", + "description": "If you love to talk to people, this is the coat for you.", + "content": "If you love to talk to people, this is the coat for you.", + "category": "Coats and Jackets", + "link": "https://www.nytimes.com/2021/11/24/style/yeezy-gap-jacket.html", + "creator": "André Wheeler", + "pubDate": "Wed, 24 Nov 2021 21:36:58 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72ea869a717d49d0241d2c4b888d3b7f" + "hash": "77c926c6b46bd94a4036c925af0565a8" }, { - "title": "The Trump Conspiracy Is Hiding in Plain Sight", - "description": "Large and influential parts of the Republican Party are increasingly untethered from any commitment to electoral democracy. ", - "content": "Large and influential parts of the Republican Party are increasingly untethered from any commitment to electoral democracy. ", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/12/03/opinion/trump-bannon-2024.html", - "creator": "Jamelle Bouie", - "pubDate": "Fri, 03 Dec 2021 10:00:14 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Arbery Verdict: What is Malice Murder?", + "description": "In convicting Travis McMichael on that charge, the 12 jurors found that he had deliberately intended to kill Mr. Arbery.", + "content": "In convicting Travis McMichael on that charge, the 12 jurors found that he had deliberately intended to kill Mr. Arbery.", + "category": "Arbery, Ahmaud (1994-2020)", + "link": "https://www.nytimes.com/2021/11/24/us/malice-murder-arbery-murder-trial.html", + "creator": "Nicholas Bogel-Burroughs and Giulia Heyward", + "pubDate": "Wed, 24 Nov 2021 21:20:13 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "96b16fbe37e338d9b346030a405f56f7" + "hash": "2c5fd3c02be9beb7e705a87d971c75b4" }, { - "title": "Amy Coney Barrett and the Abortion Question", - "description": "Justice Amy Coney Barrett seemed to lean into identity politics at Wednesday’s arguments over a major abortion case.", - "content": "Justice Amy Coney Barrett seemed to lean into identity politics at Wednesday’s arguments over a major abortion case.", - "category": "Supreme Court (US)", - "link": "https://www.nytimes.com/2021/12/02/opinion/coney-barrett-abortion-supreme-court.html", - "creator": "Melissa Murray", - "pubDate": "Thu, 02 Dec 2021 20:50:16 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Justice Was Served’: Guilty Verdicts in the Ahmaud Arbery Case", + "description": "Readers express relief. One calls it the “only rational and equitable verdict.” Also: A Covid Thanksgiving, and one in prison; children and grief.", + "content": "Readers express relief. One calls it the “only rational and equitable verdict.” Also: A Covid Thanksgiving, and one in prison; children and grief.", + "category": "Arbery, Ahmaud (1994-2020)", + "link": "https://www.nytimes.com/2021/11/24/opinion/letters/ahmaud-arbery.html", + "creator": "", + "pubDate": "Wed, 24 Nov 2021 21:16:34 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2590f0b621318d50bdf5ca2336760924" + "hash": "50a7c2af17d77f7b23bac51be07b1035" }, { - "title": "Mount Vernon, N.Y., Police Face Federal Civil Rights Investigation", - "description": "The inquiry will focus on whether the Mount Vernon department engaged in a “pattern or practice of unlawful policing,” officials said.", - "content": "The inquiry will focus on whether the Mount Vernon department engaged in a “pattern or practice of unlawful policing,” officials said.", - "category": "Police Reform", - "link": "https://www.nytimes.com/2021/12/03/nyregion/mount-vernon-police-abuse-misconduct-investigation.html", - "creator": "Troy Closson", - "pubDate": "Fri, 03 Dec 2021 23:10:50 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Margo Guryan, Whose Album Drew Belated Acclaim, Dies at 84", + "description": "She recorded “Take a Picture” in 1968, but it died when she declined to tour. Three decades later, adventurous listeners discovered it and gave it a new life.", + "content": "She recorded “Take a Picture” in 1968, but it died when she declined to tour. Three decades later, adventurous listeners discovered it and gave it a new life.", + "category": "Guryan, Margo (1937-2021)", + "link": "https://www.nytimes.com/2021/11/24/arts/music/margo-guryan-dead.html", + "creator": "Neil Genzlinger", + "pubDate": "Wed, 24 Nov 2021 21:05:21 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1aef2a414bd081df8c12a11aa0d008d2" + "hash": "3738ab5d9b2c4621bbe0c389c2331f44" }, - { - "title": "How do you say ‘Omicron’?", - "description": "Unlike Alpha, Beta and Delta, the name of the latest known variant is not as straightforward, with some English speakers offering up diverse pronunciations.", - "content": "Unlike Alpha, Beta and Delta, the name of the latest known variant is not as straightforward, with some English speakers offering up diverse pronunciations.", - "category": "English Language", - "link": "https://www.nytimes.com/2021/11/30/world/omicron-covid-variant-pronunciation.html", - "creator": "Christine Hauser", - "pubDate": "Wed, 01 Dec 2021 12:17:31 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + { + "title": "Ahmaud Arbery’s Final Minutes: What Videos and 911 Calls Show", + "description": "Using security footage, cellphone video, 911 calls and police reports, The Times has reconstructed the 12 minutes before Ahmaud Arbery was shot dead in Georgia on Feb. 23.", + "content": "Using security footage, cellphone video, 911 calls and police reports, The Times has reconstructed the 12 minutes before Ahmaud Arbery was shot dead in Georgia on Feb. 23.", + "category": "Arbery, Ahmaud (1994-2020)", + "link": "https://www.nytimes.com/video/us/100000007142853/ahmaud-arbery-video-911-georgia.html", + "creator": "Malachy Browne, Drew Jordan, Dmitriy Khavin and Ainara Tiefenthäler", + "pubDate": "Wed, 24 Nov 2021 21:02:16 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6325d394c526052f260bcca9ae24079" + "hash": "0803011bd74d807030646269da126504" }, { - "title": "Parents of Michigan Shooting Suspect Arrested in Detroit, Police Say", - "description": "The couple were charged after officials said their son carried out the shootings using a handgun his parents had bought for him.", - "content": "The couple were charged after officials said their son carried out the shootings using a handgun his parents had bought for him.", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/04/us/michigan-shooting-parents-arrested.html", - "creator": "Gerry Mullany", - "pubDate": "Sat, 04 Dec 2021 09:12:32 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "For Afghan Refugees, a Choice Between Community and Opportunity", + "description": "In resettling thousands of displaced Afghans, the Biden administration must weigh their need for support against the needs of the U.S. labor market.", + "content": "In resettling thousands of displaced Afghans, the Biden administration must weigh their need for support against the needs of the U.S. labor market.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2021/11/24/us/afghan-refugees.html", + "creator": "Michael D. Shear and Jim Tankersley", + "pubDate": "Wed, 24 Nov 2021 21:01:54 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f78d20ba79c52e0accbf764f1b9b7d13" + "hash": "31ec1dbbd233da485826dedbbf4fc913" }, { - "title": "Marcus Lamb, Christian Broadcaster and Vaccine Skeptic, Dies of Covid at 64", - "description": "Mr. Lamb, who co-founded the Daystar Television Network, repeatedly suggested on air that people pray instead of getting vaccinated.", - "content": "Mr. Lamb, who co-founded the Daystar Television Network, repeatedly suggested on air that people pray instead of getting vaccinated.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/01/us/marcus-lamb-dead.html", - "creator": "Alyssa Lukpat", - "pubDate": "Thu, 02 Dec 2021 23:09:23 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Nordstrom, Louis Vuitton and Others Hit in California Burglaries", + "description": "“Their plan was to overwhelm us,” Chief Bill Scott of the San Francisco police said after about a dozen stores were stolen from in one night.", + "content": "“Their plan was to overwhelm us,” Chief Bill Scott of the San Francisco police said after about a dozen stores were stolen from in one night.", + "category": "Shoplifting and Employee Theft (Retail)", + "link": "https://www.nytimes.com/2021/11/24/business/california-organized-crime-theft-looting.html", + "creator": "Azi Paybarah", + "pubDate": "Wed, 24 Nov 2021 20:55:01 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f51614d95507a45e0adb3ba68531dee9" + "hash": "01562ad2a963b760a2ff1dc0d1bee259" }, { - "title": "Best Albums of 2021", - "description": "Less isolation didn’t mean a return to normalcy. Albums with big feelings and room for catharsis made the most powerful connections.", - "content": "Less isolation didn’t mean a return to normalcy. Albums with big feelings and room for catharsis made the most powerful connections.", - "category": "arts year in review 2021", - "link": "https://www.nytimes.com/2021/12/02/arts/music/best-pop-albums.html", - "creator": "Jon Pareles, Jon Caramanica and Lindsay Zoladz", - "pubDate": "Thu, 02 Dec 2021 17:22:35 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Why Columbia Student Workers Are Back On Strike", + "description": "Columbia University’s student workers’ union, made up of 3,000 workers, is striking for the second time this year, calling for higher wages and more protections.", + "content": "Columbia University’s student workers’ union, made up of 3,000 workers, is striking for the second time this year, calling for higher wages and more protections.", + "category": "Columbia University", + "link": "https://www.nytimes.com/2021/11/24/nyregion/columbia-grad-student-strike.html", + "creator": "Ashley Wong", + "pubDate": "Wed, 24 Nov 2021 20:17:58 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2020f552c6e78dfb71a3e922fd1b17e8" + "hash": "e9ee3647f4530bf6f97f7f0e57df7cbe" }, { - "title": "Omicron Variant Reinfects People Who Have Had the Coronavirus", - "description": "Evidence from South Africa, where the Omicron variant already dominates, shows a high rate of reinfection of people who have already had the coronavirus.", - "content": "Evidence from South Africa, where the Omicron variant already dominates, shows a high rate of reinfection of people who have already had the coronavirus.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/02/world/africa/virus-omicron-variant-reinfection.html", - "creator": "Lynsey Chutel and Richard Pérez-Peña", - "pubDate": "Fri, 03 Dec 2021 01:49:30 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Who Is Olaf Scholz, Germany's Next Chancellor?", + "description": "Germany’s next chancellor is something of an enigma. He comes to power with a dizzying array of challenges, raising questions about whether he can fill the very big shoes of his predecessor.", + "content": "Germany’s next chancellor is something of an enigma. He comes to power with a dizzying array of challenges, raising questions about whether he can fill the very big shoes of his predecessor.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/24/world/europe/germany-new-chancellor-olaf-scholz.html", + "creator": "Katrin Bennhold", + "pubDate": "Wed, 24 Nov 2021 20:14:24 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bee1ae16799ff9bfe3b679d695d05153" + "hash": "aaa68936b3bfe29e2b7178faaee88083" }, { - "title": "How the Cream Cheese Shortage is Affecting NYC Bagel Shops", - "description": "Supply chain problems that have hit businesses across the country now threaten a quintessential New York treat.", - "content": "Supply chain problems that have hit businesses across the country now threaten a quintessential New York treat.", - "category": "New York City", - "link": "https://www.nytimes.com/2021/12/04/nyregion/cream-cheese-shortage-nyc-bagels.html", - "creator": "Ashley Wong", - "pubDate": "Sat, 04 Dec 2021 10:00:14 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Age of the Creative Minority", + "description": "Here are four ways to think about your group identity.", + "content": "Here are four ways to think about your group identity.", + "category": "Minorities", + "link": "https://www.nytimes.com/2021/11/24/opinion/creative-minority-multiculturalism.html", + "creator": "David Brooks", + "pubDate": "Wed, 24 Nov 2021 20:00:07 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "617a4712bcb3f3644b282e32eabd774c" + "hash": "fa19b6102417e35a57f16de2bae49deb" }, { - "title": "Belgian Port City Grapples With a Flood of Cocaine", - "description": "Antwerp has become the main port of entry into Europe for the drug, which is being blamed for a surge of violence that has prompted some Belgian officials to call for a war on drugs.", - "content": "Antwerp has become the main port of entry into Europe for the drug, which is being blamed for a surge of violence that has prompted some Belgian officials to call for a war on drugs.", - "category": "Drug Abuse and Traffic", - "link": "https://www.nytimes.com/2021/12/04/world/europe/belgian-port-city-grapples-with-a-flood-of-cocaine.html", - "creator": "Elian Peltier", - "pubDate": "Sat, 04 Dec 2021 10:16:01 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "This Thanksgiving, Keep Forgiveness on Hand", + "description": "As we sit down together during a difficult year, we’d be wise to consider a posture of grace ", + "content": "As we sit down together during a difficult year, we’d be wise to consider a posture of grace ", + "category": "Thanksgiving Day", + "link": "https://www.nytimes.com/2021/11/24/opinion/thanksgiving-family-forgiveness.html", + "creator": "Kelly Corrigan", + "pubDate": "Wed, 24 Nov 2021 20:00:06 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bfa9efdbbf39b9105a35d13c4e3c8222" + "hash": "2b5fd09cb3aba3904dc769cf97a305bf" }, { - "title": "M.L.B.’s Lockout: What Is It? How Does It Work? What’s Next?", - "description": "Players are locked out and transactions are frozen in baseball’s ninth work stoppage. But no one is missing any checks — yet.", - "content": "Players are locked out and transactions are frozen in baseball’s ninth work stoppage. But no one is missing any checks — yet.", - "category": "Baseball", - "link": "https://www.nytimes.com/article/mlb-lockout.html", - "creator": "James Wagner", - "pubDate": "Fri, 03 Dec 2021 22:10:46 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "YassifyBot and 'Yassification' Memes, Explained", + "description": "A new Twitter account has amassed a following by sharing highly filtered versions of well-known images.", + "content": "A new Twitter account has amassed a following by sharing highly filtered versions of well-known images.", + "category": "Beauty (Concept)", + "link": "https://www.nytimes.com/2021/11/24/style/yassify-bot-meme.html", + "creator": "Shane O’Neill", + "pubDate": "Wed, 24 Nov 2021 19:50:35 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac9d7fc8ebe0fdcc3609bd0dd79f0369" + "hash": "3f457cd222298fcb25d8978378f44c49" }, { - "title": "The Confounding Lightness of Helen Pashgian", - "description": "Long underrecognized for her innovations, a trailblazer of the Light and Space Movement is suddenly juggling three tribute shows to her six-decade career.", - "content": "Long underrecognized for her innovations, a trailblazer of the Light and Space Movement is suddenly juggling three tribute shows to her six-decade career.", - "category": "Art", - "link": "https://www.nytimes.com/2021/11/30/arts/design/helen-pashgian-light-and-space-movement.html", - "creator": "Lawrence Weschler", - "pubDate": "Tue, 30 Nov 2021 15:00:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A Claim of Herd Immunity Reignites Debate Over U.K. Covid Policy", + "description": "Neil Ferguson, a leading epidemiologist, said the country had almost reached a state of herd immunity as it settled into a new normal of about 40,000 cases a day. Other experts disagreed.", + "content": "Neil Ferguson, a leading epidemiologist, said the country had almost reached a state of herd immunity as it settled into a new normal of about 40,000 cases a day. Other experts disagreed.", + "category": "Disease Rates", + "link": "https://www.nytimes.com/2021/11/24/world/europe/uk-virus-herd-immunity.html", + "creator": "Stephen Castle and Mark Landler", + "pubDate": "Wed, 24 Nov 2021 19:29:47 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba85219e0d3acd31bb47e7931bfede59" + "hash": "d0521c9afaf010f6485270a4a8d62056" }, { - "title": "What Makes a Wine Great? It’s Not Just Old and Complex.", - "description": "It ought to have a sense of place, and it needs to refresh. Beyond that, great wines are those that best fit the particular occasion.", - "content": "It ought to have a sense of place, and it needs to refresh. Beyond that, great wines are those that best fit the particular occasion.", - "category": "Wines", - "link": "https://www.nytimes.com/2021/11/29/dining/drinks/great-wines.html", - "creator": "Eric Asimov", - "pubDate": "Mon, 29 Nov 2021 16:29:21 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "British Lawmaker Is Reprimanded for Bringing Her Baby to a Debate", + "description": "Stella Creasy received a letter of complaint for attending a debate with her infant son in tow. After an outcry, the speaker of the House of Commons said that a committee would review the rules.", + "content": "Stella Creasy received a letter of complaint for attending a debate with her infant son in tow. After an outcry, the speaker of the House of Commons said that a committee would review the rules.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/24/world/europe/stella-creasy-baby.html", + "creator": "Jenny Gross", + "pubDate": "Wed, 24 Nov 2021 18:52:41 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ca1f53e7c66df9462a81f859fff5410" + "hash": "5d0a3392b2aec02c8a4609f1141121b3" }, { - "title": "‘The Power of the Dog’: About That Ending", - "description": "The movie’s subtle conclusion takes a moment to comprehend. But the director, Jane Campion, has a history of working in the realm of suggestion.", - "content": "The movie’s subtle conclusion takes a moment to comprehend. But the director, Jane Campion, has a history of working in the realm of suggestion.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/03/movies/the-power-of-the-dog-ending.html", - "creator": "Nicolas Rapold", - "pubDate": "Fri, 03 Dec 2021 19:41:49 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "C.D.C. Eases Up on Dog Travel Ban", + "description": "The agency will now allow some pets to be brought back into the United States from 113 countries considered as high risk for rabies.", + "content": "The agency will now allow some pets to be brought back into the United States from 113 countries considered as high risk for rabies.", + "category": "Dogs", + "link": "https://www.nytimes.com/2021/11/24/travel/cdc-dog-travel-ban.html", + "creator": "Debra Kamin", + "pubDate": "Wed, 24 Nov 2021 18:39:17 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "01a846cc29ba4acec32790629a956b70" + "hash": "843e569d03de09c0bb4a9515e2722c4e" }, { - "title": "‘The Anomaly,’ Part Airplane Thriller and Part Exploration of Reality, Fate and Free Will", - "description": "Hervé Le Tellier’s novel, a runaway best seller and prize winner in France, is about the strange and mysterious fate of the passengers on a flight from Paris to New York.", - "content": "Hervé Le Tellier’s novel, a runaway best seller and prize winner in France, is about the strange and mysterious fate of the passengers on a flight from Paris to New York.", - "category": "The Anomaly (Book)", - "link": "https://www.nytimes.com/2021/12/03/books/review-anomaly-herve-le-tellier.html", - "creator": "Sarah Lyall", - "pubDate": "Fri, 03 Dec 2021 10:00:02 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Trump Investigation Enters Crucial Phase as Prosecutor’s Term Nears End", + "description": "New developments suggest the long-running inquiry has returned to an earlier focus: the valuations the former president and his family business applied to properties as it sought loans.", + "content": "New developments suggest the long-running inquiry has returned to an earlier focus: the valuations the former president and his family business applied to properties as it sought loans.", + "category": "Trump Tax Returns", + "link": "https://www.nytimes.com/2021/11/24/nyregion/trump-investigation-cyrus-vance.html", + "creator": "Ben Protess, William K. Rashbaum, Jonah E. Bromwich and David Enrich", + "pubDate": "Wed, 24 Nov 2021 18:35:43 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e04fb07a647443ff2d4815cad801c877" + "hash": "ab7248cb7a84e1472257170904e96ff5" }, { - "title": "Five Action Movies to Stream Now", - "description": "Including bomb threats, bank robberies and more, the month’s action films pack a wallop.", - "content": "Including bomb threats, bank robberies and more, the month’s action films pack a wallop.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/12/03/movies/action-movies-streaming.html", - "creator": "Robert Daniels", - "pubDate": "Fri, 03 Dec 2021 16:00:06 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How Exercise Affects Your Appetite", + "description": "For most of us, exercise impacts our hunger and weight in unexpected and sometimes contradictory ways.", + "content": "For most of us, exercise impacts our hunger and weight in unexpected and sometimes contradictory ways.", + "category": "Exercise", + "link": "https://www.nytimes.com/2021/11/24/well/move/exercise-appetite-weight.html", + "creator": "Gretchen Reynolds", + "pubDate": "Wed, 24 Nov 2021 18:31:37 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "730f3d315a82cf6c7c50776fda804e46" + "hash": "94c8e2b001c4f2d194285d099c887ac4" }, { - "title": "Jobs Report Sends Mixed Messages About U.S. Economy", - "description": "The U.S. added 210,000 jobs in November, below expectations, but a household survey showed the total number of employed people jumped by 1.1 million. The ambiguous data clouds the economic outlook for policymakers as a new phase of the pandemic unfolds. Here’s the latest.", - "content": "The U.S. added 210,000 jobs in November, below expectations, but a household survey showed the total number of employed people jumped by 1.1 million. The ambiguous data clouds the economic outlook for policymakers as a new phase of the pandemic unfolds. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/03/business/jobs-report-stock-market", - "creator": "The New York Times", - "pubDate": "Fri, 03 Dec 2021 18:07:36 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What Parental Leave Means to Dads and Non-birthing Partners", + "description": "Parents told us what having paid parental leave — or not — meant for their families.", + "content": "Parents told us what having paid parental leave — or not — meant for their families.", + "category": "Family Leaves", + "link": "https://www.nytimes.com/2021/11/24/opinion/parental-paternal-leave.html", + "creator": "The New York Times Opinion", + "pubDate": "Wed, 24 Nov 2021 18:31:14 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2f5d78085299d17dabd8ef135cead58f" + "hash": "d45515e2f147cf68cdc6dfc327aafe57" }, { - "title": "Why the November Jobs Report Is Better Than It Looks ", - "description": "The number of jobs added was below expectations, but otherwise the report shows an economy on the right track.", - "content": "The number of jobs added was below expectations, but otherwise the report shows an economy on the right track.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2021/12/03/upshot/jobs-report-unemployment-falls.html", - "creator": "Neil Irwin", - "pubDate": "Fri, 03 Dec 2021 16:22:21 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Zena Stein, 99, Dies; Researcher Championed Women’s Health", + "description": "She studied the impact of AIDS on women and explored the effects of famine and poverty on health with an “unwavering commitment to social justice.”", + "content": "She studied the impact of AIDS on women and explored the effects of famine and poverty on health with an “unwavering commitment to social justice.”", + "category": "Stein, Zena", + "link": "https://www.nytimes.com/2021/11/23/health/zena-stein-dead.html", + "creator": "Annabelle Williams", + "pubDate": "Wed, 24 Nov 2021 17:07:08 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "32816d0c2a96560c00004e15bd2b0dd3" + "hash": "ca1e22468ab6263621d65739a93a5f79" }, { - "title": "Omicron Variant Is Found in Several U.S. States", - "description": "Health officials say that community spread of Omicron is inevitable, even as much remains unknown about the new variant. Follow updates on Covid.", - "content": "Health officials say that community spread of Omicron is inevitable, even as much remains unknown about the new variant. Follow updates on Covid.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/03/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Fri, 03 Dec 2021 10:58:03 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Republicans Fight Covid Mandates, Then Blame Biden as Cases Rise", + "description": "Republicans have fought mask requirements and vaccine mandates for months, but as coronavirus infections again rise, they are blaming the president for failing to end the health crisis.", + "content": "Republicans have fought mask requirements and vaccine mandates for months, but as coronavirus infections again rise, they are blaming the president for failing to end the health crisis.", + "category": "Disease Rates", + "link": "https://www.nytimes.com/2021/11/24/us/politics/republicans-biden-coronavirus.html", + "creator": "Jonathan Weisman", + "pubDate": "Wed, 24 Nov 2021 16:24:03 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e6ae06e0578616990d51253f9d8ecb1" + "hash": "0fea2b95384a52a567cc161bfaf6c0d0" }, { - "title": "Covid Treatments Are Coming", - "description": "Here’s why they are a big deal.", - "content": "Here’s why they are a big deal.", - "category": "", - "link": "https://www.nytimes.com/2021/12/03/briefing/covid-treatments-pfizer-merck.html", - "creator": "David Leonhardt", - "pubDate": "Fri, 03 Dec 2021 11:33:19 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Drive My Car’ Review: A Director Takes Your Heart for a Spin", + "description": "In this quiet masterpiece, Ryusuke Hamaguchi considers grief, love, work and the soul-sustaining, life-shaping power of art.", + "content": "In this quiet masterpiece, Ryusuke Hamaguchi considers grief, love, work and the soul-sustaining, life-shaping power of art.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/11/24/movies/drive-my-car-review.html", + "creator": "Manohla Dargis", + "pubDate": "Wed, 24 Nov 2021 16:06:28 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82684cfc94cc215fc1b9ee75c9b0da7e" + "hash": "6b08f2fc8dd50871559948a870da340e" }, { - "title": "Michigan Shooting Suspect’s Parents Charged With Involuntary Manslaughter", - "description": "“Help me,” the teen accused of killing four of his classmates had scrawled in class hours before the shooting. His parents refused to bring him home and didn’t ask whether he had the handgun they had bought for him days before, a prosecutor said.", - "content": "“Help me,” the teen accused of killing four of his classmates had scrawled in class hours before the shooting. His parents refused to bring him home and didn’t ask whether he had the handgun they had bought for him days before, a prosecutor said.", - "category": "Oxford Charter Township, Mich, Shooting (2021)", - "link": "https://www.nytimes.com/2021/12/03/us/crumbley-parents-charged-michigan-shooting.html", - "creator": "Jack Healy and Serge F. Kovaleski", - "pubDate": "Fri, 03 Dec 2021 18:07:34 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Contending With the Pandemic, Wealthy Nations Wage Global Battle for Migrants", + "description": "Covid kept many people in place. Now several developed countries, facing aging labor forces and worker shortages, are racing to recruit, train and integrate foreigners.", + "content": "Covid kept many people in place. Now several developed countries, facing aging labor forces and worker shortages, are racing to recruit, train and integrate foreigners.", + "category": "Foreign Workers", + "link": "https://www.nytimes.com/2021/11/23/world/asia/immigration-pandemic-labor-shortages.html", + "creator": "Damien Cave and Christopher F. Schuetze", + "pubDate": "Wed, 24 Nov 2021 14:42:19 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92d4e1ddccb773e19bde2116257d8d5e" + "hash": "90f037d53561ca24024065be0e06ce09" }, { - "title": "Billions for Climate Protection Fuel New Debate: Who Deserves It Most", - "description": "The $1 trillion infrastructure law funds programs that tend to favor wealthy, white communities — a test for Biden’s pledge to defend the most vulnerable against climate change.", - "content": "The $1 trillion infrastructure law funds programs that tend to favor wealthy, white communities — a test for Biden’s pledge to defend the most vulnerable against climate change.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/12/03/climate/climate-change-infrastructure-bill.html", - "creator": "Christopher Flavelle", - "pubDate": "Fri, 03 Dec 2021 16:22:09 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Best Tech Gifts That Aren’t Gadgets", + "description": "Supply-chain disruptions may make it tough to buy devices, but the most thoughtful presents were never tangible to begin with.", + "content": "Supply-chain disruptions may make it tough to buy devices, but the most thoughtful presents were never tangible to begin with.", + "category": "Gifts", + "link": "https://www.nytimes.com/2021/11/24/technology/personaltech/best-tech-gifts.html", + "creator": "Brian X. Chen", + "pubDate": "Wed, 24 Nov 2021 14:00:12 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c692570a54ee033b6aa5563bfd4e809e" + "hash": "6db2abab0311917ff5f182d128a87289" }, { - "title": "Didi of China Moves to Delist From New York Stock Exchange", - "description": "With plenty of its own money and a greater desire to control the private sector, Beijing is pushing its companies to tap investors closer to home.", - "content": "With plenty of its own money and a greater desire to control the private sector, Beijing is pushing its companies to tap investors closer to home.", - "category": "Didi Chuxing", - "link": "https://www.nytimes.com/2021/12/02/business/china-didi-delisting.html", - "creator": "Alexandra Stevenson and Paul Mozur", - "pubDate": "Fri, 03 Dec 2021 11:36:09 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Biden to Nominate Shalanda Young as Budget Director", + "description": "Ms. Young, the acting head of the Office of Management and Budget, would be the first Black woman to hold the post on a permanent basis.", + "content": "Ms. Young, the acting head of the Office of Management and Budget, would be the first Black woman to hold the post on a permanent basis.", + "category": "Young, Shalanda", + "link": "https://www.nytimes.com/2021/11/24/us/politics/shalanda-young-omb-director.html", + "creator": "Zolan Kanno-Youngs", + "pubDate": "Wed, 24 Nov 2021 13:33:04 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2f20970a7a6cd0f834933bedd13d41d0" + "hash": "991ae88be22b668df68d91bd51288866" }, { - "title": "The Great ‘West Side Story’ Debate", - "description": "With the Steven Spielberg film coming soon, three critics, a playwright and a theater historian weigh in on whether the musical deserves a new hearing — and how.", - "content": "With the Steven Spielberg film coming soon, three critics, a playwright and a theater historian weigh in on whether the musical deserves a new hearing — and how.", - "category": "West Side Story (Play)", - "link": "https://www.nytimes.com/2021/12/01/theater/west-side-story-steven-spielberg-movie.html", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 10:02:46 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "New Zealand Will Reopen to Tourists Within Months", + "description": "Emerging from one of the world’s longest lockdowns, the country plans to admit most fully vaccinated travelers. Here’s the latest pandemic news.", + "content": "Emerging from one of the world’s longest lockdowns, the country plans to admit most fully vaccinated travelers. Here’s the latest pandemic news.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/24/world/covid-vaccine-boosters-mandates", + "creator": "The New York Times", + "pubDate": "Wed, 24 Nov 2021 13:25:34 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "469082cd3b54a7a26cbe24304d952f8d" + "hash": "6ff6c3349364d73e911a1f41bf1b88ab" }, { - "title": "Cherished Words From Sondheim, Theater’s Encourager-in-Chief", - "description": "He wrote great shows, but Stephen Sondheim was also a mentor, a teacher and an audience regular. And, oh, the thrill of getting one of his typewritten notes.", - "content": "He wrote great shows, but Stephen Sondheim was also a mentor, a teacher and an audience regular. And, oh, the thrill of getting one of his typewritten notes.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/01/theater/stephen-sondheim-mentor-notes.html", - "creator": "Laura Collins-Hughes", - "pubDate": "Wed, 01 Dec 2021 10:00:15 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Germany Is Poised to Meet Its Post-Merkel Government", + "description": "Olaf Scholz will be the first center-left chancellor in 16 years, replacing the country’s longtime leader, Angela Merkel. Follow updates here.", + "content": "Olaf Scholz will be the first center-left chancellor in 16 years, replacing the country’s longtime leader, Angela Merkel. Follow updates here.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/24/world/germany-government", + "creator": "The New York Times", + "pubDate": "Wed, 24 Nov 2021 13:25:33 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dba03cb4ef42ab6419b75f5b7728df19" + "hash": "b25ceb8734ee052e84c859d0b1777325" }, { - "title": "Stephen Sondheim Discusses a Gender-Swapped ‘Company’", - "description": "Days before he died, Stephen Sondheim and the director Marianne Elliott chatted about a Broadway revival of his 1970 musical. With a gender swap, it has a “different flavor,” he said.", - "content": "Days before he died, Stephen Sondheim and the director Marianne Elliott chatted about a Broadway revival of his 1970 musical. With a gender swap, it has a “different flavor,” he said.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/01/theater/company-stephen-sondheim-marianne-elliott.html", - "creator": "Michael Paulson", - "pubDate": "Wed, 01 Dec 2021 17:37:21 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Jury to Resume Deliberations in Arbery Murder Trial", + "description": "For a second day, jurors will consider the fate of the three men accused of murdering Ahmaud Arbery. Here’s the latest on the trial.", + "content": "For a second day, jurors will consider the fate of the three men accused of murdering Ahmaud Arbery. Here’s the latest on the trial.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/24/us/ahmaud-arbery-murder-trial", + "creator": "The New York Times", + "pubDate": "Wed, 24 Nov 2021 13:25:33 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d69deace1f2c7e05f9357856266d80bd" + "hash": "e1274846dd54e4a0dd661eea44092cc3" }, { - "title": "Abortion: The Voice of the Ambivalent Majority", - "description": "Our democracy may not be strong enough for post-Roe politics.", - "content": "Our democracy may not be strong enough for post-Roe politics.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/02/opinion/abortion-ambivalent-majority.html", - "creator": "David Brooks", - "pubDate": "Fri, 03 Dec 2021 00:00:08 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Man Is Exonerated in Rape Case Described in Alice Sebold’s Memoir", + "description": "Anthony J. Broadwater was convicted of the 1981 attack in Syracuse, N.Y., in a case the district attorney and a state judge agreed was flawed.", + "content": "Anthony J. Broadwater was convicted of the 1981 attack in Syracuse, N.Y., in a case the district attorney and a state judge agreed was flawed.", + "category": "False Arrests, Convictions and Imprisonments", + "link": "https://www.nytimes.com/2021/11/23/nyregion/anthony-broadwater-alice-sebold.html", + "creator": "Karen Zraick and Alexandra Alter", + "pubDate": "Wed, 24 Nov 2021 13:07:04 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "405fabd54294fa81b3c068d791289ba1" + "hash": "c1c2b1b207c8bd8d3118173d120794e3" }, { - "title": "How the G.O.P. Became Saboteurs, Threatening a Government Shutdown", - "description": "Republican obstructionism is getting even more naked. ", - "content": "Republican obstructionism is getting even more naked. ", - "category": "National Debt (US)", - "link": "https://www.nytimes.com/2021/12/02/opinion/republicans-government-shutdown.html", - "creator": "Paul Krugman", - "pubDate": "Fri, 03 Dec 2021 00:01:35 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Karim Benzema, French Soccer Star, Is Convicted in Sex Tape Scandal", + "description": "The Real Madrid striker was found guilty of being part of an attempt to blackmail a fellow player, charges that had led to his being dropped from his national team for more than five years.", + "content": "The Real Madrid striker was found guilty of being part of an attempt to blackmail a fellow player, charges that had led to his being dropped from his national team for more than five years.", + "category": "Soccer", + "link": "https://www.nytimes.com/2021/11/24/sports/soccer/karim-benzema-verdict-sex-tape-trial.html", + "creator": "Aurelien Breeden", + "pubDate": "Wed, 24 Nov 2021 12:57:48 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09b0fc3e50f29286588ea28b19310a6d" + "hash": "634b1d5198d89d9388b04fe1164c3a0a" }, { - "title": "The Debt Ceiling and More: Congress Has a Pre-Break To-Do List", - "description": "Governing by brinkmanship means missing lots of vacations.", - "content": "Governing by brinkmanship means missing lots of vacations.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/02/opinion/congress-budget-shutdown-debt.html", - "creator": "Michelle Cottle", - "pubDate": "Fri, 03 Dec 2021 02:46:51 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Farmers Revolt in India", + "description": "How agricultural workers organized, protested and faced down Prime Minister Narendra Modi — and scored an unlikely victory.", + "content": "How agricultural workers organized, protested and faced down Prime Minister Narendra Modi — and scored an unlikely victory.", + "category": "Modi, Narendra", + "link": "https://www.nytimes.com/2021/11/24/podcasts/the-daily/india-farmers-protest.html", + "creator": "Michael Barbaro, Sydney Harper, Mooj Zadie, Jessica Cheung, Dave Shaw and Chris Wood", + "pubDate": "Wed, 24 Nov 2021 12:33:24 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51bf414a3ba4ac34ac3cdac5c2c0e349" + "hash": "9a3b6ca1a3c485fea175f34a2275d532" }, { - "title": "The World Is Lifting Abortion Restrictions. Not America. ", - "description": "The trend is towards liberalizing reproductive freedom, not repressing it. ", - "content": "The trend is towards liberalizing reproductive freedom, not repressing it. ", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/02/opinion/abortion-restrictions-roe-wade-usa.html", - "creator": "Mary Fitzgerald", - "pubDate": "Fri, 03 Dec 2021 16:24:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Australian Minister Wins Defamation Case Over Tweet", + "description": "A government minister sued and won over a brief Twitter post that called him a “rape apologist.” A journalist sees “asymmetric warfare.”", + "content": "A government minister sued and won over a brief Twitter post that called him a “rape apologist.” A journalist sees “asymmetric warfare.”", + "category": "Australia", + "link": "https://www.nytimes.com/2021/11/24/world/australia/defamation-lawsuit.html", + "creator": "Yan Zhuang", + "pubDate": "Wed, 24 Nov 2021 12:32:29 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5da089877e08303106db76797ba86cf7" + "hash": "be06330ce13409ce89aa6cca9afb6692" }, { - "title": "Omicron Has Lessons for Us. We Refuse to Learn Them.", - "description": "The response to a new variant of the coronavirus suggests a teachable epoch gone to waste.", - "content": "The response to a new variant of the coronavirus suggests a teachable epoch gone to waste.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/02/opinion/omicron-covid-variant-lessons.html", - "creator": "Frank Bruni", - "pubDate": "Thu, 02 Dec 2021 17:28:12 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What Your Flight History Reveals About Your Carbon Footprint", + "description": "Google Flights now shows your carbon footprint. Will it change the way you buy plane tickets?", + "content": "Google Flights now shows your carbon footprint. Will it change the way you buy plane tickets?", + "category": "Greenhouse Gas Emissions", + "link": "https://www.nytimes.com/2021/11/23/opinion/climate-change-guilt-flights.html", + "creator": "Farah Stockman", + "pubDate": "Wed, 24 Nov 2021 12:28:37 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb2bcf596f7598ede7c43f6d31d5cac1" + "hash": "aa389e5499d98ff835c3361cf713df29" }, { - "title": "Students Praised Shooter Drills at Oxford High. But Do They Really Work?", - "description": "Oxford High School held repeated trainings on how to handle a gunman in school. But some critics are questioning their purpose.", - "content": "Oxford High School held repeated trainings on how to handle a gunman in school. But some critics are questioning their purpose.", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/02/us/school-shooting-drills-oxford-high.html", - "creator": "Dana Goldstein", - "pubDate": "Thu, 02 Dec 2021 10:00:15 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Inflation Miscalculation Complicating Biden’s Agenda", + "description": "Administration officials blame the Delta variant for a prolonged stretch of consumer spending on goods, rather than services, pushing up prices and creating a conundrum for the Fed.", + "content": "Administration officials blame the Delta variant for a prolonged stretch of consumer spending on goods, rather than services, pushing up prices and creating a conundrum for the Fed.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/11/24/us/politics/biden-inflation-prices.html", + "creator": "Jim Tankersley", + "pubDate": "Wed, 24 Nov 2021 12:20:07 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dcea51e9bc3a542bc79343710a4b6021" + "hash": "3514129811e58d87203510f9a8280c1a" }, { - "title": "Most Covid Vaccines Will Work as Boosters, Study Suggests", - "description": "In a comparison of seven different brands, researchers found that most shots give a strong boost, even in mix-and-match combinations.", - "content": "In a comparison of seven different brands, researchers found that most shots give a strong boost, even in mix-and-match combinations.", - "category": "Vaccination and Immunization", - "link": "https://www.nytimes.com/2021/12/02/health/covid-booster-shots-mix-and-match.html", - "creator": "Carl Zimmer", - "pubDate": "Thu, 02 Dec 2021 23:30:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Turkey Without Covid", + "description": "A guide to using rapid tests.", + "content": "A guide to using rapid tests.", + "category": "", + "link": "https://www.nytimes.com/2021/11/24/briefing/thanksgiving-covid-rapid-test.html", + "creator": "David Leonhardt", + "pubDate": "Wed, 24 Nov 2021 11:35:50 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "758348a49db4d3435aba1cc91e43fb92" + "hash": "df326bb8d24114e90421aecc2fa87bfd" }, { - "title": "After Hurricane Sandy, a Park in Lower Manhattan at the Center of a Fight", - "description": "Nine years after Hurricane Sandy, residents of Lower Manhattan are still vulnerable to rising seas. The fight over a plan to protect them reveals why progress on our most critical challenges is so hard.", - "content": "Nine years after Hurricane Sandy, residents of Lower Manhattan are still vulnerable to rising seas. The fight over a plan to protect them reveals why progress on our most critical challenges is so hard.", - "category": "Area Planning and Renewal", - "link": "https://www.nytimes.com/2021/12/02/us/hurricane-sandy-lower-manhattan-nyc.html", - "creator": "Michael Kimmelman", - "pubDate": "Thu, 02 Dec 2021 21:08:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Hong Kong’s Pillar of Shame Is More Than a Statue", + "description": "Shrinking the public space that preserves the memory of the 1989 Beijing uprising has effectively turned Hong Kong into another silent mainland city.", + "content": "Shrinking the public space that preserves the memory of the 1989 Beijing uprising has effectively turned Hong Kong into another silent mainland city.", + "category": "Hong Kong Protests (2019)", + "link": "https://www.nytimes.com/2021/11/24/opinion/hong-kong-university-china.html", + "creator": "Shui-yin Sharon Yam and Alex Chow", + "pubDate": "Wed, 24 Nov 2021 11:31:41 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19235b33488c3d1db2378ec44e749a20" + "hash": "89b65c2111426e6e36fff19fd7965dff" }, { - "title": "With No Deadline Deal, M.L.B.’s Lockout Begins", - "description": "Players and owners continued to negotiate until the final day, but with the sides still far apart, baseball has its first work stoppage since the 1994-95 strike.", - "content": "Players and owners continued to negotiate until the final day, but with the sides still far apart, baseball has its first work stoppage since the 1994-95 strike.", - "category": "Baseball", - "link": "https://www.nytimes.com/2021/12/02/sports/baseball/mlb-lockout.html", - "creator": "James Wagner", - "pubDate": "Thu, 02 Dec 2021 18:00:38 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "End the Trump-Biden Tariffs", + "description": "An import tax on chassis is contributing to inflation and port congestion. The government needs to find better ways of increasing manufacturing.", + "content": "An import tax on chassis is contributing to inflation and port congestion. The government needs to find better ways of increasing manufacturing.", + "category": "International Trade and World Market", + "link": "https://www.nytimes.com/2021/11/24/opinion/trucking-trump-biden-tariffs.html", + "creator": "Binyamin Appelbaum", + "pubDate": "Wed, 24 Nov 2021 10:04:23 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c9aeb86db96fae5b4bd1eb46cd8e67a" + "hash": "ccc73833228e3677884aef23668ebb00" }, { - "title": "Why a Pollster is Warning Democrats About the 2022 Midterm Elections", - "description": "Focus groups with Virginia voters led to a bluntly worded memo on what Democrats need to do going into the midterms.", - "content": "Focus groups with Virginia voters led to a bluntly worded memo on what Democrats need to do going into the midterms.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/02/us/politics/midterm-election-polls.html", - "creator": "Jonathan Martin", - "pubDate": "Thu, 02 Dec 2021 12:46:29 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Republicans We’re Thankful For", + "description": "There are some in the G.O.P. who reject its worst antidemocratic impulses. We should celebrate them.", + "content": "There are some in the G.O.P. who reject its worst antidemocratic impulses. We should celebrate them.", + "category": "Presidential Election of 2020", + "link": "https://www.nytimes.com/2021/11/24/opinion/gop-democracy-trump.html", + "creator": "Michelle Cottle", + "pubDate": "Wed, 24 Nov 2021 10:04:05 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "751329adf6c1ea2ac106111e4362acc4" + "hash": "dbb19ac809045d8c0923318d23a7d6ac" }, { - "title": "The Life and Legacy of Stephen Sondheim", - "description": "A look at the career of the Broadway songwriting titan who died last week at 91.", - "content": "A look at the career of the Broadway songwriting titan who died last week at 91.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/12/03/podcasts/the-daily/stephen-sondheim.html", - "creator": "Michael Barbaro, Luke Vander Ploeg, Eric Krupke, Chelsea Daniel, Austin Mitchell, Alex Young, Diana Nguyen, Liz O. Baylen, Larissa Anderson, Elisheba Ittoop and Marion Lozano", - "pubDate": "Fri, 03 Dec 2021 11:00:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Ian Fishback's Death Highlights Veteran Mental Illness Crisis", + "description": "Ian Fishback revealed abuse of detainees during the Iraq war, but struggled after leaving the service. He died awaiting a bed at the V.A.", + "content": "Ian Fishback revealed abuse of detainees during the Iraq war, but struggled after leaving the service. He died awaiting a bed at the V.A.", + "category": "Veterans", + "link": "https://www.nytimes.com/2021/11/24/us/politics/ian-fishback-veteran-mental-health-crisis.html", + "creator": "Jennifer Steinhauer", + "pubDate": "Wed, 24 Nov 2021 10:00:35 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2c2bc976f67ec1cb131fb694c1d9472" + "hash": "b49b6e5ec5fcd177de9a076b8df9c9db" }, { - "title": "Ghislaine Maxwell’s Defense Challenges Ex-Epstein Worker’s Credibility", - "description": "The fifth day of testimony began with a defense lawyer aggressively questioning Jeffrey Epstein’s former house manager. Here’s the latest.", - "content": "The fifth day of testimony began with a defense lawyer aggressively questioning Jeffrey Epstein’s former house manager. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/03/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Fri, 03 Dec 2021 17:41:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "In Buffalo, Waiting for the Canadians", + "description": "So far, relaxed travel restrictions between the United States and Canada have not led to a big influx of tourists on either side of the New York-Ontario border. Both sides are waiting, not so patiently.", + "content": "So far, relaxed travel restrictions between the United States and Canada have not led to a big influx of tourists on either side of the New York-Ontario border. Both sides are waiting, not so patiently.", + "category": "Travel and Vacations", + "link": "https://www.nytimes.com/2021/11/24/travel/new-york-canada-tourism.html", + "creator": "Jeff Z. Klein", + "pubDate": "Wed, 24 Nov 2021 10:00:34 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "97f0ab0fa61d2b2be56a39dd32a8bbc7" + "hash": "2b38d7a922681cef2a1935d1c82f2b47" }, { - "title": "The Markets Are Confused, but Wall Street Is Still Making Predictions", - "description": "The emergence of the Omicron variant underlines the difficulty of planning even a few weeks ahead. Wall Street is forecasting next year’s precise market returns, regardless.", - "content": "The emergence of the Omicron variant underlines the difficulty of planning even a few weeks ahead. Wall Street is forecasting next year’s precise market returns, regardless.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/03/business/omicron-stock-market-forecasts.html", - "creator": "Jeff Sommer", - "pubDate": "Fri, 03 Dec 2021 11:00:08 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Ifeoma Ozoma Blew the Whistle on Pinterest. Now She Protects Whistle-Blowers.", + "description": "Ifeoma Ozoma, who accused Pinterest of discrimination, has become a key figure in helping tech employees disclose, and fight, mistreatment at work.", + "content": "Ifeoma Ozoma, who accused Pinterest of discrimination, has become a key figure in helping tech employees disclose, and fight, mistreatment at work.", + "category": "Whistle-Blowers", + "link": "https://www.nytimes.com/2021/11/24/technology/pinterest-whistle-blower-ifeoma-ozoma.html", + "creator": "Erin Woo", + "pubDate": "Wed, 24 Nov 2021 10:00:27 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2534ff7fbba3a39c8bff915d0e246ce" + "hash": "c088a37987af6bb507391c64c6e78f35" }, { - "title": "Is the Chance to Turn Hotels Into Affordable Housing Slipping Away?", - "description": "As many of the city’s hotels sat empty during the pandemic and homelessness continued to rise, some saw an opportunity to solve both problems. So what happened?", - "content": "As many of the city’s hotels sat empty during the pandemic and homelessness continued to rise, some saw an opportunity to solve both problems. So what happened?", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/12/03/realestate/affordable-housing-nyc-hotel-conversions.html", - "creator": "Stefanos Chen", - "pubDate": "Fri, 03 Dec 2021 10:00:25 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Wall Street Warms Up, Grudgingly, to Remote Work, Unthinkable Before Covid", + "description": "Finance employees who couldn’t imagine working from home before the pandemic are now reluctant to return to the office. Their bosses can’t figure out how to bring them back.", + "content": "Finance employees who couldn’t imagine working from home before the pandemic are now reluctant to return to the office. Their bosses can’t figure out how to bring them back.", + "category": "Banking and Financial Institutions", + "link": "https://www.nytimes.com/2021/11/24/business/wall-street-remote-work-banks.html", + "creator": "Lananh Nguyen", + "pubDate": "Wed, 24 Nov 2021 10:00:21 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26a1866c23fe638ad1b2fed77f51ea91" + "hash": "8297016b7882c4b396b6f86a9d258f58" }, { - "title": "In Cyprus, Pope’s Plea for Migrants Clashes With Island’s Tensions", - "description": "As he celebrated Mass, Pope Francis urged Cypriots to welcome refugees and embrace their home’s history as a crossroads of cultures. But the government says it is overwhelmed.", - "content": "As he celebrated Mass, Pope Francis urged Cypriots to welcome refugees and embrace their home’s history as a crossroads of cultures. But the government says it is overwhelmed.", - "category": "Middle East and Africa Migrant Crisis", - "link": "https://www.nytimes.com/2021/12/03/world/europe/pope-francis-cyprus-migrants.html", - "creator": "Jason Horowitz", - "pubDate": "Fri, 03 Dec 2021 17:29:57 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Who Makes a ‘Good’ Transplant Candidate?", + "description": "Evaluation for transplant is an area of medicine where subjective criteria, like whether a person has strong family support, can determine access.", + "content": "Evaluation for transplant is an area of medicine where subjective criteria, like whether a person has strong family support, can determine access.", + "category": "Transplants", + "link": "https://www.nytimes.com/2021/11/24/opinion/organ-transplant.html", + "creator": "Daniela J. Lamas", + "pubDate": "Wed, 24 Nov 2021 10:00:09 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3ebf6657e7c7c7fc1c5d86bb124ccc4" + "hash": "05090eb6d1dd9ce7232ff0988bbd35d1" }, { - "title": "Alec Baldwin Says He Is Not Responsible for Fatal Shooting on ‘Rust’", - "description": "In an emotional interview with ABC News, the actor asserted, ‘Someone put a live bullet in a gun.’", - "content": "In an emotional interview with ABC News, the actor asserted, ‘Someone put a live bullet in a gun.’", - "category": "Firearms", - "link": "https://www.nytimes.com/2021/12/02/movies/alec-baldwin-interview-rust-shooting.html", - "creator": "Simon Romero, Graham Bowley and Julia Jacobs", - "pubDate": "Fri, 03 Dec 2021 03:35:51 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Find Common Ground With Your Most Problematic Family Members", + "description": "To survive a dinner table disagreement with the people you love this Thanksgiving, don’t call it a debate, Dylan Marron argues.", + "content": "To survive a dinner table disagreement with the people you love this Thanksgiving, don’t call it a debate, Dylan Marron argues.", + "category": "Thanksgiving Day", + "link": "https://www.nytimes.com/2021/11/24/opinion/family-argument-thanksgiving.html", + "creator": "‘The Argument’", + "pubDate": "Wed, 24 Nov 2021 10:00:08 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c568f5a42ffb7fdb01cdade42398f5ff" + "hash": "0f37335a0d8e3f2424d778396df7b9d3" }, { - "title": "Ghislaine Maxwell Brought Strict Rules to Epstein Home, Ex-Employee Says", - "description": "“Never look at his eyes,” Ms. Maxwell told workers at Jeffrey Epstein’s Florida estate, according to testimony at her sex-trafficking trial.", - "content": "“Never look at his eyes,” Ms. Maxwell told workers at Jeffrey Epstein’s Florida estate, according to testimony at her sex-trafficking trial.", - "category": "Human Trafficking", - "link": "https://www.nytimes.com/2021/12/02/nyregion/juan-alessi-testimony-ghislaine-maxwell.html", - "creator": "Lola Fadulu", - "pubDate": "Fri, 03 Dec 2021 03:44:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Algorithm That Could Take Us Inside Shakespeare’s Mind", + "description": "Machine learning programs have recently made huge advances. Stephen Marche tested one against Shakespeare’s collected works, to see if it could help him figure out which of the several versions of Hamlet’s soliloquy was most likely what the playwright intended.", + "content": "Machine learning programs have recently made huge advances. Stephen Marche tested one against Shakespeare’s collected works, to see if it could help him figure out which of the several versions of Hamlet’s soliloquy was most likely what the playwright intended.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/11/24/books/review/shakespeare-cohere-natural-language-processing.html", + "creator": "Stephen Marche", + "pubDate": "Wed, 24 Nov 2021 10:00:03 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e92612b0cfdda5a42f7da60f242f1de" + "hash": "b74c91ccdd5e331ce8e4638ba81ba586" }, { - "title": "Eitan Biran Is Expected to Return to Italy", - "description": "Eitan Biran, who lost his parents in a cable car crash in Italy this year, had been taken to Israel by his grandfather.", - "content": "Eitan Biran, who lost his parents in a cable car crash in Italy this year, had been taken to Israel by his grandfather.", - "category": "Kidnapping and Hostages", - "link": "https://www.nytimes.com/2021/12/03/world/europe/eitan-biran-israel-italy-return.html", - "creator": "Elisabetta Povoledo", - "pubDate": "Fri, 03 Dec 2021 17:37:34 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Lithuania Welcomes Belarusians as It Rebuffs Middle Easterners", + "description": "People fleeing repression in Belarus are processed quickly and given visas. Middle Eastern migrants passing through Belarus to the E.U. face a harsher fate.", + "content": "People fleeing repression in Belarus are processed quickly and given visas. Middle Eastern migrants passing through Belarus to the E.U. face a harsher fate.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/23/world/europe/lithuania-migrants-belarus-middle-east.html", + "creator": "Anton Troianovski", + "pubDate": "Wed, 24 Nov 2021 09:23:56 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4121b4bdd37bcd0cb8b0adfd082e08dc" + "hash": "cb6a6c15bdf69dccfd2a249e0ba7f725" }, { - "title": "Lamine Diack, Olympics Power Broker Convicted of Taking Bribes, Dies at 88", - "description": "The former head of the world governing body for track and field was convicted of accepting bribes to cover up a Russian doping scandal.", - "content": "The former head of the world governing body for track and field was convicted of accepting bribes to cover up a Russian doping scandal.", - "category": "Bribery and Kickbacks", - "link": "https://www.nytimes.com/2021/12/03/world/africa/lamine-diack-dead.html", - "creator": "Aina J. Khan", - "pubDate": "Fri, 03 Dec 2021 10:25:46 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "NASA's DART Mission Launches to Crash Into Killer Asteroid and Defend Earth", + "description": "The Double Asteroid Redirection Test spacecraft, launched on Wednesday, could be the first to alter an asteroid’s path, a technique that may be used to defend the planet in the future.", + "content": "The Double Asteroid Redirection Test spacecraft, launched on Wednesday, could be the first to alter an asteroid’s path, a technique that may be used to defend the planet in the future.", + "category": "Double Asteroid Redirect Test", + "link": "https://www.nytimes.com/2021/11/24/science/nasa-dart-mission-asteroid.html", + "creator": "Joey Roulette", + "pubDate": "Wed, 24 Nov 2021 07:30:15 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76d82d92f59ebbb93c69bc15439d16cb" + "hash": "27c0969af3d0cbdcec2d37eaddeb1ee8" }, { - "title": "Marilyn Manson Loses a Grammy Nomination, and a Songwriter Gains One", - "description": "The Recording Academy has made various changes to its list for the 64th awards, adding Linda Chorney, whose name appeared on an earlier version of the ballot, back to the competition.", - "content": "The Recording Academy has made various changes to its list for the 64th awards, adding Linda Chorney, whose name appeared on an earlier version of the ballot, back to the competition.", - "category": "Grammy Awards", - "link": "https://www.nytimes.com/2021/12/02/arts/music/grammy-nominations-marilyn-manson-linda-chorney.html", - "creator": "Ben Sisario", - "pubDate": "Thu, 02 Dec 2021 17:35:28 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Late Night Riffs on Biden’s Order to Release Oil Reserves", + "description": "“For those who don’t know, the strategic reserve is a series of caverns filled with fossil fuel and strategically located inside Rudy Giuliani’s head,” Colbert joked.", + "content": "“For those who don’t know, the strategic reserve is a series of caverns filled with fossil fuel and strategically located inside Rudy Giuliani’s head,” Colbert joked.", + "category": "Television", + "link": "https://www.nytimes.com/2021/11/24/arts/television/stephen-colbert-biden-oil-reserves.html", + "creator": "Trish Bendix", + "pubDate": "Wed, 24 Nov 2021 07:12:36 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5cf37894af9c940e8b3e52b39cd0f56b" + "hash": "4120781f88a302b13d1ce66033d0a56f" }, { - "title": "Painter of Elijah Cummings Portrait Finds It’s a Career-Changer", - "description": "The Baltimore artist Jerrell Gibbs was commissioned to paint Maryland’s late Representative. The official portrait will be installed at the U.S. Capitol.", - "content": "The Baltimore artist Jerrell Gibbs was commissioned to paint Maryland’s late Representative. The official portrait will be installed at the U.S. Capitol.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/03/arts/design/jerrell-gibbs-elijah-cummings-portrait.html", - "creator": "Hilarie M. Sheets", - "pubDate": "Fri, 03 Dec 2021 16:34:20 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Pentagon Forms a Group to Examine Unexplained Aerial Sightings", + "description": "The announcement follows a report that failed to clarify strange phenomena observed by military pilots and others over the past two decades.", + "content": "The announcement follows a report that failed to clarify strange phenomena observed by military pilots and others over the past two decades.", + "category": "Espionage and Intelligence Services", + "link": "https://www.nytimes.com/2021/11/24/us/politics/pentagon-ufos.html", + "creator": "Julian E. Barnes", + "pubDate": "Wed, 24 Nov 2021 05:08:40 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "049943451542972cc1bf55d50d899356" + "hash": "55a5657a1fc8ff6e74a3198a17af8399" }, { - "title": "‘Annie Live!’ Review: The Sun, as Always, Came Out", - "description": "NBC’s latest live musical had some gaffes. But after another challenging year, it was a treat to watch talented people sing and dance their way through a hopeful bipartisan fable.", - "content": "NBC’s latest live musical had some gaffes. But after another challenging year, it was a treat to watch talented people sing and dance their way through a hopeful bipartisan fable.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/03/arts/television/annie-live-review.html", - "creator": "Noel Murray", - "pubDate": "Fri, 03 Dec 2021 14:19:23 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Best Thanksgiving Movies to Watch This Holiday", + "description": "First the food, then the movies. Here are five streaming suggestions for the holiday.", + "content": "First the food, then the movies. Here are five streaming suggestions for the holiday.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/11/23/movies/thanksgiving-movies-streaming.html", + "creator": "Amy Nicholson", + "pubDate": "Wed, 24 Nov 2021 02:54:57 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da463ef5f80d9f3a26483d39c7fdc838" + "hash": "c93475503b467882d2ac5f78fe3bb45f" }, { - "title": "On ‘The NHL on TNT’ Wayne Gretzky Finds Himself as the Rookie", - "description": "Turner Sports, new to hockey, wants to give U.S. fans a better viewing experience, using faster cuts and better camera angles, similar to the TV presentation in Canada.", - "content": "Turner Sports, new to hockey, wants to give U.S. fans a better viewing experience, using faster cuts and better camera angles, similar to the TV presentation in Canada.", - "category": "Hockey, Ice", - "link": "https://www.nytimes.com/2021/12/03/sports/hockey/turner-sports-nhl-tnt-gretzky-bissonnette.html", - "creator": "Jonathan Abrams", - "pubDate": "Fri, 03 Dec 2021 12:00:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Everything Went Black’: The Children Caught in a Christmas Parade Tragedy", + "description": "A child died on Tuesday, and scores of other children were injured when an S.U.V. barreled through the parade on Sunday in Waukesha, Wis.", + "content": "A child died on Tuesday, and scores of other children were injured when an S.U.V. barreled through the parade on Sunday in Waukesha, Wis.", + "category": "Waukesha, Wis, Holiday Parade Attack (2021)", + "link": "https://www.nytimes.com/2021/11/23/us/waukesha-parade-children-injured.html", + "creator": "Shawn Hubler and Giulia Heyward", + "pubDate": "Wed, 24 Nov 2021 02:02:22 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b3634673a486093a09df2dc686202c1" + "hash": "a846d34e3a4638b1431e21fbca340a22" }, { - "title": "Oh, to Be Mentored by Virgil Abloh", - "description": "The designer made it his mission to foster the talents of young creators.", - "content": "The designer made it his mission to foster the talents of young creators.", - "category": "Abloh, Virgil", - "link": "https://www.nytimes.com/2021/12/02/style/virgil-abloh-mentorship.html", - "creator": "Anna P. Kambhampaty", - "pubDate": "Thu, 02 Dec 2021 08:00:13 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Raids on Independent Groups in El Salvador Raise Fears of Repression", + "description": "President Nayib Bukele bills himself as a young reformer, but a crackdown on voices outside the government’s control is fueling claims of growing authoritarianism.", + "content": "President Nayib Bukele bills himself as a young reformer, but a crackdown on voices outside the government’s control is fueling claims of growing authoritarianism.", + "category": "Bukele, Nayib", + "link": "https://www.nytimes.com/2021/11/23/world/americas/el-salvador-bukele-raids.html", + "creator": "Bryan Avelar and Oscar Lopez", + "pubDate": "Wed, 24 Nov 2021 01:06:10 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ef788dcac2b684a310d6583e121a76e" + "hash": "7f27b51f442ec713ceb9c4292a3703e0" }, { - "title": "Three Great Documentaries to Stream", - "description": "A look at standout nonfiction films, from classics to overlooked recent works, that will reward your time.", - "content": "A look at standout nonfiction films, from classics to overlooked recent works, that will reward your time.", - "category": "Documentary Films and Programs", - "link": "https://www.nytimes.com/2021/12/02/movies/streaming-documentaries.html", - "creator": "Ben Kenigsberg", - "pubDate": "Thu, 02 Dec 2021 20:20:19 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Waukesha Death Toll Rises to 6 as Suspect Is Ordered Held on $5 Million Bail", + "description": "The Waukesha County district attorney said “there are not words to describe the risk” posed by the man accused of driving through a Christmas parade in Wisconsin and striking dozens.", + "content": "The Waukesha County district attorney said “there are not words to describe the risk” posed by the man accused of driving through a Christmas parade in Wisconsin and striking dozens.", + "category": "Waukesha, Wis, Holiday Parade Attack (2021)", + "link": "https://www.nytimes.com/2021/11/23/us/waukesha-parade-brooks-court.html", + "creator": "Mitch Smith, Brandon Dupré, Serge F. Kovaleski and Miriam Jordan", + "pubDate": "Wed, 24 Nov 2021 01:00:41 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47cdcfe6914385139a1f0e1ba583e306" + "hash": "29428a613db58fab3294aad6bc4b3524" }, { - "title": "November Jobs Report Expected to Show Another Month of Healthy Gains", - "description": "The trajectory of the economy as the holidays approach and a tumultuous year nears its end will come into focus as the government releases new data. The emergence of the Omicron variant threatens some employment gains, but it is too soon to gauge the risk to the economy. Here’s the latest.", - "content": "The trajectory of the economy as the holidays approach and a tumultuous year nears its end will come into focus as the government releases new data. The emergence of the Omicron variant threatens some employment gains, but it is too soon to gauge the risk to the economy. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/03/business/jobs-report-stock-market", - "creator": "The New York Times", - "pubDate": "Fri, 03 Dec 2021 10:58:03 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Can Liberals Survive Progressivism?", + "description": "The main threat to the Democratic Party comes from the left.", + "content": "The main threat to the Democratic Party comes from the left.", + "category": "Police Reform", + "link": "https://www.nytimes.com/2021/11/23/opinion/liberals-survive-progressivism.html", + "creator": "Bret Stephens", + "pubDate": "Wed, 24 Nov 2021 00:27:21 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12a7bb7c45cfc7acd0e4cbfa6a77287a" + "hash": "24800882e1cce526c9efed15e7904e86" }, { - "title": "Will New Yorkers Continue With Outdoor Dining This Winter?", - "description": "Frigid weather, a new coronavirus variant and indoor service will put outdoor dining to the test this winter.", - "content": "Frigid weather, a new coronavirus variant and indoor service will put outdoor dining to the test this winter.", - "category": "Restaurants", - "link": "https://www.nytimes.com/2021/12/02/dining/new-york-winter-outdoor-dining.html", - "creator": "Victoria Petersen", - "pubDate": "Thu, 02 Dec 2021 18:36:02 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Sika Henry and the Motivation to Become a Pro Triathlete", + "description": "Sika Henry is the first African American woman to be recognized as a pro triathlete. But a horrible bicycle crash in 2019 nearly thwarted her dream.", + "content": "Sika Henry is the first African American woman to be recognized as a pro triathlete. But a horrible bicycle crash in 2019 nearly thwarted her dream.", + "category": "Triathlon", + "link": "https://www.nytimes.com/2021/11/23/sports/sika-henry-triathlon.html", + "creator": "Alanis Thames", + "pubDate": "Tue, 23 Nov 2021 23:10:57 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cc9c845a9c90fd6a22f13b1e2e531f9" + "hash": "eec399adf45669f523397f09453ccc7f" }, { - "title": "Travelers to U.S.: Can They Get Their Tests Back in Time?", - "description": "New travel restrictions announced on Thursday by the White House over fears of the spread of the Omicron variant have many worrying that their trips may not happen.", - "content": "New travel restrictions announced on Thursday by the White House over fears of the spread of the Omicron variant have many worrying that their trips may not happen.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2021/12/02/world/europe/omicron-travel-restrictions-united-states.html", - "creator": "Mark Landler", - "pubDate": "Thu, 02 Dec 2021 22:55:57 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Celebrate Pandemic Thanksgiving, Round 2", + "description": "Thanksgiving is back, but Covid hasn’t gone away. Here’s how to have a safer, peaceful and tasty holiday.", + "content": "Thanksgiving is back, but Covid hasn’t gone away. Here’s how to have a safer, peaceful and tasty holiday.", + "category": "debatable", + "link": "https://www.nytimes.com/2021/11/23/opinion/thanksgiving-covid-pandemic.html", + "creator": "Spencer Bokat-Lindell", + "pubDate": "Tue, 23 Nov 2021 23:00:05 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d9e7e389fe557b2583906c2a1cd8b30" + "hash": "c50175478520dce8be0f92a7858d3bb6" }, { - "title": "Thefts, Always an Issue for Retailers, Become More Brazen", - "description": "In recent months, robberies have been more visible, with several involving large groups rushing into stores and coming out with armloads of goods.", - "content": "In recent months, robberies have been more visible, with several involving large groups rushing into stores and coming out with armloads of goods.", - "category": "Shopping and Retail", - "link": "https://www.nytimes.com/2021/12/03/business/retailers-robberies-theft.html", - "creator": "Michael Corkery and Sapna Maheshwari", - "pubDate": "Fri, 03 Dec 2021 10:43:00 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Hervé Le Tellier's 'The Anomaly' Arrives in the U.S.", + "description": "“The Anomaly,” by Hervé Le Tellier, sold more than a million copies during an anomalous time. Now the genre-bending novel is translated into English.", + "content": "“The Anomaly,” by Hervé Le Tellier, sold more than a million copies during an anomalous time. Now the genre-bending novel is translated into English.", + "category": "Goncourt Prize", + "link": "https://www.nytimes.com/2021/11/23/books/anomaly-herve-le-tellier.html", + "creator": "Roger Cohen", + "pubDate": "Tue, 23 Nov 2021 22:03:59 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "579ec50899a1af5633b6834d15edeadc" + "hash": "72b79a2b13ef04d696d34f13869dc05f" }, { - "title": "Government Shutdown Averted as Congress Passes Spending Bill", - "description": "The vote to fund the government through mid-February came after lawmakers staved off a Republican threat to force a shutdown over vaccine mandates.", - "content": "The vote to fund the government through mid-February came after lawmakers staved off a Republican threat to force a shutdown over vaccine mandates.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/02/us/politics/government-shutdown-congress-spending-deal.html", - "creator": "Emily Cochrane", - "pubDate": "Fri, 03 Dec 2021 03:24:31 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Apple Sues Israeli Spyware Maker NSO Group", + "description": "Apple accused NSO Group, the Israeli surveillance company, of “flagrant” violations of its software, as well as federal and state laws.", + "content": "Apple accused NSO Group, the Israeli surveillance company, of “flagrant” violations of its software, as well as federal and state laws.", + "category": "Cyberattacks and Hackers", + "link": "https://www.nytimes.com/2021/11/23/technology/apple-nso-group-lawsuit.html", + "creator": "Nicole Perlroth", + "pubDate": "Tue, 23 Nov 2021 21:32:38 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b1b3ed4e2e608d08ae3558aaa562eea" + "hash": "67dbd49a38b197bb8d599d68054ed05a" }, { - "title": "Governor Steve Bullock Warns: Democrats Face Trouble in Rural America", - "description": "It’s time to ditch the grand ideological narratives and talk to voters about their real needs.", - "content": "It’s time to ditch the grand ideological narratives and talk to voters about their real needs.", - "category": "Midterm Elections (2022)", - "link": "https://www.nytimes.com/2021/12/03/opinion/democrats-rural-america-midterms.html", - "creator": "Steve Bullock", - "pubDate": "Fri, 03 Dec 2021 10:02:41 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "She Ran a Bronx Homeless Shelter. Here’s What She Spent Millions On.", + "description": "A shelter operator admitted using money from the city to cover personal expenses, including shopping sprees at Neiman Marcus and Manolo Blahnik.", + "content": "A shelter operator admitted using money from the city to cover personal expenses, including shopping sprees at Neiman Marcus and Manolo Blahnik.", + "category": "Homeless Persons", + "link": "https://www.nytimes.com/2021/11/23/nyregion/ethel-denise-perry-millennium-care-fraud.html", + "creator": "Andy Newman", + "pubDate": "Tue, 23 Nov 2021 21:06:05 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "effc719d0eb805c94d1584cce0d59960" + "hash": "59c741753dcf625fcea4626d29594983" }, { - "title": "The World Is Lifting Abortion Restrictions. Why Is the U.S. Moving Against the Tide?", - "description": "The trend is towards liberalizing reproductive freedom, not repressing it. ", - "content": "The trend is towards liberalizing reproductive freedom, not repressing it. ", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/02/opinion/abortion-restrictions-roe-wade-usa.html", - "creator": "Mary Fitzgerald", - "pubDate": "Thu, 02 Dec 2021 21:08:26 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Prince Paul Dives Deep Into Music History", + "description": "In “The 33 ⅓ Podcast,” the acclaimed producer finds himself in some unexpected pairings to explore classic albums from Steely Dan, Janet Jackson and more.", + "content": "In “The 33 ⅓ Podcast,” the acclaimed producer finds himself in some unexpected pairings to explore classic albums from Steely Dan, Janet Jackson and more.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/11/23/arts/music/prince-paul-spotify-podcast.html", + "creator": "Iman Stevenson", + "pubDate": "Tue, 23 Nov 2021 19:48:44 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52cfde1fa5322ff1029d8ec4146ff452" + "hash": "20e5816283308ef51394c9813be24d7a" }, { - "title": "The Supreme Court Wrestles With Abortion", - "description": "Charles M. Blow, Ross Douthat, Lulu Garcia-Navarro and Michelle Goldberg agree on one thing after oral arguments: It’s not looking good for Roe.   ", - "content": "Charles M. Blow, Ross Douthat, Lulu Garcia-Navarro and Michelle Goldberg agree on one thing after oral arguments: It’s not looking good for Roe.   ", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/01/opinion/abortion-supreme-court-dobbs-roe-wade.html", - "creator": "Charles M. Blow, Ross Douthat, Michelle Goldberg and Lulu Garcia-Navarro", - "pubDate": "Thu, 02 Dec 2021 12:33:38 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "America Has More Than One Spanglish", + "description": "Our melting pot produces a delicious stew of languages.", + "content": "Our melting pot produces a delicious stew of languages.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/11/23/opinion/spanglish-russian-mandarin.html", + "creator": "John McWhorter", + "pubDate": "Tue, 23 Nov 2021 19:47:58 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "46335208f929af1311b6fa6f1e96ed24" + "hash": "9e7cbd36015e69708586f6db6a248e3e" }, { - "title": "How to Store Your Covid Vaccine Card or Test Results on Your Phone", - "description": "To plan for safe travels and gatherings this holiday season, here are some simple ways to take your Covid-related health data with you.", - "content": "To plan for safe travels and gatherings this holiday season, here are some simple ways to take your Covid-related health data with you.", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/2021/12/01/technology/personaltech/covid-vaccination-card-phone.html", - "creator": "Brian X. Chen", - "pubDate": "Wed, 01 Dec 2021 10:00:18 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "This Ink Is Alive and Made Entirely of Microbes", + "description": "Scientists have created a bacterial ink that reproduces itself and can be 3D-printed into living architecture.", + "content": "Scientists have created a bacterial ink that reproduces itself and can be 3D-printed into living architecture.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/11/23/science/microbes-construction-bacteria.html", + "creator": "Sabrina Imbler", + "pubDate": "Tue, 23 Nov 2021 18:14:59 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29ee983cb54461fba6976ffd1feb1bc0" + "hash": "ce7bb1b25e9caa51842d8c3bc37db141" }, { - "title": "Republican Recriminations Point to a Rocky Path to a House Majority", - "description": "Simmering tensions between the far-right flank and more traditional conservatives burst into the open on Tuesday, while Republican leaders stayed silent.", - "content": "Simmering tensions between the far-right flank and more traditional conservatives burst into the open on Tuesday, while Republican leaders stayed silent.", - "category": "Republican Party", - "link": "https://www.nytimes.com/2021/11/30/us/politics/boebert-greene-mace.html", - "creator": "Jonathan Weisman", - "pubDate": "Wed, 01 Dec 2021 01:57:05 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How Softies Seized the Fed", + "description": "For now, doves rule the roost.", + "content": "For now, doves rule the roost.", + "category": "Federal Reserve System", + "link": "https://www.nytimes.com/2021/11/23/opinion/fed-powell-unemployment.html", + "creator": "Paul Krugman", + "pubDate": "Tue, 23 Nov 2021 17:51:12 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6babb20951d8ff56cb015245f3aa8772" + "hash": "5538d6547b6625b9ac54ce2e73a84369" }, { - "title": "The Guccis Are Really Not Happy About ‘House of Gucci’", - "description": "When artistic license collides with reality, which one wins?", - "content": "When artistic license collides with reality, which one wins?", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2021/11/30/style/guccis-criticize-house-of-gucci.html", - "creator": "Vanessa Friedman", - "pubDate": "Tue, 30 Nov 2021 10:00:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What Netflix's ‘Cowboy Bebop’ Gets Right and Wrong", + "description": "“Cowboy Bebop” is widely considered one of the best anime series of all time. Does Netflix’s live-action adaptation recapture the magic? Yes and no.", + "content": "“Cowboy Bebop” is widely considered one of the best anime series of all time. Does Netflix’s live-action adaptation recapture the magic? Yes and no.", + "category": "Television", + "link": "https://www.nytimes.com/2021/11/23/arts/television/cowboy-bebop.html", + "creator": "Maya Phillips", + "pubDate": "Tue, 23 Nov 2021 17:50:40 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a31bf1939da4c626701cbca1b5fd91f" + "hash": "1d821bd488a225fa6c41de0492378b5a" }, { - "title": "Jake Sullivan, Biden's Adviser, Long a Figure of Fascination", - "description": "Washington has long been captivated by fallen star narratives, which has made President Biden’s national security adviser a figure of fascination, somewhere between sympathy and schadenfreude.", - "content": "Washington has long been captivated by fallen star narratives, which has made President Biden’s national security adviser a figure of fascination, somewhere between sympathy and schadenfreude.", - "category": "Sullivan, Jacob J (1976- )", - "link": "https://www.nytimes.com/2021/11/30/us/politics/jake-sullivan-biden.html", - "creator": "Mark Leibovich", - "pubDate": "Tue, 30 Nov 2021 10:00:22 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Restaurant Review: Cha Kee in Manhattan’s Chinatown", + "description": "A new restaurant with a wide-ranging view of Chinese food is a bright spot in a beleaguered neighborhood.", + "content": "A new restaurant with a wide-ranging view of Chinese food is a bright spot in a beleaguered neighborhood.", + "category": "Restaurants", + "link": "https://www.nytimes.com/2021/11/23/dining/restaurant-review-cha-kee-chinatown.html", + "creator": "Pete Wells", + "pubDate": "Tue, 23 Nov 2021 17:37:47 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "859d73f4566d0245e64259a83e1bc178" + "hash": "9d174f4bdb9e6867d85feac55d5bf91f" }, { - "title": "Was She Just Another Nicely Packaged Pain Delivery System?", - "description": "I had been burned too badly to believe in love. And yet, believe I did.", - "content": "I had been burned too badly to believe in love. And yet, believe I did.", - "category": "Love (Emotion)", - "link": "https://www.nytimes.com/2021/12/03/style/modern-love-nicely-packaged-pain-delivery-system.html", - "creator": "Judith Fetterley", - "pubDate": "Fri, 03 Dec 2021 05:00:05 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Thanksgiving in a Town Built on Lederhosen and Limitless Meals", + "description": "Bavarian charm, Christmas knickknacks and all-you-can-eat restaurants draw hordes every holiday season to the twinkly streets of Frankenmuth, Mich.", + "content": "Bavarian charm, Christmas knickknacks and all-you-can-eat restaurants draw hordes every holiday season to the twinkly streets of Frankenmuth, Mich.", + "category": "Restaurants", + "link": "https://www.nytimes.com/2021/11/23/dining/frankenmuth-restaurants-thanksgiving-dinner.html", + "creator": "Sara Bonisteel", + "pubDate": "Tue, 23 Nov 2021 17:15:57 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c0fee8eca5c86497a90d59920381ef1" + "hash": "37f7e512deab439ba69408b32191d008" }, { - "title": "A Synagogue Feud Spills Into Public View: ‘Only Room for One Rabbi’", - "description": "Rabbi Arthur Schneier abruptly fired Rabbi Benjamin Goldschmidt from Park East Synagogue, and long-simmering tensions publicly exploded in a way rabbinic rivalries rarely do.", - "content": "Rabbi Arthur Schneier abruptly fired Rabbi Benjamin Goldschmidt from Park East Synagogue, and long-simmering tensions publicly exploded in a way rabbinic rivalries rarely do.", - "category": "Synagogues", - "link": "https://www.nytimes.com/2021/12/03/nyregion/park-east-synagogue-rabbi.html", - "creator": "Liam Stack", - "pubDate": "Fri, 03 Dec 2021 10:00:27 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A Scholarly Analysis of Shakespeare’s Life That Reads Like a Detective Story", + "description": "James Shapiro reviews Lena Cowen Orlin’s book, which focuses on Shakespeare’s life in Stratford.", + "content": "James Shapiro reviews Lena Cowen Orlin’s book, which focuses on Shakespeare’s life in Stratford.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/11/23/books/review/private-life-of-william-shakespeare-lena-cowen-orlin.html", + "creator": "James Shapiro", + "pubDate": "Tue, 23 Nov 2021 16:58:32 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9517e4ffaeb57c4cfd1d3376ee4e0f8a" + "hash": "58673d024530be0ede263ffb18f68dec" }, { - "title": "Putting Principles Before Profits, Steve Simon Takes a Stand", - "description": "The WTA chief has spent years in tennis working quietly to put players first. Suspending tournaments in China over the treatment of star Peng Shuai has made him the most talked-about leader in sports.", - "content": "The WTA chief has spent years in tennis working quietly to put players first. Suspending tournaments in China over the treatment of star Peng Shuai has made him the most talked-about leader in sports.", - "category": "Tennis", - "link": "https://www.nytimes.com/2021/12/02/sports/tennis/steve-simon-peng-shuai-wta.html", - "creator": "Matthew Futterman", - "pubDate": "Fri, 03 Dec 2021 00:43:37 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What Stores Are Open and Closed on Thanksgiving 2021?", + "description": "Many retailers will close their stores on Thanksgiving Day, citing safety concerns and gratitude for their employees.", + "content": "Many retailers will close their stores on Thanksgiving Day, citing safety concerns and gratitude for their employees.", + "category": "Shopping and Retail", + "link": "https://www.nytimes.com/2021/11/23/business/stores-open-thanksgiving-black-friday.html", + "creator": "Coral Murphy Marcos", + "pubDate": "Tue, 23 Nov 2021 16:50:42 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6c75474b6704470bb1d4c916eb5dc90" + "hash": "c41c237b91fdde1e648da67f8cfefb30" }, { - "title": "After a Bungled Theft of Navy’s Mascot Draws Fire, Goatnappers Strike Again", - "description": "Leaders of the nation’s military academies say swiping one another’s mascot animals is strictly forbidden, but that hasn’t seemed to deter glory-seeking raiders.", - "content": "Leaders of the nation’s military academies say swiping one another’s mascot animals is strictly forbidden, but that hasn’t seemed to deter glory-seeking raiders.", - "category": "United States Military Academy", - "link": "https://www.nytimes.com/2021/12/03/us/west-point-cadets-goats-theft.html", - "creator": "Dave Philipps", - "pubDate": "Fri, 03 Dec 2021 10:00:20 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What New Documents Reveal About Jeffrey Epstein's Final Days", + "description": "Newly released records show the disgraced financier living a mundane existence in jail before his suicide, while also spinning deceptions until the very end.", + "content": "Newly released records show the disgraced financier living a mundane existence in jail before his suicide, while also spinning deceptions until the very end.", + "category": "Epstein, Jeffrey E (1953- )", + "link": "https://www.nytimes.com/2021/11/23/nyregion/jeffrey-epstein-suicide-death.html", + "creator": "Benjamin Weiser, Matthew Goldstein, Danielle Ivory and Steve Eder", + "pubDate": "Tue, 23 Nov 2021 14:21:11 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56d4633223944eef39d34b1962ed6f0b" + "hash": "53389f43e32cd535102ca6ff95fd8c2f" }, { - "title": "Why the Supply Chain Crisis Does Not Affect These Businesses", - "description": "Focusing on local parts and production, some manufacturers have been rewarded during the pandemic.", - "content": "Focusing on local parts and production, some manufacturers have been rewarded during the pandemic.", - "category": "Ships and Shipping", - "link": "https://www.nytimes.com/2021/12/03/nyregion/supply-chain-crisis-nyc.html", - "creator": "Alyson Krueger", - "pubDate": "Fri, 03 Dec 2021 10:00:15 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Cases in U.S. Children Are Surging Ahead of the Holidays", + "description": "Pediatric cases have risen by 32 percent from about two weeks ago. Here’s the latest.", + "content": "Pediatric cases have risen by 32 percent from about two weeks ago. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/23/world/covid-vaccine-boosters-mandates", + "creator": "The New York Times", + "pubDate": "Tue, 23 Nov 2021 14:16:51 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13d4eca0f4fcf9ce051e720e6e585e05" + "hash": "cc4f46aa988a6418b9d3e0442ade25a9" }, { - "title": "Court in Philippines Allows Maria Ressa to Travel to Norway for Nobel", - "description": "The decision came after days of growing international pressure on the government to allow the journalist to attend the ceremony in Norway.", - "content": "The decision came after days of growing international pressure on the government to allow the journalist to attend the ceremony in Norway.", - "category": "Philippines", - "link": "https://www.nytimes.com/2021/12/03/world/asia/maria-ressa-nobel-peace-prize.html", - "creator": "Sui-Lee Wee", - "pubDate": "Fri, 03 Dec 2021 09:53:37 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "President Biden Will Tap Into U.S. Oil Reserves", + "description": "The White House will release 50 million barrels of crude oil from the nation’s strategic reserve amid rising gas prices ahead of the holiday season. Here’s the latest.", + "content": "The White House will release 50 million barrels of crude oil from the nation’s strategic reserve amid rising gas prices ahead of the holiday season. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/23/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Tue, 23 Nov 2021 14:16:51 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95d20bf29560900f8ff358be3b21fc48" + "hash": "79e852d5d6e41b7367e6813090f7f573" }, { - "title": "Police Arrest Suspect in Fatal Shooting of Jacqueline Avant, Philanthropist and Wife of Clarence Avant", - "description": "About an hour after Jacqueline Avant was killed, the police arrested a man after he accidentally shot himself in the foot while burglarizing a home in Hollywood.", - "content": "About an hour after Jacqueline Avant was killed, the police arrested a man after he accidentally shot himself in the foot while burglarizing a home in Hollywood.", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/2021/12/02/us/jacqueline-avant-shooting-suspect.html", - "creator": "Michael Levenson", - "pubDate": "Thu, 02 Dec 2021 22:10:19 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Closing Arguments in the Arbery Killing Trial", + "description": "Rebuttal arguments from the prosecution are expected, after which jurors will deliberate in the case of the three men accused of murdering Ahmaud Arbery. Stay here for live updates.", + "content": "Rebuttal arguments from the prosecution are expected, after which jurors will deliberate in the case of the three men accused of murdering Ahmaud Arbery. Stay here for live updates.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/23/us/ahmaud-arbery-murder-trial", + "creator": "The New York Times", + "pubDate": "Tue, 23 Nov 2021 14:16:51 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce6589c0e032384b5d26040de7e7325f" + "hash": "88a254ff2a6ca89e7e2f10a264ceff12" }, { - "title": "More Sept. 11 Victims Who Sued the Taliban Want Frozen Afghan Funds", - "description": "The Biden administration was set to tell a court on Friday what it thinks should happen, but obtained a delay until Jan. 28.", - "content": "The Biden administration was set to tell a court on Friday what it thinks should happen, but obtained a delay until Jan. 28.", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2021/12/02/us/politics/9-11-families-taliban-funds.html", - "creator": "Charlie Savage", - "pubDate": "Fri, 03 Dec 2021 01:19:51 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Latest Covid Surge", + "description": "And how to make sense of it.", + "content": "And how to make sense of it.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/23/briefing/us-covid-surge-thanksgiving.html", + "creator": "David Leonhardt", + "pubDate": "Tue, 23 Nov 2021 13:51:16 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "99d231a26936db2b102a96ab0dab81c7" + "hash": "eed405ce63e9493d46beda1e90c71ac9" }, { - "title": "Are Mammograms Worthwhile for Older Women?", - "description": "Some might be better off not knowing they have breast cancer because they are likely to die of other causes long before breast cancer would threaten their health.", - "content": "Some might be better off not knowing they have breast cancer because they are likely to die of other causes long before breast cancer would threaten their health.", - "category": "Mammography", - "link": "https://www.nytimes.com/2020/08/17/well/live/mammograms-older-women.html", - "creator": "Jane E. Brody", - "pubDate": "Tue, 17 Aug 2021 11:18:23 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Italy Frees Convicted Killer of U.K. Student Meredith Kercher", + "description": "Rudy Guede had served 13 years of a 16-year sentence for the 2007 murder. Another student, Amanda Knox, was eventually exonerated in what became a polarizing case.", + "content": "Rudy Guede had served 13 years of a 16-year sentence for the 2007 murder. Another student, Amanda Knox, was eventually exonerated in what became a polarizing case.", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2021/11/23/world/europe/rudy-guede-free-killer-meredith-kercher.html", + "creator": "Elisabetta Povoledo", + "pubDate": "Tue, 23 Nov 2021 13:22:16 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc0bf782d5f387ccc905723c4fe88aa3" + "hash": "fa7a02b685ba9ab4ed215e5e5da24327" }, { - "title": "How to Recognize and Treat Perimenopause Symptoms", - "description": "We break down the signs, causes and treatment options for five common symptoms.", - "content": "We break down the signs, causes and treatment options for five common symptoms.", - "category": "Estrogen", - "link": "https://www.nytimes.com/2021/04/29/well/perimenopause-menopause-symptoms.html", - "creator": "Dani Blum and Monica Garwood", - "pubDate": "Tue, 11 May 2021 14:14:54 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "La vaquita marina podría ser el próximo animal en extinguirse", + "description": "Solo quedan unas diez de estas marsopas, pero los científicos dicen que aún hay esperanza. Su destino depende en gran medida del gobierno mexicano.", + "content": "Solo quedan unas diez de estas marsopas, pero los científicos dicen que aún hay esperanza. Su destino depende en gran medida del gobierno mexicano.", + "category": "Global Warming", + "link": "https://www.nytimes.com/es/2021/11/23/espanol/vaquita-marina-extincion.html", + "creator": "Catrin Einhorn and Fred Ramos", + "pubDate": "Tue, 23 Nov 2021 13:18:53 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c00d283d3c53d0ae7d593482560cfd3a" + "hash": "c0e5ef1b8259ab471cb0dfea75289819" }, { - "title": "When to Start With a Gynecologist?", - "description": "Cervical cancer screening starts at age 21. But there are reasons to start seeing a gynecologist earlier. ", - "content": "Cervical cancer screening starts at age 21. But there are reasons to start seeing a gynecologist earlier. ", - "category": "Menstruation", - "link": "https://www.nytimes.com/2019/01/10/well/live/when-to-start-with-a-gynecologist.html", - "creator": "Jen Gunter", - "pubDate": "Thu, 10 Jan 2019 14:10:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Macy’s Parade Is Back This Thanksgiving, Without Kids on Floats", + "description": "The tradition has been largely restored, but children under 12 years old will not be allowed in the parade — only as spectators.", + "content": "The tradition has been largely restored, but children under 12 years old will not be allowed in the parade — only as spectators.", + "category": "Parades", + "link": "https://www.nytimes.com/2021/11/22/arts/macys-parade-thanksgiving-2021.html", + "creator": "Julia Jacobs", + "pubDate": "Tue, 23 Nov 2021 13:16:52 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1947fa30c4514a5a02e1c8dc83ba9d8" + "hash": "5b85d57f30835876c7036a48e8e12d21" }, { - "title": "How Egg Freezing Went Mainstream", - "description": "Men could easily freeze their sperm since the 1970s. So why did it take so long to figure out how to successfully freeze a woman’s eggs?", - "content": "Men could easily freeze their sperm since the 1970s. So why did it take so long to figure out how to successfully freeze a woman’s eggs?", - "category": "Egg Donation and Freezing", - "link": "https://www.nytimes.com/2020/04/17/parenting/fertility/egg-freezing.html", - "creator": "Molly Elizalde", - "pubDate": "Fri, 17 Apr 2020 14:38:13 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Vaquitas Could Soon Be Extinct. Mexico Will Largely Determine Their Fate.", + "description": "Only about 10 vaquitas remain, but scientists say there’s still hope for the elusive porpoises. Their fate largely depends on the Mexican government.", + "content": "Only about 10 vaquitas remain, but scientists say there’s still hope for the elusive porpoises. Their fate largely depends on the Mexican government.", + "category": "Dolphins and Porpoises", + "link": "https://www.nytimes.com/2021/11/23/climate/vaquita-mexico-extinction.html", + "creator": "Catrin Einhorn and Fred Ramos", + "pubDate": "Tue, 23 Nov 2021 13:16:16 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aabe14fccc1e4a28c25ee57da9115f74" + "hash": "c97d8f964732a46af9bb893aad70a164" }, { - "title": "Protecting Your Birth: A Guide For Black Mothers", - "description": "How racism can impact your pre- and postnatal care — and advice for speaking to your Ob-Gyn about it.", - "content": "How racism can impact your pre- and postnatal care — and advice for speaking to your Ob-Gyn about it.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/article/black-mothers-birth.html", - "creator": "Erica Chidi and Erica P. Cahill, M.D.", - "pubDate": "Thu, 22 Oct 2020 19:03:15 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Netflix Turns Its Attention to Films It Hopes Everyone Wants to See", + "description": "The streaming service wants to be more than a place where big names bring passion projects studios have passed on. It’s now trying to make the kind of blockbusters normally seen in theaters.", + "content": "The streaming service wants to be more than a place where big names bring passion projects studios have passed on. It’s now trying to make the kind of blockbusters normally seen in theaters.", + "category": "Netflix Inc", + "link": "https://www.nytimes.com/2021/11/22/business/media/netflix-movies-theaters.html", + "creator": "Nicole Sperling", + "pubDate": "Tue, 23 Nov 2021 13:04:31 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f520dcc7551222719e637f6476fc25f" + "hash": "6419da295e6bed2ef60edc480794882a" }, { - "title": "For Andy Warhol, Faith and Sexuality Intertwined", - "description": "The Brooklyn Museum shows how Catholicism seeped into his art, complicating our view of the Pop master.", - "content": "The Brooklyn Museum shows how Catholicism seeped into his art, complicating our view of the Pop master.", - "category": "Art", - "link": "https://www.nytimes.com/2021/12/02/arts/design/warhol-religion-museum-review-catholic.html", - "creator": "Karen Rosenberg", - "pubDate": "Thu, 02 Dec 2021 15:42:37 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Hubble Telescope Checks In With the Most Distant Planets", + "description": "The spacecraft’s farseeing eye once again sets its gaze on Jupiter, Saturn, Uranus and Neptune.", + "content": "The spacecraft’s farseeing eye once again sets its gaze on Jupiter, Saturn, Uranus and Neptune.", + "category": "Hubble Space Telescope", + "link": "https://www.nytimes.com/2021/11/23/science/hubble-telescope-jupiter-saturn-uranus-neptune.html", + "creator": "Dennis Overbye", + "pubDate": "Tue, 23 Nov 2021 11:49:22 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c425a1a4477defd9cab2c5596bccd35b" + "hash": "7a0bf7ca879d518aca535e9f57b1029a" }, { - "title": "NFL Week 13 Predictions: Odds and Picks Against the Spread", - "description": "Kansas City looks to gain separation in the tight A.F.C. West, and the Bills will try to retake the A.F.C. East from the Patriots.", - "content": "Kansas City looks to gain separation in the tight A.F.C. West, and the Bills will try to retake the A.F.C. East from the Patriots.", - "category": "Football", - "link": "https://www.nytimes.com/2021/12/02/sports/football/nfl-week-13-picks.html", - "creator": "Emmanuel Morgan", - "pubDate": "Fri, 03 Dec 2021 08:19:05 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Late Night Celebrates Biden’s 79th Birthday", + "description": "Jimmy Fallon joked that when the president blew out his candles, “everyone started clapping and the lights went on and off.”", + "content": "Jimmy Fallon joked that when the president blew out his candles, “everyone started clapping and the lights went on and off.”", + "category": "Television", + "link": "https://www.nytimes.com/2021/11/23/arts/television/jimmy-fallon-biden-birthday.html", + "creator": "Trish Bendix", + "pubDate": "Tue, 23 Nov 2021 11:31:15 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8079ddb3cff38971001ef10619c634b" + "hash": "5bd87849217d193cac41a8d0bedd896d" }, { - "title": "For Parents, a Lifeline in Unemployment", - "description": "Readjusting to their households’ needs, New Yorkers out of work found “there will be people who will help you.”", - "content": "Readjusting to their households’ needs, New Yorkers out of work found “there will be people who will help you.”", - "category": "New York Times Neediest Cases Fund", - "link": "https://www.nytimes.com/2021/12/02/neediest-cases/for-parents-a-lifeline-in-unemployment.html", - "creator": "Emma Grillo", - "pubDate": "Thu, 02 Dec 2021 19:21:41 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Righting the Historical Wrong of the Claiborne Highway", + "description": "Is it possible to undo the damage done to Black communities by the expressway projects of the 20th century?", + "content": "Is it possible to undo the damage done to Black communities by the expressway projects of the 20th century?", + "category": "Black People", + "link": "https://www.nytimes.com/2021/11/23/podcasts/the-daily/claiborne-highway-biden-infrastructure-package.html", + "creator": "Sabrina Tavernise, Rob Szypko, Stella Tan, Michael Simon Johnson, Austin Mitchell, Sydney Harper, Paige Cowett, Lisa Tobin, Marion Lozano, Dan Powell, Elisheba Ittoop and Chris Wood", + "pubDate": "Tue, 23 Nov 2021 11:00:07 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29fc536621f94991613b801e03ee0824" + "hash": "31b22a3836b56c741d9557949d31e72b" }, { - "title": "Trevor Noah Says Omicron Might Not Be So Bad", - "description": "Noah said that new strains are like streaming new TV shows: “You gotta stick with it the first couple of weeks and see where it goes.”", - "content": "Noah said that new strains are like streaming new TV shows: “You gotta stick with it the first couple of weeks and see where it goes.”", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/03/arts/television/trevor-noah-omicron-like-a-new-tv-show.html", - "creator": "Trish Bendix", - "pubDate": "Fri, 03 Dec 2021 07:14:48 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Is the Four-Day Workweek Finally Within Our Grasp?", + "description": "After embracing flexible work styles during the pandemic, some companies are now embracing a shorter week.", + "content": "After embracing flexible work styles during the pandemic, some companies are now embracing a shorter week.", + "category": "Working Hours", + "link": "https://www.nytimes.com/2021/11/23/business/dealbook/four-day-workweek.html", + "creator": "Kevin J. Delaney", + "pubDate": "Tue, 23 Nov 2021 10:02:47 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47418bfa50d4a475a58d0caf3ef77616" + "hash": "726b92e327bbe707f6d7da312b007257" }, { - "title": "Best Dance of 2021", - "description": "A year of uncertainty was capped by a happy ending: a rush of performances this fall, including standouts by masters (Twyla Tharp) and breakout stars (LaTasha Barnes).", - "content": "A year of uncertainty was capped by a happy ending: a rush of performances this fall, including standouts by masters (Twyla Tharp) and breakout stars (LaTasha Barnes).", - "category": "arts year in review 2021", - "link": "https://www.nytimes.com/2021/12/01/arts/dance/best-dance-2021.html", - "creator": "Gia Kourlas, Brian Seibert and Siobhan Burke", - "pubDate": "Thu, 02 Dec 2021 15:06:21 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "As Virus Cases Rise in Europe, an Economic Toll Returns", + "description": "A series of restrictions, including a lockdown in Austria, is expected to put a brake on economic growth.", + "content": "A series of restrictions, including a lockdown in Austria, is expected to put a brake on economic growth.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/23/business/economy/europe-covid-economy.html", + "creator": "Patricia Cohen and Melissa Eddy", + "pubDate": "Tue, 23 Nov 2021 10:00:43 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92f174227f0991e47e9e5bb859d4eb37" + "hash": "f578e6f5859354d23ed50826ae6b80c8" }, { - "title": "Michigan Shooting Suspect Faces Murder and Terrorism Charges", - "description": "A 15-year-old accused of killing four of his classmates and wounding seven other people had described wanting to attack the school in cellphone videos and a journal, the authorities said.", - "content": "A 15-year-old accused of killing four of his classmates and wounding seven other people had described wanting to attack the school in cellphone videos and a journal, the authorities said.", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/01/us/ethan-crumbley-michigan-high-school-shooting.html", - "creator": "Jennifer Conlin, Mitch Smith, Giulia Heyward and Jack Healy", - "pubDate": "Thu, 02 Dec 2021 18:48:41 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Ronald Reagan Guide to Joe Biden’s Political Future", + "description": "It is hard to act as an ambitious president without incurring a penalty, even if your policies are popular.", + "content": "It is hard to act as an ambitious president without incurring a penalty, even if your policies are popular.", + "category": "Polls and Public Opinion", + "link": "https://www.nytimes.com/2021/11/23/opinion/biden-reagan-approval.html", + "creator": "Jamelle Bouie", + "pubDate": "Tue, 23 Nov 2021 10:00:24 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b9737e669b95976be852e6db5305bab" + "hash": "e8ef84a2e96ed4b1918d7cad5e7c3796" }, { - "title": "Biden’s New Virus Plan Aims to Keep Economy Open as Omicron Spreads", - "description": "President Biden’s strategy includes new testing requirements for international travelers and insurance reimbursement for at-home coronavirus tests. “We’re going to fight this variant with science and speed, not chaos and confusion,” Mr. Biden said in a speech. Here’s the latest.", - "content": "President Biden’s strategy includes new testing requirements for international travelers and insurance reimbursement for at-home coronavirus tests. “We’re going to fight this variant with science and speed, not chaos and confusion,” Mr. Biden said in a speech. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/02/world/biden-omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Thu, 02 Dec 2021 21:15:06 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "New York Targets Affluent Neighborhoods in Push for Affordable Housing", + "description": "Supporters say the plans help address New York’s housing crisis and help integrate the city’s neighborhoods. Opponents see more gentrification and giveaways for developers.", + "content": "Supporters say the plans help address New York’s housing crisis and help integrate the city’s neighborhoods. Opponents see more gentrification and giveaways for developers.", + "category": "Real Estate and Housing (Residential)", + "link": "https://www.nytimes.com/2021/11/23/nyregion/affordable-housing-gowanus-soho.html", + "creator": "Mihir Zaveri", + "pubDate": "Tue, 23 Nov 2021 10:00:22 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c5e4fa70ee1b9fa894574be06af37ed" + "hash": "0539c8a27a3d3f63d241d0ecfad3f2d3" }, { - "title": "In Biden’s Plan for Free Rapid Tests, Legwork Will Be Required", - "description": "Some nations make Covid tests available at little to no cost for consumers. The U.S. plan for home testing includes submitting receipts to private insurers.", - "content": "Some nations make Covid tests available at little to no cost for consumers. The U.S. plan for home testing includes submitting receipts to private insurers.", - "category": "Health Insurance and Managed Care", - "link": "https://www.nytimes.com/2021/12/02/upshot/biden-covid-rapid-tests.html", - "creator": "Sarah Kliff and Reed Abelson", - "pubDate": "Thu, 02 Dec 2021 23:47:34 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "New York Moves to Allow 800,000 Noncitizens to Vote in Local Elections", + "description": "New York City will become the largest municipality in the country to allow legal residents to vote if the legislation is approved as expected in December.", + "content": "New York City will become the largest municipality in the country to allow legal residents to vote if the legislation is approved as expected in December.", + "category": "Voting Rights, Registration and Requirements", + "link": "https://www.nytimes.com/2021/11/23/nyregion/noncitizen-voting-rights-nyc.html", + "creator": "Jeffery C. Mays and Annie Correal", + "pubDate": "Tue, 23 Nov 2021 10:00:19 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69b55316873ba88fb759ede2d42a6a8f" + "hash": "ef59433800b16b56686cfe81456310f2" }, { - "title": "Why Didn’t the U.S. Detect Omicron Cases Sooner?", - "description": "Genomic surveillance has improved enormously in recent months, but the system has built-in delays, and blind spots remain.", - "content": "Genomic surveillance has improved enormously in recent months, but the system has built-in delays, and blind spots remain.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/12/02/health/omicron-variant-genetic-surveillance.html", - "creator": "Emily Anthes", - "pubDate": "Thu, 02 Dec 2021 23:39:04 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "It’s Never Too Late to Pick Up Your Life and Move to Italy", + "description": "Holly Herrmann vowed to move to Italy when she was 20. Her dream came true 38 years later.", + "content": "Holly Herrmann vowed to move to Italy when she was 20. Her dream came true 38 years later.", + "category": "Travel and Vacations", + "link": "https://www.nytimes.com/2021/11/23/style/italy-retirement-holly-herrmann.html", + "creator": "Alix Strauss", + "pubDate": "Tue, 23 Nov 2021 10:00:17 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "000b4b308fe7bcbd1101666172bad907" + "hash": "53fff5ac87f11a7d0e79625d713639c5" }, { - "title": "Five Omicron Variant Cases Confirmed in New York State", - "description": "“This is not a cause for major alarm,” Gov. Kathy Hochul said, adding that she was not announcing a shutdown or other drastic measures in response to the cases.", - "content": "“This is not a cause for major alarm,” Gov. Kathy Hochul said, adding that she was not announcing a shutdown or other drastic measures in response to the cases.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/02/nyregion/omicron-variant-new-york.html", - "creator": "Emma G. Fitzsimmons", - "pubDate": "Fri, 03 Dec 2021 00:06:03 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Army Cadets Tried to Get Navy’s Goat, Again. Commanders Were Not Amused.", + "description": "Rivalries among the nation’s military academies include a long history of mascot-stealing “spirit missions” before football games, despite official condemnations.", + "content": "Rivalries among the nation’s military academies include a long history of mascot-stealing “spirit missions” before football games, despite official condemnations.", + "category": "United States Defense and Military Forces", + "link": "https://www.nytimes.com/2021/11/23/us/army-navy-mascot-kidnap-goat.html", + "creator": "Dave Philipps", + "pubDate": "Tue, 23 Nov 2021 10:00:16 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff2b2c352958a5a0a99feed8d0118368" + "hash": "b4db719163ac88afc15d286a01fb7936" }, { - "title": "New York City Sets Vaccine Mandate for Religious and Private School Workers", - "description": "The directive, which affects 56,000 employees, may face opposition at yeshivas, because of resistance to coronavirus vaccines among some Orthodox Jews.", - "content": "The directive, which affects 56,000 employees, may face opposition at yeshivas, because of resistance to coronavirus vaccines among some Orthodox Jews.", - "category": "Vaccination and Immunization", - "link": "https://www.nytimes.com/2021/12/02/nyregion/nyc-vaccine-mandate-private-schools.html", - "creator": "Emma G. Fitzsimmons", - "pubDate": "Thu, 02 Dec 2021 21:10:56 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What Should I Do With My Big Fat Inheritance?", + "description": "The magazine’s Ethicist columnist on the burdens of philanthropy — and more.", + "content": "The magazine’s Ethicist columnist on the burdens of philanthropy — and more.", + "category": "Ethics (Personal)", + "link": "https://www.nytimes.com/2021/11/23/magazine/inheritance-ethics.html", + "creator": "Kwame Anthony Appiah", + "pubDate": "Tue, 23 Nov 2021 10:00:12 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "065bf598a547312a3700bfef61a4bf78" + "hash": "866e75be92d0c259fd6c7ab1e9fe006d" }, { - "title": "San Francisco Followed Covid Rules. Will Omicron Change the Playbook?", - "description": "San Francisco has endured mask mandates, vaccination requirements and lockdowns. Now with the first U.S. case of the Omicron variant, no one’s sure what comes next.", - "content": "San Francisco has endured mask mandates, vaccination requirements and lockdowns. Now with the first U.S. case of the Omicron variant, no one’s sure what comes next.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/02/us/san-francisco-omicron-mask-mandate-lockdown.html", - "creator": "Erin Woo, Shawn Hubler and Jill Cowan", - "pubDate": "Thu, 02 Dec 2021 21:18:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Why Peng Shuai Frustrates China's Propaganda Machine", + "description": "Accustomed to forcing messages on audiences at home and abroad, its propaganda machine hasn’t learned how to craft a narrative that stands up to scrutiny.", + "content": "Accustomed to forcing messages on audiences at home and abroad, its propaganda machine hasn’t learned how to craft a narrative that stands up to scrutiny.", + "category": "Peng Shuai", + "link": "https://www.nytimes.com/2021/11/23/business/china-peng-shuai-metoo.html", + "creator": "Li Yuan", + "pubDate": "Tue, 23 Nov 2021 09:02:15 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b3cbb70634240a3938fc0b12ec11fa5" + "hash": "2650f9de434d96eb8e984894a096a2c4" }, { - "title": "Germany Requires Vaccines for Store and Restaurant Customers", - "description": "Facing a huge coronavirus surge, Chancellor Angela Merkel, her successor, Olaf Scholz, and state governors agreed on tough new restrictions on people who have not been inoculated.", - "content": "Facing a huge coronavirus surge, Chancellor Angela Merkel, her successor, Olaf Scholz, and state governors agreed on tough new restrictions on people who have not been inoculated.", - "category": "Vaccination Proof and Immunization Records", - "link": "https://www.nytimes.com/2021/12/02/world/europe/germany-unvaccinated-restrictions.html", - "creator": "Christopher F. Schuetze", - "pubDate": "Thu, 02 Dec 2021 21:23:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Bulgaria Bus Crash Kills Dozens", + "description": "The bus, which had North Macedonian plates, caught fire on a highway, an official said.", + "content": "The bus, which had North Macedonian plates, caught fire on a highway, an official said.", + "category": "Traffic Accidents and Safety", + "link": "https://www.nytimes.com/2021/11/23/world/europe/bulgaria-bus-crash-north-macedonia.html", + "creator": "Livia Albeck-Ripka", + "pubDate": "Tue, 23 Nov 2021 07:21:13 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "edfbfd1490bcdd4d7dee4c5a88168c1d" + "hash": "1632a844bd13bf0a51f8f7755489e20f" }, { - "title": "How the Politics of Abortion Are Poised to Intensify", - "description": "The anti-abortion and abortion rights movements are already beginning to mobilize for a new, deeply unsettled post-Roe political reality.", - "content": "The anti-abortion and abortion rights movements are already beginning to mobilize for a new, deeply unsettled post-Roe political reality.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/02/us/politics/abortion-arguments-post-roe.html", - "creator": "Lisa Lerer and Jeremy W. Peters", - "pubDate": "Thu, 02 Dec 2021 23:01:10 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Russia’s Foreign Policy Isn’t All About Hurting the West", + "description": "Moscow has other concerns.", + "content": "Moscow has other concerns.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/11/23/opinion/russia-putin-west.html", + "creator": "Kadri Liik", + "pubDate": "Tue, 23 Nov 2021 06:00:05 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1928a66a55467e899a209ae3a3555db" + "hash": "885005721fb8ed2282fca1fd661224bd" }, { - "title": "Government Shutdown Still Looms as House Passes Spending Bill", - "description": "As the House voted to fund the government through mid-February, senators were scrambling to avoid a shutdown over vaccine mandates.", - "content": "As the House voted to fund the government through mid-February, senators were scrambling to avoid a shutdown over vaccine mandates.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/02/us/politics/government-shutdown-congress-spending-deal.html", - "creator": "Emily Cochrane", - "pubDate": "Fri, 03 Dec 2021 00:12:05 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Book Review: ‘Tinderbox,’ by James Andrew Miller", + "description": "James Andrew Miller’s book follows the channel from its start in 1972 through its transformative “Sopranos” years and up to the present day.", + "content": "James Andrew Miller’s book follows the channel from its start in 1972 through its transformative “Sopranos” years and up to the present day.", + "category": "Miller, James Andrew", + "link": "https://www.nytimes.com/2021/11/22/books/review-tinderbox-hbo-oral-history-james-andrew-miller.html", + "creator": "Dwight Garner", + "pubDate": "Tue, 23 Nov 2021 04:59:02 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be61aed2271d16fbbf5b30d6b37fb677" + "hash": "a5d7cc46ae42f0041f2791c4c97195ef" }, { - "title": "Mexico to Allow U.S. ‘Remain in Mexico’ Asylum Policy to Resume", - "description": "A judge had ordered the Biden administration to restart the Trump-era program, but doing so required cooperation from Mexico, which had been reluctant.", - "content": "A judge had ordered the Biden administration to restart the Trump-era program, but doing so required cooperation from Mexico, which had been reluctant.", - "category": "Immigration and Emigration", - "link": "https://www.nytimes.com/2021/12/02/us/politics/asylum-seekers-immigration-mexico-usa.html", - "creator": "Eileen Sullivan and Oscar Lopez", - "pubDate": "Thu, 02 Dec 2021 21:24:42 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "2 Canadian Journalists Arrested at Indigenous Protest Are Freed on Bail", + "description": "Journalist groups denounced the arrest of a photographer and a filmmaker covering an Indigenous pipeline protest in British Columbia.", + "content": "Journalist groups denounced the arrest of a photographer and a filmmaker covering an Indigenous pipeline protest in British Columbia.", + "category": "Canada", + "link": "https://www.nytimes.com/2021/11/22/world/canada/canada-indigenous-journalist-arrests.html", + "creator": "Ian Austen", + "pubDate": "Tue, 23 Nov 2021 04:39:23 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3319548da663259053c8a028d2c3b0e" + "hash": "54f93f0bfa1895878aaca3fc9d3c38be" }, { - "title": "Dear People of 2021: What Can We Learn From Hindsight?", - "description": "For the first series from the Headway initiative, we followed up on forecasts from decades past to ask what the passage of time has revealed.", - "content": "For the first series from the Headway initiative, we followed up on forecasts from decades past to ask what the passage of time has revealed.", - "category": "European Union", - "link": "https://www.nytimes.com/2021/12/02/special-series/headway-earth-progress-climate-hindsight.html", - "creator": "Matthew Thompson", - "pubDate": "Thu, 02 Dec 2021 17:20:57 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Victims at Christmas Parade Were Young Musicians and Dancing Grannies", + "description": "Five adults died in Waukesha, Wis., and at least 10 children were in intensive care. Three were members of a Milwaukee dance troupe, which celebrated grandmothers.", + "content": "Five adults died in Waukesha, Wis., and at least 10 children were in intensive care. Three were members of a Milwaukee dance troupe, which celebrated grandmothers.", + "category": "Waukesha, Wis, Holiday Parade Attack (2021)", + "link": "https://www.nytimes.com/article/waukesha-victims-dancing-grannies.html", + "creator": "Shawn Hubler and Giulia Heyward", + "pubDate": "Tue, 23 Nov 2021 04:18:20 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50ca83f1fc7411c2a81da4b6fd26370f" + "hash": "f2a94b17e6d3be6dc2c8eb94bc523dcf" }, { - "title": "Millions More People Got Access to Clean Water. Can They Drink It?", - "description": "The U.N. pledged to halve the proportion of the world without access to clean drinking water by 2015.", - "content": "The U.N. pledged to halve the proportion of the world without access to clean drinking water by 2015.", - "category": "Water", - "link": "https://www.nytimes.com/2021/12/02/world/clean-water-to-drink.html", - "creator": "Lucy Tompkins", - "pubDate": "Thu, 02 Dec 2021 10:00:15 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "N.Y.C. Severs Ties With Housing Nonprofit Run by Jack A. Brown III", + "description": "The city will no longer work with CORE Services Group, the nonprofit run by Jack A. Brown to provide housing and services to the homeless.", + "content": "The city will no longer work with CORE Services Group, the nonprofit run by Jack A. Brown to provide housing and services to the homeless.", + "category": "Government Contracts and Procurement", + "link": "https://www.nytimes.com/2021/11/22/nyregion/jack-brown-core-services-homeless-nyc.html", + "creator": "Amy Julia Harris", + "pubDate": "Tue, 23 Nov 2021 03:34:11 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7f43e142ea939fed9fa885cda9c523a" + "hash": "59bcdd06d23f4e082109b2bc452e3924" }, { - "title": "Extreme Poverty Has Been Sharply Cut. What Has Changed?", - "description": "The U.N. pledged to cut by half the proportion of people living in the worst conditions around the world.", - "content": "The U.N. pledged to cut by half the proportion of people living in the worst conditions around the world.", - "category": "Poverty", - "link": "https://www.nytimes.com/2021/12/02/world/global-poverty-united-nations.html", - "creator": "Lucy Tompkins", - "pubDate": "Thu, 02 Dec 2021 10:00:17 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Chun Doo-hwan, South Korea's Most Vilified Ex-Military Dictator, Dies at 90", + "description": "The country’s most vilified former military dictator, he seized power in a coup and ruled his country with an iron fist for most of the 1980s.", + "content": "The country’s most vilified former military dictator, he seized power in a coup and ruled his country with an iron fist for most of the 1980s.", + "category": "South Korea", + "link": "https://www.nytimes.com/2021/11/23/world/asia/chun-doo-hwan-dead.html", + "creator": "Choe Sang-Hun", + "pubDate": "Tue, 23 Nov 2021 03:21:06 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac850d1a0353af6dab25b9ee05da562d" + "hash": "b49a3059631fda98d57777096204aae9" }, { - "title": "Hundreds of Companies Promised to Help Save Forests. Did They?", - "description": "Cargill, Nestle, Carrefour and others pledged to reach net-zero deforestation in their supply chains by 2020.", - "content": "Cargill, Nestle, Carrefour and others pledged to reach net-zero deforestation in their supply chains by 2020.", - "category": "Forests and Forestry", - "link": "https://www.nytimes.com/2021/12/02/climate/companies-net-zero-deforestation.html", - "creator": "Lucy Tompkins", - "pubDate": "Thu, 02 Dec 2021 10:00:15 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Lawyers Clash Over Whether Pursuit of Arbery Was Justified", + "description": "In closing arguments on Monday, prosecutors also raised a racial motive for why the three white men accused of murdering Ahmaud Arbery began chasing him.", + "content": "In closing arguments on Monday, prosecutors also raised a racial motive for why the three white men accused of murdering Ahmaud Arbery began chasing him.", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2021/11/22/us/arbery-murder-trial-closing-arguments.html", + "creator": "Richard Fausset, Tariro Mzezewa and Rick Rojas", + "pubDate": "Tue, 23 Nov 2021 03:14:34 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1fb10f3153cf1cc86809378a88344924" + "hash": "8960db9d0274d32e252626c443307ad9" }, { - "title": "Supply Chain Snarls for Cars on Display at a Kansas Terminal ", - "description": "A shipping terminal in Kansas reveals the fundamental problem — no one can plan, and no one is sure what will happen next.", - "content": "A shipping terminal in Kansas reveals the fundamental problem — no one can plan, and no one is sure what will happen next.", - "category": "Trucks and Trucking", - "link": "https://www.nytimes.com/2021/12/02/business/supply-chain-car-shipping.html", - "creator": "Peter S. Goodman", - "pubDate": "Thu, 02 Dec 2021 17:29:17 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "U.S. Returns Over 900 Confiscated Artifacts to Mali", + "description": "A Homeland Security investigation had discovered funerary objects, Neolithic relics and more in a shipping container in 2009.", + "content": "A Homeland Security investigation had discovered funerary objects, Neolithic relics and more in a shipping container in 2009.", + "category": "Arts and Antiquities Looting", + "link": "https://www.nytimes.com/2021/11/22/arts/design/us-mali-looted-antiquities-returned.html", + "creator": "Zachary Small", + "pubDate": "Tue, 23 Nov 2021 02:40:08 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4c42a0453f9688cee239b3603b5a57a" + "hash": "a45e11614e004d4cfdaa9a2703f0be58" }, { - "title": "With No Resources, Authority or Country, Afghan Ambassador Presses On", - "description": "Adela Raz arrived in Washington just before her country fell and has struggled to keep her embassy going. A dinner with U.S. veterans was a priority.", - "content": "Adela Raz arrived in Washington just before her country fell and has struggled to keep her embassy going. A dinner with U.S. veterans was a priority.", - "category": "Diplomatic Service, Embassies and Consulates", - "link": "https://www.nytimes.com/2021/12/02/us/politics/afghan-ambassador-adela-raz.html", - "creator": "Jennifer Steinhauer", - "pubDate": "Thu, 02 Dec 2021 18:20:42 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Biden Will Keep Jerome Powell as Federal Reserve Chair", + "description": "The White House returned to a longstanding pattern in which presidents reappoint the same leader of the Federal Reserve regardless of partisan identity.", + "content": "The White House returned to a longstanding pattern in which presidents reappoint the same leader of the Federal Reserve regardless of partisan identity.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/11/22/business/economy/fed-chair-jerome-powell-biden.html", + "creator": "Jeanna Smialek and Jim Tankersley", + "pubDate": "Tue, 23 Nov 2021 01:58:10 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b7c6cbc394295544651365a5cab903d" + "hash": "f5c5b55491e20b81791d900a185d915c" }, { - "title": "Joseph Gordon Says He's No Murderer. That’s Why He’s Still in Prison.", - "description": "Joseph Gordon has been locked up for nearly 30 years. A model inmate, he is eligible for parole — but only if he expresses remorse for a crime he says he did not commit.", - "content": "Joseph Gordon has been locked up for nearly 30 years. A model inmate, he is eligible for parole — but only if he expresses remorse for a crime he says he did not commit.", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/2021/12/02/nyregion/joseph-gordon-parole-murder.html", - "creator": "Tom Robbins", - "pubDate": "Thu, 02 Dec 2021 17:03:58 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Problem of Political Despair", + "description": "Hopelessness about our democracy could accelerate its decay.", + "content": "Hopelessness about our democracy could accelerate its decay.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/11/22/opinion/american-democracy.html", + "creator": "Michelle Goldberg", + "pubDate": "Tue, 23 Nov 2021 01:33:04 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "897d1a7318b8c9842b0dc5d261803fc9" + "hash": "9ac35540e9d3b3170eb3dd79462dc7ba" }, { - "title": "The End of Roe Is Coming, and It Is Coming Soon", - "description": "I thought we had more time before the 1973 decision was overturned. I now believe I was wrong.", - "content": "I thought we had more time before the 1973 decision was overturned. I now believe I was wrong.", - "category": "Supreme Court (US)", - "link": "https://www.nytimes.com/2021/12/01/opinion/supreme-court-abortion-mississippi-law.html", - "creator": "Mary Ziegler", - "pubDate": "Thu, 02 Dec 2021 04:56:43 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "House Panel Subpoenas Roger Stone and Alex Jones in Capitol Riot Inquiry", + "description": "Investigators summoned five more allies of former President Donald J. Trump as they dug further into the planning and financing of rallies before the Jan. 6 attack.", + "content": "Investigators summoned five more allies of former President Donald J. Trump as they dug further into the planning and financing of rallies before the Jan. 6 attack.", + "category": "Stone, Roger J Jr", + "link": "https://www.nytimes.com/2021/11/22/us/politics/capitol-riot-subpoenas-roger-stone-alex-jones.html", + "creator": "Luke Broadwater", + "pubDate": "Tue, 23 Nov 2021 01:24:18 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "28f190ccba040ea9fb787c7e900abac3" + "hash": "b058ac259f23e1b8f4e871d4777facb3" }, { - "title": "Anjanette Young Was Handcuffed, Naked. Will She See Justice?", - "description": "“My life has been completely turned upside down,” Anjanette Young said. “I can’t sleep at night.”", - "content": "“My life has been completely turned upside down,” Anjanette Young said. “I can’t sleep at night.”", - "category": "Black People", - "link": "https://www.nytimes.com/2021/12/02/opinion/anjanette-young-police-justice.html", - "creator": "Esau McCaulley", - "pubDate": "Thu, 02 Dec 2021 10:00:08 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Justice Department to Pay About $130 Million to Parkland Shooting Victims", + "description": "Family members of victims had sued over how the F.B.I. handled tips warning about the gunman before he killed 17 people at Marjory Stoneman Douglas High School.", + "content": "Family members of victims had sued over how the F.B.I. handled tips warning about the gunman before he killed 17 people at Marjory Stoneman Douglas High School.", + "category": "Parkland, Fla, Shooting (2018)", + "link": "https://www.nytimes.com/2021/11/22/us/parkland-shooting-victims-settlement.html", + "creator": "Patricia Mazzei and Katie Benner", + "pubDate": "Tue, 23 Nov 2021 01:06:34 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fdc5e527182b8c7a4649b5f3291a83c0" + "hash": "27907f1a111c27943fc5bca2a7bc4e31" }, { - "title": "Overdoses Surged During the Pandemic. How Do We Stop Them?", - "description": "More than 100,000 Americans died of overdoses in a single year, exceeding the number of people who died from car crashes and guns combined.", - "content": "More than 100,000 Americans died of overdoses in a single year, exceeding the number of people who died from car crashes and guns combined.", - "category": "debatable", - "link": "https://www.nytimes.com/2021/12/02/opinion/drug-overdose-prevention.html", - "creator": "Spencer Bokat-Lindell", - "pubDate": "Thu, 02 Dec 2021 23:00:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Man Accused of Killing 5 at Wisconsin Parade Had Lengthy Police Record", + "description": "Dozens of people were injured, including children, after an S.U.V. tore through the Christmas parade in Waukesha, Wis.", + "content": "Dozens of people were injured, including children, after an S.U.V. tore through the Christmas parade in Waukesha, Wis.", + "category": "Waukesha, Wis, Holiday Parade Attack (2021)", + "link": "https://www.nytimes.com/2021/11/22/us/wisconsin-waukesha-parade.html", + "creator": "Mitch Smith, Dan Simmons, Glenn Thrush and Serge F. Kovaleski", + "pubDate": "Tue, 23 Nov 2021 00:46:15 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c4bec7a3c1806978302349842d9908e" + "hash": "7c6e3901ff5be5a50ea3c9431c827bc5" }, { - "title": "Why Peng Shuai Has China’s Leaders Spooked", - "description": "Ms. Peng’s celebrity certainly has driven interest in her case. But her allegations also are groundbreaking.", - "content": "Ms. Peng’s celebrity certainly has driven interest in her case. But her allegations also are groundbreaking.", - "category": "Communist Party of China", - "link": "https://www.nytimes.com/2021/12/02/opinion/peng-shuai-china-leaders.html", - "creator": "Leta Hong Fincher", - "pubDate": "Thu, 02 Dec 2021 06:00:08 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "ATP Finals Create a Buzz in Turin, but Will Italy’s Players Follow?", + "description": "Turin is a smaller stage than the prestigious event had in London, but the enthusiasm was real, especially for the young Italian stars Jannik Sinner and Matteo Berrettini.", + "content": "Turin is a smaller stage than the prestigious event had in London, but the enthusiasm was real, especially for the young Italian stars Jannik Sinner and Matteo Berrettini.", + "category": "Tennis", + "link": "https://www.nytimes.com/2021/11/22/sports/tennis/atp-finals-turin-sinner-berrettini.html", + "creator": "Christopher Clarey", + "pubDate": "Tue, 23 Nov 2021 00:25:19 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d10ecfa58844e1f02400ab707af4153b" + "hash": "730014c040f468ec0621476723130359" }, { - "title": "Omicron Is Here. Will We Use Our New Covid Drugs Wisely?", - "description": "The world must not repeat history by making Covid-19 drugs inaccessible. ", - "content": "The world must not repeat history by making Covid-19 drugs inaccessible. ", - "category": "Molnupiravir (Drug)", - "link": "https://www.nytimes.com/2021/12/01/opinion/omicron-covid-drugs-pfizer-antiviral.html", - "creator": "Rachel Cohen", - "pubDate": "Thu, 02 Dec 2021 19:41:20 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Lael Brainard is Tapped For Vice Chair of the Federal Reserve", + "description": "The longtime Washington insider is now the central bank’s No. 2. That could give her more bandwidth to influence policy.", + "content": "The longtime Washington insider is now the central bank’s No. 2. That could give her more bandwidth to influence policy.", + "category": "Appointments and Executive Changes", + "link": "https://www.nytimes.com/2021/11/22/business/economy/lael-brainard-fed-vice-chair.html", + "creator": "Jeanna Smialek and Madeleine Ngo", + "pubDate": "Tue, 23 Nov 2021 00:21:00 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf75821ddb2f5ad0a2a4d5f613887171" + "hash": "ee296846f38020d1e1c68b8ad2dcbf50" }, { - "title": "Fears About the Future of Abortion", - "description": "Readers express concern about the ramifications if Roe v. Wade is overturned. Also: Unvaccinated health workers; working remotely; hopes for Democrats.", - "content": "Readers express concern about the ramifications if Roe v. Wade is overturned. Also: Unvaccinated health workers; working remotely; hopes for Democrats.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/02/opinion/letters/abortion-supreme-court.html", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:43:39 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Spending as if the Future Matters", + "description": "Public investment, including spending on children, is a worthy American tradition.", + "content": "Public investment, including spending on children, is a worthy American tradition.", + "category": "Infrastructure Investment and Jobs Act (2021)", + "link": "https://www.nytimes.com/2021/11/22/opinion/biden-infrastructure-spending.html", + "creator": "Paul Krugman", + "pubDate": "Tue, 23 Nov 2021 00:00:07 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c2352e1268ec771cda88a70f23eb2fe" + "hash": "7b20aed6b75135d2218357319dcde1e0" }, { - "title": "How Éric Zemmour Became the New Face of France’s Far Right", - "description": "It doesn’t take much to see the roots of his ideology. The irony is that this time, its proponent is Jewish.", - "content": "It doesn’t take much to see the roots of his ideology. The irony is that this time, its proponent is Jewish.", - "category": "France", - "link": "https://www.nytimes.com/2021/12/02/opinion/eric-zemmour-france-jews.html", - "creator": "Mitchell Abidor and Miguel Lago", - "pubDate": "Thu, 02 Dec 2021 16:24:44 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Touchy Feely,’ ‘Maggie’ and Other Streaming Gems", + "description": "A look at off-the-radar recommendations for home viewing, including indie comedy-dramas, genre hybrids and informative documentaries about influential outsiders.", + "content": "A look at off-the-radar recommendations for home viewing, including indie comedy-dramas, genre hybrids and informative documentaries about influential outsiders.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/11/22/movies/offbeat-streaming-movies.html", + "creator": "Jason Bailey", + "pubDate": "Mon, 22 Nov 2021 23:01:35 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25c50243b177ed4e3588293c11cfd646" + "hash": "721ddcf33df645421a99c4934dade600" }, { - "title": "How Twitter Can Fix Itself After Jack Dorsey's Resignation", - "description": "Twitter’s new leadership faces some tough choices.", - "content": "Twitter’s new leadership faces some tough choices.", - "category": "Social Media", - "link": "https://www.nytimes.com/2021/12/01/opinion/twitter-agrawal-dorsey.html", - "creator": "Greg Bensinger", - "pubDate": "Wed, 01 Dec 2021 23:40:53 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Thanksgiving Holiday Travel Will Test Airlines", + "description": "Thanksgiving will be the biggest test of the system’s resilience since the pandemic began, with millions more passengers than last year.", + "content": "Thanksgiving will be the biggest test of the system’s resilience since the pandemic began, with millions more passengers than last year.", + "category": "Airlines and Airplanes", + "link": "https://www.nytimes.com/2021/11/22/business/thanksgiving-holiday-travel-airlines.html", + "creator": "Sydney Ember and Niraj Chokshi", + "pubDate": "Mon, 22 Nov 2021 22:51:31 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68bc900c6ca9f2986fe5c0742522e420" + "hash": "a28a5805802016a2dc132045b01bf85b" }, { - "title": "Trump Tested Positive for Virus Days Before Debate, 2 Ex-Officials Say", - "description": "The former president first received a positive coronavirus test days ahead of his first debate with Joseph R. Biden Jr., and then received a negative result, two former officials say.", - "content": "The former president first received a positive coronavirus test days ahead of his first debate with Joseph R. Biden Jr., and then received a negative result, two former officials say.", - "category": "Trump, Donald J", - "link": "https://www.nytimes.com/2021/12/01/us/politics/trump-virus-positive.html", - "creator": "Maggie Haberman", - "pubDate": "Wed, 01 Dec 2021 17:33:08 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kenosha, the Rittenhouse Verdict, and the Riots of 2020", + "description": "What I saw in Portland and Kenosha has convinced me: We must stop tearing ourselves apart so that we can build.", + "content": "What I saw in Portland and Kenosha has convinced me: We must stop tearing ourselves apart so that we can build.", + "category": "George Floyd Protests (2020)", + "link": "https://www.nytimes.com/2021/11/22/opinion/politics/kenosha-rittenhouse-2020-protests.html", + "creator": "Nancy Rommelmann", + "pubDate": "Mon, 22 Nov 2021 22:51:13 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f883f6b6c2313736d66db1463384eab6" + "hash": "0bf0024b0b6a8c0f15e00dddddbd1d1e" }, { - "title": "Stacey Abrams Says She’s Running for Georgia Governor", - "description": "Ms. Abrams, a Democratic voting rights activist, will aim to unseat Gov. Brian Kemp in a rematch of their contentious 2018 race for governor.", - "content": "Ms. Abrams, a Democratic voting rights activist, will aim to unseat Gov. Brian Kemp in a rematch of their contentious 2018 race for governor.", - "category": "Abrams, Stacey Y", - "link": "https://www.nytimes.com/2021/12/01/us/politics/stacey-abrams-georgia-governor.html", - "creator": "Astead W. Herndon", - "pubDate": "Thu, 02 Dec 2021 00:12:58 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How Fake News on Facebook Helped Fuel a Border Crisis in Europe", + "description": "Social media worsened a migrant crisis on the border of Belarus and Poland and helped smugglers profit off desperate people trying to reach Europe.", + "content": "Social media worsened a migrant crisis on the border of Belarus and Poland and helped smugglers profit off desperate people trying to reach Europe.", + "category": "Middle East and Africa Migrant Crisis", + "link": "https://www.nytimes.com/2021/11/22/world/europe/belarus-migrants-facebook-fake-news.html", + "creator": "Andrew Higgins, Adam Satariano and Jane Arraf", + "pubDate": "Mon, 22 Nov 2021 22:30:53 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f5ce4103e9ccc170e7c6d66259fd77f" + "hash": "73a36721de3ca00d3be25976968af9c5" }, { - "title": "How ‘Shadow’ Foster Care Is Tearing Families Apart", - "description": "Across the country, an unregulated system is severing parents from children, who often end up abandoned by the agencies that are supposed to protect them.", - "content": "Across the country, an unregulated system is severing parents from children, who often end up abandoned by the agencies that are supposed to protect them.", - "category": "Child Custody and Support", - "link": "https://www.nytimes.com/2021/12/01/magazine/shadow-foster-care.html", - "creator": "Lizzie Presser", - "pubDate": "Wed, 01 Dec 2021 10:00:19 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Groveland Four Are Exonerated More Than 70 Years Later", + "description": "The men, known as the Groveland Four, were cleared on Monday after a Florida prosecutor said “a complete breakdown of the criminal justice system” led to the charges in 1949.", + "content": "The men, known as the Groveland Four, were cleared on Monday after a Florida prosecutor said “a complete breakdown of the criminal justice system” led to the charges in 1949.", + "category": "Amnesties, Commutations and Pardons", + "link": "https://www.nytimes.com/2021/11/22/us/groveland-four-exonerated-florida.html", + "creator": "Amanda Holpuch", + "pubDate": "Mon, 22 Nov 2021 22:30:02 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12959b4dfdc94534502655520905240d" + "hash": "23d10693695ae9d6b4a2fbf347f2ce07" }, { - "title": "The Best Books of 2021", - "description": "Editors at The Times Book Review choose the best fiction and nonfiction titles this year.", - "content": "Editors at The Times Book Review choose the best fiction and nonfiction titles this year.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/11/30/books/review/best-books-2021.html", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 15:31:33 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Biden Bets Big on Continuity at the Fed", + "description": "Jerome Powell and Lael Brainard are known quantities in a turbulent time.", + "content": "Jerome Powell and Lael Brainard are known quantities in a turbulent time.", + "category": "United States Economy", + "link": "https://www.nytimes.com/2021/11/22/upshot/powell-brainard-fed-biden.html", + "creator": "Neil Irwin", + "pubDate": "Mon, 22 Nov 2021 22:26:49 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "526ff02a2d68f0f5df8f4b952cf30f4e" + "hash": "f940188be956a7e81cfb80f948c7d595" }, { - "title": "The Toddler Was Bowlegged, Her Gait Awkward. What Was It?", - "description": "What the orthopedist saw on the X-rays surprised him.", - "content": "What the orthopedist saw on the X-rays surprised him.", - "category": "Children and Childhood", - "link": "https://www.nytimes.com/2021/12/02/magazine/x-linked-hypophosphatemia-diagnosis.html", - "creator": "Lisa Sanders, M.D.", - "pubDate": "Thu, 02 Dec 2021 10:00:08 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "I Live in Arkansas. Why is My State Telling Me Not to Boycott Israel?", + "description": "I publish The Arkansas Times. We refused to sign an anti-B.D.S. law because it violates our First Amendment rights.", + "content": "I publish The Arkansas Times. We refused to sign an anti-B.D.S. law because it violates our First Amendment rights.", + "category": "Israel", + "link": "https://www.nytimes.com/2021/11/22/opinion/israel-arkansas-bds-pledge.html", + "creator": "Alan Leveritt", + "pubDate": "Mon, 22 Nov 2021 22:23:05 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19a35e7343643c6a6569590e10472500" + "hash": "f08ee456f8cf60894254b25711b33970" }, { - "title": "Winter Covid, Mexico, Exoplanets: Your Thursday Evening Briefing", - "description": "Here’s what you need to know at the end of the day.", - "content": "Here’s what you need to know at the end of the day.", + "title": "Assembly Finds ‘Overwhelming Evidence’ Cuomo Engaged in Sexual Harassment", + "description": "The findings, released after an eight-month inquiry into former Gov. Andrew Cuomo, reinforced a damning investigation by the New York attorney general.", + "content": "The findings, released after an eight-month inquiry into former Gov. Andrew Cuomo, reinforced a damning investigation by the New York attorney general.", + "category": "Cuomo, Andrew M", + "link": "https://www.nytimes.com/2021/11/22/nyregion/cuomo-ny-assembly-investigation.html", + "creator": "Grace Ashford and Luis Ferré-Sadurní", + "pubDate": "Mon, 22 Nov 2021 22:22:10 +0000", + "folder": "00.03 News/News - EN", + "feed": "NYTimes", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "424957de7b9ca9223004e18b3ba97623" + }, + { + "title": "Business Updates: Spacey Ordered to Pay $31 Million to ‘House of Cards’ Studio", + "description": "The founder of Theranos unexpectedly took the stand in her own defense on Friday, the latest twist in a trial that has captivated Silicon Valley.", + "content": "The founder of Theranos unexpectedly took the stand in her own defense on Friday, the latest twist in a trial that has captivated Silicon Valley.", "category": "", - "link": "https://www.nytimes.com/2021/12/02/briefing/winter-covid-mexico-exoplanets.html", - "creator": "Remy Tumin", - "pubDate": "Thu, 02 Dec 2021 22:53:57 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "link": "https://www.nytimes.com/live/2021/11/22/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Mon, 22 Nov 2021 22:14:29 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "662c6f7d336d2a6cbc17bdfaa98caae8" + "hash": "04d43c19fc2f0bfe1835c365ceb8fbb8" }, { - "title": "The Supreme Court Considers the Future of Roe v. Wade and Abortion in America", - "description": "How far will the court’s conservative majority go in deciding the future of abortion in America?", - "content": "How far will the court’s conservative majority go in deciding the future of abortion in America?", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/02/podcasts/the-daily/supreme-court-abortion-law-mississippi-roe-v-wade.html", - "creator": "Sabrina Tavernise, Stella Tan, Daniel Guillemette, Luke Vander Ploeg, Rachelle Bonja, Lisa Chow, Marc Georges and Marion Lozano", - "pubDate": "Thu, 02 Dec 2021 11:00:08 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "For Those Who Feel Rejected by Family, Friendsgiving Can Be a Lifeline", + "description": "For many L.G.B.T.Q. Americans, especially those with immigrant roots, traditional notions of Thanksgiving and family may not apply. The holiday offers another way to celebrate.", + "content": "For many L.G.B.T.Q. Americans, especially those with immigrant roots, traditional notions of Thanksgiving and family may not apply. The holiday offers another way to celebrate.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/11/22/dining/friendsgiving.html", + "creator": "Eric Kim", + "pubDate": "Mon, 22 Nov 2021 22:11:34 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "070552126c782669f08a3c9b5b53c138" + "hash": "cc1e346da61ff4ad1a91337b8388b4fa" }, { - "title": "奥密克戎来袭,世界重温噩梦", - "description": "与新冠病毒搏斗了近两年后,这个世界到底学到了什么?", - "content": "与新冠病毒搏斗了近两年后,这个世界到底学到了什么?", + "title": "Man Intentionally Drove Into Wisconsin Holiday Parade, Police Say", + "description": "More than 40 others were hurt on Sunday in Waukesha, Wis. A 39-year-old Milwaukee man was being questioned, an official confirmed. Here’s the latest.", + "content": "More than 40 others were hurt on Sunday in Waukesha, Wis. A 39-year-old Milwaukee man was being questioned, an official confirmed. Here’s the latest.", "category": "", - "link": "https://www.nytimes.com/zh-hans/2021/12/02/world/asia/covid-omicron-nightmare.html", - "creator": "Rong Xiaoqing", - "pubDate": "Thu, 02 Dec 2021 07:58:49 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "link": "https://www.nytimes.com/live/2021/11/22/us/waukesha-parade-crash", + "creator": "The New York Times", + "pubDate": "Mon, 22 Nov 2021 22:11:20 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29bc56732f77bf3c9c61c2f72b640c69" + "hash": "7c4831fcfff0703c74fc606d5cacc0e6" }, { - "title": "Former Epstein Employee Details Maxwell’s Pervasive Control in Trial", - "description": "Ghislaine Maxwell controlled every detail of life inside Jeffery Epstein’s Palm Beach estate, a former manager of the property said. Follow updates here.", - "content": "Ghislaine Maxwell controlled every detail of life inside Jeffery Epstein’s Palm Beach estate, a former manager of the property said. Follow updates here.", + "title": "Biden Will Keep Powell as Fed Chair, Resisting Pressure for Shake-Up", + "description": "President Biden’s decision to renominate Jerome Powell was a return to a longstanding tradition. Here are the latest updates and reactions to the choice.", + "content": "President Biden’s decision to renominate Jerome Powell was a return to a longstanding tradition. Here are the latest updates and reactions to the choice.", "category": "", - "link": "https://www.nytimes.com/live/2021/12/02/nyregion/ghislaine-maxwell-trial", + "link": "https://www.nytimes.com/live/2021/11/22/business/federal-reserve-powell-brainard", "creator": "The New York Times", - "pubDate": "Thu, 02 Dec 2021 20:56:56 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 22:11:20 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "358211e0032f3499c2310424368c4d5b" + "hash": "6bbfaf2dbef3c37f7db67c70b87321df" }, { - "title": "Havana Syndrome Mystery: Review Finds No Answers", - "description": "Some officials remain convinced Russia is involved, but so far there is no evidence pointing to a particular adversary and no one has detected microwaves or other possible weapons.", - "content": "Some officials remain convinced Russia is involved, but so far there is no evidence pointing to a particular adversary and no one has detected microwaves or other possible weapons.", - "category": "Havana Syndrome", - "link": "https://www.nytimes.com/2021/12/02/us/politics/havana-syndrome.html", - "creator": "Julian E. Barnes and Adam Goldman", - "pubDate": "Thu, 02 Dec 2021 20:28:47 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Defense Lawyers Make Closing Arguments in Arbery Killing Trial", + "description": "Three white Georgia men stand accused of murdering Ahmaud Arbery, a 25-year-old Black man, in February 2020. Watch live and follow updates on the trial.", + "content": "Three white Georgia men stand accused of murdering Ahmaud Arbery, a 25-year-old Black man, in February 2020. Watch live and follow updates on the trial.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/22/us/ahmaud-arbery-murder-trial", + "creator": "The New York Times", + "pubDate": "Mon, 22 Nov 2021 22:11:20 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2d1e18ffabba9b5e9157500c3a46eb2" + "hash": "d72ccf50f1038b170af449b28653d9b6" }, { - "title": "F.T.C. Sues to Block Nvidia’s Takeover of Arm", - "description": "The proposed deal would give Nvidia control over computing technology and designs that rival firms rely on.", - "content": "The proposed deal would give Nvidia control over computing technology and designs that rival firms rely on.", - "category": "Mergers, Acquisitions and Divestitures", - "link": "https://www.nytimes.com/2021/12/02/technology/ftc-nvidia-arm-deal.html", - "creator": "Cecilia Kang and Don Clark", - "pubDate": "Thu, 02 Dec 2021 21:28:17 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "90 Percent of U.S. Federal Employees Will Meet Vaccination Deadline", + "description": "The mandate, announced in September, was part of an aggressive effort to combat the spread of the Delta variant. Here’s the latest on Covid-19.", + "content": "The mandate, announced in September, was part of an aggressive effort to combat the spread of the Delta variant. Here’s the latest on Covid-19.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/22/world/covid-vaccine-boosters-mandates", + "creator": "The New York Times", + "pubDate": "Mon, 22 Nov 2021 22:11:20 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f624045d2933df1335411e8ba85674d8" + "hash": "89c2d1d5aaa76651a11a7619a2a4457a" }, { - "title": "Fentanyl in Bottle Kills Toddler, and Father Is Charged", - "description": "The death of 22-month-old Charles Rosa-Velloso was just one of several opioid-related fatalities of young children this year.", - "content": "The death of 22-month-old Charles Rosa-Velloso was just one of several opioid-related fatalities of young children this year.", - "category": "Drug Abuse and Traffic", - "link": "https://www.nytimes.com/2021/12/02/nyregion/father-charged-toddler-fentanyl-death.html", - "creator": "Andy Newman", - "pubDate": "Thu, 02 Dec 2021 21:37:15 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Elizabeth Holmes Concludes Day 2 of Her Testimony in the Theranos Trial", + "description": "Ms. Holmes suggested that she could not have intended to deceive investors because she believed the technology worked. Follow the trial here.", + "content": "Ms. Holmes suggested that she could not have intended to deceive investors because she believed the technology worked. Follow the trial here.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/22/technology/elizabeth-holmes-theranos-trial", + "creator": "The New York Times", + "pubDate": "Mon, 22 Nov 2021 22:11:20 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e530c0395b7dc675f25d7b2e16c4293b" + "hash": "5df9dda71ce18bdd1cc8ad23353e751b" }, { - "title": "NFL Suspends Antonio Brown Over Fake Vaccination Card", - "description": "The Tampa Bay Buccaneers receiver and two other players had fake vaccination cards in violation of the Covid-19 protocols established between the league and its players’ union.", - "content": "The Tampa Bay Buccaneers receiver and two other players had fake vaccination cards in violation of the Covid-19 protocols established between the league and its players’ union.", - "category": "National Football League", - "link": "https://www.nytimes.com/2021/12/02/sports/football/antonio-brown-covid-vaccine-suspended.html", - "creator": "Ben Shpigel", - "pubDate": "Thu, 02 Dec 2021 22:24:18 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Cuomo's Office Undermined Health Department, Top Doctor Testifies", + "description": "The N.Y. Health Department became a “toxic work environment” early in the pandemic, a high-ranking doctor told officials investigating ex-Gov. Andrew Cuomo.", + "content": "The N.Y. Health Department became a “toxic work environment” early in the pandemic, a high-ranking doctor told officials investigating ex-Gov. Andrew Cuomo.", + "category": "Cuomo, Andrew M", + "link": "https://www.nytimes.com/2021/11/22/nyregion/cuomo-covid-health-department.html", + "creator": "Joseph Goldstein and Sharon Otterman", + "pubDate": "Mon, 22 Nov 2021 22:08:36 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4325734527c07ad443b0edee4f44205" + "hash": "583eec042c3b42811c29b670279dcd06" }, { - "title": "Man Who Planted Razor Blades in Pizza Dough Gets 5 Years in Prison", - "description": "No one was reported injured, but prosecutors say that the recall prompted by Nicholas Mitchell’s tampering resulted in nearly $230,000 in losses to a Maine-based supermarket chain.", - "content": "No one was reported injured, but prosecutors say that the recall prompted by Nicholas Mitchell’s tampering resulted in nearly $230,000 in losses to a Maine-based supermarket chain.", - "category": "Pizza", - "link": "https://www.nytimes.com/2021/12/02/us/pizza-dough-razor-blades-sentencing.html", - "creator": "Neil Vigdor", - "pubDate": "Thu, 02 Dec 2021 23:22:37 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Five Ways to Exercise Your Thankfulness Muscles", + "description": "Feeling grateful does not always happen naturally.", + "content": "Feeling grateful does not always happen naturally.", + "category": "Thanksgiving Day", + "link": "https://www.nytimes.com/2021/11/21/opinion/thanksgiving-gratitude.html", + "creator": "Tish Harrison Warren", + "pubDate": "Mon, 22 Nov 2021 22:04:59 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f858157a06d00f3bba293abc7a42d78" + "hash": "d68c7b8352f286717415b05a58f0a923" }, { - "title": "BuzzFeed readies public stock offering amid worker protest.", - "description": "BuzzFeed will make its market debut as soon as Monday. As shareholders voted on the deal, some of the media company’s employees staged a work stoppage.", - "content": "BuzzFeed will make its market debut as soon as Monday. As shareholders voted on the deal, some of the media company’s employees staged a work stoppage.", - "category": "BuzzFeed Inc", - "link": "https://www.nytimes.com/2021/12/02/business/media/buzzfeed-spac.html", - "creator": "Katie Robertson and Peter Eavis", - "pubDate": "Thu, 02 Dec 2021 23:21:30 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kevin Spacey Ordered to Pay $31 Million to ‘House of Cards’ Studio", + "description": "A secret arbitrator’s ruling was issued 13 months ago and became public on Monday when lawyers for the studio petitioned a California court to confirm the award.", + "content": "A secret arbitrator’s ruling was issued 13 months ago and became public on Monday when lawyers for the studio petitioned a California court to confirm the award.", + "category": "#MeToo Movement", + "link": "https://www.nytimes.com/2021/11/22/business/media/kevin-spacey-house-of-cards.html", + "creator": "John Koblin", + "pubDate": "Mon, 22 Nov 2021 21:48:36 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "591534fe1e5cc8df5dec40d5c4d7d132" + "hash": "83d659e67dcc5c72ff09d93c1be7a22d" }, { - "title": "Blinken Trades Warnings With Russia’s Lavrov Over Ukraine, NATO", - "description": "The secretary of state said that President Biden is ‘likely’ to speak soon with Russian President Vladimir V. Putin.", - "content": "The secretary of state said that President Biden is ‘likely’ to speak soon with Russian President Vladimir V. Putin.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/12/02/us/politics/russia-biden-ukraine.html", - "creator": "Michael Crowley", - "pubDate": "Thu, 02 Dec 2021 22:15:54 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Jeff Bezos Donates $100 Million to the Obama Foundation", + "description": "The gift was the largest yet for the foundation and was among several splashy donations in recent months by Mr. Bezos, one of the world’s richest people.", + "content": "The gift was the largest yet for the foundation and was among several splashy donations in recent months by Mr. Bezos, one of the world’s richest people.", + "category": "Bezos, Jeffrey P", + "link": "https://www.nytimes.com/2021/11/22/business/bezos-obama-foundation.html", + "creator": "Nicholas Kulish", + "pubDate": "Mon, 22 Nov 2021 21:47:21 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30f938afacda28079372a86abe134bc0" + "hash": "86ca62e1d608a4fbc56af6bb55056fe5" }, { - "title": "Prints Long Thought to Be Bear Tracks May Have Been Made by Human Ancestor", - "description": "New research published in the journal Nature suggests that the prints, discovered in Tanzania in 1976, were left by an unidentified hominin, or early human ancestor, more than 3.6 million years ago.", - "content": "New research published in the journal Nature suggests that the prints, discovered in Tanzania in 1976, were left by an unidentified hominin, or early human ancestor, more than 3.6 million years ago.", - "category": "Paleontology", - "link": "https://www.nytimes.com/2021/12/01/science/hominin-footprints-tanzania.html", - "creator": "Isabella Grullón Paz", - "pubDate": "Wed, 01 Dec 2021 23:36:14 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What We Know About the Victims of the Waukesha Parade Crash", + "description": "Eighteen children between the ages of 3 and 16 were among those injured, including three sets of siblings.", + "content": "Eighteen children between the ages of 3 and 16 were among those injured, including three sets of siblings.", + "category": "Waukesha, Wis, Holiday Parade Attack (2021)", + "link": "https://www.nytimes.com/article/waukesha-parade-victims.html", + "creator": "Giulia Heyward and Shawn Hubler", + "pubDate": "Mon, 22 Nov 2021 21:42:55 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30c9d28fc33836941d25cd08eb4203ef" + "hash": "59798b154d4b34f5ead3adfbd30ba1af" }, { - "title": "Looking at Surrealist Art in Our Own Surreal Age", - "description": "When viewed as a vehicle for various forms of liberation, the movement remains highly resonant even a century after its heyday.", - "content": "When viewed as a vehicle for various forms of liberation, the movement remains highly resonant even a century after its heyday.", - "category": "Art", - "link": "https://www.nytimes.com/2021/11/29/t-magazine/surrealism-art-met-exhibit.html", - "creator": "Kate Guadagnino", - "pubDate": "Mon, 29 Nov 2021 13:00:08 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Why Was This Ancient Tusk 150 Miles From Land, 10,000 Feet Deep?", + "description": "A discovery in the Pacific Ocean off California leads to “an Indiana Jones mixed with Jurassic Park moment.”", + "content": "A discovery in the Pacific Ocean off California leads to “an Indiana Jones mixed with Jurassic Park moment.”", + "category": "Mammoths (Animals)", + "link": "https://www.nytimes.com/2021/11/22/science/mammoth-tusk-ocean.html", + "creator": "Annie Roth", + "pubDate": "Mon, 22 Nov 2021 21:27:07 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51acde1b2a3e4f459262f709ccadb71b" + "hash": "3ef7fcaa73203cb39ec68a4f96e59c28" }, { - "title": "One Composer, Four Players, ‘Seven Pillars’", - "description": "Andy Akiho’s 11-part, 80-minute new work for percussion quartet is a lush, brooding celebration of noise.", - "content": "Andy Akiho’s 11-part, 80-minute new work for percussion quartet is a lush, brooding celebration of noise.", - "category": "Classical Music", - "link": "https://www.nytimes.com/2021/12/02/arts/akiho-sandbox-percussion-seven-pillars.html", - "creator": "Zachary Woolfe", - "pubDate": "Thu, 02 Dec 2021 11:12:12 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Free E-Bikes for Everyone!", + "description": "We’re in the middle of a climate crisis. We need big ideas.", + "content": "We’re in the middle of a climate crisis. We need big ideas.", + "category": "Electric Bicycles, Motorcycles and Scooters", + "link": "https://www.nytimes.com/2021/11/22/opinion/free-ebikes-climate.html", + "creator": "Jay Caspian Kang", + "pubDate": "Mon, 22 Nov 2021 21:23:32 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8066b4a7b5adcc7f9782e7276ec85812" + "hash": "f24ccf786be4975017b1936cacb0647b" }, { - "title": "Here Are The Most Used Emojis of 2021", - "description": "Tears of joy prevailed as the most-used emoji in 2021, despite Gen Z’s stated contempt for it.", - "content": "Tears of joy prevailed as the most-used emoji in 2021, despite Gen Z’s stated contempt for it.", - "category": "Unicode Consortium", - "link": "https://www.nytimes.com/2021/12/02/style/emojis-most-used.html", - "creator": "Anna P. Kambhampaty", - "pubDate": "Thu, 02 Dec 2021 17:03:05 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Sean Parnell Suspends G.O.P. Senate Bid in Pennsylvania", + "description": "Mr. Parnell, who was endorsed by Donald Trump in one of the highest-profile 2022 Senate races, had been accused by his estranged wife of spousal and child abuse.", + "content": "Mr. Parnell, who was endorsed by Donald Trump in one of the highest-profile 2022 Senate races, had been accused by his estranged wife of spousal and child abuse.", + "category": "Parnell, Sean (1981- )", + "link": "https://www.nytimes.com/2021/11/22/us/politics/sean-parnell-suspends-pennsylvania-senate.html", + "creator": "Jennifer Medina", + "pubDate": "Mon, 22 Nov 2021 21:19:41 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a60fcc207be68601629c0b0aa95087f0" + "hash": "2a28bd165adbe86f0ed2646f2379d849" }, { - "title": "‘Flee’ Review: From Kabul to Copenhagen", - "description": "A Danish documentary uses animation to tell the poignant, complicated story of an Afghan refugee.", - "content": "A Danish documentary uses animation to tell the poignant, complicated story of an Afghan refugee.", - "category": "Documentary Films and Programs", - "link": "https://www.nytimes.com/2021/12/02/movies/flee-review.html", - "creator": "A.O. Scott", - "pubDate": "Thu, 02 Dec 2021 17:09:45 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Overheating the Economy Now Could Mean Trouble Later", + "description": "Now that Jerome Powell has been renominated to head the Federal Reserve, he needs to turn the temperature down.", + "content": "Now that Jerome Powell has been renominated to head the Federal Reserve, he needs to turn the temperature down.", + "category": "Inflation (Economics)", + "link": "https://www.nytimes.com/2021/11/22/opinion/biden-powell-inflation-fed-economy.html", + "creator": "Michael R. Strain", + "pubDate": "Mon, 22 Nov 2021 21:16:27 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa27371904502cf57b4c8a60a9dca2f6" + "hash": "05d4d3944c9d9796379274898f1d0fea" }, { - "title": "Bette Midler Is Still in the Thrall of 19th-Century Novelists", - "description": "“I love Dickens and Twain above all.”", - "content": "“I love Dickens and Twain above all.”", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/12/02/books/review/bette-midler-by-the-book-interview.html", - "creator": "", - "pubDate": "Thu, 02 Dec 2021 10:00:04 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Austria Imposes Lockdown Amid Europe’s Covid Surge", + "description": "Europe is again at the center of the pandemic, and amid vaccine resistance and protests, nations are imposing new rules and pressuring people to get inoculated.", + "content": "Europe is again at the center of the pandemic, and amid vaccine resistance and protests, nations are imposing new rules and pressuring people to get inoculated.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/22/world/europe/covid-europe-surge-protests.html", + "creator": "Steven Erlanger", + "pubDate": "Mon, 22 Nov 2021 21:05:52 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "980f5ef4b1bd5282443f19f29b679499" + "hash": "d550561f1cf8157ca1746d22f2cc2762" }, { - "title": "Stream These 15 Titles Before They Leave Netflix in December", - "description": "The end of the year means a lot of expiring licenses. Check out these movies and TV shows before they disappear for U.S. subscribers in the coming weeks.", - "content": "The end of the year means a lot of expiring licenses. Check out these movies and TV shows before they disappear for U.S. subscribers in the coming weeks.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/01/arts/television/netflix-expiring-december.html", - "creator": "Jason Bailey", - "pubDate": "Wed, 01 Dec 2021 21:39:46 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Robert Bly, Poet Who Gave Rise to a Men’s Movement, Dies at 94", + "description": "His most famous, and most controversial, work was “Iron John: A Book About Men,” which made the case that American men had grown soft and feminized. It made him a cultural phenomenon.", + "content": "His most famous, and most controversial, work was “Iron John: A Book About Men,” which made the case that American men had grown soft and feminized. It made him a cultural phenomenon.", + "category": "Deaths (Obituaries)", + "link": "https://www.nytimes.com/2021/11/22/books/robert-bly-dead.html", + "creator": "Robert D. McFadden", + "pubDate": "Mon, 22 Nov 2021 21:00:57 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "222bbdde9ad5c28ded77c8c13491175b" + "hash": "e10a784221688a9b32bccb2b3a6d670c" }, { - "title": "Jacqueline Avant, Philanthropist and Wife of Music Producer Clarence Avant, Is Fatally Shot", - "description": "Ms. Avant, 81, was found with a gunshot wound after the police received a report of a shooting at her home in Beverly Hills early Wednesday, the police said.", - "content": "Ms. Avant, 81, was found with a gunshot wound after the police received a report of a shooting at her home in Beverly Hills early Wednesday, the police said.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/12/01/us/jacqueline-avant-shot-killed.html", - "creator": "Michael Levenson", - "pubDate": "Thu, 02 Dec 2021 02:17:25 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The U.K. and France, Once More Unto the Breach", + "description": "The Hundred Years’ War isn’t over. Let’s go for another hundred.", + "content": "The Hundred Years’ War isn’t over. Let’s go for another hundred.", + "category": "France", + "link": "https://www.nytimes.com/2021/11/20/opinion/uk-france-submarine.html", + "creator": "Maureen Dowd", + "pubDate": "Mon, 22 Nov 2021 20:26:05 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54e56b48fedadb285f56118bd618f5c4" + "hash": "6a6ee701fb3dfe5188c55dc75920aba1" }, { - "title": "3 Students Are Killed in Michigan School Shooting", - "description": "A 15-year-old sophomore was taken into custody with a semiautomatic handgun that was bought by his father four days before the fatal shooting.", - "content": "A 15-year-old sophomore was taken into custody with a semiautomatic handgun that was bought by his father four days before the fatal shooting.", - "category": "School Shootings and Armed Attacks", - "link": "https://www.nytimes.com/2021/12/01/us/oxford-oakland-county-shooting.html", - "creator": "Scott Atkinson, Mitch Smith and Neal E. Boudette", - "pubDate": "Wed, 01 Dec 2021 07:06:50 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Rittenhouse and the Right’s White Vigilante Heroes", + "description": "The great threat is that there are young men out there who watched the verdict and now want to follow Rittenhouse’s lead.", + "content": "The great threat is that there are young men out there who watched the verdict and now want to follow Rittenhouse’s lead.", + "category": "Rittenhouse, Kyle", + "link": "https://www.nytimes.com/2021/11/19/opinion/kyle-rittenhouse-not-guilty-vigilantes.html", + "creator": "Charles M. Blow", + "pubDate": "Mon, 22 Nov 2021 20:19:50 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d094e3143ca92040875898b8b938fc5" + "hash": "84bbff90fcf980da649d886eb3822b16" }, { - "title": "Why Didn’t the U.S. Detect Omicron Cases Sooner?", - "description": "Genomic surveillance has improved enormously in recent months, but the system has built-in delays, and blind spots remain.", - "content": "Genomic surveillance has improved enormously in recent months, but the system has built-in delays, and blind spots remain.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/12/02/health/coronavirus-omicron-genetic-surveillance.html", - "creator": "Emily Anthes", - "pubDate": "Thu, 02 Dec 2021 21:19:06 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Paul Thomas Anderson on \"Licorice Pizza\" and Age Difference", + "description": "The auteur explains why he cast Alana Haim, and why he thinks the age difference in the film’s central relationship shouldn’t matter.", + "content": "The auteur explains why he cast Alana Haim, and why he thinks the age difference in the film’s central relationship shouldn’t matter.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/11/22/movies/paul-thomas-anderson-licorice-pizza.html", + "creator": "Kyle Buchanan", + "pubDate": "Mon, 22 Nov 2021 20:01:31 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b0b4b61ea9ff9b9b13f4c6147eacfa1" + "hash": "76d5f0771dc0338fa349689c46a30e33" }, { - "title": "Another Omicron Case is Detected in the US, This Time in a Minnesota Resident", - "description": "Officials said they found the virus variant in a test sample from a man who had recently traveled to New York City for a convention.", - "content": "Officials said they found the virus variant in a test sample from a man who had recently traveled to New York City for a convention.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/12/02/us/minnesota-omicron-case.html", - "creator": "Jill Cowan", - "pubDate": "Thu, 02 Dec 2021 20:49:03 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A Spirit of Gratitude Is Healthy for Society", + "description": "On Thanksgiving, consider the multiple benefits of giving thanks.", + "content": "On Thanksgiving, consider the multiple benefits of giving thanks.", + "category": "internal-sub-only-nl", + "link": "https://www.nytimes.com/2021/11/22/opinion/gratitude-thanksgiving-economics.html", + "creator": "Peter Coy", + "pubDate": "Mon, 22 Nov 2021 20:01:30 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ad6481145750552606a6758b79d81a6" + "hash": "7d865ee486e525bad72a822844bf7c8c" }, { - "title": "Will High Vaccination Rates Help Spain Weather Omicron?", - "description": "Spain surpassed others in Europe by avoiding politicized debate about Covid shots. Citizens also largely heeded the health guidance from their leaders.", - "content": "Spain surpassed others in Europe by avoiding politicized debate about Covid shots. Citizens also largely heeded the health guidance from their leaders.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/02/world/europe/spain-omicron.html", - "creator": "Nicholas Casey", - "pubDate": "Thu, 02 Dec 2021 18:14:26 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What We Give Thanks for and What We Say No Thanks To", + "description": "The Biden bill, the Rittenhouse verdict and the fate of the Democratic majority.", + "content": "The Biden bill, the Rittenhouse verdict and the fate of the Democratic majority.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/11/22/opinion/thanksgiving-biden-rittenhouse.html", + "creator": "Gail Collins and Bret Stephens", + "pubDate": "Mon, 22 Nov 2021 19:53:29 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea5c2f15ddef4dc3256adffc4c8cad2d" + "hash": "51a4399e260cc3fb4609991301880258" }, { - "title": "Government Shutdown Still Looms Despite Spending Deal", - "description": "Even as the House set a Thursday vote to fund the government through February, Senate Republicans were still threatening to force a shutdown over vaccine mandates.", - "content": "Even as the House set a Thursday vote to fund the government through February, Senate Republicans were still threatening to force a shutdown over vaccine mandates.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/02/us/politics/government-shutdown-congress-spending-deal.html", - "creator": "Emily Cochrane", - "pubDate": "Thu, 02 Dec 2021 16:54:54 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Trying to Blur Memories of the Gulag, Russia Targets a Rights Group", + "description": "Prosecutors are trying to shut down Memorial International, Russia’s most prominent human rights group, as the Kremlin moves to control the historical narrative of the Soviet Union.", + "content": "Prosecutors are trying to shut down Memorial International, Russia’s most prominent human rights group, as the Kremlin moves to control the historical narrative of the Soviet Union.", + "category": "Russia", + "link": "https://www.nytimes.com/2021/11/22/world/europe/russia-memorial-prosecution.html", + "creator": "Valerie Hopkins", + "pubDate": "Mon, 22 Nov 2021 19:53:21 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c15c44d146f6ec5239053db8b350abbd" + "hash": "712f60da7bd45a6b505e43abe703db7f" }, { - "title": "Is Holiday Gift-Giving Really Worth It?", - "description": "December’s materialism can feel perfunctory.", - "content": "December’s materialism can feel perfunctory.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/12/01/opinion/christmas-hanukkah-holiday-gifts.html", - "creator": "Jessica Grose", - "pubDate": "Wed, 01 Dec 2021 14:41:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Nicest New Year’s Resolution I Ever Made", + "description": "I didn’t keep my vow to write a letter each day of the year, but I learned plenty from trying.", + "content": "I didn’t keep my vow to write a letter each day of the year, but I learned plenty from trying.", + "category": "Letters", + "link": "https://www.nytimes.com/2021/11/22/opinion/letters-new-year-resolution.html", + "creator": "Margaret Renkl", + "pubDate": "Mon, 22 Nov 2021 19:30:18 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcc9405d0199969c5969986c9303b17f" + "hash": "d53030442c4674b345b59705ebe9be7d" }, { - "title": "The National Debate Over Abortion Laws", - "description": "Readers discuss whether one can be a pro-life feminist, high-risk pregnancies and Judaism’s position on abortion. Also: Taking action against Omicron.", - "content": "Readers discuss whether one can be a pro-life feminist, high-risk pregnancies and Judaism’s position on abortion. Also: Taking action against Omicron.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/12/01/opinion/letters/abortion-laws.html", - "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:26:58 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Remote Work Is Failing Gen Z Employees", + "description": "Unless carefully designed, pandemic office culture risks hurting the least experienced workers in our organizations.", + "content": "Unless carefully designed, pandemic office culture risks hurting the least experienced workers in our organizations.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/11/22/opinion/remote-work-gen-z.html", + "creator": "Anne Helen Petersen and Charlie Warzel", + "pubDate": "Mon, 22 Nov 2021 19:24:51 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4fb647172024266b20fd30054a5abee8" + "hash": "4ba0a67ab41a228da71f567a32a1aebe" }, { - "title": "PlayStations and Xboxes Are Hard to Find. Meet the People Trying to Help.", - "description": "New gaming consoles remain in short supply this holiday season, spawning cottage industries of tipsters and scalpers making money off their scarcity.", - "content": "New gaming consoles remain in short supply this holiday season, spawning cottage industries of tipsters and scalpers making money off their scarcity.", - "category": "Shopping and Retail", - "link": "https://www.nytimes.com/2021/12/02/business/video-game-consoles-scalpers.html", - "creator": "Kellen Browning and Julie Creswell", - "pubDate": "Thu, 02 Dec 2021 18:55:30 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How Magnus Carlsen Turned Chess Skill Into a Business Empire", + "description": "Winning is what made Magnus Carlsen a household name. But it is teaching and selling the game to others that has made him rich.", + "content": "Winning is what made Magnus Carlsen a household name. But it is teaching and selling the game to others that has made him rich.", + "category": "Chess", + "link": "https://www.nytimes.com/2021/11/22/sports/magnus-carlsen-chess.html", + "creator": "Dylan Loeb McClain", + "pubDate": "Mon, 22 Nov 2021 19:20:45 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a37a4a6aa707d8e132506e9379a5a13" + "hash": "c16a99c0a18aaefeef2e24a0525aa7cd" }, { - "title": "Abortion at the Court", - "description": "The Supreme Court seems likely to undermine or overturn Roe v. Wade.", - "content": "The Supreme Court seems likely to undermine or overturn Roe v. Wade.", - "category": "", - "link": "https://www.nytimes.com/2021/12/02/briefing/supreme-court-abortion-case-mississippi.html", - "creator": "David Leonhardt and Ian Prasad Philbrick", - "pubDate": "Thu, 02 Dec 2021 11:35:52 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "I Traded In My Stilettos for Sneakers, Now What?", + "description": "A reader asks for guidance in finding comfortable, yet chic, footwear.", + "content": "A reader asks for guidance in finding comfortable, yet chic, footwear.", + "category": "Fashion and Apparel", + "link": "https://www.nytimes.com/2021/11/19/style/comfortable-chic-shoes.html", + "creator": "Vanessa Friedman", + "pubDate": "Mon, 22 Nov 2021 19:08:50 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d10168bf8c02d9fa1d01dfa8a062c4a" + "hash": "f15522daf4331fd565101af2b008b455" }, { - "title": "Emily Ratajkowski Isn’t Quite Ready to Quit Profiting Off the Male Gaze", - "description": "The model on wielding beauty and power in the age of Instagram.", - "content": "The model on wielding beauty and power in the age of Instagram.", - "category": "audio-neutral-informative", - "link": "https://www.nytimes.com/2021/11/29/opinion/sway-kara-swisher-emily-ratajkowski.html", - "creator": "‘Sway’", - "pubDate": "Mon, 29 Nov 2021 14:21:15 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Broadway Play \"Clyde's\" Will Be Livestreamed", + "description": "The digital experimentation born of the pandemic shutdown is continuing: the final 16 performances of Lynn Nottage’s “Clyde’s” will be streamed, for $59.", + "content": "The digital experimentation born of the pandemic shutdown is continuing: the final 16 performances of Lynn Nottage’s “Clyde’s” will be streamed, for $59.", + "category": "Theater", + "link": "https://www.nytimes.com/2021/11/22/theater/lynn-nottage-clydes-broadway-livestream.html", + "creator": "Michael Paulson", + "pubDate": "Mon, 22 Nov 2021 18:42:36 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36420908dc64d7297494840d2aa92ed7" + "hash": "f90c479ffb7e3791d28c08298797ff4b" }, { - "title": "As French Election Looms, Candidates Stake Out Tough Positions on Migrants", - "description": "With a presidential election looming, French presidential hopefuls are hardening their positions against immigration even as other countries compete for migrant workers.", - "content": "With a presidential election looming, French presidential hopefuls are hardening their positions against immigration even as other countries compete for migrant workers.", - "category": "Immigration and Emigration", - "link": "https://www.nytimes.com/2021/12/02/world/europe/french-election-immigration.html", - "creator": "Norimitsu Onishi", - "pubDate": "Thu, 02 Dec 2021 20:04:09 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Court Urged to Let Jan. 6 Panel See Trump White House Files", + "description": "In appellate briefs, lawyers for the House and the Justice Department argued against the former president’s claim of executive privilege.", + "content": "In appellate briefs, lawyers for the House and the Justice Department argued against the former president’s claim of executive privilege.", + "category": "Storming of the US Capitol (Jan, 2021)", + "link": "https://www.nytimes.com/2021/11/22/us/politics/jan-6-trump-files.html", + "creator": "Charlie Savage", + "pubDate": "Mon, 22 Nov 2021 18:40:09 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b73960d7c367d2c32abca1b561351f3f" + "hash": "9b9f2656856c03cfa32648e4d8a57cae" }, { - "title": "Two Election Workers Targeted by Pro-Trump Media Sue for Defamation", - "description": "The two Georgia workers were falsely accused of manipulating ballots by Trump allies and right-wing news sites. Election officials said the workers did nothing wrong.", - "content": "The two Georgia workers were falsely accused of manipulating ballots by Trump allies and right-wing news sites. Election officials said the workers did nothing wrong.", - "category": "Gateway Pundit (Blog)", - "link": "https://www.nytimes.com/2021/12/02/us/politics/gateway-pundit-defamation-lawsuit.html", - "creator": "Reid J. Epstein", - "pubDate": "Thu, 02 Dec 2021 17:45:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Meet the New Members of This Year's Baseball Hall of Fame Ballot", + "description": "A great deal of ink will be spilled on the candidacies of Alex Rodriguez and David Ortiz. For a moment, stop to consider the 11 other new candidates instead.", + "content": "A great deal of ink will be spilled on the candidacies of Alex Rodriguez and David Ortiz. For a moment, stop to consider the 11 other new candidates instead.", + "category": "Baseball", + "link": "https://www.nytimes.com/2021/11/22/sports/baseball/baseball-hall-of-fame-ballot.html", + "creator": "Tyler Kepner", + "pubDate": "Mon, 22 Nov 2021 18:12:52 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "99afb49cb6f1977922b60a6c6200292f" + "hash": "d930749429e775d5acca8912b728a344" }, { - "title": "Double Resignation Shakes Austrian Politics in Aftermath of Scandal", - "description": "Sebastian Kurz, a former chancellor under investigation for influence-buying and corruption, said he was quitting politics. Within hours, his successor and ally also resigned, after only two months on the job.", - "content": "Sebastian Kurz, a former chancellor under investigation for influence-buying and corruption, said he was quitting politics. Within hours, his successor and ally also resigned, after only two months on the job.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/02/world/europe/austria-kurz-successor-resignation.html", - "creator": "Steven Erlanger", - "pubDate": "Thu, 02 Dec 2021 20:43:26 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Searing Beauty, and Harsh Reality, of a Kentucky Tobacco Harvest", + "description": "At a family farm in Shelby County, a group of 26 men from Nicaragua and Mexico perform the grueling seasonal work that Americans largely avoid.", + "content": "At a family farm in Shelby County, a group of 26 men from Nicaragua and Mexico perform the grueling seasonal work that Americans largely avoid.", + "category": "Smoking and Tobacco", + "link": "https://www.nytimes.com/2021/11/22/travel/kentucky-tobacco-harvest.html", + "creator": "Luke Sharrett", + "pubDate": "Mon, 22 Nov 2021 18:12:12 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c319f99a2bba3163c0290792bcc75dcf" + "hash": "6cd3ae061c3a7f458912d4221bd77588" }, { - "title": "Anti-Vaccination Ad Mysteriously Appears at N.Y.C. Bus Stop", - "description": "City officials said the ad, which contained false information and was seen at a bus stop in Brooklyn, had not been authorized. It was later removed.", - "content": "City officials said the ad, which contained false information and was seen at a bus stop in Brooklyn, had not been authorized. It was later removed.", - "category": "Vaccination and Immunization", - "link": "https://www.nytimes.com/2021/12/02/nyregion/anti-vaccine-poster-brooklyn.html", - "creator": "Winnie Hu and Michael Gold", - "pubDate": "Thu, 02 Dec 2021 20:06:09 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Meters’ Leo Nocentelli Gets a Solo Career, 50 Years Late", + "description": "In the 1970s, Nocentelli recorded a folk album drastically different from his band’s funk music. Barely anyone heard it — until it ended up at a swap meet.", + "content": "In the 1970s, Nocentelli recorded a folk album drastically different from his band’s funk music. Barely anyone heard it — until it ended up at a swap meet.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/11/18/arts/music/the-meters-leo-nocentelli-solo-album.html", + "creator": "Nate Rogers", + "pubDate": "Mon, 22 Nov 2021 17:30:51 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "670e56b582eb8652921c2e89a0b49dd3" + "hash": "4f21793c028e0849d4d809ecff47838d" }, { - "title": "Former Ohio Deputy Is Charged With Murder in Shooting of Casey Goodson Jr", - "description": "The former deputy, Jason Meade, was a member of a fugitive task force when he shot Casey Goodson Jr., 23, who was not the target of the operation, according to an indictment. He faces two murder counts.", - "content": "The former deputy, Jason Meade, was a member of a fugitive task force when he shot Casey Goodson Jr., 23, who was not the target of the operation, according to an indictment. He faces two murder counts.", - "category": "Goodson, Casey Christopher Jr", - "link": "https://www.nytimes.com/2021/12/02/us/casey-goodson-shooting.html", - "creator": "Christine Hauser", - "pubDate": "Thu, 02 Dec 2021 16:39:28 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What the Kyle Rittenhouse Verdict Says About Justice in America", + "description": "Readers are worried about the precedent set by Kyle Rittenhouse’s acquittal. Also: The A.M.A., on the power of language.", + "content": "Readers are worried about the precedent set by Kyle Rittenhouse’s acquittal. Also: The A.M.A., on the power of language.", + "category": "Rittenhouse, Kyle", + "link": "https://www.nytimes.com/2021/11/22/opinion/letters/kyle-rittenhouse-verdict.html", + "creator": "", + "pubDate": "Mon, 22 Nov 2021 17:23:52 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "afa0e46db199e1fbb6b2931e20a521f2" + "hash": "2da652f9b17eda70dc90ed750ae11cab" }, { - "title": "Meghan Wins Legal Battle Against The Mail on Sunday", - "description": "An appeals court rejected a bid to force a trial over the duchess’s claim that the tabloid violated her privacy by publishing an anguished letter she sent to her estranged father.", - "content": "An appeals court rejected a bid to force a trial over the duchess’s claim that the tabloid violated her privacy by publishing an anguished letter she sent to her estranged father.", - "category": "Royal Families", - "link": "https://www.nytimes.com/2021/12/02/world/europe/meghan-markle-tabloid-lawsuit.html", - "creator": "Mark Landler", - "pubDate": "Thu, 02 Dec 2021 16:03:32 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Inside Fentanyl’s Mounting Death Toll: ‘This Is Poison’", + "description": "While a rise in overdose deaths shows the devastating consequences of the opioid’s spread, less is understood about how the drug has proliferated.", + "content": "While a rise in overdose deaths shows the devastating consequences of the opioid’s spread, less is understood about how the drug has proliferated.", + "category": "Fentanyl", + "link": "https://www.nytimes.com/2021/11/20/nyregion/fentanyl-opioid-deaths.html", + "creator": "Sarah Maslin Nir", + "pubDate": "Mon, 22 Nov 2021 16:29:48 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fde5a44437e333b06fe0ca71b5430a06" + "hash": "9f8ee92bf7a168e4453790790d1b5feb" }, { - "title": "Hundreds of FedEx Packages Dumped in Alabama Ravine, Authorities Say", - "description": "Amid the holiday shopping crush, more than 300 packages were discovered on private property. The driver, who has been identified and questioned by the police, is no longer working for FedEx, the company said.", - "content": "Amid the holiday shopping crush, more than 300 packages were discovered on private property. The driver, who has been identified and questioned by the police, is no longer working for FedEx, the company said.", - "category": "Delivery Services", - "link": "https://www.nytimes.com/2021/12/02/us/fedex-packages-dumped.html", - "creator": "Derrick Bryson Taylor", - "pubDate": "Thu, 02 Dec 2021 15:51:56 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Concerns Grow Over Safety of Aduhelm After Death of Patient Who Got the Drug", + "description": "Newly published safety data shows that 41 percent of patients in key clinical trials of the Alzheimer’s drug experienced brain bleeding or swelling, though many cases were asymptomatic.", + "content": "Newly published safety data shows that 41 percent of patients in key clinical trials of the Alzheimer’s drug experienced brain bleeding or swelling, though many cases were asymptomatic.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/11/22/health/aduhelm-death-safety.html", + "creator": "Pam Belluck", + "pubDate": "Mon, 22 Nov 2021 16:00:09 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dffea95cddead7deae2fa4f249d670c3" + "hash": "d012ae5583e6ac5acc2249fd0203ee3e" }, { - "title": "As ‘Nutcracker’ Returns, Companies Rethink Depictions of Asians", - "description": "Ballet companies are reworking the holiday classic partly in response to a wave of anti-Asian hate that has intensified during the pandemic.", - "content": "Ballet companies are reworking the holiday classic partly in response to a wave of anti-Asian hate that has intensified during the pandemic.", - "category": "Dancing", - "link": "https://www.nytimes.com/2021/11/29/arts/dance/nutcracker-asian-stereotypes-rethinking.html", - "creator": "Javier C. Hernández", - "pubDate": "Mon, 29 Nov 2021 21:51:03 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Telling ‘The Untold Story of Sushi’", + "description": "Daniel Fromson spent years researching a controversial Korean church that had created a seafood empire. He reflects on the benefits of long-term reporting.", + "content": "Daniel Fromson spent years researching a controversial Korean church that had created a seafood empire. He reflects on the benefits of long-term reporting.", + "category": "Moon", + "link": "https://www.nytimes.com/2021/11/22/insider/unification-church-sushi.html", + "creator": "Daniel Fromson", + "pubDate": "Mon, 22 Nov 2021 15:44:38 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6ba4473e7149b9411f2c02cc175a314" + "hash": "a1455c435b80950bf013a75aa76e16b9" }, { - "title": "Cutting a Banksy Into 10,000 (Digital) Pieces", - "description": "A former Christie’s executive has joined cryptocurrency experts to create a company that purchases art and sells the fragments as NFTs.", - "content": "A former Christie’s executive has joined cryptocurrency experts to create a company that purchases art and sells the fragments as NFTs.", - "category": "Gouzer, Loic", - "link": "https://www.nytimes.com/2021/12/01/arts/design/banksy-nft-loic-gouzer-particle.html", - "creator": "Robin Pogrebin", - "pubDate": "Thu, 02 Dec 2021 00:56:09 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Limping and Penniless, Iraqis Deported From Belarus Face Bleak Futures", + "description": "Hundreds of desperate Iraqis are being sent home after becoming political pawns in Belarus’s quarrel with its European Union neighbors.", + "content": "Hundreds of desperate Iraqis are being sent home after becoming political pawns in Belarus’s quarrel with its European Union neighbors.", + "category": "Belarus-Poland Border Crisis (2021- )", + "link": "https://www.nytimes.com/2021/11/22/world/middleeast/belarus-iraqi-migrant-deportations.html", + "creator": "Jane Arraf and Sangar Khaleel", + "pubDate": "Mon, 22 Nov 2021 15:13:33 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c774d4672c2078a6da1445165f8e66c4" + "hash": "3ae70c55516f2b2e006f443de2188238" }, { - "title": "College Football’s ‘Great Man Theory’ Gets a New Test at U.S.C.", - "description": "Southern California hired Lincoln Riley from Oklahoma, which is now looking for his successor. The carousel seemed to spin harder and faster than ever as programs looked for saviors.", - "content": "Southern California hired Lincoln Riley from Oklahoma, which is now looking for his successor. The carousel seemed to spin harder and faster than ever as programs looked for saviors.", - "category": "Coaches and Managers", - "link": "https://www.nytimes.com/2021/11/29/sports/ncaafootball/usc-lincoln-riley-oklahoma.html", - "creator": "Alan Blinder", - "pubDate": "Tue, 30 Nov 2021 01:35:57 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Taxi! To the Airport — by Air, Please.", + "description": "Several companies are betting they can bring electric urban air travel to the masses — perhaps within the next few years.", + "content": "Several companies are betting they can bring electric urban air travel to the masses — perhaps within the next few years.", + "category": "Airlines and Airplanes", + "link": "https://www.nytimes.com/2021/11/22/business/air-taxi-aviation-electric.html", + "creator": "Gautham Nagesh", + "pubDate": "Mon, 22 Nov 2021 15:06:53 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "208b89507400b2f5254b599b23462dc5" + "hash": "a903d00bb8e683dffc50ed296f87e510" }, { - "title": "The Best Movies and TV Shows Coming to Amazon, HBO, Hulu and More in December", - "description": "Every month, streaming services add movies and TV shows to its library. Here are our picks for some of December’s most promising new titles.", - "content": "Every month, streaming services add movies and TV shows to its library. Here are our picks for some of December’s most promising new titles.", - "category": "Television", - "link": "https://www.nytimes.com/2021/12/01/arts/television/amazon-disney-hulu-streaming.html", - "creator": "Noel Murray", - "pubDate": "Wed, 01 Dec 2021 21:57:56 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How Peng Shuai Went From ‘Chinese Princess’ to Silenced #MeToo Accuser", + "description": "The tennis star won independence while remaining in Beijing’s good graces. But she has been unable to break through China’s resistance to sexual assault allegations.", + "content": "The tennis star won independence while remaining in Beijing’s good graces. But she has been unable to break through China’s resistance to sexual assault allegations.", + "category": "Peng Shuai", + "link": "https://www.nytimes.com/2021/11/22/world/asia/china-peng-shuai-metoo.html", + "creator": "Alexandra Stevenson and Steven Lee Myers", + "pubDate": "Mon, 22 Nov 2021 14:08:44 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85c8bde03625428806dcae6118049040" + "hash": "ec4f7bd86225c4776fe4bbf2b99c0083" }, { - "title": "The Knicks’ Struggles Go Deeper Than Kemba Walker", - "description": "A surprising reconsideration of the lineup that pushed Walker out of the rotation could help with some of the team’s issues, but not all of them.", - "content": "A surprising reconsideration of the lineup that pushed Walker out of the rotation could help with some of the team’s issues, but not all of them.", - "category": "Basketball", - "link": "https://www.nytimes.com/2021/12/01/sports/basketball/knicks-kemba-walker.html", - "creator": "Sopan Deb", - "pubDate": "Wed, 01 Dec 2021 21:26:33 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "56 Years Ago, He Shot Malcolm X. Now He Lives Quietly in Brooklyn.", + "description": "Mujahid Abdul Halim is the one man who confessed to his role in the assassination. He long insisted that the two men convicted with him were innocent.", + "content": "Mujahid Abdul Halim is the one man who confessed to his role in the assassination. He long insisted that the two men convicted with him were innocent.", + "category": "Malcolm X", + "link": "https://www.nytimes.com/2021/11/22/nyregion/malcolm-x-assassination-halim-hayer.html", + "creator": "Jonah E. Bromwich, Ashley Southall and Troy Closson", + "pubDate": "Mon, 22 Nov 2021 13:10:09 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bf87bc817a1355e49e4ebd21fb8d4f1" + "hash": "b0e5b7f66ed06fc19911aa9eaf4f4d1a" }, { - "title": "Supreme Court Seems Poised to Uphold Mississippi’s Abortion Law", - "description": "It was less clear whether the court’s conservative majority would overrule Roe v. Wade, the decision establishing a constitutional right to abortion.", - "content": "It was less clear whether the court’s conservative majority would overrule Roe v. Wade, the decision establishing a constitutional right to abortion.", - "category": "Supreme Court (US)", - "link": "https://www.nytimes.com/2021/12/01/us/politics/supreme-court-mississippi-abortion-law.html", - "creator": "Adam Liptak", - "pubDate": "Thu, 02 Dec 2021 16:55:43 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Terence Crawford Has His Belt, and Choices to Make", + "description": "Crawford has long awaited a bout with Errol Spence Jr., and with his contract with his promoter expiring soon, the welterweight champion has options.", + "content": "Crawford has long awaited a bout with Errol Spence Jr., and with his contract with his promoter expiring soon, the welterweight champion has options.", + "category": "Crawford, Terence (1987- )", + "link": "https://www.nytimes.com/2021/11/21/sports/terence-crawford-shawn-porter-fight.html", + "creator": "Morgan Campbell", + "pubDate": "Mon, 22 Nov 2021 12:26:53 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1a57ecbc15f43db3b998c13aab4dc1c" + "hash": "5f9b3d61cfbc132c47cfad0ee036b788" }, { - "title": "Marcus Lamb, a Christian Broadcaster and Vaccine Skeptic, Dies of Covid", - "description": "Mr. Lamb, who co-founded the Daystar Television Network, repeatedly suggested on air that people pray instead of getting vaccinated.", - "content": "Mr. Lamb, who co-founded the Daystar Television Network, repeatedly suggested on air that people pray instead of getting vaccinated.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/01/us/marcus-lamb-dead.html", - "creator": "Alyssa Lukpat", - "pubDate": "Thu, 02 Dec 2021 16:23:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Manchester United and the Perils of Living in the Past", + "description": "Years of success under Alex Ferguson changed the way United viewed itself. But the glory days are gone, and the sooner the club admits that, the better.", + "content": "Years of success under Alex Ferguson changed the way United viewed itself. But the glory days are gone, and the sooner the club admits that, the better.", + "category": "Soccer", + "link": "https://www.nytimes.com/2021/11/22/sports/soccer/manchester-united-ole-solskjaer.html", + "creator": "Rory Smith", + "pubDate": "Mon, 22 Nov 2021 12:17:59 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5cf9fee8f2e7aa5b5490f3e73c013a60" + "hash": "0f046016ce4dbf6217579dc8f9155170" }, { - "title": "‘Call Me Dog Tag Man’: Pacific Island Is Full of War Relics and Human Remains", - "description": "More than 75 years after the Battle of Biak ended, collectors are still finding remnants of the fight, and U.S. authorities are hoping to bring closure to families of soldiers still missing.", - "content": "More than 75 years after the Battle of Biak ended, collectors are still finding remnants of the fight, and U.S. authorities are hoping to bring closure to families of soldiers still missing.", - "category": "Biak (Indonesia)", - "link": "https://www.nytimes.com/2021/12/02/world/asia/indonesia-battle-of-biak.html", - "creator": "Dera Menra Sijabat, Richard C. Paddock and Ulet Ifansasti", - "pubDate": "Thu, 02 Dec 2021 08:00:23 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Politics of Menace", + "description": "Despite a congressman’s censure, Republicans have shown a growing tolerance for violent rhetoric.", + "content": "Despite a congressman’s censure, Republicans have shown a growing tolerance for violent rhetoric.", + "category": "", + "link": "https://www.nytimes.com/2021/11/22/briefing/paul-gosar-censure-violence.html", + "creator": "Catie Edmondson", + "pubDate": "Mon, 22 Nov 2021 11:35:15 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "034760d79dd55d388b1711eaf908fcde" + "hash": "b8aa1719b567cede437a4c09f4630a30" }, { - "title": "Counterfeit Covid Masks Are Still Sold Everywhere", - "description": "Rising Covid cases have spurred a return to mask-wearing in the U.S. and overseas, at a time when flawed KN95s from China continue to dominate e-commerce sites.", - "content": "Rising Covid cases have spurred a return to mask-wearing in the U.S. and overseas, at a time when flawed KN95s from China continue to dominate e-commerce sites.", - "category": "Masks", - "link": "https://www.nytimes.com/2021/11/30/health/covid-masks-counterfeit-fake.html", - "creator": "Andrew Jacobs", - "pubDate": "Tue, 30 Nov 2021 17:32:47 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Acquittal of Kyle Rittenhouse", + "description": "How a jury came to find the teenager, who shot and killed two people in Kenosha, Wis., not guilty on the five charges he faced.", + "content": "How a jury came to find the teenager, who shot and killed two people in Kenosha, Wis., not guilty on the five charges he faced.", + "category": "Self-Defense", + "link": "https://www.nytimes.com/2021/11/22/podcasts/the-daily/kyle-rittenhouse-verdict.html", + "creator": "Michael Barbaro, Daniel Guillemette, Clare Toeniskoetter, Alexandra Leigh Young, Larissa Anderson and Chris Wood", + "pubDate": "Mon, 22 Nov 2021 11:08:31 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "768415a0aaa60479c968e8f0d3ddeaa6" + "hash": "e1c0f157fe4881c128587c012d569447" }, { - "title": "The Teenagers Getting Six Figures to Leave Their High Schools for Basketball", - "description": "The new pro league Overtime Elite is luring young phenoms with hefty salaries, viral success and — perhaps — a better path to the N.B.A.", - "content": "The new pro league Overtime Elite is luring young phenoms with hefty salaries, viral success and — perhaps — a better path to the N.B.A.", - "category": "Student Athlete Compensation", - "link": "https://www.nytimes.com/2021/11/30/magazine/overtime-elite-basketball-nba.html", - "creator": "Bruce Schoenfeld", - "pubDate": "Tue, 30 Nov 2021 14:59:58 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "As Pandemic Evictions Rise, Spaniards Declare ‘War’ on Wall Street Landlords", + "description": "Protesters in Barcelona are pushing back against foreign investment firms that have bought up thousands of homes over the past decade and are forcing out residents who can’t pay the rent.", + "content": "Protesters in Barcelona are pushing back against foreign investment firms that have bought up thousands of homes over the past decade and are forcing out residents who can’t pay the rent.", + "category": "Barcelona (Spain)", + "link": "https://www.nytimes.com/2021/11/21/world/europe/spain-evictions-cerberus-covid.html", + "creator": "Nicholas Casey and Roser Toll Pifarré", + "pubDate": "Mon, 22 Nov 2021 09:45:52 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30ee66536c26551d5ead7841437e1ea3" + "hash": "d1d5bfb3c5cb5b71b0d3e8e48825c1b1" }, { - "title": "In a Nonbinary Pronoun, France Sees a U.S. Attack on the Republic", - "description": "When a French dictionary included the gender-nonspecific “iel” for the first time, a virulent reaction erupted over “wokisme” exported from American universities.", - "content": "When a French dictionary included the gender-nonspecific “iel” for the first time, a virulent reaction erupted over “wokisme” exported from American universities.", - "category": "French Language", - "link": "https://www.nytimes.com/2021/11/28/world/europe/france-nonbinary-pronoun.html", - "creator": "Roger Cohen and Léontine Gallois", - "pubDate": "Sun, 28 Nov 2021 18:22:49 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Playwright Is in Exile as Cuba Uses an Old Playbook to Quash Dissent", + "description": "Yunior García, a rising star of the Cuban protest movement, fled to Spain. He is one of a young generation of artists who say they have chosen exile over imprisonment.", + "content": "Yunior García, a rising star of the Cuban protest movement, fled to Spain. He is one of a young generation of artists who say they have chosen exile over imprisonment.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/21/world/americas/yunior-garcia-exile-spain.html", + "creator": "Nicholas Casey", + "pubDate": "Mon, 22 Nov 2021 05:04:33 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5763614df995cf51693b346925b562b5" + "hash": "fdf015180e1679c7324d301744b75848" }, { - "title": "Supreme Court Seems Poised to Uphold Mississippi’s Abortion Law", - "description": "Oral arguments are set to begin at 10 a.m. Eastern and The New York Times will be streaming audio live, providing context and analysis. Follow here.", - "content": "Oral arguments are set to begin at 10 a.m. Eastern and The New York Times will be streaming audio live, providing context and analysis. Follow here.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/01/us/abortion-mississippi-supreme-court", - "creator": "The New York Times", - "pubDate": "Wed, 01 Dec 2021 19:19:43 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Video of Peng Shuai With Olympic Officials Fuels a Showdown With Tennis", + "description": "The Chinese tennis star held a 30-minute video call with the leader of the International Olympic Committee, but the head of women’s professional tennis remained unable to reach her.", + "content": "The Chinese tennis star held a 30-minute video call with the leader of the International Olympic Committee, but the head of women’s professional tennis remained unable to reach her.", + "category": "Olympic Games (2022)", + "link": "https://www.nytimes.com/2021/11/21/sports/tennis/peng-shuai-video-ioc.html", + "creator": "Matthew Futterman", + "pubDate": "Mon, 22 Nov 2021 03:21:54 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "648eaedffba5e8be74f9b1c44fa1cd44" + "hash": "4fd646ce6f476491ed8942aabe2bd4e6" }, { - "title": "Mississippi: Is Roe v. Wade Needed if Women Can Have It All?", - "description": "One argument in the abortion case before the Supreme Court is that balancing work and family is now less of a challenge, but research shows becoming a mother still has a large economic impact on women.", - "content": "One argument in the abortion case before the Supreme Court is that balancing work and family is now less of a challenge, but research shows becoming a mother still has a large economic impact on women.", - "category": "Roe v Wade (Supreme Court Decision)", - "link": "https://www.nytimes.com/2021/12/01/upshot/mississippi-abortion-case-roe.html", - "creator": "Claire Cain Miller", - "pubDate": "Wed, 01 Dec 2021 15:41:10 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Tucker Carlson's 'Patriot Purge' Special Leads Two Fox News Contributors to Quit", + "description": "Jonah Goldberg and Stephen Hayes, stars of a brand of conservatism that has fallen out of fashion, decide they’ve had enough.", + "content": "Jonah Goldberg and Stephen Hayes, stars of a brand of conservatism that has fallen out of fashion, decide they’ve had enough.", + "category": "News and News Media", + "link": "https://www.nytimes.com/2021/11/21/business/jonah-goldberg-steve-hayes-quit-fox-tucker-carlson.html", + "creator": "Ben Smith", + "pubDate": "Mon, 22 Nov 2021 00:48:03 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab054c80701daae22bec717e351a0e8f" + "hash": "b5733c0a46a45142ac4f273051e0b772" }, { - "title": "The Mississippi Abortion Law That Challenges Roe v. Wade", - "description": "A case before the Supreme Court is seen as potentially pivotal in establishing how aggressively the justices might move to place new constraints on abortion rights.", - "content": "A case before the Supreme Court is seen as potentially pivotal in establishing how aggressively the justices might move to place new constraints on abortion rights.", - "category": "Abortion", - "link": "https://www.nytimes.com/article/mississippi-abortion-law.html", - "creator": "Adeel Hassan", - "pubDate": "Wed, 01 Dec 2021 18:26:08 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Two of 17 Kidnapped Missionaries in Haiti Are Freed, Group Says", + "description": "After being held hostage for 37 days by a gang, two people with a U.S. Christian aid group have been released in Port-au-Prince and are described as “safe.”", + "content": "After being held hostage for 37 days by a gang, two people with a U.S. Christian aid group have been released in Port-au-Prince and are described as “safe.”", + "category": "Gangs", + "link": "https://www.nytimes.com/2021/11/21/world/americas/haiti-missionaries-kidnapping.html", + "creator": "Maria Abi-Habib", + "pubDate": "Mon, 22 Nov 2021 00:28:59 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7201f8a7787b57a82bd075f077e7645a" + "hash": "1822f6826d0bc2816b42f42fb65e10a0" }, { - "title": "First Case of Omicron Variant Is Detected in the U.S.", - "description": "The variant was detected in California, where the C.D.C. said aggressive contact tracing is underway. Here’s the latest on Covid-19.", - "content": "The variant was detected in California, where the C.D.C. said aggressive contact tracing is underway. Here’s the latest on Covid-19.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/01/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Wed, 01 Dec 2021 19:19:43 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What Astroworld, the Rust Shooting and the Surfside Collapse Have In Common", + "description": "From the Salem witch trials to the Astroworld disaster, conspiracy theories and reformist narratives have battled for dominance in the American consciousness. ", + "content": "From the Salem witch trials to the Astroworld disaster, conspiracy theories and reformist narratives have battled for dominance in the American consciousness. ", + "category": "Conspiracy Theories", + "link": "https://www.nytimes.com/2021/11/21/opinion/astroworld-rust-surfside-conspiracies-catastrophes.html", + "creator": "Adrian J. Rivera", + "pubDate": "Sun, 21 Nov 2021 22:10:49 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b608f1a03f8c270a752d6d38e0b95b52" + "hash": "ac98668e11a7fddf545d497fcd3c638f" }, { - "title": "Vaccine Hesitancy Hurts Covid Fight in Poorer Countries", - "description": "Vaccines are finally available in many African countries, but an underfunded public health system has slowed their delivery, and some people there, as well as in South Asia, are wary of taking them.", - "content": "Vaccines are finally available in many African countries, but an underfunded public health system has slowed their delivery, and some people there, as well as in South Asia, are wary of taking them.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/12/01/world/africa/coranavirus-vaccine-hesitancy-africa.html", - "creator": "Lynsey Chutel and Max Fisher", - "pubDate": "Wed, 01 Dec 2021 18:44:19 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Diminishing Democratic Majority", + "description": "Do Democrats need Trump to save them from an unexpected demographic eclipse?", + "content": "Do Democrats need Trump to save them from an unexpected demographic eclipse?", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/11/20/opinion/democrat-trump-elections.html", + "creator": "Ross Douthat", + "pubDate": "Sun, 21 Nov 2021 21:12:18 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0512a9d4448c82c7b922f4a9c669177" + "hash": "3780bdca8d96c4c711fd7b080a32583b" }, { - "title": "Fourth Student Dies After Michigan High School Shooting", - "description": "A 15-year-old is in custody after a rampage that also injured seven, including a 14-year-old girl who remains in “extremely critical” condition. Follow updates.", - "content": "A 15-year-old is in custody after a rampage that also injured seven, including a 14-year-old girl who remains in “extremely critical” condition. Follow updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/01/us/school-shooting-michigan", - "creator": "The New York Times", - "pubDate": "Wed, 01 Dec 2021 19:19:43 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How the U.S. Lost Ground to China in the Contest for Clean Energy", + "description": "Americans failed to safeguard decades of diplomatic and financial investments in Congo, where the world’s largest supply of cobalt is controlled by Chinese companies backed by Beijing.", + "content": "Americans failed to safeguard decades of diplomatic and financial investments in Congo, where the world’s largest supply of cobalt is controlled by Chinese companies backed by Beijing.", + "category": "Mines and Mining", + "link": "https://www.nytimes.com/2021/11/21/world/us-china-energy.html", + "creator": "Eric Lipton, Dionne Searcey and Ashley Gilbertson", + "pubDate": "Sun, 21 Nov 2021 19:58:27 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11a8011c34554ea592bea231f591822f" + "hash": "3cc8059a7ef51e273aa62db09bbdd61b" }, { - "title": "Oxford School Shooting: What We Know", - "description": "The authorities identified those killed as Hana St. Juliana, 14; Madisyn Baldwin, 17; Justin Shilling, 17; and Tate Myre, 16. A teacher was among the injured.", - "content": "The authorities identified those killed as Hana St. Juliana, 14; Madisyn Baldwin, 17; Justin Shilling, 17; and Tate Myre, 16. A teacher was among the injured.", - "category": "Oxford Charter Township, Mich, Shooting (2021)", - "link": "https://www.nytimes.com/2021/12/01/us/oxford-school-shooting-michigan.html", - "creator": "Livia Albeck-Ripka and Sophie Kasakove", - "pubDate": "Wed, 01 Dec 2021 18:36:32 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How Do You Make Teen Comedies Today? Buy a High School.", + "description": "A former school outside Syracuse, N.Y., has been transformed into American High, a production hub for inexpensive films aimed at streaming platforms.", + "content": "A former school outside Syracuse, N.Y., has been transformed into American High, a production hub for inexpensive films aimed at streaming platforms.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/11/21/business/media/american-high-teen-comedies-movies.html", + "creator": "Nicole Sperling", + "pubDate": "Sun, 21 Nov 2021 18:46:55 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39be22fa25593bfddd3225d2735b84b4" + "hash": "fdcfc91f88bd0b0b7c8e3a86347774a9" }, { - "title": "Gen Z Pop Stars Made Their Mark in 2021. Beware, Millennial Forebears.", - "description": "Upstarts including Olivia Rodrigo, Lil Nas X, Chloe Bailey and the Kid Laroi grew up on the internet, admiring the artists who are now their contemporaries.", - "content": "Upstarts including Olivia Rodrigo, Lil Nas X, Chloe Bailey and the Kid Laroi grew up on the internet, admiring the artists who are now their contemporaries.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/12/01/arts/music/gen-z-millennial-pop-stars.html", - "creator": "Lindsay Zoladz", - "pubDate": "Wed, 01 Dec 2021 16:44:00 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "This Matzo Ball Chicken Soup Recipe Is Ready to Comfort", + "description": "This light recipe is still filling and festive enough for Hanukkah, and it’s easy to clean up, too.", + "content": "This light recipe is still filling and festive enough for Hanukkah, and it’s easy to clean up, too.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/11/19/dining/matzo-ball-chicken-soup-recipe.html", + "creator": "Joan Nathan", + "pubDate": "Sun, 21 Nov 2021 18:28:32 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eceb349b1bbd068eee207bd0eeec38bf" + "hash": "8d78343a51f537aa728f6cf5fb972f1e" }, { - "title": "While Politics Consume School Board Meetings, a Very Different Crisis Festers", - "description": "In a wealthy suburban Philadelphia district, schools are struggling with shortages of all sorts. Behavioral problems have mushroomed. “We are in triage mode,” one teacher said.", - "content": "In a wealthy suburban Philadelphia district, schools are struggling with shortages of all sorts. Behavioral problems have mushroomed. “We are in triage mode,” one teacher said.", - "category": "Education (K-12)", - "link": "https://www.nytimes.com/2021/12/01/us/central-bucks-school-board-politics-pennsylvania.html", - "creator": "Campbell Robertson", - "pubDate": "Wed, 01 Dec 2021 16:54:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Overlooked No More: Ruth Polsky, Who Shaped New York’s Music Scene", + "description": "She booked concerts at influential nightclubs in the 1980s, bringing exposure to up-and-coming artists like the Smiths and New Order.", + "content": "She booked concerts at influential nightclubs in the 1980s, bringing exposure to up-and-coming artists like the Smiths and New Order.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/11/18/obituaries/ruth-polsky-overlooked.html", + "creator": "Rachel Felder", + "pubDate": "Sun, 21 Nov 2021 17:57:51 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65190dce31909043a14891f0e2176a59" + "hash": "23bb48e81c41c65d5633fe964862817b" }, { - "title": "Victim in Ghislaine Maxwell Trial Faces Cross-Examination", - "description": "The woman described how a promise of mentorship from Ms. Maxwell and Jeffrey Epstein soon evolved into sexual abuse. Follow updates.", - "content": "The woman described how a promise of mentorship from Ms. Maxwell and Jeffrey Epstein soon evolved into sexual abuse. Follow updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/01/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Wed, 01 Dec 2021 19:19:43 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Knowledge Bubbles Work Against Us", + "description": "We need to find out why our neighbors and fellow citizens think the way they do.", + "content": "We need to find out why our neighbors and fellow citizens think the way they do.", + "category": "Football (College)", + "link": "https://www.nytimes.com/2021/11/20/opinion/knowledge-football-finebaum.html", + "creator": "Jane Coaston", + "pubDate": "Sun, 21 Nov 2021 17:10:34 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ffbd0f230a8c7f121d389a003e13d29" + "hash": "b371d9eabe235d153215276e5d48c2b0" }, { - "title": "I Once Urged the Supreme Court to Overturn Roe. I’ve Changed My Mind.", - "description": "To overturn Roe now would be an act of constitutional vandalism — not conservative, but reactionary.", - "content": "To overturn Roe now would be an act of constitutional vandalism — not conservative, but reactionary.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/11/30/opinion/supreme-court-roe-v-wade-dobbs.html", - "creator": "Charles Fried", - "pubDate": "Tue, 30 Nov 2021 15:59:32 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How Roundabouts Help Lower Carbon Emissions", + "description": "An Indiana city has the most roundabouts in the country. They’ve saved lives and reduced injuries from crashes — and lowered carbon emissions.", + "content": "An Indiana city has the most roundabouts in the country. They’ve saved lives and reduced injuries from crashes — and lowered carbon emissions.", + "category": "Carmel (Ind)", + "link": "https://www.nytimes.com/2021/11/20/climate/roundabouts-climate-emissions-driving.html", + "creator": "Cara Buckley and A.J. Mast", + "pubDate": "Sun, 21 Nov 2021 14:26:14 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7adf69a58051564176a36228d1a68478" + "hash": "3c9aa8dc1caf745bec62becbc7288641" }, { - "title": "What Happens to Women Who Are Denied Abortions", - "description": "Being denied an abortion can have serious consequences for a women’s health and livelihood. It can even be deadly.", - "content": "Being denied an abortion can have serious consequences for a women’s health and livelihood. It can even be deadly.", - "category": "Pregnancy and Childbirth", - "link": "https://www.nytimes.com/2021/11/22/opinion/abortion-supreme-court-women-law.html", - "creator": "Diana Greene Foster", - "pubDate": "Mon, 22 Nov 2021 19:01:50 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Manchin and Sinema Find Financial Support From G.O.P. Donors", + "description": "The two Democratic senators are attracting campaign contributions from business interests and conservatives as progressives fume over their efforts to pare back the president’s domestic policy bill.", + "content": "The two Democratic senators are attracting campaign contributions from business interests and conservatives as progressives fume over their efforts to pare back the president’s domestic policy bill.", + "category": "Campaign Finance", + "link": "https://www.nytimes.com/2021/11/21/us/politics/manchin-sinema-republican-donors.html", + "creator": "Kenneth P. Vogel and Kate Kelly", + "pubDate": "Sun, 21 Nov 2021 10:00:07 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ea1990c295bbae2afdcad389c388bb8" + "hash": "e53919ef6ad4c8eb9e71ce95f57f5401" }, { - "title": "Trump’s Iran Policy Has Become a Disaster for the U.S. and Israel", - "description": "Withdrawing from the Iran nuclear deal was a mistake. What comes next?", - "content": "Withdrawing from the Iran nuclear deal was a mistake. What comes next?", - "category": "Iran", - "link": "https://www.nytimes.com/2021/11/30/opinion/trump-iran-nuclear-deal-us-israel.html", - "creator": "Thomas L. Friedman", - "pubDate": "Wed, 01 Dec 2021 00:44:30 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How Nancy Pelosi Got Biden's Build Back Better Bill Back on Track", + "description": "The House’s approval of a sweeping social policy bill after weeks of fits and starts notched another win for the speaker in a career defined by them.", + "content": "The House’s approval of a sweeping social policy bill after weeks of fits and starts notched another win for the speaker in a career defined by them.", + "category": "Pelosi, Nancy", + "link": "https://www.nytimes.com/2021/11/20/us/politics/pelosi-democrats-biden-agenda.html", + "creator": "Carl Hulse", + "pubDate": "Sat, 20 Nov 2021 23:38:12 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3556f09e33ec172633ee83ec75a0b95" + "hash": "dd9dc7d3b2e2397b71c2267dc3188e14" }, { - "title": "I Was Raped by My Father. An Abortion Saved My Life.", - "description": "Anti-abortion laws in Mississippi and Texas contain no exceptions for rape or incest. Here is what that means for survivors.", - "content": "Anti-abortion laws in Mississippi and Texas contain no exceptions for rape or incest. Here is what that means for survivors.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/11/30/opinion/abortion-texas-mississippi-rape.html", - "creator": "Michele Goodwin", - "pubDate": "Tue, 30 Nov 2021 20:00:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Train the Police to Keep the Peace, Not Turn a Profit", + "description": "A Times investigation sheds light on an unjust practice.", + "content": "A Times investigation sheds light on an unjust practice.", + "category": "Traffic and Parking Violations", + "link": "https://www.nytimes.com/2021/11/20/opinion/police-traffic-stops-deaths.html", + "creator": "The Editorial Board", + "pubDate": "Sat, 20 Nov 2021 23:31:17 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef31dc9e0d9737263975e859c493ffb2" + "hash": "3be784bfbb72ef81b451bd83b6ad2120" }, { - "title": "Haiti's Best Hope for a Functioning Democracy", - "description": "We hope that a corrupt political system that relies on unfair advantages can be replaced by a functional democracy.", - "content": "We hope that a corrupt political system that relies on unfair advantages can be replaced by a functional democracy.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/12/01/opinion/haiti-commission-government.html", - "creator": "Monique Clesca", - "pubDate": "Wed, 01 Dec 2021 14:13:21 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A Socialite, a Gardener, a Message in Blood: The Murder That Still Grips France", + "description": "The victim was a socialite. A message in her blood accused the gardener. But a grammatical error raised questions of class and language — and whether he was being framed.", + "content": "The victim was a socialite. A message in her blood accused the gardener. But a grammatical error raised questions of class and language — and whether he was being framed.", + "category": "Marchal, Ghislaine (d 1991)", + "link": "https://www.nytimes.com/2021/11/20/world/europe/france-murder-ghislaine-marchal-omar-raddad.html", + "creator": "Norimitsu Onishi", + "pubDate": "Sat, 20 Nov 2021 18:15:55 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb9cda464d124fd2711ae9d3cc0b677d" + "hash": "bb3c6971562f38ebdc430063191e31fb" }, { - "title": "Let’s End the Covid Blame Games", - "description": "Finger pointing is pointless, divisive and dumb. ", - "content": "Finger pointing is pointless, divisive and dumb. ", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/11/30/opinion/coronavirus-polarization.html", - "creator": "Bret Stephens", - "pubDate": "Wed, 01 Dec 2021 00:00:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Buy Stocks to Prosper. Buy Bonds to Sleep at Night.", + "description": "Do what it takes to stay invested in the stock market, our columnist says. Government bonds may help, even if they look unappealing now.", + "content": "Do what it takes to stay invested in the stock market, our columnist says. Government bonds may help, even if they look unappealing now.", + "category": "Stocks and Bonds", + "link": "https://www.nytimes.com/2021/11/19/business/stock-market-bonds-crash.html", + "creator": "Jeff Sommer", + "pubDate": "Sat, 20 Nov 2021 04:23:18 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8f2b5e3c5f300f9d6be28cda4f7e123" + "hash": "6b13675ef1b7c67b63504ddc63bcc74c" }, { - "title": "The Look of Cars Is Driving Me Out of My Mind", - "description": "New cars are packed with technology, but they lack style and personality.", - "content": "New cars are packed with technology, but they lack style and personality.", - "category": "Driverless and Semiautonomous Vehicles", - "link": "https://www.nytimes.com/2021/12/01/opinion/smart-car-technology.html", - "creator": "Farhad Manjoo", - "pubDate": "Wed, 01 Dec 2021 13:51:46 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Austria Announces Covid Vaccine Mandate, Crossing a Threshold for Europe", + "description": "The extraordinary step shows that governments desperate to safeguard public health and economic recoveries are increasingly willing to push for once unthinkable measures.", + "content": "The extraordinary step shows that governments desperate to safeguard public health and economic recoveries are increasingly willing to push for once unthinkable measures.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/19/world/europe/austria-covid-vaccine-mandate-lockdown.html", + "creator": "Jason Horowitz and Melissa Eddy", + "pubDate": "Fri, 19 Nov 2021 22:55:10 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30988d3d3cbb5ffd0e2ce4efcd8cf35b" + "hash": "5808c19f0688d153f7adf2fdd071bed2" }, { - "title": "Why Conservatives Adopted a Pro-Choice Slogan", - "description": "On the cusp of overturning Roe, conservatives adopt a pro-choice slogan.", - "content": "On the cusp of overturning Roe, conservatives adopt a pro-choice slogan.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/11/29/opinion/abortion-vaccine-mandate.html", - "creator": "Michelle Goldberg", - "pubDate": "Tue, 30 Nov 2021 01:26:21 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "U.S. Rests Its Case in the Elizabeth Holmes Trial", + "description": "Defense lawyers are expected to argue that the founder of Theranos, the blood-testing start-up, failed but did not commit fraud.", + "content": "Defense lawyers are expected to argue that the founder of Theranos, the blood-testing start-up, failed but did not commit fraud.", + "category": "Suits and Litigation (Civil)", + "link": "https://www.nytimes.com/2021/11/19/technology/elizabeth-holmes-trial.html", + "creator": "Erin Griffith", + "pubDate": "Fri, 19 Nov 2021 22:53:35 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c45325207f75d45a70e1995036de7c5" + "hash": "4188ebc82bbbf919e959b0a77ba32cf4" }, { - "title": "The Omicron Variant Is a Mystery. How Should We Prepare?", - "description": "Very few variants have ended up meaningfully altering the course of the pandemic, but experts say this is one to watch.", - "content": "Very few variants have ended up meaningfully altering the course of the pandemic, but experts say this is one to watch.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/11/30/opinion/omicron-variant-covid.html", - "creator": "Spencer Bokat-Lindell", - "pubDate": "Tue, 30 Nov 2021 23:00:05 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "C.D.C. Panel Endorses Covid Vaccine Booster Shots for All Adults", + "description": "As infections rise, Americans over 18 will be permitted to get extra doses. But it’s not clear boosters really are needed by so many people, or that the shots will turn back the pandemic.", + "content": "As infections rise, Americans over 18 will be permitted to get extra doses. But it’s not clear boosters really are needed by so many people, or that the shots will turn back the pandemic.", + "category": "your-feed-science", + "link": "https://www.nytimes.com/2021/11/19/health/covid-boosters-cdc.html", + "creator": "Apoorva Mandavilli", + "pubDate": "Fri, 19 Nov 2021 22:34:54 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9775cd52169045f110163f93439d1b76" + "hash": "fb798660046654bcc6fedd826d494579" }, { - "title": "China Is Winning the Big Data War, Thanks to Xi", - "description": "Beijing is outmaneuvering the United States and its allies in at least one crucial domain: data.", - "content": "Beijing is outmaneuvering the United States and its allies in at least one crucial domain: data.", - "category": "Communist Party of China", - "link": "https://www.nytimes.com/2021/11/30/opinion/xi-jinping-china-us-data-war.html", - "creator": "Matt Pottinger and David Feith", - "pubDate": "Tue, 30 Nov 2021 15:15:56 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Divisive Case Fueled Debate Over Vigilantism and Gun Rights", + "description": "Two people familiar with the proceedings said the jury has reached a decision after deliberating for three and a half days. Here’s the latest.", + "content": "Two people familiar with the proceedings said the jury has reached a decision after deliberating for three and a half days. Here’s the latest.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/19/us/kyle-rittenhouse-trial", + "creator": "The New York Times", + "pubDate": "Fri, 19 Nov 2021 22:34:47 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f0cd4c42f5f9db9b2383033192144963" + "hash": "fab2f0254169bd9bbee76afdf2dc2bc3" }, { - "title": "Does Europe's Lower Inflation Hold Lessons for America?", - "description": "What does (somewhat) lower inflation in Europe tell us about America?", - "content": "What does (somewhat) lower inflation in Europe tell us about America?", - "category": "International Trade and World Market", - "link": "https://www.nytimes.com/2021/11/30/opinion/inflation-united-states-europe.html", - "creator": "Paul Krugman", - "pubDate": "Tue, 30 Nov 2021 17:58:29 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Modi to Repeal India Farm Laws Following Protests", + "description": "A bungled response to Covid and a struggling economy have hurt his party’s standing, leaving it vulnerable to a well-organized protest movement.", + "content": "A bungled response to Covid and a struggling economy have hurt his party’s standing, leaving it vulnerable to a well-organized protest movement.", + "category": "India", + "link": "https://www.nytimes.com/2021/11/18/world/asia/india-farmers-modi.html", + "creator": "Emily Schmall, Karan Deep Singh and Sameer Yasir", + "pubDate": "Fri, 19 Nov 2021 22:32:12 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1e3ec6e26b90e2618e39e2679a05c6c" + "hash": "0944ca3686854648128c731048f537a6" }, { - "title": "Stephen Sondheim Wrote My Life’s Soundtrack", - "description": "“A Little Night Music” was all it took.", - "content": "“A Little Night Music” was all it took.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/11/30/opinion/stephen-sondheim-musical.html", - "creator": "John McWhorter", - "pubDate": "Tue, 30 Nov 2021 19:55:19 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Gerald Migdol Is Charged in Campaign Finance Scheme", + "description": "Gerald Migdol is accused of concealing contributions to a New York City comptroller candidate to get more public-matching funds.", + "content": "Gerald Migdol is accused of concealing contributions to a New York City comptroller candidate to get more public-matching funds.", + "category": "Campaign Finance", + "link": "https://www.nytimes.com/2021/11/19/nyregion/nyc-fraud-campaign-finance.html", + "creator": "Matthew Haag", + "pubDate": "Fri, 19 Nov 2021 22:27:17 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "beb0c672f7691573a116cc5b19ef1a6f" + "hash": "c38b7611d3bb7ebaa7c72e71958d8dc4" }, { - "title": "Mark Meadows Agrees to Cooperate With Jan. 6 Attack Inquiry", - "description": "President Donald J. Trump’s former chief of staff, Mark Meadows, has turned over documents and agreed to be deposed in the House’s inquiry into the Jan. 6 attack.", - "content": "President Donald J. Trump’s former chief of staff, Mark Meadows, has turned over documents and agreed to be deposed in the House’s inquiry into the Jan. 6 attack.", - "category": "Meadows, Mark R (1959- )", - "link": "https://www.nytimes.com/2021/11/30/us/politics/capitol-riot-investigation-meadows.html", - "creator": "Luke Broadwater", - "pubDate": "Wed, 01 Dec 2021 05:31:05 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Business Updates: Google Questions Impartiality of Justice Dept. Antitrust Boss", + "description": "The move, announced on Friday, is an attempt by the country’s newish prime minister to revive an economy battered by Covid restrictions and a supply chain crunch.", + "content": "The move, announced on Friday, is an attempt by the country’s newish prime minister to revive an economy battered by Covid restrictions and a supply chain crunch.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/19/business/news-business-stock-market", + "creator": "The New York Times", + "pubDate": "Fri, 19 Nov 2021 22:22:24 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4e2a10d9fa21bb4def0f7598be4b50f9" + "hash": "71426f88eebda9b39170c6beccc9f5e6" }, { - "title": "Dr. Oz Says He’s Running for Senate in Pennsylvania", - "description": "Dr. Mehmet Oz, who is running as a Republican for an open Senate seat, described his frustration with the “arrogant, closed-minded people in charge” who shut schools and businesses during the pandemic.", - "content": "Dr. Mehmet Oz, who is running as a Republican for an open Senate seat, described his frustration with the “arrogant, closed-minded people in charge” who shut schools and businesses during the pandemic.", - "category": "The Dr. Oz Show (TV Program)", - "link": "https://www.nytimes.com/2021/11/30/us/politics/dr-oz-senate-run-pennsylvania.html", - "creator": "Trip Gabriel", - "pubDate": "Tue, 30 Nov 2021 21:38:39 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "C.D.C. Panel Endorses Pfizer and Moderna Boosters for All Adults", + "description": "Earlier, the F.D.A. also authorized boosters for all adults. The moves come as holiday travel could bring a surge of cases. Here’s the latest on Covid.", + "content": "Earlier, the F.D.A. also authorized boosters for all adults. The moves come as holiday travel could bring a surge of cases. Here’s the latest on Covid.", + "category": "", + "link": "https://www.nytimes.com/live/2021/11/19/world/covid-vaccine-boosters-mandates", + "creator": "The New York Times", + "pubDate": "Fri, 19 Nov 2021 22:15:47 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "809a1c683b15d767f6b0c399ae225500" + "hash": "be81d7dd86623b8d705de64dcc04db8b" }, { - "title": "How Cute Cats Help Spread Misinformation Online", - "description": "A mainstay of the internet is regularly used to build audiences for people and organizations pushing false and misleading information.", - "content": "A mainstay of the internet is regularly used to build audiences for people and organizations pushing false and misleading information.", - "category": "Animals", - "link": "https://www.nytimes.com/2021/12/01/technology/misinformation-cute-cats-online.html", - "creator": "Davey Alba", - "pubDate": "Wed, 01 Dec 2021 10:00:24 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "House Passes Biden’s Build Back Better Bill", + "description": "The vote was months in the making for the roughly $2 trillion measure, one of the most consequential bills in decades. Now it faces a difficult path in the Senate.", + "content": "The vote was months in the making for the roughly $2 trillion measure, one of the most consequential bills in decades. Now it faces a difficult path in the Senate.", + "category": "House of Representatives", + "link": "https://www.nytimes.com/2021/11/19/us/politics/house-passes-reconciliation-bill.html", + "creator": "Emily Cochrane and Jonathan Weisman", + "pubDate": "Fri, 19 Nov 2021 22:14:47 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10edfea20edcea11b3eef8cdf7c2d84a" + "hash": "ac445baa24b1cec1a065e0b1ca6db105" }, { - "title": "Africa, Far Behind on Vaccines", - "description": "Every other continent is ahead.", - "content": "Every other continent is ahead.", - "category": "", - "link": "https://www.nytimes.com/2021/12/01/briefing/vaccine-hesitancy-africa-omicron.html", - "creator": "David Leonhardt", - "pubDate": "Wed, 01 Dec 2021 14:59:03 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The New York Blood Center Can Get an Upgrade, if NIMBYs Don’t Get in the Way", + "description": "The New York Blood Center should be allowed to build its new life sciences center. ", + "content": "The New York Blood Center should be allowed to build its new life sciences center. ", + "category": "Buildings (Structures)", + "link": "https://www.nytimes.com/2021/11/19/opinion/new-york-blood-center-city-council.html", + "creator": "Mara Gay", + "pubDate": "Fri, 19 Nov 2021 22:12:24 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c60bbe018f8dc085ad2ce711afd56b0c" + "hash": "4d5a598feb1bb5a4029509bb165a9a75" }, { - "title": "Amazon and the Labor Shortage", - "description": "What this economic moment means for the company and the people who work there.", - "content": "What this economic moment means for the company and the people who work there.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2021/12/01/podcasts/the-daily/amazon-pandemic-labor-shortage.html", - "creator": "Sabrina Tavernise, Robert Jimison, Rob Szypko, Mooj Zadie, Patricia Willens, Paige Cowett, Marion Lozano, Dan Powell and Chris Wood", - "pubDate": "Wed, 01 Dec 2021 13:58:59 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Cuomo Assembly Report Contains Grounds for Impeachment, Lawmaker Says", + "description": "A report set to be made public next week sheds new light on the Cuomo administration’s manipulation of nursing home death data and the former governor’s $5.1 million book deal.", + "content": "A report set to be made public next week sheds new light on the Cuomo administration’s manipulation of nursing home death data and the former governor’s $5.1 million book deal.", + "category": "Cuomo, Andrew M", + "link": "https://www.nytimes.com/2021/11/19/nyregion/cuomo-impeachment-report.html", + "creator": "Grace Ashford", + "pubDate": "Fri, 19 Nov 2021 22:12:08 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0ef1eb2f818d92b0461a735e42fec087" + "hash": "9b6371a3e729293bf21c5fcc05c98bc0" }, { - "title": "Republicans Threaten Government Shutdown Over Vaccine Mandates", - "description": "With federal funding set to lapse on Friday, President Biden’s vaccine-and-testing mandate for large employers has emerged as a sticking points over a stopgap spending bill.", - "content": "With federal funding set to lapse on Friday, President Biden’s vaccine-and-testing mandate for large employers has emerged as a sticking points over a stopgap spending bill.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/12/01/us/politics/government-shutdown-vaccine-mandate.html", - "creator": "Emily Cochrane", - "pubDate": "Wed, 01 Dec 2021 19:08:01 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "House Passes the Largest Expenditure on Climate in U.S. History", + "description": "The $555 billion package is designed to lure the country away from fossil fuels. It faces an uncertain path in the Senate.", + "content": "The $555 billion package is designed to lure the country away from fossil fuels. It faces an uncertain path in the Senate.", + "category": "Global Warming", + "link": "https://www.nytimes.com/2021/11/19/climate/climate-change-bill.html", + "creator": "Coral Davenport", + "pubDate": "Fri, 19 Nov 2021 22:08:38 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7bad7775831375ac1d1f8bafe6273cd8" + "hash": "f0e13d5c64790f931f1198e4f3a2c2ea" }, { - "title": "A Top Official Says the Fed Will ‘Grapple’ With Faster Bond-Buying Taper", - "description": "The president of the New York Federal Reserve said Omicron could prolong supply and demand mismatches, causing some inflation pressures to last.", - "content": "The president of the New York Federal Reserve said Omicron could prolong supply and demand mismatches, causing some inflation pressures to last.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/12/01/business/fed-inflation-tapering-covid.html", - "creator": "Ben Casselman and Jeanna Smialek", - "pubDate": "Wed, 01 Dec 2021 17:27:47 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "It Really Would Help if People Learned to Email", + "description": "You should never find out that you were someone’s second choice.", + "content": "You should never find out that you were someone’s second choice.", + "category": "Work-Life Balance", + "link": "https://www.nytimes.com/2021/11/19/business/roxane-gay-work-friend-hiring.html", + "creator": "Roxane Gay", + "pubDate": "Fri, 19 Nov 2021 22:01:40 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bb1028fc0d916e6e75f0efaeb8c2f5c" + "hash": "c3de90c3c915bc71a77358f625124569" }, { - "title": "This Dinosaur Found in Chile Had a Battle Ax for a Tail", - "description": "While ankylosaurs are already known for their armor and club tails, this specimen from South America had a unique way of fighting predators.", - "content": "While ankylosaurs are already known for their armor and club tails, this specimen from South America had a unique way of fighting predators.", - "category": "Tail", - "link": "https://www.nytimes.com/2021/12/01/science/dinosaur-tail-weapon.html", - "creator": "Asher Elbein", - "pubDate": "Wed, 01 Dec 2021 17:27:43 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Having Rittenhouse Testify Was ‘Not a Close Call,’ His Lawyer Says", + "description": "Mock juries used by his defense team to test their case reacted much more favorably when he testified, his lead lawyer said.", + "content": "Mock juries used by his defense team to test their case reacted much more favorably when he testified, his lead lawyer said.", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/live/2021/11/19/us/kyle-rittenhouse-trial/rittenhouse-testimony-sobbing", + "creator": "Sophie Kasakove", + "pubDate": "Fri, 19 Nov 2021 21:46:56 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4429fb6fbbfc23339949a8877497b1fb" + "hash": "d423b4db4589a6b0341e3ec504e41c88" }, { - "title": "Jack Dorsey’s Twitter Departure Hints at Big Tech’s Restlessness", - "description": "Jack Dorsey, who is stepping down after six years as Twitter’s chief executive, is one of the tech leaders who seem to have grown tired of managing their empires.", - "content": "Jack Dorsey, who is stepping down after six years as Twitter’s chief executive, is one of the tech leaders who seem to have grown tired of managing their empires.", - "category": "Social Media", - "link": "https://www.nytimes.com/2021/11/30/technology/dorsey-twitter-big-tech-ceos.html", - "creator": "Kevin Roose", - "pubDate": "Tue, 30 Nov 2021 20:48:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "WNYC Retracts Four Articles on Its News Site, Gothamist", + "description": "In a new episode of turmoil at the radio station, the author of the articles was reassigned.", + "content": "In a new episode of turmoil at the radio station, the author of the articles was reassigned.", + "category": "News and News Media", + "link": "https://www.nytimes.com/2021/11/19/business/media/wnyc-gothamist-jami-floyd.html", + "creator": "Marc Tracy", + "pubDate": "Fri, 19 Nov 2021 21:30:10 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eeacf42d30fbe035bb2eb04bdc84dfab" + "hash": "d5679ba4981a3e8f0cf9b7b7e88cc55e" }, { - "title": "Alec Baldwin Says He ‘Didn’t Pull the Trigger’ in ‘Rust’ Killing", - "description": "The actor said in a brief excerpt from an upcoming interview with ABC News that he had not pulled the trigger when the gun he was holding went off, killing the cinematographer.", - "content": "The actor said in a brief excerpt from an upcoming interview with ABC News that he had not pulled the trigger when the gun he was holding went off, killing the cinematographer.", - "category": "ABC News", - "link": "https://www.nytimes.com/2021/12/01/movies/alec-baldwin-trigger-rust.html", - "creator": "Julia Jacobs", - "pubDate": "Wed, 01 Dec 2021 19:11:53 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "M.L.B. Finalizes Plan to Provide Housing for Minor Leaguers", + "description": "An advocacy group called the deal a “historic victory,” but noted that there were issues that might need to be addressed.", + "content": "An advocacy group called the deal a “historic victory,” but noted that there were issues that might need to be addressed.", + "category": "Baseball", + "link": "https://www.nytimes.com/2021/11/19/sports/baseball/mlb-housing.html", + "creator": "James Wagner", + "pubDate": "Fri, 19 Nov 2021 21:19:08 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68df200f530ac5bfce4925635fc8dbfe" + "hash": "817df3ca60afd75bb43212c4c525425c" }, { - "title": "New E.U. Measures Set to Restrict Asylum Rights at the Belarus Border", - "description": "Poland, Latvia and Lithuania could take up to four months to process asylum requests at the border, a delay that aid groups said would leave migrants in unsafe conditions as winter sets in.", - "content": "Poland, Latvia and Lithuania could take up to four months to process asylum requests at the border, a delay that aid groups said would leave migrants in unsafe conditions as winter sets in.", - "category": "Belarus-Poland Border Crisis (2021- )", - "link": "https://www.nytimes.com/2021/12/01/world/europe/asylum-rights-poland-eu.html", - "creator": "Elian Peltier and Monika Pronczuk", - "pubDate": "Wed, 01 Dec 2021 19:00:05 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Conservatives celebrate Rittenhouse’s acquittal, as liberals lament the verdict.", + "description": "", + "content": "", + "category": "Vigilantes", + "link": "https://www.nytimes.com/live/2021/11/19/us/kyle-rittenhouse-trial/conservatives-celebrate-rittenhouses-acquittal-as-liberals-lament-the-verdict", + "creator": "Jennifer Medina", + "pubDate": "Fri, 19 Nov 2021 20:58:59 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ec19290181ea5b1056ee9a904e6354e" + "hash": "e7ea401648817fb2fabebd117ab68b6b" }, { - "title": "Gov. Charlie Baker of Massachusetts Says He Won’t Run for Re-election", - "description": "Mr. Baker, a moderate Republican in a deep-blue state, faced a Trump-backed primary challenge and a potentially difficult general election.", - "content": "Mr. Baker, a moderate Republican in a deep-blue state, faced a Trump-backed primary challenge and a potentially difficult general election.", - "category": "Baker, Charles D Jr", - "link": "https://www.nytimes.com/2021/12/01/us/politics/charlie-baker-massachusetts-governor.html", - "creator": "Reid J. Epstein", - "pubDate": "Wed, 01 Dec 2021 15:25:36 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Build Back Better May Not Have Passed a Decade Ago", + "description": "President Barack Obama barely muscled his health law through the House. But income inequality, economic stagnation and a pandemic propelled an even more ambitious bill.", + "content": "President Barack Obama barely muscled his health law through the House. But income inequality, economic stagnation and a pandemic propelled an even more ambitious bill.", + "category": "United States Politics and Government", + "link": "https://www.nytimes.com/2021/11/19/us/politics/democrats-economic-bill.html", + "creator": "Jonathan Weisman", + "pubDate": "Fri, 19 Nov 2021 20:46:14 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1577d1a067ccf602270cfc48151cc312" + "hash": "7c9913f114e7174ad0dcee73528946db" }, { - "title": "6 Hurt as Midnight Explosion Rocks Brooklyn Block", - "description": "Dozens were displaced by the blast. Its cause was not yet clear, but a neighbor said he reported smelling gas the day before.", - "content": "Dozens were displaced by the blast. Its cause was not yet clear, but a neighbor said he reported smelling gas the day before.", - "category": "Fires and Firefighters", - "link": "https://www.nytimes.com/2021/12/01/nyregion/brooklyn-house-explosion.html", - "creator": "Precious Fondren and Ashley Wong", - "pubDate": "Wed, 01 Dec 2021 18:56:19 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kyle Rittenhouse’s Acquittal and America’s Gun Laws", + "description": "Readers react to the verdict, discuss America’s self-defense laws and make connections to the Ahmaud Arbery case. Also: The social policy bill.", + "content": "Readers react to the verdict, discuss America’s self-defense laws and make connections to the Ahmaud Arbery case. Also: The social policy bill.", + "category": "Rittenhouse, Kyle", + "link": "https://www.nytimes.com/2021/11/19/opinion/letters/kyle-rittenhouse-acquittal-guns.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 20:41:00 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d28cc9bb0f666cee4276db5d222919e2" + "hash": "ec5c3001dc3ecd7c353de0c7797c12a0" }, { - "title": "Putin and West Spar Over NATO’s Military Ties to Ukraine", - "description": "Tensions over Ukraine escalated as Russia’s leader demanded “legal guarantees” that the Western military alliance would not expand to the east, a position NATO regards as untenable.", - "content": "Tensions over Ukraine escalated as Russia’s leader demanded “legal guarantees” that the Western military alliance would not expand to the east, a position NATO regards as untenable.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/12/01/world/europe/putin-nato-russia-ukraine.html", - "creator": "Anton Troianovski", - "pubDate": "Wed, 01 Dec 2021 18:25:12 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Case Against Loving Your Job", + "description": "Will work ever love us back? Two millennials disagree.", + "content": "Will work ever love us back? Two millennials disagree.", + "category": "Labor and Jobs", + "link": "https://www.nytimes.com/2021/11/19/opinion/ezra-klein-podcast-sarah-jaffe.html", + "creator": "‘The Ezra Klein Show’", + "pubDate": "Fri, 19 Nov 2021 20:28:34 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e4c4bbe206d34d7ddc125a518586e1a" + "hash": "0a2de13e509087b9c33247d7482d5cdb" }, { - "title": "Business Updates: O.E.C.D. Says Recovery Has Been Fast but Uneven", - "description": " ", - "content": " ", - "category": "", - "link": "https://www.nytimes.com/live/2021/12/01/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Wed, 01 Dec 2021 19:19:36 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Biden Met With Xi. But Is His China Policy Right?", + "description": "The truth is, America’s national security depends on cooperation a lot more than competition.", + "content": "The truth is, America’s national security depends on cooperation a lot more than competition.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/11/18/opinion/biden-china-xi-summit.html", + "creator": "Peter Beinart", + "pubDate": "Fri, 19 Nov 2021 20:20:19 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c528bff4337c263d4edde426bc630758" + "hash": "9918bf6a021284e3f47db1238c9a1548" }, { - "title": "Parenting After Infertility and Loss: You're Allowed to Complain", - "description": "‘It is 100 percent normal to feel conflicted even if you went to hell and back to become a parent.’", - "content": "‘It is 100 percent normal to feel conflicted even if you went to hell and back to become a parent.’", - "category": "Parenting", - "link": "https://www.nytimes.com/2021/11/29/well/family/complain-infertility-child-loss.html", - "creator": "Danna Lorch", - "pubDate": "Mon, 29 Nov 2021 10:00:19 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Ross Douthat on Dealing With Lyme Disease", + "description": "Douthat discusses his new memoir, “The Deep Places,” and Elisabeth Egan talks about Jung Yun’s novel “O Beautiful.”", + "content": "Douthat discusses his new memoir, “The Deep Places,” and Elisabeth Egan talks about Jung Yun’s novel “O Beautiful.”", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/11/19/books/review/podcast-ross-douthat-deep-places-o-beautiful-jung-yun.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 20:04:53 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "180edad00fffa30c1a77d7fd8503d5de" + "hash": "5725efb78b1f1afcf15ddf9a0a521193" }, { - "title": "Is It Too Soon to Give My Kid a Tablet?", - "description": "There’s not a one-size-fits-all answer to the question, but here are several things to consider before buying your child their own electronic device.", - "content": "There’s not a one-size-fits-all answer to the question, but here are several things to consider before buying your child their own electronic device.", - "category": "Children and Childhood", - "link": "https://www.nytimes.com/2020/04/17/parenting/tablet-child-screentime.html", - "creator": "Christina Caron", - "pubDate": "Wed, 01 Dec 2021 14:10:03 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Elation and Dismay as Crowds at Courthouse Hear of Rittenhouse Verdict", + "description": "Small groups of supporters and detractors of Kyle Rittenhouse reacted to news of the not-guilty verdict as a horde of journalists looked on.", + "content": "Small groups of supporters and detractors of Kyle Rittenhouse reacted to news of the not-guilty verdict as a horde of journalists looked on.", + "category": "Rittenhouse, Kyle", + "link": "https://www.nytimes.com/live/2021/11/19/us/kyle-rittenhouse-trial/rittenhouse-reaction-courthouse-crowd", + "creator": "Dan Hinkel", + "pubDate": "Fri, 19 Nov 2021 20:02:58 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7af60c6dd7503358a87e353eb6e36b9f" + "hash": "29de72ba1c80d0be4ff2f953167f323d" }, { - "title": "How Daughtering Prepared Me for Mothering", - "description": "I spent my early 20s nursing my parents through their final days. It prepared me to parent newborn twins in ways I never could have anticipated.", - "content": "I spent my early 20s nursing my parents through their final days. It prepared me to parent newborn twins in ways I never could have anticipated.", - "category": "Parenting", - "link": "https://www.nytimes.com/2020/04/17/parenting/take-care-of-parents.html", - "creator": "Sara B. Franklin", - "pubDate": "Fri, 17 Apr 2020 16:23:16 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "On Putin’s Strategic Chessboard, a Series of Destabilizing Moves", + "description": "In the stretch of Europe from the Baltic Sea to the Black Sea, where Moscow and the West have competed for influence for decades, the threat of a new military conflict is growing.", + "content": "In the stretch of Europe from the Baltic Sea to the Black Sea, where Moscow and the West have competed for influence for decades, the threat of a new military conflict is growing.", + "category": "United States International Relations", + "link": "https://www.nytimes.com/2021/11/19/world/europe/russia-putin-belarus-ukraine.html", + "creator": "Anton Troianovski", + "pubDate": "Fri, 19 Nov 2021 19:59:22 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aa78bc88f5955043c361159ede0c646b" + "hash": "e6d876b9a511a74c0af13326f04bff13" }, { - "title": "Kids Won’t Stop Fighting? A Bouncer, a Therapist and a Referee Have Advice", - "description": "These conflict resolution experts know how to stop fights before and after they start. But would their techniques work on my brawling twins?", - "content": "These conflict resolution experts know how to stop fights before and after they start. But would their techniques work on my brawling twins?", - "category": "Parenting", - "link": "https://www.nytimes.com/2020/04/07/parenting/break-up-kids-fight.html", - "creator": "Emily J. Sullivan", - "pubDate": "Tue, 07 Apr 2020 20:19:34 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Joe Biden's Infrastructure Bill Is a Big Success", + "description": "Voters may pummel Democrats next year, but future generations will be grateful. ", + "content": "Voters may pummel Democrats next year, but future generations will be grateful. ", + "category": "Infrastructure Investment and Jobs Act (2021)", + "link": "https://www.nytimes.com/2021/11/18/opinion/biden-infrastructure-stimulus-bill.html", + "creator": "David Brooks", + "pubDate": "Fri, 19 Nov 2021 19:53:46 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "938123b2e2e2429bfd6f99fba4d29a62" + "hash": "fcab4e5147eac3377e1b108f955cfd6f" }, { - "title": "I’m Jealous of the Attention My Wife Gives My Son. Am I a Monster?", - "description": "It’s embarrassing to admit I envy their relationship, but it turns out I’m not alone.", - "content": "It’s embarrassing to admit I envy their relationship, but it turns out I’m not alone.", - "category": "Jealousy and Envy", - "link": "https://www.nytimes.com/2020/04/16/parenting/jealous-of-baby.html", - "creator": "Jared Bilski", - "pubDate": "Fri, 17 Apr 2020 02:15:53 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Bad Luck Banging or Loony Porn’ Review: No Sex, Please, We’re Romanian", + "description": "A viral video scandal ensnares a Bucharest schoolteacher in Radu Jude’s biting, bawdy and brilliant Covid-age fable.", + "content": "A viral video scandal ensnares a Bucharest schoolteacher in Radu Jude’s biting, bawdy and brilliant Covid-age fable.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/11/18/movies/bad-luck-banging-or-loony-porn-review.html", + "creator": "A.O. Scott", + "pubDate": "Fri, 19 Nov 2021 19:51:19 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f76cf7292da363f5c90322dc7c8a5c8c" + "hash": "e565d7d53bfad327ecd26b1b10f30bd2" }, { - "title": "Looking Again at Amy Winehouse, 10 Years After Her Death", - "description": "In “Amy: Beyond the Stage,” the Design Museum in London explores — and tries to somewhat reframe — the “Back to Black” singer’s life and legacy.", - "content": "In “Amy: Beyond the Stage,” the Design Museum in London explores — and tries to somewhat reframe — the “Back to Black” singer’s life and legacy.", - "category": "Music", - "link": "https://www.nytimes.com/2021/12/01/arts/design/amy-winehouse-design-museum.html", - "creator": "Desiree Ibekwe", - "pubDate": "Wed, 01 Dec 2021 19:18:58 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kyle Rittenhouse's Firearm Made Everything Worse", + "description": "Kyle Rittenhouse’s semiautomatic rifle endangered everybody around him —  and himself.", + "content": "Kyle Rittenhouse’s semiautomatic rifle endangered everybody around him —  and himself.", + "category": "Murders, Attempted Murders and Homicides", + "link": "https://www.nytimes.com/2021/11/17/opinion/kyle-rittenhouse-guns.html", + "creator": "Farhad Manjoo", + "pubDate": "Fri, 19 Nov 2021 19:50:37 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2315287e3e23d07f0855c4984d9dbf70" + "hash": "07f71c4056e48f1bd85b3bdf41d2ae1a" }, { - "title": "Seiya Suzuki's M.L.B. Arrival Could Be Delayed by Lockout", - "description": "Seiya Suzuki can hit for average and power, and plays solid defense. The only thing slowing his arrival is the possibility of an M.L.B. lockout.", - "content": "Seiya Suzuki can hit for average and power, and plays solid defense. The only thing slowing his arrival is the possibility of an M.L.B. lockout.", - "category": "Baseball", - "link": "https://www.nytimes.com/2021/11/30/sports/baseball/seiya-suzuki-japan.html", - "creator": "Brad Lefton", - "pubDate": "Tue, 30 Nov 2021 16:04:20 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "With 'New York Ninja,' Lights, Camera and, Finally, Action", + "description": "The 1984 kung fu film was shot, but it wasn’t completed. Now, with a new director and newly recorded dialogue, the film sees the light of day.", + "content": "The 1984 kung fu film was shot, but it wasn’t completed. Now, with a new director and newly recorded dialogue, the film sees the light of day.", + "category": "Movies", + "link": "https://www.nytimes.com/2021/11/19/movies/new-york-ninja-movie.html", + "creator": "Eric Grode", + "pubDate": "Fri, 19 Nov 2021 19:48:40 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b6ce2c39e8075d09ee293507b1dad9a" + "hash": "05b85e4d48f9e181131de124571a00b0" }, { - "title": "Translation Is Hard Work. Lydia Davis Makes It Thrilling.", - "description": "In “Essays Two,” the acclaimed fiction writer and translator of Proust, Flaubert and others does a beautiful job of transmitting the satisfactions of working with language.", - "content": "In “Essays Two,” the acclaimed fiction writer and translator of Proust, Flaubert and others does a beautiful job of transmitting the satisfactions of working with language.", - "category": "Essays Two: On Proust, Translation, Foreign Languages, and the City of Arles (Book)", - "link": "https://www.nytimes.com/2021/11/30/books/review-lydia-davis-essays-two.html", - "creator": "Molly Young", - "pubDate": "Tue, 30 Nov 2021 10:00:02 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Biden Will Briefly Transfer Power to Harris", + "description": "President Biden, who will undergo a physical and colonoscopy on Friday, is the oldest commander in chief to receive a full medical evaluation while in office.", + "content": "President Biden, who will undergo a physical and colonoscopy on Friday, is the oldest commander in chief to receive a full medical evaluation while in office.", + "category": "Biden, Joseph R Jr", + "link": "https://www.nytimes.com/2021/11/19/us/politics/biden-harris-power-transfer.html", + "creator": "Katie Rogers", + "pubDate": "Fri, 19 Nov 2021 19:23:13 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab48116c8b13184644e2ced1621cfdf5" + "hash": "e0dabe1d5d0ee159727e4860ecd37097" }, { - "title": "On Rikers Island, A Doctor for Older Detainees", - "description": "Insights from Dr. Rachael Bedard, a jail-based geriatrician.", - "content": "Insights from Dr. Rachael Bedard, a jail-based geriatrician.", - "category": "Prisons and Prisoners", - "link": "https://www.nytimes.com/2021/11/12/nyregion/rikers-older-prisoners.html", - "creator": "Ted Alcorn", - "pubDate": "Fri, 12 Nov 2021 10:00:23 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Discussions of Race Are Notably Absent in Trial of Arbery Murder Suspects", + "description": "Many outside observers say Ahmaud Arbery’s death at the hands of three white men is a prominent example of racial violence. But the jury never heard that argument.", + "content": "Many outside observers say Ahmaud Arbery’s death at the hands of three white men is a prominent example of racial violence. But the jury never heard that argument.", + "category": "Black People", + "link": "https://www.nytimes.com/2021/11/19/us/ahmaud-arbery-shooting-race.html", + "creator": "Tariro Mzezewa, Giulia Heyward and Richard Fausset", + "pubDate": "Fri, 19 Nov 2021 19:20:14 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f8ac0d57375507f19c191a93bbd659b" + "hash": "b9a462cd7705881ccb90acf017e7cca3" }, { - "title": "New to ‘It’s Always Sunny’? Watch These 5 Episodes", - "description": "The sitcom, about to become American TV’s longest-running live-action comedy, isn’t everyone’s kind of humor. These episodes capture the show’s brand of boundary-pushing satire.", - "content": "The sitcom, about to become American TV’s longest-running live-action comedy, isn’t everyone’s kind of humor. These episodes capture the show’s brand of boundary-pushing satire.", - "category": "Television", - "link": "https://www.nytimes.com/2021/11/26/arts/television/its-always-sunny-in-philadelphia-top-episodes.html", - "creator": "Austin Considine", - "pubDate": "Fri, 26 Nov 2021 10:00:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Curry’s 3-Point Bonanza Has Golden State Bouncing Back", + "description": "A turnaround early this season has come with Stephen Curry reasserting why he is the best 3-point shooter in basketball history.", + "content": "A turnaround early this season has come with Stephen Curry reasserting why he is the best 3-point shooter in basketball history.", + "category": "Basketball", + "link": "https://www.nytimes.com/2021/11/19/sports/basketball/nba-golden-state-warriors-stephen-curry.html", + "creator": "Victor Mather", + "pubDate": "Fri, 19 Nov 2021 19:00:47 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9435bde58c966cf6750ec9ec9cbb4ed1" + "hash": "f52a2ec7825c0c30ed152f87499f5975" }, { - "title": "Boebert Reaches Out to Omar After Incendiary Video, Escalating a Feud", - "description": "Representative Lauren Boebert made an overture to Representative Ilhan Omar after suggesting that the Muslim lawmaker was a terrorism threat. The call did not go well.", - "content": "Representative Lauren Boebert made an overture to Representative Ilhan Omar after suggesting that the Muslim lawmaker was a terrorism threat. The call did not go well.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/11/29/us/politics/boebert-omar-apology.html", - "creator": "Jonathan Weisman", - "pubDate": "Tue, 30 Nov 2021 17:45:56 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kevin McCarthy Speaks for More Than Eight Hours to Delay a House Vote", + "description": "The House minority leader began speaking Thursday night against President Biden’s social policy bill. He stopped at 5:10 a.m. Friday, after setting a record for the longest speech.", + "content": "The House minority leader began speaking Thursday night against President Biden’s social policy bill. He stopped at 5:10 a.m. Friday, after setting a record for the longest speech.", + "category": "McCarthy, Kevin (1965- )", + "link": "https://www.nytimes.com/2021/11/19/us/politics/kevin-mccarthy-speech.html", + "creator": "Jonathan Weisman and Jenny Gross", + "pubDate": "Fri, 19 Nov 2021 18:59:38 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88e6bacef2f41ca7d63591c608daeded" + "hash": "b5577e623122ffa8b450120e4b106f94" }, { - "title": "‘The Power of the Dog’ Review: Wild Hearts on a Closed Frontier", - "description": "In Jane Campion’s staggering take on the western, her first movie in more than a decade, a cruel cowboy meets his surprising match.", - "content": "In Jane Campion’s staggering take on the western, her first movie in more than a decade, a cruel cowboy meets his surprising match.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/11/30/movies/the-power-of-the-dog-review.html", - "creator": "Manohla Dargis", - "pubDate": "Tue, 30 Nov 2021 20:53:55 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Venezuelan Opposition Risks an Election Challenge to Maduro", + "description": "With little hope of a fair vote, opposition candidates take a desperate risk to gain any edge against Venezuela’s entrenched autocrat, Nicolás Maduro.", + "content": "With little hope of a fair vote, opposition candidates take a desperate risk to gain any edge against Venezuela’s entrenched autocrat, Nicolás Maduro.", + "category": "Elections", + "link": "https://www.nytimes.com/2021/11/19/world/americas/venezuela-elections-maduro.html", + "creator": "Julie Turkewitz and Adriana Loureiro Fernandez", + "pubDate": "Fri, 19 Nov 2021 18:56:44 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d38ab95ac29a1c97da47e95cb38fe96" + "hash": "d358ba6c1ed82febf655b72d61da3eb6" }, { - "title": "Tucson Moves to Fire Officer Seen Fatally Shooting Man in Wheelchair", - "description": "A man who was said to have stolen a toolbox from a Walmart and flashed a knife at an employee was shot in the back and side in a confrontation captured on video, the police said.", - "content": "A man who was said to have stolen a toolbox from a Walmart and flashed a knife at an employee was shot in the back and side in a confrontation captured on video, the police said.", - "category": "Police Department (Tucson, Ariz)", - "link": "https://www.nytimes.com/2021/11/30/us/ryan-remington-tucson-police-shooting.html", - "creator": "Vimal Patel", - "pubDate": "Wed, 01 Dec 2021 05:26:38 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "3 Women in the Senate Object to ‘Sexist’ Focus on Sinema’s Style", + "description": "The senators criticize The Times’s coverage of their colleague’s style and fashion choices.", + "content": "The senators criticize The Times’s coverage of their colleague’s style and fashion choices.", + "category": "Sinema, Kyrsten", + "link": "https://www.nytimes.com/2021/11/19/opinion/letters/kyrsten-sinema-senate.html", + "creator": "", + "pubDate": "Fri, 19 Nov 2021 18:39:43 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a238038c98bdaacd31bcf44c6fdb3d59" + "hash": "6d6d90a6c57076faea293d947e231ad4" }, { - "title": "Restoring a 1788 House in Charleston, S.C., With a Walled Garden ", - "description": "The stately 1788 home in South Carolina had expansive rooms and a walled garden. But it needed a lot of work — and that would take time and money.", - "content": "The stately 1788 home in South Carolina had expansive rooms and a walled garden. But it needed a lot of work — and that would take time and money.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/11/30/realestate/charleston-nc-house-restoration.html", - "creator": "Tim McKeough", - "pubDate": "Tue, 30 Nov 2021 17:13:33 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Amazon Deforestation Soars to 15-Year High", + "description": "Brazil committed this month to end illegal deforestation in eight years, but a government report raises questions about its intent and ability to meet that target.", + "content": "Brazil committed this month to end illegal deforestation in eight years, but a government report raises questions about its intent and ability to meet that target.", + "category": "Politics and Government", + "link": "https://www.nytimes.com/2021/11/19/world/americas/brazil-amazon-deforestation.html", + "creator": "Manuela Andreoni", + "pubDate": "Fri, 19 Nov 2021 18:26:13 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d644061ef7f1737853177de2b2685ce" + "hash": "04cf234bba33c517a218c429848ac064" }, { - "title": "Your Heart and Diet: A Heart-Healthy Way to Eat", - "description": "Aim for an overall healthful dietary pattern, the American Heart Association advises, rather than focusing on “good” or “bad” foods.", - "content": "Aim for an overall healthful dietary pattern, the American Heart Association advises, rather than focusing on “good” or “bad” foods.", - "category": "Diet and Nutrition", - "link": "https://www.nytimes.com/2021/11/29/well/eat/heart-healthy-diet-foods.html", - "creator": "Jane E. Brody", - "pubDate": "Tue, 30 Nov 2021 18:40:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What Happens After the Worst of the Pandemic Is Behind Us?", + "description": "We need to learn the right lessons from the pandemic.", + "content": "We need to learn the right lessons from the pandemic.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/18/opinion/covid-winter-risk.html", + "creator": "Zeynep Tufekci", + "pubDate": "Fri, 19 Nov 2021 18:11:00 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "184868d2e99a1db6ff20a6e59ddceeb2" + "hash": "09d7fe845ef5d0f18d9c4a89ad796393" }, { - "title": "Chris Cuomo Is Suspended by CNN After Details of Help He Gave Andrew", - "description": "The cable news network’s top-rated anchor was an intimate adviser to Andrew Cuomo in the last 18 months of his governorship.", - "content": "The cable news network’s top-rated anchor was an intimate adviser to Andrew Cuomo in the last 18 months of his governorship.", - "category": "Cuomo, Christopher", - "link": "https://www.nytimes.com/2021/11/30/business/media/chris-cuomo-suspended-cnn.html", - "creator": "Michael M. Grynbaum and John Koblin", - "pubDate": "Wed, 01 Dec 2021 05:19:17 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Talk to Kids About Death and Loss", + "description": "Loss may be part of Thanksgiving this year. Here’s how to help kids navigate it.", + "content": "Loss may be part of Thanksgiving this year. Here’s how to help kids navigate it.", + "category": "Grief (Emotion)", + "link": "https://www.nytimes.com/2021/11/19/opinion/grief-mourning-children.html", + "creator": "Miranda Featherstone", + "pubDate": "Fri, 19 Nov 2021 17:38:08 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6ff7841a9869bb0c115d11bc199fb78" + "hash": "282cf98274bf4680ba747914dd007106" }, { - "title": "Alice Sebold Apologizes to Man Wrongly Convicted of Raping Her", - "description": "Anthony Broadwater spent 16 years in prison after the author identified him as her attacker in an assault she described in her memoir, “Lucky.” Its publisher said Tuesday that it would stop distributing the book.", - "content": "Anthony Broadwater spent 16 years in prison after the author identified him as her attacker in an assault she described in her memoir, “Lucky.” Its publisher said Tuesday that it would stop distributing the book.", - "category": "Sebold, Alice", - "link": "https://www.nytimes.com/2021/11/30/nyregion/alice-sebold-rape-case.html", - "creator": "Alexandra Alter and Karen Zraick", - "pubDate": "Wed, 01 Dec 2021 13:25:32 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Miss Friday's Lunar Eclipse? Here's What it Looked Like.", + "description": "The partial eclipse on Thursday night and Friday morning lasted more than six hours, and these photos captured the moon’s rust-red hue.", + "content": "The partial eclipse on Thursday night and Friday morning lasted more than six hours, and these photos captured the moon’s rust-red hue.", + "category": "Eclipses", + "link": "https://www.nytimes.com/2021/11/19/science/lunar-eclipse-photos.html", + "creator": "Michael Roston and Matt McCann", + "pubDate": "Fri, 19 Nov 2021 17:19:05 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69524b64069f729448498a90aaefc9d2" + "hash": "1c8746a9dbd825acf649fafdd541ca89" }, { - "title": "F.D.A. Panel Endorses Merck’s Covid Pill for High-Risk Adults", - "description": "A panel of experts recommended that the U.S. authorize the first in a new class of drugs that could work against a range of variants, including Omicron. The drug, molnupiravir, could be authorized within days for Covid patients at high risk of severe illness. Here’s the latest on the pandemic.", - "content": "A panel of experts recommended that the U.S. authorize the first in a new class of drugs that could work against a range of variants, including Omicron. The drug, molnupiravir, could be authorized within days for Covid patients at high risk of severe illness. Here’s the latest on the pandemic.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/30/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Tue, 30 Nov 2021 21:54:26 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The G.O.P. Has a Bad Men Problem", + "description": "The creeping not-so-casual misogyny is indicative of the dark path down which former President Donald Trump continues to lead the G.O.P.", + "content": "The creeping not-so-casual misogyny is indicative of the dark path down which former President Donald Trump continues to lead the G.O.P.", + "category": "Gosar, Paul (1958- )", + "link": "https://www.nytimes.com/2021/11/19/opinion/trump-gop-misogyny.html", + "creator": "Michelle Cottle", + "pubDate": "Fri, 19 Nov 2021 17:00:00 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a976dc1bd8a9bdcee04dd526a77d4eaf" + "hash": "59e92a624dbbc3554baf569f3ecfd98c" }, { - "title": "Amid Variant Fears, U.K. Discovers Limits to Its Virus Strategy", - "description": "Britain’s approach to coronavirus-related restrictions has been looser than other European countries, but the Omicron variant has spurred swift action on mitigation measures.", - "content": "Britain’s approach to coronavirus-related restrictions has been looser than other European countries, but the Omicron variant has spurred swift action on mitigation measures.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/30/world/europe/uk-omicron-variant.html", - "creator": "Mark Landler and Megan Specia", - "pubDate": "Tue, 30 Nov 2021 18:14:44 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Who Is Afghanistan's Soccer Team Playing For?", + "description": "Afghanistan’s national soccer team played a rare match this week. But with the Taliban in control of their country, what, and whom, are they playing for?", + "content": "Afghanistan’s national soccer team played a rare match this week. But with the Taliban in control of their country, what, and whom, are they playing for?", + "category": "Soccer", + "link": "https://www.nytimes.com/2021/11/18/sports/soccer/afghanistan-soccer-taliban.html", + "creator": "James Montague and Bradley Secker", + "pubDate": "Fri, 19 Nov 2021 16:59:22 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f79af9f9132729d01c7be4ed79190717" + "hash": "e9f241e2c4962052f941a4dfa1884491" }, { - "title": "3 Are Killed in Shooting at Michigan High School", - "description": "A 15-year-old was taken into custody after firing a semiautomatic handgun at Oxford High School in Michigan, the authorities said. Follow updates.", - "content": "A 15-year-old was taken into custody after firing a semiautomatic handgun at Oxford High School in Michigan, the authorities said. Follow updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/30/us/school-shooting-michigan", - "creator": "The New York Times", - "pubDate": "Tue, 30 Nov 2021 21:54:26 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Inspiration for ‘Malfunction: The Dressing Down of Janet Jackson’", + "description": "The New York Times’s latest documentary, premiering Friday, examines the scandal surrounding the performer following the 2004 Super Bowl halftime show.", + "content": "The New York Times’s latest documentary, premiering Friday, examines the scandal surrounding the performer following the 2004 Super Bowl halftime show.", + "category": "Pop and Rock Music", + "link": "https://www.nytimes.com/2021/11/19/insider/janet-jackson-documentary.html", + "creator": "Rachel Abrams", + "pubDate": "Fri, 19 Nov 2021 16:58:08 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "658b6c5825d104786ae64c2d4bc4f1aa" + "hash": "eee0773ee5e5cb0d44074f3a19c82d1a" }, { - "title": "Powell Says Fed Could Finish Bond-Buying Taper Early", - "description": "The Federal Reserve could pull back economic support faster as inflation lasts, and its chair signaled that for now the Omicron variant is a “risk.”", - "content": "The Federal Reserve could pull back economic support faster as inflation lasts, and its chair signaled that for now the Omicron variant is a “risk.”", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/11/30/business/powell-bond-buying-taper.html", - "creator": "Jeanna Smialek and Alan Rappeport", - "pubDate": "Tue, 30 Nov 2021 18:54:43 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Supermodel Iman Opens Up About David Bowie, a New Perfume and More", + "description": "The supermodel talks about life after David Bowie, their Catskills refuge and the perfume inspired by their love.", + "content": "The supermodel talks about life after David Bowie, their Catskills refuge and the perfume inspired by their love.", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/11/18/style/iman-david-bowie.html", + "creator": "Guy Trebay", + "pubDate": "Fri, 19 Nov 2021 16:20:50 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a61f5d89a032ce750c014894af9626cc" + "hash": "f6eeea20c806c50c7a91928a2d0aa5a6" }, { - "title": "Stocks Fell Again as Fed Signaled It Could End Support", - "description": "Wall Street was uneasy after suggestions from the Federal Reserve chair that the Fed will hasten the reduction of its economic support. Here’s the latest.", - "content": "Wall Street was uneasy after suggestions from the Federal Reserve chair that the Fed will hasten the reduction of its economic support. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/30/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Tue, 30 Nov 2021 21:54:26 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The First Family of New Jersey Football", + "description": "Seventeen of the last 20 New Jersey state high school championships have featured a team coached by Mike Campanile or one of his four sons.", + "content": "Seventeen of the last 20 New Jersey state high school championships have featured a team coached by Mike Campanile or one of his four sons.", + "category": "Coaches and Managers", + "link": "https://www.nytimes.com/2021/11/19/sports/football/nj-high-school-football-campanile.html", + "creator": "Kevin Armstrong", + "pubDate": "Fri, 19 Nov 2021 15:51:51 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2745437df9e23f915bfb7dcb3fb412f5" + "hash": "4a232dc2974f8de72c55e4ef950a5d9f" }, { - "title": "Mark Meadows Cooperating With Jan. 6 Attack Inquiry", - "description": "Donald J. Trump’s former chief of staff, Mark Meadows, has turned over documents and agreed to be deposed in the House’s inquiry into the Jan. 6 attack.", - "content": "Donald J. Trump’s former chief of staff, Mark Meadows, has turned over documents and agreed to be deposed in the House’s inquiry into the Jan. 6 attack.", - "category": "Meadows, Mark R (1959- )", - "link": "https://www.nytimes.com/2021/11/30/us/politics/capitol-riot-investigation-meadows.html", - "creator": "Luke Broadwater", - "pubDate": "Tue, 30 Nov 2021 18:54:36 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Wisconsin Republicans Push to Take Over the State’s Elections", + "description": "Led by Senator Ron Johnson, G.O.P. officials want to eliminate a bipartisan elections agency — and maybe send its members to jail.", + "content": "Led by Senator Ron Johnson, G.O.P. officials want to eliminate a bipartisan elections agency — and maybe send its members to jail.", + "category": "Wisconsin", + "link": "https://www.nytimes.com/2021/11/19/us/politics/wisconsin-republicans-decertify-election.html", + "creator": "Reid J. Epstein", + "pubDate": "Fri, 19 Nov 2021 15:00:08 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b80cae62a59287fa3c5346952b5afd08" + "hash": "d070ba3d878c8ab0e79142342196cecb" }, { - "title": "First Accuser Testifies in Ghislaine Maxwell Trial", - "description": "A woman who prosecutors say was recruited for sex by Ms. Maxwell and Jeffrey Epstein at the age of 14 took the witness stand. Follow updates.", - "content": "A woman who prosecutors say was recruited for sex by Ms. Maxwell and Jeffrey Epstein at the age of 14 took the witness stand. Follow updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/30/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Tue, 30 Nov 2021 21:54:26 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Little Lad? Berries and Cream? Call It Performance Art.", + "description": "Jack Ferver, the creator of a well-regarded body of dance-theater works, has also become a TikTok phenomenon because of a Starburst ad from 2007.", + "content": "Jack Ferver, the creator of a well-regarded body of dance-theater works, has also become a TikTok phenomenon because of a Starburst ad from 2007.", + "category": "Social Media", + "link": "https://www.nytimes.com/2021/11/19/arts/dance/berries-and-cream-tik-tok.html", + "creator": "Margaret Fuhrer", + "pubDate": "Fri, 19 Nov 2021 15:00:08 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04eccbd346258af51e576e87c533cc79" + "hash": "e1301df38cca66f9784e0568d7421da6" }, { - "title": "Baptism Is Getting Wild: Horse Troughs, Hot Tubs and Hashtags", - "description": "In some evangelical churches, a once-staid ritual is returning to its informal roots — and things sometimes get “a little rowdy” along the way.", - "content": "In some evangelical churches, a once-staid ritual is returning to its informal roots — and things sometimes get “a little rowdy” along the way.", - "category": "Baptism", - "link": "https://www.nytimes.com/2021/11/29/us/evangelical-churches-baptism.html", - "creator": "Ruth Graham", - "pubDate": "Tue, 30 Nov 2021 05:37:56 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Feeling Anxious About Thanksgiving This Year? You’re Not Alone.", + "description": "The first postvaccine Thanksgiving will be full of joy — and anxiety. Here’s how to navigate it.", + "content": "The first postvaccine Thanksgiving will be full of joy — and anxiety. Here’s how to navigate it.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2021/11/18/opinion/thanksgiving-christmas-family-tension.html", + "creator": "Emily Esfahani Smith", + "pubDate": "Fri, 19 Nov 2021 14:44:16 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2b6dbbb7c53bad1ec02763708fa2843" + "hash": "3ced1eca2ffed2d84759cf16c362f889" }, { - "title": "Tony Kushner, Oracle of the Upper West Side", - "description": "When Steven Spielberg asked Kushner, America’s most important living playwright, to take on ‘West Side Story,’ he thought, ‘He’s lost his mind.’ But he dared.", - "content": "When Steven Spielberg asked Kushner, America’s most important living playwright, to take on ‘West Side Story,’ he thought, ‘He’s lost his mind.’ But he dared.", - "category": "Kushner, Tony", - "link": "https://www.nytimes.com/2021/11/30/t-magazine/tony-kushner-caroline-west-side.html", - "creator": "A.O. Scott", - "pubDate": "Tue, 30 Nov 2021 17:53:40 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Why the U.S. Is Considering Expanding Booster Shot Eligibility to All Adults", + "description": "The U.S. may soon offer booster shots to every adult. Here’s why.", + "content": "The U.S. may soon offer booster shots to every adult. Here’s why.", + "category": "", + "link": "https://www.nytimes.com/2021/11/19/briefing/booster-eligibility-us-fda.html", + "creator": "Ian Prasad Philbrick and Claire Moses", + "pubDate": "Fri, 19 Nov 2021 13:59:58 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab604d81750f96305eb27a5fd23aff3b" + "hash": "cf4a472b61430d7b1977be3c04a47e89" }, { - "title": "The Case Against Abortion", - "description": "Making the argument that lies behind the constitutional debate.", - "content": "Making the argument that lies behind the constitutional debate.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/11/30/opinion/abortion-dobbs-supreme-court.html", - "creator": "Ross Douthat", - "pubDate": "Tue, 30 Nov 2021 15:14:51 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Save Your Knees Without Giving Up Your Workout", + "description": "There’s no magic bullet to knee health, but staying active and building muscles around the joint are crucial.", + "content": "There’s no magic bullet to knee health, but staying active and building muscles around the joint are crucial.", + "category": "Knees", + "link": "https://www.nytimes.com/2021/11/19/well/workout-exercise-knee-health.html", + "creator": "Alex Hutchinson", + "pubDate": "Fri, 19 Nov 2021 13:04:42 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6e2ae709cd523918523cce9544923af" + "hash": "4ad463f7dd32cc1ec4680935a064378c" }, { - "title": "The Women Who Died After Abortion Bans", - "description": "It should not take a high-profile death to expose just how much is at risk when medicine is hamstrung by politics, religion or culture.", - "content": "It should not take a high-profile death to expose just how much is at risk when medicine is hamstrung by politics, religion or culture.", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/11/29/opinion/heartbeat-abortion-bans-savita-izabela.html", - "creator": "Sarah Wildman", - "pubDate": "Mon, 29 Nov 2021 11:30:55 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Belarus-Poland Border Chaos Is Partly of Europe’s Own Making", + "description": "The chaos at the Belarus-Poland border is partly of the European Union’s making.", + "content": "The chaos at the Belarus-Poland border is partly of the European Union’s making.", + "category": "Belarus", + "link": "https://www.nytimes.com/2021/11/19/opinion/poland-belarus-border-europe.html", + "creator": "Charlotte McDonald-Gibson", + "pubDate": "Fri, 19 Nov 2021 12:20:46 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b5128abec8944af104cac77bcac5227" + "hash": "6d4939ea3353296ff81fd6d7b9289fb4" }, { - "title": "Becoming a Parent, or Deciding Not To", - "description": "Betty Rollin and other readers discuss whether it is “still OK to procreate.” Also: Following the kids’ lead on masks; regulating cyberwar.", - "content": "Betty Rollin and other readers discuss whether it is “still OK to procreate.” Also: Following the kids’ lead on masks; regulating cyberwar.", - "category": "Parenting", - "link": "https://www.nytimes.com/2021/11/30/opinion/letters/parents-children.html", - "creator": "", - "pubDate": "Tue, 30 Nov 2021 16:39:33 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How Belarus Manufactured a Border Crisis", + "description": "A political gamble by the nation’s desperate leader has become a diplomatic and humanitarian crisis.", + "content": "A political gamble by the nation’s desperate leader has become a diplomatic and humanitarian crisis.", + "category": "Belarus-Poland Border Crisis (2021- )", + "link": "https://www.nytimes.com/2021/11/19/podcasts/the-daily/belarus-poland-migrant-crisis-european-union.html", + "creator": "Michael Barbaro, Sydney Harper, Mooj Zadie, Clare Toeniskoetter, Rachelle Bonja, Lynsea Garrison, Mike Benoist, Patricia Willens, M.J. Davis Lin, Dan Powell and Chris Wood", + "pubDate": "Fri, 19 Nov 2021 11:00:07 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "782a45d69430bdc16071187a3a5dba1b" + "hash": "c21892b3ca0a6a7c3e5c4432332c84a8" }, { - "title": "Fear and Uncertainty Over the Omicron Variant", - "description": "Readers discuss travel bans, globalism and “variants of kindness.”", - "content": "Readers discuss travel bans, globalism and “variants of kindness.”", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/11/29/opinion/letters/omicron-coronavirus-variant.html", + "title": "How the Beatles Broke Up and the Deaf Football Team Taking California by Storm: The Week in Narrated Articles", + "description": "Five articles from around The Times, narrated just for you.", + "content": "Five articles from around The Times, narrated just for you.", + "category": "", + "link": "https://www.nytimes.com/2021/11/19/podcasts/the-beatles-eric-adams-california-school-for-the-deaf-narrated-articles.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 20:20:27 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 10:30:02 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2ddaf16a522eccf144834fe3b46c4d9" + "hash": "dcca98684beb055a674ef24887f90d2b" }, { - "title": "Kyle Rittenhouse, Travis McMichael and the Problem of ‘Self Defense’", - "description": "More guns, no matter in whose hands, will create more standoffs, more intimidation, more death sanctioned in the eyes of the law.", - "content": "More guns, no matter in whose hands, will create more standoffs, more intimidation, more death sanctioned in the eyes of the law.", - "category": "Arbery, Ahmaud (1994-2020)", - "link": "https://www.nytimes.com/2021/11/29/opinion/self-defense-guns-arbery-rittenhouse.html", - "creator": "Tali Farhadian Weinstein", - "pubDate": "Mon, 29 Nov 2021 18:53:37 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "People Like Her Didn’t Exist in French Novels. Until She Wrote One.", + "description": "Fatima Daas’s debut book explores the writer’s conflicted identities as a lesbian, Muslim woman with an immigrant background. In France, it was an unlikely literary hit.", + "content": "Fatima Daas’s debut book explores the writer’s conflicted identities as a lesbian, Muslim woman with an immigrant background. In France, it was an unlikely literary hit.", + "category": "Daas, Fatima", + "link": "https://www.nytimes.com/2021/11/19/books/fatima-daas-the-last-one.html", + "creator": "Julia Webster Ayuso", + "pubDate": "Fri, 19 Nov 2021 10:21:37 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06810cc7fc4520cd436883a49237e515" + "hash": "5b2fcc03924c1210137fa2d660e99f53" }, { - "title": "Omicron Is Coming. The U.S. Must Act Now.", - "description": "South Africa gave the world an early warning. Decisive action on containment and surveillance could help us control it.", - "content": "South Africa gave the world an early warning. Decisive action on containment and surveillance could help us control it.", - "category": "Coronavirus Delta Variant", - "link": "https://www.nytimes.com/2021/11/28/opinion/covid-omicron-travel-ban-testing.html", - "creator": "Zeynep Tufekci", - "pubDate": "Sun, 28 Nov 2021 16:00:09 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "After Time in U.S. Prisons, Maria Butina Now Sits in Russia's Parliament", + "description": "Maria Butina, convicted of serving as an unregistered foreign agent before and after the 2016 election, insists she “wasn’t a spy” and that her Duma seat is “not a reward.” Her critics call her a Kremlin “trophy.”", + "content": "Maria Butina, convicted of serving as an unregistered foreign agent before and after the 2016 election, insists she “wasn’t a spy” and that her Duma seat is “not a reward.” Her critics call her a Kremlin “trophy.”", + "category": "Content Type: Personal Profile", + "link": "https://www.nytimes.com/2021/11/19/world/europe/maria-butina-russia-duma.html", + "creator": "Valerie Hopkins", + "pubDate": "Fri, 19 Nov 2021 10:00:29 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e02f0692e42e1ddc412336aa9565390" + "hash": "d3b29c5658ad9daba55bbc0a0f534ff8" }, { - "title": "This Holiday Season, Keep Forgiveness on Hand", - "description": "As we gather to celebrate the holidays during a difficult year, we’d be wise to consider a posture of grace.", - "content": "As we gather to celebrate the holidays during a difficult year, we’d be wise to consider a posture of grace.", - "category": "Thanksgiving Day", - "link": "https://www.nytimes.com/2021/11/24/opinion/thanksgiving-family-forgiveness.html", - "creator": "Kelly Corrigan", - "pubDate": "Mon, 29 Nov 2021 17:30:41 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Decision That Cost Hitler the War", + "description": "“Hitler’s American Gamble,” by Brendan Simms and Charlie Laderman, examines Hitler’s ill-fated choice to declare war on the United States.", + "content": "“Hitler’s American Gamble,” by Brendan Simms and Charlie Laderman, examines Hitler’s ill-fated choice to declare war on the United States.", + "category": "Books and Literature", + "link": "https://www.nytimes.com/2021/11/19/books/review/hitlers-american-gamble-brendan-simms-charlie-laderman.html", + "creator": "Benjamin Carter Hett", + "pubDate": "Fri, 19 Nov 2021 10:00:04 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0db65dbc5482c0942369d069808dcdfe" + "hash": "d54981316a8cb5a94e59fb39d67c32c1" }, { - "title": "Jack Dorsey Steps Down as C.E.O. of Twitter", - "description": "The social media pioneer, whose name has become synonymous with the company, was replaced by Twitter’s chief technology officer, Parag Agrawal.", - "content": "The social media pioneer, whose name has become synonymous with the company, was replaced by Twitter’s chief technology officer, Parag Agrawal.", - "category": "Twitter", - "link": "https://www.nytimes.com/2021/11/29/technology/jack-dorsey-twitter.html", - "creator": "Kate Conger and Lauren Hirsch", - "pubDate": "Tue, 30 Nov 2021 10:02:25 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "First Known Covid Case Was Vendor at Wuhan Market, Scientist Says", + "description": "A new review of early Covid-19 cases in the journal Science will revive, though certainly not settle, the debate over how the pandemic began.", + "content": "A new review of early Covid-19 cases in the journal Science will revive, though certainly not settle, the debate over how the pandemic began.", + "category": "Coronavirus (2019-nCoV)", + "link": "https://www.nytimes.com/2021/11/18/health/covid-wuhan-market-lab-leak.html", + "creator": "Carl Zimmer, Benjamin Mueller and Chris Buckley", + "pubDate": "Fri, 19 Nov 2021 03:45:26 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2fa9fbd9c1c805eb33689e252504050" + "hash": "f4e7cc93a5fca735e6f3f323b4259a95" }, { - "title": "Chris Cuomo Played Outsize Role in Andrew Cuomo’s Defense", - "description": "Chris Cuomo, the CNN host, participated in strategy discussions and shared a tip on at least one woman who had accused his brother, Andrew Cuomo, of sexual harassment.", - "content": "Chris Cuomo, the CNN host, participated in strategy discussions and shared a tip on at least one woman who had accused his brother, Andrew Cuomo, of sexual harassment.", - "category": "Cuomo, Andrew M", - "link": "https://www.nytimes.com/2021/11/29/nyregion/chris-cuomo-andrew-cuomo-sexual-harassment.html", - "creator": "Nicholas Fandos, Michael Gold, Grace Ashford and Dana Rubinstein", - "pubDate": "Tue, 30 Nov 2021 00:49:34 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Oklahoma Governor Commutes Julius Jones's Death Sentence", + "description": "A coalition of celebrities, conservatives and Christian leaders had urged Gov. Kevin Stitt to commute the death penalty sentence of Julius Jones, who was convicted of murder in 2002.", + "content": "A coalition of celebrities, conservatives and Christian leaders had urged Gov. Kevin Stitt to commute the death penalty sentence of Julius Jones, who was convicted of murder in 2002.", + "category": "Oklahoma", + "link": "https://www.nytimes.com/2021/11/17/us/julius-jones-oklahoma-clemency.html", + "creator": "Michael Levenson, Maria Cramer and Simon Romero", + "pubDate": "Fri, 19 Nov 2021 00:28:40 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42c0c1f2e55596e884d5179697753a57" + "hash": "f00045231034345db1ec175805b99223" }, { - "title": "As China Speeds Up Nuclear Arms Race, the U.S. Wants to Talk", - "description": "The Pentagon thinks Beijing may build 1,000 or more weapons by 2030. But it’s the new technologies that worry strategists.", - "content": "The Pentagon thinks Beijing may build 1,000 or more weapons by 2030. But it’s the new technologies that worry strategists.", - "category": "China", - "link": "https://www.nytimes.com/2021/11/28/us/politics/china-nuclear-arms-race.html", - "creator": "David E. Sanger and William J. Broad", - "pubDate": "Mon, 29 Nov 2021 00:45:32 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Biden Says His Infrastructure Law Is a ‘Big Deal.’ How Big?", + "description": "$550 billion for new spending is big, but many say America’s infrastructure needs are even bigger.", + "content": "$550 billion for new spending is big, but many say America’s infrastructure needs are even bigger.", + "category": "debatable", + "link": "https://www.nytimes.com/2021/11/18/opinion/biden-infrastructure-bill.html", + "creator": "Spencer Bokat-Lindell", + "pubDate": "Thu, 18 Nov 2021 23:00:06 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea7fb3dbb520f9ca8b6cd89ba79738b4" + "hash": "c599d741264799157ab1ba49f94736b3" }, { - "title": "Colton Underwood Comes Out and Comes Clean", - "description": "The former “Bachelor” star announced he is gay on national TV in April. A new Netflix reality series seeks to share his journey and address the criticism.", - "content": "The former “Bachelor” star announced he is gay on national TV in April. A new Netflix reality series seeks to share his journey and address the criticism.", - "category": "Homosexuality and Bisexuality", - "link": "https://www.nytimes.com/2021/11/29/arts/television/colton-underwood-netflix.html", - "creator": "Erik Piepenburg", - "pubDate": "Mon, 29 Nov 2021 10:00:20 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "He Helped Build Tesla. Now He Hopes to Do the Same at Lucid.", + "description": "Peter Rawlinson engineered the Tesla Model S. His new Lucid Air sedan is a direct challenge to Tesla’s dominance.", + "content": "Peter Rawlinson engineered the Tesla Model S. His new Lucid Air sedan is a direct challenge to Tesla’s dominance.", + "category": "Electric and Hybrid Vehicles", + "link": "https://www.nytimes.com/2021/11/18/business/lucid-motors-tesla.html", + "creator": "Niraj Chokshi and Jack Ewing", + "pubDate": "Thu, 18 Nov 2021 21:41:17 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba0edcae0ed1b5336fb2c08ee517d684" + "hash": "217da88da4c9c145d3f61e8e6a7e4518" }, { - "title": "Who Owns a Recipe? A Plagiarism Claim Has Cookbook Authors Asking.", - "description": "U.S. copyright law protects all kinds of creative material, but recipe creators are mostly powerless in an age and a business that are all about sharing.", - "content": "U.S. copyright law protects all kinds of creative material, but recipe creators are mostly powerless in an age and a business that are all about sharing.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/11/29/dining/recipe-theft-cookbook-plagiarism.html", - "creator": "Priya Krishna", - "pubDate": "Mon, 29 Nov 2021 21:11:57 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Suburbs Are Poorer and More Diverse Than We Realize", + "description": "Understanding diversity in the suburbs is a key to winning elections.", + "content": "Understanding diversity in the suburbs is a key to winning elections.", + "category": "Suburbs", + "link": "https://www.nytimes.com/2021/11/18/opinion/suburbs-poor-diverse.html", + "creator": "Jay Caspian Kang", + "pubDate": "Thu, 18 Nov 2021 20:00:07 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95b866c97c3b2f3e5cce757063573371" + "hash": "88c071a0b2663844a5bf4bacb99a86e1" }, { - "title": "‘Looking for the Good War’ Says Our Nostalgia for World War II Has Done Real Harm", - "description": "Elizabeth D. Samet demystifies the cultural narrative that has shrouded the historical reality.", - "content": "Elizabeth D. Samet demystifies the cultural narrative that has shrouded the historical reality.", - "category": "Samet, Elizabeth D", - "link": "https://www.nytimes.com/2021/11/29/books/review-looking-for-good-war-elizabeth-samet.html", - "creator": "Jennifer Szalai", - "pubDate": "Mon, 29 Nov 2021 18:49:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Justus Rosenberg, Beloved Professor With a Heroic Past, Dies at 100", + "description": "As a teenager, he helped provide safe passage to artists and intellectuals out of Vichy France. He went on to teach literature at Bard College for six decades.", + "content": "As a teenager, he helped provide safe passage to artists and intellectuals out of Vichy France. He went on to teach literature at Bard College for six decades.", + "category": "Rosenberg, Justus (1921- )", + "link": "https://www.nytimes.com/2021/11/17/nyregion/justus-rosenberg-dead.html", + "creator": "Alex Vadukul", + "pubDate": "Thu, 18 Nov 2021 19:41:12 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b786ea4e73f03ddbd9f5afa7d2d9351a" + "hash": "9b6e783ebd86d7190c43f17e9255a187" }, { - "title": "Fighting Racism, Quietly", - "description": "The Ahmaud Arbery trial offers lessons for American politics.", - "content": "The Ahmaud Arbery trial offers lessons for American politics.", - "category": "", - "link": "https://www.nytimes.com/2021/11/30/briefing/ahmaud-arbery-race-american-politics.html", - "creator": "David Leonhardt", - "pubDate": "Tue, 30 Nov 2021 11:29:43 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Mental Health Days Are Important. Here’s How to Make Yours Worthwhile.", + "description": "Well readers share advice on how to get away from it all.", + "content": "Well readers share advice on how to get away from it all.", + "category": "Mental Health and Disorders", + "link": "https://www.nytimes.com/2021/11/18/well/mind/mental-health-day-ideas.html", + "creator": "Christina Caron", + "pubDate": "Thu, 18 Nov 2021 19:30:21 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e6096a89f7ed85d0b785e85baa92159" + "hash": "0c36139a7574db043fb48670d7b06b1e" }, { - "title": "What We Know About the Omicron Variant", - "description": "The World Health Organization has declared that this version of the coronavirus poses a very high risk to public health. How did they come to that conclusion?", - "content": "The World Health Organization has declared that this version of the coronavirus poses a very high risk to public health. How did they come to that conclusion?", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/11/30/podcasts/the-daily/omicron-variant-coronavirus.html", - "creator": "Michael Barbaro, Jessica Cheung, Diana Nguyen, Michael Simon Johnson, M.J. Davis Lin and Chris Wood", - "pubDate": "Tue, 30 Nov 2021 11:09:26 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "George Gascón Is Remaking Criminal Justice in L.A. How Far Is Too Far?", + "description": "To keep people out of prison, George Gascón is risking everything: rising violent crime, a staff rebellion and the votes that made him district attorney.", + "content": "To keep people out of prison, George Gascón is risking everything: rising violent crime, a staff rebellion and the votes that made him district attorney.", + "category": "Gascon, George", + "link": "https://www.nytimes.com/2021/11/17/magazine/george-gascon-los-angeles.html", + "creator": "Emily Bazelon and Jennifer Medina", + "pubDate": "Wed, 17 Nov 2021 20:18:43 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4833ba2990760596e071940d006404c5" + "hash": "9c2a2606e38ea2535e63cbff8336777b" }, { - "title": "Finding Purpose by Giving Back", - "description": "Whether helping people stay clean and safe, pursue their educational dreams or find the aid they need, volunteers make a difference.", - "content": "Whether helping people stay clean and safe, pursue their educational dreams or find the aid they need, volunteers make a difference.", - "category": "New York Times Neediest Cases Fund", - "link": "https://www.nytimes.com/2021/11/29/neediest-cases/finding-purpose-by-giving-back.html", - "creator": "Emma Grillo", - "pubDate": "Mon, 29 Nov 2021 23:19:22 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Are We Witnessing the Mainstreaming of White Power in America?", + "description": "A historian of the white power movement discusses Jan. 6, Tucker Carlson and the threat of politically motivated violence.", + "content": "A historian of the white power movement discusses Jan. 6, Tucker Carlson and the threat of politically motivated violence.", + "category": "Right-Wing Extremism and Alt-Right", + "link": "https://www.nytimes.com/2021/11/16/opinion/ezra-klein-podcast-kathleen-belew.html", + "creator": "‘The Ezra Klein Show’", + "pubDate": "Tue, 16 Nov 2021 20:08:54 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "46952a34641c04df6a804590102e48a2" + "hash": "a4d257ae8c67756e32daaabdce44369e" }, { - "title": "Met Museum Jump-Starts New Modern Wing With $125 Million Gift", - "description": "The donation from a trustee, Oscar L. Tang, and his wife, Agnes Hsu‐Tang, reinvigorates the long-delayed project and is the largest capital gift in the Met’s history.", - "content": "The donation from a trustee, Oscar L. Tang, and his wife, Agnes Hsu‐Tang, reinvigorates the long-delayed project and is the largest capital gift in the Met’s history.", - "category": "Metropolitan Museum of Art", - "link": "https://www.nytimes.com/2021/11/30/arts/design/met-museum-modern-wing-gift.html", - "creator": "Robin Pogrebin", - "pubDate": "Tue, 30 Nov 2021 18:18:54 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Donors Withhold Gifts to Protest Changes at Hamptons Sculpture Garden", + "description": "Some patrons of the LongHouse Reserve are upset that its veteran director was let go, but the board says it needed new leadership to expand the garden into a museum with a broader mission.", + "content": "Some patrons of the LongHouse Reserve are upset that its veteran director was let go, but the board says it needed new leadership to expand the garden into a museum with a broader mission.", + "category": "Sculpture", + "link": "https://www.nytimes.com/2021/11/14/arts/longhouse-reserve-east-hampton.html", + "creator": "Stacey Stowe", + "pubDate": "Sun, 14 Nov 2021 20:08:52 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "027eacacd757faf495bfd40ff47fc835" + "hash": "844ce083d65cd50e2099f0fdf8011773" }, { - "title": "El Chapo’s Wife Sentenced to 3 Years in Prison", - "description": "Emma Coronel Aispuro pleaded guilty in June to helping her husband, Joaquin Guzmán Loera, smuggle drugs into the United States and escape from prison.", - "content": "Emma Coronel Aispuro pleaded guilty in June to helping her husband, Joaquin Guzmán Loera, smuggle drugs into the United States and escape from prison.", - "category": "Drug Abuse and Traffic", - "link": "https://www.nytimes.com/2021/11/30/us/politics/el-chapo-wife-emma-coronel-aispuro-sentenced.html", - "creator": "Alan Feuer", - "pubDate": "Tue, 30 Nov 2021 19:34:34 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Make Fluffy, Flavorful Mashed Potatoes", + "description": "You’ve tried boiling, but Genevieve Ko found a better way to make this side dish fluffier — and more flavorful.", + "content": "You’ve tried boiling, but Genevieve Ko found a better way to make this side dish fluffier — and more flavorful.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/11/12/dining/best-mashed-potatoes-recipe.html", + "creator": "Genevieve Ko", + "pubDate": "Sat, 13 Nov 2021 17:44:19 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d539e8557b633804bfc8ac07aa72ca1" + "hash": "cc7ec4a0d19c5029066ae52178601af8" }, { - "title": "India's Economy Still Weak, Despite a Strong Third Quarter", - "description": "Covid-19 essentially robbed the country of more than a year of badly needed economic growth. That’s lost ground that cannot be regained quickly.", - "content": "Covid-19 essentially robbed the country of more than a year of badly needed economic growth. That’s lost ground that cannot be regained quickly.", - "category": "India", - "link": "https://www.nytimes.com/2021/11/30/business/india-economy-gdp.html", - "creator": "Karan Deep Singh", - "pubDate": "Tue, 30 Nov 2021 12:49:01 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Announcing the 10 Best Books of 2021: A New York Times Event", + "description": "On Nov. 30, Times subscribers will be the first to find out what made this year’s 10 Best Books list from editors of The Book Review and a guest, Lena Waithe.", + "content": "On Nov. 30, Times subscribers will be the first to find out what made this year’s 10 Best Books list from editors of The Book Review and a guest, Lena Waithe.", + "category": "internal-open-access", + "link": "https://www.nytimes.com/2021/10/28/books/best-books-live-event.html", + "creator": "The New York Times", + "pubDate": "Thu, 11 Nov 2021 14:33:48 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "90d3ed177470f97e0d9c1ed2b0917951" + "hash": "57b1e0c713c7fd4b9f8c97dd5d545d9d" }, { - "title": "China’s Silence on Peng Shuai Shows Limits of Beijing’s Propaganda", - "description": "Officials have struggled to respond to a sexual assault allegation that hits at the heights of its buttoned-up political system.", - "content": "Officials have struggled to respond to a sexual assault allegation that hits at the heights of its buttoned-up political system.", - "category": "Censorship", - "link": "https://www.nytimes.com/2021/11/30/world/asia/china-peng-shuai-propaganda.html", - "creator": "Amy Qin and Paul Mozur", - "pubDate": "Tue, 30 Nov 2021 19:58:36 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Thanksgiving Recipes From ‘The Essential New York Times Cookbook’ That Feel Timeless", + "description": "Here are five dishes, all featured in the new edition of “The Essential New York Times Cookbook,” that will shine on your table.", + "content": "Here are five dishes, all featured in the new edition of “The Essential New York Times Cookbook,” that will shine on your table.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2021/11/08/dining/thanksgiving-recipes-essential-new-york-times-cookbook.html", + "creator": "Krysten Chambrot", + "pubDate": "Mon, 08 Nov 2021 20:28:44 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b11da63f1ff1db256f0529d0bbb714eb" + "hash": "f1a3aa018d55721c1fbe95875428b293" }, { - "title": "Josephine Baker Interred in French Panthéon", - "description": "President Macron hails the American-born dancer and French resistance fighter as a symbol of unity in a time of sharp division.", - "content": "President Macron hails the American-born dancer and French resistance fighter as a symbol of unity in a time of sharp division.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/11/30/world/europe/josephine-baker-buried-pantheon.html", - "creator": "Roger Cohen", - "pubDate": "Tue, 30 Nov 2021 21:36:31 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Your Easy, No-Sweat Guide to Picking Wines for Thanksgiving", + "description": "The grapes don’t really matter. Neither does where it was made. So long as it refreshes and rejuvenates, it’s the perfect bottle.", + "content": "The grapes don’t really matter. Neither does where it was made. So long as it refreshes and rejuvenates, it’s the perfect bottle.", + "category": "Wines", + "link": "https://www.nytimes.com/2021/11/04/dining/drinks/review-thanksgiving-wines.html", + "creator": "Eric Asimov", + "pubDate": "Mon, 08 Nov 2021 16:24:39 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f996e8dd46881b04c03c64b8396fa31b" + "hash": "7161cd8d24110ef6dffe6992ea7772ac" }, { - "title": "‘Our Money Has No Value’: Frustration Rises in Turkey at Lira Crisis", - "description": "President Recep Tayyip Erdogan’s insistence on directing monetary policy and sticking with low interest rates is draining confidence, economists say.", - "content": "President Recep Tayyip Erdogan’s insistence on directing monetary policy and sticking with low interest rates is draining confidence, economists say.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/30/world/europe/turkey-erdogan-inflation-lira.html", - "creator": "Carlotta Gall", - "pubDate": "Tue, 30 Nov 2021 14:55:40 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Ease and Avoid Seasonal Affective Disorder", + "description": "As the days get shorter and the nights start earlier, take these steps to help prevent seasonal affective disorder.", + "content": "As the days get shorter and the nights start earlier, take these steps to help prevent seasonal affective disorder.", + "category": "Content Type: Service", + "link": "https://www.nytimes.com/2021/09/30/well/mind/seasonal-affective-disorder-help.html", + "creator": "Christina Caron", + "pubDate": "Thu, 30 Sep 2021 19:40:50 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fdc2bf13edf84002118e295eca59af3" + "hash": "e333c2d5d6c5c0822152c26c30094873" }, { - "title": "Investors Snap Up Metaverse Real Estate in a Virtual Land Boom", - "description": "Transactions for properties in digital realms are jumping, guided by the same principle in the physical world: location, location, location.", - "content": "Transactions for properties in digital realms are jumping, guided by the same principle in the physical world: location, location, location.", - "category": "Real Estate (Commercial)", - "link": "https://www.nytimes.com/2021/11/30/business/metaverse-real-estate.html", - "creator": "Debra Kamin", - "pubDate": "Tue, 30 Nov 2021 14:00:11 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Parenting in Front of a Live Audience of In-Laws", + "description": "Micromanaging my husband, I realized how much I still craved my parents’ approval.", + "content": "Micromanaging my husband, I realized how much I still craved my parents’ approval.", + "category": "Parenting", + "link": "https://www.nytimes.com/2020/08/27/parenting/intergenerational-living-marriage-coronavirus.html", + "creator": "Christen Madrazo", + "pubDate": "Sat, 17 Jul 2021 13:11:58 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2943faea8ed3b5385e7093e10b4ad4fc" + "hash": "0019b5a989aef77126729f5c5ea59ad9" }, { - "title": "Farm Housing Mennonite Boys Engaged in Human Trafficking, Lawsuit Says", - "description": "In a federal lawsuit against the Eastern Pennsylvania Mennonite Church, two plaintiffs said they were deprived of food and restrained with zip ties at a forced-labor farm.", - "content": "In a federal lawsuit against the Eastern Pennsylvania Mennonite Church, two plaintiffs said they were deprived of food and restrained with zip ties at a forced-labor farm.", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2021/11/29/us/pennsylvania-mennonite-church-lawsuit.html", - "creator": "Neil Vigdor", - "pubDate": "Mon, 29 Nov 2021 23:10:37 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "My 3-Year-Old Can Tell I’m Depressed", + "description": "Experts say that, instead of avoiding the topic, parents like me should shoot for ‘age-appropriate honesty.’", + "content": "Experts say that, instead of avoiding the topic, parents like me should shoot for ‘age-appropriate honesty.’", + "category": "Mental Health and Disorders", + "link": "https://www.nytimes.com/2021/04/09/well/mind/depression-parents-advice.html", + "creator": "Stephanie H. Murray", + "pubDate": "Tue, 13 Apr 2021 19:52:26 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5170b2f43518d90540f8a33af88043b1" + "hash": "baed94b4f655e72fa4a77e244d39fdc2" }, { - "title": "Lululemon Sues Peloton Alleging Patent Infringement", - "description": "Lululemon accused Peloton, the fitness company best known for its stationary bikes, of infringing on patents for a new line of leggings and sports bras.", - "content": "Lululemon accused Peloton, the fitness company best known for its stationary bikes, of infringing on patents for a new line of leggings and sports bras.", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2021/11/30/business/lululemon-peloton-lawsuit.html", - "creator": "Johnny Diaz", - "pubDate": "Tue, 30 Nov 2021 20:13:53 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Thanksgiving Lessons in Gratitude From My Grandmother", + "description": "Our pandemic sacrifices pale in comparison to her immigrant journey.", + "content": "Our pandemic sacrifices pale in comparison to her immigrant journey.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2020/11/25/parenting/thanksgiving-gratitude-family.html", + "creator": "Jessica Grose", + "pubDate": "Wed, 25 Nov 2020 14:10:48 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7df77f0a60bfdeb8205f7029447bd38" + "hash": "ebce9729cc10cc8f2f2e4f68cfa82244" }, { - "title": "Kimberly Potter’s Trial for the Death of Daunte Wright: What We Know", - "description": "Kimberly Potter, a former Minnesota police officer, faces manslaughter charges in the death of Mr. Wright. She called out “Taser! Taser! Taser!” before firing her gun during a traffic stop.", - "content": "Kimberly Potter, a former Minnesota police officer, faces manslaughter charges in the death of Mr. Wright. She called out “Taser! Taser! Taser!” before firing her gun during a traffic stop.", - "category": "Police Brutality, Misconduct and Shootings", - "link": "https://www.nytimes.com/2021/11/30/us/daunte-wright-shooting-kimberly-potter.html", - "creator": "Nicholas Bogel-Burroughs", - "pubDate": "Tue, 30 Nov 2021 15:54:52 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Which Classic Thanksgiving Character are You?", + "description": "Knowing exactly who is gathered around the dinner table could make for a lower-stress holiday.", + "content": "Knowing exactly who is gathered around the dinner table could make for a lower-stress holiday.", + "category": "Quarantine (Life and Culture)", + "link": "https://www.nytimes.com/2020/11/20/well/family/thanksgiving-conversation.html", + "creator": "Holly Burns", + "pubDate": "Mon, 23 Nov 2020 01:04:19 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f22a756f364ffb0e5944af6e0ceb0929" + "hash": "905bb9887bfa58553df0eef13e4d16cd" }, { - "title": "What Is Cardiac Angiosarcoma?", - "description": "Virgil Abloh, the celebrated fashion designer, died at 41 after being diagnosed with the rare cancer. Here’s what we know about it.", - "content": "Virgil Abloh, the celebrated fashion designer, died at 41 after being diagnosed with the rare cancer. Here’s what we know about it.", - "category": "Tumors", - "link": "https://www.nytimes.com/2021/11/29/well/live/cardiac-angiosarcoma-virgil-abloh.html", - "creator": "Melinda Wenner Moyer", - "pubDate": "Mon, 29 Nov 2021 22:11:19 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Navigating Thanksgiving With Your Picky Eater", + "description": "Why it’s really O.K. if your child eats only rolls (again) this year.", + "content": "Why it’s really O.K. if your child eats only rolls (again) this year.", + "category": "Food", + "link": "https://www.nytimes.com/2020/04/17/parenting/thanksgiving-picky-kid.html", + "creator": "Virginia Sole-Smith", + "pubDate": "Thu, 12 Nov 2020 16:13:33 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43208c032c6057d2349a17463d27ee28" + "hash": "74b69a9ec2129ec6e6c0b0bb46746ecc" }, { - "title": "Do You Have the Heart for Marijuana?", - "description": "Research suggests that smoking marijuana carries many of the same cardiovascular health hazards as smoking tobacco.", - "content": "Research suggests that smoking marijuana carries many of the same cardiovascular health hazards as smoking tobacco.", - "category": "Marijuana", - "link": "https://www.nytimes.com/2020/10/26/well/live/marijuana-heart-health-cardiovascular-risks.html", - "creator": "Jane E. Brody", - "pubDate": "Mon, 26 Oct 2020 09:00:07 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Start a New Tradition With Your Thanksgiving Potatoes", + "description": "For faster, more flavorful Thanksgiving potatoes, do as J. Kenji López-Alt does, and stir-fry them.", + "content": "For faster, more flavorful Thanksgiving potatoes, do as J. Kenji López-Alt does, and stir-fry them.", + "category": "Potatoes", + "link": "https://www.nytimes.com/2020/11/09/dining/stir-fry-thanksgiving-potatoes.html", + "creator": "J. Kenji López-Alt", + "pubDate": "Thu, 12 Nov 2020 14:40:50 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "195c0271cc2a6474d5c06f245d7f615e" + "hash": "e845d1883e61796fc749df37c59ac980" }, { - "title": "Coronary Calcium Scan: A Heart Test That Can Help Guide Treatment", - "description": "Many doctors recommend the heart test to pinpoint which patients would benefit from treatment to reduce their cardiovascular risk.", - "content": "Many doctors recommend the heart test to pinpoint which patients would benefit from treatment to reduce their cardiovascular risk.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2021/11/22/well/live/heart-calcium-scan.html", - "creator": "Jane E. Brody", - "pubDate": "Wed, 24 Nov 2021 21:54:40 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Crunchiest, Creamiest, Tangiest Brussels Sprouts", + "description": "The unfairly maligned vegetable gets an update with creamy labneh and irresistible pickled shallots.", + "content": "The unfairly maligned vegetable gets an update with creamy labneh and irresistible pickled shallots.", + "category": "Brussels Sprouts", + "link": "https://www.nytimes.com/2020/11/09/dining/brussels-sprouts-recipe.html", + "creator": "Nik Sharma", + "pubDate": "Thu, 12 Nov 2020 14:38:04 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbad549b5e360228c7142e8f27cda53f" + "hash": "93070ab11437df7aaa4d6d5a6fd9475e" }, { - "title": "The Loss of a Child Takes a Physical Toll on the Heart", - "description": "Grieving parents were at high risk of a heart attack in the days following the death of a child, and an increased risk may persist for years.", - "content": "Grieving parents were at high risk of a heart attack in the days following the death of a child, and an increased risk may persist for years.", - "category": "Grief (Emotion)", - "link": "https://www.nytimes.com/2021/11/23/well/family/death-of-a-child-parents-heart-attack-risk.html", - "creator": "Nicholas Bakalar", - "pubDate": "Tue, 23 Nov 2021 10:00:06 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Don’t Let Food Poisoning Ruin Your Holiday", + "description": "Recent outbreaks from flour and more are good reasons to keep food safety practices at the top of mind this season.", + "content": "Recent outbreaks from flour and more are good reasons to keep food safety practices at the top of mind this season.", + "category": "Food", + "link": "https://www.nytimes.com/2020/04/17/parenting/holiday-food-safety.html", + "creator": "Alice Callahan", + "pubDate": "Fri, 17 Apr 2020 15:31:39 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d603f61e09c59444a3f455e704ad1d2b" + "hash": "075ba85391f64c352a3d8188dfa3c4ea" }, { - "title": "Jake Wood Was Once a Warrior, Then a Nonprofit Leader. Now He's an Entrepreneur.", - "description": "Jake Wood was a Marine sniper in Iraq and Afghanistan. Now he works in the philanthropic sector and is “leading with love.”", - "content": "Jake Wood was a Marine sniper in Iraq and Afghanistan. Now he works in the philanthropic sector and is “leading with love.”", - "category": "Executives and Management (Theory)", - "link": "https://www.nytimes.com/2021/11/24/business/jake-wood-team-rubicon-groundswell-corner-office.html", - "creator": "David Gelles", - "pubDate": "Wed, 24 Nov 2021 15:44:31 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Is It Ever O.K. for a Relative to Discipline Your Kid?", + "description": "The holidays are prime time for overstepping boundaries. Here’s how to deal.", + "content": "The holidays are prime time for overstepping boundaries. Here’s how to deal.", + "category": "Parenting", + "link": "https://www.nytimes.com/2020/04/17/parenting/relative-discipline-kid.html", + "creator": "Christina Caron", + "pubDate": "Fri, 17 Apr 2020 14:44:49 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bff54a669e3ccafae1cfc8f786d97468" + "hash": "159e0e03223b7c3ecb85dc597cfcda5d" }, { - "title": "Restaurant Review: Shion 69 Leonard Street", - "description": "The chef Shion Uino displays a rare, untheatrical mastery of seafood at his new $420-a-head restaurant in TriBeCa.", - "content": "The chef Shion Uino displays a rare, untheatrical mastery of seafood at his new $420-a-head restaurant in TriBeCa.", - "category": "Restaurants", - "link": "https://www.nytimes.com/2021/11/30/dining/shion-69-leonard-street-review-sushi-nyc.html", - "creator": "Pete Wells", - "pubDate": "Tue, 30 Nov 2021 18:27:02 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Raise Siblings Who Get Along", + "description": "Playing together is part of it, but so is having chores kids can complete as a team (especially if they can sneak in some fun while they work).", + "content": "Playing together is part of it, but so is having chores kids can complete as a team (especially if they can sneak in some fun while they work).", + "category": "Families and Family Life", + "link": "https://www.nytimes.com/2020/02/20/well/family/how-to-raise-siblings-who-get-along.html", + "creator": "Kate Lewis", + "pubDate": "Thu, 20 Feb 2020 14:47:54 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae0d33906e49ac94fb193c72a4cce44c" + "hash": "932247ed65cbb6b1eb9f88460566829e" }, { - "title": "Man Survives Flight From Guatemala to Miami in Plane’s Landing Gear", - "description": "The 26-year-old man, whose name was not released, was taken into custody by border agents, officials said.", - "content": "The 26-year-old man, whose name was not released, was taken into custody by border agents, officials said.", - "category": "Airlines and Airplanes", - "link": "https://www.nytimes.com/2021/11/28/us/stowaway-miami-guatemala.html", - "creator": "Azi Paybarah", - "pubDate": "Sun, 28 Nov 2021 21:09:26 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Your Thanksgiving May Be Classic, but Your Leftovers Don’t Have to Be", + "description": "There are no rules to making turkey sandwiches: Pack them with bright flavors, and salty pickles.", + "content": "There are no rules to making turkey sandwiches: Pack them with bright flavors, and salty pickles.", + "category": "Turkeys", + "link": "https://www.nytimes.com/2019/11/22/dining/turkey-sandwich.html", + "creator": "Melissa Clark", + "pubDate": "Tue, 26 Nov 2019 01:52:20 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1795ac365eb23f7f9a9536240de4772c" + "hash": "bcebacf4a5f8a08c148d66a137f44d77" }, { - "title": "Elizabeth Holmes Says Former Boyfriend Abused Her", - "description": "Ms. Holmes, the founder of the failed blood testing start-up Theranos, blamed Ramesh Balwani, the former No. 2 at the company.", - "content": "Ms. Holmes, the founder of the failed blood testing start-up Theranos, blamed Ramesh Balwani, the former No. 2 at the company.", - "category": "Holmes, Elizabeth (1984- )", - "link": "https://www.nytimes.com/2021/11/29/technology/elizabeth-holmes-sunny-balwani.html", - "creator": "Erin Woo and Erin Griffith", - "pubDate": "Tue, 30 Nov 2021 00:14:08 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Fitting in Family Fitness at the Holidays", + "description": "Experts’ top tip on ways to get moving? Involve the relatives who might otherwise stay inactive.", + "content": "Experts’ top tip on ways to get moving? Involve the relatives who might otherwise stay inactive.", + "category": "Exercise", + "link": "https://www.nytimes.com/2019/11/23/well/move/fitting-in-family-fitness-at-the-holidays.html", + "creator": "Gretchen Reynolds", + "pubDate": "Sun, 24 Nov 2019 03:01:43 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0240b86f3206895d3e08ffd31942c016" + "hash": "460d101af80380e54309ebf6d5aa6190" }, { - "title": "Arlene Dahl, Movie Star Turned Entrepreneur, Is Dead at 96", - "description": "She had already started branching out when her film career was at its height, writing a syndicated column and launching a fashion and cosmetics business.", - "content": "She had already started branching out when her film career was at its height, writing a syndicated column and launching a fashion and cosmetics business.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/11/29/movies/arlene-dahl-dead.html", - "creator": "Wendell Jamieson", - "pubDate": "Mon, 29 Nov 2021 20:51:50 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "When a College Student Has a Troubled Roommate", + "description": "The Thanksgiving break may be the first opportunity students have to step back from the situation and evaluate their role.", + "content": "The Thanksgiving break may be the first opportunity students have to step back from the situation and evaluate their role.", + "category": "Colleges and Universities", + "link": "https://www.nytimes.com/2019/11/22/well/family/college-student-roommate-anxiety-depression-mental-health-son-daughter-parents.html", + "creator": "Lisa Damour", + "pubDate": "Fri, 22 Nov 2019 10:00:12 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0831da87bd52e0aa026e7ba520504330" + "hash": "4a8d08f5e11ace47489b9b2c938f24e3" }, { - "title": "How Austin Became One of the Least Affordable Cities in America", - "description": "The capital of Texas has long been an attractive place to call home. But with an average of 180 new residents a day arriving, its popularity has created a brewing housing crisis that is reshaping the city.", - "content": "The capital of Texas has long been an attractive place to call home. But with an average of 180 new residents a day arriving, its popularity has created a brewing housing crisis that is reshaping the city.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/11/27/us/austin-texas-unaffordable-city.html", - "creator": "Edgar Sandoval", - "pubDate": "Sat, 27 Nov 2021 17:19:23 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Practicing Gratitude, for a Change", + "description": "I imagined my children celebrating with their father’s family: football on the television, apple pie on the table. That consistency offered me bittersweet consolation.", + "content": "I imagined my children celebrating with their father’s family: football on the television, apple pie on the table. That consistency offered me bittersweet consolation.", + "category": "Thanksgiving Day", + "link": "https://www.nytimes.com/2019/11/22/well/family/Thanksgiving-divorce-gratitude-family-kids.html", + "creator": "Samantha Shanley", + "pubDate": "Fri, 22 Nov 2019 10:00:09 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3697d0815068ded43529249b900948fa" + "hash": "dcc993a9e25e11ff7ca5709d2f8fcaa2" }, { - "title": "Omicron Was Already in Europe a Week Ago, Officials Say", - "description": "The variant was found in a test sample from Nov. 19 in the Netherlands, a week before the W.H.O. labeled it a “variant of concern.” Little is known yet about how transmissible Omicron is, but its discovery in southern Africa has created another uncertain moment in the pandemic. Here’s the latest.", - "content": "The variant was found in a test sample from Nov. 19 in the Netherlands, a week before the W.H.O. labeled it a “variant of concern.” Little is known yet about how transmissible Omicron is, but its discovery in southern Africa has created another uncertain moment in the pandemic. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/30/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Tue, 30 Nov 2021 19:08:55 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Dread the Holidays? Feasting Together Might Actually Help", + "description": "Sharing a meal with loved ones, co-workers or friends may seem like a chore, but research shows it has real benefits. Stick with us here.", + "content": "Sharing a meal with loved ones, co-workers or friends may seem like a chore, but research shows it has real benefits. Stick with us here.", + "category": "Food", + "link": "https://www.nytimes.com/2019/11/18/smarter-living/holiday-meals-family-tips.html", + "creator": "Simran Sethi", + "pubDate": "Tue, 19 Nov 2019 00:42:38 +0000", + "folder": "00.03 News/News - EN", + "feed": "NYTimes", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b2fc0179f471637babc5ae5a5a1edee6" + }, + { + "title": "Don’t Rinse the Bird. A Myth to Dispel Before the Holidays.", + "description": "Many home cooks wash the chicken or turkey before cooking, but that only increases the risk of food-borne illness.", + "content": "Many home cooks wash the chicken or turkey before cooking, but that only increases the risk of food-borne illness.", + "category": "Cooking and Cookbooks", + "link": "https://www.nytimes.com/2018/12/20/well/eat/turkey-chicken-poultry-food-poisoning-washing-rinsing-vegetables-fruits-food-safety.html", + "creator": "Lydia Zuraw, Kaiser Health News", + "pubDate": "Thu, 20 Dec 2018 10:03:01 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bb41e0eae45b3edfdddfd30dc7820ec" + "hash": "0a66dbb4b1c1feea139c9f54ca7316d5" }, { - "title": "Amid Variant Fears, U.K. Discovers Limits to Its Virus Strategy", - "description": "Britain’s approach to coronavirus-related restrictions has been looser than other European countries, but the Omicron variant has spurred swift action on mitigation measures.", - "content": "Britain’s approach to coronavirus-related restrictions has been looser than other European countries, but the Omicron variant has spurred swift action on mitigation measures.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/30/world/europe/uk-virus-variant.html", - "creator": "Mark Landler and Megan Specia", - "pubDate": "Tue, 30 Nov 2021 18:14:44 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Harness Your Anxiety ", + "description": "Research shows that we can tame anxiety to use it as a resource.", + "content": "Research shows that we can tame anxiety to use it as a resource.", + "category": "Anxiety and Stress", + "link": "https://www.nytimes.com/2018/10/16/well/mind/how-to-harness-your-anxiety.html", + "creator": "Alicia H. Clark", + "pubDate": "Tue, 16 Oct 2018 09:00:01 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23f11014de2970cb5b9aa3fb6e1c0302" + "hash": "53b811c0465903cf8afefe40d8447f34" }, { - "title": "F.D.A. Advisers Meets on Merck’s Covid Pill", - "description": "If an expert committee votes to recommend it, the drug, molnupiravir, could be authorized within days for patients at high risk of severe illness.", - "content": "If an expert committee votes to recommend it, the drug, molnupiravir, could be authorized within days for patients at high risk of severe illness.", - "category": "Molnupiravir (Drug)", - "link": "https://www.nytimes.com/2021/11/30/health/fda-merck-pill-molnupiravir.html", - "creator": "Rebecca Robbins and Carl Zimmer", - "pubDate": "Tue, 30 Nov 2021 17:56:18 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Out of Sorts Around the Holidays? It Could Be Family Jet Lag", + "description": "Many people describe their family jet lag and holiday stress as an overwhelming, pit-of-the-stomach sense of dread and avoidance.", + "content": "Many people describe their family jet lag and holiday stress as an overwhelming, pit-of-the-stomach sense of dread and avoidance.", + "category": "Yuko, Elizabeth", + "link": "https://www.nytimes.com/2016/12/22/well/family/out-of-sorts-around-the-holidays-it-could-be-family-jet-lag.html", + "creator": "Elizabeth Yuko", + "pubDate": "Thu, 22 Dec 2016 11:00:01 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a1faa9e32a38814b0da3c1c3f150777" + "hash": "cb7d866a77df0b0efa21273dc8ddaac2" }, { - "title": "Fed Chair Pivots, Suggesting Quicker Reduction in Economic Help", - "description": "Jerome Powell signaled that the Federal Reserve was growing concerned about inflation and could speed up pulling economic support. Get the latest on the economy.", - "content": "Jerome Powell signaled that the Federal Reserve was growing concerned about inflation and could speed up pulling economic support. Get the latest on the economy.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/30/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Tue, 30 Nov 2021 19:08:55 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to Be Mindful at the Holiday Table", + "description": "Holidays are often filled with expectations. Take a moment to appreciate the present.", + "content": "Holidays are often filled with expectations. Take a moment to appreciate the present.", + "category": "Thanksgiving Day", + "link": "https://www.nytimes.com/2016/11/23/well/mind/how-to-be-mindful-at-the-thanksgiving-table.html", + "creator": "David Gelles", + "pubDate": "Wed, 23 Nov 2016 10:22:01 +0000", "folder": "00.03 News/News - EN", "feed": "NYTimes", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f63bd19873a30a763ed2a0dd1a3fc744" - }, + "hash": "eccf65bf0c907b6e538b490c0f0b3307" + } + ], + "folder": "00.03 News/News - EN", + "name": "NYTimes", + "language": "en", + "hash": "700c2eb92bb40796520e931cf8b8f563" + }, + { + "title": "World news | The Guardian", + "subtitle": "", + "link": "https://www.theguardian.com/world", + "image": "https://assets.guim.co.uk/images/guardian-logo-rss.c45beb1bafa34b347ac333af2e6fe23f.png", + "description": "Latest World news news, comment and analysis from the Guardian, the world's leading liberal voice", + "items": [ { - "title": "Stocks Fall After Powell's Taper Comments", - "description": "The Federal Reserve chair, Jerome Powell, said on Tuesday that persistent inflation may require a more aggressive approach by the central bank. Wall Street was already uneasy.", - "content": "The Federal Reserve chair, Jerome Powell, said on Tuesday that persistent inflation may require a more aggressive approach by the central bank. Wall Street was already uneasy.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/11/30/business/stock-markets-omicron.html", - "creator": "Matt Phillips and Eshe Nelson", - "pubDate": "Tue, 30 Nov 2021 17:24:54 +0000", + "title": "Kazakhstan protests: president appeals to Moscow-led security bloc", + "description": "

    Kassym-Jomart Tokayev declares state of emergency and says he plans to act ‘as toughly as possible’

    Kazakhstan’s president has appealed to a Moscow-led security bloc to help regain control amid protests sparked by fuel price rises, after demonstrators took over government buildings and reportedly stormed the airport in Almaty, the country’s commercial capital and largest city.

    In a televised address late on Wednesday, Kassym-Jomart Tokayev said he had turned to the Collective Security Treaty Organization (CSTO) – a military alliance of Russia, Belarus, Armenia, Kazakhstan, Kyrgyzstan, and Tajikistan – after what he described as “attacks” by foreign-trained terrorist gangs

    Continue reading...", + "content": "

    Kassym-Jomart Tokayev declares state of emergency and says he plans to act ‘as toughly as possible’

    Kazakhstan’s president has appealed to a Moscow-led security bloc to help regain control amid protests sparked by fuel price rises, after demonstrators took over government buildings and reportedly stormed the airport in Almaty, the country’s commercial capital and largest city.

    In a televised address late on Wednesday, Kassym-Jomart Tokayev said he had turned to the Collective Security Treaty Organization (CSTO) – a military alliance of Russia, Belarus, Armenia, Kazakhstan, Kyrgyzstan, and Tajikistan – after what he described as “attacks” by foreign-trained terrorist gangs

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/05/kazakhstan-protests-president-threatens-ruthless-crackdown", + "creator": "Shaun Walker and Naubet Bisenov in Aktobe province", + "pubDate": "2022-01-05T20:00:48Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", - "read": true, + "feed": "The Guardian", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3eaf3a8177f16a6e73ee81d098cf181e" + "hash": "6b70acd39998d6286ebc493c246faddf", + "highlights": [] }, { - "title": "Supply Chain Problems Have Small Retailers Gambling on Hoarding", - "description": "Some independent stores ordered in bulk well in advance, and now are hoping they’re able to sell what they have.", - "content": "Some independent stores ordered in bulk well in advance, and now are hoping they’re able to sell what they have.", - "category": "Silverman, Joshua G", - "link": "https://www.nytimes.com/2021/11/30/business/small-retailers-hoarding-supply-chain.html", - "creator": "Sapna Maheshwari and Coral Murphy Marcos", - "pubDate": "Tue, 30 Nov 2021 10:00:20 +0000", + "title": "Biden to blame Trump for ‘chaos and carnage’ of 6 January attack – live", + "description": "

    It’s been an expectant and reflective morning in Washington as those in the capital prepare for the anniversary tomorrow of the Trump-inspired insurrection at the US Capitol on January 6 last year.

    Stay tuned for the rest of the day’s coverage of US political news as it happens.

    Continue reading...", + "content": "

    It’s been an expectant and reflective morning in Washington as those in the capital prepare for the anniversary tomorrow of the Trump-inspired insurrection at the US Capitol on January 6 last year.

    Stay tuned for the rest of the day’s coverage of US political news as it happens.

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/live/2022/jan/05/trump-republicans-capitol-attack-anniversary-live-politics-latest", + "creator": "Vivian Ho", + "pubDate": "2022-01-05T18:59:20Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40dcf25c65b63cc861f31d78339efa75" + "hash": "1c4b1464f3c060db1a7fa6508cd3587b", + "highlights": [] }, { - "title": "Jeffrey Epstein’s Pilot Testifies in Ghislaine Maxwell Trial", - "description": "The pilot said he “never saw any sexual activity” in Mr. Epstein’s planes. He confirmed famous passengers, including former President Trump. Follow updates.", - "content": "The pilot said he “never saw any sexual activity” in Mr. Epstein’s planes. He confirmed famous passengers, including former President Trump. Follow updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/30/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Tue, 30 Nov 2021 19:08:55 +0000", + "title": "Covid live: France, Italy, Portugal, Turkey and Netherlands report record daily cases as Omicron surges", + "description": "

    France reports 332,252 new Covid cases as Italy, Portugal, Netherlands and Turkey all see record cases

    India is reporting 58,097 new Covid cases, twice the number seen only four days ago, according to health ministry data.

    Wednesday’s figure takes the cumulative total to more than 35 million.

    Continue reading...", + "content": "

    France reports 332,252 new Covid cases as Italy, Portugal, Netherlands and Turkey all see record cases

    India is reporting 58,097 new Covid cases, twice the number seen only four days ago, according to health ministry data.

    Wednesday’s figure takes the cumulative total to more than 35 million.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/05/covid-news-live-delhi-imposes-weekend-curfew-macron-limits-social-life-for-unvaccinated-in-france", + "creator": "Nicola Slawson (now); Matthew Weaver,Damien Gayle, Tom Ambrose and Samantha Lock (earlier)", + "pubDate": "2022-01-05T18:49:39Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e8d2b011107fc42c15740348b84b68e" + "hash": "d2377900b439abe4612e7361536ab0f3", + "highlights": [] }, { - "title": "What Europe Can Teach Us About Jobs", - "description": "Why don’t other countries face a Great Resignation?", - "content": "Why don’t other countries face a Great Resignation?", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2021/11/29/opinion/united-states-europe-jobs.html", - "creator": "Paul Krugman", - "pubDate": "Tue, 30 Nov 2021 00:00:06 +0000", + "title": "Italian mafia fugitive arrested in Spain after Google Street View sighting", + "description": "

    Convicted murderer Gioacchino Gammino tracked down in Galapagar, where he had lived undetected for 20 years

    An Italian mafia boss on the run for 20 years was tracked down to a Spanish town after being spotted on Google Street View.

    Gioacchino Gammino, a convicted murderer listed among Italy’s most wanted gangsters, was arrested in Galapagar, a town near Madrid, where over the years he had married, changed his name to Manuel, worked as a chef and owned a fruit and vegetable shop.

    Continue reading...", + "content": "

    Convicted murderer Gioacchino Gammino tracked down in Galapagar, where he had lived undetected for 20 years

    An Italian mafia boss on the run for 20 years was tracked down to a Spanish town after being spotted on Google Street View.

    Gioacchino Gammino, a convicted murderer listed among Italy’s most wanted gangsters, was arrested in Galapagar, a town near Madrid, where over the years he had married, changed his name to Manuel, worked as a chef and owned a fruit and vegetable shop.

    Continue reading...", + "category": "Mafia", + "link": "https://www.theguardian.com/world/2022/jan/05/italian-mafia-fugitive-arrested-in-spain-after-google-maps-sighting", + "creator": "Angela Giuffrida", + "pubDate": "2022-01-05T18:05:25Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86eed1c3b8411918760476b422d64c04" + "hash": "615b92f36c33f2faf4b15360b7c472f1", + "highlights": [] }, { - "title": "South Africa's Omicron Work Deserves a Prize", - "description": "Rewarding the nation for detecting and reporting the Omicron variant would give other countries an incentive to report new variants.", - "content": "Rewarding the nation for detecting and reporting the Omicron variant would give other countries an incentive to report new variants.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/11/29/opinion/south-africa-covid-omicron-variant.html", - "creator": "Peter Coy", - "pubDate": "Mon, 29 Nov 2021 20:19:59 +0000", + "title": "US sanctions Bosnian Serb leader Milorad Dodik for ‘destabilizing activities’", + "description": "

    Asset freezes and visa bans after Dodik’s threat to withdraw Serbs from Bosnian national army and other state-level institutions

    The US has imposed new sanctions on the Bosnian Serb leader, Milorad Dodik, a television station under his control and two other officials for “significant corruption and destabilizing activities”.

    The sanctions, involving asset freezes and visa bans, follow Dodik’s threat to withdraw Serbs from the Bosnian national army and other state-level institutions, potentially destroying the 1995 Dayton peace treaty and opening the way for a return to conflict.

    Continue reading...", + "content": "

    Asset freezes and visa bans after Dodik’s threat to withdraw Serbs from Bosnian national army and other state-level institutions

    The US has imposed new sanctions on the Bosnian Serb leader, Milorad Dodik, a television station under his control and two other officials for “significant corruption and destabilizing activities”.

    The sanctions, involving asset freezes and visa bans, follow Dodik’s threat to withdraw Serbs from the Bosnian national army and other state-level institutions, potentially destroying the 1995 Dayton peace treaty and opening the way for a return to conflict.

    Continue reading...", + "category": "Bosnia-Herzegovina", + "link": "https://www.theguardian.com/world/2022/jan/05/us-sanctions-bosnian-serb-leader-milorad-dodik", + "creator": "Julian Borger in Washington", + "pubDate": "2022-01-05T18:00:36Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17ea00f789f2ac6da93fc309df616dc4" + "hash": "c38dfabf6351ea348951ea08cc324ce6", + "highlights": [] }, { - "title": "The Omicron Variant Is Creating a Lot of Anxiety", - "description": "The Omicron variant is creating a lot of anxiety.", - "content": "The Omicron variant is creating a lot of anxiety.", - "category": "Coronavirus Risks and Safety Concerns", - "link": "https://www.nytimes.com/2021/11/29/opinion/omicron-variant-covid.html", - "creator": "Gail Collins and Bret Stephens", - "pubDate": "Mon, 29 Nov 2021 10:09:36 +0000", + "title": "Australian Open: Djokovic held alone without phone at airport over visa row", + "description": "

    Novak Djokovic’s attempts to compete at the Australian Open this month were thrown into fresh doubt on Wednesday amid a spiralling outcry over his controversial “medical exemption” agreed by the tournament’s organisers.

    The world No 1 and reigning Australian Open champion was held up at passport control at Tullamarine airport in Melbourne, the host city of the tournament, for several hours late at night as he was questioned.

    Continue reading...", + "content": "

    Novak Djokovic’s attempts to compete at the Australian Open this month were thrown into fresh doubt on Wednesday amid a spiralling outcry over his controversial “medical exemption” agreed by the tournament’s organisers.

    The world No 1 and reigning Australian Open champion was held up at passport control at Tullamarine airport in Melbourne, the host city of the tournament, for several hours late at night as he was questioned.

    Continue reading...", + "category": "Australian Open 2022", + "link": "https://www.theguardian.com/sport/2022/jan/05/novak-djokovics-australian-open-participation-in-doubt-over-visa-row", + "creator": "Tumaini Carayol in Melbourne", + "pubDate": "2022-01-05T18:56:51Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a960477d2361c8e783c03085f75274fc" + "hash": "fc7b2418687e05b59670851d07977a61", + "highlights": [] }, { - "title": "How Tesla Helps China's Firms Compete With the U.S.", - "description": "The electric car company is helping Chinese companies become global players in the emerging industry, posing a competitive threat to traditional rivals.", - "content": "The electric car company is helping Chinese companies become global players in the emerging industry, posing a competitive threat to traditional rivals.", - "category": "Musk, Elon", - "link": "https://www.nytimes.com/2021/11/30/business/china-tesla-electric-cars.html", - "creator": "Li Yuan", - "pubDate": "Tue, 30 Nov 2021 10:00:24 +0000", + "title": "Italy returns Parthenon fragment to Greece amid UK row over marbles", + "description": "

    Loan deal could renew pressure on Britain to repatriate ancient Parthenon marbles to Athens

    Italy is returning a fragment belonging to the Parthenon’s eastern frieze to Greece in a breakthrough deal that could renew pressure on Britain to repatriate the 2,500-year-old Parthenon marbles removed by Lord Elgin in the early 19th century.

    The marble fragment, which depicts the foot of a goddess, either Peitho or Artemis, peeking out from beneath an elaborate tunic, is currently held at the Antonino Salinas Regional Archaeological Museum in Palermo, Sicily. It was originally bought by the University of Palermo from the widow of Robert Fagan, the British consul for Sicily and Malta, after his death in 1816.

    Continue reading...", + "content": "

    Loan deal could renew pressure on Britain to repatriate ancient Parthenon marbles to Athens

    Italy is returning a fragment belonging to the Parthenon’s eastern frieze to Greece in a breakthrough deal that could renew pressure on Britain to repatriate the 2,500-year-old Parthenon marbles removed by Lord Elgin in the early 19th century.

    The marble fragment, which depicts the foot of a goddess, either Peitho or Artemis, peeking out from beneath an elaborate tunic, is currently held at the Antonino Salinas Regional Archaeological Museum in Palermo, Sicily. It was originally bought by the University of Palermo from the widow of Robert Fagan, the British consul for Sicily and Malta, after his death in 1816.

    Continue reading...", + "category": "Parthenon marbles", + "link": "https://www.theguardian.com/artanddesign/2022/jan/05/italy-returns-parthenon-marbles-fragment-greece-uk-row", + "creator": "Angela Giuffrida in Rome", + "pubDate": "2022-01-05T15:23:33Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ffa7b9fb972cf020db51cde2dae6ae5" + "hash": "4913458b4a2391b3e1892aef9fdbb219", + "highlights": [] }, { - "title": "Supervised Injection Sites for Drug Users to Open in New York City", - "description": "The Manhattan facilities will provide clean needles, administer medication to reverse overdoses and provide users with options for addiction treatment.", - "content": "The Manhattan facilities will provide clean needles, administer medication to reverse overdoses and provide users with options for addiction treatment.", - "category": "Drug Abuse and Traffic", - "link": "https://www.nytimes.com/2021/11/30/nyregion/supervised-injection-sites-nyc.html", - "creator": "Jeffery C. Mays and Andy Newman", - "pubDate": "Tue, 30 Nov 2021 16:04:27 +0000", + "title": "Ghislaine Maxwell prosecutors ask judge for inquiry into juror", + "description": "

    Juror says in post-trial interviews he was a victim of sexual abuse and claims he does not recall being asked about it

    Prosecutors in Ghislaine Maxwell’s sex-trafficking trial on Wednesday asked the judge for an “inquiry” after a juror said in recent post-trial media interviews that he was a victim of sexual abuse.

    Maxwell was found guilty on 29 December of five counts for facilitating the late financier Jeffrey Epstein’s sexual abuse of girls, some as young as 14.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "content": "

    Juror says in post-trial interviews he was a victim of sexual abuse and claims he does not recall being asked about it

    Prosecutors in Ghislaine Maxwell’s sex-trafficking trial on Wednesday asked the judge for an “inquiry” after a juror said in recent post-trial media interviews that he was a victim of sexual abuse.

    Maxwell was found guilty on 29 December of five counts for facilitating the late financier Jeffrey Epstein’s sexual abuse of girls, some as young as 14.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2022/jan/05/ghislaine-maxwell-trial-prosecutors-judge-inquiry-juror", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2022-01-05T19:03:37Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4edd3a273d6174b24855e8b8d4d137e" + "hash": "b87bc1130056328475579d7c893b8943", + "highlights": [] }, { - "title": "ISIS Fighter Convicted in Death of Enslaved 5-Year-Old Girl", - "description": "In a trial held in Germany, the man was sentenced to life in prison for the death of the Yazidi girl, whom he allowed to die of thirst in Falluja, Iraq.", - "content": "In a trial held in Germany, the man was sentenced to life in prison for the death of the Yazidi girl, whom he allowed to die of thirst in Falluja, Iraq.", - "category": "Terrorism", - "link": "https://www.nytimes.com/2021/11/30/world/europe/isis-trial-yazidi-germany.html", - "creator": "Christopher F. Schuetze", - "pubDate": "Tue, 30 Nov 2021 15:29:32 +0000", + "title": "Homer Plessy, US civil rights pioneer, receives pardon 130 years on", + "description": "

    Plessy’s act of civil disobedience led to court decision that legalized ‘separate but equal’ doctrine and ushered in Jim Crow era

    In front of the old New Orleans train station where, in 1892, Homer Plessy engaged in a trailblazing act of civil disobedience that led to the landmark Plessy v Ferguson supreme court decision, Louisiana’s governor stood 130 years later and issued a posthumous pardon to the late civil rights pioneer.

    Beneath a grey sky and in a ceremony laced with symbolism and repentance, governor John Bel Edwards signed the pardon for Plessy, a Creole man of color who purchased a ticket for a whites-only train cabin and was subsequently arrested for violating Louisiana’s Separate Car Act.

    Continue reading...", + "content": "

    Plessy’s act of civil disobedience led to court decision that legalized ‘separate but equal’ doctrine and ushered in Jim Crow era

    In front of the old New Orleans train station where, in 1892, Homer Plessy engaged in a trailblazing act of civil disobedience that led to the landmark Plessy v Ferguson supreme court decision, Louisiana’s governor stood 130 years later and issued a posthumous pardon to the late civil rights pioneer.

    Beneath a grey sky and in a ceremony laced with symbolism and repentance, governor John Bel Edwards signed the pardon for Plessy, a Creole man of color who purchased a ticket for a whites-only train cabin and was subsequently arrested for violating Louisiana’s Separate Car Act.

    Continue reading...", + "category": "Louisiana", + "link": "https://www.theguardian.com/us-news/2022/jan/05/homer-plessy-supreme-court-pardon-louisiana-new-orleans", + "creator": "Oliver Laughland in New Orleans", + "pubDate": "2022-01-05T20:04:19Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "97d0c3aa8c915e4dd87f0b1bf469b539" + "hash": "5198872a1363443b46766456ad7f0052", + "highlights": [] }, { - "title": "Brian Kelly Leaves Notre Dame for LSU", - "description": "A top coach is heading to the Southeastern Conference, the latest in a series of moves at some of the country’s most storied college football programs.", - "content": "A top coach is heading to the Southeastern Conference, the latest in a series of moves at some of the country’s most storied college football programs.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2021/11/30/sports/ncaafootball/brian-kelly-lsu-notre-dame.html", - "creator": "Victor Mather", - "pubDate": "Tue, 30 Nov 2021 17:33:16 +0000", + "title": "Geoff Hoon ‘told to burn memo that said Iraq invasion could be illegal’", + "description": "

    Defence secretary under Tony Blair claims he was told to burn legal advice written by attorney general

    Tony Blair’s former defence secretary Geoff Hoon has claimed he was told to burn a memo from the attorney general that cast doubt on the legality of the Iraq war.

    In revelations that critics say cast further doubt on the decision to award the former prime minister a knighthood, Hoon recalled in extracts from his recently published memoir that Blair’s chief of staff had instructed him to burn the document.

    Continue reading...", + "content": "

    Defence secretary under Tony Blair claims he was told to burn legal advice written by attorney general

    Tony Blair’s former defence secretary Geoff Hoon has claimed he was told to burn a memo from the attorney general that cast doubt on the legality of the Iraq war.

    In revelations that critics say cast further doubt on the decision to award the former prime minister a knighthood, Hoon recalled in extracts from his recently published memoir that Blair’s chief of staff had instructed him to burn the document.

    Continue reading...", + "category": "Geoff Hoon", + "link": "https://www.theguardian.com/politics/2022/jan/05/geoff-hoon-told-to-burn-memo-that-said-iraq-invasion-could-be", + "creator": "Jessica Elgot Deputy political editor", + "pubDate": "2022-01-05T12:53:49Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7ba1c2c2b62c74b2b6b9c0d6ef7d96b" + "hash": "a8d4bf83f4d048c22b38bdf9cdf4f98e", + "highlights": [] }, { - "title": "Lululemon Sues Peloton Over Patent Infringement", - "description": "Lululemon accused Peloton, the fitness company best known for its stationary bikes, of infringing on patents for a new line of leggings and sports bras.", - "content": "Lululemon accused Peloton, the fitness company best known for its stationary bikes, of infringing on patents for a new line of leggings and sports bras.", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2021/11/30/business/lululemon-peloton-lawsuit.html", - "creator": "Johnny Diaz", - "pubDate": "Tue, 30 Nov 2021 17:24:27 +0000", + "title": "Oldest second world war veteran in the US dies aged 112", + "description": "

    Lawrence N Brooks served in the mostly black 91st engineer general service regiment and was discharged in August 1945

    Lawrence N Brooks, the oldest second world war veteran in the US – believed to be the oldest man in the country – died on Wednesday at the age of 112.

    His death was announced by the National WWII Museum and confirmed by his daughter.

    Continue reading...", + "content": "

    Lawrence N Brooks served in the mostly black 91st engineer general service regiment and was discharged in August 1945

    Lawrence N Brooks, the oldest second world war veteran in the US – believed to be the oldest man in the country – died on Wednesday at the age of 112.

    His death was announced by the National WWII Museum and confirmed by his daughter.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2022/jan/05/oldest-second-world-war-veteran-us-dies-lawrence-brooks", + "creator": "Associated Press", + "pubDate": "2022-01-05T20:09:36Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "efd5e2875174eee1a9f3080470acc392" + "hash": "582113c4771e1a90a89689b9b26ab8b9", + "highlights": [] }, { - "title": "For Women in Their 40s, High Blood Pressure May Carry Special Risks", - "description": "Women, but not men, with even mildly elevated blood pressure in their early 40s were at increased risk for later heart disease and early death.", - "content": "Women, but not men, with even mildly elevated blood pressure in their early 40s were at increased risk for later heart disease and early death.", - "category": "Women and Girls", - "link": "https://www.nytimes.com/2021/06/14/well/live/women-high-blood-pressure.html", - "creator": "Nicholas Bakalar", - "pubDate": "Mon, 18 Oct 2021 19:04:35 +0000", + "title": "Desperation as China’s locked down cities pay price of zero-Covid strategy", + "description": "

    Reports emerge of fatal hospital delays and food shortages as more than 14 million people are confined to their homes in the cities of Xi’an and Yuzhou

    Strict lockdowns in the Chinese cities of Xi’an and Yuzhou are taking their toll on the population and healthcare systems, according to residents, with complaints of food shortages and dangerous delays in accessing medical care.

    Xi’an, a city of 13 million people, has been under a strict lockdown for nearly two weeks, while Yuzhou’s 1.2 million residents have been ordered to stay inside since Monday evening, after three asymptomatic cases were discovered. Public transport, the use of private motor vehicles, and operation of all shops and venues not supplying daily necessities have all been suspended.

    Continue reading...", + "content": "

    Reports emerge of fatal hospital delays and food shortages as more than 14 million people are confined to their homes in the cities of Xi’an and Yuzhou

    Strict lockdowns in the Chinese cities of Xi’an and Yuzhou are taking their toll on the population and healthcare systems, according to residents, with complaints of food shortages and dangerous delays in accessing medical care.

    Xi’an, a city of 13 million people, has been under a strict lockdown for nearly two weeks, while Yuzhou’s 1.2 million residents have been ordered to stay inside since Monday evening, after three asymptomatic cases were discovered. Public transport, the use of private motor vehicles, and operation of all shops and venues not supplying daily necessities have all been suspended.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/05/desperation-as-chinas-locked-down-cities-pay-price-of-zero-covid-strategy", + "creator": "Helen Davidson", + "pubDate": "2022-01-05T06:21:57Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b21196d9ce335a9e5b904ee0049e7a6" + "hash": "04b5aa7ff3968e6f7fdb990dd4051548", + "highlights": [] }, { - "title": "‘Bruised’ Review: It’s a Hard-Knock Life", - "description": "Halle Berry stars as a mixed martial arts fighter staging a comeback in her directorial debut.", - "content": "Halle Berry stars as a mixed martial arts fighter staging a comeback in her directorial debut.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/11/25/arts/bruised-review.html", - "creator": "Teo Bugbee", - "pubDate": "Thu, 25 Nov 2021 12:00:05 +0000", + "title": "Canada plays catchup on rapid testing amid Omicron surge", + "description": "

    Canadians will receive 140m rapid tests for free throughout January, Justin Trudeau says

    Canadians will receive 140m rapid tests for free throughout January, Justin Trudeau announced on Wednesday, as the country struggles to cope with record-breaking Covid case numbers.

    “With the speed at which Omicron is propagating through our communities and through our country, it makes sense to have rapid testing,” said the prime minister.

    Continue reading...", + "content": "

    Canadians will receive 140m rapid tests for free throughout January, Justin Trudeau says

    Canadians will receive 140m rapid tests for free throughout January, Justin Trudeau announced on Wednesday, as the country struggles to cope with record-breaking Covid case numbers.

    “With the speed at which Omicron is propagating through our communities and through our country, it makes sense to have rapid testing,” said the prime minister.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2022/jan/05/canada-rapid-testing-free-omicron-surge", + "creator": "Tracey Lindeman in Gatineau", + "pubDate": "2022-01-05T19:32:38Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c48455dafd4c1478d18aa06d0a2bd6a" + "hash": "cdd9cdecf17529281e032cb0468b750d", + "highlights": [] }, { - "title": "‘A Boy Called Christmas’ Review: Kindling the Holiday Spirit", - "description": "Enchanting imagery elevates this Netflix holiday adventure about a boy who journeys to a magic elfin city.", - "content": "Enchanting imagery elevates this Netflix holiday adventure about a boy who journeys to a magic elfin city.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/11/24/movies/a-boy-called-christmas-review.html", - "creator": "Natalia Winkelman", - "pubDate": "Wed, 24 Nov 2021 15:11:10 +0000", + "title": "Could microclots help explain the mystery of long Covid? | Resia Pretorius", + "description": "

    My lab has found significant microclot formation in long Covid patients. Unfortunately, these are missed in routine blood tests

    One of the biggest failures during the Covid-19 pandemic is our slow response in diagnosing and treating long Covid. As many as 100 million people worldwide already suffer from long Covid. That staggering number will eventually be much higher, if we take into account that diagnoses are still inadequate, and that we still do not know what the impact of Omicron and future variants will be.

    Patients with long Covid complain of numerous symptoms, the main ones being recurring fatigue and brain fog, muscle weakness, being out of breath and having low oxygen levels, sleep difficulties and anxiety or depression. Some patients are so sick that they cannot work or even walk a few steps. There is possibly also an elevated risk of stroke and heart attacks. One of the biggest sources of concern is that even mild and sometimes asymptomatic initial Covid-19 infection may lead to debilitating, long-term disability.

    Continue reading...", + "content": "

    My lab has found significant microclot formation in long Covid patients. Unfortunately, these are missed in routine blood tests

    One of the biggest failures during the Covid-19 pandemic is our slow response in diagnosing and treating long Covid. As many as 100 million people worldwide already suffer from long Covid. That staggering number will eventually be much higher, if we take into account that diagnoses are still inadequate, and that we still do not know what the impact of Omicron and future variants will be.

    Patients with long Covid complain of numerous symptoms, the main ones being recurring fatigue and brain fog, muscle weakness, being out of breath and having low oxygen levels, sleep difficulties and anxiety or depression. Some patients are so sick that they cannot work or even walk a few steps. There is possibly also an elevated risk of stroke and heart attacks. One of the biggest sources of concern is that even mild and sometimes asymptomatic initial Covid-19 infection may lead to debilitating, long-term disability.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/commentisfree/2022/jan/05/long-covid-research-microclots", + "creator": "Resia Pretorius", + "pubDate": "2022-01-05T11:15:21Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "34f71311736c87b9b9f382828a3796f0" + "hash": "5c7002599be40e60709237c7644fef9f", + "highlights": [] }, { - "title": "Omicron Poses ‘Very High’ Risk, W.H.O. Says; Biden Seeks to Reassure U.S.", - "description": "Scotland said it had found six cases of the new variant and that contact tracing was underway. Japan barred all foreign travelers, and Australia delayed reopening its borders for two weeks.", - "content": "Scotland said it had found six cases of the new variant and that contact tracing was underway. Japan barred all foreign travelers, and Australia delayed reopening its borders for two weeks.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/29/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Mon, 29 Nov 2021 18:23:05 +0000", + "title": "Cuba’s vaccine success story sails past mark set by rich world’s Covid efforts", + "description": "

    The island nation struggles to keep the lights on but has inoculated 90% of population with home-developed vaccines

    General Máximo Gómez, a key figure in Cuba’s 19th-century wars of independence against Spain once said: “Cubans either don’t meet the mark – or go way past it.”

    A century and a half later, the aphorism rings true. This downtrodden island struggles to keep the lights on, but has now vaccinated more of its citizens against Covid-19 than any of the world’s major nations.

    Continue reading...", + "content": "

    The island nation struggles to keep the lights on but has inoculated 90% of population with home-developed vaccines

    General Máximo Gómez, a key figure in Cuba’s 19th-century wars of independence against Spain once said: “Cubans either don’t meet the mark – or go way past it.”

    A century and a half later, the aphorism rings true. This downtrodden island struggles to keep the lights on, but has now vaccinated more of its citizens against Covid-19 than any of the world’s major nations.

    Continue reading...", + "category": "Cuba", + "link": "https://www.theguardian.com/world/2022/jan/05/cuba-coronavirus-covid-vaccines-success-story", + "creator": "Ed Augustin in Havana", + "pubDate": "2022-01-05T10:00:38Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7871617614df733ddf3549528aa1fd41" + "hash": "103f9d045f5e7e98d380cfcbeb4bc63c", + "highlights": [] }, { - "title": "The Latest on Omicron", - "description": "What should you assume about the new variant?", - "content": "What should you assume about the new variant?", - "category": "", - "link": "https://www.nytimes.com/2021/11/29/briefing/omicron-contagion-what-to-know.html", - "creator": "David Leonhardt", - "pubDate": "Mon, 29 Nov 2021 11:28:00 +0000", + "title": "‘I want to show France who we are’: the slum influencer with his sights on parliament", + "description": "

    Nasser Sari has grown a huge social media after documenting life in one of the poorest French neighbourhoods. Now he wants to enter national politics

    Influence is not a word readily associated with St Jacques, the Gypsy quarter of the city of Perpignan. Yet, on a recent chilly night shortly before 8pm, the ineffable hand of influence is behind an outbreak of street theatre on the plane tree-lined oblong of Place Cassanyes. People are arriving in droves. By 7.50pm, there must be more than 200, mostly young men, in rowdy clusters. Smoking, yelling, stretching, one group doing can-can legs: it’s like Fast & Furious without the automobiles.

    One man in a red Adidas tracksuit is trying to line everyone up across the square’s breadth. A beacon in a sea of dark casual-wear, the influencer known as NasDas – St Jacques born and bred – is responsible for this circus. The previous night, NasDas posted to his 1.2 million followers a picture of one of his posse holding up a crinkled €500 bill, followed by footage of a previous Place Cassanyes footrace. Tonight is a rerun, only with a bigger prize. But this time the turnout is far bigger, too. Streaming live on Snapchat, he’s antsy: “On my mother’s life, I didn’t expect this kind of crowd – from Avignon, from Marseille, from everywhere.”

    Continue reading...", + "content": "

    Nasser Sari has grown a huge social media after documenting life in one of the poorest French neighbourhoods. Now he wants to enter national politics

    Influence is not a word readily associated with St Jacques, the Gypsy quarter of the city of Perpignan. Yet, on a recent chilly night shortly before 8pm, the ineffable hand of influence is behind an outbreak of street theatre on the plane tree-lined oblong of Place Cassanyes. People are arriving in droves. By 7.50pm, there must be more than 200, mostly young men, in rowdy clusters. Smoking, yelling, stretching, one group doing can-can legs: it’s like Fast & Furious without the automobiles.

    One man in a red Adidas tracksuit is trying to line everyone up across the square’s breadth. A beacon in a sea of dark casual-wear, the influencer known as NasDas – St Jacques born and bred – is responsible for this circus. The previous night, NasDas posted to his 1.2 million followers a picture of one of his posse holding up a crinkled €500 bill, followed by footage of a previous Place Cassanyes footrace. Tonight is a rerun, only with a bigger prize. But this time the turnout is far bigger, too. Streaming live on Snapchat, he’s antsy: “On my mother’s life, I didn’t expect this kind of crowd – from Avignon, from Marseille, from everywhere.”

    Continue reading...", + "category": "Social media", + "link": "https://www.theguardian.com/world/2022/jan/05/i-want-to-show-france-who-we-are-the-slum-influencer-with-his-sights-on-parliament", + "creator": "Phil Hoad in Perpignan", + "pubDate": "2022-01-05T14:00:35Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "20c1f37536ae2f1513bfb50652a2d48e" + "hash": "11551e3a1b28933879fa9e6133400b22", + "highlights": [] }, { - "title": "Will the Covid Vaccines Stop Omicron? Scientists Are Racing to Find Out.", - "description": "A “Frankenstein mix” of mutations raises concerns, but the variant may remain vulnerable to current vaccines. If not, revisions will be necessary.", - "content": "A “Frankenstein mix” of mutations raises concerns, but the variant may remain vulnerable to current vaccines. If not, revisions will be necessary.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/11/28/health/covid-omicron-vaccines-immunity.html", - "creator": "Apoorva Mandavilli", - "pubDate": "Sun, 28 Nov 2021 23:55:10 +0000", + "title": "How The Lost Daughter confronts one of our most enduring cultural taboos", + "description": "

    Maggie Gyllenhaal’s directorial debut, adapted from the short novel by Elena Ferrante, unravels the myth that motherhood comes naturally to women

    It is clear from the opening minutes of The Lost Daughter, Maggie Gyllenhaal’s melancholic, bristly directorial debut on Netflix, that a dark secret stalks the sunny Mediterranean vacation of Leda Caruso, (a luminous Olivia Colman), a 48-year-old English professor of comparative literature. Her “working holiday” at a Greek island is immediately beset by increasingly ominous intrusions: a spectral foghorn, a bowl of rotting fruit, a shrill cicada, a boisterous Italian American family from Queens who disrupt her beachside reading. Memories pull at her focus; when the young daughter of Nina (Dakota Johnson), a beautiful, languid member of the Queens bunch who immediately catches Leda’s attention, goes briefly missing, Nina’s panic elides with a flashback to twentysomething Leda’s (Jessie Buckley) frantic search for her daughter Bianca at a beach.

    It’s a familiar language of buried secrets, sinister subtext and unspooling memories – the building blocks of suspense – but the landmines in The Lost Daughter aren’t the usual culprits of dark revelation: unspeakable trauma or abuse, evil spirits, suppressed desires, the ravages of capitalism or greed. Instead, the molten core of The Lost Daughter is one of our culture’s most enduring and least touchable taboos: the selfish, uncaring, “unnatural” mother – one who doesn’t shift easily to care-taking, who does not relish her role, who not only begrudges but resents her children.

    Continue reading...", + "content": "

    Maggie Gyllenhaal’s directorial debut, adapted from the short novel by Elena Ferrante, unravels the myth that motherhood comes naturally to women

    It is clear from the opening minutes of The Lost Daughter, Maggie Gyllenhaal’s melancholic, bristly directorial debut on Netflix, that a dark secret stalks the sunny Mediterranean vacation of Leda Caruso, (a luminous Olivia Colman), a 48-year-old English professor of comparative literature. Her “working holiday” at a Greek island is immediately beset by increasingly ominous intrusions: a spectral foghorn, a bowl of rotting fruit, a shrill cicada, a boisterous Italian American family from Queens who disrupt her beachside reading. Memories pull at her focus; when the young daughter of Nina (Dakota Johnson), a beautiful, languid member of the Queens bunch who immediately catches Leda’s attention, goes briefly missing, Nina’s panic elides with a flashback to twentysomething Leda’s (Jessie Buckley) frantic search for her daughter Bianca at a beach.

    It’s a familiar language of buried secrets, sinister subtext and unspooling memories – the building blocks of suspense – but the landmines in The Lost Daughter aren’t the usual culprits of dark revelation: unspeakable trauma or abuse, evil spirits, suppressed desires, the ravages of capitalism or greed. Instead, the molten core of The Lost Daughter is one of our culture’s most enduring and least touchable taboos: the selfish, uncaring, “unnatural” mother – one who doesn’t shift easily to care-taking, who does not relish her role, who not only begrudges but resents her children.

    Continue reading...", + "category": "The Lost Daughter", + "link": "https://www.theguardian.com/film/2022/jan/05/the-lost-daughter-elena-ferrante-maggie-gyllenhaal-motherhood", + "creator": "Adrian Horton", + "pubDate": "2022-01-05T06:03:33Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "366a855eaaffc7f3e7e7833aaee67bf7" + "hash": "1ebf41b18bfa598b5a665b5f00066939", + "highlights": [] }, { - "title": "Markets rose as investors reconsidered the unknowns of the Omicron variant.", - "description": "After tumbling on Friday, European markets opened higher and oil prices gained. Follow the latest business updates.", - "content": "After tumbling on Friday, European markets opened higher and oil prices gained. Follow the latest business updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/29/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Mon, 29 Nov 2021 18:23:05 +0000", + "title": "‘People said I didn’t have enough talent’: the rise of Italy’s graphic novel gonzo", + "description": "

    Michele Rech aka Zerocalcare’s book signings attract huge crowds and now he has a hit Netflix animated series inspired by his life

    Michele Rech is uncomfortable with success. The shy 38-year-old comic book artist, who works from a modest apartment on the outskirts of Rome, does not use the word “fame” but refers instead to his rise to national prominence as a “thing” he struggles to manage.

    In the art world, he is known as Zerocalcare and is the cartoonist’s equivalent of Hunter S Thompson. Rech’s graphic novels are a form of gonzo journalism – inspired by his own adventures as a protester on the frontlines of police violence in Italy, and in Syria, where he was embedded with Kurdish forces.

    Continue reading...", + "content": "

    Michele Rech aka Zerocalcare’s book signings attract huge crowds and now he has a hit Netflix animated series inspired by his life

    Michele Rech is uncomfortable with success. The shy 38-year-old comic book artist, who works from a modest apartment on the outskirts of Rome, does not use the word “fame” but refers instead to his rise to national prominence as a “thing” he struggles to manage.

    In the art world, he is known as Zerocalcare and is the cartoonist’s equivalent of Hunter S Thompson. Rech’s graphic novels are a form of gonzo journalism – inspired by his own adventures as a protester on the frontlines of police violence in Italy, and in Syria, where he was embedded with Kurdish forces.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2022/jan/05/zerocalcare-michele-rech-people-said-i-didnt-have-enough-talent-the-rise-of-italys-graphic-novel-gonzo", + "creator": "Lorenzo Tondo in Palermo", + "pubDate": "2022-01-05T05:00:32Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", - "read": true, + "feed": "The Guardian", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a46d9c65f9288f621f859a1781fb6b7" + "hash": "46d9caa2a487cf45ecff87d4ec5ceb65", + "highlights": [] }, { - "title": "Jack Dorsey Expected to Step Down as C.E.O. of Twitter", - "description": "The social media pioneer, whose name has become synonymous with the company, will be replaced by Twitter’s chief technology officer, Parag Agrawal.", - "content": "The social media pioneer, whose name has become synonymous with the company, will be replaced by Twitter’s chief technology officer, Parag Agrawal.", - "category": "Twitter", - "link": "https://www.nytimes.com/2021/11/29/technology/jack-dorsey-twitter.html", - "creator": "Kate Conger and Lauren Hirsch", - "pubDate": "Mon, 29 Nov 2021 16:17:49 +0000", + "title": "Jon Needham: the man who went to hell and back as a child – and now fights for all rape victims", + "description": "

    He experienced horrendous abuse in foster care, then suffered terribly years later when the case came to court. Now a police officer, he is determined to change how the system treats survivors

    Jon Needham looks like a copper. Tall, broad and imposing, he works in a lifetime offender management unit, where he deals with serious and organised criminals. So when he speaks, his gentleness comes as a surprise. “I joined the police because I was passionate about helping people,” he says. “It sounds like a cliche to say you want to make a real difference, but I genuinely mean it.”

    Needham gets paid for working with “nominals” – people who are on the police database (“That’s what the police call them, I call them people,” he says). But he is also transforming how his colleagues deal with victims of rape and sexual assault.

    Continue reading...", + "content": "

    He experienced horrendous abuse in foster care, then suffered terribly years later when the case came to court. Now a police officer, he is determined to change how the system treats survivors

    Jon Needham looks like a copper. Tall, broad and imposing, he works in a lifetime offender management unit, where he deals with serious and organised criminals. So when he speaks, his gentleness comes as a surprise. “I joined the police because I was passionate about helping people,” he says. “It sounds like a cliche to say you want to make a real difference, but I genuinely mean it.”

    Needham gets paid for working with “nominals” – people who are on the police database (“That’s what the police call them, I call them people,” he says). But he is also transforming how his colleagues deal with victims of rape and sexual assault.

    Continue reading...", + "category": "UK criminal justice", + "link": "https://www.theguardian.com/society/2022/jan/05/jon-needham-child-rape-victims-abuse-court-police-officer-survivors", + "creator": "Alexandra Topping", + "pubDate": "2022-01-05T14:00:35Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", - "read": true, + "feed": "The Guardian", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4e69b1b38c42e646722356befc96798" + "hash": "8454bbad1203e0646088054f3b15a5c2", + "highlights": [] }, { - "title": "Supply-Chain Kinks Force Small Manufacturers to Scramble", - "description": "Facing delays, shortages and higher prices for raw materials, companies are finding new sources. Not all are able to pass along the costs.", - "content": "Facing delays, shortages and higher prices for raw materials, companies are finding new sources. Not all are able to pass along the costs.", - "category": "Prices (Fares, Fees and Rates)", - "link": "https://www.nytimes.com/2021/11/29/business/economy/supply-chain-inflation.html", - "creator": "Nelson D. Schwartz", - "pubDate": "Mon, 29 Nov 2021 14:54:16 +0000", + "title": "Dog saves day as ‘real-life Lassie’ leads rescuers to injured men after accident", + "description": "

    German shepherd Tinsley led New Hampshire police to owner and passenger after truck crashed off highway in freezing conditions

    New Hampshire police officers were engaged in a low-speed dog-chase on a highway along the state’s border with Vermont when they discovered that a real-life Lassie was leading them to rescue two men thrown from a truck and suffering from hypothermia.

    The driver, Cam Laundry, 31, and his passenger, Justin Connors, 40, were found injured but alive on Monday thanks to Tinsley, Laundry’s canine companion. Another dog, Connors’ bulldog, was hit by a car and found dead on the side of the road after the accident.

    Continue reading...", + "content": "

    German shepherd Tinsley led New Hampshire police to owner and passenger after truck crashed off highway in freezing conditions

    New Hampshire police officers were engaged in a low-speed dog-chase on a highway along the state’s border with Vermont when they discovered that a real-life Lassie was leading them to rescue two men thrown from a truck and suffering from hypothermia.

    The driver, Cam Laundry, 31, and his passenger, Justin Connors, 40, were found injured but alive on Monday thanks to Tinsley, Laundry’s canine companion. Another dog, Connors’ bulldog, was hit by a car and found dead on the side of the road after the accident.

    Continue reading...", + "category": "New Hampshire", + "link": "https://www.theguardian.com/us-news/2022/jan/05/real-life-lassie-dog-rescue-new-hampshire", + "creator": "Erum Salam", + "pubDate": "2022-01-05T18:43:03Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9915dbb03168d64b02bad2940f7a2c36" + "hash": "bf400e14a7435b7366a86737a8ff0958", + "highlights": [] }, { - "title": "Hunt for the ‘Blood Diamond of Batteries’ Impedes Green Energy Push", - "description": "Dangerous mining conditions plague Congo, home to the world’s largest supply of cobalt, a key ingredient in electric cars. A leadership battle threatens reforms.", - "content": "Dangerous mining conditions plague Congo, home to the world’s largest supply of cobalt, a key ingredient in electric cars. A leadership battle threatens reforms.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/29/world/congo-cobalt-albert-yuma-mulimbi.html", - "creator": "Dionne Searcey, Eric Lipton and Ashley Gilbertson", - "pubDate": "Mon, 29 Nov 2021 10:00:26 +0000", + "title": "Empty promise: new political group speaks up for depopulated rural Spain", + "description": "

    Support for España Vaciada in villages such as Milmarcos could threaten the old ruling duopoly

    Judith Iturbe grimaces as she thinks about August and what it means for the residents and rhythms of Milmarcos.

    At the height of summer, the population of this small and beautiful Spanish village, which sits close to Castilla-La Mancha’s border with Aragón, rises from just 44 to about 1,000.

    Continue reading...", + "content": "

    Support for España Vaciada in villages such as Milmarcos could threaten the old ruling duopoly

    Judith Iturbe grimaces as she thinks about August and what it means for the residents and rhythms of Milmarcos.

    At the height of summer, the population of this small and beautiful Spanish village, which sits close to Castilla-La Mancha’s border with Aragón, rises from just 44 to about 1,000.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2022/jan/05/empty-promise-new-political-group-speaks-up-depopulated-rural-spain-espana-vaciada", + "creator": "Sam Jones in Milmarcos", + "pubDate": "2022-01-05T09:46:28Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22498715f9c5668de7bf1b601b30552b" + "hash": "86bb04943303f0627345d2e5e87b2171", + "highlights": [] }, { - "title": "Ghislaine Maxwell’s Trial Begins in the Shadow of Jeffrey Epstein", - "description": "Ms. Maxwell is charged with trafficking women and girls for her longtime partner, the disgraced financier who died in prison in 2019.", - "content": "Ms. Maxwell is charged with trafficking women and girls for her longtime partner, the disgraced financier who died in prison in 2019.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/29/nyregion/ghislaine-maxwell-trial", - "creator": "The New York Times", - "pubDate": "Mon, 29 Nov 2021 15:31:55 +0000", + "title": "Rocky road: Paraguay’s new Chaco highway threatens rare forest and last of the Ayoreo people", + "description": "

    Forced from their homes by missionaries, the Ayoreo cling on in the Chaco. Now the Bioceanic Corridor cuts through the fastest-vanishing forest on Earth, refuge of some of the Americas’ last hunter-gatherers

    In 1972, Catholic missionaries entered the Chaco forest of northern Paraguay and forced Oscar Pisoraja’s family, and their nomadic Ayoreo people, to leave with them. Many perished from thirst on the long march south. Settled near the village of Carmelo Peralta on the Paraguay River, dozens more died from illnesses. Still, the survivors kept up some traditions – hunting for armadillos; weaving satchels from the spiky caraguatá plant. “We felt part of this place,” says Pisoraja, now 51.

    Today, his community – and other indigenous peoples across the Chaco, a tapestry of swamp, savanna and thorny forest across four countries that is South America’s largest ecosystem after the Amazon – are confronting a dramatic new change.

    Mario Abdo Benítez, Paraguay’s president, and Reinaldo Azambuja Silva, governor of Mato Grosso do Sul state in Brazil, at the site of a new bridge across the Paraguay River, due to be completed in 2024

    Continue reading...", + "content": "

    Forced from their homes by missionaries, the Ayoreo cling on in the Chaco. Now the Bioceanic Corridor cuts through the fastest-vanishing forest on Earth, refuge of some of the Americas’ last hunter-gatherers

    In 1972, Catholic missionaries entered the Chaco forest of northern Paraguay and forced Oscar Pisoraja’s family, and their nomadic Ayoreo people, to leave with them. Many perished from thirst on the long march south. Settled near the village of Carmelo Peralta on the Paraguay River, dozens more died from illnesses. Still, the survivors kept up some traditions – hunting for armadillos; weaving satchels from the spiky caraguatá plant. “We felt part of this place,” says Pisoraja, now 51.

    Today, his community – and other indigenous peoples across the Chaco, a tapestry of swamp, savanna and thorny forest across four countries that is South America’s largest ecosystem after the Amazon – are confronting a dramatic new change.

    Mario Abdo Benítez, Paraguay’s president, and Reinaldo Azambuja Silva, governor of Mato Grosso do Sul state in Brazil, at the site of a new bridge across the Paraguay River, due to be completed in 2024

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/05/rocky-road-paraguays-new-chaco-highway-threatens-rare-forest-and-last-of-the-ayoreo-people", + "creator": "Laurence Blair. Photographs by Santi Carneri", + "pubDate": "2022-01-05T10:30:21Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", - "read": true, + "feed": "The Guardian", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c61037ab284c9cafe5cb4cf07c09d36" + "hash": "bd0b92689b3dd68ed99ce95ff278b1eb", + "highlights": [] }, { - "title": "What Uber’s Spies Really Did", - "description": "A former co-worker accused the men of wiretapping their colleagues, hacking foreign governments and stealing trade secrets. It wasn’t true, but the allegations still follow them.", - "content": "A former co-worker accused the men of wiretapping their colleagues, hacking foreign governments and stealing trade secrets. It wasn’t true, but the allegations still follow them.", - "category": "Industrial Espionage", - "link": "https://www.nytimes.com/2021/11/28/technology/uber-spying-allegations.html", - "creator": "Kate Conger", - "pubDate": "Mon, 29 Nov 2021 16:40:57 +0000", + "title": "BLM protesters cleared over toppling of Edward Colston statue", + "description": "

    Rhian Graham, Milo Ponsford, Sage Willoughby and Jake Skuse found not guilty over act of public dissent during Bristol protest

    Anti-racism campaigners tonight hailed a jury’s decision to clear protesters responsible for toppling a statue of the slave trader Edward Colston as a huge step in getting the UK to face up to its colonial past.

    Jake Skuse 33, Rhian Graham, 30, Milo Ponsford, 26, and Sage Willoughby, 22, did not dispute the roles they had played in pulling down the statue and throwing it in the River Avon during a 2020 Black Lives Matter protest but all denied criminal damage.

    Continue reading...", + "content": "

    Rhian Graham, Milo Ponsford, Sage Willoughby and Jake Skuse found not guilty over act of public dissent during Bristol protest

    Anti-racism campaigners tonight hailed a jury’s decision to clear protesters responsible for toppling a statue of the slave trader Edward Colston as a huge step in getting the UK to face up to its colonial past.

    Jake Skuse 33, Rhian Graham, 30, Milo Ponsford, 26, and Sage Willoughby, 22, did not dispute the roles they had played in pulling down the statue and throwing it in the River Avon during a 2020 Black Lives Matter protest but all denied criminal damage.

    Continue reading...", + "category": "Bristol", + "link": "https://www.theguardian.com/uk-news/2022/jan/05/four-cleared-of-toppling-edward-colston-statute", + "creator": "Damien Gayle", + "pubDate": "2022-01-05T20:28:14Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ae7733f54580b2ad47e00fb3f533bd1" + "hash": "42509ff7ef7a60b9d6b592e8a069711b", + "highlights": [] }, { - "title": "Lee Elder, Who Broke a Golf Color Barrier, Dies at 87", - "description": "In his prime he played in a league for Black players, but in 1975, at 40, he became the first African- American to take part in the Masters tournament.", - "content": "In his prime he played in a league for Black players, but in 1975, at 40, he became the first African- American to take part in the Masters tournament.", - "category": "Golf", - "link": "https://www.nytimes.com/2021/11/29/sports/golf/lee-elder-dead.html", - "creator": "Richard Goldstein", - "pubDate": "Mon, 29 Nov 2021 18:25:11 +0000", + "title": "Ministers struggle to combat Omicron: Politics Weekly podcast", + "description": "

    Rowena Mason and Sonia Sodha look at the problems facing the NHS and schools, as the government lifts some restrictions. Plus, Peter Walker, Jon Henley and Severin Carrell look at how Westminster’s Covid-19 plan differs from the rest of the UK and Europe.

    Continue reading...", + "content": "

    Rowena Mason and Sonia Sodha look at the problems facing the NHS and schools, as the government lifts some restrictions. Plus, Peter Walker, Jon Henley and Severin Carrell look at how Westminster’s Covid-19 plan differs from the rest of the UK and Europe.

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/audio/2022/jan/05/ministers-struggle-to-combat-omicron-politics-weekly-podcast", + "creator": "Presented by Rowena Mason with Sonia Sodha, Peter Walker, Jon Henley and Severin Carrell. Produced by Emilia Jansson", + "pubDate": "2022-01-05T20:32:20Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74a9aa8b7d5c9128a7d71a4d0979a7ce" + "hash": "21c84003c4ba00263cb2e1db7160eea9", + "highlights": [] }, { - "title": "Why The Piolet D'Or is Climbing's Biggest and Most Debated Award", - "description": "Whether the Piolet D’Or, or Golden Ice Axe, alpine climbing’s biggest award, honors or encourages risk is debated in the sport.", - "content": "Whether the Piolet D’Or, or Golden Ice Axe, alpine climbing’s biggest award, honors or encourages risk is debated in the sport.", - "category": "Awards, Decorations and Honors", - "link": "https://www.nytimes.com/2021/11/29/sports/piolet-dor-climbing.html", - "creator": "Michael Levy", - "pubDate": "Mon, 29 Nov 2021 17:30:19 +0000", + "title": "The Queen is ill-advised in knighting Tony Blair | Letters", + "description": "

    Sir Keir Starmer seems to have forgotten his principles, writes Keith Flett. How can the Queen be so out of touch, asks Dr Patrick Hoyte

    Keir Starmer, while approving a knighthood for Tony Blair, notes that Iraq remains an issue for many (UK government urged to rescind Tony Blair’s knighthood, 4 January). The problem is that elevating the former prime minister to the Order of the Garter is an official attempt to say that the Iraq war doesn’t matter any more. The current Labour leader had it right when, as a QC and human rights lawyer, he wrote in the Guardian on 17 March 2003 that “flawed advice does not make the unlawful use of force lawful”. Many of us remember the point; it’s a pity Sir Keir seems to have forgotten it.
    Keith Flett
    Tottenham, London

    • In 1928, a particularly useless, irresponsible and profligate Lord Lonsdale was made a Knight of the Garter by George V, an act described by a courtier of the time as “sheer tomfoolery”. At least Lonsdale didn’t lead us into unnecessary wars, but now we have Tony Blair, who did. I realise that the Garter is in the Queen’s personal gift, but how can her advisers be so out of touch with the mood of the nation? This year Tony Blair, next year Boris Johnson?
    Dr Patrick Hoyte
    Wootton Courtenay, Somerset

    Continue reading...", + "content": "

    Sir Keir Starmer seems to have forgotten his principles, writes Keith Flett. How can the Queen be so out of touch, asks Dr Patrick Hoyte

    Keir Starmer, while approving a knighthood for Tony Blair, notes that Iraq remains an issue for many (UK government urged to rescind Tony Blair’s knighthood, 4 January). The problem is that elevating the former prime minister to the Order of the Garter is an official attempt to say that the Iraq war doesn’t matter any more. The current Labour leader had it right when, as a QC and human rights lawyer, he wrote in the Guardian on 17 March 2003 that “flawed advice does not make the unlawful use of force lawful”. Many of us remember the point; it’s a pity Sir Keir seems to have forgotten it.
    Keith Flett
    Tottenham, London

    • In 1928, a particularly useless, irresponsible and profligate Lord Lonsdale was made a Knight of the Garter by George V, an act described by a courtier of the time as “sheer tomfoolery”. At least Lonsdale didn’t lead us into unnecessary wars, but now we have Tony Blair, who did. I realise that the Garter is in the Queen’s personal gift, but how can her advisers be so out of touch with the mood of the nation? This year Tony Blair, next year Boris Johnson?
    Dr Patrick Hoyte
    Wootton Courtenay, Somerset

    Continue reading...", + "category": "Honours system", + "link": "https://www.theguardian.com/politics/2022/jan/05/the-queen-is-ill-advised-in-knighting-tony-blair", + "creator": "Letters", + "pubDate": "2022-01-05T18:03:57Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", - "read": true, + "feed": "The Guardian", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04cc1c0024ea8548dcd72d6595ef08dc" + "hash": "35a7d05e0e44192f280839e7fe57e6dc", + "highlights": [] }, { - "title": "‘Self-Defense’ Is Becoming Meaningless in a Flood of Guns", - "description": "More guns, no matter in whose hands, will create more standoffs, more intimidation, more death sanctioned in the eyes of the law.", - "content": "More guns, no matter in whose hands, will create more standoffs, more intimidation, more death sanctioned in the eyes of the law.", - "category": "Arbery, Ahmaud (1994-2020)", - "link": "https://www.nytimes.com/2021/11/29/opinion/self-defense-guns-arbery-rittenhouse.html", - "creator": "Tali Farhadian Weinstein", - "pubDate": "Mon, 29 Nov 2021 15:02:07 +0000", + "title": "Anne Mobbs obituary", + "description": "Anne Mobbs was a community relations worker involved in social activism in Oxford", + "content": "Anne Mobbs was a community relations worker involved in social activism in Oxford", + "category": "Oxford", + "link": "https://www.theguardian.com/uk-news/2022/jan/05/anne-mobbs-obituary", + "creator": "Mark Bennister", + "pubDate": "2022-01-05T18:09:40Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8abdd3b8fe32d409246d1d2713b422a" + "hash": "7f7dad9d386fa709c2f11db9377fec5d", + "highlights": [] }, { - "title": "What I Learned Testing My Dog’s DNA", - "description": "There are some mysteries that even genetic science can’t explain.", - "content": "There are some mysteries that even genetic science can’t explain.", - "category": "Dogs", - "link": "https://www.nytimes.com/2021/11/29/opinion/dog-dna-tests.html", - "creator": "Margaret Renkl", - "pubDate": "Mon, 29 Nov 2021 10:00:19 +0000", + "title": "Lessons still to be learned about masks in schools | Letters", + "description": "

    Asia can teach the UK much about keeping schools open during a pandemic, says Edward Vickers, while Jo Campion warns that deaf pupils are likely to fall behind because of the return of face masks in class

    Comparing the experience of European education systems in handling the Covid-19 pandemic is doubtless instructive (Masks in schools: several EU countries already enforce them in primaries, 3 January). Your article presents the salutary examples of countries such as France, which imposed a mask mandate on all pupils over 11 last November, and Belgium, which since December has required all pupils over six to be masked.

    However, as an educational comparativist usually based in Japan, I read reports like this while inwardly screaming: “What about east Asia?” There has been some lurid coverage in the UK press of China’s draconian lockdowns. But we see very little discussion of the very different cases of Taiwan, South Korea and Japan, which have managed the pandemic far more effectively than their western counterparts, and with far less disruption to schooling.

    Continue reading...", + "content": "

    Asia can teach the UK much about keeping schools open during a pandemic, says Edward Vickers, while Jo Campion warns that deaf pupils are likely to fall behind because of the return of face masks in class

    Comparing the experience of European education systems in handling the Covid-19 pandemic is doubtless instructive (Masks in schools: several EU countries already enforce them in primaries, 3 January). Your article presents the salutary examples of countries such as France, which imposed a mask mandate on all pupils over 11 last November, and Belgium, which since December has required all pupils over six to be masked.

    However, as an educational comparativist usually based in Japan, I read reports like this while inwardly screaming: “What about east Asia?” There has been some lurid coverage in the UK press of China’s draconian lockdowns. But we see very little discussion of the very different cases of Taiwan, South Korea and Japan, which have managed the pandemic far more effectively than their western counterparts, and with far less disruption to schooling.

    Continue reading...", + "category": "Education", + "link": "https://www.theguardian.com/education/2022/jan/05/lessons-still-to-be-learned-about-masks-in-schools", + "creator": "Letters", + "pubDate": "2022-01-05T18:06:01Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bce8df1fb7879b32390960bb9a907ed3" + "hash": "98a72f36c78f3655b1b68d310946ea7f", + "highlights": [] }, { - "title": "How to Enjoy the Moment", - "description": "A thought experiment for finding more happiness in the everyday. ", - "content": "A thought experiment for finding more happiness in the everyday. ", - "category": "Happiness", - "link": "https://www.nytimes.com/2021/11/28/opinion/happiness-memory-best-days.html", - "creator": "Lindsay Crouse", - "pubDate": "Sun, 28 Nov 2021 16:00:10 +0000", + "title": "Morning mail: Djokovic airport drama, aged care Covid outbreak, Capitol riots anniversary", + "description": "

    Thursday: World no 1 Novak Djokovic held at Melbourne airport after being granted an exemption to play in the Australian Open. Plus: a guide to standup paddleboarding

    Good morning. Novak Djokovic spends hours at Melbourne airport over visa mix-up, data confirms Donald Trump’s enduring hold over vast sections of America and Covid concerns in a Sydney nursing home.

    The world No 1 men’s tennis player Novak Djokovic has been held at passport control in Melbourne for several hours, throwing fresh doubt over his participation at the Australian Open. It comes after the reigning Australian Open champion was announced he had been granted a Covid-19-related “medical exemption” by tournament organisers. Scott Morrison has said there would be no “special rules” for the Serbian, and if he failed to provide sufficient evidence to support his medical exemption the 20-time Grand Slam champion will be “on the next plane home”. Djokovic has refused to reveal his Covid vaccine status and has been an outspoken opponent of vaccination for the coronavirus.

    Continue reading...", + "content": "

    Thursday: World no 1 Novak Djokovic held at Melbourne airport after being granted an exemption to play in the Australian Open. Plus: a guide to standup paddleboarding

    Good morning. Novak Djokovic spends hours at Melbourne airport over visa mix-up, data confirms Donald Trump’s enduring hold over vast sections of America and Covid concerns in a Sydney nursing home.

    The world No 1 men’s tennis player Novak Djokovic has been held at passport control in Melbourne for several hours, throwing fresh doubt over his participation at the Australian Open. It comes after the reigning Australian Open champion was announced he had been granted a Covid-19-related “medical exemption” by tournament organisers. Scott Morrison has said there would be no “special rules” for the Serbian, and if he failed to provide sufficient evidence to support his medical exemption the 20-time Grand Slam champion will be “on the next plane home”. Djokovic has refused to reveal his Covid vaccine status and has been an outspoken opponent of vaccination for the coronavirus.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2022/jan/06/morning-mail-djokovic-airport-drama-aged-care-covid-outbreak-capitol-riots-anniversary", + "creator": "Richard Parkin", + "pubDate": "2022-01-05T20:08:54Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c7a885757e0f447d092dde9c1f641bd" + "hash": "e9b76de116292d883fc758ce62fa93d0", + "highlights": [] }, { - "title": "How I Got Through the Grief of Losing My Mother", - "description": "Pedal, pedal, pedal, glide.", - "content": "Pedal, pedal, pedal, glide.", - "category": "Grief (Emotion)", - "link": "https://www.nytimes.com/2021/11/28/opinion/culture/grief-cycling.html", - "creator": "Jennifer Weiner", - "pubDate": "Sun, 28 Nov 2021 15:03:36 +0000", + "title": "Tigrayans deported by Saudis ‘forcibly disappeared’ in Ethiopia – rights group", + "description": "

    Thousands of Tigrayan migrants abused and deported from Saudi Arabia are forcibly detained in Ethiopia, Human Rights Watch says


    Thousands of Tigrayans are being deported from Saudi Arabia and held in secret detention sites in Ethiopia, according to Human Rights Watch.

    In a new report, the international rights organisation says it has identified two detention sites where thousands of people from the war-torn Tigray region of Ethiopia are being mistreated and forcibly disappeared. The sites, identified via satellite imagery, videos and witness accounts, in the towns of Semera and Shone are most likely used to detain Tigrayan deportees, HRW said.

    Continue reading...", + "content": "

    Thousands of Tigrayan migrants abused and deported from Saudi Arabia are forcibly detained in Ethiopia, Human Rights Watch says


    Thousands of Tigrayans are being deported from Saudi Arabia and held in secret detention sites in Ethiopia, according to Human Rights Watch.

    In a new report, the international rights organisation says it has identified two detention sites where thousands of people from the war-torn Tigray region of Ethiopia are being mistreated and forcibly disappeared. The sites, identified via satellite imagery, videos and witness accounts, in the towns of Semera and Shone are most likely used to detain Tigrayan deportees, HRW said.

    Continue reading...", + "category": "Human rights", + "link": "https://www.theguardian.com/global-development/2022/jan/05/tigrayans-abused-deported-by-saudis-forcibly-disappeared-in-ethiopia-human-rights-watch-report", + "creator": "Katie McQue", + "pubDate": "2022-01-05T17:10:08Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92fd4087c52bd068deb35173b776aa4d" + "hash": "da8b19685793273671aaf6ddf05de9c1", + "highlights": [] }, { - "title": "Republicans Have a Golden Opportunity. They Will Probably Blow It.", - "description": " The party’s good fortune in avoiding profound punishment for all its follies is the reason those follies will probably continue.", - "content": " The party’s good fortune in avoiding profound punishment for all its follies is the reason those follies will probably continue.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/11/27/opinion/republicans-trump.html", - "creator": "Ross Douthat", - "pubDate": "Sat, 27 Nov 2021 20:00:07 +0000", + "title": "Filipinos count cost of climate crisis as typhoons get ever more destructive", + "description": "

    The Philippines adds little to global emissions but faces some of its worst effects in extreme weather. Climate justice is needed

    A few days before Christmas, Super-typhoon Rai – known locally as Odette – ravaged the Philippines. The morning after the onslaught, on my way back to Iloilo City from San Jose, Antique, I could see the ocean still boiling; houses blown away and great trees knocked down, making roads impassable. The sights were terrifying.

    Lost lives continue to climb two weeks on. Vast numbers of buildings were destroyed – from houses to schools; food crops lost to flooding. At first, I did not know what to feel – anger, helplessness? Later, I knew what I wanted: climate justice.

    Continue reading...", + "content": "

    The Philippines adds little to global emissions but faces some of its worst effects in extreme weather. Climate justice is needed

    A few days before Christmas, Super-typhoon Rai – known locally as Odette – ravaged the Philippines. The morning after the onslaught, on my way back to Iloilo City from San Jose, Antique, I could see the ocean still boiling; houses blown away and great trees knocked down, making roads impassable. The sights were terrifying.

    Lost lives continue to climb two weeks on. Vast numbers of buildings were destroyed – from houses to schools; food crops lost to flooding. At first, I did not know what to feel – anger, helplessness? Later, I knew what I wanted: climate justice.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/05/filipinos-count-cost-of-climate-crisis-as-typhoons-get-ever-more-destructive", + "creator": "Arnel Murga", + "pubDate": "2022-01-05T07:15:35Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17ec8edadb50fe4b7337fa2e40d978d9" + "hash": "8da8bcdbadc27a5536dba97edd5e84a1", + "highlights": [] }, { - "title": "Millionaire Space Tourism Doesn't Come With an Awe Guarantee", - "description": "Space tourism is one of those ostensibly awesome experiences that often feel anticlimactic because they promise the sublime.", - "content": "Space tourism is one of those ostensibly awesome experiences that often feel anticlimactic because they promise the sublime.", - "category": "Space and Astronomy", - "link": "https://www.nytimes.com/2021/11/27/opinion/space-tourism-awe.html", - "creator": "Henry Wismayer", - "pubDate": "Sat, 27 Nov 2021 16:00:06 +0000", + "title": "Canada agrees C$40bn deal to reform child welfare for First Nations", + "description": "

    Half of total to be offered in compensation to 200,000 individuals and families who suffered from discriminatory system

    A C$40bn agreement-in-principle has been reached in Canada to reform the child welfare system for First Nations people and compensate more than 200,000 individuals and families who suffered because of it.

    At the heart of the deal is a legacy of discrimination in child welfare systems that saw many children removed from their homes and placed in state care, and others who were denied adequate medical care and social services because of their Indigenous identity.

    Continue reading...", + "content": "

    Half of total to be offered in compensation to 200,000 individuals and families who suffered from discriminatory system

    A C$40bn agreement-in-principle has been reached in Canada to reform the child welfare system for First Nations people and compensate more than 200,000 individuals and families who suffered because of it.

    At the heart of the deal is a legacy of discrimination in child welfare systems that saw many children removed from their homes and placed in state care, and others who were denied adequate medical care and social services because of their Indigenous identity.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/global-development/2022/jan/04/canada-first-nations-child-welfare-compensation-deal", + "creator": "Tracey Lindeman in Gatineau", + "pubDate": "2022-01-04T20:04:11Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b2b00f5ea2b500f86643cf9beeadfa8" + "hash": "557cd1d5de3e7f83e3f6b1c8949dc8bd", + "highlights": [] }, { - "title": "Why the Feminist Movement Needs Pro-Life People", - "description": "We must form a broad and diverse coalition to advocate for women.", - "content": "We must form a broad and diverse coalition to advocate for women.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/11/28/opinion/feminism-abortion-pro-life.html", - "creator": "Tish Harrison Warren", - "pubDate": "Sun, 28 Nov 2021 16:15:05 +0000", + "title": "Preaching truth to power: the São Paulo priest standing up to Bolsonaro", + "description": "

    Júlio Lancellotti is an outspoken champion of homeless people – a cause that makes him unpopular with Brazil’s authorities

    In 2017, most Brazilians were still unfamiliar with the name Jair Bolsonaro. But for Júlio Lancellotti, there was already cause for concern in the reactionary rhetoric of the man who would be elected president two years later under the slogan: “Brazil above everything, God above everyone.”

    “I am astonished that a homophobic person like Bolsonaro appears on the presidential ballot,” said the priest during mass on 7 March of that year at St Michael the Archangel parish in São Paulo’s East Zone. The sermon, in which he also preached against rape culture and sexism, was typical of the man who has devoted his life to fighting injustice, often finding himself targeted by conservative politicians as a result.

    Continue reading...", + "content": "

    Júlio Lancellotti is an outspoken champion of homeless people – a cause that makes him unpopular with Brazil’s authorities

    In 2017, most Brazilians were still unfamiliar with the name Jair Bolsonaro. But for Júlio Lancellotti, there was already cause for concern in the reactionary rhetoric of the man who would be elected president two years later under the slogan: “Brazil above everything, God above everyone.”

    “I am astonished that a homophobic person like Bolsonaro appears on the presidential ballot,” said the priest during mass on 7 March of that year at St Michael the Archangel parish in São Paulo’s East Zone. The sermon, in which he also preached against rape culture and sexism, was typical of the man who has devoted his life to fighting injustice, often finding himself targeted by conservative politicians as a result.

    Continue reading...", + "category": "Jair Bolsonaro", + "link": "https://www.theguardian.com/global-development/2022/jan/04/preaching-truth-to-power-the-sao-paulo-priest-standing-up-to-bolsonaro", + "creator": "Beatriz Miranda in São Paulo", + "pubDate": "2022-01-04T15:00:15Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a6fbca8e533bc389591d2388c035d84" + "hash": "aa54876c1307ff781b4ce86b80be44dd", + "highlights": [] }, { - "title": "Supreme Court Abortion Case Is About More Than Roe v. Wade", - "description": "Conservatives may still end up unhappy with a court they now control. ", - "content": "Conservatives may still end up unhappy with a court they now control. ", - "category": "Abortion", - "link": "https://www.nytimes.com/2021/11/27/opinion/roe-abortion-dobbs-scotus.html", - "creator": "The Editorial Board", - "pubDate": "Sat, 27 Nov 2021 16:03:44 +0000", + "title": "‘I’d been set up’: the LGBTQ Kenyans ‘catfished’ for money via dating apps", + "description": "

    A colonial law that criminalises ‘unnatural’ sexual acts leaves LGBTQ+ people prey to social media extortion and blackmail

    One day after work last month, Tom Otieno* went to a shopping centre in Nairobi to pick up groceries before heading home. He got a call from someone he had been chatting to for a week on Grindr, a social networking app for gay, bi, trans and queer people. The man had already tried ringing several times during the day while Otieno was with colleagues and was keen to meet.

    Otieno, 29, mentioned where he was but said that he did not want to see the man. Then, as he was heading to his car, he got another call. As he answered it, someone approached him and said they were a police officer. Seconds later, two other officers joined him and surrounded Otieno.

    Continue reading...", + "content": "

    A colonial law that criminalises ‘unnatural’ sexual acts leaves LGBTQ+ people prey to social media extortion and blackmail

    One day after work last month, Tom Otieno* went to a shopping centre in Nairobi to pick up groceries before heading home. He got a call from someone he had been chatting to for a week on Grindr, a social networking app for gay, bi, trans and queer people. The man had already tried ringing several times during the day while Otieno was with colleagues and was keen to meet.

    Otieno, 29, mentioned where he was but said that he did not want to see the man. Then, as he was heading to his car, he got another call. As he answered it, someone approached him and said they were a police officer. Seconds later, two other officers joined him and surrounded Otieno.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/04/id-been-set-up-the-lgbtq-kenyans-catfished-for-money-via-dating-apps", + "creator": "Sarah Johnson in Nairobi", + "pubDate": "2022-01-04T08:30:11Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57dc219bb2ee86c63e37e3fb96d9c00d" + "hash": "c4490bc91931ba9743eee99477beeeec", + "highlights": [] }, { - "title": "The Woman on the Bridge", - "description": "Police and prosecutors spent five years chasing a domestic violence case. Would it be enough?", - "content": "Police and prosecutors spent five years chasing a domestic violence case. Would it be enough?", - "category": "Domestic Violence", - "link": "https://www.nytimes.com/2021/11/28/us/domestic-violence-law-enforcement.html", - "creator": "Ellen Barry", - "pubDate": "Sun, 28 Nov 2021 21:11:58 +0000", + "title": "Melania’s latest NFT is selling for £180,000 – at last one of the Trumps is showing entrepreneurial spirit | Arwa Mahdawi", + "description": "

    The former first lady has launched a jewellery line and caviar moisturiser, but digital portraits could be her real money maker

    There’s no rest for the wicked, eh? While a lot of people have spent the past few weeks trying to do as little as possible, it has been go-go-go for the Trump family. Donald, Ivanka and Donald Jr have been issued with subpoenas as part of a fraud inquiry into the family’s businesses. Melania, meanwhile, has been busy building a business of her own. The former first lady, turned crypto queen, has jumped on the non-fungible token (NFT) trend: last month she was flogging a digital painting of her eyes titled Melania’s Vision (and promising an unspecified portion of the proceeds from her digital ventures would go to children ageing out of foster care). The price? One SOL (Solana, the cryptocurrency, is worth about £128). Now, she has released a picture of herself dressed in white for a starting bid of just 1,415.86 SOL (£180,000).

    Melania’s NFT venture isn’t her first brush with entrepreneurship. She had a jewellery line and once developed a skincare range called Melania Trump’s Caviar Complexe C6™ with Lipid Matrix Receptor™ Technology. She tested her caviar creams on her then seven-year-old son Barron (“It smells very, very fresh … He likes it!” Melania told reporters at the time). Alas, no one else got a chance to use them due to a complicated lawsuit that killed the product before it got to the shops.

    Continue reading...", + "content": "

    The former first lady has launched a jewellery line and caviar moisturiser, but digital portraits could be her real money maker

    There’s no rest for the wicked, eh? While a lot of people have spent the past few weeks trying to do as little as possible, it has been go-go-go for the Trump family. Donald, Ivanka and Donald Jr have been issued with subpoenas as part of a fraud inquiry into the family’s businesses. Melania, meanwhile, has been busy building a business of her own. The former first lady, turned crypto queen, has jumped on the non-fungible token (NFT) trend: last month she was flogging a digital painting of her eyes titled Melania’s Vision (and promising an unspecified portion of the proceeds from her digital ventures would go to children ageing out of foster care). The price? One SOL (Solana, the cryptocurrency, is worth about £128). Now, she has released a picture of herself dressed in white for a starting bid of just 1,415.86 SOL (£180,000).

    Melania’s NFT venture isn’t her first brush with entrepreneurship. She had a jewellery line and once developed a skincare range called Melania Trump’s Caviar Complexe C6™ with Lipid Matrix Receptor™ Technology. She tested her caviar creams on her then seven-year-old son Barron (“It smells very, very fresh … He likes it!” Melania told reporters at the time). Alas, no one else got a chance to use them due to a complicated lawsuit that killed the product before it got to the shops.

    Continue reading...", + "category": "Melania Trump", + "link": "https://www.theguardian.com/us-news/commentisfree/2022/jan/04/melanias-latest-nft-is-selling-for-180000-at-last-one-of-the-trumps-is-showing-entrepreneurial-spirit", + "creator": "Arwa Mahdawi", + "pubDate": "2022-01-04T15:54:39Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f71d76645e2e76cf15835df819c1baea" + "hash": "6c7169602f1229a5ff1cdc08310ac677", + "highlights": [] }, { - "title": "Luxury Senior Homes Cater to Rich Baby Boomers", - "description": "A new crop of luxury senior housing is turning retirement into a five-star resort stay.", - "content": "A new crop of luxury senior housing is turning retirement into a five-star resort stay.", - "category": "Nursing Homes", - "link": "https://www.nytimes.com/2021/11/27/style/growing-old-in-high-style.html", - "creator": "Steven Kurutz", - "pubDate": "Sat, 27 Nov 2021 19:59:33 +0000", + "title": "When will Omicron peak in the UK and is the modelling wrong?", + "description": "

    Analysis: gloomiest predictions may have not come to pass, but experts caution that we’re not out of the woods yet

    The family gatherings have disbanded, the new year’s hangovers have lifted. Despite record Covid infection figures over the holiday period, evidence that the rate of increase in cases may be slowing has prompted speculation that London, at least, may be close to reaching “peak Omicron”.

    Boris Johnson is said to be obsessed with this hypothetical time point, seeing it as crucial to how the Covid variant may play out nationwide. If hospitalisations follow the same trajectory and peak without the NHS being overwhelmed, the prime minister’s decision not to impose lockdown-style restrictions before the holiday period may be vindicated.

    Continue reading...", + "content": "

    Analysis: gloomiest predictions may have not come to pass, but experts caution that we’re not out of the woods yet

    The family gatherings have disbanded, the new year’s hangovers have lifted. Despite record Covid infection figures over the holiday period, evidence that the rate of increase in cases may be slowing has prompted speculation that London, at least, may be close to reaching “peak Omicron”.

    Boris Johnson is said to be obsessed with this hypothetical time point, seeing it as crucial to how the Covid variant may play out nationwide. If hospitalisations follow the same trajectory and peak without the NHS being overwhelmed, the prime minister’s decision not to impose lockdown-style restrictions before the holiday period may be vindicated.

    Continue reading...", + "category": "Omicron variant", + "link": "https://www.theguardian.com/world/2022/jan/03/when-will-omicron-peak-in-uk-and-is-the-modelling-wrong", + "creator": "Linda Geddes Science correspondent", + "pubDate": "2022-01-03T18:54:04Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d6a545c9e05a7ae2cdeb099e030f789" + "hash": "fa7ce71d9eec3b77ab76823a9bea1b23", + "highlights": [] }, { - "title": "Years of Delays, Billions in Overruns: The Dismal History of Big Infrastructure", - "description": "The nation’s most ambitious engineering projects are mired in postponements and skyrocketing costs. Delivering $1.2 trillion in new infrastructure will be tough.", - "content": "The nation’s most ambitious engineering projects are mired in postponements and skyrocketing costs. Delivering $1.2 trillion in new infrastructure will be tough.", - "category": "Infrastructure Investment and Jobs Act (2021)", - "link": "https://www.nytimes.com/2021/11/28/us/infrastructure-megaprojects.html", - "creator": "Ralph Vartabedian", - "pubDate": "Sun, 28 Nov 2021 10:00:22 +0000", + "title": "Why Europe’s Muslims are braced for France’s stint running the EU presidency | Shada Islam", + "description": "

    There is concern that the country’s divisive anti-Muslim political discourse will seep into the union’s institutional policymaking

    • Shada Islam is a Brussels-based commentator on EU affairs

    France has taken over the rotating EU presidency for the next six months, an opportunity the president, Emmanuel Macron, will no doubt use to nudge Europe towards his goal of greater “strategic autonomy” in the world. Some in Brussels worry that hotly contested presidential elections in April could interfere with France’s EU presidency before a key conference on the future of Europe delivers any results. It’s not reassuring that Macron’s decision, temporarily, to fly the blue and gold EU flag at the Arc de Triomphe in Paris has already drawn the fury of far-right and conservative election candidates.

    But many European Muslims are concerned about the French stint in the EU chair for another reason: they fear that France’s divisive anti-Muslim political discourse will seep dangerously into EU policymaking.

    Shada Islam is a Brussels-based commentator on EU affairs

    Continue reading...", + "content": "

    There is concern that the country’s divisive anti-Muslim political discourse will seep into the union’s institutional policymaking

    • Shada Islam is a Brussels-based commentator on EU affairs

    France has taken over the rotating EU presidency for the next six months, an opportunity the president, Emmanuel Macron, will no doubt use to nudge Europe towards his goal of greater “strategic autonomy” in the world. Some in Brussels worry that hotly contested presidential elections in April could interfere with France’s EU presidency before a key conference on the future of Europe delivers any results. It’s not reassuring that Macron’s decision, temporarily, to fly the blue and gold EU flag at the Arc de Triomphe in Paris has already drawn the fury of far-right and conservative election candidates.

    But many European Muslims are concerned about the French stint in the EU chair for another reason: they fear that France’s divisive anti-Muslim political discourse will seep dangerously into EU policymaking.

    Shada Islam is a Brussels-based commentator on EU affairs

    Continue reading...", + "category": "European Union", + "link": "https://www.theguardian.com/world/commentisfree/2022/jan/03/europes-muslims-braced-frances-eu-presidency", + "creator": "Shada Islam", + "pubDate": "2022-01-03T15:00:04Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88661fdd299eaa630ed73e7fdd8e0356" + "hash": "e9ab614236043287fa877d41038193ac", + "highlights": [] }, { - "title": "Minneapolis' School Plan Asks White Families to Help Integrate", - "description": "In a citywide overhaul, a beloved Black high school was rezoned to include white students from a richer neighborhood. It has been hard for everyone.", - "content": "In a citywide overhaul, a beloved Black high school was rezoned to include white students from a richer neighborhood. It has been hard for everyone.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/11/27/us/minneapolis-school-integration.html", - "creator": "Sarah Mervosh", - "pubDate": "Sat, 27 Nov 2021 10:00:19 +0000", + "title": "Masks in schools: several EU countries already enforce them in primaries", + "description": "

    Analysis: Amid a backlash in England over the rule in secondaries, we look at the regulations elsewhere

    The return of a requirement in England for secondary pupils to wear face masks in class has sparked a backlash at the start of the new term, but several EU countries have already adopted the measure even for primary school children.

    Some Conservative MPs and parents’ groups have objected to the move, warning of a long-term impact of masks on children’s mental health and arguing that they they will have a longer-term effect on people’s ability to learn and socialise.

    Continue reading...", + "content": "

    Analysis: Amid a backlash in England over the rule in secondaries, we look at the regulations elsewhere

    The return of a requirement in England for secondary pupils to wear face masks in class has sparked a backlash at the start of the new term, but several EU countries have already adopted the measure even for primary school children.

    Some Conservative MPs and parents’ groups have objected to the move, warning of a long-term impact of masks on children’s mental health and arguing that they they will have a longer-term effect on people’s ability to learn and socialise.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/03/masks-for-school-students-mandatory-in-several-eu-countries", + "creator": "Jon Henley Europe correspondent", + "pubDate": "2022-01-03T14:29:13Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c18a7874fc720a25107928c2a85482d" + "hash": "e1eba5668d9397c5abfbe1171132ab22", + "highlights": [] }, { - "title": "A Prosecutor’s Winning Strategy in the Ahmaud Arbery Case", - "description": "The three men charged with killing Ahmaud Arbery were found guilty of murder. We explore how the prosecution secured this verdict from a mostly white jury.", - "content": "The three men charged with killing Ahmaud Arbery were found guilty of murder. We explore how the prosecution secured this verdict from a mostly white jury.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/11/29/podcasts/the-daily/ahmaud-arbery-prosecution-conviction.html", - "creator": "Michael Barbaro, Chelsea Daniel, Rachelle Bonja, Sydney Harper, Rachel Quester, Robert Jimison, Lisa Tobin, Lisa Chow and Chris Wood", - "pubDate": "Mon, 29 Nov 2021 11:00:08 +0000", + "title": "Owning cats and dogs instead of having children is selfish, says pope – video", + "description": "

    Pope Francis suggested people who own cats and dogs instead of having children exhibit 'a certain selfishness', during a speech on parenthood and adoption at the Vatican.

    The pontiff lamented that pets 'sometimes take the place of children' and that countries were becoming older and losing their humanity as a result

    Continue reading...", + "content": "

    Pope Francis suggested people who own cats and dogs instead of having children exhibit 'a certain selfishness', during a speech on parenthood and adoption at the Vatican.

    The pontiff lamented that pets 'sometimes take the place of children' and that countries were becoming older and losing their humanity as a result

    Continue reading...", + "category": "Pope Francis", + "link": "https://www.theguardian.com/world/video/2022/jan/05/having-cats-and-dogs-instead-of-children-is-selfish-says-pope-video", + "creator": "", + "pubDate": "2022-01-05T16:08:58Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13eb1ed389cfd23b1501b91e0d2d14d9" + "hash": "4f08fced5d299f32ffac7e07b736af20", + "highlights": [] }, { - "title": "Taliban and 9/11 Families Fight for Billions in Frozen Afghan Funds", - "description": "The White House must figure out what to do with the Afghan central bank’s account at the Federal Reserve, now frozen under U.S. law.", - "content": "The White House must figure out what to do with the Afghan central bank’s account at the Federal Reserve, now frozen under U.S. law.", - "category": "September 11 (2001)", - "link": "https://www.nytimes.com/2021/11/29/us/politics/taliban-afghanistan-911-families-frozen-funds.html", - "creator": "Charlie Savage", - "pubDate": "Mon, 29 Nov 2021 10:00:19 +0000", + "title": "Protests erupt in Kazakhstan over fuel price rise – video", + "description": "

    Protests have broken out in several Kazakh towns and cities after the central Asian nation's government lifted price caps on liquefied petroleum gas (LPG) and the cost of the popular alternative to petrol soared. The government resigned on Wednesday, hours after the president declared a state of emergency in large parts of the country in response to the rare outbreak of unrest. President Kassym-Jomart Tokayev has appointed Alikhan Smailov as acting prime minister.

    Continue reading...", + "content": "

    Protests have broken out in several Kazakh towns and cities after the central Asian nation's government lifted price caps on liquefied petroleum gas (LPG) and the cost of the popular alternative to petrol soared. The government resigned on Wednesday, hours after the president declared a state of emergency in large parts of the country in response to the rare outbreak of unrest. President Kassym-Jomart Tokayev has appointed Alikhan Smailov as acting prime minister.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/video/2022/jan/05/protests-erupt-in-kazakhstan-over-fuel-price-rise-video", + "creator": "", + "pubDate": "2022-01-05T05:22:15Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc9e41f01685e1744ccea62c1b320673" + "hash": "9140e96d148fbcc65e52e4ab9877ff16", + "highlights": [] }, { - "title": "Can New York Really Get to 100% Clean Energy by 2040?", - "description": "Clean power supply is being generated in upstate New York, but it is not making its way to New York City, the area that relies most heavily on power from fossil fuels.", - "content": "Clean power supply is being generated in upstate New York, but it is not making its way to New York City, the area that relies most heavily on power from fossil fuels.", - "category": "New York State", - "link": "https://www.nytimes.com/2021/11/29/nyregion/hochul-electrical-grid-climate-change.html", - "creator": "Anne Barnard and Grace Ashford", - "pubDate": "Mon, 29 Nov 2021 15:44:45 +0000", + "title": "Canada reaches C$40bn compensation agreement to reform Indigenous welfare – video", + "description": "

    Canada has reached an in-principle agreement totalling C$4bn (US$31.bn) to compensate First Nations children who were taken from their families and put into the welfare system, a major step toward reconciliation with the country's Indigenous people. David Sterns, a lawyer representing the plaintiffs, said: ‘This settlement is the largest class action settlement in Canadian history and it is believed to be one of the largest anywhere in the world.' The agreement includes C$2bn for potentially hundreds of thousands of First Nations children who were removed from their families. Another C$2bn is to reform the system over the next five years

    Continue reading...", + "content": "

    Canada has reached an in-principle agreement totalling C$4bn (US$31.bn) to compensate First Nations children who were taken from their families and put into the welfare system, a major step toward reconciliation with the country's Indigenous people. David Sterns, a lawyer representing the plaintiffs, said: ‘This settlement is the largest class action settlement in Canadian history and it is believed to be one of the largest anywhere in the world.' The agreement includes C$2bn for potentially hundreds of thousands of First Nations children who were removed from their families. Another C$2bn is to reform the system over the next five years

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/video/2022/jan/05/canada-reaches-c40bn-compensation-agreement-to-reform-indigenous-welfare-video", + "creator": "", + "pubDate": "2022-01-05T01:57:59Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f378885961420d2937b8c638d913b94" + "hash": "918bf701412e9a46a5c96897fecf9635", + "highlights": [] }, { - "title": "Xiomara Castro Vows New Era for Hondurus but Is Tied to Past", - "description": "Xiomara Castro, headed toward becoming her country’s next president, promises to expunge its legacy of corruption, but change may be tempered by her establishment ties and conservative opposition.", - "content": "Xiomara Castro, headed toward becoming her country’s next president, promises to expunge its legacy of corruption, but change may be tempered by her establishment ties and conservative opposition.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/29/world/americas/honduras-election-xiomara-castro.html", - "creator": "Anatoly Kurmanaev", - "pubDate": "Mon, 29 Nov 2021 17:20:44 +0000", + "title": "Young Australians' experiences of Covid go viral on Tiktok – video", + "description": "

    So many young people in Australia are testing positive to Covid that videos about their experiences are going viral on TikTok. 'Gorgeous gorgeous girls Afterpay their rapid antigen test,' writes TikTok user @eilishgilligan, in a statement that attempts to capture the mood of young people living in Australia’s major cities

    Continue reading...", + "content": "

    So many young people in Australia are testing positive to Covid that videos about their experiences are going viral on TikTok. 'Gorgeous gorgeous girls Afterpay their rapid antigen test,' writes TikTok user @eilishgilligan, in a statement that attempts to capture the mood of young people living in Australia’s major cities

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2022/jan/05/young-australians-experiences-of-covid-go-viral-on-tiktok-video", + "creator": "", + "pubDate": "2022-01-05T00:17:16Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "81095e40ffb3b30cf0e8f6eac2e66147" + "hash": "e8aba05d7a005d751dc61d3543f88d63", + "highlights": [] }, { - "title": "Where Will We Be in 20 Years?", - "description": "Looking at demographic data can help us assess the opportunities and challenges of the coming decades.", - "content": "Looking at demographic data can help us assess the opportunities and challenges of the coming decades.", - "category": "Economic Conditions and Trends", - "link": "https://www.nytimes.com/2021/11/27/business/dealbook/future-society-demographics.html", - "creator": "Andrew Ross Sorkin", - "pubDate": "Mon, 29 Nov 2021 13:51:25 +0000", + "title": "Coronavirus: ‘No excuse’ for being unvaccinated, Biden says – video", + "description": "

    Joe Biden has urged people to get vaccinated, saying that vaccines, booster shots and therapeutic drugs have mitigated the danger for the overwhelming majority of Americans who are fully vaccinated

    The US president was speaking ahead of a meeting with his Covid-19 response team at the White House about the impact of the Omicron variant

    Continue reading...", + "content": "

    Joe Biden has urged people to get vaccinated, saying that vaccines, booster shots and therapeutic drugs have mitigated the danger for the overwhelming majority of Americans who are fully vaccinated

    The US president was speaking ahead of a meeting with his Covid-19 response team at the White House about the impact of the Omicron variant

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/video/2022/jan/04/joe-biden-coronavirus-omicron-variant-covid-vaccines", + "creator": "", + "pubDate": "2022-01-04T22:19:04Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2a23a35fa567b9e97810dfb03816065" + "hash": "9557c22d2628e7264b9cbe8ea2f8a03c", + "highlights": [] }, { - "title": "Rep. Tom Suozzi Is Running for Governor of New York", - "description": "Mr. Suozzi entered a crowded field of Democrats seeking to challenge the incumbent, Gov. Kathy Hochul.", - "content": "Mr. Suozzi entered a crowded field of Democrats seeking to challenge the incumbent, Gov. Kathy Hochul.", - "category": "Suozzi, Thomas R", - "link": "https://www.nytimes.com/2021/11/29/nyregion/tom-suozzi-governor-ny.html", - "creator": "Katie Glueck and Nicholas Fandos", - "pubDate": "Mon, 29 Nov 2021 17:52:31 +0000", + "title": "Morrison government 'responsible for largest public policy failure', says Labor – video", + "description": "

    Opposition leader Anthony Albanese has criticised Scott Morrison’s government over Covid-19 booster and testing shortages. 'This  government is responsible for the largest public policy failure in Australian political history, Albanese said. Labor says it is getting reports of booster shot shortages, particularly in Indigenous communities. Albanese said that, combined with a lack of rapid antigen tests, the shortages show the government’s handling of the pandemic response needs to be questioned

    ► Subscribe to Guardian Australia on YouTube

    Continue reading...", + "content": "

    Opposition leader Anthony Albanese has criticised Scott Morrison’s government over Covid-19 booster and testing shortages. 'This  government is responsible for the largest public policy failure in Australian political history, Albanese said. Labor says it is getting reports of booster shot shortages, particularly in Indigenous communities. Albanese said that, combined with a lack of rapid antigen tests, the shortages show the government’s handling of the pandemic response needs to be questioned

    ► Subscribe to Guardian Australia on YouTube

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2022/jan/04/morrison-government-responsible-for-largest-public-policy-failure-says-labor-video", + "creator": "", + "pubDate": "2022-01-04T01:50:23Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "310ca8f14074072b98671809c4b2b3b0" + "hash": "811692ba79ad62dedd0426692a1227cc", + "highlights": [] }, { - "title": "A ‘Simpsons’ Episode Lampooned Chinese Censorship. In Hong Kong, It Vanished.", - "description": "The episode mocked both Mao Zedong and the government’s efforts to suppress memory of the 1989 Tiananmen Square massacre.", - "content": "The episode mocked both Mao Zedong and the government’s efforts to suppress memory of the 1989 Tiananmen Square massacre.", - "category": "Censorship", - "link": "https://www.nytimes.com/2021/11/29/world/asia/simpsons-hk.html", - "creator": "Vivian Wang", - "pubDate": "Mon, 29 Nov 2021 11:30:14 +0000", + "title": "Bear caught on camera stealing kill from wolves in Yellowstone park – video", + "description": "

    Wildlife officials in Yellowstone national park captured the unusual sight of a cheeky grizzly bear tagging along with a pack of hunting wolves, then making off with their kill.

    The enthralling video, posted to the National Parks Service Facebook page, shows the October incident in which the wolves from the Junction Butte pack in northern Yellowstone were joined by a lumbering grizzly as they hunted a herd of elk

    Continue reading...", + "content": "

    Wildlife officials in Yellowstone national park captured the unusual sight of a cheeky grizzly bear tagging along with a pack of hunting wolves, then making off with their kill.

    The enthralling video, posted to the National Parks Service Facebook page, shows the October incident in which the wolves from the Junction Butte pack in northern Yellowstone were joined by a lumbering grizzly as they hunted a herd of elk

    Continue reading...", + "category": "Animals", + "link": "https://www.theguardian.com/world/video/2022/jan/03/bear-caught-on-camera-stealing-kill-from-wolves-in-yellowstone-park-video", + "creator": "", + "pubDate": "2022-01-03T21:52:43Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f50e05822c11b37efd33f89778875c5" + "hash": "c72029f40833201b84a3d9b509ef80b2", + "highlights": [] }, { - "title": "Snowstorm Leaves Dozens Stranded for Days in a Remote U.K. Pub", - "description": "A crowd had gathered on Friday night to listen to Noasis, an Oasis tribute band. On Monday, most of them were finally able to go home.", - "content": "A crowd had gathered on Friday night to listen to Noasis, an Oasis tribute band. On Monday, most of them were finally able to go home.", - "category": "Snow and Snowstorms", - "link": "https://www.nytimes.com/2021/11/28/world/europe/england-pub-snow-storm.html", - "creator": "Alyssa Lukpat", - "pubDate": "Mon, 29 Nov 2021 14:17:59 +0000", + "title": "Top EU diplomat offers full support to Ukraine on visit to conflict frontline", + "description": "

    Josep Borrell warns ‘severe costs’ would follow any aggression against Kyiv by Russian-backed separatists

    The European Union’s top diplomat has pledged “full support” to Ukraine on a visit to the frontline of the country’s war with Moscow-backed separatists.

    Josep Borrell is the first EU high representative for foreign policy to have visited the Donbass region since war broke out nearly eight years ago.

    Continue reading...", + "content": "

    Josep Borrell warns ‘severe costs’ would follow any aggression against Kyiv by Russian-backed separatists

    The European Union’s top diplomat has pledged “full support” to Ukraine on a visit to the frontline of the country’s war with Moscow-backed separatists.

    Josep Borrell is the first EU high representative for foreign policy to have visited the Donbass region since war broke out nearly eight years ago.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/2022/jan/05/top-eu-diplomat-offers-full-support-to-ukraine-on-visit-to-conflict-frontline", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2022-01-05T17:06:23Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "35ae692b5008fc2dd24e798604790dae" + "hash": "7517936fcd0e44cbf00b5619f218027e", + "highlights": [] }, { - "title": "Jussie Smollett Trial Begins With Jury Selection", - "description": "The actor said in 2019 that he was the victim of a hate crime, but the police said it was a hoax. His trial will revolve around charges that he filed a false police report.", - "content": "The actor said in 2019 that he was the victim of a hate crime, but the police said it was a hoax. His trial will revolve around charges that he filed a false police report.", - "category": "Police Department (Chicago, Ill)", - "link": "https://www.nytimes.com/2021/11/29/arts/television/jussie-smollett-trial.html", - "creator": "Julia Jacobs", - "pubDate": "Mon, 29 Nov 2021 16:22:14 +0000", + "title": "Bill Bernstein’s best photograph: joy and humanity in a homeless centre", + "description": "

    ‘It was clear that these two had each other in their lives, and that was pretty much it’

    In the 1970s I lived in SoHo in New York, which is not far from the Bowery, but the two districts were like separate universes. SoHo was full of artists and creative types but the Bowery was known as the place where you ended up when you were at the bottom of the barrel. There were a lot of flophouses and a lot of alcoholism and drug use. It was the darkest place in New York City for a long time.

    The Bowery Mission is a Christian rescue centre for homeless people. Only men are allowed to stay overnight but it feeds anybody. I used to go there around Thanksgiving and Christmas time to help serve dinner. The face-to-face contact and interactions I had with people meant that I always felt a real connection with them, and it also made me grateful for what I had in my own life.

    Continue reading...", + "content": "

    ‘It was clear that these two had each other in their lives, and that was pretty much it’

    In the 1970s I lived in SoHo in New York, which is not far from the Bowery, but the two districts were like separate universes. SoHo was full of artists and creative types but the Bowery was known as the place where you ended up when you were at the bottom of the barrel. There were a lot of flophouses and a lot of alcoholism and drug use. It was the darkest place in New York City for a long time.

    The Bowery Mission is a Christian rescue centre for homeless people. Only men are allowed to stay overnight but it feeds anybody. I used to go there around Thanksgiving and Christmas time to help serve dinner. The face-to-face contact and interactions I had with people meant that I always felt a real connection with them, and it also made me grateful for what I had in my own life.

    Continue reading...", + "category": "Art and design", + "link": "https://www.theguardian.com/artanddesign/2022/jan/05/bill-bernstein-best-photograph-homeless", + "creator": "Interview by Daniel Dylan Wray", + "pubDate": "2022-01-05T15:00:02Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6dc34b843b428c23e2c849181dead4ae" + "hash": "c90a0fb2d2ee59f48581933d4efa2d0d", + "highlights": [] }, { - "title": "‘You’re Not Helpless’: For London Women, Learning to Fight Builds Confidence", - "description": "After a year marked by isolation, loneliness and violence in the city, many self-defense and martial arts gyms say they are seeing more interest from women.", - "content": "After a year marked by isolation, loneliness and violence in the city, many self-defense and martial arts gyms say they are seeing more interest from women.", - "category": "Women and Girls", - "link": "https://www.nytimes.com/2021/11/28/world/europe/uk-women-self-defense.html", - "creator": "Isabella Kwai", - "pubDate": "Sun, 28 Nov 2021 15:47:09 +0000", + "title": "Harvey Parker: Met police recover body from River Thames", + "description": "

    Student last seen before Christmas leaving nightclub near Charing Cross station

    Police searching for missing 20-year-old Harvey Parker have recovered a body from the River Thames believed to be the student.

    The Metropolitan police was alerted to reports of a body in the Thames near Embankment, central London, by the Royal National Lifeboat Institution at 11.51am on Tuesday.

    Continue reading...", + "content": "

    Student last seen before Christmas leaving nightclub near Charing Cross station

    Police searching for missing 20-year-old Harvey Parker have recovered a body from the River Thames believed to be the student.

    The Metropolitan police was alerted to reports of a body in the Thames near Embankment, central London, by the Royal National Lifeboat Institution at 11.51am on Tuesday.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2022/jan/05/harvey-parker-met-police-recover-body-from-river-thames", + "creator": "Nicola Slawson", + "pubDate": "2022-01-05T20:09:22Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "00ecfb8942c03ec7f07e9619a6ffbe08" + "hash": "3e6f143e8f8709cc110e7213a98a9a74", + "highlights": [] }, { - "title": "‘Encanto’ Reaches No. 1, but Moviegoers Are Tough to Lure Back", - "description": "No simultaneous streaming: “Encanto” or “House of Gucci” could only be seen in theaters this weekend. Even still, some viewers stayed home.", - "content": "No simultaneous streaming: “Encanto” or “House of Gucci” could only be seen in theaters this weekend. Even still, some viewers stayed home.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/11/28/movies/encanto-box-office.html", - "creator": "Brooks Barnes", - "pubDate": "Sun, 28 Nov 2021 21:41:32 +0000", + "title": "California bill would hold gunmakers liable for injuries or deaths", + "description": "

    The legislation is modeled after a first-in-the-nation New York law that declares such violations a ‘public nuisance’

    Some Democratic California lawmakers want to make it easier for people to sue gun companies for liability in shootings that cause injuries or deaths, a move advocates say is aimed at getting around a US law that prevents such lawsuits and allows the industry to act recklessly.

    In general, when someone is injured or killed by gunfire it’s very hard for the victim or their family to hold the gun manufacturer or dealer responsible by suing them and making them pay for damages. A federal law prevents most of those types of lawsuits.

    Continue reading...", + "content": "

    The legislation is modeled after a first-in-the-nation New York law that declares such violations a ‘public nuisance’

    Some Democratic California lawmakers want to make it easier for people to sue gun companies for liability in shootings that cause injuries or deaths, a move advocates say is aimed at getting around a US law that prevents such lawsuits and allows the industry to act recklessly.

    In general, when someone is injured or killed by gunfire it’s very hard for the victim or their family to hold the gun manufacturer or dealer responsible by suing them and making them pay for damages. A federal law prevents most of those types of lawsuits.

    Continue reading...", + "category": "California", + "link": "https://www.theguardian.com/us-news/2022/jan/05/california-bill-gunmakers-lawsuit", + "creator": "Guardian staff and agencies", + "pubDate": "2022-01-05T20:14:08Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c522443d77783b4f39cb44e5488ff3e" + "hash": "15c221642af7471dc417c2383f99f0d1", + "highlights": [] }, { - "title": "She Was Losing Fistfuls of Hair. What Was Causing It?", - "description": "Sudden hair loss may seem alarming, but it may be caused by a temporary stress and grow back.", - "content": "Sudden hair loss may seem alarming, but it may be caused by a temporary stress and grow back.", - "category": "Hair", - "link": "https://www.nytimes.com/2020/02/03/well/live/she-was-losing-fistfuls-of-hair-what-was-causing-it.html", - "creator": "Jane E. Brody", - "pubDate": "Mon, 04 Oct 2021 16:13:37 +0000", + "title": "Kazakhstan protests: president threatens ruthless crackdown", + "description": "

    Kassym-Jomart Tokayev says in televised address ‘I plan to act as toughly as possible’

    Kazakhstan’s president has threatened to crack down ruthlessly on protests ongoing across the country, claiming the unrest has led to deaths and injuries among law enforcement officers.

    “As the head of state … I plan to act as toughly as possible,” said Kassym-Jomart Tokayev in a televised address on Wednesday afternoon. “This is a question of the safety of our country. I am certain that the people will support me,” he added, saying he had no plans to flee the country’s capital.

    Continue reading...", + "content": "

    Kassym-Jomart Tokayev says in televised address ‘I plan to act as toughly as possible’

    Kazakhstan’s president has threatened to crack down ruthlessly on protests ongoing across the country, claiming the unrest has led to deaths and injuries among law enforcement officers.

    “As the head of state … I plan to act as toughly as possible,” said Kassym-Jomart Tokayev in a televised address on Wednesday afternoon. “This is a question of the safety of our country. I am certain that the people will support me,” he added, saying he had no plans to flee the country’s capital.

    Continue reading...", + "category": "Kazakhstan", + "link": "https://www.theguardian.com/world/2022/jan/05/kazakhstan-protests-president-threatens-ruthless-crackdown", + "creator": "Shaun Walker and Naubet Bisenov in Aktobe province", + "pubDate": "2022-01-05T14:20:47Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b45918e9a0fffc5911cd282211518893" + "hash": "e7ce8953d9dd7c044ed89daa4b0a1ba5", + "highlights": [] }, { - "title": "Navigating My Son’s A.D.H.D. Made Me Realize I Had It, Too", - "description": "Experts say some symptoms, especially in women, are mistaken for other conditions such as mood disorders or depression.", - "content": "Experts say some symptoms, especially in women, are mistaken for other conditions such as mood disorders or depression.", - "category": "Attention Deficit Hyperactivity Disorder", - "link": "https://www.nytimes.com/2021/02/25/well/family/ADHD-adults-women.html", - "creator": "Heidi Borst", - "pubDate": "Thu, 25 Feb 2021 19:25:51 +0000", + "title": "Brazilian president Jair Bolsonaro discharged from hospital", + "description": "

    Bolsonaro said he was discharged on Wednesday, two days after being admitted with intestinal obstruction

    The Brazilian president, Jair Bolsonaro, has been discharged from hospital, two days after being admitted with an intestinal obstruction, his latest health complication from a 2018 stabbing.

    “Being discharged now. Thank you all,” Bolsonaro posted on Twitter on Wednesday morning alongside a religious message and a photo of himself and his doctors giving a thumbs up.

    Continue reading...", + "content": "

    Bolsonaro said he was discharged on Wednesday, two days after being admitted with intestinal obstruction

    The Brazilian president, Jair Bolsonaro, has been discharged from hospital, two days after being admitted with an intestinal obstruction, his latest health complication from a 2018 stabbing.

    “Being discharged now. Thank you all,” Bolsonaro posted on Twitter on Wednesday morning alongside a religious message and a photo of himself and his doctors giving a thumbs up.

    Continue reading...", + "category": "Jair Bolsonaro", + "link": "https://www.theguardian.com/world/2022/jan/05/brazilian-president-jair-bolsonaro-discharged-from-hospital", + "creator": "Reuters", + "pubDate": "2022-01-05T12:58:02Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15708e4fda7aacda8585bac16bb6057d" + "hash": "28ea222386d796acee8a3a8bd2648eaa", + "highlights": [] }, { - "title": "Think You Have ‘Normal’ Blood Pressure? Think Again", - "description": "Even levels of blood pressure that are generally considered “normal” may be high enough to foster the development of heart disease, new research shows.", - "content": "Even levels of blood pressure that are generally considered “normal” may be high enough to foster the development of heart disease, new research shows.", - "category": "Blood Pressure", - "link": "https://www.nytimes.com/2020/10/19/well/live/blood-pressure-heart-disease.html", - "creator": "Jane E. Brody", - "pubDate": "Mon, 11 Oct 2021 17:21:38 +0000", + "title": "Man charged after reports of anti-vaccine protest outside Sajid Javid’s home", + "description": "

    Online video shows man claiming he is putting health secretary on notice for ‘harming’ people in Britain

    A 60-year-old man has been charged after reports of an anti-vaccine protest outside the health secretary’s London home.

    A video posted online appears to show a person delivering a letter with an anti-Covid-vaccine message to what they claimed was Sajid Javid’s home in Fulham, south-west London.

    Continue reading...", + "content": "

    Online video shows man claiming he is putting health secretary on notice for ‘harming’ people in Britain

    A 60-year-old man has been charged after reports of an anti-vaccine protest outside the health secretary’s London home.

    A video posted online appears to show a person delivering a letter with an anti-Covid-vaccine message to what they claimed was Sajid Javid’s home in Fulham, south-west London.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/05/anti-vaccine-protest-sajid-javid-home", + "creator": "PA Media", + "pubDate": "2022-01-05T09:17:42Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0779ce81c9a70454c9131f6e2b6613d" + "hash": "bd1ff5507ac4e03d7850113525c06652", + "highlights": [] }, { - "title": "Should You Screen Your Child for Celiac Disease?", - "description": "Some kids have symptoms for years before learning they have the condition, but experts have said that screening everyone in childhood may not be the best answer.", - "content": "Some kids have symptoms for years before learning they have the condition, but experts have said that screening everyone in childhood may not be the best answer.", - "category": "Celiac Disease", - "link": "https://www.nytimes.com/2020/04/17/parenting/child-celiac-disease-diagnosis.html", - "creator": "Amanda Keener", - "pubDate": "Fri, 17 Apr 2020 21:36:06 +0000", + "title": "Bristol BLM protesters overjoyed after being cleared over toppling of Edward Colston statue – video", + "description": "

    Three men and a woman have been found not guilty of criminal damage after toppling a statue of the slave trader Edward Colston during a Black Lives Matter protest in Bristol.

    Rhian Graham, 30, Milo Ponsford, 26, and Sage Willoughby, 22, were accused, with “others unknown”, of helping to tie ropes around the statue’s neck and joining with others to pull it to the ground.

    Jake Skuse, 33, was accused of helping to roll it to Bristol harbour where it was thrown into the River Avon

    Continue reading...", + "content": "

    Three men and a woman have been found not guilty of criminal damage after toppling a statue of the slave trader Edward Colston during a Black Lives Matter protest in Bristol.

    Rhian Graham, 30, Milo Ponsford, 26, and Sage Willoughby, 22, were accused, with “others unknown”, of helping to tie ropes around the statue’s neck and joining with others to pull it to the ground.

    Jake Skuse, 33, was accused of helping to roll it to Bristol harbour where it was thrown into the River Avon

    Continue reading...", + "category": "Bristol", + "link": "https://www.theguardian.com/uk-news/video/2022/jan/05/bristol-blm-protesters-relieved-after-being-cleared-over-toppling-of-edward-colston-statue-video", + "creator": "", + "pubDate": "2022-01-05T18:37:08Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88e45b75e44307c2401f0f8392f887a9" + "hash": "da5f07b97e6db0e7d468e2dbc2fb2e22", + "highlights": [] }, { - "title": "The Power of a Name: My Secret Life With M.R.K.H.", - "description": "I had no uterus, but until I learned the name for my syndrome, I couldn’t connect with others. I felt defective, marginalized and alone.", - "content": "I had no uterus, but until I learned the name for my syndrome, I couldn’t connect with others. I felt defective, marginalized and alone.", - "category": "Uterus", - "link": "https://www.nytimes.com/2019/05/28/well/live/mrkh-syndrome-uterus.html", - "creator": "Susan Rudnick", - "pubDate": "Tue, 28 May 2019 08:45:59 +0000", + "title": "Trump’s border wall and the slow decay of American soil | Carlos Sanchez", + "description": "

    The ‘big, beautiful wall’ has kept US citizens away from the no man’s land it created – and in effect ceded territory to Mexico

    Several miles south of the small town of San Juan, Texas, beyond acres of onion fields, orange groves and other cash crops sits a historic cemetery and the site of the beginning of a slow decay of American soil.

    I hadn’t been to this area for more than a year because of the pandemic, and I was startled at how different this remote part of Texas had become. The most obvious change is the steel 18ft-high bollard fencing, among the last vestiges of Donald Trump’s glorious border wall with Mexico.

    Continue reading...", + "content": "

    The ‘big, beautiful wall’ has kept US citizens away from the no man’s land it created – and in effect ceded territory to Mexico

    Several miles south of the small town of San Juan, Texas, beyond acres of onion fields, orange groves and other cash crops sits a historic cemetery and the site of the beginning of a slow decay of American soil.

    I hadn’t been to this area for more than a year because of the pandemic, and I was startled at how different this remote part of Texas had become. The most obvious change is the steel 18ft-high bollard fencing, among the last vestiges of Donald Trump’s glorious border wall with Mexico.

    Continue reading...", + "category": "Texas", + "link": "https://www.theguardian.com/us-news/2022/jan/05/trump-border-wall-south-texas-mexico", + "creator": "Carlos Sanchez", + "pubDate": "2022-01-05T16:00:37Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f680dfc1cef2ca94b1266398a74ca969" + "hash": "ccb832b8d7c8b0372883f1ad224cd1f3", + "highlights": [] }, { - "title": "Her Art Reads the Land in Deep Time", - "description": "Athena LaTocha has embraced geological materials from mesas, wetlands and bluffs in her large-scale works. Now, she’s exploring what’s underfoot in New York City.", - "content": "Athena LaTocha has embraced geological materials from mesas, wetlands and bluffs in her large-scale works. Now, she’s exploring what’s underfoot in New York City.", - "category": "Art", - "link": "https://www.nytimes.com/2021/11/24/arts/design/athena-latocha-bric-sculpture-native-american.html", - "creator": "Siddhartha Mitter", - "pubDate": "Wed, 24 Nov 2021 16:59:50 +0000", + "title": "Covid outbreak at Sydney nursing home leaves residents ‘petrified’", + "description": "

    Son of infected resident describes situation as ‘unmitigated disaster’, with questions raised over booster shot timing

    A south-west Sydney nursing home is battling a major Covid outbreak with families now questioning the timing of booster shots and why positive cases were kept in close quarters with uninfected residents.

    One fully vaccinated resident who was receiving palliative care has died, and 63 more have tested positive to Covid at the Bupa aged care home at Clemton Park – 38 residents and 25 care staff – a sharp rise since the facility activated its outbreak management plan on 21 December after a staff member tested positive.

    Continue reading...", + "content": "

    Son of infected resident describes situation as ‘unmitigated disaster’, with questions raised over booster shot timing

    A south-west Sydney nursing home is battling a major Covid outbreak with families now questioning the timing of booster shots and why positive cases were kept in close quarters with uninfected residents.

    One fully vaccinated resident who was receiving palliative care has died, and 63 more have tested positive to Covid at the Bupa aged care home at Clemton Park – 38 residents and 25 care staff – a sharp rise since the facility activated its outbreak management plan on 21 December after a staff member tested positive.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2022/jan/06/covid-outbreak-at-sydney-nursing-home-leaves-residents-petrified", + "creator": "Elias Visontay", + "pubDate": "2022-01-05T16:30:38Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85c5e6544082686bbc05add4dd4fda14" + "hash": "65a809d0749f90d06fdd7611177a9631", + "highlights": [] }, { - "title": "Adele and Summer Walker: Our Season of Romantic Discontent", - "description": "New chart-topping albums from the two singers serve as raw excavations of relationships gone bad.", - "content": "New chart-topping albums from the two singers serve as raw excavations of relationships gone bad.", - "category": "Dating and Relationships", - "link": "https://www.nytimes.com/2021/11/29/arts/music/adele-summer-walker.html", - "creator": "Jon Caramanica", - "pubDate": "Mon, 29 Nov 2021 14:04:34 +0000", + "title": "‘We can transition to a better country’: a trans Colombian on diversity in ecology and society", + "description": "

    Brigitte Baptiste has a high profile as a transgender Colombian woman and an ecologist – in a country where both are targeted

    When Brigitte Baptiste walks on to the 10th floor of Bogotá’s Ean University at 9.45am in a plunging dress, knee-high cheetah-print boots and a silvery wig, the office comes to life. She examines some flowers sent by the Colombian radio station Caracol to thank her for taking part in a forum, her co-worker compliments her on her lipstick, and she settles in for a day of back-to-back meetings, followed by a private virtual conversation with the UN secretary general, António Guterres. Later that evening, she flies to Cartagena for a conference on natural gas.

    The 58-year-old ecologist is one of Colombia’s foremost environmental experts, and one of its most visible transgender people, challenging scientific and social conventions alike. An ecology professor at the Jesuit-run Javeriana University for 20 years, she has written 15 books, countless newspaper columns, and won international prizes for her work. Most recently, she was appointed chancellor of Ean University, a business school, as part of its push for greater sustainability.

    Continue reading...", + "content": "

    Brigitte Baptiste has a high profile as a transgender Colombian woman and an ecologist – in a country where both are targeted

    When Brigitte Baptiste walks on to the 10th floor of Bogotá’s Ean University at 9.45am in a plunging dress, knee-high cheetah-print boots and a silvery wig, the office comes to life. She examines some flowers sent by the Colombian radio station Caracol to thank her for taking part in a forum, her co-worker compliments her on her lipstick, and she settles in for a day of back-to-back meetings, followed by a private virtual conversation with the UN secretary general, António Guterres. Later that evening, she flies to Cartagena for a conference on natural gas.

    The 58-year-old ecologist is one of Colombia’s foremost environmental experts, and one of its most visible transgender people, challenging scientific and social conventions alike. An ecology professor at the Jesuit-run Javeriana University for 20 years, she has written 15 books, countless newspaper columns, and won international prizes for her work. Most recently, she was appointed chancellor of Ean University, a business school, as part of its push for greater sustainability.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2022/jan/03/brigitte-baptiste-high-profile-transgender-woman-and-ecologist-colombia-targeted", + "creator": "Genevieve Glatsky", + "pubDate": "2022-01-03T12:15:46Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d46beb721c91352f6a7a0350d0799a5" + "hash": "486e280642fa41ca2570deeafda14cf1", + "highlights": [] }, { - "title": "‘My Eyes Landed on Something I Didn’t Know I Was Looking For’", - "description": "Unleashed on Third Avenue, a museum encounter and more reader tales of New York City in this week’s Metropolitan Diary.", - "content": "Unleashed on Third Avenue, a museum encounter and more reader tales of New York City in this week’s Metropolitan Diary.", - "category": "New York City", - "link": "https://www.nytimes.com/2021/11/28/nyregion/metropolitan-diary.html", - "creator": "", - "pubDate": "Sun, 28 Nov 2021 08:00:07 +0000", + "title": "Macron rebuke to unvaccinated citizens incurs anger in parliament", + "description": "

    Politicians challenge French president on ‘unfit language’ after his vow to put lives of 5 million without Covid jabs ‘in the shit’

    Emmanuel Macron faced criticism from political opponents and heated scenes in parliament on Wednesday after he gave a deliberately provocative warning to unvaccinated French people, saying he would make their lives as difficult as possible by curbing their access to spaces such as cafés and restaurants.

    A crucial parliamentary debate on introducing a proposed Covid-19 “vaccine pass” for entry to areas such museums and long-distance trains was to resume on Wednesday afternoon.

    Continue reading...", + "content": "

    Politicians challenge French president on ‘unfit language’ after his vow to put lives of 5 million without Covid jabs ‘in the shit’

    Emmanuel Macron faced criticism from political opponents and heated scenes in parliament on Wednesday after he gave a deliberately provocative warning to unvaccinated French people, saying he would make their lives as difficult as possible by curbing their access to spaces such as cafés and restaurants.

    A crucial parliamentary debate on introducing a proposed Covid-19 “vaccine pass” for entry to areas such museums and long-distance trains was to resume on Wednesday afternoon.

    Continue reading...", + "category": "Emmanuel Macron", + "link": "https://www.theguardian.com/world/2022/jan/05/macron-rebuke-to-unvaccinated-citizens-incurs-anger-in-parliament", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2022-01-05T15:48:21Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d73b9e94ea638dbcc7076bb6d180fce" + "hash": "b70e301e8593331419483271c555e5ee", + "highlights": [] }, { - "title": "The Crispiest, Lightest Shrimp Cakes", - "description": "What’s the secret? It’s using pulverized rice cakes as a binder, Melissa Clark writes.", - "content": "What’s the secret? It’s using pulverized rice cakes as a binder, Melissa Clark writes.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/11/24/dining/crispiest-shrimp-cakes-recipe.html", - "creator": "Melissa Clark", - "pubDate": "Wed, 24 Nov 2021 17:36:03 +0000", + "title": "Biden to ‘speak truth’ on Capitol attack as Trump cancels anniversary event", + "description": "

    President will honor police in his remarks while Republicans voiced concerns about Trump overshadowing the somber day

    Joe Biden will mark the first anniversary of the deadly assault at the US Capitol this Thursday by honoring the bravery of law enforcement on the scene, and outlining the unfinished work the nation needs to do to strengthen its democracy, the White House said in its first preview of the president’s remarks.

    “On Thursday, the president is going to speak to the truth of what happened, not the lies that some have spread since, and the peril it has posed to the rule of law and our system of democratic governance,” the White House spokesperson, Jen Psaki, told reporters on Tuesday afternoon.

    Continue reading...", + "content": "

    President will honor police in his remarks while Republicans voiced concerns about Trump overshadowing the somber day

    Joe Biden will mark the first anniversary of the deadly assault at the US Capitol this Thursday by honoring the bravery of law enforcement on the scene, and outlining the unfinished work the nation needs to do to strengthen its democracy, the White House said in its first preview of the president’s remarks.

    “On Thursday, the president is going to speak to the truth of what happened, not the lies that some have spread since, and the peril it has posed to the rule of law and our system of democratic governance,” the White House spokesperson, Jen Psaki, told reporters on Tuesday afternoon.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/04/us-capitol-attack-biden-trump-event", + "creator": "Guardian staff and agencies", + "pubDate": "2022-01-05T02:39:46Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f61dc6cff7f2bfd0edf3b451b5e7ba2" + "hash": "23e2a340bfa727272856a6abd10b65f1", + "highlights": [] }, { - "title": "Brandon Kyle Goodman, a Nonbinary Voice of ‘Big Mouth’", - "description": "The actor and writer also stars in the spinoff “Human Resources.”", - "content": "The actor and writer also stars in the spinoff “Human Resources.”", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/11/26/style/brandon-kyle-goodman-big-mouth.html", - "creator": "Brianna Holt", - "pubDate": "Mon, 29 Nov 2021 18:10:04 +0000", + "title": "Palestinian man to end hunger strike after Israel agrees to release", + "description": "

    Hisham Abu Hawash, who has been held without charge for more than a year, began refusing food in August

    A Palestinian man on a hunger strike in protest against detention without charge has agreed to end his fast after a deal was struck for his release owing to fears of unrest if he died.

    Hisham Abu Hawash, 40, a construction worker from Dura in the West Bank, had previously served time in an Israeli jail after pleading guilty to terrorism offences related to membership of Islamic Jihad. He was rearrested and has been held without charge or trial for more than a year, and began refusing food in August.

    Continue reading...", + "content": "

    Hisham Abu Hawash, who has been held without charge for more than a year, began refusing food in August

    A Palestinian man on a hunger strike in protest against detention without charge has agreed to end his fast after a deal was struck for his release owing to fears of unrest if he died.

    Hisham Abu Hawash, 40, a construction worker from Dura in the West Bank, had previously served time in an Israeli jail after pleading guilty to terrorism offences related to membership of Islamic Jihad. He was rearrested and has been held without charge or trial for more than a year, and began refusing food in August.

    Continue reading...", + "category": "Palestinian territories", + "link": "https://www.theguardian.com/world/2022/jan/05/palestinian-man-end-hunger-strike-israel-agrees-release", + "creator": "Bethan McKernan in Jerusalem", + "pubDate": "2022-01-05T15:43:54Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7f4068604c9f87cfa8a1508edb51895" + "hash": "13362651067c353f141a0a3edeb631e0", + "highlights": [] }, { - "title": "W.H.O. Warns of ‘Very High’ Risk From Omicron, as Many Questions Remain", - "description": "Scotland said it had found six cases of the new variant and that contact tracing was underway. Japan barred all foreign travelers, and Australia delayed reopening its borders for two weeks.", - "content": "Scotland said it had found six cases of the new variant and that contact tracing was underway. Japan barred all foreign travelers, and Australia delayed reopening its borders for two weeks.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/29/world/omicron-variant-covid", - "creator": "The New York Times", - "pubDate": "Mon, 29 Nov 2021 16:08:19 +0000", + "title": "‘Appalling message’: outrage over Novak Djokovic’s medical exemption to play Australian Open", + "description": "

    Former AMA president says Djokovic shouldn’t be allowed into Australia, while fellow players express surprise at the decision

    The decision to grant Novak Djokovic an exemption from Covid-19 vaccination requirements to play in the Australian Open in Melbourne has been labelled “appalling”, with some players expressing surprise at the late decision.

    On Tuesday night, the defending Australian Open champion posted on Instagram that he was coming to Melbourne to participate in the tennis tournament with an “exemption permission”.

    Continue reading...", + "content": "

    Former AMA president says Djokovic shouldn’t be allowed into Australia, while fellow players express surprise at the decision

    The decision to grant Novak Djokovic an exemption from Covid-19 vaccination requirements to play in the Australian Open in Melbourne has been labelled “appalling”, with some players expressing surprise at the late decision.

    On Tuesday night, the defending Australian Open champion posted on Instagram that he was coming to Melbourne to participate in the tennis tournament with an “exemption permission”.

    Continue reading...", + "category": "Novak Djokovic", + "link": "https://www.theguardian.com/sport/2022/jan/05/appalling-message-outrage-over-novak-djokovics-medical-exemption-to-play-australian-open", + "creator": "Josh Taylor", + "pubDate": "2022-01-05T07:44:35Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95c1c2e8e8d37073b0be51c0db114eea" + "hash": "d8b09c80e12a532c2e8e462dc72c9b7e", + "highlights": [] }, { - "title": "Global markets rose as investors reconsidered the unknowns of Omicron.", - "description": "After tumbling on Friday, European markets opened higher and oil prices gained. Follow the latest business updates.", - "content": "After tumbling on Friday, European markets opened higher and oil prices gained. Follow the latest business updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/29/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Mon, 29 Nov 2021 16:08:19 +0000", + "title": "Pope calls couples who choose pets over having children ‘selfish’", + "description": "

    Pontiff says denial of fatherhood and motherhood diminishes people and takes away their humanity

    Pope Francis risked the ire of the world’s childless dog and cat owners by suggesting people who substitute pets for children exhibit “a certain selfishness”.

    Speaking on parenthood during a general audience at the Vatican, the pontiff lamented that pets “sometimes take the place of children” in society.

    Continue reading...", + "content": "

    Pontiff says denial of fatherhood and motherhood diminishes people and takes away their humanity

    Pope Francis risked the ire of the world’s childless dog and cat owners by suggesting people who substitute pets for children exhibit “a certain selfishness”.

    Speaking on parenthood during a general audience at the Vatican, the pontiff lamented that pets “sometimes take the place of children” in society.

    Continue reading...", + "category": "Pope Francis", + "link": "https://www.theguardian.com/world/2022/jan/05/pope-couples-choose-pets-children-selfish", + "creator": "Agence France-Presse in Vatican City", + "pubDate": "2022-01-05T12:28:53Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08454c9623a7979110b902ea93b81603" + "hash": "1d3f233160cc95ef15fe9edd6726f112", + "highlights": [] }, { - "title": "Europe Looks to Nuclear Power to Meet Climate Goals", - "description": "While wind and solar ramp up, several countries, including France and Britain, are looking to expand their nuclear energy programs. Germany and others aren’t so enthusiastic.", - "content": "While wind and solar ramp up, several countries, including France and Britain, are looking to expand their nuclear energy programs. Germany and others aren’t so enthusiastic.", - "category": "Nuclear Energy", - "link": "https://www.nytimes.com/2021/11/29/business/nuclear-power-europe-climate.html", - "creator": "Liz Alderman and Stanley Reed", - "pubDate": "Mon, 29 Nov 2021 10:00:17 +0000", + "title": "Preet Chandi becomes first woman of colour to ski solo to south pole", + "description": "

    British Army physiotherapist ‘Polar Preet’ skied 700 miles across Antarctica in 40 days, five days ahead of schedule

    Preet Chandi, thought to be the first woman of colour to complete a solo crossing on Antarctica, has finished her expedition to the south pole almost a week ahead of schedule.

    Chandi or “Polar Preet”, endured temperatures of -50C as she skied 700 miles across Antarctica in 40 days, seven hours and three minutes, narrowly missing out on setting a new world record by a woman for the trek.

    Continue reading...", + "content": "

    British Army physiotherapist ‘Polar Preet’ skied 700 miles across Antarctica in 40 days, five days ahead of schedule

    Preet Chandi, thought to be the first woman of colour to complete a solo crossing on Antarctica, has finished her expedition to the south pole almost a week ahead of schedule.

    Chandi or “Polar Preet”, endured temperatures of -50C as she skied 700 miles across Antarctica in 40 days, seven hours and three minutes, narrowly missing out on setting a new world record by a woman for the trek.

    Continue reading...", + "category": "Antarctica", + "link": "https://www.theguardian.com/world/2022/jan/05/preet-chandi-becomes-first-woman-of-colour-to-ski-solo-to-south-pole", + "creator": "Jessica Murray Midlands correspondent", + "pubDate": "2022-01-05T11:56:49Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c99afa63cad8d1931a66cc8c923240d8" + "hash": "570e15d00c826b3409353c155e70c86e", + "highlights": [] }, { - "title": "As U.S. Hunts for Chinese Spies, University Scientists Warn of Backlash", - "description": "A chilling effect has taken hold on American campuses, contributing to an outflow of academic talent that may hurt the United States while benefiting Beijing.", - "content": "A chilling effect has taken hold on American campuses, contributing to an outflow of academic talent that may hurt the United States while benefiting Beijing.", - "category": "Espionage and Intelligence Services", - "link": "https://www.nytimes.com/2021/11/28/world/asia/china-university-spies.html", - "creator": "Amy Qin", - "pubDate": "Mon, 29 Nov 2021 01:08:34 +0000", + "title": "Covid live: Netherlands reports record number of cases; Ireland to drop need for negative test for vaccinated arrivals", + "description": "

    Dutch authorities announce more than 24,000 new cases; Ireland drops measure now Omicron accounts for almost all cases

    India is reporting 58,097 new Covid cases, twice the number seen only four days ago, according to health ministry data.

    Wednesday’s figure takes the cumulative total to more than 35 million.

    Continue reading...", + "content": "

    Dutch authorities announce more than 24,000 new cases; Ireland drops measure now Omicron accounts for almost all cases

    India is reporting 58,097 new Covid cases, twice the number seen only four days ago, according to health ministry data.

    Wednesday’s figure takes the cumulative total to more than 35 million.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/05/covid-news-live-delhi-imposes-weekend-curfew-macron-limits-social-life-for-unvaccinated-in-france", + "creator": "Damien Gayle (now); Tom Ambrose and Samantha Lock (earlier)", + "pubDate": "2022-01-05T15:53:59Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cfb4f226c7414d31860eb6a95a95ff47" + "hash": "50e8eca974ce2134b4b3f517e3ed4ec8", + "highlights": [] }, { - "title": "It’s Always Sunny With Rob McElhenney", - "description": "The FXX series “It’s Always Sunny in Philadelphia” is about to become the longest-running live-action sitcom in U.S. history. Its energetic star and creator wants to know what’s next.", - "content": "The FXX series “It’s Always Sunny in Philadelphia” is about to become the longest-running live-action sitcom in U.S. history. Its energetic star and creator wants to know what’s next.", - "category": "Television", - "link": "https://www.nytimes.com/2021/11/26/arts/television/its-always-sunny-in-philadelphia-rob-mcelhenney.html", - "creator": "Ashley Spencer", - "pubDate": "Fri, 26 Nov 2021 10:02:42 +0000", + "title": "Former peer Nazir Ahmed found guilty of serious sexual assault", + "description": "

    Ahmed found guilty of two counts of attempted rape and one of buggery when he was a teenager in 1970s

    The former peer Nazir Ahmed has been found guilty of serious sexual assault against a young boy and the attempted rape of a girl when he was a teenager in the 1970s.

    Ahmed, 64, was found guilty on Wednesday of buggery against a boy in Rotherham, and twice attempting to rape a girl. Buggery was the legal term for the specific sexual assault at the time of the offences.

    Continue reading...", + "content": "

    Ahmed found guilty of two counts of attempted rape and one of buggery when he was a teenager in 1970s

    The former peer Nazir Ahmed has been found guilty of serious sexual assault against a young boy and the attempted rape of a girl when he was a teenager in the 1970s.

    Ahmed, 64, was found guilty on Wednesday of buggery against a boy in Rotherham, and twice attempting to rape a girl. Buggery was the legal term for the specific sexual assault at the time of the offences.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/05/former-peer-nazir-ahmed-found-guilty-of-serious-sexual-assault", + "creator": "Maya Wolfe-Robinson", + "pubDate": "2022-01-05T16:20:54Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2bbf5f5563a8be89d01e7d5ab35b97ee" + "hash": "e2f1dd7d63e4aa57adf9353baa4b10bf", + "highlights": [] }, { - "title": "What We Learned From Week 12 in the N.F.L.", - "description": "Tom Brady has help in Tampa Bay, the Bengals are forcing the issue in the A.F.C. North race, and the Rams have some soul-searching to do.", - "content": "Tom Brady has help in Tampa Bay, the Bengals are forcing the issue in the A.F.C. North race, and the Rams have some soul-searching to do.", - "category": "Football", - "link": "https://www.nytimes.com/2021/11/28/sports/football/nfl-week-12.html", - "creator": "Tyler Dunne", - "pubDate": "Mon, 29 Nov 2021 06:29:59 +0000", + "title": "Maureen Lipman attacks casting of Helen Mirren as former Israeli PM Golda Meir", + "description": "

    Actor says Meir’s Jewishness is ‘integral’ to role and that Ben Kingsley would ‘never be allowed’ to play Nelson Mandela

    Maureen Lipman has criticised the casting of Helen Mirren as Golda Meir in a forthcoming film about the former Israeli prime minister, saying that the character’s Jewishness is “integral”.

    In comments reported by the Jewish Chronicle, Lipman said she “disagreed” with Mirren’s casting. She added: “I’m sure [Mirren] will be marvellous, but it would never be allowed for Ben Kingsley to play Nelson Mandela. You just couldn’t even go there.”

    Continue reading...", + "content": "

    Actor says Meir’s Jewishness is ‘integral’ to role and that Ben Kingsley would ‘never be allowed’ to play Nelson Mandela

    Maureen Lipman has criticised the casting of Helen Mirren as Golda Meir in a forthcoming film about the former Israeli prime minister, saying that the character’s Jewishness is “integral”.

    In comments reported by the Jewish Chronicle, Lipman said she “disagreed” with Mirren’s casting. She added: “I’m sure [Mirren] will be marvellous, but it would never be allowed for Ben Kingsley to play Nelson Mandela. You just couldn’t even go there.”

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/05/maureen-lipman-attacks-casting-of-helen-mirren-as-former-israeli-pm", + "creator": "Andrew Pulver", + "pubDate": "2022-01-05T15:45:00Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da8e20d487feefd800077ef0e1128c4d" + "hash": "2361df40fb61548d1c8a5b64891ad339", + "highlights": [] }, { - "title": "Join the Comedian Michelle Buteau at a Times Event on the ‘Joys’ of Parenting", - "description": "Let’s laugh about the trials and triumphs of raising tiny humans, with the comedian Michelle Buteau and Jessica Grose of The Times’s parenting newsletter at a virtual event on Dec. 8.", - "content": "Let’s laugh about the trials and triumphs of raising tiny humans, with the comedian Michelle Buteau and Jessica Grose of The Times’s parenting newsletter at a virtual event on Dec. 8.", - "category": "internal-open-access", - "link": "https://www.nytimes.com/2021/11/16/opinion/parenting-michelle-buteau-event.html", - "creator": "The New York Times", - "pubDate": "Wed, 24 Nov 2021 16:45:34 +0000", + "title": "A moment that changed me: Ben Okri – realising my dream to become a novelist at the age of 19", + "description": "

    I wrote the first draft in a ghetto in Lagos, working on it at 4am. With its publication the life I was meant to live began


    Family legend has it that I began reading the Times at around the age of four. At school in London I was that kid who stuck his hand up to read aloud from the Shakespeare play we were studying or to recite a poem. At secondary school, in Nigeria, literature was something I was negligently good at, but didn’t take seriously. Over the holidays I would visit the libraries of foreign embassies and read my way through their literatures. At the American embassy, I discovered Emerson and Whitman; at the Japanese embassy, I discovered karate, Zen Buddhism and Bashō. It seemed then I was destined to be a scientist. I applied to university, but at age 14 was deemed too young. I spent a year at home, waiting to be old enough.

    My main task, during that year, was to dust my father’s library. I was to dust the books but not read them. The first book to catch my attention was Plato’s Symposium. I had a great thirst for philosophy and devoured all his dialogues. I read the plays of Ibsen, Shaw, Shakespeare; the short stories of Maupassant, Chekhov, Maugham; then I got lost in 19th-century novels. Like everyone else, I read American and English thrillers. They were a bad influence in every way except one: they made writing seem deceptively easy.

    Every Leaf a Hallelujah, an environmental fable for children and adults, is published by Head of Zeus (£14.99).

    Continue reading...", + "content": "

    I wrote the first draft in a ghetto in Lagos, working on it at 4am. With its publication the life I was meant to live began


    Family legend has it that I began reading the Times at around the age of four. At school in London I was that kid who stuck his hand up to read aloud from the Shakespeare play we were studying or to recite a poem. At secondary school, in Nigeria, literature was something I was negligently good at, but didn’t take seriously. Over the holidays I would visit the libraries of foreign embassies and read my way through their literatures. At the American embassy, I discovered Emerson and Whitman; at the Japanese embassy, I discovered karate, Zen Buddhism and Bashō. It seemed then I was destined to be a scientist. I applied to university, but at age 14 was deemed too young. I spent a year at home, waiting to be old enough.

    My main task, during that year, was to dust my father’s library. I was to dust the books but not read them. The first book to catch my attention was Plato’s Symposium. I had a great thirst for philosophy and devoured all his dialogues. I read the plays of Ibsen, Shaw, Shakespeare; the short stories of Maupassant, Chekhov, Maugham; then I got lost in 19th-century novels. Like everyone else, I read American and English thrillers. They were a bad influence in every way except one: they made writing seem deceptively easy.

    Every Leaf a Hallelujah, an environmental fable for children and adults, is published by Head of Zeus (£14.99).

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/05/a-moment-that-changed-me-ben-okri-realising-my-dream-to-become-a-novelist-at-the-age-of-19", + "creator": "Ben Okri", + "pubDate": "2022-01-05T07:00:34Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "07e46b892d177e7dcf4d7160a6deb3e4" + "hash": "0c4241ca4ee406c50ef0fd141e17b343", + "highlights": [] }, { - "title": "A Public Flagpole, a Christian Flag and the First Amendment", - "description": "The Supreme Court will decide whether Boston, which allows many kinds of groups to raise flags outside its City Hall, can reject one bearing the Latin cross.", - "content": "The Supreme Court will decide whether Boston, which allows many kinds of groups to raise flags outside its City Hall, can reject one bearing the Latin cross.", - "category": "Supreme Court (US)", - "link": "https://www.nytimes.com/2021/11/29/us/boston-flag-free-speech.html", - "creator": "Adam Liptak", - "pubDate": "Mon, 29 Nov 2021 10:00:19 +0000", + "title": "Chicago public schools cancel classes after teachers’ union vote", + "description": "

    Union called for remote instruction until ‘cases substantially subside’ or leaders approve an agreement for safety protocols

    Leaders of Chicago public schools canceled classes on Wednesday after the teachers’ union voted to switch to remote learning due to the surge in Covid cases, the latest development in an escalating battle over pandemic safety protocols in the nation’s third-largest school district.

    Chicago has rejected a districtwide return to remote instruction, saying it was disastrous for children’s learning and mental health. But the union argued the district’s safety protocols are lacking and both teachers and students are vulnerable.

    Continue reading...", + "content": "

    Union called for remote instruction until ‘cases substantially subside’ or leaders approve an agreement for safety protocols

    Leaders of Chicago public schools canceled classes on Wednesday after the teachers’ union voted to switch to remote learning due to the surge in Covid cases, the latest development in an escalating battle over pandemic safety protocols in the nation’s third-largest school district.

    Chicago has rejected a districtwide return to remote instruction, saying it was disastrous for children’s learning and mental health. But the union argued the district’s safety protocols are lacking and both teachers and students are vulnerable.

    Continue reading...", + "category": "Chicago", + "link": "https://www.theguardian.com/us-news/2022/jan/05/chicago-public-schools-cancel-classes-teachers-union-vote", + "creator": "Gloria Oladipo and agency", + "pubDate": "2022-01-05T16:29:13Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eccac5c7d038a90d7204c863bfbbbd99" + "hash": "7a8898920a5e34113046f75e69bce5a3", + "highlights": [] }, { - "title": "How Journalists and Academics are Tackling the 'Misinformation' Wars", - "description": "Journalists and academics are developing a new language for truth. The results are not always clearer.", - "content": "Journalists and academics are developing a new language for truth. The results are not always clearer.", - "category": "News and News Media", - "link": "https://www.nytimes.com/2021/11/28/business/media-misinformation-disinformation.html", - "creator": "Ben Smith", - "pubDate": "Mon, 29 Nov 2021 02:12:06 +0000", + "title": "Sony to start electric car firm as it ‘explores a commercial launch’", + "description": "

    Tokyo-listed shares in Japanese group rise after it shows off second concept vehicle

    Sony has revealed plans to start an electric car company, making it the latest electronics manufacturer to target the automotive sector.

    The Japanese tech firm is “exploring a commercial launch” of electric vehicles, and will launch a new company, Sony Mobility Inc, in the spring, its chairman and president, Kenichiro Yoshida, told a news conference before the Consumer Electronics Show in the US.

    Continue reading...", + "content": "

    Tokyo-listed shares in Japanese group rise after it shows off second concept vehicle

    Sony has revealed plans to start an electric car company, making it the latest electronics manufacturer to target the automotive sector.

    The Japanese tech firm is “exploring a commercial launch” of electric vehicles, and will launch a new company, Sony Mobility Inc, in the spring, its chairman and president, Kenichiro Yoshida, told a news conference before the Consumer Electronics Show in the US.

    Continue reading...", + "category": "Sony", + "link": "https://www.theguardian.com/technology/2022/jan/05/sony-to-start-electric-car-firm-explores-commercial-launch", + "creator": "Jasper Jolly and agencies", + "pubDate": "2022-01-05T12:10:17Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cff8747508e1ece8d67fb7f754f87a98" + "hash": "73814ac0733abd7a4d7cf6ead01d18ec", + "highlights": [] }, { - "title": "Virgil Abloh, Barrier-Breaking Designer, Is Dead at 41", - "description": "His expansive approach to design inspired comparisons to artists including Andy Warhol and Jeff Koons. For him, clothes were totems of identity.", - "content": "His expansive approach to design inspired comparisons to artists including Andy Warhol and Jeff Koons. For him, clothes were totems of identity.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/11/28/style/virgil-abloh-dead.html", - "creator": "Vanessa Friedman", - "pubDate": "Sun, 28 Nov 2021 21:21:11 +0000", + "title": "Coalition won’t budge on free rapid Covid tests for all but concession card-holders are covered", + "description": "

    More than 6 million people with a concession card will be given 10 free rapid antigen tests over the next three months as Australia reports 64,000 cases

    Up to 10 rapid antigen tests will be offered free to more than 6 million concession card-holders under a new national cabinet agreement but everyone else who is not a close contact of a case and symptomatic will still have to pay.

    State and territory leaders met on Wednesday to consider how to overcome the national testing crisis which has seen pathology services overwhelmed, rapid tests in short supply, and price gouging by some retailers.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    More than 6 million people with a concession card will be given 10 free rapid antigen tests over the next three months as Australia reports 64,000 cases

    Up to 10 rapid antigen tests will be offered free to more than 6 million concession card-holders under a new national cabinet agreement but everyone else who is not a close contact of a case and symptomatic will still have to pay.

    State and territory leaders met on Wednesday to consider how to overcome the national testing crisis which has seen pathology services overwhelmed, rapid tests in short supply, and price gouging by some retailers.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/australia-news/2022/jan/05/coalition-wont-budge-on-free-rapid-covid-tests-for-all-but-concession-card-holders-are-covered", + "creator": "Sarah Martin Chief political correspondent", + "pubDate": "2022-01-05T09:13:17Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "721e16081a994d4693428a75eb33e02c" + "hash": "5f511476b1bcda29e008ea422ec27b15", + "highlights": [] }, { - "title": "Rep. Tom Suozzi to Run for Governor of New York", - "description": "Mr. Suozzi will enter a crowded field of Democrats seeking to challenge the incumbent, Gov. Kathy Hochul.", - "content": "Mr. Suozzi will enter a crowded field of Democrats seeking to challenge the incumbent, Gov. Kathy Hochul.", - "category": "Suozzi, Thomas R", - "link": "https://www.nytimes.com/2021/11/29/nyregion/tom-suozzi-governor-ny.html", - "creator": "Katie Glueck and Nicholas Fandos", - "pubDate": "Mon, 29 Nov 2021 15:17:25 +0000", + "title": "Timelapse footage shows Cape Town parliament blaze flaring up again – video", + "description": "

    South African firefighters are struggling to extinguish another fire at the complex housing the country’s parliament in Cape Town, a day after a blaze swept through the buildings. Police have charged a 49-year-old man with arson and other offences including theft. The speaker of the national assembly said arson, if confirmed, would represent an attack on South Africa’s democracy

    Continue reading...", + "content": "

    South African firefighters are struggling to extinguish another fire at the complex housing the country’s parliament in Cape Town, a day after a blaze swept through the buildings. Police have charged a 49-year-old man with arson and other offences including theft. The speaker of the national assembly said arson, if confirmed, would represent an attack on South Africa’s democracy

    Continue reading...", + "category": "South Africa", + "link": "https://www.theguardian.com/world/video/2022/jan/03/timelapse-footage-shows-cape-town-parliament-blaze-flaring-up-again-video", + "creator": "", + "pubDate": "2022-01-03T19:17:26Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b043b1022bfaf4a9ee03515eebd2cc90" + "hash": "2c008dcc807f77244c2207a56e73ca08", + "highlights": [] }, { - "title": "Esper Claims Defense Dept. Is Improperly Blocking Parts of His Memoir", - "description": "The former defense secretary sued the agency, saying that portions of the book were being concealed “under the guise of classification.”", - "content": "The former defense secretary sued the agency, saying that portions of the book were being concealed “under the guise of classification.”", - "category": "Esper, Mark T", - "link": "https://www.nytimes.com/2021/11/28/us/politics/mark-esper-memoir-lawsuit.html", - "creator": "Maggie Haberman", - "pubDate": "Mon, 29 Nov 2021 00:51:27 +0000", + "title": "Prince Andrew’s lawyers fight to dismiss Virginia Guiffre lawsuit in court", + "description": "

    Arguments via videoconference come day after unsealing of 2009 Epstein settlement as judge promises ‘a decision pretty soon’

    Lawyers for Prince Andrew and Virginia Giuffre, who has long accused the royal of sexual abuse, faced off in Manhattan federal court on Tuesday, in his attempt to dismiss her civil lawsuit.

    The arguments via videoconference came a day after the unsealing of a 2009 settlement between Giuffre and the late financier and sex offender Jeffrey Epstein.

    Continue reading...", + "content": "

    Arguments via videoconference come day after unsealing of 2009 Epstein settlement as judge promises ‘a decision pretty soon’

    Lawyers for Prince Andrew and Virginia Giuffre, who has long accused the royal of sexual abuse, faced off in Manhattan federal court on Tuesday, in his attempt to dismiss her civil lawsuit.

    The arguments via videoconference came a day after the unsealing of a 2009 settlement between Giuffre and the late financier and sex offender Jeffrey Epstein.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/04/prince-andrew-virginia-giuffre-lawsuit-arguments", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2022-01-04T17:55:44Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d86008382b6bc0bc89bb43e94fe4f41b" + "hash": "182d23a230bcb73497a8eb306021bd22", + "highlights": [] }, { - "title": "Fetal Viability, Long an Abortion Dividing Line, Faces a Supreme Court Test", - "description": "On Wednesday, the justices will hear the most important abortion case in decades, one that could undermine or overturn Roe v. Wade.", - "content": "On Wednesday, the justices will hear the most important abortion case in decades, one that could undermine or overturn Roe v. Wade.", - "category": "Supreme Court (US)", - "link": "https://www.nytimes.com/2021/11/28/us/politics/supreme-court-mississippi-abortion-law.html", - "creator": "Adam Liptak", - "pubDate": "Sun, 28 Nov 2021 22:37:11 +0000", + "title": "Gas price hike of more than 30% stokes home bills fears for Europe", + "description": "

    Rise comes amid ongoing concern about intentions of Russia as supplies flow east for 15th day in row

    European gas prices have risen by more than 30% on Tuesday, adding to mounting concerns about the cost of heating a home, as supplies that usually come into Europe from Siberia continued to flow eastwards for the 15th day in a row.

    The Kremlin has repeatedly denied using Russia’s vast gas resources to turn the screw on Europe, after gas coming through the Yamal-Europe pipeline reversed direction three days before Christmas.

    Continue reading...", + "content": "

    Rise comes amid ongoing concern about intentions of Russia as supplies flow east for 15th day in row

    European gas prices have risen by more than 30% on Tuesday, adding to mounting concerns about the cost of heating a home, as supplies that usually come into Europe from Siberia continued to flow eastwards for the 15th day in a row.

    The Kremlin has repeatedly denied using Russia’s vast gas resources to turn the screw on Europe, after gas coming through the Yamal-Europe pipeline reversed direction three days before Christmas.

    Continue reading...", + "category": "Gas", + "link": "https://www.theguardian.com/business/2022/jan/04/gas-price-hike-of-more-than-30-stokes-home-bills-fears-for-europe", + "creator": "Rob Davies", + "pubDate": "2022-01-04T17:26:25Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aa4c7edef45127c224b0faf45cd08328" + "hash": "1c6298496108dc919a1c8a889f8b1ebc", + "highlights": [] }, { - "title": "The Wandering Creativity of Sophie Taeuber-Arp", - "description": "The Swiss artist did it all — paintings and puppets, sculpture and tapestry — and was underestimated because of it. At MoMA she joins the major leagues.", - "content": "The Swiss artist did it all — paintings and puppets, sculpture and tapestry — and was underestimated because of it. At MoMA she joins the major leagues.", - "category": "Art", - "link": "https://www.nytimes.com/2021/11/26/arts/design/sophie-taeuber-arp-review-moma-dada.html", - "creator": "Jason Farago", - "pubDate": "Fri, 26 Nov 2021 20:18:58 +0000", + "title": "French opposition MPs criticised after Covid vaccine pass debate suspended", + "description": "

    Government spokesman condemns MPs who voted to suspend debate on introduction of tougher measures

    The French government has heavily criticised opposition MPs after a parliamentary debate on the proposed introduction of a “vaccine pass” was unexpectedly suspended after members of the Assemblée nationale voted with a show of hands to go home.

    The move came after seven hours of often-heated exchanges on Monday, when ministers clashed with critics over the controversial measure due to be introduced on 15 January, but now postponed.

    Continue reading...", + "content": "

    Government spokesman condemns MPs who voted to suspend debate on introduction of tougher measures

    The French government has heavily criticised opposition MPs after a parliamentary debate on the proposed introduction of a “vaccine pass” was unexpectedly suspended after members of the Assemblée nationale voted with a show of hands to go home.

    The move came after seven hours of often-heated exchanges on Monday, when ministers clashed with critics over the controversial measure due to be introduced on 15 January, but now postponed.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/04/french-opposition-mps-criticised-after-vaccine-pass-debate-suspended", + "creator": "Kim Willsher in Paris", + "pubDate": "2022-01-04T12:34:11Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b54b9ea955da7e34e4234495dcf8ccc5" + "hash": "5fa05fa9404574f343edffd92cd4b0d0", + "highlights": [] }, { - "title": "In 'Flee,' Jonas Poher Rasmussen Animates His Friend's Story", - "description": "Jonas Poher Rasmussen’s childhood friend kept his flight from Afghanistan secret for 20 years. Now, Rasmussen has told his story through the award-winning film “Flee.”", - "content": "Jonas Poher Rasmussen’s childhood friend kept his flight from Afghanistan secret for 20 years. Now, Rasmussen has told his story through the award-winning film “Flee.”", - "category": "Refugees and Displaced Persons", - "link": "https://www.nytimes.com/2021/11/26/movies/flee-movie-jonas-poher-rasmussen.html", - "creator": "Lisa Abend", - "pubDate": "Fri, 26 Nov 2021 15:00:07 +0000", + "title": "Emma Watson pro-Palestinian post sparks antisemitism row", + "description": "

    Israeli officials attack actor’s message, and are accused of ‘cynical weaponisation’ of term

    Emma Watson has been accused of antisemitism by Israel’s former ambassador to the United Nations after she posted a message of support for the Palestinian cause.

    Watson, best known for playing Hermione Granger in the Harry Potter films, posted an image on Instagram showing a photograph of a pro-Palestinian protest with the banner “Solidarity is a Verb” written across it. It was accompanied with a quote about the meaning of solidarity from the intersectional feminist scholar Sara Ahmed.

    Continue reading...", + "content": "

    Israeli officials attack actor’s message, and are accused of ‘cynical weaponisation’ of term

    Emma Watson has been accused of antisemitism by Israel’s former ambassador to the United Nations after she posted a message of support for the Palestinian cause.

    Watson, best known for playing Hermione Granger in the Harry Potter films, posted an image on Instagram showing a photograph of a pro-Palestinian protest with the banner “Solidarity is a Verb” written across it. It was accompanied with a quote about the meaning of solidarity from the intersectional feminist scholar Sara Ahmed.

    Continue reading...", + "category": "Israel", + "link": "https://www.theguardian.com/world/2022/jan/04/emma-watson-pro-palestinian-post-sparks-antisemitism-row", + "creator": "Nadia Khomami Arts and culture correspondent", + "pubDate": "2022-01-04T17:28:19Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7576b83163a663bb67eac5a499146cba" + "hash": "d464d0d4895f1d718995baaf0ca9c9ec", + "highlights": [] }, { - "title": "In ‘White on White,’ the Traditional Landlord-Tenant Pact Is Ruptured", - "description": "Aysegul Savas’s second novel is about an art student and a painter who strike up a peculiar friendship.", - "content": "Aysegul Savas’s second novel is about an art student and a painter who strike up a peculiar friendship.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/11/23/books/review-white-on-white-aysegul-savas.html", - "creator": "Molly Young", - "pubDate": "Tue, 23 Nov 2021 17:01:49 +0000", + "title": "Revealed: just 7% of trafficking victims given leave to remain in UK", + "description": "

    Government accused of failing those at risk of falling back into traffickers’ hands in home countries

    Only 7% of confirmed victims of trafficking from overseas have been granted leave to remain in the last five years according to new data disclosed to the Guardian.

    A Home Office data shows that 447 out of 6,066 confirmed trafficking victims who requested leave to remain between April 2016 and June 2021 were granted it – 7%.

    Continue reading...", + "content": "

    Government accused of failing those at risk of falling back into traffickers’ hands in home countries

    Only 7% of confirmed victims of trafficking from overseas have been granted leave to remain in the last five years according to new data disclosed to the Guardian.

    A Home Office data shows that 447 out of 6,066 confirmed trafficking victims who requested leave to remain between April 2016 and June 2021 were granted it – 7%.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2022/jan/04/trafficking-victims-leave-to-remain-uk-data", + "creator": "Diane Taylor", + "pubDate": "2022-01-04T16:56:08Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ae21e4457bd84c4dfc63bafcece32e8" + "hash": "38bd73deec95ae9d32ef241f66b8c628", + "highlights": [] }, { - "title": "A Fashion Stylist Who Found Inspiration in New Surroundings", - "description": "Having embraced a slower pace of life upstate, Melissa Ventosa Martin is launching an online marketplace dedicated to finely crafted pieces imbued with the luxury of time.", - "content": "Having embraced a slower pace of life upstate, Melissa Ventosa Martin is launching an online marketplace dedicated to finely crafted pieces imbued with the luxury of time.", - "category": "Martin, Walter (Musician)", - "link": "https://www.nytimes.com/2021/11/24/t-magazine/old-stone-trade-ventosa-martin.html", - "creator": "Aileen Kwun", - "pubDate": "Wed, 24 Nov 2021 22:19:47 +0000", + "title": "Women 32% more likely to die after operation by male surgeon, study reveals", + "description": "

    Female patients found to have 15% more chance of a bad outcome than if procedure was performed by a woman

    Women who are operated on by a male surgeon are much more likely to die, experience complications and be readmitted to hospital than when a woman performs the procedure, research reveals.

    Women are 15% more liable to suffer a bad outcome, and 32% more likely to die, when a man rather than a woman carries out the surgery, according to a study of 1.3 million patients.

    Continue reading...", + "content": "

    Female patients found to have 15% more chance of a bad outcome than if procedure was performed by a woman

    Women who are operated on by a male surgeon are much more likely to die, experience complications and be readmitted to hospital than when a woman performs the procedure, research reveals.

    Women are 15% more liable to suffer a bad outcome, and 32% more likely to die, when a man rather than a woman carries out the surgery, according to a study of 1.3 million patients.

    Continue reading...", + "category": "Doctors", + "link": "https://www.theguardian.com/society/2022/jan/04/women-more-likely-die-operation-male-surgeon-study", + "creator": "Denis Campbell Health policy editor", + "pubDate": "2022-01-04T14:00:14Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "985041d2a3ff453b840ef155edc350c3" + "hash": "19bf18fde5b3f11b5209d7ea1bf372f6", + "highlights": [] }, { - "title": "Countries Close Borders as More Omicron Cases Emerge", - "description": "Scotland said it had found six cases of the new variant and that contact tracing was underway. Japan barred all foreign travelers, and Australia delayed reopening its borders for two weeks.", - "content": "Scotland said it had found six cases of the new variant and that contact tracing was underway. Japan barred all foreign travelers, and Australia delayed reopening its borders for two weeks.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/29/world/covid-omicron-variant-news", - "creator": "The New York Times", - "pubDate": "Mon, 29 Nov 2021 11:00:43 +0000", + "title": "EU’s top diplomat visits Ukraine frontline in show of solidarity", + "description": "

    Josep Borrell’s trip comes as west steps up diplomatic efforts in response to Russian troop buildup on border

    The European Union’s top diplomat is visiting the frontline of Ukraine’s war with Moscow-backed separatists, amid intensifying diplomatic activity in response to Russia’s buildup of troops on the country’s border.

    Josep Borrell, the EU foreign policy chief, began a two-day trip to Ukraine on Tuesday, before US-Russia talks in Geneva on 10 January and Nato-Russia talks on 12 January. Borrell is meeting Ukraine’s foreign minister, Dmytro Kuleba, during a trip intended to show solidarity with Kyiv, which aspires to join Nato and the EU.

    Continue reading...", + "content": "

    Josep Borrell’s trip comes as west steps up diplomatic efforts in response to Russian troop buildup on border

    The European Union’s top diplomat is visiting the frontline of Ukraine’s war with Moscow-backed separatists, amid intensifying diplomatic activity in response to Russia’s buildup of troops on the country’s border.

    Josep Borrell, the EU foreign policy chief, began a two-day trip to Ukraine on Tuesday, before US-Russia talks in Geneva on 10 January and Nato-Russia talks on 12 January. Borrell is meeting Ukraine’s foreign minister, Dmytro Kuleba, during a trip intended to show solidarity with Kyiv, which aspires to join Nato and the EU.

    Continue reading...", + "category": "European Union", + "link": "https://www.theguardian.com/world/2022/jan/04/eu-top-diplomat-ukraine-frontline-show-solidarity-russia", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2022-01-04T14:28:20Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "452e848135f40ca09dcf23b310231369" + "hash": "526eb6e2cd2eefdc34346bb96f01cc62", + "highlights": [] }, { - "title": "Global Markets Steady as Investors Reconsider the Unknowns of Omicron", - "description": "After tumbling on Friday, European markets opened higher and oil prices gained. Follow the latest business updates.", - "content": "After tumbling on Friday, European markets opened higher and oil prices gained. Follow the latest business updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/29/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Mon, 29 Nov 2021 11:00:43 +0000", + "title": "Belgium and Spain top Europe’s pre-pandemic robbery league", + "description": "

    Eurostat report puts UK third for robbery but 2021 data show most crimes plummeting across region

    Spain and Belgium have almost treble Europe’s average number of robberies, topping its robbery league, according to a Eurostat report.

    The figures, compiled from 2016-2019, before the pandemic, show robberies fell in Europe by 11% over the period, with an average of approximately 55 for every 100,000 people.

    Continue reading...", + "content": "

    Eurostat report puts UK third for robbery but 2021 data show most crimes plummeting across region

    Spain and Belgium have almost treble Europe’s average number of robberies, topping its robbery league, according to a Eurostat report.

    The figures, compiled from 2016-2019, before the pandemic, show robberies fell in Europe by 11% over the period, with an average of approximately 55 for every 100,000 people.

    Continue reading...", + "category": "Europe", + "link": "https://www.theguardian.com/world/2022/jan/04/belgium-and-spain-top-europes-pre-pandemic-robbery-league", + "creator": "Stephen Burgen, Barcelona", + "pubDate": "2022-01-04T16:34:27Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7b1444bbba5744081f2a105a7318bc0" + "hash": "5a528573352875b7166b6215071f712b", + "highlights": [] }, { - "title": "‘Self Defense’ Is Becoming Meaningless in a Flood of Guns", - "description": "More guns, no matter in whose hands, will create more standoffs, more intimidation, more death sanctioned in the eyes of the law.", - "content": "More guns, no matter in whose hands, will create more standoffs, more intimidation, more death sanctioned in the eyes of the law.", - "category": "Arbery, Ahmaud (1994-2020)", - "link": "https://www.nytimes.com/2021/11/29/opinion/self-defense-guns-arbery-rittenhouse.html", - "creator": "Tali Farhadian Weinstein", - "pubDate": "Mon, 29 Nov 2021 10:00:04 +0000", + "title": "Paraguayan presidential guard dies after being impaled by deer", + "description": "

    Closed circuit cameras captured the attack by the deer which was a donation to the presidential residence

    A Paraguayan military officer has died after being attacked by a deer that ran an antler through his chest while he was serving in a security detail at the presidential residence in the capital, Asunción.

    Infantry assistant sergeant Víctor Isasi Flecha, 42, died on Monday night as a result of “piercing injuries” caused by the animal, said a statement from the military forces of the South American country.

    Continue reading...", + "content": "

    Closed circuit cameras captured the attack by the deer which was a donation to the presidential residence

    A Paraguayan military officer has died after being attacked by a deer that ran an antler through his chest while he was serving in a security detail at the presidential residence in the capital, Asunción.

    Infantry assistant sergeant Víctor Isasi Flecha, 42, died on Monday night as a result of “piercing injuries” caused by the animal, said a statement from the military forces of the South American country.

    Continue reading...", + "category": "Paraguay", + "link": "https://www.theguardian.com/world/2022/jan/04/paraguay-military-officer-dead-deer-attack", + "creator": "Staff and agencies in Asunción", + "pubDate": "2022-01-04T17:07:59Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3db88f65026bf8ddc5bb0143d055c0a0" + "hash": "ea34306e096a1babd1abd0a02330c554", + "highlights": [] }, { - "title": "Emily Ratajkowski Doesn’t Want You to Look Away", - "description": "The model on wielding beauty and power in the age of Instagram.", - "content": "The model on wielding beauty and power in the age of Instagram.", - "category": "audio-neutral-informative", - "link": "https://www.nytimes.com/2021/11/29/opinion/sway-kara-swisher-emily-ratajkowski.html", - "creator": "‘Sway’", - "pubDate": "Mon, 29 Nov 2021 10:00:04 +0000", + "title": "‘A real miracle’: dog saves injured hiker stranded in Croatian mountains", + "description": "

    Dog kept man warm and safe until rescuers found him

    A dog saved a hiker injured in the Croatian mountains by lying on top of him for 13 hours until they were rescued, according to local media.

    The dog, called North, kept Grga Brkic warm after he fell while out hiking and was unable to move. The other two hikers with him were unable to reach them, so they raised the alarm.

    Continue reading...", + "content": "

    Dog kept man warm and safe until rescuers found him

    A dog saved a hiker injured in the Croatian mountains by lying on top of him for 13 hours until they were rescued, according to local media.

    The dog, called North, kept Grga Brkic warm after he fell while out hiking and was unable to move. The other two hikers with him were unable to reach them, so they raised the alarm.

    Continue reading...", + "category": "Croatia", + "link": "https://www.theguardian.com/world/2022/jan/04/a-real-miracle-dog-saves-injured-hiker-stranded-in-croatian-mountains", + "creator": "AFP in Zagreb", + "pubDate": "2022-01-04T17:31:22Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ebb9488cc2906cdb36aaf4896b59fafa" + "hash": "9aa03dcbec103b1db58685868653e662", + "highlights": [] }, { - "title": "Omicron: How to Think About the New Variant of Concern", - "description": "There are many unknowns but we have the means to manage the variant.", - "content": "There are many unknowns but we have the means to manage the variant.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/27/opinion/omicron-variant-questions-coronavirus.html", - "creator": "Ashish Jha", - "pubDate": "Sat, 27 Nov 2021 15:00:06 +0000", + "title": "Covid live: Italy reports record 170,844 cases and 259 deaths; fourth jab gives five-fold antibody boost, study says", + "description": "

    There were 12,912 people in hospital in Italy; Israel PM says study shows safety of fourth dose and increase in antibodies a week after jab

    Over to Europe and Germany is reporting another 30,561 new coronavirus cases and 356 deaths, according to recently released data from the Robert Koch Institute.

    South Korea has just released its daily Covid report.

    Continue reading...", + "content": "

    There were 12,912 people in hospital in Italy; Israel PM says study shows safety of fourth dose and increase in antibodies a week after jab

    Over to Europe and Germany is reporting another 30,561 new coronavirus cases and 356 deaths, according to recently released data from the Robert Koch Institute.

    South Korea has just released its daily Covid report.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/04/covid-live-news-chinese-city-puts-13-million-in-strict-lockdown-over-three-asymptomatic-cases", + "creator": "Tom Ambrose (now), Jedidajah Otte and Samantha Lock (earlier)", + "pubDate": "2022-01-04T18:59:43Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "681155fc20643ea25e2fb8d9d8f979a2" + "hash": "21d1342c379e9490eebd03bb83800810", + "highlights": [] }, { - "title": "A Cure for Type 1 Diabetes? For One Man, It Seems to Have Worked.", - "description": "A new treatment using stem cells that produce insulin has surprised experts and given them hope for the 1.5 million Americans living with the disease.", - "content": "A new treatment using stem cells that produce insulin has surprised experts and given them hope for the 1.5 million Americans living with the disease.", - "category": "Diabetes", - "link": "https://www.nytimes.com/2021/11/27/health/diabetes-cure-stem-cells.html", - "creator": "Gina Kolata", - "pubDate": "Sat, 27 Nov 2021 10:00:13 +0000", + "title": "Almost 220,000 new Covid cases recorded in UK", + "description": "

    Latest official figures also show there are 15,044 Covid patients in hospital in England

    Confirmed daily Covid cases in the UK have hit another record high, with 218,724 reported in the past 24 hours.

    The latest figures – which reflect infections picked up by testing – bring the UK total for the past seven days to 1,269,878, up 51% on the week before. The true number of infections is estimated to be substantially higher as not all infections are captured by the testing programme.

    Continue reading...", + "content": "

    Latest official figures also show there are 15,044 Covid patients in hospital in England

    Confirmed daily Covid cases in the UK have hit another record high, with 218,724 reported in the past 24 hours.

    The latest figures – which reflect infections picked up by testing – bring the UK total for the past seven days to 1,269,878, up 51% on the week before. The true number of infections is estimated to be substantially higher as not all infections are captured by the testing programme.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/04/almost-220000-new-covid-cases-recorded-in-uk", + "creator": "Nicola Davis Science correspondent", + "pubDate": "2022-01-04T16:33:04Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22d42de22380bbdaa17e52d529d44ac6" + "hash": "42271a4a749b85bea8162e5a70d72b47", + "highlights": [] }, { - "title": "In a Picture-Postcard New York Town, Racist Incidents Rattle Schools", - "description": "When students in Pittsford, a suburb of Rochester, returned to school in the fall, a disturbing video of a white student threatening to kill Black people renewed concerns about racism.", - "content": "When students in Pittsford, a suburb of Rochester, returned to school in the fall, a disturbing video of a white student threatening to kill Black people renewed concerns about racism.", - "category": "Education (K-12)", - "link": "https://www.nytimes.com/2021/11/27/nyregion/pittsford-racism.html", - "creator": "Jesse McKinley", - "pubDate": "Sat, 27 Nov 2021 08:02:27 +0000", + "title": "Heart attack patients told to make own way to hospital as Covid surge hits northern England", + "description": "

    Exclusive: NHS under pressure as growth rate in hospitalisations more than doubles compared with London

    Heart attack patients calling 999 in parts of northern England are being asked to get a lift instead of waiting for an ambulance as hospitals in the region experience more than double the growth rate in numbers of Covid patients compared with London.

    Four more NHS trusts in England – all outside London – declared “critical incidents” on Tuesday amid soaring staff absences, rising numbers of Covid patients and growing pressure on emergency services.

    Continue reading...", + "content": "

    Exclusive: NHS under pressure as growth rate in hospitalisations more than doubles compared with London

    Heart attack patients calling 999 in parts of northern England are being asked to get a lift instead of waiting for an ambulance as hospitals in the region experience more than double the growth rate in numbers of Covid patients compared with London.

    Four more NHS trusts in England – all outside London – declared “critical incidents” on Tuesday amid soaring staff absences, rising numbers of Covid patients and growing pressure on emergency services.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/04/growth-rate-covid-patients-north-more-than-double-london", + "creator": "Andrew Gregory Health editor", + "pubDate": "2022-01-04T18:17:37Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba5108528c3f7d5178e26397fce7663c" + "hash": "0238812474ad9db7f219d22a4b596636", + "highlights": [] }, { - "title": "Afghan Economy Nears Collapse as Pressure Builds to Ease U.S. Sanctions", - "description": "Afghanistan’s economy has crashed since the Taliban seized power, plunging the country into one of the world’s worst humanitarian crisis.", - "content": "Afghanistan’s economy has crashed since the Taliban seized power, plunging the country into one of the world’s worst humanitarian crisis.", - "category": "Afghanistan", - "link": "https://www.nytimes.com/2021/11/27/world/asia/afghanistan-economy-collapse-sanctions.html", - "creator": "Christina Goldbaum", - "pubDate": "Sat, 27 Nov 2021 08:00:13 +0000", + "title": "Detained, missing, close to death: the toll of reporting on Covid in China", + "description": "

    Activists say crackdown is driven by Xi Jinping, who has ‘declared a war on independent journalism’

    Chen Kun was living in Indonesia with his wife and daughter when he learned from his brother Mei’s boss that he had been “taken away for investigation” by Chinese police.

    He immediately suspected it was to do with his brother’s website, a citizen news project called Terminus 2049. Since 2018 Mei, his colleague Cai Wei, and Cai’s partner – surnamed Tang – had been archiving articles about issues including #MeToo and migrant rights, and reposting them whenever they were deleted from China’s strictly monitored and censored online platforms. It was April 2020, and for the last few months Terminus 2049 had been targeting stories about the Covid-19 outbreak and response.

    Continue reading...", + "content": "

    Activists say crackdown is driven by Xi Jinping, who has ‘declared a war on independent journalism’

    Chen Kun was living in Indonesia with his wife and daughter when he learned from his brother Mei’s boss that he had been “taken away for investigation” by Chinese police.

    He immediately suspected it was to do with his brother’s website, a citizen news project called Terminus 2049. Since 2018 Mei, his colleague Cai Wei, and Cai’s partner – surnamed Tang – had been archiving articles about issues including #MeToo and migrant rights, and reposting them whenever they were deleted from China’s strictly monitored and censored online platforms. It was April 2020, and for the last few months Terminus 2049 had been targeting stories about the Covid-19 outbreak and response.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2022/jan/04/detained-missing-close-to-death-toll-reporting-covid-china", + "creator": "Helen Davidson", + "pubDate": "2022-01-04T05:30:07Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ba133de045af5b7316d6f9a4f5a3962" + "hash": "0eb607b5431d3ab7aee569c9ffa195dc", + "highlights": [] }, { - "title": "Snowstorm Leaves Dozens Stranded in Remote U.K. Pub", - "description": "A crowd had gathered on Friday night to listen to Noasis, an Oasis tribute band. On Monday morning, some patrons, band members and staff members were still stuck.", - "content": "A crowd had gathered on Friday night to listen to Noasis, an Oasis tribute band. On Monday morning, some patrons, band members and staff members were still stuck.", - "category": "Snow and Snowstorms", - "link": "https://www.nytimes.com/2021/11/28/world/europe/england-pub-snow-storm.html", - "creator": "Alyssa Lukpat", - "pubDate": "Mon, 29 Nov 2021 11:38:46 +0000", + "title": "Hiding behind the loophole of a dead sex trafficker? Stay classy, Andrew | Marina Hyde", + "description": "

    ‘Potential defendants’ are sweating (if they can) over whether Virginia Giuffre’s settlement with Epstein will protect them

    Where does Prince Andrew drive to in his brand new, £80,000 Range Rover – seemingly his only appearances these days in anything that could be considered the outside world? The duke is often pictured motoring broodingly out of his Royal Lodge home in Windsor at the wheel of this high-performance vehicle, perhaps making his in-car security detail listen to a podcast about putting, or a funny song about a whoopee cushion. (The precise contours of Andrew’s cultural life have always remained a tantalising mystery.) Some local visits to his mother at Windsor Castle have been chalked up, as well they might be. But we’ll come to the duke’s ominous financial reliance on the Queen in a minute.

    Were The Artist Formerly Known as Airmiles to take an aimless intra-Berkshire spin this morning, he would be able to listen to news reports concerning the newly unsealed settlement his accuser reached with Jeffrey Epstein in 2009. Virginia Giuffre signed a $500,000 deal with Epstein, and Andrew’s lawyers believe her agreement not to sue anyone who could be described as a “potential defendant” could get HRH off the hook of having to face, in civil court, her claims that he sexually assaulted her on three occasions when she was a minor. (He denies everything, vehemently.)

    Marina Hyde is a Guardian columnist

    Continue reading...", + "content": "

    ‘Potential defendants’ are sweating (if they can) over whether Virginia Giuffre’s settlement with Epstein will protect them

    Where does Prince Andrew drive to in his brand new, £80,000 Range Rover – seemingly his only appearances these days in anything that could be considered the outside world? The duke is often pictured motoring broodingly out of his Royal Lodge home in Windsor at the wheel of this high-performance vehicle, perhaps making his in-car security detail listen to a podcast about putting, or a funny song about a whoopee cushion. (The precise contours of Andrew’s cultural life have always remained a tantalising mystery.) Some local visits to his mother at Windsor Castle have been chalked up, as well they might be. But we’ll come to the duke’s ominous financial reliance on the Queen in a minute.

    Were The Artist Formerly Known as Airmiles to take an aimless intra-Berkshire spin this morning, he would be able to listen to news reports concerning the newly unsealed settlement his accuser reached with Jeffrey Epstein in 2009. Virginia Giuffre signed a $500,000 deal with Epstein, and Andrew’s lawyers believe her agreement not to sue anyone who could be described as a “potential defendant” could get HRH off the hook of having to face, in civil court, her claims that he sexually assaulted her on three occasions when she was a minor. (He denies everything, vehemently.)

    Marina Hyde is a Guardian columnist

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/commentisfree/2022/jan/04/loophole-dead-sex-trafficker-stay-classy-andrew-virginia-giuffre-epstein", + "creator": "Marina Hyde", + "pubDate": "2022-01-04T14:06:33Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "572ab71b58d45bc26c4bb3da347ea2f7" + "hash": "436367d7c7a20c6da93922eb964f78ab", + "highlights": [] }, { - "title": "As Ghislaine Maxwell’s Trial Begins, Epstein’s Shadow Looms Large", - "description": "Ms. Maxwell’s sex trafficking trial in Manhattan, which starts on Monday, is widely seen as a proxy for the courtroom reckoning that her longtime partner never received.", - "content": "Ms. Maxwell’s sex trafficking trial in Manhattan, which starts on Monday, is widely seen as a proxy for the courtroom reckoning that her longtime partner never received.", - "category": "Epstein, Jeffrey E (1953- )", - "link": "https://www.nytimes.com/2021/11/29/nyregion/ghislaine-maxwell-trial.html", - "creator": "Benjamin Weiser and Rebecca Davis O’Brien", - "pubDate": "Mon, 29 Nov 2021 08:00:07 +0000", + "title": "Elizabeth Holmes: from ‘next Steve Jobs’ to convicted fraudster", + "description": "

    Founder of blood-testing company Theranos spun ‘alluring narrative that everyone wanted to believe’

    Just six years ago Forbes magazine declared her the “the world’s youngest self-made female billionaire” and the “next Steve Jobs”. Now, Elizabeth Holmes, 37, founder of the collapsed blood testing company Theranos, is facing decades in prison after being found guilty of conspiring to defraud her investors out of billions.

    Holmes, a university dropout with no medical training, had fooled regulators and some of the world’s richest people, including Rupert Murdoch, Henry Kissinger and Larry Ellison, into believing she had figured out a way to test for a range of health conditions with just a pinprick of blood.

    Continue reading...", + "content": "

    Founder of blood-testing company Theranos spun ‘alluring narrative that everyone wanted to believe’

    Just six years ago Forbes magazine declared her the “the world’s youngest self-made female billionaire” and the “next Steve Jobs”. Now, Elizabeth Holmes, 37, founder of the collapsed blood testing company Theranos, is facing decades in prison after being found guilty of conspiring to defraud her investors out of billions.

    Holmes, a university dropout with no medical training, had fooled regulators and some of the world’s richest people, including Rupert Murdoch, Henry Kissinger and Larry Ellison, into believing she had figured out a way to test for a range of health conditions with just a pinprick of blood.

    Continue reading...", + "category": "Theranos", + "link": "https://www.theguardian.com/technology/2022/jan/04/elizabeth-holmes-from-next-steve-jobs-to-convicted-fraudster", + "creator": "Rupert Neate Wealth correspondent", + "pubDate": "2022-01-04T14:27:47Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10175eb8a5f830509092df543a4e0bed" + "hash": "be00c0a7cb12fc1fb59dd580ace18b99", + "highlights": [] }, { - "title": "Opposition Candidate Takes Big Early Lead in Honduras Election", - "description": "Xiomara Castro, the wife of a former leftist president, jumped ahead in Sunday’s vote, but determining a winner may take days. Follow updates in English and Spanish.", - "content": "Xiomara Castro, the wife of a former leftist president, jumped ahead in Sunday’s vote, but determining a winner may take days. Follow updates in English and Spanish.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/28/world/honduras-election-results", - "creator": "The New York Times", - "pubDate": "Mon, 29 Nov 2021 10:57:06 +0000", + "title": "Talents of Madonna’s son divide critics after he is revealed as secret artist", + "description": "

    Rocco Ritchie, 21, has been selling his paintings for up to five figures under the mysterious pseudonym Rhed

    He is a mysterious, up-and-coming artist whose work has been championed by the likes of Madonna and sells for up to five figures.

    But there were raised eyebrows when it was revealed that “Rhed” was none other than the singer’s eldest son, Rocco Ritchie.

    Continue reading...", + "content": "

    Rocco Ritchie, 21, has been selling his paintings for up to five figures under the mysterious pseudonym Rhed

    He is a mysterious, up-and-coming artist whose work has been championed by the likes of Madonna and sells for up to five figures.

    But there were raised eyebrows when it was revealed that “Rhed” was none other than the singer’s eldest son, Rocco Ritchie.

    Continue reading...", + "category": "Art", + "link": "https://www.theguardian.com/artanddesign/2022/jan/04/talents-madonna-son-divide-critics-secret-artist-rocco-ritchie", + "creator": "Nadia Khomami Arts and culture correspondent", + "pubDate": "2022-01-04T15:09:50Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "214b47b92dd3df9d6de64310343b8008" + "hash": "05468cbca02f567bcd8e163f06d99a1a", + "highlights": [] }, { - "title": "Climate Change Driving Some Albatrosses to ‘Divorce,’ Study Finds", - "description": "Warming oceans are sending the monogamous sea birds farther afield to find food, putting stress on their breeding and prompting some to ditch their partners.", - "content": "Warming oceans are sending the monogamous sea birds farther afield to find food, putting stress on their breeding and prompting some to ditch their partners.", - "category": "New Zealand", - "link": "https://www.nytimes.com/2021/11/29/world/asia/albatross-climate-change.html", - "creator": "Natasha Frost", - "pubDate": "Mon, 29 Nov 2021 10:53:54 +0000", + "title": "A crisis of faith in South Africa: ‘People have given up on the state’", + "description": "

    Struggling even before Covid, communities are taking it upon themselves to try to fill the gaps left by the government

    One evening a week, Natasha Msweswe and Zanele Madasi leave their children at home and set out to patrol the streets of Thembokwezi. They return at midnight. This is potentially very dangerous but they feel they have little choice.

    “It can be scary but we want to protect our community,” said Madasi, 31. “We want to make a difference.”

    Continue reading...", + "content": "

    Struggling even before Covid, communities are taking it upon themselves to try to fill the gaps left by the government

    One evening a week, Natasha Msweswe and Zanele Madasi leave their children at home and set out to patrol the streets of Thembokwezi. They return at midnight. This is potentially very dangerous but they feel they have little choice.

    “It can be scary but we want to protect our community,” said Madasi, 31. “We want to make a difference.”

    Continue reading...", + "category": "South Africa", + "link": "https://www.theguardian.com/world/2022/jan/04/a-crisis-of-faith-in-south-africa-people-have-given-up-on-the-state", + "creator": "Jason Burke in Thembokwezi, Graaff-Reinet and Franshhoek", + "pubDate": "2022-01-04T05:00:06Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "387a64c03852c1556f06a466724fa650" + "hash": "10887c1883c44dacd63550798bfac69d", + "highlights": [] }, { - "title": "Three Custom Holiday Gifts for Runners", - "description": "Shoes that one runner loves may not be right for another, but here are ideas you can use to make gifts tailored to each runner on your holiday list.", - "content": "Shoes that one runner loves may not be right for another, but here are ideas you can use to make gifts tailored to each runner on your holiday list.", - "category": "Running", - "link": "https://www.nytimes.com/2019/11/30/well/move/three-custom-holiday-gifts-for-runners.html", - "creator": "Jen A. Miller", - "pubDate": "Wed, 24 Nov 2021 22:54:53 +0000", + "title": "Wordle: why the inventor of the fiendishly addictive online game doesn’t want your money", + "description": "

    The mobile phone game Josh Wardle launched in October now has 300,000 people playing it daily – but, he says, he is not cashing in

    Name: Wordle.

    Age: Nearly three months old.

    Continue reading...", + "content": "

    The mobile phone game Josh Wardle launched in October now has 300,000 people playing it daily – but, he says, he is not cashing in

    Name: Wordle.

    Age: Nearly three months old.

    Continue reading...", + "category": "Game culture", + "link": "https://www.theguardian.com/games/2022/jan/04/wordle-why-inventor-of-fiendishly-addictive-online-game-doesnt-want-your-money", + "creator": "", + "pubDate": "2022-01-04T15:47:49Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "133d18038e629b52df8bff3951618946" + "hash": "3b8807a1b4f3791e11e1c093104de3b9", + "highlights": [] }, { - "title": "Growing List of Nations on Alert Over New Coronavirus Variant", - "description": "Australian health officials confirmed that two travelers arriving from southern Africa had tested positive for the new variant. Scientists were racing to learn more about Omicron, but said that existing vaccines were likely to protect against it.", - "content": "Australian health officials confirmed that two travelers arriving from southern Africa had tested positive for the new variant. Scientists were racing to learn more about Omicron, but said that existing vaccines were likely to protect against it.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/28/world/covid-vaccine-boosters-variant", - "creator": "The New York Times", - "pubDate": "Sun, 28 Nov 2021 20:44:36 +0000", + "title": "‘I saw a big set of white teeth coming towards me’: the people who survived terrifying wild animal attacks", + "description": "

    How does it feel to fight off a predator in the wild? And what effect does it have on your life? Five people, who lived to tell the tale, explain

    Although, mercifully, still rare, there are signs that wild animal attacks on humans are increasing. Research from the scientific journal Nature found that, as our urban areas further expand into the territories of carnivorous animals, attacks on pets, livestock and sometimes humans have been on the rise. In Kashmir, local wildlife departments have been reporting a marked increase in attacks, with almost 200 people killed and more than 2,000 others wounded in man-animal conflict in the region since 2011.

    From a British citizen attacked by otters in Singapore, to monkey attacks in Thailand, squirrel attacks in New York, and a man who fought off a crocodile with a pocket knife in Queensland, these encounters capture our imaginations. But how does it feel to survive such an ordeal – and how does it affect your life?

    Continue reading...", + "content": "

    How does it feel to fight off a predator in the wild? And what effect does it have on your life? Five people, who lived to tell the tale, explain

    Although, mercifully, still rare, there are signs that wild animal attacks on humans are increasing. Research from the scientific journal Nature found that, as our urban areas further expand into the territories of carnivorous animals, attacks on pets, livestock and sometimes humans have been on the rise. In Kashmir, local wildlife departments have been reporting a marked increase in attacks, with almost 200 people killed and more than 2,000 others wounded in man-animal conflict in the region since 2011.

    From a British citizen attacked by otters in Singapore, to monkey attacks in Thailand, squirrel attacks in New York, and a man who fought off a crocodile with a pocket knife in Queensland, these encounters capture our imaginations. But how does it feel to survive such an ordeal – and how does it affect your life?

    Continue reading...", + "category": "Wildlife", + "link": "https://www.theguardian.com/environment/2022/jan/04/saw-big-set-of-white-teeth-coming-towards-me-people-who-survived-wild-animal-attacks", + "creator": "Ammar Kalia", + "pubDate": "2022-01-04T06:00:08Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30d62e56c69511104f30efbdfb04c161" + "hash": "f24f3ee2701ff2dfdb3800012df61485", + "highlights": [] }, { - "title": "As Omicron Variant Circles the Globe, African Nations Face Blame and Bans", - "description": "With countries trying to close their doors to the new coronavirus variant, southern African officials note that the West’s hoarding of vaccines helped create their struggle in the first place.", - "content": "With countries trying to close their doors to the new coronavirus variant, southern African officials note that the West’s hoarding of vaccines helped create their struggle in the first place.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/27/world/africa/coronavirus-omicron-africa.html", - "creator": "Benjamin Mueller and Declan Walsh", - "pubDate": "Sun, 28 Nov 2021 02:59:14 +0000", + "title": "Eritrean refugee was traumatised by friend’s suicide, UK inquest hears", + "description": "

    Alexander Tekle was second of four Eritrean asylum seekers to kill themselves within 16-month period

    An Eritrean asylum seeker who killed himself shortly after his 18th birthday was worried about his application to remain in the UK and was traumatised by the recent suicide of a close friend, another Eritrean asylum seeker, an inquest has heard.

    The examination of the circumstances leading to the death of Alexander Tekle is the fourth inquest to be heard into the suicides of four Eritreans within a 16-month period. Collectively, the inquests have put a spotlight on how young, unaccompanied asylum seekers are looked after by local authorities on arrival in the UK.

    In the UK and Ireland, Samaritans can be contacted on 116 123 or email jo@samaritans.org or jo@samaritans.ie. In the US, the National Suicide Prevention Lifeline is 1-800-273-8255. In Australia, the crisis support service Lifeline is 13 11 14. Other international helplines can be found at www.befrienders.org.

    Continue reading...", + "content": "

    Alexander Tekle was second of four Eritrean asylum seekers to kill themselves within 16-month period

    An Eritrean asylum seeker who killed himself shortly after his 18th birthday was worried about his application to remain in the UK and was traumatised by the recent suicide of a close friend, another Eritrean asylum seeker, an inquest has heard.

    The examination of the circumstances leading to the death of Alexander Tekle is the fourth inquest to be heard into the suicides of four Eritreans within a 16-month period. Collectively, the inquests have put a spotlight on how young, unaccompanied asylum seekers are looked after by local authorities on arrival in the UK.

    In the UK and Ireland, Samaritans can be contacted on 116 123 or email jo@samaritans.org or jo@samaritans.ie. In the US, the National Suicide Prevention Lifeline is 1-800-273-8255. In Australia, the crisis support service Lifeline is 13 11 14. Other international helplines can be found at www.befrienders.org.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2022/jan/04/eritrean-refugee-was-traumatised-by-friends-suicide-uk-inquest-hears", + "creator": "Amelia Gentleman", + "pubDate": "2022-01-04T18:32:31Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ecbfa015e6a4b6982c0b53a890e72d1d" + "hash": "b5c4512b42e7935e7963d44a38322fe8", + "highlights": [] }, { - "title": "Does Omicron Cause Only Mild Illness? Too Early to Tell, Experts Say", - "description": "Should the Omicron variant cause severe illness, that will become apparent if there is a significant rise in hospitalizations over the next week or two, one expert said.", - "content": "Should the Omicron variant cause severe illness, that will become apparent if there is a significant rise in hospitalizations over the next week or two, one expert said.", - "category": "Coronavirus Omicron Variant", - "link": "https://www.nytimes.com/2021/11/28/health/omicron-variant-severe-symptoms-mild.html", - "creator": "Apoorva Mandavilli", - "pubDate": "Sun, 28 Nov 2021 19:29:57 +0000", + "title": "Extremist groups continue to ‘metastasize and recruit’ after Capitol attack, study finds", + "description": "

    The report says that while some groups were gripped with paranoia by the arrests, others began targeting local politics

    In the year after the 6 January insurrection, many US extremist groups haven’t fully recovered from blows landed by increased scrutiny of law enforcement and purges from big tech social media platforms, a new report has found.

    The research, by the Atlantic Council’s Digital Forensic Research Lab, found that 12 months after the attack on the Capitol by a pro-Trump mob some far-right groups had been gripped by paranoia as authorities traced and arrested participants. But others had reorganized, often with an emphasis on local level politics and a developing eco-system of far-right social media.

    Continue reading...", + "content": "

    The report says that while some groups were gripped with paranoia by the arrests, others began targeting local politics

    In the year after the 6 January insurrection, many US extremist groups haven’t fully recovered from blows landed by increased scrutiny of law enforcement and purges from big tech social media platforms, a new report has found.

    The research, by the Atlantic Council’s Digital Forensic Research Lab, found that 12 months after the attack on the Capitol by a pro-Trump mob some far-right groups had been gripped by paranoia as authorities traced and arrested participants. But others had reorganized, often with an emphasis on local level politics and a developing eco-system of far-right social media.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/04/extremist-groups-recruit-post-capitol-attack-new-study-finds", + "creator": "Sergio Olmos", + "pubDate": "2022-01-04T18:56:26Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f342d18e1e0db75a174f9c1f6a557da" + "hash": "9aac4ac85d228199b09f04985a12e01a", + "highlights": [] }, { - "title": "Local News Outlets May Reap $1.7 Billion in Build Back Better Aid", - "description": "A small paper like The Storm Lake Times in Iowa would receive a big tax credit. So would Gannett, the nation’s largest news publisher.", - "content": "A small paper like The Storm Lake Times in Iowa would receive a big tax credit. So would Gannett, the nation’s largest news publisher.", - "category": "Newspapers", - "link": "https://www.nytimes.com/2021/11/28/business/media/build-back-better-local-news.html", - "creator": "Marc Tracy", - "pubDate": "Sun, 28 Nov 2021 10:00:18 +0000", + "title": "Mount Owen was beautiful, the views majestic but halfway up I decided I needed a nap | Naomi Arnold", + "description": "

    You need your wits about you on the marble karst of Mt Owen – a fall would require surgery or a body bag. I didn’t care

    • Guardian writers and readers describe their favourite place in New Zealand’s wilderness and why it’s special to them

    The first time I walked up Mount Owen, I horrified my boyfriend by curling up beneath one of its famous water-riven karst outcrops and insisting I needed to sleep. We’d broken up six months before, and had just gotten back together to give it another go. That morning, we were both questioning our life choices.

    The previous day had been fine – a decent seven hours of walking, climbing a ridge through mountain beech, sidling along a rocky cliff streaming with water, and clambering up a dry riverbed to Granity Pass Hut, a simple 12-bunk alpine hut just past the treeline.

    Naomi Arnold is a senior longform journalist at RNZ and author of Southern Nights, a story of New Zealand astronomy

    What’s your favourite wild place? If you would like to contribute to the series tell us about it in 200 words and send it to newzealand@theguardian.com

    Continue reading...", + "content": "

    You need your wits about you on the marble karst of Mt Owen – a fall would require surgery or a body bag. I didn’t care

    • Guardian writers and readers describe their favourite place in New Zealand’s wilderness and why it’s special to them

    The first time I walked up Mount Owen, I horrified my boyfriend by curling up beneath one of its famous water-riven karst outcrops and insisting I needed to sleep. We’d broken up six months before, and had just gotten back together to give it another go. That morning, we were both questioning our life choices.

    The previous day had been fine – a decent seven hours of walking, climbing a ridge through mountain beech, sidling along a rocky cliff streaming with water, and clambering up a dry riverbed to Granity Pass Hut, a simple 12-bunk alpine hut just past the treeline.

    Naomi Arnold is a senior longform journalist at RNZ and author of Southern Nights, a story of New Zealand astronomy

    What’s your favourite wild place? If you would like to contribute to the series tell us about it in 200 words and send it to newzealand@theguardian.com

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/commentisfree/2022/jan/05/mount-owen-is-beautiful-the-views-majestic-but-halfway-up-i-needed-a-nap", + "creator": "Naomi Arnold", + "pubDate": "2022-01-04T19:00:20Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "837e1be34006e1e7a7039c59a568d9ac" + "hash": "9fce7311b3260e900f98c83415836fcd", + "highlights": [] }, { - "title": "How the $4 Trillion Flood of Covid Relief Is Funding the Future", - "description": "From broadband to transportation to high-tech medical manufacturing, benefits from America’s pandemic money infusion will linger.", - "content": "From broadband to transportation to high-tech medical manufacturing, benefits from America’s pandemic money infusion will linger.", - "category": "2021 tech and design", - "link": "https://www.nytimes.com/2021/11/24/magazine/pandemic-aid.html", - "creator": "Charley Locke and Christopher Payne", - "pubDate": "Wed, 24 Nov 2021 16:32:21 +0000", + "title": "‘Extreme marine heatwave’: waters off Sydney set to break January temperature records", + "description": "

    Satellite data shows ocean surface 3C above normal as swimmers say water feels more like February and March

    Waters off Sydney are undergoing an extreme marine heatwave with temperatures likely at their highest levels on record for January.

    Satellite data is showing the ocean surface off the coast of Sydney at 3C above normal, with swimmers and surfers reporting conditions that feel more like February and March than early January.

    Continue reading...", + "content": "

    Satellite data shows ocean surface 3C above normal as swimmers say water feels more like February and March

    Waters off Sydney are undergoing an extreme marine heatwave with temperatures likely at their highest levels on record for January.

    Satellite data is showing the ocean surface off the coast of Sydney at 3C above normal, with swimmers and surfers reporting conditions that feel more like February and March than early January.

    Continue reading...", + "category": "Sydney", + "link": "https://www.theguardian.com/australia-news/2022/jan/05/extreme-marine-heatwave-waters-off-sydney-set-to-break-january-temperature-records", + "creator": "Graham Readfearn", + "pubDate": "2022-01-04T16:30:18Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4e9a48fe2f85adeda274110c9ef7f13e" + "hash": "4f2ace27ab7ce014728bf45d008731a0", + "highlights": [] }, { - "title": "They Died From Covid. Then the Online Attacks Started.", - "description": "The social media profiles of anti-vaccine victims of the pandemic have made them and their families targets of trolling, even after their deaths.", - "content": "The social media profiles of anti-vaccine victims of the pandemic have made them and their families targets of trolling, even after their deaths.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/27/style/anti-vaccine-deaths-social-media.html", - "creator": "Dan Levin", - "pubDate": "Sat, 27 Nov 2021 10:00:10 +0000", + "title": "House of healing: the Honduran sanctuary for female rights defenders", + "description": "

    In one of the world’s most dangerous regions for environmental and human rights activists, La Siguata offers a safe space for women suffering trauma as a result of their work

    A milky-white and sky-blue stone hangs from a red string around Ethels Correa’s neck, and every so often she rubs it between her fingers.

    “When I feel anger, I grab this stone and I begin to relax, because they taught me how to breathe, to relax the body and to relax the mind,” she says. “I carry it with me all the time.”

    Continue reading...", + "content": "

    In one of the world’s most dangerous regions for environmental and human rights activists, La Siguata offers a safe space for women suffering trauma as a result of their work

    A milky-white and sky-blue stone hangs from a red string around Ethels Correa’s neck, and every so often she rubs it between her fingers.

    “When I feel anger, I grab this stone and I begin to relax, because they taught me how to breathe, to relax the body and to relax the mind,” she says. “I carry it with me all the time.”

    Continue reading...", + "category": "Women's rights and gender equality", + "link": "https://www.theguardian.com/global-development/2022/jan/03/house-of-healing-the-honduran-sanctuary-for-female-rights-defenders", + "creator": "Jeff Ernst in Tegucigalpa", + "pubDate": "2022-01-03T09:00:42Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2a706253d48ef4b328e940500ae96e4" + "hash": "9d25e9cd6e5583610a6d8245ea8347e3", + "highlights": [] }, { - "title": "Booster Rollout for Nursing Homes Is Sluggish ", - "description": "Thousands of new cases have been reported among vulnerable elderly residents in the last several months, as the virulent Delta variant fuels outbreaks.", - "content": "Thousands of new cases have been reported among vulnerable elderly residents in the last several months, as the virulent Delta variant fuels outbreaks.", - "category": "Nursing Homes", - "link": "https://www.nytimes.com/2021/11/27/health/covid-nursing-home-booster.html", - "creator": "Reed Abelson", - "pubDate": "Sat, 27 Nov 2021 13:00:10 +0000", + "title": "Haiti’s New Year’s Day soup has made headlines. But let’s not be naive about its symbolism", + "description": "

    Sharing soup joumou on 1 January represents what Haitians bring to the world – but remembering that inequality prevails is arguably more important

    Whispers. Curfews. Never-ending military parades and shows of arms. Opponents’ bodies exposed for children to see as some sort of macabre art. And always, that nasal voice of “Papa Doc”, François Duvalier, chanting on all radio stations. Those were the days of my childhood under a dictator in Haiti.

    But on 1 January, Independence Day, there were three things that made a difference.

    Continue reading...", + "content": "

    Sharing soup joumou on 1 January represents what Haitians bring to the world – but remembering that inequality prevails is arguably more important

    Whispers. Curfews. Never-ending military parades and shows of arms. Opponents’ bodies exposed for children to see as some sort of macabre art. And always, that nasal voice of “Papa Doc”, François Duvalier, chanting on all radio stations. Those were the days of my childhood under a dictator in Haiti.

    But on 1 January, Independence Day, there were three things that made a difference.

    Continue reading...", + "category": "Haiti", + "link": "https://www.theguardian.com/global-development/2022/jan/01/haitis-new-years-day-soup-joumou-has-made-headlines-but-lets-not-be-naive-about-its-symbolism", + "creator": "Lyonel Trouillot", + "pubDate": "2022-01-01T09:15:44Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3fd45aa6b4ede60b439bebebba11230" + "hash": "7c9cb56e7db4086704a28d52b0e25f07", + "highlights": [] }, { - "title": "A Wine Rack on Rails? U.K. Businesses Seek Solutions to Shortages.", - "description": "Two months after concerns about gas and food stocks caused ripples of anxiety, Britain continues to face problems in its supply chain. Distributors and retailers are looking for creative fixes.", - "content": "Two months after concerns about gas and food stocks caused ripples of anxiety, Britain continues to face problems in its supply chain. Distributors and retailers are looking for creative fixes.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/28/world/europe/uk-supply-shortages.html", - "creator": "Stephen Castle and Jenny Gross", - "pubDate": "Sun, 28 Nov 2021 20:22:14 +0000", + "title": "‘They lost almost everything’: photographing the terror and joy of refugees in DRC", + "description": "

    Alexis Huguet’s image of this twin girl, born as her mother fled into Congo, captures the fragility of life in the Central African Republic

    The picture is a joyful one. Laure, a midwife at a health facility in Ndu, a village in the Democratic Republic of Congo, holds a healthy newborn girl. The baby’s mother, Ester, was at the health centre for a postnatal appointment after giving birth to twin daughters.

    A couple of weeks earlier, when she was heavily pregnant and due to go into labour at any moment, Ester was forced to leave her home in Bangassou, on the other side of a river, in the neighbouring Central African Republic.

    Continue reading...", + "content": "

    Alexis Huguet’s image of this twin girl, born as her mother fled into Congo, captures the fragility of life in the Central African Republic

    The picture is a joyful one. Laure, a midwife at a health facility in Ndu, a village in the Democratic Republic of Congo, holds a healthy newborn girl. The baby’s mother, Ester, was at the health centre for a postnatal appointment after giving birth to twin daughters.

    A couple of weeks earlier, when she was heavily pregnant and due to go into labour at any moment, Ester was forced to leave her home in Bangassou, on the other side of a river, in the neighbouring Central African Republic.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/31/photographing-the-terror-and-joy-of-refugees-in-drc-central-african-republic", + "creator": "Sarah Johnson", + "pubDate": "2021-12-31T15:00:22Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68cf7f13c2e39b927003f25ccd69df39" + "hash": "523a6f5501f4ceb72df23af54ebe2042", + "highlights": [] }, { - "title": "Supply Chain Shortages Help a North Carolina Furniture Town ", - "description": "The furniture capital of the state is ground zero for inflation, labor shortages, hot demand and limited supply. It’s debating how to cope.", - "content": "The furniture capital of the state is ground zero for inflation, labor shortages, hot demand and limited supply. It’s debating how to cope.", - "category": "Hickory (NC)", - "link": "https://www.nytimes.com/2021/11/27/business/economy/inflation-nc-furniture-shortage.html", - "creator": "Jeanna Smialek", - "pubDate": "Sat, 27 Nov 2021 20:38:00 +0000", + "title": "Minister tells people trying to get Covid tests to 'just refresh webpage' – video", + "description": "

    People struggling to get lateral flow tests for Covid 'should just refresh' their webpage, Nadhim Zahawi has said, as concerns mount over the impact of the Omicron variant on the country’s workforce. The education secretary also repeated the government line that 'there’s nothing in the data' to suggest further coronavirus measures will be needed later this week

    Continue reading...", + "content": "

    People struggling to get lateral flow tests for Covid 'should just refresh' their webpage, Nadhim Zahawi has said, as concerns mount over the impact of the Omicron variant on the country’s workforce. The education secretary also repeated the government line that 'there’s nothing in the data' to suggest further coronavirus measures will be needed later this week

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2022/jan/03/nadhim-zahawi-covid-lateral-flow-tests-refresh-webpage-video", + "creator": "", + "pubDate": "2022-01-03T10:56:26Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "905a148ee54fa365361e505f26e9e209" + "hash": "3d05cb2b9ae452d6622decf74cad744d", + "highlights": [] }, { - "title": "Sylvia Weinstock, the ‘da Vinci of Wedding Cakes,’ Dies at 91", - "description": "She produced floral-draped architectural works in the shape of rose-studded topiaries, baskets of speckled lilies and bouquets of anemones.", - "content": "She produced floral-draped architectural works in the shape of rose-studded topiaries, baskets of speckled lilies and bouquets of anemones.", - "category": "Weinstock, Sylvia", - "link": "https://www.nytimes.com/2021/11/28/obituaries/sylvia-weinstock-dead.html", - "creator": "Katharine Q. Seelye", - "pubDate": "Sun, 28 Nov 2021 16:37:28 +0000", + "title": "Colombia’s former Alcatraz: from prison to national park – in pictures", + "description": "

    Until 1984, the prison on the island of Gorgona off Colombia’s Pacific coast was a place where political prisoners and dangerous criminals served their sentences. Now it is a national natural park of coral reefs, dense jungle and exuberant fauna

    Continue reading...", + "content": "

    Until 1984, the prison on the island of Gorgona off Colombia’s Pacific coast was a place where political prisoners and dangerous criminals served their sentences. Now it is a national natural park of coral reefs, dense jungle and exuberant fauna

    Continue reading...", + "category": "Colombia", + "link": "https://www.theguardian.com/world/gallery/2022/jan/03/colombias-former-alcatraz-from-prison-to-national-park-in-pictures", + "creator": "Luis Robayo/AFP/Getty Images", + "pubDate": "2022-01-03T07:00:41Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17ce83a6e102aa76d2fec102a469cbf2" + "hash": "fa2b42854fcc37f8ade214e69d49ca8c", + "highlights": [] }, { - "title": "Enslaved to a U.S. Founding Father, She Sought Freedom in France", - "description": "Brought from America to Paris by John Jay, an enslaved woman named Abigail died there trying to win her liberty as the statesman negotiated the freedom of the new nation.", - "content": "Brought from America to Paris by John Jay, an enslaved woman named Abigail died there trying to win her liberty as the statesman negotiated the freedom of the new nation.", - "category": "Slavery (Historical)", - "link": "https://www.nytimes.com/2021/11/23/travel/john-jay-paris-abigail-slavery.html", - "creator": "Martha S. Jones", - "pubDate": "Wed, 24 Nov 2021 19:16:12 +0000", + "title": "Passengers rescued from mountaintop cable cars in New Mexico – video", + "description": "

    Staff from a tram company and a restaurant were stranded overnight on a tramway near Albuquerque in the US on New Year's Eve after a storm caused rapid buildup of ice on the cables, making it unsafe to travel to the base of the mountain. Rescuers brought the 21 passengers to safety, with no injuries, according to local reports

    Continue reading...", + "content": "

    Staff from a tram company and a restaurant were stranded overnight on a tramway near Albuquerque in the US on New Year's Eve after a storm caused rapid buildup of ice on the cables, making it unsafe to travel to the base of the mountain. Rescuers brought the 21 passengers to safety, with no injuries, according to local reports

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/video/2022/jan/02/passengers-rescued-mountaintop-cable-cars-new-mexico-video", + "creator": "", + "pubDate": "2022-01-02T18:16:31Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6d71f2329afb89992cc0713b12c35f8" + "hash": "f4be8d04c791cadd963aa80ae757a2ca", + "highlights": [] }, { - "title": "Mark Bittman: Whole Wheat Bread Is the Key to a Better Food System", - "description": "Baking whole wheat bread can reacquaint us with food that truly nourishes us. ", - "content": "Baking whole wheat bread can reacquaint us with food that truly nourishes us. ", - "category": "Bread", - "link": "https://www.nytimes.com/2021/11/26/opinion/culture/mark-bittman-whole-wheat-bread.html", - "creator": "Mark Bittman", - "pubDate": "Fri, 26 Nov 2021 18:42:54 +0000", + "title": "Cape Town fire: smoke rises as parliament burns – video", + "description": "

    A major fire broke out in South Africa's parliament building in Cape Town early on Sunday that could be seen from miles around.

    The fire started in third-floor offices and spread to the National Assembly chamber, the City of Cape Town fire and rescue service spokesperson Jermaine Carelse told local media. He added that no people had been injured in the fire

    Continue reading...", + "content": "

    A major fire broke out in South Africa's parliament building in Cape Town early on Sunday that could be seen from miles around.

    The fire started in third-floor offices and spread to the National Assembly chamber, the City of Cape Town fire and rescue service spokesperson Jermaine Carelse told local media. He added that no people had been injured in the fire

    Continue reading...", + "category": "South Africa", + "link": "https://www.theguardian.com/world/video/2022/jan/02/cape-town-fire-smoke-rises-as-parliament-burns-video", + "creator": "", + "pubDate": "2022-01-02T10:42:51Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56e89bfea4343e5571a61a4321af401b" + "hash": "7c8e2cd4ebc756126b20a6cd4de5e9d5", + "highlights": [] }, { - "title": "I Grew Up Poor. How Am I Supposed to Raise My Middle-Class Kids?", - "description": "My children do not understand my world and I do not understand theirs.", - "content": "My children do not understand my world and I do not understand theirs.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/11/24/opinion/poor-dad-rich-kids.html", - "creator": "Esau McCaulley", - "pubDate": "Wed, 24 Nov 2021 10:00:08 +0000", + "title": "Elizabeth Holmes trial: jury finds Theranos founder guilty on four fraud counts", + "description": "

    The jury delivered the verdict after announcing they were deadlocked on three of the 11 charges Holmes faced

    Elizabeth Holmes, founder of Theranos, has been found guilty on four of 11 charges of fraud, concluding a high profile trial that captivated Silicon Valley and chronicled the missteps of the now-defunct blood testing startup.

    The jury found Holmes guilty of several charges – including conspiracy to defraud investors – following a dramatic day in which jurors said they remained deadlocked on three of the criminal counts she faced.

    Continue reading...", + "content": "

    The jury delivered the verdict after announcing they were deadlocked on three of the 11 charges Holmes faced

    Elizabeth Holmes, founder of Theranos, has been found guilty on four of 11 charges of fraud, concluding a high profile trial that captivated Silicon Valley and chronicled the missteps of the now-defunct blood testing startup.

    The jury found Holmes guilty of several charges – including conspiracy to defraud investors – following a dramatic day in which jurors said they remained deadlocked on three of the criminal counts she faced.

    Continue reading...", + "category": "Theranos", + "link": "https://www.theguardian.com/technology/2022/jan/03/elizabeth-holmes-trial-jury-finds-theranos-founder-guilty-on-four-counts", + "creator": "Kari Paul", + "pubDate": "2022-01-04T03:58:18Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f66f82997fbfacea4886e74ee266ebe8" + "hash": "cf6baa8d43b6778995181d2242dbb578", + "highlights": [] }, { - "title": "In Their 80s, and Living It Up (or Not)", - "description": "Two octogenarians have different reactions to an essay, “Living My Life Again.” Also: “Illiberal democracy”; housing in the Bronx; rich vs. poor", - "content": "Two octogenarians have different reactions to an essay, “Living My Life Again.” Also: “Illiberal democracy”; housing in the Bronx; rich vs. poor", - "category": "Elderly", - "link": "https://www.nytimes.com/2021/11/26/opinion/letters/elderly-covid.html", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 16:16:26 +0000", + "title": "Prince Andrew accuser Virginia Giuffre’s legal deal with Jeffrey Epstein released", + "description": "

    Unsealing stems from Giuffre’s sexual abuse lawsuit against duke, filed in Manhattan federal court in August

    Court papers unsealed on Monday revealed that Virginia Giuffre received $500,000 in a legal settlement with Jeffrey Epstein, the late financier and convicted sex offender whom she accused of sexual abuse. The unsealing stemmed from Giuffre’s sexual abuse lawsuit against Prince Andrew, which she filed on 9 August in Manhattan federal court.

    Giuffre has long accused Epstein and his sometime girlfriend Ghislaine Maxwell – now a convicted sex trafficker, after her New York trial – of forcing her into sex with the royal when she was 17.

    Continue reading...", + "content": "

    Unsealing stems from Giuffre’s sexual abuse lawsuit against duke, filed in Manhattan federal court in August

    Court papers unsealed on Monday revealed that Virginia Giuffre received $500,000 in a legal settlement with Jeffrey Epstein, the late financier and convicted sex offender whom she accused of sexual abuse. The unsealing stemmed from Giuffre’s sexual abuse lawsuit against Prince Andrew, which she filed on 9 August in Manhattan federal court.

    Giuffre has long accused Epstein and his sometime girlfriend Ghislaine Maxwell – now a convicted sex trafficker, after her New York trial – of forcing her into sex with the royal when she was 17.

    Continue reading...", + "category": "Jeffrey Epstein", + "link": "https://www.theguardian.com/us-news/2022/jan/03/jeffrey-epstein-prince-andrew-virginia-giuffre", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2022-01-03T19:28:47Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2897808adc1a4f426c0fe7813873216" + "hash": "585d224cfde046a10a0c40fc0d8d2295", + "highlights": [] }, { - "title": "Stephen Sondheim, Titan of the American Musical, Is Dead at 91", - "description": "He was the theater’s most revered and influential composer-lyricist of the last half of the 20th century and the driving force behind some of Broadway’s most beloved and celebrated shows.", - "content": "He was the theater’s most revered and influential composer-lyricist of the last half of the 20th century and the driving force behind some of Broadway’s most beloved and celebrated shows.", - "category": "Sondheim, Stephen", - "link": "https://www.nytimes.com/2021/11/26/theater/stephen-sondheim-dead.html", - "creator": "Bruce Weber", - "pubDate": "Sat, 27 Nov 2021 02:31:57 +0000", + "title": "Tesla criticised for opening showroom in Xinjiang despite human rights abuses", + "description": "

    Elon Musk and Tesla must consider human rights in the Chinese region or risk being complicit, says Human Rights Watch

    Tesla has opened a new showroom in the capital of Xinjiang, a region at the heart of years-long campaign by Chinese authorities of repression and assimilation against the Uyghur people.

    Tesla announced the opening in Urumqi with a Weibo post on 31 December saying: “On the last day of 2021, we meet in Xinjiang. In 2022 let us together launch Xinjiang on its electric journey!”

    Continue reading...", + "content": "

    Elon Musk and Tesla must consider human rights in the Chinese region or risk being complicit, says Human Rights Watch

    Tesla has opened a new showroom in the capital of Xinjiang, a region at the heart of years-long campaign by Chinese authorities of repression and assimilation against the Uyghur people.

    Tesla announced the opening in Urumqi with a Weibo post on 31 December saying: “On the last day of 2021, we meet in Xinjiang. In 2022 let us together launch Xinjiang on its electric journey!”

    Continue reading...", + "category": "Xinjiang", + "link": "https://www.theguardian.com/world/2022/jan/04/tesla-criticised-for-opening-showroom-in-xinjiang-despite-human-rights-abuses", + "creator": "Helen Davidson", + "pubDate": "2022-01-04T05:38:46Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a430525d47b3247a7a54fb09cbc87e30" + "hash": "7f36a43e721b484d762d568bf1b6e634", + "highlights": [] }, { - "title": "Seeking Backers for New Fund, Jared Kushner Turns to Middle East", - "description": "Former President Donald J. Trump’s son-in-law is trying to raise capital for his investment firm and is turning to a region that he dealt with extensively while in the White House.", - "content": "Former President Donald J. Trump’s son-in-law is trying to raise capital for his investment firm and is turning to a region that he dealt with extensively while in the White House.", - "category": "Kushner, Jared", - "link": "https://www.nytimes.com/2021/11/26/us/politics/kushner-investment-middle-east.html", - "creator": "Kate Kelly, David D. Kirkpatrick and Alan Rappeport", - "pubDate": "Sat, 27 Nov 2021 01:58:02 +0000", + "title": "Past convictions for homosexual activity to be wiped from records, Patel to announce", + "description": "

    UK’s disregards and pardons scheme set to be expanded to ‘right wrongs of the past’

    Any conviction that was imposed on someone purely due to consensual homosexual activity under now-abolished laws will be included in a scheme aimed at “righting the wrongs of the past”, the UK home secretary is set to announce.

    Priti Patel said more people would have convictions for same-sex sexual activity wiped from their records, as she sought to expand the government’s disregards and pardons scheme from a narrow set of laws.

    Continue reading...", + "content": "

    UK’s disregards and pardons scheme set to be expanded to ‘right wrongs of the past’

    Any conviction that was imposed on someone purely due to consensual homosexual activity under now-abolished laws will be included in a scheme aimed at “righting the wrongs of the past”, the UK home secretary is set to announce.

    Priti Patel said more people would have convictions for same-sex sexual activity wiped from their records, as she sought to expand the government’s disregards and pardons scheme from a narrow set of laws.

    Continue reading...", + "category": "LGBT rights", + "link": "https://www.theguardian.com/world/2022/jan/04/past-convictions-for-homosexual-activity-to-be-wiped-from-records-patel-to-announce", + "creator": "PA Media", + "pubDate": "2022-01-04T08:05:45Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5527a74aafd9c5a0653a965a41e17ebb" + "hash": "a72670067220bc5dbbab384a5b6d881d", + "highlights": [] }, { - "title": "How Did the New Variant Get Its Name?", - "description": "The World Health Organization began naming the variants after Greek letters to avoid public confusion and stigma.", - "content": "The World Health Organization began naming the variants after Greek letters to avoid public confusion and stigma.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/27/world/africa/omicron-covid-greek-alphabet.html", - "creator": "Vimal Patel", - "pubDate": "Sat, 27 Nov 2021 16:33:59 +0000", + "title": "Five of world’s most powerful nations pledge to avoid nuclear war", + "description": "

    US, Russia, China, the UK and France who are permanent members of the UN security council agree ‘nuclear war cannot be won’

    Five of the world’s most powerful nations have agreed that “a nuclear war cannot be won and must never be fought” in a rare joint pledge to reduce the risk of such a conflict ever starting.

    The pledge was signed by the US, Russia, China, the UK and France, the five nuclear weapons states recognised by the 1968 Nuclear Non-Proliferation Treaty (NPT) who are also the five permanent members of the UN security council. They are known as the P5 or the N5.

    Continue reading...", + "content": "

    US, Russia, China, the UK and France who are permanent members of the UN security council agree ‘nuclear war cannot be won’

    Five of the world’s most powerful nations have agreed that “a nuclear war cannot be won and must never be fought” in a rare joint pledge to reduce the risk of such a conflict ever starting.

    The pledge was signed by the US, Russia, China, the UK and France, the five nuclear weapons states recognised by the 1968 Nuclear Non-Proliferation Treaty (NPT) who are also the five permanent members of the UN security council. They are known as the P5 or the N5.

    Continue reading...", + "category": "Nuclear weapons", + "link": "https://www.theguardian.com/world/2022/jan/03/five-nations-pledge-avoid-nuclear-war", + "creator": "Julian Borger in Washington", + "pubDate": "2022-01-03T19:54:34Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14f0ed0ecb52f2a124700f97d6508302" + "hash": "7f205435aa379c449e89204c6a2660c7", + "highlights": [] }, { - "title": "Why the Bradford Pear Tree Is Plaguing the South", - "description": "The Bradford pear, hugely popular when suburbs were developed, contributed to an invasion of trees conquering nearly anywhere it lands. South Carolina is stepping up its fight against it.", - "content": "The Bradford pear, hugely popular when suburbs were developed, contributed to an invasion of trees conquering nearly anywhere it lands. South Carolina is stepping up its fight against it.", - "category": "Trees and Shrubs", - "link": "https://www.nytimes.com/2021/11/26/us/bradford-pear-tree-south-carolina.html", - "creator": "Rick Rojas", - "pubDate": "Fri, 26 Nov 2021 23:14:15 +0000", + "title": "Pittsburgh New Year’s Day meteor explosion equivalent to 30 tonnes of TNT, says Nasa", + "description": "

    If not for clouds, the half-tonne fireball would have been easily visible in the day, maybe about 100 times the brightness of a full moon

    A meteor that caused an earthshaking boom over suburban Pittsburgh on New Year’s Day exploded in the atmosphere with an energy blast equivalent to an estimated 30 tonnes (27,200kg) of TNT, officials said.

    The National Weather Service in Pittsburgh initially responded, suggesting the most likely explanation was a “meteor explosion” as people took to social media in search of answers.

    Continue reading...", + "content": "

    If not for clouds, the half-tonne fireball would have been easily visible in the day, maybe about 100 times the brightness of a full moon

    A meteor that caused an earthshaking boom over suburban Pittsburgh on New Year’s Day exploded in the atmosphere with an energy blast equivalent to an estimated 30 tonnes (27,200kg) of TNT, officials said.

    The National Weather Service in Pittsburgh initially responded, suggesting the most likely explanation was a “meteor explosion” as people took to social media in search of answers.

    Continue reading...", + "category": "Meteors", + "link": "https://www.theguardian.com/science/2022/jan/04/pittsburgh-new-years-day-meteor-explosion-equivalent-to-30-tonnes-of-tnt-says-nasa", + "creator": "Associated Press", + "pubDate": "2022-01-04T03:24:27Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbffb39211c9bc4d045e0427ecf199b8" + "hash": "dc81c282947bf2b2581033c879054d90", + "highlights": [] }, { - "title": "Ann Patchett on ‘These Precious Days’", - "description": "Patchett talks about her new essay collection, and Corey Brettschneider discusses a series of books about liberty.", - "content": "Patchett talks about her new essay collection, and Corey Brettschneider discusses a series of books about liberty.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/11/26/books/review/podcast-ann-patchett-these-precious-days-corey-brettschneider-liberty-series.html", - "creator": "", - "pubDate": "Fri, 26 Nov 2021 10:00:09 +0000", + "title": "Capitol attack panel in race against time as Trump allies seek to run out clock", + "description": "

    A barrage of delay tactics as Republicans are expected to do well in 2022 midterms that would give them control to shut down inquiry

    The House select committee investigating the 6 January attack on the Capitol is facing a race against time in 2022 as Trump and his allies seek to run out the clock with a barrage of delay tactics and lawsuits.

    Republicans are widely expected to do well in this year’s midterm elections in November and, if they win control of the House, that would give them control to shut down the investigation that has proved politically and legally damaging to Trump and Republicans.

    Continue reading...", + "content": "

    A barrage of delay tactics as Republicans are expected to do well in 2022 midterms that would give them control to shut down inquiry

    The House select committee investigating the 6 January attack on the Capitol is facing a race against time in 2022 as Trump and his allies seek to run out the clock with a barrage of delay tactics and lawsuits.

    Republicans are widely expected to do well in this year’s midterm elections in November and, if they win control of the House, that would give them control to shut down the investigation that has proved politically and legally damaging to Trump and Republicans.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/04/capitol-attack-panel-race-against-time", + "creator": "Hugo Lowell in Washington DC", + "pubDate": "2022-01-04T07:00:09Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f046ef93db7b6138611af3d92faa23b" + "hash": "c5460c6e98092280b569ff481c0013b8", + "highlights": [] }, { - "title": "Alice Waters Helps a Museum Cater to the Tastes of Art Lovers", - "description": "A new restaurant at the Hammer Museum in Los Angeles is the latest effort to try to reach visitors’ hearts through their stomachs.", - "content": "A new restaurant at the Hammer Museum in Los Angeles is the latest effort to try to reach visitors’ hearts through their stomachs.", - "category": "Museums", - "link": "https://www.nytimes.com/2021/11/27/arts/alice-waters-hammer-museum.html", - "creator": "Adam Nagourney", - "pubDate": "Sat, 27 Nov 2021 20:25:33 +0000", + "title": "Evergrande shares rise as they resume trading after suspension", + "description": "

    China’s second-biggest developer halted trading after it was was told to demolish 39 buildings in Hainan

    Shares in the embattled Chinese property developer Evergrande rose on Tuesday after they resumed trading on the Hong Kong stock exchange following a suspension.

    China’s second-biggest developer halted trading on Monday after receiving an order from authorities at Danzhou city in Hainan on 30 December telling it to demolish 39 under-construction buildings at the Ocean Flower Island project.

    Continue reading...", + "content": "

    China’s second-biggest developer halted trading after it was was told to demolish 39 buildings in Hainan

    Shares in the embattled Chinese property developer Evergrande rose on Tuesday after they resumed trading on the Hong Kong stock exchange following a suspension.

    China’s second-biggest developer halted trading on Monday after receiving an order from authorities at Danzhou city in Hainan on 30 December telling it to demolish 39 under-construction buildings at the Ocean Flower Island project.

    Continue reading...", + "category": "Evergrande", + "link": "https://www.theguardian.com/business/2022/jan/04/evergrande-shares-rise-as-they-resume-trading-after-suspension", + "creator": "Mark Sweney", + "pubDate": "2022-01-04T08:25:22Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b38f4ace44ce21f0bde79c0cb9a9326e" + "hash": "3ee6eb9f6f9e4a2ca9ec2cc743bde7e8", + "highlights": [] }, { - "title": "U.K. Trucking Shortage Endures Despite Plea for Foreign Drivers", - "description": "A special visa offer, aimed at forestalling a supply chain fiasco during the holidays, goes begging for takers.", - "content": "A special visa offer, aimed at forestalling a supply chain fiasco during the holidays, goes begging for takers.", - "category": "Great Britain", - "link": "https://www.nytimes.com/2021/11/28/business/uk-trucking-shortage-poland.html", - "creator": "David Segal", - "pubDate": "Sun, 28 Nov 2021 08:00:12 +0000", + "title": "Canadian court awards $107m to families of Iran plane crash victims", + "description": "

    Civil lawsuit was filed against Iran and other officials the family members believe were to blame for the incident

    A court in Ontario, Canada, has awarded C$107m ($83.94m), plus interest, to the families of six people who died when the Iranian Revolutionary Guards downed a Ukraine International Airlines plane near Tehran two years ago.

    Iran shot down the airliner in January 2020. All 176 people on board were killed, including 55 Canadian citizens and 30 permanent residents.

    Continue reading...", + "content": "

    Civil lawsuit was filed against Iran and other officials the family members believe were to blame for the incident

    A court in Ontario, Canada, has awarded C$107m ($83.94m), plus interest, to the families of six people who died when the Iranian Revolutionary Guards downed a Ukraine International Airlines plane near Tehran two years ago.

    Iran shot down the airliner in January 2020. All 176 people on board were killed, including 55 Canadian citizens and 30 permanent residents.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2022/jan/03/canada-iran-plane-crash-victims-families-court", + "creator": "Reuters", + "pubDate": "2022-01-03T22:32:35Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ecab728177076939590a608fa15e131" + "hash": "cf0ac88e0795124362657d54da1bdc94", + "highlights": [] }, { - "title": "Can a New President in Honduras Improve Dire Conditions?", - "description": "Hardship has pushed hundreds of thousands of Hondurans toward the U.S., which is watching the results of today’s election closely. Follow updates here.", - "content": "Hardship has pushed hundreds of thousands of Hondurans toward the U.S., which is watching the results of today’s election closely. Follow updates here.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/28/world/honduras-election-results", - "creator": "The New York Times", - "pubDate": "Sun, 28 Nov 2021 20:23:03 +0000", + "title": "‘No worries’: how America came to banish Australia’s go-to phrase", + "description": "

    US university puts Australianism in the linguistic naughty corner, but is it all a cultural misunderstanding?

    A list of “banished words”, published annually by Michigan’s Lake Superior State University, has this year included the unmistakably Australian “no worries”.

    LSSU’s tongue-in-cheek list has been compiled every year since 1976 from submissions on terms deemed “familiar but problematic”. This year’s list also includes, among others, “asking for a friend”, “circle back” and “wait, what?” for elimination.

    Continue reading...", + "content": "

    US university puts Australianism in the linguistic naughty corner, but is it all a cultural misunderstanding?

    A list of “banished words”, published annually by Michigan’s Lake Superior State University, has this year included the unmistakably Australian “no worries”.

    LSSU’s tongue-in-cheek list has been compiled every year since 1976 from submissions on terms deemed “familiar but problematic”. This year’s list also includes, among others, “asking for a friend”, “circle back” and “wait, what?” for elimination.

    Continue reading...", + "category": "Australian lifestyle", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/04/no-worries-how-america-came-to-banish-australias-go-to-phrase", + "creator": "Ann Ding", + "pubDate": "2022-01-04T03:45:00Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0ae0fb6e14dc3fc79e4903d88a78b997" + "hash": "e6303448058d20d3582dd4767552c920", + "highlights": [] }, { - "title": "Israel and Iran Broaden Cyberwar to Attack Civilian Targets", - "description": "Iranians couldn’t buy gas. Israelis found their intimate dating details posted online. The Iran-Israel shadow war is now hitting ordinary citizens.", - "content": "Iranians couldn’t buy gas. Israelis found their intimate dating details posted online. The Iran-Israel shadow war is now hitting ordinary citizens.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/27/world/middleeast/iran-israel-cyber-hack.html", - "creator": "Farnaz Fassihi and Ronen Bergman", - "pubDate": "Sun, 28 Nov 2021 05:24:11 +0000", + "title": "Covid-positive nurses are working in NSW hospitals due to severe staffing shortages", + "description": "

    Exclusive: Infected nurses recalled from isolation in breach of state health protocols ‘working with healthy staff and non-Covid patients’

    Covid-positive nurses are being recalled to work in hospitals across New South Wales – in breach of state health protocols – as hospital managers resort to desperate measures to staff facilities buckling under the Omicron outbreak.

    Guardian Australia has been contacted by multiple nurses working across several hospitals in the state who are alarmed at finding themselves working alongside Covid-positive colleagues, as 2,500 health workers are in isolation across NSW.

    Continue reading...", + "content": "

    Exclusive: Infected nurses recalled from isolation in breach of state health protocols ‘working with healthy staff and non-Covid patients’

    Covid-positive nurses are being recalled to work in hospitals across New South Wales – in breach of state health protocols – as hospital managers resort to desperate measures to staff facilities buckling under the Omicron outbreak.

    Guardian Australia has been contacted by multiple nurses working across several hospitals in the state who are alarmed at finding themselves working alongside Covid-positive colleagues, as 2,500 health workers are in isolation across NSW.

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/australia-news/2022/jan/03/covid-positive-nurses-are-working-in-nsw-hospitals-due-to-severe-staffing-shortages", + "creator": "Elias Visontay", + "pubDate": "2022-01-03T16:30:05Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "acd48a1c979be95c3efe562a5247a50b" + "hash": "edbc9b7a93f80a25fcb0a203ca969440", + "highlights": [] }, { - "title": "Democrats Struggle to Energize Their Base as Frustrations Mount", - "description": "Even as President Biden achieves some significant victories, Democrats are warning that many of their most loyal supporters see inaction and broken campaign promises.", - "content": "Even as President Biden achieves some significant victories, Democrats are warning that many of their most loyal supporters see inaction and broken campaign promises.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/11/27/us/politics/biden-base-weakening-support.html", - "creator": "Lisa Lerer, Astead W. Herndon, Nick Corasaniti and Jennifer Medina", - "pubDate": "Sat, 27 Nov 2021 18:00:08 +0000", + "title": "‘He gave his daughters wings to fly’: lives of 14 people lost to Covid", + "description": "

    Two years on from the start of the pandemic, families across the world tell of their loss as they pay tribute

    Covid-19 has been recorded on the death certificates of more than 5.4 million people worldwide since the pandemic began two years ago.

    As countries brace for further waves of infections driven by the Omicron variant, the families of 14 people who lost their lives tell of incalculable loss as they pay tribute to their loved ones.

    Continue reading...", + "content": "

    Two years on from the start of the pandemic, families across the world tell of their loss as they pay tribute

    Covid-19 has been recorded on the death certificates of more than 5.4 million people worldwide since the pandemic began two years ago.

    As countries brace for further waves of infections driven by the Omicron variant, the families of 14 people who lost their lives tell of incalculable loss as they pay tribute to their loved ones.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/04/he-gave-his-daughters-wings-to-fly-lives-of-14-people-lost-to-covid", + "creator": "Rachel Obordo and Jedidajah Otte", + "pubDate": "2022-01-04T09:00:11Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59097122fe5ff55ec75cf9187478aa02" + "hash": "b83282acb45c5d5ac5267d709e4314ea", + "highlights": [] }, { - "title": "Wakefield Poole, Pioneer in Gay Pornography, Dies at 85", - "description": "He gave up a dance career to create a crossover, and now classic, hit film in 1971 that had both gay and straight audiences, and celebrities, lining up to see it.", - "content": "He gave up a dance career to create a crossover, and now classic, hit film in 1971 that had both gay and straight audiences, and celebrities, lining up to see it.", - "category": "Homosexuality and Bisexuality", - "link": "https://www.nytimes.com/2021/11/27/movies/wakefield-poole-dead.html", - "creator": "Alex Vadukul", - "pubDate": "Sun, 28 Nov 2021 08:03:14 +0000", + "title": "New Zealand Covid experts take legal action against employer over alleged failure to protect them from abuse", + "description": "

    Siouxsie Wiles and Shaun Hendy say they have been subject to ‘vitriolic’ harassment from small section of the public as a result of their work

    Two of New Zealand’s most prominent Covid experts are taking legal action against their employer, the University of Auckland, over what they say is its failure to respond adequately to “harassment from a small but venomous sector of the public” that is becoming “more extreme”.

    Siouxsie Wiles, an associate professor of medical science, and Shaun Hendy, a professor of physics, have filed separate complaints to the Employment Relations Authority, which last week ruled that they should proceed directly to the Employment Court due to the “high public interest” in their Covid commentary.

    Continue reading...", + "content": "

    Siouxsie Wiles and Shaun Hendy say they have been subject to ‘vitriolic’ harassment from small section of the public as a result of their work

    Two of New Zealand’s most prominent Covid experts are taking legal action against their employer, the University of Auckland, over what they say is its failure to respond adequately to “harassment from a small but venomous sector of the public” that is becoming “more extreme”.

    Siouxsie Wiles, an associate professor of medical science, and Shaun Hendy, a professor of physics, have filed separate complaints to the Employment Relations Authority, which last week ruled that they should proceed directly to the Employment Court due to the “high public interest” in their Covid commentary.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2022/jan/04/new-zealand-covid-experts-take-legal-action-against-employer-over-alleged-failure-to-protect-them-from-abuse", + "creator": "Helen Livingstone", + "pubDate": "2022-01-04T05:21:56Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ce4eb555fbbce85fd751c22b0ce0fa0" + "hash": "ef1432332bb9ec0be73130c7b8c07ca0", + "highlights": [] }, { - "title": "Michigan Upsets Ohio State and Aims for a Playoff Berth", - "description": "Before a crowd thick with maize and blue, the Wolverines beat Ohio State for the first time since 2011 and earned a chance to play for a Big Ten title.", - "content": "Before a crowd thick with maize and blue, the Wolverines beat Ohio State for the first time since 2011 and earned a chance to play for a Big Ten title.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2021/11/27/sports/ncaafootball/michigan-ohio-state-score.html", - "creator": "Alan Blinder", - "pubDate": "Sat, 27 Nov 2021 22:07:18 +0000", + "title": "NHS trusts in England declare critical incidents amid Covid staff crisis", + "description": "

    At least six trusts in have issued alerts as fears grow vital care will be compromised by workforce absence

    Multiple NHS trusts across England have declared “critical incidents” amid soaring staff absences caused by Covid-19, with health leaders saying many parts of the service are now “in a state of crisis”.

    Boris Johnson on Monday ruled out the introduction of new curbs “for now” but said he recognised that the pressure on the NHS and its hospitals, was “going to be considerable in the course of the next couple of weeks, and maybe more”.

    Continue reading...", + "content": "

    At least six trusts in have issued alerts as fears grow vital care will be compromised by workforce absence

    Multiple NHS trusts across England have declared “critical incidents” amid soaring staff absences caused by Covid-19, with health leaders saying many parts of the service are now “in a state of crisis”.

    Boris Johnson on Monday ruled out the introduction of new curbs “for now” but said he recognised that the pressure on the NHS and its hospitals, was “going to be considerable in the course of the next couple of weeks, and maybe more”.

    Continue reading...", + "category": "NHS", + "link": "https://www.theguardian.com/society/2022/jan/03/several-nhs-trusts-declare-critical-incidents-amid-covid-staff-crisis", + "creator": "Andrew Gregory, Peter Walker and Robert Booth", + "pubDate": "2022-01-03T19:40:55Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c38c5dbefad29e5f43145cea82c52bad" + "hash": "61591e9cb54d9023fcab3934e50acc66", + "highlights": [] }, { - "title": "More Than $1 Million Raised to Help Kevin Strickland ", - "description": "More than 20,000 strangers have donated to an online fund-raiser to help Kevin Strickland’s re-entry to society.", - "content": "More than 20,000 strangers have donated to an online fund-raiser to help Kevin Strickland’s re-entry to society.", - "category": "Strickland, Kevin (1959- )", - "link": "https://www.nytimes.com/2021/11/27/us/kevin-strickland-exonerated-fundraiser.html", - "creator": "Christine Chung and Claire Fahy", - "pubDate": "Sat, 27 Nov 2021 13:53:45 +0000", + "title": "‘We need to respect the process of healing’: a GP on the overlooked art of recovery", + "description": "

    As I embark on a third year of general practice under Covid, I am more conscious than ever that recovery is different for every illness and every patient

    Over the past two years I’ve spent much of my time as a GP assessing and managing the fear, fever and breathlessness caused by coronavirus, but I’ve also spent more of my time than ever before talking to people about recovery and convalescence – not only from the virus, but from the damaging effects of repeated lockdowns. I’m a GP in central Edinburgh and, with three other doctors and two nurses, provide medical care to about 4,000 patients.

    The words “recovery” and “convalescence” were rarely mentioned during my six years of medical school and seven years of specialty training. Many of my tutors seemed to assume that once a crisis of illness has passed, the body and mind find ways to heal themselves. But nearly 20 years as a GP has shown me time and again that the reverse is true: guidance and encouragement through the process of recovery can be indispensable.

    Continue reading...", + "content": "

    As I embark on a third year of general practice under Covid, I am more conscious than ever that recovery is different for every illness and every patient

    Over the past two years I’ve spent much of my time as a GP assessing and managing the fear, fever and breathlessness caused by coronavirus, but I’ve also spent more of my time than ever before talking to people about recovery and convalescence – not only from the virus, but from the damaging effects of repeated lockdowns. I’m a GP in central Edinburgh and, with three other doctors and two nurses, provide medical care to about 4,000 patients.

    The words “recovery” and “convalescence” were rarely mentioned during my six years of medical school and seven years of specialty training. Many of my tutors seemed to assume that once a crisis of illness has passed, the body and mind find ways to heal themselves. But nearly 20 years as a GP has shown me time and again that the reverse is true: guidance and encouragement through the process of recovery can be indispensable.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/04/we-need-to-respect-the-process-of-healing-a-gp-on-the-overlooked-art-of-recovery", + "creator": "Gavin Francis", + "pubDate": "2022-01-04T06:00:10Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e40bc0143d33e6bbd1f4d3f25a4e76d6" + "hash": "dff3b90debcc66f3b17e697897f01e81", + "highlights": [] }, { - "title": "Laszlo Z. Bito, Scientist, Novelist and Philanthropist, Dies at 87", - "description": "He fled communist rule in Hungary, discovered a treatment for glaucoma in the U.S., then became an author and a voice against authoritarianism in his homeland.", - "content": "He fled communist rule in Hungary, discovered a treatment for glaucoma in the U.S., then became an author and a voice against authoritarianism in his homeland.", - "category": "Bito, Laszlo Z", - "link": "https://www.nytimes.com/2021/11/27/world/europe/laszlo-z-bito-dead.html", - "creator": "Sheryl Gay Stolberg", - "pubDate": "Sun, 28 Nov 2021 21:17:36 +0000", + "title": "What I saw at the Theranos trial: long lines, superfans and the enduring power of Elizabeth Holmes", + "description": "

    As a journalist, I have stood in pre-dawn lines and contested with ‘Holmies’ and true-crime fanatics for a courthouse spot

    The trial of Elizabeth Holmes has seen plenty of courtroom drama, but outside the courthouse in San Jose, California, a spectacle of another sort has unfolded week after week.

    On landmark days – such as opening arguments, testimony from star witnesses and when Holmes made the risky decision to take the stand herself – journalists, true crime fans and other spectators have turned out early to battle for limited seats inside the courthouse.

    Continue reading...", + "content": "

    As a journalist, I have stood in pre-dawn lines and contested with ‘Holmies’ and true-crime fanatics for a courthouse spot

    The trial of Elizabeth Holmes has seen plenty of courtroom drama, but outside the courthouse in San Jose, California, a spectacle of another sort has unfolded week after week.

    On landmark days – such as opening arguments, testimony from star witnesses and when Holmes made the risky decision to take the stand herself – journalists, true crime fans and other spectators have turned out early to battle for limited seats inside the courthouse.

    Continue reading...", + "category": "Theranos", + "link": "https://www.theguardian.com/technology/2021/dec/18/theranos-trial-elizabeth-holmes", + "creator": "Kari Paul in San Jose", + "pubDate": "2021-12-18T11:00:00Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d4e7dd60cbf6f28e1d2e87ffa8d1a19" + "hash": "ad0e537c8d3156ea813546efd71209a8", + "highlights": [] }, { - "title": "What Is SSENSE?", - "description": "In a competitive landscape of e-commerce sites, one has become the first word for a younger generation of online shoppers.", - "content": "In a competitive landscape of e-commerce sites, one has become the first word for a younger generation of online shoppers.", - "category": "SSENSE (Retailer)", - "link": "https://www.nytimes.com/2021/11/23/style/the-sensibility-of-ssense.html", - "creator": "Nathan Taylor Pemberton", - "pubDate": "Wed, 24 Nov 2021 20:22:35 +0000", + "title": "Dank, ancient and quite fantastic: Scotland’s peat bogs breathe again", + "description": "

    Researchers are using satellite technology to monitor the health of these vital carbon sinks and help restore them

    Flanders Moss bog is slumped on the flat, farmed landscape of the Carse of Stirling in Scotland like a jelly fungi. It wobbles when you walk on it, and a metal pole goes down eight metres before reaching hard ground. This lowland-raised bog is a dome of peat fed mainly by rainfall and it acts like a single organism – the whole thing has to be looked after for any part to be in really good shape. If it is drained in one area it will affect the water level across the entire bog.

    For much of human history peat bogs have been thought of as wastelands. This 860-hectare (2,125-acre) site has been hacked away and drained since the early 1800s to make space for fertile farmland below. It is about 60% of its original size. Bogs scar easily and the drainage ditches made more than 100 years ago are still visible.

    Continue reading...", + "content": "

    Researchers are using satellite technology to monitor the health of these vital carbon sinks and help restore them

    Flanders Moss bog is slumped on the flat, farmed landscape of the Carse of Stirling in Scotland like a jelly fungi. It wobbles when you walk on it, and a metal pole goes down eight metres before reaching hard ground. This lowland-raised bog is a dome of peat fed mainly by rainfall and it acts like a single organism – the whole thing has to be looked after for any part to be in really good shape. If it is drained in one area it will affect the water level across the entire bog.

    For much of human history peat bogs have been thought of as wastelands. This 860-hectare (2,125-acre) site has been hacked away and drained since the early 1800s to make space for fertile farmland below. It is about 60% of its original size. Bogs scar easily and the drainage ditches made more than 100 years ago are still visible.

    Continue reading...", + "category": "Scotland", + "link": "https://www.theguardian.com/environment/2022/jan/04/dank-ancient-and-quite-fantastic-scotland-peat-bogs-breathe-again-aoe", + "creator": "Phoebe Weston", + "pubDate": "2022-01-04T07:30:09Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8bd14e075c039fdc7bf4217ae7d8e77f" + "hash": "47e77a172c86a621d63a7d3962973ce9", + "highlights": [] }, { - "title": "How a Book- Pickle- and Tchotchke-Seller Spends Sundays", - "description": "When she’s not at her whimsical secondhand shop, Leigh Altshuler plays board games and visits neighbors.", - "content": "When she’s not at her whimsical secondhand shop, Leigh Altshuler plays board games and visits neighbors.", - "category": "Pickles and Relishes", - "link": "https://www.nytimes.com/2021/11/26/nyregion/secondhand-stores-nyc.html", - "creator": "Paige Darrah", - "pubDate": "Fri, 26 Nov 2021 10:00:25 +0000", + "title": "‘We were the AYBs – the angry young Blacks’: the art movement that rocked Thatcher’s Britain", + "description": "

    The Blk Art Group – whose once-shunned work is now coveted by galleries – were radical young artists who tackled shootings, racism and uprisings in the 1980s. So where are they now?

    Shortly after Margaret Thatcher became prime minister in May 1979, Eddie Chambers made an artwork called Destruction of the National Front. Then a 19-year-old student in Wolverhampton, Chambers reconfigured the union jack as a swastika, before tearing it into fragments across four panels. The image stands as a defiant rebuke to a resurgent far right, evoking the anger many Black Britons felt at the time.

    The work was emblematic of the Blk Art Group, a radical association of young Black artists founded by Chambers in 1979. The group, stylised as Blk and pronounced “Black”, aimed to combat racism with work that focused on the experience of being Black in Thatchers’ Britain, while promoting a distinctly Black British political identity. Although short-lived – it only lasted for five years – the group casts a long shadow over British art, through its influence on subsequent generations of Black artists and its impact on contemporaries such as Lubaina Himid and Sonia Boyce.

    Continue reading...", + "content": "

    The Blk Art Group – whose once-shunned work is now coveted by galleries – were radical young artists who tackled shootings, racism and uprisings in the 1980s. So where are they now?

    Shortly after Margaret Thatcher became prime minister in May 1979, Eddie Chambers made an artwork called Destruction of the National Front. Then a 19-year-old student in Wolverhampton, Chambers reconfigured the union jack as a swastika, before tearing it into fragments across four panels. The image stands as a defiant rebuke to a resurgent far right, evoking the anger many Black Britons felt at the time.

    The work was emblematic of the Blk Art Group, a radical association of young Black artists founded by Chambers in 1979. The group, stylised as Blk and pronounced “Black”, aimed to combat racism with work that focused on the experience of being Black in Thatchers’ Britain, while promoting a distinctly Black British political identity. Although short-lived – it only lasted for five years – the group casts a long shadow over British art, through its influence on subsequent generations of Black artists and its impact on contemporaries such as Lubaina Himid and Sonia Boyce.

    Continue reading...", + "category": "Art", + "link": "https://www.theguardian.com/artanddesign/2022/jan/04/blk-art-group-angry-young-blacks-keith-piper-tam-joseph-claudette-johnson", + "creator": "Alex Mistlin", + "pubDate": "2022-01-04T06:00:09Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c365e4e6fccf72ebdf846f0620edcdcc" + "hash": "7b360dca867fec4fe63da71fac624879", + "highlights": [] }, { - "title": "Cultivating Art, Not Argument, at a Los Angeles Law Office", - "description": "Their office-tower studios could not be less bohemian, but the artists in residence at a law firm’s offices in California say the spaces spur creativity nonetheless.", - "content": "Their office-tower studios could not be less bohemian, but the artists in residence at a law firm’s offices in California say the spaces spur creativity nonetheless.", - "category": "Art", - "link": "https://www.nytimes.com/2021/11/24/arts/design/artists-in-residence-los-angeles.html", - "creator": "Lauren Herstik and Graham Bowley", - "pubDate": "Thu, 25 Nov 2021 15:07:21 +0000", + "title": "Missing in action: this season’s most overlooked movie performances", + "description": "

    As awards season heats up, there are a number of deserving performers who haven’t been making the cut

    With the most recent Oscar ceremony having taken place abnormally late in April, it feels like we barely had a break before the machinery of awards season started cranking up again. It began at the Venice film festival at the tail end of summer and is now in full cry, with major critics’ groups and more dubious collectives like the Golden Globes having already weighed in – and a gaggle of apparent frontrunners establishing themselves in major categories. In the acting fields, we’re already pondering the likelihood of victories for stars like Kristen Stewart, Benedict Cumberbatch, Will Smith and Rita Moreno – though there’s still plenty of wiggle room for surprises. Last year’s extra-long season yielded an almost entirely unforeseen nomination for Lakeith Stanfield and an against-the-odds win for Anthony Hopkins: never make the mistake of taking the pundits’ word as gospel.

    With that in mind, we’re highlighting a few outlying performances that ought to be in the mix, but haven’t yet generated the buzz they deserve. Some of them are just outside the perceived top tier of contenders, others are long shots that we can merely dream about. But there’s still a long way to go – Oscar nomination ballots only go out toward the end of January, for one thing. And the season would be more interesting for having all these names invited to the party.

    Continue reading...", + "content": "

    As awards season heats up, there are a number of deserving performers who haven’t been making the cut

    With the most recent Oscar ceremony having taken place abnormally late in April, it feels like we barely had a break before the machinery of awards season started cranking up again. It began at the Venice film festival at the tail end of summer and is now in full cry, with major critics’ groups and more dubious collectives like the Golden Globes having already weighed in – and a gaggle of apparent frontrunners establishing themselves in major categories. In the acting fields, we’re already pondering the likelihood of victories for stars like Kristen Stewart, Benedict Cumberbatch, Will Smith and Rita Moreno – though there’s still plenty of wiggle room for surprises. Last year’s extra-long season yielded an almost entirely unforeseen nomination for Lakeith Stanfield and an against-the-odds win for Anthony Hopkins: never make the mistake of taking the pundits’ word as gospel.

    With that in mind, we’re highlighting a few outlying performances that ought to be in the mix, but haven’t yet generated the buzz they deserve. Some of them are just outside the perceived top tier of contenders, others are long shots that we can merely dream about. But there’s still a long way to go – Oscar nomination ballots only go out toward the end of January, for one thing. And the season would be more interesting for having all these names invited to the party.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/04/overlooked-movie-performances-awards-season", + "creator": "Guy Lodge", + "pubDate": "2022-01-04T07:26:09Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b087cb755dc04bc06ba1713d87e25107" + "hash": "b5f583921d62d48a9804facbb7b491d9", + "highlights": [] }, { - "title": "As We Live Longer, How Should Life Change? There Is a Blueprint.", - "description": "“The New Map of Life” reimagines education, careers, cities and life transitions for lives that span a century (or more).", - "content": "“The New Map of Life” reimagines education, careers, cities and life transitions for lives that span a century (or more).", - "category": "Longevity", - "link": "https://www.nytimes.com/2021/11/23/business/dealbook/living-longer-lives.html", - "creator": "Corinne Purtill", - "pubDate": "Wed, 24 Nov 2021 20:43:13 +0000", + "title": "Queen’s platinum jubilee year: ‘2022 will be year of mixed blessings’", + "description": "

    June will see four-day celebrations but Prince Andrew’s court case is cloud on horizon

    As the Queen, the longest-serving British monarch in history, attains 70 years on the throne, 2022 is expected to be a year of mixed blessings – with national celebrations as well as the possibility of yet more unwelcome headlines.

    The monarch joins an extremely exclusive club in February when she marks her platinum jubilee, also achieved by Louis XIV of France, Johann II, Prince of Liechtenstein, and, most recently King Bhumibol of Thailand.

    Continue reading...", + "content": "

    June will see four-day celebrations but Prince Andrew’s court case is cloud on horizon

    As the Queen, the longest-serving British monarch in history, attains 70 years on the throne, 2022 is expected to be a year of mixed blessings – with national celebrations as well as the possibility of yet more unwelcome headlines.

    The monarch joins an extremely exclusive club in February when she marks her platinum jubilee, also achieved by Louis XIV of France, Johann II, Prince of Liechtenstein, and, most recently King Bhumibol of Thailand.

    Continue reading...", + "category": "The Queen", + "link": "https://www.theguardian.com/uk-news/2022/jan/04/queens-platinum-jubilee-year-2022-will-be-year-of-mixed-blessings", + "creator": "Caroline Davies", + "pubDate": "2022-01-04T07:00:09Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4df1127deaedc1f3a6ec4516b4fc8c1" + "hash": "03cef31a00316f286225261a3b8ce4fb", + "highlights": [] }, { - "title": "‘I Savor Everything’: A Soprano’s Star Turn at the Met Opera", - "description": "Erin Morley, a fixture at the Met for over a decade, is now singing the title role in “Eurydice.”", - "content": "Erin Morley, a fixture at the Met for over a decade, is now singing the title role in “Eurydice.”", - "category": "Opera", - "link": "https://www.nytimes.com/2021/11/26/arts/music/erin-morley-eurydice-met-opera.html", - "creator": "Joshua Barone", - "pubDate": "Fri, 26 Nov 2021 15:55:01 +0000", + "title": "Covid live news: US sets global record of 1m daily cases; Delhi imposes weekend curfew to curb Omicron spread", + "description": "

    More than 1 million people in the US were diagnosed with Covid on Monday; Indian authorities report ‘rapid’ increase in Omicron cases in capital city

    Over to Europe and Germany is reporting another 30,561 new coronavirus cases and 356 deaths, according to recently released data from the Robert Koch Institute.

    South Korea has just released its daily Covid report.

    Continue reading...", + "content": "

    More than 1 million people in the US were diagnosed with Covid on Monday; Indian authorities report ‘rapid’ increase in Omicron cases in capital city

    Over to Europe and Germany is reporting another 30,561 new coronavirus cases and 356 deaths, according to recently released data from the Robert Koch Institute.

    South Korea has just released its daily Covid report.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/04/covid-live-news-chinese-city-puts-13-million-in-strict-lockdown-over-three-asymptomatic-cases", + "creator": "Jedidajah Otte (now) and Samantha Lock (earlier)", + "pubDate": "2022-01-04T09:06:06Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a544cbfad5ed62c195cbcbf2fdd3dcae" + "hash": "9af3f280bdab47a59ab705ebb3a5deec", + "highlights": [] }, { - "title": "Virgil Abloh, Bold Designer of Men’s Wear, Dies at 41", - "description": "His expansive approach to design inspired comparisons to artists including Andy Warhol and Jeff Koons. For him, clothes were totems of identity.", - "content": "His expansive approach to design inspired comparisons to artists including Andy Warhol and Jeff Koons. For him, clothes were totems of identity.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/11/28/style/virgil-abloh-dead.html", - "creator": "Vanessa Friedman", - "pubDate": "Sun, 28 Nov 2021 20:00:36 +0000", + "title": "Sydney festival boycott: more than 20 acts withdraw over Israeli funding", + "description": "

    Festival board issues new statement as protest against it grows, with program thrown into chaos two days before opening night

    More than 20 acts have pulled out of the 2022 Sydney festival, just 48 hours before opening night, boycotting the festival over a sponsorship deal with the Israeli embassy.

    The comedian Tom Ballard, the Belvoir theatre production of Black Brass, former NSW politician Meredith Burgmann, First Nations dance company Marrugeku and commentator Yumi Stynes are just some of the festival participants who have either cancelled or distanced themselves in protest, joining a growing number of Arab, pro-Palestinian, First Nations and Greens groups spearheading the call for a boycott.

    Continue reading...", + "content": "

    Festival board issues new statement as protest against it grows, with program thrown into chaos two days before opening night

    More than 20 acts have pulled out of the 2022 Sydney festival, just 48 hours before opening night, boycotting the festival over a sponsorship deal with the Israeli embassy.

    The comedian Tom Ballard, the Belvoir theatre production of Black Brass, former NSW politician Meredith Burgmann, First Nations dance company Marrugeku and commentator Yumi Stynes are just some of the festival participants who have either cancelled or distanced themselves in protest, joining a growing number of Arab, pro-Palestinian, First Nations and Greens groups spearheading the call for a boycott.

    Continue reading...", + "category": "Sydney festival 2022", + "link": "https://www.theguardian.com/culture/2022/jan/04/sydney-festival-boycott-more-than-20-acts-withdraw-over-israeli-funding", + "creator": "Kelly Burke", + "pubDate": "2022-01-04T08:00:07Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f2dc4b9fb9c430965c3a1718fff682d" + "hash": "80035e3e652e0ba2c9d3d4502b3a2f45", + "highlights": [] }, { - "title": "New Coronavirus Variant Puts Nations on Alert", - "description": "Britain, Germany and Italy confirmed cases while chaos at a Dutch airport exemplified the scattershot response across Europe. Follow updates on Covid.", - "content": "Britain, Germany and Italy confirmed cases while chaos at a Dutch airport exemplified the scattershot response across Europe. Follow updates on Covid.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/27/world/covid-omicron-variant-news", - "creator": "The New York Times", - "pubDate": "Sun, 28 Nov 2021 05:15:40 +0000", + "title": "‘It just seems like a big scam’: diabetics criticize Biden’s insulin proposal", + "description": "

    Type 1 diabetics say insurance cap includes loopholes and doesn’t impact individuals who don’t have health coverage in the US

    Samia Chowdhury of Ontario, California, saw her work hours in the restaurant industry dwindle from full-time to less than 10 hours a week when Covid shutdowns began in the US in March 2020.

    But the loss of work was not her only problem. As a type 1 diabetic since she was 12, Chowdhury could not afford health insurance after losing most of her work hours and couldn’t get on Medicaid through California. Instead, she relied on visiting medical clinics for insulin prescription refills when she could afford to do so and mutual aid from other diabetics around the US.

    Continue reading...", + "content": "

    Type 1 diabetics say insurance cap includes loopholes and doesn’t impact individuals who don’t have health coverage in the US

    Samia Chowdhury of Ontario, California, saw her work hours in the restaurant industry dwindle from full-time to less than 10 hours a week when Covid shutdowns began in the US in March 2020.

    But the loss of work was not her only problem. As a type 1 diabetic since she was 12, Chowdhury could not afford health insurance after losing most of her work hours and couldn’t get on Medicaid through California. Instead, she relied on visiting medical clinics for insulin prescription refills when she could afford to do so and mutual aid from other diabetics around the US.

    Continue reading...", + "category": "US healthcare", + "link": "https://www.theguardian.com/us-news/2022/jan/04/insulin-copay-biden-build-back-better", + "creator": "Michael Sainato", + "pubDate": "2022-01-04T08:00:10Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eee1fcff05d73a0081d0b17794347716" + "hash": "b43471eb9ec352a9e5fee01e15b61302", + "highlights": [] }, { - "title": "New York’s governor declares a state of emergency in anticipation of new coronavirus surge.", - "description": "", - "content": "", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/27/world/covid-omicron-variant-news/new-york-governor-declares-a-state-of-emergency-in-anticipation-of-new-coronavirus-surge", - "creator": "Jesse McKinley", - "pubDate": "Sun, 28 Nov 2021 03:54:19 +0000", + "title": "‘I feel abandoned’: Australians waiting hours to be tested and days for their Covid results blame governments", + "description": "

    ‘It feels like they’re actively not wanting us to get tested,’ says one frustrated resident, while another who queued for hours said: ‘It’s not like we couldn’t logistically plan for this’

    When Sydney man Scott Sumner woke up in a “full sweat” at midnight on Monday with aches and cold symptoms he thought to himself: “This is not a good sign.”

    It was more bad news when the Petersham resident arrived at the Summer Hill testing clinic about 8.15am on Tuesday to find a queue of cars he guessed was 3km long.

    Continue reading...", + "content": "

    ‘It feels like they’re actively not wanting us to get tested,’ says one frustrated resident, while another who queued for hours said: ‘It’s not like we couldn’t logistically plan for this’

    When Sydney man Scott Sumner woke up in a “full sweat” at midnight on Monday with aches and cold symptoms he thought to himself: “This is not a good sign.”

    It was more bad news when the Petersham resident arrived at the Summer Hill testing clinic about 8.15am on Tuesday to find a queue of cars he guessed was 3km long.

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/australia-news/2022/jan/04/i-feel-abandoned-australians-waiting-hours-to-be-tested-and-days-for-their-results-blame-governments", + "creator": "Lane Sainty", + "pubDate": "2022-01-04T07:58:14Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d8db9a55ea44d3e79d18f654c65d6d53" + "hash": "d8ac96ce468afb2573bd36f109360b2d", + "highlights": [] }, { - "title": "Students at Meharry Medical College Each Get $10,000 for Covid Fight", - "description": "Meharry Medical College in Nashville gave $10,000 to each student from a pool of coronavirus relief funds.", - "content": "Meharry Medical College in Nashville gave $10,000 to each student from a pool of coronavirus relief funds.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/live/2021/11/25/world/covid-vaccine-boosters-mandates/meharry-med-students-covid-gift", - "creator": "Adeel Hassan", - "pubDate": "Sat, 27 Nov 2021 21:14:51 +0000", + "title": "From horses in hospitals to education in Nepal: 2021 in pictures", + "description": "

    The effects of Covid-19 continue to be felt, but in many places the fallout from civil war, displacement and natural disasters provide more pressing concerns. We look back on some of this year’s best shots from Global Development galleries and photo essays

    Continue reading...", + "content": "

    The effects of Covid-19 continue to be felt, but in many places the fallout from civil war, displacement and natural disasters provide more pressing concerns. We look back on some of this year’s best shots from Global Development galleries and photo essays

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/gallery/2021/dec/31/from-horses-in-hospitals-to-education-in-nepal-2021-in-pictures", + "creator": "Compiled by Eric Hilaire", + "pubDate": "2021-12-31T10:00:17Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3d44ce418f8afb0a8748049086be6e9" + "hash": "cf99c4deed5e96fce2b756f7b94f157d", + "highlights": [] }, { - "title": "Families Cheer, Some Doctors Worry as Nursing Homes Open Doors Wide to Visitors", - "description": "The federal government recently lifted most visitation restrictions at nursing homes. But concerns linger that a full reopening could leave residents vulnerable to another coronavirus surge.", - "content": "The federal government recently lifted most visitation restrictions at nursing homes. But concerns linger that a full reopening could leave residents vulnerable to another coronavirus surge.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/27/health/coronavirus-nursing-homes.html", - "creator": "Paula Span", - "pubDate": "Sat, 27 Nov 2021 14:00:56 +0000", + "title": "What impact will Omicron have on UK children and schools?", + "description": "

    As the term begins and masks return to England’s classrooms, schools rely on vaccines, testing and hygiene

    As a new term is set to start for schools across the UK and the government announces masks will return for secondary pupils in England’s classrooms, we take a look at the potential impact of Omicron on children.

    Continue reading...", + "content": "

    As the term begins and masks return to England’s classrooms, schools rely on vaccines, testing and hygiene

    As a new term is set to start for schools across the UK and the government announces masks will return for secondary pupils in England’s classrooms, we take a look at the potential impact of Omicron on children.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/02/what-impact-will-omicron-have-on-uk-children-and-schools-covid-england-classrooms", + "creator": "Nicola Davis Science correspondent", + "pubDate": "2022-01-02T15:39:44Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a45c6da19bc24c6fb0873659a63c327" + "hash": "73bd25f5f2827645f18b0d4a564ddbda", + "highlights": [] }, { - "title": "Fake Food Is Trendy Again", - "description": "In the world of home décor, maximalism is back — and with it, tchotchkes that were once regarded as kitschy or quaint.", - "content": "In the world of home décor, maximalism is back — and with it, tchotchkes that were once regarded as kitschy or quaint.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/11/27/style/fake-food-is-trendy-again.html", - "creator": "Emma Grillo", - "pubDate": "Sat, 27 Nov 2021 21:06:42 +0000", + "title": "Jeffrey Epstein legal deal with Prince Andrew accuser to be unsealed", + "description": "

    Unsealing stems from Virginia Giuffre’s sexual abuse lawsuit against duke, filed in Manhattan federal court in August

    A near-dozen-year-old legal settlement between Virginia Giuffre and Jeffrey Epstein, the late financier and convicted sex offender whom she accused of sexual abuse, is expected to be unsealed on Monday.

    The unsealing stems from Giuffre’s sexual abuse lawsuit against Prince Andrew, which she filed on 9 August in Manhattan federal court.

    Continue reading...", + "content": "

    Unsealing stems from Virginia Giuffre’s sexual abuse lawsuit against duke, filed in Manhattan federal court in August

    A near-dozen-year-old legal settlement between Virginia Giuffre and Jeffrey Epstein, the late financier and convicted sex offender whom she accused of sexual abuse, is expected to be unsealed on Monday.

    The unsealing stems from Giuffre’s sexual abuse lawsuit against Prince Andrew, which she filed on 9 August in Manhattan federal court.

    Continue reading...", + "category": "Jeffrey Epstein", + "link": "https://www.theguardian.com/us-news/2022/jan/03/jeffrey-epstein-prince-andrew-virginia-giuffre", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2022-01-03T12:50:37Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6499593171fb522bf6a690fdea0c0e2" + "hash": "3db342718eed737786b7a723658d1e69", + "highlights": [] }, { - "title": "Making Fresh Cheese at Home Is Worth It. This Recipe Proves It.", - "description": "Homemade paneer is tender and delicate and extremely creamy — and the star of this simple tikka.", - "content": "Homemade paneer is tender and delicate and extremely creamy — and the star of this simple tikka.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/11/24/magazine/paneer-fresh-cheese-recipe.html", - "creator": "Tejal Rao", - "pubDate": "Sat, 27 Nov 2021 07:25:53 +0000", + "title": "Death toll of refugees attempting to reach Spain doubles in 2021", + "description": "

    NGO report draws direct link between rise in fatalities and efforts to curb migration in Mediterranean

    An estimated 12 people a day died or disappeared while trying to reach Spain in 2021, more than double the total for the previous year.

    The 4,404 refugees who perished included 205 children, according to Caminando Fronteras (Walking Borders). In a report published on Monday, the NGO noted that the number of deaths was more than twice the 2,170 deaths and disappearances recorded in 2020.

    Continue reading...", + "content": "

    NGO report draws direct link between rise in fatalities and efforts to curb migration in Mediterranean

    An estimated 12 people a day died or disappeared while trying to reach Spain in 2021, more than double the total for the previous year.

    The 4,404 refugees who perished included 205 children, according to Caminando Fronteras (Walking Borders). In a report published on Monday, the NGO noted that the number of deaths was more than twice the 2,170 deaths and disappearances recorded in 2020.

    Continue reading...", + "category": "Migration", + "link": "https://www.theguardian.com/world/2022/jan/03/death-toll-of-refugees-attempting-to-reach-spain-doubles-in-2021", + "creator": "Ashifa Kassam in Madrid", + "pubDate": "2022-01-03T16:09:22Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7c4c5b1faa158ec643166536e86841b" + "hash": "bfe9622842cc75b36dcf41f717d6599b", + "highlights": [] }, { - "title": "Why Is Murder Spiking? And Can Cities Address It Without Police?", - "description": "What a progressive vision of public safety could look like.", - "content": "What a progressive vision of public safety could look like.", - "category": "Polls and Public Opinion", - "link": "https://www.nytimes.com/2021/11/23/opinion/ezra-klein-podcast-patrick-sharkey.html", - "creator": "‘The Ezra Klein Show’", - "pubDate": "Tue, 23 Nov 2021 12:39:30 +0000", + "title": "Covid live news: warning parts of England’s health service in ‘crisis’ due to virus and staff shortages", + "description": "

    Latest updates: chief executive of UK’s NHS Confederation says: ‘In many parts of the health service, we are currently in a state of crisis’

    Québec, Canada proceeded with the first of three planned closures of non-essential retail stores on Sunday as the provincial government attempts to curb a new Covid wave and strain on hospitals.

    Québec premier Francois Legault announced last week that the majority of the province’s stores would be closed for the next three Sundays, with the exception of pharmacies, convenience stores and petrol stations.

    The last thing businesses need during these difficult times is additional restrictions. We must leave the choice to businesses to open or close at the time that makes the most sense for them, their employees and their customers.

    Continue reading...", + "content": "

    Latest updates: chief executive of UK’s NHS Confederation says: ‘In many parts of the health service, we are currently in a state of crisis’

    Québec, Canada proceeded with the first of three planned closures of non-essential retail stores on Sunday as the provincial government attempts to curb a new Covid wave and strain on hospitals.

    Québec premier Francois Legault announced last week that the majority of the province’s stores would be closed for the next three Sundays, with the exception of pharmacies, convenience stores and petrol stations.

    The last thing businesses need during these difficult times is additional restrictions. We must leave the choice to businesses to open or close at the time that makes the most sense for them, their employees and their customers.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/03/covid-news-live-4000-more-flights-cancelled-over-omicron-israel-to-offer-fourth-jab-to-over-60s", + "creator": "Miranda Bryant (now); Jedidajah Otte and Samantha Lock (earlier)", + "pubDate": "2022-01-03T16:42:36Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "20ba20bdfa8d72f081445e65c24bb057" + "hash": "189a1d597c9d07fcc7758af4fc8f9b60", + "highlights": [] }, { - "title": "Self Sufficiency Is Overrated", - "description": "When I opened myself up to the generosity of others, even small kindnesses suddenly felt outsized in their humanity.", - "content": "When I opened myself up to the generosity of others, even small kindnesses suddenly felt outsized in their humanity.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/11/25/opinion/self-sufficiency-generosity.html", - "creator": "Sarah Wildman", - "pubDate": "Thu, 25 Nov 2021 20:29:20 +0000", + "title": "Abducted son finds family by drawing map of village he last saw aged four", + "description": "

    Li Jingwei still recalled key features of his home village 30 years later and made successful appeal for help

    Thirty years ago, when Li Jingwei was four years old, a neighbour abducted him from his home village in China’s Yunnan province and sold him to a child trafficking ring.

    Now he has been reunited with his mother after drawing a map of his home village from his memories of three decades ago and sharing it on a popular video-sharing app in the hope that someone might be able to identify it.

    Continue reading...", + "content": "

    Li Jingwei still recalled key features of his home village 30 years later and made successful appeal for help

    Thirty years ago, when Li Jingwei was four years old, a neighbour abducted him from his home village in China’s Yunnan province and sold him to a child trafficking ring.

    Now he has been reunited with his mother after drawing a map of his home village from his memories of three decades ago and sharing it on a popular video-sharing app in the hope that someone might be able to identify it.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2022/jan/03/abducted-son-li-jingwei-finds-family-map-of-village-china", + "creator": "Peter Beaumont", + "pubDate": "2022-01-03T12:46:31Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "249044a8657fe94de933a34dea3fe5ce" + "hash": "84c2e8bf5a108fc4a23dd28b6f7c64bb", + "highlights": [] }, { - "title": "Bankers Took Over the Climate Change Summit. That’s Bad For Democracy.", - "description": "Environmentalists are skeptical. They should be.", - "content": "Environmentalists are skeptical. They should be.", - "category": "Banking and Financial Institutions", - "link": "https://www.nytimes.com/2021/11/25/opinion/cop26-gfanz-climate-change.html", - "creator": "Christopher Caldwell", - "pubDate": "Thu, 25 Nov 2021 10:00:11 +0000", + "title": "New Year’s Day killings spark call for action to tackle violence against women in France", + "description": "

    Government accused of remaining ‘scandalously’ silent on grim start to the year for women and girls

    Feminist campaigners in France are calling for tougher government action to combat violence against women and girls after three women were allegedly killed by their current or former partner on the first day of 2022.

    The body of a 28-year-old military recruit who had been stabbed to death was found near Saumur in western France on Saturday. The local prosecutor, Alexandra Verron, said a 21-year-old man, also a soldier, had been arrested and investigators were looking into a possible femicide – the killing of a woman by her partner or ex-partner.

    Continue reading...", + "content": "

    Government accused of remaining ‘scandalously’ silent on grim start to the year for women and girls

    Feminist campaigners in France are calling for tougher government action to combat violence against women and girls after three women were allegedly killed by their current or former partner on the first day of 2022.

    The body of a 28-year-old military recruit who had been stabbed to death was found near Saumur in western France on Saturday. The local prosecutor, Alexandra Verron, said a 21-year-old man, also a soldier, had been arrested and investigators were looking into a possible femicide – the killing of a woman by her partner or ex-partner.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/03/new-years-day-killings-spark-call-for-action-to-tackle-violence-against-women-in-france", + "creator": "Kim Willsher", + "pubDate": "2022-01-03T13:44:05Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf84e3afea1ebe0cb8e1f6c764b1b171" + "hash": "d9c2946eef19e56eb5b4c4bfe7f9d9d6", + "highlights": [] }, { - "title": "Ahmaud Arbery Was Murdered. But His Life Will Not Be Forgotten.", - "description": "We do not just remember the death. We remember the life, the beauty, the art, the feeling, the waiting, the living. ", - "content": "We do not just remember the death. We remember the life, the beauty, the art, the feeling, the waiting, the living. ", - "category": "Race and Ethnicity", - "link": "https://www.nytimes.com/2021/11/24/opinion/ahmaud-arbery-verdict-justice.html", - "creator": "Danté Stewart", - "pubDate": "Wed, 24 Nov 2021 21:34:21 +0000", + "title": "Haiti’s prime minister forced to flee city after shootout leaves one dead", + "description": "

    Two also injured in gunfire that forced Ariel Henry and others to seek shelter as they walked out of a cathedral

    Haiti has welcomed the new year with violence as Prime Minister Ariel Henry was forced to flee the northern city of Gonaïves following a shootout between his security forces and an armed group that had warned the leader not to set foot in the city.

    One person died and two were injured in the gunfire that forced Henry and others to duck and seek shelter as they walked out of a cathedral Saturday after attending a mass to celebrate Haiti’s independence from France.

    Continue reading...", + "content": "

    Two also injured in gunfire that forced Ariel Henry and others to seek shelter as they walked out of a cathedral

    Haiti has welcomed the new year with violence as Prime Minister Ariel Henry was forced to flee the northern city of Gonaïves following a shootout between his security forces and an armed group that had warned the leader not to set foot in the city.

    One person died and two were injured in the gunfire that forced Henry and others to duck and seek shelter as they walked out of a cathedral Saturday after attending a mass to celebrate Haiti’s independence from France.

    Continue reading...", + "category": "Haiti", + "link": "https://www.theguardian.com/world/2022/jan/03/haiti-prime-minister-flee-shootout", + "creator": "Associated Press in Port-au-Prince", + "pubDate": "2022-01-03T16:34:22Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ede66a6a79938989ca0993851701baf" + "hash": "b7b75278ce2acd2c29f4940aed96a25f", + "highlights": [] }, { - "title": "Climate Change Threatens Smithsonian Museums", - "description": "Beneath the National Museum of American History, floodwaters are intruding into collection rooms, a consequence of a warming planet. A fix remains years away.", - "content": "Beneath the National Museum of American History, floodwaters are intruding into collection rooms, a consequence of a warming planet. A fix remains years away.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/11/25/climate/smithsonian-museum-flooding.html", - "creator": "Christopher Flavelle", - "pubDate": "Thu, 25 Nov 2021 22:38:06 +0000", + "title": "Brazil president Jair Bolsonaro taken to hospital and may need surgery", + "description": "

    Leader reported same symptoms as earlier admission following stabbing at 2018 campaign event

    The Brazilian president, Jair Bolsonaro, has been taken to hospital with an intestinal blockage and may need to undergo surgery, in the latest complication from a 2018 stabbing.

    Bolsonaro said he started feeling unwell on Sunday afternoon after lunch and was taken to hospital early on Monday.

    Continue reading...", + "content": "

    Leader reported same symptoms as earlier admission following stabbing at 2018 campaign event

    The Brazilian president, Jair Bolsonaro, has been taken to hospital with an intestinal blockage and may need to undergo surgery, in the latest complication from a 2018 stabbing.

    Bolsonaro said he started feeling unwell on Sunday afternoon after lunch and was taken to hospital early on Monday.

    Continue reading...", + "category": "Jair Bolsonaro", + "link": "https://www.theguardian.com/world/2022/jan/03/jair-bolsonaro-taken-hospital-brazil-abdominal-pain-doctor-says", + "creator": "Reuters", + "pubDate": "2022-01-03T15:23:18Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ae903ac9bd0a6cb4575399b6d205112" + "hash": "67da2b8b96903459b0fc3cf5431dd892", + "highlights": [] }, { - "title": "Swimming Upstream in Heels and Skinny Pants", - "description": "If I were a salmon, I would die for my child. As a human being, I wish I could have.", - "content": "If I were a salmon, I would die for my child. As a human being, I wish I could have.", - "category": "Love (Emotion)", - "link": "https://www.nytimes.com/2021/11/26/style/modern-love-salmon-miscarriage-heels-skinny-pants.html", - "creator": "Rachel Stevens", - "pubDate": "Fri, 26 Nov 2021 05:00:06 +0000", + "title": "Author says memoir of communist Albania met with ‘vicious’ abuse", + "description": "

    Lea Ypi says vocal minority of Albanians have sent torrent of online insults criticising her bestseller, Free

    A memoir about growing up before and after the fall of communism in Albania has won rave reviews in the west but has prompted “vicious” abuse from a vocal minority of Albanians, its author says.

    Free by Lea Ypi, a Marxist Albanian professor of political theory at the London School of Economics, might seem an unlikely bestseller.

    Continue reading...", + "content": "

    Lea Ypi says vocal minority of Albanians have sent torrent of online insults criticising her bestseller, Free

    A memoir about growing up before and after the fall of communism in Albania has won rave reviews in the west but has prompted “vicious” abuse from a vocal minority of Albanians, its author says.

    Free by Lea Ypi, a Marxist Albanian professor of political theory at the London School of Economics, might seem an unlikely bestseller.

    Continue reading...", + "category": "Communism", + "link": "https://www.theguardian.com/world/2022/jan/03/author-memoir-communist-albania-met-vicious-abuse-lea-ypi", + "creator": "Matthew Weaver", + "pubDate": "2022-01-03T11:41:47Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "391d88630fe5ec35c8048444cb88f020" + "hash": "0f3000c0adc2d6e73e94323eef217be9", + "highlights": [] }, { - "title": "Guantánamo Bay: Beyond the Prison", - "description": "With 6,000 residents and the feel of a college campus, the U.S. Navy base has some of the trappings of small-town America, and some of a police state.", - "content": "With 6,000 residents and the feel of a college campus, the U.S. Navy base has some of the trappings of small-town America, and some of a police state.", - "category": "Guantanamo Bay Naval Base (Cuba)", - "link": "https://www.nytimes.com/2021/11/26/us/politics/guantanamo-bay.html", - "creator": "Erin Schaff and Carol Rosenberg", - "pubDate": "Fri, 26 Nov 2021 20:32:54 +0000", + "title": "Man who crossed into North Korea ‘defected to South in 2020’", + "description": "

    Seoul defence ministry says it is in the process of verifying facts about incident at the weekend

    A man observed crossing the heavily fortified border from South Korea into North Korea last week is believed to be a North Korean who previously defected to the South in 2020 in the same area, Seoul’s defence ministry has said.

    South Korea’s joint chiefs of staff (JCS) said it carried out a search operation after detecting the person on Saturday on the eastern side of the demilitarised zone (DMZ) separating the two countries.

    Continue reading...", + "content": "

    Seoul defence ministry says it is in the process of verifying facts about incident at the weekend

    A man observed crossing the heavily fortified border from South Korea into North Korea last week is believed to be a North Korean who previously defected to the South in 2020 in the same area, Seoul’s defence ministry has said.

    South Korea’s joint chiefs of staff (JCS) said it carried out a search operation after detecting the person on Saturday on the eastern side of the demilitarised zone (DMZ) separating the two countries.

    Continue reading...", + "category": "South Korea", + "link": "https://www.theguardian.com/world/2022/jan/03/man-who-crossed-into-north-korea-defected-to-south-in-2020", + "creator": "Reuters in Seoul", + "pubDate": "2022-01-03T14:05:56Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11f4b55268e41f0052795f335e85c738" + "hash": "304b978831baa98c1f7d6c818a7be226", + "highlights": [] }, { - "title": "Texas Abortion Law Complicates Care for Risky Pregnancies", - "description": "Doctors in Texas say they cannot head off life-threatening medical crises in pregnant women if abortions cannot be offered or even discussed.", - "content": "Doctors in Texas say they cannot head off life-threatening medical crises in pregnant women if abortions cannot be offered or even discussed.", - "category": "Texas", - "link": "https://www.nytimes.com/2021/11/26/health/texas-abortion-law-risky-pregnancy.html", - "creator": "Roni Caryn Rabin", - "pubDate": "Fri, 26 Nov 2021 08:00:10 +0000", + "title": "Fury as EU moves ahead with plans to label gas and nuclear as ‘green’", + "description": "

    Brussels faces backlash and charges of greenwashing after publishing draft proposals on New Year’s Eve

    The European Commission is facing a furious backlash over plans to allow gas and nuclear to be labelled as “green” investments, as Germany’s economy minister led the charge against “greenwashing”.

    The EU executive was accused of trying to bury the proposals by releasing long-delayed technical rules on its green investment guidebook to diplomats on New Year’s Eve, hours before a deadline expired.

    Continue reading...", + "content": "

    Brussels faces backlash and charges of greenwashing after publishing draft proposals on New Year’s Eve

    The European Commission is facing a furious backlash over plans to allow gas and nuclear to be labelled as “green” investments, as Germany’s economy minister led the charge against “greenwashing”.

    The EU executive was accused of trying to bury the proposals by releasing long-delayed technical rules on its green investment guidebook to diplomats on New Year’s Eve, hours before a deadline expired.

    Continue reading...", + "category": "European Commission", + "link": "https://www.theguardian.com/world/2022/jan/03/fury-eu-moves-ahead-plans-label-gas-nuclear-green", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2022-01-03T12:18:54Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c8c64517910b9de336bdfaf1a766e5d" + "hash": "0ea38fc0465feec92fcd44b5e00226b2", + "highlights": [] }, { - "title": "Young New Yorkers Discover Manhattan's Classic Cocktail Bars", - "description": "Bemelmans Bar now has bouncers. And at the Rainbow Room, a post-punk after party.", - "content": "Bemelmans Bar now has bouncers. And at the Rainbow Room, a post-punk after party.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/11/26/nyregion/bemelmans-rainbow-room-revival.html", - "creator": "Alyson Krueger", - "pubDate": "Fri, 26 Nov 2021 15:04:39 +0000", + "title": "NHS trusts declare critical incidents amid Covid staff crisis", + "description": "

    Health leaders say pressure is increasingly spreading to hospitals outside London as absences mount

    Multiple NHS trusts have declared “critical incidents” amid soaring staff absences caused by Covid, as health leaders said pressure was increasingly spreading to hospitals outside London.

    More than half a dozen trusts in England have issued alerts over “internal critical incidents” in the last few days, it is understood, amid mounting concerns some may be unable to deliver vital care to patients.

    Continue reading...", + "content": "

    Health leaders say pressure is increasingly spreading to hospitals outside London as absences mount

    Multiple NHS trusts have declared “critical incidents” amid soaring staff absences caused by Covid, as health leaders said pressure was increasingly spreading to hospitals outside London.

    More than half a dozen trusts in England have issued alerts over “internal critical incidents” in the last few days, it is understood, amid mounting concerns some may be unable to deliver vital care to patients.

    Continue reading...", + "category": "NHS", + "link": "https://www.theguardian.com/society/2022/jan/03/several-nhs-trusts-declare-critical-incidents-amid-covid-staff-crisis", + "creator": "Andrew Gregory Health editor", + "pubDate": "2022-01-03T16:12:07Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26387ddf7898ae4fe8569b213a886b84" + "hash": "a015ac38f7270e013a3f8aa295d15d12", + "highlights": [] }, { - "title": "Ira Glass Recommends These 'This American Life' Episodes", - "description": "From family mysteries and Native American history to stories that delight, here’s what the show’s host, Ira Glass, recommends to get you through the week.", - "content": "From family mysteries and Native American history to stories that delight, here’s what the show’s host, Ira Glass, recommends to get you through the week.", - "category": "Radio", - "link": "https://www.nytimes.com/2020/11/24/podcasts/this-american-life-thanksgiving.html", - "creator": "Ira Glass", - "pubDate": "Wed, 16 Dec 2020 20:19:01 +0000", + "title": "UK Covid test distributor shut for Christmas after receiving 2.5m kits", + "description": "

    Alliance Healthcare took delivery on 24 December and then closed for four days, amid nationwide shortage

    The sole distributor of Covid lateral flow tests (LFTs) to pharmacies closed for four days over the Christmas period just as it received a delivery of 2.5m devices, it has emerged.

    Alliance Healthcare took delivery of the tests on Christmas Eve and then shut, the Times reported. It provides LFTs to pharmacies to give out to the public.

    Continue reading...", + "content": "

    Alliance Healthcare took delivery on 24 December and then closed for four days, amid nationwide shortage

    The sole distributor of Covid lateral flow tests (LFTs) to pharmacies closed for four days over the Christmas period just as it received a delivery of 2.5m devices, it has emerged.

    Alliance Healthcare took delivery of the tests on Christmas Eve and then shut, the Times reported. It provides LFTs to pharmacies to give out to the public.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/03/uk-covid-test-distributor-shut-christmas-25m-kits", + "creator": "Jamie Grierson", + "pubDate": "2022-01-03T11:48:34Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d37ec71cff83c359788d1302a60c12cb" + "hash": "57fee50da714131198670fe7bdf2dc63", + "highlights": [] }, { - "title": "The Emotional and Financial Business of Taylor Swift’s ‘All Too Well’", - "description": "What does the rerecorded song from “Red” say about how power and the past have shaped her career?", - "content": "What does the rerecorded song from “Red” say about how power and the past have shaped her career?", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/11/17/arts/music/popcast-taylor-swift-all-too-well.html", - "creator": "", - "pubDate": "Wed, 17 Nov 2021 20:06:24 +0000", + "title": "Charlie Sheen on making Platoon: ‘We screamed for the medic!’", + "description": "

    ‘Forest Whitaker macheted his thumb, Tom Berenger knifed his foot, Willem Dafoe got medivacked – and Oliver Stone jumped up and down with joy’

    Charlie Sheen, played Chris Taylor

    My brother Emilio Estevez and I were huge fans of Scarface and Midnight Express, which were both written by Oliver Stone. Emilio kept talking to me about Oliver’s new Vietnam film, which he was auditioning for. He got the lead part, Chris Taylor, but then couldn’t do it because of scheduling conflicts. When I auditioned, Oliver said I was “too mannered” and needed to do more work. So I did The Boys Next Door and Lucas – and I got the part, but only if Willem Dafoe approved. I didn’t meet Willem until we got to the Philippines. He ran past me in our hotel and gave me a hug. Later, Oliver came up to me and said: “Willem digs ya.”

    Continue reading...", + "content": "

    ‘Forest Whitaker macheted his thumb, Tom Berenger knifed his foot, Willem Dafoe got medivacked – and Oliver Stone jumped up and down with joy’

    Charlie Sheen, played Chris Taylor

    My brother Emilio Estevez and I were huge fans of Scarface and Midnight Express, which were both written by Oliver Stone. Emilio kept talking to me about Oliver’s new Vietnam film, which he was auditioning for. He got the lead part, Chris Taylor, but then couldn’t do it because of scheduling conflicts. When I auditioned, Oliver said I was “too mannered” and needed to do more work. So I did The Boys Next Door and Lucas – and I got the part, but only if Willem Dafoe approved. I didn’t meet Willem until we got to the Philippines. He ran past me in our hotel and gave me a hug. Later, Oliver came up to me and said: “Willem digs ya.”

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/culture/2022/jan/03/charlie-sheen-how-we-made-platoon-oliver-stone", + "creator": "Interviews by Simon Bland", + "pubDate": "2022-01-03T12:27:45Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9aad84fe681a796e5672f5b7f82dd6f7" + "hash": "60bec2df3bbf184dafd7007edd399fec", + "highlights": [] }, { - "title": "Brazil’s President Lula Is Staging a Comeback. Can He Bring the Country Along?", - "description": "Luiz Inácio Lula da Silva, the former president, has beat back a flurry of corruption cases and climbed to the front of next year’s presidential race.", - "content": "Luiz Inácio Lula da Silva, the former president, has beat back a flurry of corruption cases and climbed to the front of next year’s presidential race.", - "category": "Corruption (Institutional)", - "link": "https://www.nytimes.com/2021/11/27/world/americas/brazil-president-lula.html", - "creator": "Ernesto Londoño", - "pubDate": "Sat, 27 Nov 2021 18:11:55 +0000", + "title": "The Isle of Wight’s dinosaur hunter: we’re going to need a bigger museum", + "description": "

    Jeremy Lockwood spent lockdown identifying two specimens – and is a ‘bit obsessed’ in his search for more

    Some of us binged on box sets, others grappled with the challenges of home school and zoned out of Zoom meetings: for many, life under lockdown felt glum. But for Jeremy Lockwood, a retired GP turned palaeontologist, 2021 was a standout year featuring two big dinosaur discoveries and laying plans to make the Isle of Wight famous for its prehistoric inhabitants once more. “It was an absolutely thrilling time for me,” Lockwood said.

    Lockwood, 64, who retired as a family doctor in the Midlands seven years ago, was behind the widely publicised discovery of a new species of iguanadontian dinosaur with a distinctively large nose and a second species, nicknamed “the horned crocodile-faced Hell Heron”.

    Continue reading...", + "content": "

    Jeremy Lockwood spent lockdown identifying two specimens – and is a ‘bit obsessed’ in his search for more

    Some of us binged on box sets, others grappled with the challenges of home school and zoned out of Zoom meetings: for many, life under lockdown felt glum. But for Jeremy Lockwood, a retired GP turned palaeontologist, 2021 was a standout year featuring two big dinosaur discoveries and laying plans to make the Isle of Wight famous for its prehistoric inhabitants once more. “It was an absolutely thrilling time for me,” Lockwood said.

    Lockwood, 64, who retired as a family doctor in the Midlands seven years ago, was behind the widely publicised discovery of a new species of iguanadontian dinosaur with a distinctively large nose and a second species, nicknamed “the horned crocodile-faced Hell Heron”.

    Continue reading...", + "category": "Dinosaurs", + "link": "https://www.theguardian.com/science/2022/jan/03/isle-of-wight-dinosaur-hunter-need-bigger-museum-jeremy-lockwood", + "creator": "Hannah Devlin", + "pubDate": "2022-01-03T10:53:35Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40663e033e4bf08104daa038952657d6" + "hash": "a8d41fe5f3e104e8f2ccc02c0c79a92a", + "highlights": [] }, { - "title": "Vaping Is Risky. Why Is the F.D.A. Authorizing E-Cigarettes?", - "description": "The agency has taken a controversial stand on vaping as a way to quit tobacco. This is what the research shows.", - "content": "The agency has taken a controversial stand on vaping as a way to quit tobacco. This is what the research shows.", - "category": "Smoking and Tobacco", - "link": "https://www.nytimes.com/2021/11/23/magazine/vaping-fda.html", - "creator": "Kim Tingley", - "pubDate": "Thu, 25 Nov 2021 13:03:17 +0000", + "title": "What’s new, pussycat? How feline film stars are trained to perform", + "description": "

    From Stuart Little and Pet Sematary to new movie The Electrical Life of Louis Wain, cats can be scene-stealers. But how do you get such fickle and independent creatures to behave on camera?

    Cats have been effortlessly stealing scenes from their human co-stars for decades. Who could forget Audrey Hepburn’s adorable marmalade tabby in Breakfast at Tiffany’s? Or Jinx, the toilet-flushing Himalayan in Meet the Parents? Behind every famous film cat, there is a dedicated trainer patiently teaching them to obey a command, making sure they’re happy on set, and grooming them fastidiously to maintain their fluffy good looks.

    The film-makers behind The Electrical Life of Louis Wain, a British period biopic about the Edwardian artist and illustrator who became famous for his surreal portraits of cats, were adamant they didn’t want to use CGI for the shoot, so animal trainer Charlotte Wilde was brought in with 40 feisty felines. “It was organised chaos,” she says. “They had their own green room and were treated like royalty.”

    Continue reading...", + "content": "

    From Stuart Little and Pet Sematary to new movie The Electrical Life of Louis Wain, cats can be scene-stealers. But how do you get such fickle and independent creatures to behave on camera?

    Cats have been effortlessly stealing scenes from their human co-stars for decades. Who could forget Audrey Hepburn’s adorable marmalade tabby in Breakfast at Tiffany’s? Or Jinx, the toilet-flushing Himalayan in Meet the Parents? Behind every famous film cat, there is a dedicated trainer patiently teaching them to obey a command, making sure they’re happy on set, and grooming them fastidiously to maintain their fluffy good looks.

    The film-makers behind The Electrical Life of Louis Wain, a British period biopic about the Edwardian artist and illustrator who became famous for his surreal portraits of cats, were adamant they didn’t want to use CGI for the shoot, so animal trainer Charlotte Wilde was brought in with 40 feisty felines. “It was organised chaos,” she says. “They had their own green room and were treated like royalty.”

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/03/whats-new-pussycat-how-feline-film-stars-are-trained-to-perform", + "creator": "Ann Lee", + "pubDate": "2022-01-03T09:00:42Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d875d8de74ef2f05ca8b6d0f7207b759" + "hash": "c13b1faa0402f9a96fd98c397bbdd0d9", + "highlights": [] }, { - "title": "Mets Bolster Offense With Starling Marte, Eduardo Escobar and Mark Canha", - "description": "With Starling Marte, Eduardo Escobar and Mark Canha, the run-starved Mets addressed their biggest need while adding some defensive versatility.", - "content": "With Starling Marte, Eduardo Escobar and Mark Canha, the run-starved Mets addressed their biggest need while adding some defensive versatility.", - "category": "Baseball", - "link": "https://www.nytimes.com/2021/11/27/sports/baseball/starling-marte-mets.html", - "creator": "Tyler Kepner", - "pubDate": "Sat, 27 Nov 2021 18:57:53 +0000", + "title": "Apocalypse nowadays: the new wave of films about the end of the world", + "description": "

    Armageddon once delivered thrills and megabucks spectacle. Now it’s the unnerving backdrop for satires and family drama

    Which films kept you entertained over the holidays? Was it Silent Night, the sweary festive Britcom starring Keira Knightley? The courtroom drama Naked Singularity, with John Boyega as a crusading lawyer? Or did you watch Leonardo DiCaprio as a dorky astronomer in Don’t Look Up, a slapstick political satire? Whichever it was, I hope you poured yourself a large one, because none of those films are quite as light as they seem. All take place in the shadow of imminent Armageddon.

    That’s right: the end of the world is nigh, and it’s no longer the preserve of megabudget disaster movies or bleak survivalist thrillers. These days the looming obliteration of our species can just as readily form the backdrop to some governmental mockery or a boozy country-house drama.

    Continue reading...", + "content": "

    Armageddon once delivered thrills and megabucks spectacle. Now it’s the unnerving backdrop for satires and family drama

    Which films kept you entertained over the holidays? Was it Silent Night, the sweary festive Britcom starring Keira Knightley? The courtroom drama Naked Singularity, with John Boyega as a crusading lawyer? Or did you watch Leonardo DiCaprio as a dorky astronomer in Don’t Look Up, a slapstick political satire? Whichever it was, I hope you poured yourself a large one, because none of those films are quite as light as they seem. All take place in the shadow of imminent Armageddon.

    That’s right: the end of the world is nigh, and it’s no longer the preserve of megabudget disaster movies or bleak survivalist thrillers. These days the looming obliteration of our species can just as readily form the backdrop to some governmental mockery or a boozy country-house drama.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2022/jan/03/apocalypse-nowadays-the-new-wave-of-films-about-the-end-of-the-world", + "creator": "Alex Hess", + "pubDate": "2022-01-03T08:00:42Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, - "created": false, - "tags": [], - "hash": "f2660cb1cd8278ebd668e92b406a2434" - }, - { - "title": "Covid Restrictions Are Back at Some of Europe's Theaters", - "description": "Strict controls on playhouses and music venues are returning as the continent deals with a new coronavirus wave.", - "content": "Strict controls on playhouses and music venues are returning as the continent deals with a new coronavirus wave.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/11/26/arts/music/europe-covid-restrictions-theaters-music-venues.html", - "creator": "Alex Marshall", - "pubDate": "Fri, 26 Nov 2021 16:57:12 +0000", + "created": false, + "tags": [], + "hash": "5b94c0375e33280a5a3d9dc849dc2a93", + "highlights": [] + }, + { + "title": "How we met: ‘He had to marry me or I’d sue him!’", + "description": "

    Mary, 62, and Roy, 70, met in Michigan after she accidentally crashed her bike into his – and broke her jaw. They’re now married and live in St Louis

    When Mary moved from Bedfordshire in the UK to Michigan in the US on a Fulbright scholarship in 1985, she wasn’t expecting to find love. Her mind was focused on the nutrition course she had enrolled on and her plans for a future career. In the spring of 1986, she was cycling home from a meeting with her tutor when she approached a fence covered in ivy. Roy, who had been pushing his bike, emerged from behind the fence before she had the chance to stop. “I hit his wheel and, because my hands were cold and I was wearing a backpack, I went sailing over the handlebars,” she remembers. “I landed on my chin and broke my jaw on the concrete.”

    In typical British fashion, she told him she was “absolutely fine”, but Roy says it was clear she was badly hurt. “My apartment was pretty close by so I got my roommate to drive her to the university health centre,” he says. The next day, Mary had to have her jaw wired shut, meaning she couldn’t eat solid food for three months. “Roy came to my apartment with some juice to suck through a straw. He said that when my jaw was unwired he would make me dinner,” she recalls. Although it was an accident, Roy felt “terrible” about what happened. “I was really concerned about her,” he says.

    Want to share your story? Tell us a little about yourself, your partner and how you got together by filling in the form here.

    Continue reading...", + "content": "

    Mary, 62, and Roy, 70, met in Michigan after she accidentally crashed her bike into his – and broke her jaw. They’re now married and live in St Louis

    When Mary moved from Bedfordshire in the UK to Michigan in the US on a Fulbright scholarship in 1985, she wasn’t expecting to find love. Her mind was focused on the nutrition course she had enrolled on and her plans for a future career. In the spring of 1986, she was cycling home from a meeting with her tutor when she approached a fence covered in ivy. Roy, who had been pushing his bike, emerged from behind the fence before she had the chance to stop. “I hit his wheel and, because my hands were cold and I was wearing a backpack, I went sailing over the handlebars,” she remembers. “I landed on my chin and broke my jaw on the concrete.”

    In typical British fashion, she told him she was “absolutely fine”, but Roy says it was clear she was badly hurt. “My apartment was pretty close by so I got my roommate to drive her to the university health centre,” he says. The next day, Mary had to have her jaw wired shut, meaning she couldn’t eat solid food for three months. “Roy came to my apartment with some juice to suck through a straw. He said that when my jaw was unwired he would make me dinner,” she recalls. Although it was an accident, Roy felt “terrible” about what happened. “I was really concerned about her,” he says.

    Want to share your story? Tell us a little about yourself, your partner and how you got together by filling in the form here.

    Continue reading...", + "category": "Relationships", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/03/how-we-met-marry-broke-jaw-mary-roy-michigan-st-louis-married", + "creator": "Lizzie Cernik", + "pubDate": "2022-01-03T12:57:37Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83752fce3485feb983246bdb4b58334f" + "hash": "5e2e3675adf8890349c897c6a4d847d5", + "highlights": [] }, { - "title": "The Heavy Price of Holiday Magic", - "description": "When you’re struggling to pay the bills, a child’s wish list can feel like an additional burden.", - "content": "When you’re struggling to pay the bills, a child’s wish list can feel like an additional burden.", - "category": "Holidays and Special Occasions", - "link": "https://www.nytimes.com/2020/04/17/parenting/holiday-money-stress.html", - "creator": "Sa’iyda Shabazz", - "pubDate": "Fri, 17 Apr 2020 15:32:46 +0000", + "title": "Back to black: goths go mainstream in corsets, leather and lace", + "description": "

    Inspired by Kourtney Kardashian and Megan Fox, searches for ‘gothcore’ grow as people look to express darker emotions

    It’s been 20 years since pallid faces, dark eyes and black clothes haunted UK secondary schools and shopping centres. While some might argue that they never left, merely retreating into the shadows, the consensus for 2022 is that goth style is returning to mainstream culture with a vengeance.

    There are some differences this time. The modern goth is more likely to take inspiration from ultra-glam “hot goth girlfriends” such as Kourtney Kardashian and Megan Fox and the fashion world darlings Rick Owens and Yohji Yamamoto than the Marilyn Manson-loving self-proclaimed outsiders of the early 2000s.

    Continue reading...", + "content": "

    Inspired by Kourtney Kardashian and Megan Fox, searches for ‘gothcore’ grow as people look to express darker emotions

    It’s been 20 years since pallid faces, dark eyes and black clothes haunted UK secondary schools and shopping centres. While some might argue that they never left, merely retreating into the shadows, the consensus for 2022 is that goth style is returning to mainstream culture with a vengeance.

    There are some differences this time. The modern goth is more likely to take inspiration from ultra-glam “hot goth girlfriends” such as Kourtney Kardashian and Megan Fox and the fashion world darlings Rick Owens and Yohji Yamamoto than the Marilyn Manson-loving self-proclaimed outsiders of the early 2000s.

    Continue reading...", + "category": "Fashion", + "link": "https://www.theguardian.com/fashion/2022/jan/03/back-to-black-goths-go-mainstream-in-corsets-leather-and-lace", + "creator": "Rachel Hall", + "pubDate": "2022-01-03T16:00:04Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76863d7310491b97465dea00b3c52b32" + "hash": "0ca2d790f6a74db0b0bbcdfcbe87a01d", + "highlights": [] }, { - "title": "How to Wrap Advice as a Gift a Teenager Might Open", - "description": "When parents have something to say that they really want teenagers to hear, these approaches can help get the message across.", - "content": "When parents have something to say that they really want teenagers to hear, these approaches can help get the message across.", - "category": "Teenagers and Adolescence", - "link": "https://www.nytimes.com/2018/12/19/well/family/how-to-wrap-advice-as-a-gift-a-teenager-might-open.html", - "creator": "Lisa Damour", - "pubDate": "Wed, 19 Dec 2018 10:00:01 +0000", + "title": "Croydon stabbing: boy, 15, charged with murder of Zaian Aimable-Lina", + "description": "

    Vigil held over weekend for 15-year-old Zaian, one of two boys killed in stabbings in London on Thursday

    A teenager has been charged with the murder of 15-year-old Zaian Aimable-Lina, one of two boys to be killed within about an hour of each other in separate stabbing incidents in London on Thursday evening.

    The suspect, who is also aged 15 and whom police have not named because of his age, was arrested on Saturday and is due to appear at Bromley magistrates court in south London on Tuesday.

    Continue reading...", + "content": "

    Vigil held over weekend for 15-year-old Zaian, one of two boys killed in stabbings in London on Thursday

    A teenager has been charged with the murder of 15-year-old Zaian Aimable-Lina, one of two boys to be killed within about an hour of each other in separate stabbing incidents in London on Thursday evening.

    The suspect, who is also aged 15 and whom police have not named because of his age, was arrested on Saturday and is due to appear at Bromley magistrates court in south London on Tuesday.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/03/croydon-stabbing-boy-15-charged-murder-zaian-aimable-lina", + "creator": "Kevin Rawlinson", + "pubDate": "2022-01-03T15:19:56Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5e3cd96b5cebf438aa5df4d56551fcc" + "hash": "e305b74cbc7f42f752b89d015083a6fe", + "highlights": [] }, { - "title": "How to Foster Empathy in Children", - "description": "Research shows that we are each born with a given number of neurons that participate in an empathetic response. But early life experience shapes how we act on it.", - "content": "Research shows that we are each born with a given number of neurons that participate in an empathetic response. But early life experience shapes how we act on it.", - "category": "Children and Childhood", - "link": "https://www.nytimes.com/2018/12/10/well/live/how-to-foster-empathy-in-children.html", - "creator": "Jane E. Brody", - "pubDate": "Mon, 10 Dec 2018 19:19:20 +0000", + "title": "Yemeni rebels seize UAE ship in Red Sea after upsurge in violence", + "description": "

    Coalition says vessel was carrying medical supplies but Houthis put out videos they claim show ammunition on board

    Yemeni rebels have seized an Emirati-flagged vessel in the Red Sea, with the insurgents and the Saudi-led coalition giving contrasting explanations for the latest escalation in a seven-year war.

    The coalition, fighting in support of Yemen’s internationally recognised government, said on Monday that the vessel was carrying medical supplies but the rebels said they had seized “a military cargo ship with military equipment”.

    Continue reading...", + "content": "

    Coalition says vessel was carrying medical supplies but Houthis put out videos they claim show ammunition on board

    Yemeni rebels have seized an Emirati-flagged vessel in the Red Sea, with the insurgents and the Saudi-led coalition giving contrasting explanations for the latest escalation in a seven-year war.

    The coalition, fighting in support of Yemen’s internationally recognised government, said on Monday that the vessel was carrying medical supplies but the rebels said they had seized “a military cargo ship with military equipment”.

    Continue reading...", + "category": "Yemen", + "link": "https://www.theguardian.com/world/2022/jan/03/yemeni-rebels-seize-uae-ship-in-red-sea-after-upsurge-in-violence", + "creator": "Patrick Wintour and agencies", + "pubDate": "2022-01-03T14:49:02Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51ff6fc13ed33acbdcf247fd1405ccfb" + "hash": "7b2ac22a8fddc653b9b7fc0763d13a21", + "highlights": [] }, { - "title": "The Hilarious, Heartbreaking Life and Music of Malcolm Arnold", - "description": "He was one of the most popular British composers of his time, but there are few celebrations of Arnold’s centenary this year.", - "content": "He was one of the most popular British composers of his time, but there are few celebrations of Arnold’s centenary this year.", - "category": "Classical Music", - "link": "https://www.nytimes.com/2021/11/26/arts/music/classical-music-malcolm-arnold.html", - "creator": "Hugh Morris", - "pubDate": "Sat, 27 Nov 2021 01:04:49 +0000", + "title": "Richard Leakey obituary", + "description": "Kenyan conservationist, politician and fossil hunter who promoted Africa as the birthplace of mankind

    Richard Leakey, who has died aged 77, called his 1983 autobiography One Life, perhaps because the rest of us might have thought more than one person must have been involved in such varied activity.

    He was a celebrated fossil discoverer, notably of early hominids; a museum director; a wildlife conservationist and enemy of poachers; a politician, founding his own Safina party; and an excellent fundraiser, never short of projects on which to spend the money. To many outsiders, he was the most famous Kenyan of them all. To Kenyans, he was both skilful thorn and prickly hero.

    Continue reading...", + "content": "Kenyan conservationist, politician and fossil hunter who promoted Africa as the birthplace of mankind

    Richard Leakey, who has died aged 77, called his 1983 autobiography One Life, perhaps because the rest of us might have thought more than one person must have been involved in such varied activity.

    He was a celebrated fossil discoverer, notably of early hominids; a museum director; a wildlife conservationist and enemy of poachers; a politician, founding his own Safina party; and an excellent fundraiser, never short of projects on which to spend the money. To many outsiders, he was the most famous Kenyan of them all. To Kenyans, he was both skilful thorn and prickly hero.

    Continue reading...", + "category": "Evolution", + "link": "https://www.theguardian.com/science/2022/jan/03/richard-leakey-obituary", + "creator": "Anthony Smith", + "pubDate": "2022-01-03T16:25:49Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8eddce8639d9e564ceeaaa451060c39" + "hash": "fd04fe5d362344b7cb046710fc4a55e6", + "highlights": [] }, { - "title": "‘West Side Story’ Star Ariana DeBose Is Always Ready for Her Next Role", - "description": "After dancing in ‘Hamilton’ and playing Anita in Steven Spielberg’s new musical adaptation, the actress has her sights on a part entirely her own.", - "content": "After dancing in ‘Hamilton’ and playing Anita in Steven Spielberg’s new musical adaptation, the actress has her sights on a part entirely her own.", - "category": "DeBose, Ariana", - "link": "https://www.nytimes.com/2021/11/23/t-magazine/ariana-debose-west-side-story.html", - "creator": "Juan A. Ramírez", - "pubDate": "Tue, 23 Nov 2021 10:00:26 +0000", + "title": "Schumer announces plan to change filibuster rules to advance voting rights bill – live", + "description": "

    Senate majority leader Chuck Schumer has just announced plans to hold a vote before or on 17 January, Martin Luther King Jr Day, to change the filibuster rules. But what that means all entails is still up in the air.

    To recap: the filibuster is an oft-used parliamentary tactic of the Republicans that requires a 60-vote majority to break. With voting rights, Republicans have used it repeatedly to either block passage of or debate on the For the People Act, now known as the Freedom to Vote Act.

    Continue reading...", + "content": "

    Senate majority leader Chuck Schumer has just announced plans to hold a vote before or on 17 January, Martin Luther King Jr Day, to change the filibuster rules. But what that means all entails is still up in the air.

    To recap: the filibuster is an oft-used parliamentary tactic of the Republicans that requires a 60-vote majority to break. With voting rights, Republicans have used it repeatedly to either block passage of or debate on the For the People Act, now known as the Freedom to Vote Act.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/live/2022/jan/03/us-politics-democrats-voting-rights-protections-bill-senate-latest-news", + "creator": "Vivian Ho", + "pubDate": "2022-01-03T16:26:51Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da29c1a6cdee5643a66285725d383f61" + "hash": "38a34c46ca9ac3fd2b05d86b5b1cb913", + "highlights": [] }, { - "title": "The Car Key of the Future (Is Still in Your Pocket)", - "description": "They’re in fobs or on phones, and digital or “smart,” and they can do far more than just open doors and start the engine.", - "content": "They’re in fobs or on phones, and digital or “smart,” and they can do far more than just open doors and start the engine.", - "category": "Automobiles", - "link": "https://www.nytimes.com/2021/11/25/business/car-keys-fobs.html", - "creator": "Stephen Williams", - "pubDate": "Thu, 25 Nov 2021 11:00:09 +0000", + "title": "Revisited: How Isaiah survived Australia’s juvenile justice system", + "description": "

    One of Full Story’s best episodes in 2021 was about Isaiah. As a kid, Isaiah couldn’t escape the police. He went on to spend his teenage years in and out of youth detention. Now this young Dunghutti man is trying to change how our justice system treats Indigenous children

    This episode is part of the childhood in custody series, you can read the feature on Isaiah here.

    Continue reading...", + "content": "

    One of Full Story’s best episodes in 2021 was about Isaiah. As a kid, Isaiah couldn’t escape the police. He went on to spend his teenage years in and out of youth detention. Now this young Dunghutti man is trying to change how our justice system treats Indigenous children

    This episode is part of the childhood in custody series, you can read the feature on Isaiah here.

    Continue reading...", + "category": "Indigenous incarceration", + "link": "https://www.theguardian.com/australia-news/audio/2022/jan/04/revisited-how-isaiah-survived-australias-juvenile-justice-system", + "creator": "Reported and presented by Laura Murphy-Oates, produced by Ellen Leabeater, Miles Herbert and Joe Koning. Executive producers Miles Martignoni, Gabrielle Jackson and Laura Murphy-Oates", + "pubDate": "2022-01-03T16:30:07Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "509c5d4f066c13b64041ed71160f589c" + "hash": "41f264424746b95ef3693adccb754d64", + "highlights": [] }, { - "title": "How Alienation Became My Superpower", - "description": "Feeling like an outsider can be painful. But it comes with secret gifts of perception.", - "content": "Feeling like an outsider can be painful. But it comes with secret gifts of perception.", - "category": "Writing and Writers", - "link": "https://www.nytimes.com/2021/11/23/magazine/estranged-father.html", - "creator": "Elisa Gonzalez", - "pubDate": "Sat, 27 Nov 2021 07:20:31 +0000", + "title": "We can vaccinate 70% of the world against Covid by mid-2022. Here’s how", + "description": "

    The WHO’s vaccination goal is achievable – but it will take proper funding, better vaccine distribution and jabs with longer shelf lives

    While western countries scramble with their booster rollout to deal with the Omicron wave, only 8.4% of people in low-income countries have had at least one Covid vaccination dose.

    The gap in the vaccination rates between high- and low-income countries is wider than ever. We cannot keep turning a blind eye to it.

    Continue reading...", + "content": "

    The WHO’s vaccination goal is achievable – but it will take proper funding, better vaccine distribution and jabs with longer shelf lives

    While western countries scramble with their booster rollout to deal with the Omicron wave, only 8.4% of people in low-income countries have had at least one Covid vaccination dose.

    The gap in the vaccination rates between high- and low-income countries is wider than ever. We cannot keep turning a blind eye to it.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/commentisfree/2021/dec/31/world-health-organization-who-we-can-vaccinate-the-world-against-covid-by-mid-2022", + "creator": "Bipasha van der Zijde", + "pubDate": "2021-12-31T08:15:14Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "402e41d34dc656bd5bfb642678ec4f35" + "hash": "783a3a938d9f2eaef5286674e9d2c155", + "highlights": [] }, { - "title": "Jeff Goldblum Goes Wild With Wes Anderson and Thelonious Monk", - "description": "The actor talks about the second season of “The World According to Jeff Goldblum” and why weeping over “Can’t Find My Way Home” is a beautiful thing.", - "content": "The actor talks about the second season of “The World According to Jeff Goldblum” and why weeping over “Can’t Find My Way Home” is a beautiful thing.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/11/23/arts/television/jeff-goldblum.html", - "creator": "Kathryn Shattuck", - "pubDate": "Tue, 23 Nov 2021 15:09:05 +0000", + "title": "I’m a UK Covid scientist. Here’s a sample of the abuse in my inbox", + "description": "

    Messages may contain unhinged expletives, threatening tropes … or one of my interviews set to music

    “You scaremongering ignorant fucking cunt, you and your retarded team made predictions that could have fucked this country for billions of pounds, fucked Christmas for a second time and cost thousands thier [sic] jobs only to have your most pessimistic ballshit [sic] now found to be just that. How fucks like you can sleep at night is beyond me and I hope you are fucking held to account for what you have done and could have done if there weren’t some people in the government with a brain.”

    How would you like to get this in your inbox? As a senior scientist advising the government on Covid, I get this sort of email on a fairly regular basis. Indeed, (someone calling himself) Mr Roberts (who sent this) is a regular offender. What particularly upset me about this email was that it wasn’t sent to me, but to a junior member of my team. Awful, isn’t it?

    Continue reading...", + "content": "

    Messages may contain unhinged expletives, threatening tropes … or one of my interviews set to music

    “You scaremongering ignorant fucking cunt, you and your retarded team made predictions that could have fucked this country for billions of pounds, fucked Christmas for a second time and cost thousands thier [sic] jobs only to have your most pessimistic ballshit [sic] now found to be just that. How fucks like you can sleep at night is beyond me and I hope you are fucking held to account for what you have done and could have done if there weren’t some people in the government with a brain.”

    How would you like to get this in your inbox? As a senior scientist advising the government on Covid, I get this sort of email on a fairly regular basis. Indeed, (someone calling himself) Mr Roberts (who sent this) is a regular offender. What particularly upset me about this email was that it wasn’t sent to me, but to a junior member of my team. Awful, isn’t it?

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/31/im-a-uk-covid-scientist-heres-a-sample-of-the-abuse-in-my-inbox", + "creator": "John Edmunds", + "pubDate": "2021-12-31T18:00:26Z", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75894bb7b9cc970e6498271975476255" + "hash": "af77dcbd56a3f56fb90917380ae68c86", + "highlights": [] }, { - "title": "A Couple’s Dream of Reuniting in England Is Dashed in a Channel Disaster", - "description": "A young Kurdish woman, Maryam Nuri, died with 26 others after making a desperate attempt to join her fiancé by crossing the English Channel from France on an inflatable boat.", - "content": "A young Kurdish woman, Maryam Nuri, died with 26 others after making a desperate attempt to join her fiancé by crossing the English Channel from France on an inflatable boat.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/11/27/world/middleeast/migrants-kurdish-channel.html", - "creator": "Jane Arraf", - "pubDate": "Sat, 27 Nov 2021 20:16:55 +0000", + "title": "Prince Andrew emerges with barely a mention in Ghislaine Maxwell trial", + "description": "

    Analysis: there was no cross-examination of the prince’s friend and his accuser was not called to give evidence

    For the Duke of York, the fact he was barely mentioned in Ghislaine Maxwell’s trial will have been an undoubted relief. With Maxwell declining the stand, no opening of her “little black book” of society contacts and, crucially, no sign of his accuser Virginia Roberts Giuffre, Prince Andrew was a mere footnote in the New York proceedings.

    Maxwell opted not to give evidence before being found guilty on five of six charges, saying there was “no need” because prosecutors had failed to prove their case, so the subject of Andrew was not raised with her via cross-examination.

    Continue reading...", + "content": "

    Analysis: there was no cross-examination of the prince’s friend and his accuser was not called to give evidence

    For the Duke of York, the fact he was barely mentioned in Ghislaine Maxwell’s trial will have been an undoubted relief. With Maxwell declining the stand, no opening of her “little black book” of society contacts and, crucially, no sign of his accuser Virginia Roberts Giuffre, Prince Andrew was a mere footnote in the New York proceedings.

    Maxwell opted not to give evidence before being found guilty on five of six charges, saying there was “no need” because prosecutors had failed to prove their case, so the subject of Andrew was not raised with her via cross-examination.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/29/prince-andrew-ghislaine-maxwell-trial", + "creator": "Caroline Davies", + "pubDate": "2021-12-29T22:45:54Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d729f62a681d8d7991f9b5790afe81d" + "hash": "c1f72eb5ae3a612301031bacb9329e87", + "highlights": [] }, { - "title": "Get to Know Sondheim’s Best in These 10 Videos", - "description": "Jake Gyllenhaal, Patti LuPone, Judi Dench and an all-star Zoom trio find the wit, pathos and heartbreak in a remarkable songbook.", - "content": "Jake Gyllenhaal, Patti LuPone, Judi Dench and an all-star Zoom trio find the wit, pathos and heartbreak in a remarkable songbook.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/11/27/theater/stephen-sondheim-music-videos.html", - "creator": "Scott Heller", - "pubDate": "Sat, 27 Nov 2021 18:05:20 +0000", + "title": "Desmond Tutu's daughter leads tributes as South African cleric laid to rest – video", + "description": "

    Relatives and clergy members at the funeral for Desmond Tutu paid tribute to the Nobel peace prize-winning equality activist, who was revered in Africa for his role in ending apartheid. Tutu's small plain pine coffin, the cheapest available at his request to avoid any ostentatious displays, was the centre of the service, which also is featuring African choirs, prayers and incense

    Continue reading...", + "content": "

    Relatives and clergy members at the funeral for Desmond Tutu paid tribute to the Nobel peace prize-winning equality activist, who was revered in Africa for his role in ending apartheid. Tutu's small plain pine coffin, the cheapest available at his request to avoid any ostentatious displays, was the centre of the service, which also is featuring African choirs, prayers and incense

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/video/2022/jan/01/desmond-tutus-daughter-leads-tributes-as-south-african-cleric-laid-to-rest-video", + "creator": "", + "pubDate": "2022-01-01T14:06:11Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fbd2ddb190ecd5d4f8454750c52e47c" + "hash": "16000cdc090ed40653f0c4309ece1609", + "highlights": [] }, { - "title": "How did Omicron get its name?", - "description": "", - "content": "", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/27/world/covid-omicron-variant-news/how-did-omicron-get-its-name", - "creator": "Vimal Patel", - "pubDate": "Sat, 27 Nov 2021 16:51:42 +0000", + "title": "Wildfires sweep through Colorado destroying homes as tens of thousands evacuate – video report", + "description": "

    Two fast-moving wildfires driven by strong winds erupted in northern Colorado on Thursday afternoon, destroying close to 600 homes and forcing tens of thousands of residents to flee.

    The fires, burning to the north and south of the city of Boulder, were fanned by gusts that whipped flames and smoke into a frenzy. Officials said during a Thursday evening news conference that the fires had already blackened 1,600 acres

    Continue reading...", + "content": "

    Two fast-moving wildfires driven by strong winds erupted in northern Colorado on Thursday afternoon, destroying close to 600 homes and forcing tens of thousands of residents to flee.

    The fires, burning to the north and south of the city of Boulder, were fanned by gusts that whipped flames and smoke into a frenzy. Officials said during a Thursday evening news conference that the fires had already blackened 1,600 acres

    Continue reading...", + "category": "Colorado", + "link": "https://www.theguardian.com/us-news/video/2021/dec/31/wildfires-sweep-through-colorado-destroying-homes-as-tens-of-thousands-evacuate-video-report", + "creator": "", + "pubDate": "2021-12-31T11:11:44Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78e3f1227da6c8f738d9f3f2eece7d39" + "hash": "12ea2e846f558a96caf56e105bc0eead", + "highlights": [] }, { - "title": "As Omicron Variant Circles the Globe, African Nations Are Blamed and Banned", - "description": "With countries trying to close their doors to the new coronavirus variant, southern African officials note that the West’s hoarding of vaccines helped create their struggle in the first place.", - "content": "With countries trying to close their doors to the new coronavirus variant, southern African officials note that the West’s hoarding of vaccines helped create their struggle in the first place.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/27/world/africa/coronavirus-omicron-africa.html", - "creator": "Benjamin Mueller and Declan Walsh", - "pubDate": "Sat, 27 Nov 2021 16:25:17 +0000", + "title": "Winter wonderlands: snow covers northern world – in pictures", + "description": "

    From the US to Ukraine, Canada to Kashmir, winter has tightened its icy grip on the northern hemisphere

    Continue reading...", + "content": "

    From the US to Ukraine, Canada to Kashmir, winter has tightened its icy grip on the northern hemisphere

    Continue reading...", + "category": "Extreme weather", + "link": "https://www.theguardian.com/world/gallery/2021/dec/31/winter-wonderlands-snow-covers-northern-world-in-pictures", + "creator": "", + "pubDate": "2021-12-30T16:30:01Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3bdf7cc74fc976408127c28bc941b5f4" + "hash": "804d529235a32c0b08b0b64beb9da65a", + "highlights": [] }, { - "title": "Impromptu Stephen Sondheim Wakes Fill Piano Bars With Tears and Tunes", - "description": "Lines of Stephen Sondheim fans formed outside Marie’s Crisis Cafe in Greenwich Village as news of his death spread. Inside, it was all-Sondheim on the piano.", - "content": "Lines of Stephen Sondheim fans formed outside Marie’s Crisis Cafe in Greenwich Village as news of his death spread. Inside, it was all-Sondheim on the piano.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/11/27/theater/stephen-sondheim-piano-bars-wakes.html", - "creator": "Elisabeth Vincentelli", - "pubDate": "Sat, 27 Nov 2021 16:22:53 +0000", + "title": "Brazil president Jair Bolsonaro admitted to hospital, doctor says", + "description": "

    Leader admitted with intestinal blockage but is in stable condition, hospital says

    The Brazilian president, Jair Bolsonaro, has been taken to hospital with an intestinal blockage but is in a stable condition, according to the hospital.

    Bolsonaro said in a Twitter post that his doctors were evaluating potential surgery on his intestine, adding that he was using a nasogastric tube.

    Continue reading...", + "content": "

    Leader admitted with intestinal blockage but is in stable condition, hospital says

    The Brazilian president, Jair Bolsonaro, has been taken to hospital with an intestinal blockage but is in a stable condition, according to the hospital.

    Bolsonaro said in a Twitter post that his doctors were evaluating potential surgery on his intestine, adding that he was using a nasogastric tube.

    Continue reading...", + "category": "Jair Bolsonaro", + "link": "https://www.theguardian.com/world/2022/jan/03/jair-bolsonaro-taken-hospital-brazil-abdominal-pain-doctor-says", + "creator": "Reuters", + "pubDate": "2022-01-03T12:26:23Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73810343766a660c6b3ef7ef2f98fe54" + "hash": "79da00bf7d7242e996a3de412cb7bc72", + "highlights": [] }, { - "title": "As World Scrambles to Shut Out Variant, U.K. Announces Two Cases", - "description": "More countries halted travel from southern Africa for fear of the Omicron variant. Germany and the Czech Republic are investigating cases. Here’s the latest.", - "content": "More countries halted travel from southern Africa for fear of the Omicron variant. Germany and the Czech Republic are investigating cases. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/27/world/covid-omicron-variant-news", - "creator": "The New York Times", - "pubDate": "Sat, 27 Nov 2021 15:34:26 +0000", + "title": "Covid live news: Boris Johnson warns of pressure on NHS for weeks as Omicron ‘continues to surge’ in UK", + "description": "

    Latest updates: UK prime minister warns hospitals will be under ‘considerable’ pressure for the ‘next couple of weeks and maybe more’

    Québec, Canada proceeded with the first of three planned closures of non-essential retail stores on Sunday as the provincial government attempts to curb a new Covid wave and strain on hospitals.

    Québec premier Francois Legault announced last week that the majority of the province’s stores would be closed for the next three Sundays, with the exception of pharmacies, convenience stores and petrol stations.

    The last thing businesses need during these difficult times is additional restrictions. We must leave the choice to businesses to open or close at the time that makes the most sense for them, their employees and their customers.

    Continue reading...", + "content": "

    Latest updates: UK prime minister warns hospitals will be under ‘considerable’ pressure for the ‘next couple of weeks and maybe more’

    Québec, Canada proceeded with the first of three planned closures of non-essential retail stores on Sunday as the provincial government attempts to curb a new Covid wave and strain on hospitals.

    Québec premier Francois Legault announced last week that the majority of the province’s stores would be closed for the next three Sundays, with the exception of pharmacies, convenience stores and petrol stations.

    The last thing businesses need during these difficult times is additional restrictions. We must leave the choice to businesses to open or close at the time that makes the most sense for them, their employees and their customers.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/03/covid-news-live-4000-more-flights-cancelled-over-omicron-israel-to-offer-fourth-jab-to-over-60s", + "creator": "Miranda Bryant (now); Jedidajah Otte and Samantha Lock (earlier)", + "pubDate": "2022-01-03T14:37:41Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "472e887e2ada819a7e00464cb6b74150" + "hash": "9f28aab869ca54e7d9e0e9ec5ce2d698", + "highlights": [] }, { - "title": "The Disconnect Between Biden’s Popular Policies and His Unpopularity", - "description": "Voters often punish a president for pushing an unpopular agenda. But President Biden has been learning that they rarely reward a president for enacting legislation.", - "content": "Voters often punish a president for pushing an unpopular agenda. But President Biden has been learning that they rarely reward a president for enacting legislation.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/11/27/us/politics/biden-policies-approval-ratings.html", - "creator": "Nate Cohn", - "pubDate": "Sat, 27 Nov 2021 15:00:06 +0000", + "title": "US intelligence errors helped build myth of Nazi Alpine redoubt, says historian", + "description": "

    New book claims intercepted cables sent in second world war by Allen Dulles, later head of CIA, enabled disinformation campaign

    A US spymaster inadvertently helped the Nazis develop one of the most effective disinformation campaigns of the second world war by spreading rumours about Hitler’s plans for a Where Eagles Dare-style Alpine redoubt, a historian with access to classified US military records has found.

    The myth that the Nazis were amassing weapons and crack units of 100,000 fanatical soldiers in the spring of 1945 for a last stand in the Austro-Bavarian Alps was without any basis in fact but had a powerful hold on the imagination of American and British military leaders, who feared it could prolong the war for years.

    Continue reading...", + "content": "

    New book claims intercepted cables sent in second world war by Allen Dulles, later head of CIA, enabled disinformation campaign

    A US spymaster inadvertently helped the Nazis develop one of the most effective disinformation campaigns of the second world war by spreading rumours about Hitler’s plans for a Where Eagles Dare-style Alpine redoubt, a historian with access to classified US military records has found.

    The myth that the Nazis were amassing weapons and crack units of 100,000 fanatical soldiers in the spring of 1945 for a last stand in the Austro-Bavarian Alps was without any basis in fact but had a powerful hold on the imagination of American and British military leaders, who feared it could prolong the war for years.

    Continue reading...", + "category": "Second world war", + "link": "https://www.theguardian.com/world/2022/jan/03/us-intelligence-errors-helped-build-myth-of-nazi-alpine-redoubt-says-historian", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2022-01-03T08:00:41Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a4ecfaae1feacdc5d5d30cb49ec0cef" + "hash": "2cde40a430d4e332550864c51b539961", + "highlights": [] }, { - "title": "United States will bar travelers from 8 countries in southern Africa.", - "description": "Starting Monday, travelers from South Africa, Botswana, Zimbabwe, Namibia, Lesotho, Eswatini, Mozambique and Malawi will be barred unless they are citizens or permanent residents.", - "content": "Starting Monday, travelers from South Africa, Botswana, Zimbabwe, Namibia, Lesotho, Eswatini, Mozambique and Malawi will be barred unless they are citizens or permanent residents.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/27/world/covid-vaccine-boosters-variant", - "creator": "The New York Times", - "pubDate": "Sat, 27 Nov 2021 13:48:13 +0000", + "title": "Glorification of Plymouth shooter by ‘incels’ prompts calls for action", + "description": "

    Request for problem to be taken more seriously comes as data shows sixfold rise in visits to incel forums

    The man who gunned down seven people, killing five, in a rampage in Plymouth is being lionised by an online “incel” community, with some ironically venerating him as a “saint” and celebrating the attack as an aid to their recruitment drive.

    Jake Davison, 22, killed his mother, Maxine, 51, after a row before going on to fatally shoot four others and then himself in August last year. Before his death, he expressed misogynistic and homophobic tendencies, as well as angrily lamenting his failure to find a girlfriend.

    Continue reading...", + "content": "

    Request for problem to be taken more seriously comes as data shows sixfold rise in visits to incel forums

    The man who gunned down seven people, killing five, in a rampage in Plymouth is being lionised by an online “incel” community, with some ironically venerating him as a “saint” and celebrating the attack as an aid to their recruitment drive.

    Jake Davison, 22, killed his mother, Maxine, 51, after a row before going on to fatally shoot four others and then himself in August last year. Before his death, he expressed misogynistic and homophobic tendencies, as well as angrily lamenting his failure to find a girlfriend.

    Continue reading...", + "category": "Plymouth shooting", + "link": "https://www.theguardian.com/uk-news/2022/jan/03/glorification-plymouth-shooter-incels-prompts-calls-for-action", + "creator": "Ben Quinn", + "pubDate": "2022-01-03T12:28:01Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff3bb8d0eb296526a2e4f195686e036a" + "hash": "b4954a7b486c87b9b16321dd06bad54e", + "highlights": [] }, { - "title": "Solomon Islands Protests: 3 Burned Bodies Found in Chinatown", - "description": "The police were trying to determine if the charred remains found in the capital’s Chinatown district were linked to the protests, in which demonstrators set fire to buildings.", - "content": "The police were trying to determine if the charred remains found in the capital’s Chinatown district were linked to the protests, in which demonstrators set fire to buildings.", - "category": "Demonstrations, Protests and Riots", - "link": "https://www.nytimes.com/2021/11/27/world/asia/solomon-islands-protests-bodies.html", - "creator": "Yan Zhuang", - "pubDate": "Sat, 27 Nov 2021 08:05:55 +0000", + "title": "Masks for school students mandatory in several EU countries", + "description": "

    Analysis: Amid a backlash in England over the rule change, we look at the rules in place in other countries

    The return of a requirement in England for secondary pupils to wear face masks in class has sparked a backlash at the start of the new term, but several EU countries have already adopted the measure even for primary school children.

    Some Conservative MPs and parents’ groups have objected to the move, warning of a long-term impact of masks on children’s mental health and arguing that they they will have a longer-term impact on people’s ability to learn and socialise.

    Continue reading...", + "content": "

    Analysis: Amid a backlash in England over the rule change, we look at the rules in place in other countries

    The return of a requirement in England for secondary pupils to wear face masks in class has sparked a backlash at the start of the new term, but several EU countries have already adopted the measure even for primary school children.

    Some Conservative MPs and parents’ groups have objected to the move, warning of a long-term impact of masks on children’s mental health and arguing that they they will have a longer-term impact on people’s ability to learn and socialise.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/03/masks-for-school-students-mandatory-in-several-eu-countries", + "creator": "Jon Henley Europe correspondent", + "pubDate": "2022-01-03T14:29:13Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd5c509202f13ec0b5954a4864e9fcc7" + "hash": "a6fbd650149608c53c9da952a81f73a2", + "highlights": [] }, { - "title": "Iran Clamps Down on Protests Against Growing Water Shortages", - "description": "The crackdown came after the protests spilled over to at least one other city and a major protest on Friday loomed. Weather experts say 97 percent of the country is dealing with water scarcity issues.", - "content": "The crackdown came after the protests spilled over to at least one other city and a major protest on Friday loomed. Weather experts say 97 percent of the country is dealing with water scarcity issues.", - "category": "Rivers", - "link": "https://www.nytimes.com/2021/11/26/world/middleeast/iran-protests-water-shortages.html", - "creator": "Farnaz Fassihi", - "pubDate": "Sat, 27 Nov 2021 06:21:35 +0000", + "title": "NHS faces significant pressure in coming weeks, says Boris Johnson", + "description": "

    PM rejects claim relative lack of restrictions in England is a gamble but says it would be ‘absolute folly’ to believe threat has passed

    The NHS will face significant pressure in the coming weeks from the nationwide spread of the Omicron variant, Boris Johnson has said, while rejecting the idea that England’s relatively limited Covid restrictions amounted to a gamble.

    Speaking to reporters on a visit to Buckinghamshire, the prime minister also had strong words for Conservative MPs and others seeking a swift relaxation of the rules, saying it would be “absolute folly” to believe the threat had passed.

    Continue reading...", + "content": "

    PM rejects claim relative lack of restrictions in England is a gamble but says it would be ‘absolute folly’ to believe threat has passed

    The NHS will face significant pressure in the coming weeks from the nationwide spread of the Omicron variant, Boris Johnson has said, while rejecting the idea that England’s relatively limited Covid restrictions amounted to a gamble.

    Speaking to reporters on a visit to Buckinghamshire, the prime minister also had strong words for Conservative MPs and others seeking a swift relaxation of the rules, saying it would be “absolute folly” to believe the threat had passed.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/03/nhs-faces-significant-pressure-in-coming-weeks-says-boris-johnson", + "creator": "Peter Walker Political correspondent", + "pubDate": "2022-01-03T13:35:39Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c7623c8e56450c85d2e366f8aa128d3" + "hash": "c69f017fb1e6a72f8dfd0db486318050", + "highlights": [] }, { - "title": "New York governor declares a state of emergency in anticipation of new coronavirus surge.", - "description": "", - "content": "", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/27/world/covid-omicron-variant-news/new-york-governor-declares-a-state-of-emergency-in-anticipation-of-new-coronavirus-surge", - "creator": "Jesse McKinley", - "pubDate": "Sat, 27 Nov 2021 05:37:29 +0000", + "title": "Just refresh webpage, UK minister tells people trying to get Covid tests", + "description": "

    Nadhim Zahawi says supply of lateral flow tests increased to 300m a month and English schools to receive stock

    People struggling to get lateral flow tests for Covid “should just refresh” their webpage, the education secretary has suggested, as concerns mount over the impact of the Omicron variant on the country’s workforce.

    Nadhim Zahawi told Sky News he had organised a separate supply of tests for schools in England ahead of children’s return to the classrooms, amid requests they take at least two a week.

    Continue reading...", + "content": "

    Nadhim Zahawi says supply of lateral flow tests increased to 300m a month and English schools to receive stock

    People struggling to get lateral flow tests for Covid “should just refresh” their webpage, the education secretary has suggested, as concerns mount over the impact of the Omicron variant on the country’s workforce.

    Nadhim Zahawi told Sky News he had organised a separate supply of tests for schools in England ahead of children’s return to the classrooms, amid requests they take at least two a week.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/03/just-refresh-webpage-uk-minister-tells-people-trying-covid-tests", + "creator": "Jamie Grierson", + "pubDate": "2022-01-03T09:21:37Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bca348031a9c5c202049178c81273a7" + "hash": "ee9a5662513cf404ee98139cf58cf30b", + "highlights": [] }, { - "title": "Stocks and Oil Drop Amid New Coronavirus Variant", - "description": "Stocks and oil futures slumped, while investors sought safety in government bonds.", - "content": "Stocks and oil futures slumped, while investors sought safety in government bonds.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/26/business/covid-variant-stock-market-oil-prices.html", - "creator": "Eshe Nelson", - "pubDate": "Sat, 27 Nov 2021 05:33:39 +0000", + "title": "New year’s resolutions: how to get into the habit of saving", + "description": "

    From building up a nest egg by earning interest on small change, to using an app for budgeting

    There is no point trying to save if you are burdened by costly debts.

    Continue reading...", + "content": "

    From building up a nest egg by earning interest on small change, to using an app for budgeting

    There is no point trying to save if you are burdened by costly debts.

    Continue reading...", + "category": "Money", + "link": "https://www.theguardian.com/money/2022/jan/03/new-years-resolutions-saving-interest-budgeting", + "creator": "Rupert Jones", + "pubDate": "2022-01-03T07:00:40Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f3baf7e8ba40219026bed096f73238d3" + "hash": "ba07f316b2f457a2d2950a2164b15511", + "highlights": [] }, { - "title": "New 'Omicron' Variant Stokes Concern but Vaccines May Still Work", - "description": "The Omicron variant carries worrisome mutations that may let it evade antibodies, scientists said. But it will take more research to know how it fares against vaccinated people.", - "content": "The Omicron variant carries worrisome mutations that may let it evade antibodies, scientists said. But it will take more research to know how it fares against vaccinated people.", - "category": "Tests (Medical)", - "link": "https://www.nytimes.com/2021/11/26/health/omicron-variant-vaccines.html", - "creator": "Carl Zimmer", - "pubDate": "Sat, 27 Nov 2021 05:32:04 +0000", + "title": "UK weather: cold snap to bring end to unseasonal warm weather", + "description": "

    Parts of Britain could experience a temperature drop of 10C as Met Office issues yellow alert for parts of Scotland

    The unusually warm spell of weather, which included record temperatures over the New Year, will come to an abrupt end overnight, plunging by up to 10C (a drop of 18F) across parts of the UK.

    The forecast follows the hottest new year’s weekend on record when 16.5C (61.7F) was reached at Bala on 31 December 2021 – a New Year’s Eve record for the UK and Wales, when they usually are around 7C.

    Continue reading...", + "content": "

    Parts of Britain could experience a temperature drop of 10C as Met Office issues yellow alert for parts of Scotland

    The unusually warm spell of weather, which included record temperatures over the New Year, will come to an abrupt end overnight, plunging by up to 10C (a drop of 18F) across parts of the UK.

    The forecast follows the hottest new year’s weekend on record when 16.5C (61.7F) was reached at Bala on 31 December 2021 – a New Year’s Eve record for the UK and Wales, when they usually are around 7C.

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2022/jan/03/uk-weather-cold-snap-end-unseasonal-warm-weather", + "creator": "Georgina Quach", + "pubDate": "2022-01-03T14:38:10Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08cc52629786e099bc7622e5cf0c9875" + "hash": "82836a79e2cb19b3fda63b88ce42a4e1", + "highlights": [] }, { - "title": "Omicron Variant Prompts Travel Bans and Batters World Markets", - "description": "Scientists do not yet know how dangerous the new Omicron variant is, but its many mutations set off alarms, lowering hopes of putting the pandemic in the past.", - "content": "Scientists do not yet know how dangerous the new Omicron variant is, but its many mutations set off alarms, lowering hopes of putting the pandemic in the past.", - "category": "Disease Rates", - "link": "https://www.nytimes.com/2021/11/26/world/europe/coronavirus-omicron-variant.html", - "creator": "Richard Pérez-Peña and Jason Horowitz", - "pubDate": "Sat, 27 Nov 2021 05:30:25 +0000", + "title": "European stocks reach record highs on first day of trading in 2022", + "description": "

    Markets bet on a steady economic recovery despite threat of Covid variant Omicron

    European shares bounded to record highs in the first day of trading in 2022 as markets bet on a steady economic recovery despite the rising number of Covid-19 cases caused by the Omicron variant.

    Europe’s benchmark stock index, the STOXX 600, rose 0.6% to hit a record high of 490.76 points on Monday morning, surpassing its November peak of 490.58, as global oil and equity markets climbed.

    Continue reading...", + "content": "

    Markets bet on a steady economic recovery despite threat of Covid variant Omicron

    European shares bounded to record highs in the first day of trading in 2022 as markets bet on a steady economic recovery despite the rising number of Covid-19 cases caused by the Omicron variant.

    Europe’s benchmark stock index, the STOXX 600, rose 0.6% to hit a record high of 490.76 points on Monday morning, surpassing its November peak of 490.58, as global oil and equity markets climbed.

    Continue reading...", + "category": "Stock markets", + "link": "https://www.theguardian.com/business/2022/jan/03/european-stocks-record-highs-first-day-trading-2022-covid", + "creator": "Jillian Ambrose", + "pubDate": "2022-01-03T14:34:08Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74b0f72e47f5f021ffc409f8c9d21859" + "hash": "ae945d751541a7e40c373a3029dc2684", + "highlights": [] }, { - "title": "Praise for Stephen Sondheim at ‘Company’ and ‘Assassins' ", - "description": "“I would ask you to sit back and luxuriate in his extraordinary words and music,” the director John Doyle said before Friday’s performance of the “Assassins” revival.", - "content": "“I would ask you to sit back and luxuriate in his extraordinary words and music,” the director John Doyle said before Friday’s performance of the “Assassins” revival.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/11/27/theater/company-assassins-broadway-tributes-stephen-sondheim.html", - "creator": "Matt Stevens, Sadiba Hasan and Julia Jacobs", - "pubDate": "Sat, 27 Nov 2021 05:25:01 +0000", + "title": "Afghan agents pour 3,000 litres of alcohol into Kabul canal amid crackdown", + "description": "

    Liquor destroyed after barrels seized and three arrested in capital as Taliban government increases raids over alcohol and drugs

    A team of Afghan intelligence agents poured about 3,000 litres of liquor into a canal in Kabul, the country’s spy agency has said, as the new Taliban authorities crack down on the sale of alcohol.

    Video footage released by the General Directorate of Intelligence showed its agents pouring alcohol stored in barrels into the canal after seizing it during a raid in the capital.

    Continue reading...", + "content": "

    Liquor destroyed after barrels seized and three arrested in capital as Taliban government increases raids over alcohol and drugs

    A team of Afghan intelligence agents poured about 3,000 litres of liquor into a canal in Kabul, the country’s spy agency has said, as the new Taliban authorities crack down on the sale of alcohol.

    Video footage released by the General Directorate of Intelligence showed its agents pouring alcohol stored in barrels into the canal after seizing it during a raid in the capital.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2022/jan/03/afghan-agents-pour-3000-litres-of-alcohol-into-kabul-canal-amid-crackdown", + "creator": "Agence France-Presse in Kabul", + "pubDate": "2022-01-03T07:34:34Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4958bdadc45c15089709a6c816755e0d" + "hash": "9c5baf50b19b7cbf2e06efcf98e52455", + "highlights": [] }, { - "title": "Stephen Sondheim: The Essential Musical Dramatist Who Taught Us to Hear", - "description": "With a childlike sense of discovery, Stephen Sondheim found the language to convey the beauty in harsh complexity.", - "content": "With a childlike sense of discovery, Stephen Sondheim found the language to convey the beauty in harsh complexity.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/11/26/theater/remembering-stephen-sondheim.html", - "creator": "Jesse Green", - "pubDate": "Sat, 27 Nov 2021 05:23:38 +0000", + "title": "British Council launches inquiry after Kenyan staff allege racism", + "description": "

    Senior white executives are accused of discriminating against BAME Kenyan-born staff

    The British Council has launched an inquiry into allegations from black current and former staff members in Kenya who claim they were subjected to systemic racism.

    Senior white executives at the organisation, which is the British government’s cultural arm abroad, have been accused of discriminating against BAME Kenyan-born staff, particularly as they were selected and assessed for redundancy.

    A programme manager who worked at the British Council from August 2014 to 2019 who claimed they were put at risk of redundancy without adequate explanation.

    Another complainant claimed they resigned as a senior official of the Kenyan office’s welfare association after a white executive frustrated efforts to channel staff concerns to the senior leadership team. “Staff have no confidence raising concerns through HR … for fear of being victimised,” the complainant said.

    A manager for the professional skills centre in Kenya who claimed they were among a number of black employees who were unfairly targeted for redundancy.

    Continue reading...", + "content": "

    Senior white executives are accused of discriminating against BAME Kenyan-born staff

    The British Council has launched an inquiry into allegations from black current and former staff members in Kenya who claim they were subjected to systemic racism.

    Senior white executives at the organisation, which is the British government’s cultural arm abroad, have been accused of discriminating against BAME Kenyan-born staff, particularly as they were selected and assessed for redundancy.

    A programme manager who worked at the British Council from August 2014 to 2019 who claimed they were put at risk of redundancy without adequate explanation.

    Another complainant claimed they resigned as a senior official of the Kenyan office’s welfare association after a white executive frustrated efforts to channel staff concerns to the senior leadership team. “Staff have no confidence raising concerns through HR … for fear of being victimised,” the complainant said.

    A manager for the professional skills centre in Kenya who claimed they were among a number of black employees who were unfairly targeted for redundancy.

    Continue reading...", + "category": "Foreign policy", + "link": "https://www.theguardian.com/politics/2022/jan/03/british-council-launches-inquiry-after-kenyan-staff-allege-racism", + "creator": "Rajeev Syal", + "pubDate": "2022-01-03T13:38:47Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ebbc5a1791a599e9c36bbb04df22f907" + "hash": "3102f9f16480e48cd42a5f9972ed52a6", + "highlights": [] }, { - "title": "Stephen Sondheim Reflected on 'Company' and 'West Side Story' in Final Interview", - "description": "In an interview on Sunday, the revered composer and lyricist, 91, contentedly discussed his shows running on Broadway and off, as well as a new movie about to be released.", - "content": "In an interview on Sunday, the revered composer and lyricist, 91, contentedly discussed his shows running on Broadway and off, as well as a new movie about to be released.", - "category": "Sondheim, Stephen", - "link": "https://www.nytimes.com/2021/11/26/theater/stephen-sondheim-final-interview.html", - "creator": "Michael Paulson", - "pubDate": "Sat, 27 Nov 2021 03:29:32 +0000", + "title": "Democrats expected to bring voting rights protections bill to Senate – live", + "description": "

    Former senate majority leader Harry Reid, who died last week at 82 after a four-year battle with pancreatic cancer, will lie in state in the Capitol Rotunda on 12 January.

    What with this being the week of the first anniversary of the US Capitol attack, a lot of US news organisations are out with polls on the state of US democracy.

    Continue reading...", + "content": "

    Former senate majority leader Harry Reid, who died last week at 82 after a four-year battle with pancreatic cancer, will lie in state in the Capitol Rotunda on 12 January.

    What with this being the week of the first anniversary of the US Capitol attack, a lot of US news organisations are out with polls on the state of US democracy.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/live/2022/jan/03/us-politics-democrats-voting-rights-protections-bill-senate-latest-news", + "creator": "Vivian Ho", + "pubDate": "2022-01-03T14:32:53Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be572e7d1af8a05f99c3bea6770995a5" + "hash": "ae43619e577e4d2efddef311dfab7bc0", + "highlights": [] }, { - "title": "Brooks Koepka Bests Rival Bryson DeChambeau in 'The Match'", - "description": "Never paired together at one of golf’s majors, the rivals Brooks Koepka and Bryson DeChambeau instead went head-to-head in a spectacle for charity off the Las Vegas Strip.", - "content": "Never paired together at one of golf’s majors, the rivals Brooks Koepka and Bryson DeChambeau instead went head-to-head in a spectacle for charity off the Las Vegas Strip.", - "category": "Golf", - "link": "https://www.nytimes.com/2021/11/26/sports/golf/brooks-koepka-bryson-dechambeau-the-match.html", - "creator": "Brendan Porath", - "pubDate": "Sat, 27 Nov 2021 00:57:50 +0000", + "title": "Boy who died after going missing from remote NT community was mauled by dogs", + "description": "

    Police say three-year-old’s wounds were ‘consistent with an animal attack’

    A young boy who died after going missing from a remote central Australian desert community was mauled during a “horrific” dog attack, police say.

    The three-year-old’s family reported him missing on Friday evening after searching Hermannsburg, south-west of Alice Springs, for several hours.

    Continue reading...", + "content": "

    Police say three-year-old’s wounds were ‘consistent with an animal attack’

    A young boy who died after going missing from a remote central Australian desert community was mauled during a “horrific” dog attack, police say.

    The three-year-old’s family reported him missing on Friday evening after searching Hermannsburg, south-west of Alice Springs, for several hours.

    Continue reading...", + "category": "Northern Territory", + "link": "https://www.theguardian.com/australia-news/2022/jan/03/boy-who-died-after-going-missing-from-remote-nt-community-was-mauled-by-dogs", + "creator": "Australian Associated Press", + "pubDate": "2022-01-03T08:41:42Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c601289625abc8aa4b27fde1bef1d65" + "hash": "603e1f62cd2a9f3cdaa133e1ee2091e8", + "highlights": [] }, { - "title": "Who Is Carissa Schumacher?", - "description": "Carissa Schumacher channels the dead for her A-list celebrity clients.But most days, she’s in the forest.", - "content": "Carissa Schumacher channels the dead for her A-list celebrity clients.But most days, she’s in the forest.", - "category": "Schumacher, Carissa", - "link": "https://www.nytimes.com/2021/11/26/style/carissa-schumacher-flamingo-estate-los-angeles.html", - "creator": "Irina Aleksander", - "pubDate": "Sat, 27 Nov 2021 00:49:54 +0000", + "title": "Victims’ testimony: how Ghislaine Maxwell lured girls into Epstein’s orbit", + "description": "

    In a Manhattan courtroom, four of Maxwell’s accusers painted a powerful story of sexual abuse

    • This article contains descriptions of sexual abuse

    Four of Ghislaine Maxwell’s accusers testified against the British socialite at her Manhattan federal court trial, painting a compelling and powerful story of sexual abuse.

    These women – Jane, Kate, Carolyn and Annie Farmer – all testified they met Maxwell as teens, and that she lured them into Jeffrey Epstein’s orbit. While the dates and exact circumstances of their encounters with Maxwell differ, they all share striking similarities. Only Farmer used her real full name.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732).

    Continue reading...", + "content": "

    In a Manhattan courtroom, four of Maxwell’s accusers painted a powerful story of sexual abuse

    • This article contains descriptions of sexual abuse

    Four of Ghislaine Maxwell’s accusers testified against the British socialite at her Manhattan federal court trial, painting a compelling and powerful story of sexual abuse.

    These women – Jane, Kate, Carolyn and Annie Farmer – all testified they met Maxwell as teens, and that she lured them into Jeffrey Epstein’s orbit. While the dates and exact circumstances of their encounters with Maxwell differ, they all share striking similarities. Only Farmer used her real full name.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732).

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/29/ghislaine-maxwell-jeffrey-epstein-accusers-stories", + "creator": "Victoria Bekiempis", + "pubDate": "2021-12-29T22:13:46Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "189a5b962c94ec92eaf1dbea249d16f5" + "hash": "1308f0e670a5c48b53fe73777797c2ac", + "highlights": [] }, { - "title": "A Mine Disaster in Russia Highlights Safety Shortfalls in Rush to Dig Coal", - "description": "At least 46 miners were killed in an explosion at a Siberian mine. The director of the mine has been taken into police custody, along with five other administrators.", - "content": "At least 46 miners were killed in an explosion at a Siberian mine. The director of the mine has been taken into police custody, along with five other administrators.", - "category": "Explosions (Accidental)", - "link": "https://www.nytimes.com/2021/11/26/world/europe/mine-disaster-russia-safety.html", - "creator": "Valerie Hopkins", - "pubDate": "Fri, 26 Nov 2021 23:52:32 +0000", + "title": "Covid news live: masks return to England’s classrooms; France enters new Covid restrictions", + "description": "

    Secondary school pupils in England return to wearing masks in classrooms as new term begins; France limits number of people permitted at events, with working from home now mandatory

    Québec, Canada proceeded with the first of three planned closures of non-essential retail stores on Sunday as the provincial government attempts to curb a new Covid wave and strain on hospitals.

    Québec premier Francois Legault announced last week that the majority of the province’s stores would be closed for the next three Sundays, with the exception of pharmacies, convenience stores and petrol stations.

    The last thing businesses need during these difficult times is additional restrictions. We must leave the choice to businesses to open or close at the time that makes the most sense for them, their employees and their customers.

    Continue reading...", + "content": "

    Secondary school pupils in England return to wearing masks in classrooms as new term begins; France limits number of people permitted at events, with working from home now mandatory

    Québec, Canada proceeded with the first of three planned closures of non-essential retail stores on Sunday as the provincial government attempts to curb a new Covid wave and strain on hospitals.

    Québec premier Francois Legault announced last week that the majority of the province’s stores would be closed for the next three Sundays, with the exception of pharmacies, convenience stores and petrol stations.

    The last thing businesses need during these difficult times is additional restrictions. We must leave the choice to businesses to open or close at the time that makes the most sense for them, their employees and their customers.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/03/covid-news-live-4000-more-flights-cancelled-over-omicron-israel-to-offer-fourth-jab-to-over-60s", + "creator": "Samantha Lock", + "pubDate": "2022-01-03T07:51:30Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f10b7f980c9b3d56fe941834efa3a0c3" + "hash": "d0ff79043fc5b0f9e31cc125948a5ae7", + "highlights": [] }, { - "title": "The Military’s Broken Culture Around Sexual Violence and Suicide", - "description": "The Pentagon isn’t doing what is necessary to protect and care for service members facing trauma. ", - "content": "The Pentagon isn’t doing what is necessary to protect and care for service members facing trauma. ", - "category": "United States Defense and Military Forces", - "link": "https://www.nytimes.com/2021/11/26/opinion/us-military-sexual-violence-suicide.html", - "creator": "Cybèle C. Greenberg", - "pubDate": "Fri, 26 Nov 2021 22:23:03 +0000", + "title": "US could be under rightwing dictator by 2030, Canadian professor warns", + "description": "

    Canadian political scientist warns in op ed of Trumpist threat to American democracy and possible effect on northern neighbor

    The US could be under a rightwing dictatorship by 2030, a Canadian political science professor has warned, urging his country to protect itself against the “collapse of American democracy”.

    “We mustn’t dismiss these possibilities just because they seem ludicrous or too horrible to imagine,” Thomas Homer-Dixon, founding director of the Cascade Institute at Royal Roads University in British Columbia, wrote in the Globe and Mail.

    Continue reading...", + "content": "

    Canadian political scientist warns in op ed of Trumpist threat to American democracy and possible effect on northern neighbor

    The US could be under a rightwing dictatorship by 2030, a Canadian political science professor has warned, urging his country to protect itself against the “collapse of American democracy”.

    “We mustn’t dismiss these possibilities just because they seem ludicrous or too horrible to imagine,” Thomas Homer-Dixon, founding director of the Cascade Institute at Royal Roads University in British Columbia, wrote in the Globe and Mail.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/2022/jan/03/us-rightwing-dictatorship-2030-trump-canada", + "creator": "Richard Luscombe", + "pubDate": "2022-01-03T06:00:39Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b38836a0027856ce1f0a2ff73a4f95f8" + "hash": "da3a317c3473a505c8c4720a61d3d163", + "highlights": [] }, { - "title": "France-U.K. Acrimony Impedes Progress on Channel Crossings", - "description": "Rather than working together to curb hazardous sea crossings, leaders of the two countries almost immediately fell into a familiar pattern of squabbling.", - "content": "Rather than working together to curb hazardous sea crossings, leaders of the two countries almost immediately fell into a familiar pattern of squabbling.", - "category": "English Channel", - "link": "https://www.nytimes.com/2021/11/26/world/europe/france-uk-migrants-english-channel.html", - "creator": "Mark Landler", - "pubDate": "Fri, 26 Nov 2021 20:01:41 +0000", + "title": "‘A normal tactic’: Myanmar’s aid workers vow to press on despite Christmas Eve massacre", + "description": "

    Attacks such as the one in which two Save the Children staff died are a harsh fact of life under the junta, say humanitarian workers

    “The events of last week are just par for the army’s inhumanity and immorality.”

    So says Michael Isherwood, chair of the Burma Humanitarian Mission and program director of Backpack Medics, after Myanmar’s junta massacred more than 35 people, including two Save the Children workers, on Christmas Eve. At the time, the attack garnered international headlines, with the children’s charity calling it “absolutely horrifying”, and the UN urging an investigation.

    Continue reading...", + "content": "

    Attacks such as the one in which two Save the Children staff died are a harsh fact of life under the junta, say humanitarian workers

    “The events of last week are just par for the army’s inhumanity and immorality.”

    So says Michael Isherwood, chair of the Burma Humanitarian Mission and program director of Backpack Medics, after Myanmar’s junta massacred more than 35 people, including two Save the Children workers, on Christmas Eve. At the time, the attack garnered international headlines, with the children’s charity calling it “absolutely horrifying”, and the UN urging an investigation.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2022/jan/03/a-normal-tactic-myanmars-aid-workers-vow-to-press-on-despite-christmas-eve-massacre", + "creator": "Rebecca Root in Bangkok", + "pubDate": "2022-01-03T06:43:25Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "abd0337155c5a7a8b09cfbb9f6559f84" + "hash": "ef9428edb313a47a1d0c392a969b6d6b", + "highlights": [] }, { - "title": "It’s Beginning to Look a Lot Like Hanukkah", - "description": "What’s that reindeer doing with menorah antlers? Retailers want inclusive holiday merchandise, but hit a few snags.", - "content": "What’s that reindeer doing with menorah antlers? Retailers want inclusive holiday merchandise, but hit a few snags.", - "category": "Shopping and Retail", - "link": "https://www.nytimes.com/2021/11/26/business/hanukkah-fails-holiday-gifts-christmas.html", - "creator": "Emma Goldberg", - "pubDate": "Fri, 26 Nov 2021 19:55:35 +0000", + "title": "World’s oldest person celebrates 119th birthday in Japan nursing home", + "description": "

    Kane Tanaka has set her sights on becoming 120 next year, as figures show the number of young adults in Japan in steep decline

    The world’s oldest person has celebrated her 119th birthday in Japan, saying she is determined to extend the record by another year.

    Kane Tanaka, who has a weakness for fizzy drinks and chocolate, marked the milestone on Sunday with staff at the nursing home where she lives in Fukuoka prefecture, south-west Japan, according to media reports.

    Continue reading...", + "content": "

    Kane Tanaka has set her sights on becoming 120 next year, as figures show the number of young adults in Japan in steep decline

    The world’s oldest person has celebrated her 119th birthday in Japan, saying she is determined to extend the record by another year.

    Kane Tanaka, who has a weakness for fizzy drinks and chocolate, marked the milestone on Sunday with staff at the nursing home where she lives in Fukuoka prefecture, south-west Japan, according to media reports.

    Continue reading...", + "category": "Japan", + "link": "https://www.theguardian.com/world/2022/jan/03/worlds-oldest-person-celebrates-119th-birthday-in-japan-nursing-home", + "creator": "Justin McCurry in Tokyo", + "pubDate": "2022-01-03T05:51:11Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6125fd58683ebc146b369660e55de31" + "hash": "8768de485c63c2b000f7d545133d2ebc", + "highlights": [] }, { - "title": "Maya Lin’s Dismantled ‘Ghost Forest’ to Be Reborn as Boats", - "description": "Teenagers are making boats using the wood from her grove installation at Madison Square Park, and the artist is happy that the work is seeing a new life.", - "content": "Teenagers are making boats using the wood from her grove installation at Madison Square Park, and the artist is happy that the work is seeing a new life.", - "category": "Art", - "link": "https://www.nytimes.com/2021/11/24/arts/design/maya-lin-rocking-the-boat.html", - "creator": "Zachary Small", - "pubDate": "Fri, 26 Nov 2021 19:49:11 +0000", + "title": "Sudan’s prime minister resigns as pro-democracy protests violently repressed", + "description": "

    Abdalla Hamdok quits on same day at least two protesters killed by security forces during unrest in Khartoum and other cities

    Sudan’s prime minister has announced his resignation amid political deadlock and widespread pro-democracy protests following a military coup that derailed the country’s fragile transition to democratic rule.

    Abdalla Hamdok, a former UN official seen as the civilian face of Sudan’s transitional government, had been reinstated as prime minister in November as part of an agreement with the military following the October coup. In that time he had failed to name a cabinet and his resignation on Sunday throws Sudan into political uncertainty.

    Continue reading...", + "content": "

    Abdalla Hamdok quits on same day at least two protesters killed by security forces during unrest in Khartoum and other cities

    Sudan’s prime minister has announced his resignation amid political deadlock and widespread pro-democracy protests following a military coup that derailed the country’s fragile transition to democratic rule.

    Abdalla Hamdok, a former UN official seen as the civilian face of Sudan’s transitional government, had been reinstated as prime minister in November as part of an agreement with the military following the October coup. In that time he had failed to name a cabinet and his resignation on Sunday throws Sudan into political uncertainty.

    Continue reading...", + "category": "Sudan", + "link": "https://www.theguardian.com/world/2022/jan/02/sudans-prime-minister-resigns-as-pro-democracy-protests-violently-repressed", + "creator": "Associated Press", + "pubDate": "2022-01-02T22:52:56Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0d0be9fb648e0f6e6a192e882f33621" + "hash": "2bd84989a2e54bf09ff816a909ce53f2", + "highlights": [] }, { - "title": "Carlos Arthur Nuzman, Who Brought Olympics to Brazil, Convicted of Bribery", - "description": "Carlos Arthur Nuzman was found guilty after a trial that featured claims of rigged votes, gold bars and at least $2 million in payoffs to top sports officials.", - "content": "Carlos Arthur Nuzman was found guilty after a trial that featured claims of rigged votes, gold bars and at least $2 million in payoffs to top sports officials.", - "category": "Olympic Games (2016)", - "link": "https://www.nytimes.com/2021/11/26/sports/olympics/rio-olympics-nuzman-diack-cabral.html", - "creator": "Tariq Panja", - "pubDate": "Fri, 26 Nov 2021 19:24:05 +0000", + "title": "Court to unseal deal between Jeffrey Epstein and Virginia Giuffre", + "description": "

    Prince Andrew’s lawyers believe 2009 agreement could shield him from Giuffre’s civil sexual assault lawsuit

    A crunch week in Prince Andrew’s fight to avoid a public trial over claims he sexually assaulted a 17-year-old trafficked by the convicted child sex offender Jeffrey Epstein begins on Monday, when a New York court unseals a confidential 2009 deal between Epstein and the alleged victim.

    Lawyers for the Duke of York, who “unequivocally denies” the claims made by Virginia Giuffre, believe her agreement with Epstein could shield him from her civil lawsuit accusing him of sexual abuse in 2001.

    Continue reading...", + "content": "

    Prince Andrew’s lawyers believe 2009 agreement could shield him from Giuffre’s civil sexual assault lawsuit

    A crunch week in Prince Andrew’s fight to avoid a public trial over claims he sexually assaulted a 17-year-old trafficked by the convicted child sex offender Jeffrey Epstein begins on Monday, when a New York court unseals a confidential 2009 deal between Epstein and the alleged victim.

    Lawyers for the Duke of York, who “unequivocally denies” the claims made by Virginia Giuffre, believe her agreement with Epstein could shield him from her civil lawsuit accusing him of sexual abuse in 2001.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/02/court-to-unseal-deal-between-jeffrey-epstein-and-virginia-giuffre", + "creator": "Robert Booth Social affairs correspondent", + "pubDate": "2022-01-02T18:54:45Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aeee91a2989b82f1b80657ad1ce3b3b5" + "hash": "5f329c5fcf2d15cf9ab9ee29e9acd17d", + "highlights": [] }, { - "title": "There Is Another Democrat A.O.C. Should Be Mad At", - "description": "The monumental scale of the Build Back Better plan raises a difficult question: Is a fleeting and narrow majority enough for making history?", - "content": "The monumental scale of the Build Back Better plan raises a difficult question: Is a fleeting and narrow majority enough for making history?", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/11/26/opinion/democrats-aoc-build-back-better.html", - "creator": "Greg Weiner", - "pubDate": "Fri, 26 Nov 2021 19:14:15 +0000", + "title": "Royal Navy says it received reports of vessel attacked off Yemen", + "description": "

    UKMTO advises mariners to exercise extreme caution in the area following the incident in the Red Sea

    The Royal Navy’s maritime information service has received reports of an attack on a vessel near Yemen’s port of Ras Isa and an investigation was being conducted.

    In an advisory issued at 2150 GMT on Sunday, the United Kingdom Maritime Trade Operations (UKMTO) – part of Britain’s Royal Navy – advised mariners to exercise extreme caution in the area.

    Continue reading...", + "content": "

    UKMTO advises mariners to exercise extreme caution in the area following the incident in the Red Sea

    The Royal Navy’s maritime information service has received reports of an attack on a vessel near Yemen’s port of Ras Isa and an investigation was being conducted.

    In an advisory issued at 2150 GMT on Sunday, the United Kingdom Maritime Trade Operations (UKMTO) – part of Britain’s Royal Navy – advised mariners to exercise extreme caution in the area.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/03/british-navy-says-it-received-reports-of-vessel-attacked-off-yemen", + "creator": "Reuters", + "pubDate": "2022-01-03T07:23:57Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7408f2b8dda07b5dd6e0c08981436f1b" + "hash": "31eeb1f7d591f4bf76b780b161535338", + "highlights": [] }, { - "title": "As Virtual Worlds Grow, We Are Losing Our Sense of Touch ", - "description": "After I’ve struggled with anorexia and bulimia for more than 20 years, the last thing I want is technology that further estranges me from my body. ", - "content": "After I’ve struggled with anorexia and bulimia for more than 20 years, the last thing I want is technology that further estranges me from my body. ", - "category": "Facebook Inc", - "link": "https://www.nytimes.com/2021/11/26/opinion/touch-starvation-metaverse-virtual-worlds.html", - "creator": "JoAnna Novak", - "pubDate": "Fri, 26 Nov 2021 19:09:32 +0000", + "title": "Hong Kong’s Citizen News to close citing fears for staff safety", + "description": "

    Independent online news portal to cease operations amid ‘worsening environment for media’ in city

    The Hong Kong independent news outlet Citizen News has said it will cease operations from Tuesday in the face of what it described as a deteriorating media environment in the Chinese-ruled city and to ensure the safety of its staff.

    “Regrettably, the rapid changes in society and worsening environment for media make us unable to achieve our goal fearlessly. Amid this crisis, we have to first make sure everyone on the boat is safe,” Citizen News, which was established in 2017, said in a statement.

    Continue reading...", + "content": "

    Independent online news portal to cease operations amid ‘worsening environment for media’ in city

    The Hong Kong independent news outlet Citizen News has said it will cease operations from Tuesday in the face of what it described as a deteriorating media environment in the Chinese-ruled city and to ensure the safety of its staff.

    “Regrettably, the rapid changes in society and worsening environment for media make us unable to achieve our goal fearlessly. Amid this crisis, we have to first make sure everyone on the boat is safe,” Citizen News, which was established in 2017, said in a statement.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2022/jan/02/hong-kong-citizen-news-close-fears-staff-safety", + "creator": "Helen Davidson with agencies", + "pubDate": "2022-01-03T05:36:41Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "388087c65073dca9aba143be67ac12cb" + "hash": "685ac4f815e7f672feb636a8d4d633d3", + "highlights": [] }, { - "title": "Jakucho Setouchi, 99, Dies; Buddhist Priest Wrote of Sex and Love", - "description": "Her more than 400 novels often drew on her own romantic affairs, and her translation of an 11th-century romantic Japanese classic sold millions of copies.", - "content": "Her more than 400 novels often drew on her own romantic affairs, and her translation of an 11th-century romantic Japanese classic sold millions of copies.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/11/26/world/asia/jakucho-setouchi-dead.html", - "creator": "Motoko Rich and Makiko Inoue", - "pubDate": "Fri, 26 Nov 2021 18:15:43 +0000", + "title": "China Evergrande shares suspended amid reports of demolition order", + "description": "

    The property giant has been told to demolish 39 buildings in a high-profile development in Hainan province, reports say

    Shares in China’s Evergrande Group have been suspended from trading, the embattled property developer announced on Monday, without giving any reason.

    It came amid Chinese media reports that the world’s most indebted developer was ordered by authorities in southern Hainan province to demolish 39 buildings in 10 days because the building permits were illegally obtained.

    Continue reading...", + "content": "

    The property giant has been told to demolish 39 buildings in a high-profile development in Hainan province, reports say

    Shares in China’s Evergrande Group have been suspended from trading, the embattled property developer announced on Monday, without giving any reason.

    It came amid Chinese media reports that the world’s most indebted developer was ordered by authorities in southern Hainan province to demolish 39 buildings in 10 days because the building permits were illegally obtained.

    Continue reading...", + "category": "Evergrande", + "link": "https://www.theguardian.com/business/2022/jan/03/china-evergrande-shares-suspended-from-trading-in-hong-kong", + "creator": "Martin Farrer and agencies", + "pubDate": "2022-01-03T04:51:40Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eae28068ab70c08abcae7abdc30d24df" + "hash": "43d2786893c594b82648562dd7267f0e", + "highlights": [] }, { - "title": "Genetic Risks for Cancer Should Not Mean Financial Hardship", - "description": "People with markers for cancer often need more screenings. But health insurers are not required to fully cover them. ", - "content": "People with markers for cancer often need more screenings. But health insurers are not required to fully cover them. ", - "category": "Health Insurance and Managed Care", - "link": "https://www.nytimes.com/2021/11/26/opinion/genetic-risks-cancer.html", - "creator": "Leah Pierson and Emma Pierson", - "pubDate": "Fri, 26 Nov 2021 17:47:42 +0000", + "title": "Kleptoparasitic bear steals wolves’ kill in filmed Yellowstone drama", + "description": "

    National Parks Service describes rare incident in which sneaky grizzly joined chase with the Junction Butte pack

    Wildlife officials in Yellowstone national park captured the “unusual” sight of a cheeky grizzly bear tagging along with a pack of hunting wolves, then making off with their kill.

    The enthralling video, posted to the National Parks Service Facebook page, shows the October incident in which the wolves from the Junction Butte pack in northern Yellowstone were joined by a lumbering grizzly as they hunted a herd of elk.

    Continue reading...", + "content": "

    National Parks Service describes rare incident in which sneaky grizzly joined chase with the Junction Butte pack

    Wildlife officials in Yellowstone national park captured the “unusual” sight of a cheeky grizzly bear tagging along with a pack of hunting wolves, then making off with their kill.

    The enthralling video, posted to the National Parks Service Facebook page, shows the October incident in which the wolves from the Junction Butte pack in northern Yellowstone were joined by a lumbering grizzly as they hunted a herd of elk.

    Continue reading...", + "category": "Animals", + "link": "https://www.theguardian.com/world/2022/jan/03/kleptoparasitic-bear-steals-wolves-kill-yellowstone", + "creator": "Richard Luscombe", + "pubDate": "2022-01-03T07:30:40Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e087de601abd7b35b414a7ee1139313" + "hash": "6e443f4c1358d971798b061c8fb58140", + "highlights": [] }, { - "title": "Pushed by Players, the N.F.L. Works to Embrace Mental Health", - "description": "N.F.L. teams have standardized support for mental wellness as their players fight social stigmas and the league’s “just play through it” ethos.", - "content": "N.F.L. teams have standardized support for mental wellness as their players fight social stigmas and the league’s “just play through it” ethos.", - "category": "Football", - "link": "https://www.nytimes.com/2021/11/26/sports/football/nfl-mental-health.html", - "creator": "Anna Katherine Clemmons", - "pubDate": "Fri, 26 Nov 2021 16:00:35 +0000", + "title": "‘There is no money left’: Covid crisis leaves Sri Lanka on brink of bankruptcy", + "description": "

    Half a million people have sunk into poverty since the pandemic struck, with rising costs forcing many to cut back on food

    Sri Lanka is facing a deepening financial and humanitarian crisis with fears it could go bankrupt in 2022 as inflation rises to record levels, food prices rocket and its coffers run dry.

    The meltdown faced by the government, led by the strongman president Gotabaya Rajapaksa, is in part caused by the immediate impact of the Covid crisis and the loss of tourism but is compounded by high government spending and tax cuts eroding state revenues, vast debt repayments to China and foreign exchange reserves at their lowest levels in a decade. Inflation has meanwhile been spurred by the government printing money to pay off domestic loans and foreign bonds.

    Continue reading...", + "content": "

    Half a million people have sunk into poverty since the pandemic struck, with rising costs forcing many to cut back on food

    Sri Lanka is facing a deepening financial and humanitarian crisis with fears it could go bankrupt in 2022 as inflation rises to record levels, food prices rocket and its coffers run dry.

    The meltdown faced by the government, led by the strongman president Gotabaya Rajapaksa, is in part caused by the immediate impact of the Covid crisis and the loss of tourism but is compounded by high government spending and tax cuts eroding state revenues, vast debt repayments to China and foreign exchange reserves at their lowest levels in a decade. Inflation has meanwhile been spurred by the government printing money to pay off domestic loans and foreign bonds.

    Continue reading...", + "category": "Sri Lanka", + "link": "https://www.theguardian.com/world/2022/jan/02/covid-crisis-sri-lanka-bankruptcy-poverty-pandemic-food-prices", + "creator": "Minoli Soysa in Colombo and Hannah Ellis-Petersen in Delhi", + "pubDate": "2022-01-02T15:00:21Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5cc6706c130fbff329e8989e7b0d7f8" + "hash": "1c75a3589af5669cd6465d7875126ed7", + "highlights": [] }, { - "title": "‘Afghan Girl’ From 1985 National Geographic Cover Takes Refuge in Italy", - "description": "Sharbat Gula, whose haunting portrait was featured by the magazine more than three decades ago, was evacuated to Rome after the Taliban takeover of Afghanistan.", - "content": "Sharbat Gula, whose haunting portrait was featured by the magazine more than three decades ago, was evacuated to Rome after the Taliban takeover of Afghanistan.", - "category": "Middle East and Africa Migrant Crisis", - "link": "https://www.nytimes.com/2021/11/26/world/europe/afghan-girl-national-geographic.html", - "creator": "Jenny Gross", - "pubDate": "Fri, 26 Nov 2021 15:24:27 +0000", + "title": "Covid clinics: hope and high prices on the long road to recovery", + "description": "Yoga, mud baths and liver compresses… Welcome to the world of luxury wellness and long Covid. Amelia Tait reports on the extreme wealth divide in the search for a cure

    Underneath the shadow of the snow-topped Austrian Alps, in front of a forest of thick green trees and behind a pure azure lake, sits a sprawling chalet that has seen everyone from Kate Moss to Michael Gove pass through its wide glass doors. The VivaMayr health resort in Altaussee, Austria, has long been the picturesque home of celebrity detoxes – strict bans on caffeine and alcohol, combined with stricter rules about the number of times you need to chew your food (40, naturally) have helped numerous celebrity clientele lose weight. The detoxing might sound harsh, but tranquillity oozes through the resort’s Instagram page, where enchanting mists tickle thick evergreen trees and women pose with mugs in sleek, pine interiors. It’s not the image that comes to mind when you think “long-Covid clinic”, but it is one. For £2,700 a week (excluding accommodation), sufferers can attend VivaMayr’s post-Covid medical programme, which promises a “better quality of life”.

    There is currently no cure for long Covid – the condition in which individuals continue to suffer Covid-19 symptoms for months after first being infected – but there are plenty of treatments. There is an entire network of specialist NHS long-Covid clinics across the United Kingdom – here, patients can undergo rehabilitative programmes to help them improve their stamina, breathing and cognitive functions (for many, long Covid is characterised by fatigue, breathlessness, and concentration problems). Yet in September, the Office for National Statistics estimated that 1.1 million people in the UK currently suffer with long Covid, while between July and August, only 5,737 people were referred to specialist NHS clinics. With the Omicron variant threatening more lives, there’s a gap in the market for long-Covid care, and plenty of private practitioners are happy to fill it – for a price.

    Continue reading...", + "content": "Yoga, mud baths and liver compresses… Welcome to the world of luxury wellness and long Covid. Amelia Tait reports on the extreme wealth divide in the search for a cure

    Underneath the shadow of the snow-topped Austrian Alps, in front of a forest of thick green trees and behind a pure azure lake, sits a sprawling chalet that has seen everyone from Kate Moss to Michael Gove pass through its wide glass doors. The VivaMayr health resort in Altaussee, Austria, has long been the picturesque home of celebrity detoxes – strict bans on caffeine and alcohol, combined with stricter rules about the number of times you need to chew your food (40, naturally) have helped numerous celebrity clientele lose weight. The detoxing might sound harsh, but tranquillity oozes through the resort’s Instagram page, where enchanting mists tickle thick evergreen trees and women pose with mugs in sleek, pine interiors. It’s not the image that comes to mind when you think “long-Covid clinic”, but it is one. For £2,700 a week (excluding accommodation), sufferers can attend VivaMayr’s post-Covid medical programme, which promises a “better quality of life”.

    There is currently no cure for long Covid – the condition in which individuals continue to suffer Covid-19 symptoms for months after first being infected – but there are plenty of treatments. There is an entire network of specialist NHS long-Covid clinics across the United Kingdom – here, patients can undergo rehabilitative programmes to help them improve their stamina, breathing and cognitive functions (for many, long Covid is characterised by fatigue, breathlessness, and concentration problems). Yet in September, the Office for National Statistics estimated that 1.1 million people in the UK currently suffer with long Covid, while between July and August, only 5,737 people were referred to specialist NHS clinics. With the Omicron variant threatening more lives, there’s a gap in the market for long-Covid care, and plenty of private practitioners are happy to fill it – for a price.

    Continue reading...", + "category": "Long Covid", + "link": "https://www.theguardian.com/global/2022/jan/02/covid-clinics-hope-and-high-prices-on-the-long-road-to-recovery", + "creator": "Amelia Tait", + "pubDate": "2022-01-02T09:00:14Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f5fa6dce509eda509baf5697de26c82" + "hash": "6888bafa119065b7dd2fe2483162e5ec", + "highlights": [] }, { - "title": "How to Build a Terrarium, So It’s Always Gardening Season", - "description": "As winter closes in, there’s at least one place where plants will still grow: a terrarium. Here’s how to get started on yours.", - "content": "As winter closes in, there’s at least one place where plants will still grow: a terrarium. Here’s how to get started on yours.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/11/26/realestate/how-to-build-a-terrarium.html", - "creator": "Margaret Roach", - "pubDate": "Fri, 26 Nov 2021 10:00:28 +0000", + "title": "Britain got it wrong on Covid: long lockdown did more harm than good, says scientist", + "description": "

    A new book outlines the mistakes and missteps that made UK pandemic worse

    There was a distinctive moment, at the start of the Covid-19 pandemic, that neatly encapsulated the mistakes and confusion of Britain’s early efforts to tackle the disease, says Mark Woolhouse. At a No 10 briefing in March 2020, cabinet minister Michael Gove warned the virus did not discriminate. “Everyone is at risk,” he announced.

    And nothing could be further from the truth, argues Professor Woolhouse, an expert on infectious diseases at Edinburgh University. “I am afraid Gove’s statement was simply not true,” he says. “In fact, this is a very discriminatory virus. Some people are much more at risk from it than others. People over 75 are an astonishing 10,000 times more at risk than those who are under 15.”

    Continue reading...", + "content": "

    A new book outlines the mistakes and missteps that made UK pandemic worse

    There was a distinctive moment, at the start of the Covid-19 pandemic, that neatly encapsulated the mistakes and confusion of Britain’s early efforts to tackle the disease, says Mark Woolhouse. At a No 10 briefing in March 2020, cabinet minister Michael Gove warned the virus did not discriminate. “Everyone is at risk,” he announced.

    And nothing could be further from the truth, argues Professor Woolhouse, an expert on infectious diseases at Edinburgh University. “I am afraid Gove’s statement was simply not true,” he says. “In fact, this is a very discriminatory virus. Some people are much more at risk from it than others. People over 75 are an astonishing 10,000 times more at risk than those who are under 15.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/02/britain-got-it-wrong-on-covid-long-lockdown-did-more-harm-than-good-says-scientist", + "creator": "Robin McKie", + "pubDate": "2022-01-02T09:00:13Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dba47feaefefa6984d0e8b7becc02742" + "hash": "e92372d090953fa3cc2eb8a03a0bf56d", + "highlights": [] }, { - "title": "Edward Durr Jr.: The Trump Republican Who’s Riding High in New Jersey", - "description": "“If anything, my election showed nobody’s untouchable,” said Edward Durr Jr., who pulled off a stunning victory to win a New Jersey State Senate seat.", - "content": "“If anything, my election showed nobody’s untouchable,” said Edward Durr Jr., who pulled off a stunning victory to win a New Jersey State Senate seat.", - "category": "Elections, State Legislature", - "link": "https://www.nytimes.com/2021/11/26/nyregion/edward-durr-new-jersey-republican.html", - "creator": "Tracey Tully", - "pubDate": "Fri, 26 Nov 2021 10:00:26 +0000", + "title": "‘I want Mickey by Toni Basil played at my funeral’: Sophie Ellis-Bextor’s honest playlist", + "description": "

    The singer loves a bit of disco on the dancefloor and Prince in the bedroom, but when it comes to karaoke, she keeps faith with George Michael

    The first single that I ever bought
    Our House by Madness. I was four, so the actual purchase was instigated by my father. He was such a big music fan and wanted to make sure that I knew this was the first song I was buying. I still adore it. In 2020’s lockdown, we did Kitchen Discos: I sang on my Instagram with the kids. After 10 weeks, I chose to close the whole thing with Our House. It celebrates the glory and chaos of family life.

    ***

    Continue reading...", + "content": "

    The singer loves a bit of disco on the dancefloor and Prince in the bedroom, but when it comes to karaoke, she keeps faith with George Michael

    The first single that I ever bought
    Our House by Madness. I was four, so the actual purchase was instigated by my father. He was such a big music fan and wanted to make sure that I knew this was the first song I was buying. I still adore it. In 2020’s lockdown, we did Kitchen Discos: I sang on my Instagram with the kids. After 10 weeks, I chose to close the whole thing with Our House. It celebrates the glory and chaos of family life.

    ***

    Continue reading...", + "category": "Sophie Ellis-Bextor", + "link": "https://www.theguardian.com/music/2022/jan/03/i-want-mickey-by-toni-basil-played-at-my-funeral-sophie-ellis-bextors-honest-playlist", + "creator": "Elle Hunt", + "pubDate": "2022-01-03T07:00:40Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a558d3a4db0072604ba5166a8be9f8b" + "hash": "56db675489de952c1cfc95615a270985", + "highlights": [] }, { - "title": "New Variant in South Africa Displays a ‘Jump in Evolution’", - "description": "It’s too early to say how effective vaccines will be against the variant. Britain will bar flights from six African countries. Here’s the latest on Covid.", - "content": "It’s too early to say how effective vaccines will be against the variant. Britain will bar flights from six African countries. Here’s the latest on Covid.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/25/world/covid-vaccine-boosters-mandates", - "creator": "The New York Times", - "pubDate": "Thu, 25 Nov 2021 22:41:22 +0000", + "title": "Rebuilding bridges: Former president’s mission to defeat Bolsonaro in Brazil", + "description": "

    Twenty years after being elected, leftwinger Luiz Inácio Lula da Silva is gearing up for an electrifying bid to regain power

    Former Brazilian president Luiz Inácio Lula da Silva is set to make a globe-trotting start to 2022 as he ramps up his campaign to defeat Brazil’s far-right leader, Jair Bolsonaro, with a series of international trips to the US, China, Russia and Mexico.

    Twenty years after being elected Brazil’s first working-class president, in 2002, the veteran leftwinger is gearing up for an electrifying bid to reclaim power in next October’s presidential election.

    Continue reading...", + "content": "

    Twenty years after being elected, leftwinger Luiz Inácio Lula da Silva is gearing up for an electrifying bid to regain power

    Former Brazilian president Luiz Inácio Lula da Silva is set to make a globe-trotting start to 2022 as he ramps up his campaign to defeat Brazil’s far-right leader, Jair Bolsonaro, with a series of international trips to the US, China, Russia and Mexico.

    Twenty years after being elected Brazil’s first working-class president, in 2002, the veteran leftwinger is gearing up for an electrifying bid to reclaim power in next October’s presidential election.

    Continue reading...", + "category": "Luiz Inácio Lula da Silva", + "link": "https://www.theguardian.com/world/2022/jan/03/luiz-inacio-lula-da-silva-brazilian-former-president-mission-to-defeat-bolsonaro", + "creator": "Tom Phillips Latin America correspondent", + "pubDate": "2022-01-03T05:00:37Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1a06e51fef468f7a3b4d708a874384f" + "hash": "221e5b1bef676bbb46f5510566890984", + "highlights": [] }, { - "title": "Don Johnson Is Back as ‘Nash Bridges.’ Why?", - "description": "The actor was already having a renaissance thanks to “Knives Out” and “Watchmen.” But 20 years on, Nash remains one of Johnson’s favorite roles.", - "content": "The actor was already having a renaissance thanks to “Knives Out” and “Watchmen.” But 20 years on, Nash remains one of Johnson’s favorite roles.", - "category": "Television", - "link": "https://www.nytimes.com/2021/11/25/arts/television/nash-bridges-don-johnson.html", - "creator": "Robert Ito", - "pubDate": "Thu, 25 Nov 2021 22:29:07 +0000", + "title": "Slopes of hope: how Scotland’s ski resorts are speeding back to business – a photo essay", + "description": "

    After two disastrous winter seasons for the £30m Scottish ski industry, the country’s five resorts are opening up again. We take to the powder at Glenshee

    Arriving alone in early-morning darkness at Glenshee ski centre in Ballater, Aberdeenshire, I am greeted by friendly voices in the tiny ticket queue and eagerly join the small posse. The forecast is good and the centre has brought forward limited opening of the facility in response to a fresh dream topping of snow suddenly coating the glen down as far as the car park. We plan to make the most of it.

    But today’s enthusiasm has to be set against harder realities. The pandemic has significantly restricted the past two winter seasons. The coming months are pivotal to the recovery and future of the industry after its long forced hibernation.

    The ghost resort of Glenshee, locked down and half-buried in snow in February 2021.

    Continue reading...", + "content": "

    After two disastrous winter seasons for the £30m Scottish ski industry, the country’s five resorts are opening up again. We take to the powder at Glenshee

    Arriving alone in early-morning darkness at Glenshee ski centre in Ballater, Aberdeenshire, I am greeted by friendly voices in the tiny ticket queue and eagerly join the small posse. The forecast is good and the centre has brought forward limited opening of the facility in response to a fresh dream topping of snow suddenly coating the glen down as far as the car park. We plan to make the most of it.

    But today’s enthusiasm has to be set against harder realities. The pandemic has significantly restricted the past two winter seasons. The coming months are pivotal to the recovery and future of the industry after its long forced hibernation.

    The ghost resort of Glenshee, locked down and half-buried in snow in February 2021.

    Continue reading...", + "category": "Skiing holidays", + "link": "https://www.theguardian.com/travel/2022/jan/03/slopes-of-hope-how-scotlands-ski-resorts-are-speeding-back-to-business-a-photo-essay", + "creator": "Murdo MacLeod", + "pubDate": "2022-01-03T07:00:40Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8a9a5493ed6b8b0aad67421d369a765" + "hash": "4b2f3fc8b22214d650a9227152a108b4", + "highlights": [] }, { - "title": "Abuses Under Gambia’s Ex-Ruler Should Be Prosecuted, Inquiry Says", - "description": "A commission’s long-awaited investigation reported widespread human rights violations, but it is not clear if anyone will be charged with crimes.", - "content": "A commission’s long-awaited investigation reported widespread human rights violations, but it is not clear if anyone will be charged with crimes.", - "category": "Human Rights and Human Rights Violations", - "link": "https://www.nytimes.com/2021/11/25/world/gambia-jammeh-prosecution.html", - "creator": "Saikou Jammeh and Ruth Maclean", - "pubDate": "Thu, 25 Nov 2021 22:25:28 +0000", + "title": "Can you think yourself young?", + "description": "

    Research shows that a positive attitude to ageing can lead to a longer, healthier life, while negative beliefs can have hugely detrimental effects

    For more than a decade, Paddy Jones has been wowing audiences across the world with her salsa dancing. She came to fame on the Spanish talent show Tú Sí Que Vales (You’re Worth It) in 2009 and has since found success in the UK, through Britain’s Got Talent; in Germany, on Das Supertalent; in Argentina, on the dancing show Bailando; and in Italy, where she performed at the Sanremo music festival in 2018 alongside the band Lo Stato Sociale.

    Jones also happens to be in her mid-80s, making her the world’s oldest acrobatic salsa dancer, according to Guinness World Records. Growing up in the UK, Jones had been a keen dancer and had performed professionally before she married her husband, David, at 22 and had four children. It was only in retirement that she began dancing again – to widespread acclaim. “I don’t plead my age because I don’t feel 80 or act it,” Jones told an interviewer in 2014.

    Continue reading...", + "content": "

    Research shows that a positive attitude to ageing can lead to a longer, healthier life, while negative beliefs can have hugely detrimental effects

    For more than a decade, Paddy Jones has been wowing audiences across the world with her salsa dancing. She came to fame on the Spanish talent show Tú Sí Que Vales (You’re Worth It) in 2009 and has since found success in the UK, through Britain’s Got Talent; in Germany, on Das Supertalent; in Argentina, on the dancing show Bailando; and in Italy, where she performed at the Sanremo music festival in 2018 alongside the band Lo Stato Sociale.

    Jones also happens to be in her mid-80s, making her the world’s oldest acrobatic salsa dancer, according to Guinness World Records. Growing up in the UK, Jones had been a keen dancer and had performed professionally before she married her husband, David, at 22 and had four children. It was only in retirement that she began dancing again – to widespread acclaim. “I don’t plead my age because I don’t feel 80 or act it,” Jones told an interviewer in 2014.

    Continue reading...", + "category": "Science", + "link": "https://www.theguardian.com/science/2022/jan/02/can-you-think-yourself-young-ageing-psychology", + "creator": "David Robson", + "pubDate": "2022-01-02T12:00:17Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55cfcac0577c26364b3fa62f0d691a45" + "hash": "e8017e8f1f2728ca0f9f1f92ec68a80d", + "highlights": [] }, { - "title": "How a Prosecutor Addressed a Mostly White Jury and Won a Conviction in the Arbery Case", - "description": "Linda Dunikoski, a prosecutor brought in from the Atlanta area, struck a careful tone in a case that many saw as an obvious act of racial violence.", - "content": "Linda Dunikoski, a prosecutor brought in from the Atlanta area, struck a careful tone in a case that many saw as an obvious act of racial violence.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/11/25/us/prosecutor-white-jury-conviction-ahmaud-arbery.html", - "creator": "Richard Fausset", - "pubDate": "Thu, 25 Nov 2021 22:21:51 +0000", + "title": "Super poo: the emerging science of stool transplants and designer gut bacteria", + "description": "

    As more people turn to faecal transplants for their health benefits, researchers in Adelaide are harnessing the power of high-quality poo in new treatments that can simply be swallowed

    Good poo donors are so hard to find they’re sometimes called “unicorns”. These elusive, healthy creatures service a market for faecal transplants that is growing rapidly as evidence of its benefits mounts.

    Emerging science shows that a human’s microbiome – their constellation of gut microbes – has a far greater effect on health than anyone previously imagined. This enormous ecosystem we host in our bodies includes bacteria, fungi, viruses and more.

    Continue reading...", + "content": "

    As more people turn to faecal transplants for their health benefits, researchers in Adelaide are harnessing the power of high-quality poo in new treatments that can simply be swallowed

    Good poo donors are so hard to find they’re sometimes called “unicorns”. These elusive, healthy creatures service a market for faecal transplants that is growing rapidly as evidence of its benefits mounts.

    Emerging science shows that a human’s microbiome – their constellation of gut microbes – has a far greater effect on health than anyone previously imagined. This enormous ecosystem we host in our bodies includes bacteria, fungi, viruses and more.

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/australia-news/2022/jan/03/super-poo-the-emerging-science-of-stool-transplants-and-designer-gut-bacteria", + "creator": "Tory Shepherd", + "pubDate": "2022-01-02T16:30:24Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e48fbc5b94e38c4c801ab13ff69fbe9" + "hash": "172e6f254ceee9b088d7d79ba80bb30f", + "highlights": [] }, { - "title": "Undeterred by Channel’s Perils, Desperate Migrants Still Plan to Cross", - "description": "The number of migrants setting off into the English Channel by boat has soared in recent months. The deaths Wednesday of at least 27 people trying to make the crossing illustrate how dangerous it is.", - "content": "The number of migrants setting off into the English Channel by boat has soared in recent months. The deaths Wednesday of at least 27 people trying to make the crossing illustrate how dangerous it is.", - "category": "Middle East and Africa Migrant Crisis", - "link": "https://www.nytimes.com/2021/11/25/world/europe/english-channel-migrant-crossings.html", - "creator": "Constant Méheut and Norimitsu Onishi", - "pubDate": "Thu, 25 Nov 2021 21:24:32 +0000", + "title": "NI peace architect accuses Boris Johnson of ‘casual political vandalism’", + "description": "

    Jonathan Powell says PM and Brexit ministers risking fragile peace in Northern Ireland and ‘don’t seem to care’

    One of the architects of the Northern Ireland peace deal has said Boris Johnson and the former Brexit minister Lord Frost have risked “all the work” the previous generation of politicians put into the Belfast Good Friday agreement by putting their hard ideological beliefs ahead of people.

    Jonathan Powell, Tony Blair’s former chief of staff and chief negotiator on Northern Ireland, said he was concerned that neither the prime minister nor the recently resigned Brexit minister seemed to understand or care about the fragility of the political settlement in Northern Ireland in 1998.

    Continue reading...", + "content": "

    Jonathan Powell says PM and Brexit ministers risking fragile peace in Northern Ireland and ‘don’t seem to care’

    One of the architects of the Northern Ireland peace deal has said Boris Johnson and the former Brexit minister Lord Frost have risked “all the work” the previous generation of politicians put into the Belfast Good Friday agreement by putting their hard ideological beliefs ahead of people.

    Jonathan Powell, Tony Blair’s former chief of staff and chief negotiator on Northern Ireland, said he was concerned that neither the prime minister nor the recently resigned Brexit minister seemed to understand or care about the fragility of the political settlement in Northern Ireland in 1998.

    Continue reading...", + "category": "Northern Ireland", + "link": "https://www.theguardian.com/uk-news/2022/jan/02/ni-peace-architect-accuses-boris-johnson-of-casual-political-vandalism", + "creator": "Lisa O'Carroll Brexit correspondent", + "pubDate": "2022-01-02T17:40:48Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbf628533b2457db29e430db7d543b34" + "hash": "60f8c58d90adae755bb75e11cf3a5d5f", + "highlights": [] }, { - "title": "A Parade Returns to a City Thankful for Normal", - "description": "About 4,500 volunteers wrangled giant balloons and threw confetti into a crowd excited to see the annual parade in person.", - "content": "About 4,500 volunteers wrangled giant balloons and threw confetti into a crowd excited to see the annual parade in person.", - "category": "Parades", - "link": "https://www.nytimes.com/2021/11/25/nyregion/macys-thanksgiving-parade.html", - "creator": "Sarah Maslin Nir", - "pubDate": "Thu, 25 Nov 2021 21:10:04 +0000", + "title": "Ex-NFL star Herschel Walker posts baffling video promoting US Senate run", + "description": "

    Critics seize on Build Back Better criticisms from controversial candidate nonetheless endorsed by Donald Trump

    Herschel Walker has Donald Trump’s endorsement in the race for US Senate in Georgia but the former NFL star may be struggling to counter fears from some Republicans that he could damage the party’s chances of taking back a seat lost in 2020, and with it the Senate itself.

    In December, the former University of Georgia and Dallas Cowboys running back admitted he does not have a college degree – having repeatedly said that he did.

    Continue reading...", + "content": "

    Critics seize on Build Back Better criticisms from controversial candidate nonetheless endorsed by Donald Trump

    Herschel Walker has Donald Trump’s endorsement in the race for US Senate in Georgia but the former NFL star may be struggling to counter fears from some Republicans that he could damage the party’s chances of taking back a seat lost in 2020, and with it the Senate itself.

    In December, the former University of Georgia and Dallas Cowboys running back admitted he does not have a college degree – having repeatedly said that he did.

    Continue reading...", + "category": "Republicans", + "link": "https://www.theguardian.com/us-news/2022/jan/03/herschel-walker-video-build-back-better-georgia-republican-senate-run-trump", + "creator": "Martin Pengelly in New York", + "pubDate": "2022-01-03T07:00:39Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b689e69ad473c683622417c6f54b7cc4" + "hash": "ac52c0510f7e134ae630edd3159473b5", + "highlights": [] }, { - "title": "Manchester United Picks Ralf Rangnick as Interim Manager", - "description": "Rangnick, an architect of the Red Bull soccer empire, will take over as United’s manager while the club pursues a permanent replacement for Ole Gunnar Solskjaer.", - "content": "Rangnick, an architect of the Red Bull soccer empire, will take over as United’s manager while the club pursues a permanent replacement for Ole Gunnar Solskjaer.", - "category": "Soccer", - "link": "https://www.nytimes.com/2021/11/25/sports/soccer/manchester-united-ralf-rangnick.html", - "creator": "Rory Smith", - "pubDate": "Thu, 25 Nov 2021 19:25:37 +0000", + "title": "Australia news live update: nation records more than 37,000 new Covid cases; Chant says NSW ‘well placed’ as hospitalisations rise to 1,204", + "description": "

    Kerry Chant says NSW ‘well placed’ as Covid hospitalisations rise to 1,204; NSW records 20,794 new cases and Victoria 8,577, with seven deaths across both states; Queensland reports 4,249 cases, South Australia 2,552, ACT 514 and Tasmania 466; Martin Foley says states support free RATs. Follow all the day’s news

    Researchers in Antarctica are dealing with an outbreak of coronavirus despite being based in one of the world’s most remote regions.

    Since 16 December at least 16 of the 25 polar researchers based at Belgium’s Princess Elisabeth Polar Station are now infected with the virus.

    Continue reading...", + "content": "

    Kerry Chant says NSW ‘well placed’ as Covid hospitalisations rise to 1,204; NSW records 20,794 new cases and Victoria 8,577, with seven deaths across both states; Queensland reports 4,249 cases, South Australia 2,552, ACT 514 and Tasmania 466; Martin Foley says states support free RATs. Follow all the day’s news

    Researchers in Antarctica are dealing with an outbreak of coronavirus despite being based in one of the world’s most remote regions.

    Since 16 December at least 16 of the 25 polar researchers based at Belgium’s Princess Elisabeth Polar Station are now infected with the virus.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/03/australia-news-live-coronavirus-nsw-queensland-victoria-hospitalisation-hospital-morrison-albanese-shipping-supply-rat-omicron-delta-employment-", + "creator": "Michael McGowan (now) and Cait Kelly and Tory Shepherd (earlier)", + "pubDate": "2022-01-03T07:38:46Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f969afab09198f73d27f76dc9d15e128" + "hash": "674123cc59dfed057511cd1200ed0ce0", + "highlights": [] }, { - "title": "Newark Officer Hit a Pedestrian With His Car and Took Body Home, Prosecutors Say", - "description": "Louis Santiago was charged with reckless vehicular homicide after being accused of hitting a man on the Garden State Parkway. Instead of calling 911, the off-duty police officer took the victim to his home.", - "content": "Louis Santiago was charged with reckless vehicular homicide after being accused of hitting a man on the Garden State Parkway. Instead of calling 911, the off-duty police officer took the victim to his home.", - "category": "Santiago, Louis (Newark, NJ, Police Officer)", - "link": "https://www.nytimes.com/2021/11/25/nyregion/new-jersey-police-officer-car-home.html", - "creator": "Mike Ives and Alyssa Lukpat", - "pubDate": "Thu, 25 Nov 2021 19:24:16 +0000", + "title": "Death of young woman after FGM revives calls for ban in Sierra Leone", + "description": "

    Maseray Sei, 21, was found dead after undergoing the procedure in a centuries-old ritual carried out by a secret society for women

    The death of a young woman in Sierra Leone, almost immediately after undergoing female genital mutilation, has sparked outrage and revived calls to end the practice.

    The body of 21-year-old Maseray Sei was found on 20 December at Nyandeni village in Bonthe district, southern Sierra Leone, a day after the FGM took place. Sei’s family said that after the procedure the mother of two boys complained of a migraine and was in pain, with complications from FGM thought to be the cause, according to activists working on the case.

    Continue reading...", + "content": "

    Maseray Sei, 21, was found dead after undergoing the procedure in a centuries-old ritual carried out by a secret society for women

    The death of a young woman in Sierra Leone, almost immediately after undergoing female genital mutilation, has sparked outrage and revived calls to end the practice.

    The body of 21-year-old Maseray Sei was found on 20 December at Nyandeni village in Bonthe district, southern Sierra Leone, a day after the FGM took place. Sei’s family said that after the procedure the mother of two boys complained of a migraine and was in pain, with complications from FGM thought to be the cause, according to activists working on the case.

    Continue reading...", + "category": "Women's rights and gender equality", + "link": "https://www.theguardian.com/global-development/2021/dec/31/death-of-young-woman-after-fgm-revives-calls-for-ban-in-sierra-leone", + "creator": "Emmanuel Akinwotu", + "pubDate": "2021-12-31T07:00:12Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "451eccd6ed72849dd77b50caff1cd5fb" + "hash": "a4068bbbd18a4a343aaa087960f91009", + "highlights": [] }, { - "title": "Sweden Finally Chose a Prime Minister. She Lasted About 7 Hours.", - "description": "Magdalena Andersson, Sweden’s first female prime minister, quit after her government’s budget was defeated on her first day in office and her coalition partners bolted.", - "content": "Magdalena Andersson, Sweden’s first female prime minister, quit after her government’s budget was defeated on her first day in office and her coalition partners bolted.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/25/world/europe/sweden-first-female-prime-minister-quit.html", - "creator": "Aina J. Khan", - "pubDate": "Thu, 25 Nov 2021 18:33:15 +0000", + "title": "Ex-Afghan president gives first interview since fleeing Kabul – video", + "description": "

    The former Afghan president Ashraf Ghani gave his first interview since fleeing Kabul when it fell to the Taliban in August. Ghani told the BBC he was pressured into fleeing Kabul by helicopter by his 'terrified' national security adviser and the commander of the collapsing presidential security detail.

    'They said the PPS [presidential protection service] has collapsed, [and] if I take a stand they will all be killed,' Ghani said. 'He did not give me more than two minutes'

    Continue reading...", + "content": "

    The former Afghan president Ashraf Ghani gave his first interview since fleeing Kabul when it fell to the Taliban in August. Ghani told the BBC he was pressured into fleeing Kabul by helicopter by his 'terrified' national security adviser and the commander of the collapsing presidential security detail.

    'They said the PPS [presidential protection service] has collapsed, [and] if I take a stand they will all be killed,' Ghani said. 'He did not give me more than two minutes'

    Continue reading...", + "category": "Ashraf Ghani", + "link": "https://www.theguardian.com/world/video/2021/dec/30/ex-afghan-president-gives-first-interview-since-fleeing-kabul-video", + "creator": "", + "pubDate": "2021-12-30T16:11:25Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f69459e6954622b558981332de904dd" + "hash": "b2232fd6b4db0a4897fca48113a943b6", + "highlights": [] }, { - "title": "Ethiopian Leader Vows to Lead Troops as War Threatens to Widen", - "description": "Two years after receiving the Nobel Peace Prize, Prime Minister Abiy Ahmed’s claim that he was going into battle reflected both resolve and vulnerability.", - "content": "Two years after receiving the Nobel Peace Prize, Prime Minister Abiy Ahmed’s claim that he was going into battle reflected both resolve and vulnerability.", - "category": "Tigrayans (Ethnic Group)", - "link": "https://www.nytimes.com/2021/11/25/world/africa/ethiopia-abiy-troops-battlefront.html", - "creator": "Declan Walsh", - "pubDate": "Thu, 25 Nov 2021 18:16:54 +0000", + "title": "'One of the worst crimes imaginable': Ghislaine Maxwell guilty in sex-trafficking trial – video", + "description": "

    Prosecutors hailed the verdict in the Manhattan trial of Ghislaine Maxwell, the British former socialite found guilty of sex trafficking in connection with her ex-boyfriend Jeffrey Epstein’s sexual abuse of teenage girls. Maxwell's lawyers said they were disappointed with the decision and had started working on the appeal process

    Continue reading...", + "content": "

    Prosecutors hailed the verdict in the Manhattan trial of Ghislaine Maxwell, the British former socialite found guilty of sex trafficking in connection with her ex-boyfriend Jeffrey Epstein’s sexual abuse of teenage girls. Maxwell's lawyers said they were disappointed with the decision and had started working on the appeal process

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/video/2021/dec/30/one-of-the-worst-crimes-imaginable-ghislaine-maxwell-guilty-in-sex-trafficking-trial-video", + "creator": "", + "pubDate": "2021-12-30T05:36:59Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8da53f37dae6c3a33d7b929775acccb3" + "hash": "3ab9871d7c21771c32851a25b2d79a12", + "highlights": [] }, { - "title": "G.O.P. Cements Hold on Legislatures in Battleground States", - "description": "Democrats were once able to count on wave elections to win back key statehouses. Republican gerrymandering is making that all but impossible.", - "content": "Democrats were once able to count on wave elections to win back key statehouses. Republican gerrymandering is making that all but impossible.", - "category": "Republican Party", - "link": "https://www.nytimes.com/2021/11/25/us/politics/republican-redistricting-swing-states.html", - "creator": "Nick Corasaniti", - "pubDate": "Thu, 25 Nov 2021 18:14:00 +0000", + "title": "Russia ‘very likely’ to invade Ukraine without ‘enormous sanctions’ – Schiff", + "description": "
    • House intelligence chair: invasion might draw Nato closer
    • Sanctions must be ‘at level Russia has never seen’ to deter Putin

    Russia is “very likely” to invade Ukraine and might only be deterred by “enormous sanctions”, the chair of the US House intelligence committee said on Sunday.

    Adam Schiff also said an invasion could backfire on Moscow, by drawing more countries into the Nato military alliance.

    Continue reading...", + "content": "
    • House intelligence chair: invasion might draw Nato closer
    • Sanctions must be ‘at level Russia has never seen’ to deter Putin

    Russia is “very likely” to invade Ukraine and might only be deterred by “enormous sanctions”, the chair of the US House intelligence committee said on Sunday.

    Adam Schiff also said an invasion could backfire on Moscow, by drawing more countries into the Nato military alliance.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2022/jan/02/russia-invade-ukraine-enormous-sanctions-schiff", + "creator": "Martin Pengelly in New York", + "pubDate": "2022-01-02T18:27:59Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "646d52c809bfd9b3eebf0206c87e908f" + "hash": "aebf4793d7aa28b81927f4bc736f4b02", + "highlights": [] }, { - "title": "80 Years of Holiday Shopping in New York", - "description": "Holiday shopping over the past 80 years as chronicled in photos from The New York Times archives.", - "content": "Holiday shopping over the past 80 years as chronicled in photos from The New York Times archives.", - "category": "Shopping and Retail", - "link": "https://www.nytimes.com/2021/11/25/business/black-friday-holiday-shopping.html", - "creator": "", - "pubDate": "Thu, 25 Nov 2021 17:00:10 +0000", + "title": "Whistleblower warns baffling illness affects growing number of young adults in Canadian province", + "description": "

    Several new cases in New Brunswick involve caretakers of those afflicted, suggesting a possible environmental trigger

    A whistleblower in the Canadian province of New Brunswick has warned that a progressive neurological illness that has baffled experts for more than two years appears to be affecting a growing number of young people and causing swift cognitive decline among some of the afflicted.

    Speaking to the Guardian, an employee with Vitalité Health Network, one of the province’s two health authorities, said that suspected cases are growing in number and that young adults with no prior health triggers are developing a catalog of troubling symptoms, including rapid weight loss, insomnia, hallucinations, difficulty thinking and limited mobility.

    One suspected case involved a man who was developing symptoms of dementia and ataxia. His wife, who was his caregiver, suddenly began losing sleep and experiencing muscle wasting, dementia and hallucinations. Now her condition is worse than his.

    A woman in her 30s was described as non-verbal, is feeding with a tube and drools excessively. Her caregiver, a nursing student in her 20s, also recently started showing symptoms of neurological decline.

    In another case, a young mother quickly lost nearly 60 pounds, developed insomnia and began hallucinating. Brain imaging showed advanced signs of atrophy.

    Continue reading...", + "content": "

    Several new cases in New Brunswick involve caretakers of those afflicted, suggesting a possible environmental trigger

    A whistleblower in the Canadian province of New Brunswick has warned that a progressive neurological illness that has baffled experts for more than two years appears to be affecting a growing number of young people and causing swift cognitive decline among some of the afflicted.

    Speaking to the Guardian, an employee with Vitalité Health Network, one of the province’s two health authorities, said that suspected cases are growing in number and that young adults with no prior health triggers are developing a catalog of troubling symptoms, including rapid weight loss, insomnia, hallucinations, difficulty thinking and limited mobility.

    One suspected case involved a man who was developing symptoms of dementia and ataxia. His wife, who was his caregiver, suddenly began losing sleep and experiencing muscle wasting, dementia and hallucinations. Now her condition is worse than his.

    A woman in her 30s was described as non-verbal, is feeding with a tube and drools excessively. Her caregiver, a nursing student in her 20s, also recently started showing symptoms of neurological decline.

    In another case, a young mother quickly lost nearly 60 pounds, developed insomnia and began hallucinating. Brain imaging showed advanced signs of atrophy.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2022/jan/02/neurological-illness-affecting-young-adults-canada", + "creator": "Leyland Cecco", + "pubDate": "2022-01-02T11:00:15Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7526f0ec18f69276a600477917129349" + "hash": "441264e49296e07ee2c3e91542a215a3", + "highlights": [] }, { - "title": "As Young Kids Get Covid Shots, Families Feel a 'Huge Weight' Lifted", - "description": "Many households with immunocompromised or vulnerable relatives are racing to get Covid shots for their 5-to-11-year-olds — and finally experiencing a long-awaited sense of relief.", - "content": "Many households with immunocompromised or vulnerable relatives are racing to get Covid shots for their 5-to-11-year-olds — and finally experiencing a long-awaited sense of relief.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/25/health/covid-vaccine-children-immunocompromised.html", - "creator": "Jennifer Steinhauer", - "pubDate": "Thu, 25 Nov 2021 16:46:16 +0000", + "title": "Man due in court after fire ravages South African parliament", + "description": "

    Police say suspect arrested inside building over blaze that spread from oldest wing of national assembly

    A man is due to appear in court on Tuesday after a massive fire tore through South Africa’s national assembly building.

    An investigation has been opened into the blaze that started at about 3am on Sunday in the parliament complex’s oldest wing, which was completed in 1884 and has wood-panelled rooms.

    Continue reading...", + "content": "

    Police say suspect arrested inside building over blaze that spread from oldest wing of national assembly

    A man is due to appear in court on Tuesday after a massive fire tore through South Africa’s national assembly building.

    An investigation has been opened into the blaze that started at about 3am on Sunday in the parliament complex’s oldest wing, which was completed in 1884 and has wood-panelled rooms.

    Continue reading...", + "category": "South Africa", + "link": "https://www.theguardian.com/world/2022/jan/02/man-arrested-court-fire-south-africa-parliament-national-assembly", + "creator": "Agence France-Presse in Cape Town", + "pubDate": "2022-01-02T18:59:13Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3a8685166b53f17b56162fa13e2b017" + "hash": "6c967891d15fde6db310f3001e0ef395", + "highlights": [] }, { - "title": "Why Retailers Are Fighting a Vaccine Mandate Before the Holidays", - "description": "The Biden administration has called on major companies to help fight the pandemic. Big chains want to get past the holiday staffing crunch first.", - "content": "The Biden administration has called on major companies to help fight the pandemic. Big chains want to get past the holiday staffing crunch first.", - "category": "Shopping and Retail", - "link": "https://www.nytimes.com/2021/11/25/business/retail-vaccine-mandates.html", - "creator": "Lauren Hirsch and Sapna Maheshwari", - "pubDate": "Thu, 25 Nov 2021 15:43:42 +0000", + "title": "Capitol attack: Cheney says Republicans must choose between Trump and truth", + "description": "

    Republican member of the House committee investigating the events of 6 January issues stark warning to her party

    On a day of alarming polling about attitudes to political violence and fears for US democracy, and as the first anniversary of the Capitol attack approached, a Republican member of the House committee investigating the events of 6 January 2021 had a stark warning for her party.

    “Our party has to choose,” Liz Cheney told CBS’s Face the Nation. “We can either be loyal to Donald Trump or we can be loyal to the constitution, but we cannot be both.”

    Continue reading...", + "content": "

    Republican member of the House committee investigating the events of 6 January issues stark warning to her party

    On a day of alarming polling about attitudes to political violence and fears for US democracy, and as the first anniversary of the Capitol attack approached, a Republican member of the House committee investigating the events of 6 January 2021 had a stark warning for her party.

    “Our party has to choose,” Liz Cheney told CBS’s Face the Nation. “We can either be loyal to Donald Trump or we can be loyal to the constitution, but we cannot be both.”

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2022/jan/02/capitol-attack-liz-cheney-republicans-choose-trump-or-truth", + "creator": "Martin Pengelly in New York", + "pubDate": "2022-01-02T17:03:51Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c73ddf9c89bd0a61991a2e1a2d682de" + "hash": "5f7957af42b3e9a5a8c3acb5f405f94c", + "highlights": [] }, { - "title": "Embracing the Swimming Culture After a Move to Australia", - "description": "In Sydney, something changed. I embraced the uncertainty of the sea, following my children into a culture of volunteer lifesaving.", - "content": "In Sydney, something changed. I embraced the uncertainty of the sea, following my children into a culture of volunteer lifesaving.", - "category": "Drownings", - "link": "https://www.nytimes.com/2021/11/25/sports/australia-volunteer-lifesaving-swimming.html", - "creator": "Damien Cave and Michaela Skovranova", - "pubDate": "Thu, 25 Nov 2021 15:34:15 +0000", + "title": "Tory peer to lead boycott of Coca-Cola over role in Beijing Winter Olympics", + "description": "

    Exclusive: sponsorship unacceptable given concern about human rights in China, says Robert Hayward

    A Tory peer has vowed to lead a boycott of Coca-Cola products over the company’s sponsorship of the 2022 Beijing Olympics, saying its bid to profit from an event organised by the Chinese government was shameless.

    Robert Hayward, who was a founding chairman of the world’s first gay rugby club and a former personnel manager for Coca-Cola Bottlers, said it was unacceptable for firms to help to boost the use of the Winter Games as a propaganda exercise given concerns over the treatment of 1 million Uyghurs and other Muslims in Xinjiang province.

    Continue reading...", + "content": "

    Exclusive: sponsorship unacceptable given concern about human rights in China, says Robert Hayward

    A Tory peer has vowed to lead a boycott of Coca-Cola products over the company’s sponsorship of the 2022 Beijing Olympics, saying its bid to profit from an event organised by the Chinese government was shameless.

    Robert Hayward, who was a founding chairman of the world’s first gay rugby club and a former personnel manager for Coca-Cola Bottlers, said it was unacceptable for firms to help to boost the use of the Winter Games as a propaganda exercise given concerns over the treatment of 1 million Uyghurs and other Muslims in Xinjiang province.

    Continue reading...", + "category": "Winter Olympics 2022", + "link": "https://www.theguardian.com/sport/2022/jan/02/tory-to-lead-boycott-of-coca-cola-over-role-in-beijing-winter-olympics", + "creator": "Aubrey Allegretti", + "pubDate": "2022-01-02T17:43:49Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e05322b698104eeb205d2fe258b6c99c" + "hash": "e04cdf2ec2b69967095fe1655ab9f1ae", + "highlights": [] }, { - "title": "Here's Why You Always Have Room for Thanksgiving Pie", - "description": "There’s a reason you turn into an eating machine on Thanksgiving. It’s biology!", - "content": "There’s a reason you turn into an eating machine on Thanksgiving. It’s biology!", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/11/25/well/eat/eating-variety-effect-thanksgiving.html", - "creator": "Tara Parker-Pope", - "pubDate": "Thu, 25 Nov 2021 14:00:07 +0000", + "title": "Twitter permanently suspends Marjorie Taylor Greene’s personal account", + "description": "

    Georgia Republican’s Covid misinformation violation prompts move, after being issued a ‘fourth strike’ in August

    The personal Twitter account of the Georgia Republican congresswoman Marjorie Taylor Greene has been permanently suspended, for violating policies on misinformation about Covid-19.

    Action against Greene on Sunday came under the “strike” system Twitter launched last March, which uses artificial intelligence to identify posts about the coronavirus misleading enough to cause harm.

    Continue reading...", + "content": "

    Georgia Republican’s Covid misinformation violation prompts move, after being issued a ‘fourth strike’ in August

    The personal Twitter account of the Georgia Republican congresswoman Marjorie Taylor Greene has been permanently suspended, for violating policies on misinformation about Covid-19.

    Action against Greene on Sunday came under the “strike” system Twitter launched last March, which uses artificial intelligence to identify posts about the coronavirus misleading enough to cause harm.

    Continue reading...", + "category": "Republicans", + "link": "https://www.theguardian.com/us-news/2022/jan/02/marjorie-taylor-greene-twitter-permanently-suspends-account", + "creator": "Martin Pengelly in New York and agencies", + "pubDate": "2022-01-02T17:42:56Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea266d3a4026a1f41db06cf04c00f61e" + "hash": "69d26be04fc85bba72b9670d8daf1e4a", + "highlights": [] }, { - "title": "Art We Saw This Fall", - "description": "From our critics, reviews of closed gallery shows around New York City.", - "content": "From our critics, reviews of closed gallery shows around New York City.", - "category": "Art", - "link": "https://www.nytimes.com/2021/11/25/arts/design/art-we-saw-this-fall.html", - "creator": "The New York Times", - "pubDate": "Thu, 25 Nov 2021 13:08:40 +0000", + "title": "France removes EU flag from Arc de Triomphe after rightwing anger", + "description": "

    Official in the French presidency says removal of flag was in line with planned schedule

    French authorities have removed the EU flag from the Arc de Triomphe after rightwing opponents of the country’s president, Emmanuel Macron, accused him of erasing French identity.

    The giant flag was raised in place of the French tricolour on New Year’s Eve to mark France’s turn at the rotating EU presidency, which it will hold for the next six months.

    Continue reading...", + "content": "

    Official in the French presidency says removal of flag was in line with planned schedule

    French authorities have removed the EU flag from the Arc de Triomphe after rightwing opponents of the country’s president, Emmanuel Macron, accused him of erasing French identity.

    The giant flag was raised in place of the French tricolour on New Year’s Eve to mark France’s turn at the rotating EU presidency, which it will hold for the next six months.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2022/jan/02/france-removes-eu-flag-arc-de-triomphe-rightwing-anger", + "creator": "Agence France-Presse in Paris", + "pubDate": "2022-01-02T14:12:40Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a988e63315dd0d24a9d0ae6b0bcf7fe2" + "hash": "57c7478fe661d62af991322d9d07b381", + "highlights": [] }, { - "title": "Suspect Arrested in Wonnangatta Valley Murder Case", - "description": "In a remote southern Australian area famed for its forbidding landscape and unsolved mysteries, the couple had set out for a weeklong trip and were never seen again.", - "content": "In a remote southern Australian area famed for its forbidding landscape and unsolved mysteries, the couple had set out for a weeklong trip and were never seen again.", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/2021/11/25/world/australia/suspect-is-charged-with-murder-in-case-of-two-vanished-campers.html", - "creator": "Yan Zhuang", - "pubDate": "Thu, 25 Nov 2021 11:46:21 +0000", + "title": "Covid live news: Israel to offer fourth jab to over 60s and medical staff; France adds unvaccinated US travellers to ‘red list’", + "description": "

    Israel’s PM made announcement in response to Omicron surge; Americans travelling to France without vaccination must isolate for 10 days

    New Covid-19 cases in the locked-down Chinese city of Xi’an fell to their lowest in a week, health officials said Sunday, as residents face their eleventh day under strict home confinement.

    China has followed a “zero Covid” approach involving tight border restrictions and swift, targeted lockdowns since the virus first surfaced in a central city in late 2019 – but this strategy has been put under pressure in recent weeks with a number of local outbreaks and cases remaining stubbornly high, AFP reports.

    We will also make some adjustments to the prevention and control measures in a timely way.

    The government does need to get its act together on the supply of testing.

    And I think the health secretary needs to explain why it was that only three weeks ago he told me in the House of Commons that availability of tests wasn’t a problem. And yet now it so clearly is.

    Continue reading...", + "content": "

    Israel’s PM made announcement in response to Omicron surge; Americans travelling to France without vaccination must isolate for 10 days

    New Covid-19 cases in the locked-down Chinese city of Xi’an fell to their lowest in a week, health officials said Sunday, as residents face their eleventh day under strict home confinement.

    China has followed a “zero Covid” approach involving tight border restrictions and swift, targeted lockdowns since the virus first surfaced in a central city in late 2019 – but this strategy has been put under pressure in recent weeks with a number of local outbreaks and cases remaining stubbornly high, AFP reports.

    We will also make some adjustments to the prevention and control measures in a timely way.

    The government does need to get its act together on the supply of testing.

    And I think the health secretary needs to explain why it was that only three weeks ago he told me in the House of Commons that availability of tests wasn’t a problem. And yet now it so clearly is.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/02/covid-live-news-omicron-masks-in-england-schools-france-restrictions-coronavirus", + "creator": "Jane Clinton (now), Nicola Slawson and Jessica Murray(earlier)", + "pubDate": "2022-01-02T19:25:06Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "121a853f73a9a4b609f7591c2e4edb30" + "hash": "a1cbaa1ea0bf8d06d1ea8f9a37fdad7c", + "highlights": [] }, { - "title": "A History of Unusual Thanksgivings", - "description": "From the pages of The Times.", - "content": "From the pages of The Times.", - "category": "", - "link": "https://www.nytimes.com/2021/11/25/briefing/thanksgiving-history-cooking-tips.html", - "creator": "David Leonhardt", - "pubDate": "Thu, 25 Nov 2021 11:28:05 +0000", + "title": "Can you capture the complex reality of the pandemic with numbers? Well, we tried… | David Spiegelhalter and Anthony Masters", + "description": "Throughout 2021, two leading lights of the Royal Statistical Society Covid-19 Task Force drew on data for a weekly Observer column, and found themselves in the middle of Covid culture wars

    Individual experiences and suffering are, of course, at the heart of the pandemic. But one way to understand what has happened is through putting those experiences together – and statistics are those personal stories writ large. And this pandemic has brought unprecedented demand to explain all the numbers that have been flying around.

    This has not been without its problems and we’ve had to learn some hard lessons, such as the journalistic skill of brevity. Since January 2021, we’ve been writing a weekly column in this paper about Covid numbers, covering everything from infections to deaths, vaccines to mental health, masks to lockdowns.

    Continue reading...", + "content": "Throughout 2021, two leading lights of the Royal Statistical Society Covid-19 Task Force drew on data for a weekly Observer column, and found themselves in the middle of Covid culture wars

    Individual experiences and suffering are, of course, at the heart of the pandemic. But one way to understand what has happened is through putting those experiences together – and statistics are those personal stories writ large. And this pandemic has brought unprecedented demand to explain all the numbers that have been flying around.

    This has not been without its problems and we’ve had to learn some hard lessons, such as the journalistic skill of brevity. Since January 2021, we’ve been writing a weekly column in this paper about Covid numbers, covering everything from infections to deaths, vaccines to mental health, masks to lockdowns.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/commentisfree/2022/jan/02/2021-year-when-interpreting-covid-statistics-crucial-to-reach-truth", + "creator": "David Spiegelhalter and Anthony Masters", + "pubDate": "2022-01-02T10:00:14Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3024f9ed7e5242a4e6701d1ac0b1498f" + "hash": "c7ecb2534b6d1a1c3bbe8b96624604e8", + "highlights": [] }, { - "title": "Rivian’s Electric Truck Is a Cutie and a Beast", - "description": "The R1T can haul five tons, conquer brutal off-road trails and sprint to 60 miles an hour in a blink. And about that Camp Kitchen tucked inside …", - "content": "The R1T can haul five tons, conquer brutal off-road trails and sprint to 60 miles an hour in a blink. And about that Camp Kitchen tucked inside …", - "category": "Rivian Automotive LLC", - "link": "https://www.nytimes.com/2021/11/25/business/rivian-r1t-truck-review.html", - "creator": "Lawrence Ulrich", - "pubDate": "Thu, 25 Nov 2021 11:00:10 +0000", + "title": "The Italian hamlet that gives a glimpse of life before the web", + "description": "

    Galliano di Mugello’s poor signal has endeared it to Italians, but the mayor hopes to use recent publicity to close the digital divide

    At the cafe that doubles-up as a newsagent in Galliano di Mugello, a medieval hamlet in Tuscany, there are no pings from mobile phones, people aimlessly browsing the internet or uploading pictures of their cappuccino to Instagram. Instead, customers read the newspaper – their main source of information on the outside world – or talk to each other.

    Surrounded by Tuscany’s postcard perfect cypress trees and rolling hills, Galliano di Mugello, would be a haven for those wanting a digital detox. But the absence of mobile phone coverage is a much less endearing quirk for the 1,300 or so inhabitants, who are starting to rise up against not being able to make a call, send a text or search for something on Google on their handsets.

    Continue reading...", + "content": "

    Galliano di Mugello’s poor signal has endeared it to Italians, but the mayor hopes to use recent publicity to close the digital divide

    At the cafe that doubles-up as a newsagent in Galliano di Mugello, a medieval hamlet in Tuscany, there are no pings from mobile phones, people aimlessly browsing the internet or uploading pictures of their cappuccino to Instagram. Instead, customers read the newspaper – their main source of information on the outside world – or talk to each other.

    Surrounded by Tuscany’s postcard perfect cypress trees and rolling hills, Galliano di Mugello, would be a haven for those wanting a digital detox. But the absence of mobile phone coverage is a much less endearing quirk for the 1,300 or so inhabitants, who are starting to rise up against not being able to make a call, send a text or search for something on Google on their handsets.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2022/jan/02/the-italian-hamlet-that-gives-a-glimpse-of-life-before-the-web", + "creator": "Angela Giuffrida in Galliano di Mugello", + "pubDate": "2022-01-02T14:12:01Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fe8a6b32ea6c34386cf8294cc64010c0" + "hash": "403f3d8feb29573551adaaa5bd977522", + "highlights": [] }, { - "title": "The ‘13 Going on 30’ Versace Dress Has Come Full Circle", - "description": "A perfect storm of internet fashion trends — and Halloween — has resurrected a Y2K-era Versace dress. At least, for now.", - "content": "A perfect storm of internet fashion trends — and Halloween — has resurrected a Y2K-era Versace dress. At least, for now.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2021/11/25/style/versace-13-going-on-30-dress.html", - "creator": "Jessica Testa", - "pubDate": "Thu, 25 Nov 2021 10:00:18 +0000", + "title": "Kirat Assi: ‘Bobby tried to destroy my hopes, my dreams, every part of my life’", + "description": "

    She had been ‘catfished’ for years, and now her hit podcast tells the story of tracing the scammer and her quest for justice

    The voice of Kirat Assi, subject of the podcast Sweet Bobby, is so familiar I momentarily forget we had never spoken, let alone met. I am one of the million-plus listeners gripped by her story of being “catfished” – duped into a relationship by someone with a false identity.

    Assi, who lives in London, fell victim to a complex fraud that lasted eight years and involved up to 60 characters who only existed in the scammer’s warped imagination. At the centre was Bobby, a handsome cardiologist with whom Assi formed a close friendship that turned into romance despite never meeting in real life. Bobby was a real person whose identity had been stolen by the scammer, eventually exposed as Assi’s cousin Simran Bhogal.

    Continue reading...", + "content": "

    She had been ‘catfished’ for years, and now her hit podcast tells the story of tracing the scammer and her quest for justice

    The voice of Kirat Assi, subject of the podcast Sweet Bobby, is so familiar I momentarily forget we had never spoken, let alone met. I am one of the million-plus listeners gripped by her story of being “catfished” – duped into a relationship by someone with a false identity.

    Assi, who lives in London, fell victim to a complex fraud that lasted eight years and involved up to 60 characters who only existed in the scammer’s warped imagination. At the centre was Bobby, a handsome cardiologist with whom Assi formed a close friendship that turned into romance despite never meeting in real life. Bobby was a real person whose identity had been stolen by the scammer, eventually exposed as Assi’s cousin Simran Bhogal.

    Continue reading...", + "category": "Social media", + "link": "https://www.theguardian.com/media/2022/jan/02/kirat-assi-sweet-bobby-podcast-catfish-justice", + "creator": "Julie Bindel", + "pubDate": "2022-01-02T13:30:18Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14f2e5c29d7d6fda5a18950a31864064" + "hash": "e3db1d84a261f479d871de1a82e92d17", + "highlights": [] }, { - "title": "How Liberals Can Be Happier", - "description": "They can embrace social institutions like family, religion and local civic organizations. ", - "content": "They can embrace social institutions like family, religion and local civic organizations. ", - "category": "Happiness", - "link": "https://www.nytimes.com/2021/11/25/opinion/liberals-happiness-thanksgiving.html", - "creator": "Brad Wilcox, Hal Boyd and Wendy Wang", - "pubDate": "Thu, 25 Nov 2021 10:00:06 +0000", + "title": "To the moon and beyond: what 2022 holds for space travel", + "description": "

    From lunar missions to anti-asteroid defence systems, there are plenty of exciting scientific developments to look forward to

    This year promises to be an important one for space exploration, with several major programmes reaching the launch pad over the next 12 months. The US is to return to the moon, undertaking a set of missions intended to establish a lunar colony there in a few years. China is expected to complete its Tiangong space station while Europe and Russia will attempt to land spacecraft on Mars, having failed at every previous attempt. India, South Korea and Japan are also scheduled to put a number of missions into space.

    Continue reading...", + "content": "

    From lunar missions to anti-asteroid defence systems, there are plenty of exciting scientific developments to look forward to

    This year promises to be an important one for space exploration, with several major programmes reaching the launch pad over the next 12 months. The US is to return to the moon, undertaking a set of missions intended to establish a lunar colony there in a few years. China is expected to complete its Tiangong space station while Europe and Russia will attempt to land spacecraft on Mars, having failed at every previous attempt. India, South Korea and Japan are also scheduled to put a number of missions into space.

    Continue reading...", + "category": "Space", + "link": "https://www.theguardian.com/science/2022/jan/02/to-the-moon-and-beyond-what-2022-holds-for-space-travel", + "creator": "Robin McKie", + "pubDate": "2022-01-02T14:00:19Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed4856db3c9f67469924af51cc8673db" + "hash": "35ee5ec576c04b2856ee6ed554bde48d", + "highlights": [] }, { - "title": "Scrambling to Keep Up With the Rent", - "description": "When the unexpected happened, finances were stretched and parents needed assistance to keep up.", - "content": "When the unexpected happened, finances were stretched and parents needed assistance to keep up.", - "category": "New York Times Neediest Cases Fund", - "link": "https://www.nytimes.com/2021/11/25/neediest-cases/scrambling-to-keep-up-with-the-rent.html", - "creator": "Kristen Bayrakdarian", - "pubDate": "Thu, 25 Nov 2021 10:00:06 +0000", + "title": "We often fail to keep resolutions – but writing in a notebook brings great rewards", + "description": "

    Scribbling down our thoughts is a great way to make sense of things – and very satisfying

    In 1989, when I was 16, I moved into a pub with my parents and my younger brother, Matty. It was highly exciting. I took to barwork as I liked the chat, and also enjoyed the opportunities offered for eavesdropping. I was curious about the adult world and up until then had learned most of what I knew from books. Now I had all these real lives to study. I should write some of this down, I thought, and would scribble into my diary before bed.

    We couldn’t believe how busy it was that first Christmas, culminating on New Year’s Eve, when everyone piled out into the main street at midnight and exchanged drunken embraces and warm wishes for 1990. After the pub had emptied and the mammoth job of clearing up was done, we gathered with our staff for a few drinks and the chat turned to resolutions. All the women wanted to lose weight. A couple of people wanted to stop smoking. I announced very firmly that I wanted to write a novel.

    Continue reading...", + "content": "

    Scribbling down our thoughts is a great way to make sense of things – and very satisfying

    In 1989, when I was 16, I moved into a pub with my parents and my younger brother, Matty. It was highly exciting. I took to barwork as I liked the chat, and also enjoyed the opportunities offered for eavesdropping. I was curious about the adult world and up until then had learned most of what I knew from books. Now I had all these real lives to study. I should write some of this down, I thought, and would scribble into my diary before bed.

    We couldn’t believe how busy it was that first Christmas, culminating on New Year’s Eve, when everyone piled out into the main street at midnight and exchanged drunken embraces and warm wishes for 1990. After the pub had emptied and the mammoth job of clearing up was done, we gathered with our staff for a few drinks and the chat turned to resolutions. All the women wanted to lose weight. A couple of people wanted to stop smoking. I announced very firmly that I wanted to write a novel.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/02/we-often-fail-to-keep-resolutions-but-writing-in-a-notebook-brings-great-rewards", + "creator": "Cathy Rentzenbrink", + "pubDate": "2022-01-02T13:00:18Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bdfb9019a755fc3aef028c03b8e5ba37" + "hash": "26597691e4d1f294978e1f41d14e5613", + "highlights": [] }, { - "title": "Solomon Islands: Why Are People Protesting?", - "description": "Discontent has long simmered over a perceived unequal distribution of resources and the central government’s decision to switch allegiances to Beijing from Taipei.", - "content": "Discontent has long simmered over a perceived unequal distribution of resources and the central government’s decision to switch allegiances to Beijing from Taipei.", - "category": "Solomon Islands", - "link": "https://www.nytimes.com/2021/11/25/world/asia/solomon-islands-riot.html", - "creator": "Yan Zhuang", - "pubDate": "Thu, 25 Nov 2021 08:06:58 +0000", + "title": "Lost your get up and go? Here’s how to get it back", + "description": "

    After a lifetime of loving exercise, Martin Love lost his motivation. But where had it gone? And could he get it back? Plus, five experts on how to maintain your mojo

    On my parents’ mantelpiece, among the pictures of smiling grandchildren, lopsided graduation hats, old sports cars and a young soldier in smart uniform, is a picture of heroic athletic endeavour. In a little silver frame is a small blond boy in a white vest straining every sinew as he belts around the corner of a grassy athletic field, the parallel lines of the track marked out in white chalk stretching into the distance. He seems to be so far ahead of the pack that he’s almost on his own. He’s a champion in the making! Is the podium ready? Is that the music from Chariots of Fire you can hear?

    The sad truth is that the little boy is me and I was so far off the pace everyone else that my dad was able to step out on the track to take the picture. “You were miles behind. It was almost as if you were running in slow motion,” he says now, with a laugh.

    Continue reading...", + "content": "

    After a lifetime of loving exercise, Martin Love lost his motivation. But where had it gone? And could he get it back? Plus, five experts on how to maintain your mojo

    On my parents’ mantelpiece, among the pictures of smiling grandchildren, lopsided graduation hats, old sports cars and a young soldier in smart uniform, is a picture of heroic athletic endeavour. In a little silver frame is a small blond boy in a white vest straining every sinew as he belts around the corner of a grassy athletic field, the parallel lines of the track marked out in white chalk stretching into the distance. He seems to be so far ahead of the pack that he’s almost on his own. He’s a champion in the making! Is the podium ready? Is that the music from Chariots of Fire you can hear?

    The sad truth is that the little boy is me and I was so far off the pace everyone else that my dad was able to step out on the track to take the picture. “You were miles behind. It was almost as if you were running in slow motion,” he says now, with a laugh.

    Continue reading...", + "category": "Fitness", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/02/lost-your-get-up-and-go-heres-how-to-get-it-back", + "creator": "Martin Love", + "pubDate": "2022-01-02T08:00:13Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e5a3edce4b46b7af49ca3c8eaa1cb04d" + "hash": "db014aa8f041838e72ea6fbe9a868314", + "highlights": [] }, { - "title": "As Turkeys Take Over Campus, Some Colleges Are More Thankful Than Others", - "description": "From California to Minnesota to Massachusetts, turkeys have taken a liking to university life, leading to social media stardom and crosswalk confrontations.", - "content": "From California to Minnesota to Massachusetts, turkeys have taken a liking to university life, leading to social media stardom and crosswalk confrontations.", - "category": "Turkeys", - "link": "https://www.nytimes.com/2021/11/25/us/turkey-college-campus.html", - "creator": "Mitch Smith", - "pubDate": "Thu, 25 Nov 2021 08:00:08 +0000", + "title": "Man, 74, dies in electric scooter collision in Greater Manchester", + "description": "

    Rider in Tameside died on scene after colliding with two parked cars on New Year’s Day

    A 74-year-old man has died after his electric scooter collided with two parked cars on New Year’s Day.

    Greater Manchester police (GMP) said officers were called to reports of the crash on Springfield Road in Tameside, just east of Manchester, at about 1.40pm on Saturday.

    Continue reading...", + "content": "

    Rider in Tameside died on scene after colliding with two parked cars on New Year’s Day

    A 74-year-old man has died after his electric scooter collided with two parked cars on New Year’s Day.

    Greater Manchester police (GMP) said officers were called to reports of the crash on Springfield Road in Tameside, just east of Manchester, at about 1.40pm on Saturday.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/02/man-74-dies-in-electric-scooter-collision-in-greater-manchester", + "creator": "PA Media", + "pubDate": "2022-01-02T19:12:18Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c457f8e3b0a23d8de3c7fb42cbde403d" + "hash": "c5890205ca2536900d7eb425cdba2f29", + "highlights": [] }, { - "title": "Two N.Y.P.D. Officers Are Shot in Gun Battle in the Bronx", - "description": "The officers, who were responding to a report of a gun, were expected to survive. The suspect was also shot.", - "content": "The officers, who were responding to a report of a gun, were expected to survive. The suspect was also shot.", - "category": "Attacks on Police", - "link": "https://www.nytimes.com/2021/11/24/nyregion/nypd-officers-shot-bronx.html", - "creator": "Michael Levenson and Karen Zraick", - "pubDate": "Thu, 25 Nov 2021 07:39:04 +0000", + "title": "Why does Austria stay silent over dual national’s arrest six years ago in Iran?", + "description": "

    Iranian-Austrian Kamran Ghaderi is serving a 10-year sentence for spying and his family are still waiting for answers

    Six years ago on New Year’s Day, an Iranian-Austrian IT businessman said goodbye to his wife and three children and boarded a flight from Vienna to Tehran via Istanbul. Kamran Ghaderi was due to return five to six days later, but instead, on 2 January 2016, he was arrested and has now spent six years in Evin prison in Tehran.

    In October 2016, he was sentenced to 10 years for spying for a foreign country at a trial in which neither he nor his lawyer were able to say more than two words. His sentencing was based on a confession he gave under what his wife, Harika, says was torture, in the belief she might be in danger. No written judgment has ever been given to his family.

    Continue reading...", + "content": "

    Iranian-Austrian Kamran Ghaderi is serving a 10-year sentence for spying and his family are still waiting for answers

    Six years ago on New Year’s Day, an Iranian-Austrian IT businessman said goodbye to his wife and three children and boarded a flight from Vienna to Tehran via Istanbul. Kamran Ghaderi was due to return five to six days later, but instead, on 2 January 2016, he was arrested and has now spent six years in Evin prison in Tehran.

    In October 2016, he was sentenced to 10 years for spying for a foreign country at a trial in which neither he nor his lawyer were able to say more than two words. His sentencing was based on a confession he gave under what his wife, Harika, says was torture, in the belief she might be in danger. No written judgment has ever been given to his family.

    Continue reading...", + "category": "Iran", + "link": "https://www.theguardian.com/world/2022/jan/01/kamran-ghaderi-why-does-austria-stay-silent-dual-nationals-arrest-six-years-ago-iran", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2022-01-01T05:00:39Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d643789d7507059117793d67da7077b7" + "hash": "cb30e8de89d196739ff530e75ebd1eeb", + "highlights": [] }, { - "title": "A Baltimore Thanksgiving Memory", - "description": "Eating had become a chore for my parents, but I was determined to make a feast. I had never given much thought to Dad’s penknife until that meal.", - "content": "Eating had become a chore for my parents, but I was determined to make a feast. I had never given much thought to Dad’s penknife until that meal.", - "category": "Thanksgiving Day", - "link": "https://www.nytimes.com/2021/11/25/opinion/thanksgiving-penknife.html", - "creator": "Rafael Alvarez", - "pubDate": "Thu, 25 Nov 2021 06:00:03 +0000", + "title": "As I bum-shuffled my way down the scree at Avalanche Peak I wished I was back in the bush | Rose Lu", + "description": "

    As my family were neither middle class nor white European I didn’t venture into the bush until I was an adult – I’ll never forget my first time

    • Guardian writers and readers describe their favourite place in New Zealand’s wilderness and why it’s special to them

    Nothing beats the New Zealand bush. The writer Ashleigh Young once tweeted: “Sometimes NZ writers say ‘the forest’ instead of ‘the bush’ (and they definitely mean ‘the bush’) because they are nervous about saying ‘the bush’. Bring back the bush. If everyone does it, we will be fine.”

    So here I am, proclaiming, “I love the bush!” Perhaps this is my opinion as an outdoor enthusiast and bisexual, but “bush” is the more accurate descriptor for the native flora of Aotearoa. Our bush is dense and scratchy, inured to the trample of boots. Our bush is thick and lush all year round, as few native plant species are deciduous. Our bush is not some wan forest: it is wild and overgrown, it does not encourage easy passage.

    Continue reading...", + "content": "

    As my family were neither middle class nor white European I didn’t venture into the bush until I was an adult – I’ll never forget my first time

    • Guardian writers and readers describe their favourite place in New Zealand’s wilderness and why it’s special to them

    Nothing beats the New Zealand bush. The writer Ashleigh Young once tweeted: “Sometimes NZ writers say ‘the forest’ instead of ‘the bush’ (and they definitely mean ‘the bush’) because they are nervous about saying ‘the bush’. Bring back the bush. If everyone does it, we will be fine.”

    So here I am, proclaiming, “I love the bush!” Perhaps this is my opinion as an outdoor enthusiast and bisexual, but “bush” is the more accurate descriptor for the native flora of Aotearoa. Our bush is dense and scratchy, inured to the trample of boots. Our bush is thick and lush all year round, as few native plant species are deciduous. Our bush is not some wan forest: it is wild and overgrown, it does not encourage easy passage.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/commentisfree/2022/jan/03/as-i-bum-shuffled-my-way-down-the-scree-at-avalanche-peak-i-wished-i-was-back-in-the-bush", + "creator": "Rose Lu", + "pubDate": "2022-01-02T19:00:25Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb321cfdced251a9d156a405ff918086" + "hash": "859c76d27cb66d2ffb2dad3b87580f7f", + "highlights": [] }, { - "title": "Peng Shuai’s Accusation Pierced the Privileged Citadel of Chinese Politics", - "description": "Zhang Gaoli was best known as a low-key technocrat. Then a Chinese tennis star’s allegations made him a symbol of a system that bristles against scrutiny.", - "content": "Zhang Gaoli was best known as a low-key technocrat. Then a Chinese tennis star’s allegations made him a symbol of a system that bristles against scrutiny.", - "category": "", - "link": "https://www.nytimes.com/2021/11/25/world/asia/china-peng-shuai-zhang-gaoli.html", - "creator": "Chris Buckley and Steven Lee Myers", - "pubDate": "Thu, 25 Nov 2021 05:02:07 +0000", + "title": "Australia news live: critical healthcare shortages feared as Covid cases surge; ALP pledges shipping fleet", + "description": "

    Hospitalisations across the country rise; Anthony Albanese to announce plans to secure fuel supplies and trading routes. Follow all the day’s news

    Frydenberg is asked about job figures.

    “Australia’s experiencing a jobs boom. We have seen nearly half a million new jobs created since September as our two largest states, New South Wales and victoria come out of lockdown.

    We can’t make every product for free. What we do is provide it to those most vulnerable in those settings and particularly the aged care system and working through the public health orders to meet the costs with the states on a 50-50 basis.

    Significant amounts of rapid antigen tests are making their way to Australia.

    Continue reading...", + "content": "

    Hospitalisations across the country rise; Anthony Albanese to announce plans to secure fuel supplies and trading routes. Follow all the day’s news

    Frydenberg is asked about job figures.

    “Australia’s experiencing a jobs boom. We have seen nearly half a million new jobs created since September as our two largest states, New South Wales and victoria come out of lockdown.

    We can’t make every product for free. What we do is provide it to those most vulnerable in those settings and particularly the aged care system and working through the public health orders to meet the costs with the states on a 50-50 basis.

    Significant amounts of rapid antigen tests are making their way to Australia.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/03/australia-news-live-coronavirus-nsw-queensland-victoria-hospitalisation-hospital-morrison-albanese-shipping-supply-rat-omicron-delta-employment-", + "creator": "Cait Kelly", + "pubDate": "2022-01-02T21:09:15Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "511569aedd747eee811f0239cd103db3" + "hash": "5aef7d5d70260cc4045407418541cf27", + "highlights": [] }, { - "title": "Do Sports Still Need China?", - "description": "Global outrage, broken contracts and shifting politics could change the calculus for leagues and teams that once raced to do business in China.", - "content": "Global outrage, broken contracts and shifting politics could change the calculus for leagues and teams that once raced to do business in China.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/24/sports/olympics/china-sports-peng-shuai.html", - "creator": "Andrew Keh", - "pubDate": "Thu, 25 Nov 2021 04:52:14 +0000", + "title": "‘It was civil war’: photographing Mexico’s women’s rights protests", + "description": "

    Mahé Elipe captures the visceral anger as International Women’s Day protests turned into a violent clash with police

    On 8 March 2021, women across the world took part in protests to mark International Women’s Day. In Mexico, there is an added poignancy to the annual event, as at least 10 women are murdered in the country each day; in 2021 the date was was marred by additional violence.

    In the runup to the day fences were erected around the national palace in Mexico City’s main square, where thousands of women were due to gather.

    Continue reading...", + "content": "

    Mahé Elipe captures the visceral anger as International Women’s Day protests turned into a violent clash with police

    On 8 March 2021, women across the world took part in protests to mark International Women’s Day. In Mexico, there is an added poignancy to the annual event, as at least 10 women are murdered in the country each day; in 2021 the date was was marred by additional violence.

    In the runup to the day fences were erected around the national palace in Mexico City’s main square, where thousands of women were due to gather.

    Continue reading...", + "category": "Mexico", + "link": "https://www.theguardian.com/global-development/2021/dec/30/it-was-civil-war-photographing-mexicos-womens-rights-protests", + "creator": "Sarah Johnson", + "pubDate": "2021-12-30T15:00:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a881b3ab6475c3ac2ea8c940e4a3bec7" + "hash": "06a3721b5f6862a8ac1e62c5a3e69d36", + "highlights": [] }, { - "title": "Mickey Guyton on Her Grammy Nominations: ‘I Was Right’", - "description": "Last Grammys, the singer became the first Black woman to be nominated for a solo country performance award. This time, she’s back with three more chances to win.", - "content": "Last Grammys, the singer became the first Black woman to be nominated for a solo country performance award. This time, she’s back with three more chances to win.", - "category": "Grammy Awards", - "link": "https://www.nytimes.com/2021/11/24/arts/music/mickey-guyton-grammy-nominations.html", - "creator": "Joe Coscarelli", - "pubDate": "Thu, 25 Nov 2021 03:37:44 +0000", + "title": "Colorado wildfire: officials investigate blaze that destroyed nearly 1,000 homes", + "description": "

    Three people are missing and at least 991 homes and other buildings were destroyed as officials pursue tips

    Search teams looked for three missing people on Sunday in snow-covered but smoldering debris from a massive Colorado wildfire, while people who escaped the flames sorted through what was left and investigators tried to determine its cause.

    The flames ripped through at least 9.4 sq miles and left nearly 1,000 homes and other buildings destroyed in suburbs between Denver and Boulder.

    Continue reading...", + "content": "

    Three people are missing and at least 991 homes and other buildings were destroyed as officials pursue tips

    Search teams looked for three missing people on Sunday in snow-covered but smoldering debris from a massive Colorado wildfire, while people who escaped the flames sorted through what was left and investigators tried to determine its cause.

    The flames ripped through at least 9.4 sq miles and left nearly 1,000 homes and other buildings destroyed in suburbs between Denver and Boulder.

    Continue reading...", + "category": "Colorado", + "link": "https://www.theguardian.com/us-news/2022/jan/02/colorado-wildfire-officials-investigate-blaze", + "creator": "Associated Press in Superior, Colorado", + "pubDate": "2022-01-02T19:00:18Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c231b31bdff805391f4ba7e0750854c" + "hash": "dd0a36abc17afae58b0afbf6fc9ad4c6", + "highlights": [] }, { - "title": "At Last Minute, Kanye West, Taylor Swift Added as Top Grammy Nominees", - "description": "Abba, Lil Nas X and others benefited as the number of competitors in the four all-genre categories grew from eight to 10 in a meeting the day before the nominations were announced.", - "content": "Abba, Lil Nas X and others benefited as the number of competitors in the four all-genre categories grew from eight to 10 in a meeting the day before the nominations were announced.", - "category": "Recording Academy", - "link": "https://www.nytimes.com/2021/11/24/arts/music/grammy-nominations-taylor-swift-kanye-west.html", - "creator": "Ben Sisario and Joe Coscarelli", - "pubDate": "Thu, 25 Nov 2021 03:28:24 +0000", + "title": "US judge delivers double setback to Prince Andrew’s abuse case battle", + "description": "

    Pressure grows on duke to settle alleged victim’s claim before key hearing this week

    Two of Prince Andrew’s efforts to prevent or stall the progression of Virginia Roberts Giuffre’s sex assault lawsuit against him were blocked on Saturday when a US federal judge ordered the prince’s lawyers to turn over key legal documents, increasing pressure to settle claims before a crucial court hearing this week.

    Judge Lewis A Kaplan, in a written order, told the prince’s lawyers they must turn over documents on the schedule that has been set in the lawsuit brought by Guiffre who claims she was abused – aged 17 – by the prince on multiple occasions in 2001 while she was being sexually abused by financier Jeffrey Epstein.

    Continue reading...", + "content": "

    Pressure grows on duke to settle alleged victim’s claim before key hearing this week

    Two of Prince Andrew’s efforts to prevent or stall the progression of Virginia Roberts Giuffre’s sex assault lawsuit against him were blocked on Saturday when a US federal judge ordered the prince’s lawyers to turn over key legal documents, increasing pressure to settle claims before a crucial court hearing this week.

    Judge Lewis A Kaplan, in a written order, told the prince’s lawyers they must turn over documents on the schedule that has been set in the lawsuit brought by Guiffre who claims she was abused – aged 17 – by the prince on multiple occasions in 2001 while she was being sexually abused by financier Jeffrey Epstein.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2022/jan/01/prince-andrew-lawsuit-virginia-giuffre-effort-block-rejected", + "creator": "Edward Helmore in New York and Mark Townsend in London", + "pubDate": "2022-01-01T23:21:08Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4cb611b36f97f3344c1084a704d34715" + "hash": "f41add65b33d72e63e065d24d695a39a", + "highlights": [] }, { - "title": "The Guilty Verdicts in the Ahmaud Arbery Case Are a Welcome Respite", - "description": "This was a reminder that the lives of Black people are valued in this country — at least on occasion.", - "content": "This was a reminder that the lives of Black people are valued in this country — at least on occasion.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/11/24/opinion/guilty-verdict-ahmaud-arbery.html", - "creator": "Charles M. Blow", - "pubDate": "Thu, 25 Nov 2021 02:46:14 +0000", + "title": "Outsider from the right backed by Hungary’s left to beat Orbán", + "description": "

    Six opposition parties have united behind Péter Márki-Zay for crucial spring vote

    When Hungarian opposition leader Péter Márki-Zay was in Brussels at the end of last year, he visited the street where an MEP from prime minister Viktor Orbán’s ruling party, Fidesz, had fled down a drainpipe to evade a police raid on a “gay orgy” that broke lockdown rules. The MEP, who later resigned, had been an architect of a clause in Hungary’s constitution defining marriage as a heterosexual institution. The drainpipe visit was easy political capital for Márki-Zay, seeking to draw attention to the hypocrisy of the governing party, while stressing his commitment to LGBT rights and conservative credentials.

    It’s the kind of move that has discombobulated Fidesz, who weren’t expecting to face this kind of challenge in Hungary’s parliamentary elections in spring 2022.

    Continue reading...", + "content": "

    Six opposition parties have united behind Péter Márki-Zay for crucial spring vote

    When Hungarian opposition leader Péter Márki-Zay was in Brussels at the end of last year, he visited the street where an MEP from prime minister Viktor Orbán’s ruling party, Fidesz, had fled down a drainpipe to evade a police raid on a “gay orgy” that broke lockdown rules. The MEP, who later resigned, had been an architect of a clause in Hungary’s constitution defining marriage as a heterosexual institution. The drainpipe visit was easy political capital for Márki-Zay, seeking to draw attention to the hypocrisy of the governing party, while stressing his commitment to LGBT rights and conservative credentials.

    It’s the kind of move that has discombobulated Fidesz, who weren’t expecting to face this kind of challenge in Hungary’s parliamentary elections in spring 2022.

    Continue reading...", + "category": "Hungary", + "link": "https://www.theguardian.com/world/2022/jan/02/outsider-peter-marki-zay-from-the-right-backed-by-hungarys-left-to-beat-orban", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2022-01-02T06:45:10Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e1e292420e5ab09fac28d971464070f" + "hash": "f9e9d47838d71dca0b37e3b2d44df0ce", + "highlights": [] }, { - "title": "How to Watch the Macy’s Thanksgiving Day Parade", - "description": "This year’s parade will feature performers like Kelly Rowland and Carrie Underwood and will have 15 giant balloons and 28 floats.", - "content": "This year’s parade will feature performers like Kelly Rowland and Carrie Underwood and will have 15 giant balloons and 28 floats.", - "category": "Thanksgiving Day", - "link": "https://www.nytimes.com/2021/11/24/nyregion/macys-parade-time-thanksgiving.html", - "creator": "Lola Fadulu", - "pubDate": "Thu, 25 Nov 2021 01:30:34 +0000", + "title": "New studies reinforce belief that Omicron is less likely to damage lungs", + "description": "

    Six research groups’ findings all suggest variant multiplies more in throats and causes less serious disease

    A growing body of evidence indicates that the Omicron Covid variant is more likely to infect the throat than the lungs, which scientists believe may explain why it appears to be more infectious but less deadly than other versions of the virus. Six studies – four published since Christmas Eve – have found that Omicron does not damage people’s lungs as much as the Delta and other previous variants of Covid. The studies have yet to be peer-reviewed by other scientists.

    “The result of all the mutations that make Omicron different from previous variants is that it may have altered its ability to infect different sorts of cells,” said Deenan Pillay, professor of virology at University College London.

    Continue reading...", + "content": "

    Six research groups’ findings all suggest variant multiplies more in throats and causes less serious disease

    A growing body of evidence indicates that the Omicron Covid variant is more likely to infect the throat than the lungs, which scientists believe may explain why it appears to be more infectious but less deadly than other versions of the virus. Six studies – four published since Christmas Eve – have found that Omicron does not damage people’s lungs as much as the Delta and other previous variants of Covid. The studies have yet to be peer-reviewed by other scientists.

    “The result of all the mutations that make Omicron different from previous variants is that it may have altered its ability to infect different sorts of cells,” said Deenan Pillay, professor of virology at University College London.

    Continue reading...", + "category": "Omicron variant", + "link": "https://www.theguardian.com/world/2022/jan/02/new-studies-reinforce-belief-that-omicron-is-less-likely-to-damage-lungs", + "creator": "James Tapper", + "pubDate": "2022-01-02T07:00:11Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54f80cbc384086d98194f452eb1517d6" + "hash": "d6bcf5b0d0ac8842e067c986fb703fa9", + "highlights": [] }, { - "title": "U.S. Reacts to Guilty Verdict in Ahmaud Arbery Murder Case", - "description": "The murder convictions of three white men in the death of Ahmaud Arbery were praised by many as a just outcome in a case that could have stoked racial divisions.", - "content": "The murder convictions of three white men in the death of Ahmaud Arbery were praised by many as a just outcome in a case that could have stoked racial divisions.", - "category": "Black Lives Matter Movement", - "link": "https://www.nytimes.com/2021/11/24/us/ahmaud-arbery-verdict-reaction.html", - "creator": "Jack Healy and Tariro Mzezewa", - "pubDate": "Thu, 25 Nov 2021 01:03:13 +0000", + "title": "Retrieved after decades: the painting supposedly ‘bought’ by the Nazis", + "description": "

    A new book recounts one woman’s struggle to find looted art – and then convince a major museum to give it back

    Fresh proof that the Nazis set up fake auctions and phoney paperwork to disguise their looting of art and valuable possessions has been uncovered by an amateur sleuth researching her own family mystery.

    French writer Pauline Baer de Perignon’s investigation has revealed the fate of a missing collection of art that included work by Monet, Renoir and Degas and also exposed the reluctance of Europe’s leading museums to accept evidence of the deceit.

    Continue reading...", + "content": "

    A new book recounts one woman’s struggle to find looted art – and then convince a major museum to give it back

    Fresh proof that the Nazis set up fake auctions and phoney paperwork to disguise their looting of art and valuable possessions has been uncovered by an amateur sleuth researching her own family mystery.

    French writer Pauline Baer de Perignon’s investigation has revealed the fate of a missing collection of art that included work by Monet, Renoir and Degas and also exposed the reluctance of Europe’s leading museums to accept evidence of the deceit.

    Continue reading...", + "category": "Art theft", + "link": "https://www.theguardian.com/artanddesign/2022/jan/02/retrieved-after-decades-the-painting-supposedly-bought-by-the-nazis", + "creator": "Vanessa Thorpe Arts and media correspondent", + "pubDate": "2022-01-02T07:15:11Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "926f7e92bedbdeee293329b0ef262cb0" + "hash": "6be96c964b35ee12e8eb7650c94eb983", + "highlights": [] }, { - "title": "27 Migrants Drown Trying to Go From France to U.K. by Boat", - "description": "The boat, which capsized near Calais, had been carrying a group of migrants to Britain. “France won’t let the Channel become a graveyard,’’ President Emmanuel Macron said.", - "content": "The boat, which capsized near Calais, had been carrying a group of migrants to Britain. “France won’t let the Channel become a graveyard,’’ President Emmanuel Macron said.", - "category": "Maritime Accidents and Safety", - "link": "https://www.nytimes.com/2021/11/24/world/europe/migrants-boat-capsize-calais.html", - "creator": "Aurelien Breeden, Constant Méheut and Norimitsu Onishi", - "pubDate": "Thu, 25 Nov 2021 00:24:29 +0000", + "title": "Fire breaks out in South African parliament in Cape Town", + "description": "

    Firefighters were battling to contain a blaze that broke out in the historic building

    A major fire broke out in the South African parliament building in Cape Town early on Sunday.

    Firefighters were present at the building as large flames and a huge column of smoke were seen at around 7.30am local time.

    Continue reading...", + "content": "

    Firefighters were battling to contain a blaze that broke out in the historic building

    A major fire broke out in the South African parliament building in Cape Town early on Sunday.

    Firefighters were present at the building as large flames and a huge column of smoke were seen at around 7.30am local time.

    Continue reading...", + "category": "South Africa", + "link": "https://www.theguardian.com/world/2022/jan/02/south-africa-parliament-fire-cape-town", + "creator": "Staff and agencies", + "pubDate": "2022-01-02T06:37:23Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a09481ff5e95cd873a09e7ff414d1be" + "hash": "3242509b1886102c081e0e4f2a43ed20", + "highlights": [] }, { - "title": "President Biden Arrives in Nantucket for Thanksgiving ", - "description": "President Biden and his family are spending Thanksgiving on Nantucket, renewing a family tradition that dates back to 1975.", - "content": "President Biden and his family are spending Thanksgiving on Nantucket, renewing a family tradition that dates back to 1975.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/11/24/us/politics/biden-thanksgiving-nantucket.html", - "creator": "Zolan Kanno-Youngs", - "pubDate": "Wed, 24 Nov 2021 23:55:38 +0000", + "title": "South Korean crosses demilitarised zone in rare defection to North", + "description": "

    The fate of the defector is unknown after they crossed the heavily fortified border between the two Koreas

    A South Korean has crossed the heavily fortified border in a rare defection to North Korea, South Korea’s military has said.

    Years of repression and poverty in North Korea have led more than 30,000 people to flee to the South in the decades since Korean war hostilities ended with an armistice, but crossings in the other direction are extremely rare.

    Agence France-Presse contributed to this report

    Continue reading...", + "content": "

    The fate of the defector is unknown after they crossed the heavily fortified border between the two Koreas

    A South Korean has crossed the heavily fortified border in a rare defection to North Korea, South Korea’s military has said.

    Years of repression and poverty in North Korea have led more than 30,000 people to flee to the South in the decades since Korean war hostilities ended with an armistice, but crossings in the other direction are extremely rare.

    Agence France-Presse contributed to this report

    Continue reading...", + "category": "North Korea", + "link": "https://www.theguardian.com/world/2022/jan/02/south-korean-crosses-demilitarised-zone-in-rare-defection-to-north", + "creator": "Reuters", + "pubDate": "2022-01-02T05:01:25Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c6fc4cbd9b2edeb32f38bce86fc330d" + "hash": "73d2c11697f09b0b403ed3ac84877ca7", + "highlights": [] }, { - "title": "NFL to Settle Lawsuit Over Rams’ Departure for $790 Million", - "description": "Rams owner Stanley Kroenke is expected to pay the entire amount, ending the four-year court battle over the team’s move to Los Angeles in 2016.", - "content": "Rams owner Stanley Kroenke is expected to pay the entire amount, ending the four-year court battle over the team’s move to Los Angeles in 2016.", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2021/11/24/sports/football/nfl-st-louis-rams-relocation.html", - "creator": "Ken Belson", - "pubDate": "Wed, 24 Nov 2021 23:15:03 +0000", + "title": "Speaker defends Tony Blair knighthood after backlash", + "description": "

    Critics say legacy of 2003 Iraq invasion makes former PM unsuitable for Queen’s highest honour

    The former Labour prime minister Tony Blair’s ennoblement this weekend, courtesy of the Queen, has been defended by the Speaker of the House of Commons, Sir Lindsay Hoyle.

    Sir Tony, rather than Sir Anthony, as he is now known, has been made a Knight Companion of the Most Noble Order of the Garter, 14 years after leaving Downing Street. But the honour has been criticised by Blair’s political opponents and those who argue the legacy of his invasion of Iraq in 2003 makes him unsuitable.

    Continue reading...", + "content": "

    Critics say legacy of 2003 Iraq invasion makes former PM unsuitable for Queen’s highest honour

    The former Labour prime minister Tony Blair’s ennoblement this weekend, courtesy of the Queen, has been defended by the Speaker of the House of Commons, Sir Lindsay Hoyle.

    Sir Tony, rather than Sir Anthony, as he is now known, has been made a Knight Companion of the Most Noble Order of the Garter, 14 years after leaving Downing Street. But the honour has been criticised by Blair’s political opponents and those who argue the legacy of his invasion of Iraq in 2003 makes him unsuitable.

    Continue reading...", + "category": "Tony Blair", + "link": "https://www.theguardian.com/politics/2022/jan/01/speaker-defends-tony-blair-knighthood-after-backlash", + "creator": "Vanessa Thorpe", + "pubDate": "2022-01-01T17:32:31Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3d0638a93f2257e5eed269ae8ab5c2a" + "hash": "5a84fc0ce12aeaa2a91d640a163cc40e", + "highlights": [] }, { - "title": "What the Arbery and Rittenhouse Verdicts Couldn't Tell Us", - "description": "We must stop tying our hopes for justice to high-profile criminal cases.", - "content": "We must stop tying our hopes for justice to high-profile criminal cases.", - "category": "Rittenhouse, Kyle", - "link": "https://www.nytimes.com/2021/11/24/opinion/arbery-verdict-rittenhouse.html", - "creator": "Sarah Lustbader", - "pubDate": "Wed, 24 Nov 2021 23:08:18 +0000", + "title": "What is aquamation? The process behind Desmond Tutu’s ‘green cremation’", + "description": "

    The anti-apartheid hero requested an eco-friendly cremation, which uses water instead of flames to process the remains

    The body of Archbishop Desmond Tutu will undergo aquamation, an increasingly popular and environmentally friendly alternative to traditional cremation methods, using water instead of fire.

    With aquamation, or “alkaline hydrolysis”, the body of the deceased is immersed for three to four hours in a mixture of water and a strong alkali, such as potassium hydroxide, in a pressurised metal cylinder and heated to around 150C.

    Continue reading...", + "content": "

    The anti-apartheid hero requested an eco-friendly cremation, which uses water instead of flames to process the remains

    The body of Archbishop Desmond Tutu will undergo aquamation, an increasingly popular and environmentally friendly alternative to traditional cremation methods, using water instead of fire.

    With aquamation, or “alkaline hydrolysis”, the body of the deceased is immersed for three to four hours in a mixture of water and a strong alkali, such as potassium hydroxide, in a pressurised metal cylinder and heated to around 150C.

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/2022/jan/02/what-is-aquamation-the-process-behind-desmond-tutus-green-cremation", + "creator": "Agence France-Presse", + "pubDate": "2022-01-02T01:23:12Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9047692599b1f4c8fb935c1a40789677" + "hash": "2e9a2478ea0fe1f228a53cc62dcebf91", + "highlights": [] }, { - "title": "The YZY GAP Round Jacket Review", - "description": "If you love to talk to people, this is the coat for you.", - "content": "If you love to talk to people, this is the coat for you.", - "category": "Coats and Jackets", - "link": "https://www.nytimes.com/2021/11/24/style/yeezy-gap-jacket.html", - "creator": "André Wheeler", - "pubDate": "Wed, 24 Nov 2021 21:36:58 +0000", + "title": "Time to stockpile olives? Shortages as delis are hit by new Brexit import rules", + "description": "

    Regulations likely to result in higher prices and empty shelves for delis and others

    After a few minutes in the queue spent eyeing up the best on offer at the local deli, it is decision time.

    Maybe some of the wonderful Parma ham from Italy? With a few slices of Spanish chorizo? And a piece of brie from that farm in Normandy … oh, and definitely some of the black olives from Greece.

    Continue reading...", + "content": "

    Regulations likely to result in higher prices and empty shelves for delis and others

    After a few minutes in the queue spent eyeing up the best on offer at the local deli, it is decision time.

    Maybe some of the wonderful Parma ham from Italy? With a few slices of Spanish chorizo? And a piece of brie from that farm in Normandy … oh, and definitely some of the black olives from Greece.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2022/jan/01/uk-shops-fear-gaps-shelves-brexit-import-rules-prices-shortages-delis", + "creator": "Toby Helm and Tom Wall", + "pubDate": "2022-01-01T13:09:23Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77c926c6b46bd94a4036c925af0565a8" + "hash": "89ddd6b1e9e4988c72d4a3cfb06a72eb", + "highlights": [] }, { - "title": "Arbery Verdict: What is Malice Murder?", - "description": "In convicting Travis McMichael on that charge, the 12 jurors found that he had deliberately intended to kill Mr. Arbery.", - "content": "In convicting Travis McMichael on that charge, the 12 jurors found that he had deliberately intended to kill Mr. Arbery.", - "category": "Arbery, Ahmaud (1994-2020)", - "link": "https://www.nytimes.com/2021/11/24/us/malice-murder-arbery-murder-trial.html", - "creator": "Nicholas Bogel-Burroughs and Giulia Heyward", - "pubDate": "Wed, 24 Nov 2021 21:20:13 +0000", + "title": "Cyclone Seth: heavy rain forecast after dangerous surf closes south-east Queensland beaches", + "description": "

    BoM warns of ‘astronomical’ high tides and issues severe weather warnings from Coffs harbour to Fraser coast

    Dangerous surf and abnormally high tides have closed popular beaches as Tropical Cyclone Seth dominates off Australia’s eastern coast.

    Forecasters say heavy rain may lash south-east Queensland and northern New South Wales this week, with Seth churning about 700km to the north-east of Brisbane on Sunday afternoon.

    Continue reading...", + "content": "

    BoM warns of ‘astronomical’ high tides and issues severe weather warnings from Coffs harbour to Fraser coast

    Dangerous surf and abnormally high tides have closed popular beaches as Tropical Cyclone Seth dominates off Australia’s eastern coast.

    Forecasters say heavy rain may lash south-east Queensland and northern New South Wales this week, with Seth churning about 700km to the north-east of Brisbane on Sunday afternoon.

    Continue reading...", + "category": "Australia weather", + "link": "https://www.theguardian.com/australia-news/2022/jan/02/cyclone-seth-dangerous-surf-and-astronomical-high-tides-expected-for-south-east-queensland", + "creator": "Australian Associated Press", + "pubDate": "2022-01-02T08:09:53Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c5fd3c02be9beb7e705a87d971c75b4" + "hash": "3bbb449d083610d0ac631bb54c385cfa", + "highlights": [] }, { - "title": "‘Justice Was Served’: Guilty Verdicts in the Ahmaud Arbery Case", - "description": "Readers express relief. One calls it the “only rational and equitable verdict.” Also: A Covid Thanksgiving, and one in prison; children and grief.", - "content": "Readers express relief. One calls it the “only rational and equitable verdict.” Also: A Covid Thanksgiving, and one in prison; children and grief.", - "category": "Arbery, Ahmaud (1994-2020)", - "link": "https://www.nytimes.com/2021/11/24/opinion/letters/ahmaud-arbery.html", - "creator": "", - "pubDate": "Wed, 24 Nov 2021 21:16:34 +0000", + "title": "How much longer can China keep up its zero-Covid strategy?", + "description": "

    As Beijing pursues its solitary path, observers are asking whether the policy is about protecting public health – or social order

    Desperate residents in China’s western Xi’an city are running out of food after they were barred from grocery shopping in a fierce lockdown. In the southern province of Guangxi, people who broke Covid laws were recently publicly shamed by being paraded through the streets in Hazmat suits with placards round their necks.

    The rest of the world is learning, slowly and with some difficulty, to live with Covid-19, but in China, authorities are doubling down on their “zero-Covid” policy: trying to stamp out the disease whenever it appears, and at any cost. A single case in a border town led to 200,000 people being locked down late last month.

    Continue reading...", + "content": "

    As Beijing pursues its solitary path, observers are asking whether the policy is about protecting public health – or social order

    Desperate residents in China’s western Xi’an city are running out of food after they were barred from grocery shopping in a fierce lockdown. In the southern province of Guangxi, people who broke Covid laws were recently publicly shamed by being paraded through the streets in Hazmat suits with placards round their necks.

    The rest of the world is learning, slowly and with some difficulty, to live with Covid-19, but in China, authorities are doubling down on their “zero-Covid” policy: trying to stamp out the disease whenever it appears, and at any cost. A single case in a border town led to 200,000 people being locked down late last month.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2022/jan/01/china-zero-covid-strategy-beijing-policy-protecting-public-health-coronavirus", + "creator": "Emma Graham-Harrison", + "pubDate": "2022-01-01T17:45:12Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50a7c2af17d77f7b23bac51be07b1035" + "hash": "4e822e173eb0515b05d78a811c280f37", + "highlights": [] }, { - "title": "Margo Guryan, Whose Album Drew Belated Acclaim, Dies at 84", - "description": "She recorded “Take a Picture” in 1968, but it died when she declined to tour. Three decades later, adventurous listeners discovered it and gave it a new life.", - "content": "She recorded “Take a Picture” in 1968, but it died when she declined to tour. Three decades later, adventurous listeners discovered it and gave it a new life.", - "category": "Guryan, Margo (1937-2021)", - "link": "https://www.nytimes.com/2021/11/24/arts/music/margo-guryan-dead.html", - "creator": "Neil Genzlinger", - "pubDate": "Wed, 24 Nov 2021 21:05:21 +0000", + "title": "Boris Johnson asks ministers to plan for Covid workplace absences of up to 25%", + "description": "

    Public sector leaders told to prepare for worst case scenario after record numbers of daily infections

    Boris Johnson has instructed ministers to come up with “robust contingency plans” for workplace absences as it emerged that the government is concerned about the impact record numbers of daily Covid infections could have on businesses in the coming weeks.

    The Cabinet Office confirmed that, despite the accelerated booster programme, public sector leaders have been asked to prepare for a worst case scenario that would see up to a quarter of workers being off work due to high Covid levels in the population.

    Continue reading...", + "content": "

    Public sector leaders told to prepare for worst case scenario after record numbers of daily infections

    Boris Johnson has instructed ministers to come up with “robust contingency plans” for workplace absences as it emerged that the government is concerned about the impact record numbers of daily Covid infections could have on businesses in the coming weeks.

    The Cabinet Office confirmed that, despite the accelerated booster programme, public sector leaders have been asked to prepare for a worst case scenario that would see up to a quarter of workers being off work due to high Covid levels in the population.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/01/boris-johnson-asks-ministers-to-plan-for-covid-workplace-absences-of-up-to-25", + "creator": "Jedidajah Otte", + "pubDate": "2022-01-01T22:30:00Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3738ab5d9b2c4621bbe0c389c2331f44" + "hash": "283b34e82d4380cb0b09f53b0f79d00f", + "highlights": [] }, { - "title": "Ahmaud Arbery’s Final Minutes: What Videos and 911 Calls Show", - "description": "Using security footage, cellphone video, 911 calls and police reports, The Times has reconstructed the 12 minutes before Ahmaud Arbery was shot dead in Georgia on Feb. 23.", - "content": "Using security footage, cellphone video, 911 calls and police reports, The Times has reconstructed the 12 minutes before Ahmaud Arbery was shot dead in Georgia on Feb. 23.", - "category": "Arbery, Ahmaud (1994-2020)", - "link": "https://www.nytimes.com/video/us/100000007142853/ahmaud-arbery-video-911-georgia.html", - "creator": "Malachy Browne, Drew Jordan, Dmitriy Khavin and Ainara Tiefenthäler", - "pubDate": "Wed, 24 Nov 2021 21:02:16 +0000", + "title": "Schools in England told: wear masks in class as fears mount of Omicron surge", + "description": "

    Advice to secondary schools issued amid concerns over new term spike in Covid cases and Keir Starmer calls for more test kits

    All pupils in secondary schools in England should return to wearing masks in classrooms, ministers said last night, as fears grew that the new term could trigger a huge spike in cases of the Omicron variant.

    The new advice came amid mounting criticism of the government for failing to ensure availability of Covid testing kits in time for the return to schools and workplaces following the Christmas holidays.

    Continue reading...", + "content": "

    Advice to secondary schools issued amid concerns over new term spike in Covid cases and Keir Starmer calls for more test kits

    All pupils in secondary schools in England should return to wearing masks in classrooms, ministers said last night, as fears grew that the new term could trigger a huge spike in cases of the Omicron variant.

    The new advice came amid mounting criticism of the government for failing to ensure availability of Covid testing kits in time for the return to schools and workplaces following the Christmas holidays.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/01/schools-in-england-told-wear-masks-in-class-as-fears-mount-of-omicron-surge", + "creator": "Toby Helm, Robin McKie and Julie Henry", + "pubDate": "2022-01-01T22:30:00Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0803011bd74d807030646269da126504" + "hash": "3bd4cffde8917c2ba5c42b4e1bee11fc", + "highlights": [] }, { - "title": "For Afghan Refugees, a Choice Between Community and Opportunity", - "description": "In resettling thousands of displaced Afghans, the Biden administration must weigh their need for support against the needs of the U.S. labor market.", - "content": "In resettling thousands of displaced Afghans, the Biden administration must weigh their need for support against the needs of the U.S. labor market.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2021/11/24/us/afghan-refugees.html", - "creator": "Michael D. Shear and Jim Tankersley", - "pubDate": "Wed, 24 Nov 2021 21:01:54 +0000", + "title": "Two years of coronavirus: how pandemic unfolded around the world", + "description": "

    In December 2019 the WHO was told of a cluster of pneumonia cases in Wuhan, China. These charts show how Covid-19 has spread across the world since then

    Two years ago today, as New Year’s Eve fireworks lit up skies across the world, news reached the World Health Organization (WHO) about an outbreak of “pneumonia” in Wuhan, China, the cause of which was unknown.

    There had been several cases in December and possibly as far back as November in the region. But the subsequent WHO announcement was the first time that the world at large was made aware of its existence.

    Continue reading...", + "content": "

    In December 2019 the WHO was told of a cluster of pneumonia cases in Wuhan, China. These charts show how Covid-19 has spread across the world since then

    Two years ago today, as New Year’s Eve fireworks lit up skies across the world, news reached the World Health Organization (WHO) about an outbreak of “pneumonia” in Wuhan, China, the cause of which was unknown.

    There had been several cases in December and possibly as far back as November in the region. But the subsequent WHO announcement was the first time that the world at large was made aware of its existence.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/31/two-years-of-coronavirus-how-pandemic-unfolded-around-the-world", + "creator": "Ashley Kirk and Pamela Duncan", + "pubDate": "2021-12-31T08:00:15Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31ec1dbbd233da485826dedbbf4fc913" + "hash": "c84fb226bc91d1c5436ed5710bc4f58d", + "highlights": [] }, { - "title": "Nordstrom, Louis Vuitton and Others Hit in California Burglaries", - "description": "“Their plan was to overwhelm us,” Chief Bill Scott of the San Francisco police said after about a dozen stores were stolen from in one night.", - "content": "“Their plan was to overwhelm us,” Chief Bill Scott of the San Francisco police said after about a dozen stores were stolen from in one night.", - "category": "Shoplifting and Employee Theft (Retail)", - "link": "https://www.nytimes.com/2021/11/24/business/california-organized-crime-theft-looting.html", - "creator": "Azi Paybarah", - "pubDate": "Wed, 24 Nov 2021 20:55:01 +0000", + "title": "Ghislaine Maxwell, the Demon Queen, is behind bars. Does she have a secret that could unlock her shackles?", + "description": "

    Our writer sat through the trial in New York and reports on the humiliation of the mwah-mwah princess, her repeated failures to end Jeffrey Epstein’s abuse and the chances of her cutting a deal with the Feds

    Guilty, five times over, Ghislaine Maxwell, shackled, sits in the sweat box as it crawls over Brooklyn Bridge along with the rest of the rush-hour little people she used to fly over, saying a last goodbye to the Imperial City’s billion-dollar stalagmites. The one-time Princess Mwah-Mwah is now the Demon Queen, facing 30 years, the rest of her life in prison, not some Disneyland of rightwing fantasy but a bone pit of the bad, the mad and the broken locked up until the end of age.

    She has a secret key that could unlock her shackles. What if she sings, tells the feds what she knows, gives up the overmighty men who, along with her one-time lover Jeffrey Epstein, abused women more child than adult back in her pomp? She could cut her jail time down to 10 years and be out in seven, thanks to good behaviour.

    Continue reading...", + "content": "

    Our writer sat through the trial in New York and reports on the humiliation of the mwah-mwah princess, her repeated failures to end Jeffrey Epstein’s abuse and the chances of her cutting a deal with the Feds

    Guilty, five times over, Ghislaine Maxwell, shackled, sits in the sweat box as it crawls over Brooklyn Bridge along with the rest of the rush-hour little people she used to fly over, saying a last goodbye to the Imperial City’s billion-dollar stalagmites. The one-time Princess Mwah-Mwah is now the Demon Queen, facing 30 years, the rest of her life in prison, not some Disneyland of rightwing fantasy but a bone pit of the bad, the mad and the broken locked up until the end of age.

    She has a secret key that could unlock her shackles. What if she sings, tells the feds what she knows, gives up the overmighty men who, along with her one-time lover Jeffrey Epstein, abused women more child than adult back in her pomp? She could cut her jail time down to 10 years and be out in seven, thanks to good behaviour.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2022/jan/02/ghislaine-maxwell-the-demon-queen-is-behind-bars-does-she-have-a-secret-that-could-unlock-her-shackles", + "creator": "John Sweeney", + "pubDate": "2022-01-02T07:15:11Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "01562ad2a963b760a2ff1dc0d1bee259" + "hash": "5126850a3cd85e0b040b15dfec7aaf40", + "highlights": [] }, { - "title": "Why Columbia Student Workers Are Back On Strike", - "description": "Columbia University’s student workers’ union, made up of 3,000 workers, is striking for the second time this year, calling for higher wages and more protections.", - "content": "Columbia University’s student workers’ union, made up of 3,000 workers, is striking for the second time this year, calling for higher wages and more protections.", - "category": "Columbia University", - "link": "https://www.nytimes.com/2021/11/24/nyregion/columbia-grad-student-strike.html", - "creator": "Ashley Wong", - "pubDate": "Wed, 24 Nov 2021 20:17:58 +0000", + "title": "From stand-in stars to tech titans: The Observer’s faces to watch in 2022", + "description": "

    We look at who will be making headlines this year, in both a positive and negative light

    Toby Helm

    Continue reading...", + "content": "

    We look at who will be making headlines this year, in both a positive and negative light

    Toby Helm

    Continue reading...", + "category": "Focus", + "link": "https://www.theguardian.com/focus/2022/jan/02/from-stand-in-stars-to-tech-titans-the-observers-faces-to-watch-in-2022", + "creator": "Toby Helm, Robin McKie, Vanessa Thorpe, Simon Tisdall, Barry Glendenning, Suzanne Wrack, Priya Elan, Ian Tucker, Wendy Ide and Barbara Ellen", + "pubDate": "2022-01-02T06:00:09Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9ee3647f4530bf6f97f7f0e57df7cbe" + "hash": "0c702d38c96e6766856ff6cee3b43c05", + "highlights": [] }, { - "title": "Who Is Olaf Scholz, Germany's Next Chancellor?", - "description": "Germany’s next chancellor is something of an enigma. He comes to power with a dizzying array of challenges, raising questions about whether he can fill the very big shoes of his predecessor.", - "content": "Germany’s next chancellor is something of an enigma. He comes to power with a dizzying array of challenges, raising questions about whether he can fill the very big shoes of his predecessor.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/24/world/europe/germany-new-chancellor-olaf-scholz.html", - "creator": "Katrin Bennhold", - "pubDate": "Wed, 24 Nov 2021 20:14:24 +0000", + "title": "My teenager doesn’t want to see her dad again after we split | Ask Philippa", + "description": "

    You seem to be making yourself ‘right’ and your daughter’s dad ‘wrong’ – with her a pawn in this fight. Don’t be in league with her against him

    The question My teenage daughter has been depressed for 18 months. During the past two years, I have been in the process of separating from her dad and their relationship has deteriorated to the extent that when we move apart she says she no longer wants to see him. She is not attending school and is struggling to engage with learning despite it being an important exam year. I have taken a step back and, together with the school, we have allowed her to only go in when she can, maybe for an hour or two.

    Her father sees this as giving in and allowing her to be “lazy” and says giving her this freedom means she will just take advantage. According to him, she needs more structure and discipline, and she needs to get used to the fact that pressure is a part of life. It feels as if he can’t acknowledge that she is depressed, despite her GP confirming this to be the case. I can see she has started to respond well to having the pressure taken off.

    Continue reading...", + "content": "

    You seem to be making yourself ‘right’ and your daughter’s dad ‘wrong’ – with her a pawn in this fight. Don’t be in league with her against him

    The question My teenage daughter has been depressed for 18 months. During the past two years, I have been in the process of separating from her dad and their relationship has deteriorated to the extent that when we move apart she says she no longer wants to see him. She is not attending school and is struggling to engage with learning despite it being an important exam year. I have taken a step back and, together with the school, we have allowed her to only go in when she can, maybe for an hour or two.

    Her father sees this as giving in and allowing her to be “lazy” and says giving her this freedom means she will just take advantage. According to him, she needs more structure and discipline, and she needs to get used to the fact that pressure is a part of life. It feels as if he can’t acknowledge that she is depressed, despite her GP confirming this to be the case. I can see she has started to respond well to having the pressure taken off.

    Continue reading...", + "category": "Divorce", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/02/ask-philippa-perry-my-teenager-doesnt-want-to-see-her-dad-again-after-we-split", + "creator": "Philippa Perry", + "pubDate": "2022-01-02T06:00:10Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aaa68936b3bfe29e2b7178faaee88083" + "hash": "6e21574635deecaf4bfa7a1ead4115ff", + "highlights": [] }, { - "title": "The Age of the Creative Minority", - "description": "Here are four ways to think about your group identity.", - "content": "Here are four ways to think about your group identity.", - "category": "Minorities", - "link": "https://www.nytimes.com/2021/11/24/opinion/creative-minority-multiculturalism.html", - "creator": "David Brooks", - "pubDate": "Wed, 24 Nov 2021 20:00:07 +0000", + "title": "‘Boys and girls have equal freedom’: Kerala backs gender-neutral uniforms", + "description": "

    Primary school pupils run free in shorts while a secondary school has gone ahead with uniform changes despite protests

    It’s break time at Valayanchirangara primary school and the pupils run freely beneath the mango trees and palms. Girls race against the boys, hitching up their knee-length shorts, cargo green for girls and teal blue for boys, as they go.

    It’s been three years since this small government primary school introduced gender-neutral uniforms for its pupils, and in doing so set in motion a quiet revolution that is now sweeping across the south Indian state of Kerala.

    Continue reading...", + "content": "

    Primary school pupils run free in shorts while a secondary school has gone ahead with uniform changes despite protests

    It’s break time at Valayanchirangara primary school and the pupils run freely beneath the mango trees and palms. Girls race against the boys, hitching up their knee-length shorts, cargo green for girls and teal blue for boys, as they go.

    It’s been three years since this small government primary school introduced gender-neutral uniforms for its pupils, and in doing so set in motion a quiet revolution that is now sweeping across the south Indian state of Kerala.

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/2022/jan/02/kerala-india-boys-girls-have-equal-freedom-promotes-gender-neutral-uniforms", + "creator": "Hannah Ellis-Petersen and KA Shaji", + "pubDate": "2022-01-02T05:00:08Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa19b6102417e35a57f16de2bae49deb" + "hash": "dd06f07852c8dcd0c981e71ef15fccbb", + "highlights": [] }, { - "title": "This Thanksgiving, Keep Forgiveness on Hand", - "description": "As we sit down together during a difficult year, we’d be wise to consider a posture of grace ", - "content": "As we sit down together during a difficult year, we’d be wise to consider a posture of grace ", - "category": "Thanksgiving Day", - "link": "https://www.nytimes.com/2021/11/24/opinion/thanksgiving-family-forgiveness.html", - "creator": "Kelly Corrigan", - "pubDate": "Wed, 24 Nov 2021 20:00:06 +0000", + "title": "Garbo by Robert Gottlieb review – distant darling of the silver screen", + "description": "

    The renowned editor wittily explores the appeal of the actor, whose ability to charm and mystify mesmerised admirers – until her abrupt retirement in the age of the ‘bombshell’

    In more innocent or credulous days, the faithful sat in the dark to gaze at strange beings with detachable heads who were actually phantasms of light. Among the stars in this custom-made galaxy, the most alluring and yet the most distant was Greta Garbo, whose persona alternated between carnal heat and ascetic frost. After wickedly enticing her male victims in The Temptress, she redeemed herself as the dying courtesan in Camille; in Queen Christina, she was exalted by sacrifice and in a last mesmerising closeup all emotion blankly drained from her face as she renounced the throne and sailed into exile.

    Gradually this astral creature edged down to Earth. Publicists issued an excited proclamation when Garbo talked for the first time on screen in Anna Christie, even though she began by gruffly demanding a whisky in a waterfront bar. In Ninotchka, she made headlines all over again by contorting her alabaster features in a sudden fit of laughter.

    Continue reading...", + "content": "

    The renowned editor wittily explores the appeal of the actor, whose ability to charm and mystify mesmerised admirers – until her abrupt retirement in the age of the ‘bombshell’

    In more innocent or credulous days, the faithful sat in the dark to gaze at strange beings with detachable heads who were actually phantasms of light. Among the stars in this custom-made galaxy, the most alluring and yet the most distant was Greta Garbo, whose persona alternated between carnal heat and ascetic frost. After wickedly enticing her male victims in The Temptress, she redeemed herself as the dying courtesan in Camille; in Queen Christina, she was exalted by sacrifice and in a last mesmerising closeup all emotion blankly drained from her face as she renounced the throne and sailed into exile.

    Gradually this astral creature edged down to Earth. Publicists issued an excited proclamation when Garbo talked for the first time on screen in Anna Christie, even though she began by gruffly demanding a whisky in a waterfront bar. In Ninotchka, she made headlines all over again by contorting her alabaster features in a sudden fit of laughter.

    Continue reading...", + "category": "Biography books", + "link": "https://www.theguardian.com/books/2022/jan/02/garbo-by-robert-gottlieb-review-distant-darling-of-the-silver-screen", + "creator": "Peter Conrad", + "pubDate": "2022-01-02T07:00:12Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b5fd09cb3aba3904dc769cf97a305bf" + "hash": "01e423245417e48bbe7eea21654a3844", + "highlights": [] }, { - "title": "YassifyBot and 'Yassification' Memes, Explained", - "description": "A new Twitter account has amassed a following by sharing highly filtered versions of well-known images.", - "content": "A new Twitter account has amassed a following by sharing highly filtered versions of well-known images.", - "category": "Beauty (Concept)", - "link": "https://www.nytimes.com/2021/11/24/style/yassify-bot-meme.html", - "creator": "Shane O’Neill", - "pubDate": "Wed, 24 Nov 2021 19:50:35 +0000", + "title": "Is that really me? The ugly truth about beauty filters", + "description": "

    Smoother skin, slimmer faces, plumper lips … how unattainable ideals are harming young users

    Popping a beautifying filter on the TikTok video she was filming seemed harmless to Mia. It made it look as though she had done her makeup, took away the hint of a double chin that always bothered her, and gently altered her bone structure to make her just that bit closer to perfect.

    After a while, using filters on videos became second nature – until she caught a glimpse of herself in the mirror one day and realised, to her horror, she no longer recognised her own face.

    Continue reading...", + "content": "

    Smoother skin, slimmer faces, plumper lips … how unattainable ideals are harming young users

    Popping a beautifying filter on the TikTok video she was filming seemed harmless to Mia. It made it look as though she had done her makeup, took away the hint of a double chin that always bothered her, and gently altered her bone structure to make her just that bit closer to perfect.

    After a while, using filters on videos became second nature – until she caught a glimpse of herself in the mirror one day and realised, to her horror, she no longer recognised her own face.

    Continue reading...", + "category": "Australian lifestyle", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/02/is-that-really-me-the-ugly-truth-about-beauty-filters", + "creator": "Matilda Boseley", + "pubDate": "2022-01-01T19:00:06Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f457cd222298fcb25d8978378f44c49" + "hash": "13d4ba1dc4d07af3c0411771d0869338", + "highlights": [] }, { - "title": "A Claim of Herd Immunity Reignites Debate Over U.K. Covid Policy", - "description": "Neil Ferguson, a leading epidemiologist, said the country had almost reached a state of herd immunity as it settled into a new normal of about 40,000 cases a day. Other experts disagreed.", - "content": "Neil Ferguson, a leading epidemiologist, said the country had almost reached a state of herd immunity as it settled into a new normal of about 40,000 cases a day. Other experts disagreed.", - "category": "Disease Rates", - "link": "https://www.nytimes.com/2021/11/24/world/europe/uk-virus-herd-immunity.html", - "creator": "Stephen Castle and Mark Landler", - "pubDate": "Wed, 24 Nov 2021 19:29:47 +0000", + "title": "Boris Johnson quits as world runs out of Greek letters? Our supporters’ predictions for 2022", + "description": "

    We asked the Guardian’s 1m supporters to make their predictions for the year ahead. Here’s what they said

    • New year, new resolve: become a Guardian supporter

    Boris Johnson steps down, to be replaced by David Frost – or Jeremy Hunt, or Michael Gove, or Peppa Pig. French presidential elections are beset by civil unrest over pandemic restrictions. Russia mounts some kind of incursion in eastern Ukraine. China waits for an opportune moment to overrun Taiwan.

    And the world runs out of Greek letters to attach to Covid variants.

    Continue reading...", + "content": "

    We asked the Guardian’s 1m supporters to make their predictions for the year ahead. Here’s what they said

    • New year, new resolve: become a Guardian supporter

    Boris Johnson steps down, to be replaced by David Frost – or Jeremy Hunt, or Michael Gove, or Peppa Pig. French presidential elections are beset by civil unrest over pandemic restrictions. Russia mounts some kind of incursion in eastern Ukraine. China waits for an opportune moment to overrun Taiwan.

    And the world runs out of Greek letters to attach to Covid variants.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/2022/jan/01/boris-johnson-quits-global-unrest-supporters-predictions-2022", + "creator": "Mark Rice-Oxley and Guardian supporters", + "pubDate": "2022-01-01T08:00:44Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d0521c9afaf010f6485270a4a8d62056" + "hash": "7c9c7598f5aa4aeab15bc292647cc652", + "highlights": [] }, { - "title": "British Lawmaker Is Reprimanded for Bringing Her Baby to a Debate", - "description": "Stella Creasy received a letter of complaint for attending a debate with her infant son in tow. After an outcry, the speaker of the House of Commons said that a committee would review the rules.", - "content": "Stella Creasy received a letter of complaint for attending a debate with her infant son in tow. After an outcry, the speaker of the House of Commons said that a committee would review the rules.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/24/world/europe/stella-creasy-baby.html", - "creator": "Jenny Gross", - "pubDate": "Wed, 24 Nov 2021 18:52:41 +0000", + "title": "After rightwing attacks on rescues, UK lifeboat charity has record fundraising year", + "description": "

    The Royal National Lifeboat Institution has had ‘significant’ increase in annual donations after it went to the aid of asylum seekers

    The Royal National Lifeboat Institution (RNLI) is on course for the highest annual fundraising total in its near 200-year history. Donations swelled after the charity attracted huge public support following rightwing attacks for helping save the lives of asylum seekers at risk of drowning in the Channel.

    The RNLI said it has received a significant increase in support, with online donations rising by 50% this year.

    Continue reading...", + "content": "

    The Royal National Lifeboat Institution has had ‘significant’ increase in annual donations after it went to the aid of asylum seekers

    The Royal National Lifeboat Institution (RNLI) is on course for the highest annual fundraising total in its near 200-year history. Donations swelled after the charity attracted huge public support following rightwing attacks for helping save the lives of asylum seekers at risk of drowning in the Channel.

    The RNLI said it has received a significant increase in support, with online donations rising by 50% this year.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2022/jan/02/rightwing-attacks-rescues-uk-lifeboat-charity-fundraising-rnli-royal-national-lifeboat-institution", + "creator": "Mark Townsend", + "pubDate": "2022-01-02T08:00:12Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d0a3392b2aec02c8a4609f1141121b3" + "hash": "a9ecb6ab023f2959ec40cb25e2eb5380", + "highlights": [] }, { - "title": "C.D.C. Eases Up on Dog Travel Ban", - "description": "The agency will now allow some pets to be brought back into the United States from 113 countries considered as high risk for rabies.", - "content": "The agency will now allow some pets to be brought back into the United States from 113 countries considered as high risk for rabies.", - "category": "Dogs", - "link": "https://www.nytimes.com/2021/11/24/travel/cdc-dog-travel-ban.html", - "creator": "Debra Kamin", - "pubDate": "Wed, 24 Nov 2021 18:39:17 +0000", + "title": "Food for the future: helping farmers in Kenya adapt to the climate crisis", + "description": "

    Our charity appeal has already raised £637,000. In Lake Victoria, training on smart agriculture methods is creating new livelihoods

    Help support those on the frontline of the climate emergency

    Donate to our charity appeal here

    The harsh midday sun beats down on the withering pawpaw plants in Maureen Adhiambo’s patch of land.

    The villagers in Kamenya have not seen rain for months, and when it does come, the soil is too dry and loose to retain any of the moisture or nutrients. Last year Adhiambo saw her maize dry up long before it could mature. Like many farmers in the Homa Bay region, on the south bank of Kenya’s Lake Victoria, she is staring at yet another cycle of crop failure.

    Continue reading...", + "content": "

    Our charity appeal has already raised £637,000. In Lake Victoria, training on smart agriculture methods is creating new livelihoods

    Help support those on the frontline of the climate emergency

    Donate to our charity appeal here

    The harsh midday sun beats down on the withering pawpaw plants in Maureen Adhiambo’s patch of land.

    The villagers in Kamenya have not seen rain for months, and when it does come, the soil is too dry and loose to retain any of the moisture or nutrients. Last year Adhiambo saw her maize dry up long before it could mature. Like many farmers in the Homa Bay region, on the south bank of Kenya’s Lake Victoria, she is staring at yet another cycle of crop failure.

    Continue reading...", + "category": "Kenya", + "link": "https://www.theguardian.com/society/2022/jan/02/food-for-the-future-helping-farmers-in-kenya-adapt-to-the-climate-crisis", + "creator": "Peter Muiruri in Lake Victoria", + "pubDate": "2022-01-02T07:45:11Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "843e569d03de09c0bb4a9515e2722c4e" + "hash": "26c8cc3dab98c5d55b3ea27774a6699d", + "highlights": [] }, { - "title": "Trump Investigation Enters Crucial Phase as Prosecutor’s Term Nears End", - "description": "New developments suggest the long-running inquiry has returned to an earlier focus: the valuations the former president and his family business applied to properties as it sought loans.", - "content": "New developments suggest the long-running inquiry has returned to an earlier focus: the valuations the former president and his family business applied to properties as it sought loans.", - "category": "Trump Tax Returns", - "link": "https://www.nytimes.com/2021/11/24/nyregion/trump-investigation-cyrus-vance.html", - "creator": "Ben Protess, William K. Rashbaum, Jonah E. Bromwich and David Enrich", - "pubDate": "Wed, 24 Nov 2021 18:35:43 +0000", + "title": "Speed of Stand News shutdown sends chilling signal to Hong Kong’s media", + "description": "

    Analysis: the police raid and closure of the pro-democracy website has left journalists wondering who will be next

    The Christmas attack on Hong Kong website Stand News was no great surprise in a city where all forms of political opposition are being dismantled wholesale, but the scale, speed and nature of the operation to shutter this pro-democracy website were still shocking.

    Over 200 police officers swept into the newsroom, and others fanned out over the city making arrests under a harsh sedition law from the days of British colonial rule that had been gathering dust for decades.

    Continue reading...", + "content": "

    Analysis: the police raid and closure of the pro-democracy website has left journalists wondering who will be next

    The Christmas attack on Hong Kong website Stand News was no great surprise in a city where all forms of political opposition are being dismantled wholesale, but the scale, speed and nature of the operation to shutter this pro-democracy website were still shocking.

    Over 200 police officers swept into the newsroom, and others fanned out over the city making arrests under a harsh sedition law from the days of British colonial rule that had been gathering dust for decades.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/29/speed-of-stand-news-shutdown-sends-chilling-signal-to-hong-kongs-media", + "creator": "Emma Graham-Harrison", + "pubDate": "2021-12-29T17:23:31Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab7248cb7a84e1472257170904e96ff5" + "hash": "7114e28e63656eff2c1c852b3d81724b", + "highlights": [] }, { - "title": "How Exercise Affects Your Appetite", - "description": "For most of us, exercise impacts our hunger and weight in unexpected and sometimes contradictory ways.", - "content": "For most of us, exercise impacts our hunger and weight in unexpected and sometimes contradictory ways.", - "category": "Exercise", - "link": "https://www.nytimes.com/2021/11/24/well/move/exercise-appetite-weight.html", - "creator": "Gretchen Reynolds", - "pubDate": "Wed, 24 Nov 2021 18:31:37 +0000", + "title": "MPs push and shove in Jordan's parliament – video", + "description": "

    Scuffles broke out in Jordan's parliament where lawmakers were discussing a proposed amendment to the constitution on Tuesday. Heated arguments degenerated when MPs began pushing and shoving each other during the session in Amman 

    Continue reading...", + "content": "

    Scuffles broke out in Jordan's parliament where lawmakers were discussing a proposed amendment to the constitution on Tuesday. Heated arguments degenerated when MPs began pushing and shoving each other during the session in Amman 

    Continue reading...", + "category": "Jordan", + "link": "https://www.theguardian.com/world/video/2021/dec/29/mps-push-and-shove-in-jordan-parliament-brawl-video", + "creator": "", + "pubDate": "2021-12-29T10:23:36Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94c8e2b001c4f2d194285d099c887ac4" + "hash": "82e6cc4d283c4d4bf43ae7b6508b728f", + "highlights": [] }, { - "title": "What Parental Leave Means to Dads and Non-birthing Partners", - "description": "Parents told us what having paid parental leave — or not — meant for their families.", - "content": "Parents told us what having paid parental leave — or not — meant for their families.", - "category": "Family Leaves", - "link": "https://www.nytimes.com/2021/11/24/opinion/parental-paternal-leave.html", - "creator": "The New York Times Opinion", - "pubDate": "Wed, 24 Nov 2021 18:31:14 +0000", + "title": "Food fighters: Spain’s annual Els Enfarinats battle – in pictures", + "description": "

    During the annual Els Enfarinats battle in the south-eastern Spanish town of Ibi participants dress in military clothes and stage a mock coup d’etat as they battle using flour, eggs and firecrackers outside the town hall. The 200-year-old tradition is part of the Day of the Holy Innocents celebrations, a time in Spain for pulling pranks

    Continue reading...", + "content": "

    During the annual Els Enfarinats battle in the south-eastern Spanish town of Ibi participants dress in military clothes and stage a mock coup d’etat as they battle using flour, eggs and firecrackers outside the town hall. The 200-year-old tradition is part of the Day of the Holy Innocents celebrations, a time in Spain for pulling pranks

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/gallery/2021/dec/29/food-fighters-spain-annual-els-enfarinats-battle-in-pictures", + "creator": "", + "pubDate": "2021-12-29T07:00:15Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d45515e2f147cf68cdc6dfc327aafe57" + "hash": "3e83a752604d8ee7d4f2d0342a0860b3", + "highlights": [] }, { - "title": "Zena Stein, 99, Dies; Researcher Championed Women’s Health", - "description": "She studied the impact of AIDS on women and explored the effects of famine and poverty on health with an “unwavering commitment to social justice.”", - "content": "She studied the impact of AIDS on women and explored the effects of famine and poverty on health with an “unwavering commitment to social justice.”", - "category": "Stein, Zena", - "link": "https://www.nytimes.com/2021/11/23/health/zena-stein-dead.html", - "creator": "Annabelle Williams", - "pubDate": "Wed, 24 Nov 2021 17:07:08 +0000", + "title": "Colorado wildfire: up to 1,000 buildings destroyed as Biden declares disaster", + "description": "

    At least seven reported injured while cause of the blaze remains under investigation

    Up to 1,000 buildings may have been destroyed in the record wildfire that swept through a Colorado area abutting the Rocky Mountains, as Joe Biden declared the situation a disaster and experts warned that the climate crisis and suburban expansion contributed to the devastation.

    After declaring that it was a miracle, based on the latest information, that no one was killed in the fire that roared with little notice through Boulder county on Thursday, officials said that more than 500 and as many as 1,000 homes and businesses may have been razed.

    Continue reading...", + "content": "

    At least seven reported injured while cause of the blaze remains under investigation

    Up to 1,000 buildings may have been destroyed in the record wildfire that swept through a Colorado area abutting the Rocky Mountains, as Joe Biden declared the situation a disaster and experts warned that the climate crisis and suburban expansion contributed to the devastation.

    After declaring that it was a miracle, based on the latest information, that no one was killed in the fire that roared with little notice through Boulder county on Thursday, officials said that more than 500 and as many as 1,000 homes and businesses may have been razed.

    Continue reading...", + "category": "Colorado", + "link": "https://www.theguardian.com/us-news/2022/jan/01/colorado-wildfire-damage-biden-disaster-declaration", + "creator": "Joanna Walters and agencies", + "pubDate": "2022-01-01T17:04:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca1e22468ab6263621d65739a93a5f79" + "hash": "7efdc122562ae7d36e82803c4ddc0100", + "highlights": [] }, { - "title": "Republicans Fight Covid Mandates, Then Blame Biden as Cases Rise", - "description": "Republicans have fought mask requirements and vaccine mandates for months, but as coronavirus infections again rise, they are blaming the president for failing to end the health crisis.", - "content": "Republicans have fought mask requirements and vaccine mandates for months, but as coronavirus infections again rise, they are blaming the president for failing to end the health crisis.", - "category": "Disease Rates", - "link": "https://www.nytimes.com/2021/11/24/us/politics/republicans-biden-coronavirus.html", - "creator": "Jonathan Weisman", - "pubDate": "Wed, 24 Nov 2021 16:24:03 +0000", + "title": "Desmond Tutu laid to rest at state funeral in Cape Town", + "description": "

    Ceremony takes place in cathedral the South African cleric and Nobel laureate turned into centre of struggle against racial injustice

    Just after noon, as the voices of the choir filled the cathedral, the mourners stood, bowed their heads in the direction of the plain wooden casket and then filed out on to Cape Town’s streets.

    The requiem mass for Desmond Tutu, who died aged 90 six days ago, had lasted much of the morning, long enough for a celebration of a life that has inspired tens of millions around the world, a final farewell from his compatriots, and for the unexpected rainclouds that had shrouded his home city overnight to clear.

    Continue reading...", + "content": "

    Ceremony takes place in cathedral the South African cleric and Nobel laureate turned into centre of struggle against racial injustice

    Just after noon, as the voices of the choir filled the cathedral, the mourners stood, bowed their heads in the direction of the plain wooden casket and then filed out on to Cape Town’s streets.

    The requiem mass for Desmond Tutu, who died aged 90 six days ago, had lasted much of the morning, long enough for a celebration of a life that has inspired tens of millions around the world, a final farewell from his compatriots, and for the unexpected rainclouds that had shrouded his home city overnight to clear.

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/2022/jan/01/funeral-of-desmond-tutu-takes-place-in-cape-town", + "creator": "Jason Burke Cape Town", + "pubDate": "2022-01-01T13:29:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0fea2b95384a52a567cc161bfaf6c0d0" + "hash": "3f17e4df9954231caa9e1660e39bd04d", + "highlights": [] }, { - "title": "‘Drive My Car’ Review: A Director Takes Your Heart for a Spin", - "description": "In this quiet masterpiece, Ryusuke Hamaguchi considers grief, love, work and the soul-sustaining, life-shaping power of art.", - "content": "In this quiet masterpiece, Ryusuke Hamaguchi considers grief, love, work and the soul-sustaining, life-shaping power of art.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/11/24/movies/drive-my-car-review.html", - "creator": "Manohla Dargis", - "pubDate": "Wed, 24 Nov 2021 16:06:28 +0000", + "title": "UK ministers eager to ease immigration rules for Indian citizens", + "description": "

    Offer could be on table in upcoming trade talks in Delhi in bid to access to country’s growing economy

    Ministers are keen to ease immigration restrictions in a bid to make it easier for thousands of Indian citizens to live and work in the UK as part of forthcoming trade talks.

    The potential offer will be under discussion when the international trade secretary, Anne-Marie Trevelyan, travels to Delhi this month, reports the Times. Relaxing immigration rules for Indian citizens is a key demand from Delhi.

    Continue reading...", + "content": "

    Offer could be on table in upcoming trade talks in Delhi in bid to access to country’s growing economy

    Ministers are keen to ease immigration restrictions in a bid to make it easier for thousands of Indian citizens to live and work in the UK as part of forthcoming trade talks.

    The potential offer will be under discussion when the international trade secretary, Anne-Marie Trevelyan, travels to Delhi this month, reports the Times. Relaxing immigration rules for Indian citizens is a key demand from Delhi.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2022/jan/01/uk-ministers-eager-to-ease-immigration-rules-for-indian-citizens", + "creator": "Jane Clinton", + "pubDate": "2022-01-01T19:31:16Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b08f2fc8dd50871559948a870da340e" + "hash": "61e98e3492aa4a8dd1d268c7132b3dfd", + "highlights": [] }, { - "title": "Contending With the Pandemic, Wealthy Nations Wage Global Battle for Migrants", - "description": "Covid kept many people in place. Now several developed countries, facing aging labor forces and worker shortages, are racing to recruit, train and integrate foreigners.", - "content": "Covid kept many people in place. Now several developed countries, facing aging labor forces and worker shortages, are racing to recruit, train and integrate foreigners.", - "category": "Foreign Workers", - "link": "https://www.nytimes.com/2021/11/23/world/asia/immigration-pandemic-labor-shortages.html", - "creator": "Damien Cave and Christopher F. Schuetze", - "pubDate": "Wed, 24 Nov 2021 14:42:19 +0000", + "title": "Frozen in time: clock that tells tale of Jewish resistance in wartime Amsterdam", + "description": "

    Artefacts from hideout of family sent to Auschwitz death camp with Anne Frank and her family are put on display in Netherlands

    A clock that is the sole surviving object from a second world war Jewish hideout will go on display at Amsterdam’s Dutch Resistance Museum this year.

    The round mantelpiece clock may have been one of the last things people saw as they were seized by the Nazis and sent to death camps.

    Continue reading...", + "content": "

    Artefacts from hideout of family sent to Auschwitz death camp with Anne Frank and her family are put on display in Netherlands

    A clock that is the sole surviving object from a second world war Jewish hideout will go on display at Amsterdam’s Dutch Resistance Museum this year.

    The round mantelpiece clock may have been one of the last things people saw as they were seized by the Nazis and sent to death camps.

    Continue reading...", + "category": "Holocaust", + "link": "https://www.theguardian.com/world/2022/jan/01/clock-jewish-resistance-wartime-amsterdam-auschwitz-anne-frank-netherlands-death-camp", + "creator": "Jennifer Rankin", + "pubDate": "2022-01-01T15:25:34Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "90f037d53561ca24024065be0e06ce09" + "hash": "aa5e1d88fbbe3d3344136e3706b9677a", + "highlights": [] }, { - "title": "The Best Tech Gifts That Aren’t Gadgets", - "description": "Supply-chain disruptions may make it tough to buy devices, but the most thoughtful presents were never tangible to begin with.", - "content": "Supply-chain disruptions may make it tough to buy devices, but the most thoughtful presents were never tangible to begin with.", - "category": "Gifts", - "link": "https://www.nytimes.com/2021/11/24/technology/personaltech/best-tech-gifts.html", - "creator": "Brian X. Chen", - "pubDate": "Wed, 24 Nov 2021 14:00:12 +0000", + "title": "New Year’s Eve: Times Square crowds return, NYC hails new mayor and Miley Cyrus battles wardrobe malfunction", + "description": "

    New York tradition brings some normalcy as coronavirus pandemic leads to cancellation of shows around the world

    A Miley Cyrus wardrobe malfunction, a celebrity rant about outgoing New York City mayor, Bill de Blasio, and the traditional dropping of a six-tonne ball in Times Square were among the highlights as America welcomed the new year, and bid good riddance to the old one.

    The New Year’s Eve tradition of crowds at Times Square returned this year, though with only 15,000 of the usual 60,000 spectators there to watch the ball, encrusted with nearly 2,700 Waterford crystals, descend as couples embraced, some still wearing their masks.

    Continue reading...", + "content": "

    New York tradition brings some normalcy as coronavirus pandemic leads to cancellation of shows around the world

    A Miley Cyrus wardrobe malfunction, a celebrity rant about outgoing New York City mayor, Bill de Blasio, and the traditional dropping of a six-tonne ball in Times Square were among the highlights as America welcomed the new year, and bid good riddance to the old one.

    The New Year’s Eve tradition of crowds at Times Square returned this year, though with only 15,000 of the usual 60,000 spectators there to watch the ball, encrusted with nearly 2,700 Waterford crystals, descend as couples embraced, some still wearing their masks.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/2022/jan/01/new-years-eve-times-square-crowds-return-nyc-hails-new-mayor-and-miley-cyrus-battles-wardrobe-malfunction", + "creator": "Graham Russell and agencies", + "pubDate": "2022-01-01T07:07:57Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6db2abab0311917ff5f182d128a87289" + "hash": "bc7a59ed3837ac934b6af469bfb10f3d", + "highlights": [] }, { - "title": "Biden to Nominate Shalanda Young as Budget Director", - "description": "Ms. Young, the acting head of the Office of Management and Budget, would be the first Black woman to hold the post on a permanent basis.", - "content": "Ms. Young, the acting head of the Office of Management and Budget, would be the first Black woman to hold the post on a permanent basis.", - "category": "Young, Shalanda", - "link": "https://www.nytimes.com/2021/11/24/us/politics/shalanda-young-omb-director.html", - "creator": "Zolan Kanno-Youngs", - "pubDate": "Wed, 24 Nov 2021 13:33:04 +0000", + "title": "Warmest UK New Year’s Day follows record-breaking New Year’s Eve", + "description": "

    Met Office says 16.3C reached in central London on Saturday ‘likely to be confirmed’ as record temperature

    The warmest New Year’s Eve on record has been followed by the hottest New Year’s Day, early figures show. Thanks to warm subtropical air flowing from the Azores, temperatures topped 16C at a time of the year when they usually reach about 7C.

    The Met Office said that 16.3C had been reached in St James’s Park, central London, meaning it is “likely to be confirmed” as a record maximum temperature for any New Year’s Day.

    Continue reading...", + "content": "

    Met Office says 16.3C reached in central London on Saturday ‘likely to be confirmed’ as record temperature

    The warmest New Year’s Eve on record has been followed by the hottest New Year’s Day, early figures show. Thanks to warm subtropical air flowing from the Azores, temperatures topped 16C at a time of the year when they usually reach about 7C.

    The Met Office said that 16.3C had been reached in St James’s Park, central London, meaning it is “likely to be confirmed” as a record maximum temperature for any New Year’s Day.

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2022/jan/01/warmest-uk-new-years-day-follows-record-breaking-new-years-eve", + "creator": "PA Media", + "pubDate": "2022-01-01T20:31:44Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "991ae88be22b668df68d91bd51288866" + "hash": "d3463cd98c166804a250ef1e0f55553e", + "highlights": [] }, { - "title": "New Zealand Will Reopen to Tourists Within Months", - "description": "Emerging from one of the world’s longest lockdowns, the country plans to admit most fully vaccinated travelers. Here’s the latest pandemic news.", - "content": "Emerging from one of the world’s longest lockdowns, the country plans to admit most fully vaccinated travelers. Here’s the latest pandemic news.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/24/world/covid-vaccine-boosters-mandates", - "creator": "The New York Times", - "pubDate": "Wed, 24 Nov 2021 13:25:34 +0000", + "title": "The art of Yves Saint Laurent: design house marks 60th anniversary", + "description": "

    Five Paris museums to display fashion designer’s creations with artwork that inspired them

    Simultaneous exhibitions to mark the 60th anniversary of Yves Saint Laurent’s first collection are to be held by six leading Paris museums in an unprecedented tribute from the art world to the late French fashion designer.

    The events at museums, among them the Louvre and the Musée d’Orsay, will reveal how the celebrated couturier was inspired by some of the 20th century’s greatest artists including Picasso, Matisse and Mondrian.

    Continue reading...", + "content": "

    Five Paris museums to display fashion designer’s creations with artwork that inspired them

    Simultaneous exhibitions to mark the 60th anniversary of Yves Saint Laurent’s first collection are to be held by six leading Paris museums in an unprecedented tribute from the art world to the late French fashion designer.

    The events at museums, among them the Louvre and the Musée d’Orsay, will reveal how the celebrated couturier was inspired by some of the 20th century’s greatest artists including Picasso, Matisse and Mondrian.

    Continue reading...", + "category": "Yves Saint Laurent", + "link": "https://www.theguardian.com/fashion/2022/jan/01/the-art-of-yves-saint-laurent-design-house-marks-60th-anniversary", + "creator": "Kim Willsher in Paris", + "pubDate": "2022-01-01T08:00:43Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ff6c3349364d73e911a1f41bf1b88ab" + "hash": "ab9f5954d749f1813d67c445dfb128f1", + "highlights": [] }, { - "title": "Germany Is Poised to Meet Its Post-Merkel Government", - "description": "Olaf Scholz will be the first center-left chancellor in 16 years, replacing the country’s longtime leader, Angela Merkel. Follow updates here.", - "content": "Olaf Scholz will be the first center-left chancellor in 16 years, replacing the country’s longtime leader, Angela Merkel. Follow updates here.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/24/world/germany-government", - "creator": "The New York Times", - "pubDate": "Wed, 24 Nov 2021 13:25:33 +0000", + "title": "Spanish town comes together in hunt for ‘Galician Rambo’", + "description": "

    Residents of Pontedeume form patrol after brushes with man they suspect is escaped murder convict Alfredo Sánchez Chacón

    Residents of a town in north-west Spain have banded together to try to track down a convicted murderer – nicknamed the “Galician Rambo” for his multiple jailbreaks and extensive knowledge of survival techniques – who is believed to be living in a nearby wooded area.

    Alfredo Sánchez Chacón has been on the run since March when he failed to return to prison after being allowed out on a day pass. News that the 63-year-old was missing probably surprised few: Sánchez Chacón, who is due to be in prison until 2025 for a murder in 1996, was already notorious across Spain for slipping out of prison twice.

    Continue reading...", + "content": "

    Residents of Pontedeume form patrol after brushes with man they suspect is escaped murder convict Alfredo Sánchez Chacón

    Residents of a town in north-west Spain have banded together to try to track down a convicted murderer – nicknamed the “Galician Rambo” for his multiple jailbreaks and extensive knowledge of survival techniques – who is believed to be living in a nearby wooded area.

    Alfredo Sánchez Chacón has been on the run since March when he failed to return to prison after being allowed out on a day pass. News that the 63-year-old was missing probably surprised few: Sánchez Chacón, who is due to be in prison until 2025 for a murder in 1996, was already notorious across Spain for slipping out of prison twice.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2022/jan/01/spanish-town-comes-together-in-hunt-for-galician-rambo", + "creator": "Ashifa Kassam in Madrid", + "pubDate": "2022-01-01T05:00:39Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b25ceb8734ee052e84c859d0b1777325" + "hash": "aff3f5be42ec4a0adb1abcf2e9e99f58", + "highlights": [] }, { - "title": "Jury to Resume Deliberations in Arbery Murder Trial", - "description": "For a second day, jurors will consider the fate of the three men accused of murdering Ahmaud Arbery. Here’s the latest on the trial.", - "content": "For a second day, jurors will consider the fate of the three men accused of murdering Ahmaud Arbery. Here’s the latest on the trial.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/24/us/ahmaud-arbery-murder-trial", - "creator": "The New York Times", - "pubDate": "Wed, 24 Nov 2021 13:25:33 +0000", + "title": "That’s a wrap: French plastic packaging ban for fruit and veg begins", + "description": "

    Law bans sale of carrots, bananas and other items in plastic as environment groups urge other countries to follow

    A law banning plastic packaging for large numbers of fruits and vegetables comes into force in France on New Year’s Day, to end what the government has called the “aberration” of overwrapped carrots, apples and bananas, as environmental campaigners and exasperated shoppers urge other countries to do the same.

    Emmanuel Macron has called the ban on plastic packaging of fresh produce “a real revolution” and said France was taking the lead globally with its law to gradually phase out all single-use plastics by 2040.

    Continue reading...", + "content": "

    Law bans sale of carrots, bananas and other items in plastic as environment groups urge other countries to follow

    A law banning plastic packaging for large numbers of fruits and vegetables comes into force in France on New Year’s Day, to end what the government has called the “aberration” of overwrapped carrots, apples and bananas, as environmental campaigners and exasperated shoppers urge other countries to do the same.

    Emmanuel Macron has called the ban on plastic packaging of fresh produce “a real revolution” and said France was taking the lead globally with its law to gradually phase out all single-use plastics by 2040.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/31/thats-a-wrap-french-plastic-packaging-ban-for-fruit-and-veg-begins", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2021-12-31T16:51:33Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1274846dd54e4a0dd661eea44092cc3" + "hash": "af5069fdbad199772db362d98fe7bead", + "highlights": [] }, { - "title": "Man Is Exonerated in Rape Case Described in Alice Sebold’s Memoir", - "description": "Anthony J. Broadwater was convicted of the 1981 attack in Syracuse, N.Y., in a case the district attorney and a state judge agreed was flawed.", - "content": "Anthony J. Broadwater was convicted of the 1981 attack in Syracuse, N.Y., in a case the district attorney and a state judge agreed was flawed.", - "category": "False Arrests, Convictions and Imprisonments", - "link": "https://www.nytimes.com/2021/11/23/nyregion/anthony-broadwater-alice-sebold.html", - "creator": "Karen Zraick and Alexandra Alter", - "pubDate": "Wed, 24 Nov 2021 13:07:04 +0000", + "title": "Wave goodbye: the battle to protect Australia’s surf breaks", + "description": "

    Surfing brings joy to millions and is the lifeblood of many towns. But around the country, the beaches that make it possible are under threat

    There’s a reason surfers like to keep their best breaks a secret.

    For decades, wave riders have blazed a trail into little-known coastal towns – and in their wake come the planners and developers.

    Continue reading...", + "content": "

    Surfing brings joy to millions and is the lifeblood of many towns. But around the country, the beaches that make it possible are under threat

    There’s a reason surfers like to keep their best breaks a secret.

    For decades, wave riders have blazed a trail into little-known coastal towns – and in their wake come the planners and developers.

    Continue reading...", + "category": "Surfing", + "link": "https://www.theguardian.com/sport/2022/jan/02/wave-goodbye-the-battle-to-protect-australias-surf-breaks", + "creator": "Narelle Towie", + "pubDate": "2022-01-01T19:00:04Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1c2b1b207c8bd8d3118173d120794e3" + "hash": "251f985d96a5731ffbadf4cc2afe62de", + "highlights": [] }, { - "title": "Karim Benzema, French Soccer Star, Is Convicted in Sex Tape Scandal", - "description": "The Real Madrid striker was found guilty of being part of an attempt to blackmail a fellow player, charges that had led to his being dropped from his national team for more than five years.", - "content": "The Real Madrid striker was found guilty of being part of an attempt to blackmail a fellow player, charges that had led to his being dropped from his national team for more than five years.", - "category": "Soccer", - "link": "https://www.nytimes.com/2021/11/24/sports/soccer/karim-benzema-verdict-sex-tape-trial.html", - "creator": "Aurelien Breeden", - "pubDate": "Wed, 24 Nov 2021 12:57:48 +0000", + "title": "Ditching the diet – how I learned to accept the body I have", + "description": "

    A lifetime of hating my body has got me nowhere. If I can’t love it, can I at least respect it?

    Every January, the same old battle cry: this will be the year that I get thin. Last January, I did a week-long juice cleanse, and the year before that, I fasted for three days. It wasn’t quite nil by mouth, but almost. At the time, I told myself the science interested me (the fervour with which fasting evangelists assure you that a few days without food can reset your microbiome or stave off cellular ageing is compelling enough to make you ignore the health warnings). Really, though, what I wanted was rapid weight loss, minimum one dress size.

    I made it to 81 hours. Practically levitating with hunger, I ignored the advice to reintroduce food slowly (soups and juices before solids) by bingeing on a cheese sandwich, which I promptly threw up. Happy new year to me.

    Continue reading...", + "content": "

    A lifetime of hating my body has got me nowhere. If I can’t love it, can I at least respect it?

    Every January, the same old battle cry: this will be the year that I get thin. Last January, I did a week-long juice cleanse, and the year before that, I fasted for three days. It wasn’t quite nil by mouth, but almost. At the time, I told myself the science interested me (the fervour with which fasting evangelists assure you that a few days without food can reset your microbiome or stave off cellular ageing is compelling enough to make you ignore the health warnings). Really, though, what I wanted was rapid weight loss, minimum one dress size.

    I made it to 81 hours. Practically levitating with hunger, I ignored the advice to reintroduce food slowly (soups and juices before solids) by bingeing on a cheese sandwich, which I promptly threw up. Happy new year to me.

    Continue reading...", + "category": "Diets and dieting", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/ditching-the-diet-how-i-learned-to-accept-the-body-i-have", + "creator": "Alexandra Jones", + "pubDate": "2022-01-01T12:00:02Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "634b1d5198d89d9388b04fe1164c3a0a" + "hash": "b693caf494480b244ea6b1fb47c99e11", + "highlights": [] }, { - "title": "The Farmers Revolt in India", - "description": "How agricultural workers organized, protested and faced down Prime Minister Narendra Modi — and scored an unlikely victory.", - "content": "How agricultural workers organized, protested and faced down Prime Minister Narendra Modi — and scored an unlikely victory.", - "category": "Modi, Narendra", - "link": "https://www.nytimes.com/2021/11/24/podcasts/the-daily/india-farmers-protest.html", - "creator": "Michael Barbaro, Sydney Harper, Mooj Zadie, Jessica Cheung, Dave Shaw and Chris Wood", - "pubDate": "Wed, 24 Nov 2021 12:33:24 +0000", + "title": "Sands of time are slipping away for England’s crumbling coasts amid climate crisis", + "description": "

    Along the eastern shore, seaside attractions are being demolished and millions of homes are at risk as rising sea levels speed erosion

    From a distance, the beach at Winterton-on-sea in Norfolk looks like the opening scene of Saving Private Ryan, with hundreds of grey bodies lying motionless across the sand. On closer inspection, it becomes clear they are not fallen soldiers but a huge colony of seals taken to the land for pupping season.

    It’s an amazing annual sight that draws tourists and nature-lovers from across the country, but another process is taking place that is pushing people back – the growing threat of coastal erosion. Just along from where the armies of grey seals lay with their white pups, there used to stand the Dunes Cafe, a much-loved beach facility with a large and loyal clientele.

    Continue reading...", + "content": "

    Along the eastern shore, seaside attractions are being demolished and millions of homes are at risk as rising sea levels speed erosion

    From a distance, the beach at Winterton-on-sea in Norfolk looks like the opening scene of Saving Private Ryan, with hundreds of grey bodies lying motionless across the sand. On closer inspection, it becomes clear they are not fallen soldiers but a huge colony of seals taken to the land for pupping season.

    It’s an amazing annual sight that draws tourists and nature-lovers from across the country, but another process is taking place that is pushing people back – the growing threat of coastal erosion. Just along from where the armies of grey seals lay with their white pups, there used to stand the Dunes Cafe, a much-loved beach facility with a large and loyal clientele.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2022/jan/01/sands-slip-england-crumbling-coasts-erosion-rising-sea-levels", + "creator": "Andrew Anthony", + "pubDate": "2022-01-01T17:00:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a3b6ca1a3c485fea175f34a2275d532" + "hash": "1aaf3eb9f299583b565b985ebfc14ceb", + "highlights": [] }, { - "title": "Australian Minister Wins Defamation Case Over Tweet", - "description": "A government minister sued and won over a brief Twitter post that called him a “rape apologist.” A journalist sees “asymmetric warfare.”", - "content": "A government minister sued and won over a brief Twitter post that called him a “rape apologist.” A journalist sees “asymmetric warfare.”", - "category": "Australia", - "link": "https://www.nytimes.com/2021/11/24/world/australia/defamation-lawsuit.html", - "creator": "Yan Zhuang", - "pubDate": "Wed, 24 Nov 2021 12:32:29 +0000", + "title": "The person who got me through 2021: Miss J and America’s Next Top Model transported me to carefree times", + "description": "

    Three years after it ended, scandal surrounds the show, but its familiarity and formula provided a comfort blanket. I really hope they bring it back

    It sounds troublingly shallow, but when I saw the tweet that said “Holy shit, ANTM [America’s Next Top Model] is on Amazon Prime” my heart soared. I am not one who can pretend the pandemic isn’t still raging but, in that fleeting moment, I felt a spiritual lightness I hadn’t experienced since 2019.

    I dropped everything to binge the episodes, then fell deep into a rabbit hole of detective work: where are the contestants now? Are they on Instagram? I found a whole subsection of TikTok dedicated to calling out where the show was problematic, and YouTuber Oliver Twixt has a highly viewed series of interviews with ANTM contestants levelling accusations of maltreatment at the show’s producers. Whatever the reason, ANTM is back in the cultural sphere.

    Continue reading...", + "content": "

    Three years after it ended, scandal surrounds the show, but its familiarity and formula provided a comfort blanket. I really hope they bring it back

    It sounds troublingly shallow, but when I saw the tweet that said “Holy shit, ANTM [America’s Next Top Model] is on Amazon Prime” my heart soared. I am not one who can pretend the pandemic isn’t still raging but, in that fleeting moment, I felt a spiritual lightness I hadn’t experienced since 2019.

    I dropped everything to binge the episodes, then fell deep into a rabbit hole of detective work: where are the contestants now? Are they on Instagram? I found a whole subsection of TikTok dedicated to calling out where the show was problematic, and YouTuber Oliver Twixt has a highly viewed series of interviews with ANTM contestants levelling accusations of maltreatment at the show’s producers. Whatever the reason, ANTM is back in the cultural sphere.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/the-person-who-got-me-through-2021-miss-j-and-americas-next-top-model-transported-me-to-carefree-times", + "creator": "Juno Dawson", + "pubDate": "2022-01-01T15:00:06Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be06330ce13409ce89aa6cca9afb6692" + "hash": "53f83c59e5876133e4be3be0d804c152", + "highlights": [] }, { - "title": "What Your Flight History Reveals About Your Carbon Footprint", - "description": "Google Flights now shows your carbon footprint. Will it change the way you buy plane tickets?", - "content": "Google Flights now shows your carbon footprint. Will it change the way you buy plane tickets?", - "category": "Greenhouse Gas Emissions", - "link": "https://www.nytimes.com/2021/11/23/opinion/climate-change-guilt-flights.html", - "creator": "Farah Stockman", - "pubDate": "Wed, 24 Nov 2021 12:28:37 +0000", + "title": "A French retreat brought into sharp focus", + "description": "Photographer Serge Anton has updated his great-grandfather’s home and made it his own

    Having spent three decades travelling the world, enjoying a nomadic lifestyle, French-Belgian photographer Serge Anton finally felt the need to settle down. And he found his personal oasis of quiet in a house he inherited, a retreat called Mon Desir. Built by his great-grandfather about a century ago in Sedan, in the heart of the French Ardennes, the house sits in a landscape full of calm – a million miles from any stress, with trees and green views wherever you look.

    “At first the name [which translates as “my desire”] did not particularly inspire me and it was only later I discovered how appropriate it was for me. After 30 years of travelling, I realised the house embodied a pure and strong desire: that of settling down and returning to my roots,” says Anton.

    Continue reading...", + "content": "Photographer Serge Anton has updated his great-grandfather’s home and made it his own

    Having spent three decades travelling the world, enjoying a nomadic lifestyle, French-Belgian photographer Serge Anton finally felt the need to settle down. And he found his personal oasis of quiet in a house he inherited, a retreat called Mon Desir. Built by his great-grandfather about a century ago in Sedan, in the heart of the French Ardennes, the house sits in a landscape full of calm – a million miles from any stress, with trees and green views wherever you look.

    “At first the name [which translates as “my desire”] did not particularly inspire me and it was only later I discovered how appropriate it was for me. After 30 years of travelling, I realised the house embodied a pure and strong desire: that of settling down and returning to my roots,” says Anton.

    Continue reading...", + "category": "Interiors", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/a-photographers-home-in-the-french-ardennes", + "creator": "Marzia Nicolini", + "pubDate": "2022-01-01T16:00:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aa389e5499d98ff835c3361cf713df29" + "hash": "e182756d6c8708af0f1f58f633a4f49d", + "highlights": [] }, { - "title": "The Inflation Miscalculation Complicating Biden’s Agenda", - "description": "Administration officials blame the Delta variant for a prolonged stretch of consumer spending on goods, rather than services, pushing up prices and creating a conundrum for the Fed.", - "content": "Administration officials blame the Delta variant for a prolonged stretch of consumer spending on goods, rather than services, pushing up prices and creating a conundrum for the Fed.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/11/24/us/politics/biden-inflation-prices.html", - "creator": "Jim Tankersley", - "pubDate": "Wed, 24 Nov 2021 12:20:07 +0000", + "title": "Exploding New Year’s Eve fireworks kill two in Germany and Austria", + "description": "

    Several more injured in separate incidents despite Germany introducing ban this year on sale of fireworks for personal use

    Exploding fireworks killed two men on New Year’s Eve, one in Germany and the other in Austria, according to local media.

    A 37-year-old man died in Hennef, near Germany’s western city of Bonn. A 39-year-old was severely injured in the same incident and taken to hospital.

    Continue reading...", + "content": "

    Several more injured in separate incidents despite Germany introducing ban this year on sale of fireworks for personal use

    Exploding fireworks killed two men on New Year’s Eve, one in Germany and the other in Austria, according to local media.

    A 37-year-old man died in Hennef, near Germany’s western city of Bonn. A 39-year-old was severely injured in the same incident and taken to hospital.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2022/jan/01/new-years-eve-fireworks-deaths-germany-austria", + "creator": "Associated Press in Berlin", + "pubDate": "2022-01-01T15:29:28Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3514129811e58d87203510f9a8280c1a" + "hash": "3967a0bdc2a040fc71847e8c8c71a8c5", + "highlights": [] }, { - "title": "Turkey Without Covid", - "description": "A guide to using rapid tests.", - "content": "A guide to using rapid tests.", - "category": "", - "link": "https://www.nytimes.com/2021/11/24/briefing/thanksgiving-covid-rapid-test.html", - "creator": "David Leonhardt", - "pubDate": "Wed, 24 Nov 2021 11:35:50 +0000", + "title": "Australia news live update: NSW Covid hospitalisations pass 1,000; Victoria records 7,172 cases, Qld 3,587; PM monitoring symptoms after exposure to case", + "description": "

    NSW hospitalisations rise 18% in one day to 1,066 as state records 18,278 cases and two deaths; Victoria records 7,172 cases and three deaths, Queensland 3,587 cases and Tasmania 404; Scott Morrison monitoring for Covid symptoms after positive case attends press conference. Follow all the day’s news

    University of NSW epidemiologist Mary-Louise McLaws with some thoughts on the supply of rapid antigen tests this morning.

    Fast rail linking Sydney and the Hunter will be prioritised under a Labor government, opposition leader Anthony Albanese says.

    Australia is the only inhabited continent on earth not developing high-speed rail.

    Fast and high-speed rail will be an important element of Labor’s smart regionalisation plan that recognises that decentralisation is critical for Australia.

    Continue reading...", + "content": "

    NSW hospitalisations rise 18% in one day to 1,066 as state records 18,278 cases and two deaths; Victoria records 7,172 cases and three deaths, Queensland 3,587 cases and Tasmania 404; Scott Morrison monitoring for Covid symptoms after positive case attends press conference. Follow all the day’s news

    University of NSW epidemiologist Mary-Louise McLaws with some thoughts on the supply of rapid antigen tests this morning.

    Fast rail linking Sydney and the Hunter will be prioritised under a Labor government, opposition leader Anthony Albanese says.

    Australia is the only inhabited continent on earth not developing high-speed rail.

    Fast and high-speed rail will be an important element of Labor’s smart regionalisation plan that recognises that decentralisation is critical for Australia.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/02/australia-news-live-update-rising-covid-patients-put-hospitals-under-pressure-as-victoria-and-nsw-expect-record-cases-omicron-scott-morrison", + "creator": "Royce Kurmelovs (now) and Michael McGowan (earlier)", + "pubDate": "2022-01-02T00:38:27Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df326bb8d24114e90421aecc2fa87bfd" + "hash": "718beaea4334801539e3672521a54262", + "highlights": [] }, { - "title": "Hong Kong’s Pillar of Shame Is More Than a Statue", - "description": "Shrinking the public space that preserves the memory of the 1989 Beijing uprising has effectively turned Hong Kong into another silent mainland city.", - "content": "Shrinking the public space that preserves the memory of the 1989 Beijing uprising has effectively turned Hong Kong into another silent mainland city.", - "category": "Hong Kong Protests (2019)", - "link": "https://www.nytimes.com/2021/11/24/opinion/hong-kong-university-china.html", - "creator": "Shui-yin Sharon Yam and Alex Chow", - "pubDate": "Wed, 24 Nov 2021 11:31:41 +0000", + "title": "Trapped at Europe’s door: inside Belarus’s makeshift asylum dormitory", + "description": "

    About 1,000 people, mostly Kurds, are waiting at a converted customs centre in Bruzgi for the chance to cross into EU

    The giant warehouse towers over the Belarus countryside, less than a mile from the Polish border. In this 10,000 sq metre space patrolled by dozens of armed soldiers, 1,000 asylum seekers are crammed among countless industrial shelving units, held up on their way to Europe in the midst of a frigid winter.

    “We’re trapped in this building,” says Alima Skandar, 40. “We don’t want to go back to Iraq and we can’t cross the border. Please, help us.”

    Continue reading...", + "content": "

    About 1,000 people, mostly Kurds, are waiting at a converted customs centre in Bruzgi for the chance to cross into EU

    The giant warehouse towers over the Belarus countryside, less than a mile from the Polish border. In this 10,000 sq metre space patrolled by dozens of armed soldiers, 1,000 asylum seekers are crammed among countless industrial shelving units, held up on their way to Europe in the midst of a frigid winter.

    “We’re trapped in this building,” says Alima Skandar, 40. “We don’t want to go back to Iraq and we can’t cross the border. Please, help us.”

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/30/trapped-at-europes-door-inside-belaruss-makeshift-asylum-dormitory", + "creator": "Lorenzo Tondo in Bruzgi, Belarus", + "pubDate": "2021-12-30T13:36:20Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89b65c2111426e6e36fff19fd7965dff" + "hash": "366d12fd1dacd1a0f6b691cf484eff68", + "highlights": [] }, { - "title": "End the Trump-Biden Tariffs", - "description": "An import tax on chassis is contributing to inflation and port congestion. The government needs to find better ways of increasing manufacturing.", - "content": "An import tax on chassis is contributing to inflation and port congestion. The government needs to find better ways of increasing manufacturing.", - "category": "International Trade and World Market", - "link": "https://www.nytimes.com/2021/11/24/opinion/trucking-trump-biden-tariffs.html", - "creator": "Binyamin Appelbaum", - "pubDate": "Wed, 24 Nov 2021 10:04:23 +0000", + "title": "Pope calls for end to violence against women in new year message", + "description": "

    Celebrating mass in St Peter’s Basilica in the Vatican, Francis, 85, says violence against women is insult to God

    Pope Francis used his new year’s message to call for an end to violence against women, saying it was an insult to God.

    Celebrating mass in St Peter’s Basilica in the Vatican, on the day the Roman Catholic church marks both the solemnity of Holy Mary Mother of God as well as its annual World Day of Peace, Francis wove his New Year’s homily around the themes of motherhood and women, saying it was they who kept the threads of life together.

    Continue reading...", + "content": "

    Celebrating mass in St Peter’s Basilica in the Vatican, Francis, 85, says violence against women is insult to God

    Pope Francis used his new year’s message to call for an end to violence against women, saying it was an insult to God.

    Celebrating mass in St Peter’s Basilica in the Vatican, on the day the Roman Catholic church marks both the solemnity of Holy Mary Mother of God as well as its annual World Day of Peace, Francis wove his New Year’s homily around the themes of motherhood and women, saying it was they who kept the threads of life together.

    Continue reading...", + "category": "Pope Francis", + "link": "https://www.theguardian.com/world/2022/jan/01/pope-calls-for-end-to-violence-against-women-in-new-year-message", + "creator": "Jane Clinton", + "pubDate": "2022-01-01T12:49:20Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ccc73833228e3677884aef23668ebb00" + "hash": "34c4c3d05b880ffb9c3821fa285986b8", + "highlights": [] }, { - "title": "The Republicans We’re Thankful For", - "description": "There are some in the G.O.P. who reject its worst antidemocratic impulses. We should celebrate them.", - "content": "There are some in the G.O.P. who reject its worst antidemocratic impulses. We should celebrate them.", - "category": "Presidential Election of 2020", - "link": "https://www.nytimes.com/2021/11/24/opinion/gop-democracy-trump.html", - "creator": "Michelle Cottle", - "pubDate": "Wed, 24 Nov 2021 10:04:05 +0000", + "title": "British shops fear gaps on shelves as new Brexit import rules hit", + "description": "

    Regulations likely to result in higher prices and shortages for delis and others

    After a few minutes in the queue spent eyeing up the best on offer at the local deli, it is decision time.

    Maybe some of the wonderful Parma ham from Italy? With a few slices of Spanish chorizo? And a piece of brie from that farm in Normandy … oh, and definitely some of the black olives from Greece.

    Continue reading...", + "content": "

    Regulations likely to result in higher prices and shortages for delis and others

    After a few minutes in the queue spent eyeing up the best on offer at the local deli, it is decision time.

    Maybe some of the wonderful Parma ham from Italy? With a few slices of Spanish chorizo? And a piece of brie from that farm in Normandy … oh, and definitely some of the black olives from Greece.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2022/jan/01/uk-shops-fear-gaps-shelves-brexit-import-rules-prices-shortages-delis", + "creator": "Toby Helm and Tom Wall", + "pubDate": "2022-01-01T13:09:23Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dbb19ac809045d8c0923318d23a7d6ac" + "hash": "6b38ea8fd5ff2f044d25babc9e86ddde", + "highlights": [] }, { - "title": "Ian Fishback's Death Highlights Veteran Mental Illness Crisis", - "description": "Ian Fishback revealed abuse of detainees during the Iraq war, but struggled after leaving the service. He died awaiting a bed at the V.A.", - "content": "Ian Fishback revealed abuse of detainees during the Iraq war, but struggled after leaving the service. He died awaiting a bed at the V.A.", - "category": "Veterans", - "link": "https://www.nytimes.com/2021/11/24/us/politics/ian-fishback-veteran-mental-health-crisis.html", - "creator": "Jennifer Steinhauer", - "pubDate": "Wed, 24 Nov 2021 10:00:35 +0000", + "title": "Kashmir stampede at Hindu shrine kills at least 12 people", + "description": "

    Night-time tragedy at revered site in Indian-administered Kashmir happened as thousands of pilgrims massed to offer prayers

    At least 12 people have died and 13 were injured in a stampede at a religious shrine in Indian-administered Kashmir as thousands of pilgrims massed to offer prayers.

    The disaster happened around 3am on New Year’s Day while it was still dark on the route to the Vaishno Devi shrine, one of the area’s most revered Hindu sites.

    Continue reading...", + "content": "

    Night-time tragedy at revered site in Indian-administered Kashmir happened as thousands of pilgrims massed to offer prayers

    At least 12 people have died and 13 were injured in a stampede at a religious shrine in Indian-administered Kashmir as thousands of pilgrims massed to offer prayers.

    The disaster happened around 3am on New Year’s Day while it was still dark on the route to the Vaishno Devi shrine, one of the area’s most revered Hindu sites.

    Continue reading...", + "category": "Kashmir", + "link": "https://www.theguardian.com/world/2022/jan/01/kashmir-stampede-hindu-shrine-deaths-vaishno-devi", + "creator": "Staff and agencies", + "pubDate": "2022-01-01T07:37:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b49b6e5ec5fcd177de9a076b8df9c9db" + "hash": "c3ccd771e1322c6fe2880966a0e5d1c6", + "highlights": [] }, { - "title": "In Buffalo, Waiting for the Canadians", - "description": "So far, relaxed travel restrictions between the United States and Canada have not led to a big influx of tourists on either side of the New York-Ontario border. Both sides are waiting, not so patiently.", - "content": "So far, relaxed travel restrictions between the United States and Canada have not led to a big influx of tourists on either side of the New York-Ontario border. Both sides are waiting, not so patiently.", - "category": "Travel and Vacations", - "link": "https://www.nytimes.com/2021/11/24/travel/new-york-canada-tourism.html", - "creator": "Jeff Z. Klein", - "pubDate": "Wed, 24 Nov 2021 10:00:34 +0000", + "title": "China opens embassy in Nicaragua for first time since 1990 after Taiwan ties cut", + "description": "

    Nicaragua trumpets ‘ideological affinity’ with Beijing and seizes Taipei’s former embassy and diplomatic offices

    China has opened an embassy in Nicaragua for the first time since 1990, less than a month after the central American country cut ties with Taiwan.

    The Nicaraguan foreign minister, Denis Moncada, said there was an “ideological affinity” between the two countries and thanked China for donating 1m doses of the Sinopharm coronavirus vaccine.

    Continue reading...", + "content": "

    Nicaragua trumpets ‘ideological affinity’ with Beijing and seizes Taipei’s former embassy and diplomatic offices

    China has opened an embassy in Nicaragua for the first time since 1990, less than a month after the central American country cut ties with Taiwan.

    The Nicaraguan foreign minister, Denis Moncada, said there was an “ideological affinity” between the two countries and thanked China for donating 1m doses of the Sinopharm coronavirus vaccine.

    Continue reading...", + "category": "Nicaragua", + "link": "https://www.theguardian.com/world/2022/jan/01/china-opens-embassy-in-nicaragua-for-first-time-since-1990-after-taiwan-ties-cut", + "creator": "Staff and agencies", + "pubDate": "2022-01-01T02:49:49Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b38d7a922681cef2a1935d1c82f2b47" + "hash": "31a43c137f205237d47f9d8fcfc7562b", + "highlights": [] }, { - "title": "Ifeoma Ozoma Blew the Whistle on Pinterest. Now She Protects Whistle-Blowers.", - "description": "Ifeoma Ozoma, who accused Pinterest of discrimination, has become a key figure in helping tech employees disclose, and fight, mistreatment at work.", - "content": "Ifeoma Ozoma, who accused Pinterest of discrimination, has become a key figure in helping tech employees disclose, and fight, mistreatment at work.", - "category": "Whistle-Blowers", - "link": "https://www.nytimes.com/2021/11/24/technology/pinterest-whistle-blower-ifeoma-ozoma.html", - "creator": "Erin Woo", - "pubDate": "Wed, 24 Nov 2021 10:00:27 +0000", + "title": "Covid live: England reports another record rise in cases; UAE to ban non-vaccinated from travelling abroad", + "description": "

    England records 162,572 cases and 154 deaths; fully vaccinated would also require booster shot

    Russia has reported 847 deaths from Covid in the past 24 hours. It also reported 19,751 new coronavirus cases in the same time period, up from 20,638 on the previous day.

    The NHS Confederation’s chief executive, Matthew Taylor, agreed with the health secretary the record-breaking Omicron wave of infection will “test the limits of finite NHS capacity even more than a typical winter”, with reports suggesting that a requirement to work from home in England could be in place for most of January.

    Continue reading...", + "content": "

    England records 162,572 cases and 154 deaths; fully vaccinated would also require booster shot

    Russia has reported 847 deaths from Covid in the past 24 hours. It also reported 19,751 new coronavirus cases in the same time period, up from 20,638 on the previous day.

    The NHS Confederation’s chief executive, Matthew Taylor, agreed with the health secretary the record-breaking Omicron wave of infection will “test the limits of finite NHS capacity even more than a typical winter”, with reports suggesting that a requirement to work from home in England could be in place for most of January.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/01/covid-live-limits-on-freedom-in-uk-last-resort-says-minister-despite-soaring-cases", + "creator": "Harry Taylor (now) with Sarah Marsh and Jedidajah Otte (earlier)", + "pubDate": "2022-01-01T17:28:48Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c088a37987af6bb507391c64c6e78f35" + "hash": "5a0e5d6250f72f02af58064d0b156476", + "highlights": [] }, { - "title": "Wall Street Warms Up, Grudgingly, to Remote Work, Unthinkable Before Covid", - "description": "Finance employees who couldn’t imagine working from home before the pandemic are now reluctant to return to the office. Their bosses can’t figure out how to bring them back.", - "content": "Finance employees who couldn’t imagine working from home before the pandemic are now reluctant to return to the office. Their bosses can’t figure out how to bring them back.", - "category": "Banking and Financial Institutions", - "link": "https://www.nytimes.com/2021/11/24/business/wall-street-remote-work-banks.html", - "creator": "Lananh Nguyen", - "pubDate": "Wed, 24 Nov 2021 10:00:21 +0000", + "title": "Grief, needle phobia, lack of trust: why we refused Covid jabs – and what changed our minds", + "description": "

    Three former refuseniks reveal their misgivings about having the vaccination and what finally convinced them to take the plunge

    The UK’s vaccine rollout has largely been a success: more than 90% of the population aged 12 and over has now had at least one dose, with just over half having had a second dose and the booster.

    However, there are thousands of people who still haven’t had a jab, despite estimates suggesting that 90% of the most severely ill Covid patients in hospital at the moment are unvaccinated.

    Continue reading...", + "content": "

    Three former refuseniks reveal their misgivings about having the vaccination and what finally convinced them to take the plunge

    The UK’s vaccine rollout has largely been a success: more than 90% of the population aged 12 and over has now had at least one dose, with just over half having had a second dose and the booster.

    However, there are thousands of people who still haven’t had a jab, despite estimates suggesting that 90% of the most severely ill Covid patients in hospital at the moment are unvaccinated.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/01/needle-phobia-refused-covid-jabs-refuseniks-vaccination", + "creator": "Euan O'Byrne Mulligan and Rachel Obordo", + "pubDate": "2022-01-01T14:30:46Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8297016b7882c4b396b6f86a9d258f58" + "hash": "deac75975c9b26f1d757a18bf5937dae", + "highlights": [] }, { - "title": "Who Makes a ‘Good’ Transplant Candidate?", - "description": "Evaluation for transplant is an area of medicine where subjective criteria, like whether a person has strong family support, can determine access.", - "content": "Evaluation for transplant is an area of medicine where subjective criteria, like whether a person has strong family support, can determine access.", - "category": "Transplants", - "link": "https://www.nytimes.com/2021/11/24/opinion/organ-transplant.html", - "creator": "Daniela J. Lamas", - "pubDate": "Wed, 24 Nov 2021 10:00:09 +0000", + "title": "22 places to go in 2022: holidays we’re dreaming of this year", + "description": "

    From hiking the Highlands to vintage train journeys, our travel writers pick the breaks on their wishlists

    Disconnect on the impeccably green island of Eigg

    Continue reading...", + "content": "

    From hiking the Highlands to vintage train journeys, our travel writers pick the breaks on their wishlists

    Disconnect on the impeccably green island of Eigg

    Continue reading...", + "category": "Europe holidays", + "link": "https://www.theguardian.com/travel/2022/jan/01/22-sustainable-holiday-ideas-for-2022-where-were-dreaming-of", + "creator": "", + "pubDate": "2022-01-01T10:00:47Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05090eb6d1dd9ce7232ff0988bbd35d1" + "hash": "67f4e8e8a1d0df8162105c68c2feb94e", + "highlights": [] }, { - "title": "How to Find Common Ground With Your Most Problematic Family Members", - "description": "To survive a dinner table disagreement with the people you love this Thanksgiving, don’t call it a debate, Dylan Marron argues.", - "content": "To survive a dinner table disagreement with the people you love this Thanksgiving, don’t call it a debate, Dylan Marron argues.", - "category": "Thanksgiving Day", - "link": "https://www.nytimes.com/2021/11/24/opinion/family-argument-thanksgiving.html", - "creator": "‘The Argument’", - "pubDate": "Wed, 24 Nov 2021 10:00:08 +0000", + "title": "On my radar: Moses Sumney’s cultural highlights", + "description": "

    The singer-songwriter on Balenciaga’s visions, the mountains of North Carolina, and the haunting power of Eve’s Bayou

    Singer-songwriter Moses Sumney, 29, grew up between Ghana and California and studied creative writing and poetry at UCLA. His piercing falsetto and genre-defying music have brought him critical acclaim, starting with his self-recorded 2014 EP Mid-City Island, followed in 2017 by his debut album, Aromanticism, and the 2020 double album Græ. Sumney has collaborated with musicians including Bon Iver and James Blake and toured with Solange and Sufjan Stevens. His latest project is Blackalachia, a self-directed concert film created in association with WePresent, shot over two days in the Blue Ridge Mountains of western North Carolina, where he lives.

    Continue reading...", + "content": "

    The singer-songwriter on Balenciaga’s visions, the mountains of North Carolina, and the haunting power of Eve’s Bayou

    Singer-songwriter Moses Sumney, 29, grew up between Ghana and California and studied creative writing and poetry at UCLA. His piercing falsetto and genre-defying music have brought him critical acclaim, starting with his self-recorded 2014 EP Mid-City Island, followed in 2017 by his debut album, Aromanticism, and the 2020 double album Græ. Sumney has collaborated with musicians including Bon Iver and James Blake and toured with Solange and Sufjan Stevens. His latest project is Blackalachia, a self-directed concert film created in association with WePresent, shot over two days in the Blue Ridge Mountains of western North Carolina, where he lives.

    Continue reading...", + "category": "Moses Sumney", + "link": "https://www.theguardian.com/music/2022/jan/01/on-my-radar-moses-sumneys-cultural-highlights", + "creator": "Kathryn Bromwich", + "pubDate": "2022-01-01T15:00:06Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f37335a0d8e3f2424d778396df7b9d3" + "hash": "16acd51c628df26a3af0c4ab7345912a", + "highlights": [] }, { - "title": "The Algorithm That Could Take Us Inside Shakespeare’s Mind", - "description": "Machine learning programs have recently made huge advances. Stephen Marche tested one against Shakespeare’s collected works, to see if it could help him figure out which of the several versions of Hamlet’s soliloquy was most likely what the playwright intended.", - "content": "Machine learning programs have recently made huge advances. Stephen Marche tested one against Shakespeare’s collected works, to see if it could help him figure out which of the several versions of Hamlet’s soliloquy was most likely what the playwright intended.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/11/24/books/review/shakespeare-cohere-natural-language-processing.html", - "creator": "Stephen Marche", - "pubDate": "Wed, 24 Nov 2021 10:00:03 +0000", + "title": "Police name teenager stabbed in Croydon as Zaian Aimable-Lina", + "description": "

    15-year-old’s death in Ashburton Park marked 29th teenage murder in London in 2021

    A 15-year-old boy stabbed to death in Croydon, south London, on Thursday has been identified as Zaian Aimable-Lina, the Metropolitan police said.

    Police have said Zaian was from the local area.

    Continue reading...", + "content": "

    15-year-old’s death in Ashburton Park marked 29th teenage murder in London in 2021

    A 15-year-old boy stabbed to death in Croydon, south London, on Thursday has been identified as Zaian Aimable-Lina, the Metropolitan police said.

    Police have said Zaian was from the local area.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2022/jan/01/police-name-teenager-stabbed-in-croydon-as-zaian-aimable-lina", + "creator": "Jane Clinton", + "pubDate": "2022-01-01T18:39:55Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b74c91ccdd5e331ce8e4638ba81ba586" + "hash": "18e2d8e688c2b25781bc72f44fde3018", + "highlights": [] }, { - "title": "Lithuania Welcomes Belarusians as It Rebuffs Middle Easterners", - "description": "People fleeing repression in Belarus are processed quickly and given visas. Middle Eastern migrants passing through Belarus to the E.U. face a harsher fate.", - "content": "People fleeing repression in Belarus are processed quickly and given visas. Middle Eastern migrants passing through Belarus to the E.U. face a harsher fate.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/23/world/europe/lithuania-migrants-belarus-middle-east.html", - "creator": "Anton Troianovski", - "pubDate": "Wed, 24 Nov 2021 09:23:56 +0000", + "title": "Cases rise as Qld tightens mask rules – as it happened", + "description": "

    NSW records 22,577 new cases and four deaths, Victoria 7,442 cases and nine deaths, Queensland 2,266 cases, South Australia 2,100, Tasmania 428, Northern Territory 54 and the ACT 448; Queensland makes masks mandatory indoors; SA clinic sends wrong test result to 11 people. This blog is now closed

    We’re still waiting on official stats to be released, but there are reports that Tasmania has recorded 428 new Covid cases – a jump from 148 cases yesterday.

    A man has allegedly driven a car through a tent at a campground in Tasmania in the early hours of New Year’s Day, injuring two adults and three children, AAP reports.

    They were taken to the Northwest Regional Hospital with injuries ranging from minor lacerations to suspected internal injuries.

    The incident occurred about 2am on Saturday at the West Kentish Road Campgrounds in the state’s north-west.

    Continue reading...", + "content": "

    NSW records 22,577 new cases and four deaths, Victoria 7,442 cases and nine deaths, Queensland 2,266 cases, South Australia 2,100, Tasmania 428, Northern Territory 54 and the ACT 448; Queensland makes masks mandatory indoors; SA clinic sends wrong test result to 11 people. This blog is now closed

    We’re still waiting on official stats to be released, but there are reports that Tasmania has recorded 428 new Covid cases – a jump from 148 cases yesterday.

    A man has allegedly driven a car through a tent at a campground in Tasmania in the early hours of New Year’s Day, injuring two adults and three children, AAP reports.

    They were taken to the Northwest Regional Hospital with injuries ranging from minor lacerations to suspected internal injuries.

    The incident occurred about 2am on Saturday at the West Kentish Road Campgrounds in the state’s north-west.

    Continue reading...", + "category": "New South Wales", + "link": "https://www.theguardian.com/australia-news/live/2022/jan/01/australia-news-live-nyd-covid-omicron-nsw-victoria-queensland-scott-morrison-weather", + "creator": "Mostafa Rachwani and Donna Lu (earlier)", + "pubDate": "2022-01-01T07:05:47Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb6a6c15bdf69dccfd2a249e0ba7f725" + "hash": "8ffa945cdd227e55975553063c0e5ba6", + "highlights": [] }, { - "title": "NASA's DART Mission Launches to Crash Into Killer Asteroid and Defend Earth", - "description": "The Double Asteroid Redirection Test spacecraft, launched on Wednesday, could be the first to alter an asteroid’s path, a technique that may be used to defend the planet in the future.", - "content": "The Double Asteroid Redirection Test spacecraft, launched on Wednesday, could be the first to alter an asteroid’s path, a technique that may be used to defend the planet in the future.", - "category": "Double Asteroid Redirect Test", - "link": "https://www.nytimes.com/2021/11/24/science/nasa-dart-mission-asteroid.html", - "creator": "Joey Roulette", - "pubDate": "Wed, 24 Nov 2021 07:30:15 +0000", + "title": "UK shops fear gaps on shelves as new Brexit import rules hit", + "description": "

    Regulations likely to result in higher prices and shortages for delis and others

    After a few minutes in the queue spent eyeing up the best on offer at the local deli, it is decision time.

    Maybe some of the wonderful Parma ham from Italy? With a few slices of Spanish chorizo? And a piece of brie from that farm in Normandy… oh, and definitely some of the black olives from Greece.

    Continue reading...", + "content": "

    Regulations likely to result in higher prices and shortages for delis and others

    After a few minutes in the queue spent eyeing up the best on offer at the local deli, it is decision time.

    Maybe some of the wonderful Parma ham from Italy? With a few slices of Spanish chorizo? And a piece of brie from that farm in Normandy… oh, and definitely some of the black olives from Greece.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2022/jan/01/uk-shops-fear-gaps-shelves-brexit-import-rules-prices-shortages-delis", + "creator": "Toby Helm and Tom Wall", + "pubDate": "2022-01-01T13:09:23Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27c0969af3d0cbdcec2d37eaddeb1ee8" + "hash": "73e223cbc152ad5e48882b0fdd38622e", + "highlights": [] }, { - "title": "Late Night Riffs on Biden’s Order to Release Oil Reserves", - "description": "“For those who don’t know, the strategic reserve is a series of caverns filled with fossil fuel and strategically located inside Rudy Giuliani’s head,” Colbert joked.", - "content": "“For those who don’t know, the strategic reserve is a series of caverns filled with fossil fuel and strategically located inside Rudy Giuliani’s head,” Colbert joked.", - "category": "Television", - "link": "https://www.nytimes.com/2021/11/24/arts/television/stephen-colbert-biden-oil-reserves.html", - "creator": "Trish Bendix", - "pubDate": "Wed, 24 Nov 2021 07:12:36 +0000", + "title": "Further Covid restrictions in England would be ‘last resort’, says Sajid Javid", + "description": "

    Health secretary acknowledges at same time that there will be ‘big increase’ in number of Covid patients over next month

    New restrictions on freedom in England “must be an absolute last resort”, the health secretary has said.

    The record-breaking wave of the Omicron Covid variant will, however, “test the limits of finite NHS capacity even more than a typical winter”, Sajid Javid said, as hospital admissions in England climbed to their highest since last January.

    Continue reading...", + "content": "

    Health secretary acknowledges at same time that there will be ‘big increase’ in number of Covid patients over next month

    New restrictions on freedom in England “must be an absolute last resort”, the health secretary has said.

    The record-breaking wave of the Omicron Covid variant will, however, “test the limits of finite NHS capacity even more than a typical winter”, Sajid Javid said, as hospital admissions in England climbed to their highest since last January.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2022/jan/01/covid-restrictions-england-last-resort-sajid-javid", + "creator": "Jedidajah Otte", + "pubDate": "2022-01-01T10:51:46Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4120781f88a302b13d1ce66033d0a56f" + "hash": "11275b21f2b0a235bbbc70fff3fa82c2", + "highlights": [] }, { - "title": "Pentagon Forms a Group to Examine Unexplained Aerial Sightings", - "description": "The announcement follows a report that failed to clarify strange phenomena observed by military pilots and others over the past two decades.", - "content": "The announcement follows a report that failed to clarify strange phenomena observed by military pilots and others over the past two decades.", - "category": "Espionage and Intelligence Services", - "link": "https://www.nytimes.com/2021/11/24/us/politics/pentagon-ufos.html", - "creator": "Julian E. Barnes", - "pubDate": "Wed, 24 Nov 2021 05:08:40 +0000", + "title": "New Year’s Eve revellers in England take to streets despite Omicron concerns", + "description": "

    Partygoers gather in city centres across the country to welcome 2022 in contrast to quiet Christmas

    England’s New Year’s Eve celebrations on Friday were not quite the damp squib many were expecting, with partygoers taking to city centres across the country to celebrate the end of 2021.

    In Leeds, queues of revellers lined the streets, in stark contrast to the Christmas period, when the city centre had been virtually empty because of concerns over the highly infectious Omicron variant.

    Continue reading...", + "content": "

    Partygoers gather in city centres across the country to welcome 2022 in contrast to quiet Christmas

    England’s New Year’s Eve celebrations on Friday were not quite the damp squib many were expecting, with partygoers taking to city centres across the country to celebrate the end of 2021.

    In Leeds, queues of revellers lined the streets, in stark contrast to the Christmas period, when the city centre had been virtually empty because of concerns over the highly infectious Omicron variant.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2022/jan/01/new-years-eve-revellers-england-omicron-concerns", + "creator": "Robyn Vinter", + "pubDate": "2022-01-01T14:58:50Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55a5657a1fc8ff6e74a3198a17af8399" + "hash": "ea5263ec1c949fc7176aa15035cc7d94", + "highlights": [] }, { - "title": "The Best Thanksgiving Movies to Watch This Holiday", - "description": "First the food, then the movies. Here are five streaming suggestions for the holiday.", - "content": "First the food, then the movies. Here are five streaming suggestions for the holiday.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/11/23/movies/thanksgiving-movies-streaming.html", - "creator": "Amy Nicholson", - "pubDate": "Wed, 24 Nov 2021 02:54:57 +0000", + "title": "‘We lost everything’: Colorado wildfires destroy hundreds of homes", + "description": "

    The fire destroyed at least 500 structures, mostly homes, and more than 30,000 people fled or were evacuated

    Just as the flakes of the season’s first winter storm began to fall in the Colorado foothills, Heather Diiorio, 67, and her husband walked hand in hand in a daze down South 68th Street in Louisville, a community often ranked as one of America’s most livable small towns. They had just gone to inspect their home after one of Colorado’s most destructive fires in history struck this week.

    “All I can say is we lived there 35 years and we lost everything,” said Diioro’s husband before emotion overwhelmed him. He declined to give his first name. He and his wife embraced neighbors, some of whom had also lost their homes in Thursday’s fires, and others who had not.

    Continue reading...", + "content": "

    The fire destroyed at least 500 structures, mostly homes, and more than 30,000 people fled or were evacuated

    Just as the flakes of the season’s first winter storm began to fall in the Colorado foothills, Heather Diiorio, 67, and her husband walked hand in hand in a daze down South 68th Street in Louisville, a community often ranked as one of America’s most livable small towns. They had just gone to inspect their home after one of Colorado’s most destructive fires in history struck this week.

    “All I can say is we lived there 35 years and we lost everything,” said Diioro’s husband before emotion overwhelmed him. He declined to give his first name. He and his wife embraced neighbors, some of whom had also lost their homes in Thursday’s fires, and others who had not.

    Continue reading...", + "category": "Colorado", + "link": "https://www.theguardian.com/us-news/2022/jan/01/colorado-wildfires-destroy-hundreds-homes", + "creator": "Cindy Shiner in Louisville, Colorado", + "pubDate": "2022-01-01T08:00:43Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c93475503b467882d2ac5f78fe3bb45f" + "hash": "88aec215fd789c53f7c0842d4837dccf", + "highlights": [] }, { - "title": "‘Everything Went Black’: The Children Caught in a Christmas Parade Tragedy", - "description": "A child died on Tuesday, and scores of other children were injured when an S.U.V. barreled through the parade on Sunday in Waukesha, Wis.", - "content": "A child died on Tuesday, and scores of other children were injured when an S.U.V. barreled through the parade on Sunday in Waukesha, Wis.", - "category": "Waukesha, Wis, Holiday Parade Attack (2021)", - "link": "https://www.nytimes.com/2021/11/23/us/waukesha-parade-children-injured.html", - "creator": "Shawn Hubler and Giulia Heyward", - "pubDate": "Wed, 24 Nov 2021 02:02:22 +0000", + "title": "Covid live: Omicron will lead to difficult choices - UK health chief; UAE to ban non-vaccinated from travelling abroad", + "description": "

    NHS Confederation chief executive Matthew Taylor said some hospitals could be forced to exclude visitors; fully vaccinated would also require booster shot

    Russia has reported 847 deaths from Covid in the past 24 hours. It also reported 19,751 new coronavirus cases in the same time period, up from 20,638 on the previous day.

    The NHS Confederation’s chief executive, Matthew Taylor, agreed with the health secretary the record-breaking Omicron wave of infection will “test the limits of finite NHS capacity even more than a typical winter”, with reports suggesting that a requirement to work from home in England could be in place for most of January.

    Continue reading...", + "content": "

    NHS Confederation chief executive Matthew Taylor said some hospitals could be forced to exclude visitors; fully vaccinated would also require booster shot

    Russia has reported 847 deaths from Covid in the past 24 hours. It also reported 19,751 new coronavirus cases in the same time period, up from 20,638 on the previous day.

    The NHS Confederation’s chief executive, Matthew Taylor, agreed with the health secretary the record-breaking Omicron wave of infection will “test the limits of finite NHS capacity even more than a typical winter”, with reports suggesting that a requirement to work from home in England could be in place for most of January.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/01/covid-live-limits-on-freedom-in-uk-last-resort-says-minister-despite-soaring-cases", + "creator": "Sarah Marsh (now) Jedidajah Otte (earlier)", + "pubDate": "2022-01-01T15:19:37Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a846d34e3a4638b1431e21fbca340a22" + "hash": "30bacd4c5583713ba72ab8467d4e667b", + "highlights": [] }, { - "title": "Raids on Independent Groups in El Salvador Raise Fears of Repression", - "description": "President Nayib Bukele bills himself as a young reformer, but a crackdown on voices outside the government’s control is fueling claims of growing authoritarianism.", - "content": "President Nayib Bukele bills himself as a young reformer, but a crackdown on voices outside the government’s control is fueling claims of growing authoritarianism.", - "category": "Bukele, Nayib", - "link": "https://www.nytimes.com/2021/11/23/world/americas/el-salvador-bukele-raids.html", - "creator": "Bryan Avelar and Oscar Lopez", - "pubDate": "Wed, 24 Nov 2021 01:06:10 +0000", + "title": "New year’s resolutions: ‘I’m going to give away 10% of my income’", + "description": "

    We talk to five people about their money aims for 2022, whether it is saving more or donating to charity

    Money plays a key role in many people’s new year’s resolutions to change their lifestyle, so we asked five people to tell us about their financial goals for 2022 and how they plan to achieve them.

    The rising cost of living and the uncertainty over the pandemic are just two of the challenges that people are having to deal with, so what are some of the things that individuals are planning to do differently this year?

    Continue reading...", + "content": "

    We talk to five people about their money aims for 2022, whether it is saving more or donating to charity

    Money plays a key role in many people’s new year’s resolutions to change their lifestyle, so we asked five people to tell us about their financial goals for 2022 and how they plan to achieve them.

    The rising cost of living and the uncertainty over the pandemic are just two of the challenges that people are having to deal with, so what are some of the things that individuals are planning to do differently this year?

    Continue reading...", + "category": "Consumer affairs", + "link": "https://www.theguardian.com/money/2022/jan/01/new-year-resolutions-income-money-saving-charity", + "creator": "Suzanne Bearne", + "pubDate": "2022-01-01T11:00:01Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f27b51f442ec713ceb9c4292a3703e0" + "hash": "f3ed30b8b7ed80d3df1894d7b07b707d", + "highlights": [] }, { - "title": "Waukesha Death Toll Rises to 6 as Suspect Is Ordered Held on $5 Million Bail", - "description": "The Waukesha County district attorney said “there are not words to describe the risk” posed by the man accused of driving through a Christmas parade in Wisconsin and striking dozens.", - "content": "The Waukesha County district attorney said “there are not words to describe the risk” posed by the man accused of driving through a Christmas parade in Wisconsin and striking dozens.", - "category": "Waukesha, Wis, Holiday Parade Attack (2021)", - "link": "https://www.nytimes.com/2021/11/23/us/waukesha-parade-brooks-court.html", - "creator": "Mitch Smith, Brandon Dupré, Serge F. Kovaleski and Miriam Jordan", - "pubDate": "Wed, 24 Nov 2021 01:00:41 +0000", + "title": "New Zealand yoga industry suffers as anti-vax sentiment co-opts wellness industry", + "description": "

    Rejection of Covid vaccines among wellness community has been blamed on popular social media accounts that spread disinformation

    Many know Wanaka, a picturesque tourist town at the foot of New Zealand’s Southern Alps, for its most famous tree.

    The willow, which blooms uncannily from the glacial lake as if floating on water, represents different things for different people. For some, the miracles of a divine nature, for others, a marvel easily explained by science.

    Continue reading...", + "content": "

    Rejection of Covid vaccines among wellness community has been blamed on popular social media accounts that spread disinformation

    Many know Wanaka, a picturesque tourist town at the foot of New Zealand’s Southern Alps, for its most famous tree.

    The willow, which blooms uncannily from the glacial lake as if floating on water, represents different things for different people. For some, the miracles of a divine nature, for others, a marvel easily explained by science.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2022/jan/01/new-zealand-yoga-industry-suffers-as-anti-vax-sentiment-co-opts-wellness-industry", + "creator": "Leni Ma'ia'i in Auckland", + "pubDate": "2021-12-31T18:00:26Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29428a613db58fab3294aad6bc4b3524" + "hash": "2f13aab09d5a117a0e764b441734fa91", + "highlights": [] }, { - "title": "Can Liberals Survive Progressivism?", - "description": "The main threat to the Democratic Party comes from the left.", - "content": "The main threat to the Democratic Party comes from the left.", - "category": "Police Reform", - "link": "https://www.nytimes.com/2021/11/23/opinion/liberals-survive-progressivism.html", - "creator": "Bret Stephens", - "pubDate": "Wed, 24 Nov 2021 00:27:21 +0000", + "title": "US experts question whether counting Covid cases is still the right approach", + "description": "

    Case counts ‘don’t reflect what they used to’, experts argue, as data suggests Omicron is less severe but more contagious

    Some US infectious disease experts and public health officials are questioning whether to continue using the number of coronavirus cases as a metric for determining which mitigation efforts are appropriate, as data suggests Omicron is less severe but much more contagious than previous variants.

    Those experts argue that the US has reached a stage in the pandemic where reports of dramatic surges in case counts prompt unnecessary worries and that government officials and the public should instead review death and hospitalization data when considering precautions.

    Continue reading...", + "content": "

    Case counts ‘don’t reflect what they used to’, experts argue, as data suggests Omicron is less severe but more contagious

    Some US infectious disease experts and public health officials are questioning whether to continue using the number of coronavirus cases as a metric for determining which mitigation efforts are appropriate, as data suggests Omicron is less severe but much more contagious than previous variants.

    Those experts argue that the US has reached a stage in the pandemic where reports of dramatic surges in case counts prompt unnecessary worries and that government officials and the public should instead review death and hospitalization data when considering precautions.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2022/jan/01/us-covid-case-counts-omicron", + "creator": "Eric Berger", + "pubDate": "2022-01-01T14:34:57Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "24800882e1cce526c9efed15e7904e86" + "hash": "72db0ce525cec4148bce05b85abd1a11", + "highlights": [] }, { - "title": "Sika Henry and the Motivation to Become a Pro Triathlete", - "description": "Sika Henry is the first African American woman to be recognized as a pro triathlete. But a horrible bicycle crash in 2019 nearly thwarted her dream.", - "content": "Sika Henry is the first African American woman to be recognized as a pro triathlete. But a horrible bicycle crash in 2019 nearly thwarted her dream.", - "category": "Triathlon", - "link": "https://www.nytimes.com/2021/11/23/sports/sika-henry-triathlon.html", - "creator": "Alanis Thames", - "pubDate": "Tue, 23 Nov 2021 23:10:57 +0000", + "title": "Golden Girls star Betty White dies aged 99", + "description": "

    The actor’s career spanned more than 80 years – but it was her role as Rose Nylund in the 1980s sitcom that cemented her status

    Betty White, the actor best known for roles in sitcoms The Mary Tyler Moore Show and The Golden Girls, has died aged 99.

    White died at her home on Friday morning, just two weeks before she would have turned 100. Her agent Jeff Witjas told People magazine: “Even though Betty was about to be 100, I thought she would live for ever.” Joe Biden led tributes, praising the star as a “cultural icon”.

    Continue reading...", + "content": "

    The actor’s career spanned more than 80 years – but it was her role as Rose Nylund in the 1980s sitcom that cemented her status

    Betty White, the actor best known for roles in sitcoms The Mary Tyler Moore Show and The Golden Girls, has died aged 99.

    White died at her home on Friday morning, just two weeks before she would have turned 100. Her agent Jeff Witjas told People magazine: “Even though Betty was about to be 100, I thought she would live for ever.” Joe Biden led tributes, praising the star as a “cultural icon”.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/31/golden-girls-star-betty-white-dies-aged-99", + "creator": "Rhi Storer", + "pubDate": "2022-01-01T05:33:34Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eec399adf45669f523397f09453ccc7f" + "hash": "e3e14009fec6d9136e86d3494115c400", + "highlights": [] }, { - "title": "How to Celebrate Pandemic Thanksgiving, Round 2", - "description": "Thanksgiving is back, but Covid hasn’t gone away. Here’s how to have a safer, peaceful and tasty holiday.", - "content": "Thanksgiving is back, but Covid hasn’t gone away. Here’s how to have a safer, peaceful and tasty holiday.", - "category": "debatable", - "link": "https://www.nytimes.com/2021/11/23/opinion/thanksgiving-covid-pandemic.html", - "creator": "Spencer Bokat-Lindell", - "pubDate": "Tue, 23 Nov 2021 23:00:05 +0000", + "title": "Covid live: Omicron will lead to difficult choices, says UK health boss; India reports more than 22,000 infections", + "description": "

    Sajid Javid says Omicron wave of infection will ‘test the limits of finite NHS capacity even more than a typical winter’; India death toll rises by 406

    Russia has reported 847 deaths from Covid in the past 24 hours. It also reported 19,751 new coronavirus cases in the same time period, up from 20,638 on the previous day.

    The NHS Confederation’s chief executive, Matthew Taylor, agreed with the health secretary the record-breaking Omicron wave of infection will “test the limits of finite NHS capacity even more than a typical winter”, with reports suggesting that a requirement to work from home in England could be in place for most of January.

    Continue reading...", + "content": "

    Sajid Javid says Omicron wave of infection will ‘test the limits of finite NHS capacity even more than a typical winter’; India death toll rises by 406

    Russia has reported 847 deaths from Covid in the past 24 hours. It also reported 19,751 new coronavirus cases in the same time period, up from 20,638 on the previous day.

    The NHS Confederation’s chief executive, Matthew Taylor, agreed with the health secretary the record-breaking Omicron wave of infection will “test the limits of finite NHS capacity even more than a typical winter”, with reports suggesting that a requirement to work from home in England could be in place for most of January.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2022/jan/01/covid-live-limits-on-freedom-in-uk-last-resort-says-minister-despite-soaring-cases", + "creator": "Sarah Marsh", + "pubDate": "2022-01-01T13:37:18Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c50175478520dce8be0f92a7858d3bb6" + "hash": "c424ade6d9ea39b8fe0349845ee6edc3", + "highlights": [] }, { - "title": "Hervé Le Tellier's 'The Anomaly' Arrives in the U.S.", - "description": "“The Anomaly,” by Hervé Le Tellier, sold more than a million copies during an anomalous time. Now the genre-bending novel is translated into English.", - "content": "“The Anomaly,” by Hervé Le Tellier, sold more than a million copies during an anomalous time. Now the genre-bending novel is translated into English.", - "category": "Goncourt Prize", - "link": "https://www.nytimes.com/2021/11/23/books/anomaly-herve-le-tellier.html", - "creator": "Roger Cohen", - "pubDate": "Tue, 23 Nov 2021 22:03:59 +0000", + "title": "‘Tit for tat’: why hunt for Covid’s origins still mired in politics and controversy", + "description": "

    Scientific consensus absent as impasse between China and west continue to hamper tracing effort

    Robert Garry, a professor of microbiology and immunology at Tulane medical school in Louisiana, got a call from his university management telling him that agents from the FBI and CIA had requested a chat about his research into the origins of Covid-19.

    Garry agreed and on 30 July three agents flew down to Louisiana to talk to him in person.

    Continue reading...", + "content": "

    Scientific consensus absent as impasse between China and west continue to hamper tracing effort

    Robert Garry, a professor of microbiology and immunology at Tulane medical school in Louisiana, got a call from his university management telling him that agents from the FBI and CIA had requested a chat about his research into the origins of Covid-19.

    Garry agreed and on 30 July three agents flew down to Louisiana to talk to him in person.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/31/why-hunt-for-covid-origins-still-wrapped-in-politics-impasse-china-west", + "creator": "Vincent Ni China affairs correspondent", + "pubDate": "2021-12-31T15:12:14Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72b79a2b13ef04d696d34f13869dc05f" + "hash": "b92d6e02ca895298e8b0ebee0accb1f3", + "highlights": [] }, { - "title": "Apple Sues Israeli Spyware Maker NSO Group", - "description": "Apple accused NSO Group, the Israeli surveillance company, of “flagrant” violations of its software, as well as federal and state laws.", - "content": "Apple accused NSO Group, the Israeli surveillance company, of “flagrant” violations of its software, as well as federal and state laws.", - "category": "Cyberattacks and Hackers", - "link": "https://www.nytimes.com/2021/11/23/technology/apple-nso-group-lawsuit.html", - "creator": "Nicole Perlroth", - "pubDate": "Tue, 23 Nov 2021 21:32:38 +0000", + "title": "Field day for dogs as owners pay by the hour for safe green spaces", + "description": "

    Hiring out patches of land for people to let their cooped-up pets run wild is a godsend for owners – and a bonus for farmers

    Twice a week, in rural Cambridgeshire, Rebecca Lee hires a private field for her dog, Moscow, to run about in for an hour. “Moscow is the world’s most difficult dog,” she said. “If you’ve got a dog like him, who is reactive – he barks and lunges at stuff, mostly because he’s actually quite fearful – then every walk can be traumatic.”

    By contrast, when she rents the field, she can relax, knowing they are not going to encounter any of Moscow’s “triggers”. These include other dogs, bikes, cars and children.

    Continue reading...", + "content": "

    Hiring out patches of land for people to let their cooped-up pets run wild is a godsend for owners – and a bonus for farmers

    Twice a week, in rural Cambridgeshire, Rebecca Lee hires a private field for her dog, Moscow, to run about in for an hour. “Moscow is the world’s most difficult dog,” she said. “If you’ve got a dog like him, who is reactive – he barks and lunges at stuff, mostly because he’s actually quite fearful – then every walk can be traumatic.”

    By contrast, when she rents the field, she can relax, knowing they are not going to encounter any of Moscow’s “triggers”. These include other dogs, bikes, cars and children.

    Continue reading...", + "category": "Dogs", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/field-day-for-dogs-as-owners-pay-by-the-hour-for-safe-green-spaces", + "creator": "Donna Ferguson", + "pubDate": "2022-01-01T12:30:59Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "67dbd49a38b197bb8d599d68054ed05a" + "hash": "86ab9e261394c6c765772de0a264a645", + "highlights": [] }, { - "title": "She Ran a Bronx Homeless Shelter. Here’s What She Spent Millions On.", - "description": "A shelter operator admitted using money from the city to cover personal expenses, including shopping sprees at Neiman Marcus and Manolo Blahnik.", - "content": "A shelter operator admitted using money from the city to cover personal expenses, including shopping sprees at Neiman Marcus and Manolo Blahnik.", - "category": "Homeless Persons", - "link": "https://www.nytimes.com/2021/11/23/nyregion/ethel-denise-perry-millennium-care-fraud.html", - "creator": "Andy Newman", - "pubDate": "Tue, 23 Nov 2021 21:06:05 +0000", + "title": "Flashback – Anastacia: ‘Men would say I looked like a sexy librarian, which was gross’", + "description": "

    The singer-songwriter recreates an old photo and talks about tinted glasses, cancer surgery and dealing with lecherous men

    Born in Chicago in 1968 and raised in New York, Anastacia Lyn Newkirk is the multiplatinum star known for her mezzo-soprano voice. Anastacia became one of the best-selling female singers of the early noughties with her debut album Not That Kind – featuring the career-defining I’m Outta Love. She went on to release six more albums and had No 1 hits in more than 20 countries. She was diagnosed with breast cancer for the second time in 2013, 10 years after the first, and has the heart condition supraventricular tachycardia. Her 20th anniversary tour, I’m Outta Lockdown, arrives in the UK in autumn 2022.

    This was taken in 2000, and I’m almost positive I was in France, promoting something. Looking at it now, I see a little cherub face and a girl who did her own hair and bought her own clothes. In my head I looked really fancy in my shrug, princess fur and T-shirt. And those white pants! I thought white was the colour of fancy people.

    Continue reading...", + "content": "

    The singer-songwriter recreates an old photo and talks about tinted glasses, cancer surgery and dealing with lecherous men

    Born in Chicago in 1968 and raised in New York, Anastacia Lyn Newkirk is the multiplatinum star known for her mezzo-soprano voice. Anastacia became one of the best-selling female singers of the early noughties with her debut album Not That Kind – featuring the career-defining I’m Outta Love. She went on to release six more albums and had No 1 hits in more than 20 countries. She was diagnosed with breast cancer for the second time in 2013, 10 years after the first, and has the heart condition supraventricular tachycardia. Her 20th anniversary tour, I’m Outta Lockdown, arrives in the UK in autumn 2022.

    This was taken in 2000, and I’m almost positive I was in France, promoting something. Looking at it now, I see a little cherub face and a girl who did her own hair and bought her own clothes. In my head I looked really fancy in my shrug, princess fur and T-shirt. And those white pants! I thought white was the colour of fancy people.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/anastacia-men-would-say-i-look-like-sexy-librarian-gross", + "creator": "Harriet Gibsone", + "pubDate": "2022-01-01T12:00:01Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59c741753dcf625fcea4626d29594983" + "hash": "0a3243cc865a351edde21e4427f5dbaa", + "highlights": [] }, { - "title": "Prince Paul Dives Deep Into Music History", - "description": "In “The 33 ⅓ Podcast,” the acclaimed producer finds himself in some unexpected pairings to explore classic albums from Steely Dan, Janet Jackson and more.", - "content": "In “The 33 ⅓ Podcast,” the acclaimed producer finds himself in some unexpected pairings to explore classic albums from Steely Dan, Janet Jackson and more.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/11/23/arts/music/prince-paul-spotify-podcast.html", - "creator": "Iman Stevenson", - "pubDate": "Tue, 23 Nov 2021 19:48:44 +0000", + "title": "UK weather: warmest start to new year on record", + "description": "

    Temperature rises to 16.5C in Bala, north Wales, as period of mild weather continues

    Britain has enjoyed the warmest new year on record as temperatures rose above 16C.

    The Met Office said temperatures increased overnight to reach 16.5C in Bala, Gwynedd, north Wales.

    Continue reading...", + "content": "

    Temperature rises to 16.5C in Bala, north Wales, as period of mild weather continues

    Britain has enjoyed the warmest new year on record as temperatures rose above 16C.

    The Met Office said temperatures increased overnight to reach 16.5C in Bala, Gwynedd, north Wales.

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2022/jan/01/record-balmy-start-to-the-new-year-as-temperatures-soar", + "creator": "PA Reporters", + "pubDate": "2022-01-01T12:57:09Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "20e5816283308ef51394c9813be24d7a" + "hash": "334be679b61e4aedbd04329278fff5ab", + "highlights": [] }, { - "title": "America Has More Than One Spanglish", - "description": "Our melting pot produces a delicious stew of languages.", - "content": "Our melting pot produces a delicious stew of languages.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/11/23/opinion/spanglish-russian-mandarin.html", - "creator": "John McWhorter", - "pubDate": "Tue, 23 Nov 2021 19:47:58 +0000", + "title": "Republicans aim to sow outrage, Trump-style, with an eye on 2022 midterms", + "description": "

    Republicans embrace the culture war battles Trump waged, as a strategy for winning back control of the House and Senate

    The debate was ostensibly over a stop-gap spending bill that would avert a government shutdown. But Chip Roy, a Republican congressman from Texas, seized the opportunity to accuse Democrats of supporting “unconstitutional” vaccine mandates, critical race theory, “woke gender ideology” and open borders. A vote to fund the federal government, he warned, was a vote to allow “tyranny over the American citizen”.

    The speech infuriated congressman Tim Ryan, a Democrat from Ohio.

    Continue reading...", + "content": "

    Republicans embrace the culture war battles Trump waged, as a strategy for winning back control of the House and Senate

    The debate was ostensibly over a stop-gap spending bill that would avert a government shutdown. But Chip Roy, a Republican congressman from Texas, seized the opportunity to accuse Democrats of supporting “unconstitutional” vaccine mandates, critical race theory, “woke gender ideology” and open borders. A vote to fund the federal government, he warned, was a vote to allow “tyranny over the American citizen”.

    The speech infuriated congressman Tim Ryan, a Democrat from Ohio.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/2022/jan/01/republicans-sow-outrage-trump-style-2022-midterms-house-senate", + "creator": "Lauren Gambino in Washington DC", + "pubDate": "2022-01-01T10:00:45Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e7cbd36015e69708586f6db6a248e3e" + "hash": "cf4634311837a7e5fb07701c84cdd52d", + "highlights": [] }, { - "title": "This Ink Is Alive and Made Entirely of Microbes", - "description": "Scientists have created a bacterial ink that reproduces itself and can be 3D-printed into living architecture.", - "content": "Scientists have created a bacterial ink that reproduces itself and can be 3D-printed into living architecture.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/11/23/science/microbes-construction-bacteria.html", - "creator": "Sabrina Imbler", - "pubDate": "Tue, 23 Nov 2021 18:14:59 +0000", + "title": "Conservators open time capsule found in Robert E Lee statue’s pedestal – video", + "description": "

    For the second time in a month, conservation experts in Virginia opened an apparent time capsule found in the remnants of a pedestal that once held a statue of Confederate general Robert E Lee.

    State officials hope Tuesday’s opening of the aged copper box, which was discovered and carefully extracted from the monument site on Monday, will mark the end of a long search for an elusive time capsule deposited in 1887

    Continue reading...", + "content": "

    For the second time in a month, conservation experts in Virginia opened an apparent time capsule found in the remnants of a pedestal that once held a statue of Confederate general Robert E Lee.

    State officials hope Tuesday’s opening of the aged copper box, which was discovered and carefully extracted from the monument site on Monday, will mark the end of a long search for an elusive time capsule deposited in 1887

    Continue reading...", + "category": "Virginia", + "link": "https://www.theguardian.com/us-news/video/2021/dec/28/researchers-open-possible-time-capsule-from-1887-found-in-robert-e-lee-statue-pedestal-video", + "creator": "", + "pubDate": "2021-12-28T19:52:12Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce7bb1b25e9caa51842d8c3bc37db141" + "hash": "6919de40825611c31d76156a34ee8903", + "highlights": [] }, { - "title": "How Softies Seized the Fed", - "description": "For now, doves rule the roost.", - "content": "For now, doves rule the roost.", - "category": "Federal Reserve System", - "link": "https://www.nytimes.com/2021/11/23/opinion/fed-powell-unemployment.html", - "creator": "Paul Krugman", - "pubDate": "Tue, 23 Nov 2021 17:51:12 +0000", + "title": "German optimism over Omicron as Europe dampens new year revelry", + "description": "

    Covid expert hopeful for ‘relatively normal’ winter 2022 but prevalence limits celebrations across continent

    Germany’s leading coronavirus expert has expressed optimism that his country could expect a “relatively normal” winter in 2022 as Europe prepared to ring in the new year in muted fashion, with many countries limiting celebrations.

    As the highly transmissible Omicron variant fuels a record-breaking surge in Covid infections across the continent, many governments have curtailed mass public gatherings and either closed or imposed curfews on nightclubs.

    Continue reading...", + "content": "

    Covid expert hopeful for ‘relatively normal’ winter 2022 but prevalence limits celebrations across continent

    Germany’s leading coronavirus expert has expressed optimism that his country could expect a “relatively normal” winter in 2022 as Europe prepared to ring in the new year in muted fashion, with many countries limiting celebrations.

    As the highly transmissible Omicron variant fuels a record-breaking surge in Covid infections across the continent, many governments have curtailed mass public gatherings and either closed or imposed curfews on nightclubs.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/31/germany-buoyed-by-data-from-abroad-amid-omicron-spread", + "creator": "Philip Oltermann in Berlin and Jon Henley in Paris", + "pubDate": "2021-12-31T16:04:12Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5538d6547b6625b9ac54ce2e73a84369" + "hash": "5dd931bee898963f11c2a2e2484d4ee9", + "highlights": [] }, { - "title": "What Netflix's ‘Cowboy Bebop’ Gets Right and Wrong", - "description": "“Cowboy Bebop” is widely considered one of the best anime series of all time. Does Netflix’s live-action adaptation recapture the magic? Yes and no.", - "content": "“Cowboy Bebop” is widely considered one of the best anime series of all time. Does Netflix’s live-action adaptation recapture the magic? Yes and no.", - "category": "Television", - "link": "https://www.nytimes.com/2021/11/23/arts/television/cowboy-bebop.html", - "creator": "Maya Phillips", - "pubDate": "Tue, 23 Nov 2021 17:50:40 +0000", + "title": "New year Brexit changes ‘permanently damage’ EU trade, says food body", + "description": "

    New customs checks will make imports more expensive and slower, says Cold Chain Federation

    Britain’s small businesses should expect trade with the EU to be “permanently damaged” from 1 January, the refrigerated supply chain trade body has said, after new customs checks take effect that it says will make imports from the bloc “more expensive, less flexible and much slower”.

    Amid growing public dismay at the negative impact of Brexit, the Cold Chain Federation said speciality food imports could face the same 70% decline that affected exports of food by small businesses this year after Britain quit the EU single market and customs union.

    Continue reading...", + "content": "

    New customs checks will make imports more expensive and slower, says Cold Chain Federation

    Britain’s small businesses should expect trade with the EU to be “permanently damaged” from 1 January, the refrigerated supply chain trade body has said, after new customs checks take effect that it says will make imports from the bloc “more expensive, less flexible and much slower”.

    Amid growing public dismay at the negative impact of Brexit, the Cold Chain Federation said speciality food imports could face the same 70% decline that affected exports of food by small businesses this year after Britain quit the EU single market and customs union.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2022/jan/01/new-year-brexit-changes-permanently-damage-eu-trade-says-food-body", + "creator": "Phillip Inman", + "pubDate": "2022-01-01T00:01:33Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d821bd488a225fa6c41de0492378b5a" + "hash": "ecf7df2758eacf01de38dda98726a0ec", + "highlights": [] }, { - "title": "Restaurant Review: Cha Kee in Manhattan’s Chinatown", - "description": "A new restaurant with a wide-ranging view of Chinese food is a bright spot in a beleaguered neighborhood.", - "content": "A new restaurant with a wide-ranging view of Chinese food is a bright spot in a beleaguered neighborhood.", - "category": "Restaurants", - "link": "https://www.nytimes.com/2021/11/23/dining/restaurant-review-cha-kee-chinatown.html", - "creator": "Pete Wells", - "pubDate": "Tue, 23 Nov 2021 17:37:47 +0000", + "title": "Giuffre lawyers seek details on Prince Andrew’s claimed inability to sweat", + "description": "

    Royal’s legal team say some of the disclosure requests in Virginia Giuffre lawsuit are ‘overbroad and oppressive’

    Lawyers representing a woman who has accused Prince Andrew of sexual abuse are demanding that he hand over documents explaining why he does not sweat.

    Virginia Giuffre’s legal team have requested a wealth of information from Andrew’s lawyers in response to his BBC Newsnight interview in 2019 when he said he visited a Pizza Express on the day of the claimed sexual encounter.

    Continue reading...", + "content": "

    Royal’s legal team say some of the disclosure requests in Virginia Giuffre lawsuit are ‘overbroad and oppressive’

    Lawyers representing a woman who has accused Prince Andrew of sexual abuse are demanding that he hand over documents explaining why he does not sweat.

    Virginia Giuffre’s legal team have requested a wealth of information from Andrew’s lawyers in response to his BBC Newsnight interview in 2019 when he said he visited a Pizza Express on the day of the claimed sexual encounter.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2021/dec/31/giuffre-lawyers-seek-details-on-prince-andrew-claimed-inability-to-sweat", + "creator": "Sarah Marsh", + "pubDate": "2021-12-31T15:28:50Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d174f4bdb9e6867d85feac55d5bf91f" + "hash": "06a6b0700e9bfc6003ef0b500700b8a2", + "highlights": [] }, { - "title": "Thanksgiving in a Town Built on Lederhosen and Limitless Meals", - "description": "Bavarian charm, Christmas knickknacks and all-you-can-eat restaurants draw hordes every holiday season to the twinkly streets of Frankenmuth, Mich.", - "content": "Bavarian charm, Christmas knickknacks and all-you-can-eat restaurants draw hordes every holiday season to the twinkly streets of Frankenmuth, Mich.", - "category": "Restaurants", - "link": "https://www.nytimes.com/2021/11/23/dining/frankenmuth-restaurants-thanksgiving-dinner.html", - "creator": "Sara Bonisteel", - "pubDate": "Tue, 23 Nov 2021 17:15:57 +0000", + "title": "‘Turning point for Europe’: Macron takes EU helm as French election looms", + "description": "

    France takes over EU presidency, with Macron announcing an ambitious agenda while eyeing domestic re-election

    Emmanuel Macron has declared “the year 2022 must be a turning point for Europe” as France took over the rotating presidency of the European Union.

    In a New Year’s Eve national address, the French president hailed the EU’s role during the Covid-19 crisis and announced an ambitious agenda for the bloc that could also serve his domestic campaign for re-election.

    Continue reading...", + "content": "

    France takes over EU presidency, with Macron announcing an ambitious agenda while eyeing domestic re-election

    Emmanuel Macron has declared “the year 2022 must be a turning point for Europe” as France took over the rotating presidency of the European Union.

    In a New Year’s Eve national address, the French president hailed the EU’s role during the Covid-19 crisis and announced an ambitious agenda for the bloc that could also serve his domestic campaign for re-election.

    Continue reading...", + "category": "Emmanuel Macron", + "link": "https://www.theguardian.com/world/2022/jan/01/turning-point-for-europe-macron-takes-eu-helm-as-french-election-looms", + "creator": "Agence France-Presse", + "pubDate": "2022-01-01T04:57:51Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "37f7e512deab439ba69408b32191d008" + "hash": "0f9b7b8d243b416b6adf5da3eca2aa4e", + "highlights": [] }, { - "title": "A Scholarly Analysis of Shakespeare’s Life That Reads Like a Detective Story", - "description": "James Shapiro reviews Lena Cowen Orlin’s book, which focuses on Shakespeare’s life in Stratford.", - "content": "James Shapiro reviews Lena Cowen Orlin’s book, which focuses on Shakespeare’s life in Stratford.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/11/23/books/review/private-life-of-william-shakespeare-lena-cowen-orlin.html", - "creator": "James Shapiro", - "pubDate": "Tue, 23 Nov 2021 16:58:32 +0000", + "title": "North Korea’s Kim Jong-un warns of ‘life-and-death struggle’ in 10th anniversary speech", + "description": "

    Kim’s focus on food and factories rather than nuclear weapons or US underscores country’s economic crisis

    The North Korean leader, Kim Jong-un, has capped off his 10th year in power with a speech that made more mention of tractor factories and school uniforms than nuclear weapons or the United States.

    North Korea’s main goals for 2022 will be jump-starting economic development and improving people’s lives as it faces a “great life-and-death struggle”, Kim told a meeting of the ruling party’s central committee on Friday.

    Continue reading...", + "content": "

    Kim’s focus on food and factories rather than nuclear weapons or US underscores country’s economic crisis

    The North Korean leader, Kim Jong-un, has capped off his 10th year in power with a speech that made more mention of tractor factories and school uniforms than nuclear weapons or the United States.

    North Korea’s main goals for 2022 will be jump-starting economic development and improving people’s lives as it faces a “great life-and-death struggle”, Kim told a meeting of the ruling party’s central committee on Friday.

    Continue reading...", + "category": "North Korea", + "link": "https://www.theguardian.com/world/2022/jan/01/north-koreas-kim-jong-un-warns-of-life-and-death-struggle-in-10th-anniversary-speech", + "creator": "Reuters", + "pubDate": "2022-01-01T01:41:04Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58673d024530be0ede263ffb18f68dec" + "hash": "862b5cc062fac177fcd5c0441493f729", + "highlights": [] }, { - "title": "What Stores Are Open and Closed on Thanksgiving 2021?", - "description": "Many retailers will close their stores on Thanksgiving Day, citing safety concerns and gratitude for their employees.", - "content": "Many retailers will close their stores on Thanksgiving Day, citing safety concerns and gratitude for their employees.", - "category": "Shopping and Retail", - "link": "https://www.nytimes.com/2021/11/23/business/stores-open-thanksgiving-black-friday.html", - "creator": "Coral Murphy Marcos", - "pubDate": "Tue, 23 Nov 2021 16:50:42 +0000", + "title": "UK government’s Covid advisers enduring ‘tidal waves of abuse’", + "description": "

    Exclusive: Guardian survey shows level of intimidation, including death threats, against scientific and medical advisers

    The “appalling” scale of abuse, intimidation and threatening behaviour directed at the UK government’s scientific and medical advisers has been laid bare in a Guardian survey of experts working on the pandemic.

    Dozens of UK advisers described incidents ranging from coordinated online attacks to death threats and acts of intimidation, such as photos being taken of their homes and shared online and suspicious packages arriving in the post, some containing items with messages scrawled on them.

    Continue reading...", + "content": "

    Exclusive: Guardian survey shows level of intimidation, including death threats, against scientific and medical advisers

    The “appalling” scale of abuse, intimidation and threatening behaviour directed at the UK government’s scientific and medical advisers has been laid bare in a Guardian survey of experts working on the pandemic.

    Dozens of UK advisers described incidents ranging from coordinated online attacks to death threats and acts of intimidation, such as photos being taken of their homes and shared online and suspicious packages arriving in the post, some containing items with messages scrawled on them.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/31/uk-governments-covid-advisers-enduring-tidal-waves-of-abuse", + "creator": "Ian Sample Science editor", + "pubDate": "2021-12-31T18:00:26Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c41c237b91fdde1e648da67f8cfefb30" + "hash": "1a801499b2ec8fc07446144783cc3cd0", + "highlights": [] }, { - "title": "What New Documents Reveal About Jeffrey Epstein's Final Days", - "description": "Newly released records show the disgraced financier living a mundane existence in jail before his suicide, while also spinning deceptions until the very end.", - "content": "Newly released records show the disgraced financier living a mundane existence in jail before his suicide, while also spinning deceptions until the very end.", - "category": "Epstein, Jeffrey E (1953- )", - "link": "https://www.nytimes.com/2021/11/23/nyregion/jeffrey-epstein-suicide-death.html", - "creator": "Benjamin Weiser, Matthew Goldstein, Danielle Ivory and Steve Eder", - "pubDate": "Tue, 23 Nov 2021 14:21:11 +0000", + "title": "EU countries cut Covid isolation periods in Omicron balancing act", + "description": "

    Ireland latest to change guidance for boosted, as surge across continent threatens economic paralysis

    Ireland has become the latest EU country to cut the isolation period for many people who contract Covid-19, as record infection numbers spark fears of crippling staff shortages in essential public services, as well as retail and hospitality venues.

    Spain, Portugal and Greece reduced isolation times this week while others, such as Germany and France, are considering doing so and Italy cut its quarantine for fully vaccinated people who come into contact with someone who has tested positive.

    Continue reading...", + "content": "

    Ireland latest to change guidance for boosted, as surge across continent threatens economic paralysis

    Ireland has become the latest EU country to cut the isolation period for many people who contract Covid-19, as record infection numbers spark fears of crippling staff shortages in essential public services, as well as retail and hospitality venues.

    Spain, Portugal and Greece reduced isolation times this week while others, such as Germany and France, are considering doing so and Italy cut its quarantine for fully vaccinated people who come into contact with someone who has tested positive.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/31/omicron-covid-eu-countries-cut-period", + "creator": "Jon Henley Europe correspondent", + "pubDate": "2021-12-31T12:57:21Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53389f43e32cd535102ca6ff95fd8c2f" + "hash": "19db22b3cc5b311be03828020c23fbe9", + "highlights": [] }, { - "title": "Cases in U.S. Children Are Surging Ahead of the Holidays", - "description": "Pediatric cases have risen by 32 percent from about two weeks ago. Here’s the latest.", - "content": "Pediatric cases have risen by 32 percent from about two weeks ago. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/23/world/covid-vaccine-boosters-mandates", - "creator": "The New York Times", - "pubDate": "Tue, 23 Nov 2021 14:16:51 +0000", + "title": "Blind date: ‘Max has a penchant for doctors, so in a few years I’ll qualify for another date’", + "description": "

    Max, 28, learning and development director, meets Joe, 26, PhD student

    Max on Joe

    What were you hoping for?
    Someone funny and up for a good time. In a perfect world a doctor – we can all dream.

    Continue reading...", + "content": "

    Max, 28, learning and development director, meets Joe, 26, PhD student

    Max on Joe

    What were you hoping for?
    Someone funny and up for a good time. In a perfect world a doctor – we can all dream.

    Continue reading...", + "category": "Dating", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/blind-date-max-joe", + "creator": "", + "pubDate": "2022-01-01T06:00:41Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc4f46aa988a6418b9d3e0442ade25a9" + "hash": "0c51a2c44a7fa911d4904fe62b18fa8d", + "highlights": [] }, { - "title": "President Biden Will Tap Into U.S. Oil Reserves", - "description": "The White House will release 50 million barrels of crude oil from the nation’s strategic reserve amid rising gas prices ahead of the holiday season. Here’s the latest.", - "content": "The White House will release 50 million barrels of crude oil from the nation’s strategic reserve amid rising gas prices ahead of the holiday season. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/23/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Tue, 23 Nov 2021 14:16:51 +0000", + "title": "‘She understood her power’: the death of mafia boss Pupetta Maresca", + "description": "

    Naples authorities refuse a public send-off for the convicted murderer known as Lady Camorra

    No crowds attended the cortege for Assunta Maresca, better known as Pupetta Maresca, who died at home this week in Castellammare di Stabia aged 86. Maresca, a convicted murderer and mafia boss also known as Lady Camorra, had been the centre of such frenzied media attention in her life that Naples authorities declared she would not have a public send-off.

    “We are seeing on social media a glorification of this woman who is a symbol of the Camorra in our neighbourhood,” Francesco Emilio Borrelli, a regional councillor for the Europa Verde party, said in a letter to the Naples police. “The mythologising of bosses is to be avoided at all costs.”

    Continue reading...", + "content": "

    Naples authorities refuse a public send-off for the convicted murderer known as Lady Camorra

    No crowds attended the cortege for Assunta Maresca, better known as Pupetta Maresca, who died at home this week in Castellammare di Stabia aged 86. Maresca, a convicted murderer and mafia boss also known as Lady Camorra, had been the centre of such frenzied media attention in her life that Naples authorities declared she would not have a public send-off.

    “We are seeing on social media a glorification of this woman who is a symbol of the Camorra in our neighbourhood,” Francesco Emilio Borrelli, a regional councillor for the Europa Verde party, said in a letter to the Naples police. “The mythologising of bosses is to be avoided at all costs.”

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2021/dec/31/she-understood-her-power-the-death-of-mafia-boss-pupetta-maresca", + "creator": "Clare Longrigg", + "pubDate": "2021-12-31T17:39:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79e852d5d6e41b7367e6813090f7f573" + "hash": "cd98f42a3337616206981c1be041ee29", + "highlights": [] }, { - "title": "Closing Arguments in the Arbery Killing Trial", - "description": "Rebuttal arguments from the prosecution are expected, after which jurors will deliberate in the case of the three men accused of murdering Ahmaud Arbery. Stay here for live updates.", - "content": "Rebuttal arguments from the prosecution are expected, after which jurors will deliberate in the case of the three men accused of murdering Ahmaud Arbery. Stay here for live updates.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/23/us/ahmaud-arbery-murder-trial", - "creator": "The New York Times", - "pubDate": "Tue, 23 Nov 2021 14:16:51 +0000", + "title": "Be bad, better – from anger to laziness, how to put your worst habits to good use", + "description": "

    Forget new year resolutions and stop striving to be someone you’re not. It’s time to embrace your messy, imperfect, soft-bellied self

    We have the Babylonians to blame for making the new year a festival of self-flagellation – although their resolutions were more about appeasing gods than weight loss or cutting back on booze. (Sensibly, they carried out their rituals in spring in the Middle East, not the meteorological hellscape that is a British January.) John Wesley, the founder of Methodism, rekindled the idea in 1740, with an annual new year’s service of resolution – his included a promise never to laugh, which might explain why we also choose punishment over joy.

    But it doesn’t have to be this way. What if, instead of being motivated by guilt and shame, we leverage our worst habits to serve us better? By being intelligently, purposely lazier; less mindful, disorganised, slower (and with a bit of self-compassion), we might actually be more successful, productive and happier – but on our own terms. Here’s how.

    Continue reading...", + "content": "

    Forget new year resolutions and stop striving to be someone you’re not. It’s time to embrace your messy, imperfect, soft-bellied self

    We have the Babylonians to blame for making the new year a festival of self-flagellation – although their resolutions were more about appeasing gods than weight loss or cutting back on booze. (Sensibly, they carried out their rituals in spring in the Middle East, not the meteorological hellscape that is a British January.) John Wesley, the founder of Methodism, rekindled the idea in 1740, with an annual new year’s service of resolution – his included a promise never to laugh, which might explain why we also choose punishment over joy.

    But it doesn’t have to be this way. What if, instead of being motivated by guilt and shame, we leverage our worst habits to serve us better? By being intelligently, purposely lazier; less mindful, disorganised, slower (and with a bit of self-compassion), we might actually be more successful, productive and happier – but on our own terms. Here’s how.

    Continue reading...", + "category": "New year", + "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/be-bad-better-from-anger-to-laziness-how-to-put-your-worst-habits-to-good-use", + "creator": "Rebecca Seal", + "pubDate": "2022-01-01T07:00:42Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88a254ff2a6ca89e7e2f10a264ceff12" + "hash": "604391e450646ac331898e723fc4b039", + "highlights": [] }, { - "title": "The Latest Covid Surge", - "description": "And how to make sense of it.", - "content": "And how to make sense of it.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/23/briefing/us-covid-surge-thanksgiving.html", - "creator": "David Leonhardt", - "pubDate": "Tue, 23 Nov 2021 13:51:16 +0000", + "title": "Evergrande: ‘Everyone bet on inexorably rising Chinese property prices’", + "description": "

    Developers owe $19.8bn in dollar-denominated offshore debt in the first three months of the year as issues that blighted Evergrande spread

    The crisis engulfing the Chinese property sector appears certain to intensify in 2022 as companies face debt repayments in the new year that are double those of the final months of 2021, risking what one China expert calls a systemic crisis for the world’s second-biggest economy.

    Although concerns about the stricken giant China Evergrande have receded in recent weeks behind a massive state-led restructuring operation, it missed a bond repayment of $255m (£190m) on Thursday and the debt problems that have pushed the second biggest developer in the country into default are blighting many other firms.

    Continue reading...", + "content": "

    Developers owe $19.8bn in dollar-denominated offshore debt in the first three months of the year as issues that blighted Evergrande spread

    The crisis engulfing the Chinese property sector appears certain to intensify in 2022 as companies face debt repayments in the new year that are double those of the final months of 2021, risking what one China expert calls a systemic crisis for the world’s second-biggest economy.

    Although concerns about the stricken giant China Evergrande have receded in recent weeks behind a massive state-led restructuring operation, it missed a bond repayment of $255m (£190m) on Thursday and the debt problems that have pushed the second biggest developer in the country into default are blighting many other firms.

    Continue reading...", + "category": "Chinese economy", + "link": "https://www.theguardian.com/business/2021/dec/31/evergrande-chinese-property-sectors-debt-crisis-to-intensify-in-2022", + "creator": "Martin Farrer", + "pubDate": "2021-12-31T14:18:46Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eed405ce63e9493d46beda1e90c71ac9" + "hash": "1476410c2aaf3daa48bea83b0c602498", + "highlights": [] }, { - "title": "Italy Frees Convicted Killer of U.K. Student Meredith Kercher", - "description": "Rudy Guede had served 13 years of a 16-year sentence for the 2007 murder. Another student, Amanda Knox, was eventually exonerated in what became a polarizing case.", - "content": "Rudy Guede had served 13 years of a 16-year sentence for the 2007 murder. Another student, Amanda Knox, was eventually exonerated in what became a polarizing case.", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/2021/11/23/world/europe/rudy-guede-free-killer-meredith-kercher.html", - "creator": "Elisabetta Povoledo", - "pubDate": "Tue, 23 Nov 2021 13:22:16 +0000", + "title": "From Queen’s jubilee to Qatar World Cup: the big dates of 2022", + "description": "

    Elections in Hong Kong, France and Brazil, independence milestones, Abba gigs and Cop27

    France assumes European Council presidency.

    The Regional Comprehensive Economic Partnership (RCEP), the world’s largest trade deal, comes into force.

    Full border controls on UK imports from the EU to be introduced.

    Germany takes over the G7 presidency.

    France brings in ban on plastic packaging for many fruits and vegetables

    National Security and Investment Act comes into force in UK.

    Africa Cup of Nations in Cameroon.

    Golden Globes ceremony.

    Davos World Economic Forum was scheduled to start, but has now been postponed to the summer because of the Omicron variant of Covid 19

    Celtic Connections in Glasgow.

    Holocaust Memorial Day.

    Australian Open tennis in Melbourne.

    Women’s Ashes.

    Portuguese parliamentary election.

    Bloody Sunday 50th anniversary.

    Grammys ceremony.

    Joe Biden’s first state of the union.

    Nasa to send an uncrewed flight around the moon.

    Lunar new year. The year of the tiger begins.

    UK monetary policy committee holds first interest rate meeting of the year, after hiking rates in December amid concerns over rising inflation.

    Beijing Winter Olympics.

    Six Nations Championship begins.

    The Queen celebrates her platinum jubilee, marking 70 years on the throne.

    Brit awards.

    Super Bowl LVI, in Inglewood, California.

    Latest IPCC working group report due on impact of climate crisis.

    Rio carnival.

    Continue reading...", + "content": "

    Elections in Hong Kong, France and Brazil, independence milestones, Abba gigs and Cop27

    France assumes European Council presidency.

    The Regional Comprehensive Economic Partnership (RCEP), the world’s largest trade deal, comes into force.

    Full border controls on UK imports from the EU to be introduced.

    Germany takes over the G7 presidency.

    France brings in ban on plastic packaging for many fruits and vegetables

    National Security and Investment Act comes into force in UK.

    Africa Cup of Nations in Cameroon.

    Golden Globes ceremony.

    Davos World Economic Forum was scheduled to start, but has now been postponed to the summer because of the Omicron variant of Covid 19

    Celtic Connections in Glasgow.

    Holocaust Memorial Day.

    Australian Open tennis in Melbourne.

    Women’s Ashes.

    Portuguese parliamentary election.

    Bloody Sunday 50th anniversary.

    Grammys ceremony.

    Joe Biden’s first state of the union.

    Nasa to send an uncrewed flight around the moon.

    Lunar new year. The year of the tiger begins.

    UK monetary policy committee holds first interest rate meeting of the year, after hiking rates in December amid concerns over rising inflation.

    Beijing Winter Olympics.

    Six Nations Championship begins.

    The Queen celebrates her platinum jubilee, marking 70 years on the throne.

    Brit awards.

    Super Bowl LVI, in Inglewood, California.

    Latest IPCC working group report due on impact of climate crisis.

    Rio carnival.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/2022/jan/01/jubilee-world-cup-big-dates-events-of-2022", + "creator": "Richard Nelsson", + "pubDate": "2022-01-01T04:00:38Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa7a02b685ba9ab4ed215e5e5da24327" + "hash": "4ddcd23c5b2a520485a50547b9a86960", + "highlights": [] }, { - "title": "La vaquita marina podría ser el próximo animal en extinguirse", - "description": "Solo quedan unas diez de estas marsopas, pero los científicos dicen que aún hay esperanza. Su destino depende en gran medida del gobierno mexicano.", - "content": "Solo quedan unas diez de estas marsopas, pero los científicos dicen que aún hay esperanza. Su destino depende en gran medida del gobierno mexicano.", - "category": "Global Warming", - "link": "https://www.nytimes.com/es/2021/11/23/espanol/vaquita-marina-extincion.html", - "creator": "Catrin Einhorn and Fred Ramos", - "pubDate": "Tue, 23 Nov 2021 13:18:53 +0000", + "title": "Billionaire Tory donor knighted in new year honours list", + "description": "

    Boris Johnson accused of ‘wrong priorities’ after David Winton Harding given award for services to philanthropy

    New year honours feature Covid experts alongside actors and Olympians

    A billionaire hedge fund founder who has given nearly £1.5m to the Conservatives has been knighted in the new year honours list, prompting accusations that Boris Johnson has “the wrong priorities”.

    David Winton Harding, who has been funding the Tories since 2006, was given the award for services to philanthropy.

    Continue reading...", + "content": "

    Boris Johnson accused of ‘wrong priorities’ after David Winton Harding given award for services to philanthropy

    New year honours feature Covid experts alongside actors and Olympians

    A billionaire hedge fund founder who has given nearly £1.5m to the Conservatives has been knighted in the new year honours list, prompting accusations that Boris Johnson has “the wrong priorities”.

    David Winton Harding, who has been funding the Tories since 2006, was given the award for services to philanthropy.

    Continue reading...", + "category": "New Year honours list", + "link": "https://www.theguardian.com/uk-news/2021/dec/31/billionaire-tory-donor-david-winton-harding-knighted-in-new-year-honours", + "creator": "Rowena Mason Deputy political editor", + "pubDate": "2021-12-31T22:30:32Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0e5ef1b8259ab471cb0dfea75289819" + "hash": "5350081c6ce8f7a6efa24a7cb0eb9055", + "highlights": [] }, { - "title": "Macy’s Parade Is Back This Thanksgiving, Without Kids on Floats", - "description": "The tradition has been largely restored, but children under 12 years old will not be allowed in the parade — only as spectators.", - "content": "The tradition has been largely restored, but children under 12 years old will not be allowed in the parade — only as spectators.", - "category": "Parades", - "link": "https://www.nytimes.com/2021/11/22/arts/macys-parade-thanksgiving-2021.html", - "creator": "Julia Jacobs", - "pubDate": "Tue, 23 Nov 2021 13:16:52 +0000", + "title": "Germany buoyed by data from abroad amid Omicron spread", + "description": "

    Covid expert hopeful about signs variant makes people less ill but warns restrictions still needed

    Germany’s leading coronavirus expert has expressed optimism that his country could expect a “relatively normal” winter in 2022, after data from other countries firmed up the impression that infections with the Omicron variant of Covid-19 could be milder than Delta.

    Christian Drosten, who heads up the institute of virology at Berlin’s Charité hospital, told public broadcaster ZDF that Omicron had the potential to take the pandemic into an “endemic situation”, where the virus that has brought the world to a standstill could be more comparable to a common cold or flu virus.

    Continue reading...", + "content": "

    Covid expert hopeful about signs variant makes people less ill but warns restrictions still needed

    Germany’s leading coronavirus expert has expressed optimism that his country could expect a “relatively normal” winter in 2022, after data from other countries firmed up the impression that infections with the Omicron variant of Covid-19 could be milder than Delta.

    Christian Drosten, who heads up the institute of virology at Berlin’s Charité hospital, told public broadcaster ZDF that Omicron had the potential to take the pandemic into an “endemic situation”, where the virus that has brought the world to a standstill could be more comparable to a common cold or flu virus.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/31/germany-buoyed-by-data-from-abroad-amid-omicron-spread", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-12-31T12:48:55Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b85d57f30835876c7036a48e8e12d21" + "hash": "d0182aa16e4f594ef55d8bad2c8ba460", + "highlights": [] }, { - "title": "Vaquitas Could Soon Be Extinct. Mexico Will Largely Determine Their Fate.", - "description": "Only about 10 vaquitas remain, but scientists say there’s still hope for the elusive porpoises. Their fate largely depends on the Mexican government.", - "content": "Only about 10 vaquitas remain, but scientists say there’s still hope for the elusive porpoises. Their fate largely depends on the Mexican government.", - "category": "Dolphins and Porpoises", - "link": "https://www.nytimes.com/2021/11/23/climate/vaquita-mexico-extinction.html", - "creator": "Catrin Einhorn and Fred Ramos", - "pubDate": "Tue, 23 Nov 2021 13:16:16 +0000", + "title": "New Year’s Eve 2021: celebrations around the world amid concern over Covid – live updates", + "description": "

    Latest updates as fireworks and parties make a comeback around the world following a year of lockdowns and new variants

    Over in Sydney, they enjoy the fireworks so much that they hold two displays. The city in Australia is not due to see in the New Year for a couple of hours yet – but holds two sets of shows. The first one was let off at 9pm local time, with another due later as the clock strikes midnight.

    They took place in the city’s famous harbour, against the backdrop of the Opera House.

    Continue reading...", + "content": "

    Latest updates as fireworks and parties make a comeback around the world following a year of lockdowns and new variants

    Over in Sydney, they enjoy the fireworks so much that they hold two displays. The city in Australia is not due to see in the New Year for a couple of hours yet – but holds two sets of shows. The first one was let off at 9pm local time, with another due later as the clock strikes midnight.

    They took place in the city’s famous harbour, against the backdrop of the Opera House.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/live/2021/dec/31/new-years-eve-2021-celebrations-around-the-world-amid-concern-over-covid-live-updates", + "creator": "Harry Taylor", + "pubDate": "2021-12-31T11:35:47Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c97d8f964732a46af9bb893aad70a164" + "hash": "bdbff775fd57074faec048ec67f89b9a", + "highlights": [] }, { - "title": "Netflix Turns Its Attention to Films It Hopes Everyone Wants to See", - "description": "The streaming service wants to be more than a place where big names bring passion projects studios have passed on. It’s now trying to make the kind of blockbusters normally seen in theaters.", - "content": "The streaming service wants to be more than a place where big names bring passion projects studios have passed on. It’s now trying to make the kind of blockbusters normally seen in theaters.", - "category": "Netflix Inc", - "link": "https://www.nytimes.com/2021/11/22/business/media/netflix-movies-theaters.html", - "creator": "Nicole Sperling", - "pubDate": "Tue, 23 Nov 2021 13:04:31 +0000", + "title": "Hundreds pay respects to Desmond Tutu ahead of low-key funeral", + "description": "

    Mourners queue in Cape Town to see casket of former archbishop, who requested a funeral without lavish expense

    Hundreds of mourners queued outside Saint George’s cathedral in Cape Town, waiting to pay their respects before the plain wooden casket bearing the remains of Archbishop Desmond Tutu, who died six days ago aged 90.

    Clerics, family members, close friends and dignitaries will attend a requiem mass for Tutu, the icon of the fight for freedom in South Africa, on Saturday morning. Their numbers will be restricted due to Covid regulations. President Cyril Ramaphosa is expected to read a eulogy.

    Continue reading...", + "content": "

    Mourners queue in Cape Town to see casket of former archbishop, who requested a funeral without lavish expense

    Hundreds of mourners queued outside Saint George’s cathedral in Cape Town, waiting to pay their respects before the plain wooden casket bearing the remains of Archbishop Desmond Tutu, who died six days ago aged 90.

    Clerics, family members, close friends and dignitaries will attend a requiem mass for Tutu, the icon of the fight for freedom in South Africa, on Saturday morning. Their numbers will be restricted due to Covid regulations. President Cyril Ramaphosa is expected to read a eulogy.

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/2021/dec/31/desmond-tutu-funeral-hundreds-pay-respects", + "creator": "Jason Burke Cape Town", + "pubDate": "2021-12-31T13:51:11Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6419da295e6bed2ef60edc480794882a" + "hash": "d4d0c242e60b8f940f8074cdbc0d0a40", + "highlights": [] }, { - "title": "The Hubble Telescope Checks In With the Most Distant Planets", - "description": "The spacecraft’s farseeing eye once again sets its gaze on Jupiter, Saturn, Uranus and Neptune.", - "content": "The spacecraft’s farseeing eye once again sets its gaze on Jupiter, Saturn, Uranus and Neptune.", - "category": "Hubble Space Telescope", - "link": "https://www.nytimes.com/2021/11/23/science/hubble-telescope-jupiter-saturn-uranus-neptune.html", - "creator": "Dennis Overbye", - "pubDate": "Tue, 23 Nov 2021 11:49:22 +0000", + "title": "Colorado winter wildfires destroy hundreds of homes as thousands flee", + "description": "

    Gusts of up to 105 mph whipped up flames, destroying hundreds of homes and prompting the governor to declare a state of emergency

    Two fast-moving wildfires driven by strong winds erupted in northern Colorado on Thursday afternoon, destroying close to 600 homes and forcing tens of thousands of residents to flee.

    At least one first responder and six others were injured, though Boulder County Sheriff Joe Pelle acknowledged there could be more injuries and deaths could be possible due to the intensity of fires that quickly swept across the region as winds gusted up to 105 mph (169 km/h).

    Continue reading...", + "content": "

    Gusts of up to 105 mph whipped up flames, destroying hundreds of homes and prompting the governor to declare a state of emergency

    Two fast-moving wildfires driven by strong winds erupted in northern Colorado on Thursday afternoon, destroying close to 600 homes and forcing tens of thousands of residents to flee.

    At least one first responder and six others were injured, though Boulder County Sheriff Joe Pelle acknowledged there could be more injuries and deaths could be possible due to the intensity of fires that quickly swept across the region as winds gusted up to 105 mph (169 km/h).

    Continue reading...", + "category": "Colorado", + "link": "https://www.theguardian.com/us-news/2021/dec/30/colorado-wildfires-evacuations-latest", + "creator": "Gabrielle Canon", + "pubDate": "2021-12-31T11:53:54Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a0bf7ca879d518aca535e9f57b1029a" + "hash": "8ac929e38f79924448badae86c4dedb8", + "highlights": [] }, { - "title": "Late Night Celebrates Biden’s 79th Birthday", - "description": "Jimmy Fallon joked that when the president blew out his candles, “everyone started clapping and the lights went on and off.”", - "content": "Jimmy Fallon joked that when the president blew out his candles, “everyone started clapping and the lights went on and off.”", - "category": "Television", - "link": "https://www.nytimes.com/2021/11/23/arts/television/jimmy-fallon-biden-birthday.html", - "creator": "Trish Bendix", - "pubDate": "Tue, 23 Nov 2021 11:31:15 +0000", + "title": "Russian foreign minister warns west over ‘aggressive line’ in Ukraine crisis", + "description": "

    Sergei Lavrov says Moscow may be forced to ‘eliminate unacceptable threats to our security’ following Biden-Putin call

    Russia’s top diplomat has warned the west that its “aggressive” approach to Ukraine and threat of sanctions could force Moscow to “eliminate unacceptable threats to our security”, after a high-stakes conversation between Vladimir Putin and Joe Biden failed to deescalate the crisis.

    The remarks by the Russian foreign minister, Sergei Lavrov, were published shortly after the Russian and US presidents held a 50-minute telephone call in which the two sides traded threats regarding tensions over Ukraine.

    Continue reading...", + "content": "

    Sergei Lavrov says Moscow may be forced to ‘eliminate unacceptable threats to our security’ following Biden-Putin call

    Russia’s top diplomat has warned the west that its “aggressive” approach to Ukraine and threat of sanctions could force Moscow to “eliminate unacceptable threats to our security”, after a high-stakes conversation between Vladimir Putin and Joe Biden failed to deescalate the crisis.

    The remarks by the Russian foreign minister, Sergei Lavrov, were published shortly after the Russian and US presidents held a 50-minute telephone call in which the two sides traded threats regarding tensions over Ukraine.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/31/russian-foreign-minister-warns-west-us-ukraine-border-crisis", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-12-31T14:44:39Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5bd87849217d193cac41a8d0bedd896d" + "hash": "e23ec20bfda8c1b7d2b0b71dec1022d9", + "highlights": [] }, { - "title": "Righting the Historical Wrong of the Claiborne Highway", - "description": "Is it possible to undo the damage done to Black communities by the expressway projects of the 20th century?", - "content": "Is it possible to undo the damage done to Black communities by the expressway projects of the 20th century?", - "category": "Black People", - "link": "https://www.nytimes.com/2021/11/23/podcasts/the-daily/claiborne-highway-biden-infrastructure-package.html", - "creator": "Sabrina Tavernise, Rob Szypko, Stella Tan, Michael Simon Johnson, Austin Mitchell, Sydney Harper, Paige Cowett, Lisa Tobin, Marion Lozano, Dan Powell, Elisheba Ittoop and Chris Wood", - "pubDate": "Tue, 23 Nov 2021 11:00:07 +0000", + "title": "Sanction-hit Huawei says revenues down 29% this year", + "description": "

    Effects of the US-China trade war felt by the telecom were ‘in line with our forecasts, says chairman Guo Ping

    Chinese telecom giant Huawei said on Friday its annual revenue had fallen by nearly a third from the previous year, as it continued to be weighed down by US sanctions that have hit its smartphone sales.

    Huawei has been caught in the crossfire of a US-China trade and technology rivalry after the administration of former president Donald Trump moved to cripple the company over concerns it could pose a cybersecurity and espionage threat.

    Continue reading...", + "content": "

    Effects of the US-China trade war felt by the telecom were ‘in line with our forecasts, says chairman Guo Ping

    Chinese telecom giant Huawei said on Friday its annual revenue had fallen by nearly a third from the previous year, as it continued to be weighed down by US sanctions that have hit its smartphone sales.

    Huawei has been caught in the crossfire of a US-China trade and technology rivalry after the administration of former president Donald Trump moved to cripple the company over concerns it could pose a cybersecurity and espionage threat.

    Continue reading...", + "category": "Huawei", + "link": "https://www.theguardian.com/technology/2021/dec/31/sanction-hit-huawei-says-revenues-down-29-this-year", + "creator": "Agence France-Presse", + "pubDate": "2021-12-31T06:10:21Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31b22a3836b56c741d9557949d31e72b" + "hash": "9954af0c32a733e8d76f6a6728e1127e", + "highlights": [] }, { - "title": "Is the Four-Day Workweek Finally Within Our Grasp?", - "description": "After embracing flexible work styles during the pandemic, some companies are now embracing a shorter week.", - "content": "After embracing flexible work styles during the pandemic, some companies are now embracing a shorter week.", - "category": "Working Hours", - "link": "https://www.nytimes.com/2021/11/23/business/dealbook/four-day-workweek.html", - "creator": "Kevin J. Delaney", - "pubDate": "Tue, 23 Nov 2021 10:02:47 +0000", + "title": "Protests over Cristiano Ronaldo statue in former Portuguese colony of Goa", + "description": "

    Local politician says statue is meant to inspire young people, but critics say it is inappropriate

    A statue of Cristiano Ronaldo unveiled in Goa this week has triggered protests by some locals who say Indian footballers should be honoured ahead of one from the country that was Goa’s colonial ruler until 60 years ago.

    The 400kg statue of the Manchester United and Portugal forward was intended to honour “the love of football” and “inspire our youngsters to take football to greater heights”, tweeted a local politician, Michael Lobo.

    Continue reading...", + "content": "

    Local politician says statue is meant to inspire young people, but critics say it is inappropriate

    A statue of Cristiano Ronaldo unveiled in Goa this week has triggered protests by some locals who say Indian footballers should be honoured ahead of one from the country that was Goa’s colonial ruler until 60 years ago.

    The 400kg statue of the Manchester United and Portugal forward was intended to honour “the love of football” and “inspire our youngsters to take football to greater heights”, tweeted a local politician, Michael Lobo.

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/2021/dec/31/protests-over-cristiano-ronaldo-statue-in-former-portuguese-colony-of-goa", + "creator": "Harriet Sherwood", + "pubDate": "2021-12-31T12:58:15Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "726b92e327bbe707f6d7da312b007257" + "hash": "7babcbdef5237c991bb0e2a3d1aa3632", + "highlights": [] }, { - "title": "As Virus Cases Rise in Europe, an Economic Toll Returns", - "description": "A series of restrictions, including a lockdown in Austria, is expected to put a brake on economic growth.", - "content": "A series of restrictions, including a lockdown in Austria, is expected to put a brake on economic growth.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/23/business/economy/europe-covid-economy.html", - "creator": "Patricia Cohen and Melissa Eddy", - "pubDate": "Tue, 23 Nov 2021 10:00:43 +0000", + "title": "Restored Big Ben to bong again at midnight to bring in new year", + "description": "

    Clock face will be revealed for first time since 2017 to show conservation work and restoration of original colour scheme

    London’s public fireworks display may be cancelled, but Westminster’s new year revellers will be treated to Big Ben’s newly painted dials as the clock bongs 12 times to mark the end of 2021.

    The 96-metre clock tower above the Houses of Parliament, which houses the Great Bell known as Big Ben, has been mostly hidden from view since a £79.7m conservation projection began four years ago.

    Continue reading...", + "content": "

    Clock face will be revealed for first time since 2017 to show conservation work and restoration of original colour scheme

    London’s public fireworks display may be cancelled, but Westminster’s new year revellers will be treated to Big Ben’s newly painted dials as the clock bongs 12 times to mark the end of 2021.

    The 96-metre clock tower above the Houses of Parliament, which houses the Great Bell known as Big Ben, has been mostly hidden from view since a £79.7m conservation projection began four years ago.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2021/dec/31/restored-big-ben-to-bong-again-at-midnight-to-bring-in-new-year", + "creator": "Maya Wolfe-Robinson", + "pubDate": "2021-12-31T12:14:02Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f578e6f5859354d23ed50826ae6b80c8" + "hash": "391114654db88aa66ec7f66b0b4f9221", + "highlights": [] }, { - "title": "The Ronald Reagan Guide to Joe Biden’s Political Future", - "description": "It is hard to act as an ambitious president without incurring a penalty, even if your policies are popular.", - "content": "It is hard to act as an ambitious president without incurring a penalty, even if your policies are popular.", - "category": "Polls and Public Opinion", - "link": "https://www.nytimes.com/2021/11/23/opinion/biden-reagan-approval.html", - "creator": "Jamelle Bouie", - "pubDate": "Tue, 23 Nov 2021 10:00:24 +0000", + "title": "Call me a thespian not an actor, says Nicolas Cage", + "description": "

    Thespian says he doesn’t like the word actor, and he sees his art as ‘more like shamanism’

    Nicolas Cage has said he prefers to be called a thespian rather than an actor but acknowledged he risks sounding like “a pretentious a-hole”. The Oscar-winner likened his process to “shamanism” by “going into the imagination”.

    Speaking on Variety’s Awards Circuit podcast, the Face/Off and National Treasure star discussed his career and his reputation for being “over the top” with his performances.

    Continue reading...", + "content": "

    Thespian says he doesn’t like the word actor, and he sees his art as ‘more like shamanism’

    Nicolas Cage has said he prefers to be called a thespian rather than an actor but acknowledged he risks sounding like “a pretentious a-hole”. The Oscar-winner likened his process to “shamanism” by “going into the imagination”.

    Speaking on Variety’s Awards Circuit podcast, the Face/Off and National Treasure star discussed his career and his reputation for being “over the top” with his performances.

    Continue reading...", + "category": "Nicolas Cage", + "link": "https://www.theguardian.com/film/2021/dec/31/call-me-a-thespian-not-an-actor-says-nicolas-cage", + "creator": "PA Media", + "pubDate": "2021-12-31T12:33:11Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8ef84a2e96ed4b1918d7cad5e7c3796" + "hash": "a770dfc01bbe9f56d16039ba29cca132", + "highlights": [] }, { - "title": "New York Targets Affluent Neighborhoods in Push for Affordable Housing", - "description": "Supporters say the plans help address New York’s housing crisis and help integrate the city’s neighborhoods. Opponents see more gentrification and giveaways for developers.", - "content": "Supporters say the plans help address New York’s housing crisis and help integrate the city’s neighborhoods. Opponents see more gentrification and giveaways for developers.", - "category": "Real Estate and Housing (Residential)", - "link": "https://www.nytimes.com/2021/11/23/nyregion/affordable-housing-gowanus-soho.html", - "creator": "Mihir Zaveri", - "pubDate": "Tue, 23 Nov 2021 10:00:22 +0000", + "title": "UK must be poised to introduce swift Covid curbs, says NHS leader", + "description": "

    Hospitals prepare for patient ‘super-surge’ as effects of rapid Omicron spread remain uncertain

    Boris Johnson must be ready to restrict social mixing to stop hospitals being overwhelmed by an Omicron-driven surge in Covid cases, a senior NHS leader said today.

    The rapid spread of the new variant means the prime minister may have to introduce “tighter restrictions, at real speed” to reduce the number of people falling ill with Covid.

    Continue reading...", + "content": "

    Hospitals prepare for patient ‘super-surge’ as effects of rapid Omicron spread remain uncertain

    Boris Johnson must be ready to restrict social mixing to stop hospitals being overwhelmed by an Omicron-driven surge in Covid cases, a senior NHS leader said today.

    The rapid spread of the new variant means the prime minister may have to introduce “tighter restrictions, at real speed” to reduce the number of people falling ill with Covid.

    Continue reading...", + "category": "Omicron variant", + "link": "https://www.theguardian.com/world/2021/dec/31/uk-must-be-poised-to-introduce-swift-covid-curbs-says-nhs-leader", + "creator": "Denis Campbell Health policy editor", + "pubDate": "2021-12-31T11:17:34Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0539c8a27a3d3f63d241d0ecfad3f2d3" + "hash": "cfe00c6ede4813283fb956f5ab272964", + "highlights": [] }, { - "title": "New York Moves to Allow 800,000 Noncitizens to Vote in Local Elections", - "description": "New York City will become the largest municipality in the country to allow legal residents to vote if the legislation is approved as expected in December.", - "content": "New York City will become the largest municipality in the country to allow legal residents to vote if the legislation is approved as expected in December.", - "category": "Voting Rights, Registration and Requirements", - "link": "https://www.nytimes.com/2021/11/23/nyregion/noncitizen-voting-rights-nyc.html", - "creator": "Jeffery C. Mays and Annie Correal", - "pubDate": "Tue, 23 Nov 2021 10:00:19 +0000", + "title": "Huge numbers of people in England ‘not turning up for Covid booster jabs’", + "description": "

    Health leaders report some clinics are only a third full as ministers claim to have met target

    A huge number of people in England are not turning up for their Covid vaccine appointments, health leaders have said, saying as many as 40% of bookings are missed.

    The revelation comes as the government claimed to have met its coronavirus booster jabs target, and that every adult in England had been offered a top-up shot.

    Continue reading...", + "content": "

    Health leaders report some clinics are only a third full as ministers claim to have met target

    A huge number of people in England are not turning up for their Covid vaccine appointments, health leaders have said, saying as many as 40% of bookings are missed.

    The revelation comes as the government claimed to have met its coronavirus booster jabs target, and that every adult in England had been offered a top-up shot.

    Continue reading...", + "category": "Vaccines and immunisation", + "link": "https://www.theguardian.com/society/2021/dec/31/huge-numbers-of-people-in-england-not-turning-up-for-covid-booster-jabs", + "creator": "Sarah Marsh", + "pubDate": "2021-12-31T09:50:00Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef59433800b16b56686cfe81456310f2" + "hash": "e6816095fef2556eea7f9633a6a5febb", + "highlights": [] }, { - "title": "It’s Never Too Late to Pick Up Your Life and Move to Italy", - "description": "Holly Herrmann vowed to move to Italy when she was 20. Her dream came true 38 years later.", - "content": "Holly Herrmann vowed to move to Italy when she was 20. Her dream came true 38 years later.", - "category": "Travel and Vacations", - "link": "https://www.nytimes.com/2021/11/23/style/italy-retirement-holly-herrmann.html", - "creator": "Alix Strauss", - "pubDate": "Tue, 23 Nov 2021 10:00:17 +0000", + "title": "Say no to Fomo: how I embraced staying in", + "description": "

    Remember being inundated with invitations and parties? If the last two years have taught me anything, it’s that you don’t have to go to any of them

    It was never my intention to hide in the toilet. There was lots going on outside: highbrow small talk and top-tier networking; free drinks, air kisses, and cold canapés that – I’d quickly discovered, following glances – were very much, like my fellow attenders, there only for show. The gallery was filled, I’d been assured, with fashion figures and media leaders. I was lucky to have been invited to this salon, one of the hosts had informed me, generously. Exactly what a “salon” is, I’m still unsure.

    Deep down, I just didn’t want to be there. Only 90 minutes previously I’d been watching Gogglebox and scoffing Pringles in bed. But I went along out of some sense of duty. Perhaps a desire to broaden my horizons, or a compulsion to step outside my comfort zone, where I had become too safe and snug. Now here I was, sitting in a locked cubicle counting down the minutes before I could leave without seeming rude.

    Continue reading...", + "content": "

    Remember being inundated with invitations and parties? If the last two years have taught me anything, it’s that you don’t have to go to any of them

    It was never my intention to hide in the toilet. There was lots going on outside: highbrow small talk and top-tier networking; free drinks, air kisses, and cold canapés that – I’d quickly discovered, following glances – were very much, like my fellow attenders, there only for show. The gallery was filled, I’d been assured, with fashion figures and media leaders. I was lucky to have been invited to this salon, one of the hosts had informed me, generously. Exactly what a “salon” is, I’m still unsure.

    Deep down, I just didn’t want to be there. Only 90 minutes previously I’d been watching Gogglebox and scoffing Pringles in bed. But I went along out of some sense of duty. Perhaps a desire to broaden my horizons, or a compulsion to step outside my comfort zone, where I had become too safe and snug. Now here I was, sitting in a locked cubicle counting down the minutes before I could leave without seeming rude.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/31/say-no-to-fomo-how-i-embraced-staying-in", + "creator": "Michael Segalov", + "pubDate": "2021-12-31T13:00:20Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53fff5ac87f11a7d0e79625d713639c5" + "hash": "7ccd9fa11bfc5f78734791fcc82f3028", + "highlights": [] }, { - "title": "Army Cadets Tried to Get Navy’s Goat, Again. Commanders Were Not Amused.", - "description": "Rivalries among the nation’s military academies include a long history of mascot-stealing “spirit missions” before football games, despite official condemnations.", - "content": "Rivalries among the nation’s military academies include a long history of mascot-stealing “spirit missions” before football games, despite official condemnations.", - "category": "United States Defense and Military Forces", - "link": "https://www.nytimes.com/2021/11/23/us/army-navy-mascot-kidnap-goat.html", - "creator": "Dave Philipps", - "pubDate": "Tue, 23 Nov 2021 10:00:16 +0000", + "title": "‘Waste colonialism’: world grapples with west’s unwanted plastic", + "description": "

    Germany and UK are big exporters of plastic, much of which lies rotting in ports in Turkey, Vietnam and other countries

    One hundred and 41 containers filled with rotting plastic waste have been on a journey for more than a year. Scattered between Turkey, Greece and Vietnam, far from their origins in Germany, the containers’ voyage sheds light on the hidden global trade in plastic waste.

    Arriving in Turkey in late 2020, shortly before a ban on mixed plastic waste imports came into force, the containers quickly became the centre of a battle between traders, a shipping line, multiple governments and environmental campaigners demanding their return.

    Continue reading...", + "content": "

    Germany and UK are big exporters of plastic, much of which lies rotting in ports in Turkey, Vietnam and other countries

    One hundred and 41 containers filled with rotting plastic waste have been on a journey for more than a year. Scattered between Turkey, Greece and Vietnam, far from their origins in Germany, the containers’ voyage sheds light on the hidden global trade in plastic waste.

    Arriving in Turkey in late 2020, shortly before a ban on mixed plastic waste imports came into force, the containers quickly became the centre of a battle between traders, a shipping line, multiple governments and environmental campaigners demanding their return.

    Continue reading...", + "category": "Plastics", + "link": "https://www.theguardian.com/environment/2021/dec/31/waste-colonialism-countries-grapple-with-wests-unwanted-plastic", + "creator": "Ruth Michaelson", + "pubDate": "2021-12-31T12:58:37Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4db719163ac88afc15d286a01fb7936" + "hash": "34d4b233d5487545778f0b920ec9dca1", + "highlights": [] }, { - "title": "What Should I Do With My Big Fat Inheritance?", - "description": "The magazine’s Ethicist columnist on the burdens of philanthropy — and more.", - "content": "The magazine’s Ethicist columnist on the burdens of philanthropy — and more.", - "category": "Ethics (Personal)", - "link": "https://www.nytimes.com/2021/11/23/magazine/inheritance-ethics.html", - "creator": "Kwame Anthony Appiah", - "pubDate": "Tue, 23 Nov 2021 10:00:12 +0000", + "title": "Should I quit my job? We ask the expert", + "description": "

    Tony Wilson, director of the Institute for Employment Studies, on whether the huge rise in vacancies in the UK offers an incentive to look for another job

    With the pandemic, workers have been saying “I quit!” in their droves. In the US, employees packed in their jobs at such pace that a new term was coined – the Great Resignation – and alongside it, countless newspaper articles appeared about career-switching. But in the UK, are as many people quitting as we think? And would the greatest new year’s resolution be to join in? I asked Tony Wilson, director of the Institute for Employment Studies.

    Is the Great British Resignation under way?
    We’ve seen more people resign from their jobs than at any point before: it was roughly 400,000 in the three months from July to September 2021, up from 270,000 in the same period in 2019 – the last non-pandemic year. The UK has a dynamic labour market, with a high turnover, particularly in low-paying work. And when large parts of the economy reopened, more jobs were created.

    Continue reading...", + "content": "

    Tony Wilson, director of the Institute for Employment Studies, on whether the huge rise in vacancies in the UK offers an incentive to look for another job

    With the pandemic, workers have been saying “I quit!” in their droves. In the US, employees packed in their jobs at such pace that a new term was coined – the Great Resignation – and alongside it, countless newspaper articles appeared about career-switching. But in the UK, are as many people quitting as we think? And would the greatest new year’s resolution be to join in? I asked Tony Wilson, director of the Institute for Employment Studies.

    Is the Great British Resignation under way?
    We’ve seen more people resign from their jobs than at any point before: it was roughly 400,000 in the three months from July to September 2021, up from 270,000 in the same period in 2019 – the last non-pandemic year. The UK has a dynamic labour market, with a high turnover, particularly in low-paying work. And when large parts of the economy reopened, more jobs were created.

    Continue reading...", + "category": "Social trends", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/31/should-i-quit-my-job-we-ask-the-expert", + "creator": "Coco Khan", + "pubDate": "2021-12-31T15:00:22Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "866e75be92d0c259fd6c7ab1e9fe006d" + "hash": "5fe2ee7ca09d5b4e9027915dd78d1ac2", + "highlights": [] }, { - "title": "Why Peng Shuai Frustrates China's Propaganda Machine", - "description": "Accustomed to forcing messages on audiences at home and abroad, its propaganda machine hasn’t learned how to craft a narrative that stands up to scrutiny.", - "content": "Accustomed to forcing messages on audiences at home and abroad, its propaganda machine hasn’t learned how to craft a narrative that stands up to scrutiny.", - "category": "Peng Shuai", - "link": "https://www.nytimes.com/2021/11/23/business/china-peng-shuai-metoo.html", - "creator": "Li Yuan", - "pubDate": "Tue, 23 Nov 2021 09:02:15 +0000", + "title": "The person who got me through 2021: Dr Karl Kennedy in Neighbours was strangely reassuring", + "description": "

    He became a stand-in for the family I couldn’t see – a paternal character who comforted me amid the loneliness and uncertainty

    For the past 20 years there have been a handful of constants in my life: my family, my best friend and Neighbours. Not neighbours like the people you borrow a cup of sugar from, but rather that sunshine-filled Australian soap you probably stopped watching once you left university.

    When I graduated, I carried on. First, out of habit (I needed to know the fate of Toadie’s mullet), but later for its nostalgic continuity and reassurance.

    Continue reading...", + "content": "

    He became a stand-in for the family I couldn’t see – a paternal character who comforted me amid the loneliness and uncertainty

    For the past 20 years there have been a handful of constants in my life: my family, my best friend and Neighbours. Not neighbours like the people you borrow a cup of sugar from, but rather that sunshine-filled Australian soap you probably stopped watching once you left university.

    When I graduated, I carried on. First, out of habit (I needed to know the fate of Toadie’s mullet), but later for its nostalgic continuity and reassurance.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/31/the-person-who-got-me-through-2021-dr-karl-kennedy-in-neighbours-was-strangely-reassuring", + "creator": "Ammar Kalia", + "pubDate": "2021-12-31T15:00:23Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2650f9de434d96eb8e984894a096a2c4" + "hash": "bf691c1a5909655b2536835ce26db259", + "highlights": [] }, { - "title": "Bulgaria Bus Crash Kills Dozens", - "description": "The bus, which had North Macedonian plates, caught fire on a highway, an official said.", - "content": "The bus, which had North Macedonian plates, caught fire on a highway, an official said.", - "category": "Traffic Accidents and Safety", - "link": "https://www.nytimes.com/2021/11/23/world/europe/bulgaria-bus-crash-north-macedonia.html", - "creator": "Livia Albeck-Ripka", - "pubDate": "Tue, 23 Nov 2021 07:21:13 +0000", + "title": "Amy Schumer: ‘If you can just keep your family speaking to each other, that’s a win. Sometimes it’s not doable’", + "description": "

    Along with her female co-stars, Schumer speaks about how making The Humans – and having a baby – helped her reassess her life. And, perhaps, a previous review written by her interviewer …

    ‘Talking about The Humans always becomes like a therapy session,” Beanie Feldstein says, a few minutes into a group chat about the oppressive and unsettling adaptation of Stephen Karam’s Pulitzer-nominated play about a family gathering at Thanksgiving. Karam’s haunting and quite brilliant directorial debut reimagines a quirky dysfunctional-family drama as an eerie, anxious horror movie set in the New York equivalent of a haunted house: a crumbling downtown apartment. It’s a place that forces his characters to confront the brutal realities of who they are, who they’re not and who they’re stuck with. It also forces us to do the same.

    Amy Schumer and Feldstein play sisters, and Jayne Houdyshell, who won a Tony for playing the role on stage, their mother. Richard Jenkins, Steven Yeun and June Squibb round out the cast. “It evokes so much emotion,” Schumer says of the film. “And it made me feel better about my own family, our trauma and struggles. If you can just keep your family speaking to each other, that’s a win. And sometimes it’s not doable.” Feldstein refers to it as a drama that “gets in your guts”, while Houdyshell agrees that “it makes you feel raw”.

    Continue reading...", + "content": "

    Along with her female co-stars, Schumer speaks about how making The Humans – and having a baby – helped her reassess her life. And, perhaps, a previous review written by her interviewer …

    ‘Talking about The Humans always becomes like a therapy session,” Beanie Feldstein says, a few minutes into a group chat about the oppressive and unsettling adaptation of Stephen Karam’s Pulitzer-nominated play about a family gathering at Thanksgiving. Karam’s haunting and quite brilliant directorial debut reimagines a quirky dysfunctional-family drama as an eerie, anxious horror movie set in the New York equivalent of a haunted house: a crumbling downtown apartment. It’s a place that forces his characters to confront the brutal realities of who they are, who they’re not and who they’re stuck with. It also forces us to do the same.

    Amy Schumer and Feldstein play sisters, and Jayne Houdyshell, who won a Tony for playing the role on stage, their mother. Richard Jenkins, Steven Yeun and June Squibb round out the cast. “It evokes so much emotion,” Schumer says of the film. “And it made me feel better about my own family, our trauma and struggles. If you can just keep your family speaking to each other, that’s a win. And sometimes it’s not doable.” Feldstein refers to it as a drama that “gets in your guts”, while Houdyshell agrees that “it makes you feel raw”.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/31/amy-schumer-if-you-can-just-keep-your-family-speaking-to-each-other-thats-a-win-sometimes-its-not-doable", + "creator": "Benjamin Lee", + "pubDate": "2021-12-31T10:00:16Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1632a844bd13bf0a51f8f7755489e20f" + "hash": "8bd77a3d64dba8190661cd5cc5e14fd2", + "highlights": [] }, { - "title": "Russia’s Foreign Policy Isn’t All About Hurting the West", - "description": "Moscow has other concerns.", - "content": "Moscow has other concerns.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/11/23/opinion/russia-putin-west.html", - "creator": "Kadri Liik", - "pubDate": "Tue, 23 Nov 2021 06:00:05 +0000", + "title": "‘Birdwatching is not just a white thing’: the UK collective creating a new generation of twitchers", + "description": "

    The nature collective was set up to encourage more people of colour to enjoy nature. Here, they take our writer on a spotting trip through the wildlands of north-east London



    I have lived in cities all my life. My childhood did not involve any education in the outdoors. It would be fair to say my knowledge of birds doesn’t go much further than the varieties mentioned in Old Macdonald Had a Farm. So when I arrive at east London’s Walthamstow Wetlands on a cloudy November day to meet Ollie Olanipekun and Nadeem Perera for an afternoon of winter birdwatching, I am already apologetic for all that I do not know.

    But it’s fine: Olanipekun and Perera are used to showing beginners around. In June 2020 they brought 15 people to this very same spot for the first outing of their collective, Flock Together, a birdwatching club that organises monthly walks for people of colour. Since then, they have regularly taken bigger groups of birdwatchers to woodlands across the south of England, from the Surrey Hills to the Essex marshes. They estimate that on each walk, 60% of the group are first-timers. I ask whether demand stays high in the winter. “We had 80 people turning out in the rain last December,” Olanipekun says with a grin. At this time of year, you might be able to see redwings and fieldfares arrive from colder parts of Europe for the winter. The wetlands is also home to one of the UK’s largest colonies of grey herons, and every evening a flock of parakeets make their way there to roost in the trees.

    Continue reading...", + "content": "

    The nature collective was set up to encourage more people of colour to enjoy nature. Here, they take our writer on a spotting trip through the wildlands of north-east London



    I have lived in cities all my life. My childhood did not involve any education in the outdoors. It would be fair to say my knowledge of birds doesn’t go much further than the varieties mentioned in Old Macdonald Had a Farm. So when I arrive at east London’s Walthamstow Wetlands on a cloudy November day to meet Ollie Olanipekun and Nadeem Perera for an afternoon of winter birdwatching, I am already apologetic for all that I do not know.

    But it’s fine: Olanipekun and Perera are used to showing beginners around. In June 2020 they brought 15 people to this very same spot for the first outing of their collective, Flock Together, a birdwatching club that organises monthly walks for people of colour. Since then, they have regularly taken bigger groups of birdwatchers to woodlands across the south of England, from the Surrey Hills to the Essex marshes. They estimate that on each walk, 60% of the group are first-timers. I ask whether demand stays high in the winter. “We had 80 people turning out in the rain last December,” Olanipekun says with a grin. At this time of year, you might be able to see redwings and fieldfares arrive from colder parts of Europe for the winter. The wetlands is also home to one of the UK’s largest colonies of grey herons, and every evening a flock of parakeets make their way there to roost in the trees.

    Continue reading...", + "category": "Birdwatching", + "link": "https://www.theguardian.com/environment/2021/dec/31/birdwatching-is-not-just-a-white-thing-flock-together-london", + "creator": "Rebecca Liu", + "pubDate": "2021-12-31T11:00:18Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "885005721fb8ed2282fca1fd661224bd" + "hash": "68d1f21b08bc4afb28f381740d64bfe9", + "highlights": [] }, { - "title": "Book Review: ‘Tinderbox,’ by James Andrew Miller", - "description": "James Andrew Miller’s book follows the channel from its start in 1972 through its transformative “Sopranos” years and up to the present day.", - "content": "James Andrew Miller’s book follows the channel from its start in 1972 through its transformative “Sopranos” years and up to the present day.", - "category": "Miller, James Andrew", - "link": "https://www.nytimes.com/2021/11/22/books/review-tinderbox-hbo-oral-history-james-andrew-miller.html", - "creator": "Dwight Garner", - "pubDate": "Tue, 23 Nov 2021 04:59:02 +0000", + "title": "The Guardian view on Yemen: the forgotten war | Editorial", + "description": "

    Years of brutal conflict have brought misery to an already impoverished country. There is no end in sight

    By the end of this year, the United Nations warned recently, 377,000 Yemenis will have died from seven devastating years of war – in many cases killed by indirect causes such as hunger; in others, by airstrikes or missile bombardments. Seventy per cent of the fatalities are thought to be children under five.

    As 2021 began, there were hopes that Joe Biden’s arrival in the White House might bring progress towards peace. His administration quickly announced it was ending all support for offensive operations by Saudi Arabia, which spearheaded the US- and UK-backed coalition fighting for the internationally recognised government overthrown by Houthi rebels. It also revoked the Trump administration’s designation of the Houthis as a terrorist group. But Mr Biden’s team overestimated its ability to help resolve the crisis. The diplomatic push soon faltered. In October, Washington announced a $500m military contract with Riyadh which includes support for its attack helicopters, used in operations in Yemen.

    Continue reading...", + "content": "

    Years of brutal conflict have brought misery to an already impoverished country. There is no end in sight

    By the end of this year, the United Nations warned recently, 377,000 Yemenis will have died from seven devastating years of war – in many cases killed by indirect causes such as hunger; in others, by airstrikes or missile bombardments. Seventy per cent of the fatalities are thought to be children under five.

    As 2021 began, there were hopes that Joe Biden’s arrival in the White House might bring progress towards peace. His administration quickly announced it was ending all support for offensive operations by Saudi Arabia, which spearheaded the US- and UK-backed coalition fighting for the internationally recognised government overthrown by Houthi rebels. It also revoked the Trump administration’s designation of the Houthis as a terrorist group. But Mr Biden’s team overestimated its ability to help resolve the crisis. The diplomatic push soon faltered. In October, Washington announced a $500m military contract with Riyadh which includes support for its attack helicopters, used in operations in Yemen.

    Continue reading...", + "category": "Yemen", + "link": "https://www.theguardian.com/commentisfree/2021/dec/30/the-guardian-view-on-yemen-the-forgotten-war", + "creator": "Editorial", + "pubDate": "2021-12-30T18:25:03Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5d7cc46ae42f0041f2791c4c97195ef" + "hash": "c24f1f919c8abdf9da4097f996ccde5e", + "highlights": [] }, { - "title": "2 Canadian Journalists Arrested at Indigenous Protest Are Freed on Bail", - "description": "Journalist groups denounced the arrest of a photographer and a filmmaker covering an Indigenous pipeline protest in British Columbia.", - "content": "Journalist groups denounced the arrest of a photographer and a filmmaker covering an Indigenous pipeline protest in British Columbia.", - "category": "Canada", - "link": "https://www.nytimes.com/2021/11/22/world/canada/canada-indigenous-journalist-arrests.html", - "creator": "Ian Austen", - "pubDate": "Tue, 23 Nov 2021 04:39:23 +0000", + "title": "New York presses ahead with New Year’s Eve party despite record Covid cases", + "description": "

    ‘We’re fighting our way through this,’ says outgoing mayor Bill de Blasio, but decision is in contrast to public health messaging

    New York City’s leaders are pushing ahead with plans for the annual New Year’s Eve party in Times Square despite record numbers of new Covid infections driven by the Omicron variant.

    Outgoing Mayor Bill de Blasio, who is set to step down at midnight on Saturday, told NBC’s Today show that pressing ahead with the public celebration would show “that we’re moving forward, and we want to show the world that New York City is fighting our way through this.

    Continue reading...", + "content": "

    ‘We’re fighting our way through this,’ says outgoing mayor Bill de Blasio, but decision is in contrast to public health messaging

    New York City’s leaders are pushing ahead with plans for the annual New Year’s Eve party in Times Square despite record numbers of new Covid infections driven by the Omicron variant.

    Outgoing Mayor Bill de Blasio, who is set to step down at midnight on Saturday, told NBC’s Today show that pressing ahead with the public celebration would show “that we’re moving forward, and we want to show the world that New York City is fighting our way through this.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2021/dec/31/new-york-times-square-new-years-eve-party-covid-surge", + "creator": "Edward Helmore in New York", + "pubDate": "2021-12-31T15:34:35Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54f93f0bfa1895878aaca3fc9d3c38be" + "hash": "1302ee6aded65dda04e811390dbeec87", + "highlights": [] }, { - "title": "Victims at Christmas Parade Were Young Musicians and Dancing Grannies", - "description": "Five adults died in Waukesha, Wis., and at least 10 children were in intensive care. Three were members of a Milwaukee dance troupe, which celebrated grandmothers.", - "content": "Five adults died in Waukesha, Wis., and at least 10 children were in intensive care. Three were members of a Milwaukee dance troupe, which celebrated grandmothers.", - "category": "Waukesha, Wis, Holiday Parade Attack (2021)", - "link": "https://www.nytimes.com/article/waukesha-victims-dancing-grannies.html", - "creator": "Shawn Hubler and Giulia Heyward", - "pubDate": "Tue, 23 Nov 2021 04:18:20 +0000", + "title": "Isolating Quebec health staff may have to return to work early under new plans", + "description": "

    Canadian province’s government says measure will be required if staffing levels become too low during Covid surge

    Quebec healthcare workers exposed to Covid-19 may have to go to work sooner than expected if staffing levels in the Canadian province’s facilities reach a critical point.

    Quebec’s health minister, Christian Dubé, made the announcement earlier this week, explaining that in a worst-case scenario the province would have no choice but to insist that isolating employees return to work.

    Continue reading...", + "content": "

    Canadian province’s government says measure will be required if staffing levels become too low during Covid surge

    Quebec healthcare workers exposed to Covid-19 may have to go to work sooner than expected if staffing levels in the Canadian province’s facilities reach a critical point.

    Quebec’s health minister, Christian Dubé, made the announcement earlier this week, explaining that in a worst-case scenario the province would have no choice but to insist that isolating employees return to work.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2021/dec/30/isolating-quebec-healthcare-workers-return-work-covid-canada", + "creator": "Tracey Lindeman in Gatineau, Quebec", + "pubDate": "2021-12-30T20:09:46Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2a94b17e6d3be6dc2c8eb94bc523dcf" + "hash": "c3f8b7f27ecd5266889eef33f351fbc7", + "highlights": [] }, { - "title": "N.Y.C. Severs Ties With Housing Nonprofit Run by Jack A. Brown III", - "description": "The city will no longer work with CORE Services Group, the nonprofit run by Jack A. Brown to provide housing and services to the homeless.", - "content": "The city will no longer work with CORE Services Group, the nonprofit run by Jack A. Brown to provide housing and services to the homeless.", - "category": "Government Contracts and Procurement", - "link": "https://www.nytimes.com/2021/11/22/nyregion/jack-brown-core-services-homeless-nyc.html", - "creator": "Amy Julia Harris", - "pubDate": "Tue, 23 Nov 2021 03:34:11 +0000", + "title": "Australia’s New Year’s Eve celebrations – in pictures", + "description": "

    Australia has welcomed in 2022 with fireworks and festivities amid Covid restrictions

    Continue reading...", + "content": "

    Australia has welcomed in 2022 with fireworks and festivities amid Covid restrictions

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/gallery/2021/dec/31/australias-new-years-eve-celebrations-in-pictures", + "creator": "Pejman Faratin & Joe Plimmer", + "pubDate": "2021-12-31T15:00:22Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59bcdd06d23f4e082109b2bc452e3924" + "hash": "439604ca78aac1e9eb9ff211016affb5", + "highlights": [] }, { - "title": "Chun Doo-hwan, South Korea's Most Vilified Ex-Military Dictator, Dies at 90", - "description": "The country’s most vilified former military dictator, he seized power in a coup and ruled his country with an iron fist for most of the 1980s.", - "content": "The country’s most vilified former military dictator, he seized power in a coup and ruled his country with an iron fist for most of the 1980s.", - "category": "South Korea", - "link": "https://www.nytimes.com/2021/11/23/world/asia/chun-doo-hwan-dead.html", - "creator": "Choe Sang-Hun", - "pubDate": "Tue, 23 Nov 2021 03:21:06 +0000", + "title": "‘Belly dance is being hidden in Egypt’: the performer hoping for Unesco heritage status", + "description": "

    As the traditional dance is increasingly associated with nightclub culture, Amie Sultan seeks to change perceptions of the artform and those who perform it

    As a trickle of tourists slowly returns to Egypt, the floating nightclubs along the Nile are back in business.

    And belly dancers are once again in high demand. The glitzy late-night shows attract visitors from all over the world, and especially from the Gulf’s Arab states, with dancers in revealing outfits performing with full traditional musical backing.

    Continue reading...", + "content": "

    As the traditional dance is increasingly associated with nightclub culture, Amie Sultan seeks to change perceptions of the artform and those who perform it

    As a trickle of tourists slowly returns to Egypt, the floating nightclubs along the Nile are back in business.

    And belly dancers are once again in high demand. The glitzy late-night shows attract visitors from all over the world, and especially from the Gulf’s Arab states, with dancers in revealing outfits performing with full traditional musical backing.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/30/belly-dance-is-being-hidden-in-egypt-the-performer-hoping-for-unesco-heritage-status", + "creator": "Edmund Bower in Cairo", + "pubDate": "2021-12-30T11:33:56Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b49a3059631fda98d57777096204aae9" + "hash": "003e5fb99ab6a4d64b216ed4f0b93d06", + "highlights": [] }, { - "title": "Lawyers Clash Over Whether Pursuit of Arbery Was Justified", - "description": "In closing arguments on Monday, prosecutors also raised a racial motive for why the three white men accused of murdering Ahmaud Arbery began chasing him.", - "content": "In closing arguments on Monday, prosecutors also raised a racial motive for why the three white men accused of murdering Ahmaud Arbery began chasing him.", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/2021/11/22/us/arbery-murder-trial-closing-arguments.html", - "creator": "Richard Fausset, Tariro Mzezewa and Rick Rojas", - "pubDate": "Tue, 23 Nov 2021 03:14:34 +0000", + "title": "Reminded of the gap: why men still get paid more in UK public sector", + "description": "

    Analysis: academy and health service trusts responsible for big disparities as overall public pay inequality rises

    It is clear that the public sector pay gap reported to government remains stubbornly high, at 15.5% versus 9% in the private sector. So where within public services is this happening, and why?

    In 2018, the first year of compulsory gender pay gap reporting, women working in the public sector earned 86p for every £1 their male counterparts did. In 2021, that dropped to 84p.

    Continue reading...", + "content": "

    Analysis: academy and health service trusts responsible for big disparities as overall public pay inequality rises

    It is clear that the public sector pay gap reported to government remains stubbornly high, at 15.5% versus 9% in the private sector. So where within public services is this happening, and why?

    In 2018, the first year of compulsory gender pay gap reporting, women working in the public sector earned 86p for every £1 their male counterparts did. In 2021, that dropped to 84p.

    Continue reading...", + "category": "Gender pay gap", + "link": "https://www.theguardian.com/world/2021/dec/29/reminded-of-the-gap-why-men-still-get-paid-more-in-uk-public-sector", + "creator": "Anna Bawden and Tobi Thomas", + "pubDate": "2021-12-29T15:00:24Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8960db9d0274d32e252626c443307ad9" + "hash": "ed47ebe7f6071046e4e568301fc32d66", + "highlights": [] }, { - "title": "U.S. Returns Over 900 Confiscated Artifacts to Mali", - "description": "A Homeland Security investigation had discovered funerary objects, Neolithic relics and more in a shipping container in 2009.", - "content": "A Homeland Security investigation had discovered funerary objects, Neolithic relics and more in a shipping container in 2009.", - "category": "Arts and Antiquities Looting", - "link": "https://www.nytimes.com/2021/11/22/arts/design/us-mali-looted-antiquities-returned.html", - "creator": "Zachary Small", - "pubDate": "Tue, 23 Nov 2021 02:40:08 +0000", + "title": "Biden and Putin exchange warnings during phone call amid rising Ukraine tensions", + "description": "
    • Talks represent pair’s second conversation this month
    • Russia massing tens of thousands of troops near border

    Joe Biden and Russian counterpart Vladimir Putin have exchanged warnings over the crisis in Ukraine during a 50-minute phone call that did little to lower the political temperature, according to their governments.

    Russia has alarmed the US and its allies by massing tens of thousands of troops near its border with Ukraine over the past two months. This follows its seizure of Ukraine’s Crimea peninsula in 2014 and its backing of separatists in eastern Ukraine.

    Continue reading...", + "content": "
    • Talks represent pair’s second conversation this month
    • Russia massing tens of thousands of troops near border

    Joe Biden and Russian counterpart Vladimir Putin have exchanged warnings over the crisis in Ukraine during a 50-minute phone call that did little to lower the political temperature, according to their governments.

    Russia has alarmed the US and its allies by massing tens of thousands of troops near its border with Ukraine over the past two months. This follows its seizure of Ukraine’s Crimea peninsula in 2014 and its backing of separatists in eastern Ukraine.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2021/dec/30/biden-putin-call-russia-us-ukraine-tensions", + "creator": "David Smith Washington bureau chief", + "pubDate": "2021-12-30T22:32:09Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a45e11614e004d4cfdaa9a2703f0be58" + "hash": "5333786ddaa3066b77030916b9737cb2", + "highlights": [] }, { - "title": "Biden Will Keep Jerome Powell as Federal Reserve Chair", - "description": "The White House returned to a longstanding pattern in which presidents reappoint the same leader of the Federal Reserve regardless of partisan identity.", - "content": "The White House returned to a longstanding pattern in which presidents reappoint the same leader of the Federal Reserve regardless of partisan identity.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/11/22/business/economy/fed-chair-jerome-powell-biden.html", - "creator": "Jeanna Smialek and Jim Tankersley", - "pubDate": "Tue, 23 Nov 2021 01:58:10 +0000", + "title": "Speculation grows that Maxwell may try to cut a deal for reduced sentence", + "description": "

    Experts say any deal depends on whether US government believes it is worth investigating network that may have been involved

    Now that the British former socialite Ghislaine Maxwell has been convicted in her sex-trafficking trial, speculation is growing that she may try to cut a deal and become a government witness in any broader investigation into the elite social circle of her ex-boyfriend Jeffrey Epstein.

    Maxwell would be aiming for a reduced sentence by naming powerful names when it comes to others who may be involved in Epstein’s crimes.

    Continue reading...", + "content": "

    Experts say any deal depends on whether US government believes it is worth investigating network that may have been involved

    Now that the British former socialite Ghislaine Maxwell has been convicted in her sex-trafficking trial, speculation is growing that she may try to cut a deal and become a government witness in any broader investigation into the elite social circle of her ex-boyfriend Jeffrey Epstein.

    Maxwell would be aiming for a reduced sentence by naming powerful names when it comes to others who may be involved in Epstein’s crimes.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/30/ghislaine-maxwell-sentence-deal-speculation-jeffrey-epstein", + "creator": "Edward Helmore in New York", + "pubDate": "2021-12-30T18:12:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5c5b55491e20b81791d900a185d915c" + "hash": "f9d1f64cadede4c1dfcf6b838075c495", + "highlights": [] }, { - "title": "The Problem of Political Despair", - "description": "Hopelessness about our democracy could accelerate its decay.", - "content": "Hopelessness about our democracy could accelerate its decay.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/11/22/opinion/american-democracy.html", - "creator": "Michelle Goldberg", - "pubDate": "Tue, 23 Nov 2021 01:33:04 +0000", + "title": "Woman self-isolates in plane toilet for five hours after Covid-positive test mid-flight", + "description": "

    Marisa Fotieo says she was supplied with food and drinks in cubicle after throat began to hurt during flight from US to Iceland

    A US woman has told how she confined herself to an aeroplane toilet cubicle after testing positive for Covid halfway through a flight from Chicago to Iceland.

    Marisa Fotieo, a teacher from Michigan, said her throat began to hurt halfway through the trip so she went to the bathroom to perform a rapid Covid test which confirmed she was infected.

    Continue reading...", + "content": "

    Marisa Fotieo says she was supplied with food and drinks in cubicle after throat began to hurt during flight from US to Iceland

    A US woman has told how she confined herself to an aeroplane toilet cubicle after testing positive for Covid halfway through a flight from Chicago to Iceland.

    Marisa Fotieo, a teacher from Michigan, said her throat began to hurt halfway through the trip so she went to the bathroom to perform a rapid Covid test which confirmed she was infected.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/31/woman-self-isolates-in-plane-toilet-for-five-hours-after-covid-positive-test-mid-flight", + "creator": "Samantha Lock", + "pubDate": "2021-12-31T03:24:36Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ac35540e9d3b3170eb3dd79462dc7ba" + "hash": "4ae7c31fbd2de9ff09b99007a0a2663b", + "highlights": [] }, { - "title": "House Panel Subpoenas Roger Stone and Alex Jones in Capitol Riot Inquiry", - "description": "Investigators summoned five more allies of former President Donald J. Trump as they dug further into the planning and financing of rallies before the Jan. 6 attack.", - "content": "Investigators summoned five more allies of former President Donald J. Trump as they dug further into the planning and financing of rallies before the Jan. 6 attack.", - "category": "Stone, Roger J Jr", - "link": "https://www.nytimes.com/2021/11/22/us/politics/capitol-riot-subpoenas-roger-stone-alex-jones.html", - "creator": "Luke Broadwater", - "pubDate": "Tue, 23 Nov 2021 01:24:18 +0000", + "title": "‘Waste colonialism’: countries grapple with west’s unwanted plastic", + "description": "

    Germany and UK are big exporters of plastic, much of which is now rotting in ports in Turkey, Vietnam and other nations

    141 containers filled with rotting plastic waste have been on a journey for more than a year. Scattered between Turkey, Greece and Vietnam, far from their origins in Germany, the containers’ voyage sheds light on the hidden global trade in plastic waste.

    Arriving in Turkey in late 2020, shortly before a ban on mixed plastic waste imports came into force, the containers quickly became the centre of a battle between traders, a shipping line, multiple governments and environmental campaigners demanding their return.

    Continue reading...", + "content": "

    Germany and UK are big exporters of plastic, much of which is now rotting in ports in Turkey, Vietnam and other nations

    141 containers filled with rotting plastic waste have been on a journey for more than a year. Scattered between Turkey, Greece and Vietnam, far from their origins in Germany, the containers’ voyage sheds light on the hidden global trade in plastic waste.

    Arriving in Turkey in late 2020, shortly before a ban on mixed plastic waste imports came into force, the containers quickly became the centre of a battle between traders, a shipping line, multiple governments and environmental campaigners demanding their return.

    Continue reading...", + "category": "Plastics", + "link": "https://www.theguardian.com/environment/2021/dec/31/waste-colonialism-countries-grapple-with-wests-unwanted-plastic", + "creator": "Ruth Michaelson", + "pubDate": "2021-12-31T12:58:37Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b058ac259f23e1b8f4e871d4777facb3" + "hash": "299f170d57bfbae26525871ff18157fc", + "highlights": [] }, { - "title": "Justice Department to Pay About $130 Million to Parkland Shooting Victims", - "description": "Family members of victims had sued over how the F.B.I. handled tips warning about the gunman before he killed 17 people at Marjory Stoneman Douglas High School.", - "content": "Family members of victims had sued over how the F.B.I. handled tips warning about the gunman before he killed 17 people at Marjory Stoneman Douglas High School.", - "category": "Parkland, Fla, Shooting (2018)", - "link": "https://www.nytimes.com/2021/11/22/us/parkland-shooting-victims-settlement.html", - "creator": "Patricia Mazzei and Katie Benner", - "pubDate": "Tue, 23 Nov 2021 01:06:34 +0000", + "title": "Escape your comfort zone: I am on a diving board the height of a two-storey building. Can I take the plunge?", + "description": "

    I have always wanted to be a diver. So at the centre where Tom Daley once trained, I aim to graduate to a five-metre board – arms locked, bend, one, two, go …

    I’m standing on a five-metre diving board – about the height of a two-storey building – preparing to throw myself off, headfirst. And I’m terrified. I take a determined step towards the end, lock my arms above my head and begin to tip forward.

    I have always admired people who can dive, and secretly wished that I could do it. I watch them taking off from great heights, seemingly floating for a second, before arrowing smoothly into the water. How do they do that? When I get up there, the thought of leaping headfirst short-circuits my brain. Won’t my neck snap? So I’ve come to one of the world’s best diving centres, the Life Centre in Plymouth, the former training pool of diving superstar Tom Daley. Hopefully, with a little help, I can become one of those elegant, effortless diving types.

    Continue reading...", + "content": "

    I have always wanted to be a diver. So at the centre where Tom Daley once trained, I aim to graduate to a five-metre board – arms locked, bend, one, two, go …

    I’m standing on a five-metre diving board – about the height of a two-storey building – preparing to throw myself off, headfirst. And I’m terrified. I take a determined step towards the end, lock my arms above my head and begin to tip forward.

    I have always admired people who can dive, and secretly wished that I could do it. I watch them taking off from great heights, seemingly floating for a second, before arrowing smoothly into the water. How do they do that? When I get up there, the thought of leaping headfirst short-circuits my brain. Won’t my neck snap? So I’ve come to one of the world’s best diving centres, the Life Centre in Plymouth, the former training pool of diving superstar Tom Daley. Hopefully, with a little help, I can become one of those elegant, effortless diving types.

    Continue reading...", + "category": "Diving", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/31/escape-your-comfort-zone-i-am-on-a-diving-board-the-height-of-a-two-storey-building-can-i-take-the-plunge", + "creator": "Adharanand Finn", + "pubDate": "2021-12-31T09:00:15Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27907f1a111c27943fc5bca2a7bc4e31" + "hash": "376d87b8e06746636c158e9e92c248e8", + "highlights": [] }, { - "title": "Man Accused of Killing 5 at Wisconsin Parade Had Lengthy Police Record", - "description": "Dozens of people were injured, including children, after an S.U.V. tore through the Christmas parade in Waukesha, Wis.", - "content": "Dozens of people were injured, including children, after an S.U.V. tore through the Christmas parade in Waukesha, Wis.", - "category": "Waukesha, Wis, Holiday Parade Attack (2021)", - "link": "https://www.nytimes.com/2021/11/22/us/wisconsin-waukesha-parade.html", - "creator": "Mitch Smith, Dan Simmons, Glenn Thrush and Serge F. Kovaleski", - "pubDate": "Tue, 23 Nov 2021 00:46:15 +0000", + "title": "2021: a year of climate crisis in review", + "description": "

    A look back at 12 months of key summits, devastating weather and alarming discoveries

    The year began with a counting up of the damage after the catastrophic extreme weather events of 2020, from fires to floods. Looking at the US alone, California more than doubled its previous annual wildfire record with more than 1.7m hectares (4.1m acres) burned and Nasa concluded that 2020 had been the joint hottest year on record. The US’s Noaa and the UK Met Office put it in close second to 2016.

    In my view, we’ve already waited too long to deal with this climate crisis and we can’t wait any longer. We see it with our own eyes, we feel it, we know it in our bones, and it’s time to act.

    Joe Biden

    Continue reading...", + "content": "

    A look back at 12 months of key summits, devastating weather and alarming discoveries

    The year began with a counting up of the damage after the catastrophic extreme weather events of 2020, from fires to floods. Looking at the US alone, California more than doubled its previous annual wildfire record with more than 1.7m hectares (4.1m acres) burned and Nasa concluded that 2020 had been the joint hottest year on record. The US’s Noaa and the UK Met Office put it in close second to 2016.

    In my view, we’ve already waited too long to deal with this climate crisis and we can’t wait any longer. We see it with our own eyes, we feel it, we know it in our bones, and it’s time to act.

    Joe Biden

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2021/dec/31/2021-a-year-of-climate-crisis-in-review", + "creator": "Bibi van der Zee", + "pubDate": "2021-12-31T12:44:46Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c6e3901ff5be5a50ea3c9431c827bc5" + "hash": "0d16e2a91e433af1e9e4b193e2e0dbe6", + "highlights": [] }, { - "title": "ATP Finals Create a Buzz in Turin, but Will Italy’s Players Follow?", - "description": "Turin is a smaller stage than the prestigious event had in London, but the enthusiasm was real, especially for the young Italian stars Jannik Sinner and Matteo Berrettini.", - "content": "Turin is a smaller stage than the prestigious event had in London, but the enthusiasm was real, especially for the young Italian stars Jannik Sinner and Matteo Berrettini.", - "category": "Tennis", - "link": "https://www.nytimes.com/2021/11/22/sports/tennis/atp-finals-turin-sinner-berrettini.html", - "creator": "Christopher Clarey", - "pubDate": "Tue, 23 Nov 2021 00:25:19 +0000", + "title": "Experience: I was born in a different millennium to my twin", + "description": "

    I get to mark my birthday 24 hours before she does. But she’ll at least get an extra day in her 40s when I’m 50

    Mom went into labour on 31 December 1999, while playing cards with family. My sister and I had not been due until February; though twins are often born early, I don’t know if my parents had imagined us arriving so close to the new year. At the hospital in Indianapolis, a doctor came into the maternity ward at about 11.30pm and asked on which side of the millennium they wanted their babies to be born. Before Mom had time to respond, my dad piped up, “How about one of each?”

    We were delivered by C-section, which gave the doctors more opportunity to influence the outcome. The deliveries could hardly have been timed better: I emerged at one minute before midnight and Jordan joined me at one minute past. Worldwide, four other sets of century-straddling twins were reported that night, though I don’t think any of them were quite so close together as we were.

    Continue reading...", + "content": "

    I get to mark my birthday 24 hours before she does. But she’ll at least get an extra day in her 40s when I’m 50

    Mom went into labour on 31 December 1999, while playing cards with family. My sister and I had not been due until February; though twins are often born early, I don’t know if my parents had imagined us arriving so close to the new year. At the hospital in Indianapolis, a doctor came into the maternity ward at about 11.30pm and asked on which side of the millennium they wanted their babies to be born. Before Mom had time to respond, my dad piped up, “How about one of each?”

    We were delivered by C-section, which gave the doctors more opportunity to influence the outcome. The deliveries could hardly have been timed better: I emerged at one minute before midnight and Jordan joined me at one minute past. Worldwide, four other sets of century-straddling twins were reported that night, though I don’t think any of them were quite so close together as we were.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/31/experience-born-different-millennium-to-my-twin", + "creator": "Jake Wallman", + "pubDate": "2021-12-31T10:00:17Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "730014c040f468ec0621476723130359" + "hash": "fb6b3e6d29b902fad0fe75c7d9fadece", + "highlights": [] }, { - "title": "Lael Brainard is Tapped For Vice Chair of the Federal Reserve", - "description": "The longtime Washington insider is now the central bank’s No. 2. That could give her more bandwidth to influence policy.", - "content": "The longtime Washington insider is now the central bank’s No. 2. That could give her more bandwidth to influence policy.", - "category": "Appointments and Executive Changes", - "link": "https://www.nytimes.com/2021/11/22/business/economy/lael-brainard-fed-vice-chair.html", - "creator": "Jeanna Smialek and Madeleine Ngo", - "pubDate": "Tue, 23 Nov 2021 00:21:00 +0000", + "title": "Mother asks for police apology over officer’s selfie of murdered son", + "description": "

    Mandy Jamieson accuses Ryan Connolly of sullying memory of son Daniel Gee-Jamieson

    The mother of a teenager who was murdered in 2018 has demanded an apology from police after learning that an officer kept pictures he took of himself lying down at the scene of the killing.

    Mandy Jamieson, whose son Daniel Gee-Jamieson was stabbed to death aged 16, accused the officer Ryan Connolly of sullying the memory of her child. It came after the Guardian revealed Connolly had been caught with that picture and another of a man suffering a mental health crisis, as well as having sent “appalling” racist, homophobic and offensive images via WhatsApp.

    Continue reading...", + "content": "

    Mandy Jamieson accuses Ryan Connolly of sullying memory of son Daniel Gee-Jamieson

    The mother of a teenager who was murdered in 2018 has demanded an apology from police after learning that an officer kept pictures he took of himself lying down at the scene of the killing.

    Mandy Jamieson, whose son Daniel Gee-Jamieson was stabbed to death aged 16, accused the officer Ryan Connolly of sullying the memory of her child. It came after the Guardian revealed Connolly had been caught with that picture and another of a man suffering a mental health crisis, as well as having sent “appalling” racist, homophobic and offensive images via WhatsApp.

    Continue reading...", + "category": "Police", + "link": "https://www.theguardian.com/uk-news/2021/dec/31/mother-asks-for-police-apology-over-officers-ryan-connolly-selfie-of-murdered-son", + "creator": "Kevin Rawlinson", + "pubDate": "2021-12-31T13:04:50Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ee296846f38020d1e1c68b8ad2dcbf50" + "hash": "04bea0f5cff37c690e912dc6d132384d", + "highlights": [] }, { - "title": "Spending as if the Future Matters", - "description": "Public investment, including spending on children, is a worthy American tradition.", - "content": "Public investment, including spending on children, is a worthy American tradition.", - "category": "Infrastructure Investment and Jobs Act (2021)", - "link": "https://www.nytimes.com/2021/11/22/opinion/biden-infrastructure-spending.html", - "creator": "Paul Krugman", - "pubDate": "Tue, 23 Nov 2021 00:00:07 +0000", + "title": "Why seed-banking threatened species in Madagascar is vital", + "description": "

    Large-scale clearing of island’s ecosystems means native trees and lemurs are in danger of extinction

    Madagascar has lost nearly a quarter of its forest cover since 2001. Slash-and-burn agriculture, illegal logging and charcoal production have resulted in the large-scale clearing of ecosystems formed during the 88m years since the island separated from India.

    Nearly all lemur species are now threatened with extinction, as is much of Madagascar’s biodiversity. Forest conservation and the development of sustainable sources of timber and charcoal, while reforesting large areas, are key challenges this century, especially for the millions of Malagasies whose livelihoods depend on them. As the planet heats, seed-banking threatened plant species has become an urgent task.

    Continue reading...", + "content": "

    Large-scale clearing of island’s ecosystems means native trees and lemurs are in danger of extinction

    Madagascar has lost nearly a quarter of its forest cover since 2001. Slash-and-burn agriculture, illegal logging and charcoal production have resulted in the large-scale clearing of ecosystems formed during the 88m years since the island separated from India.

    Nearly all lemur species are now threatened with extinction, as is much of Madagascar’s biodiversity. Forest conservation and the development of sustainable sources of timber and charcoal, while reforesting large areas, are key challenges this century, especially for the millions of Malagasies whose livelihoods depend on them. As the planet heats, seed-banking threatened plant species has become an urgent task.

    Continue reading...", + "category": "Madagascar", + "link": "https://www.theguardian.com/world/2021/dec/31/why-seed-banking-threatened-species-in-madagascar-is-vital", + "creator": "Patrick Greenfield", + "pubDate": "2021-12-31T12:00:21Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b20aed6b75135d2218357319dcde1e0" + "hash": "348179f605493faa5ff3a2b303401fbb", + "highlights": [] }, { - "title": "‘Touchy Feely,’ ‘Maggie’ and Other Streaming Gems", - "description": "A look at off-the-radar recommendations for home viewing, including indie comedy-dramas, genre hybrids and informative documentaries about influential outsiders.", - "content": "A look at off-the-radar recommendations for home viewing, including indie comedy-dramas, genre hybrids and informative documentaries about influential outsiders.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/11/22/movies/offbeat-streaming-movies.html", - "creator": "Jason Bailey", - "pubDate": "Mon, 22 Nov 2021 23:01:35 +0000", + "title": "Rock Dog 2: Rock Around the Park review – hectic sequel with an all-over-the-place plot", + "description": "

    This follow-up to the 2016 flop makes a scattershot attempt at fusing celebrity satire with a riotous musical plot

    “Fans are fickle. You never know when taste might change. It’s a numbers game, and I’m going to play it,” says Bodi, the guitar-hero hound from the village of Snow Mountain. While Rock Dog 2 nominally denounces selling out, perhaps mindful of how the 2016 original – one of the most expensive Chinese-produced animations ever – bombed, it hectically plays the numbers game itself. Half modern entertainment-biz trawl, half nostalgic Asian rural fable, this messy sequel tries to cover both western and Chinese angles – and toss around enough scattershot energy to keep everyone happy.

    Bodi’s power-pop trio True Blue are the hottest new act on the block, their music radiating cyan energy waves out to their following. But they have popped up on the radar of Lang, a music-impresario sheep with a fluffy pompadour and British Invasion accent, who has multiple agendas: not just to separate Bodi from his bandmates by teaming him up with starlet Lil’ Foxy, but to shut down Rock’n’Roll Park where the city’s diehard guitar warriors keep the flame burning. Meanwhile in Snow Mountain’s Tibet-style fastness, Bodi’s family are fretting about his sudden fame – though, making a killing selling keychains to True Blue-mad locals, possibly succumbing to the mania themselves.

    Continue reading...", + "content": "

    This follow-up to the 2016 flop makes a scattershot attempt at fusing celebrity satire with a riotous musical plot

    “Fans are fickle. You never know when taste might change. It’s a numbers game, and I’m going to play it,” says Bodi, the guitar-hero hound from the village of Snow Mountain. While Rock Dog 2 nominally denounces selling out, perhaps mindful of how the 2016 original – one of the most expensive Chinese-produced animations ever – bombed, it hectically plays the numbers game itself. Half modern entertainment-biz trawl, half nostalgic Asian rural fable, this messy sequel tries to cover both western and Chinese angles – and toss around enough scattershot energy to keep everyone happy.

    Bodi’s power-pop trio True Blue are the hottest new act on the block, their music radiating cyan energy waves out to their following. But they have popped up on the radar of Lang, a music-impresario sheep with a fluffy pompadour and British Invasion accent, who has multiple agendas: not just to separate Bodi from his bandmates by teaming him up with starlet Lil’ Foxy, but to shut down Rock’n’Roll Park where the city’s diehard guitar warriors keep the flame burning. Meanwhile in Snow Mountain’s Tibet-style fastness, Bodi’s family are fretting about his sudden fame – though, making a killing selling keychains to True Blue-mad locals, possibly succumbing to the mania themselves.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/31/rock-dog-2-rock-around-the-park-review", + "creator": "Phil Hoad", + "pubDate": "2021-12-31T10:00:17Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "721ddcf33df645421a99c4934dade600" + "hash": "48785500dd35a930a9874eae1131c079", + "highlights": [] }, { - "title": "Thanksgiving Holiday Travel Will Test Airlines", - "description": "Thanksgiving will be the biggest test of the system’s resilience since the pandemic began, with millions more passengers than last year.", - "content": "Thanksgiving will be the biggest test of the system’s resilience since the pandemic began, with millions more passengers than last year.", - "category": "Airlines and Airplanes", - "link": "https://www.nytimes.com/2021/11/22/business/thanksgiving-holiday-travel-airlines.html", - "creator": "Sydney Ember and Niraj Chokshi", - "pubDate": "Mon, 22 Nov 2021 22:51:31 +0000", + "title": "HIH and Ansett: how the Howard government was forced to act over giant corporate collapses", + "description": "

    Cabinet papers 2001: Airline’s fall was nation’s largest mass job loss and insurer’s demise most expensive in Australian history

    In 2001 John Howard’s government was forced to confront two major corporate collapses: HIH Insurance and Ansett Airlines, which at the time had roughly half the domestic airline market.

    The release of the 2001 cabinet papers by the National Archives of Australia reveals the government was initially reluctant to intervene in either collapse, but quickly realised that was politically unsustainable and economically dangerous.

    Continue reading...", + "content": "

    Cabinet papers 2001: Airline’s fall was nation’s largest mass job loss and insurer’s demise most expensive in Australian history

    In 2001 John Howard’s government was forced to confront two major corporate collapses: HIH Insurance and Ansett Airlines, which at the time had roughly half the domestic airline market.

    The release of the 2001 cabinet papers by the National Archives of Australia reveals the government was initially reluctant to intervene in either collapse, but quickly realised that was politically unsustainable and economically dangerous.

    Continue reading...", + "category": "Cabinet papers", + "link": "https://www.theguardian.com/australia-news/2022/jan/01/hih-and-ansett-how-the-howard-government-was-forced-to-act-over-giant-corporate-collapses", + "creator": "Anne Davies", + "pubDate": "2021-12-31T13:05:21Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a28a5805802016a2dc132045b01bf85b" + "hash": "ba58e05397b3bb03a78bcf4dd1b24e2d", + "highlights": [] }, { - "title": "Kenosha, the Rittenhouse Verdict, and the Riots of 2020", - "description": "What I saw in Portland and Kenosha has convinced me: We must stop tearing ourselves apart so that we can build.", - "content": "What I saw in Portland and Kenosha has convinced me: We must stop tearing ourselves apart so that we can build.", - "category": "George Floyd Protests (2020)", - "link": "https://www.nytimes.com/2021/11/22/opinion/politics/kenosha-rittenhouse-2020-protests.html", - "creator": "Nancy Rommelmann", - "pubDate": "Mon, 22 Nov 2021 22:51:13 +0000", + "title": "Omicron-fuelled fourth Covid wave has passed, says South Africa, as it eases restrictions", + "description": "

    Cases have dropped nearly 30% in a week, say authorities, as Israel approves fourth booster shot and New Year’s Eve gatherings around the world are restricted

    South Africa has lifted a nightime curfew on people’s movement with immediate effect, believing the country has passed the peak of its fourth coronavirus wave driven by the Omicron variant.

    The government removed the midnight-to-4am curfew based on the trajectory of the pandemic, vaccination levels and available capacity in the health sector, the government said on Thursday.

    Continue reading...", + "content": "

    Cases have dropped nearly 30% in a week, say authorities, as Israel approves fourth booster shot and New Year’s Eve gatherings around the world are restricted

    South Africa has lifted a nightime curfew on people’s movement with immediate effect, believing the country has passed the peak of its fourth coronavirus wave driven by the Omicron variant.

    The government removed the midnight-to-4am curfew based on the trajectory of the pandemic, vaccination levels and available capacity in the health sector, the government said on Thursday.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/31/omicron-fuelled-fourth-covid-wave-has-passed-says-south-africa-as-it-eases-restrictions", + "creator": "Staff and agencies", + "pubDate": "2021-12-31T00:59:50Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0bf0024b0b6a8c0f15e00dddddbd1d1e" + "hash": "a34f43b72d2d51854cff13847912c665", + "highlights": [] }, { - "title": "How Fake News on Facebook Helped Fuel a Border Crisis in Europe", - "description": "Social media worsened a migrant crisis on the border of Belarus and Poland and helped smugglers profit off desperate people trying to reach Europe.", - "content": "Social media worsened a migrant crisis on the border of Belarus and Poland and helped smugglers profit off desperate people trying to reach Europe.", - "category": "Middle East and Africa Migrant Crisis", - "link": "https://www.nytimes.com/2021/11/22/world/europe/belarus-migrants-facebook-fake-news.html", - "creator": "Andrew Higgins, Adam Satariano and Jane Arraf", - "pubDate": "Mon, 22 Nov 2021 22:30:53 +0000", + "title": "Colorado wildfires destroy hundreds of homes as tens of thousands evacuate", + "description": "

    Gusts of up to 105 mph whipped up flames, destroying hundreds of homes and prompting the governor to declare a state of emergency

    Two fast-moving wildfires driven by strong winds erupted in northern Colorado on Thursday afternoon, destroying close to 600 homes and forcing tens of thousands of residents to flee.

    At least one first responder and six others were injured, though Boulder County Sheriff Joe Pelle acknowledged there could be more injuries and deaths could be possible due to the intensity of fires that quickly swept across the region as winds gusted up to 105 mph (169 km/h).

    Continue reading...", + "content": "

    Gusts of up to 105 mph whipped up flames, destroying hundreds of homes and prompting the governor to declare a state of emergency

    Two fast-moving wildfires driven by strong winds erupted in northern Colorado on Thursday afternoon, destroying close to 600 homes and forcing tens of thousands of residents to flee.

    At least one first responder and six others were injured, though Boulder County Sheriff Joe Pelle acknowledged there could be more injuries and deaths could be possible due to the intensity of fires that quickly swept across the region as winds gusted up to 105 mph (169 km/h).

    Continue reading...", + "category": "Colorado", + "link": "https://www.theguardian.com/us-news/2021/dec/30/colorado-wildfires-evacuations-latest", + "creator": "Gabrielle Canon", + "pubDate": "2021-12-31T00:01:33Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73a36721de3ca00d3be25976968af9c5" + "hash": "61a75fade71b8731d3d13c623fe6c9fd", + "highlights": [] }, { - "title": "Groveland Four Are Exonerated More Than 70 Years Later", - "description": "The men, known as the Groveland Four, were cleared on Monday after a Florida prosecutor said “a complete breakdown of the criminal justice system” led to the charges in 1949.", - "content": "The men, known as the Groveland Four, were cleared on Monday after a Florida prosecutor said “a complete breakdown of the criminal justice system” led to the charges in 1949.", - "category": "Amnesties, Commutations and Pardons", - "link": "https://www.nytimes.com/2021/11/22/us/groveland-four-exonerated-florida.html", - "creator": "Amanda Holpuch", - "pubDate": "Mon, 22 Nov 2021 22:30:02 +0000", + "title": "Ted Cruz confuses Washington state with Western Australia in attack on Covid ‘kill-joys’", + "description": "

    The US Republican mistook a Facebook post by the Australian state on New Year’s Eve party restrictions for an edict by the Democrat-run state

    US senator Ted Cruz has been ridiculed for posting a tweet in which he mixed up the American state of Washington with Western Australia while criticising Covid restrictions.

    The Republican politician – who tried to win the party’s presidential nomination in 2016 – retweeted a post by the government of Western Australia, whose handle is WA Government – that appeared to advise a woman that dancing would not permitted at a New Year’s Eve party at her home.

    Continue reading...", + "content": "

    The US Republican mistook a Facebook post by the Australian state on New Year’s Eve party restrictions for an edict by the Democrat-run state

    US senator Ted Cruz has been ridiculed for posting a tweet in which he mixed up the American state of Washington with Western Australia while criticising Covid restrictions.

    The Republican politician – who tried to win the party’s presidential nomination in 2016 – retweeted a post by the government of Western Australia, whose handle is WA Government – that appeared to advise a woman that dancing would not permitted at a New Year’s Eve party at her home.

    Continue reading...", + "category": "Ted Cruz", + "link": "https://www.theguardian.com/us-news/2021/dec/31/ted-cruz-confuses-washington-state-with-western-australia-in-attack-on-covid-kill-joys", + "creator": "Martin Farrer", + "pubDate": "2021-12-31T02:17:35Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23d10693695ae9d6b4a2fbf347f2ce07" + "hash": "ef141dd24d52f94a401bdb5241e30c7d", + "highlights": [] }, { - "title": "Biden Bets Big on Continuity at the Fed", - "description": "Jerome Powell and Lael Brainard are known quantities in a turbulent time.", - "content": "Jerome Powell and Lael Brainard are known quantities in a turbulent time.", - "category": "United States Economy", - "link": "https://www.nytimes.com/2021/11/22/upshot/powell-brainard-fed-biden.html", - "creator": "Neil Irwin", - "pubDate": "Mon, 22 Nov 2021 22:26:49 +0000", + "title": "Auld Lang Syne arm-linking at new year connected to Freemasons, book finds", + "description": "

    Study of Robert Burns’s best-known song associates joining of arms with masonic ‘circle of unity’

    Research has uncovered a masonic connection to why revellers around the world link arms when they sing Auld Lang Syne at new year.

    A study of Robert Burns’s best-known song links the practice to Freemasonry, where singing with arms crossed and hands joined was a parting ritual in many lodges.

    Continue reading...", + "content": "

    Study of Robert Burns’s best-known song associates joining of arms with masonic ‘circle of unity’

    Research has uncovered a masonic connection to why revellers around the world link arms when they sing Auld Lang Syne at new year.

    A study of Robert Burns’s best-known song links the practice to Freemasonry, where singing with arms crossed and hands joined was a parting ritual in many lodges.

    Continue reading...", + "category": "Scotland", + "link": "https://www.theguardian.com/uk-news/2021/dec/31/freemasonry-behind-auld-lang-syne-arm-linking-at-new-year-study-reveals", + "creator": "PA Media", + "pubDate": "2021-12-31T08:13:34Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f940188be956a7e81cfb80f948c7d595" + "hash": "612900ae12333541bb03509d80338f2c", + "highlights": [] }, { - "title": "I Live in Arkansas. Why is My State Telling Me Not to Boycott Israel?", - "description": "I publish The Arkansas Times. We refused to sign an anti-B.D.S. law because it violates our First Amendment rights.", - "content": "I publish The Arkansas Times. We refused to sign an anti-B.D.S. law because it violates our First Amendment rights.", - "category": "Israel", - "link": "https://www.nytimes.com/2021/11/22/opinion/israel-arkansas-bds-pledge.html", - "creator": "Alan Leveritt", - "pubDate": "Mon, 22 Nov 2021 22:23:05 +0000", + "title": "Australia’s Covid surge in four charts: NSW now has one of world’s highest infection rates", + "description": "

    Within just two weeks Australia went from having one of the lowest rates of new Covid cases per capita in the world to one of the highest

    For the past two years, Australia has fought off waves of Covid using strict lockdowns and closed borders.

    The payoff has been counted in the fatality rate – Australia has had one of the lowest rates of death anywhere in the world.

    Continue reading...", + "content": "

    Within just two weeks Australia went from having one of the lowest rates of new Covid cases per capita in the world to one of the highest

    For the past two years, Australia has fought off waves of Covid using strict lockdowns and closed borders.

    The payoff has been counted in the fatality rate – Australia has had one of the lowest rates of death anywhere in the world.

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/australia-news/datablog/2021/dec/31/australias-covid-surge-in-four-charts-nsw-now-has-one-of-worlds-highest-infection-rates", + "creator": "Cait Kelly, Josh Nicholas and Andy Ball", + "pubDate": "2021-12-31T05:56:45Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f08ee456f8cf60894254b25711b33970" + "hash": "564642cdf5a339b7864afc402888aa39", + "highlights": [] }, { - "title": "Assembly Finds ‘Overwhelming Evidence’ Cuomo Engaged in Sexual Harassment", - "description": "The findings, released after an eight-month inquiry into former Gov. Andrew Cuomo, reinforced a damning investigation by the New York attorney general.", - "content": "The findings, released after an eight-month inquiry into former Gov. Andrew Cuomo, reinforced a damning investigation by the New York attorney general.", - "category": "Cuomo, Andrew M", - "link": "https://www.nytimes.com/2021/11/22/nyregion/cuomo-ny-assembly-investigation.html", - "creator": "Grace Ashford and Luis Ferré-Sadurní", - "pubDate": "Mon, 22 Nov 2021 22:22:10 +0000", + "title": "‘Being in love is the most difficult challenge of your life’: Paul Thomas Anderson and Alana Haim on making Licorice Pizza", + "description": "

    The director’s new film is a freewheeling romance starring two acting newcomers: the musician Alana Haim and Cooper (son of Philip Seymour) Hoffman. Anderson explains why their age gap matters, how they ripped up his rule book – and when he realised pitbulls were the best pets

    “I remember thinking as a kid: I can’t wait till I grow up,” says Paul Thomas Anderson. “I can’t wait till I get older and I can shed all this stuff, and all the answers will be there for me.”

    America’s best director is now 51: salt-and-pepper hair, still as loose-limbed as a student. Those answers are yet to materialise, he says, grinning. “No one sets you up for that. My dad never said: ‘Oh, by the way, it’s going to get a lot more complicated and a lot harder.’ Or: ‘Being in love and having a relationship is going to be the most difficult challenge of your life.’ I don’t know why. Maybe it was just my dad.”

    Continue reading...", + "content": "

    The director’s new film is a freewheeling romance starring two acting newcomers: the musician Alana Haim and Cooper (son of Philip Seymour) Hoffman. Anderson explains why their age gap matters, how they ripped up his rule book – and when he realised pitbulls were the best pets

    “I remember thinking as a kid: I can’t wait till I grow up,” says Paul Thomas Anderson. “I can’t wait till I get older and I can shed all this stuff, and all the answers will be there for me.”

    America’s best director is now 51: salt-and-pepper hair, still as loose-limbed as a student. Those answers are yet to materialise, he says, grinning. “No one sets you up for that. My dad never said: ‘Oh, by the way, it’s going to get a lot more complicated and a lot harder.’ Or: ‘Being in love and having a relationship is going to be the most difficult challenge of your life.’ I don’t know why. Maybe it was just my dad.”

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/31/licorice-pizza-paul-thomas-anderson-alana-haim-cooper-hoffman", + "creator": "Catherine Shoard", + "pubDate": "2021-12-31T06:00:11Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "424957de7b9ca9223004e18b3ba97623" + "hash": "93f28d659fa2f3317ceb1cb84c6dc9dd", + "highlights": [] }, { - "title": "Business Updates: Spacey Ordered to Pay $31 Million to ‘House of Cards’ Studio", - "description": "The founder of Theranos unexpectedly took the stand in her own defense on Friday, the latest twist in a trial that has captivated Silicon Valley.", - "content": "The founder of Theranos unexpectedly took the stand in her own defense on Friday, the latest twist in a trial that has captivated Silicon Valley.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/22/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Mon, 22 Nov 2021 22:14:29 +0000", + "title": "Chaplin, Elvis and Batman return: 25 films to look out for in 2022", + "description": "

    Baz Luhrmann takes on the King with Tom Hanks, Jim Broadbent steals a masterpiece and Jessica Chastain plays an eccentric televangelist … all in 2022’s must-see movies

    More cultural highlights of 2022

    Two newcomers become glorious movie stars in this comedy from Paul Thomas Anderson, set in 1970s Los Angeles. Cooper Hoffman (son of the late Philip Seymour Hoffman) is a fast-talking high-school kid with the nerve to start hitting on a 25-year-old woman – played by Alana Haim (of the pop band Haim), who has Barbra Streisand’s charisma and beauty. Their strange semi-platonic love affair plays out against this kid’s floundering dual careers as a child actor and waterbed salesman. Gorgeously made, with wonderful cameos from Bradley Cooper and Sean Penn.
    • Released in the UK on 1 January

    Continue reading...", + "content": "

    Baz Luhrmann takes on the King with Tom Hanks, Jim Broadbent steals a masterpiece and Jessica Chastain plays an eccentric televangelist … all in 2022’s must-see movies

    More cultural highlights of 2022

    Two newcomers become glorious movie stars in this comedy from Paul Thomas Anderson, set in 1970s Los Angeles. Cooper Hoffman (son of the late Philip Seymour Hoffman) is a fast-talking high-school kid with the nerve to start hitting on a 25-year-old woman – played by Alana Haim (of the pop band Haim), who has Barbra Streisand’s charisma and beauty. Their strange semi-platonic love affair plays out against this kid’s floundering dual careers as a child actor and waterbed salesman. Gorgeously made, with wonderful cameos from Bradley Cooper and Sean Penn.
    • Released in the UK on 1 January

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/31/films-2022-must-see-movies-chaplin-elvis-batman", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-31T06:00:13Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04d43c19fc2f0bfe1835c365ceb8fbb8" + "hash": "58ef7341f1148f58d5a8096c96341532", + "highlights": [] }, { - "title": "For Those Who Feel Rejected by Family, Friendsgiving Can Be a Lifeline", - "description": "For many L.G.B.T.Q. Americans, especially those with immigrant roots, traditional notions of Thanksgiving and family may not apply. The holiday offers another way to celebrate.", - "content": "For many L.G.B.T.Q. Americans, especially those with immigrant roots, traditional notions of Thanksgiving and family may not apply. The holiday offers another way to celebrate.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/11/22/dining/friendsgiving.html", - "creator": "Eric Kim", - "pubDate": "Mon, 22 Nov 2021 22:11:34 +0000", + "title": "Boy, 16, dies in 30th teenage homicide in London this year", + "description": "

    Number of killings of teenagers in capital has passed previous peak of 29 in 2008

    The Metropolitan police said a 16-year-old boy died after being stabbed in Hillingdon, west London, the 30th teenage homicide in the capital in 2021, surpassing a peak of 29 in 2008.

    The Met said the London ambulance service was called shortly after 7.30pm on Thursday to reports of an injured male at Philpots Farm open space, close to Heather Lane in Yiewsley, Hillingdon, west London.

    Continue reading...", + "content": "

    Number of killings of teenagers in capital has passed previous peak of 29 in 2008

    The Metropolitan police said a 16-year-old boy died after being stabbed in Hillingdon, west London, the 30th teenage homicide in the capital in 2021, surpassing a peak of 29 in 2008.

    The Met said the London ambulance service was called shortly after 7.30pm on Thursday to reports of an injured male at Philpots Farm open space, close to Heather Lane in Yiewsley, Hillingdon, west London.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2021/dec/31/boy-16-dies-after-stabbing-in-hillingdon-west-london", + "creator": "PA Media", + "pubDate": "2021-12-31T10:09:51Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc1e346da61ff4ad1a91337b8388b4fa" + "hash": "1e1519f6ed32c8dec6f695b26c1240e9", + "highlights": [] }, { - "title": "Man Intentionally Drove Into Wisconsin Holiday Parade, Police Say", - "description": "More than 40 others were hurt on Sunday in Waukesha, Wis. A 39-year-old Milwaukee man was being questioned, an official confirmed. Here’s the latest.", - "content": "More than 40 others were hurt on Sunday in Waukesha, Wis. A 39-year-old Milwaukee man was being questioned, an official confirmed. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/22/us/waukesha-parade-crash", - "creator": "The New York Times", - "pubDate": "Mon, 22 Nov 2021 22:11:20 +0000", + "title": "France reports over 200,000 cases; eastern Europe’s death toll reaches 1 million – as it happened", + "description": "

    French officials report over 206,000 cases; number of people to die from Covid in eastern Europe has reached 1 million people

    Here’s a reminder of the news overnight that NHS England is looking to set up new “pop-up” Covid facilities. My colleagues Rowena Mason and Aubrey Allegretti report:

    NHS England confirmed that it was creating new small-scale “Nightingale” facilities with up to 100 beds each at eight hospitals across the country. The health service said it had asked trusts to identify empty spaces to accommodate beds in places such as gyms or teaching areas. NHS managers are aiming to create up to 4,000 beds as surge capacity if needed, with work on the first tranche, in temporary structures, starting this week.

    Continue reading...", + "content": "

    French officials report over 206,000 cases; number of people to die from Covid in eastern Europe has reached 1 million people

    Here’s a reminder of the news overnight that NHS England is looking to set up new “pop-up” Covid facilities. My colleagues Rowena Mason and Aubrey Allegretti report:

    NHS England confirmed that it was creating new small-scale “Nightingale” facilities with up to 100 beds each at eight hospitals across the country. The health service said it had asked trusts to identify empty spaces to accommodate beds in places such as gyms or teaching areas. NHS managers are aiming to create up to 4,000 beds as surge capacity if needed, with work on the first tranche, in temporary structures, starting this week.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/30/covid-news-live-who-warns-of-trade-off-as-countries-ease-isolation-and-testing-rules", + "creator": "Samantha Lock (now); Jem Bartholomew , Lucy Campbell and Martin Belam (earlier)", + "pubDate": "2021-12-31T00:44:09Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c4831fcfff0703c74fc606d5cacc0e6" + "hash": "f7c649bba749da4ccd15d45195846963", + "highlights": [] }, { - "title": "Biden Will Keep Powell as Fed Chair, Resisting Pressure for Shake-Up", - "description": "President Biden’s decision to renominate Jerome Powell was a return to a longstanding tradition. Here are the latest updates and reactions to the choice.", - "content": "President Biden’s decision to renominate Jerome Powell was a return to a longstanding tradition. Here are the latest updates and reactions to the choice.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/22/business/federal-reserve-powell-brainard", - "creator": "The New York Times", - "pubDate": "Mon, 22 Nov 2021 22:11:20 +0000", + "title": "PM announces change to isolation time as nation records more than 32,000 cases – as it happened", + "description": "

    Scott Morrison announces change to isolation time; South Australia records 2,091 new Covid-19 cases and four deaths; NT introduces indoor masks after 60 cases; Queensland records 3,118 cases; NSW records 21,151 new cases and six deaths; Victoria records 5,919 cases and seven deaths; the ACT records 462 cases; and WA one case. This blog is now closed

    China’s foreign ministry has responded to reports that the Australian Department of Defence has not recommended scrapping a Chinese company’s long-term lease over the Port of Darwin.

    Earlier this week, the Australian newspaper reported that a Defence review had found there were no national security grounds sufficient to recommend a government intervention to overturn the 99-year lease to Chinese company Landbridge. The newspaper reported the cabinet’s national security committee had not yet taken any action, because there was no formal recommendation from Defence for a national security intervention, but the Morrison government was still reviewing the matter.

    Plan ahead. Watch your alcohol consumption in relation to the Covid-safe deployments.

    We ask you to maintain masks and physical distancing.

    Police will be out in force on our roads and at events, not just in Sydney, but right across the state to make sure everyone rings in the new year safely.

    Continue reading...", + "content": "

    Scott Morrison announces change to isolation time; South Australia records 2,091 new Covid-19 cases and four deaths; NT introduces indoor masks after 60 cases; Queensland records 3,118 cases; NSW records 21,151 new cases and six deaths; Victoria records 5,919 cases and seven deaths; the ACT records 462 cases; and WA one case. This blog is now closed

    China’s foreign ministry has responded to reports that the Australian Department of Defence has not recommended scrapping a Chinese company’s long-term lease over the Port of Darwin.

    Earlier this week, the Australian newspaper reported that a Defence review had found there were no national security grounds sufficient to recommend a government intervention to overturn the 99-year lease to Chinese company Landbridge. The newspaper reported the cabinet’s national security committee had not yet taken any action, because there was no formal recommendation from Defence for a national security intervention, but the Morrison government was still reviewing the matter.

    Plan ahead. Watch your alcohol consumption in relation to the Covid-safe deployments.

    We ask you to maintain masks and physical distancing.

    Police will be out in force on our roads and at events, not just in Sydney, but right across the state to make sure everyone rings in the new year safely.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/31/australia-news-live-covid-morrison-rapid-test-nsw-victoria-albanese-queensland-case-numbers-new-year-coronavirus-sa-updates", + "creator": "Cait Kelly and Mostafa Rachwani (earlier)", + "pubDate": "2021-12-31T08:22:06Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6bbfaf2dbef3c37f7db67c70b87321df" + "hash": "69963e0617b92155a5a9de23b797ae6d", + "highlights": [] }, { - "title": "Defense Lawyers Make Closing Arguments in Arbery Killing Trial", - "description": "Three white Georgia men stand accused of murdering Ahmaud Arbery, a 25-year-old Black man, in February 2020. Watch live and follow updates on the trial.", - "content": "Three white Georgia men stand accused of murdering Ahmaud Arbery, a 25-year-old Black man, in February 2020. Watch live and follow updates on the trial.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/22/us/ahmaud-arbery-murder-trial", - "creator": "The New York Times", - "pubDate": "Mon, 22 Nov 2021 22:11:20 +0000", + "title": "‘She stood in silence, remembering’: photographing Gaza under airstrikes", + "description": "

    Fatima Shbair’s photo of a girl in her ruined home is an indelible image of the Israeli-Palestinian conflict’s resurgence in May

    For 11 days in May, Fatima Shbair hardly slept. When the most recent rounds of fighting in Gaza broke out between Israelis and Palestinians on 10 May, the 24-year-old freelance photographer said goodbye to her mother and left her home to document the stories of her neighbours in Gaza, as their lives were racked by terror.

    The conflict featured waves of pre-dawn Israeli air raids and rocket fire from Gazan territory. Palestinians made up the vast majority of more than 250 people killed.

    Continue reading...", + "content": "

    Fatima Shbair’s photo of a girl in her ruined home is an indelible image of the Israeli-Palestinian conflict’s resurgence in May

    For 11 days in May, Fatima Shbair hardly slept. When the most recent rounds of fighting in Gaza broke out between Israelis and Palestinians on 10 May, the 24-year-old freelance photographer said goodbye to her mother and left her home to document the stories of her neighbours in Gaza, as their lives were racked by terror.

    The conflict featured waves of pre-dawn Israeli air raids and rocket fire from Gazan territory. Palestinians made up the vast majority of more than 250 people killed.

    Continue reading...", + "category": "Photography", + "link": "https://www.theguardian.com/global-development/2021/dec/29/photographing-gaza-under-airstrikes", + "creator": "Sarah Johnson", + "pubDate": "2021-12-29T15:00:24Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d72ccf50f1038b170af449b28653d9b6" + "hash": "e8df04c225eec3927516eb9d3bbd2b6a", + "highlights": [] }, { - "title": "90 Percent of U.S. Federal Employees Will Meet Vaccination Deadline", - "description": "The mandate, announced in September, was part of an aggressive effort to combat the spread of the Delta variant. Here’s the latest on Covid-19.", - "content": "The mandate, announced in September, was part of an aggressive effort to combat the spread of the Delta variant. Here’s the latest on Covid-19.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/22/world/covid-vaccine-boosters-mandates", - "creator": "The New York Times", - "pubDate": "Mon, 22 Nov 2021 22:11:20 +0000", + "title": "‘Our house was gone, it was sea and sand’: life on the vanishing coasts – in pictures", + "description": "

    Coastal communities in Mexico, Bangladesh and Somalia are struggling to adapt to the climate crisis. Many people have already lost livelihoods and homes to rising waters

    Continue reading...", + "content": "

    Coastal communities in Mexico, Bangladesh and Somalia are struggling to adapt to the climate crisis. Many people have already lost livelihoods and homes to rising waters

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/gallery/2021/dec/29/our-house-was-gone-it-was-sea-and-sand-life-on-the-vanishing-coasts-in-pictures", + "creator": "", + "pubDate": "2021-12-29T12:15:20Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89c2d1d5aaa76651a11a7619a2a4457a" + "hash": "c6d9d83e51f34e1c2de2e616c3a2f748", + "highlights": [] }, { - "title": "Elizabeth Holmes Concludes Day 2 of Her Testimony in the Theranos Trial", - "description": "Ms. Holmes suggested that she could not have intended to deceive investors because she believed the technology worked. Follow the trial here.", - "content": "Ms. Holmes suggested that she could not have intended to deceive investors because she believed the technology worked. Follow the trial here.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/22/technology/elizabeth-holmes-theranos-trial", - "creator": "The New York Times", - "pubDate": "Mon, 22 Nov 2021 22:11:20 +0000", + "title": "Winter storm creates blizzard conditions in central California – video", + "description": "

    Severe weather sweeping across parts of the US continues to bring record-breaking cold temperatures to the Pacific north-west and heavy snow to mountains in California and Nevada.

    Footage from Mammoth Lakes in central California shows blizzards of snow. To the north, the Northstar California ski resort in Truckee closed its mountain operations on Monday due to the extreme conditions

    Continue reading...", + "content": "

    Severe weather sweeping across parts of the US continues to bring record-breaking cold temperatures to the Pacific north-west and heavy snow to mountains in California and Nevada.

    Footage from Mammoth Lakes in central California shows blizzards of snow. To the north, the Northstar California ski resort in Truckee closed its mountain operations on Monday due to the extreme conditions

    Continue reading...", + "category": "US weather", + "link": "https://www.theguardian.com/us-news/video/2021/dec/28/winter-storm-creates-blizzard-conditions-in-central-california-video", + "creator": "", + "pubDate": "2021-12-28T16:25:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5df9dda71ce18bdd1cc8ad23353e751b" + "hash": "5c77b480ec95322ab5e8be36d87361af", + "highlights": [] }, { - "title": "Cuomo's Office Undermined Health Department, Top Doctor Testifies", - "description": "The N.Y. Health Department became a “toxic work environment” early in the pandemic, a high-ranking doctor told officials investigating ex-Gov. Andrew Cuomo.", - "content": "The N.Y. Health Department became a “toxic work environment” early in the pandemic, a high-ranking doctor told officials investigating ex-Gov. Andrew Cuomo.", - "category": "Cuomo, Andrew M", - "link": "https://www.nytimes.com/2021/11/22/nyregion/cuomo-covid-health-department.html", - "creator": "Joseph Goldstein and Sharon Otterman", - "pubDate": "Mon, 22 Nov 2021 22:08:36 +0000", + "title": "Covid news live: South Africa says fourth wave has peaked; US will soon see ‘viral blizzard’, expert warns", + "description": "

    Health officials in South Africa say its fourth wave has passed after a dip in infections; the US will see new Covid cases rise dramatically next month, an infectious disease expert warns

    South Africa has lifted a nighttime curfew on people’s movement with immediate effect, believing the country has passed the peak of its fourth coronavirus wave driven by the Omicron variant.

    The government removed the midnight-to-4am curfew based on the trajectory of the pandemic, vaccination levels and available capacity in the health sector, the government said on Thursday.

    All indicators suggest the country may have passed the peak of the fourth wave at a national level.

    While the Omicron variant is highly transmissible, there has been lower rates of hospitalisation than in previous waves.”

    Continue reading...", + "content": "

    Health officials in South Africa say its fourth wave has passed after a dip in infections; the US will see new Covid cases rise dramatically next month, an infectious disease expert warns

    South Africa has lifted a nighttime curfew on people’s movement with immediate effect, believing the country has passed the peak of its fourth coronavirus wave driven by the Omicron variant.

    The government removed the midnight-to-4am curfew based on the trajectory of the pandemic, vaccination levels and available capacity in the health sector, the government said on Thursday.

    All indicators suggest the country may have passed the peak of the fourth wave at a national level.

    While the Omicron variant is highly transmissible, there has been lower rates of hospitalisation than in previous waves.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/31/covid-news-live-south-africa-says-fourth-wave-has-peaked-us-will-soon-see-viral-blizzard-expert-warns", + "creator": "Samantha Lock", + "pubDate": "2021-12-31T01:32:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "583eec042c3b42811c29b670279dcd06" + "hash": "805672739ec98b6e8be678e0d2f3354b", + "highlights": [] }, { - "title": "Five Ways to Exercise Your Thankfulness Muscles", - "description": "Feeling grateful does not always happen naturally.", - "content": "Feeling grateful does not always happen naturally.", - "category": "Thanksgiving Day", - "link": "https://www.nytimes.com/2021/11/21/opinion/thanksgiving-gratitude.html", - "creator": "Tish Harrison Warren", - "pubDate": "Mon, 22 Nov 2021 22:04:59 +0000", + "title": "Jamal Khashoggi killers living in luxury villas in Riyadh, say witnesses", + "description": "

    Exclusive: Reports of hit squad members living freely casts further doubt on Saudi claims that justice has been served

    At least three members of a Saudi hit squad convicted by the kingdom of murdering Jamal Khashoggi are living and working “in seven-star accommodation” inside a government-run security compound in Riyadh, according to a source connected to senior members of Saudi intelligence.

    The assassins are believed to be staying in villas and buildings run by Saudi Arabia’s State Security agency – far from the walls of its infamous prisons. The source has spoken to two witnesses who claim to have seen the men. They said family members frequently visit the men, who are able to use a gym and workspaces on the site.

    Continue reading...", + "content": "

    Exclusive: Reports of hit squad members living freely casts further doubt on Saudi claims that justice has been served

    At least three members of a Saudi hit squad convicted by the kingdom of murdering Jamal Khashoggi are living and working “in seven-star accommodation” inside a government-run security compound in Riyadh, according to a source connected to senior members of Saudi intelligence.

    The assassins are believed to be staying in villas and buildings run by Saudi Arabia’s State Security agency – far from the walls of its infamous prisons. The source has spoken to two witnesses who claim to have seen the men. They said family members frequently visit the men, who are able to use a gym and workspaces on the site.

    Continue reading...", + "category": "Jamal Khashoggi", + "link": "https://www.theguardian.com/world/2021/dec/30/jamal-khashoggi-killers-living-in-luxury-villas-in-riyadh-say-witnesses", + "creator": "Martin Chulov Middle East correspondent", + "pubDate": "2021-12-30T13:17:30Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d68c7b8352f286717415b05a58f0a923" + "hash": "2d3f3d50de3d0f448b1a2786c53cff7a", + "highlights": [] }, { - "title": "Kevin Spacey Ordered to Pay $31 Million to ‘House of Cards’ Studio", - "description": "A secret arbitrator’s ruling was issued 13 months ago and became public on Monday when lawyers for the studio petitioned a California court to confirm the award.", - "content": "A secret arbitrator’s ruling was issued 13 months ago and became public on Monday when lawyers for the studio petitioned a California court to confirm the award.", - "category": "#MeToo Movement", - "link": "https://www.nytimes.com/2021/11/22/business/media/kevin-spacey-house-of-cards.html", - "creator": "John Koblin", - "pubDate": "Mon, 22 Nov 2021 21:48:36 +0000", + "title": "Ashraf Ghani blames international allies over Afghanistan’s fall to Taliban", + "description": "

    In first interview since fleeing Kabul in August, former president says US ‘erased’ Afghans in years of peace talks with militants

    The former Afghan president Ashraf Ghani has broken his silence with his first interview since fleeing Kabul four months ago, in effect blaming the international community and in particular the Americans for the fall of the republic.

    Ghani told the BBC he was rushed into fleeing Kabul on a helicopter by his “terrified” national security adviser, Hamdullah Mohib, and the commander of the collapsing presidential security detail.

    Continue reading...", + "content": "

    In first interview since fleeing Kabul in August, former president says US ‘erased’ Afghans in years of peace talks with militants

    The former Afghan president Ashraf Ghani has broken his silence with his first interview since fleeing Kabul four months ago, in effect blaming the international community and in particular the Americans for the fall of the republic.

    Ghani told the BBC he was rushed into fleeing Kabul on a helicopter by his “terrified” national security adviser, Hamdullah Mohib, and the commander of the collapsing presidential security detail.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2021/dec/30/ashraf-ghani-blames-international-allies-afghanistan-fall-taliban", + "creator": "Emma Graham-Harrison", + "pubDate": "2021-12-30T15:12:13Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83d659e67dcc5c72ff09d93c1be7a22d" + "hash": "cbdc353904d9d90b9bfcf2f5a75ea6fb", + "highlights": [] }, { - "title": "Jeff Bezos Donates $100 Million to the Obama Foundation", - "description": "The gift was the largest yet for the foundation and was among several splashy donations in recent months by Mr. Bezos, one of the world’s richest people.", - "content": "The gift was the largest yet for the foundation and was among several splashy donations in recent months by Mr. Bezos, one of the world’s richest people.", - "category": "Bezos, Jeffrey P", - "link": "https://www.nytimes.com/2021/11/22/business/bezos-obama-foundation.html", - "creator": "Nicholas Kulish", - "pubDate": "Mon, 22 Nov 2021 21:47:21 +0000", + "title": "Spain’s public sector trailblazers seek to lead way on menstrual leave", + "description": "

    Handful of local administrations are among the first in west to offer arrangement to their employees

    A handful of local administrations in Spain have become among the first in western Europe to offer menstrual leave to their employees, in an attempt to strike a better balance between workplace demands and period pains.

    This year the Catalan city of Girona became the first in the country to consider flexible working arrangements for any employee experiencing discomfort due to periods. In June it announced a deal with its more than 1,300 municipal employees to allow women, trans men and non-binary individuals to take up to eight hours menstrual leave a month, with the caveat that any time used must be recovered within a span of three months.

    Continue reading...", + "content": "

    Handful of local administrations are among the first in west to offer arrangement to their employees

    A handful of local administrations in Spain have become among the first in western Europe to offer menstrual leave to their employees, in an attempt to strike a better balance between workplace demands and period pains.

    This year the Catalan city of Girona became the first in the country to consider flexible working arrangements for any employee experiencing discomfort due to periods. In June it announced a deal with its more than 1,300 municipal employees to allow women, trans men and non-binary individuals to take up to eight hours menstrual leave a month, with the caveat that any time used must be recovered within a span of three months.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2021/dec/30/spain-public-sector-trailblazers-seek-lead-way-menstrual-leave", + "creator": "Ashifa Kassam in Madrid", + "pubDate": "2021-12-30T15:15:49Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86ca62e1d608a4fbc56af6bb55056fe5" + "hash": "bfa950138c1409d5ce4b084e6e722958", + "highlights": [] }, { - "title": "What We Know About the Victims of the Waukesha Parade Crash", - "description": "Eighteen children between the ages of 3 and 16 were among those injured, including three sets of siblings.", - "content": "Eighteen children between the ages of 3 and 16 were among those injured, including three sets of siblings.", - "category": "Waukesha, Wis, Holiday Parade Attack (2021)", - "link": "https://www.nytimes.com/article/waukesha-parade-victims.html", - "creator": "Giulia Heyward and Shawn Hubler", - "pubDate": "Mon, 22 Nov 2021 21:42:55 +0000", + "title": "Germans flock to Poland to buy fireworks in defiance of ban", + "description": "

    Firework sales prohibited in Germany for second year in a row owing to Covid, resulting in growing stockpile

    Germans seeking to defy a government ban on the domestic selling of fireworks before new year celebrations are heading in their droves across the border to Polish shops and factories.

    A ban was announced this month for a second year in a row in an attempt to prevent large gatherings during the pandemic and to ease the burden on hospitals, which regularly have to treat serious injuries such as burns and lacerated limbs resulting from pyrotechnic accidents.

    Continue reading...", + "content": "

    Firework sales prohibited in Germany for second year in a row owing to Covid, resulting in growing stockpile

    Germans seeking to defy a government ban on the domestic selling of fireworks before new year celebrations are heading in their droves across the border to Polish shops and factories.

    A ban was announced this month for a second year in a row in an attempt to prevent large gatherings during the pandemic and to ease the burden on hospitals, which regularly have to treat serious injuries such as burns and lacerated limbs resulting from pyrotechnic accidents.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/30/germans-flock-to-poland-to-buy-fireworks-in-defiance-of-ban", + "creator": "Kate Connolly in Berlin", + "pubDate": "2021-12-30T16:40:47Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59798b154d4b34f5ead3adfbd30ba1af" + "hash": "3da1fd0d2ebba7ae33e8a99b26d6e7aa", + "highlights": [] }, { - "title": "Why Was This Ancient Tusk 150 Miles From Land, 10,000 Feet Deep?", - "description": "A discovery in the Pacific Ocean off California leads to “an Indiana Jones mixed with Jurassic Park moment.”", - "content": "A discovery in the Pacific Ocean off California leads to “an Indiana Jones mixed with Jurassic Park moment.”", - "category": "Mammoths (Animals)", - "link": "https://www.nytimes.com/2021/11/22/science/mammoth-tusk-ocean.html", - "creator": "Annie Roth", - "pubDate": "Mon, 22 Nov 2021 21:27:07 +0000", + "title": "France suspends rule denying British residents of other EU countries transit", + "description": "

    Government says border officials will show tolerance toward those who had gone back to UK for Christmas

    The French government has suspended a new rule that prevented British nationals legally resident in other EU countries from travelling through France to reach their homes, a move that caused confusion for thousands of travellers.

    Border officials would “show tolerance” in order to “allow these nationals to transit through France to reach their residence in a country of the European Union after the Christmas and New Year period”, the interior ministry said in a statement. It came as Germany also relaxed rules for British visitors.

    Continue reading...", + "content": "

    Government says border officials will show tolerance toward those who had gone back to UK for Christmas

    The French government has suspended a new rule that prevented British nationals legally resident in other EU countries from travelling through France to reach their homes, a move that caused confusion for thousands of travellers.

    Border officials would “show tolerance” in order to “allow these nationals to transit through France to reach their residence in a country of the European Union after the Christmas and New Year period”, the interior ministry said in a statement. It came as Germany also relaxed rules for British visitors.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/30/french-border-officials-in-uk-turn-back-british-residents-of-other-eu-countries", + "creator": "Jon Henley and Aubrey Allegretti", + "pubDate": "2021-12-30T19:05:20Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ef7fcaa73203cb39ec68a4f96e59c28" + "hash": "7359d142118a5ade9dcdbd3f2d8fd839", + "highlights": [] }, { - "title": "Free E-Bikes for Everyone!", - "description": "We’re in the middle of a climate crisis. We need big ideas.", - "content": "We’re in the middle of a climate crisis. We need big ideas.", - "category": "Electric Bicycles, Motorcycles and Scooters", - "link": "https://www.nytimes.com/2021/11/22/opinion/free-ebikes-climate.html", - "creator": "Jay Caspian Kang", - "pubDate": "Mon, 22 Nov 2021 21:23:32 +0000", + "title": "Hong Kong court denies bail to ex-editors after raid on news outlet", + "description": "

    It comes as US secretary of state calls for release of Stand News editors, saying ‘journalism is not sedition’

    A Hong Kong court has denied bail to two former senior editors charged with conspiring to publish seditious materials, a day after police raided Stand News, a pro-democracy media outlet, prompting its closure.

    About 200 officers raided the office of the online publication on Wednesday, froze its assets and arrested seven current and former senior editors and former board members, in the latest crackdown on the city’s press.

    Continue reading...", + "content": "

    It comes as US secretary of state calls for release of Stand News editors, saying ‘journalism is not sedition’

    A Hong Kong court has denied bail to two former senior editors charged with conspiring to publish seditious materials, a day after police raided Stand News, a pro-democracy media outlet, prompting its closure.

    About 200 officers raided the office of the online publication on Wednesday, froze its assets and arrested seven current and former senior editors and former board members, in the latest crackdown on the city’s press.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/30/journalism-is-not-sedition-blinken-urges-release-of-seven-arrested-in-hong-kong-media-raids", + "creator": "Rhoda Kwan in Taipei and agencies", + "pubDate": "2021-12-30T15:05:27Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f24ccf786be4975017b1936cacb0647b" + "hash": "d4b65fac6793412a9b67ace5659d35a3", + "highlights": [] }, { - "title": "Sean Parnell Suspends G.O.P. Senate Bid in Pennsylvania", - "description": "Mr. Parnell, who was endorsed by Donald Trump in one of the highest-profile 2022 Senate races, had been accused by his estranged wife of spousal and child abuse.", - "content": "Mr. Parnell, who was endorsed by Donald Trump in one of the highest-profile 2022 Senate races, had been accused by his estranged wife of spousal and child abuse.", - "category": "Parnell, Sean (1981- )", - "link": "https://www.nytimes.com/2021/11/22/us/politics/sean-parnell-suspends-pennsylvania-senate.html", - "creator": "Jennifer Medina", - "pubDate": "Mon, 22 Nov 2021 21:19:41 +0000", + "title": "Assunta Maresca, first female boss in Camorra mafia, dies aged 86", + "description": "

    Maresca, known as Pupetta, or ‘Little Doll’, found fame when she shot dead her husband’s killer in Naples at the age of 18

    A former beauty queen who shot to fame when she killed her husband’s killer in Naples at the age of 18 and went on to become the first female boss in Italy’s powerful Camorra mafia clan has died aged 86.

    Assunta Maresca, better known as Pupetta, or “Little Doll”, was the daughter of a notorious black marketeer. In the mid-1950s, 18 years old and six months pregnant, she tracked down Antonio Esposito, the Camorra boss who had ordered the killing of her husband, and shot him dead in broad daylight on a street in Naples.

    Continue reading...", + "content": "

    Maresca, known as Pupetta, or ‘Little Doll’, found fame when she shot dead her husband’s killer in Naples at the age of 18

    A former beauty queen who shot to fame when she killed her husband’s killer in Naples at the age of 18 and went on to become the first female boss in Italy’s powerful Camorra mafia clan has died aged 86.

    Assunta Maresca, better known as Pupetta, or “Little Doll”, was the daughter of a notorious black marketeer. In the mid-1950s, 18 years old and six months pregnant, she tracked down Antonio Esposito, the Camorra boss who had ordered the killing of her husband, and shot him dead in broad daylight on a street in Naples.

    Continue reading...", + "category": "Mafia", + "link": "https://www.theguardian.com/world/2021/dec/30/assunta-maresca-first-female-boss-in-camorra-mafia-dies-aged-86", + "creator": "Angela Giuffrida in Rome and Clare Longrigg", + "pubDate": "2021-12-30T14:54:42Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a28bd165adbe86f0ed2646f2379d849" + "hash": "3a4eb8c60c5be9413a36737fbc42b236", + "highlights": [] }, { - "title": "Overheating the Economy Now Could Mean Trouble Later", - "description": "Now that Jerome Powell has been renominated to head the Federal Reserve, he needs to turn the temperature down.", - "content": "Now that Jerome Powell has been renominated to head the Federal Reserve, he needs to turn the temperature down.", - "category": "Inflation (Economics)", - "link": "https://www.nytimes.com/2021/11/22/opinion/biden-powell-inflation-fed-economy.html", - "creator": "Michael R. Strain", - "pubDate": "Mon, 22 Nov 2021 21:16:27 +0000", + "title": "Fireworks could fizzle out as drones rise in popularity for new year", + "description": "

    Use of the devices has taken off in recent years, with apparent benefits including less distress to animals

    As new year approaches, crowds around the world may be expecting whizzes and bangs to light up the sky. But the appeal of fireworks could fizzle out with the growing use of drones for light shows.

    One notable example was the opening ceremony of this year’s Tokyo Olympics, while the Over the Top NYE event at Reunion Tower in Dallas is among those planning to combine fireworks and drones to welcome 2022.

    Continue reading...", + "content": "

    Use of the devices has taken off in recent years, with apparent benefits including less distress to animals

    As new year approaches, crowds around the world may be expecting whizzes and bangs to light up the sky. But the appeal of fireworks could fizzle out with the growing use of drones for light shows.

    One notable example was the opening ceremony of this year’s Tokyo Olympics, while the Over the Top NYE event at Reunion Tower in Dallas is among those planning to combine fireworks and drones to welcome 2022.

    Continue reading...", + "category": "Drones (non-military)", + "link": "https://www.theguardian.com/uk-news/2021/dec/30/fireworks-could-fizzle-out-drones-rise-popularity-new-year", + "creator": "Nicola Davis Science correspondent", + "pubDate": "2021-12-30T12:02:47Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05d4d3944c9d9796379274898f1d0fea" + "hash": "4cce9304a06199ee3c4305a18c2540e3", + "highlights": [] }, { - "title": "Austria Imposes Lockdown Amid Europe’s Covid Surge", - "description": "Europe is again at the center of the pandemic, and amid vaccine resistance and protests, nations are imposing new rules and pressuring people to get inoculated.", - "content": "Europe is again at the center of the pandemic, and amid vaccine resistance and protests, nations are imposing new rules and pressuring people to get inoculated.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/22/world/europe/covid-europe-surge-protests.html", - "creator": "Steven Erlanger", - "pubDate": "Mon, 22 Nov 2021 21:05:52 +0000", + "title": "How Australia went from Covid-zero to Covid-central in just a few months", + "description": "

    Arrival of Omicron variant coupled with loosening of restrictions has seen ‘fortress Australia’ policy abandoned

    Since the Covid-19 pandemic began to emerge across the globe almost two years ago, Australia has often appeared to be living in a parallel reality.

    In November last year, when more than 50,000 people had already died in the UK and daily case numbers were hovering at about 33,000 during a suffocating lockdown, the Queensland premier, Annastacia Palaszczuk, was boasting of packed crowds at rugby games.

    Continue reading...", + "content": "

    Arrival of Omicron variant coupled with loosening of restrictions has seen ‘fortress Australia’ policy abandoned

    Since the Covid-19 pandemic began to emerge across the globe almost two years ago, Australia has often appeared to be living in a parallel reality.

    In November last year, when more than 50,000 people had already died in the UK and daily case numbers were hovering at about 33,000 during a suffocating lockdown, the Queensland premier, Annastacia Palaszczuk, was boasting of packed crowds at rugby games.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/30/how-australia-went-from-covid-zero-to-covid-central-in-just-a-few-months", + "creator": "Michael McGowan in Sydney", + "pubDate": "2021-12-30T14:56:12Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d550561f1cf8157ca1746d22f2cc2762" + "hash": "31b602bf421616989eb85b39f34618a9", + "highlights": [] }, { - "title": "Robert Bly, Poet Who Gave Rise to a Men’s Movement, Dies at 94", - "description": "His most famous, and most controversial, work was “Iron John: A Book About Men,” which made the case that American men had grown soft and feminized. It made him a cultural phenomenon.", - "content": "His most famous, and most controversial, work was “Iron John: A Book About Men,” which made the case that American men had grown soft and feminized. It made him a cultural phenomenon.", - "category": "Deaths (Obituaries)", - "link": "https://www.nytimes.com/2021/11/22/books/robert-bly-dead.html", - "creator": "Robert D. McFadden", - "pubDate": "Mon, 22 Nov 2021 21:00:57 +0000", + "title": "UK Covid case numbers hit another record high at more than 189,000", + "description": "

    Thursday’s figure is new daily record, with the number of people in hospital and deaths also rising

    Confirmed daily Covid cases in the UK hit yet another high on Thursday, with 189,213 reported in the past 24 hours, while the number of people in hospital and deaths have also risen, data reveals.

    On Wednesday 183,037 daily cases were reported for the whole of the UK – a record at the time – although this figure included a backlog in some nations from before and during the Christmas period, with five days of case data included for Northern Ireland. Thursday’s newly reported cases for Wales covered a two-day period.

    Continue reading...", + "content": "

    Thursday’s figure is new daily record, with the number of people in hospital and deaths also rising

    Confirmed daily Covid cases in the UK hit yet another high on Thursday, with 189,213 reported in the past 24 hours, while the number of people in hospital and deaths have also risen, data reveals.

    On Wednesday 183,037 daily cases were reported for the whole of the UK – a record at the time – although this figure included a backlog in some nations from before and during the Christmas period, with five days of case data included for Northern Ireland. Thursday’s newly reported cases for Wales covered a two-day period.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/30/uk-covid-case-numbers-hit-another-record-high-at-more-than-189000", + "creator": "Nicola Davis Science correspondent", + "pubDate": "2021-12-30T20:54:44Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e10a784221688a9b32bccb2b3a6d670c" + "hash": "df8f7f193520574b08fb17f8bd329515", + "highlights": [] }, { - "title": "The U.K. and France, Once More Unto the Breach", - "description": "The Hundred Years’ War isn’t over. Let’s go for another hundred.", - "content": "The Hundred Years’ War isn’t over. Let’s go for another hundred.", - "category": "France", - "link": "https://www.nytimes.com/2021/11/20/opinion/uk-france-submarine.html", - "creator": "Maureen Dowd", - "pubDate": "Mon, 22 Nov 2021 20:26:05 +0000", + "title": "‘Atmosphere of fear’: Hong Kong students lament loss of Tiananmen statues", + "description": "

    Staff and students say the recent destruction of massacre monuments is a manifestation of a new and uneasy culture on campus

    Sophie Mak, a recent graduate of law and literature, had walked past the fiery orange monument between classes for five years. A month after her graduation ceremony at the University of Hong Kong (HKU), two nights before Christmas, workers erected barricades around the statue. Under the cover of darkness, they cut it down.

    “It’s an absolute disgrace that HKU removed the Pillar of Shame so callously and so furtively,” Mak says.

    Continue reading...", + "content": "

    Staff and students say the recent destruction of massacre monuments is a manifestation of a new and uneasy culture on campus

    Sophie Mak, a recent graduate of law and literature, had walked past the fiery orange monument between classes for five years. A month after her graduation ceremony at the University of Hong Kong (HKU), two nights before Christmas, workers erected barricades around the statue. Under the cover of darkness, they cut it down.

    “It’s an absolute disgrace that HKU removed the Pillar of Shame so callously and so furtively,” Mak says.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/31/atmosphere-of-fear-hong-kong-students-lament-loss-of-tiananmen-statues", + "creator": "Rhoda Kwan in Taipei", + "pubDate": "2021-12-31T01:08:34Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a6ee701fb3dfe5188c55dc75920aba1" + "hash": "7dd5634b04072cd4ee235655a439c1a1", + "highlights": [] }, { - "title": "Rittenhouse and the Right’s White Vigilante Heroes", - "description": "The great threat is that there are young men out there who watched the verdict and now want to follow Rittenhouse’s lead.", - "content": "The great threat is that there are young men out there who watched the verdict and now want to follow Rittenhouse’s lead.", - "category": "Rittenhouse, Kyle", - "link": "https://www.nytimes.com/2021/11/19/opinion/kyle-rittenhouse-not-guilty-vigilantes.html", - "creator": "Charles M. Blow", - "pubDate": "Mon, 22 Nov 2021 20:19:50 +0000", + "title": "Ghislaine Maxwell more evil than Epstein, says Virginia Giuffre", + "description": "

    Alleged victim says socialite preyed on vulnerable girls, and her conviction is a bittersweet moment

    Ghislaine Maxwell’s crimes were even worse than those of the sexual predator for whom she trafficked girls because she used her ability to gain the girls’ confidence to drag them into a world of abuse, an alleged victim has said.

    Virginia Giuffre, who claims she was trafficked by Maxwell’s boyfriend Jeffrey Epstein, but who did not give testimony in the case that concluded on Wednesday, said Maxwell and Epstein had taken a part of her childhood that she could never get back.

    Continue reading...", + "content": "

    Alleged victim says socialite preyed on vulnerable girls, and her conviction is a bittersweet moment

    Ghislaine Maxwell’s crimes were even worse than those of the sexual predator for whom she trafficked girls because she used her ability to gain the girls’ confidence to drag them into a world of abuse, an alleged victim has said.

    Virginia Giuffre, who claims she was trafficked by Maxwell’s boyfriend Jeffrey Epstein, but who did not give testimony in the case that concluded on Wednesday, said Maxwell and Epstein had taken a part of her childhood that she could never get back.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/30/ghislaine-maxwell-more-evil-than-epstein-says-virginia-giuffre", + "creator": "Kevin Rawlinson", + "pubDate": "2021-12-30T13:19:47Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "84bbff90fcf980da649d886eb3822b16" + "hash": "5a0872281995ec1fb956c06dbc12f960", + "highlights": [] }, { - "title": "Paul Thomas Anderson on \"Licorice Pizza\" and Age Difference", - "description": "The auteur explains why he cast Alana Haim, and why he thinks the age difference in the film’s central relationship shouldn’t matter.", - "content": "The auteur explains why he cast Alana Haim, and why he thinks the age difference in the film’s central relationship shouldn’t matter.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/11/22/movies/paul-thomas-anderson-licorice-pizza.html", - "creator": "Kyle Buchanan", - "pubDate": "Mon, 22 Nov 2021 20:01:31 +0000", + "title": "The 10 best video games coming in 2022", + "description": "

    George RR Martin joins forces with the makers of Dark Souls, ghosts take over in Japan and a Nintendo sequel you could be playing all year

    More cultural highlights of 2022

    (Xbox One/Series S/Series X, PlayStation 4/5, PC) The long-awaited fantasy epic from Dark Souls’ creators FromSoftware, with narrative input from George RR Martin. It combines a huge, detailed open world, inhabited by everything from dragons and wolves to trolls and patrolling soldiers, with the developer’s signature heart-in-mouth, swords-and-sorcery combat. An intriguing world to discover alone, or with other players.

    Continue reading...", + "content": "

    George RR Martin joins forces with the makers of Dark Souls, ghosts take over in Japan and a Nintendo sequel you could be playing all year

    More cultural highlights of 2022

    (Xbox One/Series S/Series X, PlayStation 4/5, PC) The long-awaited fantasy epic from Dark Souls’ creators FromSoftware, with narrative input from George RR Martin. It combines a huge, detailed open world, inhabited by everything from dragons and wolves to trolls and patrolling soldiers, with the developer’s signature heart-in-mouth, swords-and-sorcery combat. An intriguing world to discover alone, or with other players.

    Continue reading...", + "category": "Games", + "link": "https://www.theguardian.com/games/2021/dec/30/games-preview-2022", + "creator": "Keza MacDonald", + "pubDate": "2021-12-30T14:00:05Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76d5f0771dc0338fa349689c46a30e33" + "hash": "63062a8c387b2f6d66cf8ead2c4e8489", + "highlights": [] }, { - "title": "A Spirit of Gratitude Is Healthy for Society", - "description": "On Thanksgiving, consider the multiple benefits of giving thanks.", - "content": "On Thanksgiving, consider the multiple benefits of giving thanks.", - "category": "internal-sub-only-nl", - "link": "https://www.nytimes.com/2021/11/22/opinion/gratitude-thanksgiving-economics.html", - "creator": "Peter Coy", - "pubDate": "Mon, 22 Nov 2021 20:01:30 +0000", + "title": "‘We’ll get it done. Come hell, high water or Covid’: Can 2022 be a super year for nature?", + "description": "

    Biodiversity talks in Kunming are likely to be delayed again, but the world urgently needs a Paris-style agreement for nature

    It was supposed to be a “super year for nature”: 2020 was going to be “a major opportunity to bring nature back from the brink”. But then the coronavirus pandemic set in and long-held plans to tackle the environmental crisis, kickstarted at Davos in January, where the financial elite underscored the risks of global heating and biodiversity loss to human civilisation, never happened. The biggest biodiversity summit in a decade, Cop15 in Kunming, China, where world leaders were expected to strike a deal to halt and reverse the destruction of ecosystems by reaching a Paris-style agreement for nature was postponed until 2021. The Cop26 climate summit was also postponed for a year.

    As we enter 2022, there has still not been a super year for nature. Substantive negotiations for the biodiversity Cop15 meeting in China, the little sister to the climate convention, are likely to be delayed a fourth time as a result of the Omicron variant. Preparatory talks planned for January 2022 in Geneva have been pushed back – again – until March in a process that is feeling increasingly cursed, despite the best efforts of organisers.

    Continue reading...", + "content": "

    Biodiversity talks in Kunming are likely to be delayed again, but the world urgently needs a Paris-style agreement for nature

    It was supposed to be a “super year for nature”: 2020 was going to be “a major opportunity to bring nature back from the brink”. But then the coronavirus pandemic set in and long-held plans to tackle the environmental crisis, kickstarted at Davos in January, where the financial elite underscored the risks of global heating and biodiversity loss to human civilisation, never happened. The biggest biodiversity summit in a decade, Cop15 in Kunming, China, where world leaders were expected to strike a deal to halt and reverse the destruction of ecosystems by reaching a Paris-style agreement for nature was postponed until 2021. The Cop26 climate summit was also postponed for a year.

    As we enter 2022, there has still not been a super year for nature. Substantive negotiations for the biodiversity Cop15 meeting in China, the little sister to the climate convention, are likely to be delayed a fourth time as a result of the Omicron variant. Preparatory talks planned for January 2022 in Geneva have been pushed back – again – until March in a process that is feeling increasingly cursed, despite the best efforts of organisers.

    Continue reading...", + "category": "Biodiversity", + "link": "https://www.theguardian.com/environment/2021/dec/30/super-year-for-nature-is-on-hold-again-but-how-long-can-planet-wait-kunming-aoe", + "creator": "Patrick Greenfield", + "pubDate": "2021-12-30T13:30:05Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d865ee486e525bad72a822844bf7c8c" + "hash": "a9fbdd39835e62e2a59e221895d5ba77", + "highlights": [] }, { - "title": "What We Give Thanks for and What We Say No Thanks To", - "description": "The Biden bill, the Rittenhouse verdict and the fate of the Democratic majority.", - "content": "The Biden bill, the Rittenhouse verdict and the fate of the Democratic majority.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/11/22/opinion/thanksgiving-biden-rittenhouse.html", - "creator": "Gail Collins and Bret Stephens", - "pubDate": "Mon, 22 Nov 2021 19:53:29 +0000", + "title": "How the pandemic transformed the world of work in 2021", + "description": "

    There were winners and losers as work patterns continued changing, with repercussions for city centres and society as a whole

    Of all the predictions on your 2021 bingo card, who had employees being fined for going into the office? Workers in Wales now face that threat since the tightening of Covid regulations amid the spread of the Omicron variant, with a possible £60 penalty for failing to work from home.

    That is just one of many examples of how the pandemic has transformed the world of work this year – and perhaps for ever – for city centre employers, their staff and the service industry that depends on them for trade.

    Continue reading...", + "content": "

    There were winners and losers as work patterns continued changing, with repercussions for city centres and society as a whole

    Of all the predictions on your 2021 bingo card, who had employees being fined for going into the office? Workers in Wales now face that threat since the tightening of Covid regulations amid the spread of the Omicron variant, with a possible £60 penalty for failing to work from home.

    That is just one of many examples of how the pandemic has transformed the world of work this year – and perhaps for ever – for city centre employers, their staff and the service industry that depends on them for trade.

    Continue reading...", + "category": "Working from home", + "link": "https://www.theguardian.com/money/2021/dec/30/how-the-pandemic-transformed-the-world-of-work-in-2021", + "creator": "Joanna Partridge", + "pubDate": "2021-12-30T14:04:43Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51a4399e260cc3fb4609991301880258" + "hash": "f26f381db5b3bebc2e004b5fe898b9a5", + "highlights": [] }, { - "title": "Trying to Blur Memories of the Gulag, Russia Targets a Rights Group", - "description": "Prosecutors are trying to shut down Memorial International, Russia’s most prominent human rights group, as the Kremlin moves to control the historical narrative of the Soviet Union.", - "content": "Prosecutors are trying to shut down Memorial International, Russia’s most prominent human rights group, as the Kremlin moves to control the historical narrative of the Soviet Union.", - "category": "Russia", - "link": "https://www.nytimes.com/2021/11/22/world/europe/russia-memorial-prosecution.html", - "creator": "Valerie Hopkins", - "pubDate": "Mon, 22 Nov 2021 19:53:21 +0000", + "title": "Murder investigation launched after 15-year-old fatally stabbed in Croydon", + "description": "

    The teenage boy was killed in Ashburton Park in south London on Thursday evening

    A murder investigation has been launched after a 15-year-old boy was stabbed to death in Ashburton Park, Croydon, south London.

    Police officers went to the scene shortly after 7pm on Thursday.

    Continue reading...", + "content": "

    The teenage boy was killed in Ashburton Park in south London on Thursday evening

    A murder investigation has been launched after a 15-year-old boy was stabbed to death in Ashburton Park, Croydon, south London.

    Police officers went to the scene shortly after 7pm on Thursday.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/30/investigation-launched-after-15-year-old-fatally-stabbed-in-croydon", + "creator": "PA Media", + "pubDate": "2021-12-30T23:19:57Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "712f60da7bd45a6b505e43abe703db7f" + "hash": "030051f333f101884402a32a339fea2f", + "highlights": [] }, { - "title": "The Nicest New Year’s Resolution I Ever Made", - "description": "I didn’t keep my vow to write a letter each day of the year, but I learned plenty from trying.", - "content": "I didn’t keep my vow to write a letter each day of the year, but I learned plenty from trying.", - "category": "Letters", - "link": "https://www.nytimes.com/2021/11/22/opinion/letters-new-year-resolution.html", - "creator": "Margaret Renkl", - "pubDate": "Mon, 22 Nov 2021 19:30:18 +0000", + "title": "Colorado trucker’s 110-year sentence reduced to 10 years after outcry", + "description": "

    The governor commuted Rogel Aguilera-Mederos’s sentence and the 26-year-old will be eligible for parole in five years

    The Colorado governor has intervened to reduce the 110-year sentence handed down to a trucker for his role in a fatal 2019 collision after widespread outcry and calls for leniency.

    Jared Polis announced Thursday he would commute the sentence for Rogel Aguilera-Mederos, reducing his sentence from 110 years to 10 years. Under the new sentence, the 26-year-old would be eligible for parole in five years.

    Continue reading...", + "content": "

    The governor commuted Rogel Aguilera-Mederos’s sentence and the 26-year-old will be eligible for parole in five years

    The Colorado governor has intervened to reduce the 110-year sentence handed down to a trucker for his role in a fatal 2019 collision after widespread outcry and calls for leniency.

    Jared Polis announced Thursday he would commute the sentence for Rogel Aguilera-Mederos, reducing his sentence from 110 years to 10 years. Under the new sentence, the 26-year-old would be eligible for parole in five years.

    Continue reading...", + "category": "Colorado", + "link": "https://www.theguardian.com/us-news/2021/dec/30/colorado-trucker-given-110-years-has-sentenced-reduced-after-outcry", + "creator": "Dani Anguiano in Los Angeles", + "pubDate": "2021-12-31T01:16:40Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d53030442c4674b345b59705ebe9be7d" + "hash": "55e59f5f18d7b0e7d38dfa74933cac3a", + "highlights": [] }, { - "title": "Remote Work Is Failing Gen Z Employees", - "description": "Unless carefully designed, pandemic office culture risks hurting the least experienced workers in our organizations.", - "content": "Unless carefully designed, pandemic office culture risks hurting the least experienced workers in our organizations.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/11/22/opinion/remote-work-gen-z.html", - "creator": "Anne Helen Petersen and Charlie Warzel", - "pubDate": "Mon, 22 Nov 2021 19:24:51 +0000", + "title": "Australia Covid news live: positive case throws fourth Ashes Test into doubt; Qld records 3,118 cases; NSW 21,151 cases; Victoria 5,919 cases", + "description": "

    Queensland records 3,118 new Covid-19 cases; Australian batsman Travis Head tests positive ahead of fourth Ashes Test; NSW records 21,151 new cases and six deaths; Victoria records 5,919 cases and seven deaths; South Australia refuses to adopt new close contact definition. Follow all today’s news

    China’s foreign ministry has responded to reports that the Australian Department of Defence has not recommended scrapping a Chinese company’s long-term lease over the Port of Darwin.

    Earlier this week, the Australian newspaper reported that a Defence review had found there were no national security grounds sufficient to recommend a government intervention to overturn the 99-year lease to Chinese company Landbridge. The newspaper reported the cabinet’s national security committee had not yet taken any action, because there was no formal recommendation from Defence for a national security intervention, but the Morrison government was still reviewing the matter.

    Plan ahead. Watch your alcohol consumption in relation to the Covid-safe deployments.

    We ask you to maintain masks and physical distancing.

    Police will be out in force on our roads and at events, not just in Sydney, but right across the state to make sure everyone rings in the new year safely.

    Continue reading...", + "content": "

    Queensland records 3,118 new Covid-19 cases; Australian batsman Travis Head tests positive ahead of fourth Ashes Test; NSW records 21,151 new cases and six deaths; Victoria records 5,919 cases and seven deaths; South Australia refuses to adopt new close contact definition. Follow all today’s news

    China’s foreign ministry has responded to reports that the Australian Department of Defence has not recommended scrapping a Chinese company’s long-term lease over the Port of Darwin.

    Earlier this week, the Australian newspaper reported that a Defence review had found there were no national security grounds sufficient to recommend a government intervention to overturn the 99-year lease to Chinese company Landbridge. The newspaper reported the cabinet’s national security committee had not yet taken any action, because there was no formal recommendation from Defence for a national security intervention, but the Morrison government was still reviewing the matter.

    Plan ahead. Watch your alcohol consumption in relation to the Covid-safe deployments.

    We ask you to maintain masks and physical distancing.

    Police will be out in force on our roads and at events, not just in Sydney, but right across the state to make sure everyone rings in the new year safely.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/31/australia-news-live-covid-morrison-rapid-test-nsw-victoria-albanese-queensland-case-numbers-new-year-coronavirus-sa-updates", + "creator": "Mostafa Rachwani", + "pubDate": "2021-12-31T01:31:14Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ba0a67ab41a228da71f567a32a1aebe" + "hash": "b5dd6e0354bb15d3fce473d4db0ec738", + "highlights": [] }, { - "title": "How Magnus Carlsen Turned Chess Skill Into a Business Empire", - "description": "Winning is what made Magnus Carlsen a household name. But it is teaching and selling the game to others that has made him rich.", - "content": "Winning is what made Magnus Carlsen a household name. But it is teaching and selling the game to others that has made him rich.", - "category": "Chess", - "link": "https://www.nytimes.com/2021/11/22/sports/magnus-carlsen-chess.html", - "creator": "Dylan Loeb McClain", - "pubDate": "Mon, 22 Nov 2021 19:20:45 +0000", + "title": "‘It could explode at any time’: photographing Haiti’s gang warfare", + "description": "

    In a country dominated by gangs, photographer Rodrigo Abd’s images show both armed gangsters and the residents they terrorise

    The two images are as stark as what they represent: the cause and effect of Haiti’s increasing woes. In one, a masked and armed gangster keeps lookout on a Port-au-Prince rooftop, just a few blocks from the presidential palace. In the other, a family recently displaced by gang violence takes shelter in a school that now houses dozens of families, a stone’s throw from their homes.

    “Port-au-Prince is almost entirely controlled by gangs, and we wanted to show the efforts of people that are running businesses to survive,” says Rodrigo Abd, 45, an Argentinian staff photographer with the Associated Press who took the images. “But I was also trying to show another side to Haiti, to avoid the stereotypes that we always repeat, to show the violent without the violence, or the poor without the poverty.”

    Continue reading...", + "content": "

    In a country dominated by gangs, photographer Rodrigo Abd’s images show both armed gangsters and the residents they terrorise

    The two images are as stark as what they represent: the cause and effect of Haiti’s increasing woes. In one, a masked and armed gangster keeps lookout on a Port-au-Prince rooftop, just a few blocks from the presidential palace. In the other, a family recently displaced by gang violence takes shelter in a school that now houses dozens of families, a stone’s throw from their homes.

    “Port-au-Prince is almost entirely controlled by gangs, and we wanted to show the efforts of people that are running businesses to survive,” says Rodrigo Abd, 45, an Argentinian staff photographer with the Associated Press who took the images. “But I was also trying to show another side to Haiti, to avoid the stereotypes that we always repeat, to show the violent without the violence, or the poor without the poverty.”

    Continue reading...", + "category": "Photography", + "link": "https://www.theguardian.com/global-development/2021/dec/28/it-could-explode-at-any-time-photographing-haitis-gang-warfare", + "creator": "Joe Parkin Daniels", + "pubDate": "2021-12-28T15:00:00Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c16a99c0a18aaefeef2e24a0525aa7cd" + "hash": "c8c3dd0d1589d42d1096e5bc6b6ef3a0", + "highlights": [] }, { - "title": "I Traded In My Stilettos for Sneakers, Now What?", - "description": "A reader asks for guidance in finding comfortable, yet chic, footwear.", - "content": "A reader asks for guidance in finding comfortable, yet chic, footwear.", - "category": "Fashion and Apparel", - "link": "https://www.nytimes.com/2021/11/19/style/comfortable-chic-shoes.html", - "creator": "Vanessa Friedman", - "pubDate": "Mon, 22 Nov 2021 19:08:50 +0000", + "title": "From criminal to ‘teacher’: the ex-gangster tackling crime in Nairobi", + "description": "

    One of the city’s most wanted, Peter Wainaina was given a second chance and used it to turn his life around and help others find different path out of poverty

    At the entrance of Kibagare, a slum in Nairobi’s outskirts, boots of dead gangsters dangle from electricity wires that hover over ramshackle homes of wood and iron sheets.

    With little state protection from crime, angry local people will often take the law into their own hands and beat an offender who is caught in the act, sometimes to death.

    Continue reading...", + "content": "

    One of the city’s most wanted, Peter Wainaina was given a second chance and used it to turn his life around and help others find different path out of poverty

    At the entrance of Kibagare, a slum in Nairobi’s outskirts, boots of dead gangsters dangle from electricity wires that hover over ramshackle homes of wood and iron sheets.

    With little state protection from crime, angry local people will often take the law into their own hands and beat an offender who is caught in the act, sometimes to death.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/28/from-criminal-to-teacher-the-the-ex-gangster-tackling-crime-in-nairobi", + "creator": "Hillary Murani in Kibagare", + "pubDate": "2021-12-28T10:00:18Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f15522daf4331fd565101af2b008b455" + "hash": "a57645babde31d4ec10e25211c419a49", + "highlights": [] }, { - "title": "Broadway Play \"Clyde's\" Will Be Livestreamed", - "description": "The digital experimentation born of the pandemic shutdown is continuing: the final 16 performances of Lynn Nottage’s “Clyde’s” will be streamed, for $59.", - "content": "The digital experimentation born of the pandemic shutdown is continuing: the final 16 performances of Lynn Nottage’s “Clyde’s” will be streamed, for $59.", - "category": "Theater", - "link": "https://www.nytimes.com/2021/11/22/theater/lynn-nottage-clydes-broadway-livestream.html", - "creator": "Michael Paulson", - "pubDate": "Mon, 22 Nov 2021 18:42:36 +0000", + "title": "‘No roof, no seats, no desks’: photographing Yemen’s conflict-hit schools", + "description": "

    Years of fighting mean children as old as 10 have never been to school. Khaled Ziad’s images document a generation whose entire future is at risk

    Their classroom has no roof, no seats, no desks; most of the 50 small children sitting on the rubble-strewn floor have no pens or paper. But the students in this makeshift school in Hays, a village in Yemen’s Hodeidah province, are still among the luckiest in the country simply for having a teacher and a place to learn.

    Seven years into a catastrophic war that sparked the world’s worst humanitarian crisis, Yemen’s conflict shows no signs of ending soon, and the future of an entire generation is at risk of being destroyed. About 3 million children are unable to attend school, according to the Red Cross, with 8.1 million needing urgent educational assistance.

    Continue reading...", + "content": "

    Years of fighting mean children as old as 10 have never been to school. Khaled Ziad’s images document a generation whose entire future is at risk

    Their classroom has no roof, no seats, no desks; most of the 50 small children sitting on the rubble-strewn floor have no pens or paper. But the students in this makeshift school in Hays, a village in Yemen’s Hodeidah province, are still among the luckiest in the country simply for having a teacher and a place to learn.

    Seven years into a catastrophic war that sparked the world’s worst humanitarian crisis, Yemen’s conflict shows no signs of ending soon, and the future of an entire generation is at risk of being destroyed. About 3 million children are unable to attend school, according to the Red Cross, with 8.1 million needing urgent educational assistance.

    Continue reading...", + "category": "Yemen", + "link": "https://www.theguardian.com/global-development/2021/dec/27/no-roof-no-seats-no-desks-photographing-yemens-conflict-hit-schools", + "creator": "Bethan McKernan", + "pubDate": "2021-12-27T15:00:01Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f90c479ffb7e3791d28c08298797ff4b" + "hash": "e37e669ce59c56e5e872938e18759f6d", + "highlights": [] }, { - "title": "Court Urged to Let Jan. 6 Panel See Trump White House Files", - "description": "In appellate briefs, lawyers for the House and the Justice Department argued against the former president’s claim of executive privilege.", - "content": "In appellate briefs, lawyers for the House and the Justice Department argued against the former president’s claim of executive privilege.", - "category": "Storming of the US Capitol (Jan, 2021)", - "link": "https://www.nytimes.com/2021/11/22/us/politics/jan-6-trump-files.html", - "creator": "Charlie Savage", - "pubDate": "Mon, 22 Nov 2021 18:40:09 +0000", + "title": "Maxwell’s attorney and family vow to appeal guilty verdict but face obstacles", + "description": "

    Challenges will probably center on judicial rulings that prevented some defense witnesses from remaining anonymous

    Ghislaine Maxwell’s lead defense attorney, Bobbi Sternheim, and members of her family vowed to appeal the five guilty verdicts on sex trafficking and conspiracy charges as they left court on Wednesday, but their efforts to clear her face considerable obstacles.

    The challenges will probably center on judicial rulings during the defense presentation that prevented Maxwell’s lawyers from putting some witnesses on the stand anonymously, and another that prevented defense attorneys from recalling two of Maxwell’s accusers.

    Continue reading...", + "content": "

    Challenges will probably center on judicial rulings that prevented some defense witnesses from remaining anonymous

    Ghislaine Maxwell’s lead defense attorney, Bobbi Sternheim, and members of her family vowed to appeal the five guilty verdicts on sex trafficking and conspiracy charges as they left court on Wednesday, but their efforts to clear her face considerable obstacles.

    The challenges will probably center on judicial rulings during the defense presentation that prevented Maxwell’s lawyers from putting some witnesses on the stand anonymously, and another that prevented defense attorneys from recalling two of Maxwell’s accusers.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/30/ghislaine-maxwell-vow-appeal-guilty-verdict", + "creator": "Edward Helmore", + "pubDate": "2021-12-30T15:58:20Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b9f2656856c03cfa32648e4d8a57cae" + "hash": "d62ab40d327bfe0b5fac7151e8791f1a", + "highlights": [] }, { - "title": "Meet the New Members of This Year's Baseball Hall of Fame Ballot", - "description": "A great deal of ink will be spilled on the candidacies of Alex Rodriguez and David Ortiz. For a moment, stop to consider the 11 other new candidates instead.", - "content": "A great deal of ink will be spilled on the candidacies of Alex Rodriguez and David Ortiz. For a moment, stop to consider the 11 other new candidates instead.", - "category": "Baseball", - "link": "https://www.nytimes.com/2021/11/22/sports/baseball/baseball-hall-of-fame-ballot.html", - "creator": "Tyler Kepner", - "pubDate": "Mon, 22 Nov 2021 18:12:52 +0000", + "title": "Covid live: Portugal cuts isolation to seven days; hospitalisations in Wales rise 49% in a week", + "description": "

    Portuguese decision comes amid concern high case load could paralyse country; Wales also cuts isolation time to seven days

    Here’s a reminder of the news overnight that NHS England is looking to set up new “pop-up” Covid facilities. My colleagues Rowena Mason and Aubrey Allegretti report:

    NHS England confirmed that it was creating new small-scale “Nightingale” facilities with up to 100 beds each at eight hospitals across the country. The health service said it had asked trusts to identify empty spaces to accommodate beds in places such as gyms or teaching areas. NHS managers are aiming to create up to 4,000 beds as surge capacity if needed, with work on the first tranche, in temporary structures, starting this week.

    Continue reading...", + "content": "

    Portuguese decision comes amid concern high case load could paralyse country; Wales also cuts isolation time to seven days

    Here’s a reminder of the news overnight that NHS England is looking to set up new “pop-up” Covid facilities. My colleagues Rowena Mason and Aubrey Allegretti report:

    NHS England confirmed that it was creating new small-scale “Nightingale” facilities with up to 100 beds each at eight hospitals across the country. The health service said it had asked trusts to identify empty spaces to accommodate beds in places such as gyms or teaching areas. NHS managers are aiming to create up to 4,000 beds as surge capacity if needed, with work on the first tranche, in temporary structures, starting this week.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/30/covid-news-live-who-warns-of-trade-off-as-countries-ease-isolation-and-testing-rules", + "creator": "Lucy Campbell (now); Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-30T16:30:12Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d930749429e775d5acca8912b728a344" + "hash": "650aeda2ff1a2d8a25b6000638780686", + "highlights": [] }, { - "title": "The Searing Beauty, and Harsh Reality, of a Kentucky Tobacco Harvest", - "description": "At a family farm in Shelby County, a group of 26 men from Nicaragua and Mexico perform the grueling seasonal work that Americans largely avoid.", - "content": "At a family farm in Shelby County, a group of 26 men from Nicaragua and Mexico perform the grueling seasonal work that Americans largely avoid.", - "category": "Smoking and Tobacco", - "link": "https://www.nytimes.com/2021/11/22/travel/kentucky-tobacco-harvest.html", - "creator": "Luke Sharrett", - "pubDate": "Mon, 22 Nov 2021 18:12:12 +0000", + "title": "French border officials in UK turn back British residents of other EU countries", + "description": "

    Eurotunnel and P&O Ferries warn travellers of France’s new Covid rules as experts question legality

    French border officials in the UK have turned back British nationals who are legally resident in other EU countries, saying they are no longer allowed to travel through France by road to reach their homes under new Covid rules.

    Some British travellers trying to reach countries including the Netherlands and Belgium by car were turned back by French border officials in the UK on Wednesday after Eurotunnel issued a warning about what it described as a new travel rule.

    Continue reading...", + "content": "

    Eurotunnel and P&O Ferries warn travellers of France’s new Covid rules as experts question legality

    French border officials in the UK have turned back British nationals who are legally resident in other EU countries, saying they are no longer allowed to travel through France by road to reach their homes under new Covid rules.

    Some British travellers trying to reach countries including the Netherlands and Belgium by car were turned back by French border officials in the UK on Wednesday after Eurotunnel issued a warning about what it described as a new travel rule.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/30/french-border-officials-in-uk-turn-back-british-residents-of-other-eu-countries", + "creator": "Jon Henley Europe correspondent", + "pubDate": "2021-12-30T14:23:22Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cd3ae061c3a7f458912d4221bd77588" + "hash": "4c28a44f20f720c784d7c189066b9089", + "highlights": [] }, { - "title": "The Meters’ Leo Nocentelli Gets a Solo Career, 50 Years Late", - "description": "In the 1970s, Nocentelli recorded a folk album drastically different from his band’s funk music. Barely anyone heard it — until it ended up at a swap meet.", - "content": "In the 1970s, Nocentelli recorded a folk album drastically different from his band’s funk music. Barely anyone heard it — until it ended up at a swap meet.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/11/18/arts/music/the-meters-leo-nocentelli-solo-album.html", - "creator": "Nate Rogers", - "pubDate": "Mon, 22 Nov 2021 17:30:51 +0000", + "title": "Burmese court jails celebrities who backed anti-coup protests", + "description": "

    Actor couple Pyay Ti Oo and Eaindra Kyaw Zin and actor-director Lu Min given three years with hard labour

    A court in military-ruled Myanmar has jailed three prominent showbusiness figures for three years each for their part in protests against February’s coup, media reported.

    The military overthrew the elected government led by Aung San Suu Kyi on 1 February. In the early days of the protests that ensued, huge crowds gathered in cities and towns, and many actors and singers used social media to voice their support, with some speaking at rallies.

    Continue reading...", + "content": "

    Actor couple Pyay Ti Oo and Eaindra Kyaw Zin and actor-director Lu Min given three years with hard labour

    A court in military-ruled Myanmar has jailed three prominent showbusiness figures for three years each for their part in protests against February’s coup, media reported.

    The military overthrew the elected government led by Aung San Suu Kyi on 1 February. In the early days of the protests that ensued, huge crowds gathered in cities and towns, and many actors and singers used social media to voice their support, with some speaking at rallies.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2021/dec/30/burmese-court-jails-celebrities-who-backed-anti-coup-protests", + "creator": "Reuters", + "pubDate": "2021-12-30T15:10:22Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f21793c028e0849d4d809ecff47838d" + "hash": "4236aab388de5d6c37f95af3da0ff9dd", + "highlights": [] }, { - "title": "What the Kyle Rittenhouse Verdict Says About Justice in America", - "description": "Readers are worried about the precedent set by Kyle Rittenhouse’s acquittal. Also: The A.M.A., on the power of language.", - "content": "Readers are worried about the precedent set by Kyle Rittenhouse’s acquittal. Also: The A.M.A., on the power of language.", - "category": "Rittenhouse, Kyle", - "link": "https://www.nytimes.com/2021/11/22/opinion/letters/kyle-rittenhouse-verdict.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 17:23:52 +0000", + "title": "Soldier on Tower of London patrol filmed knocking over child", + "description": "

    Incident involved ceremonial Coldstream Guard who provide protection for royal palaces

    A soldier on a patrol march collided with a child who fell under their feet at the Tower of London.

    The incident involving a Coldstream Guard, a division with a ceremonial role of providing protection for Royal palaces and known for their no-nonsense approach to tourists, was filmed and has been widely shared.

    Continue reading...", + "content": "

    Incident involved ceremonial Coldstream Guard who provide protection for royal palaces

    A soldier on a patrol march collided with a child who fell under their feet at the Tower of London.

    The incident involving a Coldstream Guard, a division with a ceremonial role of providing protection for Royal palaces and known for their no-nonsense approach to tourists, was filmed and has been widely shared.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2021/dec/30/soldier-on-tower-of-london-patrol-filmed-stepping-on-child", + "creator": "Sarah Marsh", + "pubDate": "2021-12-30T16:23:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2da652f9b17eda70dc90ed750ae11cab" + "hash": "a426ac8f0d613b3d51db4378babf87e1", + "highlights": [] }, { - "title": "Inside Fentanyl’s Mounting Death Toll: ‘This Is Poison’", - "description": "While a rise in overdose deaths shows the devastating consequences of the opioid’s spread, less is understood about how the drug has proliferated.", - "content": "While a rise in overdose deaths shows the devastating consequences of the opioid’s spread, less is understood about how the drug has proliferated.", - "category": "Fentanyl", - "link": "https://www.nytimes.com/2021/11/20/nyregion/fentanyl-opioid-deaths.html", - "creator": "Sarah Maslin Nir", - "pubDate": "Mon, 22 Nov 2021 16:29:48 +0000", + "title": "UK Covid test shortage amid new year parties ‘very worrying’, says scientist", + "description": "

    Noisy gatherings of untested people are perfect for spreading virus, says leading immunologist

    A leading scientist has warned it is “very worrying” that a shortage of Covid-19 tests could lead to people mixing for new year celebrations without being able to see whether they are infectious.

    Prof Peter Openshaw, who sits on the New and Emerging Respiratory Virus Threats Advisory Group (Nervtag), said the conditions at a New Year’s Eve gathering were “perfect” for spreading coronavirus.

    Continue reading...", + "content": "

    Noisy gatherings of untested people are perfect for spreading virus, says leading immunologist

    A leading scientist has warned it is “very worrying” that a shortage of Covid-19 tests could lead to people mixing for new year celebrations without being able to see whether they are infectious.

    Prof Peter Openshaw, who sits on the New and Emerging Respiratory Virus Threats Advisory Group (Nervtag), said the conditions at a New Year’s Eve gathering were “perfect” for spreading coronavirus.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/30/uk-covid-test-shortage-amid-new-year-parties-very-worrying-says-scientist", + "creator": "Aubrey Allegretti", + "pubDate": "2021-12-30T12:51:02Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f8ee92bf7a168e4453790790d1b5feb" + "hash": "8c441577031779a56d59ad9b1c50a6f1", + "highlights": [] }, { - "title": "Concerns Grow Over Safety of Aduhelm After Death of Patient Who Got the Drug", - "description": "Newly published safety data shows that 41 percent of patients in key clinical trials of the Alzheimer’s drug experienced brain bleeding or swelling, though many cases were asymptomatic.", - "content": "Newly published safety data shows that 41 percent of patients in key clinical trials of the Alzheimer’s drug experienced brain bleeding or swelling, though many cases were asymptomatic.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/11/22/health/aduhelm-death-safety.html", - "creator": "Pam Belluck", - "pubDate": "Mon, 22 Nov 2021 16:00:09 +0000", + "title": "Three-quarters of those in UK with cold symptoms likely to have Covid – study", + "description": "

    Analysis by Zoe Covid app team shows increase from about 50% last week, with cases among 55- to 75-year-olds ‘rising sharply’

    Three-quarters of people in the UK with new cold-like symptoms are likely to have Covid, but the rate of case growth is no longer exponential, scientists have said.

    According to analysis by the Zoe Covid study, an estimated 75% of people experiencing new cold-like symptoms have symptomatic Covid-19.

    Continue reading...", + "content": "

    Analysis by Zoe Covid app team shows increase from about 50% last week, with cases among 55- to 75-year-olds ‘rising sharply’

    Three-quarters of people in the UK with new cold-like symptoms are likely to have Covid, but the rate of case growth is no longer exponential, scientists have said.

    According to analysis by the Zoe Covid study, an estimated 75% of people experiencing new cold-like symptoms have symptomatic Covid-19.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/30/three-quarters-people-uk-cold-symptoms-covid-study", + "creator": "PA Media", + "pubDate": "2021-12-30T13:44:38Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d012ae5583e6ac5acc2249fd0203ee3e" + "hash": "9fd79b2e88958ef9b978af6b04aa24bd", + "highlights": [] }, { - "title": "Telling ‘The Untold Story of Sushi’", - "description": "Daniel Fromson spent years researching a controversial Korean church that had created a seafood empire. He reflects on the benefits of long-term reporting.", - "content": "Daniel Fromson spent years researching a controversial Korean church that had created a seafood empire. He reflects on the benefits of long-term reporting.", - "category": "Moon", - "link": "https://www.nytimes.com/2021/11/22/insider/unification-church-sushi.html", - "creator": "Daniel Fromson", - "pubDate": "Mon, 22 Nov 2021 15:44:38 +0000", + "title": "Cut to self-isolation period may increase Covid hospital risk, says NHS chief", + "description": "

    Pressure is on government to cut time to five days in England, but experts say this may lead to rise in community

    Reducing self-isolation to five days for positive Covid casescould increase the infection risk for vulnerable patients in hospital if the approach is not completely safe, a senior NHS leader has said.

    Since 22 December, people in England who test positive for Covid can cut their self-isolation period from 10 days to seven if they have a negative lateral flow test on day six and day seven and no high temperature. Scotland, Wales and Northern Ireland have stuck with the 10-day rule.

    Continue reading...", + "content": "

    Pressure is on government to cut time to five days in England, but experts say this may lead to rise in community

    Reducing self-isolation to five days for positive Covid casescould increase the infection risk for vulnerable patients in hospital if the approach is not completely safe, a senior NHS leader has said.

    Since 22 December, people in England who test positive for Covid can cut their self-isolation period from 10 days to seven if they have a negative lateral flow test on day six and day seven and no high temperature. Scotland, Wales and Northern Ireland have stuck with the 10-day rule.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/30/cut-to-self-isolation-period-may-increase-covid-hospital-risk-says-nhs-chief", + "creator": "Nicola Davis and Rob Davies", + "pubDate": "2021-12-30T14:27:38Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1455c435b80950bf013a75aa76e16b9" + "hash": "377872fab193f644a20b48916554e1f8", + "highlights": [] }, { - "title": "Limping and Penniless, Iraqis Deported From Belarus Face Bleak Futures", - "description": "Hundreds of desperate Iraqis are being sent home after becoming political pawns in Belarus’s quarrel with its European Union neighbors.", - "content": "Hundreds of desperate Iraqis are being sent home after becoming political pawns in Belarus’s quarrel with its European Union neighbors.", - "category": "Belarus-Poland Border Crisis (2021- )", - "link": "https://www.nytimes.com/2021/11/22/world/middleeast/belarus-iraqi-migrant-deportations.html", - "creator": "Jane Arraf and Sangar Khaleel", - "pubDate": "Mon, 22 Nov 2021 15:13:33 +0000", + "title": "I had accepted my life in prison – until it prevented me helping a friend in need", + "description": "

    For 16 years, on and off, I was held at Her Majesty’s pleasure. It was the struggles and loss of a friend on the outside that made me realise how powerless I was

    I am sure those who know my backstory of criminality imagine – reasonably – that the toughest times of my life were while I was a guest of Her Majesty, who kindly gave me full board and lodgings for 16 years, on and off, during the first six decades of my existence. And they are half right.

    My first taste of her hospitality came in 1957 when, at 14, I was ordered to spend three months in a detention centre. Then a relatively new concept, these were designed to give miscreants a “short, sharp shock” that would teach us to stay on the straight and narrow.

    Continue reading...", + "content": "

    For 16 years, on and off, I was held at Her Majesty’s pleasure. It was the struggles and loss of a friend on the outside that made me realise how powerless I was

    I am sure those who know my backstory of criminality imagine – reasonably – that the toughest times of my life were while I was a guest of Her Majesty, who kindly gave me full board and lodgings for 16 years, on and off, during the first six decades of my existence. And they are half right.

    My first taste of her hospitality came in 1957 when, at 14, I was ordered to spend three months in a detention centre. Then a relatively new concept, these were designed to give miscreants a “short, sharp shock” that would teach us to stay on the straight and narrow.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/30/i-had-accepted-my-life-in-prison-until-it-prevented-me-helping-a-friend-in-need", + "creator": "Eric Allison", + "pubDate": "2021-12-30T12:00:05Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ae70c55516f2b2e006f443de2188238" + "hash": "1a4f50f5c5d4f7318dd6fab46b49fc4e", + "highlights": [] }, { - "title": "Taxi! To the Airport — by Air, Please.", - "description": "Several companies are betting they can bring electric urban air travel to the masses — perhaps within the next few years.", - "content": "Several companies are betting they can bring electric urban air travel to the masses — perhaps within the next few years.", - "category": "Airlines and Airplanes", - "link": "https://www.nytimes.com/2021/11/22/business/air-taxi-aviation-electric.html", - "creator": "Gautham Nagesh", - "pubDate": "Mon, 22 Nov 2021 15:06:53 +0000", + "title": "The person who got me through 2021: LayedBakDFR captured the perfect joy of discovering a great song", + "description": "

    I was shaken out of my musical apathy by the rapper, whose video channel shows him listening to others’ tracks for the first time

    Throughout the pandemic, I, like many others, found myself turning to familiar music I listened to as a teenager, seeking comfort in 2000s nostalgia playlists and the hollow, monotonous “landfill indie” of the 2010s. It wasn’t that I especially enjoyed listening to music that I’d last heard on student nights at bad nightclubs in York, or that they marked a particularly happy period of my life. Instead, I returned to these playlists because I found myself unable to listen to new music.

    Initially, I blamed this on Spotify. It’s well documented that the platform’s recommendation algorithms are less likely to introduce you to new, interesting genres of music than to recommend songs that sound similar to your favourites – producing an endless feedback loop, where music is not something to be enjoyed and shared, but rather a way to fill silences with constant background noise. I was listening to more music than ever, but appreciating barely any of it.

    In early 2021, YouTube recommended I watch a video called First reaction to “Rock Music” Linkin Park. I immediately clicked on it – the song in the video, Faint, remains my favourite Linkin Park track, and one that has been a constant on my Spotify playlists. The reaction video was made by Desean Hunton, an American rapper, music producer and YouTuber, whose channel, LaydbakDFR, became hugely popular on the platform for its music “reaction” videos, especially those where hip-hop fans listen to rock music and vice versa. Hunton’s video series, Trash or Pass!, shows him discovering songs and genres for the first time, filming live reactions as he listens. In each video, ranging from reviews of the Beastie Boys and Disturbed to UK acts like Dave, we see Hunton dancing, head-slamming, at times even pausing and rewinding the track, to parts that he’s awed by. While there are thousands of music review channels on YouTube, Hunton’s strips the format back to its basics. Absent of overanalysis of lyrics, deep dives into production credits or engaging in the lore of fandoms, Hunton’s metrics are simple: is this a bop?

    Continue reading...", + "content": "

    I was shaken out of my musical apathy by the rapper, whose video channel shows him listening to others’ tracks for the first time

    Throughout the pandemic, I, like many others, found myself turning to familiar music I listened to as a teenager, seeking comfort in 2000s nostalgia playlists and the hollow, monotonous “landfill indie” of the 2010s. It wasn’t that I especially enjoyed listening to music that I’d last heard on student nights at bad nightclubs in York, or that they marked a particularly happy period of my life. Instead, I returned to these playlists because I found myself unable to listen to new music.

    Initially, I blamed this on Spotify. It’s well documented that the platform’s recommendation algorithms are less likely to introduce you to new, interesting genres of music than to recommend songs that sound similar to your favourites – producing an endless feedback loop, where music is not something to be enjoyed and shared, but rather a way to fill silences with constant background noise. I was listening to more music than ever, but appreciating barely any of it.

    In early 2021, YouTube recommended I watch a video called First reaction to “Rock Music” Linkin Park. I immediately clicked on it – the song in the video, Faint, remains my favourite Linkin Park track, and one that has been a constant on my Spotify playlists. The reaction video was made by Desean Hunton, an American rapper, music producer and YouTuber, whose channel, LaydbakDFR, became hugely popular on the platform for its music “reaction” videos, especially those where hip-hop fans listen to rock music and vice versa. Hunton’s video series, Trash or Pass!, shows him discovering songs and genres for the first time, filming live reactions as he listens. In each video, ranging from reviews of the Beastie Boys and Disturbed to UK acts like Dave, we see Hunton dancing, head-slamming, at times even pausing and rewinding the track, to parts that he’s awed by. While there are thousands of music review channels on YouTube, Hunton’s strips the format back to its basics. Absent of overanalysis of lyrics, deep dives into production credits or engaging in the lore of fandoms, Hunton’s metrics are simple: is this a bop?

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/30/the-person-who-got-me-through-2021-layedbakdfr-captured-the-perfect-joy-of-discovering-a-great-song", + "creator": "Hussein Kesvani", + "pubDate": "2021-12-30T15:00:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a903d00bb8e683dffc50ed296f87e510" + "hash": "7f787f0e22bda1917204a3172bccca1d", + "highlights": [] }, { - "title": "How Peng Shuai Went From ‘Chinese Princess’ to Silenced #MeToo Accuser", - "description": "The tennis star won independence while remaining in Beijing’s good graces. But she has been unable to break through China’s resistance to sexual assault allegations.", - "content": "The tennis star won independence while remaining in Beijing’s good graces. But she has been unable to break through China’s resistance to sexual assault allegations.", - "category": "Peng Shuai", - "link": "https://www.nytimes.com/2021/11/22/world/asia/china-peng-shuai-metoo.html", - "creator": "Alexandra Stevenson and Steven Lee Myers", - "pubDate": "Mon, 22 Nov 2021 14:08:44 +0000", + "title": "Citroën pulls Egypt ad accused of promoting harassment of women", + "description": "

    Egyptian singer Amr Diab uses camera installed in car to take photo of woman without consent

    The French car manufacturer Citroën has withdrawn an advertisement featuring the Egyptian singer Amr Diab after it sparked widespread accusations of promoting the harassment of women.

    In the ad posted on Egyptian social media in early December, the 60-year-old pop star uses a camera installed in the car’s rearview mirror to secretly take a picture of a woman crossing in front of the vehicle.

    Continue reading...", + "content": "

    Egyptian singer Amr Diab uses camera installed in car to take photo of woman without consent

    The French car manufacturer Citroën has withdrawn an advertisement featuring the Egyptian singer Amr Diab after it sparked widespread accusations of promoting the harassment of women.

    In the ad posted on Egyptian social media in early December, the 60-year-old pop star uses a camera installed in the car’s rearview mirror to secretly take a picture of a woman crossing in front of the vehicle.

    Continue reading...", + "category": "Egypt", + "link": "https://www.theguardian.com/world/2021/dec/30/citroen-pulls-egypt-ad-accused-of-promoting-harassment-of-women", + "creator": "Agence France-Presse in Cairo", + "pubDate": "2021-12-30T10:43:47Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec4f7bd86225c4776fe4bbf2b99c0083" + "hash": "0e02f8f5f18a7701ee1477d6a401c0f2", + "highlights": [] }, { - "title": "56 Years Ago, He Shot Malcolm X. Now He Lives Quietly in Brooklyn.", - "description": "Mujahid Abdul Halim is the one man who confessed to his role in the assassination. He long insisted that the two men convicted with him were innocent.", - "content": "Mujahid Abdul Halim is the one man who confessed to his role in the assassination. He long insisted that the two men convicted with him were innocent.", - "category": "Malcolm X", - "link": "https://www.nytimes.com/2021/11/22/nyregion/malcolm-x-assassination-halim-hayer.html", - "creator": "Jonah E. Bromwich, Ashley Southall and Troy Closson", - "pubDate": "Mon, 22 Nov 2021 13:10:09 +0000", + "title": "Jean-Marc Vallée obituary", + "description": "Award-winning Canadian film-maker who directed Dallas Buyers Club and Big Little Lies

    The Canadian film-maker Jean-Marc Vallée, who has died aged 58, apparently of a heart attack, handled serious subjects with bounce and briskness, earning prizes and respect in the process. His film Dallas Buyers Club (2013), starring Matthew McConaughey as a rodeo rider who illegally imports retroviral drugs for himself and his fellow Aids patients in the mid-1980s, was directed with great clarity. McConaughey and his co-star Jared Leto, who played an HIV-positive transgender woman, won Oscars. Moments in the film that might have been heightened or underlined – such as a sexual encounter that qualifies as carefree only because both participants have already contracted Aids, or a fantasy scene in a room full of butterflies – were instead folded nonchalantly into the mix.

    “It really comes down to the fact that I just don’t want to show off in any way,” he said. “I love telling these stories that feel real, and authentic, so I try not to get too ‘Hollywood’ with it all when I am shooting. I just say, ‘Let’s get rid of this, go handheld, use natural light.’” The critic Anthony Lane called him “a film-maker of considerable cunning, who takes predicaments that should by rights deflate the heart … and turns them into nimble entertainments”.

    Continue reading...", + "content": "Award-winning Canadian film-maker who directed Dallas Buyers Club and Big Little Lies

    The Canadian film-maker Jean-Marc Vallée, who has died aged 58, apparently of a heart attack, handled serious subjects with bounce and briskness, earning prizes and respect in the process. His film Dallas Buyers Club (2013), starring Matthew McConaughey as a rodeo rider who illegally imports retroviral drugs for himself and his fellow Aids patients in the mid-1980s, was directed with great clarity. McConaughey and his co-star Jared Leto, who played an HIV-positive transgender woman, won Oscars. Moments in the film that might have been heightened or underlined – such as a sexual encounter that qualifies as carefree only because both participants have already contracted Aids, or a fantasy scene in a room full of butterflies – were instead folded nonchalantly into the mix.

    “It really comes down to the fact that I just don’t want to show off in any way,” he said. “I love telling these stories that feel real, and authentic, so I try not to get too ‘Hollywood’ with it all when I am shooting. I just say, ‘Let’s get rid of this, go handheld, use natural light.’” The critic Anthony Lane called him “a film-maker of considerable cunning, who takes predicaments that should by rights deflate the heart … and turns them into nimble entertainments”.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/30/jean-marc-vallee-obituary", + "creator": "Ryan Gilbey", + "pubDate": "2021-12-30T16:21:11Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0e5b7f66ed06fc19911aa9eaf4f4d1a" + "hash": "d7a8aff2c01398f2f5f3a52977e77aa0", + "highlights": [] }, { - "title": "Terence Crawford Has His Belt, and Choices to Make", - "description": "Crawford has long awaited a bout with Errol Spence Jr., and with his contract with his promoter expiring soon, the welterweight champion has options.", - "content": "Crawford has long awaited a bout with Errol Spence Jr., and with his contract with his promoter expiring soon, the welterweight champion has options.", - "category": "Crawford, Terence (1987- )", - "link": "https://www.nytimes.com/2021/11/21/sports/terence-crawford-shawn-porter-fight.html", - "creator": "Morgan Campbell", - "pubDate": "Mon, 22 Nov 2021 12:26:53 +0000", + "title": "A dip in the Yarra or a dive in the Torrens? The push for urban river bathing in Australia", + "description": "

    There is a growing effort to reconnect swimmers with city waterways once thought permanently lost to pollution. Assistant news editor Rosemary Bolger recommends a story about alternatives to ocean swims


    You can read the original article here: A dip in the Yarra or a dive in the Torrens? The push for urban river bathing in Australia


    Continue reading...", + "content": "

    There is a growing effort to reconnect swimmers with city waterways once thought permanently lost to pollution. Assistant news editor Rosemary Bolger recommends a story about alternatives to ocean swims


    You can read the original article here: A dip in the Yarra or a dive in the Torrens? The push for urban river bathing in Australia


    Continue reading...", + "category": "Rivers", + "link": "https://www.theguardian.com/australia-news/audio/2021/dec/31/a-dip-in-the-yarra-or-a-dive-in-the-torrens-the-push-for-urban-river-bathing-in-australia", + "creator": "Hosted by Jane Lee. Recommended by Rosemary Bolger. Written by Royce Kurmelovs. Read by Albert Mwangi. Produced by Camilla Hannan, Daniel Semo, Allison Chan and Bethany Atkinson-Quinton . Executive producers Gabrielle Jackson and Melanie Tait", + "pubDate": "2021-12-30T16:30:03Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f9b3d61cfbc132c47cfad0ee036b788" + "hash": "66bf645f215666613acd28a5d974b976", + "highlights": [] }, { - "title": "Manchester United and the Perils of Living in the Past", - "description": "Years of success under Alex Ferguson changed the way United viewed itself. But the glory days are gone, and the sooner the club admits that, the better.", - "content": "Years of success under Alex Ferguson changed the way United viewed itself. But the glory days are gone, and the sooner the club admits that, the better.", - "category": "Soccer", - "link": "https://www.nytimes.com/2021/11/22/sports/soccer/manchester-united-ole-solskjaer.html", - "creator": "Rory Smith", - "pubDate": "Mon, 22 Nov 2021 12:17:59 +0000", + "title": "Flames over Syrian port after reported Israeli airstrike – video", + "description": "

    An Israeli airstrike hit Syria’s Latakia port before dawn on Tuesday, the second such attack on the cargo hub this month, Syrian state media reported. Since the outbreak of Syria’s civil war in 2011, Israel has routinely carried out airstrikes on its neighbour, mostly targeting Syrian government troops. The Israeli military has in the past defended the strikes as a necessary measure to prevent its enemy Iran from gaining a foothold on its doorstep

    Continue reading...", + "content": "

    An Israeli airstrike hit Syria’s Latakia port before dawn on Tuesday, the second such attack on the cargo hub this month, Syrian state media reported. Since the outbreak of Syria’s civil war in 2011, Israel has routinely carried out airstrikes on its neighbour, mostly targeting Syrian government troops. The Israeli military has in the past defended the strikes as a necessary measure to prevent its enemy Iran from gaining a foothold on its doorstep

    Continue reading...", + "category": "Syria", + "link": "https://www.theguardian.com/world/video/2021/dec/28/flames-over-syrian-port-after-reported-israeli-airstrike-video", + "creator": "", + "pubDate": "2021-12-28T15:17:33Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f046016ce4dbf6217579dc8f9155170" + "hash": "393cf70e9581cc895891c008883f5606", + "highlights": [] }, { - "title": "The Politics of Menace", - "description": "Despite a congressman’s censure, Republicans have shown a growing tolerance for violent rhetoric.", - "content": "Despite a congressman’s censure, Republicans have shown a growing tolerance for violent rhetoric.", - "category": "", - "link": "https://www.nytimes.com/2021/11/22/briefing/paul-gosar-censure-violence.html", - "creator": "Catie Edmondson", - "pubDate": "Mon, 22 Nov 2021 11:35:15 +0000", + "title": "1887 time capsule apparently found under Robert E Lee statue pedestal – video", + "description": "

    A long-sought 1887 time capsule appears to have been found under a pedestal that once held a statue of the Confederate general Robert E Lee in Richmond, Virginia. Media reports described a capsule with dozens of artefacts, perhaps including a rare photo of Abraham Lincoln. Crews dismantling the pedestal found another time capsule earlier this month, but it did not contain the expected trove of objects. The statue was removed in September after protests against the police killing of George Floyd

    Continue reading...", + "content": "

    A long-sought 1887 time capsule appears to have been found under a pedestal that once held a statue of the Confederate general Robert E Lee in Richmond, Virginia. Media reports described a capsule with dozens of artefacts, perhaps including a rare photo of Abraham Lincoln. Crews dismantling the pedestal found another time capsule earlier this month, but it did not contain the expected trove of objects. The statue was removed in September after protests against the police killing of George Floyd

    Continue reading...", + "category": "Virginia", + "link": "https://www.theguardian.com/us-news/video/2021/dec/28/1887-time-capsule-apparently-found-under-robert-e-lee-statue-pedestal-video", + "creator": "", + "pubDate": "2021-12-28T10:24:54Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8aa1719b567cede437a4c09f4630a30" + "hash": "523153c6374d7da64412ff86c00ef42e", + "highlights": [] }, { - "title": "The Acquittal of Kyle Rittenhouse", - "description": "How a jury came to find the teenager, who shot and killed two people in Kenosha, Wis., not guilty on the five charges he faced.", - "content": "How a jury came to find the teenager, who shot and killed two people in Kenosha, Wis., not guilty on the five charges he faced.", - "category": "Self-Defense", - "link": "https://www.nytimes.com/2021/11/22/podcasts/the-daily/kyle-rittenhouse-verdict.html", - "creator": "Michael Barbaro, Daniel Guillemette, Clare Toeniskoetter, Alexandra Leigh Young, Larissa Anderson and Chris Wood", - "pubDate": "Mon, 22 Nov 2021 11:08:31 +0000", + "title": "Covid live: UK test shortages ‘very worrying’ ahead of New Year; six Canadian provinces see record daily case rises", + "description": "

    Nervtag’s Prof Openshaw warns New Year’s Eve ‘perfect’ conditions to transmit virus; Canadian provinces including Ontario, Quebec and British Columbia set records

    Here’s a reminder of the news overnight that NHS England is looking to set up new “pop-up” Covid facilities. My colleagues Rowena Mason and Aubrey Allegretti report:

    NHS England confirmed that it was creating new small-scale “Nightingale” facilities with up to 100 beds each at eight hospitals across the country. The health service said it had asked trusts to identify empty spaces to accommodate beds in places such as gyms or teaching areas. NHS managers are aiming to create up to 4,000 beds as surge capacity if needed, with work on the first tranche, in temporary structures, starting this week.

    Continue reading...", + "content": "

    Nervtag’s Prof Openshaw warns New Year’s Eve ‘perfect’ conditions to transmit virus; Canadian provinces including Ontario, Quebec and British Columbia set records

    Here’s a reminder of the news overnight that NHS England is looking to set up new “pop-up” Covid facilities. My colleagues Rowena Mason and Aubrey Allegretti report:

    NHS England confirmed that it was creating new small-scale “Nightingale” facilities with up to 100 beds each at eight hospitals across the country. The health service said it had asked trusts to identify empty spaces to accommodate beds in places such as gyms or teaching areas. NHS managers are aiming to create up to 4,000 beds as surge capacity if needed, with work on the first tranche, in temporary structures, starting this week.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/30/covid-news-live-who-warns-of-trade-off-as-countries-ease-isolation-and-testing-rules", + "creator": "Martin Belam (now) and Samantha Lock (earlier)", + "pubDate": "2021-12-30T10:28:58Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1c0f157fe4881c128587c012d569447" + "hash": "a09a59ae3d0e7ab9fa02e03e453c40d8", + "highlights": [] }, { - "title": "As Pandemic Evictions Rise, Spaniards Declare ‘War’ on Wall Street Landlords", - "description": "Protesters in Barcelona are pushing back against foreign investment firms that have bought up thousands of homes over the past decade and are forcing out residents who can’t pay the rent.", - "content": "Protesters in Barcelona are pushing back against foreign investment firms that have bought up thousands of homes over the past decade and are forcing out residents who can’t pay the rent.", - "category": "Barcelona (Spain)", - "link": "https://www.nytimes.com/2021/11/21/world/europe/spain-evictions-cerberus-covid.html", - "creator": "Nicholas Casey and Roser Toll Pifarré", - "pubDate": "Mon, 22 Nov 2021 09:45:52 +0000", + "title": "‘Journalism is not sedition’: Blinken urges release of seven arrested in Hong Kong media raids", + "description": "

    US secretary of state says Stand News journalists and and media executives have been ‘unjustly detained’, undermining Hong Kong’s credibility

    The US has called on Chinese and Hong Kong authorities to release the seven people linked to the now-shuttered independent news outlet Stand News who were arrested on sedition charges during a police crackdown on Wednesday.

    Secretary of state Antony Blinken said in a statement: “We call on PRC [People’s Republic of China] and Hong Kong authorities to cease targeting Hong Kong’s free and independent media and to immediately release those journalists and media executives who have been unjustly detained and charged.

    Continue reading...", + "content": "

    US secretary of state says Stand News journalists and and media executives have been ‘unjustly detained’, undermining Hong Kong’s credibility

    The US has called on Chinese and Hong Kong authorities to release the seven people linked to the now-shuttered independent news outlet Stand News who were arrested on sedition charges during a police crackdown on Wednesday.

    Secretary of state Antony Blinken said in a statement: “We call on PRC [People’s Republic of China] and Hong Kong authorities to cease targeting Hong Kong’s free and independent media and to immediately release those journalists and media executives who have been unjustly detained and charged.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/30/journalism-is-not-sedition-blinken-urges-release-of-seven-arrested-in-hong-kong-media-raids", + "creator": "Rhoda Kwan in Taipei", + "pubDate": "2021-12-30T04:22:23Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1d5bfb3c5cb5b71b0d3e8e48825c1b1" + "hash": "652b55c8be28de6e27830d2baa9d70c8", + "highlights": [] }, { - "title": "Playwright Is in Exile as Cuba Uses an Old Playbook to Quash Dissent", - "description": "Yunior García, a rising star of the Cuban protest movement, fled to Spain. He is one of a young generation of artists who say they have chosen exile over imprisonment.", - "content": "Yunior García, a rising star of the Cuban protest movement, fled to Spain. He is one of a young generation of artists who say they have chosen exile over imprisonment.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/21/world/americas/yunior-garcia-exile-spain.html", - "creator": "Nicholas Casey", - "pubDate": "Mon, 22 Nov 2021 05:04:33 +0000", + "title": "Elton John’s Your Song originally slated for Diana funeral", + "description": "

    Goodbye England’s Rose was included in 1997 service after dean of Westminster urged ‘boldness’

    Westminster Abbey originally anticipated that Elton John would sing Your Song at the funeral of Diana, Princess of Wales, rather than Goodbye England’s Rose, his reworking of Candle in the Wind, newly released records show.

    An early order-of-service draft included the lyrics of Your Song, although it was mistitled Our Song. A second draft, sent for approval to Buckingham Palace by the dean of Westminster Abbey, Dr Wesley Carr, substituted Candle in the Wind.

    Continue reading...", + "content": "

    Goodbye England’s Rose was included in 1997 service after dean of Westminster urged ‘boldness’

    Westminster Abbey originally anticipated that Elton John would sing Your Song at the funeral of Diana, Princess of Wales, rather than Goodbye England’s Rose, his reworking of Candle in the Wind, newly released records show.

    An early order-of-service draft included the lyrics of Your Song, although it was mistitled Our Song. A second draft, sent for approval to Buckingham Palace by the dean of Westminster Abbey, Dr Wesley Carr, substituted Candle in the Wind.

    Continue reading...", + "category": "Diana, Princess of Wales", + "link": "https://www.theguardian.com/uk-news/2021/dec/30/elton-johns-your-song-originally-slated-for-diana-funeral", + "creator": "Caroline Davies and Kevin Rawlinson", + "pubDate": "2021-12-30T06:00:43Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fdf015180e1679c7324d301744b75848" + "hash": "7f012190a2568676abb876ffbd95acb3", + "highlights": [] }, { - "title": "Video of Peng Shuai With Olympic Officials Fuels a Showdown With Tennis", - "description": "The Chinese tennis star held a 30-minute video call with the leader of the International Olympic Committee, but the head of women’s professional tennis remained unable to reach her.", - "content": "The Chinese tennis star held a 30-minute video call with the leader of the International Olympic Committee, but the head of women’s professional tennis remained unable to reach her.", - "category": "Olympic Games (2022)", - "link": "https://www.nytimes.com/2021/11/21/sports/tennis/peng-shuai-video-ioc.html", - "creator": "Matthew Futterman", - "pubDate": "Mon, 22 Nov 2021 03:21:54 +0000", + "title": "‘On the brink’: drought and politics leave Afghans fighting famine", + "description": "

    Aid collapse after Taliban took control means just 2% of people have enough to eat, UN says

    In his seven decades, Mehrajuddin has been a police commander, a fighter for the mujahideen, a district governor and a prosecutor, and even briefly worked in Europe. Until this year, he has never struggled to feed his family.

    Now they have just one meal a day, hard discs of stale bread soaked in water until they soften to mush. “All the family are starving,” he says bluntly as he waits at a food distribution centre in Kabul for a handout of lentils, rice, flour and oil. “I even worry about dying, because if it happens tomorrow, how will my family pay for my funeral?”

    Continue reading...", + "content": "

    Aid collapse after Taliban took control means just 2% of people have enough to eat, UN says

    In his seven decades, Mehrajuddin has been a police commander, a fighter for the mujahideen, a district governor and a prosecutor, and even briefly worked in Europe. Until this year, he has never struggled to feed his family.

    Now they have just one meal a day, hard discs of stale bread soaked in water until they soften to mush. “All the family are starving,” he says bluntly as he waits at a food distribution centre in Kabul for a handout of lentils, rice, flour and oil. “I even worry about dying, because if it happens tomorrow, how will my family pay for my funeral?”

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2021/dec/30/on-the-brink-drought-and-politics-leave-afghans-fighting-famine", + "creator": "Emma Graham-Harrison in Kabul", + "pubDate": "2021-12-30T05:00:41Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4fd646ce6f476491ed8942aabe2bd4e6" + "hash": "490f65cccb9aa4d3a9f1b49ecee58466", + "highlights": [] }, { - "title": "Tucker Carlson's 'Patriot Purge' Special Leads Two Fox News Contributors to Quit", - "description": "Jonah Goldberg and Stephen Hayes, stars of a brand of conservatism that has fallen out of fashion, decide they’ve had enough.", - "content": "Jonah Goldberg and Stephen Hayes, stars of a brand of conservatism that has fallen out of fashion, decide they’ve had enough.", - "category": "News and News Media", - "link": "https://www.nytimes.com/2021/11/21/business/jonah-goldberg-steve-hayes-quit-fox-tucker-carlson.html", - "creator": "Ben Smith", - "pubDate": "Mon, 22 Nov 2021 00:48:03 +0000", + "title": "Kindertransport Britons urge UK to reopen safe routes for refugees", + "description": "

    Alf Dubs, Stephanie Shirley and Erich Reich call for safe and legal paths for refugees in Europe to find safety

    Surviving members of the Kindertransport have urged the government to reopen safe routes for refugees in Europe, especially children, trying to reach the UK or risk more tragedies occurring in the Channel.

    Alf Dubs, Stephanie Shirley and Erich Reich, who all arrived in the UK between 1938 and 1939 as child refugees on the Kindertransport, an initiative set up to rescue nearly 10,000 Jewish child refugees before the second world war, said the UK was losing its moral authority in the world and urged the government to change tack.

    Continue reading...", + "content": "

    Alf Dubs, Stephanie Shirley and Erich Reich call for safe and legal paths for refugees in Europe to find safety

    Surviving members of the Kindertransport have urged the government to reopen safe routes for refugees in Europe, especially children, trying to reach the UK or risk more tragedies occurring in the Channel.

    Alf Dubs, Stephanie Shirley and Erich Reich, who all arrived in the UK between 1938 and 1939 as child refugees on the Kindertransport, an initiative set up to rescue nearly 10,000 Jewish child refugees before the second world war, said the UK was losing its moral authority in the world and urged the government to change tack.

    Continue reading...", + "category": "Refugees", + "link": "https://www.theguardian.com/world/2021/dec/30/kindertransport-britons-urge-uk-to-reopen-safe-routes-for-refugees", + "creator": "Aamna Mohdin", + "pubDate": "2021-12-30T07:00:44Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5733c0a46a45142ac4f273051e0b772" + "hash": "e1f9fe52123d00a6d8ec8f7c1772193f", + "highlights": [] }, { - "title": "Two of 17 Kidnapped Missionaries in Haiti Are Freed, Group Says", - "description": "After being held hostage for 37 days by a gang, two people with a U.S. Christian aid group have been released in Port-au-Prince and are described as “safe.”", - "content": "After being held hostage for 37 days by a gang, two people with a U.S. Christian aid group have been released in Port-au-Prince and are described as “safe.”", - "category": "Gangs", - "link": "https://www.nytimes.com/2021/11/21/world/americas/haiti-missionaries-kidnapping.html", - "creator": "Maria Abi-Habib", - "pubDate": "Mon, 22 Nov 2021 00:28:59 +0000", + "title": "Indictment of alleged Proud Boys leaders over US Capitol attack upheld", + "description": "

    Federal judge rejects defence arguments, a development that could have potential implications for Donald Trump

    A federal judge has refused to dismiss an indictment charging four alleged Proud Boys leaders with conspiracy and obstructing an official proceeding during the 6 January attack on the US Capitol – a development that could have potential implications for Donald Trump.

    On Tuesday, the US district judge Timothy Kelly rejected arguments by defence lawyers that Ethan Nordean, Joseph Biggs, Zachary Rehl and Charles Donohoe are charged with conduct that is protected by the first amendment right to free speech.

    Continue reading...", + "content": "

    Federal judge rejects defence arguments, a development that could have potential implications for Donald Trump

    A federal judge has refused to dismiss an indictment charging four alleged Proud Boys leaders with conspiracy and obstructing an official proceeding during the 6 January attack on the US Capitol – a development that could have potential implications for Donald Trump.

    On Tuesday, the US district judge Timothy Kelly rejected arguments by defence lawyers that Ethan Nordean, Joseph Biggs, Zachary Rehl and Charles Donohoe are charged with conduct that is protected by the first amendment right to free speech.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2021/dec/29/indictment-of-proud-boys-leaders-charged-over-us-capitol-attack-upheld", + "creator": "Miranda Bryant", + "pubDate": "2021-12-29T16:24:08Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1822f6826d0bc2816b42f42fb65e10a0" + "hash": "12638c534ed288ce51d23240f9dd66f5", + "highlights": [] }, { - "title": "What Astroworld, the Rust Shooting and the Surfside Collapse Have In Common", - "description": "From the Salem witch trials to the Astroworld disaster, conspiracy theories and reformist narratives have battled for dominance in the American consciousness. ", - "content": "From the Salem witch trials to the Astroworld disaster, conspiracy theories and reformist narratives have battled for dominance in the American consciousness. ", - "category": "Conspiracy Theories", - "link": "https://www.nytimes.com/2021/11/21/opinion/astroworld-rust-surfside-conspiracies-catastrophes.html", - "creator": "Adrian J. Rivera", - "pubDate": "Sun, 21 Nov 2021 22:10:49 +0000", + "title": "South Korea presidential contender vows to seek nuclear-powered submarines, months after Australia’s Aukus deal", + "description": "

    Lee Jae-myung aims to counter North Korea threats and pledges to restart stalled talks between Pyongyang and Washington

    South Korea’s ruling party presidential candidate said he will seek US support to build nuclear-powered submarines to better counter threats from North Korea and proactively seek to reopen stalled denuclearisation talks between Pyongyang and Washington.

    In an interview with Reuters and two other media outlets, Lee Jae-myung also pledged to put aside “strategic ambiguity” in the face of intensifying Sino-US rivalry, vowing pragmatic diplomacy would avoid South Korea being forced to choose between the two countries.

    Continue reading...", + "content": "

    Lee Jae-myung aims to counter North Korea threats and pledges to restart stalled talks between Pyongyang and Washington

    South Korea’s ruling party presidential candidate said he will seek US support to build nuclear-powered submarines to better counter threats from North Korea and proactively seek to reopen stalled denuclearisation talks between Pyongyang and Washington.

    In an interview with Reuters and two other media outlets, Lee Jae-myung also pledged to put aside “strategic ambiguity” in the face of intensifying Sino-US rivalry, vowing pragmatic diplomacy would avoid South Korea being forced to choose between the two countries.

    Continue reading...", + "category": "South Korea", + "link": "https://www.theguardian.com/world/2021/dec/30/south-korea-presidential-contender-vows-to-seek-nuclear-powered-submarines-months-after-australias-aukus-deal", + "creator": "Reuters", + "pubDate": "2021-12-30T07:06:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac98668e11a7fddf545d497fcd3c638f" + "hash": "f47c6308a2baf8c6876a66504edb220c", + "highlights": [] }, { - "title": "The Diminishing Democratic Majority", - "description": "Do Democrats need Trump to save them from an unexpected demographic eclipse?", - "content": "Do Democrats need Trump to save them from an unexpected demographic eclipse?", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/11/20/opinion/democrat-trump-elections.html", - "creator": "Ross Douthat", - "pubDate": "Sun, 21 Nov 2021 21:12:18 +0000", + "title": "Indonesia relents on plan to push back boat carrying 100 Rohingya refugees after outcry", + "description": "

    Indonesia will now take in the refugees adrift on a stricken boat, instead of towing it into Malaysian waters

    Indonesia on Wednesday said it will let dozens of Rohingya refugees come ashore after protests from local residents and the international community over its plan to push them into Malaysian waters.

    At least 100 people, mostly women and children, aboard a stricken wooden vessel off Aceh province were denied refuge in Indonesia, where authorities said on Tuesday they planned to push them into Malaysian waters after fixing their boat.

    Continue reading...", + "content": "

    Indonesia will now take in the refugees adrift on a stricken boat, instead of towing it into Malaysian waters

    Indonesia on Wednesday said it will let dozens of Rohingya refugees come ashore after protests from local residents and the international community over its plan to push them into Malaysian waters.

    At least 100 people, mostly women and children, aboard a stricken wooden vessel off Aceh province were denied refuge in Indonesia, where authorities said on Tuesday they planned to push them into Malaysian waters after fixing their boat.

    Continue reading...", + "category": "Indonesia", + "link": "https://www.theguardian.com/world/2021/dec/30/indonesia-relents-on-plan-to-push-back-boat-carrying-100-rohingya-refugees-after-outcry", + "creator": "Agence France-Presse", + "pubDate": "2021-12-30T02:48:20Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3780bdca8d96c4c711fd7b080a32583b" + "hash": "071fad07c461de47767bdc0fcb3b11a4", + "highlights": [] }, { - "title": "How the U.S. Lost Ground to China in the Contest for Clean Energy", - "description": "Americans failed to safeguard decades of diplomatic and financial investments in Congo, where the world’s largest supply of cobalt is controlled by Chinese companies backed by Beijing.", - "content": "Americans failed to safeguard decades of diplomatic and financial investments in Congo, where the world’s largest supply of cobalt is controlled by Chinese companies backed by Beijing.", - "category": "Mines and Mining", - "link": "https://www.nytimes.com/2021/11/21/world/us-china-energy.html", - "creator": "Eric Lipton, Dionne Searcey and Ashley Gilbertson", - "pubDate": "Sun, 21 Nov 2021 19:58:27 +0000", + "title": "Amazon’s Alexa device tells 10-year-old to touch a penny to a live plug socket", + "description": "

    The child had asked the Echo smart speaker for a challenge, prompting her mother to post the response on Twitter

    Virtual assistants can set timers for people, play music, control smart home devices, respond to voice commands and set up reminders. As of Sunday, they have also proven their ability to challenge children to lethal dares.

    Alexa, Amazon’s virtual assistant, recently advised a 10-year-old girl to touch a penny to a live plug socket after she asked the Echo smart speaker for a challenge.

    Continue reading...", + "content": "

    The child had asked the Echo smart speaker for a challenge, prompting her mother to post the response on Twitter

    Virtual assistants can set timers for people, play music, control smart home devices, respond to voice commands and set up reminders. As of Sunday, they have also proven their ability to challenge children to lethal dares.

    Alexa, Amazon’s virtual assistant, recently advised a 10-year-old girl to touch a penny to a live plug socket after she asked the Echo smart speaker for a challenge.

    Continue reading...", + "category": "Amazon Alexa", + "link": "https://www.theguardian.com/technology/2021/dec/29/amazons-alexa-child-penny-live-plug", + "creator": "Maya Yang", + "pubDate": "2021-12-30T00:09:35Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3cc8059a7ef51e273aa62db09bbdd61b" + "hash": "49f97147b02ba42ba64bd9ea06dc9c7e", + "highlights": [] }, { - "title": "How Do You Make Teen Comedies Today? Buy a High School.", - "description": "A former school outside Syracuse, N.Y., has been transformed into American High, a production hub for inexpensive films aimed at streaming platforms.", - "content": "A former school outside Syracuse, N.Y., has been transformed into American High, a production hub for inexpensive films aimed at streaming platforms.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/11/21/business/media/american-high-teen-comedies-movies.html", - "creator": "Nicole Sperling", - "pubDate": "Sun, 21 Nov 2021 18:46:55 +0000", + "title": "Denver gunman who killed five in shooting rampage knew victims", + "description": "

    Lyndon James McLeod, 47, who was killed at scene was ‘on radar of law enforcement’, say Denver police

    A gunman who killed five people and injured two others in a series of shootings in Denver is believed to have targeted the victims based on previous personal and business dealings and was investigated by police twice in the last two years.

    Denver police said that Lyndon James McLeod, 47, who was also killed in the deadly rampage on Monday night, knew most of the victims and was “on the radar of law enforcement”.

    Continue reading...", + "content": "

    Lyndon James McLeod, 47, who was killed at scene was ‘on radar of law enforcement’, say Denver police

    A gunman who killed five people and injured two others in a series of shootings in Denver is believed to have targeted the victims based on previous personal and business dealings and was investigated by police twice in the last two years.

    Denver police said that Lyndon James McLeod, 47, who was also killed in the deadly rampage on Monday night, knew most of the victims and was “on the radar of law enforcement”.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/29/denver-gunman-lyndon-james-mcleod-who-killed-five-in-shooting-rampage-knew-victims", + "creator": "Miranda Bryant", + "pubDate": "2021-12-29T14:44:54Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fdcfc91f88bd0b0b7c8e3a86347774a9" + "hash": "6400a1a0a750d7ebb1f3cd3560df49da", + "highlights": [] }, { - "title": "This Matzo Ball Chicken Soup Recipe Is Ready to Comfort", - "description": "This light recipe is still filling and festive enough for Hanukkah, and it’s easy to clean up, too.", - "content": "This light recipe is still filling and festive enough for Hanukkah, and it’s easy to clean up, too.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/11/19/dining/matzo-ball-chicken-soup-recipe.html", - "creator": "Joan Nathan", - "pubDate": "Sun, 21 Nov 2021 18:28:32 +0000", + "title": "French daily Covid cases above 200,000 as Italy introduces stricter green pass", + "description": "

    France sets European record, as Italy tightens measures against the unvaccinated

    France has registered a national and European record for new coronavirus infections as the Omicron variant fuels a surge in cases across the continent, with multiple countries hitting new highs.

    France on Wednesday reported 208,000 cases in the previous 24 hours, up from its previous record of almost 180,000 set the day before.

    Continue reading...", + "content": "

    France sets European record, as Italy tightens measures against the unvaccinated

    France has registered a national and European record for new coronavirus infections as the Omicron variant fuels a surge in cases across the continent, with multiple countries hitting new highs.

    France on Wednesday reported 208,000 cases in the previous 24 hours, up from its previous record of almost 180,000 set the day before.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/29/french-daily-covid-cases-above-200000-as-italy-considers-stricter-green-pass", + "creator": "Jon Henley in Paris and Angela Giuffrida in Rome", + "pubDate": "2021-12-29T22:46:09Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d78343a51f537aa728f6cf5fb972f1e" + "hash": "6e0bd08d47b0d58553f6d66e80111664", + "highlights": [] }, { - "title": "Overlooked No More: Ruth Polsky, Who Shaped New York’s Music Scene", - "description": "She booked concerts at influential nightclubs in the 1980s, bringing exposure to up-and-coming artists like the Smiths and New Order.", - "content": "She booked concerts at influential nightclubs in the 1980s, bringing exposure to up-and-coming artists like the Smiths and New Order.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/11/18/obituaries/ruth-polsky-overlooked.html", - "creator": "Rachel Felder", - "pubDate": "Sun, 21 Nov 2021 17:57:51 +0000", + "title": "Britons with homes in EU told they can’t drive through France to get there", + "description": "

    Eurotunnel operator issues warning to UK nationals after update to Covid travel rules by French government

    Eurotunnel is warning British citizens who live in the EU that they cannot travel through France by car from the UK due to new coronavirus restrictions imposed by the French government.

    Getlink, the operator of the Channel rail link, issued an urgent warning on its website and Twitter page on Wednesday evening that appeared to confirm that the French government had changed its travel rules.

    Continue reading...", + "content": "

    Eurotunnel operator issues warning to UK nationals after update to Covid travel rules by French government

    Eurotunnel is warning British citizens who live in the EU that they cannot travel through France by car from the UK due to new coronavirus restrictions imposed by the French government.

    Getlink, the operator of the Channel rail link, issued an urgent warning on its website and Twitter page on Wednesday evening that appeared to confirm that the French government had changed its travel rules.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/29/britons-living-in-eu-told-they-cant-drive-through-france-to-get-to-uk", + "creator": "Léonie Chao-Fong", + "pubDate": "2021-12-30T00:48:01Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23bb48e81c41c65d5633fe964862817b" + "hash": "849d4e31cdda36f337281b55c5e0b65b", + "highlights": [] }, { - "title": "Knowledge Bubbles Work Against Us", - "description": "We need to find out why our neighbors and fellow citizens think the way they do.", - "content": "We need to find out why our neighbors and fellow citizens think the way they do.", - "category": "Football (College)", - "link": "https://www.nytimes.com/2021/11/20/opinion/knowledge-football-finebaum.html", - "creator": "Jane Coaston", - "pubDate": "Sun, 21 Nov 2021 17:10:34 +0000", + "title": "OzSage experts warn ‘let it rip’ Covid strategy will condemn vulnerable Australians to death", + "description": "

    Sheer scale of cases means the impact on an already fatigued health system ‘could be enormous’, report says

    Australia’s independent expert group OzSage has savaged the “let it rip” Covid-19 strategy in New South Wales and elsewhere, saying it will condemn some people to death, particularly the more vulnerable.

    In a report released on Thursday, OzSage said the trajectory of Covid data suggested hospital admission and intensive care unit occupancy numbers were “on a steeply rising trend and anticipated to exceed earlier peaks quite soon. In other words, optimistic assumptions about the impact of the Omicron variant on hospital admissions are unrealistic.”

    Continue reading...", + "content": "

    Sheer scale of cases means the impact on an already fatigued health system ‘could be enormous’, report says

    Australia’s independent expert group OzSage has savaged the “let it rip” Covid-19 strategy in New South Wales and elsewhere, saying it will condemn some people to death, particularly the more vulnerable.

    In a report released on Thursday, OzSage said the trajectory of Covid data suggested hospital admission and intensive care unit occupancy numbers were “on a steeply rising trend and anticipated to exceed earlier peaks quite soon. In other words, optimistic assumptions about the impact of the Omicron variant on hospital admissions are unrealistic.”

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/australia-news/2021/dec/30/ozsage-experts-warn-let-it-rip-covid-strategy-will-condemn-vulnerable-australians-to-death", + "creator": "Peter Hannam", + "pubDate": "2021-12-30T03:12:39Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b371d9eabe235d153215276e5d48c2b0" + "hash": "d6b32b1dc047bde72cd4a787a7e6abfc", + "highlights": [] }, { - "title": "How Roundabouts Help Lower Carbon Emissions", - "description": "An Indiana city has the most roundabouts in the country. They’ve saved lives and reduced injuries from crashes — and lowered carbon emissions.", - "content": "An Indiana city has the most roundabouts in the country. They’ve saved lives and reduced injuries from crashes — and lowered carbon emissions.", - "category": "Carmel (Ind)", - "link": "https://www.nytimes.com/2021/11/20/climate/roundabouts-climate-emissions-driving.html", - "creator": "Cara Buckley and A.J. Mast", - "pubDate": "Sun, 21 Nov 2021 14:26:14 +0000", + "title": "Air travel in and out of UK slumps by 71% in 2021 amid pandemic", + "description": "

    Report from aviation analytics firm Cirium shows domestic flights were down by almost 60%

    Air travel in and out of the UK slumped by 71% in 2021 as the second year of the Covid-19 crisis took its toll on international flying, according to a report.

    Just over 406,000 international flights operated from the UK up to 22 December this year compared with almost 1.4m in 2019 before the pandemic struck and travel restrictions were imposed, the aviation analytics firm Cirium said. UK domestic flights were found to have declined by almost 60%.

    Continue reading...", + "content": "

    Report from aviation analytics firm Cirium shows domestic flights were down by almost 60%

    Air travel in and out of the UK slumped by 71% in 2021 as the second year of the Covid-19 crisis took its toll on international flying, according to a report.

    Just over 406,000 international flights operated from the UK up to 22 December this year compared with almost 1.4m in 2019 before the pandemic struck and travel restrictions were imposed, the aviation analytics firm Cirium said. UK domestic flights were found to have declined by almost 60%.

    Continue reading...", + "category": "Airline industry", + "link": "https://www.theguardian.com/business/2021/dec/29/air-travel-in-and-out-of-uk-slumps-in-2021-amid-pandemic", + "creator": "Julia Kollewe", + "pubDate": "2021-12-29T08:45:05Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c9aa8dc1caf745bec62becbc7288641" + "hash": "e1e917920b96aee3d94a001bd251ec1e", + "highlights": [] }, { - "title": "Manchin and Sinema Find Financial Support From G.O.P. Donors", - "description": "The two Democratic senators are attracting campaign contributions from business interests and conservatives as progressives fume over their efforts to pare back the president’s domestic policy bill.", - "content": "The two Democratic senators are attracting campaign contributions from business interests and conservatives as progressives fume over their efforts to pare back the president’s domestic policy bill.", - "category": "Campaign Finance", - "link": "https://www.nytimes.com/2021/11/21/us/politics/manchin-sinema-republican-donors.html", - "creator": "Kenneth P. Vogel and Kate Kelly", - "pubDate": "Sun, 21 Nov 2021 10:00:07 +0000", + "title": "When did I decide to stop living in denial? While lying on a plane gangway during a panic attack", + "description": "

    I had refused to accept my PTSD had returned. But on a flight to Budapest it became impossible to ignore

    It is hard to pinpoint the worst moment of your life. But when I think about my lowest ebb, a certain image begins to solidify: me, lying in the gangway of a plane, the cabin crew administering oxygen via a canister and a mask as we descend to Budapest airport and other passengers look on (bemused or horrified, I couldn’t say). A couple of minutes previously, a fog had descended on me as I sat in the seat next to my boyfriend; peculiar black clouds coalesced at the margins of my vision. I was passing out. “I need to lie down,” I said, with some urgency. “I need to lie down, now.”

    Why does this image stand out? I suppose it is because, ultimately, it is about denial – and the point at which that stops being possible. The thing I didn’t want to know was that I was ill. Again. I had no business being on a plane. I had only been able to get on the plane at all as a result of the large white wine and two co-codamol tablets I had necked at the airport. It was no doubt the chemical effects of these that led to me almost blacking out. That and the fact I had been hyperventilating for the duration of the flight.

    Continue reading...", + "content": "

    I had refused to accept my PTSD had returned. But on a flight to Budapest it became impossible to ignore

    It is hard to pinpoint the worst moment of your life. But when I think about my lowest ebb, a certain image begins to solidify: me, lying in the gangway of a plane, the cabin crew administering oxygen via a canister and a mask as we descend to Budapest airport and other passengers look on (bemused or horrified, I couldn’t say). A couple of minutes previously, a fog had descended on me as I sat in the seat next to my boyfriend; peculiar black clouds coalesced at the margins of my vision. I was passing out. “I need to lie down,” I said, with some urgency. “I need to lie down, now.”

    Why does this image stand out? I suppose it is because, ultimately, it is about denial – and the point at which that stops being possible. The thing I didn’t want to know was that I was ill. Again. I had no business being on a plane. I had only been able to get on the plane at all as a result of the large white wine and two co-codamol tablets I had necked at the airport. It was no doubt the chemical effects of these that led to me almost blacking out. That and the fact I had been hyperventilating for the duration of the flight.

    Continue reading...", + "category": "Post-traumatic stress disorder", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/30/when-did-i-decide-to-stop-living-in-denial-while-lying-on-a-plane-gangway-during-a-panic-attack", + "creator": "Rhiannon Lucy Cosslett", + "pubDate": "2021-12-30T07:00:45Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e53919ef6ad4c8eb9e71ce95f57f5401" + "hash": "44c947ac7b45332a56d36c7b510b2792", + "highlights": [] }, { - "title": "How Nancy Pelosi Got Biden's Build Back Better Bill Back on Track", - "description": "The House’s approval of a sweeping social policy bill after weeks of fits and starts notched another win for the speaker in a career defined by them.", - "content": "The House’s approval of a sweeping social policy bill after weeks of fits and starts notched another win for the speaker in a career defined by them.", - "category": "Pelosi, Nancy", - "link": "https://www.nytimes.com/2021/11/20/us/politics/pelosi-democrats-biden-agenda.html", - "creator": "Carl Hulse", - "pubDate": "Sat, 20 Nov 2021 23:38:12 +0000", + "title": "‘It parodies our inaction’: Don’t Look Up, an allegory of the climate crisis, lauded by activists", + "description": "

    Adam McKay’s end-of-the-world film is a ‘powerful’ depiction of society’s response to scientific warnings, campaigners say

    Don’t Look Up, the latest celluloid offering from the writer-director Adam McKay, has become Netflix’s top film globally despite dividing critics and viewers.

    The film, a satire in which two scientists played by Leonardo DiCaprio and Jennifer Lawrence attempt to warn an indifferent world about a comet that threatens to destroy the planet, is an intentional allegory of the climate crisis.

    Continue reading...", + "content": "

    Adam McKay’s end-of-the-world film is a ‘powerful’ depiction of society’s response to scientific warnings, campaigners say

    Don’t Look Up, the latest celluloid offering from the writer-director Adam McKay, has become Netflix’s top film globally despite dividing critics and viewers.

    The film, a satire in which two scientists played by Leonardo DiCaprio and Jennifer Lawrence attempt to warn an indifferent world about a comet that threatens to destroy the planet, is an intentional allegory of the climate crisis.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2021/dec/30/it-parodies-our-inaction-dont-look-up-an-allegory-of-the-climate-crisis-lauded-by-activists", + "creator": "Donna Lu", + "pubDate": "2021-12-30T01:27:08Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd9dc7d3b2e2397b71c2267dc3188e14" + "hash": "0451472639f64bc3f7f980ac64b5f76e", + "highlights": [] }, { - "title": "Train the Police to Keep the Peace, Not Turn a Profit", - "description": "A Times investigation sheds light on an unjust practice.", - "content": "A Times investigation sheds light on an unjust practice.", - "category": "Traffic and Parking Violations", - "link": "https://www.nytimes.com/2021/11/20/opinion/police-traffic-stops-deaths.html", - "creator": "The Editorial Board", - "pubDate": "Sat, 20 Nov 2021 23:31:17 +0000", + "title": "Escape your comfort zone: I have always been the quiet one. Could learning to shout change my life?", + "description": "

    I can endure anger, pain and frustration without the need to scream. But I realised that that could, in fact, be a problem. So I travelled to the countryside to try yelling

    In the summer of 2020, the London-based psychotherapist Zoë Aston hit the headlines with a scream-therapy campaign she had devised for the Icelandic tourism board. On a website called Looks Like You Need Iceland, visitors were invited to record a scream which would then be blasted out for you in the vast, frozen wilderness. “And when you’re ready,” the blurb ran, “come let it out for real. You’ll feel better, we promise.” All of which assumes a scream-readiness with which I am patently unfamiliar.

    I am famous in my family for never shouting when I drop a glass or cut myself in the kitchen. The bigger the mess, the quieter I get. The angrier I get, the quieter I get, too. I have never screamed or shouted anyone down. A while back, the thought occurred to me that this might be a problem. What if, one day, I needed to yell? What if I, or someone else, needed the kind of urgent attention a scream is designed to attract?

    Reading the psychologist Art Janov’s 1970 book The Primal Scream does not help. This is at least partly due to its terrifying cover art, which features a bald figure with a cleft cranium, out of which gapes a screaming red mouth full of teeth – a nightmarish vision matched only by the intense embarrassment I feel just thinking about what therapists call “primaling”. I don’t want to primal. Or vent. Or rage. It’s the actual, audible how-to that’s the problem.

    Continue reading...", + "content": "

    I can endure anger, pain and frustration without the need to scream. But I realised that that could, in fact, be a problem. So I travelled to the countryside to try yelling

    In the summer of 2020, the London-based psychotherapist Zoë Aston hit the headlines with a scream-therapy campaign she had devised for the Icelandic tourism board. On a website called Looks Like You Need Iceland, visitors were invited to record a scream which would then be blasted out for you in the vast, frozen wilderness. “And when you’re ready,” the blurb ran, “come let it out for real. You’ll feel better, we promise.” All of which assumes a scream-readiness with which I am patently unfamiliar.

    I am famous in my family for never shouting when I drop a glass or cut myself in the kitchen. The bigger the mess, the quieter I get. The angrier I get, the quieter I get, too. I have never screamed or shouted anyone down. A while back, the thought occurred to me that this might be a problem. What if, one day, I needed to yell? What if I, or someone else, needed the kind of urgent attention a scream is designed to attract?

    Reading the psychologist Art Janov’s 1970 book The Primal Scream does not help. This is at least partly due to its terrifying cover art, which features a bald figure with a cleft cranium, out of which gapes a screaming red mouth full of teeth – a nightmarish vision matched only by the intense embarrassment I feel just thinking about what therapists call “primaling”. I don’t want to primal. Or vent. Or rage. It’s the actual, audible how-to that’s the problem.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/30/escape-your-comfort-zone-i-have-always-been-the-quiet-one-could-learning-to-shout-change-my-life", + "creator": "Dale Berning Sawa", + "pubDate": "2021-12-30T09:00:46Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3be784bfbb72ef81b451bd83b6ad2120" + "hash": "c49ed913ae6816ad46c1a9ee0cb918da", + "highlights": [] }, { - "title": "A Socialite, a Gardener, a Message in Blood: The Murder That Still Grips France", - "description": "The victim was a socialite. A message in her blood accused the gardener. But a grammatical error raised questions of class and language — and whether he was being framed.", - "content": "The victim was a socialite. A message in her blood accused the gardener. But a grammatical error raised questions of class and language — and whether he was being framed.", - "category": "Marchal, Ghislaine (d 1991)", - "link": "https://www.nytimes.com/2021/11/20/world/europe/france-murder-ghislaine-marchal-omar-raddad.html", - "creator": "Norimitsu Onishi", - "pubDate": "Sat, 20 Nov 2021 18:15:55 +0000", + "title": "Who were the real stars of 2021? Guardian portraits of the year – in pictures", + "description": "

    From music icons to housebound families, from climate activists to bike repairers, from comedy giants to asylum-seeking cricketers, we look back at the great portraits taken by Guardian photographers

    Continue reading...", + "content": "

    From music icons to housebound families, from climate activists to bike repairers, from comedy giants to asylum-seeking cricketers, we look back at the great portraits taken by Guardian photographers

    Continue reading...", + "category": "Photography", + "link": "https://www.theguardian.com/artanddesign/gallery/2021/dec/30/stars-2021-guardian-portraits-music-icons-housebound-families-asylum-cricketers", + "creator": "Mee-Lai Stone", + "pubDate": "2021-12-30T07:00:44Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb3c6971562f38ebdc430063191e31fb" + "hash": "f9a30c3531f4ff9c81d1c18fd231a031", + "highlights": [] }, { - "title": "Buy Stocks to Prosper. Buy Bonds to Sleep at Night.", - "description": "Do what it takes to stay invested in the stock market, our columnist says. Government bonds may help, even if they look unappealing now.", - "content": "Do what it takes to stay invested in the stock market, our columnist says. Government bonds may help, even if they look unappealing now.", - "category": "Stocks and Bonds", - "link": "https://www.nytimes.com/2021/11/19/business/stock-market-bonds-crash.html", - "creator": "Jeff Sommer", - "pubDate": "Sat, 20 Nov 2021 04:23:18 +0000", + "title": "Romantic fiction writers creating a more diverse happily ever after", + "description": "

    How book-loving communities on social media are helping authors break barriers to become bestsellers

    Talia Hibbert was rewatching a Spider-Man film and eating a meal in her living room when she received life-changing news. Her romance novel Act Your Age, Eve Brown, which she wrote at the beginning of the pandemic, had entered the New York Times bestseller list.

    The lighthearted romantic comedy, published this year, follows the escapades of a young black British woman who crashes into the life of an uptight B&B owner.

    Continue reading...", + "content": "

    How book-loving communities on social media are helping authors break barriers to become bestsellers

    Talia Hibbert was rewatching a Spider-Man film and eating a meal in her living room when she received life-changing news. Her romance novel Act Your Age, Eve Brown, which she wrote at the beginning of the pandemic, had entered the New York Times bestseller list.

    The lighthearted romantic comedy, published this year, follows the escapades of a young black British woman who crashes into the life of an uptight B&B owner.

    Continue reading...", + "category": "Romance books", + "link": "https://www.theguardian.com/books/2021/dec/30/romantic-fiction-writers-diverse-happily-ever-after-book-social-media-barriers-bestsellers", + "creator": "Aamna Mohdin", + "pubDate": "2021-12-30T08:00:44Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b13675ef1b7c67b63504ddc63bcc74c" + "hash": "ea03b10e9e655fa2e7e6d403c52cd7f0", + "highlights": [] }, { - "title": "Austria Announces Covid Vaccine Mandate, Crossing a Threshold for Europe", - "description": "The extraordinary step shows that governments desperate to safeguard public health and economic recoveries are increasingly willing to push for once unthinkable measures.", - "content": "The extraordinary step shows that governments desperate to safeguard public health and economic recoveries are increasingly willing to push for once unthinkable measures.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/19/world/europe/austria-covid-vaccine-mandate-lockdown.html", - "creator": "Jason Horowitz and Melissa Eddy", - "pubDate": "Fri, 19 Nov 2021 22:55:10 +0000", + "title": "My winter of love: I was on holiday with my boyfriend – and the B&B owner told me a horrifying home truth", + "description": "

    We went for walks, marvelled at the views, saw baby eagles and had a lot of sex. But as the proprietor of the guest house could tell, not all was well between us

    Back in 2008, I lived in New York. I wasn’t a total stranger to North American winters – my stepmother is from Michigan, and the one and only time she persuaded me to go on a family sledging outing I was so cold I bailed and went back to sit in the car, like the moody teenager I most definitely was. But I’d never been on the continent for an entire winter. I bought a gigantic army surplus parka and resigned myself to months of wading through freezing slush, alternated with sitting in my studio apartment at night with the windows open because the ancient radiators had one setting: on. That was until I read an article in the New York Times travel section about upstate getaways. The mere mention of a charming B&B overlooking the Delaware River, where you could watch nesting eagles on a nearby bluff while sipping cognac, was all it took. Manhattan’s dreary ice-bound streets slipped away momentarily, and I imagined myself on that very deck. I was in a long-distance relationship at the time, and what, I reasoned, could be more romantic than such a weekend?

    It was February, the very worst part of winter, and any twinkle of New York City’s seasonal cheer had well and truly died. My boyfriend was due a visit, and I was ecstatic at the prospect of a trip out of the city. We would go somewhere a hundred times more romantic than my apartment (which housed the world’s smallest and most uncomfortable bed), a thousand times more interesting than the corner diner, and a million times more nurturing than the intersection of Broadway and Amsterdam Avenue. I could see it all: the icy river threading its way below the B&B’s deck, the eagles soaring majestically above us, me and my boyfriend holding hands and laughing in the snow, pink-cheeked and very much in love.

    Continue reading...", + "content": "

    We went for walks, marvelled at the views, saw baby eagles and had a lot of sex. But as the proprietor of the guest house could tell, not all was well between us

    Back in 2008, I lived in New York. I wasn’t a total stranger to North American winters – my stepmother is from Michigan, and the one and only time she persuaded me to go on a family sledging outing I was so cold I bailed and went back to sit in the car, like the moody teenager I most definitely was. But I’d never been on the continent for an entire winter. I bought a gigantic army surplus parka and resigned myself to months of wading through freezing slush, alternated with sitting in my studio apartment at night with the windows open because the ancient radiators had one setting: on. That was until I read an article in the New York Times travel section about upstate getaways. The mere mention of a charming B&B overlooking the Delaware River, where you could watch nesting eagles on a nearby bluff while sipping cognac, was all it took. Manhattan’s dreary ice-bound streets slipped away momentarily, and I imagined myself on that very deck. I was in a long-distance relationship at the time, and what, I reasoned, could be more romantic than such a weekend?

    It was February, the very worst part of winter, and any twinkle of New York City’s seasonal cheer had well and truly died. My boyfriend was due a visit, and I was ecstatic at the prospect of a trip out of the city. We would go somewhere a hundred times more romantic than my apartment (which housed the world’s smallest and most uncomfortable bed), a thousand times more interesting than the corner diner, and a million times more nurturing than the intersection of Broadway and Amsterdam Avenue. I could see it all: the icy river threading its way below the B&B’s deck, the eagles soaring majestically above us, me and my boyfriend holding hands and laughing in the snow, pink-cheeked and very much in love.

    Continue reading...", + "category": "Relationships", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/30/my-winter-of-love-holiday-boyfriend-horrifying-home-truth", + "creator": "Fay Schopen", + "pubDate": "2021-12-30T06:00:44Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5808c19f0688d153f7adf2fdd071bed2" + "hash": "721fd616f298fcd6f91e62a8c78110ad", + "highlights": [] }, { - "title": "U.S. Rests Its Case in the Elizabeth Holmes Trial", - "description": "Defense lawyers are expected to argue that the founder of Theranos, the blood-testing start-up, failed but did not commit fraud.", - "content": "Defense lawyers are expected to argue that the founder of Theranos, the blood-testing start-up, failed but did not commit fraud.", - "category": "Suits and Litigation (Civil)", - "link": "https://www.nytimes.com/2021/11/19/technology/elizabeth-holmes-trial.html", - "creator": "Erin Griffith", - "pubDate": "Fri, 19 Nov 2021 22:53:35 +0000", + "title": "Only Murders in the Building to Cooking With Paris: the unsung TV heroes of 2021", + "description": "

    Paris Hilton’s disgusting dishes! Martin Freeman as a bad dad! A history of swear words! Here’s another chance to discover the incredible shows of the year you may have missed

    “The sci-fi murder mystery doctor dramedy Earth needs now!” That was the US marketing blurb for Resident Alien, a plucky attempt to turn the show’s audacious genre-mashing into a marketing angle. While it certainly has a lot going on – an alien crash-lands in small-town Colorado and attempts to evade detection by hijacking the identity of a big-city doctor – it only took a few episodes for me to realise why I was enjoying it so much. This story of a fusspot out-of-towner clashing with the rhythms of a town full of curious eccentrics is a spiritual descendant of 1990s fish-out-of-water touchstone Northern Exposure, complete with snowy setting and covetable local bar.

    Continue reading...", + "content": "

    Paris Hilton’s disgusting dishes! Martin Freeman as a bad dad! A history of swear words! Here’s another chance to discover the incredible shows of the year you may have missed

    “The sci-fi murder mystery doctor dramedy Earth needs now!” That was the US marketing blurb for Resident Alien, a plucky attempt to turn the show’s audacious genre-mashing into a marketing angle. While it certainly has a lot going on – an alien crash-lands in small-town Colorado and attempts to evade detection by hijacking the identity of a big-city doctor – it only took a few episodes for me to realise why I was enjoying it so much. This story of a fusspot out-of-towner clashing with the rhythms of a town full of curious eccentrics is a spiritual descendant of 1990s fish-out-of-water touchstone Northern Exposure, complete with snowy setting and covetable local bar.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/30/only-murders-in-the-building-to-cooking-with-paris-the-unsung-tv-heroes-of-2021", + "creator": "Graeme Virtue, Rachel Aroesti, Alexi Duggins, Phil Harrison, Hollie Richardson, Stuart Heritage, Rebecca Nicholson and Henry Wong", + "pubDate": "2021-12-30T06:00:43Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4188ebc82bbbf919e959b0a77ba32cf4" + "hash": "dabddff86909264e28ef930cbfe45d46", + "highlights": [] }, { - "title": "C.D.C. Panel Endorses Covid Vaccine Booster Shots for All Adults", - "description": "As infections rise, Americans over 18 will be permitted to get extra doses. But it’s not clear boosters really are needed by so many people, or that the shots will turn back the pandemic.", - "content": "As infections rise, Americans over 18 will be permitted to get extra doses. But it’s not clear boosters really are needed by so many people, or that the shots will turn back the pandemic.", - "category": "your-feed-science", - "link": "https://www.nytimes.com/2021/11/19/health/covid-boosters-cdc.html", - "creator": "Apoorva Mandavilli", - "pubDate": "Fri, 19 Nov 2021 22:34:54 +0000", + "title": "When Desmond Tutu stood up for the rights of Palestinians, he could not be ignored | Chris McGreal", + "description": "

    After visits to Israel and Palestine, Tutu used his moral authority to speak out and, despite abuse, refused to back down. He wanted liberation for everyone

    • Chris McGreal is the former Guardian correspondent in Jerusalem and Johannesburg

    Even amid the torrent of praise for the revered former archbishop Desmond Tutu in the days since his death, the anti-apartheid champion is not being universally mourned. Alan Dershowitz, the renowned US constitutional lawyer and ardent defender of Israel, took a moment to brand Tutu as “evil” and “the most influential antisemite of our time”.

    “The world is mourning Bishop Tutu, who just died the other day. Can I remind the world that although he did some good things, a lot of good things on apartheid, the man was a rampant antisemite and bigot?” he told Fox News.

    Chris McGreal is the former Guardian correspondent in Jerusalem and Johannesburg

    Continue reading...", + "content": "

    After visits to Israel and Palestine, Tutu used his moral authority to speak out and, despite abuse, refused to back down. He wanted liberation for everyone

    • Chris McGreal is the former Guardian correspondent in Jerusalem and Johannesburg

    Even amid the torrent of praise for the revered former archbishop Desmond Tutu in the days since his death, the anti-apartheid champion is not being universally mourned. Alan Dershowitz, the renowned US constitutional lawyer and ardent defender of Israel, took a moment to brand Tutu as “evil” and “the most influential antisemite of our time”.

    “The world is mourning Bishop Tutu, who just died the other day. Can I remind the world that although he did some good things, a lot of good things on apartheid, the man was a rampant antisemite and bigot?” he told Fox News.

    Chris McGreal is the former Guardian correspondent in Jerusalem and Johannesburg

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/commentisfree/2021/dec/30/desmond-tutu-palestinians-israel", + "creator": "Chris McGreal", + "pubDate": "2021-12-30T09:00:46Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb798660046654bcc6fedd826d494579" + "hash": "7ff84143422aa78d563df10708a86631", + "highlights": [] }, { - "title": "Divisive Case Fueled Debate Over Vigilantism and Gun Rights", - "description": "Two people familiar with the proceedings said the jury has reached a decision after deliberating for three and a half days. Here’s the latest.", - "content": "Two people familiar with the proceedings said the jury has reached a decision after deliberating for three and a half days. Here’s the latest.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/19/us/kyle-rittenhouse-trial", - "creator": "The New York Times", - "pubDate": "Fri, 19 Nov 2021 22:34:47 +0000", + "title": "‘For me, it’s about the mission’: why Cori Bush is just getting started in Congress", + "description": "

    Missouri congresswoman says she was sent to Washington to disrupt the political order that had long stopped working for people like herself

    If the American political status quo was working, Congresswoman Cori Bush might not have slept on the steps of the US Capitol to demand an extension of a coronavirus-era eviction moratorium. She might not have testified about her decision to have an abortion, consigning the details of her experience to the official congressional record. Perhaps she might not have run for Congress at all.

    But as the St Louis congresswoman sees it, she was sent to Washington to disrupt a political order that had long ago stopped working for people like herself – a nurse, pastor and activist who has worked for minimum wage, once lived out of a car and raised two children as a single mother. And she says she is only just getting started.

    Continue reading...", + "content": "

    Missouri congresswoman says she was sent to Washington to disrupt the political order that had long stopped working for people like herself

    If the American political status quo was working, Congresswoman Cori Bush might not have slept on the steps of the US Capitol to demand an extension of a coronavirus-era eviction moratorium. She might not have testified about her decision to have an abortion, consigning the details of her experience to the official congressional record. Perhaps she might not have run for Congress at all.

    But as the St Louis congresswoman sees it, she was sent to Washington to disrupt a political order that had long ago stopped working for people like herself – a nurse, pastor and activist who has worked for minimum wage, once lived out of a car and raised two children as a single mother. And she says she is only just getting started.

    Continue reading...", + "category": "Cori Bush", + "link": "https://www.theguardian.com/us-news/2021/dec/30/cori-bush-congresswoman-missouri", + "creator": "Lauren Gambino in Washington", + "pubDate": "2021-12-30T09:00:46Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", - "read": true, + "feed": "The Guardian", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fab2f0254169bd9bbee76afdf2dc2bc3" + "hash": "6bf7c8b6f70b7c03c42ceefa55613aa0", + "highlights": [] }, { - "title": "Modi to Repeal India Farm Laws Following Protests", - "description": "A bungled response to Covid and a struggling economy have hurt his party’s standing, leaving it vulnerable to a well-organized protest movement.", - "content": "A bungled response to Covid and a struggling economy have hurt his party’s standing, leaving it vulnerable to a well-organized protest movement.", - "category": "India", - "link": "https://www.nytimes.com/2021/11/18/world/asia/india-farmers-modi.html", - "creator": "Emily Schmall, Karan Deep Singh and Sameer Yasir", - "pubDate": "Fri, 19 Nov 2021 22:32:12 +0000", + "title": "UK zoo helps lost Mexican fish live to see another Tequila sunrise", + "description": "

    Declared extinct in the wild in 2003, species has been reintroduced to its native river after being bred in Chester

    A “charismatic little fish” declared extinct in the wild has been reintroduced to its native Mexico after being bred in an aquarium at Chester zoo.

    The tequila fish (Zoogoneticus tequila), which grows to no bigger than 70mm long, disappeared from the wild in 2003 owing to the introduction of invasive, exotic fish species and water pollution.

    Continue reading...", + "content": "

    Declared extinct in the wild in 2003, species has been reintroduced to its native river after being bred in Chester

    A “charismatic little fish” declared extinct in the wild has been reintroduced to its native Mexico after being bred in an aquarium at Chester zoo.

    The tequila fish (Zoogoneticus tequila), which grows to no bigger than 70mm long, disappeared from the wild in 2003 owing to the introduction of invasive, exotic fish species and water pollution.

    Continue reading...", + "category": "Endangered species", + "link": "https://www.theguardian.com/environment/2021/dec/29/uk-zoo-helps-lost-mexican-fish-live-to-see-another-tequila-sunrise", + "creator": "Helen Pidd North of England editor", + "pubDate": "2021-12-29T16:05:15Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0944ca3686854648128c731048f537a6" + "hash": "7d885273ff29bbb380be33040d6e146a", + "highlights": [] }, { - "title": "Gerald Migdol Is Charged in Campaign Finance Scheme", - "description": "Gerald Migdol is accused of concealing contributions to a New York City comptroller candidate to get more public-matching funds.", - "content": "Gerald Migdol is accused of concealing contributions to a New York City comptroller candidate to get more public-matching funds.", - "category": "Campaign Finance", - "link": "https://www.nytimes.com/2021/11/19/nyregion/nyc-fraud-campaign-finance.html", - "creator": "Matthew Haag", - "pubDate": "Fri, 19 Nov 2021 22:27:17 +0000", + "title": "Didi Global reports widening losses as Beijing restrictions bite", + "description": "

    Ride-hailing firm’s operating losses hit $6.3bn as Chinese regulators pursue customer-data inquiry

    The Chinese ride-hailing firm Didi Global has reported widening losses and a decline in third-quarter revenue, after its domestic business took a hit from a regulatory crackdown by Beijing.

    The company said operating losses hit $6.3bn (£4.68bn) in the nine months to the end of September, while revenue fell nearly 2% in its third quarter.

    Continue reading...", + "content": "

    Ride-hailing firm’s operating losses hit $6.3bn as Chinese regulators pursue customer-data inquiry

    The Chinese ride-hailing firm Didi Global has reported widening losses and a decline in third-quarter revenue, after its domestic business took a hit from a regulatory crackdown by Beijing.

    The company said operating losses hit $6.3bn (£4.68bn) in the nine months to the end of September, while revenue fell nearly 2% in its third quarter.

    Continue reading...", + "category": "Technology sector", + "link": "https://www.theguardian.com/business/2021/dec/30/didi-global-reports-widening-losses-as-beijing-restrictions-bite", + "creator": "Guardian staff and agency", + "pubDate": "2021-12-30T08:47:55Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c38b7611d3bb7ebaa7c72e71958d8dc4" + "hash": "77ec53155ced006498cc4ec37f0b9896", + "highlights": [] }, { - "title": "Business Updates: Google Questions Impartiality of Justice Dept. Antitrust Boss", - "description": "The move, announced on Friday, is an attempt by the country’s newish prime minister to revive an economy battered by Covid restrictions and a supply chain crunch.", - "content": "The move, announced on Friday, is an attempt by the country’s newish prime minister to revive an economy battered by Covid restrictions and a supply chain crunch.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/19/business/news-business-stock-market", - "creator": "The New York Times", - "pubDate": "Fri, 19 Nov 2021 22:22:24 +0000", + "title": "Aboriginal Tent Embassy condemns protesters who lit fire at Old Parliament House", + "description": "

    The front of the heritage-listed building in Canberra sustains extensive damage, with police yet to make any arrests

    The Aboriginal Tent Embassy has condemned the actions of protesters that led to a deliberately lit fire burning the doors of Canberra’s Old Parliament House.

    Protesters have been outside Old Parliament House for more than a week and had begun a traditional smoking ceremony on Thursday.

    Continue reading...", + "content": "

    The front of the heritage-listed building in Canberra sustains extensive damage, with police yet to make any arrests

    The Aboriginal Tent Embassy has condemned the actions of protesters that led to a deliberately lit fire burning the doors of Canberra’s Old Parliament House.

    Protesters have been outside Old Parliament House for more than a week and had begun a traditional smoking ceremony on Thursday.

    Continue reading...", + "category": "Canberra", + "link": "https://www.theguardian.com/australia-news/2021/dec/30/fire-at-old-parliament-house-damages-entrance-to-historic-canberra-building", + "creator": "Australian Associated Press", + "pubDate": "2021-12-30T09:06:46Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71426f88eebda9b39170c6beccc9f5e6" + "hash": "ae46c16f06ad3a16c305c58f9934ccfc", + "highlights": [] }, { - "title": "C.D.C. Panel Endorses Pfizer and Moderna Boosters for All Adults", - "description": "Earlier, the F.D.A. also authorized boosters for all adults. The moves come as holiday travel could bring a surge of cases. Here’s the latest on Covid.", - "content": "Earlier, the F.D.A. also authorized boosters for all adults. The moves come as holiday travel could bring a surge of cases. Here’s the latest on Covid.", - "category": "", - "link": "https://www.nytimes.com/live/2021/11/19/world/covid-vaccine-boosters-mandates", - "creator": "The New York Times", - "pubDate": "Fri, 19 Nov 2021 22:15:47 +0000", + "title": "Covid live: over 90% of community cases in England now Omicron; France reports over 200,000 cases in 24 hours in new record", + "description": "

    UK Health Security Agency says most cases in the community now new variant; France records over 208,000 new cases, health minister confirms

    India has recorded another 9,195 confirmed coronavirus cases in the past 24 hours, according to recently released data from its health ministry.

    A further 302 deaths were also recorded, bring the total death toll to 480,592.

    Continue reading...", + "content": "

    UK Health Security Agency says most cases in the community now new variant; France records over 208,000 new cases, health minister confirms

    India has recorded another 9,195 confirmed coronavirus cases in the past 24 hours, according to recently released data from its health ministry.

    A further 302 deaths were also recorded, bring the total death toll to 480,592.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/29/covid-news-live-infections-hit-record-highs-across-europe-south-africa-reinstates-contact-tracing-and-isolation", + "creator": "Lucy Campbell (now); Nicola Slawson and Samantha Lock (earlier)", + "pubDate": "2021-12-29T15:57:03Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be81d7dd86623b8d705de64dcc04db8b" + "hash": "865ffddad1fd40cec4eee0c0f7fabb6a" }, { - "title": "House Passes Biden’s Build Back Better Bill", - "description": "The vote was months in the making for the roughly $2 trillion measure, one of the most consequential bills in decades. Now it faces a difficult path in the Senate.", - "content": "The vote was months in the making for the roughly $2 trillion measure, one of the most consequential bills in decades. Now it faces a difficult path in the Senate.", - "category": "House of Representatives", - "link": "https://www.nytimes.com/2021/11/19/us/politics/house-passes-reconciliation-bill.html", - "creator": "Emily Cochrane and Jonathan Weisman", - "pubDate": "Fri, 19 Nov 2021 22:14:47 +0000", + "title": "Gordon Brown: west is sleepwalking into Afghanistan disaster", + "description": "

    Ex-PM warns poverty and starvation mean country is at risk of world’s biggest humanitarian crisis

    The west is “sleepwalking into the biggest humanitarian crisis of our times” in Afghanistan, Gordon Brown has warned, as he called for a support package to save the country from economic and social collapse after the Taliban’s takeover.

    Four months after the western-backed government was overthrown following a mass military withdrawal, the former UK prime minister said the case for action was not based only on morals but also “in our self-interest”.

    Continue reading...", + "content": "

    Ex-PM warns poverty and starvation mean country is at risk of world’s biggest humanitarian crisis

    The west is “sleepwalking into the biggest humanitarian crisis of our times” in Afghanistan, Gordon Brown has warned, as he called for a support package to save the country from economic and social collapse after the Taliban’s takeover.

    Four months after the western-backed government was overthrown following a mass military withdrawal, the former UK prime minister said the case for action was not based only on morals but also “in our self-interest”.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2021/dec/29/gordon-brown-west-sleepwalking-afghanistan-disaster", + "creator": "Aubrey Allegretti", + "pubDate": "2021-12-29T11:36:28Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac445baa24b1cec1a065e0b1ca6db105" + "hash": "3fd88586f78ef0a7bea109349b4acb4f" }, { - "title": "The New York Blood Center Can Get an Upgrade, if NIMBYs Don’t Get in the Way", - "description": "The New York Blood Center should be allowed to build its new life sciences center. ", - "content": "The New York Blood Center should be allowed to build its new life sciences center. ", - "category": "Buildings (Structures)", - "link": "https://www.nytimes.com/2021/11/19/opinion/new-york-blood-center-city-council.html", - "creator": "Mara Gay", - "pubDate": "Fri, 19 Nov 2021 22:12:24 +0000", + "title": "Hong Kong media outlet Stand News to close after police raid", + "description": "

    Reports say editors, board members and pop singer were held in early morning sweep as 200 officers raid office

    The Hong Kong pro-democracy media outlet Stand News has said it will shut down after police raided its offices earlier in the day and arrested senior staff on suspicion of “conspiracy to publish seditious publications”.

    “Because of the situation, Stand News is now stopping operations,” the online publication said in a Facebook post on Wednesday. “Acting editor in chief, Patrick Lam, has resigned and all Stand News employees are dismissed.”

    Continue reading...", + "content": "

    Reports say editors, board members and pop singer were held in early morning sweep as 200 officers raid office

    The Hong Kong pro-democracy media outlet Stand News has said it will shut down after police raided its offices earlier in the day and arrested senior staff on suspicion of “conspiracy to publish seditious publications”.

    “Because of the situation, Stand News is now stopping operations,” the online publication said in a Facebook post on Wednesday. “Acting editor in chief, Patrick Lam, has resigned and all Stand News employees are dismissed.”

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/29/hong-kong-police-arrest-six-journalists-from-independent-media-outlet-stand-news", + "creator": "Rhoda Kwan in Taipei and agencies", + "pubDate": "2021-12-29T09:04:52Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d5a598feb1bb5a4029509bb165a9a75" - }, - { - "title": "Cuomo Assembly Report Contains Grounds for Impeachment, Lawmaker Says", - "description": "A report set to be made public next week sheds new light on the Cuomo administration’s manipulation of nursing home death data and the former governor’s $5.1 million book deal.", - "content": "A report set to be made public next week sheds new light on the Cuomo administration’s manipulation of nursing home death data and the former governor’s $5.1 million book deal.", - "category": "Cuomo, Andrew M", - "link": "https://www.nytimes.com/2021/11/19/nyregion/cuomo-impeachment-report.html", - "creator": "Grace Ashford", - "pubDate": "Fri, 19 Nov 2021 22:12:08 +0000", + "hash": "e4855d5f8a18bf24a3c56a9e94fb513b" + }, + { + "title": "Prince Andrew lawyer seeks to halt US case as accuser ‘lives in Australia’", + "description": "

    Lawyer argues court does not have jurisdiction as Virginia Giuffre’s ties to Colorado are ‘very limited’

    Prince Andrew’s lawyer has called for the US civil case against the royal over alleged sexual assault to be stopped because his accuser is “actually domiciled in Australia”.

    Virginia Giuffre is suing the Queen’s son for allegedly assaulting her when she was a teenager. Andrew strongly denies the allegation.

    Continue reading...", + "content": "

    Lawyer argues court does not have jurisdiction as Virginia Giuffre’s ties to Colorado are ‘very limited’

    Prince Andrew’s lawyer has called for the US civil case against the royal over alleged sexual assault to be stopped because his accuser is “actually domiciled in Australia”.

    Virginia Giuffre is suing the Queen’s son for allegedly assaulting her when she was a teenager. Andrew strongly denies the allegation.

    Continue reading...", + "category": "Prince Andrew", + "link": "https://www.theguardian.com/uk-news/2021/dec/29/prince-andrew-lawyer-seeks-to-halt-us-case-as-accuser-lives-in-australia", + "creator": "PA Media", + "pubDate": "2021-12-29T09:39:09Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b6371a3e729293bf21c5fcc05c98bc0" + "hash": "413cfe63d8943a05f784d091a0d2b375" }, { - "title": "House Passes the Largest Expenditure on Climate in U.S. History", - "description": "The $555 billion package is designed to lure the country away from fossil fuels. It faces an uncertain path in the Senate.", - "content": "The $555 billion package is designed to lure the country away from fossil fuels. It faces an uncertain path in the Senate.", - "category": "Global Warming", - "link": "https://www.nytimes.com/2021/11/19/climate/climate-change-bill.html", - "creator": "Coral Davenport", - "pubDate": "Fri, 19 Nov 2021 22:08:38 +0000", + "title": "Plastic beads could make nets more visible to cetaceans, scientists say", + "description": "

    Beads add hardly any extra weight to fishing gear and could save thousands of lives, it is claimed

    Simple plastic beads could save the lives of some of the thousands of porpoises and other cetaceans that get caught in fishing nets each year, scientists say.

    Harbour porpoises use echolocation to find their prey and for orientation. However, their acoustic signals cannot pick up the mesh of a gillnet, and as a result they often become trapped.

    Continue reading...", + "content": "

    Beads add hardly any extra weight to fishing gear and could save thousands of lives, it is claimed

    Simple plastic beads could save the lives of some of the thousands of porpoises and other cetaceans that get caught in fishing nets each year, scientists say.

    Harbour porpoises use echolocation to find their prey and for orientation. However, their acoustic signals cannot pick up the mesh of a gillnet, and as a result they often become trapped.

    Continue reading...", + "category": "Marine life", + "link": "https://www.theguardian.com/environment/2021/dec/29/plastic-beads-could-make-nets-more-visible-to-cetaceans-scientists-say", + "creator": "Kurt de Swaaf", + "pubDate": "2021-12-29T10:46:02Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0e13d5c64790f931f1198e4f3a2c2ea" + "hash": "b13e530104280ea8d56a68e3a6e5331f" }, { - "title": "It Really Would Help if People Learned to Email", - "description": "You should never find out that you were someone’s second choice.", - "content": "You should never find out that you were someone’s second choice.", - "category": "Work-Life Balance", - "link": "https://www.nytimes.com/2021/11/19/business/roxane-gay-work-friend-hiring.html", - "creator": "Roxane Gay", - "pubDate": "Fri, 19 Nov 2021 22:01:40 +0000", + "title": "Alaska sets record high December temperature of 19.4C", + "description": "

    The island community of Kodiak set the record on Sunday and scientists fear the population will be deluged with rain as climate warms

    An unusual winter warm spell in Alaska has brought daytime temperatures soaring past 15.5C (60F) and torrents of rain at a time of year normally associated with bitter cold and snow.

    At the island community of Kodiak, the air temperature at a tidal gauge hit 19.4C (67F) degrees on Sunday, the highest December reading ever recorded in Alaska, said scientist Rick Thoman of the Alaska Center for Climate Assessment and Policy. He called it “absurd.”

    Continue reading...", + "content": "

    The island community of Kodiak set the record on Sunday and scientists fear the population will be deluged with rain as climate warms

    An unusual winter warm spell in Alaska has brought daytime temperatures soaring past 15.5C (60F) and torrents of rain at a time of year normally associated with bitter cold and snow.

    At the island community of Kodiak, the air temperature at a tidal gauge hit 19.4C (67F) degrees on Sunday, the highest December reading ever recorded in Alaska, said scientist Rick Thoman of the Alaska Center for Climate Assessment and Policy. He called it “absurd.”

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/29/alaska-sets-record-high-december-temperature-of-194c", + "creator": "Reuters", + "pubDate": "2021-12-29T03:55:30Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3de90c3c915bc71a77358f625124569" + "hash": "3628050340838f37ab9b016493f5b9fa" }, { - "title": "Having Rittenhouse Testify Was ‘Not a Close Call,’ His Lawyer Says", - "description": "Mock juries used by his defense team to test their case reacted much more favorably when he testified, his lead lawyer said.", - "content": "Mock juries used by his defense team to test their case reacted much more favorably when he testified, his lead lawyer said.", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/live/2021/11/19/us/kyle-rittenhouse-trial/rittenhouse-testimony-sobbing", - "creator": "Sophie Kasakove", - "pubDate": "Fri, 19 Nov 2021 21:46:56 +0000", + "title": "Indonesia says it will push back Rohingya refugees adrift on leaking boat", + "description": "

    Around 120 Muslim refugees were trying to reach Malaysia when their vessel reportedly foundered off the coast of Aceh, Sumatra

    Indonesian authorities have said they will push a boat containing 120 Rohingya Muslims back to international waters despite fears that it could sink off the country’s northernmost province of Aceh.

    The boat was reportedly leaking, had a damaged engine, and was at risk of capsizing in harsh weather, the United Nations refugee agency said.

    Continue reading...", + "content": "

    Around 120 Muslim refugees were trying to reach Malaysia when their vessel reportedly foundered off the coast of Aceh, Sumatra

    Indonesian authorities have said they will push a boat containing 120 Rohingya Muslims back to international waters despite fears that it could sink off the country’s northernmost province of Aceh.

    The boat was reportedly leaking, had a damaged engine, and was at risk of capsizing in harsh weather, the United Nations refugee agency said.

    Continue reading...", + "category": "Indonesia", + "link": "https://www.theguardian.com/world/2021/dec/29/indonesia-says-it-will-push-back-rohingya-refugees-adrift-on-leaking-boat", + "creator": "Associated Press", + "pubDate": "2021-12-29T05:58:59Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d423b4db4589a6b0341e3ec504e41c88" + "hash": "b8f81f7ab3428cb55ee5423b5718db46" }, { - "title": "WNYC Retracts Four Articles on Its News Site, Gothamist", - "description": "In a new episode of turmoil at the radio station, the author of the articles was reassigned.", - "content": "In a new episode of turmoil at the radio station, the author of the articles was reassigned.", - "category": "News and News Media", - "link": "https://www.nytimes.com/2021/11/19/business/media/wnyc-gothamist-jami-floyd.html", - "creator": "Marc Tracy", - "pubDate": "Fri, 19 Nov 2021 21:30:10 +0000", + "title": "Harry Reid, who led Senate Democrats for 12 years, dies at 82", + "description": "
    • Nevada senator helped to pass Obama’s Affordable Care Act
    • Reid called Trump ‘the worst president we’ve ever had’

    Harry Reid, who emerged from the unforgiving political landscape of Las Vegas, Nevada, to lead the Senate Democrats for 12 turbulent years, died on Tuesday at age 82.

    Reid died Tuesday, “peacefully” and surrounded by friends “following a courageous, four-year battle with pancreatic cancer,” Landra Reid said of her husband.

    Continue reading...", + "content": "
    • Nevada senator helped to pass Obama’s Affordable Care Act
    • Reid called Trump ‘the worst president we’ve ever had’

    Harry Reid, who emerged from the unforgiving political landscape of Las Vegas, Nevada, to lead the Senate Democrats for 12 turbulent years, died on Tuesday at age 82.

    Reid died Tuesday, “peacefully” and surrounded by friends “following a courageous, four-year battle with pancreatic cancer,” Landra Reid said of her husband.

    Continue reading...", + "category": "Nevada", + "link": "https://www.theguardian.com/us-news/2021/dec/28/harry-reid-senate-democrats-nevada-dies", + "creator": "Tom McCarthy", + "pubDate": "2021-12-29T01:36:24Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5679ba4981a3e8f0cf9b7b7e88cc55e" + "hash": "cfb943b8879d750c1c66c6fdad61903e" }, { - "title": "M.L.B. Finalizes Plan to Provide Housing for Minor Leaguers", - "description": "An advocacy group called the deal a “historic victory,” but noted that there were issues that might need to be addressed.", - "content": "An advocacy group called the deal a “historic victory,” but noted that there were issues that might need to be addressed.", - "category": "Baseball", - "link": "https://www.nytimes.com/2021/11/19/sports/baseball/mlb-housing.html", - "creator": "James Wagner", - "pubDate": "Fri, 19 Nov 2021 21:19:08 +0000", + "title": "Interest in anime and K-pop drive boom in Korean and Japanese degrees", + "description": "

    More students now study Korean than Russian, and Japanese than Italian, report shows

    Interest in anime, gaming and K-pop is fuelling a boom in Korean and Japanese university degrees that is helping to revive modern languages departments struggling with falling enrolments.

    Acceptances to study Korean more than trebled from 50 to 175 between 2012 and 2018, while Japanese places grew by 71% in the same period, according to a report published this year by the University Council of Modern Languages (UCML). More students now study Korean than Russian, and more take Japanese than Italian, the report shows.

    Experts who spoke to the Guardian said this was due to the popularity of east Asian culture – in particular K-pop and J-pop, Japanese video games, anime and popular films such as Parasite, and series such as the violent survival drama Squid Game – which has been boosted by their accessibility on platforms such as Netflix and Spotify.

    Continue reading...", + "content": "

    More students now study Korean than Russian, and Japanese than Italian, report shows

    Interest in anime, gaming and K-pop is fuelling a boom in Korean and Japanese university degrees that is helping to revive modern languages departments struggling with falling enrolments.

    Acceptances to study Korean more than trebled from 50 to 175 between 2012 and 2018, while Japanese places grew by 71% in the same period, according to a report published this year by the University Council of Modern Languages (UCML). More students now study Korean than Russian, and more take Japanese than Italian, the report shows.

    Experts who spoke to the Guardian said this was due to the popularity of east Asian culture – in particular K-pop and J-pop, Japanese video games, anime and popular films such as Parasite, and series such as the violent survival drama Squid Game – which has been boosted by their accessibility on platforms such as Netflix and Spotify.

    Continue reading...", + "category": "Modern languages and linguistics", + "link": "https://www.theguardian.com/education/2021/dec/29/interest-anime-k-pop-drive-boom-korean-japanese-degrees", + "creator": "Rachel Hall and Jedidajah Otte", + "pubDate": "2021-12-29T07:00:14Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "817df3ca60afd75bb43212c4c525425c" + "hash": "8bbf66d5445b11933d03febd4285110d" }, { - "title": "Conservatives celebrate Rittenhouse’s acquittal, as liberals lament the verdict.", - "description": "", - "content": "", - "category": "Vigilantes", - "link": "https://www.nytimes.com/live/2021/11/19/us/kyle-rittenhouse-trial/conservatives-celebrate-rittenhouses-acquittal-as-liberals-lament-the-verdict", - "creator": "Jennifer Medina", - "pubDate": "Fri, 19 Nov 2021 20:58:59 +0000", + "title": "Eastern European countries adopting authoritarian measures in face of Covid", + "description": "

    Analysis reveals widespread violations of international democratic freedoms in response to pandemic

    Europe’s political approach to the coronavirus pandemic has divided down stark east-west lines, a Guardian analysis has found.

    Five of 18 eastern European countries have registered major violations of international democratic freedoms since March 2020, according to research conducted by the Varieties of Democracy (V-Dem) Institute, compared with none of 12 western European countries.

    Continue reading...", + "content": "

    Analysis reveals widespread violations of international democratic freedoms in response to pandemic

    Europe’s political approach to the coronavirus pandemic has divided down stark east-west lines, a Guardian analysis has found.

    Five of 18 eastern European countries have registered major violations of international democratic freedoms since March 2020, according to research conducted by the Varieties of Democracy (V-Dem) Institute, compared with none of 12 western European countries.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/29/eastern-european-countries-adopt-authoritarian-measures-covid", + "creator": "Zala Šeško", + "pubDate": "2021-12-29T08:00:16Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e7ea401648817fb2fabebd117ab68b6b" + "hash": "d99b7bbfeb9b41e033cf416327299c6f" }, { - "title": "Build Back Better May Not Have Passed a Decade Ago", - "description": "President Barack Obama barely muscled his health law through the House. But income inequality, economic stagnation and a pandemic propelled an even more ambitious bill.", - "content": "President Barack Obama barely muscled his health law through the House. But income inequality, economic stagnation and a pandemic propelled an even more ambitious bill.", - "category": "United States Politics and Government", - "link": "https://www.nytimes.com/2021/11/19/us/politics/democrats-economic-bill.html", - "creator": "Jonathan Weisman", - "pubDate": "Fri, 19 Nov 2021 20:46:14 +0000", + "title": "Covid vaccinations lag among pregnant Americans amid surge in cases", + "description": "

    Three in five pregnant Americans have no vaccine protection as experts say it is ‘one of the most important things you can do’

    For many people, the thin red line on a pregnancy test ushers in countless changes. You change what you eat and drink, how you exercise and socialize and sleep, and keep careful track of what medications you should and shouldn’t take.

    But for many Americans, there’s one choice they largely haven’t made: getting vaccinated.

    Continue reading...", + "content": "

    Three in five pregnant Americans have no vaccine protection as experts say it is ‘one of the most important things you can do’

    For many people, the thin red line on a pregnancy test ushers in countless changes. You change what you eat and drink, how you exercise and socialize and sleep, and keep careful track of what medications you should and shouldn’t take.

    But for many Americans, there’s one choice they largely haven’t made: getting vaccinated.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/29/us-covid-vaccines-pregnancy", + "creator": "Melody Schreiber", + "pubDate": "2021-12-29T13:14:57Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c9913f114e7174ad0dcee73528946db" + "hash": "c489502f0897d67af722431ede2352c0" }, { - "title": "Kyle Rittenhouse’s Acquittal and America’s Gun Laws", - "description": "Readers react to the verdict, discuss America’s self-defense laws and make connections to the Ahmaud Arbery case. Also: The social policy bill.", - "content": "Readers react to the verdict, discuss America’s self-defense laws and make connections to the Ahmaud Arbery case. Also: The social policy bill.", - "category": "Rittenhouse, Kyle", - "link": "https://www.nytimes.com/2021/11/19/opinion/letters/kyle-rittenhouse-acquittal-guns.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 20:41:00 +0000", + "title": "UK worker who stayed home over fear of Covid fails in discrimination claim", + "description": "

    Woman tried to claim her fear of catching virus was a protected belief, after her employer refused to pay her

    A fear of catching Covid-19 is not a protected belief under the Equality Act, a judge has ruled, after a woman claimed she was discriminated against by her employer when she refused to go into work during the pandemic.

    A tribunal held in Manchester this month heard that the claimant refused to return to her workplace in July 2020 because she had a “genuine fear” of contracting coronavirus and passing it on to her partner, who was at high risk of becoming seriously unwell.

    Continue reading...", + "content": "

    Woman tried to claim her fear of catching virus was a protected belief, after her employer refused to pay her

    A fear of catching Covid-19 is not a protected belief under the Equality Act, a judge has ruled, after a woman claimed she was discriminated against by her employer when she refused to go into work during the pandemic.

    A tribunal held in Manchester this month heard that the claimant refused to return to her workplace in July 2020 because she had a “genuine fear” of contracting coronavirus and passing it on to her partner, who was at high risk of becoming seriously unwell.

    Continue reading...", + "category": "Employment tribunals", + "link": "https://www.theguardian.com/money/2021/dec/29/uk-worker-who-stayed-home-over-fear-of-covid-fails-in-discrimination-claim", + "creator": "Helen Pidd and agency", + "pubDate": "2021-12-29T10:10:50Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec5c3001dc3ecd7c353de0c7797c12a0" + "hash": "a01660c7527200eb2926d8474dec3fba" }, { - "title": "The Case Against Loving Your Job", - "description": "Will work ever love us back? Two millennials disagree.", - "content": "Will work ever love us back? Two millennials disagree.", - "category": "Labor and Jobs", - "link": "https://www.nytimes.com/2021/11/19/opinion/ezra-klein-podcast-sarah-jaffe.html", - "creator": "‘The Ezra Klein Show’", - "pubDate": "Fri, 19 Nov 2021 20:28:34 +0000", + "title": "My best pandemic shot: Guardian and Observer photographers’ view on 2021", + "description": "

    We asked our photographers to pick their best image of the pandemic in 2021

    From vaccination centres and ICU wards to family reunions and lockdown beards, the images selected by the Guardian and Observer photographers, accompanied by their thoughts, give individual takes on covering the ongoing pandemic.

    The Covid-19 ICU ward at the University College hospital in London, 27 January

    Continue reading...", + "content": "

    We asked our photographers to pick their best image of the pandemic in 2021

    From vaccination centres and ICU wards to family reunions and lockdown beards, the images selected by the Guardian and Observer photographers, accompanied by their thoughts, give individual takes on covering the ongoing pandemic.

    The Covid-19 ICU ward at the University College hospital in London, 27 January

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/artanddesign/2021/dec/29/my-best-pandemic-shot-guardian-observer-photographers-2021", + "creator": "Guardian photographers", + "pubDate": "2021-12-29T13:47:36Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a2de13e509087b9c33247d7482d5cdb" + "hash": "cb2ef2a29553af69e86200808cdfc8c5" }, { - "title": "Biden Met With Xi. But Is His China Policy Right?", - "description": "The truth is, America’s national security depends on cooperation a lot more than competition.", - "content": "The truth is, America’s national security depends on cooperation a lot more than competition.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/11/18/opinion/biden-china-xi-summit.html", - "creator": "Peter Beinart", - "pubDate": "Fri, 19 Nov 2021 20:20:19 +0000", + "title": "The world in 2022: another year of living dangerously", + "description": "

    The climate, pandemic and tensions between states means the year ahead is likely to be as tumultuous as the last 12 months

    On the brink of a new year, the world faces a daunting array of challenges: the resurgent Covid-19 pandemic, the climate emergency, the struggle between democracy and authoritarianism, humanitarian crises, mass migration, and trans-national terrorism. There is the risk of new inter-state conflicts, exacerbated by the breakdown of the rules-based international order, and the spread of lethal autonomous weapons. All in all, for most people on Earth – and a handful in space – 2022 will be another year of living dangerously.

    Continue reading...", + "content": "

    The climate, pandemic and tensions between states means the year ahead is likely to be as tumultuous as the last 12 months

    On the brink of a new year, the world faces a daunting array of challenges: the resurgent Covid-19 pandemic, the climate emergency, the struggle between democracy and authoritarianism, humanitarian crises, mass migration, and trans-national terrorism. There is the risk of new inter-state conflicts, exacerbated by the breakdown of the rules-based international order, and the spread of lethal autonomous weapons. All in all, for most people on Earth – and a handful in space – 2022 will be another year of living dangerously.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/2021/dec/29/the-world-in-2022-another-year-of-living-dangerously", + "creator": "Simon Tisdall", + "pubDate": "2021-12-29T11:41:55Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9918bf6a021284e3f47db1238c9a1548" + "hash": "4d9200e009cf6ccbd272ee2c516a07f9" }, { - "title": "Ross Douthat on Dealing With Lyme Disease", - "description": "Douthat discusses his new memoir, “The Deep Places,” and Elisabeth Egan talks about Jung Yun’s novel “O Beautiful.”", - "content": "Douthat discusses his new memoir, “The Deep Places,” and Elisabeth Egan talks about Jung Yun’s novel “O Beautiful.”", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/11/19/books/review/podcast-ross-douthat-deep-places-o-beautiful-jung-yun.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 20:04:53 +0000", + "title": "No contact required: Covid fuels vending machine revival in Japan", + "description": "

    After decades of decline, jidō hanbaiki are back in fashion with public wary of human interaction

    After a brief wait to the faint whirr of moving machinery parts, the tiny cardboard box that drops into the plastic-covered tray is reassuringly warm. Inside is a perfectly passable burger in a chewy white bun, topped with a blob of ketchup and diced fried onions.

    No human interaction occurred in the making of this transaction. The Guardian’s alfresco lunch came courtesy of one of dozens of vending machines in Sagamihara, an unglamorous town near Tokyo.

    Continue reading...", + "content": "

    After decades of decline, jidō hanbaiki are back in fashion with public wary of human interaction

    After a brief wait to the faint whirr of moving machinery parts, the tiny cardboard box that drops into the plastic-covered tray is reassuringly warm. Inside is a perfectly passable burger in a chewy white bun, topped with a blob of ketchup and diced fried onions.

    No human interaction occurred in the making of this transaction. The Guardian’s alfresco lunch came courtesy of one of dozens of vending machines in Sagamihara, an unglamorous town near Tokyo.

    Continue reading...", + "category": "Japan", + "link": "https://www.theguardian.com/world/2021/dec/29/no-contact-required-covid-fuels-vending-machine-revival-in-japan", + "creator": "Justin McCurry in Sagamihara", + "pubDate": "2021-12-29T10:06:06Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5725efb78b1f1afcf15ddf9a0a521193" + "hash": "79c0f43ab35da927e5d51372add8c8da" }, { - "title": "Elation and Dismay as Crowds at Courthouse Hear of Rittenhouse Verdict", - "description": "Small groups of supporters and detractors of Kyle Rittenhouse reacted to news of the not-guilty verdict as a horde of journalists looked on.", - "content": "Small groups of supporters and detractors of Kyle Rittenhouse reacted to news of the not-guilty verdict as a horde of journalists looked on.", - "category": "Rittenhouse, Kyle", - "link": "https://www.nytimes.com/live/2021/11/19/us/kyle-rittenhouse-trial/rittenhouse-reaction-courthouse-crowd", - "creator": "Dan Hinkel", - "pubDate": "Fri, 19 Nov 2021 20:02:58 +0000", + "title": "The person who got me through 2021: Ami Faku sang the break-up track I listened to on a loop", + "description": "

    I’ve spent 12 months of the pandemic obsessively listening to the song Uwrongo, with its line: “This is not working, go home.” I’m very grateful to its singer

    I was born on a farm in northern South Africa. My parents moved nearer to Johannesburg when I was still a baby. They have a photograph of me at maybe six months old, asleep inside my dad’s guitar case. Just picturing it in my mind makes me feel safe. I can hear my dad playing.

    When I feel overwhelmed, I need something I can listen to on loop. Not just for hours, but for days, sometimes weeks. I think of these tracks as an aural hood. They hold my head together.

    Continue reading...", + "content": "

    I’ve spent 12 months of the pandemic obsessively listening to the song Uwrongo, with its line: “This is not working, go home.” I’m very grateful to its singer

    I was born on a farm in northern South Africa. My parents moved nearer to Johannesburg when I was still a baby. They have a photograph of me at maybe six months old, asleep inside my dad’s guitar case. Just picturing it in my mind makes me feel safe. I can hear my dad playing.

    When I feel overwhelmed, I need something I can listen to on loop. Not just for hours, but for days, sometimes weeks. I think of these tracks as an aural hood. They hold my head together.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/29/the-person-who-got-me-through-2021-ami-faku-sang-the-break-up-track-i-listened-to-on-a-loop", + "creator": "Dale Berning Sawa", + "pubDate": "2021-12-29T15:00:24Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29de72ba1c80d0be4ff2f953167f323d" + "hash": "6ccb1f60794f5829a5e4ca3917f1730b" }, { - "title": "On Putin’s Strategic Chessboard, a Series of Destabilizing Moves", - "description": "In the stretch of Europe from the Baltic Sea to the Black Sea, where Moscow and the West have competed for influence for decades, the threat of a new military conflict is growing.", - "content": "In the stretch of Europe from the Baltic Sea to the Black Sea, where Moscow and the West have competed for influence for decades, the threat of a new military conflict is growing.", - "category": "United States International Relations", - "link": "https://www.nytimes.com/2021/11/19/world/europe/russia-putin-belarus-ukraine.html", - "creator": "Anton Troianovski", - "pubDate": "Fri, 19 Nov 2021 19:59:22 +0000", + "title": "From Kremlin leak to sperm counts: our readers’ favourite stories of 2021", + "description": "

    Here are 20 articles that may have helped convince people to support the Guardian’s journalism

    The Guardian benefited from hundreds of thousands of acts of support from digital readers in 2021 – almost one for every minute of the year. Here we look at the articles from 2021 that had a big hand in convincing readers to support our open, independent journalism.

    Kremlin papers appear to show Putin’s plot to put Trump in White House – Luke Harding, Julian Borger and Dan Sabbagh
    Exclusive leak reveals Moscow’s deliberations on how it might help Donald Trump win 2016 US presidential race

    Make a contribution from just £1

    Become a digital subscriber and get something in return for your money

    Join as a Patron to fund us at a higher level

    Continue reading...", + "content": "

    Here are 20 articles that may have helped convince people to support the Guardian’s journalism

    The Guardian benefited from hundreds of thousands of acts of support from digital readers in 2021 – almost one for every minute of the year. Here we look at the articles from 2021 that had a big hand in convincing readers to support our open, independent journalism.

    Kremlin papers appear to show Putin’s plot to put Trump in White House – Luke Harding, Julian Borger and Dan Sabbagh
    Exclusive leak reveals Moscow’s deliberations on how it might help Donald Trump win 2016 US presidential race

    Make a contribution from just £1

    Become a digital subscriber and get something in return for your money

    Join as a Patron to fund us at a higher level

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/29/from-kremlin-leak-to-sperm-counts-readers-favourite-stories-of-2021-guardian", + "creator": "Guardian staff", + "pubDate": "2021-12-29T12:00:21Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6d876b9a511a74c0af13326f04bff13" + "hash": "89cdc26dadcc237709722d1a88283332" }, { - "title": "Joe Biden's Infrastructure Bill Is a Big Success", - "description": "Voters may pummel Democrats next year, but future generations will be grateful. ", - "content": "Voters may pummel Democrats next year, but future generations will be grateful. ", - "category": "Infrastructure Investment and Jobs Act (2021)", - "link": "https://www.nytimes.com/2021/11/18/opinion/biden-infrastructure-stimulus-bill.html", - "creator": "David Brooks", - "pubDate": "Fri, 19 Nov 2021 19:53:46 +0000", + "title": "Fatigue is an oppressive cocoon. It has made me seek joy wherever I can", + "description": "

    I have not ‘overcome’ anything, but I am happy and hopeful. Chronic illness is sometimes described as a form of grief, but I prefer to think of it as beginning the next stage

    Four years ago, I caught the flu – and I am still stuck in bed, struggling to breathe. A bit like those with long Covid now, I developed postviral fatigue after a short illness. You could say I was into viruses before their mainstream second album.

    Born with a muscle weakness, I was already familiar with the fragility of the human body. But the overnight change, post‑flu complications, hit me like a truck. In the early days, stuck on a ventilator and barely able to move, my brain was so traumatised that I thought my bedroom curtains were on fire. I didn’t even have curtains.

    Continue reading...", + "content": "

    I have not ‘overcome’ anything, but I am happy and hopeful. Chronic illness is sometimes described as a form of grief, but I prefer to think of it as beginning the next stage

    Four years ago, I caught the flu – and I am still stuck in bed, struggling to breathe. A bit like those with long Covid now, I developed postviral fatigue after a short illness. You could say I was into viruses before their mainstream second album.

    Born with a muscle weakness, I was already familiar with the fragility of the human body. But the overnight change, post‑flu complications, hit me like a truck. In the early days, stuck on a ventilator and barely able to move, my brain was so traumatised that I thought my bedroom curtains were on fire. I didn’t even have curtains.

    Continue reading...", + "category": "Health & wellbeing", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/29/fatigue-is-an-oppressive-cocoon-it-has-made-me-seek-joy-wherever-i-can", + "creator": "Frances Ryan", + "pubDate": "2021-12-29T12:00:21Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fcab4e5147eac3377e1b108f955cfd6f" + "hash": "a51fffaf0690a59668d34214d5d757f7" }, { - "title": "‘Bad Luck Banging or Loony Porn’ Review: No Sex, Please, We’re Romanian", - "description": "A viral video scandal ensnares a Bucharest schoolteacher in Radu Jude’s biting, bawdy and brilliant Covid-age fable.", - "content": "A viral video scandal ensnares a Bucharest schoolteacher in Radu Jude’s biting, bawdy and brilliant Covid-age fable.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/11/18/movies/bad-luck-banging-or-loony-porn-review.html", - "creator": "A.O. Scott", - "pubDate": "Fri, 19 Nov 2021 19:51:19 +0000", + "title": "‘We would discuss how dislikable I was’ – what’s it like to see your life story on TV?", + "description": "

    Telling your story in a book is hard enough. But what if it ends up on screen? Adam Kay, writer of This Is Going to Hurt, and Dolly Alderton, who penned Everything I Know About Love, relive the shocks

    Most people find seeing themselves on screen distinctly squirm-inducing. Even an unintended glance in the mirror can trigger a minor identity crisis, as we glimpse the gulf between how others see us and how we imagine ourselves. But for writers whose life stories are adapted for television – their flawed personalities painstakingly recreated by actors – the experience can be even more bewildering.

    “Bizarre is the only way to describe it,” reflects Adam Kay, whose 2017 bestseller This Is Going to Hurt, a memoir of his hellish and hilarious years as a junior doctor, lands in 2022 on BBC One. On TV, Kay is played by Ben Whishaw, who evidently took his research seriously. “I watched an early cut with my husband,” Kay recalls, “and he said: ‘It’s amazing how he’s got all of your weird mannerisms.’ I didn’t even realise I had weird mannerisms!”

    Continue reading...", + "content": "

    Telling your story in a book is hard enough. But what if it ends up on screen? Adam Kay, writer of This Is Going to Hurt, and Dolly Alderton, who penned Everything I Know About Love, relive the shocks

    Most people find seeing themselves on screen distinctly squirm-inducing. Even an unintended glance in the mirror can trigger a minor identity crisis, as we glimpse the gulf between how others see us and how we imagine ourselves. But for writers whose life stories are adapted for television – their flawed personalities painstakingly recreated by actors – the experience can be even more bewildering.

    “Bizarre is the only way to describe it,” reflects Adam Kay, whose 2017 bestseller This Is Going to Hurt, a memoir of his hellish and hilarious years as a junior doctor, lands in 2022 on BBC One. On TV, Kay is played by Ben Whishaw, who evidently took his research seriously. “I watched an early cut with my husband,” Kay recalls, “and he said: ‘It’s amazing how he’s got all of your weird mannerisms.’ I didn’t even realise I had weird mannerisms!”

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/29/life-story-tv-adam-kay-dolly-alderton-this-is-going-to-hurt-everything-i-know-about-love", + "creator": "Duncan Barrett", + "pubDate": "2021-12-29T14:00:23Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e565d7d53bfad327ecd26b1b10f30bd2" + "hash": "aa0d490f652ab8e8e435b0ac6a9f295f" }, { - "title": "Kyle Rittenhouse's Firearm Made Everything Worse", - "description": "Kyle Rittenhouse’s semiautomatic rifle endangered everybody around him —  and himself.", - "content": "Kyle Rittenhouse’s semiautomatic rifle endangered everybody around him —  and himself.", - "category": "Murders, Attempted Murders and Homicides", - "link": "https://www.nytimes.com/2021/11/17/opinion/kyle-rittenhouse-guns.html", - "creator": "Farhad Manjoo", - "pubDate": "Fri, 19 Nov 2021 19:50:37 +0000", + "title": "Scotland reports record number of cases as Omicron takes hold", + "description": "

    Nicola Sturgeon urges eligible adults to book booster vaccinations and refuses to cut self-isolation period

    Scotland has detected a record number of 15,900 new Covid cases, with about 80% of those believed to be the highly infectious Omicron variant, Nicola Sturgeon has told MSPs.

    In an emergency update to the Scottish parliament, the first minister said positive cases comprised 29% of all tests carried out on Tuesday. The previous Scottish record was reached on Sunday, when 11,030 new cases were reported.

    Continue reading...", + "content": "

    Nicola Sturgeon urges eligible adults to book booster vaccinations and refuses to cut self-isolation period

    Scotland has detected a record number of 15,900 new Covid cases, with about 80% of those believed to be the highly infectious Omicron variant, Nicola Sturgeon has told MSPs.

    In an emergency update to the Scottish parliament, the first minister said positive cases comprised 29% of all tests carried out on Tuesday. The previous Scottish record was reached on Sunday, when 11,030 new cases were reported.

    Continue reading...", + "category": "Scotland", + "link": "https://www.theguardian.com/uk-news/2021/dec/29/scotland-reports-record-number-of-cases-as-omicron-takes-hold", + "creator": "Severin Carrell Scotland editor", + "pubDate": "2021-12-29T15:41:36Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "07f71c4056e48f1bd85b3bdf41d2ae1a" + "hash": "66eeb777283434b49d0739d34e003b19" }, { - "title": "With 'New York Ninja,' Lights, Camera and, Finally, Action", - "description": "The 1984 kung fu film was shot, but it wasn’t completed. Now, with a new director and newly recorded dialogue, the film sees the light of day.", - "content": "The 1984 kung fu film was shot, but it wasn’t completed. Now, with a new director and newly recorded dialogue, the film sees the light of day.", - "category": "Movies", - "link": "https://www.nytimes.com/2021/11/19/movies/new-york-ninja-movie.html", - "creator": "Eric Grode", - "pubDate": "Fri, 19 Nov 2021 19:48:40 +0000", + "title": "Ghislaine Maxwell trial: jurors ask to see testimony from five witnesses", + "description": "

    Judge Alison Nathan says note to jurors states deliberations will continue ‘as needed’ until verdict reached over Covid concerns

    Jurors in Ghislaine Maxwell’s sex-trafficking trial resumed deliberations Wednesday morning with the heightened threat of coronavirus and potential trial disruptions should any of them fall ill looming over them.

    Jurors quickly sent a note asking to see more transcripts from trial testimony to help them with their discussions.

    Continue reading...", + "content": "

    Judge Alison Nathan says note to jurors states deliberations will continue ‘as needed’ until verdict reached over Covid concerns

    Jurors in Ghislaine Maxwell’s sex-trafficking trial resumed deliberations Wednesday morning with the heightened threat of coronavirus and potential trial disruptions should any of them fall ill looming over them.

    Jurors quickly sent a note asking to see more transcripts from trial testimony to help them with their discussions.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/29/ghislaine-maxwell-jury-deliberations-covid", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-29T14:58:50Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05b85e4d48f9e181131de124571a00b0" + "hash": "744b92928bcf0b1e923a6e1692463079" }, { - "title": "Biden Will Briefly Transfer Power to Harris", - "description": "President Biden, who will undergo a physical and colonoscopy on Friday, is the oldest commander in chief to receive a full medical evaluation while in office.", - "content": "President Biden, who will undergo a physical and colonoscopy on Friday, is the oldest commander in chief to receive a full medical evaluation while in office.", - "category": "Biden, Joseph R Jr", - "link": "https://www.nytimes.com/2021/11/19/us/politics/biden-harris-power-transfer.html", - "creator": "Katie Rogers", - "pubDate": "Fri, 19 Nov 2021 19:23:13 +0000", + "title": "Long queues and closed clinics: Australians with positive rapid antigen tests abandon PCRs", + "description": "

    Wait times for testing – and results – have ballooned, leaving many to make their own decisions about dealing with a possible Covid case

    People testing positive to Covid using rapid antigen tests are being turned away from, or are giving up on, getting a PCR test, as the New South Wales government warns that the actual number of Covid cases could be much higher than the 11,201 reported on Wednesday.

    Wait times for testing clinics have ballooned across NSW, Victoria, Queensland and South Australia.

    Continue reading...", + "content": "

    Wait times for testing – and results – have ballooned, leaving many to make their own decisions about dealing with a possible Covid case

    People testing positive to Covid using rapid antigen tests are being turned away from, or are giving up on, getting a PCR test, as the New South Wales government warns that the actual number of Covid cases could be much higher than the 11,201 reported on Wednesday.

    Wait times for testing clinics have ballooned across NSW, Victoria, Queensland and South Australia.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/29/long-queues-and-closed-clinics-australians-with-positive-rapid-antigen-tests-abandon-pcrs", + "creator": "Calla Wahlquist", + "pubDate": "2021-12-29T08:25:38Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0dabe1d5d0ee159727e4860ecd37097" + "hash": "cb1a14a410ec8e8c7a7fb467f3589b72" }, { - "title": "Discussions of Race Are Notably Absent in Trial of Arbery Murder Suspects", - "description": "Many outside observers say Ahmaud Arbery’s death at the hands of three white men is a prominent example of racial violence. But the jury never heard that argument.", - "content": "Many outside observers say Ahmaud Arbery’s death at the hands of three white men is a prominent example of racial violence. But the jury never heard that argument.", - "category": "Black People", - "link": "https://www.nytimes.com/2021/11/19/us/ahmaud-arbery-shooting-race.html", - "creator": "Tariro Mzezewa, Giulia Heyward and Richard Fausset", - "pubDate": "Fri, 19 Nov 2021 19:20:14 +0000", + "title": "Engineering the future: meet the Africa prize shortlist innovators", + "description": "

    Turning invasive plants into a force for good and powering healthcare with solar – here are three of the 2022 nominees

    From a solar-powered crib that treats jaundiced babies to fibre made from water hyacinth that absorbs oil spills, innovators from nine African countries have been shortlisted for the Royal Academy of Engineering’s 2022 Africa prize.

    This year half of the shortlist of 16 are women, and for the first time it includes Togolese and Congolese inventors. The entrepreneurs will undergo eight months of business training and mentoring before a winner is chosen, who will receive £25,000, and three runners-up, who win £10,000 each. All the projects are sustainable solutions to issues such as access to healthcare, farming resilience, reducing waste, and energy efficiency. The Guardian spoke to three of the shortlisted candidates.

    Continue reading...", + "content": "

    Turning invasive plants into a force for good and powering healthcare with solar – here are three of the 2022 nominees

    From a solar-powered crib that treats jaundiced babies to fibre made from water hyacinth that absorbs oil spills, innovators from nine African countries have been shortlisted for the Royal Academy of Engineering’s 2022 Africa prize.

    This year half of the shortlist of 16 are women, and for the first time it includes Togolese and Congolese inventors. The entrepreneurs will undergo eight months of business training and mentoring before a winner is chosen, who will receive £25,000, and three runners-up, who win £10,000 each. All the projects are sustainable solutions to issues such as access to healthcare, farming resilience, reducing waste, and energy efficiency. The Guardian spoke to three of the shortlisted candidates.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/27/engineering-the-future-meet-the-africa-prize-shortlist-innovators", + "creator": "Jo Griffin", + "pubDate": "2021-12-27T10:00:49Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9a462cd7705881ccb90acf017e7cca3" + "hash": "ab74f26ba4a9295fac648345cafcf8f2" }, { - "title": "Curry’s 3-Point Bonanza Has Golden State Bouncing Back", - "description": "A turnaround early this season has come with Stephen Curry reasserting why he is the best 3-point shooter in basketball history.", - "content": "A turnaround early this season has come with Stephen Curry reasserting why he is the best 3-point shooter in basketball history.", - "category": "Basketball", - "link": "https://www.nytimes.com/2021/11/19/sports/basketball/nba-golden-state-warriors-stephen-curry.html", - "creator": "Victor Mather", - "pubDate": "Fri, 19 Nov 2021 19:00:47 +0000", + "title": "‘Families want a son at any cost’: the women forced to abort female foetuses in India", + "description": "

    Laali and Meenakshi’s unborn daughters are among the country’s 46 million ‘missing’ women and girls over the past 50 years

    Laali was alone at home when she realised her legs were drenched in blood. The bleeding did not stop for eight hours. As she fell unconscious, the 25-year-old thought she would die alongside the foetus she was losing.

    She had been three months pregnant when she was taken for prenatal sex determination. “When I learned it was a girl, I started feeling as though I was suffocating,” she says.

    Continue reading...", + "content": "

    Laali and Meenakshi’s unborn daughters are among the country’s 46 million ‘missing’ women and girls over the past 50 years

    Laali was alone at home when she realised her legs were drenched in blood. The bleeding did not stop for eight hours. As she fell unconscious, the 25-year-old thought she would die alongside the foetus she was losing.

    She had been three months pregnant when she was taken for prenatal sex determination. “When I learned it was a girl, I started feeling as though I was suffocating,” she says.

    Continue reading...", + "category": "Women's rights and gender equality", + "link": "https://www.theguardian.com/global-development/2021/dec/27/families-want-a-son-at-any-cost-the-women-forced-to-abort-female-foetuses-in-india", + "creator": "Yashraj Sharma", + "pubDate": "2021-12-27T07:00:45Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f52a2ec7825c0c30ed152f87499f5975" + "hash": "b6ecb1905992d8bec2ef77ee4e22e89e" }, { - "title": "Kevin McCarthy Speaks for More Than Eight Hours to Delay a House Vote", - "description": "The House minority leader began speaking Thursday night against President Biden’s social policy bill. He stopped at 5:10 a.m. Friday, after setting a record for the longest speech.", - "content": "The House minority leader began speaking Thursday night against President Biden’s social policy bill. He stopped at 5:10 a.m. Friday, after setting a record for the longest speech.", - "category": "McCarthy, Kevin (1965- )", - "link": "https://www.nytimes.com/2021/11/19/us/politics/kevin-mccarthy-speech.html", - "creator": "Jonathan Weisman and Jenny Gross", - "pubDate": "Fri, 19 Nov 2021 18:59:38 +0000", + "title": "America is facing a ballot-box coup – help us sound the alarm in 2022 | John Mulholland", + "description": "

    All over the country, free and fair elections are under threat. This will be one of the most important stories we tell in 2022.

    Very soon we will mark the first anniversary of 6 January 2021 – a day when American democracy died a little. Just hours after the “Stop the Steal” attack on the Capitol, more than 100 congressional Republicans refused to certify the results of the election.

    Donald Trump had lost, but he had also won – the “big lie” had firmly taken root. Since then the threats to US democracy have metastasized. Over the last few months, a new threat has emerged, one which few Americans – much less people abroad – are even aware of. It’s a story that has been under-reported and yet the future of US democracy may depend on it being told.

    Continue reading...", + "content": "

    All over the country, free and fair elections are under threat. This will be one of the most important stories we tell in 2022.

    Very soon we will mark the first anniversary of 6 January 2021 – a day when American democracy died a little. Just hours after the “Stop the Steal” attack on the Capitol, more than 100 congressional Republicans refused to certify the results of the election.

    Donald Trump had lost, but he had also won – the “big lie” had firmly taken root. Since then the threats to US democracy have metastasized. Over the last few months, a new threat has emerged, one which few Americans – much less people abroad – are even aware of. It’s a story that has been under-reported and yet the future of US democracy may depend on it being told.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/29/america-facing-ballot-box-coup-help-us-sound-alarm-2022", + "creator": "John Mulholland", + "pubDate": "2021-12-29T12:58:56Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5577e623122ffa8b450120e4b106f94" + "hash": "32d40893063975432c188acb65147a0d" }, { - "title": "Venezuelan Opposition Risks an Election Challenge to Maduro", - "description": "With little hope of a fair vote, opposition candidates take a desperate risk to gain any edge against Venezuela’s entrenched autocrat, Nicolás Maduro.", - "content": "With little hope of a fair vote, opposition candidates take a desperate risk to gain any edge against Venezuela’s entrenched autocrat, Nicolás Maduro.", - "category": "Elections", - "link": "https://www.nytimes.com/2021/11/19/world/americas/venezuela-elections-maduro.html", - "creator": "Julie Turkewitz and Adriana Loureiro Fernandez", - "pubDate": "Fri, 19 Nov 2021 18:56:44 +0000", + "title": "Faced with Covid, Europe’s citizens demanded an EU response – and got it | Luuk van Middelaar", + "description": "

    The pandemic finally brought into being a European public, as we discovered that our health is a common concern

    March 2020: an insidious virus seeds itself across the globe pitching tens of thousands in the European continent into a life-and-death battle. Most European countries secure their borders; millions of households lock their front doors. Hellish scenes flash by, feeding fears of infection. In Europe a disaster is unfolding, but there is no joint response.

    The loudest cry comes from Italy, hit by the virus early on. Appeals for help go unanswered and bitter reproaches ensue. The EU is slow to react: the fact that Brussels’ institutions lack the “competences”, or formal powers, to act in the field of public health impresses no one. When, soon thereafter, an economic depression looms, prophets of doom start predicting the end of the EU.

    Continue reading...", + "content": "

    The pandemic finally brought into being a European public, as we discovered that our health is a common concern

    March 2020: an insidious virus seeds itself across the globe pitching tens of thousands in the European continent into a life-and-death battle. Most European countries secure their borders; millions of households lock their front doors. Hellish scenes flash by, feeding fears of infection. In Europe a disaster is unfolding, but there is no joint response.

    The loudest cry comes from Italy, hit by the virus early on. Appeals for help go unanswered and bitter reproaches ensue. The EU is slow to react: the fact that Brussels’ institutions lack the “competences”, or formal powers, to act in the field of public health impresses no one. When, soon thereafter, an economic depression looms, prophets of doom start predicting the end of the EU.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/commentisfree/2021/dec/29/covid-europe-citizens-eu-response-pandemic-european-health", + "creator": "Luuk van Middelaar", + "pubDate": "2021-12-29T08:00:16Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d358ba6c1ed82febf655b72d61da3eb6" + "hash": "8f0166cda6dd48d51e1d2da71dc577b8" }, { - "title": "3 Women in the Senate Object to ‘Sexist’ Focus on Sinema’s Style", - "description": "The senators criticize The Times’s coverage of their colleague’s style and fashion choices.", - "content": "The senators criticize The Times’s coverage of their colleague’s style and fashion choices.", - "category": "Sinema, Kyrsten", - "link": "https://www.nytimes.com/2021/11/19/opinion/letters/kyrsten-sinema-senate.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 18:39:43 +0000", + "title": "Rights group’s closure is part of rapid dismantling of Russian civil society", + "description": "

    Analysis: brief window when Russia would tolerate independent reckoning of its past appears to have closed

    In a terrible year for human rights in Russia, beginning with the imprisonment of the opposition leader Alexei Navalny, the closure of International Memorial stands out for its ruthlessness.

    Founded in the late 1980s by Andrei Sakharov and other Soviet-era dissidents, the group took the new freedoms offered under Mikhail Gorbachev and used them to reveal raw truths about the fate of millions of victims of Stalin’s repressions.

    Continue reading...", + "content": "

    Analysis: brief window when Russia would tolerate independent reckoning of its past appears to have closed

    In a terrible year for human rights in Russia, beginning with the imprisonment of the opposition leader Alexei Navalny, the closure of International Memorial stands out for its ruthlessness.

    Founded in the late 1980s by Andrei Sakharov and other Soviet-era dissidents, the group took the new freedoms offered under Mikhail Gorbachev and used them to reveal raw truths about the fate of millions of victims of Stalin’s repressions.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/28/international-memorial-rights-group-closure-russia-analysis", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-12-28T17:32:15Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d6d90a6c57076faea293d947e231ad4" + "hash": "d0fb06146fc9f3fb24b52642f99245d7" }, { - "title": "Amazon Deforestation Soars to 15-Year High", - "description": "Brazil committed this month to end illegal deforestation in eight years, but a government report raises questions about its intent and ability to meet that target.", - "content": "Brazil committed this month to end illegal deforestation in eight years, but a government report raises questions about its intent and ability to meet that target.", - "category": "Politics and Government", - "link": "https://www.nytimes.com/2021/11/19/world/americas/brazil-amazon-deforestation.html", - "creator": "Manuela Andreoni", - "pubDate": "Fri, 19 Nov 2021 18:26:13 +0000", + "title": "What to do about the UK’s unvaccinated? No 10’s Covid dilemma", + "description": "

    Analysis: growing frustration at vaccine refusers has crept into ministers’ speeches recently

    A growing sense of frustration with people who have not been vaccinated against Covid has been creeping into the speeches of senior government figures from Sajid Javid to Boris Johnson in recent weeks.

    The health secretary has accused those who have chosen not to take up the offer of free vaccination of taking up hospital beds, damaging society and potentially harming their families as well as themselves.

    Continue reading...", + "content": "

    Analysis: growing frustration at vaccine refusers has crept into ministers’ speeches recently

    A growing sense of frustration with people who have not been vaccinated against Covid has been creeping into the speeches of senior government figures from Sajid Javid to Boris Johnson in recent weeks.

    The health secretary has accused those who have chosen not to take up the offer of free vaccination of taking up hospital beds, damaging society and potentially harming their families as well as themselves.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/28/unvaccinated-uk-covid-dilemma-vaccine-refusers", + "creator": "Rowena Mason Deputy political editor", + "pubDate": "2021-12-28T16:43:22Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04cf234bba33c517a218c429848ac064" + "hash": "e62acf0d7ac55c595c18e1521913177c" }, { - "title": "What Happens After the Worst of the Pandemic Is Behind Us?", - "description": "We need to learn the right lessons from the pandemic.", - "content": "We need to learn the right lessons from the pandemic.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/18/opinion/covid-winter-risk.html", - "creator": "Zeynep Tufekci", - "pubDate": "Fri, 19 Nov 2021 18:11:00 +0000", + "title": "Researchers open possible time capsule from 1887 found in Robert E Lee statue pedestal – video", + "description": "

    For the second time in a month, conservation experts in Virginia opened an apparent time capsule found in the remnants of a pedestal that once held a statue of Confederate general Robert E Lee.

    State officials hope Tuesday’s opening of the aged copper box, which was discovered and carefully extracted from the monument site on Monday, will mark the end of a long search for an elusive time capsule deposited in 1887.

    Continue reading...", + "content": "

    For the second time in a month, conservation experts in Virginia opened an apparent time capsule found in the remnants of a pedestal that once held a statue of Confederate general Robert E Lee.

    State officials hope Tuesday’s opening of the aged copper box, which was discovered and carefully extracted from the monument site on Monday, will mark the end of a long search for an elusive time capsule deposited in 1887.

    Continue reading...", + "category": "Virginia", + "link": "https://www.theguardian.com/us-news/video/2021/dec/28/researchers-open-possible-time-capsule-from-1887-found-in-robert-e-lee-statue-pedestal-video", + "creator": "", + "pubDate": "2021-12-28T19:52:12Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09d7fe845ef5d0f18d9c4a89ad796393" + "hash": "50e90819778b1faf5100fdfe86dcefaf" }, { - "title": "How to Talk to Kids About Death and Loss", - "description": "Loss may be part of Thanksgiving this year. Here’s how to help kids navigate it.", - "content": "Loss may be part of Thanksgiving this year. Here’s how to help kids navigate it.", - "category": "Grief (Emotion)", - "link": "https://www.nytimes.com/2021/11/19/opinion/grief-mourning-children.html", - "creator": "Miranda Featherstone", - "pubDate": "Fri, 19 Nov 2021 17:38:08 +0000", + "title": "South African president Ramaphosa pays tribute to Desmond Tutu in address to the nation – video", + "description": "

    \nCyril Ramaphosa, president of South Africa, paid tribute to the late archbishop Desmond Tutu in a televised address to the nation on Sunday. Calling him a leader with 'compassion, dignity, humility and grace', Ramaphosa highlighted Tutu's activist approach to peace and alleviating poverty.

    Tutu was diagnosed with prostate cancer in the late 1990s and in recent years was hospitalised on several occasions because of infections associated with his treatment. He died peacefully in the early hours of Sunday morning, according to his relatives.

    Continue reading...", + "content": "

    \nCyril Ramaphosa, president of South Africa, paid tribute to the late archbishop Desmond Tutu in a televised address to the nation on Sunday. Calling him a leader with 'compassion, dignity, humility and grace', Ramaphosa highlighted Tutu's activist approach to peace and alleviating poverty.

    Tutu was diagnosed with prostate cancer in the late 1990s and in recent years was hospitalised on several occasions because of infections associated with his treatment. He died peacefully in the early hours of Sunday morning, according to his relatives.

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/video/2021/dec/26/south-african-president-ramaphosa-pays-tribute-to-desmond-tutu-in-address-to-the-nation-video", + "creator": "", + "pubDate": "2021-12-26T20:50:20Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "282cf98274bf4680ba747914dd007106" + "hash": "83a5913d77a503f6c7dca7cee0487cda" }, { - "title": "Miss Friday's Lunar Eclipse? Here's What it Looked Like.", - "description": "The partial eclipse on Thursday night and Friday morning lasted more than six hours, and these photos captured the moon’s rust-red hue.", - "content": "The partial eclipse on Thursday night and Friday morning lasted more than six hours, and these photos captured the moon’s rust-red hue.", - "category": "Eclipses", - "link": "https://www.nytimes.com/2021/11/19/science/lunar-eclipse-photos.html", - "creator": "Michael Roston and Matt McCann", - "pubDate": "Fri, 19 Nov 2021 17:19:05 +0000", + "title": "Covid news live: Boris Johnson to examine new hospital data; France considers new restrictions", + "description": "

    UK prime minister expected to examine crucial hospital data on Monday before any further restrictions in England; Emmanuel Macron is expected to announce new Covid measures in France

    Queensland has detected 784 new Covid-19 cases but the health system is coping, state premier Annastacia Palaszczuk has said.

    Quarantine and testing policies are being reviewed and rapid antigen tests may be introduced for some people within 48 hours to take pressure of testing facilities, AAP reports.

    I don’t want people to be alarmed by that, the real issue here is what is the impact it is having on individuals in hospitals?

    We are not seeing any massive impacts on our hospitals, which is really good news.

    Continue reading...", + "content": "

    UK prime minister expected to examine crucial hospital data on Monday before any further restrictions in England; Emmanuel Macron is expected to announce new Covid measures in France

    Queensland has detected 784 new Covid-19 cases but the health system is coping, state premier Annastacia Palaszczuk has said.

    Quarantine and testing policies are being reviewed and rapid antigen tests may be introduced for some people within 48 hours to take pressure of testing facilities, AAP reports.

    I don’t want people to be alarmed by that, the real issue here is what is the impact it is having on individuals in hospitals?

    We are not seeing any massive impacts on our hospitals, which is really good news.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/27/covid-news-live-australia-case-rise-continues-omicron-grounds-1000-more-us-flights", + "creator": "Jedidajah Otte (now), Samantha Lock (earlier)", + "pubDate": "2021-12-27T11:34:21Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c8746a9dbd825acf649fafdd541ca89" + "hash": "8227f448aa50f740ec29eb005d985ccf" }, { - "title": "The G.O.P. Has a Bad Men Problem", - "description": "The creeping not-so-casual misogyny is indicative of the dark path down which former President Donald Trump continues to lead the G.O.P.", - "content": "The creeping not-so-casual misogyny is indicative of the dark path down which former President Donald Trump continues to lead the G.O.P.", - "category": "Gosar, Paul (1958- )", - "link": "https://www.nytimes.com/2021/11/19/opinion/trump-gop-misogyny.html", - "creator": "Michelle Cottle", - "pubDate": "Fri, 19 Nov 2021 17:00:00 +0000", + "title": "Jesus statue smashed in spate of attacks on India’s Christian community", + "description": "

    Amid growing intolerance to India’s Christian minority, several Christmas events were targeted by Hindu right wing groups

    Festive celebrations were disrupted, Jesus statues were smashed and effigies of Santa Claus were burned in a spate of attacks on India’s Christian community over Christmas.

    Amid growing intolerance and violence against India’s Christian minority, who make up about 2% of India’s population, several Christmas events were targeted by Hindu right wing groups, who alleged Christians were using festivities to force Hindus to convert.

    Continue reading...", + "content": "

    Amid growing intolerance to India’s Christian minority, several Christmas events were targeted by Hindu right wing groups

    Festive celebrations were disrupted, Jesus statues were smashed and effigies of Santa Claus were burned in a spate of attacks on India’s Christian community over Christmas.

    Amid growing intolerance and violence against India’s Christian minority, who make up about 2% of India’s population, several Christmas events were targeted by Hindu right wing groups, who alleged Christians were using festivities to force Hindus to convert.

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/2021/dec/27/jesus-statue-smashed-in-spate-of-attacks-on-indias-christian-community", + "creator": "Hannah Ellis-Petersen in Delhi", + "pubDate": "2021-12-27T06:35:04Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59e92a624dbbc3554baf569f3ecfd98c" + "hash": "7ba266c1a4b1a9d4c6adf70b39e3254b" }, { - "title": "Who Is Afghanistan's Soccer Team Playing For?", - "description": "Afghanistan’s national soccer team played a rare match this week. But with the Taliban in control of their country, what, and whom, are they playing for?", - "content": "Afghanistan’s national soccer team played a rare match this week. But with the Taliban in control of their country, what, and whom, are they playing for?", - "category": "Soccer", - "link": "https://www.nytimes.com/2021/11/18/sports/soccer/afghanistan-soccer-taliban.html", - "creator": "James Montague and Bradley Secker", - "pubDate": "Fri, 19 Nov 2021 16:59:22 +0000", + "title": "Capitol panel to investigate Trump call to Willard hotel in hours before attack", + "description": "

    Committee to request contents of the call seeking to stop Biden’s certification and may subpoena Rudy Giuliani

    Congressman Bennie Thompson, the chairman of the House select committee investigating the Capitol attack, has said the panel will open an inquiry into Donald Trump’s phone call seeking to stop Joe Biden’s certification from taking place on 6 January hours before the insurrection.

    The chairman said the select committee intended to scrutinize the phone call – revealed last month by the Guardian – should they prevail in their legal effort to obtain Trump White House records over the former president’s objections of executive privilege.

    Continue reading...", + "content": "

    Committee to request contents of the call seeking to stop Biden’s certification and may subpoena Rudy Giuliani

    Congressman Bennie Thompson, the chairman of the House select committee investigating the Capitol attack, has said the panel will open an inquiry into Donald Trump’s phone call seeking to stop Joe Biden’s certification from taking place on 6 January hours before the insurrection.

    The chairman said the select committee intended to scrutinize the phone call – revealed last month by the Guardian – should they prevail in their legal effort to obtain Trump White House records over the former president’s objections of executive privilege.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2021/dec/27/capitol-attack-panel-investigate-trump-call-willard-hotel-before-assault", + "creator": "Hugo Lowell in Washington", + "pubDate": "2021-12-27T10:00:48Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9f241e2c4962052f941a4dfa1884491" + "hash": "b96f980b6ee2d41243a3a001ce73f920" }, { - "title": "The Inspiration for ‘Malfunction: The Dressing Down of Janet Jackson’", - "description": "The New York Times’s latest documentary, premiering Friday, examines the scandal surrounding the performer following the 2004 Super Bowl halftime show.", - "content": "The New York Times’s latest documentary, premiering Friday, examines the scandal surrounding the performer following the 2004 Super Bowl halftime show.", - "category": "Pop and Rock Music", - "link": "https://www.nytimes.com/2021/11/19/insider/janet-jackson-documentary.html", - "creator": "Rachel Abrams", - "pubDate": "Fri, 19 Nov 2021 16:58:08 +0000", + "title": "Australia close to securing Ashes despite England bowlers’ fightback", + "description": "

    The second day in Melbourne began with serious concerns over the completion of the third Ashes Test and ended with Australia doing their utmost to wrap things up swiftly. In a febrile final hour that saw the volume at the MCG turned up to 11, their relentless fast bowlers induced the latest grim England batting collapse.

    Joe Root’s tourists had done so much right up to this point, dutifully clearing their minds from the swirling uncertainty of a Covid outbreak in the camp overnight and, through Jimmy Anderson’s masterful figures of four for 33, bowling out Australia for 267 in 87.5 overs. A limp demise to 185 all out the previous day was never going to be easy to overcome but an 82-run first-innings deficit hinted at a possible contest boiling up.

    Continue reading...", + "content": "

    The second day in Melbourne began with serious concerns over the completion of the third Ashes Test and ended with Australia doing their utmost to wrap things up swiftly. In a febrile final hour that saw the volume at the MCG turned up to 11, their relentless fast bowlers induced the latest grim England batting collapse.

    Joe Root’s tourists had done so much right up to this point, dutifully clearing their minds from the swirling uncertainty of a Covid outbreak in the camp overnight and, through Jimmy Anderson’s masterful figures of four for 33, bowling out Australia for 267 in 87.5 overs. A limp demise to 185 all out the previous day was never going to be easy to overcome but an 82-run first-innings deficit hinted at a possible contest boiling up.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/2021/dec/27/australia-in-control-despite-england-bowlers-ashes-fightback", + "creator": "Ali Martin at the MCG", + "pubDate": "2021-12-27T07:41:04Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eee0773ee5e5cb0d44074f3a19c82d1a" + "hash": "47389ce9e009ffa676c8fc3b1aa12d54" }, { - "title": "Supermodel Iman Opens Up About David Bowie, a New Perfume and More", - "description": "The supermodel talks about life after David Bowie, their Catskills refuge and the perfume inspired by their love.", - "content": "The supermodel talks about life after David Bowie, their Catskills refuge and the perfume inspired by their love.", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/11/18/style/iman-david-bowie.html", - "creator": "Guy Trebay", - "pubDate": "Fri, 19 Nov 2021 16:20:50 +0000", + "title": "Global financial markets brace for a bumpy ride in 2022", + "description": "

    Soaring inflation, rising interest rates and further supply chain disruption will fuel volatility, economists say

    Financial markets are poised for a bumpy ride in 2022 in the face of soaring inflationary pressure, rising interest rates and ongoing disruption to international supply chains caused by the Omicron variant of coronavirus, experts have said.

    Analysts and financial investors said Omicron’s emergence had raised the prospect of a stagflationary start to the new year, with weaker levels of economic growth despite intensifying price pressures in already stretched supply chains. The winter energy crisis will also weigh on Europe’s economies.

    Continue reading...", + "content": "

    Soaring inflation, rising interest rates and further supply chain disruption will fuel volatility, economists say

    Financial markets are poised for a bumpy ride in 2022 in the face of soaring inflationary pressure, rising interest rates and ongoing disruption to international supply chains caused by the Omicron variant of coronavirus, experts have said.

    Analysts and financial investors said Omicron’s emergence had raised the prospect of a stagflationary start to the new year, with weaker levels of economic growth despite intensifying price pressures in already stretched supply chains. The winter energy crisis will also weigh on Europe’s economies.

    Continue reading...", + "category": "Stock markets", + "link": "https://www.theguardian.com/business/2021/dec/27/global-financial-markets-brace-for-a-bumpy-ride-in-2022", + "creator": "Graeme Wearden", + "pubDate": "2021-12-27T08:00:45Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6eeea20c806c50c7a91928a2d0aa5a6" + "hash": "34187d602308de61f7188d1348d29b96" }, { - "title": "The First Family of New Jersey Football", - "description": "Seventeen of the last 20 New Jersey state high school championships have featured a team coached by Mike Campanile or one of his four sons.", - "content": "Seventeen of the last 20 New Jersey state high school championships have featured a team coached by Mike Campanile or one of his four sons.", - "category": "Coaches and Managers", - "link": "https://www.nytimes.com/2021/11/19/sports/football/nj-high-school-football-campanile.html", - "creator": "Kevin Armstrong", - "pubDate": "Fri, 19 Nov 2021 15:51:51 +0000", + "title": "Cost of world’s 10 most expensive natural disasters rises to $170bn, aid group finds", + "description": "

    Christian Aid says the 13% rise in the cost of damage reflects the effects of climate change, with Hurricane Ida the most expensive

    The 10 most expensive weather disasters this year caused more than $170bn in damage, $20bn more than in 2020, a British aid group has found.

    Christian Aid said the upward trend reflects the effects of manmade climate change and added that the 10 disasters in question also killed at least 1,075 people and displaced 1.3 million.

    Continue reading...", + "content": "

    Christian Aid says the 13% rise in the cost of damage reflects the effects of climate change, with Hurricane Ida the most expensive

    The 10 most expensive weather disasters this year caused more than $170bn in damage, $20bn more than in 2020, a British aid group has found.

    Christian Aid said the upward trend reflects the effects of manmade climate change and added that the 10 disasters in question also killed at least 1,075 people and displaced 1.3 million.

    Continue reading...", + "category": "Natural disasters", + "link": "https://www.theguardian.com/world/2021/dec/27/cost-of-worlds-10-most-expensive-natural-disasters-rises-to-170bn-aid-group-finds", + "creator": "Agence France-Presse", + "pubDate": "2021-12-27T06:35:45Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a232dc2974f8de72c55e4ef950a5d9f" + "hash": "cb13dea31d512aeda5ffc2e6f7374314" }, { - "title": "Wisconsin Republicans Push to Take Over the State’s Elections", - "description": "Led by Senator Ron Johnson, G.O.P. officials want to eliminate a bipartisan elections agency — and maybe send its members to jail.", - "content": "Led by Senator Ron Johnson, G.O.P. officials want to eliminate a bipartisan elections agency — and maybe send its members to jail.", - "category": "Wisconsin", - "link": "https://www.nytimes.com/2021/11/19/us/politics/wisconsin-republicans-decertify-election.html", - "creator": "Reid J. Epstein", - "pubDate": "Fri, 19 Nov 2021 15:00:08 +0000", + "title": "Russian court increases jail sentence for Gulag historian", + "description": "

    Yury Dmitriyev’s term increased to 15 years on charges supporters say are punishment for exposing Soviet-era crimes

    A Russian court has increased a jail sentence for the Gulag historian Yury Dmitriyev to a total of 15 years on charges his supporters say are punishment for his work exposing Stalin-era crimes.

    Supporters say Dmitriyev, 65, is being targeted because of his efforts to expose the horrors of the Soviet era under Joseph Stalin.

    Continue reading...", + "content": "

    Yury Dmitriyev’s term increased to 15 years on charges supporters say are punishment for exposing Soviet-era crimes

    A Russian court has increased a jail sentence for the Gulag historian Yury Dmitriyev to a total of 15 years on charges his supporters say are punishment for his work exposing Stalin-era crimes.

    Supporters say Dmitriyev, 65, is being targeted because of his efforts to expose the horrors of the Soviet era under Joseph Stalin.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/27/russian-court-increases-jail-sentence-for-gulag-historian", + "creator": "Agence France-Presse in Moscow", + "pubDate": "2021-12-27T10:31:50Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d070ba3d878c8ab0e79142342196cecb" + "hash": "fb6b61bf4e28265bf5f2dce30c47f87d" }, { - "title": "The Little Lad? Berries and Cream? Call It Performance Art.", - "description": "Jack Ferver, the creator of a well-regarded body of dance-theater works, has also become a TikTok phenomenon because of a Starburst ad from 2007.", - "content": "Jack Ferver, the creator of a well-regarded body of dance-theater works, has also become a TikTok phenomenon because of a Starburst ad from 2007.", - "category": "Social Media", - "link": "https://www.nytimes.com/2021/11/19/arts/dance/berries-and-cream-tik-tok.html", - "creator": "Margaret Fuhrer", - "pubDate": "Fri, 19 Nov 2021 15:00:08 +0000", + "title": "‘We looked up to him’: South Africa begins week of mourning for Desmond Tutu", + "description": "

    The beloved anti-apartheid icon will lie in state for two days in Cape Town before a funeral on 1 January

    South Africa has started a week of mourning events for anti-apartheid icon Archbishop Desmond Tutu, described as the country’s moral compass, as tributes poured in from across the world.

    Tutu, who died on Sunday aged 90, had largely faded from public life in recent years but was remembered for his easy humour and characteristic smile – and above all his fight against injustices of all colours.

    Continue reading...", + "content": "

    The beloved anti-apartheid icon will lie in state for two days in Cape Town before a funeral on 1 January

    South Africa has started a week of mourning events for anti-apartheid icon Archbishop Desmond Tutu, described as the country’s moral compass, as tributes poured in from across the world.

    Tutu, who died on Sunday aged 90, had largely faded from public life in recent years but was remembered for his easy humour and characteristic smile – and above all his fight against injustices of all colours.

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/2021/dec/27/archbishop-desmond-tutu-south-africa-begins-week-of-mourning", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-27T03:50:41Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1301df38cca66f9784e0568d7421da6" + "hash": "35769895d8bc828eba228c6348fa3cc3" }, { - "title": "Feeling Anxious About Thanksgiving This Year? You’re Not Alone.", - "description": "The first postvaccine Thanksgiving will be full of joy — and anxiety. Here’s how to navigate it.", - "content": "The first postvaccine Thanksgiving will be full of joy — and anxiety. Here’s how to navigate it.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2021/11/18/opinion/thanksgiving-christmas-family-tension.html", - "creator": "Emily Esfahani Smith", - "pubDate": "Fri, 19 Nov 2021 14:44:16 +0000", + "title": "‘Turn the planes around’: Māori leader says New Zealand should block Australian deportations", + "description": "

    Chair of National Māori Authority says country should adopt John Howard’s playbook or risk sparking local gangland wars between deported criminals

    A prominent Māori leader has called for a dramatic response to what he labels Australia’s attempts to turn New Zealand into a “dumping ground” for criminals, suggesting Jacinda Ardern’s government should “turn the planes around”.

    The executive chairman of the National Māori Authority, Matthew Tukaki, also raised concerns about a potential increase in gun violence in Auckland, saying the city “could see gangland wars similar to those that occurred in both Sydney and Melbourne in the early 2000s if we are not careful”.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Chair of National Māori Authority says country should adopt John Howard’s playbook or risk sparking local gangland wars between deported criminals

    A prominent Māori leader has called for a dramatic response to what he labels Australia’s attempts to turn New Zealand into a “dumping ground” for criminals, suggesting Jacinda Ardern’s government should “turn the planes around”.

    The executive chairman of the National Māori Authority, Matthew Tukaki, also raised concerns about a potential increase in gun violence in Auckland, saying the city “could see gangland wars similar to those that occurred in both Sydney and Melbourne in the early 2000s if we are not careful”.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Australian immigration and asylum", + "link": "https://www.theguardian.com/australia-news/2021/dec/27/turn-the-planes-around-maori-leader-says-new-zealand-should-block-australian-deportations", + "creator": "Daniel Hurst", + "pubDate": "2021-12-27T03:02:51Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ced1eca2ffed2d84759cf16c362f889" + "hash": "4b7908bbe37db540a45044b7ee791806" }, { - "title": "Why the U.S. Is Considering Expanding Booster Shot Eligibility to All Adults", - "description": "The U.S. may soon offer booster shots to every adult. Here’s why.", - "content": "The U.S. may soon offer booster shots to every adult. Here’s why.", - "category": "", - "link": "https://www.nytimes.com/2021/11/19/briefing/booster-eligibility-us-fda.html", - "creator": "Ian Prasad Philbrick and Claire Moses", - "pubDate": "Fri, 19 Nov 2021 13:59:58 +0000", + "title": "Jean-Marc Vallée, director of Dallas Buyers Club, Wild and Big Little Lies, dies aged 58", + "description": "

    The Canadian film-maker died suddenly at the weekend according to his representative

    Jean-Marc Vallée, the Canadian director best known for his work on Matthew McConaughey drama Dallas Buyers Club, has died aged 58.

    Vallée’s representative, Bumble Ward, said he died suddenly over the weekend in his cabin outside Quebec City. His two sons survive him.

    Jean-Marc stood for creativity, authenticity and trying things differently. He was a true artist and a generous, loving guy. Everyone who worked with him couldn’t help but see the talent and vision he possessed. He was a friend, creative partner and an older brother to me. The maestro will sorely be missed but it comforts knowing his beautiful style and impactful work he shared with the world will live on.

    Continue reading...", + "content": "

    The Canadian film-maker died suddenly at the weekend according to his representative

    Jean-Marc Vallée, the Canadian director best known for his work on Matthew McConaughey drama Dallas Buyers Club, has died aged 58.

    Vallée’s representative, Bumble Ward, said he died suddenly over the weekend in his cabin outside Quebec City. His two sons survive him.

    Jean-Marc stood for creativity, authenticity and trying things differently. He was a true artist and a generous, loving guy. Everyone who worked with him couldn’t help but see the talent and vision he possessed. He was a friend, creative partner and an older brother to me. The maestro will sorely be missed but it comforts knowing his beautiful style and impactful work he shared with the world will live on.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/27/jean-marc-vallee-director-dead-dallas-buyers-club-wild-big-little-lies", + "creator": "Catherine Shoard", + "pubDate": "2021-12-27T10:42:56Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf4a472b61430d7b1977be3c04a47e89" + "hash": "c8a9c5706b2f944d12617e2c0a8d5c3a" }, { - "title": "How to Save Your Knees Without Giving Up Your Workout", - "description": "There’s no magic bullet to knee health, but staying active and building muscles around the joint are crucial.", - "content": "There’s no magic bullet to knee health, but staying active and building muscles around the joint are crucial.", - "category": "Knees", - "link": "https://www.nytimes.com/2021/11/19/well/workout-exercise-knee-health.html", - "creator": "Alex Hutchinson", - "pubDate": "Fri, 19 Nov 2021 13:04:42 +0000", + "title": "Cabinet ministers sceptical of stricter Covid curbs in England", + "description": "

    Boris Johnson likely to face pushback if he decides latest hospital data shows need to tighten restrictions

    Cabinet ministers remain sceptical of further Covid curbs as Boris Johnson prepares to receive his post-Christmas briefing on the state of the latest wave before making a call on additional restrictions in England.

    The prime minister delayed any new cabinet summit on restrictions until after his regular data briefing with England’s chief medical officer, Prof Chris Whitty – expected to be knighted in the new year honours – and the chief scientific adviser, Sir Patrick Vallance.

    Continue reading...", + "content": "

    Boris Johnson likely to face pushback if he decides latest hospital data shows need to tighten restrictions

    Cabinet ministers remain sceptical of further Covid curbs as Boris Johnson prepares to receive his post-Christmas briefing on the state of the latest wave before making a call on additional restrictions in England.

    The prime minister delayed any new cabinet summit on restrictions until after his regular data briefing with England’s chief medical officer, Prof Chris Whitty – expected to be knighted in the new year honours – and the chief scientific adviser, Sir Patrick Vallance.

    Continue reading...", + "category": "Health policy", + "link": "https://www.theguardian.com/politics/2021/dec/27/cabinet-ministers-sceptical-of-stricter-covid-curbs-in-england", + "creator": "Jessica Elgot", + "pubDate": "2021-12-27T11:05:27Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ad463f7dd32cc1ec4680935a064378c" + "hash": "f20669f452642a8a82de166e82f6dffe" }, { - "title": "The Belarus-Poland Border Chaos Is Partly of Europe’s Own Making", - "description": "The chaos at the Belarus-Poland border is partly of the European Union’s making.", - "content": "The chaos at the Belarus-Poland border is partly of the European Union’s making.", - "category": "Belarus", - "link": "https://www.nytimes.com/2021/11/19/opinion/poland-belarus-border-europe.html", - "creator": "Charlotte McDonald-Gibson", - "pubDate": "Fri, 19 Nov 2021 12:20:46 +0000", + "title": "Covid cases rise in Xi’an as China battles biggest community outbreak since 2020", + "description": "

    A strict lockdown in the city of 13 million entered its fifth day as the country continues to pursue a ‘zero-Covid’ strategy

    Lockdown restrictions have been tightened in the Chinese city of Xi’an, which is battling the largest community outbreak the country has seen since the initial months of the pandemic when China brought thousands of daily infections under control.

    Authorities reported 162 new community infections on Monday, up from 158 on Sunday. All but 10 of Monday’s new cases were reported in Shaanxi province, where 13 million residents of the capital Xi’an have been locked down for five days.

    Continue reading...", + "content": "

    A strict lockdown in the city of 13 million entered its fifth day as the country continues to pursue a ‘zero-Covid’ strategy

    Lockdown restrictions have been tightened in the Chinese city of Xi’an, which is battling the largest community outbreak the country has seen since the initial months of the pandemic when China brought thousands of daily infections under control.

    Authorities reported 162 new community infections on Monday, up from 158 on Sunday. All but 10 of Monday’s new cases were reported in Shaanxi province, where 13 million residents of the capital Xi’an have been locked down for five days.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/27/covid-cases-rise-in-xian-as-china-battles-biggest-community-outbreak-since-2020", + "creator": "Rhoda Kwan in Taipei", + "pubDate": "2021-12-27T05:19:34Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d4939ea3353296ff81fd6d7b9289fb4" + "hash": "421593f8c448c0bdc006b95f81b4c993" }, { - "title": "How Belarus Manufactured a Border Crisis", - "description": "A political gamble by the nation’s desperate leader has become a diplomatic and humanitarian crisis.", - "content": "A political gamble by the nation’s desperate leader has become a diplomatic and humanitarian crisis.", - "category": "Belarus-Poland Border Crisis (2021- )", - "link": "https://www.nytimes.com/2021/11/19/podcasts/the-daily/belarus-poland-migrant-crisis-european-union.html", - "creator": "Michael Barbaro, Sydney Harper, Mooj Zadie, Clare Toeniskoetter, Rachelle Bonja, Lynsea Garrison, Mike Benoist, Patricia Willens, M.J. Davis Lin, Dan Powell and Chris Wood", - "pubDate": "Fri, 19 Nov 2021 11:00:07 +0000", + "title": "US alarm at rise in child Covid infections sees school closures back on agenda", + "description": "

    Omicron threat stokes fears coast to coast but leading public health expert says ‘We know how to keep schools open and safe’

    As US regional health authorities reacted with alarm to a jump in child Covid infections that caused some school districts to announce returns to remote learning, a leading public health official questioned the need for schools to close, saying: “We know how to keep schools open, we know how to keep them safe.”

    Over the past three weeks, as Omicron-related cases soared in New York City and elsewhere, the number of children hospitalised in New York with Covid-19 quadrupled, the state health department said.

    Continue reading...", + "content": "

    Omicron threat stokes fears coast to coast but leading public health expert says ‘We know how to keep schools open and safe’

    As US regional health authorities reacted with alarm to a jump in child Covid infections that caused some school districts to announce returns to remote learning, a leading public health official questioned the need for schools to close, saying: “We know how to keep schools open, we know how to keep them safe.”

    Over the past three weeks, as Omicron-related cases soared in New York City and elsewhere, the number of children hospitalised in New York with Covid-19 quadrupled, the state health department said.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/27/us-child-covid-omicron-infections-school-closures", + "creator": "Edward Helmore in New York", + "pubDate": "2021-12-27T07:00:44Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c21892b3ca0a6a7c3e5c4432332c84a8" + "hash": "56b62a0ba9f44e88c6de15deaeee509a" }, { - "title": "How the Beatles Broke Up and the Deaf Football Team Taking California by Storm: The Week in Narrated Articles", - "description": "Five articles from around The Times, narrated just for you.", - "content": "Five articles from around The Times, narrated just for you.", - "category": "", - "link": "https://www.nytimes.com/2021/11/19/podcasts/the-beatles-eric-adams-california-school-for-the-deaf-narrated-articles.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 10:30:02 +0000", + "title": "‘Blockchain Rock’: Gibraltar moves to become world’s first cryptocurrency hub", + "description": "

    Territory’s financial sector risks reputational damage and diplomatic sanctions if complex regulations of crypto hub fail

    On the southern Mediterranean coast, nestled in the shadow of the Rock’s sheer limestone cliffs and its tangle of wild olive trees, the Gibraltar Stock Exchange (GSX) is quietly preparing for a corporate takeover that could have global consequences for the former naval garrison.

    Less than half a mile away, next to the blue waters of Gibraltar’s mid-harbour marina, the peninsula’s regulators are reviewing a proposal that would prompt blockchain firm Valereum to buy the exchange in the new year – meaning the British overseas territory could soon host the world’s first integrated bourse, where conventional bonds can be traded alongside major cryptocurrencies such as bitcoin and dogecoin.

    Continue reading...", + "content": "

    Territory’s financial sector risks reputational damage and diplomatic sanctions if complex regulations of crypto hub fail

    On the southern Mediterranean coast, nestled in the shadow of the Rock’s sheer limestone cliffs and its tangle of wild olive trees, the Gibraltar Stock Exchange (GSX) is quietly preparing for a corporate takeover that could have global consequences for the former naval garrison.

    Less than half a mile away, next to the blue waters of Gibraltar’s mid-harbour marina, the peninsula’s regulators are reviewing a proposal that would prompt blockchain firm Valereum to buy the exchange in the new year – meaning the British overseas territory could soon host the world’s first integrated bourse, where conventional bonds can be traded alongside major cryptocurrencies such as bitcoin and dogecoin.

    Continue reading...", + "category": "Cryptocurrencies", + "link": "https://www.theguardian.com/technology/2021/dec/27/blockchain-rock-gibraltar-moves-to-become-worlds-first-cryptocurrency-hub", + "creator": "Kalyeena Makortoff Banking correspondent", + "pubDate": "2021-12-27T08:00:46Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dcca98684beb055a674ef24887f90d2b" + "hash": "44819b21e0e805528bede30ed453dfa2" }, { - "title": "People Like Her Didn’t Exist in French Novels. Until She Wrote One.", - "description": "Fatima Daas’s debut book explores the writer’s conflicted identities as a lesbian, Muslim woman with an immigrant background. In France, it was an unlikely literary hit.", - "content": "Fatima Daas’s debut book explores the writer’s conflicted identities as a lesbian, Muslim woman with an immigrant background. In France, it was an unlikely literary hit.", - "category": "Daas, Fatima", - "link": "https://www.nytimes.com/2021/11/19/books/fatima-daas-the-last-one.html", - "creator": "Julia Webster Ayuso", - "pubDate": "Fri, 19 Nov 2021 10:21:37 +0000", + "title": "My winter of love: I thought we had parted for ever. Then I took his phone call in a raging blizzard", + "description": "

    I was besotted with the idea of the handsome JC, but wanting someone unobtainable was painful. Would we ever be more than friends with benefits?

    Seven years ago, in the year before I met the wonderful man I would fall in love with and go on to marry, I had a short but intense relationship with someone I had known as a friend of friends for some time. I’d suddenly and unexpectedly found myself becoming besotted with him after we suddenly and unexpectedly found ourselves sleeping together.

    JC was very tall, very handsome and very intelligent. Like me, he was recently out of a long-term relationship, and we were both enjoying the sexual freedom that came from not being committed to anyone. I don’t remember exactly how we ended up in bed together the first time, but I do remember liking it very much and rather hoping that it might happen again, which it did – with some regularity.

    Continue reading...", + "content": "

    I was besotted with the idea of the handsome JC, but wanting someone unobtainable was painful. Would we ever be more than friends with benefits?

    Seven years ago, in the year before I met the wonderful man I would fall in love with and go on to marry, I had a short but intense relationship with someone I had known as a friend of friends for some time. I’d suddenly and unexpectedly found myself becoming besotted with him after we suddenly and unexpectedly found ourselves sleeping together.

    JC was very tall, very handsome and very intelligent. Like me, he was recently out of a long-term relationship, and we were both enjoying the sexual freedom that came from not being committed to anyone. I don’t remember exactly how we ended up in bed together the first time, but I do remember liking it very much and rather hoping that it might happen again, which it did – with some regularity.

    Continue reading...", + "category": "Relationships", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/27/my-winter-of-love-parted-for-ever-phone-call-raging-blizzard", + "creator": "Hugh Smithson-Wright", + "pubDate": "2021-12-27T06:00:45Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b2fcc03924c1210137fa2d660e99f53" + "hash": "686cef07cac3b02a64ce184c7e2680c9" }, { - "title": "After Time in U.S. Prisons, Maria Butina Now Sits in Russia's Parliament", - "description": "Maria Butina, convicted of serving as an unregistered foreign agent before and after the 2016 election, insists she “wasn’t a spy” and that her Duma seat is “not a reward.” Her critics call her a Kremlin “trophy.”", - "content": "Maria Butina, convicted of serving as an unregistered foreign agent before and after the 2016 election, insists she “wasn’t a spy” and that her Duma seat is “not a reward.” Her critics call her a Kremlin “trophy.”", - "category": "Content Type: Personal Profile", - "link": "https://www.nytimes.com/2021/11/19/world/europe/maria-butina-russia-duma.html", - "creator": "Valerie Hopkins", - "pubDate": "Fri, 19 Nov 2021 10:00:29 +0000", + "title": "I was a heroin addict and had given up on myself. Then suddenly, briefly, I felt a desire to live", + "description": "

    At my lowest point, I sought self-annihilation. I was saved at the last moment by two of the few people I had not pushed away

    It was a Saturday night in early October 1986. My 30th birthday party, or what passed for it. Just a handful of junkies and my few remaining friends sitting on the floor of a grey, bare room in a flat in south London. I had thought it would be fun, as, for once, there was no shortage of heroin. Instead, I felt wretched.

    I was in total despair, as a rare moment of self-awareness had kicked in. It wasn’t just that I had trashed my entire 20s, achieving almost nothing of any note; it was also that I could see no prospect of any future. My self-destruction was complete. I had hit rock bottom. It was a terrifying moment, so there was only one thing for it. Take more and more drugs until I fell unconscious. Happy birthday to me.

    Continue reading...", + "content": "

    At my lowest point, I sought self-annihilation. I was saved at the last moment by two of the few people I had not pushed away

    It was a Saturday night in early October 1986. My 30th birthday party, or what passed for it. Just a handful of junkies and my few remaining friends sitting on the floor of a grey, bare room in a flat in south London. I had thought it would be fun, as, for once, there was no shortage of heroin. Instead, I felt wretched.

    I was in total despair, as a rare moment of self-awareness had kicked in. It wasn’t just that I had trashed my entire 20s, achieving almost nothing of any note; it was also that I could see no prospect of any future. My self-destruction was complete. I had hit rock bottom. It was a terrifying moment, so there was only one thing for it. Take more and more drugs until I fell unconscious. Happy birthday to me.

    Continue reading...", + "category": "Drugs", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/27/i-was-a-heroin-addict-and-had-given-up-on-myself-then-suddenly-briefly-i-felt-a-desire-to-live", + "creator": "John Crace", + "pubDate": "2021-12-27T07:00:45Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3b29c5658ad9daba55bbc0a0f534ff8" + "hash": "9881838f1e7114b5056403b937f556ce" }, { - "title": "The Decision That Cost Hitler the War", - "description": "“Hitler’s American Gamble,” by Brendan Simms and Charlie Laderman, examines Hitler’s ill-fated choice to declare war on the United States.", - "content": "“Hitler’s American Gamble,” by Brendan Simms and Charlie Laderman, examines Hitler’s ill-fated choice to declare war on the United States.", - "category": "Books and Literature", - "link": "https://www.nytimes.com/2021/11/19/books/review/hitlers-american-gamble-brendan-simms-charlie-laderman.html", - "creator": "Benjamin Carter Hett", - "pubDate": "Fri, 19 Nov 2021 10:00:04 +0000", + "title": "Escape your comfort zone: Personal admin is my nemesis. So I decided to break its horrible hold over me", + "description": "

    Every time I attempt to get organised, I find myself procrastinating wildly or calling my mum. A life coach diagnoses perfectionism. Can I make peace with ‘good enough’?

    I am on the phone to my mother for what feels like the fifth time in as many hours. This time, I am asking her what on earth I am supposed to put in the box asking for the value of my furniture. I am, to clarify, trying to renew my flat’s contents insurance. Mum sighs.

    Her frustration is understandable. I call her all the time, to ask whether I should switch energy supplier or which flight to book. I panic about whether to file things alphabetically or chronologically (and it ends up being neither), or whether to pay my flat’s service charge monthly or quarterly. On the face of it, the anxiety I have around personal admin is hard to understand. After all, I am perfectly happy to do much more traditionally anxiety-inducing things: public speaking, exams or writing about myself online. The insurance renewal, though, has been bothering me – I’d already put it off until the last possible day.

    Continue reading...", + "content": "

    Every time I attempt to get organised, I find myself procrastinating wildly or calling my mum. A life coach diagnoses perfectionism. Can I make peace with ‘good enough’?

    I am on the phone to my mother for what feels like the fifth time in as many hours. This time, I am asking her what on earth I am supposed to put in the box asking for the value of my furniture. I am, to clarify, trying to renew my flat’s contents insurance. Mum sighs.

    Her frustration is understandable. I call her all the time, to ask whether I should switch energy supplier or which flight to book. I panic about whether to file things alphabetically or chronologically (and it ends up being neither), or whether to pay my flat’s service charge monthly or quarterly. On the face of it, the anxiety I have around personal admin is hard to understand. After all, I am perfectly happy to do much more traditionally anxiety-inducing things: public speaking, exams or writing about myself online. The insurance renewal, though, has been bothering me – I’d already put it off until the last possible day.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/27/escape-your-comfort-zone-personal-admin-is-my-nemesis-so-i-decided-to-break-its-horrible-hold-over-me", + "creator": "Lucy Webster", + "pubDate": "2021-12-27T09:00:47Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d54981316a8cb5a94e59fb39d67c32c1" + "hash": "24e5295a744cd19a8c632872b79fdf07" }, { - "title": "First Known Covid Case Was Vendor at Wuhan Market, Scientist Says", - "description": "A new review of early Covid-19 cases in the journal Science will revive, though certainly not settle, the debate over how the pandemic began.", - "content": "A new review of early Covid-19 cases in the journal Science will revive, though certainly not settle, the debate over how the pandemic began.", - "category": "Coronavirus (2019-nCoV)", - "link": "https://www.nytimes.com/2021/11/18/health/covid-wuhan-market-lab-leak.html", - "creator": "Carl Zimmer, Benjamin Mueller and Chris Buckley", - "pubDate": "Fri, 19 Nov 2021 03:45:26 +0000", + "title": "Asad Rehman on climate justice: ‘Now we are seeing these arguments cut through’", + "description": "

    Once a ‘reluctant environmentalist’, Rehman is key figure in movement that links climate crisis with racial, economic and social justice

    Asad Rehman, who emerged as a key figure among the coalition of activists who took to the streets during last month’s climate summit in Glasgow, admits to being “somewhat of a reluctant environmentalist”.

    Tucking into his lunch in a cafe in east London, Rehman – the director of the charity War on Want – says having cut his teeth as a young, working-class man fighting the National Front in his home town of Burnley during the 70s and 80s, he initially saw the environment movement as remote and largely irrelevant to the causes he was championing.

    Continue reading...", + "content": "

    Once a ‘reluctant environmentalist’, Rehman is key figure in movement that links climate crisis with racial, economic and social justice

    Asad Rehman, who emerged as a key figure among the coalition of activists who took to the streets during last month’s climate summit in Glasgow, admits to being “somewhat of a reluctant environmentalist”.

    Tucking into his lunch in a cafe in east London, Rehman – the director of the charity War on Want – says having cut his teeth as a young, working-class man fighting the National Front in his home town of Burnley during the 70s and 80s, he initially saw the environment movement as remote and largely irrelevant to the causes he was championing.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2021/dec/27/asad-rehman-on-climate-justice-now-we-are-seeing-these-arguments-cut-through", + "creator": "Matthew Taylor", + "pubDate": "2021-12-27T11:20:18Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f4e7cc93a5fca735e6f3f323b4259a95" + "hash": "3f01ed722371bcc6f0630f0242c14ac3" }, { - "title": "Oklahoma Governor Commutes Julius Jones's Death Sentence", - "description": "A coalition of celebrities, conservatives and Christian leaders had urged Gov. Kevin Stitt to commute the death penalty sentence of Julius Jones, who was convicted of murder in 2002.", - "content": "A coalition of celebrities, conservatives and Christian leaders had urged Gov. Kevin Stitt to commute the death penalty sentence of Julius Jones, who was convicted of murder in 2002.", - "category": "Oklahoma", - "link": "https://www.nytimes.com/2021/11/17/us/julius-jones-oklahoma-clemency.html", - "creator": "Michael Levenson, Maria Cramer and Simon Romero", - "pubDate": "Fri, 19 Nov 2021 00:28:40 +0000", + "title": "The people who picked up new digital habits during the pandemic – and kept them", + "description": "

    Covid has forced us to find new ways to relate to each other – and that has meant creative opportunities and connections we’d otherwise have missed

    Nearly two years ago, the dawn of Covid lockdowns forced us to contend with the prospect of solitude and self-reflection. Naturally, we rushed to find other stuff to do.

    Alongside the endless walks and compulsive baking, the early months of 2020 saw the blossoming of an array of tech trends: virtual gathering apps like Houseparty and Clubhouse, online events from trivia nights to Zoom weddings, livestreamed performances and art exhibitions.

    Continue reading...", + "content": "

    Covid has forced us to find new ways to relate to each other – and that has meant creative opportunities and connections we’d otherwise have missed

    Nearly two years ago, the dawn of Covid lockdowns forced us to contend with the prospect of solitude and self-reflection. Naturally, we rushed to find other stuff to do.

    Alongside the endless walks and compulsive baking, the early months of 2020 saw the blossoming of an array of tech trends: virtual gathering apps like Houseparty and Clubhouse, online events from trivia nights to Zoom weddings, livestreamed performances and art exhibitions.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/27/the-people-who-picked-up-new-digital-habits-during-the-pandemic-and-kept-them", + "creator": "Kari Paul and Matthew Cantor", + "pubDate": "2021-12-27T11:00:49Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f00045231034345db1ec175805b99223" + "hash": "269e94f4794df96c1fc1c0b888becab6" }, { - "title": "Biden Says His Infrastructure Law Is a ‘Big Deal.’ How Big?", - "description": "$550 billion for new spending is big, but many say America’s infrastructure needs are even bigger.", - "content": "$550 billion for new spending is big, but many say America’s infrastructure needs are even bigger.", - "category": "debatable", - "link": "https://www.nytimes.com/2021/11/18/opinion/biden-infrastructure-bill.html", - "creator": "Spencer Bokat-Lindell", - "pubDate": "Thu, 18 Nov 2021 23:00:06 +0000", + "title": "Ukraine crisis: how Putin feeds off anger over Nato’s eastward expansion", + "description": "

    Russian president’s attention-seeking diplomatic demands speak to long-held grievances

    It is more than 13 years since Nato’s Bucharest summit, the meeting that agreed that the western alliance wanted the former Soviet states of Ukraine and Georgia to become members. But in many respects the legacy of that April 2008 meeting – the last attended by Vladimir Putin – hangs over the Ukraine crisis today.

    George W Bush arrived in an expansionist, post-cold war mindset pushing for Ukraine and Georgia to be given a roadmap to Nato membership. Granting them a so-called membership action plan would allow the two countries to follow a string of former eastern bloc states that had been allowed to join since 1999.

    Continue reading...", + "content": "

    Russian president’s attention-seeking diplomatic demands speak to long-held grievances

    It is more than 13 years since Nato’s Bucharest summit, the meeting that agreed that the western alliance wanted the former Soviet states of Ukraine and Georgia to become members. But in many respects the legacy of that April 2008 meeting – the last attended by Vladimir Putin – hangs over the Ukraine crisis today.

    George W Bush arrived in an expansionist, post-cold war mindset pushing for Ukraine and Georgia to be given a roadmap to Nato membership. Granting them a so-called membership action plan would allow the two countries to follow a string of former eastern bloc states that had been allowed to join since 1999.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2021/dec/27/ukraine-crisis-how-putin-feeds-off-anger-over-nato-eastward-expansion", + "creator": "Dan Sabbagh Defence and security editor", + "pubDate": "2021-12-27T04:00:41Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c599d741264799157ab1ba49f94736b3" + "hash": "14e0a3ec27e900a1eb53cfa8984730f2" }, { - "title": "He Helped Build Tesla. Now He Hopes to Do the Same at Lucid.", - "description": "Peter Rawlinson engineered the Tesla Model S. His new Lucid Air sedan is a direct challenge to Tesla’s dominance.", - "content": "Peter Rawlinson engineered the Tesla Model S. His new Lucid Air sedan is a direct challenge to Tesla’s dominance.", - "category": "Electric and Hybrid Vehicles", - "link": "https://www.nytimes.com/2021/11/18/business/lucid-motors-tesla.html", - "creator": "Niraj Chokshi and Jack Ewing", - "pubDate": "Thu, 18 Nov 2021 21:41:17 +0000", + "title": "Covid lockdowns may have increased UK terrorism threat, says security minister", + "description": "

    Damian Hinds says more people may have been radicalised online after being forced to spend more time indoors

    The terrorism threat to the UK may have been made worse by Covid lockdowns, a security minister has suggested.

    Damian Hinds, the MP for East Hampshire who became security minister in August, told the Daily Telegraph that people spending long periods of time in their bedrooms during the restrictions could have pushed them towards radicalisation.

    Continue reading...", + "content": "

    Damian Hinds says more people may have been radicalised online after being forced to spend more time indoors

    The terrorism threat to the UK may have been made worse by Covid lockdowns, a security minister has suggested.

    Damian Hinds, the MP for East Hampshire who became security minister in August, told the Daily Telegraph that people spending long periods of time in their bedrooms during the restrictions could have pushed them towards radicalisation.

    Continue reading...", + "category": "UK security and counter-terrorism", + "link": "https://www.theguardian.com/uk-news/2021/dec/27/covid-lockdowns-increased-uk-terrorism-threat-security-minister-damian-hinds", + "creator": "Jamie Grierson", + "pubDate": "2021-12-27T10:28:47Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "217da88da4c9c145d3f61e8e6a7e4518" + "hash": "aa7ec4d49619d43297949e1d586f28c0" }, { - "title": "The Suburbs Are Poorer and More Diverse Than We Realize", - "description": "Understanding diversity in the suburbs is a key to winning elections.", - "content": "Understanding diversity in the suburbs is a key to winning elections.", - "category": "Suburbs", - "link": "https://www.nytimes.com/2021/11/18/opinion/suburbs-poor-diverse.html", - "creator": "Jay Caspian Kang", - "pubDate": "Thu, 18 Nov 2021 20:00:07 +0000", + "title": "UK’s ambassador drawn into Libyan political crisis after elections called off", + "description": "

    Parliamentary committee accuses ambassador of interference over tweet in support of recognising interim government

    Libya’s political crisis has taken on an increasingly international dimension after the UK was accused of defending corruption and interfering in internal processes by calling for the interim government to remain in power pending the rescheduling of delayed elections.

    The country’s first presidential elections, scheduled for 24 December, were indefinitely postponed at the last minute, largely because fierce disagreements over who should be allowed to stand had not been resolved.

    Continue reading...", + "content": "

    Parliamentary committee accuses ambassador of interference over tweet in support of recognising interim government

    Libya’s political crisis has taken on an increasingly international dimension after the UK was accused of defending corruption and interfering in internal processes by calling for the interim government to remain in power pending the rescheduling of delayed elections.

    The country’s first presidential elections, scheduled for 24 December, were indefinitely postponed at the last minute, largely because fierce disagreements over who should be allowed to stand had not been resolved.

    Continue reading...", + "category": "Libya", + "link": "https://www.theguardian.com/world/2021/dec/26/uk-accused-defending-corruption-libya-election-tweet", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-26T15:14:25Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "88c071a0b2663844a5bf4bacb99a86e1" + "hash": "89db4e7eba96c50d79608ae360bf7ea7" }, { - "title": "Justus Rosenberg, Beloved Professor With a Heroic Past, Dies at 100", - "description": "As a teenager, he helped provide safe passage to artists and intellectuals out of Vichy France. He went on to teach literature at Bard College for six decades.", - "content": "As a teenager, he helped provide safe passage to artists and intellectuals out of Vichy France. He went on to teach literature at Bard College for six decades.", - "category": "Rosenberg, Justus (1921- )", - "link": "https://www.nytimes.com/2021/11/17/nyregion/justus-rosenberg-dead.html", - "creator": "Alex Vadukul", - "pubDate": "Thu, 18 Nov 2021 19:41:12 +0000", + "title": "Charity appeal in Guatemala, where the fight for land and water rights is a battle for survival", + "description": "

    This year’s appeal has already raised over £500,000. We report on an organisation supporting Indigenous communities against wealthy vested interests

    José Méndez walked up the mountain behind his rural Ch’orti’ Mayan community of Corozal in eastern Guatemala. He pointed towards an abandoned home of the plantation owner who used to run this hillside. “Right outside that house they killed our three compañeros, the exact same day the county government recognised us as an Indigenous community with rights to the land.”

    Further up the mountain, in the mist of corn and coffee fields, Méndez shows off a large water reservoir that irrigates the community’s crops as well as small household gardens of nutritious and medicinal herbs. “This is what we sacrificed for. To recover our land and our water to have a chance to survive here.”

    Continue reading...", + "content": "

    This year’s appeal has already raised over £500,000. We report on an organisation supporting Indigenous communities against wealthy vested interests

    José Méndez walked up the mountain behind his rural Ch’orti’ Mayan community of Corozal in eastern Guatemala. He pointed towards an abandoned home of the plantation owner who used to run this hillside. “Right outside that house they killed our three compañeros, the exact same day the county government recognised us as an Indigenous community with rights to the land.”

    Further up the mountain, in the mist of corn and coffee fields, Méndez shows off a large water reservoir that irrigates the community’s crops as well as small household gardens of nutritious and medicinal herbs. “This is what we sacrificed for. To recover our land and our water to have a chance to survive here.”

    Continue reading...", + "category": "Guatemala", + "link": "https://www.theguardian.com/society/2021/dec/26/guatemala-fight-for-land-and-water-rights-battle-for-survival-comundich-christmas-appeal", + "creator": "Rich Brown", + "pubDate": "2021-12-26T06:00:15Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b6e783ebd86d7190c43f17e9255a187" + "hash": "08ad8668f7d1f4df5e44b56fb4bac16c" }, { - "title": "Mental Health Days Are Important. Here’s How to Make Yours Worthwhile.", - "description": "Well readers share advice on how to get away from it all.", - "content": "Well readers share advice on how to get away from it all.", - "category": "Mental Health and Disorders", - "link": "https://www.nytimes.com/2021/11/18/well/mind/mental-health-day-ideas.html", - "creator": "Christina Caron", - "pubDate": "Thu, 18 Nov 2021 19:30:21 +0000", + "title": "Sydney New Year’s Eve fireworks: health experts call for caution as Omicron outbreak worsens", + "description": "

    NSW tourism minister expects lower turnout as leading epidemiologist says best place to watch festivities is from home

    Experts are urging caution around Sydney’s planned New Year’s Eve celebrations amid surging Covid-19 cases in New South Wales.

    On Friday, the NSW tourism minister, Stuart Ayres, said New Year’s Eve fireworks would proceed as planned under the current public health order, despite the growing Omicron outbreak.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    NSW tourism minister expects lower turnout as leading epidemiologist says best place to watch festivities is from home

    Experts are urging caution around Sydney’s planned New Year’s Eve celebrations amid surging Covid-19 cases in New South Wales.

    On Friday, the NSW tourism minister, Stuart Ayres, said New Year’s Eve fireworks would proceed as planned under the current public health order, despite the growing Omicron outbreak.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Sydney", + "link": "https://www.theguardian.com/australia-news/2021/dec/27/sydney-new-years-eve-fireworks-health-experts-call-for-caution-as-omicron-outbreak-worsens", + "creator": "Donna Lu", + "pubDate": "2021-12-27T06:37:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c36139a7574db043fb48670d7b06b1e" + "hash": "7a13140be043e54dc1db73e947622881" }, { - "title": "George Gascón Is Remaking Criminal Justice in L.A. How Far Is Too Far?", - "description": "To keep people out of prison, George Gascón is risking everything: rising violent crime, a staff rebellion and the votes that made him district attorney.", - "content": "To keep people out of prison, George Gascón is risking everything: rising violent crime, a staff rebellion and the votes that made him district attorney.", - "category": "Gascon, George", - "link": "https://www.nytimes.com/2021/11/17/magazine/george-gascon-los-angeles.html", - "creator": "Emily Bazelon and Jennifer Medina", - "pubDate": "Wed, 17 Nov 2021 20:18:43 +0000", + "title": "Revealed: the secret ‘forced labour’ migration route from Vietnam to the UK", + "description": "

    Observer investigation uncovers new trafficking gateway to the west after 500 migrants found in shocking conditions in Serbia

    When construction began to great fanfare in 2019, the Linglong car tyre factory outside of Belgrade was heralded as the jewel in the crown of Serbia’s burgeoning strategic partnership with China.

    Two years later, 500 Vietnamese construction workers were allegedly found last month working in conditions of forced labour with their passports confiscated and living in cramped and degrading conditions.

    Continue reading...", + "content": "

    Observer investigation uncovers new trafficking gateway to the west after 500 migrants found in shocking conditions in Serbia

    When construction began to great fanfare in 2019, the Linglong car tyre factory outside of Belgrade was heralded as the jewel in the crown of Serbia’s burgeoning strategic partnership with China.

    Two years later, 500 Vietnamese construction workers were allegedly found last month working in conditions of forced labour with their passports confiscated and living in cramped and degrading conditions.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/25/revealed-the-secret-forced-labour-migration-route-from-vietnam-to-the-uk", + "creator": "Milivoje Pantović for N1 Television in Belgrade, Ifang Bremer, Lam Le and Peter Bengtsen", + "pubDate": "2021-12-25T16:00:04Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c2a2606e38ea2535e63cbff8336777b" + "hash": "e86e2548702c0db9621183dd10250f50" }, { - "title": "Are We Witnessing the Mainstreaming of White Power in America?", - "description": "A historian of the white power movement discusses Jan. 6, Tucker Carlson and the threat of politically motivated violence.", - "content": "A historian of the white power movement discusses Jan. 6, Tucker Carlson and the threat of politically motivated violence.", - "category": "Right-Wing Extremism and Alt-Right", - "link": "https://www.nytimes.com/2021/11/16/opinion/ezra-klein-podcast-kathleen-belew.html", - "creator": "‘The Ezra Klein Show’", - "pubDate": "Tue, 16 Nov 2021 20:08:54 +0000", + "title": "A seed for all seasons: can ancient methods future-proof food security in the Andes?", + "description": "

    In Peru’s remote villages, farmers have used diverse crops to survive unpredictable weather for millennia. Now they are using this knowledge to adapt to the climate crisis

    In a pastoral scene that has changed little in centuries, farmers wearing red woollen ponchos gather on a December morning in a semicircle to drink chicha, made from fermented maize, and mutter an invocation to Pachamama – Mother Earth before sprinkling the dregs on the Andean soil.

    Singing in Quechua, the language spread along the vast length of the Andes by the Incas, they hill the soil around plants in the numerous small plots terraced into a patchwork up and down the Peruvian mountainside.

    Continue reading...", + "content": "

    In Peru’s remote villages, farmers have used diverse crops to survive unpredictable weather for millennia. Now they are using this knowledge to adapt to the climate crisis

    In a pastoral scene that has changed little in centuries, farmers wearing red woollen ponchos gather on a December morning in a semicircle to drink chicha, made from fermented maize, and mutter an invocation to Pachamama – Mother Earth before sprinkling the dregs on the Andean soil.

    Singing in Quechua, the language spread along the vast length of the Andes by the Incas, they hill the soil around plants in the numerous small plots terraced into a patchwork up and down the Peruvian mountainside.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/25/a-seed-for-all-seasons-can-ancient-methods-future-proof-food-security-in-the-andes", + "creator": "Dan Collyns in Choquecancha", + "pubDate": "2021-12-25T10:01:50Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4d257ae8c67756e32daaabdce44369e" + "hash": "f7a987fd2831e59ab1db561b62ad18c1" }, { - "title": "Donors Withhold Gifts to Protest Changes at Hamptons Sculpture Garden", - "description": "Some patrons of the LongHouse Reserve are upset that its veteran director was let go, but the board says it needed new leadership to expand the garden into a museum with a broader mission.", - "content": "Some patrons of the LongHouse Reserve are upset that its veteran director was let go, but the board says it needed new leadership to expand the garden into a museum with a broader mission.", - "category": "Sculpture", - "link": "https://www.nytimes.com/2021/11/14/arts/longhouse-reserve-east-hampton.html", - "creator": "Stacey Stowe", - "pubDate": "Sun, 14 Nov 2021 20:08:52 +0000", + "title": "The world on screen: the best movies from Africa, Asia and Latin America", + "description": "

    From a Somali love story to a deep dive into Congolese rumba, Guardian writers pick their favourite recent world cinema releases

    The Great Indian Kitchen

    Continue reading...", + "content": "

    From a Somali love story to a deep dive into Congolese rumba, Guardian writers pick their favourite recent world cinema releases

    The Great Indian Kitchen

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/24/the-world-on-screen-the-years-best-movies-from-africa-asia-and-latin-america", + "creator": "Guardian writers", + "pubDate": "2021-12-24T15:00:28Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "844ce083d65cd50e2099f0fdf8011773" + "hash": "b79afe3e23e82d7df1b987015226db98" }, { - "title": "How to Make Fluffy, Flavorful Mashed Potatoes", - "description": "You’ve tried boiling, but Genevieve Ko found a better way to make this side dish fluffier — and more flavorful.", - "content": "You’ve tried boiling, but Genevieve Ko found a better way to make this side dish fluffier — and more flavorful.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/11/12/dining/best-mashed-potatoes-recipe.html", - "creator": "Genevieve Ko", - "pubDate": "Sat, 13 Nov 2021 17:44:19 +0000", + "title": "‘It’s so liberating’: India’s first salon run by transgender men", + "description": "

    Founder Aryan Pasha wants La Beauté & Style to be an inclusive and comfortable space, as well as tackle prejudice and provide employment

    The beauty treatments listed at the new La Beauté & Style salon are much the same as those offered by the dozen or so other parlours that dot the traffic-heavy Dilshad Extension area of Ghaziabad, 17 miles (28km) east of Delhi. But that is where the similarity ends.

    The wall behind the reception desk is painted in rainbow colours; a mural of a trans man with flowing multicoloured locks decorates another wall; a woman wearing a sari is having her eyebrows plucked next to a trans man who is telling a stylist how he would like his hair cut.

    Continue reading...", + "content": "

    Founder Aryan Pasha wants La Beauté & Style to be an inclusive and comfortable space, as well as tackle prejudice and provide employment

    The beauty treatments listed at the new La Beauté & Style salon are much the same as those offered by the dozen or so other parlours that dot the traffic-heavy Dilshad Extension area of Ghaziabad, 17 miles (28km) east of Delhi. But that is where the similarity ends.

    The wall behind the reception desk is painted in rainbow colours; a mural of a trans man with flowing multicoloured locks decorates another wall; a woman wearing a sari is having her eyebrows plucked next to a trans man who is telling a stylist how he would like his hair cut.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/24/india-first-salon-run-by-transgender-men", + "creator": "Neeta Lal", + "pubDate": "2021-12-24T10:00:22Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc7ec4a0d19c5029066ae52178601af8" + "hash": "52b955df8554b2e4f0178555f4b181b3" }, { - "title": "Announcing the 10 Best Books of 2021: A New York Times Event", - "description": "On Nov. 30, Times subscribers will be the first to find out what made this year’s 10 Best Books list from editors of The Book Review and a guest, Lena Waithe.", - "content": "On Nov. 30, Times subscribers will be the first to find out what made this year’s 10 Best Books list from editors of The Book Review and a guest, Lena Waithe.", - "category": "internal-open-access", - "link": "https://www.nytimes.com/2021/10/28/books/best-books-live-event.html", - "creator": "The New York Times", - "pubDate": "Thu, 11 Nov 2021 14:33:48 +0000", + "title": "Lebanon faces ‘depressing’ Christmas as internet crisis stops festive calls", + "description": "

    With telecoms barely working, a plunging currency and young people emigrating, it’s a bleak Christmas for weary Lebanese

    In Lebanon’s year of loss and deprivation, simple pleasures have steadily drained away along with its fortunes. But amid a crisis renowned for breaking new ground, few Lebanese had thought their ability to stay in touch was at risk – until a pre-Christmas warning sent shudders through the country.

    The telecommunications minister, Johnny Corm, warned this week that a lack of funds and fuel could soon see Lebanon’s already struggling internet grind to a halt, making festive calls and messages even trickier than usual – and a financial and social disintegration like no other even more acute.

    Continue reading...", + "content": "

    With telecoms barely working, a plunging currency and young people emigrating, it’s a bleak Christmas for weary Lebanese

    In Lebanon’s year of loss and deprivation, simple pleasures have steadily drained away along with its fortunes. But amid a crisis renowned for breaking new ground, few Lebanese had thought their ability to stay in touch was at risk – until a pre-Christmas warning sent shudders through the country.

    The telecommunications minister, Johnny Corm, warned this week that a lack of funds and fuel could soon see Lebanon’s already struggling internet grind to a halt, making festive calls and messages even trickier than usual – and a financial and social disintegration like no other even more acute.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/24/lebanon-faces-depressing-christmas-as-internet-crisis-stops-festive-calls", + "creator": "Martin Chulov", + "pubDate": "2021-12-24T08:00:20Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57b1e0c713c7fd4b9f8c97dd5d545d9d" + "hash": "9f10af3a5f9d78b30d1e7da99c11fed6" }, { - "title": "Thanksgiving Recipes From ‘The Essential New York Times Cookbook’ That Feel Timeless", - "description": "Here are five dishes, all featured in the new edition of “The Essential New York Times Cookbook,” that will shine on your table.", - "content": "Here are five dishes, all featured in the new edition of “The Essential New York Times Cookbook,” that will shine on your table.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2021/11/08/dining/thanksgiving-recipes-essential-new-york-times-cookbook.html", - "creator": "Krysten Chambrot", - "pubDate": "Mon, 08 Nov 2021 20:28:44 +0000", + "title": "Tensions are rising about pandemic modelling, but we ‘gloomsters’ are saving lives", + "description": "

    Scientists are often blamed for leading to excessive curbs on society. But they are cautious for a very good reason

    The past week has seen tensions rising about scientific modelling during the pandemic. Projections cited by UK and devolved governments as they tightened Covid restrictions have led to strained exchanges. But modelling is essential because it tell us:

    • What are the range of possible outcomes based on what we know?
    Society can’t just wait for things to happen. We can and do save lives by being prepared for a range of things, only some of which happen. As information increases, the model improves, and the range of outcomes narrows as scenarios are eliminated.

    Continue reading...", + "content": "

    Scientists are often blamed for leading to excessive curbs on society. But they are cautious for a very good reason

    The past week has seen tensions rising about scientific modelling during the pandemic. Projections cited by UK and devolved governments as they tightened Covid restrictions have led to strained exchanges. But modelling is essential because it tell us:

    • What are the range of possible outcomes based on what we know?
    Society can’t just wait for things to happen. We can and do save lives by being prepared for a range of things, only some of which happen. As information increases, the model improves, and the range of outcomes narrows as scenarios are eliminated.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/commentisfree/2021/dec/26/tensions-are-rising-about-pandemic-modelling-but-we-gloomsters-are-saving-lives", + "creator": "James H Naismith", + "pubDate": "2021-12-26T07:15:16Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1a3aa018d55721c1fbe95875428b293" + "hash": "14e01371f8f11f29cd6abd6af3c6193c" }, { - "title": "Your Easy, No-Sweat Guide to Picking Wines for Thanksgiving", - "description": "The grapes don’t really matter. Neither does where it was made. So long as it refreshes and rejuvenates, it’s the perfect bottle.", - "content": "The grapes don’t really matter. Neither does where it was made. So long as it refreshes and rejuvenates, it’s the perfect bottle.", - "category": "Wines", - "link": "https://www.nytimes.com/2021/11/04/dining/drinks/review-thanksgiving-wines.html", - "creator": "Eric Asimov", - "pubDate": "Mon, 08 Nov 2021 16:24:39 +0000", + "title": "Donald Trump could face charges for trying to obstruct certification of election, legal experts say", + "description": "

    Analysis: charges could be well founded given Trump’s incendiary remarks to a rally before the Capitol attack and aggressive pressuring of officials

    Expectation is growing that Donald Trump might face charges for trying to obstruct Congress from certifying Joe Biden’s election this year as a House panel collects more evidence into the 6 January attack on the Capitol, former prosecutors and other experts say.

    Speculation about possible charges against the former US president has been heightened by a recent rhetorical bombshell from Republican representative and 6 January panel vice-chair Liz Cheney suggesting the House panel is looking at whether Trump broke a law that bars obstruction of “official proceedings”.

    Continue reading...", + "content": "

    Analysis: charges could be well founded given Trump’s incendiary remarks to a rally before the Capitol attack and aggressive pressuring of officials

    Expectation is growing that Donald Trump might face charges for trying to obstruct Congress from certifying Joe Biden’s election this year as a House panel collects more evidence into the 6 January attack on the Capitol, former prosecutors and other experts say.

    Speculation about possible charges against the former US president has been heightened by a recent rhetorical bombshell from Republican representative and 6 January panel vice-chair Liz Cheney suggesting the House panel is looking at whether Trump broke a law that bars obstruction of “official proceedings”.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2021/dec/24/donald-trump-charges-capitol-attack-obstruct-congress", + "creator": "Peter Stone in Washington DC", + "pubDate": "2021-12-24T07:00:18Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7161cd8d24110ef6dffe6992ea7772ac" + "hash": "29f8cb4db2dd8eeed1dee832a28a3b79" }, { - "title": "How to Ease and Avoid Seasonal Affective Disorder", - "description": "As the days get shorter and the nights start earlier, take these steps to help prevent seasonal affective disorder.", - "content": "As the days get shorter and the nights start earlier, take these steps to help prevent seasonal affective disorder.", - "category": "Content Type: Service", - "link": "https://www.nytimes.com/2021/09/30/well/mind/seasonal-affective-disorder-help.html", - "creator": "Christina Caron", - "pubDate": "Thu, 30 Sep 2021 19:40:50 +0000", + "title": "Why Putin is acting like a man who has run out of time", + "description": "

    Analysis: As Ukraine drifts from the control he desires, disdain for potential negotiating partners leaves the option of force

    Vladimir Putin has deployed his troops to the border with Ukraine, delivered impossible demands on Europe and appears ready to launch a new offensive to establish his domination over Kyiv.

    Putin is said to feel a “historical mission” to reverse Ukraine’s drift towards the west, despite his own role in creating a rift by annexing Crimea and fuelling a war in Ukraine’s south-east. But his current fast pace raises questions of why he appears to feel the moment to act is now, as if he is running out of time.

    Continue reading...", + "content": "

    Analysis: As Ukraine drifts from the control he desires, disdain for potential negotiating partners leaves the option of force

    Vladimir Putin has deployed his troops to the border with Ukraine, delivered impossible demands on Europe and appears ready to launch a new offensive to establish his domination over Kyiv.

    Putin is said to feel a “historical mission” to reverse Ukraine’s drift towards the west, despite his own role in creating a rift by annexing Crimea and fuelling a war in Ukraine’s south-east. But his current fast pace raises questions of why he appears to feel the moment to act is now, as if he is running out of time.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/23/vladimir-putin-russian-president-ukraine-analysis", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-12-23T17:40:09Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e333c2d5d6c5c0822152c26c30094873" + "hash": "4acb1f538ba521fe5ce619b12051eb92" }, { - "title": "Parenting in Front of a Live Audience of In-Laws", - "description": "Micromanaging my husband, I realized how much I still craved my parents’ approval.", - "content": "Micromanaging my husband, I realized how much I still craved my parents’ approval.", - "category": "Parenting", - "link": "https://www.nytimes.com/2020/08/27/parenting/intergenerational-living-marriage-coronavirus.html", - "creator": "Christen Madrazo", - "pubDate": "Sat, 17 Jul 2021 13:11:58 +0000", + "title": "Good news is Omicron may be less severe, bad news is it’s surging faster", + "description": "

    Analysis: smaller proportion of people hospitalised with Covid variant means little when rise in infections is so huge, warn experts

    Evidence that infections caused by Omicron may be less severe than other Covid variants is good news but is likely to make little or no difference to the duration of the pandemic, according to experts.

    Several pieces of research published this week suggest that people infected with Omicron are much less likely to require hospitalisation.

    Continue reading...", + "content": "

    Analysis: smaller proportion of people hospitalised with Covid variant means little when rise in infections is so huge, warn experts

    Evidence that infections caused by Omicron may be less severe than other Covid variants is good news but is likely to make little or no difference to the duration of the pandemic, according to experts.

    Several pieces of research published this week suggest that people infected with Omicron are much less likely to require hospitalisation.

    Continue reading...", + "category": "Omicron variant", + "link": "https://www.theguardian.com/world/2021/dec/23/good-news-is-omicron-may-be-less-severe-bad-news-its-surging-faster", + "creator": "Richard Adams", + "pubDate": "2021-12-23T17:13:23Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0019b5a989aef77126729f5c5ea59ad9" + "hash": "eaef69ebcf062e543df31e46f9ce2ef6" }, { - "title": "My 3-Year-Old Can Tell I’m Depressed", - "description": "Experts say that, instead of avoiding the topic, parents like me should shoot for ‘age-appropriate honesty.’", - "content": "Experts say that, instead of avoiding the topic, parents like me should shoot for ‘age-appropriate honesty.’", - "category": "Mental Health and Disorders", - "link": "https://www.nytimes.com/2021/04/09/well/mind/depression-parents-advice.html", - "creator": "Stephanie H. Murray", - "pubDate": "Tue, 13 Apr 2021 19:52:26 +0000", + "title": "'A generous, wonderful life': tributes pour in for Archbishop Desmond Tutu – video", + "description": "

    Leaders around the world have paid tribute to Archbishop Desmond Tutu, the cleric, social activist and giant of South Africa’s struggle against apartheid, who died on Sunday aged 90.

    Residents of Cape Town and the Soweto township in Johannesburg also described their feelings about 'the arch' who has been described as the moral conscience of his nation

    Continue reading...", + "content": "

    Leaders around the world have paid tribute to Archbishop Desmond Tutu, the cleric, social activist and giant of South Africa’s struggle against apartheid, who died on Sunday aged 90.

    Residents of Cape Town and the Soweto township in Johannesburg also described their feelings about 'the arch' who has been described as the moral conscience of his nation

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/video/2021/dec/26/a-generous-wonderful-life-tributes-pour-in-for-archbishop-desmond-tutu-video", + "creator": "", + "pubDate": "2021-12-26T17:02:18Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "baed94b4f655e72fa4a77e244d39fdc2" + "hash": "27dc7d6baf614d9fa0e4fe37b05d7eb2" }, { - "title": "Thanksgiving Lessons in Gratitude From My Grandmother", - "description": "Our pandemic sacrifices pale in comparison to her immigrant journey.", - "content": "Our pandemic sacrifices pale in comparison to her immigrant journey.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2020/11/25/parenting/thanksgiving-gratitude-family.html", - "creator": "Jessica Grose", - "pubDate": "Wed, 25 Nov 2020 14:10:48 +0000", + "title": "'He loved, he laughed, he cried': Desmond Tutu: in his own words – video obituary", + "description": "

    Archbishop emeritus Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90. Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Excitable, emotional and charismatic, Tutu won the Nobel peace prize in 1984 and chaired the Truth and Reconciliation Commission (TRC), the controversial and emotional hearings into apartheid-era human rights abuses. This is his life, in his own words

    Continue reading...", + "content": "

    Archbishop emeritus Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90. Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Excitable, emotional and charismatic, Tutu won the Nobel peace prize in 1984 and chaired the Truth and Reconciliation Commission (TRC), the controversial and emotional hearings into apartheid-era human rights abuses. This is his life, in his own words

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/video/2021/dec/26/desmond-tutu-in-his-own-words-video-obituary", + "creator": "", + "pubDate": "2021-12-26T12:58:37Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ebce9729cc10cc8f2f2e4f68cfa82244" + "hash": "a89dec9f2ef081e0baa5b02cea78327f" }, { - "title": "Which Classic Thanksgiving Character are You?", - "description": "Knowing exactly who is gathered around the dinner table could make for a lower-stress holiday.", - "content": "Knowing exactly who is gathered around the dinner table could make for a lower-stress holiday.", - "category": "Quarantine (Life and Culture)", - "link": "https://www.nytimes.com/2020/11/20/well/family/thanksgiving-conversation.html", - "creator": "Holly Burns", - "pubDate": "Mon, 23 Nov 2020 01:04:19 +0000", + "title": "Archbishop Desmond Tutu: a life in pictures", + "description": "

    Described as South Africa’s moral compass, Desmond Tutu, the anti-apartheid Nobel peace prize-winning activist for racial justice and LGBT rights, and retired Anglican archbishop of Cape Town, has died aged 90. An uncompromising foe of apartheid, Tutu worked tirelessly but non-violently for its downfall

    Continue reading...", + "content": "

    Described as South Africa’s moral compass, Desmond Tutu, the anti-apartheid Nobel peace prize-winning activist for racial justice and LGBT rights, and retired Anglican archbishop of Cape Town, has died aged 90. An uncompromising foe of apartheid, Tutu worked tirelessly but non-violently for its downfall

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/gallery/2021/dec/26/archbishop-desmond-tutu-a-life-in-pictures", + "creator": "", + "pubDate": "2021-12-26T12:05:52Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "905bb9887bfa58553df0eef13e4d16cd" + "hash": "a6fc56334ac4a26218927fb19e57626d" }, { - "title": "Navigating Thanksgiving With Your Picky Eater", - "description": "Why it’s really O.K. if your child eats only rolls (again) this year.", - "content": "Why it’s really O.K. if your child eats only rolls (again) this year.", - "category": "Food", - "link": "https://www.nytimes.com/2020/04/17/parenting/thanksgiving-picky-kid.html", - "creator": "Virginia Sole-Smith", - "pubDate": "Thu, 12 Nov 2020 16:13:33 +0000", + "title": "Nothing but net: Third grade teacher makes full court shot – video", + "description": "

    A group of students in Washington DC watch as their teacher, Kathleen Fitzpatrick, cooly makes a basketball shot from across the court. Fitzpatrick, known as 'Ms Fitz' to her students, had promised hot chocolates for all if she made the shot

    Continue reading...", + "content": "

    A group of students in Washington DC watch as their teacher, Kathleen Fitzpatrick, cooly makes a basketball shot from across the court. Fitzpatrick, known as 'Ms Fitz' to her students, had promised hot chocolates for all if she made the shot

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/video/2021/dec/24/nothing-but-net-third-grade-teacher-makes-full-court-shot-video", + "creator": "", + "pubDate": "2021-12-24T16:27:57Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74b69a9ec2129ec6e6c0b0bb46746ecc" + "hash": "42153cf2b562380438919b281f24fb13" }, { - "title": "Start a New Tradition With Your Thanksgiving Potatoes", - "description": "For faster, more flavorful Thanksgiving potatoes, do as J. Kenji López-Alt does, and stir-fry them.", - "content": "For faster, more flavorful Thanksgiving potatoes, do as J. Kenji López-Alt does, and stir-fry them.", - "category": "Potatoes", - "link": "https://www.nytimes.com/2020/11/09/dining/stir-fry-thanksgiving-potatoes.html", - "creator": "J. Kenji López-Alt", - "pubDate": "Thu, 12 Nov 2020 14:40:50 +0000", + "title": "Bangladesh: dozens dead after fire sweeps through ferry – video", + "description": "

    At least 39 people have been killed and 70 injured after a fire ripped through a crowded river ferry in Bangladesh.

    The blaze began in the engine room of the ferry in the early hours of Friday morning, officials said, but the cause was not immediately clear. It took 15 fire engines two hours to get it under control.

    People were forced to jump from the vessel, which was carrying about 800 passengers, into the freezing river water to escape

    Continue reading...", + "content": "

    At least 39 people have been killed and 70 injured after a fire ripped through a crowded river ferry in Bangladesh.

    The blaze began in the engine room of the ferry in the early hours of Friday morning, officials said, but the cause was not immediately clear. It took 15 fire engines two hours to get it under control.

    People were forced to jump from the vessel, which was carrying about 800 passengers, into the freezing river water to escape

    Continue reading...", + "category": "Bangladesh", + "link": "https://www.theguardian.com/world/video/2021/dec/24/bangladesh-dozens-dead-after-fire-sweeps-through-ferry-video", + "creator": "", + "pubDate": "2021-12-24T14:49:50Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e845d1883e61796fc749df37c59ac980" + "hash": "afa08fa9d8fd61b8c0b41916b9275271" }, { - "title": "The Crunchiest, Creamiest, Tangiest Brussels Sprouts", - "description": "The unfairly maligned vegetable gets an update with creamy labneh and irresistible pickled shallots.", - "content": "The unfairly maligned vegetable gets an update with creamy labneh and irresistible pickled shallots.", - "category": "Brussels Sprouts", - "link": "https://www.nytimes.com/2020/11/09/dining/brussels-sprouts-recipe.html", - "creator": "Nik Sharma", - "pubDate": "Thu, 12 Nov 2020 14:38:04 +0000", + "title": "'They keep telling us: war, war, war': Putin accuses west of expanding towards Russia – video", + "description": "

    Vladimir Putin has accused the west of 'coming with its missiles to our doorstep' as he reiterated demands for no further Nato expansion in Europe. 'They keep telling us: war, war, war,' Putin said on Thursday.

    The Russian president did little to reduce tensions over Ukraine as he spoke at a televised press conference, saying he would be prepared to launch an intervention if he felt Ukraine or its western allies were preparing an attack on Russia’s proxies in the country

    Continue reading...", + "content": "

    Vladimir Putin has accused the west of 'coming with its missiles to our doorstep' as he reiterated demands for no further Nato expansion in Europe. 'They keep telling us: war, war, war,' Putin said on Thursday.

    The Russian president did little to reduce tensions over Ukraine as he spoke at a televised press conference, saying he would be prepared to launch an intervention if he felt Ukraine or its western allies were preparing an attack on Russia’s proxies in the country

    Continue reading...", + "category": "Vladimir Putin", + "link": "https://www.theguardian.com/world/video/2021/dec/23/they-keep-telling-us-war-war-war-putin-accuses-west-of-expanding-towards-russia-video", + "creator": "", + "pubDate": "2021-12-23T16:58:04Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93070ab11437df7aaa4d6d5a6fd9475e" + "hash": "78db6143d0bb8cd7240efb5db500aa18" }, { - "title": "Don’t Let Food Poisoning Ruin Your Holiday", - "description": "Recent outbreaks from flour and more are good reasons to keep food safety practices at the top of mind this season.", - "content": "Recent outbreaks from flour and more are good reasons to keep food safety practices at the top of mind this season.", - "category": "Food", - "link": "https://www.nytimes.com/2020/04/17/parenting/holiday-food-safety.html", - "creator": "Alice Callahan", - "pubDate": "Fri, 17 Apr 2020 15:31:39 +0000", + "title": "Anti-apartheid hero Archbishop Desmond Tutu dies aged 90", + "description": "

    The Nobel laureate, often described as South Africa’s moral conscience, died on Boxing Day in Cape Town

    Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90.

    Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Continue reading...", + "content": "

    The Nobel laureate, often described as South Africa’s moral conscience, died on Boxing Day in Cape Town

    Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90.

    Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/2021/dec/26/archbishop-desmond-tutu-giant-in-fight-against-apartheid-south-africa-dies-at-90", + "creator": "Jason Burke in Cape Town", + "pubDate": "2021-12-26T08:01:30Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "075ba85391f64c352a3d8188dfa3c4ea" + "hash": "47a1b164490f819b29a9a5e316e82419" }, { - "title": "Is It Ever O.K. for a Relative to Discipline Your Kid?", - "description": "The holidays are prime time for overstepping boundaries. Here’s how to deal.", - "content": "The holidays are prime time for overstepping boundaries. Here’s how to deal.", - "category": "Parenting", - "link": "https://www.nytimes.com/2020/04/17/parenting/relative-discipline-kid.html", - "creator": "Christina Caron", - "pubDate": "Fri, 17 Apr 2020 14:44:49 +0000", + "title": "China replaces Xinjiang party boss associated with Uyghur crackdown", + "description": "

    It is not known if Chen Quanguo’s replacement by Guangdong governor Ma Xingrui signals fresh approach

    China has replaced the Communist party official widely associated with a security crackdown targeting ethnic Uyghurs and other Muslims in the far-west region of Xinjiang.

    The state-owned Xinhua news agency said in a brief announcement on Saturday that Ma Xingrui, the governor of the coastal economic powerhouse Guangdong province since 2017, had replaced Chen Quanguo as the Xinjiang party chief. Chen will move to another role.

    Continue reading...", + "content": "

    It is not known if Chen Quanguo’s replacement by Guangdong governor Ma Xingrui signals fresh approach

    China has replaced the Communist party official widely associated with a security crackdown targeting ethnic Uyghurs and other Muslims in the far-west region of Xinjiang.

    The state-owned Xinhua news agency said in a brief announcement on Saturday that Ma Xingrui, the governor of the coastal economic powerhouse Guangdong province since 2017, had replaced Chen Quanguo as the Xinjiang party chief. Chen will move to another role.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/26/china-replaces-xinjiang-party-boss-associated-uyghur-crackdown", + "creator": "Vincent Ni China affairs correspondent", + "pubDate": "2021-12-26T13:08:47Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "159e0e03223b7c3ecb85dc597cfcda5d" + "hash": "92a49eccb0871353610921ed619b2806" }, { - "title": "How to Raise Siblings Who Get Along", - "description": "Playing together is part of it, but so is having chores kids can complete as a team (especially if they can sneak in some fun while they work).", - "content": "Playing together is part of it, but so is having chores kids can complete as a team (especially if they can sneak in some fun while they work).", - "category": "Families and Family Life", - "link": "https://www.nytimes.com/2020/02/20/well/family/how-to-raise-siblings-who-get-along.html", - "creator": "Kate Lewis", - "pubDate": "Thu, 20 Feb 2020 14:47:54 +0000", + "title": "Mail on Sunday publishers to pay ‘financial remedies’ to Duchess of Sussex", + "description": "

    Newspaper runs front-page statement and 64-word story stating it infringed copyright over letter to father

    Publishers of the Mail on Sunday have agreed to pay “financial remedies” to the Duchess of Sussex, three years after she began a protracted privacy battle over a handwritten letter to her estranged father.

    On Sunday, the newspaper printed a statement at the bottom of its front page telling its readers that the duchess had won her legal case for copyright infringement against Associated Newspapers for articles published in the Mail on Sunday and posted on Mail Online.

    Continue reading...", + "content": "

    Newspaper runs front-page statement and 64-word story stating it infringed copyright over letter to father

    Publishers of the Mail on Sunday have agreed to pay “financial remedies” to the Duchess of Sussex, three years after she began a protracted privacy battle over a handwritten letter to her estranged father.

    On Sunday, the newspaper printed a statement at the bottom of its front page telling its readers that the duchess had won her legal case for copyright infringement against Associated Newspapers for articles published in the Mail on Sunday and posted on Mail Online.

    Continue reading...", + "category": "Mail on Sunday", + "link": "https://www.theguardian.com/media/2021/dec/26/mail-on-sunday-publishers-to-pay-financial-remedies-to-duchess-of-sussex", + "creator": "Mark Brown", + "pubDate": "2021-12-26T14:41:34Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "932247ed65cbb6b1eb9f88460566829e" + "hash": "ff9c6072ca29920928425d827393a1c5" }, { - "title": "Your Thanksgiving May Be Classic, but Your Leftovers Don’t Have to Be", - "description": "There are no rules to making turkey sandwiches: Pack them with bright flavors, and salty pickles.", - "content": "There are no rules to making turkey sandwiches: Pack them with bright flavors, and salty pickles.", - "category": "Turkeys", - "link": "https://www.nytimes.com/2019/11/22/dining/turkey-sandwich.html", - "creator": "Melissa Clark", - "pubDate": "Tue, 26 Nov 2019 01:52:20 +0000", + "title": "‘Almost unsaleable’: slump in school trips to UK blamed on Brexit", + "description": "

    Groups from the continent are going elsewhere, tour operators say, deterred more by passport and visa rules than the pandemic

    Post-Brexit changes to Britain’s immigration rules have triggered an unprecedented collapse in bookings for school trips from the continent, organisers say, with countries such as Ireland and the Netherlands now more popular than the UK.

    While the pandemic has depressed European school travel in general, the number of short-stay educational visits planned in 2022 to alternative EU destinations where English is widely spoken is significantly higher than inquiries for UK visits.

    Continue reading...", + "content": "

    Groups from the continent are going elsewhere, tour operators say, deterred more by passport and visa rules than the pandemic

    Post-Brexit changes to Britain’s immigration rules have triggered an unprecedented collapse in bookings for school trips from the continent, organisers say, with countries such as Ireland and the Netherlands now more popular than the UK.

    While the pandemic has depressed European school travel in general, the number of short-stay educational visits planned in 2022 to alternative EU destinations where English is widely spoken is significantly higher than inquiries for UK visits.

    Continue reading...", + "category": "School trips", + "link": "https://www.theguardian.com/education/2021/dec/26/school-trips-to-uk-slump-brexit", + "creator": "Jon Henley Europe correspondent", + "pubDate": "2021-12-26T11:41:06Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcebacf4a5f8a08c148d66a137f44d77" + "hash": "4c0020248b2c587a12dc6e679b835454" }, { - "title": "Fitting in Family Fitness at the Holidays", - "description": "Experts’ top tip on ways to get moving? Involve the relatives who might otherwise stay inactive.", - "content": "Experts’ top tip on ways to get moving? Involve the relatives who might otherwise stay inactive.", - "category": "Exercise", - "link": "https://www.nytimes.com/2019/11/23/well/move/fitting-in-family-fitness-at-the-holidays.html", - "creator": "Gretchen Reynolds", - "pubDate": "Sun, 24 Nov 2019 03:01:43 +0000", + "title": "Spanish should eat less meat to limit climate crisis, says minister", + "description": "

    Alberto Garzón wants public to recognise impact of megafarms on the environment and change its eating habits

    Eating less meat will play a key role in helping Spain mitigate the effects of the climate emergency, slow the process of desertification, and protect its vital tourism industry, the country’s consumer affairs minister has said.

    Alberto Garzón said people in Spain needed to realise the huge impact that eating meat – particularly beef raised on industrial megafarms – had on the environment, and to change their eating habits accordingly.

    Continue reading...", + "content": "

    Alberto Garzón wants public to recognise impact of megafarms on the environment and change its eating habits

    Eating less meat will play a key role in helping Spain mitigate the effects of the climate emergency, slow the process of desertification, and protect its vital tourism industry, the country’s consumer affairs minister has said.

    Alberto Garzón said people in Spain needed to realise the huge impact that eating meat – particularly beef raised on industrial megafarms – had on the environment, and to change their eating habits accordingly.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2021/dec/26/spanish-should-eat-less-meat-to-limit-climate-crisis-says-minister", + "creator": "Sam Jones in Madrid", + "pubDate": "2021-12-26T09:53:07Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "460d101af80380e54309ebf6d5aa6190" + "hash": "bd76af9b8e5c5e83bdb239844abf4515" }, { - "title": "When a College Student Has a Troubled Roommate", - "description": "The Thanksgiving break may be the first opportunity students have to step back from the situation and evaluate their role.", - "content": "The Thanksgiving break may be the first opportunity students have to step back from the situation and evaluate their role.", - "category": "Colleges and Universities", - "link": "https://www.nytimes.com/2019/11/22/well/family/college-student-roommate-anxiety-depression-mental-health-son-daughter-parents.html", - "creator": "Lisa Damour", - "pubDate": "Fri, 22 Nov 2019 10:00:12 +0000", + "title": "Highland landowner faces legal challenge over right to roam", + "description": "

    Council and Ramblers Association clash with Donald Houston over access route to Ardnamurchan peninsula in western Scotland

    A legal battle has broken out over attempts by a Highland landowner to ban hill-walkers from a path in a major test case over Scotland’s right-to-roam legislation.

    Highland council and the Ramblers Association are challenging an attempt by Donald Houston, a businessman who owns a large area of the Ardnamurchan peninsula on the west coast of Scotland, to shut off a significant and scenic access route.

    Continue reading...", + "content": "

    Council and Ramblers Association clash with Donald Houston over access route to Ardnamurchan peninsula in western Scotland

    A legal battle has broken out over attempts by a Highland landowner to ban hill-walkers from a path in a major test case over Scotland’s right-to-roam legislation.

    Highland council and the Ramblers Association are challenging an attempt by Donald Houston, a businessman who owns a large area of the Ardnamurchan peninsula on the west coast of Scotland, to shut off a significant and scenic access route.

    Continue reading...", + "category": "Scotland", + "link": "https://www.theguardian.com/uk-news/2021/dec/26/highland-landowner-faces-legal-challenge-over-right-to-roam", + "creator": "Severin Carrell Scotland editor", + "pubDate": "2021-12-26T14:22:36Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a8d08f5e11ace47489b9b2c938f24e3" + "hash": "b5914583d913733ad32535559a6aebb3" }, { - "title": "Practicing Gratitude, for a Change", - "description": "I imagined my children celebrating with their father’s family: football on the television, apple pie on the table. That consistency offered me bittersweet consolation.", - "content": "I imagined my children celebrating with their father’s family: football on the television, apple pie on the table. That consistency offered me bittersweet consolation.", - "category": "Thanksgiving Day", - "link": "https://www.nytimes.com/2019/11/22/well/family/Thanksgiving-divorce-gratitude-family-kids.html", - "creator": "Samantha Shanley", - "pubDate": "Fri, 22 Nov 2019 10:00:09 +0000", + "title": "UK accused of defending corruption in Libya with election tweet", + "description": "

    British ambassador faces claims of violating diplomatic norms and interfering in internal processes

    Libya’s political crisis has taken on an increasingly international dimension after the UK was accused of defending corruption and interfering in internal processes by calling for the interim government to remain in power pending the rescheduling of delayed elections.

    The country’s first presidential elections, scheduled for 24 December, were indefinitely postponed at the last minute, largely because fierce disagreements over who should be allowed to stand had not been resolved.

    Continue reading...", + "content": "

    British ambassador faces claims of violating diplomatic norms and interfering in internal processes

    Libya’s political crisis has taken on an increasingly international dimension after the UK was accused of defending corruption and interfering in internal processes by calling for the interim government to remain in power pending the rescheduling of delayed elections.

    The country’s first presidential elections, scheduled for 24 December, were indefinitely postponed at the last minute, largely because fierce disagreements over who should be allowed to stand had not been resolved.

    Continue reading...", + "category": "Libya", + "link": "https://www.theguardian.com/world/2021/dec/26/uk-accused-defending-corruption-libya-election-tweet", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-26T15:14:25Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dcc993a9e25e11ff7ca5709d2f8fcaa2" + "hash": "bc2fa2500ff769a2cef9a4671c716ca4" }, { - "title": "Dread the Holidays? Feasting Together Might Actually Help", - "description": "Sharing a meal with loved ones, co-workers or friends may seem like a chore, but research shows it has real benefits. Stick with us here.", - "content": "Sharing a meal with loved ones, co-workers or friends may seem like a chore, but research shows it has real benefits. Stick with us here.", - "category": "Food", - "link": "https://www.nytimes.com/2019/11/18/smarter-living/holiday-meals-family-tips.html", - "creator": "Simran Sethi", - "pubDate": "Tue, 19 Nov 2019 00:42:38 +0000", + "title": "Moroccan opposition leader Mehdi ben Barka was a spy, cold war files suggest", + "description": "

    The activist who was murdered in Paris in 1965 was a hero of the global struggle against imperialism, but files from the Czechoslovak secret service cast doubt on his independence

    It is one of the great causes célèbres of the cold war. At around noon on 29 October 1965, Mehdi ben Barka, a Moroccan opposition leader and hero of the international left, was abducted as he arrived at a brasserie on Paris’s left bank.

    Over the years, much of the truth about the murder of the 46-year-old dissident has emerged: how he was taken to a house south of Paris, tortured and killed by Moroccan intelligence agents. But many of Ben Barka’s activities before his death have remained shrouded in mystery. Now new research in the archives of former Soviet satellite states has revealed that the charismatic intellectual, propagandist and political organiser may also have been a spy.

    Continue reading...", + "content": "

    The activist who was murdered in Paris in 1965 was a hero of the global struggle against imperialism, but files from the Czechoslovak secret service cast doubt on his independence

    It is one of the great causes célèbres of the cold war. At around noon on 29 October 1965, Mehdi ben Barka, a Moroccan opposition leader and hero of the international left, was abducted as he arrived at a brasserie on Paris’s left bank.

    Over the years, much of the truth about the murder of the 46-year-old dissident has emerged: how he was taken to a house south of Paris, tortured and killed by Moroccan intelligence agents. But many of Ben Barka’s activities before his death have remained shrouded in mystery. Now new research in the archives of former Soviet satellite states has revealed that the charismatic intellectual, propagandist and political organiser may also have been a spy.

    Continue reading...", + "category": "Cold war", + "link": "https://www.theguardian.com/world/2021/dec/26/moroccan-opposition-leader-mehdi-ben-barka-was-a-spy-cold-war-files-suggest", + "creator": "Jason Burke", + "pubDate": "2021-12-26T10:00:19Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2fc0179f471637babc5ae5a5a1edee6" + "hash": "1cd4d3e58a896c575e9b9ece82afb4a5" }, { - "title": "Don’t Rinse the Bird. A Myth to Dispel Before the Holidays.", - "description": "Many home cooks wash the chicken or turkey before cooking, but that only increases the risk of food-borne illness.", - "content": "Many home cooks wash the chicken or turkey before cooking, but that only increases the risk of food-borne illness.", - "category": "Cooking and Cookbooks", - "link": "https://www.nytimes.com/2018/12/20/well/eat/turkey-chicken-poultry-food-poisoning-washing-rinsing-vegetables-fruits-food-safety.html", - "creator": "Lydia Zuraw, Kaiser Health News", - "pubDate": "Thu, 20 Dec 2018 10:03:01 +0000", + "title": "Large Roman fort built by Caligula discovered near Amsterdam", + "description": "

    Fortified camp for thousands of soldiers thought to have been used by Emperor Claudius during conquest of Britain in AD43

    A large Roman fort believed to have played a key role in the successful invasion of Britain in AD43 has been discovered on the Dutch coast.

    A Roman legion of “several thousand” battle-ready soldiers was stationed in Velsen, 20 miles from Amsterdam, on the banks of the Oer-IJ, a tributary of the Rhine, research suggests.

    Continue reading...", + "content": "

    Fortified camp for thousands of soldiers thought to have been used by Emperor Claudius during conquest of Britain in AD43

    A large Roman fort believed to have played a key role in the successful invasion of Britain in AD43 has been discovered on the Dutch coast.

    A Roman legion of “several thousand” battle-ready soldiers was stationed in Velsen, 20 miles from Amsterdam, on the banks of the Oer-IJ, a tributary of the Rhine, research suggests.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/2021/dec/26/roman-fort-built-by-caligula-discovered-velsen-near-amsterdam", + "creator": "Daniel Boffey in Brussels", + "pubDate": "2021-12-26T12:16:36Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a66dbb4b1c1feea139c9f54ca7316d5" + "hash": "056986c3130a89f572aa6cd171b35c49" }, { - "title": "How to Harness Your Anxiety ", - "description": "Research shows that we can tame anxiety to use it as a resource.", - "content": "Research shows that we can tame anxiety to use it as a resource.", - "category": "Anxiety and Stress", - "link": "https://www.nytimes.com/2018/10/16/well/mind/how-to-harness-your-anxiety.html", - "creator": "Alicia H. Clark", - "pubDate": "Tue, 16 Oct 2018 09:00:01 +0000", + "title": "‘Let’s go Brandon’ Santa Tracker caller insists he meant no disrespect to Biden", + "description": "

    Jared Schmeck, 35, tells Oregonian he has ‘nothing against’ president to whom he repeated ‘Fuck Joe Biden’ rightwing meme

    The caller who ended a conversation with Joe Biden with the rightwing meme “Let’s go Brandon” – which means “fuck Joe Biden” – has insisted he was joking and meant no disrespect to the president.

    “At the end of the day I have nothing against Mr Biden,” Jared Schmeck, 35, told the Oregonian newspaper. “But I am frustrated because I think he can be doing a better job. I mean no disrespect to him.”

    Continue reading...", + "content": "

    Jared Schmeck, 35, tells Oregonian he has ‘nothing against’ president to whom he repeated ‘Fuck Joe Biden’ rightwing meme

    The caller who ended a conversation with Joe Biden with the rightwing meme “Let’s go Brandon” – which means “fuck Joe Biden” – has insisted he was joking and meant no disrespect to the president.

    “At the end of the day I have nothing against Mr Biden,” Jared Schmeck, 35, told the Oregonian newspaper. “But I am frustrated because I think he can be doing a better job. I mean no disrespect to him.”

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2021/dec/26/lets-go-brandon-santa-tracker-caller-joe-biden", + "creator": "Martin Pengelly in New York", + "pubDate": "2021-12-26T13:10:09Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53b811c0465903cf8afefe40d8447f34" + "hash": "ebe2be35d0374f69f625c81908fe531e" }, { - "title": "Out of Sorts Around the Holidays? It Could Be Family Jet Lag", - "description": "Many people describe their family jet lag and holiday stress as an overwhelming, pit-of-the-stomach sense of dread and avoidance.", - "content": "Many people describe their family jet lag and holiday stress as an overwhelming, pit-of-the-stomach sense of dread and avoidance.", - "category": "Yuko, Elizabeth", - "link": "https://www.nytimes.com/2016/12/22/well/family/out-of-sorts-around-the-holidays-it-could-be-family-jet-lag.html", - "creator": "Elizabeth Yuko", - "pubDate": "Thu, 22 Dec 2016 11:00:01 +0000", + "title": "Covid live: US reports highest seven-day cases average since January; UK ‘considering door-to-door vaccinations’", + "description": "

    US reporting 184,802 new cases per day; Vaccination teams could go door-to-door in UK to reach those yet to have jabs

    China has reported 206 new Covid cases on Christmas Day, a significant jump from 140 a day earlier, its health authority said on Sunday and Reuters reports.

    Of the new infections, 158 were locally transmitted, according to a statement by the National Health Commission, compared with 87 cases the previous day.

    Continue reading...", + "content": "

    US reporting 184,802 new cases per day; Vaccination teams could go door-to-door in UK to reach those yet to have jabs

    China has reported 206 new Covid cases on Christmas Day, a significant jump from 140 a day earlier, its health authority said on Sunday and Reuters reports.

    Of the new infections, 158 were locally transmitted, according to a statement by the National Health Commission, compared with 87 cases the previous day.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/26/covid-live-news-france-and-italy-see-record-daily-cases-australias-omicron-outbreak-spreads", + "creator": "Nadeem Badshah (now); Miranda Bryant, Tom Bryant, Martin Farrer and Caitlin Cassidy (earlier)", + "pubDate": "2021-12-26T16:03:48Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb7d866a77df0b0efa21273dc8ddaac2" + "hash": "299d3e7c4bcbbdaa194dea12e2e6b6fb" }, { - "title": "How to Be Mindful at the Holiday Table", - "description": "Holidays are often filled with expectations. Take a moment to appreciate the present.", - "content": "Holidays are often filled with expectations. Take a moment to appreciate the present.", - "category": "Thanksgiving Day", - "link": "https://www.nytimes.com/2016/11/23/well/mind/how-to-be-mindful-at-the-thanksgiving-table.html", - "creator": "David Gelles", - "pubDate": "Wed, 23 Nov 2016 10:22:01 +0000", + "title": "Omicron: bleak New Year or beginning of the end for the pandemic?", + "description": "

    Scientists are cautiously optimistic that the variant may be a sign the virus is losing its power, despite the high infection figures

    Once again, Britain is experiencing a festive season hit by waves of Covid-19 infections. Last year, Christmas and New Year were spoiled by the appearance of the Alpha variant. This time, it is Omicron that has sent case numbers soaring. Christmas cancellations have swept through Britain’s restaurants, pubs and clubs and left the country on the brink of another bleak New Year as the NHS warns once more that it is facing the threat of being overwhelmed by spiralling numbers of seriously ill patients.

    The scenario has raised fears that this now represents the shape of Christmases to come. Social restrictions and lockdown threats could become our normal festive fare.

    Continue reading...", + "content": "

    Scientists are cautiously optimistic that the variant may be a sign the virus is losing its power, despite the high infection figures

    Once again, Britain is experiencing a festive season hit by waves of Covid-19 infections. Last year, Christmas and New Year were spoiled by the appearance of the Alpha variant. This time, it is Omicron that has sent case numbers soaring. Christmas cancellations have swept through Britain’s restaurants, pubs and clubs and left the country on the brink of another bleak New Year as the NHS warns once more that it is facing the threat of being overwhelmed by spiralling numbers of seriously ill patients.

    The scenario has raised fears that this now represents the shape of Christmases to come. Social restrictions and lockdown threats could become our normal festive fare.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/26/omicron-bleak-new-year-or-beginning-of-the-end-for-the-pandemic", + "creator": "Robin McKie Science Editor", + "pubDate": "2021-12-26T07:00:15Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "NYTimes", + "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eccf65bf0c907b6e538b490c0f0b3307" - } - ], - "folder": "00.03 News/News - EN", - "name": "NYTimes", - "language": "en", - "hash": "700c2eb92bb40796520e931cf8b8f563" - }, - { - "title": "World news | The Guardian", - "subtitle": "", - "link": "https://www.theguardian.com/world", - "image": "https://assets.guim.co.uk/images/guardian-logo-rss.c45beb1bafa34b347ac333af2e6fe23f.png", - "description": "Latest World news news, comment and analysis from the Guardian, the world's leading liberal voice", - "items": [ + "hash": "685a95087dc3056df21849bf4bbeedc1" + }, { - "title": "‘There is no money left’: Covid crisis leaves Sri Lanka on brink of bankruptcy", - "description": "

    Half a million people have sunk into poverty since the pandemic struck, with rising costs forcing many to cut back on food

    Sri Lanka is facing a deepening financial and humanitarian crisis with fears it could go bankrupt in 2022 as inflation rises to record levels, food prices rocket and its coffers run dry.

    The meltdown faced by the government, led by the strongman president Gotabaya Rajapaksa, is in part caused by the immediate impact of the Covid crisis and the loss of tourism but is compounded by high government spending and tax cuts eroding state revenues, vast debt repayments to China and foreign exchange reserves at their lowest levels in a decade. Inflation has meanwhile been spurred by the government printing money to pay off domestic loans and foreign bonds.

    Continue reading...", - "content": "

    Half a million people have sunk into poverty since the pandemic struck, with rising costs forcing many to cut back on food

    Sri Lanka is facing a deepening financial and humanitarian crisis with fears it could go bankrupt in 2022 as inflation rises to record levels, food prices rocket and its coffers run dry.

    The meltdown faced by the government, led by the strongman president Gotabaya Rajapaksa, is in part caused by the immediate impact of the Covid crisis and the loss of tourism but is compounded by high government spending and tax cuts eroding state revenues, vast debt repayments to China and foreign exchange reserves at their lowest levels in a decade. Inflation has meanwhile been spurred by the government printing money to pay off domestic loans and foreign bonds.

    Continue reading...", - "category": "Sri Lanka", - "link": "https://www.theguardian.com/world/2022/jan/02/covid-crisis-sri-lanka-bankruptcy-poverty-pandemic-food-prices", - "creator": "Minoli Soysa in Colombo and Hannah Ellis-Petersen in Delhi", - "pubDate": "2022-01-02T15:00:21Z", + "title": "Santa hats at the ready as ‘jingle jabs’ go on at Christmas vaccination centres", + "description": "

    A festive atmosphere added to the vital work as at least eight venues in England stayed open throughout the weekend

    Santa hats and Christmas jumpers added festive colour to the usual PPE for the “jingle jabs” NHS campaign in east London on Christmas Day.

    In one of at least eight vaccination centres open in England, volunteers decorated Redbridge town hall with Christmas-themed pictures and festive messages as they dealt with a fast-moving queue for booster jabs.

    Continue reading...", + "content": "

    A festive atmosphere added to the vital work as at least eight venues in England stayed open throughout the weekend

    Santa hats and Christmas jumpers added festive colour to the usual PPE for the “jingle jabs” NHS campaign in east London on Christmas Day.

    In one of at least eight vaccination centres open in England, volunteers decorated Redbridge town hall with Christmas-themed pictures and festive messages as they dealt with a fast-moving queue for booster jabs.

    Continue reading...", + "category": "Vaccines and immunisation", + "link": "https://www.theguardian.com/society/2021/dec/26/santa-hats-at-the-ready-as-jingle-jabs-go-on-at-christmas-vaccination-centres", + "creator": "Kaamil Ahmed", + "pubDate": "2021-12-26T10:30:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194180,17 +220042,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c75a3589af5669cd6465d7875126ed7", - "highlights": [] + "hash": "a2841ce3a49f25c99468c061d26aea62" }, { - "title": "Russia ‘very likely’ to invade Ukraine without ‘enormous sanctions’ – Schiff", - "description": "
    • House intelligence chair: invasion might draw Nato closer
    • Sanctions must be ‘at level Russia has never seen’ to deter Putin

    Russia is “very likely” to invade Ukraine and might only be deterred by “enormous sanctions”, the chair of the US House intelligence committee said on Sunday.

    Adam Schiff also said an invasion could backfire on Moscow, by drawing more countries into the Nato military alliance.

    Continue reading...", - "content": "
    • House intelligence chair: invasion might draw Nato closer
    • Sanctions must be ‘at level Russia has never seen’ to deter Putin

    Russia is “very likely” to invade Ukraine and might only be deterred by “enormous sanctions”, the chair of the US House intelligence committee said on Sunday.

    Adam Schiff also said an invasion could backfire on Moscow, by drawing more countries into the Nato military alliance.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2022/jan/02/russia-invade-ukraine-enormous-sanctions-schiff", - "creator": "Martin Pengelly in New York", - "pubDate": "2022-01-02T18:27:59Z", + "title": "‘Landmines all the way down’: the guilt and frustration of breakthrough Covid", + "description": "

    The never-ending pandemic forces people to do their best to balance living a decent life and making responsible choices

    When Sean Williams, 50, caught a breakthrough case of Covid-19 in November, he felt guilty and embarrassed. His 14-year-old tested positive, too; both were “double-vaxxed” and probably caught it from his 11-year-old daughter, who got it in school two days before her scheduled first vaccination.

    “It’s impossible to talk about without going through this whole tortured thing about how careful you were before you got it,” says Williams, who lives with his family in New York City. “Also, this horrible feeling that you have to stutter your way through a clarification that you do believe in science, you did get vaccinated, you’re, like, not a fascist, even. It’s landmines all the way down.”

    Continue reading...", + "content": "

    The never-ending pandemic forces people to do their best to balance living a decent life and making responsible choices

    When Sean Williams, 50, caught a breakthrough case of Covid-19 in November, he felt guilty and embarrassed. His 14-year-old tested positive, too; both were “double-vaxxed” and probably caught it from his 11-year-old daughter, who got it in school two days before her scheduled first vaccination.

    “It’s impossible to talk about without going through this whole tortured thing about how careful you were before you got it,” says Williams, who lives with his family in New York City. “Also, this horrible feeling that you have to stutter your way through a clarification that you do believe in science, you did get vaccinated, you’re, like, not a fascist, even. It’s landmines all the way down.”

    Continue reading...", + "category": "Omicron variant", + "link": "https://www.theguardian.com/us-news/2021/dec/26/breakthrough-covid-omicron-guilt-frustration", + "creator": "Danielle Tcholakian", + "pubDate": "2021-12-26T08:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194202,17 +220063,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aebf4793d7aa28b81927f4bc736f4b02", - "highlights": [] + "hash": "8b4ef3316eabf03c1ecf7c4a70e9630c" }, { - "title": "NI peace architect accuses Boris Johnson of ‘casual political vandalism’", - "description": "

    Jonathan Powell says PM and Brexit ministers risking fragile peace in Northern Ireland and ‘don’t seem to care’

    One of the architects of the Northern Ireland peace deal has said Boris Johnson and the former Brexit minister Lord Frost have risked “all the work” the previous generation of politicians put into the Belfast Good Friday agreement by putting their hard ideological beliefs ahead of people.

    Jonathan Powell, Tony Blair’s former chief of staff and chief negotiator on Northern Ireland, said he was concerned that neither the prime minister nor the recently resigned Brexit minister seemed to understand or care about the fragility of the political settlement in Northern Ireland in 1998.

    Continue reading...", - "content": "

    Jonathan Powell says PM and Brexit ministers risking fragile peace in Northern Ireland and ‘don’t seem to care’

    One of the architects of the Northern Ireland peace deal has said Boris Johnson and the former Brexit minister Lord Frost have risked “all the work” the previous generation of politicians put into the Belfast Good Friday agreement by putting their hard ideological beliefs ahead of people.

    Jonathan Powell, Tony Blair’s former chief of staff and chief negotiator on Northern Ireland, said he was concerned that neither the prime minister nor the recently resigned Brexit minister seemed to understand or care about the fragility of the political settlement in Northern Ireland in 1998.

    Continue reading...", - "category": "Northern Ireland", - "link": "https://www.theguardian.com/uk-news/2022/jan/02/ni-peace-architect-accuses-boris-johnson-of-casual-political-vandalism", - "creator": "Lisa O'Carroll Brexit correspondent", - "pubDate": "2022-01-02T17:40:48Z", + "title": "Healing myself the Pagan way: how witchcraft cast a spell on me", + "description": "Witchcraft and its deep connection with nature restored my mental health

    Witchcraft has always played a large role in my life. While many kids were learning badminton or taking trombone lessons, I was reading up on spellcraft and ways to plant my herb garden. I grew up in the late 1990s when my cultural life became saturated with Buffy the Vampire Slayer, Charmed and Sabrina the Teenage Witch. Channel-hopping without stumbling across a young woman with magical powers was virtually impossible. But the draw wasn’t just the empowerment that spells and telekinetic forces threw my way; I was intensely charmed by witchcraft’s connection with the world outside and the earth around me.

    In the evenings I spent time in my garden wrapped up in scarves and blankets to watch the different phases of the moon pass each night; I learned the names of wildflowers growing at the side of the road where no one cast a second glance and wondered how I could use them in a spell. These small things gave me an overwhelming sense of calm, so enthralled was I by constellations, intricate root systems and the dashes of magic I found around me. Perhaps witchcraft was in my blood – my very first word was “moon”.

    Continue reading...", + "content": "Witchcraft and its deep connection with nature restored my mental health

    Witchcraft has always played a large role in my life. While many kids were learning badminton or taking trombone lessons, I was reading up on spellcraft and ways to plant my herb garden. I grew up in the late 1990s when my cultural life became saturated with Buffy the Vampire Slayer, Charmed and Sabrina the Teenage Witch. Channel-hopping without stumbling across a young woman with magical powers was virtually impossible. But the draw wasn’t just the empowerment that spells and telekinetic forces threw my way; I was intensely charmed by witchcraft’s connection with the world outside and the earth around me.

    In the evenings I spent time in my garden wrapped up in scarves and blankets to watch the different phases of the moon pass each night; I learned the names of wildflowers growing at the side of the road where no one cast a second glance and wondered how I could use them in a spell. These small things gave me an overwhelming sense of calm, so enthralled was I by constellations, intricate root systems and the dashes of magic I found around me. Perhaps witchcraft was in my blood – my very first word was “moon”.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/healing-myself-the-pagan-way-how-witchcraft-cast-a-spell-on-me", + "creator": "Jennifer Lane", + "pubDate": "2021-12-26T14:00:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194224,17 +220084,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "60f8c58d90adae755bb75e11cf3a5d5f", - "highlights": [] + "hash": "eaa3d67adeb8c37477a31fb4423aacf6" }, { - "title": "Whistleblower warns baffling illness affects growing number of young adults in Canadian province", - "description": "

    Several new cases in New Brunswick involve caretakers of those afflicted, suggesting a possible environmental trigger

    A whistleblower in the Canadian province of New Brunswick has warned that a progressive neurological illness that has baffled experts for more than two years appears to be affecting a growing number of young people and causing swift cognitive decline among some of the afflicted.

    Speaking to the Guardian, an employee with Vitalité Health Network, one of the province’s two health authorities, said that suspected cases are growing in number and that young adults with no prior health triggers are developing a catalog of troubling symptoms, including rapid weight loss, insomnia, hallucinations, difficulty thinking and limited mobility.

    One suspected case involved a man who was developing symptoms of dementia and ataxia. His wife, who was his caregiver, suddenly began losing sleep and experiencing muscle wasting, dementia and hallucinations. Now her condition is worse than his.

    A woman in her 30s was described as non-verbal, is feeding with a tube and drools excessively. Her caregiver, a nursing student in her 20s, also recently started showing symptoms of neurological decline.

    In another case, a young mother quickly lost nearly 60 pounds, developed insomnia and began hallucinating. Brain imaging showed advanced signs of atrophy.

    Continue reading...", - "content": "

    Several new cases in New Brunswick involve caretakers of those afflicted, suggesting a possible environmental trigger

    A whistleblower in the Canadian province of New Brunswick has warned that a progressive neurological illness that has baffled experts for more than two years appears to be affecting a growing number of young people and causing swift cognitive decline among some of the afflicted.

    Speaking to the Guardian, an employee with Vitalité Health Network, one of the province’s two health authorities, said that suspected cases are growing in number and that young adults with no prior health triggers are developing a catalog of troubling symptoms, including rapid weight loss, insomnia, hallucinations, difficulty thinking and limited mobility.

    One suspected case involved a man who was developing symptoms of dementia and ataxia. His wife, who was his caregiver, suddenly began losing sleep and experiencing muscle wasting, dementia and hallucinations. Now her condition is worse than his.

    A woman in her 30s was described as non-verbal, is feeding with a tube and drools excessively. Her caregiver, a nursing student in her 20s, also recently started showing symptoms of neurological decline.

    In another case, a young mother quickly lost nearly 60 pounds, developed insomnia and began hallucinating. Brain imaging showed advanced signs of atrophy.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2022/jan/02/neurological-illness-affecting-young-adults-canada", - "creator": "Leyland Cecco", - "pubDate": "2022-01-02T11:00:15Z", + "title": "‘I’m not just coasting along’: Nicole Kidman on fame, family and what keeps her awake at night", + "description": "

    Nicole Kidman is one of Hollywood’s most brilliant stars, but her everyday concerns are familiar to all of us. She talks candidly about sleepless nights, melancholy moments and why she still has so much to get done

    Nicole Kidman sleeps badly. Recently she got up at 3am to Google that thing, with the leg, where, “It feels like it needs to move?” But more often she will lie there in the dark beside her husband, in her Nashville bed, their two daughters sleeping some rooms away, and make decisions. She will “contemplate”. Between midnight and seven, she says, coolly, is the most “confronting time”.

    It says a lot about Kidman, her prolific career, her sustained presence on film and glossy TV, that we can immediately picture her there, hair coiled on a pillow, eyes wide, the restless sense she has become claustrophobic in her own body. Kidman, 54, has been acting since she was 14, already 5ft 9in then, with skin that burned easily. She started in theatre partly as a way to get out of the Australian sun – a year later she was known locally (she told an early interviewer) for playing “older, sexually frustrated women”. Over the next 40 years she extended that repertoire, so now she is known for playing cryptic, adventurous, troubled women, too, in brave work that might not have been made were it not for her glittering star-power.

    Continue reading...", + "content": "

    Nicole Kidman is one of Hollywood’s most brilliant stars, but her everyday concerns are familiar to all of us. She talks candidly about sleepless nights, melancholy moments and why she still has so much to get done

    Nicole Kidman sleeps badly. Recently she got up at 3am to Google that thing, with the leg, where, “It feels like it needs to move?” But more often she will lie there in the dark beside her husband, in her Nashville bed, their two daughters sleeping some rooms away, and make decisions. She will “contemplate”. Between midnight and seven, she says, coolly, is the most “confronting time”.

    It says a lot about Kidman, her prolific career, her sustained presence on film and glossy TV, that we can immediately picture her there, hair coiled on a pillow, eyes wide, the restless sense she has become claustrophobic in her own body. Kidman, 54, has been acting since she was 14, already 5ft 9in then, with skin that burned easily. She started in theatre partly as a way to get out of the Australian sun – a year later she was known locally (she told an early interviewer) for playing “older, sexually frustrated women”. Over the next 40 years she extended that repertoire, so now she is known for playing cryptic, adventurous, troubled women, too, in brave work that might not have been made were it not for her glittering star-power.

    Continue reading...", + "category": "Nicole Kidman", + "link": "https://www.theguardian.com/film/2021/dec/26/im-not-just-coasting-along-nicole-kidman-on-fame-family-and-what-keeps-her-awake-at-night", + "creator": "Eva Wiseman", + "pubDate": "2021-12-26T10:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194246,17 +220105,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "441264e49296e07ee2c3e91542a215a3", - "highlights": [] + "hash": "8a9b64dda61da9868c6babb7d7300ba4" }, { - "title": "Court to unseal deal between Jeffrey Epstein and Virginia Giuffre", - "description": "

    Prince Andrew’s lawyers believe 2009 agreement could shield him from Giuffre’s civil sexual assault lawsuit

    A crunch week in Prince Andrew’s fight to avoid a public trial over claims he sexually assaulted a 17-year-old trafficked by the convicted child sex offender Jeffrey Epstein begins on Monday, when a New York court unseals a confidential 2009 deal between Epstein and the alleged victim.

    Lawyers for the Duke of York, who “unequivocally denies” the claims made by Virginia Giuffre, believe her agreement with Epstein could shield him from her civil lawsuit accusing him of sexual abuse in 2001.

    Continue reading...", - "content": "

    Prince Andrew’s lawyers believe 2009 agreement could shield him from Giuffre’s civil sexual assault lawsuit

    A crunch week in Prince Andrew’s fight to avoid a public trial over claims he sexually assaulted a 17-year-old trafficked by the convicted child sex offender Jeffrey Epstein begins on Monday, when a New York court unseals a confidential 2009 deal between Epstein and the alleged victim.

    Lawyers for the Duke of York, who “unequivocally denies” the claims made by Virginia Giuffre, believe her agreement with Epstein could shield him from her civil lawsuit accusing him of sexual abuse in 2001.

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2022/jan/02/court-to-unseal-deal-between-jeffrey-epstein-and-virginia-giuffre", - "creator": "Robert Booth Social affairs correspondent", - "pubDate": "2022-01-02T18:54:45Z", + "title": "Bogs, banks and bubble barriers: five great projects to protect nature", + "description": "

    Across the world conservation groups, researchers and volunteers are working to combat the five key drivers of biodiversity loss identified by scientists

    The names running glade clover, cream tick-trefoil and Porter’s goldenrod may evoke the riotous colours of a summer meadow in bloom, but these particular plants are also quietly tucked away in a conservation seed bank that it is hoped will ensure the future of North America’s grassland plant populations.

    Continue reading...", + "content": "

    Across the world conservation groups, researchers and volunteers are working to combat the five key drivers of biodiversity loss identified by scientists

    The names running glade clover, cream tick-trefoil and Porter’s goldenrod may evoke the riotous colours of a summer meadow in bloom, but these particular plants are also quietly tucked away in a conservation seed bank that it is hoped will ensure the future of North America’s grassland plant populations.

    Continue reading...", + "category": "Biodiversity", + "link": "https://www.theguardian.com/environment/2021/dec/26/bogs-banks-and-bubble-barriers-five-great-projects-to-protect-nature-aoe", + "creator": "Max Benato", + "pubDate": "2021-12-26T12:15:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194268,17 +220126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f329c5fcf2d15cf9ab9ee29e9acd17d", - "highlights": [] + "hash": "b4359a27c1231f7fab605dc336b14f82" }, { - "title": "Man due in court after fire ravages South African parliament", - "description": "

    Police say suspect arrested inside building over blaze that spread from oldest wing of national assembly

    A man is due to appear in court on Tuesday after a massive fire tore through South Africa’s national assembly building.

    An investigation has been opened into the blaze that started at about 3am on Sunday in the parliament complex’s oldest wing, which was completed in 1884 and has wood-panelled rooms.

    Continue reading...", - "content": "

    Police say suspect arrested inside building over blaze that spread from oldest wing of national assembly

    A man is due to appear in court on Tuesday after a massive fire tore through South Africa’s national assembly building.

    An investigation has been opened into the blaze that started at about 3am on Sunday in the parliament complex’s oldest wing, which was completed in 1884 and has wood-panelled rooms.

    Continue reading...", - "category": "South Africa", - "link": "https://www.theguardian.com/world/2022/jan/02/man-arrested-court-fire-south-africa-parliament-national-assembly", - "creator": "Agence France-Presse in Cape Town", - "pubDate": "2022-01-02T18:59:13Z", + "title": "The film quiz of the year: do you know your celluloid from your cellulite?", + "description": "

    How did Russell Crowe respond to criticism? Which Muppet did Timothée Chalamet closely resemble? What was Princess Diana about to do? All this and more in your end of year film quiz roundup

    Continue reading...", + "content": "

    How did Russell Crowe respond to criticism? Which Muppet did Timothée Chalamet closely resemble? What was Princess Diana about to do? All this and more in your end of year film quiz roundup

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/the-film-quiz-of-the-year-do-you-know-your-celluloid-from-your-cellulite", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-26T08:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194290,17 +220147,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c967891d15fde6db310f3001e0ef395", - "highlights": [] + "hash": "15aab60137136883b77d263a82d61395" }, { - "title": "Capitol attack: Cheney says Republicans must choose between Trump and truth", - "description": "

    Republican member of the House committee investigating the events of 6 January issues stark warning to her party

    On a day of alarming polling about attitudes to political violence and fears for US democracy, and as the first anniversary of the Capitol attack approached, a Republican member of the House committee investigating the events of 6 January 2021 had a stark warning for her party.

    “Our party has to choose,” Liz Cheney told CBS’s Face the Nation. “We can either be loyal to Donald Trump or we can be loyal to the constitution, but we cannot be both.”

    Continue reading...", - "content": "

    Republican member of the House committee investigating the events of 6 January issues stark warning to her party

    On a day of alarming polling about attitudes to political violence and fears for US democracy, and as the first anniversary of the Capitol attack approached, a Republican member of the House committee investigating the events of 6 January 2021 had a stark warning for her party.

    “Our party has to choose,” Liz Cheney told CBS’s Face the Nation. “We can either be loyal to Donald Trump or we can be loyal to the constitution, but we cannot be both.”

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2022/jan/02/capitol-attack-liz-cheney-republicans-choose-trump-or-truth", - "creator": "Martin Pengelly in New York", - "pubDate": "2022-01-02T17:03:51Z", + "title": "The person who got me through 2021: Sofie Gråbøl as Sarah Lund felt like a brilliant old friend", + "description": "

    In The Killing, Lund’s incredible brain inspired me when mine felt like mushroom soup. She was a solace and an inspiration

    Throughout 2021, I have accepted some important truths: I sometimes feel loneliness like an anvil on my chest; exercising really does, annoyingly, make me feel better; I am lost without a murder drama series on the go. This has been the year of the re-watch – Happy Valley, The Bridge, Unforgotten and The Killing. These shows are richly different and should not be reduced to basic tropes, but they do all share a strong-but-flawed female detective in whom you can invest emotionally. And do I.

    In a year stained by uncertainty, loss, health issues and boredom, spending my evenings absorbing the lives of fictional female police officers has been medicinal. That murder is a balm is perhaps something for a therapy session, but the determination and bruised souls of Sarah Lancashire’s Catherine Cawood, Nicola Walker’s Cassie Stuart , Sofia Helin’s Saga Norén and Sofie Gråbøl’s Sarah Lund have held my attention like nothing else – even the second or third time around.

    Continue reading...", + "content": "

    In The Killing, Lund’s incredible brain inspired me when mine felt like mushroom soup. She was a solace and an inspiration

    Throughout 2021, I have accepted some important truths: I sometimes feel loneliness like an anvil on my chest; exercising really does, annoyingly, make me feel better; I am lost without a murder drama series on the go. This has been the year of the re-watch – Happy Valley, The Bridge, Unforgotten and The Killing. These shows are richly different and should not be reduced to basic tropes, but they do all share a strong-but-flawed female detective in whom you can invest emotionally. And do I.

    In a year stained by uncertainty, loss, health issues and boredom, spending my evenings absorbing the lives of fictional female police officers has been medicinal. That murder is a balm is perhaps something for a therapy session, but the determination and bruised souls of Sarah Lancashire’s Catherine Cawood, Nicola Walker’s Cassie Stuart , Sofia Helin’s Saga Norén and Sofie Gråbøl’s Sarah Lund have held my attention like nothing else – even the second or third time around.

    Continue reading...", + "category": "The Killing", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/the-person-who-got-me-through-2021-sofie-grabl-as-sarah-lund-felt-like-a-brilliant-old-friend", + "creator": "Eleanor Morgan", + "pubDate": "2021-12-26T15:00:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194312,17 +220168,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f7957af42b3e9a5a8c3acb5f405f94c", - "highlights": [] + "hash": "b90c58135f7dff1c645e49d56dc8f95c" }, { - "title": "Tory peer to lead boycott of Coca-Cola over role in Beijing Winter Olympics", - "description": "

    Exclusive: sponsorship unacceptable given concern about human rights in China, says Robert Hayward

    A Tory peer has vowed to lead a boycott of Coca-Cola products over the company’s sponsorship of the 2022 Beijing Olympics, saying its bid to profit from an event organised by the Chinese government was shameless.

    Robert Hayward, who was a founding chairman of the world’s first gay rugby club and a former personnel manager for Coca-Cola Bottlers, said it was unacceptable for firms to help to boost the use of the Winter Games as a propaganda exercise given concerns over the treatment of 1 million Uyghurs and other Muslims in Xinjiang province.

    Continue reading...", - "content": "

    Exclusive: sponsorship unacceptable given concern about human rights in China, says Robert Hayward

    A Tory peer has vowed to lead a boycott of Coca-Cola products over the company’s sponsorship of the 2022 Beijing Olympics, saying its bid to profit from an event organised by the Chinese government was shameless.

    Robert Hayward, who was a founding chairman of the world’s first gay rugby club and a former personnel manager for Coca-Cola Bottlers, said it was unacceptable for firms to help to boost the use of the Winter Games as a propaganda exercise given concerns over the treatment of 1 million Uyghurs and other Muslims in Xinjiang province.

    Continue reading...", - "category": "Winter Olympics 2022", - "link": "https://www.theguardian.com/sport/2022/jan/02/tory-to-lead-boycott-of-coca-cola-over-role-in-beijing-winter-olympics", - "creator": "Aubrey Allegretti", - "pubDate": "2022-01-02T17:43:49Z", + "title": "Miranda Sawyer’s best audio of 2021", + "description": "

    Emma Barnett and Anita Rani shook up Woman’s Hour, commercial radio wooed sixtysomethings, and Barack and the Boss got chatting on Spotify

    A busy, busy year for audio. As in 2020, lockdown gave all audio a boost – in status, as well as listeners. The lack of gigs, theatre, art shows or cinema from January to March meant that audio (radio, podcasts, music) jumped up the cultural ladder. Podcasts were also boosted by yet more celebrities deciding to fill their lonelier hours with a “talking to my famous mates” show. Listeners responded, and podcasts are now the fastest growing audio medium (though live radio still makes up most of what we listen to).

    2021 saw some interesting big-name radio appointments. Emma Barnett and Anita Rani joined Woman’s Hour to great success, though the former started contentiously (Kelechi Okafor refused to appear when she overheard Barnett discussing with producers whether Okafor was antisemitic). Amol Rajan moved to Today, where he has brought a more conversational feel (when he remembers to slow down his natural gabble). In late spring, much-loved Radio 1 stalwarts Annie MacManus and Nick Grimshaw both announced their departures, with MacManus’s final link achieving a life of its own on social media (“Life is short. It thunders by. If you like the music, you have got to get up and dance. Just do it”). And 6 Music’s afternoon dafty Shaun Keaveny also left, but sadly not of his own accord: his funky replacement, Craig Charles, is upbeat but less of a natural fit. Graham Norton quit his Radio 2 Saturday morning show to do the same on Saturdays and Sundays for Virgin Radio (no effect on Virgin’s Rajars thus far). On 5 live breakfast, Rick Edwards joined Rachel Burden, replacing Nicky Campbell without fuss or trouble.

    Continue reading...", + "content": "

    Emma Barnett and Anita Rani shook up Woman’s Hour, commercial radio wooed sixtysomethings, and Barack and the Boss got chatting on Spotify

    A busy, busy year for audio. As in 2020, lockdown gave all audio a boost – in status, as well as listeners. The lack of gigs, theatre, art shows or cinema from January to March meant that audio (radio, podcasts, music) jumped up the cultural ladder. Podcasts were also boosted by yet more celebrities deciding to fill their lonelier hours with a “talking to my famous mates” show. Listeners responded, and podcasts are now the fastest growing audio medium (though live radio still makes up most of what we listen to).

    2021 saw some interesting big-name radio appointments. Emma Barnett and Anita Rani joined Woman’s Hour to great success, though the former started contentiously (Kelechi Okafor refused to appear when she overheard Barnett discussing with producers whether Okafor was antisemitic). Amol Rajan moved to Today, where he has brought a more conversational feel (when he remembers to slow down his natural gabble). In late spring, much-loved Radio 1 stalwarts Annie MacManus and Nick Grimshaw both announced their departures, with MacManus’s final link achieving a life of its own on social media (“Life is short. It thunders by. If you like the music, you have got to get up and dance. Just do it”). And 6 Music’s afternoon dafty Shaun Keaveny also left, but sadly not of his own accord: his funky replacement, Craig Charles, is upbeat but less of a natural fit. Graham Norton quit his Radio 2 Saturday morning show to do the same on Saturdays and Sundays for Virgin Radio (no effect on Virgin’s Rajars thus far). On 5 live breakfast, Rick Edwards joined Rachel Burden, replacing Nicky Campbell without fuss or trouble.

    Continue reading...", + "category": "Radio", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/26/miranda-sawyer-best-audio-of-2021", + "creator": "Miranda Sawyer", + "pubDate": "2021-12-26T13:00:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194334,17 +220189,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e04cdf2ec2b69967095fe1655ab9f1ae", - "highlights": [] + "hash": "64396fcd9b707649f8d07d93ca0a3952" }, { - "title": "Twitter permanently suspends Marjorie Taylor Greene’s personal account", - "description": "

    Georgia Republican’s Covid misinformation violation prompts move, after being issued a ‘fourth strike’ in August

    The personal Twitter account of the Georgia Republican congresswoman Marjorie Taylor Greene has been permanently suspended, for violating policies on misinformation about Covid-19.

    Action against Greene on Sunday came under the “strike” system Twitter launched last March, which uses artificial intelligence to identify posts about the coronavirus misleading enough to cause harm.

    Continue reading...", - "content": "

    Georgia Republican’s Covid misinformation violation prompts move, after being issued a ‘fourth strike’ in August

    The personal Twitter account of the Georgia Republican congresswoman Marjorie Taylor Greene has been permanently suspended, for violating policies on misinformation about Covid-19.

    Action against Greene on Sunday came under the “strike” system Twitter launched last March, which uses artificial intelligence to identify posts about the coronavirus misleading enough to cause harm.

    Continue reading...", - "category": "Republicans", - "link": "https://www.theguardian.com/us-news/2022/jan/02/marjorie-taylor-greene-twitter-permanently-suspends-account", - "creator": "Martin Pengelly in New York and agencies", - "pubDate": "2022-01-02T17:42:56Z", + "title": "Good chablis and ‘halfies’: life with the other Duchess of Argyll", + "description": "

    In 1991, Richard Beard worked as secretary to Ian Campbell’s final wife Mathilda, a bon viveur who unlike predecessor Margaret stayed free of scandal

    For most of 1991 I was employed as secretary to the Dowager Duchess of Argyll, the fourth and final wife of Ian Campbell, the 11th duke. Mathilda was the wife after the more famous Margaret, the subject of A Very British Scandal, Sarah Phelps’s brilliant and frankly horrifying BBC three-part drama. Whenever I talk about Mathilda I usually have to clarify: “Not that duchess, the next one.”

    Margaret always cast a shadow, or as she writes briefly and drily in her autobiography Forget Not, published in 1975: “Three weeks after our divorce became final Ian Argyll married again, for the fourth time, to a Mrs Matilda Heller. She had been in Ian’s life for some years before our divorce.”

    Continue reading...", + "content": "

    In 1991, Richard Beard worked as secretary to Ian Campbell’s final wife Mathilda, a bon viveur who unlike predecessor Margaret stayed free of scandal

    For most of 1991 I was employed as secretary to the Dowager Duchess of Argyll, the fourth and final wife of Ian Campbell, the 11th duke. Mathilda was the wife after the more famous Margaret, the subject of A Very British Scandal, Sarah Phelps’s brilliant and frankly horrifying BBC three-part drama. Whenever I talk about Mathilda I usually have to clarify: “Not that duchess, the next one.”

    Margaret always cast a shadow, or as she writes briefly and drily in her autobiography Forget Not, published in 1975: “Three weeks after our divorce became final Ian Argyll married again, for the fourth time, to a Mrs Matilda Heller. She had been in Ian’s life for some years before our divorce.”

    Continue reading...", + "category": "Aristocracy", + "link": "https://www.theguardian.com/society/2021/dec/26/good-chablis-and-halfies-life-with-the-other-duchess-of-argyll", + "creator": "Richard Beard", + "pubDate": "2021-12-26T08:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194356,17 +220210,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69d26be04fc85bba72b9670d8daf1e4a", - "highlights": [] + "hash": "5f3c8462b0f399245b5b6a566a97d9fb" }, { - "title": "France removes EU flag from Arc de Triomphe after rightwing anger", - "description": "

    Official in the French presidency says removal of flag was in line with planned schedule

    French authorities have removed the EU flag from the Arc de Triomphe after rightwing opponents of the country’s president, Emmanuel Macron, accused him of erasing French identity.

    The giant flag was raised in place of the French tricolour on New Year’s Eve to mark France’s turn at the rotating EU presidency, which it will hold for the next six months.

    Continue reading...", - "content": "

    Official in the French presidency says removal of flag was in line with planned schedule

    French authorities have removed the EU flag from the Arc de Triomphe after rightwing opponents of the country’s president, Emmanuel Macron, accused him of erasing French identity.

    The giant flag was raised in place of the French tricolour on New Year’s Eve to mark France’s turn at the rotating EU presidency, which it will hold for the next six months.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2022/jan/02/france-removes-eu-flag-arc-de-triomphe-rightwing-anger", - "creator": "Agence France-Presse in Paris", - "pubDate": "2022-01-02T14:12:40Z", + "title": "Four fights in the long Scottish battle for right to roam", + "description": "

    Successes and failures include the Stagecoach founder’s Perthshire castle and a footpath near a family bungalow

    In 2006, the Stagecoach founder Ann Gloag won the right to exclude a large area of grounds around Kinfauns castle, her home and estate in Perthshire, from Scotland’s wide-ranging right-to-roam law. In a significant test case for the Land Reform (Scotland) Act 2007, a sheriff ruled that about 12 acres was exempt as it was private garden, including four acres of woodland that had been contested by the Ramblers and Perth and Kinross council.

    Continue reading...", + "content": "

    Successes and failures include the Stagecoach founder’s Perthshire castle and a footpath near a family bungalow

    In 2006, the Stagecoach founder Ann Gloag won the right to exclude a large area of grounds around Kinfauns castle, her home and estate in Perthshire, from Scotland’s wide-ranging right-to-roam law. In a significant test case for the Land Reform (Scotland) Act 2007, a sheriff ruled that about 12 acres was exempt as it was private garden, including four acres of woodland that had been contested by the Ramblers and Perth and Kinross council.

    Continue reading...", + "category": "Scotland", + "link": "https://www.theguardian.com/uk-news/2021/dec/26/four-fights-in-the-long-scottish-battle-for-right-to-roam", + "creator": "Severin Carrell Scotland editor", + "pubDate": "2021-12-26T14:22:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194378,17 +220231,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "57c7478fe661d62af991322d9d07b381", - "highlights": [] + "hash": "046b78f164868d6fb7f31facbe6fd2b9" }, { - "title": "Covid live news: Israel to offer fourth jab to over 60s and medical staff; France adds unvaccinated US travellers to ‘red list’", - "description": "

    Israel’s PM made announcement in response to Omicron surge; Americans travelling to France without vaccination must isolate for 10 days

    New Covid-19 cases in the locked-down Chinese city of Xi’an fell to their lowest in a week, health officials said Sunday, as residents face their eleventh day under strict home confinement.

    China has followed a “zero Covid” approach involving tight border restrictions and swift, targeted lockdowns since the virus first surfaced in a central city in late 2019 – but this strategy has been put under pressure in recent weeks with a number of local outbreaks and cases remaining stubbornly high, AFP reports.

    We will also make some adjustments to the prevention and control measures in a timely way.

    The government does need to get its act together on the supply of testing.

    And I think the health secretary needs to explain why it was that only three weeks ago he told me in the House of Commons that availability of tests wasn’t a problem. And yet now it so clearly is.

    Continue reading...", - "content": "

    Israel’s PM made announcement in response to Omicron surge; Americans travelling to France without vaccination must isolate for 10 days

    New Covid-19 cases in the locked-down Chinese city of Xi’an fell to their lowest in a week, health officials said Sunday, as residents face their eleventh day under strict home confinement.

    China has followed a “zero Covid” approach involving tight border restrictions and swift, targeted lockdowns since the virus first surfaced in a central city in late 2019 – but this strategy has been put under pressure in recent weeks with a number of local outbreaks and cases remaining stubbornly high, AFP reports.

    We will also make some adjustments to the prevention and control measures in a timely way.

    The government does need to get its act together on the supply of testing.

    And I think the health secretary needs to explain why it was that only three weeks ago he told me in the House of Commons that availability of tests wasn’t a problem. And yet now it so clearly is.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/02/covid-live-news-omicron-masks-in-england-schools-france-restrictions-coronavirus", - "creator": "Jane Clinton (now), Nicola Slawson and Jessica Murray(earlier)", - "pubDate": "2022-01-02T19:25:06Z", + "title": "South Africa set for battle over legacy of ‘moral compass’ Desmond Tutu", + "description": "

    Tutu did not spare those in power in the ‘rainbow nation’ – a phrase of his with unfulfilled aspirations

    From the moment he resigned from his post as a schoolteacher rather than comply with the orders of the racist, repressive apartheid regime in South Africa in 1958, Desmond Tutu never deviated from his principles, fighting for tolerance, equality and justice at home and abroad. This brought him love, influence and a moral prestige equalled by few others on the African continent or beyond.

    But Tutu, the cleric and activist who died on Saturday in Cape Town aged 90, was not just outspoken in support of the causes he felt to be right – such as LGBT rights – but a fierce and implacable opponent of what he felt to be wrong. Criticism was often sometimes tempered with humour. On occasion it was delivered straight. This earned him enemies, and still does.

    Continue reading...", + "content": "

    Tutu did not spare those in power in the ‘rainbow nation’ – a phrase of his with unfulfilled aspirations

    From the moment he resigned from his post as a schoolteacher rather than comply with the orders of the racist, repressive apartheid regime in South Africa in 1958, Desmond Tutu never deviated from his principles, fighting for tolerance, equality and justice at home and abroad. This brought him love, influence and a moral prestige equalled by few others on the African continent or beyond.

    But Tutu, the cleric and activist who died on Saturday in Cape Town aged 90, was not just outspoken in support of the causes he felt to be right – such as LGBT rights – but a fierce and implacable opponent of what he felt to be wrong. Criticism was often sometimes tempered with humour. On occasion it was delivered straight. This earned him enemies, and still does.

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/2021/dec/26/south-africa-battle-legacy-moral-compass-desmond-tutu", + "creator": "Jason Burke in Cape Town", + "pubDate": "2021-12-26T16:12:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194400,17 +220252,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1cbaa1ea0bf8d06d1ea8f9a37fdad7c", - "highlights": [] + "hash": "0cc9d0ae41ea802d84b48d156a1ec466" }, { - "title": "Covid clinics: hope and high prices on the long road to recovery", - "description": "Yoga, mud baths and liver compresses… Welcome to the world of luxury wellness and long Covid. Amelia Tait reports on the extreme wealth divide in the search for a cure

    Underneath the shadow of the snow-topped Austrian Alps, in front of a forest of thick green trees and behind a pure azure lake, sits a sprawling chalet that has seen everyone from Kate Moss to Michael Gove pass through its wide glass doors. The VivaMayr health resort in Altaussee, Austria, has long been the picturesque home of celebrity detoxes – strict bans on caffeine and alcohol, combined with stricter rules about the number of times you need to chew your food (40, naturally) have helped numerous celebrity clientele lose weight. The detoxing might sound harsh, but tranquillity oozes through the resort’s Instagram page, where enchanting mists tickle thick evergreen trees and women pose with mugs in sleek, pine interiors. It’s not the image that comes to mind when you think “long-Covid clinic”, but it is one. For £2,700 a week (excluding accommodation), sufferers can attend VivaMayr’s post-Covid medical programme, which promises a “better quality of life”.

    There is currently no cure for long Covid – the condition in which individuals continue to suffer Covid-19 symptoms for months after first being infected – but there are plenty of treatments. There is an entire network of specialist NHS long-Covid clinics across the United Kingdom – here, patients can undergo rehabilitative programmes to help them improve their stamina, breathing and cognitive functions (for many, long Covid is characterised by fatigue, breathlessness, and concentration problems). Yet in September, the Office for National Statistics estimated that 1.1 million people in the UK currently suffer with long Covid, while between July and August, only 5,737 people were referred to specialist NHS clinics. With the Omicron variant threatening more lives, there’s a gap in the market for long-Covid care, and plenty of private practitioners are happy to fill it – for a price.

    Continue reading...", - "content": "Yoga, mud baths and liver compresses… Welcome to the world of luxury wellness and long Covid. Amelia Tait reports on the extreme wealth divide in the search for a cure

    Underneath the shadow of the snow-topped Austrian Alps, in front of a forest of thick green trees and behind a pure azure lake, sits a sprawling chalet that has seen everyone from Kate Moss to Michael Gove pass through its wide glass doors. The VivaMayr health resort in Altaussee, Austria, has long been the picturesque home of celebrity detoxes – strict bans on caffeine and alcohol, combined with stricter rules about the number of times you need to chew your food (40, naturally) have helped numerous celebrity clientele lose weight. The detoxing might sound harsh, but tranquillity oozes through the resort’s Instagram page, where enchanting mists tickle thick evergreen trees and women pose with mugs in sleek, pine interiors. It’s not the image that comes to mind when you think “long-Covid clinic”, but it is one. For £2,700 a week (excluding accommodation), sufferers can attend VivaMayr’s post-Covid medical programme, which promises a “better quality of life”.

    There is currently no cure for long Covid – the condition in which individuals continue to suffer Covid-19 symptoms for months after first being infected – but there are plenty of treatments. There is an entire network of specialist NHS long-Covid clinics across the United Kingdom – here, patients can undergo rehabilitative programmes to help them improve their stamina, breathing and cognitive functions (for many, long Covid is characterised by fatigue, breathlessness, and concentration problems). Yet in September, the Office for National Statistics estimated that 1.1 million people in the UK currently suffer with long Covid, while between July and August, only 5,737 people were referred to specialist NHS clinics. With the Omicron variant threatening more lives, there’s a gap in the market for long-Covid care, and plenty of private practitioners are happy to fill it – for a price.

    Continue reading...", - "category": "Long Covid", - "link": "https://www.theguardian.com/global/2022/jan/02/covid-clinics-hope-and-high-prices-on-the-long-road-to-recovery", - "creator": "Amelia Tait", - "pubDate": "2022-01-02T09:00:14Z", + "title": "Los Angeles police kill girl, 14, when firing at suspect in clothing store", + "description": "

    Bullet fired at man suspected of assault went through dressing room wall and struck teenager, officers say

    Los Angeles police have fatally shot a 14-year-old girl who was in the dressing room of a clothing store when officers fired at an assault suspect and a bullet went through the wall, hitting the girl, authorities have said.

    Officers also fatally shot the suspect on Thursday morning at a Burlington store in the North Hollywood area of the San Fernando valley, police said.

    Continue reading...", + "content": "

    Bullet fired at man suspected of assault went through dressing room wall and struck teenager, officers say

    Los Angeles police have fatally shot a 14-year-old girl who was in the dressing room of a clothing store when officers fired at an assault suspect and a bullet went through the wall, hitting the girl, authorities have said.

    Officers also fatally shot the suspect on Thursday morning at a Burlington store in the North Hollywood area of the San Fernando valley, police said.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/24/los-angeles-police-kill-girl-14-when-firing-at-suspect-in-clothing-store", + "creator": "Associated Press", + "pubDate": "2021-12-24T10:28:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194422,17 +220273,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6888bafa119065b7dd2fe2483162e5ec", - "highlights": [] + "hash": "8ea452ed8d49710d1590679a059d4922" }, { - "title": "Can you capture the complex reality of the pandemic with numbers? Well, we tried… | David Spiegelhalter and Anthony Masters", - "description": "Throughout 2021, two leading lights of the Royal Statistical Society Covid-19 Task Force drew on data for a weekly Observer column, and found themselves in the middle of Covid culture wars

    Individual experiences and suffering are, of course, at the heart of the pandemic. But one way to understand what has happened is through putting those experiences together – and statistics are those personal stories writ large. And this pandemic has brought unprecedented demand to explain all the numbers that have been flying around.

    This has not been without its problems and we’ve had to learn some hard lessons, such as the journalistic skill of brevity. Since January 2021, we’ve been writing a weekly column in this paper about Covid numbers, covering everything from infections to deaths, vaccines to mental health, masks to lockdowns.

    Continue reading...", - "content": "Throughout 2021, two leading lights of the Royal Statistical Society Covid-19 Task Force drew on data for a weekly Observer column, and found themselves in the middle of Covid culture wars

    Individual experiences and suffering are, of course, at the heart of the pandemic. But one way to understand what has happened is through putting those experiences together – and statistics are those personal stories writ large. And this pandemic has brought unprecedented demand to explain all the numbers that have been flying around.

    This has not been without its problems and we’ve had to learn some hard lessons, such as the journalistic skill of brevity. Since January 2021, we’ve been writing a weekly column in this paper about Covid numbers, covering everything from infections to deaths, vaccines to mental health, masks to lockdowns.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/commentisfree/2022/jan/02/2021-year-when-interpreting-covid-statistics-crucial-to-reach-truth", - "creator": "David Spiegelhalter and Anthony Masters", - "pubDate": "2022-01-02T10:00:14Z", + "title": "‘We’re all going to get Omicron’: NSW health minister’s warning as Australia records 9,618 cases", + "description": "

    Covid case numbers continue to grow across Australia with 6394 cases in NSW, 1,608 in Victoria, 774 in South Australia, 714 in Queensland, 71 in the ACT, 44 in Tasmania, 12 in the Northern Territory and one in Western Australia

    New South Wales reported 6,394 new infections on Boxing Day and 458 cases in hospital, with the health minister warning “we’re all going to get Omicron” and the Australia-wide tally reaching almost 10,000 cases.

    The case numbers in NSW are a slight increase on the already record case numbers reported on Christmas Day.

    Continue reading...", + "content": "

    Covid case numbers continue to grow across Australia with 6394 cases in NSW, 1,608 in Victoria, 774 in South Australia, 714 in Queensland, 71 in the ACT, 44 in Tasmania, 12 in the Northern Territory and one in Western Australia

    New South Wales reported 6,394 new infections on Boxing Day and 458 cases in hospital, with the health minister warning “we’re all going to get Omicron” and the Australia-wide tally reaching almost 10,000 cases.

    The case numbers in NSW are a slight increase on the already record case numbers reported on Christmas Day.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/26/australia-covid-update-nsw-records-6394-cases-and-victoria-reports-1608-new-cases", + "creator": "Caitlin Cassidy", + "pubDate": "2021-12-26T05:43:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194444,17 +220294,37 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7ecb2534b6d1a1c3bbe8b96624604e8", - "highlights": [] + "hash": "0958b6c1a12e8685b2d7040f2b33ebd5" }, { - "title": "Britain got it wrong on Covid: long lockdown did more harm than good, says scientist", - "description": "

    A new book outlines the mistakes and missteps that made UK pandemic worse

    There was a distinctive moment, at the start of the Covid-19 pandemic, that neatly encapsulated the mistakes and confusion of Britain’s early efforts to tackle the disease, says Mark Woolhouse. At a No 10 briefing in March 2020, cabinet minister Michael Gove warned the virus did not discriminate. “Everyone is at risk,” he announced.

    And nothing could be further from the truth, argues Professor Woolhouse, an expert on infectious diseases at Edinburgh University. “I am afraid Gove’s statement was simply not true,” he says. “In fact, this is a very discriminatory virus. Some people are much more at risk from it than others. People over 75 are an astonishing 10,000 times more at risk than those who are under 15.”

    Continue reading...", - "content": "

    A new book outlines the mistakes and missteps that made UK pandemic worse

    There was a distinctive moment, at the start of the Covid-19 pandemic, that neatly encapsulated the mistakes and confusion of Britain’s early efforts to tackle the disease, says Mark Woolhouse. At a No 10 briefing in March 2020, cabinet minister Michael Gove warned the virus did not discriminate. “Everyone is at risk,” he announced.

    And nothing could be further from the truth, argues Professor Woolhouse, an expert on infectious diseases at Edinburgh University. “I am afraid Gove’s statement was simply not true,” he says. “In fact, this is a very discriminatory virus. Some people are much more at risk from it than others. People over 75 are an astonishing 10,000 times more at risk than those who are under 15.”

    Continue reading...", + "title": "Desmond Tutu: in his own words – video obituary", + "description": "

    Archbishop emeritus Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90. Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Excitable, emotional and charismatic, Tutu won the Nobel peace prize in 1984 and chaired the Truth and Reconciliation Commission (TRC), the controversial and emotional hearings into apartheid-era human rights abuses. This is his life, in his own words

    Continue reading...", + "content": "

    Archbishop emeritus Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90. Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Excitable, emotional and charismatic, Tutu won the Nobel peace prize in 1984 and chaired the Truth and Reconciliation Commission (TRC), the controversial and emotional hearings into apartheid-era human rights abuses. This is his life, in his own words

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/video/2021/dec/26/desmond-tutu-in-his-own-words-video-obituary", + "creator": "", + "pubDate": "2021-12-26T12:58:37Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "The Guardian", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4e2f9869680de6dd002ce760cfce3fba" + }, + { + "title": "Voices of Covid doctors: 'It was always about trying to save you' – video", + "description": "

    Healthcare workers around the world have been on the frontline of the coronavirus pandemic for almost two years, which put them through the darkest days of their careers. Five doctors who have worked in hospitals in Uganda, New Zealand, the US, India, the UK and Brazil told the Guardian about how the pandemic had tested them personally and professionally, but how they continue to find hope and resolve to keep working.

    Thanks to Dr Peter Kavuma, Dr Dalilah Restrepo, Dr Yogesh Kalkonde, Dr Anne Menezes and Dr Megan Smith, who is also a spokesperson at the campaigning organisation EveryDoctor

    Continue reading...", + "content": "

    Healthcare workers around the world have been on the frontline of the coronavirus pandemic for almost two years, which put them through the darkest days of their careers. Five doctors who have worked in hospitals in Uganda, New Zealand, the US, India, the UK and Brazil told the Guardian about how the pandemic had tested them personally and professionally, but how they continue to find hope and resolve to keep working.

    Thanks to Dr Peter Kavuma, Dr Dalilah Restrepo, Dr Yogesh Kalkonde, Dr Anne Menezes and Dr Megan Smith, who is also a spokesperson at the campaigning organisation EveryDoctor

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/02/britain-got-it-wrong-on-covid-long-lockdown-did-more-harm-than-good-says-scientist", - "creator": "Robin McKie", - "pubDate": "2022-01-02T09:00:13Z", + "link": "https://www.theguardian.com/world/video/2021/dec/23/voices-of-covid-doctors-it-was-always-about-trying-to-save-you-video", + "creator": "Elena Morresi", + "pubDate": "2021-12-23T12:08:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194466,17 +220336,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e92372d090953fa3cc2eb8a03a0bf56d", - "highlights": [] + "hash": "e08e18953908e1ea7e0fc34fdd8417a8" }, { - "title": "Can you think yourself young?", - "description": "

    Research shows that a positive attitude to ageing can lead to a longer, healthier life, while negative beliefs can have hugely detrimental effects

    For more than a decade, Paddy Jones has been wowing audiences across the world with her salsa dancing. She came to fame on the Spanish talent show Tú Sí Que Vales (You’re Worth It) in 2009 and has since found success in the UK, through Britain’s Got Talent; in Germany, on Das Supertalent; in Argentina, on the dancing show Bailando; and in Italy, where she performed at the Sanremo music festival in 2018 alongside the band Lo Stato Sociale.

    Jones also happens to be in her mid-80s, making her the world’s oldest acrobatic salsa dancer, according to Guinness World Records. Growing up in the UK, Jones had been a keen dancer and had performed professionally before she married her husband, David, at 22 and had four children. It was only in retirement that she began dancing again – to widespread acclaim. “I don’t plead my age because I don’t feel 80 or act it,” Jones told an interviewer in 2014.

    Continue reading...", - "content": "

    Research shows that a positive attitude to ageing can lead to a longer, healthier life, while negative beliefs can have hugely detrimental effects

    For more than a decade, Paddy Jones has been wowing audiences across the world with her salsa dancing. She came to fame on the Spanish talent show Tú Sí Que Vales (You’re Worth It) in 2009 and has since found success in the UK, through Britain’s Got Talent; in Germany, on Das Supertalent; in Argentina, on the dancing show Bailando; and in Italy, where she performed at the Sanremo music festival in 2018 alongside the band Lo Stato Sociale.

    Jones also happens to be in her mid-80s, making her the world’s oldest acrobatic salsa dancer, according to Guinness World Records. Growing up in the UK, Jones had been a keen dancer and had performed professionally before she married her husband, David, at 22 and had four children. It was only in retirement that she began dancing again – to widespread acclaim. “I don’t plead my age because I don’t feel 80 or act it,” Jones told an interviewer in 2014.

    Continue reading...", - "category": "Science", - "link": "https://www.theguardian.com/science/2022/jan/02/can-you-think-yourself-young-ageing-psychology", - "creator": "David Robson", - "pubDate": "2022-01-02T12:00:17Z", + "title": "Tiananmen massacre statue removed from Hong Kong university – video", + "description": "

    A monument at a Hong Kong university that commemorated the 1989 Tiananmen Square killings was boarded up by workers. Drilling sounds and loud clanging could be heard coming from the boarded-up site, which was patrolled by guards, as workers barricaded the Pillar of Shame monument at the University of Hong Kong. The 8-metre-tall (26ft) Pillar of Shame, which depicts 50 torn and twisted bodies piled on top of each other, was created by Danish sculptor Jens Galschiøt to symbolise those who lost their lives during the Tiananmen Square crackdown. Galschiøt said he believed the sculpture had been cut up into pieces, and that he was considering pursuing legal action to save it.

    Continue reading...", + "content": "

    A monument at a Hong Kong university that commemorated the 1989 Tiananmen Square killings was boarded up by workers. Drilling sounds and loud clanging could be heard coming from the boarded-up site, which was patrolled by guards, as workers barricaded the Pillar of Shame monument at the University of Hong Kong. The 8-metre-tall (26ft) Pillar of Shame, which depicts 50 torn and twisted bodies piled on top of each other, was created by Danish sculptor Jens Galschiøt to symbolise those who lost their lives during the Tiananmen Square crackdown. Galschiøt said he believed the sculpture had been cut up into pieces, and that he was considering pursuing legal action to save it.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/video/2021/dec/23/tiananmen-massacre-statue-removed-from-hong-kong-university-video", + "creator": "", + "pubDate": "2021-12-23T00:02:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194488,17 +220357,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8017e8f1f2728ca0f9f1f92ec68a80d", - "highlights": [] + "hash": "90e765fd2e5cff73fda8986e2ce66abb" }, { - "title": "Super poo: the emerging science of stool transplants and designer gut bacteria", - "description": "

    As more people turn to faecal transplants for their health benefits, researchers in Adelaide are harnessing the power of high-quality poo in new treatments that can simply be swallowed

    Good poo donors are so hard to find they’re sometimes called “unicorns”. These elusive, healthy creatures service a market for faecal transplants that is growing rapidly as evidence of its benefits mounts.

    Emerging science shows that a human’s microbiome – their constellation of gut microbes – has a far greater effect on health than anyone previously imagined. This enormous ecosystem we host in our bodies includes bacteria, fungi, viruses and more.

    Continue reading...", - "content": "

    As more people turn to faecal transplants for their health benefits, researchers in Adelaide are harnessing the power of high-quality poo in new treatments that can simply be swallowed

    Good poo donors are so hard to find they’re sometimes called “unicorns”. These elusive, healthy creatures service a market for faecal transplants that is growing rapidly as evidence of its benefits mounts.

    Emerging science shows that a human’s microbiome – their constellation of gut microbes – has a far greater effect on health than anyone previously imagined. This enormous ecosystem we host in our bodies includes bacteria, fungi, viruses and more.

    Continue reading...", - "category": "Health", - "link": "https://www.theguardian.com/australia-news/2022/jan/03/super-poo-the-emerging-science-of-stool-transplants-and-designer-gut-bacteria", - "creator": "Tory Shepherd", - "pubDate": "2022-01-02T16:30:24Z", + "title": "Archbishop Desmond Tutu: tributes paid after anti-apartheid hero dies aged 90 – latest updates", + "description": "

    Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90

    UK deputy prime minister, Dominic Raab, has described Tutu as a “truly great figure”.

    Gary Younge quotes from his 2009 interview with Tutu:

    Continue reading...", + "content": "

    Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90

    UK deputy prime minister, Dominic Raab, has described Tutu as a “truly great figure”.

    Gary Younge quotes from his 2009 interview with Tutu:

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/live/2021/dec/26/desmond-tutu-archbishop-death-news-anti-apartheid-south-africa-latest", + "creator": "Miranda Bryant", + "pubDate": "2021-12-26T08:58:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194510,17 +220378,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "172e6f254ceee9b088d7d79ba80bb30f", - "highlights": [] + "hash": "8a880463935442d746a6c10aa96cbb6a" }, { - "title": "The Italian hamlet that gives a glimpse of life before the web", - "description": "

    Galliano di Mugello’s poor signal has endeared it to Italians, but the mayor hopes to use recent publicity to close the digital divide

    At the cafe that doubles-up as a newsagent in Galliano di Mugello, a medieval hamlet in Tuscany, there are no pings from mobile phones, people aimlessly browsing the internet or uploading pictures of their cappuccino to Instagram. Instead, customers read the newspaper – their main source of information on the outside world – or talk to each other.

    Surrounded by Tuscany’s postcard perfect cypress trees and rolling hills, Galliano di Mugello, would be a haven for those wanting a digital detox. But the absence of mobile phone coverage is a much less endearing quirk for the 1,300 or so inhabitants, who are starting to rise up against not being able to make a call, send a text or search for something on Google on their handsets.

    Continue reading...", - "content": "

    Galliano di Mugello’s poor signal has endeared it to Italians, but the mayor hopes to use recent publicity to close the digital divide

    At the cafe that doubles-up as a newsagent in Galliano di Mugello, a medieval hamlet in Tuscany, there are no pings from mobile phones, people aimlessly browsing the internet or uploading pictures of their cappuccino to Instagram. Instead, customers read the newspaper – their main source of information on the outside world – or talk to each other.

    Surrounded by Tuscany’s postcard perfect cypress trees and rolling hills, Galliano di Mugello, would be a haven for those wanting a digital detox. But the absence of mobile phone coverage is a much less endearing quirk for the 1,300 or so inhabitants, who are starting to rise up against not being able to make a call, send a text or search for something on Google on their handsets.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2022/jan/02/the-italian-hamlet-that-gives-a-glimpse-of-life-before-the-web", - "creator": "Angela Giuffrida in Galliano di Mugello", - "pubDate": "2022-01-02T14:12:01Z", + "title": "One year on, most voters say Brexit has gone badly", + "description": "

    An Opinium poll also found that 42% of people who voted Leave in 2016 had a negative view of how it had turned out

    More than six out of 10 voters believe Brexit has either gone badly or worse than they expected – a year after the UK left the EU, according to an anniversary poll for the Observer.

    The Opinium survey – coming a week after the minister in charge of Brexit, Lord Frost, resigned from Boris Johnson’s government – also found that 42% of people who voted Leave in 2016 had a negative view of how Brexit had turned out so far.

    Continue reading...", + "content": "

    An Opinium poll also found that 42% of people who voted Leave in 2016 had a negative view of how it had turned out

    More than six out of 10 voters believe Brexit has either gone badly or worse than they expected – a year after the UK left the EU, according to an anniversary poll for the Observer.

    The Opinium survey – coming a week after the minister in charge of Brexit, Lord Frost, resigned from Boris Johnson’s government – also found that 42% of people who voted Leave in 2016 had a negative view of how Brexit had turned out so far.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2021/dec/25/one-year-on-most-voters-say-brexit-has-gone-badly", + "creator": "Toby Helm", + "pubDate": "2021-12-25T20:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194532,17 +220399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "403f3d8feb29573551adaaa5bd977522", - "highlights": [] + "hash": "592bee7eb55ef42930c1720373628f4d" }, { - "title": "Kirat Assi: ‘Bobby tried to destroy my hopes, my dreams, every part of my life’", - "description": "

    She had been ‘catfished’ for years, and now her hit podcast tells the story of tracing the scammer and her quest for justice

    The voice of Kirat Assi, subject of the podcast Sweet Bobby, is so familiar I momentarily forget we had never spoken, let alone met. I am one of the million-plus listeners gripped by her story of being “catfished” – duped into a relationship by someone with a false identity.

    Assi, who lives in London, fell victim to a complex fraud that lasted eight years and involved up to 60 characters who only existed in the scammer’s warped imagination. At the centre was Bobby, a handsome cardiologist with whom Assi formed a close friendship that turned into romance despite never meeting in real life. Bobby was a real person whose identity had been stolen by the scammer, eventually exposed as Assi’s cousin Simran Bhogal.

    Continue reading...", - "content": "

    She had been ‘catfished’ for years, and now her hit podcast tells the story of tracing the scammer and her quest for justice

    The voice of Kirat Assi, subject of the podcast Sweet Bobby, is so familiar I momentarily forget we had never spoken, let alone met. I am one of the million-plus listeners gripped by her story of being “catfished” – duped into a relationship by someone with a false identity.

    Assi, who lives in London, fell victim to a complex fraud that lasted eight years and involved up to 60 characters who only existed in the scammer’s warped imagination. At the centre was Bobby, a handsome cardiologist with whom Assi formed a close friendship that turned into romance despite never meeting in real life. Bobby was a real person whose identity had been stolen by the scammer, eventually exposed as Assi’s cousin Simran Bhogal.

    Continue reading...", - "category": "Social media", - "link": "https://www.theguardian.com/media/2022/jan/02/kirat-assi-sweet-bobby-podcast-catfish-justice", - "creator": "Julie Bindel", - "pubDate": "2022-01-02T13:30:18Z", + "title": "Australia tighten grip on Ashes as England top order crumbles at MCG", + "description": "

    The debrief in Adelaide was meant to represent a fresh start for England but was instead followed by pants being pulled down in Melbourne. Their batting on Boxing Day was so utterly dysfunctional that even the script writers for EastEnders might have deemed the storyline a bit too depressing for their annual dose of festive humbug.

    Joe Root had claimed before this must-win third Ashes Test against Australia that a response was incoming from the tourists. Chris Silverwood, the usually mild-mannered head coach, had locked the dressing room door in response to going 2-0 down a week ago, stuck their dismissals up on the TV screen and dispensed what is known colloquially in these parts as a bake.

    Instead, shortly after tea on the opening day at the MCG – not even halfway through the series as a whole – the Barmy Army trumpeter could already be heard pootling the theme from The Great Escape. A rejigged England side featuring four changes were eight down during what became an eventual 185 all out in 65.1 overs. And that was a total swelled by Ollie Robinson, the No 9, throwing the bat to the tune of 22 runs.

    This was the 12th time in 2021 that England have been rolled for under 200 and in a year when their captain is in the form of his life. Root top-scored with 50 – he now has one final innings in which to make 109 runs and break Mohammad Yusuf’s Test record of 1,788 in a calendar year – but sat among a guilty trio of soft dismissals that featured two supposed lieutenants in Ben Stokes and Jos Buttler.

    Continue reading...", + "content": "

    The debrief in Adelaide was meant to represent a fresh start for England but was instead followed by pants being pulled down in Melbourne. Their batting on Boxing Day was so utterly dysfunctional that even the script writers for EastEnders might have deemed the storyline a bit too depressing for their annual dose of festive humbug.

    Joe Root had claimed before this must-win third Ashes Test against Australia that a response was incoming from the tourists. Chris Silverwood, the usually mild-mannered head coach, had locked the dressing room door in response to going 2-0 down a week ago, stuck their dismissals up on the TV screen and dispensed what is known colloquially in these parts as a bake.

    Instead, shortly after tea on the opening day at the MCG – not even halfway through the series as a whole – the Barmy Army trumpeter could already be heard pootling the theme from The Great Escape. A rejigged England side featuring four changes were eight down during what became an eventual 185 all out in 65.1 overs. And that was a total swelled by Ollie Robinson, the No 9, throwing the bat to the tune of 22 runs.

    This was the 12th time in 2021 that England have been rolled for under 200 and in a year when their captain is in the form of his life. Root top-scored with 50 – he now has one final innings in which to make 109 runs and break Mohammad Yusuf’s Test record of 1,788 in a calendar year – but sat among a guilty trio of soft dismissals that featured two supposed lieutenants in Ben Stokes and Jos Buttler.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/2021/dec/26/australia-tighten-grip-on-ashes-as-england-top-order-crumbles-at-mcg-cricket-boxing-day-test", + "creator": "Ali Martin at Melbourne Cricket Ground", + "pubDate": "2021-12-26T07:43:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194554,17 +220420,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3db1d84a261f479d871de1a82e92d17", - "highlights": [] + "hash": "63972f39dc13d7cf6aca81d4854ef695" }, { - "title": "To the moon and beyond: what 2022 holds for space travel", - "description": "

    From lunar missions to anti-asteroid defence systems, there are plenty of exciting scientific developments to look forward to

    This year promises to be an important one for space exploration, with several major programmes reaching the launch pad over the next 12 months. The US is to return to the moon, undertaking a set of missions intended to establish a lunar colony there in a few years. China is expected to complete its Tiangong space station while Europe and Russia will attempt to land spacecraft on Mars, having failed at every previous attempt. India, South Korea and Japan are also scheduled to put a number of missions into space.

    Continue reading...", - "content": "

    From lunar missions to anti-asteroid defence systems, there are plenty of exciting scientific developments to look forward to

    This year promises to be an important one for space exploration, with several major programmes reaching the launch pad over the next 12 months. The US is to return to the moon, undertaking a set of missions intended to establish a lunar colony there in a few years. China is expected to complete its Tiangong space station while Europe and Russia will attempt to land spacecraft on Mars, having failed at every previous attempt. India, South Korea and Japan are also scheduled to put a number of missions into space.

    Continue reading...", - "category": "Space", - "link": "https://www.theguardian.com/science/2022/jan/02/to-the-moon-and-beyond-what-2022-holds-for-space-travel", - "creator": "Robin McKie", - "pubDate": "2022-01-02T14:00:19Z", + "title": "Regulate, break up, open up: how to fix Facebook in 2022", + "description": "

    After another disastrous year for the company, experts and activists see clear ways to tackle its problems

    This year the public saw an alarming side of Facebook, after a huge leak of internal documents revealed the extent of vaccine misinformation and extremism on the platform, a two-tier system of who gets to break the rules, and the toxic effects of Instagram for teens.

    Digital rights activists around the world have warned about these issues for years, but with the company facing mounting pressure, next year could provide an unprecedented opportunity for action.

    Continue reading...", + "content": "

    After another disastrous year for the company, experts and activists see clear ways to tackle its problems

    This year the public saw an alarming side of Facebook, after a huge leak of internal documents revealed the extent of vaccine misinformation and extremism on the platform, a two-tier system of who gets to break the rules, and the toxic effects of Instagram for teens.

    Digital rights activists around the world have warned about these issues for years, but with the company facing mounting pressure, next year could provide an unprecedented opportunity for action.

    Continue reading...", + "category": "Facebook", + "link": "https://www.theguardian.com/technology/2021/dec/25/facebook-how-to-fix-break-up-regulation", + "creator": "Aisha Gani", + "pubDate": "2021-12-26T06:00:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194576,17 +220441,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "35ee5ec576c04b2856ee6ed554bde48d", - "highlights": [] + "hash": "0014fc4370156a0749e0537b428f2fcf" }, { - "title": "We often fail to keep resolutions – but writing in a notebook brings great rewards", - "description": "

    Scribbling down our thoughts is a great way to make sense of things – and very satisfying

    In 1989, when I was 16, I moved into a pub with my parents and my younger brother, Matty. It was highly exciting. I took to barwork as I liked the chat, and also enjoyed the opportunities offered for eavesdropping. I was curious about the adult world and up until then had learned most of what I knew from books. Now I had all these real lives to study. I should write some of this down, I thought, and would scribble into my diary before bed.

    We couldn’t believe how busy it was that first Christmas, culminating on New Year’s Eve, when everyone piled out into the main street at midnight and exchanged drunken embraces and warm wishes for 1990. After the pub had emptied and the mammoth job of clearing up was done, we gathered with our staff for a few drinks and the chat turned to resolutions. All the women wanted to lose weight. A couple of people wanted to stop smoking. I announced very firmly that I wanted to write a novel.

    Continue reading...", - "content": "

    Scribbling down our thoughts is a great way to make sense of things – and very satisfying

    In 1989, when I was 16, I moved into a pub with my parents and my younger brother, Matty. It was highly exciting. I took to barwork as I liked the chat, and also enjoyed the opportunities offered for eavesdropping. I was curious about the adult world and up until then had learned most of what I knew from books. Now I had all these real lives to study. I should write some of this down, I thought, and would scribble into my diary before bed.

    We couldn’t believe how busy it was that first Christmas, culminating on New Year’s Eve, when everyone piled out into the main street at midnight and exchanged drunken embraces and warm wishes for 1990. After the pub had emptied and the mammoth job of clearing up was done, we gathered with our staff for a few drinks and the chat turned to resolutions. All the women wanted to lose weight. A couple of people wanted to stop smoking. I announced very firmly that I wanted to write a novel.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/02/we-often-fail-to-keep-resolutions-but-writing-in-a-notebook-brings-great-rewards", - "creator": "Cathy Rentzenbrink", - "pubDate": "2022-01-02T13:00:18Z", + "title": "Tory MPs warn Boris Johnson’s rivals to oppose tougher Covid new year rules", + "description": "

    Leadership hopefuls told to block new limits in England as scientists model curbs on bars and cafes

    Cabinet ministers vying to succeed Boris Johnson have been warned by Tory colleagues that they will damage their chances unless they stridently oppose further Covid measures in England, as MPs called for New Year’s Eve restrictions to be ruled out.

    With ministers expected to meet as soon as Monday to discuss whether additional measures are needed to protect hospital capacity, several Conservatives said that they would be watching those emerging as leading contenders to replace Johnson should he step aside before the next election.

    Continue reading...", + "content": "

    Leadership hopefuls told to block new limits in England as scientists model curbs on bars and cafes

    Cabinet ministers vying to succeed Boris Johnson have been warned by Tory colleagues that they will damage their chances unless they stridently oppose further Covid measures in England, as MPs called for New Year’s Eve restrictions to be ruled out.

    With ministers expected to meet as soon as Monday to discuss whether additional measures are needed to protect hospital capacity, several Conservatives said that they would be watching those emerging as leading contenders to replace Johnson should he step aside before the next election.

    Continue reading...", + "category": "Conservatives", + "link": "https://www.theguardian.com/politics/2021/dec/25/now-tory-mps-warn-dont-toughen-covid-new-year-rules", + "creator": "Michael Savage and Robin McKie", + "pubDate": "2021-12-26T02:32:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194598,17 +220462,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26597691e4d1f294978e1f41d14e5613", - "highlights": [] + "hash": "8e9d6a3794b154aefd3370e04bb2ee7e" }, { - "title": "Lost your get up and go? Here’s how to get it back", - "description": "

    After a lifetime of loving exercise, Martin Love lost his motivation. But where had it gone? And could he get it back? Plus, five experts on how to maintain your mojo

    On my parents’ mantelpiece, among the pictures of smiling grandchildren, lopsided graduation hats, old sports cars and a young soldier in smart uniform, is a picture of heroic athletic endeavour. In a little silver frame is a small blond boy in a white vest straining every sinew as he belts around the corner of a grassy athletic field, the parallel lines of the track marked out in white chalk stretching into the distance. He seems to be so far ahead of the pack that he’s almost on his own. He’s a champion in the making! Is the podium ready? Is that the music from Chariots of Fire you can hear?

    The sad truth is that the little boy is me and I was so far off the pace everyone else that my dad was able to step out on the track to take the picture. “You were miles behind. It was almost as if you were running in slow motion,” he says now, with a laugh.

    Continue reading...", - "content": "

    After a lifetime of loving exercise, Martin Love lost his motivation. But where had it gone? And could he get it back? Plus, five experts on how to maintain your mojo

    On my parents’ mantelpiece, among the pictures of smiling grandchildren, lopsided graduation hats, old sports cars and a young soldier in smart uniform, is a picture of heroic athletic endeavour. In a little silver frame is a small blond boy in a white vest straining every sinew as he belts around the corner of a grassy athletic field, the parallel lines of the track marked out in white chalk stretching into the distance. He seems to be so far ahead of the pack that he’s almost on his own. He’s a champion in the making! Is the podium ready? Is that the music from Chariots of Fire you can hear?

    The sad truth is that the little boy is me and I was so far off the pace everyone else that my dad was able to step out on the track to take the picture. “You were miles behind. It was almost as if you were running in slow motion,” he says now, with a laugh.

    Continue reading...", - "category": "Fitness", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/02/lost-your-get-up-and-go-heres-how-to-get-it-back", - "creator": "Martin Love", - "pubDate": "2022-01-02T08:00:13Z", + "title": "Space cadets Branson and Bezos scoop the 2021 shamelessness prize", + "description": "

    Virgin and Amazon bosses do well in our awards for business brass neck, but there are also nods to big oil, big money – and a powerful whiff of Musk

    Every Christmas, Observer Business Agenda casts its eye over the year that was, seeking to spotlight the business luminaries whose deeds might otherwise have gone unrecognised. At first glance 2021 looked awfully similar to 2020 – a pandemic, various lockdowns and a new wave of infections to round it all off – but it soon became clear that there were still candidates worthy of special recognition.

    Continue reading...", + "content": "

    Virgin and Amazon bosses do well in our awards for business brass neck, but there are also nods to big oil, big money – and a powerful whiff of Musk

    Every Christmas, Observer Business Agenda casts its eye over the year that was, seeking to spotlight the business luminaries whose deeds might otherwise have gone unrecognised. At first glance 2021 looked awfully similar to 2020 – a pandemic, various lockdowns and a new wave of infections to round it all off – but it soon became clear that there were still candidates worthy of special recognition.

    Continue reading...", + "category": "Richard Branson", + "link": "https://www.theguardian.com/business/2021/dec/26/2021-business-agenda-awards-branson-bezos-musk", + "creator": "Jasper Jolly", + "pubDate": "2021-12-26T00:05:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194620,17 +220483,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "db014aa8f041838e72ea6fbe9a868314", - "highlights": [] + "hash": "fd38994b157c9ec081aca70df0d747dd" }, { - "title": "Man, 74, dies in electric scooter collision in Greater Manchester", - "description": "

    Rider in Tameside died on scene after colliding with two parked cars on New Year’s Day

    A 74-year-old man has died after his electric scooter collided with two parked cars on New Year’s Day.

    Greater Manchester police (GMP) said officers were called to reports of the crash on Springfield Road in Tameside, just east of Manchester, at about 1.40pm on Saturday.

    Continue reading...", - "content": "

    Rider in Tameside died on scene after colliding with two parked cars on New Year’s Day

    A 74-year-old man has died after his electric scooter collided with two parked cars on New Year’s Day.

    Greater Manchester police (GMP) said officers were called to reports of the crash on Springfield Road in Tameside, just east of Manchester, at about 1.40pm on Saturday.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2022/jan/02/man-74-dies-in-electric-scooter-collision-in-greater-manchester", - "creator": "PA Media", - "pubDate": "2022-01-02T19:12:18Z", + "title": "Italians fear return of instability if Mario Draghi quits to become president", + "description": "

    Silvio Berlusconi is among those waiting in the wings if the prime minister decides to leave the stage and forces an early election

    Italians have been enjoying an unusual period of political harmony – Mario Draghi, the prime minister, brought decisive, competent leadership in the midst of the pandemic, and the economy is growing fast. But that could be thrown into jeopardy when parliament elects a new president in January.

    An opaque ritual described as being akin to the appointment of a new pope, the topic is dominating the political debate as the outcome could leave Italy with a predicament at a critical juncture: should Draghi, the former European Central Bank chief credited with restoring stability and confidence in the country, remain prime minister, or become president?

    Continue reading...", + "content": "

    Silvio Berlusconi is among those waiting in the wings if the prime minister decides to leave the stage and forces an early election

    Italians have been enjoying an unusual period of political harmony – Mario Draghi, the prime minister, brought decisive, competent leadership in the midst of the pandemic, and the economy is growing fast. But that could be thrown into jeopardy when parliament elects a new president in January.

    An opaque ritual described as being akin to the appointment of a new pope, the topic is dominating the political debate as the outcome could leave Italy with a predicament at a critical juncture: should Draghi, the former European Central Bank chief credited with restoring stability and confidence in the country, remain prime minister, or become president?

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2021/dec/26/italians-fear-return-of-instability-if-mario-draghi-quits-to-become-president", + "creator": "Angela Giuffrida in Rome", + "pubDate": "2021-12-26T06:30:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194642,17 +220504,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5890205ca2536900d7eb425cdba2f29", - "highlights": [] + "hash": "b7f320ff4851a589642e86ee382cdcd8" }, { - "title": "Why does Austria stay silent over dual national’s arrest six years ago in Iran?", - "description": "

    Iranian-Austrian Kamran Ghaderi is serving a 10-year sentence for spying and his family are still waiting for answers

    Six years ago on New Year’s Day, an Iranian-Austrian IT businessman said goodbye to his wife and three children and boarded a flight from Vienna to Tehran via Istanbul. Kamran Ghaderi was due to return five to six days later, but instead, on 2 January 2016, he was arrested and has now spent six years in Evin prison in Tehran.

    In October 2016, he was sentenced to 10 years for spying for a foreign country at a trial in which neither he nor his lawyer were able to say more than two words. His sentencing was based on a confession he gave under what his wife, Harika, says was torture, in the belief she might be in danger. No written judgment has ever been given to his family.

    Continue reading...", - "content": "

    Iranian-Austrian Kamran Ghaderi is serving a 10-year sentence for spying and his family are still waiting for answers

    Six years ago on New Year’s Day, an Iranian-Austrian IT businessman said goodbye to his wife and three children and boarded a flight from Vienna to Tehran via Istanbul. Kamran Ghaderi was due to return five to six days later, but instead, on 2 January 2016, he was arrested and has now spent six years in Evin prison in Tehran.

    In October 2016, he was sentenced to 10 years for spying for a foreign country at a trial in which neither he nor his lawyer were able to say more than two words. His sentencing was based on a confession he gave under what his wife, Harika, says was torture, in the belief she might be in danger. No written judgment has ever been given to his family.

    Continue reading...", - "category": "Iran", - "link": "https://www.theguardian.com/world/2022/jan/01/kamran-ghaderi-why-does-austria-stay-silent-dual-nationals-arrest-six-years-ago-iran", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2022-01-01T05:00:39Z", + "title": "Suicidal asylum-seekers subjected to ‘dangerous’ use of force by guards at detention centre", + "description": "

    Observer investigation finds officers without the usual certification used risky restraint techniques at Brook House

    Suicidal asylum seekers were subject to force by guards who the Home Office allowed to remain on duty despite being “effectively uncertified” in the safe use of restraint techniques, according to internal documents charting conditions inside one of the UK’s most controversial immigration centres.

    Experts say the department endangered lives last year by deploying custody staff whose training in the safe use of force had expired, as it detained hundreds of people who had crossed the Channel in a fast-track scheme to remove them.

    Continue reading...", + "content": "

    Observer investigation finds officers without the usual certification used risky restraint techniques at Brook House

    Suicidal asylum seekers were subject to force by guards who the Home Office allowed to remain on duty despite being “effectively uncertified” in the safe use of restraint techniques, according to internal documents charting conditions inside one of the UK’s most controversial immigration centres.

    Experts say the department endangered lives last year by deploying custody staff whose training in the safe use of force had expired, as it detained hundreds of people who had crossed the Channel in a fast-track scheme to remove them.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/dec/26/suicidal-asylum-seekers-subjected-to-dangerous-use-of-force-by-guards-at-detention-centre", + "creator": "Aaron Walawalkar, Jessica Purkiss, Eleanor Rose and Mark Townsend", + "pubDate": "2021-12-26T08:45:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194664,17 +220525,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb30e8de89d196739ff530e75ebd1eeb", - "highlights": [] + "hash": "c345c3faad8f2388e0a67e5750cd9578" }, { - "title": "Colorado wildfire: officials investigate blaze that destroyed nearly 1,000 homes", - "description": "

    Three people are missing and at least 991 homes and other buildings were destroyed as officials pursue tips

    Search teams looked for three missing people on Sunday in snow-covered but smoldering debris from a massive Colorado wildfire, while people who escaped the flames sorted through what was left and investigators tried to determine its cause.

    The flames ripped through at least 9.4 sq miles and left nearly 1,000 homes and other buildings destroyed in suburbs between Denver and Boulder.

    Continue reading...", - "content": "

    Three people are missing and at least 991 homes and other buildings were destroyed as officials pursue tips

    Search teams looked for three missing people on Sunday in snow-covered but smoldering debris from a massive Colorado wildfire, while people who escaped the flames sorted through what was left and investigators tried to determine its cause.

    The flames ripped through at least 9.4 sq miles and left nearly 1,000 homes and other buildings destroyed in suburbs between Denver and Boulder.

    Continue reading...", - "category": "Colorado", - "link": "https://www.theguardian.com/us-news/2022/jan/02/colorado-wildfire-officials-investigate-blaze", - "creator": "Associated Press in Superior, Colorado", - "pubDate": "2022-01-02T19:00:18Z", + "title": "T Mark Taylor, He-Man and Masters of the Universe toy designer, dies aged 80", + "description": "

    The California native also helped create the popular Teenage Mutant Ninja Turtles franchise in a lifetime working for Mattel

    T Mark Taylor, artist and toy designer for the He-Man and the Masters of the Universe franchise as well as the Teenage Mutant Ninja Turtles, has died of heart failure at his home in southern California. He was 80.

    He-Man was the muscled frontman for toy manufacturer Mattel’s Masters of the Universe franchise, which would later spawn an animated series that became a staple for children.

    Continue reading...", + "content": "

    The California native also helped create the popular Teenage Mutant Ninja Turtles franchise in a lifetime working for Mattel

    T Mark Taylor, artist and toy designer for the He-Man and the Masters of the Universe franchise as well as the Teenage Mutant Ninja Turtles, has died of heart failure at his home in southern California. He was 80.

    He-Man was the muscled frontman for toy manufacturer Mattel’s Masters of the Universe franchise, which would later spawn an animated series that became a staple for children.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/26/t-mark-taylor-he-man-and-masters-of-the-universe-toy-designer-dies-aged-80", + "creator": "Associated Press", + "pubDate": "2021-12-26T05:39:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194686,17 +220546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd0a36abc17afae58b0afbf6fc9ad4c6", - "highlights": [] + "hash": "bc03e312390371c8a8a2d5b0f46b954f" }, { - "title": "Haiti’s New Year’s Day soup has made headlines. But let’s not be naive about its symbolism", - "description": "

    Sharing soup joumou on 1 January represents what Haitians bring to the world – but remembering that inequality prevails is arguably more important

    Whispers. Curfews. Never-ending military parades and shows of arms. Opponents’ bodies exposed for children to see as some sort of macabre art. And always, that nasal voice of “Papa Doc”, François Duvalier, chanting on all radio stations. Those were the days of my childhood under a dictator in Haiti.

    But on 1 January, Independence Day, there were three things that made a difference.

    Continue reading...", - "content": "

    Sharing soup joumou on 1 January represents what Haitians bring to the world – but remembering that inequality prevails is arguably more important

    Whispers. Curfews. Never-ending military parades and shows of arms. Opponents’ bodies exposed for children to see as some sort of macabre art. And always, that nasal voice of “Papa Doc”, François Duvalier, chanting on all radio stations. Those were the days of my childhood under a dictator in Haiti.

    But on 1 January, Independence Day, there were three things that made a difference.

    Continue reading...", - "category": "Haiti", - "link": "https://www.theguardian.com/global-development/2022/jan/01/haitis-new-years-day-soup-joumou-has-made-headlines-but-lets-not-be-naive-about-its-symbolism", - "creator": "Lyonel Trouillot", - "pubDate": "2022-01-01T09:15:44Z", + "title": "Burkina Faso declares two days of mourning after 41 militia members killed", + "description": "

    The killings come amid escalating violence in the region, where a four-year Islamist insurgency has resulted in thousands of deaths

    Authorities in Burkina Faso have declared a two-day period of mourning after suspected militants killed at least 41 members of a government-backed civilian militia in the country’s desert north this week.

    A column of civilian fighters from the homeland defence volunteers (VDP), a group the government funds and trains to contain Islamist insurgents, was ambushed on Thursday as it swept a remote area in the northern Loroum province, authorities said on Saturday.

    Continue reading...", + "content": "

    The killings come amid escalating violence in the region, where a four-year Islamist insurgency has resulted in thousands of deaths

    Authorities in Burkina Faso have declared a two-day period of mourning after suspected militants killed at least 41 members of a government-backed civilian militia in the country’s desert north this week.

    A column of civilian fighters from the homeland defence volunteers (VDP), a group the government funds and trains to contain Islamist insurgents, was ambushed on Thursday as it swept a remote area in the northern Loroum province, authorities said on Saturday.

    Continue reading...", + "category": "Burkina Faso", + "link": "https://www.theguardian.com/world/2021/dec/26/burkina-faso-declares-two-days-of-mourning-after-41-militia-members-killed", + "creator": "Reuters", + "pubDate": "2021-12-26T01:35:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194708,17 +220567,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c9cb56e7db4086704a28d52b0e25f07", - "highlights": [] + "hash": "d652890fcd1d380a82c3f5d1b6e288d9" }, { - "title": "As I bum-shuffled my way down the scree at Avalanche Peak I wished I was back in the bush | Rose Lu", - "description": "

    As my family were neither middle class nor white European I didn’t venture into the bush until I was an adult – I’ll never forget my first time

    • Guardian writers and readers describe their favourite place in New Zealand’s wilderness and why it’s special to them

    Nothing beats the New Zealand bush. The writer Ashleigh Young once tweeted: “Sometimes NZ writers say ‘the forest’ instead of ‘the bush’ (and they definitely mean ‘the bush’) because they are nervous about saying ‘the bush’. Bring back the bush. If everyone does it, we will be fine.”

    So here I am, proclaiming, “I love the bush!” Perhaps this is my opinion as an outdoor enthusiast and bisexual, but “bush” is the more accurate descriptor for the native flora of Aotearoa. Our bush is dense and scratchy, inured to the trample of boots. Our bush is thick and lush all year round, as few native plant species are deciduous. Our bush is not some wan forest: it is wild and overgrown, it does not encourage easy passage.

    Continue reading...", - "content": "

    As my family were neither middle class nor white European I didn’t venture into the bush until I was an adult – I’ll never forget my first time

    • Guardian writers and readers describe their favourite place in New Zealand’s wilderness and why it’s special to them

    Nothing beats the New Zealand bush. The writer Ashleigh Young once tweeted: “Sometimes NZ writers say ‘the forest’ instead of ‘the bush’ (and they definitely mean ‘the bush’) because they are nervous about saying ‘the bush’. Bring back the bush. If everyone does it, we will be fine.”

    So here I am, proclaiming, “I love the bush!” Perhaps this is my opinion as an outdoor enthusiast and bisexual, but “bush” is the more accurate descriptor for the native flora of Aotearoa. Our bush is dense and scratchy, inured to the trample of boots. Our bush is thick and lush all year round, as few native plant species are deciduous. Our bush is not some wan forest: it is wild and overgrown, it does not encourage easy passage.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/commentisfree/2022/jan/03/as-i-bum-shuffled-my-way-down-the-scree-at-avalanche-peak-i-wished-i-was-back-in-the-bush", - "creator": "Rose Lu", - "pubDate": "2022-01-02T19:00:25Z", + "title": "Save the Children workers missing after 30 villagers reportedly massacred by Myanmar troops", + "description": "

    Two members of international humanitarian group missing after killings in Kayah state

    Two members of the international humanitarian group Save the Children are missing after Myanmar government troops rounded up villagers, some believed to be women and children, fatally shot more than 30 and burned the bodies, according to a witness and other reports.

    Purported photos of the aftermath of the Christmas Eve massacre in Moso, a village in the country’s east, just outside Hpruso township in Kayah state where refugees were sheltering from an army offensive, have spread on social media in the country, fuelling outrage against the military that took power in February.

    Continue reading...", + "content": "

    Two members of international humanitarian group missing after killings in Kayah state

    Two members of the international humanitarian group Save the Children are missing after Myanmar government troops rounded up villagers, some believed to be women and children, fatally shot more than 30 and burned the bodies, according to a witness and other reports.

    Purported photos of the aftermath of the Christmas Eve massacre in Moso, a village in the country’s east, just outside Hpruso township in Kayah state where refugees were sheltering from an army offensive, have spread on social media in the country, fuelling outrage against the military that took power in February.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2021/dec/26/save-the-children-workers-missing-after-30-villagers-massacred-by-myanmar-troops", + "creator": "The Associated Press", + "pubDate": "2021-12-26T03:29:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194730,17 +220588,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "859c76d27cb66d2ffb2dad3b87580f7f", - "highlights": [] + "hash": "dcdac07143fd03b515774d7f689ee037" }, { - "title": "‘They lost almost everything’: photographing the terror and joy of refugees in DRC", - "description": "

    Alexis Huguet’s image of this twin girl, born as her mother fled into Congo, captures the fragility of life in the Central African Republic

    The picture is a joyful one. Laure, a midwife at a health facility in Ndu, a village in the Democratic Republic of Congo, holds a healthy newborn girl. The baby’s mother, Ester, was at the health centre for a postnatal appointment after giving birth to twin daughters.

    A couple of weeks earlier, when she was heavily pregnant and due to go into labour at any moment, Ester was forced to leave her home in Bangassou, on the other side of a river, in the neighbouring Central African Republic.

    Continue reading...", - "content": "

    Alexis Huguet’s image of this twin girl, born as her mother fled into Congo, captures the fragility of life in the Central African Republic

    The picture is a joyful one. Laure, a midwife at a health facility in Ndu, a village in the Democratic Republic of Congo, holds a healthy newborn girl. The baby’s mother, Ester, was at the health centre for a postnatal appointment after giving birth to twin daughters.

    A couple of weeks earlier, when she was heavily pregnant and due to go into labour at any moment, Ester was forced to leave her home in Bangassou, on the other side of a river, in the neighbouring Central African Republic.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/31/photographing-the-terror-and-joy-of-refugees-in-drc-central-african-republic", - "creator": "Sarah Johnson", - "pubDate": "2021-12-31T15:00:22Z", + "title": "Three members of K-pop band BTS test positive for Covid", + "description": "

    RM and Jin diagnosed on Saturday, managers say, while Suga was shown to be infected after returning from the US

    Three members of the K-pop superstar group BTS have been infected with coronavirus after returning from abroad, their management agency said on Sunday.

    RM and Jin were diagnosed with Covid-19 on Saturday evening, the Big Hit Music agency said in a statement. It earlier said another member, Suga, tested positive for the virus on Friday.

    Continue reading...", + "content": "

    RM and Jin diagnosed on Saturday, managers say, while Suga was shown to be infected after returning from the US

    Three members of the K-pop superstar group BTS have been infected with coronavirus after returning from abroad, their management agency said on Sunday.

    RM and Jin were diagnosed with Covid-19 on Saturday evening, the Big Hit Music agency said in a statement. It earlier said another member, Suga, tested positive for the virus on Friday.

    Continue reading...", + "category": "BTS", + "link": "https://www.theguardian.com/music/2021/dec/26/three-members-of-k-pop-band-bts-test-positive-for-covid", + "creator": "Associated Press", + "pubDate": "2021-12-26T01:48:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194752,17 +220609,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "523a6f5501f4ceb72df23af54ebe2042", - "highlights": [] + "hash": "79e5e8dee322f2d6917db95d0137c8c5" }, { - "title": "From horses in hospitals to education in Nepal: 2021 in pictures", - "description": "

    The effects of Covid-19 continue to be felt, but in many places the fallout from civil war, displacement and natural disasters provide more pressing concerns. We look back on some of this year’s best shots from Global Development galleries and photo essays

    Continue reading...", - "content": "

    The effects of Covid-19 continue to be felt, but in many places the fallout from civil war, displacement and natural disasters provide more pressing concerns. We look back on some of this year’s best shots from Global Development galleries and photo essays

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/gallery/2021/dec/31/from-horses-in-hospitals-to-education-in-nepal-2021-in-pictures", - "creator": "Compiled by Eric Hilaire", - "pubDate": "2021-12-31T10:00:17Z", + "title": "Covid live news: new restrictions for Wales, Scotland and Northern Ireland", + "description": "

    New coronavirus restrictions are being introduced in Wales, Scotland and Northern Ireland as the country’s leaders try to combat rising Covid cases

    China has reported 206 new Covid cases on Christmas Day, a significant jump from 140 a day earlier, its health authority said on Sunday and Reuters reports.

    Of the new infections, 158 were locally transmitted, according to a statement by the National Health Commission, compared with 87 cases the previous day.

    Continue reading...", + "content": "

    New coronavirus restrictions are being introduced in Wales, Scotland and Northern Ireland as the country’s leaders try to combat rising Covid cases

    China has reported 206 new Covid cases on Christmas Day, a significant jump from 140 a day earlier, its health authority said on Sunday and Reuters reports.

    Of the new infections, 158 were locally transmitted, according to a statement by the National Health Commission, compared with 87 cases the previous day.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/26/covid-live-news-france-and-italy-see-record-daily-cases-australias-omicron-outbreak-spreads", + "creator": "Tom Bryant (now); Martin Farrer and Caitlin Cassidy (earlier)", + "pubDate": "2021-12-26T08:54:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194774,17 +220630,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf99c4deed5e96fce2b756f7b94f157d", - "highlights": [] + "hash": "31ad88579ac19e4b8be005c3ddbce830" }, { - "title": "We can vaccinate 70% of the world against Covid by mid-2022. Here’s how", - "description": "

    The WHO’s vaccination goal is achievable – but it will take proper funding, better vaccine distribution and jabs with longer shelf lives

    While western countries scramble with their booster rollout to deal with the Omicron wave, only 8.4% of people in low-income countries have had at least one Covid vaccination dose.

    The gap in the vaccination rates between high- and low-income countries is wider than ever. We cannot keep turning a blind eye to it.

    Continue reading...", - "content": "

    The WHO’s vaccination goal is achievable – but it will take proper funding, better vaccine distribution and jabs with longer shelf lives

    While western countries scramble with their booster rollout to deal with the Omicron wave, only 8.4% of people in low-income countries have had at least one Covid vaccination dose.

    The gap in the vaccination rates between high- and low-income countries is wider than ever. We cannot keep turning a blind eye to it.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/commentisfree/2021/dec/31/world-health-organization-who-we-can-vaccinate-the-world-against-covid-by-mid-2022", - "creator": "Bipasha van der Zijde", - "pubDate": "2021-12-31T08:15:14Z", + "title": "I agreed to be a bridesmaid, but now I’m dreading it", + "description": "Extract yourself from the role and life will get a whole lot better

    The question I am due to be the bridesmaid at my friend’s wedding. She’s been engaged for five years. The whole thing has had to be rearranged twice due to the pandemic and now it’s on for 2022.

    When she became engaged, I was one of her only mates. We had been teenage friends and used to go out drinking and partying. She started working and became sensible and ambitious, met her fiancé and settled down. I went to college, met a bunch of people I bonded with and we started to drift apart. She asked me to be her bridesmaid more than four years ago and I think it was because at that time there were not many other people she could ask.

    Continue reading...", + "content": "Extract yourself from the role and life will get a whole lot better

    The question I am due to be the bridesmaid at my friend’s wedding. She’s been engaged for five years. The whole thing has had to be rearranged twice due to the pandemic and now it’s on for 2022.

    When she became engaged, I was one of her only mates. We had been teenage friends and used to go out drinking and partying. She started working and became sensible and ambitious, met her fiancé and settled down. I went to college, met a bunch of people I bonded with and we started to drift apart. She asked me to be her bridesmaid more than four years ago and I think it was because at that time there were not many other people she could ask.

    Continue reading...", + "category": "Relationships", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/i-agreed-to-be-a-bridesmaid-but-now-i-dread-it", + "creator": "Philippa Perry", + "pubDate": "2021-12-26T06:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194796,17 +220651,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "783a3a938d9f2eaef5286674e9d2c155", - "highlights": [] + "hash": "f6527f4d3e24d702e5dedb44b11d2b2e" }, { - "title": "Death of young woman after FGM revives calls for ban in Sierra Leone", - "description": "

    Maseray Sei, 21, was found dead after undergoing the procedure in a centuries-old ritual carried out by a secret society for women

    The death of a young woman in Sierra Leone, almost immediately after undergoing female genital mutilation, has sparked outrage and revived calls to end the practice.

    The body of 21-year-old Maseray Sei was found on 20 December at Nyandeni village in Bonthe district, southern Sierra Leone, a day after the FGM took place. Sei’s family said that after the procedure the mother of two boys complained of a migraine and was in pain, with complications from FGM thought to be the cause, according to activists working on the case.

    Continue reading...", - "content": "

    Maseray Sei, 21, was found dead after undergoing the procedure in a centuries-old ritual carried out by a secret society for women

    The death of a young woman in Sierra Leone, almost immediately after undergoing female genital mutilation, has sparked outrage and revived calls to end the practice.

    The body of 21-year-old Maseray Sei was found on 20 December at Nyandeni village in Bonthe district, southern Sierra Leone, a day after the FGM took place. Sei’s family said that after the procedure the mother of two boys complained of a migraine and was in pain, with complications from FGM thought to be the cause, according to activists working on the case.

    Continue reading...", - "category": "Women's rights and gender equality", - "link": "https://www.theguardian.com/global-development/2021/dec/31/death-of-young-woman-after-fgm-revives-calls-for-ban-in-sierra-leone", - "creator": "Emmanuel Akinwotu", - "pubDate": "2021-12-31T07:00:12Z", + "title": "‘If I don’t end up in intensive care, it’s a bonus’: the beauty and pain of being the world’s best endurance swimmer", + "description": "

    From jellyfish in the Caribbean to hypothermia in the English Channel, swimming hasn’t been easy for Chloë McCardel – but can feel ‘so wild and free’

    We’re not off to a good start. I’m fumbling with my cap, the rubber clinging to my head lopsidedly, my hair straggling out. I take it off to start again and the woman who has swum the fickle English Channel more times than any other human, the “Queen of the Channel”, instructs me in how to correctly apply a swimming cap.

    Chloë McCardel and I are going for an ocean swim at Bondi. She dives into the foamy sea ahead of me – more slender mermaid than broad-shouldered Amazonian. Knee deep, I feel the current suck at my flesh. It’s not one of Bondi’s better days. Chest deep, I realise I’m being dragged out and my very amateur ocean-swimming abilities are no match for this surf. Panic rises. McCardel is an impatient white-cap in the distance. What was I thinking, suggesting a swim with superwoman?

    Continue reading...", + "content": "

    From jellyfish in the Caribbean to hypothermia in the English Channel, swimming hasn’t been easy for Chloë McCardel – but can feel ‘so wild and free’

    We’re not off to a good start. I’m fumbling with my cap, the rubber clinging to my head lopsidedly, my hair straggling out. I take it off to start again and the woman who has swum the fickle English Channel more times than any other human, the “Queen of the Channel”, instructs me in how to correctly apply a swimming cap.

    Chloë McCardel and I are going for an ocean swim at Bondi. She dives into the foamy sea ahead of me – more slender mermaid than broad-shouldered Amazonian. Knee deep, I feel the current suck at my flesh. It’s not one of Bondi’s better days. Chest deep, I realise I’m being dragged out and my very amateur ocean-swimming abilities are no match for this surf. Panic rises. McCardel is an impatient white-cap in the distance. What was I thinking, suggesting a swim with superwoman?

    Continue reading...", + "category": "Swimming", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/if-i-dont-end-up-in-intensive-care-its-a-bonus-the-beauty-and-pain-of-being-the-worlds-best-endurance-swimmer", + "creator": "Stephanie Wood", + "pubDate": "2021-12-25T19:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194818,17 +220672,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4068bbbd18a4a343aaa087960f91009", - "highlights": [] + "hash": "a4338eb3b569280082f129fd3d3481c6" }, { - "title": "‘It was civil war’: photographing Mexico’s women’s rights protests", - "description": "

    Mahé Elipe captures the visceral anger as International Women’s Day protests turned into a violent clash with police

    On 8 March 2021, women across the world took part in protests to mark International Women’s Day. In Mexico, there is an added poignancy to the annual event, as at least 10 women are murdered in the country each day; in 2021 the date was was marred by additional violence.

    In the runup to the day fences were erected around the national palace in Mexico City’s main square, where thousands of women were due to gather.

    Continue reading...", - "content": "

    Mahé Elipe captures the visceral anger as International Women’s Day protests turned into a violent clash with police

    On 8 March 2021, women across the world took part in protests to mark International Women’s Day. In Mexico, there is an added poignancy to the annual event, as at least 10 women are murdered in the country each day; in 2021 the date was was marred by additional violence.

    In the runup to the day fences were erected around the national palace in Mexico City’s main square, where thousands of women were due to gather.

    Continue reading...", - "category": "Mexico", - "link": "https://www.theguardian.com/global-development/2021/dec/30/it-was-civil-war-photographing-mexicos-womens-rights-protests", - "creator": "Sarah Johnson", - "pubDate": "2021-12-30T15:00:07Z", + "title": "The big quiz of 2021", + "description": "Adele was on song, Ronaldo was on target… How well do you remember the past year?

    1. Which two other sports, as well as darts, has PDC World No 1, Gerwyn “The Iceman” Price, played professionally, before retiring in 2014 to concentrate on darts?
    a. Rallying and BMX
    b. Rugby union and rugby league
    c. Volleyball and handball
    d. Greco-Roman wrestling and MMA

    2. On 10 January 2021, North Korean Supreme Leader Kim Jong-un was elected general secretary of the Workers Party of Korea. Who did he replace?
    a. His late father, Kim Jong-il, who died in 2011, but held the office for a decade posthumously
    b. His late grandfather Kim Il-Sung, who died in 1994, but held the office for 27 years posthumously
    c. His uncle Jang Song-thaek, who was executed for treason in 2014
    d. His sister Kim Yo-jong, who became a social media sex symbol in 2020

    Continue reading...", + "content": "Adele was on song, Ronaldo was on target… How well do you remember the past year?

    1. Which two other sports, as well as darts, has PDC World No 1, Gerwyn “The Iceman” Price, played professionally, before retiring in 2014 to concentrate on darts?
    a. Rallying and BMX
    b. Rugby union and rugby league
    c. Volleyball and handball
    d. Greco-Roman wrestling and MMA

    2. On 10 January 2021, North Korean Supreme Leader Kim Jong-un was elected general secretary of the Workers Party of Korea. Who did he replace?
    a. His late father, Kim Jong-il, who died in 2011, but held the office for a decade posthumously
    b. His late grandfather Kim Il-Sung, who died in 1994, but held the office for 27 years posthumously
    c. His uncle Jang Song-thaek, who was executed for treason in 2014
    d. His sister Kim Yo-jong, who became a social media sex symbol in 2020

    Continue reading...", + "category": "Quiz and trivia games", + "link": "https://www.theguardian.com/games/2021/dec/26/the-big-quiz-of-2021", + "creator": "Séamas O’Reilly and Dara O’Reilly", + "pubDate": "2021-12-26T07:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194840,17 +220693,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "06a3721b5f6862a8ac1e62c5a3e69d36", - "highlights": [] + "hash": "e8fd30bcabd9d17abb12edf2cc4393d8" }, { - "title": "What impact will Omicron have on UK children and schools?", - "description": "

    As the term begins and masks return to England’s classrooms, schools rely on vaccines, testing and hygiene

    As a new term is set to start for schools across the UK and the government announces masks will return for secondary pupils in England’s classrooms, we take a look at the potential impact of Omicron on children.

    Continue reading...", - "content": "

    As the term begins and masks return to England’s classrooms, schools rely on vaccines, testing and hygiene

    As a new term is set to start for schools across the UK and the government announces masks will return for secondary pupils in England’s classrooms, we take a look at the potential impact of Omicron on children.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/02/what-impact-will-omicron-have-on-uk-children-and-schools-covid-england-classrooms", - "creator": "Nicola Davis Science correspondent", - "pubDate": "2022-01-02T15:39:44Z", + "title": "Anna & Dr Helmy by Ronen Steinke review – the Schindler of the surgery room", + "description": "

    This meticulous account of the Arab doctor who sheltered a Jewish girl in 1930s Berlin is a remarkable story of subterfuge and courage

    The Yad Vashem Holocaust memorial in Jerusalem honours 25,000 individuals who helped to save Jewish lives during the second world war. Among this roll call of the “Righteous among the Nations”, there is only one named Arab: Dr Mohamed Helmy. This remarkable book tells the story of Helmy’s life, in particular the years in which he helped a young Jewish girl, Anna Boros (later Gutman), evade the Nazis in the heart of Berlin from 1936 until the end of the war.

    Ronen Steinke, a political commentator at German broadsheet Süddeutsche Zeitung, has painstakingly pieced together these events from the state archive in Berlin, and from Gestapo correspondence, and interviews with the surviving relatives of Helmy and Gutman in New York and Cairo. His story, deftly translated by Sharon Howe, wears this research lightly. Steinke’s history sheds a light on what he argues is a deliberately forgotten world, the old Arabic Berlin of the Weimar period, centred around the grand mosque in the Wilmersdorf district, which was “open, progressive and far from antisemitic” and which welcomed Jewish luminaries, including Albert Einstein and philosopher Martin Buber, to its cultural events. “It is a perception shared by many Muslims in western countries that the Holocaust was nothing to do with them, that Muslim migrants played no part in that history,” Steinke writes. “This book is evidence to the contrary.”

    Continue reading...", + "content": "

    This meticulous account of the Arab doctor who sheltered a Jewish girl in 1930s Berlin is a remarkable story of subterfuge and courage

    The Yad Vashem Holocaust memorial in Jerusalem honours 25,000 individuals who helped to save Jewish lives during the second world war. Among this roll call of the “Righteous among the Nations”, there is only one named Arab: Dr Mohamed Helmy. This remarkable book tells the story of Helmy’s life, in particular the years in which he helped a young Jewish girl, Anna Boros (later Gutman), evade the Nazis in the heart of Berlin from 1936 until the end of the war.

    Ronen Steinke, a political commentator at German broadsheet Süddeutsche Zeitung, has painstakingly pieced together these events from the state archive in Berlin, and from Gestapo correspondence, and interviews with the surviving relatives of Helmy and Gutman in New York and Cairo. His story, deftly translated by Sharon Howe, wears this research lightly. Steinke’s history sheds a light on what he argues is a deliberately forgotten world, the old Arabic Berlin of the Weimar period, centred around the grand mosque in the Wilmersdorf district, which was “open, progressive and far from antisemitic” and which welcomed Jewish luminaries, including Albert Einstein and philosopher Martin Buber, to its cultural events. “It is a perception shared by many Muslims in western countries that the Holocaust was nothing to do with them, that Muslim migrants played no part in that history,” Steinke writes. “This book is evidence to the contrary.”

    Continue reading...", + "category": "History books", + "link": "https://www.theguardian.com/books/2021/dec/26/anna-dr-helmy-by-ronen-steinke-review-the-schindler-of-the-surgery-room", + "creator": "Tim Adams", + "pubDate": "2021-12-26T07:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194862,17 +220714,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "73bd25f5f2827645f18b0d4a564ddbda", - "highlights": [] + "hash": "00a8eb195aa3e804f8e46dfa5e27fc90" }, { - "title": "I’m a UK Covid scientist. Here’s a sample of the abuse in my inbox", - "description": "

    Messages may contain unhinged expletives, threatening tropes … or one of my interviews set to music

    “You scaremongering ignorant fucking cunt, you and your retarded team made predictions that could have fucked this country for billions of pounds, fucked Christmas for a second time and cost thousands thier [sic] jobs only to have your most pessimistic ballshit [sic] now found to be just that. How fucks like you can sleep at night is beyond me and I hope you are fucking held to account for what you have done and could have done if there weren’t some people in the government with a brain.”

    How would you like to get this in your inbox? As a senior scientist advising the government on Covid, I get this sort of email on a fairly regular basis. Indeed, (someone calling himself) Mr Roberts (who sent this) is a regular offender. What particularly upset me about this email was that it wasn’t sent to me, but to a junior member of my team. Awful, isn’t it?

    Continue reading...", - "content": "

    Messages may contain unhinged expletives, threatening tropes … or one of my interviews set to music

    “You scaremongering ignorant fucking cunt, you and your retarded team made predictions that could have fucked this country for billions of pounds, fucked Christmas for a second time and cost thousands thier [sic] jobs only to have your most pessimistic ballshit [sic] now found to be just that. How fucks like you can sleep at night is beyond me and I hope you are fucking held to account for what you have done and could have done if there weren’t some people in the government with a brain.”

    How would you like to get this in your inbox? As a senior scientist advising the government on Covid, I get this sort of email on a fairly regular basis. Indeed, (someone calling himself) Mr Roberts (who sent this) is a regular offender. What particularly upset me about this email was that it wasn’t sent to me, but to a junior member of my team. Awful, isn’t it?

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/31/im-a-uk-covid-scientist-heres-a-sample-of-the-abuse-in-my-inbox", - "creator": "John Edmunds", - "pubDate": "2021-12-31T18:00:26Z", + "title": "Sunday with Neil Gaiman: ‘I’m left to make things up, uninterrupted’", + "description": "The writer on hiking, overeating – and bedtime stories

    How are your Sunday mornings? Right now I’m in Edinburgh – my Sundays start in a hotel room, alone. Midweek, I’m up at 5.30am to make it on set. The first thing I do is text my wife Amanda in New Zealand with a message for my son. If I’m lucky with the time difference I can read him a bedtime story.

    Do you work? I love to write. On Sundays it’s a joy. It’s a gift that nobody else is working. It’s the day I have to really write – the best bit of the job – when most of my time is spent doing admin and emails. We’ve got three TV shows on the go, there’s a lot to do, but right now on Sundays I’m left to make things up, uninterrupted.

    Continue reading...", + "content": "The writer on hiking, overeating – and bedtime stories

    How are your Sunday mornings? Right now I’m in Edinburgh – my Sundays start in a hotel room, alone. Midweek, I’m up at 5.30am to make it on set. The first thing I do is text my wife Amanda in New Zealand with a message for my son. If I’m lucky with the time difference I can read him a bedtime story.

    Do you work? I love to write. On Sundays it’s a joy. It’s a gift that nobody else is working. It’s the day I have to really write – the best bit of the job – when most of my time is spent doing admin and emails. We’ve got three TV shows on the go, there’s a lot to do, but right now on Sundays I’m left to make things up, uninterrupted.

    Continue reading...", + "category": "Sunday with…", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/sunday-with-writer-neil-gaiman", + "creator": "Michael Segalov", + "pubDate": "2021-12-26T06:45:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194884,17 +220735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af77dcbd56a3f56fb90917380ae68c86", - "highlights": [] + "hash": "001d43b2636793bf52ac546b60315ad9" }, { - "title": "Prince Andrew emerges with barely a mention in Ghislaine Maxwell trial", - "description": "

    Analysis: there was no cross-examination of the prince’s friend and his accuser was not called to give evidence

    For the Duke of York, the fact he was barely mentioned in Ghislaine Maxwell’s trial will have been an undoubted relief. With Maxwell declining the stand, no opening of her “little black book” of society contacts and, crucially, no sign of his accuser Virginia Roberts Giuffre, Prince Andrew was a mere footnote in the New York proceedings.

    Maxwell opted not to give evidence before being found guilty on five of six charges, saying there was “no need” because prosecutors had failed to prove their case, so the subject of Andrew was not raised with her via cross-examination.

    Continue reading...", - "content": "

    Analysis: there was no cross-examination of the prince’s friend and his accuser was not called to give evidence

    For the Duke of York, the fact he was barely mentioned in Ghislaine Maxwell’s trial will have been an undoubted relief. With Maxwell declining the stand, no opening of her “little black book” of society contacts and, crucially, no sign of his accuser Virginia Roberts Giuffre, Prince Andrew was a mere footnote in the New York proceedings.

    Maxwell opted not to give evidence before being found guilty on five of six charges, saying there was “no need” because prosecutors had failed to prove their case, so the subject of Andrew was not raised with her via cross-examination.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/29/prince-andrew-ghislaine-maxwell-trial", - "creator": "Caroline Davies", - "pubDate": "2021-12-29T22:45:54Z", + "title": "Japan’s whaling town struggles to keep 400 years of tradition alive", + "description": "

    The resumption of killing whales for profit for the first time in over 30 years is offering little cause for celebration

    You don’t have to look far to find evidence of Wada’s centuries-old connection to whaling. Visitors to the town on Japan’s Pacific coast are greeted by a replica skeleton of a blue whale before entering a museum devoted to the behemoths of the ocean.

    At a local restaurant, diners eat deep-fried whale cutlet and buy cetacean-themed gifts at a neighbouring gift shop. At the edge of the water stands a wooden deck where harpooned whales are butchered before being sold to wholesalers and restaurants.

    Continue reading...", + "content": "

    The resumption of killing whales for profit for the first time in over 30 years is offering little cause for celebration

    You don’t have to look far to find evidence of Wada’s centuries-old connection to whaling. Visitors to the town on Japan’s Pacific coast are greeted by a replica skeleton of a blue whale before entering a museum devoted to the behemoths of the ocean.

    At a local restaurant, diners eat deep-fried whale cutlet and buy cetacean-themed gifts at a neighbouring gift shop. At the edge of the water stands a wooden deck where harpooned whales are butchered before being sold to wholesalers and restaurants.

    Continue reading...", + "category": "Japan", + "link": "https://www.theguardian.com/world/2021/dec/26/japans-whaling-town-struggles-to-keep-400-years-of-tradition-alive", + "creator": "Justin McCurry in Wada", + "pubDate": "2021-12-26T06:15:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194906,17 +220756,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1f72eb5ae3a612301031bacb9329e87", - "highlights": [] + "hash": "156c8bd6a3211ae55fa6b7f2ffc18c25" }, { - "title": "Victims’ testimony: how Ghislaine Maxwell lured girls into Epstein’s orbit", - "description": "

    In a Manhattan courtroom, four of Maxwell’s accusers painted a powerful story of sexual abuse

    • This article contains descriptions of sexual abuse

    Four of Ghislaine Maxwell’s accusers testified against the British socialite at her Manhattan federal court trial, painting a compelling and powerful story of sexual abuse.

    These women – Jane, Kate, Carolyn and Annie Farmer – all testified they met Maxwell as teens, and that she lured them into Jeffrey Epstein’s orbit. While the dates and exact circumstances of their encounters with Maxwell differ, they all share striking similarities. Only Farmer used her real full name.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732).

    Continue reading...", - "content": "

    In a Manhattan courtroom, four of Maxwell’s accusers painted a powerful story of sexual abuse

    • This article contains descriptions of sexual abuse

    Four of Ghislaine Maxwell’s accusers testified against the British socialite at her Manhattan federal court trial, painting a compelling and powerful story of sexual abuse.

    These women – Jane, Kate, Carolyn and Annie Farmer – all testified they met Maxwell as teens, and that she lured them into Jeffrey Epstein’s orbit. While the dates and exact circumstances of their encounters with Maxwell differ, they all share striking similarities. Only Farmer used her real full name.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732).

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/29/ghislaine-maxwell-jeffrey-epstein-accusers-stories", - "creator": "Victoria Bekiempis", - "pubDate": "2021-12-29T22:13:46Z", + "title": "My winter of love: I was homesick in New York. The quiet Danish poet was just what I was longing for", + "description": "

    We met in a cafe and struck up an intense friendship - soon we were kissing for hours on park benches. Then he asked me to join him on a trip to Iceland

    There was a strip of cafes and bars that ran alongside Tompkins Square park in the Lower East Side in New York and none of them minded if all you bought was a single coffee and sat all night long. So I did just that. It was the late 90s, I was 19 years old and I had never lived in a city before. I sat night after night in these cafes, reading books, watching people, drinking too much coffee. I didn’t really have anything else to do, I didn’t know anyone, so I’d sit and watch the East Village whirl around me.

    I wasn’t the only lonely kid, though. After a while I noticed another sitting night after night in Café Pick Me Up, a studious young man feverishly filling up notebooks. Café Pick Me Up was a cosy little place with a low pressed-metal ceiling, crammed full of tiny tables, with French cafe chairs and mellow lighting. If you were to write a romcom featuring a meet cute, you’d set it there.

    Continue reading...", + "content": "

    We met in a cafe and struck up an intense friendship - soon we were kissing for hours on park benches. Then he asked me to join him on a trip to Iceland

    There was a strip of cafes and bars that ran alongside Tompkins Square park in the Lower East Side in New York and none of them minded if all you bought was a single coffee and sat all night long. So I did just that. It was the late 90s, I was 19 years old and I had never lived in a city before. I sat night after night in these cafes, reading books, watching people, drinking too much coffee. I didn’t really have anything else to do, I didn’t know anyone, so I’d sit and watch the East Village whirl around me.

    I wasn’t the only lonely kid, though. After a while I noticed another sitting night after night in Café Pick Me Up, a studious young man feverishly filling up notebooks. Café Pick Me Up was a cosy little place with a low pressed-metal ceiling, crammed full of tiny tables, with French cafe chairs and mellow lighting. If you were to write a romcom featuring a meet cute, you’d set it there.

    Continue reading...", + "category": "Relationships", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/my-winter-of-love-homesick-new-york-quiet-danish-poet", + "creator": "Alys Fowler", + "pubDate": "2021-12-26T06:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194928,17 +220777,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1308f0e670a5c48b53fe73777797c2ac", - "highlights": [] + "hash": "720ab15ff1e83252df54b0c7490fca05" }, { - "title": "Passengers rescued from mountaintop cable cars in New Mexico – video", - "description": "

    Staff from a tram company and a restaurant were stranded overnight on a tramway near Albuquerque in the US on New Year's Eve after a storm caused rapid buildup of ice on the cables, making it unsafe to travel to the base of the mountain. Rescuers brought the 21 passengers to safety, with no injuries, according to local reports

    Continue reading...", - "content": "

    Staff from a tram company and a restaurant were stranded overnight on a tramway near Albuquerque in the US on New Year's Eve after a storm caused rapid buildup of ice on the cables, making it unsafe to travel to the base of the mountain. Rescuers brought the 21 passengers to safety, with no injuries, according to local reports

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/video/2022/jan/02/passengers-rescued-mountaintop-cable-cars-new-mexico-video", - "creator": "", - "pubDate": "2022-01-02T18:16:31Z", + "title": "Snow warning extended from Scotland to east Midlands", + "description": "

    Met Office yellow alert stretches south to Derbyshire and eastwards to Durham and Northumberland

    Parts of England from the east Midlands to the north-east have joined Scotland in preparing for blizzard-like conditions on Boxing Day, as the white Christmas continues.

    One of the Met Office’s yellow warnings was expanded to include an area from the Scottish borders to Derbyshire, as well as further east over Durham and Northumberland, due to the increased chance of snow accumulating over the southern Pennines overnight.

    Continue reading...", + "content": "

    Met Office yellow alert stretches south to Derbyshire and eastwards to Durham and Northumberland

    Parts of England from the east Midlands to the north-east have joined Scotland in preparing for blizzard-like conditions on Boxing Day, as the white Christmas continues.

    One of the Met Office’s yellow warnings was expanded to include an area from the Scottish borders to Derbyshire, as well as further east over Durham and Northumberland, due to the increased chance of snow accumulating over the southern Pennines overnight.

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2021/dec/26/snow-warning-extended-from-scotland-to-east-midlands", + "creator": "PA Media", + "pubDate": "2021-12-26T09:25:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194950,17 +220798,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4be8d04c791cadd963aa80ae757a2ca", - "highlights": [] + "hash": "1dd007e9cf0203c941a89cf59b8fc6d6" }, { - "title": "Cape Town fire: smoke rises as parliament burns – video", - "description": "

    A major fire broke out in South Africa's parliament building in Cape Town early on Sunday that could be seen from miles around.

    The fire started in third-floor offices and spread to the National Assembly chamber, the City of Cape Town fire and rescue service spokesperson Jermaine Carelse told local media. He added that no people had been injured in the fire

    Continue reading...", - "content": "

    A major fire broke out in South Africa's parliament building in Cape Town early on Sunday that could be seen from miles around.

    The fire started in third-floor offices and spread to the National Assembly chamber, the City of Cape Town fire and rescue service spokesperson Jermaine Carelse told local media. He added that no people had been injured in the fire

    Continue reading...", - "category": "South Africa", - "link": "https://www.theguardian.com/world/video/2022/jan/02/cape-town-fire-smoke-rises-as-parliament-burns-video", - "creator": "", - "pubDate": "2022-01-02T10:42:51Z", + "title": "Johnson’s pig-headed reign approaches its tragicomic climax | William Keegan", + "description": "

    Events in the run-up to Christmas have conspired like twists in a novel to reveal the true character of Tory Brexiters

    There was a moment last year when Boris Johnson was reported to have gone awol (absent without leave) from governing the country in order to work on a book about Shakespeare.

    At the time, many commentators blamed his absence for a crucial delay in decision-making which contributed to thousands of avoidable, Covid-related deaths. Be that as it may, or was, he returned to the helm of state, brushed off many a criticism, and managed to persuade gullible members of the media and electorate that he possessed Teflon qualities and was invincible.

    Continue reading...", + "content": "

    Events in the run-up to Christmas have conspired like twists in a novel to reveal the true character of Tory Brexiters

    There was a moment last year when Boris Johnson was reported to have gone awol (absent without leave) from governing the country in order to work on a book about Shakespeare.

    At the time, many commentators blamed his absence for a crucial delay in decision-making which contributed to thousands of avoidable, Covid-related deaths. Be that as it may, or was, he returned to the helm of state, brushed off many a criticism, and managed to persuade gullible members of the media and electorate that he possessed Teflon qualities and was invincible.

    Continue reading...", + "category": "Economics", + "link": "https://www.theguardian.com/business/2021/dec/26/johnsons-pig-headed-reign-approaches-its-tragicomic-climax", + "creator": "William Keegan", + "pubDate": "2021-12-26T07:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194972,17 +220819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c8e2cd4ebc756126b20a6cd4de5e9d5", - "highlights": [] + "hash": "3636696db3bf664b144ff4aa35c3514a" }, { - "title": "Desmond Tutu's daughter leads tributes as South African cleric laid to rest – video", - "description": "

    Relatives and clergy members at the funeral for Desmond Tutu paid tribute to the Nobel peace prize-winning equality activist, who was revered in Africa for his role in ending apartheid. Tutu's small plain pine coffin, the cheapest available at his request to avoid any ostentatious displays, was the centre of the service, which also is featuring African choirs, prayers and incense

    Continue reading...", - "content": "

    Relatives and clergy members at the funeral for Desmond Tutu paid tribute to the Nobel peace prize-winning equality activist, who was revered in Africa for his role in ending apartheid. Tutu's small plain pine coffin, the cheapest available at his request to avoid any ostentatious displays, was the centre of the service, which also is featuring African choirs, prayers and incense

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/video/2022/jan/01/desmond-tutus-daughter-leads-tributes-as-south-african-cleric-laid-to-rest-video", - "creator": "", - "pubDate": "2022-01-01T14:06:11Z", + "title": "At least 16 dead after third migrant boat in three days sinks in Greek waters", + "description": "

    People still missing despite major rescue effort as smugglers switch to more perilous route from Turkey

    At least 16 people have died after a migrant boat capsized in the Aegean Sea late Friday, bringing to at least 30 the combined death toll from three accidents in as many days involving migrant boats in Greek waters.

    The sinkings came as smugglers increasingly favour a perilous route from Turkey to Italy, which avoids Greece’s heavily patrolled eastern Aegean islands that for years were at the forefront of the country’s migration crisis.

    Continue reading...", + "content": "

    People still missing despite major rescue effort as smugglers switch to more perilous route from Turkey

    At least 16 people have died after a migrant boat capsized in the Aegean Sea late Friday, bringing to at least 30 the combined death toll from three accidents in as many days involving migrant boats in Greek waters.

    The sinkings came as smugglers increasingly favour a perilous route from Turkey to Italy, which avoids Greece’s heavily patrolled eastern Aegean islands that for years were at the forefront of the country’s migration crisis.

    Continue reading...", + "category": "Greece", + "link": "https://www.theguardian.com/world/2021/dec/24/at-least-six-dead-after-third-migrant-boat-in-three-days-sinks-in-greek-waters", + "creator": "Associated Press in Athens", + "pubDate": "2021-12-25T06:07:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -194994,17 +220840,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "16000cdc090ed40653f0c4309ece1609", - "highlights": [] + "hash": "dcc2fc9b9d22b3a66c7f253e679495da" }, { - "title": "Wildfires sweep through Colorado destroying homes as tens of thousands evacuate – video report", - "description": "

    Two fast-moving wildfires driven by strong winds erupted in northern Colorado on Thursday afternoon, destroying close to 600 homes and forcing tens of thousands of residents to flee.

    The fires, burning to the north and south of the city of Boulder, were fanned by gusts that whipped flames and smoke into a frenzy. Officials said during a Thursday evening news conference that the fires had already blackened 1,600 acres

    Continue reading...", - "content": "

    Two fast-moving wildfires driven by strong winds erupted in northern Colorado on Thursday afternoon, destroying close to 600 homes and forcing tens of thousands of residents to flee.

    The fires, burning to the north and south of the city of Boulder, were fanned by gusts that whipped flames and smoke into a frenzy. Officials said during a Thursday evening news conference that the fires had already blackened 1,600 acres

    Continue reading...", - "category": "Colorado", - "link": "https://www.theguardian.com/us-news/video/2021/dec/31/wildfires-sweep-through-colorado-destroying-homes-as-tens-of-thousands-evacuate-video-report", - "creator": "", - "pubDate": "2021-12-31T11:11:44Z", + "title": "‘Radically optimistic’: the thinktank chief who believes the US can ‘self-correct’", + "description": "

    Patrick Gaspard discusses his Haitian dissident parents, meeting Mandela and protecting democracy

    Barack Obama could be forgiven for considering himself a big shot. But Patrick Gaspard used to keep his ego in check.

    “You’re of course an extraordinary historic figure but I’m sorry, this doesn’t compare,” Gaspard would joke, “meeting Nelson Mandela will always be the top of Mount Kilimanjaro for me.

    Continue reading...", + "content": "

    Patrick Gaspard discusses his Haitian dissident parents, meeting Mandela and protecting democracy

    Barack Obama could be forgiven for considering himself a big shot. But Patrick Gaspard used to keep his ego in check.

    “You’re of course an extraordinary historic figure but I’m sorry, this doesn’t compare,” Gaspard would joke, “meeting Nelson Mandela will always be the top of Mount Kilimanjaro for me.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/2021/dec/26/patrick-gaspard-center-for-american-progress-interview", + "creator": "David Smith in Washington", + "pubDate": "2021-12-26T08:45:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195016,17 +220861,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12ea2e846f558a96caf56e105bc0eead", - "highlights": [] + "hash": "0bd8ec6be10624ca06792c3a9dc6aaab" }, { - "title": "Winter wonderlands: snow covers northern world – in pictures", - "description": "

    From the US to Ukraine, Canada to Kashmir, winter has tightened its icy grip on the northern hemisphere

    Continue reading...", - "content": "

    From the US to Ukraine, Canada to Kashmir, winter has tightened its icy grip on the northern hemisphere

    Continue reading...", - "category": "Extreme weather", - "link": "https://www.theguardian.com/world/gallery/2021/dec/31/winter-wonderlands-snow-covers-northern-world-in-pictures", + "title": "'Not my time to die': Madagascan minister on surviving 12-hour swim after crash – video", + "description": "

    Serge Gelle, the country’s secretary of state for police, reached land in the seaside town of Mahambo, having swum about 12 hours to shore after his helicopter crashed off Madagascar's north-east coast. 'It's not my time to die,' the 57-year-old said, lying exhausted in a deckchair in a video shared on social media

    Continue reading...", + "content": "

    Serge Gelle, the country’s secretary of state for police, reached land in the seaside town of Mahambo, having swum about 12 hours to shore after his helicopter crashed off Madagascar's north-east coast. 'It's not my time to die,' the 57-year-old said, lying exhausted in a deckchair in a video shared on social media

    Continue reading...", + "category": "Madagascar", + "link": "https://www.theguardian.com/world/video/2021/dec/22/not-my-time-to-die-madagascan-minister-on-surviving-12-hour-swim-after-crash-video", "creator": "", - "pubDate": "2021-12-30T16:30:01Z", + "pubDate": "2021-12-22T18:56:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195038,17 +220882,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "804d529235a32c0b08b0b64beb9da65a", - "highlights": [] + "hash": "885c683dc19718c3c2dd3e283f17db2d" }, { - "title": "Ex-Afghan president gives first interview since fleeing Kabul – video", - "description": "

    The former Afghan president Ashraf Ghani gave his first interview since fleeing Kabul when it fell to the Taliban in August. Ghani told the BBC he was pressured into fleeing Kabul by helicopter by his 'terrified' national security adviser and the commander of the collapsing presidential security detail.

    'They said the PPS [presidential protection service] has collapsed, [and] if I take a stand they will all be killed,' Ghani said. 'He did not give me more than two minutes'

    Continue reading...", - "content": "

    The former Afghan president Ashraf Ghani gave his first interview since fleeing Kabul when it fell to the Taliban in August. Ghani told the BBC he was pressured into fleeing Kabul by helicopter by his 'terrified' national security adviser and the commander of the collapsing presidential security detail.

    'They said the PPS [presidential protection service] has collapsed, [and] if I take a stand they will all be killed,' Ghani said. 'He did not give me more than two minutes'

    Continue reading...", - "category": "Ashraf Ghani", - "link": "https://www.theguardian.com/world/video/2021/dec/30/ex-afghan-president-gives-first-interview-since-fleeing-kabul-video", + "title": "'We cannot boost our way out of the pandemic': WHO head on global vaccine inequality – video", + "description": "

    The World Health Organization has said booster programmes are more likely to lengthen the pandemic rather than shorten it, as vaccine inequality means many countries have not yet hit their 40% vaccination target while wealthier nations move on to offer booster jabs. The WHO director general, Dr Tedros Adhanom Ghebreyesus, said Covid would continue to mutate and spread through unvaccinated populations

    Continue reading...", + "content": "

    The World Health Organization has said booster programmes are more likely to lengthen the pandemic rather than shorten it, as vaccine inequality means many countries have not yet hit their 40% vaccination target while wealthier nations move on to offer booster jabs. The WHO director general, Dr Tedros Adhanom Ghebreyesus, said Covid would continue to mutate and spread through unvaccinated populations

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/22/we-cannot-boost-our-way-out-of-the-pandemic-who-head-on-global-vaccine-inequality-video", "creator": "", - "pubDate": "2021-12-30T16:11:25Z", + "pubDate": "2021-12-22T17:31:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195060,17 +220903,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2232fd6b4db0a4897fca48113a943b6", - "highlights": [] + "hash": "30609f9edb2aa60490a59fccf3cdd7fc" }, { - "title": "'One of the worst crimes imaginable': Ghislaine Maxwell guilty in sex-trafficking trial – video", - "description": "

    Prosecutors hailed the verdict in the Manhattan trial of Ghislaine Maxwell, the British former socialite found guilty of sex trafficking in connection with her ex-boyfriend Jeffrey Epstein’s sexual abuse of teenage girls. Maxwell's lawyers said they were disappointed with the decision and had started working on the appeal process

    Continue reading...", - "content": "

    Prosecutors hailed the verdict in the Manhattan trial of Ghislaine Maxwell, the British former socialite found guilty of sex trafficking in connection with her ex-boyfriend Jeffrey Epstein’s sexual abuse of teenage girls. Maxwell's lawyers said they were disappointed with the decision and had started working on the appeal process

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/video/2021/dec/30/one-of-the-worst-crimes-imaginable-ghislaine-maxwell-guilty-in-sex-trafficking-trial-video", - "creator": "", - "pubDate": "2021-12-30T05:36:59Z", + "title": "Archbishop Desmond Tutu, giant in fight against apartheid South Africa, dies at 90", + "description": "

    The Nobel laureate, often described as the moral conscience of his nation, died on Boxing Day in Cape Town

    Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90.

    Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Continue reading...", + "content": "

    The Nobel laureate, often described as the moral conscience of his nation, died on Boxing Day in Cape Town

    Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90.

    Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Continue reading...", + "category": "Desmond Tutu", + "link": "https://www.theguardian.com/world/2021/dec/26/archbishop-desmond-tutu-giant-in-fight-against-apartheid-south-africa-dies-at-90", + "creator": "Jason Burke, Africa correspondent, in Cape Town", + "pubDate": "2021-12-26T08:01:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195082,17 +220924,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ab9871d7c21771c32851a25b2d79a12", - "highlights": [] + "hash": "336c9384160e050b7930969e9cc1fb3d" }, { - "title": "US judge delivers double setback to Prince Andrew’s abuse case battle", - "description": "

    Pressure grows on duke to settle alleged victim’s claim before key hearing this week

    Two of Prince Andrew’s efforts to prevent or stall the progression of Virginia Roberts Giuffre’s sex assault lawsuit against him were blocked on Saturday when a US federal judge ordered the prince’s lawyers to turn over key legal documents, increasing pressure to settle claims before a crucial court hearing this week.

    Judge Lewis A Kaplan, in a written order, told the prince’s lawyers they must turn over documents on the schedule that has been set in the lawsuit brought by Guiffre who claims she was abused – aged 17 – by the prince on multiple occasions in 2001 while she was being sexually abused by financier Jeffrey Epstein.

    Continue reading...", - "content": "

    Pressure grows on duke to settle alleged victim’s claim before key hearing this week

    Two of Prince Andrew’s efforts to prevent or stall the progression of Virginia Roberts Giuffre’s sex assault lawsuit against him were blocked on Saturday when a US federal judge ordered the prince’s lawyers to turn over key legal documents, increasing pressure to settle claims before a crucial court hearing this week.

    Judge Lewis A Kaplan, in a written order, told the prince’s lawyers they must turn over documents on the schedule that has been set in the lawsuit brought by Guiffre who claims she was abused – aged 17 – by the prince on multiple occasions in 2001 while she was being sexually abused by financier Jeffrey Epstein.

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2022/jan/01/prince-andrew-lawsuit-virginia-giuffre-effort-block-rejected", - "creator": "Edward Helmore in New York and Mark Townsend in London", - "pubDate": "2022-01-01T23:21:08Z", + "title": "Covid live news: Australia cases may top 10,000; France sees record daily high; Israel orders 100,000 anti-viral pills", + "description": "

    New South Wales has recorded its highest ever Covid daily caseload, with 6,288 new infections announced today – by far the highest number of cases in any Australian state since the pandemic began.

    Record Covid cases were reported across Australia on Christmas Day as overwhelmed testing clinics were forced to close and tens of thousands of people spent the holiday in isolation.

    I would sincerely appeal that they do not again consider closing churches and places of worship.

    I think this country has shown that people can make good judgements themselves.

    We’re at that point of saying we understand the risk. We know what we should do. Most people are sensible and cautious. We don’t need stronger impositions to teach us what to do.

    Continue reading...", + "content": "

    New South Wales has recorded its highest ever Covid daily caseload, with 6,288 new infections announced today – by far the highest number of cases in any Australian state since the pandemic began.

    Record Covid cases were reported across Australia on Christmas Day as overwhelmed testing clinics were forced to close and tens of thousands of people spent the holiday in isolation.

    I would sincerely appeal that they do not again consider closing churches and places of worship.

    I think this country has shown that people can make good judgements themselves.

    We’re at that point of saying we understand the risk. We know what we should do. Most people are sensible and cautious. We don’t need stronger impositions to teach us what to do.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/25/covid-live-news-christmas-day-coronavirus-latest-updates-omicron", + "creator": "Caitlin Cassidy (now) Nadeem Badshah, Kaamil Ahmed (earlier)", + "pubDate": "2021-12-26T00:10:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195104,17 +220945,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f41add65b33d72e63e065d24d695a39a", - "highlights": [] + "hash": "cdb904e378aeb291da347f1ff09757b6" }, { - "title": "Outsider from the right backed by Hungary’s left to beat Orbán", - "description": "

    Six opposition parties have united behind Péter Márki-Zay for crucial spring vote

    When Hungarian opposition leader Péter Márki-Zay was in Brussels at the end of last year, he visited the street where an MEP from prime minister Viktor Orbán’s ruling party, Fidesz, had fled down a drainpipe to evade a police raid on a “gay orgy” that broke lockdown rules. The MEP, who later resigned, had been an architect of a clause in Hungary’s constitution defining marriage as a heterosexual institution. The drainpipe visit was easy political capital for Márki-Zay, seeking to draw attention to the hypocrisy of the governing party, while stressing his commitment to LGBT rights and conservative credentials.

    It’s the kind of move that has discombobulated Fidesz, who weren’t expecting to face this kind of challenge in Hungary’s parliamentary elections in spring 2022.

    Continue reading...", - "content": "

    Six opposition parties have united behind Péter Márki-Zay for crucial spring vote

    When Hungarian opposition leader Péter Márki-Zay was in Brussels at the end of last year, he visited the street where an MEP from prime minister Viktor Orbán’s ruling party, Fidesz, had fled down a drainpipe to evade a police raid on a “gay orgy” that broke lockdown rules. The MEP, who later resigned, had been an architect of a clause in Hungary’s constitution defining marriage as a heterosexual institution. The drainpipe visit was easy political capital for Márki-Zay, seeking to draw attention to the hypocrisy of the governing party, while stressing his commitment to LGBT rights and conservative credentials.

    It’s the kind of move that has discombobulated Fidesz, who weren’t expecting to face this kind of challenge in Hungary’s parliamentary elections in spring 2022.

    Continue reading...", - "category": "Hungary", - "link": "https://www.theguardian.com/world/2022/jan/02/outsider-peter-marki-zay-from-the-right-backed-by-hungarys-left-to-beat-orban", - "creator": "Jennifer Rankin in Brussels", - "pubDate": "2022-01-02T06:45:10Z", + "title": "Ashes 2021-22 third Test, day one: Australia v England – live!", + "description": "

    On the subject of England recovering from 2-0 down with three to play, senior players made the right noises pre-Test.

    Brollies down, covers coming off. We might have a toss soon.

    Continue reading...", + "content": "

    On the subject of England recovering from 2-0 down with three to play, senior players made the right noises pre-Test.

    Brollies down, covers coming off. We might have a toss soon.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/live/2021/dec/26/ashes-2021-22-australia-vs-england-day-one-1-cricket-3rd-third-boxing-day-test-live-score-card-aus-v-eng-start-time-latest-updates", + "creator": "Jonathan Howcroft (now) and Tanya Aldred (later)", + "pubDate": "2021-12-26T00:11:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195126,17 +220966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9e9d47838d71dca0b37e3b2d44df0ce", - "highlights": [] + "hash": "46efcf5cb66b00c947cbba032148607d" }, { - "title": "New studies reinforce belief that Omicron is less likely to damage lungs", - "description": "

    Six research groups’ findings all suggest variant multiplies more in throats and causes less serious disease

    A growing body of evidence indicates that the Omicron Covid variant is more likely to infect the throat than the lungs, which scientists believe may explain why it appears to be more infectious but less deadly than other versions of the virus. Six studies – four published since Christmas Eve – have found that Omicron does not damage people’s lungs as much as the Delta and other previous variants of Covid. The studies have yet to be peer-reviewed by other scientists.

    “The result of all the mutations that make Omicron different from previous variants is that it may have altered its ability to infect different sorts of cells,” said Deenan Pillay, professor of virology at University College London.

    Continue reading...", - "content": "

    Six research groups’ findings all suggest variant multiplies more in throats and causes less serious disease

    A growing body of evidence indicates that the Omicron Covid variant is more likely to infect the throat than the lungs, which scientists believe may explain why it appears to be more infectious but less deadly than other versions of the virus. Six studies – four published since Christmas Eve – have found that Omicron does not damage people’s lungs as much as the Delta and other previous variants of Covid. The studies have yet to be peer-reviewed by other scientists.

    “The result of all the mutations that make Omicron different from previous variants is that it may have altered its ability to infect different sorts of cells,” said Deenan Pillay, professor of virology at University College London.

    Continue reading...", - "category": "Omicron variant", - "link": "https://www.theguardian.com/world/2022/jan/02/new-studies-reinforce-belief-that-omicron-is-less-likely-to-damage-lungs", - "creator": "James Tapper", - "pubDate": "2022-01-02T07:00:11Z", + "title": "Armed intruder arrested at Windsor Castle as Queen celebrates Christmas", + "description": "

    Police say suspect was carrying an offensive weapon and royal family have been informed

    An armed man was arrested after attempting to break into Windsor Castle where the Queen was celebrating Christmas with her family.

    Police said the intruder was carrying an offensive weapon but did not break into any buildings on Christmas Day morning.

    Continue reading...", + "content": "

    Police say suspect was carrying an offensive weapon and royal family have been informed

    An armed man was arrested after attempting to break into Windsor Castle where the Queen was celebrating Christmas with her family.

    Police said the intruder was carrying an offensive weapon but did not break into any buildings on Christmas Day morning.

    Continue reading...", + "category": "The Queen", + "link": "https://www.theguardian.com/uk-news/2021/dec/25/armed-intruder-arrested-at-windsor-castle-as-queen-celebrates-christmas", + "creator": "Guardian staff", + "pubDate": "2021-12-25T15:47:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195148,17 +220987,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6bcf5b0d0ac8842e067c986fb703fa9", - "highlights": [] + "hash": "2272e9cdbb01b56b88e36887beffbd58" }, { - "title": "Retrieved after decades: the painting supposedly ‘bought’ by the Nazis", - "description": "

    A new book recounts one woman’s struggle to find looted art – and then convince a major museum to give it back

    Fresh proof that the Nazis set up fake auctions and phoney paperwork to disguise their looting of art and valuable possessions has been uncovered by an amateur sleuth researching her own family mystery.

    French writer Pauline Baer de Perignon’s investigation has revealed the fate of a missing collection of art that included work by Monet, Renoir and Degas and also exposed the reluctance of Europe’s leading museums to accept evidence of the deceit.

    Continue reading...", - "content": "

    A new book recounts one woman’s struggle to find looted art – and then convince a major museum to give it back

    Fresh proof that the Nazis set up fake auctions and phoney paperwork to disguise their looting of art and valuable possessions has been uncovered by an amateur sleuth researching her own family mystery.

    French writer Pauline Baer de Perignon’s investigation has revealed the fate of a missing collection of art that included work by Monet, Renoir and Degas and also exposed the reluctance of Europe’s leading museums to accept evidence of the deceit.

    Continue reading...", - "category": "Art theft", - "link": "https://www.theguardian.com/artanddesign/2022/jan/02/retrieved-after-decades-the-painting-supposedly-bought-by-the-nazis", - "creator": "Vanessa Thorpe Arts and media correspondent", - "pubDate": "2022-01-02T07:15:11Z", + "title": "Nasa launches $10bn James Webb space telescope", + "description": "

    Successor to the Hubble telescope takes off on board rocket from ESA’s launch base in French Guiana

    The most ambitious, costly robot probe ever built, the $10bn James Webb telescope, has been blasted into space on top of a giant European rocket.

    Engineers reported on Saturday that the observatory – which has been plagued by decades of delays and huge cost overruns – was operating perfectly after going through the most nervously watched lift-off in the history of uncrewed space exploration.

    Continue reading...", + "content": "

    Successor to the Hubble telescope takes off on board rocket from ESA’s launch base in French Guiana

    The most ambitious, costly robot probe ever built, the $10bn James Webb telescope, has been blasted into space on top of a giant European rocket.

    Engineers reported on Saturday that the observatory – which has been plagued by decades of delays and huge cost overruns – was operating perfectly after going through the most nervously watched lift-off in the history of uncrewed space exploration.

    Continue reading...", + "category": "James Webb space telescope", + "link": "https://www.theguardian.com/science/2021/dec/25/nasa-launches-james-webb-space-telescope", + "creator": "Robin McKie", + "pubDate": "2021-12-25T12:25:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195170,17 +221008,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6be96c964b35ee12e8eb7650c94eb983", - "highlights": [] + "hash": "1006811e77d6c34dcf16c9100f832a19" }, { - "title": "Fire breaks out in South African parliament in Cape Town", - "description": "

    Firefighters were battling to contain a blaze that broke out in the historic building

    A major fire broke out in the South African parliament building in Cape Town early on Sunday.

    Firefighters were present at the building as large flames and a huge column of smoke were seen at around 7.30am local time.

    Continue reading...", - "content": "

    Firefighters were battling to contain a blaze that broke out in the historic building

    A major fire broke out in the South African parliament building in Cape Town early on Sunday.

    Firefighters were present at the building as large flames and a huge column of smoke were seen at around 7.30am local time.

    Continue reading...", - "category": "South Africa", - "link": "https://www.theguardian.com/world/2022/jan/02/south-africa-parliament-fire-cape-town", - "creator": "Staff and agencies", - "pubDate": "2022-01-02T06:37:23Z", + "title": "California officials close beaches after man dies in shark attack", + "description": "

    Thirty-one-year-old man, who appeared to be a bodyboarder, pronounced dead in San Luis Obispo county

    California authorities have closed some beaches in San Luis Obispo County after a 31-year-old man was pronounced dead following an encounter with a shark on Friday.

    The fatality marked the first death in a shark attack in 18 years in the area, which lies roughly midway between Los Angeles and Jan Jose.

    Continue reading...", + "content": "

    Thirty-one-year-old man, who appeared to be a bodyboarder, pronounced dead in San Luis Obispo county

    California authorities have closed some beaches in San Luis Obispo County after a 31-year-old man was pronounced dead following an encounter with a shark on Friday.

    The fatality marked the first death in a shark attack in 18 years in the area, which lies roughly midway between Los Angeles and Jan Jose.

    Continue reading...", + "category": "California", + "link": "https://www.theguardian.com/us-news/2021/dec/25/california-shark-attack-san-luis-obispo", + "creator": "Edward Helmore", + "pubDate": "2021-12-25T18:10:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195192,17 +221029,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3242509b1886102c081e0e4f2a43ed20", - "highlights": [] + "hash": "253d19d02f74c045b3a2b12b397d6a54" }, { - "title": "South Korean crosses demilitarised zone in rare defection to North", - "description": "

    The fate of the defector is unknown after they crossed the heavily fortified border between the two Koreas

    A South Korean has crossed the heavily fortified border in a rare defection to North Korea, South Korea’s military has said.

    Years of repression and poverty in North Korea have led more than 30,000 people to flee to the South in the decades since Korean war hostilities ended with an armistice, but crossings in the other direction are extremely rare.

    Agence France-Presse contributed to this report

    Continue reading...", - "content": "

    The fate of the defector is unknown after they crossed the heavily fortified border between the two Koreas

    A South Korean has crossed the heavily fortified border in a rare defection to North Korea, South Korea’s military has said.

    Years of repression and poverty in North Korea have led more than 30,000 people to flee to the South in the decades since Korean war hostilities ended with an armistice, but crossings in the other direction are extremely rare.

    Agence France-Presse contributed to this report

    Continue reading...", - "category": "North Korea", - "link": "https://www.theguardian.com/world/2022/jan/02/south-korean-crosses-demilitarised-zone-in-rare-defection-to-north", - "creator": "Reuters", - "pubDate": "2022-01-02T05:01:25Z", + "title": "Guardian and Observer climate justice charity appeal raises £500,000", + "description": "

    Nearly 6,000 readers have donated towards causes that will help communities affected by the climate crisis

    An incredible £500,000 has been raised for climate justice good causes by generous Guardian and Observer readers, in the space of just over a fortnight since the launch of the 2021 charity appeal.

    Nearly 6,000 people have so far donated to the appeal, which will be shared between four charities: Practical Action, Global Greengrants Fund UK, Royal Botanic Gardens Kew, and Environmental Justice Foundation.

    Continue reading...", + "content": "

    Nearly 6,000 readers have donated towards causes that will help communities affected by the climate crisis

    An incredible £500,000 has been raised for climate justice good causes by generous Guardian and Observer readers, in the space of just over a fortnight since the launch of the 2021 charity appeal.

    Nearly 6,000 people have so far donated to the appeal, which will be shared between four charities: Practical Action, Global Greengrants Fund UK, Royal Botanic Gardens Kew, and Environmental Justice Foundation.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/society/2021/dec/25/guardian-and-observer-climate-justice-charity-appeal-raises-500000", + "creator": "Patrick Butler", + "pubDate": "2021-12-25T08:00:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195214,17 +221050,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "73d2c11697f09b0b403ed3ac84877ca7", - "highlights": [] + "hash": "465877e5d2ef168a15ec79f534ff3d4c" }, { - "title": "Speaker defends Tony Blair knighthood after backlash", - "description": "

    Critics say legacy of 2003 Iraq invasion makes former PM unsuitable for Queen’s highest honour

    The former Labour prime minister Tony Blair’s ennoblement this weekend, courtesy of the Queen, has been defended by the Speaker of the House of Commons, Sir Lindsay Hoyle.

    Sir Tony, rather than Sir Anthony, as he is now known, has been made a Knight Companion of the Most Noble Order of the Garter, 14 years after leaving Downing Street. But the honour has been criticised by Blair’s political opponents and those who argue the legacy of his invasion of Iraq in 2003 makes him unsuitable.

    Continue reading...", - "content": "

    Critics say legacy of 2003 Iraq invasion makes former PM unsuitable for Queen’s highest honour

    The former Labour prime minister Tony Blair’s ennoblement this weekend, courtesy of the Queen, has been defended by the Speaker of the House of Commons, Sir Lindsay Hoyle.

    Sir Tony, rather than Sir Anthony, as he is now known, has been made a Knight Companion of the Most Noble Order of the Garter, 14 years after leaving Downing Street. But the honour has been criticised by Blair’s political opponents and those who argue the legacy of his invasion of Iraq in 2003 makes him unsuitable.

    Continue reading...", - "category": "Tony Blair", - "link": "https://www.theguardian.com/politics/2022/jan/01/speaker-defends-tony-blair-knighthood-after-backlash", - "creator": "Vanessa Thorpe", - "pubDate": "2022-01-01T17:32:31Z", + "title": "British estate agent shot dead ‘by evicted tenant’ in Florida", + "description": "

    Sara Trost, from Southend, Essex, fatally wounded as she waited to show property in Coral Springs

    A British woman who worked as an estate agent in Florida has been shot dead while preparing to show a property, allegedly by an evicted tenant.

    Sara Trost, 40, from Southend, Essex, was shot on Thursday while sitting in her Jeep outside a house in Coral Springs, 40 miles north of Miami, at about 12.33pm.

    Continue reading...", + "content": "

    Sara Trost, from Southend, Essex, fatally wounded as she waited to show property in Coral Springs

    A British woman who worked as an estate agent in Florida has been shot dead while preparing to show a property, allegedly by an evicted tenant.

    Sara Trost, 40, from Southend, Essex, was shot on Thursday while sitting in her Jeep outside a house in Coral Springs, 40 miles north of Miami, at about 12.33pm.

    Continue reading...", + "category": "Florida", + "link": "https://www.theguardian.com/us-news/2021/dec/25/british-estate-agent-shot-dead-by-evicted-tenant-in-florida", + "creator": "Guardian staff", + "pubDate": "2021-12-25T13:30:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195236,17 +221071,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a84fc0ce12aeaa2a91d640a163cc40e", - "highlights": [] + "hash": "7217f468371c0435e687a667df45e230" }, { - "title": "What is aquamation? The process behind Desmond Tutu’s ‘green cremation’", - "description": "

    The anti-apartheid hero requested an eco-friendly cremation, which uses water instead of flames to process the remains

    The body of Archbishop Desmond Tutu will undergo aquamation, an increasingly popular and environmentally friendly alternative to traditional cremation methods, using water instead of fire.

    With aquamation, or “alkaline hydrolysis”, the body of the deceased is immersed for three to four hours in a mixture of water and a strong alkali, such as potassium hydroxide, in a pressurised metal cylinder and heated to around 150C.

    Continue reading...", - "content": "

    The anti-apartheid hero requested an eco-friendly cremation, which uses water instead of flames to process the remains

    The body of Archbishop Desmond Tutu will undergo aquamation, an increasingly popular and environmentally friendly alternative to traditional cremation methods, using water instead of fire.

    With aquamation, or “alkaline hydrolysis”, the body of the deceased is immersed for three to four hours in a mixture of water and a strong alkali, such as potassium hydroxide, in a pressurised metal cylinder and heated to around 150C.

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/2022/jan/02/what-is-aquamation-the-process-behind-desmond-tutus-green-cremation", - "creator": "Agence France-Presse", - "pubDate": "2022-01-02T01:23:12Z", + "title": "Myanmar: more than 30 people killed in Kayah state", + "description": "

    Human rights group says burnt bodies of dozens killed by the military found near Hpruso town

    More than 30 people, including children, have been killed and their bodies burned in Myanmar’s conflict-torn Kayah state, according to a local resident, media reports and a local human rights group.

    The Karen Human Rights Group said it found the bodies of internally displaced people killed by the military that rules Myanmar near Mo So village of Hpruso town on Saturday.

    Continue reading...", + "content": "

    Human rights group says burnt bodies of dozens killed by the military found near Hpruso town

    More than 30 people, including children, have been killed and their bodies burned in Myanmar’s conflict-torn Kayah state, according to a local resident, media reports and a local human rights group.

    The Karen Human Rights Group said it found the bodies of internally displaced people killed by the military that rules Myanmar near Mo So village of Hpruso town on Saturday.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2021/dec/25/myanmar-more-than-30-people-killed-in-kayah-state", + "creator": "Reuters", + "pubDate": "2021-12-25T10:05:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195258,17 +221092,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e9a2478ea0fe1f228a53cc62dcebf91", - "highlights": [] + "hash": "3eff7c79346af4286b5ba50857a8d846" }, { - "title": "Time to stockpile olives? Shortages as delis are hit by new Brexit import rules", - "description": "

    Regulations likely to result in higher prices and empty shelves for delis and others

    After a few minutes in the queue spent eyeing up the best on offer at the local deli, it is decision time.

    Maybe some of the wonderful Parma ham from Italy? With a few slices of Spanish chorizo? And a piece of brie from that farm in Normandy … oh, and definitely some of the black olives from Greece.

    Continue reading...", - "content": "

    Regulations likely to result in higher prices and empty shelves for delis and others

    After a few minutes in the queue spent eyeing up the best on offer at the local deli, it is decision time.

    Maybe some of the wonderful Parma ham from Italy? With a few slices of Spanish chorizo? And a piece of brie from that farm in Normandy … oh, and definitely some of the black olives from Greece.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2022/jan/01/uk-shops-fear-gaps-shelves-brexit-import-rules-prices-shortages-delis", - "creator": "Toby Helm and Tom Wall", - "pubDate": "2022-01-01T13:09:23Z", + "title": "Slice of life: New York’s famed $1 street pizza under threat from rising costs", + "description": "

    Cheap street pizza is one of New York’s charms, but could supply chain problems and inflation this spell the end?

    “Well, you can never go wrong with bread, cheese and tomato,” Lou Reed, poet of the New York streets, would sometimes remark as he passed by one of the city’s multitude of pizzerias.

    The late musician was a fan of Coney Island’s legendary Totonno’s, close to the site of of one of the first recorded pizza parlors established by Italian immigrants in the 1880s.

    Continue reading...", + "content": "

    Cheap street pizza is one of New York’s charms, but could supply chain problems and inflation this spell the end?

    “Well, you can never go wrong with bread, cheese and tomato,” Lou Reed, poet of the New York streets, would sometimes remark as he passed by one of the city’s multitude of pizzerias.

    The late musician was a fan of Coney Island’s legendary Totonno’s, close to the site of of one of the first recorded pizza parlors established by Italian immigrants in the 1880s.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2021/dec/25/new-york-pizza-dollar-slice-inflation", + "creator": "Edward Helmore in New York", + "pubDate": "2021-12-25T15:39:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195280,17 +221113,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89ddd6b1e9e4988c72d4a3cfb06a72eb", - "highlights": [] + "hash": "df5fc8b84841c740120c2021a05fb62d" }, { - "title": "Cyclone Seth: heavy rain forecast after dangerous surf closes south-east Queensland beaches", - "description": "

    BoM warns of ‘astronomical’ high tides and issues severe weather warnings from Coffs harbour to Fraser coast

    Dangerous surf and abnormally high tides have closed popular beaches as Tropical Cyclone Seth dominates off Australia’s eastern coast.

    Forecasters say heavy rain may lash south-east Queensland and northern New South Wales this week, with Seth churning about 700km to the north-east of Brisbane on Sunday afternoon.

    Continue reading...", - "content": "

    BoM warns of ‘astronomical’ high tides and issues severe weather warnings from Coffs harbour to Fraser coast

    Dangerous surf and abnormally high tides have closed popular beaches as Tropical Cyclone Seth dominates off Australia’s eastern coast.

    Forecasters say heavy rain may lash south-east Queensland and northern New South Wales this week, with Seth churning about 700km to the north-east of Brisbane on Sunday afternoon.

    Continue reading...", - "category": "Australia weather", - "link": "https://www.theguardian.com/australia-news/2022/jan/02/cyclone-seth-dangerous-surf-and-astronomical-high-tides-expected-for-south-east-queensland", - "creator": "Australian Associated Press", - "pubDate": "2022-01-02T08:09:53Z", + "title": "Now Tory MPs warn: don’t toughen Covid new year rules", + "description": "

    Leadership hopefuls told to block new limits as scientists model curbs on bars and cafes

    Cabinet ministers vying to succeed Boris Johnson have been warned by Tory colleagues that they will damage their chances unless they stridently oppose further Covid measures, as MPs called for New Year’s Eve restrictions to be ruled out.

    With ministers expected to meet as soon as Monday to discuss whether additional measures are needed to protect hospital capacity, several Conservatives said that they would be watching those emerging as leading contenders to replace Johnson should he step aside before the next election.

    Continue reading...", + "content": "

    Leadership hopefuls told to block new limits as scientists model curbs on bars and cafes

    Cabinet ministers vying to succeed Boris Johnson have been warned by Tory colleagues that they will damage their chances unless they stridently oppose further Covid measures, as MPs called for New Year’s Eve restrictions to be ruled out.

    With ministers expected to meet as soon as Monday to discuss whether additional measures are needed to protect hospital capacity, several Conservatives said that they would be watching those emerging as leading contenders to replace Johnson should he step aside before the next election.

    Continue reading...", + "category": "Conservatives", + "link": "https://www.theguardian.com/politics/2021/dec/25/now-tory-mps-warn-dont-toughen-covid-new-year-rules", + "creator": "Michael Savage, Robin McKie", + "pubDate": "2021-12-25T21:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195302,17 +221134,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bbb449d083610d0ac631bb54c385cfa", - "highlights": [] + "hash": "c6af3f5d1f10a146e93c88fc72ed76b0" }, { - "title": "How much longer can China keep up its zero-Covid strategy?", - "description": "

    As Beijing pursues its solitary path, observers are asking whether the policy is about protecting public health – or social order

    Desperate residents in China’s western Xi’an city are running out of food after they were barred from grocery shopping in a fierce lockdown. In the southern province of Guangxi, people who broke Covid laws were recently publicly shamed by being paraded through the streets in Hazmat suits with placards round their necks.

    The rest of the world is learning, slowly and with some difficulty, to live with Covid-19, but in China, authorities are doubling down on their “zero-Covid” policy: trying to stamp out the disease whenever it appears, and at any cost. A single case in a border town led to 200,000 people being locked down late last month.

    Continue reading...", - "content": "

    As Beijing pursues its solitary path, observers are asking whether the policy is about protecting public health – or social order

    Desperate residents in China’s western Xi’an city are running out of food after they were barred from grocery shopping in a fierce lockdown. In the southern province of Guangxi, people who broke Covid laws were recently publicly shamed by being paraded through the streets in Hazmat suits with placards round their necks.

    The rest of the world is learning, slowly and with some difficulty, to live with Covid-19, but in China, authorities are doubling down on their “zero-Covid” policy: trying to stamp out the disease whenever it appears, and at any cost. A single case in a border town led to 200,000 people being locked down late last month.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2022/jan/01/china-zero-covid-strategy-beijing-policy-protecting-public-health-coronavirus", - "creator": "Emma Graham-Harrison", - "pubDate": "2022-01-01T17:45:12Z", + "title": "US airlines cancel more flights as Covid threatens holiday celebrations", + "description": "

    Churches cancel some services in New York, Washington and Boston, while some officials cut isolation period for positive cases

    The Omicron coronavirus variant vigorously continued its viral march across the US on Christmas Day, throwing many winter holiday celebrations into turmoil.

    Airlines continued to cancel hundreds of flights Saturday as staffing issues tied to Covid disrupted holiday celebrations during one of the busiest travel times of the year.

    Continue reading...", + "content": "

    Churches cancel some services in New York, Washington and Boston, while some officials cut isolation period for positive cases

    The Omicron coronavirus variant vigorously continued its viral march across the US on Christmas Day, throwing many winter holiday celebrations into turmoil.

    Airlines continued to cancel hundreds of flights Saturday as staffing issues tied to Covid disrupted holiday celebrations during one of the busiest travel times of the year.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/25/us-airlines-covid-coronavirus-christmas-holiday", + "creator": "Edward Helmore in New York and agencies", + "pubDate": "2021-12-25T19:48:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195324,17 +221155,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e822e173eb0515b05d78a811c280f37", - "highlights": [] + "hash": "de1dbdfe28b162166ba67b9399a34814" }, { - "title": "Boris Johnson asks ministers to plan for Covid workplace absences of up to 25%", - "description": "

    Public sector leaders told to prepare for worst case scenario after record numbers of daily infections

    Boris Johnson has instructed ministers to come up with “robust contingency plans” for workplace absences as it emerged that the government is concerned about the impact record numbers of daily Covid infections could have on businesses in the coming weeks.

    The Cabinet Office confirmed that, despite the accelerated booster programme, public sector leaders have been asked to prepare for a worst case scenario that would see up to a quarter of workers being off work due to high Covid levels in the population.

    Continue reading...", - "content": "

    Public sector leaders told to prepare for worst case scenario after record numbers of daily infections

    Boris Johnson has instructed ministers to come up with “robust contingency plans” for workplace absences as it emerged that the government is concerned about the impact record numbers of daily Covid infections could have on businesses in the coming weeks.

    The Cabinet Office confirmed that, despite the accelerated booster programme, public sector leaders have been asked to prepare for a worst case scenario that would see up to a quarter of workers being off work due to high Covid levels in the population.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/01/boris-johnson-asks-ministers-to-plan-for-covid-workplace-absences-of-up-to-25", - "creator": "Jedidajah Otte", - "pubDate": "2022-01-01T22:30:00Z", + "title": "Justin Welby sermon: Covid makes all of us face unpredictability", + "description": "

    Archbishop of Canterbury to say pandemic has shown our capacity for compassion and generosity

    Everyone in society, from Cabinet ministers to rough sleepers, has faced “uncertainty, uncontrollability and unpredictability” during the Covid pandemic, the archbishop of Canterbury is expected to say in his Christmas sermon.

    Justin Welby, who will lead the Christmas Day service at Canterbury Cathedral, will add that the past 22 months has also shown people’s capacity for compassion and generosity.

    Continue reading...", + "content": "

    Archbishop of Canterbury to say pandemic has shown our capacity for compassion and generosity

    Everyone in society, from Cabinet ministers to rough sleepers, has faced “uncertainty, uncontrollability and unpredictability” during the Covid pandemic, the archbishop of Canterbury is expected to say in his Christmas sermon.

    Justin Welby, who will lead the Christmas Day service at Canterbury Cathedral, will add that the past 22 months has also shown people’s capacity for compassion and generosity.

    Continue reading...", + "category": "Justin Welby", + "link": "https://www.theguardian.com/uk-news/2021/dec/25/justin-welby-sermon-covid-makes-all-of-us-face-unpredictability", + "creator": "Harriet Sherwood", + "pubDate": "2021-12-25T07:00:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195346,17 +221176,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "283b34e82d4380cb0b09f53b0f79d00f", - "highlights": [] + "hash": "084644f84f93e6469426c38748754e4f" }, { - "title": "Schools in England told: wear masks in class as fears mount of Omicron surge", - "description": "

    Advice to secondary schools issued amid concerns over new term spike in Covid cases and Keir Starmer calls for more test kits

    All pupils in secondary schools in England should return to wearing masks in classrooms, ministers said last night, as fears grew that the new term could trigger a huge spike in cases of the Omicron variant.

    The new advice came amid mounting criticism of the government for failing to ensure availability of Covid testing kits in time for the return to schools and workplaces following the Christmas holidays.

    Continue reading...", - "content": "

    Advice to secondary schools issued amid concerns over new term spike in Covid cases and Keir Starmer calls for more test kits

    All pupils in secondary schools in England should return to wearing masks in classrooms, ministers said last night, as fears grew that the new term could trigger a huge spike in cases of the Omicron variant.

    The new advice came amid mounting criticism of the government for failing to ensure availability of Covid testing kits in time for the return to schools and workplaces following the Christmas holidays.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/01/schools-in-england-told-wear-masks-in-class-as-fears-mount-of-omicron-surge", - "creator": "Toby Helm, Robin McKie and Julie Henry", - "pubDate": "2022-01-01T22:30:00Z", + "title": "Chinese city of Xian sees Covid cases rise as it enters third day of lockdown", + "description": "

    Residents are banned from leaving the city and non-essential workers can only leave home to buy food

    The Chinese city of Xian has reported an increase in daily Covid-19 infections and local companies have curtailed activity as the country’s latest hotspot entered its third day of lockdown.

    Xian, home to 13 million people, detected 75 domestically transmitted cases with confirmed symptoms on Friday, its highest daily count of the year and reversing the previous day’s decline, official data showed on Saturday.

    Continue reading...", + "content": "

    Residents are banned from leaving the city and non-essential workers can only leave home to buy food

    The Chinese city of Xian has reported an increase in daily Covid-19 infections and local companies have curtailed activity as the country’s latest hotspot entered its third day of lockdown.

    Xian, home to 13 million people, detected 75 domestically transmitted cases with confirmed symptoms on Friday, its highest daily count of the year and reversing the previous day’s decline, official data showed on Saturday.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/25/chinese-city-of-xian-sees-covid-case-rise-as-it-enters-third-day-of-lockdown", + "creator": "Reuters", + "pubDate": "2021-12-25T05:30:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195368,17 +221197,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bd4cffde8917c2ba5c42b4e1bee11fc", - "highlights": [] + "hash": "12d37154251d6d6b390b44a2b4a2a4cf" }, { - "title": "Two years of coronavirus: how pandemic unfolded around the world", - "description": "

    In December 2019 the WHO was told of a cluster of pneumonia cases in Wuhan, China. These charts show how Covid-19 has spread across the world since then

    Two years ago today, as New Year’s Eve fireworks lit up skies across the world, news reached the World Health Organization (WHO) about an outbreak of “pneumonia” in Wuhan, China, the cause of which was unknown.

    There had been several cases in December and possibly as far back as November in the region. But the subsequent WHO announcement was the first time that the world at large was made aware of its existence.

    Continue reading...", - "content": "

    In December 2019 the WHO was told of a cluster of pneumonia cases in Wuhan, China. These charts show how Covid-19 has spread across the world since then

    Two years ago today, as New Year’s Eve fireworks lit up skies across the world, news reached the World Health Organization (WHO) about an outbreak of “pneumonia” in Wuhan, China, the cause of which was unknown.

    There had been several cases in December and possibly as far back as November in the region. But the subsequent WHO announcement was the first time that the world at large was made aware of its existence.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/31/two-years-of-coronavirus-how-pandemic-unfolded-around-the-world", - "creator": "Ashley Kirk and Pamela Duncan", - "pubDate": "2021-12-31T08:00:15Z", + "title": "Bambi: cute, lovable, vulnerable ... or a dark parable of antisemitic terror?", + "description": "

    A new translation of Felix Salten’s 1923 novel reasserts its original message that warns of Jewish persecution

    It’s a saccharine sweet story about a young deer who finds love and friendship in a forest. But the original tale of Bambi, adapted by Disney in 1942, has much darker beginnings as an existential novel about persecution and antisemitism in 1920s Austria.

    Now, a new translation seeks to reassert the rightful place of Felix Salten’s 1923 masterpiece in adult literature and shine a light on how Salten was trying to warn the world that Jews would be terrorised, dehumanised and murdered in the years to come. Far from being a children’s story, Bambi was actually a parable about the inhumane treatment and dangerous precariousness of Jews and other minorities in what was then an increasingly fascist world, the new translation will show.

    Continue reading...", + "content": "

    A new translation of Felix Salten’s 1923 novel reasserts its original message that warns of Jewish persecution

    It’s a saccharine sweet story about a young deer who finds love and friendship in a forest. But the original tale of Bambi, adapted by Disney in 1942, has much darker beginnings as an existential novel about persecution and antisemitism in 1920s Austria.

    Now, a new translation seeks to reassert the rightful place of Felix Salten’s 1923 masterpiece in adult literature and shine a light on how Salten was trying to warn the world that Jews would be terrorised, dehumanised and murdered in the years to come. Far from being a children’s story, Bambi was actually a parable about the inhumane treatment and dangerous precariousness of Jews and other minorities in what was then an increasingly fascist world, the new translation will show.

    Continue reading...", + "category": "Antisemitism", + "link": "https://www.theguardian.com/news/2021/dec/25/bambi-cute-lovable-vulnerable-or-a-dark-parable-of-antisemitic-terror", + "creator": "Donna Ferguson", + "pubDate": "2021-12-25T12:00:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195390,17 +221218,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c84fb226bc91d1c5436ed5710bc4f58d", - "highlights": [] + "hash": "5045132f80c8284cb4b79693e458ee44" }, { - "title": "Ghislaine Maxwell, the Demon Queen, is behind bars. Does she have a secret that could unlock her shackles?", - "description": "

    Our writer sat through the trial in New York and reports on the humiliation of the mwah-mwah princess, her repeated failures to end Jeffrey Epstein’s abuse and the chances of her cutting a deal with the Feds

    Guilty, five times over, Ghislaine Maxwell, shackled, sits in the sweat box as it crawls over Brooklyn Bridge along with the rest of the rush-hour little people she used to fly over, saying a last goodbye to the Imperial City’s billion-dollar stalagmites. The one-time Princess Mwah-Mwah is now the Demon Queen, facing 30 years, the rest of her life in prison, not some Disneyland of rightwing fantasy but a bone pit of the bad, the mad and the broken locked up until the end of age.

    She has a secret key that could unlock her shackles. What if she sings, tells the feds what she knows, gives up the overmighty men who, along with her one-time lover Jeffrey Epstein, abused women more child than adult back in her pomp? She could cut her jail time down to 10 years and be out in seven, thanks to good behaviour.

    Continue reading...", - "content": "

    Our writer sat through the trial in New York and reports on the humiliation of the mwah-mwah princess, her repeated failures to end Jeffrey Epstein’s abuse and the chances of her cutting a deal with the Feds

    Guilty, five times over, Ghislaine Maxwell, shackled, sits in the sweat box as it crawls over Brooklyn Bridge along with the rest of the rush-hour little people she used to fly over, saying a last goodbye to the Imperial City’s billion-dollar stalagmites. The one-time Princess Mwah-Mwah is now the Demon Queen, facing 30 years, the rest of her life in prison, not some Disneyland of rightwing fantasy but a bone pit of the bad, the mad and the broken locked up until the end of age.

    She has a secret key that could unlock her shackles. What if she sings, tells the feds what she knows, gives up the overmighty men who, along with her one-time lover Jeffrey Epstein, abused women more child than adult back in her pomp? She could cut her jail time down to 10 years and be out in seven, thanks to good behaviour.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2022/jan/02/ghislaine-maxwell-the-demon-queen-is-behind-bars-does-she-have-a-secret-that-could-unlock-her-shackles", - "creator": "John Sweeney", - "pubDate": "2022-01-02T07:15:11Z", + "title": "Christopher Eccleston: ‘I am anything but macho’", + "description": "

    The actor, 57, on having a breakdown, aiming high and moving through life gently

    My first memory is cycling to the top of the path outside my childhood home, on a yellow kids’ bike with fat grey tyres. I turned on to the road and said aloud: “I’m me, doing this, now.” I was heading away from the home and people I loved, off on my own adventure.

    The love I felt as a child was unconditional, especially from my mother. I loved Dad deeply, but was wary of him. It was idyllic, our gang of kids playing out on a Salford council estate. My children are middle-class Londoners, but I sit on the porch and let them play in the street just like I did.

    Continue reading...", + "content": "

    The actor, 57, on having a breakdown, aiming high and moving through life gently

    My first memory is cycling to the top of the path outside my childhood home, on a yellow kids’ bike with fat grey tyres. I turned on to the road and said aloud: “I’m me, doing this, now.” I was heading away from the home and people I loved, off on my own adventure.

    The love I felt as a child was unconditional, especially from my mother. I loved Dad deeply, but was wary of him. It was idyllic, our gang of kids playing out on a Salford council estate. My children are middle-class Londoners, but I sit on the porch and let them play in the street just like I did.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/25/christopher-eccleston-this-much-i-know", + "creator": "Michael Segalov", + "pubDate": "2021-12-25T14:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195412,17 +221239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5126850a3cd85e0b040b15dfec7aaf40", - "highlights": [] + "hash": "8aa471f79bca1fc328a342dbc93d4a69" }, { - "title": "From stand-in stars to tech titans: The Observer’s faces to watch in 2022", - "description": "

    We look at who will be making headlines this year, in both a positive and negative light

    Toby Helm

    Continue reading...", - "content": "

    We look at who will be making headlines this year, in both a positive and negative light

    Toby Helm

    Continue reading...", - "category": "Focus", - "link": "https://www.theguardian.com/focus/2022/jan/02/from-stand-in-stars-to-tech-titans-the-observers-faces-to-watch-in-2022", - "creator": "Toby Helm, Robin McKie, Vanessa Thorpe, Simon Tisdall, Barry Glendenning, Suzanne Wrack, Priya Elan, Ian Tucker, Wendy Ide and Barbara Ellen", - "pubDate": "2022-01-02T06:00:09Z", + "title": "The showbiz quiz of the year: from Bennifer’s conscious recoupling to Gwyneth Paltrow’s go-to song", + "description": "

    Do you know what Demi Lovato thinks about aliens? What new role The Rock has been cooking up? Put your knowledge to the test

    Continue reading...", + "content": "

    Do you know what Demi Lovato thinks about aliens? What new role The Rock has been cooking up? Put your knowledge to the test

    Continue reading...", + "category": "Celebrity", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/25/the-showbiz-quiz-of-the-year-from-bennifers-conscious-recoupling-to-gwyneth-paltrows-go-to-song", + "creator": "Dylan B Jones", + "pubDate": "2021-12-25T13:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195434,17 +221260,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c702d38c96e6766856ff6cee3b43c05", - "highlights": [] + "hash": "5de76b9ddaad4a611137bf9c52a55f97" }, { - "title": "My teenager doesn’t want to see her dad again after we split | Ask Philippa", - "description": "

    You seem to be making yourself ‘right’ and your daughter’s dad ‘wrong’ – with her a pawn in this fight. Don’t be in league with her against him

    The question My teenage daughter has been depressed for 18 months. During the past two years, I have been in the process of separating from her dad and their relationship has deteriorated to the extent that when we move apart she says she no longer wants to see him. She is not attending school and is struggling to engage with learning despite it being an important exam year. I have taken a step back and, together with the school, we have allowed her to only go in when she can, maybe for an hour or two.

    Her father sees this as giving in and allowing her to be “lazy” and says giving her this freedom means she will just take advantage. According to him, she needs more structure and discipline, and she needs to get used to the fact that pressure is a part of life. It feels as if he can’t acknowledge that she is depressed, despite her GP confirming this to be the case. I can see she has started to respond well to having the pressure taken off.

    Continue reading...", - "content": "

    You seem to be making yourself ‘right’ and your daughter’s dad ‘wrong’ – with her a pawn in this fight. Don’t be in league with her against him

    The question My teenage daughter has been depressed for 18 months. During the past two years, I have been in the process of separating from her dad and their relationship has deteriorated to the extent that when we move apart she says she no longer wants to see him. She is not attending school and is struggling to engage with learning despite it being an important exam year. I have taken a step back and, together with the school, we have allowed her to only go in when she can, maybe for an hour or two.

    Her father sees this as giving in and allowing her to be “lazy” and says giving her this freedom means she will just take advantage. According to him, she needs more structure and discipline, and she needs to get used to the fact that pressure is a part of life. It feels as if he can’t acknowledge that she is depressed, despite her GP confirming this to be the case. I can see she has started to respond well to having the pressure taken off.

    Continue reading...", - "category": "Divorce", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/02/ask-philippa-perry-my-teenager-doesnt-want-to-see-her-dad-again-after-we-split", - "creator": "Philippa Perry", - "pubDate": "2022-01-02T06:00:10Z", + "title": "The Matrix Resurrections review – Keanu Reeves and Carrie-Anne Moss spark in utopian reboot", + "description": "

    A sunny new world beckons for Neo and Trinity in this self-aware but smart fourth instalment of the sci-fi classic

    Thomas Anderson (Keanu Reeves) is the designer of The Matrix, a popular video game set in a virtual reality. His bosses have ordered a sequel; at an ideas meeting, his colleagues throw around a few ideas. PVC. Guns. Trans allegory. There is much winking and nudging in Lana Wachowski’s follow-up to the groundbreaking sci-fi films she co-created with her sister Lilly. Wachowski understands that in the 20 years since, their legacy has been boiled down to a catalogue of memes with lucrative franchise potential. Yet her newest chapter manages to be self-aware (at times overly so) without being entirely cynical.

    Those foggy on the details of the trilogy’s plot will benefit from the exposition-heavy first act. Plagued by memories of his past, Anderson – also known as Neo – must once again choose whether to take the red pill offered by hacker Bugs (Jessica Henwick, whip-smart), and wake up, or continue to swallow his current reality. Carrie-Anne Moss’s Tiffany, a motorcycle mechanic and mother of two whom Neo remembers as Trinity, has a choice to make too. The romance between them has always been the molten core of the Matrix films; their power as a duo is what drives the story forward.

    Continue reading...", + "content": "

    A sunny new world beckons for Neo and Trinity in this self-aware but smart fourth instalment of the sci-fi classic

    Thomas Anderson (Keanu Reeves) is the designer of The Matrix, a popular video game set in a virtual reality. His bosses have ordered a sequel; at an ideas meeting, his colleagues throw around a few ideas. PVC. Guns. Trans allegory. There is much winking and nudging in Lana Wachowski’s follow-up to the groundbreaking sci-fi films she co-created with her sister Lilly. Wachowski understands that in the 20 years since, their legacy has been boiled down to a catalogue of memes with lucrative franchise potential. Yet her newest chapter manages to be self-aware (at times overly so) without being entirely cynical.

    Those foggy on the details of the trilogy’s plot will benefit from the exposition-heavy first act. Plagued by memories of his past, Anderson – also known as Neo – must once again choose whether to take the red pill offered by hacker Bugs (Jessica Henwick, whip-smart), and wake up, or continue to swallow his current reality. Carrie-Anne Moss’s Tiffany, a motorcycle mechanic and mother of two whom Neo remembers as Trinity, has a choice to make too. The romance between them has always been the molten core of the Matrix films; their power as a duo is what drives the story forward.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/25/the-matrix-resurrections-review-keanu-reeves-carrie-anne-moss", + "creator": "Simran Hans", + "pubDate": "2021-12-25T15:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195456,17 +221281,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e21574635deecaf4bfa7a1ead4115ff", - "highlights": [] + "hash": "c9cfdf32169f404376b0b2bbf4e5d3b3" }, { - "title": "‘Boys and girls have equal freedom’: Kerala backs gender-neutral uniforms", - "description": "

    Primary school pupils run free in shorts while a secondary school has gone ahead with uniform changes despite protests

    It’s break time at Valayanchirangara primary school and the pupils run freely beneath the mango trees and palms. Girls race against the boys, hitching up their knee-length shorts, cargo green for girls and teal blue for boys, as they go.

    It’s been three years since this small government primary school introduced gender-neutral uniforms for its pupils, and in doing so set in motion a quiet revolution that is now sweeping across the south Indian state of Kerala.

    Continue reading...", - "content": "

    Primary school pupils run free in shorts while a secondary school has gone ahead with uniform changes despite protests

    It’s break time at Valayanchirangara primary school and the pupils run freely beneath the mango trees and palms. Girls race against the boys, hitching up their knee-length shorts, cargo green for girls and teal blue for boys, as they go.

    It’s been three years since this small government primary school introduced gender-neutral uniforms for its pupils, and in doing so set in motion a quiet revolution that is now sweeping across the south Indian state of Kerala.

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/2022/jan/02/kerala-india-boys-girls-have-equal-freedom-promotes-gender-neutral-uniforms", - "creator": "Hannah Ellis-Petersen and KA Shaji", - "pubDate": "2022-01-02T05:00:08Z", + "title": "The person who got me through 2021: Heather Phillipson’s sculpture brightened my trips to hospital", + "description": "

    On my way to have painful medical tests, I felt dejected. Then I saw a giant dollop of whipped cream with a cherry on top in Trafalgar Square

    Most people were keen to leave 2020 behind but had I known what was coming in 2021, I might have chosen to stay there. From the first days of January I started to experience extended bouts of dizziness – a feeling that the ground was moving beneath me, with bursts of tinnitus, nausea and head pressure thrown in.

    One thing I can tell you about near constant dizziness is that it’s not the ideal state to be in if you are trying to homeschool a four-year-old, entertain a stir-crazy one-year-old and hold down a full-time job. As for fun activities: just looking at a playground roundabout was enough to send me spinning out.

    Continue reading...", + "content": "

    On my way to have painful medical tests, I felt dejected. Then I saw a giant dollop of whipped cream with a cherry on top in Trafalgar Square

    Most people were keen to leave 2020 behind but had I known what was coming in 2021, I might have chosen to stay there. From the first days of January I started to experience extended bouts of dizziness – a feeling that the ground was moving beneath me, with bursts of tinnitus, nausea and head pressure thrown in.

    One thing I can tell you about near constant dizziness is that it’s not the ideal state to be in if you are trying to homeschool a four-year-old, entertain a stir-crazy one-year-old and hold down a full-time job. As for fun activities: just looking at a playground roundabout was enough to send me spinning out.

    Continue reading...", + "category": "Art and design", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/25/the-person-who-got-me-through-2021-heather-phillipsons-sculpture-brightened-my-trips-to-hospital", + "creator": "Tim Jonze", + "pubDate": "2021-12-25T15:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195478,17 +221302,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd06f07852c8dcd0c981e71ef15fccbb", - "highlights": [] + "hash": "7937f048890eb65cccd06da26404e913" }, { - "title": "Garbo by Robert Gottlieb review – distant darling of the silver screen", - "description": "

    The renowned editor wittily explores the appeal of the actor, whose ability to charm and mystify mesmerised admirers – until her abrupt retirement in the age of the ‘bombshell’

    In more innocent or credulous days, the faithful sat in the dark to gaze at strange beings with detachable heads who were actually phantasms of light. Among the stars in this custom-made galaxy, the most alluring and yet the most distant was Greta Garbo, whose persona alternated between carnal heat and ascetic frost. After wickedly enticing her male victims in The Temptress, she redeemed herself as the dying courtesan in Camille; in Queen Christina, she was exalted by sacrifice and in a last mesmerising closeup all emotion blankly drained from her face as she renounced the throne and sailed into exile.

    Gradually this astral creature edged down to Earth. Publicists issued an excited proclamation when Garbo talked for the first time on screen in Anna Christie, even though she began by gruffly demanding a whisky in a waterfront bar. In Ninotchka, she made headlines all over again by contorting her alabaster features in a sudden fit of laughter.

    Continue reading...", - "content": "

    The renowned editor wittily explores the appeal of the actor, whose ability to charm and mystify mesmerised admirers – until her abrupt retirement in the age of the ‘bombshell’

    In more innocent or credulous days, the faithful sat in the dark to gaze at strange beings with detachable heads who were actually phantasms of light. Among the stars in this custom-made galaxy, the most alluring and yet the most distant was Greta Garbo, whose persona alternated between carnal heat and ascetic frost. After wickedly enticing her male victims in The Temptress, she redeemed herself as the dying courtesan in Camille; in Queen Christina, she was exalted by sacrifice and in a last mesmerising closeup all emotion blankly drained from her face as she renounced the throne and sailed into exile.

    Gradually this astral creature edged down to Earth. Publicists issued an excited proclamation when Garbo talked for the first time on screen in Anna Christie, even though she began by gruffly demanding a whisky in a waterfront bar. In Ninotchka, she made headlines all over again by contorting her alabaster features in a sudden fit of laughter.

    Continue reading...", - "category": "Biography books", - "link": "https://www.theguardian.com/books/2022/jan/02/garbo-by-robert-gottlieb-review-distant-darling-of-the-silver-screen", - "creator": "Peter Conrad", - "pubDate": "2022-01-02T07:00:12Z", + "title": "Under-30s drive surge in people getting their first Covid jab", + "description": "

    Figures show an 85% increase in first doses for those aged 18 to 24 and 71% for those aged 25 to 30

    The under-30s are driving a surge in people getting their first jab of the Covid-19 vaccine, with the overall number of people rising by almost half in the week up to 21 December, figures show.

    The sudden uptick is fuelled by fears of the Omicron variant, as well as the government’s “Get boosted now” publicity drive, which has seen millions of people come forward for their third Covid shot in the past fortnight.

    Continue reading...", + "content": "Some 750 armed forces personnel have been drafted in to support the rollout of the booster programme.", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/26/under-30s-drive-surge-in-people-getting-their-first-covid-jab", + "creator": "Guardian staff and agency", + "pubDate": "2021-12-26T00:01:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195500,17 +221323,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "01e423245417e48bbe7eea21654a3844", - "highlights": [] + "hash": "ae771e8a9a6cd4d3f60fe702b6c0df6a" }, { - "title": "Is that really me? The ugly truth about beauty filters", - "description": "

    Smoother skin, slimmer faces, plumper lips … how unattainable ideals are harming young users

    Popping a beautifying filter on the TikTok video she was filming seemed harmless to Mia. It made it look as though she had done her makeup, took away the hint of a double chin that always bothered her, and gently altered her bone structure to make her just that bit closer to perfect.

    After a while, using filters on videos became second nature – until she caught a glimpse of herself in the mirror one day and realised, to her horror, she no longer recognised her own face.

    Continue reading...", - "content": "

    Smoother skin, slimmer faces, plumper lips … how unattainable ideals are harming young users

    Popping a beautifying filter on the TikTok video she was filming seemed harmless to Mia. It made it look as though she had done her makeup, took away the hint of a double chin that always bothered her, and gently altered her bone structure to make her just that bit closer to perfect.

    After a while, using filters on videos became second nature – until she caught a glimpse of herself in the mirror one day and realised, to her horror, she no longer recognised her own face.

    Continue reading...", - "category": "Australian lifestyle", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/02/is-that-really-me-the-ugly-truth-about-beauty-filters", - "creator": "Matilda Boseley", - "pubDate": "2022-01-01T19:00:06Z", + "title": "Border Force picks up 67 people after Christmas Day attempt to cross Channel", + "description": "

    Agents step in after incident involving two small boats in early hours of morning

    UK authorities have rescued 67 people who were attempting to cross the Channel on Christmas Day.

    Border Force agents took a group of people to Dover in Kent in the early hours of Saturday, after an incident involving two small boats.

    Continue reading...", + "content": "

    Agents step in after incident involving two small boats in early hours of morning

    UK authorities have rescued 67 people who were attempting to cross the Channel on Christmas Day.

    Border Force agents took a group of people to Dover in Kent in the early hours of Saturday, after an incident involving two small boats.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/25/67-people-cross-english-channel-on-christmas-day", + "creator": "Press Association", + "pubDate": "2021-12-25T17:49:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195522,17 +221344,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "13d4ba1dc4d07af3c0411771d0869338", - "highlights": [] + "hash": "d1203de0b00c8cf2296282acc7744630" }, { - "title": "Boris Johnson quits as world runs out of Greek letters? Our supporters’ predictions for 2022", - "description": "

    We asked the Guardian’s 1m supporters to make their predictions for the year ahead. Here’s what they said

    • New year, new resolve: become a Guardian supporter

    Boris Johnson steps down, to be replaced by David Frost – or Jeremy Hunt, or Michael Gove, or Peppa Pig. French presidential elections are beset by civil unrest over pandemic restrictions. Russia mounts some kind of incursion in eastern Ukraine. China waits for an opportune moment to overrun Taiwan.

    And the world runs out of Greek letters to attach to Covid variants.

    Continue reading...", - "content": "

    We asked the Guardian’s 1m supporters to make their predictions for the year ahead. Here’s what they said

    • New year, new resolve: become a Guardian supporter

    Boris Johnson steps down, to be replaced by David Frost – or Jeremy Hunt, or Michael Gove, or Peppa Pig. French presidential elections are beset by civil unrest over pandemic restrictions. Russia mounts some kind of incursion in eastern Ukraine. China waits for an opportune moment to overrun Taiwan.

    And the world runs out of Greek letters to attach to Covid variants.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/2022/jan/01/boris-johnson-quits-global-unrest-supporters-predictions-2022", - "creator": "Mark Rice-Oxley and Guardian supporters", - "pubDate": "2022-01-01T08:00:44Z", + "title": "Suicide bomber kills at least six in eastern Congo on Christmas Day", + "description": "

    Attacker targeted restaurant and bar in Beni on Saturday as patrons gathered to celebrate holiday

    A suicide bomber attacked a restaurant and bar in Beni on Christmas Day, killing at least six people in the eastern Congolese town where Islamic extremists are known to be active.

    Heavy gunfire rang out shortly after the bomb went off, with panicked crowds fleeing the town’s hub.

    Continue reading...", + "content": "

    Attacker targeted restaurant and bar in Beni on Saturday as patrons gathered to celebrate holiday

    A suicide bomber attacked a restaurant and bar in Beni on Christmas Day, killing at least six people in the eastern Congolese town where Islamic extremists are known to be active.

    Heavy gunfire rang out shortly after the bomb went off, with panicked crowds fleeing the town’s hub.

    Continue reading...", + "category": "Democratic Republic of the Congo", + "link": "https://www.theguardian.com/world/2021/dec/25/suicide-bomber-kills-at-least-six-in-eastern-congo-on-christmas-day", + "creator": "Associated Press in Beni", + "pubDate": "2021-12-25T22:24:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195544,17 +221365,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c9c7598f5aa4aeab15bc292647cc652", - "highlights": [] + "hash": "a3c5e43cc68edab6dd70d3aee134a8c5" }, { - "title": "After rightwing attacks on rescues, UK lifeboat charity has record fundraising year", - "description": "

    The Royal National Lifeboat Institution has had ‘significant’ increase in annual donations after it went to the aid of asylum seekers

    The Royal National Lifeboat Institution (RNLI) is on course for the highest annual fundraising total in its near 200-year history. Donations swelled after the charity attracted huge public support following rightwing attacks for helping save the lives of asylum seekers at risk of drowning in the Channel.

    The RNLI said it has received a significant increase in support, with online donations rising by 50% this year.

    Continue reading...", - "content": "

    The Royal National Lifeboat Institution has had ‘significant’ increase in annual donations after it went to the aid of asylum seekers

    The Royal National Lifeboat Institution (RNLI) is on course for the highest annual fundraising total in its near 200-year history. Donations swelled after the charity attracted huge public support following rightwing attacks for helping save the lives of asylum seekers at risk of drowning in the Channel.

    The RNLI said it has received a significant increase in support, with online donations rising by 50% this year.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2022/jan/02/rightwing-attacks-rescues-uk-lifeboat-charity-fundraising-rnli-royal-national-lifeboat-institution", - "creator": "Mark Townsend", - "pubDate": "2022-01-02T08:00:12Z", + "title": "Christmas roast: temperatures soar in Texas and US south-east", + "description": "

    Warm weather could make this the hottest December on record for many cities in the region, including Dallas and New Orleans

    About 200 temperature records in the US may be broken over the next several days as warm air across Texas and the south-east is predicted to bring spring or even summer-like conditions, making Christmas Day likely to be the warmest in 50 to 100 years in some areas.

    The temperatures could make this the warmest December on record for many cities in the region including Dallas, Houston, New Orleans, St Louis, Kansas City and Chicago.

    Continue reading...", + "content": "

    Warm weather could make this the hottest December on record for many cities in the region, including Dallas and New Orleans

    About 200 temperature records in the US may be broken over the next several days as warm air across Texas and the south-east is predicted to bring spring or even summer-like conditions, making Christmas Day likely to be the warmest in 50 to 100 years in some areas.

    The temperatures could make this the warmest December on record for many cities in the region including Dallas, Houston, New Orleans, St Louis, Kansas City and Chicago.

    Continue reading...", + "category": "US weather", + "link": "https://www.theguardian.com/us-news/2021/dec/25/christmas-temperature-us-texas-records-south-east", + "creator": "Edward Helmore", + "pubDate": "2021-12-25T19:02:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195566,17 +221386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9ecb6ab023f2959ec40cb25e2eb5380", - "highlights": [] + "hash": "163b1526c5756048d55e54a290047c11" }, { - "title": "Food for the future: helping farmers in Kenya adapt to the climate crisis", - "description": "

    Our charity appeal has already raised £637,000. In Lake Victoria, training on smart agriculture methods is creating new livelihoods

    Help support those on the frontline of the climate emergency

    Donate to our charity appeal here

    The harsh midday sun beats down on the withering pawpaw plants in Maureen Adhiambo’s patch of land.

    The villagers in Kamenya have not seen rain for months, and when it does come, the soil is too dry and loose to retain any of the moisture or nutrients. Last year Adhiambo saw her maize dry up long before it could mature. Like many farmers in the Homa Bay region, on the south bank of Kenya’s Lake Victoria, she is staring at yet another cycle of crop failure.

    Continue reading...", - "content": "

    Our charity appeal has already raised £637,000. In Lake Victoria, training on smart agriculture methods is creating new livelihoods

    Help support those on the frontline of the climate emergency

    Donate to our charity appeal here

    The harsh midday sun beats down on the withering pawpaw plants in Maureen Adhiambo’s patch of land.

    The villagers in Kamenya have not seen rain for months, and when it does come, the soil is too dry and loose to retain any of the moisture or nutrients. Last year Adhiambo saw her maize dry up long before it could mature. Like many farmers in the Homa Bay region, on the south bank of Kenya’s Lake Victoria, she is staring at yet another cycle of crop failure.

    Continue reading...", - "category": "Kenya", - "link": "https://www.theguardian.com/society/2022/jan/02/food-for-the-future-helping-farmers-in-kenya-adapt-to-the-climate-crisis", - "creator": "Peter Muiruri in Lake Victoria", - "pubDate": "2022-01-02T07:45:11Z", + "title": "‘A lot of abuse for little pay’: how US farming profits from exploitation and brutality", + "description": "

    Two dozen conspirators forced workers to pay fees for travel and housing while forcing them to work for little to no pay

    In June, a farm worker from Mexico, who requested to remain anonymous for fear of retaliation, was transported through a trafficking network from Monterey to work on farms in Georgia.

    They paid the traffickers 20,000 pesos, about $950, loaned from their mother, taking frequent trips back and forth to Monterey, before being told it was safe to leave. Then they were finally transported across the border.

    Continue reading...", + "content": "

    Two dozen conspirators forced workers to pay fees for travel and housing while forcing them to work for little to no pay

    In June, a farm worker from Mexico, who requested to remain anonymous for fear of retaliation, was transported through a trafficking network from Monterey to work on farms in Georgia.

    They paid the traffickers 20,000 pesos, about $950, loaned from their mother, taking frequent trips back and forth to Monterey, before being told it was safe to leave. Then they were finally transported across the border.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/25/us-farms-made-200m-human-smuggling-labor-trafficking-operation", + "creator": "Michael Sainato", + "pubDate": "2021-12-25T17:51:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195588,17 +221407,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26c8cc3dab98c5d55b3ea27774a6699d", - "highlights": [] + "hash": "4354ff56dcc43cc9789f0b543723d15b" }, { - "title": "Speed of Stand News shutdown sends chilling signal to Hong Kong’s media", - "description": "

    Analysis: the police raid and closure of the pro-democracy website has left journalists wondering who will be next

    The Christmas attack on Hong Kong website Stand News was no great surprise in a city where all forms of political opposition are being dismantled wholesale, but the scale, speed and nature of the operation to shutter this pro-democracy website were still shocking.

    Over 200 police officers swept into the newsroom, and others fanned out over the city making arrests under a harsh sedition law from the days of British colonial rule that had been gathering dust for decades.

    Continue reading...", - "content": "

    Analysis: the police raid and closure of the pro-democracy website has left journalists wondering who will be next

    The Christmas attack on Hong Kong website Stand News was no great surprise in a city where all forms of political opposition are being dismantled wholesale, but the scale, speed and nature of the operation to shutter this pro-democracy website were still shocking.

    Over 200 police officers swept into the newsroom, and others fanned out over the city making arrests under a harsh sedition law from the days of British colonial rule that had been gathering dust for decades.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/29/speed-of-stand-news-shutdown-sends-chilling-signal-to-hong-kongs-media", - "creator": "Emma Graham-Harrison", - "pubDate": "2021-12-29T17:23:31Z", + "title": "‘It was life or death’: the plane-hijacking refugees Australia embraced", + "description": "

    Luke Henriques-Gomes’s grandfather was one of 44 refugees to arrive in 1975 on the only RAAF plane ever hijacked. The official response still staggers him. Head of news, Mike Ticher, introduces this little known story


    You can read the original article here: ‘It was life or death’: the plane-hijacking refugees Australia embraced


    Continue reading...", + "content": "

    Luke Henriques-Gomes’s grandfather was one of 44 refugees to arrive in 1975 on the only RAAF plane ever hijacked. The official response still staggers him. Head of news, Mike Ticher, introduces this little known story


    You can read the original article here: ‘It was life or death’: the plane-hijacking refugees Australia embraced


    Continue reading...", + "category": "Australian immigration and asylum", + "link": "https://www.theguardian.com/australia-news/audio/2021/dec/26/it-was-life-or-death-the-plane-hijacking-refugees-australia-embraced", + "creator": "Hosted by Jane Lee. Recommended by Mike Ticher. Written and read by Luke Henriques-Gomes. Produced by Camilla Hannan, Daniel Semo and Allison Chan. Executive producers Gabrielle Jackson and Melanie Tait", + "pubDate": "2021-12-25T19:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195610,17 +221428,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7114e28e63656eff2c1c852b3d81724b", - "highlights": [] + "hash": "d2652067ef425597ea308758a50fa530" }, { - "title": "MPs push and shove in Jordan's parliament – video", - "description": "

    Scuffles broke out in Jordan's parliament where lawmakers were discussing a proposed amendment to the constitution on Tuesday. Heated arguments degenerated when MPs began pushing and shoving each other during the session in Amman 

    Continue reading...", - "content": "

    Scuffles broke out in Jordan's parliament where lawmakers were discussing a proposed amendment to the constitution on Tuesday. Heated arguments degenerated when MPs began pushing and shoving each other during the session in Amman 

    Continue reading...", - "category": "Jordan", - "link": "https://www.theguardian.com/world/video/2021/dec/29/mps-push-and-shove-in-jordan-parliament-brawl-video", - "creator": "", - "pubDate": "2021-12-29T10:23:36Z", + "title": "Australia Covid update: NSW records 6,394 cases; Victoria has 1,608 cases; Queensland reports 714 cases", + "description": "

    Covid case numbers continue to grow across Australia amid outbreak of Omicron variant

    New South Wales has reported 6,394 new infections on Boxing Day with 458 in hospital, as health minister Brad Hazzard warns “we’re all going to get Omicron”.

    The case numbers are a slight increase on the already record case numbers reported on Christmas Day.

    Continue reading...", + "content": "

    Covid case numbers continue to grow across Australia amid outbreak of Omicron variant

    New South Wales has reported 6,394 new infections on Boxing Day with 458 in hospital, as health minister Brad Hazzard warns “we’re all going to get Omicron”.

    The case numbers are a slight increase on the already record case numbers reported on Christmas Day.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/26/australia-covid-update-nsw-records-6394-cases-and-victoria-reports-1608-new-cases", + "creator": "Australian Associated Press", + "pubDate": "2021-12-25T22:07:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195632,17 +221449,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "82e6cc4d283c4d4bf43ae7b6508b728f", - "highlights": [] + "hash": "c9733abdc944bb1907db56e34699a976" }, { - "title": "Food fighters: Spain’s annual Els Enfarinats battle – in pictures", - "description": "

    During the annual Els Enfarinats battle in the south-eastern Spanish town of Ibi participants dress in military clothes and stage a mock coup d’etat as they battle using flour, eggs and firecrackers outside the town hall. The 200-year-old tradition is part of the Day of the Holy Innocents celebrations, a time in Spain for pulling pranks

    Continue reading...", - "content": "

    During the annual Els Enfarinats battle in the south-eastern Spanish town of Ibi participants dress in military clothes and stage a mock coup d’etat as they battle using flour, eggs and firecrackers outside the town hall. The 200-year-old tradition is part of the Day of the Holy Innocents celebrations, a time in Spain for pulling pranks

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/gallery/2021/dec/29/food-fighters-spain-annual-els-enfarinats-battle-in-pictures", - "creator": "", - "pubDate": "2021-12-29T07:00:15Z", + "title": "‘My grandmother hid Jewish children’: Poland’s underground refugee network", + "description": "

    As thousands attempt to cross the Belarus-Poland border seeking asylum in Europe, local activists are trying to help

    In the attic of a cottage in the woods near the Polish village of Narewka, a young Iraqi Kurd crouches, trembling with cold and fear. Through the skylight, the blue lights of police vans flash on the walls of his hiding place. Outside, dozens of border guards are searching for people like him in the snowstorm. Downstairs, the owner of the house sits in silence with his terrified wife and children.

    The young Kurd is one of thousands of asylum seekers who entered Poland across the border with Belarus, where countless others have become trapped on their way to Europe. The Polish family have offered him shelter. But if the Polish police find him, he risks being sent back across the frontier into the sub-zero forests of Belarus, while his protectors risk being charged for aiding illegal immigration.

    Continue reading...", + "content": "

    As thousands attempt to cross the Belarus-Poland border seeking asylum in Europe, local activists are trying to help

    In the attic of a cottage in the woods near the Polish village of Narewka, a young Iraqi Kurd crouches, trembling with cold and fear. Through the skylight, the blue lights of police vans flash on the walls of his hiding place. Outside, dozens of border guards are searching for people like him in the snowstorm. Downstairs, the owner of the house sits in silence with his terrified wife and children.

    The young Kurd is one of thousands of asylum seekers who entered Poland across the border with Belarus, where countless others have become trapped on their way to Europe. The Polish family have offered him shelter. But if the Polish police find him, he risks being sent back across the frontier into the sub-zero forests of Belarus, while his protectors risk being charged for aiding illegal immigration.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/24/my-grandmother-hid-jewish-children-polands-underground-refugee-network", + "creator": "Lorenzo Tondo in Hajnówka and Narewka; photographs by Alessio Mamo", + "pubDate": "2021-12-24T07:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195654,17 +221470,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e83a752604d8ee7d4f2d0342a0860b3", - "highlights": [] + "hash": "7a43880ae32ab818d8e0e18d5b7cdf94" }, { - "title": "Colorado wildfire: up to 1,000 buildings destroyed as Biden declares disaster", - "description": "

    At least seven reported injured while cause of the blaze remains under investigation

    Up to 1,000 buildings may have been destroyed in the record wildfire that swept through a Colorado area abutting the Rocky Mountains, as Joe Biden declared the situation a disaster and experts warned that the climate crisis and suburban expansion contributed to the devastation.

    After declaring that it was a miracle, based on the latest information, that no one was killed in the fire that roared with little notice through Boulder county on Thursday, officials said that more than 500 and as many as 1,000 homes and businesses may have been razed.

    Continue reading...", - "content": "

    At least seven reported injured while cause of the blaze remains under investigation

    Up to 1,000 buildings may have been destroyed in the record wildfire that swept through a Colorado area abutting the Rocky Mountains, as Joe Biden declared the situation a disaster and experts warned that the climate crisis and suburban expansion contributed to the devastation.

    After declaring that it was a miracle, based on the latest information, that no one was killed in the fire that roared with little notice through Boulder county on Thursday, officials said that more than 500 and as many as 1,000 homes and businesses may have been razed.

    Continue reading...", - "category": "Colorado", - "link": "https://www.theguardian.com/us-news/2022/jan/01/colorado-wildfire-damage-biden-disaster-declaration", - "creator": "Joanna Walters and agencies", - "pubDate": "2022-01-01T17:04:07Z", + "title": "‘A breakthrough, not a breakdown’: one woman’s quest to transform mental health care in India", + "description": "

    Psychologist Ratnaboli Ray’s recovery from a mental health crisis inspired her to fight for women suffering in ‘abysmal’ conditions in West Bengal’s state institutions

    • Photography by Ranita Roy for the Guardian

    Ratnaboli Ray regards one of the lowest points of her life as a breakthrough. After years in an arranged marriage in which she felt stifled and trapped, her mental health took a catastrophic turn in 1997, when she was in her mid-30s.

    “I was feeling very caged, I was not able to express myself,” she says, from her home in West Bengal, India. She describes the psychological symptoms as like a pressure cooker bursting. “I used to get angry, have weeping spells. I was neglectful of my young son.”

    Continue reading...", + "content": "

    Psychologist Ratnaboli Ray’s recovery from a mental health crisis inspired her to fight for women suffering in ‘abysmal’ conditions in West Bengal’s state institutions

    • Photography by Ranita Roy for the Guardian

    Ratnaboli Ray regards one of the lowest points of her life as a breakthrough. After years in an arranged marriage in which she felt stifled and trapped, her mental health took a catastrophic turn in 1997, when she was in her mid-30s.

    “I was feeling very caged, I was not able to express myself,” she says, from her home in West Bengal, India. She describes the psychological symptoms as like a pressure cooker bursting. “I used to get angry, have weeping spells. I was neglectful of my young son.”

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/global-development/2021/dec/23/a-breakthrough-not-a-breakdown-one-womans-quest-to-transform-mental-health-care-in-india", + "creator": "Sarah Johnson", + "pubDate": "2021-12-23T10:00:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195676,17 +221491,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7efdc122562ae7d36e82803c4ddc0100", - "highlights": [] + "hash": "ab34ceb5fefd1447479e2d23730397fe" }, { - "title": "Desmond Tutu laid to rest at state funeral in Cape Town", - "description": "

    Ceremony takes place in cathedral the South African cleric and Nobel laureate turned into centre of struggle against racial injustice

    Just after noon, as the voices of the choir filled the cathedral, the mourners stood, bowed their heads in the direction of the plain wooden casket and then filed out on to Cape Town’s streets.

    The requiem mass for Desmond Tutu, who died aged 90 six days ago, had lasted much of the morning, long enough for a celebration of a life that has inspired tens of millions around the world, a final farewell from his compatriots, and for the unexpected rainclouds that had shrouded his home city overnight to clear.

    Continue reading...", - "content": "

    Ceremony takes place in cathedral the South African cleric and Nobel laureate turned into centre of struggle against racial injustice

    Just after noon, as the voices of the choir filled the cathedral, the mourners stood, bowed their heads in the direction of the plain wooden casket and then filed out on to Cape Town’s streets.

    The requiem mass for Desmond Tutu, who died aged 90 six days ago, had lasted much of the morning, long enough for a celebration of a life that has inspired tens of millions around the world, a final farewell from his compatriots, and for the unexpected rainclouds that had shrouded his home city overnight to clear.

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/2022/jan/01/funeral-of-desmond-tutu-takes-place-in-cape-town", - "creator": "Jason Burke Cape Town", - "pubDate": "2022-01-01T13:29:07Z", + "title": "Settled French territory or powder keg: what next for New Caledonia after failed bid for independence? | Hamish McDonald", + "description": "

    While French politicians are hailing the result of the referendum as ‘final’, indigenous Kanaks say their future is anything but settled

    In the wake of the third New Caledonian referendum on independence from France, French president Emmanuel Macron declared that “France is more beautiful because New Caledonia decided to stay.”

    The vote in the 12 December referendum – supposedly the finale of a 30-year process of preparation and consultation – was an overwhelming 96.5% against independence.

    Continue reading...", + "content": "

    While French politicians are hailing the result of the referendum as ‘final’, indigenous Kanaks say their future is anything but settled

    In the wake of the third New Caledonian referendum on independence from France, French president Emmanuel Macron declared that “France is more beautiful because New Caledonia decided to stay.”

    The vote in the 12 December referendum – supposedly the finale of a 30-year process of preparation and consultation – was an overwhelming 96.5% against independence.

    Continue reading...", + "category": "New Caledonia", + "link": "https://www.theguardian.com/world/2021/dec/23/settled-french-territory-or-powder-keg-what-next-for-new-caledonia-after-failed-bid-for-independence", + "creator": "Hamish McDonald", + "pubDate": "2021-12-22T20:00:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195698,17 +221512,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f17e4df9954231caa9e1660e39bd04d", - "highlights": [] + "hash": "9de49239b65dff57a7045a1d59bbe6fc" }, { - "title": "UK ministers eager to ease immigration rules for Indian citizens", - "description": "

    Offer could be on table in upcoming trade talks in Delhi in bid to access to country’s growing economy

    Ministers are keen to ease immigration restrictions in a bid to make it easier for thousands of Indian citizens to live and work in the UK as part of forthcoming trade talks.

    The potential offer will be under discussion when the international trade secretary, Anne-Marie Trevelyan, travels to Delhi this month, reports the Times. Relaxing immigration rules for Indian citizens is a key demand from Delhi.

    Continue reading...", - "content": "

    Offer could be on table in upcoming trade talks in Delhi in bid to access to country’s growing economy

    Ministers are keen to ease immigration restrictions in a bid to make it easier for thousands of Indian citizens to live and work in the UK as part of forthcoming trade talks.

    The potential offer will be under discussion when the international trade secretary, Anne-Marie Trevelyan, travels to Delhi this month, reports the Times. Relaxing immigration rules for Indian citizens is a key demand from Delhi.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2022/jan/01/uk-ministers-eager-to-ease-immigration-rules-for-indian-citizens", - "creator": "Jane Clinton", - "pubDate": "2022-01-01T19:31:16Z", + "title": "Covid live news: France sees record daily high; Israel orders 100,000 anti-viral pills", + "description": "
    • Passengers hit after airlines cancel more than 4,500 flights
    • Officials in China rush to contain outbreaks in several regions

    New South Wales has recorded its highest ever Covid daily caseload, with 6,288 new infections announced today – by far the highest number of cases in any Australian state since the pandemic began.

    Record Covid cases were reported across Australia on Christmas Day as overwhelmed testing clinics were forced to close and tens of thousands of people spent the holiday in isolation.

    I would sincerely appeal that they do not again consider closing churches and places of worship.

    I think this country has shown that people can make good judgements themselves.

    We’re at that point of saying we understand the risk. We know what we should do. Most people are sensible and cautious. We don’t need stronger impositions to teach us what to do.

    Continue reading...", + "content": "
    • Passengers hit after airlines cancel more than 4,500 flights
    • Officials in China rush to contain outbreaks in several regions

    New South Wales has recorded its highest ever Covid daily caseload, with 6,288 new infections announced today – by far the highest number of cases in any Australian state since the pandemic began.

    Record Covid cases were reported across Australia on Christmas Day as overwhelmed testing clinics were forced to close and tens of thousands of people spent the holiday in isolation.

    I would sincerely appeal that they do not again consider closing churches and places of worship.

    I think this country has shown that people can make good judgements themselves.

    We’re at that point of saying we understand the risk. We know what we should do. Most people are sensible and cautious. We don’t need stronger impositions to teach us what to do.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/25/covid-live-news-christmas-day-coronavirus-latest-updates-omicron", + "creator": "Nadeem Badshah (now), Kaamil Ahmed,Léonie Chao-Fong (earlier)", + "pubDate": "2021-12-25T22:03:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195720,17 +221533,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "61e98e3492aa4a8dd1d268c7132b3dfd", - "highlights": [] + "hash": "257c962ba8186d7b59e70180078719f9" }, { - "title": "Frozen in time: clock that tells tale of Jewish resistance in wartime Amsterdam", - "description": "

    Artefacts from hideout of family sent to Auschwitz death camp with Anne Frank and her family are put on display in Netherlands

    A clock that is the sole surviving object from a second world war Jewish hideout will go on display at Amsterdam’s Dutch Resistance Museum this year.

    The round mantelpiece clock may have been one of the last things people saw as they were seized by the Nazis and sent to death camps.

    Continue reading...", - "content": "

    Artefacts from hideout of family sent to Auschwitz death camp with Anne Frank and her family are put on display in Netherlands

    A clock that is the sole surviving object from a second world war Jewish hideout will go on display at Amsterdam’s Dutch Resistance Museum this year.

    The round mantelpiece clock may have been one of the last things people saw as they were seized by the Nazis and sent to death camps.

    Continue reading...", - "category": "Holocaust", - "link": "https://www.theguardian.com/world/2022/jan/01/clock-jewish-resistance-wartime-amsterdam-auschwitz-anne-frank-netherlands-death-camp", - "creator": "Jennifer Rankin", - "pubDate": "2022-01-01T15:25:34Z", + "title": "Caller tells Joe Biden ‘Let’s go Brandon’ during White House Christmas event", + "description": "

    The saying has became an internet sensation as a coded vulgarity among Trump supporters

    A vulgar anti-Biden slogan made for an awkward moment on Friday during Joe Biden’s phone calls with children tracking Santa’s flight when a father said, “Let’s Go Brandon.”

    The refrain, a sanitized version of “Fuck Joe Biden,” has been an internet sensation since a television journalist told race car driver Brandon Brown that a Nascar crowd shouting the vulgarity was actually saying, “Let’s go Brandon.”

    Continue reading...", + "content": "

    The saying has became an internet sensation as a coded vulgarity among Trump supporters

    A vulgar anti-Biden slogan made for an awkward moment on Friday during Joe Biden’s phone calls with children tracking Santa’s flight when a father said, “Let’s Go Brandon.”

    The refrain, a sanitized version of “Fuck Joe Biden,” has been an internet sensation since a television journalist told race car driver Brandon Brown that a Nascar crowd shouting the vulgarity was actually saying, “Let’s go Brandon.”

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2021/dec/24/caller-tells-joe-biden-lets-go-brandon-during-white-house-christmas-event", + "creator": "Reuters", + "pubDate": "2021-12-24T21:56:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195742,17 +221554,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa5e1d88fbbe3d3344136e3706b9677a", - "highlights": [] + "hash": "687213716747ccec045178ba0a16f4c1" }, { - "title": "New Year’s Eve: Times Square crowds return, NYC hails new mayor and Miley Cyrus battles wardrobe malfunction", - "description": "

    New York tradition brings some normalcy as coronavirus pandemic leads to cancellation of shows around the world

    A Miley Cyrus wardrobe malfunction, a celebrity rant about outgoing New York City mayor, Bill de Blasio, and the traditional dropping of a six-tonne ball in Times Square were among the highlights as America welcomed the new year, and bid good riddance to the old one.

    The New Year’s Eve tradition of crowds at Times Square returned this year, though with only 15,000 of the usual 60,000 spectators there to watch the ball, encrusted with nearly 2,700 Waterford crystals, descend as couples embraced, some still wearing their masks.

    Continue reading...", - "content": "

    New York tradition brings some normalcy as coronavirus pandemic leads to cancellation of shows around the world

    A Miley Cyrus wardrobe malfunction, a celebrity rant about outgoing New York City mayor, Bill de Blasio, and the traditional dropping of a six-tonne ball in Times Square were among the highlights as America welcomed the new year, and bid good riddance to the old one.

    The New Year’s Eve tradition of crowds at Times Square returned this year, though with only 15,000 of the usual 60,000 spectators there to watch the ball, encrusted with nearly 2,700 Waterford crystals, descend as couples embraced, some still wearing their masks.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/2022/jan/01/new-years-eve-times-square-crowds-return-nyc-hails-new-mayor-and-miley-cyrus-battles-wardrobe-malfunction", - "creator": "Graham Russell and agencies", - "pubDate": "2022-01-01T07:07:57Z", + "title": "Head of US FDA’s advisory group: ‘We never expected Covid vaccines to be so good, so effective’", + "description": "

    Dr Arnold Monto says he watched as a vaccine was developed both faster and more effectively than any dared to hope – but says it’s unlikely to give ‘permanent protection’

    It is very likely that in the “Before Times,” few Americans knew that independent experts advised the US Food and Drug Administration (FDA) on the safety and efficacy of vaccines, and that the FDA usually took their advice.

    Less than a year into the Covid-19 pandemic, that quickly changed.

    Continue reading...", + "content": "

    Dr Arnold Monto says he watched as a vaccine was developed both faster and more effectively than any dared to hope – but says it’s unlikely to give ‘permanent protection’

    It is very likely that in the “Before Times,” few Americans knew that independent experts advised the US Food and Drug Administration (FDA) on the safety and efficacy of vaccines, and that the FDA usually took their advice.

    Less than a year into the Covid-19 pandemic, that quickly changed.

    Continue reading...", + "category": "Vaccines and immunisation", + "link": "https://www.theguardian.com/society/2021/dec/25/us-fda-vaccine-advisory-group-covid-vaccines-flu", + "creator": "Jessica Glenza", + "pubDate": "2021-12-25T07:00:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195764,17 +221575,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc7a59ed3837ac934b6af469bfb10f3d", - "highlights": [] + "hash": "0e3cd3aba8efafc6881396e3955bd364" }, { - "title": "Warmest UK New Year’s Day follows record-breaking New Year’s Eve", - "description": "

    Met Office says 16.3C reached in central London on Saturday ‘likely to be confirmed’ as record temperature

    The warmest New Year’s Eve on record has been followed by the hottest New Year’s Day, early figures show. Thanks to warm subtropical air flowing from the Azores, temperatures topped 16C at a time of the year when they usually reach about 7C.

    The Met Office said that 16.3C had been reached in St James’s Park, central London, meaning it is “likely to be confirmed” as a record maximum temperature for any New Year’s Day.

    Continue reading...", - "content": "

    Met Office says 16.3C reached in central London on Saturday ‘likely to be confirmed’ as record temperature

    The warmest New Year’s Eve on record has been followed by the hottest New Year’s Day, early figures show. Thanks to warm subtropical air flowing from the Azores, temperatures topped 16C at a time of the year when they usually reach about 7C.

    The Met Office said that 16.3C had been reached in St James’s Park, central London, meaning it is “likely to be confirmed” as a record maximum temperature for any New Year’s Day.

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/2022/jan/01/warmest-uk-new-years-day-follows-record-breaking-new-years-eve", - "creator": "PA Media", - "pubDate": "2022-01-01T20:31:44Z", + "title": "Central Africa: fighting kills six soldiers and 22 jihadists in Lake Chad region", + "description": "

    Three-week operation by troops from Niger and Nigeria targeted area that has become a bolthole for Boko Haram and Isis-linked militants

    Six soldiers and at least 22 jihadists have died in fighting in the Lake Chad region of central AfricA, a joint force deployed to the area said on Friday.

    The force described the operation, conducted by troops from Niger and Nigeria backed by fighter planes, as a “success” and said it had benefited from “decisive support by American partners”.

    Continue reading...", + "content": "

    Three-week operation by troops from Niger and Nigeria targeted area that has become a bolthole for Boko Haram and Isis-linked militants

    Six soldiers and at least 22 jihadists have died in fighting in the Lake Chad region of central AfricA, a joint force deployed to the area said on Friday.

    The force described the operation, conducted by troops from Niger and Nigeria backed by fighter planes, as a “success” and said it had benefited from “decisive support by American partners”.

    Continue reading...", + "category": "Niger", + "link": "https://www.theguardian.com/world/2021/dec/25/central-africa-fighting-kills-six-soldiers-and-22-jihadists-in-lake-chad-region", + "creator": "Agence France-Presse", + "pubDate": "2021-12-25T01:59:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195786,17 +221596,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3463cd98c166804a250ef1e0f55553e", - "highlights": [] + "hash": "efbec96e869fa183c0171b71424f6530" }, { - "title": "The art of Yves Saint Laurent: design house marks 60th anniversary", - "description": "

    Five Paris museums to display fashion designer’s creations with artwork that inspired them

    Simultaneous exhibitions to mark the 60th anniversary of Yves Saint Laurent’s first collection are to be held by six leading Paris museums in an unprecedented tribute from the art world to the late French fashion designer.

    The events at museums, among them the Louvre and the Musée d’Orsay, will reveal how the celebrated couturier was inspired by some of the 20th century’s greatest artists including Picasso, Matisse and Mondrian.

    Continue reading...", - "content": "

    Five Paris museums to display fashion designer’s creations with artwork that inspired them

    Simultaneous exhibitions to mark the 60th anniversary of Yves Saint Laurent’s first collection are to be held by six leading Paris museums in an unprecedented tribute from the art world to the late French fashion designer.

    The events at museums, among them the Louvre and the Musée d’Orsay, will reveal how the celebrated couturier was inspired by some of the 20th century’s greatest artists including Picasso, Matisse and Mondrian.

    Continue reading...", - "category": "Yves Saint Laurent", - "link": "https://www.theguardian.com/fashion/2022/jan/01/the-art-of-yves-saint-laurent-design-house-marks-60th-anniversary", - "creator": "Kim Willsher in Paris", - "pubDate": "2022-01-01T08:00:43Z", + "title": "Australia Covid update: NSW records 6,394 cases and Victoria reports 1,608 new cases", + "description": "

    Covid case numbers continue to grow in NSW amid outbreak of Omicron variant

    New South Wales has reported 6,394 new infections on Boxing Day with 458 in hospital, a slight increase on the already record case numbers on Christmas Day.

    Victoria also reported a slight decrease in daily case numbers, with 1,608 new Covid-19 infections, including 374 in hospital.

    Continue reading...", + "content": "

    Covid case numbers continue to grow in NSW amid outbreak of Omicron variant

    New South Wales has reported 6,394 new infections on Boxing Day with 458 in hospital, a slight increase on the already record case numbers on Christmas Day.

    Victoria also reported a slight decrease in daily case numbers, with 1,608 new Covid-19 infections, including 374 in hospital.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/26/australia-covid-update-nsw-records-6394-cases-and-victoria-reports-1608-new-cases", + "creator": "Australian Associated Press", + "pubDate": "2021-12-25T22:07:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195808,17 +221617,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab9f5954d749f1813d67c445dfb128f1", - "highlights": [] + "hash": "fb2a018f549e75e5f85ac62645270730" }, { - "title": "Spanish town comes together in hunt for ‘Galician Rambo’", - "description": "

    Residents of Pontedeume form patrol after brushes with man they suspect is escaped murder convict Alfredo Sánchez Chacón

    Residents of a town in north-west Spain have banded together to try to track down a convicted murderer – nicknamed the “Galician Rambo” for his multiple jailbreaks and extensive knowledge of survival techniques – who is believed to be living in a nearby wooded area.

    Alfredo Sánchez Chacón has been on the run since March when he failed to return to prison after being allowed out on a day pass. News that the 63-year-old was missing probably surprised few: Sánchez Chacón, who is due to be in prison until 2025 for a murder in 1996, was already notorious across Spain for slipping out of prison twice.

    Continue reading...", - "content": "

    Residents of Pontedeume form patrol after brushes with man they suspect is escaped murder convict Alfredo Sánchez Chacón

    Residents of a town in north-west Spain have banded together to try to track down a convicted murderer – nicknamed the “Galician Rambo” for his multiple jailbreaks and extensive knowledge of survival techniques – who is believed to be living in a nearby wooded area.

    Alfredo Sánchez Chacón has been on the run since March when he failed to return to prison after being allowed out on a day pass. News that the 63-year-old was missing probably surprised few: Sánchez Chacón, who is due to be in prison until 2025 for a murder in 1996, was already notorious across Spain for slipping out of prison twice.

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/2022/jan/01/spanish-town-comes-together-in-hunt-for-galician-rambo", - "creator": "Ashifa Kassam in Madrid", - "pubDate": "2022-01-01T05:00:39Z", + "title": "Covid live news: air travel disruption worldwide; China records most cases in four months", + "description": "
    • Passengers hit after airlines cancel more than 4,500 flights
    • Officials in China rush to contain outbreaks in several regions

    New South Wales has recorded its highest ever Covid daily caseload, with 6,288 new infections announced today – by far the highest number of cases in any Australian state since the pandemic began.

    Record Covid cases were reported across Australia on Christmas Day as overwhelmed testing clinics were forced to close and tens of thousands of people spent the holiday in isolation.

    I would sincerely appeal that they do not again consider closing churches and places of worship.

    I think this country has shown that people can make good judgements themselves.

    We’re at that point of saying we understand the risk. We know what we should do. Most people are sensible and cautious. We don’t need stronger impositions to teach us what to do.

    Continue reading...", + "content": "
    • Passengers hit after airlines cancel more than 4,500 flights
    • Officials in China rush to contain outbreaks in several regions

    New South Wales has recorded its highest ever Covid daily caseload, with 6,288 new infections announced today – by far the highest number of cases in any Australian state since the pandemic began.

    Record Covid cases were reported across Australia on Christmas Day as overwhelmed testing clinics were forced to close and tens of thousands of people spent the holiday in isolation.

    I would sincerely appeal that they do not again consider closing churches and places of worship.

    I think this country has shown that people can make good judgements themselves.

    We’re at that point of saying we understand the risk. We know what we should do. Most people are sensible and cautious. We don’t need stronger impositions to teach us what to do.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/25/covid-live-news-christmas-day-coronavirus-latest-updates-omicron", + "creator": "Léonie Chao-Fong", + "pubDate": "2021-12-25T12:35:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195830,17 +221638,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aff3f5be42ec4a0adb1abcf2e9e99f58", - "highlights": [] + "hash": "c424ba2394c080ce1b57b8700c0cb402" }, { - "title": "That’s a wrap: French plastic packaging ban for fruit and veg begins", - "description": "

    Law bans sale of carrots, bananas and other items in plastic as environment groups urge other countries to follow

    A law banning plastic packaging for large numbers of fruits and vegetables comes into force in France on New Year’s Day, to end what the government has called the “aberration” of overwrapped carrots, apples and bananas, as environmental campaigners and exasperated shoppers urge other countries to do the same.

    Emmanuel Macron has called the ban on plastic packaging of fresh produce “a real revolution” and said France was taking the lead globally with its law to gradually phase out all single-use plastics by 2040.

    Continue reading...", - "content": "

    Law bans sale of carrots, bananas and other items in plastic as environment groups urge other countries to follow

    A law banning plastic packaging for large numbers of fruits and vegetables comes into force in France on New Year’s Day, to end what the government has called the “aberration” of overwrapped carrots, apples and bananas, as environmental campaigners and exasperated shoppers urge other countries to do the same.

    Emmanuel Macron has called the ban on plastic packaging of fresh produce “a real revolution” and said France was taking the lead globally with its law to gradually phase out all single-use plastics by 2040.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/31/thats-a-wrap-french-plastic-packaging-ban-for-fruit-and-veg-begins", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2021-12-31T16:51:33Z", + "title": "Pope calls for dialogue on world stage in Christmas message", + "description": "

    Pontiff looks to soothe global conflicts ranging from family feuds to threats of war in his speech

    Pope Francis has used his Christmas Day message to call for dialogue on the world stage as he looks to resolve conflicts ranging from family feuds to threats of war.

    The pontiff listed tensions in several countries in Asia, Europe and Africa as he delivered his Urbi et Orbi address, and called on individuals and world leaders to talk rather than dig in their heels. This aversion to discourse, he said, has been worsened by the Covid-19 pandemic.

    Continue reading...", + "content": "

    Pontiff looks to soothe global conflicts ranging from family feuds to threats of war in his speech

    Pope Francis has used his Christmas Day message to call for dialogue on the world stage as he looks to resolve conflicts ranging from family feuds to threats of war.

    The pontiff listed tensions in several countries in Asia, Europe and Africa as he delivered his Urbi et Orbi address, and called on individuals and world leaders to talk rather than dig in their heels. This aversion to discourse, he said, has been worsened by the Covid-19 pandemic.

    Continue reading...", + "category": "Pope Francis", + "link": "https://www.theguardian.com/world/2021/dec/25/pope-calls-for-dialogue-on-the-world-stage-in-his-christmas-message", + "creator": "Kevin Rawlinson", + "pubDate": "2021-12-25T12:00:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195852,17 +221659,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af5069fdbad199772db362d98fe7bead", - "highlights": [] + "hash": "ce3ab9f080709ea7d644de2f4ad90382" }, { - "title": "Wave goodbye: the battle to protect Australia’s surf breaks", - "description": "

    Surfing brings joy to millions and is the lifeblood of many towns. But around the country, the beaches that make it possible are under threat

    There’s a reason surfers like to keep their best breaks a secret.

    For decades, wave riders have blazed a trail into little-known coastal towns – and in their wake come the planners and developers.

    Continue reading...", - "content": "

    Surfing brings joy to millions and is the lifeblood of many towns. But around the country, the beaches that make it possible are under threat

    There’s a reason surfers like to keep their best breaks a secret.

    For decades, wave riders have blazed a trail into little-known coastal towns – and in their wake come the planners and developers.

    Continue reading...", - "category": "Surfing", - "link": "https://www.theguardian.com/sport/2022/jan/02/wave-goodbye-the-battle-to-protect-australias-surf-breaks", - "creator": "Narelle Towie", - "pubDate": "2022-01-01T19:00:04Z", + "title": "Nasa launches $9bn James Webb space telescope", + "description": "

    Successor to the Hubble telescope takes off on board rocket from ESA’s launch base in French Guiana

    Nasa has launched a powerful infrared telescope, a successor to Hubble, which scientists believe will be the most important space-science observatory of the next decade.

    The $9bn James Webb space telescope was packed into the cargo bay of an Ariane 5 rocket that blasted off from the European Space Agency’s (ESA) launch base in French Guiana at 12.20pm on Saturday.

    Continue reading...", + "content": "

    Successor to the Hubble telescope takes off on board rocket from ESA’s launch base in French Guiana

    Nasa has launched a powerful infrared telescope, a successor to Hubble, which scientists believe will be the most important space-science observatory of the next decade.

    The $9bn James Webb space telescope was packed into the cargo bay of an Ariane 5 rocket that blasted off from the European Space Agency’s (ESA) launch base in French Guiana at 12.20pm on Saturday.

    Continue reading...", + "category": "Nasa", + "link": "https://www.theguardian.com/science/2021/dec/25/nasa-launches-james-webb-space-telescope", + "creator": "Kevin Rawlinson", + "pubDate": "2021-12-25T12:25:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195874,17 +221680,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "251f985d96a5731ffbadf4cc2afe62de", - "highlights": [] + "hash": "7ce2ac0b075f42888d11cd6802255107" }, { - "title": "Ditching the diet – how I learned to accept the body I have", - "description": "

    A lifetime of hating my body has got me nowhere. If I can’t love it, can I at least respect it?

    Every January, the same old battle cry: this will be the year that I get thin. Last January, I did a week-long juice cleanse, and the year before that, I fasted for three days. It wasn’t quite nil by mouth, but almost. At the time, I told myself the science interested me (the fervour with which fasting evangelists assure you that a few days without food can reset your microbiome or stave off cellular ageing is compelling enough to make you ignore the health warnings). Really, though, what I wanted was rapid weight loss, minimum one dress size.

    I made it to 81 hours. Practically levitating with hunger, I ignored the advice to reintroduce food slowly (soups and juices before solids) by bingeing on a cheese sandwich, which I promptly threw up. Happy new year to me.

    Continue reading...", - "content": "

    A lifetime of hating my body has got me nowhere. If I can’t love it, can I at least respect it?

    Every January, the same old battle cry: this will be the year that I get thin. Last January, I did a week-long juice cleanse, and the year before that, I fasted for three days. It wasn’t quite nil by mouth, but almost. At the time, I told myself the science interested me (the fervour with which fasting evangelists assure you that a few days without food can reset your microbiome or stave off cellular ageing is compelling enough to make you ignore the health warnings). Really, though, what I wanted was rapid weight loss, minimum one dress size.

    I made it to 81 hours. Practically levitating with hunger, I ignored the advice to reintroduce food slowly (soups and juices before solids) by bingeing on a cheese sandwich, which I promptly threw up. Happy new year to me.

    Continue reading...", - "category": "Diets and dieting", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/ditching-the-diet-how-i-learned-to-accept-the-body-i-have", - "creator": "Alexandra Jones", - "pubDate": "2022-01-01T12:00:02Z", + "title": "US farms made $200m via human smuggling and labor trafficking operation", + "description": "

    Two dozen conspirators forced workers to pay fees for travel and housing while forcing them to work for little to no pay

    In June 2021, a farm worker from Mexico who requested to remain anonymous for fear of retaliation, was transported through a trafficking network from Monterey, Mexico to work on farms in the southern US state of Georgia.

    They paid 20,000 pesos, around $950 to the traffickers that they were loaned from their mother, taking frequent trips to Monterrey, Mexico, back and forth, before being told it was safe to leave and they were finally transported across the border.

    Continue reading...", + "content": "

    Two dozen conspirators forced workers to pay fees for travel and housing while forcing them to work for little to no pay

    In June 2021, a farm worker from Mexico who requested to remain anonymous for fear of retaliation, was transported through a trafficking network from Monterey, Mexico to work on farms in the southern US state of Georgia.

    They paid 20,000 pesos, around $950 to the traffickers that they were loaned from their mother, taking frequent trips to Monterrey, Mexico, back and forth, before being told it was safe to leave and they were finally transported across the border.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/25/us-farms-made-200m-human-smuggling-labor-trafficking-operation", + "creator": "Michael Sainato", + "pubDate": "2021-12-25T09:00:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195896,17 +221701,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b693caf494480b244ea6b1fb47c99e11", - "highlights": [] + "hash": "83e117f45f6318f538fdd5407885b15a" }, { - "title": "Sands of time are slipping away for England’s crumbling coasts amid climate crisis", - "description": "

    Along the eastern shore, seaside attractions are being demolished and millions of homes are at risk as rising sea levels speed erosion

    From a distance, the beach at Winterton-on-sea in Norfolk looks like the opening scene of Saving Private Ryan, with hundreds of grey bodies lying motionless across the sand. On closer inspection, it becomes clear they are not fallen soldiers but a huge colony of seals taken to the land for pupping season.

    It’s an amazing annual sight that draws tourists and nature-lovers from across the country, but another process is taking place that is pushing people back – the growing threat of coastal erosion. Just along from where the armies of grey seals lay with their white pups, there used to stand the Dunes Cafe, a much-loved beach facility with a large and loyal clientele.

    Continue reading...", - "content": "

    Along the eastern shore, seaside attractions are being demolished and millions of homes are at risk as rising sea levels speed erosion

    From a distance, the beach at Winterton-on-sea in Norfolk looks like the opening scene of Saving Private Ryan, with hundreds of grey bodies lying motionless across the sand. On closer inspection, it becomes clear they are not fallen soldiers but a huge colony of seals taken to the land for pupping season.

    It’s an amazing annual sight that draws tourists and nature-lovers from across the country, but another process is taking place that is pushing people back – the growing threat of coastal erosion. Just along from where the armies of grey seals lay with their white pups, there used to stand the Dunes Cafe, a much-loved beach facility with a large and loyal clientele.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/environment/2022/jan/01/sands-slip-england-crumbling-coasts-erosion-rising-sea-levels", - "creator": "Andrew Anthony", - "pubDate": "2022-01-01T17:00:07Z", + "title": "Man held after 100 iPads stolen from children’s hospital in Liverpool", + "description": "

    Merseyside police took 54-year-old into custody after £70,000 theft from Alder Hey

    A man has been arrested on suspicion of burglary after 100 iPads worth £70,000 were stolen from a children’s hospital.

    Police were called after a report that the devices were taken from an outdoor container at Alder Hey children’s hospital in West Derby, Liverpool, on 19 November.

    Continue reading...", + "content": "

    Merseyside police took 54-year-old into custody after £70,000 theft from Alder Hey

    A man has been arrested on suspicion of burglary after 100 iPads worth £70,000 were stolen from a children’s hospital.

    Police were called after a report that the devices were taken from an outdoor container at Alder Hey children’s hospital in West Derby, Liverpool, on 19 November.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/24/man-held-after-100-ipads-stolen-from-childrens-hospital-in-liverpool", + "creator": "Nadeem Badshah", + "pubDate": "2021-12-24T19:41:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195918,17 +221722,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1aaf3eb9f299583b565b985ebfc14ceb", - "highlights": [] + "hash": "df529dd05fa065efb340f126a4c45e91" }, { - "title": "The person who got me through 2021: Miss J and America’s Next Top Model transported me to carefree times", - "description": "

    Three years after it ended, scandal surrounds the show, but its familiarity and formula provided a comfort blanket. I really hope they bring it back

    It sounds troublingly shallow, but when I saw the tweet that said “Holy shit, ANTM [America’s Next Top Model] is on Amazon Prime” my heart soared. I am not one who can pretend the pandemic isn’t still raging but, in that fleeting moment, I felt a spiritual lightness I hadn’t experienced since 2019.

    I dropped everything to binge the episodes, then fell deep into a rabbit hole of detective work: where are the contestants now? Are they on Instagram? I found a whole subsection of TikTok dedicated to calling out where the show was problematic, and YouTuber Oliver Twixt has a highly viewed series of interviews with ANTM contestants levelling accusations of maltreatment at the show’s producers. Whatever the reason, ANTM is back in the cultural sphere.

    Continue reading...", - "content": "

    Three years after it ended, scandal surrounds the show, but its familiarity and formula provided a comfort blanket. I really hope they bring it back

    It sounds troublingly shallow, but when I saw the tweet that said “Holy shit, ANTM [America’s Next Top Model] is on Amazon Prime” my heart soared. I am not one who can pretend the pandemic isn’t still raging but, in that fleeting moment, I felt a spiritual lightness I hadn’t experienced since 2019.

    I dropped everything to binge the episodes, then fell deep into a rabbit hole of detective work: where are the contestants now? Are they on Instagram? I found a whole subsection of TikTok dedicated to calling out where the show was problematic, and YouTuber Oliver Twixt has a highly viewed series of interviews with ANTM contestants levelling accusations of maltreatment at the show’s producers. Whatever the reason, ANTM is back in the cultural sphere.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/the-person-who-got-me-through-2021-miss-j-and-americas-next-top-model-transported-me-to-carefree-times", - "creator": "Juno Dawson", - "pubDate": "2022-01-01T15:00:06Z", + "title": "‘Better days ahead’: people forced into Christmas isolation stay upbeat", + "description": "

    From a change of routine to an unexpected rest, those self-isolating look on the bright side

    When Isaac, 16, tested positive for coronavirus a few days ago, he decided to self-isolate alone in his room. He wanted to make sure he did everything he could not to pass the virus on to his family and ensure they were able to have some normality over Christmas.

    After his mum, Debs, posted what he was doing on Twitter, she was flooded with loving messages to pass on to him. She plans to print them all and put them up on the wall opposite his room for him to see on Christmas Day.

    Continue reading...", + "content": "

    From a change of routine to an unexpected rest, those self-isolating look on the bright side

    When Isaac, 16, tested positive for coronavirus a few days ago, he decided to self-isolate alone in his room. He wanted to make sure he did everything he could not to pass the virus on to his family and ensure they were able to have some normality over Christmas.

    After his mum, Debs, posted what he was doing on Twitter, she was flooded with loving messages to pass on to him. She plans to print them all and put them up on the wall opposite his room for him to see on Christmas Day.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/24/better-days-ahead-people-forced-into-christmas-isolation-stay-upbeat", + "creator": "Aamna Mohdin", + "pubDate": "2021-12-24T15:00:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195940,17 +221743,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "53f83c59e5876133e4be3be0d804c152", - "highlights": [] + "hash": "306deb8f74b7910aa0e0bea23ae7be84" }, { - "title": "A French retreat brought into sharp focus", - "description": "Photographer Serge Anton has updated his great-grandfather’s home and made it his own

    Having spent three decades travelling the world, enjoying a nomadic lifestyle, French-Belgian photographer Serge Anton finally felt the need to settle down. And he found his personal oasis of quiet in a house he inherited, a retreat called Mon Desir. Built by his great-grandfather about a century ago in Sedan, in the heart of the French Ardennes, the house sits in a landscape full of calm – a million miles from any stress, with trees and green views wherever you look.

    “At first the name [which translates as “my desire”] did not particularly inspire me and it was only later I discovered how appropriate it was for me. After 30 years of travelling, I realised the house embodied a pure and strong desire: that of settling down and returning to my roots,” says Anton.

    Continue reading...", - "content": "Photographer Serge Anton has updated his great-grandfather’s home and made it his own

    Having spent three decades travelling the world, enjoying a nomadic lifestyle, French-Belgian photographer Serge Anton finally felt the need to settle down. And he found his personal oasis of quiet in a house he inherited, a retreat called Mon Desir. Built by his great-grandfather about a century ago in Sedan, in the heart of the French Ardennes, the house sits in a landscape full of calm – a million miles from any stress, with trees and green views wherever you look.

    “At first the name [which translates as “my desire”] did not particularly inspire me and it was only later I discovered how appropriate it was for me. After 30 years of travelling, I realised the house embodied a pure and strong desire: that of settling down and returning to my roots,” says Anton.

    Continue reading...", - "category": "Interiors", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/a-photographers-home-in-the-french-ardennes", - "creator": "Marzia Nicolini", - "pubDate": "2022-01-01T16:00:07Z", + "title": "Escape your comfort zone: My voyage through the foods I’ve avidly avoided – from baked beans to Marmite", + "description": "

    Despite living in the UK for more than 30 years, there are a handful of popular staples I have doggedly refused to eat. So I take the plunge with prawn cocktail crisps

    I like to think I have an adventurous palate. I eat many things that commonly upset people – shellfish, snails, coriander – without complaint. I don’t have any allergies and I am highly lactose tolerant.

    As an American who has lived in the UK for 30 years, I can only think of a few British foodstuffs I won’t touch, among them baked beans, Marmite and prawn cocktail crisps. But can I really consider myself adventurous if I’m not willing to give these three a go?

    Continue reading...", + "content": "

    Despite living in the UK for more than 30 years, there are a handful of popular staples I have doggedly refused to eat. So I take the plunge with prawn cocktail crisps

    I like to think I have an adventurous palate. I eat many things that commonly upset people – shellfish, snails, coriander – without complaint. I don’t have any allergies and I am highly lactose tolerant.

    As an American who has lived in the UK for 30 years, I can only think of a few British foodstuffs I won’t touch, among them baked beans, Marmite and prawn cocktail crisps. But can I really consider myself adventurous if I’m not willing to give these three a go?

    Continue reading...", + "category": "Food", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/25/escape-your-comfort-zone-my-voyage-through-the-foods-ive-avidly-avoided-from-baked-beans-to-marmite", + "creator": "Tim Dowling", + "pubDate": "2021-12-25T09:00:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195962,17 +221764,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e182756d6c8708af0f1f58f633a4f49d", - "highlights": [] + "hash": "b55b3fc980db0005a08fcd22b52be2b4" }, { - "title": "Exploding New Year’s Eve fireworks kill two in Germany and Austria", - "description": "

    Several more injured in separate incidents despite Germany introducing ban this year on sale of fireworks for personal use

    Exploding fireworks killed two men on New Year’s Eve, one in Germany and the other in Austria, according to local media.

    A 37-year-old man died in Hennef, near Germany’s western city of Bonn. A 39-year-old was severely injured in the same incident and taken to hospital.

    Continue reading...", - "content": "

    Several more injured in separate incidents despite Germany introducing ban this year on sale of fireworks for personal use

    Exploding fireworks killed two men on New Year’s Eve, one in Germany and the other in Austria, according to local media.

    A 37-year-old man died in Hennef, near Germany’s western city of Bonn. A 39-year-old was severely injured in the same incident and taken to hospital.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2022/jan/01/new-years-eve-fireworks-deaths-germany-austria", - "creator": "Associated Press in Berlin", - "pubDate": "2022-01-01T15:29:28Z", + "title": "The food quiz of the year: from Salt Bae to Colin the Caterpillar", + "description": "

    How much gourmand gossip did you absorb?


    Continue reading...", + "content": "

    How much gourmand gossip did you absorb?


    Continue reading...", + "category": "Food", + "link": "https://www.theguardian.com/food/2021/dec/25/the-food-quiz-of-the-year-from-salt-bae-to-colin-the-caterpillar", + "creator": "Tim Jonze", + "pubDate": "2021-12-25T08:00:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -195984,17 +221785,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3967a0bdc2a040fc71847e8c8c71a8c5", - "highlights": [] + "hash": "5e7edf62976fb7bdd8f460b1142b21e3" }, { - "title": "Australia news live update: NSW Covid hospitalisations pass 1,000; Victoria records 7,172 cases, Qld 3,587; PM monitoring symptoms after exposure to case", - "description": "

    NSW hospitalisations rise 18% in one day to 1,066 as state records 18,278 cases and two deaths; Victoria records 7,172 cases and three deaths, Queensland 3,587 cases and Tasmania 404; Scott Morrison monitoring for Covid symptoms after positive case attends press conference. Follow all the day’s news

    University of NSW epidemiologist Mary-Louise McLaws with some thoughts on the supply of rapid antigen tests this morning.

    Fast rail linking Sydney and the Hunter will be prioritised under a Labor government, opposition leader Anthony Albanese says.

    Australia is the only inhabited continent on earth not developing high-speed rail.

    Fast and high-speed rail will be an important element of Labor’s smart regionalisation plan that recognises that decentralisation is critical for Australia.

    Continue reading...", - "content": "

    NSW hospitalisations rise 18% in one day to 1,066 as state records 18,278 cases and two deaths; Victoria records 7,172 cases and three deaths, Queensland 3,587 cases and Tasmania 404; Scott Morrison monitoring for Covid symptoms after positive case attends press conference. Follow all the day’s news

    University of NSW epidemiologist Mary-Louise McLaws with some thoughts on the supply of rapid antigen tests this morning.

    Fast rail linking Sydney and the Hunter will be prioritised under a Labor government, opposition leader Anthony Albanese says.

    Australia is the only inhabited continent on earth not developing high-speed rail.

    Fast and high-speed rail will be an important element of Labor’s smart regionalisation plan that recognises that decentralisation is critical for Australia.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/02/australia-news-live-update-rising-covid-patients-put-hospitals-under-pressure-as-victoria-and-nsw-expect-record-cases-omicron-scott-morrison", - "creator": "Royce Kurmelovs (now) and Michael McGowan (earlier)", - "pubDate": "2022-01-02T00:38:27Z", + "title": "Trauma, dislocation, pollution: why Māori leaders want control of the South Island’s water", + "description": "

    New Zealand’s booming dairy industry has polluted 95% of rivers in pastoral land – now Māori are taking the government to court

    On the eve of their tribe’s settlement with the crown, Gabrielle Huria and Te Maire Tau walked out on to the cracked, dry earth of Tūtaepatu lagoon’s bed.

    The lagoon’s edges, once thick with flax, had been choked by imported weed, spiralling blackberry and English willow. The streams that fed it had been giving up their waters to irrigate the surrounding dairy farms and having them returned in a swill of effluent. Finally, they had run dry. On the far shoreline was the place where the tribe used to give up their dead to the mud, lowering them into its dark, hidden reaches along the waterline. Now the mud had baked to concrete, cracked and cratered like a desert. On its surface, thousands of tuna, the native eels so valued by the tribe, lay dead or dying in the sun, their smell mingling with that of the drying silt. Above them, birds were circling – so large that Tau thought for a moment he was seeing eagles. But they were only hawks, fat from so much carrion.

    Continue reading...", + "content": "

    New Zealand’s booming dairy industry has polluted 95% of rivers in pastoral land – now Māori are taking the government to court

    On the eve of their tribe’s settlement with the crown, Gabrielle Huria and Te Maire Tau walked out on to the cracked, dry earth of Tūtaepatu lagoon’s bed.

    The lagoon’s edges, once thick with flax, had been choked by imported weed, spiralling blackberry and English willow. The streams that fed it had been giving up their waters to irrigate the surrounding dairy farms and having them returned in a swill of effluent. Finally, they had run dry. On the far shoreline was the place where the tribe used to give up their dead to the mud, lowering them into its dark, hidden reaches along the waterline. Now the mud had baked to concrete, cracked and cratered like a desert. On its surface, thousands of tuna, the native eels so valued by the tribe, lay dead or dying in the sun, their smell mingling with that of the drying silt. Above them, birds were circling – so large that Tau thought for a moment he was seeing eagles. But they were only hawks, fat from so much carrion.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/25/trauma-dislocation-pollution-why-maori-leaders-want-control-of-the-south-islands-water", + "creator": "Tess McClure in Rangiora", + "pubDate": "2021-12-24T18:00:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196006,17 +221806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "718beaea4334801539e3672521a54262", - "highlights": [] + "hash": "0651287c1dd56880a70e857f95ebd6fd" }, { - "title": "Trapped at Europe’s door: inside Belarus’s makeshift asylum dormitory", - "description": "

    About 1,000 people, mostly Kurds, are waiting at a converted customs centre in Bruzgi for the chance to cross into EU

    The giant warehouse towers over the Belarus countryside, less than a mile from the Polish border. In this 10,000 sq metre space patrolled by dozens of armed soldiers, 1,000 asylum seekers are crammed among countless industrial shelving units, held up on their way to Europe in the midst of a frigid winter.

    “We’re trapped in this building,” says Alima Skandar, 40. “We don’t want to go back to Iraq and we can’t cross the border. Please, help us.”

    Continue reading...", - "content": "

    About 1,000 people, mostly Kurds, are waiting at a converted customs centre in Bruzgi for the chance to cross into EU

    The giant warehouse towers over the Belarus countryside, less than a mile from the Polish border. In this 10,000 sq metre space patrolled by dozens of armed soldiers, 1,000 asylum seekers are crammed among countless industrial shelving units, held up on their way to Europe in the midst of a frigid winter.

    “We’re trapped in this building,” says Alima Skandar, 40. “We don’t want to go back to Iraq and we can’t cross the border. Please, help us.”

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/30/trapped-at-europes-door-inside-belaruss-makeshift-asylum-dormitory", - "creator": "Lorenzo Tondo in Bruzgi, Belarus", - "pubDate": "2021-12-30T13:36:20Z", + "title": "Putting the ‘national’ in the National Gallery: Kaywin Feldman wants the museum to serve the people", + "description": "

    The director of America’s art museum aims to ‘listen to people whom museum directors don’t always hear’

    Donato Bramante’s Tempietto in Rome. The Parthenon in Athens. Angkor Wat in Cambodia. The Barcelona pavilion in Spain. The Guggenheim museum in New York. And the White House in Washington.

    All have been turned into architectural birthday cakes by Kaywin Feldman, director of the National Gallery of Art, as gifts for her architect husband. “I’m not a cook so they’re not pastry masterpieces,” says the 55-year-old, who used carrots for the minarets of the Hagia Sophia mosque in Turkey. “They sort of amuse me.”

    Continue reading...", + "content": "

    The director of America’s art museum aims to ‘listen to people whom museum directors don’t always hear’

    Donato Bramante’s Tempietto in Rome. The Parthenon in Athens. Angkor Wat in Cambodia. The Barcelona pavilion in Spain. The Guggenheim museum in New York. And the White House in Washington.

    All have been turned into architectural birthday cakes by Kaywin Feldman, director of the National Gallery of Art, as gifts for her architect husband. “I’m not a cook so they’re not pastry masterpieces,” says the 55-year-old, who used carrots for the minarets of the Hagia Sophia mosque in Turkey. “They sort of amuse me.”

    Continue reading...", + "category": "Museums", + "link": "https://www.theguardian.com/culture/2021/dec/25/national-gallery-kaywin-feldman-serve-american-people", + "creator": "David Smith in Washington", + "pubDate": "2021-12-25T07:00:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196028,17 +221827,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "366d12fd1dacd1a0f6b691cf484eff68", - "highlights": [] + "hash": "18b08ba42a3e4d4903bd22eeabc1cb93" }, { - "title": "Pope calls for end to violence against women in new year message", - "description": "

    Celebrating mass in St Peter’s Basilica in the Vatican, Francis, 85, says violence against women is insult to God

    Pope Francis used his new year’s message to call for an end to violence against women, saying it was an insult to God.

    Celebrating mass in St Peter’s Basilica in the Vatican, on the day the Roman Catholic church marks both the solemnity of Holy Mary Mother of God as well as its annual World Day of Peace, Francis wove his New Year’s homily around the themes of motherhood and women, saying it was they who kept the threads of life together.

    Continue reading...", - "content": "

    Celebrating mass in St Peter’s Basilica in the Vatican, Francis, 85, says violence against women is insult to God

    Pope Francis used his new year’s message to call for an end to violence against women, saying it was an insult to God.

    Celebrating mass in St Peter’s Basilica in the Vatican, on the day the Roman Catholic church marks both the solemnity of Holy Mary Mother of God as well as its annual World Day of Peace, Francis wove his New Year’s homily around the themes of motherhood and women, saying it was they who kept the threads of life together.

    Continue reading...", - "category": "Pope Francis", - "link": "https://www.theguardian.com/world/2022/jan/01/pope-calls-for-end-to-violence-against-women-in-new-year-message", - "creator": "Jane Clinton", - "pubDate": "2022-01-01T12:49:20Z", + "title": "Sean Bean on Time, makeup and his trans role: ‘If I did it today, there’d be an uproar’", + "description": "

    In Time, the actor known as Game of Thrones’ Ned Stark had to show the terrors of prison … mostly by sitting in silence. He talks religion, looking rough – and the role he played that would not be made now

    Across three Sunday nights last summer, Sean Bean was remarkable. BBC One’s Time saw him play a teacher jailed for killing someone while drunk-driving. With Jimmy McGovern’s script often leaving him silent and alone in his cell, he painted an astonishingly affecting portrait of the regret and terror of a previously respected professional banged up with veteran criminals – and he frequently did so using expressions alone.

    How is it to try to grab the audience entirely through looks? “As you get older, it’s sometimes a bit easier!” says Bean, 62, with a laugh. “When I started out, I used to count up how many lines I had and want some more. Now, it’s: ‘Oh, fuck, do I have to remember all that?’ So I don’t mind silence.”

    Continue reading...", + "content": "

    In Time, the actor known as Game of Thrones’ Ned Stark had to show the terrors of prison … mostly by sitting in silence. He talks religion, looking rough – and the role he played that would not be made now

    Across three Sunday nights last summer, Sean Bean was remarkable. BBC One’s Time saw him play a teacher jailed for killing someone while drunk-driving. With Jimmy McGovern’s script often leaving him silent and alone in his cell, he painted an astonishingly affecting portrait of the regret and terror of a previously respected professional banged up with veteran criminals – and he frequently did so using expressions alone.

    How is it to try to grab the audience entirely through looks? “As you get older, it’s sometimes a bit easier!” says Bean, 62, with a laugh. “When I started out, I used to count up how many lines I had and want some more. Now, it’s: ‘Oh, fuck, do I have to remember all that?’ So I don’t mind silence.”

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/25/sean-bean-on-time-makeup-and-his-trans-role-if-i-did-it-today-thered-be-an-uproar", + "creator": "Mark Lawson", + "pubDate": "2021-12-25T08:00:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196050,17 +221848,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34c4c3d05b880ffb9c3821fa285986b8", - "highlights": [] + "hash": "0980eddf295726dc685fa33023414e21" }, { - "title": "British shops fear gaps on shelves as new Brexit import rules hit", - "description": "

    Regulations likely to result in higher prices and shortages for delis and others

    After a few minutes in the queue spent eyeing up the best on offer at the local deli, it is decision time.

    Maybe some of the wonderful Parma ham from Italy? With a few slices of Spanish chorizo? And a piece of brie from that farm in Normandy … oh, and definitely some of the black olives from Greece.

    Continue reading...", - "content": "

    Regulations likely to result in higher prices and shortages for delis and others

    After a few minutes in the queue spent eyeing up the best on offer at the local deli, it is decision time.

    Maybe some of the wonderful Parma ham from Italy? With a few slices of Spanish chorizo? And a piece of brie from that farm in Normandy … oh, and definitely some of the black olives from Greece.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2022/jan/01/uk-shops-fear-gaps-shelves-brexit-import-rules-prices-shortages-delis", - "creator": "Toby Helm and Tom Wall", - "pubDate": "2022-01-01T13:09:23Z", + "title": "UK weather: parts of the country wake up to a white Christmas", + "description": "

    Shetland and eastern Scotland get snow, with more forecast to fall later in the day in southern Highlands

    Shetland and parts of eastern Scotland have woken up to a white Christmas, the Met Office confirmed.

    As of 7am on Christmas Day, the weather agency said there had been snowfall, with more forecast for later in the day in the southern Highlands.

    Continue reading...", + "content": "

    Shetland and eastern Scotland get snow, with more forecast to fall later in the day in southern Highlands

    Shetland and parts of eastern Scotland have woken up to a white Christmas, the Met Office confirmed.

    As of 7am on Christmas Day, the weather agency said there had been snowfall, with more forecast for later in the day in the southern Highlands.

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2021/dec/25/uk-weather-parts-of-the-country-wake-up-to-a-white-christmas", + "creator": "PA Media", + "pubDate": "2021-12-25T10:52:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196072,17 +221869,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b38ea8fd5ff2f044d25babc9e86ddde", - "highlights": [] + "hash": "b705405278c0e5890c0b38e660ffcf74" }, { - "title": "Kashmir stampede at Hindu shrine kills at least 12 people", - "description": "

    Night-time tragedy at revered site in Indian-administered Kashmir happened as thousands of pilgrims massed to offer prayers

    At least 12 people have died and 13 were injured in a stampede at a religious shrine in Indian-administered Kashmir as thousands of pilgrims massed to offer prayers.

    The disaster happened around 3am on New Year’s Day while it was still dark on the route to the Vaishno Devi shrine, one of the area’s most revered Hindu sites.

    Continue reading...", - "content": "

    Night-time tragedy at revered site in Indian-administered Kashmir happened as thousands of pilgrims massed to offer prayers

    At least 12 people have died and 13 were injured in a stampede at a religious shrine in Indian-administered Kashmir as thousands of pilgrims massed to offer prayers.

    The disaster happened around 3am on New Year’s Day while it was still dark on the route to the Vaishno Devi shrine, one of the area’s most revered Hindu sites.

    Continue reading...", - "category": "Kashmir", - "link": "https://www.theguardian.com/world/2022/jan/01/kashmir-stampede-hindu-shrine-deaths-vaishno-devi", - "creator": "Staff and agencies", - "pubDate": "2022-01-01T07:37:07Z", + "title": "What the numbers tells us about a catastrophic year of wildfires", + "description": "

    A historic drought and record-breaking heatwaves combined to spark blazed that burned nearly 7.7m acres this year

    2021 proved another disastrous fire year for the American west.

    Amid a historic drought and record-breaking heatwaves, wildfires that erupted across the US burned close to 7.7m acres. Some broke records that had only recently been set. And while the amount of land burned this year didn’t reach 2020 levels, a troubling new trend emerged: fires are getting harder to fight.

    Wildfires used to be largely confined to a four-month period but the threats are now felt through the year. By 21 June, close to 29,000 wildfires had already ignited across the US – roughly 4,000 more than average years according to the National Interagency Fire Center.

    The threats didn’t subside after the summer and autumn. Blazes burned through Montana and Colorado into December this year and fire weather warnings prompted power safety shutoffs in southern California over the Thanksgiving holiday in late November.

    Continue reading...", + "content": "

    A historic drought and record-breaking heatwaves combined to spark blazed that burned nearly 7.7m acres this year

    2021 proved another disastrous fire year for the American west.

    Amid a historic drought and record-breaking heatwaves, wildfires that erupted across the US burned close to 7.7m acres. Some broke records that had only recently been set. And while the amount of land burned this year didn’t reach 2020 levels, a troubling new trend emerged: fires are getting harder to fight.

    Wildfires used to be largely confined to a four-month period but the threats are now felt through the year. By 21 June, close to 29,000 wildfires had already ignited across the US – roughly 4,000 more than average years according to the National Interagency Fire Center.

    The threats didn’t subside after the summer and autumn. Blazes burned through Montana and Colorado into December this year and fire weather warnings prompted power safety shutoffs in southern California over the Thanksgiving holiday in late November.

    Continue reading...", + "category": "Climate crisis in the American west", + "link": "https://www.theguardian.com/us-news/2021/dec/25/what-the-numbers-tells-us-about-a-catastrophic-year-of-wildfires", + "creator": "Gabrielle Canon in Los Angeles; Graphics by Rashida Kamal", + "pubDate": "2021-12-25T11:00:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196094,17 +221890,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3ccd771e1322c6fe2880966a0e5d1c6", - "highlights": [] + "hash": "d202462d01fd6285b87229430dacbaeb" }, { - "title": "China opens embassy in Nicaragua for first time since 1990 after Taiwan ties cut", - "description": "

    Nicaragua trumpets ‘ideological affinity’ with Beijing and seizes Taipei’s former embassy and diplomatic offices

    China has opened an embassy in Nicaragua for the first time since 1990, less than a month after the central American country cut ties with Taiwan.

    The Nicaraguan foreign minister, Denis Moncada, said there was an “ideological affinity” between the two countries and thanked China for donating 1m doses of the Sinopharm coronavirus vaccine.

    Continue reading...", - "content": "

    Nicaragua trumpets ‘ideological affinity’ with Beijing and seizes Taipei’s former embassy and diplomatic offices

    China has opened an embassy in Nicaragua for the first time since 1990, less than a month after the central American country cut ties with Taiwan.

    The Nicaraguan foreign minister, Denis Moncada, said there was an “ideological affinity” between the two countries and thanked China for donating 1m doses of the Sinopharm coronavirus vaccine.

    Continue reading...", - "category": "Nicaragua", - "link": "https://www.theguardian.com/world/2022/jan/01/china-opens-embassy-in-nicaragua-for-first-time-since-1990-after-taiwan-ties-cut", - "creator": "Staff and agencies", - "pubDate": "2022-01-01T02:49:49Z", + "title": "Former South Korean president Park Geun-hye pardoned for corruption", + "description": "

    Moon Jae-in, her successor, has freed Park from 22-year sentence three months ahead of presidential election

    South Korea’s disgraced former president Park Geun-hye has been pardoned by her successor, Moon Jae-in, in a special amnesty that could influence voters in a presidential election that is just three months away.

    Park has been serving a 22-year sentence following her impeachment in 2017 and conviction for corruption and abuse of power, after a scandal that exposed webs of double-dealing between political leaders and conglomerates.

    Continue reading...", + "content": "

    Moon Jae-in, her successor, has freed Park from 22-year sentence three months ahead of presidential election

    South Korea’s disgraced former president Park Geun-hye has been pardoned by her successor, Moon Jae-in, in a special amnesty that could influence voters in a presidential election that is just three months away.

    Park has been serving a 22-year sentence following her impeachment in 2017 and conviction for corruption and abuse of power, after a scandal that exposed webs of double-dealing between political leaders and conglomerates.

    Continue reading...", + "category": "Park Geun-hye", + "link": "https://www.theguardian.com/world/2021/dec/24/park-geun-hye-to-receive-pardon-for-corruption-as-south-korean-president", + "creator": "Justin McCurry in Tokyo and agencies", + "pubDate": "2021-12-25T00:15:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196116,17 +221911,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31a43c137f205237d47f9d8fcfc7562b", - "highlights": [] + "hash": "ea131ac68f5556f13a6011718be7118f" }, { - "title": "Covid live: England reports another record rise in cases; UAE to ban non-vaccinated from travelling abroad", - "description": "

    England records 162,572 cases and 154 deaths; fully vaccinated would also require booster shot

    Russia has reported 847 deaths from Covid in the past 24 hours. It also reported 19,751 new coronavirus cases in the same time period, up from 20,638 on the previous day.

    The NHS Confederation’s chief executive, Matthew Taylor, agreed with the health secretary the record-breaking Omicron wave of infection will “test the limits of finite NHS capacity even more than a typical winter”, with reports suggesting that a requirement to work from home in England could be in place for most of January.

    Continue reading...", - "content": "

    England records 162,572 cases and 154 deaths; fully vaccinated would also require booster shot

    Russia has reported 847 deaths from Covid in the past 24 hours. It also reported 19,751 new coronavirus cases in the same time period, up from 20,638 on the previous day.

    The NHS Confederation’s chief executive, Matthew Taylor, agreed with the health secretary the record-breaking Omicron wave of infection will “test the limits of finite NHS capacity even more than a typical winter”, with reports suggesting that a requirement to work from home in England could be in place for most of January.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/01/covid-live-limits-on-freedom-in-uk-last-resort-says-minister-despite-soaring-cases", - "creator": "Harry Taylor (now) with Sarah Marsh and Jedidajah Otte (earlier)", - "pubDate": "2022-01-01T17:28:48Z", + "title": "Boxing Day cyclone alert for Northern Territory", + "description": "

    Concerns a tropical low will strengthen as it moves south towards the west of Darwin

    There is concern a tropical low brewing off northern Australia may reach cyclone intensity west of Darwin on Boxing Day.

    A severe weather warning was issued for parts of the Northern Territory’s Arnhem district early on Christmas morning.

    Continue reading...", + "content": "

    Concerns a tropical low will strengthen as it moves south towards the west of Darwin

    There is concern a tropical low brewing off northern Australia may reach cyclone intensity west of Darwin on Boxing Day.

    A severe weather warning was issued for parts of the Northern Territory’s Arnhem district early on Christmas morning.

    Continue reading...", + "category": "Northern Territory", + "link": "https://www.theguardian.com/australia-news/2021/dec/25/boxing-day-cyclone-alert-for-northern-territory", + "creator": "Australian Associated Press", + "pubDate": "2021-12-25T05:28:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196138,17 +221932,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a0e5d6250f72f02af58064d0b156476", - "highlights": [] + "hash": "c343ed4c858816dc69304af91a5ff0d1" }, { - "title": "Grief, needle phobia, lack of trust: why we refused Covid jabs – and what changed our minds", - "description": "

    Three former refuseniks reveal their misgivings about having the vaccination and what finally convinced them to take the plunge

    The UK’s vaccine rollout has largely been a success: more than 90% of the population aged 12 and over has now had at least one dose, with just over half having had a second dose and the booster.

    However, there are thousands of people who still haven’t had a jab, despite estimates suggesting that 90% of the most severely ill Covid patients in hospital at the moment are unvaccinated.

    Continue reading...", - "content": "

    Three former refuseniks reveal their misgivings about having the vaccination and what finally convinced them to take the plunge

    The UK’s vaccine rollout has largely been a success: more than 90% of the population aged 12 and over has now had at least one dose, with just over half having had a second dose and the booster.

    However, there are thousands of people who still haven’t had a jab, despite estimates suggesting that 90% of the most severely ill Covid patients in hospital at the moment are unvaccinated.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/01/needle-phobia-refused-covid-jabs-refuseniks-vaccination", - "creator": "Euan O'Byrne Mulligan and Rachel Obordo", - "pubDate": "2022-01-01T14:30:46Z", + "title": "Christmas travel chaos as airlines cancel more than 3,000 flights", + "description": "

    Passengers returning home for festive season face disruption as Omicron leaves airlines short-staffed

    Passengers travelling home for Christmas have been hit with disruption worldwide after airline companies cancelled more than 3,000 flights on Friday, according to a flight tracking website.

    The surge of Christmas Eve cancellations came as the rapidly spreading Omicron coronavirus variant meant carriers were unable to staff their flights.

    Continue reading...", + "content": "

    Passengers returning home for festive season face disruption as Omicron leaves airlines short-staffed

    Passengers travelling home for Christmas have been hit with disruption worldwide after airline companies cancelled more than 3,000 flights on Friday, according to a flight tracking website.

    The surge of Christmas Eve cancellations came as the rapidly spreading Omicron coronavirus variant meant carriers were unable to staff their flights.

    Continue reading...", + "category": "Airline industry", + "link": "https://www.theguardian.com/world/2021/dec/24/christmas-eve-travel-chaos-as-airlines-cancel-more-than-2000-flights", + "creator": "Clea Skopeliti and agencies", + "pubDate": "2021-12-24T17:37:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196160,17 +221953,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "deac75975c9b26f1d757a18bf5937dae", - "highlights": [] + "hash": "b7ecb4ed835454795d7002daf27d6502" }, { - "title": "22 places to go in 2022: holidays we’re dreaming of this year", - "description": "

    From hiking the Highlands to vintage train journeys, our travel writers pick the breaks on their wishlists

    Disconnect on the impeccably green island of Eigg

    Continue reading...", - "content": "

    From hiking the Highlands to vintage train journeys, our travel writers pick the breaks on their wishlists

    Disconnect on the impeccably green island of Eigg

    Continue reading...", - "category": "Europe holidays", - "link": "https://www.theguardian.com/travel/2022/jan/01/22-sustainable-holiday-ideas-for-2022-where-were-dreaming-of", - "creator": "", - "pubDate": "2022-01-01T10:00:47Z", + "title": "Polish deputy PM says Germany wants to turn EU into ‘fourth reich’", + "description": "

    Jarosław Kaczyński’s remarks in far-right newspaper are latest episode in Poland’s lengthy standoff with EU

    The head of Poland’s ruling party, Jarosław Kaczyński, has said Germany is trying to turn the EU into a federal “German fourth reich”.

    Speaking to the far-right Polish newspaper GPC, the head of the Law and Justice party (PiS) said some countries “are not enthusiastic at the prospect of a German fourth reich being built on the basis of the EU”.

    Continue reading...", + "content": "

    Jarosław Kaczyński’s remarks in far-right newspaper are latest episode in Poland’s lengthy standoff with EU

    The head of Poland’s ruling party, Jarosław Kaczyński, has said Germany is trying to turn the EU into a federal “German fourth reich”.

    Speaking to the far-right Polish newspaper GPC, the head of the Law and Justice party (PiS) said some countries “are not enthusiastic at the prospect of a German fourth reich being built on the basis of the EU”.

    Continue reading...", + "category": "Poland", + "link": "https://www.theguardian.com/world/2021/dec/24/poland-jarosaw-kaczynski-germany-eu-fourth-reich", + "creator": "Agence France-Presse in Warsaw", + "pubDate": "2021-12-24T15:32:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196182,17 +221974,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67f4e8e8a1d0df8162105c68c2feb94e", - "highlights": [] + "hash": "2a23999450804fce554b34bafb3e6f1c" }, { - "title": "On my radar: Moses Sumney’s cultural highlights", - "description": "

    The singer-songwriter on Balenciaga’s visions, the mountains of North Carolina, and the haunting power of Eve’s Bayou

    Singer-songwriter Moses Sumney, 29, grew up between Ghana and California and studied creative writing and poetry at UCLA. His piercing falsetto and genre-defying music have brought him critical acclaim, starting with his self-recorded 2014 EP Mid-City Island, followed in 2017 by his debut album, Aromanticism, and the 2020 double album Græ. Sumney has collaborated with musicians including Bon Iver and James Blake and toured with Solange and Sufjan Stevens. His latest project is Blackalachia, a self-directed concert film created in association with WePresent, shot over two days in the Blue Ridge Mountains of western North Carolina, where he lives.

    Continue reading...", - "content": "

    The singer-songwriter on Balenciaga’s visions, the mountains of North Carolina, and the haunting power of Eve’s Bayou

    Singer-songwriter Moses Sumney, 29, grew up between Ghana and California and studied creative writing and poetry at UCLA. His piercing falsetto and genre-defying music have brought him critical acclaim, starting with his self-recorded 2014 EP Mid-City Island, followed in 2017 by his debut album, Aromanticism, and the 2020 double album Græ. Sumney has collaborated with musicians including Bon Iver and James Blake and toured with Solange and Sufjan Stevens. His latest project is Blackalachia, a self-directed concert film created in association with WePresent, shot over two days in the Blue Ridge Mountains of western North Carolina, where he lives.

    Continue reading...", - "category": "Moses Sumney", - "link": "https://www.theguardian.com/music/2022/jan/01/on-my-radar-moses-sumneys-cultural-highlights", - "creator": "Kathryn Bromwich", - "pubDate": "2022-01-01T15:00:06Z", + "title": "‘We’ve heard it all before’: Ukrainians brush aside talk of Russian invasion", + "description": "

    In Kyiv and beyond, people carry on with the festive season despite rhetoric about imminent conflict

    Russia is threatening war on Ukraine, but in Kyiv the city council is putting up Christmas trees rather than bomb shelter notices, and organising concerts rather than army recruitment drives.

    Amid a Russian military buildup on Ukraine’s eastern border and in annexed Crimea, hostile rhetoric between Russia and the US and its allies is edging towards a cold war high, with Ukraine the battlefield for any actual fighting. Ukrainians, however, just emerging from Covid quarantine, are enjoying ice rinks and markets put up for the holiday season and would rather think about how to celebrate the coming new year.

    Continue reading...", + "content": "

    In Kyiv and beyond, people carry on with the festive season despite rhetoric about imminent conflict

    Russia is threatening war on Ukraine, but in Kyiv the city council is putting up Christmas trees rather than bomb shelter notices, and organising concerts rather than army recruitment drives.

    Amid a Russian military buildup on Ukraine’s eastern border and in annexed Crimea, hostile rhetoric between Russia and the US and its allies is edging towards a cold war high, with Ukraine the battlefield for any actual fighting. Ukrainians, however, just emerging from Covid quarantine, are enjoying ice rinks and markets put up for the holiday season and would rather think about how to celebrate the coming new year.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2021/dec/24/ukrainians-brush-aside-talk-russian-invasion-ukraine-christmas", + "creator": "Lily Hyde in Kyiv", + "pubDate": "2021-12-24T08:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196204,17 +221995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "16acd51c628df26a3af0c4ab7345912a", - "highlights": [] + "hash": "d054a21c679ddc9ebd67b47dcbb6c358" }, { - "title": "Police name teenager stabbed in Croydon as Zaian Aimable-Lina", - "description": "

    15-year-old’s death in Ashburton Park marked 29th teenage murder in London in 2021

    A 15-year-old boy stabbed to death in Croydon, south London, on Thursday has been identified as Zaian Aimable-Lina, the Metropolitan police said.

    Police have said Zaian was from the local area.

    Continue reading...", - "content": "

    15-year-old’s death in Ashburton Park marked 29th teenage murder in London in 2021

    A 15-year-old boy stabbed to death in Croydon, south London, on Thursday has been identified as Zaian Aimable-Lina, the Metropolitan police said.

    Police have said Zaian was from the local area.

    Continue reading...", - "category": "London", - "link": "https://www.theguardian.com/uk-news/2022/jan/01/police-name-teenager-stabbed-in-croydon-as-zaian-aimable-lina", - "creator": "Jane Clinton", - "pubDate": "2022-01-01T18:39:55Z", + "title": "Ukraine: Russian consulate in Lviv hit by molotov cocktail", + "description": "

    Incident described by Moscow as terrorism and Ukrainian officials as hooliganism comes as tensions soar

    The Russian foreign ministry said on Friday that a molotov cocktail had been thrown at the the country’s consulate in the Ukrainian city of Lviv and that it had formally protested about the attack, which it described as an act of terrorism.

    The ministry summoned a Ukrainian official and demanded apologies from his country’s authorities.

    Continue reading...", + "content": "

    Incident described by Moscow as terrorism and Ukrainian officials as hooliganism comes as tensions soar

    The Russian foreign ministry said on Friday that a molotov cocktail had been thrown at the the country’s consulate in the Ukrainian city of Lviv and that it had formally protested about the attack, which it described as an act of terrorism.

    The ministry summoned a Ukrainian official and demanded apologies from his country’s authorities.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2021/dec/24/ukraine-russian-consulate-in-lviv-hit-by-molotov-cocktail", + "creator": "Associated Press in Moscow", + "pubDate": "2021-12-24T17:10:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196226,17 +222016,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "18e2d8e688c2b25781bc72f44fde3018", - "highlights": [] + "hash": "9b12aab132607bb1a1791a27f95f1c20" }, { - "title": "Cases rise as Qld tightens mask rules – as it happened", - "description": "

    NSW records 22,577 new cases and four deaths, Victoria 7,442 cases and nine deaths, Queensland 2,266 cases, South Australia 2,100, Tasmania 428, Northern Territory 54 and the ACT 448; Queensland makes masks mandatory indoors; SA clinic sends wrong test result to 11 people. This blog is now closed

    We’re still waiting on official stats to be released, but there are reports that Tasmania has recorded 428 new Covid cases – a jump from 148 cases yesterday.

    A man has allegedly driven a car through a tent at a campground in Tasmania in the early hours of New Year’s Day, injuring two adults and three children, AAP reports.

    They were taken to the Northwest Regional Hospital with injuries ranging from minor lacerations to suspected internal injuries.

    The incident occurred about 2am on Saturday at the West Kentish Road Campgrounds in the state’s north-west.

    Continue reading...", - "content": "

    NSW records 22,577 new cases and four deaths, Victoria 7,442 cases and nine deaths, Queensland 2,266 cases, South Australia 2,100, Tasmania 428, Northern Territory 54 and the ACT 448; Queensland makes masks mandatory indoors; SA clinic sends wrong test result to 11 people. This blog is now closed

    We’re still waiting on official stats to be released, but there are reports that Tasmania has recorded 428 new Covid cases – a jump from 148 cases yesterday.

    A man has allegedly driven a car through a tent at a campground in Tasmania in the early hours of New Year’s Day, injuring two adults and three children, AAP reports.

    They were taken to the Northwest Regional Hospital with injuries ranging from minor lacerations to suspected internal injuries.

    The incident occurred about 2am on Saturday at the West Kentish Road Campgrounds in the state’s north-west.

    Continue reading...", - "category": "New South Wales", - "link": "https://www.theguardian.com/australia-news/live/2022/jan/01/australia-news-live-nyd-covid-omicron-nsw-victoria-queensland-scott-morrison-weather", - "creator": "Mostafa Rachwani and Donna Lu (earlier)", - "pubDate": "2022-01-01T07:05:47Z", + "title": "Astronomers on tenterhooks as $10bn James Webb telescope set for lift off", + "description": "

    Nasa’s flagship mission counts down to launch at 1220 GMT on Christmas Day from Kourou, French Guiana

    Final checks and fuelling are under way for the launch of the James Webb Space Telescope, a flagship mission for Nasa that aims to observe worlds beyond the solar system and the first stars and galaxies that lit up the cosmos.

    If all goes to plan, the $10bn (£7.4bn) observatory will become the largest and most powerful telescope ever sent into space when it blasts off at 12.20pm UK time on Christmas Day onboard an Ariane 5 rocket from the European Space Agency’s spaceport in Kourou, French Guiana.

    Continue reading...", + "content": "

    Nasa’s flagship mission counts down to launch at 1220 GMT on Christmas Day from Kourou, French Guiana

    Final checks and fuelling are under way for the launch of the James Webb Space Telescope, a flagship mission for Nasa that aims to observe worlds beyond the solar system and the first stars and galaxies that lit up the cosmos.

    If all goes to plan, the $10bn (£7.4bn) observatory will become the largest and most powerful telescope ever sent into space when it blasts off at 12.20pm UK time on Christmas Day onboard an Ariane 5 rocket from the European Space Agency’s spaceport in Kourou, French Guiana.

    Continue reading...", + "category": "James Webb space telescope", + "link": "https://www.theguardian.com/science/2021/dec/24/astronomers-on-tenterhooks-as-10bn-james-webb-telescope-set-for-lift-off", + "creator": "Ian Sample Science editor", + "pubDate": "2021-12-24T13:15:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196248,17 +222037,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ffa945cdd227e55975553063c0e5ba6", - "highlights": [] + "hash": "ca8d195a8824ff0e643ef35b1f1cfb2f" }, { - "title": "UK shops fear gaps on shelves as new Brexit import rules hit", - "description": "

    Regulations likely to result in higher prices and shortages for delis and others

    After a few minutes in the queue spent eyeing up the best on offer at the local deli, it is decision time.

    Maybe some of the wonderful Parma ham from Italy? With a few slices of Spanish chorizo? And a piece of brie from that farm in Normandy… oh, and definitely some of the black olives from Greece.

    Continue reading...", - "content": "

    Regulations likely to result in higher prices and shortages for delis and others

    After a few minutes in the queue spent eyeing up the best on offer at the local deli, it is decision time.

    Maybe some of the wonderful Parma ham from Italy? With a few slices of Spanish chorizo? And a piece of brie from that farm in Normandy… oh, and definitely some of the black olives from Greece.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2022/jan/01/uk-shops-fear-gaps-shelves-brexit-import-rules-prices-shortages-delis", - "creator": "Toby Helm and Tom Wall", - "pubDate": "2022-01-01T13:09:23Z", + "title": "Grace Mirabella, 70s and 80s US Vogue editor, dies aged 92", + "description": "

    Mirabella was editor of the magazine from 1971 to 1988 and was a non-nonsense champion of practical fashion

    Grace Mirabella, the editor of American Vogue throughout the 1970s and much of the 1980s, has died aged 92.

    Mirabella was a non-nonsense champion of practical fashion. She succeed the more whimsical and bohemian Diana Vreeland as editor in 1971 and remained in the role until 1988.

    Continue reading...", + "content": "

    Mirabella was editor of the magazine from 1971 to 1988 and was a non-nonsense champion of practical fashion

    Grace Mirabella, the editor of American Vogue throughout the 1970s and much of the 1980s, has died aged 92.

    Mirabella was a non-nonsense champion of practical fashion. She succeed the more whimsical and bohemian Diana Vreeland as editor in 1971 and remained in the role until 1988.

    Continue reading...", + "category": "Vogue", + "link": "https://www.theguardian.com/fashion/2021/dec/24/grace-mirabella-us-vogue-editor-dies-aged-92", + "creator": "Edward Helmore", + "pubDate": "2021-12-24T18:53:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196270,17 +222058,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "73e223cbc152ad5e48882b0fdd38622e", - "highlights": [] + "hash": "75caf456a87c57e67754509ecfbb32df" }, { - "title": "Further Covid restrictions in England would be ‘last resort’, says Sajid Javid", - "description": "

    Health secretary acknowledges at same time that there will be ‘big increase’ in number of Covid patients over next month

    New restrictions on freedom in England “must be an absolute last resort”, the health secretary has said.

    The record-breaking wave of the Omicron Covid variant will, however, “test the limits of finite NHS capacity even more than a typical winter”, Sajid Javid said, as hospital admissions in England climbed to their highest since last January.

    Continue reading...", - "content": "

    Health secretary acknowledges at same time that there will be ‘big increase’ in number of Covid patients over next month

    New restrictions on freedom in England “must be an absolute last resort”, the health secretary has said.

    The record-breaking wave of the Omicron Covid variant will, however, “test the limits of finite NHS capacity even more than a typical winter”, Sajid Javid said, as hospital admissions in England climbed to their highest since last January.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2022/jan/01/covid-restrictions-england-last-resort-sajid-javid", - "creator": "Jedidajah Otte", - "pubDate": "2022-01-01T10:51:46Z", + "title": "Latin America urges US to reduce plastic waste exports to region", + "description": "

    Study finds exports to region doubled in 2020 with practice predicted to grow as US invests in recycling plants

    Environmental organisations across Latin America have called on the United States to reduce plastic waste exports to the region, after a report found the US had doubled exports to some countries in the region during the first seven months of 2020.

    The US is the world’s largest plastic waste exporter, although it has dramatically reduced its overall plastic waste exports since 2015, when China – previously the top importer – declared it “no longer wanted to be the world’s rubbish dump” and began imposing restrictions. Elsewhere around the world imports are rising, and not least in Latin America, with its cheap labour and close proximity to the US.

    Continue reading...", + "content": "

    Study finds exports to region doubled in 2020 with practice predicted to grow as US invests in recycling plants

    Environmental organisations across Latin America have called on the United States to reduce plastic waste exports to the region, after a report found the US had doubled exports to some countries in the region during the first seven months of 2020.

    The US is the world’s largest plastic waste exporter, although it has dramatically reduced its overall plastic waste exports since 2015, when China – previously the top importer – declared it “no longer wanted to be the world’s rubbish dump” and began imposing restrictions. Elsewhere around the world imports are rising, and not least in Latin America, with its cheap labour and close proximity to the US.

    Continue reading...", + "category": "Waste", + "link": "https://www.theguardian.com/environment/2021/dec/24/latin-america-urges-us-to-reduce-plastic-waste-exports-to-region", + "creator": "Joe Parkin Daniels", + "pubDate": "2021-12-24T13:21:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196292,17 +222079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11275b21f2b0a235bbbc70fff3fa82c2", - "highlights": [] + "hash": "6dd06367f838c7931599799335699723" }, { - "title": "New Year’s Eve revellers in England take to streets despite Omicron concerns", - "description": "

    Partygoers gather in city centres across the country to welcome 2022 in contrast to quiet Christmas

    England’s New Year’s Eve celebrations on Friday were not quite the damp squib many were expecting, with partygoers taking to city centres across the country to celebrate the end of 2021.

    In Leeds, queues of revellers lined the streets, in stark contrast to the Christmas period, when the city centre had been virtually empty because of concerns over the highly infectious Omicron variant.

    Continue reading...", - "content": "

    Partygoers gather in city centres across the country to welcome 2022 in contrast to quiet Christmas

    England’s New Year’s Eve celebrations on Friday were not quite the damp squib many were expecting, with partygoers taking to city centres across the country to celebrate the end of 2021.

    In Leeds, queues of revellers lined the streets, in stark contrast to the Christmas period, when the city centre had been virtually empty because of concerns over the highly infectious Omicron variant.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2022/jan/01/new-years-eve-revellers-england-omicron-concerns", - "creator": "Robyn Vinter", - "pubDate": "2022-01-01T14:58:50Z", + "title": "Russia fines Google £73m over failure to delete ‘illegal’ content", + "description": "

    Moscow ruling is first revenue-based fine of its kind in Russia and comes amid fears of internet crackdown

    A Moscow court has said it is fining Alphabet’s Google 7.2bn roubles (£73m) for what it says is a repeated failure to delete content Russia deems illegal, the first revenue-based fine of its kind in Russia.

    Moscow has increased pressure on big tech this year in a campaign that critics characterise as an attempt by Russian authorities to exert tighter control over the internet, something they say threatens individual and corporate freedom.

    Continue reading...", + "content": "

    Moscow ruling is first revenue-based fine of its kind in Russia and comes amid fears of internet crackdown

    A Moscow court has said it is fining Alphabet’s Google 7.2bn roubles (£73m) for what it says is a repeated failure to delete content Russia deems illegal, the first revenue-based fine of its kind in Russia.

    Moscow has increased pressure on big tech this year in a campaign that critics characterise as an attempt by Russian authorities to exert tighter control over the internet, something they say threatens individual and corporate freedom.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/24/russia-fines-google-failure-delete-content", + "creator": "Reuters in Moscow", + "pubDate": "2021-12-24T12:02:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196314,17 +222100,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea5263ec1c949fc7176aa15035cc7d94", - "highlights": [] + "hash": "8bc2147d5569885faea8b29c18d0b5e2" }, { - "title": "‘We lost everything’: Colorado wildfires destroy hundreds of homes", - "description": "

    The fire destroyed at least 500 structures, mostly homes, and more than 30,000 people fled or were evacuated

    Just as the flakes of the season’s first winter storm began to fall in the Colorado foothills, Heather Diiorio, 67, and her husband walked hand in hand in a daze down South 68th Street in Louisville, a community often ranked as one of America’s most livable small towns. They had just gone to inspect their home after one of Colorado’s most destructive fires in history struck this week.

    “All I can say is we lived there 35 years and we lost everything,” said Diioro’s husband before emotion overwhelmed him. He declined to give his first name. He and his wife embraced neighbors, some of whom had also lost their homes in Thursday’s fires, and others who had not.

    Continue reading...", - "content": "

    The fire destroyed at least 500 structures, mostly homes, and more than 30,000 people fled or were evacuated

    Just as the flakes of the season’s first winter storm began to fall in the Colorado foothills, Heather Diiorio, 67, and her husband walked hand in hand in a daze down South 68th Street in Louisville, a community often ranked as one of America’s most livable small towns. They had just gone to inspect their home after one of Colorado’s most destructive fires in history struck this week.

    “All I can say is we lived there 35 years and we lost everything,” said Diioro’s husband before emotion overwhelmed him. He declined to give his first name. He and his wife embraced neighbors, some of whom had also lost their homes in Thursday’s fires, and others who had not.

    Continue reading...", - "category": "Colorado", - "link": "https://www.theguardian.com/us-news/2022/jan/01/colorado-wildfires-destroy-hundreds-homes", - "creator": "Cindy Shiner in Louisville, Colorado", - "pubDate": "2022-01-01T08:00:43Z", + "title": "French zoo closes after pack of nine wolves escapes", + "description": "

    Four wolves were shot dead by park workers and five anaesthetised by officials at scene

    Authorities in the south of France have temporarily shut down a zoo after a pack of nine wolves escaped from an enclosure during visiting hours, officials have said.

    No humans were injured in the incident last weekend at the Trois Vallées zoo in Montredon-Labessonnié in the south-west Tarn region but four of the wolves were shot dead by park workers and five were anaesthetised by local officials on the scene, Fabien Chollet, a local official, told AFP on Friday.

    Continue reading...", + "content": "

    Four wolves were shot dead by park workers and five anaesthetised by officials at scene

    Authorities in the south of France have temporarily shut down a zoo after a pack of nine wolves escaped from an enclosure during visiting hours, officials have said.

    No humans were injured in the incident last weekend at the Trois Vallées zoo in Montredon-Labessonnié in the south-west Tarn region but four of the wolves were shot dead by park workers and five were anaesthetised by local officials on the scene, Fabien Chollet, a local official, told AFP on Friday.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/24/french-zoo-closes-after-pack-of-nine-wolves-escapes", + "creator": "Agence France-Presse", + "pubDate": "2021-12-24T17:35:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196336,17 +222121,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88aec215fd789c53f7c0842d4837dccf", - "highlights": [] + "hash": "6328ee5d71dc0b9e059773cf43b9c54e" }, { - "title": "Covid live: Omicron will lead to difficult choices - UK health chief; UAE to ban non-vaccinated from travelling abroad", - "description": "

    NHS Confederation chief executive Matthew Taylor said some hospitals could be forced to exclude visitors; fully vaccinated would also require booster shot

    Russia has reported 847 deaths from Covid in the past 24 hours. It also reported 19,751 new coronavirus cases in the same time period, up from 20,638 on the previous day.

    The NHS Confederation’s chief executive, Matthew Taylor, agreed with the health secretary the record-breaking Omicron wave of infection will “test the limits of finite NHS capacity even more than a typical winter”, with reports suggesting that a requirement to work from home in England could be in place for most of January.

    Continue reading...", - "content": "

    NHS Confederation chief executive Matthew Taylor said some hospitals could be forced to exclude visitors; fully vaccinated would also require booster shot

    Russia has reported 847 deaths from Covid in the past 24 hours. It also reported 19,751 new coronavirus cases in the same time period, up from 20,638 on the previous day.

    The NHS Confederation’s chief executive, Matthew Taylor, agreed with the health secretary the record-breaking Omicron wave of infection will “test the limits of finite NHS capacity even more than a typical winter”, with reports suggesting that a requirement to work from home in England could be in place for most of January.

    Continue reading...", + "title": "Chinese officials face punishment over Covid lockdown in Xian", + "description": "

    Disciplinary body says people to be held accountable for failing in efforts to prevent and control outbreak

    Officials in the north-western Chinese city of Xian are facing punishment for “not doing a good job” after a Covid-19 outbreak led to the lockdown of its 13 million residents.

    All domestic flights out of Xian and most trains from the city scheduled for Friday were cancelled. Officials say the outbreak has been traced to the arrival of a plane from Pakistan.

    Continue reading...", + "content": "

    Disciplinary body says people to be held accountable for failing in efforts to prevent and control outbreak

    Officials in the north-western Chinese city of Xian are facing punishment for “not doing a good job” after a Covid-19 outbreak led to the lockdown of its 13 million residents.

    All domestic flights out of Xian and most trains from the city scheduled for Friday were cancelled. Officials say the outbreak has been traced to the arrival of a plane from Pakistan.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/01/covid-live-limits-on-freedom-in-uk-last-resort-says-minister-despite-soaring-cases", - "creator": "Sarah Marsh (now) Jedidajah Otte (earlier)", - "pubDate": "2022-01-01T15:19:37Z", + "link": "https://www.theguardian.com/world/2021/dec/24/chinese-officials-face-punishment-over-covid-lockdown-in-xian", + "creator": "Reuters in Beijing", + "pubDate": "2021-12-24T12:15:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196358,17 +222142,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30bacd4c5583713ba72ab8467d4e667b", - "highlights": [] + "hash": "ba0ebda2c5445679c146c176858b908a" }, { - "title": "New year’s resolutions: ‘I’m going to give away 10% of my income’", - "description": "

    We talk to five people about their money aims for 2022, whether it is saving more or donating to charity

    Money plays a key role in many people’s new year’s resolutions to change their lifestyle, so we asked five people to tell us about their financial goals for 2022 and how they plan to achieve them.

    The rising cost of living and the uncertainty over the pandemic are just two of the challenges that people are having to deal with, so what are some of the things that individuals are planning to do differently this year?

    Continue reading...", - "content": "

    We talk to five people about their money aims for 2022, whether it is saving more or donating to charity

    Money plays a key role in many people’s new year’s resolutions to change their lifestyle, so we asked five people to tell us about their financial goals for 2022 and how they plan to achieve them.

    The rising cost of living and the uncertainty over the pandemic are just two of the challenges that people are having to deal with, so what are some of the things that individuals are planning to do differently this year?

    Continue reading...", - "category": "Consumer affairs", - "link": "https://www.theguardian.com/money/2022/jan/01/new-year-resolutions-income-money-saving-charity", - "creator": "Suzanne Bearne", - "pubDate": "2022-01-01T11:00:01Z", + "title": "NHS leaders alarmed by rise in hospital admissions as Covid cases hit record", + "description": "

    Daily hospitalisations in England up by more than 40% in a week at same time as more staff on sick leave

    NHS leaders have voiced alarm at a major rise in the number of hospitalisations due to Covid-19 after 1,171 people with the disease across the UK were admitted in a 24-hour period that set another record number of daily cases.

    The latest government figures showed 122,186 cases of coronavirus had been recorded as of 9am on Friday. Another 137 people died within 28 days of testing positive.

    Continue reading...", + "content": "

    Daily hospitalisations in England up by more than 40% in a week at same time as more staff on sick leave

    NHS leaders have voiced alarm at a major rise in the number of hospitalisations due to Covid-19 after 1,171 people with the disease across the UK were admitted in a 24-hour period that set another record number of daily cases.

    The latest government figures showed 122,186 cases of coronavirus had been recorded as of 9am on Friday. Another 137 people died within 28 days of testing positive.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/24/uk-hits-new-covid-record-again-more-than-120000-cases-recorded", + "creator": "Jane Clinton and Denis Campbell", + "pubDate": "2021-12-24T19:56:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196380,17 +222163,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3ed30b8b7ed80d3df1894d7b07b707d", - "highlights": [] + "hash": "d0a7f200bfd5e2c1ebc0a09e463d5d95" }, { - "title": "New Zealand yoga industry suffers as anti-vax sentiment co-opts wellness industry", - "description": "

    Rejection of Covid vaccines among wellness community has been blamed on popular social media accounts that spread disinformation

    Many know Wanaka, a picturesque tourist town at the foot of New Zealand’s Southern Alps, for its most famous tree.

    The willow, which blooms uncannily from the glacial lake as if floating on water, represents different things for different people. For some, the miracles of a divine nature, for others, a marvel easily explained by science.

    Continue reading...", - "content": "

    Rejection of Covid vaccines among wellness community has been blamed on popular social media accounts that spread disinformation

    Many know Wanaka, a picturesque tourist town at the foot of New Zealand’s Southern Alps, for its most famous tree.

    The willow, which blooms uncannily from the glacial lake as if floating on water, represents different things for different people. For some, the miracles of a divine nature, for others, a marvel easily explained by science.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2022/jan/01/new-zealand-yoga-industry-suffers-as-anti-vax-sentiment-co-opts-wellness-industry", - "creator": "Leni Ma'ia'i in Auckland", - "pubDate": "2021-12-31T18:00:26Z", + "title": "K-pop star Suga tests positive for Covid after BTS return from US", + "description": "

    Band’s management says singer self-isolating at home and is not showing any symptoms

    Suga, songwriter and rapper for the K-pop sensation BTS, has tested positive for the coronavirus after returning from concerts in the US, the group’s management has said.

    The 28-year-old, whose real name is Min Yoon-gi, was confirmed to have contracted the virus on Friday during his self quarantine after returning home to South Korea on Thursday, according to Big Hit Music.

    Continue reading...", + "content": "

    Band’s management says singer self-isolating at home and is not showing any symptoms

    Suga, songwriter and rapper for the K-pop sensation BTS, has tested positive for the coronavirus after returning from concerts in the US, the group’s management has said.

    The 28-year-old, whose real name is Min Yoon-gi, was confirmed to have contracted the virus on Friday during his self quarantine after returning home to South Korea on Thursday, according to Big Hit Music.

    Continue reading...", + "category": "BTS", + "link": "https://www.theguardian.com/music/2021/dec/24/k-pop-star-suga-tests-positive-covid-bts", + "creator": "Reuters", + "pubDate": "2021-12-24T09:27:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196402,17 +222184,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f13aab09d5a117a0e764b441734fa91", - "highlights": [] + "hash": "563d0997c6ceac0590a830623006fe7b" }, { - "title": "US experts question whether counting Covid cases is still the right approach", - "description": "

    Case counts ‘don’t reflect what they used to’, experts argue, as data suggests Omicron is less severe but more contagious

    Some US infectious disease experts and public health officials are questioning whether to continue using the number of coronavirus cases as a metric for determining which mitigation efforts are appropriate, as data suggests Omicron is less severe but much more contagious than previous variants.

    Those experts argue that the US has reached a stage in the pandemic where reports of dramatic surges in case counts prompt unnecessary worries and that government officials and the public should instead review death and hospitalization data when considering precautions.

    Continue reading...", - "content": "

    Case counts ‘don’t reflect what they used to’, experts argue, as data suggests Omicron is less severe but more contagious

    Some US infectious disease experts and public health officials are questioning whether to continue using the number of coronavirus cases as a metric for determining which mitigation efforts are appropriate, as data suggests Omicron is less severe but much more contagious than previous variants.

    Those experts argue that the US has reached a stage in the pandemic where reports of dramatic surges in case counts prompt unnecessary worries and that government officials and the public should instead review death and hospitalization data when considering precautions.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2022/jan/01/us-covid-case-counts-omicron", - "creator": "Eric Berger", - "pubDate": "2022-01-01T14:34:57Z", + "title": "Remembering Joan Didion: ‘Her ability to operate outside of herself was unparalleled’", + "description": "

    The American author was not only brilliant but also generous and kind to younger writers, writes Emma Brockes

    There is that famous photo of Joan Didion, taken in Malibu in 1976, in which she leans on a deck overlooking the beach, cigarette in hand, scotch glass at her elbow, and regards her family – John Dunne, her husband, and their then 10-year-old daughter, Quintana – through lowered, side-long eyes. Like other iconic photos of Didion from the period, she is at one remove from the group, off to the side and in this case, looking not at the camera but at her family as they look at the camera. It’s the pose Didion perfected, in life as in art, and when news of her death at the age of 87 broke on Thursday, it was a shock to see another frame from that sequence surface online. In it, Didion, eyes fixed forward, smiles broadly at the camera in the conventional style – a rare glimpse behind the persona.

    The paradox of Didion was not unusual among writers, whose confidence is often born of a million anxieties. But her ability to operate outside herself – to measure the gap between inside and out and slyly mock any effort to conceal it – was unparalleled. She was, famously and by her own account, diffident, brittle, runtish, prone to migraines, afraid of the telephone, and as she wrote in the preface to her 1968 collection Slouching Towards Bethlehem, “bad at interviewing people”, apparent deficits that, in Didion’s hands, were of course precisely what permitted her entry to places her rivals – particularly the blow-hard men of 1960s journalism – couldn’t reach.

    Continue reading...", + "content": "

    The American author was not only brilliant but also generous and kind to younger writers, writes Emma Brockes

    There is that famous photo of Joan Didion, taken in Malibu in 1976, in which she leans on a deck overlooking the beach, cigarette in hand, scotch glass at her elbow, and regards her family – John Dunne, her husband, and their then 10-year-old daughter, Quintana – through lowered, side-long eyes. Like other iconic photos of Didion from the period, she is at one remove from the group, off to the side and in this case, looking not at the camera but at her family as they look at the camera. It’s the pose Didion perfected, in life as in art, and when news of her death at the age of 87 broke on Thursday, it was a shock to see another frame from that sequence surface online. In it, Didion, eyes fixed forward, smiles broadly at the camera in the conventional style – a rare glimpse behind the persona.

    The paradox of Didion was not unusual among writers, whose confidence is often born of a million anxieties. But her ability to operate outside herself – to measure the gap between inside and out and slyly mock any effort to conceal it – was unparalleled. She was, famously and by her own account, diffident, brittle, runtish, prone to migraines, afraid of the telephone, and as she wrote in the preface to her 1968 collection Slouching Towards Bethlehem, “bad at interviewing people”, apparent deficits that, in Didion’s hands, were of course precisely what permitted her entry to places her rivals – particularly the blow-hard men of 1960s journalism – couldn’t reach.

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2021/dec/24/remembering-joan-didion-her-ability-to-operate-outside-of-herself-was-unparalleled", + "creator": "Emma Brockes", + "pubDate": "2021-12-24T18:44:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196424,17 +222205,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "72db0ce525cec4148bce05b85abd1a11", - "highlights": [] + "hash": "ddc48a72af0f6c78342674a8056567d9" }, { - "title": "Golden Girls star Betty White dies aged 99", - "description": "

    The actor’s career spanned more than 80 years – but it was her role as Rose Nylund in the 1980s sitcom that cemented her status

    Betty White, the actor best known for roles in sitcoms The Mary Tyler Moore Show and The Golden Girls, has died aged 99.

    White died at her home on Friday morning, just two weeks before she would have turned 100. Her agent Jeff Witjas told People magazine: “Even though Betty was about to be 100, I thought she would live for ever.” Joe Biden led tributes, praising the star as a “cultural icon”.

    Continue reading...", - "content": "

    The actor’s career spanned more than 80 years – but it was her role as Rose Nylund in the 1980s sitcom that cemented her status

    Betty White, the actor best known for roles in sitcoms The Mary Tyler Moore Show and The Golden Girls, has died aged 99.

    White died at her home on Friday morning, just two weeks before she would have turned 100. Her agent Jeff Witjas told People magazine: “Even though Betty was about to be 100, I thought she would live for ever.” Joe Biden led tributes, praising the star as a “cultural icon”.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/31/golden-girls-star-betty-white-dies-aged-99", - "creator": "Rhi Storer", - "pubDate": "2022-01-01T05:33:34Z", + "title": "‘We’re all citizens of planet Earth’: former astronaut Bill Nelson on his mission at Nasa", + "description": "

    Nasa’s new administrator discusses the space race with China, UFOs, billionaire ‘astronauts’ and building a ‘mission control’ for climate change

    When Apollo 11 launched in July 1969, Bill Nelson was an army lieutenant on leave behind the iron curtain, listening with colleagues to the BBC on shortwave radio.

    “There were three young Americans standing on the hills overlooking Budapest, screaming at the top of our lungs, cheering as that rocket lifted off,” Nasa’s new administrator recalled in a video interview.

    Continue reading...", + "content": "

    Nasa’s new administrator discusses the space race with China, UFOs, billionaire ‘astronauts’ and building a ‘mission control’ for climate change

    When Apollo 11 launched in July 1969, Bill Nelson was an army lieutenant on leave behind the iron curtain, listening with colleagues to the BBC on shortwave radio.

    “There were three young Americans standing on the hills overlooking Budapest, screaming at the top of our lungs, cheering as that rocket lifted off,” Nasa’s new administrator recalled in a video interview.

    Continue reading...", + "category": "Nasa", + "link": "https://www.theguardian.com/science/2021/dec/24/bill-nelson-nasa-administrator-interview", + "creator": "David Smith in Washington", + "pubDate": "2021-12-24T08:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196446,17 +222226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3e14009fec6d9136e86d3494115c400", - "highlights": [] + "hash": "d20fcfc190c5a664b67fba0080d46368" }, { - "title": "Covid live: Omicron will lead to difficult choices, says UK health boss; India reports more than 22,000 infections", - "description": "

    Sajid Javid says Omicron wave of infection will ‘test the limits of finite NHS capacity even more than a typical winter’; India death toll rises by 406

    Russia has reported 847 deaths from Covid in the past 24 hours. It also reported 19,751 new coronavirus cases in the same time period, up from 20,638 on the previous day.

    The NHS Confederation’s chief executive, Matthew Taylor, agreed with the health secretary the record-breaking Omicron wave of infection will “test the limits of finite NHS capacity even more than a typical winter”, with reports suggesting that a requirement to work from home in England could be in place for most of January.

    Continue reading...", - "content": "

    Sajid Javid says Omicron wave of infection will ‘test the limits of finite NHS capacity even more than a typical winter’; India death toll rises by 406

    Russia has reported 847 deaths from Covid in the past 24 hours. It also reported 19,751 new coronavirus cases in the same time period, up from 20,638 on the previous day.

    The NHS Confederation’s chief executive, Matthew Taylor, agreed with the health secretary the record-breaking Omicron wave of infection will “test the limits of finite NHS capacity even more than a typical winter”, with reports suggesting that a requirement to work from home in England could be in place for most of January.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2022/jan/01/covid-live-limits-on-freedom-in-uk-last-resort-says-minister-despite-soaring-cases", - "creator": "Sarah Marsh", - "pubDate": "2022-01-01T13:37:18Z", + "title": "Choppers on Mars and RNA jabs: the best scientific advances of 2021", + "description": "

    Some of Australia’s most prominent researchers nominate the most surprising, important and inspiring scientific developments of the past 12 months

    With all of the worrying news emerging from the fields of health and science this year, some of the incredible advances that occurred may have been overlooked. But there have been many weird and wonderful feats in the world of research.

    Life-saving tests, treatments and vaccines were developed and rolled-out – including those led by Australian doctors – and a world-first malaria vaccine for children was endorsed by the World Health Organization. A new species of dinosaur was discovered in south-west Queensland, adding to our understanding about how they evolved. We learned from Nasa that the much-feared asteroid, Apophis, won’t hit Earth for at least 100 years, so that’s a relief.

    The development and the success of RNA-based vaccines has had enormous global impact during the past year. There’s enormous short-term success but it also opens up a lot of potential long-term opportunities in delivering RNA as a vaccine for emerging diseases and also as a means of developing new therapeutics to treat a whole range of disorders.

    To get a new type of vaccine out there requires very big clinical trials because a crucial thing with a vaccine, of course, is safety.

    Antarctica is a bellwether for climate change impacts, with recent evidence of ecosystem collapse and that a major ice shelf in west Antarctica may fail within the decade.

    So for me, this year’s most exciting advance is not a discovery but solid investment in future Antarctic science, heralded by the arrival of Australia’s new icebreaker, RSV Nuyina, the most advanced polar research vessel in the world, and the initiation of not one, but three new university-based Antarctic research initiatives.”

    From my point of view, the origins of Sars-CoV-2 has been the big story.

    Knowing from where viruses and pandemics start is crucial to understanding the interactions between humans and animals, and how this is influenced by human behaviour, industrialisation, and climate change.

    In both my personal and professional roles, it’s incredibly difficult to look past the incredibly rapid development of effective Covid-19 vaccines in terms of amazing scientific advances over the last couple of years.

    But, in my other life I’m a wannabe astronaut, and I am completely astonished by Nasa’s Ingenuity helicopter, which has made 18 successful flights on a whole other planet in 2021!

    I think the most important finding that came out in 2021 is a study relating to ocean conditions around the West Antarctic Ice Sheet (WAIS), which locks up in total about seven metres of global sea level. Lose the WAIS and hundreds of millions of people worldwide would be displaced. The WAIS is known to be the most vulnerable component of the Antarctic ice sheet system and uncertainty about future melt rates is one of the biggest unanswered questions in polar climate science.

    The published ocean measurements were taken adjacent to Thwaites Glacier, which is the most rapidly changing outlet of the WAIS. Using an autonomous underwater vehicle, the study documents the first ever temperature, salinity and oxygen measurements at the Thwaites ice shelf front. The measurements revealed warm water impinging from all sides on what are known as ‘pinning points’ of the glacier – these are critical to ice-shelf stability.

    Continue reading...", + "content": "

    Some of Australia’s most prominent researchers nominate the most surprising, important and inspiring scientific developments of the past 12 months

    With all of the worrying news emerging from the fields of health and science this year, some of the incredible advances that occurred may have been overlooked. But there have been many weird and wonderful feats in the world of research.

    Life-saving tests, treatments and vaccines were developed and rolled-out – including those led by Australian doctors – and a world-first malaria vaccine for children was endorsed by the World Health Organization. A new species of dinosaur was discovered in south-west Queensland, adding to our understanding about how they evolved. We learned from Nasa that the much-feared asteroid, Apophis, won’t hit Earth for at least 100 years, so that’s a relief.

    The development and the success of RNA-based vaccines has had enormous global impact during the past year. There’s enormous short-term success but it also opens up a lot of potential long-term opportunities in delivering RNA as a vaccine for emerging diseases and also as a means of developing new therapeutics to treat a whole range of disorders.

    To get a new type of vaccine out there requires very big clinical trials because a crucial thing with a vaccine, of course, is safety.

    Antarctica is a bellwether for climate change impacts, with recent evidence of ecosystem collapse and that a major ice shelf in west Antarctica may fail within the decade.

    So for me, this year’s most exciting advance is not a discovery but solid investment in future Antarctic science, heralded by the arrival of Australia’s new icebreaker, RSV Nuyina, the most advanced polar research vessel in the world, and the initiation of not one, but three new university-based Antarctic research initiatives.”

    From my point of view, the origins of Sars-CoV-2 has been the big story.

    Knowing from where viruses and pandemics start is crucial to understanding the interactions between humans and animals, and how this is influenced by human behaviour, industrialisation, and climate change.

    In both my personal and professional roles, it’s incredibly difficult to look past the incredibly rapid development of effective Covid-19 vaccines in terms of amazing scientific advances over the last couple of years.

    But, in my other life I’m a wannabe astronaut, and I am completely astonished by Nasa’s Ingenuity helicopter, which has made 18 successful flights on a whole other planet in 2021!

    I think the most important finding that came out in 2021 is a study relating to ocean conditions around the West Antarctic Ice Sheet (WAIS), which locks up in total about seven metres of global sea level. Lose the WAIS and hundreds of millions of people worldwide would be displaced. The WAIS is known to be the most vulnerable component of the Antarctic ice sheet system and uncertainty about future melt rates is one of the biggest unanswered questions in polar climate science.

    The published ocean measurements were taken adjacent to Thwaites Glacier, which is the most rapidly changing outlet of the WAIS. Using an autonomous underwater vehicle, the study documents the first ever temperature, salinity and oxygen measurements at the Thwaites ice shelf front. The measurements revealed warm water impinging from all sides on what are known as ‘pinning points’ of the glacier – these are critical to ice-shelf stability.

    Continue reading...", + "category": "Science", + "link": "https://www.theguardian.com/science/2021/dec/25/choppers-on-mars-and-rna-jabs-the-best-scientific-advances-of-2021", + "creator": "Donna Lu and Melissa Davey", + "pubDate": "2021-12-24T19:00:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196468,17 +222247,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c424ade6d9ea39b8fe0349845ee6edc3", - "highlights": [] + "hash": "de796aef58e795d871d95cbf378cb0a0" }, { - "title": "‘Tit for tat’: why hunt for Covid’s origins still mired in politics and controversy", - "description": "

    Scientific consensus absent as impasse between China and west continue to hamper tracing effort

    Robert Garry, a professor of microbiology and immunology at Tulane medical school in Louisiana, got a call from his university management telling him that agents from the FBI and CIA had requested a chat about his research into the origins of Covid-19.

    Garry agreed and on 30 July three agents flew down to Louisiana to talk to him in person.

    Continue reading...", - "content": "

    Scientific consensus absent as impasse between China and west continue to hamper tracing effort

    Robert Garry, a professor of microbiology and immunology at Tulane medical school in Louisiana, got a call from his university management telling him that agents from the FBI and CIA had requested a chat about his research into the origins of Covid-19.

    Garry agreed and on 30 July three agents flew down to Louisiana to talk to him in person.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/31/why-hunt-for-covid-origins-still-wrapped-in-politics-impasse-china-west", - "creator": "Vincent Ni China affairs correspondent", - "pubDate": "2021-12-31T15:12:14Z", + "title": "The TV quiz of the year: from It’s a Sin to Squid Game", + "description": "

    How’s your 2021 TV knowledge? Test how much love you’ve been giving your favourite shows with our brain-tickling end-of-year quiz

    .

    Continue reading...", + "content": "

    How’s your 2021 TV knowledge? Test how much love you’ve been giving your favourite shows with our brain-tickling end-of-year quiz

    .

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/24/the-tv-quiz-of-the-year-from-its-a-sin-to-squid-game", + "creator": "Stuart Heritage", + "pubDate": "2021-12-24T13:00:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196490,17 +222268,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b92d6e02ca895298e8b0ebee0accb1f3", - "highlights": [] + "hash": "c63cf7dada276ecf1ccac35b63e81514" }, { - "title": "Field day for dogs as owners pay by the hour for safe green spaces", - "description": "

    Hiring out patches of land for people to let their cooped-up pets run wild is a godsend for owners – and a bonus for farmers

    Twice a week, in rural Cambridgeshire, Rebecca Lee hires a private field for her dog, Moscow, to run about in for an hour. “Moscow is the world’s most difficult dog,” she said. “If you’ve got a dog like him, who is reactive – he barks and lunges at stuff, mostly because he’s actually quite fearful – then every walk can be traumatic.”

    By contrast, when she rents the field, she can relax, knowing they are not going to encounter any of Moscow’s “triggers”. These include other dogs, bikes, cars and children.

    Continue reading...", - "content": "

    Hiring out patches of land for people to let their cooped-up pets run wild is a godsend for owners – and a bonus for farmers

    Twice a week, in rural Cambridgeshire, Rebecca Lee hires a private field for her dog, Moscow, to run about in for an hour. “Moscow is the world’s most difficult dog,” she said. “If you’ve got a dog like him, who is reactive – he barks and lunges at stuff, mostly because he’s actually quite fearful – then every walk can be traumatic.”

    By contrast, when she rents the field, she can relax, knowing they are not going to encounter any of Moscow’s “triggers”. These include other dogs, bikes, cars and children.

    Continue reading...", - "category": "Dogs", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/field-day-for-dogs-as-owners-pay-by-the-hour-for-safe-green-spaces", - "creator": "Donna Ferguson", - "pubDate": "2022-01-01T12:30:59Z", + "title": "The person who got me through 2021: Awkwafina made me hopeful for success in dark days", + "description": "

    In Nora from Queens, Awkwafina’s adorable loser alter ego was inspiring. Faced with constant failure, she kept going, with wit and warmth

    During the past 20 months I’ve become addicted to TV shows about women trying and failing to make it. Broad City, Unbreakable Kimmy Schmidt, 2 Broke Girls: it’s like looking in a mirror, if I could be bothered to do even that. But the absolute fabulous queen loser of all is Awkwafina, in her self-created show Nora from Queens.

    Awkwafina plays a bizarro-reverse-mirror version of herself as a nearly thirtysomething bum, living in her childhood home with her grandmother and her widowed father. It’s pure lockdown comfort TV, with every petty slight and worldly favour soothed away by familial love. Nothing Nora from Queens does ever works out, and yet it’s always fine in the end. Attempted jobs, moneymaking schemes, love interests and opportunities for growth come and go, with all the wit and humour being incidental. The laughs come from off-the-cuff comments, the quickest physical reactions and scathing jibes, but the emotion is gooey and true. And that’s how I live now – with Nora from Queens as my more adorable, charismatic, sexy, funny, hipster-chic proxy. I actually have the same sloppy tracksuit bottoms, oversized T-shirts, thick dorky glasses and button-down overshirts that Nora wears in the show. If she gets up at noon every day in TV fantasyland, heck, I do it every day in reality. And if she fails at everything while refusing to leave her childhood home or embrace adulthood, well, me too – and I’m 10 years older than Awkwafina herself and 15 older than the show’s character.

    Continue reading...", + "content": "

    In Nora from Queens, Awkwafina’s adorable loser alter ego was inspiring. Faced with constant failure, she kept going, with wit and warmth

    During the past 20 months I’ve become addicted to TV shows about women trying and failing to make it. Broad City, Unbreakable Kimmy Schmidt, 2 Broke Girls: it’s like looking in a mirror, if I could be bothered to do even that. But the absolute fabulous queen loser of all is Awkwafina, in her self-created show Nora from Queens.

    Awkwafina plays a bizarro-reverse-mirror version of herself as a nearly thirtysomething bum, living in her childhood home with her grandmother and her widowed father. It’s pure lockdown comfort TV, with every petty slight and worldly favour soothed away by familial love. Nothing Nora from Queens does ever works out, and yet it’s always fine in the end. Attempted jobs, moneymaking schemes, love interests and opportunities for growth come and go, with all the wit and humour being incidental. The laughs come from off-the-cuff comments, the quickest physical reactions and scathing jibes, but the emotion is gooey and true. And that’s how I live now – with Nora from Queens as my more adorable, charismatic, sexy, funny, hipster-chic proxy. I actually have the same sloppy tracksuit bottoms, oversized T-shirts, thick dorky glasses and button-down overshirts that Nora wears in the show. If she gets up at noon every day in TV fantasyland, heck, I do it every day in reality. And if she fails at everything while refusing to leave her childhood home or embrace adulthood, well, me too – and I’m 10 years older than Awkwafina herself and 15 older than the show’s character.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/24/the-person-who-got-me-through-2021-awkwafina-made-me-hopeful-for-success-in-dark-days", + "creator": "Bidisha", + "pubDate": "2021-12-24T15:00:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196512,17 +222289,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "86ab9e261394c6c765772de0a264a645", - "highlights": [] + "hash": "676ae7684ba21f63d17782ad9b3bfb79" }, { - "title": "Flashback – Anastacia: ‘Men would say I looked like a sexy librarian, which was gross’", - "description": "

    The singer-songwriter recreates an old photo and talks about tinted glasses, cancer surgery and dealing with lecherous men

    Born in Chicago in 1968 and raised in New York, Anastacia Lyn Newkirk is the multiplatinum star known for her mezzo-soprano voice. Anastacia became one of the best-selling female singers of the early noughties with her debut album Not That Kind – featuring the career-defining I’m Outta Love. She went on to release six more albums and had No 1 hits in more than 20 countries. She was diagnosed with breast cancer for the second time in 2013, 10 years after the first, and has the heart condition supraventricular tachycardia. Her 20th anniversary tour, I’m Outta Lockdown, arrives in the UK in autumn 2022.

    This was taken in 2000, and I’m almost positive I was in France, promoting something. Looking at it now, I see a little cherub face and a girl who did her own hair and bought her own clothes. In my head I looked really fancy in my shrug, princess fur and T-shirt. And those white pants! I thought white was the colour of fancy people.

    Continue reading...", - "content": "

    The singer-songwriter recreates an old photo and talks about tinted glasses, cancer surgery and dealing with lecherous men

    Born in Chicago in 1968 and raised in New York, Anastacia Lyn Newkirk is the multiplatinum star known for her mezzo-soprano voice. Anastacia became one of the best-selling female singers of the early noughties with her debut album Not That Kind – featuring the career-defining I’m Outta Love. She went on to release six more albums and had No 1 hits in more than 20 countries. She was diagnosed with breast cancer for the second time in 2013, 10 years after the first, and has the heart condition supraventricular tachycardia. Her 20th anniversary tour, I’m Outta Lockdown, arrives in the UK in autumn 2022.

    This was taken in 2000, and I’m almost positive I was in France, promoting something. Looking at it now, I see a little cherub face and a girl who did her own hair and bought her own clothes. In my head I looked really fancy in my shrug, princess fur and T-shirt. And those white pants! I thought white was the colour of fancy people.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/anastacia-men-would-say-i-look-like-sexy-librarian-gross", - "creator": "Harriet Gibsone", - "pubDate": "2022-01-01T12:00:01Z", + "title": "The best of the long read in 2021", + "description": "

    Our 20 favourite pieces of the year

    After growing up in a Zimbabwe convulsed by the legacy of colonialism, when I got to Oxford I realised how many British people still failed to see how empire had shaped lives like mine – as well as their own

    Continue reading...", + "content": "

    Our 20 favourite pieces of the year

    After growing up in a Zimbabwe convulsed by the legacy of colonialism, when I got to Oxford I realised how many British people still failed to see how empire had shaped lives like mine – as well as their own

    Continue reading...", + "category": "Colonialism", + "link": "https://www.theguardian.com/news/2021/dec/24/the-best-of-the-long-read-in-2021", + "creator": "", + "pubDate": "2021-12-24T06:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196534,17 +222310,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a3243cc865a351edde21e4427f5dbaa", - "highlights": [] + "hash": "a15adbd62b73980169f88c7e23435378" }, { - "title": "UK weather: warmest start to new year on record", - "description": "

    Temperature rises to 16.5C in Bala, north Wales, as period of mild weather continues

    Britain has enjoyed the warmest new year on record as temperatures rose above 16C.

    The Met Office said temperatures increased overnight to reach 16.5C in Bala, Gwynedd, north Wales.

    Continue reading...", - "content": "

    Temperature rises to 16.5C in Bala, north Wales, as period of mild weather continues

    Britain has enjoyed the warmest new year on record as temperatures rose above 16C.

    The Met Office said temperatures increased overnight to reach 16.5C in Bala, Gwynedd, north Wales.

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/2022/jan/01/record-balmy-start-to-the-new-year-as-temperatures-soar", - "creator": "PA Reporters", - "pubDate": "2022-01-01T12:57:09Z", + "title": "Covid live news: 1.7 million people in UK had coronavirus last week; thousands of Christmas flights cancelled", + "description": "

    ONS figures are highest on record so far; Christmas for many in disarray as US and Australian airlines say flight crews hit by Covid

    Here’s a story that echoes the cancellation of flights happening over the US.

    Thousands of Australians have had their domestic flights cancelled in the hours leading up to Christmas, as frontline staff were ordered to test and isolate amid a rise in Covid cases.

    Continue reading...", + "content": "

    ONS figures are highest on record so far; Christmas for many in disarray as US and Australian airlines say flight crews hit by Covid

    Here’s a story that echoes the cancellation of flights happening over the US.

    Thousands of Australians have had their domestic flights cancelled in the hours leading up to Christmas, as frontline staff were ordered to test and isolate amid a rise in Covid cases.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/24/covid-news-live-new-york-scales-back-new-years-eve-celebrations-astrazeneca-booster-protects-against-omicron-study-finds", + "creator": "Clea Skopeliti (now) and Samantha Lock (earlier)", + "pubDate": "2021-12-24T15:34:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196556,17 +222331,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "334be679b61e4aedbd04329278fff5ab", - "highlights": [] + "hash": "e6a64bed608a53b15329bed85ac29c0a" }, { - "title": "Republicans aim to sow outrage, Trump-style, with an eye on 2022 midterms", - "description": "

    Republicans embrace the culture war battles Trump waged, as a strategy for winning back control of the House and Senate

    The debate was ostensibly over a stop-gap spending bill that would avert a government shutdown. But Chip Roy, a Republican congressman from Texas, seized the opportunity to accuse Democrats of supporting “unconstitutional” vaccine mandates, critical race theory, “woke gender ideology” and open borders. A vote to fund the federal government, he warned, was a vote to allow “tyranny over the American citizen”.

    The speech infuriated congressman Tim Ryan, a Democrat from Ohio.

    Continue reading...", - "content": "

    Republicans embrace the culture war battles Trump waged, as a strategy for winning back control of the House and Senate

    The debate was ostensibly over a stop-gap spending bill that would avert a government shutdown. But Chip Roy, a Republican congressman from Texas, seized the opportunity to accuse Democrats of supporting “unconstitutional” vaccine mandates, critical race theory, “woke gender ideology” and open borders. A vote to fund the federal government, he warned, was a vote to allow “tyranny over the American citizen”.

    The speech infuriated congressman Tim Ryan, a Democrat from Ohio.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/2022/jan/01/republicans-sow-outrage-trump-style-2022-midterms-house-senate", - "creator": "Lauren Gambino in Washington DC", - "pubDate": "2022-01-01T10:00:45Z", + "title": "Ex-Georgia election workers sue Giuliani and OAN, saying fraud claims put them in danger", + "description": "

    Ruby Freeman and daughter claim they became center of unfounded conspiracy theories and were singled out by Trump

    Two former Georgia election workers have filed a defamation lawsuit against Donald Trump’s ex-lawyer Rudy Giuliani, the rightwing One America News Network and several of its senior executives, claiming the workers became the target of vote-rigging conspiracy theories that put them in physical danger and threatened their livelihoods.

    During the 2020 election, Ruby Freeman and daughter Wandrea “Shaye” Moss worked as poll workers counting ballots at State Farm Arena in Fulton county, Georgia. They claim they became the center of a series of unfounded conspiracy theories promoted by former New York mayor Giuliani, who was then serving as an advisor to Trump, and several top employees at the California-based OAN news network.

    Continue reading...", + "content": "

    Ruby Freeman and daughter claim they became center of unfounded conspiracy theories and were singled out by Trump

    Two former Georgia election workers have filed a defamation lawsuit against Donald Trump’s ex-lawyer Rudy Giuliani, the rightwing One America News Network and several of its senior executives, claiming the workers became the target of vote-rigging conspiracy theories that put them in physical danger and threatened their livelihoods.

    During the 2020 election, Ruby Freeman and daughter Wandrea “Shaye” Moss worked as poll workers counting ballots at State Farm Arena in Fulton county, Georgia. They claim they became the center of a series of unfounded conspiracy theories promoted by former New York mayor Giuliani, who was then serving as an advisor to Trump, and several top employees at the California-based OAN news network.

    Continue reading...", + "category": "Georgia", + "link": "https://www.theguardian.com/us-news/2021/dec/24/ex-georgia-election-workers-sue-giuliani-oan-trump-conspiracy-theory", + "creator": "Edward Helmore and agencies", + "pubDate": "2021-12-24T16:34:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196578,17 +222352,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf4634311837a7e5fb07701c84cdd52d", - "highlights": [] + "hash": "63175843cd9d8c6e1ad9afced07491a6" }, { - "title": "Conservators open time capsule found in Robert E Lee statue’s pedestal – video", - "description": "

    For the second time in a month, conservation experts in Virginia opened an apparent time capsule found in the remnants of a pedestal that once held a statue of Confederate general Robert E Lee.

    State officials hope Tuesday’s opening of the aged copper box, which was discovered and carefully extracted from the monument site on Monday, will mark the end of a long search for an elusive time capsule deposited in 1887

    Continue reading...", - "content": "

    For the second time in a month, conservation experts in Virginia opened an apparent time capsule found in the remnants of a pedestal that once held a statue of Confederate general Robert E Lee.

    State officials hope Tuesday’s opening of the aged copper box, which was discovered and carefully extracted from the monument site on Monday, will mark the end of a long search for an elusive time capsule deposited in 1887

    Continue reading...", - "category": "Virginia", - "link": "https://www.theguardian.com/us-news/video/2021/dec/28/researchers-open-possible-time-capsule-from-1887-found-in-robert-e-lee-statue-pedestal-video", - "creator": "", - "pubDate": "2021-12-28T19:52:12Z", + "title": "‘We’ll still have fun’: Australians isolating over Christmas reveal what they have planned for the day", + "description": "

    Thousands of people affected by Covid have had to physically separate from loved ones. Here’s how some hope to stay connected

    Rebecca Miller is cooking up a Christmas Day feast – even though she can’t taste a thing.

    Both Miller and her partner Steven have Covid. They’ve cancelled their plans to go to Tasmania – where they were due to be celebrating her 50th birthday for 3 January, and his delayed 50th from last year. Instead they will spend Christmas at home in Adelaide instead, video-calling family and friends.

    Continue reading...", + "content": "

    Thousands of people affected by Covid have had to physically separate from loved ones. Here’s how some hope to stay connected

    Rebecca Miller is cooking up a Christmas Day feast – even though she can’t taste a thing.

    Both Miller and her partner Steven have Covid. They’ve cancelled their plans to go to Tasmania – where they were due to be celebrating her 50th birthday for 3 January, and his delayed 50th from last year. Instead they will spend Christmas at home in Adelaide instead, video-calling family and friends.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/25/well-still-have-fun-australians-isolating-over-christmas-reveal-what-they-have-planned-for-the-day", + "creator": "Tory Shepherd", + "pubDate": "2021-12-24T19:00:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196600,17 +222373,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6919de40825611c31d76156a34ee8903", - "highlights": [] + "hash": "85be8a8a17be1b2621218bab9c127462" }, { - "title": "German optimism over Omicron as Europe dampens new year revelry", - "description": "

    Covid expert hopeful for ‘relatively normal’ winter 2022 but prevalence limits celebrations across continent

    Germany’s leading coronavirus expert has expressed optimism that his country could expect a “relatively normal” winter in 2022 as Europe prepared to ring in the new year in muted fashion, with many countries limiting celebrations.

    As the highly transmissible Omicron variant fuels a record-breaking surge in Covid infections across the continent, many governments have curtailed mass public gatherings and either closed or imposed curfews on nightclubs.

    Continue reading...", - "content": "

    Covid expert hopeful for ‘relatively normal’ winter 2022 but prevalence limits celebrations across continent

    Germany’s leading coronavirus expert has expressed optimism that his country could expect a “relatively normal” winter in 2022 as Europe prepared to ring in the new year in muted fashion, with many countries limiting celebrations.

    As the highly transmissible Omicron variant fuels a record-breaking surge in Covid infections across the continent, many governments have curtailed mass public gatherings and either closed or imposed curfews on nightclubs.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/31/germany-buoyed-by-data-from-abroad-amid-omicron-spread", - "creator": "Philip Oltermann in Berlin and Jon Henley in Paris", - "pubDate": "2021-12-31T16:04:12Z", + "title": "Mandatory Covid jabs in Malawi ‘violate human rights’, say civil society groups", + "description": "

    Measure aimed at frontline workers to reduce spread of Omicron variant may increase unrest in country with low vaccine take-up, critics warn

    Civil rights groups in Malawi have cautioned the government on its decision to make the Covid-19 vaccination mandatory for frontline workers.

    From January, it will be compulsory for public sector workers, including healthcare staff, police and teachers, as well as journalists, to be vaccinated, after an announcement by Malawi’s health minister, Khumbize Kandodo Chiponda, last week.

    Continue reading...", + "content": "

    Measure aimed at frontline workers to reduce spread of Omicron variant may increase unrest in country with low vaccine take-up, critics warn

    Civil rights groups in Malawi have cautioned the government on its decision to make the Covid-19 vaccination mandatory for frontline workers.

    From January, it will be compulsory for public sector workers, including healthcare staff, police and teachers, as well as journalists, to be vaccinated, after an announcement by Malawi’s health minister, Khumbize Kandodo Chiponda, last week.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/23/mandatory-covid-jabs-in-malawi-violate-human-rights-say-civil-society-groups", + "creator": "Madalitso Wills Kateta", + "pubDate": "2021-12-23T07:01:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196622,17 +222394,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dd931bee898963f11c2a2e2484d4ee9", - "highlights": [] + "hash": "55abcc552a656a93cd7c96c908bad54f" }, { - "title": "New year Brexit changes ‘permanently damage’ EU trade, says food body", - "description": "

    New customs checks will make imports more expensive and slower, says Cold Chain Federation

    Britain’s small businesses should expect trade with the EU to be “permanently damaged” from 1 January, the refrigerated supply chain trade body has said, after new customs checks take effect that it says will make imports from the bloc “more expensive, less flexible and much slower”.

    Amid growing public dismay at the negative impact of Brexit, the Cold Chain Federation said speciality food imports could face the same 70% decline that affected exports of food by small businesses this year after Britain quit the EU single market and customs union.

    Continue reading...", - "content": "

    New customs checks will make imports more expensive and slower, says Cold Chain Federation

    Britain’s small businesses should expect trade with the EU to be “permanently damaged” from 1 January, the refrigerated supply chain trade body has said, after new customs checks take effect that it says will make imports from the bloc “more expensive, less flexible and much slower”.

    Amid growing public dismay at the negative impact of Brexit, the Cold Chain Federation said speciality food imports could face the same 70% decline that affected exports of food by small businesses this year after Britain quit the EU single market and customs union.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2022/jan/01/new-year-brexit-changes-permanently-damage-eu-trade-says-food-body", - "creator": "Phillip Inman", - "pubDate": "2022-01-01T00:01:33Z", + "title": "Asia’s factory workers at the sharp end of the west’s supply chain crisis", + "description": "

    Migrant workers ate and slept in factories swarming with Covid, sealed off from outside world

    For weeks, Hoang Thi Quynh* worked and slept inside a garment factory in Tien Giang province, in southern Vietnam. She would start her shift at 7.15am and then, after a day spent sewing sportswear garments, enter an empty hall of the factory complex and settle down for the night.

    Each worker had a tent, set one or two metres apart, containing a foil mat, pillow, blanket and a box to store their belongings. No workers were permitted to meet anyone from outside the factory; even speaking to a visitor over the gates was forbidden.

    Continue reading...", + "content": "

    Migrant workers ate and slept in factories swarming with Covid, sealed off from outside world

    For weeks, Hoang Thi Quynh* worked and slept inside a garment factory in Tien Giang province, in southern Vietnam. She would start her shift at 7.15am and then, after a day spent sewing sportswear garments, enter an empty hall of the factory complex and settle down for the night.

    Each worker had a tent, set one or two metres apart, containing a foil mat, pillow, blanket and a box to store their belongings. No workers were permitted to meet anyone from outside the factory; even speaking to a visitor over the gates was forbidden.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/23/asias-factory-workers-at-the-sharp-end-of-the-wests-supply-chain-crisis", + "creator": "Rebecca Ratcliffe and Nhung Nguyen in Saigon", + "pubDate": "2021-12-23T05:00:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196644,17 +222415,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecf7df2758eacf01de38dda98726a0ec", - "highlights": [] + "hash": "071d75f80edbd7998388a9b418affd77" }, { - "title": "Giuffre lawyers seek details on Prince Andrew’s claimed inability to sweat", - "description": "

    Royal’s legal team say some of the disclosure requests in Virginia Giuffre lawsuit are ‘overbroad and oppressive’

    Lawyers representing a woman who has accused Prince Andrew of sexual abuse are demanding that he hand over documents explaining why he does not sweat.

    Virginia Giuffre’s legal team have requested a wealth of information from Andrew’s lawyers in response to his BBC Newsnight interview in 2019 when he said he visited a Pizza Express on the day of the claimed sexual encounter.

    Continue reading...", - "content": "

    Royal’s legal team say some of the disclosure requests in Virginia Giuffre lawsuit are ‘overbroad and oppressive’

    Lawyers representing a woman who has accused Prince Andrew of sexual abuse are demanding that he hand over documents explaining why he does not sweat.

    Virginia Giuffre’s legal team have requested a wealth of information from Andrew’s lawyers in response to his BBC Newsnight interview in 2019 when he said he visited a Pizza Express on the day of the claimed sexual encounter.

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2021/dec/31/giuffre-lawyers-seek-details-on-prince-andrew-claimed-inability-to-sweat", - "creator": "Sarah Marsh", - "pubDate": "2021-12-31T15:28:50Z", + "title": "Australian man asked his neighbour to take the bins out – so he did, literally", + "description": "

    Carl Stanojevic got a text asking him to take his Queensland neighbour’s bins out. So the 54-year-old Mackay photographer took wheelie bin number 6 for a spin around the town

    Australian man Carl Stanojevic might be the world’s most considerate neighbour after he was asked to “take the bins out” and dutifully followed the request – to the letter.

    The practical joke began when the 54-year-old photographer from Mackay, in Queensland, received a late-night text message from his neighbour, Nick Doherty – who works remotely – asking if Stanojevic “would be able to take my bins out please”.

    Continue reading...", + "content": "

    Carl Stanojevic got a text asking him to take his Queensland neighbour’s bins out. So the 54-year-old Mackay photographer took wheelie bin number 6 for a spin around the town

    Australian man Carl Stanojevic might be the world’s most considerate neighbour after he was asked to “take the bins out” and dutifully followed the request – to the letter.

    The practical joke began when the 54-year-old photographer from Mackay, in Queensland, received a late-night text message from his neighbour, Nick Doherty – who works remotely – asking if Stanojevic “would be able to take my bins out please”.

    Continue reading...", + "category": "Queensland", + "link": "https://www.theguardian.com/australia-news/2021/dec/24/australian-man-asked-his-neighbour-to-take-the-bins-out-so-he-did-literally", + "creator": "Royce Kurmelovs", + "pubDate": "2021-12-24T06:28:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196666,17 +222436,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "06a6b0700e9bfc6003ef0b500700b8a2", - "highlights": [] + "hash": "7f8e91aa90ef135cfdcf5ff66496017c" }, { - "title": "‘Turning point for Europe’: Macron takes EU helm as French election looms", - "description": "

    France takes over EU presidency, with Macron announcing an ambitious agenda while eyeing domestic re-election

    Emmanuel Macron has declared “the year 2022 must be a turning point for Europe” as France took over the rotating presidency of the European Union.

    In a New Year’s Eve national address, the French president hailed the EU’s role during the Covid-19 crisis and announced an ambitious agenda for the bloc that could also serve his domestic campaign for re-election.

    Continue reading...", - "content": "

    France takes over EU presidency, with Macron announcing an ambitious agenda while eyeing domestic re-election

    Emmanuel Macron has declared “the year 2022 must be a turning point for Europe” as France took over the rotating presidency of the European Union.

    In a New Year’s Eve national address, the French president hailed the EU’s role during the Covid-19 crisis and announced an ambitious agenda for the bloc that could also serve his domestic campaign for re-election.

    Continue reading...", - "category": "Emmanuel Macron", - "link": "https://www.theguardian.com/world/2022/jan/01/turning-point-for-europe-macron-takes-eu-helm-as-french-election-looms", - "creator": "Agence France-Presse", - "pubDate": "2022-01-01T04:57:51Z", + "title": "UK hits new Covid record again with more than 120,000 daily cases", + "description": "

    Latest data shows one in 35 people at home had Covid this week in England, rising to one in 20 in London

    A total of 122,186 reported daily coronavirus cases have been recorded as of 9am Friday, according to the latest government figures, another record number of cases in a single day.

    The government said a further 1,171 people were hospitalised with the virus and 137 people had died within 28 days of testing positive for Covid.

    Continue reading...", + "content": "

    Latest data shows one in 35 people at home had Covid this week in England, rising to one in 20 in London

    A total of 122,186 reported daily coronavirus cases have been recorded as of 9am Friday, according to the latest government figures, another record number of cases in a single day.

    The government said a further 1,171 people were hospitalised with the virus and 137 people had died within 28 days of testing positive for Covid.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/24/uk-hits-new-covid-record-again-more-than-120000-cases-recorded", + "creator": "Jane Clinton", + "pubDate": "2021-12-24T16:12:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196688,17 +222457,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0f9b7b8d243b416b6adf5da3eca2aa4e", - "highlights": [] + "hash": "4ea8d056fcfae830256c5214489070a2" }, { - "title": "North Korea’s Kim Jong-un warns of ‘life-and-death struggle’ in 10th anniversary speech", - "description": "

    Kim’s focus on food and factories rather than nuclear weapons or US underscores country’s economic crisis

    The North Korean leader, Kim Jong-un, has capped off his 10th year in power with a speech that made more mention of tractor factories and school uniforms than nuclear weapons or the United States.

    North Korea’s main goals for 2022 will be jump-starting economic development and improving people’s lives as it faces a “great life-and-death struggle”, Kim told a meeting of the ruling party’s central committee on Friday.

    Continue reading...", - "content": "

    Kim’s focus on food and factories rather than nuclear weapons or US underscores country’s economic crisis

    The North Korean leader, Kim Jong-un, has capped off his 10th year in power with a speech that made more mention of tractor factories and school uniforms than nuclear weapons or the United States.

    North Korea’s main goals for 2022 will be jump-starting economic development and improving people’s lives as it faces a “great life-and-death struggle”, Kim told a meeting of the ruling party’s central committee on Friday.

    Continue reading...", - "category": "North Korea", - "link": "https://www.theguardian.com/world/2022/jan/01/north-koreas-kim-jong-un-warns-of-life-and-death-struggle-in-10th-anniversary-speech", - "creator": "Reuters", - "pubDate": "2022-01-01T01:41:04Z", + "title": "My winter of love: I was not expecting a hot first date. Then I found love in a terrible pub", + "description": "

    Ten years after my dad died, I felt rudderless – a manchild still making sense of life. But suddenly, surprisingly, I met someone with whom I had an immediate bond

    For most of the winter of 2011-12, I was a slightly reluctant member of the Guardian’s spin-off dating site, Guardian Soulmates. I was still in my 20s, just about, and pouring the energy and naivety of youth into a busy social life, a career as a writer of newsprint ephemera and a room in a shared flat. I think I was also a bit lonely and rudderless – a manchild still making sense of life 10 years after the sudden death of my dad. Whatever it was, something was missing.

    By late February, I had been on half a dozen first dates – and no second dates. I was getting tired of the whole thing. It was all so procedural. But I’d agreed to meet a girl called Jess, whose profile handle – “good_grammar_is_hot” – had somehow not entirely put me off.

    Continue reading...", + "content": "

    Ten years after my dad died, I felt rudderless – a manchild still making sense of life. But suddenly, surprisingly, I met someone with whom I had an immediate bond

    For most of the winter of 2011-12, I was a slightly reluctant member of the Guardian’s spin-off dating site, Guardian Soulmates. I was still in my 20s, just about, and pouring the energy and naivety of youth into a busy social life, a career as a writer of newsprint ephemera and a room in a shared flat. I think I was also a bit lonely and rudderless – a manchild still making sense of life 10 years after the sudden death of my dad. Whatever it was, something was missing.

    By late February, I had been on half a dozen first dates – and no second dates. I was getting tired of the whole thing. It was all so procedural. But I’d agreed to meet a girl called Jess, whose profile handle – “good_grammar_is_hot” – had somehow not entirely put me off.

    Continue reading...", + "category": "Online dating", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/24/my-winter-of-love-hot-first-date-terrible-pub", + "creator": "Simon Usborne", + "pubDate": "2021-12-24T06:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196710,17 +222478,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "862b5cc062fac177fcd5c0441493f729", - "highlights": [] + "hash": "1f1d21825cd50fe1343a332db3940160" }, { - "title": "UK government’s Covid advisers enduring ‘tidal waves of abuse’", - "description": "

    Exclusive: Guardian survey shows level of intimidation, including death threats, against scientific and medical advisers

    The “appalling” scale of abuse, intimidation and threatening behaviour directed at the UK government’s scientific and medical advisers has been laid bare in a Guardian survey of experts working on the pandemic.

    Dozens of UK advisers described incidents ranging from coordinated online attacks to death threats and acts of intimidation, such as photos being taken of their homes and shared online and suspicious packages arriving in the post, some containing items with messages scrawled on them.

    Continue reading...", - "content": "

    Exclusive: Guardian survey shows level of intimidation, including death threats, against scientific and medical advisers

    The “appalling” scale of abuse, intimidation and threatening behaviour directed at the UK government’s scientific and medical advisers has been laid bare in a Guardian survey of experts working on the pandemic.

    Dozens of UK advisers described incidents ranging from coordinated online attacks to death threats and acts of intimidation, such as photos being taken of their homes and shared online and suspicious packages arriving in the post, some containing items with messages scrawled on them.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/31/uk-governments-covid-advisers-enduring-tidal-waves-of-abuse", - "creator": "Ian Sample Science editor", - "pubDate": "2021-12-31T18:00:26Z", + "title": "Tagging migrants likely to be another failed plan to stop Channel crossings", + "description": "

    Over 27,000 people crossed from France this year and campaigners say a safe, legal way to claim asylum is needed to get the number down

    The home secretary, Priti Patel, has repeatedly promised to curb the number of people arriving on UK shores in small boats by making this route “unviable” but more than 27,000 refugees have crossed the Channel this way, up from 8,500 in 2020.

    The Home Office is now planning to introduce a tagging scheme for asylum seekers after a reportedly “exasperated” Boris Johnson ordered a review. It is the latest proposal in a string of ideas aimed at clamping down on small boat arrivals, none of which have been successful at curbing numbers so far.

    Continue reading...", + "content": "

    Over 27,000 people crossed from France this year and campaigners say a safe, legal way to claim asylum is needed to get the number down

    The home secretary, Priti Patel, has repeatedly promised to curb the number of people arriving on UK shores in small boats by making this route “unviable” but more than 27,000 refugees have crossed the Channel this way, up from 8,500 in 2020.

    The Home Office is now planning to introduce a tagging scheme for asylum seekers after a reportedly “exasperated” Boris Johnson ordered a review. It is the latest proposal in a string of ideas aimed at clamping down on small boat arrivals, none of which have been successful at curbing numbers so far.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/dec/24/tagging-migrants-likely-to-be-another-failed-plan-to-stop-channel-crossings", + "creator": "Jedidajah Otte", + "pubDate": "2021-12-24T17:33:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196732,17 +222499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a801499b2ec8fc07446144783cc3cd0", - "highlights": [] + "hash": "ccad0b58b670c95a3438a867d4926783" }, { - "title": "EU countries cut Covid isolation periods in Omicron balancing act", - "description": "

    Ireland latest to change guidance for boosted, as surge across continent threatens economic paralysis

    Ireland has become the latest EU country to cut the isolation period for many people who contract Covid-19, as record infection numbers spark fears of crippling staff shortages in essential public services, as well as retail and hospitality venues.

    Spain, Portugal and Greece reduced isolation times this week while others, such as Germany and France, are considering doing so and Italy cut its quarantine for fully vaccinated people who come into contact with someone who has tested positive.

    Continue reading...", - "content": "

    Ireland latest to change guidance for boosted, as surge across continent threatens economic paralysis

    Ireland has become the latest EU country to cut the isolation period for many people who contract Covid-19, as record infection numbers spark fears of crippling staff shortages in essential public services, as well as retail and hospitality venues.

    Spain, Portugal and Greece reduced isolation times this week while others, such as Germany and France, are considering doing so and Italy cut its quarantine for fully vaccinated people who come into contact with someone who has tested positive.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/31/omicron-covid-eu-countries-cut-period", - "creator": "Jon Henley Europe correspondent", - "pubDate": "2021-12-31T12:57:21Z", + "title": "Book It In: Kathryn Heyman on fury, trauma and personal transformation", + "description": "

    In this episode of our new podcast Book It In, features editor Lucy Clark talks to Kathryn Heyman about the indignities that women endure throughout their lives and the craft of writing a memoir

    Hear more episodes of Book It In here

    Fury is published by Allen & Unwin.

    Continue reading...", + "content": "

    In this episode of our new podcast Book It In, features editor Lucy Clark talks to Kathryn Heyman about the indignities that women endure throughout their lives and the craft of writing a memoir

    Hear more episodes of Book It In here

    Fury is published by Allen & Unwin.

    Continue reading...", + "category": "Australian books", + "link": "https://www.theguardian.com/australia-news/audio/2021/dec/25/book-it-in-kathryn-heyman-on-fury-trauma-and-personal-transformation", + "creator": "Interview by Lucy Clark with Kathryn Heyman. Produced by Allison Chan and Daniel Semo. Executive producers Gabrielle Jackson and Melanie Tait", + "pubDate": "2021-12-24T16:30:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196754,17 +222520,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "19db22b3cc5b311be03828020c23fbe9", - "highlights": [] + "hash": "44f66f79511f2f0899541bfbbe36c047" }, { - "title": "Blind date: ‘Max has a penchant for doctors, so in a few years I’ll qualify for another date’", - "description": "

    Max, 28, learning and development director, meets Joe, 26, PhD student

    Max on Joe

    What were you hoping for?
    Someone funny and up for a good time. In a perfect world a doctor – we can all dream.

    Continue reading...", - "content": "

    Max, 28, learning and development director, meets Joe, 26, PhD student

    Max on Joe

    What were you hoping for?
    Someone funny and up for a good time. In a perfect world a doctor – we can all dream.

    Continue reading...", - "category": "Dating", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/blind-date-max-joe", - "creator": "", - "pubDate": "2022-01-01T06:00:41Z", + "title": "Saving Roe v Wade is not just a US battle but one for women across the Americas | Mariana Prandini Assis", + "description": "

    US conservatives’ campaign to undermine the landmark ruling threatens progress in reproductive freedom in Latin America

    As the US supreme court prepares to decide a case that could deny women the right to abortion in much of the US, Latin American activists like me are holding our collective breaths.

    The continent has some of the most restrictive abortion laws in the world, in spite of recent progressive reforms in the past decade in countries including Uruguay and Argentina.

    Continue reading...", + "content": "

    US conservatives’ campaign to undermine the landmark ruling threatens progress in reproductive freedom in Latin America

    As the US supreme court prepares to decide a case that could deny women the right to abortion in much of the US, Latin American activists like me are holding our collective breaths.

    The continent has some of the most restrictive abortion laws in the world, in spite of recent progressive reforms in the past decade in countries including Uruguay and Argentina.

    Continue reading...", + "category": "Reproductive rights", + "link": "https://www.theguardian.com/global-development/2021/dec/22/saving-roe-v-wade-is-not-just-a-us-battle-but-one-for-women-across-the-americas", + "creator": "Mariana Prandini Assis", + "pubDate": "2021-12-22T09:30:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196776,17 +222541,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c51a2c44a7fa911d4904fe62b18fa8d", - "highlights": [] + "hash": "e47e02857e0fc31c5e079ef0ea013ec7" }, { - "title": "‘She understood her power’: the death of mafia boss Pupetta Maresca", - "description": "

    Naples authorities refuse a public send-off for the convicted murderer known as Lady Camorra

    No crowds attended the cortege for Assunta Maresca, better known as Pupetta Maresca, who died at home this week in Castellammare di Stabia aged 86. Maresca, a convicted murderer and mafia boss also known as Lady Camorra, had been the centre of such frenzied media attention in her life that Naples authorities declared she would not have a public send-off.

    “We are seeing on social media a glorification of this woman who is a symbol of the Camorra in our neighbourhood,” Francesco Emilio Borrelli, a regional councillor for the Europa Verde party, said in a letter to the Naples police. “The mythologising of bosses is to be avoided at all costs.”

    Continue reading...", - "content": "

    Naples authorities refuse a public send-off for the convicted murderer known as Lady Camorra

    No crowds attended the cortege for Assunta Maresca, better known as Pupetta Maresca, who died at home this week in Castellammare di Stabia aged 86. Maresca, a convicted murderer and mafia boss also known as Lady Camorra, had been the centre of such frenzied media attention in her life that Naples authorities declared she would not have a public send-off.

    “We are seeing on social media a glorification of this woman who is a symbol of the Camorra in our neighbourhood,” Francesco Emilio Borrelli, a regional councillor for the Europa Verde party, said in a letter to the Naples police. “The mythologising of bosses is to be avoided at all costs.”

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2021/dec/31/she-understood-her-power-the-death-of-mafia-boss-pupetta-maresca", - "creator": "Clare Longrigg", - "pubDate": "2021-12-31T17:39:07Z", + "title": "Christmas Eve travel chaos as airlines cancel more than 2,000 flights", + "description": "

    Passengers returning home for Christmas face disruption as Omicron leaves airlines short-staffed

    Passengers travelling home for Christmas have been hit with disruption worldwide after airline companies cancelled more than 2,000 flights on Friday, according to a flight tracking website.

    The surge of Christmas Eve cancellations came as the rapidly spreading Omicron coronavirus variant meant carriers were unable to staff their flights.

    Continue reading...", + "content": "

    Passengers returning home for Christmas face disruption as Omicron leaves airlines short-staffed

    Passengers travelling home for Christmas have been hit with disruption worldwide after airline companies cancelled more than 2,000 flights on Friday, according to a flight tracking website.

    The surge of Christmas Eve cancellations came as the rapidly spreading Omicron coronavirus variant meant carriers were unable to staff their flights.

    Continue reading...", + "category": "Airline industry", + "link": "https://www.theguardian.com/world/2021/dec/24/christmas-eve-travel-chaos-as-airlines-cancel-more-than-2000-flights", + "creator": "Clea Skopeliti", + "pubDate": "2021-12-24T14:13:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196798,17 +222562,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd98f42a3337616206981c1be041ee29", - "highlights": [] + "hash": "c25502c2f92c93b7917e63846af24f8b" }, { - "title": "Be bad, better – from anger to laziness, how to put your worst habits to good use", - "description": "

    Forget new year resolutions and stop striving to be someone you’re not. It’s time to embrace your messy, imperfect, soft-bellied self

    We have the Babylonians to blame for making the new year a festival of self-flagellation – although their resolutions were more about appeasing gods than weight loss or cutting back on booze. (Sensibly, they carried out their rituals in spring in the Middle East, not the meteorological hellscape that is a British January.) John Wesley, the founder of Methodism, rekindled the idea in 1740, with an annual new year’s service of resolution – his included a promise never to laugh, which might explain why we also choose punishment over joy.

    But it doesn’t have to be this way. What if, instead of being motivated by guilt and shame, we leverage our worst habits to serve us better? By being intelligently, purposely lazier; less mindful, disorganised, slower (and with a bit of self-compassion), we might actually be more successful, productive and happier – but on our own terms. Here’s how.

    Continue reading...", - "content": "

    Forget new year resolutions and stop striving to be someone you’re not. It’s time to embrace your messy, imperfect, soft-bellied self

    We have the Babylonians to blame for making the new year a festival of self-flagellation – although their resolutions were more about appeasing gods than weight loss or cutting back on booze. (Sensibly, they carried out their rituals in spring in the Middle East, not the meteorological hellscape that is a British January.) John Wesley, the founder of Methodism, rekindled the idea in 1740, with an annual new year’s service of resolution – his included a promise never to laugh, which might explain why we also choose punishment over joy.

    But it doesn’t have to be this way. What if, instead of being motivated by guilt and shame, we leverage our worst habits to serve us better? By being intelligently, purposely lazier; less mindful, disorganised, slower (and with a bit of self-compassion), we might actually be more successful, productive and happier – but on our own terms. Here’s how.

    Continue reading...", - "category": "New year", - "link": "https://www.theguardian.com/lifeandstyle/2022/jan/01/be-bad-better-from-anger-to-laziness-how-to-put-your-worst-habits-to-good-use", - "creator": "Rebecca Seal", - "pubDate": "2022-01-01T07:00:42Z", + "title": "Two Hong Kong universities remove Tiananmen artworks after Pillar of Shame dismantled", + "description": "

    CUHK’s Goddess of Democracy and a sculpture at Lingnan University were removed overnight as authorities move to erase memorials to the massacre

    Two more Hong Kong universities have removed works of art marking Beijing’s deadly 1989 crackdown on Tiananmen Square democracy protesters, as authorities move to erase memorials to the event.

    The removals come a day after Hong Kong’s oldest university took down a statue named the Pillar of Shame, commemorating the events of 1989, sparking outcry by activists and dissident artists in the city and abroad.

    Continue reading...", + "content": "

    CUHK’s Goddess of Democracy and a sculpture at Lingnan University were removed overnight as authorities move to erase memorials to the massacre

    Two more Hong Kong universities have removed works of art marking Beijing’s deadly 1989 crackdown on Tiananmen Square democracy protesters, as authorities move to erase memorials to the event.

    The removals come a day after Hong Kong’s oldest university took down a statue named the Pillar of Shame, commemorating the events of 1989, sparking outcry by activists and dissident artists in the city and abroad.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/24/two-hong-kong-universities-remove-tiananmen-artworks-after-pillar-of-shame-dismantled", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-24T03:22:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196820,17 +222583,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "604391e450646ac331898e723fc4b039", - "highlights": [] + "hash": "d43bbd286e7966aae0260d39af67e07d" }, { - "title": "Evergrande: ‘Everyone bet on inexorably rising Chinese property prices’", - "description": "

    Developers owe $19.8bn in dollar-denominated offshore debt in the first three months of the year as issues that blighted Evergrande spread

    The crisis engulfing the Chinese property sector appears certain to intensify in 2022 as companies face debt repayments in the new year that are double those of the final months of 2021, risking what one China expert calls a systemic crisis for the world’s second-biggest economy.

    Although concerns about the stricken giant China Evergrande have receded in recent weeks behind a massive state-led restructuring operation, it missed a bond repayment of $255m (£190m) on Thursday and the debt problems that have pushed the second biggest developer in the country into default are blighting many other firms.

    Continue reading...", - "content": "

    Developers owe $19.8bn in dollar-denominated offshore debt in the first three months of the year as issues that blighted Evergrande spread

    The crisis engulfing the Chinese property sector appears certain to intensify in 2022 as companies face debt repayments in the new year that are double those of the final months of 2021, risking what one China expert calls a systemic crisis for the world’s second-biggest economy.

    Although concerns about the stricken giant China Evergrande have receded in recent weeks behind a massive state-led restructuring operation, it missed a bond repayment of $255m (£190m) on Thursday and the debt problems that have pushed the second biggest developer in the country into default are blighting many other firms.

    Continue reading...", - "category": "Chinese economy", - "link": "https://www.theguardian.com/business/2021/dec/31/evergrande-chinese-property-sectors-debt-crisis-to-intensify-in-2022", - "creator": "Martin Farrer", - "pubDate": "2021-12-31T14:18:46Z", + "title": "Girl, three, dies in hospital after car crash in Birmingham", + "description": "

    Police appeal for witnesses and dashcam footage after vehicle hits fence and rolls over in Yardley area of city

    A three-year-old girl has died in hospital after she was seriously injured when a car crashed into a fence and rolled over.

    Police said the girl died on Thursday, a day after being taken to Birmingham Children’s hospital in a critical condition.

    Continue reading...", + "content": "

    Police appeal for witnesses and dashcam footage after vehicle hits fence and rolls over in Yardley area of city

    A three-year-old girl has died in hospital after she was seriously injured when a car crashed into a fence and rolled over.

    Police said the girl died on Thursday, a day after being taken to Birmingham Children’s hospital in a critical condition.

    Continue reading...", + "category": "Birmingham", + "link": "https://www.theguardian.com/uk-news/2021/dec/24/girl-3-dies-in-hospital-after-car-crash-in-birmingham", + "creator": "PA Media", + "pubDate": "2021-12-24T15:19:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196842,17 +222604,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1476410c2aaf3daa48bea83b0c602498", - "highlights": [] + "hash": "54d59f2950c184afade51693ea934772" }, { - "title": "From Queen’s jubilee to Qatar World Cup: the big dates of 2022", - "description": "

    Elections in Hong Kong, France and Brazil, independence milestones, Abba gigs and Cop27

    France assumes European Council presidency.

    The Regional Comprehensive Economic Partnership (RCEP), the world’s largest trade deal, comes into force.

    Full border controls on UK imports from the EU to be introduced.

    Germany takes over the G7 presidency.

    France brings in ban on plastic packaging for many fruits and vegetables

    National Security and Investment Act comes into force in UK.

    Africa Cup of Nations in Cameroon.

    Golden Globes ceremony.

    Davos World Economic Forum was scheduled to start, but has now been postponed to the summer because of the Omicron variant of Covid 19

    Celtic Connections in Glasgow.

    Holocaust Memorial Day.

    Australian Open tennis in Melbourne.

    Women’s Ashes.

    Portuguese parliamentary election.

    Bloody Sunday 50th anniversary.

    Grammys ceremony.

    Joe Biden’s first state of the union.

    Nasa to send an uncrewed flight around the moon.

    Lunar new year. The year of the tiger begins.

    UK monetary policy committee holds first interest rate meeting of the year, after hiking rates in December amid concerns over rising inflation.

    Beijing Winter Olympics.

    Six Nations Championship begins.

    The Queen celebrates her platinum jubilee, marking 70 years on the throne.

    Brit awards.

    Super Bowl LVI, in Inglewood, California.

    Latest IPCC working group report due on impact of climate crisis.

    Rio carnival.

    Continue reading...", - "content": "

    Elections in Hong Kong, France and Brazil, independence milestones, Abba gigs and Cop27

    France assumes European Council presidency.

    The Regional Comprehensive Economic Partnership (RCEP), the world’s largest trade deal, comes into force.

    Full border controls on UK imports from the EU to be introduced.

    Germany takes over the G7 presidency.

    France brings in ban on plastic packaging for many fruits and vegetables

    National Security and Investment Act comes into force in UK.

    Africa Cup of Nations in Cameroon.

    Golden Globes ceremony.

    Davos World Economic Forum was scheduled to start, but has now been postponed to the summer because of the Omicron variant of Covid 19

    Celtic Connections in Glasgow.

    Holocaust Memorial Day.

    Australian Open tennis in Melbourne.

    Women’s Ashes.

    Portuguese parliamentary election.

    Bloody Sunday 50th anniversary.

    Grammys ceremony.

    Joe Biden’s first state of the union.

    Nasa to send an uncrewed flight around the moon.

    Lunar new year. The year of the tiger begins.

    UK monetary policy committee holds first interest rate meeting of the year, after hiking rates in December amid concerns over rising inflation.

    Beijing Winter Olympics.

    Six Nations Championship begins.

    The Queen celebrates her platinum jubilee, marking 70 years on the throne.

    Brit awards.

    Super Bowl LVI, in Inglewood, California.

    Latest IPCC working group report due on impact of climate crisis.

    Rio carnival.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/2022/jan/01/jubilee-world-cup-big-dates-events-of-2022", - "creator": "Richard Nelsson", - "pubDate": "2022-01-01T04:00:38Z", + "title": "‘The need is still there’: last young refugees arrive in UK as family reunion route closes", + "description": "

    Activists lament that a safe, legal way into Britain has closed with Brexit, when stranded children need it as much as ever

    ‘When I was a child in Afghanistan I loved to watch my uncle play chess. Now I have joined the local club here.” Samir is grinning as he talks about settling into life on England’s south coast. “I’m very happy here, just being with my family, going for walks to look at the Christmas lights. It’s really beautiful.”

    After arriving in Greece alone two years ago, when he was just 16, and spending many months homeless and terrified in the port city of Patras, Samir recently made a journey that most refugees can only dream about. He said goodbye to the friends he had made in a camp for unaccompanied minors – other teenagers from Somalia, Iraq and Palestine – and travelled safely and legally to join his father and sister in the UK.

    Continue reading...", + "content": "

    Activists lament that a safe, legal way into Britain has closed with Brexit, when stranded children need it as much as ever

    ‘When I was a child in Afghanistan I loved to watch my uncle play chess. Now I have joined the local club here.” Samir is grinning as he talks about settling into life on England’s south coast. “I’m very happy here, just being with my family, going for walks to look at the Christmas lights. It’s really beautiful.”

    After arriving in Greece alone two years ago, when he was just 16, and spending many months homeless and terrified in the port city of Patras, Samir recently made a journey that most refugees can only dream about. He said goodbye to the friends he had made in a camp for unaccompanied minors – other teenagers from Somalia, Iraq and Palestine – and travelled safely and legally to join his father and sister in the UK.

    Continue reading...", + "category": "Refugees", + "link": "https://www.theguardian.com/global-development/2021/dec/22/last-young-refugees-arrive-in-uk-as-family-reunion-route-closes", + "creator": "Harriet Grant", + "pubDate": "2021-12-22T06:30:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196864,17 +222625,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ddcd23c5b2a520485a50547b9a86960", - "highlights": [] + "hash": "1c007448e8c910b83644f26c3b05ccf5" }, { - "title": "Billionaire Tory donor knighted in new year honours list", - "description": "

    Boris Johnson accused of ‘wrong priorities’ after David Winton Harding given award for services to philanthropy

    New year honours feature Covid experts alongside actors and Olympians

    A billionaire hedge fund founder who has given nearly £1.5m to the Conservatives has been knighted in the new year honours list, prompting accusations that Boris Johnson has “the wrong priorities”.

    David Winton Harding, who has been funding the Tories since 2006, was given the award for services to philanthropy.

    Continue reading...", - "content": "

    Boris Johnson accused of ‘wrong priorities’ after David Winton Harding given award for services to philanthropy

    New year honours feature Covid experts alongside actors and Olympians

    A billionaire hedge fund founder who has given nearly £1.5m to the Conservatives has been knighted in the new year honours list, prompting accusations that Boris Johnson has “the wrong priorities”.

    David Winton Harding, who has been funding the Tories since 2006, was given the award for services to philanthropy.

    Continue reading...", - "category": "New Year honours list", - "link": "https://www.theguardian.com/uk-news/2021/dec/31/billionaire-tory-donor-david-winton-harding-knighted-in-new-year-honours", - "creator": "Rowena Mason Deputy political editor", - "pubDate": "2021-12-31T22:30:32Z", + "title": "As US west braces for omicron surge, leaders take a hands-off approach", + "description": "

    Experts call for public health measures beyond vaccines as health workers describe a ‘war zone’

    As the highly transmissible Omicron variant began to surge across Colorado this month, Governor Jared Polis adopted a laissez-faire tone. Asked in a radio interview about the possibility of reinstating a statewide mask mandate, he replied that, with Covid vaccines now widely available, getting sick was the “own darn fault” of the unvaccinated.

    But health workers at hospitals in parts of Colorado that have been overwhelmed by coronavirus patients in recent weeks say they’re bracing for even worse.

    Continue reading...", + "content": "

    Experts call for public health measures beyond vaccines as health workers describe a ‘war zone’

    As the highly transmissible Omicron variant began to surge across Colorado this month, Governor Jared Polis adopted a laissez-faire tone. Asked in a radio interview about the possibility of reinstating a statewide mask mandate, he replied that, with Covid vaccines now widely available, getting sick was the “own darn fault” of the unvaccinated.

    But health workers at hospitals in parts of Colorado that have been overwhelmed by coronavirus patients in recent weeks say they’re bracing for even worse.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/24/us-hospitals-omicron-covid-colorado-california", + "creator": "Maanvi Singh in San Francisco", + "pubDate": "2021-12-24T11:00:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196886,17 +222646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5350081c6ce8f7a6efa24a7cb0eb9055", - "highlights": [] + "hash": "379fa3f51a1a37c1a7fd11d3973ed1dd" }, { - "title": "Germany buoyed by data from abroad amid Omicron spread", - "description": "

    Covid expert hopeful about signs variant makes people less ill but warns restrictions still needed

    Germany’s leading coronavirus expert has expressed optimism that his country could expect a “relatively normal” winter in 2022, after data from other countries firmed up the impression that infections with the Omicron variant of Covid-19 could be milder than Delta.

    Christian Drosten, who heads up the institute of virology at Berlin’s Charité hospital, told public broadcaster ZDF that Omicron had the potential to take the pandemic into an “endemic situation”, where the virus that has brought the world to a standstill could be more comparable to a common cold or flu virus.

    Continue reading...", - "content": "

    Covid expert hopeful about signs variant makes people less ill but warns restrictions still needed

    Germany’s leading coronavirus expert has expressed optimism that his country could expect a “relatively normal” winter in 2022, after data from other countries firmed up the impression that infections with the Omicron variant of Covid-19 could be milder than Delta.

    Christian Drosten, who heads up the institute of virology at Berlin’s Charité hospital, told public broadcaster ZDF that Omicron had the potential to take the pandemic into an “endemic situation”, where the virus that has brought the world to a standstill could be more comparable to a common cold or flu virus.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/31/germany-buoyed-by-data-from-abroad-amid-omicron-spread", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-12-31T12:48:55Z", + "title": "Girl, 3, dies in hospital after car crash in Birmingham", + "description": "

    Police appeal for witnesses and dash cam footage after vehicle hits fence and rolls over in Yardley area of city

    A three-year-old girl has died in hospital after she was seriously injured when a car crashed into a fence and rolled over.

    Police said the girl died on Thursday, a day after being taken to Birmingham Children’s hospital in a critical condition.

    Continue reading...", + "content": "

    Police appeal for witnesses and dash cam footage after vehicle hits fence and rolls over in Yardley area of city

    A three-year-old girl has died in hospital after she was seriously injured when a car crashed into a fence and rolled over.

    Police said the girl died on Thursday, a day after being taken to Birmingham Children’s hospital in a critical condition.

    Continue reading...", + "category": "Birmingham", + "link": "https://www.theguardian.com/uk-news/2021/dec/24/girl-3-dies-in-hospital-after-car-crash-in-birmingham", + "creator": "PA Media", + "pubDate": "2021-12-24T15:19:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196908,17 +222667,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0182aa16e4f594ef55d8bad2c8ba460", - "highlights": [] + "hash": "7cee35d8a2fbf53a388b5e43cd264f24" }, { - "title": "New Year’s Eve 2021: celebrations around the world amid concern over Covid – live updates", - "description": "

    Latest updates as fireworks and parties make a comeback around the world following a year of lockdowns and new variants

    Over in Sydney, they enjoy the fireworks so much that they hold two displays. The city in Australia is not due to see in the New Year for a couple of hours yet – but holds two sets of shows. The first one was let off at 9pm local time, with another due later as the clock strikes midnight.

    They took place in the city’s famous harbour, against the backdrop of the Opera House.

    Continue reading...", - "content": "

    Latest updates as fireworks and parties make a comeback around the world following a year of lockdowns and new variants

    Over in Sydney, they enjoy the fireworks so much that they hold two displays. The city in Australia is not due to see in the New Year for a couple of hours yet – but holds two sets of shows. The first one was let off at 9pm local time, with another due later as the clock strikes midnight.

    They took place in the city’s famous harbour, against the backdrop of the Opera House.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/live/2021/dec/31/new-years-eve-2021-celebrations-around-the-world-amid-concern-over-covid-live-updates", - "creator": "Harry Taylor", - "pubDate": "2021-12-31T11:35:47Z", + "title": "The world on screen: the year’s best movies from Africa, Asia and Latin America", + "description": "

    From a Somali love story to a deep dive into Congolese rumba, Guardian writers pick their favourite recent world cinema releases

    The Great Indian Kitchen

    Continue reading...", + "content": "

    From a Somali love story to a deep dive into Congolese rumba, Guardian writers pick their favourite recent world cinema releases

    The Great Indian Kitchen

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/24/the-world-on-screen-the-years-best-movies-from-africa-asia-and-latin-america", + "creator": "Guardian writers", + "pubDate": "2021-12-24T15:00:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196930,17 +222688,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdbff775fd57074faec048ec67f89b9a", - "highlights": [] + "hash": "d14151fea254780f1706971e3ad35886" }, { - "title": "Hundreds pay respects to Desmond Tutu ahead of low-key funeral", - "description": "

    Mourners queue in Cape Town to see casket of former archbishop, who requested a funeral without lavish expense

    Hundreds of mourners queued outside Saint George’s cathedral in Cape Town, waiting to pay their respects before the plain wooden casket bearing the remains of Archbishop Desmond Tutu, who died six days ago aged 90.

    Clerics, family members, close friends and dignitaries will attend a requiem mass for Tutu, the icon of the fight for freedom in South Africa, on Saturday morning. Their numbers will be restricted due to Covid regulations. President Cyril Ramaphosa is expected to read a eulogy.

    Continue reading...", - "content": "

    Mourners queue in Cape Town to see casket of former archbishop, who requested a funeral without lavish expense

    Hundreds of mourners queued outside Saint George’s cathedral in Cape Town, waiting to pay their respects before the plain wooden casket bearing the remains of Archbishop Desmond Tutu, who died six days ago aged 90.

    Clerics, family members, close friends and dignitaries will attend a requiem mass for Tutu, the icon of the fight for freedom in South Africa, on Saturday morning. Their numbers will be restricted due to Covid regulations. President Cyril Ramaphosa is expected to read a eulogy.

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/2021/dec/31/desmond-tutu-funeral-hundreds-pay-respects", - "creator": "Jason Burke Cape Town", - "pubDate": "2021-12-31T13:51:11Z", + "title": "Andrew Cuomo won’t be charged for allegedly touching state trooper", + "description": "

    Female trooper said she felt ‘completely violated’ by former New York governor’s unwanted touching at event in September 2019

    Former New York governor Andrew Cuomo won’t face criminal charges after a female state trooper said she felt “completely violated” by his unwanted touching at an event in September 2019, a Long Island prosecutor announced.

    Acting Nassau county district attorney Joyce Smith said in a statement that an investigation found the allegations against Cuomo “credible, deeply troubling, but not criminal under New York law”.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "content": "

    Female trooper said she felt ‘completely violated’ by former New York governor’s unwanted touching at event in September 2019

    Former New York governor Andrew Cuomo won’t face criminal charges after a female state trooper said she felt “completely violated” by his unwanted touching at an event in September 2019, a Long Island prosecutor announced.

    Acting Nassau county district attorney Joyce Smith said in a statement that an investigation found the allegations against Cuomo “credible, deeply troubling, but not criminal under New York law”.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "category": "Andrew Cuomo", + "link": "https://www.theguardian.com/us-news/2021/dec/24/andrew-cuomo-wont-be-charged-touching-state-trooper", + "creator": "Associated Press", + "pubDate": "2021-12-24T15:23:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196952,17 +222709,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4d0c242e60b8f940f8074cdbc0d0a40", - "highlights": [] + "hash": "4b2c3e20bf50e5b0d7c1f3d5ed90c52e" }, { - "title": "Colorado winter wildfires destroy hundreds of homes as thousands flee", - "description": "

    Gusts of up to 105 mph whipped up flames, destroying hundreds of homes and prompting the governor to declare a state of emergency

    Two fast-moving wildfires driven by strong winds erupted in northern Colorado on Thursday afternoon, destroying close to 600 homes and forcing tens of thousands of residents to flee.

    At least one first responder and six others were injured, though Boulder County Sheriff Joe Pelle acknowledged there could be more injuries and deaths could be possible due to the intensity of fires that quickly swept across the region as winds gusted up to 105 mph (169 km/h).

    Continue reading...", - "content": "

    Gusts of up to 105 mph whipped up flames, destroying hundreds of homes and prompting the governor to declare a state of emergency

    Two fast-moving wildfires driven by strong winds erupted in northern Colorado on Thursday afternoon, destroying close to 600 homes and forcing tens of thousands of residents to flee.

    At least one first responder and six others were injured, though Boulder County Sheriff Joe Pelle acknowledged there could be more injuries and deaths could be possible due to the intensity of fires that quickly swept across the region as winds gusted up to 105 mph (169 km/h).

    Continue reading...", - "category": "Colorado", - "link": "https://www.theguardian.com/us-news/2021/dec/30/colorado-wildfires-evacuations-latest", - "creator": "Gabrielle Canon", - "pubDate": "2021-12-31T11:53:54Z", + "title": "Airport chaos as Christmas flights cancelled over Covid surge – as it happened", + "description": "

    Labor MP Jim Chalmers was up and about on breakfast television earlier today, expressing shock at NSW premier Dominic Perrottet’s slow limp to reintroducing mask mandates.

    He said mask mandates were just “common sense” right now:

    It’s a bit strange frankly that they held out for so long and in that period we probably lost a bit of ground when it came to tracing and tracking outbreaks of the virus, particularly the new strain.

    It’s an interesting thought but it’s not a thought which I think should turn into practice. We have a universal health system ... we care for people who need that care. We should encourage people to get vaccinated, it’s the best thing we can do to protect our health, but I don’t think our health system should discriminate.

    Continue reading...", + "content": "

    Labor MP Jim Chalmers was up and about on breakfast television earlier today, expressing shock at NSW premier Dominic Perrottet’s slow limp to reintroducing mask mandates.

    He said mask mandates were just “common sense” right now:

    It’s a bit strange frankly that they held out for so long and in that period we probably lost a bit of ground when it came to tracing and tracking outbreaks of the virus, particularly the new strain.

    It’s an interesting thought but it’s not a thought which I think should turn into practice. We have a universal health system ... we care for people who need that care. We should encourage people to get vaccinated, it’s the best thing we can do to protect our health, but I don’t think our health system should discriminate.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/24/australia-covid-news-live-mask-mandate-restrictions-sydney-melbourne-morrison-politics-corona-omicron-queensland-hospital-perth-antigen-booster-christmas", + "creator": "Michael McGowan (now) and Cait Kelly and Caitlin Cassidy (earlier)", + "pubDate": "2021-12-24T08:09:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196974,17 +222730,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ac929e38f79924448badae86c4dedb8", - "highlights": [] + "hash": "e1c203c369124ce5a30a3634b3ff57c6" }, { - "title": "Russian foreign minister warns west over ‘aggressive line’ in Ukraine crisis", - "description": "

    Sergei Lavrov says Moscow may be forced to ‘eliminate unacceptable threats to our security’ following Biden-Putin call

    Russia’s top diplomat has warned the west that its “aggressive” approach to Ukraine and threat of sanctions could force Moscow to “eliminate unacceptable threats to our security”, after a high-stakes conversation between Vladimir Putin and Joe Biden failed to deescalate the crisis.

    The remarks by the Russian foreign minister, Sergei Lavrov, were published shortly after the Russian and US presidents held a 50-minute telephone call in which the two sides traded threats regarding tensions over Ukraine.

    Continue reading...", - "content": "

    Sergei Lavrov says Moscow may be forced to ‘eliminate unacceptable threats to our security’ following Biden-Putin call

    Russia’s top diplomat has warned the west that its “aggressive” approach to Ukraine and threat of sanctions could force Moscow to “eliminate unacceptable threats to our security”, after a high-stakes conversation between Vladimir Putin and Joe Biden failed to deescalate the crisis.

    The remarks by the Russian foreign minister, Sergei Lavrov, were published shortly after the Russian and US presidents held a 50-minute telephone call in which the two sides traded threats regarding tensions over Ukraine.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/31/russian-foreign-minister-warns-west-us-ukraine-border-crisis", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-12-31T14:44:39Z", + "title": "MPs throw punches in Ghana parliament over payment tax – video", + "description": "

    MPs grappled with each other in a fight in Ghana's parliament during a proposed tax debate for electronic transactions on Monday. 

    The 1.75% e-levy, which would include taxes on mobile money payments, has been challenged by the opposition for weeks, pushing the national budget announcement back.

    Members of parliament rushed the front of the chamber and started fighting each other after deputy speaker Joseph Osei-Owusu suggested the tax be debated in an urgency procedure

    Continue reading...", + "content": "

    MPs grappled with each other in a fight in Ghana's parliament during a proposed tax debate for electronic transactions on Monday. 

    The 1.75% e-levy, which would include taxes on mobile money payments, has been challenged by the opposition for weeks, pushing the national budget announcement back.

    Members of parliament rushed the front of the chamber and started fighting each other after deputy speaker Joseph Osei-Owusu suggested the tax be debated in an urgency procedure

    Continue reading...", + "category": "Ghana", + "link": "https://www.theguardian.com/world/video/2021/dec/21/mps-throw-punches-in-ghana-parliament-over-payment-tax-video", + "creator": "", + "pubDate": "2021-12-21T16:40:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -196996,17 +222751,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e23ec20bfda8c1b7d2b0b71dec1022d9", - "highlights": [] + "hash": "ea988438b796dd306d449e7f9f5a49f6" }, { - "title": "Sanction-hit Huawei says revenues down 29% this year", - "description": "

    Effects of the US-China trade war felt by the telecom were ‘in line with our forecasts, says chairman Guo Ping

    Chinese telecom giant Huawei said on Friday its annual revenue had fallen by nearly a third from the previous year, as it continued to be weighed down by US sanctions that have hit its smartphone sales.

    Huawei has been caught in the crossfire of a US-China trade and technology rivalry after the administration of former president Donald Trump moved to cripple the company over concerns it could pose a cybersecurity and espionage threat.

    Continue reading...", - "content": "

    Effects of the US-China trade war felt by the telecom were ‘in line with our forecasts, says chairman Guo Ping

    Chinese telecom giant Huawei said on Friday its annual revenue had fallen by nearly a third from the previous year, as it continued to be weighed down by US sanctions that have hit its smartphone sales.

    Huawei has been caught in the crossfire of a US-China trade and technology rivalry after the administration of former president Donald Trump moved to cripple the company over concerns it could pose a cybersecurity and espionage threat.

    Continue reading...", - "category": "Huawei", - "link": "https://www.theguardian.com/technology/2021/dec/31/sanction-hit-huawei-says-revenues-down-29-this-year", - "creator": "Agence France-Presse", - "pubDate": "2021-12-31T06:10:21Z", + "title": "Putin accuses west of ‘coming with its missiles to our doorstep’", + "description": "

    Russian president again voices anger at Nato expansion and says he would be prepared to intervene in Ukraine

    Vladimir Putin has accused the west of “coming with its missiles to our doorstep” as he reiterated demands for no further Nato expansion in Europe.

    The Russian president did little to reduce tensions over Ukraine as he spoke at a televised press conference, saying he would be prepared to launch an intervention if he felt Ukraine or its western allies were preparing an attack on Russia’s proxies in the country.

    Continue reading...", + "content": "

    Russian president again voices anger at Nato expansion and says he would be prepared to intervene in Ukraine

    Vladimir Putin has accused the west of “coming with its missiles to our doorstep” as he reiterated demands for no further Nato expansion in Europe.

    The Russian president did little to reduce tensions over Ukraine as he spoke at a televised press conference, saying he would be prepared to launch an intervention if he felt Ukraine or its western allies were preparing an attack on Russia’s proxies in the country.

    Continue reading...", + "category": "Vladimir Putin", + "link": "https://www.theguardian.com/world/2021/dec/23/putin-accuses-west-coming-with-missiles-doorstep", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-12-23T11:48:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197018,17 +222772,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9954af0c32a733e8d76f6a6728e1127e", - "highlights": [] + "hash": "ed89e5fc6dd7994aefb43d328a5c6bf4" }, { - "title": "Protests over Cristiano Ronaldo statue in former Portuguese colony of Goa", - "description": "

    Local politician says statue is meant to inspire young people, but critics say it is inappropriate

    A statue of Cristiano Ronaldo unveiled in Goa this week has triggered protests by some locals who say Indian footballers should be honoured ahead of one from the country that was Goa’s colonial ruler until 60 years ago.

    The 400kg statue of the Manchester United and Portugal forward was intended to honour “the love of football” and “inspire our youngsters to take football to greater heights”, tweeted a local politician, Michael Lobo.

    Continue reading...", - "content": "

    Local politician says statue is meant to inspire young people, but critics say it is inappropriate

    A statue of Cristiano Ronaldo unveiled in Goa this week has triggered protests by some locals who say Indian footballers should be honoured ahead of one from the country that was Goa’s colonial ruler until 60 years ago.

    The 400kg statue of the Manchester United and Portugal forward was intended to honour “the love of football” and “inspire our youngsters to take football to greater heights”, tweeted a local politician, Michael Lobo.

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/2021/dec/31/protests-over-cristiano-ronaldo-statue-in-former-portuguese-colony-of-goa", - "creator": "Harriet Sherwood", - "pubDate": "2021-12-31T12:58:15Z", + "title": "Intel apologises to China over Xinjiang products and labour directive", + "description": "

    US chipmaker responds to backlash after telling its suppliers to avoid region at centre of human rights abuse allegations

    The US chipmaker Intel has apologised for telling its suppliers not to source products or labour from Xinjiang, a province that human rights groups and governments including the US allege uses forced labour, after facing a backlash across China.

    Intel, which derives more than a quarter of its $80bn (£60bn) in annual revenues from the Chinese market, apologised to the people of China and its local partners on Thursday for telling suppliers to avoid the region in accordance with restrictions imposed by “multiple governments”.

    Continue reading...", + "content": "

    US chipmaker responds to backlash after telling its suppliers to avoid region at centre of human rights abuse allegations

    The US chipmaker Intel has apologised for telling its suppliers not to source products or labour from Xinjiang, a province that human rights groups and governments including the US allege uses forced labour, after facing a backlash across China.

    Intel, which derives more than a quarter of its $80bn (£60bn) in annual revenues from the Chinese market, apologised to the people of China and its local partners on Thursday for telling suppliers to avoid the region in accordance with restrictions imposed by “multiple governments”.

    Continue reading...", + "category": "Intel", + "link": "https://www.theguardian.com/technology/2021/dec/23/intel-apologises-to-china-over-xinjiang-products-and-labour-directive", + "creator": "Mark Sweney", + "pubDate": "2021-12-23T12:59:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197040,17 +222793,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7babcbdef5237c991bb0e2a3d1aa3632", - "highlights": [] + "hash": "7a420e1a5085a5302d8c105863ae7fc0" }, { - "title": "Restored Big Ben to bong again at midnight to bring in new year", - "description": "

    Clock face will be revealed for first time since 2017 to show conservation work and restoration of original colour scheme

    London’s public fireworks display may be cancelled, but Westminster’s new year revellers will be treated to Big Ben’s newly painted dials as the clock bongs 12 times to mark the end of 2021.

    The 96-metre clock tower above the Houses of Parliament, which houses the Great Bell known as Big Ben, has been mostly hidden from view since a £79.7m conservation projection began four years ago.

    Continue reading...", - "content": "

    Clock face will be revealed for first time since 2017 to show conservation work and restoration of original colour scheme

    London’s public fireworks display may be cancelled, but Westminster’s new year revellers will be treated to Big Ben’s newly painted dials as the clock bongs 12 times to mark the end of 2021.

    The 96-metre clock tower above the Houses of Parliament, which houses the Great Bell known as Big Ben, has been mostly hidden from view since a £79.7m conservation projection began four years ago.

    Continue reading...", - "category": "London", - "link": "https://www.theguardian.com/uk-news/2021/dec/31/restored-big-ben-to-bong-again-at-midnight-to-bring-in-new-year", - "creator": "Maya Wolfe-Robinson", - "pubDate": "2021-12-31T12:14:02Z", + "title": "Covid live: France and Italy report record high numbers of daily coronavirus cases", + "description": "

    Latest updates: France’s health minister says Covid rules in country likely to change shortly

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", + "content": "

    Latest updates: France’s health minister says Covid rules in country likely to change shortly

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/23/covid-news-live-omicron-carries-lower-hospitalisation-risk-studies-suggest-china-locks-down-city-of-13-million", + "creator": "Rachel Hall (now); Jem Bartholomew ,Charlie Moloney and Samantha Lock (earlier)", + "pubDate": "2021-12-23T17:29:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197062,17 +222814,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "391114654db88aa66ec7f66b0b4f9221", - "highlights": [] + "hash": "496b70885d6eb9ff98d8690e63bc881a" }, { - "title": "Call me a thespian not an actor, says Nicolas Cage", - "description": "

    Thespian says he doesn’t like the word actor, and he sees his art as ‘more like shamanism’

    Nicolas Cage has said he prefers to be called a thespian rather than an actor but acknowledged he risks sounding like “a pretentious a-hole”. The Oscar-winner likened his process to “shamanism” by “going into the imagination”.

    Speaking on Variety’s Awards Circuit podcast, the Face/Off and National Treasure star discussed his career and his reputation for being “over the top” with his performances.

    Continue reading...", - "content": "

    Thespian says he doesn’t like the word actor, and he sees his art as ‘more like shamanism’

    Nicolas Cage has said he prefers to be called a thespian rather than an actor but acknowledged he risks sounding like “a pretentious a-hole”. The Oscar-winner likened his process to “shamanism” by “going into the imagination”.

    Speaking on Variety’s Awards Circuit podcast, the Face/Off and National Treasure star discussed his career and his reputation for being “over the top” with his performances.

    Continue reading...", - "category": "Nicolas Cage", - "link": "https://www.theguardian.com/film/2021/dec/31/call-me-a-thespian-not-an-actor-says-nicolas-cage", - "creator": "PA Media", - "pubDate": "2021-12-31T12:33:11Z", + "title": "Joan Didion, American journalist and author, dies at age 87", + "description": "

    Unsparing observer of national politics and her own life, she won enormous acclaim for her memoir of grief, The Year of Magical Thinking

    Joan Didion, the eminent journalist, author and documenter of contemporary America, has died at her home in Manhattan, New York, the New York Times has reported. She was 87 years old.

    The cause of death was Parkinson’s disease, according to an email sent to the newspaper by Paul Bogaards, an executive at Didion’s publisher Knopf.

    Continue reading...", + "content": "

    Unsparing observer of national politics and her own life, she won enormous acclaim for her memoir of grief, The Year of Magical Thinking

    Joan Didion, the eminent journalist, author and documenter of contemporary America, has died at her home in Manhattan, New York, the New York Times has reported. She was 87 years old.

    The cause of death was Parkinson’s disease, according to an email sent to the newspaper by Paul Bogaards, an executive at Didion’s publisher Knopf.

    Continue reading...", + "category": "Joan Didion", + "link": "https://www.theguardian.com/books/2021/dec/23/joan-didion-american-journalist-and-author-dies-at-age-87", + "creator": "Sian Cain", + "pubDate": "2021-12-23T17:19:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197084,17 +222835,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a770dfc01bbe9f56d16039ba29cca132", - "highlights": [] + "hash": "a347347528a86b0cb53131793661ec3b" }, { - "title": "UK must be poised to introduce swift Covid curbs, says NHS leader", - "description": "

    Hospitals prepare for patient ‘super-surge’ as effects of rapid Omicron spread remain uncertain

    Boris Johnson must be ready to restrict social mixing to stop hospitals being overwhelmed by an Omicron-driven surge in Covid cases, a senior NHS leader said today.

    The rapid spread of the new variant means the prime minister may have to introduce “tighter restrictions, at real speed” to reduce the number of people falling ill with Covid.

    Continue reading...", - "content": "

    Hospitals prepare for patient ‘super-surge’ as effects of rapid Omicron spread remain uncertain

    Boris Johnson must be ready to restrict social mixing to stop hospitals being overwhelmed by an Omicron-driven surge in Covid cases, a senior NHS leader said today.

    The rapid spread of the new variant means the prime minister may have to introduce “tighter restrictions, at real speed” to reduce the number of people falling ill with Covid.

    Continue reading...", - "category": "Omicron variant", - "link": "https://www.theguardian.com/world/2021/dec/31/uk-must-be-poised-to-introduce-swift-covid-curbs-says-nhs-leader", - "creator": "Denis Campbell Health policy editor", - "pubDate": "2021-12-31T11:17:34Z", + "title": "Harry and Meghan release first photo of Lilibet on Christmas card", + "description": "

    Image taken at home shows daughter held up by her mother, as prince sits with son Archie on his knee

    The Duke and Duchess of Sussex have released the first picture of their daughter, Lilibet, with Meghan holding up the laughing child in an image on their Christmas card.

    The photo, which also shows Prince Harry with curly haired Archie on his knee, was taken by Alexi Lubomirski this summer at the couple’s home in Santa Barbara, California.

    Continue reading...", + "content": "

    Image taken at home shows daughter held up by her mother, as prince sits with son Archie on his knee

    The Duke and Duchess of Sussex have released the first picture of their daughter, Lilibet, with Meghan holding up the laughing child in an image on their Christmas card.

    The photo, which also shows Prince Harry with curly haired Archie on his knee, was taken by Alexi Lubomirski this summer at the couple’s home in Santa Barbara, California.

    Continue reading...", + "category": "Prince Harry", + "link": "https://www.theguardian.com/uk-news/2021/dec/23/harry-meghan-first-photo-lilibet-christmas-card", + "creator": "Alexandra Topping", + "pubDate": "2021-12-23T15:48:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197106,17 +222856,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfe00c6ede4813283fb956f5ab272964", - "highlights": [] + "hash": "0b61a80a3e879c504260aae92ebfdaf7" }, { - "title": "Huge numbers of people in England ‘not turning up for Covid booster jabs’", - "description": "

    Health leaders report some clinics are only a third full as ministers claim to have met target

    A huge number of people in England are not turning up for their Covid vaccine appointments, health leaders have said, saying as many as 40% of bookings are missed.

    The revelation comes as the government claimed to have met its coronavirus booster jabs target, and that every adult in England had been offered a top-up shot.

    Continue reading...", - "content": "

    Health leaders report some clinics are only a third full as ministers claim to have met target

    A huge number of people in England are not turning up for their Covid vaccine appointments, health leaders have said, saying as many as 40% of bookings are missed.

    The revelation comes as the government claimed to have met its coronavirus booster jabs target, and that every adult in England had been offered a top-up shot.

    Continue reading...", - "category": "Vaccines and immunisation", - "link": "https://www.theguardian.com/society/2021/dec/31/huge-numbers-of-people-in-england-not-turning-up-for-covid-booster-jabs", - "creator": "Sarah Marsh", - "pubDate": "2021-12-31T09:50:00Z", + "title": "Taste the TV: Japan invents lickable screen to imitate food flavours", + "description": "

    Prototype uses carousel of canisters to create flavour samples on hygienic film over flatscreen TV

    A Japanese professor has developed a prototype lickable TV screen that can imitate food flavours, another step towards creating a multisensory viewing experience.

    The device, called Taste the TV (TTTV), uses a carousel of 10 flavour canisters that spray in combination to create the taste of a particular food. The flavour sample then rolls on hygienic film over a flat TV screen for the viewer to try.

    Continue reading...", + "content": "

    Prototype uses carousel of canisters to create flavour samples on hygienic film over flatscreen TV

    A Japanese professor has developed a prototype lickable TV screen that can imitate food flavours, another step towards creating a multisensory viewing experience.

    The device, called Taste the TV (TTTV), uses a carousel of 10 flavour canisters that spray in combination to create the taste of a particular food. The flavour sample then rolls on hygienic film over a flat TV screen for the viewer to try.

    Continue reading...", + "category": "Japan", + "link": "https://www.theguardian.com/world/2021/dec/23/taste-the-tv-japan-invents-lickable-screen-to-imitate-food-flavours", + "creator": "Reuters in Tokyo", + "pubDate": "2021-12-23T10:17:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197128,17 +222877,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6816095fef2556eea7f9633a6a5febb", - "highlights": [] + "hash": "4229b83b2d6d3550e5614c55ef6b3abb" }, { - "title": "Say no to Fomo: how I embraced staying in", - "description": "

    Remember being inundated with invitations and parties? If the last two years have taught me anything, it’s that you don’t have to go to any of them

    It was never my intention to hide in the toilet. There was lots going on outside: highbrow small talk and top-tier networking; free drinks, air kisses, and cold canapés that – I’d quickly discovered, following glances – were very much, like my fellow attenders, there only for show. The gallery was filled, I’d been assured, with fashion figures and media leaders. I was lucky to have been invited to this salon, one of the hosts had informed me, generously. Exactly what a “salon” is, I’m still unsure.

    Deep down, I just didn’t want to be there. Only 90 minutes previously I’d been watching Gogglebox and scoffing Pringles in bed. But I went along out of some sense of duty. Perhaps a desire to broaden my horizons, or a compulsion to step outside my comfort zone, where I had become too safe and snug. Now here I was, sitting in a locked cubicle counting down the minutes before I could leave without seeming rude.

    Continue reading...", - "content": "

    Remember being inundated with invitations and parties? If the last two years have taught me anything, it’s that you don’t have to go to any of them

    It was never my intention to hide in the toilet. There was lots going on outside: highbrow small talk and top-tier networking; free drinks, air kisses, and cold canapés that – I’d quickly discovered, following glances – were very much, like my fellow attenders, there only for show. The gallery was filled, I’d been assured, with fashion figures and media leaders. I was lucky to have been invited to this salon, one of the hosts had informed me, generously. Exactly what a “salon” is, I’m still unsure.

    Deep down, I just didn’t want to be there. Only 90 minutes previously I’d been watching Gogglebox and scoffing Pringles in bed. But I went along out of some sense of duty. Perhaps a desire to broaden my horizons, or a compulsion to step outside my comfort zone, where I had become too safe and snug. Now here I was, sitting in a locked cubicle counting down the minutes before I could leave without seeming rude.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/31/say-no-to-fomo-how-i-embraced-staying-in", - "creator": "Michael Segalov", - "pubDate": "2021-12-31T13:00:20Z", + "title": "Typhoon Rai: more than 3m people directly affected in Philippines", + "description": "

    Some areas still cut off a week after disaster, with power outages and shortages of food and clean water

    More than 3 million people have been directly affected by the devastation wreaked by Typhoon Rai, which caused widespread power outages and water shortages, and has left some areas completely cut off from relief teams even a week after the disaster.

    Rai first hit the Philippines last Thursday, and has been described by the Red Cross as one of the worst typhoons to hit the country in December in five decades. The true scale of the destruction is still unknown because of the extensive communication cuts, and damage to roads, ports and airports.

    Continue reading...", + "content": "

    Some areas still cut off a week after disaster, with power outages and shortages of food and clean water

    More than 3 million people have been directly affected by the devastation wreaked by Typhoon Rai, which caused widespread power outages and water shortages, and has left some areas completely cut off from relief teams even a week after the disaster.

    Rai first hit the Philippines last Thursday, and has been described by the Red Cross as one of the worst typhoons to hit the country in December in five decades. The true scale of the destruction is still unknown because of the extensive communication cuts, and damage to roads, ports and airports.

    Continue reading...", + "category": "Extreme weather", + "link": "https://www.theguardian.com/world/2021/dec/23/typhoon-rai-more-than-3m-people-directly-affected-in-philippines", + "creator": "Rebecca Ratcliffe South-east Asia correspondent", + "pubDate": "2021-12-23T16:11:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197150,17 +222898,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ccd9fa11bfc5f78734791fcc82f3028", - "highlights": [] + "hash": "23666e39fd7b69e5b143e7cf10b23110" }, { - "title": "‘Waste colonialism’: world grapples with west’s unwanted plastic", - "description": "

    Germany and UK are big exporters of plastic, much of which lies rotting in ports in Turkey, Vietnam and other countries

    One hundred and 41 containers filled with rotting plastic waste have been on a journey for more than a year. Scattered between Turkey, Greece and Vietnam, far from their origins in Germany, the containers’ voyage sheds light on the hidden global trade in plastic waste.

    Arriving in Turkey in late 2020, shortly before a ban on mixed plastic waste imports came into force, the containers quickly became the centre of a battle between traders, a shipping line, multiple governments and environmental campaigners demanding their return.

    Continue reading...", - "content": "

    Germany and UK are big exporters of plastic, much of which lies rotting in ports in Turkey, Vietnam and other countries

    One hundred and 41 containers filled with rotting plastic waste have been on a journey for more than a year. Scattered between Turkey, Greece and Vietnam, far from their origins in Germany, the containers’ voyage sheds light on the hidden global trade in plastic waste.

    Arriving in Turkey in late 2020, shortly before a ban on mixed plastic waste imports came into force, the containers quickly became the centre of a battle between traders, a shipping line, multiple governments and environmental campaigners demanding their return.

    Continue reading...", - "category": "Plastics", - "link": "https://www.theguardian.com/environment/2021/dec/31/waste-colonialism-countries-grapple-with-wests-unwanted-plastic", - "creator": "Ruth Michaelson", - "pubDate": "2021-12-31T12:58:37Z", + "title": "Volcano-hit La Palma gets a piece of Spain’s biggest lotto", + "description": "

    After volcanic eruptions and tourism woes, island gets some Christmas cheer as tickets scoop €400,000

    After grappling with volcanic eruptions that dragged on for three months, piling on to the tourism woes brought by the coronavirus pandemic, a bit of luck has landed in the Canary Island of La Palma.

    Spain’s Christmas lottery – the two-century-old tradition that on Wednesday showered €2.4bn in prize money across the country – included a nugget of good news for the hard-hit island as two local kiosks said they had sold winning tickets worth a total of €400,000.

    Continue reading...", + "content": "

    After volcanic eruptions and tourism woes, island gets some Christmas cheer as tickets scoop €400,000

    After grappling with volcanic eruptions that dragged on for three months, piling on to the tourism woes brought by the coronavirus pandemic, a bit of luck has landed in the Canary Island of La Palma.

    Spain’s Christmas lottery – the two-century-old tradition that on Wednesday showered €2.4bn in prize money across the country – included a nugget of good news for the hard-hit island as two local kiosks said they had sold winning tickets worth a total of €400,000.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2021/dec/23/volcano-hit-la-palma-gets-a-piece-of-spains-biggest-lotto", + "creator": "Ashifa Kassam in Madrid", + "pubDate": "2021-12-23T14:09:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197172,17 +222919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34d4b233d5487545778f0b920ec9dca1", - "highlights": [] + "hash": "a97209bfe01ffb63aad88f1d203f5aac" }, { - "title": "Should I quit my job? We ask the expert", - "description": "

    Tony Wilson, director of the Institute for Employment Studies, on whether the huge rise in vacancies in the UK offers an incentive to look for another job

    With the pandemic, workers have been saying “I quit!” in their droves. In the US, employees packed in their jobs at such pace that a new term was coined – the Great Resignation – and alongside it, countless newspaper articles appeared about career-switching. But in the UK, are as many people quitting as we think? And would the greatest new year’s resolution be to join in? I asked Tony Wilson, director of the Institute for Employment Studies.

    Is the Great British Resignation under way?
    We’ve seen more people resign from their jobs than at any point before: it was roughly 400,000 in the three months from July to September 2021, up from 270,000 in the same period in 2019 – the last non-pandemic year. The UK has a dynamic labour market, with a high turnover, particularly in low-paying work. And when large parts of the economy reopened, more jobs were created.

    Continue reading...", - "content": "

    Tony Wilson, director of the Institute for Employment Studies, on whether the huge rise in vacancies in the UK offers an incentive to look for another job

    With the pandemic, workers have been saying “I quit!” in their droves. In the US, employees packed in their jobs at such pace that a new term was coined – the Great Resignation – and alongside it, countless newspaper articles appeared about career-switching. But in the UK, are as many people quitting as we think? And would the greatest new year’s resolution be to join in? I asked Tony Wilson, director of the Institute for Employment Studies.

    Is the Great British Resignation under way?
    We’ve seen more people resign from their jobs than at any point before: it was roughly 400,000 in the three months from July to September 2021, up from 270,000 in the same period in 2019 – the last non-pandemic year. The UK has a dynamic labour market, with a high turnover, particularly in low-paying work. And when large parts of the economy reopened, more jobs were created.

    Continue reading...", - "category": "Social trends", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/31/should-i-quit-my-job-we-ask-the-expert", - "creator": "Coco Khan", - "pubDate": "2021-12-31T15:00:22Z", + "title": "Asylum-seeking children in UK at risk of self-harm and suicide, charities warn", + "description": "

    Figures reveal child refugees who arrived on their own are waiting longer than adults for Home Office decision

    Children who have arrived in the UK on their own to seek asylum are at risk of self-harm and dying by suicide, according to 25 child and migrant rights organisation, as figures reveal they are waiting longer than adults for a decision on their claim.

    The warning, in a letter to safeguarding institutions, including the children’s commissioner and the chief social worker, said the risk was “exacerbated by Home Office failures to decide the children’s asylum claims”.

    In the UK and Ireland, Samaritans can be contacted on 116 123 or email jo@samaritans.org or jo@samaritans.ie. In the US, the National Suicide Prevention Lifeline is 1-800-273-8255. In Australia, the crisis support service Lifeline is 13 11 14. Other international helplines can be found at www.befrienders.org.

    Continue reading...", + "content": "

    Figures reveal child refugees who arrived on their own are waiting longer than adults for Home Office decision

    Children who have arrived in the UK on their own to seek asylum are at risk of self-harm and dying by suicide, according to 25 child and migrant rights organisation, as figures reveal they are waiting longer than adults for a decision on their claim.

    The warning, in a letter to safeguarding institutions, including the children’s commissioner and the chief social worker, said the risk was “exacerbated by Home Office failures to decide the children’s asylum claims”.

    In the UK and Ireland, Samaritans can be contacted on 116 123 or email jo@samaritans.org or jo@samaritans.ie. In the US, the National Suicide Prevention Lifeline is 1-800-273-8255. In Australia, the crisis support service Lifeline is 13 11 14. Other international helplines can be found at www.befrienders.org.

    Continue reading...", + "category": "Refugees", + "link": "https://www.theguardian.com/world/2021/dec/23/asylum-seeking-children-in-uk-at-risk-of-self-harm-and-suicide-charities-warn", + "creator": "Maya Wolfe-Robinson and Diane Taylor", + "pubDate": "2021-12-23T12:05:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197194,17 +222940,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fe2ee7ca09d5b4e9027915dd78d1ac2", - "highlights": [] + "hash": "a2d78bbb241fcac0a4191db781d51ff2" }, { - "title": "The person who got me through 2021: Dr Karl Kennedy in Neighbours was strangely reassuring", - "description": "

    He became a stand-in for the family I couldn’t see – a paternal character who comforted me amid the loneliness and uncertainty

    For the past 20 years there have been a handful of constants in my life: my family, my best friend and Neighbours. Not neighbours like the people you borrow a cup of sugar from, but rather that sunshine-filled Australian soap you probably stopped watching once you left university.

    When I graduated, I carried on. First, out of habit (I needed to know the fate of Toadie’s mullet), but later for its nostalgic continuity and reassurance.

    Continue reading...", - "content": "

    He became a stand-in for the family I couldn’t see – a paternal character who comforted me amid the loneliness and uncertainty

    For the past 20 years there have been a handful of constants in my life: my family, my best friend and Neighbours. Not neighbours like the people you borrow a cup of sugar from, but rather that sunshine-filled Australian soap you probably stopped watching once you left university.

    When I graduated, I carried on. First, out of habit (I needed to know the fate of Toadie’s mullet), but later for its nostalgic continuity and reassurance.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/31/the-person-who-got-me-through-2021-dr-karl-kennedy-in-neighbours-was-strangely-reassuring", - "creator": "Ammar Kalia", - "pubDate": "2021-12-31T15:00:23Z", + "title": "Capitol rioters hit with severe sentences and sharp reprimands from judges", + "description": "

    Some of the longest sentences have gone to rioters charged with ‘assaulting a police officer with a dangerous weapon’

    Judges across the US have been handing down stiff sentences and hard words in recent weeks for extremist supporters of Donald Trump who took part in the 6 January insurrection at the US Capitol.

    Since a federal judge sentenced Jacob Chansley, the US Capitol rioter nicknamed the “QAnon shaman” for his horned headdress, to 41 months in prison last month, more US judges have been delivering strict sentences to defendants charged over their roles in the attacks earlier this year.

    Continue reading...", + "content": "

    Some of the longest sentences have gone to rioters charged with ‘assaulting a police officer with a dangerous weapon’

    Judges across the US have been handing down stiff sentences and hard words in recent weeks for extremist supporters of Donald Trump who took part in the 6 January insurrection at the US Capitol.

    Since a federal judge sentenced Jacob Chansley, the US Capitol rioter nicknamed the “QAnon shaman” for his horned headdress, to 41 months in prison last month, more US judges have been delivering strict sentences to defendants charged over their roles in the attacks earlier this year.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2021/dec/23/capitol-rioters-severe-sentences-reprimands-judges", + "creator": "Maya Yang", + "pubDate": "2021-12-23T10:00:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197216,17 +222961,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf691c1a5909655b2536835ce26db259", - "highlights": [] + "hash": "789d89b7b558d4e5602c08f5ff3168ed" }, { - "title": "Amy Schumer: ‘If you can just keep your family speaking to each other, that’s a win. Sometimes it’s not doable’", - "description": "

    Along with her female co-stars, Schumer speaks about how making The Humans – and having a baby – helped her reassess her life. And, perhaps, a previous review written by her interviewer …

    ‘Talking about The Humans always becomes like a therapy session,” Beanie Feldstein says, a few minutes into a group chat about the oppressive and unsettling adaptation of Stephen Karam’s Pulitzer-nominated play about a family gathering at Thanksgiving. Karam’s haunting and quite brilliant directorial debut reimagines a quirky dysfunctional-family drama as an eerie, anxious horror movie set in the New York equivalent of a haunted house: a crumbling downtown apartment. It’s a place that forces his characters to confront the brutal realities of who they are, who they’re not and who they’re stuck with. It also forces us to do the same.

    Amy Schumer and Feldstein play sisters, and Jayne Houdyshell, who won a Tony for playing the role on stage, their mother. Richard Jenkins, Steven Yeun and June Squibb round out the cast. “It evokes so much emotion,” Schumer says of the film. “And it made me feel better about my own family, our trauma and struggles. If you can just keep your family speaking to each other, that’s a win. And sometimes it’s not doable.” Feldstein refers to it as a drama that “gets in your guts”, while Houdyshell agrees that “it makes you feel raw”.

    Continue reading...", - "content": "

    Along with her female co-stars, Schumer speaks about how making The Humans – and having a baby – helped her reassess her life. And, perhaps, a previous review written by her interviewer …

    ‘Talking about The Humans always becomes like a therapy session,” Beanie Feldstein says, a few minutes into a group chat about the oppressive and unsettling adaptation of Stephen Karam’s Pulitzer-nominated play about a family gathering at Thanksgiving. Karam’s haunting and quite brilliant directorial debut reimagines a quirky dysfunctional-family drama as an eerie, anxious horror movie set in the New York equivalent of a haunted house: a crumbling downtown apartment. It’s a place that forces his characters to confront the brutal realities of who they are, who they’re not and who they’re stuck with. It also forces us to do the same.

    Amy Schumer and Feldstein play sisters, and Jayne Houdyshell, who won a Tony for playing the role on stage, their mother. Richard Jenkins, Steven Yeun and June Squibb round out the cast. “It evokes so much emotion,” Schumer says of the film. “And it made me feel better about my own family, our trauma and struggles. If you can just keep your family speaking to each other, that’s a win. And sometimes it’s not doable.” Feldstein refers to it as a drama that “gets in your guts”, while Houdyshell agrees that “it makes you feel raw”.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/31/amy-schumer-if-you-can-just-keep-your-family-speaking-to-each-other-thats-a-win-sometimes-its-not-doable", - "creator": "Benjamin Lee", - "pubDate": "2021-12-31T10:00:16Z", + "title": "Coldplay dismay fans with news they will stop recording in 2025", + "description": "

    Chris Martin says band will continue to tour in interview with Jo Whiley on BBC Radio 2

    Fans have reacted with dismay to the news that Coldplay will stop recording music as a band in 2025, although quiet glee was also detected among some detractors.

    The band’s frontman, Chris Martin, shared the “huge revelation” with the BBC Radio 2 presenter Jo Whiley on a special show to be broadcast on Friday from 7pm.

    Continue reading...", + "content": "

    Chris Martin says band will continue to tour in interview with Jo Whiley on BBC Radio 2

    Fans have reacted with dismay to the news that Coldplay will stop recording music as a band in 2025, although quiet glee was also detected among some detractors.

    The band’s frontman, Chris Martin, shared the “huge revelation” with the BBC Radio 2 presenter Jo Whiley on a special show to be broadcast on Friday from 7pm.

    Continue reading...", + "category": "Coldplay", + "link": "https://www.theguardian.com/music/2021/dec/23/dismay-and-glee-as-coldplay-say-they-will-stop-recording-in-2025", + "creator": "Alexandra Topping", + "pubDate": "2021-12-23T12:06:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197238,17 +222982,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bd77a3d64dba8190661cd5cc5e14fd2", - "highlights": [] + "hash": "c06b607cb1c6eec38fd2a09b8e3d85af" }, { - "title": "‘Birdwatching is not just a white thing’: the UK collective creating a new generation of twitchers", - "description": "

    The nature collective was set up to encourage more people of colour to enjoy nature. Here, they take our writer on a spotting trip through the wildlands of north-east London



    I have lived in cities all my life. My childhood did not involve any education in the outdoors. It would be fair to say my knowledge of birds doesn’t go much further than the varieties mentioned in Old Macdonald Had a Farm. So when I arrive at east London’s Walthamstow Wetlands on a cloudy November day to meet Ollie Olanipekun and Nadeem Perera for an afternoon of winter birdwatching, I am already apologetic for all that I do not know.

    But it’s fine: Olanipekun and Perera are used to showing beginners around. In June 2020 they brought 15 people to this very same spot for the first outing of their collective, Flock Together, a birdwatching club that organises monthly walks for people of colour. Since then, they have regularly taken bigger groups of birdwatchers to woodlands across the south of England, from the Surrey Hills to the Essex marshes. They estimate that on each walk, 60% of the group are first-timers. I ask whether demand stays high in the winter. “We had 80 people turning out in the rain last December,” Olanipekun says with a grin. At this time of year, you might be able to see redwings and fieldfares arrive from colder parts of Europe for the winter. The wetlands is also home to one of the UK’s largest colonies of grey herons, and every evening a flock of parakeets make their way there to roost in the trees.

    Continue reading...", - "content": "

    The nature collective was set up to encourage more people of colour to enjoy nature. Here, they take our writer on a spotting trip through the wildlands of north-east London



    I have lived in cities all my life. My childhood did not involve any education in the outdoors. It would be fair to say my knowledge of birds doesn’t go much further than the varieties mentioned in Old Macdonald Had a Farm. So when I arrive at east London’s Walthamstow Wetlands on a cloudy November day to meet Ollie Olanipekun and Nadeem Perera for an afternoon of winter birdwatching, I am already apologetic for all that I do not know.

    But it’s fine: Olanipekun and Perera are used to showing beginners around. In June 2020 they brought 15 people to this very same spot for the first outing of their collective, Flock Together, a birdwatching club that organises monthly walks for people of colour. Since then, they have regularly taken bigger groups of birdwatchers to woodlands across the south of England, from the Surrey Hills to the Essex marshes. They estimate that on each walk, 60% of the group are first-timers. I ask whether demand stays high in the winter. “We had 80 people turning out in the rain last December,” Olanipekun says with a grin. At this time of year, you might be able to see redwings and fieldfares arrive from colder parts of Europe for the winter. The wetlands is also home to one of the UK’s largest colonies of grey herons, and every evening a flock of parakeets make their way there to roost in the trees.

    Continue reading...", - "category": "Birdwatching", - "link": "https://www.theguardian.com/environment/2021/dec/31/birdwatching-is-not-just-a-white-thing-flock-together-london", - "creator": "Rebecca Liu", - "pubDate": "2021-12-31T11:00:18Z", + "title": "China locks down 13 million people in Xi’an after detecting 127 Covid cases", + "description": "

    Snap lockdown, which prompted panic in the city, comes little over a month before Beijing is set to host the Winter Olympics

    Up to 13 million people have been placed into lockdown in the city of Xi’an in China’s north, as authorities move to clamp down on the community spread of Covid-19 after 127 infections were found in a second round of mass testing.

    The snap lockdown on Thursday comes little over a month before Beijing is set to host the Winter Olympics.

    Continue reading...", + "content": "

    Snap lockdown, which prompted panic in the city, comes little over a month before Beijing is set to host the Winter Olympics

    Up to 13 million people have been placed into lockdown in the city of Xi’an in China’s north, as authorities move to clamp down on the community spread of Covid-19 after 127 infections were found in a second round of mass testing.

    The snap lockdown on Thursday comes little over a month before Beijing is set to host the Winter Olympics.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/23/china-locks-down-13-million-people-in-xian-after-detecting-127-covid-cases", + "creator": "Rhoda Kwan in Taipei", + "pubDate": "2021-12-23T05:03:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197260,17 +223003,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68d1f21b08bc4afb28f381740d64bfe9", - "highlights": [] + "hash": "36bfcc602dda7bc736182b2955bff298" }, { - "title": "The Guardian view on Yemen: the forgotten war | Editorial", - "description": "

    Years of brutal conflict have brought misery to an already impoverished country. There is no end in sight

    By the end of this year, the United Nations warned recently, 377,000 Yemenis will have died from seven devastating years of war – in many cases killed by indirect causes such as hunger; in others, by airstrikes or missile bombardments. Seventy per cent of the fatalities are thought to be children under five.

    As 2021 began, there were hopes that Joe Biden’s arrival in the White House might bring progress towards peace. His administration quickly announced it was ending all support for offensive operations by Saudi Arabia, which spearheaded the US- and UK-backed coalition fighting for the internationally recognised government overthrown by Houthi rebels. It also revoked the Trump administration’s designation of the Houthis as a terrorist group. But Mr Biden’s team overestimated its ability to help resolve the crisis. The diplomatic push soon faltered. In October, Washington announced a $500m military contract with Riyadh which includes support for its attack helicopters, used in operations in Yemen.

    Continue reading...", - "content": "

    Years of brutal conflict have brought misery to an already impoverished country. There is no end in sight

    By the end of this year, the United Nations warned recently, 377,000 Yemenis will have died from seven devastating years of war – in many cases killed by indirect causes such as hunger; in others, by airstrikes or missile bombardments. Seventy per cent of the fatalities are thought to be children under five.

    As 2021 began, there were hopes that Joe Biden’s arrival in the White House might bring progress towards peace. His administration quickly announced it was ending all support for offensive operations by Saudi Arabia, which spearheaded the US- and UK-backed coalition fighting for the internationally recognised government overthrown by Houthi rebels. It also revoked the Trump administration’s designation of the Houthis as a terrorist group. But Mr Biden’s team overestimated its ability to help resolve the crisis. The diplomatic push soon faltered. In October, Washington announced a $500m military contract with Riyadh which includes support for its attack helicopters, used in operations in Yemen.

    Continue reading...", - "category": "Yemen", - "link": "https://www.theguardian.com/commentisfree/2021/dec/30/the-guardian-view-on-yemen-the-forgotten-war", - "creator": "Editorial", - "pubDate": "2021-12-30T18:25:03Z", + "title": "Life on the ward: ‘He said to me: doctor, am I going to die?’", + "description": "

    Sometimes the only contact Covid intensive care patients had with their family was via FaceTime or Skype, Dr Katrina Tonga says

    Three intensive care workers share the stories that have remained hidden from public view during the pandemic.

    Continue reading...", + "content": "

    Sometimes the only contact Covid intensive care patients had with their family was via FaceTime or Skype, Dr Katrina Tonga says

    Three intensive care workers share the stories that have remained hidden from public view during the pandemic.

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/australia-news/2021/dec/24/life-on-the-ward-he-said-to-me-doctor-am-i-going-to-die", + "creator": "Caitlin Cassidy Photography: Lisa Maree Williams/Getty Images", + "pubDate": "2021-12-23T16:30:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197282,17 +223024,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c24f1f919c8abdf9da4097f996ccde5e", - "highlights": [] + "hash": "a313b3a0b0393c6224377a3979cd8432" }, { - "title": "New York presses ahead with New Year’s Eve party despite record Covid cases", - "description": "

    ‘We’re fighting our way through this,’ says outgoing mayor Bill de Blasio, but decision is in contrast to public health messaging

    New York City’s leaders are pushing ahead with plans for the annual New Year’s Eve party in Times Square despite record numbers of new Covid infections driven by the Omicron variant.

    Outgoing Mayor Bill de Blasio, who is set to step down at midnight on Saturday, told NBC’s Today show that pressing ahead with the public celebration would show “that we’re moving forward, and we want to show the world that New York City is fighting our way through this.

    Continue reading...", - "content": "

    ‘We’re fighting our way through this,’ says outgoing mayor Bill de Blasio, but decision is in contrast to public health messaging

    New York City’s leaders are pushing ahead with plans for the annual New Year’s Eve party in Times Square despite record numbers of new Covid infections driven by the Omicron variant.

    Outgoing Mayor Bill de Blasio, who is set to step down at midnight on Saturday, told NBC’s Today show that pressing ahead with the public celebration would show “that we’re moving forward, and we want to show the world that New York City is fighting our way through this.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2021/dec/31/new-york-times-square-new-years-eve-party-covid-surge", - "creator": "Edward Helmore in New York", - "pubDate": "2021-12-31T15:34:35Z", + "title": "New Zealand ends 2021 with one of world’s best Covid outcomes – but it wasn’t all good news", + "description": "

    Few cases and high vaccination rates, but these successes have come at a cost

    As the Covid-19 pandemic hurtles towards its second anniversary, New Zealand will emerge from 2021 with some of the best health outcomes in the world, despite confronting its toughest few pandemic months.

    This year New Zealand experienced its longest lockdown, its highest daily case numbers (222 in mid-November), more hospitalisations than in 2020 and a pivot away from the government’s ambitious elimination approach to one of strict virus control. But it can now boast a 90% double vaccination for the eligible population and one of the lowest per capita death rates, while its cases in the current outbreak are trending downwards.

    Continue reading...", + "content": "

    Few cases and high vaccination rates, but these successes have come at a cost

    As the Covid-19 pandemic hurtles towards its second anniversary, New Zealand will emerge from 2021 with some of the best health outcomes in the world, despite confronting its toughest few pandemic months.

    This year New Zealand experienced its longest lockdown, its highest daily case numbers (222 in mid-November), more hospitalisations than in 2020 and a pivot away from the government’s ambitious elimination approach to one of strict virus control. But it can now boast a 90% double vaccination for the eligible population and one of the lowest per capita death rates, while its cases in the current outbreak are trending downwards.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/23/new-zealand-ends-2021-with-one-of-worlds-best-covid-outcomes-but-it-wasnt-all-good-news", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-12-23T06:02:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197304,17 +223045,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1302ee6aded65dda04e811390dbeec87", - "highlights": [] + "hash": "47d241d7980a6531e4568113cabe72d8" }, { - "title": "Isolating Quebec health staff may have to return to work early under new plans", - "description": "

    Canadian province’s government says measure will be required if staffing levels become too low during Covid surge

    Quebec healthcare workers exposed to Covid-19 may have to go to work sooner than expected if staffing levels in the Canadian province’s facilities reach a critical point.

    Quebec’s health minister, Christian Dubé, made the announcement earlier this week, explaining that in a worst-case scenario the province would have no choice but to insist that isolating employees return to work.

    Continue reading...", - "content": "

    Canadian province’s government says measure will be required if staffing levels become too low during Covid surge

    Quebec healthcare workers exposed to Covid-19 may have to go to work sooner than expected if staffing levels in the Canadian province’s facilities reach a critical point.

    Quebec’s health minister, Christian Dubé, made the announcement earlier this week, explaining that in a worst-case scenario the province would have no choice but to insist that isolating employees return to work.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2021/dec/30/isolating-quebec-healthcare-workers-return-work-covid-canada", - "creator": "Tracey Lindeman in Gatineau, Quebec", - "pubDate": "2021-12-30T20:09:46Z", + "title": "‘We don’t have a limit’: Yasuyoshi Chiba – agency photographer of 2021", + "description": "

    Yasuyoshi Chiba has been chosen by the picture desk as its agency photographer of the year. We hear from the AFP photojournalist

    In 2021 Yasuyoshi Chiba’s work consistently stood out to the Guardian picture editing team. From his coverage of the elections in Uganda at the start of the year, through to his images from the Kimana Sanctuary in Kenya and the harrowing work in the Tigray region of Ethiopia.

    Yasuyoshi Chiba

    The year has been a reminder that my work is dealing with an unexpected future. Thanks to the delivery of the Covid-19 vaccines, the world has slowly resumed, and I also again feel the value of being in the field for photography.

    Continue reading...", + "content": "

    Yasuyoshi Chiba has been chosen by the picture desk as its agency photographer of the year. We hear from the AFP photojournalist

    In 2021 Yasuyoshi Chiba’s work consistently stood out to the Guardian picture editing team. From his coverage of the elections in Uganda at the start of the year, through to his images from the Kimana Sanctuary in Kenya and the harrowing work in the Tigray region of Ethiopia.

    Yasuyoshi Chiba

    The year has been a reminder that my work is dealing with an unexpected future. Thanks to the delivery of the Covid-19 vaccines, the world has slowly resumed, and I also again feel the value of being in the field for photography.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/artanddesign/2021/dec/23/we-dont-have-a-limit-yasuyoshi-chiba-agency-photographer-of-2021", + "creator": "Guardian Staff", + "pubDate": "2021-12-23T14:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197326,17 +223066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3f8b7f27ecd5266889eef33f351fbc7", - "highlights": [] + "hash": "fae7a9acce640a32df7e0078d6b8affb" }, { - "title": "Australia’s New Year’s Eve celebrations – in pictures", - "description": "

    Australia has welcomed in 2022 with fireworks and festivities amid Covid restrictions

    Continue reading...", - "content": "

    Australia has welcomed in 2022 with fireworks and festivities amid Covid restrictions

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/gallery/2021/dec/31/australias-new-years-eve-celebrations-in-pictures", - "creator": "Pejman Faratin & Joe Plimmer", - "pubDate": "2021-12-31T15:00:22Z", + "title": "Nord Stream 2: how Putin’s pipeline paralysed the west", + "description": "

    Gazprom’s $11bn project to deliver gas from Russia to Germany seems impossible to abandon and impossible to carry forward

    The saga of Nord Stream 2, the gas pipeline between Russia and Germany running along the Baltic seabed, has been stuck so long it has been likened to a suitcase at an airport without a handle – impossible to abandon, and impossible to carry forward. Most of the original cast of characters – Jean-Claude Juncker, Angela Merkel, Matteo Renzi, David Cameron, Petro Poroshenko – have left the political stage. Only one politician has survived the entire story: Vladimir Putin, the Russian President, and the master of divide and rule.

    First announced in 2015, the $11bn (£8.3bn) pipeline owned by Russia’s state-backed energy giant Gazprom has been built to carry gas from western Siberia, doubling the existing capacity of the Nord Stream 1 pipeline and keeping 26m German homes warm at an affordable price.

    Continue reading...", + "content": "

    Gazprom’s $11bn project to deliver gas from Russia to Germany seems impossible to abandon and impossible to carry forward

    The saga of Nord Stream 2, the gas pipeline between Russia and Germany running along the Baltic seabed, has been stuck so long it has been likened to a suitcase at an airport without a handle – impossible to abandon, and impossible to carry forward. Most of the original cast of characters – Jean-Claude Juncker, Angela Merkel, Matteo Renzi, David Cameron, Petro Poroshenko – have left the political stage. Only one politician has survived the entire story: Vladimir Putin, the Russian President, and the master of divide and rule.

    First announced in 2015, the $11bn (£8.3bn) pipeline owned by Russia’s state-backed energy giant Gazprom has been built to carry gas from western Siberia, doubling the existing capacity of the Nord Stream 1 pipeline and keeping 26m German homes warm at an affordable price.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/23/nord-stream-2-how-putins-pipeline-paralysed-the-west", + "creator": "Patrick Wintour Diplomatic Editor", + "pubDate": "2021-12-23T05:00:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197348,17 +223087,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "439604ca78aac1e9eb9ff211016affb5", - "highlights": [] + "hash": "09a1a8ccef40e35c7658e40e1cb1605b" }, { - "title": "‘Belly dance is being hidden in Egypt’: the performer hoping for Unesco heritage status", - "description": "

    As the traditional dance is increasingly associated with nightclub culture, Amie Sultan seeks to change perceptions of the artform and those who perform it

    As a trickle of tourists slowly returns to Egypt, the floating nightclubs along the Nile are back in business.

    And belly dancers are once again in high demand. The glitzy late-night shows attract visitors from all over the world, and especially from the Gulf’s Arab states, with dancers in revealing outfits performing with full traditional musical backing.

    Continue reading...", - "content": "

    As the traditional dance is increasingly associated with nightclub culture, Amie Sultan seeks to change perceptions of the artform and those who perform it

    As a trickle of tourists slowly returns to Egypt, the floating nightclubs along the Nile are back in business.

    And belly dancers are once again in high demand. The glitzy late-night shows attract visitors from all over the world, and especially from the Gulf’s Arab states, with dancers in revealing outfits performing with full traditional musical backing.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/30/belly-dance-is-being-hidden-in-egypt-the-performer-hoping-for-unesco-heritage-status", - "creator": "Edmund Bower in Cairo", - "pubDate": "2021-12-30T11:33:56Z", + "title": "‘The fight goes on’: the struggle to save Europe’s songbirds", + "description": "

    Campaigners help close the loophole allowing glue-trapping in France, but the battle to save endangered bird species goes on

    Chasse à la glu has ended, but the fight to save other birds is not over,” says campaigner Yves Verilhac. “We are now battling to stop other cruel hunting methods that lead to the killing of skylarks, lapwings, golden plovers, thrushes and blackbirds.”

    Two years ago, Verilhac, of France’s Ligue pour la Protection des Oiseaux (LPO), was fighting to stop the French tradition of chasse à la glu hunting songbirds with twigs and branches covered in adhesive.

    Continue reading...", + "content": "

    Campaigners help close the loophole allowing glue-trapping in France, but the battle to save endangered bird species goes on

    Chasse à la glu has ended, but the fight to save other birds is not over,” says campaigner Yves Verilhac. “We are now battling to stop other cruel hunting methods that lead to the killing of skylarks, lapwings, golden plovers, thrushes and blackbirds.”

    Two years ago, Verilhac, of France’s Ligue pour la Protection des Oiseaux (LPO), was fighting to stop the French tradition of chasse à la glu hunting songbirds with twigs and branches covered in adhesive.

    Continue reading...", + "category": "Birds", + "link": "https://www.theguardian.com/environment/2021/dec/23/struggle-to-save-europe-songbirds-aoe", + "creator": "Kim Willsher", + "pubDate": "2021-12-23T14:01:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197370,17 +223108,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "003e5fb99ab6a4d64b216ed4f0b93d06", - "highlights": [] + "hash": "72cf4ae8a1d78e68183b92a8f95c2eba" }, { - "title": "Reminded of the gap: why men still get paid more in UK public sector", - "description": "

    Analysis: academy and health service trusts responsible for big disparities as overall public pay inequality rises

    It is clear that the public sector pay gap reported to government remains stubbornly high, at 15.5% versus 9% in the private sector. So where within public services is this happening, and why?

    In 2018, the first year of compulsory gender pay gap reporting, women working in the public sector earned 86p for every £1 their male counterparts did. In 2021, that dropped to 84p.

    Continue reading...", - "content": "

    Analysis: academy and health service trusts responsible for big disparities as overall public pay inequality rises

    It is clear that the public sector pay gap reported to government remains stubbornly high, at 15.5% versus 9% in the private sector. So where within public services is this happening, and why?

    In 2018, the first year of compulsory gender pay gap reporting, women working in the public sector earned 86p for every £1 their male counterparts did. In 2021, that dropped to 84p.

    Continue reading...", - "category": "Gender pay gap", - "link": "https://www.theguardian.com/world/2021/dec/29/reminded-of-the-gap-why-men-still-get-paid-more-in-uk-public-sector", - "creator": "Anna Bawden and Tobi Thomas", - "pubDate": "2021-12-29T15:00:24Z", + "title": "Neo rhythms: why techno music and The Matrix are in perfect harmony", + "description": "

    The films’ heroes look like they’ve just stepped off the Berghain dancefloor – and the connection isn’t merely aesthetic. The series shares the genre’s philosophy of liberation

    “We can’t see it,” says a character in The Matrix Resurrections, “but we’re all trapped inside these strange repeating loops.” Small surprise techno producer Marcel Dettmann was commissioned to write music for this latest film in the franchise. It’s a natural fit. Its director, Lana Wachowski, goes clubbing at Berghain, the Berlin techno club where Dettmann is resident and where, cut off from the everyday world, people have surreal, liberating experiences. Techno continues to inspire the franchise’s aesthetics.

    When club techno arose in 1980s Detroit, African American producers were reimagining the deindustrialised city as a site of futurist fantasies. Cybotron’s dystopian 1984 track Techno City was inspired by Fritz Lang’s Metropolis and the Tokyo of Yellow Magic Orchestra’s track Technopolis. “I extrapolated the necessity of interfacing the spirituality of human beings into the cybernetic matrix,” said Cybotron’s Rik Davis (using the word “matrix” before the film existed), “between the brain, the soul and the mechanisms of cyberspace.”

    Continue reading...", + "content": "

    The films’ heroes look like they’ve just stepped off the Berghain dancefloor – and the connection isn’t merely aesthetic. The series shares the genre’s philosophy of liberation

    “We can’t see it,” says a character in The Matrix Resurrections, “but we’re all trapped inside these strange repeating loops.” Small surprise techno producer Marcel Dettmann was commissioned to write music for this latest film in the franchise. It’s a natural fit. Its director, Lana Wachowski, goes clubbing at Berghain, the Berlin techno club where Dettmann is resident and where, cut off from the everyday world, people have surreal, liberating experiences. Techno continues to inspire the franchise’s aesthetics.

    When club techno arose in 1980s Detroit, African American producers were reimagining the deindustrialised city as a site of futurist fantasies. Cybotron’s dystopian 1984 track Techno City was inspired by Fritz Lang’s Metropolis and the Tokyo of Yellow Magic Orchestra’s track Technopolis. “I extrapolated the necessity of interfacing the spirituality of human beings into the cybernetic matrix,” said Cybotron’s Rik Davis (using the word “matrix” before the film existed), “between the brain, the soul and the mechanisms of cyberspace.”

    Continue reading...", + "category": "The Matrix", + "link": "https://www.theguardian.com/film/2021/dec/23/why-techno-and-the-matrix-perfect-harmony-resurrections-lana-wachowski", + "creator": "Liam Cagney", + "pubDate": "2021-12-23T14:41:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197392,17 +223129,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed47ebe7f6071046e4e568301fc32d66", - "highlights": [] + "hash": "41687089d343aeac99c9807c90dae4d4" }, { - "title": "Biden and Putin exchange warnings during phone call amid rising Ukraine tensions", - "description": "
    • Talks represent pair’s second conversation this month
    • Russia massing tens of thousands of troops near border

    Joe Biden and Russian counterpart Vladimir Putin have exchanged warnings over the crisis in Ukraine during a 50-minute phone call that did little to lower the political temperature, according to their governments.

    Russia has alarmed the US and its allies by massing tens of thousands of troops near its border with Ukraine over the past two months. This follows its seizure of Ukraine’s Crimea peninsula in 2014 and its backing of separatists in eastern Ukraine.

    Continue reading...", - "content": "
    • Talks represent pair’s second conversation this month
    • Russia massing tens of thousands of troops near border

    Joe Biden and Russian counterpart Vladimir Putin have exchanged warnings over the crisis in Ukraine during a 50-minute phone call that did little to lower the political temperature, according to their governments.

    Russia has alarmed the US and its allies by massing tens of thousands of troops near its border with Ukraine over the past two months. This follows its seizure of Ukraine’s Crimea peninsula in 2014 and its backing of separatists in eastern Ukraine.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2021/dec/30/biden-putin-call-russia-us-ukraine-tensions", - "creator": "David Smith Washington bureau chief", - "pubDate": "2021-12-30T22:32:09Z", + "title": "The dog who got me through 2021: Leo the Peke made my blood pressure drop and my heart swell", + "description": "

    He is not a big name among dogfluencers, but whenever I felt stressed, something about this pekingese Instagram pup calmed me

    On the internet, nobody knows you’re a dog, went the New Yorker cartoon. Nearly 30 years later, it says so in your profile.

    My Instagram feed is full of dogs, or people posting as their dogs from their own accounts. Some I know well, like my sister’s sweet but vacant pug Margot.

    Continue reading...", + "content": "

    He is not a big name among dogfluencers, but whenever I felt stressed, something about this pekingese Instagram pup calmed me

    On the internet, nobody knows you’re a dog, went the New Yorker cartoon. Nearly 30 years later, it says so in your profile.

    My Instagram feed is full of dogs, or people posting as their dogs from their own accounts. Some I know well, like my sister’s sweet but vacant pug Margot.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/23/the-dog-who-got-me-through-2021-leo-the-peke-made-my-blood-pressure-drop-and-my-heart-swell", + "creator": "Elle Hunt", + "pubDate": "2021-12-23T15:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197414,17 +223150,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5333786ddaa3066b77030916b9737cb2", - "highlights": [] + "hash": "0dd1abc8e32681985720358a706cd274" }, { - "title": "Speculation grows that Maxwell may try to cut a deal for reduced sentence", - "description": "

    Experts say any deal depends on whether US government believes it is worth investigating network that may have been involved

    Now that the British former socialite Ghislaine Maxwell has been convicted in her sex-trafficking trial, speculation is growing that she may try to cut a deal and become a government witness in any broader investigation into the elite social circle of her ex-boyfriend Jeffrey Epstein.

    Maxwell would be aiming for a reduced sentence by naming powerful names when it comes to others who may be involved in Epstein’s crimes.

    Continue reading...", - "content": "

    Experts say any deal depends on whether US government believes it is worth investigating network that may have been involved

    Now that the British former socialite Ghislaine Maxwell has been convicted in her sex-trafficking trial, speculation is growing that she may try to cut a deal and become a government witness in any broader investigation into the elite social circle of her ex-boyfriend Jeffrey Epstein.

    Maxwell would be aiming for a reduced sentence by naming powerful names when it comes to others who may be involved in Epstein’s crimes.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/30/ghislaine-maxwell-sentence-deal-speculation-jeffrey-epstein", - "creator": "Edward Helmore in New York", - "pubDate": "2021-12-30T18:12:07Z", + "title": "Travesty or tragedy? What Egypt thinks of Verdi’s Aida", + "description": "

    Premiered in Cairo 150 years ago, set in an exoticised ancient Egypt and written by a man who refused to visit the country for fear of ‘being mummified’, the beloved opera has left a complex legacy in the country its drama is set

    In the middle of downtown Cairo is an anonymous-looking concrete building that stretches along one side of a huge landscaped roundabout. If you peer upwards, you’ll see it labelled, between rows of air-con units, in Arabic and English: “Opera office building and garage.” As monuments to past cultural glories go, it’s not a thing of beauty. But this block marks the site of the Khedivial Opera House – a venue erected in 1869 – and which, on 24 December 1871, staged the first performance of a new opera by the world’s then most famous composer: Giuseppe Verdi’s Aida.

    Today, Aida is one of the most regularly performed operas across the globe. Its just-add-pyramids ancient Egypt setting is as beloved by directors and audiences as Carmen’s Spain or Madama Butterfly’s Japan, almost always preserved as a spectacular backdrop for its conventional Italian-opera love story. Yet in recent decades Aida’s overt exoticism has attracted controversy. The Palestinian intellectual Edward Said argued that it was just another product of European imperialism – an opera that has had, he wrote in 1993, “an anaesthetic as well as informative effect on European audiences”.

    Continue reading...", + "content": "

    Premiered in Cairo 150 years ago, set in an exoticised ancient Egypt and written by a man who refused to visit the country for fear of ‘being mummified’, the beloved opera has left a complex legacy in the country its drama is set

    In the middle of downtown Cairo is an anonymous-looking concrete building that stretches along one side of a huge landscaped roundabout. If you peer upwards, you’ll see it labelled, between rows of air-con units, in Arabic and English: “Opera office building and garage.” As monuments to past cultural glories go, it’s not a thing of beauty. But this block marks the site of the Khedivial Opera House – a venue erected in 1869 – and which, on 24 December 1871, staged the first performance of a new opera by the world’s then most famous composer: Giuseppe Verdi’s Aida.

    Today, Aida is one of the most regularly performed operas across the globe. Its just-add-pyramids ancient Egypt setting is as beloved by directors and audiences as Carmen’s Spain or Madama Butterfly’s Japan, almost always preserved as a spectacular backdrop for its conventional Italian-opera love story. Yet in recent decades Aida’s overt exoticism has attracted controversy. The Palestinian intellectual Edward Said argued that it was just another product of European imperialism – an opera that has had, he wrote in 1993, “an anaesthetic as well as informative effect on European audiences”.

    Continue reading...", + "category": "Opera", + "link": "https://www.theguardian.com/music/2021/dec/23/travesty-or-tragedy-what-egypt-thinks-of-verdi-aida-opera", + "creator": "Flora Willson", + "pubDate": "2021-12-23T14:29:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197436,17 +223171,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9d1f64cadede4c1dfcf6b838075c495", - "highlights": [] + "hash": "6850c7f5cc2a9ba6c12ee28d66c98c56" }, { - "title": "Woman self-isolates in plane toilet for five hours after Covid-positive test mid-flight", - "description": "

    Marisa Fotieo says she was supplied with food and drinks in cubicle after throat began to hurt during flight from US to Iceland

    A US woman has told how she confined herself to an aeroplane toilet cubicle after testing positive for Covid halfway through a flight from Chicago to Iceland.

    Marisa Fotieo, a teacher from Michigan, said her throat began to hurt halfway through the trip so she went to the bathroom to perform a rapid Covid test which confirmed she was infected.

    Continue reading...", - "content": "

    Marisa Fotieo says she was supplied with food and drinks in cubicle after throat began to hurt during flight from US to Iceland

    A US woman has told how she confined herself to an aeroplane toilet cubicle after testing positive for Covid halfway through a flight from Chicago to Iceland.

    Marisa Fotieo, a teacher from Michigan, said her throat began to hurt halfway through the trip so she went to the bathroom to perform a rapid Covid test which confirmed she was infected.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/31/woman-self-isolates-in-plane-toilet-for-five-hours-after-covid-positive-test-mid-flight", - "creator": "Samantha Lock", - "pubDate": "2021-12-31T03:24:36Z", + "title": "Escape your comfort zone! How to face your fears - and improve your health, wealth and happiness", + "description": "

    Is there something great you have always wanted to do, but fear has held you back? Make 2022 the year you go for it

    The “comfort zone” is a reliable place of retreat, especially in times of stress – living through a global pandemic, for instance. But psychologists have long ƒextolled the benefits of stepping outsideit, too. The clinical psychologist Roberta Babb advises regularly reviewing how well it is serving you. The comfort zone can, she says, become a prison or a trap, particularly if you are there because of fear and avoidance.

    Babb says people can be “mentally, emotionally, physically, socially, occupationally” stimulated by facing their fears or trying something uncomfortable. “Adaptation and stimulation are important parts of our wellbeing, and a huge part of our capacity to be resilient. We can get stagnant, and it is about growing and finding different ways to be, which then allows us to have a different life experience.”

    Continue reading...", + "content": "

    Is there something great you have always wanted to do, but fear has held you back? Make 2022 the year you go for it

    The “comfort zone” is a reliable place of retreat, especially in times of stress – living through a global pandemic, for instance. But psychologists have long ƒextolled the benefits of stepping outsideit, too. The clinical psychologist Roberta Babb advises regularly reviewing how well it is serving you. The comfort zone can, she says, become a prison or a trap, particularly if you are there because of fear and avoidance.

    Babb says people can be “mentally, emotionally, physically, socially, occupationally” stimulated by facing their fears or trying something uncomfortable. “Adaptation and stimulation are important parts of our wellbeing, and a huge part of our capacity to be resilient. We can get stagnant, and it is about growing and finding different ways to be, which then allows us to have a different life experience.”

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/23/escape-your-comfort-zone-how-to-face-your-fears-and-improve-your-health-wealth-and-happiness", + "creator": "Emine Saner", + "pubDate": "2021-12-23T09:00:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197458,17 +223192,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ae7c31fbd2de9ff09b99007a0a2663b", - "highlights": [] + "hash": "b48d61378cccd1114f312817c7c7e2d7" }, { - "title": "‘Waste colonialism’: countries grapple with west’s unwanted plastic", - "description": "

    Germany and UK are big exporters of plastic, much of which is now rotting in ports in Turkey, Vietnam and other nations

    141 containers filled with rotting plastic waste have been on a journey for more than a year. Scattered between Turkey, Greece and Vietnam, far from their origins in Germany, the containers’ voyage sheds light on the hidden global trade in plastic waste.

    Arriving in Turkey in late 2020, shortly before a ban on mixed plastic waste imports came into force, the containers quickly became the centre of a battle between traders, a shipping line, multiple governments and environmental campaigners demanding their return.

    Continue reading...", - "content": "

    Germany and UK are big exporters of plastic, much of which is now rotting in ports in Turkey, Vietnam and other nations

    141 containers filled with rotting plastic waste have been on a journey for more than a year. Scattered between Turkey, Greece and Vietnam, far from their origins in Germany, the containers’ voyage sheds light on the hidden global trade in plastic waste.

    Arriving in Turkey in late 2020, shortly before a ban on mixed plastic waste imports came into force, the containers quickly became the centre of a battle between traders, a shipping line, multiple governments and environmental campaigners demanding their return.

    Continue reading...", - "category": "Plastics", - "link": "https://www.theguardian.com/environment/2021/dec/31/waste-colonialism-countries-grapple-with-wests-unwanted-plastic", - "creator": "Ruth Michaelson", - "pubDate": "2021-12-31T12:58:37Z", + "title": "Flutter enters contest to run national lottery via Italian takeover", + "description": "

    Deal struck to buy Italian gambling company Sisal, one of four firms bidding for licence to run UK lottery

    Flutter, the gambling company that owns Paddy Power and SkyBet, has agreed to buy the Italian operator Sisal in a £1.6bn deal that could have a significant bearing on the competition to run the UK’s national lottery.

    In a statement to the stock market, Flutter said it had struck a deal with the private equity group CVC Partners to buy Sisal, a major Italian gambling and betting firm which also operates lotteries in Italy, Turkey and Morocco.

    Continue reading...", + "content": "

    Deal struck to buy Italian gambling company Sisal, one of four firms bidding for licence to run UK lottery

    Flutter, the gambling company that owns Paddy Power and SkyBet, has agreed to buy the Italian operator Sisal in a £1.6bn deal that could have a significant bearing on the competition to run the UK’s national lottery.

    In a statement to the stock market, Flutter said it had struck a deal with the private equity group CVC Partners to buy Sisal, a major Italian gambling and betting firm which also operates lotteries in Italy, Turkey and Morocco.

    Continue reading...", + "category": "National Lottery", + "link": "https://www.theguardian.com/uk-news/2021/dec/23/flutter-enters-contest-to-run-national-lottery-via-italian-takeover", + "creator": "Rob Davies", + "pubDate": "2021-12-23T16:48:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197480,17 +223213,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "299f170d57bfbae26525871ff18157fc", - "highlights": [] + "hash": "870341c35d002284a8687c5991c31f06" }, { - "title": "Escape your comfort zone: I am on a diving board the height of a two-storey building. Can I take the plunge?", - "description": "

    I have always wanted to be a diver. So at the centre where Tom Daley once trained, I aim to graduate to a five-metre board – arms locked, bend, one, two, go …

    I’m standing on a five-metre diving board – about the height of a two-storey building – preparing to throw myself off, headfirst. And I’m terrified. I take a determined step towards the end, lock my arms above my head and begin to tip forward.

    I have always admired people who can dive, and secretly wished that I could do it. I watch them taking off from great heights, seemingly floating for a second, before arrowing smoothly into the water. How do they do that? When I get up there, the thought of leaping headfirst short-circuits my brain. Won’t my neck snap? So I’ve come to one of the world’s best diving centres, the Life Centre in Plymouth, the former training pool of diving superstar Tom Daley. Hopefully, with a little help, I can become one of those elegant, effortless diving types.

    Continue reading...", - "content": "

    I have always wanted to be a diver. So at the centre where Tom Daley once trained, I aim to graduate to a five-metre board – arms locked, bend, one, two, go …

    I’m standing on a five-metre diving board – about the height of a two-storey building – preparing to throw myself off, headfirst. And I’m terrified. I take a determined step towards the end, lock my arms above my head and begin to tip forward.

    I have always admired people who can dive, and secretly wished that I could do it. I watch them taking off from great heights, seemingly floating for a second, before arrowing smoothly into the water. How do they do that? When I get up there, the thought of leaping headfirst short-circuits my brain. Won’t my neck snap? So I’ve come to one of the world’s best diving centres, the Life Centre in Plymouth, the former training pool of diving superstar Tom Daley. Hopefully, with a little help, I can become one of those elegant, effortless diving types.

    Continue reading...", - "category": "Diving", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/31/escape-your-comfort-zone-i-am-on-a-diving-board-the-height-of-a-two-storey-building-can-i-take-the-plunge", - "creator": "Adharanand Finn", - "pubDate": "2021-12-31T09:00:15Z", + "title": "‘A viral Uzi’: experts on how Omicron changes the holidays for Americans", + "description": "

    In light of the more transmissible coronavirus variant, should people alter their plans? Our experts give their advice

    Nearly two years into the pandemic, Angela Rasmussen was looking forward to a more typical Christmas with her family. She was planning to fly from Canada back to the US, hoping that preventative measures would be enough to keep everyone safe.

    And then Omicron hit.

    Continue reading...", + "content": "

    In light of the more transmissible coronavirus variant, should people alter their plans? Our experts give their advice

    Nearly two years into the pandemic, Angela Rasmussen was looking forward to a more typical Christmas with her family. She was planning to fly from Canada back to the US, hoping that preventative measures would be enough to keep everyone safe.

    And then Omicron hit.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/23/omicron-christmas-holidays-coronavirus-covid", + "creator": "Melody Schreiber", + "pubDate": "2021-12-23T14:19:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197502,17 +223234,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "376d87b8e06746636c158e9e92c248e8", - "highlights": [] + "hash": "286f19c42c8390863134fd48321c7940" }, { - "title": "2021: a year of climate crisis in review", - "description": "

    A look back at 12 months of key summits, devastating weather and alarming discoveries

    The year began with a counting up of the damage after the catastrophic extreme weather events of 2020, from fires to floods. Looking at the US alone, California more than doubled its previous annual wildfire record with more than 1.7m hectares (4.1m acres) burned and Nasa concluded that 2020 had been the joint hottest year on record. The US’s Noaa and the UK Met Office put it in close second to 2016.

    In my view, we’ve already waited too long to deal with this climate crisis and we can’t wait any longer. We see it with our own eyes, we feel it, we know it in our bones, and it’s time to act.

    Joe Biden

    Continue reading...", - "content": "

    A look back at 12 months of key summits, devastating weather and alarming discoveries

    The year began with a counting up of the damage after the catastrophic extreme weather events of 2020, from fires to floods. Looking at the US alone, California more than doubled its previous annual wildfire record with more than 1.7m hectares (4.1m acres) burned and Nasa concluded that 2020 had been the joint hottest year on record. The US’s Noaa and the UK Met Office put it in close second to 2016.

    In my view, we’ve already waited too long to deal with this climate crisis and we can’t wait any longer. We see it with our own eyes, we feel it, we know it in our bones, and it’s time to act.

    Joe Biden

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/environment/2021/dec/31/2021-a-year-of-climate-crisis-in-review", - "creator": "Bibi van der Zee", - "pubDate": "2021-12-31T12:44:46Z", + "title": "Could Chile show the United States how to rebuild its democracy? | Tony Karon", + "description": "

    The US once helped destroy Chilean democracy. Now, a constitutional reform movement in Chile could teach the US how to fix its own

    Chile always gave the lie to the cold war claim that the United States stood for democracy. When its voters in 1970 showed the temerity (“irresponsibility”, Henry Kissinger called it) to elect socialist Salvador Allende as president, Washington helped orchestrate the coup that toppled him, and backed the resulting dictatorship.

    It seems those “irresponsible” Chilean voters are at it again – on Sunday, they elected leftist Gabriel Boric as president by a 12-point margin, on the back of a campaign for a new constitution. But if Chilean democracy seems on the road to recovery from its Washington-backed disfiguration, prospects for democracy in the United States look rather bleak.

    Tony Karon is a South African-born journalist and former anti-apartheid activist. He is currently the Managing Editor of AJ+

    Continue reading...", + "content": "

    The US once helped destroy Chilean democracy. Now, a constitutional reform movement in Chile could teach the US how to fix its own

    Chile always gave the lie to the cold war claim that the United States stood for democracy. When its voters in 1970 showed the temerity (“irresponsibility”, Henry Kissinger called it) to elect socialist Salvador Allende as president, Washington helped orchestrate the coup that toppled him, and backed the resulting dictatorship.

    It seems those “irresponsible” Chilean voters are at it again – on Sunday, they elected leftist Gabriel Boric as president by a 12-point margin, on the back of a campaign for a new constitution. But if Chilean democracy seems on the road to recovery from its Washington-backed disfiguration, prospects for democracy in the United States look rather bleak.

    Tony Karon is a South African-born journalist and former anti-apartheid activist. He is currently the Managing Editor of AJ+

    Continue reading...", + "category": "Chile", + "link": "https://www.theguardian.com/commentisfree/2021/dec/23/chile-gabriel-boric-show-us-rebuild-democracy", + "creator": "Tony Karon", + "pubDate": "2021-12-23T11:21:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197524,17 +223255,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d16e2a91e433af1e9e4b193e2e0dbe6", - "highlights": [] + "hash": "ecda9bef902da52fd13c20b197608804" }, { - "title": "Experience: I was born in a different millennium to my twin", - "description": "

    I get to mark my birthday 24 hours before she does. But she’ll at least get an extra day in her 40s when I’m 50

    Mom went into labour on 31 December 1999, while playing cards with family. My sister and I had not been due until February; though twins are often born early, I don’t know if my parents had imagined us arriving so close to the new year. At the hospital in Indianapolis, a doctor came into the maternity ward at about 11.30pm and asked on which side of the millennium they wanted their babies to be born. Before Mom had time to respond, my dad piped up, “How about one of each?”

    We were delivered by C-section, which gave the doctors more opportunity to influence the outcome. The deliveries could hardly have been timed better: I emerged at one minute before midnight and Jordan joined me at one minute past. Worldwide, four other sets of century-straddling twins were reported that night, though I don’t think any of them were quite so close together as we were.

    Continue reading...", - "content": "

    I get to mark my birthday 24 hours before she does. But she’ll at least get an extra day in her 40s when I’m 50

    Mom went into labour on 31 December 1999, while playing cards with family. My sister and I had not been due until February; though twins are often born early, I don’t know if my parents had imagined us arriving so close to the new year. At the hospital in Indianapolis, a doctor came into the maternity ward at about 11.30pm and asked on which side of the millennium they wanted their babies to be born. Before Mom had time to respond, my dad piped up, “How about one of each?”

    We were delivered by C-section, which gave the doctors more opportunity to influence the outcome. The deliveries could hardly have been timed better: I emerged at one minute before midnight and Jordan joined me at one minute past. Worldwide, four other sets of century-straddling twins were reported that night, though I don’t think any of them were quite so close together as we were.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/31/experience-born-different-millennium-to-my-twin", - "creator": "Jake Wallman", - "pubDate": "2021-12-31T10:00:17Z", + "title": "Outcry as memorial to Tiananmen Square victims removed from Hong Kong University", + "description": "

    Site of the Pillar of Shame at city’s oldest university under guard after workmen cut up statue

    Hong Kong’s oldest university and the territory’s authorities have been accused of rewriting history after cutting up and removing a statue mourning those killed in the 1989 Tiananmen Square protests.

    The erasure of the memorial from where it had stood for nearly 25 years came as Beijing has intensified its targeting of political dissent in Hong Kong since the Covid pandemic.

    Continue reading...", + "content": "

    Site of the Pillar of Shame at city’s oldest university under guard after workmen cut up statue

    Hong Kong’s oldest university and the territory’s authorities have been accused of rewriting history after cutting up and removing a statue mourning those killed in the 1989 Tiananmen Square protests.

    The erasure of the memorial from where it had stood for nearly 25 years came as Beijing has intensified its targeting of political dissent in Hong Kong since the Covid pandemic.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/22/hong-kong-memorial-to-tiananmen-victims-may-be-imminently-removed", + "creator": "Rhoda Kwan in Taipei and Vincent Ni, China affairs correspondent", + "pubDate": "2021-12-23T12:25:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197546,17 +223276,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb6b3e6d29b902fad0fe75c7d9fadece", - "highlights": [] + "hash": "09cc2988d6440e24a6025225b50f2944" }, { - "title": "Mother asks for police apology over officer’s selfie of murdered son", - "description": "

    Mandy Jamieson accuses Ryan Connolly of sullying memory of son Daniel Gee-Jamieson

    The mother of a teenager who was murdered in 2018 has demanded an apology from police after learning that an officer kept pictures he took of himself lying down at the scene of the killing.

    Mandy Jamieson, whose son Daniel Gee-Jamieson was stabbed to death aged 16, accused the officer Ryan Connolly of sullying the memory of her child. It came after the Guardian revealed Connolly had been caught with that picture and another of a man suffering a mental health crisis, as well as having sent “appalling” racist, homophobic and offensive images via WhatsApp.

    Continue reading...", - "content": "

    Mandy Jamieson accuses Ryan Connolly of sullying memory of son Daniel Gee-Jamieson

    The mother of a teenager who was murdered in 2018 has demanded an apology from police after learning that an officer kept pictures he took of himself lying down at the scene of the killing.

    Mandy Jamieson, whose son Daniel Gee-Jamieson was stabbed to death aged 16, accused the officer Ryan Connolly of sullying the memory of her child. It came after the Guardian revealed Connolly had been caught with that picture and another of a man suffering a mental health crisis, as well as having sent “appalling” racist, homophobic and offensive images via WhatsApp.

    Continue reading...", - "category": "Police", - "link": "https://www.theguardian.com/uk-news/2021/dec/31/mother-asks-for-police-apology-over-officers-ryan-connolly-selfie-of-murdered-son", - "creator": "Kevin Rawlinson", - "pubDate": "2021-12-31T13:04:50Z", + "title": "UK government’s wait for Omicron evidence is a high-stakes gamble", + "description": "

    Analysis: ‘incontrovertible evidence’ is a tall order and in the meantime the NHS risks being overwhelmed

    At a long and difficult cabinet meeting on Monday, hawkish ministers demanded “incontrovertible evidence” that Omicron risks overwhelming the NHS to justify the cost of taking action, while on Tuesday Boris Johnson confirmed his view that there is insufficient evidence to justify new measures – yet.

    While some clarity on the hospitalisation rate associated with the new variant should be available within a day or two, scientists have warned that getting the evidence ministers want may be “a tall order”. So why is it so hard to work out, and what does that mean for decision-making?

    Continue reading...", + "content": "

    Analysis: ‘incontrovertible evidence’ is a tall order and in the meantime the NHS risks being overwhelmed

    At a long and difficult cabinet meeting on Monday, hawkish ministers demanded “incontrovertible evidence” that Omicron risks overwhelming the NHS to justify the cost of taking action, while on Tuesday Boris Johnson confirmed his view that there is insufficient evidence to justify new measures – yet.

    While some clarity on the hospitalisation rate associated with the new variant should be available within a day or two, scientists have warned that getting the evidence ministers want may be “a tall order”. So why is it so hard to work out, and what does that mean for decision-making?

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/21/uk-governments-wait-for-omicron-evidence-is-a-high-stakes-gamble", + "creator": "Linda Geddes", + "pubDate": "2021-12-21T19:09:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197568,17 +223297,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "04bea0f5cff37c690e912dc6d132384d", - "highlights": [] + "hash": "1fe3557ec8e1609ff753d1304a9ca1da" }, { - "title": "Why seed-banking threatened species in Madagascar is vital", - "description": "

    Large-scale clearing of island’s ecosystems means native trees and lemurs are in danger of extinction

    Madagascar has lost nearly a quarter of its forest cover since 2001. Slash-and-burn agriculture, illegal logging and charcoal production have resulted in the large-scale clearing of ecosystems formed during the 88m years since the island separated from India.

    Nearly all lemur species are now threatened with extinction, as is much of Madagascar’s biodiversity. Forest conservation and the development of sustainable sources of timber and charcoal, while reforesting large areas, are key challenges this century, especially for the millions of Malagasies whose livelihoods depend on them. As the planet heats, seed-banking threatened plant species has become an urgent task.

    Continue reading...", - "content": "

    Large-scale clearing of island’s ecosystems means native trees and lemurs are in danger of extinction

    Madagascar has lost nearly a quarter of its forest cover since 2001. Slash-and-burn agriculture, illegal logging and charcoal production have resulted in the large-scale clearing of ecosystems formed during the 88m years since the island separated from India.

    Nearly all lemur species are now threatened with extinction, as is much of Madagascar’s biodiversity. Forest conservation and the development of sustainable sources of timber and charcoal, while reforesting large areas, are key challenges this century, especially for the millions of Malagasies whose livelihoods depend on them. As the planet heats, seed-banking threatened plant species has become an urgent task.

    Continue reading...", - "category": "Madagascar", - "link": "https://www.theguardian.com/world/2021/dec/31/why-seed-banking-threatened-species-in-madagascar-is-vital", - "creator": "Patrick Greenfield", - "pubDate": "2021-12-31T12:00:21Z", + "title": "Miss Sweden and Bugs Bunny add up to a bad day in court for Ghislaine Maxwell", + "description": "

    The former socialite had nothing to say after the prosecution in her New York trial dispensed quickly with defence witnesses

    Defending a client charged with crimes modern society finds more terrible than murder, who might face the rest of her life in prison, Ghislaine Maxwell’s defence in New York opened with a nice lady who hadn’t seen anything, a travel agent who booked flights years after they mattered and a professor of BugsBunnyology – and none of them cut the mustard.

    At the end of the defence’s first day, Maxwell was seen holding her hands up in despair at her fancy attorneys who have cost her, according to her own estimate, some $7m. Juries in US federal trials must be unanimous and there are legal grounds for knocking out some of the charges, but it looks bleak for Maxwell.

    Continue reading...", + "content": "

    The former socialite had nothing to say after the prosecution in her New York trial dispensed quickly with defence witnesses

    Defending a client charged with crimes modern society finds more terrible than murder, who might face the rest of her life in prison, Ghislaine Maxwell’s defence in New York opened with a nice lady who hadn’t seen anything, a travel agent who booked flights years after they mattered and a professor of BugsBunnyology – and none of them cut the mustard.

    At the end of the defence’s first day, Maxwell was seen holding her hands up in despair at her fancy attorneys who have cost her, according to her own estimate, some $7m. Juries in US federal trials must be unanimous and there are legal grounds for knocking out some of the charges, but it looks bleak for Maxwell.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/18/miss-sweden-and-bugs-bunny-add-up-to-a-bad-day-in-court-for-ghislaine-maxwell", + "creator": "John Sweeney", + "pubDate": "2021-12-18T18:07:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197590,17 +223318,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "348179f605493faa5ff3a2b303401fbb", - "highlights": [] + "hash": "927d982f33093287528efc8be8bb15ec" }, { - "title": "Rock Dog 2: Rock Around the Park review – hectic sequel with an all-over-the-place plot", - "description": "

    This follow-up to the 2016 flop makes a scattershot attempt at fusing celebrity satire with a riotous musical plot

    “Fans are fickle. You never know when taste might change. It’s a numbers game, and I’m going to play it,” says Bodi, the guitar-hero hound from the village of Snow Mountain. While Rock Dog 2 nominally denounces selling out, perhaps mindful of how the 2016 original – one of the most expensive Chinese-produced animations ever – bombed, it hectically plays the numbers game itself. Half modern entertainment-biz trawl, half nostalgic Asian rural fable, this messy sequel tries to cover both western and Chinese angles – and toss around enough scattershot energy to keep everyone happy.

    Bodi’s power-pop trio True Blue are the hottest new act on the block, their music radiating cyan energy waves out to their following. But they have popped up on the radar of Lang, a music-impresario sheep with a fluffy pompadour and British Invasion accent, who has multiple agendas: not just to separate Bodi from his bandmates by teaming him up with starlet Lil’ Foxy, but to shut down Rock’n’Roll Park where the city’s diehard guitar warriors keep the flame burning. Meanwhile in Snow Mountain’s Tibet-style fastness, Bodi’s family are fretting about his sudden fame – though, making a killing selling keychains to True Blue-mad locals, possibly succumbing to the mania themselves.

    Continue reading...", - "content": "

    This follow-up to the 2016 flop makes a scattershot attempt at fusing celebrity satire with a riotous musical plot

    “Fans are fickle. You never know when taste might change. It’s a numbers game, and I’m going to play it,” says Bodi, the guitar-hero hound from the village of Snow Mountain. While Rock Dog 2 nominally denounces selling out, perhaps mindful of how the 2016 original – one of the most expensive Chinese-produced animations ever – bombed, it hectically plays the numbers game itself. Half modern entertainment-biz trawl, half nostalgic Asian rural fable, this messy sequel tries to cover both western and Chinese angles – and toss around enough scattershot energy to keep everyone happy.

    Bodi’s power-pop trio True Blue are the hottest new act on the block, their music radiating cyan energy waves out to their following. But they have popped up on the radar of Lang, a music-impresario sheep with a fluffy pompadour and British Invasion accent, who has multiple agendas: not just to separate Bodi from his bandmates by teaming him up with starlet Lil’ Foxy, but to shut down Rock’n’Roll Park where the city’s diehard guitar warriors keep the flame burning. Meanwhile in Snow Mountain’s Tibet-style fastness, Bodi’s family are fretting about his sudden fame – though, making a killing selling keychains to True Blue-mad locals, possibly succumbing to the mania themselves.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/31/rock-dog-2-rock-around-the-park-review", - "creator": "Phil Hoad", - "pubDate": "2021-12-31T10:00:17Z", + "title": "Mark Meadows was at the center of the storm on 6 January. But only Trump could call it off", + "description": "

    Trump’s former White House chief of staff has become a character of supreme interest to the Capitol attack committee, with a treasure trove of documents

    On the morning of 29 December, eight days before hundreds of Trump supporters and far-right extremists stormed the US Capitol in the worst domestic attack on American democracy arguably since the civil war, the White House chief of staff Mark Meadows fired off an email to the head of the justice department.

    It was a strange message for Donald Trump’s right-hand man to send to Jeffrey Rosen, acting US attorney general, given that the material in it was written entirely in Italian. It attached a letter addressed to Trump from an Italian named Carlo Goria who said he worked for a US aerospace company and then went on to regurgitate a conspiracy theory that was doing the rounds, known as “Italygate”.

    Continue reading...", + "content": "

    Trump’s former White House chief of staff has become a character of supreme interest to the Capitol attack committee, with a treasure trove of documents

    On the morning of 29 December, eight days before hundreds of Trump supporters and far-right extremists stormed the US Capitol in the worst domestic attack on American democracy arguably since the civil war, the White House chief of staff Mark Meadows fired off an email to the head of the justice department.

    It was a strange message for Donald Trump’s right-hand man to send to Jeffrey Rosen, acting US attorney general, given that the material in it was written entirely in Italian. It attached a letter addressed to Trump from an Italian named Carlo Goria who said he worked for a US aerospace company and then went on to regurgitate a conspiracy theory that was doing the rounds, known as “Italygate”.

    Continue reading...", + "category": "Mark Meadows", + "link": "https://www.theguardian.com/us-news/2021/dec/18/mark-meadows-center-6-january-donald-trump", + "creator": "Ed Pilkington", + "pubDate": "2021-12-18T07:00:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197612,17 +223339,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48785500dd35a930a9874eae1131c079", - "highlights": [] + "hash": "cadefb4a034496ab8dd0cc40e0f1da42" }, { - "title": "HIH and Ansett: how the Howard government was forced to act over giant corporate collapses", - "description": "

    Cabinet papers 2001: Airline’s fall was nation’s largest mass job loss and insurer’s demise most expensive in Australian history

    In 2001 John Howard’s government was forced to confront two major corporate collapses: HIH Insurance and Ansett Airlines, which at the time had roughly half the domestic airline market.

    The release of the 2001 cabinet papers by the National Archives of Australia reveals the government was initially reluctant to intervene in either collapse, but quickly realised that was politically unsustainable and economically dangerous.

    Continue reading...", - "content": "

    Cabinet papers 2001: Airline’s fall was nation’s largest mass job loss and insurer’s demise most expensive in Australian history

    In 2001 John Howard’s government was forced to confront two major corporate collapses: HIH Insurance and Ansett Airlines, which at the time had roughly half the domestic airline market.

    The release of the 2001 cabinet papers by the National Archives of Australia reveals the government was initially reluctant to intervene in either collapse, but quickly realised that was politically unsustainable and economically dangerous.

    Continue reading...", - "category": "Cabinet papers", - "link": "https://www.theguardian.com/australia-news/2022/jan/01/hih-and-ansett-how-the-howard-government-was-forced-to-act-over-giant-corporate-collapses", - "creator": "Anne Davies", - "pubDate": "2021-12-31T13:05:21Z", + "title": "Freezing fog and winter solstice: Tuesday’s best photos", + "description": "

    The Guardian’s picture editors select photo highlights from around the world

    Continue reading...", + "content": "

    The Guardian’s picture editors select photo highlights from around the world

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/gallery/2021/dec/21/freezing-fog-and-winter-solstice-tuesdays-best-photos", + "creator": "Matt Fidler", + "pubDate": "2021-12-21T14:54:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197634,17 +223360,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba58e05397b3bb03a78bcf4dd1b24e2d", - "highlights": [] + "hash": "5d1ab7b05411bfd7f73a3723cbb388ec" }, { - "title": "Omicron-fuelled fourth Covid wave has passed, says South Africa, as it eases restrictions", - "description": "

    Cases have dropped nearly 30% in a week, say authorities, as Israel approves fourth booster shot and New Year’s Eve gatherings around the world are restricted

    South Africa has lifted a nightime curfew on people’s movement with immediate effect, believing the country has passed the peak of its fourth coronavirus wave driven by the Omicron variant.

    The government removed the midnight-to-4am curfew based on the trajectory of the pandemic, vaccination levels and available capacity in the health sector, the government said on Thursday.

    Continue reading...", - "content": "

    Cases have dropped nearly 30% in a week, say authorities, as Israel approves fourth booster shot and New Year’s Eve gatherings around the world are restricted

    South Africa has lifted a nightime curfew on people’s movement with immediate effect, believing the country has passed the peak of its fourth coronavirus wave driven by the Omicron variant.

    The government removed the midnight-to-4am curfew based on the trajectory of the pandemic, vaccination levels and available capacity in the health sector, the government said on Thursday.

    Continue reading...", + "title": "Covid live: Denmark to require foreigners to show negative test; South Korea marks deadliest day of pandemic", + "description": "

    Non-citizens and non-residents of Denmark will need to provide negative test; South Korea reports record 109 deaths from Covid in one day

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", + "content": "

    Non-citizens and non-residents of Denmark will need to provide negative test; South Korea reports record 109 deaths from Covid in one day

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/31/omicron-fuelled-fourth-covid-wave-has-passed-says-south-africa-as-it-eases-restrictions", - "creator": "Staff and agencies", - "pubDate": "2021-12-31T00:59:50Z", + "link": "https://www.theguardian.com/world/live/2021/dec/23/covid-news-live-omicron-carries-lower-hospitalisation-risk-studies-suggest-china-locks-down-city-of-13-million", + "creator": "Rachel Hall (now); Jem Bartholomew ,Charlie Moloney and Samantha Lock (earlier)", + "pubDate": "2021-12-23T16:15:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197656,17 +223381,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a34f43b72d2d51854cff13847912c665", - "highlights": [] + "hash": "df9e615b2b36feab0fed05a38d9cd2be" }, { - "title": "Colorado wildfires destroy hundreds of homes as tens of thousands evacuate", - "description": "

    Gusts of up to 105 mph whipped up flames, destroying hundreds of homes and prompting the governor to declare a state of emergency

    Two fast-moving wildfires driven by strong winds erupted in northern Colorado on Thursday afternoon, destroying close to 600 homes and forcing tens of thousands of residents to flee.

    At least one first responder and six others were injured, though Boulder County Sheriff Joe Pelle acknowledged there could be more injuries and deaths could be possible due to the intensity of fires that quickly swept across the region as winds gusted up to 105 mph (169 km/h).

    Continue reading...", - "content": "

    Gusts of up to 105 mph whipped up flames, destroying hundreds of homes and prompting the governor to declare a state of emergency

    Two fast-moving wildfires driven by strong winds erupted in northern Colorado on Thursday afternoon, destroying close to 600 homes and forcing tens of thousands of residents to flee.

    At least one first responder and six others were injured, though Boulder County Sheriff Joe Pelle acknowledged there could be more injuries and deaths could be possible due to the intensity of fires that quickly swept across the region as winds gusted up to 105 mph (169 km/h).

    Continue reading...", - "category": "Colorado", - "link": "https://www.theguardian.com/us-news/2021/dec/30/colorado-wildfires-evacuations-latest", - "creator": "Gabrielle Canon", - "pubDate": "2021-12-31T00:01:33Z", + "title": "‘Nothing’s been good enough’: Biden addresses US Covid testing shortage before holidays", + "description": "

    President tells ABC that country is in better position than last Christmas but is struggling with testing

    Pressed about US testing shortages amid the omicron surge, Biden conceded in an interview that “nothing’s been good enough”.

    In an interview with ABC’s David Muir on Wednesday, the president signaled that the country was in a better shape now than last Christmas but said he wished he had ordered free at-home tests earlier than this week. A surging demand for tests, driven by the new variant and the winter holidays, has led to long lines and shortages around the country.

    Continue reading...", + "content": "

    President tells ABC that country is in better position than last Christmas but is struggling with testing

    Pressed about US testing shortages amid the omicron surge, Biden conceded in an interview that “nothing’s been good enough”.

    In an interview with ABC’s David Muir on Wednesday, the president signaled that the country was in a better shape now than last Christmas but said he wished he had ordered free at-home tests earlier than this week. A surging demand for tests, driven by the new variant and the winter holidays, has led to long lines and shortages around the country.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2021/dec/22/joe-biden-covid-testing-us-pandemic-response", + "creator": "Maanvi Singh", + "pubDate": "2021-12-23T01:13:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197678,17 +223402,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "61a75fade71b8731d3d13c623fe6c9fd", - "highlights": [] + "hash": "e83610dced6fe36ec4b11b540fc4f34b" }, { - "title": "Ted Cruz confuses Washington state with Western Australia in attack on Covid ‘kill-joys’", - "description": "

    The US Republican mistook a Facebook post by the Australian state on New Year’s Eve party restrictions for an edict by the Democrat-run state

    US senator Ted Cruz has been ridiculed for posting a tweet in which he mixed up the American state of Washington with Western Australia while criticising Covid restrictions.

    The Republican politician – who tried to win the party’s presidential nomination in 2016 – retweeted a post by the government of Western Australia, whose handle is WA Government – that appeared to advise a woman that dancing would not permitted at a New Year’s Eve party at her home.

    Continue reading...", - "content": "

    The US Republican mistook a Facebook post by the Australian state on New Year’s Eve party restrictions for an edict by the Democrat-run state

    US senator Ted Cruz has been ridiculed for posting a tweet in which he mixed up the American state of Washington with Western Australia while criticising Covid restrictions.

    The Republican politician – who tried to win the party’s presidential nomination in 2016 – retweeted a post by the government of Western Australia, whose handle is WA Government – that appeared to advise a woman that dancing would not permitted at a New Year’s Eve party at her home.

    Continue reading...", - "category": "Ted Cruz", - "link": "https://www.theguardian.com/us-news/2021/dec/31/ted-cruz-confuses-washington-state-with-western-australia-in-attack-on-covid-kill-joys", - "creator": "Martin Farrer", - "pubDate": "2021-12-31T02:17:35Z", + "title": "WHO boss: western countries’ Covid booster drives likely to prolong pandemic", + "description": "

    Dr Tedros Adhanom Ghebreyesus says there will be enough vaccines for world’s adults – if they are not hoarded

    The world will have enough doses of Covid vaccines early next year to inoculate all of the global adult population – if western countries do not hoard those vaccines to use in blanket booster programmes, the head of the World Health Organization (WHO) has said.

    Dr Tedros Adhanom Ghebreyesus said on Wednesday there would be sufficient vaccine supplies in global circulation in the first quarter of 2022.

    Continue reading...", + "content": "

    Dr Tedros Adhanom Ghebreyesus says there will be enough vaccines for world’s adults – if they are not hoarded

    The world will have enough doses of Covid vaccines early next year to inoculate all of the global adult population – if western countries do not hoard those vaccines to use in blanket booster programmes, the head of the World Health Organization (WHO) has said.

    Dr Tedros Adhanom Ghebreyesus said on Wednesday there would be sufficient vaccine supplies in global circulation in the first quarter of 2022.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/22/who-boss-covid-booster-drives-likely-prolong-pandemic", + "creator": "Peter Beaumont", + "pubDate": "2021-12-22T17:27:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197700,17 +223423,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef141dd24d52f94a401bdb5241e30c7d", - "highlights": [] + "hash": "9b4a0796098c31b1010f04b558c9a397" }, { - "title": "Auld Lang Syne arm-linking at new year connected to Freemasons, book finds", - "description": "

    Study of Robert Burns’s best-known song associates joining of arms with masonic ‘circle of unity’

    Research has uncovered a masonic connection to why revellers around the world link arms when they sing Auld Lang Syne at new year.

    A study of Robert Burns’s best-known song links the practice to Freemasonry, where singing with arms crossed and hands joined was a parting ritual in many lodges.

    Continue reading...", - "content": "

    Study of Robert Burns’s best-known song associates joining of arms with masonic ‘circle of unity’

    Research has uncovered a masonic connection to why revellers around the world link arms when they sing Auld Lang Syne at new year.

    A study of Robert Burns’s best-known song links the practice to Freemasonry, where singing with arms crossed and hands joined was a parting ritual in many lodges.

    Continue reading...", - "category": "Scotland", - "link": "https://www.theguardian.com/uk-news/2021/dec/31/freemasonry-behind-auld-lang-syne-arm-linking-at-new-year-study-reveals", - "creator": "PA Media", - "pubDate": "2021-12-31T08:13:34Z", + "title": "St Basil’s bosses ordered to give evidence at inquest despite incrimination argument", + "description": "

    Operators of Melbourne Covid-ravaged nursing home will have to give evidence despite claim it could incriminate them

    The operators of a Melbourne nursing home ravaged by a Covid-19 outbreak will have to give evidence to an inquest despite their argument it would be a “dress rehearsal” in any potential future prosecution.

    Kon Kontis and Vicky Kos last week faced the Victorian Coroners Court and formally requested to be excused from testifying at the inquest into the fatal outbreak at St Basil’s Home for the Aged on the grounds they may incriminate themselves.

    Continue reading...", + "content": "

    Operators of Melbourne Covid-ravaged nursing home will have to give evidence despite claim it could incriminate them

    The operators of a Melbourne nursing home ravaged by a Covid-19 outbreak will have to give evidence to an inquest despite their argument it would be a “dress rehearsal” in any potential future prosecution.

    Kon Kontis and Vicky Kos last week faced the Victorian Coroners Court and formally requested to be excused from testifying at the inquest into the fatal outbreak at St Basil’s Home for the Aged on the grounds they may incriminate themselves.

    Continue reading...", + "category": "Victoria", + "link": "https://www.theguardian.com/australia-news/2021/dec/23/st-basils-bosses-ordered-to-give-evidence-at-inquest-despite-incrimination-argument", + "creator": "Australian Associated Press", + "pubDate": "2021-12-23T10:30:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197722,17 +223444,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "612900ae12333541bb03509d80338f2c", - "highlights": [] + "hash": "a21339a7243b61a3b8c707b8d6b14de0" }, { - "title": "Australia’s Covid surge in four charts: NSW now has one of world’s highest infection rates", - "description": "

    Within just two weeks Australia went from having one of the lowest rates of new Covid cases per capita in the world to one of the highest

    For the past two years, Australia has fought off waves of Covid using strict lockdowns and closed borders.

    The payoff has been counted in the fatality rate – Australia has had one of the lowest rates of death anywhere in the world.

    Continue reading...", - "content": "

    Within just two weeks Australia went from having one of the lowest rates of new Covid cases per capita in the world to one of the highest

    For the past two years, Australia has fought off waves of Covid using strict lockdowns and closed borders.

    The payoff has been counted in the fatality rate – Australia has had one of the lowest rates of death anywhere in the world.

    Continue reading...", - "category": "Health", - "link": "https://www.theguardian.com/australia-news/datablog/2021/dec/31/australias-covid-surge-in-four-charts-nsw-now-has-one-of-worlds-highest-infection-rates", - "creator": "Cait Kelly, Josh Nicholas and Andy Ball", - "pubDate": "2021-12-31T05:56:45Z", + "title": "'An event cancelled is better than a life cancelled': WHO urges rethink of holiday events – video", + "description": "

    The World Health Organisation has sounded a new warning about the Omicron variant, arguing some events over the festive period should be postponed. 'All of us are sick of this pandemic,' said WHO director general Dr Tedros Adhanom Ghebreyesus. The fastest way to do this, he said, could mean potentially cancelling or delaying holiday events. 'An event cancelled is better than a life cancelled,' he said. The WHO says there's now consistent evidence that the Omicron strain is spreading faster than the Delta variant

    Continue reading...", + "content": "

    The World Health Organisation has sounded a new warning about the Omicron variant, arguing some events over the festive period should be postponed. 'All of us are sick of this pandemic,' said WHO director general Dr Tedros Adhanom Ghebreyesus. The fastest way to do this, he said, could mean potentially cancelling or delaying holiday events. 'An event cancelled is better than a life cancelled,' he said. The WHO says there's now consistent evidence that the Omicron strain is spreading faster than the Delta variant

    Continue reading...", + "category": "World Health Organization", + "link": "https://www.theguardian.com/world/video/2021/dec/21/an-event-cancelled-is-better-than-a-life-cancelled-who-urges-rethink-of-holiday-events-video", + "creator": "", + "pubDate": "2021-12-21T00:42:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197744,17 +223465,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "564642cdf5a339b7864afc402888aa39", - "highlights": [] + "hash": "b266ed206b2d15905c76b5f69e4745b6" }, { - "title": "‘Being in love is the most difficult challenge of your life’: Paul Thomas Anderson and Alana Haim on making Licorice Pizza", - "description": "

    The director’s new film is a freewheeling romance starring two acting newcomers: the musician Alana Haim and Cooper (son of Philip Seymour) Hoffman. Anderson explains why their age gap matters, how they ripped up his rule book – and when he realised pitbulls were the best pets

    “I remember thinking as a kid: I can’t wait till I grow up,” says Paul Thomas Anderson. “I can’t wait till I get older and I can shed all this stuff, and all the answers will be there for me.”

    America’s best director is now 51: salt-and-pepper hair, still as loose-limbed as a student. Those answers are yet to materialise, he says, grinning. “No one sets you up for that. My dad never said: ‘Oh, by the way, it’s going to get a lot more complicated and a lot harder.’ Or: ‘Being in love and having a relationship is going to be the most difficult challenge of your life.’ I don’t know why. Maybe it was just my dad.”

    Continue reading...", - "content": "

    The director’s new film is a freewheeling romance starring two acting newcomers: the musician Alana Haim and Cooper (son of Philip Seymour) Hoffman. Anderson explains why their age gap matters, how they ripped up his rule book – and when he realised pitbulls were the best pets

    “I remember thinking as a kid: I can’t wait till I grow up,” says Paul Thomas Anderson. “I can’t wait till I get older and I can shed all this stuff, and all the answers will be there for me.”

    America’s best director is now 51: salt-and-pepper hair, still as loose-limbed as a student. Those answers are yet to materialise, he says, grinning. “No one sets you up for that. My dad never said: ‘Oh, by the way, it’s going to get a lot more complicated and a lot harder.’ Or: ‘Being in love and having a relationship is going to be the most difficult challenge of your life.’ I don’t know why. Maybe it was just my dad.”

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/31/licorice-pizza-paul-thomas-anderson-alana-haim-cooper-hoffman", - "creator": "Catherine Shoard", - "pubDate": "2021-12-31T06:00:11Z", + "title": "Covid live: South Korea marks deadliest day of pandemic; Australian states reintroduce mask mandates", + "description": "

    South Korea reports record 109 deaths from Covid in one day; Australia revives mask-wearing indoors, capacity limits and QR code check-ins

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", + "content": "

    South Korea reports record 109 deaths from Covid in one day; Australia revives mask-wearing indoors, capacity limits and QR code check-ins

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/23/covid-news-live-omicron-carries-lower-hospitalisation-risk-studies-suggest-china-locks-down-city-of-13-million", + "creator": "Rachel Hall (now); Charlie Moloneyand Samantha Lock (earlier)", + "pubDate": "2021-12-23T14:47:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197766,17 +223486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "93f28d659fa2f3317ceb1cb84c6dc9dd", - "highlights": [] + "hash": "55e8ac4fa06ae63739f4696e85f7d51b" }, { - "title": "Chaplin, Elvis and Batman return: 25 films to look out for in 2022", - "description": "

    Baz Luhrmann takes on the King with Tom Hanks, Jim Broadbent steals a masterpiece and Jessica Chastain plays an eccentric televangelist … all in 2022’s must-see movies

    More cultural highlights of 2022

    Two newcomers become glorious movie stars in this comedy from Paul Thomas Anderson, set in 1970s Los Angeles. Cooper Hoffman (son of the late Philip Seymour Hoffman) is a fast-talking high-school kid with the nerve to start hitting on a 25-year-old woman – played by Alana Haim (of the pop band Haim), who has Barbra Streisand’s charisma and beauty. Their strange semi-platonic love affair plays out against this kid’s floundering dual careers as a child actor and waterbed salesman. Gorgeously made, with wonderful cameos from Bradley Cooper and Sean Penn.
    • Released in the UK on 1 January

    Continue reading...", - "content": "

    Baz Luhrmann takes on the King with Tom Hanks, Jim Broadbent steals a masterpiece and Jessica Chastain plays an eccentric televangelist … all in 2022’s must-see movies

    More cultural highlights of 2022

    Two newcomers become glorious movie stars in this comedy from Paul Thomas Anderson, set in 1970s Los Angeles. Cooper Hoffman (son of the late Philip Seymour Hoffman) is a fast-talking high-school kid with the nerve to start hitting on a 25-year-old woman – played by Alana Haim (of the pop band Haim), who has Barbra Streisand’s charisma and beauty. Their strange semi-platonic love affair plays out against this kid’s floundering dual careers as a child actor and waterbed salesman. Gorgeously made, with wonderful cameos from Bradley Cooper and Sean Penn.
    • Released in the UK on 1 January

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/31/films-2022-must-see-movies-chaplin-elvis-batman", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-31T06:00:13Z", + "title": "Cat burglar: New Zealand pet steals bong, bag of white powder and lacy underwear", + "description": "

    Keith the cat is known locally for making off with everything from live eels to tradesmen’s boots

    A New Zealand cat with a reputation as a talented thief has taken his habit to new lows by bringing home drugs and a pair of lacy black knickers, according to his owners.

    Keith’s crime wave started three years ago, when he began stealing bras from nearby clothes lines and bringing home live eels from the local Heathcote river in Christchurch.

    Continue reading...", + "content": "

    Keith the cat is known locally for making off with everything from live eels to tradesmen’s boots

    A New Zealand cat with a reputation as a talented thief has taken his habit to new lows by bringing home drugs and a pair of lacy black knickers, according to his owners.

    Keith’s crime wave started three years ago, when he began stealing bras from nearby clothes lines and bringing home live eels from the local Heathcote river in Christchurch.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/23/cat-burglar-new-zealand-pet-steals-bong-bag-of-white-powder-and-lacy-underwear", + "creator": "Pete McKenzie in Wellington", + "pubDate": "2021-12-23T03:16:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197788,17 +223507,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "58ef7341f1148f58d5a8096c96341532", - "highlights": [] + "hash": "937d7682d5289afcda3736e5c6c5bd61" }, { - "title": "Boy, 16, dies in 30th teenage homicide in London this year", - "description": "

    Number of killings of teenagers in capital has passed previous peak of 29 in 2008

    The Metropolitan police said a 16-year-old boy died after being stabbed in Hillingdon, west London, the 30th teenage homicide in the capital in 2021, surpassing a peak of 29 in 2008.

    The Met said the London ambulance service was called shortly after 7.30pm on Thursday to reports of an injured male at Philpots Farm open space, close to Heather Lane in Yiewsley, Hillingdon, west London.

    Continue reading...", - "content": "

    Number of killings of teenagers in capital has passed previous peak of 29 in 2008

    The Metropolitan police said a 16-year-old boy died after being stabbed in Hillingdon, west London, the 30th teenage homicide in the capital in 2021, surpassing a peak of 29 in 2008.

    The Met said the London ambulance service was called shortly after 7.30pm on Thursday to reports of an injured male at Philpots Farm open space, close to Heather Lane in Yiewsley, Hillingdon, west London.

    Continue reading...", - "category": "London", - "link": "https://www.theguardian.com/uk-news/2021/dec/31/boy-16-dies-after-stabbing-in-hillingdon-west-london", - "creator": "PA Media", - "pubDate": "2021-12-31T10:09:51Z", + "title": "Kate Winslet: ‘I feel way cooler as a fortysomething actress than I ever imagined’", + "description": "

    The star of one of 2021’s biggest TV hits, Mare of Easttown, talks about weepy reunions with Leonardo DiCaprio, binging Ted Lasso and middle-aged women taking over our screens

    Kate Winslet will be ready in a sec. “I’m just going to put some more eyedrops on my stye,” she says. Blame her intense crime drama Mare of Easttown, one of the TV hits of the pandemic. “It was quite a stressful job, and about nine weeks in I got three styes in my left eye, the third of which turned into a solid little marble and had to be cut out. But I pushed on. On with the show!” In it, she plays DS Mare Sheehan, who is raising her grandson, coping with her son’s suicide, and trying to solve the murder of a young mother in a working-class Philadelphia suburb. All without makeup: Mare is more likely to reach for a Cheeto topped with a squirt of spray cheese than anything in the Max Factor range.

    “The discussion about how Mare looked blew my mind,” says Winslet. The 46-year-old actor is speaking by phone from the West Sussex home she shares with her husband, Ned Abel Smith, and their seven-year-old son Bear, as well as her two children from previous marriages: 21-year-old Mia by her first husband, Jim Threapleton, and 17-year-old Joe by her second, the director Sam Mendes. “People were asking, ‘Did she gain weight? Didn’t she look frumpy? Wasn’t that brave of her?’ But why should that be brave? I suppose because it’s not how leading actresses are represented. Maybe Mare will be the tipping point, and we’re going to stop scrutinising women on screen quite so much.”

    Continue reading...", + "content": "

    The star of one of 2021’s biggest TV hits, Mare of Easttown, talks about weepy reunions with Leonardo DiCaprio, binging Ted Lasso and middle-aged women taking over our screens

    Kate Winslet will be ready in a sec. “I’m just going to put some more eyedrops on my stye,” she says. Blame her intense crime drama Mare of Easttown, one of the TV hits of the pandemic. “It was quite a stressful job, and about nine weeks in I got three styes in my left eye, the third of which turned into a solid little marble and had to be cut out. But I pushed on. On with the show!” In it, she plays DS Mare Sheehan, who is raising her grandson, coping with her son’s suicide, and trying to solve the murder of a young mother in a working-class Philadelphia suburb. All without makeup: Mare is more likely to reach for a Cheeto topped with a squirt of spray cheese than anything in the Max Factor range.

    “The discussion about how Mare looked blew my mind,” says Winslet. The 46-year-old actor is speaking by phone from the West Sussex home she shares with her husband, Ned Abel Smith, and their seven-year-old son Bear, as well as her two children from previous marriages: 21-year-old Mia by her first husband, Jim Threapleton, and 17-year-old Joe by her second, the director Sam Mendes. “People were asking, ‘Did she gain weight? Didn’t she look frumpy? Wasn’t that brave of her?’ But why should that be brave? I suppose because it’s not how leading actresses are represented. Maybe Mare will be the tipping point, and we’re going to stop scrutinising women on screen quite so much.”

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/23/kate-winslet-i-feel-way-cooler-as-a-fortysomething-actress-than-i-ever-imagined", + "creator": "Ryan Gilbey", + "pubDate": "2021-12-23T08:00:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197810,17 +223528,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e1519f6ed32c8dec6f695b26c1240e9", - "highlights": [] + "hash": "05097f8e151747d37bbbfc08f5a6d8d3" }, { - "title": "France reports over 200,000 cases; eastern Europe’s death toll reaches 1 million – as it happened", - "description": "

    French officials report over 206,000 cases; number of people to die from Covid in eastern Europe has reached 1 million people

    Here’s a reminder of the news overnight that NHS England is looking to set up new “pop-up” Covid facilities. My colleagues Rowena Mason and Aubrey Allegretti report:

    NHS England confirmed that it was creating new small-scale “Nightingale” facilities with up to 100 beds each at eight hospitals across the country. The health service said it had asked trusts to identify empty spaces to accommodate beds in places such as gyms or teaching areas. NHS managers are aiming to create up to 4,000 beds as surge capacity if needed, with work on the first tranche, in temporary structures, starting this week.

    Continue reading...", - "content": "

    French officials report over 206,000 cases; number of people to die from Covid in eastern Europe has reached 1 million people

    Here’s a reminder of the news overnight that NHS England is looking to set up new “pop-up” Covid facilities. My colleagues Rowena Mason and Aubrey Allegretti report:

    NHS England confirmed that it was creating new small-scale “Nightingale” facilities with up to 100 beds each at eight hospitals across the country. The health service said it had asked trusts to identify empty spaces to accommodate beds in places such as gyms or teaching areas. NHS managers are aiming to create up to 4,000 beds as surge capacity if needed, with work on the first tranche, in temporary structures, starting this week.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/30/covid-news-live-who-warns-of-trade-off-as-countries-ease-isolation-and-testing-rules", - "creator": "Samantha Lock (now); Jem Bartholomew , Lucy Campbell and Martin Belam (earlier)", - "pubDate": "2021-12-31T00:44:09Z", + "title": "Funeral held for stabbed girl, 12, in Liverpool", + "description": "

    Hundreds gather at cathedral for funeral of Ava White who died after ‘verbal argument’

    Hundreds of mourners gathered at Liverpool’s Catholic cathedral on Thursday morning for the funeral of 12-year-old Ava White, who was stabbed to death after the city’s Christmas lights switch-on.

    It was a grey, wet Liverpool day but there was lots of colour as many people arrived in purples, pinks, reds and blues – anything but black at the request of the family.

    Continue reading...", + "content": "

    Hundreds gather at cathedral for funeral of Ava White who died after ‘verbal argument’

    Hundreds of mourners gathered at Liverpool’s Catholic cathedral on Thursday morning for the funeral of 12-year-old Ava White, who was stabbed to death after the city’s Christmas lights switch-on.

    It was a grey, wet Liverpool day but there was lots of colour as many people arrived in purples, pinks, reds and blues – anything but black at the request of the family.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/23/funeral-held-for-stabbed-girl-12-in-liverpool-ava-white", + "creator": "Mark Brown", + "pubDate": "2021-12-23T13:04:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197832,17 +223549,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7c649bba749da4ccd15d45195846963", - "highlights": [] + "hash": "29495b9b8095ee4630ffd058a45b4ba9" }, { - "title": "PM announces change to isolation time as nation records more than 32,000 cases – as it happened", - "description": "

    Scott Morrison announces change to isolation time; South Australia records 2,091 new Covid-19 cases and four deaths; NT introduces indoor masks after 60 cases; Queensland records 3,118 cases; NSW records 21,151 new cases and six deaths; Victoria records 5,919 cases and seven deaths; the ACT records 462 cases; and WA one case. This blog is now closed

    China’s foreign ministry has responded to reports that the Australian Department of Defence has not recommended scrapping a Chinese company’s long-term lease over the Port of Darwin.

    Earlier this week, the Australian newspaper reported that a Defence review had found there were no national security grounds sufficient to recommend a government intervention to overturn the 99-year lease to Chinese company Landbridge. The newspaper reported the cabinet’s national security committee had not yet taken any action, because there was no formal recommendation from Defence for a national security intervention, but the Morrison government was still reviewing the matter.

    Plan ahead. Watch your alcohol consumption in relation to the Covid-safe deployments.

    We ask you to maintain masks and physical distancing.

    Police will be out in force on our roads and at events, not just in Sydney, but right across the state to make sure everyone rings in the new year safely.

    Continue reading...", - "content": "

    Scott Morrison announces change to isolation time; South Australia records 2,091 new Covid-19 cases and four deaths; NT introduces indoor masks after 60 cases; Queensland records 3,118 cases; NSW records 21,151 new cases and six deaths; Victoria records 5,919 cases and seven deaths; the ACT records 462 cases; and WA one case. This blog is now closed

    China’s foreign ministry has responded to reports that the Australian Department of Defence has not recommended scrapping a Chinese company’s long-term lease over the Port of Darwin.

    Earlier this week, the Australian newspaper reported that a Defence review had found there were no national security grounds sufficient to recommend a government intervention to overturn the 99-year lease to Chinese company Landbridge. The newspaper reported the cabinet’s national security committee had not yet taken any action, because there was no formal recommendation from Defence for a national security intervention, but the Morrison government was still reviewing the matter.

    Plan ahead. Watch your alcohol consumption in relation to the Covid-safe deployments.

    We ask you to maintain masks and physical distancing.

    Police will be out in force on our roads and at events, not just in Sydney, but right across the state to make sure everyone rings in the new year safely.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/31/australia-news-live-covid-morrison-rapid-test-nsw-victoria-albanese-queensland-case-numbers-new-year-coronavirus-sa-updates", - "creator": "Cait Kelly and Mostafa Rachwani (earlier)", - "pubDate": "2021-12-31T08:22:06Z", + "title": "Calls for femicide to become separate crime in Greece mount as two more women killed", + "description": "

    ‘It has to be recognised as a term and as a crime’, says government opposition, after unprecedented number of women murdered by partners

    The Greek government has come under growing pressure to introduce femicide as an offence in the country’s penal code amid outrage over the growing and unprecedented number of women being brutally murdered by their partners.

    Two women were murdered by their husbands within five days last week, bringing the death toll to 17 since January, according to state-run television. Both men allegedly told police that they had killed their wives out of fear that they would leave them.

    Continue reading...", + "content": "

    ‘It has to be recognised as a term and as a crime’, says government opposition, after unprecedented number of women murdered by partners

    The Greek government has come under growing pressure to introduce femicide as an offence in the country’s penal code amid outrage over the growing and unprecedented number of women being brutally murdered by their partners.

    Two women were murdered by their husbands within five days last week, bringing the death toll to 17 since January, according to state-run television. Both men allegedly told police that they had killed their wives out of fear that they would leave them.

    Continue reading...", + "category": "Greece", + "link": "https://www.theguardian.com/global-development/2021/dec/21/greece-femicide-crime-two-more-women-killed", + "creator": "Helena Smith in Athens", + "pubDate": "2021-12-21T11:47:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197854,17 +223570,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69963e0617b92155a5a9de23b797ae6d", - "highlights": [] + "hash": "2e2850990fb474d2f815a16c712c450b" }, { - "title": "‘She stood in silence, remembering’: photographing Gaza under airstrikes", - "description": "

    Fatima Shbair’s photo of a girl in her ruined home is an indelible image of the Israeli-Palestinian conflict’s resurgence in May

    For 11 days in May, Fatima Shbair hardly slept. When the most recent rounds of fighting in Gaza broke out between Israelis and Palestinians on 10 May, the 24-year-old freelance photographer said goodbye to her mother and left her home to document the stories of her neighbours in Gaza, as their lives were racked by terror.

    The conflict featured waves of pre-dawn Israeli air raids and rocket fire from Gazan territory. Palestinians made up the vast majority of more than 250 people killed.

    Continue reading...", - "content": "

    Fatima Shbair’s photo of a girl in her ruined home is an indelible image of the Israeli-Palestinian conflict’s resurgence in May

    For 11 days in May, Fatima Shbair hardly slept. When the most recent rounds of fighting in Gaza broke out between Israelis and Palestinians on 10 May, the 24-year-old freelance photographer said goodbye to her mother and left her home to document the stories of her neighbours in Gaza, as their lives were racked by terror.

    The conflict featured waves of pre-dawn Israeli air raids and rocket fire from Gazan territory. Palestinians made up the vast majority of more than 250 people killed.

    Continue reading...", - "category": "Photography", - "link": "https://www.theguardian.com/global-development/2021/dec/29/photographing-gaza-under-airstrikes", - "creator": "Sarah Johnson", - "pubDate": "2021-12-29T15:00:24Z", + "title": "Covid live: South Korea marks deadliest day of pandemic; Australia reintroduces mask mandates", + "description": "

    South Korea reports record 109 deaths from Covid in one day; Australia revives mask-wearing indoors, capacity limits and QR code check-ins

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", + "content": "

    South Korea reports record 109 deaths from Covid in one day; Australia revives mask-wearing indoors, capacity limits and QR code check-ins

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/23/covid-news-live-omicron-carries-lower-hospitalisation-risk-studies-suggest-china-locks-down-city-of-13-million", + "creator": "Charlie Moloney (now) and Samantha Lock (earlier)", + "pubDate": "2021-12-23T11:17:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197876,17 +223591,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8df04c225eec3927516eb9d3bbd2b6a", - "highlights": [] + "hash": "be9c4e7d81bf26c3d238db44d156d37f" }, { - "title": "‘Our house was gone, it was sea and sand’: life on the vanishing coasts – in pictures", - "description": "

    Coastal communities in Mexico, Bangladesh and Somalia are struggling to adapt to the climate crisis. Many people have already lost livelihoods and homes to rising waters

    Continue reading...", - "content": "

    Coastal communities in Mexico, Bangladesh and Somalia are struggling to adapt to the climate crisis. Many people have already lost livelihoods and homes to rising waters

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/gallery/2021/dec/29/our-house-was-gone-it-was-sea-and-sand-life-on-the-vanishing-coasts-in-pictures", - "creator": "", - "pubDate": "2021-12-29T12:15:20Z", + "title": "Outcry as Hong Kong University memorial to Tiananmen Square victims is removed", + "description": "

    Site of the Pillar of Shame at the city’s oldest university is under guard after workmen dismantled statue

    Hong Kong’s oldest university has removed a statue mourning those killed in Beijing’s Tiananmen Square in 1989 and posted guards at the site where it has stood for more than 20 years.

    The move prompted criticism of the university and the Hong Kong authorities, with academics and experts saying the removal of the sculpture was an attempt at “rewriting history”.

    Continue reading...", + "content": "

    Site of the Pillar of Shame at the city’s oldest university is under guard after workmen dismantled statue

    Hong Kong’s oldest university has removed a statue mourning those killed in Beijing’s Tiananmen Square in 1989 and posted guards at the site where it has stood for more than 20 years.

    The move prompted criticism of the university and the Hong Kong authorities, with academics and experts saying the removal of the sculpture was an attempt at “rewriting history”.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/22/hong-kong-memorial-to-tiananmen-victims-may-be-imminently-removed", + "creator": "Rhoda Kwan in Taipei", + "pubDate": "2021-12-23T05:10:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197898,17 +223612,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6d9d83e51f34e1c2de2e616c3a2f748", - "highlights": [] + "hash": "76e1dc20014ceeb91709ce7cea1f38b7" }, { - "title": "Winter storm creates blizzard conditions in central California – video", - "description": "

    Severe weather sweeping across parts of the US continues to bring record-breaking cold temperatures to the Pacific north-west and heavy snow to mountains in California and Nevada.

    Footage from Mammoth Lakes in central California shows blizzards of snow. To the north, the Northstar California ski resort in Truckee closed its mountain operations on Monday due to the extreme conditions

    Continue reading...", - "content": "

    Severe weather sweeping across parts of the US continues to bring record-breaking cold temperatures to the Pacific north-west and heavy snow to mountains in California and Nevada.

    Footage from Mammoth Lakes in central California shows blizzards of snow. To the north, the Northstar California ski resort in Truckee closed its mountain operations on Monday due to the extreme conditions

    Continue reading...", - "category": "US weather", - "link": "https://www.theguardian.com/us-news/video/2021/dec/28/winter-storm-creates-blizzard-conditions-in-central-california-video", - "creator": "", - "pubDate": "2021-12-28T16:25:07Z", + "title": "‘I heard a meow’: Kentucky man finds his cat unscathed in rubble nine days after tornado", + "description": "

    Sonny ‘Hoot’ Gibson thought his mind was playing tricks when the sound emerged from his demolished office building

    Nine days after a tornado demolished his three-story office building in downtown Mayfield, Kentucky, Sonny “Hoot” Gibson was standing in the rubble when he thought he heard a faint meow.

    It instantly gave him hope that his office cat, Madix, who hadn’t been seen since before the storms hit, was alive. Gibson said he had tried to find the black cat with yellow eyes who liked to greet customers of his rental business, but he had given up after a few days.

    Continue reading...", + "content": "

    Sonny ‘Hoot’ Gibson thought his mind was playing tricks when the sound emerged from his demolished office building

    Nine days after a tornado demolished his three-story office building in downtown Mayfield, Kentucky, Sonny “Hoot” Gibson was standing in the rubble when he thought he heard a faint meow.

    It instantly gave him hope that his office cat, Madix, who hadn’t been seen since before the storms hit, was alive. Gibson said he had tried to find the black cat with yellow eyes who liked to greet customers of his rental business, but he had given up after a few days.

    Continue reading...", + "category": "Kentucky", + "link": "https://www.theguardian.com/us-news/2021/dec/22/kentucky-tornado-cat-survives", + "creator": "Associated Press", + "pubDate": "2021-12-22T23:17:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197920,17 +223633,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c77b480ec95322ab5e8be36d87361af", - "highlights": [] + "hash": "a06bb703dd87a4206f31bdbaaad3ae00" }, { - "title": "Covid news live: South Africa says fourth wave has peaked; US will soon see ‘viral blizzard’, expert warns", - "description": "

    Health officials in South Africa say its fourth wave has passed after a dip in infections; the US will see new Covid cases rise dramatically next month, an infectious disease expert warns

    South Africa has lifted a nighttime curfew on people’s movement with immediate effect, believing the country has passed the peak of its fourth coronavirus wave driven by the Omicron variant.

    The government removed the midnight-to-4am curfew based on the trajectory of the pandemic, vaccination levels and available capacity in the health sector, the government said on Thursday.

    All indicators suggest the country may have passed the peak of the fourth wave at a national level.

    While the Omicron variant is highly transmissible, there has been lower rates of hospitalisation than in previous waves.”

    Continue reading...", - "content": "

    Health officials in South Africa say its fourth wave has passed after a dip in infections; the US will see new Covid cases rise dramatically next month, an infectious disease expert warns

    South Africa has lifted a nighttime curfew on people’s movement with immediate effect, believing the country has passed the peak of its fourth coronavirus wave driven by the Omicron variant.

    The government removed the midnight-to-4am curfew based on the trajectory of the pandemic, vaccination levels and available capacity in the health sector, the government said on Thursday.

    All indicators suggest the country may have passed the peak of the fourth wave at a national level.

    While the Omicron variant is highly transmissible, there has been lower rates of hospitalisation than in previous waves.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/31/covid-news-live-south-africa-says-fourth-wave-has-peaked-us-will-soon-see-viral-blizzard-expert-warns", - "creator": "Samantha Lock", - "pubDate": "2021-12-31T01:32:07Z", + "title": "Intel faces backlash in China after banning products and labour from Xinjiang", + "description": "

    Chinese social media users call for boycott of US chip maker after it issues directive to suppliers over human rights concerns

    Intel, the US computer chip maker, is facing a backlash from China after telling its suppliers not to source products or labour from the region of Xinjiang.

    Intel said it had been “required to ensure that its supply chain does not use any labour or source goods or services” from Xinjiang in accordance with restrictions imposed by “multiple governments”.

    Continue reading...", + "content": "

    Chinese social media users call for boycott of US chip maker after it issues directive to suppliers over human rights concerns

    Intel, the US computer chip maker, is facing a backlash from China after telling its suppliers not to source products or labour from the region of Xinjiang.

    Intel said it had been “required to ensure that its supply chain does not use any labour or source goods or services” from Xinjiang in accordance with restrictions imposed by “multiple governments”.

    Continue reading...", + "category": "Xinjiang", + "link": "https://www.theguardian.com/world/2021/dec/23/intel-faces-backlash-in-china-after-banning-products-and-labour-from-xinjiang", + "creator": "Reuters", + "pubDate": "2021-12-23T01:49:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197942,17 +223654,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "805672739ec98b6e8be678e0d2f3354b", - "highlights": [] + "hash": "c0482acb625cb1ab329e763f48f6ac07" }, { - "title": "Jamal Khashoggi killers living in luxury villas in Riyadh, say witnesses", - "description": "

    Exclusive: Reports of hit squad members living freely casts further doubt on Saudi claims that justice has been served

    At least three members of a Saudi hit squad convicted by the kingdom of murdering Jamal Khashoggi are living and working “in seven-star accommodation” inside a government-run security compound in Riyadh, according to a source connected to senior members of Saudi intelligence.

    The assassins are believed to be staying in villas and buildings run by Saudi Arabia’s State Security agency – far from the walls of its infamous prisons. The source has spoken to two witnesses who claim to have seen the men. They said family members frequently visit the men, who are able to use a gym and workspaces on the site.

    Continue reading...", - "content": "

    Exclusive: Reports of hit squad members living freely casts further doubt on Saudi claims that justice has been served

    At least three members of a Saudi hit squad convicted by the kingdom of murdering Jamal Khashoggi are living and working “in seven-star accommodation” inside a government-run security compound in Riyadh, according to a source connected to senior members of Saudi intelligence.

    The assassins are believed to be staying in villas and buildings run by Saudi Arabia’s State Security agency – far from the walls of its infamous prisons. The source has spoken to two witnesses who claim to have seen the men. They said family members frequently visit the men, who are able to use a gym and workspaces on the site.

    Continue reading...", - "category": "Jamal Khashoggi", - "link": "https://www.theguardian.com/world/2021/dec/30/jamal-khashoggi-killers-living-in-luxury-villas-in-riyadh-say-witnesses", - "creator": "Martin Chulov Middle East correspondent", - "pubDate": "2021-12-30T13:17:30Z", + "title": "Eric Clapton to waive legal costs against woman who attempted to sell single bootlegged CD", + "description": "

    The artist’s management have issued a clarifying statement after the singer attracted criticism over the David v Goliath win

    Eric Clapton has waived the legal costs that a German court ordered a 55-year-old woman to pay, over a single CD containing a bootleg copy of a 1980s concert she attempted to sell.

    The musician’s management has also issued a clarifying statement in response to widespread social media criticism over Clapton’s decision to take legal action in the first place, saying Clapton was not involved in the specifics of the case and she “is not the type of person Eric Clapton, or his record company, wish to target”.

    Continue reading...", + "content": "

    The artist’s management have issued a clarifying statement after the singer attracted criticism over the David v Goliath win

    Eric Clapton has waived the legal costs that a German court ordered a 55-year-old woman to pay, over a single CD containing a bootleg copy of a 1980s concert she attempted to sell.

    The musician’s management has also issued a clarifying statement in response to widespread social media criticism over Clapton’s decision to take legal action in the first place, saying Clapton was not involved in the specifics of the case and she “is not the type of person Eric Clapton, or his record company, wish to target”.

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/music/2021/dec/23/eric-clapton-to-waive-legal-costs-against-woman-who-attempted-to-sell-single-bootlegged-cd", + "creator": "Kelly Burke", + "pubDate": "2021-12-23T05:39:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197964,17 +223675,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d3f3d50de3d0f448b1a2786c53cff7a", - "highlights": [] + "hash": "632f0362d1429819e02eaa89f28c52bf" }, { - "title": "Ashraf Ghani blames international allies over Afghanistan’s fall to Taliban", - "description": "

    In first interview since fleeing Kabul in August, former president says US ‘erased’ Afghans in years of peace talks with militants

    The former Afghan president Ashraf Ghani has broken his silence with his first interview since fleeing Kabul four months ago, in effect blaming the international community and in particular the Americans for the fall of the republic.

    Ghani told the BBC he was rushed into fleeing Kabul on a helicopter by his “terrified” national security adviser, Hamdullah Mohib, and the commander of the collapsing presidential security detail.

    Continue reading...", - "content": "

    In first interview since fleeing Kabul in August, former president says US ‘erased’ Afghans in years of peace talks with militants

    The former Afghan president Ashraf Ghani has broken his silence with his first interview since fleeing Kabul four months ago, in effect blaming the international community and in particular the Americans for the fall of the republic.

    Ghani told the BBC he was rushed into fleeing Kabul on a helicopter by his “terrified” national security adviser, Hamdullah Mohib, and the commander of the collapsing presidential security detail.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2021/dec/30/ashraf-ghani-blames-international-allies-afghanistan-fall-taliban", - "creator": "Emma Graham-Harrison", - "pubDate": "2021-12-30T15:12:13Z", + "title": "James Franco admits sleeping with students and says he had sex addiction", + "description": "

    Actor gives first extended comments about accusations that came nearly four years ago

    James Franco has acknowledged sleeping with students of an acting school he previously ran, saying he struggled with a sex addiction and has been working to improve his behavior in recent years.

    In excerpts from The Jess Cagle Podcast made public on Wednesday, Franco, 43, said that while teaching, he “did sleep with students, and that was wrong”. He said he had not started the school to lure women for sexual purposes.

    Continue reading...", + "content": "

    Actor gives first extended comments about accusations that came nearly four years ago

    James Franco has acknowledged sleeping with students of an acting school he previously ran, saying he struggled with a sex addiction and has been working to improve his behavior in recent years.

    In excerpts from The Jess Cagle Podcast made public on Wednesday, Franco, 43, said that while teaching, he “did sleep with students, and that was wrong”. He said he had not started the school to lure women for sexual purposes.

    Continue reading...", + "category": "James Franco", + "link": "https://www.theguardian.com/film/2021/dec/22/james-franco-interview-sexual-misconduct-allegations", + "creator": "Reuters", + "pubDate": "2021-12-23T00:22:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -197986,17 +223696,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbdc353904d9d90b9bfcf2f5a75ea6fb", - "highlights": [] + "hash": "74211dd71e07e0ddd1baae9e90a0a22d" }, { - "title": "Spain’s public sector trailblazers seek to lead way on menstrual leave", - "description": "

    Handful of local administrations are among the first in west to offer arrangement to their employees

    A handful of local administrations in Spain have become among the first in western Europe to offer menstrual leave to their employees, in an attempt to strike a better balance between workplace demands and period pains.

    This year the Catalan city of Girona became the first in the country to consider flexible working arrangements for any employee experiencing discomfort due to periods. In June it announced a deal with its more than 1,300 municipal employees to allow women, trans men and non-binary individuals to take up to eight hours menstrual leave a month, with the caveat that any time used must be recovered within a span of three months.

    Continue reading...", - "content": "

    Handful of local administrations are among the first in west to offer arrangement to their employees

    A handful of local administrations in Spain have become among the first in western Europe to offer menstrual leave to their employees, in an attempt to strike a better balance between workplace demands and period pains.

    This year the Catalan city of Girona became the first in the country to consider flexible working arrangements for any employee experiencing discomfort due to periods. In June it announced a deal with its more than 1,300 municipal employees to allow women, trans men and non-binary individuals to take up to eight hours menstrual leave a month, with the caveat that any time used must be recovered within a span of three months.

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/2021/dec/30/spain-public-sector-trailblazers-seek-lead-way-menstrual-leave", - "creator": "Ashifa Kassam in Madrid", - "pubDate": "2021-12-30T15:15:49Z", + "title": "Republicans woo Joe Manchin as senator clashes with Democrats", + "description": "

    Centrist senator has rejected the idea of joining GOP but has indicated openness to being an independent

    For many Democrats, Joe Manchin has become an unshakeable problem. The centrist senator is at odds with other Democrats on everything from filibuster reform to climate policy, and he recently announced his opposition to the Build Back Better Act, the lynchpin of Joe Biden’s legislative agenda.

    But Republicans think Manchin now represents an opportunity to boost their numbers.

    Continue reading...", + "content": "

    Centrist senator has rejected the idea of joining GOP but has indicated openness to being an independent

    For many Democrats, Joe Manchin has become an unshakeable problem. The centrist senator is at odds with other Democrats on everything from filibuster reform to climate policy, and he recently announced his opposition to the Build Back Better Act, the lynchpin of Joe Biden’s legislative agenda.

    But Republicans think Manchin now represents an opportunity to boost their numbers.

    Continue reading...", + "category": "Joe Manchin", + "link": "https://www.theguardian.com/us-news/2021/dec/22/joe-manchin-democrats-republicans-party", + "creator": "Joan E Greve in Washington DC", + "pubDate": "2021-12-22T21:57:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198008,17 +223717,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfa950138c1409d5ce4b084e6e722958", - "highlights": [] + "hash": "9d75b3005deea682ecac160cd7fa691b" }, { - "title": "Germans flock to Poland to buy fireworks in defiance of ban", - "description": "

    Firework sales prohibited in Germany for second year in a row owing to Covid, resulting in growing stockpile

    Germans seeking to defy a government ban on the domestic selling of fireworks before new year celebrations are heading in their droves across the border to Polish shops and factories.

    A ban was announced this month for a second year in a row in an attempt to prevent large gatherings during the pandemic and to ease the burden on hospitals, which regularly have to treat serious injuries such as burns and lacerated limbs resulting from pyrotechnic accidents.

    Continue reading...", - "content": "

    Firework sales prohibited in Germany for second year in a row owing to Covid, resulting in growing stockpile

    Germans seeking to defy a government ban on the domestic selling of fireworks before new year celebrations are heading in their droves across the border to Polish shops and factories.

    A ban was announced this month for a second year in a row in an attempt to prevent large gatherings during the pandemic and to ease the burden on hospitals, which regularly have to treat serious injuries such as burns and lacerated limbs resulting from pyrotechnic accidents.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/30/germans-flock-to-poland-to-buy-fireworks-in-defiance-of-ban", - "creator": "Kate Connolly in Berlin", - "pubDate": "2021-12-30T16:40:47Z", + "title": "‘We need a new commons’: how city life can offer us the vital power of connection", + "description": "

    The pandemic has seen borders close and divisions widened. But in almost all aspects of life, humanity will only thrive by coming together


    During the pandemic, the nations of the world set about energetically strengthening borders around themselves, and within themselves, as states restricted entry. During the early lockdowns, according to the UNHCR, 168 of the world’s 195 countries partially or entirely closed their borders. This hit refugees particularly hard. “Movement is vital for people who are in flight,” said Filippo Grandi, the head of UNHCR. “They save their lives, by running.”

    The virus knows no borders; it is the ultimate globalist. Covid-19 put an end to the idea that the 19th-century European nation state is the political arrangement we should all aspire to. The nation state is an outdated concept, and ill serves the present emergency. The rich countries have frozen immigration. But when people can’t move, they also can’t earn. Global remittances – money sent back to their families by people working abroad – which amount to four times all the foreign aid given by the rich countries to the poor ones – have gone down two years in a row. Poor countries will be poorer.

    Continue reading...", + "content": "

    The pandemic has seen borders close and divisions widened. But in almost all aspects of life, humanity will only thrive by coming together


    During the pandemic, the nations of the world set about energetically strengthening borders around themselves, and within themselves, as states restricted entry. During the early lockdowns, according to the UNHCR, 168 of the world’s 195 countries partially or entirely closed their borders. This hit refugees particularly hard. “Movement is vital for people who are in flight,” said Filippo Grandi, the head of UNHCR. “They save their lives, by running.”

    The virus knows no borders; it is the ultimate globalist. Covid-19 put an end to the idea that the 19th-century European nation state is the political arrangement we should all aspire to. The nation state is an outdated concept, and ill serves the present emergency. The rich countries have frozen immigration. But when people can’t move, they also can’t earn. Global remittances – money sent back to their families by people working abroad – which amount to four times all the foreign aid given by the rich countries to the poor ones – have gone down two years in a row. Poor countries will be poorer.

    Continue reading...", + "category": "Cities", + "link": "https://www.theguardian.com/news/2021/dec/23/we-need-a-new-commons-how-city-life-can-offer-us-the-vital-power-of-connection", + "creator": "Suketu Mehta", + "pubDate": "2021-12-23T06:00:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198030,17 +223738,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3da1fd0d2ebba7ae33e8a99b26d6e7aa", - "highlights": [] + "hash": "6cfc26b9c6cae9941dd80a30af3b36c6" }, { - "title": "France suspends rule denying British residents of other EU countries transit", - "description": "

    Government says border officials will show tolerance toward those who had gone back to UK for Christmas

    The French government has suspended a new rule that prevented British nationals legally resident in other EU countries from travelling through France to reach their homes, a move that caused confusion for thousands of travellers.

    Border officials would “show tolerance” in order to “allow these nationals to transit through France to reach their residence in a country of the European Union after the Christmas and New Year period”, the interior ministry said in a statement. It came as Germany also relaxed rules for British visitors.

    Continue reading...", - "content": "

    Government says border officials will show tolerance toward those who had gone back to UK for Christmas

    The French government has suspended a new rule that prevented British nationals legally resident in other EU countries from travelling through France to reach their homes, a move that caused confusion for thousands of travellers.

    Border officials would “show tolerance” in order to “allow these nationals to transit through France to reach their residence in a country of the European Union after the Christmas and New Year period”, the interior ministry said in a statement. It came as Germany also relaxed rules for British visitors.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/30/french-border-officials-in-uk-turn-back-british-residents-of-other-eu-countries", - "creator": "Jon Henley and Aubrey Allegretti", - "pubDate": "2021-12-30T19:05:20Z", + "title": "Climate change is happening now: Meet the people on the front lines - video", + "description": "

    The Guardian and Observer’s 2021 charity appeal is fighting for climate justice. In this video, we meet some of those on the climate frontline, and the charities helping them. This year we are supporting four charities - Global Greengrants Fund UK, Royal Botanic Gardens, Kew, Environmental Justice Foundation, and Practical Action - that fight to protect the rights and livelihoods of communities hit by extreme weather events caused by the climate emergency.

    Continue reading...", + "content": "

    The Guardian and Observer’s 2021 charity appeal is fighting for climate justice. In this video, we meet some of those on the climate frontline, and the charities helping them. This year we are supporting four charities - Global Greengrants Fund UK, Royal Botanic Gardens, Kew, Environmental Justice Foundation, and Practical Action - that fight to protect the rights and livelihoods of communities hit by extreme weather events caused by the climate emergency.

    Continue reading...", + "category": "Environment", + "link": "https://www.theguardian.com/society/video/2021/dec/23/climate-change-is-happening-now-meet-the-people-on-the-front-lines-video", + "creator": "Bruno Rinvolucri and John Domokos", + "pubDate": "2021-12-23T09:22:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198052,17 +223759,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7359d142118a5ade9dcdbd3f2d8fd839", - "highlights": [] + "hash": "f169a0d8758d46646b90f911d907c53c" }, { - "title": "Hong Kong court denies bail to ex-editors after raid on news outlet", - "description": "

    It comes as US secretary of state calls for release of Stand News editors, saying ‘journalism is not sedition’

    A Hong Kong court has denied bail to two former senior editors charged with conspiring to publish seditious materials, a day after police raided Stand News, a pro-democracy media outlet, prompting its closure.

    About 200 officers raided the office of the online publication on Wednesday, froze its assets and arrested seven current and former senior editors and former board members, in the latest crackdown on the city’s press.

    Continue reading...", - "content": "

    It comes as US secretary of state calls for release of Stand News editors, saying ‘journalism is not sedition’

    A Hong Kong court has denied bail to two former senior editors charged with conspiring to publish seditious materials, a day after police raided Stand News, a pro-democracy media outlet, prompting its closure.

    About 200 officers raided the office of the online publication on Wednesday, froze its assets and arrested seven current and former senior editors and former board members, in the latest crackdown on the city’s press.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/30/journalism-is-not-sedition-blinken-urges-release-of-seven-arrested-in-hong-kong-media-raids", - "creator": "Rhoda Kwan in Taipei and agencies", - "pubDate": "2021-12-30T15:05:27Z", + "title": "Nutcrackers, Grinches and Vanessa Paradis – take the Christmas Thursday quiz", + "description": "

    Fifteen questions on general knowledge and topical trivia plus a few jokes every Thursday – how will you fare?

    Two days until Christmas, eh? Why not put aside your last-minute panic-buying, your anxiety about whether the day will go well, and your distress that nothing seems as magical as it did when you were a kid by doing the Thursday quiz? Fifteen questions on topical and general knowledge, with a few of our beloved regulars like Kate Bush, Ron from Sparks and Ding dong merrily on high the anagrams are back. Let us know how you get on in the comments, and we are sure this week you will definitely all spot the hidden Doctor Who reference.

    The Thursday quiz, No 35

    If you do think there has been an egregious error in one of the questions or answers, please feel free to email martin.belam@theguardian.com but remember, the quiz master’s word is always final, and you don’t want him sneaking down your chimney late at night. Also he is on holiday so isn’t looking at his email.

    Continue reading...", + "content": "

    Fifteen questions on general knowledge and topical trivia plus a few jokes every Thursday – how will you fare?

    Two days until Christmas, eh? Why not put aside your last-minute panic-buying, your anxiety about whether the day will go well, and your distress that nothing seems as magical as it did when you were a kid by doing the Thursday quiz? Fifteen questions on topical and general knowledge, with a few of our beloved regulars like Kate Bush, Ron from Sparks and Ding dong merrily on high the anagrams are back. Let us know how you get on in the comments, and we are sure this week you will definitely all spot the hidden Doctor Who reference.

    The Thursday quiz, No 35

    If you do think there has been an egregious error in one of the questions or answers, please feel free to email martin.belam@theguardian.com but remember, the quiz master’s word is always final, and you don’t want him sneaking down your chimney late at night. Also he is on holiday so isn’t looking at his email.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/23/the-guardian-thursday-quiz-general-knowledge-topical-news-trivia-35", + "creator": "Martin Belam", + "pubDate": "2021-12-23T11:00:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198074,17 +223780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4b65fac6793412a9b67ace5659d35a3", - "highlights": [] + "hash": "afadf7ad6e23949a6446bffbd5408777" }, { - "title": "Assunta Maresca, first female boss in Camorra mafia, dies aged 86", - "description": "

    Maresca, known as Pupetta, or ‘Little Doll’, found fame when she shot dead her husband’s killer in Naples at the age of 18

    A former beauty queen who shot to fame when she killed her husband’s killer in Naples at the age of 18 and went on to become the first female boss in Italy’s powerful Camorra mafia clan has died aged 86.

    Assunta Maresca, better known as Pupetta, or “Little Doll”, was the daughter of a notorious black marketeer. In the mid-1950s, 18 years old and six months pregnant, she tracked down Antonio Esposito, the Camorra boss who had ordered the killing of her husband, and shot him dead in broad daylight on a street in Naples.

    Continue reading...", - "content": "

    Maresca, known as Pupetta, or ‘Little Doll’, found fame when she shot dead her husband’s killer in Naples at the age of 18

    A former beauty queen who shot to fame when she killed her husband’s killer in Naples at the age of 18 and went on to become the first female boss in Italy’s powerful Camorra mafia clan has died aged 86.

    Assunta Maresca, better known as Pupetta, or “Little Doll”, was the daughter of a notorious black marketeer. In the mid-1950s, 18 years old and six months pregnant, she tracked down Antonio Esposito, the Camorra boss who had ordered the killing of her husband, and shot him dead in broad daylight on a street in Naples.

    Continue reading...", - "category": "Mafia", - "link": "https://www.theguardian.com/world/2021/dec/30/assunta-maresca-first-female-boss-in-camorra-mafia-dies-aged-86", - "creator": "Angela Giuffrida in Rome and Clare Longrigg", - "pubDate": "2021-12-30T14:54:42Z", + "title": "Spider-Man: No Way Home: Strange blunders, Spider-splicing and sizzling supervillains – discuss with spoilers", + "description": "

    What was the sorcerer thinking? Has Sony marked its turf? And where does Green Goblin rank among the great villains?

    When is a movie that’s only good, rather than great, the best thing you’ve seen all year? When it’s a fan event on the scale of Spider-Man: No Way Home, which unites everyone who ever loved the big-screen franchise (going back to 2002’s Spider-Man) for a gorgeously nostalgic feelgood romp.

    This is the climax to Jon Watts’ “Home” trilogy, following the excellent Spider-Man: Homecoming and its 2019 sequel Far From Home. But while it nicely rounds off the character arc of Tom Holland’s Peter Parker, it also restores a sense of wellbeing to the Sony-owned Spider-flicks that came before it, and may just turn out to be the future. So what did we learn from our latest trip into Spider-Man’s rapidly expanding world?

    Continue reading...", + "content": "

    What was the sorcerer thinking? Has Sony marked its turf? And where does Green Goblin rank among the great villains?

    When is a movie that’s only good, rather than great, the best thing you’ve seen all year? When it’s a fan event on the scale of Spider-Man: No Way Home, which unites everyone who ever loved the big-screen franchise (going back to 2002’s Spider-Man) for a gorgeously nostalgic feelgood romp.

    This is the climax to Jon Watts’ “Home” trilogy, following the excellent Spider-Man: Homecoming and its 2019 sequel Far From Home. But while it nicely rounds off the character arc of Tom Holland’s Peter Parker, it also restores a sense of wellbeing to the Sony-owned Spider-flicks that came before it, and may just turn out to be the future. So what did we learn from our latest trip into Spider-Man’s rapidly expanding world?

    Continue reading...", + "category": "Spider-Man: No Way Home", + "link": "https://www.theguardian.com/film/2021/dec/23/spider-man-no-way-home-discuss-with-spoilers", + "creator": "Ben Child", + "pubDate": "2021-12-23T09:26:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198096,17 +223801,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a4eb8c60c5be9413a36737fbc42b236", - "highlights": [] + "hash": "8b2fa86018feee7d9e1d6102320e5858" }, { - "title": "Fireworks could fizzle out as drones rise in popularity for new year", - "description": "

    Use of the devices has taken off in recent years, with apparent benefits including less distress to animals

    As new year approaches, crowds around the world may be expecting whizzes and bangs to light up the sky. But the appeal of fireworks could fizzle out with the growing use of drones for light shows.

    One notable example was the opening ceremony of this year’s Tokyo Olympics, while the Over the Top NYE event at Reunion Tower in Dallas is among those planning to combine fireworks and drones to welcome 2022.

    Continue reading...", - "content": "

    Use of the devices has taken off in recent years, with apparent benefits including less distress to animals

    As new year approaches, crowds around the world may be expecting whizzes and bangs to light up the sky. But the appeal of fireworks could fizzle out with the growing use of drones for light shows.

    One notable example was the opening ceremony of this year’s Tokyo Olympics, while the Over the Top NYE event at Reunion Tower in Dallas is among those planning to combine fireworks and drones to welcome 2022.

    Continue reading...", - "category": "Drones (non-military)", - "link": "https://www.theguardian.com/uk-news/2021/dec/30/fireworks-could-fizzle-out-drones-rise-popularity-new-year", - "creator": "Nicola Davis Science correspondent", - "pubDate": "2021-12-30T12:02:47Z", + "title": "Northern Ireland and Wales to bring in tough Omicron restrictions", + "description": "

    Devolved nations to reintroduce rule of six for hospitality venues and other measures from Boxing Day

    Wales and Northern Ireland have announced stringent restrictions that will come into force from Boxing Day, including the return of the rule of six for hospitality venues, in an effort to curb the spread of the Omicron variant.

    The first minister of Wales, Mark Drakeford, accused Boris Johnson of being in a “state of paralysis,” over Omicron as he set out a package of strict measures he said would put his country at “alert level two”.

    Continue reading...", + "content": "

    Devolved nations to reintroduce rule of six for hospitality venues and other measures from Boxing Day

    Wales and Northern Ireland have announced stringent restrictions that will come into force from Boxing Day, including the return of the rule of six for hospitality venues, in an effort to curb the spread of the Omicron variant.

    The first minister of Wales, Mark Drakeford, accused Boris Johnson of being in a “state of paralysis,” over Omicron as he set out a package of strict measures he said would put his country at “alert level two”.

    Continue reading...", + "category": "Wales", + "link": "https://www.theguardian.com/world/2021/dec/22/wales-enforce-rule-of-six-help-tackle-omicron-spread", + "creator": "Heather Stewart Political editor", + "pubDate": "2021-12-22T19:24:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198118,17 +223822,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cce9304a06199ee3c4305a18c2540e3", - "highlights": [] + "hash": "b5980595b84fab481f86e999564e5272" }, { - "title": "How Australia went from Covid-zero to Covid-central in just a few months", - "description": "

    Arrival of Omicron variant coupled with loosening of restrictions has seen ‘fortress Australia’ policy abandoned

    Since the Covid-19 pandemic began to emerge across the globe almost two years ago, Australia has often appeared to be living in a parallel reality.

    In November last year, when more than 50,000 people had already died in the UK and daily case numbers were hovering at about 33,000 during a suffocating lockdown, the Queensland premier, Annastacia Palaszczuk, was boasting of packed crowds at rugby games.

    Continue reading...", - "content": "

    Arrival of Omicron variant coupled with loosening of restrictions has seen ‘fortress Australia’ policy abandoned

    Since the Covid-19 pandemic began to emerge across the globe almost two years ago, Australia has often appeared to be living in a parallel reality.

    In November last year, when more than 50,000 people had already died in the UK and daily case numbers were hovering at about 33,000 during a suffocating lockdown, the Queensland premier, Annastacia Palaszczuk, was boasting of packed crowds at rugby games.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/30/how-australia-went-from-covid-zero-to-covid-central-in-just-a-few-months", - "creator": "Michael McGowan in Sydney", - "pubDate": "2021-12-30T14:56:12Z", + "title": "Israeli archaeologists find treasure trove among Mediterranean shipwrecks", + "description": "

    Hundreds of Roman and medieval coins and artefacts uncovered near ancient city of Caesarea

    Archaeologists in Israel have discovered the remnants of two shipwrecks off the Mediterranean coast, replete with a sunken trove of hundreds Roman and medieval silver coins.

    The finds made near the ancient city of Caesarea were dated to the Roman and Mamluk periods, about 1,700 and 600 years ago, archaeologists said. They include hundreds of Roman silver and bronze coins dating to the mid-third century, as well as more than 500 silver coins from the middle ages found amid the sediment.

    Continue reading...", + "content": "

    Hundreds of Roman and medieval coins and artefacts uncovered near ancient city of Caesarea

    Archaeologists in Israel have discovered the remnants of two shipwrecks off the Mediterranean coast, replete with a sunken trove of hundreds Roman and medieval silver coins.

    The finds made near the ancient city of Caesarea were dated to the Roman and Mamluk periods, about 1,700 and 600 years ago, archaeologists said. They include hundreds of Roman silver and bronze coins dating to the mid-third century, as well as more than 500 silver coins from the middle ages found amid the sediment.

    Continue reading...", + "category": "Archaeology", + "link": "https://www.theguardian.com/science/2021/dec/22/israeli-archaeologists-find-treasure-trove-among-mediterranean-shipwrecks", + "creator": "AP in Jerusalem", + "pubDate": "2021-12-22T17:45:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198140,17 +223843,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31b602bf421616989eb85b39f34618a9", - "highlights": [] + "hash": "a9bbd8b71fb0d4bb8f06a9608c5d8470" }, { - "title": "UK Covid case numbers hit another record high at more than 189,000", - "description": "

    Thursday’s figure is new daily record, with the number of people in hospital and deaths also rising

    Confirmed daily Covid cases in the UK hit yet another high on Thursday, with 189,213 reported in the past 24 hours, while the number of people in hospital and deaths have also risen, data reveals.

    On Wednesday 183,037 daily cases were reported for the whole of the UK – a record at the time – although this figure included a backlog in some nations from before and during the Christmas period, with five days of case data included for Northern Ireland. Thursday’s newly reported cases for Wales covered a two-day period.

    Continue reading...", - "content": "

    Thursday’s figure is new daily record, with the number of people in hospital and deaths also rising

    Confirmed daily Covid cases in the UK hit yet another high on Thursday, with 189,213 reported in the past 24 hours, while the number of people in hospital and deaths have also risen, data reveals.

    On Wednesday 183,037 daily cases were reported for the whole of the UK – a record at the time – although this figure included a backlog in some nations from before and during the Christmas period, with five days of case data included for Northern Ireland. Thursday’s newly reported cases for Wales covered a two-day period.

    Continue reading...", + "title": "UK, EU and US ‘get more Covid vaccines in six weeks than Africa has all year’", + "description": "

    Analysis from People’s Vaccine Alliance highlights gulf as it calls for dose recipes to be shared

    The UK, European Union and the US have received more doses of Covid-19 vaccines in the past six weeks than African countries have all year, according to analysis from the People’s Vaccine Alliance (PVA).

    The research comes after the former prime minister Gordon Brown called the rollout a “stain on our soul” and organisations and charities step up calls for Moderna and Pfizer to share their vaccine recipes, and for governments to distribute urgently needed vaccines to poorer nations.

    Continue reading...", + "content": "

    Analysis from People’s Vaccine Alliance highlights gulf as it calls for dose recipes to be shared

    The UK, European Union and the US have received more doses of Covid-19 vaccines in the past six weeks than African countries have all year, according to analysis from the People’s Vaccine Alliance (PVA).

    The research comes after the former prime minister Gordon Brown called the rollout a “stain on our soul” and organisations and charities step up calls for Moderna and Pfizer to share their vaccine recipes, and for governments to distribute urgently needed vaccines to poorer nations.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/30/uk-covid-case-numbers-hit-another-record-high-at-more-than-189000", - "creator": "Nicola Davis Science correspondent", - "pubDate": "2021-12-30T20:54:44Z", + "link": "https://www.theguardian.com/world/2021/dec/23/uk-eu-us-get-more-covid-vaccines-six-weeks-africa-all-year", + "creator": "Alexandra Toppingand agencies", + "pubDate": "2021-12-23T11:07:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198162,17 +223864,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df8f7f193520574b08fb17f8bd329515", - "highlights": [] + "hash": "e76c687efc62ff81b5173ec9de77547d" }, { - "title": "‘Atmosphere of fear’: Hong Kong students lament loss of Tiananmen statues", - "description": "

    Staff and students say the recent destruction of massacre monuments is a manifestation of a new and uneasy culture on campus

    Sophie Mak, a recent graduate of law and literature, had walked past the fiery orange monument between classes for five years. A month after her graduation ceremony at the University of Hong Kong (HKU), two nights before Christmas, workers erected barricades around the statue. Under the cover of darkness, they cut it down.

    “It’s an absolute disgrace that HKU removed the Pillar of Shame so callously and so furtively,” Mak says.

    Continue reading...", - "content": "

    Staff and students say the recent destruction of massacre monuments is a manifestation of a new and uneasy culture on campus

    Sophie Mak, a recent graduate of law and literature, had walked past the fiery orange monument between classes for five years. A month after her graduation ceremony at the University of Hong Kong (HKU), two nights before Christmas, workers erected barricades around the statue. Under the cover of darkness, they cut it down.

    “It’s an absolute disgrace that HKU removed the Pillar of Shame so callously and so furtively,” Mak says.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/31/atmosphere-of-fear-hong-kong-students-lament-loss-of-tiananmen-statues", - "creator": "Rhoda Kwan in Taipei", - "pubDate": "2021-12-31T01:08:34Z", + "title": "US hospitals struggle with staffing shortages and Omicron outbreaks", + "description": "

    As the holidays approach – and some health workers contract Covid – experts warn of an unmanageable crush of patients

    On her fourth day of Covid symptoms, Ruth woke up in the worst pain of her life. It felt like her joints were filled with broken glass; she couldn’t walk, couldn’t move. “It was worse than childbirth,” she said.

    When friends texted to check on her, she couldn’t hold the phone or move her fingers to write back. Her doctor called in medication, and it took Ruth 40 minutes to shuffle to the pharmacy half a block away.

    Continue reading...", + "content": "

    As the holidays approach – and some health workers contract Covid – experts warn of an unmanageable crush of patients

    On her fourth day of Covid symptoms, Ruth woke up in the worst pain of her life. It felt like her joints were filled with broken glass; she couldn’t walk, couldn’t move. “It was worse than childbirth,” she said.

    When friends texted to check on her, she couldn’t hold the phone or move her fingers to write back. Her doctor called in medication, and it took Ruth 40 minutes to shuffle to the pharmacy half a block away.

    Continue reading...", + "category": "US healthcare", + "link": "https://www.theguardian.com/us-news/2021/dec/23/us-hospitals-staffing-shortages-omicron-covid", + "creator": "Melody Schreiber", + "pubDate": "2021-12-23T10:00:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198184,17 +223885,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7dd5634b04072cd4ee235655a439c1a1", - "highlights": [] + "hash": "e007773f2579da2a3b1a11ce9f9a3162" }, { - "title": "Ghislaine Maxwell more evil than Epstein, says Virginia Giuffre", - "description": "

    Alleged victim says socialite preyed on vulnerable girls, and her conviction is a bittersweet moment

    Ghislaine Maxwell’s crimes were even worse than those of the sexual predator for whom she trafficked girls because she used her ability to gain the girls’ confidence to drag them into a world of abuse, an alleged victim has said.

    Virginia Giuffre, who claims she was trafficked by Maxwell’s boyfriend Jeffrey Epstein, but who did not give testimony in the case that concluded on Wednesday, said Maxwell and Epstein had taken a part of her childhood that she could never get back.

    Continue reading...", - "content": "

    Alleged victim says socialite preyed on vulnerable girls, and her conviction is a bittersweet moment

    Ghislaine Maxwell’s crimes were even worse than those of the sexual predator for whom she trafficked girls because she used her ability to gain the girls’ confidence to drag them into a world of abuse, an alleged victim has said.

    Virginia Giuffre, who claims she was trafficked by Maxwell’s boyfriend Jeffrey Epstein, but who did not give testimony in the case that concluded on Wednesday, said Maxwell and Epstein had taken a part of her childhood that she could never get back.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/30/ghislaine-maxwell-more-evil-than-epstein-says-virginia-giuffre", - "creator": "Kevin Rawlinson", - "pubDate": "2021-12-30T13:19:47Z", + "title": "‘An act of rebellion’: the young farmers revolutionizing Puerto Rico’s agriculture", + "description": "

    The island imports 85% of its food but three farms are part of the agroecology movement seeking food sovereignty and climate solutions

    Puerto Rico was once a thriving agricultural hub thanks to its tropical climate, rich biodiversity, and sustainable farming traditions.

    Today, less than 2% of the workforce is employed in agriculture and tens of thousands of acres of arable land sit idle. Meanwhile 85% of the food eaten in Puerto Rico is imported, grocery prices are among the highest in the US and last year two in five people experienced food insecurity. “Unemployment is brutal, prices are brutal, migration from the island is brutal,” said Denise Santos, who runs Puerto Rico’s food bank.

    It involves a set of farming principles and practices that can be adapted to any ecosystem, microclimate and culture – a way of life practiced for thousands of years by indigenous people and peasant farmers. Farmers often integrate crops, livestock and trees (agroforestry) in order to maximize ecological conditions, such as a fruit orchard that aids water retention and provides shade for crops and grazing animals who in turn fertilize the earth to improve the yield.

    Crop rotation and crop cover are fundamental to this holistic approach, that takes into consideration the well-being of the Earth, those who produce the food as well as the local communities who eat it. Like in nature, every part of every ecosystem – which includes the farmers – help and depend on each other in some way. Contrast this to intensive industrialized farming which guzzles water, depletes the soil and burns fossil fuels (for fertilizers and powering machinery) to control the environment for genetically identical monocrop production.

    Advocates say agroecology offers locally driven solutions to a myriad of interconnected crises including food insecurity, biodiversity loss, environmental degradation and global heating.

    Agroecology is a social and political movement seeking to influence public policies so that sustainable farming benefits from government support (tax breaks, subsidies, and bailouts) currently propping up the dominant industrial agriculture system which is a major cause of biodiversity loss and accounts for more than a quarter of global greenhouse gases.

    Continue reading...", + "content": "

    The island imports 85% of its food but three farms are part of the agroecology movement seeking food sovereignty and climate solutions

    Puerto Rico was once a thriving agricultural hub thanks to its tropical climate, rich biodiversity, and sustainable farming traditions.

    Today, less than 2% of the workforce is employed in agriculture and tens of thousands of acres of arable land sit idle. Meanwhile 85% of the food eaten in Puerto Rico is imported, grocery prices are among the highest in the US and last year two in five people experienced food insecurity. “Unemployment is brutal, prices are brutal, migration from the island is brutal,” said Denise Santos, who runs Puerto Rico’s food bank.

    It involves a set of farming principles and practices that can be adapted to any ecosystem, microclimate and culture – a way of life practiced for thousands of years by indigenous people and peasant farmers. Farmers often integrate crops, livestock and trees (agroforestry) in order to maximize ecological conditions, such as a fruit orchard that aids water retention and provides shade for crops and grazing animals who in turn fertilize the earth to improve the yield.

    Crop rotation and crop cover are fundamental to this holistic approach, that takes into consideration the well-being of the Earth, those who produce the food as well as the local communities who eat it. Like in nature, every part of every ecosystem – which includes the farmers – help and depend on each other in some way. Contrast this to intensive industrialized farming which guzzles water, depletes the soil and burns fossil fuels (for fertilizers and powering machinery) to control the environment for genetically identical monocrop production.

    Advocates say agroecology offers locally driven solutions to a myriad of interconnected crises including food insecurity, biodiversity loss, environmental degradation and global heating.

    Agroecology is a social and political movement seeking to influence public policies so that sustainable farming benefits from government support (tax breaks, subsidies, and bailouts) currently propping up the dominant industrial agriculture system which is a major cause of biodiversity loss and accounts for more than a quarter of global greenhouse gases.

    Continue reading...", + "category": "Agriculture", + "link": "https://www.theguardian.com/environment/2021/dec/23/puerto-rico-agroecology-farmers", + "creator": "Nina Lakhani in Puerto Rico", + "pubDate": "2021-12-23T10:30:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198206,17 +223906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a0872281995ec1fb956c06dbc12f960", - "highlights": [] + "hash": "99819821ae4769b23960c3942516f5df" }, { - "title": "The 10 best video games coming in 2022", - "description": "

    George RR Martin joins forces with the makers of Dark Souls, ghosts take over in Japan and a Nintendo sequel you could be playing all year

    More cultural highlights of 2022

    (Xbox One/Series S/Series X, PlayStation 4/5, PC) The long-awaited fantasy epic from Dark Souls’ creators FromSoftware, with narrative input from George RR Martin. It combines a huge, detailed open world, inhabited by everything from dragons and wolves to trolls and patrolling soldiers, with the developer’s signature heart-in-mouth, swords-and-sorcery combat. An intriguing world to discover alone, or with other players.

    Continue reading...", - "content": "

    George RR Martin joins forces with the makers of Dark Souls, ghosts take over in Japan and a Nintendo sequel you could be playing all year

    More cultural highlights of 2022

    (Xbox One/Series S/Series X, PlayStation 4/5, PC) The long-awaited fantasy epic from Dark Souls’ creators FromSoftware, with narrative input from George RR Martin. It combines a huge, detailed open world, inhabited by everything from dragons and wolves to trolls and patrolling soldiers, with the developer’s signature heart-in-mouth, swords-and-sorcery combat. An intriguing world to discover alone, or with other players.

    Continue reading...", - "category": "Games", - "link": "https://www.theguardian.com/games/2021/dec/30/games-preview-2022", - "creator": "Keza MacDonald", - "pubDate": "2021-12-30T14:00:05Z", + "title": "'We won't hesitate': Boris Johnson says government can't rule out new Covid restrictions – video", + "description": "

    The prime minister held off announcing new Covid restrictions following a meeting of the cabinet. He said that the decisions for and against further restrictions are 'finely balanced' but that the government 'won’t hesitate to take action' to protect public health and the NHS. Asked about the photo from the garden at No 10 during the 2020 lockdown, Johnson said the people in it were working

    Continue reading...", + "content": "

    The prime minister held off announcing new Covid restrictions following a meeting of the cabinet. He said that the decisions for and against further restrictions are 'finely balanced' but that the government 'won’t hesitate to take action' to protect public health and the NHS. Asked about the photo from the garden at No 10 during the 2020 lockdown, Johnson said the people in it were working

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/20/we-wont-hesitate-boris-johnson-says-government-cant-rule-out-new-covid-restrictions-video", + "creator": "", + "pubDate": "2021-12-20T18:31:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198228,17 +223927,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "63062a8c387b2f6d66cf8ead2c4e8489", - "highlights": [] + "hash": "8901ee4c967401190a3826c88ecff0dd" }, { - "title": "‘We’ll get it done. Come hell, high water or Covid’: Can 2022 be a super year for nature?", - "description": "

    Biodiversity talks in Kunming are likely to be delayed again, but the world urgently needs a Paris-style agreement for nature

    It was supposed to be a “super year for nature”: 2020 was going to be “a major opportunity to bring nature back from the brink”. But then the coronavirus pandemic set in and long-held plans to tackle the environmental crisis, kickstarted at Davos in January, where the financial elite underscored the risks of global heating and biodiversity loss to human civilisation, never happened. The biggest biodiversity summit in a decade, Cop15 in Kunming, China, where world leaders were expected to strike a deal to halt and reverse the destruction of ecosystems by reaching a Paris-style agreement for nature was postponed until 2021. The Cop26 climate summit was also postponed for a year.

    As we enter 2022, there has still not been a super year for nature. Substantive negotiations for the biodiversity Cop15 meeting in China, the little sister to the climate convention, are likely to be delayed a fourth time as a result of the Omicron variant. Preparatory talks planned for January 2022 in Geneva have been pushed back – again – until March in a process that is feeling increasingly cursed, despite the best efforts of organisers.

    Continue reading...", - "content": "

    Biodiversity talks in Kunming are likely to be delayed again, but the world urgently needs a Paris-style agreement for nature

    It was supposed to be a “super year for nature”: 2020 was going to be “a major opportunity to bring nature back from the brink”. But then the coronavirus pandemic set in and long-held plans to tackle the environmental crisis, kickstarted at Davos in January, where the financial elite underscored the risks of global heating and biodiversity loss to human civilisation, never happened. The biggest biodiversity summit in a decade, Cop15 in Kunming, China, where world leaders were expected to strike a deal to halt and reverse the destruction of ecosystems by reaching a Paris-style agreement for nature was postponed until 2021. The Cop26 climate summit was also postponed for a year.

    As we enter 2022, there has still not been a super year for nature. Substantive negotiations for the biodiversity Cop15 meeting in China, the little sister to the climate convention, are likely to be delayed a fourth time as a result of the Omicron variant. Preparatory talks planned for January 2022 in Geneva have been pushed back – again – until March in a process that is feeling increasingly cursed, despite the best efforts of organisers.

    Continue reading...", - "category": "Biodiversity", - "link": "https://www.theguardian.com/environment/2021/dec/30/super-year-for-nature-is-on-hold-again-but-how-long-can-planet-wait-kunming-aoe", - "creator": "Patrick Greenfield", - "pubDate": "2021-12-30T13:30:05Z", + "title": "Covid news live: Omicron carries lower hospitalisation risk, studies suggest; China locks down city of 13 million", + "description": "

    Data from the UK and South Africa suggest Omicron carries a reduced risk of hospitalisation and severe disease; Xi’an, China, is under strict lockdown following 52 new infections

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", + "content": "

    Data from the UK and South Africa suggest Omicron carries a reduced risk of hospitalisation and severe disease; Xi’an, China, is under strict lockdown following 52 new infections

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/23/covid-news-live-omicron-carries-lower-hospitalisation-risk-studies-suggest-china-locks-down-city-of-13-million", + "creator": "Samantha Lock", + "pubDate": "2021-12-23T05:13:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198250,17 +223948,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9fbdd39835e62e2a59e221895d5ba77", - "highlights": [] + "hash": "24ebd802f5440031754a997549dfed07" }, { - "title": "How the pandemic transformed the world of work in 2021", - "description": "

    There were winners and losers as work patterns continued changing, with repercussions for city centres and society as a whole

    Of all the predictions on your 2021 bingo card, who had employees being fined for going into the office? Workers in Wales now face that threat since the tightening of Covid regulations amid the spread of the Omicron variant, with a possible £60 penalty for failing to work from home.

    That is just one of many examples of how the pandemic has transformed the world of work this year – and perhaps for ever – for city centre employers, their staff and the service industry that depends on them for trade.

    Continue reading...", - "content": "

    There were winners and losers as work patterns continued changing, with repercussions for city centres and society as a whole

    Of all the predictions on your 2021 bingo card, who had employees being fined for going into the office? Workers in Wales now face that threat since the tightening of Covid regulations amid the spread of the Omicron variant, with a possible £60 penalty for failing to work from home.

    That is just one of many examples of how the pandemic has transformed the world of work this year – and perhaps for ever – for city centre employers, their staff and the service industry that depends on them for trade.

    Continue reading...", - "category": "Working from home", - "link": "https://www.theguardian.com/money/2021/dec/30/how-the-pandemic-transformed-the-world-of-work-in-2021", - "creator": "Joanna Partridge", - "pubDate": "2021-12-30T14:04:43Z", + "title": "Russia claims it will begin talks with US and Nato", + "description": "

    If confirmed, talks would begin a contentious effort to avert a Russian offensive in Ukraine this winter

    Russia claims it has agreed to begin talks with the US early next year to discuss Moscow’s demands for “security guarantees” in Europe, including a ban on Ukraine’s entrance into the Nato military alliance.

    If confirmed, the talks would begin a contentious effort to avert a Russian offensive in Ukraine this winter, as Kyiv and eastern European governments have demanded not to be left out of any deal with Moscow that affects their interests as well.

    Continue reading...", + "content": "

    If confirmed, talks would begin a contentious effort to avert a Russian offensive in Ukraine this winter

    Russia claims it has agreed to begin talks with the US early next year to discuss Moscow’s demands for “security guarantees” in Europe, including a ban on Ukraine’s entrance into the Nato military alliance.

    If confirmed, the talks would begin a contentious effort to avert a Russian offensive in Ukraine this winter, as Kyiv and eastern European governments have demanded not to be left out of any deal with Moscow that affects their interests as well.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/22/we-do-not-want-war-russia-says-it-will-begin-talks-with-us-and-nato", + "creator": "Andrew Roth in Moscow, David Smith in Washington, and Dan Sabbagh", + "pubDate": "2021-12-22T17:57:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198272,17 +223969,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f26f381db5b3bebc2e004b5fe898b9a5", - "highlights": [] + "hash": "351738c1569cb56c088c10530fdf3fbf" }, { - "title": "Murder investigation launched after 15-year-old fatally stabbed in Croydon", - "description": "

    The teenage boy was killed in Ashburton Park in south London on Thursday evening

    A murder investigation has been launched after a 15-year-old boy was stabbed to death in Ashburton Park, Croydon, south London.

    Police officers went to the scene shortly after 7pm on Thursday.

    Continue reading...", - "content": "

    The teenage boy was killed in Ashburton Park in south London on Thursday evening

    A murder investigation has been launched after a 15-year-old boy was stabbed to death in Ashburton Park, Croydon, south London.

    Police officers went to the scene shortly after 7pm on Thursday.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/30/investigation-launched-after-15-year-old-fatally-stabbed-in-croydon", - "creator": "PA Media", - "pubDate": "2021-12-30T23:19:57Z", + "title": "Teacher and partner jailed after they filmed themselves abusing girl", + "description": "

    Julie Morris, who was head of safeguarding at primary school, admitted 18 child sexual abuse offences

    A deputy headteacher and her partner have been jailed for child sexual abuse offences after they filmed themselves abusing and raping a girl.

    Julie Morris, a teacher who was also head of safeguarding at a primary school in Wigan, was sentenced to 13 years and four months in prison after she pleaded guilty to 18 child sexual abuse offences, including two counts of rape.

    Continue reading...", + "content": "

    Julie Morris, who was head of safeguarding at primary school, admitted 18 child sexual abuse offences

    A deputy headteacher and her partner have been jailed for child sexual abuse offences after they filmed themselves abusing and raping a girl.

    Julie Morris, a teacher who was also head of safeguarding at a primary school in Wigan, was sentenced to 13 years and four months in prison after she pleaded guilty to 18 child sexual abuse offences, including two counts of rape.

    Continue reading...", + "category": "Crime", + "link": "https://www.theguardian.com/uk-news/2021/dec/22/teacher-and-partner-jailed-after-they-filmed-themselves-abusing-girl", + "creator": "Helen Pidd North of England editor", + "pubDate": "2021-12-22T18:43:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198294,17 +223990,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "030051f333f101884402a32a339fea2f", - "highlights": [] + "hash": "cc5310e827026f5a134955d78201ff7b" }, { - "title": "Colorado trucker’s 110-year sentence reduced to 10 years after outcry", - "description": "

    The governor commuted Rogel Aguilera-Mederos’s sentence and the 26-year-old will be eligible for parole in five years

    The Colorado governor has intervened to reduce the 110-year sentence handed down to a trucker for his role in a fatal 2019 collision after widespread outcry and calls for leniency.

    Jared Polis announced Thursday he would commute the sentence for Rogel Aguilera-Mederos, reducing his sentence from 110 years to 10 years. Under the new sentence, the 26-year-old would be eligible for parole in five years.

    Continue reading...", - "content": "

    The governor commuted Rogel Aguilera-Mederos’s sentence and the 26-year-old will be eligible for parole in five years

    The Colorado governor has intervened to reduce the 110-year sentence handed down to a trucker for his role in a fatal 2019 collision after widespread outcry and calls for leniency.

    Jared Polis announced Thursday he would commute the sentence for Rogel Aguilera-Mederos, reducing his sentence from 110 years to 10 years. Under the new sentence, the 26-year-old would be eligible for parole in five years.

    Continue reading...", - "category": "Colorado", - "link": "https://www.theguardian.com/us-news/2021/dec/30/colorado-trucker-given-110-years-has-sentenced-reduced-after-outcry", - "creator": "Dani Anguiano in Los Angeles", - "pubDate": "2021-12-31T01:16:40Z", + "title": "World’s oldest family tree revealed in 5,700-year-old Cotswolds tomb", + "description": "

    DNA analysis of bodies in Hazleton North long cairn finds five generations of an extended family

    An analysis of DNA from a 5,700-year-old tomb has revealed the world’s oldest family tree, shedding “extraordinary” light on the importance of family and descent among people who were some of Britain’s first farmers.

    A research team has examined the bones and teeth of 35 people in one of Britain’s best preserved neolithic tombs, near the village of Hazleton in the Cotswolds. The results, said Dr Chris Fowler of Newcastle University, are nothing short of “astounding”.

    Continue reading...", + "content": "

    DNA analysis of bodies in Hazleton North long cairn finds five generations of an extended family

    An analysis of DNA from a 5,700-year-old tomb has revealed the world’s oldest family tree, shedding “extraordinary” light on the importance of family and descent among people who were some of Britain’s first farmers.

    A research team has examined the bones and teeth of 35 people in one of Britain’s best preserved neolithic tombs, near the village of Hazleton in the Cotswolds. The results, said Dr Chris Fowler of Newcastle University, are nothing short of “astounding”.

    Continue reading...", + "category": "Archaeology", + "link": "https://www.theguardian.com/science/2021/dec/22/worlds-oldest-family-tree-costwolds-tomb-hazleton-north-long-cairn-dna", + "creator": "Mark Brown", + "pubDate": "2021-12-22T16:16:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198316,17 +224011,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55e59f5f18d7b0e7d38dfa74933cac3a", - "highlights": [] + "hash": "9e2dcd870d266caa8e5e9e0bccdaab14" }, { - "title": "Australia Covid news live: positive case throws fourth Ashes Test into doubt; Qld records 3,118 cases; NSW 21,151 cases; Victoria 5,919 cases", - "description": "

    Queensland records 3,118 new Covid-19 cases; Australian batsman Travis Head tests positive ahead of fourth Ashes Test; NSW records 21,151 new cases and six deaths; Victoria records 5,919 cases and seven deaths; South Australia refuses to adopt new close contact definition. Follow all today’s news

    China’s foreign ministry has responded to reports that the Australian Department of Defence has not recommended scrapping a Chinese company’s long-term lease over the Port of Darwin.

    Earlier this week, the Australian newspaper reported that a Defence review had found there were no national security grounds sufficient to recommend a government intervention to overturn the 99-year lease to Chinese company Landbridge. The newspaper reported the cabinet’s national security committee had not yet taken any action, because there was no formal recommendation from Defence for a national security intervention, but the Morrison government was still reviewing the matter.

    Plan ahead. Watch your alcohol consumption in relation to the Covid-safe deployments.

    We ask you to maintain masks and physical distancing.

    Police will be out in force on our roads and at events, not just in Sydney, but right across the state to make sure everyone rings in the new year safely.

    Continue reading...", - "content": "

    Queensland records 3,118 new Covid-19 cases; Australian batsman Travis Head tests positive ahead of fourth Ashes Test; NSW records 21,151 new cases and six deaths; Victoria records 5,919 cases and seven deaths; South Australia refuses to adopt new close contact definition. Follow all today’s news

    China’s foreign ministry has responded to reports that the Australian Department of Defence has not recommended scrapping a Chinese company’s long-term lease over the Port of Darwin.

    Earlier this week, the Australian newspaper reported that a Defence review had found there were no national security grounds sufficient to recommend a government intervention to overturn the 99-year lease to Chinese company Landbridge. The newspaper reported the cabinet’s national security committee had not yet taken any action, because there was no formal recommendation from Defence for a national security intervention, but the Morrison government was still reviewing the matter.

    Plan ahead. Watch your alcohol consumption in relation to the Covid-safe deployments.

    We ask you to maintain masks and physical distancing.

    Police will be out in force on our roads and at events, not just in Sydney, but right across the state to make sure everyone rings in the new year safely.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/31/australia-news-live-covid-morrison-rapid-test-nsw-victoria-albanese-queensland-case-numbers-new-year-coronavirus-sa-updates", - "creator": "Mostafa Rachwani", - "pubDate": "2021-12-31T01:31:14Z", + "title": "‘It’s a ghost town’: Covid has left NSW’s second-largest city reeling", + "description": "

    After an Omicron outbreak at popular nightclub Argyle House, Newcastle’s pubs are closing their doors and ‘everyone’s staying away’

    On the main street of Newcastle, the Happy Wombat pub has become an oasis in the desert.

    “I feel like I’m running the last waterhole, and everyone’s coming here to drink the muddy water,” publican Luke Tilse tells Guardian Australia.

    Continue reading...", + "content": "

    After an Omicron outbreak at popular nightclub Argyle House, Newcastle’s pubs are closing their doors and ‘everyone’s staying away’

    On the main street of Newcastle, the Happy Wombat pub has become an oasis in the desert.

    “I feel like I’m running the last waterhole, and everyone’s coming here to drink the muddy water,” publican Luke Tilse tells Guardian Australia.

    Continue reading...", + "category": "Newcastle and the Hunter", + "link": "https://www.theguardian.com/australia-news/2021/dec/23/its-a-ghost-town-covid-has-left-nsws-second-largest-city-reeling", + "creator": "Michael McGowan", + "pubDate": "2021-12-22T16:30:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198338,17 +224032,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5dd6e0354bb15d3fce473d4db0ec738", - "highlights": [] + "hash": "d7b1207102c8e45b686abfabd0bdd652" }, { - "title": "‘It could explode at any time’: photographing Haiti’s gang warfare", - "description": "

    In a country dominated by gangs, photographer Rodrigo Abd’s images show both armed gangsters and the residents they terrorise

    The two images are as stark as what they represent: the cause and effect of Haiti’s increasing woes. In one, a masked and armed gangster keeps lookout on a Port-au-Prince rooftop, just a few blocks from the presidential palace. In the other, a family recently displaced by gang violence takes shelter in a school that now houses dozens of families, a stone’s throw from their homes.

    “Port-au-Prince is almost entirely controlled by gangs, and we wanted to show the efforts of people that are running businesses to survive,” says Rodrigo Abd, 45, an Argentinian staff photographer with the Associated Press who took the images. “But I was also trying to show another side to Haiti, to avoid the stereotypes that we always repeat, to show the violent without the violence, or the poor without the poverty.”

    Continue reading...", - "content": "

    In a country dominated by gangs, photographer Rodrigo Abd’s images show both armed gangsters and the residents they terrorise

    The two images are as stark as what they represent: the cause and effect of Haiti’s increasing woes. In one, a masked and armed gangster keeps lookout on a Port-au-Prince rooftop, just a few blocks from the presidential palace. In the other, a family recently displaced by gang violence takes shelter in a school that now houses dozens of families, a stone’s throw from their homes.

    “Port-au-Prince is almost entirely controlled by gangs, and we wanted to show the efforts of people that are running businesses to survive,” says Rodrigo Abd, 45, an Argentinian staff photographer with the Associated Press who took the images. “But I was also trying to show another side to Haiti, to avoid the stereotypes that we always repeat, to show the violent without the violence, or the poor without the poverty.”

    Continue reading...", - "category": "Photography", - "link": "https://www.theguardian.com/global-development/2021/dec/28/it-could-explode-at-any-time-photographing-haitis-gang-warfare", - "creator": "Joe Parkin Daniels", - "pubDate": "2021-12-28T15:00:00Z", + "title": "The Matrix Resurrections: the bonkers visuals, the love story and the final reveal – discuss with spoilers", + "description": "

    Neil Patrick Harris and Yahya Abdul-Mateen II join Keanu Reeves and Carrie-Anne Moss in a fourth instalment in the franchise that is full of little treasures

    • This article contains spoilers for The Matrix Resurrections

    There’s no need for a blue pill. The Matrix Resurrections is, by and large, an engaging and energetic motion picture, and worthy of being on the same shelf as the groundbreaking original from 1999. Unlike the soul-crushingly dull previous entry, The Matrix Revolutions, it remembers that mind-scrambling pseudo-intellectual yammering gets tiresome on-screen if there isn’t also some fun. Luckily, director Lana Wachowski, working apart from her sister Lilly for the first time, and her screenwriting partners David Mitchell and Aleksandar Hemon, have included plenty of flashbacks. A rewatch isn’t absolutely necessary. But talking about the new one after you see it is.

    Continue reading...", + "content": "

    Neil Patrick Harris and Yahya Abdul-Mateen II join Keanu Reeves and Carrie-Anne Moss in a fourth instalment in the franchise that is full of little treasures

    • This article contains spoilers for The Matrix Resurrections

    There’s no need for a blue pill. The Matrix Resurrections is, by and large, an engaging and energetic motion picture, and worthy of being on the same shelf as the groundbreaking original from 1999. Unlike the soul-crushingly dull previous entry, The Matrix Revolutions, it remembers that mind-scrambling pseudo-intellectual yammering gets tiresome on-screen if there isn’t also some fun. Luckily, director Lana Wachowski, working apart from her sister Lilly for the first time, and her screenwriting partners David Mitchell and Aleksandar Hemon, have included plenty of flashbacks. A rewatch isn’t absolutely necessary. But talking about the new one after you see it is.

    Continue reading...", + "category": "The Matrix", + "link": "https://www.theguardian.com/film/2021/dec/22/the-matrix-resurrections-the-bonkers-visuals-the-love-story-and-the-final-reveal-discuss-with-spoilers", + "creator": "Jordan Hoffman", + "pubDate": "2021-12-22T09:26:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198360,17 +224053,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8c3dd0d1589d42d1096e5bc6b6ef3a0", - "highlights": [] + "hash": "025d279c1c5f1e731ca4546deb98084a" }, { - "title": "From criminal to ‘teacher’: the ex-gangster tackling crime in Nairobi", - "description": "

    One of the city’s most wanted, Peter Wainaina was given a second chance and used it to turn his life around and help others find different path out of poverty

    At the entrance of Kibagare, a slum in Nairobi’s outskirts, boots of dead gangsters dangle from electricity wires that hover over ramshackle homes of wood and iron sheets.

    With little state protection from crime, angry local people will often take the law into their own hands and beat an offender who is caught in the act, sometimes to death.

    Continue reading...", - "content": "

    One of the city’s most wanted, Peter Wainaina was given a second chance and used it to turn his life around and help others find different path out of poverty

    At the entrance of Kibagare, a slum in Nairobi’s outskirts, boots of dead gangsters dangle from electricity wires that hover over ramshackle homes of wood and iron sheets.

    With little state protection from crime, angry local people will often take the law into their own hands and beat an offender who is caught in the act, sometimes to death.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/28/from-criminal-to-teacher-the-the-ex-gangster-tackling-crime-in-nairobi", - "creator": "Hillary Murani in Kibagare", - "pubDate": "2021-12-28T10:00:18Z", + "title": "Luxury homes, short lets and shacks: inside Lisbon’s housing crisis", + "description": "

    Wealthy overseas buyers lured by ‘golden visas’ helped create a city where workers struggle to find homes

    Manuela Lopes dates her misfortune from the moment her Lisbon neighbourhood began attracting comparisons with Brooklyn. It was the mid 2010s: former warehouses in the old working-class parish of Marvila were giving way to co-working spaces, art galleries, artisan breweries, creative hubs and tech startups. In 2018, average property prices in the neighbourhood were up 79.8% on the previous year.

    A short walk from Lopes’ home, a 12-building luxury residential project designed by the world-famous architect Renzo Piano is now rising from Marvila’s old industrial waterfront. Prices for apartments, some with balconies overlooking the Tagus, range from €500,000 to €925,000 (£425,000 to £786,000) and many have been sold off-plan. Promotional material for Prata Riverside Village promises a “new way of living Lisbon” for “young families, students, digital nomads and retired people” in a district “distinguished by its true neighbourhood atmosphere; quiet but full of life” .

    Manuela Lopes (above and below right) was born in the Santos Lima building (right) in the Marvila neighbourhood of Lisbon. She has lived with the threat of eviction since 2017. Photographs: Goncalo Fonseca/The Guardian

    Continue reading...", + "content": "

    Wealthy overseas buyers lured by ‘golden visas’ helped create a city where workers struggle to find homes

    Manuela Lopes dates her misfortune from the moment her Lisbon neighbourhood began attracting comparisons with Brooklyn. It was the mid 2010s: former warehouses in the old working-class parish of Marvila were giving way to co-working spaces, art galleries, artisan breweries, creative hubs and tech startups. In 2018, average property prices in the neighbourhood were up 79.8% on the previous year.

    A short walk from Lopes’ home, a 12-building luxury residential project designed by the world-famous architect Renzo Piano is now rising from Marvila’s old industrial waterfront. Prices for apartments, some with balconies overlooking the Tagus, range from €500,000 to €925,000 (£425,000 to £786,000) and many have been sold off-plan. Promotional material for Prata Riverside Village promises a “new way of living Lisbon” for “young families, students, digital nomads and retired people” in a district “distinguished by its true neighbourhood atmosphere; quiet but full of life” .

    Manuela Lopes (above and below right) was born in the Santos Lima building (right) in the Marvila neighbourhood of Lisbon. She has lived with the threat of eviction since 2017. Photographs: Goncalo Fonseca/The Guardian

    Continue reading...", + "category": "Housing", + "link": "https://www.theguardian.com/world/2021/dec/22/luxury-homes-short-lets-and-shacks-inside-lisbons-housing-crisis", + "creator": "Beatriz Ramalho da Silva", + "pubDate": "2021-12-22T14:00:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198382,17 +224074,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a57645babde31d4ec10e25211c419a49", - "highlights": [] + "hash": "a23c37cb427583508982c601599af232" }, { - "title": "‘No roof, no seats, no desks’: photographing Yemen’s conflict-hit schools", - "description": "

    Years of fighting mean children as old as 10 have never been to school. Khaled Ziad’s images document a generation whose entire future is at risk

    Their classroom has no roof, no seats, no desks; most of the 50 small children sitting on the rubble-strewn floor have no pens or paper. But the students in this makeshift school in Hays, a village in Yemen’s Hodeidah province, are still among the luckiest in the country simply for having a teacher and a place to learn.

    Seven years into a catastrophic war that sparked the world’s worst humanitarian crisis, Yemen’s conflict shows no signs of ending soon, and the future of an entire generation is at risk of being destroyed. About 3 million children are unable to attend school, according to the Red Cross, with 8.1 million needing urgent educational assistance.

    Continue reading...", - "content": "

    Years of fighting mean children as old as 10 have never been to school. Khaled Ziad’s images document a generation whose entire future is at risk

    Their classroom has no roof, no seats, no desks; most of the 50 small children sitting on the rubble-strewn floor have no pens or paper. But the students in this makeshift school in Hays, a village in Yemen’s Hodeidah province, are still among the luckiest in the country simply for having a teacher and a place to learn.

    Seven years into a catastrophic war that sparked the world’s worst humanitarian crisis, Yemen’s conflict shows no signs of ending soon, and the future of an entire generation is at risk of being destroyed. About 3 million children are unable to attend school, according to the Red Cross, with 8.1 million needing urgent educational assistance.

    Continue reading...", - "category": "Yemen", - "link": "https://www.theguardian.com/global-development/2021/dec/27/no-roof-no-seats-no-desks-photographing-yemens-conflict-hit-schools", - "creator": "Bethan McKernan", - "pubDate": "2021-12-27T15:00:01Z", + "title": "Russell T Davies: ‘I genuinely thought – who wants to watch a show about Aids?’", + "description": "

    It’s a Sin has been voted the Guardian’s best TV show of the year. Russell T Davies reveals why it took him 30 years to write, who the real Colin is – and why he just can’t keep away from Doctor Who

    Russell T Davies doesn’t hold back. If he’s thrilled, he shouts about it. And sure enough, the 6ft 6in giant of a man is shouting today. “I’m gobsmacked. I’ve never come first in this. Ever,he exclaims, admitting that he has always had his eye on the Guardian’s list of the best TV of the year. “If I’ve had a show on, I spend every December watching that countdown wondering if I’ll be on it – I think A Very English Scandal got to No 2.” He’s right, it did. Three years on, his wonderful Channel 4 mini-series It’s a Sin has been voted the Guardian’s best TV show of the year. “I’m ridiculously thrilled,” says Davies, who is Zooming from his home in Manchester.

    It’s 30 years since his first TV series – Dark Season, featuring a 15-year-old Kate Winslet – aired on the BBC. Since then, Davies has created any number of groundbreaking dramas (including Queer as Folk; Cucumber, Banana and Tofu; Years and Years) as well as breathing new life into Doctor Who. But he is particularly pleased to have won for It’s a Sin, the five-part drama about a group of young gay friends living – and dying – through the Aids era of the 80s and early 90s. This is the show he knew he had to write 30 years ago, and spent the intervening decades years putting off, because it was simply too personal and painful.

    Continue reading...", + "content": "

    It’s a Sin has been voted the Guardian’s best TV show of the year. Russell T Davies reveals why it took him 30 years to write, who the real Colin is – and why he just can’t keep away from Doctor Who

    Russell T Davies doesn’t hold back. If he’s thrilled, he shouts about it. And sure enough, the 6ft 6in giant of a man is shouting today. “I’m gobsmacked. I’ve never come first in this. Ever,he exclaims, admitting that he has always had his eye on the Guardian’s list of the best TV of the year. “If I’ve had a show on, I spend every December watching that countdown wondering if I’ll be on it – I think A Very English Scandal got to No 2.” He’s right, it did. Three years on, his wonderful Channel 4 mini-series It’s a Sin has been voted the Guardian’s best TV show of the year. “I’m ridiculously thrilled,” says Davies, who is Zooming from his home in Manchester.

    It’s 30 years since his first TV series – Dark Season, featuring a 15-year-old Kate Winslet – aired on the BBC. Since then, Davies has created any number of groundbreaking dramas (including Queer as Folk; Cucumber, Banana and Tofu; Years and Years) as well as breathing new life into Doctor Who. But he is particularly pleased to have won for It’s a Sin, the five-part drama about a group of young gay friends living – and dying – through the Aids era of the 80s and early 90s. This is the show he knew he had to write 30 years ago, and spent the intervening decades years putting off, because it was simply too personal and painful.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/22/russell-t-davies-i-genuinely-thought-who-wants-to-watch-a-show-about-aids", + "creator": "Simon Hattenstone", + "pubDate": "2021-12-22T08:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198404,17 +224095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e37e669ce59c56e5e872938e18759f6d", - "highlights": [] + "hash": "737b78edfee53bc6264aec77932a8bec" }, { - "title": "Maxwell’s attorney and family vow to appeal guilty verdict but face obstacles", - "description": "

    Challenges will probably center on judicial rulings that prevented some defense witnesses from remaining anonymous

    Ghislaine Maxwell’s lead defense attorney, Bobbi Sternheim, and members of her family vowed to appeal the five guilty verdicts on sex trafficking and conspiracy charges as they left court on Wednesday, but their efforts to clear her face considerable obstacles.

    The challenges will probably center on judicial rulings during the defense presentation that prevented Maxwell’s lawyers from putting some witnesses on the stand anonymously, and another that prevented defense attorneys from recalling two of Maxwell’s accusers.

    Continue reading...", - "content": "

    Challenges will probably center on judicial rulings that prevented some defense witnesses from remaining anonymous

    Ghislaine Maxwell’s lead defense attorney, Bobbi Sternheim, and members of her family vowed to appeal the five guilty verdicts on sex trafficking and conspiracy charges as they left court on Wednesday, but their efforts to clear her face considerable obstacles.

    The challenges will probably center on judicial rulings during the defense presentation that prevented Maxwell’s lawyers from putting some witnesses on the stand anonymously, and another that prevented defense attorneys from recalling two of Maxwell’s accusers.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/30/ghislaine-maxwell-vow-appeal-guilty-verdict", - "creator": "Edward Helmore", - "pubDate": "2021-12-30T15:58:20Z", + "title": "The person who got me through 2021: Huey Morgan comforted me amid a deluge of human waste", + "description": "

    I had plumbing problems and his radio show transported me from the faecal hellscape in my garden. It became the ideal soundtrack for my pandemic reality

    It was spring, and human excrement was pumping into our garden. I watched through the window as a perplexed young plumber with a long metal pole excavated the dark, gurgling drain. As if lockdown hadn’t been bad enough, our kitchen was now heavy with the stench of a thousand flushes. No one knew how to stop it. There was only one thing to do: brew weapons-grade black coffee and switch on the radio. That’s how I discovered Huey Morgan’s Saturday morning breakfast show on BBC 6 Music. It made everything feel a little more right in the world.

    What started as a way to distract from the tide of hot, liquid excrement on our patio quickly became the highlight of the week for my girlfriend and me. Huey – of Fun Lovin’ Criminals fame – thumbing you through his records: early 90s rap, early 80s disco, and early 70s soul to blow away the cobwebs, with choice modern selections marbling the retro soundscape.

    Continue reading...", + "content": "

    I had plumbing problems and his radio show transported me from the faecal hellscape in my garden. It became the ideal soundtrack for my pandemic reality

    It was spring, and human excrement was pumping into our garden. I watched through the window as a perplexed young plumber with a long metal pole excavated the dark, gurgling drain. As if lockdown hadn’t been bad enough, our kitchen was now heavy with the stench of a thousand flushes. No one knew how to stop it. There was only one thing to do: brew weapons-grade black coffee and switch on the radio. That’s how I discovered Huey Morgan’s Saturday morning breakfast show on BBC 6 Music. It made everything feel a little more right in the world.

    What started as a way to distract from the tide of hot, liquid excrement on our patio quickly became the highlight of the week for my girlfriend and me. Huey – of Fun Lovin’ Criminals fame – thumbing you through his records: early 90s rap, early 80s disco, and early 70s soul to blow away the cobwebs, with choice modern selections marbling the retro soundscape.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/22/the-person-who-got-me-through-2021-huey-morgan-comforted-me-amid-a-deluge-of-human-waste", + "creator": "Sam Diss", + "pubDate": "2021-12-22T15:00:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198426,17 +224116,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d62ab40d327bfe0b5fac7151e8791f1a", - "highlights": [] - }, - { - "title": "Covid live: Portugal cuts isolation to seven days; hospitalisations in Wales rise 49% in a week", - "description": "

    Portuguese decision comes amid concern high case load could paralyse country; Wales also cuts isolation time to seven days

    Here’s a reminder of the news overnight that NHS England is looking to set up new “pop-up” Covid facilities. My colleagues Rowena Mason and Aubrey Allegretti report:

    NHS England confirmed that it was creating new small-scale “Nightingale” facilities with up to 100 beds each at eight hospitals across the country. The health service said it had asked trusts to identify empty spaces to accommodate beds in places such as gyms or teaching areas. NHS managers are aiming to create up to 4,000 beds as surge capacity if needed, with work on the first tranche, in temporary structures, starting this week.

    Continue reading...", - "content": "

    Portuguese decision comes amid concern high case load could paralyse country; Wales also cuts isolation time to seven days

    Here’s a reminder of the news overnight that NHS England is looking to set up new “pop-up” Covid facilities. My colleagues Rowena Mason and Aubrey Allegretti report:

    NHS England confirmed that it was creating new small-scale “Nightingale” facilities with up to 100 beds each at eight hospitals across the country. The health service said it had asked trusts to identify empty spaces to accommodate beds in places such as gyms or teaching areas. NHS managers are aiming to create up to 4,000 beds as surge capacity if needed, with work on the first tranche, in temporary structures, starting this week.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/30/covid-news-live-who-warns-of-trade-off-as-countries-ease-isolation-and-testing-rules", - "creator": "Lucy Campbell (now); Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-30T16:30:12Z", + "hash": "23a10626152c0620140afee9739e9161" + }, + { + "title": "‘A moral issue to correct’: the long tail of Elena Ceaușescu’s fraudulent scientific work", + "description": "

    Nicolae Ceaușescu’s Romanian communist regime hailed his wife as an eminent chemistry researcher, though she had no genuine qualifications. But her name lives on in academic journals, and British institutions have yet to retract honours bestowed on her

    Romanian researchers have called on academic publishers to remove Elena Ceaușescu’s name from almost two dozen scientific papers and books fraudulently published as her work, more than 30 years after the wife of the former communist dictator Nicolae Ceaușescu was executed.

    Elena Ceaușescu was celebrated by state propaganda under her husband’s regime as a world-famous chemistry researcher, despite having no credible qualifications. The researchers say some of her work is still being cited and accessed, even though she was barely literate in science and unable to recognise basic formulas taught to first-year chemistry students.

    Continue reading...", + "content": "

    Nicolae Ceaușescu’s Romanian communist regime hailed his wife as an eminent chemistry researcher, though she had no genuine qualifications. But her name lives on in academic journals, and British institutions have yet to retract honours bestowed on her

    Romanian researchers have called on academic publishers to remove Elena Ceaușescu’s name from almost two dozen scientific papers and books fraudulently published as her work, more than 30 years after the wife of the former communist dictator Nicolae Ceaușescu was executed.

    Elena Ceaușescu was celebrated by state propaganda under her husband’s regime as a world-famous chemistry researcher, despite having no credible qualifications. The researchers say some of her work is still being cited and accessed, even though she was barely literate in science and unable to recognise basic formulas taught to first-year chemistry students.

    Continue reading...", + "category": "Romania", + "link": "https://www.theguardian.com/world/2021/dec/22/a-moral-issue-to-correct-the-long-tail-of-elena-ceausescus-fraudulent-scientific-work", + "creator": "Melissa Davey", + "pubDate": "2021-12-22T01:00:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198448,17 +224137,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "650aeda2ff1a2d8a25b6000638780686", - "highlights": [] + "hash": "f7028af85fbc35ff19c9159033ef20ce" }, { - "title": "French border officials in UK turn back British residents of other EU countries", - "description": "

    Eurotunnel and P&O Ferries warn travellers of France’s new Covid rules as experts question legality

    French border officials in the UK have turned back British nationals who are legally resident in other EU countries, saying they are no longer allowed to travel through France by road to reach their homes under new Covid rules.

    Some British travellers trying to reach countries including the Netherlands and Belgium by car were turned back by French border officials in the UK on Wednesday after Eurotunnel issued a warning about what it described as a new travel rule.

    Continue reading...", - "content": "

    Eurotunnel and P&O Ferries warn travellers of France’s new Covid rules as experts question legality

    French border officials in the UK have turned back British nationals who are legally resident in other EU countries, saying they are no longer allowed to travel through France by road to reach their homes under new Covid rules.

    Some British travellers trying to reach countries including the Netherlands and Belgium by car were turned back by French border officials in the UK on Wednesday after Eurotunnel issued a warning about what it described as a new travel rule.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/30/french-border-officials-in-uk-turn-back-british-residents-of-other-eu-countries", - "creator": "Jon Henley Europe correspondent", - "pubDate": "2021-12-30T14:23:22Z", + "title": "Australia Covid news live: NSW reimposes mask mandate; SA records 484 cases; fires at Melbourne hotel housing refugees", + "description": "

    Covid-19 testing clinics are reducing their openings hours during the Christmas period despite “unprecedented demand” and reports of hours-long wait times in several states.

    Guardian Australia analysis shows 77% of the 490 testing sites listed on the NSW Health website on Wednesday will either close or operate on reduced hours through the Christmas and new year period.

    Novavax is still going through the approval process. I know they’re getting closer. We’re looking forward to get Novavax into the mix of available vaccines as well. It won’t be until the new year. I don’t know exactly when.

    As soon as Novavax is ready to go, we’ll be delighted to get it out there. I know some people have been holding out for Novavax specifically. It will be part of our arsenal and we look forward to helping people access that vaccine if that’s what they want.

    Continue reading...", + "content": "

    Covid-19 testing clinics are reducing their openings hours during the Christmas period despite “unprecedented demand” and reports of hours-long wait times in several states.

    Guardian Australia analysis shows 77% of the 490 testing sites listed on the NSW Health website on Wednesday will either close or operate on reduced hours through the Christmas and new year period.

    Novavax is still going through the approval process. I know they’re getting closer. We’re looking forward to get Novavax into the mix of available vaccines as well. It won’t be until the new year. I don’t know exactly when.

    As soon as Novavax is ready to go, we’ll be delighted to get it out there. I know some people have been holding out for Novavax specifically. It will be part of our arsenal and we look forward to helping people access that vaccine if that’s what they want.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/23/australia-covid-news-victoria-nsw-sydney-masks-restrictions-perrottet-andrews-morrison-politics-corona-vaccine-mask-omicron-patients-doctors-hospital", + "creator": "Cait Kelly (now) and Caitlin Cassidy and Matilda Boseley (earlier)", + "pubDate": "2021-12-23T05:15:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198470,17 +224158,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c28a44f20f720c784d7c189066b9089", - "highlights": [] + "hash": "546a77694ddd7fdec752162165686155" }, { - "title": "Burmese court jails celebrities who backed anti-coup protests", - "description": "

    Actor couple Pyay Ti Oo and Eaindra Kyaw Zin and actor-director Lu Min given three years with hard labour

    A court in military-ruled Myanmar has jailed three prominent showbusiness figures for three years each for their part in protests against February’s coup, media reported.

    The military overthrew the elected government led by Aung San Suu Kyi on 1 February. In the early days of the protests that ensued, huge crowds gathered in cities and towns, and many actors and singers used social media to voice their support, with some speaking at rallies.

    Continue reading...", - "content": "

    Actor couple Pyay Ti Oo and Eaindra Kyaw Zin and actor-director Lu Min given three years with hard labour

    A court in military-ruled Myanmar has jailed three prominent showbusiness figures for three years each for their part in protests against February’s coup, media reported.

    The military overthrew the elected government led by Aung San Suu Kyi on 1 February. In the early days of the protests that ensued, huge crowds gathered in cities and towns, and many actors and singers used social media to voice their support, with some speaking at rallies.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2021/dec/30/burmese-court-jails-celebrities-who-backed-anti-coup-protests", - "creator": "Reuters", - "pubDate": "2021-12-30T15:10:22Z", + "title": "From Grand Theft Auto to world peace: can a video game help to change the world?", + "description": "

    Lual Mayen turned his family’s escape from civil war in South Sudan into a powerful gaming experience – that will have real-life benefits for refugees

    It was while fleeing the civil war in South Sudan that Lual Mayen’s mother gave birth to him 28 years ago. She had four children in tow and was near to the border with Uganda, in a town called Aswa. The journey was difficult; Mayen’s two sisters died on the way and he became sick. No one thought he would survive.

    “I can’t imagine what she had to go through. There was no food, no water, nothing,” says Mayen. “I remember she said she was not the only woman who gave birth on the way. Other women abandoned their children because they didn’t want them to suffer. But my mother thought: “He is a gift for me, I have to keep him.”’

    Continue reading...", + "content": "

    Lual Mayen turned his family’s escape from civil war in South Sudan into a powerful gaming experience – that will have real-life benefits for refugees

    It was while fleeing the civil war in South Sudan that Lual Mayen’s mother gave birth to him 28 years ago. She had four children in tow and was near to the border with Uganda, in a town called Aswa. The journey was difficult; Mayen’s two sisters died on the way and he became sick. No one thought he would survive.

    “I can’t imagine what she had to go through. There was no food, no water, nothing,” says Mayen. “I remember she said she was not the only woman who gave birth on the way. Other women abandoned their children because they didn’t want them to suffer. But my mother thought: “He is a gift for me, I have to keep him.”’

    Continue reading...", + "category": "Sudan", + "link": "https://www.theguardian.com/global-development/2021/dec/21/from-grand-theft-auto-to-world-peace-can-a-video-game-help-to-change-the-world", + "creator": "Sarah Johnson", + "pubDate": "2021-12-21T10:30:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198492,17 +224179,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4236aab388de5d6c37f95af3da0ff9dd", - "highlights": [] + "hash": "31bf1189de7300fc523a24fed6195494" }, { - "title": "Soldier on Tower of London patrol filmed knocking over child", - "description": "

    Incident involved ceremonial Coldstream Guard who provide protection for royal palaces

    A soldier on a patrol march collided with a child who fell under their feet at the Tower of London.

    The incident involving a Coldstream Guard, a division with a ceremonial role of providing protection for Royal palaces and known for their no-nonsense approach to tourists, was filmed and has been widely shared.

    Continue reading...", - "content": "

    Incident involved ceremonial Coldstream Guard who provide protection for royal palaces

    A soldier on a patrol march collided with a child who fell under their feet at the Tower of London.

    The incident involving a Coldstream Guard, a division with a ceremonial role of providing protection for Royal palaces and known for their no-nonsense approach to tourists, was filmed and has been widely shared.

    Continue reading...", - "category": "London", - "link": "https://www.theguardian.com/uk-news/2021/dec/30/soldier-on-tower-of-london-patrol-filmed-stepping-on-child", - "creator": "Sarah Marsh", - "pubDate": "2021-12-30T16:23:07Z", + "title": "The US military trained him. Then he helped murder Berta Cáceres", + "description": "

    The indigenous activist was opposing the construction of a dam being constructed by Roberto David Castillo’s company

    When Roberto David Castillo graduated from the US Military Academy at West Point, the Honduran cadet was confident he’d leave behind a legacy.

    “He will be remembered by all as being a fearless leader committed to God, his family and serving others,” read the caption under his yearbook portrait.

    Continue reading...", + "content": "

    The indigenous activist was opposing the construction of a dam being constructed by Roberto David Castillo’s company

    When Roberto David Castillo graduated from the US Military Academy at West Point, the Honduran cadet was confident he’d leave behind a legacy.

    “He will be remembered by all as being a fearless leader committed to God, his family and serving others,” read the caption under his yearbook portrait.

    Continue reading...", + "category": "Honduras", + "link": "https://www.theguardian.com/global-development/2021/dec/21/the-us-military-trained-him-then-he-helped-berta-caceres", + "creator": "Chiara Eisner", + "pubDate": "2021-12-21T09:30:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198514,17 +224200,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a426ac8f0d613b3d51db4378babf87e1", - "highlights": [] + "hash": "97544a51229a0390e609f50f96ec69c4" }, { - "title": "UK Covid test shortage amid new year parties ‘very worrying’, says scientist", - "description": "

    Noisy gatherings of untested people are perfect for spreading virus, says leading immunologist

    A leading scientist has warned it is “very worrying” that a shortage of Covid-19 tests could lead to people mixing for new year celebrations without being able to see whether they are infectious.

    Prof Peter Openshaw, who sits on the New and Emerging Respiratory Virus Threats Advisory Group (Nervtag), said the conditions at a New Year’s Eve gathering were “perfect” for spreading coronavirus.

    Continue reading...", - "content": "

    Noisy gatherings of untested people are perfect for spreading virus, says leading immunologist

    A leading scientist has warned it is “very worrying” that a shortage of Covid-19 tests could lead to people mixing for new year celebrations without being able to see whether they are infectious.

    Prof Peter Openshaw, who sits on the New and Emerging Respiratory Virus Threats Advisory Group (Nervtag), said the conditions at a New Year’s Eve gathering were “perfect” for spreading coronavirus.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/30/uk-covid-test-shortage-amid-new-year-parties-very-worrying-says-scientist", - "creator": "Aubrey Allegretti", - "pubDate": "2021-12-30T12:51:02Z", + "title": "UK accused of abandoning world’s poor as aid turned into ‘colonial’ investment", + "description": "

    Rebrand of Foreign Office’s development arm, seen as effort to rival China’s loans, will shift aid to private sector, warn NGOs and unions

    The British government has been accused by NGOs and trade unions of “chasing colonial post-Brexit fantasies” at the expense of the world’s poorest as they urge Liz Truss to keep aid focused on poverty reduction rather than geopolitical manoeuvring.

    In a joint letter to the foreign secretary, the group criticises the rebranding of the UK’s development investment arm, which will see the Commonwealth Development Corporation (CDC) become British International Investment (BII) next year.

    Continue reading...", + "content": "

    Rebrand of Foreign Office’s development arm, seen as effort to rival China’s loans, will shift aid to private sector, warn NGOs and unions

    The British government has been accused by NGOs and trade unions of “chasing colonial post-Brexit fantasies” at the expense of the world’s poorest as they urge Liz Truss to keep aid focused on poverty reduction rather than geopolitical manoeuvring.

    In a joint letter to the foreign secretary, the group criticises the rebranding of the UK’s development investment arm, which will see the Commonwealth Development Corporation (CDC) become British International Investment (BII) next year.

    Continue reading...", + "category": "Aid", + "link": "https://www.theguardian.com/global-development/2021/dec/21/uk-accused-of-abandoning-worlds-poor-as-aid-turned-into-colonial-investment", + "creator": "Lizzy Davies", + "pubDate": "2021-12-21T07:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198536,17 +224221,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c441577031779a56d59ad9b1c50a6f1", - "highlights": [] + "hash": "e5fc9248379811bb83ee305026560f10" }, { - "title": "Three-quarters of those in UK with cold symptoms likely to have Covid – study", - "description": "

    Analysis by Zoe Covid app team shows increase from about 50% last week, with cases among 55- to 75-year-olds ‘rising sharply’

    Three-quarters of people in the UK with new cold-like symptoms are likely to have Covid, but the rate of case growth is no longer exponential, scientists have said.

    According to analysis by the Zoe Covid study, an estimated 75% of people experiencing new cold-like symptoms have symptomatic Covid-19.

    Continue reading...", - "content": "

    Analysis by Zoe Covid app team shows increase from about 50% last week, with cases among 55- to 75-year-olds ‘rising sharply’

    Three-quarters of people in the UK with new cold-like symptoms are likely to have Covid, but the rate of case growth is no longer exponential, scientists have said.

    According to analysis by the Zoe Covid study, an estimated 75% of people experiencing new cold-like symptoms have symptomatic Covid-19.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/30/three-quarters-people-uk-cold-symptoms-covid-study", - "creator": "PA Media", - "pubDate": "2021-12-30T13:44:38Z", + "title": "bell hooks’ writing told Black women and girls to trust themselves | Deborah Douglas", + "description": "

    The feminist writer created a vocabulary that helped us to learn, grow, and forgive – and above all to understand

    Having just the right words to explain what’s happening keeps you from feeling, well, crazy.

    When the world learned of the passing of bell hooks, the renowned feminist, public intellectual, author, and professor on Wednesday, at her home in Berea, Kentucky, it was the value and accessibility of her words that resonated with Black women, whose understanding of themselves and their own work was transformed by hooks.

    Continue reading...", + "content": "

    The feminist writer created a vocabulary that helped us to learn, grow, and forgive – and above all to understand

    Having just the right words to explain what’s happening keeps you from feeling, well, crazy.

    When the world learned of the passing of bell hooks, the renowned feminist, public intellectual, author, and professor on Wednesday, at her home in Berea, Kentucky, it was the value and accessibility of her words that resonated with Black women, whose understanding of themselves and their own work was transformed by hooks.

    Continue reading...", + "category": "Feminism", + "link": "https://www.theguardian.com/world/commentisfree/2021/dec/17/bell-hooks-black-women-girls-writing", + "creator": "Deborah Douglas", + "pubDate": "2021-12-17T14:02:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198558,17 +224242,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fd79b2e88958ef9b978af6b04aa24bd", - "highlights": [] + "hash": "edbcc8ec4599328e40e3e9cc2348aa19" }, { - "title": "Cut to self-isolation period may increase Covid hospital risk, says NHS chief", - "description": "

    Pressure is on government to cut time to five days in England, but experts say this may lead to rise in community

    Reducing self-isolation to five days for positive Covid casescould increase the infection risk for vulnerable patients in hospital if the approach is not completely safe, a senior NHS leader has said.

    Since 22 December, people in England who test positive for Covid can cut their self-isolation period from 10 days to seven if they have a negative lateral flow test on day six and day seven and no high temperature. Scotland, Wales and Northern Ireland have stuck with the 10-day rule.

    Continue reading...", - "content": "

    Pressure is on government to cut time to five days in England, but experts say this may lead to rise in community

    Reducing self-isolation to five days for positive Covid casescould increase the infection risk for vulnerable patients in hospital if the approach is not completely safe, a senior NHS leader has said.

    Since 22 December, people in England who test positive for Covid can cut their self-isolation period from 10 days to seven if they have a negative lateral flow test on day six and day seven and no high temperature. Scotland, Wales and Northern Ireland have stuck with the 10-day rule.

    Continue reading...", + "title": "'It's a stretch': Starmer on No 10's wine and cheese work meeting – video", + "description": "

    The Labour leader, Keir Starmer, has said it was 'a bit of a stretch' to suggest a photograph in which the prime minister, Boris Johnson, and his staff are seen sharing wine and cheese platters in the gardens of Downing Street in May 2020 was a work meeting. No 10 has denied anything social took place and the deputy prime minister, Dominic Raab, said no Covid rules had been broken

    Continue reading...", + "content": "

    The Labour leader, Keir Starmer, has said it was 'a bit of a stretch' to suggest a photograph in which the prime minister, Boris Johnson, and his staff are seen sharing wine and cheese platters in the gardens of Downing Street in May 2020 was a work meeting. No 10 has denied anything social took place and the deputy prime minister, Dominic Raab, said no Covid rules had been broken

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/30/cut-to-self-isolation-period-may-increase-covid-hospital-risk-says-nhs-chief", - "creator": "Nicola Davis and Rob Davies", - "pubDate": "2021-12-30T14:27:38Z", + "link": "https://www.theguardian.com/world/video/2021/dec/20/keir-starmer-no-10-wine-and-cheese-work-meeting-video", + "creator": "", + "pubDate": "2021-12-20T16:34:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198580,17 +224263,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "377872fab193f644a20b48916554e1f8", - "highlights": [] + "hash": "60602e5e53a4b96eb02a3f39167a5172" }, { - "title": "I had accepted my life in prison – until it prevented me helping a friend in need", - "description": "

    For 16 years, on and off, I was held at Her Majesty’s pleasure. It was the struggles and loss of a friend on the outside that made me realise how powerless I was

    I am sure those who know my backstory of criminality imagine – reasonably – that the toughest times of my life were while I was a guest of Her Majesty, who kindly gave me full board and lodgings for 16 years, on and off, during the first six decades of my existence. And they are half right.

    My first taste of her hospitality came in 1957 when, at 14, I was ordered to spend three months in a detention centre. Then a relatively new concept, these were designed to give miscreants a “short, sharp shock” that would teach us to stay on the straight and narrow.

    Continue reading...", - "content": "

    For 16 years, on and off, I was held at Her Majesty’s pleasure. It was the struggles and loss of a friend on the outside that made me realise how powerless I was

    I am sure those who know my backstory of criminality imagine – reasonably – that the toughest times of my life were while I was a guest of Her Majesty, who kindly gave me full board and lodgings for 16 years, on and off, during the first six decades of my existence. And they are half right.

    My first taste of her hospitality came in 1957 when, at 14, I was ordered to spend three months in a detention centre. Then a relatively new concept, these were designed to give miscreants a “short, sharp shock” that would teach us to stay on the straight and narrow.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/30/i-had-accepted-my-life-in-prison-until-it-prevented-me-helping-a-friend-in-need", - "creator": "Eric Allison", - "pubDate": "2021-12-30T12:00:05Z", + "title": "Leftwing millennial to be Chile's new president – video", + "description": "

    Gabriel Boric, a leftwing former student leader, will become Chile’s youngest president after storming to a resounding victory in a run-off vote against his ultra-conservative far-right opponent, José Antonio Kast.

    With nearly 97% of the vote counted, the 35-year-old claimed 55.8% to take a 12 percentage point lead over Kast, who quickly accepted his defeat and called Boric to congratulate him.

    Continue reading...", + "content": "

    Gabriel Boric, a leftwing former student leader, will become Chile’s youngest president after storming to a resounding victory in a run-off vote against his ultra-conservative far-right opponent, José Antonio Kast.

    With nearly 97% of the vote counted, the 35-year-old claimed 55.8% to take a 12 percentage point lead over Kast, who quickly accepted his defeat and called Boric to congratulate him.

    Continue reading...", + "category": "Chile", + "link": "https://www.theguardian.com/world/video/2021/dec/20/leftwing-millennial-chile-new-president-video-gabriel-boric", + "creator": "", + "pubDate": "2021-12-20T12:51:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198602,17 +224284,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a4f50f5c5d4f7318dd6fab46b49fc4e", - "highlights": [] + "hash": "3cdabd2bb21fd9c239eb7716f3715b67" }, { - "title": "The person who got me through 2021: LayedBakDFR captured the perfect joy of discovering a great song", - "description": "

    I was shaken out of my musical apathy by the rapper, whose video channel shows him listening to others’ tracks for the first time

    Throughout the pandemic, I, like many others, found myself turning to familiar music I listened to as a teenager, seeking comfort in 2000s nostalgia playlists and the hollow, monotonous “landfill indie” of the 2010s. It wasn’t that I especially enjoyed listening to music that I’d last heard on student nights at bad nightclubs in York, or that they marked a particularly happy period of my life. Instead, I returned to these playlists because I found myself unable to listen to new music.

    Initially, I blamed this on Spotify. It’s well documented that the platform’s recommendation algorithms are less likely to introduce you to new, interesting genres of music than to recommend songs that sound similar to your favourites – producing an endless feedback loop, where music is not something to be enjoyed and shared, but rather a way to fill silences with constant background noise. I was listening to more music than ever, but appreciating barely any of it.

    In early 2021, YouTube recommended I watch a video called First reaction to “Rock Music” Linkin Park. I immediately clicked on it – the song in the video, Faint, remains my favourite Linkin Park track, and one that has been a constant on my Spotify playlists. The reaction video was made by Desean Hunton, an American rapper, music producer and YouTuber, whose channel, LaydbakDFR, became hugely popular on the platform for its music “reaction” videos, especially those where hip-hop fans listen to rock music and vice versa. Hunton’s video series, Trash or Pass!, shows him discovering songs and genres for the first time, filming live reactions as he listens. In each video, ranging from reviews of the Beastie Boys and Disturbed to UK acts like Dave, we see Hunton dancing, head-slamming, at times even pausing and rewinding the track, to parts that he’s awed by. While there are thousands of music review channels on YouTube, Hunton’s strips the format back to its basics. Absent of overanalysis of lyrics, deep dives into production credits or engaging in the lore of fandoms, Hunton’s metrics are simple: is this a bop?

    Continue reading...", - "content": "

    I was shaken out of my musical apathy by the rapper, whose video channel shows him listening to others’ tracks for the first time

    Throughout the pandemic, I, like many others, found myself turning to familiar music I listened to as a teenager, seeking comfort in 2000s nostalgia playlists and the hollow, monotonous “landfill indie” of the 2010s. It wasn’t that I especially enjoyed listening to music that I’d last heard on student nights at bad nightclubs in York, or that they marked a particularly happy period of my life. Instead, I returned to these playlists because I found myself unable to listen to new music.

    Initially, I blamed this on Spotify. It’s well documented that the platform’s recommendation algorithms are less likely to introduce you to new, interesting genres of music than to recommend songs that sound similar to your favourites – producing an endless feedback loop, where music is not something to be enjoyed and shared, but rather a way to fill silences with constant background noise. I was listening to more music than ever, but appreciating barely any of it.

    In early 2021, YouTube recommended I watch a video called First reaction to “Rock Music” Linkin Park. I immediately clicked on it – the song in the video, Faint, remains my favourite Linkin Park track, and one that has been a constant on my Spotify playlists. The reaction video was made by Desean Hunton, an American rapper, music producer and YouTuber, whose channel, LaydbakDFR, became hugely popular on the platform for its music “reaction” videos, especially those where hip-hop fans listen to rock music and vice versa. Hunton’s video series, Trash or Pass!, shows him discovering songs and genres for the first time, filming live reactions as he listens. In each video, ranging from reviews of the Beastie Boys and Disturbed to UK acts like Dave, we see Hunton dancing, head-slamming, at times even pausing and rewinding the track, to parts that he’s awed by. While there are thousands of music review channels on YouTube, Hunton’s strips the format back to its basics. Absent of overanalysis of lyrics, deep dives into production credits or engaging in the lore of fandoms, Hunton’s metrics are simple: is this a bop?

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/30/the-person-who-got-me-through-2021-layedbakdfr-captured-the-perfect-joy-of-discovering-a-great-song", - "creator": "Hussein Kesvani", - "pubDate": "2021-12-30T15:00:07Z", + "title": "Covid live: France ‘could soon have 100,000 cases per day’; AstraZeneca to produce Omicron-targeted jab", + "description": "

    Latest updates: French health minister says Omicron will be dominant in early January; AstraZeneca is working with Oxford University on an updated version of their vaccine

    Researchers in Melbourne, Australia, have turned one of the world’s most-used blood-thinning drugs into a nasal spray which they hope could prevent Covid-19 transmission.

    Northern Health medical divisional director Don Campbell and researchers at Melbourne, Monash and Oxford Universities found that heparin can block the transmission of Covid-19 and prevent infection.

    It won’t matter if a new variant comes along, this drug will block that protein from infecting the cells.

    I’m very confident that we can demonstrate that it will work, and people will be using this before they go to the shops and before they go to school.”

    Due to large-scale flooding near the Port of Vancouver … and the global supply chain crunch caused by the coronavirus pandemic, there are delays in the supply of potatoes.”

    Continue reading...", + "content": "

    Latest updates: French health minister says Omicron will be dominant in early January; AstraZeneca is working with Oxford University on an updated version of their vaccine

    Researchers in Melbourne, Australia, have turned one of the world’s most-used blood-thinning drugs into a nasal spray which they hope could prevent Covid-19 transmission.

    Northern Health medical divisional director Don Campbell and researchers at Melbourne, Monash and Oxford Universities found that heparin can block the transmission of Covid-19 and prevent infection.

    It won’t matter if a new variant comes along, this drug will block that protein from infecting the cells.

    I’m very confident that we can demonstrate that it will work, and people will be using this before they go to the shops and before they go to school.”

    Due to large-scale flooding near the Port of Vancouver … and the global supply chain crunch caused by the coronavirus pandemic, there are delays in the supply of potatoes.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/22/covid-news-live-europe-facing-another-storm-due-to-omicron-who-warns-israel-announces-fourth-jab-for-over-60s", + "creator": "Tom Ambrose (now) and Samantha Lock (earlier)", + "pubDate": "2021-12-22T09:04:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198624,17 +224305,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f787f0e22bda1917204a3172bccca1d", - "highlights": [] + "hash": "7aa3c492eb594480e4f310c5f109f847" }, { - "title": "Citroën pulls Egypt ad accused of promoting harassment of women", - "description": "

    Egyptian singer Amr Diab uses camera installed in car to take photo of woman without consent

    The French car manufacturer Citroën has withdrawn an advertisement featuring the Egyptian singer Amr Diab after it sparked widespread accusations of promoting the harassment of women.

    In the ad posted on Egyptian social media in early December, the 60-year-old pop star uses a camera installed in the car’s rearview mirror to secretly take a picture of a woman crossing in front of the vehicle.

    Continue reading...", - "content": "

    Egyptian singer Amr Diab uses camera installed in car to take photo of woman without consent

    The French car manufacturer Citroën has withdrawn an advertisement featuring the Egyptian singer Amr Diab after it sparked widespread accusations of promoting the harassment of women.

    In the ad posted on Egyptian social media in early December, the 60-year-old pop star uses a camera installed in the car’s rearview mirror to secretly take a picture of a woman crossing in front of the vehicle.

    Continue reading...", - "category": "Egypt", - "link": "https://www.theguardian.com/world/2021/dec/30/citroen-pulls-egypt-ad-accused-of-promoting-harassment-of-women", - "creator": "Agence France-Presse in Cairo", - "pubDate": "2021-12-30T10:43:47Z", + "title": "One dead and dozens feared missing after boat sinks off Greek island", + "description": "

    Search and rescue operation under way near Folegandros as boat carrying as many as 50 people sinks

    Greece’s coastguard says one person has died and dozens are feared missing after a boat sank off the coast of the island of Folegandros.

    The body of the unidentified man was recovered during an ongoing search and rescue operation. The coastguard said 12 people, all believed to be from Iraq, had been rescued and transported to the nearby island of Santorini.

    Continue reading...", + "content": "

    Search and rescue operation under way near Folegandros as boat carrying as many as 50 people sinks

    Greece’s coastguard says one person has died and dozens are feared missing after a boat sank off the coast of the island of Folegandros.

    The body of the unidentified man was recovered during an ongoing search and rescue operation. The coastguard said 12 people, all believed to be from Iraq, had been rescued and transported to the nearby island of Santorini.

    Continue reading...", + "category": "Greece", + "link": "https://www.theguardian.com/world/2021/dec/22/dozens-believed-missing-after-refugee-boat-sinks-off-greek-island", + "creator": "Associated Press in Athens", + "pubDate": "2021-12-22T10:01:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198646,17 +224326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e02f8f5f18a7701ee1477d6a401c0f2", - "highlights": [] + "hash": "ab98ea94ec51ac9b1bebd63395c3e487" }, { - "title": "Jean-Marc Vallée obituary", - "description": "Award-winning Canadian film-maker who directed Dallas Buyers Club and Big Little Lies

    The Canadian film-maker Jean-Marc Vallée, who has died aged 58, apparently of a heart attack, handled serious subjects with bounce and briskness, earning prizes and respect in the process. His film Dallas Buyers Club (2013), starring Matthew McConaughey as a rodeo rider who illegally imports retroviral drugs for himself and his fellow Aids patients in the mid-1980s, was directed with great clarity. McConaughey and his co-star Jared Leto, who played an HIV-positive transgender woman, won Oscars. Moments in the film that might have been heightened or underlined – such as a sexual encounter that qualifies as carefree only because both participants have already contracted Aids, or a fantasy scene in a room full of butterflies – were instead folded nonchalantly into the mix.

    “It really comes down to the fact that I just don’t want to show off in any way,” he said. “I love telling these stories that feel real, and authentic, so I try not to get too ‘Hollywood’ with it all when I am shooting. I just say, ‘Let’s get rid of this, go handheld, use natural light.’” The critic Anthony Lane called him “a film-maker of considerable cunning, who takes predicaments that should by rights deflate the heart … and turns them into nimble entertainments”.

    Continue reading...", - "content": "Award-winning Canadian film-maker who directed Dallas Buyers Club and Big Little Lies

    The Canadian film-maker Jean-Marc Vallée, who has died aged 58, apparently of a heart attack, handled serious subjects with bounce and briskness, earning prizes and respect in the process. His film Dallas Buyers Club (2013), starring Matthew McConaughey as a rodeo rider who illegally imports retroviral drugs for himself and his fellow Aids patients in the mid-1980s, was directed with great clarity. McConaughey and his co-star Jared Leto, who played an HIV-positive transgender woman, won Oscars. Moments in the film that might have been heightened or underlined – such as a sexual encounter that qualifies as carefree only because both participants have already contracted Aids, or a fantasy scene in a room full of butterflies – were instead folded nonchalantly into the mix.

    “It really comes down to the fact that I just don’t want to show off in any way,” he said. “I love telling these stories that feel real, and authentic, so I try not to get too ‘Hollywood’ with it all when I am shooting. I just say, ‘Let’s get rid of this, go handheld, use natural light.’” The critic Anthony Lane called him “a film-maker of considerable cunning, who takes predicaments that should by rights deflate the heart … and turns them into nimble entertainments”.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/30/jean-marc-vallee-obituary", - "creator": "Ryan Gilbey", - "pubDate": "2021-12-30T16:21:11Z", + "title": "EU working to amend genocide denial law that is blamed for Bosnia crisis", + "description": "

    Officials privately accept legislation to counter Serb efforts to deny scope of 1995 Srebrenica massacre risks reigniting regional conflict

    Senior EU officials are working behind the scenes to “correct” a new law in Bosnia-Herzegovina (BiH) that criminalises denial of the massacre of 8,000 Muslims in Srebrenica, after privately concluding it risks reigniting fresh regional conflict.

    Milorad Dodik, the Serb member of the tripartite BiH leadership, has been accused in recent months of seeking to break up the country by withdrawing its Serbian part from state-level institutions.

    Continue reading...", + "content": "

    Officials privately accept legislation to counter Serb efforts to deny scope of 1995 Srebrenica massacre risks reigniting regional conflict

    Senior EU officials are working behind the scenes to “correct” a new law in Bosnia-Herzegovina (BiH) that criminalises denial of the massacre of 8,000 Muslims in Srebrenica, after privately concluding it risks reigniting fresh regional conflict.

    Milorad Dodik, the Serb member of the tripartite BiH leadership, has been accused in recent months of seeking to break up the country by withdrawing its Serbian part from state-level institutions.

    Continue reading...", + "category": "Bosnia-Herzegovina", + "link": "https://www.theguardian.com/world/2021/dec/22/eu-working-to-amend-law-on-srebrenica-genocide-denial-to-blame-for-bosnia-crisis", + "creator": "Julian Borger in Washington and Daniel Boffey in Brussels", + "pubDate": "2021-12-22T05:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198668,17 +224347,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7a8aff2c01398f2f5f3a52977e77aa0", - "highlights": [] + "hash": "abdc579b7755e6250843ae3574bfee62" }, { - "title": "A dip in the Yarra or a dive in the Torrens? The push for urban river bathing in Australia", - "description": "

    There is a growing effort to reconnect swimmers with city waterways once thought permanently lost to pollution. Assistant news editor Rosemary Bolger recommends a story about alternatives to ocean swims


    You can read the original article here: A dip in the Yarra or a dive in the Torrens? The push for urban river bathing in Australia


    Continue reading...", - "content": "

    There is a growing effort to reconnect swimmers with city waterways once thought permanently lost to pollution. Assistant news editor Rosemary Bolger recommends a story about alternatives to ocean swims


    You can read the original article here: A dip in the Yarra or a dive in the Torrens? The push for urban river bathing in Australia


    Continue reading...", - "category": "Rivers", - "link": "https://www.theguardian.com/australia-news/audio/2021/dec/31/a-dip-in-the-yarra-or-a-dive-in-the-torrens-the-push-for-urban-river-bathing-in-australia", - "creator": "Hosted by Jane Lee. Recommended by Rosemary Bolger. Written by Royce Kurmelovs. Read by Albert Mwangi. Produced by Camilla Hannan, Daniel Semo, Allison Chan and Bethany Atkinson-Quinton . Executive producers Gabrielle Jackson and Melanie Tait", - "pubDate": "2021-12-30T16:30:03Z", + "title": "McDonald’s rations fries in Japan due to potato shortage", + "description": "

    Covid-19 and floods in Canada force fast-food company to sell only small-sized fries

    A new kind of chip shortage has hit Japanese supply chains, with McDonald’s forced to ration fries as Covid-19 and floods in Canada squeeze potato imports.

    McDonald’s Japan said it would only sell small-sized french fries for a week from Friday to avoid shortages. “Due to large-scale flooding near the Port of Vancouver … and the global supply chain crunch caused by the coronavirus pandemic, there are delays in the supply of potatoes.”

    Continue reading...", + "content": "

    Covid-19 and floods in Canada force fast-food company to sell only small-sized fries

    A new kind of chip shortage has hit Japanese supply chains, with McDonald’s forced to ration fries as Covid-19 and floods in Canada squeeze potato imports.

    McDonald’s Japan said it would only sell small-sized french fries for a week from Friday to avoid shortages. “Due to large-scale flooding near the Port of Vancouver … and the global supply chain crunch caused by the coronavirus pandemic, there are delays in the supply of potatoes.”

    Continue reading...", + "category": "Japan", + "link": "https://www.theguardian.com/world/2021/dec/22/mcdonalds-rations-fries-in-japan-due-to-potato-shortage", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-22T03:29:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198690,17 +224368,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "66bf645f215666613acd28a5d974b976", - "highlights": [] + "hash": "aa0f06ddea66134c6001caf94cfe289b" }, { - "title": "Flames over Syrian port after reported Israeli airstrike – video", - "description": "

    An Israeli airstrike hit Syria’s Latakia port before dawn on Tuesday, the second such attack on the cargo hub this month, Syrian state media reported. Since the outbreak of Syria’s civil war in 2011, Israel has routinely carried out airstrikes on its neighbour, mostly targeting Syrian government troops. The Israeli military has in the past defended the strikes as a necessary measure to prevent its enemy Iran from gaining a foothold on its doorstep

    Continue reading...", - "content": "

    An Israeli airstrike hit Syria’s Latakia port before dawn on Tuesday, the second such attack on the cargo hub this month, Syrian state media reported. Since the outbreak of Syria’s civil war in 2011, Israel has routinely carried out airstrikes on its neighbour, mostly targeting Syrian government troops. The Israeli military has in the past defended the strikes as a necessary measure to prevent its enemy Iran from gaining a foothold on its doorstep

    Continue reading...", - "category": "Syria", - "link": "https://www.theguardian.com/world/video/2021/dec/28/flames-over-syrian-port-after-reported-israeli-airstrike-video", - "creator": "", - "pubDate": "2021-12-28T15:17:33Z", + "title": "Food shortages hitting Britons more than many in EU, poll finds", + "description": "

    Survey suggests UK residents more likely to have faced shortages than those in France, Germany and Spain

    Britons are many times more likely to have experienced shortages of food and fuel than people in half a dozen EU member states, according to a poll.

    Global supply chain problems prompted by the pandemic have disrupted the international trade network since the summer, with transport backlogs combining with labour shortages to create scarcities of various goods around the world.

    Continue reading...", + "content": "

    Survey suggests UK residents more likely to have faced shortages than those in France, Germany and Spain

    Britons are many times more likely to have experienced shortages of food and fuel than people in half a dozen EU member states, according to a poll.

    Global supply chain problems prompted by the pandemic have disrupted the international trade network since the summer, with transport backlogs combining with labour shortages to create scarcities of various goods around the world.

    Continue reading...", + "category": "Supply chain crisis", + "link": "https://www.theguardian.com/business/2021/dec/22/food-shortages-hitting-britons-more-than-many-in-eu-poll-finds", + "creator": "Jon Henley Europe correspondent", + "pubDate": "2021-12-22T09:21:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198712,17 +224389,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "393cf70e9581cc895891c008883f5606", - "highlights": [] + "hash": "45873abb054c06821000684647306e11" }, { - "title": "1887 time capsule apparently found under Robert E Lee statue pedestal – video", - "description": "

    A long-sought 1887 time capsule appears to have been found under a pedestal that once held a statue of the Confederate general Robert E Lee in Richmond, Virginia. Media reports described a capsule with dozens of artefacts, perhaps including a rare photo of Abraham Lincoln. Crews dismantling the pedestal found another time capsule earlier this month, but it did not contain the expected trove of objects. The statue was removed in September after protests against the police killing of George Floyd

    Continue reading...", - "content": "

    A long-sought 1887 time capsule appears to have been found under a pedestal that once held a statue of the Confederate general Robert E Lee in Richmond, Virginia. Media reports described a capsule with dozens of artefacts, perhaps including a rare photo of Abraham Lincoln. Crews dismantling the pedestal found another time capsule earlier this month, but it did not contain the expected trove of objects. The statue was removed in September after protests against the police killing of George Floyd

    Continue reading...", - "category": "Virginia", - "link": "https://www.theguardian.com/us-news/video/2021/dec/28/1887-time-capsule-apparently-found-under-robert-e-lee-statue-pedestal-video", - "creator": "", - "pubDate": "2021-12-28T10:24:54Z", + "title": "Harvard professor found guilty of hiding ties to Chinese-run recruitment program", + "description": "

    Case is among highest profile to come from the US Department of Justice’s ‘China Initiative’, a controversial effort to curb suspected economic espionage

    A Harvard University professor charged with hiding his ties to a Chinese-run recruitment program has been found guilty on all counts.

    Charles Lieber, 62, the former chair of Harvard’s department of chemistry and chemical biology, had pleaded not guilty to two counts of filing false tax returns, two counts of making false statements, and two counts of failing to file reports for a foreign bank account in China.

    Continue reading...", + "content": "

    Case is among highest profile to come from the US Department of Justice’s ‘China Initiative’, a controversial effort to curb suspected economic espionage

    A Harvard University professor charged with hiding his ties to a Chinese-run recruitment program has been found guilty on all counts.

    Charles Lieber, 62, the former chair of Harvard’s department of chemistry and chemical biology, had pleaded not guilty to two counts of filing false tax returns, two counts of making false statements, and two counts of failing to file reports for a foreign bank account in China.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/22/harvard-professor-found-guilty-of-hiding-ties-to-chinese-run-recruitment-program", + "creator": "Associated Press", + "pubDate": "2021-12-22T01:28:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198734,17 +224410,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "523153c6374d7da64412ff86c00ef42e", - "highlights": [] + "hash": "e99b2bf780b87a75c9e3d042528ba29f" }, { - "title": "Covid live: UK test shortages ‘very worrying’ ahead of New Year; six Canadian provinces see record daily case rises", - "description": "

    Nervtag’s Prof Openshaw warns New Year’s Eve ‘perfect’ conditions to transmit virus; Canadian provinces including Ontario, Quebec and British Columbia set records

    Here’s a reminder of the news overnight that NHS England is looking to set up new “pop-up” Covid facilities. My colleagues Rowena Mason and Aubrey Allegretti report:

    NHS England confirmed that it was creating new small-scale “Nightingale” facilities with up to 100 beds each at eight hospitals across the country. The health service said it had asked trusts to identify empty spaces to accommodate beds in places such as gyms or teaching areas. NHS managers are aiming to create up to 4,000 beds as surge capacity if needed, with work on the first tranche, in temporary structures, starting this week.

    Continue reading...", - "content": "

    Nervtag’s Prof Openshaw warns New Year’s Eve ‘perfect’ conditions to transmit virus; Canadian provinces including Ontario, Quebec and British Columbia set records

    Here’s a reminder of the news overnight that NHS England is looking to set up new “pop-up” Covid facilities. My colleagues Rowena Mason and Aubrey Allegretti report:

    NHS England confirmed that it was creating new small-scale “Nightingale” facilities with up to 100 beds each at eight hospitals across the country. The health service said it had asked trusts to identify empty spaces to accommodate beds in places such as gyms or teaching areas. NHS managers are aiming to create up to 4,000 beds as surge capacity if needed, with work on the first tranche, in temporary structures, starting this week.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/30/covid-news-live-who-warns-of-trade-off-as-countries-ease-isolation-and-testing-rules", - "creator": "Martin Belam (now) and Samantha Lock (earlier)", - "pubDate": "2021-12-30T10:28:58Z", + "title": "Libyan presidential vote will not go ahead on Friday, officials confirm", + "description": "

    Unclear whether another date has been set or if election has been cancelled altogether

    A Libyan parliamentary committee has said it has become “impossible” to hold a long-awaited presidential vote on Friday as scheduled, in a blow to international efforts to end a decade of chaos in the oil-rich country.

    It was the first official statement that the vote would not go ahead, although the news had been widely expected amid mounting challenges and calls for a delay.

    Continue reading...", + "content": "

    Unclear whether another date has been set or if election has been cancelled altogether

    A Libyan parliamentary committee has said it has become “impossible” to hold a long-awaited presidential vote on Friday as scheduled, in a blow to international efforts to end a decade of chaos in the oil-rich country.

    It was the first official statement that the vote would not go ahead, although the news had been widely expected amid mounting challenges and calls for a delay.

    Continue reading...", + "category": "Libya", + "link": "https://www.theguardian.com/world/2021/dec/22/libyan-presidential-vote-not-going-ahead-officials-confirm", + "creator": "Associated Press", + "pubDate": "2021-12-22T08:50:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198756,17 +224431,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a09a59ae3d0e7ab9fa02e03e453c40d8", - "highlights": [] + "hash": "229c6d171fb7ac6f732366760d9d4f65" }, { - "title": "‘Journalism is not sedition’: Blinken urges release of seven arrested in Hong Kong media raids", - "description": "

    US secretary of state says Stand News journalists and and media executives have been ‘unjustly detained’, undermining Hong Kong’s credibility

    The US has called on Chinese and Hong Kong authorities to release the seven people linked to the now-shuttered independent news outlet Stand News who were arrested on sedition charges during a police crackdown on Wednesday.

    Secretary of state Antony Blinken said in a statement: “We call on PRC [People’s Republic of China] and Hong Kong authorities to cease targeting Hong Kong’s free and independent media and to immediately release those journalists and media executives who have been unjustly detained and charged.

    Continue reading...", - "content": "

    US secretary of state says Stand News journalists and and media executives have been ‘unjustly detained’, undermining Hong Kong’s credibility

    The US has called on Chinese and Hong Kong authorities to release the seven people linked to the now-shuttered independent news outlet Stand News who were arrested on sedition charges during a police crackdown on Wednesday.

    Secretary of state Antony Blinken said in a statement: “We call on PRC [People’s Republic of China] and Hong Kong authorities to cease targeting Hong Kong’s free and independent media and to immediately release those journalists and media executives who have been unjustly detained and charged.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/30/journalism-is-not-sedition-blinken-urges-release-of-seven-arrested-in-hong-kong-media-raids", - "creator": "Rhoda Kwan in Taipei", - "pubDate": "2021-12-30T04:22:23Z", + "title": "Myanmar: dozens feared missing after landslide at jade mine", + "description": "

    At least one person has died and up to 100 more could have been swept into a lake in the latest incident to strike the notoriously dangerous industry

    At least one person is dead and dozens more are missing after a landslide at a jade mine in northern Myanmar, a member of a rescue team has said.

    The landslide in the Hpakant area of Kachin state happened at around 4am on Wednesday, local time, and there were fears up to 100 people were missing. Ko Nyi, a member of a rescue team, said: “We’ve sent 25 injured people to hospital while we’ve found one dead.”

    Reuters and Agence France-Presse contributed to this report

    Continue reading...", + "content": "

    At least one person has died and up to 100 more could have been swept into a lake in the latest incident to strike the notoriously dangerous industry

    At least one person is dead and dozens more are missing after a landslide at a jade mine in northern Myanmar, a member of a rescue team has said.

    The landslide in the Hpakant area of Kachin state happened at around 4am on Wednesday, local time, and there were fears up to 100 people were missing. Ko Nyi, a member of a rescue team, said: “We’ve sent 25 injured people to hospital while we’ve found one dead.”

    Reuters and Agence France-Presse contributed to this report

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2021/dec/22/myanmar-dozens-feared-missing-after-landslide-at-jade-mine", + "creator": "Staff and agencies", + "pubDate": "2021-12-22T04:41:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198778,17 +224452,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "652b55c8be28de6e27830d2baa9d70c8", - "highlights": [] + "hash": "fb8e0cd1cc8f9dacc70001ef3e436cfe" }, { - "title": "Elton John’s Your Song originally slated for Diana funeral", - "description": "

    Goodbye England’s Rose was included in 1997 service after dean of Westminster urged ‘boldness’

    Westminster Abbey originally anticipated that Elton John would sing Your Song at the funeral of Diana, Princess of Wales, rather than Goodbye England’s Rose, his reworking of Candle in the Wind, newly released records show.

    An early order-of-service draft included the lyrics of Your Song, although it was mistitled Our Song. A second draft, sent for approval to Buckingham Palace by the dean of Westminster Abbey, Dr Wesley Carr, substituted Candle in the Wind.

    Continue reading...", - "content": "

    Goodbye England’s Rose was included in 1997 service after dean of Westminster urged ‘boldness’

    Westminster Abbey originally anticipated that Elton John would sing Your Song at the funeral of Diana, Princess of Wales, rather than Goodbye England’s Rose, his reworking of Candle in the Wind, newly released records show.

    An early order-of-service draft included the lyrics of Your Song, although it was mistitled Our Song. A second draft, sent for approval to Buckingham Palace by the dean of Westminster Abbey, Dr Wesley Carr, substituted Candle in the Wind.

    Continue reading...", - "category": "Diana, Princess of Wales", - "link": "https://www.theguardian.com/uk-news/2021/dec/30/elton-johns-your-song-originally-slated-for-diana-funeral", - "creator": "Caroline Davies and Kevin Rawlinson", - "pubDate": "2021-12-30T06:00:43Z", + "title": "Madagascar: minister swims 12 hours to safety after helicopter crash", + "description": "

    Police minister Serge Gelle was one of two survivors to make the marathon swim to shore after ejecting from the stricken helicopter

    A Madagascan minister was one of two survivors to have swum about 12 hours to shore after their helicopter crashed off the island’s north-east coast, authorities said.

    A search was continuing for two other passengers after Monday’s crash, the cause of which was not immediately clear, police and port authorities said.

    Continue reading...", + "content": "

    Police minister Serge Gelle was one of two survivors to make the marathon swim to shore after ejecting from the stricken helicopter

    A Madagascan minister was one of two survivors to have swum about 12 hours to shore after their helicopter crashed off the island’s north-east coast, authorities said.

    A search was continuing for two other passengers after Monday’s crash, the cause of which was not immediately clear, police and port authorities said.

    Continue reading...", + "category": "Madagascar", + "link": "https://www.theguardian.com/world/2021/dec/22/madagascar-minister-swims-12-hours-to-safety-after-helicopter-crash", + "creator": "Agence France-Presse", + "pubDate": "2021-12-22T00:11:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198800,17 +224473,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f012190a2568676abb876ffbd95acb3", - "highlights": [] + "hash": "f7258704c4c2e9e5d65a4494f2c4d055" }, { - "title": "‘On the brink’: drought and politics leave Afghans fighting famine", - "description": "

    Aid collapse after Taliban took control means just 2% of people have enough to eat, UN says

    In his seven decades, Mehrajuddin has been a police commander, a fighter for the mujahideen, a district governor and a prosecutor, and even briefly worked in Europe. Until this year, he has never struggled to feed his family.

    Now they have just one meal a day, hard discs of stale bread soaked in water until they soften to mush. “All the family are starving,” he says bluntly as he waits at a food distribution centre in Kabul for a handout of lentils, rice, flour and oil. “I even worry about dying, because if it happens tomorrow, how will my family pay for my funeral?”

    Continue reading...", - "content": "

    Aid collapse after Taliban took control means just 2% of people have enough to eat, UN says

    In his seven decades, Mehrajuddin has been a police commander, a fighter for the mujahideen, a district governor and a prosecutor, and even briefly worked in Europe. Until this year, he has never struggled to feed his family.

    Now they have just one meal a day, hard discs of stale bread soaked in water until they soften to mush. “All the family are starving,” he says bluntly as he waits at a food distribution centre in Kabul for a handout of lentils, rice, flour and oil. “I even worry about dying, because if it happens tomorrow, how will my family pay for my funeral?”

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2021/dec/30/on-the-brink-drought-and-politics-leave-afghans-fighting-famine", - "creator": "Emma Graham-Harrison in Kabul", - "pubDate": "2021-12-30T05:00:41Z", + "title": "Oscar Wilde’s former street named the most expensive in England", + "description": "

    The average house price on Tite Street in Chelsea is £28.9m, says mortgage lender Halifax

    It was once home to literary and artistic greats including Oscar Wilde, but now Tite Street in west London has a new claim to fame after Halifax named it the most expensive street in England and Wales, with an average house price of £28.9m.

    The mortgage lender said the top 10 priciest streets in 2021 were all in the capital, mainly in Westminster or the borough of Kensington and Chelsea, where Tite Street is situated.

    Continue reading...", + "content": "

    The average house price on Tite Street in Chelsea is £28.9m, says mortgage lender Halifax

    It was once home to literary and artistic greats including Oscar Wilde, but now Tite Street in west London has a new claim to fame after Halifax named it the most expensive street in England and Wales, with an average house price of £28.9m.

    The mortgage lender said the top 10 priciest streets in 2021 were all in the capital, mainly in Westminster or the borough of Kensington and Chelsea, where Tite Street is situated.

    Continue reading...", + "category": "House prices", + "link": "https://www.theguardian.com/money/2021/dec/22/oscar-wildes-former-street-named-the-most-expensive-in-england", + "creator": "Rupert Jones", + "pubDate": "2021-12-22T06:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198822,17 +224494,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "490f65cccb9aa4d3a9f1b49ecee58466", - "highlights": [] + "hash": "4b473c71d44f9a5f750a8a8ca628416c" }, { - "title": "Kindertransport Britons urge UK to reopen safe routes for refugees", - "description": "

    Alf Dubs, Stephanie Shirley and Erich Reich call for safe and legal paths for refugees in Europe to find safety

    Surviving members of the Kindertransport have urged the government to reopen safe routes for refugees in Europe, especially children, trying to reach the UK or risk more tragedies occurring in the Channel.

    Alf Dubs, Stephanie Shirley and Erich Reich, who all arrived in the UK between 1938 and 1939 as child refugees on the Kindertransport, an initiative set up to rescue nearly 10,000 Jewish child refugees before the second world war, said the UK was losing its moral authority in the world and urged the government to change tack.

    Continue reading...", - "content": "

    Alf Dubs, Stephanie Shirley and Erich Reich call for safe and legal paths for refugees in Europe to find safety

    Surviving members of the Kindertransport have urged the government to reopen safe routes for refugees in Europe, especially children, trying to reach the UK or risk more tragedies occurring in the Channel.

    Alf Dubs, Stephanie Shirley and Erich Reich, who all arrived in the UK between 1938 and 1939 as child refugees on the Kindertransport, an initiative set up to rescue nearly 10,000 Jewish child refugees before the second world war, said the UK was losing its moral authority in the world and urged the government to change tack.

    Continue reading...", - "category": "Refugees", - "link": "https://www.theguardian.com/world/2021/dec/30/kindertransport-britons-urge-uk-to-reopen-safe-routes-for-refugees", - "creator": "Aamna Mohdin", - "pubDate": "2021-12-30T07:00:44Z", + "title": "Steps taken to target Omicron with AstraZeneca jab, scientist says", + "description": "

    Sandy Douglas, from Oxford University, says updated vaccine could ‘respond to any new variant more rapidly’

    Oxford and AstraZeneca have taken “preliminary steps” to produce an updated version of their coronavirus vaccine to specifically target the Omicron variant, a scientist at the university has said.

    Sandy Douglas, a research group leader at Oxford, told the Financial Times that an updated vaccine could be used to “respond to any new variant more rapidly” than previously believed.

    Continue reading...", + "content": "

    Sandy Douglas, from Oxford University, says updated vaccine could ‘respond to any new variant more rapidly’

    Oxford and AstraZeneca have taken “preliminary steps” to produce an updated version of their coronavirus vaccine to specifically target the Omicron variant, a scientist at the university has said.

    Sandy Douglas, a research group leader at Oxford, told the Financial Times that an updated vaccine could be used to “respond to any new variant more rapidly” than previously believed.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/21/steps-taken-to-target-omicron-with-astrazeneca-jab-scientist-says", + "creator": "Léonie Chao-Fong", + "pubDate": "2021-12-21T23:47:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198844,17 +224515,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1f9fe52123d00a6d8ec8f7c1772193f", - "highlights": [] + "hash": "3900df4317aa56ecf326a0eb15c7c986" }, { - "title": "Indictment of alleged Proud Boys leaders over US Capitol attack upheld", - "description": "

    Federal judge rejects defence arguments, a development that could have potential implications for Donald Trump

    A federal judge has refused to dismiss an indictment charging four alleged Proud Boys leaders with conspiracy and obstructing an official proceeding during the 6 January attack on the US Capitol – a development that could have potential implications for Donald Trump.

    On Tuesday, the US district judge Timothy Kelly rejected arguments by defence lawyers that Ethan Nordean, Joseph Biggs, Zachary Rehl and Charles Donohoe are charged with conduct that is protected by the first amendment right to free speech.

    Continue reading...", - "content": "

    Federal judge rejects defence arguments, a development that could have potential implications for Donald Trump

    A federal judge has refused to dismiss an indictment charging four alleged Proud Boys leaders with conspiracy and obstructing an official proceeding during the 6 January attack on the US Capitol – a development that could have potential implications for Donald Trump.

    On Tuesday, the US district judge Timothy Kelly rejected arguments by defence lawyers that Ethan Nordean, Joseph Biggs, Zachary Rehl and Charles Donohoe are charged with conduct that is protected by the first amendment right to free speech.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2021/dec/29/indictment-of-proud-boys-leaders-charged-over-us-capitol-attack-upheld", - "creator": "Miranda Bryant", - "pubDate": "2021-12-29T16:24:08Z", + "title": "Covid: how has the pandemic changed in the UK in 2021?", + "description": "

    The year has been marked by the success of the vaccination drive – yet thousands have still died

    This time last year, Covid-19 cases were soaring in the UK, hospitalisations were steadily increasing, and the government had tightened restrictions to try to get a handle on a concerning new variant.

    Twelve months on, there is a sense of deja vu. A weary public is worried about its festive plans being cancelled, an outcome that would be all the more painful in light of the Christmas party scandal that has enveloped Downing Street in recent weeks.

    Continue reading...", + "content": "

    The year has been marked by the success of the vaccination drive – yet thousands have still died

    This time last year, Covid-19 cases were soaring in the UK, hospitalisations were steadily increasing, and the government had tightened restrictions to try to get a handle on a concerning new variant.

    Twelve months on, there is a sense of deja vu. A weary public is worried about its festive plans being cancelled, an outcome that would be all the more painful in light of the Christmas party scandal that has enveloped Downing Street in recent weeks.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/ng-interactive/2021/dec/22/covid-how-has-the-pandemic-changed-in-the-uk-in-2021", + "creator": "Pablo Gutiérrez, Pamela Duncan, Ashley Kirk, Miles Probyn , Niamh McIntyre, Tobi Thomas and Garry Blight", + "pubDate": "2021-12-22T08:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198866,17 +224536,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12638c534ed288ce51d23240f9dd66f5", - "highlights": [] + "hash": "d51c6f28691e948e2041887ba0d0ce20" }, { - "title": "South Korea presidential contender vows to seek nuclear-powered submarines, months after Australia’s Aukus deal", - "description": "

    Lee Jae-myung aims to counter North Korea threats and pledges to restart stalled talks between Pyongyang and Washington

    South Korea’s ruling party presidential candidate said he will seek US support to build nuclear-powered submarines to better counter threats from North Korea and proactively seek to reopen stalled denuclearisation talks between Pyongyang and Washington.

    In an interview with Reuters and two other media outlets, Lee Jae-myung also pledged to put aside “strategic ambiguity” in the face of intensifying Sino-US rivalry, vowing pragmatic diplomacy would avoid South Korea being forced to choose between the two countries.

    Continue reading...", - "content": "

    Lee Jae-myung aims to counter North Korea threats and pledges to restart stalled talks between Pyongyang and Washington

    South Korea’s ruling party presidential candidate said he will seek US support to build nuclear-powered submarines to better counter threats from North Korea and proactively seek to reopen stalled denuclearisation talks between Pyongyang and Washington.

    In an interview with Reuters and two other media outlets, Lee Jae-myung also pledged to put aside “strategic ambiguity” in the face of intensifying Sino-US rivalry, vowing pragmatic diplomacy would avoid South Korea being forced to choose between the two countries.

    Continue reading...", - "category": "South Korea", - "link": "https://www.theguardian.com/world/2021/dec/30/south-korea-presidential-contender-vows-to-seek-nuclear-powered-submarines-months-after-australias-aukus-deal", - "creator": "Reuters", - "pubDate": "2021-12-30T07:06:07Z", + "title": "‘Their whole sky has fallen’: more than 167,000 US children have lost a caregiver to Covid", + "description": "

    Death toll underscores daunting task facing schools as they help students recover not just academically, but also emotionally

    Melanie Keaton, 9, used to spend hours playing with her grandfather. Having tea time together from her miniature toy set. Taking trips to the zoo. Zigzagging their characters across the board of Candy Land.

    When he fell ill from the coronavirus in April 2020 and went to the hospital during New York City’s deadly first wave, the young girl, then just 7, turned to her mother.

    Continue reading...", + "content": "

    Death toll underscores daunting task facing schools as they help students recover not just academically, but also emotionally

    Melanie Keaton, 9, used to spend hours playing with her grandfather. Having tea time together from her miniature toy set. Taking trips to the zoo. Zigzagging their characters across the board of Candy Land.

    When he fell ill from the coronavirus in April 2020 and went to the hospital during New York City’s deadly first wave, the young girl, then just 7, turned to her mother.

    Continue reading...", + "category": "Children", + "link": "https://www.theguardian.com/society/2021/dec/22/coronavirus-us-children-lost-caregiver-covid", + "creator": "Asher Lehrer-Small", + "pubDate": "2021-12-22T10:00:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198888,17 +224557,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f47c6308a2baf8c6876a66504edb220c", - "highlights": [] + "hash": "870ec18ff1bf6ac3aab7a9fb32256e50" }, { - "title": "Indonesia relents on plan to push back boat carrying 100 Rohingya refugees after outcry", - "description": "

    Indonesia will now take in the refugees adrift on a stricken boat, instead of towing it into Malaysian waters

    Indonesia on Wednesday said it will let dozens of Rohingya refugees come ashore after protests from local residents and the international community over its plan to push them into Malaysian waters.

    At least 100 people, mostly women and children, aboard a stricken wooden vessel off Aceh province were denied refuge in Indonesia, where authorities said on Tuesday they planned to push them into Malaysian waters after fixing their boat.

    Continue reading...", - "content": "

    Indonesia will now take in the refugees adrift on a stricken boat, instead of towing it into Malaysian waters

    Indonesia on Wednesday said it will let dozens of Rohingya refugees come ashore after protests from local residents and the international community over its plan to push them into Malaysian waters.

    At least 100 people, mostly women and children, aboard a stricken wooden vessel off Aceh province were denied refuge in Indonesia, where authorities said on Tuesday they planned to push them into Malaysian waters after fixing their boat.

    Continue reading...", - "category": "Indonesia", - "link": "https://www.theguardian.com/world/2021/dec/30/indonesia-relents-on-plan-to-push-back-boat-carrying-100-rohingya-refugees-after-outcry", - "creator": "Agence France-Presse", - "pubDate": "2021-12-30T02:48:20Z", + "title": "Covid self-isolation cut to seven days with negative test in England", + "description": "

    Public health bosses say move for those who test negative on days six and seven will help support essential services

    The Covid self-isolation period has been cut to seven days in a move that could save Christmas for thousands of people and ease mounting staff shortages.

    From Wednesday, new guidance will enable the 10-day self-isolation period for vaccinated and unvaccinated people in England who have tested positive for coronavirus to be reduced by three days if they get the all-clear from lateral flow tests.

    Continue reading...", + "content": "

    Public health bosses say move for those who test negative on days six and seven will help support essential services

    The Covid self-isolation period has been cut to seven days in a move that could save Christmas for thousands of people and ease mounting staff shortages.

    From Wednesday, new guidance will enable the 10-day self-isolation period for vaccinated and unvaccinated people in England who have tested positive for coronavirus to be reduced by three days if they get the all-clear from lateral flow tests.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/22/covid-self-isolation-cut-to-seven-days-for-jabbed-people-in-england", + "creator": "Andrew Gregory", + "pubDate": "2021-12-22T00:01:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198910,17 +224578,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "071fad07c461de47767bdc0fcb3b11a4", - "highlights": [] + "hash": "9e1e127152c935ebada338c5f52800c4" }, { - "title": "Amazon’s Alexa device tells 10-year-old to touch a penny to a live plug socket", - "description": "

    The child had asked the Echo smart speaker for a challenge, prompting her mother to post the response on Twitter

    Virtual assistants can set timers for people, play music, control smart home devices, respond to voice commands and set up reminders. As of Sunday, they have also proven their ability to challenge children to lethal dares.

    Alexa, Amazon’s virtual assistant, recently advised a 10-year-old girl to touch a penny to a live plug socket after she asked the Echo smart speaker for a challenge.

    Continue reading...", - "content": "

    The child had asked the Echo smart speaker for a challenge, prompting her mother to post the response on Twitter

    Virtual assistants can set timers for people, play music, control smart home devices, respond to voice commands and set up reminders. As of Sunday, they have also proven their ability to challenge children to lethal dares.

    Alexa, Amazon’s virtual assistant, recently advised a 10-year-old girl to touch a penny to a live plug socket after she asked the Echo smart speaker for a challenge.

    Continue reading...", - "category": "Amazon Alexa", - "link": "https://www.theguardian.com/technology/2021/dec/29/amazons-alexa-child-penny-live-plug", - "creator": "Maya Yang", - "pubDate": "2021-12-30T00:09:35Z", + "title": "At six, I realised the truth about Santa. How deep did the lies go?", + "description": "

    I had a lot of existential questions. What is death? What if the dead wake in their coffins? And who was going to deliver my presents: Santa, God or Rabindranath Tagore?

    Christmas was always such a magical time for me when I was young, and the beginning of December 1970, filled with excitement and anticipation, was no different. I was six and though I had already figured out there was no Santa, I didn’t quite understand how presents materialised in the pillowcase annually hung from the post of my upper bunk bed. My parents were adamant about Santa’s existence, but my friends and older brothers had confirmed the awful, heart-wrenching, nihilistic truth of my suspicions.

    There were a lot of other existential questions in my mind that year. What was death? Did people seriously spend eternity in a box buried underground? What if they woke up? At school, the alternative of an eternity in heaven was presented by our overtly Christian teacher and, on balance, heaven definitely sounded preferable to an afterlife of maggot-ridden decomposition. The caveat of complete faith and devotion to a bearded man who floated on a cloud seemed a small price to pay for everlasting bliss. God even looked a lot like Santa, only his beard was more straggly and his suit less fun. Maybe God delivered the presents. Sorted. Roll on Christmas.

    Continue reading...", + "content": "

    I had a lot of existential questions. What is death? What if the dead wake in their coffins? And who was going to deliver my presents: Santa, God or Rabindranath Tagore?

    Christmas was always such a magical time for me when I was young, and the beginning of December 1970, filled with excitement and anticipation, was no different. I was six and though I had already figured out there was no Santa, I didn’t quite understand how presents materialised in the pillowcase annually hung from the post of my upper bunk bed. My parents were adamant about Santa’s existence, but my friends and older brothers had confirmed the awful, heart-wrenching, nihilistic truth of my suspicions.

    There were a lot of other existential questions in my mind that year. What was death? Did people seriously spend eternity in a box buried underground? What if they woke up? At school, the alternative of an eternity in heaven was presented by our overtly Christian teacher and, on balance, heaven definitely sounded preferable to an afterlife of maggot-ridden decomposition. The caveat of complete faith and devotion to a bearded man who floated on a cloud seemed a small price to pay for everlasting bliss. God even looked a lot like Santa, only his beard was more straggly and his suit less fun. Maybe God delivered the presents. Sorted. Roll on Christmas.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/22/at-six-i-realised-there-was-no-santa-how-deep-did-the-lies-go", + "creator": "Nitin Sawhney", + "pubDate": "2021-12-22T07:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198932,17 +224599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "49f97147b02ba42ba64bd9ea06dc9c7e", - "highlights": [] + "hash": "1982b223aa6dff0df19e2efff755783b" }, { - "title": "Denver gunman who killed five in shooting rampage knew victims", - "description": "

    Lyndon James McLeod, 47, who was killed at scene was ‘on radar of law enforcement’, say Denver police

    A gunman who killed five people and injured two others in a series of shootings in Denver is believed to have targeted the victims based on previous personal and business dealings and was investigated by police twice in the last two years.

    Denver police said that Lyndon James McLeod, 47, who was also killed in the deadly rampage on Monday night, knew most of the victims and was “on the radar of law enforcement”.

    Continue reading...", - "content": "

    Lyndon James McLeod, 47, who was killed at scene was ‘on radar of law enforcement’, say Denver police

    A gunman who killed five people and injured two others in a series of shootings in Denver is believed to have targeted the victims based on previous personal and business dealings and was investigated by police twice in the last two years.

    Denver police said that Lyndon James McLeod, 47, who was also killed in the deadly rampage on Monday night, knew most of the victims and was “on the radar of law enforcement”.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/29/denver-gunman-lyndon-james-mcleod-who-killed-five-in-shooting-rampage-knew-victims", - "creator": "Miranda Bryant", - "pubDate": "2021-12-29T14:44:54Z", + "title": "Why did I build a walking desk? Because I could | Warren Murray", + "description": "

    What kills exercise for me is the knowing you are doing it, and the waiting for it to end. My pandemic project changed that

    I have been working from home since 2011, long before the pandemic, and getting enough exercise without a daily commute to the office has proven a challenge. I exercise most effectively when it’s just built into my day, like cycling to work was previously.

    My home office is also my person-cave and it is rigged out with a small couch and a TV. At some stage I independently discovered the concept of “temptation bundling” before it became a thing. At night I was binging TV shows while doing what I called the Batman Workout – situps, pushups and pull-ups, which was all Christian Bale’s Dark Knight ever seemed to need. By the time all six seasons of The Sopranos were finished, I actually was on my way to getting slightly ripped. But then I must have hurt my back, run out of good TV shows, or got the shits with it or something because I stopped.

    Continue reading...", + "content": "

    What kills exercise for me is the knowing you are doing it, and the waiting for it to end. My pandemic project changed that

    I have been working from home since 2011, long before the pandemic, and getting enough exercise without a daily commute to the office has proven a challenge. I exercise most effectively when it’s just built into my day, like cycling to work was previously.

    My home office is also my person-cave and it is rigged out with a small couch and a TV. At some stage I independently discovered the concept of “temptation bundling” before it became a thing. At night I was binging TV shows while doing what I called the Batman Workout – situps, pushups and pull-ups, which was all Christian Bale’s Dark Knight ever seemed to need. By the time all six seasons of The Sopranos were finished, I actually was on my way to getting slightly ripped. But then I must have hurt my back, run out of good TV shows, or got the shits with it or something because I stopped.

    Continue reading...", + "category": "Fitness", + "link": "https://www.theguardian.com/commentisfree/2021/dec/22/why-did-i-build-a-walking-desk-because-i-could", + "creator": "Warren Murray", + "pubDate": "2021-12-22T03:27:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198954,17 +224620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6400a1a0a750d7ebb1f3cd3560df49da", - "highlights": [] + "hash": "7b610dc69b26f9f8c517b2e151fa15d6" }, { - "title": "French daily Covid cases above 200,000 as Italy introduces stricter green pass", - "description": "

    France sets European record, as Italy tightens measures against the unvaccinated

    France has registered a national and European record for new coronavirus infections as the Omicron variant fuels a surge in cases across the continent, with multiple countries hitting new highs.

    France on Wednesday reported 208,000 cases in the previous 24 hours, up from its previous record of almost 180,000 set the day before.

    Continue reading...", - "content": "

    France sets European record, as Italy tightens measures against the unvaccinated

    France has registered a national and European record for new coronavirus infections as the Omicron variant fuels a surge in cases across the continent, with multiple countries hitting new highs.

    France on Wednesday reported 208,000 cases in the previous 24 hours, up from its previous record of almost 180,000 set the day before.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/29/french-daily-covid-cases-above-200000-as-italy-considers-stricter-green-pass", - "creator": "Jon Henley in Paris and Angela Giuffrida in Rome", - "pubDate": "2021-12-29T22:46:09Z", + "title": "‘A fire-eater who’s run out of fuel’: European press lays into Boris Johnson", + "description": "

    Continental media are in no mood to donner un break to the British PM, sensing the ‘beginning of the end’

    For El País in Spain, his “magic has vanished”. For Libération in France he is “the only actor in the Boris Johnson show – which is, increasingly, a flop”. In Germany, Der Spiegel asked how long Britain could last being governed “almost exclusively by defiant optimism”.

    As the scandals mount, the approval ratings plunge, the electoral defeats accumulate, the rebellions multiply, his trusted Brexit lieutenant jumps ship and the Omicron variant runs rampant, continental media seem – to coin a phrase – in no mood to donner un break to Britain’s beleaguered prime minister.

    Continue reading...", + "content": "

    Continental media are in no mood to donner un break to the British PM, sensing the ‘beginning of the end’

    For El País in Spain, his “magic has vanished”. For Libération in France he is “the only actor in the Boris Johnson show – which is, increasingly, a flop”. In Germany, Der Spiegel asked how long Britain could last being governed “almost exclusively by defiant optimism”.

    As the scandals mount, the approval ratings plunge, the electoral defeats accumulate, the rebellions multiply, his trusted Brexit lieutenant jumps ship and the Omicron variant runs rampant, continental media seem – to coin a phrase – in no mood to donner un break to Britain’s beleaguered prime minister.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/21/european-press-lays-into-boris-johnson-fire-eater-run-out-of-fuel", + "creator": "Jon Henley in Paris", + "pubDate": "2021-12-21T13:08:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198976,17 +224641,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e0bd08d47b0d58553f6d66e80111664", - "highlights": [] + "hash": "9a5d7a514617da4048a76ccf1200eefb" }, { - "title": "Britons with homes in EU told they can’t drive through France to get there", - "description": "

    Eurotunnel operator issues warning to UK nationals after update to Covid travel rules by French government

    Eurotunnel is warning British citizens who live in the EU that they cannot travel through France by car from the UK due to new coronavirus restrictions imposed by the French government.

    Getlink, the operator of the Channel rail link, issued an urgent warning on its website and Twitter page on Wednesday evening that appeared to confirm that the French government had changed its travel rules.

    Continue reading...", - "content": "

    Eurotunnel operator issues warning to UK nationals after update to Covid travel rules by French government

    Eurotunnel is warning British citizens who live in the EU that they cannot travel through France by car from the UK due to new coronavirus restrictions imposed by the French government.

    Getlink, the operator of the Channel rail link, issued an urgent warning on its website and Twitter page on Wednesday evening that appeared to confirm that the French government had changed its travel rules.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/29/britons-living-in-eu-told-they-cant-drive-through-france-to-get-to-uk", - "creator": "Léonie Chao-Fong", - "pubDate": "2021-12-30T00:48:01Z", + "title": "How Charlamagne became Tha God of headline-grabbing interviews", + "description": "

    The host’s chat with Kamala Harris led to a rare thing in Washington: a genuine moment


    Last Friday, Charlamagne Tha God had a remote sit-down with Kamala Harris for his new late-night chatshow Tha God’s Honest Truth on Comedy Central. It was a big moment for a legendary provocateur who in little more than a decade has gone from dismissable radio sidekick to the leading interviewer on urban radio, as at ease grilling presidents as japing with Migos.

    During his interview with Harris, it seemed as if the host, real name Lenard Larry McKelvey, would bite his tongue and give the vice-president space to hit back at the legion of critics who moan about her not doing more. But what seemed like a softball interview quickly changed tone when Charlamagne asked her, point blank: “Who is the real president of this country, Joe Biden or Joe Manchin?”

    Continue reading...", + "content": "

    The host’s chat with Kamala Harris led to a rare thing in Washington: a genuine moment


    Last Friday, Charlamagne Tha God had a remote sit-down with Kamala Harris for his new late-night chatshow Tha God’s Honest Truth on Comedy Central. It was a big moment for a legendary provocateur who in little more than a decade has gone from dismissable radio sidekick to the leading interviewer on urban radio, as at ease grilling presidents as japing with Migos.

    During his interview with Harris, it seemed as if the host, real name Lenard Larry McKelvey, would bite his tongue and give the vice-president space to hit back at the legion of critics who moan about her not doing more. But what seemed like a softball interview quickly changed tone when Charlamagne asked her, point blank: “Who is the real president of this country, Joe Biden or Joe Manchin?”

    Continue reading...", + "category": "US television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/21/charlamagne-tha-god-kamala-harris-interview", + "creator": "Andrew Lawrence", + "pubDate": "2021-12-22T06:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -198998,17 +224662,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "849d4e31cdda36f337281b55c5e0b65b", - "highlights": [] + "hash": "a926cb7f7c27cc0b51e2972e4bac856c" }, { - "title": "OzSage experts warn ‘let it rip’ Covid strategy will condemn vulnerable Australians to death", - "description": "

    Sheer scale of cases means the impact on an already fatigued health system ‘could be enormous’, report says

    Australia’s independent expert group OzSage has savaged the “let it rip” Covid-19 strategy in New South Wales and elsewhere, saying it will condemn some people to death, particularly the more vulnerable.

    In a report released on Thursday, OzSage said the trajectory of Covid data suggested hospital admission and intensive care unit occupancy numbers were “on a steeply rising trend and anticipated to exceed earlier peaks quite soon. In other words, optimistic assumptions about the impact of the Omicron variant on hospital admissions are unrealistic.”

    Continue reading...", - "content": "

    Sheer scale of cases means the impact on an already fatigued health system ‘could be enormous’, report says

    Australia’s independent expert group OzSage has savaged the “let it rip” Covid-19 strategy in New South Wales and elsewhere, saying it will condemn some people to death, particularly the more vulnerable.

    In a report released on Thursday, OzSage said the trajectory of Covid data suggested hospital admission and intensive care unit occupancy numbers were “on a steeply rising trend and anticipated to exceed earlier peaks quite soon. In other words, optimistic assumptions about the impact of the Omicron variant on hospital admissions are unrealistic.”

    Continue reading...", - "category": "Health", - "link": "https://www.theguardian.com/australia-news/2021/dec/30/ozsage-experts-warn-let-it-rip-covid-strategy-will-condemn-vulnerable-australians-to-death", - "creator": "Peter Hannam", - "pubDate": "2021-12-30T03:12:39Z", + "title": "Asylum seekers in PM’s constituency claim accommodation ‘not fit to live in’", + "description": "

    Residents begged Boris Johnson for help after no improvements made to rundown flats in Uxbridge and South Ruislip

    Dozens of asylum seekers are begging Boris Johnson to help rehouse them, claiming the Home Office accommodation in his constituency is not fit to live in.

    The 18 rundown flats in Uxbridge and South Ruislip have housed some asylum seekers for years without any improvements being made – despite repeated complaints. Each apartment has five tiny bedrooms and no communal space, besides kitchens and bathrooms left filthy from a lack of maintenance.

    Continue reading...", + "content": "

    Residents begged Boris Johnson for help after no improvements made to rundown flats in Uxbridge and South Ruislip

    Dozens of asylum seekers are begging Boris Johnson to help rehouse them, claiming the Home Office accommodation in his constituency is not fit to live in.

    The 18 rundown flats in Uxbridge and South Ruislip have housed some asylum seekers for years without any improvements being made – despite repeated complaints. Each apartment has five tiny bedrooms and no communal space, besides kitchens and bathrooms left filthy from a lack of maintenance.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/dec/22/asylum-seekers-in-pms-constituency-claim-accommodation-not-fit-to-live-in", + "creator": "Diane Taylor", + "pubDate": "2021-12-22T06:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199020,17 +224683,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6b32b1dc047bde72cd4a787a7e6abfc", - "highlights": [] + "hash": "28e08d84ff5533f62da7fcd7784dd576" }, { - "title": "Air travel in and out of UK slumps by 71% in 2021 amid pandemic", - "description": "

    Report from aviation analytics firm Cirium shows domestic flights were down by almost 60%

    Air travel in and out of the UK slumped by 71% in 2021 as the second year of the Covid-19 crisis took its toll on international flying, according to a report.

    Just over 406,000 international flights operated from the UK up to 22 December this year compared with almost 1.4m in 2019 before the pandemic struck and travel restrictions were imposed, the aviation analytics firm Cirium said. UK domestic flights were found to have declined by almost 60%.

    Continue reading...", - "content": "

    Report from aviation analytics firm Cirium shows domestic flights were down by almost 60%

    Air travel in and out of the UK slumped by 71% in 2021 as the second year of the Covid-19 crisis took its toll on international flying, according to a report.

    Just over 406,000 international flights operated from the UK up to 22 December this year compared with almost 1.4m in 2019 before the pandemic struck and travel restrictions were imposed, the aviation analytics firm Cirium said. UK domestic flights were found to have declined by almost 60%.

    Continue reading...", - "category": "Airline industry", - "link": "https://www.theguardian.com/business/2021/dec/29/air-travel-in-and-out-of-uk-slumps-in-2021-amid-pandemic", - "creator": "Julia Kollewe", - "pubDate": "2021-12-29T08:45:05Z", + "title": "‘There’s a lot of anxiety’: US grapples with Covid testing amid surge", + "description": "

    The US continues to lag in testing, leading New Yorkers to wait in line for hours amid increased demand due to the emergence of Omicron

    As a history professor at Babson College in Wellesley, Massachusetts, Kevin Bruyneel had been tested for Covid-19 more than 100 times and typically waited less than 15 minutes for the free tests.

    So Bruyneel was upset when he went to get a PCR test at a clinic Sunday in Brooklyn, New York, and waited more than an hour after his scheduled appointment and was billed at least $100 – though he could owe more depending on what his insurance covers.

    Continue reading...", + "content": "

    The US continues to lag in testing, leading New Yorkers to wait in line for hours amid increased demand due to the emergence of Omicron

    As a history professor at Babson College in Wellesley, Massachusetts, Kevin Bruyneel had been tested for Covid-19 more than 100 times and typically waited less than 15 minutes for the free tests.

    So Bruyneel was upset when he went to get a PCR test at a clinic Sunday in Brooklyn, New York, and waited more than an hour after his scheduled appointment and was billed at least $100 – though he could owe more depending on what his insurance covers.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/22/us-covid-test-lines-shortages", + "creator": "Eric Berger", + "pubDate": "2021-12-22T10:00:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199042,17 +224704,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1e917920b96aee3d94a001bd251ec1e", - "highlights": [] + "hash": "9dfb8db5e1d4acf6cee609dda1361468" }, { - "title": "When did I decide to stop living in denial? While lying on a plane gangway during a panic attack", - "description": "

    I had refused to accept my PTSD had returned. But on a flight to Budapest it became impossible to ignore

    It is hard to pinpoint the worst moment of your life. But when I think about my lowest ebb, a certain image begins to solidify: me, lying in the gangway of a plane, the cabin crew administering oxygen via a canister and a mask as we descend to Budapest airport and other passengers look on (bemused or horrified, I couldn’t say). A couple of minutes previously, a fog had descended on me as I sat in the seat next to my boyfriend; peculiar black clouds coalesced at the margins of my vision. I was passing out. “I need to lie down,” I said, with some urgency. “I need to lie down, now.”

    Why does this image stand out? I suppose it is because, ultimately, it is about denial – and the point at which that stops being possible. The thing I didn’t want to know was that I was ill. Again. I had no business being on a plane. I had only been able to get on the plane at all as a result of the large white wine and two co-codamol tablets I had necked at the airport. It was no doubt the chemical effects of these that led to me almost blacking out. That and the fact I had been hyperventilating for the duration of the flight.

    Continue reading...", - "content": "

    I had refused to accept my PTSD had returned. But on a flight to Budapest it became impossible to ignore

    It is hard to pinpoint the worst moment of your life. But when I think about my lowest ebb, a certain image begins to solidify: me, lying in the gangway of a plane, the cabin crew administering oxygen via a canister and a mask as we descend to Budapest airport and other passengers look on (bemused or horrified, I couldn’t say). A couple of minutes previously, a fog had descended on me as I sat in the seat next to my boyfriend; peculiar black clouds coalesced at the margins of my vision. I was passing out. “I need to lie down,” I said, with some urgency. “I need to lie down, now.”

    Why does this image stand out? I suppose it is because, ultimately, it is about denial – and the point at which that stops being possible. The thing I didn’t want to know was that I was ill. Again. I had no business being on a plane. I had only been able to get on the plane at all as a result of the large white wine and two co-codamol tablets I had necked at the airport. It was no doubt the chemical effects of these that led to me almost blacking out. That and the fact I had been hyperventilating for the duration of the flight.

    Continue reading...", - "category": "Post-traumatic stress disorder", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/30/when-did-i-decide-to-stop-living-in-denial-while-lying-on-a-plane-gangway-during-a-panic-attack", - "creator": "Rhiannon Lucy Cosslett", - "pubDate": "2021-12-30T07:00:45Z", + "title": "‘I go too far, too deep’: the Swiss wanderer who found the soul of Japan", + "description": "

    In 1951, Werner Bischof was sent to cover the war in Korea. The photographer instead found himself captivated by Japan, where US soldiers took their leave, and spent a year exploring ‘the depths of the Japanese soul’

    Continue reading...", + "content": "

    In 1951, Werner Bischof was sent to cover the war in Korea. The photographer instead found himself captivated by Japan, where US soldiers took their leave, and spent a year exploring ‘the depths of the Japanese soul’

    Continue reading...", + "category": "Photography", + "link": "https://www.theguardian.com/artanddesign/gallery/2021/dec/22/swiss-wanderer-soul-of-japan-werner-bischof", + "creator": "", + "pubDate": "2021-12-22T07:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199064,17 +224725,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44c947ac7b45332a56d36c7b510b2792", - "highlights": [] + "hash": "63e5934556e0572394668dbe347796cf" }, { - "title": "‘It parodies our inaction’: Don’t Look Up, an allegory of the climate crisis, lauded by activists", - "description": "

    Adam McKay’s end-of-the-world film is a ‘powerful’ depiction of society’s response to scientific warnings, campaigners say

    Don’t Look Up, the latest celluloid offering from the writer-director Adam McKay, has become Netflix’s top film globally despite dividing critics and viewers.

    The film, a satire in which two scientists played by Leonardo DiCaprio and Jennifer Lawrence attempt to warn an indifferent world about a comet that threatens to destroy the planet, is an intentional allegory of the climate crisis.

    Continue reading...", - "content": "

    Adam McKay’s end-of-the-world film is a ‘powerful’ depiction of society’s response to scientific warnings, campaigners say

    Don’t Look Up, the latest celluloid offering from the writer-director Adam McKay, has become Netflix’s top film globally despite dividing critics and viewers.

    The film, a satire in which two scientists played by Leonardo DiCaprio and Jennifer Lawrence attempt to warn an indifferent world about a comet that threatens to destroy the planet, is an intentional allegory of the climate crisis.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/environment/2021/dec/30/it-parodies-our-inaction-dont-look-up-an-allegory-of-the-climate-crisis-lauded-by-activists", - "creator": "Donna Lu", - "pubDate": "2021-12-30T01:27:08Z", + "title": "Child abuse survivor awarded $5m after suing perpetrator", + "description": "

    Disgraced art collector John Wayne Millwood was jailed in 2016 and released on parole in 2019

    A man sexually abused as a child by disgraced Tasmanian art collector John Wayne Millwood has been awarded more than $5m in damages.

    He was abused by Millwood under the guise of medical examinations in the 1980s when he was aged between 10 and 15.

    Continue reading...", + "content": "

    Disgraced art collector John Wayne Millwood was jailed in 2016 and released on parole in 2019

    A man sexually abused as a child by disgraced Tasmanian art collector John Wayne Millwood has been awarded more than $5m in damages.

    He was abused by Millwood under the guise of medical examinations in the 1980s when he was aged between 10 and 15.

    Continue reading...", + "category": "Tasmania", + "link": "https://www.theguardian.com/australia-news/2021/dec/22/child-abuse-survivor-awarded-5m-after-suing-perpetrator", + "creator": "Australian Associated Press", + "pubDate": "2021-12-22T09:57:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199086,17 +224746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0451472639f64bc3f7f980ac64b5f76e", - "highlights": [] + "hash": "0421946af13abe8195a238c13823bcee" }, { - "title": "Escape your comfort zone: I have always been the quiet one. Could learning to shout change my life?", - "description": "

    I can endure anger, pain and frustration without the need to scream. But I realised that that could, in fact, be a problem. So I travelled to the countryside to try yelling

    In the summer of 2020, the London-based psychotherapist Zoë Aston hit the headlines with a scream-therapy campaign she had devised for the Icelandic tourism board. On a website called Looks Like You Need Iceland, visitors were invited to record a scream which would then be blasted out for you in the vast, frozen wilderness. “And when you’re ready,” the blurb ran, “come let it out for real. You’ll feel better, we promise.” All of which assumes a scream-readiness with which I am patently unfamiliar.

    I am famous in my family for never shouting when I drop a glass or cut myself in the kitchen. The bigger the mess, the quieter I get. The angrier I get, the quieter I get, too. I have never screamed or shouted anyone down. A while back, the thought occurred to me that this might be a problem. What if, one day, I needed to yell? What if I, or someone else, needed the kind of urgent attention a scream is designed to attract?

    Reading the psychologist Art Janov’s 1970 book The Primal Scream does not help. This is at least partly due to its terrifying cover art, which features a bald figure with a cleft cranium, out of which gapes a screaming red mouth full of teeth – a nightmarish vision matched only by the intense embarrassment I feel just thinking about what therapists call “primaling”. I don’t want to primal. Or vent. Or rage. It’s the actual, audible how-to that’s the problem.

    Continue reading...", - "content": "

    I can endure anger, pain and frustration without the need to scream. But I realised that that could, in fact, be a problem. So I travelled to the countryside to try yelling

    In the summer of 2020, the London-based psychotherapist Zoë Aston hit the headlines with a scream-therapy campaign she had devised for the Icelandic tourism board. On a website called Looks Like You Need Iceland, visitors were invited to record a scream which would then be blasted out for you in the vast, frozen wilderness. “And when you’re ready,” the blurb ran, “come let it out for real. You’ll feel better, we promise.” All of which assumes a scream-readiness with which I am patently unfamiliar.

    I am famous in my family for never shouting when I drop a glass or cut myself in the kitchen. The bigger the mess, the quieter I get. The angrier I get, the quieter I get, too. I have never screamed or shouted anyone down. A while back, the thought occurred to me that this might be a problem. What if, one day, I needed to yell? What if I, or someone else, needed the kind of urgent attention a scream is designed to attract?

    Reading the psychologist Art Janov’s 1970 book The Primal Scream does not help. This is at least partly due to its terrifying cover art, which features a bald figure with a cleft cranium, out of which gapes a screaming red mouth full of teeth – a nightmarish vision matched only by the intense embarrassment I feel just thinking about what therapists call “primaling”. I don’t want to primal. Or vent. Or rage. It’s the actual, audible how-to that’s the problem.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/30/escape-your-comfort-zone-i-have-always-been-the-quiet-one-could-learning-to-shout-change-my-life", - "creator": "Dale Berning Sawa", - "pubDate": "2021-12-30T09:00:46Z", + "title": "North Korea 'bans laughing' during mourning for anniversary of Kim Jong-il's death – video", + "description": "

    Video from Pyongyang shows North Korea's leader Kim Jong-un looking dour as he attends the memorial service to mark the 10th anniversary of his father's death. 

    As part of the national memorial, North Koreans have reportedly been banned from showing any sign of happiness. According to Radio Free Asia's Korean service, restrictions include an explicit ban on laughter and alcohol during the 11-day period of mourning. 

    A North Korean citizen also told the news service that on the exact anniversary of Kim Jong-il’s death, 17 December, people had been banned from going grocery shopping.

    • This video was amended on 21 December 2021 to clarify that the reports that laughing has been banned during the mourning period were based on quotes from a North Korean citizen carried by Radio Free Asia's Korean service. The claims have not been independently verified.

    Continue reading...", + "content": "

    Video from Pyongyang shows North Korea's leader Kim Jong-un looking dour as he attends the memorial service to mark the 10th anniversary of his father's death. 

    As part of the national memorial, North Koreans have reportedly been banned from showing any sign of happiness. According to Radio Free Asia's Korean service, restrictions include an explicit ban on laughter and alcohol during the 11-day period of mourning. 

    A North Korean citizen also told the news service that on the exact anniversary of Kim Jong-il’s death, 17 December, people had been banned from going grocery shopping.

    • This video was amended on 21 December 2021 to clarify that the reports that laughing has been banned during the mourning period were based on quotes from a North Korean citizen carried by Radio Free Asia's Korean service. The claims have not been independently verified.

    Continue reading...", + "category": "North Korea", + "link": "https://www.theguardian.com/world/video/2021/dec/20/north-korea-bans-laughing-for-11-days-during-mourning-for-anniversary-of-kim-jong-ils-death-video", + "creator": "", + "pubDate": "2021-12-19T23:53:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199108,17 +224767,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c49ed913ae6816ad46c1a9ee0cb918da", - "highlights": [] + "hash": "c87102780fbeeefceecaf0a387cc65d3" }, { - "title": "Who were the real stars of 2021? Guardian portraits of the year – in pictures", - "description": "

    From music icons to housebound families, from climate activists to bike repairers, from comedy giants to asylum-seeking cricketers, we look back at the great portraits taken by Guardian photographers

    Continue reading...", - "content": "

    From music icons to housebound families, from climate activists to bike repairers, from comedy giants to asylum-seeking cricketers, we look back at the great portraits taken by Guardian photographers

    Continue reading...", - "category": "Photography", - "link": "https://www.theguardian.com/artanddesign/gallery/2021/dec/30/stars-2021-guardian-portraits-music-icons-housebound-families-asylum-cricketers", - "creator": "Mee-Lai Stone", - "pubDate": "2021-12-30T07:00:44Z", + "title": "Dozens feared missing after refugee boat sinks off Greek island", + "description": "

    Search and rescue operation under way near Folegandros as boat carrying as many as 50 people sinks

    Greece’s coastguard says dozens of people are believed to be missing after a boat sank off the coast of the island of Folegandros.

    A large search and rescue operation was launched early on Wednesday after the boat sank 112 miles (180 km) south-east of Athens. The coastguard said 12 people, all believed to be from Iraq, had been rescued and transported to the nearby island of Santorini.

    Continue reading...", + "content": "

    Search and rescue operation under way near Folegandros as boat carrying as many as 50 people sinks

    Greece’s coastguard says dozens of people are believed to be missing after a boat sank off the coast of the island of Folegandros.

    A large search and rescue operation was launched early on Wednesday after the boat sank 112 miles (180 km) south-east of Athens. The coastguard said 12 people, all believed to be from Iraq, had been rescued and transported to the nearby island of Santorini.

    Continue reading...", + "category": "Refugees", + "link": "https://www.theguardian.com/world/2021/dec/22/dozens-believed-missing-after-refugee-boat-sinks-off-greek-island", + "creator": "Associated Press in Athens", + "pubDate": "2021-12-22T09:12:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199130,17 +224788,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9a30c3531f4ff9c81d1c18fd231a031", - "highlights": [] + "hash": "269b1ea021c164d3acac7ca10959a7bb" }, { - "title": "Romantic fiction writers creating a more diverse happily ever after", - "description": "

    How book-loving communities on social media are helping authors break barriers to become bestsellers

    Talia Hibbert was rewatching a Spider-Man film and eating a meal in her living room when she received life-changing news. Her romance novel Act Your Age, Eve Brown, which she wrote at the beginning of the pandemic, had entered the New York Times bestseller list.

    The lighthearted romantic comedy, published this year, follows the escapades of a young black British woman who crashes into the life of an uptight B&B owner.

    Continue reading...", - "content": "

    How book-loving communities on social media are helping authors break barriers to become bestsellers

    Talia Hibbert was rewatching a Spider-Man film and eating a meal in her living room when she received life-changing news. Her romance novel Act Your Age, Eve Brown, which she wrote at the beginning of the pandemic, had entered the New York Times bestseller list.

    The lighthearted romantic comedy, published this year, follows the escapades of a young black British woman who crashes into the life of an uptight B&B owner.

    Continue reading...", - "category": "Romance books", - "link": "https://www.theguardian.com/books/2021/dec/30/romantic-fiction-writers-diverse-happily-ever-after-book-social-media-barriers-bestsellers", - "creator": "Aamna Mohdin", - "pubDate": "2021-12-30T08:00:44Z", + "title": "Libyan presidential vote not going ahead, officials confirm", + "description": "

    Parliamentary committee makes expected announcement, saying Friday’s vote had become impossible

    A Libyan parliamentary committee has said it has become impossible to hold a long-awaited presidential vote on Friday as scheduled.

    The widely expected announcement was the first official statement that the vote would not happen, amid mounting challenges and calls for a delay.

    Continue reading...", + "content": "

    Parliamentary committee makes expected announcement, saying Friday’s vote had become impossible

    A Libyan parliamentary committee has said it has become impossible to hold a long-awaited presidential vote on Friday as scheduled.

    The widely expected announcement was the first official statement that the vote would not happen, amid mounting challenges and calls for a delay.

    Continue reading...", + "category": "Libya", + "link": "https://www.theguardian.com/world/2021/dec/22/libyan-presidential-vote-not-going-ahead-officials-confirm", + "creator": "Staff and agencies", + "pubDate": "2021-12-22T08:50:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199152,17 +224809,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea03b10e9e655fa2e7e6d403c52cd7f0", - "highlights": [] + "hash": "37db0c8ffdeda174fda1913d72da3723" }, { - "title": "My winter of love: I was on holiday with my boyfriend – and the B&B owner told me a horrifying home truth", - "description": "

    We went for walks, marvelled at the views, saw baby eagles and had a lot of sex. But as the proprietor of the guest house could tell, not all was well between us

    Back in 2008, I lived in New York. I wasn’t a total stranger to North American winters – my stepmother is from Michigan, and the one and only time she persuaded me to go on a family sledging outing I was so cold I bailed and went back to sit in the car, like the moody teenager I most definitely was. But I’d never been on the continent for an entire winter. I bought a gigantic army surplus parka and resigned myself to months of wading through freezing slush, alternated with sitting in my studio apartment at night with the windows open because the ancient radiators had one setting: on. That was until I read an article in the New York Times travel section about upstate getaways. The mere mention of a charming B&B overlooking the Delaware River, where you could watch nesting eagles on a nearby bluff while sipping cognac, was all it took. Manhattan’s dreary ice-bound streets slipped away momentarily, and I imagined myself on that very deck. I was in a long-distance relationship at the time, and what, I reasoned, could be more romantic than such a weekend?

    It was February, the very worst part of winter, and any twinkle of New York City’s seasonal cheer had well and truly died. My boyfriend was due a visit, and I was ecstatic at the prospect of a trip out of the city. We would go somewhere a hundred times more romantic than my apartment (which housed the world’s smallest and most uncomfortable bed), a thousand times more interesting than the corner diner, and a million times more nurturing than the intersection of Broadway and Amsterdam Avenue. I could see it all: the icy river threading its way below the B&B’s deck, the eagles soaring majestically above us, me and my boyfriend holding hands and laughing in the snow, pink-cheeked and very much in love.

    Continue reading...", - "content": "

    We went for walks, marvelled at the views, saw baby eagles and had a lot of sex. But as the proprietor of the guest house could tell, not all was well between us

    Back in 2008, I lived in New York. I wasn’t a total stranger to North American winters – my stepmother is from Michigan, and the one and only time she persuaded me to go on a family sledging outing I was so cold I bailed and went back to sit in the car, like the moody teenager I most definitely was. But I’d never been on the continent for an entire winter. I bought a gigantic army surplus parka and resigned myself to months of wading through freezing slush, alternated with sitting in my studio apartment at night with the windows open because the ancient radiators had one setting: on. That was until I read an article in the New York Times travel section about upstate getaways. The mere mention of a charming B&B overlooking the Delaware River, where you could watch nesting eagles on a nearby bluff while sipping cognac, was all it took. Manhattan’s dreary ice-bound streets slipped away momentarily, and I imagined myself on that very deck. I was in a long-distance relationship at the time, and what, I reasoned, could be more romantic than such a weekend?

    It was February, the very worst part of winter, and any twinkle of New York City’s seasonal cheer had well and truly died. My boyfriend was due a visit, and I was ecstatic at the prospect of a trip out of the city. We would go somewhere a hundred times more romantic than my apartment (which housed the world’s smallest and most uncomfortable bed), a thousand times more interesting than the corner diner, and a million times more nurturing than the intersection of Broadway and Amsterdam Avenue. I could see it all: the icy river threading its way below the B&B’s deck, the eagles soaring majestically above us, me and my boyfriend holding hands and laughing in the snow, pink-cheeked and very much in love.

    Continue reading...", - "category": "Relationships", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/30/my-winter-of-love-holiday-boyfriend-horrifying-home-truth", - "creator": "Fay Schopen", - "pubDate": "2021-12-30T06:00:44Z", + "title": "Suspected Covid outbreaks in UK hospitals double in a week", + "description": "

    Exclusive: official figures show 66 acute respiratory infection incidents in hospitals in week to 16 December

    Suspected Covid outbreaks in hospitals across the UK have doubled in a week, official figures reveal – though the number of people admitted to wards with the virus is falling across much of England.

    As parts of the NHS battle to cope with a surge in infected staff and patients, UK Health Security Agency (UKHSA) data show there were 66 acute respiratory infection incidents in UK hospitals in the seven days to 16 December.

    Continue reading...", + "content": "

    Exclusive: official figures show 66 acute respiratory infection incidents in hospitals in week to 16 December

    Suspected Covid outbreaks in hospitals across the UK have doubled in a week, official figures reveal – though the number of people admitted to wards with the virus is falling across much of England.

    As parts of the NHS battle to cope with a surge in infected staff and patients, UK Health Security Agency (UKHSA) data show there were 66 acute respiratory infection incidents in UK hospitals in the seven days to 16 December.

    Continue reading...", + "category": "NHS", + "link": "https://www.theguardian.com/society/2021/dec/22/suspected-covid-outbreaks-in-uk-hospitals-double-in-a-week", + "creator": "Andrew Gregory and Denis Campbell", + "pubDate": "2021-12-22T06:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199174,17 +224830,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "721fd616f298fcd6f91e62a8c78110ad", - "highlights": [] + "hash": "c888cbfc93305f64acf7deb76cfa84f9" }, { - "title": "Only Murders in the Building to Cooking With Paris: the unsung TV heroes of 2021", - "description": "

    Paris Hilton’s disgusting dishes! Martin Freeman as a bad dad! A history of swear words! Here’s another chance to discover the incredible shows of the year you may have missed

    “The sci-fi murder mystery doctor dramedy Earth needs now!” That was the US marketing blurb for Resident Alien, a plucky attempt to turn the show’s audacious genre-mashing into a marketing angle. While it certainly has a lot going on – an alien crash-lands in small-town Colorado and attempts to evade detection by hijacking the identity of a big-city doctor – it only took a few episodes for me to realise why I was enjoying it so much. This story of a fusspot out-of-towner clashing with the rhythms of a town full of curious eccentrics is a spiritual descendant of 1990s fish-out-of-water touchstone Northern Exposure, complete with snowy setting and covetable local bar.

    Continue reading...", - "content": "

    Paris Hilton’s disgusting dishes! Martin Freeman as a bad dad! A history of swear words! Here’s another chance to discover the incredible shows of the year you may have missed

    “The sci-fi murder mystery doctor dramedy Earth needs now!” That was the US marketing blurb for Resident Alien, a plucky attempt to turn the show’s audacious genre-mashing into a marketing angle. While it certainly has a lot going on – an alien crash-lands in small-town Colorado and attempts to evade detection by hijacking the identity of a big-city doctor – it only took a few episodes for me to realise why I was enjoying it so much. This story of a fusspot out-of-towner clashing with the rhythms of a town full of curious eccentrics is a spiritual descendant of 1990s fish-out-of-water touchstone Northern Exposure, complete with snowy setting and covetable local bar.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/30/only-murders-in-the-building-to-cooking-with-paris-the-unsung-tv-heroes-of-2021", - "creator": "Graeme Virtue, Rachel Aroesti, Alexi Duggins, Phil Harrison, Hollie Richardson, Stuart Heritage, Rebecca Nicholson and Henry Wong", - "pubDate": "2021-12-30T06:00:43Z", + "title": "At six, I realised there was no Santa. How deep did the lies go?", + "description": "

    I had a lot of existential questions. What is death? What if the dead wake in their coffins? And who was going to deliver my presents: Santa, God or Rabindranath Tagore?

    Christmas was always such a magical time for me when I was young, and the beginning of December 1970, filled with excitement and anticipation, was no different. I was six and though I had already figured out there was no Santa, I didn’t quite understand how presents materialised in the pillowcase annually hung from the post of my upper bunk bed. My parents were adamant about Santa’s existence, but my friends and older brothers had confirmed the awful, heart-wrenching, nihilistic truth of my suspicions.

    There were a lot of other existential questions in my mind that year. What was death? Did people seriously spend eternity in a box buried underground? What if they woke up? At school, the alternative of an eternity in heaven was presented by our overtly Christian teacher and, on balance, heaven definitely sounded preferable to an afterlife of maggot-ridden decomposition. The caveat of complete faith and devotion to a bearded man who floated on a cloud seemed a small price to pay for everlasting bliss. God even looked a lot like Santa, only his beard was more straggly and his suit less fun. Maybe God delivered the presents. Sorted. Roll on Christmas.

    Continue reading...", + "content": "

    I had a lot of existential questions. What is death? What if the dead wake in their coffins? And who was going to deliver my presents: Santa, God or Rabindranath Tagore?

    Christmas was always such a magical time for me when I was young, and the beginning of December 1970, filled with excitement and anticipation, was no different. I was six and though I had already figured out there was no Santa, I didn’t quite understand how presents materialised in the pillowcase annually hung from the post of my upper bunk bed. My parents were adamant about Santa’s existence, but my friends and older brothers had confirmed the awful, heart-wrenching, nihilistic truth of my suspicions.

    There were a lot of other existential questions in my mind that year. What was death? Did people seriously spend eternity in a box buried underground? What if they woke up? At school, the alternative of an eternity in heaven was presented by our overtly Christian teacher and, on balance, heaven definitely sounded preferable to an afterlife of maggot-ridden decomposition. The caveat of complete faith and devotion to a bearded man who floated on a cloud seemed a small price to pay for everlasting bliss. God even looked a lot like Santa, only his beard was more straggly and his suit less fun. Maybe God delivered the presents. Sorted. Roll on Christmas.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/22/at-six-i-realised-there-was-no-santa-how-deep-did-the-lies-go", + "creator": "Nitin Sawhney", + "pubDate": "2021-12-22T07:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199196,17 +224851,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dabddff86909264e28ef930cbfe45d46", - "highlights": [] + "hash": "e4e94bcf24d3356b692121b731fb4d7f" }, { - "title": "When Desmond Tutu stood up for the rights of Palestinians, he could not be ignored | Chris McGreal", - "description": "

    After visits to Israel and Palestine, Tutu used his moral authority to speak out and, despite abuse, refused to back down. He wanted liberation for everyone

    • Chris McGreal is the former Guardian correspondent in Jerusalem and Johannesburg

    Even amid the torrent of praise for the revered former archbishop Desmond Tutu in the days since his death, the anti-apartheid champion is not being universally mourned. Alan Dershowitz, the renowned US constitutional lawyer and ardent defender of Israel, took a moment to brand Tutu as “evil” and “the most influential antisemite of our time”.

    “The world is mourning Bishop Tutu, who just died the other day. Can I remind the world that although he did some good things, a lot of good things on apartheid, the man was a rampant antisemite and bigot?” he told Fox News.

    Chris McGreal is the former Guardian correspondent in Jerusalem and Johannesburg

    Continue reading...", - "content": "

    After visits to Israel and Palestine, Tutu used his moral authority to speak out and, despite abuse, refused to back down. He wanted liberation for everyone

    • Chris McGreal is the former Guardian correspondent in Jerusalem and Johannesburg

    Even amid the torrent of praise for the revered former archbishop Desmond Tutu in the days since his death, the anti-apartheid champion is not being universally mourned. Alan Dershowitz, the renowned US constitutional lawyer and ardent defender of Israel, took a moment to brand Tutu as “evil” and “the most influential antisemite of our time”.

    “The world is mourning Bishop Tutu, who just died the other day. Can I remind the world that although he did some good things, a lot of good things on apartheid, the man was a rampant antisemite and bigot?” he told Fox News.

    Chris McGreal is the former Guardian correspondent in Jerusalem and Johannesburg

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/commentisfree/2021/dec/30/desmond-tutu-palestinians-israel", - "creator": "Chris McGreal", - "pubDate": "2021-12-30T09:00:46Z", + "title": "US holiday shoppers fund a revival for bricks-and-mortar stores", + "description": "

    For every retailer that closed a store in 2019, five more opened in 2021, according to research and advisory firm IHL Group

    Despite a global pandemic, inflation being at a decades-high and supply chain issues around the country, Americans are still shopping this holiday season, and not just online.

    Retail sales have been soaring during the pandemic as stimulus payments, a low unemployment rate and savings from spending less on travel and going out have encouraged Americans to buy more things. In November 2021, Americans spent 18% more than they had in November 2020. Experts predicted that this holiday shopping season will be the highest on record.

    Continue reading...", + "content": "

    For every retailer that closed a store in 2019, five more opened in 2021, according to research and advisory firm IHL Group

    Despite a global pandemic, inflation being at a decades-high and supply chain issues around the country, Americans are still shopping this holiday season, and not just online.

    Retail sales have been soaring during the pandemic as stimulus payments, a low unemployment rate and savings from spending less on travel and going out have encouraged Americans to buy more things. In November 2021, Americans spent 18% more than they had in November 2020. Experts predicted that this holiday shopping season will be the highest on record.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/22/us-holiday-shopping-retail-stores", + "creator": "Lauren Aratani", + "pubDate": "2021-12-22T08:30:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199218,17 +224872,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ff84143422aa78d563df10708a86631", - "highlights": [] + "hash": "4c0e57c3c19e947ee99c16738e39ba6e" }, { - "title": "‘For me, it’s about the mission’: why Cori Bush is just getting started in Congress", - "description": "

    Missouri congresswoman says she was sent to Washington to disrupt the political order that had long stopped working for people like herself

    If the American political status quo was working, Congresswoman Cori Bush might not have slept on the steps of the US Capitol to demand an extension of a coronavirus-era eviction moratorium. She might not have testified about her decision to have an abortion, consigning the details of her experience to the official congressional record. Perhaps she might not have run for Congress at all.

    But as the St Louis congresswoman sees it, she was sent to Washington to disrupt a political order that had long ago stopped working for people like herself – a nurse, pastor and activist who has worked for minimum wage, once lived out of a car and raised two children as a single mother. And she says she is only just getting started.

    Continue reading...", - "content": "

    Missouri congresswoman says she was sent to Washington to disrupt the political order that had long stopped working for people like herself

    If the American political status quo was working, Congresswoman Cori Bush might not have slept on the steps of the US Capitol to demand an extension of a coronavirus-era eviction moratorium. She might not have testified about her decision to have an abortion, consigning the details of her experience to the official congressional record. Perhaps she might not have run for Congress at all.

    But as the St Louis congresswoman sees it, she was sent to Washington to disrupt a political order that had long ago stopped working for people like herself – a nurse, pastor and activist who has worked for minimum wage, once lived out of a car and raised two children as a single mother. And she says she is only just getting started.

    Continue reading...", - "category": "Cori Bush", - "link": "https://www.theguardian.com/us-news/2021/dec/30/cori-bush-congresswoman-missouri", - "creator": "Lauren Gambino in Washington", - "pubDate": "2021-12-30T09:00:46Z", + "title": "Pandemic Scott wants to shapeshift into Post Pandemic Personal Responsibility Scott | Katharine Murphy", + "description": "

    But while Morrison lectures Australians about personal responsibility he’s opting out of his duty, as leader, to back health advisers on mask mandates

    At one level, it feels pedantic, three days before Christmas, to be debating the difference between a formal mask mandate and a strong recommendation to wear a mask.

    But this distinction is important when public health risks are real, and governments of Australia have spent much of this pandemic congratulating themselves for listening to experts and following the health advice.

    Continue reading...", + "content": "

    But while Morrison lectures Australians about personal responsibility he’s opting out of his duty, as leader, to back health advisers on mask mandates

    At one level, it feels pedantic, three days before Christmas, to be debating the difference between a formal mask mandate and a strong recommendation to wear a mask.

    But this distinction is important when public health risks are real, and governments of Australia have spent much of this pandemic congratulating themselves for listening to experts and following the health advice.

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/australia-news/2021/dec/22/pandemic-scott-wants-to-shapeshift-into-post-pandemic-personal-responsibility-scott-because-thats-where-the-pm-thinks-the-zeitgeist-is", + "creator": "Katharine Murphy", + "pubDate": "2021-12-22T09:02:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199240,17 +224893,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bf7c8b6f70b7c03c42ceefa55613aa0", - "highlights": [] + "hash": "206f9fd91e1814f9147964f497b2e049" }, { - "title": "UK zoo helps lost Mexican fish live to see another Tequila sunrise", - "description": "

    Declared extinct in the wild in 2003, species has been reintroduced to its native river after being bred in Chester

    A “charismatic little fish” declared extinct in the wild has been reintroduced to its native Mexico after being bred in an aquarium at Chester zoo.

    The tequila fish (Zoogoneticus tequila), which grows to no bigger than 70mm long, disappeared from the wild in 2003 owing to the introduction of invasive, exotic fish species and water pollution.

    Continue reading...", - "content": "

    Declared extinct in the wild in 2003, species has been reintroduced to its native river after being bred in Chester

    A “charismatic little fish” declared extinct in the wild has been reintroduced to its native Mexico after being bred in an aquarium at Chester zoo.

    The tequila fish (Zoogoneticus tequila), which grows to no bigger than 70mm long, disappeared from the wild in 2003 owing to the introduction of invasive, exotic fish species and water pollution.

    Continue reading...", - "category": "Endangered species", - "link": "https://www.theguardian.com/environment/2021/dec/29/uk-zoo-helps-lost-mexican-fish-live-to-see-another-tequila-sunrise", - "creator": "Helen Pidd North of England editor", - "pubDate": "2021-12-29T16:05:15Z", + "title": "Follow the green leader: why everyone from Prince William to Jeff Bezos is looking to Costa Rica", + "description": "

    Billionaires, princes and prime ministers are among those keen to learn from the Central American country, which has long put nature at the heart of its policies

    If there had been a popularity contest at Cop26, the Costa Rican president, Carlos Alvarado Quesada, would have been a clear winner. Leonardo DiCaprio, Jeff Bezos, Boris Johnson and Prince William all wanted to speak with the leader of the tiny Central American country, eager to bask in its green glow.

    The climate summit in Glasgow was, in effect, Costa Rica’s Super Bowl, another chance to show off its impressive environmental credentials. It is the only tropical country that has successfully halted and reversed deforestation, a commitment dozens of others made at Cop26 but are far from achieving.

    Continue reading...", + "content": "

    Billionaires, princes and prime ministers are among those keen to learn from the Central American country, which has long put nature at the heart of its policies

    If there had been a popularity contest at Cop26, the Costa Rican president, Carlos Alvarado Quesada, would have been a clear winner. Leonardo DiCaprio, Jeff Bezos, Boris Johnson and Prince William all wanted to speak with the leader of the tiny Central American country, eager to bask in its green glow.

    The climate summit in Glasgow was, in effect, Costa Rica’s Super Bowl, another chance to show off its impressive environmental credentials. It is the only tropical country that has successfully halted and reversed deforestation, a commitment dozens of others made at Cop26 but are far from achieving.

    Continue reading...", + "category": "Costa Rica", + "link": "https://www.theguardian.com/environment/2021/dec/22/follow-the-green-leader-why-everyone-from-jeff-bezos-to-boris-johnson-is-looking-to-costa-rica-aoe", + "creator": "Patrick Greenfield", + "pubDate": "2021-12-22T07:30:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199262,17 +224914,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d885273ff29bbb380be33040d6e146a", - "highlights": [] + "hash": "8cb7f331f86886ce506552e6e7acc1d2" }, { - "title": "Didi Global reports widening losses as Beijing restrictions bite", - "description": "

    Ride-hailing firm’s operating losses hit $6.3bn as Chinese regulators pursue customer-data inquiry

    The Chinese ride-hailing firm Didi Global has reported widening losses and a decline in third-quarter revenue, after its domestic business took a hit from a regulatory crackdown by Beijing.

    The company said operating losses hit $6.3bn (£4.68bn) in the nine months to the end of September, while revenue fell nearly 2% in its third quarter.

    Continue reading...", - "content": "

    Ride-hailing firm’s operating losses hit $6.3bn as Chinese regulators pursue customer-data inquiry

    The Chinese ride-hailing firm Didi Global has reported widening losses and a decline in third-quarter revenue, after its domestic business took a hit from a regulatory crackdown by Beijing.

    The company said operating losses hit $6.3bn (£4.68bn) in the nine months to the end of September, while revenue fell nearly 2% in its third quarter.

    Continue reading...", - "category": "Technology sector", - "link": "https://www.theguardian.com/business/2021/dec/30/didi-global-reports-widening-losses-as-beijing-restrictions-bite", - "creator": "Guardian staff and agency", - "pubDate": "2021-12-30T08:47:55Z", + "title": "Covid live: Sweden brings back tighter curbs; German experts recommend ‘maximum contact restrictions’", + "description": "

    Sweden announces working from home and tighter social distancing rules; Robert Koch Institute calls for immediate curbs to halt Omicron spread

    Singapore has detected a cluster of three Covid-19 cases linked to a gym, its ministry of health said late on Monday.

    The variant was found in two men, aged 24 and 21, and an 18-year-old woman.

    On Monday morning, a mid-level staff member, who does not regularly have contact with the President, received a positive result for a Covid-19 test.

    Three days earlier, on Friday, that staff member had spent approximately 30 minutes in proximity to the President on Air Force One, on the way from Orangeburg, South Carolina to Philadelphia, Pennsylvania.

    Continue reading...", + "content": "

    Sweden announces working from home and tighter social distancing rules; Robert Koch Institute calls for immediate curbs to halt Omicron spread

    Singapore has detected a cluster of three Covid-19 cases linked to a gym, its ministry of health said late on Monday.

    The variant was found in two men, aged 24 and 21, and an 18-year-old woman.

    On Monday morning, a mid-level staff member, who does not regularly have contact with the President, received a positive result for a Covid-19 test.

    Three days earlier, on Friday, that staff member had spent approximately 30 minutes in proximity to the President on Air Force One, on the way from Orangeburg, South Carolina to Philadelphia, Pennsylvania.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/21/covid-news-live-who-declares-2022-to-be-the-year-we-end-the-pandemic-as-us-says-omicron-is-now-dominant-strain", + "creator": "Jedidajah Otte (now) and Tom Ambrose (earlier)", + "pubDate": "2021-12-21T17:29:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199284,17 +224935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77ec53155ced006498cc4ec37f0b9896", - "highlights": [] + "hash": "b61db8c6e9605c7097f963be33fa90ce" }, { - "title": "Aboriginal Tent Embassy condemns protesters who lit fire at Old Parliament House", - "description": "

    The front of the heritage-listed building in Canberra sustains extensive damage, with police yet to make any arrests

    The Aboriginal Tent Embassy has condemned the actions of protesters that led to a deliberately lit fire burning the doors of Canberra’s Old Parliament House.

    Protesters have been outside Old Parliament House for more than a week and had begun a traditional smoking ceremony on Thursday.

    Continue reading...", - "content": "

    The front of the heritage-listed building in Canberra sustains extensive damage, with police yet to make any arrests

    The Aboriginal Tent Embassy has condemned the actions of protesters that led to a deliberately lit fire burning the doors of Canberra’s Old Parliament House.

    Protesters have been outside Old Parliament House for more than a week and had begun a traditional smoking ceremony on Thursday.

    Continue reading...", - "category": "Canberra", - "link": "https://www.theguardian.com/australia-news/2021/dec/30/fire-at-old-parliament-house-damages-entrance-to-historic-canberra-building", - "creator": "Australian Associated Press", - "pubDate": "2021-12-30T09:06:46Z", + "title": "Ruler of Dubai ordered to pay divorce settlement that could exceed £500m", + "description": "

    Payment to protect Princess Haya and children from threat sheikh poses to them is highest awarded by a UK court

    The ruler of Dubai has been ordered to pay his ex-wife Princess Haya and their two children a divorce settlement which could reach over half a billion pounds – the highest ever awarded by a UK court – to protect them from the threat he poses to them.

    In a written judgment, Mr Justice Moor said that “uniquely” the “main threat” to Haya and the children came from Sheikh Mohammed bin Rashid al-Maktoum, who is also prime minister of the United Arab Emirate, a close Gulf ally of Britain.

    Sheikh Mohammed orchestrated the abductions of two of his other children, Princess Latifa and Princess Shamsa – in the latter case from the streets of Cambridge – and subjected Haya to a campaign of “intimidation”.

    Using NSO Group’s Pegasus spyware, he hacked the phones of Haya and five of her associates, including two of her lawyers, while the couple were locked in court proceedings.

    His agents attempted to buy a £30m estate next door to Haya’s Berkshire home in a “very significant threat to her security”.

    Continue reading...", + "content": "

    Payment to protect Princess Haya and children from threat sheikh poses to them is highest awarded by a UK court

    The ruler of Dubai has been ordered to pay his ex-wife Princess Haya and their two children a divorce settlement which could reach over half a billion pounds – the highest ever awarded by a UK court – to protect them from the threat he poses to them.

    In a written judgment, Mr Justice Moor said that “uniquely” the “main threat” to Haya and the children came from Sheikh Mohammed bin Rashid al-Maktoum, who is also prime minister of the United Arab Emirate, a close Gulf ally of Britain.

    Sheikh Mohammed orchestrated the abductions of two of his other children, Princess Latifa and Princess Shamsa – in the latter case from the streets of Cambridge – and subjected Haya to a campaign of “intimidation”.

    Using NSO Group’s Pegasus spyware, he hacked the phones of Haya and five of her associates, including two of her lawyers, while the couple were locked in court proceedings.

    His agents attempted to buy a £30m estate next door to Haya’s Berkshire home in a “very significant threat to her security”.

    Continue reading...", + "category": "Sheikh Mohammed bin Rashid al-Maktoum", + "link": "https://www.theguardian.com/world/2021/dec/21/ruler-of-dubai-ordered-to-pay-divorce-settlement-that-could-exceed-500m", + "creator": "Haroon Siddique Legal affairs correspondent", + "pubDate": "2021-12-21T10:30:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199306,17 +224956,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae46c16f06ad3a16c305c58f9934ccfc", - "highlights": [] + "hash": "a572235d43204b9c8a666e8881d3c0e1" }, { - "title": "Covid live: over 90% of community cases in England now Omicron; France reports over 200,000 cases in 24 hours in new record", - "description": "

    UK Health Security Agency says most cases in the community now new variant; France records over 208,000 new cases, health minister confirms

    India has recorded another 9,195 confirmed coronavirus cases in the past 24 hours, according to recently released data from its health ministry.

    A further 302 deaths were also recorded, bring the total death toll to 480,592.

    Continue reading...", - "content": "

    UK Health Security Agency says most cases in the community now new variant; France records over 208,000 new cases, health minister confirms

    India has recorded another 9,195 confirmed coronavirus cases in the past 24 hours, according to recently released data from its health ministry.

    A further 302 deaths were also recorded, bring the total death toll to 480,592.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/29/covid-news-live-infections-hit-record-highs-across-europe-south-africa-reinstates-contact-tracing-and-isolation", - "creator": "Lucy Campbell (now); Nicola Slawson and Samantha Lock (earlier)", - "pubDate": "2021-12-29T15:57:03Z", + "title": "Putin warns of possible military response over ‘aggressive’ Nato", + "description": "

    Russian leader’s speech to top commanders comes amid growing tensions over Ukraine

    Vladimir Putin has said he will consider a military response if Russia feels threatened by Nato, in a sign that he is not ready to de-escalate tensions over a potential invasion of Ukraine.

    In a combative speech on Tuesday, Putin – who has demanded “security guarantees” from Nato – told his top military commanders that the west was to blame for the rising tensions. It came against a backdrop of a Russian buildup of tanks and artillery for what could constitute an invasion force within weeks.

    Continue reading...", + "content": "

    Russian leader’s speech to top commanders comes amid growing tensions over Ukraine

    Vladimir Putin has said he will consider a military response if Russia feels threatened by Nato, in a sign that he is not ready to de-escalate tensions over a potential invasion of Ukraine.

    In a combative speech on Tuesday, Putin – who has demanded “security guarantees” from Nato – told his top military commanders that the west was to blame for the rising tensions. It came against a backdrop of a Russian buildup of tanks and artillery for what could constitute an invasion force within weeks.

    Continue reading...", + "category": "Vladimir Putin", + "link": "https://www.theguardian.com/world/2021/dec/21/putin-warns-of-possible-military-response-to-aggressive-nato-russia", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-12-21T13:17:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199328,16 +224977,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "865ffddad1fd40cec4eee0c0f7fabb6a" + "hash": "e725198873fe582e65992efbbe1ad556" }, { - "title": "Gordon Brown: west is sleepwalking into Afghanistan disaster", - "description": "

    Ex-PM warns poverty and starvation mean country is at risk of world’s biggest humanitarian crisis

    The west is “sleepwalking into the biggest humanitarian crisis of our times” in Afghanistan, Gordon Brown has warned, as he called for a support package to save the country from economic and social collapse after the Taliban’s takeover.

    Four months after the western-backed government was overthrown following a mass military withdrawal, the former UK prime minister said the case for action was not based only on morals but also “in our self-interest”.

    Continue reading...", - "content": "

    Ex-PM warns poverty and starvation mean country is at risk of world’s biggest humanitarian crisis

    The west is “sleepwalking into the biggest humanitarian crisis of our times” in Afghanistan, Gordon Brown has warned, as he called for a support package to save the country from economic and social collapse after the Taliban’s takeover.

    Four months after the western-backed government was overthrown following a mass military withdrawal, the former UK prime minister said the case for action was not based only on morals but also “in our self-interest”.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2021/dec/29/gordon-brown-west-sleepwalking-afghanistan-disaster", - "creator": "Aubrey Allegretti", - "pubDate": "2021-12-29T11:36:28Z", + "title": "Fears of Libya violence as UN races to manage election postponement", + "description": "

    All sides acknowledge 24 December vote cannot go ahead but there has been no announcement, and political vacuum looms

    The United Nations is scrambling to manage the postponement of Libya’s presidential elections, which are due to take place on 24 December, as fears grow that a looming political vacuum will lead to renewed violence and economic chaos.

    There has been no formal announcement on a postponement, but all sides acknowledge the vote cannot proceed, not least because a list of authorised candidates has yet to be published.

    Continue reading...", + "content": "

    All sides acknowledge 24 December vote cannot go ahead but there has been no announcement, and political vacuum looms

    The United Nations is scrambling to manage the postponement of Libya’s presidential elections, which are due to take place on 24 December, as fears grow that a looming political vacuum will lead to renewed violence and economic chaos.

    There has been no formal announcement on a postponement, but all sides acknowledge the vote cannot proceed, not least because a list of authorised candidates has yet to be published.

    Continue reading...", + "category": "Libya", + "link": "https://www.theguardian.com/world/2021/dec/21/fears-of-libya-violence-as-un-races-to-manage-election-postponement", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-21T13:18:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199349,16 +224998,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fd88586f78ef0a7bea109349b4acb4f" + "hash": "88ec0de9bef275d0c5c9a653cbd7cb48" }, { - "title": "Hong Kong media outlet Stand News to close after police raid", - "description": "

    Reports say editors, board members and pop singer were held in early morning sweep as 200 officers raid office

    The Hong Kong pro-democracy media outlet Stand News has said it will shut down after police raided its offices earlier in the day and arrested senior staff on suspicion of “conspiracy to publish seditious publications”.

    “Because of the situation, Stand News is now stopping operations,” the online publication said in a Facebook post on Wednesday. “Acting editor in chief, Patrick Lam, has resigned and all Stand News employees are dismissed.”

    Continue reading...", - "content": "

    Reports say editors, board members and pop singer were held in early morning sweep as 200 officers raid office

    The Hong Kong pro-democracy media outlet Stand News has said it will shut down after police raided its offices earlier in the day and arrested senior staff on suspicion of “conspiracy to publish seditious publications”.

    “Because of the situation, Stand News is now stopping operations,” the online publication said in a Facebook post on Wednesday. “Acting editor in chief, Patrick Lam, has resigned and all Stand News employees are dismissed.”

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/29/hong-kong-police-arrest-six-journalists-from-independent-media-outlet-stand-news", - "creator": "Rhoda Kwan in Taipei and agencies", - "pubDate": "2021-12-29T09:04:52Z", + "title": "Shipwrecked refugee crossings leave 164 dead in Mediterranean, says UN", + "description": "

    Attempted crossing from Libya to Europe surge as authorities carry out deadly crackdown on refugees

    More than 160 people drowned in two separate shipwrecks off the coast of Libya in the past week, a UN migration official has said. The fatalities were the latest disasters in the Mediterranean Sea involving refugees seeking a better life in Europe.

    Safa Msehli, a spokesperson for the International Organization for Migration (IOM), said at least 102 were reported dead after their wooden boat capsized on Friday and at least eight others were rescued and returned to shore.

    Continue reading...", + "content": "

    Attempted crossing from Libya to Europe surge as authorities carry out deadly crackdown on refugees

    More than 160 people drowned in two separate shipwrecks off the coast of Libya in the past week, a UN migration official has said. The fatalities were the latest disasters in the Mediterranean Sea involving refugees seeking a better life in Europe.

    Safa Msehli, a spokesperson for the International Organization for Migration (IOM), said at least 102 were reported dead after their wooden boat capsized on Friday and at least eight others were rescued and returned to shore.

    Continue reading...", + "category": "Migration", + "link": "https://www.theguardian.com/world/2021/dec/21/shipwrecked-migrant-crossings-leave-164-dead-in-mediterranean-says-un", + "creator": "Associated Press", + "pubDate": "2021-12-21T12:53:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199370,16 +225019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4855d5f8a18bf24a3c56a9e94fb513b" + "hash": "d2fe7ea11b29a69a8150a9a850c0210c" }, { - "title": "Prince Andrew lawyer seeks to halt US case as accuser ‘lives in Australia’", - "description": "

    Lawyer argues court does not have jurisdiction as Virginia Giuffre’s ties to Colorado are ‘very limited’

    Prince Andrew’s lawyer has called for the US civil case against the royal over alleged sexual assault to be stopped because his accuser is “actually domiciled in Australia”.

    Virginia Giuffre is suing the Queen’s son for allegedly assaulting her when she was a teenager. Andrew strongly denies the allegation.

    Continue reading...", - "content": "

    Lawyer argues court does not have jurisdiction as Virginia Giuffre’s ties to Colorado are ‘very limited’

    Prince Andrew’s lawyer has called for the US civil case against the royal over alleged sexual assault to be stopped because his accuser is “actually domiciled in Australia”.

    Virginia Giuffre is suing the Queen’s son for allegedly assaulting her when she was a teenager. Andrew strongly denies the allegation.

    Continue reading...", - "category": "Prince Andrew", - "link": "https://www.theguardian.com/uk-news/2021/dec/29/prince-andrew-lawyer-seeks-to-halt-us-case-as-accuser-lives-in-australia", - "creator": "PA Media", - "pubDate": "2021-12-29T09:39:09Z", + "title": "Ghislaine Maxwell trial: jury asks to review transcripts from three accusers", + "description": "

    Jurors requested transcripts of testimony on Tuesday morning after deliberations began late on Monday

    The jury in Ghislaine Maxwell’s sex-trafficking trial asked on Tuesday to review transcripts of testimony from three accusers.

    Jurors in Manhattan federal court sent the judge a note around 10.10am, saying: “We would like the transcripts, testimony of Jane, Annie and Carolyn.”

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "content": "

    Jurors requested transcripts of testimony on Tuesday morning after deliberations began late on Monday

    The jury in Ghislaine Maxwell’s sex-trafficking trial asked on Tuesday to review transcripts of testimony from three accusers.

    Jurors in Manhattan federal court sent the judge a note around 10.10am, saying: “We would like the transcripts, testimony of Jane, Annie and Carolyn.”

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/21/ghislaine-maxwell-trial-jury-deliberations", + "creator": "Victoria Bekiempis in New York and agencies", + "pubDate": "2021-12-21T17:19:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199391,16 +225040,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "413cfe63d8943a05f784d091a0d2b375" + "hash": "97e4ee52cbe5d1d3eeb63632c40d1131" }, { - "title": "Plastic beads could make nets more visible to cetaceans, scientists say", - "description": "

    Beads add hardly any extra weight to fishing gear and could save thousands of lives, it is claimed

    Simple plastic beads could save the lives of some of the thousands of porpoises and other cetaceans that get caught in fishing nets each year, scientists say.

    Harbour porpoises use echolocation to find their prey and for orientation. However, their acoustic signals cannot pick up the mesh of a gillnet, and as a result they often become trapped.

    Continue reading...", - "content": "

    Beads add hardly any extra weight to fishing gear and could save thousands of lives, it is claimed

    Simple plastic beads could save the lives of some of the thousands of porpoises and other cetaceans that get caught in fishing nets each year, scientists say.

    Harbour porpoises use echolocation to find their prey and for orientation. However, their acoustic signals cannot pick up the mesh of a gillnet, and as a result they often become trapped.

    Continue reading...", - "category": "Marine life", - "link": "https://www.theguardian.com/environment/2021/dec/29/plastic-beads-could-make-nets-more-visible-to-cetaceans-scientists-say", - "creator": "Kurt de Swaaf", - "pubDate": "2021-12-29T10:46:02Z", + "title": "Trump to hold press conference at Mar-a-Lago on Capitol attack anniversary", + "description": "

    Former president repeats election fraud lies in statement and says he will ‘discuss all of these points’

    In a hugely provocative move, Donald Trump announced on Tuesday that he will hold a press conference at his Mar-a-Lago resort on 6 January, the first anniversary of the deadly attack on the US Capitol.

    In a statement replete with familiar invective and lies about supposed electoral fraud and the House committee investigating the events of 6 January this year, the former US president said: “I will be having a news conference on 6 January [2022] at Mar-a-Lago to discuss all of these points, and more.”

    Continue reading...", + "content": "

    Former president repeats election fraud lies in statement and says he will ‘discuss all of these points’

    In a hugely provocative move, Donald Trump announced on Tuesday that he will hold a press conference at his Mar-a-Lago resort on 6 January, the first anniversary of the deadly attack on the US Capitol.

    In a statement replete with familiar invective and lies about supposed electoral fraud and the House committee investigating the events of 6 January this year, the former US president said: “I will be having a news conference on 6 January [2022] at Mar-a-Lago to discuss all of these points, and more.”

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/2021/dec/21/donald-trump-press-conference-capitol-attack-mar-a-lago", + "creator": "Martin Pengelly in New York", + "pubDate": "2021-12-21T15:55:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199412,16 +225061,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b13e530104280ea8d56a68e3a6e5331f" + "hash": "9cf544562b0e5b2004fc139eec9a6800" }, { - "title": "Alaska sets record high December temperature of 19.4C", - "description": "

    The island community of Kodiak set the record on Sunday and scientists fear the population will be deluged with rain as climate warms

    An unusual winter warm spell in Alaska has brought daytime temperatures soaring past 15.5C (60F) and torrents of rain at a time of year normally associated with bitter cold and snow.

    At the island community of Kodiak, the air temperature at a tidal gauge hit 19.4C (67F) degrees on Sunday, the highest December reading ever recorded in Alaska, said scientist Rick Thoman of the Alaska Center for Climate Assessment and Policy. He called it “absurd.”

    Continue reading...", - "content": "

    The island community of Kodiak set the record on Sunday and scientists fear the population will be deluged with rain as climate warms

    An unusual winter warm spell in Alaska has brought daytime temperatures soaring past 15.5C (60F) and torrents of rain at a time of year normally associated with bitter cold and snow.

    At the island community of Kodiak, the air temperature at a tidal gauge hit 19.4C (67F) degrees on Sunday, the highest December reading ever recorded in Alaska, said scientist Rick Thoman of the Alaska Center for Climate Assessment and Policy. He called it “absurd.”

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/29/alaska-sets-record-high-december-temperature-of-194c", - "creator": "Reuters", - "pubDate": "2021-12-29T03:55:30Z", + "title": "Scientists caution against giving animals as gifts to developing countries", + "description": "

    Jane Goodall says such donations can have unintended consequences, especially where water is scarce

    It’s the classic gift given by do-gooding family members at Christmas but Jane Goodall and other scientists have warned that people should think twice before giving a donation of a goat or heifer to a developing country.

    Charity gifts, where the recipient is informed their present is an animal to help feed a family in an impoverished area, have been popular for decades.

    Continue reading...", + "content": "

    Jane Goodall says such donations can have unintended consequences, especially where water is scarce

    It’s the classic gift given by do-gooding family members at Christmas but Jane Goodall and other scientists have warned that people should think twice before giving a donation of a goat or heifer to a developing country.

    Charity gifts, where the recipient is informed their present is an animal to help feed a family in an impoverished area, have been popular for decades.

    Continue reading...", + "category": "Animals", + "link": "https://www.theguardian.com/world/2021/dec/21/scientists-jane-goodall-caution-gifting-animals-developing-countries", + "creator": "Helena Horton", + "pubDate": "2021-12-21T12:22:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199433,16 +225082,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3628050340838f37ab9b016493f5b9fa" + "hash": "e07be29144ac4a1bcc489cef9dfb2261" }, { - "title": "Indonesia says it will push back Rohingya refugees adrift on leaking boat", - "description": "

    Around 120 Muslim refugees were trying to reach Malaysia when their vessel reportedly foundered off the coast of Aceh, Sumatra

    Indonesian authorities have said they will push a boat containing 120 Rohingya Muslims back to international waters despite fears that it could sink off the country’s northernmost province of Aceh.

    The boat was reportedly leaking, had a damaged engine, and was at risk of capsizing in harsh weather, the United Nations refugee agency said.

    Continue reading...", - "content": "

    Around 120 Muslim refugees were trying to reach Malaysia when their vessel reportedly foundered off the coast of Aceh, Sumatra

    Indonesian authorities have said they will push a boat containing 120 Rohingya Muslims back to international waters despite fears that it could sink off the country’s northernmost province of Aceh.

    The boat was reportedly leaking, had a damaged engine, and was at risk of capsizing in harsh weather, the United Nations refugee agency said.

    Continue reading...", - "category": "Indonesia", - "link": "https://www.theguardian.com/world/2021/dec/29/indonesia-says-it-will-push-back-rohingya-refugees-adrift-on-leaking-boat", - "creator": "Associated Press", - "pubDate": "2021-12-29T05:58:59Z", + "title": "Monkeys blamed for hundreds of puppy deaths captured in India", + "description": "

    Villagers claim animals were carrying out ‘revenge killings’ after dogs killed an infant monkey

    Two monkeys that allegedly killed hundreds of puppies in the Indian state of Maharastra have been captured.

    Villagers in Lavool village, in the Beed district of Maharastra, reported the langur monkeys after they witnessed them engaging in what seemed to be targeted killings of the neighbourhood puppies by snatching them and taking them up to deadly heights.

    Continue reading...", + "content": "

    Villagers claim animals were carrying out ‘revenge killings’ after dogs killed an infant monkey

    Two monkeys that allegedly killed hundreds of puppies in the Indian state of Maharastra have been captured.

    Villagers in Lavool village, in the Beed district of Maharastra, reported the langur monkeys after they witnessed them engaging in what seemed to be targeted killings of the neighbourhood puppies by snatching them and taking them up to deadly heights.

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/2021/dec/21/monkeys-blamed-for-hundreds-of-puppy-deaths-captured-in-india", + "creator": "Hannah Ellis-Petersen in Delhi", + "pubDate": "2021-12-21T14:20:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199454,16 +225103,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8f81f7ab3428cb55ee5423b5718db46" + "hash": "bc632c4c436ab20898d21cfa33748621" }, { - "title": "Harry Reid, who led Senate Democrats for 12 years, dies at 82", - "description": "
    • Nevada senator helped to pass Obama’s Affordable Care Act
    • Reid called Trump ‘the worst president we’ve ever had’

    Harry Reid, who emerged from the unforgiving political landscape of Las Vegas, Nevada, to lead the Senate Democrats for 12 turbulent years, died on Tuesday at age 82.

    Reid died Tuesday, “peacefully” and surrounded by friends “following a courageous, four-year battle with pancreatic cancer,” Landra Reid said of her husband.

    Continue reading...", - "content": "
    • Nevada senator helped to pass Obama’s Affordable Care Act
    • Reid called Trump ‘the worst president we’ve ever had’

    Harry Reid, who emerged from the unforgiving political landscape of Las Vegas, Nevada, to lead the Senate Democrats for 12 turbulent years, died on Tuesday at age 82.

    Reid died Tuesday, “peacefully” and surrounded by friends “following a courageous, four-year battle with pancreatic cancer,” Landra Reid said of her husband.

    Continue reading...", - "category": "Nevada", - "link": "https://www.theguardian.com/us-news/2021/dec/28/harry-reid-senate-democrats-nevada-dies", - "creator": "Tom McCarthy", - "pubDate": "2021-12-29T01:36:24Z", + "title": "WHO chief warns over festive gatherings: ‘An event cancelled is better than a life cancelled’", + "description": "

    Tedros Adhanom Ghebreyesus says Omicron is infecting people who have been vaccinated and could double its infections every 1.5 to three days

    The head of the World Health Organization (WHO) has warned that holiday festivities would in many places lead to “increased cases, overwhelmed health systems and more deaths” and urged people to postpone gatherings.

    “An event cancelled is better than a life cancelled,” Tedros Adhanom Ghebreyesus said.

    Continue reading...", + "content": "

    Tedros Adhanom Ghebreyesus says Omicron is infecting people who have been vaccinated and could double its infections every 1.5 to three days

    The head of the World Health Organization (WHO) has warned that holiday festivities would in many places lead to “increased cases, overwhelmed health systems and more deaths” and urged people to postpone gatherings.

    “An event cancelled is better than a life cancelled,” Tedros Adhanom Ghebreyesus said.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/21/who-chief-warns-over-festive-gatherings-an-event-cancelled-is-better-than-a-life-cancelled-omicron", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-21T00:15:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199475,16 +225124,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfb943b8879d750c1c66c6fdad61903e" + "hash": "6812c9cd26ff72853c2df3ab72a936e6" }, { - "title": "Interest in anime and K-pop drive boom in Korean and Japanese degrees", - "description": "

    More students now study Korean than Russian, and Japanese than Italian, report shows

    Interest in anime, gaming and K-pop is fuelling a boom in Korean and Japanese university degrees that is helping to revive modern languages departments struggling with falling enrolments.

    Acceptances to study Korean more than trebled from 50 to 175 between 2012 and 2018, while Japanese places grew by 71% in the same period, according to a report published this year by the University Council of Modern Languages (UCML). More students now study Korean than Russian, and more take Japanese than Italian, the report shows.

    Experts who spoke to the Guardian said this was due to the popularity of east Asian culture – in particular K-pop and J-pop, Japanese video games, anime and popular films such as Parasite, and series such as the violent survival drama Squid Game – which has been boosted by their accessibility on platforms such as Netflix and Spotify.

    Continue reading...", - "content": "

    More students now study Korean than Russian, and Japanese than Italian, report shows

    Interest in anime, gaming and K-pop is fuelling a boom in Korean and Japanese university degrees that is helping to revive modern languages departments struggling with falling enrolments.

    Acceptances to study Korean more than trebled from 50 to 175 between 2012 and 2018, while Japanese places grew by 71% in the same period, according to a report published this year by the University Council of Modern Languages (UCML). More students now study Korean than Russian, and more take Japanese than Italian, the report shows.

    Experts who spoke to the Guardian said this was due to the popularity of east Asian culture – in particular K-pop and J-pop, Japanese video games, anime and popular films such as Parasite, and series such as the violent survival drama Squid Game – which has been boosted by their accessibility on platforms such as Netflix and Spotify.

    Continue reading...", - "category": "Modern languages and linguistics", - "link": "https://www.theguardian.com/education/2021/dec/29/interest-anime-k-pop-drive-boom-korean-japanese-degrees", - "creator": "Rachel Hall and Jedidajah Otte", - "pubDate": "2021-12-29T07:00:14Z", + "title": "Dutch border-hoppers ignore Belgium and Germany’s ‘stay away’ plea", + "description": "

    Restaurants have had a rush of visitors since lockdown was imposed in the Netherlands on Sunday

    People hopping over the border to Belgium and Germany to avoid the Dutch lockdown are filling the neighbouring countries’ restaurants and shops despite calls for them to “stay away”.

    Since Mark Rutte, the Dutch prime minister, announced the closure of hospitality and non-essential shops from Sunday, border regions have experienced a rush of visitors.

    Continue reading...", + "content": "

    Restaurants have had a rush of visitors since lockdown was imposed in the Netherlands on Sunday

    People hopping over the border to Belgium and Germany to avoid the Dutch lockdown are filling the neighbouring countries’ restaurants and shops despite calls for them to “stay away”.

    Since Mark Rutte, the Dutch prime minister, announced the closure of hospitality and non-essential shops from Sunday, border regions have experienced a rush of visitors.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/21/dutch-border-hoppers-ignore-belgium-and-germanys-stay-away-plea", + "creator": "Daniel Boffey in Brussels", + "pubDate": "2021-12-21T10:20:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199496,16 +225145,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bbf66d5445b11933d03febd4285110d" + "hash": "9b424a99b46a0882bf9410768a551580" }, { - "title": "Eastern European countries adopting authoritarian measures in face of Covid", - "description": "

    Analysis reveals widespread violations of international democratic freedoms in response to pandemic

    Europe’s political approach to the coronavirus pandemic has divided down stark east-west lines, a Guardian analysis has found.

    Five of 18 eastern European countries have registered major violations of international democratic freedoms since March 2020, according to research conducted by the Varieties of Democracy (V-Dem) Institute, compared with none of 12 western European countries.

    Continue reading...", - "content": "

    Analysis reveals widespread violations of international democratic freedoms in response to pandemic

    Europe’s political approach to the coronavirus pandemic has divided down stark east-west lines, a Guardian analysis has found.

    Five of 18 eastern European countries have registered major violations of international democratic freedoms since March 2020, according to research conducted by the Varieties of Democracy (V-Dem) Institute, compared with none of 12 western European countries.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/29/eastern-european-countries-adopt-authoritarian-measures-covid", - "creator": "Zala Šeško", - "pubDate": "2021-12-29T08:00:16Z", + "title": "New Zealand delays border reopening in bid to strengthen defences against Omicron", + "description": "

    Border had been set to reopen to visitors and visa holders coming from Australia from 17 January

    New Zealand has announced a suite of measures to strengthen its defence against the Omicron variant, including pushing back the start of its quarantine-free border reopening to the end of February.

    The Covid-19 response minister Chris Hipkins said the reopening delay will be disappointing for those who had made travel plans over summer, but added that waiting until the end of February would increase New Zealand’s overall protection and slow Omicron’s spread.

    “Covid-19 keeps throwing new curve balls and we have to respond in a way that continues to protect lives and livelihoods without putting in place restrictions and lockdowns unless absolutely necessary,” Hipkins said.

    Continue reading...", + "content": "

    Border had been set to reopen to visitors and visa holders coming from Australia from 17 January

    New Zealand has announced a suite of measures to strengthen its defence against the Omicron variant, including pushing back the start of its quarantine-free border reopening to the end of February.

    The Covid-19 response minister Chris Hipkins said the reopening delay will be disappointing for those who had made travel plans over summer, but added that waiting until the end of February would increase New Zealand’s overall protection and slow Omicron’s spread.

    “Covid-19 keeps throwing new curve balls and we have to respond in a way that continues to protect lives and livelihoods without putting in place restrictions and lockdowns unless absolutely necessary,” Hipkins said.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/21/new-zealand-delays-border-reopening-in-bid-to-strengthen-defences-against-omicron", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-12-21T03:11:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199517,16 +225166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d99b7bbfeb9b41e033cf416327299c6f" + "hash": "2df084cb7442b30fc90a95424be70658" }, { - "title": "Covid vaccinations lag among pregnant Americans amid surge in cases", - "description": "

    Three in five pregnant Americans have no vaccine protection as experts say it is ‘one of the most important things you can do’

    For many people, the thin red line on a pregnancy test ushers in countless changes. You change what you eat and drink, how you exercise and socialize and sleep, and keep careful track of what medications you should and shouldn’t take.

    But for many Americans, there’s one choice they largely haven’t made: getting vaccinated.

    Continue reading...", - "content": "

    Three in five pregnant Americans have no vaccine protection as experts say it is ‘one of the most important things you can do’

    For many people, the thin red line on a pregnancy test ushers in countless changes. You change what you eat and drink, how you exercise and socialize and sleep, and keep careful track of what medications you should and shouldn’t take.

    But for many Americans, there’s one choice they largely haven’t made: getting vaccinated.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/29/us-covid-vaccines-pregnancy", - "creator": "Melody Schreiber", - "pubDate": "2021-12-29T13:14:57Z", + "title": "Man who breached quarantine and sparked Hobart lockdown sentenced to five months in jail", + "description": "

    Southern Tasmania was forced into three-day lockdown after Timothy Andrew Gunn, 31, absconded and tested positive to Covid

    A New South Wales man who absconded from hotel quarantine in Hobart and sparked a three-day lockdown across southern Tasmania has been sentenced to five months’ jail for breaching public health orders.

    Much of the island state, including the capital, was forced into lockdown on 15 October after Timothy Andrew Gunn, 31, returned a positive coronavirus test having spent time in the community.

    Continue reading...", + "content": "

    Southern Tasmania was forced into three-day lockdown after Timothy Andrew Gunn, 31, absconded and tested positive to Covid

    A New South Wales man who absconded from hotel quarantine in Hobart and sparked a three-day lockdown across southern Tasmania has been sentenced to five months’ jail for breaching public health orders.

    Much of the island state, including the capital, was forced into lockdown on 15 October after Timothy Andrew Gunn, 31, returned a positive coronavirus test having spent time in the community.

    Continue reading...", + "category": "Hobart", + "link": "https://www.theguardian.com/australia-news/2021/dec/21/man-who-breached-quarantine-and-sparked-hobart-lockdown-sentenced-to-five-months-in-jail", + "creator": "Australian Associated Press", + "pubDate": "2021-12-21T08:42:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199538,16 +225187,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c489502f0897d67af722431ede2352c0" + "hash": "e4fcd93ea94f713cdb7dc681725b5e99" }, { - "title": "UK worker who stayed home over fear of Covid fails in discrimination claim", - "description": "

    Woman tried to claim her fear of catching virus was a protected belief, after her employer refused to pay her

    A fear of catching Covid-19 is not a protected belief under the Equality Act, a judge has ruled, after a woman claimed she was discriminated against by her employer when she refused to go into work during the pandemic.

    A tribunal held in Manchester this month heard that the claimant refused to return to her workplace in July 2020 because she had a “genuine fear” of contracting coronavirus and passing it on to her partner, who was at high risk of becoming seriously unwell.

    Continue reading...", - "content": "

    Woman tried to claim her fear of catching virus was a protected belief, after her employer refused to pay her

    A fear of catching Covid-19 is not a protected belief under the Equality Act, a judge has ruled, after a woman claimed she was discriminated against by her employer when she refused to go into work during the pandemic.

    A tribunal held in Manchester this month heard that the claimant refused to return to her workplace in July 2020 because she had a “genuine fear” of contracting coronavirus and passing it on to her partner, who was at high risk of becoming seriously unwell.

    Continue reading...", - "category": "Employment tribunals", - "link": "https://www.theguardian.com/money/2021/dec/29/uk-worker-who-stayed-home-over-fear-of-covid-fails-in-discrimination-claim", - "creator": "Helen Pidd and agency", - "pubDate": "2021-12-29T10:10:50Z", + "title": "The Matrix Resurrections review – drained of life by the Hollywood machine", + "description": "

    Keanu Reeves is back as cyberpunk icon Neo but fans of the original will find this cynical reboot a bitter pill to swallow

    Eighteen years after what we thought was the third and final Matrix film, The Matrix Revolutions, Lana Wachowski has directed a fourth: The Matrix Resurrections. But despite some ingenious touches (a very funny name, for example, for a VR coffee shop) the boulder has been rolled back from the tomb to reveal that the franchise’s corpse is sadly still in there. This is a heavy-footed reboot which doesn’t offer a compelling reason for its existence other than to gouge a fourth income stream from Matrix fans, submissively hooked up for new content, and it doesn’t have anything approaching the breathtaking “bullet time” action sequences that made the original film famous.

    The first Matrix was a brilliant, prescient sci-fi action thriller that in 1999 presented us with Keanu Reeves as a computer hacker codenamed “Neo”, stumbling across the apparent activity of a police state whose workings he scarcely suspected. Charismatic rebel Trinity (Carrie-Anne Moss) brings Neo to the mysterious figure of Morpheus (Laurence Fishburne) who offers our reluctant hero one of the most famous choices in modern cinema: the blue pill or the red pill. The first will allow Neo back into his torpid quasi-contentment, the second will irreversibly reveal to him the truth about all existence. He swallows the red and discovers all our lives exist in a digitally fabricated, illusory world, while our comatose bodies are milked for their energies in giant farms by our machine overlords.

    Continue reading...", + "content": "

    Keanu Reeves is back as cyberpunk icon Neo but fans of the original will find this cynical reboot a bitter pill to swallow

    Eighteen years after what we thought was the third and final Matrix film, The Matrix Revolutions, Lana Wachowski has directed a fourth: The Matrix Resurrections. But despite some ingenious touches (a very funny name, for example, for a VR coffee shop) the boulder has been rolled back from the tomb to reveal that the franchise’s corpse is sadly still in there. This is a heavy-footed reboot which doesn’t offer a compelling reason for its existence other than to gouge a fourth income stream from Matrix fans, submissively hooked up for new content, and it doesn’t have anything approaching the breathtaking “bullet time” action sequences that made the original film famous.

    The first Matrix was a brilliant, prescient sci-fi action thriller that in 1999 presented us with Keanu Reeves as a computer hacker codenamed “Neo”, stumbling across the apparent activity of a police state whose workings he scarcely suspected. Charismatic rebel Trinity (Carrie-Anne Moss) brings Neo to the mysterious figure of Morpheus (Laurence Fishburne) who offers our reluctant hero one of the most famous choices in modern cinema: the blue pill or the red pill. The first will allow Neo back into his torpid quasi-contentment, the second will irreversibly reveal to him the truth about all existence. He swallows the red and discovers all our lives exist in a digitally fabricated, illusory world, while our comatose bodies are milked for their energies in giant farms by our machine overlords.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/21/the-matrix-resurrections-review-keanu-reeves", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-21T16:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199559,16 +225208,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a01660c7527200eb2926d8474dec3fba" + "hash": "cfe4afb968f0bec13240602c3f883fd7" }, { - "title": "My best pandemic shot: Guardian and Observer photographers’ view on 2021", - "description": "

    We asked our photographers to pick their best image of the pandemic in 2021

    From vaccination centres and ICU wards to family reunions and lockdown beards, the images selected by the Guardian and Observer photographers, accompanied by their thoughts, give individual takes on covering the ongoing pandemic.

    The Covid-19 ICU ward at the University College hospital in London, 27 January

    Continue reading...", - "content": "

    We asked our photographers to pick their best image of the pandemic in 2021

    From vaccination centres and ICU wards to family reunions and lockdown beards, the images selected by the Guardian and Observer photographers, accompanied by their thoughts, give individual takes on covering the ongoing pandemic.

    The Covid-19 ICU ward at the University College hospital in London, 27 January

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/artanddesign/2021/dec/29/my-best-pandemic-shot-guardian-observer-photographers-2021", - "creator": "Guardian photographers", - "pubDate": "2021-12-29T13:47:36Z", + "title": "The person who got me through 2021: Larry David helped me embrace life as a bald man", + "description": "

    I have finally admitted that my hair has gone for ever, and taken great comfort from the reigning king of baldness

    This year will go down in history as the year I went bald. Well, actually, 2018 went down as the year I went bald. But still, 2021 will go down as the year that I stopped fastidiously brushing three long wisps of cobweb over my scalp in the berserk belief that it somehow made me look less bald. I am bald now. Hello.

    Obviously, being bald is rubbish. A bad roll of the genetic dice means I am now conclusively unattractive in the eyes of most of the world. Of course I am – I’m 85% forehead now. I can never go out and commit a crime, because a witness would only have to draw a face on their thumb and show it to the Photofit guy and I’d be in handcuffs by teatime.

    Continue reading...", + "content": "

    I have finally admitted that my hair has gone for ever, and taken great comfort from the reigning king of baldness

    This year will go down in history as the year I went bald. Well, actually, 2018 went down as the year I went bald. But still, 2021 will go down as the year that I stopped fastidiously brushing three long wisps of cobweb over my scalp in the berserk belief that it somehow made me look less bald. I am bald now. Hello.

    Obviously, being bald is rubbish. A bad roll of the genetic dice means I am now conclusively unattractive in the eyes of most of the world. Of course I am – I’m 85% forehead now. I can never go out and commit a crime, because a witness would only have to draw a face on their thumb and show it to the Photofit guy and I’d be in handcuffs by teatime.

    Continue reading...", + "category": "Larry David", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/21/the-person-who-got-me-through-2021-larry-david-helped-me-embrace-life-as-a-bald-man", + "creator": "Stuart Heritage", + "pubDate": "2021-12-21T15:00:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199580,16 +225229,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb2ef2a29553af69e86200808cdfc8c5" + "hash": "5203772bf421214c72a97ab5e342fbcd" }, { - "title": "The world in 2022: another year of living dangerously", - "description": "

    The climate, pandemic and tensions between states means the year ahead is likely to be as tumultuous as the last 12 months

    On the brink of a new year, the world faces a daunting array of challenges: the resurgent Covid-19 pandemic, the climate emergency, the struggle between democracy and authoritarianism, humanitarian crises, mass migration, and trans-national terrorism. There is the risk of new inter-state conflicts, exacerbated by the breakdown of the rules-based international order, and the spread of lethal autonomous weapons. All in all, for most people on Earth – and a handful in space – 2022 will be another year of living dangerously.

    Continue reading...", - "content": "

    The climate, pandemic and tensions between states means the year ahead is likely to be as tumultuous as the last 12 months

    On the brink of a new year, the world faces a daunting array of challenges: the resurgent Covid-19 pandemic, the climate emergency, the struggle between democracy and authoritarianism, humanitarian crises, mass migration, and trans-national terrorism. There is the risk of new inter-state conflicts, exacerbated by the breakdown of the rules-based international order, and the spread of lethal autonomous weapons. All in all, for most people on Earth – and a handful in space – 2022 will be another year of living dangerously.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/2021/dec/29/the-world-in-2022-another-year-of-living-dangerously", - "creator": "Simon Tisdall", - "pubDate": "2021-12-29T11:41:55Z", + "title": "I was raised beside ‘Squaw Peak’ – it’s time to change America’s offensive place names", + "description": "

    Settlers may not like to see Indigenous names returned to the landscape around us. But we were here first

    Near the summit of a peak west of Missoula, Montana, the hiking trail forks as it clears the forest of pine and fir trees. A wooden sign indicates the way to a steep climb over tumbled rocks to reach the peak, Ch-paa-qn. This is a Salish word that means “shining mountain,” or “gray, treeless mountain top”.

    Except that some rube has used a knife to all but scratch the Indigenous word out and replace it with “Squaw” in crude letters.

    Continue reading...", + "content": "

    Settlers may not like to see Indigenous names returned to the landscape around us. But we were here first

    Near the summit of a peak west of Missoula, Montana, the hiking trail forks as it clears the forest of pine and fir trees. A wooden sign indicates the way to a steep climb over tumbled rocks to reach the peak, Ch-paa-qn. This is a Salish word that means “shining mountain,” or “gray, treeless mountain top”.

    Except that some rube has used a knife to all but scratch the Indigenous word out and replace it with “Squaw” in crude letters.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/21/squaw-peak-indigenous-place-names-america", + "creator": "Chris La Tray", + "pubDate": "2021-12-21T11:00:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199601,16 +225250,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d9200e009cf6ccbd272ee2c516a07f9" + "hash": "5e2e798d0b0e57928f7fc733dc80734d" }, { - "title": "No contact required: Covid fuels vending machine revival in Japan", - "description": "

    After decades of decline, jidō hanbaiki are back in fashion with public wary of human interaction

    After a brief wait to the faint whirr of moving machinery parts, the tiny cardboard box that drops into the plastic-covered tray is reassuringly warm. Inside is a perfectly passable burger in a chewy white bun, topped with a blob of ketchup and diced fried onions.

    No human interaction occurred in the making of this transaction. The Guardian’s alfresco lunch came courtesy of one of dozens of vending machines in Sagamihara, an unglamorous town near Tokyo.

    Continue reading...", - "content": "

    After decades of decline, jidō hanbaiki are back in fashion with public wary of human interaction

    After a brief wait to the faint whirr of moving machinery parts, the tiny cardboard box that drops into the plastic-covered tray is reassuringly warm. Inside is a perfectly passable burger in a chewy white bun, topped with a blob of ketchup and diced fried onions.

    No human interaction occurred in the making of this transaction. The Guardian’s alfresco lunch came courtesy of one of dozens of vending machines in Sagamihara, an unglamorous town near Tokyo.

    Continue reading...", - "category": "Japan", - "link": "https://www.theguardian.com/world/2021/dec/29/no-contact-required-covid-fuels-vending-machine-revival-in-japan", - "creator": "Justin McCurry in Sagamihara", - "pubDate": "2021-12-29T10:06:06Z", + "title": "Christmas with my grandmother was always special – comforting beyond words", + "description": "

    We slept with Christmas stockings at the foot of our beds, before a feast the next day and the Queen’s speech. They were days both spiritual and homely

    Christmas belonged to my grandmother. It was as if she invented it. On Christmas Eve, my mother would drive my sister and me from Hackney in east London to Hertfordshire. We’d arrive to an electric fire-heated house that smelled of toasted bread and radiated electric blankets. Grandma greeting us at the door, the Christmas lights blinking on the tree, Coco, her long-haired sausage dog wagging her tail at our shins. Barbara Antrobus was the quintessential English grandmother. The motherly widowed wife of a minister, still active in her community and well loved locally. Wearing floral cardigans, Coco on a short leash.

    At bedtime we were tucked into our sheets with Christmas stockings at the foot of our beds. Every year those stockings got thicker, until we approached our teenage years and instead of stockings she had large white plastic bags with a snowman printed on them. Christmas grew with us in Grandma’s house; it took our measurements and was always prepared to fit whatever renewed expectations came with maturity.

    Continue reading...", + "content": "

    We slept with Christmas stockings at the foot of our beds, before a feast the next day and the Queen’s speech. They were days both spiritual and homely

    Christmas belonged to my grandmother. It was as if she invented it. On Christmas Eve, my mother would drive my sister and me from Hackney in east London to Hertfordshire. We’d arrive to an electric fire-heated house that smelled of toasted bread and radiated electric blankets. Grandma greeting us at the door, the Christmas lights blinking on the tree, Coco, her long-haired sausage dog wagging her tail at our shins. Barbara Antrobus was the quintessential English grandmother. The motherly widowed wife of a minister, still active in her community and well loved locally. Wearing floral cardigans, Coco on a short leash.

    At bedtime we were tucked into our sheets with Christmas stockings at the foot of our beds. Every year those stockings got thicker, until we approached our teenage years and instead of stockings she had large white plastic bags with a snowman printed on them. Christmas grew with us in Grandma’s house; it took our measurements and was always prepared to fit whatever renewed expectations came with maturity.

    Continue reading...", + "category": "Christmas", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/21/grandmothers-christmases-recreate-them-for-my-son", + "creator": "Raymond Antrobus", + "pubDate": "2021-12-21T12:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199622,16 +225271,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "79c0f43ab35da927e5d51372add8c8da" + "hash": "a544ea46ba06d7c2c87b92467b819a55" }, { - "title": "The person who got me through 2021: Ami Faku sang the break-up track I listened to on a loop", - "description": "

    I’ve spent 12 months of the pandemic obsessively listening to the song Uwrongo, with its line: “This is not working, go home.” I’m very grateful to its singer

    I was born on a farm in northern South Africa. My parents moved nearer to Johannesburg when I was still a baby. They have a photograph of me at maybe six months old, asleep inside my dad’s guitar case. Just picturing it in my mind makes me feel safe. I can hear my dad playing.

    When I feel overwhelmed, I need something I can listen to on loop. Not just for hours, but for days, sometimes weeks. I think of these tracks as an aural hood. They hold my head together.

    Continue reading...", - "content": "

    I’ve spent 12 months of the pandemic obsessively listening to the song Uwrongo, with its line: “This is not working, go home.” I’m very grateful to its singer

    I was born on a farm in northern South Africa. My parents moved nearer to Johannesburg when I was still a baby. They have a photograph of me at maybe six months old, asleep inside my dad’s guitar case. Just picturing it in my mind makes me feel safe. I can hear my dad playing.

    When I feel overwhelmed, I need something I can listen to on loop. Not just for hours, but for days, sometimes weeks. I think of these tracks as an aural hood. They hold my head together.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/29/the-person-who-got-me-through-2021-ami-faku-sang-the-break-up-track-i-listened-to-on-a-loop", - "creator": "Dale Berning Sawa", - "pubDate": "2021-12-29T15:00:24Z", + "title": "Dire end to Biden’s first year as Manchin says no on signature bill", + "description": "

    Senator’s announcement deals huge blow to president’s agenda and kicks off fiery recriminations among Democrats

    Joe Biden had hoped to end his first year in office by signing his signature bill, the Build Back Better Act, a $1.75tn spending package that includes massive investments in healthcare, childcare and climate initiatives.

    Instead, the president is ending the year with a member of his own party dealing a devastating blow to his legislative agenda and potentially Democrats’ prospects in next year’s midterm elections.

    Continue reading...", + "content": "

    Senator’s announcement deals huge blow to president’s agenda and kicks off fiery recriminations among Democrats

    Joe Biden had hoped to end his first year in office by signing his signature bill, the Build Back Better Act, a $1.75tn spending package that includes massive investments in healthcare, childcare and climate initiatives.

    Instead, the president is ending the year with a member of his own party dealing a devastating blow to his legislative agenda and potentially Democrats’ prospects in next year’s midterm elections.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2021/dec/21/biden-build-back-better-joe-manchin-politics-democrats", + "creator": "Joan E Greve in Washington DC", + "pubDate": "2021-12-21T13:10:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199643,16 +225292,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ccb1f60794f5829a5e4ca3917f1730b" + "hash": "9a9aebd949067c8bc6a15ebb23459152" }, { - "title": "From Kremlin leak to sperm counts: our readers’ favourite stories of 2021", - "description": "

    Here are 20 articles that may have helped convince people to support the Guardian’s journalism

    The Guardian benefited from hundreds of thousands of acts of support from digital readers in 2021 – almost one for every minute of the year. Here we look at the articles from 2021 that had a big hand in convincing readers to support our open, independent journalism.

    Kremlin papers appear to show Putin’s plot to put Trump in White House – Luke Harding, Julian Borger and Dan Sabbagh
    Exclusive leak reveals Moscow’s deliberations on how it might help Donald Trump win 2016 US presidential race

    Make a contribution from just £1

    Become a digital subscriber and get something in return for your money

    Join as a Patron to fund us at a higher level

    Continue reading...", - "content": "

    Here are 20 articles that may have helped convince people to support the Guardian’s journalism

    The Guardian benefited from hundreds of thousands of acts of support from digital readers in 2021 – almost one for every minute of the year. Here we look at the articles from 2021 that had a big hand in convincing readers to support our open, independent journalism.

    Kremlin papers appear to show Putin’s plot to put Trump in White House – Luke Harding, Julian Borger and Dan Sabbagh
    Exclusive leak reveals Moscow’s deliberations on how it might help Donald Trump win 2016 US presidential race

    Make a contribution from just £1

    Become a digital subscriber and get something in return for your money

    Join as a Patron to fund us at a higher level

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/29/from-kremlin-leak-to-sperm-counts-readers-favourite-stories-of-2021-guardian", - "creator": "Guardian staff", - "pubDate": "2021-12-29T12:00:21Z", + "title": "Robin Hood society attempts to calm Sheffield-Nottingham birthplace row", + "description": "

    New book ignites age-old debate over outlaw’s origins, but chairman says no evidence he actually existed

    The chair of a global Robin Hood society has sought to draw a line under an ongoing row over the hero’s birthplace, emphasising the fact there is no concrete evidence he actually existed.

    A new book, titled Reclaiming Robin Hood, has reignited an age-old debate about the legendary outlaw by claiming he was born in Sheffield and arguing Yorkshire should embrace its connections to the legend.

    Continue reading...", + "content": "

    New book ignites age-old debate over outlaw’s origins, but chairman says no evidence he actually existed

    The chair of a global Robin Hood society has sought to draw a line under an ongoing row over the hero’s birthplace, emphasising the fact there is no concrete evidence he actually existed.

    A new book, titled Reclaiming Robin Hood, has reignited an age-old debate about the legendary outlaw by claiming he was born in Sheffield and arguing Yorkshire should embrace its connections to the legend.

    Continue reading...", + "category": "Nottingham", + "link": "https://www.theguardian.com/uk-news/2021/dec/21/robin-hood-society-attempts-to-calm-sheffield-nottingham-birthplace-row", + "creator": "Jessica Murray", + "pubDate": "2021-12-21T17:25:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199664,16 +225313,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89cdc26dadcc237709722d1a88283332" + "hash": "fc8ff5a74a3b10ce1b30dfc475d72db0" }, { - "title": "Fatigue is an oppressive cocoon. It has made me seek joy wherever I can", - "description": "

    I have not ‘overcome’ anything, but I am happy and hopeful. Chronic illness is sometimes described as a form of grief, but I prefer to think of it as beginning the next stage

    Four years ago, I caught the flu – and I am still stuck in bed, struggling to breathe. A bit like those with long Covid now, I developed postviral fatigue after a short illness. You could say I was into viruses before their mainstream second album.

    Born with a muscle weakness, I was already familiar with the fragility of the human body. But the overnight change, post‑flu complications, hit me like a truck. In the early days, stuck on a ventilator and barely able to move, my brain was so traumatised that I thought my bedroom curtains were on fire. I didn’t even have curtains.

    Continue reading...", - "content": "

    I have not ‘overcome’ anything, but I am happy and hopeful. Chronic illness is sometimes described as a form of grief, but I prefer to think of it as beginning the next stage

    Four years ago, I caught the flu – and I am still stuck in bed, struggling to breathe. A bit like those with long Covid now, I developed postviral fatigue after a short illness. You could say I was into viruses before their mainstream second album.

    Born with a muscle weakness, I was already familiar with the fragility of the human body. But the overnight change, post‑flu complications, hit me like a truck. In the early days, stuck on a ventilator and barely able to move, my brain was so traumatised that I thought my bedroom curtains were on fire. I didn’t even have curtains.

    Continue reading...", - "category": "Health & wellbeing", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/29/fatigue-is-an-oppressive-cocoon-it-has-made-me-seek-joy-wherever-i-can", - "creator": "Frances Ryan", - "pubDate": "2021-12-29T12:00:21Z", + "title": "Germany poised to limit social contact as Omicron sweeps Europe", + "description": "

    Explosive spread of variant also sparks fears, warnings and tougher measures from Sweden to Spain

    Germany is poised to preserve Christmas but reimpose tighter rules on social contact before new year as the Omicron variant sweeps across Europe, sparking tougher measures from Sweden to Spain.

    The German chancellor, Olaf Scholz, met the country’s 16 state leaders on Tuesday to decide on new measures that are likely to include a ban on gatherings of more than 10 vaccinated people, closing clubs and discotheques and holding larger sports events behind closed doors.

    Continue reading...", + "content": "

    Explosive spread of variant also sparks fears, warnings and tougher measures from Sweden to Spain

    Germany is poised to preserve Christmas but reimpose tighter rules on social contact before new year as the Omicron variant sweeps across Europe, sparking tougher measures from Sweden to Spain.

    The German chancellor, Olaf Scholz, met the country’s 16 state leaders on Tuesday to decide on new measures that are likely to include a ban on gatherings of more than 10 vaccinated people, closing clubs and discotheques and holding larger sports events behind closed doors.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/21/germany-omicron-europe-spain-sweden-covid", + "creator": "Jon Henley, Philip Oltermann in Berlin and Sam Jones in Madrid", + "pubDate": "2021-12-21T15:19:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199685,16 +225334,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a51fffaf0690a59668d34214d5d757f7" + "hash": "3d970d04eb7559f169eb60c0642e8ed1" }, { - "title": "‘We would discuss how dislikable I was’ – what’s it like to see your life story on TV?", - "description": "

    Telling your story in a book is hard enough. But what if it ends up on screen? Adam Kay, writer of This Is Going to Hurt, and Dolly Alderton, who penned Everything I Know About Love, relive the shocks

    Most people find seeing themselves on screen distinctly squirm-inducing. Even an unintended glance in the mirror can trigger a minor identity crisis, as we glimpse the gulf between how others see us and how we imagine ourselves. But for writers whose life stories are adapted for television – their flawed personalities painstakingly recreated by actors – the experience can be even more bewildering.

    “Bizarre is the only way to describe it,” reflects Adam Kay, whose 2017 bestseller This Is Going to Hurt, a memoir of his hellish and hilarious years as a junior doctor, lands in 2022 on BBC One. On TV, Kay is played by Ben Whishaw, who evidently took his research seriously. “I watched an early cut with my husband,” Kay recalls, “and he said: ‘It’s amazing how he’s got all of your weird mannerisms.’ I didn’t even realise I had weird mannerisms!”

    Continue reading...", - "content": "

    Telling your story in a book is hard enough. But what if it ends up on screen? Adam Kay, writer of This Is Going to Hurt, and Dolly Alderton, who penned Everything I Know About Love, relive the shocks

    Most people find seeing themselves on screen distinctly squirm-inducing. Even an unintended glance in the mirror can trigger a minor identity crisis, as we glimpse the gulf between how others see us and how we imagine ourselves. But for writers whose life stories are adapted for television – their flawed personalities painstakingly recreated by actors – the experience can be even more bewildering.

    “Bizarre is the only way to describe it,” reflects Adam Kay, whose 2017 bestseller This Is Going to Hurt, a memoir of his hellish and hilarious years as a junior doctor, lands in 2022 on BBC One. On TV, Kay is played by Ben Whishaw, who evidently took his research seriously. “I watched an early cut with my husband,” Kay recalls, “and he said: ‘It’s amazing how he’s got all of your weird mannerisms.’ I didn’t even realise I had weird mannerisms!”

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/29/life-story-tv-adam-kay-dolly-alderton-this-is-going-to-hurt-everything-i-know-about-love", - "creator": "Duncan Barrett", - "pubDate": "2021-12-29T14:00:23Z", + "title": "Punches thrown in Ghana parliament over electronic payments tax", + "description": "

    Proposed levy has been challenged by opposition since it was first proposed last month

    A fight has broken out between lawmakers in Ghana’s parliament during a debate over a proposed tax on electronic transactions that has divided the house for weeks.

    The 1.75% e-levy, which would include mobile money payments, has been challenged by the opposition since it was first proposed last month and held up the passing of the budget.

    Continue reading...", + "content": "

    Proposed levy has been challenged by opposition since it was first proposed last month

    A fight has broken out between lawmakers in Ghana’s parliament during a debate over a proposed tax on electronic transactions that has divided the house for weeks.

    The 1.75% e-levy, which would include mobile money payments, has been challenged by the opposition since it was first proposed last month and held up the passing of the budget.

    Continue reading...", + "category": "Ghana", + "link": "https://www.theguardian.com/world/2021/dec/21/punches-thrown-ghana-parliament-electronic-payments-tax", + "creator": "Reuters in Accra", + "pubDate": "2021-12-21T15:59:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199706,16 +225355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa0d490f652ab8e8e435b0ac6a9f295f" + "hash": "d42044280361e1334b85b7cde946238f" }, { - "title": "Scotland reports record number of cases as Omicron takes hold", - "description": "

    Nicola Sturgeon urges eligible adults to book booster vaccinations and refuses to cut self-isolation period

    Scotland has detected a record number of 15,900 new Covid cases, with about 80% of those believed to be the highly infectious Omicron variant, Nicola Sturgeon has told MSPs.

    In an emergency update to the Scottish parliament, the first minister said positive cases comprised 29% of all tests carried out on Tuesday. The previous Scottish record was reached on Sunday, when 11,030 new cases were reported.

    Continue reading...", - "content": "

    Nicola Sturgeon urges eligible adults to book booster vaccinations and refuses to cut self-isolation period

    Scotland has detected a record number of 15,900 new Covid cases, with about 80% of those believed to be the highly infectious Omicron variant, Nicola Sturgeon has told MSPs.

    In an emergency update to the Scottish parliament, the first minister said positive cases comprised 29% of all tests carried out on Tuesday. The previous Scottish record was reached on Sunday, when 11,030 new cases were reported.

    Continue reading...", - "category": "Scotland", - "link": "https://www.theguardian.com/uk-news/2021/dec/29/scotland-reports-record-number-of-cases-as-omicron-takes-hold", - "creator": "Severin Carrell Scotland editor", - "pubDate": "2021-12-29T15:41:36Z", + "title": "Gabriel Boric beat the far right in Chile. Now he has to unite a divided country | Kirsten Sehnbruch", + "description": "

    The former student firebrand will need all his powers of persuasion and pragmatism if he is to deliver

    Victory is sweet. The hundreds of thousands of Chileans who took to the streets to celebrate the victory of the leftwing former student leader, Gabriel Boric, in Chile’s presidential runoff elections certainly thought so. Boric won with a 12-point margin and a historic number of votes, imposing a convincing defeat on the rightwing candidate José Antonio Kast that few would have predicted only a month ago. Yet Boric’s victory speech was anything but gloating.

    Nodding towards the years of polarisation and protest leading up to the election, he stressed the need for “social cohesion, refinding ourselves, and sharing common ground”.

    Kirsten Sehnbruch is a British Academy global professor at the International Inequalities Institute at the London School of Economics and Political Science, and co-editor of Democratic Chile: The Politics and Policies of a Historic Coalition

    Continue reading...", + "content": "

    The former student firebrand will need all his powers of persuasion and pragmatism if he is to deliver

    Victory is sweet. The hundreds of thousands of Chileans who took to the streets to celebrate the victory of the leftwing former student leader, Gabriel Boric, in Chile’s presidential runoff elections certainly thought so. Boric won with a 12-point margin and a historic number of votes, imposing a convincing defeat on the rightwing candidate José Antonio Kast that few would have predicted only a month ago. Yet Boric’s victory speech was anything but gloating.

    Nodding towards the years of polarisation and protest leading up to the election, he stressed the need for “social cohesion, refinding ourselves, and sharing common ground”.

    Kirsten Sehnbruch is a British Academy global professor at the International Inequalities Institute at the London School of Economics and Political Science, and co-editor of Democratic Chile: The Politics and Policies of a Historic Coalition

    Continue reading...", + "category": "Chile", + "link": "https://www.theguardian.com/commentisfree/2021/dec/21/gabriel-boric-far-right-chile", + "creator": "Kirsten Sehnbruch", + "pubDate": "2021-12-21T14:00:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199727,16 +225376,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "66eeb777283434b49d0739d34e003b19" + "hash": "6c15898e8325522d63728c76cf7c3c27" }, { - "title": "Ghislaine Maxwell trial: jurors ask to see testimony from five witnesses", - "description": "

    Judge Alison Nathan says note to jurors states deliberations will continue ‘as needed’ until verdict reached over Covid concerns

    Jurors in Ghislaine Maxwell’s sex-trafficking trial resumed deliberations Wednesday morning with the heightened threat of coronavirus and potential trial disruptions should any of them fall ill looming over them.

    Jurors quickly sent a note asking to see more transcripts from trial testimony to help them with their discussions.

    Continue reading...", - "content": "

    Judge Alison Nathan says note to jurors states deliberations will continue ‘as needed’ until verdict reached over Covid concerns

    Jurors in Ghislaine Maxwell’s sex-trafficking trial resumed deliberations Wednesday morning with the heightened threat of coronavirus and potential trial disruptions should any of them fall ill looming over them.

    Jurors quickly sent a note asking to see more transcripts from trial testimony to help them with their discussions.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/29/ghislaine-maxwell-jury-deliberations-covid", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-29T14:58:50Z", + "title": "China accuses Australia of ‘violent’ interference in Five Eyes response to Hong Kong election", + "description": "

    Allies voice grave concerns about ‘erosion of democratic elements’ after overhaul of electoral system

    China has accused the Australian government of “violently interfering” in its internal affairs after Australia joined with its Five Eyes allies to voice grave concerns about the “erosion of democratic elements” in Hong Kong.

    Pro-Beijing candidates have been confirmed to occupy nearly every seat in Hong Kong’s new legislature after an overhaul of the electoral system that authorities said would ensure “patriots run Hong Kong”.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Allies voice grave concerns about ‘erosion of democratic elements’ after overhaul of electoral system

    China has accused the Australian government of “violently interfering” in its internal affairs after Australia joined with its Five Eyes allies to voice grave concerns about the “erosion of democratic elements” in Hong Kong.

    Pro-Beijing candidates have been confirmed to occupy nearly every seat in Hong Kong’s new legislature after an overhaul of the electoral system that authorities said would ensure “patriots run Hong Kong”.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Australian foreign policy", + "link": "https://www.theguardian.com/australia-news/2021/dec/21/china-accuses-australia-of-violent-interference-in-five-eyes-response-to-hong-kong-election", + "creator": "Daniel Hurst and Vincent Ni", + "pubDate": "2021-12-21T14:58:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199748,16 +225397,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "744b92928bcf0b1e923a6e1692463079" + "hash": "a052bdc67cdb9ef03dfad998fb43fbf1" }, { - "title": "Long queues and closed clinics: Australians with positive rapid antigen tests abandon PCRs", - "description": "

    Wait times for testing – and results – have ballooned, leaving many to make their own decisions about dealing with a possible Covid case

    People testing positive to Covid using rapid antigen tests are being turned away from, or are giving up on, getting a PCR test, as the New South Wales government warns that the actual number of Covid cases could be much higher than the 11,201 reported on Wednesday.

    Wait times for testing clinics have ballooned across NSW, Victoria, Queensland and South Australia.

    Continue reading...", - "content": "

    Wait times for testing – and results – have ballooned, leaving many to make their own decisions about dealing with a possible Covid case

    People testing positive to Covid using rapid antigen tests are being turned away from, or are giving up on, getting a PCR test, as the New South Wales government warns that the actual number of Covid cases could be much higher than the 11,201 reported on Wednesday.

    Wait times for testing clinics have ballooned across NSW, Victoria, Queensland and South Australia.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/29/long-queues-and-closed-clinics-australians-with-positive-rapid-antigen-tests-abandon-pcrs", - "creator": "Calla Wahlquist", - "pubDate": "2021-12-29T08:25:38Z", + "title": "Life on the ward: ‘Covid was the ideal job for me’", + "description": "

    Chris Robinson’s job is all about change and ‘a pandemic makes you have to change more than you could ever imagine’, he says

    Three health workers responsible for keeping Sydney’s St Vincent’s Hospital running throughout the pandemic share the stories hidden from public view.

    Continue reading...", + "content": "

    Chris Robinson’s job is all about change and ‘a pandemic makes you have to change more than you could ever imagine’, he says

    Three health workers responsible for keeping Sydney’s St Vincent’s Hospital running throughout the pandemic share the stories hidden from public view.

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/australia-news/2021/dec/22/life-on-the-ward-covid-was-the-ideal-job-for-me", + "creator": "Caitlin Cassidy Photography: Lisa Maree Williams/Getty Images", + "pubDate": "2021-12-21T16:30:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199769,16 +225418,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb1a14a410ec8e8c7a7fb467f3589b72" + "hash": "b1aabcb2156f33aea5ed7caa8697a7fa" }, { - "title": "Engineering the future: meet the Africa prize shortlist innovators", - "description": "

    Turning invasive plants into a force for good and powering healthcare with solar – here are three of the 2022 nominees

    From a solar-powered crib that treats jaundiced babies to fibre made from water hyacinth that absorbs oil spills, innovators from nine African countries have been shortlisted for the Royal Academy of Engineering’s 2022 Africa prize.

    This year half of the shortlist of 16 are women, and for the first time it includes Togolese and Congolese inventors. The entrepreneurs will undergo eight months of business training and mentoring before a winner is chosen, who will receive £25,000, and three runners-up, who win £10,000 each. All the projects are sustainable solutions to issues such as access to healthcare, farming resilience, reducing waste, and energy efficiency. The Guardian spoke to three of the shortlisted candidates.

    Continue reading...", - "content": "

    Turning invasive plants into a force for good and powering healthcare with solar – here are three of the 2022 nominees

    From a solar-powered crib that treats jaundiced babies to fibre made from water hyacinth that absorbs oil spills, innovators from nine African countries have been shortlisted for the Royal Academy of Engineering’s 2022 Africa prize.

    This year half of the shortlist of 16 are women, and for the first time it includes Togolese and Congolese inventors. The entrepreneurs will undergo eight months of business training and mentoring before a winner is chosen, who will receive £25,000, and three runners-up, who win £10,000 each. All the projects are sustainable solutions to issues such as access to healthcare, farming resilience, reducing waste, and energy efficiency. The Guardian spoke to three of the shortlisted candidates.

    Continue reading...", + "title": "Hotel Rwanda hero to terrorist ‘show trial’: Paul Rusesabagina’s daughters on the fight for his freedom", + "description": "

    Tricked into boarding a plane back to Kigali and allegedly coerced into confessing, the high-profile exile faces 25 years in prison, but his family are determined to keep up the pressure

    The children of Paul Rusesabagina, the imprisoned Rwandan opposition figure, are only able to speak to their father for five minutes once a week. Even then the Rwandan authorities listen into the phone call.

    Tricked into boarding a private plane in Dubai and flown to Kigali, the 67-year-old Rusesabagina – who came to international attention after his life-saving acts were depicted in the Hollywood film Hotel Rwanda, set during the country’s genocide in 1994 – was given what his family says was a show trial and jailed over allegations that he had been a founder and leader of a terrorist group.

    Continue reading...", + "content": "

    Tricked into boarding a plane back to Kigali and allegedly coerced into confessing, the high-profile exile faces 25 years in prison, but his family are determined to keep up the pressure

    The children of Paul Rusesabagina, the imprisoned Rwandan opposition figure, are only able to speak to their father for five minutes once a week. Even then the Rwandan authorities listen into the phone call.

    Tricked into boarding a private plane in Dubai and flown to Kigali, the 67-year-old Rusesabagina – who came to international attention after his life-saving acts were depicted in the Hollywood film Hotel Rwanda, set during the country’s genocide in 1994 – was given what his family says was a show trial and jailed over allegations that he had been a founder and leader of a terrorist group.

    Continue reading...", "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/27/engineering-the-future-meet-the-africa-prize-shortlist-innovators", - "creator": "Jo Griffin", - "pubDate": "2021-12-27T10:00:49Z", + "link": "https://www.theguardian.com/global-development/2021/dec/21/hotel-rwanda-hero-to-terrorist-show-trial-paul-rusesabaginas-daughters-on-the-fight-for-his-freedom", + "creator": "Peter Beaumont", + "pubDate": "2021-12-21T06:26:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199790,16 +225439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab74f26ba4a9295fac648345cafcf8f2" + "hash": "05afc29ed0ab5b11ade655faa98e02b6" }, { - "title": "‘Families want a son at any cost’: the women forced to abort female foetuses in India", - "description": "

    Laali and Meenakshi’s unborn daughters are among the country’s 46 million ‘missing’ women and girls over the past 50 years

    Laali was alone at home when she realised her legs were drenched in blood. The bleeding did not stop for eight hours. As she fell unconscious, the 25-year-old thought she would die alongside the foetus she was losing.

    She had been three months pregnant when she was taken for prenatal sex determination. “When I learned it was a girl, I started feeling as though I was suffocating,” she says.

    Continue reading...", - "content": "

    Laali and Meenakshi’s unborn daughters are among the country’s 46 million ‘missing’ women and girls over the past 50 years

    Laali was alone at home when she realised her legs were drenched in blood. The bleeding did not stop for eight hours. As she fell unconscious, the 25-year-old thought she would die alongside the foetus she was losing.

    She had been three months pregnant when she was taken for prenatal sex determination. “When I learned it was a girl, I started feeling as though I was suffocating,” she says.

    Continue reading...", - "category": "Women's rights and gender equality", - "link": "https://www.theguardian.com/global-development/2021/dec/27/families-want-a-son-at-any-cost-the-women-forced-to-abort-female-foetuses-in-india", - "creator": "Yashraj Sharma", - "pubDate": "2021-12-27T07:00:45Z", + "title": "New head of Unesco world heritage centre wants to put Africa on the map", + "description": "

    Lazare Eloundou Assomo wants to address imbalance that benefits rich nations and protect sites threatened by climate crisis and war

    It covers 9 million sq miles (24m sq km) from the Atlantic to the Indian Ocean and from the Sahara in the north to Cape Point in the south. And in between lie some of the world’s most ancient cultural sites and precious natural wonders.

    However, despite its vast size, sub-Saharan Africa has never been proportionately represented on Unesco’s world heritage list, its 98 sites dwarfed by Europe, North America and Asia.

    Continue reading...", + "content": "

    Lazare Eloundou Assomo wants to address imbalance that benefits rich nations and protect sites threatened by climate crisis and war

    It covers 9 million sq miles (24m sq km) from the Atlantic to the Indian Ocean and from the Sahara in the north to Cape Point in the south. And in between lie some of the world’s most ancient cultural sites and precious natural wonders.

    However, despite its vast size, sub-Saharan Africa has never been proportionately represented on Unesco’s world heritage list, its 98 sites dwarfed by Europe, North America and Asia.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/20/new-head-of-unesco-world-heritage-centre-wants-to-put-africa-on-the-map", + "creator": "Lizzy Davies", + "pubDate": "2021-12-20T08:30:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199811,16 +225460,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6ecb1905992d8bec2ef77ee4e22e89e" + "hash": "ed19aeafb42ba3d52a550c6160af92f9" }, { - "title": "America is facing a ballot-box coup – help us sound the alarm in 2022 | John Mulholland", - "description": "

    All over the country, free and fair elections are under threat. This will be one of the most important stories we tell in 2022.

    Very soon we will mark the first anniversary of 6 January 2021 – a day when American democracy died a little. Just hours after the “Stop the Steal” attack on the Capitol, more than 100 congressional Republicans refused to certify the results of the election.

    Donald Trump had lost, but he had also won – the “big lie” had firmly taken root. Since then the threats to US democracy have metastasized. Over the last few months, a new threat has emerged, one which few Americans – much less people abroad – are even aware of. It’s a story that has been under-reported and yet the future of US democracy may depend on it being told.

    Continue reading...", - "content": "

    All over the country, free and fair elections are under threat. This will be one of the most important stories we tell in 2022.

    Very soon we will mark the first anniversary of 6 January 2021 – a day when American democracy died a little. Just hours after the “Stop the Steal” attack on the Capitol, more than 100 congressional Republicans refused to certify the results of the election.

    Donald Trump had lost, but he had also won – the “big lie” had firmly taken root. Since then the threats to US democracy have metastasized. Over the last few months, a new threat has emerged, one which few Americans – much less people abroad – are even aware of. It’s a story that has been under-reported and yet the future of US democracy may depend on it being told.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/29/america-facing-ballot-box-coup-help-us-sound-alarm-2022", - "creator": "John Mulholland", - "pubDate": "2021-12-29T12:58:56Z", + "title": "‘Nothing will help’: Tunisians trapped in poverty lose hope", + "description": "

    Eleven years after the start of the Arab spring, those trying to survive rising prices, unemployment and a pandemic feel little has changed

    For a decade, Tunisia’s revolution has been remembered on 14 January, the day autocratic ruler Zine al-Abidine Ben Ali fled to Saudi Arabia and the political elite declared the revolution complete.

    From today, by President Kais Saied’s decree, the event will be marked on 17 December, the day street trader Mohamed Bouazizi set himself on fire in protest at state corruption and the faltering economy. The self-immolation became a catalyst for Tunisia’s uprising and the wider Arab spring.

    Continue reading...", + "content": "

    Eleven years after the start of the Arab spring, those trying to survive rising prices, unemployment and a pandemic feel little has changed

    For a decade, Tunisia’s revolution has been remembered on 14 January, the day autocratic ruler Zine al-Abidine Ben Ali fled to Saudi Arabia and the political elite declared the revolution complete.

    From today, by President Kais Saied’s decree, the event will be marked on 17 December, the day street trader Mohamed Bouazizi set himself on fire in protest at state corruption and the faltering economy. The self-immolation became a catalyst for Tunisia’s uprising and the wider Arab spring.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/17/nothing-will-help-tunisians-trapped-in-poverty-lose-hope", + "creator": "Simon Speakman Cordall in Tunis", + "pubDate": "2021-12-17T13:05:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199832,16 +225481,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32d40893063975432c188acb65147a0d" + "hash": "56d66d44ec4a5043bbd9d4ddd7fa2df0" }, { - "title": "Faced with Covid, Europe’s citizens demanded an EU response – and got it | Luuk van Middelaar", - "description": "

    The pandemic finally brought into being a European public, as we discovered that our health is a common concern

    March 2020: an insidious virus seeds itself across the globe pitching tens of thousands in the European continent into a life-and-death battle. Most European countries secure their borders; millions of households lock their front doors. Hellish scenes flash by, feeding fears of infection. In Europe a disaster is unfolding, but there is no joint response.

    The loudest cry comes from Italy, hit by the virus early on. Appeals for help go unanswered and bitter reproaches ensue. The EU is slow to react: the fact that Brussels’ institutions lack the “competences”, or formal powers, to act in the field of public health impresses no one. When, soon thereafter, an economic depression looms, prophets of doom start predicting the end of the EU.

    Continue reading...", - "content": "

    The pandemic finally brought into being a European public, as we discovered that our health is a common concern

    March 2020: an insidious virus seeds itself across the globe pitching tens of thousands in the European continent into a life-and-death battle. Most European countries secure their borders; millions of households lock their front doors. Hellish scenes flash by, feeding fears of infection. In Europe a disaster is unfolding, but there is no joint response.

    The loudest cry comes from Italy, hit by the virus early on. Appeals for help go unanswered and bitter reproaches ensue. The EU is slow to react: the fact that Brussels’ institutions lack the “competences”, or formal powers, to act in the field of public health impresses no one. When, soon thereafter, an economic depression looms, prophets of doom start predicting the end of the EU.

    Continue reading...", + "title": "Why a UK Omicron wave is dangerous – even if we see mostly mild cases", + "description": "

    Analysis: If the spread continues at this rate, a small proportion of Covid hospitalisations is a serious matter

    With the booster programme at full tilt across the UK, immunity against Covid is rising – so it is perhaps not surprising that the concern shown by experts over the steep rise in Omicron infections has left some bemused.

    For while the new variant is believed to dodge Covid vaccines to some degree, it is thought the jabs still offer good protection against severe disease – particularly after a booster. And greater levels of immunity mean a lower ratio of hospitalisations to cases – something we have seen before in the UK, where about 22% of cases in those aged 65 and older ended up in hospital in early 2021, when Alpha was dominant but few had received a vaccine, compared with about 6% after the vaccine rollout was well under way.

    Continue reading...", + "content": "

    Analysis: If the spread continues at this rate, a small proportion of Covid hospitalisations is a serious matter

    With the booster programme at full tilt across the UK, immunity against Covid is rising – so it is perhaps not surprising that the concern shown by experts over the steep rise in Omicron infections has left some bemused.

    For while the new variant is believed to dodge Covid vaccines to some degree, it is thought the jabs still offer good protection against severe disease – particularly after a booster. And greater levels of immunity mean a lower ratio of hospitalisations to cases – something we have seen before in the UK, where about 22% of cases in those aged 65 and older ended up in hospital in early 2021, when Alpha was dominant but few had received a vaccine, compared with about 6% after the vaccine rollout was well under way.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/commentisfree/2021/dec/29/covid-europe-citizens-eu-response-pandemic-european-health", - "creator": "Luuk van Middelaar", - "pubDate": "2021-12-29T08:00:16Z", + "link": "https://www.theguardian.com/world/2021/dec/17/omicron-covid-uk-mild-cases-dangerous-spread-hospitalisations", + "creator": "Nicola Davis Science correspondent", + "pubDate": "2021-12-17T12:19:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199853,16 +225502,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f0166cda6dd48d51e1d2da71dc577b8" + "hash": "a14e1b7839e2a739c35ab1c989c2db94" }, { - "title": "Rights group’s closure is part of rapid dismantling of Russian civil society", - "description": "

    Analysis: brief window when Russia would tolerate independent reckoning of its past appears to have closed

    In a terrible year for human rights in Russia, beginning with the imprisonment of the opposition leader Alexei Navalny, the closure of International Memorial stands out for its ruthlessness.

    Founded in the late 1980s by Andrei Sakharov and other Soviet-era dissidents, the group took the new freedoms offered under Mikhail Gorbachev and used them to reveal raw truths about the fate of millions of victims of Stalin’s repressions.

    Continue reading...", - "content": "

    Analysis: brief window when Russia would tolerate independent reckoning of its past appears to have closed

    In a terrible year for human rights in Russia, beginning with the imprisonment of the opposition leader Alexei Navalny, the closure of International Memorial stands out for its ruthlessness.

    Founded in the late 1980s by Andrei Sakharov and other Soviet-era dissidents, the group took the new freedoms offered under Mikhail Gorbachev and used them to reveal raw truths about the fate of millions of victims of Stalin’s repressions.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/28/international-memorial-rights-group-closure-russia-analysis", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-12-28T17:32:15Z", + "title": "Joe Manchin says he 'cannot get there' on Build Back Better bill – video", + "description": "

    Joe Manchin, a moderate Democrat who is key to President Joe Biden's hopes of passing a $1.75tn domestic investment bill, has said he will not support the package.

    Manchin has been a key holdout on the White House's Build Back Better plan, which aims to bolster the social safety net and fight climate change, and is the cornerstone of Biden's legislative agenda.

    'I cannot vote to continue with this piece of legislation,' Manchin told Fox News, citing concerns about inflation. 'I just can't. I have tried everything humanly possible.'

    Continue reading...", + "content": "

    Joe Manchin, a moderate Democrat who is key to President Joe Biden's hopes of passing a $1.75tn domestic investment bill, has said he will not support the package.

    Manchin has been a key holdout on the White House's Build Back Better plan, which aims to bolster the social safety net and fight climate change, and is the cornerstone of Biden's legislative agenda.

    'I cannot vote to continue with this piece of legislation,' Manchin told Fox News, citing concerns about inflation. 'I just can't. I have tried everything humanly possible.'

    Continue reading...", + "category": "Joe Manchin", + "link": "https://www.theguardian.com/us-news/video/2021/dec/19/joe-manchin-says-he-cannot-get-there-on-build-back-better-bill-video", + "creator": "", + "pubDate": "2021-12-19T18:02:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199874,16 +225523,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0fb06146fc9f3fb24b52642f99245d7" + "hash": "4dd4a869e456aa9fc592844bc671830b" }, { - "title": "What to do about the UK’s unvaccinated? No 10’s Covid dilemma", - "description": "

    Analysis: growing frustration at vaccine refusers has crept into ministers’ speeches recently

    A growing sense of frustration with people who have not been vaccinated against Covid has been creeping into the speeches of senior government figures from Sajid Javid to Boris Johnson in recent weeks.

    The health secretary has accused those who have chosen not to take up the offer of free vaccination of taking up hospital beds, damaging society and potentially harming their families as well as themselves.

    Continue reading...", - "content": "

    Analysis: growing frustration at vaccine refusers has crept into ministers’ speeches recently

    A growing sense of frustration with people who have not been vaccinated against Covid has been creeping into the speeches of senior government figures from Sajid Javid to Boris Johnson in recent weeks.

    The health secretary has accused those who have chosen not to take up the offer of free vaccination of taking up hospital beds, damaging society and potentially harming their families as well as themselves.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/28/unvaccinated-uk-covid-dilemma-vaccine-refusers", - "creator": "Rowena Mason Deputy political editor", - "pubDate": "2021-12-28T16:43:22Z", + "title": "Approval of new Covid jab raises hopes of persuading Germany’s unvaccinated", + "description": "

    First doses of protein-based Nuvaxovid are expected to be used in new year after European Medicines Agency gives go-ahead

    The approval of a new protein-based Covid-19 vaccine by the European Medicines Agency (EMA) has led to hopes that it could play an important role in persuading millions of Germans who have refused jabs from existing vaccines to get protection against the disease this winter.

    The EMA approved the two-dose Novavax vaccine on Monday afternoon. The German government’s vaccination advisory board is expected to follow suit and allow for its use soon, a move that would be welcomed by health experts who are bracing for a huge and imminent wave of infections caused by the new Omicron variant. The first doses of Novavax are expected to be administered in Germany in the new year.

    Continue reading...", + "content": "

    First doses of protein-based Nuvaxovid are expected to be used in new year after European Medicines Agency gives go-ahead

    The approval of a new protein-based Covid-19 vaccine by the European Medicines Agency (EMA) has led to hopes that it could play an important role in persuading millions of Germans who have refused jabs from existing vaccines to get protection against the disease this winter.

    The EMA approved the two-dose Novavax vaccine on Monday afternoon. The German government’s vaccination advisory board is expected to follow suit and allow for its use soon, a move that would be welcomed by health experts who are bracing for a huge and imminent wave of infections caused by the new Omicron variant. The first doses of Novavax are expected to be administered in Germany in the new year.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/20/approval-new-covid-jab-germany-unvaccinated-novavax-nuvaxovid", + "creator": "Kate Connolly in Berlin", + "pubDate": "2021-12-20T18:34:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199895,16 +225544,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e62acf0d7ac55c595c18e1521913177c" + "hash": "79b420b8932f3ad5bdd7a8762ff409b5" }, { - "title": "Researchers open possible time capsule from 1887 found in Robert E Lee statue pedestal – video", - "description": "

    For the second time in a month, conservation experts in Virginia opened an apparent time capsule found in the remnants of a pedestal that once held a statue of Confederate general Robert E Lee.

    State officials hope Tuesday’s opening of the aged copper box, which was discovered and carefully extracted from the monument site on Monday, will mark the end of a long search for an elusive time capsule deposited in 1887.

    Continue reading...", - "content": "

    For the second time in a month, conservation experts in Virginia opened an apparent time capsule found in the remnants of a pedestal that once held a statue of Confederate general Robert E Lee.

    State officials hope Tuesday’s opening of the aged copper box, which was discovered and carefully extracted from the monument site on Monday, will mark the end of a long search for an elusive time capsule deposited in 1887.

    Continue reading...", - "category": "Virginia", - "link": "https://www.theguardian.com/us-news/video/2021/dec/28/researchers-open-possible-time-capsule-from-1887-found-in-robert-e-lee-statue-pedestal-video", - "creator": "", - "pubDate": "2021-12-28T19:52:12Z", + "title": "Ghislaine Maxwell’s sex-trafficking trial: jury begins deliberations", + "description": "

    Prosecutors say Maxwell, who has pleaded not guilty to all charges, manipulated victims and groomed them for sexual abuse

    • This article contains depictions of sexual abuse

    The jury began deliberating late on Monday afternoon in Ghislaine Maxwell’s sex-trafficking trial in New York.

    Closing arguments had wrapped up in federal court in Manhattan earlier on Monday with a simple, chilling message.

    Continue reading...", + "content": "

    Prosecutors say Maxwell, who has pleaded not guilty to all charges, manipulated victims and groomed them for sexual abuse

    • This article contains depictions of sexual abuse

    The jury began deliberating late on Monday afternoon in Ghislaine Maxwell’s sex-trafficking trial in New York.

    Closing arguments had wrapped up in federal court in Manhattan earlier on Monday with a simple, chilling message.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/20/ghislaine-maxwell-trial-closing-arguments-jeffrey-epstein", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-20T22:06:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199916,16 +225565,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50e90819778b1faf5100fdfe86dcefaf" + "hash": "38fec6aebfdd4a35f3e116e86230cfcc" }, { - "title": "South African president Ramaphosa pays tribute to Desmond Tutu in address to the nation – video", - "description": "

    \nCyril Ramaphosa, president of South Africa, paid tribute to the late archbishop Desmond Tutu in a televised address to the nation on Sunday. Calling him a leader with 'compassion, dignity, humility and grace', Ramaphosa highlighted Tutu's activist approach to peace and alleviating poverty.

    Tutu was diagnosed with prostate cancer in the late 1990s and in recent years was hospitalised on several occasions because of infections associated with his treatment. He died peacefully in the early hours of Sunday morning, according to his relatives.

    Continue reading...", - "content": "

    \nCyril Ramaphosa, president of South Africa, paid tribute to the late archbishop Desmond Tutu in a televised address to the nation on Sunday. Calling him a leader with 'compassion, dignity, humility and grace', Ramaphosa highlighted Tutu's activist approach to peace and alleviating poverty.

    Tutu was diagnosed with prostate cancer in the late 1990s and in recent years was hospitalised on several occasions because of infections associated with his treatment. He died peacefully in the early hours of Sunday morning, according to his relatives.

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/video/2021/dec/26/south-african-president-ramaphosa-pays-tribute-to-desmond-tutu-in-address-to-the-nation-video", - "creator": "", - "pubDate": "2021-12-26T20:50:20Z", + "title": "New York attorney general vows Trump investigation will proceed ‘undeterred’", + "description": "

    Former president sues Letitia James on grounds of political bias in effort to halt inquiry into his business affairs

    The New York attorney general, Letitia James, said on Monday her investigation of Donald Trump’s business affairs would continue “undeterred”, despite Trump suing to stop it on grounds of political bias, “because no one is above the law, not even someone with the name Trump”.

    The New York Times first reported Trump’s lawsuit, filed in federal court in Syracuse, New York. It alleges that James, a Democrat, “is guided solely by political animus and a desire to harass, intimidate and retaliate against a private citizen who she views as a political opponent”.

    Continue reading...", + "content": "

    Former president sues Letitia James on grounds of political bias in effort to halt inquiry into his business affairs

    The New York attorney general, Letitia James, said on Monday her investigation of Donald Trump’s business affairs would continue “undeterred”, despite Trump suing to stop it on grounds of political bias, “because no one is above the law, not even someone with the name Trump”.

    The New York Times first reported Trump’s lawsuit, filed in federal court in Syracuse, New York. It alleges that James, a Democrat, “is guided solely by political animus and a desire to harass, intimidate and retaliate against a private citizen who she views as a political opponent”.

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/2021/dec/20/trump-new-york-state-attorney-general-letitia-james", + "creator": "Martin Pengelly in New York and agencies", + "pubDate": "2021-12-20T17:01:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199937,16 +225586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83a5913d77a503f6c7dca7cee0487cda" + "hash": "b296a874feda6f49475e7a847f4876da" }, { - "title": "Covid news live: Boris Johnson to examine new hospital data; France considers new restrictions", - "description": "

    UK prime minister expected to examine crucial hospital data on Monday before any further restrictions in England; Emmanuel Macron is expected to announce new Covid measures in France

    Queensland has detected 784 new Covid-19 cases but the health system is coping, state premier Annastacia Palaszczuk has said.

    Quarantine and testing policies are being reviewed and rapid antigen tests may be introduced for some people within 48 hours to take pressure of testing facilities, AAP reports.

    I don’t want people to be alarmed by that, the real issue here is what is the impact it is having on individuals in hospitals?

    We are not seeing any massive impacts on our hospitals, which is really good news.

    Continue reading...", - "content": "

    UK prime minister expected to examine crucial hospital data on Monday before any further restrictions in England; Emmanuel Macron is expected to announce new Covid measures in France

    Queensland has detected 784 new Covid-19 cases but the health system is coping, state premier Annastacia Palaszczuk has said.

    Quarantine and testing policies are being reviewed and rapid antigen tests may be introduced for some people within 48 hours to take pressure of testing facilities, AAP reports.

    I don’t want people to be alarmed by that, the real issue here is what is the impact it is having on individuals in hospitals?

    We are not seeing any massive impacts on our hospitals, which is really good news.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/27/covid-news-live-australia-case-rise-continues-omicron-grounds-1000-more-us-flights", - "creator": "Jedidajah Otte (now), Samantha Lock (earlier)", - "pubDate": "2021-12-27T11:34:21Z", + "title": "Downing Street explains why 19 people were in No 10 garden", + "description": "

    Boris Johnson says it was a meeting of ‘people at work, talking about work’ during lockdown last year

    There have been a series of explanations as to why Boris Johnson, his wife and 17 other people were photographed with wine and cheese in the Downing Street garden during the Covid lockdown in May last year.

    Johnson’s spokesman on Friday, after sources told the Guardian and Independent about the event:

    In the summer months Downing Street staff regularly use the garden for some meetings. On 15 May 2020 the prime minister held a series of meetings throughout the afternoon, including briefly with the then health and care secretary and his team in the garden following a press conference. The prime minister went to his residence shortly after 7pm. A small number of staff required to be in work remained in the Downing Street garden for part of the afternoon and evening.

    As we said last week, work meetings often take place in the Downing Street garden in the summer months. On this occasion there were staff meetings after a No 10 press conference. Downing Street is the prime minister’s home as well as his workplace. The prime minister’s wife lives in No 10 and therefore also legitimately uses the garden.

    I think there’s a lot of exhausted people, and they, as people do in work, were having a drink after the formal business had been done.

    This shows colleagues who were required to be in work, meeting following a press conference to discuss work … It was not against the regulations for those individuals to have a drink outside working hours, but still discussing work.

    This is where I live, it is where I work. Those were meetings of people at work, talking about work.

    Continue reading...", + "content": "

    Boris Johnson says it was a meeting of ‘people at work, talking about work’ during lockdown last year

    There have been a series of explanations as to why Boris Johnson, his wife and 17 other people were photographed with wine and cheese in the Downing Street garden during the Covid lockdown in May last year.

    Johnson’s spokesman on Friday, after sources told the Guardian and Independent about the event:

    In the summer months Downing Street staff regularly use the garden for some meetings. On 15 May 2020 the prime minister held a series of meetings throughout the afternoon, including briefly with the then health and care secretary and his team in the garden following a press conference. The prime minister went to his residence shortly after 7pm. A small number of staff required to be in work remained in the Downing Street garden for part of the afternoon and evening.

    As we said last week, work meetings often take place in the Downing Street garden in the summer months. On this occasion there were staff meetings after a No 10 press conference. Downing Street is the prime minister’s home as well as his workplace. The prime minister’s wife lives in No 10 and therefore also legitimately uses the garden.

    I think there’s a lot of exhausted people, and they, as people do in work, were having a drink after the formal business had been done.

    This shows colleagues who were required to be in work, meeting following a press conference to discuss work … It was not against the regulations for those individuals to have a drink outside working hours, but still discussing work.

    This is where I live, it is where I work. Those were meetings of people at work, talking about work.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/20/downing-street-explains-why-19-people-were-in-no-10-garden", + "creator": "Peter Walker", + "pubDate": "2021-12-20T20:22:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199958,16 +225607,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8227f448aa50f740ec29eb005d985ccf" + "hash": "eb21c8dfb568d62eead0ff11a33cfb50" }, { - "title": "Jesus statue smashed in spate of attacks on India’s Christian community", - "description": "

    Amid growing intolerance to India’s Christian minority, several Christmas events were targeted by Hindu right wing groups

    Festive celebrations were disrupted, Jesus statues were smashed and effigies of Santa Claus were burned in a spate of attacks on India’s Christian community over Christmas.

    Amid growing intolerance and violence against India’s Christian minority, who make up about 2% of India’s population, several Christmas events were targeted by Hindu right wing groups, who alleged Christians were using festivities to force Hindus to convert.

    Continue reading...", - "content": "

    Amid growing intolerance to India’s Christian minority, several Christmas events were targeted by Hindu right wing groups

    Festive celebrations were disrupted, Jesus statues were smashed and effigies of Santa Claus were burned in a spate of attacks on India’s Christian community over Christmas.

    Amid growing intolerance and violence against India’s Christian minority, who make up about 2% of India’s population, several Christmas events were targeted by Hindu right wing groups, who alleged Christians were using festivities to force Hindus to convert.

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/2021/dec/27/jesus-statue-smashed-in-spate-of-attacks-on-indias-christian-community", - "creator": "Hannah Ellis-Petersen in Delhi", - "pubDate": "2021-12-27T06:35:04Z", + "title": "Hostages held in Haiti escaped by slipping past armed guards in the night", + "description": "

    Twelve kidnapped in October, including an infant and small child, walked hours by moonlight to safety

    Kidnapped missionaries in Haiti found freedom last week by making a daring overnight escape, eluding their kidnappers and walking for miles over difficult, moonlit terrain with an infant and other children in tow, according to the agency they work for.

    Ransom money was raised to pay for the release of the missionaries who were abducted on 16 October, but a dozen of them managed to flee, navigating by the stars to reach safety, Christian Aid Ministries said on Monday

    Continue reading...", + "content": "

    Twelve kidnapped in October, including an infant and small child, walked hours by moonlight to safety

    Kidnapped missionaries in Haiti found freedom last week by making a daring overnight escape, eluding their kidnappers and walking for miles over difficult, moonlit terrain with an infant and other children in tow, according to the agency they work for.

    Ransom money was raised to pay for the release of the missionaries who were abducted on 16 October, but a dozen of them managed to flee, navigating by the stars to reach safety, Christian Aid Ministries said on Monday

    Continue reading...", + "category": "Haiti", + "link": "https://www.theguardian.com/world/2021/dec/20/hostages-haiti-escape", + "creator": "Staff and agencies", + "pubDate": "2021-12-20T19:13:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -199979,16 +225628,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ba266c1a4b1a9d4c6adf70b39e3254b" + "hash": "d6983d8dce2e0bf5df4a498d3129f1c5" }, { - "title": "Capitol panel to investigate Trump call to Willard hotel in hours before attack", - "description": "

    Committee to request contents of the call seeking to stop Biden’s certification and may subpoena Rudy Giuliani

    Congressman Bennie Thompson, the chairman of the House select committee investigating the Capitol attack, has said the panel will open an inquiry into Donald Trump’s phone call seeking to stop Joe Biden’s certification from taking place on 6 January hours before the insurrection.

    The chairman said the select committee intended to scrutinize the phone call – revealed last month by the Guardian – should they prevail in their legal effort to obtain Trump White House records over the former president’s objections of executive privilege.

    Continue reading...", - "content": "

    Committee to request contents of the call seeking to stop Biden’s certification and may subpoena Rudy Giuliani

    Congressman Bennie Thompson, the chairman of the House select committee investigating the Capitol attack, has said the panel will open an inquiry into Donald Trump’s phone call seeking to stop Joe Biden’s certification from taking place on 6 January hours before the insurrection.

    The chairman said the select committee intended to scrutinize the phone call – revealed last month by the Guardian – should they prevail in their legal effort to obtain Trump White House records over the former president’s objections of executive privilege.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2021/dec/27/capitol-attack-panel-investigate-trump-call-willard-hotel-before-assault", - "creator": "Hugo Lowell in Washington", - "pubDate": "2021-12-27T10:00:48Z", + "title": "Covid restrictions unlikely before Christmas but PM watching data ‘hour by hour’", + "description": "

    Boris Johnson caught between scientific advisers and his sceptical cabinet over action on Omicron

    New Covid restrictions are unlikely to be imposed before Christmas amid deep cabinet divisions but Boris Johnson warned further measures remain on the table, with data on the threat of Omicron monitored “hour by hour”.

    The prime minister was accused of failing to follow scientists’ advice on the need for immediate restrictions while leaving millions of people and businesses in limbo after a two-hour cabinet meeting ended with no decision on Monday.

    Continue reading...", + "content": "

    Boris Johnson caught between scientific advisers and his sceptical cabinet over action on Omicron

    New Covid restrictions are unlikely to be imposed before Christmas amid deep cabinet divisions but Boris Johnson warned further measures remain on the table, with data on the threat of Omicron monitored “hour by hour”.

    The prime minister was accused of failing to follow scientists’ advice on the need for immediate restrictions while leaving millions of people and businesses in limbo after a two-hour cabinet meeting ended with no decision on Monday.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/20/boris-johnson-avoids-more-covid-measures-for-now-but-rules-nothing-out", + "creator": "Aubrey Allegretti, Peter Walker and Sarah Butler", + "pubDate": "2021-12-20T21:06:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200000,16 +225649,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b96f980b6ee2d41243a3a001ce73f920" + "hash": "4661c2a6e478a374a3b07913f8f91f33" }, { - "title": "Australia close to securing Ashes despite England bowlers’ fightback", - "description": "

    The second day in Melbourne began with serious concerns over the completion of the third Ashes Test and ended with Australia doing their utmost to wrap things up swiftly. In a febrile final hour that saw the volume at the MCG turned up to 11, their relentless fast bowlers induced the latest grim England batting collapse.

    Joe Root’s tourists had done so much right up to this point, dutifully clearing their minds from the swirling uncertainty of a Covid outbreak in the camp overnight and, through Jimmy Anderson’s masterful figures of four for 33, bowling out Australia for 267 in 87.5 overs. A limp demise to 185 all out the previous day was never going to be easy to overcome but an 82-run first-innings deficit hinted at a possible contest boiling up.

    Continue reading...", - "content": "

    The second day in Melbourne began with serious concerns over the completion of the third Ashes Test and ended with Australia doing their utmost to wrap things up swiftly. In a febrile final hour that saw the volume at the MCG turned up to 11, their relentless fast bowlers induced the latest grim England batting collapse.

    Joe Root’s tourists had done so much right up to this point, dutifully clearing their minds from the swirling uncertainty of a Covid outbreak in the camp overnight and, through Jimmy Anderson’s masterful figures of four for 33, bowling out Australia for 267 in 87.5 overs. A limp demise to 185 all out the previous day was never going to be easy to overcome but an 82-run first-innings deficit hinted at a possible contest boiling up.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/2021/dec/27/australia-in-control-despite-england-bowlers-ashes-fightback", - "creator": "Ali Martin at the MCG", - "pubDate": "2021-12-27T07:41:04Z", + "title": "EU has ‘limited’ appetite for post-Brexit migration deal with UK", + "description": "

    Commissioner’s stance underlines difficulty of task facing Liz Truss as she steps into David Frost’s brief

    A senior EU official has said she does not expect the bloc to strike a migration deal with the UK because of disputes over the Brexit agreement.

    Ylva Johansson, the European commissioner for home affairs, said EU member states had “limited” appetite for an agreement with the UK to manage asylum seekers and migrants, citing concerns over the post-Brexit trade deal and the Northern Ireland protocol.

    Continue reading...", + "content": "

    Commissioner’s stance underlines difficulty of task facing Liz Truss as she steps into David Frost’s brief

    A senior EU official has said she does not expect the bloc to strike a migration deal with the UK because of disputes over the Brexit agreement.

    Ylva Johansson, the European commissioner for home affairs, said EU member states had “limited” appetite for an agreement with the UK to manage asylum seekers and migrants, citing concerns over the post-Brexit trade deal and the Northern Ireland protocol.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2021/dec/20/eu-has-limited-appetite-for-post-brexit-migration-deal-with-uk", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2021-12-20T14:55:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200021,16 +225670,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "47389ce9e009ffa676c8fc3b1aa12d54" + "hash": "c97314bb2fb9ed2109b1f46b75ee18d7" }, { - "title": "Global financial markets brace for a bumpy ride in 2022", - "description": "

    Soaring inflation, rising interest rates and further supply chain disruption will fuel volatility, economists say

    Financial markets are poised for a bumpy ride in 2022 in the face of soaring inflationary pressure, rising interest rates and ongoing disruption to international supply chains caused by the Omicron variant of coronavirus, experts have said.

    Analysts and financial investors said Omicron’s emergence had raised the prospect of a stagflationary start to the new year, with weaker levels of economic growth despite intensifying price pressures in already stretched supply chains. The winter energy crisis will also weigh on Europe’s economies.

    Continue reading...", - "content": "

    Soaring inflation, rising interest rates and further supply chain disruption will fuel volatility, economists say

    Financial markets are poised for a bumpy ride in 2022 in the face of soaring inflationary pressure, rising interest rates and ongoing disruption to international supply chains caused by the Omicron variant of coronavirus, experts have said.

    Analysts and financial investors said Omicron’s emergence had raised the prospect of a stagflationary start to the new year, with weaker levels of economic growth despite intensifying price pressures in already stretched supply chains. The winter energy crisis will also weigh on Europe’s economies.

    Continue reading...", - "category": "Stock markets", - "link": "https://www.theguardian.com/business/2021/dec/27/global-financial-markets-brace-for-a-bumpy-ride-in-2022", - "creator": "Graeme Wearden", - "pubDate": "2021-12-27T08:00:45Z", + "title": "Gabriel Boric vows to ‘fight privileges of the few’ as Chile’s premier", + "description": "

    Leftwing former student pledges to unite country and tackle poverty and inequality

    Gabriel Boric has vowed to unite Chile, fight “the privileges of the few” and tackle poverty and inequality after winning a decisive victory over his far-right opponent to become the South American country’s youngest premier.

    The 35-year-old leftwing former student leader won 56% of the vote in Sunday’s second-round presidential election, cruising past his ultra-conservative opponent, José Antonio Kast, who took 44.2%.

    Continue reading...", + "content": "

    Leftwing former student pledges to unite country and tackle poverty and inequality

    Gabriel Boric has vowed to unite Chile, fight “the privileges of the few” and tackle poverty and inequality after winning a decisive victory over his far-right opponent to become the South American country’s youngest premier.

    The 35-year-old leftwing former student leader won 56% of the vote in Sunday’s second-round presidential election, cruising past his ultra-conservative opponent, José Antonio Kast, who took 44.2%.

    Continue reading...", + "category": "Chile", + "link": "https://www.theguardian.com/world/2021/dec/20/gabriel-boric-vows-to-fight-privileges-of-the-few-as-chiles-premier", + "creator": "John Bartlett in Santiago and Sam Jones", + "pubDate": "2021-12-20T11:25:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200042,16 +225691,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34187d602308de61f7188d1348d29b96" + "hash": "07530623986334ca9cb214dd19184e6b" }, { - "title": "Cost of world’s 10 most expensive natural disasters rises to $170bn, aid group finds", - "description": "

    Christian Aid says the 13% rise in the cost of damage reflects the effects of climate change, with Hurricane Ida the most expensive

    The 10 most expensive weather disasters this year caused more than $170bn in damage, $20bn more than in 2020, a British aid group has found.

    Christian Aid said the upward trend reflects the effects of manmade climate change and added that the 10 disasters in question also killed at least 1,075 people and displaced 1.3 million.

    Continue reading...", - "content": "

    Christian Aid says the 13% rise in the cost of damage reflects the effects of climate change, with Hurricane Ida the most expensive

    The 10 most expensive weather disasters this year caused more than $170bn in damage, $20bn more than in 2020, a British aid group has found.

    Christian Aid said the upward trend reflects the effects of manmade climate change and added that the 10 disasters in question also killed at least 1,075 people and displaced 1.3 million.

    Continue reading...", - "category": "Natural disasters", - "link": "https://www.theguardian.com/world/2021/dec/27/cost-of-worlds-10-most-expensive-natural-disasters-rises-to-170bn-aid-group-finds", - "creator": "Agence France-Presse", - "pubDate": "2021-12-27T06:35:45Z", + "title": "US quidditch leagues to change name in effort to break from JK Rowling", + "description": "

    Leaders of the sport criticize the Harry Potter creator’s trans views as leagues also cite trademark issues

    Harry Potter’s favorite sport, quidditch, is to receive a new name in the US, in part because its leaders are critical of the controversial views of the fictional wizard’s creator JK Rowling, which the US leagues have called “anti-trans”.

    Two leagues that operate the sport in the US also cite trademark issues for their decision for the rebranding.

    Continue reading...", + "content": "

    Leaders of the sport criticize the Harry Potter creator’s trans views as leagues also cite trademark issues

    Harry Potter’s favorite sport, quidditch, is to receive a new name in the US, in part because its leaders are critical of the controversial views of the fictional wizard’s creator JK Rowling, which the US leagues have called “anti-trans”.

    Two leagues that operate the sport in the US also cite trademark issues for their decision for the rebranding.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/20/us-quidditch-leagues-change-name-jk-rowling", + "creator": "Richard Luscombe", + "pubDate": "2021-12-20T16:40:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200063,16 +225712,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb13dea31d512aeda5ffc2e6f7374314" + "hash": "62ffde3113dffc7899a70de7949cf5fb" }, { - "title": "Russian court increases jail sentence for Gulag historian", - "description": "

    Yury Dmitriyev’s term increased to 15 years on charges supporters say are punishment for exposing Soviet-era crimes

    A Russian court has increased a jail sentence for the Gulag historian Yury Dmitriyev to a total of 15 years on charges his supporters say are punishment for his work exposing Stalin-era crimes.

    Supporters say Dmitriyev, 65, is being targeted because of his efforts to expose the horrors of the Soviet era under Joseph Stalin.

    Continue reading...", - "content": "

    Yury Dmitriyev’s term increased to 15 years on charges supporters say are punishment for exposing Soviet-era crimes

    A Russian court has increased a jail sentence for the Gulag historian Yury Dmitriyev to a total of 15 years on charges his supporters say are punishment for his work exposing Stalin-era crimes.

    Supporters say Dmitriyev, 65, is being targeted because of his efforts to expose the horrors of the Soviet era under Joseph Stalin.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/27/russian-court-increases-jail-sentence-for-gulag-historian", - "creator": "Agence France-Presse in Moscow", - "pubDate": "2021-12-27T10:31:50Z", + "title": "Pub landlord, caretaker and monarch sought for isolated Piel Island", + "description": "

    New manager of the Ship Inn on small Cumbrian island will need to accept a few odd conditions

    Wanted: someone with experience running a pub, a love of isolation and a willingness to mark their appointment by sitting on a throne and having beer poured over their head.

    A council has begun one of the UK’s most unusual local government recruitment processes while seeking someone to run the Ship Inn on Piel Island, off the coast near Barrow-in-Furness. The downside might be the uncertain weather, or the isolation, or the long hours. On the upside, you can watch seals and birds, enjoy stunning sunsets and, if you have self-esteem issues, know you really will be a king or queen. It would sort of be official.

    Continue reading...", + "content": "

    New manager of the Ship Inn on small Cumbrian island will need to accept a few odd conditions

    Wanted: someone with experience running a pub, a love of isolation and a willingness to mark their appointment by sitting on a throne and having beer poured over their head.

    A council has begun one of the UK’s most unusual local government recruitment processes while seeking someone to run the Ship Inn on Piel Island, off the coast near Barrow-in-Furness. The downside might be the uncertain weather, or the isolation, or the long hours. On the upside, you can watch seals and birds, enjoy stunning sunsets and, if you have self-esteem issues, know you really will be a king or queen. It would sort of be official.

    Continue reading...", + "category": "Cumbria", + "link": "https://www.theguardian.com/uk-news/2021/dec/20/landlord-monarch-isolated-piel-island-cumbria-ship-inn", + "creator": "Mark Brown North of England correspondent", + "pubDate": "2021-12-20T17:11:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200084,16 +225733,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb6b61bf4e28265bf5f2dce30c47f87d" + "hash": "a6135b18b3d91091b99f8387fe838926" }, { - "title": "‘We looked up to him’: South Africa begins week of mourning for Desmond Tutu", - "description": "

    The beloved anti-apartheid icon will lie in state for two days in Cape Town before a funeral on 1 January

    South Africa has started a week of mourning events for anti-apartheid icon Archbishop Desmond Tutu, described as the country’s moral compass, as tributes poured in from across the world.

    Tutu, who died on Sunday aged 90, had largely faded from public life in recent years but was remembered for his easy humour and characteristic smile – and above all his fight against injustices of all colours.

    Continue reading...", - "content": "

    The beloved anti-apartheid icon will lie in state for two days in Cape Town before a funeral on 1 January

    South Africa has started a week of mourning events for anti-apartheid icon Archbishop Desmond Tutu, described as the country’s moral compass, as tributes poured in from across the world.

    Tutu, who died on Sunday aged 90, had largely faded from public life in recent years but was remembered for his easy humour and characteristic smile – and above all his fight against injustices of all colours.

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/2021/dec/27/archbishop-desmond-tutu-south-africa-begins-week-of-mourning", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-27T03:50:41Z", + "title": "Covid live: Queen changes Christmas plans over Omicron; EU drug regulator approves Novavax vaccine", + "description": "

    British monarch will stay in Windsor instead of going to Sandringham as usual; European Medicines Agency gives green light to fifth vaccine

    Thailand’s public health minister said on Monday that his ministry will propose reinstating mandatory quarantine for foreign visitors due to concerns over the spread of the Omicron variant.

    The proposal would scrap the current quarantine waiver for vaccinated visitors and revert to hotel quarantine and the “sandbox” programme, which allows free movement within a specific location, Anutin Charnvirakul told the Inside Thailand television show.

    Continue reading...", + "content": "

    British monarch will stay in Windsor instead of going to Sandringham as usual; European Medicines Agency gives green light to fifth vaccine

    Thailand’s public health minister said on Monday that his ministry will propose reinstating mandatory quarantine for foreign visitors due to concerns over the spread of the Omicron variant.

    The proposal would scrap the current quarantine waiver for vaccinated visitors and revert to hotel quarantine and the “sandbox” programme, which allows free movement within a specific location, Anutin Charnvirakul told the Inside Thailand television show.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/20/covid-news-live-omicron-raging-around-the-world-fauci-says-belgian-protests-turn-violent", + "creator": "Léonie Chao-Fong (now); Tom AmbroseCharlie Moloney and Samantha Lock (earlier)", + "pubDate": "2021-12-20T21:46:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200105,16 +225754,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "35769895d8bc828eba228c6348fa3cc3" + "hash": "bb0302a9f1c0e6791abe86eb42ef3457" }, { - "title": "‘Turn the planes around’: Māori leader says New Zealand should block Australian deportations", - "description": "

    Chair of National Māori Authority says country should adopt John Howard’s playbook or risk sparking local gangland wars between deported criminals

    A prominent Māori leader has called for a dramatic response to what he labels Australia’s attempts to turn New Zealand into a “dumping ground” for criminals, suggesting Jacinda Ardern’s government should “turn the planes around”.

    The executive chairman of the National Māori Authority, Matthew Tukaki, also raised concerns about a potential increase in gun violence in Auckland, saying the city “could see gangland wars similar to those that occurred in both Sydney and Melbourne in the early 2000s if we are not careful”.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Chair of National Māori Authority says country should adopt John Howard’s playbook or risk sparking local gangland wars between deported criminals

    A prominent Māori leader has called for a dramatic response to what he labels Australia’s attempts to turn New Zealand into a “dumping ground” for criminals, suggesting Jacinda Ardern’s government should “turn the planes around”.

    The executive chairman of the National Māori Authority, Matthew Tukaki, also raised concerns about a potential increase in gun violence in Auckland, saying the city “could see gangland wars similar to those that occurred in both Sydney and Melbourne in the early 2000s if we are not careful”.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Australian immigration and asylum", - "link": "https://www.theguardian.com/australia-news/2021/dec/27/turn-the-planes-around-maori-leader-says-new-zealand-should-block-australian-deportations", - "creator": "Daniel Hurst", - "pubDate": "2021-12-27T03:02:51Z", + "title": "No 10 says garden photo shows PM and staff having work meetings", + "description": "

    Spokesperson says wine-drinking was within rules and it is impossible to tell if people were 2 metres apart

    Downing Street has defended a photograph showing Boris Johnson, his wife and up to 17 staff seemingly having drinks in the Downing Street garden during the first lockdown, insisting they were discussing work at the time.

    The prime minister’s spokesperson said that while it was a work meeting after a Covid press conference on 15 May 2020, the fact it happened outside normal work hours meant it was within the regulations for them to be drinking wine.

    Continue reading...", + "content": "

    Spokesperson says wine-drinking was within rules and it is impossible to tell if people were 2 metres apart

    Downing Street has defended a photograph showing Boris Johnson, his wife and up to 17 staff seemingly having drinks in the Downing Street garden during the first lockdown, insisting they were discussing work at the time.

    The prime minister’s spokesperson said that while it was a work meeting after a Covid press conference on 15 May 2020, the fact it happened outside normal work hours meant it was within the regulations for them to be drinking wine.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/20/raab-says-pm-and-staffs-garden-gathering-was-within-lockdown-rules", + "creator": "Peter Walker Political correspondent", + "pubDate": "2021-12-20T14:55:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200126,16 +225775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b7908bbe37db540a45044b7ee791806" + "hash": "7eb71d73e24f88d4dba378ceb10d5f27" }, { - "title": "Jean-Marc Vallée, director of Dallas Buyers Club, Wild and Big Little Lies, dies aged 58", - "description": "

    The Canadian film-maker died suddenly at the weekend according to his representative

    Jean-Marc Vallée, the Canadian director best known for his work on Matthew McConaughey drama Dallas Buyers Club, has died aged 58.

    Vallée’s representative, Bumble Ward, said he died suddenly over the weekend in his cabin outside Quebec City. His two sons survive him.

    Jean-Marc stood for creativity, authenticity and trying things differently. He was a true artist and a generous, loving guy. Everyone who worked with him couldn’t help but see the talent and vision he possessed. He was a friend, creative partner and an older brother to me. The maestro will sorely be missed but it comforts knowing his beautiful style and impactful work he shared with the world will live on.

    Continue reading...", - "content": "

    The Canadian film-maker died suddenly at the weekend according to his representative

    Jean-Marc Vallée, the Canadian director best known for his work on Matthew McConaughey drama Dallas Buyers Club, has died aged 58.

    Vallée’s representative, Bumble Ward, said he died suddenly over the weekend in his cabin outside Quebec City. His two sons survive him.

    Jean-Marc stood for creativity, authenticity and trying things differently. He was a true artist and a generous, loving guy. Everyone who worked with him couldn’t help but see the talent and vision he possessed. He was a friend, creative partner and an older brother to me. The maestro will sorely be missed but it comforts knowing his beautiful style and impactful work he shared with the world will live on.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/27/jean-marc-vallee-director-dead-dallas-buyers-club-wild-big-little-lies", - "creator": "Catherine Shoard", - "pubDate": "2021-12-27T10:42:56Z", + "title": "Moderna says booster produces strong antibody response to Omicron", + "description": "

    Pharmaceuticals firm says third dose of its Covid vaccine increases antibodies against variant by 37-fold

    The pharmaceuticals company Moderna has said a booster dose of its Covid vaccine appeared to protect against the fast-spreading Omicron variant in laboratory testing and that the current version will continue to be its “first line of defence against Omicron”.

    The decision to focus on the current vaccine, mRNA-1273, was driven in part by how quickly the variant is spreading. The company plans to develop a vaccine specifically to protect against Omicron, which it hopes to advance into clinical trials early next year.

    Continue reading...", + "content": "

    Pharmaceuticals firm says third dose of its Covid vaccine increases antibodies against variant by 37-fold

    The pharmaceuticals company Moderna has said a booster dose of its Covid vaccine appeared to protect against the fast-spreading Omicron variant in laboratory testing and that the current version will continue to be its “first line of defence against Omicron”.

    The decision to focus on the current vaccine, mRNA-1273, was driven in part by how quickly the variant is spreading. The company plans to develop a vaccine specifically to protect against Omicron, which it hopes to advance into clinical trials early next year.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/20/moderna-booster-strong-antibody-response-omicron-covid-vaccine-variant", + "creator": "Reuters", + "pubDate": "2021-12-20T11:18:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200147,16 +225796,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8a9c5706b2f944d12617e2c0a8d5c3a" + "hash": "51eef064eef113a03f42bbf3139d49b1" }, { - "title": "Cabinet ministers sceptical of stricter Covid curbs in England", - "description": "

    Boris Johnson likely to face pushback if he decides latest hospital data shows need to tighten restrictions

    Cabinet ministers remain sceptical of further Covid curbs as Boris Johnson prepares to receive his post-Christmas briefing on the state of the latest wave before making a call on additional restrictions in England.

    The prime minister delayed any new cabinet summit on restrictions until after his regular data briefing with England’s chief medical officer, Prof Chris Whitty – expected to be knighted in the new year honours – and the chief scientific adviser, Sir Patrick Vallance.

    Continue reading...", - "content": "

    Boris Johnson likely to face pushback if he decides latest hospital data shows need to tighten restrictions

    Cabinet ministers remain sceptical of further Covid curbs as Boris Johnson prepares to receive his post-Christmas briefing on the state of the latest wave before making a call on additional restrictions in England.

    The prime minister delayed any new cabinet summit on restrictions until after his regular data briefing with England’s chief medical officer, Prof Chris Whitty – expected to be knighted in the new year honours – and the chief scientific adviser, Sir Patrick Vallance.

    Continue reading...", - "category": "Health policy", - "link": "https://www.theguardian.com/politics/2021/dec/27/cabinet-ministers-sceptical-of-stricter-covid-curbs-in-england", - "creator": "Jessica Elgot", - "pubDate": "2021-12-27T11:05:27Z", + "title": "Global Covid vaccination failure will harm Britain, Gordon Brown warns", + "description": "

    Exclusive: Ex-PM says virus will have ‘free rein to mutate’ unless richer countries fund $23bn vaccine drive

    The failure to vaccinate the world against coronavirus will come back to haunt even fully vaccinated Britons in 2022, Gordon Brown has warned.

    The former prime minister said the emergence of Omicron was “not Africa’s fault”, and added that new variants would continue to wreak havoc because richer countries such as the UK had “stockpiled” hundreds of millions of vaccines.

    Continue reading...", + "content": "

    Exclusive: Ex-PM says virus will have ‘free rein to mutate’ unless richer countries fund $23bn vaccine drive

    The failure to vaccinate the world against coronavirus will come back to haunt even fully vaccinated Britons in 2022, Gordon Brown has warned.

    The former prime minister said the emergence of Omicron was “not Africa’s fault”, and added that new variants would continue to wreak havoc because richer countries such as the UK had “stockpiled” hundreds of millions of vaccines.

    Continue reading...", + "category": "Gordon Brown", + "link": "https://www.theguardian.com/politics/2021/dec/20/global-covid-vaccination-failure-will-harm-britain-gordon-brown-warns", + "creator": "Andrew Gregory Health editor", + "pubDate": "2021-12-20T14:30:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200168,16 +225817,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f20669f452642a8a82de166e82f6dffe" + "hash": "04093009edd8a5c2275601c9619bbeec" }, { - "title": "Covid cases rise in Xi’an as China battles biggest community outbreak since 2020", - "description": "

    A strict lockdown in the city of 13 million entered its fifth day as the country continues to pursue a ‘zero-Covid’ strategy

    Lockdown restrictions have been tightened in the Chinese city of Xi’an, which is battling the largest community outbreak the country has seen since the initial months of the pandemic when China brought thousands of daily infections under control.

    Authorities reported 162 new community infections on Monday, up from 158 on Sunday. All but 10 of Monday’s new cases were reported in Shaanxi province, where 13 million residents of the capital Xi’an have been locked down for five days.

    Continue reading...", - "content": "

    A strict lockdown in the city of 13 million entered its fifth day as the country continues to pursue a ‘zero-Covid’ strategy

    Lockdown restrictions have been tightened in the Chinese city of Xi’an, which is battling the largest community outbreak the country has seen since the initial months of the pandemic when China brought thousands of daily infections under control.

    Authorities reported 162 new community infections on Monday, up from 158 on Sunday. All but 10 of Monday’s new cases were reported in Shaanxi province, where 13 million residents of the capital Xi’an have been locked down for five days.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/27/covid-cases-rise-in-xian-as-china-battles-biggest-community-outbreak-since-2020", - "creator": "Rhoda Kwan in Taipei", - "pubDate": "2021-12-27T05:19:34Z", + "title": "‘This thing was trying to dismantle me’: Mark Lanegan on nearly dying of Covid", + "description": "

    In this extract from his new memoir Devil in a Coma, the alt-rocker recalls how Covid-19 put him in hospital for months this year – and gave him a series of hallucinogenic visions

    I had been feeling weak and sick for a few days and then woke up one morning completely deaf. My equilibrium shaky, and my mind in a surreal, psychedelic dream state, I lost my footing at the top of the stairs. Head over heels over head, I knocked myself out on the windowsill as I crashed down the narrow staircase at my house. Bang. My wife was out horseback riding for the day, and I came to hours later still unable to hear a thing, unable to move, two huge opened welts on my head and my knee not supporting any weight.

    For two days I tried to get from stairwell to couch, with no success. I could not move, nor could my wife support my 200lb body, so I lay suffering on some blankets on the hard floor. My ribs were cracked, my spine bruised, battered and sore, and my already chronically messed-up knee gone again, as if some tendons were ripped or a ligament severed. My leg was useless. Every attempted breath was a battle, no matter how hard I tried to take a natural one. Though I refused to go to hospital my wife finally called an ambulance behind my back and I was wheeled out of my yard on a gurney. I eventually ended up in intensive care, unable to draw oxygen, and was diagnosed with some exotic new strain of the coronavirus for which there was no cure, of course. I was put into a medically induced coma, none of which I remembered.

    Continue reading...", + "content": "

    In this extract from his new memoir Devil in a Coma, the alt-rocker recalls how Covid-19 put him in hospital for months this year – and gave him a series of hallucinogenic visions

    I had been feeling weak and sick for a few days and then woke up one morning completely deaf. My equilibrium shaky, and my mind in a surreal, psychedelic dream state, I lost my footing at the top of the stairs. Head over heels over head, I knocked myself out on the windowsill as I crashed down the narrow staircase at my house. Bang. My wife was out horseback riding for the day, and I came to hours later still unable to hear a thing, unable to move, two huge opened welts on my head and my knee not supporting any weight.

    For two days I tried to get from stairwell to couch, with no success. I could not move, nor could my wife support my 200lb body, so I lay suffering on some blankets on the hard floor. My ribs were cracked, my spine bruised, battered and sore, and my already chronically messed-up knee gone again, as if some tendons were ripped or a ligament severed. My leg was useless. Every attempted breath was a battle, no matter how hard I tried to take a natural one. Though I refused to go to hospital my wife finally called an ambulance behind my back and I was wheeled out of my yard on a gurney. I eventually ended up in intensive care, unable to draw oxygen, and was diagnosed with some exotic new strain of the coronavirus for which there was no cure, of course. I was put into a medically induced coma, none of which I remembered.

    Continue reading...", + "category": "Mark Lanegan", + "link": "https://www.theguardian.com/music/2021/dec/20/this-thing-was-trying-to-dismantle-me-mark-lanegan-on-nearly-dying-of-covid", + "creator": "Mark Lanegan", + "pubDate": "2021-12-20T10:00:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200189,16 +225838,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "421593f8c448c0bdc006b95f81b4c993" + "hash": "3c3bad12ecaa26070ac2bc8f021672ab" }, { - "title": "US alarm at rise in child Covid infections sees school closures back on agenda", - "description": "

    Omicron threat stokes fears coast to coast but leading public health expert says ‘We know how to keep schools open and safe’

    As US regional health authorities reacted with alarm to a jump in child Covid infections that caused some school districts to announce returns to remote learning, a leading public health official questioned the need for schools to close, saying: “We know how to keep schools open, we know how to keep them safe.”

    Over the past three weeks, as Omicron-related cases soared in New York City and elsewhere, the number of children hospitalised in New York with Covid-19 quadrupled, the state health department said.

    Continue reading...", - "content": "

    Omicron threat stokes fears coast to coast but leading public health expert says ‘We know how to keep schools open and safe’

    As US regional health authorities reacted with alarm to a jump in child Covid infections that caused some school districts to announce returns to remote learning, a leading public health official questioned the need for schools to close, saying: “We know how to keep schools open, we know how to keep them safe.”

    Over the past three weeks, as Omicron-related cases soared in New York City and elsewhere, the number of children hospitalised in New York with Covid-19 quadrupled, the state health department said.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/27/us-child-covid-omicron-infections-school-closures", - "creator": "Edward Helmore in New York", - "pubDate": "2021-12-27T07:00:44Z", + "title": "Gabriel Boric’s triumph puts wind in the sails of Latin America’s resurgent left", + "description": "

    The decisive victory reflects Chileans’ revolt against a threadbare welfare system and a society systematically stacked in the favour of the rich

    At the age of 14, Gabriel Boric – the great-grandson of a Croatian migrant and an avid reader of Marx and Hegel – formed a city-wide student union in the Chilean city of Punta Arenas.

    At 21, and by then a law student, he led a campus sit-in for 44 days in Santiago, Chile’s capital, to oust a senior professor accused of plagiarism and corruption. Two years later, in 2011, he was elected figurehead of a massive student rebellion against profiteering private universities, and in 2013 became a congressman for his remote home region.

    Continue reading...", + "content": "

    The decisive victory reflects Chileans’ revolt against a threadbare welfare system and a society systematically stacked in the favour of the rich

    At the age of 14, Gabriel Boric – the great-grandson of a Croatian migrant and an avid reader of Marx and Hegel – formed a city-wide student union in the Chilean city of Punta Arenas.

    At 21, and by then a law student, he led a campus sit-in for 44 days in Santiago, Chile’s capital, to oust a senior professor accused of plagiarism and corruption. Two years later, in 2011, he was elected figurehead of a massive student rebellion against profiteering private universities, and in 2013 became a congressman for his remote home region.

    Continue reading...", + "category": "Chile", + "link": "https://www.theguardian.com/world/2021/dec/20/gabriel-boric-election-triumph-latin-america-resurgent-left", + "creator": "Laurence Blair in Santiago", + "pubDate": "2021-12-20T16:28:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200210,16 +225859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "56b62a0ba9f44e88c6de15deaeee509a" + "hash": "c5780f472ebe9583ec11dfbb98ac6d27" }, { - "title": "‘Blockchain Rock’: Gibraltar moves to become world’s first cryptocurrency hub", - "description": "

    Territory’s financial sector risks reputational damage and diplomatic sanctions if complex regulations of crypto hub fail

    On the southern Mediterranean coast, nestled in the shadow of the Rock’s sheer limestone cliffs and its tangle of wild olive trees, the Gibraltar Stock Exchange (GSX) is quietly preparing for a corporate takeover that could have global consequences for the former naval garrison.

    Less than half a mile away, next to the blue waters of Gibraltar’s mid-harbour marina, the peninsula’s regulators are reviewing a proposal that would prompt blockchain firm Valereum to buy the exchange in the new year – meaning the British overseas territory could soon host the world’s first integrated bourse, where conventional bonds can be traded alongside major cryptocurrencies such as bitcoin and dogecoin.

    Continue reading...", - "content": "

    Territory’s financial sector risks reputational damage and diplomatic sanctions if complex regulations of crypto hub fail

    On the southern Mediterranean coast, nestled in the shadow of the Rock’s sheer limestone cliffs and its tangle of wild olive trees, the Gibraltar Stock Exchange (GSX) is quietly preparing for a corporate takeover that could have global consequences for the former naval garrison.

    Less than half a mile away, next to the blue waters of Gibraltar’s mid-harbour marina, the peninsula’s regulators are reviewing a proposal that would prompt blockchain firm Valereum to buy the exchange in the new year – meaning the British overseas territory could soon host the world’s first integrated bourse, where conventional bonds can be traded alongside major cryptocurrencies such as bitcoin and dogecoin.

    Continue reading...", - "category": "Cryptocurrencies", - "link": "https://www.theguardian.com/technology/2021/dec/27/blockchain-rock-gibraltar-moves-to-become-worlds-first-cryptocurrency-hub", - "creator": "Kalyeena Makortoff Banking correspondent", - "pubDate": "2021-12-27T08:00:46Z", + "title": "Have we witnessed the death of the Hollywood remake?", + "description": "

    Meagre turnout for West Side Story shows that these days, the way to cash in on intellectual property is via sequels and reboots

    So far, Steven Spielberg’s West Side Story hasn’t had audiences pirouetting and finger-clicking their way to cinemas. There are plenty of reasons why; the main one relating to a certain global pandemic. But one explanation that keeps being proffered is that viewers are simply sick of remakes – and it’s not entirely wrong. Hollywood still has no qualms about bringing back its vintage franchises, of course. But as the imminent returns of The Matrix, Scream, Top Gun, Indiana Jones, Hocus Pocus and Legally Blonde demonstrate, the fashionable way to cash in on a venerable intellectual property is to hire as many of the original cast members as you can and to pick up where you left off. Sequels are in; remakes are out.

    Remakes, lest we forget, were once central to the cinematic landscape – hardly more remarkable or disreputable than a new theatrical production of an old play. When The Maltese Falcon came out in 1940, it was the third adaptation of the same book within a decade. Some Like It Hot? Pinched from a 1951 German farce, which was in turn pinched from a 1935 French one. Hitchcock’s 1956 classic The Man Who Knew Too Much? A total rip-off of Hitchcock’s 1934 classic, The Man Who Knew Too Much.

    Continue reading...", + "content": "

    Meagre turnout for West Side Story shows that these days, the way to cash in on intellectual property is via sequels and reboots

    So far, Steven Spielberg’s West Side Story hasn’t had audiences pirouetting and finger-clicking their way to cinemas. There are plenty of reasons why; the main one relating to a certain global pandemic. But one explanation that keeps being proffered is that viewers are simply sick of remakes – and it’s not entirely wrong. Hollywood still has no qualms about bringing back its vintage franchises, of course. But as the imminent returns of The Matrix, Scream, Top Gun, Indiana Jones, Hocus Pocus and Legally Blonde demonstrate, the fashionable way to cash in on a venerable intellectual property is to hire as many of the original cast members as you can and to pick up where you left off. Sequels are in; remakes are out.

    Remakes, lest we forget, were once central to the cinematic landscape – hardly more remarkable or disreputable than a new theatrical production of an old play. When The Maltese Falcon came out in 1940, it was the third adaptation of the same book within a decade. Some Like It Hot? Pinched from a 1951 German farce, which was in turn pinched from a 1935 French one. Hitchcock’s 1956 classic The Man Who Knew Too Much? A total rip-off of Hitchcock’s 1934 classic, The Man Who Knew Too Much.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/20/west-side-story-hollywood-remake-spielberg", + "creator": "Nicholas Barber", + "pubDate": "2021-12-20T14:52:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200231,16 +225880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44819b21e0e805528bede30ed453dfa2" + "hash": "6ef9bf488d64cdf9abff2643a1187366" }, { - "title": "My winter of love: I thought we had parted for ever. Then I took his phone call in a raging blizzard", - "description": "

    I was besotted with the idea of the handsome JC, but wanting someone unobtainable was painful. Would we ever be more than friends with benefits?

    Seven years ago, in the year before I met the wonderful man I would fall in love with and go on to marry, I had a short but intense relationship with someone I had known as a friend of friends for some time. I’d suddenly and unexpectedly found myself becoming besotted with him after we suddenly and unexpectedly found ourselves sleeping together.

    JC was very tall, very handsome and very intelligent. Like me, he was recently out of a long-term relationship, and we were both enjoying the sexual freedom that came from not being committed to anyone. I don’t remember exactly how we ended up in bed together the first time, but I do remember liking it very much and rather hoping that it might happen again, which it did – with some regularity.

    Continue reading...", - "content": "

    I was besotted with the idea of the handsome JC, but wanting someone unobtainable was painful. Would we ever be more than friends with benefits?

    Seven years ago, in the year before I met the wonderful man I would fall in love with and go on to marry, I had a short but intense relationship with someone I had known as a friend of friends for some time. I’d suddenly and unexpectedly found myself becoming besotted with him after we suddenly and unexpectedly found ourselves sleeping together.

    JC was very tall, very handsome and very intelligent. Like me, he was recently out of a long-term relationship, and we were both enjoying the sexual freedom that came from not being committed to anyone. I don’t remember exactly how we ended up in bed together the first time, but I do remember liking it very much and rather hoping that it might happen again, which it did – with some regularity.

    Continue reading...", + "title": "My winter of love: I had three exciting dates that Christmas – one ended with an accusation of armed burglary", + "description": "

    I was drunkenly eating a kebab outside Halfords when I was mistaken for a master criminal. It wasn’t the only thing that went wrong that lovely, eventful winter

    No one, my friends decided, should be alone at Christmas. Especially no one as desperately, soul-searchingly, what’s-wrong-with-me single as me. In the late 00s, when internet dating was for nerds, meeting people wasn’t easy – unless you got talking to someone at a party or something, which I never did, because I was too busy banging on to my mates about why I was so achingly single.

    Thus, a plan was hatched. Three friends would each set me up on a blind date. I’m good-looking (with a squint), charming (after a few drinks) and a good catch, they assured me. What could go wrong?

    Continue reading...", + "content": "

    I was drunkenly eating a kebab outside Halfords when I was mistaken for a master criminal. It wasn’t the only thing that went wrong that lovely, eventful winter

    No one, my friends decided, should be alone at Christmas. Especially no one as desperately, soul-searchingly, what’s-wrong-with-me single as me. In the late 00s, when internet dating was for nerds, meeting people wasn’t easy – unless you got talking to someone at a party or something, which I never did, because I was too busy banging on to my mates about why I was so achingly single.

    Thus, a plan was hatched. Three friends would each set me up on a blind date. I’m good-looking (with a squint), charming (after a few drinks) and a good catch, they assured me. What could go wrong?

    Continue reading...", "category": "Relationships", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/27/my-winter-of-love-parted-for-ever-phone-call-raging-blizzard", - "creator": "Hugh Smithson-Wright", - "pubDate": "2021-12-27T06:00:45Z", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/20/my-winter-of-love-three-exciting-dates-one-charge-of-armed-burglary", + "creator": "Rich Pelley", + "pubDate": "2021-12-20T06:00:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200252,16 +225901,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "686cef07cac3b02a64ce184c7e2680c9" + "hash": "c901fe631bcb510e4753be7397c9fe15" }, { - "title": "I was a heroin addict and had given up on myself. Then suddenly, briefly, I felt a desire to live", - "description": "

    At my lowest point, I sought self-annihilation. I was saved at the last moment by two of the few people I had not pushed away

    It was a Saturday night in early October 1986. My 30th birthday party, or what passed for it. Just a handful of junkies and my few remaining friends sitting on the floor of a grey, bare room in a flat in south London. I had thought it would be fun, as, for once, there was no shortage of heroin. Instead, I felt wretched.

    I was in total despair, as a rare moment of self-awareness had kicked in. It wasn’t just that I had trashed my entire 20s, achieving almost nothing of any note; it was also that I could see no prospect of any future. My self-destruction was complete. I had hit rock bottom. It was a terrifying moment, so there was only one thing for it. Take more and more drugs until I fell unconscious. Happy birthday to me.

    Continue reading...", - "content": "

    At my lowest point, I sought self-annihilation. I was saved at the last moment by two of the few people I had not pushed away

    It was a Saturday night in early October 1986. My 30th birthday party, or what passed for it. Just a handful of junkies and my few remaining friends sitting on the floor of a grey, bare room in a flat in south London. I had thought it would be fun, as, for once, there was no shortage of heroin. Instead, I felt wretched.

    I was in total despair, as a rare moment of self-awareness had kicked in. It wasn’t just that I had trashed my entire 20s, achieving almost nothing of any note; it was also that I could see no prospect of any future. My self-destruction was complete. I had hit rock bottom. It was a terrifying moment, so there was only one thing for it. Take more and more drugs until I fell unconscious. Happy birthday to me.

    Continue reading...", - "category": "Drugs", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/27/i-was-a-heroin-addict-and-had-given-up-on-myself-then-suddenly-briefly-i-felt-a-desire-to-live", - "creator": "John Crace", - "pubDate": "2021-12-27T07:00:45Z", + "title": "How the Guardian ranked the 100 best male footballers in the world 2021", + "description": "

    Thomas Hitzlsperger, Luiz Felipe Scolari and Roque Júnior are three of the 219 judges on the panel for our 10th list

    It is that time of the year again when we prepare to present our list of the 100 best male footballers in the world. This will be our 10th list and notable football figures such as Luiz Felipe Scolari, Thomas Hitzlsperger and Roque Júnior joined the judges’ panel for the anniversary.

    Former players such as Javier Zanetti, Franky Vercauteren and Emre Belozoglu also join a selection of coaches, broadcasters, reporters, correspondents and editors from around the world to form a knowledgable and truly global jury.

    Continue reading...", + "content": "

    Thomas Hitzlsperger, Luiz Felipe Scolari and Roque Júnior are three of the 219 judges on the panel for our 10th list

    It is that time of the year again when we prepare to present our list of the 100 best male footballers in the world. This will be our 10th list and notable football figures such as Luiz Felipe Scolari, Thomas Hitzlsperger and Roque Júnior joined the judges’ panel for the anniversary.

    Former players such as Javier Zanetti, Franky Vercauteren and Emre Belozoglu also join a selection of coaches, broadcasters, reporters, correspondents and editors from around the world to form a knowledgable and truly global jury.

    Continue reading...", + "category": "Football", + "link": "https://www.theguardian.com/football/2021/dec/20/how-the-guardian-ranked-the-100-best-male-footballers-in-the-world-2021", + "creator": "Marcus Christenson and Stephen McMillan", + "pubDate": "2021-12-20T10:00:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200273,16 +225922,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9881838f1e7114b5056403b937f556ce" + "hash": "53b6cb21cea77e51f1d8b00fc07f6199" }, { - "title": "Escape your comfort zone: Personal admin is my nemesis. So I decided to break its horrible hold over me", - "description": "

    Every time I attempt to get organised, I find myself procrastinating wildly or calling my mum. A life coach diagnoses perfectionism. Can I make peace with ‘good enough’?

    I am on the phone to my mother for what feels like the fifth time in as many hours. This time, I am asking her what on earth I am supposed to put in the box asking for the value of my furniture. I am, to clarify, trying to renew my flat’s contents insurance. Mum sighs.

    Her frustration is understandable. I call her all the time, to ask whether I should switch energy supplier or which flight to book. I panic about whether to file things alphabetically or chronologically (and it ends up being neither), or whether to pay my flat’s service charge monthly or quarterly. On the face of it, the anxiety I have around personal admin is hard to understand. After all, I am perfectly happy to do much more traditionally anxiety-inducing things: public speaking, exams or writing about myself online. The insurance renewal, though, has been bothering me – I’d already put it off until the last possible day.

    Continue reading...", - "content": "

    Every time I attempt to get organised, I find myself procrastinating wildly or calling my mum. A life coach diagnoses perfectionism. Can I make peace with ‘good enough’?

    I am on the phone to my mother for what feels like the fifth time in as many hours. This time, I am asking her what on earth I am supposed to put in the box asking for the value of my furniture. I am, to clarify, trying to renew my flat’s contents insurance. Mum sighs.

    Her frustration is understandable. I call her all the time, to ask whether I should switch energy supplier or which flight to book. I panic about whether to file things alphabetically or chronologically (and it ends up being neither), or whether to pay my flat’s service charge monthly or quarterly. On the face of it, the anxiety I have around personal admin is hard to understand. After all, I am perfectly happy to do much more traditionally anxiety-inducing things: public speaking, exams or writing about myself online. The insurance renewal, though, has been bothering me – I’d already put it off until the last possible day.

    Continue reading...", + "title": "I was all set to fly to Ghana for Christmas. Then came an unexpected offer", + "description": "

    When you are an actor, you never say no to great work. But when I finally reached Accra, and walked on its red earth, I knew I would be back there soon

    My Christmas memory begins in early summer 2004, on day two of rehearsals for Stuff Happens, David Hare’s brilliantly funny, heartbreaking excoriation of what took us to war with Iraq in 2003. I get to play Condoleezza Rice in Nick Hytner’s stunning production; Shostakovich, elegantly pointed chair action and top-of-the-range acting!

    Of-the-moment politics, while playing the thrillingly enigmatic “Condi” on the National Theatre’s Olivier stage, with an audience hungry for answers … heaven.

    Continue reading...", + "content": "

    When you are an actor, you never say no to great work. But when I finally reached Accra, and walked on its red earth, I knew I would be back there soon

    My Christmas memory begins in early summer 2004, on day two of rehearsals for Stuff Happens, David Hare’s brilliantly funny, heartbreaking excoriation of what took us to war with Iraq in 2003. I get to play Condoleezza Rice in Nick Hytner’s stunning production; Shostakovich, elegantly pointed chair action and top-of-the-range acting!

    Of-the-moment politics, while playing the thrillingly enigmatic “Condi” on the National Theatre’s Olivier stage, with an audience hungry for answers … heaven.

    Continue reading...", "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/27/escape-your-comfort-zone-personal-admin-is-my-nemesis-so-i-decided-to-break-its-horrible-hold-over-me", - "creator": "Lucy Webster", - "pubDate": "2021-12-27T09:00:47Z", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/20/i-was-all-set-to-fly-to-ghana-for-christmas-then-came-an-unexpected-offer", + "creator": "Adjoa Andoh", + "pubDate": "2021-12-20T12:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200294,16 +225943,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24e5295a744cd19a8c632872b79fdf07" + "hash": "9df1c30a5d7ce5316e2b8a1b8203fb39" }, { - "title": "Asad Rehman on climate justice: ‘Now we are seeing these arguments cut through’", - "description": "

    Once a ‘reluctant environmentalist’, Rehman is key figure in movement that links climate crisis with racial, economic and social justice

    Asad Rehman, who emerged as a key figure among the coalition of activists who took to the streets during last month’s climate summit in Glasgow, admits to being “somewhat of a reluctant environmentalist”.

    Tucking into his lunch in a cafe in east London, Rehman – the director of the charity War on Want – says having cut his teeth as a young, working-class man fighting the National Front in his home town of Burnley during the 70s and 80s, he initially saw the environment movement as remote and largely irrelevant to the causes he was championing.

    Continue reading...", - "content": "

    Once a ‘reluctant environmentalist’, Rehman is key figure in movement that links climate crisis with racial, economic and social justice

    Asad Rehman, who emerged as a key figure among the coalition of activists who took to the streets during last month’s climate summit in Glasgow, admits to being “somewhat of a reluctant environmentalist”.

    Tucking into his lunch in a cafe in east London, Rehman – the director of the charity War on Want – says having cut his teeth as a young, working-class man fighting the National Front in his home town of Burnley during the 70s and 80s, he initially saw the environment movement as remote and largely irrelevant to the causes he was championing.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/environment/2021/dec/27/asad-rehman-on-climate-justice-now-we-are-seeing-these-arguments-cut-through", - "creator": "Matthew Taylor", - "pubDate": "2021-12-27T11:20:18Z", + "title": "The big news quiz of 2021 – do you know your Jackie Weavers from your German leaders?", + "description": "

    A Catholic president, a cake, an inconvenient ship and a very clever tennis player: all this and more in trivia expert Bobby Seagull’s news quiz of the year

    • Try our kids’ quiz and bumper Saturday quiz, too

    Continue reading...", + "content": "

    A Catholic president, a cake, an inconvenient ship and a very clever tennis player: all this and more in trivia expert Bobby Seagull’s news quiz of the year

    • Try our kids’ quiz and bumper Saturday quiz, too

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/2021/dec/20/big-news-quiz-of-2021-jackie-weaver-german-leaders", + "creator": "Bobby Seagull", + "pubDate": "2021-12-20T09:00:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200315,16 +225964,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f01ed722371bcc6f0630f0242c14ac3" + "hash": "fbef8627a38d4cdf2997a47c0e362ebd" }, { - "title": "The people who picked up new digital habits during the pandemic – and kept them", - "description": "

    Covid has forced us to find new ways to relate to each other – and that has meant creative opportunities and connections we’d otherwise have missed

    Nearly two years ago, the dawn of Covid lockdowns forced us to contend with the prospect of solitude and self-reflection. Naturally, we rushed to find other stuff to do.

    Alongside the endless walks and compulsive baking, the early months of 2020 saw the blossoming of an array of tech trends: virtual gathering apps like Houseparty and Clubhouse, online events from trivia nights to Zoom weddings, livestreamed performances and art exhibitions.

    Continue reading...", - "content": "

    Covid has forced us to find new ways to relate to each other – and that has meant creative opportunities and connections we’d otherwise have missed

    Nearly two years ago, the dawn of Covid lockdowns forced us to contend with the prospect of solitude and self-reflection. Naturally, we rushed to find other stuff to do.

    Alongside the endless walks and compulsive baking, the early months of 2020 saw the blossoming of an array of tech trends: virtual gathering apps like Houseparty and Clubhouse, online events from trivia nights to Zoom weddings, livestreamed performances and art exhibitions.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/27/the-people-who-picked-up-new-digital-habits-during-the-pandemic-and-kept-them", - "creator": "Kari Paul and Matthew Cantor", - "pubDate": "2021-12-27T11:00:49Z", + "title": "Unite launches inquiry into building costs of Birmingham project", + "description": "

    Following leaked accounts, union’s new general secretary says possible ‘significant loss’ must be investigated

    Unite is launching an independent inquiry into how the building costs of a hotel and conference centre in Birmingham spiralled into a “potentially significant loss” for the trade union.

    The inquiry follows reports at the beginning of the year of leaked accounts seeming to indicate that the union had overspent on the 170-room hotel and 1,000-person conference centre.

    Continue reading...", + "content": "

    Following leaked accounts, union’s new general secretary says possible ‘significant loss’ must be investigated

    Unite is launching an independent inquiry into how the building costs of a hotel and conference centre in Birmingham spiralled into a “potentially significant loss” for the trade union.

    The inquiry follows reports at the beginning of the year of leaked accounts seeming to indicate that the union had overspent on the 170-room hotel and 1,000-person conference centre.

    Continue reading...", + "category": "Unite", + "link": "https://www.theguardian.com/uk-news/2021/dec/20/unite-launches-inquiry-into-building-costs-of-birmingham-project", + "creator": "Rachel Hall", + "pubDate": "2021-12-20T21:50:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200336,16 +225985,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "269e94f4794df96c1fc1c0b888becab6" + "hash": "0613271693f2b9490fb97340e7601554" }, { - "title": "Ukraine crisis: how Putin feeds off anger over Nato’s eastward expansion", - "description": "

    Russian president’s attention-seeking diplomatic demands speak to long-held grievances

    It is more than 13 years since Nato’s Bucharest summit, the meeting that agreed that the western alliance wanted the former Soviet states of Ukraine and Georgia to become members. But in many respects the legacy of that April 2008 meeting – the last attended by Vladimir Putin – hangs over the Ukraine crisis today.

    George W Bush arrived in an expansionist, post-cold war mindset pushing for Ukraine and Georgia to be given a roadmap to Nato membership. Granting them a so-called membership action plan would allow the two countries to follow a string of former eastern bloc states that had been allowed to join since 1999.

    Continue reading...", - "content": "

    Russian president’s attention-seeking diplomatic demands speak to long-held grievances

    It is more than 13 years since Nato’s Bucharest summit, the meeting that agreed that the western alliance wanted the former Soviet states of Ukraine and Georgia to become members. But in many respects the legacy of that April 2008 meeting – the last attended by Vladimir Putin – hangs over the Ukraine crisis today.

    George W Bush arrived in an expansionist, post-cold war mindset pushing for Ukraine and Georgia to be given a roadmap to Nato membership. Granting them a so-called membership action plan would allow the two countries to follow a string of former eastern bloc states that had been allowed to join since 1999.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2021/dec/27/ukraine-crisis-how-putin-feeds-off-anger-over-nato-eastward-expansion", - "creator": "Dan Sabbagh Defence and security editor", - "pubDate": "2021-12-27T04:00:41Z", + "title": "Leading activist in Egypt’s 2011 uprising and two others jailed", + "description": "

    Alaa Abd El-Fattah gets five years for ‘spreading false news’ and lawyer and blogger get four-year terms

    A leading figure in Egypt’s 2011 uprising, his lawyer and a blogger have been served lengthy prison sentences in a Cairo court, in a move that observers have branded a further blow to human rights.

    An emergency court on Monday sentenced activist Alaa Abd El-Fattah to five years in prison on charges of “spreading false news”. Human rights lawyer Mohamed El-Baqer, formerly Abd El-Fattah’s counsel, and blogger Mohamed “Oxygen” Ibrahim were both sentenced to four years in detention on the same charges.

    Continue reading...", + "content": "

    Alaa Abd El-Fattah gets five years for ‘spreading false news’ and lawyer and blogger get four-year terms

    A leading figure in Egypt’s 2011 uprising, his lawyer and a blogger have been served lengthy prison sentences in a Cairo court, in a move that observers have branded a further blow to human rights.

    An emergency court on Monday sentenced activist Alaa Abd El-Fattah to five years in prison on charges of “spreading false news”. Human rights lawyer Mohamed El-Baqer, formerly Abd El-Fattah’s counsel, and blogger Mohamed “Oxygen” Ibrahim were both sentenced to four years in detention on the same charges.

    Continue reading...", + "category": "Egypt", + "link": "https://www.theguardian.com/world/2021/dec/20/leading-activist-in-egypts-2011-uprising-and-two-others-jailed", + "creator": "Ruth Michaelson in Cairo", + "pubDate": "2021-12-20T18:31:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200357,16 +226006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14e0a3ec27e900a1eb53cfa8984730f2" + "hash": "6e75155bbb94adb4fbc9935dcbb01094" }, { - "title": "Covid lockdowns may have increased UK terrorism threat, says security minister", - "description": "

    Damian Hinds says more people may have been radicalised online after being forced to spend more time indoors

    The terrorism threat to the UK may have been made worse by Covid lockdowns, a security minister has suggested.

    Damian Hinds, the MP for East Hampshire who became security minister in August, told the Daily Telegraph that people spending long periods of time in their bedrooms during the restrictions could have pushed them towards radicalisation.

    Continue reading...", - "content": "

    Damian Hinds says more people may have been radicalised online after being forced to spend more time indoors

    The terrorism threat to the UK may have been made worse by Covid lockdowns, a security minister has suggested.

    Damian Hinds, the MP for East Hampshire who became security minister in August, told the Daily Telegraph that people spending long periods of time in their bedrooms during the restrictions could have pushed them towards radicalisation.

    Continue reading...", - "category": "UK security and counter-terrorism", - "link": "https://www.theguardian.com/uk-news/2021/dec/27/covid-lockdowns-increased-uk-terrorism-threat-security-minister-damian-hinds", - "creator": "Jamie Grierson", - "pubDate": "2021-12-27T10:28:47Z", + "title": "China riveted by public row between pop star and former wife", + "description": "

    US-born singer-songwriter Wang Leehom accused of infidelity and emotional abuse by Lee Jinglei

    The highly successful Mandarin-speaking singer-songwriter Wang Leehom has issued a public apology to his ex-wife after a high-profile family row that has gripped the Chinese-speaking world.

    In a lengthy social media post on Friday, Lee Jinglei accused Wang of emotional abuse, lack of care for his family, infidelity and solicitation of sex workers.

    Continue reading...", + "content": "

    US-born singer-songwriter Wang Leehom accused of infidelity and emotional abuse by Lee Jinglei

    The highly successful Mandarin-speaking singer-songwriter Wang Leehom has issued a public apology to his ex-wife after a high-profile family row that has gripped the Chinese-speaking world.

    In a lengthy social media post on Friday, Lee Jinglei accused Wang of emotional abuse, lack of care for his family, infidelity and solicitation of sex workers.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/20/wang-leehom-lee-jinglei-china-taiwan", + "creator": "Vincent Ni China affairs correspondent, and Xiaoqian Zhu", + "pubDate": "2021-12-20T15:08:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200378,16 +226027,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa7ec4d49619d43297949e1d586f28c0" + "hash": "44896956b6bd0bc60ac6d7b4b28d9504" }, { - "title": "UK’s ambassador drawn into Libyan political crisis after elections called off", - "description": "

    Parliamentary committee accuses ambassador of interference over tweet in support of recognising interim government

    Libya’s political crisis has taken on an increasingly international dimension after the UK was accused of defending corruption and interfering in internal processes by calling for the interim government to remain in power pending the rescheduling of delayed elections.

    The country’s first presidential elections, scheduled for 24 December, were indefinitely postponed at the last minute, largely because fierce disagreements over who should be allowed to stand had not been resolved.

    Continue reading...", - "content": "

    Parliamentary committee accuses ambassador of interference over tweet in support of recognising interim government

    Libya’s political crisis has taken on an increasingly international dimension after the UK was accused of defending corruption and interfering in internal processes by calling for the interim government to remain in power pending the rescheduling of delayed elections.

    The country’s first presidential elections, scheduled for 24 December, were indefinitely postponed at the last minute, largely because fierce disagreements over who should be allowed to stand had not been resolved.

    Continue reading...", - "category": "Libya", - "link": "https://www.theguardian.com/world/2021/dec/26/uk-accused-defending-corruption-libya-election-tweet", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-26T15:14:25Z", + "title": "Australia Covid live update: NSW reports record 3,057 Covid cases, Victoria 1,245; national cabinet to discuss vaccination changes and tougher restrictions", + "description": "

    Victoria records 1,245 Covid cases; NSW records 3,057 cases; councillor to run for Liberal party in Christian Porter’s Perth seat; thousands without power after Sydney storm; states and territories to discuss vaccination timeframes and mask mandates – follow all the day’s news live

    According to Seven News Scott Morrison is supportive of an indoor mask mandate in light of the Omicron variant spreading throughout Australia, but not further lockdowns.

    Thousands of customers are still without power on Sydney’s northern beaches after the brief but cyclonic weekend storm that felled power lines, leaving a trail of destruction, reports AAP.

    It’s a very difficult time of year to be without power, and we apologise for the delays. We are doing everything we can to turn the lights back on as soon as possible. Where we can, we are progressively turning power back on, and as always the safety of our customers and staff remains our number one priority.

    Continue reading...", + "content": "

    Victoria records 1,245 Covid cases; NSW records 3,057 cases; councillor to run for Liberal party in Christian Porter’s Perth seat; thousands without power after Sydney storm; states and territories to discuss vaccination timeframes and mask mandates – follow all the day’s news live

    According to Seven News Scott Morrison is supportive of an indoor mask mandate in light of the Omicron variant spreading throughout Australia, but not further lockdowns.

    Thousands of customers are still without power on Sydney’s northern beaches after the brief but cyclonic weekend storm that felled power lines, leaving a trail of destruction, reports AAP.

    It’s a very difficult time of year to be without power, and we apologise for the delays. We are doing everything we can to turn the lights back on as soon as possible. Where we can, we are progressively turning power back on, and as always the safety of our customers and staff remains our number one priority.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/21/australia-covid-vaccination-restrictions-cabinet-hospital-morrison-perrottet-andrews-sydney-victoria-corona-masks-queensland-lockdown-omicron-delta-politics-", + "creator": "Caitlin Cassidy (now) and Matilda Boseley (earlier)", + "pubDate": "2021-12-20T22:11:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200399,16 +226048,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89db4e7eba96c50d79608ae360bf7ea7" + "hash": "ad6498cf1c859fcb9d2c701992e529c2" }, { - "title": "Charity appeal in Guatemala, where the fight for land and water rights is a battle for survival", - "description": "

    This year’s appeal has already raised over £500,000. We report on an organisation supporting Indigenous communities against wealthy vested interests

    José Méndez walked up the mountain behind his rural Ch’orti’ Mayan community of Corozal in eastern Guatemala. He pointed towards an abandoned home of the plantation owner who used to run this hillside. “Right outside that house they killed our three compañeros, the exact same day the county government recognised us as an Indigenous community with rights to the land.”

    Further up the mountain, in the mist of corn and coffee fields, Méndez shows off a large water reservoir that irrigates the community’s crops as well as small household gardens of nutritious and medicinal herbs. “This is what we sacrificed for. To recover our land and our water to have a chance to survive here.”

    Continue reading...", - "content": "

    This year’s appeal has already raised over £500,000. We report on an organisation supporting Indigenous communities against wealthy vested interests

    José Méndez walked up the mountain behind his rural Ch’orti’ Mayan community of Corozal in eastern Guatemala. He pointed towards an abandoned home of the plantation owner who used to run this hillside. “Right outside that house they killed our three compañeros, the exact same day the county government recognised us as an Indigenous community with rights to the land.”

    Further up the mountain, in the mist of corn and coffee fields, Méndez shows off a large water reservoir that irrigates the community’s crops as well as small household gardens of nutritious and medicinal herbs. “This is what we sacrificed for. To recover our land and our water to have a chance to survive here.”

    Continue reading...", - "category": "Guatemala", - "link": "https://www.theguardian.com/society/2021/dec/26/guatemala-fight-for-land-and-water-rights-battle-for-survival-comundich-christmas-appeal", - "creator": "Rich Brown", - "pubDate": "2021-12-26T06:00:15Z", + "title": "Kenyan nomads’ age-old way of life falls victim to worst drought in memory – in pictures", + "description": "

    As the climate crisis causes drastic food and water shortages in the north-east, pastoralists and their livestock are being pushed to the brink
    Images contain graphic content

    Photographs by Ed Ram for Getty

    Continue reading...", + "content": "

    As the climate crisis causes drastic food and water shortages in the north-east, pastoralists and their livestock are being pushed to the brink
    Images contain graphic content

    Photographs by Ed Ram for Getty

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/gallery/2021/dec/17/kenyan-nomads-age-old-way-of-life-falls-victim-to-worst-drought-in-memory-in-pictures", + "creator": "", + "pubDate": "2021-12-17T10:15:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200420,16 +226069,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "08ad8668f7d1f4df5e44b56fb4bac16c" + "hash": "2a86d53c77f38b58cf0e87e415fc30c4" }, { - "title": "Sydney New Year’s Eve fireworks: health experts call for caution as Omicron outbreak worsens", - "description": "

    NSW tourism minister expects lower turnout as leading epidemiologist says best place to watch festivities is from home

    Experts are urging caution around Sydney’s planned New Year’s Eve celebrations amid surging Covid-19 cases in New South Wales.

    On Friday, the NSW tourism minister, Stuart Ayres, said New Year’s Eve fireworks would proceed as planned under the current public health order, despite the growing Omicron outbreak.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    NSW tourism minister expects lower turnout as leading epidemiologist says best place to watch festivities is from home

    Experts are urging caution around Sydney’s planned New Year’s Eve celebrations amid surging Covid-19 cases in New South Wales.

    On Friday, the NSW tourism minister, Stuart Ayres, said New Year’s Eve fireworks would proceed as planned under the current public health order, despite the growing Omicron outbreak.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Sydney", - "link": "https://www.theguardian.com/australia-news/2021/dec/27/sydney-new-years-eve-fireworks-health-experts-call-for-caution-as-omicron-outbreak-worsens", - "creator": "Donna Lu", - "pubDate": "2021-12-27T06:37:07Z", + "title": "‘All I can think about is the children’s future’: drought devastates Kenya", + "description": "

    Nomads’ herds are dying along with rare wildlife as the longest dry spell in memory edges pastoralists ever nearer starvation

    Dahabley smells of rotting flesh. Bodies of starved cows lie in various stages of decomposition, after being dragged to the outskirts of the village in Wajir county, north-east Kenya. They are added to on a near-daily basis and fester in the heat amid multiplying flies.

    North-east Kenya is well used to spells of drought, but it is experiencing the worst in living memory. As the region’s short rainy season, which starts in October, draws to an end, parts of Wajir have only seen small showers and other areas have had no rain at all for more than a year.

    Continue reading...", + "content": "

    Nomads’ herds are dying along with rare wildlife as the longest dry spell in memory edges pastoralists ever nearer starvation

    Dahabley smells of rotting flesh. Bodies of starved cows lie in various stages of decomposition, after being dragged to the outskirts of the village in Wajir county, north-east Kenya. They are added to on a near-daily basis and fester in the heat amid multiplying flies.

    North-east Kenya is well used to spells of drought, but it is experiencing the worst in living memory. As the region’s short rainy season, which starts in October, draws to an end, parts of Wajir have only seen small showers and other areas have had no rain at all for more than a year.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/17/all-i-can-think-about-is-the-childrens-future-drought-devastates-kenya", + "creator": "Ed Ram in Dahabley", + "pubDate": "2021-12-17T06:30:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200441,16 +226090,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a13140be043e54dc1db73e947622881" + "hash": "8f28b52817547fa3f3e7381da30d6e2a" }, { - "title": "Revealed: the secret ‘forced labour’ migration route from Vietnam to the UK", - "description": "

    Observer investigation uncovers new trafficking gateway to the west after 500 migrants found in shocking conditions in Serbia

    When construction began to great fanfare in 2019, the Linglong car tyre factory outside of Belgrade was heralded as the jewel in the crown of Serbia’s burgeoning strategic partnership with China.

    Two years later, 500 Vietnamese construction workers were allegedly found last month working in conditions of forced labour with their passports confiscated and living in cramped and degrading conditions.

    Continue reading...", - "content": "

    Observer investigation uncovers new trafficking gateway to the west after 500 migrants found in shocking conditions in Serbia

    When construction began to great fanfare in 2019, the Linglong car tyre factory outside of Belgrade was heralded as the jewel in the crown of Serbia’s burgeoning strategic partnership with China.

    Two years later, 500 Vietnamese construction workers were allegedly found last month working in conditions of forced labour with their passports confiscated and living in cramped and degrading conditions.

    Continue reading...", + "title": "Culture in a bowl: Haiti’s joumou soup awarded protected status by Unesco", + "description": "

    The dish, originally cooked by slaves for their owners, has come to symbolise hope and dignity in the troubled Caribbean country

    Haiti’s joumou soup, a symbol of hope and dignity for the world’s first black-led republic, has been awarded protected status by Unesco.

    The soup, made from turban squash and originally cooked by enslaved African people for their owners in Haiti, was on Thursday added to Unesco’s prestigious list of intangible cultural heritage. It is Haiti’s first inclusion on the list, and the country’s Unesco ambassador, Dominique Dupuy, cried as the announcement was made. The decision is expected to be officially endorsed by Unesco’s general assembly next year.

    Continue reading...", + "content": "

    The dish, originally cooked by slaves for their owners, has come to symbolise hope and dignity in the troubled Caribbean country

    Haiti’s joumou soup, a symbol of hope and dignity for the world’s first black-led republic, has been awarded protected status by Unesco.

    The soup, made from turban squash and originally cooked by enslaved African people for their owners in Haiti, was on Thursday added to Unesco’s prestigious list of intangible cultural heritage. It is Haiti’s first inclusion on the list, and the country’s Unesco ambassador, Dominique Dupuy, cried as the announcement was made. The decision is expected to be officially endorsed by Unesco’s general assembly next year.

    Continue reading...", "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/25/revealed-the-secret-forced-labour-migration-route-from-vietnam-to-the-uk", - "creator": "Milivoje Pantović for N1 Television in Belgrade, Ifang Bremer, Lam Le and Peter Bengtsen", - "pubDate": "2021-12-25T16:00:04Z", + "link": "https://www.theguardian.com/global-development/2021/dec/17/culture-in-a-bowl-haitis-joumou-soup-awarded-protected-status-by-unesco", + "creator": "Saeed Kamali Dehghan", + "pubDate": "2021-12-17T06:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200462,16 +226111,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e86e2548702c0db9621183dd10250f50" + "hash": "9233a941de384010dd759141f630b36d" }, { - "title": "A seed for all seasons: can ancient methods future-proof food security in the Andes?", - "description": "

    In Peru’s remote villages, farmers have used diverse crops to survive unpredictable weather for millennia. Now they are using this knowledge to adapt to the climate crisis

    In a pastoral scene that has changed little in centuries, farmers wearing red woollen ponchos gather on a December morning in a semicircle to drink chicha, made from fermented maize, and mutter an invocation to Pachamama – Mother Earth before sprinkling the dregs on the Andean soil.

    Singing in Quechua, the language spread along the vast length of the Andes by the Incas, they hill the soil around plants in the numerous small plots terraced into a patchwork up and down the Peruvian mountainside.

    Continue reading...", - "content": "

    In Peru’s remote villages, farmers have used diverse crops to survive unpredictable weather for millennia. Now they are using this knowledge to adapt to the climate crisis

    In a pastoral scene that has changed little in centuries, farmers wearing red woollen ponchos gather on a December morning in a semicircle to drink chicha, made from fermented maize, and mutter an invocation to Pachamama – Mother Earth before sprinkling the dregs on the Andean soil.

    Singing in Quechua, the language spread along the vast length of the Andes by the Incas, they hill the soil around plants in the numerous small plots terraced into a patchwork up and down the Peruvian mountainside.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/25/a-seed-for-all-seasons-can-ancient-methods-future-proof-food-security-in-the-andes", - "creator": "Dan Collyns in Choquecancha", - "pubDate": "2021-12-25T10:01:50Z", + "title": "North Korea bans laughing for 11 days during mourning for anniversary of Kim Jong-il's death – video", + "description": "

    Video from Pyongyang shows North Korea's leader Kim Jong-un looking very dour as he attends the memorial service to mark the 10th anniversary of his father's death. As part of the national memorial, North Koreans have been banned from showing any sign of happiness. The restrictions include an explicit ban on laughter and alcohol during the 11-day period of mourning. On the exact anniversary of Kim Jong-il’s death, 17 December, North Koreans were even banned from going grocery shopping

    Continue reading...", + "content": "

    Video from Pyongyang shows North Korea's leader Kim Jong-un looking very dour as he attends the memorial service to mark the 10th anniversary of his father's death. As part of the national memorial, North Koreans have been banned from showing any sign of happiness. The restrictions include an explicit ban on laughter and alcohol during the 11-day period of mourning. On the exact anniversary of Kim Jong-il’s death, 17 December, North Koreans were even banned from going grocery shopping

    Continue reading...", + "category": "North Korea", + "link": "https://www.theguardian.com/world/video/2021/dec/20/north-korea-bans-laughing-for-11-days-during-mourning-for-anniversary-of-kim-jong-ils-death-video", + "creator": "", + "pubDate": "2021-12-19T23:53:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200483,16 +226132,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7a987fd2831e59ab1db561b62ad18c1" + "hash": "f2240d94cbaaa6b0ada84f905ef5f4dc" }, { - "title": "The world on screen: the best movies from Africa, Asia and Latin America", - "description": "

    From a Somali love story to a deep dive into Congolese rumba, Guardian writers pick their favourite recent world cinema releases

    The Great Indian Kitchen

    Continue reading...", - "content": "

    From a Somali love story to a deep dive into Congolese rumba, Guardian writers pick their favourite recent world cinema releases

    The Great Indian Kitchen

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/24/the-world-on-screen-the-years-best-movies-from-africa-asia-and-latin-america", - "creator": "Guardian writers", - "pubDate": "2021-12-24T15:00:28Z", + "title": "Sajid Javid: 'no guarantees' over further Covid curbs before Christmas – video", + "description": "

    The UK health secretary refused to rule out imposing tougher Covid restrictions in England before Christmas, after warnings that hospitalisations could peak at up to 10,000 a day without further action. 

    Speaking on the BBC's Andrew Marr Show, Javid acknowledged that the data on Omicron remained incomplete - but suggested it might be necessary to make decisions before a full picture is available

    Continue reading...", + "content": "

    The UK health secretary refused to rule out imposing tougher Covid restrictions in England before Christmas, after warnings that hospitalisations could peak at up to 10,000 a day without further action. 

    Speaking on the BBC's Andrew Marr Show, Javid acknowledged that the data on Omicron remained incomplete - but suggested it might be necessary to make decisions before a full picture is available

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/19/sajid-javid-further-covid-restrictions-christmas-video", + "creator": "", + "pubDate": "2021-12-19T12:21:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200504,16 +226153,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b79afe3e23e82d7df1b987015226db98" + "hash": "b52848e81c1773344ec82bf93aea5c99" }, { - "title": "‘It’s so liberating’: India’s first salon run by transgender men", - "description": "

    Founder Aryan Pasha wants La Beauté & Style to be an inclusive and comfortable space, as well as tackle prejudice and provide employment

    The beauty treatments listed at the new La Beauté & Style salon are much the same as those offered by the dozen or so other parlours that dot the traffic-heavy Dilshad Extension area of Ghaziabad, 17 miles (28km) east of Delhi. But that is where the similarity ends.

    The wall behind the reception desk is painted in rainbow colours; a mural of a trans man with flowing multicoloured locks decorates another wall; a woman wearing a sari is having her eyebrows plucked next to a trans man who is telling a stylist how he would like his hair cut.

    Continue reading...", - "content": "

    Founder Aryan Pasha wants La Beauté & Style to be an inclusive and comfortable space, as well as tackle prejudice and provide employment

    The beauty treatments listed at the new La Beauté & Style salon are much the same as those offered by the dozen or so other parlours that dot the traffic-heavy Dilshad Extension area of Ghaziabad, 17 miles (28km) east of Delhi. But that is where the similarity ends.

    The wall behind the reception desk is painted in rainbow colours; a mural of a trans man with flowing multicoloured locks decorates another wall; a woman wearing a sari is having her eyebrows plucked next to a trans man who is telling a stylist how he would like his hair cut.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/24/india-first-salon-run-by-transgender-men", - "creator": "Neeta Lal", - "pubDate": "2021-12-24T10:00:22Z", + "title": "Sadiq Khan declares ‘major incident’ over Covid surge in London – video", + "description": "

    The London mayor, Sadiq Khan, has declared a ‘major incident’ to help the capital’s hospitals cope with a surge in Covid-19 cases caused by the fast-spreading Omicron variant.

    Khan said the step would allow for closer coordination between different public agencies, after the UK reported the largest 24-hour rise in new cases since the pandemic began

    Continue reading...", + "content": "

    The London mayor, Sadiq Khan, has declared a ‘major incident’ to help the capital’s hospitals cope with a surge in Covid-19 cases caused by the fast-spreading Omicron variant.

    Khan said the step would allow for closer coordination between different public agencies, after the UK reported the largest 24-hour rise in new cases since the pandemic began

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/politics/video/2021/dec/18/sadiq-khan-declares-major-incident-over-covid-surge-in-london-video", + "creator": "", + "pubDate": "2021-12-18T16:51:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200525,16 +226174,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52b955df8554b2e4f0178555f4b181b3" + "hash": "884e932b38f70f9d5b6ff20327a667a1" }, { - "title": "Lebanon faces ‘depressing’ Christmas as internet crisis stops festive calls", - "description": "

    With telecoms barely working, a plunging currency and young people emigrating, it’s a bleak Christmas for weary Lebanese

    In Lebanon’s year of loss and deprivation, simple pleasures have steadily drained away along with its fortunes. But amid a crisis renowned for breaking new ground, few Lebanese had thought their ability to stay in touch was at risk – until a pre-Christmas warning sent shudders through the country.

    The telecommunications minister, Johnny Corm, warned this week that a lack of funds and fuel could soon see Lebanon’s already struggling internet grind to a halt, making festive calls and messages even trickier than usual – and a financial and social disintegration like no other even more acute.

    Continue reading...", - "content": "

    With telecoms barely working, a plunging currency and young people emigrating, it’s a bleak Christmas for weary Lebanese

    In Lebanon’s year of loss and deprivation, simple pleasures have steadily drained away along with its fortunes. But amid a crisis renowned for breaking new ground, few Lebanese had thought their ability to stay in touch was at risk – until a pre-Christmas warning sent shudders through the country.

    The telecommunications minister, Johnny Corm, warned this week that a lack of funds and fuel could soon see Lebanon’s already struggling internet grind to a halt, making festive calls and messages even trickier than usual – and a financial and social disintegration like no other even more acute.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/24/lebanon-faces-depressing-christmas-as-internet-crisis-stops-festive-calls", - "creator": "Martin Chulov", - "pubDate": "2021-12-24T08:00:20Z", + "title": "How white mobs firebombed homes and decimated a Black community in Illinois – video", + "description": "

    This is the final episode of Red Summers, a 360 video series by artist Bayeté Ross Smith covering the untold American history of racial terrorism. 

    After the first world war, Black laborers moved to northern towns like East St Louis, Illinois, trying to escape Jim Crow in the south. In 1917, members of the White American Federation of Labor went on strike – and the company responded by hiring Black workers. 

    Angry white workers began attacking Black people in the city. Eventually this leads to white mobs firebombing houses with Black families inside, while others outside waited to shoot and kill them. Historians estimate between 39 and 150 Black people were killed in the East St Louis riots.

    Just months later, another race riot in Houston broke out after member of the all-white Houston police department arrested a high-ranking soldier in an all-Black army regiment – a group that had recently returned from war. Only the Black soldiers were penalized

    Continue reading...", + "content": "

    This is the final episode of Red Summers, a 360 video series by artist Bayeté Ross Smith covering the untold American history of racial terrorism. 

    After the first world war, Black laborers moved to northern towns like East St Louis, Illinois, trying to escape Jim Crow in the south. In 1917, members of the White American Federation of Labor went on strike – and the company responded by hiring Black workers. 

    Angry white workers began attacking Black people in the city. Eventually this leads to white mobs firebombing houses with Black families inside, while others outside waited to shoot and kill them. Historians estimate between 39 and 150 Black people were killed in the East St Louis riots.

    Just months later, another race riot in Houston broke out after member of the all-white Houston police department arrested a high-ranking soldier in an all-Black army regiment – a group that had recently returned from war. Only the Black soldiers were penalized

    Continue reading...", + "category": "Tulsa race massacre", + "link": "https://www.theguardian.com/us-news/video/2021/dec/18/how-white-mobs-firebombed-homes-and-decimated-a-black-community-in-illinois-video", + "creator": "Bayeté Ross Smith", + "pubDate": "2021-12-18T10:00:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200546,16 +226195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f10af3a5f9d78b30d1e7da99c11fed6" + "hash": "3d4b48537da1d934d4440a34d579acdc" }, { - "title": "Tensions are rising about pandemic modelling, but we ‘gloomsters’ are saving lives", - "description": "

    Scientists are often blamed for leading to excessive curbs on society. But they are cautious for a very good reason

    The past week has seen tensions rising about scientific modelling during the pandemic. Projections cited by UK and devolved governments as they tightened Covid restrictions have led to strained exchanges. But modelling is essential because it tell us:

    • What are the range of possible outcomes based on what we know?
    Society can’t just wait for things to happen. We can and do save lives by being prepared for a range of things, only some of which happen. As information increases, the model improves, and the range of outcomes narrows as scenarios are eliminated.

    Continue reading...", - "content": "

    Scientists are often blamed for leading to excessive curbs on society. But they are cautious for a very good reason

    The past week has seen tensions rising about scientific modelling during the pandemic. Projections cited by UK and devolved governments as they tightened Covid restrictions have led to strained exchanges. But modelling is essential because it tell us:

    • What are the range of possible outcomes based on what we know?
    Society can’t just wait for things to happen. We can and do save lives by being prepared for a range of things, only some of which happen. As information increases, the model improves, and the range of outcomes narrows as scenarios are eliminated.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/commentisfree/2021/dec/26/tensions-are-rising-about-pandemic-modelling-but-we-gloomsters-are-saving-lives", - "creator": "James H Naismith", - "pubDate": "2021-12-26T07:15:16Z", + "title": "Raab says PM and staff’s garden gathering was within lockdown rules", + "description": "

    Minister says other offices would have been doing the same, in defence that appears to differ from No 10’s line

    A photograph of Boris Johnson, his wife and up to 17 staff in the Downing Street garden during the first lockdown shows people “having a drink after a busy set of work meetings” and acting entirely within the rules of the time, Dominic Raab has said.

    Other workplaces would have done the same during this period and this would not have breached any rules, the justice secretary argued.

    Continue reading...", + "content": "

    Minister says other offices would have been doing the same, in defence that appears to differ from No 10’s line

    A photograph of Boris Johnson, his wife and up to 17 staff in the Downing Street garden during the first lockdown shows people “having a drink after a busy set of work meetings” and acting entirely within the rules of the time, Dominic Raab has said.

    Other workplaces would have done the same during this period and this would not have breached any rules, the justice secretary argued.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/20/raab-says-pm-and-staffs-garden-gathering-was-within-lockdown-rules", + "creator": "Peter Walker Political correspondent", + "pubDate": "2021-12-20T09:30:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200567,16 +226216,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14e01371f8f11f29cd6abd6af3c6193c" + "hash": "e5fdfe26e329919a6c4f8a9613c02875" }, { - "title": "Donald Trump could face charges for trying to obstruct certification of election, legal experts say", - "description": "

    Analysis: charges could be well founded given Trump’s incendiary remarks to a rally before the Capitol attack and aggressive pressuring of officials

    Expectation is growing that Donald Trump might face charges for trying to obstruct Congress from certifying Joe Biden’s election this year as a House panel collects more evidence into the 6 January attack on the Capitol, former prosecutors and other experts say.

    Speculation about possible charges against the former US president has been heightened by a recent rhetorical bombshell from Republican representative and 6 January panel vice-chair Liz Cheney suggesting the House panel is looking at whether Trump broke a law that bars obstruction of “official proceedings”.

    Continue reading...", - "content": "

    Analysis: charges could be well founded given Trump’s incendiary remarks to a rally before the Capitol attack and aggressive pressuring of officials

    Expectation is growing that Donald Trump might face charges for trying to obstruct Congress from certifying Joe Biden’s election this year as a House panel collects more evidence into the 6 January attack on the Capitol, former prosecutors and other experts say.

    Speculation about possible charges against the former US president has been heightened by a recent rhetorical bombshell from Republican representative and 6 January panel vice-chair Liz Cheney suggesting the House panel is looking at whether Trump broke a law that bars obstruction of “official proceedings”.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2021/dec/24/donald-trump-charges-capitol-attack-obstruct-congress", - "creator": "Peter Stone in Washington DC", - "pubDate": "2021-12-24T07:00:18Z", + "title": "UN-backed investigator into possible Yemen war crimes targeted by spyware", + "description": "

    Exclusive: Analysis of Kamel Jendoubi’s mobile phone reveals he was targeted in August 2019

    The mobile phone of a UN-backed investigator who was examining possible war crimes in Yemen was targeted with spyware made by Israel’s NSO Group, a new forensic analysis of the device has revealed.

    Kamel Jendoubi, a Tunisian who served as the chairman of the now defunct Group of Eminent Experts in Yemen (GEE)– a panel mandated by the UN to investigate possible war crimes – was targeted in August 2019, according to an analysis of his mobile phone by experts at Amnesty International and the Citizen Lab at the University of Toronto.

    Continue reading...", + "content": "

    Exclusive: Analysis of Kamel Jendoubi’s mobile phone reveals he was targeted in August 2019

    The mobile phone of a UN-backed investigator who was examining possible war crimes in Yemen was targeted with spyware made by Israel’s NSO Group, a new forensic analysis of the device has revealed.

    Kamel Jendoubi, a Tunisian who served as the chairman of the now defunct Group of Eminent Experts in Yemen (GEE)– a panel mandated by the UN to investigate possible war crimes – was targeted in August 2019, according to an analysis of his mobile phone by experts at Amnesty International and the Citizen Lab at the University of Toronto.

    Continue reading...", + "category": "United Nations", + "link": "https://www.theguardian.com/world/2021/dec/20/un-backed-investigator-into-possible-yemen-war-crimes-targeted-by-spyware", + "creator": "Stephanie Kirchgaessner in Washington", + "pubDate": "2021-12-20T05:00:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200588,16 +226237,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "29f8cb4db2dd8eeed1dee832a28a3b79" + "hash": "94a1c294d173c5d540c9df9479ba46fb" }, { - "title": "Why Putin is acting like a man who has run out of time", - "description": "

    Analysis: As Ukraine drifts from the control he desires, disdain for potential negotiating partners leaves the option of force

    Vladimir Putin has deployed his troops to the border with Ukraine, delivered impossible demands on Europe and appears ready to launch a new offensive to establish his domination over Kyiv.

    Putin is said to feel a “historical mission” to reverse Ukraine’s drift towards the west, despite his own role in creating a rift by annexing Crimea and fuelling a war in Ukraine’s south-east. But his current fast pace raises questions of why he appears to feel the moment to act is now, as if he is running out of time.

    Continue reading...", - "content": "

    Analysis: As Ukraine drifts from the control he desires, disdain for potential negotiating partners leaves the option of force

    Vladimir Putin has deployed his troops to the border with Ukraine, delivered impossible demands on Europe and appears ready to launch a new offensive to establish his domination over Kyiv.

    Putin is said to feel a “historical mission” to reverse Ukraine’s drift towards the west, despite his own role in creating a rift by annexing Crimea and fuelling a war in Ukraine’s south-east. But his current fast pace raises questions of why he appears to feel the moment to act is now, as if he is running out of time.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/23/vladimir-putin-russian-president-ukraine-analysis", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-12-23T17:40:09Z", + "title": "Leftwinger to become Chile’s youngest president after beating far-right rival", + "description": "

    Former student leader Gabriel Boric claims 55.8% of votes counted to defeat far-right opponent José Antonio Kast

    Gabriel Boric, a leftist former student leader, will become Chile’s youngest president after storming to a resounding victory in a run-off vote against his ultra-conservative far-right opponent, José Antonio Kast.

    With nearly 97% of the vote counted, the 35-year-old claimed 55.8% to take a 12 percentage point lead over Kast, who quickly accepted his defeat and called Boric to congratulate him.

    Continue reading...", + "content": "

    Former student leader Gabriel Boric claims 55.8% of votes counted to defeat far-right opponent José Antonio Kast

    Gabriel Boric, a leftist former student leader, will become Chile’s youngest president after storming to a resounding victory in a run-off vote against his ultra-conservative far-right opponent, José Antonio Kast.

    With nearly 97% of the vote counted, the 35-year-old claimed 55.8% to take a 12 percentage point lead over Kast, who quickly accepted his defeat and called Boric to congratulate him.

    Continue reading...", + "category": "Chile", + "link": "https://www.theguardian.com/world/2021/dec/19/leftist-gabriel-boric-elected-as-chiles-president", + "creator": "John Bartlett in Santiago", + "pubDate": "2021-12-20T08:54:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200609,16 +226258,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4acb1f538ba521fe5ce619b12051eb92" + "hash": "ddf7ec06ac124a55f059b9fe30233c05" }, { - "title": "Good news is Omicron may be less severe, bad news is it’s surging faster", - "description": "

    Analysis: smaller proportion of people hospitalised with Covid variant means little when rise in infections is so huge, warn experts

    Evidence that infections caused by Omicron may be less severe than other Covid variants is good news but is likely to make little or no difference to the duration of the pandemic, according to experts.

    Several pieces of research published this week suggest that people infected with Omicron are much less likely to require hospitalisation.

    Continue reading...", - "content": "

    Analysis: smaller proportion of people hospitalised with Covid variant means little when rise in infections is so huge, warn experts

    Evidence that infections caused by Omicron may be less severe than other Covid variants is good news but is likely to make little or no difference to the duration of the pandemic, according to experts.

    Several pieces of research published this week suggest that people infected with Omicron are much less likely to require hospitalisation.

    Continue reading...", - "category": "Omicron variant", - "link": "https://www.theguardian.com/world/2021/dec/23/good-news-is-omicron-may-be-less-severe-bad-news-its-surging-faster", - "creator": "Richard Adams", - "pubDate": "2021-12-23T17:13:23Z", + "title": "Coronavirus news live: Thailand to consider ending quarantine-free travel; EU set to back Novavax vaccine", + "description": "

    Bangkok considering reinstating mandatory quarantine due to spread of Omicron; EU’s drug regulator will decide on whether to approve Novavax

    Thailand’s public health minister said on Monday that his ministry will propose reinstating mandatory quarantine for foreign visitors due to concerns over the spread of the Omicron variant.

    The proposal would scrap the current quarantine waiver for vaccinated visitors and revert to hotel quarantine and the “sandbox” programme, which allows free movement within a specific location, Anutin Charnvirakul told the Inside Thailand television show.

    Continue reading...", + "content": "

    Bangkok considering reinstating mandatory quarantine due to spread of Omicron; EU’s drug regulator will decide on whether to approve Novavax

    Thailand’s public health minister said on Monday that his ministry will propose reinstating mandatory quarantine for foreign visitors due to concerns over the spread of the Omicron variant.

    The proposal would scrap the current quarantine waiver for vaccinated visitors and revert to hotel quarantine and the “sandbox” programme, which allows free movement within a specific location, Anutin Charnvirakul told the Inside Thailand television show.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/20/covid-news-live-omicron-raging-around-the-world-fauci-says-belgian-protests-turn-violent", + "creator": "Charlie Moloney(now) and Samantha Lock(earlier)", + "pubDate": "2021-12-20T09:25:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200630,16 +226279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eaef69ebcf062e543df31e46f9ce2ef6" + "hash": "8f88e915b43cc159c1de411587b8c4df" }, { - "title": "'A generous, wonderful life': tributes pour in for Archbishop Desmond Tutu – video", - "description": "

    Leaders around the world have paid tribute to Archbishop Desmond Tutu, the cleric, social activist and giant of South Africa’s struggle against apartheid, who died on Sunday aged 90.

    Residents of Cape Town and the Soweto township in Johannesburg also described their feelings about 'the arch' who has been described as the moral conscience of his nation

    Continue reading...", - "content": "

    Leaders around the world have paid tribute to Archbishop Desmond Tutu, the cleric, social activist and giant of South Africa’s struggle against apartheid, who died on Sunday aged 90.

    Residents of Cape Town and the Soweto township in Johannesburg also described their feelings about 'the arch' who has been described as the moral conscience of his nation

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/video/2021/dec/26/a-generous-wonderful-life-tributes-pour-in-for-archbishop-desmond-tutu-video", - "creator": "", - "pubDate": "2021-12-26T17:02:18Z", + "title": "Pro-Beijing candidates sweep Hong Kong ‘patriots’-only elections", + "description": "

    Legislative elections marred by record low turnout following crackdown on political dissent

    Pro-Beijing candidates will occupy nearly every seat in Hong Kong’s new legislature, after party loyalists swept the first elections under a revamp by Beijing ensuring that only “patriots” could run for office.

    The elections were marred by record low voter turnout that observers say signal a general political apathy in the city, 18 months since authorities began a crackdown on political dissent in the name of national security.

    Continue reading...", + "content": "

    Legislative elections marred by record low turnout following crackdown on political dissent

    Pro-Beijing candidates will occupy nearly every seat in Hong Kong’s new legislature, after party loyalists swept the first elections under a revamp by Beijing ensuring that only “patriots” could run for office.

    The elections were marred by record low voter turnout that observers say signal a general political apathy in the city, 18 months since authorities began a crackdown on political dissent in the name of national security.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/20/pro-beijing-candidates-sweep-hong-kong-patriots-only-elections", + "creator": "Rhoda Kwan with agencies", + "pubDate": "2021-12-20T05:22:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200651,16 +226300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27dc7d6baf614d9fa0e4fe37b05d7eb2" + "hash": "4e591f0b7bd8e1d48a304b0e3cb154f6" }, { - "title": "'He loved, he laughed, he cried': Desmond Tutu: in his own words – video obituary", - "description": "

    Archbishop emeritus Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90. Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Excitable, emotional and charismatic, Tutu won the Nobel peace prize in 1984 and chaired the Truth and Reconciliation Commission (TRC), the controversial and emotional hearings into apartheid-era human rights abuses. This is his life, in his own words

    Continue reading...", - "content": "

    Archbishop emeritus Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90. Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Excitable, emotional and charismatic, Tutu won the Nobel peace prize in 1984 and chaired the Truth and Reconciliation Commission (TRC), the controversial and emotional hearings into apartheid-era human rights abuses. This is his life, in his own words

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/video/2021/dec/26/desmond-tutu-in-his-own-words-video-obituary", - "creator": "", - "pubDate": "2021-12-26T12:58:37Z", + "title": "Peng Shuai appearance fails to address concerns for her wellbeing, says WTA", + "description": "
    • Peng retracts sexual assault claims in first foreign media interview
    • Women’s tennis governing body still wants ‘full and fair’ investigation'

    The Women’s Tennis Association has reiterated its call for an investigation into the welfare of Peng Shuai and said a public appearance by the Chinese star on Sunday still did not address its concerns about her wellbeing.

    On Sunday Peng said a message she had posted on Weibo, China’s Twitter-like platform, in early November in which she accused the former vice-premier Zhang Gaoli of sexual assault had been “misunderstood”.

    Continue reading...", + "content": "
    • Peng retracts sexual assault claims in first foreign media interview
    • Women’s tennis governing body still wants ‘full and fair’ investigation'

    The Women’s Tennis Association has reiterated its call for an investigation into the welfare of Peng Shuai and said a public appearance by the Chinese star on Sunday still did not address its concerns about her wellbeing.

    On Sunday Peng said a message she had posted on Weibo, China’s Twitter-like platform, in early November in which she accused the former vice-premier Zhang Gaoli of sexual assault had been “misunderstood”.

    Continue reading...", + "category": "Peng Shuai", + "link": "https://www.theguardian.com/sport/2021/dec/20/peng-shuai-appearance-fails-to-address-concerns-for-tennis-stars-wellbeing-says-wta", + "creator": "Rhoda Kwan in Taipei and agencies", + "pubDate": "2021-12-20T06:58:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200672,16 +226321,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a89dec9f2ef081e0baa5b02cea78327f" + "hash": "cd8b86b3b4f3ed7d0007d46043aa36cd" }, { - "title": "Archbishop Desmond Tutu: a life in pictures", - "description": "

    Described as South Africa’s moral compass, Desmond Tutu, the anti-apartheid Nobel peace prize-winning activist for racial justice and LGBT rights, and retired Anglican archbishop of Cape Town, has died aged 90. An uncompromising foe of apartheid, Tutu worked tirelessly but non-violently for its downfall

    Continue reading...", - "content": "

    Described as South Africa’s moral compass, Desmond Tutu, the anti-apartheid Nobel peace prize-winning activist for racial justice and LGBT rights, and retired Anglican archbishop of Cape Town, has died aged 90. An uncompromising foe of apartheid, Tutu worked tirelessly but non-violently for its downfall

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/gallery/2021/dec/26/archbishop-desmond-tutu-a-life-in-pictures", - "creator": "", - "pubDate": "2021-12-26T12:05:52Z", + "title": "‘We need free speech’: protests erupt across Poland over controversial media bill", + "description": "

    The bill, yet to be signed into law, would tighten rules around foreign ownership of media

    Poles have staged nationwide protests including a thousands-strong rally outside the presidential palace to demand the head of state veto a law they say would limit media freedoms in the European Union’s largest eastern member.

    Unexpectedly rushed through parliament on Friday, the legislation would tighten rules around foreign ownership of media, specifically affecting the ability of news channel TVN24, owned by US media company Discovery Inc, to operate.

    Continue reading...", + "content": "

    The bill, yet to be signed into law, would tighten rules around foreign ownership of media

    Poles have staged nationwide protests including a thousands-strong rally outside the presidential palace to demand the head of state veto a law they say would limit media freedoms in the European Union’s largest eastern member.

    Unexpectedly rushed through parliament on Friday, the legislation would tighten rules around foreign ownership of media, specifically affecting the ability of news channel TVN24, owned by US media company Discovery Inc, to operate.

    Continue reading...", + "category": "Poland", + "link": "https://www.theguardian.com/world/2021/dec/20/we-need-free-speech-protests-erupt-across-poland-over-controversial-media-bill", + "creator": "Guardian staff with agencies", + "pubDate": "2021-12-20T02:29:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200693,16 +226342,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6fc56334ac4a26218927fb19e57626d" + "hash": "00474a0d5bac1adfe38d73e89dfb244e" }, { - "title": "Nothing but net: Third grade teacher makes full court shot – video", - "description": "

    A group of students in Washington DC watch as their teacher, Kathleen Fitzpatrick, cooly makes a basketball shot from across the court. Fitzpatrick, known as 'Ms Fitz' to her students, had promised hot chocolates for all if she made the shot

    Continue reading...", - "content": "

    A group of students in Washington DC watch as their teacher, Kathleen Fitzpatrick, cooly makes a basketball shot from across the court. Fitzpatrick, known as 'Ms Fitz' to her students, had promised hot chocolates for all if she made the shot

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/video/2021/dec/24/nothing-but-net-third-grade-teacher-makes-full-court-shot-video", - "creator": "", - "pubDate": "2021-12-24T16:27:57Z", + "title": "Women stage global fast to pressure UK over Nazanin Zagari-Ratcliffe", + "description": "

    Participants in women’s fasting relay will demand Boris Johnson repay £400m to Iran for 1970s arms deal

    Women around the world will take turns to fast for 24 hours in an attempt to put pressure on the UK government to secure the freedom of Nazanin Zaghari-Ratcliffe from detention in Iran.

    The campaign by FiLiA, a female-led volunteer organisation working for the liberation of women, follows the 21-day hunger strike Nazanin’s husband, Richard Ratcliffe, mounted outside the Foreign Office in London until mid-November.

    Continue reading...", + "content": "

    Participants in women’s fasting relay will demand Boris Johnson repay £400m to Iran for 1970s arms deal

    Women around the world will take turns to fast for 24 hours in an attempt to put pressure on the UK government to secure the freedom of Nazanin Zaghari-Ratcliffe from detention in Iran.

    The campaign by FiLiA, a female-led volunteer organisation working for the liberation of women, follows the 21-day hunger strike Nazanin’s husband, Richard Ratcliffe, mounted outside the Foreign Office in London until mid-November.

    Continue reading...", + "category": "Nazanin Zaghari-Ratcliffe", + "link": "https://www.theguardian.com/news/2021/dec/20/women-stage-global-fast-to-pressure-uk-over-nazanin-zagari-ratcliffe", + "creator": "David Batty", + "pubDate": "2021-12-20T06:00:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200714,16 +226363,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "42153cf2b562380438919b281f24fb13" + "hash": "b15e0b6eb962fcad935707452eb8bed8" }, { - "title": "Bangladesh: dozens dead after fire sweeps through ferry – video", - "description": "

    At least 39 people have been killed and 70 injured after a fire ripped through a crowded river ferry in Bangladesh.

    The blaze began in the engine room of the ferry in the early hours of Friday morning, officials said, but the cause was not immediately clear. It took 15 fire engines two hours to get it under control.

    People were forced to jump from the vessel, which was carrying about 800 passengers, into the freezing river water to escape

    Continue reading...", - "content": "

    At least 39 people have been killed and 70 injured after a fire ripped through a crowded river ferry in Bangladesh.

    The blaze began in the engine room of the ferry in the early hours of Friday morning, officials said, but the cause was not immediately clear. It took 15 fire engines two hours to get it under control.

    People were forced to jump from the vessel, which was carrying about 800 passengers, into the freezing river water to escape

    Continue reading...", - "category": "Bangladesh", - "link": "https://www.theguardian.com/world/video/2021/dec/24/bangladesh-dozens-dead-after-fire-sweeps-through-ferry-video", - "creator": "", - "pubDate": "2021-12-24T14:49:50Z", + "title": "‘Peeing is very easy’: Japanese billionaire returns to Earth after documenting life on ISS", + "description": "

    Yusaku Maezawa spent 12 days at the space station, marking Russia’s return to space tourism after a decade-long pause

    A Japanese billionaire has returned to Earth after 12 days spent on the International Space Station, where he made videos about performing mundane tasks in space including brushing his teeth and going to the toilet.

    Online fashion tycoon Yusaku Maezawa and his assistant Yozo Hirano parachuted on to Kazakhstan’s steppe at around the expected landing time of 03.13 GMT on Monday, along with Russian cosmonaut Alexander Misurkin, Russia’s space agency said.

    Continue reading...", + "content": "

    Yusaku Maezawa spent 12 days at the space station, marking Russia’s return to space tourism after a decade-long pause

    A Japanese billionaire has returned to Earth after 12 days spent on the International Space Station, where he made videos about performing mundane tasks in space including brushing his teeth and going to the toilet.

    Online fashion tycoon Yusaku Maezawa and his assistant Yozo Hirano parachuted on to Kazakhstan’s steppe at around the expected landing time of 03.13 GMT on Monday, along with Russian cosmonaut Alexander Misurkin, Russia’s space agency said.

    Continue reading...", + "category": "International Space Station", + "link": "https://www.theguardian.com/science/2021/dec/20/peeing-is-very-easy-japanese-billionaire-returns-to-earth-after-documenting-life-on-iss", + "creator": "Agence France-Presse", + "pubDate": "2021-12-20T04:44:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200735,16 +226384,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa08fa9d8fd61b8c0b41916b9275271" + "hash": "726a0dfe7572356445654e90d7072ba7" }, { - "title": "'They keep telling us: war, war, war': Putin accuses west of expanding towards Russia – video", - "description": "

    Vladimir Putin has accused the west of 'coming with its missiles to our doorstep' as he reiterated demands for no further Nato expansion in Europe. 'They keep telling us: war, war, war,' Putin said on Thursday.

    The Russian president did little to reduce tensions over Ukraine as he spoke at a televised press conference, saying he would be prepared to launch an intervention if he felt Ukraine or its western allies were preparing an attack on Russia’s proxies in the country

    Continue reading...", - "content": "

    Vladimir Putin has accused the west of 'coming with its missiles to our doorstep' as he reiterated demands for no further Nato expansion in Europe. 'They keep telling us: war, war, war,' Putin said on Thursday.

    The Russian president did little to reduce tensions over Ukraine as he spoke at a televised press conference, saying he would be prepared to launch an intervention if he felt Ukraine or its western allies were preparing an attack on Russia’s proxies in the country

    Continue reading...", - "category": "Vladimir Putin", - "link": "https://www.theguardian.com/world/video/2021/dec/23/they-keep-telling-us-war-war-war-putin-accuses-west-of-expanding-towards-russia-video", - "creator": "", - "pubDate": "2021-12-23T16:58:04Z", + "title": "Contact with nature in cities reduces loneliness, study shows", + "description": "

    Loneliness is significant mental health concern and can raise risk of death by 45%, say scientists

    Contact with nature in cities significantly reduces feelings of loneliness, according to a team of scientists.

    Loneliness is a major public health concern, their research shows, and can raise a person’s risk of death by 45% – more than air pollution, obesity or alcohol abuse.

    Continue reading...", + "content": "

    Loneliness is significant mental health concern and can raise risk of death by 45%, say scientists

    Contact with nature in cities significantly reduces feelings of loneliness, according to a team of scientists.

    Loneliness is a major public health concern, their research shows, and can raise a person’s risk of death by 45% – more than air pollution, obesity or alcohol abuse.

    Continue reading...", + "category": "Loneliness", + "link": "https://www.theguardian.com/society/2021/dec/20/contact-with-nature-cities-reduces-loneliness-study-mental-health", + "creator": "Damian Carrington Environment editor", + "pubDate": "2021-12-20T10:00:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200756,16 +226405,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78db6143d0bb8cd7240efb5db500aa18" + "hash": "01a19d92849b0964533b1dcb75e65f26" }, { - "title": "Anti-apartheid hero Archbishop Desmond Tutu dies aged 90", - "description": "

    The Nobel laureate, often described as South Africa’s moral conscience, died on Boxing Day in Cape Town

    Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90.

    Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Continue reading...", - "content": "

    The Nobel laureate, often described as South Africa’s moral conscience, died on Boxing Day in Cape Town

    Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90.

    Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/2021/dec/26/archbishop-desmond-tutu-giant-in-fight-against-apartheid-south-africa-dies-at-90", - "creator": "Jason Burke in Cape Town", - "pubDate": "2021-12-26T08:01:30Z", + "title": "The science is clear: the case for more Covid restrictions is overwhelming", + "description": "

    Analysis: Omicron studies so far have been rapid first takes, but the message for England is loud and clear

    For a variant that came to light less than a month ago, the evidence for Omicron’s potential to wreak havoc has mounted at breakneck speed. What studies have emerged are rapid first takes, but the message they convey is now loud and clear: the scientific case for more restrictions is overwhelming. Without hard and swift action to curb transmission, the NHS faces a battering.

    The first red flag came in late November when scientists in southern Africa shared early genomes of what became known as Omicron. Soon after they landed, Tom Peacock, a virologist at Imperial College London, highlighted the “awful” mutations that marked it out as a fast-spreading, vaccine-dodging variant. On receiving a text about Peacock’s tweet, Dr Susan Hopkins, the chief medical adviser to the UK Health Security Agency (UKHSA), conceded it filled her with gloom.

    Continue reading...", + "content": "

    Analysis: Omicron studies so far have been rapid first takes, but the message for England is loud and clear

    For a variant that came to light less than a month ago, the evidence for Omicron’s potential to wreak havoc has mounted at breakneck speed. What studies have emerged are rapid first takes, but the message they convey is now loud and clear: the scientific case for more restrictions is overwhelming. Without hard and swift action to curb transmission, the NHS faces a battering.

    The first red flag came in late November when scientists in southern Africa shared early genomes of what became known as Omicron. Soon after they landed, Tom Peacock, a virologist at Imperial College London, highlighted the “awful” mutations that marked it out as a fast-spreading, vaccine-dodging variant. On receiving a text about Peacock’s tweet, Dr Susan Hopkins, the chief medical adviser to the UK Health Security Agency (UKHSA), conceded it filled her with gloom.

    Continue reading...", + "category": "Health policy", + "link": "https://www.theguardian.com/politics/2021/dec/19/science-clear-case-more-covid-restrictions-overwhelming", + "creator": "Ian Sample Science editor", + "pubDate": "2021-12-19T15:50:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200777,16 +226426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "47a1b164490f819b29a9a5e316e82419" + "hash": "01a840b8744d7a74a04562b2810ddd60" }, { - "title": "China replaces Xinjiang party boss associated with Uyghur crackdown", - "description": "

    It is not known if Chen Quanguo’s replacement by Guangdong governor Ma Xingrui signals fresh approach

    China has replaced the Communist party official widely associated with a security crackdown targeting ethnic Uyghurs and other Muslims in the far-west region of Xinjiang.

    The state-owned Xinhua news agency said in a brief announcement on Saturday that Ma Xingrui, the governor of the coastal economic powerhouse Guangdong province since 2017, had replaced Chen Quanguo as the Xinjiang party chief. Chen will move to another role.

    Continue reading...", - "content": "

    It is not known if Chen Quanguo’s replacement by Guangdong governor Ma Xingrui signals fresh approach

    China has replaced the Communist party official widely associated with a security crackdown targeting ethnic Uyghurs and other Muslims in the far-west region of Xinjiang.

    The state-owned Xinhua news agency said in a brief announcement on Saturday that Ma Xingrui, the governor of the coastal economic powerhouse Guangdong province since 2017, had replaced Chen Quanguo as the Xinjiang party chief. Chen will move to another role.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/26/china-replaces-xinjiang-party-boss-associated-uyghur-crackdown", - "creator": "Vincent Ni China affairs correspondent", - "pubDate": "2021-12-26T13:08:47Z", + "title": "New York reports 22,000 new Covid cases – but hospitals say they can cope", + "description": "

    Omicron surge leads to event cancellations and lines at testing sites but health system not yet under serious strain

    New York state reported on Saturday that nearly 22,000 people tested positive for Covid-19 on Friday – eclipsing Thursday for the highest single-day total for new cases since testing became widely available. Amid fears over the new Omicron variant of the coronavirus, more than half of the positive results were in the city.

    The Rockettes on Friday canceled remaining performances of the Radio City Christmas Spectacular, citing “increasing challenges from the pandemic”. Saturday Night Live taped without an audience and with reduced crew. Lines at some testing sites stretched around the block and at-home tests remained hard to find or pricier than usual.

    Continue reading...", + "content": "

    Omicron surge leads to event cancellations and lines at testing sites but health system not yet under serious strain

    New York state reported on Saturday that nearly 22,000 people tested positive for Covid-19 on Friday – eclipsing Thursday for the highest single-day total for new cases since testing became widely available. Amid fears over the new Omicron variant of the coronavirus, more than half of the positive results were in the city.

    The Rockettes on Friday canceled remaining performances of the Radio City Christmas Spectacular, citing “increasing challenges from the pandemic”. Saturday Night Live taped without an audience and with reduced crew. Lines at some testing sites stretched around the block and at-home tests remained hard to find or pricier than usual.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2021/dec/19/new-york-22000-new-covid-cases-omicron-testing-hospitals-rockettes-snl", + "creator": "Associated Press in New York", + "pubDate": "2021-12-19T12:22:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200798,16 +226447,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92a49eccb0871353610921ed619b2806" + "hash": "f24821ef593cd22a2f3b6668f9f4f150" }, { - "title": "Mail on Sunday publishers to pay ‘financial remedies’ to Duchess of Sussex", - "description": "

    Newspaper runs front-page statement and 64-word story stating it infringed copyright over letter to father

    Publishers of the Mail on Sunday have agreed to pay “financial remedies” to the Duchess of Sussex, three years after she began a protracted privacy battle over a handwritten letter to her estranged father.

    On Sunday, the newspaper printed a statement at the bottom of its front page telling its readers that the duchess had won her legal case for copyright infringement against Associated Newspapers for articles published in the Mail on Sunday and posted on Mail Online.

    Continue reading...", - "content": "

    Newspaper runs front-page statement and 64-word story stating it infringed copyright over letter to father

    Publishers of the Mail on Sunday have agreed to pay “financial remedies” to the Duchess of Sussex, three years after she began a protracted privacy battle over a handwritten letter to her estranged father.

    On Sunday, the newspaper printed a statement at the bottom of its front page telling its readers that the duchess had won her legal case for copyright infringement against Associated Newspapers for articles published in the Mail on Sunday and posted on Mail Online.

    Continue reading...", - "category": "Mail on Sunday", - "link": "https://www.theguardian.com/media/2021/dec/26/mail-on-sunday-publishers-to-pay-financial-remedies-to-duchess-of-sussex", - "creator": "Mark Brown", - "pubDate": "2021-12-26T14:41:34Z", + "title": "Christmas curbs could be brought in within days, says Sajid Javid", + "description": "

    Health secretary expected to announce whether social mixing will be curtailed over festive period

    Sajid Javid has made clear that fresh Covid restrictions could be imposed before Christmas to slow the spread of the Omicron variant, with ministers set to make a decision in days.

    Government insiders expect an announcement to be made early next week about whether social mixing will be curtailed before the festive period – potentially including a cap on the number of families that can meet, or even hospitality closures.

    Continue reading...", + "content": "

    Health secretary expected to announce whether social mixing will be curtailed over festive period

    Sajid Javid has made clear that fresh Covid restrictions could be imposed before Christmas to slow the spread of the Omicron variant, with ministers set to make a decision in days.

    Government insiders expect an announcement to be made early next week about whether social mixing will be curtailed before the festive period – potentially including a cap on the number of families that can meet, or even hospitality closures.

    Continue reading...", + "category": "Sajid Javid", + "link": "https://www.theguardian.com/politics/2021/dec/19/christmas-curbs-could-be-brought-in-within-days-says-sajid-javid", + "creator": "Heather Stewart and Ian Sample", + "pubDate": "2021-12-19T20:17:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200819,16 +226468,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff9c6072ca29920928425d827393a1c5" + "hash": "53f7eb593317148f784a3a822fe5f725" }, { - "title": "‘Almost unsaleable’: slump in school trips to UK blamed on Brexit", - "description": "

    Groups from the continent are going elsewhere, tour operators say, deterred more by passport and visa rules than the pandemic

    Post-Brexit changes to Britain’s immigration rules have triggered an unprecedented collapse in bookings for school trips from the continent, organisers say, with countries such as Ireland and the Netherlands now more popular than the UK.

    While the pandemic has depressed European school travel in general, the number of short-stay educational visits planned in 2022 to alternative EU destinations where English is widely spoken is significantly higher than inquiries for UK visits.

    Continue reading...", - "content": "

    Groups from the continent are going elsewhere, tour operators say, deterred more by passport and visa rules than the pandemic

    Post-Brexit changes to Britain’s immigration rules have triggered an unprecedented collapse in bookings for school trips from the continent, organisers say, with countries such as Ireland and the Netherlands now more popular than the UK.

    While the pandemic has depressed European school travel in general, the number of short-stay educational visits planned in 2022 to alternative EU destinations where English is widely spoken is significantly higher than inquiries for UK visits.

    Continue reading...", - "category": "School trips", - "link": "https://www.theguardian.com/education/2021/dec/26/school-trips-to-uk-slump-brexit", - "creator": "Jon Henley Europe correspondent", - "pubDate": "2021-12-26T11:41:06Z", + "title": "No tree, no presents and now no TV – was this going to be our worst Christmas ever?", + "description": "

    We had been looking forward to watching unlimited television, but the set was on the blink. Then came a knock at the door …

    On Christmas Eve, a cheque arrived from our father so that our mother could get presents. She laughed bitterly and ripped it up.

    “But what will we thank him for?” cried my sister.

    Continue reading...", + "content": "

    We had been looking forward to watching unlimited television, but the set was on the blink. Then came a knock at the door …

    On Christmas Eve, a cheque arrived from our father so that our mother could get presents. She laughed bitterly and ripped it up.

    “But what will we thank him for?” cried my sister.

    Continue reading...", + "category": "Christmas", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/20/no-tree-no-presents-no-tv-worst-christmas-ever", + "creator": "Nina Stibbe", + "pubDate": "2021-12-20T07:00:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200840,16 +226489,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c0020248b2c587a12dc6e679b835454" + "hash": "534e6e4d75238761635633ade1b5723a" }, { - "title": "Spanish should eat less meat to limit climate crisis, says minister", - "description": "

    Alberto Garzón wants public to recognise impact of megafarms on the environment and change its eating habits

    Eating less meat will play a key role in helping Spain mitigate the effects of the climate emergency, slow the process of desertification, and protect its vital tourism industry, the country’s consumer affairs minister has said.

    Alberto Garzón said people in Spain needed to realise the huge impact that eating meat – particularly beef raised on industrial megafarms – had on the environment, and to change their eating habits accordingly.

    Continue reading...", - "content": "

    Alberto Garzón wants public to recognise impact of megafarms on the environment and change its eating habits

    Eating less meat will play a key role in helping Spain mitigate the effects of the climate emergency, slow the process of desertification, and protect its vital tourism industry, the country’s consumer affairs minister has said.

    Alberto Garzón said people in Spain needed to realise the huge impact that eating meat – particularly beef raised on industrial megafarms – had on the environment, and to change their eating habits accordingly.

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/2021/dec/26/spanish-should-eat-less-meat-to-limit-climate-crisis-says-minister", - "creator": "Sam Jones in Madrid", - "pubDate": "2021-12-26T09:53:07Z", + "title": "A new start after 60: ‘I was a frustrated opera singer – then I found my voice as a man of God’", + "description": "

    When Wesley Rowell realised he was gay, he swapped church for the library, and became a performer. Then, in his seventh decade, he heard the call to join a seminary


    Wesley Rowell hoped to make it as an opera singer. A bass-baritone, he supported his ambitions and auditions with singing jobs in churches in Chicago and New York, and as a luxury salesperson, selling expensive pots of face cream. Then, at 60, he found a different kind of voice – and started seminary at Princeton with a mission to “reclaim God’s queerness”.

    No one was more surprised than Rowell, who is now 61. “If somebody said to me three years ago: ‘You’ll be going to a seminary,’ it would have been a ridiculous joke.” His mother, however, “a very serene, soft” 91-year-old, “just smiled and said: ‘Well, I guess your grandmother was right.’” Rowell’s grandfather was a minister in the African Methodist Episcopal Zion church in the family’s hometown of Fayetteville, North Carolina, and his grandmother had raised the possibility that one of the grandchildren might follow that path.

    Tell us: has your life taken a new direction after the age of 60?

    Continue reading...", + "content": "

    When Wesley Rowell realised he was gay, he swapped church for the library, and became a performer. Then, in his seventh decade, he heard the call to join a seminary


    Wesley Rowell hoped to make it as an opera singer. A bass-baritone, he supported his ambitions and auditions with singing jobs in churches in Chicago and New York, and as a luxury salesperson, selling expensive pots of face cream. Then, at 60, he found a different kind of voice – and started seminary at Princeton with a mission to “reclaim God’s queerness”.

    No one was more surprised than Rowell, who is now 61. “If somebody said to me three years ago: ‘You’ll be going to a seminary,’ it would have been a ridiculous joke.” His mother, however, “a very serene, soft” 91-year-old, “just smiled and said: ‘Well, I guess your grandmother was right.’” Rowell’s grandfather was a minister in the African Methodist Episcopal Zion church in the family’s hometown of Fayetteville, North Carolina, and his grandmother had raised the possibility that one of the grandchildren might follow that path.

    Tell us: has your life taken a new direction after the age of 60?

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/20/a-new-start-after-60-i-was-a-frustrated-opera-singer-then-i-found-my-voice-as-a-man-of-god", + "creator": "Paula Cocozza", + "pubDate": "2021-12-20T06:00:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200861,16 +226510,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd76af9b8e5c5e83bdb239844abf4515" + "hash": "50de9ca22bd7920e7e752c6b7d60d7d6" }, { - "title": "Highland landowner faces legal challenge over right to roam", - "description": "

    Council and Ramblers Association clash with Donald Houston over access route to Ardnamurchan peninsula in western Scotland

    A legal battle has broken out over attempts by a Highland landowner to ban hill-walkers from a path in a major test case over Scotland’s right-to-roam legislation.

    Highland council and the Ramblers Association are challenging an attempt by Donald Houston, a businessman who owns a large area of the Ardnamurchan peninsula on the west coast of Scotland, to shut off a significant and scenic access route.

    Continue reading...", - "content": "

    Council and Ramblers Association clash with Donald Houston over access route to Ardnamurchan peninsula in western Scotland

    A legal battle has broken out over attempts by a Highland landowner to ban hill-walkers from a path in a major test case over Scotland’s right-to-roam legislation.

    Highland council and the Ramblers Association are challenging an attempt by Donald Houston, a businessman who owns a large area of the Ardnamurchan peninsula on the west coast of Scotland, to shut off a significant and scenic access route.

    Continue reading...", - "category": "Scotland", - "link": "https://www.theguardian.com/uk-news/2021/dec/26/highland-landowner-faces-legal-challenge-over-right-to-roam", - "creator": "Severin Carrell Scotland editor", - "pubDate": "2021-12-26T14:22:36Z", + "title": "From Shakira’s boar brawl to Nicki Minaj’s testicle fiasco: the weirdest news stories of 2021", + "description": "

    In another fraught year full of depressing news, animals, celebrities and headline writers kept things wonderfully absurd

    In a year that began with the US Capitol attack, continued with the fall of Afghanistan and is ending with the rapid spread of Omicron, the global news cycle has at times felt overwhelming.

    But while 2021 has been another fraught year, not all the news has been negative. Here are a few of the funniest and weirdest stories and headlines published this year.

    Continue reading...", + "content": "

    In another fraught year full of depressing news, animals, celebrities and headline writers kept things wonderfully absurd

    In a year that began with the US Capitol attack, continued with the fall of Afghanistan and is ending with the rapid spread of Omicron, the global news cycle has at times felt overwhelming.

    But while 2021 has been another fraught year, not all the news has been negative. Here are a few of the funniest and weirdest stories and headlines published this year.

    Continue reading...", + "category": "Media", + "link": "https://www.theguardian.com/media/2021/dec/20/from-shakiras-boar-brawl-to-nicki-minajs-testicle-fiasco-the-weirdest-news-stories-of-2021", + "creator": "Donna Lu", + "pubDate": "2021-12-20T01:01:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200882,16 +226531,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5914583d913733ad32535559a6aebb3" + "hash": "fc08e4b34ea2bb5d4349e3b3cf91c7db" }, { - "title": "UK accused of defending corruption in Libya with election tweet", - "description": "

    British ambassador faces claims of violating diplomatic norms and interfering in internal processes

    Libya’s political crisis has taken on an increasingly international dimension after the UK was accused of defending corruption and interfering in internal processes by calling for the interim government to remain in power pending the rescheduling of delayed elections.

    The country’s first presidential elections, scheduled for 24 December, were indefinitely postponed at the last minute, largely because fierce disagreements over who should be allowed to stand had not been resolved.

    Continue reading...", - "content": "

    British ambassador faces claims of violating diplomatic norms and interfering in internal processes

    Libya’s political crisis has taken on an increasingly international dimension after the UK was accused of defending corruption and interfering in internal processes by calling for the interim government to remain in power pending the rescheduling of delayed elections.

    The country’s first presidential elections, scheduled for 24 December, were indefinitely postponed at the last minute, largely because fierce disagreements over who should be allowed to stand had not been resolved.

    Continue reading...", - "category": "Libya", - "link": "https://www.theguardian.com/world/2021/dec/26/uk-accused-defending-corruption-libya-election-tweet", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-26T15:14:25Z", + "title": "Rhik Samadder tries … mushing: ‘I’ve never known animal joy like it!’", + "description": "

    What a ride! The huskies and I were travelling as one – who knew such magical transport existed? More than anything I’ve tried, this experience has stayed with me

    I have a dream: that dream is to ride a dog like a horse. That isn’t possible. But I’ve heard the next best thing is possible, which is why I’m freezing in a field in Tewkesbury. Gloucestershire may not be Lapland but it’s where you can try mushing, organised by Arctic Quest. Single-handedly charioteering a sled powered by huskies? Sounds like a Christmas miracle to me. I gape in awe, as countless lupine beasts emerge from a trailer, yelping with excitement. It’s a few weeks before Omicron gathers strength, and I’m here for one last shot at feeling free.

    Vickie Pullin – a superb candidate for nominative determinism – set up Arctic Quest, and is a former world champion dog-sledder in four divisions, an achievement never equalled. (You have to be driven to get into husky sledding, ironically.) She has 36 dogs in total, all smaller than I imagined, total cuties with names like Azera, Frappe, Mocha and Cino. It would sound like a sitcom premise, were it not for Pullin’s no-nonsense demeanour. “The blue-eyed, fluffy husky thing? Hollywood PR,” she snorts.

    Continue reading...", + "content": "

    What a ride! The huskies and I were travelling as one – who knew such magical transport existed? More than anything I’ve tried, this experience has stayed with me

    I have a dream: that dream is to ride a dog like a horse. That isn’t possible. But I’ve heard the next best thing is possible, which is why I’m freezing in a field in Tewkesbury. Gloucestershire may not be Lapland but it’s where you can try mushing, organised by Arctic Quest. Single-handedly charioteering a sled powered by huskies? Sounds like a Christmas miracle to me. I gape in awe, as countless lupine beasts emerge from a trailer, yelping with excitement. It’s a few weeks before Omicron gathers strength, and I’m here for one last shot at feeling free.

    Vickie Pullin – a superb candidate for nominative determinism – set up Arctic Quest, and is a former world champion dog-sledder in four divisions, an achievement never equalled. (You have to be driven to get into husky sledding, ironically.) She has 36 dogs in total, all smaller than I imagined, total cuties with names like Azera, Frappe, Mocha and Cino. It would sound like a sitcom premise, were it not for Pullin’s no-nonsense demeanour. “The blue-eyed, fluffy husky thing? Hollywood PR,” she snorts.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/20/rhik-samadder-tries-mushing-ive-never-known-animal-joy-like-it", + "creator": "Rhik Samadder", + "pubDate": "2021-12-20T07:00:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200903,16 +226552,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc2fa2500ff769a2cef9a4671c716ca4" + "hash": "0bd8daf5d5974d5e2ed24f926d28fd96" }, { - "title": "Moroccan opposition leader Mehdi ben Barka was a spy, cold war files suggest", - "description": "

    The activist who was murdered in Paris in 1965 was a hero of the global struggle against imperialism, but files from the Czechoslovak secret service cast doubt on his independence

    It is one of the great causes célèbres of the cold war. At around noon on 29 October 1965, Mehdi ben Barka, a Moroccan opposition leader and hero of the international left, was abducted as he arrived at a brasserie on Paris’s left bank.

    Over the years, much of the truth about the murder of the 46-year-old dissident has emerged: how he was taken to a house south of Paris, tortured and killed by Moroccan intelligence agents. But many of Ben Barka’s activities before his death have remained shrouded in mystery. Now new research in the archives of former Soviet satellite states has revealed that the charismatic intellectual, propagandist and political organiser may also have been a spy.

    Continue reading...", - "content": "

    The activist who was murdered in Paris in 1965 was a hero of the global struggle against imperialism, but files from the Czechoslovak secret service cast doubt on his independence

    It is one of the great causes célèbres of the cold war. At around noon on 29 October 1965, Mehdi ben Barka, a Moroccan opposition leader and hero of the international left, was abducted as he arrived at a brasserie on Paris’s left bank.

    Over the years, much of the truth about the murder of the 46-year-old dissident has emerged: how he was taken to a house south of Paris, tortured and killed by Moroccan intelligence agents. But many of Ben Barka’s activities before his death have remained shrouded in mystery. Now new research in the archives of former Soviet satellite states has revealed that the charismatic intellectual, propagandist and political organiser may also have been a spy.

    Continue reading...", - "category": "Cold war", - "link": "https://www.theguardian.com/world/2021/dec/26/moroccan-opposition-leader-mehdi-ben-barka-was-a-spy-cold-war-files-suggest", - "creator": "Jason Burke", - "pubDate": "2021-12-26T10:00:19Z", + "title": "Failure to create safe routes ‘forcing Afghans to make perilous journeys to UK’", + "description": "

    Afghan resettlement scheme still not up and running four months after fall of Kabul, says Refugee Council

    The UK’s failure to create safe routes for vulnerable Afghans is forcing thousands to make the “gut-wrenching” decision to embark on “perilous, life-threatening journeys” to seek safety in Britain, the Refugee Council has warned.

    Four months since the fall of Kabul to the Taliban in August, causing mass displacement of hundreds of thousands, the government’s Afghan citizens resettlement scheme was not yet up and running, the charity said.

    Continue reading...", + "content": "

    Afghan resettlement scheme still not up and running four months after fall of Kabul, says Refugee Council

    The UK’s failure to create safe routes for vulnerable Afghans is forcing thousands to make the “gut-wrenching” decision to embark on “perilous, life-threatening journeys” to seek safety in Britain, the Refugee Council has warned.

    Four months since the fall of Kabul to the Taliban in August, causing mass displacement of hundreds of thousands, the government’s Afghan citizens resettlement scheme was not yet up and running, the charity said.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/dec/20/failure-create-safe-routes-forcing-afghans-make-perilous-journeys-uk", + "creator": "Caroline Davies", + "pubDate": "2021-12-20T00:01:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200924,16 +226573,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cd4d3e58a896c575e9b9ece82afb4a5" + "hash": "77127a5072a6e97cdffff9efa9c23dcf" }, { - "title": "Large Roman fort built by Caligula discovered near Amsterdam", - "description": "

    Fortified camp for thousands of soldiers thought to have been used by Emperor Claudius during conquest of Britain in AD43

    A large Roman fort believed to have played a key role in the successful invasion of Britain in AD43 has been discovered on the Dutch coast.

    A Roman legion of “several thousand” battle-ready soldiers was stationed in Velsen, 20 miles from Amsterdam, on the banks of the Oer-IJ, a tributary of the Rhine, research suggests.

    Continue reading...", - "content": "

    Fortified camp for thousands of soldiers thought to have been used by Emperor Claudius during conquest of Britain in AD43

    A large Roman fort believed to have played a key role in the successful invasion of Britain in AD43 has been discovered on the Dutch coast.

    A Roman legion of “several thousand” battle-ready soldiers was stationed in Velsen, 20 miles from Amsterdam, on the banks of the Oer-IJ, a tributary of the Rhine, research suggests.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/2021/dec/26/roman-fort-built-by-caligula-discovered-velsen-near-amsterdam", - "creator": "Daniel Boffey in Brussels", - "pubDate": "2021-12-26T12:16:36Z", + "title": "Trump’s Peace review: dysfunction and accord in US Israel policy", + "description": "

    Barak Ravid has written a fascinating account of four chaotic years in which some progress was nonetheless made

    Trump’s Peace is a blockbuster of a book. Barak Ravid captures the 45th president saying “Fuck him” to Benjamin Netanyahu and reducing American Jews to antisemitic caricatures. Imagine the Republican reaction if Barack Obama had done that. Sean Hannity, Tucker Carlson and Laura Ingraham would plotz. But Trump? Crickets.

    Ravid also delivers a mesmerizing tick-tock of the making of the Abraham Accords, the normalization of Israel’s relations with four non-neighboring Arab states.

    Continue reading...", + "content": "

    Barak Ravid has written a fascinating account of four chaotic years in which some progress was nonetheless made

    Trump’s Peace is a blockbuster of a book. Barak Ravid captures the 45th president saying “Fuck him” to Benjamin Netanyahu and reducing American Jews to antisemitic caricatures. Imagine the Republican reaction if Barack Obama had done that. Sean Hannity, Tucker Carlson and Laura Ingraham would plotz. But Trump? Crickets.

    Ravid also delivers a mesmerizing tick-tock of the making of the Abraham Accords, the normalization of Israel’s relations with four non-neighboring Arab states.

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2021/dec/20/trumps-peace-review-barak-ravid-israel-netanyahu-kushner-uae-iran", + "creator": "Lloyd Green", + "pubDate": "2021-12-20T07:00:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200945,16 +226594,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "056986c3130a89f572aa6cd171b35c49" + "hash": "9b3095a5481944e58bdcfbce844ddeed" }, { - "title": "‘Let’s go Brandon’ Santa Tracker caller insists he meant no disrespect to Biden", - "description": "

    Jared Schmeck, 35, tells Oregonian he has ‘nothing against’ president to whom he repeated ‘Fuck Joe Biden’ rightwing meme

    The caller who ended a conversation with Joe Biden with the rightwing meme “Let’s go Brandon” – which means “fuck Joe Biden” – has insisted he was joking and meant no disrespect to the president.

    “At the end of the day I have nothing against Mr Biden,” Jared Schmeck, 35, told the Oregonian newspaper. “But I am frustrated because I think he can be doing a better job. I mean no disrespect to him.”

    Continue reading...", - "content": "

    Jared Schmeck, 35, tells Oregonian he has ‘nothing against’ president to whom he repeated ‘Fuck Joe Biden’ rightwing meme

    The caller who ended a conversation with Joe Biden with the rightwing meme “Let’s go Brandon” – which means “fuck Joe Biden” – has insisted he was joking and meant no disrespect to the president.

    “At the end of the day I have nothing against Mr Biden,” Jared Schmeck, 35, told the Oregonian newspaper. “But I am frustrated because I think he can be doing a better job. I mean no disrespect to him.”

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2021/dec/26/lets-go-brandon-santa-tracker-caller-joe-biden", - "creator": "Martin Pengelly in New York", - "pubDate": "2021-12-26T13:10:09Z", + "title": "Trump ‘deeply unnerved’ over Capitol attack investigation | First Thing", + "description": "

    Flurry of revelations raises prospect that the committee may be heading towards an incriminating conclusion. Plus, the weirdest stories of 2021

    Good morning.

    Donald Trump is increasingly agitated by the House select committee investigating the Capitol attack, according to sources familiar with the matter, and appears anxious that he could be implicated in the sprawling inquiry into the insurrection even as he protests his innocence.

    Adam Kinzinger, one of two Republicans on the 6 January committee, said he was not yet ready to declare the former president guilty of a crime, but that the panel was investigating the likelihood that he is.

    The US is “closer to civil war than any of us would like to believe”, a member of a key CIA advisory panel has said. The analysis by Barbara F Walter, a political science professor, is contained in a book due out next year.

    Doug Ericksen, a staunch conservative Washington state senator and an outspoken critic of Covid-19 pandemic emergency orders, has died aged 52. His death comes weeks after he tested positive for coronavirus, though his cause of death wasn’t immediately released.

    The US senators Elizabeth Warren and Cory Booker have confirmed they have tested positive for Covid-19. Both reported having mild symptoms.

    Continue reading...", + "content": "

    Flurry of revelations raises prospect that the committee may be heading towards an incriminating conclusion. Plus, the weirdest stories of 2021

    Good morning.

    Donald Trump is increasingly agitated by the House select committee investigating the Capitol attack, according to sources familiar with the matter, and appears anxious that he could be implicated in the sprawling inquiry into the insurrection even as he protests his innocence.

    Adam Kinzinger, one of two Republicans on the 6 January committee, said he was not yet ready to declare the former president guilty of a crime, but that the panel was investigating the likelihood that he is.

    The US is “closer to civil war than any of us would like to believe”, a member of a key CIA advisory panel has said. The analysis by Barbara F Walter, a political science professor, is contained in a book due out next year.

    Doug Ericksen, a staunch conservative Washington state senator and an outspoken critic of Covid-19 pandemic emergency orders, has died aged 52. His death comes weeks after he tested positive for coronavirus, though his cause of death wasn’t immediately released.

    The US senators Elizabeth Warren and Cory Booker have confirmed they have tested positive for Covid-19. Both reported having mild symptoms.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/20/first-thing-trump-deeply-unnerved-over-capitol-attack-investigation", + "creator": "Nicola Slawson", + "pubDate": "2021-12-20T11:10:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200966,16 +226615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebe2be35d0374f69f625c81908fe531e" + "hash": "fb365bc9f181b792ce6e507edcd0b165" }, { - "title": "Covid live: US reports highest seven-day cases average since January; UK ‘considering door-to-door vaccinations’", - "description": "

    US reporting 184,802 new cases per day; Vaccination teams could go door-to-door in UK to reach those yet to have jabs

    China has reported 206 new Covid cases on Christmas Day, a significant jump from 140 a day earlier, its health authority said on Sunday and Reuters reports.

    Of the new infections, 158 were locally transmitted, according to a statement by the National Health Commission, compared with 87 cases the previous day.

    Continue reading...", - "content": "

    US reporting 184,802 new cases per day; Vaccination teams could go door-to-door in UK to reach those yet to have jabs

    China has reported 206 new Covid cases on Christmas Day, a significant jump from 140 a day earlier, its health authority said on Sunday and Reuters reports.

    Of the new infections, 158 were locally transmitted, according to a statement by the National Health Commission, compared with 87 cases the previous day.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/26/covid-live-news-france-and-italy-see-record-daily-cases-australias-omicron-outbreak-spreads", - "creator": "Nadeem Badshah (now); Miranda Bryant, Tom Bryant, Martin Farrer and Caitlin Cassidy (earlier)", - "pubDate": "2021-12-26T16:03:48Z", + "title": "Phi Phi islands’ sustainable tourism renaissance – in pictures", + "description": "

    Mass tourism had brought the archipelago to the brink of ecological catastrophe. Now Thailand hopes to make it the standard bearer for a sustainable tourism model as the country reopens to visitors after the Covid shutdown

    Continue reading...", + "content": "

    Mass tourism had brought the archipelago to the brink of ecological catastrophe. Now Thailand hopes to make it the standard bearer for a sustainable tourism model as the country reopens to visitors after the Covid shutdown

    Continue reading...", + "category": "Travel", + "link": "https://www.theguardian.com/artanddesign/gallery/2021/dec/20/phi-phi-islands-thailand-sustainable-tourism-renaissance", + "creator": "Lillian Suwanrumpha/AFP", + "pubDate": "2021-12-20T07:00:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -200987,16 +226636,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "299d3e7c4bcbbdaa194dea12e2e6b6fb" + "hash": "1f8c4609960f908f96e9bc8f3a30adb0" }, { - "title": "Omicron: bleak New Year or beginning of the end for the pandemic?", - "description": "

    Scientists are cautiously optimistic that the variant may be a sign the virus is losing its power, despite the high infection figures

    Once again, Britain is experiencing a festive season hit by waves of Covid-19 infections. Last year, Christmas and New Year were spoiled by the appearance of the Alpha variant. This time, it is Omicron that has sent case numbers soaring. Christmas cancellations have swept through Britain’s restaurants, pubs and clubs and left the country on the brink of another bleak New Year as the NHS warns once more that it is facing the threat of being overwhelmed by spiralling numbers of seriously ill patients.

    The scenario has raised fears that this now represents the shape of Christmases to come. Social restrictions and lockdown threats could become our normal festive fare.

    Continue reading...", - "content": "

    Scientists are cautiously optimistic that the variant may be a sign the virus is losing its power, despite the high infection figures

    Once again, Britain is experiencing a festive season hit by waves of Covid-19 infections. Last year, Christmas and New Year were spoiled by the appearance of the Alpha variant. This time, it is Omicron that has sent case numbers soaring. Christmas cancellations have swept through Britain’s restaurants, pubs and clubs and left the country on the brink of another bleak New Year as the NHS warns once more that it is facing the threat of being overwhelmed by spiralling numbers of seriously ill patients.

    The scenario has raised fears that this now represents the shape of Christmases to come. Social restrictions and lockdown threats could become our normal festive fare.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/26/omicron-bleak-new-year-or-beginning-of-the-end-for-the-pandemic", - "creator": "Robin McKie Science Editor", - "pubDate": "2021-12-26T07:00:15Z", + "title": "Earthquake-proof steel cask carrying 2t of radioactive waste to arrive in Sydney next year", + "description": "

    Nuclear waste has been reprocessed in the UK and will be stored at Lucas Heights until Napandee facility is ready

    A monolithic steel cask designed to withstand an earthquake and a jet strike will arrive in Sydney next year, carrying two tonnes of radioactive waste.

    For security reasons authorities won’t say when the hulking capsule – containing four 500kg canisters of “intermediate-level material” – will arrive from the UK.

    Continue reading...", + "content": "

    Nuclear waste has been reprocessed in the UK and will be stored at Lucas Heights until Napandee facility is ready

    A monolithic steel cask designed to withstand an earthquake and a jet strike will arrive in Sydney next year, carrying two tonnes of radioactive waste.

    For security reasons authorities won’t say when the hulking capsule – containing four 500kg canisters of “intermediate-level material” – will arrive from the UK.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/20/earthquake-proof-steel-cask-carrying-2t-of-radioactive-waste-to-arrive-in-sydney-next-year", + "creator": "Australian Associated Press", + "pubDate": "2021-12-20T08:41:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201008,16 +226657,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "685a95087dc3056df21849bf4bbeedc1" + "hash": "b2e216a339eaa503f5be68015b5c3de4" }, { - "title": "Santa hats at the ready as ‘jingle jabs’ go on at Christmas vaccination centres", - "description": "

    A festive atmosphere added to the vital work as at least eight venues in England stayed open throughout the weekend

    Santa hats and Christmas jumpers added festive colour to the usual PPE for the “jingle jabs” NHS campaign in east London on Christmas Day.

    In one of at least eight vaccination centres open in England, volunteers decorated Redbridge town hall with Christmas-themed pictures and festive messages as they dealt with a fast-moving queue for booster jabs.

    Continue reading...", - "content": "

    A festive atmosphere added to the vital work as at least eight venues in England stayed open throughout the weekend

    Santa hats and Christmas jumpers added festive colour to the usual PPE for the “jingle jabs” NHS campaign in east London on Christmas Day.

    In one of at least eight vaccination centres open in England, volunteers decorated Redbridge town hall with Christmas-themed pictures and festive messages as they dealt with a fast-moving queue for booster jabs.

    Continue reading...", - "category": "Vaccines and immunisation", - "link": "https://www.theguardian.com/society/2021/dec/26/santa-hats-at-the-ready-as-jingle-jabs-go-on-at-christmas-vaccination-centres", - "creator": "Kaamil Ahmed", - "pubDate": "2021-12-26T10:30:19Z", + "title": "‘Worst fashion wage theft’: workers go hungry as Indian suppliers to top UK brands refuse to pay minimum wage", + "description": "

    Shortfall of 16p a day leaves children living on just rice as suppliers to Nike, Zara and H&M in Karnataka underpay by estimated £41m

    Garment workers making clothes for international brands in Karnataka, a major clothing production hub in India, say their children are going hungry as factories refuse to pay the legal minimum wage in what is claimed to be the biggest wage theft to ever hit the fashion industry.

    More than 400,000 garment workers in Karnataka have not been paid the state’s legal minimum wage since April 2020, according to an international labour rights organisation that monitors working conditions in factories.

    Continue reading...", + "content": "

    Shortfall of 16p a day leaves children living on just rice as suppliers to Nike, Zara and H&M in Karnataka underpay by estimated £41m

    Garment workers making clothes for international brands in Karnataka, a major clothing production hub in India, say their children are going hungry as factories refuse to pay the legal minimum wage in what is claimed to be the biggest wage theft to ever hit the fashion industry.

    More than 400,000 garment workers in Karnataka have not been paid the state’s legal minimum wage since April 2020, according to an international labour rights organisation that monitors working conditions in factories.

    Continue reading...", + "category": "Garment workers", + "link": "https://www.theguardian.com/global-development/2021/dec/16/worst-fashion-wage-theft-workers-go-hungry-as-indian-suppliers-to-top-uk-brands-refuse-to-pay-minimum-wage", + "creator": "Annie Kelly", + "pubDate": "2021-12-16T07:15:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201029,16 +226678,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2841ce3a49f25c99468c061d26aea62" + "hash": "92139ee4846e02ae069f6e65506b6775" }, { - "title": "‘Landmines all the way down’: the guilt and frustration of breakthrough Covid", - "description": "

    The never-ending pandemic forces people to do their best to balance living a decent life and making responsible choices

    When Sean Williams, 50, caught a breakthrough case of Covid-19 in November, he felt guilty and embarrassed. His 14-year-old tested positive, too; both were “double-vaxxed” and probably caught it from his 11-year-old daughter, who got it in school two days before her scheduled first vaccination.

    “It’s impossible to talk about without going through this whole tortured thing about how careful you were before you got it,” says Williams, who lives with his family in New York City. “Also, this horrible feeling that you have to stutter your way through a clarification that you do believe in science, you did get vaccinated, you’re, like, not a fascist, even. It’s landmines all the way down.”

    Continue reading...", - "content": "

    The never-ending pandemic forces people to do their best to balance living a decent life and making responsible choices

    When Sean Williams, 50, caught a breakthrough case of Covid-19 in November, he felt guilty and embarrassed. His 14-year-old tested positive, too; both were “double-vaxxed” and probably caught it from his 11-year-old daughter, who got it in school two days before her scheduled first vaccination.

    “It’s impossible to talk about without going through this whole tortured thing about how careful you were before you got it,” says Williams, who lives with his family in New York City. “Also, this horrible feeling that you have to stutter your way through a clarification that you do believe in science, you did get vaccinated, you’re, like, not a fascist, even. It’s landmines all the way down.”

    Continue reading...", - "category": "Omicron variant", - "link": "https://www.theguardian.com/us-news/2021/dec/26/breakthrough-covid-omicron-guilt-frustration", - "creator": "Danielle Tcholakian", - "pubDate": "2021-12-26T08:00:18Z", + "title": "Japanese firefighters battle deadly blaze at Osaka clinic – video", + "description": "

    Twenty-seven people are feared dead after a fire swept through a mental health clinic in the Japanese city of Osaka, the local fire department said.

    The blaze is being treated as suspected arson, the Kyodo news agency said, quoting police sources saying that a man who appeared to be in his 60s had been seen carrying a paper bag leaking an unidentified liquid

    Continue reading...", + "content": "

    Twenty-seven people are feared dead after a fire swept through a mental health clinic in the Japanese city of Osaka, the local fire department said.

    The blaze is being treated as suspected arson, the Kyodo news agency said, quoting police sources saying that a man who appeared to be in his 60s had been seen carrying a paper bag leaking an unidentified liquid

    Continue reading...", + "category": "Japan", + "link": "https://www.theguardian.com/world/video/2021/dec/17/japanese-firefighters-battle-deadly-blaze-osaka-clinic-video", + "creator": "", + "pubDate": "2021-12-17T13:10:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201050,16 +226699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b4ef3316eabf03c1ecf7c4a70e9630c" + "hash": "8e69b19cc03e59aa4aa172a3342efcd4" }, { - "title": "Healing myself the Pagan way: how witchcraft cast a spell on me", - "description": "Witchcraft and its deep connection with nature restored my mental health

    Witchcraft has always played a large role in my life. While many kids were learning badminton or taking trombone lessons, I was reading up on spellcraft and ways to plant my herb garden. I grew up in the late 1990s when my cultural life became saturated with Buffy the Vampire Slayer, Charmed and Sabrina the Teenage Witch. Channel-hopping without stumbling across a young woman with magical powers was virtually impossible. But the draw wasn’t just the empowerment that spells and telekinetic forces threw my way; I was intensely charmed by witchcraft’s connection with the world outside and the earth around me.

    In the evenings I spent time in my garden wrapped up in scarves and blankets to watch the different phases of the moon pass each night; I learned the names of wildflowers growing at the side of the road where no one cast a second glance and wondered how I could use them in a spell. These small things gave me an overwhelming sense of calm, so enthralled was I by constellations, intricate root systems and the dashes of magic I found around me. Perhaps witchcraft was in my blood – my very first word was “moon”.

    Continue reading...", - "content": "Witchcraft and its deep connection with nature restored my mental health

    Witchcraft has always played a large role in my life. While many kids were learning badminton or taking trombone lessons, I was reading up on spellcraft and ways to plant my herb garden. I grew up in the late 1990s when my cultural life became saturated with Buffy the Vampire Slayer, Charmed and Sabrina the Teenage Witch. Channel-hopping without stumbling across a young woman with magical powers was virtually impossible. But the draw wasn’t just the empowerment that spells and telekinetic forces threw my way; I was intensely charmed by witchcraft’s connection with the world outside and the earth around me.

    In the evenings I spent time in my garden wrapped up in scarves and blankets to watch the different phases of the moon pass each night; I learned the names of wildflowers growing at the side of the road where no one cast a second glance and wondered how I could use them in a spell. These small things gave me an overwhelming sense of calm, so enthralled was I by constellations, intricate root systems and the dashes of magic I found around me. Perhaps witchcraft was in my blood – my very first word was “moon”.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/healing-myself-the-pagan-way-how-witchcraft-cast-a-spell-on-me", - "creator": "Jennifer Lane", - "pubDate": "2021-12-26T14:00:24Z", + "title": "One-month old baby rescued after Typhoon Rai hits Philippines – video", + "description": "

    A month-old baby has been rescued from flood waters in the Philippines after southeastern parts of the country were hit by Typhoon Rai. Nearly 100,000 people have been evacuated after the typhoon registered sustained\nwinds of 195km/h while gusts up\nto 270km/h were recorded.

    Continue reading...", + "content": "

    A month-old baby has been rescued from flood waters in the Philippines after southeastern parts of the country were hit by Typhoon Rai. Nearly 100,000 people have been evacuated after the typhoon registered sustained\nwinds of 195km/h while gusts up\nto 270km/h were recorded.

    Continue reading...", + "category": "Philippines", + "link": "https://www.theguardian.com/world/video/2021/dec/17/one-month-old-baby-rescued-after-typhoon-rai-hits-philippines-video", + "creator": "", + "pubDate": "2021-12-17T05:04:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201071,16 +226720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eaa3d67adeb8c37477a31fb4423aacf6" + "hash": "445e78cb73922a5caaaaf56cb82f6dcb" }, { - "title": "‘I’m not just coasting along’: Nicole Kidman on fame, family and what keeps her awake at night", - "description": "

    Nicole Kidman is one of Hollywood’s most brilliant stars, but her everyday concerns are familiar to all of us. She talks candidly about sleepless nights, melancholy moments and why she still has so much to get done

    Nicole Kidman sleeps badly. Recently she got up at 3am to Google that thing, with the leg, where, “It feels like it needs to move?” But more often she will lie there in the dark beside her husband, in her Nashville bed, their two daughters sleeping some rooms away, and make decisions. She will “contemplate”. Between midnight and seven, she says, coolly, is the most “confronting time”.

    It says a lot about Kidman, her prolific career, her sustained presence on film and glossy TV, that we can immediately picture her there, hair coiled on a pillow, eyes wide, the restless sense she has become claustrophobic in her own body. Kidman, 54, has been acting since she was 14, already 5ft 9in then, with skin that burned easily. She started in theatre partly as a way to get out of the Australian sun – a year later she was known locally (she told an early interviewer) for playing “older, sexually frustrated women”. Over the next 40 years she extended that repertoire, so now she is known for playing cryptic, adventurous, troubled women, too, in brave work that might not have been made were it not for her glittering star-power.

    Continue reading...", - "content": "

    Nicole Kidman is one of Hollywood’s most brilliant stars, but her everyday concerns are familiar to all of us. She talks candidly about sleepless nights, melancholy moments and why she still has so much to get done

    Nicole Kidman sleeps badly. Recently she got up at 3am to Google that thing, with the leg, where, “It feels like it needs to move?” But more often she will lie there in the dark beside her husband, in her Nashville bed, their two daughters sleeping some rooms away, and make decisions. She will “contemplate”. Between midnight and seven, she says, coolly, is the most “confronting time”.

    It says a lot about Kidman, her prolific career, her sustained presence on film and glossy TV, that we can immediately picture her there, hair coiled on a pillow, eyes wide, the restless sense she has become claustrophobic in her own body. Kidman, 54, has been acting since she was 14, already 5ft 9in then, with skin that burned easily. She started in theatre partly as a way to get out of the Australian sun – a year later she was known locally (she told an early interviewer) for playing “older, sexually frustrated women”. Over the next 40 years she extended that repertoire, so now she is known for playing cryptic, adventurous, troubled women, too, in brave work that might not have been made were it not for her glittering star-power.

    Continue reading...", - "category": "Nicole Kidman", - "link": "https://www.theguardian.com/film/2021/dec/26/im-not-just-coasting-along-nicole-kidman-on-fame-family-and-what-keeps-her-awake-at-night", - "creator": "Eva Wiseman", - "pubDate": "2021-12-26T10:00:20Z", + "title": "Peng Shuai appearance fails to address concerns for tennis star’s wellbeing, says WTA", + "description": "
    • Peng retracts sexual assault claims in first foreign media interview
    • Women’s tennis governing body still wants ‘full and fair’ investigation'

    The Women’s Tennis Association said an appearance on Sunday by Chinese tennis star Peng Shuai did not address its concerns about her wellbeing.

    Peng said on Sunday that she had never accused anyone of sexually assaulting her, and that a social media post she had made early last month had been misunderstood.

    Continue reading...", + "content": "
    • Peng retracts sexual assault claims in first foreign media interview
    • Women’s tennis governing body still wants ‘full and fair’ investigation'

    The Women’s Tennis Association said an appearance on Sunday by Chinese tennis star Peng Shuai did not address its concerns about her wellbeing.

    Peng said on Sunday that she had never accused anyone of sexually assaulting her, and that a social media post she had made early last month had been misunderstood.

    Continue reading...", + "category": "Peng Shuai", + "link": "https://www.theguardian.com/sport/2021/dec/20/peng-shuai-appearance-fails-to-address-concerns-for-tennis-stars-wellbeing-says-wta", + "creator": "Reuters", + "pubDate": "2021-12-20T06:58:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201092,16 +226741,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a9b64dda61da9868c6babb7d7300ba4" + "hash": "d4540f2d3d403022c3cf893fa48f172d" }, { - "title": "Bogs, banks and bubble barriers: five great projects to protect nature", - "description": "

    Across the world conservation groups, researchers and volunteers are working to combat the five key drivers of biodiversity loss identified by scientists

    The names running glade clover, cream tick-trefoil and Porter’s goldenrod may evoke the riotous colours of a summer meadow in bloom, but these particular plants are also quietly tucked away in a conservation seed bank that it is hoped will ensure the future of North America’s grassland plant populations.

    Continue reading...", - "content": "

    Across the world conservation groups, researchers and volunteers are working to combat the five key drivers of biodiversity loss identified by scientists

    The names running glade clover, cream tick-trefoil and Porter’s goldenrod may evoke the riotous colours of a summer meadow in bloom, but these particular plants are also quietly tucked away in a conservation seed bank that it is hoped will ensure the future of North America’s grassland plant populations.

    Continue reading...", - "category": "Biodiversity", - "link": "https://www.theguardian.com/environment/2021/dec/26/bogs-banks-and-bubble-barriers-five-great-projects-to-protect-nature-aoe", - "creator": "Max Benato", - "pubDate": "2021-12-26T12:15:22Z", + "title": "Pope Francis says domestic violence against women ‘almost satanic’", + "description": "

    Head of Catholic Church makes some of his strongest comments yet on violence against women

    Pope Francis has said that men who commit violence against women engage in something that is “almost satanic”.

    He made the comment – some of the strongest language he has used to condemn such violence – during a programme broadcast on Sunday night on Italy’s TG5 network in which he conversed with three women and a man, all with difficult backgrounds.

    Continue reading...", + "content": "

    Head of Catholic Church makes some of his strongest comments yet on violence against women

    Pope Francis has said that men who commit violence against women engage in something that is “almost satanic”.

    He made the comment – some of the strongest language he has used to condemn such violence – during a programme broadcast on Sunday night on Italy’s TG5 network in which he conversed with three women and a man, all with difficult backgrounds.

    Continue reading...", + "category": "Pope Francis", + "link": "https://www.theguardian.com/world/2021/dec/20/pope-francis-says-domestic-violence-against-women-almost-satanic", + "creator": "Reuters", + "pubDate": "2021-12-20T00:16:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201113,16 +226762,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4359a27c1231f7fab605dc336b14f82" + "hash": "45849205110cdba9117476eeeda078fe" }, { - "title": "The film quiz of the year: do you know your celluloid from your cellulite?", - "description": "

    How did Russell Crowe respond to criticism? Which Muppet did Timothée Chalamet closely resemble? What was Princess Diana about to do? All this and more in your end of year film quiz roundup

    Continue reading...", - "content": "

    How did Russell Crowe respond to criticism? Which Muppet did Timothée Chalamet closely resemble? What was Princess Diana about to do? All this and more in your end of year film quiz roundup

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/the-film-quiz-of-the-year-do-you-know-your-celluloid-from-your-cellulite", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-26T08:00:18Z", + "title": "Standing up to Putin: how Russian threat has toughened up Ukraine’s Zelenskiy", + "description": "

    Actor turned president has undergone profound political transformation in the face of Russian aggression

    In 2019, Volodymyr Zelenskiy rode a protest vote to victory in Ukraine, telling his supporters he would jail corrupt politicians and negotiate directly with Vladimir Putin to end Russia’s war in east Ukraine. Nearly three years later, Zelenskiy is staring down the threat of a Russian invasion, while he rallies western powers to his side and calls for aid. “We know what it means to defend one’s own state and land with weapons in hand,” he said during an address last week to the Kyiv Jewish Forum.

    Under pressure from Putin, Zelenskiy has undergone a profound political transformation. One thing is clear: he is no longer the same dove that he was on the campaign trail. Russia is pushing Ukraine toward Nato, he says, and a membership action plan is now central to his foreign policy. This month, Zelenskiy toured the frontline outside Donetsk. Wearing a flak jacket and helmet, he chatted with service personnel who will be the first line of Ukraine’s defence should tanks from Russia begin to roll.

    Continue reading...", + "content": "

    Actor turned president has undergone profound political transformation in the face of Russian aggression

    In 2019, Volodymyr Zelenskiy rode a protest vote to victory in Ukraine, telling his supporters he would jail corrupt politicians and negotiate directly with Vladimir Putin to end Russia’s war in east Ukraine. Nearly three years later, Zelenskiy is staring down the threat of a Russian invasion, while he rallies western powers to his side and calls for aid. “We know what it means to defend one’s own state and land with weapons in hand,” he said during an address last week to the Kyiv Jewish Forum.

    Under pressure from Putin, Zelenskiy has undergone a profound political transformation. One thing is clear: he is no longer the same dove that he was on the campaign trail. Russia is pushing Ukraine toward Nato, he says, and a membership action plan is now central to his foreign policy. This month, Zelenskiy toured the frontline outside Donetsk. Wearing a flak jacket and helmet, he chatted with service personnel who will be the first line of Ukraine’s defence should tanks from Russia begin to roll.

    Continue reading...", + "category": "Volodymyr Zelenskiy", + "link": "https://www.theguardian.com/world/2021/dec/20/standing-up-to-putin-ukraine-president-volodymyr-zelenskiy-russian-threat", + "creator": "Luke Harding in Kyiv and Andrew Roth in Moscow", + "pubDate": "2021-12-20T05:00:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201134,16 +226783,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "15aab60137136883b77d263a82d61395" + "hash": "7c06dc3014e7f45ceb164a7eaeec3c01" }, { - "title": "The person who got me through 2021: Sofie Gråbøl as Sarah Lund felt like a brilliant old friend", - "description": "

    In The Killing, Lund’s incredible brain inspired me when mine felt like mushroom soup. She was a solace and an inspiration

    Throughout 2021, I have accepted some important truths: I sometimes feel loneliness like an anvil on my chest; exercising really does, annoyingly, make me feel better; I am lost without a murder drama series on the go. This has been the year of the re-watch – Happy Valley, The Bridge, Unforgotten and The Killing. These shows are richly different and should not be reduced to basic tropes, but they do all share a strong-but-flawed female detective in whom you can invest emotionally. And do I.

    In a year stained by uncertainty, loss, health issues and boredom, spending my evenings absorbing the lives of fictional female police officers has been medicinal. That murder is a balm is perhaps something for a therapy session, but the determination and bruised souls of Sarah Lancashire’s Catherine Cawood, Nicola Walker’s Cassie Stuart , Sofia Helin’s Saga Norén and Sofie Gråbøl’s Sarah Lund have held my attention like nothing else – even the second or third time around.

    Continue reading...", - "content": "

    In The Killing, Lund’s incredible brain inspired me when mine felt like mushroom soup. She was a solace and an inspiration

    Throughout 2021, I have accepted some important truths: I sometimes feel loneliness like an anvil on my chest; exercising really does, annoyingly, make me feel better; I am lost without a murder drama series on the go. This has been the year of the re-watch – Happy Valley, The Bridge, Unforgotten and The Killing. These shows are richly different and should not be reduced to basic tropes, but they do all share a strong-but-flawed female detective in whom you can invest emotionally. And do I.

    In a year stained by uncertainty, loss, health issues and boredom, spending my evenings absorbing the lives of fictional female police officers has been medicinal. That murder is a balm is perhaps something for a therapy session, but the determination and bruised souls of Sarah Lancashire’s Catherine Cawood, Nicola Walker’s Cassie Stuart , Sofia Helin’s Saga Norén and Sofie Gråbøl’s Sarah Lund have held my attention like nothing else – even the second or third time around.

    Continue reading...", - "category": "The Killing", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/the-person-who-got-me-through-2021-sofie-grabl-as-sarah-lund-felt-like-a-brilliant-old-friend", - "creator": "Eleanor Morgan", - "pubDate": "2021-12-26T15:00:25Z", + "title": "The best art and architecture of 2021 – the year the galleries reopened", + "description": "

    As the lights came back on, Jean Dubuffet was recast as an incendiary prophet, Poussin revealed his raunchy side – and a giant Swedish ‘plyscraper’ showed the miracle of wood. Our critics rank the highlights of 2021

    More on the best culture of 2021

    Continue reading...", + "content": "

    As the lights came back on, Jean Dubuffet was recast as an incendiary prophet, Poussin revealed his raunchy side – and a giant Swedish ‘plyscraper’ showed the miracle of wood. Our critics rank the highlights of 2021

    More on the best culture of 2021

    Continue reading...", + "category": "Art and design", + "link": "https://www.theguardian.com/artanddesign/2021/dec/20/the-year-the-lights-came-back-on-the-best-art-and-architecture-of-2021", + "creator": "Adrian Searle, Jonathan Jones and Oliver Wainwright", + "pubDate": "2021-12-20T09:46:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201155,16 +226804,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b90c58135f7dff1c645e49d56dc8f95c" + "hash": "f3342efa6f2f9bb948da9aee3867d37b" }, { - "title": "Miranda Sawyer’s best audio of 2021", - "description": "

    Emma Barnett and Anita Rani shook up Woman’s Hour, commercial radio wooed sixtysomethings, and Barack and the Boss got chatting on Spotify

    A busy, busy year for audio. As in 2020, lockdown gave all audio a boost – in status, as well as listeners. The lack of gigs, theatre, art shows or cinema from January to March meant that audio (radio, podcasts, music) jumped up the cultural ladder. Podcasts were also boosted by yet more celebrities deciding to fill their lonelier hours with a “talking to my famous mates” show. Listeners responded, and podcasts are now the fastest growing audio medium (though live radio still makes up most of what we listen to).

    2021 saw some interesting big-name radio appointments. Emma Barnett and Anita Rani joined Woman’s Hour to great success, though the former started contentiously (Kelechi Okafor refused to appear when she overheard Barnett discussing with producers whether Okafor was antisemitic). Amol Rajan moved to Today, where he has brought a more conversational feel (when he remembers to slow down his natural gabble). In late spring, much-loved Radio 1 stalwarts Annie MacManus and Nick Grimshaw both announced their departures, with MacManus’s final link achieving a life of its own on social media (“Life is short. It thunders by. If you like the music, you have got to get up and dance. Just do it”). And 6 Music’s afternoon dafty Shaun Keaveny also left, but sadly not of his own accord: his funky replacement, Craig Charles, is upbeat but less of a natural fit. Graham Norton quit his Radio 2 Saturday morning show to do the same on Saturdays and Sundays for Virgin Radio (no effect on Virgin’s Rajars thus far). On 5 live breakfast, Rick Edwards joined Rachel Burden, replacing Nicky Campbell without fuss or trouble.

    Continue reading...", - "content": "

    Emma Barnett and Anita Rani shook up Woman’s Hour, commercial radio wooed sixtysomethings, and Barack and the Boss got chatting on Spotify

    A busy, busy year for audio. As in 2020, lockdown gave all audio a boost – in status, as well as listeners. The lack of gigs, theatre, art shows or cinema from January to March meant that audio (radio, podcasts, music) jumped up the cultural ladder. Podcasts were also boosted by yet more celebrities deciding to fill their lonelier hours with a “talking to my famous mates” show. Listeners responded, and podcasts are now the fastest growing audio medium (though live radio still makes up most of what we listen to).

    2021 saw some interesting big-name radio appointments. Emma Barnett and Anita Rani joined Woman’s Hour to great success, though the former started contentiously (Kelechi Okafor refused to appear when she overheard Barnett discussing with producers whether Okafor was antisemitic). Amol Rajan moved to Today, where he has brought a more conversational feel (when he remembers to slow down his natural gabble). In late spring, much-loved Radio 1 stalwarts Annie MacManus and Nick Grimshaw both announced their departures, with MacManus’s final link achieving a life of its own on social media (“Life is short. It thunders by. If you like the music, you have got to get up and dance. Just do it”). And 6 Music’s afternoon dafty Shaun Keaveny also left, but sadly not of his own accord: his funky replacement, Craig Charles, is upbeat but less of a natural fit. Graham Norton quit his Radio 2 Saturday morning show to do the same on Saturdays and Sundays for Virgin Radio (no effect on Virgin’s Rajars thus far). On 5 live breakfast, Rick Edwards joined Rachel Burden, replacing Nicky Campbell without fuss or trouble.

    Continue reading...", - "category": "Radio", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/26/miranda-sawyer-best-audio-of-2021", - "creator": "Miranda Sawyer", - "pubDate": "2021-12-26T13:00:23Z", + "title": "Bliss review – Berlin sex worker falls in love with new girl in no holds barred drama", + "description": "

    Fortysomething sex worker Sascha falls for twentysomething Maria, but a visit to her home town forces a reckoning

    Henrika Kull’s intimate movie is set in a real-life legal brothel in Berlin. Katharina Behrens plays fortysomething Sascha: a good-natured, easygoing veteran who brusquely calls herself a Nutte, a “tart”, rather than the official term Sexarbeiterin, or sex worker, and she periodically makes tense visits to her home town of Brandenburg to see her 11-year-old son from a previous relationship. She is more or less happy with her life – until suddenly she falls passionately in love with a new girl at the brothel, a twentysomething Italian called Maria, played by the performance artist and former escort Adam Hoya, who as Eva Collé was the subject of the 2019 documentary Searching Eva.

    Bliss may or may not illuminate the “sex work is work” debate: certainly, Sascha and Maria’s day-to-day experience of the oldest profession is, frankly, unproblematically depicted and prostitution itself is not made an issue in dramatic terms in the same way as Lizzie Borden’s 1986 film Working Girls. New customers can ask to see all the women in turn and they must line up in the brothel’s corridor in their underwear to be formally introduced to the man before he makes his choice. Payment is in cash – maybe the men don’t want unexplained items showing up on their statements. Maria is stashing hers away in a rail station locker, and she leaves sad, affectionate voice messages for her widowed father back in Italy.

    Continue reading...", + "content": "

    Fortysomething sex worker Sascha falls for twentysomething Maria, but a visit to her home town forces a reckoning

    Henrika Kull’s intimate movie is set in a real-life legal brothel in Berlin. Katharina Behrens plays fortysomething Sascha: a good-natured, easygoing veteran who brusquely calls herself a Nutte, a “tart”, rather than the official term Sexarbeiterin, or sex worker, and she periodically makes tense visits to her home town of Brandenburg to see her 11-year-old son from a previous relationship. She is more or less happy with her life – until suddenly she falls passionately in love with a new girl at the brothel, a twentysomething Italian called Maria, played by the performance artist and former escort Adam Hoya, who as Eva Collé was the subject of the 2019 documentary Searching Eva.

    Bliss may or may not illuminate the “sex work is work” debate: certainly, Sascha and Maria’s day-to-day experience of the oldest profession is, frankly, unproblematically depicted and prostitution itself is not made an issue in dramatic terms in the same way as Lizzie Borden’s 1986 film Working Girls. New customers can ask to see all the women in turn and they must line up in the brothel’s corridor in their underwear to be formally introduced to the man before he makes his choice. Payment is in cash – maybe the men don’t want unexplained items showing up on their statements. Maria is stashing hers away in a rail station locker, and she leaves sad, affectionate voice messages for her widowed father back in Italy.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/20/bliss-review-candid-crush-in-a-berlin-brothel", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-20T10:00:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201176,16 +226825,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "64396fcd9b707649f8d07d93ca0a3952" + "hash": "a821c1486610ed62be936d96762f57fd" }, { - "title": "Good chablis and ‘halfies’: life with the other Duchess of Argyll", - "description": "

    In 1991, Richard Beard worked as secretary to Ian Campbell’s final wife Mathilda, a bon viveur who unlike predecessor Margaret stayed free of scandal

    For most of 1991 I was employed as secretary to the Dowager Duchess of Argyll, the fourth and final wife of Ian Campbell, the 11th duke. Mathilda was the wife after the more famous Margaret, the subject of A Very British Scandal, Sarah Phelps’s brilliant and frankly horrifying BBC three-part drama. Whenever I talk about Mathilda I usually have to clarify: “Not that duchess, the next one.”

    Margaret always cast a shadow, or as she writes briefly and drily in her autobiography Forget Not, published in 1975: “Three weeks after our divorce became final Ian Argyll married again, for the fourth time, to a Mrs Matilda Heller. She had been in Ian’s life for some years before our divorce.”

    Continue reading...", - "content": "

    In 1991, Richard Beard worked as secretary to Ian Campbell’s final wife Mathilda, a bon viveur who unlike predecessor Margaret stayed free of scandal

    For most of 1991 I was employed as secretary to the Dowager Duchess of Argyll, the fourth and final wife of Ian Campbell, the 11th duke. Mathilda was the wife after the more famous Margaret, the subject of A Very British Scandal, Sarah Phelps’s brilliant and frankly horrifying BBC three-part drama. Whenever I talk about Mathilda I usually have to clarify: “Not that duchess, the next one.”

    Margaret always cast a shadow, or as she writes briefly and drily in her autobiography Forget Not, published in 1975: “Three weeks after our divorce became final Ian Argyll married again, for the fourth time, to a Mrs Matilda Heller. She had been in Ian’s life for some years before our divorce.”

    Continue reading...", - "category": "Aristocracy", - "link": "https://www.theguardian.com/society/2021/dec/26/good-chablis-and-halfies-life-with-the-other-duchess-of-argyll", - "creator": "Richard Beard", - "pubDate": "2021-12-26T08:00:17Z", + "title": "Group seeks clemency for 110 Black soldiers convicted in 1917 Houston riot", + "description": "

    Largest murder trial in US history saw 19 men hanged after race-driven violence at Camp Logan army base

    A group of attorneys and advocates have pledged to seek clemency for 110 Black soldiers who were convicted in a mutiny and riots at a military camp in Houston in 1917.

    The South Texas College of Law Houston and the local branch of the National Association for the Advancement of Colored People (NAACP) have signed an agreement to continue fighting for clemency for the soldiers of the all-Black Third Battalion of the US Army’s 24th Infantry Regiment, the Houston Chronicle reported.

    Continue reading...", + "content": "

    Largest murder trial in US history saw 19 men hanged after race-driven violence at Camp Logan army base

    A group of attorneys and advocates have pledged to seek clemency for 110 Black soldiers who were convicted in a mutiny and riots at a military camp in Houston in 1917.

    The South Texas College of Law Houston and the local branch of the National Association for the Advancement of Colored People (NAACP) have signed an agreement to continue fighting for clemency for the soldiers of the all-Black Third Battalion of the US Army’s 24th Infantry Regiment, the Houston Chronicle reported.

    Continue reading...", + "category": "US military", + "link": "https://www.theguardian.com/us-news/2021/dec/20/clemency-110-black-soldiers-1917-houston-mutiny", + "creator": "Associated Press in Houston", + "pubDate": "2021-12-20T08:00:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201197,16 +226846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f3c8462b0f399245b5b6a566a97d9fb" + "hash": "c6ec7998ba49307c6338810f275b50f7" }, { - "title": "Four fights in the long Scottish battle for right to roam", - "description": "

    Successes and failures include the Stagecoach founder’s Perthshire castle and a footpath near a family bungalow

    In 2006, the Stagecoach founder Ann Gloag won the right to exclude a large area of grounds around Kinfauns castle, her home and estate in Perthshire, from Scotland’s wide-ranging right-to-roam law. In a significant test case for the Land Reform (Scotland) Act 2007, a sheriff ruled that about 12 acres was exempt as it was private garden, including four acres of woodland that had been contested by the Ramblers and Perth and Kinross council.

    Continue reading...", - "content": "

    Successes and failures include the Stagecoach founder’s Perthshire castle and a footpath near a family bungalow

    In 2006, the Stagecoach founder Ann Gloag won the right to exclude a large area of grounds around Kinfauns castle, her home and estate in Perthshire, from Scotland’s wide-ranging right-to-roam law. In a significant test case for the Land Reform (Scotland) Act 2007, a sheriff ruled that about 12 acres was exempt as it was private garden, including four acres of woodland that had been contested by the Ramblers and Perth and Kinross council.

    Continue reading...", - "category": "Scotland", - "link": "https://www.theguardian.com/uk-news/2021/dec/26/four-fights-in-the-long-scottish-battle-for-right-to-roam", - "creator": "Severin Carrell Scotland editor", - "pubDate": "2021-12-26T14:22:57Z", + "title": "Dutch shopkeepers say Christmas lockdown has left them ‘broken’", + "description": "

    ‘Everyone will go shopping in Belgium and Germany,’ retailers warn as coronavirus closure begins

    Dutch shopkeepers say they have been “broken” by the Netherlands’ new Christmas lockdown, which has come into effect.

    “Nowhere in Europe is there such a strict regime as in the Netherlands,” said Jan Meerman, the director of INretail, the Dutch retailers association.

    Continue reading...", + "content": "

    ‘Everyone will go shopping in Belgium and Germany,’ retailers warn as coronavirus closure begins

    Dutch shopkeepers say they have been “broken” by the Netherlands’ new Christmas lockdown, which has come into effect.

    “Nowhere in Europe is there such a strict regime as in the Netherlands,” said Jan Meerman, the director of INretail, the Dutch retailers association.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/19/dutch-shopkeepers-christmas-lockdown-netherlands-left-them-broken", + "creator": "Daniel Boffey in Brussels and Sam Jones in Madrid", + "pubDate": "2021-12-19T16:00:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201218,16 +226867,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "046b78f164868d6fb7f31facbe6fd2b9" + "hash": "69937118117d74adf7e942638d2aef40" }, { - "title": "South Africa set for battle over legacy of ‘moral compass’ Desmond Tutu", - "description": "

    Tutu did not spare those in power in the ‘rainbow nation’ – a phrase of his with unfulfilled aspirations

    From the moment he resigned from his post as a schoolteacher rather than comply with the orders of the racist, repressive apartheid regime in South Africa in 1958, Desmond Tutu never deviated from his principles, fighting for tolerance, equality and justice at home and abroad. This brought him love, influence and a moral prestige equalled by few others on the African continent or beyond.

    But Tutu, the cleric and activist who died on Saturday in Cape Town aged 90, was not just outspoken in support of the causes he felt to be right – such as LGBT rights – but a fierce and implacable opponent of what he felt to be wrong. Criticism was often sometimes tempered with humour. On occasion it was delivered straight. This earned him enemies, and still does.

    Continue reading...", - "content": "

    Tutu did not spare those in power in the ‘rainbow nation’ – a phrase of his with unfulfilled aspirations

    From the moment he resigned from his post as a schoolteacher rather than comply with the orders of the racist, repressive apartheid regime in South Africa in 1958, Desmond Tutu never deviated from his principles, fighting for tolerance, equality and justice at home and abroad. This brought him love, influence and a moral prestige equalled by few others on the African continent or beyond.

    But Tutu, the cleric and activist who died on Saturday in Cape Town aged 90, was not just outspoken in support of the causes he felt to be right – such as LGBT rights – but a fierce and implacable opponent of what he felt to be wrong. Criticism was often sometimes tempered with humour. On occasion it was delivered straight. This earned him enemies, and still does.

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/2021/dec/26/south-africa-battle-legacy-moral-compass-desmond-tutu", - "creator": "Jason Burke in Cape Town", - "pubDate": "2021-12-26T16:12:23Z", + "title": "Departure of Frost as Brexit minister sets off alarm bells in Brussels", + "description": "

    Concern grows within Europe that his replacement will undermine recent truce in negotiations

    The resignation of David Frost as Boris Johnson’s Brexit minister has set off alarm bells in Brussels, with officials unclear as to the approach that will be taken by the prime minister in the new year.

    In recent weeks, the UK government softened its approach to the post-Brexit arrangements for Northern Ireland, with the two sides brokering a Christmas truce in the talks on a relatively positive note.

    Continue reading...", + "content": "

    Concern grows within Europe that his replacement will undermine recent truce in negotiations

    The resignation of David Frost as Boris Johnson’s Brexit minister has set off alarm bells in Brussels, with officials unclear as to the approach that will be taken by the prime minister in the new year.

    In recent weeks, the UK government softened its approach to the post-Brexit arrangements for Northern Ireland, with the two sides brokering a Christmas truce in the talks on a relatively positive note.

    Continue reading...", + "category": "Europe", + "link": "https://www.theguardian.com/world/2021/dec/19/departure-of-david-frost-as-brexit-minister-sets-off-alarm-bells-in-brussels", + "creator": "Daniel Boffey in Brussels and Lisa O'Carroll in Brussels", + "pubDate": "2021-12-19T12:11:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201239,16 +226888,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cc9d0ae41ea802d84b48d156a1ec466" + "hash": "19250cf321402f08c842c0104ad3988d" }, { - "title": "Los Angeles police kill girl, 14, when firing at suspect in clothing store", - "description": "

    Bullet fired at man suspected of assault went through dressing room wall and struck teenager, officers say

    Los Angeles police have fatally shot a 14-year-old girl who was in the dressing room of a clothing store when officers fired at an assault suspect and a bullet went through the wall, hitting the girl, authorities have said.

    Officers also fatally shot the suspect on Thursday morning at a Burlington store in the North Hollywood area of the San Fernando valley, police said.

    Continue reading...", - "content": "

    Bullet fired at man suspected of assault went through dressing room wall and struck teenager, officers say

    Los Angeles police have fatally shot a 14-year-old girl who was in the dressing room of a clothing store when officers fired at an assault suspect and a bullet went through the wall, hitting the girl, authorities have said.

    Officers also fatally shot the suspect on Thursday morning at a Burlington store in the North Hollywood area of the San Fernando valley, police said.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/24/los-angeles-police-kill-girl-14-when-firing-at-suspect-in-clothing-store", - "creator": "Associated Press", - "pubDate": "2021-12-24T10:28:43Z", + "title": "Sudan police fire teargas as anti-coup protesters stage mass rally", + "description": "

    Thousands mark anniversary of revolt against Bashir regime with protest over military takeover

    Tens of thousands of Sudanese protesters have rallied to mark three years since the start of mass demonstrations that led to the ousting of the dictator Omar al-Bashir, as fears mount for the country’s democratic transition.

    Security forces fired teargas - leaving several wounded, witnesses said – at a huge crowd of protesters near the republican palace in the capital, Khartoum, chanting slogans against the military chief, Gen Abdel Fattah al-Burhan, who led a coup on 25 October.

    Continue reading...", + "content": "

    Thousands mark anniversary of revolt against Bashir regime with protest over military takeover

    Tens of thousands of Sudanese protesters have rallied to mark three years since the start of mass demonstrations that led to the ousting of the dictator Omar al-Bashir, as fears mount for the country’s democratic transition.

    Security forces fired teargas - leaving several wounded, witnesses said – at a huge crowd of protesters near the republican palace in the capital, Khartoum, chanting slogans against the military chief, Gen Abdel Fattah al-Burhan, who led a coup on 25 October.

    Continue reading...", + "category": "Sudan", + "link": "https://www.theguardian.com/world/2021/dec/19/sudan-police-fire-teargas-anti-coup-protesters-stage-mass-rally", + "creator": "Agence France-Presse", + "pubDate": "2021-12-19T14:27:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201260,16 +226909,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ea452ed8d49710d1590679a059d4922" + "hash": "52bedb10298e38febde7daef690b6269" }, { - "title": "‘We’re all going to get Omicron’: NSW health minister’s warning as Australia records 9,618 cases", - "description": "

    Covid case numbers continue to grow across Australia with 6394 cases in NSW, 1,608 in Victoria, 774 in South Australia, 714 in Queensland, 71 in the ACT, 44 in Tasmania, 12 in the Northern Territory and one in Western Australia

    New South Wales reported 6,394 new infections on Boxing Day and 458 cases in hospital, with the health minister warning “we’re all going to get Omicron” and the Australia-wide tally reaching almost 10,000 cases.

    The case numbers in NSW are a slight increase on the already record case numbers reported on Christmas Day.

    Continue reading...", - "content": "

    Covid case numbers continue to grow across Australia with 6394 cases in NSW, 1,608 in Victoria, 774 in South Australia, 714 in Queensland, 71 in the ACT, 44 in Tasmania, 12 in the Northern Territory and one in Western Australia

    New South Wales reported 6,394 new infections on Boxing Day and 458 cases in hospital, with the health minister warning “we’re all going to get Omicron” and the Australia-wide tally reaching almost 10,000 cases.

    The case numbers in NSW are a slight increase on the already record case numbers reported on Christmas Day.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/26/australia-covid-update-nsw-records-6394-cases-and-victoria-reports-1608-new-cases", - "creator": "Caitlin Cassidy", - "pubDate": "2021-12-26T05:43:36Z", + "title": "Appeal for votes in Hong Kong ‘patriots’ election after low early turnout", + "description": "

    Ballot is first since Beijing cut number of directly elected seats and moved to control who can run

    Hong Kong’s first “patriots only” legislative election on Sunday was marked by what could be a record low turnout – reflecting what critics said was widespread disapproval of recent changes to the electoral system and the wider national security crackdown in the city.

    The polls, in which 153 candidates competed for 90 seats, were the first to be held since Beijing overhauled the city’s electoral processes earlier this year, reducing the ratio of directly elected seats and introducing a two-tiered candidate-vetting process by national security police and officials to ensure only “patriots” could administer the city.

    Continue reading...", + "content": "

    Ballot is first since Beijing cut number of directly elected seats and moved to control who can run

    Hong Kong’s first “patriots only” legislative election on Sunday was marked by what could be a record low turnout – reflecting what critics said was widespread disapproval of recent changes to the electoral system and the wider national security crackdown in the city.

    The polls, in which 153 candidates competed for 90 seats, were the first to be held since Beijing overhauled the city’s electoral processes earlier this year, reducing the ratio of directly elected seats and introducing a two-tiered candidate-vetting process by national security police and officials to ensure only “patriots” could administer the city.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/19/police-deployed-at-polling-stations-as-hong-kong-votes-in-overhauled-patriots-election", + "creator": "Vincent Ni, Rhoda Kwan and agencies", + "pubDate": "2021-12-19T16:12:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201281,16 +226930,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0958b6c1a12e8685b2d7040f2b33ebd5" + "hash": "0a08b561e4f20050f5fe72835a7a91da" }, { - "title": "Desmond Tutu: in his own words – video obituary", - "description": "

    Archbishop emeritus Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90. Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Excitable, emotional and charismatic, Tutu won the Nobel peace prize in 1984 and chaired the Truth and Reconciliation Commission (TRC), the controversial and emotional hearings into apartheid-era human rights abuses. This is his life, in his own words

    Continue reading...", - "content": "

    Archbishop emeritus Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90. Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Excitable, emotional and charismatic, Tutu won the Nobel peace prize in 1984 and chaired the Truth and Reconciliation Commission (TRC), the controversial and emotional hearings into apartheid-era human rights abuses. This is his life, in his own words

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/video/2021/dec/26/desmond-tutu-in-his-own-words-video-obituary", - "creator": "", - "pubDate": "2021-12-26T12:58:37Z", + "title": "Hundreds queue for passports in bid to leave Afghanistan", + "description": "

    Crowds brave sub-zero temperatues after Taliban announces it will resume issuing travel documents

    Hundreds of people have braved sub-zero temperatures in Afghanistan’s capital to queue outside the passport office, a day after the Taliban government announced it would resume issuing travel documents.

    Many began their wait the previous night and most stood patiently in single file – some desperate to leave the country for medical treatment, others to escape the Islamists’ renewed rule. Tense Taliban personnel periodically charged crowds that formed at the front of the queue and at a nearby roadblock.

    Continue reading...", + "content": "

    Crowds brave sub-zero temperatues after Taliban announces it will resume issuing travel documents

    Hundreds of people have braved sub-zero temperatures in Afghanistan’s capital to queue outside the passport office, a day after the Taliban government announced it would resume issuing travel documents.

    Many began their wait the previous night and most stood patiently in single file – some desperate to leave the country for medical treatment, others to escape the Islamists’ renewed rule. Tense Taliban personnel periodically charged crowds that formed at the front of the queue and at a nearby roadblock.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2021/dec/19/hundreds-queue-for-passports-in-bid-to-leave-afghanistan", + "creator": "Agencies", + "pubDate": "2021-12-19T11:06:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201302,16 +226951,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e2f9869680de6dd002ce760cfce3fba" + "hash": "4f0a12efc5b73a512e8e394724d09c29" }, { - "title": "Voices of Covid doctors: 'It was always about trying to save you' – video", - "description": "

    Healthcare workers around the world have been on the frontline of the coronavirus pandemic for almost two years, which put them through the darkest days of their careers. Five doctors who have worked in hospitals in Uganda, New Zealand, the US, India, the UK and Brazil told the Guardian about how the pandemic had tested them personally and professionally, but how they continue to find hope and resolve to keep working.

    Thanks to Dr Peter Kavuma, Dr Dalilah Restrepo, Dr Yogesh Kalkonde, Dr Anne Menezes and Dr Megan Smith, who is also a spokesperson at the campaigning organisation EveryDoctor

    Continue reading...", - "content": "

    Healthcare workers around the world have been on the frontline of the coronavirus pandemic for almost two years, which put them through the darkest days of their careers. Five doctors who have worked in hospitals in Uganda, New Zealand, the US, India, the UK and Brazil told the Guardian about how the pandemic had tested them personally and professionally, but how they continue to find hope and resolve to keep working.

    Thanks to Dr Peter Kavuma, Dr Dalilah Restrepo, Dr Yogesh Kalkonde, Dr Anne Menezes and Dr Megan Smith, who is also a spokesperson at the campaigning organisation EveryDoctor

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/23/voices-of-covid-doctors-it-was-always-about-trying-to-save-you-video", - "creator": "Elena Morresi", - "pubDate": "2021-12-23T12:08:32Z", + "title": "Video of Peng Shuai appears online as fears over wellbeing persist", + "description": "

    Seven-second clip of Chinese tennis star laughing with basketball player posted on Twitter

    Fresh footage of the Chinese tennis star Peng Shuai has emerged online as concerns over her wellbeing persist outside the country.

    On Sunday, Qingqing Chen, a senior journalist at the state-owned Global Times, posted a seven-second video clip of Peng on her Twitter account.

    Continue reading...", + "content": "

    Seven-second clip of Chinese tennis star laughing with basketball player posted on Twitter

    Fresh footage of the Chinese tennis star Peng Shuai has emerged online as concerns over her wellbeing persist outside the country.

    On Sunday, Qingqing Chen, a senior journalist at the state-owned Global Times, posted a seven-second video clip of Peng on her Twitter account.

    Continue reading...", + "category": "Peng Shuai", + "link": "https://www.theguardian.com/sport/2021/dec/19/video-of-peng-shuai-appears-online-as-fears-over-wellbeing-persist", + "creator": "Vincent Ni China affairs correspondent", + "pubDate": "2021-12-19T14:58:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201323,16 +226972,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e08e18953908e1ea7e0fc34fdd8417a8" + "hash": "1e2e83c242ad55a363309370e7598789" }, { - "title": "Tiananmen massacre statue removed from Hong Kong university – video", - "description": "

    A monument at a Hong Kong university that commemorated the 1989 Tiananmen Square killings was boarded up by workers. Drilling sounds and loud clanging could be heard coming from the boarded-up site, which was patrolled by guards, as workers barricaded the Pillar of Shame monument at the University of Hong Kong. The 8-metre-tall (26ft) Pillar of Shame, which depicts 50 torn and twisted bodies piled on top of each other, was created by Danish sculptor Jens Galschiøt to symbolise those who lost their lives during the Tiananmen Square crackdown. Galschiøt said he believed the sculpture had been cut up into pieces, and that he was considering pursuing legal action to save it.

    Continue reading...", - "content": "

    A monument at a Hong Kong university that commemorated the 1989 Tiananmen Square killings was boarded up by workers. Drilling sounds and loud clanging could be heard coming from the boarded-up site, which was patrolled by guards, as workers barricaded the Pillar of Shame monument at the University of Hong Kong. The 8-metre-tall (26ft) Pillar of Shame, which depicts 50 torn and twisted bodies piled on top of each other, was created by Danish sculptor Jens Galschiøt to symbolise those who lost their lives during the Tiananmen Square crackdown. Galschiøt said he believed the sculpture had been cut up into pieces, and that he was considering pursuing legal action to save it.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/video/2021/dec/23/tiananmen-massacre-statue-removed-from-hong-kong-university-video", - "creator": "", - "pubDate": "2021-12-23T00:02:42Z", + "title": "Chilean election offers stark choice: a leftist or an admirer of Pinochet", + "description": "

    The campaign has resurfaced deep divisions and revived bitter memories of the country’s recent past

    Chilean voters head to the polls on Sunday to chose between two presidential candidates offering starkly contrasting visions for the future, in the country’s most divisive elections since it returned to democracy in 1990.

    Leftwing candidate Gabriel Boric, a tattooed former student protest leader, has pledged to empower women and Indigenous people and raise taxes and spending in order to create a fairer Chile.

    Continue reading...", + "content": "

    The campaign has resurfaced deep divisions and revived bitter memories of the country’s recent past

    Chilean voters head to the polls on Sunday to chose between two presidential candidates offering starkly contrasting visions for the future, in the country’s most divisive elections since it returned to democracy in 1990.

    Leftwing candidate Gabriel Boric, a tattooed former student protest leader, has pledged to empower women and Indigenous people and raise taxes and spending in order to create a fairer Chile.

    Continue reading...", + "category": "Chile", + "link": "https://www.theguardian.com/world/2021/dec/19/gabriel-boric-jose-antonio-kast-chilean-election", + "creator": "John Bartlett in Santiago", + "pubDate": "2021-12-19T09:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201344,16 +226993,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "90e765fd2e5cff73fda8986e2ce66abb" + "hash": "fe5f513f2539caa2cfc80b706a506177" }, { - "title": "Archbishop Desmond Tutu: tributes paid after anti-apartheid hero dies aged 90 – latest updates", - "description": "

    Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90

    UK deputy prime minister, Dominic Raab, has described Tutu as a “truly great figure”.

    Gary Younge quotes from his 2009 interview with Tutu:

    Continue reading...", - "content": "

    Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90

    UK deputy prime minister, Dominic Raab, has described Tutu as a “truly great figure”.

    Gary Younge quotes from his 2009 interview with Tutu:

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/live/2021/dec/26/desmond-tutu-archbishop-death-news-anti-apartheid-south-africa-latest", - "creator": "Miranda Bryant", - "pubDate": "2021-12-26T08:58:15Z", + "title": "Malaysia’s worst flooding in years leaves 30,000 people displaced", + "description": "

    Urban and rural regions submerged as rivers burst banks after heavy downpours since Friday

    More than 30,000 people have been evacuated from their homes in Malaysia as the country battled some of its worst flooding in years.

    The tropical nation in south-east Asia often experiences stormy monsoon seasons towards the end of the year, with flooding regularly prompting mass evacuations.

    Continue reading...", + "content": "

    Urban and rural regions submerged as rivers burst banks after heavy downpours since Friday

    More than 30,000 people have been evacuated from their homes in Malaysia as the country battled some of its worst flooding in years.

    The tropical nation in south-east Asia often experiences stormy monsoon seasons towards the end of the year, with flooding regularly prompting mass evacuations.

    Continue reading...", + "category": "Malaysia", + "link": "https://www.theguardian.com/world/2021/dec/19/malaysias-worst-flooding-in-years-leaves-30000-people-displaced", + "creator": "Agence France-Presse", + "pubDate": "2021-12-19T11:43:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201365,16 +227014,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a880463935442d746a6c10aa96cbb6a" + "hash": "ac62c3b845c073bdd90a17d36a12a1eb" }, { - "title": "One year on, most voters say Brexit has gone badly", - "description": "

    An Opinium poll also found that 42% of people who voted Leave in 2016 had a negative view of how it had turned out

    More than six out of 10 voters believe Brexit has either gone badly or worse than they expected – a year after the UK left the EU, according to an anniversary poll for the Observer.

    The Opinium survey – coming a week after the minister in charge of Brexit, Lord Frost, resigned from Boris Johnson’s government – also found that 42% of people who voted Leave in 2016 had a negative view of how Brexit had turned out so far.

    Continue reading...", - "content": "

    An Opinium poll also found that 42% of people who voted Leave in 2016 had a negative view of how it had turned out

    More than six out of 10 voters believe Brexit has either gone badly or worse than they expected – a year after the UK left the EU, according to an anniversary poll for the Observer.

    The Opinium survey – coming a week after the minister in charge of Brexit, Lord Frost, resigned from Boris Johnson’s government – also found that 42% of people who voted Leave in 2016 had a negative view of how Brexit had turned out so far.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2021/dec/25/one-year-on-most-voters-say-brexit-has-gone-badly", - "creator": "Toby Helm", - "pubDate": "2021-12-25T20:00:02Z", + "title": "Rapper Drakeo the Ruler dies at 28 after stabbing at music festival", + "description": "

    Cult Los Angeles lyricist reportedly attacked by group of people at Once Upon a Time festival in his home city

    Drakeo the Ruler, the critically acclaimed Los Angeles rapper, has died after a reported stabbing at a music festival. His press representative confirmed his death to the Guardian but did not give further details.

    The 28-year-old, whose real name was Darrell Caldwell, had been scheduled to perform at the Once Upon a Time festival in Los Angeles. A source speaking to the LA Times said Caldwell had been attacked on the festival site by a group of people on Saturday evening. He was taken to hospital in a critical condition, where he later died.

    Continue reading...", + "content": "

    Cult Los Angeles lyricist reportedly attacked by group of people at Once Upon a Time festival in his home city

    Drakeo the Ruler, the critically acclaimed Los Angeles rapper, has died after a reported stabbing at a music festival. His press representative confirmed his death to the Guardian but did not give further details.

    The 28-year-old, whose real name was Darrell Caldwell, had been scheduled to perform at the Once Upon a Time festival in Los Angeles. A source speaking to the LA Times said Caldwell had been attacked on the festival site by a group of people on Saturday evening. He was taken to hospital in a critical condition, where he later died.

    Continue reading...", + "category": "Rap", + "link": "https://www.theguardian.com/music/2021/dec/19/rapper-drakeo-the-ruler-killed-aged-28-after-stabbing-at-music-festival", + "creator": "Ben Beaumont-Thomas", + "pubDate": "2021-12-19T14:47:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201386,16 +227035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "592bee7eb55ef42930c1720373628f4d" + "hash": "aa81a99af385fb35701700723ee3dce6" }, { - "title": "Australia tighten grip on Ashes as England top order crumbles at MCG", - "description": "

    The debrief in Adelaide was meant to represent a fresh start for England but was instead followed by pants being pulled down in Melbourne. Their batting on Boxing Day was so utterly dysfunctional that even the script writers for EastEnders might have deemed the storyline a bit too depressing for their annual dose of festive humbug.

    Joe Root had claimed before this must-win third Ashes Test against Australia that a response was incoming from the tourists. Chris Silverwood, the usually mild-mannered head coach, had locked the dressing room door in response to going 2-0 down a week ago, stuck their dismissals up on the TV screen and dispensed what is known colloquially in these parts as a bake.

    Instead, shortly after tea on the opening day at the MCG – not even halfway through the series as a whole – the Barmy Army trumpeter could already be heard pootling the theme from The Great Escape. A rejigged England side featuring four changes were eight down during what became an eventual 185 all out in 65.1 overs. And that was a total swelled by Ollie Robinson, the No 9, throwing the bat to the tune of 22 runs.

    This was the 12th time in 2021 that England have been rolled for under 200 and in a year when their captain is in the form of his life. Root top-scored with 50 – he now has one final innings in which to make 109 runs and break Mohammad Yusuf’s Test record of 1,788 in a calendar year – but sat among a guilty trio of soft dismissals that featured two supposed lieutenants in Ben Stokes and Jos Buttler.

    Continue reading...", - "content": "

    The debrief in Adelaide was meant to represent a fresh start for England but was instead followed by pants being pulled down in Melbourne. Their batting on Boxing Day was so utterly dysfunctional that even the script writers for EastEnders might have deemed the storyline a bit too depressing for their annual dose of festive humbug.

    Joe Root had claimed before this must-win third Ashes Test against Australia that a response was incoming from the tourists. Chris Silverwood, the usually mild-mannered head coach, had locked the dressing room door in response to going 2-0 down a week ago, stuck their dismissals up on the TV screen and dispensed what is known colloquially in these parts as a bake.

    Instead, shortly after tea on the opening day at the MCG – not even halfway through the series as a whole – the Barmy Army trumpeter could already be heard pootling the theme from The Great Escape. A rejigged England side featuring four changes were eight down during what became an eventual 185 all out in 65.1 overs. And that was a total swelled by Ollie Robinson, the No 9, throwing the bat to the tune of 22 runs.

    This was the 12th time in 2021 that England have been rolled for under 200 and in a year when their captain is in the form of his life. Root top-scored with 50 – he now has one final innings in which to make 109 runs and break Mohammad Yusuf’s Test record of 1,788 in a calendar year – but sat among a guilty trio of soft dismissals that featured two supposed lieutenants in Ben Stokes and Jos Buttler.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/2021/dec/26/australia-tighten-grip-on-ashes-as-england-top-order-crumbles-at-mcg-cricket-boxing-day-test", - "creator": "Ali Martin at Melbourne Cricket Ground", - "pubDate": "2021-12-26T07:43:29Z", + "title": "‘We are family’: the Israelis sharing life and hope with Palestinians", + "description": "

    Participants in a West Bank immersive language project tell of the strong bonds being forged that counter the rise in settler violence

    In the plywood hut in which Palestinian Iman al-Hathalin and her family have lived since their home was bulldozed by the Israeli authorities in 2014, the warmth from a rickety samovar is welcome. Outside the only window, the winter sky is blinding white: it floods the room with an icy light and sends shadows dancing up the flimsy walls.

    Everyone has been ill lately, it seems, including Hathalin’s two-year-old daughter, who sleeps fitfully on her lap, and Maya Mark, her Arabic-speaking Israeli guest. “It is not exaggerating to say Maya is like my sister,” Hathalin said. “I was so worried when she was sick. We are family.”

    Continue reading...", + "content": "

    Participants in a West Bank immersive language project tell of the strong bonds being forged that counter the rise in settler violence

    In the plywood hut in which Palestinian Iman al-Hathalin and her family have lived since their home was bulldozed by the Israeli authorities in 2014, the warmth from a rickety samovar is welcome. Outside the only window, the winter sky is blinding white: it floods the room with an icy light and sends shadows dancing up the flimsy walls.

    Everyone has been ill lately, it seems, including Hathalin’s two-year-old daughter, who sleeps fitfully on her lap, and Maya Mark, her Arabic-speaking Israeli guest. “It is not exaggerating to say Maya is like my sister,” Hathalin said. “I was so worried when she was sick. We are family.”

    Continue reading...", + "category": "Palestinian territories", + "link": "https://www.theguardian.com/world/2021/dec/19/we-are-family-the-israelis-sharing-life-and-hope-with-palestinians", + "creator": "Bethan McKernan and Quique Kierszenbaum in the south Hebron hills", + "pubDate": "2021-12-19T09:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201407,16 +227056,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "63972f39dc13d7cf6aca81d4854ef695" + "hash": "2479e85952dfad8bc1a2688dba3578b0" }, { - "title": "Regulate, break up, open up: how to fix Facebook in 2022", - "description": "

    After another disastrous year for the company, experts and activists see clear ways to tackle its problems

    This year the public saw an alarming side of Facebook, after a huge leak of internal documents revealed the extent of vaccine misinformation and extremism on the platform, a two-tier system of who gets to break the rules, and the toxic effects of Instagram for teens.

    Digital rights activists around the world have warned about these issues for years, but with the company facing mounting pressure, next year could provide an unprecedented opportunity for action.

    Continue reading...", - "content": "

    After another disastrous year for the company, experts and activists see clear ways to tackle its problems

    This year the public saw an alarming side of Facebook, after a huge leak of internal documents revealed the extent of vaccine misinformation and extremism on the platform, a two-tier system of who gets to break the rules, and the toxic effects of Instagram for teens.

    Digital rights activists around the world have warned about these issues for years, but with the company facing mounting pressure, next year could provide an unprecedented opportunity for action.

    Continue reading...", - "category": "Facebook", - "link": "https://www.theguardian.com/technology/2021/dec/25/facebook-how-to-fix-break-up-regulation", - "creator": "Aisha Gani", - "pubDate": "2021-12-26T06:00:15Z", + "title": "Fauci: Omicron ‘raging through the world’ and travel increases Covid risks", + "description": "

    The Omicron variant of Covid-19 has “extraordinary spreading capabilities”, the US government’s top infectious diseases expert said on Sunday, warning that it is already “raging through the world”.

    Dr Anthony Fauci’s warning came ahead of the busy holiday traveling period, which he said would elevate the risk of infection even in vaccinated people.

    Continue reading...", + "content": "

    The Omicron variant of Covid-19 has “extraordinary spreading capabilities”, the US government’s top infectious diseases expert said on Sunday, warning that it is already “raging through the world”.

    Dr Anthony Fauci’s warning came ahead of the busy holiday traveling period, which he said would elevate the risk of infection even in vaccinated people.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/19/us-covid-fauci-omicron-variant-raging-travel-risks", + "creator": "Richard Luscombe", + "pubDate": "2021-12-19T14:08:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201428,16 +227077,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0014fc4370156a0749e0537b428f2fcf" + "hash": "a34468cf8fca7d204b189d624b9825f8" }, { - "title": "Tory MPs warn Boris Johnson’s rivals to oppose tougher Covid new year rules", - "description": "

    Leadership hopefuls told to block new limits in England as scientists model curbs on bars and cafes

    Cabinet ministers vying to succeed Boris Johnson have been warned by Tory colleagues that they will damage their chances unless they stridently oppose further Covid measures in England, as MPs called for New Year’s Eve restrictions to be ruled out.

    With ministers expected to meet as soon as Monday to discuss whether additional measures are needed to protect hospital capacity, several Conservatives said that they would be watching those emerging as leading contenders to replace Johnson should he step aside before the next election.

    Continue reading...", - "content": "

    Leadership hopefuls told to block new limits in England as scientists model curbs on bars and cafes

    Cabinet ministers vying to succeed Boris Johnson have been warned by Tory colleagues that they will damage their chances unless they stridently oppose further Covid measures in England, as MPs called for New Year’s Eve restrictions to be ruled out.

    With ministers expected to meet as soon as Monday to discuss whether additional measures are needed to protect hospital capacity, several Conservatives said that they would be watching those emerging as leading contenders to replace Johnson should he step aside before the next election.

    Continue reading...", - "category": "Conservatives", - "link": "https://www.theguardian.com/politics/2021/dec/25/now-tory-mps-warn-dont-toughen-covid-new-year-rules", - "creator": "Michael Savage and Robin McKie", - "pubDate": "2021-12-26T02:32:44Z", + "title": "London hospital staff speak out: ‘We’re not here to judge, but please get your Covid vaccines’", + "description": "

    Health workers at King’s College hospital fear a surge in admissions as the Omicron wave gathers force, but are cautiously optimistic

    On the third floor of one of the country’s biggest hospital trusts, a team of intensive care specialists in masks and visors huddle around a screened bay where a critically ill patient lies unconscious surrounded by cables and tubes.

    The elderly man’s breathing is supported by a ventilator and he is connected to an arterial line to measure blood pressure. He is fed by a gastric tube, and a nearby stack of six monitors provide updates on his condition, from oxygen levels to heart rate.

    Continue reading...", + "content": "

    Health workers at King’s College hospital fear a surge in admissions as the Omicron wave gathers force, but are cautiously optimistic

    On the third floor of one of the country’s biggest hospital trusts, a team of intensive care specialists in masks and visors huddle around a screened bay where a critically ill patient lies unconscious surrounded by cables and tubes.

    The elderly man’s breathing is supported by a ventilator and he is connected to an arterial line to measure blood pressure. He is fed by a gastric tube, and a nearby stack of six monitors provide updates on his condition, from oxygen levels to heart rate.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/19/london-hospital-staff-speak-out-were-not-here-to-judge-but-please-get-your-covid-vaccines", + "creator": "Jon Ungoed-Thomas", + "pubDate": "2021-12-19T08:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201449,16 +227098,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e9d6a3794b154aefd3370e04bb2ee7e" + "hash": "e2e879b484f5713aeee995fdb863a7c8" }, { - "title": "Space cadets Branson and Bezos scoop the 2021 shamelessness prize", - "description": "

    Virgin and Amazon bosses do well in our awards for business brass neck, but there are also nods to big oil, big money – and a powerful whiff of Musk

    Every Christmas, Observer Business Agenda casts its eye over the year that was, seeking to spotlight the business luminaries whose deeds might otherwise have gone unrecognised. At first glance 2021 looked awfully similar to 2020 – a pandemic, various lockdowns and a new wave of infections to round it all off – but it soon became clear that there were still candidates worthy of special recognition.

    Continue reading...", - "content": "

    Virgin and Amazon bosses do well in our awards for business brass neck, but there are also nods to big oil, big money – and a powerful whiff of Musk

    Every Christmas, Observer Business Agenda casts its eye over the year that was, seeking to spotlight the business luminaries whose deeds might otherwise have gone unrecognised. At first glance 2021 looked awfully similar to 2020 – a pandemic, various lockdowns and a new wave of infections to round it all off – but it soon became clear that there were still candidates worthy of special recognition.

    Continue reading...", - "category": "Richard Branson", - "link": "https://www.theguardian.com/business/2021/dec/26/2021-business-agenda-awards-branson-bezos-musk", - "creator": "Jasper Jolly", - "pubDate": "2021-12-26T00:05:07Z", + "title": "Victim of privilege: how Ghislaine Maxwell’s lawyers tried to make her seem likable", + "description": "

    Maxwell’s attorneys tried to replace her image of a privileged socialite with one of being a kind and generous employer

    When Ghislaine Maxwell’s defense case started last Thursday, her team tried pulling off a near-impossible task – making the British socialite accused of sex trafficking seem likable.

    Indeed, the first defense witness in Maxwell’s Manhattan federal court sex-trafficking trial, former assistant Cimberly Espinosa, described her ex-boss in glowing terms.

    Continue reading...", + "content": "

    Maxwell’s attorneys tried to replace her image of a privileged socialite with one of being a kind and generous employer

    When Ghislaine Maxwell’s defense case started last Thursday, her team tried pulling off a near-impossible task – making the British socialite accused of sex trafficking seem likable.

    Indeed, the first defense witness in Maxwell’s Manhattan federal court sex-trafficking trial, former assistant Cimberly Espinosa, described her ex-boss in glowing terms.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/19/ghislaine-maxwells-lawyers-likable", + "creator": "Victoria Bekiempis", + "pubDate": "2021-12-19T10:00:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201470,16 +227119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd38994b157c9ec081aca70df0d747dd" + "hash": "dd7097d3697c049b856e79e4df6c5f3f" }, { - "title": "Italians fear return of instability if Mario Draghi quits to become president", - "description": "

    Silvio Berlusconi is among those waiting in the wings if the prime minister decides to leave the stage and forces an early election

    Italians have been enjoying an unusual period of political harmony – Mario Draghi, the prime minister, brought decisive, competent leadership in the midst of the pandemic, and the economy is growing fast. But that could be thrown into jeopardy when parliament elects a new president in January.

    An opaque ritual described as being akin to the appointment of a new pope, the topic is dominating the political debate as the outcome could leave Italy with a predicament at a critical juncture: should Draghi, the former European Central Bank chief credited with restoring stability and confidence in the country, remain prime minister, or become president?

    Continue reading...", - "content": "

    Silvio Berlusconi is among those waiting in the wings if the prime minister decides to leave the stage and forces an early election

    Italians have been enjoying an unusual period of political harmony – Mario Draghi, the prime minister, brought decisive, competent leadership in the midst of the pandemic, and the economy is growing fast. But that could be thrown into jeopardy when parliament elects a new president in January.

    An opaque ritual described as being akin to the appointment of a new pope, the topic is dominating the political debate as the outcome could leave Italy with a predicament at a critical juncture: should Draghi, the former European Central Bank chief credited with restoring stability and confidence in the country, remain prime minister, or become president?

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2021/dec/26/italians-fear-return-of-instability-if-mario-draghi-quits-to-become-president", - "creator": "Angela Giuffrida in Rome", - "pubDate": "2021-12-26T06:30:15Z", + "title": "New York has a huge rat problem. These vigilantes with dogs think they can fix it", + "description": "

    Rats, a group that has been hunting rats with dogs in New York since 1995, is summoned to infested neighborhoods

    This will come as no surprise to anyone but New York City has a rat problem.

    Two million rats call the city home, thriving on the streets, in sewers, in both abandoned and un-abandoned buildings, in the parks, in the subways, in shoe stores and in restaurants.

    Continue reading...", + "content": "

    Rats, a group that has been hunting rats with dogs in New York since 1995, is summoned to infested neighborhoods

    This will come as no surprise to anyone but New York City has a rat problem.

    Two million rats call the city home, thriving on the streets, in sewers, in both abandoned and un-abandoned buildings, in the parks, in the subways, in shoe stores and in restaurants.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2021/dec/19/new-york-city-rat-problem-vigilantes-with-dogs", + "creator": "Adam Gabbatt", + "pubDate": "2021-12-19T07:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201491,16 +227140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7f320ff4851a589642e86ee382cdcd8" + "hash": "514f9735bec3096f188af0d3bf41a8c5" }, { - "title": "Suicidal asylum-seekers subjected to ‘dangerous’ use of force by guards at detention centre", - "description": "

    Observer investigation finds officers without the usual certification used risky restraint techniques at Brook House

    Suicidal asylum seekers were subject to force by guards who the Home Office allowed to remain on duty despite being “effectively uncertified” in the safe use of restraint techniques, according to internal documents charting conditions inside one of the UK’s most controversial immigration centres.

    Experts say the department endangered lives last year by deploying custody staff whose training in the safe use of force had expired, as it detained hundreds of people who had crossed the Channel in a fast-track scheme to remove them.

    Continue reading...", - "content": "

    Observer investigation finds officers without the usual certification used risky restraint techniques at Brook House

    Suicidal asylum seekers were subject to force by guards who the Home Office allowed to remain on duty despite being “effectively uncertified” in the safe use of restraint techniques, according to internal documents charting conditions inside one of the UK’s most controversial immigration centres.

    Experts say the department endangered lives last year by deploying custody staff whose training in the safe use of force had expired, as it detained hundreds of people who had crossed the Channel in a fast-track scheme to remove them.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/dec/26/suicidal-asylum-seekers-subjected-to-dangerous-use-of-force-by-guards-at-detention-centre", - "creator": "Aaron Walawalkar, Jessica Purkiss, Eleanor Rose and Mark Townsend", - "pubDate": "2021-12-26T08:45:17Z", + "title": "‘I want to get as much done as I can’: Keanu Reeves on poetry, grief and making the most of every minute", + "description": "He is one of Hollywood’s hardest working and well-liked actors. As the next instalment of his epic Matrix series hits the big screen, Tom Lamont meets the famously thoughtful star

    Keanu Reeves covers his face with both hands. Long bands of the actor’s straggly, jet-black hair flit from side to side as he shakes his cradled head. Reeves, who is 57, has a new Matrix movie out soon. It will be the first instalment in that famous sci-fi series since the turn of the century, when a visually splendid trilogy – The Matrix, The Matrix Reloaded and The Matrix Revolutions – shook blockbuster cinema to its foundations. I have just been telling him what an unforgettable outing that first Matrix movie was for me, back in 1999, when I saw it in a packed, noisy cinema full of people who couldn’t sit still for excitement. I’ve also just admitted to Reeves that, when The Matrix Resurrections is made available later this month, via various platforms, I’ll probably stream it at home, probably on a laptop.

    I only intend this as a light prompt to get him talking about Hollywood in 2021, a curious time for showbusiness, with Covid precautions and advances in streaming tech combining to make so many movies available for home viewing at the same time as they appear in cinemas. But perhaps Reeves is someone who feels things more deeply than most, because suddenly he begins to plead with me, through muffling fingers: “Dude? Don’t stream that movie… Don’t you fucking stream that movie.”

    Continue reading...", + "content": "He is one of Hollywood’s hardest working and well-liked actors. As the next instalment of his epic Matrix series hits the big screen, Tom Lamont meets the famously thoughtful star

    Keanu Reeves covers his face with both hands. Long bands of the actor’s straggly, jet-black hair flit from side to side as he shakes his cradled head. Reeves, who is 57, has a new Matrix movie out soon. It will be the first instalment in that famous sci-fi series since the turn of the century, when a visually splendid trilogy – The Matrix, The Matrix Reloaded and The Matrix Revolutions – shook blockbuster cinema to its foundations. I have just been telling him what an unforgettable outing that first Matrix movie was for me, back in 1999, when I saw it in a packed, noisy cinema full of people who couldn’t sit still for excitement. I’ve also just admitted to Reeves that, when The Matrix Resurrections is made available later this month, via various platforms, I’ll probably stream it at home, probably on a laptop.

    I only intend this as a light prompt to get him talking about Hollywood in 2021, a curious time for showbusiness, with Covid precautions and advances in streaming tech combining to make so many movies available for home viewing at the same time as they appear in cinemas. But perhaps Reeves is someone who feels things more deeply than most, because suddenly he begins to plead with me, through muffling fingers: “Dude? Don’t stream that movie… Don’t you fucking stream that movie.”

    Continue reading...", + "category": "Keanu Reeves", + "link": "https://www.theguardian.com/film/2021/dec/19/i-want-to-get-as-much-done-as-i-can-keanu-reeves-on-poetry-and-grief", + "creator": "Tom Lamont", + "pubDate": "2021-12-19T08:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201512,16 +227161,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c345c3faad8f2388e0a67e5750cd9578" + "hash": "b23dbb53b56aa00684a610b24bd2dcc5" }, { - "title": "T Mark Taylor, He-Man and Masters of the Universe toy designer, dies aged 80", - "description": "

    The California native also helped create the popular Teenage Mutant Ninja Turtles franchise in a lifetime working for Mattel

    T Mark Taylor, artist and toy designer for the He-Man and the Masters of the Universe franchise as well as the Teenage Mutant Ninja Turtles, has died of heart failure at his home in southern California. He was 80.

    He-Man was the muscled frontman for toy manufacturer Mattel’s Masters of the Universe franchise, which would later spawn an animated series that became a staple for children.

    Continue reading...", - "content": "

    The California native also helped create the popular Teenage Mutant Ninja Turtles franchise in a lifetime working for Mattel

    T Mark Taylor, artist and toy designer for the He-Man and the Masters of the Universe franchise as well as the Teenage Mutant Ninja Turtles, has died of heart failure at his home in southern California. He was 80.

    He-Man was the muscled frontman for toy manufacturer Mattel’s Masters of the Universe franchise, which would later spawn an animated series that became a staple for children.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/26/t-mark-taylor-he-man-and-masters-of-the-universe-toy-designer-dies-aged-80", - "creator": "Associated Press", - "pubDate": "2021-12-26T05:39:21Z", + "title": "I’m heartbroken to miss Christmas with my family – but want to inspire girls with this huge challenge", + "description": "While my husband and two children celebrate Christmas without me, I will be rowing 3,000 miles across the Atlantic

    For the past few weeks, I’ve been getting ready for Christmas. As well as putting the tree up ridiculously early, I’ve made the cake, bought the presents and assembled the stockings. Even though my children no longer believe in Santa, the crinkle of my dad’s old golf socks stuffed full of presents on Christmas morning still makes their faces light up.

    But this year, for the first time since they were born, I won’t be there to celebrate with them. I’m leaving my husband Fred, daughter Inès, 15, and son Vincent, 12, to row 3,000 miles across the Atlantic as part of the annual Talisker Whisky Atlantic Challenge. My four-woman crew of mothers is called the Mothership, and between us we have 11 children, the youngest of whom is four.

    Continue reading...", + "content": "While my husband and two children celebrate Christmas without me, I will be rowing 3,000 miles across the Atlantic

    For the past few weeks, I’ve been getting ready for Christmas. As well as putting the tree up ridiculously early, I’ve made the cake, bought the presents and assembled the stockings. Even though my children no longer believe in Santa, the crinkle of my dad’s old golf socks stuffed full of presents on Christmas morning still makes their faces light up.

    But this year, for the first time since they were born, I won’t be there to celebrate with them. I’m leaving my husband Fred, daughter Inès, 15, and son Vincent, 12, to row 3,000 miles across the Atlantic as part of the annual Talisker Whisky Atlantic Challenge. My four-woman crew of mothers is called the Mothership, and between us we have 11 children, the youngest of whom is four.

    Continue reading...", + "category": "Family", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/19/i-am-heartbroken-to-miss-christmas-with-my-family-but-want-to-inspire-girls-with-this-huge-challenge", + "creator": "Lebby Eyres", + "pubDate": "2021-12-19T11:00:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201533,16 +227182,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc03e312390371c8a8a2d5b0f46b954f" + "hash": "ac997d51124fa496c434d2d099468628" }, { - "title": "Burkina Faso declares two days of mourning after 41 militia members killed", - "description": "

    The killings come amid escalating violence in the region, where a four-year Islamist insurgency has resulted in thousands of deaths

    Authorities in Burkina Faso have declared a two-day period of mourning after suspected militants killed at least 41 members of a government-backed civilian militia in the country’s desert north this week.

    A column of civilian fighters from the homeland defence volunteers (VDP), a group the government funds and trains to contain Islamist insurgents, was ambushed on Thursday as it swept a remote area in the northern Loroum province, authorities said on Saturday.

    Continue reading...", - "content": "

    The killings come amid escalating violence in the region, where a four-year Islamist insurgency has resulted in thousands of deaths

    Authorities in Burkina Faso have declared a two-day period of mourning after suspected militants killed at least 41 members of a government-backed civilian militia in the country’s desert north this week.

    A column of civilian fighters from the homeland defence volunteers (VDP), a group the government funds and trains to contain Islamist insurgents, was ambushed on Thursday as it swept a remote area in the northern Loroum province, authorities said on Saturday.

    Continue reading...", - "category": "Burkina Faso", - "link": "https://www.theguardian.com/world/2021/dec/26/burkina-faso-declares-two-days-of-mourning-after-41-militia-members-killed", - "creator": "Reuters", - "pubDate": "2021-12-26T01:35:20Z", + "title": "Republicans are shamelessly working to subvert democracy. Are Democrats paying attention?", + "description": "

    Voting rights activists say the country has not fully awakened to the threat

    A dry run. A dress rehearsal. A practice coup. As the first anniversary of the 6 January insurrection at the US Capitol approaches, there is no shortage of warnings about the danger of a repeat by Republicans.

    But even as Donald Trump loyalists lay siege to democracy with voting restrictions and attempts to take over the running of elections, there are fears that Democrats in Washington have not fully woken up to the threat.

    Continue reading...", + "content": "

    Voting rights activists say the country has not fully awakened to the threat

    A dry run. A dress rehearsal. A practice coup. As the first anniversary of the 6 January insurrection at the US Capitol approaches, there is no shortage of warnings about the danger of a repeat by Republicans.

    But even as Donald Trump loyalists lay siege to democracy with voting restrictions and attempts to take over the running of elections, there are fears that Democrats in Washington have not fully woken up to the threat.

    Continue reading...", + "category": "US voting rights", + "link": "https://www.theguardian.com/us-news/2021/dec/19/republicans-subvert-democracy-democrats-paying-attention", + "creator": "Sam Levine in New York and David Smith in Washington", + "pubDate": "2021-12-19T07:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201554,16 +227203,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d652890fcd1d380a82c3f5d1b6e288d9" + "hash": "aff19c5fbd10ba907b5ec12fa382e5bb" }, { - "title": "Save the Children workers missing after 30 villagers reportedly massacred by Myanmar troops", - "description": "

    Two members of international humanitarian group missing after killings in Kayah state

    Two members of the international humanitarian group Save the Children are missing after Myanmar government troops rounded up villagers, some believed to be women and children, fatally shot more than 30 and burned the bodies, according to a witness and other reports.

    Purported photos of the aftermath of the Christmas Eve massacre in Moso, a village in the country’s east, just outside Hpruso township in Kayah state where refugees were sheltering from an army offensive, have spread on social media in the country, fuelling outrage against the military that took power in February.

    Continue reading...", - "content": "

    Two members of international humanitarian group missing after killings in Kayah state

    Two members of the international humanitarian group Save the Children are missing after Myanmar government troops rounded up villagers, some believed to be women and children, fatally shot more than 30 and burned the bodies, according to a witness and other reports.

    Purported photos of the aftermath of the Christmas Eve massacre in Moso, a village in the country’s east, just outside Hpruso township in Kayah state where refugees were sheltering from an army offensive, have spread on social media in the country, fuelling outrage against the military that took power in February.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2021/dec/26/save-the-children-workers-missing-after-30-villagers-massacred-by-myanmar-troops", - "creator": "The Associated Press", - "pubDate": "2021-12-26T03:29:18Z", + "title": "‘All bets are off now’: a torrid week when Johnson’s balloon was burst", + "description": "

    Last week’s byelection result laid bare the growing anger felt towards the PM – both from outside and within his own party

    Shortly after Owen Paterson resigned as the Tory MP for North Shropshire in early November, Helen Morgan, who had been trounced when she stood as Liberal Democrat candidate at the last general election, rang her party’s HQ in London with a message that took senior officials by surprise.

    “She told us that we really had a chance in the byelection, that we had to throw everything at it. Initially there was a lot of scepticism,” said a party official. “Nobody really believed it.”

    Continue reading...", + "content": "

    Last week’s byelection result laid bare the growing anger felt towards the PM – both from outside and within his own party

    Shortly after Owen Paterson resigned as the Tory MP for North Shropshire in early November, Helen Morgan, who had been trounced when she stood as Liberal Democrat candidate at the last general election, rang her party’s HQ in London with a message that took senior officials by surprise.

    “She told us that we really had a chance in the byelection, that we had to throw everything at it. Initially there was a lot of scepticism,” said a party official. “Nobody really believed it.”

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/19/all-bets-are-off-now-a-torrid-week-when-johnsons-balloon-was-burst", + "creator": "Toby Helm and Michael Savage", + "pubDate": "2021-12-19T06:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201575,16 +227224,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcdac07143fd03b515774d7f689ee037" + "hash": "2daa2ee1758e46a6e2efb143e0cd6ad7" }, { - "title": "Three members of K-pop band BTS test positive for Covid", - "description": "

    RM and Jin diagnosed on Saturday, managers say, while Suga was shown to be infected after returning from the US

    Three members of the K-pop superstar group BTS have been infected with coronavirus after returning from abroad, their management agency said on Sunday.

    RM and Jin were diagnosed with Covid-19 on Saturday evening, the Big Hit Music agency said in a statement. It earlier said another member, Suga, tested positive for the virus on Friday.

    Continue reading...", - "content": "

    RM and Jin diagnosed on Saturday, managers say, while Suga was shown to be infected after returning from the US

    Three members of the K-pop superstar group BTS have been infected with coronavirus after returning from abroad, their management agency said on Sunday.

    RM and Jin were diagnosed with Covid-19 on Saturday evening, the Big Hit Music agency said in a statement. It earlier said another member, Suga, tested positive for the virus on Friday.

    Continue reading...", - "category": "BTS", - "link": "https://www.theguardian.com/music/2021/dec/26/three-members-of-k-pop-band-bts-test-positive-for-covid", - "creator": "Associated Press", - "pubDate": "2021-12-26T01:48:55Z", + "title": "Remote, beautiful, lacking in plumbing: New Zealand’s beloved loos with views", + "description": "

    Aotearoa’s wild landscapes are world-famous but spectacular views are not confined to the walking trails – long-drop toilets also boast incredible panoramas

    Be it the crest of an icy mountain peak, the depths of the dense native bush, or the slopes of sleeping volcanoes, New Zealand’s wild and remote landscapes are coveted by outdoor enthusiasts the world over. But what really sets the country’s nature apart from the rest is what is at one’s disposal when nature calls – spectacular loos with views.

    These scenic spots – small, remote, and lacking in plumbing – are a curious quirk in New Zealand’s landscape, and offer up some of the best panoramas in the country.

    Continue reading...", + "content": "

    Aotearoa’s wild landscapes are world-famous but spectacular views are not confined to the walking trails – long-drop toilets also boast incredible panoramas

    Be it the crest of an icy mountain peak, the depths of the dense native bush, or the slopes of sleeping volcanoes, New Zealand’s wild and remote landscapes are coveted by outdoor enthusiasts the world over. But what really sets the country’s nature apart from the rest is what is at one’s disposal when nature calls – spectacular loos with views.

    These scenic spots – small, remote, and lacking in plumbing – are a curious quirk in New Zealand’s landscape, and offer up some of the best panoramas in the country.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/19/remote-beautiful-lacking-in-plumbing-new-zealands-beloved-loos-with-views", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-12-18T18:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201596,16 +227245,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "79e5e8dee322f2d6917db95d0137c8c5" + "hash": "c249bff2cf78fc8aea9744c75229deec" }, { - "title": "Covid live news: new restrictions for Wales, Scotland and Northern Ireland", - "description": "

    New coronavirus restrictions are being introduced in Wales, Scotland and Northern Ireland as the country’s leaders try to combat rising Covid cases

    China has reported 206 new Covid cases on Christmas Day, a significant jump from 140 a day earlier, its health authority said on Sunday and Reuters reports.

    Of the new infections, 158 were locally transmitted, according to a statement by the National Health Commission, compared with 87 cases the previous day.

    Continue reading...", - "content": "

    New coronavirus restrictions are being introduced in Wales, Scotland and Northern Ireland as the country’s leaders try to combat rising Covid cases

    China has reported 206 new Covid cases on Christmas Day, a significant jump from 140 a day earlier, its health authority said on Sunday and Reuters reports.

    Of the new infections, 158 were locally transmitted, according to a statement by the National Health Commission, compared with 87 cases the previous day.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/26/covid-live-news-france-and-italy-see-record-daily-cases-australias-omicron-outbreak-spreads", - "creator": "Tom Bryant (now); Martin Farrer and Caitlin Cassidy (earlier)", - "pubDate": "2021-12-26T08:54:31Z", + "title": "Women executed as witches in Scotland on track to receive pardons", + "description": "

    Three centuries after repeal of Witchcraft Act thousands who were tried as witches could get official apologies

    From allegations of cursing the king’s ships, to shape-shifting into animals and birds, or dancing with the devil, a satanic panic in early modern Scotland meant that thousands of women were accused of witchcraft in the 16th-18th centuries with many executed.

    Now, three centuries after the Witchcraft Act was repealed, campaigners are on course to win pardons and official apologies for the estimated 3,837 people – 84% of whom were women – tried as witches, of which two-thirds were executed and burned.

    Continue reading...", + "content": "

    Three centuries after repeal of Witchcraft Act thousands who were tried as witches could get official apologies

    From allegations of cursing the king’s ships, to shape-shifting into animals and birds, or dancing with the devil, a satanic panic in early modern Scotland meant that thousands of women were accused of witchcraft in the 16th-18th centuries with many executed.

    Now, three centuries after the Witchcraft Act was repealed, campaigners are on course to win pardons and official apologies for the estimated 3,837 people – 84% of whom were women – tried as witches, of which two-thirds were executed and burned.

    Continue reading...", + "category": "Scotland", + "link": "https://www.theguardian.com/uk-news/2021/dec/19/executed-witches-scotland-pardons-witchcraft-act", + "creator": "Caroline Davies", + "pubDate": "2021-12-19T16:10:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201617,16 +227266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31ad88579ac19e4b8be005c3ddbce830" + "hash": "ac9449500d53356cf4a78d0e9eb2193a" }, { - "title": "I agreed to be a bridesmaid, but now I’m dreading it", - "description": "Extract yourself from the role and life will get a whole lot better

    The question I am due to be the bridesmaid at my friend’s wedding. She’s been engaged for five years. The whole thing has had to be rearranged twice due to the pandemic and now it’s on for 2022.

    When she became engaged, I was one of her only mates. We had been teenage friends and used to go out drinking and partying. She started working and became sensible and ambitious, met her fiancé and settled down. I went to college, met a bunch of people I bonded with and we started to drift apart. She asked me to be her bridesmaid more than four years ago and I think it was because at that time there were not many other people she could ask.

    Continue reading...", - "content": "Extract yourself from the role and life will get a whole lot better

    The question I am due to be the bridesmaid at my friend’s wedding. She’s been engaged for five years. The whole thing has had to be rearranged twice due to the pandemic and now it’s on for 2022.

    When she became engaged, I was one of her only mates. We had been teenage friends and used to go out drinking and partying. She started working and became sensible and ambitious, met her fiancé and settled down. I went to college, met a bunch of people I bonded with and we started to drift apart. She asked me to be her bridesmaid more than four years ago and I think it was because at that time there were not many other people she could ask.

    Continue reading...", - "category": "Relationships", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/i-agreed-to-be-a-bridesmaid-but-now-i-dread-it", - "creator": "Philippa Perry", - "pubDate": "2021-12-26T06:00:16Z", + "title": "Covid live: UK reports more than 12,000 new Omicron cases and variant becomes dominant in Ireland", + "description": "

    Total number of confirmed UK Omicron cases now at 37,101; Irish officials say 52% of cases estimated to be the Omicron variant

    The head of Germany’s domestic intelligence agency has been talking about the potential for serious acts of political violence coming from the country’s anti-vaccine movement, in which organised far right activists are increasingly involved in some regions.

    Thomas Haldenwang, the president of the Federal Office for the Protection of the Constitution, said in an interview with journalists from the Funke media group: “It is true that there is a difference between talking about violence and committing it,”

    Continue reading...", + "content": "

    Total number of confirmed UK Omicron cases now at 37,101; Irish officials say 52% of cases estimated to be the Omicron variant

    The head of Germany’s domestic intelligence agency has been talking about the potential for serious acts of political violence coming from the country’s anti-vaccine movement, in which organised far right activists are increasingly involved in some regions.

    Thomas Haldenwang, the president of the Federal Office for the Protection of the Constitution, said in an interview with journalists from the Funke media group: “It is true that there is a difference between talking about violence and committing it,”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/19/covid-news-live-uk-2m-infections-a-day-germany-restricts-travel-boris-johnson-latest-updates", + "creator": "Ben Quinn (now) and Fran Lawther (earlier)", + "pubDate": "2021-12-19T16:14:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201638,16 +227287,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6527f4d3e24d702e5dedb44b11d2b2e" + "hash": "d6e73ffb4280fb237b7f3a0f7aa854d3" }, { - "title": "‘If I don’t end up in intensive care, it’s a bonus’: the beauty and pain of being the world’s best endurance swimmer", - "description": "

    From jellyfish in the Caribbean to hypothermia in the English Channel, swimming hasn’t been easy for Chloë McCardel – but can feel ‘so wild and free’

    We’re not off to a good start. I’m fumbling with my cap, the rubber clinging to my head lopsidedly, my hair straggling out. I take it off to start again and the woman who has swum the fickle English Channel more times than any other human, the “Queen of the Channel”, instructs me in how to correctly apply a swimming cap.

    Chloë McCardel and I are going for an ocean swim at Bondi. She dives into the foamy sea ahead of me – more slender mermaid than broad-shouldered Amazonian. Knee deep, I feel the current suck at my flesh. It’s not one of Bondi’s better days. Chest deep, I realise I’m being dragged out and my very amateur ocean-swimming abilities are no match for this surf. Panic rises. McCardel is an impatient white-cap in the distance. What was I thinking, suggesting a swim with superwoman?

    Continue reading...", - "content": "

    From jellyfish in the Caribbean to hypothermia in the English Channel, swimming hasn’t been easy for Chloë McCardel – but can feel ‘so wild and free’

    We’re not off to a good start. I’m fumbling with my cap, the rubber clinging to my head lopsidedly, my hair straggling out. I take it off to start again and the woman who has swum the fickle English Channel more times than any other human, the “Queen of the Channel”, instructs me in how to correctly apply a swimming cap.

    Chloë McCardel and I are going for an ocean swim at Bondi. She dives into the foamy sea ahead of me – more slender mermaid than broad-shouldered Amazonian. Knee deep, I feel the current suck at my flesh. It’s not one of Bondi’s better days. Chest deep, I realise I’m being dragged out and my very amateur ocean-swimming abilities are no match for this surf. Panic rises. McCardel is an impatient white-cap in the distance. What was I thinking, suggesting a swim with superwoman?

    Continue reading...", - "category": "Swimming", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/if-i-dont-end-up-in-intensive-care-its-a-bonus-the-beauty-and-pain-of-being-the-worlds-best-endurance-swimmer", - "creator": "Stephanie Wood", - "pubDate": "2021-12-25T19:00:01Z", + "title": "Joe Manchin tells Fox News he’s a ‘no’ on Build Back Better in huge blow for Biden", + "description": "
    • $1.75tn domestic spending plan all but dead in the water
    • President said talks with West Virginia senator would go on

    The West Virginia senator Joe Manchin dealt a huge blow to Joe Biden on Sunday, saying he was a “no” on the $1.75tn Build Back Better domestic spending plan.

    Biden and Democrats said this week they would delay the bill until next year. The president said it would pass and that he would continue talking to Manchin.

    Continue reading...", + "content": "
    • $1.75tn domestic spending plan all but dead in the water
    • President said talks with West Virginia senator would go on

    The West Virginia senator Joe Manchin dealt a huge blow to Joe Biden on Sunday, saying he was a “no” on the $1.75tn Build Back Better domestic spending plan.

    Biden and Democrats said this week they would delay the bill until next year. The president said it would pass and that he would continue talking to Manchin.

    Continue reading...", + "category": "Joe Manchin", + "link": "https://www.theguardian.com/us-news/2021/dec/19/joe-manchin-biden-build-back-better-no-fox-news", + "creator": "Martin Pengelly in New York", + "pubDate": "2021-12-19T15:52:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201659,16 +227308,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4338eb3b569280082f129fd3d3481c6" + "hash": "70cadaee0f199c128055be6cd9adf8d8" }, { - "title": "The big quiz of 2021", - "description": "Adele was on song, Ronaldo was on target… How well do you remember the past year?

    1. Which two other sports, as well as darts, has PDC World No 1, Gerwyn “The Iceman” Price, played professionally, before retiring in 2014 to concentrate on darts?
    a. Rallying and BMX
    b. Rugby union and rugby league
    c. Volleyball and handball
    d. Greco-Roman wrestling and MMA

    2. On 10 January 2021, North Korean Supreme Leader Kim Jong-un was elected general secretary of the Workers Party of Korea. Who did he replace?
    a. His late father, Kim Jong-il, who died in 2011, but held the office for a decade posthumously
    b. His late grandfather Kim Il-Sung, who died in 1994, but held the office for 27 years posthumously
    c. His uncle Jang Song-thaek, who was executed for treason in 2014
    d. His sister Kim Yo-jong, who became a social media sex symbol in 2020

    Continue reading...", - "content": "Adele was on song, Ronaldo was on target… How well do you remember the past year?

    1. Which two other sports, as well as darts, has PDC World No 1, Gerwyn “The Iceman” Price, played professionally, before retiring in 2014 to concentrate on darts?
    a. Rallying and BMX
    b. Rugby union and rugby league
    c. Volleyball and handball
    d. Greco-Roman wrestling and MMA

    2. On 10 January 2021, North Korean Supreme Leader Kim Jong-un was elected general secretary of the Workers Party of Korea. Who did he replace?
    a. His late father, Kim Jong-il, who died in 2011, but held the office for a decade posthumously
    b. His late grandfather Kim Il-Sung, who died in 1994, but held the office for 27 years posthumously
    c. His uncle Jang Song-thaek, who was executed for treason in 2014
    d. His sister Kim Yo-jong, who became a social media sex symbol in 2020

    Continue reading...", - "category": "Quiz and trivia games", - "link": "https://www.theguardian.com/games/2021/dec/26/the-big-quiz-of-2021", - "creator": "Séamas O’Reilly and Dara O’Reilly", - "pubDate": "2021-12-26T07:00:16Z", + "title": "One woman has died and two are critically injured after a tree fell during Sydney storm", + "description": "

    The women were injured in a northern beaches carpark following the wild storm, along with a young boy

    A woman has died and three people have been injured when a tree fell in a car park during a storm on Sydney’s northern beaches.

    Emergency services received multiple reports of storm damage across the area from 3.30pm on Sunday, with trees and powerlines down across suburbs from Mona Vale to Forestville.

    Continue reading...", + "content": "

    The women were injured in a northern beaches carpark following the wild storm, along with a young boy

    A woman has died and three people have been injured when a tree fell in a car park during a storm on Sydney’s northern beaches.

    Emergency services received multiple reports of storm damage across the area from 3.30pm on Sunday, with trees and powerlines down across suburbs from Mona Vale to Forestville.

    Continue reading...", + "category": "New South Wales", + "link": "https://www.theguardian.com/australia-news/2021/dec/19/one-woman-has-died-and-two-are-critically-injured-after-a-tree-fell-during-sydney-storm", + "creator": "Australian Associated Press with Guardian staff", + "pubDate": "2021-12-19T07:43:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201680,16 +227329,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8fd30bcabd9d17abb12edf2cc4393d8" + "hash": "1a6158d4d11ec53c2c5056101bca4e3d" }, { - "title": "Anna & Dr Helmy by Ronen Steinke review – the Schindler of the surgery room", - "description": "

    This meticulous account of the Arab doctor who sheltered a Jewish girl in 1930s Berlin is a remarkable story of subterfuge and courage

    The Yad Vashem Holocaust memorial in Jerusalem honours 25,000 individuals who helped to save Jewish lives during the second world war. Among this roll call of the “Righteous among the Nations”, there is only one named Arab: Dr Mohamed Helmy. This remarkable book tells the story of Helmy’s life, in particular the years in which he helped a young Jewish girl, Anna Boros (later Gutman), evade the Nazis in the heart of Berlin from 1936 until the end of the war.

    Ronen Steinke, a political commentator at German broadsheet Süddeutsche Zeitung, has painstakingly pieced together these events from the state archive in Berlin, and from Gestapo correspondence, and interviews with the surviving relatives of Helmy and Gutman in New York and Cairo. His story, deftly translated by Sharon Howe, wears this research lightly. Steinke’s history sheds a light on what he argues is a deliberately forgotten world, the old Arabic Berlin of the Weimar period, centred around the grand mosque in the Wilmersdorf district, which was “open, progressive and far from antisemitic” and which welcomed Jewish luminaries, including Albert Einstein and philosopher Martin Buber, to its cultural events. “It is a perception shared by many Muslims in western countries that the Holocaust was nothing to do with them, that Muslim migrants played no part in that history,” Steinke writes. “This book is evidence to the contrary.”

    Continue reading...", - "content": "

    This meticulous account of the Arab doctor who sheltered a Jewish girl in 1930s Berlin is a remarkable story of subterfuge and courage

    The Yad Vashem Holocaust memorial in Jerusalem honours 25,000 individuals who helped to save Jewish lives during the second world war. Among this roll call of the “Righteous among the Nations”, there is only one named Arab: Dr Mohamed Helmy. This remarkable book tells the story of Helmy’s life, in particular the years in which he helped a young Jewish girl, Anna Boros (later Gutman), evade the Nazis in the heart of Berlin from 1936 until the end of the war.

    Ronen Steinke, a political commentator at German broadsheet Süddeutsche Zeitung, has painstakingly pieced together these events from the state archive in Berlin, and from Gestapo correspondence, and interviews with the surviving relatives of Helmy and Gutman in New York and Cairo. His story, deftly translated by Sharon Howe, wears this research lightly. Steinke’s history sheds a light on what he argues is a deliberately forgotten world, the old Arabic Berlin of the Weimar period, centred around the grand mosque in the Wilmersdorf district, which was “open, progressive and far from antisemitic” and which welcomed Jewish luminaries, including Albert Einstein and philosopher Martin Buber, to its cultural events. “It is a perception shared by many Muslims in western countries that the Holocaust was nothing to do with them, that Muslim migrants played no part in that history,” Steinke writes. “This book is evidence to the contrary.”

    Continue reading...", - "category": "History books", - "link": "https://www.theguardian.com/books/2021/dec/26/anna-dr-helmy-by-ronen-steinke-review-the-schindler-of-the-surgery-room", - "creator": "Tim Adams", - "pubDate": "2021-12-26T07:00:16Z", + "title": "How has North Korea's Kim Jong-un held on to power so long? – video", + "description": "

    Kim Jong-un emerged onto the world stage as a virtual unknown in 2011, a young man thrust into power at the head of North Korea – a nuclear-armed state – after his father's unexpected death. 

    In the decade since, he has ruthlessly purged alleged political opponents, extended his country's nuclear capabilities, and tightened his grip on power as North Korea's supreme leader.

    From diplomatic summits with Donald Trump to executing members of his own family and failing to stave off famine in his own country, Guardian correspondent Justin McCurry charts the highs and lows of Kim's first 10 years in office. 

    Continue reading...", + "content": "

    Kim Jong-un emerged onto the world stage as a virtual unknown in 2011, a young man thrust into power at the head of North Korea – a nuclear-armed state – after his father's unexpected death. 

    In the decade since, he has ruthlessly purged alleged political opponents, extended his country's nuclear capabilities, and tightened his grip on power as North Korea's supreme leader.

    From diplomatic summits with Donald Trump to executing members of his own family and failing to stave off famine in his own country, Guardian correspondent Justin McCurry charts the highs and lows of Kim's first 10 years in office. 

    Continue reading...", + "category": "Kim Jong-un", + "link": "https://www.theguardian.com/world/video/2021/dec/17/how-has-north-koreas-kim-jong-un-held-on-to-power-so-long-video", + "creator": "Justin McCurry, Jamie Macwhirter and Nikhita Chulani", + "pubDate": "2021-12-17T00:38:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201701,16 +227350,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "00a8eb195aa3e804f8e46dfa5e27fc90" + "hash": "cd94114fcbf36287351f70ddd4be022e" }, { - "title": "Sunday with Neil Gaiman: ‘I’m left to make things up, uninterrupted’", - "description": "The writer on hiking, overeating – and bedtime stories

    How are your Sunday mornings? Right now I’m in Edinburgh – my Sundays start in a hotel room, alone. Midweek, I’m up at 5.30am to make it on set. The first thing I do is text my wife Amanda in New Zealand with a message for my son. If I’m lucky with the time difference I can read him a bedtime story.

    Do you work? I love to write. On Sundays it’s a joy. It’s a gift that nobody else is working. It’s the day I have to really write – the best bit of the job – when most of my time is spent doing admin and emails. We’ve got three TV shows on the go, there’s a lot to do, but right now on Sundays I’m left to make things up, uninterrupted.

    Continue reading...", - "content": "The writer on hiking, overeating – and bedtime stories

    How are your Sunday mornings? Right now I’m in Edinburgh – my Sundays start in a hotel room, alone. Midweek, I’m up at 5.30am to make it on set. The first thing I do is text my wife Amanda in New Zealand with a message for my son. If I’m lucky with the time difference I can read him a bedtime story.

    Do you work? I love to write. On Sundays it’s a joy. It’s a gift that nobody else is working. It’s the day I have to really write – the best bit of the job – when most of my time is spent doing admin and emails. We’ve got three TV shows on the go, there’s a lot to do, but right now on Sundays I’m left to make things up, uninterrupted.

    Continue reading...", - "category": "Sunday with…", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/sunday-with-writer-neil-gaiman", - "creator": "Michael Segalov", - "pubDate": "2021-12-26T06:45:15Z", + "title": "Missile tests, horse rides and executions: Kim Jong-un’s leadership in pictures", + "description": "

    Kim Jong-un has defied the expectations of many, to mark 10 years in power following the death in 2011 of his father, Kim Jong-il. In that time, he has presided over famines, executions and nuclear tensions, while finding the time to inspect a fish pickling station and go horse riding

    Continue reading...", + "content": "

    Kim Jong-un has defied the expectations of many, to mark 10 years in power following the death in 2011 of his father, Kim Jong-il. In that time, he has presided over famines, executions and nuclear tensions, while finding the time to inspect a fish pickling station and go horse riding

    Continue reading...", + "category": "Kim Jong-un", + "link": "https://www.theguardian.com/world/gallery/2021/dec/17/missile-tests-horse-rides-and-executions-kim-jong-uns-leadership-in-pictures", + "creator": "", + "pubDate": "2021-12-17T00:29:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201722,16 +227371,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "001d43b2636793bf52ac546b60315ad9" + "hash": "8df86c6b953cc07af9a25984322fc7f2" }, { - "title": "Japan’s whaling town struggles to keep 400 years of tradition alive", - "description": "

    The resumption of killing whales for profit for the first time in over 30 years is offering little cause for celebration

    You don’t have to look far to find evidence of Wada’s centuries-old connection to whaling. Visitors to the town on Japan’s Pacific coast are greeted by a replica skeleton of a blue whale before entering a museum devoted to the behemoths of the ocean.

    At a local restaurant, diners eat deep-fried whale cutlet and buy cetacean-themed gifts at a neighbouring gift shop. At the edge of the water stands a wooden deck where harpooned whales are butchered before being sold to wholesalers and restaurants.

    Continue reading...", - "content": "

    The resumption of killing whales for profit for the first time in over 30 years is offering little cause for celebration

    You don’t have to look far to find evidence of Wada’s centuries-old connection to whaling. Visitors to the town on Japan’s Pacific coast are greeted by a replica skeleton of a blue whale before entering a museum devoted to the behemoths of the ocean.

    At a local restaurant, diners eat deep-fried whale cutlet and buy cetacean-themed gifts at a neighbouring gift shop. At the edge of the water stands a wooden deck where harpooned whales are butchered before being sold to wholesalers and restaurants.

    Continue reading...", - "category": "Japan", - "link": "https://www.theguardian.com/world/2021/dec/26/japans-whaling-town-struggles-to-keep-400-years-of-tradition-alive", - "creator": "Justin McCurry in Wada", - "pubDate": "2021-12-26T06:15:14Z", + "title": "Covid live: UK minister not ruling out ‘circuit breaker’ before Christmas; Netherlands lockdown begins", + "description": "

    Health secretary says government keeping ‘everything under review’; shops closed and Christmas plans in disarray as lockdown comes into force

    The head of Germany’s domestic intelligence agency has been talking about the potential for serious acts of political violence coming from the country’s anti-vaccine movement, in which organised far right activists are increasingly involved in some regions.

    Thomas Haldenwang, the president of the Federal Office for the Protection of the Constitution, said in an interview with journalists from the Funke media group: “It is true that there is a difference between talking about violence and committing it,”

    Continue reading...", + "content": "

    Health secretary says government keeping ‘everything under review’; shops closed and Christmas plans in disarray as lockdown comes into force

    The head of Germany’s domestic intelligence agency has been talking about the potential for serious acts of political violence coming from the country’s anti-vaccine movement, in which organised far right activists are increasingly involved in some regions.

    Thomas Haldenwang, the president of the Federal Office for the Protection of the Constitution, said in an interview with journalists from the Funke media group: “It is true that there is a difference between talking about violence and committing it,”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/19/covid-news-live-uk-2m-infections-a-day-germany-restricts-travel-boris-johnson-latest-updates", + "creator": "Ben Quinn", + "pubDate": "2021-12-19T12:27:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201743,16 +227392,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "156c8bd6a3211ae55fa6b7f2ffc18c25" + "hash": "73be2c249e759aa2b9dab3ab891a73af" }, { - "title": "My winter of love: I was homesick in New York. The quiet Danish poet was just what I was longing for", - "description": "

    We met in a cafe and struck up an intense friendship - soon we were kissing for hours on park benches. Then he asked me to join him on a trip to Iceland

    There was a strip of cafes and bars that ran alongside Tompkins Square park in the Lower East Side in New York and none of them minded if all you bought was a single coffee and sat all night long. So I did just that. It was the late 90s, I was 19 years old and I had never lived in a city before. I sat night after night in these cafes, reading books, watching people, drinking too much coffee. I didn’t really have anything else to do, I didn’t know anyone, so I’d sit and watch the East Village whirl around me.

    I wasn’t the only lonely kid, though. After a while I noticed another sitting night after night in Café Pick Me Up, a studious young man feverishly filling up notebooks. Café Pick Me Up was a cosy little place with a low pressed-metal ceiling, crammed full of tiny tables, with French cafe chairs and mellow lighting. If you were to write a romcom featuring a meet cute, you’d set it there.

    Continue reading...", - "content": "

    We met in a cafe and struck up an intense friendship - soon we were kissing for hours on park benches. Then he asked me to join him on a trip to Iceland

    There was a strip of cafes and bars that ran alongside Tompkins Square park in the Lower East Side in New York and none of them minded if all you bought was a single coffee and sat all night long. So I did just that. It was the late 90s, I was 19 years old and I had never lived in a city before. I sat night after night in these cafes, reading books, watching people, drinking too much coffee. I didn’t really have anything else to do, I didn’t know anyone, so I’d sit and watch the East Village whirl around me.

    I wasn’t the only lonely kid, though. After a while I noticed another sitting night after night in Café Pick Me Up, a studious young man feverishly filling up notebooks. Café Pick Me Up was a cosy little place with a low pressed-metal ceiling, crammed full of tiny tables, with French cafe chairs and mellow lighting. If you were to write a romcom featuring a meet cute, you’d set it there.

    Continue reading...", - "category": "Relationships", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/26/my-winter-of-love-homesick-new-york-quiet-danish-poet", - "creator": "Alys Fowler", - "pubDate": "2021-12-26T06:00:16Z", + "title": "Typhoon Rai: dozens more deaths confirmed as relief efforts ramp up in Philippines", + "description": "

    Fears death toll will rise further as rescue efforts continue in towns on the devastated island of Bohol

    The official death toll from the strongest typhoon to hit the Philippines this year has risen to 89 people, as efforts to deliver water and food to devastated islands ramped up.

    More than 300,000 people fled their homes and beachfront resorts as Typhoon Rai ravaged the southern and central regions of the archipelago.

    Continue reading...", + "content": "

    Fears death toll will rise further as rescue efforts continue in towns on the devastated island of Bohol

    The official death toll from the strongest typhoon to hit the Philippines this year has risen to 89 people, as efforts to deliver water and food to devastated islands ramped up.

    More than 300,000 people fled their homes and beachfront resorts as Typhoon Rai ravaged the southern and central regions of the archipelago.

    Continue reading...", + "category": "Philippines", + "link": "https://www.theguardian.com/world/2021/dec/19/typhoon-rai-dozens-more-deaths-confirmed-as-relief-efforts-ramp-up-in-philippines", + "creator": "Guardian staff with agencies", + "pubDate": "2021-12-19T07:29:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201764,16 +227413,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "720ab15ff1e83252df54b0c7490fca05" + "hash": "738313bafc5c38105a0fad4a6b57079a" }, { - "title": "Snow warning extended from Scotland to east Midlands", - "description": "

    Met Office yellow alert stretches south to Derbyshire and eastwards to Durham and Northumberland

    Parts of England from the east Midlands to the north-east have joined Scotland in preparing for blizzard-like conditions on Boxing Day, as the white Christmas continues.

    One of the Met Office’s yellow warnings was expanded to include an area from the Scottish borders to Derbyshire, as well as further east over Durham and Northumberland, due to the increased chance of snow accumulating over the southern Pennines overnight.

    Continue reading...", - "content": "

    Met Office yellow alert stretches south to Derbyshire and eastwards to Durham and Northumberland

    Parts of England from the east Midlands to the north-east have joined Scotland in preparing for blizzard-like conditions on Boxing Day, as the white Christmas continues.

    One of the Met Office’s yellow warnings was expanded to include an area from the Scottish borders to Derbyshire, as well as further east over Durham and Northumberland, due to the increased chance of snow accumulating over the southern Pennines overnight.

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/2021/dec/26/snow-warning-extended-from-scotland-to-east-midlands", - "creator": "PA Media", - "pubDate": "2021-12-26T09:25:58Z", + "title": "Police deployed at polling stations as Hong Kong votes in overhauled ‘patriots’ election", + "description": "

    Sunday’s vote marks first since Beijing drastically cut number of directly elected seats and moved to control who can run for office in the city

    Hong Kong’s first “patriots-only” legislative elections have seen sluggish early turnout across the city, as thousands of police officers were deployed to monitor the polling stations.

    Sunday’s polls, which saw 153 candidates compete for 90 seats, are the first to be held after Beijing overhauled the city’s electoral processes earlier this year, reducing the ratio of directly-elected seats and introducing a two-tiered candidate vetting process by national security police and officials to ensure only “patriots” can administer the city.

    Continue reading...", + "content": "

    Sunday’s vote marks first since Beijing drastically cut number of directly elected seats and moved to control who can run for office in the city

    Hong Kong’s first “patriots-only” legislative elections have seen sluggish early turnout across the city, as thousands of police officers were deployed to monitor the polling stations.

    Sunday’s polls, which saw 153 candidates compete for 90 seats, are the first to be held after Beijing overhauled the city’s electoral processes earlier this year, reducing the ratio of directly-elected seats and introducing a two-tiered candidate vetting process by national security police and officials to ensure only “patriots” can administer the city.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/19/police-deployed-at-polling-stations-as-hong-kong-votes-in-overhauled-patriots-election", + "creator": "Rhoda Kwan and agencies", + "pubDate": "2021-12-19T07:25:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201785,16 +227434,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1dd007e9cf0203c941a89cf59b8fc6d6" + "hash": "810a53a352ec0130bbfa4516f96b335f" }, { - "title": "Johnson’s pig-headed reign approaches its tragicomic climax | William Keegan", - "description": "

    Events in the run-up to Christmas have conspired like twists in a novel to reveal the true character of Tory Brexiters

    There was a moment last year when Boris Johnson was reported to have gone awol (absent without leave) from governing the country in order to work on a book about Shakespeare.

    At the time, many commentators blamed his absence for a crucial delay in decision-making which contributed to thousands of avoidable, Covid-related deaths. Be that as it may, or was, he returned to the helm of state, brushed off many a criticism, and managed to persuade gullible members of the media and electorate that he possessed Teflon qualities and was invincible.

    Continue reading...", - "content": "

    Events in the run-up to Christmas have conspired like twists in a novel to reveal the true character of Tory Brexiters

    There was a moment last year when Boris Johnson was reported to have gone awol (absent without leave) from governing the country in order to work on a book about Shakespeare.

    At the time, many commentators blamed his absence for a crucial delay in decision-making which contributed to thousands of avoidable, Covid-related deaths. Be that as it may, or was, he returned to the helm of state, brushed off many a criticism, and managed to persuade gullible members of the media and electorate that he possessed Teflon qualities and was invincible.

    Continue reading...", - "category": "Economics", - "link": "https://www.theguardian.com/business/2021/dec/26/johnsons-pig-headed-reign-approaches-its-tragicomic-climax", - "creator": "William Keegan", - "pubDate": "2021-12-26T07:00:16Z", + "title": "Five ice-age mammoths unearthed in Cotswolds after 220,000 years", + "description": "

    David Attenborough will tell of ‘pristine’ skeletons found with other extinct species

    Five ice-age mammoths in an extraordinary state of preservation have been discovered in the Cotswolds, to the astonishment of archaeologists and palaeontologists.

    The extensive remains of two adults, two juveniles and an infant that roamed 200,000 years ago have been unearthed near Swindon, along with tools used by Neanderthals, who are likely to have hunted these 10-tonne beasts. More are expected to be found because only a fraction of the vast site, a gravel quarry, has been excavated.

    Continue reading...", + "content": "

    David Attenborough will tell of ‘pristine’ skeletons found with other extinct species

    Five ice-age mammoths in an extraordinary state of preservation have been discovered in the Cotswolds, to the astonishment of archaeologists and palaeontologists.

    The extensive remains of two adults, two juveniles and an infant that roamed 200,000 years ago have been unearthed near Swindon, along with tools used by Neanderthals, who are likely to have hunted these 10-tonne beasts. More are expected to be found because only a fraction of the vast site, a gravel quarry, has been excavated.

    Continue reading...", + "category": "Palaeontology", + "link": "https://www.theguardian.com/science/2021/dec/19/five-ice-age-mammoths-unearthed-in-cotswolds-after-220000-years", + "creator": "Dalya Alberge", + "pubDate": "2021-12-19T06:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201806,16 +227455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3636696db3bf664b144ff4aa35c3514a" + "hash": "ea4af28042a836d433883c813d8bd7f9" }, { - "title": "At least 16 dead after third migrant boat in three days sinks in Greek waters", - "description": "

    People still missing despite major rescue effort as smugglers switch to more perilous route from Turkey

    At least 16 people have died after a migrant boat capsized in the Aegean Sea late Friday, bringing to at least 30 the combined death toll from three accidents in as many days involving migrant boats in Greek waters.

    The sinkings came as smugglers increasingly favour a perilous route from Turkey to Italy, which avoids Greece’s heavily patrolled eastern Aegean islands that for years were at the forefront of the country’s migration crisis.

    Continue reading...", - "content": "

    People still missing despite major rescue effort as smugglers switch to more perilous route from Turkey

    At least 16 people have died after a migrant boat capsized in the Aegean Sea late Friday, bringing to at least 30 the combined death toll from three accidents in as many days involving migrant boats in Greek waters.

    The sinkings came as smugglers increasingly favour a perilous route from Turkey to Italy, which avoids Greece’s heavily patrolled eastern Aegean islands that for years were at the forefront of the country’s migration crisis.

    Continue reading...", - "category": "Greece", - "link": "https://www.theguardian.com/world/2021/dec/24/at-least-six-dead-after-third-migrant-boat-in-three-days-sinks-in-greek-waters", - "creator": "Associated Press in Athens", - "pubDate": "2021-12-25T06:07:28Z", + "title": "Tasmania’s jumping castle tragedy claims sixth life after boy, 11, dies in hospital", + "description": "

    Four forensic child interviewers from NSW will assist the investigation into the accident at Devonport’s Hillcrest Primary School

    An 11-year-old boy has become the sixth fatality of Devonport’s Hillcrest Primary School tragedy.

    Tasmania police commissioner Darren Hine says Chace Harrison, aged 11, died in hospital on Sunday morning.

    Continue reading...", + "content": "

    Four forensic child interviewers from NSW will assist the investigation into the accident at Devonport’s Hillcrest Primary School

    An 11-year-old boy has become the sixth fatality of Devonport’s Hillcrest Primary School tragedy.

    Tasmania police commissioner Darren Hine says Chace Harrison, aged 11, died in hospital on Sunday morning.

    Continue reading...", + "category": "Tasmania", + "link": "https://www.theguardian.com/australia-news/2021/dec/19/tasmanias-jumping-castle-tragedy-claims-sixth-life-after-boy-11-dies-in-hospital", + "creator": "Australian Associated Press", + "pubDate": "2021-12-19T06:00:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201827,16 +227476,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcc2fc9b9d22b3a66c7f253e679495da" + "hash": "80753f59f633a231efe83cf953df5989" }, { - "title": "‘Radically optimistic’: the thinktank chief who believes the US can ‘self-correct’", - "description": "

    Patrick Gaspard discusses his Haitian dissident parents, meeting Mandela and protecting democracy

    Barack Obama could be forgiven for considering himself a big shot. But Patrick Gaspard used to keep his ego in check.

    “You’re of course an extraordinary historic figure but I’m sorry, this doesn’t compare,” Gaspard would joke, “meeting Nelson Mandela will always be the top of Mount Kilimanjaro for me.

    Continue reading...", - "content": "

    Patrick Gaspard discusses his Haitian dissident parents, meeting Mandela and protecting democracy

    Barack Obama could be forgiven for considering himself a big shot. But Patrick Gaspard used to keep his ego in check.

    “You’re of course an extraordinary historic figure but I’m sorry, this doesn’t compare,” Gaspard would joke, “meeting Nelson Mandela will always be the top of Mount Kilimanjaro for me.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/2021/dec/26/patrick-gaspard-center-for-american-progress-interview", - "creator": "David Smith in Washington", - "pubDate": "2021-12-26T08:45:18Z", + "title": "End United Nations veto in mass atrocity cases, urges David Miliband", + "description": "

    Former foreign secretary calls on Britain to back French proposal over UN Security Council powers

    Britain must back calls for countries in the United Nations security council to give up their veto on cases of alleged mass atrocities, genocide and war crimes, the former foreign secretary David Miliband has said.

    Miliband, now the president of the New York-based NGO, International Rescue Committee, said he supported a proposal from France that would suspend the power of the US, China, the UK, France and Russia to block action in these cases. He called on the foreign secretary, Liz Truss, to back the measure.

    Continue reading...", + "content": "

    Former foreign secretary calls on Britain to back French proposal over UN Security Council powers

    Britain must back calls for countries in the United Nations security council to give up their veto on cases of alleged mass atrocities, genocide and war crimes, the former foreign secretary David Miliband has said.

    Miliband, now the president of the New York-based NGO, International Rescue Committee, said he supported a proposal from France that would suspend the power of the US, China, the UK, France and Russia to block action in these cases. He called on the foreign secretary, Liz Truss, to back the measure.

    Continue reading...", + "category": "United Nations", + "link": "https://www.theguardian.com/world/2021/dec/19/end-united-nations-veto-in-mass-atrocity-cases-urges-david-miliband", + "creator": "Michael Savage and Simon Tisdall", + "pubDate": "2021-12-19T07:45:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201848,16 +227497,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bd8ec6be10624ca06792c3a9dc6aaab" + "hash": "c4887ff52e5c3bae1bae9cde19a98550" }, { - "title": "'Not my time to die': Madagascan minister on surviving 12-hour swim after crash – video", - "description": "

    Serge Gelle, the country’s secretary of state for police, reached land in the seaside town of Mahambo, having swum about 12 hours to shore after his helicopter crashed off Madagascar's north-east coast. 'It's not my time to die,' the 57-year-old said, lying exhausted in a deckchair in a video shared on social media

    Continue reading...", - "content": "

    Serge Gelle, the country’s secretary of state for police, reached land in the seaside town of Mahambo, having swum about 12 hours to shore after his helicopter crashed off Madagascar's north-east coast. 'It's not my time to die,' the 57-year-old said, lying exhausted in a deckchair in a video shared on social media

    Continue reading...", - "category": "Madagascar", - "link": "https://www.theguardian.com/world/video/2021/dec/22/not-my-time-to-die-madagascan-minister-on-surviving-12-hour-swim-after-crash-video", - "creator": "", - "pubDate": "2021-12-22T18:56:14Z", + "title": "Is there any good news at all on Omicron? Yes, there are small signs of hope", + "description": "

    Analysis: scientists are only starting to understand new Covid mutation but there is encouraging news from the laboratory, South Africa and on antiviral drugs

    It’s hard to find much good news among the waves of grim statistics that have washed over the nation since the emergence of Omicron.

    Once again, the NHS is threatened and again, the prospect of a new year lockdown looms. We seem to have gained nothing in the battle against Covid-19 during the past 12 months.

    Continue reading...", + "content": "

    Analysis: scientists are only starting to understand new Covid mutation but there is encouraging news from the laboratory, South Africa and on antiviral drugs

    It’s hard to find much good news among the waves of grim statistics that have washed over the nation since the emergence of Omicron.

    Once again, the NHS is threatened and again, the prospect of a new year lockdown looms. We seem to have gained nothing in the battle against Covid-19 during the past 12 months.

    Continue reading...", + "category": "Infectious diseases", + "link": "https://www.theguardian.com/science/2021/dec/18/is-there-any-good-news-at-all-on-omicron-yes-there-are-small-signs-of-hope", + "creator": "Robin McKie Science Editor", + "pubDate": "2021-12-18T18:00:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201869,16 +227518,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "885c683dc19718c3c2dd3e283f17db2d" + "hash": "d160efc293dda86747618a07a7b63bdb" }, { - "title": "'We cannot boost our way out of the pandemic': WHO head on global vaccine inequality – video", - "description": "

    The World Health Organization has said booster programmes are more likely to lengthen the pandemic rather than shorten it, as vaccine inequality means many countries have not yet hit their 40% vaccination target while wealthier nations move on to offer booster jabs. The WHO director general, Dr Tedros Adhanom Ghebreyesus, said Covid would continue to mutate and spread through unvaccinated populations

    Continue reading...", - "content": "

    The World Health Organization has said booster programmes are more likely to lengthen the pandemic rather than shorten it, as vaccine inequality means many countries have not yet hit their 40% vaccination target while wealthier nations move on to offer booster jabs. The WHO director general, Dr Tedros Adhanom Ghebreyesus, said Covid would continue to mutate and spread through unvaccinated populations

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/22/we-cannot-boost-our-way-out-of-the-pandemic-who-head-on-global-vaccine-inequality-video", - "creator": "", - "pubDate": "2021-12-22T17:31:21Z", + "title": "Kamala Harris concedes White House ‘didn’t see’ Delta and Omicron coming", + "description": "

    Vice-president’s candid admission on Covid variants came in wide-ranging interview with the Los Angeles Times

    Kamala Harris has conceded that the Biden administration was blind to the emergence of the Delta and Omicron variants of Covid-19, and said she fears “misinformation” over vaccines will prolong the pandemic well into a third year.

    The candid admission came in a wide-ranging interview with the Los Angeles Times, which followed reports that the vice-president was “struggling” to make a mark as Joe Biden’s No 2 and was keen for a more prominent role.

    Continue reading...", + "content": "

    Vice-president’s candid admission on Covid variants came in wide-ranging interview with the Los Angeles Times

    Kamala Harris has conceded that the Biden administration was blind to the emergence of the Delta and Omicron variants of Covid-19, and said she fears “misinformation” over vaccines will prolong the pandemic well into a third year.

    The candid admission came in a wide-ranging interview with the Los Angeles Times, which followed reports that the vice-president was “struggling” to make a mark as Joe Biden’s No 2 and was keen for a more prominent role.

    Continue reading...", + "category": "Kamala Harris", + "link": "https://www.theguardian.com/us-news/2021/dec/18/kamala-harris-la-times-interview-covid-variants-vaccines", + "creator": "Richard Luscombe", + "pubDate": "2021-12-18T20:37:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201890,16 +227539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30609f9edb2aa60490a59fccf3cdd7fc" + "hash": "f14ec007a86a31f56b4bdae62c92dba7" }, { - "title": "Archbishop Desmond Tutu, giant in fight against apartheid South Africa, dies at 90", - "description": "

    The Nobel laureate, often described as the moral conscience of his nation, died on Boxing Day in Cape Town

    Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90.

    Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Continue reading...", - "content": "

    The Nobel laureate, often described as the moral conscience of his nation, died on Boxing Day in Cape Town

    Desmond Tutu, the cleric and social activist who was a giant of the struggle against apartheid in South Africa, has died aged 90.

    Tutu, described by foreign observers and his countrymen as the moral conscience of his nation, died in Cape Town on Boxing Day.

    Continue reading...", - "category": "Desmond Tutu", - "link": "https://www.theguardian.com/world/2021/dec/26/archbishop-desmond-tutu-giant-in-fight-against-apartheid-south-africa-dies-at-90", - "creator": "Jason Burke, Africa correspondent, in Cape Town", - "pubDate": "2021-12-26T08:01:30Z", + "title": "Piers Corbyn arrested on suspicion of calling for MPs’ offices to be burned down", + "description": "

    Video shared on social media shows anti-lockdown protester criticising MPs who voted for Covid curbs

    Piers Corbyn has been arrested on suspicion of encouraging people to burn down MPs’ offices.

    The Metropolitan police said a man in his 70s – whom they did not name – was arrested in Southwark, south London, in the early hours of Sunday.

    Continue reading...", + "content": "

    Video shared on social media shows anti-lockdown protester criticising MPs who voted for Covid curbs

    Piers Corbyn has been arrested on suspicion of encouraging people to burn down MPs’ offices.

    The Metropolitan police said a man in his 70s – whom they did not name – was arrested in Southwark, south London, in the early hours of Sunday.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/19/piers-corbyn-arrested-on-suspicion-of-calling-for-mps-offices-to-be-burned-down", + "creator": "Maya Wolfe-Robinson", + "pubDate": "2021-12-19T10:29:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201911,16 +227560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "336c9384160e050b7930969e9cc1fb3d" + "hash": "f92b729fc3f2a5ac9f6b8b09e037ee26" }, { - "title": "Covid live news: Australia cases may top 10,000; France sees record daily high; Israel orders 100,000 anti-viral pills", - "description": "

    New South Wales has recorded its highest ever Covid daily caseload, with 6,288 new infections announced today – by far the highest number of cases in any Australian state since the pandemic began.

    Record Covid cases were reported across Australia on Christmas Day as overwhelmed testing clinics were forced to close and tens of thousands of people spent the holiday in isolation.

    I would sincerely appeal that they do not again consider closing churches and places of worship.

    I think this country has shown that people can make good judgements themselves.

    We’re at that point of saying we understand the risk. We know what we should do. Most people are sensible and cautious. We don’t need stronger impositions to teach us what to do.

    Continue reading...", - "content": "

    New South Wales has recorded its highest ever Covid daily caseload, with 6,288 new infections announced today – by far the highest number of cases in any Australian state since the pandemic began.

    Record Covid cases were reported across Australia on Christmas Day as overwhelmed testing clinics were forced to close and tens of thousands of people spent the holiday in isolation.

    I would sincerely appeal that they do not again consider closing churches and places of worship.

    I think this country has shown that people can make good judgements themselves.

    We’re at that point of saying we understand the risk. We know what we should do. Most people are sensible and cautious. We don’t need stronger impositions to teach us what to do.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/25/covid-live-news-christmas-day-coronavirus-latest-updates-omicron", - "creator": "Caitlin Cassidy (now) Nadeem Badshah, Kaamil Ahmed (earlier)", - "pubDate": "2021-12-26T00:10:58Z", + "title": "How bringing back the wild yam is feeding the hungry in drought-hit Madagascar", + "description": "

    This year’s Guardian and Observer campaign supports four charities fighting global climate injustice. Here, we look at the work of East African farmers and Kew scientists

    Every December, the arrival of rain signals the beginning of the “hungry season” in Madagascar. It will be months before the next rice harvest on the island, which is experiencing the worst drought in 40 years in the south of the country. One million people are struggling to find food in the region due to what the World Food Programme described as the “first climate-induced famine”.

    Global heating was not the main cause yet, scientists concluded in a recent study, blaming poverty and a heavy reliance on annual rains instead. But in the face of increasingly unstable rice production – the main staple – as Madagascar becomes hotter and drier, the yam, an unloved tuber, has become a source of hope in the one of the poorest countries in the world that is not in conflict.

    Continue reading...", + "content": "

    This year’s Guardian and Observer campaign supports four charities fighting global climate injustice. Here, we look at the work of East African farmers and Kew scientists

    Every December, the arrival of rain signals the beginning of the “hungry season” in Madagascar. It will be months before the next rice harvest on the island, which is experiencing the worst drought in 40 years in the south of the country. One million people are struggling to find food in the region due to what the World Food Programme described as the “first climate-induced famine”.

    Global heating was not the main cause yet, scientists concluded in a recent study, blaming poverty and a heavy reliance on annual rains instead. But in the face of increasingly unstable rice production – the main staple – as Madagascar becomes hotter and drier, the yam, an unloved tuber, has become a source of hope in the one of the poorest countries in the world that is not in conflict.

    Continue reading...", + "category": "Madagascar", + "link": "https://www.theguardian.com/society/2021/dec/19/how-bringing-back-the-wild-yam-is-feeding-the-hungry-in-drought-hit-madagascar", + "creator": "Patrick Greenfield", + "pubDate": "2021-12-19T08:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201932,16 +227581,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdb904e378aeb291da347f1ff09757b6" + "hash": "b6ce23accd6127aff79ef459e51378ff" }, { - "title": "Ashes 2021-22 third Test, day one: Australia v England – live!", - "description": "

    On the subject of England recovering from 2-0 down with three to play, senior players made the right noises pre-Test.

    Brollies down, covers coming off. We might have a toss soon.

    Continue reading...", - "content": "

    On the subject of England recovering from 2-0 down with three to play, senior players made the right noises pre-Test.

    Brollies down, covers coming off. We might have a toss soon.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/live/2021/dec/26/ashes-2021-22-australia-vs-england-day-one-1-cricket-3rd-third-boxing-day-test-live-score-card-aus-v-eng-start-time-latest-updates", - "creator": "Jonathan Howcroft (now) and Tanya Aldred (later)", - "pubDate": "2021-12-26T00:11:04Z", + "title": "On the Ukraine frontline: 'Only the dead aren't afraid' – video", + "description": "

    With tensions escalating along the border with Russia, Luke Harding visits troops in Ukraine's Donbas region to gauge the mood ahead of a possible invasion. The war here has continued since 2014, when pro-Russian separatists seized Ukrainian cities. But in recent weeks large numbers of Russian troops have gathered on Ukraine's border, while talks between Vladimir Putin and US president, Joe Biden, have not provided the diplomatic solution many had hoped for

    Continue reading...", + "content": "

    With tensions escalating along the border with Russia, Luke Harding visits troops in Ukraine's Donbas region to gauge the mood ahead of a possible invasion. The war here has continued since 2014, when pro-Russian separatists seized Ukrainian cities. But in recent weeks large numbers of Russian troops have gathered on Ukraine's border, while talks between Vladimir Putin and US president, Joe Biden, have not provided the diplomatic solution many had hoped for

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/video/2021/dec/16/on-the-ukraine-frontline-only-the-dead-arent-afraid-video", + "creator": "Luke Harding , Volodymyr Yurchenko, Richard Sprenger and Katie Lamborn", + "pubDate": "2021-12-16T14:42:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201953,16 +227602,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "46efcf5cb66b00c947cbba032148607d" + "hash": "859c52bc06aaee979db6ad3e0535d72c" }, { - "title": "Armed intruder arrested at Windsor Castle as Queen celebrates Christmas", - "description": "

    Police say suspect was carrying an offensive weapon and royal family have been informed

    An armed man was arrested after attempting to break into Windsor Castle where the Queen was celebrating Christmas with her family.

    Police said the intruder was carrying an offensive weapon but did not break into any buildings on Christmas Day morning.

    Continue reading...", - "content": "

    Police say suspect was carrying an offensive weapon and royal family have been informed

    An armed man was arrested after attempting to break into Windsor Castle where the Queen was celebrating Christmas with her family.

    Police said the intruder was carrying an offensive weapon but did not break into any buildings on Christmas Day morning.

    Continue reading...", - "category": "The Queen", - "link": "https://www.theguardian.com/uk-news/2021/dec/25/armed-intruder-arrested-at-windsor-castle-as-queen-celebrates-christmas", - "creator": "Guardian staff", - "pubDate": "2021-12-25T15:47:29Z", + "title": "Netherlands to enter lockdown as nations across Europe tighten curbs to slow Omicron spread", + "description": "

    Dutch lockdown puts limits on Christmas celebrations, while France and other countries toughen restrictions as Covid cases climb

    Nations across Europe moved to reimpose tougher measures to stem a new wave of Covid infections spurred by the highly transmissible Omicron variant, with the Netherlands leading the way by imposing a nationwide lockdown.

    All non-essential stores, bars and restaurants in the Netherlands will be closed until 14 January starting Sunday, caretaker prime minister Mark Rutte said at a hastily arranged press conference Saturday night. Schools and universities will shut until 9 January, he said.

    Continue reading...", + "content": "

    Dutch lockdown puts limits on Christmas celebrations, while France and other countries toughen restrictions as Covid cases climb

    Nations across Europe moved to reimpose tougher measures to stem a new wave of Covid infections spurred by the highly transmissible Omicron variant, with the Netherlands leading the way by imposing a nationwide lockdown.

    All non-essential stores, bars and restaurants in the Netherlands will be closed until 14 January starting Sunday, caretaker prime minister Mark Rutte said at a hastily arranged press conference Saturday night. Schools and universities will shut until 9 January, he said.

    Continue reading...", + "category": "Netherlands", + "link": "https://www.theguardian.com/world/2021/dec/19/netherlands-to-enter-lockdown-as-nations-across-europe-tighten-curbs-to-slow-omicron-spread", + "creator": "Associated Press", + "pubDate": "2021-12-19T01:59:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201974,16 +227623,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2272e9cdbb01b56b88e36887beffbd58" + "hash": "ad6d0988f52eb10a71f0339d803e58ac" }, { - "title": "Nasa launches $10bn James Webb space telescope", - "description": "

    Successor to the Hubble telescope takes off on board rocket from ESA’s launch base in French Guiana

    The most ambitious, costly robot probe ever built, the $10bn James Webb telescope, has been blasted into space on top of a giant European rocket.

    Engineers reported on Saturday that the observatory – which has been plagued by decades of delays and huge cost overruns – was operating perfectly after going through the most nervously watched lift-off in the history of uncrewed space exploration.

    Continue reading...", - "content": "

    Successor to the Hubble telescope takes off on board rocket from ESA’s launch base in French Guiana

    The most ambitious, costly robot probe ever built, the $10bn James Webb telescope, has been blasted into space on top of a giant European rocket.

    Engineers reported on Saturday that the observatory – which has been plagued by decades of delays and huge cost overruns – was operating perfectly after going through the most nervously watched lift-off in the history of uncrewed space exploration.

    Continue reading...", - "category": "James Webb space telescope", - "link": "https://www.theguardian.com/science/2021/dec/25/nasa-launches-james-webb-space-telescope", - "creator": "Robin McKie", - "pubDate": "2021-12-25T12:25:40Z", + "title": "Ashes 2021-22: Australia v England second Test, day four – live!", + "description": "

    Broad thumps the pad and wheels into one of his celebrappeals, not even looking at the umpire – bad move. It’s not given and it’s umpire’s call on impact, so not out.

    OMG. Another tough chance, and this time he can’t hold on, low to his right. A big escape for Steve Smith.

    Continue reading...", + "content": "

    Broad thumps the pad and wheels into one of his celebrappeals, not even looking at the umpire – bad move. It’s not given and it’s umpire’s call on impact, so not out.

    OMG. Another tough chance, and this time he can’t hold on, low to his right. A big escape for Steve Smith.

    Continue reading...", + "category": "The Ashes", + "link": "https://www.theguardian.com/sport/live/2021/dec/19/ashes-2021-22-australia-vs-england-day-four-4-cricket-second-2nd-test-live-score-card-aus-v-eng-start-time-latest-updates", + "creator": "Tim de Lisle (now) and Tanya Aldred (later)", + "pubDate": "2021-12-19T06:16:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -201995,16 +227644,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1006811e77d6c34dcf16c9100f832a19" + "hash": "8cf3a9bcd62708caa321b8c36e61efb4" }, { - "title": "California officials close beaches after man dies in shark attack", - "description": "

    Thirty-one-year-old man, who appeared to be a bodyboarder, pronounced dead in San Luis Obispo county

    California authorities have closed some beaches in San Luis Obispo County after a 31-year-old man was pronounced dead following an encounter with a shark on Friday.

    The fatality marked the first death in a shark attack in 18 years in the area, which lies roughly midway between Los Angeles and Jan Jose.

    Continue reading...", - "content": "

    Thirty-one-year-old man, who appeared to be a bodyboarder, pronounced dead in San Luis Obispo county

    California authorities have closed some beaches in San Luis Obispo County after a 31-year-old man was pronounced dead following an encounter with a shark on Friday.

    The fatality marked the first death in a shark attack in 18 years in the area, which lies roughly midway between Los Angeles and Jan Jose.

    Continue reading...", - "category": "California", - "link": "https://www.theguardian.com/us-news/2021/dec/25/california-shark-attack-san-luis-obispo", - "creator": "Edward Helmore", - "pubDate": "2021-12-25T18:10:39Z", + "title": "Brexit minister’s shock resignation leaves Boris Johnson reeling", + "description": "

    Lord Frost’s frustrated exit is yet another blow for PM struggling for control of his government

    Boris Johnson was dealt another major blow to his leadership on Saturday night as it emerged that the man overseeing Brexit was resigning from the cabinet.

    With Tory MPs already warning the prime minister that he would have to regain control of the government to survive as leader until the next election, it emerged that Lord Frost is to leave the government after frustrations over Brexit negotiations and broader concerns over the government’s Covid policies and tax increases.

    Continue reading...", + "content": "

    Lord Frost’s frustrated exit is yet another blow for PM struggling for control of his government

    Boris Johnson was dealt another major blow to his leadership on Saturday night as it emerged that the man overseeing Brexit was resigning from the cabinet.

    With Tory MPs already warning the prime minister that he would have to regain control of the government to survive as leader until the next election, it emerged that Lord Frost is to leave the government after frustrations over Brexit negotiations and broader concerns over the government’s Covid policies and tax increases.

    Continue reading...", + "category": "David Frost", + "link": "https://www.theguardian.com/uk-news/2021/dec/18/brexit-ministers-shock-resignation-leaves-boris-johnson-reeling", + "creator": "Michael Savage and Toby Helm", + "pubDate": "2021-12-18T21:37:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202016,16 +227665,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "253d19d02f74c045b3a2b12b397d6a54" + "hash": "40d35e0d7e5b3e4ff90b7433187e9c2b" }, { - "title": "Guardian and Observer climate justice charity appeal raises £500,000", - "description": "

    Nearly 6,000 readers have donated towards causes that will help communities affected by the climate crisis

    An incredible £500,000 has been raised for climate justice good causes by generous Guardian and Observer readers, in the space of just over a fortnight since the launch of the 2021 charity appeal.

    Nearly 6,000 people have so far donated to the appeal, which will be shared between four charities: Practical Action, Global Greengrants Fund UK, Royal Botanic Gardens Kew, and Environmental Justice Foundation.

    Continue reading...", - "content": "

    Nearly 6,000 readers have donated towards causes that will help communities affected by the climate crisis

    An incredible £500,000 has been raised for climate justice good causes by generous Guardian and Observer readers, in the space of just over a fortnight since the launch of the 2021 charity appeal.

    Nearly 6,000 people have so far donated to the appeal, which will be shared between four charities: Practical Action, Global Greengrants Fund UK, Royal Botanic Gardens Kew, and Environmental Justice Foundation.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/society/2021/dec/25/guardian-and-observer-climate-justice-charity-appeal-raises-500000", - "creator": "Patrick Butler", - "pubDate": "2021-12-25T08:00:48Z", + "title": "‘The world must boycott’: Australian Uyghur calls for more pressure on Beijing Games", + "description": "

    Almas Nizamidin, whose wife has been sentenced to seven years in prison in Xinjiang, says a diplomatic boycott of the Olympics is not enough

    What Almas Nizamidin knows of his wife’s arrest and disappearance is second-hand: the harried reports relayed by his relatives as it rapidly unfolded.

    The police came for Buzainafu Abudourexiti at her home in Ürümqi as she was travelling to a doctor’s appointment on 29 March 2017. Her family called, she cancelled her appointment and hurried home.

    Continue reading...", + "content": "

    Almas Nizamidin, whose wife has been sentenced to seven years in prison in Xinjiang, says a diplomatic boycott of the Olympics is not enough

    What Almas Nizamidin knows of his wife’s arrest and disappearance is second-hand: the harried reports relayed by his relatives as it rapidly unfolded.

    The police came for Buzainafu Abudourexiti at her home in Ürümqi as she was travelling to a doctor’s appointment on 29 March 2017. Her family called, she cancelled her appointment and hurried home.

    Continue reading...", + "category": "Uyghurs", + "link": "https://www.theguardian.com/world/2021/dec/19/the-world-must-boycott-australian-uyghur-calls-for-more-pressure-on-beijing-games", + "creator": "Ben Doherty in Sydney", + "pubDate": "2021-12-18T19:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202037,16 +227686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "465877e5d2ef168a15ec79f534ff3d4c" + "hash": "789093b5aae7db1862d64928ffcd86d5" }, { - "title": "British estate agent shot dead ‘by evicted tenant’ in Florida", - "description": "

    Sara Trost, from Southend, Essex, fatally wounded as she waited to show property in Coral Springs

    A British woman who worked as an estate agent in Florida has been shot dead while preparing to show a property, allegedly by an evicted tenant.

    Sara Trost, 40, from Southend, Essex, was shot on Thursday while sitting in her Jeep outside a house in Coral Springs, 40 miles north of Miami, at about 12.33pm.

    Continue reading...", - "content": "

    Sara Trost, from Southend, Essex, fatally wounded as she waited to show property in Coral Springs

    A British woman who worked as an estate agent in Florida has been shot dead while preparing to show a property, allegedly by an evicted tenant.

    Sara Trost, 40, from Southend, Essex, was shot on Thursday while sitting in her Jeep outside a house in Coral Springs, 40 miles north of Miami, at about 12.33pm.

    Continue reading...", - "category": "Florida", - "link": "https://www.theguardian.com/us-news/2021/dec/25/british-estate-agent-shot-dead-by-evicted-tenant-in-florida", - "creator": "Guardian staff", - "pubDate": "2021-12-25T13:30:33Z", + "title": "Richard Rogers: Pompidou and Millennium Dome architect dies aged 88", + "description": "

    The British architect changed the London skyline with creations such as the Millennium Dome and the Cheesegrater

    British architect Richard Rogers, known for designing some of the world’s most famous buildings including Paris’ Pompidou Centre, has died aged 88.

    Rogers, who changed the London skyline with distinctive creations such as the Millennium Dome and the ‘Cheesegrater’, “passed away quietly” Saturday night, Freud communications agency’s Matthew Freud told the Press Association.

    Continue reading...", + "content": "

    The British architect changed the London skyline with creations such as the Millennium Dome and the Cheesegrater

    British architect Richard Rogers, known for designing some of the world’s most famous buildings including Paris’ Pompidou Centre, has died aged 88.

    Rogers, who changed the London skyline with distinctive creations such as the Millennium Dome and the ‘Cheesegrater’, “passed away quietly” Saturday night, Freud communications agency’s Matthew Freud told the Press Association.

    Continue reading...", + "category": "Architecture", + "link": "https://www.theguardian.com/artanddesign/2021/dec/19/richard-rogers-pompidou-and-millennium-dome-architect-dies-aged-88", + "creator": "Agence France-Presse", + "pubDate": "2021-12-19T04:07:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202058,16 +227707,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7217f468371c0435e687a667df45e230" + "hash": "616e891db74acd2c3a14582f193dc835" }, { - "title": "Myanmar: more than 30 people killed in Kayah state", - "description": "

    Human rights group says burnt bodies of dozens killed by the military found near Hpruso town

    More than 30 people, including children, have been killed and their bodies burned in Myanmar’s conflict-torn Kayah state, according to a local resident, media reports and a local human rights group.

    The Karen Human Rights Group said it found the bodies of internally displaced people killed by the military that rules Myanmar near Mo So village of Hpruso town on Saturday.

    Continue reading...", - "content": "

    Human rights group says burnt bodies of dozens killed by the military found near Hpruso town

    More than 30 people, including children, have been killed and their bodies burned in Myanmar’s conflict-torn Kayah state, according to a local resident, media reports and a local human rights group.

    The Karen Human Rights Group said it found the bodies of internally displaced people killed by the military that rules Myanmar near Mo So village of Hpruso town on Saturday.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2021/dec/25/myanmar-more-than-30-people-killed-in-kayah-state", - "creator": "Reuters", - "pubDate": "2021-12-25T10:05:11Z", + "title": "Nasa sets new date for James Webb space telescope launch", + "description": "

    The instrument will be the largest and most powerful telescope ever to be launched into space

    The much-delayed launch of the James Webb space telescope will go ahead on 24 December, Nasa and the company overseeing the launch have confirmed.

    The project, begun in 1989, was originally expected to deploy the instrument – which will be the largest and most powerful telescope ever to be launched into space – in the early 2000s.

    Continue reading...", + "content": "

    The instrument will be the largest and most powerful telescope ever to be launched into space

    The much-delayed launch of the James Webb space telescope will go ahead on 24 December, Nasa and the company overseeing the launch have confirmed.

    The project, begun in 1989, was originally expected to deploy the instrument – which will be the largest and most powerful telescope ever to be launched into space – in the early 2000s.

    Continue reading...", + "category": "Space", + "link": "https://www.theguardian.com/science/2021/dec/19/nasa-sets-new-date-for-james-webb-space-telescope-launch", + "creator": "Agence France-Presse", + "pubDate": "2021-12-19T01:39:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202079,16 +227728,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3eff7c79346af4286b5ba50857a8d846" + "hash": "08af4434cca04fdadf29b41ba392cdb3" }, { - "title": "Slice of life: New York’s famed $1 street pizza under threat from rising costs", - "description": "

    Cheap street pizza is one of New York’s charms, but could supply chain problems and inflation this spell the end?

    “Well, you can never go wrong with bread, cheese and tomato,” Lou Reed, poet of the New York streets, would sometimes remark as he passed by one of the city’s multitude of pizzerias.

    The late musician was a fan of Coney Island’s legendary Totonno’s, close to the site of of one of the first recorded pizza parlors established by Italian immigrants in the 1880s.

    Continue reading...", - "content": "

    Cheap street pizza is one of New York’s charms, but could supply chain problems and inflation this spell the end?

    “Well, you can never go wrong with bread, cheese and tomato,” Lou Reed, poet of the New York streets, would sometimes remark as he passed by one of the city’s multitude of pizzerias.

    The late musician was a fan of Coney Island’s legendary Totonno’s, close to the site of of one of the first recorded pizza parlors established by Italian immigrants in the 1880s.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2021/dec/25/new-york-pizza-dollar-slice-inflation", - "creator": "Edward Helmore in New York", - "pubDate": "2021-12-25T15:39:57Z", + "title": "Pandemic on Wall Street causes rising levels … of bonuses", + "description": "

    Enforced takeovers during the crisis will mean a bumper year for the bankers who advise on billion-dollar deals

    Just as most of us are feeling the effects of soaring inflation, which the Office for National Statistics said last week had reached a 10-year high of 5.1%, wealthy bankers and traders are looking forward to receiving extraordinarily large new year bonuses.

    Banks on both sides of the Atlantic are finalising bonus pool deals that could be inflated by as much as 50% compared with last year, reaching their highest levels since 2009 and the mergers and acquisitions boom that followed the financial crisis.

    Continue reading...", + "content": "

    Enforced takeovers during the crisis will mean a bumper year for the bankers who advise on billion-dollar deals

    Just as most of us are feeling the effects of soaring inflation, which the Office for National Statistics said last week had reached a 10-year high of 5.1%, wealthy bankers and traders are looking forward to receiving extraordinarily large new year bonuses.

    Banks on both sides of the Atlantic are finalising bonus pool deals that could be inflated by as much as 50% compared with last year, reaching their highest levels since 2009 and the mergers and acquisitions boom that followed the financial crisis.

    Continue reading...", + "category": "Executive pay and bonuses", + "link": "https://www.theguardian.com/business/2021/dec/19/pandemic-on-wall-street-causes-rising-levels-of-bonuses", + "creator": "Rupert Neate", + "pubDate": "2021-12-19T00:05:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202100,16 +227749,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df5fc8b84841c740120c2021a05fb62d" + "hash": "7e6c9c9fe0c8026b5157ef59320fdc13" }, { - "title": "Now Tory MPs warn: don’t toughen Covid new year rules", - "description": "

    Leadership hopefuls told to block new limits as scientists model curbs on bars and cafes

    Cabinet ministers vying to succeed Boris Johnson have been warned by Tory colleagues that they will damage their chances unless they stridently oppose further Covid measures, as MPs called for New Year’s Eve restrictions to be ruled out.

    With ministers expected to meet as soon as Monday to discuss whether additional measures are needed to protect hospital capacity, several Conservatives said that they would be watching those emerging as leading contenders to replace Johnson should he step aside before the next election.

    Continue reading...", - "content": "

    Leadership hopefuls told to block new limits as scientists model curbs on bars and cafes

    Cabinet ministers vying to succeed Boris Johnson have been warned by Tory colleagues that they will damage their chances unless they stridently oppose further Covid measures, as MPs called for New Year’s Eve restrictions to be ruled out.

    With ministers expected to meet as soon as Monday to discuss whether additional measures are needed to protect hospital capacity, several Conservatives said that they would be watching those emerging as leading contenders to replace Johnson should he step aside before the next election.

    Continue reading...", - "category": "Conservatives", - "link": "https://www.theguardian.com/politics/2021/dec/25/now-tory-mps-warn-dont-toughen-covid-new-year-rules", - "creator": "Michael Savage, Robin McKie", - "pubDate": "2021-12-25T21:00:03Z", + "title": "Rahm Emanuel leads confirmed Biden nominees in late-night logjam break", + "description": "

    Ex-Obama chief of staff will go to Japan after deal for vote on Russia pipeline sanctions ends Republican Senate resistance

    The former Obama White House chief of staff and Chicago mayor Rahm Emanuel was among more than 30 ambassadors and other Biden nominees confirmed by the Senate early on Saturday.

    The Democratic leader, Chuck Schumer, broke a Republican-stoked logjam by agreeing to schedule a vote on sanctions on the company behind the Nord Stream 2 pipeline that will deliver natural gas from Russia to Germany.

    Continue reading...", + "content": "

    Ex-Obama chief of staff will go to Japan after deal for vote on Russia pipeline sanctions ends Republican Senate resistance

    The former Obama White House chief of staff and Chicago mayor Rahm Emanuel was among more than 30 ambassadors and other Biden nominees confirmed by the Senate early on Saturday.

    The Democratic leader, Chuck Schumer, broke a Republican-stoked logjam by agreeing to schedule a vote on sanctions on the company behind the Nord Stream 2 pipeline that will deliver natural gas from Russia to Germany.

    Continue reading...", + "category": "Biden administration", + "link": "https://www.theguardian.com/us-news/2021/dec/18/rahm-emanuel-confirmed-ambassador-japan-biden-senate-republicans-nord-stream-russia-sanctions", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-18T20:16:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202121,16 +227770,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6af3f5d1f10a146e93c88fc72ed76b0" + "hash": "3cb164940df3b00c15de3921f74aadaf" }, { - "title": "US airlines cancel more flights as Covid threatens holiday celebrations", - "description": "

    Churches cancel some services in New York, Washington and Boston, while some officials cut isolation period for positive cases

    The Omicron coronavirus variant vigorously continued its viral march across the US on Christmas Day, throwing many winter holiday celebrations into turmoil.

    Airlines continued to cancel hundreds of flights Saturday as staffing issues tied to Covid disrupted holiday celebrations during one of the busiest travel times of the year.

    Continue reading...", - "content": "

    Churches cancel some services in New York, Washington and Boston, while some officials cut isolation period for positive cases

    The Omicron coronavirus variant vigorously continued its viral march across the US on Christmas Day, throwing many winter holiday celebrations into turmoil.

    Airlines continued to cancel hundreds of flights Saturday as staffing issues tied to Covid disrupted holiday celebrations during one of the busiest travel times of the year.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/25/us-airlines-covid-coronavirus-christmas-holiday", - "creator": "Edward Helmore in New York and agencies", - "pubDate": "2021-12-25T19:48:33Z", + "title": "Guests urged to be vaccinated at anti-vaxxer Robert F Kennedy Jr’s party", + "description": "

    Kennedy said his wife, Cheryl Hines, was behind it and that he is ‘not always the boss at my own house’

    Guests invited to a holiday party at the home of the leading anti-vaxxer Robert F Kennedy Jr were urged to be vaccinated or tested for Covid-19 because, Kennedy said, he is “not always the boss at my own house”.

    Speaking to Politico, which reported the request before the party in California last week, Kennedy said his wife, the actor Cheryl Hines, was behind it.

    The Associated Press contributed to this report

    Continue reading...", + "content": "

    Kennedy said his wife, Cheryl Hines, was behind it and that he is ‘not always the boss at my own house’

    Guests invited to a holiday party at the home of the leading anti-vaxxer Robert F Kennedy Jr were urged to be vaccinated or tested for Covid-19 because, Kennedy said, he is “not always the boss at my own house”.

    Speaking to Politico, which reported the request before the party in California last week, Kennedy said his wife, the actor Cheryl Hines, was behind it.

    The Associated Press contributed to this report

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/18/robert-f-kennedy-jr-cheryl-hines-party-vaccinated-guests", + "creator": "Martin Pengelly and agencies", + "pubDate": "2021-12-18T17:41:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202142,16 +227791,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de1dbdfe28b162166ba67b9399a34814" + "hash": "ca410dc94c483784221f41b22dc9da46" }, { - "title": "Justin Welby sermon: Covid makes all of us face unpredictability", - "description": "

    Archbishop of Canterbury to say pandemic has shown our capacity for compassion and generosity

    Everyone in society, from Cabinet ministers to rough sleepers, has faced “uncertainty, uncontrollability and unpredictability” during the Covid pandemic, the archbishop of Canterbury is expected to say in his Christmas sermon.

    Justin Welby, who will lead the Christmas Day service at Canterbury Cathedral, will add that the past 22 months has also shown people’s capacity for compassion and generosity.

    Continue reading...", - "content": "

    Archbishop of Canterbury to say pandemic has shown our capacity for compassion and generosity

    Everyone in society, from Cabinet ministers to rough sleepers, has faced “uncertainty, uncontrollability and unpredictability” during the Covid pandemic, the archbishop of Canterbury is expected to say in his Christmas sermon.

    Justin Welby, who will lead the Christmas Day service at Canterbury Cathedral, will add that the past 22 months has also shown people’s capacity for compassion and generosity.

    Continue reading...", - "category": "Justin Welby", - "link": "https://www.theguardian.com/uk-news/2021/dec/25/justin-welby-sermon-covid-makes-all-of-us-face-unpredictability", - "creator": "Harriet Sherwood", - "pubDate": "2021-12-25T07:00:46Z", + "title": "It’s beginning to look a lot like last Christmas: why the UK has Covid deja vu", + "description": "

    Omicron cases are soaring, experts want curbs and Boris Johnson is dithering. Sound familiar?

    That old adage of Marx insists that historical events occur first as tragedy, then as farce. The government’s handling of the pandemic in the UK long ago undermined that progression: tragedy and farce have, since the very beginning of the crisis, always been a double act.

    The clashing tone of current events feels like a dispiriting festive repeat of all-too-familiar dramas. A week that began with the exposed scandal of Downing Street lockdown parties, and ended with chief civil servant Simon Case stepping down as investigator of those scandals, because of a party in his own office, was also yet another week in which the alarming progress of the virus outpaced government rhetoric and claimed another thousand lives.

    Continue reading...", + "content": "

    Omicron cases are soaring, experts want curbs and Boris Johnson is dithering. Sound familiar?

    That old adage of Marx insists that historical events occur first as tragedy, then as farce. The government’s handling of the pandemic in the UK long ago undermined that progression: tragedy and farce have, since the very beginning of the crisis, always been a double act.

    The clashing tone of current events feels like a dispiriting festive repeat of all-too-familiar dramas. A week that began with the exposed scandal of Downing Street lockdown parties, and ended with chief civil servant Simon Case stepping down as investigator of those scandals, because of a party in his own office, was also yet another week in which the alarming progress of the virus outpaced government rhetoric and claimed another thousand lives.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/18/its-beginning-to-look-a-lot-like-last-christmas-why-the-uk-has-covid-deja-vu", + "creator": "Tim Adams", + "pubDate": "2021-12-18T17:21:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202163,16 +227812,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "084644f84f93e6469426c38748754e4f" + "hash": "23b810557d2b48bab990a839abf38651" }, { - "title": "Chinese city of Xian sees Covid cases rise as it enters third day of lockdown", - "description": "

    Residents are banned from leaving the city and non-essential workers can only leave home to buy food

    The Chinese city of Xian has reported an increase in daily Covid-19 infections and local companies have curtailed activity as the country’s latest hotspot entered its third day of lockdown.

    Xian, home to 13 million people, detected 75 domestically transmitted cases with confirmed symptoms on Friday, its highest daily count of the year and reversing the previous day’s decline, official data showed on Saturday.

    Continue reading...", - "content": "

    Residents are banned from leaving the city and non-essential workers can only leave home to buy food

    The Chinese city of Xian has reported an increase in daily Covid-19 infections and local companies have curtailed activity as the country’s latest hotspot entered its third day of lockdown.

    Xian, home to 13 million people, detected 75 domestically transmitted cases with confirmed symptoms on Friday, its highest daily count of the year and reversing the previous day’s decline, official data showed on Saturday.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/25/chinese-city-of-xian-sees-covid-case-rise-as-it-enters-third-day-of-lockdown", - "creator": "Reuters", - "pubDate": "2021-12-25T05:30:54Z", + "title": "Passenger rush to beat French entry deadline causes long freight queues", + "description": "

    Lengthy tailbacks on M20 heading to Dover and at entrance to Channel tunnel follow change of rules on Friday night

    A rush of passengers travelling to France to beat the country’s ban on UK tourists has led to a knock-on effect on freight traffic, resulting in long queues of lorries.

    There were lengthy tailbacks on the M20 motorway in Kent heading to Dover and at the entrance to the Channel tunnel on Saturday.

    Continue reading...", + "content": "

    Lengthy tailbacks on M20 heading to Dover and at entrance to Channel tunnel follow change of rules on Friday night

    A rush of passengers travelling to France to beat the country’s ban on UK tourists has led to a knock-on effect on freight traffic, resulting in long queues of lorries.

    There were lengthy tailbacks on the M20 motorway in Kent heading to Dover and at the entrance to the Channel tunnel on Saturday.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/18/passenger-rush-to-beat-french-entry-deadline-causes-long-freight-queues", + "creator": "PA Media", + "pubDate": "2021-12-18T13:53:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202184,16 +227833,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12d37154251d6d6b390b44a2b4a2a4cf" + "hash": "e70c75af49f7a64b8e12e9c72d443901" }, { - "title": "Bambi: cute, lovable, vulnerable ... or a dark parable of antisemitic terror?", - "description": "

    A new translation of Felix Salten’s 1923 novel reasserts its original message that warns of Jewish persecution

    It’s a saccharine sweet story about a young deer who finds love and friendship in a forest. But the original tale of Bambi, adapted by Disney in 1942, has much darker beginnings as an existential novel about persecution and antisemitism in 1920s Austria.

    Now, a new translation seeks to reassert the rightful place of Felix Salten’s 1923 masterpiece in adult literature and shine a light on how Salten was trying to warn the world that Jews would be terrorised, dehumanised and murdered in the years to come. Far from being a children’s story, Bambi was actually a parable about the inhumane treatment and dangerous precariousness of Jews and other minorities in what was then an increasingly fascist world, the new translation will show.

    Continue reading...", - "content": "

    A new translation of Felix Salten’s 1923 novel reasserts its original message that warns of Jewish persecution

    It’s a saccharine sweet story about a young deer who finds love and friendship in a forest. But the original tale of Bambi, adapted by Disney in 1942, has much darker beginnings as an existential novel about persecution and antisemitism in 1920s Austria.

    Now, a new translation seeks to reassert the rightful place of Felix Salten’s 1923 masterpiece in adult literature and shine a light on how Salten was trying to warn the world that Jews would be terrorised, dehumanised and murdered in the years to come. Far from being a children’s story, Bambi was actually a parable about the inhumane treatment and dangerous precariousness of Jews and other minorities in what was then an increasingly fascist world, the new translation will show.

    Continue reading...", - "category": "Antisemitism", - "link": "https://www.theguardian.com/news/2021/dec/25/bambi-cute-lovable-vulnerable-or-a-dark-parable-of-antisemitic-terror", - "creator": "Donna Ferguson", - "pubDate": "2021-12-25T12:00:52Z", + "title": "The State of Israel vs The Jews review: fierce indictment of a rightward lurch", + "description": "

    Sylvain Cypel, a French editor, writes with the passion of a convert, one betrayed by the faith in which he was raised

    Sylvain Cypel’s new book is a violent indictment of the Jewish homeland, its growing embrace of apartheid and its closeness to some of the worst autocratic and similarly ethnocentric regimes around the world, including Hungary, Brazil and the Philippines.

    The author is a prominent French newspaper editor and foreign correspondent who lived in Israel for 12 years, trained there to be a youth movement leader and even served in a paratroop brigade after being drafted.

    Continue reading...", + "content": "

    Sylvain Cypel, a French editor, writes with the passion of a convert, one betrayed by the faith in which he was raised

    Sylvain Cypel’s new book is a violent indictment of the Jewish homeland, its growing embrace of apartheid and its closeness to some of the worst autocratic and similarly ethnocentric regimes around the world, including Hungary, Brazil and the Philippines.

    The author is a prominent French newspaper editor and foreign correspondent who lived in Israel for 12 years, trained there to be a youth movement leader and even served in a paratroop brigade after being drafted.

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2021/dec/19/the-state-of-israel-vs-the-jews-review-sylvain-cypel", + "creator": "Charles Kaiser", + "pubDate": "2021-12-19T07:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202205,16 +227854,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5045132f80c8284cb4b79693e458ee44" + "hash": "f1be572cb2932848d0022042f9385887" }, { - "title": "Christopher Eccleston: ‘I am anything but macho’", - "description": "

    The actor, 57, on having a breakdown, aiming high and moving through life gently

    My first memory is cycling to the top of the path outside my childhood home, on a yellow kids’ bike with fat grey tyres. I turned on to the road and said aloud: “I’m me, doing this, now.” I was heading away from the home and people I loved, off on my own adventure.

    The love I felt as a child was unconditional, especially from my mother. I loved Dad deeply, but was wary of him. It was idyllic, our gang of kids playing out on a Salford council estate. My children are middle-class Londoners, but I sit on the porch and let them play in the street just like I did.

    Continue reading...", - "content": "

    The actor, 57, on having a breakdown, aiming high and moving through life gently

    My first memory is cycling to the top of the path outside my childhood home, on a yellow kids’ bike with fat grey tyres. I turned on to the road and said aloud: “I’m me, doing this, now.” I was heading away from the home and people I loved, off on my own adventure.

    The love I felt as a child was unconditional, especially from my mother. I loved Dad deeply, but was wary of him. It was idyllic, our gang of kids playing out on a Salford council estate. My children are middle-class Londoners, but I sit on the porch and let them play in the street just like I did.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/25/christopher-eccleston-this-much-i-know", - "creator": "Michael Segalov", - "pubDate": "2021-12-25T14:00:02Z", + "title": "Adam Kay: ‘Game-playing is a great way of getting yourself to face a challenge’", + "description": "

    The doctor turned comic and bestselling author on writing children’s books, hiding useful facts in disgusting jokes and how bad at Scrabble he is

    Adam Kay, 41, trained as a doctor and worked for the NHS for six years before quitting to become a writer and comedian. Both his memoirs, This Is Going to Hurt: Secret Diaries of a Junior Doctor and Twas the Nightshift Before Christmas, were bestsellers, with several million copies sold, making him the first author to have simultaneous No 1s for hardback and paperback nonfiction titles. He turned both books into hugely successful standup shows. Twas the Nightshift Before Christmas is touring the UK and a BBC Two series of This Is Going to Hurt, adapted by Kay and starring Ben Whishaw, is coming in 2022. He has also started writing children’s books, publishing Kay’s Anatomy last year and, in September, Kay’s Marvellous Medicine.

    What made you want to write children’s books?
    I have always been fascinated by the human body; I think it is the most extraordinary bit of kit ever. But it’s never had the same cool billing among kids as outer space and dinosaurs, probably because they’re forced to do biology in a rather dry way at school. So I thought I’d have a go at getting across my enthusiasm for the topic, with some jokes thrown in.

    Continue reading...", + "content": "

    The doctor turned comic and bestselling author on writing children’s books, hiding useful facts in disgusting jokes and how bad at Scrabble he is

    Adam Kay, 41, trained as a doctor and worked for the NHS for six years before quitting to become a writer and comedian. Both his memoirs, This Is Going to Hurt: Secret Diaries of a Junior Doctor and Twas the Nightshift Before Christmas, were bestsellers, with several million copies sold, making him the first author to have simultaneous No 1s for hardback and paperback nonfiction titles. He turned both books into hugely successful standup shows. Twas the Nightshift Before Christmas is touring the UK and a BBC Two series of This Is Going to Hurt, adapted by Kay and starring Ben Whishaw, is coming in 2022. He has also started writing children’s books, publishing Kay’s Anatomy last year and, in September, Kay’s Marvellous Medicine.

    What made you want to write children’s books?
    I have always been fascinated by the human body; I think it is the most extraordinary bit of kit ever. But it’s never had the same cool billing among kids as outer space and dinosaurs, probably because they’re forced to do biology in a rather dry way at school. So I thought I’d have a go at getting across my enthusiasm for the topic, with some jokes thrown in.

    Continue reading...", + "category": "Comedy", + "link": "https://www.theguardian.com/culture/2021/dec/18/adam-kay-game-playing-is-a-great-way-of-getting-yourself-to-face-a-challenge", + "creator": "Lisa O'Kelly", + "pubDate": "2021-12-18T17:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202226,16 +227875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8aa471f79bca1fc328a342dbc93d4a69" + "hash": "60dbc70fe60163f8f7c7fc36d00a08e6" }, { - "title": "The showbiz quiz of the year: from Bennifer’s conscious recoupling to Gwyneth Paltrow’s go-to song", - "description": "

    Do you know what Demi Lovato thinks about aliens? What new role The Rock has been cooking up? Put your knowledge to the test

    Continue reading...", - "content": "

    Do you know what Demi Lovato thinks about aliens? What new role The Rock has been cooking up? Put your knowledge to the test

    Continue reading...", - "category": "Celebrity", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/25/the-showbiz-quiz-of-the-year-from-bennifers-conscious-recoupling-to-gwyneth-paltrows-go-to-song", - "creator": "Dylan B Jones", - "pubDate": "2021-12-25T13:00:01Z", + "title": "‘A Francoist daydream’: how Spain’s right clings to its imperialist past", + "description": "

    A Peruvian author fears her adopted home is far from an apology for its Latin American abuses

    The Plaza Mayor, where tourists gather to drink steep beers and feast on overpriced paella, may be better known. So may Puerta del Sol, where locals ring in the new year by eating a grape on each of the 12 chimes.

    But Madrid’s Plaza de Colón, a 25-minute walk from these spaces, has come to play its own special part in the social, political and historical life of the capital – and the rest of Spain.

    Continue reading...", + "content": "

    A Peruvian author fears her adopted home is far from an apology for its Latin American abuses

    The Plaza Mayor, where tourists gather to drink steep beers and feast on overpriced paella, may be better known. So may Puerta del Sol, where locals ring in the new year by eating a grape on each of the 12 chimes.

    But Madrid’s Plaza de Colón, a 25-minute walk from these spaces, has come to play its own special part in the social, political and historical life of the capital – and the rest of Spain.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2021/dec/18/a-francoist-daydream-how-spains-right-clings-to-its-imperialist-past", + "creator": "Sam Jones in Madrid", + "pubDate": "2021-12-18T16:54:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202247,16 +227896,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5de76b9ddaad4a611137bf9c52a55f97" + "hash": "a90c7e113644f22d2712dbea132e1924" }, { - "title": "The Matrix Resurrections review – Keanu Reeves and Carrie-Anne Moss spark in utopian reboot", - "description": "

    A sunny new world beckons for Neo and Trinity in this self-aware but smart fourth instalment of the sci-fi classic

    Thomas Anderson (Keanu Reeves) is the designer of The Matrix, a popular video game set in a virtual reality. His bosses have ordered a sequel; at an ideas meeting, his colleagues throw around a few ideas. PVC. Guns. Trans allegory. There is much winking and nudging in Lana Wachowski’s follow-up to the groundbreaking sci-fi films she co-created with her sister Lilly. Wachowski understands that in the 20 years since, their legacy has been boiled down to a catalogue of memes with lucrative franchise potential. Yet her newest chapter manages to be self-aware (at times overly so) without being entirely cynical.

    Those foggy on the details of the trilogy’s plot will benefit from the exposition-heavy first act. Plagued by memories of his past, Anderson – also known as Neo – must once again choose whether to take the red pill offered by hacker Bugs (Jessica Henwick, whip-smart), and wake up, or continue to swallow his current reality. Carrie-Anne Moss’s Tiffany, a motorcycle mechanic and mother of two whom Neo remembers as Trinity, has a choice to make too. The romance between them has always been the molten core of the Matrix films; their power as a duo is what drives the story forward.

    Continue reading...", - "content": "

    A sunny new world beckons for Neo and Trinity in this self-aware but smart fourth instalment of the sci-fi classic

    Thomas Anderson (Keanu Reeves) is the designer of The Matrix, a popular video game set in a virtual reality. His bosses have ordered a sequel; at an ideas meeting, his colleagues throw around a few ideas. PVC. Guns. Trans allegory. There is much winking and nudging in Lana Wachowski’s follow-up to the groundbreaking sci-fi films she co-created with her sister Lilly. Wachowski understands that in the 20 years since, their legacy has been boiled down to a catalogue of memes with lucrative franchise potential. Yet her newest chapter manages to be self-aware (at times overly so) without being entirely cynical.

    Those foggy on the details of the trilogy’s plot will benefit from the exposition-heavy first act. Plagued by memories of his past, Anderson – also known as Neo – must once again choose whether to take the red pill offered by hacker Bugs (Jessica Henwick, whip-smart), and wake up, or continue to swallow his current reality. Carrie-Anne Moss’s Tiffany, a motorcycle mechanic and mother of two whom Neo remembers as Trinity, has a choice to make too. The romance between them has always been the molten core of the Matrix films; their power as a duo is what drives the story forward.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/25/the-matrix-resurrections-review-keanu-reeves-carrie-anne-moss", - "creator": "Simran Hans", - "pubDate": "2021-12-25T15:00:04Z", + "title": "Before Covid, moving to the country to get a horse felt like a career-killing move | Calla Wahlquist", + "description": "

    It took a pandemic and work-from-home order to convince me it’s possible to keep working and live where you want to live

    I have spent a lot of time picking up rocks. This is not what I dreamed about doing as we sat in Melbourne during the city’s sixth lockdown and waited out the three-month settlement period to move to our new farm in central Victoria. That time was spent on cottagecore fantasies and planning out wildly unrealistic renovation schedules.

    Then we took possession in October and I’ve been picking up rocks ever since. Rocks and sticks and, for one particularly disgusting week before we had scrubbed down the house, a series of dead starlings that had become stuck in the fireplace and under the oven.

    Continue reading...", + "content": "

    It took a pandemic and work-from-home order to convince me it’s possible to keep working and live where you want to live

    I have spent a lot of time picking up rocks. This is not what I dreamed about doing as we sat in Melbourne during the city’s sixth lockdown and waited out the three-month settlement period to move to our new farm in central Victoria. That time was spent on cottagecore fantasies and planning out wildly unrealistic renovation schedules.

    Then we took possession in October and I’ve been picking up rocks ever since. Rocks and sticks and, for one particularly disgusting week before we had scrubbed down the house, a series of dead starlings that had become stuck in the fireplace and under the oven.

    Continue reading...", + "category": "Rural Australia", + "link": "https://www.theguardian.com/commentisfree/2021/dec/18/before-covid-moving-to-the-country-to-get-a-horse-felt-like-a-career-killing-move", + "creator": "Calla Wahlquist", + "pubDate": "2021-12-18T19:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202268,16 +227917,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9cfdf32169f404376b0b2bbf4e5d3b3" + "hash": "52a99a833ab4ef7140e0a3656374abcf" }, { - "title": "The person who got me through 2021: Heather Phillipson’s sculpture brightened my trips to hospital", - "description": "

    On my way to have painful medical tests, I felt dejected. Then I saw a giant dollop of whipped cream with a cherry on top in Trafalgar Square

    Most people were keen to leave 2020 behind but had I known what was coming in 2021, I might have chosen to stay there. From the first days of January I started to experience extended bouts of dizziness – a feeling that the ground was moving beneath me, with bursts of tinnitus, nausea and head pressure thrown in.

    One thing I can tell you about near constant dizziness is that it’s not the ideal state to be in if you are trying to homeschool a four-year-old, entertain a stir-crazy one-year-old and hold down a full-time job. As for fun activities: just looking at a playground roundabout was enough to send me spinning out.

    Continue reading...", - "content": "

    On my way to have painful medical tests, I felt dejected. Then I saw a giant dollop of whipped cream with a cherry on top in Trafalgar Square

    Most people were keen to leave 2020 behind but had I known what was coming in 2021, I might have chosen to stay there. From the first days of January I started to experience extended bouts of dizziness – a feeling that the ground was moving beneath me, with bursts of tinnitus, nausea and head pressure thrown in.

    One thing I can tell you about near constant dizziness is that it’s not the ideal state to be in if you are trying to homeschool a four-year-old, entertain a stir-crazy one-year-old and hold down a full-time job. As for fun activities: just looking at a playground roundabout was enough to send me spinning out.

    Continue reading...", - "category": "Art and design", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/25/the-person-who-got-me-through-2021-heather-phillipsons-sculpture-brightened-my-trips-to-hospital", - "creator": "Tim Jonze", - "pubDate": "2021-12-25T15:00:05Z", + "title": "How Lord Frost’s exit led to a Twitter frenzy", + "description": "

    Resignation of Brexit minister, revealed on Saturday night, led to fevered online discussion

    Brexit minister Lord Frost’s late Saturday night resignation prompted frenzied reaction on social media including a lively row on a Conservative party Whatsapp group ending with culture secretary Nadine Dorries being deleted by former chair of Brexit supporting backbenchers in the European Research Group.

    Some welcomed Frost’s departure, others immediately went to leadership questions.

    Continue reading...", + "content": "

    Resignation of Brexit minister, revealed on Saturday night, led to fevered online discussion

    Brexit minister Lord Frost’s late Saturday night resignation prompted frenzied reaction on social media including a lively row on a Conservative party Whatsapp group ending with culture secretary Nadine Dorries being deleted by former chair of Brexit supporting backbenchers in the European Research Group.

    Some welcomed Frost’s departure, others immediately went to leadership questions.

    Continue reading...", + "category": "David Frost", + "link": "https://www.theguardian.com/uk-news/2021/dec/19/how-lord-frosts-exit-led-to-a-twitter-frenzy", + "creator": "Lisa O'Carroll Brexit correspondent", + "pubDate": "2021-12-19T07:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202289,16 +227938,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7937f048890eb65cccd06da26404e913" + "hash": "56d7a93177f6ab8ad4e821c79f294fc2" }, { - "title": "Under-30s drive surge in people getting their first Covid jab", - "description": "

    Figures show an 85% increase in first doses for those aged 18 to 24 and 71% for those aged 25 to 30

    The under-30s are driving a surge in people getting their first jab of the Covid-19 vaccine, with the overall number of people rising by almost half in the week up to 21 December, figures show.

    The sudden uptick is fuelled by fears of the Omicron variant, as well as the government’s “Get boosted now” publicity drive, which has seen millions of people come forward for their third Covid shot in the past fortnight.

    Continue reading...", - "content": "Some 750 armed forces personnel have been drafted in to support the rollout of the booster programme.", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/26/under-30s-drive-surge-in-people-getting-their-first-covid-jab", - "creator": "Guardian staff and agency", - "pubDate": "2021-12-26T00:01:07Z", + "title": "Roman Abramovich gains EU citizenship via Portuguese passport", + "description": "

    Billionaire owner of Chelsea qualifies under Portugal’s naturalisation scheme for descendants of Sephardic Jews

    The billionaire oligarch Roman Abramovich has become an EU citizen, three years after withdrawing his application for a UK visa amid diplomatic tensions between London and Moscow.

    The surprise development was confirmed on Saturday by his spokesperson, who revealed the Russian-born owner of Chelsea Football Club had secured Portuguese citizenship earlier this year.

    Continue reading...", + "content": "

    Billionaire owner of Chelsea qualifies under Portugal’s naturalisation scheme for descendants of Sephardic Jews

    The billionaire oligarch Roman Abramovich has become an EU citizen, three years after withdrawing his application for a UK visa amid diplomatic tensions between London and Moscow.

    The surprise development was confirmed on Saturday by his spokesperson, who revealed the Russian-born owner of Chelsea Football Club had secured Portuguese citizenship earlier this year.

    Continue reading...", + "category": "Roman Abramovich", + "link": "https://www.theguardian.com/world/2021/dec/19/roman-abramovich-gains-eu-citizenship-via-portuguese-passport", + "creator": "Mark Townsend", + "pubDate": "2021-12-19T07:30:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202310,16 +227959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae771e8a9a6cd4d3f60fe702b6c0df6a" + "hash": "323c754d42e83b799924c0f86e7aee4a" }, { - "title": "Border Force picks up 67 people after Christmas Day attempt to cross Channel", - "description": "

    Agents step in after incident involving two small boats in early hours of morning

    UK authorities have rescued 67 people who were attempting to cross the Channel on Christmas Day.

    Border Force agents took a group of people to Dover in Kent in the early hours of Saturday, after an incident involving two small boats.

    Continue reading...", - "content": "

    Agents step in after incident involving two small boats in early hours of morning

    UK authorities have rescued 67 people who were attempting to cross the Channel on Christmas Day.

    Border Force agents took a group of people to Dover in Kent in the early hours of Saturday, after an incident involving two small boats.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/25/67-people-cross-english-channel-on-christmas-day", - "creator": "Press Association", - "pubDate": "2021-12-25T17:49:41Z", + "title": "Sudan: on revolution’s third anniversary, protesters vow not to be silenced", + "description": "

    Millions are still fighting for a democratic government, three years after their protests began

    Amany Galal lost her right eye to a tear gas canister fired by security forces as they tried to break up a demonstration in early 2019, making her one of the first casualties of Sudan’s long and faltering revolution.

    Three months later, the street movement had toppled the military dictator Omar al-Bashir but, three years later, millions of protesters are still fighting for a democratic government.

    Continue reading...", + "content": "

    Millions are still fighting for a democratic government, three years after their protests began

    Amany Galal lost her right eye to a tear gas canister fired by security forces as they tried to break up a demonstration in early 2019, making her one of the first casualties of Sudan’s long and faltering revolution.

    Three months later, the street movement had toppled the military dictator Omar al-Bashir but, three years later, millions of protesters are still fighting for a democratic government.

    Continue reading...", + "category": "Sudan", + "link": "https://www.theguardian.com/world/2021/dec/18/sudan-protesters-say-their-voices-will-not-be-silenced", + "creator": "Zeinab Mohammed Salih in Khartoum and Emma Graham-Harrison", + "pubDate": "2021-12-18T21:00:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202331,16 +227980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1203de0b00c8cf2296282acc7744630" + "hash": "ad1bea926b066afa5db0ad2b9f38d116" }, { - "title": "Suicide bomber kills at least six in eastern Congo on Christmas Day", - "description": "

    Attacker targeted restaurant and bar in Beni on Saturday as patrons gathered to celebrate holiday

    A suicide bomber attacked a restaurant and bar in Beni on Christmas Day, killing at least six people in the eastern Congolese town where Islamic extremists are known to be active.

    Heavy gunfire rang out shortly after the bomb went off, with panicked crowds fleeing the town’s hub.

    Continue reading...", - "content": "

    Attacker targeted restaurant and bar in Beni on Saturday as patrons gathered to celebrate holiday

    A suicide bomber attacked a restaurant and bar in Beni on Christmas Day, killing at least six people in the eastern Congolese town where Islamic extremists are known to be active.

    Heavy gunfire rang out shortly after the bomb went off, with panicked crowds fleeing the town’s hub.

    Continue reading...", - "category": "Democratic Republic of the Congo", - "link": "https://www.theguardian.com/world/2021/dec/25/suicide-bomber-kills-at-least-six-in-eastern-congo-on-christmas-day", - "creator": "Associated Press in Beni", - "pubDate": "2021-12-25T22:24:57Z", + "title": "One person dead after Sydney storm; NSW reports record 2,566 Covid cases; Victoria 1,240 – as it happened", + "description": "

    One dead and two seriously injured following storm on Sydney’s northern beaches; 80 Covid cases in South Australia as positive case linked to second Ashes Test; Tennant Creek lockdown ‘likely’ to be extended – this blog is now closed

    Deputy chief medical officer Dr Sonya Bennett says there is “there’s still a lot of uncertainty” surrounding Omicron, “particularly with respect to how severe we think Omicron might cause disease and various opinions”:

    We are seeing rapid escalation of case numbers around the globe, particularly in the UK, with the UK recording over 90,000 cases yesterday. We are seeing case numbers rise here ourselves in New South Wales, particularly, with 2,500 cases, or thereabouts, yesterday as well. So, it is highly transmissible and appears to rapidly escalate with what’s called the doubling time of around two days. Which is obviously concerning.

    Continue reading...", + "content": "

    One dead and two seriously injured following storm on Sydney’s northern beaches; 80 Covid cases in South Australia as positive case linked to second Ashes Test; Tennant Creek lockdown ‘likely’ to be extended – this blog is now closed

    Deputy chief medical officer Dr Sonya Bennett says there is “there’s still a lot of uncertainty” surrounding Omicron, “particularly with respect to how severe we think Omicron might cause disease and various opinions”:

    We are seeing rapid escalation of case numbers around the globe, particularly in the UK, with the UK recording over 90,000 cases yesterday. We are seeing case numbers rise here ourselves in New South Wales, particularly, with 2,500 cases, or thereabouts, yesterday as well. So, it is highly transmissible and appears to rapidly escalate with what’s called the doubling time of around two days. Which is obviously concerning.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/19/australia-news-live-update-omicron-spread-covid-cases-victoria-nsw-tasmania-jumping-castle-scott-morrison-coronavirus-booster-sydney-melbourne-perrottet-andrews", + "creator": "Melissa Davey (now) and Justine Landis-Hanley (earlier)", + "pubDate": "2021-12-19T06:28:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202352,16 +228001,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3c5e43cc68edab6dd70d3aee134a8c5" + "hash": "692a15a227fa75afd0da5424296b678e" }, { - "title": "Christmas roast: temperatures soar in Texas and US south-east", - "description": "

    Warm weather could make this the hottest December on record for many cities in the region, including Dallas and New Orleans

    About 200 temperature records in the US may be broken over the next several days as warm air across Texas and the south-east is predicted to bring spring or even summer-like conditions, making Christmas Day likely to be the warmest in 50 to 100 years in some areas.

    The temperatures could make this the warmest December on record for many cities in the region including Dallas, Houston, New Orleans, St Louis, Kansas City and Chicago.

    Continue reading...", - "content": "

    Warm weather could make this the hottest December on record for many cities in the region, including Dallas and New Orleans

    About 200 temperature records in the US may be broken over the next several days as warm air across Texas and the south-east is predicted to bring spring or even summer-like conditions, making Christmas Day likely to be the warmest in 50 to 100 years in some areas.

    The temperatures could make this the warmest December on record for many cities in the region including Dallas, Houston, New Orleans, St Louis, Kansas City and Chicago.

    Continue reading...", - "category": "US weather", - "link": "https://www.theguardian.com/us-news/2021/dec/25/christmas-temperature-us-texas-records-south-east", - "creator": "Edward Helmore", - "pubDate": "2021-12-25T19:02:32Z", + "title": "Boris Johnson’s zeal to return Parthenon marbles revealed in 1986 article", + "description": "

    Unearthed Oxford Union article by prime minister made passionate case for sculptures’ repatriation to Athens

    The extent of Boris Johnson’s U-turn on the Parthenon marbles has been laid bare in a 1986 article unearthed in an Oxford library in which the then classics student argued passionately for their return to Athens.

    Deploying language that would make campaigners proud, Johnson not only believed the fifth century BC antiquities should be displayed “where they belong”, but deplored how they had been “sawed and hacked” from the magisterial edifice they once adorned.

    Continue reading...", + "content": "

    Unearthed Oxford Union article by prime minister made passionate case for sculptures’ repatriation to Athens

    The extent of Boris Johnson’s U-turn on the Parthenon marbles has been laid bare in a 1986 article unearthed in an Oxford library in which the then classics student argued passionately for their return to Athens.

    Deploying language that would make campaigners proud, Johnson not only believed the fifth century BC antiquities should be displayed “where they belong”, but deplored how they had been “sawed and hacked” from the magisterial edifice they once adorned.

    Continue reading...", + "category": "Parthenon marbles", + "link": "https://www.theguardian.com/artanddesign/2021/dec/18/boris-johnsons-zeal-to-return-parthenon-marbles-revealed-in-1986-article", + "creator": "Helena Smith in Athens", + "pubDate": "2021-12-18T16:21:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202373,16 +228022,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "163b1526c5756048d55e54a290047c11" + "hash": "1fdb843e2f31ff874bbaa66344729b2c" }, { - "title": "‘A lot of abuse for little pay’: how US farming profits from exploitation and brutality", - "description": "

    Two dozen conspirators forced workers to pay fees for travel and housing while forcing them to work for little to no pay

    In June, a farm worker from Mexico, who requested to remain anonymous for fear of retaliation, was transported through a trafficking network from Monterey to work on farms in Georgia.

    They paid the traffickers 20,000 pesos, about $950, loaned from their mother, taking frequent trips back and forth to Monterey, before being told it was safe to leave. Then they were finally transported across the border.

    Continue reading...", - "content": "

    Two dozen conspirators forced workers to pay fees for travel and housing while forcing them to work for little to no pay

    In June, a farm worker from Mexico, who requested to remain anonymous for fear of retaliation, was transported through a trafficking network from Monterey to work on farms in Georgia.

    They paid the traffickers 20,000 pesos, about $950, loaned from their mother, taking frequent trips back and forth to Monterey, before being told it was safe to leave. Then they were finally transported across the border.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/25/us-farms-made-200m-human-smuggling-labor-trafficking-operation", - "creator": "Michael Sainato", - "pubDate": "2021-12-25T17:51:48Z", + "title": "Need a warped, tortured or evil character for a Hollywood film? Cast a British actor", + "description": "

    UK stars Olivia Colman, Idris Elba and Benedict Cumberbatch are all in demand with US directors. We look at why

    A sensitive, geeky youth, stuck on a lonely cattle ranch, might understandably yearn for a kindly uncle figure; someone to confide in, or be mentored by. But the companionship actor Benedict Cumberbatch offers his brother’s stepson, Peter, in the widely Oscar-tipped western Power of the Dog is a very long, precarious horse ride away from anything avuncular.

    In fact, Cumberbatch’s portrayal of the emotionally thwarted Phil Burbank is a study in twisted misery. In one early scene, Burbank notices some fragile paper flowers the teenager has made to decorate a dinner table at his mother’s canteen. But, instead of praising them, “Uncle Phil” is driven to publicly sneer.

    Continue reading...", + "content": "

    UK stars Olivia Colman, Idris Elba and Benedict Cumberbatch are all in demand with US directors. We look at why

    A sensitive, geeky youth, stuck on a lonely cattle ranch, might understandably yearn for a kindly uncle figure; someone to confide in, or be mentored by. But the companionship actor Benedict Cumberbatch offers his brother’s stepson, Peter, in the widely Oscar-tipped western Power of the Dog is a very long, precarious horse ride away from anything avuncular.

    In fact, Cumberbatch’s portrayal of the emotionally thwarted Phil Burbank is a study in twisted misery. In one early scene, Burbank notices some fragile paper flowers the teenager has made to decorate a dinner table at his mother’s canteen. But, instead of praising them, “Uncle Phil” is driven to publicly sneer.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/18/need-a-warped-tortured-or-evil-character-for-a-hollywood-film-cast-a-british-actor", + "creator": "Vanessa Thorpe", + "pubDate": "2021-12-18T15:28:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202394,16 +228043,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4354ff56dcc43cc9789f0b543723d15b" + "hash": "2f7c109d20b3835fc7fc35a705dd0bf9" }, { - "title": "‘It was life or death’: the plane-hijacking refugees Australia embraced", - "description": "

    Luke Henriques-Gomes’s grandfather was one of 44 refugees to arrive in 1975 on the only RAAF plane ever hijacked. The official response still staggers him. Head of news, Mike Ticher, introduces this little known story


    You can read the original article here: ‘It was life or death’: the plane-hijacking refugees Australia embraced


    Continue reading...", - "content": "

    Luke Henriques-Gomes’s grandfather was one of 44 refugees to arrive in 1975 on the only RAAF plane ever hijacked. The official response still staggers him. Head of news, Mike Ticher, introduces this little known story


    You can read the original article here: ‘It was life or death’: the plane-hijacking refugees Australia embraced


    Continue reading...", - "category": "Australian immigration and asylum", - "link": "https://www.theguardian.com/australia-news/audio/2021/dec/26/it-was-life-or-death-the-plane-hijacking-refugees-australia-embraced", - "creator": "Hosted by Jane Lee. Recommended by Mike Ticher. Written and read by Luke Henriques-Gomes. Produced by Camilla Hannan, Daniel Semo and Allison Chan. Executive producers Gabrielle Jackson and Melanie Tait", - "pubDate": "2021-12-25T19:00:03Z", + "title": "What are you playing at? The strange world of family games", + "description": "Games with bizarre rules played with our families during the holidays hold strong memories. Here, celebrities recall some of their finest moments

    It was the last week of my junior high school, so probably June 1974. After the summer I would be heading to senior school. The last week was pretty relaxed and one of our science teachers suggested we bring in board games and the like, since there was no actual teaching to be done.

    Continue reading...", + "content": "Games with bizarre rules played with our families during the holidays hold strong memories. Here, celebrities recall some of their finest moments

    It was the last week of my junior high school, so probably June 1974. After the summer I would be heading to senior school. The last week was pretty relaxed and one of our science teachers suggested we bring in board games and the like, since there was no actual teaching to be done.

    Continue reading...", + "category": "Family", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/18/what-are-you-playing-at-the-strange-world-of-family-games", + "creator": "Michael Segalov", + "pubDate": "2021-12-18T16:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202415,16 +228064,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2652067ef425597ea308758a50fa530" + "hash": "519a3c82aff84df08826bd7b030a2639" }, { - "title": "Australia Covid update: NSW records 6,394 cases; Victoria has 1,608 cases; Queensland reports 714 cases", - "description": "

    Covid case numbers continue to grow across Australia amid outbreak of Omicron variant

    New South Wales has reported 6,394 new infections on Boxing Day with 458 in hospital, as health minister Brad Hazzard warns “we’re all going to get Omicron”.

    The case numbers are a slight increase on the already record case numbers reported on Christmas Day.

    Continue reading...", - "content": "

    Covid case numbers continue to grow across Australia amid outbreak of Omicron variant

    New South Wales has reported 6,394 new infections on Boxing Day with 458 in hospital, as health minister Brad Hazzard warns “we’re all going to get Omicron”.

    The case numbers are a slight increase on the already record case numbers reported on Christmas Day.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/26/australia-covid-update-nsw-records-6394-cases-and-victoria-reports-1608-new-cases", - "creator": "Australian Associated Press", - "pubDate": "2021-12-25T22:07:45Z", + "title": "The Observer view on a decade of North Korea under Kim Jong-un | Observer editorial", + "description": "

    After his father’s death, he was propelled to the top of the totalitarian dynasty. How has he been allowed to last so long?

    How do tyrants survive? History is littered with examples of cruel dictators and despots who dominated their countries for years, oppressing millions of “subjects”, and were never forcibly deposed. Joseph Stalin famously died in his bed at the age of 74. Mao Zedong lasted longer, dying of natural causes in 1976, age 82. Spain’s thuggish dictator, Francisco Franco, seized power in 1939 and was still in office when he died in 1975 at 82.

    The obvious answer is fear. Other factors – cunning, chutzpah, charisma – play a role, too. But terror is the tool of choice for your typical tyrant. This is a lesson Kim Jong-un, North Korea’s “supreme leader”, learned at his father’s knee. And when Kim Jong-il died, 10 years ago last week, his then 26-year-old son was propelled willy-nilly to the top of the totalitarian dynasty founded in 1948 by his grandfather, Kim Il-sung.

    Continue reading...", + "content": "

    After his father’s death, he was propelled to the top of the totalitarian dynasty. How has he been allowed to last so long?

    How do tyrants survive? History is littered with examples of cruel dictators and despots who dominated their countries for years, oppressing millions of “subjects”, and were never forcibly deposed. Joseph Stalin famously died in his bed at the age of 74. Mao Zedong lasted longer, dying of natural causes in 1976, age 82. Spain’s thuggish dictator, Francisco Franco, seized power in 1939 and was still in office when he died in 1975 at 82.

    The obvious answer is fear. Other factors – cunning, chutzpah, charisma – play a role, too. But terror is the tool of choice for your typical tyrant. This is a lesson Kim Jong-un, North Korea’s “supreme leader”, learned at his father’s knee. And when Kim Jong-il died, 10 years ago last week, his then 26-year-old son was propelled willy-nilly to the top of the totalitarian dynasty founded in 1948 by his grandfather, Kim Il-sung.

    Continue reading...", + "category": "North Korea", + "link": "https://www.theguardian.com/commentisfree/2021/dec/19/the-observer-view-on-a-decade-of-north-korea-under-kim-jong-un", + "creator": "Observer editorial", + "pubDate": "2021-12-19T06:30:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202436,16 +228085,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9733abdc944bb1907db56e34699a976" + "hash": "6ec65a799fffeaa432f0a58de567541d" }, { - "title": "‘My grandmother hid Jewish children’: Poland’s underground refugee network", - "description": "

    As thousands attempt to cross the Belarus-Poland border seeking asylum in Europe, local activists are trying to help

    In the attic of a cottage in the woods near the Polish village of Narewka, a young Iraqi Kurd crouches, trembling with cold and fear. Through the skylight, the blue lights of police vans flash on the walls of his hiding place. Outside, dozens of border guards are searching for people like him in the snowstorm. Downstairs, the owner of the house sits in silence with his terrified wife and children.

    The young Kurd is one of thousands of asylum seekers who entered Poland across the border with Belarus, where countless others have become trapped on their way to Europe. The Polish family have offered him shelter. But if the Polish police find him, he risks being sent back across the frontier into the sub-zero forests of Belarus, while his protectors risk being charged for aiding illegal immigration.

    Continue reading...", - "content": "

    As thousands attempt to cross the Belarus-Poland border seeking asylum in Europe, local activists are trying to help

    In the attic of a cottage in the woods near the Polish village of Narewka, a young Iraqi Kurd crouches, trembling with cold and fear. Through the skylight, the blue lights of police vans flash on the walls of his hiding place. Outside, dozens of border guards are searching for people like him in the snowstorm. Downstairs, the owner of the house sits in silence with his terrified wife and children.

    The young Kurd is one of thousands of asylum seekers who entered Poland across the border with Belarus, where countless others have become trapped on their way to Europe. The Polish family have offered him shelter. But if the Polish police find him, he risks being sent back across the frontier into the sub-zero forests of Belarus, while his protectors risk being charged for aiding illegal immigration.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/24/my-grandmother-hid-jewish-children-polands-underground-refugee-network", - "creator": "Lorenzo Tondo in Hajnówka and Narewka; photographs by Alessio Mamo", - "pubDate": "2021-12-24T07:00:17Z", + "title": "Australia news live update: one person dead after storm on Sydney’s northern beaches; NSW reports record 2,566 Covid cases; Victoria 1,240", + "description": "

    One dead and two seriously injured following storm on Sydney’s northern beaches; 80 Covid cases in South Australia as positive case linked to second Ashes Test; Tennant Creek lockdown ‘likely’ to be extended; 42 new cases in Queensland; police retrieve body from waters off Lennox Head; Victoria records 1,240 new cases and four deaths; NSW records 2,566 case; ACT records 18 cases – follow all the day’s news

    Deputy chief medical officer Dr Sonya Bennett says there is “there’s still a lot of uncertainty” surrounding Omicron, “particularly with respect to how severe we think Omicron might cause disease and various opinions”:

    We are seeing rapid escalation of case numbers around the globe, particularly in the UK, with the UK recording over 90,000 cases yesterday. We are seeing case numbers rise here ourselves in New South Wales, particularly, with 2,500 cases, or thereabouts, yesterday as well. So, it is highly transmissible and appears to rapidly escalate with what’s called the doubling time of around two days. Which is obviously concerning.

    Continue reading...", + "content": "

    One dead and two seriously injured following storm on Sydney’s northern beaches; 80 Covid cases in South Australia as positive case linked to second Ashes Test; Tennant Creek lockdown ‘likely’ to be extended; 42 new cases in Queensland; police retrieve body from waters off Lennox Head; Victoria records 1,240 new cases and four deaths; NSW records 2,566 case; ACT records 18 cases – follow all the day’s news

    Deputy chief medical officer Dr Sonya Bennett says there is “there’s still a lot of uncertainty” surrounding Omicron, “particularly with respect to how severe we think Omicron might cause disease and various opinions”:

    We are seeing rapid escalation of case numbers around the globe, particularly in the UK, with the UK recording over 90,000 cases yesterday. We are seeing case numbers rise here ourselves in New South Wales, particularly, with 2,500 cases, or thereabouts, yesterday as well. So, it is highly transmissible and appears to rapidly escalate with what’s called the doubling time of around two days. Which is obviously concerning.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/19/australia-news-live-update-omicron-spread-covid-cases-victoria-nsw-tasmania-jumping-castle-scott-morrison-coronavirus-booster-sydney-melbourne-perrottet-andrews", + "creator": "Melissa Davey (now) and Justine Landis-Hanley (earlier)", + "pubDate": "2021-12-19T06:28:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202457,16 +228106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a43880ae32ab818d8e0e18d5b7cdf94" + "hash": "7afea2af4a7d9fbed2ddc988fe07fb67" }, - { - "title": "‘A breakthrough, not a breakdown’: one woman’s quest to transform mental health care in India", - "description": "

    Psychologist Ratnaboli Ray’s recovery from a mental health crisis inspired her to fight for women suffering in ‘abysmal’ conditions in West Bengal’s state institutions

    • Photography by Ranita Roy for the Guardian

    Ratnaboli Ray regards one of the lowest points of her life as a breakthrough. After years in an arranged marriage in which she felt stifled and trapped, her mental health took a catastrophic turn in 1997, when she was in her mid-30s.

    “I was feeling very caged, I was not able to express myself,” she says, from her home in West Bengal, India. She describes the psychological symptoms as like a pressure cooker bursting. “I used to get angry, have weeping spells. I was neglectful of my young son.”

    Continue reading...", - "content": "

    Psychologist Ratnaboli Ray’s recovery from a mental health crisis inspired her to fight for women suffering in ‘abysmal’ conditions in West Bengal’s state institutions

    • Photography by Ranita Roy for the Guardian

    Ratnaboli Ray regards one of the lowest points of her life as a breakthrough. After years in an arranged marriage in which she felt stifled and trapped, her mental health took a catastrophic turn in 1997, when she was in her mid-30s.

    “I was feeling very caged, I was not able to express myself,” she says, from her home in West Bengal, India. She describes the psychological symptoms as like a pressure cooker bursting. “I used to get angry, have weeping spells. I was neglectful of my young son.”

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/global-development/2021/dec/23/a-breakthrough-not-a-breakdown-one-womans-quest-to-transform-mental-health-care-in-india", - "creator": "Sarah Johnson", - "pubDate": "2021-12-23T10:00:53Z", + { + "title": "Russia issues list of demands it says must be met to lower tensions in Europe", + "description": "

    Contentious security guarantees Moscow is seeking include a ban on Ukraine from entering Nato

    Russia has put forward a highly contentious list of security guarantees it says it wants the west to agree to in order to lower tensions in Europe and defuse the crisis over Ukraine, including many elements that have already been ruled out.

    The demands include a ban on Ukraine entering Nato and a limit to the deployment of troops and weapons to Nato’s eastern flank, in effect returning Nato forces to where they were stationed in 1997, before an eastward expansion.

    Continue reading...", + "content": "

    Contentious security guarantees Moscow is seeking include a ban on Ukraine from entering Nato

    Russia has put forward a highly contentious list of security guarantees it says it wants the west to agree to in order to lower tensions in Europe and defuse the crisis over Ukraine, including many elements that have already been ruled out.

    The demands include a ban on Ukraine entering Nato and a limit to the deployment of troops and weapons to Nato’s eastern flank, in effect returning Nato forces to where they were stationed in 1997, before an eastward expansion.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/17/russia-issues-list-demands-tensions-europe-ukraine-nato", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-12-17T14:16:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202478,16 +228127,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab34ceb5fefd1447479e2d23730397fe" + "hash": "9b4892c15d2a9373332544f439f8c714" }, { - "title": "Settled French territory or powder keg: what next for New Caledonia after failed bid for independence? | Hamish McDonald", - "description": "

    While French politicians are hailing the result of the referendum as ‘final’, indigenous Kanaks say their future is anything but settled

    In the wake of the third New Caledonian referendum on independence from France, French president Emmanuel Macron declared that “France is more beautiful because New Caledonia decided to stay.”

    The vote in the 12 December referendum – supposedly the finale of a 30-year process of preparation and consultation – was an overwhelming 96.5% against independence.

    Continue reading...", - "content": "

    While French politicians are hailing the result of the referendum as ‘final’, indigenous Kanaks say their future is anything but settled

    In the wake of the third New Caledonian referendum on independence from France, French president Emmanuel Macron declared that “France is more beautiful because New Caledonia decided to stay.”

    The vote in the 12 December referendum – supposedly the finale of a 30-year process of preparation and consultation – was an overwhelming 96.5% against independence.

    Continue reading...", - "category": "New Caledonia", - "link": "https://www.theguardian.com/world/2021/dec/23/settled-french-territory-or-powder-keg-what-next-for-new-caledonia-after-failed-bid-for-independence", - "creator": "Hamish McDonald", - "pubDate": "2021-12-22T20:00:35Z", + "title": "Ghislaine Maxwell’s lawyers call Jeffrey Epstein’s ex-girlfriend as a witness", + "description": "

    Maxwell’s defense team rested their case on Friday, with closing arguments set to begin on Monday

    • This article contains depictions of sexual abuse

    Ghislaine Maxwell’s lawyers called one of Jeffrey Epstein’s ex-girlfriends as a defense witness on Friday in the British socialite’s Manhattan federal court sex-trafficking trial.

    Maxwell’s defense team also rested their case on Friday afternoon and she declined to testify. Her trial will enter a new stage Monday when the prosecution and defense will present their closing arguments.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732).

    Continue reading...", + "content": "

    Maxwell’s defense team rested their case on Friday, with closing arguments set to begin on Monday

    • This article contains depictions of sexual abuse

    Ghislaine Maxwell’s lawyers called one of Jeffrey Epstein’s ex-girlfriends as a defense witness on Friday in the British socialite’s Manhattan federal court sex-trafficking trial.

    Maxwell’s defense team also rested their case on Friday afternoon and she declined to testify. Her trial will enter a new stage Monday when the prosecution and defense will present their closing arguments.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732).

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/17/ghislaine-maxwell-trial-defense-finish-arguments-sex-trafficking", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-17T21:21:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202499,16 +228148,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9de49239b65dff57a7045a1d59bbe6fc" + "hash": "2c4dbf18f38ba4ba4b32032a3be88bad" }, { - "title": "Covid live news: France sees record daily high; Israel orders 100,000 anti-viral pills", - "description": "
    • Passengers hit after airlines cancel more than 4,500 flights
    • Officials in China rush to contain outbreaks in several regions

    New South Wales has recorded its highest ever Covid daily caseload, with 6,288 new infections announced today – by far the highest number of cases in any Australian state since the pandemic began.

    Record Covid cases were reported across Australia on Christmas Day as overwhelmed testing clinics were forced to close and tens of thousands of people spent the holiday in isolation.

    I would sincerely appeal that they do not again consider closing churches and places of worship.

    I think this country has shown that people can make good judgements themselves.

    We’re at that point of saying we understand the risk. We know what we should do. Most people are sensible and cautious. We don’t need stronger impositions to teach us what to do.

    Continue reading...", - "content": "
    • Passengers hit after airlines cancel more than 4,500 flights
    • Officials in China rush to contain outbreaks in several regions

    New South Wales has recorded its highest ever Covid daily caseload, with 6,288 new infections announced today – by far the highest number of cases in any Australian state since the pandemic began.

    Record Covid cases were reported across Australia on Christmas Day as overwhelmed testing clinics were forced to close and tens of thousands of people spent the holiday in isolation.

    I would sincerely appeal that they do not again consider closing churches and places of worship.

    I think this country has shown that people can make good judgements themselves.

    We’re at that point of saying we understand the risk. We know what we should do. Most people are sensible and cautious. We don’t need stronger impositions to teach us what to do.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/25/covid-live-news-christmas-day-coronavirus-latest-updates-omicron", - "creator": "Nadeem Badshah (now), Kaamil Ahmed,Léonie Chao-Fong (earlier)", - "pubDate": "2021-12-25T22:03:33Z", + "title": "Hong Kong ‘patriots’ election casts doubt over democracy as city enters new era", + "description": "

    Critics describe Sunday’s vote as ‘illegitimate’ as Beijing tightens its crackdown on dissent and pro-democracy movement is wiped out

    Days before Hong Kong’s legislative council election, 15 months after it was supposed to be held, former legislator Ted Hui is on the phone from Adelaide railing against the government. In the southern Australian city he is far from the Hong Kong warrants for his arrest and instead in a place where, unlike many of his former colleagues, he can speak freely.

    “For the Hong Kong people there are not many choices now but to accept illegitimate elections. The parliament is going to be a rubber stamp for Beijing and this election carries no democratic element at all.”

    Continue reading...", + "content": "

    Critics describe Sunday’s vote as ‘illegitimate’ as Beijing tightens its crackdown on dissent and pro-democracy movement is wiped out

    Days before Hong Kong’s legislative council election, 15 months after it was supposed to be held, former legislator Ted Hui is on the phone from Adelaide railing against the government. In the southern Australian city he is far from the Hong Kong warrants for his arrest and instead in a place where, unlike many of his former colleagues, he can speak freely.

    “For the Hong Kong people there are not many choices now but to accept illegitimate elections. The parliament is going to be a rubber stamp for Beijing and this election carries no democratic element at all.”

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/17/hong-kong-patriots-election-casts-doubt-over-democracy-as-city-enters-new-era", + "creator": "Helen Davidson", + "pubDate": "2021-12-17T21:00:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202520,16 +228169,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "257c962ba8186d7b59e70180078719f9" + "hash": "7f9dddf922ed7a578a45bbf40e56be12" }, { - "title": "Caller tells Joe Biden ‘Let’s go Brandon’ during White House Christmas event", - "description": "

    The saying has became an internet sensation as a coded vulgarity among Trump supporters

    A vulgar anti-Biden slogan made for an awkward moment on Friday during Joe Biden’s phone calls with children tracking Santa’s flight when a father said, “Let’s Go Brandon.”

    The refrain, a sanitized version of “Fuck Joe Biden,” has been an internet sensation since a television journalist told race car driver Brandon Brown that a Nascar crowd shouting the vulgarity was actually saying, “Let’s go Brandon.”

    Continue reading...", - "content": "

    The saying has became an internet sensation as a coded vulgarity among Trump supporters

    A vulgar anti-Biden slogan made for an awkward moment on Friday during Joe Biden’s phone calls with children tracking Santa’s flight when a father said, “Let’s Go Brandon.”

    The refrain, a sanitized version of “Fuck Joe Biden,” has been an internet sensation since a television journalist told race car driver Brandon Brown that a Nascar crowd shouting the vulgarity was actually saying, “Let’s go Brandon.”

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2021/dec/24/caller-tells-joe-biden-lets-go-brandon-during-white-house-christmas-event", - "creator": "Reuters", - "pubDate": "2021-12-24T21:56:33Z", + "title": "Ashes 2021-22: Australia v England second Test, day three – live!", + "description": "

    13th over: England 35-2 (Malan 8, Root 14) Neser, bowling fuller than England have been, almost grabs a maiden but for one run that Malan glances to long leg. The next half-hour to an hour will be key for these batters, you’d think. Australia will want to strike the top order sooner rather than later or otherwise allow the tourists to settle in and get comfy.

    Robert Wilson has written in.

    Continue reading...", + "content": "

    13th over: England 35-2 (Malan 8, Root 14) Neser, bowling fuller than England have been, almost grabs a maiden but for one run that Malan glances to long leg. The next half-hour to an hour will be key for these batters, you’d think. Australia will want to strike the top order sooner rather than later or otherwise allow the tourists to settle in and get comfy.

    Robert Wilson has written in.

    Continue reading...", + "category": "The Ashes", + "link": "https://www.theguardian.com/sport/live/2021/dec/18/ashes-2021-22-australia-vs-england-day-three-3-cricket-second-2nd-test-live-score-card-aus-v-eng-start-time-latest-updates", + "creator": "Emma Kemp (now) and Rob Smyth (later)", + "pubDate": "2021-12-18T06:22:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202541,16 +228190,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "687213716747ccec045178ba0a16f4c1" + "hash": "89b32f78950e9af66a03aefb468c1526" }, { - "title": "Head of US FDA’s advisory group: ‘We never expected Covid vaccines to be so good, so effective’", - "description": "

    Dr Arnold Monto says he watched as a vaccine was developed both faster and more effectively than any dared to hope – but says it’s unlikely to give ‘permanent protection’

    It is very likely that in the “Before Times,” few Americans knew that independent experts advised the US Food and Drug Administration (FDA) on the safety and efficacy of vaccines, and that the FDA usually took their advice.

    Less than a year into the Covid-19 pandemic, that quickly changed.

    Continue reading...", - "content": "

    Dr Arnold Monto says he watched as a vaccine was developed both faster and more effectively than any dared to hope – but says it’s unlikely to give ‘permanent protection’

    It is very likely that in the “Before Times,” few Americans knew that independent experts advised the US Food and Drug Administration (FDA) on the safety and efficacy of vaccines, and that the FDA usually took their advice.

    Less than a year into the Covid-19 pandemic, that quickly changed.

    Continue reading...", - "category": "Vaccines and immunisation", - "link": "https://www.theguardian.com/society/2021/dec/25/us-fda-vaccine-advisory-group-covid-vaccines-flu", - "creator": "Jessica Glenza", - "pubDate": "2021-12-25T07:00:47Z", + "title": "Court rules Biden’s vaccine mandate for large employers can take effect", + "description": "

    Decision reverses previous ruling but Republican officials say they will appeal measure to supreme court

    A federal appeals court panel has allowed Joe Biden’s Covid-19 vaccine mandate for larger private employers to move ahead, reversing a previous decision on a requirement that could affect some 84 million US workers.

    The 2-1 decision by a panel of the 6th US circuit court of appeals in Cincinnati overrules a decision by a federal judge in a separate court that had paused the mandate nationwide.

    Continue reading...", + "content": "

    Decision reverses previous ruling but Republican officials say they will appeal measure to supreme court

    A federal appeals court panel has allowed Joe Biden’s Covid-19 vaccine mandate for larger private employers to move ahead, reversing a previous decision on a requirement that could affect some 84 million US workers.

    The 2-1 decision by a panel of the 6th US circuit court of appeals in Cincinnati overrules a decision by a federal judge in a separate court that had paused the mandate nationwide.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/18/court-rules-bidens-vaccine-mandate-for-large-employers-can-take-effect", + "creator": "Associated Press", + "pubDate": "2021-12-18T04:42:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202562,16 +228211,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e3cd3aba8efafc6881396e3955bd364" + "hash": "b6e9bde6463ff670d05bea77b4b81661" }, { - "title": "Central Africa: fighting kills six soldiers and 22 jihadists in Lake Chad region", - "description": "

    Three-week operation by troops from Niger and Nigeria targeted area that has become a bolthole for Boko Haram and Isis-linked militants

    Six soldiers and at least 22 jihadists have died in fighting in the Lake Chad region of central AfricA, a joint force deployed to the area said on Friday.

    The force described the operation, conducted by troops from Niger and Nigeria backed by fighter planes, as a “success” and said it had benefited from “decisive support by American partners”.

    Continue reading...", - "content": "

    Three-week operation by troops from Niger and Nigeria targeted area that has become a bolthole for Boko Haram and Isis-linked militants

    Six soldiers and at least 22 jihadists have died in fighting in the Lake Chad region of central AfricA, a joint force deployed to the area said on Friday.

    The force described the operation, conducted by troops from Niger and Nigeria backed by fighter planes, as a “success” and said it had benefited from “decisive support by American partners”.

    Continue reading...", - "category": "Niger", - "link": "https://www.theguardian.com/world/2021/dec/25/central-africa-fighting-kills-six-soldiers-and-22-jihadists-in-lake-chad-region", - "creator": "Agence France-Presse", - "pubDate": "2021-12-25T01:59:02Z", + "title": "More than 130 people rescued after becoming stranded in the Channel", + "description": "

    Makeshift vessels got into trouble attempting to make crossing from France to the UK

    More than 130 people have been rescued after their makeshift vessels became stranded in the Channel as they tried to reach Britain from France, French authorities said.

    Two navy vessels and two lifeboats brought the 138 refugees back to shore after authorities were informed on Thursday that “many boats trying to cross the Channel were in trouble”.

    Continue reading...", + "content": "

    Makeshift vessels got into trouble attempting to make crossing from France to the UK

    More than 130 people have been rescued after their makeshift vessels became stranded in the Channel as they tried to reach Britain from France, French authorities said.

    Two navy vessels and two lifeboats brought the 138 refugees back to shore after authorities were informed on Thursday that “many boats trying to cross the Channel were in trouble”.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/17/more-than-130-people-rescued-after-becoming-stranded-in-the-channel", + "creator": "Nadeem Badshah", + "pubDate": "2021-12-17T23:21:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202583,16 +228232,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "efbec96e869fa183c0171b71424f6530" + "hash": "1bb966294293450448b61f7a688125de" }, { - "title": "Australia Covid update: NSW records 6,394 cases and Victoria reports 1,608 new cases", - "description": "

    Covid case numbers continue to grow in NSW amid outbreak of Omicron variant

    New South Wales has reported 6,394 new infections on Boxing Day with 458 in hospital, a slight increase on the already record case numbers on Christmas Day.

    Victoria also reported a slight decrease in daily case numbers, with 1,608 new Covid-19 infections, including 374 in hospital.

    Continue reading...", - "content": "

    Covid case numbers continue to grow in NSW amid outbreak of Omicron variant

    New South Wales has reported 6,394 new infections on Boxing Day with 458 in hospital, a slight increase on the already record case numbers on Christmas Day.

    Victoria also reported a slight decrease in daily case numbers, with 1,608 new Covid-19 infections, including 374 in hospital.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/26/australia-covid-update-nsw-records-6394-cases-and-victoria-reports-1608-new-cases", - "creator": "Australian Associated Press", - "pubDate": "2021-12-25T22:07:45Z", + "title": "San Francisco mayor declares neighborhood state of emergency amid overdose deaths", + "description": "

    London Breed’s plan increases police presence in the Tenderloin district, a strategy that is at odds with the progressive city’s stance

    The mayor of San Francisco has declared a state of emergency in the Tenderloin district, an area with high levels of homelessness and devastating numbers of drug overdoses, in an effort to crack down on crime and reduce overdose deaths.

    “We are in a crisis and we need to respond accordingly,” said London Breed at a news conference on Friday. The plan will aggressively address issues on what she called the “nasty streets” in her city, including bolstering the budget for policing.

    Continue reading...", + "content": "

    London Breed’s plan increases police presence in the Tenderloin district, a strategy that is at odds with the progressive city’s stance

    The mayor of San Francisco has declared a state of emergency in the Tenderloin district, an area with high levels of homelessness and devastating numbers of drug overdoses, in an effort to crack down on crime and reduce overdose deaths.

    “We are in a crisis and we need to respond accordingly,” said London Breed at a news conference on Friday. The plan will aggressively address issues on what she called the “nasty streets” in her city, including bolstering the budget for policing.

    Continue reading...", + "category": "San Francisco", + "link": "https://www.theguardian.com/us-news/2021/dec/17/san-francisco-state-of-emergency-drug-overdose-deaths", + "creator": "Gabrielle Canon", + "pubDate": "2021-12-18T01:53:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202604,16 +228253,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb2a018f549e75e5f85ac62645270730" + "hash": "a587ec184c228b3ac4715b9c308cb4ff" }, { - "title": "Covid live news: air travel disruption worldwide; China records most cases in four months", - "description": "
    • Passengers hit after airlines cancel more than 4,500 flights
    • Officials in China rush to contain outbreaks in several regions

    New South Wales has recorded its highest ever Covid daily caseload, with 6,288 new infections announced today – by far the highest number of cases in any Australian state since the pandemic began.

    Record Covid cases were reported across Australia on Christmas Day as overwhelmed testing clinics were forced to close and tens of thousands of people spent the holiday in isolation.

    I would sincerely appeal that they do not again consider closing churches and places of worship.

    I think this country has shown that people can make good judgements themselves.

    We’re at that point of saying we understand the risk. We know what we should do. Most people are sensible and cautious. We don’t need stronger impositions to teach us what to do.

    Continue reading...", - "content": "
    • Passengers hit after airlines cancel more than 4,500 flights
    • Officials in China rush to contain outbreaks in several regions

    New South Wales has recorded its highest ever Covid daily caseload, with 6,288 new infections announced today – by far the highest number of cases in any Australian state since the pandemic began.

    Record Covid cases were reported across Australia on Christmas Day as overwhelmed testing clinics were forced to close and tens of thousands of people spent the holiday in isolation.

    I would sincerely appeal that they do not again consider closing churches and places of worship.

    I think this country has shown that people can make good judgements themselves.

    We’re at that point of saying we understand the risk. We know what we should do. Most people are sensible and cautious. We don’t need stronger impositions to teach us what to do.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/25/covid-live-news-christmas-day-coronavirus-latest-updates-omicron", - "creator": "Léonie Chao-Fong", - "pubDate": "2021-12-25T12:35:06Z", + "title": "Typhoon Rai: at least 23 killed in strongest storm to hit Philippines this year", + "description": "

    Search and recovery efforts continue after super typhoon pummels southern and central regions of the country

    At least 23 people have been killed in the strongest typhoon to hit the Philippines this year, officials said, with “alarming” reports of destruction on islands that bore the brunt of the storm.

    More than 300,000 people fled their homes and beachfront resorts as Typhoon Rai ravaged the southern and central regions of the archipelago, knocking out communications and electricity in many areas, ripping off roofs and toppling concrete power poles.

    Continue reading...", + "content": "

    Search and recovery efforts continue after super typhoon pummels southern and central regions of the country

    At least 23 people have been killed in the strongest typhoon to hit the Philippines this year, officials said, with “alarming” reports of destruction on islands that bore the brunt of the storm.

    More than 300,000 people fled their homes and beachfront resorts as Typhoon Rai ravaged the southern and central regions of the archipelago, knocking out communications and electricity in many areas, ripping off roofs and toppling concrete power poles.

    Continue reading...", + "category": "Philippines", + "link": "https://www.theguardian.com/world/2021/dec/18/typhoon-rai-at-least-12-killed-in-philippines-as-clean-up-begins", + "creator": "Agence France-Presse", + "pubDate": "2021-12-18T02:43:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202625,16 +228274,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c424ba2394c080ce1b57b8700c0cb402" + "hash": "484a76e03a1c4ec9b25c95127068d784" }, { - "title": "Pope calls for dialogue on world stage in Christmas message", - "description": "

    Pontiff looks to soothe global conflicts ranging from family feuds to threats of war in his speech

    Pope Francis has used his Christmas Day message to call for dialogue on the world stage as he looks to resolve conflicts ranging from family feuds to threats of war.

    The pontiff listed tensions in several countries in Asia, Europe and Africa as he delivered his Urbi et Orbi address, and called on individuals and world leaders to talk rather than dig in their heels. This aversion to discourse, he said, has been worsened by the Covid-19 pandemic.

    Continue reading...", - "content": "

    Pontiff looks to soothe global conflicts ranging from family feuds to threats of war in his speech

    Pope Francis has used his Christmas Day message to call for dialogue on the world stage as he looks to resolve conflicts ranging from family feuds to threats of war.

    The pontiff listed tensions in several countries in Asia, Europe and Africa as he delivered his Urbi et Orbi address, and called on individuals and world leaders to talk rather than dig in their heels. This aversion to discourse, he said, has been worsened by the Covid-19 pandemic.

    Continue reading...", - "category": "Pope Francis", - "link": "https://www.theguardian.com/world/2021/dec/25/pope-calls-for-dialogue-on-the-world-stage-in-his-christmas-message", - "creator": "Kevin Rawlinson", - "pubDate": "2021-12-25T12:00:12Z", + "title": "Defense rests after Kim Potter describes ‘chaotic’ traffic stop that killed Wright", + "description": "

    The police officer who said she mistook her gun for Taser is charged with manslaughter for fatally shooting Daunte Wright

    The defense has rested in the trial of a Minnesota police officer charged in the fatal shooting of Black motorist Daunte Wright.

    Kim Potter, 49, is charged with manslaughter in Wright’s death during a traffic stop on April 11 in the Minneapolis suburb of Brooklyn Center.

    Continue reading...", + "content": "

    The police officer who said she mistook her gun for Taser is charged with manslaughter for fatally shooting Daunte Wright

    The defense has rested in the trial of a Minnesota police officer charged in the fatal shooting of Black motorist Daunte Wright.

    Kim Potter, 49, is charged with manslaughter in Wright’s death during a traffic stop on April 11 in the Minneapolis suburb of Brooklyn Center.

    Continue reading...", + "category": "Daunte Wright", + "link": "https://www.theguardian.com/us-news/2021/dec/17/kim-potter-daunte-wright-trial-defense-rests", + "creator": "Associated Press", + "pubDate": "2021-12-17T21:12:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202646,16 +228295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce3ab9f080709ea7d644de2f4ad90382" + "hash": "f7df79d5fb86d91eea6bea0fe7731f37" }, { - "title": "Nasa launches $9bn James Webb space telescope", - "description": "

    Successor to the Hubble telescope takes off on board rocket from ESA’s launch base in French Guiana

    Nasa has launched a powerful infrared telescope, a successor to Hubble, which scientists believe will be the most important space-science observatory of the next decade.

    The $9bn James Webb space telescope was packed into the cargo bay of an Ariane 5 rocket that blasted off from the European Space Agency’s (ESA) launch base in French Guiana at 12.20pm on Saturday.

    Continue reading...", - "content": "

    Successor to the Hubble telescope takes off on board rocket from ESA’s launch base in French Guiana

    Nasa has launched a powerful infrared telescope, a successor to Hubble, which scientists believe will be the most important space-science observatory of the next decade.

    The $9bn James Webb space telescope was packed into the cargo bay of an Ariane 5 rocket that blasted off from the European Space Agency’s (ESA) launch base in French Guiana at 12.20pm on Saturday.

    Continue reading...", - "category": "Nasa", - "link": "https://www.theguardian.com/science/2021/dec/25/nasa-launches-james-webb-space-telescope", - "creator": "Kevin Rawlinson", - "pubDate": "2021-12-25T12:25:40Z", + "title": "Couple charged over death of two-year-old boy in gas explosion", + "description": "

    Sharon and Darren Greenham charged with manslaughter of George Arthur Hinds after blast caused by severed gas pipe

    A couple has been charged over the death of a two-year-old boy in a gas explosion.

    Sharon Greenham, 51, and Darren Greenham, 44, are accused of the manslaughter of George Arthur Hinds.

    Continue reading...", + "content": "

    Sharon and Darren Greenham charged with manslaughter of George Arthur Hinds after blast caused by severed gas pipe

    A couple has been charged over the death of a two-year-old boy in a gas explosion.

    Sharon Greenham, 51, and Darren Greenham, 44, are accused of the manslaughter of George Arthur Hinds.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/17/couple-charged-over-death-of-two-year-old-boy-in-gas-explosion", + "creator": "PA Media", + "pubDate": "2021-12-17T20:08:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202667,16 +228316,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ce2ac0b075f42888d11cd6802255107" + "hash": "982aba2050c8fe7b2d7da4530d6c4d2a" }, { - "title": "US farms made $200m via human smuggling and labor trafficking operation", - "description": "

    Two dozen conspirators forced workers to pay fees for travel and housing while forcing them to work for little to no pay

    In June 2021, a farm worker from Mexico who requested to remain anonymous for fear of retaliation, was transported through a trafficking network from Monterey, Mexico to work on farms in the southern US state of Georgia.

    They paid 20,000 pesos, around $950 to the traffickers that they were loaned from their mother, taking frequent trips to Monterrey, Mexico, back and forth, before being told it was safe to leave and they were finally transported across the border.

    Continue reading...", - "content": "

    Two dozen conspirators forced workers to pay fees for travel and housing while forcing them to work for little to no pay

    In June 2021, a farm worker from Mexico who requested to remain anonymous for fear of retaliation, was transported through a trafficking network from Monterey, Mexico to work on farms in the southern US state of Georgia.

    They paid 20,000 pesos, around $950 to the traffickers that they were loaned from their mother, taking frequent trips to Monterrey, Mexico, back and forth, before being told it was safe to leave and they were finally transported across the border.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/25/us-farms-made-200m-human-smuggling-labor-trafficking-operation", - "creator": "Michael Sainato", - "pubDate": "2021-12-25T09:00:49Z", + "title": "Brexit: EU and UK at odds over Northern Ireland renegotiation", + "description": "

    Brussels remains mistrustful of British government, which objects to ECJ being final arbiter of EU law

    An uneasy Christmas truce has been called over the post-Brexit arrangements for Northern Ireland, even as the EU said it would not negotiate over a key British demand in the rancorous talks.

    Maroš Šefčovič, the EU Brexit commissioner, said there was “momentum” behind discussions after a major British U-turn, but refused to offer quid pro quo concessions.

    Continue reading...", + "content": "

    Brussels remains mistrustful of British government, which objects to ECJ being final arbiter of EU law

    An uneasy Christmas truce has been called over the post-Brexit arrangements for Northern Ireland, even as the EU said it would not negotiate over a key British demand in the rancorous talks.

    Maroš Šefčovič, the EU Brexit commissioner, said there was “momentum” behind discussions after a major British U-turn, but refused to offer quid pro quo concessions.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2021/dec/17/brexit-eu-uk-northern-ireland-ecj", + "creator": "Daniel Boffey and Jennifer Rankin in Brussels, and Jon Henley in Paris", + "pubDate": "2021-12-17T18:00:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202688,16 +228337,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83e117f45f6318f538fdd5407885b15a" + "hash": "ffefc538fff0c450312929dddf8e3dbd" }, { - "title": "Man held after 100 iPads stolen from children’s hospital in Liverpool", - "description": "

    Merseyside police took 54-year-old into custody after £70,000 theft from Alder Hey

    A man has been arrested on suspicion of burglary after 100 iPads worth £70,000 were stolen from a children’s hospital.

    Police were called after a report that the devices were taken from an outdoor container at Alder Hey children’s hospital in West Derby, Liverpool, on 19 November.

    Continue reading...", - "content": "

    Merseyside police took 54-year-old into custody after £70,000 theft from Alder Hey

    A man has been arrested on suspicion of burglary after 100 iPads worth £70,000 were stolen from a children’s hospital.

    Police were called after a report that the devices were taken from an outdoor container at Alder Hey children’s hospital in West Derby, Liverpool, on 19 November.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/24/man-held-after-100-ipads-stolen-from-childrens-hospital-in-liverpool", - "creator": "Nadeem Badshah", - "pubDate": "2021-12-24T19:41:02Z", + "title": "South Africa says vaccines and natural immunity are limiting latest Covid wave", + "description": "

    Global experts fear countries with older and more vulnerable populations may have different experience of Omicron variant

    Vaccines and high levels of prior exposure to coronavirus in South Africa appear to be protecting against the more severe symptoms seen in the previous three waves of the pandemic, according to the country’s health minister.

    The suggestion that previous exposure to another variant of coronavirus – or vaccination – might provide protection from the Omicron variant echoes analysis by South African experts earlier this week that suggested prior exposure or vaccination gave a degree of protection from serious disease.

    Continue reading...", + "content": "

    Global experts fear countries with older and more vulnerable populations may have different experience of Omicron variant

    Vaccines and high levels of prior exposure to coronavirus in South Africa appear to be protecting against the more severe symptoms seen in the previous three waves of the pandemic, according to the country’s health minister.

    The suggestion that previous exposure to another variant of coronavirus – or vaccination – might provide protection from the Omicron variant echoes analysis by South African experts earlier this week that suggested prior exposure or vaccination gave a degree of protection from serious disease.

    Continue reading...", + "category": "South Africa", + "link": "https://www.theguardian.com/world/2021/dec/17/south-africa-says-vaccines-and-natural-immunity-are-limiting-latest-covid-wave", + "creator": "Peter Beaumont", + "pubDate": "2021-12-17T16:05:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202709,16 +228358,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df529dd05fa065efb340f126a4c45e91" + "hash": "1bfcd0223053c320c45b75651b46a5aa" }, { - "title": "‘Better days ahead’: people forced into Christmas isolation stay upbeat", - "description": "

    From a change of routine to an unexpected rest, those self-isolating look on the bright side

    When Isaac, 16, tested positive for coronavirus a few days ago, he decided to self-isolate alone in his room. He wanted to make sure he did everything he could not to pass the virus on to his family and ensure they were able to have some normality over Christmas.

    After his mum, Debs, posted what he was doing on Twitter, she was flooded with loving messages to pass on to him. She plans to print them all and put them up on the wall opposite his room for him to see on Christmas Day.

    Continue reading...", - "content": "

    From a change of routine to an unexpected rest, those self-isolating look on the bright side

    When Isaac, 16, tested positive for coronavirus a few days ago, he decided to self-isolate alone in his room. He wanted to make sure he did everything he could not to pass the virus on to his family and ensure they were able to have some normality over Christmas.

    After his mum, Debs, posted what he was doing on Twitter, she was flooded with loving messages to pass on to him. She plans to print them all and put them up on the wall opposite his room for him to see on Christmas Day.

    Continue reading...", + "title": "Vaccine rollout data by country shows who has vaccinated faster – and why – exposing the global Covid-19 divide", + "description": "

    Outside of a country’s wealth, there are a number of factors that have been associated with slower and faster Covid-19 vaccine rollouts

    Continue reading...", + "content": "

    Outside of a country’s wealth, there are a number of factors that have been associated with slower and faster Covid-19 vaccine rollouts

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/24/better-days-ahead-people-forced-into-christmas-isolation-stay-upbeat", - "creator": "Aamna Mohdin", - "pubDate": "2021-12-24T15:00:27Z", + "link": "https://www.theguardian.com/world/ng-interactive/2021/dec/17/vaccine-rollout-data-by-country-shows-who-has-vaccinated-faster-and-why-exposing-the-global-covid-19-divide", + "creator": "Nick Evershed, Josh Nicholas and Andy Ball", + "pubDate": "2021-12-16T19:00:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202730,16 +228379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "306deb8f74b7910aa0e0bea23ae7be84" + "hash": "932194939aaeb7c6b58f78a2f4c8c69c" }, { - "title": "Escape your comfort zone: My voyage through the foods I’ve avidly avoided – from baked beans to Marmite", - "description": "

    Despite living in the UK for more than 30 years, there are a handful of popular staples I have doggedly refused to eat. So I take the plunge with prawn cocktail crisps

    I like to think I have an adventurous palate. I eat many things that commonly upset people – shellfish, snails, coriander – without complaint. I don’t have any allergies and I am highly lactose tolerant.

    As an American who has lived in the UK for 30 years, I can only think of a few British foodstuffs I won’t touch, among them baked beans, Marmite and prawn cocktail crisps. But can I really consider myself adventurous if I’m not willing to give these three a go?

    Continue reading...", - "content": "

    Despite living in the UK for more than 30 years, there are a handful of popular staples I have doggedly refused to eat. So I take the plunge with prawn cocktail crisps

    I like to think I have an adventurous palate. I eat many things that commonly upset people – shellfish, snails, coriander – without complaint. I don’t have any allergies and I am highly lactose tolerant.

    As an American who has lived in the UK for 30 years, I can only think of a few British foodstuffs I won’t touch, among them baked beans, Marmite and prawn cocktail crisps. But can I really consider myself adventurous if I’m not willing to give these three a go?

    Continue reading...", - "category": "Food", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/25/escape-your-comfort-zone-my-voyage-through-the-foods-ive-avidly-avoided-from-baked-beans-to-marmite", - "creator": "Tim Dowling", - "pubDate": "2021-12-25T09:00:49Z", + "title": "T-cells in Pfizer Covid jab recipients stay robust against severe illness", + "description": "

    Research in South Africa raises hopes that similar responses may be present with other vaccines

    South African researchers examining how the body’s immune system responds to the Omicron variant have identified that T-cells in people who have had the Pfizer vaccine continue to be robust in potentially protecting against severe illness despite Omicron’s ability to evade other defences.

    The research raises hopes that similar responses may be present with other vaccines and within unvaccinated individuals who have been infected with coronavirus.

    Continue reading...", + "content": "

    Research in South Africa raises hopes that similar responses may be present with other vaccines

    South African researchers examining how the body’s immune system responds to the Omicron variant have identified that T-cells in people who have had the Pfizer vaccine continue to be robust in potentially protecting against severe illness despite Omicron’s ability to evade other defences.

    The research raises hopes that similar responses may be present with other vaccines and within unvaccinated individuals who have been infected with coronavirus.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/17/t-cells-pfizer-covid-jab-robust-against-severe-illness-south-africa-research", + "creator": "Peter Beaumont", + "pubDate": "2021-12-17T16:50:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202751,16 +228400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b55b3fc980db0005a08fcd22b52be2b4" + "hash": "c651d3e04cbf22d2980620348d68965d" }, { - "title": "The food quiz of the year: from Salt Bae to Colin the Caterpillar", - "description": "

    How much gourmand gossip did you absorb?


    Continue reading...", - "content": "

    How much gourmand gossip did you absorb?


    Continue reading...", - "category": "Food", - "link": "https://www.theguardian.com/food/2021/dec/25/the-food-quiz-of-the-year-from-salt-bae-to-colin-the-caterpillar", - "creator": "Tim Jonze", - "pubDate": "2021-12-25T08:00:48Z", + "title": "Blind date: ‘I can’t fault someone who suggests ordering two types of cheese as a starter’", + "description": "

    Rosie, 22 charity worker meets Ella, 24, civil servant

    Rosie on Ella

    What were you hoping for?
    To meet someone interesting, enjoy some nice food and not get roasted in the write up.

    Continue reading...", + "content": "

    Rosie, 22 charity worker meets Ella, 24, civil servant

    Rosie on Ella

    What were you hoping for?
    To meet someone interesting, enjoy some nice food and not get roasted in the write up.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/18/blind-date-rosie-ellie", + "creator": "", + "pubDate": "2021-12-18T06:00:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202772,16 +228421,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e7edf62976fb7bdd8f460b1142b21e3" + "hash": "0ae537286cff48ad47b109d829c31744" }, { - "title": "Trauma, dislocation, pollution: why Māori leaders want control of the South Island’s water", - "description": "

    New Zealand’s booming dairy industry has polluted 95% of rivers in pastoral land – now Māori are taking the government to court

    On the eve of their tribe’s settlement with the crown, Gabrielle Huria and Te Maire Tau walked out on to the cracked, dry earth of Tūtaepatu lagoon’s bed.

    The lagoon’s edges, once thick with flax, had been choked by imported weed, spiralling blackberry and English willow. The streams that fed it had been giving up their waters to irrigate the surrounding dairy farms and having them returned in a swill of effluent. Finally, they had run dry. On the far shoreline was the place where the tribe used to give up their dead to the mud, lowering them into its dark, hidden reaches along the waterline. Now the mud had baked to concrete, cracked and cratered like a desert. On its surface, thousands of tuna, the native eels so valued by the tribe, lay dead or dying in the sun, their smell mingling with that of the drying silt. Above them, birds were circling – so large that Tau thought for a moment he was seeing eagles. But they were only hawks, fat from so much carrion.

    Continue reading...", - "content": "

    New Zealand’s booming dairy industry has polluted 95% of rivers in pastoral land – now Māori are taking the government to court

    On the eve of their tribe’s settlement with the crown, Gabrielle Huria and Te Maire Tau walked out on to the cracked, dry earth of Tūtaepatu lagoon’s bed.

    The lagoon’s edges, once thick with flax, had been choked by imported weed, spiralling blackberry and English willow. The streams that fed it had been giving up their waters to irrigate the surrounding dairy farms and having them returned in a swill of effluent. Finally, they had run dry. On the far shoreline was the place where the tribe used to give up their dead to the mud, lowering them into its dark, hidden reaches along the waterline. Now the mud had baked to concrete, cracked and cratered like a desert. On its surface, thousands of tuna, the native eels so valued by the tribe, lay dead or dying in the sun, their smell mingling with that of the drying silt. Above them, birds were circling – so large that Tau thought for a moment he was seeing eagles. But they were only hawks, fat from so much carrion.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/25/trauma-dislocation-pollution-why-maori-leaders-want-control-of-the-south-islands-water", - "creator": "Tess McClure in Rangiora", - "pubDate": "2021-12-24T18:00:31Z", + "title": "Tim Dowling: I’m on my hands and knees, teaching our new cat old tricks", + "description": "

    Instructing our kitten to use the cat flap was hard enough … even before it was terrified by two foxes having very loud sex

    It is a frosty morning and I am standing in the kitchen in bare feet, holding the door open for the cat. The cat dips its head low, studying the world across the threshold.

    “Faster, pussycat,” I say. The cat sniffs at the cold air swirling in from the garden, but does not move. I begin to close the door very slowly, in a bid to create a shrinking decision window. In the space of two months the kitten has grown into a tall-eared, spooky-looking thing that I sometimes find standing on my chest staring down at me in the dead of night, its nose a millimetre from mine. It doesn’t fear the dog or the tortoise, but it’s still pretty wary of outside.

    Continue reading...", + "content": "

    Instructing our kitten to use the cat flap was hard enough … even before it was terrified by two foxes having very loud sex

    It is a frosty morning and I am standing in the kitchen in bare feet, holding the door open for the cat. The cat dips its head low, studying the world across the threshold.

    “Faster, pussycat,” I say. The cat sniffs at the cold air swirling in from the garden, but does not move. I begin to close the door very slowly, in a bid to create a shrinking decision window. In the space of two months the kitten has grown into a tall-eared, spooky-looking thing that I sometimes find standing on my chest staring down at me in the dead of night, its nose a millimetre from mine. It doesn’t fear the dog or the tortoise, but it’s still pretty wary of outside.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/18/tim-dowling-im-on-my-hands-and-knees-teaching-our-new-cat-old-tricks", + "creator": "Tim Dowling", + "pubDate": "2021-12-18T06:00:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202793,16 +228442,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0651287c1dd56880a70e857f95ebd6fd" + "hash": "931eb0442393663a97e5d30a33419642" }, { - "title": "Putting the ‘national’ in the National Gallery: Kaywin Feldman wants the museum to serve the people", - "description": "

    The director of America’s art museum aims to ‘listen to people whom museum directors don’t always hear’

    Donato Bramante’s Tempietto in Rome. The Parthenon in Athens. Angkor Wat in Cambodia. The Barcelona pavilion in Spain. The Guggenheim museum in New York. And the White House in Washington.

    All have been turned into architectural birthday cakes by Kaywin Feldman, director of the National Gallery of Art, as gifts for her architect husband. “I’m not a cook so they’re not pastry masterpieces,” says the 55-year-old, who used carrots for the minarets of the Hagia Sophia mosque in Turkey. “They sort of amuse me.”

    Continue reading...", - "content": "

    The director of America’s art museum aims to ‘listen to people whom museum directors don’t always hear’

    Donato Bramante’s Tempietto in Rome. The Parthenon in Athens. Angkor Wat in Cambodia. The Barcelona pavilion in Spain. The Guggenheim museum in New York. And the White House in Washington.

    All have been turned into architectural birthday cakes by Kaywin Feldman, director of the National Gallery of Art, as gifts for her architect husband. “I’m not a cook so they’re not pastry masterpieces,” says the 55-year-old, who used carrots for the minarets of the Hagia Sophia mosque in Turkey. “They sort of amuse me.”

    Continue reading...", - "category": "Museums", - "link": "https://www.theguardian.com/culture/2021/dec/25/national-gallery-kaywin-feldman-serve-american-people", - "creator": "David Smith in Washington", - "pubDate": "2021-12-25T07:00:47Z", + "title": "‘He’s in real trouble now’: Tory MPs are viewing Boris Johnson as the problem", + "description": "

    Analysis: It’s not Downing Street, it’s him, says a minister, amid fears the PM’s strengths have become weaknesses

    Asked on Friday whether he took personal responsibility for the disastrous North Shropshire byelection result, Boris Johnson suggested the problem was that everyone else was talking about the wrong issues. “My job as prime minister is to get the focus on to the things that matter for all of us,” he said.

    Yet after weeks of self-inflicted crises and the drip, drip of stories about lockdown-busting parties at the heart of Downing Street, many of his MPs believe it is Johnson himself who is the real problem – and some are warning he is now on borrowed time.

    Continue reading...", + "content": "

    Analysis: It’s not Downing Street, it’s him, says a minister, amid fears the PM’s strengths have become weaknesses

    Asked on Friday whether he took personal responsibility for the disastrous North Shropshire byelection result, Boris Johnson suggested the problem was that everyone else was talking about the wrong issues. “My job as prime minister is to get the focus on to the things that matter for all of us,” he said.

    Yet after weeks of self-inflicted crises and the drip, drip of stories about lockdown-busting parties at the heart of Downing Street, many of his MPs believe it is Johnson himself who is the real problem – and some are warning he is now on borrowed time.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/17/hes-in-real-trouble-now-tory-mps-are-viewing-boris-johnson-as-the-problem", + "creator": "Heather Stewart and Aubrey Allegretti", + "pubDate": "2021-12-17T17:02:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202814,16 +228463,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "18b08ba42a3e4d4903bd22eeabc1cb93" + "hash": "357c9a9fb36f3ca2aef00de35128cf1a" }, { - "title": "Sean Bean on Time, makeup and his trans role: ‘If I did it today, there’d be an uproar’", - "description": "

    In Time, the actor known as Game of Thrones’ Ned Stark had to show the terrors of prison … mostly by sitting in silence. He talks religion, looking rough – and the role he played that would not be made now

    Across three Sunday nights last summer, Sean Bean was remarkable. BBC One’s Time saw him play a teacher jailed for killing someone while drunk-driving. With Jimmy McGovern’s script often leaving him silent and alone in his cell, he painted an astonishingly affecting portrait of the regret and terror of a previously respected professional banged up with veteran criminals – and he frequently did so using expressions alone.

    How is it to try to grab the audience entirely through looks? “As you get older, it’s sometimes a bit easier!” says Bean, 62, with a laugh. “When I started out, I used to count up how many lines I had and want some more. Now, it’s: ‘Oh, fuck, do I have to remember all that?’ So I don’t mind silence.”

    Continue reading...", - "content": "

    In Time, the actor known as Game of Thrones’ Ned Stark had to show the terrors of prison … mostly by sitting in silence. He talks religion, looking rough – and the role he played that would not be made now

    Across three Sunday nights last summer, Sean Bean was remarkable. BBC One’s Time saw him play a teacher jailed for killing someone while drunk-driving. With Jimmy McGovern’s script often leaving him silent and alone in his cell, he painted an astonishingly affecting portrait of the regret and terror of a previously respected professional banged up with veteran criminals – and he frequently did so using expressions alone.

    How is it to try to grab the audience entirely through looks? “As you get older, it’s sometimes a bit easier!” says Bean, 62, with a laugh. “When I started out, I used to count up how many lines I had and want some more. Now, it’s: ‘Oh, fuck, do I have to remember all that?’ So I don’t mind silence.”

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/25/sean-bean-on-time-makeup-and-his-trans-role-if-i-did-it-today-thered-be-an-uproar", - "creator": "Mark Lawson", - "pubDate": "2021-12-25T08:00:48Z", + "title": "‘A wave of joy’: babies born from world’s first HIV positive sperm bank", + "description": "

    Sperm Positive launched in New Zealand in 2019 in an effort to reduce the stigma faced by HIV-positive people

    Olivia and Amy are sitting outside in the shade, trying to escape from New Zealand’s early-summer humidity. Amy, 10 months old, burbles happily in the background as her mother talks. She is healthy, happy, and oblivious to her status as a world first: one of a handful of babies born from the first sperm bank for HIV-positive donors.

    The bank, Sperm Positive, launched in New Zealand in 2019, in an effort to reduce the stigma faced by HIV-positive people – and raise awareness that with treatment, the virus was undetectable and untransmissible. It grabbed international headlines when it was launched, but has been more than a publicity gimmick. Two years on, the bank is bearing fruit.

    Continue reading...", + "content": "

    Sperm Positive launched in New Zealand in 2019 in an effort to reduce the stigma faced by HIV-positive people

    Olivia and Amy are sitting outside in the shade, trying to escape from New Zealand’s early-summer humidity. Amy, 10 months old, burbles happily in the background as her mother talks. She is healthy, happy, and oblivious to her status as a world first: one of a handful of babies born from the first sperm bank for HIV-positive donors.

    The bank, Sperm Positive, launched in New Zealand in 2019, in an effort to reduce the stigma faced by HIV-positive people – and raise awareness that with treatment, the virus was undetectable and untransmissible. It grabbed international headlines when it was launched, but has been more than a publicity gimmick. Two years on, the bank is bearing fruit.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/18/a-wave-of-joy-babies-born-from-worlds-first-hiv-positive-sperm-bank", + "creator": "Tess McClure in Christchurch", + "pubDate": "2021-12-17T18:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202835,16 +228484,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0980eddf295726dc685fa33023414e21" + "hash": "0d673c5356f8f415744884bec7b18528" }, { - "title": "UK weather: parts of the country wake up to a white Christmas", - "description": "

    Shetland and eastern Scotland get snow, with more forecast to fall later in the day in southern Highlands

    Shetland and parts of eastern Scotland have woken up to a white Christmas, the Met Office confirmed.

    As of 7am on Christmas Day, the weather agency said there had been snowfall, with more forecast for later in the day in the southern Highlands.

    Continue reading...", - "content": "

    Shetland and eastern Scotland get snow, with more forecast to fall later in the day in southern Highlands

    Shetland and parts of eastern Scotland have woken up to a white Christmas, the Met Office confirmed.

    As of 7am on Christmas Day, the weather agency said there had been snowfall, with more forecast for later in the day in the southern Highlands.

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/2021/dec/25/uk-weather-parts-of-the-country-wake-up-to-a-white-christmas", - "creator": "PA Media", - "pubDate": "2021-12-25T10:52:38Z", + "title": "How can I get over a breakup that I brought upon myself? | Ask Annalisa Barbieri", + "description": "

    You need to talk about your feelings of guilt and insecurity so you can start to forgive yourself

    I’m 26 years old, and have been having a really hard time in the past few months due to a breakup I brought upon myself.

    Last year I started a long-distance relationship with a girl. I loved her, but felt I was constantly struggling with my emotions and honesty due to my insecurity. This caused me to be needy, desperate and always seeking some sort of validation from her, and we had a few breaks because of this.

    Continue reading...", + "content": "

    You need to talk about your feelings of guilt and insecurity so you can start to forgive yourself

    I’m 26 years old, and have been having a really hard time in the past few months due to a breakup I brought upon myself.

    Last year I started a long-distance relationship with a girl. I loved her, but felt I was constantly struggling with my emotions and honesty due to my insecurity. This caused me to be needy, desperate and always seeking some sort of validation from her, and we had a few breaks because of this.

    Continue reading...", + "category": "Relationships", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/17/how-can-i-get-over-a-breakup-that-i-brought-upon-myself", + "creator": "Annalisa Barbieri", + "pubDate": "2021-12-17T15:30:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202856,16 +228505,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b705405278c0e5890c0b38e660ffcf74" + "hash": "3af7242ec2069ff7d08a6f7fb7fbebae" }, { - "title": "What the numbers tells us about a catastrophic year of wildfires", - "description": "

    A historic drought and record-breaking heatwaves combined to spark blazed that burned nearly 7.7m acres this year

    2021 proved another disastrous fire year for the American west.

    Amid a historic drought and record-breaking heatwaves, wildfires that erupted across the US burned close to 7.7m acres. Some broke records that had only recently been set. And while the amount of land burned this year didn’t reach 2020 levels, a troubling new trend emerged: fires are getting harder to fight.

    Wildfires used to be largely confined to a four-month period but the threats are now felt through the year. By 21 June, close to 29,000 wildfires had already ignited across the US – roughly 4,000 more than average years according to the National Interagency Fire Center.

    The threats didn’t subside after the summer and autumn. Blazes burned through Montana and Colorado into December this year and fire weather warnings prompted power safety shutoffs in southern California over the Thanksgiving holiday in late November.

    Continue reading...", - "content": "

    A historic drought and record-breaking heatwaves combined to spark blazed that burned nearly 7.7m acres this year

    2021 proved another disastrous fire year for the American west.

    Amid a historic drought and record-breaking heatwaves, wildfires that erupted across the US burned close to 7.7m acres. Some broke records that had only recently been set. And while the amount of land burned this year didn’t reach 2020 levels, a troubling new trend emerged: fires are getting harder to fight.

    Wildfires used to be largely confined to a four-month period but the threats are now felt through the year. By 21 June, close to 29,000 wildfires had already ignited across the US – roughly 4,000 more than average years according to the National Interagency Fire Center.

    The threats didn’t subside after the summer and autumn. Blazes burned through Montana and Colorado into December this year and fire weather warnings prompted power safety shutoffs in southern California over the Thanksgiving holiday in late November.

    Continue reading...", - "category": "Climate crisis in the American west", - "link": "https://www.theguardian.com/us-news/2021/dec/25/what-the-numbers-tells-us-about-a-catastrophic-year-of-wildfires", - "creator": "Gabrielle Canon in Los Angeles; Graphics by Rashida Kamal", - "pubDate": "2021-12-25T11:00:51Z", + "title": "‘I like sex and am extremely good at it’ – the real crime of the ‘fellatio duchess’ in A Very British Scandal", + "description": "

    It was the divorce that gripped Britain, involving photographs of the Duchess of Argyll performing oral sex. But, says the writer of the BBC’s new drama, the woman behind the headlines was unfairly vilified

    ‘Here’s the thing,” says Sarah Phelps, talking about the Duchess of Argyll. “The first time I heard of her, she was referred to as The Blowjob Duchess.” The screenwriter has made this duchess, Margaret of Argyll, the heroine of A Very British Scandal, a new BBC drama starring Claire Foy and Paul Bettany as the aristos whose divorce transfixed the nation in 1963.

    Thanks to a censorious judge, the vile behaviour of the duke, a series of photographs showing the duchess performing fellatio on an unidentified man and her own altruistic, if high-handed, refusal to defend herself, the sexual ins and outs of this separation are a matter of incredibly detailed historical record. “It was,” says Phelps,” all about, ‘Who’s the man?’, ‘Who’s the headless man in the photos?’, ‘How many men did she fuck?’, ‘Who was she blowing?’ And I almost thought, ‘I actually don’t give a shit. I want to know about her. I want to know who she was.’ So the blowjob matters to me in one way. But it matters less in the prurient sense of needing to know who was on the other end of that erection.”

    Continue reading...", + "content": "

    It was the divorce that gripped Britain, involving photographs of the Duchess of Argyll performing oral sex. But, says the writer of the BBC’s new drama, the woman behind the headlines was unfairly vilified

    ‘Here’s the thing,” says Sarah Phelps, talking about the Duchess of Argyll. “The first time I heard of her, she was referred to as The Blowjob Duchess.” The screenwriter has made this duchess, Margaret of Argyll, the heroine of A Very British Scandal, a new BBC drama starring Claire Foy and Paul Bettany as the aristos whose divorce transfixed the nation in 1963.

    Thanks to a censorious judge, the vile behaviour of the duke, a series of photographs showing the duchess performing fellatio on an unidentified man and her own altruistic, if high-handed, refusal to defend herself, the sexual ins and outs of this separation are a matter of incredibly detailed historical record. “It was,” says Phelps,” all about, ‘Who’s the man?’, ‘Who’s the headless man in the photos?’, ‘How many men did she fuck?’, ‘Who was she blowing?’ And I almost thought, ‘I actually don’t give a shit. I want to know about her. I want to know who she was.’ So the blowjob matters to me in one way. But it matters less in the prurient sense of needing to know who was on the other end of that erection.”

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/17/ex-extremely-good-fellatio-duchess-argyll-very-british-scandal-claire-foy", + "creator": "Zoe Williams", + "pubDate": "2021-12-17T13:00:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202877,16 +228526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d202462d01fd6285b87229430dacbaeb" + "hash": "fae37e74b83d3fc3743f514a67de9df7" }, { - "title": "Former South Korean president Park Geun-hye pardoned for corruption", - "description": "

    Moon Jae-in, her successor, has freed Park from 22-year sentence three months ahead of presidential election

    South Korea’s disgraced former president Park Geun-hye has been pardoned by her successor, Moon Jae-in, in a special amnesty that could influence voters in a presidential election that is just three months away.

    Park has been serving a 22-year sentence following her impeachment in 2017 and conviction for corruption and abuse of power, after a scandal that exposed webs of double-dealing between political leaders and conglomerates.

    Continue reading...", - "content": "

    Moon Jae-in, her successor, has freed Park from 22-year sentence three months ahead of presidential election

    South Korea’s disgraced former president Park Geun-hye has been pardoned by her successor, Moon Jae-in, in a special amnesty that could influence voters in a presidential election that is just three months away.

    Park has been serving a 22-year sentence following her impeachment in 2017 and conviction for corruption and abuse of power, after a scandal that exposed webs of double-dealing between political leaders and conglomerates.

    Continue reading...", - "category": "Park Geun-hye", - "link": "https://www.theguardian.com/world/2021/dec/24/park-geun-hye-to-receive-pardon-for-corruption-as-south-korean-president", - "creator": "Justin McCurry in Tokyo and agencies", - "pubDate": "2021-12-25T00:15:16Z", + "title": "The 50 best films of 2021 in the US: the full list", + "description": "

    Our countdown of the best films released in the US during 2021 reaches No 1 with Jane Campion’s menacing western about two warring brothers

    This list is compiled by the Guardian film team, with all films released in the US during 2021 in contention. Check in every weekday to see our next picks, and please share your own favourite films of 2021 in the comments below.

    Continue reading...", + "content": "

    Our countdown of the best films released in the US during 2021 reaches No 1 with Jane Campion’s menacing western about two warring brothers

    This list is compiled by the Guardian film team, with all films released in the US during 2021 in contention. Check in every weekday to see our next picks, and please share your own favourite films of 2021 in the comments below.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/nov/30/the-50-best-films-of-2021-in-the-us", + "creator": "Guardian Staff", + "pubDate": "2021-12-17T12:00:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202898,16 +228547,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea131ac68f5556f13a6011718be7118f" + "hash": "a37b90b20a1bd70d8e49a474d9e6ee6e" }, { - "title": "Boxing Day cyclone alert for Northern Territory", - "description": "

    Concerns a tropical low will strengthen as it moves south towards the west of Darwin

    There is concern a tropical low brewing off northern Australia may reach cyclone intensity west of Darwin on Boxing Day.

    A severe weather warning was issued for parts of the Northern Territory’s Arnhem district early on Christmas morning.

    Continue reading...", - "content": "

    Concerns a tropical low will strengthen as it moves south towards the west of Darwin

    There is concern a tropical low brewing off northern Australia may reach cyclone intensity west of Darwin on Boxing Day.

    A severe weather warning was issued for parts of the Northern Territory’s Arnhem district early on Christmas morning.

    Continue reading...", - "category": "Northern Territory", - "link": "https://www.theguardian.com/australia-news/2021/dec/25/boxing-day-cyclone-alert-for-northern-territory", - "creator": "Australian Associated Press", - "pubDate": "2021-12-25T05:28:43Z", + "title": "Efforts to save Iran nuclear deal ‘reaching the end of the road’", + "description": "

    European negotiators issue warning as talks adjourned to allow Iranian envoy to return for consultation

    Attempts to salvage the 2015 Iran nuclear deal are “rapidly reaching the end of the road”, European negotiators have warned, as talks in Vienna adjourned to allow the Iranian negotiator to return home for consultation – a pause described by the Europeans as disappointing.

    “We hope that Iran is in a position to resume the talks quickly, and to engage constructively so that talks can move at a faster pace,” France, Germany and the UK said. “As we have said, there are weeks not months before the deal’s core non-proliferation benefits are lost. We are rapidly reaching the end of the road for this negotiation.

    Continue reading...", + "content": "

    European negotiators issue warning as talks adjourned to allow Iranian envoy to return for consultation

    Attempts to salvage the 2015 Iran nuclear deal are “rapidly reaching the end of the road”, European negotiators have warned, as talks in Vienna adjourned to allow the Iranian negotiator to return home for consultation – a pause described by the Europeans as disappointing.

    “We hope that Iran is in a position to resume the talks quickly, and to engage constructively so that talks can move at a faster pace,” France, Germany and the UK said. “As we have said, there are weeks not months before the deal’s core non-proliferation benefits are lost. We are rapidly reaching the end of the road for this negotiation.

    Continue reading...", + "category": "Iran's nuclear programme", + "link": "https://www.theguardian.com/world/2021/dec/17/nuclear-watchdog-casts-doubt-on-iranian-claims-over-missing-footage", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-17T16:46:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202919,16 +228568,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c343ed4c858816dc69304af91a5ff0d1" + "hash": "48f1a53e76a47aeaad1622a36906d39d" }, { - "title": "Christmas travel chaos as airlines cancel more than 3,000 flights", - "description": "

    Passengers returning home for festive season face disruption as Omicron leaves airlines short-staffed

    Passengers travelling home for Christmas have been hit with disruption worldwide after airline companies cancelled more than 3,000 flights on Friday, according to a flight tracking website.

    The surge of Christmas Eve cancellations came as the rapidly spreading Omicron coronavirus variant meant carriers were unable to staff their flights.

    Continue reading...", - "content": "

    Passengers returning home for festive season face disruption as Omicron leaves airlines short-staffed

    Passengers travelling home for Christmas have been hit with disruption worldwide after airline companies cancelled more than 3,000 flights on Friday, according to a flight tracking website.

    The surge of Christmas Eve cancellations came as the rapidly spreading Omicron coronavirus variant meant carriers were unable to staff their flights.

    Continue reading...", - "category": "Airline industry", - "link": "https://www.theguardian.com/world/2021/dec/24/christmas-eve-travel-chaos-as-airlines-cancel-more-than-2000-flights", - "creator": "Clea Skopeliti and agencies", - "pubDate": "2021-12-24T17:37:57Z", + "title": "Bolsonaro threatens to identify officials who approved Covid jabs for children", + "description": "

    Brazilian president plans to reveal identities despite health officers receiving death threats

    The Brazilian president, Jair Bolsonaro, has asked for the names of health officials who approved Covid vaccines for children, saying he planned to make their identities public despite previous death threats.

    In late October, Brazil’s health regulator, Anvisa, released a statement saying five of its directors had received death threats over the possible approval of vaccinations for children of five-11. The agency granted such approval for the Pfizer shot on Thursday.

    Continue reading...", + "content": "

    Brazilian president plans to reveal identities despite health officers receiving death threats

    The Brazilian president, Jair Bolsonaro, has asked for the names of health officials who approved Covid vaccines for children, saying he planned to make their identities public despite previous death threats.

    In late October, Brazil’s health regulator, Anvisa, released a statement saying five of its directors had received death threats over the possible approval of vaccinations for children of five-11. The agency granted such approval for the Pfizer shot on Thursday.

    Continue reading...", + "category": "Jair Bolsonaro", + "link": "https://www.theguardian.com/world/2021/dec/17/bolsonaro-threatens-to-reveal-identities-of-officials-who-approved-covid-jabs-for-children", + "creator": "Reuters", + "pubDate": "2021-12-17T10:46:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202940,16 +228589,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7ecb4ed835454795d7002daf27d6502" + "hash": "3bc20c4ad2a9330b85e7ae15228c2512" }, { - "title": "Polish deputy PM says Germany wants to turn EU into ‘fourth reich’", - "description": "

    Jarosław Kaczyński’s remarks in far-right newspaper are latest episode in Poland’s lengthy standoff with EU

    The head of Poland’s ruling party, Jarosław Kaczyński, has said Germany is trying to turn the EU into a federal “German fourth reich”.

    Speaking to the far-right Polish newspaper GPC, the head of the Law and Justice party (PiS) said some countries “are not enthusiastic at the prospect of a German fourth reich being built on the basis of the EU”.

    Continue reading...", - "content": "

    Jarosław Kaczyński’s remarks in far-right newspaper are latest episode in Poland’s lengthy standoff with EU

    The head of Poland’s ruling party, Jarosław Kaczyński, has said Germany is trying to turn the EU into a federal “German fourth reich”.

    Speaking to the far-right Polish newspaper GPC, the head of the Law and Justice party (PiS) said some countries “are not enthusiastic at the prospect of a German fourth reich being built on the basis of the EU”.

    Continue reading...", - "category": "Poland", - "link": "https://www.theguardian.com/world/2021/dec/24/poland-jarosaw-kaczynski-germany-eu-fourth-reich", - "creator": "Agence France-Presse in Warsaw", - "pubDate": "2021-12-24T15:32:19Z", + "title": "Australia live news updates: NSW Covid cases surge to new national record amid Omicron outbreak; Victoria records seven deaths; SA reports 73 infections", + "description": "

    NSW’s 2,482 new Covid cases the worst total of any Australian state or territory since pandemic began; Queensland records 31 cases

    The chainsaws outside my window have now been replaced by leaf blowers. Who authorised this?!

    Ahead of the prime minister’s appearance in Tasmania today, I highly recommend reading Katharine Murphy’s latest analysis of Morrison’s strategy so far in the lead-up to next year’s election:

    When he’s not trialling new made-for-TV grabs (a new “shake and bake” analogy, which I think was invoked first in relation to emissions reduction, and now has morphed into something broadly economy adjacent, or “jabs and jobs” which was Friday’s innovation), the prime minister has taken to listing things.

    Morrison’s current list includes saving lives during the pandemic. Shoring up the health system “with more than $33bn from the federal government in additional investment”. Saving livelihoods with “the single largest economic rescue package in our history”. Presiding over economic recovery after the waves of the pandemic – “more than 350,000 jobs created in a five-week period after the lockdowns were lifted, and through the crisis, we have maintained that AAA credit rating”.

    Continue reading...", + "content": "

    NSW’s 2,482 new Covid cases the worst total of any Australian state or territory since pandemic began; Queensland records 31 cases

    The chainsaws outside my window have now been replaced by leaf blowers. Who authorised this?!

    Ahead of the prime minister’s appearance in Tasmania today, I highly recommend reading Katharine Murphy’s latest analysis of Morrison’s strategy so far in the lead-up to next year’s election:

    When he’s not trialling new made-for-TV grabs (a new “shake and bake” analogy, which I think was invoked first in relation to emissions reduction, and now has morphed into something broadly economy adjacent, or “jabs and jobs” which was Friday’s innovation), the prime minister has taken to listing things.

    Morrison’s current list includes saving lives during the pandemic. Shoring up the health system “with more than $33bn from the federal government in additional investment”. Saving livelihoods with “the single largest economic rescue package in our history”. Presiding over economic recovery after the waves of the pandemic – “more than 350,000 jobs created in a five-week period after the lockdowns were lifted, and through the crisis, we have maintained that AAA credit rating”.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/18/australia-live-news-updates-omicron-surge-strains-covid-testing-sites-tasmania-bans-jumping-castles-from-state-schools-after-tragedy", + "creator": "Calla Wahlquist (now) and Stephanie Convery (earlier)", + "pubDate": "2021-12-18T06:40:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202961,16 +228610,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a23999450804fce554b34bafb3e6f1c" + "hash": "0374f031a5acfb33eb622a4d498b67f7" }, { - "title": "‘We’ve heard it all before’: Ukrainians brush aside talk of Russian invasion", - "description": "

    In Kyiv and beyond, people carry on with the festive season despite rhetoric about imminent conflict

    Russia is threatening war on Ukraine, but in Kyiv the city council is putting up Christmas trees rather than bomb shelter notices, and organising concerts rather than army recruitment drives.

    Amid a Russian military buildup on Ukraine’s eastern border and in annexed Crimea, hostile rhetoric between Russia and the US and its allies is edging towards a cold war high, with Ukraine the battlefield for any actual fighting. Ukrainians, however, just emerging from Covid quarantine, are enjoying ice rinks and markets put up for the holiday season and would rather think about how to celebrate the coming new year.

    Continue reading...", - "content": "

    In Kyiv and beyond, people carry on with the festive season despite rhetoric about imminent conflict

    Russia is threatening war on Ukraine, but in Kyiv the city council is putting up Christmas trees rather than bomb shelter notices, and organising concerts rather than army recruitment drives.

    Amid a Russian military buildup on Ukraine’s eastern border and in annexed Crimea, hostile rhetoric between Russia and the US and its allies is edging towards a cold war high, with Ukraine the battlefield for any actual fighting. Ukrainians, however, just emerging from Covid quarantine, are enjoying ice rinks and markets put up for the holiday season and would rather think about how to celebrate the coming new year.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2021/dec/24/ukrainians-brush-aside-talk-russian-invasion-ukraine-christmas", - "creator": "Lily Hyde in Kyiv", - "pubDate": "2021-12-24T08:00:19Z", + "title": "No 10 parties raise questions about whether PM will follow Covid science", + "description": "

    Analysis: After a steady stream of reports, how likely is it that Boris Johnson will take advice about imposing tougher restrictions?

    Boris Johnson joined No 10 party during May 2020 lockdown, say sources

    Cast your minds back to 15 May 2020. Matt Hancock, the then health secretary before he quit for breaking restrictions by having an affair, was giving a press conference where he said people should be “staying at home as much as is possible”.

    Social interaction was strictly limited to outdoors and one person at a time. It was the week when people were told they could meet one parent outside, in a socially distanced way, but not both of them together.

    Continue reading...", + "content": "

    Analysis: After a steady stream of reports, how likely is it that Boris Johnson will take advice about imposing tougher restrictions?

    Boris Johnson joined No 10 party during May 2020 lockdown, say sources

    Cast your minds back to 15 May 2020. Matt Hancock, the then health secretary before he quit for breaking restrictions by having an affair, was giving a press conference where he said people should be “staying at home as much as is possible”.

    Social interaction was strictly limited to outdoors and one person at a time. It was the week when people were told they could meet one parent outside, in a socially distanced way, but not both of them together.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/16/no-10-parties-raise-questions-about-whether-pm-will-follow-covid-science", + "creator": "Rowena Mason and Peter Walker", + "pubDate": "2021-12-16T16:02:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -202982,16 +228631,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d054a21c679ddc9ebd67b47dcbb6c358" + "hash": "581a3b91a8b11a3d416c0966e4f157eb" }, { - "title": "Ukraine: Russian consulate in Lviv hit by molotov cocktail", - "description": "

    Incident described by Moscow as terrorism and Ukrainian officials as hooliganism comes as tensions soar

    The Russian foreign ministry said on Friday that a molotov cocktail had been thrown at the the country’s consulate in the Ukrainian city of Lviv and that it had formally protested about the attack, which it described as an act of terrorism.

    The ministry summoned a Ukrainian official and demanded apologies from his country’s authorities.

    Continue reading...", - "content": "

    Incident described by Moscow as terrorism and Ukrainian officials as hooliganism comes as tensions soar

    The Russian foreign ministry said on Friday that a molotov cocktail had been thrown at the the country’s consulate in the Ukrainian city of Lviv and that it had formally protested about the attack, which it described as an act of terrorism.

    The ministry summoned a Ukrainian official and demanded apologies from his country’s authorities.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2021/dec/24/ukraine-russian-consulate-in-lviv-hit-by-molotov-cocktail", - "creator": "Associated Press in Moscow", - "pubDate": "2021-12-24T17:10:29Z", + "title": "Millions of unjabbed a key concern as England scrambles to vaccinate", + "description": "

    Government’s ‘Get boosted now’ slogan means little in areas where up to 30% of people have had no vaccine at all

    In the Newtown ward of central Birmingham, the government’s “Get boosted now” slogan means nothing to half of over-16s, because they have not had any vaccination against Covid at all.

    It is a similar story in Westminster and Camden in London where among the over-12s, 30% have not had a single jab. In Nottingham, a quarter of the whole population face the coming Omicron “tidal wave” unvaccinated.

    Continue reading...", + "content": "

    Government’s ‘Get boosted now’ slogan means little in areas where up to 30% of people have had no vaccine at all

    In the Newtown ward of central Birmingham, the government’s “Get boosted now” slogan means nothing to half of over-16s, because they have not had any vaccination against Covid at all.

    It is a similar story in Westminster and Camden in London where among the over-12s, 30% have not had a single jab. In Nottingham, a quarter of the whole population face the coming Omicron “tidal wave” unvaccinated.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/15/millions-of-unjabbed-a-key-concern-as-england-scrambles-to-vaccinate", + "creator": "Robert Booth, Niamh McIntyre and Tobi Thomas", + "pubDate": "2021-12-15T18:33:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203003,16 +228652,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b12aab132607bb1a1791a27f95f1c20" + "hash": "eb6fa2f3796e512d1e452d365b13e24d" }, { - "title": "Astronomers on tenterhooks as $10bn James Webb telescope set for lift off", - "description": "

    Nasa’s flagship mission counts down to launch at 1220 GMT on Christmas Day from Kourou, French Guiana

    Final checks and fuelling are under way for the launch of the James Webb Space Telescope, a flagship mission for Nasa that aims to observe worlds beyond the solar system and the first stars and galaxies that lit up the cosmos.

    If all goes to plan, the $10bn (£7.4bn) observatory will become the largest and most powerful telescope ever sent into space when it blasts off at 12.20pm UK time on Christmas Day onboard an Ariane 5 rocket from the European Space Agency’s spaceport in Kourou, French Guiana.

    Continue reading...", - "content": "

    Nasa’s flagship mission counts down to launch at 1220 GMT on Christmas Day from Kourou, French Guiana

    Final checks and fuelling are under way for the launch of the James Webb Space Telescope, a flagship mission for Nasa that aims to observe worlds beyond the solar system and the first stars and galaxies that lit up the cosmos.

    If all goes to plan, the $10bn (£7.4bn) observatory will become the largest and most powerful telescope ever sent into space when it blasts off at 12.20pm UK time on Christmas Day onboard an Ariane 5 rocket from the European Space Agency’s spaceport in Kourou, French Guiana.

    Continue reading...", - "category": "James Webb space telescope", - "link": "https://www.theguardian.com/science/2021/dec/24/astronomers-on-tenterhooks-as-10bn-james-webb-telescope-set-for-lift-off", - "creator": "Ian Sample Science editor", - "pubDate": "2021-12-24T13:15:35Z", + "title": "As Arab leaders gather in Saudi Arabia King Salman’s absence looms large", + "description": "

    With the king barely seen for 20 months, the crown prince is holding the reins of power – and unbothered by who knows it

    Beaming in satisfaction as Arab rulers arrived in Riyadh on Tuesday, Mohammed bin Salman looked like a man in charge. As a succession of planes disgorged heads of state for a regional summit, the Saudi crown prince was there to receive them – standing in for his father at yet another big event.

    But as Prince Mohammed ushered leaders of Kuwait, the UAE, Qatar, Oman and Bahrain along a purple carpet to a reception hall, the king’s absence loomed large. If the ailing monarch was to reappear in public – a once every five year gathering under his auspices would have been the time and place.

    Continue reading...", + "content": "

    With the king barely seen for 20 months, the crown prince is holding the reins of power – and unbothered by who knows it

    Beaming in satisfaction as Arab rulers arrived in Riyadh on Tuesday, Mohammed bin Salman looked like a man in charge. As a succession of planes disgorged heads of state for a regional summit, the Saudi crown prince was there to receive them – standing in for his father at yet another big event.

    But as Prince Mohammed ushered leaders of Kuwait, the UAE, Qatar, Oman and Bahrain along a purple carpet to a reception hall, the king’s absence loomed large. If the ailing monarch was to reappear in public – a once every five year gathering under his auspices would have been the time and place.

    Continue reading...", + "category": "King Salman", + "link": "https://www.theguardian.com/world/2021/dec/15/as-middle-eastern-leaders-gather-in-saudi-arabia-king-salmans-absence-looms", + "creator": "Martin Chulov", + "pubDate": "2021-12-15T05:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203024,16 +228673,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca8d195a8824ff0e643ef35b1f1cfb2f" + "hash": "9cdcae1ff779710c197d21d6edafa6b2" }, { - "title": "Grace Mirabella, 70s and 80s US Vogue editor, dies aged 92", - "description": "

    Mirabella was editor of the magazine from 1971 to 1988 and was a non-nonsense champion of practical fashion

    Grace Mirabella, the editor of American Vogue throughout the 1970s and much of the 1980s, has died aged 92.

    Mirabella was a non-nonsense champion of practical fashion. She succeed the more whimsical and bohemian Diana Vreeland as editor in 1971 and remained in the role until 1988.

    Continue reading...", - "content": "

    Mirabella was editor of the magazine from 1971 to 1988 and was a non-nonsense champion of practical fashion

    Grace Mirabella, the editor of American Vogue throughout the 1970s and much of the 1980s, has died aged 92.

    Mirabella was a non-nonsense champion of practical fashion. She succeed the more whimsical and bohemian Diana Vreeland as editor in 1971 and remained in the role until 1988.

    Continue reading...", - "category": "Vogue", - "link": "https://www.theguardian.com/fashion/2021/dec/24/grace-mirabella-us-vogue-editor-dies-aged-92", - "creator": "Edward Helmore", - "pubDate": "2021-12-24T18:53:31Z", + "title": "Omicron R number estimated to be between 3 and 5, says UK health adviser – video", + "description": "

    Dr Susan Hopkins, the chief medical adviser at the UK Health Security Agency, told a select committee on Thursday that for Omicron the R value was between 3 and 5 in the UK and that the variant was spreading rapidly – doubling in size every two days.

    Hopkins said data on the severity of Omicron would not be known for another fortnight. At least 250 patients would need to be admitted to hospital before there could be a statistical analysis of the disease, she said

    Continue reading...", + "content": "

    Dr Susan Hopkins, the chief medical adviser at the UK Health Security Agency, told a select committee on Thursday that for Omicron the R value was between 3 and 5 in the UK and that the variant was spreading rapidly – doubling in size every two days.

    Hopkins said data on the severity of Omicron would not be known for another fortnight. At least 250 patients would need to be admitted to hospital before there could be a statistical analysis of the disease, she said

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/16/omicron-r-number-covid-variant-estimated-3-5-dr-susan-hopkins-video", + "creator": "", + "pubDate": "2021-12-16T13:12:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203045,16 +228694,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75caf456a87c57e67754509ecfbb32df" + "hash": "864d62139490ade9f5b26980ac67111d" }, { - "title": "Latin America urges US to reduce plastic waste exports to region", - "description": "

    Study finds exports to region doubled in 2020 with practice predicted to grow as US invests in recycling plants

    Environmental organisations across Latin America have called on the United States to reduce plastic waste exports to the region, after a report found the US had doubled exports to some countries in the region during the first seven months of 2020.

    The US is the world’s largest plastic waste exporter, although it has dramatically reduced its overall plastic waste exports since 2015, when China – previously the top importer – declared it “no longer wanted to be the world’s rubbish dump” and began imposing restrictions. Elsewhere around the world imports are rising, and not least in Latin America, with its cheap labour and close proximity to the US.

    Continue reading...", - "content": "

    Study finds exports to region doubled in 2020 with practice predicted to grow as US invests in recycling plants

    Environmental organisations across Latin America have called on the United States to reduce plastic waste exports to the region, after a report found the US had doubled exports to some countries in the region during the first seven months of 2020.

    The US is the world’s largest plastic waste exporter, although it has dramatically reduced its overall plastic waste exports since 2015, when China – previously the top importer – declared it “no longer wanted to be the world’s rubbish dump” and began imposing restrictions. Elsewhere around the world imports are rising, and not least in Latin America, with its cheap labour and close proximity to the US.

    Continue reading...", - "category": "Waste", - "link": "https://www.theguardian.com/environment/2021/dec/24/latin-america-urges-us-to-reduce-plastic-waste-exports-to-region", - "creator": "Joe Parkin Daniels", - "pubDate": "2021-12-24T13:21:17Z", + "title": "MPs question Chris Whitty on impact of Omicron variant – watch live", + "description": "

    The chief medical officer for England, Chris Whitty, faces a select committee hearing where he will answer questions about the Omicron variant of the coronavirus, the day after new infections in the UK reached a record 78,610 laboratory-confirmed cases

    Continue reading...", + "content": "

    The chief medical officer for England, Chris Whitty, faces a select committee hearing where he will answer questions about the Omicron variant of the coronavirus, the day after new infections in the UK reached a record 78,610 laboratory-confirmed cases

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/16/mps-to-question-chris-whitty-on-impact-of-omicron-variant-watch-live", + "creator": "", + "pubDate": "2021-12-16T10:37:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203066,16 +228715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dd06367f838c7931599799335699723" + "hash": "7f6fae21e21f72f48b243a5eb132033c" }, { - "title": "Russia fines Google £73m over failure to delete ‘illegal’ content", - "description": "

    Moscow ruling is first revenue-based fine of its kind in Russia and comes amid fears of internet crackdown

    A Moscow court has said it is fining Alphabet’s Google 7.2bn roubles (£73m) for what it says is a repeated failure to delete content Russia deems illegal, the first revenue-based fine of its kind in Russia.

    Moscow has increased pressure on big tech this year in a campaign that critics characterise as an attempt by Russian authorities to exert tighter control over the internet, something they say threatens individual and corporate freedom.

    Continue reading...", - "content": "

    Moscow ruling is first revenue-based fine of its kind in Russia and comes amid fears of internet crackdown

    A Moscow court has said it is fining Alphabet’s Google 7.2bn roubles (£73m) for what it says is a repeated failure to delete content Russia deems illegal, the first revenue-based fine of its kind in Russia.

    Moscow has increased pressure on big tech this year in a campaign that critics characterise as an attempt by Russian authorities to exert tighter control over the internet, something they say threatens individual and corporate freedom.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/24/russia-fines-google-failure-delete-content", - "creator": "Reuters in Moscow", - "pubDate": "2021-12-24T12:02:53Z", + "title": "Covid live: half of UK adults receive booster vaccine; Ireland sets 8pm curfew for hospitality venues", + "description": "

    Half of UK adults receive booster vaccine; Ireland will also face 50% capacity limit on events

    Here is a bizarre story out of the US to add a little light relief to an otherwise sombre news day.

    A Florida man wearing a red thong as a face mask was forced off a United Airlines flight after failing to comply with the federal mask mandate.

    Continue reading...", + "content": "

    Half of UK adults receive booster vaccine; Ireland will also face 50% capacity limit on events

    Here is a bizarre story out of the US to add a little light relief to an otherwise sombre news day.

    A Florida man wearing a red thong as a face mask was forced off a United Airlines flight after failing to comply with the federal mask mandate.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/17/covid-news-live-g7-calls-omicron-biggest-threat-to-global-health-unvaccinated-face-winter-of-severe-illness-and-death-biden-warns", + "creator": "Nadeem Badshah (now); Miranda Bryant, Rachel Hall, Jedidajah Otte and Samantha Lock (earlier)", + "pubDate": "2021-12-17T21:48:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203087,16 +228736,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bc2147d5569885faea8b29c18d0b5e2" + "hash": "8950de0f406b25eaa72b485656156b20" }, { - "title": "French zoo closes after pack of nine wolves escapes", - "description": "

    Four wolves were shot dead by park workers and five anaesthetised by officials at scene

    Authorities in the south of France have temporarily shut down a zoo after a pack of nine wolves escaped from an enclosure during visiting hours, officials have said.

    No humans were injured in the incident last weekend at the Trois Vallées zoo in Montredon-Labessonnié in the south-west Tarn region but four of the wolves were shot dead by park workers and five were anaesthetised by local officials on the scene, Fabien Chollet, a local official, told AFP on Friday.

    Continue reading...", - "content": "

    Four wolves were shot dead by park workers and five anaesthetised by officials at scene

    Authorities in the south of France have temporarily shut down a zoo after a pack of nine wolves escaped from an enclosure during visiting hours, officials have said.

    No humans were injured in the incident last weekend at the Trois Vallées zoo in Montredon-Labessonnié in the south-west Tarn region but four of the wolves were shot dead by park workers and five were anaesthetised by local officials on the scene, Fabien Chollet, a local official, told AFP on Friday.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/24/french-zoo-closes-after-pack-of-nine-wolves-escapes", - "creator": "Agence France-Presse", - "pubDate": "2021-12-24T17:35:11Z", + "title": "Eric Clapton wins legal case against woman selling bootleg live CD for £8.45", + "description": "

    Rock star wins case against German woman who says her late husband bought the disc at a popular department store in the 80s

    Eric Clapton has won a legal case against a 55-year-old German woman selling a bootleg live CD for €9.95 (£8.45), Deutsche Welle reports.

    The woman, known as Gabriele P, claimed she was unaware that she was committing copyright infringement by listing the CD titled Eric Clapton – Live USA, which contains recordings of performances from the 1980s, on eBay. She told the court that the listing was removed after one day.

    Continue reading...", + "content": "

    Rock star wins case against German woman who says her late husband bought the disc at a popular department store in the 80s

    Eric Clapton has won a legal case against a 55-year-old German woman selling a bootleg live CD for €9.95 (£8.45), Deutsche Welle reports.

    The woman, known as Gabriele P, claimed she was unaware that she was committing copyright infringement by listing the CD titled Eric Clapton – Live USA, which contains recordings of performances from the 1980s, on eBay. She told the court that the listing was removed after one day.

    Continue reading...", + "category": "Eric Clapton", + "link": "https://www.theguardian.com/music/2021/dec/17/eric-clapton-wins-legal-case-against-woman-selling-bootleg-live-cd-for-845", + "creator": "Laura Snapes and Philip Oltermann", + "pubDate": "2021-12-17T16:45:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203108,16 +228757,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6328ee5d71dc0b9e059773cf43b9c54e" + "hash": "8b86f7200b6eeba6fe2b588dd483b657" }, { - "title": "Chinese officials face punishment over Covid lockdown in Xian", - "description": "

    Disciplinary body says people to be held accountable for failing in efforts to prevent and control outbreak

    Officials in the north-western Chinese city of Xian are facing punishment for “not doing a good job” after a Covid-19 outbreak led to the lockdown of its 13 million residents.

    All domestic flights out of Xian and most trains from the city scheduled for Friday were cancelled. Officials say the outbreak has been traced to the arrival of a plane from Pakistan.

    Continue reading...", - "content": "

    Disciplinary body says people to be held accountable for failing in efforts to prevent and control outbreak

    Officials in the north-western Chinese city of Xian are facing punishment for “not doing a good job” after a Covid-19 outbreak led to the lockdown of its 13 million residents.

    All domestic flights out of Xian and most trains from the city scheduled for Friday were cancelled. Officials say the outbreak has been traced to the arrival of a plane from Pakistan.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/24/chinese-officials-face-punishment-over-covid-lockdown-in-xian", - "creator": "Reuters in Beijing", - "pubDate": "2021-12-24T12:15:10Z", + "title": "German rightwinger chosen as CDU leader by members", + "description": "

    Non-binding vote comes as the conservative party looks for new direction after end of Merkel era

    Members of Germany’s Christian Democratic Union (CDU) have elected stalwart rightwinger Friedrich Merz as their designated new leader, as the conservative party seeks a new direction in opposition following the departure of Angela Merkel.

    Merz, who has twice come second to centrist candidates in previous leadership races, won a surprise majority in the ballot, beating Merkel’s former chief of staff Helge Braun and foreign policy specialist Norbert Röttgen with 62% of the vote, thus eliminating the need for a run-off vote.

    Continue reading...", + "content": "

    Non-binding vote comes as the conservative party looks for new direction after end of Merkel era

    Members of Germany’s Christian Democratic Union (CDU) have elected stalwart rightwinger Friedrich Merz as their designated new leader, as the conservative party seeks a new direction in opposition following the departure of Angela Merkel.

    Merz, who has twice come second to centrist candidates in previous leadership races, won a surprise majority in the ballot, beating Merkel’s former chief of staff Helge Braun and foreign policy specialist Norbert Röttgen with 62% of the vote, thus eliminating the need for a run-off vote.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/17/friedrich-merz-german-rightwinger-cdu-leader-members-vote", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-12-17T14:40:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203129,16 +228778,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba0ebda2c5445679c146c176858b908a" + "hash": "98c659f9ac79e98581cd2e729c4c4a69" }, { - "title": "NHS leaders alarmed by rise in hospital admissions as Covid cases hit record", - "description": "

    Daily hospitalisations in England up by more than 40% in a week at same time as more staff on sick leave

    NHS leaders have voiced alarm at a major rise in the number of hospitalisations due to Covid-19 after 1,171 people with the disease across the UK were admitted in a 24-hour period that set another record number of daily cases.

    The latest government figures showed 122,186 cases of coronavirus had been recorded as of 9am on Friday. Another 137 people died within 28 days of testing positive.

    Continue reading...", - "content": "

    Daily hospitalisations in England up by more than 40% in a week at same time as more staff on sick leave

    NHS leaders have voiced alarm at a major rise in the number of hospitalisations due to Covid-19 after 1,171 people with the disease across the UK were admitted in a 24-hour period that set another record number of daily cases.

    The latest government figures showed 122,186 cases of coronavirus had been recorded as of 9am on Friday. Another 137 people died within 28 days of testing positive.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/24/uk-hits-new-covid-record-again-more-than-120000-cases-recorded", - "creator": "Jane Clinton and Denis Campbell", - "pubDate": "2021-12-24T19:56:18Z", + "title": "Czech Republic’s new government sworn in 10 weeks after election", + "description": "

    Coalition headed by Petr Fiala vows action to tackle Covid, inflation, high energy prices and budget deficit

    A long post-election hiatus in the Czech Republic has ended after a new government took office, promising urgently to tackle rampant Covid-19 infection rates, inflation, energy prices and a ballooning budget deficit.

    Ten weeks after decisively winning a general election, a five-party coalition headed by Petr Fiala, the new prime minister, was sworn in by the Czech president, Miloš Zeman, who urged it do “something useful” amid dire warnings of an incipient crisis in the central European country.

    Continue reading...", + "content": "

    Coalition headed by Petr Fiala vows action to tackle Covid, inflation, high energy prices and budget deficit

    A long post-election hiatus in the Czech Republic has ended after a new government took office, promising urgently to tackle rampant Covid-19 infection rates, inflation, energy prices and a ballooning budget deficit.

    Ten weeks after decisively winning a general election, a five-party coalition headed by Petr Fiala, the new prime minister, was sworn in by the Czech president, Miloš Zeman, who urged it do “something useful” amid dire warnings of an incipient crisis in the central European country.

    Continue reading...", + "category": "Czech Republic", + "link": "https://www.theguardian.com/world/2021/dec/17/czech-republic-new-government-sworn-in-petr-fiala", + "creator": "Robert Tait in Prague", + "pubDate": "2021-12-17T14:08:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203150,16 +228799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0a7f200bfd5e2c1ebc0a09e463d5d95" + "hash": "a69817d16a4057cbe83662cff9cb880c" }, { - "title": "K-pop star Suga tests positive for Covid after BTS return from US", - "description": "

    Band’s management says singer self-isolating at home and is not showing any symptoms

    Suga, songwriter and rapper for the K-pop sensation BTS, has tested positive for the coronavirus after returning from concerts in the US, the group’s management has said.

    The 28-year-old, whose real name is Min Yoon-gi, was confirmed to have contracted the virus on Friday during his self quarantine after returning home to South Korea on Thursday, according to Big Hit Music.

    Continue reading...", - "content": "

    Band’s management says singer self-isolating at home and is not showing any symptoms

    Suga, songwriter and rapper for the K-pop sensation BTS, has tested positive for the coronavirus after returning from concerts in the US, the group’s management has said.

    The 28-year-old, whose real name is Min Yoon-gi, was confirmed to have contracted the virus on Friday during his self quarantine after returning home to South Korea on Thursday, according to Big Hit Music.

    Continue reading...", - "category": "BTS", - "link": "https://www.theguardian.com/music/2021/dec/24/k-pop-star-suga-tests-positive-covid-bts", - "creator": "Reuters", - "pubDate": "2021-12-24T09:27:10Z", + "title": "Deforestation making outdoor work unsafe for millions, says study", + "description": "

    Rise in temperatures and humidity linked to forest loss has reduced safe hours for working in the tropics

    Deforestation has made outdoor work unsafe for millions of people in the tropics over the past 15 years, a study has found.

    The rise in temperatures and humidity caused by tree loss has reduced the number of safe hours in the day for people to work, especially for those performing heavy labour.

    Continue reading...", + "content": "

    Rise in temperatures and humidity linked to forest loss has reduced safe hours for working in the tropics

    Deforestation has made outdoor work unsafe for millions of people in the tropics over the past 15 years, a study has found.

    The rise in temperatures and humidity caused by tree loss has reduced the number of safe hours in the day for people to work, especially for those performing heavy labour.

    Continue reading...", + "category": "Deforestation", + "link": "https://www.theguardian.com/environment/2021/dec/17/deforestation-making-outdoor-work-unsafe-for-millions-says-study", + "creator": "Sofia Quaglia", + "pubDate": "2021-12-17T16:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203171,16 +228820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "563d0997c6ceac0590a830623006fe7b" + "hash": "361531a29f74ea60b305577b6495f63f" }, { - "title": "Remembering Joan Didion: ‘Her ability to operate outside of herself was unparalleled’", - "description": "

    The American author was not only brilliant but also generous and kind to younger writers, writes Emma Brockes

    There is that famous photo of Joan Didion, taken in Malibu in 1976, in which she leans on a deck overlooking the beach, cigarette in hand, scotch glass at her elbow, and regards her family – John Dunne, her husband, and their then 10-year-old daughter, Quintana – through lowered, side-long eyes. Like other iconic photos of Didion from the period, she is at one remove from the group, off to the side and in this case, looking not at the camera but at her family as they look at the camera. It’s the pose Didion perfected, in life as in art, and when news of her death at the age of 87 broke on Thursday, it was a shock to see another frame from that sequence surface online. In it, Didion, eyes fixed forward, smiles broadly at the camera in the conventional style – a rare glimpse behind the persona.

    The paradox of Didion was not unusual among writers, whose confidence is often born of a million anxieties. But her ability to operate outside herself – to measure the gap between inside and out and slyly mock any effort to conceal it – was unparalleled. She was, famously and by her own account, diffident, brittle, runtish, prone to migraines, afraid of the telephone, and as she wrote in the preface to her 1968 collection Slouching Towards Bethlehem, “bad at interviewing people”, apparent deficits that, in Didion’s hands, were of course precisely what permitted her entry to places her rivals – particularly the blow-hard men of 1960s journalism – couldn’t reach.

    Continue reading...", - "content": "

    The American author was not only brilliant but also generous and kind to younger writers, writes Emma Brockes

    There is that famous photo of Joan Didion, taken in Malibu in 1976, in which she leans on a deck overlooking the beach, cigarette in hand, scotch glass at her elbow, and regards her family – John Dunne, her husband, and their then 10-year-old daughter, Quintana – through lowered, side-long eyes. Like other iconic photos of Didion from the period, she is at one remove from the group, off to the side and in this case, looking not at the camera but at her family as they look at the camera. It’s the pose Didion perfected, in life as in art, and when news of her death at the age of 87 broke on Thursday, it was a shock to see another frame from that sequence surface online. In it, Didion, eyes fixed forward, smiles broadly at the camera in the conventional style – a rare glimpse behind the persona.

    The paradox of Didion was not unusual among writers, whose confidence is often born of a million anxieties. But her ability to operate outside herself – to measure the gap between inside and out and slyly mock any effort to conceal it – was unparalleled. She was, famously and by her own account, diffident, brittle, runtish, prone to migraines, afraid of the telephone, and as she wrote in the preface to her 1968 collection Slouching Towards Bethlehem, “bad at interviewing people”, apparent deficits that, in Didion’s hands, were of course precisely what permitted her entry to places her rivals – particularly the blow-hard men of 1960s journalism – couldn’t reach.

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/books/2021/dec/24/remembering-joan-didion-her-ability-to-operate-outside-of-herself-was-unparalleled", - "creator": "Emma Brockes", - "pubDate": "2021-12-24T18:44:54Z", + "title": "‘It’s a fraught moment’: Omicron puts brakes on US return-to-office plans", + "description": "

    Employers are pausing efforts to call remote workers back in amid a renewed push for strikes and unionization

    Major US companies are now pulling back on plans to return to in-person work in light of the Omicron variant’s rapid spread across America.

    Employers planning to call remote workers back into the office in the new year are now pausing those efforts, and they are wary of setting new return dates only to push them back once again in the face of continued uncertainty and risks from the pandemic.

    Continue reading...", + "content": "

    Employers are pausing efforts to call remote workers back in amid a renewed push for strikes and unionization

    Major US companies are now pulling back on plans to return to in-person work in light of the Omicron variant’s rapid spread across America.

    Employers planning to call remote workers back into the office in the new year are now pausing those efforts, and they are wary of setting new return dates only to push them back once again in the face of continued uncertainty and risks from the pandemic.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/17/us-omicron-return-to-office-plans-employers", + "creator": "Melody Schreiber", + "pubDate": "2021-12-17T15:17:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203192,16 +228841,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddc48a72af0f6c78342674a8056567d9" + "hash": "2dddd62f240193994d2fe1e6a5633fac" }, { - "title": "‘We’re all citizens of planet Earth’: former astronaut Bill Nelson on his mission at Nasa", - "description": "

    Nasa’s new administrator discusses the space race with China, UFOs, billionaire ‘astronauts’ and building a ‘mission control’ for climate change

    When Apollo 11 launched in July 1969, Bill Nelson was an army lieutenant on leave behind the iron curtain, listening with colleagues to the BBC on shortwave radio.

    “There were three young Americans standing on the hills overlooking Budapest, screaming at the top of our lungs, cheering as that rocket lifted off,” Nasa’s new administrator recalled in a video interview.

    Continue reading...", - "content": "

    Nasa’s new administrator discusses the space race with China, UFOs, billionaire ‘astronauts’ and building a ‘mission control’ for climate change

    When Apollo 11 launched in July 1969, Bill Nelson was an army lieutenant on leave behind the iron curtain, listening with colleagues to the BBC on shortwave radio.

    “There were three young Americans standing on the hills overlooking Budapest, screaming at the top of our lungs, cheering as that rocket lifted off,” Nasa’s new administrator recalled in a video interview.

    Continue reading...", - "category": "Nasa", - "link": "https://www.theguardian.com/science/2021/dec/24/bill-nelson-nasa-administrator-interview", - "creator": "David Smith in Washington", - "pubDate": "2021-12-24T08:00:19Z", + "title": "Northern Ireland: what are EU and UK proposing and will deal be done?", + "description": "

    EU law on medicines may be rewritten and UK has climbed down over ECJ. Here’s what we know

    The UK left the European Union on 31 January 2020 and all EU rules fell away at the start of 2021. Soon after, a row broke out over the Northern Ireland protocol, the tortuously negotiated agreement to avoid a hard border on the island of Ireland, by keeping Northern Ireland in the EU single market and customs union.

    Continue reading...", + "content": "

    EU law on medicines may be rewritten and UK has climbed down over ECJ. Here’s what we know

    The UK left the European Union on 31 January 2020 and all EU rules fell away at the start of 2021. Soon after, a row broke out over the Northern Ireland protocol, the tortuously negotiated agreement to avoid a hard border on the island of Ireland, by keeping Northern Ireland in the EU single market and customs union.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2021/dec/17/northern-ireland-what-are-the-eu-and-uk-proposing-and-will-deal-be-done", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2021-12-17T18:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203213,16 +228862,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d20fcfc190c5a664b67fba0080d46368" + "hash": "c59db3dac02e938a4c60f954db883328" }, { - "title": "Choppers on Mars and RNA jabs: the best scientific advances of 2021", - "description": "

    Some of Australia’s most prominent researchers nominate the most surprising, important and inspiring scientific developments of the past 12 months

    With all of the worrying news emerging from the fields of health and science this year, some of the incredible advances that occurred may have been overlooked. But there have been many weird and wonderful feats in the world of research.

    Life-saving tests, treatments and vaccines were developed and rolled-out – including those led by Australian doctors – and a world-first malaria vaccine for children was endorsed by the World Health Organization. A new species of dinosaur was discovered in south-west Queensland, adding to our understanding about how they evolved. We learned from Nasa that the much-feared asteroid, Apophis, won’t hit Earth for at least 100 years, so that’s a relief.

    The development and the success of RNA-based vaccines has had enormous global impact during the past year. There’s enormous short-term success but it also opens up a lot of potential long-term opportunities in delivering RNA as a vaccine for emerging diseases and also as a means of developing new therapeutics to treat a whole range of disorders.

    To get a new type of vaccine out there requires very big clinical trials because a crucial thing with a vaccine, of course, is safety.

    Antarctica is a bellwether for climate change impacts, with recent evidence of ecosystem collapse and that a major ice shelf in west Antarctica may fail within the decade.

    So for me, this year’s most exciting advance is not a discovery but solid investment in future Antarctic science, heralded by the arrival of Australia’s new icebreaker, RSV Nuyina, the most advanced polar research vessel in the world, and the initiation of not one, but three new university-based Antarctic research initiatives.”

    From my point of view, the origins of Sars-CoV-2 has been the big story.

    Knowing from where viruses and pandemics start is crucial to understanding the interactions between humans and animals, and how this is influenced by human behaviour, industrialisation, and climate change.

    In both my personal and professional roles, it’s incredibly difficult to look past the incredibly rapid development of effective Covid-19 vaccines in terms of amazing scientific advances over the last couple of years.

    But, in my other life I’m a wannabe astronaut, and I am completely astonished by Nasa’s Ingenuity helicopter, which has made 18 successful flights on a whole other planet in 2021!

    I think the most important finding that came out in 2021 is a study relating to ocean conditions around the West Antarctic Ice Sheet (WAIS), which locks up in total about seven metres of global sea level. Lose the WAIS and hundreds of millions of people worldwide would be displaced. The WAIS is known to be the most vulnerable component of the Antarctic ice sheet system and uncertainty about future melt rates is one of the biggest unanswered questions in polar climate science.

    The published ocean measurements were taken adjacent to Thwaites Glacier, which is the most rapidly changing outlet of the WAIS. Using an autonomous underwater vehicle, the study documents the first ever temperature, salinity and oxygen measurements at the Thwaites ice shelf front. The measurements revealed warm water impinging from all sides on what are known as ‘pinning points’ of the glacier – these are critical to ice-shelf stability.

    Continue reading...", - "content": "

    Some of Australia’s most prominent researchers nominate the most surprising, important and inspiring scientific developments of the past 12 months

    With all of the worrying news emerging from the fields of health and science this year, some of the incredible advances that occurred may have been overlooked. But there have been many weird and wonderful feats in the world of research.

    Life-saving tests, treatments and vaccines were developed and rolled-out – including those led by Australian doctors – and a world-first malaria vaccine for children was endorsed by the World Health Organization. A new species of dinosaur was discovered in south-west Queensland, adding to our understanding about how they evolved. We learned from Nasa that the much-feared asteroid, Apophis, won’t hit Earth for at least 100 years, so that’s a relief.

    The development and the success of RNA-based vaccines has had enormous global impact during the past year. There’s enormous short-term success but it also opens up a lot of potential long-term opportunities in delivering RNA as a vaccine for emerging diseases and also as a means of developing new therapeutics to treat a whole range of disorders.

    To get a new type of vaccine out there requires very big clinical trials because a crucial thing with a vaccine, of course, is safety.

    Antarctica is a bellwether for climate change impacts, with recent evidence of ecosystem collapse and that a major ice shelf in west Antarctica may fail within the decade.

    So for me, this year’s most exciting advance is not a discovery but solid investment in future Antarctic science, heralded by the arrival of Australia’s new icebreaker, RSV Nuyina, the most advanced polar research vessel in the world, and the initiation of not one, but three new university-based Antarctic research initiatives.”

    From my point of view, the origins of Sars-CoV-2 has been the big story.

    Knowing from where viruses and pandemics start is crucial to understanding the interactions between humans and animals, and how this is influenced by human behaviour, industrialisation, and climate change.

    In both my personal and professional roles, it’s incredibly difficult to look past the incredibly rapid development of effective Covid-19 vaccines in terms of amazing scientific advances over the last couple of years.

    But, in my other life I’m a wannabe astronaut, and I am completely astonished by Nasa’s Ingenuity helicopter, which has made 18 successful flights on a whole other planet in 2021!

    I think the most important finding that came out in 2021 is a study relating to ocean conditions around the West Antarctic Ice Sheet (WAIS), which locks up in total about seven metres of global sea level. Lose the WAIS and hundreds of millions of people worldwide would be displaced. The WAIS is known to be the most vulnerable component of the Antarctic ice sheet system and uncertainty about future melt rates is one of the biggest unanswered questions in polar climate science.

    The published ocean measurements were taken adjacent to Thwaites Glacier, which is the most rapidly changing outlet of the WAIS. Using an autonomous underwater vehicle, the study documents the first ever temperature, salinity and oxygen measurements at the Thwaites ice shelf front. The measurements revealed warm water impinging from all sides on what are known as ‘pinning points’ of the glacier – these are critical to ice-shelf stability.

    Continue reading...", - "category": "Science", - "link": "https://www.theguardian.com/science/2021/dec/25/choppers-on-mars-and-rna-jabs-the-best-scientific-advances-of-2021", - "creator": "Donna Lu and Melissa Davey", - "pubDate": "2021-12-24T19:00:33Z", + "title": "Rod Stewart and his son plead guilty to battery in 2019 Florida altercation case", + "description": "

    The singer entered the plea to ‘avoid the inconvenience’ of a high profile court trial. Neither will do jail time or pay any fines

    British rock icon Rod Stewart and his son have pleaded guilty to battery in an assault case stemming from a New Year’s Eve 2019 altercation with a security guard at an exclusive Florida hotel.

    Court records released on Friday show that the singer and his son, Sean Stewart, 41, entered guilty pleas to misdemeanor charges of simple battery.

    Continue reading...", + "content": "

    The singer entered the plea to ‘avoid the inconvenience’ of a high profile court trial. Neither will do jail time or pay any fines

    British rock icon Rod Stewart and his son have pleaded guilty to battery in an assault case stemming from a New Year’s Eve 2019 altercation with a security guard at an exclusive Florida hotel.

    Court records released on Friday show that the singer and his son, Sean Stewart, 41, entered guilty pleas to misdemeanor charges of simple battery.

    Continue reading...", + "category": "Rod Stewart", + "link": "https://www.theguardian.com/music/2021/dec/17/rod-stewart-guilty-plea-florida-altercation", + "creator": "Associated Press", + "pubDate": "2021-12-17T20:31:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203234,16 +228883,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de796aef58e795d871d95cbf378cb0a0" + "hash": "36de7c55d00410b00eacd3997acced84" }, { - "title": "The TV quiz of the year: from It’s a Sin to Squid Game", - "description": "

    How’s your 2021 TV knowledge? Test how much love you’ve been giving your favourite shows with our brain-tickling end-of-year quiz

    .

    Continue reading...", - "content": "

    How’s your 2021 TV knowledge? Test how much love you’ve been giving your favourite shows with our brain-tickling end-of-year quiz

    .

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/24/the-tv-quiz-of-the-year-from-its-a-sin-to-squid-game", - "creator": "Stuart Heritage", - "pubDate": "2021-12-24T13:00:25Z", + "title": "Javier Bardem: ‘When I won the Oscar, I felt great, but it didn’t make any sense’", + "description": "

    Famed for portraying bad guys in Skyfall and No Country for Old Men, the Spaniard opens up about his marriage to Penélope Cruz, his formidable mum, and his hopes for his kids

    The bad news is that, at the last minute, my interview with Javier Bardem is changed from being a face-to-face encounter to one conducted by the less risky means of video chat (damn you, Omicron!) But the good news is this means I get to snoop around Bardem’s home in Madrid, where he Zooms me from, and which he shares with his wife, the actor Penélope Cruz, and their two children, Leonardo, 10, and Luna, eight. OK, I don’t actually see the whole house, but he does give me a panoramic view of his study while his kids shout and play outside.

    “You can see my little bookcase here,” Bardem says, picking up his laptop and giving me the grand tour. “And my map of the world. It’s very chaotic.”

    Continue reading...", + "content": "

    Famed for portraying bad guys in Skyfall and No Country for Old Men, the Spaniard opens up about his marriage to Penélope Cruz, his formidable mum, and his hopes for his kids

    The bad news is that, at the last minute, my interview with Javier Bardem is changed from being a face-to-face encounter to one conducted by the less risky means of video chat (damn you, Omicron!) But the good news is this means I get to snoop around Bardem’s home in Madrid, where he Zooms me from, and which he shares with his wife, the actor Penélope Cruz, and their two children, Leonardo, 10, and Luna, eight. OK, I don’t actually see the whole house, but he does give me a panoramic view of his study while his kids shout and play outside.

    “You can see my little bookcase here,” Bardem says, picking up his laptop and giving me the grand tour. “And my map of the world. It’s very chaotic.”

    Continue reading...", + "category": "Javier Bardem", + "link": "https://www.theguardian.com/film/2021/dec/17/javier-bardem-when-i-won-the-oscar-i-felt-great-but-it-didnt-make-any-sense", + "creator": "Hadley Freeman", + "pubDate": "2021-12-17T11:00:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203255,16 +228904,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c63cf7dada276ecf1ccac35b63e81514" + "hash": "8e2934e820b1474c552a256e3f27c68f" }, { - "title": "The person who got me through 2021: Awkwafina made me hopeful for success in dark days", - "description": "

    In Nora from Queens, Awkwafina’s adorable loser alter ego was inspiring. Faced with constant failure, she kept going, with wit and warmth

    During the past 20 months I’ve become addicted to TV shows about women trying and failing to make it. Broad City, Unbreakable Kimmy Schmidt, 2 Broke Girls: it’s like looking in a mirror, if I could be bothered to do even that. But the absolute fabulous queen loser of all is Awkwafina, in her self-created show Nora from Queens.

    Awkwafina plays a bizarro-reverse-mirror version of herself as a nearly thirtysomething bum, living in her childhood home with her grandmother and her widowed father. It’s pure lockdown comfort TV, with every petty slight and worldly favour soothed away by familial love. Nothing Nora from Queens does ever works out, and yet it’s always fine in the end. Attempted jobs, moneymaking schemes, love interests and opportunities for growth come and go, with all the wit and humour being incidental. The laughs come from off-the-cuff comments, the quickest physical reactions and scathing jibes, but the emotion is gooey and true. And that’s how I live now – with Nora from Queens as my more adorable, charismatic, sexy, funny, hipster-chic proxy. I actually have the same sloppy tracksuit bottoms, oversized T-shirts, thick dorky glasses and button-down overshirts that Nora wears in the show. If she gets up at noon every day in TV fantasyland, heck, I do it every day in reality. And if she fails at everything while refusing to leave her childhood home or embrace adulthood, well, me too – and I’m 10 years older than Awkwafina herself and 15 older than the show’s character.

    Continue reading...", - "content": "

    In Nora from Queens, Awkwafina’s adorable loser alter ego was inspiring. Faced with constant failure, she kept going, with wit and warmth

    During the past 20 months I’ve become addicted to TV shows about women trying and failing to make it. Broad City, Unbreakable Kimmy Schmidt, 2 Broke Girls: it’s like looking in a mirror, if I could be bothered to do even that. But the absolute fabulous queen loser of all is Awkwafina, in her self-created show Nora from Queens.

    Awkwafina plays a bizarro-reverse-mirror version of herself as a nearly thirtysomething bum, living in her childhood home with her grandmother and her widowed father. It’s pure lockdown comfort TV, with every petty slight and worldly favour soothed away by familial love. Nothing Nora from Queens does ever works out, and yet it’s always fine in the end. Attempted jobs, moneymaking schemes, love interests and opportunities for growth come and go, with all the wit and humour being incidental. The laughs come from off-the-cuff comments, the quickest physical reactions and scathing jibes, but the emotion is gooey and true. And that’s how I live now – with Nora from Queens as my more adorable, charismatic, sexy, funny, hipster-chic proxy. I actually have the same sloppy tracksuit bottoms, oversized T-shirts, thick dorky glasses and button-down overshirts that Nora wears in the show. If she gets up at noon every day in TV fantasyland, heck, I do it every day in reality. And if she fails at everything while refusing to leave her childhood home or embrace adulthood, well, me too – and I’m 10 years older than Awkwafina herself and 15 older than the show’s character.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/24/the-person-who-got-me-through-2021-awkwafina-made-me-hopeful-for-success-in-dark-days", - "creator": "Bidisha", - "pubDate": "2021-12-24T15:00:28Z", + "title": "Met police officer sacked for using racial slur in WhatsApp message", + "description": "

    PC Harry Chandler’s dismissal comes after chat found during IOPC search of another officer’s mobile phone

    A Metropolitan police officer has been dismissed for using a racial slur in a mobile phone message to a colleague.

    The slur was revealed during an investigation by the Independent Office for Police Conduct (IOPC) regulator into the sharing of photographs of the murder scene of sisters Bibaa Henry and Nicole Smallman in Wembley, north London, in June 2020.

    Continue reading...", + "content": "

    PC Harry Chandler’s dismissal comes after chat found during IOPC search of another officer’s mobile phone

    A Metropolitan police officer has been dismissed for using a racial slur in a mobile phone message to a colleague.

    The slur was revealed during an investigation by the Independent Office for Police Conduct (IOPC) regulator into the sharing of photographs of the murder scene of sisters Bibaa Henry and Nicole Smallman in Wembley, north London, in June 2020.

    Continue reading...", + "category": "Metropolitan police", + "link": "https://www.theguardian.com/uk-news/2021/dec/17/met-police-officer-sacked-for-using-racial-slur-in-whatsapp-message", + "creator": "Nadeem Badshah", + "pubDate": "2021-12-17T21:11:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203276,16 +228925,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "676ae7684ba21f63d17782ad9b3bfb79" + "hash": "175b3aceccf352f198b3ca513d651b9d" }, { - "title": "The best of the long read in 2021", - "description": "

    Our 20 favourite pieces of the year

    After growing up in a Zimbabwe convulsed by the legacy of colonialism, when I got to Oxford I realised how many British people still failed to see how empire had shaped lives like mine – as well as their own

    Continue reading...", - "content": "

    Our 20 favourite pieces of the year

    After growing up in a Zimbabwe convulsed by the legacy of colonialism, when I got to Oxford I realised how many British people still failed to see how empire had shaped lives like mine – as well as their own

    Continue reading...", - "category": "Colonialism", - "link": "https://www.theguardian.com/news/2021/dec/24/the-best-of-the-long-read-in-2021", - "creator": "", - "pubDate": "2021-12-24T06:00:16Z", + "title": "Clare Royce Spaventa obituary", + "description": "

    My mother, Clare Royce Spaventa, who has died aged 87, was an economist who worked for the Food and Agriculture Organization (FAO) in Rome and then as a researcher at Cambridge University. When marriage led to a new life in Italy, she chose to focus less on her promising career for the benefit of her family.

    Fiercely intelligent, Clare was one of the few women of her generation to be admitted to Cambridge, where she read economics (1952-55). She went on to Stanford, then to work for the FAO in Rome around 1958, before returning to Cambridge as a researcher. It is during this second time there that, through Amartya Sen, she met Luigi Spaventa, also an economist. They decided to get married in great haste, in 1962 – there was no internet then, and phoning and travelling were extraordinarily expensive.

    Continue reading...", + "content": "

    My mother, Clare Royce Spaventa, who has died aged 87, was an economist who worked for the Food and Agriculture Organization (FAO) in Rome and then as a researcher at Cambridge University. When marriage led to a new life in Italy, she chose to focus less on her promising career for the benefit of her family.

    Fiercely intelligent, Clare was one of the few women of her generation to be admitted to Cambridge, where she read economics (1952-55). She went on to Stanford, then to work for the FAO in Rome around 1958, before returning to Cambridge as a researcher. It is during this second time there that, through Amartya Sen, she met Luigi Spaventa, also an economist. They decided to get married in great haste, in 1962 – there was no internet then, and phoning and travelling were extraordinarily expensive.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2021/dec/17/clare-royce-spaventa-obituary", + "creator": "Eleanor Spaventa", + "pubDate": "2021-12-17T18:17:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203297,16 +228946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a15adbd62b73980169f88c7e23435378" + "hash": "af9df6f665b2872f1912dd7dfa87cde3" }, { - "title": "Covid live news: 1.7 million people in UK had coronavirus last week; thousands of Christmas flights cancelled", - "description": "

    ONS figures are highest on record so far; Christmas for many in disarray as US and Australian airlines say flight crews hit by Covid

    Here’s a story that echoes the cancellation of flights happening over the US.

    Thousands of Australians have had their domestic flights cancelled in the hours leading up to Christmas, as frontline staff were ordered to test and isolate amid a rise in Covid cases.

    Continue reading...", - "content": "

    ONS figures are highest on record so far; Christmas for many in disarray as US and Australian airlines say flight crews hit by Covid

    Here’s a story that echoes the cancellation of flights happening over the US.

    Thousands of Australians have had their domestic flights cancelled in the hours leading up to Christmas, as frontline staff were ordered to test and isolate amid a rise in Covid cases.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/24/covid-news-live-new-york-scales-back-new-years-eve-celebrations-astrazeneca-booster-protects-against-omicron-study-finds", - "creator": "Clea Skopeliti (now) and Samantha Lock (earlier)", - "pubDate": "2021-12-24T15:34:46Z", + "title": "Biden: ‘I’ve never seen anything like the unrelenting assault on the right to vote’ – live", + "description": "

    During South Carolina State University’s commencement ceremony this morning, Joe Biden also received an honorary doctorate of humane letters from the historically Black college.

    In his remarks at South Carolina State University’s commencement ceremony, Joe Biden also addressed Congress’ failure to pass the George Floyd Justice in Policing Act.

    Continue reading...", + "content": "

    During South Carolina State University’s commencement ceremony this morning, Joe Biden also received an honorary doctorate of humane letters from the historically Black college.

    In his remarks at South Carolina State University’s commencement ceremony, Joe Biden also addressed Congress’ failure to pass the George Floyd Justice in Policing Act.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2021/dec/17/joe-biden-build-back-better-act-congress-us-politics-live", + "creator": "Joan E Greve", + "pubDate": "2021-12-17T21:45:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203318,16 +228967,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6a64bed608a53b15329bed85ac29c0a" + "hash": "152f33b0062a2e94862e4b3155f5d3c3" }, { - "title": "Ex-Georgia election workers sue Giuliani and OAN, saying fraud claims put them in danger", - "description": "

    Ruby Freeman and daughter claim they became center of unfounded conspiracy theories and were singled out by Trump

    Two former Georgia election workers have filed a defamation lawsuit against Donald Trump’s ex-lawyer Rudy Giuliani, the rightwing One America News Network and several of its senior executives, claiming the workers became the target of vote-rigging conspiracy theories that put them in physical danger and threatened their livelihoods.

    During the 2020 election, Ruby Freeman and daughter Wandrea “Shaye” Moss worked as poll workers counting ballots at State Farm Arena in Fulton county, Georgia. They claim they became the center of a series of unfounded conspiracy theories promoted by former New York mayor Giuliani, who was then serving as an advisor to Trump, and several top employees at the California-based OAN news network.

    Continue reading...", - "content": "

    Ruby Freeman and daughter claim they became center of unfounded conspiracy theories and were singled out by Trump

    Two former Georgia election workers have filed a defamation lawsuit against Donald Trump’s ex-lawyer Rudy Giuliani, the rightwing One America News Network and several of its senior executives, claiming the workers became the target of vote-rigging conspiracy theories that put them in physical danger and threatened their livelihoods.

    During the 2020 election, Ruby Freeman and daughter Wandrea “Shaye” Moss worked as poll workers counting ballots at State Farm Arena in Fulton county, Georgia. They claim they became the center of a series of unfounded conspiracy theories promoted by former New York mayor Giuliani, who was then serving as an advisor to Trump, and several top employees at the California-based OAN news network.

    Continue reading...", - "category": "Georgia", - "link": "https://www.theguardian.com/us-news/2021/dec/24/ex-georgia-election-workers-sue-giuliani-oan-trump-conspiracy-theory", - "creator": "Edward Helmore and agencies", - "pubDate": "2021-12-24T16:34:57Z", + "title": "Australia live news updates: Omicron surge strains Covid testing sites; Tasmania bans jumping castles from state schools after tragedy", + "description": "

    Devenport mourns as ban on ‘all jumping castles and inflatable amusement equipment’ imposed on schools

    It’s also going to be hot and gusty in New South Wales today, with fire warnings for Southern and Northern Riverina areas.

    My colleague Nino Bucci has been covering this fascinating case in the NSW supreme court over the last few weeks:

    Continue reading...", + "content": "

    Devenport mourns as ban on ‘all jumping castles and inflatable amusement equipment’ imposed on schools

    It’s also going to be hot and gusty in New South Wales today, with fire warnings for Southern and Northern Riverina areas.

    My colleague Nino Bucci has been covering this fascinating case in the NSW supreme court over the last few weeks:

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/18/australia-live-news-updates-omicron-surge-strains-covid-testing-sites-tasmania-bans-jumping-castles-from-state-schools-after-tragedy", + "creator": "Stephanie Convery", + "pubDate": "2021-12-17T21:48:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203339,16 +228988,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "63175843cd9d8c6e1ad9afced07491a6" + "hash": "d5c16785ecdc6cca2c496a88c941688f" }, { - "title": "‘We’ll still have fun’: Australians isolating over Christmas reveal what they have planned for the day", - "description": "

    Thousands of people affected by Covid have had to physically separate from loved ones. Here’s how some hope to stay connected

    Rebecca Miller is cooking up a Christmas Day feast – even though she can’t taste a thing.

    Both Miller and her partner Steven have Covid. They’ve cancelled their plans to go to Tasmania – where they were due to be celebrating her 50th birthday for 3 January, and his delayed 50th from last year. Instead they will spend Christmas at home in Adelaide instead, video-calling family and friends.

    Continue reading...", - "content": "

    Thousands of people affected by Covid have had to physically separate from loved ones. Here’s how some hope to stay connected

    Rebecca Miller is cooking up a Christmas Day feast – even though she can’t taste a thing.

    Both Miller and her partner Steven have Covid. They’ve cancelled their plans to go to Tasmania – where they were due to be celebrating her 50th birthday for 3 January, and his delayed 50th from last year. Instead they will spend Christmas at home in Adelaide instead, video-calling family and friends.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/25/well-still-have-fun-australians-isolating-over-christmas-reveal-what-they-have-planned-for-the-day", - "creator": "Tory Shepherd", - "pubDate": "2021-12-24T19:00:33Z", + "title": "Covid live: UK reports 93,045 new cases, breaking daily record for third day; Germany warns of ‘massive fifth wave’", + "description": "

    UK also records 111 Covid linked deaths; German health minister says next wave is huge challenge

    Here is a bizarre story out of the US to add a little light relief to an otherwise sombre news day.

    A Florida man wearing a red thong as a face mask was forced off a United Airlines flight after failing to comply with the federal mask mandate.

    Continue reading...", + "content": "

    UK also records 111 Covid linked deaths; German health minister says next wave is huge challenge

    Here is a bizarre story out of the US to add a little light relief to an otherwise sombre news day.

    A Florida man wearing a red thong as a face mask was forced off a United Airlines flight after failing to comply with the federal mask mandate.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/17/covid-news-live-g7-calls-omicron-biggest-threat-to-global-health-unvaccinated-face-winter-of-severe-illness-and-death-biden-warns", + "creator": "Rachel Hall (now); Miranda Bryant, Jedidajah Otte and Samantha Lock (earlier)", + "pubDate": "2021-12-17T16:50:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203360,16 +229009,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85be8a8a17be1b2621218bab9c127462" + "hash": "a472b6d87a8dcebac02e02bee718567d" }, { - "title": "Mandatory Covid jabs in Malawi ‘violate human rights’, say civil society groups", - "description": "

    Measure aimed at frontline workers to reduce spread of Omicron variant may increase unrest in country with low vaccine take-up, critics warn

    Civil rights groups in Malawi have cautioned the government on its decision to make the Covid-19 vaccination mandatory for frontline workers.

    From January, it will be compulsory for public sector workers, including healthcare staff, police and teachers, as well as journalists, to be vaccinated, after an announcement by Malawi’s health minister, Khumbize Kandodo Chiponda, last week.

    Continue reading...", - "content": "

    Measure aimed at frontline workers to reduce spread of Omicron variant may increase unrest in country with low vaccine take-up, critics warn

    Civil rights groups in Malawi have cautioned the government on its decision to make the Covid-19 vaccination mandatory for frontline workers.

    From January, it will be compulsory for public sector workers, including healthcare staff, police and teachers, as well as journalists, to be vaccinated, after an announcement by Malawi’s health minister, Khumbize Kandodo Chiponda, last week.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/23/mandatory-covid-jabs-in-malawi-violate-human-rights-say-civil-society-groups", - "creator": "Madalitso Wills Kateta", - "pubDate": "2021-12-23T07:01:48Z", + "title": "Capitol attack insurrectionists flock to fundraising websites to raise defense funds", + "description": "

    Portraying themselves as maligned American patriots and ‘political prisoners’, the far-right groups have raised over $2m

    Trump supporters and members of far-right extremist groups who took part in the violent insurrection at the US Capitol on 6 January are raising hundreds of thousands of dollars from online crowdfunding sites by portraying themselves as maligned American patriots, martyrs and “political prisoners”.

    Several of the highest-profile participants in the “stop the steal” insurrection which attempted to disrupt Joe Biden’s certification as US president are raising substantial sums on fundraising sites. They include members of the far-right Proud Boys and many of the 6 January individuals being detained in a Washington DC jail, awaiting trial for allegedly attacking police officers.

    Continue reading...", + "content": "

    Portraying themselves as maligned American patriots and ‘political prisoners’, the far-right groups have raised over $2m

    Trump supporters and members of far-right extremist groups who took part in the violent insurrection at the US Capitol on 6 January are raising hundreds of thousands of dollars from online crowdfunding sites by portraying themselves as maligned American patriots, martyrs and “political prisoners”.

    Several of the highest-profile participants in the “stop the steal” insurrection which attempted to disrupt Joe Biden’s certification as US president are raising substantial sums on fundraising sites. They include members of the far-right Proud Boys and many of the 6 January individuals being detained in a Washington DC jail, awaiting trial for allegedly attacking police officers.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2021/dec/17/capitol-attack-insurrectionists-fundraising-defense-money", + "creator": "Ed Pilkington", + "pubDate": "2021-12-17T07:00:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203381,16 +229030,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55abcc552a656a93cd7c96c908bad54f" + "hash": "ef4ca9d37cfc2e805ca77610735eb595" }, { - "title": "Asia’s factory workers at the sharp end of the west’s supply chain crisis", - "description": "

    Migrant workers ate and slept in factories swarming with Covid, sealed off from outside world

    For weeks, Hoang Thi Quynh* worked and slept inside a garment factory in Tien Giang province, in southern Vietnam. She would start her shift at 7.15am and then, after a day spent sewing sportswear garments, enter an empty hall of the factory complex and settle down for the night.

    Each worker had a tent, set one or two metres apart, containing a foil mat, pillow, blanket and a box to store their belongings. No workers were permitted to meet anyone from outside the factory; even speaking to a visitor over the gates was forbidden.

    Continue reading...", - "content": "

    Migrant workers ate and slept in factories swarming with Covid, sealed off from outside world

    For weeks, Hoang Thi Quynh* worked and slept inside a garment factory in Tien Giang province, in southern Vietnam. She would start her shift at 7.15am and then, after a day spent sewing sportswear garments, enter an empty hall of the factory complex and settle down for the night.

    Each worker had a tent, set one or two metres apart, containing a foil mat, pillow, blanket and a box to store their belongings. No workers were permitted to meet anyone from outside the factory; even speaking to a visitor over the gates was forbidden.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/23/asias-factory-workers-at-the-sharp-end-of-the-wests-supply-chain-crisis", - "creator": "Rebecca Ratcliffe and Nhung Nguyen in Saigon", - "pubDate": "2021-12-23T05:00:46Z", + "title": "Boris Johnson accepts responsibility for North Shropshire byelection mauling", + "description": "

    PM says he hears what voters are saying, but blames media for focusing on politics and politicians

    Boris Johnson has said he accepts responsibility for his party’s crushing defeat in the North Shropshire byelection but also defiantly blamed the media for focusing on “politics and politicians” following a string of allegations about Tory sleaze and breaches of lockdown rules.

    The prime minister said he understood “why people were and are frustrated” in North Shropshire, where the Lib Dems overturned a huge Conservative majority to take the seat by 6,000 votes.

    Continue reading...", + "content": "

    PM says he hears what voters are saying, but blames media for focusing on politics and politicians

    Boris Johnson has said he accepts responsibility for his party’s crushing defeat in the North Shropshire byelection but also defiantly blamed the media for focusing on “politics and politicians” following a string of allegations about Tory sleaze and breaches of lockdown rules.

    The prime minister said he understood “why people were and are frustrated” in North Shropshire, where the Lib Dems overturned a huge Conservative majority to take the seat by 6,000 votes.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/17/boris-johnson-accepts-responsibility-for-north-shropshire-byelection-mauling", + "creator": "Rowena Mason Deputy political editor", + "pubDate": "2021-12-17T13:10:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203402,16 +229051,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "071d75f80edbd7998388a9b418affd77" + "hash": "72351047fbdf03775ddefa51cfbfea25" }, { - "title": "Australian man asked his neighbour to take the bins out – so he did, literally", - "description": "

    Carl Stanojevic got a text asking him to take his Queensland neighbour’s bins out. So the 54-year-old Mackay photographer took wheelie bin number 6 for a spin around the town

    Australian man Carl Stanojevic might be the world’s most considerate neighbour after he was asked to “take the bins out” and dutifully followed the request – to the letter.

    The practical joke began when the 54-year-old photographer from Mackay, in Queensland, received a late-night text message from his neighbour, Nick Doherty – who works remotely – asking if Stanojevic “would be able to take my bins out please”.

    Continue reading...", - "content": "

    Carl Stanojevic got a text asking him to take his Queensland neighbour’s bins out. So the 54-year-old Mackay photographer took wheelie bin number 6 for a spin around the town

    Australian man Carl Stanojevic might be the world’s most considerate neighbour after he was asked to “take the bins out” and dutifully followed the request – to the letter.

    The practical joke began when the 54-year-old photographer from Mackay, in Queensland, received a late-night text message from his neighbour, Nick Doherty – who works remotely – asking if Stanojevic “would be able to take my bins out please”.

    Continue reading...", - "category": "Queensland", - "link": "https://www.theguardian.com/australia-news/2021/dec/24/australian-man-asked-his-neighbour-to-take-the-bins-out-so-he-did-literally", - "creator": "Royce Kurmelovs", - "pubDate": "2021-12-24T06:28:16Z", + "title": "Environmental activists ‘spat at by drivers’ at Rome protest", + "description": "

    Protesters say they were slapped, kicked and spat at by angry drivers during roadblock in Italian capital

    Italian activists have blocked a major road in Rome as part of a series of protests aimed at urging the government to take action to tackle the climate crisis.

    The activists, from the group Last Generation, which is supported by Extinction Rebellion, claim they were slapped, kicked and spat at by angry drivers after they assembled along the Maglianella viaduct on the A90 motorway.

    Continue reading...", + "content": "

    Protesters say they were slapped, kicked and spat at by angry drivers during roadblock in Italian capital

    Italian activists have blocked a major road in Rome as part of a series of protests aimed at urging the government to take action to tackle the climate crisis.

    The activists, from the group Last Generation, which is supported by Extinction Rebellion, claim they were slapped, kicked and spat at by angry drivers after they assembled along the Maglianella viaduct on the A90 motorway.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2021/dec/17/environmental-activists-spat-at-by-drivers-at-rome-protest", + "creator": "Angela Giuffrida", + "pubDate": "2021-12-17T11:23:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203423,16 +229072,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f8e91aa90ef135cfdcf5ff66496017c" + "hash": "b83ae86a894dfa0874d0403d9a5f9e03" }, { - "title": "UK hits new Covid record again with more than 120,000 daily cases", - "description": "

    Latest data shows one in 35 people at home had Covid this week in England, rising to one in 20 in London

    A total of 122,186 reported daily coronavirus cases have been recorded as of 9am Friday, according to the latest government figures, another record number of cases in a single day.

    The government said a further 1,171 people were hospitalised with the virus and 137 people had died within 28 days of testing positive for Covid.

    Continue reading...", - "content": "

    Latest data shows one in 35 people at home had Covid this week in England, rising to one in 20 in London

    A total of 122,186 reported daily coronavirus cases have been recorded as of 9am Friday, according to the latest government figures, another record number of cases in a single day.

    The government said a further 1,171 people were hospitalised with the virus and 137 people had died within 28 days of testing positive for Covid.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/24/uk-hits-new-covid-record-again-more-than-120000-cases-recorded", - "creator": "Jane Clinton", - "pubDate": "2021-12-24T16:12:23Z", + "title": "‘Anti-5G’ necklaces are radioactive and dangerous, Dutch nuclear experts say", + "description": "

    Officials issue product alert and say ‘quantum pendants’ could damage DNA with prolonged use

    People who wear “anti-5G” pendants to “protect” themselves from radio frequencies emitted by phone masts have been told by the Dutch nuclear authority that their necklaces are dangerously radioactive.

    Owners of “quantum pendants” and other “negative ion” jewellery have been advised to store them away, as they have been found to continuously emit ionising radiation.

    Continue reading...", + "content": "

    Officials issue product alert and say ‘quantum pendants’ could damage DNA with prolonged use

    People who wear “anti-5G” pendants to “protect” themselves from radio frequencies emitted by phone masts have been told by the Dutch nuclear authority that their necklaces are dangerously radioactive.

    Owners of “quantum pendants” and other “negative ion” jewellery have been advised to store them away, as they have been found to continuously emit ionising radiation.

    Continue reading...", + "category": "5G", + "link": "https://www.theguardian.com/technology/2021/dec/17/anti-5g-necklaces-radioactive-dutch-nuclear-experts-quantum-pendants", + "creator": "Daniel Boffey in Brussels", + "pubDate": "2021-12-17T13:37:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203444,16 +229093,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ea8d056fcfae830256c5214489070a2" + "hash": "88874816cd5015bd71bd6fe67165cfb2" }, { - "title": "My winter of love: I was not expecting a hot first date. Then I found love in a terrible pub", - "description": "

    Ten years after my dad died, I felt rudderless – a manchild still making sense of life. But suddenly, surprisingly, I met someone with whom I had an immediate bond

    For most of the winter of 2011-12, I was a slightly reluctant member of the Guardian’s spin-off dating site, Guardian Soulmates. I was still in my 20s, just about, and pouring the energy and naivety of youth into a busy social life, a career as a writer of newsprint ephemera and a room in a shared flat. I think I was also a bit lonely and rudderless – a manchild still making sense of life 10 years after the sudden death of my dad. Whatever it was, something was missing.

    By late February, I had been on half a dozen first dates – and no second dates. I was getting tired of the whole thing. It was all so procedural. But I’d agreed to meet a girl called Jess, whose profile handle – “good_grammar_is_hot” – had somehow not entirely put me off.

    Continue reading...", - "content": "

    Ten years after my dad died, I felt rudderless – a manchild still making sense of life. But suddenly, surprisingly, I met someone with whom I had an immediate bond

    For most of the winter of 2011-12, I was a slightly reluctant member of the Guardian’s spin-off dating site, Guardian Soulmates. I was still in my 20s, just about, and pouring the energy and naivety of youth into a busy social life, a career as a writer of newsprint ephemera and a room in a shared flat. I think I was also a bit lonely and rudderless – a manchild still making sense of life 10 years after the sudden death of my dad. Whatever it was, something was missing.

    By late February, I had been on half a dozen first dates – and no second dates. I was getting tired of the whole thing. It was all so procedural. But I’d agreed to meet a girl called Jess, whose profile handle – “good_grammar_is_hot” – had somehow not entirely put me off.

    Continue reading...", - "category": "Online dating", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/24/my-winter-of-love-hot-first-date-terrible-pub", - "creator": "Simon Usborne", - "pubDate": "2021-12-24T06:00:17Z", + "title": "T-cells in people who have had Pfizer Covid jab stay robust against severe illness", + "description": "

    Research in South Africa raises hopes that similar responses may be present with other vaccines

    South African researchers examining how the body’s immune system responds to the Omicron variant have identified that T-cells in people who have had the Pfizer vaccine continue to be robust in potentially protecting against severe illness despite Omicron’s ability to evade other defences.

    The research raises hopes that similar responses may be present with other vaccines and within unvaccinated individuals who have been infected with coronavirus.

    Continue reading...", + "content": "

    Research in South Africa raises hopes that similar responses may be present with other vaccines

    South African researchers examining how the body’s immune system responds to the Omicron variant have identified that T-cells in people who have had the Pfizer vaccine continue to be robust in potentially protecting against severe illness despite Omicron’s ability to evade other defences.

    The research raises hopes that similar responses may be present with other vaccines and within unvaccinated individuals who have been infected with coronavirus.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/17/t-cells-pfizer-covid-jab-robust-against-severe-illness-south-africa-research", + "creator": "Peter Beaumont", + "pubDate": "2021-12-17T16:50:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203465,16 +229114,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f1d21825cd50fe1343a332db3940160" + "hash": "a6cdb12ad0b0b613ca0e4796d9684ba6" }, { - "title": "Tagging migrants likely to be another failed plan to stop Channel crossings", - "description": "

    Over 27,000 people crossed from France this year and campaigners say a safe, legal way to claim asylum is needed to get the number down

    The home secretary, Priti Patel, has repeatedly promised to curb the number of people arriving on UK shores in small boats by making this route “unviable” but more than 27,000 refugees have crossed the Channel this way, up from 8,500 in 2020.

    The Home Office is now planning to introduce a tagging scheme for asylum seekers after a reportedly “exasperated” Boris Johnson ordered a review. It is the latest proposal in a string of ideas aimed at clamping down on small boat arrivals, none of which have been successful at curbing numbers so far.

    Continue reading...", - "content": "

    Over 27,000 people crossed from France this year and campaigners say a safe, legal way to claim asylum is needed to get the number down

    The home secretary, Priti Patel, has repeatedly promised to curb the number of people arriving on UK shores in small boats by making this route “unviable” but more than 27,000 refugees have crossed the Channel this way, up from 8,500 in 2020.

    The Home Office is now planning to introduce a tagging scheme for asylum seekers after a reportedly “exasperated” Boris Johnson ordered a review. It is the latest proposal in a string of ideas aimed at clamping down on small boat arrivals, none of which have been successful at curbing numbers so far.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/dec/24/tagging-migrants-likely-to-be-another-failed-plan-to-stop-channel-crossings", - "creator": "Jedidajah Otte", - "pubDate": "2021-12-24T17:33:12Z", + "title": "Russia-Ukraine crisis: where are Putin’s troops and what are his options?", + "description": "

    A visual guide to recent troop deployments, as tensions escalate

    Russia has forward-deployed hundreds of tanks, self-propelled artillery and even short-range ballistic missiles from as far away as Siberia to within striking range of Ukraine’s borders. US intelligence has said Russia could launch an offensive by the end of January with as many as 100 battalion tactical groups (BTGs), comprising an estimated 175,000 troops. Current estimates say Russia has about 50 BTGs in the border region, already a significant force that could overrun Ukrainian defensive positions.

    Continue reading...", + "content": "

    A visual guide to recent troop deployments, as tensions escalate

    Russia has forward-deployed hundreds of tanks, self-propelled artillery and even short-range ballistic missiles from as far away as Siberia to within striking range of Ukraine’s borders. US intelligence has said Russia could launch an offensive by the end of January with as many as 100 battalion tactical groups (BTGs), comprising an estimated 175,000 troops. Current estimates say Russia has about 50 BTGs in the border region, already a significant force that could overrun Ukrainian defensive positions.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/17/russia-ukraine-crisis-putin-troops-visual-guide-explainer", + "creator": "Andrew Roth, David Blood and Niels de Hoog", + "pubDate": "2021-12-17T05:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203486,16 +229135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccad0b58b670c95a3438a867d4926783" + "hash": "74c0664dd0c8f5e3a64731de4de354e8" }, { - "title": "Book It In: Kathryn Heyman on fury, trauma and personal transformation", - "description": "

    In this episode of our new podcast Book It In, features editor Lucy Clark talks to Kathryn Heyman about the indignities that women endure throughout their lives and the craft of writing a memoir

    Hear more episodes of Book It In here

    Fury is published by Allen & Unwin.

    Continue reading...", - "content": "

    In this episode of our new podcast Book It In, features editor Lucy Clark talks to Kathryn Heyman about the indignities that women endure throughout their lives and the craft of writing a memoir

    Hear more episodes of Book It In here

    Fury is published by Allen & Unwin.

    Continue reading...", - "category": "Australian books", - "link": "https://www.theguardian.com/australia-news/audio/2021/dec/25/book-it-in-kathryn-heyman-on-fury-trauma-and-personal-transformation", - "creator": "Interview by Lucy Clark with Kathryn Heyman. Produced by Allison Chan and Daniel Semo. Executive producers Gabrielle Jackson and Melanie Tait", - "pubDate": "2021-12-24T16:30:29Z", + "title": "Benedict Cumberbatch: ‘I loved not being a people-pleaser’", + "description": "

    With his acclaimed performance in the Guardian’s 2021 film of the year, The Power of the Dog, the actor talks about feeling the pain of his macho character, working with Jane Campion and the struggle to do taxidermy in LA

    Earlier this week, Benedict Cumberbatch picked up his first nomination this awards season: best actor in a drama at the Golden Globes for The Power of the Dog. It will not be his last. In Jane Campion’s western, adapted from the novel by Thomas Savage, he plays Phil Burbank, a brilliant but vile cattle rancher in 1925 Montana.

    Trained at the start of the century by an iconic cowboy called Bronco Henry, Phil bullies everyone: men, animals, his brother, George (Jesse Plemons) – and, particularly, George’s new wife, Rose (Kirsten Dunst), and her delicate son, Peter (Kodi Smit-McPhee).

    Continue reading...", + "content": "

    With his acclaimed performance in the Guardian’s 2021 film of the year, The Power of the Dog, the actor talks about feeling the pain of his macho character, working with Jane Campion and the struggle to do taxidermy in LA

    Earlier this week, Benedict Cumberbatch picked up his first nomination this awards season: best actor in a drama at the Golden Globes for The Power of the Dog. It will not be his last. In Jane Campion’s western, adapted from the novel by Thomas Savage, he plays Phil Burbank, a brilliant but vile cattle rancher in 1925 Montana.

    Trained at the start of the century by an iconic cowboy called Bronco Henry, Phil bullies everyone: men, animals, his brother, George (Jesse Plemons) – and, particularly, George’s new wife, Rose (Kirsten Dunst), and her delicate son, Peter (Kodi Smit-McPhee).

    Continue reading...", + "category": "The Power of the Dog", + "link": "https://www.theguardian.com/film/2021/dec/17/benedict-cumberbatch-i-loved-not-being-a-people-pleaser", + "creator": "Catherine Shoard", + "pubDate": "2021-12-17T08:00:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203507,16 +229156,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44f66f79511f2f0899541bfbbe36c047" + "hash": "77fa79b3c95bec555c0243d815eb949d" }, { - "title": "Saving Roe v Wade is not just a US battle but one for women across the Americas | Mariana Prandini Assis", - "description": "

    US conservatives’ campaign to undermine the landmark ruling threatens progress in reproductive freedom in Latin America

    As the US supreme court prepares to decide a case that could deny women the right to abortion in much of the US, Latin American activists like me are holding our collective breaths.

    The continent has some of the most restrictive abortion laws in the world, in spite of recent progressive reforms in the past decade in countries including Uruguay and Argentina.

    Continue reading...", - "content": "

    US conservatives’ campaign to undermine the landmark ruling threatens progress in reproductive freedom in Latin America

    As the US supreme court prepares to decide a case that could deny women the right to abortion in much of the US, Latin American activists like me are holding our collective breaths.

    The continent has some of the most restrictive abortion laws in the world, in spite of recent progressive reforms in the past decade in countries including Uruguay and Argentina.

    Continue reading...", - "category": "Reproductive rights", - "link": "https://www.theguardian.com/global-development/2021/dec/22/saving-roe-v-wade-is-not-just-a-us-battle-but-one-for-women-across-the-americas", - "creator": "Mariana Prandini Assis", - "pubDate": "2021-12-22T09:30:22Z", + "title": "‘Comic-book crack for generations’: why Spider-Man still has us all in his web", + "description": "

    With his teenage neuroses and gawky vulnerability, Spidey isn’t your ordinary superhero, but despite the dodgy wrist action he still resonates with armies of fans

    Not a spider – and not a man – but the most powerful teenage kid in pop-culture history. Spider-Man is the lonely, sensitive, adolescent underdog whose high-school miseries and humiliations, combined with his secret superheroic triumphs, have been comic-book crack for generations of fascinated fans and a gateway drug to the Marvel world itself.

    He first appeared in Marvel Comics almost 60 years ago: the orphaned young science prodigy, Peter Parker, bitten by a radioactive spider at an educational exhibit. (Like Godzilla, Spider-Man is a product of the nuclear age.) He acquires the proportionate strength of a spider, a tingly “spider sense” for danger, and the ability to climb up walls. He designs his own body-hugging web-motif costume and web-shooting wrist modules and becomes a superhero, battling people such as the Green Goblin and Doctor Octopus. But he is somehow unable to reveal his secret to his high-school crush Mary Jane Watson and, as humble Parker, gets bullied by the high-school jock Flash Thompson who – ironically – fan-worships Spider-Man. So Spider-Man’s victories coexist with despair and depression: he fails to save his Uncle Ben, killed by a street criminal, and his entire superhero career is driven by that primal scene of failure and guilt – a Rosebud of wretchedness.

    Continue reading...", + "content": "

    With his teenage neuroses and gawky vulnerability, Spidey isn’t your ordinary superhero, but despite the dodgy wrist action he still resonates with armies of fans

    Not a spider – and not a man – but the most powerful teenage kid in pop-culture history. Spider-Man is the lonely, sensitive, adolescent underdog whose high-school miseries and humiliations, combined with his secret superheroic triumphs, have been comic-book crack for generations of fascinated fans and a gateway drug to the Marvel world itself.

    He first appeared in Marvel Comics almost 60 years ago: the orphaned young science prodigy, Peter Parker, bitten by a radioactive spider at an educational exhibit. (Like Godzilla, Spider-Man is a product of the nuclear age.) He acquires the proportionate strength of a spider, a tingly “spider sense” for danger, and the ability to climb up walls. He designs his own body-hugging web-motif costume and web-shooting wrist modules and becomes a superhero, battling people such as the Green Goblin and Doctor Octopus. But he is somehow unable to reveal his secret to his high-school crush Mary Jane Watson and, as humble Parker, gets bullied by the high-school jock Flash Thompson who – ironically – fan-worships Spider-Man. So Spider-Man’s victories coexist with despair and depression: he fails to save his Uncle Ben, killed by a street criminal, and his entire superhero career is driven by that primal scene of failure and guilt – a Rosebud of wretchedness.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/17/comic-book-crack-for-generations-why-spider-man-still-has-us-all-in-his-web", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-17T12:20:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203528,16 +229177,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e47e02857e0fc31c5e079ef0ea013ec7" + "hash": "382e958e00389f618317575ce2b0527b" }, { - "title": "Christmas Eve travel chaos as airlines cancel more than 2,000 flights", - "description": "

    Passengers returning home for Christmas face disruption as Omicron leaves airlines short-staffed

    Passengers travelling home for Christmas have been hit with disruption worldwide after airline companies cancelled more than 2,000 flights on Friday, according to a flight tracking website.

    The surge of Christmas Eve cancellations came as the rapidly spreading Omicron coronavirus variant meant carriers were unable to staff their flights.

    Continue reading...", - "content": "

    Passengers returning home for Christmas face disruption as Omicron leaves airlines short-staffed

    Passengers travelling home for Christmas have been hit with disruption worldwide after airline companies cancelled more than 2,000 flights on Friday, according to a flight tracking website.

    The surge of Christmas Eve cancellations came as the rapidly spreading Omicron coronavirus variant meant carriers were unable to staff their flights.

    Continue reading...", - "category": "Airline industry", - "link": "https://www.theguardian.com/world/2021/dec/24/christmas-eve-travel-chaos-as-airlines-cancel-more-than-2000-flights", - "creator": "Clea Skopeliti", - "pubDate": "2021-12-24T14:13:25Z", + "title": "From Bruegel’s boozers to Hirst’s horrific ashtray: what are the wildest parties in art?", + "description": "

    Summon some Flemish yokels. Send for some Venetian aristocrats. Then open the ale and party to the sound of bagpipes … if you can’t get to a Christmas bash this year, come to art’s best knees-ups instead

    Has your Christmas party been cancelled? Or perhaps you never got an invitation in the first place. Fear not. However socially distanced this festive season becomes, you can always soak up some fun from the great party scenes in art.

    Would you rather dance in the village square with beered-up peasants from the paintbrush of Pieter Bruegel the Elder, or glug red wine and get your clothes off with Titian’s boozy revellers? They are not so different. After all, everyone’s the same after a few drinks. Although painted nearly 50 years apart, at different ends of Europe, Titian’s Bacchanal of the Andrians and Bruegel’s Peasant Dance both depict large crowds united in a wild yet graceful rite in which there’s room for many telling details: two villagers snogging to the sound of bagpipes, a youth balancing a pitcher of wine at a dangerous angle, a rustic couple dancing hand in hand, a woman lying back in satisfaction.

    Continue reading...", + "content": "

    Summon some Flemish yokels. Send for some Venetian aristocrats. Then open the ale and party to the sound of bagpipes … if you can’t get to a Christmas bash this year, come to art’s best knees-ups instead

    Has your Christmas party been cancelled? Or perhaps you never got an invitation in the first place. Fear not. However socially distanced this festive season becomes, you can always soak up some fun from the great party scenes in art.

    Would you rather dance in the village square with beered-up peasants from the paintbrush of Pieter Bruegel the Elder, or glug red wine and get your clothes off with Titian’s boozy revellers? They are not so different. After all, everyone’s the same after a few drinks. Although painted nearly 50 years apart, at different ends of Europe, Titian’s Bacchanal of the Andrians and Bruegel’s Peasant Dance both depict large crowds united in a wild yet graceful rite in which there’s room for many telling details: two villagers snogging to the sound of bagpipes, a youth balancing a pitcher of wine at a dangerous angle, a rustic couple dancing hand in hand, a woman lying back in satisfaction.

    Continue reading...", + "category": "Art", + "link": "https://www.theguardian.com/artanddesign/2021/dec/17/bruegels-boozers-hirsts-horrific-ashtray-wildest-parties-art-christmas", + "creator": "Jonathan Jones", + "pubDate": "2021-12-17T12:41:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203549,16 +229198,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c25502c2f92c93b7917e63846af24f8b" + "hash": "83f7144ad727cdf37bcfe8e17a776783" }, { - "title": "Two Hong Kong universities remove Tiananmen artworks after Pillar of Shame dismantled", - "description": "

    CUHK’s Goddess of Democracy and a sculpture at Lingnan University were removed overnight as authorities move to erase memorials to the massacre

    Two more Hong Kong universities have removed works of art marking Beijing’s deadly 1989 crackdown on Tiananmen Square democracy protesters, as authorities move to erase memorials to the event.

    The removals come a day after Hong Kong’s oldest university took down a statue named the Pillar of Shame, commemorating the events of 1989, sparking outcry by activists and dissident artists in the city and abroad.

    Continue reading...", - "content": "

    CUHK’s Goddess of Democracy and a sculpture at Lingnan University were removed overnight as authorities move to erase memorials to the massacre

    Two more Hong Kong universities have removed works of art marking Beijing’s deadly 1989 crackdown on Tiananmen Square democracy protesters, as authorities move to erase memorials to the event.

    The removals come a day after Hong Kong’s oldest university took down a statue named the Pillar of Shame, commemorating the events of 1989, sparking outcry by activists and dissident artists in the city and abroad.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/24/two-hong-kong-universities-remove-tiananmen-artworks-after-pillar-of-shame-dismantled", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-24T03:22:39Z", + "title": "Boris Johnson accused of failing to protect UK’s national security", + "description": "

    Chair of cross-party watchdog tells PM there are signs ‘security is no longer a priority for the government’

    Boris Johnson has been accused of spending too little time on protecting Britain’s national security in a highly critical letter sent directly to Downing Street by the chair of a cross-party watchdog.

    The chair of the national security committee, the former Labour foreign secretary Dame Margaret Beckett, writes: “We are deeply troubled by the persistent signs that our nation’s security is no longer a priority for the government”.

    Continue reading...", + "content": "

    Chair of cross-party watchdog tells PM there are signs ‘security is no longer a priority for the government’

    Boris Johnson has been accused of spending too little time on protecting Britain’s national security in a highly critical letter sent directly to Downing Street by the chair of a cross-party watchdog.

    The chair of the national security committee, the former Labour foreign secretary Dame Margaret Beckett, writes: “We are deeply troubled by the persistent signs that our nation’s security is no longer a priority for the government”.

    Continue reading...", + "category": "UK security and counter-terrorism", + "link": "https://www.theguardian.com/politics/2021/dec/17/boris-johnson-accused-of-failing-to-protect-uk-national-security", + "creator": "Dan Sabbagh", + "pubDate": "2021-12-17T16:30:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203570,16 +229219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d43bbd286e7966aae0260d39af67e07d" + "hash": "5b26f5d3a0eeaebf3ea262ccc32197c7" }, { - "title": "Girl, three, dies in hospital after car crash in Birmingham", - "description": "

    Police appeal for witnesses and dashcam footage after vehicle hits fence and rolls over in Yardley area of city

    A three-year-old girl has died in hospital after she was seriously injured when a car crashed into a fence and rolled over.

    Police said the girl died on Thursday, a day after being taken to Birmingham Children’s hospital in a critical condition.

    Continue reading...", - "content": "

    Police appeal for witnesses and dashcam footage after vehicle hits fence and rolls over in Yardley area of city

    A three-year-old girl has died in hospital after she was seriously injured when a car crashed into a fence and rolled over.

    Police said the girl died on Thursday, a day after being taken to Birmingham Children’s hospital in a critical condition.

    Continue reading...", - "category": "Birmingham", - "link": "https://www.theguardian.com/uk-news/2021/dec/24/girl-3-dies-in-hospital-after-car-crash-in-birmingham", - "creator": "PA Media", - "pubDate": "2021-12-24T15:19:39Z", + "title": "Ghislaine Maxwell’s defense to finish arguments in sex-trafficking trial", + "description": "

    Lawyers say they expect the defense case to conclude Friday or Monday, setting stage for closing arguments

    • This article contains depictions of sexual abuse

    Ghislaine Maxwell’s defense against accusations that she helped the late financier and sex offender Jeffrey Epstein sexually abuse underage girls could wrap up as soon as Friday.

    Lawyers were set to continue their defense case Friday morning in her Manhattan federal court sex-trafficking trial.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732).

    Continue reading...", + "content": "

    Lawyers say they expect the defense case to conclude Friday or Monday, setting stage for closing arguments

    • This article contains depictions of sexual abuse

    Ghislaine Maxwell’s defense against accusations that she helped the late financier and sex offender Jeffrey Epstein sexually abuse underage girls could wrap up as soon as Friday.

    Lawyers were set to continue their defense case Friday morning in her Manhattan federal court sex-trafficking trial.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732).

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/17/ghislaine-maxwell-trial-defense-finish-arguments-sex-trafficking", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-17T16:53:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203591,16 +229240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "54d59f2950c184afade51693ea934772" + "hash": "50817dd4832674a8f42bbe240f18769b" }, { - "title": "‘The need is still there’: last young refugees arrive in UK as family reunion route closes", - "description": "

    Activists lament that a safe, legal way into Britain has closed with Brexit, when stranded children need it as much as ever

    ‘When I was a child in Afghanistan I loved to watch my uncle play chess. Now I have joined the local club here.” Samir is grinning as he talks about settling into life on England’s south coast. “I’m very happy here, just being with my family, going for walks to look at the Christmas lights. It’s really beautiful.”

    After arriving in Greece alone two years ago, when he was just 16, and spending many months homeless and terrified in the port city of Patras, Samir recently made a journey that most refugees can only dream about. He said goodbye to the friends he had made in a camp for unaccompanied minors – other teenagers from Somalia, Iraq and Palestine – and travelled safely and legally to join his father and sister in the UK.

    Continue reading...", - "content": "

    Activists lament that a safe, legal way into Britain has closed with Brexit, when stranded children need it as much as ever

    ‘When I was a child in Afghanistan I loved to watch my uncle play chess. Now I have joined the local club here.” Samir is grinning as he talks about settling into life on England’s south coast. “I’m very happy here, just being with my family, going for walks to look at the Christmas lights. It’s really beautiful.”

    After arriving in Greece alone two years ago, when he was just 16, and spending many months homeless and terrified in the port city of Patras, Samir recently made a journey that most refugees can only dream about. He said goodbye to the friends he had made in a camp for unaccompanied minors – other teenagers from Somalia, Iraq and Palestine – and travelled safely and legally to join his father and sister in the UK.

    Continue reading...", - "category": "Refugees", - "link": "https://www.theguardian.com/global-development/2021/dec/22/last-young-refugees-arrive-in-uk-as-family-reunion-route-closes", - "creator": "Harriet Grant", - "pubDate": "2021-12-22T06:30:19Z", + "title": "As an investigation begins, the tight-knit Tasmanian town of Devonport grieves", + "description": "

    What should have been an end-of-schoolterm treat – a jumping castle on school grounds – resulted in a tragedy that has left the township of 26,000 in shock

    Just over a week out from Christmas and the yard of Hillcrest primary school should have been abandoned for the holidays, children gone, gates locked.

    But on Friday the car park was full. The police were there along with investigators trying to piece together the course of events that led to a tragedy that has befallen the northern Tasmanian town of Devonport.

    Continue reading...", + "content": "

    What should have been an end-of-schoolterm treat – a jumping castle on school grounds – resulted in a tragedy that has left the township of 26,000 in shock

    Just over a week out from Christmas and the yard of Hillcrest primary school should have been abandoned for the holidays, children gone, gates locked.

    But on Friday the car park was full. The police were there along with investigators trying to piece together the course of events that led to a tragedy that has befallen the northern Tasmanian town of Devonport.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/17/as-an-investigation-begins-the-tight-knit-tasmanian-town-of-devonport-grieves", + "creator": "Nina Hendy in Devonport", + "pubDate": "2021-12-17T08:54:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203612,16 +229261,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c007448e8c910b83644f26c3b05ccf5" + "hash": "bfe605a8633d793d73151c0166753bc0" }, { - "title": "As US west braces for omicron surge, leaders take a hands-off approach", - "description": "

    Experts call for public health measures beyond vaccines as health workers describe a ‘war zone’

    As the highly transmissible Omicron variant began to surge across Colorado this month, Governor Jared Polis adopted a laissez-faire tone. Asked in a radio interview about the possibility of reinstating a statewide mask mandate, he replied that, with Covid vaccines now widely available, getting sick was the “own darn fault” of the unvaccinated.

    But health workers at hospitals in parts of Colorado that have been overwhelmed by coronavirus patients in recent weeks say they’re bracing for even worse.

    Continue reading...", - "content": "

    Experts call for public health measures beyond vaccines as health workers describe a ‘war zone’

    As the highly transmissible Omicron variant began to surge across Colorado this month, Governor Jared Polis adopted a laissez-faire tone. Asked in a radio interview about the possibility of reinstating a statewide mask mandate, he replied that, with Covid vaccines now widely available, getting sick was the “own darn fault” of the unvaccinated.

    But health workers at hospitals in parts of Colorado that have been overwhelmed by coronavirus patients in recent weeks say they’re bracing for even worse.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/24/us-hospitals-omicron-covid-colorado-california", - "creator": "Maanvi Singh in San Francisco", - "pubDate": "2021-12-24T11:00:23Z", + "title": "‘They punished me for having books’: schools in Cameroon terrorised by armed groups", + "description": "

    Human Rights Watch says armed separatists in anglophone regions have made schools a battleground, with hundreds of school pupils and teachers attacked, kidnapped or threatened

    Armed separatists in Cameroon’s anglophone regions have attacked, kidnapped and threatened hundreds of school pupils in nearly five years of violence that has forced more than 230,000 children to flee their homes, a report has found.

    In a detailed analysis of the conflict that has gripped the English-speaking regions since 2017, dozens of students and teachers speak of brutal attacks by armed groups who have made education a battleground in their fight to form their own state.

    Continue reading...", + "content": "

    Human Rights Watch says armed separatists in anglophone regions have made schools a battleground, with hundreds of school pupils and teachers attacked, kidnapped or threatened

    Armed separatists in Cameroon’s anglophone regions have attacked, kidnapped and threatened hundreds of school pupils in nearly five years of violence that has forced more than 230,000 children to flee their homes, a report has found.

    In a detailed analysis of the conflict that has gripped the English-speaking regions since 2017, dozens of students and teachers speak of brutal attacks by armed groups who have made education a battleground in their fight to form their own state.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/16/they-punished-me-for-having-books-schools-in-cameroon-terrorised-by-armed-groups", + "creator": "Lizzy Davies", + "pubDate": "2021-12-16T06:30:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203633,16 +229282,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "379fa3f51a1a37c1a7fd11d3973ed1dd" + "hash": "0c9137a7848d73896f9f2ff576eb5cb6" }, { - "title": "Girl, 3, dies in hospital after car crash in Birmingham", - "description": "

    Police appeal for witnesses and dash cam footage after vehicle hits fence and rolls over in Yardley area of city

    A three-year-old girl has died in hospital after she was seriously injured when a car crashed into a fence and rolled over.

    Police said the girl died on Thursday, a day after being taken to Birmingham Children’s hospital in a critical condition.

    Continue reading...", - "content": "

    Police appeal for witnesses and dash cam footage after vehicle hits fence and rolls over in Yardley area of city

    A three-year-old girl has died in hospital after she was seriously injured when a car crashed into a fence and rolled over.

    Police said the girl died on Thursday, a day after being taken to Birmingham Children’s hospital in a critical condition.

    Continue reading...", - "category": "Birmingham", - "link": "https://www.theguardian.com/uk-news/2021/dec/24/girl-3-dies-in-hospital-after-car-crash-in-birmingham", - "creator": "PA Media", - "pubDate": "2021-12-24T15:19:39Z", + "title": "Java mouse-deer that stands just 10cm high takes first steps at Warsaw Zoo – video", + "description": "

    A baby Java mouse-deer has\nbeen born at Warsaw Zoo, Poland. The new arrival is around 10cm tall\nand its sex is not yet known. The arrival comes after Warsaw Zoo welcomed\nits first mouse-deer, Arnold, in 2020, before\nhe was joined by Linda in July this year. Mouse-deer are among\nthe smallest hooved\nanimals on the planet

    Continue reading...", + "content": "

    A baby Java mouse-deer has\nbeen born at Warsaw Zoo, Poland. The new arrival is around 10cm tall\nand its sex is not yet known. The arrival comes after Warsaw Zoo welcomed\nits first mouse-deer, Arnold, in 2020, before\nhe was joined by Linda in July this year. Mouse-deer are among\nthe smallest hooved\nanimals on the planet

    Continue reading...", + "category": "Animals", + "link": "https://www.theguardian.com/world/video/2021/dec/16/java-mouse-deer-that-stands-just-10cm-high-takes-first-steps-at-warsaw-zoo-video", + "creator": "", + "pubDate": "2021-12-16T03:25:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203654,16 +229303,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cee35d8a2fbf53a388b5e43cd264f24" + "hash": "e32545c7b90bd41077868eeabef7311a" }, { - "title": "The world on screen: the year’s best movies from Africa, Asia and Latin America", - "description": "

    From a Somali love story to a deep dive into Congolese rumba, Guardian writers pick their favourite recent world cinema releases

    The Great Indian Kitchen

    Continue reading...", - "content": "

    From a Somali love story to a deep dive into Congolese rumba, Guardian writers pick their favourite recent world cinema releases

    The Great Indian Kitchen

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/24/the-world-on-screen-the-years-best-movies-from-africa-asia-and-latin-america", - "creator": "Guardian writers", - "pubDate": "2021-12-24T15:00:28Z", + "title": "Boris Johnson joined No 10 pizza party during May 2020 lockdown, say sources", + "description": "

    Claims raise questions about whether there was rule-flouting culture over number of months

    Boris Johnson joined No 10 staff for a party in Downing Street during the first lockdown in May last year, sources have alleged, raising questions about whether there was a culture of flouting the rules over a number of months.

    The prime minister spent about 15 minutes with staff at the alleged social gathering on 15 May 2020, telling one aide inside No 10 that they deserved a drink for “beating back” coronavirus, a joint investigation by the Guardian and Independent was told.

    Continue reading...", + "content": "

    Claims raise questions about whether there was rule-flouting culture over number of months

    Boris Johnson joined No 10 staff for a party in Downing Street during the first lockdown in May last year, sources have alleged, raising questions about whether there was a culture of flouting the rules over a number of months.

    The prime minister spent about 15 minutes with staff at the alleged social gathering on 15 May 2020, telling one aide inside No 10 that they deserved a drink for “beating back” coronavirus, a joint investigation by the Guardian and Independent was told.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/16/boris-johnson-joined-no-10-party-during-may-2020-lockdown-say-sources", + "creator": "Peter Walker and Rowena Mason", + "pubDate": "2021-12-16T16:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203675,16 +229324,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d14151fea254780f1706971e3ad35886" + "hash": "aca0fe6f255ac4fe5d24f1d17c7fbd73" }, { - "title": "Andrew Cuomo won’t be charged for allegedly touching state trooper", - "description": "

    Female trooper said she felt ‘completely violated’ by former New York governor’s unwanted touching at event in September 2019

    Former New York governor Andrew Cuomo won’t face criminal charges after a female state trooper said she felt “completely violated” by his unwanted touching at an event in September 2019, a Long Island prosecutor announced.

    Acting Nassau county district attorney Joyce Smith said in a statement that an investigation found the allegations against Cuomo “credible, deeply troubling, but not criminal under New York law”.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "content": "

    Female trooper said she felt ‘completely violated’ by former New York governor’s unwanted touching at event in September 2019

    Former New York governor Andrew Cuomo won’t face criminal charges after a female state trooper said she felt “completely violated” by his unwanted touching at an event in September 2019, a Long Island prosecutor announced.

    Acting Nassau county district attorney Joyce Smith said in a statement that an investigation found the allegations against Cuomo “credible, deeply troubling, but not criminal under New York law”.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "category": "Andrew Cuomo", - "link": "https://www.theguardian.com/us-news/2021/dec/24/andrew-cuomo-wont-be-charged-touching-state-trooper", - "creator": "Associated Press", - "pubDate": "2021-12-24T15:23:36Z", + "title": "Germany urged to use pipeline threat to deter Russia over Ukraine", + "description": "

    Olaf Scholz faces calls from some EU leaders to threaten Moscow with termination of Nord Stream 2

    Germany’s new chancellor faced pressure from fellow leaders at his first EU summit to include the future of Nord Stream 2 as part of the “massive price” to be paid in the event of a Russian invasion of Ukraine.

    Arriving in Brussels, Olaf Scholz, who replaced Angela Merkel last week, said his government was committed to protecting Europe’s borders, as Nato warned the number of Russian troops being mobilised by the Kremlin was continuing to grow.

    Continue reading...", + "content": "

    Olaf Scholz faces calls from some EU leaders to threaten Moscow with termination of Nord Stream 2

    Germany’s new chancellor faced pressure from fellow leaders at his first EU summit to include the future of Nord Stream 2 as part of the “massive price” to be paid in the event of a Russian invasion of Ukraine.

    Arriving in Brussels, Olaf Scholz, who replaced Angela Merkel last week, said his government was committed to protecting Europe’s borders, as Nato warned the number of Russian troops being mobilised by the Kremlin was continuing to grow.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/16/germany-pipeline-threat-deter-russia-ukraine-olaf-scholz-nord-stream-2", + "creator": "Daniel Boffey and Jennifer Rankin in Brussels", + "pubDate": "2021-12-16T13:34:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203696,16 +229345,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b2c3e20bf50e5b0d7c1f3d5ed90c52e" + "hash": "fbf2f1e223a93d024500d1bc4b87bba7" }, { - "title": "Airport chaos as Christmas flights cancelled over Covid surge – as it happened", - "description": "

    Labor MP Jim Chalmers was up and about on breakfast television earlier today, expressing shock at NSW premier Dominic Perrottet’s slow limp to reintroducing mask mandates.

    He said mask mandates were just “common sense” right now:

    It’s a bit strange frankly that they held out for so long and in that period we probably lost a bit of ground when it came to tracing and tracking outbreaks of the virus, particularly the new strain.

    It’s an interesting thought but it’s not a thought which I think should turn into practice. We have a universal health system ... we care for people who need that care. We should encourage people to get vaccinated, it’s the best thing we can do to protect our health, but I don’t think our health system should discriminate.

    Continue reading...", - "content": "

    Labor MP Jim Chalmers was up and about on breakfast television earlier today, expressing shock at NSW premier Dominic Perrottet’s slow limp to reintroducing mask mandates.

    He said mask mandates were just “common sense” right now:

    It’s a bit strange frankly that they held out for so long and in that period we probably lost a bit of ground when it came to tracing and tracking outbreaks of the virus, particularly the new strain.

    It’s an interesting thought but it’s not a thought which I think should turn into practice. We have a universal health system ... we care for people who need that care. We should encourage people to get vaccinated, it’s the best thing we can do to protect our health, but I don’t think our health system should discriminate.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/24/australia-covid-news-live-mask-mandate-restrictions-sydney-melbourne-morrison-politics-corona-omicron-queensland-hospital-perth-antigen-booster-christmas", - "creator": "Michael McGowan (now) and Cait Kelly and Caitlin Cassidy (earlier)", - "pubDate": "2021-12-24T08:09:52Z", + "title": "Covid live: Italy reports highest daily cases since March; Canada’s Omicron cases ‘could overwhelm Ontario ICUs’", + "description": "

    Italy reports 26,109 new cases, its highest daily number since 12 March; experts warn Ontario hospitals could be overwhelmed

    New Zealand has detected its first case of the Omicron Covid-19 variant in a Christchurch managed isolation facility.

    On Thursday afternoon, the director general of health Dr Ashley Bloomfield said:

    This is a person who is in managed isolation in Christchurch. The person arrived in New Zealand on a flight from Germany via Dubai that landed in Auckland...the people on that flight were transferred to Christchurch on a chartered domestic flight trip with all our usual protocols.

    We fully expected we will find a case of Omicron and in fact, we are treating every border related case as if it were Omicron until proven otherwise. We have good protocols in place that are designed to stop the virus getting across the border.”

    Continue reading...", + "content": "

    Italy reports 26,109 new cases, its highest daily number since 12 March; experts warn Ontario hospitals could be overwhelmed

    New Zealand has detected its first case of the Omicron Covid-19 variant in a Christchurch managed isolation facility.

    On Thursday afternoon, the director general of health Dr Ashley Bloomfield said:

    This is a person who is in managed isolation in Christchurch. The person arrived in New Zealand on a flight from Germany via Dubai that landed in Auckland...the people on that flight were transferred to Christchurch on a chartered domestic flight trip with all our usual protocols.

    We fully expected we will find a case of Omicron and in fact, we are treating every border related case as if it were Omicron until proven otherwise. We have good protocols in place that are designed to stop the virus getting across the border.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/16/covid-news-live-south-korea-reimpose-dining-curfews-south-africa-daily-cases-record-omicron", + "creator": "Jem Bartholomew (now); Miranda Bryant and Samantha Lock (earlier)", + "pubDate": "2021-12-16T18:42:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203717,16 +229366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1c203c369124ce5a30a3634b3ff57c6" + "hash": "351f509ddaf5a2e0bf42dcb394347ccf" }, { - "title": "MPs throw punches in Ghana parliament over payment tax – video", - "description": "

    MPs grappled with each other in a fight in Ghana's parliament during a proposed tax debate for electronic transactions on Monday. 

    The 1.75% e-levy, which would include taxes on mobile money payments, has been challenged by the opposition for weeks, pushing the national budget announcement back.

    Members of parliament rushed the front of the chamber and started fighting each other after deputy speaker Joseph Osei-Owusu suggested the tax be debated in an urgency procedure

    Continue reading...", - "content": "

    MPs grappled with each other in a fight in Ghana's parliament during a proposed tax debate for electronic transactions on Monday. 

    The 1.75% e-levy, which would include taxes on mobile money payments, has been challenged by the opposition for weeks, pushing the national budget announcement back.

    Members of parliament rushed the front of the chamber and started fighting each other after deputy speaker Joseph Osei-Owusu suggested the tax be debated in an urgency procedure

    Continue reading...", - "category": "Ghana", - "link": "https://www.theguardian.com/world/video/2021/dec/21/mps-throw-punches-in-ghana-parliament-over-payment-tax-video", - "creator": "", - "pubDate": "2021-12-21T16:40:09Z", + "title": "Haiti gang releases remaining kidnapped missionaries", + "description": "

    Group of hostages, originally numbered 17 people, were abducted by a gang known as 400 Mawozo after visiting an orphanage

    The remaining members of a group of Canadian and American missionaries who were kidnapped in October by a gang in Haiti have been released, police announced on Thursday.

    The group of hostages, which originally numbered 17 people, traveled to the Caribbean nation on a trip organized by Ohio-based Christian Aid Ministries and was abducted by a gang known as 400 Mawozo after visiting an orphanage.

    Continue reading...", + "content": "

    Group of hostages, originally numbered 17 people, were abducted by a gang known as 400 Mawozo after visiting an orphanage

    The remaining members of a group of Canadian and American missionaries who were kidnapped in October by a gang in Haiti have been released, police announced on Thursday.

    The group of hostages, which originally numbered 17 people, traveled to the Caribbean nation on a trip organized by Ohio-based Christian Aid Ministries and was abducted by a gang known as 400 Mawozo after visiting an orphanage.

    Continue reading...", + "category": "Haiti", + "link": "https://www.theguardian.com/world/2021/dec/16/haiti-missionaries-released-gang-kidnapped", + "creator": "Staff and agencies in Port-au-Prince", + "pubDate": "2021-12-16T17:35:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203738,16 +229387,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea988438b796dd306d449e7f9f5a49f6" + "hash": "4f2a8dbae43f6227bd0bbf1db5805bfc" }, { - "title": "Putin accuses west of ‘coming with its missiles to our doorstep’", - "description": "

    Russian president again voices anger at Nato expansion and says he would be prepared to intervene in Ukraine

    Vladimir Putin has accused the west of “coming with its missiles to our doorstep” as he reiterated demands for no further Nato expansion in Europe.

    The Russian president did little to reduce tensions over Ukraine as he spoke at a televised press conference, saying he would be prepared to launch an intervention if he felt Ukraine or its western allies were preparing an attack on Russia’s proxies in the country.

    Continue reading...", - "content": "

    Russian president again voices anger at Nato expansion and says he would be prepared to intervene in Ukraine

    Vladimir Putin has accused the west of “coming with its missiles to our doorstep” as he reiterated demands for no further Nato expansion in Europe.

    The Russian president did little to reduce tensions over Ukraine as he spoke at a televised press conference, saying he would be prepared to launch an intervention if he felt Ukraine or its western allies were preparing an attack on Russia’s proxies in the country.

    Continue reading...", - "category": "Vladimir Putin", - "link": "https://www.theguardian.com/world/2021/dec/23/putin-accuses-west-coming-with-missiles-doorstep", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-12-23T11:48:07Z", + "title": "Torture, detentions and killings rife in western Tigray, report claims", + "description": "

    Witnesses say Ethiopian government behind atrocities after it launched a military offensive last year

    Government-aligned forces in western Tigray have systematically detained thousands of ethnic Tigrayan people, while torturing and killing many in a campaign of violence, according to a report by two major rights groups that further reveals the scale of abuses in war-hit Ethiopia.

    In the past few weeks, the report says, Tigrayans in the Amhara region identified by local police and ethnic militia forces called Fano have been routinely rounded up in house-to-house raids. Adults and teenagers over 15 have been detained in overcrowded prisons where scores are tortured and face starvation, it adds.

    Continue reading...", + "content": "

    Witnesses say Ethiopian government behind atrocities after it launched a military offensive last year

    Government-aligned forces in western Tigray have systematically detained thousands of ethnic Tigrayan people, while torturing and killing many in a campaign of violence, according to a report by two major rights groups that further reveals the scale of abuses in war-hit Ethiopia.

    In the past few weeks, the report says, Tigrayans in the Amhara region identified by local police and ethnic militia forces called Fano have been routinely rounded up in house-to-house raids. Adults and teenagers over 15 have been detained in overcrowded prisons where scores are tortured and face starvation, it adds.

    Continue reading...", + "category": "Ethiopia", + "link": "https://www.theguardian.com/world/2021/dec/16/torture-detentions-and-killings-rife-in-western-tigray-report-claims", + "creator": "Emmanuel Akinwotu", + "pubDate": "2021-12-16T16:23:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203759,16 +229408,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed89e5fc6dd7994aefb43d328a5c6bf4" + "hash": "62be7103349ff07eec49f4d93972a8b6" }, { - "title": "Intel apologises to China over Xinjiang products and labour directive", - "description": "

    US chipmaker responds to backlash after telling its suppliers to avoid region at centre of human rights abuse allegations

    The US chipmaker Intel has apologised for telling its suppliers not to source products or labour from Xinjiang, a province that human rights groups and governments including the US allege uses forced labour, after facing a backlash across China.

    Intel, which derives more than a quarter of its $80bn (£60bn) in annual revenues from the Chinese market, apologised to the people of China and its local partners on Thursday for telling suppliers to avoid the region in accordance with restrictions imposed by “multiple governments”.

    Continue reading...", - "content": "

    US chipmaker responds to backlash after telling its suppliers to avoid region at centre of human rights abuse allegations

    The US chipmaker Intel has apologised for telling its suppliers not to source products or labour from Xinjiang, a province that human rights groups and governments including the US allege uses forced labour, after facing a backlash across China.

    Intel, which derives more than a quarter of its $80bn (£60bn) in annual revenues from the Chinese market, apologised to the people of China and its local partners on Thursday for telling suppliers to avoid the region in accordance with restrictions imposed by “multiple governments”.

    Continue reading...", - "category": "Intel", - "link": "https://www.theguardian.com/technology/2021/dec/23/intel-apologises-to-china-over-xinjiang-products-and-labour-directive", - "creator": "Mark Sweney", - "pubDate": "2021-12-23T12:59:28Z", + "title": "Erdoğan intervenes after Turkish lira sinks to lowest level against dollar", + "description": "

    Turkey’s president to hike minimum wage by 50% with other measures to come in attempt to stabilise currency

    Turkey’s president, Recep Tayyip Erdoğan, has vowed to take on the currency markets after a fresh cut in his country’s interest rates sent the lira plunging to its lowest ever level against the US dollar.

    Erdoğan said Turkey’s destiny would not be determined by the level of borrowing costs or by foreign exchange speculators despite signs his unorthodox approach to running the economy was leading to rapidly rising inflation.

    Continue reading...", + "content": "

    Turkey’s president to hike minimum wage by 50% with other measures to come in attempt to stabilise currency

    Turkey’s president, Recep Tayyip Erdoğan, has vowed to take on the currency markets after a fresh cut in his country’s interest rates sent the lira plunging to its lowest ever level against the US dollar.

    Erdoğan said Turkey’s destiny would not be determined by the level of borrowing costs or by foreign exchange speculators despite signs his unorthodox approach to running the economy was leading to rapidly rising inflation.

    Continue reading...", + "category": "Turkey", + "link": "https://www.theguardian.com/world/2021/dec/16/erdogan-intervenes-after-turkish-lira-sinks-to-lowest-level-against-dollar", + "creator": "Larry Elliott Economics editor", + "pubDate": "2021-12-16T17:47:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203780,16 +229429,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a420e1a5085a5302d8c105863ae7fc0" + "hash": "e93d7320e7f1f4e0b8ad6ed6b5b87b46" }, { - "title": "Covid live: France and Italy report record high numbers of daily coronavirus cases", - "description": "

    Latest updates: France’s health minister says Covid rules in country likely to change shortly

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", - "content": "

    Latest updates: France’s health minister says Covid rules in country likely to change shortly

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/23/covid-news-live-omicron-carries-lower-hospitalisation-risk-studies-suggest-china-locks-down-city-of-13-million", - "creator": "Rachel Hall (now); Jem Bartholomew ,Charlie Moloney and Samantha Lock (earlier)", - "pubDate": "2021-12-23T17:29:10Z", + "title": "Holding ex-Islamic State members in Syria not sustainable, says thinktank", + "description": "

    Rusi researchers propose hybrid court to try accused terrorists, and taskforce to oversee repatriation of children

    Tens of thousands of former Islamic State members held in detention in north-east Syria need to be put on trial or repatriated and deradicalised, a security thinktank has said.

    Researchers at the Royal United Services Institute (Rusi) argue that the current situation, in which 30,000 adults and 40,000 children from more than 60 countries are being held in camps and jails by Syrian Kurdish forces, cannot endure and requires a new global taskforce to resolve.

    Continue reading...", + "content": "

    Rusi researchers propose hybrid court to try accused terrorists, and taskforce to oversee repatriation of children

    Tens of thousands of former Islamic State members held in detention in north-east Syria need to be put on trial or repatriated and deradicalised, a security thinktank has said.

    Researchers at the Royal United Services Institute (Rusi) argue that the current situation, in which 30,000 adults and 40,000 children from more than 60 countries are being held in camps and jails by Syrian Kurdish forces, cannot endure and requires a new global taskforce to resolve.

    Continue reading...", + "category": "Islamic State", + "link": "https://www.theguardian.com/world/2021/dec/16/holding-ex-islamic-state-members-in-syria-not-sustainable-says-thinktank", + "creator": "Dan Sabbagh Defence and security editor", + "pubDate": "2021-12-16T16:57:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203801,16 +229450,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "496b70885d6eb9ff98d8690e63bc881a" - }, - { - "title": "Joan Didion, American journalist and author, dies at age 87", - "description": "

    Unsparing observer of national politics and her own life, she won enormous acclaim for her memoir of grief, The Year of Magical Thinking

    Joan Didion, the eminent journalist, author and documenter of contemporary America, has died at her home in Manhattan, New York, the New York Times has reported. She was 87 years old.

    The cause of death was Parkinson’s disease, according to an email sent to the newspaper by Paul Bogaards, an executive at Didion’s publisher Knopf.

    Continue reading...", - "content": "

    Unsparing observer of national politics and her own life, she won enormous acclaim for her memoir of grief, The Year of Magical Thinking

    Joan Didion, the eminent journalist, author and documenter of contemporary America, has died at her home in Manhattan, New York, the New York Times has reported. She was 87 years old.

    The cause of death was Parkinson’s disease, according to an email sent to the newspaper by Paul Bogaards, an executive at Didion’s publisher Knopf.

    Continue reading...", - "category": "Joan Didion", - "link": "https://www.theguardian.com/books/2021/dec/23/joan-didion-american-journalist-and-author-dies-at-age-87", - "creator": "Sian Cain", - "pubDate": "2021-12-23T17:19:56Z", + "hash": "181053280701e72ed647c6462bd1684f" + }, + { + "title": "MEPs rebuke Slovenian government over attacks on media", + "description": "

    Resolution condemns ‘climate of hostility, distrust and polarisation’ in current holder of EU presidency

    The European parliament has rebuked Slovenia’s government for “attacks, smear campaigns and slander” against journalists and critics, in a vote that underlines rising alarm about the threat to media freedom.

    MEPs backed a resolution condemning the Slovenian government for a “climate of hostility, distrust and deep polarisation” and seeking to weaken independent prosecutors and interfere with state-funded media.

    Continue reading...", + "content": "

    Resolution condemns ‘climate of hostility, distrust and polarisation’ in current holder of EU presidency

    The European parliament has rebuked Slovenia’s government for “attacks, smear campaigns and slander” against journalists and critics, in a vote that underlines rising alarm about the threat to media freedom.

    MEPs backed a resolution condemning the Slovenian government for a “climate of hostility, distrust and deep polarisation” and seeking to weaken independent prosecutors and interfere with state-funded media.

    Continue reading...", + "category": "Slovenia", + "link": "https://www.theguardian.com/world/2021/dec/16/meps-rebuke-slovenian-government-over-attacks-on-media", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2021-12-16T17:51:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203822,16 +229471,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a347347528a86b0cb53131793661ec3b" + "hash": "06d03a5e4052ed5ecbf9901bbd3d181d" }, { - "title": "Harry and Meghan release first photo of Lilibet on Christmas card", - "description": "

    Image taken at home shows daughter held up by her mother, as prince sits with son Archie on his knee

    The Duke and Duchess of Sussex have released the first picture of their daughter, Lilibet, with Meghan holding up the laughing child in an image on their Christmas card.

    The photo, which also shows Prince Harry with curly haired Archie on his knee, was taken by Alexi Lubomirski this summer at the couple’s home in Santa Barbara, California.

    Continue reading...", - "content": "

    Image taken at home shows daughter held up by her mother, as prince sits with son Archie on his knee

    The Duke and Duchess of Sussex have released the first picture of their daughter, Lilibet, with Meghan holding up the laughing child in an image on their Christmas card.

    The photo, which also shows Prince Harry with curly haired Archie on his knee, was taken by Alexi Lubomirski this summer at the couple’s home in Santa Barbara, California.

    Continue reading...", - "category": "Prince Harry", - "link": "https://www.theguardian.com/uk-news/2021/dec/23/harry-meghan-first-photo-lilibet-christmas-card", - "creator": "Alexandra Topping", - "pubDate": "2021-12-23T15:48:43Z", + "title": "Ghislaine Maxwell’s former assistant tells jury she ‘looked up to her’", + "description": "

    Cimberly Espinosa, Maxwell’s first defense witness who worked for her from 1996 until 2002, also says Jeffrey Epstein was ‘a giver’

    Ghislaine Maxwell’s former assistant in Jeffrey Epstein’s New York City office spoke fondly of her one-time boss on Thursday, saying she had “fun” working for the former British socialite.

    “I highly respected Ghislaine,” Cimberly Espinosa, told jurors in Maxwell’s Manhattan federal court sex-trafficking trial. “I looked up to her very much, and I actually learned a lot from her.

    Continue reading...", + "content": "

    Cimberly Espinosa, Maxwell’s first defense witness who worked for her from 1996 until 2002, also says Jeffrey Epstein was ‘a giver’

    Ghislaine Maxwell’s former assistant in Jeffrey Epstein’s New York City office spoke fondly of her one-time boss on Thursday, saying she had “fun” working for the former British socialite.

    “I highly respected Ghislaine,” Cimberly Espinosa, told jurors in Maxwell’s Manhattan federal court sex-trafficking trial. “I looked up to her very much, and I actually learned a lot from her.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/16/ghislaine-maxwell-trial-lawyers-witnesses-testify-anonymously", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-16T18:51:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203843,16 +229492,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b61a80a3e879c504260aae92ebfdaf7" + "hash": "d0a6f4a9d27e1ed9aee06bc5032bec99" }, { - "title": "Taste the TV: Japan invents lickable screen to imitate food flavours", - "description": "

    Prototype uses carousel of canisters to create flavour samples on hygienic film over flatscreen TV

    A Japanese professor has developed a prototype lickable TV screen that can imitate food flavours, another step towards creating a multisensory viewing experience.

    The device, called Taste the TV (TTTV), uses a carousel of 10 flavour canisters that spray in combination to create the taste of a particular food. The flavour sample then rolls on hygienic film over a flat TV screen for the viewer to try.

    Continue reading...", - "content": "

    Prototype uses carousel of canisters to create flavour samples on hygienic film over flatscreen TV

    A Japanese professor has developed a prototype lickable TV screen that can imitate food flavours, another step towards creating a multisensory viewing experience.

    The device, called Taste the TV (TTTV), uses a carousel of 10 flavour canisters that spray in combination to create the taste of a particular food. The flavour sample then rolls on hygienic film over a flat TV screen for the viewer to try.

    Continue reading...", - "category": "Japan", - "link": "https://www.theguardian.com/world/2021/dec/23/taste-the-tv-japan-invents-lickable-screen-to-imitate-food-flavours", - "creator": "Reuters in Tokyo", - "pubDate": "2021-12-23T10:17:40Z", + "title": "US begins returning $10m of antiquities stolen from Italy", + "description": "

    Investigation recovers 200 artefacts including statue unwittingly bought by reality TV star Kim Kardashian West

    The US is returning 200 antiquities, including an ancient Roman sculpture that almost ended up in the possession of Kim Kardashian West, that were stolen and smuggled out of Italy.

    The variety of Roman, Etruscan and Greek artefacts, valued at $10m (£7.5m), had been looted since at least the early 1980s before being smuggled out and sold to private collectors, museums or auction houses. Half were found at New York’s Fordham Museum of Greek, Etruscan, and Roman Art as part of an investigation led by the Manhattan district attorney, Cyrus Vance.

    Continue reading...", + "content": "

    Investigation recovers 200 artefacts including statue unwittingly bought by reality TV star Kim Kardashian West

    The US is returning 200 antiquities, including an ancient Roman sculpture that almost ended up in the possession of Kim Kardashian West, that were stolen and smuggled out of Italy.

    The variety of Roman, Etruscan and Greek artefacts, valued at $10m (£7.5m), had been looted since at least the early 1980s before being smuggled out and sold to private collectors, museums or auction houses. Half were found at New York’s Fordham Museum of Greek, Etruscan, and Roman Art as part of an investigation led by the Manhattan district attorney, Cyrus Vance.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2021/dec/16/us-begins-returning-dollars-10m-of-antiquities-stolen-in-italy-kim-kardashian", + "creator": "Angela Giuffrida", + "pubDate": "2021-12-16T16:08:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203864,16 +229513,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4229b83b2d6d3550e5614c55ef6b3abb" + "hash": "034d31fa5933bdf765513dbc0c08a75f" }, { - "title": "Typhoon Rai: more than 3m people directly affected in Philippines", - "description": "

    Some areas still cut off a week after disaster, with power outages and shortages of food and clean water

    More than 3 million people have been directly affected by the devastation wreaked by Typhoon Rai, which caused widespread power outages and water shortages, and has left some areas completely cut off from relief teams even a week after the disaster.

    Rai first hit the Philippines last Thursday, and has been described by the Red Cross as one of the worst typhoons to hit the country in December in five decades. The true scale of the destruction is still unknown because of the extensive communication cuts, and damage to roads, ports and airports.

    Continue reading...", - "content": "

    Some areas still cut off a week after disaster, with power outages and shortages of food and clean water

    More than 3 million people have been directly affected by the devastation wreaked by Typhoon Rai, which caused widespread power outages and water shortages, and has left some areas completely cut off from relief teams even a week after the disaster.

    Rai first hit the Philippines last Thursday, and has been described by the Red Cross as one of the worst typhoons to hit the country in December in five decades. The true scale of the destruction is still unknown because of the extensive communication cuts, and damage to roads, ports and airports.

    Continue reading...", - "category": "Extreme weather", - "link": "https://www.theguardian.com/world/2021/dec/23/typhoon-rai-more-than-3m-people-directly-affected-in-philippines", - "creator": "Rebecca Ratcliffe South-east Asia correspondent", - "pubDate": "2021-12-23T16:11:20Z", + "title": "The first true millipede: new species with more than 1,000 legs discovered in Western Australia", + "description": "

    Researchers named the subterranean animal Eumillipes persephone after the Greek goddess of the underworld

    The first ever millipede with more than 1,000 legs been discovered in Western Australia.

    The species, which is the first “true” millipede, has 1,306 legs and was found up to 60 metres underground in a mining area in the Eastern Goldfields region of WA.

    Continue reading...", + "content": "

    Researchers named the subterranean animal Eumillipes persephone after the Greek goddess of the underworld

    The first ever millipede with more than 1,000 legs been discovered in Western Australia.

    The species, which is the first “true” millipede, has 1,306 legs and was found up to 60 metres underground in a mining area in the Eastern Goldfields region of WA.

    Continue reading...", + "category": "Animals", + "link": "https://www.theguardian.com/world/2021/dec/16/the-first-true-millipede-new-species-with-more-than-1000-legs-discovered-in-western-australia", + "creator": "Donna Lu", + "pubDate": "2021-12-16T16:30:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203885,16 +229534,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23666e39fd7b69e5b143e7cf10b23110" + "hash": "03dd009e7a0c96fdb2574fe80b7a7a8c" }, { - "title": "Volcano-hit La Palma gets a piece of Spain’s biggest lotto", - "description": "

    After volcanic eruptions and tourism woes, island gets some Christmas cheer as tickets scoop €400,000

    After grappling with volcanic eruptions that dragged on for three months, piling on to the tourism woes brought by the coronavirus pandemic, a bit of luck has landed in the Canary Island of La Palma.

    Spain’s Christmas lottery – the two-century-old tradition that on Wednesday showered €2.4bn in prize money across the country – included a nugget of good news for the hard-hit island as two local kiosks said they had sold winning tickets worth a total of €400,000.

    Continue reading...", - "content": "

    After volcanic eruptions and tourism woes, island gets some Christmas cheer as tickets scoop €400,000

    After grappling with volcanic eruptions that dragged on for three months, piling on to the tourism woes brought by the coronavirus pandemic, a bit of luck has landed in the Canary Island of La Palma.

    Spain’s Christmas lottery – the two-century-old tradition that on Wednesday showered €2.4bn in prize money across the country – included a nugget of good news for the hard-hit island as two local kiosks said they had sold winning tickets worth a total of €400,000.

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/2021/dec/23/volcano-hit-la-palma-gets-a-piece-of-spains-biggest-lotto", - "creator": "Ashifa Kassam in Madrid", - "pubDate": "2021-12-23T14:09:14Z", + "title": "UK reports 88,376 new Covid cases amid warning over Omicron hospitalisations", + "description": "

    Prof Chris Whitty tells MPs admissions could exceed last winter’s daily peak, adding to strain on NHS

    The rising wave of Omicron infections could lead to daily hospitalisations from Covid exceeding the peak of last winter, when more than 4,500 people in the UK were admitted on a single day, England’s chief medical officer has said.

    The staggering speed at which Omicron is spreading means large numbers of vulnerable people may need hospital care over a very short space of time, Prof Chris Whitty told MPs on Thursday, with daily admissions potentially peaking above that seen last winter at the start of the vaccine programme.

    Continue reading...", + "content": "

    Prof Chris Whitty tells MPs admissions could exceed last winter’s daily peak, adding to strain on NHS

    The rising wave of Omicron infections could lead to daily hospitalisations from Covid exceeding the peak of last winter, when more than 4,500 people in the UK were admitted on a single day, England’s chief medical officer has said.

    The staggering speed at which Omicron is spreading means large numbers of vulnerable people may need hospital care over a very short space of time, Prof Chris Whitty told MPs on Thursday, with daily admissions potentially peaking above that seen last winter at the start of the vaccine programme.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/16/omicron-could-lead-to-record-daily-covid-hospitalisations-chris-whitty-mps-told", + "creator": "Ian Sample Science editor", + "pubDate": "2021-12-16T13:41:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203906,16 +229555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a97209bfe01ffb63aad88f1d203f5aac" + "hash": "d39cecfccdf2e4c404c4e8883c115925" }, { - "title": "Asylum-seeking children in UK at risk of self-harm and suicide, charities warn", - "description": "

    Figures reveal child refugees who arrived on their own are waiting longer than adults for Home Office decision

    Children who have arrived in the UK on their own to seek asylum are at risk of self-harm and dying by suicide, according to 25 child and migrant rights organisation, as figures reveal they are waiting longer than adults for a decision on their claim.

    The warning, in a letter to safeguarding institutions, including the children’s commissioner and the chief social worker, said the risk was “exacerbated by Home Office failures to decide the children’s asylum claims”.

    In the UK and Ireland, Samaritans can be contacted on 116 123 or email jo@samaritans.org or jo@samaritans.ie. In the US, the National Suicide Prevention Lifeline is 1-800-273-8255. In Australia, the crisis support service Lifeline is 13 11 14. Other international helplines can be found at www.befrienders.org.

    Continue reading...", - "content": "

    Figures reveal child refugees who arrived on their own are waiting longer than adults for Home Office decision

    Children who have arrived in the UK on their own to seek asylum are at risk of self-harm and dying by suicide, according to 25 child and migrant rights organisation, as figures reveal they are waiting longer than adults for a decision on their claim.

    The warning, in a letter to safeguarding institutions, including the children’s commissioner and the chief social worker, said the risk was “exacerbated by Home Office failures to decide the children’s asylum claims”.

    In the UK and Ireland, Samaritans can be contacted on 116 123 or email jo@samaritans.org or jo@samaritans.ie. In the US, the National Suicide Prevention Lifeline is 1-800-273-8255. In Australia, the crisis support service Lifeline is 13 11 14. Other international helplines can be found at www.befrienders.org.

    Continue reading...", - "category": "Refugees", - "link": "https://www.theguardian.com/world/2021/dec/23/asylum-seeking-children-in-uk-at-risk-of-self-harm-and-suicide-charities-warn", - "creator": "Maya Wolfe-Robinson and Diane Taylor", - "pubDate": "2021-12-23T12:05:44Z", + "title": "Nearly 100 Covid cases linked to Sydney Taylor Swift party as Newcastle residents urged to postpone celebrations", + "description": "

    Some cases from the Metro theatre on Friday likely to be Omicron and at least 600 people who attended are now isolating

    At least 97 people have caught Covid-19 at a Taylor Swift-themed dance party in Sydney, as NSW cases escalate to record levels.

    NSW Health issued an alert on Thursday evening about the “On Repeat: Taylor Swift Red Party” at Sydney’s Metro theatre, with at least 600 people who arrived after 9pm on Friday deemed close contacts.

    Continue reading...", + "content": "

    Some cases from the Metro theatre on Friday likely to be Omicron and at least 600 people who attended are now isolating

    At least 97 people have caught Covid-19 at a Taylor Swift-themed dance party in Sydney, as NSW cases escalate to record levels.

    NSW Health issued an alert on Thursday evening about the “On Repeat: Taylor Swift Red Party” at Sydney’s Metro theatre, with at least 600 people who arrived after 9pm on Friday deemed close contacts.

    Continue reading...", + "category": "New South Wales", + "link": "https://www.theguardian.com/world/2021/dec/16/nearly-100-covid-cases-linked-to-sydney-taylor-swift-party-as-newcastle-residents-urged-to-postpone-celebrations", + "creator": "Australian Associated Press", + "pubDate": "2021-12-16T07:52:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203927,16 +229576,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2d78bbb241fcac0a4191db781d51ff2" + "hash": "f55c00ed501a2a38d94ad13e28fe3909" }, { - "title": "Capitol rioters hit with severe sentences and sharp reprimands from judges", - "description": "

    Some of the longest sentences have gone to rioters charged with ‘assaulting a police officer with a dangerous weapon’

    Judges across the US have been handing down stiff sentences and hard words in recent weeks for extremist supporters of Donald Trump who took part in the 6 January insurrection at the US Capitol.

    Since a federal judge sentenced Jacob Chansley, the US Capitol rioter nicknamed the “QAnon shaman” for his horned headdress, to 41 months in prison last month, more US judges have been delivering strict sentences to defendants charged over their roles in the attacks earlier this year.

    Continue reading...", - "content": "

    Some of the longest sentences have gone to rioters charged with ‘assaulting a police officer with a dangerous weapon’

    Judges across the US have been handing down stiff sentences and hard words in recent weeks for extremist supporters of Donald Trump who took part in the 6 January insurrection at the US Capitol.

    Since a federal judge sentenced Jacob Chansley, the US Capitol rioter nicknamed the “QAnon shaman” for his horned headdress, to 41 months in prison last month, more US judges have been delivering strict sentences to defendants charged over their roles in the attacks earlier this year.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2021/dec/23/capitol-rioters-severe-sentences-reprimands-judges", - "creator": "Maya Yang", - "pubDate": "2021-12-23T10:00:52Z", + "title": "US hospitals brace for potential Omicron surge in January", + "description": "

    In many states, healthcare systems are already under strain due to an increase in Delta infections over the Thanksgiving holidays

    A wave of new Omicron cases is beginning to surge in America and could peak as early as January, the Centers for Disease Controls (CDC) has warned, as states are scrambling to prepare for overloaded hospitals. The US has passed 800,000 deaths, including 1 in 100 Americans over the age of 65.

    The Omicron variant accounted for nearly 3% of Covid cases in the US as of Saturday – up from only 0.4% the week before, according to data from the CDC. The variant is expected to continue rising rapidly, based on the experiences of other countries and could be dominant within weeks.

    Continue reading...", + "content": "

    In many states, healthcare systems are already under strain due to an increase in Delta infections over the Thanksgiving holidays

    A wave of new Omicron cases is beginning to surge in America and could peak as early as January, the Centers for Disease Controls (CDC) has warned, as states are scrambling to prepare for overloaded hospitals. The US has passed 800,000 deaths, including 1 in 100 Americans over the age of 65.

    The Omicron variant accounted for nearly 3% of Covid cases in the US as of Saturday – up from only 0.4% the week before, according to data from the CDC. The variant is expected to continue rising rapidly, based on the experiences of other countries and could be dominant within weeks.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/16/us-hospitals-brace-for-potential-omicron-surge-in-january", + "creator": "Melody Schreiber", + "pubDate": "2021-12-16T10:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203948,16 +229597,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "789d89b7b558d4e5602c08f5ff3168ed" + "hash": "ebc11ac8aeaefdba54ee9845ef39c347" }, { - "title": "Coldplay dismay fans with news they will stop recording in 2025", - "description": "

    Chris Martin says band will continue to tour in interview with Jo Whiley on BBC Radio 2

    Fans have reacted with dismay to the news that Coldplay will stop recording music as a band in 2025, although quiet glee was also detected among some detractors.

    The band’s frontman, Chris Martin, shared the “huge revelation” with the BBC Radio 2 presenter Jo Whiley on a special show to be broadcast on Friday from 7pm.

    Continue reading...", - "content": "

    Chris Martin says band will continue to tour in interview with Jo Whiley on BBC Radio 2

    Fans have reacted with dismay to the news that Coldplay will stop recording music as a band in 2025, although quiet glee was also detected among some detractors.

    The band’s frontman, Chris Martin, shared the “huge revelation” with the BBC Radio 2 presenter Jo Whiley on a special show to be broadcast on Friday from 7pm.

    Continue reading...", - "category": "Coldplay", - "link": "https://www.theguardian.com/music/2021/dec/23/dismay-and-glee-as-coldplay-say-they-will-stop-recording-in-2025", - "creator": "Alexandra Topping", - "pubDate": "2021-12-23T12:06:34Z", + "title": "Housebound elderly people waiting weeks for Covid boosters", + "description": "

    Charities say vulnerable older people ‘overlooked’ amid pressure to meet target of 1m top-up jabs a day

    Housebound elderly people are having to wait weeks to get their booster vaccine, despite being a key priority group for top-up jabs, raising fears about them being left at risk.

    Charities have warned that older people are being “overlooked” in the NHS’s rush to deliver the 1m boosters a day that Boris Johnson has ordered to reduce the threat posed by the Omicron variant.

    Continue reading...", + "content": "

    Charities say vulnerable older people ‘overlooked’ amid pressure to meet target of 1m top-up jabs a day

    Housebound elderly people are having to wait weeks to get their booster vaccine, despite being a key priority group for top-up jabs, raising fears about them being left at risk.

    Charities have warned that older people are being “overlooked” in the NHS’s rush to deliver the 1m boosters a day that Boris Johnson has ordered to reduce the threat posed by the Omicron variant.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/16/housebound-elderly-people-waiting-weeks-for-covid-boosters", + "creator": "Denis Campbell Health policy editor", + "pubDate": "2021-12-16T06:00:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203969,16 +229618,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c06b607cb1c6eec38fd2a09b8e3d85af" + "hash": "432eca6019ef5775bc03001d6ab34d7b" }, { - "title": "China locks down 13 million people in Xi’an after detecting 127 Covid cases", - "description": "

    Snap lockdown, which prompted panic in the city, comes little over a month before Beijing is set to host the Winter Olympics

    Up to 13 million people have been placed into lockdown in the city of Xi’an in China’s north, as authorities move to clamp down on the community spread of Covid-19 after 127 infections were found in a second round of mass testing.

    The snap lockdown on Thursday comes little over a month before Beijing is set to host the Winter Olympics.

    Continue reading...", - "content": "

    Snap lockdown, which prompted panic in the city, comes little over a month before Beijing is set to host the Winter Olympics

    Up to 13 million people have been placed into lockdown in the city of Xi’an in China’s north, as authorities move to clamp down on the community spread of Covid-19 after 127 infections were found in a second round of mass testing.

    The snap lockdown on Thursday comes little over a month before Beijing is set to host the Winter Olympics.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/23/china-locks-down-13-million-people-in-xian-after-detecting-127-covid-cases", - "creator": "Rhoda Kwan in Taipei", - "pubDate": "2021-12-23T05:03:25Z", + "title": "Don’t call it sleaze, call it corruption – why scandal haunts Boris Johnson’s government", + "description": "

    From contracts for mates to flat makeovers and illicit parties, barely a day passes without a crisis at No 10. But using the tabloid language of the 90s doesn’t scratch the surface of this government’s sins

    Think of bonking. Not the activity, but the word. As a shorthand for sex, it was popularised, if not invented, by the tabloid press in the 90s – back then, “Bonking Boris” referred to a former Wimbledon champion rather than a future prime minister. You can see why it appealed. “Bonking” slipped easily under the bar prohibiting expletives in family newspapers; it sounded fun rather than pornographic. It was clear and direct, yet had all the advantages of euphemism.

    Now think of sleaze. As it happens, that word performed a similar role in the same period. It could be hurled at politicians – specifically the Conservative government of John Major – relatively free of legal risk. You could say an MP or minister was “mired in sleaze” without having to prove that they had broken a specific law. It was handy.

    Continue reading...", + "content": "

    From contracts for mates to flat makeovers and illicit parties, barely a day passes without a crisis at No 10. But using the tabloid language of the 90s doesn’t scratch the surface of this government’s sins

    Think of bonking. Not the activity, but the word. As a shorthand for sex, it was popularised, if not invented, by the tabloid press in the 90s – back then, “Bonking Boris” referred to a former Wimbledon champion rather than a future prime minister. You can see why it appealed. “Bonking” slipped easily under the bar prohibiting expletives in family newspapers; it sounded fun rather than pornographic. It was clear and direct, yet had all the advantages of euphemism.

    Now think of sleaze. As it happens, that word performed a similar role in the same period. It could be hurled at politicians – specifically the Conservative government of John Major – relatively free of legal risk. You could say an MP or minister was “mired in sleaze” without having to prove that they had broken a specific law. It was handy.

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/2021/dec/16/dont-call-it-sleaze-call-it-corruption-why-scandal-haunts-boris-johnsons-government", + "creator": "Jonathan Freedland", + "pubDate": "2021-12-16T12:53:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -203990,16 +229639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36bfcc602dda7bc736182b2955bff298" + "hash": "41d4776f84472e41bce31ff03b3e33c3" }, { - "title": "Life on the ward: ‘He said to me: doctor, am I going to die?’", - "description": "

    Sometimes the only contact Covid intensive care patients had with their family was via FaceTime or Skype, Dr Katrina Tonga says

    Three intensive care workers share the stories that have remained hidden from public view during the pandemic.

    Continue reading...", - "content": "

    Sometimes the only contact Covid intensive care patients had with their family was via FaceTime or Skype, Dr Katrina Tonga says

    Three intensive care workers share the stories that have remained hidden from public view during the pandemic.

    Continue reading...", - "category": "Health", - "link": "https://www.theguardian.com/australia-news/2021/dec/24/life-on-the-ward-he-said-to-me-doctor-am-i-going-to-die", - "creator": "Caitlin Cassidy Photography: Lisa Maree Williams/Getty Images", - "pubDate": "2021-12-23T16:30:02Z", + "title": "Go easy on me: why pop has got so predictable", + "description": "

    Adele, Ed Sheeran, Abba, Lana Del Rey and Drake all found success in 2021 by delivering more of the same – a result of how our chaotic lives, on and offline, are informing our taste

    The biggest album launch of 2021 began with a social media statement tacitly assuring fans that nothing had changed. Adele was once more in a state of heartbreak – “a maze of absolute mess and inner turmoil … consumed by my own grief” – and that the contents of her album 30 would reflect that, as mired in romantic misery as its predecessors, 25 and 21. It was the musical equivalent, she said, of a friend who comes over “with a bottle of wine and a takeaway” to discuss the disastrous state of your love life.

    The second-biggest album launch of 2021 was preceded by its creators proudly announcing they had written it “absolutely trend-blind”. Abba had traversed a considerable musical distance over the course of their original career, buffeted by the shifting musical trends of the 70s and early 80s – from the clompy Europop of their debut album to the sophisticated, chilly electronics of The Visitors, by way of glam and sleek disco – but Voyage would offer them preserved in amber, exactly as they were in the late 70s, unspoiled by any musical trends from the 40 years since their split.

    Continue reading...", + "content": "

    Adele, Ed Sheeran, Abba, Lana Del Rey and Drake all found success in 2021 by delivering more of the same – a result of how our chaotic lives, on and offline, are informing our taste

    The biggest album launch of 2021 began with a social media statement tacitly assuring fans that nothing had changed. Adele was once more in a state of heartbreak – “a maze of absolute mess and inner turmoil … consumed by my own grief” – and that the contents of her album 30 would reflect that, as mired in romantic misery as its predecessors, 25 and 21. It was the musical equivalent, she said, of a friend who comes over “with a bottle of wine and a takeaway” to discuss the disastrous state of your love life.

    The second-biggest album launch of 2021 was preceded by its creators proudly announcing they had written it “absolutely trend-blind”. Abba had traversed a considerable musical distance over the course of their original career, buffeted by the shifting musical trends of the 70s and early 80s – from the clompy Europop of their debut album to the sophisticated, chilly electronics of The Visitors, by way of glam and sleek disco – but Voyage would offer them preserved in amber, exactly as they were in the late 70s, unspoiled by any musical trends from the 40 years since their split.

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/music/2021/dec/16/go-easy-on-me-why-pop-has-got-so-predictable", + "creator": "Alexis Petridis", + "pubDate": "2021-12-16T17:05:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204011,16 +229660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a313b3a0b0393c6224377a3979cd8432" + "hash": "11d21796aad7ae19e449c2d57b6eb045" }, { - "title": "New Zealand ends 2021 with one of world’s best Covid outcomes – but it wasn’t all good news", - "description": "

    Few cases and high vaccination rates, but these successes have come at a cost

    As the Covid-19 pandemic hurtles towards its second anniversary, New Zealand will emerge from 2021 with some of the best health outcomes in the world, despite confronting its toughest few pandemic months.

    This year New Zealand experienced its longest lockdown, its highest daily case numbers (222 in mid-November), more hospitalisations than in 2020 and a pivot away from the government’s ambitious elimination approach to one of strict virus control. But it can now boast a 90% double vaccination for the eligible population and one of the lowest per capita death rates, while its cases in the current outbreak are trending downwards.

    Continue reading...", - "content": "

    Few cases and high vaccination rates, but these successes have come at a cost

    As the Covid-19 pandemic hurtles towards its second anniversary, New Zealand will emerge from 2021 with some of the best health outcomes in the world, despite confronting its toughest few pandemic months.

    This year New Zealand experienced its longest lockdown, its highest daily case numbers (222 in mid-November), more hospitalisations than in 2020 and a pivot away from the government’s ambitious elimination approach to one of strict virus control. But it can now boast a 90% double vaccination for the eligible population and one of the lowest per capita death rates, while its cases in the current outbreak are trending downwards.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/23/new-zealand-ends-2021-with-one-of-worlds-best-covid-outcomes-but-it-wasnt-all-good-news", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-12-23T06:02:47Z", + "title": "The lawyer who tried faking his death, and the writer exposing his crime dynasty", + "description": "

    Mandy Matney kept a harsh spotlight trained on South Carolina’s Murdaugh family until they became impossible for anyone to ignore

    Real-life villains don’t come more sharply drawn than Alex Murdaugh, a greedy and ghoulish personal injuries lawyer who casts a haunting shadow over the state of South Carolina. For nearly a century, his father and grandfather were the prosecutors for a five-county district while also running a powerful private law firm.

    But it wasn’t until the small hours of 24 February 2019 that the dark veil over the Murdaugh family’s dealings began to slip. That’s when Alex’s son Paul is alleged to have plowed the family’s 17-foot bay boat into a bridge abutting Parris Island, the nation’s largest Marine recruit depot. Among the three people cast overboard was an ebullient 19-year-old former high school soccer player named Mallory Beach. She was found dead in the murky tidewaters near the crash site after a seven-day search.

    Continue reading...", + "content": "

    Mandy Matney kept a harsh spotlight trained on South Carolina’s Murdaugh family until they became impossible for anyone to ignore

    Real-life villains don’t come more sharply drawn than Alex Murdaugh, a greedy and ghoulish personal injuries lawyer who casts a haunting shadow over the state of South Carolina. For nearly a century, his father and grandfather were the prosecutors for a five-county district while also running a powerful private law firm.

    But it wasn’t until the small hours of 24 February 2019 that the dark veil over the Murdaugh family’s dealings began to slip. That’s when Alex’s son Paul is alleged to have plowed the family’s 17-foot bay boat into a bridge abutting Parris Island, the nation’s largest Marine recruit depot. Among the three people cast overboard was an ebullient 19-year-old former high school soccer player named Mallory Beach. She was found dead in the murky tidewaters near the crash site after a seven-day search.

    Continue reading...", + "category": "South Carolina", + "link": "https://www.theguardian.com/us-news/2021/dec/16/mandy-matney-alex-murdaugh-writer-crime-story", + "creator": "Andrew Lawrence in Beaufort, South Carolina", + "pubDate": "2021-12-16T10:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204032,16 +229681,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "47d241d7980a6531e4568113cabe72d8" + "hash": "228acb26e962ed2eb8ab713a851aa5d8" }, { - "title": "‘We don’t have a limit’: Yasuyoshi Chiba – agency photographer of 2021", - "description": "

    Yasuyoshi Chiba has been chosen by the picture desk as its agency photographer of the year. We hear from the AFP photojournalist

    In 2021 Yasuyoshi Chiba’s work consistently stood out to the Guardian picture editing team. From his coverage of the elections in Uganda at the start of the year, through to his images from the Kimana Sanctuary in Kenya and the harrowing work in the Tigray region of Ethiopia.

    Yasuyoshi Chiba

    The year has been a reminder that my work is dealing with an unexpected future. Thanks to the delivery of the Covid-19 vaccines, the world has slowly resumed, and I also again feel the value of being in the field for photography.

    Continue reading...", - "content": "

    Yasuyoshi Chiba has been chosen by the picture desk as its agency photographer of the year. We hear from the AFP photojournalist

    In 2021 Yasuyoshi Chiba’s work consistently stood out to the Guardian picture editing team. From his coverage of the elections in Uganda at the start of the year, through to his images from the Kimana Sanctuary in Kenya and the harrowing work in the Tigray region of Ethiopia.

    Yasuyoshi Chiba

    The year has been a reminder that my work is dealing with an unexpected future. Thanks to the delivery of the Covid-19 vaccines, the world has slowly resumed, and I also again feel the value of being in the field for photography.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/artanddesign/2021/dec/23/we-dont-have-a-limit-yasuyoshi-chiba-agency-photographer-of-2021", - "creator": "Guardian Staff", - "pubDate": "2021-12-23T14:00:04Z", + "title": "‘Very worrying’: is a far-right radical about to take over in Chile?", + "description": "

    As election run-off looms, José Antonio Kast’s opponents sound the alarm

    María Irene Campos was a woman on a mission.

    “I want to send the message that Chile will never again be communist,” the 74-year-old retiree proclaimed as she hit the streets last Friday to catch a glimpse of the man she believes can save her South American homeland from such a fate.

    Continue reading...", + "content": "

    As election run-off looms, José Antonio Kast’s opponents sound the alarm

    María Irene Campos was a woman on a mission.

    “I want to send the message that Chile will never again be communist,” the 74-year-old retiree proclaimed as she hit the streets last Friday to catch a glimpse of the man she believes can save her South American homeland from such a fate.

    Continue reading...", + "category": "Chile", + "link": "https://www.theguardian.com/world/2021/dec/16/chile-far-right-candidate-jose-antonio-kast-win-presidency", + "creator": "Tom Phillips and John Bartlett in Rancagua", + "pubDate": "2021-12-16T10:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204053,16 +229702,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fae7a9acce640a32df7e0078d6b8affb" + "hash": "1307088f503a9270ddea450a39ab1fe5" }, { - "title": "Nord Stream 2: how Putin’s pipeline paralysed the west", - "description": "

    Gazprom’s $11bn project to deliver gas from Russia to Germany seems impossible to abandon and impossible to carry forward

    The saga of Nord Stream 2, the gas pipeline between Russia and Germany running along the Baltic seabed, has been stuck so long it has been likened to a suitcase at an airport without a handle – impossible to abandon, and impossible to carry forward. Most of the original cast of characters – Jean-Claude Juncker, Angela Merkel, Matteo Renzi, David Cameron, Petro Poroshenko – have left the political stage. Only one politician has survived the entire story: Vladimir Putin, the Russian President, and the master of divide and rule.

    First announced in 2015, the $11bn (£8.3bn) pipeline owned by Russia’s state-backed energy giant Gazprom has been built to carry gas from western Siberia, doubling the existing capacity of the Nord Stream 1 pipeline and keeping 26m German homes warm at an affordable price.

    Continue reading...", - "content": "

    Gazprom’s $11bn project to deliver gas from Russia to Germany seems impossible to abandon and impossible to carry forward

    The saga of Nord Stream 2, the gas pipeline between Russia and Germany running along the Baltic seabed, has been stuck so long it has been likened to a suitcase at an airport without a handle – impossible to abandon, and impossible to carry forward. Most of the original cast of characters – Jean-Claude Juncker, Angela Merkel, Matteo Renzi, David Cameron, Petro Poroshenko – have left the political stage. Only one politician has survived the entire story: Vladimir Putin, the Russian President, and the master of divide and rule.

    First announced in 2015, the $11bn (£8.3bn) pipeline owned by Russia’s state-backed energy giant Gazprom has been built to carry gas from western Siberia, doubling the existing capacity of the Nord Stream 1 pipeline and keeping 26m German homes warm at an affordable price.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/23/nord-stream-2-how-putins-pipeline-paralysed-the-west", - "creator": "Patrick Wintour Diplomatic Editor", - "pubDate": "2021-12-23T05:00:47Z", + "title": "bell hooks remembered: ‘She embodied everything I wanted to be’", + "description": "

    The activist and acclaimed author of Ain’t I a Woman and All About Love has died. Here, leading contemporaries pay tribute to her

    A life in quotes: bell hooks

    bell hooks, author and activist, dies aged 69

    British journalist and author of the bestselling Why I’m No Longer Talking to White People About Race

    Continue reading...", + "content": "

    The activist and acclaimed author of Ain’t I a Woman and All About Love has died. Here, leading contemporaries pay tribute to her

    A life in quotes: bell hooks

    bell hooks, author and activist, dies aged 69

    British journalist and author of the bestselling Why I’m No Longer Talking to White People About Race

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2021/dec/16/bell-hooks-remembered-she-reminded-us-of-the-better-world-we-were-working-towards", + "creator": "Reni Eddo-Lodge, David Olusoga, Jay Bernard, Johny Pitts, Jeffrey Boakye, Margaret Atwood, Candice Carty-Williams, Aminatta Forna, Afua Hirsch", + "pubDate": "2021-12-16T12:53:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204074,16 +229723,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "09a1a8ccef40e35c7658e40e1cb1605b" + "hash": "e9992bccb6da5e34e456a9d5e015449f" }, { - "title": "‘The fight goes on’: the struggle to save Europe’s songbirds", - "description": "

    Campaigners help close the loophole allowing glue-trapping in France, but the battle to save endangered bird species goes on

    Chasse à la glu has ended, but the fight to save other birds is not over,” says campaigner Yves Verilhac. “We are now battling to stop other cruel hunting methods that lead to the killing of skylarks, lapwings, golden plovers, thrushes and blackbirds.”

    Two years ago, Verilhac, of France’s Ligue pour la Protection des Oiseaux (LPO), was fighting to stop the French tradition of chasse à la glu hunting songbirds with twigs and branches covered in adhesive.

    Continue reading...", - "content": "

    Campaigners help close the loophole allowing glue-trapping in France, but the battle to save endangered bird species goes on

    Chasse à la glu has ended, but the fight to save other birds is not over,” says campaigner Yves Verilhac. “We are now battling to stop other cruel hunting methods that lead to the killing of skylarks, lapwings, golden plovers, thrushes and blackbirds.”

    Two years ago, Verilhac, of France’s Ligue pour la Protection des Oiseaux (LPO), was fighting to stop the French tradition of chasse à la glu hunting songbirds with twigs and branches covered in adhesive.

    Continue reading...", - "category": "Birds", - "link": "https://www.theguardian.com/environment/2021/dec/23/struggle-to-save-europe-songbirds-aoe", - "creator": "Kim Willsher", - "pubDate": "2021-12-23T14:01:04Z", + "title": "Julia Donaldson and Axel Scheffler on saving Christmas: ‘We don’t usually meet people who hate our books’", + "description": "

    The Gruffalo creators are back with Superworm, their ninth festive special – that’s one more than Eric and Ernie. The Christmas TV royalty talk tinkering with Olivia Colman’s script … and the perils of mega success

    Meeting Julia Donaldson and Axel Scheffler is a little like meeting the royal family. To learn anything about them is to be bombarded with an avalanche of statistics. In this country alone, a Julia Donaldson book sells every 11 seconds. In 2014 it was reported that 40p in every pound spent on children’s picture books went on a Donaldson title. And her work with Scheffler has taken on a rabid life outside of literature, too. Go to the woods and you’re likely to discover a Gruffalo trail. Chessington World of Adventures theme park is essentially a Donaldson/Scheffler temple, brimming with themed rides and marauding characters.

    And, let’s not forget, they are also the reigning king and queen of Christmas Day. Starting with The Gruffalo in 2009, one of their books has been sumptuously animated and proudly placed in every BBC One Christmas schedule. This year, Superworm – about an earthworm superhero captured by a wizard lizard – has received the treatment, narrated by none other than Olivia Colman and with Matt Smith as the titular creepy crawly. In grand Donaldson/Scheffler tradition the animation is bright and tactile, and the storyline has been augmented with a rich seam of festive melancholy. On a Christmas day dripping with repeats, this will not only go down as the BBC’s stand-out offering, but is also their ninth Christmas special. If you’re counting, Morecambe and Wise only managed eight.

    Continue reading...", + "content": "

    The Gruffalo creators are back with Superworm, their ninth festive special – that’s one more than Eric and Ernie. The Christmas TV royalty talk tinkering with Olivia Colman’s script … and the perils of mega success

    Meeting Julia Donaldson and Axel Scheffler is a little like meeting the royal family. To learn anything about them is to be bombarded with an avalanche of statistics. In this country alone, a Julia Donaldson book sells every 11 seconds. In 2014 it was reported that 40p in every pound spent on children’s picture books went on a Donaldson title. And her work with Scheffler has taken on a rabid life outside of literature, too. Go to the woods and you’re likely to discover a Gruffalo trail. Chessington World of Adventures theme park is essentially a Donaldson/Scheffler temple, brimming with themed rides and marauding characters.

    And, let’s not forget, they are also the reigning king and queen of Christmas Day. Starting with The Gruffalo in 2009, one of their books has been sumptuously animated and proudly placed in every BBC One Christmas schedule. This year, Superworm – about an earthworm superhero captured by a wizard lizard – has received the treatment, narrated by none other than Olivia Colman and with Matt Smith as the titular creepy crawly. In grand Donaldson/Scheffler tradition the animation is bright and tactile, and the storyline has been augmented with a rich seam of festive melancholy. On a Christmas day dripping with repeats, this will not only go down as the BBC’s stand-out offering, but is also their ninth Christmas special. If you’re counting, Morecambe and Wise only managed eight.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/16/julia-donaldson-axel-scheffler-gruffalo-superworm-christmas-tv-books", + "creator": "Stuart Heritage", + "pubDate": "2021-12-16T13:32:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204095,16 +229744,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "72cf4ae8a1d78e68183b92a8f95c2eba" + "hash": "668e031467c2dbc8d07f4173a5eb8d8e" }, { - "title": "Neo rhythms: why techno music and The Matrix are in perfect harmony", - "description": "

    The films’ heroes look like they’ve just stepped off the Berghain dancefloor – and the connection isn’t merely aesthetic. The series shares the genre’s philosophy of liberation

    “We can’t see it,” says a character in The Matrix Resurrections, “but we’re all trapped inside these strange repeating loops.” Small surprise techno producer Marcel Dettmann was commissioned to write music for this latest film in the franchise. It’s a natural fit. Its director, Lana Wachowski, goes clubbing at Berghain, the Berlin techno club where Dettmann is resident and where, cut off from the everyday world, people have surreal, liberating experiences. Techno continues to inspire the franchise’s aesthetics.

    When club techno arose in 1980s Detroit, African American producers were reimagining the deindustrialised city as a site of futurist fantasies. Cybotron’s dystopian 1984 track Techno City was inspired by Fritz Lang’s Metropolis and the Tokyo of Yellow Magic Orchestra’s track Technopolis. “I extrapolated the necessity of interfacing the spirituality of human beings into the cybernetic matrix,” said Cybotron’s Rik Davis (using the word “matrix” before the film existed), “between the brain, the soul and the mechanisms of cyberspace.”

    Continue reading...", - "content": "

    The films’ heroes look like they’ve just stepped off the Berghain dancefloor – and the connection isn’t merely aesthetic. The series shares the genre’s philosophy of liberation

    “We can’t see it,” says a character in The Matrix Resurrections, “but we’re all trapped inside these strange repeating loops.” Small surprise techno producer Marcel Dettmann was commissioned to write music for this latest film in the franchise. It’s a natural fit. Its director, Lana Wachowski, goes clubbing at Berghain, the Berlin techno club where Dettmann is resident and where, cut off from the everyday world, people have surreal, liberating experiences. Techno continues to inspire the franchise’s aesthetics.

    When club techno arose in 1980s Detroit, African American producers were reimagining the deindustrialised city as a site of futurist fantasies. Cybotron’s dystopian 1984 track Techno City was inspired by Fritz Lang’s Metropolis and the Tokyo of Yellow Magic Orchestra’s track Technopolis. “I extrapolated the necessity of interfacing the spirituality of human beings into the cybernetic matrix,” said Cybotron’s Rik Davis (using the word “matrix” before the film existed), “between the brain, the soul and the mechanisms of cyberspace.”

    Continue reading...", - "category": "The Matrix", - "link": "https://www.theguardian.com/film/2021/dec/23/why-techno-and-the-matrix-perfect-harmony-resurrections-lana-wachowski", - "creator": "Liam Cagney", - "pubDate": "2021-12-23T14:41:20Z", + "title": "Colston’s firm enslaved the most Africans, David Olusoga tells Bristol court", + "description": "

    Historian appears as expert witness at trial of four accused of criminal damage of Edward Colston memorial

    Edward Colston was “chief executive officer” of a company responsible for enslaving more Africans than any other in British history, the historian David Olusoga has told a court, and defendants “lawfully” toppled the slave trader’s statue.

    Appearing on Thursday as an expert witness in the trial of four people accused of criminal damage of the memorial to Colston, the presenter of the BBC’s A House Through Time series described the horrors of the trade.

    Continue reading...", + "content": "

    Historian appears as expert witness at trial of four accused of criminal damage of Edward Colston memorial

    Edward Colston was “chief executive officer” of a company responsible for enslaving more Africans than any other in British history, the historian David Olusoga has told a court, and defendants “lawfully” toppled the slave trader’s statue.

    Appearing on Thursday as an expert witness in the trial of four people accused of criminal damage of the memorial to Colston, the presenter of the BBC’s A House Through Time series described the horrors of the trade.

    Continue reading...", + "category": "Bristol", + "link": "https://www.theguardian.com/uk-news/2021/dec/16/colstons-firm-enslaved-the-most-africans-david-olusoga-tells-bristol-court", + "creator": "Damien Gayle", + "pubDate": "2021-12-16T18:58:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204116,16 +229765,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "41687089d343aeac99c9807c90dae4d4" + "hash": "85977f9e2c1ed7b5af8e76421f15e450" }, { - "title": "The dog who got me through 2021: Leo the Peke made my blood pressure drop and my heart swell", - "description": "

    He is not a big name among dogfluencers, but whenever I felt stressed, something about this pekingese Instagram pup calmed me

    On the internet, nobody knows you’re a dog, went the New Yorker cartoon. Nearly 30 years later, it says so in your profile.

    My Instagram feed is full of dogs, or people posting as their dogs from their own accounts. Some I know well, like my sister’s sweet but vacant pug Margot.

    Continue reading...", - "content": "

    He is not a big name among dogfluencers, but whenever I felt stressed, something about this pekingese Instagram pup calmed me

    On the internet, nobody knows you’re a dog, went the New Yorker cartoon. Nearly 30 years later, it says so in your profile.

    My Instagram feed is full of dogs, or people posting as their dogs from their own accounts. Some I know well, like my sister’s sweet but vacant pug Margot.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/23/the-dog-who-got-me-through-2021-leo-the-peke-made-my-blood-pressure-drop-and-my-heart-swell", - "creator": "Elle Hunt", - "pubDate": "2021-12-23T15:00:05Z", + "title": "Serbia blocks Rio Tinto’s plan to mine lithium after protests", + "description": "

    Environmentalists’ campaign shakes government into putting multinational’s $2.4bn mining operation on hold

    Local authorities in western Serbia have suspended a plan that would allow mining giant Rio Tinto to operate a lithium mine, following protests by environmentalists that shook the country’s populist leadership.

    The mining had been expected to start in the near future, but a town council in Loznica voted to suspend a regional development plan that permitted the excavation of lithium. The vote followed the suspension last week of two key laws in Serbia’s parliament that ecologists said would help the multinational mining company start the project.

    Continue reading...", + "content": "

    Environmentalists’ campaign shakes government into putting multinational’s $2.4bn mining operation on hold

    Local authorities in western Serbia have suspended a plan that would allow mining giant Rio Tinto to operate a lithium mine, following protests by environmentalists that shook the country’s populist leadership.

    The mining had been expected to start in the near future, but a town council in Loznica voted to suspend a regional development plan that permitted the excavation of lithium. The vote followed the suspension last week of two key laws in Serbia’s parliament that ecologists said would help the multinational mining company start the project.

    Continue reading...", + "category": "Mining", + "link": "https://www.theguardian.com/environment/2021/dec/16/serbia-blocks-rio-tintos-plan-to-mine-lithium-after-protests", + "creator": "Associated Press in Belgrade", + "pubDate": "2021-12-16T18:34:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204137,16 +229786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0dd1abc8e32681985720358a706cd274" + "hash": "296f37fe8a6e843e2511d3896aeea289" }, { - "title": "Travesty or tragedy? What Egypt thinks of Verdi’s Aida", - "description": "

    Premiered in Cairo 150 years ago, set in an exoticised ancient Egypt and written by a man who refused to visit the country for fear of ‘being mummified’, the beloved opera has left a complex legacy in the country its drama is set

    In the middle of downtown Cairo is an anonymous-looking concrete building that stretches along one side of a huge landscaped roundabout. If you peer upwards, you’ll see it labelled, between rows of air-con units, in Arabic and English: “Opera office building and garage.” As monuments to past cultural glories go, it’s not a thing of beauty. But this block marks the site of the Khedivial Opera House – a venue erected in 1869 – and which, on 24 December 1871, staged the first performance of a new opera by the world’s then most famous composer: Giuseppe Verdi’s Aida.

    Today, Aida is one of the most regularly performed operas across the globe. Its just-add-pyramids ancient Egypt setting is as beloved by directors and audiences as Carmen’s Spain or Madama Butterfly’s Japan, almost always preserved as a spectacular backdrop for its conventional Italian-opera love story. Yet in recent decades Aida’s overt exoticism has attracted controversy. The Palestinian intellectual Edward Said argued that it was just another product of European imperialism – an opera that has had, he wrote in 1993, “an anaesthetic as well as informative effect on European audiences”.

    Continue reading...", - "content": "

    Premiered in Cairo 150 years ago, set in an exoticised ancient Egypt and written by a man who refused to visit the country for fear of ‘being mummified’, the beloved opera has left a complex legacy in the country its drama is set

    In the middle of downtown Cairo is an anonymous-looking concrete building that stretches along one side of a huge landscaped roundabout. If you peer upwards, you’ll see it labelled, between rows of air-con units, in Arabic and English: “Opera office building and garage.” As monuments to past cultural glories go, it’s not a thing of beauty. But this block marks the site of the Khedivial Opera House – a venue erected in 1869 – and which, on 24 December 1871, staged the first performance of a new opera by the world’s then most famous composer: Giuseppe Verdi’s Aida.

    Today, Aida is one of the most regularly performed operas across the globe. Its just-add-pyramids ancient Egypt setting is as beloved by directors and audiences as Carmen’s Spain or Madama Butterfly’s Japan, almost always preserved as a spectacular backdrop for its conventional Italian-opera love story. Yet in recent decades Aida’s overt exoticism has attracted controversy. The Palestinian intellectual Edward Said argued that it was just another product of European imperialism – an opera that has had, he wrote in 1993, “an anaesthetic as well as informative effect on European audiences”.

    Continue reading...", - "category": "Opera", - "link": "https://www.theguardian.com/music/2021/dec/23/travesty-or-tragedy-what-egypt-thinks-of-verdi-aida-opera", - "creator": "Flora Willson", - "pubDate": "2021-12-23T14:29:28Z", + "title": "Bahraini hunger striker in London told by MPs they will take up case", + "description": "

    MPs promise to raise situation of Ali Mushaima’s father, Hassan, who has been detained in Bahrain for 10 years

    A Bahraini man whose father has been detained for 10 years in the Gulf country will end a 23-day hunger strike outside Bahrain’s embassy in London on Friday after MPs vowed to raise his father’s case in the Commons.

    Ali Mushaima said he was suffering from back pain and had found the cold nights on a pavement outside the embassy “tough to take”.

    Continue reading...", + "content": "

    MPs promise to raise situation of Ali Mushaima’s father, Hassan, who has been detained in Bahrain for 10 years

    A Bahraini man whose father has been detained for 10 years in the Gulf country will end a 23-day hunger strike outside Bahrain’s embassy in London on Friday after MPs vowed to raise his father’s case in the Commons.

    Ali Mushaima said he was suffering from back pain and had found the cold nights on a pavement outside the embassy “tough to take”.

    Continue reading...", + "category": "Bahrain", + "link": "https://www.theguardian.com/world/2021/dec/16/bahraini-man-to-end-uk-hunger-strike-over-fathers-detention", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-16T17:22:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204158,16 +229807,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6850c7f5cc2a9ba6c12ee28d66c98c56" + "hash": "cd111411738f7be591fe76ab170a68a5" }, { - "title": "Escape your comfort zone! How to face your fears - and improve your health, wealth and happiness", - "description": "

    Is there something great you have always wanted to do, but fear has held you back? Make 2022 the year you go for it

    The “comfort zone” is a reliable place of retreat, especially in times of stress – living through a global pandemic, for instance. But psychologists have long ƒextolled the benefits of stepping outsideit, too. The clinical psychologist Roberta Babb advises regularly reviewing how well it is serving you. The comfort zone can, she says, become a prison or a trap, particularly if you are there because of fear and avoidance.

    Babb says people can be “mentally, emotionally, physically, socially, occupationally” stimulated by facing their fears or trying something uncomfortable. “Adaptation and stimulation are important parts of our wellbeing, and a huge part of our capacity to be resilient. We can get stagnant, and it is about growing and finding different ways to be, which then allows us to have a different life experience.”

    Continue reading...", - "content": "

    Is there something great you have always wanted to do, but fear has held you back? Make 2022 the year you go for it

    The “comfort zone” is a reliable place of retreat, especially in times of stress – living through a global pandemic, for instance. But psychologists have long ƒextolled the benefits of stepping outsideit, too. The clinical psychologist Roberta Babb advises regularly reviewing how well it is serving you. The comfort zone can, she says, become a prison or a trap, particularly if you are there because of fear and avoidance.

    Babb says people can be “mentally, emotionally, physically, socially, occupationally” stimulated by facing their fears or trying something uncomfortable. “Adaptation and stimulation are important parts of our wellbeing, and a huge part of our capacity to be resilient. We can get stagnant, and it is about growing and finding different ways to be, which then allows us to have a different life experience.”

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/23/escape-your-comfort-zone-how-to-face-your-fears-and-improve-your-health-wealth-and-happiness", - "creator": "Emine Saner", - "pubDate": "2021-12-23T09:00:51Z", + "title": "Rhino deaths in South Africa from poaching reach 24 in December", + "description": "

    Carcasses found in four provinces, including one pregnant female, with nine arrests made

    Poachers have killed 24 rhinos in South Africa during the first two weeks of December after a lull in killings during the Covid pandemic.

    On Tuesday, the South African environment ministry said carcasses had been discovered in four provinces across the country since the beginning of the month, with seven rhinos found dead in Kruger national park, six in KwaZulu-Natal and seven in Mpumalanga. Four, including a pregnant female, were shot dead by poachers at a game reserve in the Western Cape last week while a fifth is being treated for gunshot wounds.

    Continue reading...", + "content": "

    Carcasses found in four provinces, including one pregnant female, with nine arrests made

    Poachers have killed 24 rhinos in South Africa during the first two weeks of December after a lull in killings during the Covid pandemic.

    On Tuesday, the South African environment ministry said carcasses had been discovered in four provinces across the country since the beginning of the month, with seven rhinos found dead in Kruger national park, six in KwaZulu-Natal and seven in Mpumalanga. Four, including a pregnant female, were shot dead by poachers at a game reserve in the Western Cape last week while a fifth is being treated for gunshot wounds.

    Continue reading...", + "category": "Animals", + "link": "https://www.theguardian.com/environment/2021/dec/16/rhino-deaths-in-south-africa-from-poaching-reach-24-in-december-aoe", + "creator": "Patrick Greenfield", + "pubDate": "2021-12-16T17:20:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204179,16 +229828,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b48d61378cccd1114f312817c7c7e2d7" + "hash": "f926300d168a0d6ec3c384b9329ffbc8" }, { - "title": "Flutter enters contest to run national lottery via Italian takeover", - "description": "

    Deal struck to buy Italian gambling company Sisal, one of four firms bidding for licence to run UK lottery

    Flutter, the gambling company that owns Paddy Power and SkyBet, has agreed to buy the Italian operator Sisal in a £1.6bn deal that could have a significant bearing on the competition to run the UK’s national lottery.

    In a statement to the stock market, Flutter said it had struck a deal with the private equity group CVC Partners to buy Sisal, a major Italian gambling and betting firm which also operates lotteries in Italy, Turkey and Morocco.

    Continue reading...", - "content": "

    Deal struck to buy Italian gambling company Sisal, one of four firms bidding for licence to run UK lottery

    Flutter, the gambling company that owns Paddy Power and SkyBet, has agreed to buy the Italian operator Sisal in a £1.6bn deal that could have a significant bearing on the competition to run the UK’s national lottery.

    In a statement to the stock market, Flutter said it had struck a deal with the private equity group CVC Partners to buy Sisal, a major Italian gambling and betting firm which also operates lotteries in Italy, Turkey and Morocco.

    Continue reading...", - "category": "National Lottery", - "link": "https://www.theguardian.com/uk-news/2021/dec/23/flutter-enters-contest-to-run-national-lottery-via-italian-takeover", - "creator": "Rob Davies", - "pubDate": "2021-12-23T16:48:25Z", + "title": "Manchin and Sinema continue to stand in way of Build Back Better and voting rights – live", + "description": "

    Chuck Schumer, the senate majority leader, said Thursday that he wants to pass Democrats’ two sweeping voting bills in time for the 2022 election. But that looks increasingly more difficult the longer Democrats delay.

    Advocates don’t think the window to do anything about the 2022 elections has passed, but it is rapidly closing.

    Continue reading...", + "content": "

    Chuck Schumer, the senate majority leader, said Thursday that he wants to pass Democrats’ two sweeping voting bills in time for the 2022 election. But that looks increasingly more difficult the longer Democrats delay.

    Advocates don’t think the window to do anything about the 2022 elections has passed, but it is rapidly closing.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2021/dec/16/build-back-better-voting-rights-manchin-sinema-joe-biden-us-politics-latest", + "creator": "Joan E Greve in Washington", + "pubDate": "2021-12-16T19:03:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204200,16 +229849,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "870341c35d002284a8687c5991c31f06" + "hash": "66347a6cd0e4e408696a8c90f88a436c" }, { - "title": "‘A viral Uzi’: experts on how Omicron changes the holidays for Americans", - "description": "

    In light of the more transmissible coronavirus variant, should people alter their plans? Our experts give their advice

    Nearly two years into the pandemic, Angela Rasmussen was looking forward to a more typical Christmas with her family. She was planning to fly from Canada back to the US, hoping that preventative measures would be enough to keep everyone safe.

    And then Omicron hit.

    Continue reading...", - "content": "

    In light of the more transmissible coronavirus variant, should people alter their plans? Our experts give their advice

    Nearly two years into the pandemic, Angela Rasmussen was looking forward to a more typical Christmas with her family. She was planning to fly from Canada back to the US, hoping that preventative measures would be enough to keep everyone safe.

    And then Omicron hit.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/23/omicron-christmas-holidays-coronavirus-covid", - "creator": "Melody Schreiber", - "pubDate": "2021-12-23T14:19:12Z", + "title": "Outspoken editor of Chinese state tabloid Global Times retires", + "description": "

    Hu Xijin became leading voice of strident nationalism with millions of social media followers

    A Chinese state tabloid editor who became a leading voice of strident nationalism with millions of social media followers has announced his retirement.

    A self-described former pro-democracy protester turned outspoken newspaper editor, Hu Xijin helped usher in a new era of brash, assertive nationalism under the president, Xi Jinping.

    Continue reading...", + "content": "

    Hu Xijin became leading voice of strident nationalism with millions of social media followers

    A Chinese state tabloid editor who became a leading voice of strident nationalism with millions of social media followers has announced his retirement.

    A self-described former pro-democracy protester turned outspoken newspaper editor, Hu Xijin helped usher in a new era of brash, assertive nationalism under the president, Xi Jinping.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/16/editor-of-chinese-state-tabloid-global-times-retires", + "creator": "Agence France-Presse", + "pubDate": "2021-12-16T08:05:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204221,16 +229870,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "286f19c42c8390863134fd48321c7940" + "hash": "fd4a8ffa8935995b3dbadfcef5d55254" }, { - "title": "Could Chile show the United States how to rebuild its democracy? | Tony Karon", - "description": "

    The US once helped destroy Chilean democracy. Now, a constitutional reform movement in Chile could teach the US how to fix its own

    Chile always gave the lie to the cold war claim that the United States stood for democracy. When its voters in 1970 showed the temerity (“irresponsibility”, Henry Kissinger called it) to elect socialist Salvador Allende as president, Washington helped orchestrate the coup that toppled him, and backed the resulting dictatorship.

    It seems those “irresponsible” Chilean voters are at it again – on Sunday, they elected leftist Gabriel Boric as president by a 12-point margin, on the back of a campaign for a new constitution. But if Chilean democracy seems on the road to recovery from its Washington-backed disfiguration, prospects for democracy in the United States look rather bleak.

    Tony Karon is a South African-born journalist and former anti-apartheid activist. He is currently the Managing Editor of AJ+

    Continue reading...", - "content": "

    The US once helped destroy Chilean democracy. Now, a constitutional reform movement in Chile could teach the US how to fix its own

    Chile always gave the lie to the cold war claim that the United States stood for democracy. When its voters in 1970 showed the temerity (“irresponsibility”, Henry Kissinger called it) to elect socialist Salvador Allende as president, Washington helped orchestrate the coup that toppled him, and backed the resulting dictatorship.

    It seems those “irresponsible” Chilean voters are at it again – on Sunday, they elected leftist Gabriel Boric as president by a 12-point margin, on the back of a campaign for a new constitution. But if Chilean democracy seems on the road to recovery from its Washington-backed disfiguration, prospects for democracy in the United States look rather bleak.

    Tony Karon is a South African-born journalist and former anti-apartheid activist. He is currently the Managing Editor of AJ+

    Continue reading...", - "category": "Chile", - "link": "https://www.theguardian.com/commentisfree/2021/dec/23/chile-gabriel-boric-show-us-rebuild-democracy", - "creator": "Tony Karon", - "pubDate": "2021-12-23T11:21:00Z", + "title": "When the levee breaks: burrows from mouse plague cause trouble for flood-hit NSW farmers", + "description": "

    Floods across eastern Australia have reduced mouse numbers but the recent plague left some properties exposed to inundation

    As flood waters move through New South Wales, farmers are finding their levees have been compromised by holes and burrows left by mice at the height of the mouse plague.

    Richard Heath, the executive director of the Australian Farm Institute, said the tunnels and nests created by mice are particularly problematic during wet weather.

    Continue reading...", + "content": "

    Floods across eastern Australia have reduced mouse numbers but the recent plague left some properties exposed to inundation

    As flood waters move through New South Wales, farmers are finding their levees have been compromised by holes and burrows left by mice at the height of the mouse plague.

    Richard Heath, the executive director of the Australian Farm Institute, said the tunnels and nests created by mice are particularly problematic during wet weather.

    Continue reading...", + "category": "Agriculture", + "link": "https://www.theguardian.com/australia-news/2021/dec/17/when-the-levee-breaks-burrows-from-mouse-plague-cause-trouble-for-flood-hit-nsw-farmers", + "creator": "Natasha May", + "pubDate": "2021-12-16T16:30:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204242,16 +229891,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecda9bef902da52fd13c20b197608804" + "hash": "2c7d7cb3933e2462510be0a510c7bf62" }, { - "title": "Outcry as memorial to Tiananmen Square victims removed from Hong Kong University", - "description": "

    Site of the Pillar of Shame at city’s oldest university under guard after workmen cut up statue

    Hong Kong’s oldest university and the territory’s authorities have been accused of rewriting history after cutting up and removing a statue mourning those killed in the 1989 Tiananmen Square protests.

    The erasure of the memorial from where it had stood for nearly 25 years came as Beijing has intensified its targeting of political dissent in Hong Kong since the Covid pandemic.

    Continue reading...", - "content": "

    Site of the Pillar of Shame at city’s oldest university under guard after workmen cut up statue

    Hong Kong’s oldest university and the territory’s authorities have been accused of rewriting history after cutting up and removing a statue mourning those killed in the 1989 Tiananmen Square protests.

    The erasure of the memorial from where it had stood for nearly 25 years came as Beijing has intensified its targeting of political dissent in Hong Kong since the Covid pandemic.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/22/hong-kong-memorial-to-tiananmen-victims-may-be-imminently-removed", - "creator": "Rhoda Kwan in Taipei and Vincent Ni, China affairs correspondent", - "pubDate": "2021-12-23T12:25:27Z", + "title": "‘If I’m not on social media, I’m dead’: Qatari feminist activist feared killed or detained", + "description": "

    Rights groups warn 23-year-old Noof al-Maadeed is at imminent risk, despite reassurances from Qatar authorities

    Human rights groups are demanding Qatari authorities show proof of life for a feminist activist, amid growing fears that she has been killed or detained.

    Noof al-Maadeed has been missing since mid-October after returning to Qatar from the UK. The young activist fled the Gulf kingdom two years ago, documenting her escape on social media, after alleged attempts on her life. She had recently returned to Qatar after being given reassurance by the authorities that she was safe.

    Continue reading...", + "content": "

    Rights groups warn 23-year-old Noof al-Maadeed is at imminent risk, despite reassurances from Qatar authorities

    Human rights groups are demanding Qatari authorities show proof of life for a feminist activist, amid growing fears that she has been killed or detained.

    Noof al-Maadeed has been missing since mid-October after returning to Qatar from the UK. The young activist fled the Gulf kingdom two years ago, documenting her escape on social media, after alleged attempts on her life. She had recently returned to Qatar after being given reassurance by the authorities that she was safe.

    Continue reading...", + "category": "Women", + "link": "https://www.theguardian.com/global-development/2021/dec/15/if-im-not-on-social-media-im-dead-qatari-feminist-activist-feared-murdered-or-detained", + "creator": "Ruth Michaelson", + "pubDate": "2021-12-15T14:57:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204263,16 +229912,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "09cc2988d6440e24a6025225b50f2944" + "hash": "17a4f98a365db07a6a3e8844f4cd446b" }, { - "title": "UK government’s wait for Omicron evidence is a high-stakes gamble", - "description": "

    Analysis: ‘incontrovertible evidence’ is a tall order and in the meantime the NHS risks being overwhelmed

    At a long and difficult cabinet meeting on Monday, hawkish ministers demanded “incontrovertible evidence” that Omicron risks overwhelming the NHS to justify the cost of taking action, while on Tuesday Boris Johnson confirmed his view that there is insufficient evidence to justify new measures – yet.

    While some clarity on the hospitalisation rate associated with the new variant should be available within a day or two, scientists have warned that getting the evidence ministers want may be “a tall order”. So why is it so hard to work out, and what does that mean for decision-making?

    Continue reading...", - "content": "

    Analysis: ‘incontrovertible evidence’ is a tall order and in the meantime the NHS risks being overwhelmed

    At a long and difficult cabinet meeting on Monday, hawkish ministers demanded “incontrovertible evidence” that Omicron risks overwhelming the NHS to justify the cost of taking action, while on Tuesday Boris Johnson confirmed his view that there is insufficient evidence to justify new measures – yet.

    While some clarity on the hospitalisation rate associated with the new variant should be available within a day or two, scientists have warned that getting the evidence ministers want may be “a tall order”. So why is it so hard to work out, and what does that mean for decision-making?

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/21/uk-governments-wait-for-omicron-evidence-is-a-high-stakes-gamble", - "creator": "Linda Geddes", - "pubDate": "2021-12-21T19:09:48Z", + "title": "UK charities launch appeal to help eight million Afghans at risk of starvation", + "description": "

    There is a ‘very small window of opportunity’ to intervene, say aid workers, as poverty, conflict, drought and a freeze in humanitarian funding bring Afghanistan to the brink

    Leading UK charities have launched a joint winter appeal to save the lives of 8 million people at risk of starvation in Afghanistan, as aid workers in the country warn of a “small window of opportunity” to intervene.

    A combination of conflict, economic collapse, drought and the Covid-19 pandemic has brought the country to a tipping point, according to the Disasters Emergency Committee (DEC), the umbrella group of 15 aid agencies behind the appeal.

    Continue reading...", + "content": "

    There is a ‘very small window of opportunity’ to intervene, say aid workers, as poverty, conflict, drought and a freeze in humanitarian funding bring Afghanistan to the brink

    Leading UK charities have launched a joint winter appeal to save the lives of 8 million people at risk of starvation in Afghanistan, as aid workers in the country warn of a “small window of opportunity” to intervene.

    A combination of conflict, economic collapse, drought and the Covid-19 pandemic has brought the country to a tipping point, according to the Disasters Emergency Committee (DEC), the umbrella group of 15 aid agencies behind the appeal.

    Continue reading...", + "category": "Hunger", + "link": "https://www.theguardian.com/global-development/2021/dec/15/uk-charities-launch-appeal-to-help-eight-million-afghans-at-risk-of-starvation", + "creator": "Saeed Kamali Dehghan and Karen McVeigh", + "pubDate": "2021-12-15T14:49:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204284,16 +229933,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fe3557ec8e1609ff753d1304a9ca1da" + "hash": "3230e57516895a633a36ea28d0f7edb2" }, { - "title": "Miss Sweden and Bugs Bunny add up to a bad day in court for Ghislaine Maxwell", - "description": "

    The former socialite had nothing to say after the prosecution in her New York trial dispensed quickly with defence witnesses

    Defending a client charged with crimes modern society finds more terrible than murder, who might face the rest of her life in prison, Ghislaine Maxwell’s defence in New York opened with a nice lady who hadn’t seen anything, a travel agent who booked flights years after they mattered and a professor of BugsBunnyology – and none of them cut the mustard.

    At the end of the defence’s first day, Maxwell was seen holding her hands up in despair at her fancy attorneys who have cost her, according to her own estimate, some $7m. Juries in US federal trials must be unanimous and there are legal grounds for knocking out some of the charges, but it looks bleak for Maxwell.

    Continue reading...", - "content": "

    The former socialite had nothing to say after the prosecution in her New York trial dispensed quickly with defence witnesses

    Defending a client charged with crimes modern society finds more terrible than murder, who might face the rest of her life in prison, Ghislaine Maxwell’s defence in New York opened with a nice lady who hadn’t seen anything, a travel agent who booked flights years after they mattered and a professor of BugsBunnyology – and none of them cut the mustard.

    At the end of the defence’s first day, Maxwell was seen holding her hands up in despair at her fancy attorneys who have cost her, according to her own estimate, some $7m. Juries in US federal trials must be unanimous and there are legal grounds for knocking out some of the charges, but it looks bleak for Maxwell.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/18/miss-sweden-and-bugs-bunny-add-up-to-a-bad-day-in-court-for-ghislaine-maxwell", - "creator": "John Sweeney", - "pubDate": "2021-12-18T18:07:01Z", + "title": "Books that explain the world: Guardian writers share their best nonfiction reads of the year", + "description": "

    From a Jacobean traveller’s travails in Sindh to the tangled roots of Nigeria, our pick of new nonfiction books that shine a light on Asia, Africa and South America

    • Share your top recommendations for books on the developing world in the comments below

    You Have Not Yet Been Defeated: Selected Works 2011-2021
    By
    Alaa Abd El-Fattah

    Continue reading...", + "content": "

    From a Jacobean traveller’s travails in Sindh to the tangled roots of Nigeria, our pick of new nonfiction books that shine a light on Asia, Africa and South America

    • Share your top recommendations for books on the developing world in the comments below

    You Have Not Yet Been Defeated: Selected Works 2011-2021
    By
    Alaa Abd El-Fattah

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/15/books-explain-world-guardian-writers-share-best-nonfiction-reads-2021", + "creator": "Guardian writers", + "pubDate": "2021-12-15T10:21:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204305,16 +229954,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "927d982f33093287528efc8be8bb15ec" + "hash": "5136afc6d41df4327a44576e1f2c452e" }, { - "title": "Mark Meadows was at the center of the storm on 6 January. But only Trump could call it off", - "description": "

    Trump’s former White House chief of staff has become a character of supreme interest to the Capitol attack committee, with a treasure trove of documents

    On the morning of 29 December, eight days before hundreds of Trump supporters and far-right extremists stormed the US Capitol in the worst domestic attack on American democracy arguably since the civil war, the White House chief of staff Mark Meadows fired off an email to the head of the justice department.

    It was a strange message for Donald Trump’s right-hand man to send to Jeffrey Rosen, acting US attorney general, given that the material in it was written entirely in Italian. It attached a letter addressed to Trump from an Italian named Carlo Goria who said he worked for a US aerospace company and then went on to regurgitate a conspiracy theory that was doing the rounds, known as “Italygate”.

    Continue reading...", - "content": "

    Trump’s former White House chief of staff has become a character of supreme interest to the Capitol attack committee, with a treasure trove of documents

    On the morning of 29 December, eight days before hundreds of Trump supporters and far-right extremists stormed the US Capitol in the worst domestic attack on American democracy arguably since the civil war, the White House chief of staff Mark Meadows fired off an email to the head of the justice department.

    It was a strange message for Donald Trump’s right-hand man to send to Jeffrey Rosen, acting US attorney general, given that the material in it was written entirely in Italian. It attached a letter addressed to Trump from an Italian named Carlo Goria who said he worked for a US aerospace company and then went on to regurgitate a conspiracy theory that was doing the rounds, known as “Italygate”.

    Continue reading...", - "category": "Mark Meadows", - "link": "https://www.theguardian.com/us-news/2021/dec/18/mark-meadows-center-6-january-donald-trump", - "creator": "Ed Pilkington", - "pubDate": "2021-12-18T07:00:50Z", + "title": "How big is the risk of Omicron in the UK and how do we know?", + "description": "

    Analysis: Sajid Javid estimates there are 200,000 new cases a day – here’s why the experts suggest that number will soon multiply

    When Savid Javid revealed on Monday that an estimated 200,000 people a day are getting infected with Omicron, it brought understandable concern – especially as just 4,713 cases of the variant had been confirmed in the UK so far – . So where does this figure come from – and what does it tell us about the trajectory of the surge?

    Confirming a Covid case is caused by the Omicron variant requires a full genetic analysis of that person’s swab. According to Prof Paul Hunter at the University of East Anglia, it can take up to two weeks to return a viral sequence, meaning the figure of 4,713 Omicron cases reported by the UK Health Security Agency (UKHSA) was already out of date.

    Continue reading...", + "content": "

    Analysis: Sajid Javid estimates there are 200,000 new cases a day – here’s why the experts suggest that number will soon multiply

    When Savid Javid revealed on Monday that an estimated 200,000 people a day are getting infected with Omicron, it brought understandable concern – especially as just 4,713 cases of the variant had been confirmed in the UK so far – . So where does this figure come from – and what does it tell us about the trajectory of the surge?

    Confirming a Covid case is caused by the Omicron variant requires a full genetic analysis of that person’s swab. According to Prof Paul Hunter at the University of East Anglia, it can take up to two weeks to return a viral sequence, meaning the figure of 4,713 Omicron cases reported by the UK Health Security Agency (UKHSA) was already out of date.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/14/how-big-is-the-risk-of-omicron-in-the-uk-and-how-do-we-know", + "creator": "Linda Geddes Science correspondent", + "pubDate": "2021-12-14T18:24:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204326,16 +229975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cadefb4a034496ab8dd0cc40e0f1da42" + "hash": "824a9e472f0f0c62eb950d36d9fe17c6" }, { - "title": "Freezing fog and winter solstice: Tuesday’s best photos", - "description": "

    The Guardian’s picture editors select photo highlights from around the world

    Continue reading...", - "content": "

    The Guardian’s picture editors select photo highlights from around the world

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/gallery/2021/dec/21/freezing-fog-and-winter-solstice-tuesdays-best-photos", - "creator": "Matt Fidler", - "pubDate": "2021-12-21T14:54:13Z", + "title": "Emmanuel Macron says 'Australia behaved badly' over Aukus submarine deal – video", + "description": "

    French President Emmanuel Macron says Australia behaved badly after ending its submarine deal with France before opting for a nuclear powered arrangement in collaboration with the United States and United Kingdom. Macron previously accused the Australian prime minister, Scott Morrison, of lying to him over the abandoned $90bn submarine contract. Speaking in an interview with TF1 and LCI television stations, Macron said: \"The Australians have treated us in a bad manner, industrially and strategically. We responded in the firmest manner, and it will be felt in time, believe me. The Australians behaved badly\"

    ► Subscribe to Guardian Australia on YouTube

    Continue reading...", + "content": "

    French President Emmanuel Macron says Australia behaved badly after ending its submarine deal with France before opting for a nuclear powered arrangement in collaboration with the United States and United Kingdom. Macron previously accused the Australian prime minister, Scott Morrison, of lying to him over the abandoned $90bn submarine contract. Speaking in an interview with TF1 and LCI television stations, Macron said: \"The Australians have treated us in a bad manner, industrially and strategically. We responded in the firmest manner, and it will be felt in time, believe me. The Australians behaved badly\"

    ► Subscribe to Guardian Australia on YouTube

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/video/2021/dec/16/emmanuel-macron-says-australia-behaved-badly-over-aukus-submarine-deal-video", + "creator": "", + "pubDate": "2021-12-16T01:17:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204347,16 +229996,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d1ab7b05411bfd7f73a3723cbb388ec" + "hash": "43ac610cefab73053c7e99f7c4533687" }, { - "title": "Covid live: Denmark to require foreigners to show negative test; South Korea marks deadliest day of pandemic", - "description": "

    Non-citizens and non-residents of Denmark will need to provide negative test; South Korea reports record 109 deaths from Covid in one day

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", - "content": "

    Non-citizens and non-residents of Denmark will need to provide negative test; South Korea reports record 109 deaths from Covid in one day

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", + "title": "Covid: people should cut down on socialising, warns Chris Whitty – video", + "description": "

    Chris Whitty, the chief medical officer for England, urged people not to 'mix with people you don't have to', amid mounting concern over the rapid spread of the Omicron variant. Whitty's comments were in stark contrast to messaging from Boris Johnson, who has previously said he does not want people to cancel Christmas parties

    Continue reading...", + "content": "

    Chris Whitty, the chief medical officer for England, urged people not to 'mix with people you don't have to', amid mounting concern over the rapid spread of the Omicron variant. Whitty's comments were in stark contrast to messaging from Boris Johnson, who has previously said he does not want people to cancel Christmas parties

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/23/covid-news-live-omicron-carries-lower-hospitalisation-risk-studies-suggest-china-locks-down-city-of-13-million", - "creator": "Rachel Hall (now); Jem Bartholomew ,Charlie Moloney and Samantha Lock (earlier)", - "pubDate": "2021-12-23T16:15:28Z", + "link": "https://www.theguardian.com/world/video/2021/dec/15/covid-people-should-cut-down-on-socialising-warns-chris-whitty-video", + "creator": "", + "pubDate": "2021-12-15T21:26:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204368,16 +230017,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df9e615b2b36feab0fed05a38d9cd2be" + "hash": "b193a6fafafcdced82df6554e1d35042" }, { - "title": "‘Nothing’s been good enough’: Biden addresses US Covid testing shortage before holidays", - "description": "

    President tells ABC that country is in better position than last Christmas but is struggling with testing

    Pressed about US testing shortages amid the omicron surge, Biden conceded in an interview that “nothing’s been good enough”.

    In an interview with ABC’s David Muir on Wednesday, the president signaled that the country was in a better shape now than last Christmas but said he wished he had ordered free at-home tests earlier than this week. A surging demand for tests, driven by the new variant and the winter holidays, has led to long lines and shortages around the country.

    Continue reading...", - "content": "

    President tells ABC that country is in better position than last Christmas but is struggling with testing

    Pressed about US testing shortages amid the omicron surge, Biden conceded in an interview that “nothing’s been good enough”.

    In an interview with ABC’s David Muir on Wednesday, the president signaled that the country was in a better shape now than last Christmas but said he wished he had ordered free at-home tests earlier than this week. A surging demand for tests, driven by the new variant and the winter holidays, has led to long lines and shortages around the country.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2021/dec/22/joe-biden-covid-testing-us-pandemic-response", - "creator": "Maanvi Singh", - "pubDate": "2021-12-23T01:13:00Z", + "title": "Fire traps hundreds of people at Hong Kong World Trade Centre – video", + "description": "

    As many as 350 people were trapped on the roof of a shopping centre and office complex in Hong Kong after a fire broke out in one of the city’s busiest shopping districts.

    The cause of the fire remains unclear, though the South China Morning Post reported that it broke out in an electrical switch room. Parts of the building were being renovated, and its lower levels were shrouded in scaffolding

    Continue reading...", + "content": "

    As many as 350 people were trapped on the roof of a shopping centre and office complex in Hong Kong after a fire broke out in one of the city’s busiest shopping districts.

    The cause of the fire remains unclear, though the South China Morning Post reported that it broke out in an electrical switch room. Parts of the building were being renovated, and its lower levels were shrouded in scaffolding

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/video/2021/dec/15/fire-traps-150-people-at-hong-kong-world-trade-centre-video", + "creator": "", + "pubDate": "2021-12-15T09:38:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204389,16 +230038,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e83610dced6fe36ec4b11b540fc4f34b" + "hash": "c02466863c478c0d104f006db2a33264" }, { - "title": "WHO boss: western countries’ Covid booster drives likely to prolong pandemic", - "description": "

    Dr Tedros Adhanom Ghebreyesus says there will be enough vaccines for world’s adults – if they are not hoarded

    The world will have enough doses of Covid vaccines early next year to inoculate all of the global adult population – if western countries do not hoard those vaccines to use in blanket booster programmes, the head of the World Health Organization (WHO) has said.

    Dr Tedros Adhanom Ghebreyesus said on Wednesday there would be sufficient vaccine supplies in global circulation in the first quarter of 2022.

    Continue reading...", - "content": "

    Dr Tedros Adhanom Ghebreyesus says there will be enough vaccines for world’s adults – if they are not hoarded

    The world will have enough doses of Covid vaccines early next year to inoculate all of the global adult population – if western countries do not hoard those vaccines to use in blanket booster programmes, the head of the World Health Organization (WHO) has said.

    Dr Tedros Adhanom Ghebreyesus said on Wednesday there would be sufficient vaccine supplies in global circulation in the first quarter of 2022.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/22/who-boss-covid-booster-drives-likely-prolong-pandemic", - "creator": "Peter Beaumont", - "pubDate": "2021-12-22T17:27:38Z", + "title": "La Palma’s changed landscapes – in pictures", + "description": "

    Cumbre Vieja, the La Palma volcano that has been spewing lava in the Canary Islands for almost three months, has quietened but scientists have warned the lull does not necessarily mean the eruption is over. Photographer Jorge Guerrero surveys the island’s changed landscapes

    Continue reading...", + "content": "

    Cumbre Vieja, the La Palma volcano that has been spewing lava in the Canary Islands for almost three months, has quietened but scientists have warned the lull does not necessarily mean the eruption is over. Photographer Jorge Guerrero surveys the island’s changed landscapes

    Continue reading...", + "category": "Volcanoes", + "link": "https://www.theguardian.com/world/gallery/2021/dec/15/la-palmas-changed-landscapes-in-pictures", + "creator": "Jorge Guerrero / AFP / Getty", + "pubDate": "2021-12-15T07:00:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204410,16 +230059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b4a0796098c31b1010f04b558c9a397" + "hash": "27d66fa1480b7d0dc51df3e07b92b349" }, { - "title": "St Basil’s bosses ordered to give evidence at inquest despite incrimination argument", - "description": "

    Operators of Melbourne Covid-ravaged nursing home will have to give evidence despite claim it could incriminate them

    The operators of a Melbourne nursing home ravaged by a Covid-19 outbreak will have to give evidence to an inquest despite their argument it would be a “dress rehearsal” in any potential future prosecution.

    Kon Kontis and Vicky Kos last week faced the Victorian Coroners Court and formally requested to be excused from testifying at the inquest into the fatal outbreak at St Basil’s Home for the Aged on the grounds they may incriminate themselves.

    Continue reading...", - "content": "

    Operators of Melbourne Covid-ravaged nursing home will have to give evidence despite claim it could incriminate them

    The operators of a Melbourne nursing home ravaged by a Covid-19 outbreak will have to give evidence to an inquest despite their argument it would be a “dress rehearsal” in any potential future prosecution.

    Kon Kontis and Vicky Kos last week faced the Victorian Coroners Court and formally requested to be excused from testifying at the inquest into the fatal outbreak at St Basil’s Home for the Aged on the grounds they may incriminate themselves.

    Continue reading...", - "category": "Victoria", - "link": "https://www.theguardian.com/australia-news/2021/dec/23/st-basils-bosses-ordered-to-give-evidence-at-inquest-despite-incrimination-argument", - "creator": "Australian Associated Press", - "pubDate": "2021-12-23T10:30:13Z", + "title": "Housebuilders council was warned of risk before Grenfell fire, inquiry hears", + "description": "

    Facade manufacturer told 2016 conference of his fear that Dubai fire could be repeated in UK

    The UK’s largest building control organisation was warned 18 months before the Grenfell Tower fire that “any number of buildings” could go up in flames because they were fitted with combustible panels that did not meet building regulations.

    But the body did not check whether it had given approval to any such blocks, the public inquiry into the disaster heard on Thursday.

    Continue reading...", + "content": "

    Facade manufacturer told 2016 conference of his fear that Dubai fire could be repeated in UK

    The UK’s largest building control organisation was warned 18 months before the Grenfell Tower fire that “any number of buildings” could go up in flames because they were fitted with combustible panels that did not meet building regulations.

    But the body did not check whether it had given approval to any such blocks, the public inquiry into the disaster heard on Thursday.

    Continue reading...", + "category": "Grenfell Tower inquiry", + "link": "https://www.theguardian.com/uk-news/2021/dec/16/grenfell-fire-inquiry-warned-dubai-fire", + "creator": "Robert Booth Social affairs correspondent", + "pubDate": "2021-12-16T18:34:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204431,16 +230080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a21339a7243b61a3b8c707b8d6b14de0" + "hash": "9e18114c39f3cfdfe4f81a443b4596e3" }, { - "title": "'An event cancelled is better than a life cancelled': WHO urges rethink of holiday events – video", - "description": "

    The World Health Organisation has sounded a new warning about the Omicron variant, arguing some events over the festive period should be postponed. 'All of us are sick of this pandemic,' said WHO director general Dr Tedros Adhanom Ghebreyesus. The fastest way to do this, he said, could mean potentially cancelling or delaying holiday events. 'An event cancelled is better than a life cancelled,' he said. The WHO says there's now consistent evidence that the Omicron strain is spreading faster than the Delta variant

    Continue reading...", - "content": "

    The World Health Organisation has sounded a new warning about the Omicron variant, arguing some events over the festive period should be postponed. 'All of us are sick of this pandemic,' said WHO director general Dr Tedros Adhanom Ghebreyesus. The fastest way to do this, he said, could mean potentially cancelling or delaying holiday events. 'An event cancelled is better than a life cancelled,' he said. The WHO says there's now consistent evidence that the Omicron strain is spreading faster than the Delta variant

    Continue reading...", - "category": "World Health Organization", - "link": "https://www.theguardian.com/world/video/2021/dec/21/an-event-cancelled-is-better-than-a-life-cancelled-who-urges-rethink-of-holiday-events-video", - "creator": "", - "pubDate": "2021-12-21T00:42:58Z", + "title": "Covid news live: France bans UK tourists over Omicron; New Zealand reports first case of new variant", + "description": "

    British tourists banned from entering France from Saturday; Omicron has been detected in isolation facility in Christchurch

    New Zealand has detected its first case of the Omicron Covid-19 variant in a Christchurch managed isolation facility.

    On Thursday afternoon, the director general of health Dr Ashley Bloomfield said:

    This is a person who is in managed isolation in Christchurch. The person arrived in New Zealand on a flight from Germany via Dubai that landed in Auckland...the people on that flight were transferred to Christchurch on a chartered domestic flight trip with all our usual protocols.

    We fully expected we will find a case of Omicron and in fact, we are treating every border related case as if it were Omicron until proven otherwise. We have good protocols in place that are designed to stop the virus getting across the border.”

    Continue reading...", + "content": "

    British tourists banned from entering France from Saturday; Omicron has been detected in isolation facility in Christchurch

    New Zealand has detected its first case of the Omicron Covid-19 variant in a Christchurch managed isolation facility.

    On Thursday afternoon, the director general of health Dr Ashley Bloomfield said:

    This is a person who is in managed isolation in Christchurch. The person arrived in New Zealand on a flight from Germany via Dubai that landed in Auckland...the people on that flight were transferred to Christchurch on a chartered domestic flight trip with all our usual protocols.

    We fully expected we will find a case of Omicron and in fact, we are treating every border related case as if it were Omicron until proven otherwise. We have good protocols in place that are designed to stop the virus getting across the border.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/16/covid-news-live-south-korea-reimpose-dining-curfews-south-africa-daily-cases-record-omicron", + "creator": "Miranda Bryant (now) and Samantha Lock (earlier)", + "pubDate": "2021-12-16T08:43:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204452,16 +230101,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b266ed206b2d15905c76b5f69e4745b6" + "hash": "a66327830c004418b64615bab52067ce" }, { - "title": "Covid live: South Korea marks deadliest day of pandemic; Australian states reintroduce mask mandates", - "description": "

    South Korea reports record 109 deaths from Covid in one day; Australia revives mask-wearing indoors, capacity limits and QR code check-ins

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", - "content": "

    South Korea reports record 109 deaths from Covid in one day; Australia revives mask-wearing indoors, capacity limits and QR code check-ins

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/23/covid-news-live-omicron-carries-lower-hospitalisation-risk-studies-suggest-china-locks-down-city-of-13-million", - "creator": "Rachel Hall (now); Charlie Moloneyand Samantha Lock (earlier)", - "pubDate": "2021-12-23T14:47:50Z", + "title": "Australia jumping castle tragedy: five children dead and several critically injured in Tasmania", + "description": "

    Police say children fell about 10 metres after wind lifted a bouncy castle into the air at Hillcrest primary school in Devonport

    A fifth child has died and three remain critically injured after they fell about 10 metres from a jumping castle that was blown into the air in north-west Tasmania.

    Police earlier confirmed two girls and two boys, in year 5 and 6, died in the tragedy at Hillcrest primary school in Devonport on Thursday morning.

    Continue reading...", + "content": "

    Police say children fell about 10 metres after wind lifted a bouncy castle into the air at Hillcrest primary school in Devonport

    A fifth child has died and three remain critically injured after they fell about 10 metres from a jumping castle that was blown into the air in north-west Tasmania.

    Police earlier confirmed two girls and two boys, in year 5 and 6, died in the tragedy at Hillcrest primary school in Devonport on Thursday morning.

    Continue reading...", + "category": "Tasmania", + "link": "https://www.theguardian.com/australia-news/2021/dec/16/several-children-seriously-injured-after-jumping-castle-incident-in-tasmania", + "creator": "Cait Kelly and Australian Associated Press", + "pubDate": "2021-12-16T08:42:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204473,16 +230122,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55e8ac4fa06ae63739f4696e85f7d51b" + "hash": "e4cbe99db072a6ecc3214ef71fa914a2" }, { - "title": "Cat burglar: New Zealand pet steals bong, bag of white powder and lacy underwear", - "description": "

    Keith the cat is known locally for making off with everything from live eels to tradesmen’s boots

    A New Zealand cat with a reputation as a talented thief has taken his habit to new lows by bringing home drugs and a pair of lacy black knickers, according to his owners.

    Keith’s crime wave started three years ago, when he began stealing bras from nearby clothes lines and bringing home live eels from the local Heathcote river in Christchurch.

    Continue reading...", - "content": "

    Keith the cat is known locally for making off with everything from live eels to tradesmen’s boots

    A New Zealand cat with a reputation as a talented thief has taken his habit to new lows by bringing home drugs and a pair of lacy black knickers, according to his owners.

    Keith’s crime wave started three years ago, when he began stealing bras from nearby clothes lines and bringing home live eels from the local Heathcote river in Christchurch.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/23/cat-burglar-new-zealand-pet-steals-bong-bag-of-white-powder-and-lacy-underwear", - "creator": "Pete McKenzie in Wellington", - "pubDate": "2021-12-23T03:16:43Z", + "title": "Ashes 2021-22: Australia v England second Test, day one – live!", + "description": "

    “Let’s not ask why some idiot was at a restaurant when he should have been in quarantine awaiting his test results,” writes in Peter Hutchinson.

    I’m not sure what the details around the rules and the case are there, so I’ll hold fire before I start sledging anyone.

    Continue reading...", + "content": "

    “Let’s not ask why some idiot was at a restaurant when he should have been in quarantine awaiting his test results,” writes in Peter Hutchinson.

    I’m not sure what the details around the rules and the case are there, so I’ll hold fire before I start sledging anyone.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/live/2021/dec/16/ashes-2021-22-australia-vs-england-day-1-one-cricket-second-2nd-test-live-score-card-aus-v-eng-start-time-latest-updates", + "creator": "Geoff Lemon at Adelaide Oval (earlier) and Simon Burnton (now)", + "pubDate": "2021-12-16T08:45:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204494,16 +230143,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "937d7682d5289afcda3736e5c6c5bd61" + "hash": "7ae1895be86892d7e72d49d9142629b0" }, { - "title": "Kate Winslet: ‘I feel way cooler as a fortysomething actress than I ever imagined’", - "description": "

    The star of one of 2021’s biggest TV hits, Mare of Easttown, talks about weepy reunions with Leonardo DiCaprio, binging Ted Lasso and middle-aged women taking over our screens

    Kate Winslet will be ready in a sec. “I’m just going to put some more eyedrops on my stye,” she says. Blame her intense crime drama Mare of Easttown, one of the TV hits of the pandemic. “It was quite a stressful job, and about nine weeks in I got three styes in my left eye, the third of which turned into a solid little marble and had to be cut out. But I pushed on. On with the show!” In it, she plays DS Mare Sheehan, who is raising her grandson, coping with her son’s suicide, and trying to solve the murder of a young mother in a working-class Philadelphia suburb. All without makeup: Mare is more likely to reach for a Cheeto topped with a squirt of spray cheese than anything in the Max Factor range.

    “The discussion about how Mare looked blew my mind,” says Winslet. The 46-year-old actor is speaking by phone from the West Sussex home she shares with her husband, Ned Abel Smith, and their seven-year-old son Bear, as well as her two children from previous marriages: 21-year-old Mia by her first husband, Jim Threapleton, and 17-year-old Joe by her second, the director Sam Mendes. “People were asking, ‘Did she gain weight? Didn’t she look frumpy? Wasn’t that brave of her?’ But why should that be brave? I suppose because it’s not how leading actresses are represented. Maybe Mare will be the tipping point, and we’re going to stop scrutinising women on screen quite so much.”

    Continue reading...", - "content": "

    The star of one of 2021’s biggest TV hits, Mare of Easttown, talks about weepy reunions with Leonardo DiCaprio, binging Ted Lasso and middle-aged women taking over our screens

    Kate Winslet will be ready in a sec. “I’m just going to put some more eyedrops on my stye,” she says. Blame her intense crime drama Mare of Easttown, one of the TV hits of the pandemic. “It was quite a stressful job, and about nine weeks in I got three styes in my left eye, the third of which turned into a solid little marble and had to be cut out. But I pushed on. On with the show!” In it, she plays DS Mare Sheehan, who is raising her grandson, coping with her son’s suicide, and trying to solve the murder of a young mother in a working-class Philadelphia suburb. All without makeup: Mare is more likely to reach for a Cheeto topped with a squirt of spray cheese than anything in the Max Factor range.

    “The discussion about how Mare looked blew my mind,” says Winslet. The 46-year-old actor is speaking by phone from the West Sussex home she shares with her husband, Ned Abel Smith, and their seven-year-old son Bear, as well as her two children from previous marriages: 21-year-old Mia by her first husband, Jim Threapleton, and 17-year-old Joe by her second, the director Sam Mendes. “People were asking, ‘Did she gain weight? Didn’t she look frumpy? Wasn’t that brave of her?’ But why should that be brave? I suppose because it’s not how leading actresses are represented. Maybe Mare will be the tipping point, and we’re going to stop scrutinising women on screen quite so much.”

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/23/kate-winslet-i-feel-way-cooler-as-a-fortysomething-actress-than-i-ever-imagined", - "creator": "Ryan Gilbey", - "pubDate": "2021-12-23T08:00:50Z", + "title": "US releases 1,500 documents about JFK assassination inquiry", + "description": "

    Cables, memos and other documents shed light on Lee Harvey Oswald’s Soviet and Cuban embassy visits

    The National Archives on Wednesday made public nearly 1,500 documents related to the US government’s investigation into the 1963 assassination of John F Kennedy.

    The disclosure of secret cables, internal memos and other documents satisfies a deadline set in October by Joe Biden and is in keeping with a federal statute that calls for the release of records in the government’s possession. Additional documents are expected to be made public next year.

    Continue reading...", + "content": "

    Cables, memos and other documents shed light on Lee Harvey Oswald’s Soviet and Cuban embassy visits

    The National Archives on Wednesday made public nearly 1,500 documents related to the US government’s investigation into the 1963 assassination of John F Kennedy.

    The disclosure of secret cables, internal memos and other documents satisfies a deadline set in October by Joe Biden and is in keeping with a federal statute that calls for the release of records in the government’s possession. Additional documents are expected to be made public next year.

    Continue reading...", + "category": "John F Kennedy", + "link": "https://www.theguardian.com/us-news/2021/dec/15/john-f-kennedy-assassination-documents-released", + "creator": "Associated Press", + "pubDate": "2021-12-15T22:36:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204515,16 +230164,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "05097f8e151747d37bbbfc08f5a6d8d3" + "hash": "3de000aca7bd675c2d1a90b23d3963b8" }, { - "title": "Funeral held for stabbed girl, 12, in Liverpool", - "description": "

    Hundreds gather at cathedral for funeral of Ava White who died after ‘verbal argument’

    Hundreds of mourners gathered at Liverpool’s Catholic cathedral on Thursday morning for the funeral of 12-year-old Ava White, who was stabbed to death after the city’s Christmas lights switch-on.

    It was a grey, wet Liverpool day but there was lots of colour as many people arrived in purples, pinks, reds and blues – anything but black at the request of the family.

    Continue reading...", - "content": "

    Hundreds gather at cathedral for funeral of Ava White who died after ‘verbal argument’

    Hundreds of mourners gathered at Liverpool’s Catholic cathedral on Thursday morning for the funeral of 12-year-old Ava White, who was stabbed to death after the city’s Christmas lights switch-on.

    It was a grey, wet Liverpool day but there was lots of colour as many people arrived in purples, pinks, reds and blues – anything but black at the request of the family.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/23/funeral-held-for-stabbed-girl-12-in-liverpool-ava-white", - "creator": "Mark Brown", - "pubDate": "2021-12-23T13:04:53Z", + "title": "Japan PM will not attend Beijing Winter Olympics opening ceremony", + "description": "

    Fumio Kishida does not say if other officials will attend and it remains unclear if he will join US-led boycott over human rights

    Japan’s prime minister, Fumio Kishida, has said he will not attend the opening ceremony of the Winter Olympics in Beijing, but it is not clear if the country will join a US-led diplomatic boycott of the Games over human rights abuses.

    Speaking in parliament on Thursday, Kishida said: “I have no plans at this point to attend” and did not clarify if Japan would send any officials to the event, amid reports that it was unlikely to snub the hosts altogether.

    Continue reading...", + "content": "

    Fumio Kishida does not say if other officials will attend and it remains unclear if he will join US-led boycott over human rights

    Japan’s prime minister, Fumio Kishida, has said he will not attend the opening ceremony of the Winter Olympics in Beijing, but it is not clear if the country will join a US-led diplomatic boycott of the Games over human rights abuses.

    Speaking in parliament on Thursday, Kishida said: “I have no plans at this point to attend” and did not clarify if Japan would send any officials to the event, amid reports that it was unlikely to snub the hosts altogether.

    Continue reading...", + "category": "Winter Olympics", + "link": "https://www.theguardian.com/sport/2021/dec/16/japan-pm-will-not-attend-beijing-winter-olympics-opening-ceremony", + "creator": "Justin McCurry in Tokyo", + "pubDate": "2021-12-16T05:31:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204536,16 +230185,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "29495b9b8095ee4630ffd058a45b4ba9" + "hash": "07ac164d113d35b9af50328abec95854" }, { - "title": "Calls for femicide to become separate crime in Greece mount as two more women killed", - "description": "

    ‘It has to be recognised as a term and as a crime’, says government opposition, after unprecedented number of women murdered by partners

    The Greek government has come under growing pressure to introduce femicide as an offence in the country’s penal code amid outrage over the growing and unprecedented number of women being brutally murdered by their partners.

    Two women were murdered by their husbands within five days last week, bringing the death toll to 17 since January, according to state-run television. Both men allegedly told police that they had killed their wives out of fear that they would leave them.

    Continue reading...", - "content": "

    ‘It has to be recognised as a term and as a crime’, says government opposition, after unprecedented number of women murdered by partners

    The Greek government has come under growing pressure to introduce femicide as an offence in the country’s penal code amid outrage over the growing and unprecedented number of women being brutally murdered by their partners.

    Two women were murdered by their husbands within five days last week, bringing the death toll to 17 since January, according to state-run television. Both men allegedly told police that they had killed their wives out of fear that they would leave them.

    Continue reading...", - "category": "Greece", - "link": "https://www.theguardian.com/global-development/2021/dec/21/greece-femicide-crime-two-more-women-killed", - "creator": "Helena Smith in Athens", - "pubDate": "2021-12-21T11:47:37Z", + "title": "US rapper Logic’s song 1-800-273-8255 may have helped prevent suicides, study finds", + "description": "

    The British Medical Journal study finds song led to a rise in calls to helplines while US suicides also fell during the same period

    A song by US rapper Logic that references the name of a suicide prevention helpline led to a “notable increase” in the number of calls to the service and may have reduced the number of suicides, new research has found.

    Titled 1-800-273-8255 – the number for the US National Suicide Prevention Lifeline – the song generated strong public attention upon its release and following two notable performances.

    Continue reading...", + "content": "

    The British Medical Journal study finds song led to a rise in calls to helplines while US suicides also fell during the same period

    A song by US rapper Logic that references the name of a suicide prevention helpline led to a “notable increase” in the number of calls to the service and may have reduced the number of suicides, new research has found.

    Titled 1-800-273-8255 – the number for the US National Suicide Prevention Lifeline – the song generated strong public attention upon its release and following two notable performances.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/16/song-by-us-rapper-logic", + "creator": "Press Association", + "pubDate": "2021-12-16T01:39:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204557,16 +230206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e2850990fb474d2f815a16c712c450b" + "hash": "96b6a44ccf85a41964aea3db78d47ebb" }, { - "title": "Covid live: South Korea marks deadliest day of pandemic; Australia reintroduces mask mandates", - "description": "

    South Korea reports record 109 deaths from Covid in one day; Australia revives mask-wearing indoors, capacity limits and QR code check-ins

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", - "content": "

    South Korea reports record 109 deaths from Covid in one day; Australia revives mask-wearing indoors, capacity limits and QR code check-ins

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/23/covid-news-live-omicron-carries-lower-hospitalisation-risk-studies-suggest-china-locks-down-city-of-13-million", - "creator": "Charlie Moloney (now) and Samantha Lock (earlier)", - "pubDate": "2021-12-23T11:17:15Z", + "title": "Freakish wind storm brings ‘dust bowl’ conditions to tornado-devastated US states", + "description": "

    The powerful weather system, driven by unseasonably high temperatures, closed highways, spawned tornadoes and caused outages

    Less than a week after a swarm of powerful tornadoes devastated Kentucky and four other states, a freakish wind storm has brought “Dust Bowl” conditions and gusts of more than 100 mph to parts of the Great Plains and upper midwest, meteorologists said on Wednesday.

    The low pressure wind system, driven by unseasonably high temperatures, closed highways in western Kansas, spawned reported tornadoes in Nebraska and Iowa and raised concerns about fires because of the unusual heat.

    Continue reading...", + "content": "

    The powerful weather system, driven by unseasonably high temperatures, closed highways, spawned tornadoes and caused outages

    Less than a week after a swarm of powerful tornadoes devastated Kentucky and four other states, a freakish wind storm has brought “Dust Bowl” conditions and gusts of more than 100 mph to parts of the Great Plains and upper midwest, meteorologists said on Wednesday.

    The low pressure wind system, driven by unseasonably high temperatures, closed highways in western Kansas, spawned reported tornadoes in Nebraska and Iowa and raised concerns about fires because of the unusual heat.

    Continue reading...", + "category": "Extreme weather", + "link": "https://www.theguardian.com/world/2021/dec/15/us-wind-storm-dust-bowl-tornado", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-16T03:17:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204578,16 +230227,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "be9c4e7d81bf26c3d238db44d156d37f" + "hash": "1acff8cbed11efeb92dda36343b006da" }, { - "title": "Outcry as Hong Kong University memorial to Tiananmen Square victims is removed", - "description": "

    Site of the Pillar of Shame at the city’s oldest university is under guard after workmen dismantled statue

    Hong Kong’s oldest university has removed a statue mourning those killed in Beijing’s Tiananmen Square in 1989 and posted guards at the site where it has stood for more than 20 years.

    The move prompted criticism of the university and the Hong Kong authorities, with academics and experts saying the removal of the sculpture was an attempt at “rewriting history”.

    Continue reading...", - "content": "

    Site of the Pillar of Shame at the city’s oldest university is under guard after workmen dismantled statue

    Hong Kong’s oldest university has removed a statue mourning those killed in Beijing’s Tiananmen Square in 1989 and posted guards at the site where it has stood for more than 20 years.

    The move prompted criticism of the university and the Hong Kong authorities, with academics and experts saying the removal of the sculpture was an attempt at “rewriting history”.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/22/hong-kong-memorial-to-tiananmen-victims-may-be-imminently-removed", - "creator": "Rhoda Kwan in Taipei", - "pubDate": "2021-12-23T05:10:31Z", + "title": "New Zealand honours ‘extraordinary’ bravery of 10 during Christchurch attacks", + "description": "

    Highest honours went to Naeem Rashid, who died while challenging the gunman, and Abdul Aziz who lured the attacker away from others

    Ten people who risked their lives to save others during the 2019 Christchurch mosque massacres have been honoured in New Zealand’s most prestigious bravery awards.

    “The courage demonstrated by these New Zealanders was selfless and extraordinary. They have our deepest respect and gratitude for their actions on that day,” said the prime minister, Jacinda Ardern. “Each of them put their life on the line to save others. If not for their collective actions, the loss of life could have been even greater.”

    Continue reading...", + "content": "

    Highest honours went to Naeem Rashid, who died while challenging the gunman, and Abdul Aziz who lured the attacker away from others

    Ten people who risked their lives to save others during the 2019 Christchurch mosque massacres have been honoured in New Zealand’s most prestigious bravery awards.

    “The courage demonstrated by these New Zealanders was selfless and extraordinary. They have our deepest respect and gratitude for their actions on that day,” said the prime minister, Jacinda Ardern. “Each of them put their life on the line to save others. If not for their collective actions, the loss of life could have been even greater.”

    Continue reading...", + "category": "Christchurch shooting", + "link": "https://www.theguardian.com/world/2021/dec/16/new-zealand-honours-extraordinary-bravery-of-10-during-christchurch-attacks", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-12-16T00:05:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204599,16 +230248,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "76e1dc20014ceeb91709ce7cea1f38b7" + "hash": "5fd139455f7a74d9c3172c55b021675a" }, { - "title": "‘I heard a meow’: Kentucky man finds his cat unscathed in rubble nine days after tornado", - "description": "

    Sonny ‘Hoot’ Gibson thought his mind was playing tricks when the sound emerged from his demolished office building

    Nine days after a tornado demolished his three-story office building in downtown Mayfield, Kentucky, Sonny “Hoot” Gibson was standing in the rubble when he thought he heard a faint meow.

    It instantly gave him hope that his office cat, Madix, who hadn’t been seen since before the storms hit, was alive. Gibson said he had tried to find the black cat with yellow eyes who liked to greet customers of his rental business, but he had given up after a few days.

    Continue reading...", - "content": "

    Sonny ‘Hoot’ Gibson thought his mind was playing tricks when the sound emerged from his demolished office building

    Nine days after a tornado demolished his three-story office building in downtown Mayfield, Kentucky, Sonny “Hoot” Gibson was standing in the rubble when he thought he heard a faint meow.

    It instantly gave him hope that his office cat, Madix, who hadn’t been seen since before the storms hit, was alive. Gibson said he had tried to find the black cat with yellow eyes who liked to greet customers of his rental business, but he had given up after a few days.

    Continue reading...", - "category": "Kentucky", - "link": "https://www.theguardian.com/us-news/2021/dec/22/kentucky-tornado-cat-survives", - "creator": "Associated Press", - "pubDate": "2021-12-22T23:17:09Z", + "title": "Covid cases rise sharply at some UK universities as students head home", + "description": "

    Fears mass exodus before Christmas break could fuel spread of Omicron variant

    The number of Covid cases has risen sharply at some universities as about a million students begin to head home for the Christmas break, prompting fears that the mass migration could fuel the spread of the virus.

    Students have been urged to take Covid tests before they leave their university to travel to see their families – the vast majority on public transport – and again before they return in the new year, as well as getting their booster vaccinations.

    Continue reading...", + "content": "

    Fears mass exodus before Christmas break could fuel spread of Omicron variant

    The number of Covid cases has risen sharply at some universities as about a million students begin to head home for the Christmas break, prompting fears that the mass migration could fuel the spread of the virus.

    Students have been urged to take Covid tests before they leave their university to travel to see their families – the vast majority on public transport – and again before they return in the new year, as well as getting their booster vaccinations.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/16/covid-cases-rise-sharply-some-uk-universities-students-head-home", + "creator": "Sally Weale Education correspondent", + "pubDate": "2021-12-16T06:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204620,16 +230269,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a06bb703dd87a4206f31bdbaaad3ae00" + "hash": "f5644cb3d1baa5abab08b02bb10b6794" }, { - "title": "Intel faces backlash in China after banning products and labour from Xinjiang", - "description": "

    Chinese social media users call for boycott of US chip maker after it issues directive to suppliers over human rights concerns

    Intel, the US computer chip maker, is facing a backlash from China after telling its suppliers not to source products or labour from the region of Xinjiang.

    Intel said it had been “required to ensure that its supply chain does not use any labour or source goods or services” from Xinjiang in accordance with restrictions imposed by “multiple governments”.

    Continue reading...", - "content": "

    Chinese social media users call for boycott of US chip maker after it issues directive to suppliers over human rights concerns

    Intel, the US computer chip maker, is facing a backlash from China after telling its suppliers not to source products or labour from the region of Xinjiang.

    Intel said it had been “required to ensure that its supply chain does not use any labour or source goods or services” from Xinjiang in accordance with restrictions imposed by “multiple governments”.

    Continue reading...", - "category": "Xinjiang", - "link": "https://www.theguardian.com/world/2021/dec/23/intel-faces-backlash-in-china-after-banning-products-and-labour-from-xinjiang", - "creator": "Reuters", - "pubDate": "2021-12-23T01:49:49Z", + "title": "US Federal Reserve speeds up taper and signals three rate hikes in 2022", + "description": "

    Central bank will double rate at which it cuts spending on government bonds and expects to raise borrowing costs next year

    The US Federal Reserve has announced that it will accelerate an end to the central bank’s pandemic-era support of the US economy in a major shift that will also see a series of interest rate rises next year.

    The measures are a signal that US central bankers no longer view rising inflation as a “transitory” nuisance caused by supply chain problems meeting pent-up consumer demand, but an issue that now requires firm management to avert lasting damage to the US economy.

    Continue reading...", + "content": "

    Central bank will double rate at which it cuts spending on government bonds and expects to raise borrowing costs next year

    The US Federal Reserve has announced that it will accelerate an end to the central bank’s pandemic-era support of the US economy in a major shift that will also see a series of interest rate rises next year.

    The measures are a signal that US central bankers no longer view rising inflation as a “transitory” nuisance caused by supply chain problems meeting pent-up consumer demand, but an issue that now requires firm management to avert lasting damage to the US economy.

    Continue reading...", + "category": "Federal Reserve", + "link": "https://www.theguardian.com/business/2021/dec/15/us-federal-reserve-expected-to-speed-up-end-of-pandemic-support", + "creator": "Edward Helmore", + "pubDate": "2021-12-16T04:22:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204641,16 +230290,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0482acb625cb1ab329e763f48f6ac07" + "hash": "0e3072d34c9e588666236a43e1c61820" }, { - "title": "Eric Clapton to waive legal costs against woman who attempted to sell single bootlegged CD", - "description": "

    The artist’s management have issued a clarifying statement after the singer attracted criticism over the David v Goliath win

    Eric Clapton has waived the legal costs that a German court ordered a 55-year-old woman to pay, over a single CD containing a bootleg copy of a 1980s concert she attempted to sell.

    The musician’s management has also issued a clarifying statement in response to widespread social media criticism over Clapton’s decision to take legal action in the first place, saying Clapton was not involved in the specifics of the case and she “is not the type of person Eric Clapton, or his record company, wish to target”.

    Continue reading...", - "content": "

    The artist’s management have issued a clarifying statement after the singer attracted criticism over the David v Goliath win

    Eric Clapton has waived the legal costs that a German court ordered a 55-year-old woman to pay, over a single CD containing a bootleg copy of a 1980s concert she attempted to sell.

    The musician’s management has also issued a clarifying statement in response to widespread social media criticism over Clapton’s decision to take legal action in the first place, saying Clapton was not involved in the specifics of the case and she “is not the type of person Eric Clapton, or his record company, wish to target”.

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/music/2021/dec/23/eric-clapton-to-waive-legal-costs-against-woman-who-attempted-to-sell-single-bootlegged-cd", - "creator": "Kelly Burke", - "pubDate": "2021-12-23T05:39:14Z", + "title": "What Covid taught us about racism – and what we need to do now | Gary Younge", + "description": "

    We were told coronavirus didn’t discriminate, but it didn’t need to – society had already done that for us. But there is a path to a fairer future if we want it

    In June 2020, I attended a Black Lives Matter demonstration in north London, not far from my house. My wife had found out about it from friends who’d found out about it on Facebook. We took the kids. Well over 1,000 people went; beyond my immediate circle, I only recognised a few there. The soundsystem was poor and I couldn’t hear what was being said from the stage. We took a knee like Colin Kaepernick while raising a fist like the Black Panthers and held the pose for eight minutes – the length of time Derek Chauvin kept his knee on George Floyd’s neck. Then we clapped, chatted and made our way back to our locked-down homes. I have no idea who called the demonstration. It just happened and then it was gone.

    In the weeks before and after, institutions made statements; reviews were announced; social media avatars changed; museums reconsidered their inventory; Labour-led town halls went purple; curricula were revised; statues came down. Overnight, bestseller booklists were filled with anti-racist manuals and explorations of whiteness. This was the virus within the virus: a strain of anti-racist consciousness that spread through the globe with great speed, prompted by a video that had gone viral. Not everybody caught it, but everybody was aware of it, and most were, in some way, affected by it.

    Continue reading...", + "content": "

    We were told coronavirus didn’t discriminate, but it didn’t need to – society had already done that for us. But there is a path to a fairer future if we want it

    In June 2020, I attended a Black Lives Matter demonstration in north London, not far from my house. My wife had found out about it from friends who’d found out about it on Facebook. We took the kids. Well over 1,000 people went; beyond my immediate circle, I only recognised a few there. The soundsystem was poor and I couldn’t hear what was being said from the stage. We took a knee like Colin Kaepernick while raising a fist like the Black Panthers and held the pose for eight minutes – the length of time Derek Chauvin kept his knee on George Floyd’s neck. Then we clapped, chatted and made our way back to our locked-down homes. I have no idea who called the demonstration. It just happened and then it was gone.

    In the weeks before and after, institutions made statements; reviews were announced; social media avatars changed; museums reconsidered their inventory; Labour-led town halls went purple; curricula were revised; statues came down. Overnight, bestseller booklists were filled with anti-racist manuals and explorations of whiteness. This was the virus within the virus: a strain of anti-racist consciousness that spread through the globe with great speed, prompted by a video that had gone viral. Not everybody caught it, but everybody was aware of it, and most were, in some way, affected by it.

    Continue reading...", + "category": "Society", + "link": "https://www.theguardian.com/society/2021/dec/16/systemic-racism-covid-gary-younge", + "creator": "Gary Younge", + "pubDate": "2021-12-16T06:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204662,16 +230311,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "632f0362d1429819e02eaa89f28c52bf" + "hash": "b8da4c5ea53f2d196c895cd94df629a1" }, { - "title": "James Franco admits sleeping with students and says he had sex addiction", - "description": "

    Actor gives first extended comments about accusations that came nearly four years ago

    James Franco has acknowledged sleeping with students of an acting school he previously ran, saying he struggled with a sex addiction and has been working to improve his behavior in recent years.

    In excerpts from The Jess Cagle Podcast made public on Wednesday, Franco, 43, said that while teaching, he “did sleep with students, and that was wrong”. He said he had not started the school to lure women for sexual purposes.

    Continue reading...", - "content": "

    Actor gives first extended comments about accusations that came nearly four years ago

    James Franco has acknowledged sleeping with students of an acting school he previously ran, saying he struggled with a sex addiction and has been working to improve his behavior in recent years.

    In excerpts from The Jess Cagle Podcast made public on Wednesday, Franco, 43, said that while teaching, he “did sleep with students, and that was wrong”. He said he had not started the school to lure women for sexual purposes.

    Continue reading...", - "category": "James Franco", - "link": "https://www.theguardian.com/film/2021/dec/22/james-franco-interview-sexual-misconduct-allegations", - "creator": "Reuters", - "pubDate": "2021-12-23T00:22:02Z", + "title": "‘You immediately tell your friends to cancel their tickets’ – what’s it like to star in a flop?", + "description": "

    How does it feel to go back on stage night after night in a play that’s been mauled by critics and deserted by audiences? Richard Eyre and other directors and actors relive their trauma

    Movies, TV shows and books can all get terrible reviews and small audiences, but the difference when this happens in theatre is that the actors have to go back on stage and remake the work just after critics have declared it disastrous. “It is so crushing for actors to have to go on night after night bearing the weight of failure,” says Richard Eyre, artistic director of the Royal National Theatre from 1987 to 1997. “And that’s one of the reasons actors are such stoics. For directors and writers, there’s a sense of disembowelment you carry round if you’ve had a major failure – but they can just fuck off to Tenerife, and some do. Actors are obliged to soak it up.”

    Actor Michael Simkins, who wrote the theatrical memoir What’s My Motivation?, says: “If I had to articulate what it feels like to be in the middle of a play you feel is dying on its arse, it’s a cold sense of dread, like battery acid in your stomach. After terrible reviews, a sort of numbness sets in that is still there for the second night. You haven’t yet fully processed it. The first thing you do is tell all your friends who have booked tickets to cancel.”

    Continue reading...", + "content": "

    How does it feel to go back on stage night after night in a play that’s been mauled by critics and deserted by audiences? Richard Eyre and other directors and actors relive their trauma

    Movies, TV shows and books can all get terrible reviews and small audiences, but the difference when this happens in theatre is that the actors have to go back on stage and remake the work just after critics have declared it disastrous. “It is so crushing for actors to have to go on night after night bearing the weight of failure,” says Richard Eyre, artistic director of the Royal National Theatre from 1987 to 1997. “And that’s one of the reasons actors are such stoics. For directors and writers, there’s a sense of disembowelment you carry round if you’ve had a major failure – but they can just fuck off to Tenerife, and some do. Actors are obliged to soak it up.”

    Actor Michael Simkins, who wrote the theatrical memoir What’s My Motivation?, says: “If I had to articulate what it feels like to be in the middle of a play you feel is dying on its arse, it’s a cold sense of dread, like battery acid in your stomach. After terrible reviews, a sort of numbness sets in that is still there for the second night. You haven’t yet fully processed it. The first thing you do is tell all your friends who have booked tickets to cancel.”

    Continue reading...", + "category": "Stage", + "link": "https://www.theguardian.com/stage/2021/dec/16/friends-cancel-tickets-star-flop-richard-eyre-mauled-critics-deserted-audiences", + "creator": "Mark Lawson", + "pubDate": "2021-12-16T06:00:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204683,16 +230332,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "74211dd71e07e0ddd1baae9e90a0a22d" + "hash": "10e42d9a79f21504f2438310d84e4318" }, { - "title": "Republicans woo Joe Manchin as senator clashes with Democrats", - "description": "

    Centrist senator has rejected the idea of joining GOP but has indicated openness to being an independent

    For many Democrats, Joe Manchin has become an unshakeable problem. The centrist senator is at odds with other Democrats on everything from filibuster reform to climate policy, and he recently announced his opposition to the Build Back Better Act, the lynchpin of Joe Biden’s legislative agenda.

    But Republicans think Manchin now represents an opportunity to boost their numbers.

    Continue reading...", - "content": "

    Centrist senator has rejected the idea of joining GOP but has indicated openness to being an independent

    For many Democrats, Joe Manchin has become an unshakeable problem. The centrist senator is at odds with other Democrats on everything from filibuster reform to climate policy, and he recently announced his opposition to the Build Back Better Act, the lynchpin of Joe Biden’s legislative agenda.

    But Republicans think Manchin now represents an opportunity to boost their numbers.

    Continue reading...", - "category": "Joe Manchin", - "link": "https://www.theguardian.com/us-news/2021/dec/22/joe-manchin-democrats-republicans-party", - "creator": "Joan E Greve in Washington DC", - "pubDate": "2021-12-22T21:57:12Z", + "title": "The Lost Daughter review – Olivia Colman shines in Elena Ferrante missing-kid drama", + "description": "

    Maggie Gyllenhaal’s stylish directorial debut, adapted from Ferrante’s novel, is led by a central performance of real star quality

    A rich, complex and fascinating performance from Olivia Colman is what gives this movie its piercing power: she has some old-school star quality and screen presence. Colman is the centre of a stylish feature debut from Maggie Gyllenhaal as writer-director, adapting a novel by Elena Ferrante: the result is an absorbingly shaped psychological drama, built around a single traumatising event from which the action metastasises. It takes place partly in the present and also in the lead character’s remembered past, triggered by a calamity that she witnesses and in which she decides, insidiously, to participate. These scenes aren’t simply flashbacks; they have their own relevance and urgency which run alongside the immediate action.

    The setting is a Greek island where Leonard Cohen is supposed to have hung out in the 1960s. A British academic arrives on holiday: this is Leda, played by Colman, a Yorkshire-born professor of comparative literature at Harvard, and she has clearly been looking forward to this break for ages, settling almost ecstatically into the vacation apartment into which her bags are carried by the property’s housekeeper Lyle (Ed Harris), an expatriate American who is wizened but virile-looking.

    Continue reading...", + "content": "

    Maggie Gyllenhaal’s stylish directorial debut, adapted from Ferrante’s novel, is led by a central performance of real star quality

    A rich, complex and fascinating performance from Olivia Colman is what gives this movie its piercing power: she has some old-school star quality and screen presence. Colman is the centre of a stylish feature debut from Maggie Gyllenhaal as writer-director, adapting a novel by Elena Ferrante: the result is an absorbingly shaped psychological drama, built around a single traumatising event from which the action metastasises. It takes place partly in the present and also in the lead character’s remembered past, triggered by a calamity that she witnesses and in which she decides, insidiously, to participate. These scenes aren’t simply flashbacks; they have their own relevance and urgency which run alongside the immediate action.

    The setting is a Greek island where Leonard Cohen is supposed to have hung out in the 1960s. A British academic arrives on holiday: this is Leda, played by Colman, a Yorkshire-born professor of comparative literature at Harvard, and she has clearly been looking forward to this break for ages, settling almost ecstatically into the vacation apartment into which her bags are carried by the property’s housekeeper Lyle (Ed Harris), an expatriate American who is wizened but virile-looking.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/16/the-lost-daughter-review-olivia-colman-shines-in-elena-ferrante-missing-kid-drama", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-16T07:00:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204704,16 +230353,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d75b3005deea682ecac160cd7fa691b" + "hash": "ad20644c77ee677b1b55e32f22ad0a8c" }, { - "title": "‘We need a new commons’: how city life can offer us the vital power of connection", - "description": "

    The pandemic has seen borders close and divisions widened. But in almost all aspects of life, humanity will only thrive by coming together


    During the pandemic, the nations of the world set about energetically strengthening borders around themselves, and within themselves, as states restricted entry. During the early lockdowns, according to the UNHCR, 168 of the world’s 195 countries partially or entirely closed their borders. This hit refugees particularly hard. “Movement is vital for people who are in flight,” said Filippo Grandi, the head of UNHCR. “They save their lives, by running.”

    The virus knows no borders; it is the ultimate globalist. Covid-19 put an end to the idea that the 19th-century European nation state is the political arrangement we should all aspire to. The nation state is an outdated concept, and ill serves the present emergency. The rich countries have frozen immigration. But when people can’t move, they also can’t earn. Global remittances – money sent back to their families by people working abroad – which amount to four times all the foreign aid given by the rich countries to the poor ones – have gone down two years in a row. Poor countries will be poorer.

    Continue reading...", - "content": "

    The pandemic has seen borders close and divisions widened. But in almost all aspects of life, humanity will only thrive by coming together


    During the pandemic, the nations of the world set about energetically strengthening borders around themselves, and within themselves, as states restricted entry. During the early lockdowns, according to the UNHCR, 168 of the world’s 195 countries partially or entirely closed their borders. This hit refugees particularly hard. “Movement is vital for people who are in flight,” said Filippo Grandi, the head of UNHCR. “They save their lives, by running.”

    The virus knows no borders; it is the ultimate globalist. Covid-19 put an end to the idea that the 19th-century European nation state is the political arrangement we should all aspire to. The nation state is an outdated concept, and ill serves the present emergency. The rich countries have frozen immigration. But when people can’t move, they also can’t earn. Global remittances – money sent back to their families by people working abroad – which amount to four times all the foreign aid given by the rich countries to the poor ones – have gone down two years in a row. Poor countries will be poorer.

    Continue reading...", - "category": "Cities", - "link": "https://www.theguardian.com/news/2021/dec/23/we-need-a-new-commons-how-city-life-can-offer-us-the-vital-power-of-connection", - "creator": "Suketu Mehta", - "pubDate": "2021-12-23T06:00:48Z", + "title": "Distraction disaster! Notifications are ruining our concentration – here’s how to escape them", + "description": "

    Whether socialising with friends or completing a difficult task, a ping on your phone can destroy the moment. It is time to address the constant stream of interruptions

    Joanie (not her real name), a clinical psychologist who lives in London, has three work laptops. This is not uncommon when you’re spread across different NHS services. Sometimes, she feels like the 1980s synth supremo Paul Hardcastle, who used to dart between keyboards when performing on Top of the Pops. Except that he wasn’t always rudely interrupted by random notifications. “When I log on to one laptop,” she says, “this automatic thing comes on called Netpresenter player. It’s a ticker tape, like one of those bus-stop ads that keeps moving.”

    She quits it, because she needs to concentrate on writing up notes before her next meeting. But it keeps coming back with annoying notifications. “I’ve been in the middle of a session and it’s started playing music and a video – usually things like, ‘Don’t forget to wash your hands properly’, or, ‘Hey, we’re all meeting for a webinar in half an hour about staff wellbeing.’” Joanie says her wellbeing would improve if it was easier to get her work done.

    Continue reading...", + "content": "

    Whether socialising with friends or completing a difficult task, a ping on your phone can destroy the moment. It is time to address the constant stream of interruptions

    Joanie (not her real name), a clinical psychologist who lives in London, has three work laptops. This is not uncommon when you’re spread across different NHS services. Sometimes, she feels like the 1980s synth supremo Paul Hardcastle, who used to dart between keyboards when performing on Top of the Pops. Except that he wasn’t always rudely interrupted by random notifications. “When I log on to one laptop,” she says, “this automatic thing comes on called Netpresenter player. It’s a ticker tape, like one of those bus-stop ads that keeps moving.”

    She quits it, because she needs to concentrate on writing up notes before her next meeting. But it keeps coming back with annoying notifications. “I’ve been in the middle of a session and it’s started playing music and a video – usually things like, ‘Don’t forget to wash your hands properly’, or, ‘Hey, we’re all meeting for a webinar in half an hour about staff wellbeing.’” Joanie says her wellbeing would improve if it was easier to get her work done.

    Continue reading...", + "category": "Health & wellbeing", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/16/distraction-disaster-notifications-hell-ping-phone-interruptions-escape", + "creator": "Amy Fleming", + "pubDate": "2021-12-16T08:00:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204725,16 +230374,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cfc26b9c6cae9941dd80a30af3b36c6" + "hash": "32bade8b0e5d85d55f88331e200e1a27" }, { - "title": "Climate change is happening now: Meet the people on the front lines - video", - "description": "

    The Guardian and Observer’s 2021 charity appeal is fighting for climate justice. In this video, we meet some of those on the climate frontline, and the charities helping them. This year we are supporting four charities - Global Greengrants Fund UK, Royal Botanic Gardens, Kew, Environmental Justice Foundation, and Practical Action - that fight to protect the rights and livelihoods of communities hit by extreme weather events caused by the climate emergency.

    Continue reading...", - "content": "

    The Guardian and Observer’s 2021 charity appeal is fighting for climate justice. In this video, we meet some of those on the climate frontline, and the charities helping them. This year we are supporting four charities - Global Greengrants Fund UK, Royal Botanic Gardens, Kew, Environmental Justice Foundation, and Practical Action - that fight to protect the rights and livelihoods of communities hit by extreme weather events caused by the climate emergency.

    Continue reading...", - "category": "Environment", - "link": "https://www.theguardian.com/society/video/2021/dec/23/climate-change-is-happening-now-meet-the-people-on-the-front-lines-video", - "creator": "Bruno Rinvolucri and John Domokos", - "pubDate": "2021-12-23T09:22:15Z", + "title": "Estonia in winter: into the wilds by canoe and ‘bog shoe’", + "description": "

    The peatlands of Soomaa national park are host to a stunning variety of birds and beasts – and even the odd white-thighed bog swimmer

    Ahead, the jellied earth sways. As I approach a natural pool at the edge of a wide, wild expanse in central Estonia, the bog feels untrustworthy, if not quite menacing. This far into the Soomaa national park, the ground is so unsure of itself that even trees have given up. My guide, Aivar Ruukel, tells me that it’s not the same animals – wolves and bears are among the creatures that patrol these lands, hoping to find a meal trapped in the mire.

    Elsewhere in this wilderness there are elk and raccoon dogs. Recently, wolverines from the north have been spotted, too. “People have been seeing golden jackals,” says Aivar, “and normally they are in Turkey.” The reason for this extraordinary menagerie is, perhaps inevitably, linked to Estonia’s low human population. Despite being slightly larger than the Netherlands, Estonia has about 7.5% of its population, making it one of the most sparsely populated nations in Europe. In Soomaa, it’s easy to believe these stats.

    Continue reading...", + "content": "

    The peatlands of Soomaa national park are host to a stunning variety of birds and beasts – and even the odd white-thighed bog swimmer

    Ahead, the jellied earth sways. As I approach a natural pool at the edge of a wide, wild expanse in central Estonia, the bog feels untrustworthy, if not quite menacing. This far into the Soomaa national park, the ground is so unsure of itself that even trees have given up. My guide, Aivar Ruukel, tells me that it’s not the same animals – wolves and bears are among the creatures that patrol these lands, hoping to find a meal trapped in the mire.

    Elsewhere in this wilderness there are elk and raccoon dogs. Recently, wolverines from the north have been spotted, too. “People have been seeing golden jackals,” says Aivar, “and normally they are in Turkey.” The reason for this extraordinary menagerie is, perhaps inevitably, linked to Estonia’s low human population. Despite being slightly larger than the Netherlands, Estonia has about 7.5% of its population, making it one of the most sparsely populated nations in Europe. In Soomaa, it’s easy to believe these stats.

    Continue reading...", + "category": "Estonia holidays", + "link": "https://www.theguardian.com/travel/2021/dec/16/estonia-in-winter-into-the-wilds-by-canoe-and-bog-shoe", + "creator": "Jamie Lafferty", + "pubDate": "2021-12-16T07:00:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204746,16 +230395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f169a0d8758d46646b90f911d907c53c" + "hash": "faa5eae6c4f21a802599b43aa54b5c24" }, { - "title": "Nutcrackers, Grinches and Vanessa Paradis – take the Christmas Thursday quiz", - "description": "

    Fifteen questions on general knowledge and topical trivia plus a few jokes every Thursday – how will you fare?

    Two days until Christmas, eh? Why not put aside your last-minute panic-buying, your anxiety about whether the day will go well, and your distress that nothing seems as magical as it did when you were a kid by doing the Thursday quiz? Fifteen questions on topical and general knowledge, with a few of our beloved regulars like Kate Bush, Ron from Sparks and Ding dong merrily on high the anagrams are back. Let us know how you get on in the comments, and we are sure this week you will definitely all spot the hidden Doctor Who reference.

    The Thursday quiz, No 35

    If you do think there has been an egregious error in one of the questions or answers, please feel free to email martin.belam@theguardian.com but remember, the quiz master’s word is always final, and you don’t want him sneaking down your chimney late at night. Also he is on holiday so isn’t looking at his email.

    Continue reading...", - "content": "

    Fifteen questions on general knowledge and topical trivia plus a few jokes every Thursday – how will you fare?

    Two days until Christmas, eh? Why not put aside your last-minute panic-buying, your anxiety about whether the day will go well, and your distress that nothing seems as magical as it did when you were a kid by doing the Thursday quiz? Fifteen questions on topical and general knowledge, with a few of our beloved regulars like Kate Bush, Ron from Sparks and Ding dong merrily on high the anagrams are back. Let us know how you get on in the comments, and we are sure this week you will definitely all spot the hidden Doctor Who reference.

    The Thursday quiz, No 35

    If you do think there has been an egregious error in one of the questions or answers, please feel free to email martin.belam@theguardian.com but remember, the quiz master’s word is always final, and you don’t want him sneaking down your chimney late at night. Also he is on holiday so isn’t looking at his email.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/23/the-guardian-thursday-quiz-general-knowledge-topical-news-trivia-35", - "creator": "Martin Belam", - "pubDate": "2021-12-23T11:00:53Z", + "title": "A ‘false solution’? How crypto mining became the oil industry’s new hope", + "description": "

    Climate experts warn that plans to repurpose waste gas is not a solution, but more like placing a Band-Aid over a gaping wound

    In January of 2019, Chase Lochmiller and Cully Cavness, recently reunited prep school pals from Denver, drove out to the snow-covered plains of Wyoming to bring a piece of tech culture to the American heartland. Trembling in -20F (-29C) temperatures, they wired up a prototype of their brainchild: a machine that harnesses the “waste gas” from oil rigs to power mining for cryptocurrency.

    Cryptocurrencies such as bitcoin, the most-popular decentralized digital currency, have a notoriously large carbon footprint (bitcoin mining alone consumes about half as much electricity in a year as all of the UK). So to leverage a cheap source of energy to run their bitcoin mining operations, Lochmiller and Cavness found themselves partnering with oil companies to repurpose a byproduct, primarily methane, that’s typically vented or burnt off in flares.

    Continue reading...", + "content": "

    Climate experts warn that plans to repurpose waste gas is not a solution, but more like placing a Band-Aid over a gaping wound

    In January of 2019, Chase Lochmiller and Cully Cavness, recently reunited prep school pals from Denver, drove out to the snow-covered plains of Wyoming to bring a piece of tech culture to the American heartland. Trembling in -20F (-29C) temperatures, they wired up a prototype of their brainchild: a machine that harnesses the “waste gas” from oil rigs to power mining for cryptocurrency.

    Cryptocurrencies such as bitcoin, the most-popular decentralized digital currency, have a notoriously large carbon footprint (bitcoin mining alone consumes about half as much electricity in a year as all of the UK). So to leverage a cheap source of energy to run their bitcoin mining operations, Lochmiller and Cavness found themselves partnering with oil companies to repurpose a byproduct, primarily methane, that’s typically vented or burnt off in flares.

    Continue reading...", + "category": "Cryptocurrencies", + "link": "https://www.theguardian.com/environment/2021/dec/16/crypto-mining-oil-industry-waste-climate-crisis", + "creator": "Leanna First-Arai", + "pubDate": "2021-12-16T08:00:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204767,16 +230416,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "afadf7ad6e23949a6446bffbd5408777" + "hash": "a45b8b84ca8f296a9763ef6acd99eddc" }, { - "title": "Spider-Man: No Way Home: Strange blunders, Spider-splicing and sizzling supervillains – discuss with spoilers", - "description": "

    What was the sorcerer thinking? Has Sony marked its turf? And where does Green Goblin rank among the great villains?

    When is a movie that’s only good, rather than great, the best thing you’ve seen all year? When it’s a fan event on the scale of Spider-Man: No Way Home, which unites everyone who ever loved the big-screen franchise (going back to 2002’s Spider-Man) for a gorgeously nostalgic feelgood romp.

    This is the climax to Jon Watts’ “Home” trilogy, following the excellent Spider-Man: Homecoming and its 2019 sequel Far From Home. But while it nicely rounds off the character arc of Tom Holland’s Peter Parker, it also restores a sense of wellbeing to the Sony-owned Spider-flicks that came before it, and may just turn out to be the future. So what did we learn from our latest trip into Spider-Man’s rapidly expanding world?

    Continue reading...", - "content": "

    What was the sorcerer thinking? Has Sony marked its turf? And where does Green Goblin rank among the great villains?

    When is a movie that’s only good, rather than great, the best thing you’ve seen all year? When it’s a fan event on the scale of Spider-Man: No Way Home, which unites everyone who ever loved the big-screen franchise (going back to 2002’s Spider-Man) for a gorgeously nostalgic feelgood romp.

    This is the climax to Jon Watts’ “Home” trilogy, following the excellent Spider-Man: Homecoming and its 2019 sequel Far From Home. But while it nicely rounds off the character arc of Tom Holland’s Peter Parker, it also restores a sense of wellbeing to the Sony-owned Spider-flicks that came before it, and may just turn out to be the future. So what did we learn from our latest trip into Spider-Man’s rapidly expanding world?

    Continue reading...", - "category": "Spider-Man: No Way Home", - "link": "https://www.theguardian.com/film/2021/dec/23/spider-man-no-way-home-discuss-with-spoilers", - "creator": "Ben Child", - "pubDate": "2021-12-23T09:26:29Z", + "title": "Adrian Chiles’s Christmas Strictly diary: ‘Unused to my tight outfit, I didn’t get low enough for the lift ...’", + "description": "

    I don’t recall saying yes to the show. Perhaps I just stopped saying no. But all of a sudden, a champion dancer was on her way to train me – and to my dismay there was no turning back

    My invitation to appear on Strictly Come Dancing’s Christmas Special came very late. Being a cynical soul, I assumed someone had dropped out, but I’m warmly assured this wasn’t the case. I am nobody’s idea of a dancer. It’s not that I can’t dance; I can dance with great exuberance, but only if I am alone. If anyone else is in the room, I become overwhelmed with shame and embarrassment and just kind of seize up. I know the advice is to dance like no one is watching, but I can’t dance if anyone is watching.

    This wasn’t the actual Strictly Come Dancing, one of our biggest TV shows, in which contestants, paired up with pro dancers, are subjected to the judgment of four experts and, even more harrowingly, a public vote. The Christmas Special is a bit of fun, in which half a dozen, erm, celebrities – dread word – do one dance for the purposes of general seasonal entertainment. OK, it’s not as terrifying as the real thing, but it’s still all about dancing. And therefore, not for me. Anyway, for most of the scant two weeks’ preparation time available, I was away on holiday in an out-of-the-way village in south Wales. Can’t dance, won’t dance, away on holiday, no can do.

    Continue reading...", + "content": "

    I don’t recall saying yes to the show. Perhaps I just stopped saying no. But all of a sudden, a champion dancer was on her way to train me – and to my dismay there was no turning back

    My invitation to appear on Strictly Come Dancing’s Christmas Special came very late. Being a cynical soul, I assumed someone had dropped out, but I’m warmly assured this wasn’t the case. I am nobody’s idea of a dancer. It’s not that I can’t dance; I can dance with great exuberance, but only if I am alone. If anyone else is in the room, I become overwhelmed with shame and embarrassment and just kind of seize up. I know the advice is to dance like no one is watching, but I can’t dance if anyone is watching.

    This wasn’t the actual Strictly Come Dancing, one of our biggest TV shows, in which contestants, paired up with pro dancers, are subjected to the judgment of four experts and, even more harrowingly, a public vote. The Christmas Special is a bit of fun, in which half a dozen, erm, celebrities – dread word – do one dance for the purposes of general seasonal entertainment. OK, it’s not as terrifying as the real thing, but it’s still all about dancing. And therefore, not for me. Anyway, for most of the scant two weeks’ preparation time available, I was away on holiday in an out-of-the-way village in south Wales. Can’t dance, won’t dance, away on holiday, no can do.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/16/adrian-chiless-christmas-strictly-diary-unused-to-my-tight-outfit-i-didnt-get-low-enough-for-the-lift-", + "creator": "Adrian Chiles", + "pubDate": "2021-12-16T06:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204788,16 +230437,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b2fa86018feee7d9e1d6102320e5858" + "hash": "47e2c887d1e94eea5385d561de4dfbe1" }, { - "title": "Northern Ireland and Wales to bring in tough Omicron restrictions", - "description": "

    Devolved nations to reintroduce rule of six for hospitality venues and other measures from Boxing Day

    Wales and Northern Ireland have announced stringent restrictions that will come into force from Boxing Day, including the return of the rule of six for hospitality venues, in an effort to curb the spread of the Omicron variant.

    The first minister of Wales, Mark Drakeford, accused Boris Johnson of being in a “state of paralysis,” over Omicron as he set out a package of strict measures he said would put his country at “alert level two”.

    Continue reading...", - "content": "

    Devolved nations to reintroduce rule of six for hospitality venues and other measures from Boxing Day

    Wales and Northern Ireland have announced stringent restrictions that will come into force from Boxing Day, including the return of the rule of six for hospitality venues, in an effort to curb the spread of the Omicron variant.

    The first minister of Wales, Mark Drakeford, accused Boris Johnson of being in a “state of paralysis,” over Omicron as he set out a package of strict measures he said would put his country at “alert level two”.

    Continue reading...", - "category": "Wales", - "link": "https://www.theguardian.com/world/2021/dec/22/wales-enforce-rule-of-six-help-tackle-omicron-spread", - "creator": "Heather Stewart Political editor", - "pubDate": "2021-12-22T19:24:03Z", + "title": "Chris Packham meets crown estate to promote rewilding royal land", + "description": "

    Broadcaster says manager of 615,000-acre real estate portfolio is ‘aligned’ with aim of changing how land is used

    Chris Packham and a campaign to “rewild the royals” have had a “really good” meeting with the crown estate to ask it to consider pledging a slice of its 615,000 acres to wild nature.

    Packham said the crown estate was “quite clearly aligned” with the rewilding campaign group Wild Card in its determination to act to tackle the biodiversity and climate crises by changing the way land is managed.

    Continue reading...", + "content": "

    Broadcaster says manager of 615,000-acre real estate portfolio is ‘aligned’ with aim of changing how land is used

    Chris Packham and a campaign to “rewild the royals” have had a “really good” meeting with the crown estate to ask it to consider pledging a slice of its 615,000 acres to wild nature.

    Packham said the crown estate was “quite clearly aligned” with the rewilding campaign group Wild Card in its determination to act to tackle the biodiversity and climate crises by changing the way land is managed.

    Continue reading...", + "category": "Land ownership", + "link": "https://www.theguardian.com/uk-news/2021/dec/16/chris-packham-meets-crown-estate-to-promote-rewilding-royal-land", + "creator": "Patrick Barkham", + "pubDate": "2021-12-16T06:00:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204809,16 +230458,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b5980595b84fab481f86e999564e5272" + "hash": "531f6a6928013de26f7c65623080e993" }, { - "title": "Israeli archaeologists find treasure trove among Mediterranean shipwrecks", - "description": "

    Hundreds of Roman and medieval coins and artefacts uncovered near ancient city of Caesarea

    Archaeologists in Israel have discovered the remnants of two shipwrecks off the Mediterranean coast, replete with a sunken trove of hundreds Roman and medieval silver coins.

    The finds made near the ancient city of Caesarea were dated to the Roman and Mamluk periods, about 1,700 and 600 years ago, archaeologists said. They include hundreds of Roman silver and bronze coins dating to the mid-third century, as well as more than 500 silver coins from the middle ages found amid the sediment.

    Continue reading...", - "content": "

    Hundreds of Roman and medieval coins and artefacts uncovered near ancient city of Caesarea

    Archaeologists in Israel have discovered the remnants of two shipwrecks off the Mediterranean coast, replete with a sunken trove of hundreds Roman and medieval silver coins.

    The finds made near the ancient city of Caesarea were dated to the Roman and Mamluk periods, about 1,700 and 600 years ago, archaeologists said. They include hundreds of Roman silver and bronze coins dating to the mid-third century, as well as more than 500 silver coins from the middle ages found amid the sediment.

    Continue reading...", - "category": "Archaeology", - "link": "https://www.theguardian.com/science/2021/dec/22/israeli-archaeologists-find-treasure-trove-among-mediterranean-shipwrecks", - "creator": "AP in Jerusalem", - "pubDate": "2021-12-22T17:45:30Z", + "title": "UK public don’t want ‘perennial fights of a permanent Brexit’ with EU – report", + "description": "

    Report by the European Council on Foreign Relations says that more people see bloc as a key partner than the US

    The British public do not share the government’s appetite for perpetual conflict with the EU and more people see the bloc as a key future partner than the US, according to a report on post-Brexit foreign policy.

    “The Johnson government seems to need the perennial fights of a permanent Brexit,” the report, by the European Council on Foreign Relations (ECFR) thinktank, said, warning that its approach was “eroding the UK’s capacity to cooperate with the EU”.

    Continue reading...", + "content": "

    Report by the European Council on Foreign Relations says that more people see bloc as a key partner than the US

    The British public do not share the government’s appetite for perpetual conflict with the EU and more people see the bloc as a key future partner than the US, according to a report on post-Brexit foreign policy.

    “The Johnson government seems to need the perennial fights of a permanent Brexit,” the report, by the European Council on Foreign Relations (ECFR) thinktank, said, warning that its approach was “eroding the UK’s capacity to cooperate with the EU”.

    Continue reading...", + "category": "Foreign policy", + "link": "https://www.theguardian.com/politics/2021/dec/16/uk-public-dont-want-perennial-fights-of-a-permanent-brexit-with-eu-report", + "creator": "Jon Henley, Europe correspondent", + "pubDate": "2021-12-16T05:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204830,16 +230479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9bbd8b71fb0d4bb8f06a9608c5d8470" + "hash": "948024ca2d0755694a5ba420f1740c75" }, { - "title": "UK, EU and US ‘get more Covid vaccines in six weeks than Africa has all year’", - "description": "

    Analysis from People’s Vaccine Alliance highlights gulf as it calls for dose recipes to be shared

    The UK, European Union and the US have received more doses of Covid-19 vaccines in the past six weeks than African countries have all year, according to analysis from the People’s Vaccine Alliance (PVA).

    The research comes after the former prime minister Gordon Brown called the rollout a “stain on our soul” and organisations and charities step up calls for Moderna and Pfizer to share their vaccine recipes, and for governments to distribute urgently needed vaccines to poorer nations.

    Continue reading...", - "content": "

    Analysis from People’s Vaccine Alliance highlights gulf as it calls for dose recipes to be shared

    The UK, European Union and the US have received more doses of Covid-19 vaccines in the past six weeks than African countries have all year, according to analysis from the People’s Vaccine Alliance (PVA).

    The research comes after the former prime minister Gordon Brown called the rollout a “stain on our soul” and organisations and charities step up calls for Moderna and Pfizer to share their vaccine recipes, and for governments to distribute urgently needed vaccines to poorer nations.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/23/uk-eu-us-get-more-covid-vaccines-six-weeks-africa-all-year", - "creator": "Alexandra Toppingand agencies", - "pubDate": "2021-12-23T11:07:38Z", + "title": "Mexican woman shot in head by US Border Patrol files claim: ‘I am looking for justice’", + "description": "

    Marisol García Alcántara was shot shortly after arriving in the US, while riding in an SUV in Arizona

    Attorneys for a Mexican woman who was shot in the head by a Border Patrol agent and survived have filed a claim against the US government as a precursor to a federal lawsuit.

    The claim filed with the Border Patrol by Marisol García Alcántara, who had arrived in the U.S. shortly before the shooting over the summer in Nogales, Arizona, is necessary before a civil action is filed next year with the US District Court in Tucson.

    Continue reading...", + "content": "

    Marisol García Alcántara was shot shortly after arriving in the US, while riding in an SUV in Arizona

    Attorneys for a Mexican woman who was shot in the head by a Border Patrol agent and survived have filed a claim against the US government as a precursor to a federal lawsuit.

    The claim filed with the Border Patrol by Marisol García Alcántara, who had arrived in the U.S. shortly before the shooting over the summer in Nogales, Arizona, is necessary before a civil action is filed next year with the US District Court in Tucson.

    Continue reading...", + "category": "US-Mexico border", + "link": "https://www.theguardian.com/us-news/2021/dec/15/mexican-woman-shot-head-us-border-patrol-files-claim", + "creator": "Associated Press in Mexico City", + "pubDate": "2021-12-15T20:43:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204851,16 +230500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e76c687efc62ff81b5173ec9de77547d" + "hash": "41f8f5040476c2eb6eea22476772efab" }, { - "title": "US hospitals struggle with staffing shortages and Omicron outbreaks", - "description": "

    As the holidays approach – and some health workers contract Covid – experts warn of an unmanageable crush of patients

    On her fourth day of Covid symptoms, Ruth woke up in the worst pain of her life. It felt like her joints were filled with broken glass; she couldn’t walk, couldn’t move. “It was worse than childbirth,” she said.

    When friends texted to check on her, she couldn’t hold the phone or move her fingers to write back. Her doctor called in medication, and it took Ruth 40 minutes to shuffle to the pharmacy half a block away.

    Continue reading...", - "content": "

    As the holidays approach – and some health workers contract Covid – experts warn of an unmanageable crush of patients

    On her fourth day of Covid symptoms, Ruth woke up in the worst pain of her life. It felt like her joints were filled with broken glass; she couldn’t walk, couldn’t move. “It was worse than childbirth,” she said.

    When friends texted to check on her, she couldn’t hold the phone or move her fingers to write back. Her doctor called in medication, and it took Ruth 40 minutes to shuffle to the pharmacy half a block away.

    Continue reading...", - "category": "US healthcare", - "link": "https://www.theguardian.com/us-news/2021/dec/23/us-hospitals-staffing-shortages-omicron-covid", - "creator": "Melody Schreiber", - "pubDate": "2021-12-23T10:00:52Z", + "title": "What burns beneath: the deadly threat of underground coal fires to children in Zimbabwe", + "description": "

    Alisha was eight when she died after being badly burned near a coal mine in Hwange. Families who live in fear of the ground opening up under their children’s feet say more must be done


    Alisha Muzvite was out playing when she was caught short and went behind a bush to go to the toilet. But as the eight-year-old crouched down, the ground beneath her shifted, pulling her into one of the underground fires which burn all around her home in Hwange in north-west Zimbabwe.

    An aunt pulled her to safety, but Alisha’s legs were so badly burned that they had to be amputated. More than a month after the accident, the little girl died of her injuries.

    Continue reading...", + "content": "

    Alisha was eight when she died after being badly burned near a coal mine in Hwange. Families who live in fear of the ground opening up under their children’s feet say more must be done


    Alisha Muzvite was out playing when she was caught short and went behind a bush to go to the toilet. But as the eight-year-old crouched down, the ground beneath her shifted, pulling her into one of the underground fires which burn all around her home in Hwange in north-west Zimbabwe.

    An aunt pulled her to safety, but Alisha’s legs were so badly burned that they had to be amputated. More than a month after the accident, the little girl died of her injuries.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/15/what-burns-beneath-the-deadly-threat-of-underground-coal-fires-to-children-in-zimbabwe", + "creator": "Nyasha Chingono", + "pubDate": "2021-12-15T07:30:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204872,16 +230521,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e007773f2579da2a3b1a11ce9f9a3162" + "hash": "5a842c983c78c0dce2369163e51f4e3d" }, { - "title": "‘An act of rebellion’: the young farmers revolutionizing Puerto Rico’s agriculture", - "description": "

    The island imports 85% of its food but three farms are part of the agroecology movement seeking food sovereignty and climate solutions

    Puerto Rico was once a thriving agricultural hub thanks to its tropical climate, rich biodiversity, and sustainable farming traditions.

    Today, less than 2% of the workforce is employed in agriculture and tens of thousands of acres of arable land sit idle. Meanwhile 85% of the food eaten in Puerto Rico is imported, grocery prices are among the highest in the US and last year two in five people experienced food insecurity. “Unemployment is brutal, prices are brutal, migration from the island is brutal,” said Denise Santos, who runs Puerto Rico’s food bank.

    It involves a set of farming principles and practices that can be adapted to any ecosystem, microclimate and culture – a way of life practiced for thousands of years by indigenous people and peasant farmers. Farmers often integrate crops, livestock and trees (agroforestry) in order to maximize ecological conditions, such as a fruit orchard that aids water retention and provides shade for crops and grazing animals who in turn fertilize the earth to improve the yield.

    Crop rotation and crop cover are fundamental to this holistic approach, that takes into consideration the well-being of the Earth, those who produce the food as well as the local communities who eat it. Like in nature, every part of every ecosystem – which includes the farmers – help and depend on each other in some way. Contrast this to intensive industrialized farming which guzzles water, depletes the soil and burns fossil fuels (for fertilizers and powering machinery) to control the environment for genetically identical monocrop production.

    Advocates say agroecology offers locally driven solutions to a myriad of interconnected crises including food insecurity, biodiversity loss, environmental degradation and global heating.

    Agroecology is a social and political movement seeking to influence public policies so that sustainable farming benefits from government support (tax breaks, subsidies, and bailouts) currently propping up the dominant industrial agriculture system which is a major cause of biodiversity loss and accounts for more than a quarter of global greenhouse gases.

    Continue reading...", - "content": "

    The island imports 85% of its food but three farms are part of the agroecology movement seeking food sovereignty and climate solutions

    Puerto Rico was once a thriving agricultural hub thanks to its tropical climate, rich biodiversity, and sustainable farming traditions.

    Today, less than 2% of the workforce is employed in agriculture and tens of thousands of acres of arable land sit idle. Meanwhile 85% of the food eaten in Puerto Rico is imported, grocery prices are among the highest in the US and last year two in five people experienced food insecurity. “Unemployment is brutal, prices are brutal, migration from the island is brutal,” said Denise Santos, who runs Puerto Rico’s food bank.

    It involves a set of farming principles and practices that can be adapted to any ecosystem, microclimate and culture – a way of life practiced for thousands of years by indigenous people and peasant farmers. Farmers often integrate crops, livestock and trees (agroforestry) in order to maximize ecological conditions, such as a fruit orchard that aids water retention and provides shade for crops and grazing animals who in turn fertilize the earth to improve the yield.

    Crop rotation and crop cover are fundamental to this holistic approach, that takes into consideration the well-being of the Earth, those who produce the food as well as the local communities who eat it. Like in nature, every part of every ecosystem – which includes the farmers – help and depend on each other in some way. Contrast this to intensive industrialized farming which guzzles water, depletes the soil and burns fossil fuels (for fertilizers and powering machinery) to control the environment for genetically identical monocrop production.

    Advocates say agroecology offers locally driven solutions to a myriad of interconnected crises including food insecurity, biodiversity loss, environmental degradation and global heating.

    Agroecology is a social and political movement seeking to influence public policies so that sustainable farming benefits from government support (tax breaks, subsidies, and bailouts) currently propping up the dominant industrial agriculture system which is a major cause of biodiversity loss and accounts for more than a quarter of global greenhouse gases.

    Continue reading...", - "category": "Agriculture", - "link": "https://www.theguardian.com/environment/2021/dec/23/puerto-rico-agroecology-farmers", - "creator": "Nina Lakhani in Puerto Rico", - "pubDate": "2021-12-23T10:30:53Z", + "title": "‘The Taliban say they’ll kill me if they find me’: a female reporter still on the run speaks out", + "description": "

    We return to the story of a journalist forced to flee as Afghanistan fell to the Taliban in August. Unable to return home without putting at risk everyone she loves and hounded by threatening calls, she remains in hiding in the country four months on

    I am an Afghan female journalist and I have been on the run for more than four months. I have lived in numerous safe houses and the homes of people who’ve offered me refuge. I am constantly moving to avoid being caught, from province to province, city to city.

    The Taliban insurgents have been threatening to kill me and my colleagues for two years, for our reports exposing their crimes in our province. But when they seized control of our provincial capital, they started to hunt for those who had spoken out against them. I decided to escape, for my own and my family’s safety.

    Continue reading...", + "content": "

    We return to the story of a journalist forced to flee as Afghanistan fell to the Taliban in August. Unable to return home without putting at risk everyone she loves and hounded by threatening calls, she remains in hiding in the country four months on

    I am an Afghan female journalist and I have been on the run for more than four months. I have lived in numerous safe houses and the homes of people who’ve offered me refuge. I am constantly moving to avoid being caught, from province to province, city to city.

    The Taliban insurgents have been threatening to kill me and my colleagues for two years, for our reports exposing their crimes in our province. But when they seized control of our provincial capital, they started to hunt for those who had spoken out against them. I decided to escape, for my own and my family’s safety.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/global-development/2021/dec/15/the-taliban-say-theyll-kill-me-if-they-find-me-a-female-reporter-still-on-the-run-speaks-out", + "creator": "Anonymous", + "pubDate": "2021-12-15T07:01:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204893,16 +230542,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "99819821ae4769b23960c3942516f5df" + "hash": "2b3afd1324930f2705e88e7f30ab9c83" }, { - "title": "'We won't hesitate': Boris Johnson says government can't rule out new Covid restrictions – video", - "description": "

    The prime minister held off announcing new Covid restrictions following a meeting of the cabinet. He said that the decisions for and against further restrictions are 'finely balanced' but that the government 'won’t hesitate to take action' to protect public health and the NHS. Asked about the photo from the garden at No 10 during the 2020 lockdown, Johnson said the people in it were working

    Continue reading...", - "content": "

    The prime minister held off announcing new Covid restrictions following a meeting of the cabinet. He said that the decisions for and against further restrictions are 'finely balanced' but that the government 'won’t hesitate to take action' to protect public health and the NHS. Asked about the photo from the garden at No 10 during the 2020 lockdown, Johnson said the people in it were working

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/20/we-wont-hesitate-boris-johnson-says-government-cant-rule-out-new-covid-restrictions-video", - "creator": "", - "pubDate": "2021-12-20T18:31:33Z", + "title": "Barbados can be a beacon for the region – if it avoids some of its neighbours’ mistakes | Kenneth Mohammed", + "description": "

    The Caribbean’s newest republic must avoid the corruption that has hampered Trinidad and Tobago and use its presidency to ensure good governance

    The charismatic prime minister of Barbados, Mia Mottley, elevated her country’s status in the world with her stinging speech at Cop26 in Glasgow last month. This speech resonated throughout the West Indies, a region that has largely been devoid of a strong leader to give these vulnerable small island developing states (SIDS) a voice in the climate crisis debate. The survival of SIDS such as Barbados depends on the finance to invest in measures to limit the global temperature rise to 1.5C, which was the Paris agreement’s main objective.

    Mottley called on all leaders of developed countries to step up their efforts as she outlined a solution embodied in flexible development finance. First, create a loss and damage fund made up of 1% of revenues from fossil fuels (which she estimated would amount to about $70bn, or £50bn, a year), accessible only to countries that have suffered a climate disaster and loss of 5% of their economy.

    Continue reading...", + "content": "

    The Caribbean’s newest republic must avoid the corruption that has hampered Trinidad and Tobago and use its presidency to ensure good governance

    The charismatic prime minister of Barbados, Mia Mottley, elevated her country’s status in the world with her stinging speech at Cop26 in Glasgow last month. This speech resonated throughout the West Indies, a region that has largely been devoid of a strong leader to give these vulnerable small island developing states (SIDS) a voice in the climate crisis debate. The survival of SIDS such as Barbados depends on the finance to invest in measures to limit the global temperature rise to 1.5C, which was the Paris agreement’s main objective.

    Mottley called on all leaders of developed countries to step up their efforts as she outlined a solution embodied in flexible development finance. First, create a loss and damage fund made up of 1% of revenues from fossil fuels (which she estimated would amount to about $70bn, or £50bn, a year), accessible only to countries that have suffered a climate disaster and loss of 5% of their economy.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/14/barbados-can-be-a-beacon-for-the-region-if-it-avoids-some-of-its-neighbours-mistakes", + "creator": "Kenneth Mohammed", + "pubDate": "2021-12-14T10:20:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204914,16 +230563,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8901ee4c967401190a3826c88ecff0dd" + "hash": "42a32016447efee6380ead5f11090690" }, { - "title": "Covid news live: Omicron carries lower hospitalisation risk, studies suggest; China locks down city of 13 million", - "description": "

    Data from the UK and South Africa suggest Omicron carries a reduced risk of hospitalisation and severe disease; Xi’an, China, is under strict lockdown following 52 new infections

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", - "content": "

    Data from the UK and South Africa suggest Omicron carries a reduced risk of hospitalisation and severe disease; Xi’an, China, is under strict lockdown following 52 new infections

    The premier of Australia’s most populous state of NSW, Dominic Perrottet, addressed the media on Thursday to confirm masks will be mandated for inside areas and density limits would also be imposed.

    As of midnight tonight, we will be requiring that masks are worn in indoor settings.

    We are encouraging people, particularly over the holiday period, if you can work from home, please work from home.

    In addition to that, we’re encouraging people not to mingle and when you’re out and out at a restaurant or cafe and a pub or a club, please where possible don’t mingle.

    Continue reading...", + "title": "As focus turns to Covid boosters what other measures could tackle Omicron?", + "description": "

    Boris Johnson has not ruled out new restrictions but how effective could they be and what are the political risks?

    Ministers’ focus may be a “national mission” to roll out booster vaccines to counter the dramatic rise of the Omicron variant, but the government has not ruled out new restrictions for England. Here we look at options on the table, how effective they could be at reducing the spread of coronavirus and the level of political risk for Boris Johnson.

    Mandatory isolation for all close Covid contacts

    Continue reading...", + "content": "

    Boris Johnson has not ruled out new restrictions but how effective could they be and what are the political risks?

    Ministers’ focus may be a “national mission” to roll out booster vaccines to counter the dramatic rise of the Omicron variant, but the government has not ruled out new restrictions for England. Here we look at options on the table, how effective they could be at reducing the spread of coronavirus and the level of political risk for Boris Johnson.

    Mandatory isolation for all close Covid contacts

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/23/covid-news-live-omicron-carries-lower-hospitalisation-risk-studies-suggest-china-locks-down-city-of-13-million", - "creator": "Samantha Lock", - "pubDate": "2021-12-23T05:13:33Z", + "link": "https://www.theguardian.com/world/2021/dec/14/as-focus-turns-to-covid-boosters-what-other-measures-could-tackle-omicron", + "creator": "Heather Stewart and Nicola Davis", + "pubDate": "2021-12-14T06:00:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204935,16 +230584,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24ebd802f5440031754a997549dfed07" + "hash": "204e428d7535af726228db404a09b3bb" }, { - "title": "Russia claims it will begin talks with US and Nato", - "description": "

    If confirmed, talks would begin a contentious effort to avert a Russian offensive in Ukraine this winter

    Russia claims it has agreed to begin talks with the US early next year to discuss Moscow’s demands for “security guarantees” in Europe, including a ban on Ukraine’s entrance into the Nato military alliance.

    If confirmed, the talks would begin a contentious effort to avert a Russian offensive in Ukraine this winter, as Kyiv and eastern European governments have demanded not to be left out of any deal with Moscow that affects their interests as well.

    Continue reading...", - "content": "

    If confirmed, talks would begin a contentious effort to avert a Russian offensive in Ukraine this winter

    Russia claims it has agreed to begin talks with the US early next year to discuss Moscow’s demands for “security guarantees” in Europe, including a ban on Ukraine’s entrance into the Nato military alliance.

    If confirmed, the talks would begin a contentious effort to avert a Russian offensive in Ukraine this winter, as Kyiv and eastern European governments have demanded not to be left out of any deal with Moscow that affects their interests as well.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/22/we-do-not-want-war-russia-says-it-will-begin-talks-with-us-and-nato", - "creator": "Andrew Roth in Moscow, David Smith in Washington, and Dan Sabbagh", - "pubDate": "2021-12-22T17:57:18Z", + "title": "Covid passes approved by MPs despite Tory backbench rebellion – video", + "description": "

    New Covid restrictions designed to slow the spread of the Omicron variant in the UK have passed through the House of Commons, with 369 ayes to 126 noes. However, opposition from 96 Tory MPs to Covid passes meant Boris Johnson had to rely on Labour support to get that new measure through

    Continue reading...", + "content": "

    New Covid restrictions designed to slow the spread of the Omicron variant in the UK have passed through the House of Commons, with 369 ayes to 126 noes. However, opposition from 96 Tory MPs to Covid passes meant Boris Johnson had to rely on Labour support to get that new measure through

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/14/covid-passes-approved-by-mps-despite-tory-backbench-rebellion-video", + "creator": "", + "pubDate": "2021-12-14T19:25:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204956,16 +230605,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "351738c1569cb56c088c10530fdf3fbf" + "hash": "2395d530ee8dc44b4dad16466bb08530" }, { - "title": "Teacher and partner jailed after they filmed themselves abusing girl", - "description": "

    Julie Morris, who was head of safeguarding at primary school, admitted 18 child sexual abuse offences

    A deputy headteacher and her partner have been jailed for child sexual abuse offences after they filmed themselves abusing and raping a girl.

    Julie Morris, a teacher who was also head of safeguarding at a primary school in Wigan, was sentenced to 13 years and four months in prison after she pleaded guilty to 18 child sexual abuse offences, including two counts of rape.

    Continue reading...", - "content": "

    Julie Morris, who was head of safeguarding at primary school, admitted 18 child sexual abuse offences

    A deputy headteacher and her partner have been jailed for child sexual abuse offences after they filmed themselves abusing and raping a girl.

    Julie Morris, a teacher who was also head of safeguarding at a primary school in Wigan, was sentenced to 13 years and four months in prison after she pleaded guilty to 18 child sexual abuse offences, including two counts of rape.

    Continue reading...", - "category": "Crime", - "link": "https://www.theguardian.com/uk-news/2021/dec/22/teacher-and-partner-jailed-after-they-filmed-themselves-abusing-girl", - "creator": "Helen Pidd North of England editor", - "pubDate": "2021-12-22T18:43:18Z", + "title": "Javid says Omicron cases doubling every two days as MPs debate new restrictions – video", + "description": "

    The UK health secretary opened the Commons debate on Plan B Covid restrictions by highlighting that the Omicron variant is more transmissible than Delta. The growing cases in the UK is mirroring what happened in South Africa, with the observed doubling time for Omicron taking two days.

    Javid said that although there are just 4,713 confirmed cases, scientists estimate the real number of people getting infected every day is 42 times higher, at about 200,000

    Continue reading...", + "content": "

    The UK health secretary opened the Commons debate on Plan B Covid restrictions by highlighting that the Omicron variant is more transmissible than Delta. The growing cases in the UK is mirroring what happened in South Africa, with the observed doubling time for Omicron taking two days.

    Javid said that although there are just 4,713 confirmed cases, scientists estimate the real number of people getting infected every day is 42 times higher, at about 200,000

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/14/sajid-javid-says-omicron-cases-doubling-every-two-days-as-mps-debate-new-restrictions-video", + "creator": "", + "pubDate": "2021-12-14T16:57:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204977,16 +230626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc5310e827026f5a134955d78201ff7b" + "hash": "c0532b5172dc4f4bd123780bf1468567" }, { - "title": "World’s oldest family tree revealed in 5,700-year-old Cotswolds tomb", - "description": "

    DNA analysis of bodies in Hazleton North long cairn finds five generations of an extended family

    An analysis of DNA from a 5,700-year-old tomb has revealed the world’s oldest family tree, shedding “extraordinary” light on the importance of family and descent among people who were some of Britain’s first farmers.

    A research team has examined the bones and teeth of 35 people in one of Britain’s best preserved neolithic tombs, near the village of Hazleton in the Cotswolds. The results, said Dr Chris Fowler of Newcastle University, are nothing short of “astounding”.

    Continue reading...", - "content": "

    DNA analysis of bodies in Hazleton North long cairn finds five generations of an extended family

    An analysis of DNA from a 5,700-year-old tomb has revealed the world’s oldest family tree, shedding “extraordinary” light on the importance of family and descent among people who were some of Britain’s first farmers.

    A research team has examined the bones and teeth of 35 people in one of Britain’s best preserved neolithic tombs, near the village of Hazleton in the Cotswolds. The results, said Dr Chris Fowler of Newcastle University, are nothing short of “astounding”.

    Continue reading...", - "category": "Archaeology", - "link": "https://www.theguardian.com/science/2021/dec/22/worlds-oldest-family-tree-costwolds-tomb-hazleton-north-long-cairn-dna", - "creator": "Mark Brown", - "pubDate": "2021-12-22T16:16:42Z", + "title": "Cut back on socialising, says Whitty, as he predicts surge of hospitalisations", + "description": "

    Chief medical officer warns of ‘two epidemics on top of each other’ as UK records highest ever daily total of new cases

    Chris Whitty sent a clear message to cut back on socialising in the run-up to Christmas Day, warning that a rise in Covid hospitalisations is “nailed on” after cases hit a record high.

    Appearing alongside the prime minister, who has continued to insist formal restrictions on gatherings are unnecessary, Whitty said: “Don’t mix with people you don’t have to.” He advised the public to “prioritise social interactions that really matter to them”, suggesting work parties may be ill advised.

    Continue reading...", + "content": "

    Chief medical officer warns of ‘two epidemics on top of each other’ as UK records highest ever daily total of new cases

    Chris Whitty sent a clear message to cut back on socialising in the run-up to Christmas Day, warning that a rise in Covid hospitalisations is “nailed on” after cases hit a record high.

    Appearing alongside the prime minister, who has continued to insist formal restrictions on gatherings are unnecessary, Whitty said: “Don’t mix with people you don’t have to.” He advised the public to “prioritise social interactions that really matter to them”, suggesting work parties may be ill advised.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/15/uk-covid-cases-at-record-level-with-78610-new-infections", + "creator": "Heather Stewart, Aubrey Allegretti, Nicola Davis and Andrew Gregory", + "pubDate": "2021-12-15T20:08:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -204998,16 +230647,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e2dcd870d266caa8e5e9e0bccdaab14" + "hash": "c0686a7598efc1cb89a81b00b38f5010" }, { - "title": "‘It’s a ghost town’: Covid has left NSW’s second-largest city reeling", - "description": "

    After an Omicron outbreak at popular nightclub Argyle House, Newcastle’s pubs are closing their doors and ‘everyone’s staying away’

    On the main street of Newcastle, the Happy Wombat pub has become an oasis in the desert.

    “I feel like I’m running the last waterhole, and everyone’s coming here to drink the muddy water,” publican Luke Tilse tells Guardian Australia.

    Continue reading...", - "content": "

    After an Omicron outbreak at popular nightclub Argyle House, Newcastle’s pubs are closing their doors and ‘everyone’s staying away’

    On the main street of Newcastle, the Happy Wombat pub has become an oasis in the desert.

    “I feel like I’m running the last waterhole, and everyone’s coming here to drink the muddy water,” publican Luke Tilse tells Guardian Australia.

    Continue reading...", - "category": "Newcastle and the Hunter", - "link": "https://www.theguardian.com/australia-news/2021/dec/23/its-a-ghost-town-covid-has-left-nsws-second-largest-city-reeling", - "creator": "Michael McGowan", - "pubDate": "2021-12-22T16:30:32Z", + "title": "EU to warn Vladimir Putin of ‘massive consequences’ of invading Ukraine", + "description": "

    European leaders to tell Kremlin further aggression will carry ‘severe cost’, leak reveals

    EU leaders will unite in warning Vladimir Putin that there will be “massive consequences and severe cost” if Russia invades Ukraine, a leaked draft has revealed.

    The message will be sent to the Kremlin via a post-summit communique on Thursday, although EU officials decline to flesh out what measures could be taken.

    Continue reading...", + "content": "

    European leaders to tell Kremlin further aggression will carry ‘severe cost’, leak reveals

    EU leaders will unite in warning Vladimir Putin that there will be “massive consequences and severe cost” if Russia invades Ukraine, a leaked draft has revealed.

    The message will be sent to the Kremlin via a post-summit communique on Thursday, although EU officials decline to flesh out what measures could be taken.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2021/dec/15/eu-to-warn-vladimir-putin-of-massive-consequences-of-invading-ukraine", + "creator": "Daniel Boffey in Brussels", + "pubDate": "2021-12-15T16:19:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205019,16 +230668,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7b1207102c8e45b686abfabd0bdd652" + "hash": "fe3999189be7220834a51b818d30a2f1" }, { - "title": "The Matrix Resurrections: the bonkers visuals, the love story and the final reveal – discuss with spoilers", - "description": "

    Neil Patrick Harris and Yahya Abdul-Mateen II join Keanu Reeves and Carrie-Anne Moss in a fourth instalment in the franchise that is full of little treasures

    • This article contains spoilers for The Matrix Resurrections

    There’s no need for a blue pill. The Matrix Resurrections is, by and large, an engaging and energetic motion picture, and worthy of being on the same shelf as the groundbreaking original from 1999. Unlike the soul-crushingly dull previous entry, The Matrix Revolutions, it remembers that mind-scrambling pseudo-intellectual yammering gets tiresome on-screen if there isn’t also some fun. Luckily, director Lana Wachowski, working apart from her sister Lilly for the first time, and her screenwriting partners David Mitchell and Aleksandar Hemon, have included plenty of flashbacks. A rewatch isn’t absolutely necessary. But talking about the new one after you see it is.

    Continue reading...", - "content": "

    Neil Patrick Harris and Yahya Abdul-Mateen II join Keanu Reeves and Carrie-Anne Moss in a fourth instalment in the franchise that is full of little treasures

    • This article contains spoilers for The Matrix Resurrections

    There’s no need for a blue pill. The Matrix Resurrections is, by and large, an engaging and energetic motion picture, and worthy of being on the same shelf as the groundbreaking original from 1999. Unlike the soul-crushingly dull previous entry, The Matrix Revolutions, it remembers that mind-scrambling pseudo-intellectual yammering gets tiresome on-screen if there isn’t also some fun. Luckily, director Lana Wachowski, working apart from her sister Lilly for the first time, and her screenwriting partners David Mitchell and Aleksandar Hemon, have included plenty of flashbacks. A rewatch isn’t absolutely necessary. But talking about the new one after you see it is.

    Continue reading...", - "category": "The Matrix", - "link": "https://www.theguardian.com/film/2021/dec/22/the-matrix-resurrections-the-bonkers-visuals-the-love-story-and-the-final-reveal-discuss-with-spoilers", - "creator": "Jordan Hoffman", - "pubDate": "2021-12-22T09:26:11Z", + "title": "Canapes and party hats in CCHQ: Boris Johnson’s latest photo nightmare", + "description": "

    Picture emerges showing Tory mayoral candidate, activists and a party donor crammed together during lockdown

    As Christmas parties go, it may not be everyone’s idea of a good time: there are barely touched canapes, hotel buffet-style containers of hot food, a hand sanitiser dispenser visible in the background, and about 25 political activists, all crammed into a brightly lit basement in the middle of a pandemic.

    Uninspiring though it might be, that is the scene captured by a photo taken at Conservative campaign headquarters (CCHQ) last December, which emerged in the Daily Mirror on Tuesday to create another political nightmare for Boris Johnson.

    Continue reading...", + "content": "

    Picture emerges showing Tory mayoral candidate, activists and a party donor crammed together during lockdown

    As Christmas parties go, it may not be everyone’s idea of a good time: there are barely touched canapes, hotel buffet-style containers of hot food, a hand sanitiser dispenser visible in the background, and about 25 political activists, all crammed into a brightly lit basement in the middle of a pandemic.

    Uninspiring though it might be, that is the scene captured by a photo taken at Conservative campaign headquarters (CCHQ) last December, which emerged in the Daily Mirror on Tuesday to create another political nightmare for Boris Johnson.

    Continue reading...", + "category": "Conservatives", + "link": "https://www.theguardian.com/politics/2021/dec/15/canapes-and-party-hats-in-cchq-boris-johnsons-latest-photo-nightmare", + "creator": "Archie Bland and Dan Sabbagh", + "pubDate": "2021-12-15T20:12:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205040,16 +230689,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "025d279c1c5f1e731ca4546deb98084a" + "hash": "dbf05cbec98c944bd29f60bd48dde584" }, { - "title": "Luxury homes, short lets and shacks: inside Lisbon’s housing crisis", - "description": "

    Wealthy overseas buyers lured by ‘golden visas’ helped create a city where workers struggle to find homes

    Manuela Lopes dates her misfortune from the moment her Lisbon neighbourhood began attracting comparisons with Brooklyn. It was the mid 2010s: former warehouses in the old working-class parish of Marvila were giving way to co-working spaces, art galleries, artisan breweries, creative hubs and tech startups. In 2018, average property prices in the neighbourhood were up 79.8% on the previous year.

    A short walk from Lopes’ home, a 12-building luxury residential project designed by the world-famous architect Renzo Piano is now rising from Marvila’s old industrial waterfront. Prices for apartments, some with balconies overlooking the Tagus, range from €500,000 to €925,000 (£425,000 to £786,000) and many have been sold off-plan. Promotional material for Prata Riverside Village promises a “new way of living Lisbon” for “young families, students, digital nomads and retired people” in a district “distinguished by its true neighbourhood atmosphere; quiet but full of life” .

    Manuela Lopes (above and below right) was born in the Santos Lima building (right) in the Marvila neighbourhood of Lisbon. She has lived with the threat of eviction since 2017. Photographs: Goncalo Fonseca/The Guardian

    Continue reading...", - "content": "

    Wealthy overseas buyers lured by ‘golden visas’ helped create a city where workers struggle to find homes

    Manuela Lopes dates her misfortune from the moment her Lisbon neighbourhood began attracting comparisons with Brooklyn. It was the mid 2010s: former warehouses in the old working-class parish of Marvila were giving way to co-working spaces, art galleries, artisan breweries, creative hubs and tech startups. In 2018, average property prices in the neighbourhood were up 79.8% on the previous year.

    A short walk from Lopes’ home, a 12-building luxury residential project designed by the world-famous architect Renzo Piano is now rising from Marvila’s old industrial waterfront. Prices for apartments, some with balconies overlooking the Tagus, range from €500,000 to €925,000 (£425,000 to £786,000) and many have been sold off-plan. Promotional material for Prata Riverside Village promises a “new way of living Lisbon” for “young families, students, digital nomads and retired people” in a district “distinguished by its true neighbourhood atmosphere; quiet but full of life” .

    Manuela Lopes (above and below right) was born in the Santos Lima building (right) in the Marvila neighbourhood of Lisbon. She has lived with the threat of eviction since 2017. Photographs: Goncalo Fonseca/The Guardian

    Continue reading...", - "category": "Housing", - "link": "https://www.theguardian.com/world/2021/dec/22/luxury-homes-short-lets-and-shacks-inside-lisbons-housing-crisis", - "creator": "Beatriz Ramalho da Silva", - "pubDate": "2021-12-22T14:00:28Z", + "title": "Berlin expels Russian diplomats after court rules Moscow ordered dissident’s murder", + "description": "

    Decision follows court ruling that Russia was behind 2019 murder of Chechen dissident in German capital

    Germany has expelled two Russian diplomats and accused the Kremlin of infringing on its sovereignty after a German court ruled on Wednesday that the 2019 murder of a Chechen dissident in Berlin took place at the behest of the Russian authorities.

    Zelimkhan “Tornike” Khangoshvili, 40, a Georgian citizen who fought against Russia during the second Chechen war in the early 2000s, was shot twice in the head at close range in the Kleiner Tiergarten, a park in central Berlin, in August 2019.

    Continue reading...", + "content": "

    Decision follows court ruling that Russia was behind 2019 murder of Chechen dissident in German capital

    Germany has expelled two Russian diplomats and accused the Kremlin of infringing on its sovereignty after a German court ruled on Wednesday that the 2019 murder of a Chechen dissident in Berlin took place at the behest of the Russian authorities.

    Zelimkhan “Tornike” Khangoshvili, 40, a Georgian citizen who fought against Russia during the second Chechen war in the early 2000s, was shot twice in the head at close range in the Kleiner Tiergarten, a park in central Berlin, in August 2019.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/15/germany-convicts-russian-man-of-of-chechen-separatist", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-12-15T16:55:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205061,16 +230710,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a23c37cb427583508982c601599af232" + "hash": "941a5f7ffb60cf851c2602fa9d79dcb7" }, { - "title": "Russell T Davies: ‘I genuinely thought – who wants to watch a show about Aids?’", - "description": "

    It’s a Sin has been voted the Guardian’s best TV show of the year. Russell T Davies reveals why it took him 30 years to write, who the real Colin is – and why he just can’t keep away from Doctor Who

    Russell T Davies doesn’t hold back. If he’s thrilled, he shouts about it. And sure enough, the 6ft 6in giant of a man is shouting today. “I’m gobsmacked. I’ve never come first in this. Ever,he exclaims, admitting that he has always had his eye on the Guardian’s list of the best TV of the year. “If I’ve had a show on, I spend every December watching that countdown wondering if I’ll be on it – I think A Very English Scandal got to No 2.” He’s right, it did. Three years on, his wonderful Channel 4 mini-series It’s a Sin has been voted the Guardian’s best TV show of the year. “I’m ridiculously thrilled,” says Davies, who is Zooming from his home in Manchester.

    It’s 30 years since his first TV series – Dark Season, featuring a 15-year-old Kate Winslet – aired on the BBC. Since then, Davies has created any number of groundbreaking dramas (including Queer as Folk; Cucumber, Banana and Tofu; Years and Years) as well as breathing new life into Doctor Who. But he is particularly pleased to have won for It’s a Sin, the five-part drama about a group of young gay friends living – and dying – through the Aids era of the 80s and early 90s. This is the show he knew he had to write 30 years ago, and spent the intervening decades years putting off, because it was simply too personal and painful.

    Continue reading...", - "content": "

    It’s a Sin has been voted the Guardian’s best TV show of the year. Russell T Davies reveals why it took him 30 years to write, who the real Colin is – and why he just can’t keep away from Doctor Who

    Russell T Davies doesn’t hold back. If he’s thrilled, he shouts about it. And sure enough, the 6ft 6in giant of a man is shouting today. “I’m gobsmacked. I’ve never come first in this. Ever,he exclaims, admitting that he has always had his eye on the Guardian’s list of the best TV of the year. “If I’ve had a show on, I spend every December watching that countdown wondering if I’ll be on it – I think A Very English Scandal got to No 2.” He’s right, it did. Three years on, his wonderful Channel 4 mini-series It’s a Sin has been voted the Guardian’s best TV show of the year. “I’m ridiculously thrilled,” says Davies, who is Zooming from his home in Manchester.

    It’s 30 years since his first TV series – Dark Season, featuring a 15-year-old Kate Winslet – aired on the BBC. Since then, Davies has created any number of groundbreaking dramas (including Queer as Folk; Cucumber, Banana and Tofu; Years and Years) as well as breathing new life into Doctor Who. But he is particularly pleased to have won for It’s a Sin, the five-part drama about a group of young gay friends living – and dying – through the Aids era of the 80s and early 90s. This is the show he knew he had to write 30 years ago, and spent the intervening decades years putting off, because it was simply too personal and painful.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/22/russell-t-davies-i-genuinely-thought-who-wants-to-watch-a-show-about-aids", - "creator": "Simon Hattenstone", - "pubDate": "2021-12-22T08:00:21Z", + "title": "Derek Chauvin pleads guilty to civil rights charges in killing of George Floyd", + "description": "

    Ex-Minneapolis police officer has already been convicted of state murder and manslaughter charges and sentenced to 22 1/2 years

    Former Minneapolis police officer Derek Chauvin has pleaded guilty to violating George Floyd’s civil rights during the arrest that killed Floyd in May 2020, sparking mass racial justice protests across the US and beyond.

    Chauvin appeared in federal court in person on Wednesday morning to change his plea to guilty. It means he will not face a federal trial in January, though he could end up spending more years behind bars when a judge sentences him at a later date.

    Continue reading...", + "content": "

    Ex-Minneapolis police officer has already been convicted of state murder and manslaughter charges and sentenced to 22 1/2 years

    Former Minneapolis police officer Derek Chauvin has pleaded guilty to violating George Floyd’s civil rights during the arrest that killed Floyd in May 2020, sparking mass racial justice protests across the US and beyond.

    Chauvin appeared in federal court in person on Wednesday morning to change his plea to guilty. It means he will not face a federal trial in January, though he could end up spending more years behind bars when a judge sentences him at a later date.

    Continue reading...", + "category": "George Floyd", + "link": "https://www.theguardian.com/us-news/2021/dec/15/derek-chauvin-pleads-guilty-civil-rights-charges-george-floyd-killing", + "creator": "Maya Yang and agency", + "pubDate": "2021-12-15T16:58:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205082,16 +230731,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "737b78edfee53bc6264aec77932a8bec" + "hash": "c6d895449b74b750f50e93699cb264e2" }, { - "title": "The person who got me through 2021: Huey Morgan comforted me amid a deluge of human waste", - "description": "

    I had plumbing problems and his radio show transported me from the faecal hellscape in my garden. It became the ideal soundtrack for my pandemic reality

    It was spring, and human excrement was pumping into our garden. I watched through the window as a perplexed young plumber with a long metal pole excavated the dark, gurgling drain. As if lockdown hadn’t been bad enough, our kitchen was now heavy with the stench of a thousand flushes. No one knew how to stop it. There was only one thing to do: brew weapons-grade black coffee and switch on the radio. That’s how I discovered Huey Morgan’s Saturday morning breakfast show on BBC 6 Music. It made everything feel a little more right in the world.

    What started as a way to distract from the tide of hot, liquid excrement on our patio quickly became the highlight of the week for my girlfriend and me. Huey – of Fun Lovin’ Criminals fame – thumbing you through his records: early 90s rap, early 80s disco, and early 70s soul to blow away the cobwebs, with choice modern selections marbling the retro soundscape.

    Continue reading...", - "content": "

    I had plumbing problems and his radio show transported me from the faecal hellscape in my garden. It became the ideal soundtrack for my pandemic reality

    It was spring, and human excrement was pumping into our garden. I watched through the window as a perplexed young plumber with a long metal pole excavated the dark, gurgling drain. As if lockdown hadn’t been bad enough, our kitchen was now heavy with the stench of a thousand flushes. No one knew how to stop it. There was only one thing to do: brew weapons-grade black coffee and switch on the radio. That’s how I discovered Huey Morgan’s Saturday morning breakfast show on BBC 6 Music. It made everything feel a little more right in the world.

    What started as a way to distract from the tide of hot, liquid excrement on our patio quickly became the highlight of the week for my girlfriend and me. Huey – of Fun Lovin’ Criminals fame – thumbing you through his records: early 90s rap, early 80s disco, and early 70s soul to blow away the cobwebs, with choice modern selections marbling the retro soundscape.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/22/the-person-who-got-me-through-2021-huey-morgan-comforted-me-amid-a-deluge-of-human-waste", - "creator": "Sam Diss", - "pubDate": "2021-12-22T15:00:29Z", + "title": "Romanian minister resigns over claims he faked education credentials", + "description": "

    Florin Roman, the minister for innovation and digitalization, resigned after being on his post for less than a month

    Romania’s minister of innovation and digitalization has resigned after an investigation by journalists who reported they found significant irregularities on his resume and evidence he plagiarized from an academic paper.

    Florin Roman, who had served in Romania’s new coalition government for less than a month, quit his post after Romania’s Libertatea newspaper published a third article calling his claimed educational credentials into question.

    Continue reading...", + "content": "

    Florin Roman, the minister for innovation and digitalization, resigned after being on his post for less than a month

    Romania’s minister of innovation and digitalization has resigned after an investigation by journalists who reported they found significant irregularities on his resume and evidence he plagiarized from an academic paper.

    Florin Roman, who had served in Romania’s new coalition government for less than a month, quit his post after Romania’s Libertatea newspaper published a third article calling his claimed educational credentials into question.

    Continue reading...", + "category": "Romania", + "link": "https://www.theguardian.com/world/2021/dec/15/romanian-minister-florin-roman-resigns-fake-education-credentials", + "creator": "Associated Press in Bucharest", + "pubDate": "2021-12-15T18:36:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205103,16 +230752,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23a10626152c0620140afee9739e9161" + "hash": "bb01ec3e6e939663343a0a7a207e8099" }, { - "title": "‘A moral issue to correct’: the long tail of Elena Ceaușescu’s fraudulent scientific work", - "description": "

    Nicolae Ceaușescu’s Romanian communist regime hailed his wife as an eminent chemistry researcher, though she had no genuine qualifications. But her name lives on in academic journals, and British institutions have yet to retract honours bestowed on her

    Romanian researchers have called on academic publishers to remove Elena Ceaușescu’s name from almost two dozen scientific papers and books fraudulently published as her work, more than 30 years after the wife of the former communist dictator Nicolae Ceaușescu was executed.

    Elena Ceaușescu was celebrated by state propaganda under her husband’s regime as a world-famous chemistry researcher, despite having no credible qualifications. The researchers say some of her work is still being cited and accessed, even though she was barely literate in science and unable to recognise basic formulas taught to first-year chemistry students.

    Continue reading...", - "content": "

    Nicolae Ceaușescu’s Romanian communist regime hailed his wife as an eminent chemistry researcher, though she had no genuine qualifications. But her name lives on in academic journals, and British institutions have yet to retract honours bestowed on her

    Romanian researchers have called on academic publishers to remove Elena Ceaușescu’s name from almost two dozen scientific papers and books fraudulently published as her work, more than 30 years after the wife of the former communist dictator Nicolae Ceaușescu was executed.

    Elena Ceaușescu was celebrated by state propaganda under her husband’s regime as a world-famous chemistry researcher, despite having no credible qualifications. The researchers say some of her work is still being cited and accessed, even though she was barely literate in science and unable to recognise basic formulas taught to first-year chemistry students.

    Continue reading...", - "category": "Romania", - "link": "https://www.theguardian.com/world/2021/dec/22/a-moral-issue-to-correct-the-long-tail-of-elena-ceausescus-fraudulent-scientific-work", - "creator": "Melissa Davey", - "pubDate": "2021-12-22T01:00:12Z", + "title": "Ghislaine Maxwell lawyers ask judge to allow witnesses to testify anonymously", + "description": "

    Legal team make unusual request, saying witnesses might be leery of testifying unless allowed to give evidence under pseudonyms

    Ghislaine Maxwell’s lawyers have taken the unusual step of asking the judge to allow several defense witnesses to testify anonymously in her sex-trafficking trial, which resumes on Thursday in Manhattan federal court.

    Maxwell’s legal team has said that some witnesses might be so leery of testifying that they might not take the stand unless allowed to give evidence under pseudonyms.

    Continue reading...", + "content": "

    Legal team make unusual request, saying witnesses might be leery of testifying unless allowed to give evidence under pseudonyms

    Ghislaine Maxwell’s lawyers have taken the unusual step of asking the judge to allow several defense witnesses to testify anonymously in her sex-trafficking trial, which resumes on Thursday in Manhattan federal court.

    Maxwell’s legal team has said that some witnesses might be so leery of testifying that they might not take the stand unless allowed to give evidence under pseudonyms.

    Continue reading...", + "category": "Jeffrey Epstein", + "link": "https://www.theguardian.com/us-news/2021/dec/15/ghislaine-maxwell-trial-witnesses-testimony", + "creator": "Victoria Bekiempis", + "pubDate": "2021-12-15T17:21:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205124,16 +230773,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7028af85fbc35ff19c9159033ef20ce" + "hash": "80628b08ef7818def5ecf5bc3c706c2a" }, { - "title": "Australia Covid news live: NSW reimposes mask mandate; SA records 484 cases; fires at Melbourne hotel housing refugees", - "description": "

    Covid-19 testing clinics are reducing their openings hours during the Christmas period despite “unprecedented demand” and reports of hours-long wait times in several states.

    Guardian Australia analysis shows 77% of the 490 testing sites listed on the NSW Health website on Wednesday will either close or operate on reduced hours through the Christmas and new year period.

    Novavax is still going through the approval process. I know they’re getting closer. We’re looking forward to get Novavax into the mix of available vaccines as well. It won’t be until the new year. I don’t know exactly when.

    As soon as Novavax is ready to go, we’ll be delighted to get it out there. I know some people have been holding out for Novavax specifically. It will be part of our arsenal and we look forward to helping people access that vaccine if that’s what they want.

    Continue reading...", - "content": "

    Covid-19 testing clinics are reducing their openings hours during the Christmas period despite “unprecedented demand” and reports of hours-long wait times in several states.

    Guardian Australia analysis shows 77% of the 490 testing sites listed on the NSW Health website on Wednesday will either close or operate on reduced hours through the Christmas and new year period.

    Novavax is still going through the approval process. I know they’re getting closer. We’re looking forward to get Novavax into the mix of available vaccines as well. It won’t be until the new year. I don’t know exactly when.

    As soon as Novavax is ready to go, we’ll be delighted to get it out there. I know some people have been holding out for Novavax specifically. It will be part of our arsenal and we look forward to helping people access that vaccine if that’s what they want.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/23/australia-covid-news-victoria-nsw-sydney-masks-restrictions-perrottet-andrews-morrison-politics-corona-vaccine-mask-omicron-patients-doctors-hospital", - "creator": "Cait Kelly (now) and Caitlin Cassidy and Matilda Boseley (earlier)", - "pubDate": "2021-12-23T05:15:01Z", + "title": "bell hooks, author and activist, dies aged 69", + "description": "

    In acclaimed works Ain’t I a Woman and All About Love the writer shared her ideas about race, feminism and romance with flair and compassion

    Gloria Jean Watkins, better known by her pen name bell hooks, has died aged 69.

    Her niece Ebony Motley tweeted: “The family of @bellhooks is sad to announce the passing of our sister, aunt, great aunt and great great aunt.”

    Continue reading...", + "content": "

    In acclaimed works Ain’t I a Woman and All About Love the writer shared her ideas about race, feminism and romance with flair and compassion

    Gloria Jean Watkins, better known by her pen name bell hooks, has died aged 69.

    Her niece Ebony Motley tweeted: “The family of @bellhooks is sad to announce the passing of our sister, aunt, great aunt and great great aunt.”

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2021/dec/15/bell-hooks-author-and-activist-dies-aged-69", + "creator": "Lucy Knight", + "pubDate": "2021-12-15T18:35:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205145,16 +230794,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "546a77694ddd7fdec752162165686155" + "hash": "13d958787fe41a153ca20228665f1f00" }, - { - "title": "From Grand Theft Auto to world peace: can a video game help to change the world?", - "description": "

    Lual Mayen turned his family’s escape from civil war in South Sudan into a powerful gaming experience – that will have real-life benefits for refugees

    It was while fleeing the civil war in South Sudan that Lual Mayen’s mother gave birth to him 28 years ago. She had four children in tow and was near to the border with Uganda, in a town called Aswa. The journey was difficult; Mayen’s two sisters died on the way and he became sick. No one thought he would survive.

    “I can’t imagine what she had to go through. There was no food, no water, nothing,” says Mayen. “I remember she said she was not the only woman who gave birth on the way. Other women abandoned their children because they didn’t want them to suffer. But my mother thought: “He is a gift for me, I have to keep him.”’

    Continue reading...", - "content": "

    Lual Mayen turned his family’s escape from civil war in South Sudan into a powerful gaming experience – that will have real-life benefits for refugees

    It was while fleeing the civil war in South Sudan that Lual Mayen’s mother gave birth to him 28 years ago. She had four children in tow and was near to the border with Uganda, in a town called Aswa. The journey was difficult; Mayen’s two sisters died on the way and he became sick. No one thought he would survive.

    “I can’t imagine what she had to go through. There was no food, no water, nothing,” says Mayen. “I remember she said she was not the only woman who gave birth on the way. Other women abandoned their children because they didn’t want them to suffer. But my mother thought: “He is a gift for me, I have to keep him.”’

    Continue reading...", - "category": "Sudan", - "link": "https://www.theguardian.com/global-development/2021/dec/21/from-grand-theft-auto-to-world-peace-can-a-video-game-help-to-change-the-world", - "creator": "Sarah Johnson", - "pubDate": "2021-12-21T10:30:10Z", + { + "title": "Operator seeks changes to Irish lottery after no jackpot win since June", + "description": "

    Controversy leads to parliamentary inquiry, calls for ‘must-be-won’ draw similar to UK’s – and Shergar jokes

    It has been said that even the dead racehorse Shergar has a better chance of winning Ireland’s national lottery than a member of the public.

    For six months the jackpot has yet to be won, prompting calls for an investigation, a reduction in the number of balls to increase the chances of a win and on Wednesday, a parliamentary inquiry.

    Continue reading...", + "content": "

    Controversy leads to parliamentary inquiry, calls for ‘must-be-won’ draw similar to UK’s – and Shergar jokes

    It has been said that even the dead racehorse Shergar has a better chance of winning Ireland’s national lottery than a member of the public.

    For six months the jackpot has yet to be won, prompting calls for an investigation, a reduction in the number of balls to increase the chances of a win and on Wednesday, a parliamentary inquiry.

    Continue reading...", + "category": "Ireland", + "link": "https://www.theguardian.com/world/2021/dec/15/operator-seeks-changes-to-irish-lottery-after-no-jackpot-win-since-june-draw-shergar", + "creator": "Lisa O'Carroll in Dublin", + "pubDate": "2021-12-15T18:27:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205166,16 +230815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31bf1189de7300fc523a24fed6195494" + "hash": "3a1d0b991c225db712605d160b17f61c" }, { - "title": "The US military trained him. Then he helped murder Berta Cáceres", - "description": "

    The indigenous activist was opposing the construction of a dam being constructed by Roberto David Castillo’s company

    When Roberto David Castillo graduated from the US Military Academy at West Point, the Honduran cadet was confident he’d leave behind a legacy.

    “He will be remembered by all as being a fearless leader committed to God, his family and serving others,” read the caption under his yearbook portrait.

    Continue reading...", - "content": "

    The indigenous activist was opposing the construction of a dam being constructed by Roberto David Castillo’s company

    When Roberto David Castillo graduated from the US Military Academy at West Point, the Honduran cadet was confident he’d leave behind a legacy.

    “He will be remembered by all as being a fearless leader committed to God, his family and serving others,” read the caption under his yearbook portrait.

    Continue reading...", - "category": "Honduras", - "link": "https://www.theguardian.com/global-development/2021/dec/21/the-us-military-trained-him-then-he-helped-berta-caceres", - "creator": "Chiara Eisner", - "pubDate": "2021-12-21T09:30:09Z", + "title": "Sotheby’s sells record $7.3bn of art so far in 2021", + "description": "

    Auction house credits younger, tech-savvy collectors for highest annual sales in its 277-year history

    Sotheby’s has sold a record $7.3bn (£5.5bn) worth of art and other collectibles so far this year – the most in its 277-year history.

    The auction house said on Wednesday that an “influx of younger, tech-savvy collectors” buying luxury items such as handbags, jewellery, wine and non-fungible tokens (NFTs) during the pandemic had helped lift sales to the record high.

    Continue reading...", + "content": "

    Auction house credits younger, tech-savvy collectors for highest annual sales in its 277-year history

    Sotheby’s has sold a record $7.3bn (£5.5bn) worth of art and other collectibles so far this year – the most in its 277-year history.

    The auction house said on Wednesday that an “influx of younger, tech-savvy collectors” buying luxury items such as handbags, jewellery, wine and non-fungible tokens (NFTs) during the pandemic had helped lift sales to the record high.

    Continue reading...", + "category": "The art market", + "link": "https://www.theguardian.com/artanddesign/2021/dec/15/sothebys-record-sales-art-2021-auction-house", + "creator": "Rupert Neate Wealth correspondent", + "pubDate": "2021-12-15T18:29:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205187,16 +230836,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "97544a51229a0390e609f50f96ec69c4" + "hash": "c4654062b97dcec9dd65e74eb0dfca61" }, { - "title": "UK accused of abandoning world’s poor as aid turned into ‘colonial’ investment", - "description": "

    Rebrand of Foreign Office’s development arm, seen as effort to rival China’s loans, will shift aid to private sector, warn NGOs and unions

    The British government has been accused by NGOs and trade unions of “chasing colonial post-Brexit fantasies” at the expense of the world’s poorest as they urge Liz Truss to keep aid focused on poverty reduction rather than geopolitical manoeuvring.

    In a joint letter to the foreign secretary, the group criticises the rebranding of the UK’s development investment arm, which will see the Commonwealth Development Corporation (CDC) become British International Investment (BII) next year.

    Continue reading...", - "content": "

    Rebrand of Foreign Office’s development arm, seen as effort to rival China’s loans, will shift aid to private sector, warn NGOs and unions

    The British government has been accused by NGOs and trade unions of “chasing colonial post-Brexit fantasies” at the expense of the world’s poorest as they urge Liz Truss to keep aid focused on poverty reduction rather than geopolitical manoeuvring.

    In a joint letter to the foreign secretary, the group criticises the rebranding of the UK’s development investment arm, which will see the Commonwealth Development Corporation (CDC) become British International Investment (BII) next year.

    Continue reading...", - "category": "Aid", - "link": "https://www.theguardian.com/global-development/2021/dec/21/uk-accused-of-abandoning-worlds-poor-as-aid-turned-into-colonial-investment", - "creator": "Lizzy Davies", - "pubDate": "2021-12-21T07:00:06Z", + "title": "Omicron likely to accelerate death rate in Europe, says health agency", + "description": "

    EU risk assessment advises against Christmas mixing owing to new Covid variant’s high transmissibility

    Christmas get-togethers may need to be downsized as Omicron is now “very likely” to increase the death toll in Europe even if it proves to be less severe, the European Centre for Disease Prevention and Control has said.

    The new Covid variant’s high transmissibility means that more people are forecast by the EU agency to be admitted to hospital or killed this winter than previously projected.

    Continue reading...", + "content": "

    EU risk assessment advises against Christmas mixing owing to new Covid variant’s high transmissibility

    Christmas get-togethers may need to be downsized as Omicron is now “very likely” to increase the death toll in Europe even if it proves to be less severe, the European Centre for Disease Prevention and Control has said.

    The new Covid variant’s high transmissibility means that more people are forecast by the EU agency to be admitted to hospital or killed this winter than previously projected.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/15/omicron-covid-likely-accelerate-death-rate-europe-eu-health-agency", + "creator": "Daniel Boffey in Brussels", + "pubDate": "2021-12-15T14:30:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205208,16 +230857,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5fc9248379811bb83ee305026560f10" + "hash": "1b444732150e6465211d26b3decf970f" }, { - "title": "bell hooks’ writing told Black women and girls to trust themselves | Deborah Douglas", - "description": "

    The feminist writer created a vocabulary that helped us to learn, grow, and forgive – and above all to understand

    Having just the right words to explain what’s happening keeps you from feeling, well, crazy.

    When the world learned of the passing of bell hooks, the renowned feminist, public intellectual, author, and professor on Wednesday, at her home in Berea, Kentucky, it was the value and accessibility of her words that resonated with Black women, whose understanding of themselves and their own work was transformed by hooks.

    Continue reading...", - "content": "

    The feminist writer created a vocabulary that helped us to learn, grow, and forgive – and above all to understand

    Having just the right words to explain what’s happening keeps you from feeling, well, crazy.

    When the world learned of the passing of bell hooks, the renowned feminist, public intellectual, author, and professor on Wednesday, at her home in Berea, Kentucky, it was the value and accessibility of her words that resonated with Black women, whose understanding of themselves and their own work was transformed by hooks.

    Continue reading...", - "category": "Feminism", - "link": "https://www.theguardian.com/world/commentisfree/2021/dec/17/bell-hooks-black-women-girls-writing", - "creator": "Deborah Douglas", - "pubDate": "2021-12-17T14:02:34Z", + "title": "Covid live: Italy imposes mandatory testing for all EU arrivals; Poland announces further curbs as deaths rise", + "description": "

    Latest updates: unvaccinated arrivals must quarantine for five days; Poland reported 660 deaths in a day, the highest since April

    A member of United States secretary of state Antony Blinken’s travelling press pool has tested positive for Covid-19 on arrival in Kuala Lumpur and is isolating, a state department spokesperson said.

    Secretary Blinken and his senior staff were also tested upon arrival in Kuala Lumpur and were all tested negative, Reuters reports.

    Continue reading...", + "content": "

    Latest updates: unvaccinated arrivals must quarantine for five days; Poland reported 660 deaths in a day, the highest since April

    A member of United States secretary of state Antony Blinken’s travelling press pool has tested positive for Covid-19 on arrival in Kuala Lumpur and is isolating, a state department spokesperson said.

    Secretary Blinken and his senior staff were also tested upon arrival in Kuala Lumpur and were all tested negative, Reuters reports.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/15/covid-news-live-omicron-probably-present-in-most-countries-us-death-toll-passes-800000", + "creator": "Tom Ambrose (now); Lucy Campbell, Miranda Bryant and Samantha Lock (earlier)", + "pubDate": "2021-12-15T19:31:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205229,16 +230878,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "edbcc8ec4599328e40e3e9cc2348aa19" + "hash": "00b4455d186cbc801b133b7b098620eb" }, { - "title": "'It's a stretch': Starmer on No 10's wine and cheese work meeting – video", - "description": "

    The Labour leader, Keir Starmer, has said it was 'a bit of a stretch' to suggest a photograph in which the prime minister, Boris Johnson, and his staff are seen sharing wine and cheese platters in the gardens of Downing Street in May 2020 was a work meeting. No 10 has denied anything social took place and the deputy prime minister, Dominic Raab, said no Covid rules had been broken

    Continue reading...", - "content": "

    The Labour leader, Keir Starmer, has said it was 'a bit of a stretch' to suggest a photograph in which the prime minister, Boris Johnson, and his staff are seen sharing wine and cheese platters in the gardens of Downing Street in May 2020 was a work meeting. No 10 has denied anything social took place and the deputy prime minister, Dominic Raab, said no Covid rules had been broken

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/20/keir-starmer-no-10-wine-and-cheese-work-meeting-video", - "creator": "", - "pubDate": "2021-12-20T16:34:29Z", + "title": "GSK/Sanofi Covid booster delayed by lack of uninfected people to test it on", + "description": "

    Early trials show jab effective in people of all ages who have already received doses of any vaccine

    Efforts by the British and French drugmakers GSK and Sanofi Pasteur to produce a Covid-19 vaccine have suffered a further setback, with final clinical data on the jab and a potential launch delayed until next year as they struggle to find enough uninfected people to test it on.

    The two vaccine specialists announced positive preliminary results from a trial that showed the vaccine raised antibody levels against Covid by nine to 43 times when given as a single booster shot in people who had already received doses of AstraZeneca, Johnson & Johnson, Moderna or Pfizer/BioNTech vaccines, for all age groups.

    Continue reading...", + "content": "

    Early trials show jab effective in people of all ages who have already received doses of any vaccine

    Efforts by the British and French drugmakers GSK and Sanofi Pasteur to produce a Covid-19 vaccine have suffered a further setback, with final clinical data on the jab and a potential launch delayed until next year as they struggle to find enough uninfected people to test it on.

    The two vaccine specialists announced positive preliminary results from a trial that showed the vaccine raised antibody levels against Covid by nine to 43 times when given as a single booster shot in people who had already received doses of AstraZeneca, Johnson & Johnson, Moderna or Pfizer/BioNTech vaccines, for all age groups.

    Continue reading...", + "category": "GlaxoSmithKline", + "link": "https://www.theguardian.com/business/2021/dec/15/gsksanofi-booster-delayed-by-lack-of-uninfected-people-to-test-it-on", + "creator": "Julia Kollewe", + "pubDate": "2021-12-15T17:40:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205250,16 +230899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "60602e5e53a4b96eb02a3f39167a5172" + "hash": "c633ba56c48e482d1adf19838fcf5302" }, { - "title": "Leftwing millennial to be Chile's new president – video", - "description": "

    Gabriel Boric, a leftwing former student leader, will become Chile’s youngest president after storming to a resounding victory in a run-off vote against his ultra-conservative far-right opponent, José Antonio Kast.

    With nearly 97% of the vote counted, the 35-year-old claimed 55.8% to take a 12 percentage point lead over Kast, who quickly accepted his defeat and called Boric to congratulate him.

    Continue reading...", - "content": "

    Gabriel Boric, a leftwing former student leader, will become Chile’s youngest president after storming to a resounding victory in a run-off vote against his ultra-conservative far-right opponent, José Antonio Kast.

    With nearly 97% of the vote counted, the 35-year-old claimed 55.8% to take a 12 percentage point lead over Kast, who quickly accepted his defeat and called Boric to congratulate him.

    Continue reading...", - "category": "Chile", - "link": "https://www.theguardian.com/world/video/2021/dec/20/leftwing-millennial-chile-new-president-video-gabriel-boric", - "creator": "", - "pubDate": "2021-12-20T12:51:32Z", + "title": "Why UK has been less keen than US to give Covid jab to children", + "description": "

    Differing adult uptakes, healthcare systems and cultures of medicine have played role in approaches

    The UK and US may have many things in common, but when it comes to vaccinating children against Covid, the approach has been markedly different.

    In May, the US Food and Drug Administration’s emergency use authorisation of the Pfizer/BioNTech jab was expanded from people aged 16 and older to those aged 12 to 15, with two doses recommended for all those eligible.

    Continue reading...", + "content": "

    Differing adult uptakes, healthcare systems and cultures of medicine have played role in approaches

    The UK and US may have many things in common, but when it comes to vaccinating children against Covid, the approach has been markedly different.

    In May, the US Food and Drug Administration’s emergency use authorisation of the Pfizer/BioNTech jab was expanded from people aged 16 and older to those aged 12 to 15, with two doses recommended for all those eligible.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/15/why-uk-has-been-less-keen-than-us-to-give-covid-jab-to-children", + "creator": "Nicola Davis and Jessica Glenza", + "pubDate": "2021-12-15T13:34:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205271,16 +230920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cdabd2bb21fd9c239eb7716f3715b67" + "hash": "05c05e55fe4a60b6247993b33268e803" }, { - "title": "Covid live: France ‘could soon have 100,000 cases per day’; AstraZeneca to produce Omicron-targeted jab", - "description": "

    Latest updates: French health minister says Omicron will be dominant in early January; AstraZeneca is working with Oxford University on an updated version of their vaccine

    Researchers in Melbourne, Australia, have turned one of the world’s most-used blood-thinning drugs into a nasal spray which they hope could prevent Covid-19 transmission.

    Northern Health medical divisional director Don Campbell and researchers at Melbourne, Monash and Oxford Universities found that heparin can block the transmission of Covid-19 and prevent infection.

    It won’t matter if a new variant comes along, this drug will block that protein from infecting the cells.

    I’m very confident that we can demonstrate that it will work, and people will be using this before they go to the shops and before they go to school.”

    Due to large-scale flooding near the Port of Vancouver … and the global supply chain crunch caused by the coronavirus pandemic, there are delays in the supply of potatoes.”

    Continue reading...", - "content": "

    Latest updates: French health minister says Omicron will be dominant in early January; AstraZeneca is working with Oxford University on an updated version of their vaccine

    Researchers in Melbourne, Australia, have turned one of the world’s most-used blood-thinning drugs into a nasal spray which they hope could prevent Covid-19 transmission.

    Northern Health medical divisional director Don Campbell and researchers at Melbourne, Monash and Oxford Universities found that heparin can block the transmission of Covid-19 and prevent infection.

    It won’t matter if a new variant comes along, this drug will block that protein from infecting the cells.

    I’m very confident that we can demonstrate that it will work, and people will be using this before they go to the shops and before they go to school.”

    Due to large-scale flooding near the Port of Vancouver … and the global supply chain crunch caused by the coronavirus pandemic, there are delays in the supply of potatoes.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/22/covid-news-live-europe-facing-another-storm-due-to-omicron-who-warns-israel-announces-fourth-jab-for-over-60s", - "creator": "Tom Ambrose (now) and Samantha Lock (earlier)", - "pubDate": "2021-12-22T09:04:10Z", + "title": "‘My life is weird’: the court artist who drew Ghislaine Maxwell drawing her back", + "description": "

    For Jane Rosenberg, a professional courtroom artist who has covered four decades of notorious trials, her viral sketch of Maxwell is just part of a strange and fascinating job

    Pastel drawings don’t typically go viral on the internet. But this month, thousands of Twitter users were mesmerized by a courtroom artist’s sketch of Ghislaine Maxwell – the alleged sex-trafficking accomplice of Jeffrey Epstein – staring at the artist and sketching back.

    Twitter users were disturbed. “I thought this was funny at first but it’s starting to haunt me,” one person wrote. Others commented on the picture’s bizarre, recursive quality – reminiscent of MC Escher’s drawing of hands drawing hands, and raising the possibility of some kind of infinite loop. Was Maxwell trolling us? Or sending the artist an ominous message?

    Continue reading...", + "content": "

    For Jane Rosenberg, a professional courtroom artist who has covered four decades of notorious trials, her viral sketch of Maxwell is just part of a strange and fascinating job

    Pastel drawings don’t typically go viral on the internet. But this month, thousands of Twitter users were mesmerized by a courtroom artist’s sketch of Ghislaine Maxwell – the alleged sex-trafficking accomplice of Jeffrey Epstein – staring at the artist and sketching back.

    Twitter users were disturbed. “I thought this was funny at first but it’s starting to haunt me,” one person wrote. Others commented on the picture’s bizarre, recursive quality – reminiscent of MC Escher’s drawing of hands drawing hands, and raising the possibility of some kind of infinite loop. Was Maxwell trolling us? Or sending the artist an ominous message?

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/15/my-life-is-weird-the-court-artist-who-drew-ghislaine-maxwell-drawing-her-back", + "creator": "J Oliver Conroy", + "pubDate": "2021-12-15T10:00:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205292,16 +230941,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aa3c492eb594480e4f310c5f109f847" + "hash": "0ce9e3d4eb45c2d5c42242fba21b86ee" }, { - "title": "One dead and dozens feared missing after boat sinks off Greek island", - "description": "

    Search and rescue operation under way near Folegandros as boat carrying as many as 50 people sinks

    Greece’s coastguard says one person has died and dozens are feared missing after a boat sank off the coast of the island of Folegandros.

    The body of the unidentified man was recovered during an ongoing search and rescue operation. The coastguard said 12 people, all believed to be from Iraq, had been rescued and transported to the nearby island of Santorini.

    Continue reading...", - "content": "

    Search and rescue operation under way near Folegandros as boat carrying as many as 50 people sinks

    Greece’s coastguard says one person has died and dozens are feared missing after a boat sank off the coast of the island of Folegandros.

    The body of the unidentified man was recovered during an ongoing search and rescue operation. The coastguard said 12 people, all believed to be from Iraq, had been rescued and transported to the nearby island of Santorini.

    Continue reading...", - "category": "Greece", - "link": "https://www.theguardian.com/world/2021/dec/22/dozens-believed-missing-after-refugee-boat-sinks-off-greek-island", - "creator": "Associated Press in Athens", - "pubDate": "2021-12-22T10:01:56Z", + "title": "Analogue Pocket review – a heaven-sent gift for Game Boy fans", + "description": "

    This high-end reproduction console makes original Game Boy titles (and more) look and play better than ever

    For the past 10 years Seattle-based tech company Analogue has been making high-end retro video game hardware, with a steely focus on accurate, authentic reproduction rather than emulation. Its Mega Sg and Super Nt consoles were highly acclaimed modernisations of the Sega Mega Drive and Super Nintendo, allowing users to play all their old 16-bit game carts on modern machines with a variety of display and audio options. Now the company has finally launched its Analogue Pocket, a handheld console that will play Game Boy, Game Boy Color and Game Boy Advance (GBA) cartridges on a beautiful 3.5in LCD display in crisp 1600×1440 resolution.

    As with the other consoles in its range, there’s no software emulation of the old systems going on here. The company uses a field-programmable gate array (FPGA) circuit to replicate the original tech specs, which means it can pretty much run any Game Boy game from the thousands available, with few of the glitches, instabilities or compatibility problems often associated with software-based emulators.

    The gaming equivalent of buying a fancy new turntable to play your old records

    The Analogue Pocket is available for pre-order now; $219.99

    Continue reading...", + "content": "

    This high-end reproduction console makes original Game Boy titles (and more) look and play better than ever

    For the past 10 years Seattle-based tech company Analogue has been making high-end retro video game hardware, with a steely focus on accurate, authentic reproduction rather than emulation. Its Mega Sg and Super Nt consoles were highly acclaimed modernisations of the Sega Mega Drive and Super Nintendo, allowing users to play all their old 16-bit game carts on modern machines with a variety of display and audio options. Now the company has finally launched its Analogue Pocket, a handheld console that will play Game Boy, Game Boy Color and Game Boy Advance (GBA) cartridges on a beautiful 3.5in LCD display in crisp 1600×1440 resolution.

    As with the other consoles in its range, there’s no software emulation of the old systems going on here. The company uses a field-programmable gate array (FPGA) circuit to replicate the original tech specs, which means it can pretty much run any Game Boy game from the thousands available, with few of the glitches, instabilities or compatibility problems often associated with software-based emulators.

    The gaming equivalent of buying a fancy new turntable to play your old records

    The Analogue Pocket is available for pre-order now; $219.99

    Continue reading...", + "category": "Games", + "link": "https://www.theguardian.com/games/2021/dec/15/analogue-pocket-review-game-boy-console", + "creator": "Keith Stuart", + "pubDate": "2021-12-15T12:45:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205313,16 +230962,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab98ea94ec51ac9b1bebd63395c3e487" + "hash": "482364b32299ab98fa5d8e2cd0112726" }, { - "title": "EU working to amend genocide denial law that is blamed for Bosnia crisis", - "description": "

    Officials privately accept legislation to counter Serb efforts to deny scope of 1995 Srebrenica massacre risks reigniting regional conflict

    Senior EU officials are working behind the scenes to “correct” a new law in Bosnia-Herzegovina (BiH) that criminalises denial of the massacre of 8,000 Muslims in Srebrenica, after privately concluding it risks reigniting fresh regional conflict.

    Milorad Dodik, the Serb member of the tripartite BiH leadership, has been accused in recent months of seeking to break up the country by withdrawing its Serbian part from state-level institutions.

    Continue reading...", - "content": "

    Officials privately accept legislation to counter Serb efforts to deny scope of 1995 Srebrenica massacre risks reigniting regional conflict

    Senior EU officials are working behind the scenes to “correct” a new law in Bosnia-Herzegovina (BiH) that criminalises denial of the massacre of 8,000 Muslims in Srebrenica, after privately concluding it risks reigniting fresh regional conflict.

    Milorad Dodik, the Serb member of the tripartite BiH leadership, has been accused in recent months of seeking to break up the country by withdrawing its Serbian part from state-level institutions.

    Continue reading...", - "category": "Bosnia-Herzegovina", - "link": "https://www.theguardian.com/world/2021/dec/22/eu-working-to-amend-law-on-srebrenica-genocide-denial-to-blame-for-bosnia-crisis", - "creator": "Julian Borger in Washington and Daniel Boffey in Brussels", - "pubDate": "2021-12-22T05:00:17Z", + "title": "‘We were pinned as the bitches’: the OC and 90210 stars reclaiming their voices", + "description": "

    Hit noughties US teen shows – and UK ones like Skins – were irresistible to their wide-eyed, hormone-fuelled viewers. Now their casts are reuniting in podcasts to discuss the good – and the bad – of adolescent stardom

    There is nothing new about a nostalgic TV reunion. In the last year we’ve seen televisual specials reunite actors from Friends, New Girl and The Fresh Prince of Bel-Air for emotional chats and table reads of episodes past. There are cast-led rewatch podcasts like Fake Doctors, Real Friends – hosted by the Scrubs stars Zach Braff and Donald Faison – or West Wing Weekly and Office Ladies (about the US Office). But, often, they are bathed in a cosy glow. They fail to lift the lid on the shows’ darker side. They avoid raising problematic issues that call into question the ethics of the industry they work in.

    This is not true when it comes to the wave of podcasts that have brought together the casts of 00s teen shows. Years spent portraying the breakups, makeups, hedonistic parties and burgeoning sex lives of teenagers – in hits such as The OC and 90210 – have made way for audio series in which their casts discuss the good and the bad of adolescent stardom.

    Continue reading...", + "content": "

    Hit noughties US teen shows – and UK ones like Skins – were irresistible to their wide-eyed, hormone-fuelled viewers. Now their casts are reuniting in podcasts to discuss the good – and the bad – of adolescent stardom

    There is nothing new about a nostalgic TV reunion. In the last year we’ve seen televisual specials reunite actors from Friends, New Girl and The Fresh Prince of Bel-Air for emotional chats and table reads of episodes past. There are cast-led rewatch podcasts like Fake Doctors, Real Friends – hosted by the Scrubs stars Zach Braff and Donald Faison – or West Wing Weekly and Office Ladies (about the US Office). But, often, they are bathed in a cosy glow. They fail to lift the lid on the shows’ darker side. They avoid raising problematic issues that call into question the ethics of the industry they work in.

    This is not true when it comes to the wave of podcasts that have brought together the casts of 00s teen shows. Years spent portraying the breakups, makeups, hedonistic parties and burgeoning sex lives of teenagers – in hits such as The OC and 90210 – have made way for audio series in which their casts discuss the good and the bad of adolescent stardom.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/15/we-were-pinned-as-the-bitches-the-oc-and-90210-stars-reclaiming-their-voices", + "creator": "Grace Shutti", + "pubDate": "2021-12-15T11:38:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205334,16 +230983,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "abdc579b7755e6250843ae3574bfee62" + "hash": "f00bc598a688c913f6a3e05c9e99e7d4" }, { - "title": "McDonald’s rations fries in Japan due to potato shortage", - "description": "

    Covid-19 and floods in Canada force fast-food company to sell only small-sized fries

    A new kind of chip shortage has hit Japanese supply chains, with McDonald’s forced to ration fries as Covid-19 and floods in Canada squeeze potato imports.

    McDonald’s Japan said it would only sell small-sized french fries for a week from Friday to avoid shortages. “Due to large-scale flooding near the Port of Vancouver … and the global supply chain crunch caused by the coronavirus pandemic, there are delays in the supply of potatoes.”

    Continue reading...", - "content": "

    Covid-19 and floods in Canada force fast-food company to sell only small-sized fries

    A new kind of chip shortage has hit Japanese supply chains, with McDonald’s forced to ration fries as Covid-19 and floods in Canada squeeze potato imports.

    McDonald’s Japan said it would only sell small-sized french fries for a week from Friday to avoid shortages. “Due to large-scale flooding near the Port of Vancouver … and the global supply chain crunch caused by the coronavirus pandemic, there are delays in the supply of potatoes.”

    Continue reading...", - "category": "Japan", - "link": "https://www.theguardian.com/world/2021/dec/22/mcdonalds-rations-fries-in-japan-due-to-potato-shortage", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-22T03:29:44Z", + "title": "I challenged Tom Cruise to send me two of his special cakes for Christmas. Did he deliver? Of course he did", + "description": "

    Every Christmas, the actor sends an extreme white chocolate coconut gateaux to close friends – by private jet, it turns out. This year, those friends include me. Twice

    Reader, I am here to inform you that dreams do come true. You really can have anything your heart desires, with the proviso that you’re prepared to aggressively and repeatedly abuse your position in order to get it. What I’m trying to say is this: my year-long campaign to get Tom Cruise to send me a cake has ended in success.

    Roughly a year ago, I wrote a short piece about Cruise’s habit of sending $50 (£38) white chocolate coconut bundts to his closest friends at Christmas. Kirsten Dunst, Henry Cavill, Angela Bassett, Jimmy Fallon, Graham Norton and scores of other high-profile figures all receive a cake, lovingly made by Doan’s Bakery in California and shipped out by Cruise’s staff. I finished my article by hoping that I would one day be important enough to receive such a wonderful gift.

    Continue reading...", + "content": "

    Every Christmas, the actor sends an extreme white chocolate coconut gateaux to close friends – by private jet, it turns out. This year, those friends include me. Twice

    Reader, I am here to inform you that dreams do come true. You really can have anything your heart desires, with the proviso that you’re prepared to aggressively and repeatedly abuse your position in order to get it. What I’m trying to say is this: my year-long campaign to get Tom Cruise to send me a cake has ended in success.

    Roughly a year ago, I wrote a short piece about Cruise’s habit of sending $50 (£38) white chocolate coconut bundts to his closest friends at Christmas. Kirsten Dunst, Henry Cavill, Angela Bassett, Jimmy Fallon, Graham Norton and scores of other high-profile figures all receive a cake, lovingly made by Doan’s Bakery in California and shipped out by Cruise’s staff. I finished my article by hoping that I would one day be important enough to receive such a wonderful gift.

    Continue reading...", + "category": "Tom Cruise", + "link": "https://www.theguardian.com/film/2021/dec/15/i-challenged-tom-cruise-to-send-me-two-of-his-special-cakes-for-christmas-did-he-deliver-of-course-he-did", + "creator": "Stuart Heritage", + "pubDate": "2021-12-15T07:00:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205355,16 +231004,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa0f06ddea66134c6001caf94cfe289b" + "hash": "be7acdfa3d500f6ad932e57a1445c03b" }, { - "title": "Food shortages hitting Britons more than many in EU, poll finds", - "description": "

    Survey suggests UK residents more likely to have faced shortages than those in France, Germany and Spain

    Britons are many times more likely to have experienced shortages of food and fuel than people in half a dozen EU member states, according to a poll.

    Global supply chain problems prompted by the pandemic have disrupted the international trade network since the summer, with transport backlogs combining with labour shortages to create scarcities of various goods around the world.

    Continue reading...", - "content": "

    Survey suggests UK residents more likely to have faced shortages than those in France, Germany and Spain

    Britons are many times more likely to have experienced shortages of food and fuel than people in half a dozen EU member states, according to a poll.

    Global supply chain problems prompted by the pandemic have disrupted the international trade network since the summer, with transport backlogs combining with labour shortages to create scarcities of various goods around the world.

    Continue reading...", - "category": "Supply chain crisis", - "link": "https://www.theguardian.com/business/2021/dec/22/food-shortages-hitting-britons-more-than-many-in-eu-poll-finds", - "creator": "Jon Henley Europe correspondent", - "pubDate": "2021-12-22T09:21:35Z", + "title": "Shatner in Space: Captain Kirk’s in a willy-shaped spaceship – and it’s poetry in motion", + "description": "

    This documentary is indescribably touching as it captures the Star Trek actor’s rocket voyage. Even if it is a Jeff Bezos ego trip

    There are two competing schools of thought when it comes to William Shatner’s space mission. The first is characterised by a kind of awestruck wonder over the beautiful symmetry of it all: Shatner starred in Star Trek, Star Trek inspired a generation of engineers, the engineers built a rocket, the rocket flew Shatner into space. The second tends to think that letting a billionaire indulge an actor by flying him to the brink of the atmosphere in a spaceship shaped like a willy might not be the best use of our resources.

    Shatner in Space is firmly for the first crowd. A 45-minute documentary about his mission, it airs on Amazon Prime. Jeff Bezos owns Amazon Prime. He also owns the rocket that Shatner flew on. Anyone expecting even an iota of criticism would be better off looking elsewhere.

    Continue reading...", + "content": "

    This documentary is indescribably touching as it captures the Star Trek actor’s rocket voyage. Even if it is a Jeff Bezos ego trip

    There are two competing schools of thought when it comes to William Shatner’s space mission. The first is characterised by a kind of awestruck wonder over the beautiful symmetry of it all: Shatner starred in Star Trek, Star Trek inspired a generation of engineers, the engineers built a rocket, the rocket flew Shatner into space. The second tends to think that letting a billionaire indulge an actor by flying him to the brink of the atmosphere in a spaceship shaped like a willy might not be the best use of our resources.

    Shatner in Space is firmly for the first crowd. A 45-minute documentary about his mission, it airs on Amazon Prime. Jeff Bezos owns Amazon Prime. He also owns the rocket that Shatner flew on. Anyone expecting even an iota of criticism would be better off looking elsewhere.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/15/shatner-in-space-captain-kirks-in-a-willy-shaped-spaceship-and-its-poetry-in-motion", + "creator": "Stuart Heritage", + "pubDate": "2021-12-15T13:48:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205376,16 +231025,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45873abb054c06821000684647306e11" + "hash": "aa2f01665b31ea64827d93ccb9b8f41a" }, { - "title": "Harvard professor found guilty of hiding ties to Chinese-run recruitment program", - "description": "

    Case is among highest profile to come from the US Department of Justice’s ‘China Initiative’, a controversial effort to curb suspected economic espionage

    A Harvard University professor charged with hiding his ties to a Chinese-run recruitment program has been found guilty on all counts.

    Charles Lieber, 62, the former chair of Harvard’s department of chemistry and chemical biology, had pleaded not guilty to two counts of filing false tax returns, two counts of making false statements, and two counts of failing to file reports for a foreign bank account in China.

    Continue reading...", - "content": "

    Case is among highest profile to come from the US Department of Justice’s ‘China Initiative’, a controversial effort to curb suspected economic espionage

    A Harvard University professor charged with hiding his ties to a Chinese-run recruitment program has been found guilty on all counts.

    Charles Lieber, 62, the former chair of Harvard’s department of chemistry and chemical biology, had pleaded not guilty to two counts of filing false tax returns, two counts of making false statements, and two counts of failing to file reports for a foreign bank account in China.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/22/harvard-professor-found-guilty-of-hiding-ties-to-chinese-run-recruitment-program", - "creator": "Associated Press", - "pubDate": "2021-12-22T01:28:12Z", + "title": "Colston statue ‘cast a shadow’ over Bristol, court hears in BLM protest trial", + "description": "

    Defence says memorial to slave trader toppled last June was ‘indecent and threatening’ to city’s black community

    The statue of Edward Colston in Bristol was “a monument to racism”, a court has heard, as a defendant described the moment he gave the signal to topple the memorial to the slave trader.

    Rhian Graham, 30, Milo Ponsford, 26, and Sage Willoughby, 22, are accused of helping to tear down the statue of the slave trader during a Black Lives Matter protest on 7 June last year. They are on trial alongside Jake Skuse, 33, who is accused of helping to roll the bronze to Bristol harbour where it was thrown into the River Avon.

    Continue reading...", + "content": "

    Defence says memorial to slave trader toppled last June was ‘indecent and threatening’ to city’s black community

    The statue of Edward Colston in Bristol was “a monument to racism”, a court has heard, as a defendant described the moment he gave the signal to topple the memorial to the slave trader.

    Rhian Graham, 30, Milo Ponsford, 26, and Sage Willoughby, 22, are accused of helping to tear down the statue of the slave trader during a Black Lives Matter protest on 7 June last year. They are on trial alongside Jake Skuse, 33, who is accused of helping to roll the bronze to Bristol harbour where it was thrown into the River Avon.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/15/colston-statue-cast-a-shadow-over-bristol-court-hears-in-blm-protest-trial", + "creator": "Damien Gayle", + "pubDate": "2021-12-15T18:45:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205397,16 +231046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e99b2bf780b87a75c9e3d042528ba29f" + "hash": "39532ca9ad532b6aa820b7951db87ca3" }, { - "title": "Libyan presidential vote will not go ahead on Friday, officials confirm", - "description": "

    Unclear whether another date has been set or if election has been cancelled altogether

    A Libyan parliamentary committee has said it has become “impossible” to hold a long-awaited presidential vote on Friday as scheduled, in a blow to international efforts to end a decade of chaos in the oil-rich country.

    It was the first official statement that the vote would not go ahead, although the news had been widely expected amid mounting challenges and calls for a delay.

    Continue reading...", - "content": "

    Unclear whether another date has been set or if election has been cancelled altogether

    A Libyan parliamentary committee has said it has become “impossible” to hold a long-awaited presidential vote on Friday as scheduled, in a blow to international efforts to end a decade of chaos in the oil-rich country.

    It was the first official statement that the vote would not go ahead, although the news had been widely expected amid mounting challenges and calls for a delay.

    Continue reading...", - "category": "Libya", - "link": "https://www.theguardian.com/world/2021/dec/22/libyan-presidential-vote-not-going-ahead-officials-confirm", - "creator": "Associated Press", - "pubDate": "2021-12-22T08:50:56Z", + "title": "Senators meet with Joe Manchin to negotiate on filibuster amid voting rights push – live", + "description": "

    Joe Biden has arrived in Kentucky to survey the damage wrought by the tornadoes that swept through the state on Friday and killed at least 74 people.

    Biden was greeted at Ft Campbell Airport by Kentucky Governor Andy Beshear, First Lady Britainy Beshear and former Governor Steve Beshear, who is the father of Andy.

    Continue reading...", + "content": "

    Joe Biden has arrived in Kentucky to survey the damage wrought by the tornadoes that swept through the state on Friday and killed at least 74 people.

    Biden was greeted at Ft Campbell Airport by Kentucky Governor Andy Beshear, First Lady Britainy Beshear and former Governor Steve Beshear, who is the father of Andy.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2021/dec/15/joe-biden-kentucky-tornadoes-response-us-politics-live", + "creator": "Joan E Greve", + "pubDate": "2021-12-15T20:24:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205418,16 +231067,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "229c6d171fb7ac6f732366760d9d4f65" + "hash": "d1449ef046b548c0e524220edfa1b3f9" }, { - "title": "Myanmar: dozens feared missing after landslide at jade mine", - "description": "

    At least one person has died and up to 100 more could have been swept into a lake in the latest incident to strike the notoriously dangerous industry

    At least one person is dead and dozens more are missing after a landslide at a jade mine in northern Myanmar, a member of a rescue team has said.

    The landslide in the Hpakant area of Kachin state happened at around 4am on Wednesday, local time, and there were fears up to 100 people were missing. Ko Nyi, a member of a rescue team, said: “We’ve sent 25 injured people to hospital while we’ve found one dead.”

    Reuters and Agence France-Presse contributed to this report

    Continue reading...", - "content": "

    At least one person has died and up to 100 more could have been swept into a lake in the latest incident to strike the notoriously dangerous industry

    At least one person is dead and dozens more are missing after a landslide at a jade mine in northern Myanmar, a member of a rescue team has said.

    The landslide in the Hpakant area of Kachin state happened at around 4am on Wednesday, local time, and there were fears up to 100 people were missing. Ko Nyi, a member of a rescue team, said: “We’ve sent 25 injured people to hospital while we’ve found one dead.”

    Reuters and Agence France-Presse contributed to this report

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2021/dec/22/myanmar-dozens-feared-missing-after-landslide-at-jade-mine", - "creator": "Staff and agencies", - "pubDate": "2021-12-22T04:41:43Z", + "title": "A Fight Against … review – Chilean playwright’s sparky sketches", + "description": "

    Royal Court Theatre Upstairs, London
    Pablo Manzi’s political scenes, which span several decades and are powerfully performed, could perhaps lead to a future epic

    Thirty years ago, the Royal Court introduced a Chilean playwright, Ariel Dorfman, with Death and the Maiden, a much-revived, twistily structured thriller about South American human rights abuses.

    While theatre can have a one-hit-and-run attitude to distant politics, the Court has commendably kept an eye on Santiago. Its international programme mentors new writers in an initiative spawning several Court stagings, including Guillermo Calderón’s B in 2017 and now, in sparky English by the same translator, William Gregory, Una Lucha Contra … by Pablo Manzi.

    A Fight Against … (Una Lucha Contra … ) is at the Royal Court theatre, London, until 22 January

    Continue reading...", + "content": "

    Royal Court Theatre Upstairs, London
    Pablo Manzi’s political scenes, which span several decades and are powerfully performed, could perhaps lead to a future epic

    Thirty years ago, the Royal Court introduced a Chilean playwright, Ariel Dorfman, with Death and the Maiden, a much-revived, twistily structured thriller about South American human rights abuses.

    While theatre can have a one-hit-and-run attitude to distant politics, the Court has commendably kept an eye on Santiago. Its international programme mentors new writers in an initiative spawning several Court stagings, including Guillermo Calderón’s B in 2017 and now, in sparky English by the same translator, William Gregory, Una Lucha Contra … by Pablo Manzi.

    A Fight Against … (Una Lucha Contra … ) is at the Royal Court theatre, London, until 22 January

    Continue reading...", + "category": "Royal Court theatre", + "link": "https://www.theguardian.com/stage/2021/dec/15/a-fight-against-review-pablo-manzi", + "creator": "Mark Lawson", + "pubDate": "2021-12-15T14:05:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205439,16 +231088,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb8e0cd1cc8f9dacc70001ef3e436cfe" + "hash": "ce1aa2ca465566354882cdceae27444f" }, { - "title": "Madagascar: minister swims 12 hours to safety after helicopter crash", - "description": "

    Police minister Serge Gelle was one of two survivors to make the marathon swim to shore after ejecting from the stricken helicopter

    A Madagascan minister was one of two survivors to have swum about 12 hours to shore after their helicopter crashed off the island’s north-east coast, authorities said.

    A search was continuing for two other passengers after Monday’s crash, the cause of which was not immediately clear, police and port authorities said.

    Continue reading...", - "content": "

    Police minister Serge Gelle was one of two survivors to make the marathon swim to shore after ejecting from the stricken helicopter

    A Madagascan minister was one of two survivors to have swum about 12 hours to shore after their helicopter crashed off the island’s north-east coast, authorities said.

    A search was continuing for two other passengers after Monday’s crash, the cause of which was not immediately clear, police and port authorities said.

    Continue reading...", - "category": "Madagascar", - "link": "https://www.theguardian.com/world/2021/dec/22/madagascar-minister-swims-12-hours-to-safety-after-helicopter-crash", - "creator": "Agence France-Presse", - "pubDate": "2021-12-22T00:11:41Z", + "title": "Putin assures Xi he will go to Winter Olympics in show of unity", + "description": "

    Russian leader defies western boycott and forms ‘new model of cooperation’ with Chinese leader

    Vladimir Putin has confirmed he will attend the opening of the Winter Olympics in Beijing, an event that Boris Johnson and other western leaders have boycotted in protest at human rights abuses in China.

    Putin made the pledge during a video call with the Chinese leader, Xi Jinping, as he said that a “new model of cooperation has been formed between our countries, based on other matters of principles such as non-interference in [each other’s] internal affairs”.

    Continue reading...", + "content": "

    Russian leader defies western boycott and forms ‘new model of cooperation’ with Chinese leader

    Vladimir Putin has confirmed he will attend the opening of the Winter Olympics in Beijing, an event that Boris Johnson and other western leaders have boycotted in protest at human rights abuses in China.

    Putin made the pledge during a video call with the Chinese leader, Xi Jinping, as he said that a “new model of cooperation has been formed between our countries, based on other matters of principles such as non-interference in [each other’s] internal affairs”.

    Continue reading...", + "category": "Vladimir Putin", + "link": "https://www.theguardian.com/sport/2021/dec/15/vladimir-putin-to-attend-opening-of-winter-olympics-in-beijing", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-12-15T17:02:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205460,16 +231109,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7258704c4c2e9e5d65a4494f2c4d055" + "hash": "d6a8af9f85cc1acae422d03301032d38" }, { - "title": "Oscar Wilde’s former street named the most expensive in England", - "description": "

    The average house price on Tite Street in Chelsea is £28.9m, says mortgage lender Halifax

    It was once home to literary and artistic greats including Oscar Wilde, but now Tite Street in west London has a new claim to fame after Halifax named it the most expensive street in England and Wales, with an average house price of £28.9m.

    The mortgage lender said the top 10 priciest streets in 2021 were all in the capital, mainly in Westminster or the borough of Kensington and Chelsea, where Tite Street is situated.

    Continue reading...", - "content": "

    The average house price on Tite Street in Chelsea is £28.9m, says mortgage lender Halifax

    It was once home to literary and artistic greats including Oscar Wilde, but now Tite Street in west London has a new claim to fame after Halifax named it the most expensive street in England and Wales, with an average house price of £28.9m.

    The mortgage lender said the top 10 priciest streets in 2021 were all in the capital, mainly in Westminster or the borough of Kensington and Chelsea, where Tite Street is situated.

    Continue reading...", - "category": "House prices", - "link": "https://www.theguardian.com/money/2021/dec/22/oscar-wildes-former-street-named-the-most-expensive-in-england", - "creator": "Rupert Jones", - "pubDate": "2021-12-22T06:00:19Z", + "title": "Morning mail: children face $2.1m in Covid fines, UK hits record cases, viral Christmas lunch", + "description": "

    Thursday: Almost 3,000 minors in NSW have been hit with fines for Covid breaches, drawing ire of legal and advocacy groups. Plus: school’s ‘grim’ Christmas fare

    Good morning. Europe braces for a surge in the Covid Omicron variant, advocacy bodies call for NSW Covid fines for children to be reversed and a Queensland coalmine faces scrutiny over repeated emissions failures.

    Omicron has been found to multiply about 70 times quicker than the original and Delta versions of coronavirus, researchers from the University of Hong Kong have reported. The faster rate of infectiousness means the variant could cause greater fatalities than previous strains. Britain’s chief medical officer has warned the country is being hit by “two epidemics on top of each other” and big rise in hospitalisations is “a nailed-on prospect” as it reported its highest daily infection tally yet, with 78,000 new cases overnight. The cumulative death toll in the US has passed 800,000; a quarter of whom represent “preventable deaths”, a leading epidemiologist has said.

    Continue reading...", + "content": "

    Thursday: Almost 3,000 minors in NSW have been hit with fines for Covid breaches, drawing ire of legal and advocacy groups. Plus: school’s ‘grim’ Christmas fare

    Good morning. Europe braces for a surge in the Covid Omicron variant, advocacy bodies call for NSW Covid fines for children to be reversed and a Queensland coalmine faces scrutiny over repeated emissions failures.

    Omicron has been found to multiply about 70 times quicker than the original and Delta versions of coronavirus, researchers from the University of Hong Kong have reported. The faster rate of infectiousness means the variant could cause greater fatalities than previous strains. Britain’s chief medical officer has warned the country is being hit by “two epidemics on top of each other” and big rise in hospitalisations is “a nailed-on prospect” as it reported its highest daily infection tally yet, with 78,000 new cases overnight. The cumulative death toll in the US has passed 800,000; a quarter of whom represent “preventable deaths”, a leading epidemiologist has said.

    Continue reading...", + "category": "", + "link": "https://www.theguardian.com/australia-news/2021/dec/16/morning-mail-children-face-21m-in-covid-fines-uk-hits-record-cases-viral-christmas-lunch", + "creator": "Richard Parkin", + "pubDate": "2021-12-15T19:59:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205481,16 +231130,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b473c71d44f9a5f750a8a8ca628416c" + "hash": "ecd71243e5727df0ba2040995f92d817" }, { - "title": "Steps taken to target Omicron with AstraZeneca jab, scientist says", - "description": "

    Sandy Douglas, from Oxford University, says updated vaccine could ‘respond to any new variant more rapidly’

    Oxford and AstraZeneca have taken “preliminary steps” to produce an updated version of their coronavirus vaccine to specifically target the Omicron variant, a scientist at the university has said.

    Sandy Douglas, a research group leader at Oxford, told the Financial Times that an updated vaccine could be used to “respond to any new variant more rapidly” than previously believed.

    Continue reading...", - "content": "

    Sandy Douglas, from Oxford University, says updated vaccine could ‘respond to any new variant more rapidly’

    Oxford and AstraZeneca have taken “preliminary steps” to produce an updated version of their coronavirus vaccine to specifically target the Omicron variant, a scientist at the university has said.

    Sandy Douglas, a research group leader at Oxford, told the Financial Times that an updated vaccine could be used to “respond to any new variant more rapidly” than previously believed.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/21/steps-taken-to-target-omicron-with-astrazeneca-jab-scientist-says", - "creator": "Léonie Chao-Fong", - "pubDate": "2021-12-21T23:47:36Z", + "title": "Urgent action needed to halt trafficking of children in world’s orphanages – report", + "description": "

    Millions of children worldwide are at risk of abuse and exploitation in institutions, often to attract funding from donors, says Lumos charity

    Immediate action must be taken to prevent trafficking and exploitation of children in orphanages, according to a report published on Monday.

    International children’s charity Lumos says that an estimated 5.4 million children worldwide live in institutions that cannot meet their needs and neglect their rights and where they are exposed to multiple forms of exploitation and harm.

    Continue reading...", + "content": "

    Millions of children worldwide are at risk of abuse and exploitation in institutions, often to attract funding from donors, says Lumos charity

    Immediate action must be taken to prevent trafficking and exploitation of children in orphanages, according to a report published on Monday.

    International children’s charity Lumos says that an estimated 5.4 million children worldwide live in institutions that cannot meet their needs and neglect their rights and where they are exposed to multiple forms of exploitation and harm.

    Continue reading...", + "category": "Children", + "link": "https://www.theguardian.com/global-development/2021/dec/14/urgent-action-needed-to-halt-trafficking-of-children-in-worlds-orphanages-report", + "creator": "Nicola Kelly", + "pubDate": "2021-12-14T06:45:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205502,16 +231151,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3900df4317aa56ecf326a0eb15c7c986" + "hash": "0baaa4ead9d7a77d589612bff65664ff" }, { - "title": "Covid: how has the pandemic changed in the UK in 2021?", - "description": "

    The year has been marked by the success of the vaccination drive – yet thousands have still died

    This time last year, Covid-19 cases were soaring in the UK, hospitalisations were steadily increasing, and the government had tightened restrictions to try to get a handle on a concerning new variant.

    Twelve months on, there is a sense of deja vu. A weary public is worried about its festive plans being cancelled, an outcome that would be all the more painful in light of the Christmas party scandal that has enveloped Downing Street in recent weeks.

    Continue reading...", - "content": "

    The year has been marked by the success of the vaccination drive – yet thousands have still died

    This time last year, Covid-19 cases were soaring in the UK, hospitalisations were steadily increasing, and the government had tightened restrictions to try to get a handle on a concerning new variant.

    Twelve months on, there is a sense of deja vu. A weary public is worried about its festive plans being cancelled, an outcome that would be all the more painful in light of the Christmas party scandal that has enveloped Downing Street in recent weeks.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/ng-interactive/2021/dec/22/covid-how-has-the-pandemic-changed-in-the-uk-in-2021", - "creator": "Pablo Gutiérrez, Pamela Duncan, Ashley Kirk, Miles Probyn , Niamh McIntyre, Tobi Thomas and Garry Blight", - "pubDate": "2021-12-22T08:00:21Z", + "title": "Afghan health system ‘close to collapse due to sanctions on Taliban’", + "description": "

    Health experts issue dire warning as staff go unpaid and medical facilities lack basic items to treat patients

    Large parts of Afghanistan’s health system are on the brink of collapse because of western sanctions against the Taliban, international experts have warned, as the country faces outbreaks of disease and an escalating malnutrition crisis.

    With the country experiencing a deepening humanitarian crisis since the Taliban’s seizure of power in August amid mounting levels of famine and economic collapse, many medical staff have not been paid for months and health facilities lack even the most basic items to treat patients.

    Continue reading...", + "content": "

    Health experts issue dire warning as staff go unpaid and medical facilities lack basic items to treat patients

    Large parts of Afghanistan’s health system are on the brink of collapse because of western sanctions against the Taliban, international experts have warned, as the country faces outbreaks of disease and an escalating malnutrition crisis.

    With the country experiencing a deepening humanitarian crisis since the Taliban’s seizure of power in August amid mounting levels of famine and economic collapse, many medical staff have not been paid for months and health facilities lack even the most basic items to treat patients.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/13/afghan-health-system-close-to-collapse-due-to-sanctions-on-taliban", + "creator": "Peter Beaumont", + "pubDate": "2021-12-13T13:52:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205523,16 +231172,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d51c6f28691e948e2041887ba0d0ce20" + "hash": "0951e2f1cc748dd16a8063c573bbe646" }, { - "title": "‘Their whole sky has fallen’: more than 167,000 US children have lost a caregiver to Covid", - "description": "

    Death toll underscores daunting task facing schools as they help students recover not just academically, but also emotionally

    Melanie Keaton, 9, used to spend hours playing with her grandfather. Having tea time together from her miniature toy set. Taking trips to the zoo. Zigzagging their characters across the board of Candy Land.

    When he fell ill from the coronavirus in April 2020 and went to the hospital during New York City’s deadly first wave, the young girl, then just 7, turned to her mother.

    Continue reading...", - "content": "

    Death toll underscores daunting task facing schools as they help students recover not just academically, but also emotionally

    Melanie Keaton, 9, used to spend hours playing with her grandfather. Having tea time together from her miniature toy set. Taking trips to the zoo. Zigzagging their characters across the board of Candy Land.

    When he fell ill from the coronavirus in April 2020 and went to the hospital during New York City’s deadly first wave, the young girl, then just 7, turned to her mother.

    Continue reading...", - "category": "Children", - "link": "https://www.theguardian.com/society/2021/dec/22/coronavirus-us-children-lost-caregiver-covid", - "creator": "Asher Lehrer-Small", - "pubDate": "2021-12-22T10:00:24Z", + "title": "Mature trees are key to liveable cities – housing intensification plans must ensure they survive | Margaret Stanley", + "description": "

    The benefits of a single large tree can’t be replaced by a mown lawn or a seedling. With thoughtful planning we can keep them

    The New Zealand parliament is about to have its third reading of an amendment bill informally known as the “housing intensification bill”. Its purpose is to relax the Resource Management Act (RMA), which currently restricts building height and intensity in cities, to meet the urgent demand for housing and address affordability.

    While it is clear that housing affordability needs to be addressed to meet the needs of young and low-income New Zealanders, there are pitfalls to the speed at which the legislation is rushing through the system. Yes, we do need more houses, and we do need to intensify within our cities so that we don’t further impact the rural landscape as the tentacles of our cities spread into key food production and natural ecosystem areas.

    Continue reading...", + "content": "

    The benefits of a single large tree can’t be replaced by a mown lawn or a seedling. With thoughtful planning we can keep them

    The New Zealand parliament is about to have its third reading of an amendment bill informally known as the “housing intensification bill”. Its purpose is to relax the Resource Management Act (RMA), which currently restricts building height and intensity in cities, to meet the urgent demand for housing and address affordability.

    While it is clear that housing affordability needs to be addressed to meet the needs of young and low-income New Zealanders, there are pitfalls to the speed at which the legislation is rushing through the system. Yes, we do need more houses, and we do need to intensify within our cities so that we don’t further impact the rural landscape as the tentacles of our cities spread into key food production and natural ecosystem areas.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/commentisfree/2021/dec/14/mature-trees-are-key-to-liveable-cities-housing-intensification-plans-must-ensure-they-survive", + "creator": "Margaret Stanley", + "pubDate": "2021-12-14T00:25:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205544,16 +231193,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "870ec18ff1bf6ac3aab7a9fb32256e50" + "hash": "6c2ade39bf38876400ae2b8710881b7f" }, { - "title": "Covid self-isolation cut to seven days with negative test in England", - "description": "

    Public health bosses say move for those who test negative on days six and seven will help support essential services

    The Covid self-isolation period has been cut to seven days in a move that could save Christmas for thousands of people and ease mounting staff shortages.

    From Wednesday, new guidance will enable the 10-day self-isolation period for vaccinated and unvaccinated people in England who have tested positive for coronavirus to be reduced by three days if they get the all-clear from lateral flow tests.

    Continue reading...", - "content": "

    Public health bosses say move for those who test negative on days six and seven will help support essential services

    The Covid self-isolation period has been cut to seven days in a move that could save Christmas for thousands of people and ease mounting staff shortages.

    From Wednesday, new guidance will enable the 10-day self-isolation period for vaccinated and unvaccinated people in England who have tested positive for coronavirus to be reduced by three days if they get the all-clear from lateral flow tests.

    Continue reading...", + "title": "Nicola Sturgeon asks Scots to reduce contact with other households – video", + "description": "

    Emphasising that nobody should cancel their Christmas Day plans, Scotland's first minister has urged people socialising before and immediately after 25 December to limit their indoor socialising to no more than three households

    Continue reading...", + "content": "

    Emphasising that nobody should cancel their Christmas Day plans, Scotland's first minister has urged people socialising before and immediately after 25 December to limit their indoor socialising to no more than three households

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/22/covid-self-isolation-cut-to-seven-days-for-jabbed-people-in-england", - "creator": "Andrew Gregory", - "pubDate": "2021-12-22T00:01:11Z", + "link": "https://www.theguardian.com/world/video/2021/dec/14/nicola-sturgeon-asks-scots-to-reduce-contact-with-other-households-video", + "creator": "", + "pubDate": "2021-12-14T15:44:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205565,16 +231214,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e1e127152c935ebada338c5f52800c4" + "hash": "d569d840e7b72a1a48ba8f4a960e5358" }, { - "title": "At six, I realised the truth about Santa. How deep did the lies go?", - "description": "

    I had a lot of existential questions. What is death? What if the dead wake in their coffins? And who was going to deliver my presents: Santa, God or Rabindranath Tagore?

    Christmas was always such a magical time for me when I was young, and the beginning of December 1970, filled with excitement and anticipation, was no different. I was six and though I had already figured out there was no Santa, I didn’t quite understand how presents materialised in the pillowcase annually hung from the post of my upper bunk bed. My parents were adamant about Santa’s existence, but my friends and older brothers had confirmed the awful, heart-wrenching, nihilistic truth of my suspicions.

    There were a lot of other existential questions in my mind that year. What was death? Did people seriously spend eternity in a box buried underground? What if they woke up? At school, the alternative of an eternity in heaven was presented by our overtly Christian teacher and, on balance, heaven definitely sounded preferable to an afterlife of maggot-ridden decomposition. The caveat of complete faith and devotion to a bearded man who floated on a cloud seemed a small price to pay for everlasting bliss. God even looked a lot like Santa, only his beard was more straggly and his suit less fun. Maybe God delivered the presents. Sorted. Roll on Christmas.

    Continue reading...", - "content": "

    I had a lot of existential questions. What is death? What if the dead wake in their coffins? And who was going to deliver my presents: Santa, God or Rabindranath Tagore?

    Christmas was always such a magical time for me when I was young, and the beginning of December 1970, filled with excitement and anticipation, was no different. I was six and though I had already figured out there was no Santa, I didn’t quite understand how presents materialised in the pillowcase annually hung from the post of my upper bunk bed. My parents were adamant about Santa’s existence, but my friends and older brothers had confirmed the awful, heart-wrenching, nihilistic truth of my suspicions.

    There were a lot of other existential questions in my mind that year. What was death? Did people seriously spend eternity in a box buried underground? What if they woke up? At school, the alternative of an eternity in heaven was presented by our overtly Christian teacher and, on balance, heaven definitely sounded preferable to an afterlife of maggot-ridden decomposition. The caveat of complete faith and devotion to a bearded man who floated on a cloud seemed a small price to pay for everlasting bliss. God even looked a lot like Santa, only his beard was more straggly and his suit less fun. Maybe God delivered the presents. Sorted. Roll on Christmas.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/22/at-six-i-realised-there-was-no-santa-how-deep-did-the-lies-go", - "creator": "Nitin Sawhney", - "pubDate": "2021-12-22T07:00:20Z", + "title": "Sajid Javid removes all 11 African countries from England's travel red list – video", + "description": "

    All 11 countries on England’s travel red list are to be taken off it from 4am on Wednesday, amid diminishing concern about Omicron cases being imported into the country

    Continue reading...", + "content": "

    All 11 countries on England’s travel red list are to be taken off it from 4am on Wednesday, amid diminishing concern about Omicron cases being imported into the country

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/14/sajid-javid-removes-all-11-african-countries-from-englands-travel-red-list-video", + "creator": "", + "pubDate": "2021-12-14T15:30:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205586,16 +231235,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1982b223aa6dff0df19e2efff755783b" + "hash": "990c72121d0768a48936b5a87cae4ed4" }, { - "title": "Why did I build a walking desk? Because I could | Warren Murray", - "description": "

    What kills exercise for me is the knowing you are doing it, and the waiting for it to end. My pandemic project changed that

    I have been working from home since 2011, long before the pandemic, and getting enough exercise without a daily commute to the office has proven a challenge. I exercise most effectively when it’s just built into my day, like cycling to work was previously.

    My home office is also my person-cave and it is rigged out with a small couch and a TV. At some stage I independently discovered the concept of “temptation bundling” before it became a thing. At night I was binging TV shows while doing what I called the Batman Workout – situps, pushups and pull-ups, which was all Christian Bale’s Dark Knight ever seemed to need. By the time all six seasons of The Sopranos were finished, I actually was on my way to getting slightly ripped. But then I must have hurt my back, run out of good TV shows, or got the shits with it or something because I stopped.

    Continue reading...", - "content": "

    What kills exercise for me is the knowing you are doing it, and the waiting for it to end. My pandemic project changed that

    I have been working from home since 2011, long before the pandemic, and getting enough exercise without a daily commute to the office has proven a challenge. I exercise most effectively when it’s just built into my day, like cycling to work was previously.

    My home office is also my person-cave and it is rigged out with a small couch and a TV. At some stage I independently discovered the concept of “temptation bundling” before it became a thing. At night I was binging TV shows while doing what I called the Batman Workout – situps, pushups and pull-ups, which was all Christian Bale’s Dark Knight ever seemed to need. By the time all six seasons of The Sopranos were finished, I actually was on my way to getting slightly ripped. But then I must have hurt my back, run out of good TV shows, or got the shits with it or something because I stopped.

    Continue reading...", - "category": "Fitness", - "link": "https://www.theguardian.com/commentisfree/2021/dec/22/why-did-i-build-a-walking-desk-because-i-could", - "creator": "Warren Murray", - "pubDate": "2021-12-22T03:27:16Z", + "title": "A look at the Irish: photography in Ireland from 1839 to now – in pictures", + "description": "

    In Our Own Image: Photography in Ireland, 1839 to the Present is the first in a series of exhibitions forming the first comprehensive historical and critical survey of photography from across the island of Ireland. Coinciding with the centenary of the establishment of modern Ireland, In Our Own Image draws on material from from archives, private collections and contemporary commissions, charting how the medium has both reflected and shaped Irish cultural identity.

    In Our Own Image: photography in Ireland, 1839 to the present curated by Gallery of Photography Ireland in partnership with Dublin Castle / OPW is at The Printworks, Dublin Castle until 6 February

    Continue reading...", + "content": "

    In Our Own Image: Photography in Ireland, 1839 to the Present is the first in a series of exhibitions forming the first comprehensive historical and critical survey of photography from across the island of Ireland. Coinciding with the centenary of the establishment of modern Ireland, In Our Own Image draws on material from from archives, private collections and contemporary commissions, charting how the medium has both reflected and shaped Irish cultural identity.

    In Our Own Image: photography in Ireland, 1839 to the present curated by Gallery of Photography Ireland in partnership with Dublin Castle / OPW is at The Printworks, Dublin Castle until 6 February

    Continue reading...", + "category": "Ireland", + "link": "https://www.theguardian.com/world/gallery/2021/dec/14/a-look-at-the-irish-photography-in-ireland-from-1839-to-now-in-pictures", + "creator": "", + "pubDate": "2021-12-14T07:00:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205607,16 +231256,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b610dc69b26f9f8c517b2e151fa15d6" + "hash": "a344c3827b0c37d9f856e3a2073e3020" }, { - "title": "‘A fire-eater who’s run out of fuel’: European press lays into Boris Johnson", - "description": "

    Continental media are in no mood to donner un break to the British PM, sensing the ‘beginning of the end’

    For El País in Spain, his “magic has vanished”. For Libération in France he is “the only actor in the Boris Johnson show – which is, increasingly, a flop”. In Germany, Der Spiegel asked how long Britain could last being governed “almost exclusively by defiant optimism”.

    As the scandals mount, the approval ratings plunge, the electoral defeats accumulate, the rebellions multiply, his trusted Brexit lieutenant jumps ship and the Omicron variant runs rampant, continental media seem – to coin a phrase – in no mood to donner un break to Britain’s beleaguered prime minister.

    Continue reading...", - "content": "

    Continental media are in no mood to donner un break to the British PM, sensing the ‘beginning of the end’

    For El País in Spain, his “magic has vanished”. For Libération in France he is “the only actor in the Boris Johnson show – which is, increasingly, a flop”. In Germany, Der Spiegel asked how long Britain could last being governed “almost exclusively by defiant optimism”.

    As the scandals mount, the approval ratings plunge, the electoral defeats accumulate, the rebellions multiply, his trusted Brexit lieutenant jumps ship and the Omicron variant runs rampant, continental media seem – to coin a phrase – in no mood to donner un break to Britain’s beleaguered prime minister.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/21/european-press-lays-into-boris-johnson-fire-eater-run-out-of-fuel", - "creator": "Jon Henley in Paris", - "pubDate": "2021-12-21T13:08:08Z", + "title": "Russian government ordered murder of Chechen in Berlin, German court rules", + "description": "

    Vadim Krasikov sentenced to life in prison for 2019 killing of Zelimkhan Khangoshvili in Berlin

    A German court has sentenced a 56-year-old Russian man to life in prison over what it said was the painstakingly planned assassination of a Berlin-based Chechen dissident at the behest of Russian authorities.

    Zelimkhan “Tornike” Khangoshvili, a 40-year-old Georgian citizen who fought against Russia during the second Chechen war in the early 2000s, was shot twice in the head at close range in the Kleiner Tiergarten park in central Berlin in August 2019.

    Continue reading...", + "content": "

    Vadim Krasikov sentenced to life in prison for 2019 killing of Zelimkhan Khangoshvili in Berlin

    A German court has sentenced a 56-year-old Russian man to life in prison over what it said was the painstakingly planned assassination of a Berlin-based Chechen dissident at the behest of Russian authorities.

    Zelimkhan “Tornike” Khangoshvili, a 40-year-old Georgian citizen who fought against Russia during the second Chechen war in the early 2000s, was shot twice in the head at close range in the Kleiner Tiergarten park in central Berlin in August 2019.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/15/germany-convicts-russian-man-of-of-chechen-separatist", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-12-15T11:45:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205628,16 +231277,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a5d7a514617da4048a76ccf1200eefb" + "hash": "8bfc21df982e758f534de64034f3f15c" }, { - "title": "How Charlamagne became Tha God of headline-grabbing interviews", - "description": "

    The host’s chat with Kamala Harris led to a rare thing in Washington: a genuine moment


    Last Friday, Charlamagne Tha God had a remote sit-down with Kamala Harris for his new late-night chatshow Tha God’s Honest Truth on Comedy Central. It was a big moment for a legendary provocateur who in little more than a decade has gone from dismissable radio sidekick to the leading interviewer on urban radio, as at ease grilling presidents as japing with Migos.

    During his interview with Harris, it seemed as if the host, real name Lenard Larry McKelvey, would bite his tongue and give the vice-president space to hit back at the legion of critics who moan about her not doing more. But what seemed like a softball interview quickly changed tone when Charlamagne asked her, point blank: “Who is the real president of this country, Joe Biden or Joe Manchin?”

    Continue reading...", - "content": "

    The host’s chat with Kamala Harris led to a rare thing in Washington: a genuine moment


    Last Friday, Charlamagne Tha God had a remote sit-down with Kamala Harris for his new late-night chatshow Tha God’s Honest Truth on Comedy Central. It was a big moment for a legendary provocateur who in little more than a decade has gone from dismissable radio sidekick to the leading interviewer on urban radio, as at ease grilling presidents as japing with Migos.

    During his interview with Harris, it seemed as if the host, real name Lenard Larry McKelvey, would bite his tongue and give the vice-president space to hit back at the legion of critics who moan about her not doing more. But what seemed like a softball interview quickly changed tone when Charlamagne asked her, point blank: “Who is the real president of this country, Joe Biden or Joe Manchin?”

    Continue reading...", - "category": "US television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/21/charlamagne-tha-god-kamala-harris-interview", - "creator": "Andrew Lawrence", - "pubDate": "2021-12-22T06:00:18Z", + "title": "Coronavirus live: WHO warns Covid vaccines may be less effective against Omicron variant", + "description": "

    Latest updates: Omicron risk remains ‘very high’, says latest WHO statement; Olaf Scholz vows to 'win the fight’ against Covid in first major address to German parliament

    A member of United States secretary of state Antony Blinken’s travelling press pool has tested positive for Covid-19 on arrival in Kuala Lumpur and is isolating, a state department spokesperson said.

    Secretary Blinken and his senior staff were also tested upon arrival in Kuala Lumpur and were all tested negative, Reuters reports.

    Continue reading...", + "content": "

    Latest updates: Omicron risk remains ‘very high’, says latest WHO statement; Olaf Scholz vows to 'win the fight’ against Covid in first major address to German parliament

    A member of United States secretary of state Antony Blinken’s travelling press pool has tested positive for Covid-19 on arrival in Kuala Lumpur and is isolating, a state department spokesperson said.

    Secretary Blinken and his senior staff were also tested upon arrival in Kuala Lumpur and were all tested negative, Reuters reports.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/15/covid-news-live-omicron-probably-present-in-most-countries-us-death-toll-passes-800000", + "creator": "Lucy Campbell (now); Miranda Bryant and Samantha Lock (earlier)", + "pubDate": "2021-12-15T11:47:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205649,16 +231298,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a926cb7f7c27cc0b51e2972e4bac856c" + "hash": "c9b97043de158e18bffdee63e6361eb5" }, { - "title": "Asylum seekers in PM’s constituency claim accommodation ‘not fit to live in’", - "description": "

    Residents begged Boris Johnson for help after no improvements made to rundown flats in Uxbridge and South Ruislip

    Dozens of asylum seekers are begging Boris Johnson to help rehouse them, claiming the Home Office accommodation in his constituency is not fit to live in.

    The 18 rundown flats in Uxbridge and South Ruislip have housed some asylum seekers for years without any improvements being made – despite repeated complaints. Each apartment has five tiny bedrooms and no communal space, besides kitchens and bathrooms left filthy from a lack of maintenance.

    Continue reading...", - "content": "

    Residents begged Boris Johnson for help after no improvements made to rundown flats in Uxbridge and South Ruislip

    Dozens of asylum seekers are begging Boris Johnson to help rehouse them, claiming the Home Office accommodation in his constituency is not fit to live in.

    The 18 rundown flats in Uxbridge and South Ruislip have housed some asylum seekers for years without any improvements being made – despite repeated complaints. Each apartment has five tiny bedrooms and no communal space, besides kitchens and bathrooms left filthy from a lack of maintenance.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/dec/22/asylum-seekers-in-pms-constituency-claim-accommodation-not-fit-to-live-in", - "creator": "Diane Taylor", - "pubDate": "2021-12-22T06:00:19Z", + "title": "Fall in fertility rates may be linked to fossil fuel pollution, finds study", + "description": "

    Danish scientists urge more research into impact of exposure to toxic chemical pollutants from fossil fuels

    Decreasing fertility rates may be linked to pollution caused by fossil fuel burning, a review of scientific studies has found.

    Over the past 50 years childbirth has steadily decreased. The study focused on Denmark, but the trend is also seen in other industrialised nations. One in 10 Danish children are born with assisted reproduction and more than 20% of men never have children, according to the researchers. This decrease seems to have started at the beginning of industrialisation. Experts have warnedthe trend could lead to an unbalanced demographic with too few younger people to support the older generations.

    Continue reading...", + "content": "

    Danish scientists urge more research into impact of exposure to toxic chemical pollutants from fossil fuels

    Decreasing fertility rates may be linked to pollution caused by fossil fuel burning, a review of scientific studies has found.

    Over the past 50 years childbirth has steadily decreased. The study focused on Denmark, but the trend is also seen in other industrialised nations. One in 10 Danish children are born with assisted reproduction and more than 20% of men never have children, according to the researchers. This decrease seems to have started at the beginning of industrialisation. Experts have warnedthe trend could lead to an unbalanced demographic with too few younger people to support the older generations.

    Continue reading...", + "category": "Fertility problems", + "link": "https://www.theguardian.com/society/2021/dec/15/fall-fertility-rates-may-be-linked-fossil-fuel-pollution-finds-study", + "creator": "Sofia Quaglia", + "pubDate": "2021-12-15T10:00:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205670,16 +231319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "28e08d84ff5533f62da7fcd7784dd576" + "hash": "bf32f9735bab936bc80d4e6328b94aa1" }, { - "title": "‘There’s a lot of anxiety’: US grapples with Covid testing amid surge", - "description": "

    The US continues to lag in testing, leading New Yorkers to wait in line for hours amid increased demand due to the emergence of Omicron

    As a history professor at Babson College in Wellesley, Massachusetts, Kevin Bruyneel had been tested for Covid-19 more than 100 times and typically waited less than 15 minutes for the free tests.

    So Bruyneel was upset when he went to get a PCR test at a clinic Sunday in Brooklyn, New York, and waited more than an hour after his scheduled appointment and was billed at least $100 – though he could owe more depending on what his insurance covers.

    Continue reading...", - "content": "

    The US continues to lag in testing, leading New Yorkers to wait in line for hours amid increased demand due to the emergence of Omicron

    As a history professor at Babson College in Wellesley, Massachusetts, Kevin Bruyneel had been tested for Covid-19 more than 100 times and typically waited less than 15 minutes for the free tests.

    So Bruyneel was upset when he went to get a PCR test at a clinic Sunday in Brooklyn, New York, and waited more than an hour after his scheduled appointment and was billed at least $100 – though he could owe more depending on what his insurance covers.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/22/us-covid-test-lines-shortages", - "creator": "Eric Berger", - "pubDate": "2021-12-22T10:00:23Z", + "title": "Vladimir Putin to attend opening of Winter Olympics in Beijing", + "description": "

    Russian leader defies western boycott and forms ‘new model of cooperation’ with Xi Jinping

    Vladimir Putin has confirmed he will attend the opening of the Winter Olympics in Beijing, an event that Boris Johnson and other western leaders have boycotted in protest at human rights abuses in China.

    Putin made the pledge during a video call with the Chinese leader, Xi Jinping, as he said that a “new model of cooperation has been formed between our countries, based on other matters of principles such as non-interference in [each other’s] internal affairs”.

    Continue reading...", + "content": "

    Russian leader defies western boycott and forms ‘new model of cooperation’ with Xi Jinping

    Vladimir Putin has confirmed he will attend the opening of the Winter Olympics in Beijing, an event that Boris Johnson and other western leaders have boycotted in protest at human rights abuses in China.

    Putin made the pledge during a video call with the Chinese leader, Xi Jinping, as he said that a “new model of cooperation has been formed between our countries, based on other matters of principles such as non-interference in [each other’s] internal affairs”.

    Continue reading...", + "category": "Vladimir Putin", + "link": "https://www.theguardian.com/sport/2021/dec/15/vladimir-putin-to-attend-opening-of-winter-olympics-in-beijing", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-12-15T10:57:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205691,16 +231340,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dfb8db5e1d4acf6cee609dda1361468" + "hash": "628e6aa3f71925961302cda6dbdc3dfb" }, { - "title": "‘I go too far, too deep’: the Swiss wanderer who found the soul of Japan", - "description": "

    In 1951, Werner Bischof was sent to cover the war in Korea. The photographer instead found himself captivated by Japan, where US soldiers took their leave, and spent a year exploring ‘the depths of the Japanese soul’

    Continue reading...", - "content": "

    In 1951, Werner Bischof was sent to cover the war in Korea. The photographer instead found himself captivated by Japan, where US soldiers took their leave, and spent a year exploring ‘the depths of the Japanese soul’

    Continue reading...", - "category": "Photography", - "link": "https://www.theguardian.com/artanddesign/gallery/2021/dec/22/swiss-wanderer-soul-of-japan-werner-bischof", - "creator": "", - "pubDate": "2021-12-22T07:00:20Z", + "title": "German police raids target ‘anti-vaxxer murder plot’ against state leader", + "description": "

    Searches carried out in Dresden after plans for the killing discussed on Telegram messaging group

    German police have carried out armed raids on several locations in the eastern state of Saxony in connection with a plot by anti-vaccination activists to murder the state’s prime minister, Michael Kretschmer.

    The searches at five addresses in the city of Dresden and one in the nearby town of Heidenau targeted members of a group on the messaging service Telegram where plans for the killing were discussed in connection with the state government’s coronavirus curbs, police said. According to reports, the members included a 34-year-old woman and four men aged between 32 and 64.

    Continue reading...", + "content": "

    Searches carried out in Dresden after plans for the killing discussed on Telegram messaging group

    German police have carried out armed raids on several locations in the eastern state of Saxony in connection with a plot by anti-vaccination activists to murder the state’s prime minister, Michael Kretschmer.

    The searches at five addresses in the city of Dresden and one in the nearby town of Heidenau targeted members of a group on the messaging service Telegram where plans for the killing were discussed in connection with the state government’s coronavirus curbs, police said. According to reports, the members included a 34-year-old woman and four men aged between 32 and 64.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/15/german-police-conduct-raids-in-saxony-over-anti-vaxxer-plot-dresden", + "creator": "Kate Connolly in Berlin", + "pubDate": "2021-12-15T10:45:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205712,16 +231361,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "63e5934556e0572394668dbe347796cf" + "hash": "1d0e226076eb04f50704b7b3ff5ded58" }, { - "title": "Child abuse survivor awarded $5m after suing perpetrator", - "description": "

    Disgraced art collector John Wayne Millwood was jailed in 2016 and released on parole in 2019

    A man sexually abused as a child by disgraced Tasmanian art collector John Wayne Millwood has been awarded more than $5m in damages.

    He was abused by Millwood under the guise of medical examinations in the 1980s when he was aged between 10 and 15.

    Continue reading...", - "content": "

    Disgraced art collector John Wayne Millwood was jailed in 2016 and released on parole in 2019

    A man sexually abused as a child by disgraced Tasmanian art collector John Wayne Millwood has been awarded more than $5m in damages.

    He was abused by Millwood under the guise of medical examinations in the 1980s when he was aged between 10 and 15.

    Continue reading...", - "category": "Tasmania", - "link": "https://www.theguardian.com/australia-news/2021/dec/22/child-abuse-survivor-awarded-5m-after-suing-perpetrator", - "creator": "Australian Associated Press", - "pubDate": "2021-12-22T09:57:59Z", + "title": "Mark Meadows: House votes to recommend criminal contempt charges against Trump ex-chief of staff", + "description": "

    Move comes after senior Trump figure ceased cooperating with panel investigating Capitol attack

    The US House of Representatives has approved a measure recommending criminal contempt charges against Mark Meadows, the former chief of staff to Donald Trump, a week after he ended his cooperation with the chamber’s committee investigating the Capitol insurrection.

    The approval marks the first time the House has voted to hold a former member in contempt since the 1830s, according to the chamber’s records.

    Continue reading...", + "content": "

    Move comes after senior Trump figure ceased cooperating with panel investigating Capitol attack

    The US House of Representatives has approved a measure recommending criminal contempt charges against Mark Meadows, the former chief of staff to Donald Trump, a week after he ended his cooperation with the chamber’s committee investigating the Capitol insurrection.

    The approval marks the first time the House has voted to hold a former member in contempt since the 1830s, according to the chamber’s records.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2021/dec/15/mark-meadows-house-votes-criminal-contempt", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-15T04:14:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205733,16 +231382,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0421946af13abe8195a238c13823bcee" + "hash": "53d43f26cc10d85ab436bb1c7258aa5b" }, { - "title": "North Korea 'bans laughing' during mourning for anniversary of Kim Jong-il's death – video", - "description": "

    Video from Pyongyang shows North Korea's leader Kim Jong-un looking dour as he attends the memorial service to mark the 10th anniversary of his father's death. 

    As part of the national memorial, North Koreans have reportedly been banned from showing any sign of happiness. According to Radio Free Asia's Korean service, restrictions include an explicit ban on laughter and alcohol during the 11-day period of mourning. 

    A North Korean citizen also told the news service that on the exact anniversary of Kim Jong-il’s death, 17 December, people had been banned from going grocery shopping.

    • This video was amended on 21 December 2021 to clarify that the reports that laughing has been banned during the mourning period were based on quotes from a North Korean citizen carried by Radio Free Asia's Korean service. The claims have not been independently verified.

    Continue reading...", - "content": "

    Video from Pyongyang shows North Korea's leader Kim Jong-un looking dour as he attends the memorial service to mark the 10th anniversary of his father's death. 

    As part of the national memorial, North Koreans have reportedly been banned from showing any sign of happiness. According to Radio Free Asia's Korean service, restrictions include an explicit ban on laughter and alcohol during the 11-day period of mourning. 

    A North Korean citizen also told the news service that on the exact anniversary of Kim Jong-il’s death, 17 December, people had been banned from going grocery shopping.

    • This video was amended on 21 December 2021 to clarify that the reports that laughing has been banned during the mourning period were based on quotes from a North Korean citizen carried by Radio Free Asia's Korean service. The claims have not been independently verified.

    Continue reading...", - "category": "North Korea", - "link": "https://www.theguardian.com/world/video/2021/dec/20/north-korea-bans-laughing-for-11-days-during-mourning-for-anniversary-of-kim-jong-ils-death-video", - "creator": "", - "pubDate": "2021-12-19T23:53:30Z", + "title": "Hundreds rescued from roof as fire hits Hong Kong shopping centre", + "description": "

    Thirteen taken to hospital after blaze that reportedly broke out in an electrical switch room

    Firefighters have rescued 350 people who were trapped on the roof of a shopping centre and office complex in Hong Kong after a fire broke out in one of the city’s busiest shopping districts.

    Smoke started billowing from the World Trade Centre in the Causeway Bay district at about noon on Wednesday. Firefighters battling the blaze with two water jets extinguished it at about 4.30pm.

    Continue reading...", + "content": "

    Thirteen taken to hospital after blaze that reportedly broke out in an electrical switch room

    Firefighters have rescued 350 people who were trapped on the roof of a shopping centre and office complex in Hong Kong after a fire broke out in one of the city’s busiest shopping districts.

    Smoke started billowing from the World Trade Centre in the Causeway Bay district at about noon on Wednesday. Firefighters battling the blaze with two water jets extinguished it at about 4.30pm.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/15/hong-kong-world-trade-center-fire-reports-dozens-trapped-inside-shopping-centre", + "creator": "Rhoda Kwan in Taipei", + "pubDate": "2021-12-15T10:23:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205754,16 +231403,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c87102780fbeeefceecaf0a387cc65d3" + "hash": "f9714076df6d758d7825172c87738e46" }, { - "title": "Dozens feared missing after refugee boat sinks off Greek island", - "description": "

    Search and rescue operation under way near Folegandros as boat carrying as many as 50 people sinks

    Greece’s coastguard says dozens of people are believed to be missing after a boat sank off the coast of the island of Folegandros.

    A large search and rescue operation was launched early on Wednesday after the boat sank 112 miles (180 km) south-east of Athens. The coastguard said 12 people, all believed to be from Iraq, had been rescued and transported to the nearby island of Santorini.

    Continue reading...", - "content": "

    Search and rescue operation under way near Folegandros as boat carrying as many as 50 people sinks

    Greece’s coastguard says dozens of people are believed to be missing after a boat sank off the coast of the island of Folegandros.

    A large search and rescue operation was launched early on Wednesday after the boat sank 112 miles (180 km) south-east of Athens. The coastguard said 12 people, all believed to be from Iraq, had been rescued and transported to the nearby island of Santorini.

    Continue reading...", - "category": "Refugees", - "link": "https://www.theguardian.com/world/2021/dec/22/dozens-believed-missing-after-refugee-boat-sinks-off-greek-island", - "creator": "Associated Press in Athens", - "pubDate": "2021-12-22T09:12:39Z", + "title": "Revealed: LAPD used ‘strategic communications’ firm to track ‘defund the police’ online", + "description": "

    Internal documents show a Polish firm with no law enforcement experience helped LAPD collect tens of thousands of tweets related to Black Lives Matter and racial justice protests

    The Los Angeles police department worked with a Polish firm that specializes in “strategic communications” to monitor social media and collect millions of tweets last year, including thousands related to Black Lives Matter and “defund the police”, according to records reviewed by the Guardian.

    Internal LAPD documents, obtained by the Brennan Center for Justice through public records requests, reveal that the department conducted a one-month trial of social media monitoring software from Edge NPD, a company that typically worked in advertising and marketing, had no prior experience contracting with law enforcement and was based thousands of miles away in Warsaw, Poland.

    Continue reading...", + "content": "

    Internal documents show a Polish firm with no law enforcement experience helped LAPD collect tens of thousands of tweets related to Black Lives Matter and racial justice protests

    The Los Angeles police department worked with a Polish firm that specializes in “strategic communications” to monitor social media and collect millions of tweets last year, including thousands related to Black Lives Matter and “defund the police”, according to records reviewed by the Guardian.

    Internal LAPD documents, obtained by the Brennan Center for Justice through public records requests, reveal that the department conducted a one-month trial of social media monitoring software from Edge NPD, a company that typically worked in advertising and marketing, had no prior experience contracting with law enforcement and was based thousands of miles away in Warsaw, Poland.

    Continue reading...", + "category": "Los Angeles", + "link": "https://www.theguardian.com/us-news/2021/dec/15/revealed-los-angeles-police-social-media-surveillance-technology", + "creator": "Sam Levin and Johana Bhuiyan", + "pubDate": "2021-12-15T11:00:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205775,16 +231424,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "269b1ea021c164d3acac7ca10959a7bb" + "hash": "12ea8e2dc5e9785fa3f314bab6c7cb03" }, { - "title": "Libyan presidential vote not going ahead, officials confirm", - "description": "

    Parliamentary committee makes expected announcement, saying Friday’s vote had become impossible

    A Libyan parliamentary committee has said it has become impossible to hold a long-awaited presidential vote on Friday as scheduled.

    The widely expected announcement was the first official statement that the vote would not happen, amid mounting challenges and calls for a delay.

    Continue reading...", - "content": "

    Parliamentary committee makes expected announcement, saying Friday’s vote had become impossible

    A Libyan parliamentary committee has said it has become impossible to hold a long-awaited presidential vote on Friday as scheduled.

    The widely expected announcement was the first official statement that the vote would not happen, amid mounting challenges and calls for a delay.

    Continue reading...", - "category": "Libya", - "link": "https://www.theguardian.com/world/2021/dec/22/libyan-presidential-vote-not-going-ahead-officials-confirm", - "creator": "Staff and agencies", - "pubDate": "2021-12-22T08:50:56Z", + "title": "Billie Eilish says watching porn as a child ‘destroyed my brain’", + "description": "

    Singer says exposure from the age of 11 messed her up when she began dating as ‘I was not saying no to things that were not good’

    Grammy-winning singer Billie Eilish has spoken about an addiction to watching pornography, starting at age 11, and how it gave her nightmares and messed her up when she started dating.

    Eilish, who turns 20 on Saturday, was speaking on the Howard Stern Show on Sirius XM radio on Monday.

    Continue reading...", + "content": "

    Singer says exposure from the age of 11 messed her up when she began dating as ‘I was not saying no to things that were not good’

    Grammy-winning singer Billie Eilish has spoken about an addiction to watching pornography, starting at age 11, and how it gave her nightmares and messed her up when she started dating.

    Eilish, who turns 20 on Saturday, was speaking on the Howard Stern Show on Sirius XM radio on Monday.

    Continue reading...", + "category": "Billie Eilish", + "link": "https://www.theguardian.com/music/2021/dec/15/billie-eilish-says-watching-porn-gave-her-nightmares-and-destroyed-my-brain", + "creator": "Reuters", + "pubDate": "2021-12-15T01:46:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205796,16 +231445,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "37db0c8ffdeda174fda1913d72da3723" + "hash": "5dd3ccbf5b84affc8a0e077af5684750" }, { - "title": "Suspected Covid outbreaks in UK hospitals double in a week", - "description": "

    Exclusive: official figures show 66 acute respiratory infection incidents in hospitals in week to 16 December

    Suspected Covid outbreaks in hospitals across the UK have doubled in a week, official figures reveal – though the number of people admitted to wards with the virus is falling across much of England.

    As parts of the NHS battle to cope with a surge in infected staff and patients, UK Health Security Agency (UKHSA) data show there were 66 acute respiratory infection incidents in UK hospitals in the seven days to 16 December.

    Continue reading...", - "content": "

    Exclusive: official figures show 66 acute respiratory infection incidents in hospitals in week to 16 December

    Suspected Covid outbreaks in hospitals across the UK have doubled in a week, official figures reveal – though the number of people admitted to wards with the virus is falling across much of England.

    As parts of the NHS battle to cope with a surge in infected staff and patients, UK Health Security Agency (UKHSA) data show there were 66 acute respiratory infection incidents in UK hospitals in the seven days to 16 December.

    Continue reading...", - "category": "NHS", - "link": "https://www.theguardian.com/society/2021/dec/22/suspected-covid-outbreaks-in-uk-hospitals-double-in-a-week", - "creator": "Andrew Gregory and Denis Campbell", - "pubDate": "2021-12-22T06:00:18Z", + "title": "Four-year-old Sydney child orders $1,139 of gelato delivered to his father’s work", + "description": "

    Christian King used his father’s phone to order multiple cakes and tubs of his favourite flavours from Messina

    A four-year-old boy left his Sydney family gobsmacked after ordering more than $1,000 worth of gelato on a food delivery app, including a personalised birthday cake and tubs of his favourite flavours.

    Christian King used his father’s phone to order $1,139 worth of gelato and cakes from Gelato Messina on UberEats on Monday.

    Continue reading...", + "content": "

    Christian King used his father’s phone to order multiple cakes and tubs of his favourite flavours from Messina

    A four-year-old boy left his Sydney family gobsmacked after ordering more than $1,000 worth of gelato on a food delivery app, including a personalised birthday cake and tubs of his favourite flavours.

    Christian King used his father’s phone to order $1,139 worth of gelato and cakes from Gelato Messina on UberEats on Monday.

    Continue reading...", + "category": "Sydney", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/15/four-year-old-sydney-child-orders-1139-of-ice-cream-delivered-to-his-fathers-work", + "creator": "Mostafa Rachwani", + "pubDate": "2021-12-15T07:08:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205817,16 +231466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c888cbfc93305f64acf7deb76cfa84f9" + "hash": "d4dfac25a883fcf73af4b4a2435dacb2" }, { - "title": "At six, I realised there was no Santa. How deep did the lies go?", - "description": "

    I had a lot of existential questions. What is death? What if the dead wake in their coffins? And who was going to deliver my presents: Santa, God or Rabindranath Tagore?

    Christmas was always such a magical time for me when I was young, and the beginning of December 1970, filled with excitement and anticipation, was no different. I was six and though I had already figured out there was no Santa, I didn’t quite understand how presents materialised in the pillowcase annually hung from the post of my upper bunk bed. My parents were adamant about Santa’s existence, but my friends and older brothers had confirmed the awful, heart-wrenching, nihilistic truth of my suspicions.

    There were a lot of other existential questions in my mind that year. What was death? Did people seriously spend eternity in a box buried underground? What if they woke up? At school, the alternative of an eternity in heaven was presented by our overtly Christian teacher and, on balance, heaven definitely sounded preferable to an afterlife of maggot-ridden decomposition. The caveat of complete faith and devotion to a bearded man who floated on a cloud seemed a small price to pay for everlasting bliss. God even looked a lot like Santa, only his beard was more straggly and his suit less fun. Maybe God delivered the presents. Sorted. Roll on Christmas.

    Continue reading...", - "content": "

    I had a lot of existential questions. What is death? What if the dead wake in their coffins? And who was going to deliver my presents: Santa, God or Rabindranath Tagore?

    Christmas was always such a magical time for me when I was young, and the beginning of December 1970, filled with excitement and anticipation, was no different. I was six and though I had already figured out there was no Santa, I didn’t quite understand how presents materialised in the pillowcase annually hung from the post of my upper bunk bed. My parents were adamant about Santa’s existence, but my friends and older brothers had confirmed the awful, heart-wrenching, nihilistic truth of my suspicions.

    There were a lot of other existential questions in my mind that year. What was death? Did people seriously spend eternity in a box buried underground? What if they woke up? At school, the alternative of an eternity in heaven was presented by our overtly Christian teacher and, on balance, heaven definitely sounded preferable to an afterlife of maggot-ridden decomposition. The caveat of complete faith and devotion to a bearded man who floated on a cloud seemed a small price to pay for everlasting bliss. God even looked a lot like Santa, only his beard was more straggly and his suit less fun. Maybe God delivered the presents. Sorted. Roll on Christmas.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/22/at-six-i-realised-there-was-no-santa-how-deep-did-the-lies-go", - "creator": "Nitin Sawhney", - "pubDate": "2021-12-22T07:00:20Z", + "title": "‘A terrible tragedy’: US passes 800,000 Covid deaths – highest in the world", + "description": "

    Figure deemed doubly heartbreaking amid widespread availability of vaccines, as WHO warns Omicron is spreading at unprecedented rate

    The US death toll from Covid-19 has passed 800,000, a once-unimaginable figure seen as doubly tragic given that more than 200,000 of those lives were lost after vaccines became available last spring.

    The figure represents the highest reported toll of any country in the world, and is likely even higher.

    Continue reading...", + "content": "

    Figure deemed doubly heartbreaking amid widespread availability of vaccines, as WHO warns Omicron is spreading at unprecedented rate

    The US death toll from Covid-19 has passed 800,000, a once-unimaginable figure seen as doubly tragic given that more than 200,000 of those lives were lost after vaccines became available last spring.

    The figure represents the highest reported toll of any country in the world, and is likely even higher.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/15/a-terrible-tragedy-us-tops-800000-covid-deaths-highest-in-the-world", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-15T02:05:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205838,16 +231487,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4e94bcf24d3356b692121b731fb4d7f" + "hash": "2eb1ec7fbef87d91c043128d5e5aabab" }, { - "title": "US holiday shoppers fund a revival for bricks-and-mortar stores", - "description": "

    For every retailer that closed a store in 2019, five more opened in 2021, according to research and advisory firm IHL Group

    Despite a global pandemic, inflation being at a decades-high and supply chain issues around the country, Americans are still shopping this holiday season, and not just online.

    Retail sales have been soaring during the pandemic as stimulus payments, a low unemployment rate and savings from spending less on travel and going out have encouraged Americans to buy more things. In November 2021, Americans spent 18% more than they had in November 2020. Experts predicted that this holiday shopping season will be the highest on record.

    Continue reading...", - "content": "

    For every retailer that closed a store in 2019, five more opened in 2021, according to research and advisory firm IHL Group

    Despite a global pandemic, inflation being at a decades-high and supply chain issues around the country, Americans are still shopping this holiday season, and not just online.

    Retail sales have been soaring during the pandemic as stimulus payments, a low unemployment rate and savings from spending less on travel and going out have encouraged Americans to buy more things. In November 2021, Americans spent 18% more than they had in November 2020. Experts predicted that this holiday shopping season will be the highest on record.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/22/us-holiday-shopping-retail-stores", - "creator": "Lauren Aratani", - "pubDate": "2021-12-22T08:30:21Z", + "title": "Google tells US staff to get vaccinated or face losing job", + "description": "

    Those who fail to comply without valid exemption will initially be placed on leave and could later be sacked

    Google has told its US staff they must be vaccinated against Covid-19 by the middle of January or face serious repercussions including a pay cut and ultimately the loss of their job.

    Employees were told they were required to have declared their vaccination status and uploaded proof of it, or to have applied for a medical or religious exemption, by 3 December, according to an internal memo obtained by CNBC, which first reported the story.

    Continue reading...", + "content": "

    Those who fail to comply without valid exemption will initially be placed on leave and could later be sacked

    Google has told its US staff they must be vaccinated against Covid-19 by the middle of January or face serious repercussions including a pay cut and ultimately the loss of their job.

    Employees were told they were required to have declared their vaccination status and uploaded proof of it, or to have applied for a medical or religious exemption, by 3 December, according to an internal memo obtained by CNBC, which first reported the story.

    Continue reading...", + "category": "Google", + "link": "https://www.theguardian.com/technology/2021/dec/15/google-tells-us-staff-to-get-vaccinated-or-face-losing-job", + "creator": "Joanna Partridge", + "pubDate": "2021-12-15T11:42:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205859,16 +231508,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c0e57c3c19e947ee99c16738e39ba6e" + "hash": "56cc36095ab15aefaeae380569d0686e" }, { - "title": "Pandemic Scott wants to shapeshift into Post Pandemic Personal Responsibility Scott | Katharine Murphy", - "description": "

    But while Morrison lectures Australians about personal responsibility he’s opting out of his duty, as leader, to back health advisers on mask mandates

    At one level, it feels pedantic, three days before Christmas, to be debating the difference between a formal mask mandate and a strong recommendation to wear a mask.

    But this distinction is important when public health risks are real, and governments of Australia have spent much of this pandemic congratulating themselves for listening to experts and following the health advice.

    Continue reading...", - "content": "

    But while Morrison lectures Australians about personal responsibility he’s opting out of his duty, as leader, to back health advisers on mask mandates

    At one level, it feels pedantic, three days before Christmas, to be debating the difference between a formal mask mandate and a strong recommendation to wear a mask.

    But this distinction is important when public health risks are real, and governments of Australia have spent much of this pandemic congratulating themselves for listening to experts and following the health advice.

    Continue reading...", - "category": "Health", - "link": "https://www.theguardian.com/australia-news/2021/dec/22/pandemic-scott-wants-to-shapeshift-into-post-pandemic-personal-responsibility-scott-because-thats-where-the-pm-thinks-the-zeitgeist-is", - "creator": "Katharine Murphy", - "pubDate": "2021-12-22T09:02:56Z", + "title": "The fears of five-year-olds: how young children cope with Covid anxiety", + "description": "

    Older children had exams cancelled and their futures thrown into doubt. But what has been the toll on primary pupils who began school during the pandemic?

    Let me introduce you to a little girl called Miriam. She’s five years old and attends a primary school in north-east London. The adults who know her describe her as a confident, outgoing child. “She has a hugely adventurous spirit; she wants to try everything,” said one. But the pandemic that continues to spread fear and uncertainty across all our lives has made her scared of the world around her.

    Getting to sleep is difficult for Miriam because she has nightmares. Especially on Sundays. Coming into school is hard, because she doesn’t want to leave her mother. Sometimes she gets angry and clings to her mum. “Am I safe enough to do this on my own?” she’s thinking, and sometimes the answer she gives herself is no. “Her wings have been clipped by Covid,” says the school-based counsellor who works with her. She is not alone.

    Continue reading...", + "content": "

    Older children had exams cancelled and their futures thrown into doubt. But what has been the toll on primary pupils who began school during the pandemic?

    Let me introduce you to a little girl called Miriam. She’s five years old and attends a primary school in north-east London. The adults who know her describe her as a confident, outgoing child. “She has a hugely adventurous spirit; she wants to try everything,” said one. But the pandemic that continues to spread fear and uncertainty across all our lives has made her scared of the world around her.

    Getting to sleep is difficult for Miriam because she has nightmares. Especially on Sundays. Coming into school is hard, because she doesn’t want to leave her mother. Sometimes she gets angry and clings to her mum. “Am I safe enough to do this on my own?” she’s thinking, and sometimes the answer she gives herself is no. “Her wings have been clipped by Covid,” says the school-based counsellor who works with her. She is not alone.

    Continue reading...", + "category": "Children", + "link": "https://www.theguardian.com/society/2021/dec/15/the-fears-of-five-year-olds-how-young-children-cope-with-covid-anxiety", + "creator": "Sally Weale", + "pubDate": "2021-12-15T10:00:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205880,16 +231529,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "206f9fd91e1814f9147964f497b2e049" + "hash": "0aa5989b403174f322e5b01930a10fa0" }, { - "title": "Follow the green leader: why everyone from Prince William to Jeff Bezos is looking to Costa Rica", - "description": "

    Billionaires, princes and prime ministers are among those keen to learn from the Central American country, which has long put nature at the heart of its policies

    If there had been a popularity contest at Cop26, the Costa Rican president, Carlos Alvarado Quesada, would have been a clear winner. Leonardo DiCaprio, Jeff Bezos, Boris Johnson and Prince William all wanted to speak with the leader of the tiny Central American country, eager to bask in its green glow.

    The climate summit in Glasgow was, in effect, Costa Rica’s Super Bowl, another chance to show off its impressive environmental credentials. It is the only tropical country that has successfully halted and reversed deforestation, a commitment dozens of others made at Cop26 but are far from achieving.

    Continue reading...", - "content": "

    Billionaires, princes and prime ministers are among those keen to learn from the Central American country, which has long put nature at the heart of its policies

    If there had been a popularity contest at Cop26, the Costa Rican president, Carlos Alvarado Quesada, would have been a clear winner. Leonardo DiCaprio, Jeff Bezos, Boris Johnson and Prince William all wanted to speak with the leader of the tiny Central American country, eager to bask in its green glow.

    The climate summit in Glasgow was, in effect, Costa Rica’s Super Bowl, another chance to show off its impressive environmental credentials. It is the only tropical country that has successfully halted and reversed deforestation, a commitment dozens of others made at Cop26 but are far from achieving.

    Continue reading...", - "category": "Costa Rica", - "link": "https://www.theguardian.com/environment/2021/dec/22/follow-the-green-leader-why-everyone-from-jeff-bezos-to-boris-johnson-is-looking-to-costa-rica-aoe", - "creator": "Patrick Greenfield", - "pubDate": "2021-12-22T07:30:20Z", + "title": "MPs back Covid passes in England amid large Tory rebellion", + "description": "

    Measure comes into force on Wednesday and was passed despite many Tories voting against

    Boris Johnson has suffered a humiliating rebellion over measures to slow the spread of the Omicron variant, with 99 Conservative MPs rejecting plans for vaccine certificates despite surging infections and personal lobbying by the prime minister.

    Johnson had earlier warned his cabinet of a “huge spike” in cases but failed to convince many in his party to support plans to insist on a Covid certificate or negative lateral flow test to attend large venues.

    Continue reading...", + "content": "

    Measure comes into force on Wednesday and was passed despite many Tories voting against

    Boris Johnson has suffered a humiliating rebellion over measures to slow the spread of the Omicron variant, with 99 Conservative MPs rejecting plans for vaccine certificates despite surging infections and personal lobbying by the prime minister.

    Johnson had earlier warned his cabinet of a “huge spike” in cases but failed to convince many in his party to support plans to insist on a Covid certificate or negative lateral flow test to attend large venues.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/14/covid-plan-b-mps-back-tougher-rules-face-masks-england-omicron", + "creator": "Heather Stewart and Aubrey Allegretti", + "pubDate": "2021-12-14T22:19:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205901,16 +231550,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cb7f331f86886ce506552e6e7acc1d2" + "hash": "f498d8996893a35de2d9ef329fab789e" }, { - "title": "Covid live: Sweden brings back tighter curbs; German experts recommend ‘maximum contact restrictions’", - "description": "

    Sweden announces working from home and tighter social distancing rules; Robert Koch Institute calls for immediate curbs to halt Omicron spread

    Singapore has detected a cluster of three Covid-19 cases linked to a gym, its ministry of health said late on Monday.

    The variant was found in two men, aged 24 and 21, and an 18-year-old woman.

    On Monday morning, a mid-level staff member, who does not regularly have contact with the President, received a positive result for a Covid-19 test.

    Three days earlier, on Friday, that staff member had spent approximately 30 minutes in proximity to the President on Air Force One, on the way from Orangeburg, South Carolina to Philadelphia, Pennsylvania.

    Continue reading...", - "content": "

    Sweden announces working from home and tighter social distancing rules; Robert Koch Institute calls for immediate curbs to halt Omicron spread

    Singapore has detected a cluster of three Covid-19 cases linked to a gym, its ministry of health said late on Monday.

    The variant was found in two men, aged 24 and 21, and an 18-year-old woman.

    On Monday morning, a mid-level staff member, who does not regularly have contact with the President, received a positive result for a Covid-19 test.

    Three days earlier, on Friday, that staff member had spent approximately 30 minutes in proximity to the President on Air Force One, on the way from Orangeburg, South Carolina to Philadelphia, Pennsylvania.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/21/covid-news-live-who-declares-2022-to-be-the-year-we-end-the-pandemic-as-us-says-omicron-is-now-dominant-strain", - "creator": "Jedidajah Otte (now) and Tom Ambrose (earlier)", - "pubDate": "2021-12-21T17:29:10Z", + "title": "‘No one loves the extreme more than me’: Neil Patrick Harris on ‘dad life’, desire and Doogie Howser", + "description": "

    He avoided the pitfalls of childhood fame and became one of Hollywood’s most versatile actors. He discusses controversial roles, the return of the Matrix, his friendship with Sondheim – and refusing to grow up

    Neil Patrick Harris may be approaching 50, but to a generation he will always be the child prodigy Doogie Howser, the 14-year-old doctor he played as a teenager. “It’s a little bizarre that people – what is it, 30 years later? – still refer to me as that. People say: ‘Hey, Doogie, I like your new show!’ But hey, better than anonymity, I suppose.”

    It is a long time since Harris, 48, has been anonymous. He made his acting debut at 15, starring opposite Whoopi Goldberg as a disillusioned teen in Clara’s Heart, a drama about a Jamaican woman who moves to Baltimore to become the housekeeper for a rich family. Since then, he has established himself as a versatile actor in musical theatre, film and TV (most notably the sitcom How I Met Your Mother) and a host and presenter of high-profile awards shows such as the Oscars. His CV is particularly impressive when you consider how often child actors struggle to establish adult careers, or find themselves traumatised by their formative experiences.

    Continue reading...", + "content": "

    He avoided the pitfalls of childhood fame and became one of Hollywood’s most versatile actors. He discusses controversial roles, the return of the Matrix, his friendship with Sondheim – and refusing to grow up

    Neil Patrick Harris may be approaching 50, but to a generation he will always be the child prodigy Doogie Howser, the 14-year-old doctor he played as a teenager. “It’s a little bizarre that people – what is it, 30 years later? – still refer to me as that. People say: ‘Hey, Doogie, I like your new show!’ But hey, better than anonymity, I suppose.”

    It is a long time since Harris, 48, has been anonymous. He made his acting debut at 15, starring opposite Whoopi Goldberg as a disillusioned teen in Clara’s Heart, a drama about a Jamaican woman who moves to Baltimore to become the housekeeper for a rich family. Since then, he has established himself as a versatile actor in musical theatre, film and TV (most notably the sitcom How I Met Your Mother) and a host and presenter of high-profile awards shows such as the Oscars. His CV is particularly impressive when you consider how often child actors struggle to establish adult careers, or find themselves traumatised by their formative experiences.

    Continue reading...", + "category": "Neil Patrick Harris", + "link": "https://www.theguardian.com/culture/2021/dec/15/no-one-loves-the-extreme-more-than-me-neil-patrick-harris-on-dad-life-desire-and-doogie-howser", + "creator": "Chris Godfrey", + "pubDate": "2021-12-15T06:00:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205922,16 +231571,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b61db8c6e9605c7097f963be33fa90ce" + "hash": "c66677c370d05817991fb19f33769f1e" }, { - "title": "Ruler of Dubai ordered to pay divorce settlement that could exceed £500m", - "description": "

    Payment to protect Princess Haya and children from threat sheikh poses to them is highest awarded by a UK court

    The ruler of Dubai has been ordered to pay his ex-wife Princess Haya and their two children a divorce settlement which could reach over half a billion pounds – the highest ever awarded by a UK court – to protect them from the threat he poses to them.

    In a written judgment, Mr Justice Moor said that “uniquely” the “main threat” to Haya and the children came from Sheikh Mohammed bin Rashid al-Maktoum, who is also prime minister of the United Arab Emirate, a close Gulf ally of Britain.

    Sheikh Mohammed orchestrated the abductions of two of his other children, Princess Latifa and Princess Shamsa – in the latter case from the streets of Cambridge – and subjected Haya to a campaign of “intimidation”.

    Using NSO Group’s Pegasus spyware, he hacked the phones of Haya and five of her associates, including two of her lawyers, while the couple were locked in court proceedings.

    His agents attempted to buy a £30m estate next door to Haya’s Berkshire home in a “very significant threat to her security”.

    Continue reading...", - "content": "

    Payment to protect Princess Haya and children from threat sheikh poses to them is highest awarded by a UK court

    The ruler of Dubai has been ordered to pay his ex-wife Princess Haya and their two children a divorce settlement which could reach over half a billion pounds – the highest ever awarded by a UK court – to protect them from the threat he poses to them.

    In a written judgment, Mr Justice Moor said that “uniquely” the “main threat” to Haya and the children came from Sheikh Mohammed bin Rashid al-Maktoum, who is also prime minister of the United Arab Emirate, a close Gulf ally of Britain.

    Sheikh Mohammed orchestrated the abductions of two of his other children, Princess Latifa and Princess Shamsa – in the latter case from the streets of Cambridge – and subjected Haya to a campaign of “intimidation”.

    Using NSO Group’s Pegasus spyware, he hacked the phones of Haya and five of her associates, including two of her lawyers, while the couple were locked in court proceedings.

    His agents attempted to buy a £30m estate next door to Haya’s Berkshire home in a “very significant threat to her security”.

    Continue reading...", - "category": "Sheikh Mohammed bin Rashid al-Maktoum", - "link": "https://www.theguardian.com/world/2021/dec/21/ruler-of-dubai-ordered-to-pay-divorce-settlement-that-could-exceed-500m", - "creator": "Haroon Siddique Legal affairs correspondent", - "pubDate": "2021-12-21T10:30:10Z", + "title": "‘Chamberlain was a great man’: why has the PM fooled by Hitler been recast as a hero in new film Munich?", + "description": "

    He is seen as the appeaser who fell for Hitler’s lies. But was Chamberlain scapegoated? Writer Robert Harris and actor Jeremy Irons discuss taking on history with their controversial new film

    “Any country’s present,” says Robert Harris, “is shaped by its interpretation of its past.” Harris, whose bestselling second world war novel Munich is now coming to the big screen courtesy of Netflix, adds: “We have a very strong image of this island standing alone, weak, defenceless – pulled back together by an effort of will. Well, none of it’s really true.”

    The big stories Britain creates from its history require heroes, but they also require cowards, failures and villains. How else could we be sure that our heroes were truly heroic, if we didn’t have comparable figures who fell short? This has been the fate of prewar prime minister Neville Chamberlain, remembered for his policy of trying to appease and contain Hitler. Munich: The Edge of War is a bold attempt to change the story. But can this fictionalised film shift public perceptions of history?

    Continue reading...", + "content": "

    He is seen as the appeaser who fell for Hitler’s lies. But was Chamberlain scapegoated? Writer Robert Harris and actor Jeremy Irons discuss taking on history with their controversial new film

    “Any country’s present,” says Robert Harris, “is shaped by its interpretation of its past.” Harris, whose bestselling second world war novel Munich is now coming to the big screen courtesy of Netflix, adds: “We have a very strong image of this island standing alone, weak, defenceless – pulled back together by an effort of will. Well, none of it’s really true.”

    The big stories Britain creates from its history require heroes, but they also require cowards, failures and villains. How else could we be sure that our heroes were truly heroic, if we didn’t have comparable figures who fell short? This has been the fate of prewar prime minister Neville Chamberlain, remembered for his policy of trying to appease and contain Hitler. Munich: The Edge of War is a bold attempt to change the story. But can this fictionalised film shift public perceptions of history?

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/15/hitler-chamberlain-munich-edge-reason-robert-harris-jeremy-irons", + "creator": "Alex von Tunzelmann", + "pubDate": "2021-12-15T06:00:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205943,16 +231592,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a572235d43204b9c8a666e8881d3c0e1" + "hash": "6b53a83f8c04f10f1ef94692d6f73218" }, { - "title": "Putin warns of possible military response over ‘aggressive’ Nato", - "description": "

    Russian leader’s speech to top commanders comes amid growing tensions over Ukraine

    Vladimir Putin has said he will consider a military response if Russia feels threatened by Nato, in a sign that he is not ready to de-escalate tensions over a potential invasion of Ukraine.

    In a combative speech on Tuesday, Putin – who has demanded “security guarantees” from Nato – told his top military commanders that the west was to blame for the rising tensions. It came against a backdrop of a Russian buildup of tanks and artillery for what could constitute an invasion force within weeks.

    Continue reading...", - "content": "

    Russian leader’s speech to top commanders comes amid growing tensions over Ukraine

    Vladimir Putin has said he will consider a military response if Russia feels threatened by Nato, in a sign that he is not ready to de-escalate tensions over a potential invasion of Ukraine.

    In a combative speech on Tuesday, Putin – who has demanded “security guarantees” from Nato – told his top military commanders that the west was to blame for the rising tensions. It came against a backdrop of a Russian buildup of tanks and artillery for what could constitute an invasion force within weeks.

    Continue reading...", - "category": "Vladimir Putin", - "link": "https://www.theguardian.com/world/2021/dec/21/putin-warns-of-possible-military-response-to-aggressive-nato-russia", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-12-21T13:17:33Z", + "title": "Could he? Will they? What if? What might happen next in Succession", + "description": "

    After a shocking season finale that rewrote the dynamic of the Roy family, all bets are off for how they might recover

    For all its whizz-bang caper-gone-wrong energy, and for all its subsequent emotional troughs, this week’s Succession finale might have been the most important in its entire run. Because, unless I am very much wrong, Succession – a show about people trying to forcefully mount a succession – just had its succession. And now everything has to change.

    The episode ended with Logan Roy defying his children by selling Waystar Royco to idiosyncratic Swedish tech bro Lukas Matsson. It’s an unexpected twist, like if King Lear contained a weird new beat where Lear hands the British crown to Jack Dorsey for a laugh, but it sets up a bold new future for the show. What will happen in season four? Here are some theories.

    Continue reading...", + "content": "

    After a shocking season finale that rewrote the dynamic of the Roy family, all bets are off for how they might recover

    For all its whizz-bang caper-gone-wrong energy, and for all its subsequent emotional troughs, this week’s Succession finale might have been the most important in its entire run. Because, unless I am very much wrong, Succession – a show about people trying to forcefully mount a succession – just had its succession. And now everything has to change.

    The episode ended with Logan Roy defying his children by selling Waystar Royco to idiosyncratic Swedish tech bro Lukas Matsson. It’s an unexpected twist, like if King Lear contained a weird new beat where Lear hands the British crown to Jack Dorsey for a laugh, but it sets up a bold new future for the show. What will happen in season four? Here are some theories.

    Continue reading...", + "category": "Succession", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/15/succession-season-four-predictions", + "creator": "Stuart Heritage", + "pubDate": "2021-12-15T07:16:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205964,16 +231613,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e725198873fe582e65992efbbe1ad556" + "hash": "f82a1441093cb1afa895f26e1fa752ab" }, { - "title": "Fears of Libya violence as UN races to manage election postponement", - "description": "

    All sides acknowledge 24 December vote cannot go ahead but there has been no announcement, and political vacuum looms

    The United Nations is scrambling to manage the postponement of Libya’s presidential elections, which are due to take place on 24 December, as fears grow that a looming political vacuum will lead to renewed violence and economic chaos.

    There has been no formal announcement on a postponement, but all sides acknowledge the vote cannot proceed, not least because a list of authorised candidates has yet to be published.

    Continue reading...", - "content": "

    All sides acknowledge 24 December vote cannot go ahead but there has been no announcement, and political vacuum looms

    The United Nations is scrambling to manage the postponement of Libya’s presidential elections, which are due to take place on 24 December, as fears grow that a looming political vacuum will lead to renewed violence and economic chaos.

    There has been no formal announcement on a postponement, but all sides acknowledge the vote cannot proceed, not least because a list of authorised candidates has yet to be published.

    Continue reading...", - "category": "Libya", - "link": "https://www.theguardian.com/world/2021/dec/21/fears-of-libya-violence-as-un-races-to-manage-election-postponement", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-21T13:18:19Z", + "title": "Reading fire: man held on suspicion of arson and murder", + "description": "

    Police say one person believed to have died and others unaccounted for after blaze at property

    A man has been arrested on suspicion of arson and murder after a fire in Reading.

    Thames Valley police said one person was believed to have died in the blaze at a property in Grovelands Road and there were “a number of others” unaccounted for.

    Continue reading...", + "content": "

    Police say one person believed to have died and others unaccounted for after blaze at property

    A man has been arrested on suspicion of arson and murder after a fire in Reading.

    Thames Valley police said one person was believed to have died in the blaze at a property in Grovelands Road and there were “a number of others” unaccounted for.

    Continue reading...", + "category": "Reading", + "link": "https://www.theguardian.com/uk-news/2021/dec/15/reading-fire-man-held-on-suspicion-of-arson", + "creator": "PA Media", + "pubDate": "2021-12-15T10:32:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -205985,16 +231634,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88ec0de9bef275d0c5c9a653cbd7cb48" + "hash": "d174430a3bb831f6eef34fb15c61a902" }, { - "title": "Shipwrecked refugee crossings leave 164 dead in Mediterranean, says UN", - "description": "

    Attempted crossing from Libya to Europe surge as authorities carry out deadly crackdown on refugees

    More than 160 people drowned in two separate shipwrecks off the coast of Libya in the past week, a UN migration official has said. The fatalities were the latest disasters in the Mediterranean Sea involving refugees seeking a better life in Europe.

    Safa Msehli, a spokesperson for the International Organization for Migration (IOM), said at least 102 were reported dead after their wooden boat capsized on Friday and at least eight others were rescued and returned to shore.

    Continue reading...", - "content": "

    Attempted crossing from Libya to Europe surge as authorities carry out deadly crackdown on refugees

    More than 160 people drowned in two separate shipwrecks off the coast of Libya in the past week, a UN migration official has said. The fatalities were the latest disasters in the Mediterranean Sea involving refugees seeking a better life in Europe.

    Safa Msehli, a spokesperson for the International Organization for Migration (IOM), said at least 102 were reported dead after their wooden boat capsized on Friday and at least eight others were rescued and returned to shore.

    Continue reading...", - "category": "Migration", - "link": "https://www.theguardian.com/world/2021/dec/21/shipwrecked-migrant-crossings-leave-164-dead-in-mediterranean-says-un", - "creator": "Associated Press", - "pubDate": "2021-12-21T12:53:25Z", + "title": "First Thing: US House votes to hold Trump ex-aide Meadows in contempt", + "description": "

    Move comes after Trump’s former chief of staff ceased cooperating with panel investigating Capitol attack. Plus, Nasa spacecraft ‘touches’ the sun

    Good morning.

    The House of Representatives has voted to recommend criminal contempt charges against Mark Meadows, the former chief of staff to Donald Trump, a week after he ended his cooperation with the panel investigating the Capitol insurrection.

    Before he stopped cooperating, what did he hand over? Meadows turned over about 9,000 documents. Text messages also revealed that Trump’s son Donald Trump Jr and three hosts on the Fox News network begged Meadows to persuade the former president to stop the insurrection.

    What other evidence does the panel have? The communications and other documents that Meadows turned over represent just a small sample of the huge trove of evidence the panel has gathered.

    Meanwhile, a judge has dismissed Trump’s latest bid to hide tax returns from the House committee.

    The deadly milestone comes as cases and hospitalisations are on the rise again in the US, driven by the highly contagious Delta variant, with the new variant Omicron posing a fresh threat.

    About 200 million Americans are vaccinated, or just over 60% of the population. That is well short of what scientists say is needed to keep the virus in check.

    Continue reading...", + "content": "

    Move comes after Trump’s former chief of staff ceased cooperating with panel investigating Capitol attack. Plus, Nasa spacecraft ‘touches’ the sun

    Good morning.

    The House of Representatives has voted to recommend criminal contempt charges against Mark Meadows, the former chief of staff to Donald Trump, a week after he ended his cooperation with the panel investigating the Capitol insurrection.

    Before he stopped cooperating, what did he hand over? Meadows turned over about 9,000 documents. Text messages also revealed that Trump’s son Donald Trump Jr and three hosts on the Fox News network begged Meadows to persuade the former president to stop the insurrection.

    What other evidence does the panel have? The communications and other documents that Meadows turned over represent just a small sample of the huge trove of evidence the panel has gathered.

    Meanwhile, a judge has dismissed Trump’s latest bid to hide tax returns from the House committee.

    The deadly milestone comes as cases and hospitalisations are on the rise again in the US, driven by the highly contagious Delta variant, with the new variant Omicron posing a fresh threat.

    About 200 million Americans are vaccinated, or just over 60% of the population. That is well short of what scientists say is needed to keep the virus in check.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/15/first-thing-us-house-votes-to-hold-trump-ex-aide-meadows-in-contempt", + "creator": "Nicola Slawson", + "pubDate": "2021-12-15T11:20:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206006,16 +231655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2fe7ea11b29a69a8150a9a850c0210c" + "hash": "94a425df0b412f2fd9a305bc3c702145" }, { - "title": "Ghislaine Maxwell trial: jury asks to review transcripts from three accusers", - "description": "

    Jurors requested transcripts of testimony on Tuesday morning after deliberations began late on Monday

    The jury in Ghislaine Maxwell’s sex-trafficking trial asked on Tuesday to review transcripts of testimony from three accusers.

    Jurors in Manhattan federal court sent the judge a note around 10.10am, saying: “We would like the transcripts, testimony of Jane, Annie and Carolyn.”

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "content": "

    Jurors requested transcripts of testimony on Tuesday morning after deliberations began late on Monday

    The jury in Ghislaine Maxwell’s sex-trafficking trial asked on Tuesday to review transcripts of testimony from three accusers.

    Jurors in Manhattan federal court sent the judge a note around 10.10am, saying: “We would like the transcripts, testimony of Jane, Annie and Carolyn.”

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/21/ghislaine-maxwell-trial-jury-deliberations", - "creator": "Victoria Bekiempis in New York and agencies", - "pubDate": "2021-12-21T17:19:02Z", + "title": "Federal budget update: Josh Frydenberg forecasts unemployment rate to fall to under 5%", + "description": "

    In likely the last update before election, treasurer will highlight jobless rate of below 5% for first time since before GFC in MYEFO address

    The Treasurer, Josh Frydenberg, will reveal in Thursday’s mid-year budget update that Australia’s unemployment rate will fall comfortably below 5% next year as the economy continues to rebound.

    After many months of volatile unemployment figures due to lockdowns and falling participation rates, the mid-year economic and fiscal outlook (MYEFO) will forecast the unemployment rate to drop to 4.5% in the June quarter of next year.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    In likely the last update before election, treasurer will highlight jobless rate of below 5% for first time since before GFC in MYEFO address

    The Treasurer, Josh Frydenberg, will reveal in Thursday’s mid-year budget update that Australia’s unemployment rate will fall comfortably below 5% next year as the economy continues to rebound.

    After many months of volatile unemployment figures due to lockdowns and falling participation rates, the mid-year economic and fiscal outlook (MYEFO) will forecast the unemployment rate to drop to 4.5% in the June quarter of next year.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Australian politics", + "link": "https://www.theguardian.com/australia-news/2021/dec/15/federal-budget-update-josh-frydenberg-forecasts-unemployment-rate-to-fall-to-under-5", + "creator": "Sarah Martin Chief political correspondent", + "pubDate": "2021-12-15T11:31:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206027,16 +231676,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "97e4ee52cbe5d1d3eeb63632c40d1131" + "hash": "f28664c2811239b41c77218b1549fb90" }, { - "title": "Trump to hold press conference at Mar-a-Lago on Capitol attack anniversary", - "description": "

    Former president repeats election fraud lies in statement and says he will ‘discuss all of these points’

    In a hugely provocative move, Donald Trump announced on Tuesday that he will hold a press conference at his Mar-a-Lago resort on 6 January, the first anniversary of the deadly attack on the US Capitol.

    In a statement replete with familiar invective and lies about supposed electoral fraud and the House committee investigating the events of 6 January this year, the former US president said: “I will be having a news conference on 6 January [2022] at Mar-a-Lago to discuss all of these points, and more.”

    Continue reading...", - "content": "

    Former president repeats election fraud lies in statement and says he will ‘discuss all of these points’

    In a hugely provocative move, Donald Trump announced on Tuesday that he will hold a press conference at his Mar-a-Lago resort on 6 January, the first anniversary of the deadly attack on the US Capitol.

    In a statement replete with familiar invective and lies about supposed electoral fraud and the House committee investigating the events of 6 January this year, the former US president said: “I will be having a news conference on 6 January [2022] at Mar-a-Lago to discuss all of these points, and more.”

    Continue reading...", - "category": "Donald Trump", - "link": "https://www.theguardian.com/us-news/2021/dec/21/donald-trump-press-conference-capitol-attack-mar-a-lago", - "creator": "Martin Pengelly in New York", - "pubDate": "2021-12-21T15:55:57Z", + "title": "Arrival of 1bn vaccine doses won’t solve Africa’s Covid crisis, experts say", + "description": "

    Concerns over equipment shortages, bottlenecks and hesitancy on continent with 7.5% vaccine coverage

    With 1bn doses of Covid vaccines expected to arrive in Africa in the coming months, concern has shifted to a global shortage of equipment required to deliver them, such as syringes, as well as insufficient planning in some countries that could create bottlenecks in the rollout.

    After a troubled start to vaccination programmes on the continent, health officials are examining ways to encourage take-up as some countries have had to throw away doses.

    Continue reading...", + "content": "

    Concerns over equipment shortages, bottlenecks and hesitancy on continent with 7.5% vaccine coverage

    With 1bn doses of Covid vaccines expected to arrive in Africa in the coming months, concern has shifted to a global shortage of equipment required to deliver them, such as syringes, as well as insufficient planning in some countries that could create bottlenecks in the rollout.

    After a troubled start to vaccination programmes on the continent, health officials are examining ways to encourage take-up as some countries have had to throw away doses.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/10/african-countries-aim-to-step-up-covid-vaccine-delivery-with-1bn-doses-due", + "creator": "Peter Beaumont and Nick Dall in Cape Town", + "pubDate": "2021-12-10T16:21:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206048,16 +231697,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cf544562b0e5b2004fc139eec9a6800" + "hash": "1efc36f381312ca72c098cce11533f6a" }, { - "title": "Scientists caution against giving animals as gifts to developing countries", - "description": "

    Jane Goodall says such donations can have unintended consequences, especially where water is scarce

    It’s the classic gift given by do-gooding family members at Christmas but Jane Goodall and other scientists have warned that people should think twice before giving a donation of a goat or heifer to a developing country.

    Charity gifts, where the recipient is informed their present is an animal to help feed a family in an impoverished area, have been popular for decades.

    Continue reading...", - "content": "

    Jane Goodall says such donations can have unintended consequences, especially where water is scarce

    It’s the classic gift given by do-gooding family members at Christmas but Jane Goodall and other scientists have warned that people should think twice before giving a donation of a goat or heifer to a developing country.

    Charity gifts, where the recipient is informed their present is an animal to help feed a family in an impoverished area, have been popular for decades.

    Continue reading...", - "category": "Animals", - "link": "https://www.theguardian.com/world/2021/dec/21/scientists-jane-goodall-caution-gifting-animals-developing-countries", - "creator": "Helena Horton", - "pubDate": "2021-12-21T12:22:20Z", + "title": "Burning issue: how enzymes could end India’s problem with stubble", + "description": "

    Bans failed to stop farmers torching fields each year but a new spray that turns stalks into fertiliser helps the soil and the air

    Every autumn, Anil Kalyan, from Kutail village in India’s northern state of Haryana, would join tens of thousands of other paddy farmers to set fire to the leftover stalks after the rice harvest to clear the field for planting wheat.

    But this year, Kalyan opted for change. He signed his land up for a trial being held in Haryana and neighbouring Punjab as an alternative to the environmentally hazardous stubble burning that is commonplace across India and a major cause of Delhi’s notorious smog.

    Continue reading...", + "content": "

    Bans failed to stop farmers torching fields each year but a new spray that turns stalks into fertiliser helps the soil and the air

    Every autumn, Anil Kalyan, from Kutail village in India’s northern state of Haryana, would join tens of thousands of other paddy farmers to set fire to the leftover stalks after the rice harvest to clear the field for planting wheat.

    But this year, Kalyan opted for change. He signed his land up for a trial being held in Haryana and neighbouring Punjab as an alternative to the environmentally hazardous stubble burning that is commonplace across India and a major cause of Delhi’s notorious smog.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/10/burning-issue-how-enzymes-could-end-indias-problem-with-stubble", + "creator": "Saeed Kamali Dehghan", + "pubDate": "2021-12-10T07:00:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206069,16 +231718,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e07be29144ac4a1bcc489cef9dfb2261" + "hash": "eb741280323b43f7b0014192c78fd6b2" }, { - "title": "Monkeys blamed for hundreds of puppy deaths captured in India", - "description": "

    Villagers claim animals were carrying out ‘revenge killings’ after dogs killed an infant monkey

    Two monkeys that allegedly killed hundreds of puppies in the Indian state of Maharastra have been captured.

    Villagers in Lavool village, in the Beed district of Maharastra, reported the langur monkeys after they witnessed them engaging in what seemed to be targeted killings of the neighbourhood puppies by snatching them and taking them up to deadly heights.

    Continue reading...", - "content": "

    Villagers claim animals were carrying out ‘revenge killings’ after dogs killed an infant monkey

    Two monkeys that allegedly killed hundreds of puppies in the Indian state of Maharastra have been captured.

    Villagers in Lavool village, in the Beed district of Maharastra, reported the langur monkeys after they witnessed them engaging in what seemed to be targeted killings of the neighbourhood puppies by snatching them and taking them up to deadly heights.

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/2021/dec/21/monkeys-blamed-for-hundreds-of-puppy-deaths-captured-in-india", - "creator": "Hannah Ellis-Petersen in Delhi", - "pubDate": "2021-12-21T14:20:48Z", + "title": "Denmark and Norway rush in stricter Covid measures as cases soar", + "description": "

    Scandinavian countries say Omicron is spreading rapidly and expect record number of daily infections

    Denmark and Norway have announced stricter Covid measures to battle soaring infection numbers, as authorities said the new Omicron variant was spreading fast and would probably become dominant in several EU countries within weeks or even days.

    Amid a varied continental picture that includes sharply declining case numbers in many countries, the two Scandinavian governments said they expected daily infections would soon exceed all previous records as the highly transmissible variant combined with and fuelled a wave still largely driven by the previous Delta mutation.

    Continue reading...", + "content": "

    Scandinavian countries say Omicron is spreading rapidly and expect record number of daily infections

    Denmark and Norway have announced stricter Covid measures to battle soaring infection numbers, as authorities said the new Omicron variant was spreading fast and would probably become dominant in several EU countries within weeks or even days.

    Amid a varied continental picture that includes sharply declining case numbers in many countries, the two Scandinavian governments said they expected daily infections would soon exceed all previous records as the highly transmissible variant combined with and fuelled a wave still largely driven by the previous Delta mutation.

    Continue reading...", + "category": "Denmark", + "link": "https://www.theguardian.com/world/2021/dec/14/denmark-norway-rush-in-stricter-covid-measures-as-cases-soar", + "creator": "Jon Henley Europe correspondent", + "pubDate": "2021-12-14T15:45:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206090,16 +231739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc632c4c436ab20898d21cfa33748621" + "hash": "a321069aab8e3cb2ce16e99f7df8ada0" }, { - "title": "WHO chief warns over festive gatherings: ‘An event cancelled is better than a life cancelled’", - "description": "

    Tedros Adhanom Ghebreyesus says Omicron is infecting people who have been vaccinated and could double its infections every 1.5 to three days

    The head of the World Health Organization (WHO) has warned that holiday festivities would in many places lead to “increased cases, overwhelmed health systems and more deaths” and urged people to postpone gatherings.

    “An event cancelled is better than a life cancelled,” Tedros Adhanom Ghebreyesus said.

    Continue reading...", - "content": "

    Tedros Adhanom Ghebreyesus says Omicron is infecting people who have been vaccinated and could double its infections every 1.5 to three days

    The head of the World Health Organization (WHO) has warned that holiday festivities would in many places lead to “increased cases, overwhelmed health systems and more deaths” and urged people to postpone gatherings.

    “An event cancelled is better than a life cancelled,” Tedros Adhanom Ghebreyesus said.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/21/who-chief-warns-over-festive-gatherings-an-event-cancelled-is-better-than-a-life-cancelled-omicron", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-21T00:15:54Z", + "title": "Capitol attack a ‘coordinated act of terrorism’, says DC lawsuit against far-right groups – live", + "description": "

    Karl Racine, the attorney general of the District of Columbia, in filing federal suit against the Proud Boys and the Oath Keepers, states that: “The District seeks compensatory, statutory and punitive relief and, by filing this action, intends to make clear that it will not countenance the use of violence against the District, including its police officers.

    The lawsuit filed in federal court moments ago lists as defendants not only the far right, white nationalist groups the Proud Boys (of Aubrey, Texas, per the suit) and Oathkeepers (of Las Vegas, Nevada), but also lists 32 individuals deemed to have associations to those groups, as well as noting there are 50 other unnamed defendants collectively referred to as “John and Jane Does 1 - 50”.

    Continue reading...", + "content": "

    Karl Racine, the attorney general of the District of Columbia, in filing federal suit against the Proud Boys and the Oath Keepers, states that: “The District seeks compensatory, statutory and punitive relief and, by filing this action, intends to make clear that it will not countenance the use of violence against the District, including its police officers.

    The lawsuit filed in federal court moments ago lists as defendants not only the far right, white nationalist groups the Proud Boys (of Aubrey, Texas, per the suit) and Oathkeepers (of Las Vegas, Nevada), but also lists 32 individuals deemed to have associations to those groups, as well as noting there are 50 other unnamed defendants collectively referred to as “John and Jane Does 1 - 50”.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/live/2021/dec/14/capitol-attack-panel-mark-meadows-donald-trump-joe-biden-us-politics-lates-news", + "creator": "Joan E Greve in Washington and Joanna Walters (earlier)", + "pubDate": "2021-12-14T22:14:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206111,16 +231760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6812c9cd26ff72853c2df3ab72a936e6" + "hash": "2059fe285150a006bd08d70edf9a7660" }, { - "title": "Dutch border-hoppers ignore Belgium and Germany’s ‘stay away’ plea", - "description": "

    Restaurants have had a rush of visitors since lockdown was imposed in the Netherlands on Sunday

    People hopping over the border to Belgium and Germany to avoid the Dutch lockdown are filling the neighbouring countries’ restaurants and shops despite calls for them to “stay away”.

    Since Mark Rutte, the Dutch prime minister, announced the closure of hospitality and non-essential shops from Sunday, border regions have experienced a rush of visitors.

    Continue reading...", - "content": "

    Restaurants have had a rush of visitors since lockdown was imposed in the Netherlands on Sunday

    People hopping over the border to Belgium and Germany to avoid the Dutch lockdown are filling the neighbouring countries’ restaurants and shops despite calls for them to “stay away”.

    Since Mark Rutte, the Dutch prime minister, announced the closure of hospitality and non-essential shops from Sunday, border regions have experienced a rush of visitors.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/21/dutch-border-hoppers-ignore-belgium-and-germanys-stay-away-plea", - "creator": "Daniel Boffey in Brussels", - "pubDate": "2021-12-21T10:20:03Z", + "title": "Toronto police ask for help identifying ‘highly suspicious’ person in billionaire murder case", + "description": "

    Police update public on investigation for first time in four years, after studying hours of CCTV footage from night couple were killed

    Four years after the unsolved murders of pharmaceutical billionaires Barry and Honey Sherman, police in Toronto have appealed to the public to help identify a possible suspect in the case.

    At a media briefing on Tuesday, homicide DS Brandon Price said police had studied hours of CCTV footage taken in the couple’s neighbourhood the night of the murders and had identified all people caught on camera – except for one person.

    Continue reading...", + "content": "

    Police update public on investigation for first time in four years, after studying hours of CCTV footage from night couple were killed

    Four years after the unsolved murders of pharmaceutical billionaires Barry and Honey Sherman, police in Toronto have appealed to the public to help identify a possible suspect in the case.

    At a media briefing on Tuesday, homicide DS Brandon Price said police had studied hours of CCTV footage taken in the couple’s neighbourhood the night of the murders and had identified all people caught on camera – except for one person.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2021/dec/14/toronto-billionaire-murder-case-police-help-identifying-highly-suspicious-person", + "creator": "Leyland Cecco in Victoria, British Columbia", + "pubDate": "2021-12-14T18:42:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206132,16 +231781,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b424a99b46a0882bf9410768a551580" + "hash": "fb93eb8646fd8692b1b8dba67aa607a9" }, { - "title": "New Zealand delays border reopening in bid to strengthen defences against Omicron", - "description": "

    Border had been set to reopen to visitors and visa holders coming from Australia from 17 January

    New Zealand has announced a suite of measures to strengthen its defence against the Omicron variant, including pushing back the start of its quarantine-free border reopening to the end of February.

    The Covid-19 response minister Chris Hipkins said the reopening delay will be disappointing for those who had made travel plans over summer, but added that waiting until the end of February would increase New Zealand’s overall protection and slow Omicron’s spread.

    “Covid-19 keeps throwing new curve balls and we have to respond in a way that continues to protect lives and livelihoods without putting in place restrictions and lockdowns unless absolutely necessary,” Hipkins said.

    Continue reading...", - "content": "

    Border had been set to reopen to visitors and visa holders coming from Australia from 17 January

    New Zealand has announced a suite of measures to strengthen its defence against the Omicron variant, including pushing back the start of its quarantine-free border reopening to the end of February.

    The Covid-19 response minister Chris Hipkins said the reopening delay will be disappointing for those who had made travel plans over summer, but added that waiting until the end of February would increase New Zealand’s overall protection and slow Omicron’s spread.

    “Covid-19 keeps throwing new curve balls and we have to respond in a way that continues to protect lives and livelihoods without putting in place restrictions and lockdowns unless absolutely necessary,” Hipkins said.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/21/new-zealand-delays-border-reopening-in-bid-to-strengthen-defences-against-omicron", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-12-21T03:11:02Z", + "title": "At least 60 people killed in Haiti fuel truck explosion", + "description": "

    Total number of injured still not known after truck carrying gasoline overturned around midnight in the Sanmarie area

    More than 60 people have died after a fuel truck overturned and exploded in Haiti’s second-largest city Cap-Haitien, the country’s health ministry has announced.

    The death toll is expected to rise after the truck carrying gasoline overturned at about midnight in the area of Sanmarie on the eastern end of the city, according to local media.

    Continue reading...", + "content": "

    Total number of injured still not known after truck carrying gasoline overturned around midnight in the Sanmarie area

    More than 60 people have died after a fuel truck overturned and exploded in Haiti’s second-largest city Cap-Haitien, the country’s health ministry has announced.

    The death toll is expected to rise after the truck carrying gasoline overturned at about midnight in the area of Sanmarie on the eastern end of the city, according to local media.

    Continue reading...", + "category": "Haiti", + "link": "https://www.theguardian.com/world/2021/dec/14/haiti-fuel-truck-explosion-deaths-injuries", + "creator": "Reuters in Port-au-Prince", + "pubDate": "2021-12-14T15:48:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206153,16 +231802,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2df084cb7442b30fc90a95424be70658" + "hash": "b80c7c447dce0cf56f2c10a506127b6a" }, { - "title": "Man who breached quarantine and sparked Hobart lockdown sentenced to five months in jail", - "description": "

    Southern Tasmania was forced into three-day lockdown after Timothy Andrew Gunn, 31, absconded and tested positive to Covid

    A New South Wales man who absconded from hotel quarantine in Hobart and sparked a three-day lockdown across southern Tasmania has been sentenced to five months’ jail for breaching public health orders.

    Much of the island state, including the capital, was forced into lockdown on 15 October after Timothy Andrew Gunn, 31, returned a positive coronavirus test having spent time in the community.

    Continue reading...", - "content": "

    Southern Tasmania was forced into three-day lockdown after Timothy Andrew Gunn, 31, absconded and tested positive to Covid

    A New South Wales man who absconded from hotel quarantine in Hobart and sparked a three-day lockdown across southern Tasmania has been sentenced to five months’ jail for breaching public health orders.

    Much of the island state, including the capital, was forced into lockdown on 15 October after Timothy Andrew Gunn, 31, returned a positive coronavirus test having spent time in the community.

    Continue reading...", - "category": "Hobart", - "link": "https://www.theguardian.com/australia-news/2021/dec/21/man-who-breached-quarantine-and-sparked-hobart-lockdown-sentenced-to-five-months-in-jail", - "creator": "Australian Associated Press", - "pubDate": "2021-12-21T08:42:35Z", + "title": "‘Colossal waste’: Nobel laureates call for 2% cut to military spending worldwide", + "description": "

    Governments urged to use ‘peace dividend’ to help UN tackle pandemics, climate crisis and extreme poverty

    More than 50 Nobel laureates have signed an open letter calling for all countries to cut their military spending by 2% a year for the next five years, and put half the saved money in a UN fund to combat pandemics, the climate crisis, and extreme poverty.

    Coordinated by the Italian physicist Carlo Rovelli, the letter is supported by a large group of scientists and mathematicians including Sir Roger Penrose, and is published at a time when rising global tensions have led to a steady increase in arms budgets.

    Continue reading...", + "content": "

    Governments urged to use ‘peace dividend’ to help UN tackle pandemics, climate crisis and extreme poverty

    More than 50 Nobel laureates have signed an open letter calling for all countries to cut their military spending by 2% a year for the next five years, and put half the saved money in a UN fund to combat pandemics, the climate crisis, and extreme poverty.

    Coordinated by the Italian physicist Carlo Rovelli, the letter is supported by a large group of scientists and mathematicians including Sir Roger Penrose, and is published at a time when rising global tensions have led to a steady increase in arms budgets.

    Continue reading...", + "category": "United Nations", + "link": "https://www.theguardian.com/world/2021/dec/14/nobel-laureates-cut-military-spending-worldwide-un-peace-dividend", + "creator": "Dan Sabbagh Defence and security editor", + "pubDate": "2021-12-14T14:32:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206174,16 +231823,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4fcd93ea94f713cdb7dc681725b5e99" + "hash": "bf1aa13e88f86ceb929803c8634a7345" }, { - "title": "The Matrix Resurrections review – drained of life by the Hollywood machine", - "description": "

    Keanu Reeves is back as cyberpunk icon Neo but fans of the original will find this cynical reboot a bitter pill to swallow

    Eighteen years after what we thought was the third and final Matrix film, The Matrix Revolutions, Lana Wachowski has directed a fourth: The Matrix Resurrections. But despite some ingenious touches (a very funny name, for example, for a VR coffee shop) the boulder has been rolled back from the tomb to reveal that the franchise’s corpse is sadly still in there. This is a heavy-footed reboot which doesn’t offer a compelling reason for its existence other than to gouge a fourth income stream from Matrix fans, submissively hooked up for new content, and it doesn’t have anything approaching the breathtaking “bullet time” action sequences that made the original film famous.

    The first Matrix was a brilliant, prescient sci-fi action thriller that in 1999 presented us with Keanu Reeves as a computer hacker codenamed “Neo”, stumbling across the apparent activity of a police state whose workings he scarcely suspected. Charismatic rebel Trinity (Carrie-Anne Moss) brings Neo to the mysterious figure of Morpheus (Laurence Fishburne) who offers our reluctant hero one of the most famous choices in modern cinema: the blue pill or the red pill. The first will allow Neo back into his torpid quasi-contentment, the second will irreversibly reveal to him the truth about all existence. He swallows the red and discovers all our lives exist in a digitally fabricated, illusory world, while our comatose bodies are milked for their energies in giant farms by our machine overlords.

    Continue reading...", - "content": "

    Keanu Reeves is back as cyberpunk icon Neo but fans of the original will find this cynical reboot a bitter pill to swallow

    Eighteen years after what we thought was the third and final Matrix film, The Matrix Revolutions, Lana Wachowski has directed a fourth: The Matrix Resurrections. But despite some ingenious touches (a very funny name, for example, for a VR coffee shop) the boulder has been rolled back from the tomb to reveal that the franchise’s corpse is sadly still in there. This is a heavy-footed reboot which doesn’t offer a compelling reason for its existence other than to gouge a fourth income stream from Matrix fans, submissively hooked up for new content, and it doesn’t have anything approaching the breathtaking “bullet time” action sequences that made the original film famous.

    The first Matrix was a brilliant, prescient sci-fi action thriller that in 1999 presented us with Keanu Reeves as a computer hacker codenamed “Neo”, stumbling across the apparent activity of a police state whose workings he scarcely suspected. Charismatic rebel Trinity (Carrie-Anne Moss) brings Neo to the mysterious figure of Morpheus (Laurence Fishburne) who offers our reluctant hero one of the most famous choices in modern cinema: the blue pill or the red pill. The first will allow Neo back into his torpid quasi-contentment, the second will irreversibly reveal to him the truth about all existence. He swallows the red and discovers all our lives exist in a digitally fabricated, illusory world, while our comatose bodies are milked for their energies in giant farms by our machine overlords.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/21/the-matrix-resurrections-review-keanu-reeves", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-21T16:00:01Z", + "title": "Scholz-o-matic: German chancellor’s old habits find new audience", + "description": "

    Olaf Scholz frustrates journalists with vague and formulaic answers

    Less than a week into his tenure, Germany’s new chancellor, Olaf Scholz, is already reminding the rest of the world of one of his rarer political talents: an ability to frustrate journalists with answers so vague and formulaic they once earned him the nickname “Scholz-o-matic”.

    Social Democrat Scholz, who will govern in a “traffic light” coalition with the Green party and the liberal Free Democratic party, on Sunday left his Polish counterpart, Mateusz Morawiecki, none the wiser about his plans for the controversial Nord Stream 2 gas pipeline between Russia and Germany, which Poland has urged its western neighbour to scrap.

    Continue reading...", + "content": "

    Olaf Scholz frustrates journalists with vague and formulaic answers

    Less than a week into his tenure, Germany’s new chancellor, Olaf Scholz, is already reminding the rest of the world of one of his rarer political talents: an ability to frustrate journalists with answers so vague and formulaic they once earned him the nickname “Scholz-o-matic”.

    Social Democrat Scholz, who will govern in a “traffic light” coalition with the Green party and the liberal Free Democratic party, on Sunday left his Polish counterpart, Mateusz Morawiecki, none the wiser about his plans for the controversial Nord Stream 2 gas pipeline between Russia and Germany, which Poland has urged its western neighbour to scrap.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/14/scholz-o-matic-german-chancellor-olaf-scholz-chancellor", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-12-14T14:58:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206195,16 +231844,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfe4afb968f0bec13240602c3f883fd7" + "hash": "9c1a6b5e454a25548de26f8306e1186c" }, { - "title": "The person who got me through 2021: Larry David helped me embrace life as a bald man", - "description": "

    I have finally admitted that my hair has gone for ever, and taken great comfort from the reigning king of baldness

    This year will go down in history as the year I went bald. Well, actually, 2018 went down as the year I went bald. But still, 2021 will go down as the year that I stopped fastidiously brushing three long wisps of cobweb over my scalp in the berserk belief that it somehow made me look less bald. I am bald now. Hello.

    Obviously, being bald is rubbish. A bad roll of the genetic dice means I am now conclusively unattractive in the eyes of most of the world. Of course I am – I’m 85% forehead now. I can never go out and commit a crime, because a witness would only have to draw a face on their thumb and show it to the Photofit guy and I’d be in handcuffs by teatime.

    Continue reading...", - "content": "

    I have finally admitted that my hair has gone for ever, and taken great comfort from the reigning king of baldness

    This year will go down in history as the year I went bald. Well, actually, 2018 went down as the year I went bald. But still, 2021 will go down as the year that I stopped fastidiously brushing three long wisps of cobweb over my scalp in the berserk belief that it somehow made me look less bald. I am bald now. Hello.

    Obviously, being bald is rubbish. A bad roll of the genetic dice means I am now conclusively unattractive in the eyes of most of the world. Of course I am – I’m 85% forehead now. I can never go out and commit a crime, because a witness would only have to draw a face on their thumb and show it to the Photofit guy and I’d be in handcuffs by teatime.

    Continue reading...", - "category": "Larry David", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/21/the-person-who-got-me-through-2021-larry-david-helped-me-embrace-life-as-a-bald-man", - "creator": "Stuart Heritage", - "pubDate": "2021-12-21T15:00:00Z", + "title": "Israel warns diplomacy proving fruitless in Iran nuclear talks", + "description": "

    Officials hopeful that US and European nations will agree Tehran is in breach of its obligations

    Tehran’s approach to talks on its nuclear programme in Vienna has become so uncompromising according to Israel’s lead diplomat on Iran, Joshua Zarka, that they “have reached the last stretch of diplomacy”.

    Israeli officials said they were hopeful that the US and European nations would agree to put an emergency motion to the board of the International Atomic Energy Agency (IAEA) stating that Iran was in breach of its obligations under the non-proliferation treaty (NPT) and the 2015 nuclear deal.

    Continue reading...", + "content": "

    Officials hopeful that US and European nations will agree Tehran is in breach of its obligations

    Tehran’s approach to talks on its nuclear programme in Vienna has become so uncompromising according to Israel’s lead diplomat on Iran, Joshua Zarka, that they “have reached the last stretch of diplomacy”.

    Israeli officials said they were hopeful that the US and European nations would agree to put an emergency motion to the board of the International Atomic Energy Agency (IAEA) stating that Iran was in breach of its obligations under the non-proliferation treaty (NPT) and the 2015 nuclear deal.

    Continue reading...", + "category": "Iran's nuclear programme", + "link": "https://www.theguardian.com/world/2021/dec/14/israel-warns-diplomacy-proving-fruitless-in-iran-nuclear-talks", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-14T20:36:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206216,16 +231865,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5203772bf421214c72a97ab5e342fbcd" + "hash": "fa3b7bafab4df46b5353a2181ed378bb" }, { - "title": "I was raised beside ‘Squaw Peak’ – it’s time to change America’s offensive place names", - "description": "

    Settlers may not like to see Indigenous names returned to the landscape around us. But we were here first

    Near the summit of a peak west of Missoula, Montana, the hiking trail forks as it clears the forest of pine and fir trees. A wooden sign indicates the way to a steep climb over tumbled rocks to reach the peak, Ch-paa-qn. This is a Salish word that means “shining mountain,” or “gray, treeless mountain top”.

    Except that some rube has used a knife to all but scratch the Indigenous word out and replace it with “Squaw” in crude letters.

    Continue reading...", - "content": "

    Settlers may not like to see Indigenous names returned to the landscape around us. But we were here first

    Near the summit of a peak west of Missoula, Montana, the hiking trail forks as it clears the forest of pine and fir trees. A wooden sign indicates the way to a steep climb over tumbled rocks to reach the peak, Ch-paa-qn. This is a Salish word that means “shining mountain,” or “gray, treeless mountain top”.

    Except that some rube has used a knife to all but scratch the Indigenous word out and replace it with “Squaw” in crude letters.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/21/squaw-peak-indigenous-place-names-america", - "creator": "Chris La Tray", - "pubDate": "2021-12-21T11:00:09Z", + "title": "US condemns suspension of prominent Romanian judge for TikTok posts", + "description": "

    Cluj-based judge Cristi Danileţ has been suspended over two videos he posted on platform last year

    A prominent judge in Romania has been suspended from his position for posting videos on TikTok in a move that has drawn widespread criticism, and condemnation from the US embassy.

    Cristi Danileţ, a judge in Romania’s northern city of Cluj, was suspended on Monday by the superior council of magistrates over two videos he posted on TikTok last year, which a panel decided amounted to “behaviour that affects the image of the justice system”.

    Continue reading...", + "content": "

    Cluj-based judge Cristi Danileţ has been suspended over two videos he posted on platform last year

    A prominent judge in Romania has been suspended from his position for posting videos on TikTok in a move that has drawn widespread criticism, and condemnation from the US embassy.

    Cristi Danileţ, a judge in Romania’s northern city of Cluj, was suspended on Monday by the superior council of magistrates over two videos he posted on TikTok last year, which a panel decided amounted to “behaviour that affects the image of the justice system”.

    Continue reading...", + "category": "Romania", + "link": "https://www.theguardian.com/world/2021/dec/14/us-condemns-suspension-of-prominent-romanian-judge-for-tiktok-posts", + "creator": "Associated Press in Bucharest", + "pubDate": "2021-12-14T19:42:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206237,16 +231886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e2e798d0b0e57928f7fc733dc80734d" + "hash": "5c46186cc2e23bdec462649abf0298c8" }, { - "title": "Christmas with my grandmother was always special – comforting beyond words", - "description": "

    We slept with Christmas stockings at the foot of our beds, before a feast the next day and the Queen’s speech. They were days both spiritual and homely

    Christmas belonged to my grandmother. It was as if she invented it. On Christmas Eve, my mother would drive my sister and me from Hackney in east London to Hertfordshire. We’d arrive to an electric fire-heated house that smelled of toasted bread and radiated electric blankets. Grandma greeting us at the door, the Christmas lights blinking on the tree, Coco, her long-haired sausage dog wagging her tail at our shins. Barbara Antrobus was the quintessential English grandmother. The motherly widowed wife of a minister, still active in her community and well loved locally. Wearing floral cardigans, Coco on a short leash.

    At bedtime we were tucked into our sheets with Christmas stockings at the foot of our beds. Every year those stockings got thicker, until we approached our teenage years and instead of stockings she had large white plastic bags with a snowman printed on them. Christmas grew with us in Grandma’s house; it took our measurements and was always prepared to fit whatever renewed expectations came with maturity.

    Continue reading...", - "content": "

    We slept with Christmas stockings at the foot of our beds, before a feast the next day and the Queen’s speech. They were days both spiritual and homely

    Christmas belonged to my grandmother. It was as if she invented it. On Christmas Eve, my mother would drive my sister and me from Hackney in east London to Hertfordshire. We’d arrive to an electric fire-heated house that smelled of toasted bread and radiated electric blankets. Grandma greeting us at the door, the Christmas lights blinking on the tree, Coco, her long-haired sausage dog wagging her tail at our shins. Barbara Antrobus was the quintessential English grandmother. The motherly widowed wife of a minister, still active in her community and well loved locally. Wearing floral cardigans, Coco on a short leash.

    At bedtime we were tucked into our sheets with Christmas stockings at the foot of our beds. Every year those stockings got thicker, until we approached our teenage years and instead of stockings she had large white plastic bags with a snowman printed on them. Christmas grew with us in Grandma’s house; it took our measurements and was always prepared to fit whatever renewed expectations came with maturity.

    Continue reading...", - "category": "Christmas", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/21/grandmothers-christmases-recreate-them-for-my-son", - "creator": "Raymond Antrobus", - "pubDate": "2021-12-21T12:00:04Z", + "title": "Photojournalist in Myanmar dies in military custody a week after arrest", + "description": "

    Soe Naing was arrested in Yangon while taking photos of a ‘silent strike’ protest against military rule

    A freelance photojournalist in Myanmar has died in military custody after being arrested last week while covering protests.

    Soe Naing is the first journalist known to have died in custody since the army seized power in February, ousting the elected government of Aung San Suu Kyi. More than 100 journalists have been detained since then, though about half have been released.

    Continue reading...", + "content": "

    Soe Naing was arrested in Yangon while taking photos of a ‘silent strike’ protest against military rule

    A freelance photojournalist in Myanmar has died in military custody after being arrested last week while covering protests.

    Soe Naing is the first journalist known to have died in custody since the army seized power in February, ousting the elected government of Aung San Suu Kyi. More than 100 journalists have been detained since then, though about half have been released.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2021/dec/14/photojournalist-in-myanmar-dies-in-military-custody-a-week-after-arrest", + "creator": "AP in Bangkok", + "pubDate": "2021-12-14T19:09:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206258,16 +231907,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a544ea46ba06d7c2c87b92467b819a55" + "hash": "31754f61750beb4258257d88b760c7e4" }, { - "title": "Dire end to Biden’s first year as Manchin says no on signature bill", - "description": "

    Senator’s announcement deals huge blow to president’s agenda and kicks off fiery recriminations among Democrats

    Joe Biden had hoped to end his first year in office by signing his signature bill, the Build Back Better Act, a $1.75tn spending package that includes massive investments in healthcare, childcare and climate initiatives.

    Instead, the president is ending the year with a member of his own party dealing a devastating blow to his legislative agenda and potentially Democrats’ prospects in next year’s midterm elections.

    Continue reading...", - "content": "

    Senator’s announcement deals huge blow to president’s agenda and kicks off fiery recriminations among Democrats

    Joe Biden had hoped to end his first year in office by signing his signature bill, the Build Back Better Act, a $1.75tn spending package that includes massive investments in healthcare, childcare and climate initiatives.

    Instead, the president is ending the year with a member of his own party dealing a devastating blow to his legislative agenda and potentially Democrats’ prospects in next year’s midterm elections.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2021/dec/21/biden-build-back-better-joe-manchin-politics-democrats", - "creator": "Joan E Greve in Washington DC", - "pubDate": "2021-12-21T13:10:30Z", + "title": "Bugs across globe are evolving to eat plastic, study finds", + "description": "

    Surprising discovery shows scale of plastic pollution and reveals enzymes that could boost recycling

    Microbes in oceans and soils across the globe are evolving to eat plastic, according to a study.

    The research scanned more than 200m genes found in DNA samples taken from the environment and found 30,000 different enzymes that could degrade 10 different types of plastic.

    Continue reading...", + "content": "

    Surprising discovery shows scale of plastic pollution and reveals enzymes that could boost recycling

    Microbes in oceans and soils across the globe are evolving to eat plastic, according to a study.

    The research scanned more than 200m genes found in DNA samples taken from the environment and found 30,000 different enzymes that could degrade 10 different types of plastic.

    Continue reading...", + "category": "Plastics", + "link": "https://www.theguardian.com/environment/2021/dec/14/bugs-across-globe-are-evolving-to-eat-plastic-study-finds", + "creator": "Damian Carrington Environment editor", + "pubDate": "2021-12-14T13:52:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206279,16 +231928,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a9aebd949067c8bc6a15ebb23459152" + "hash": "0b7592f0a77501111442b8bb0dd478d7" }, { - "title": "Robin Hood society attempts to calm Sheffield-Nottingham birthplace row", - "description": "

    New book ignites age-old debate over outlaw’s origins, but chairman says no evidence he actually existed

    The chair of a global Robin Hood society has sought to draw a line under an ongoing row over the hero’s birthplace, emphasising the fact there is no concrete evidence he actually existed.

    A new book, titled Reclaiming Robin Hood, has reignited an age-old debate about the legendary outlaw by claiming he was born in Sheffield and arguing Yorkshire should embrace its connections to the legend.

    Continue reading...", - "content": "

    New book ignites age-old debate over outlaw’s origins, but chairman says no evidence he actually existed

    The chair of a global Robin Hood society has sought to draw a line under an ongoing row over the hero’s birthplace, emphasising the fact there is no concrete evidence he actually existed.

    A new book, titled Reclaiming Robin Hood, has reignited an age-old debate about the legendary outlaw by claiming he was born in Sheffield and arguing Yorkshire should embrace its connections to the legend.

    Continue reading...", - "category": "Nottingham", - "link": "https://www.theguardian.com/uk-news/2021/dec/21/robin-hood-society-attempts-to-calm-sheffield-nottingham-birthplace-row", - "creator": "Jessica Murray", - "pubDate": "2021-12-21T17:25:28Z", + "title": "Billie Eilish: I would have died from Covid-19 if I hadn’t been vaccinated", + "description": "

    The pop star told Howard Stern that she had the virus in August: ‘I want it to be clear that it is because of the vaccine I’m fine’

    Billie Eilish has revealed that she had Covid-19 in August, and said that she felt sure she “would have died” had she not been vaccinated.

    Appearing on Howard Stern’s US radio show on Monday, Eilish said: “The vaccine is fucking amazing and it also saved [her brother/musical collaborator] Finneas from getting it; it saved my parents from getting it; it saved my friends from getting it.”

    Continue reading...", + "content": "

    The pop star told Howard Stern that she had the virus in August: ‘I want it to be clear that it is because of the vaccine I’m fine’

    Billie Eilish has revealed that she had Covid-19 in August, and said that she felt sure she “would have died” had she not been vaccinated.

    Appearing on Howard Stern’s US radio show on Monday, Eilish said: “The vaccine is fucking amazing and it also saved [her brother/musical collaborator] Finneas from getting it; it saved my parents from getting it; it saved my friends from getting it.”

    Continue reading...", + "category": "Billie Eilish", + "link": "https://www.theguardian.com/music/2021/dec/14/billie-eilish-i-would-have-died-from-covid-19-if-i-hadnt-been-vaccinated", + "creator": "Laura Snapes", + "pubDate": "2021-12-14T09:11:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206300,16 +231949,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc8ff5a74a3b10ce1b30dfc475d72db0" + "hash": "a06e129b2c33468160ec39a628a57d8a" }, { - "title": "Germany poised to limit social contact as Omicron sweeps Europe", - "description": "

    Explosive spread of variant also sparks fears, warnings and tougher measures from Sweden to Spain

    Germany is poised to preserve Christmas but reimpose tighter rules on social contact before new year as the Omicron variant sweeps across Europe, sparking tougher measures from Sweden to Spain.

    The German chancellor, Olaf Scholz, met the country’s 16 state leaders on Tuesday to decide on new measures that are likely to include a ban on gatherings of more than 10 vaccinated people, closing clubs and discotheques and holding larger sports events behind closed doors.

    Continue reading...", - "content": "

    Explosive spread of variant also sparks fears, warnings and tougher measures from Sweden to Spain

    Germany is poised to preserve Christmas but reimpose tighter rules on social contact before new year as the Omicron variant sweeps across Europe, sparking tougher measures from Sweden to Spain.

    The German chancellor, Olaf Scholz, met the country’s 16 state leaders on Tuesday to decide on new measures that are likely to include a ban on gatherings of more than 10 vaccinated people, closing clubs and discotheques and holding larger sports events behind closed doors.

    Continue reading...", + "title": "Covid passports could increase vaccine uptake, study suggests", + "description": "

    Certification encouraged vaccination in countries with low coverage, especially among young people

    Coronavirus passports could lead to increased uptake of vaccines, especially among young people, a study suggests.

    Research by the University of Oxford found Covid-19 certification led to increased jab uptake 20 days before and 40 days after introduction in countries with lower-than-average vaccination coverage. Increase in vaccine uptake was most pronounced in people under 30. The modelling analysis was published in The Lancet Public Health.

    Continue reading...", + "content": "

    Certification encouraged vaccination in countries with low coverage, especially among young people

    Coronavirus passports could lead to increased uptake of vaccines, especially among young people, a study suggests.

    Research by the University of Oxford found Covid-19 certification led to increased jab uptake 20 days before and 40 days after introduction in countries with lower-than-average vaccination coverage. Increase in vaccine uptake was most pronounced in people under 30. The modelling analysis was published in The Lancet Public Health.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/21/germany-omicron-europe-spain-sweden-covid", - "creator": "Jon Henley, Philip Oltermann in Berlin and Sam Jones in Madrid", - "pubDate": "2021-12-21T15:19:37Z", + "link": "https://www.theguardian.com/world/2021/dec/13/covid-passports-could-increase-vaccine-uptake-study-suggests", + "creator": "Andrew Gregory Health editor", + "pubDate": "2021-12-13T23:30:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206321,16 +231970,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d970d04eb7559f169eb60c0642e8ed1" + "hash": "61a28d0b065e899a3418460272d435cb" }, { - "title": "Punches thrown in Ghana parliament over electronic payments tax", - "description": "

    Proposed levy has been challenged by opposition since it was first proposed last month

    A fight has broken out between lawmakers in Ghana’s parliament during a debate over a proposed tax on electronic transactions that has divided the house for weeks.

    The 1.75% e-levy, which would include mobile money payments, has been challenged by the opposition since it was first proposed last month and held up the passing of the budget.

    Continue reading...", - "content": "

    Proposed levy has been challenged by opposition since it was first proposed last month

    A fight has broken out between lawmakers in Ghana’s parliament during a debate over a proposed tax on electronic transactions that has divided the house for weeks.

    The 1.75% e-levy, which would include mobile money payments, has been challenged by the opposition since it was first proposed last month and held up the passing of the budget.

    Continue reading...", - "category": "Ghana", - "link": "https://www.theguardian.com/world/2021/dec/21/punches-thrown-ghana-parliament-electronic-payments-tax", - "creator": "Reuters in Accra", - "pubDate": "2021-12-21T15:59:07Z", + "title": "‘BTS taught me that I am worthy’: readers on why they love the K-pop superstars", + "description": "

    Guardian readers from Scandinavia, the Philippines, Morocco and beyond explain their fandom, which has helped rejuvenate them, heal racial trauma and understand their identity

    K-pop boy band BTS swept the American Music Awards last month, making history as the first Asian act to win artist of the year; they were also nominated for a Grammy for best pop duo/group performance for their single Butter.

    The seven-member band has a huge global following and their fans, known as Army, are known for their passion and loyalty. Here Guardian readers, who are BTS fans, speak about why the band means so much to them.

    Continue reading...", + "content": "

    Guardian readers from Scandinavia, the Philippines, Morocco and beyond explain their fandom, which has helped rejuvenate them, heal racial trauma and understand their identity

    K-pop boy band BTS swept the American Music Awards last month, making history as the first Asian act to win artist of the year; they were also nominated for a Grammy for best pop duo/group performance for their single Butter.

    The seven-member band has a huge global following and their fans, known as Army, are known for their passion and loyalty. Here Guardian readers, who are BTS fans, speak about why the band means so much to them.

    Continue reading...", + "category": "BTS", + "link": "https://www.theguardian.com/music/2021/dec/14/bts-taught-me-that-i-am-worthy-readers-on-why-they-love-the-k-pop-superstars", + "creator": "Guardian readers and Hibaq Farah", + "pubDate": "2021-12-14T15:16:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206342,16 +231991,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d42044280361e1334b85b7cde946238f" + "hash": "8f69b013a047a04de737254000b650fe" }, { - "title": "Gabriel Boric beat the far right in Chile. Now he has to unite a divided country | Kirsten Sehnbruch", - "description": "

    The former student firebrand will need all his powers of persuasion and pragmatism if he is to deliver

    Victory is sweet. The hundreds of thousands of Chileans who took to the streets to celebrate the victory of the leftwing former student leader, Gabriel Boric, in Chile’s presidential runoff elections certainly thought so. Boric won with a 12-point margin and a historic number of votes, imposing a convincing defeat on the rightwing candidate José Antonio Kast that few would have predicted only a month ago. Yet Boric’s victory speech was anything but gloating.

    Nodding towards the years of polarisation and protest leading up to the election, he stressed the need for “social cohesion, refinding ourselves, and sharing common ground”.

    Kirsten Sehnbruch is a British Academy global professor at the International Inequalities Institute at the London School of Economics and Political Science, and co-editor of Democratic Chile: The Politics and Policies of a Historic Coalition

    Continue reading...", - "content": "

    The former student firebrand will need all his powers of persuasion and pragmatism if he is to deliver

    Victory is sweet. The hundreds of thousands of Chileans who took to the streets to celebrate the victory of the leftwing former student leader, Gabriel Boric, in Chile’s presidential runoff elections certainly thought so. Boric won with a 12-point margin and a historic number of votes, imposing a convincing defeat on the rightwing candidate José Antonio Kast that few would have predicted only a month ago. Yet Boric’s victory speech was anything but gloating.

    Nodding towards the years of polarisation and protest leading up to the election, he stressed the need for “social cohesion, refinding ourselves, and sharing common ground”.

    Kirsten Sehnbruch is a British Academy global professor at the International Inequalities Institute at the London School of Economics and Political Science, and co-editor of Democratic Chile: The Politics and Policies of a Historic Coalition

    Continue reading...", - "category": "Chile", - "link": "https://www.theguardian.com/commentisfree/2021/dec/21/gabriel-boric-far-right-chile", - "creator": "Kirsten Sehnbruch", - "pubDate": "2021-12-21T14:00:00Z", + "title": "The semi-lucid dream trick: how to unlock your creative genius – without really trying", + "description": "

    A new study suggests interrupted hypnagogia, a technique beloved of Salvador Dalí and Thomas Edison, can boost creativity

    Name: The semi-lucid dream trick.

    Age: At least 90 years old.

    Continue reading...", + "content": "

    A new study suggests interrupted hypnagogia, a technique beloved of Salvador Dalí and Thomas Edison, can boost creativity

    Name: The semi-lucid dream trick.

    Age: At least 90 years old.

    Continue reading...", + "category": "Sleep", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/14/the-semi-lucid-dream-trick-how-to-unlock-your-creative-genius-without-really-trying", + "creator": "", + "pubDate": "2021-12-14T14:06:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206363,16 +232012,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c15898e8325522d63728c76cf7c3c27" + "hash": "0da63ad5a9397d50bbac488b6b172fed" }, { - "title": "China accuses Australia of ‘violent’ interference in Five Eyes response to Hong Kong election", - "description": "

    Allies voice grave concerns about ‘erosion of democratic elements’ after overhaul of electoral system

    China has accused the Australian government of “violently interfering” in its internal affairs after Australia joined with its Five Eyes allies to voice grave concerns about the “erosion of democratic elements” in Hong Kong.

    Pro-Beijing candidates have been confirmed to occupy nearly every seat in Hong Kong’s new legislature after an overhaul of the electoral system that authorities said would ensure “patriots run Hong Kong”.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Allies voice grave concerns about ‘erosion of democratic elements’ after overhaul of electoral system

    China has accused the Australian government of “violently interfering” in its internal affairs after Australia joined with its Five Eyes allies to voice grave concerns about the “erosion of democratic elements” in Hong Kong.

    Pro-Beijing candidates have been confirmed to occupy nearly every seat in Hong Kong’s new legislature after an overhaul of the electoral system that authorities said would ensure “patriots run Hong Kong”.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Australian foreign policy", - "link": "https://www.theguardian.com/australia-news/2021/dec/21/china-accuses-australia-of-violent-interference-in-five-eyes-response-to-hong-kong-election", - "creator": "Daniel Hurst and Vincent Ni", - "pubDate": "2021-12-21T14:58:47Z", + "title": "‘15 minutes to save the world’: a terrifying VR journey into the nuclear bunker", + "description": "

    Nuclear Biscuit, a simulated experience, allows US officials to wargame a missile attack and see the devastating consequences of their choices

    It became clear that things had gone terribly awry on this particular day when I saw that the most moderate option on the desk in front of me involved killing at least five million people.

    I could kill up to 45 million if I chose the more comprehensive of the alternatives laid out on three pieces of paper, but it was hard to focus on the details because there were people shouting at me through my earpiece and from the screens in front of me.

    Continue reading...", + "content": "

    Nuclear Biscuit, a simulated experience, allows US officials to wargame a missile attack and see the devastating consequences of their choices

    It became clear that things had gone terribly awry on this particular day when I saw that the most moderate option on the desk in front of me involved killing at least five million people.

    I could kill up to 45 million if I chose the more comprehensive of the alternatives laid out on three pieces of paper, but it was hard to focus on the details because there were people shouting at me through my earpiece and from the screens in front of me.

    Continue reading...", + "category": "Virtual reality", + "link": "https://www.theguardian.com/technology/2021/dec/14/vr-game-simulating-nuclear-attack-tests-decision-making-skills", + "creator": "Julian Borger in Washington", + "pubDate": "2021-12-14T07:30:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206384,16 +232033,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a052bdc67cdb9ef03dfad998fb43fbf1" + "hash": "7b5bd83ec3ceb9b104ca58766ecbae55" }, { - "title": "Life on the ward: ‘Covid was the ideal job for me’", - "description": "

    Chris Robinson’s job is all about change and ‘a pandemic makes you have to change more than you could ever imagine’, he says

    Three health workers responsible for keeping Sydney’s St Vincent’s Hospital running throughout the pandemic share the stories hidden from public view.

    Continue reading...", - "content": "

    Chris Robinson’s job is all about change and ‘a pandemic makes you have to change more than you could ever imagine’, he says

    Three health workers responsible for keeping Sydney’s St Vincent’s Hospital running throughout the pandemic share the stories hidden from public view.

    Continue reading...", - "category": "Health", - "link": "https://www.theguardian.com/australia-news/2021/dec/22/life-on-the-ward-covid-was-the-ideal-job-for-me", - "creator": "Caitlin Cassidy Photography: Lisa Maree Williams/Getty Images", - "pubDate": "2021-12-21T16:30:03Z", + "title": "China’s troll king: how a tabloid editor became the voice of Chinese nationalism", + "description": "

    Hu Xijin is China’s most famous propagandist. At the Global Times, he helped establish a chest-thumping new tone for China on the world stage – but can he keep up with the forces he has unleashed?

    On 2 November, the Chinese tennis star Peng Shuai posted a long message on the social media site Weibo, accusing China’s former vice-premier, Zhang Gaoli, of sexual assault. As soon as the post went live, it became the highest-profile #MeToo case in China, and one of the ruling Chinese Communist party’s largest public relations crises in recent history. Within about 20 minutes, the post had been removed. All mentions of the post were then scrubbed from the Chinese internet. No references to the story appeared in the Chinese media. In the days that followed, Peng made no further statements and did not appear in public. Outside China, however, as other tennis stars publicly expressed concerns for her safety, Peng’s apparent disappearance became one of the biggest news stories in the world.

    It wasn’t long before Hu Xijin stepped into the story. Hu is the editor of the Global Times, a chest-thumpingly nationalistic tabloid sometimes described as “China’s Fox News”. In recent years, he has become the most influential Chinese propagandist in the west – a constant presence on Twitter and in the international media, always on hand to defend the Communist party line, no matter the topic. On 19 November, he tweeted to his 450,000 followers that he had confirmed through his own sources – he didn’t say who they were – that Peng was alive and well. Over the next two days, he posted videos of Peng at a restaurant and signing autographs in Beijing.

    Continue reading...", + "content": "

    Hu Xijin is China’s most famous propagandist. At the Global Times, he helped establish a chest-thumping new tone for China on the world stage – but can he keep up with the forces he has unleashed?

    On 2 November, the Chinese tennis star Peng Shuai posted a long message on the social media site Weibo, accusing China’s former vice-premier, Zhang Gaoli, of sexual assault. As soon as the post went live, it became the highest-profile #MeToo case in China, and one of the ruling Chinese Communist party’s largest public relations crises in recent history. Within about 20 minutes, the post had been removed. All mentions of the post were then scrubbed from the Chinese internet. No references to the story appeared in the Chinese media. In the days that followed, Peng made no further statements and did not appear in public. Outside China, however, as other tennis stars publicly expressed concerns for her safety, Peng’s apparent disappearance became one of the biggest news stories in the world.

    It wasn’t long before Hu Xijin stepped into the story. Hu is the editor of the Global Times, a chest-thumpingly nationalistic tabloid sometimes described as “China’s Fox News”. In recent years, he has become the most influential Chinese propagandist in the west – a constant presence on Twitter and in the international media, always on hand to defend the Communist party line, no matter the topic. On 19 November, he tweeted to his 450,000 followers that he had confirmed through his own sources – he didn’t say who they were – that Peng was alive and well. Over the next two days, he posted videos of Peng at a restaurant and signing autographs in Beijing.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/news/2021/dec/14/china-troll-king-hu-xijin-tabloid-editor-became-voice-chinese-nationalism", + "creator": "Han Zhang", + "pubDate": "2021-12-14T06:00:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206405,16 +232054,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1aabcb2156f33aea5ed7caa8697a7fa" + "hash": "affad60fe793941166625b7f4671fb11" }, { - "title": "Hotel Rwanda hero to terrorist ‘show trial’: Paul Rusesabagina’s daughters on the fight for his freedom", - "description": "

    Tricked into boarding a plane back to Kigali and allegedly coerced into confessing, the high-profile exile faces 25 years in prison, but his family are determined to keep up the pressure

    The children of Paul Rusesabagina, the imprisoned Rwandan opposition figure, are only able to speak to their father for five minutes once a week. Even then the Rwandan authorities listen into the phone call.

    Tricked into boarding a private plane in Dubai and flown to Kigali, the 67-year-old Rusesabagina – who came to international attention after his life-saving acts were depicted in the Hollywood film Hotel Rwanda, set during the country’s genocide in 1994 – was given what his family says was a show trial and jailed over allegations that he had been a founder and leader of a terrorist group.

    Continue reading...", - "content": "

    Tricked into boarding a plane back to Kigali and allegedly coerced into confessing, the high-profile exile faces 25 years in prison, but his family are determined to keep up the pressure

    The children of Paul Rusesabagina, the imprisoned Rwandan opposition figure, are only able to speak to their father for five minutes once a week. Even then the Rwandan authorities listen into the phone call.

    Tricked into boarding a private plane in Dubai and flown to Kigali, the 67-year-old Rusesabagina – who came to international attention after his life-saving acts were depicted in the Hollywood film Hotel Rwanda, set during the country’s genocide in 1994 – was given what his family says was a show trial and jailed over allegations that he had been a founder and leader of a terrorist group.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/21/hotel-rwanda-hero-to-terrorist-show-trial-paul-rusesabaginas-daughters-on-the-fight-for-his-freedom", - "creator": "Peter Beaumont", - "pubDate": "2021-12-21T06:26:48Z", + "title": "Your niece is suddenly vegan! How to survive the 12 disasters of Christmas", + "description": "

    One guest is an antivaxxer, another is allergic to your cats, the turkey is still raw and your best friends are splitting up in the sitting room. Here is how to face down festive fiascos

    It’s that time of year when you wake up sweating and can’t figure out why. Did you accidentally wear your thermals in bed? Do you have tuberculosis? No, dummy, it’s just that it’s almost Christmas, it’s your turn to play host, and the list of things that can go wrong on the 25th is long and wearying.

    Can I recommend, before we drill into this list, a quick wisdom stocktake? Last year was the worst Christmas imaginable: every plan was kiboshed at the very last minute; non-essential shops closed before we’d done our shopping; people who thought they were going back to their families ended up at home and hadn’t bought Baileys and crackers and whatnot; people who’d battled solitude for a year were stuck alone; people living on top of each other couldn’t catch a break; people expecting guests were buried under surplus pigs in blankets, and beyond our under-or over-decorated front doors, the outside world was fraught with risk and sorrow, as coronavirus declined to mark the birth of the Christ child with any respite from its march of terror. I’m not saying it couldn’t be as bad as that again – just that it couldn’t possibly be as surprisingly bad again.

    Continue reading...", + "content": "

    One guest is an antivaxxer, another is allergic to your cats, the turkey is still raw and your best friends are splitting up in the sitting room. Here is how to face down festive fiascos

    It’s that time of year when you wake up sweating and can’t figure out why. Did you accidentally wear your thermals in bed? Do you have tuberculosis? No, dummy, it’s just that it’s almost Christmas, it’s your turn to play host, and the list of things that can go wrong on the 25th is long and wearying.

    Can I recommend, before we drill into this list, a quick wisdom stocktake? Last year was the worst Christmas imaginable: every plan was kiboshed at the very last minute; non-essential shops closed before we’d done our shopping; people who thought they were going back to their families ended up at home and hadn’t bought Baileys and crackers and whatnot; people who’d battled solitude for a year were stuck alone; people living on top of each other couldn’t catch a break; people expecting guests were buried under surplus pigs in blankets, and beyond our under-or over-decorated front doors, the outside world was fraught with risk and sorrow, as coronavirus declined to mark the birth of the Christ child with any respite from its march of terror. I’m not saying it couldn’t be as bad as that again – just that it couldn’t possibly be as surprisingly bad again.

    Continue reading...", + "category": "Christmas", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/14/how-survive-12-disasters-of-christmas-vegan-guest-antivaxxwer-allergic-turkey-raw-festive", + "creator": "Zoe Williams", + "pubDate": "2021-12-14T06:00:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206426,16 +232075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "05afc29ed0ab5b11ade655faa98e02b6" + "hash": "21bc41464e4b048b4ba0054f29b3c2d0" }, { - "title": "New head of Unesco world heritage centre wants to put Africa on the map", - "description": "

    Lazare Eloundou Assomo wants to address imbalance that benefits rich nations and protect sites threatened by climate crisis and war

    It covers 9 million sq miles (24m sq km) from the Atlantic to the Indian Ocean and from the Sahara in the north to Cape Point in the south. And in between lie some of the world’s most ancient cultural sites and precious natural wonders.

    However, despite its vast size, sub-Saharan Africa has never been proportionately represented on Unesco’s world heritage list, its 98 sites dwarfed by Europe, North America and Asia.

    Continue reading...", - "content": "

    Lazare Eloundou Assomo wants to address imbalance that benefits rich nations and protect sites threatened by climate crisis and war

    It covers 9 million sq miles (24m sq km) from the Atlantic to the Indian Ocean and from the Sahara in the north to Cape Point in the south. And in between lie some of the world’s most ancient cultural sites and precious natural wonders.

    However, despite its vast size, sub-Saharan Africa has never been proportionately represented on Unesco’s world heritage list, its 98 sites dwarfed by Europe, North America and Asia.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/20/new-head-of-unesco-world-heritage-centre-wants-to-put-africa-on-the-map", - "creator": "Lizzy Davies", - "pubDate": "2021-12-20T08:30:49Z", + "title": "Gaming is culture – even Fortnite has something to say about society", + "description": "

    In the first edition of our gaming newsletter: why games, like all art, have the power to connect, entertain and cause change

    Welcome to Pushing Buttons, the Guardian’s brand new gaming newsletter. If you’d like to receive it in your inbox every weeek, just pop your email in below – and check your inbox (and spam) for the confirmation email.

    I want to use this first issue to tell you what to expect from this newsletter. The gaming world is fast-moving, and it can be hard to keep up with while also living a busy real life. I want to be a friendly guide to what’s interesting and relevant, and what games are worth your valuable time and attention.

    Continue reading...", + "content": "

    In the first edition of our gaming newsletter: why games, like all art, have the power to connect, entertain and cause change

    Welcome to Pushing Buttons, the Guardian’s brand new gaming newsletter. If you’d like to receive it in your inbox every weeek, just pop your email in below – and check your inbox (and spam) for the confirmation email.

    I want to use this first issue to tell you what to expect from this newsletter. The gaming world is fast-moving, and it can be hard to keep up with while also living a busy real life. I want to be a friendly guide to what’s interesting and relevant, and what games are worth your valuable time and attention.

    Continue reading...", + "category": "Games", + "link": "https://www.theguardian.com/games/2021/dec/14/pushing-buttons-video-game-newsletter", + "creator": "Keza MacDonald", + "pubDate": "2021-12-14T12:45:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206447,16 +232096,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed19aeafb42ba3d52a550c6160af92f9" + "hash": "0559e5c9d854f684315bdd97d69ab701" }, { - "title": "‘Nothing will help’: Tunisians trapped in poverty lose hope", - "description": "

    Eleven years after the start of the Arab spring, those trying to survive rising prices, unemployment and a pandemic feel little has changed

    For a decade, Tunisia’s revolution has been remembered on 14 January, the day autocratic ruler Zine al-Abidine Ben Ali fled to Saudi Arabia and the political elite declared the revolution complete.

    From today, by President Kais Saied’s decree, the event will be marked on 17 December, the day street trader Mohamed Bouazizi set himself on fire in protest at state corruption and the faltering economy. The self-immolation became a catalyst for Tunisia’s uprising and the wider Arab spring.

    Continue reading...", - "content": "

    Eleven years after the start of the Arab spring, those trying to survive rising prices, unemployment and a pandemic feel little has changed

    For a decade, Tunisia’s revolution has been remembered on 14 January, the day autocratic ruler Zine al-Abidine Ben Ali fled to Saudi Arabia and the political elite declared the revolution complete.

    From today, by President Kais Saied’s decree, the event will be marked on 17 December, the day street trader Mohamed Bouazizi set himself on fire in protest at state corruption and the faltering economy. The self-immolation became a catalyst for Tunisia’s uprising and the wider Arab spring.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/17/nothing-will-help-tunisians-trapped-in-poverty-lose-hope", - "creator": "Simon Speakman Cordall in Tunis", - "pubDate": "2021-12-17T13:05:40Z", + "title": "‘I’m hooked all over again!’ Readers review And Just Like That", + "description": "

    The Sex and the City sequel just returned to our screens. But is it a ‘sharp-tongued, hilarious’ return to form or ‘a barrage of forced woke moments’? Here are your verdicts

    After almost 20 years away from our screens, Carrie and co are back for a Sex and the City sequel: And Just Like That. But as the fiftysomething women grapple with the modern era of dating apps and teenage children in the long-anticipated reboot, fans are divided.

    Warning: these opinions contain spoilers from the first episode of And Just Like That.

    Continue reading...", + "content": "

    The Sex and the City sequel just returned to our screens. But is it a ‘sharp-tongued, hilarious’ return to form or ‘a barrage of forced woke moments’? Here are your verdicts

    After almost 20 years away from our screens, Carrie and co are back for a Sex and the City sequel: And Just Like That. But as the fiftysomething women grapple with the modern era of dating apps and teenage children in the long-anticipated reboot, fans are divided.

    Warning: these opinions contain spoilers from the first episode of And Just Like That.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/14/im-hooked-all-over-again-readers-review-and-just-like-that", + "creator": "Guardian readers and Georgina Quach", + "pubDate": "2021-12-14T13:25:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206468,16 +232117,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "56d66d44ec4a5043bbd9d4ddd7fa2df0" + "hash": "263f4d3a7fca74f5a74026ff0229979e" }, { - "title": "Why a UK Omicron wave is dangerous – even if we see mostly mild cases", - "description": "

    Analysis: If the spread continues at this rate, a small proportion of Covid hospitalisations is a serious matter

    With the booster programme at full tilt across the UK, immunity against Covid is rising – so it is perhaps not surprising that the concern shown by experts over the steep rise in Omicron infections has left some bemused.

    For while the new variant is believed to dodge Covid vaccines to some degree, it is thought the jabs still offer good protection against severe disease – particularly after a booster. And greater levels of immunity mean a lower ratio of hospitalisations to cases – something we have seen before in the UK, where about 22% of cases in those aged 65 and older ended up in hospital in early 2021, when Alpha was dominant but few had received a vaccine, compared with about 6% after the vaccine rollout was well under way.

    Continue reading...", - "content": "

    Analysis: If the spread continues at this rate, a small proportion of Covid hospitalisations is a serious matter

    With the booster programme at full tilt across the UK, immunity against Covid is rising – so it is perhaps not surprising that the concern shown by experts over the steep rise in Omicron infections has left some bemused.

    For while the new variant is believed to dodge Covid vaccines to some degree, it is thought the jabs still offer good protection against severe disease – particularly after a booster. And greater levels of immunity mean a lower ratio of hospitalisations to cases – something we have seen before in the UK, where about 22% of cases in those aged 65 and older ended up in hospital in early 2021, when Alpha was dominant but few had received a vaccine, compared with about 6% after the vaccine rollout was well under way.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/17/omicron-covid-uk-mild-cases-dangerous-spread-hospitalisations", - "creator": "Nicola Davis Science correspondent", - "pubDate": "2021-12-17T12:19:31Z", + "title": "UK tightens criteria for Afghans to enter despite ‘warm welcome’ pledge", + "description": "

    Home Office changes follow PM’s ‘open arms’ promise to those who assisted UK forces or government

    The Home Office has tightened the criteria allowing Afghans to enter the UK despite promises from Boris Johnson to give a “warm welcome” to those who assisted British forces or worked with the government.

    The department announced changes to the Afghan relocations and assistance policy (Arap) which narrows the criteria from that used during the Operation Pitting evacuation in August 2021.

    Continue reading...", + "content": "

    Home Office changes follow PM’s ‘open arms’ promise to those who assisted UK forces or government

    The Home Office has tightened the criteria allowing Afghans to enter the UK despite promises from Boris Johnson to give a “warm welcome” to those who assisted British forces or worked with the government.

    The department announced changes to the Afghan relocations and assistance policy (Arap) which narrows the criteria from that used during the Operation Pitting evacuation in August 2021.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/world/2021/dec/14/home-office-tightens-criteria-for-afghans-to-enter-despite-warm-welcome-promise", + "creator": "Rajeev Syal", + "pubDate": "2021-12-14T21:01:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206487,18 +232136,18 @@ "feed": "The Guardian", "read": false, "favorite": false, - "created": false, - "tags": [], - "hash": "a14e1b7839e2a739c35ab1c989c2db94" - }, - { - "title": "Joe Manchin says he 'cannot get there' on Build Back Better bill – video", - "description": "

    Joe Manchin, a moderate Democrat who is key to President Joe Biden's hopes of passing a $1.75tn domestic investment bill, has said he will not support the package.

    Manchin has been a key holdout on the White House's Build Back Better plan, which aims to bolster the social safety net and fight climate change, and is the cornerstone of Biden's legislative agenda.

    'I cannot vote to continue with this piece of legislation,' Manchin told Fox News, citing concerns about inflation. 'I just can't. I have tried everything humanly possible.'

    Continue reading...", - "content": "

    Joe Manchin, a moderate Democrat who is key to President Joe Biden's hopes of passing a $1.75tn domestic investment bill, has said he will not support the package.

    Manchin has been a key holdout on the White House's Build Back Better plan, which aims to bolster the social safety net and fight climate change, and is the cornerstone of Biden's legislative agenda.

    'I cannot vote to continue with this piece of legislation,' Manchin told Fox News, citing concerns about inflation. 'I just can't. I have tried everything humanly possible.'

    Continue reading...", - "category": "Joe Manchin", - "link": "https://www.theguardian.com/us-news/video/2021/dec/19/joe-manchin-says-he-cannot-get-there-on-build-back-better-bill-video", - "creator": "", - "pubDate": "2021-12-19T18:02:46Z", + "created": false, + "tags": [], + "hash": "5f845f8e23f08a4b1e0d0d1295b8d775" + }, + { + "title": "Six dead giraffes: Kenya drought horror captured in single picture", + "description": "

    Aerial shot shows devastating effect of drought that has left people and animals without water

    Six dead giraffes lie in a spiral on the dry earth, their bodies emaciated and interwoven. The aerial shot, taken by the photojournalist Ed Ram, shows the devastation of Kenya’s drought, which has left people and animals struggling for food and water.

    Already weak, the animals had died after they got stuck in the mud, according to Getty Images. They were trying to reach a nearby reservoir, although it had almost dried up, the agency reported.

    Continue reading...", + "content": "

    Aerial shot shows devastating effect of drought that has left people and animals without water

    Six dead giraffes lie in a spiral on the dry earth, their bodies emaciated and interwoven. The aerial shot, taken by the photojournalist Ed Ram, shows the devastation of Kenya’s drought, which has left people and animals struggling for food and water.

    Already weak, the animals had died after they got stuck in the mud, according to Getty Images. They were trying to reach a nearby reservoir, although it had almost dried up, the agency reported.

    Continue reading...", + "category": "Kenya", + "link": "https://www.theguardian.com/world/2021/dec/14/six-dead-giraffes-kenya-drought-horror-captured-picture", + "creator": "Oliver Holmes", + "pubDate": "2021-12-14T19:46:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206510,16 +232159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dd4a869e456aa9fc592844bc671830b" + "hash": "5097a4314bea0fc2978cfad7c0c8736d" }, { - "title": "Approval of new Covid jab raises hopes of persuading Germany’s unvaccinated", - "description": "

    First doses of protein-based Nuvaxovid are expected to be used in new year after European Medicines Agency gives go-ahead

    The approval of a new protein-based Covid-19 vaccine by the European Medicines Agency (EMA) has led to hopes that it could play an important role in persuading millions of Germans who have refused jabs from existing vaccines to get protection against the disease this winter.

    The EMA approved the two-dose Novavax vaccine on Monday afternoon. The German government’s vaccination advisory board is expected to follow suit and allow for its use soon, a move that would be welcomed by health experts who are bracing for a huge and imminent wave of infections caused by the new Omicron variant. The first doses of Novavax are expected to be administered in Germany in the new year.

    Continue reading...", - "content": "

    First doses of protein-based Nuvaxovid are expected to be used in new year after European Medicines Agency gives go-ahead

    The approval of a new protein-based Covid-19 vaccine by the European Medicines Agency (EMA) has led to hopes that it could play an important role in persuading millions of Germans who have refused jabs from existing vaccines to get protection against the disease this winter.

    The EMA approved the two-dose Novavax vaccine on Monday afternoon. The German government’s vaccination advisory board is expected to follow suit and allow for its use soon, a move that would be welcomed by health experts who are bracing for a huge and imminent wave of infections caused by the new Omicron variant. The first doses of Novavax are expected to be administered in Germany in the new year.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/20/approval-new-covid-jab-germany-unvaccinated-novavax-nuvaxovid", - "creator": "Kate Connolly in Berlin", - "pubDate": "2021-12-20T18:34:11Z", + "title": "Australia Covid live news update: NSW cases jump to 1,360; Scott Morrison a casual contact; potential Melbourne superspreader event", + "description": "

    Victoria records 1,405 new Covid-19 cases and three deaths; NSW cases jump to 1,360 infections, with one death; Scott Morrison declared a casual contact; potential Omicron superspreader event in Melbourne; passengers forced into Christmas quarantine after case linked to two Virgin Australia flights – follow all the day’s news live

    The New South Wales government has picked Kerry Schott to chair its net zero emissions and clean economy board, hoping for a happier outcome than its first attempt.

    Earlier this year, the energy and environment minister Matt Kean chose former prime minister and mentor of sorts Malcolm Turnbull to lead that role.

    Dr Schott is one of the most outstanding public servants in the country and brings with her a wealth of knowledge and experience which will be invaluable as NSW drives towards halving our emissions by 2030 and reaching net zero by 2050.

    Continue reading...", + "content": "

    Victoria records 1,405 new Covid-19 cases and three deaths; NSW cases jump to 1,360 infections, with one death; Scott Morrison declared a casual contact; potential Omicron superspreader event in Melbourne; passengers forced into Christmas quarantine after case linked to two Virgin Australia flights – follow all the day’s news live

    The New South Wales government has picked Kerry Schott to chair its net zero emissions and clean economy board, hoping for a happier outcome than its first attempt.

    Earlier this year, the energy and environment minister Matt Kean chose former prime minister and mentor of sorts Malcolm Turnbull to lead that role.

    Dr Schott is one of the most outstanding public servants in the country and brings with her a wealth of knowledge and experience which will be invaluable as NSW drives towards halving our emissions by 2030 and reaching net zero by 2050.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/15/australia-covid-news-queensland-tasmania-sydney-victoria-morrison-covid-brisbane-townsville-border-quarantine-", + "creator": "Matilda Boseley", + "pubDate": "2021-12-14T22:14:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206531,16 +232180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "79b420b8932f3ad5bdd7a8762ff409b5" + "hash": "f4e379ebc471a8528a78e31ad6a9ea2c" }, { - "title": "Ghislaine Maxwell’s sex-trafficking trial: jury begins deliberations", - "description": "

    Prosecutors say Maxwell, who has pleaded not guilty to all charges, manipulated victims and groomed them for sexual abuse

    • This article contains depictions of sexual abuse

    The jury began deliberating late on Monday afternoon in Ghislaine Maxwell’s sex-trafficking trial in New York.

    Closing arguments had wrapped up in federal court in Manhattan earlier on Monday with a simple, chilling message.

    Continue reading...", - "content": "

    Prosecutors say Maxwell, who has pleaded not guilty to all charges, manipulated victims and groomed them for sexual abuse

    • This article contains depictions of sexual abuse

    The jury began deliberating late on Monday afternoon in Ghislaine Maxwell’s sex-trafficking trial in New York.

    Closing arguments had wrapped up in federal court in Manhattan earlier on Monday with a simple, chilling message.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/20/ghislaine-maxwell-trial-closing-arguments-jeffrey-epstein", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-20T22:06:20Z", + "title": "Can you trust a negative lateral flow Covid test?", + "description": "

    Analysis: with cold symptoms, it is better to wait for a PCR result rather than risk spreading the virus

    You wake up with a pounding head, sore throat and runny nose: you reach for one of those lateral flow tests (LFT) you’ve got stashed away, just to check it is not Covid. If it returns a single red line (negative), then most people will pop a couple of paracetamol and go about business as normal – particularly if you’ve been double-jabbed. It probably is just a cold, after all.

    Yet, the emergence of Omicron has thrown a spanner in the works. According to the latest data, just one month after your second Pfizer or AstraZeneca jab, the ability of antibodies to neutralise Omicron is 30 times lower than if you were infected with the Delta variant – reinforcing the message that double-vaccination is no guarantee against infection.

    Continue reading...", + "content": "

    Analysis: with cold symptoms, it is better to wait for a PCR result rather than risk spreading the virus

    You wake up with a pounding head, sore throat and runny nose: you reach for one of those lateral flow tests (LFT) you’ve got stashed away, just to check it is not Covid. If it returns a single red line (negative), then most people will pop a couple of paracetamol and go about business as normal – particularly if you’ve been double-jabbed. It probably is just a cold, after all.

    Yet, the emergence of Omicron has thrown a spanner in the works. According to the latest data, just one month after your second Pfizer or AstraZeneca jab, the ability of antibodies to neutralise Omicron is 30 times lower than if you were infected with the Delta variant – reinforcing the message that double-vaccination is no guarantee against infection.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/13/can-you-trust-a-negative-lateral-flow-covid-test", + "creator": "Linda Geddes Science correspondent", + "pubDate": "2021-12-13T15:19:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206552,16 +232201,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38fec6aebfdd4a35f3e116e86230cfcc" + "hash": "af0379b9ccea6f7fb10e3255c217a2e5" }, { - "title": "New York attorney general vows Trump investigation will proceed ‘undeterred’", - "description": "

    Former president sues Letitia James on grounds of political bias in effort to halt inquiry into his business affairs

    The New York attorney general, Letitia James, said on Monday her investigation of Donald Trump’s business affairs would continue “undeterred”, despite Trump suing to stop it on grounds of political bias, “because no one is above the law, not even someone with the name Trump”.

    The New York Times first reported Trump’s lawsuit, filed in federal court in Syracuse, New York. It alleges that James, a Democrat, “is guided solely by political animus and a desire to harass, intimidate and retaliate against a private citizen who she views as a political opponent”.

    Continue reading...", - "content": "

    Former president sues Letitia James on grounds of political bias in effort to halt inquiry into his business affairs

    The New York attorney general, Letitia James, said on Monday her investigation of Donald Trump’s business affairs would continue “undeterred”, despite Trump suing to stop it on grounds of political bias, “because no one is above the law, not even someone with the name Trump”.

    The New York Times first reported Trump’s lawsuit, filed in federal court in Syracuse, New York. It alleges that James, a Democrat, “is guided solely by political animus and a desire to harass, intimidate and retaliate against a private citizen who she views as a political opponent”.

    Continue reading...", - "category": "Donald Trump", - "link": "https://www.theguardian.com/us-news/2021/dec/20/trump-new-york-state-attorney-general-letitia-james", - "creator": "Martin Pengelly in New York and agencies", - "pubDate": "2021-12-20T17:01:21Z", + "title": "Boris Johnson confirms one patient has died with Omicron – video", + "description": "

    The UK prime minister has stressed that lateral flow tests are available in the shops as the NHS website shows that tests are unavailable. Boris Johnson denied that he broke any lockdown rules last year after a video of him hosting a Christmas quiz emerged 

    Continue reading...", + "content": "

    The UK prime minister has stressed that lateral flow tests are available in the shops as the NHS website shows that tests are unavailable. Boris Johnson denied that he broke any lockdown rules last year after a video of him hosting a Christmas quiz emerged 

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/13/boris-johnson-confirms-one-patient-has-died-with-omicron-video", + "creator": "", + "pubDate": "2021-12-13T14:46:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206573,16 +232222,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b296a874feda6f49475e7a847f4876da" + "hash": "24f996f77a0ca6b1766bd418164aa34d" }, { - "title": "Downing Street explains why 19 people were in No 10 garden", - "description": "

    Boris Johnson says it was a meeting of ‘people at work, talking about work’ during lockdown last year

    There have been a series of explanations as to why Boris Johnson, his wife and 17 other people were photographed with wine and cheese in the Downing Street garden during the Covid lockdown in May last year.

    Johnson’s spokesman on Friday, after sources told the Guardian and Independent about the event:

    In the summer months Downing Street staff regularly use the garden for some meetings. On 15 May 2020 the prime minister held a series of meetings throughout the afternoon, including briefly with the then health and care secretary and his team in the garden following a press conference. The prime minister went to his residence shortly after 7pm. A small number of staff required to be in work remained in the Downing Street garden for part of the afternoon and evening.

    As we said last week, work meetings often take place in the Downing Street garden in the summer months. On this occasion there were staff meetings after a No 10 press conference. Downing Street is the prime minister’s home as well as his workplace. The prime minister’s wife lives in No 10 and therefore also legitimately uses the garden.

    I think there’s a lot of exhausted people, and they, as people do in work, were having a drink after the formal business had been done.

    This shows colleagues who were required to be in work, meeting following a press conference to discuss work … It was not against the regulations for those individuals to have a drink outside working hours, but still discussing work.

    This is where I live, it is where I work. Those were meetings of people at work, talking about work.

    Continue reading...", - "content": "

    Boris Johnson says it was a meeting of ‘people at work, talking about work’ during lockdown last year

    There have been a series of explanations as to why Boris Johnson, his wife and 17 other people were photographed with wine and cheese in the Downing Street garden during the Covid lockdown in May last year.

    Johnson’s spokesman on Friday, after sources told the Guardian and Independent about the event:

    In the summer months Downing Street staff regularly use the garden for some meetings. On 15 May 2020 the prime minister held a series of meetings throughout the afternoon, including briefly with the then health and care secretary and his team in the garden following a press conference. The prime minister went to his residence shortly after 7pm. A small number of staff required to be in work remained in the Downing Street garden for part of the afternoon and evening.

    As we said last week, work meetings often take place in the Downing Street garden in the summer months. On this occasion there were staff meetings after a No 10 press conference. Downing Street is the prime minister’s home as well as his workplace. The prime minister’s wife lives in No 10 and therefore also legitimately uses the garden.

    I think there’s a lot of exhausted people, and they, as people do in work, were having a drink after the formal business had been done.

    This shows colleagues who were required to be in work, meeting following a press conference to discuss work … It was not against the regulations for those individuals to have a drink outside working hours, but still discussing work.

    This is where I live, it is where I work. Those were meetings of people at work, talking about work.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/20/downing-street-explains-why-19-people-were-in-no-10-garden", - "creator": "Peter Walker", - "pubDate": "2021-12-20T20:22:42Z", + "title": "South Dakota teachers scramble for dollar bills to buy classroom supplies in half-time game – video", + "description": "

    A competition pitting 10 teachers against each other to scramble for dollar bills to fund school supplies in a city in South Dakota has been described as ‘demeaning’ and drawn comparisons with the hit Netflix series Squid Game.

    The local Argus Leader newspaper reported that $5,000 (£3,770) in single dollar bills was laid out on the ice skating ring during the Sioux Falls Stampede hockey game on Saturday night, and the teachers from nearby schools competed to grab as many as possible in less than five minutes

    Continue reading...", + "content": "

    A competition pitting 10 teachers against each other to scramble for dollar bills to fund school supplies in a city in South Dakota has been described as ‘demeaning’ and drawn comparisons with the hit Netflix series Squid Game.

    The local Argus Leader newspaper reported that $5,000 (£3,770) in single dollar bills was laid out on the ice skating ring during the Sioux Falls Stampede hockey game on Saturday night, and the teachers from nearby schools competed to grab as many as possible in less than five minutes

    Continue reading...", + "category": "South Dakota", + "link": "https://www.theguardian.com/us-news/video/2021/dec/13/south-dakota-teachers-scramble-for-dollar-bills-to-buy-classroom-supplies-in-half-time-game-video", + "creator": "", + "pubDate": "2021-12-13T12:55:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206594,16 +232243,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb21c8dfb568d62eead0ff11a33cfb50" + "hash": "3006d034e4030cc540913cba46e5ccd0" }, { - "title": "Hostages held in Haiti escaped by slipping past armed guards in the night", - "description": "

    Twelve kidnapped in October, including an infant and small child, walked hours by moonlight to safety

    Kidnapped missionaries in Haiti found freedom last week by making a daring overnight escape, eluding their kidnappers and walking for miles over difficult, moonlit terrain with an infant and other children in tow, according to the agency they work for.

    Ransom money was raised to pay for the release of the missionaries who were abducted on 16 October, but a dozen of them managed to flee, navigating by the stars to reach safety, Christian Aid Ministries said on Monday

    Continue reading...", - "content": "

    Twelve kidnapped in October, including an infant and small child, walked hours by moonlight to safety

    Kidnapped missionaries in Haiti found freedom last week by making a daring overnight escape, eluding their kidnappers and walking for miles over difficult, moonlit terrain with an infant and other children in tow, according to the agency they work for.

    Ransom money was raised to pay for the release of the missionaries who were abducted on 16 October, but a dozen of them managed to flee, navigating by the stars to reach safety, Christian Aid Ministries said on Monday

    Continue reading...", - "category": "Haiti", - "link": "https://www.theguardian.com/world/2021/dec/20/hostages-haiti-escape", - "creator": "Staff and agencies", - "pubDate": "2021-12-20T19:13:36Z", + "title": "Capitol attack panel recommends Mark Meadows for criminal prosecution", + "description": "

    In a unanimous vote, the committee said Donald Trump’s former chief of staff attempted to obstruct the 6 January investigation

    The House select committee investigating the Capitol attack on Monday voted to recommend the criminal prosecution for former Trump White House chief of staff Mark Meadows, punishing Donald Trump’s most senior aide for refusing to testify about the 6 January insurrection.

    The select committee advanced the contempt of Congress report for Meadows unanimously, sending the matter to a vote before the full House of Representatives, which is expected to approve the citation as soon as Tuesday.

    Continue reading...", + "content": "

    In a unanimous vote, the committee said Donald Trump’s former chief of staff attempted to obstruct the 6 January investigation

    The House select committee investigating the Capitol attack on Monday voted to recommend the criminal prosecution for former Trump White House chief of staff Mark Meadows, punishing Donald Trump’s most senior aide for refusing to testify about the 6 January insurrection.

    The select committee advanced the contempt of Congress report for Meadows unanimously, sending the matter to a vote before the full House of Representatives, which is expected to approve the citation as soon as Tuesday.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2021/dec/13/mark-meadows-capitol-attack-committee-vote-prosecution", + "creator": "Hugo Lowell in Washington DC", + "pubDate": "2021-12-14T00:50:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206615,16 +232264,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6983d8dce2e0bf5df4a498d3129f1c5" + "hash": "6f664abcc6af2668b89ba32a319b9718" }, { - "title": "Covid restrictions unlikely before Christmas but PM watching data ‘hour by hour’", - "description": "

    Boris Johnson caught between scientific advisers and his sceptical cabinet over action on Omicron

    New Covid restrictions are unlikely to be imposed before Christmas amid deep cabinet divisions but Boris Johnson warned further measures remain on the table, with data on the threat of Omicron monitored “hour by hour”.

    The prime minister was accused of failing to follow scientists’ advice on the need for immediate restrictions while leaving millions of people and businesses in limbo after a two-hour cabinet meeting ended with no decision on Monday.

    Continue reading...", - "content": "

    Boris Johnson caught between scientific advisers and his sceptical cabinet over action on Omicron

    New Covid restrictions are unlikely to be imposed before Christmas amid deep cabinet divisions but Boris Johnson warned further measures remain on the table, with data on the threat of Omicron monitored “hour by hour”.

    The prime minister was accused of failing to follow scientists’ advice on the need for immediate restrictions while leaving millions of people and businesses in limbo after a two-hour cabinet meeting ended with no decision on Monday.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/20/boris-johnson-avoids-more-covid-measures-for-now-but-rules-nothing-out", - "creator": "Aubrey Allegretti, Peter Walker and Sarah Butler", - "pubDate": "2021-12-20T21:06:15Z", + "title": "Antony Blinken warns China to stop ‘aggressive actions’ in Asia-Pacific", + "description": "

    US secretary of state opens his tour of south-east Asia with a speech pledging to defend US partners and ‘rules-based order’

    US secretary of state Antony Blinken has used a visit to Indo-Pacific to urge China to cease “aggressive actions” in the region, as Washington seeks to bolster alliances against Beijing.

    President Joe Biden’s administration is trying to reset relations and reassert its influence in Asia after the turbulence and unpredictability of the Donald Trump era.

    Continue reading...", + "content": "

    US secretary of state opens his tour of south-east Asia with a speech pledging to defend US partners and ‘rules-based order’

    US secretary of state Antony Blinken has used a visit to Indo-Pacific to urge China to cease “aggressive actions” in the region, as Washington seeks to bolster alliances against Beijing.

    President Joe Biden’s administration is trying to reset relations and reassert its influence in Asia after the turbulence and unpredictability of the Donald Trump era.

    Continue reading...", + "category": "US foreign policy", + "link": "https://www.theguardian.com/us-news/2021/dec/14/antony-blinken-warns-china-to-stop-aggressive-actions-in-asia-pacific", + "creator": "Agence France-Presse", + "pubDate": "2021-12-14T04:54:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206636,16 +232285,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4661c2a6e478a374a3b07913f8f91f33" + "hash": "a51ca8e1aef02cc0535f4f87f104144b" }, { - "title": "EU has ‘limited’ appetite for post-Brexit migration deal with UK", - "description": "

    Commissioner’s stance underlines difficulty of task facing Liz Truss as she steps into David Frost’s brief

    A senior EU official has said she does not expect the bloc to strike a migration deal with the UK because of disputes over the Brexit agreement.

    Ylva Johansson, the European commissioner for home affairs, said EU member states had “limited” appetite for an agreement with the UK to manage asylum seekers and migrants, citing concerns over the post-Brexit trade deal and the Northern Ireland protocol.

    Continue reading...", - "content": "

    Commissioner’s stance underlines difficulty of task facing Liz Truss as she steps into David Frost’s brief

    A senior EU official has said she does not expect the bloc to strike a migration deal with the UK because of disputes over the Brexit agreement.

    Ylva Johansson, the European commissioner for home affairs, said EU member states had “limited” appetite for an agreement with the UK to manage asylum seekers and migrants, citing concerns over the post-Brexit trade deal and the Northern Ireland protocol.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2021/dec/20/eu-has-limited-appetite-for-post-brexit-migration-deal-with-uk", - "creator": "Jennifer Rankin in Brussels", - "pubDate": "2021-12-20T14:55:54Z", + "title": "Amazon faces scrutiny over worker safety after tornado strikes warehouse", + "description": "

    Federal authorities investigate disaster in Edwardsville, Illinois, where six people died

    Questions over worker safety at Amazon are intensifying once again after a tornado struck an Amazon warehouse in Edwardsville, Illinois, on Friday, leaving six people dead and another hospitalized.

    On Monday, the federal Occupational Health and Safety Administration said it opened a workplace safety investigation into the warehouse collapse. Meanwhile, workers and activists are calling for more action.

    Continue reading...", + "content": "

    Federal authorities investigate disaster in Edwardsville, Illinois, where six people died

    Questions over worker safety at Amazon are intensifying once again after a tornado struck an Amazon warehouse in Edwardsville, Illinois, on Friday, leaving six people dead and another hospitalized.

    On Monday, the federal Occupational Health and Safety Administration said it opened a workplace safety investigation into the warehouse collapse. Meanwhile, workers and activists are calling for more action.

    Continue reading...", + "category": "Amazon", + "link": "https://www.theguardian.com/technology/2021/dec/13/amazon-warehouse-collapse-safety-illinois", + "creator": "Kari Paul and agencies", + "pubDate": "2021-12-14T04:50:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206657,16 +232306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c97314bb2fb9ed2109b1f46b75ee18d7" + "hash": "f47601a3c8bec1c20bf05120b2a11dba" }, { - "title": "Gabriel Boric vows to ‘fight privileges of the few’ as Chile’s premier", - "description": "

    Leftwing former student pledges to unite country and tackle poverty and inequality

    Gabriel Boric has vowed to unite Chile, fight “the privileges of the few” and tackle poverty and inequality after winning a decisive victory over his far-right opponent to become the South American country’s youngest premier.

    The 35-year-old leftwing former student leader won 56% of the vote in Sunday’s second-round presidential election, cruising past his ultra-conservative opponent, José Antonio Kast, who took 44.2%.

    Continue reading...", - "content": "

    Leftwing former student pledges to unite country and tackle poverty and inequality

    Gabriel Boric has vowed to unite Chile, fight “the privileges of the few” and tackle poverty and inequality after winning a decisive victory over his far-right opponent to become the South American country’s youngest premier.

    The 35-year-old leftwing former student leader won 56% of the vote in Sunday’s second-round presidential election, cruising past his ultra-conservative opponent, José Antonio Kast, who took 44.2%.

    Continue reading...", - "category": "Chile", - "link": "https://www.theguardian.com/world/2021/dec/20/gabriel-boric-vows-to-fight-privileges-of-the-few-as-chiles-premier", - "creator": "John Bartlett in Santiago and Sam Jones", - "pubDate": "2021-12-20T11:25:57Z", + "title": "Naming Elon Musk person of the year is Time’s ‘worst choice ever’, say critics", + "description": "

    Publication cites Tesla boss’s influence ‘for good or ill’, but accolade is criticised over billionaire’s attitude to tax, unions and Covid

    Time magazine’s decision to make Tesla billionaire Elon Musk its person of the year for 2021 has been criticised because of his attitude to tax, opposition to unions and playing down the dangers of Covid-19.

    Musk, who is also the founder and chief executive of space exploration company SpaceX, recently passed Amazon founder Jeff Bezos as the world’s wealthiest person as the rising price of Tesla shares pushed his net worth to around $300bn.

    Continue reading...", + "content": "

    Publication cites Tesla boss’s influence ‘for good or ill’, but accolade is criticised over billionaire’s attitude to tax, unions and Covid

    Time magazine’s decision to make Tesla billionaire Elon Musk its person of the year for 2021 has been criticised because of his attitude to tax, opposition to unions and playing down the dangers of Covid-19.

    Musk, who is also the founder and chief executive of space exploration company SpaceX, recently passed Amazon founder Jeff Bezos as the world’s wealthiest person as the rising price of Tesla shares pushed his net worth to around $300bn.

    Continue reading...", + "category": "Elon Musk", + "link": "https://www.theguardian.com/technology/2021/dec/14/elon-musk-time-person-of-the-year-worst-ever-choice-say-critics", + "creator": "Martin Farrer and agencies", + "pubDate": "2021-12-14T03:58:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206678,16 +232327,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "07530623986334ca9cb214dd19184e6b" + "hash": "25affc69b20774b391fef36b9491be96" }, { - "title": "US quidditch leagues to change name in effort to break from JK Rowling", - "description": "

    Leaders of the sport criticize the Harry Potter creator’s trans views as leagues also cite trademark issues

    Harry Potter’s favorite sport, quidditch, is to receive a new name in the US, in part because its leaders are critical of the controversial views of the fictional wizard’s creator JK Rowling, which the US leagues have called “anti-trans”.

    Two leagues that operate the sport in the US also cite trademark issues for their decision for the rebranding.

    Continue reading...", - "content": "

    Leaders of the sport criticize the Harry Potter creator’s trans views as leagues also cite trademark issues

    Harry Potter’s favorite sport, quidditch, is to receive a new name in the US, in part because its leaders are critical of the controversial views of the fictional wizard’s creator JK Rowling, which the US leagues have called “anti-trans”.

    Two leagues that operate the sport in the US also cite trademark issues for their decision for the rebranding.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/20/us-quidditch-leagues-change-name-jk-rowling", - "creator": "Richard Luscombe", - "pubDate": "2021-12-20T16:40:59Z", + "title": "Tunisia’s president calls constitutional referendum followed by elections in 2022", + "description": "

    Kais Saied, who is facing rising criticism after suspending parliament, says the public will be consulted ahead of the referendum set for 25 July

    The Tunisian president, Kais Saied, has announced a constitutional referendum to be held next July, a year to the day after he seized broad powers in moves his opponents call a coup.

    Laying out the timeline for his proposed political changes in a televised speech, Saied said the referendum would take place on 25 July, following an online public consultation starting in January. Parliamentary elections would follow at the end of 2022.

    Continue reading...", + "content": "

    Kais Saied, who is facing rising criticism after suspending parliament, says the public will be consulted ahead of the referendum set for 25 July

    The Tunisian president, Kais Saied, has announced a constitutional referendum to be held next July, a year to the day after he seized broad powers in moves his opponents call a coup.

    Laying out the timeline for his proposed political changes in a televised speech, Saied said the referendum would take place on 25 July, following an online public consultation starting in January. Parliamentary elections would follow at the end of 2022.

    Continue reading...", + "category": "Tunisia", + "link": "https://www.theguardian.com/world/2021/dec/14/tunisias-president-calls-constitutional-referendum-followed-by-elections-in-2022", + "creator": "Reuters", + "pubDate": "2021-12-14T06:20:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206699,16 +232348,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "62ffde3113dffc7899a70de7949cf5fb" + "hash": "8f8f31016410830384d2a20df2882c95" }, { - "title": "Pub landlord, caretaker and monarch sought for isolated Piel Island", - "description": "

    New manager of the Ship Inn on small Cumbrian island will need to accept a few odd conditions

    Wanted: someone with experience running a pub, a love of isolation and a willingness to mark their appointment by sitting on a throne and having beer poured over their head.

    A council has begun one of the UK’s most unusual local government recruitment processes while seeking someone to run the Ship Inn on Piel Island, off the coast near Barrow-in-Furness. The downside might be the uncertain weather, or the isolation, or the long hours. On the upside, you can watch seals and birds, enjoy stunning sunsets and, if you have self-esteem issues, know you really will be a king or queen. It would sort of be official.

    Continue reading...", - "content": "

    New manager of the Ship Inn on small Cumbrian island will need to accept a few odd conditions

    Wanted: someone with experience running a pub, a love of isolation and a willingness to mark their appointment by sitting on a throne and having beer poured over their head.

    A council has begun one of the UK’s most unusual local government recruitment processes while seeking someone to run the Ship Inn on Piel Island, off the coast near Barrow-in-Furness. The downside might be the uncertain weather, or the isolation, or the long hours. On the upside, you can watch seals and birds, enjoy stunning sunsets and, if you have self-esteem issues, know you really will be a king or queen. It would sort of be official.

    Continue reading...", - "category": "Cumbria", - "link": "https://www.theguardian.com/uk-news/2021/dec/20/landlord-monarch-isolated-piel-island-cumbria-ship-inn", - "creator": "Mark Brown North of England correspondent", - "pubDate": "2021-12-20T17:11:56Z", + "title": "Russia vetoes UN security council resolution linking climate crisis to international peace", + "description": "

    The resolution proposed that the climate crisis could potentially threaten ‘global peace, security and stability’

    Russia has vetoed a first-of-its-kind UN security council resolution casting the climate crisis as a threat to international peace and security – a vote that sank a years-long effort to make global heating more central to decision-making in the UN’s most powerful body.

    Spearheaded by Ireland and Niger, the proposal called for “incorporating information on the security implications of climate change” into the council’s strategies for managing conflicts and into peacekeeping operations and political missions, at least sometimes.

    Continue reading...", + "content": "

    The resolution proposed that the climate crisis could potentially threaten ‘global peace, security and stability’

    Russia has vetoed a first-of-its-kind UN security council resolution casting the climate crisis as a threat to international peace and security – a vote that sank a years-long effort to make global heating more central to decision-making in the UN’s most powerful body.

    Spearheaded by Ireland and Niger, the proposal called for “incorporating information on the security implications of climate change” into the council’s strategies for managing conflicts and into peacekeeping operations and political missions, at least sometimes.

    Continue reading...", + "category": "United Nations", + "link": "https://www.theguardian.com/world/2021/dec/13/russia-vetoes-un-security-council-resolution-climate-crisis-international-peace", + "creator": "Associated Press in New York", + "pubDate": "2021-12-13T23:43:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206720,16 +232369,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6135b18b3d91091b99f8387fe838926" + "hash": "20f752e2509a75e3bf0c344835db25b0" }, { - "title": "Covid live: Queen changes Christmas plans over Omicron; EU drug regulator approves Novavax vaccine", - "description": "

    British monarch will stay in Windsor instead of going to Sandringham as usual; European Medicines Agency gives green light to fifth vaccine

    Thailand’s public health minister said on Monday that his ministry will propose reinstating mandatory quarantine for foreign visitors due to concerns over the spread of the Omicron variant.

    The proposal would scrap the current quarantine waiver for vaccinated visitors and revert to hotel quarantine and the “sandbox” programme, which allows free movement within a specific location, Anutin Charnvirakul told the Inside Thailand television show.

    Continue reading...", - "content": "

    British monarch will stay in Windsor instead of going to Sandringham as usual; European Medicines Agency gives green light to fifth vaccine

    Thailand’s public health minister said on Monday that his ministry will propose reinstating mandatory quarantine for foreign visitors due to concerns over the spread of the Omicron variant.

    The proposal would scrap the current quarantine waiver for vaccinated visitors and revert to hotel quarantine and the “sandbox” programme, which allows free movement within a specific location, Anutin Charnvirakul told the Inside Thailand television show.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/20/covid-news-live-omicron-raging-around-the-world-fauci-says-belgian-protests-turn-violent", - "creator": "Léonie Chao-Fong (now); Tom AmbroseCharlie Moloney and Samantha Lock (earlier)", - "pubDate": "2021-12-20T21:46:04Z", + "title": "‘Null and void’: boycott clouds New Caledonia’s final poll on independence", + "description": "

    Overwhelming vote to remain with France, but low turnout ‘weighs heavily’ on self-determination process, say observers

    Low voter turnout at New Caledonia’s independence referendum “weighs heavily” on the French territory’s self-determination process, election observers from the Pacific Islands Forum have said.

    In Sunday’s referendum, more than 96% of voters were opposed to independence from France, compared with 57% in 2018 and 53% in 2020.

    Continue reading...", + "content": "

    Overwhelming vote to remain with France, but low turnout ‘weighs heavily’ on self-determination process, say observers

    Low voter turnout at New Caledonia’s independence referendum “weighs heavily” on the French territory’s self-determination process, election observers from the Pacific Islands Forum have said.

    In Sunday’s referendum, more than 96% of voters were opposed to independence from France, compared with 57% in 2018 and 53% in 2020.

    Continue reading...", + "category": "New Caledonia", + "link": "https://www.theguardian.com/world/2021/dec/14/null-and-void-boycott-clouds-new-caledonias-final-poll-on-independence", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-14T04:23:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206741,16 +232390,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb0302a9f1c0e6791abe86eb42ef3457" + "hash": "a4de2665726eab347915bc86a8e9e0b3" }, { - "title": "No 10 says garden photo shows PM and staff having work meetings", - "description": "

    Spokesperson says wine-drinking was within rules and it is impossible to tell if people were 2 metres apart

    Downing Street has defended a photograph showing Boris Johnson, his wife and up to 17 staff seemingly having drinks in the Downing Street garden during the first lockdown, insisting they were discussing work at the time.

    The prime minister’s spokesperson said that while it was a work meeting after a Covid press conference on 15 May 2020, the fact it happened outside normal work hours meant it was within the regulations for them to be drinking wine.

    Continue reading...", - "content": "

    Spokesperson says wine-drinking was within rules and it is impossible to tell if people were 2 metres apart

    Downing Street has defended a photograph showing Boris Johnson, his wife and up to 17 staff seemingly having drinks in the Downing Street garden during the first lockdown, insisting they were discussing work at the time.

    The prime minister’s spokesperson said that while it was a work meeting after a Covid press conference on 15 May 2020, the fact it happened outside normal work hours meant it was within the regulations for them to be drinking wine.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/20/raab-says-pm-and-staffs-garden-gathering-was-within-lockdown-rules", - "creator": "Peter Walker Political correspondent", - "pubDate": "2021-12-20T14:55:35Z", + "title": "Sailor charged over fire that destroyed US warship ‘disgruntled’, prosecutors say", + "description": "

    Seaman Apprentice Ryan Sawyer Mays denies setting fire to USS Bonhomme Richard last year, in a blaze that burned for five days


    Navy prosecutors have alleged that a sailor charged with setting the fire that destroyed the USS Bonhomme Richard last year was “disgruntled” after dropping out of Navy Seal training.

    Prosecutor Commander Richard Federico alleged in court on Monday that text messages show Seaman Apprentice Ryan Sawyer Mays lied to family, friends and investigators about why he left Seal training and that he was angry about being reassigned to the Bonhomme Richard. They also alleged he used foul language with a superior days before the blaze.

    Continue reading...", + "content": "

    Seaman Apprentice Ryan Sawyer Mays denies setting fire to USS Bonhomme Richard last year, in a blaze that burned for five days


    Navy prosecutors have alleged that a sailor charged with setting the fire that destroyed the USS Bonhomme Richard last year was “disgruntled” after dropping out of Navy Seal training.

    Prosecutor Commander Richard Federico alleged in court on Monday that text messages show Seaman Apprentice Ryan Sawyer Mays lied to family, friends and investigators about why he left Seal training and that he was angry about being reassigned to the Bonhomme Richard. They also alleged he used foul language with a superior days before the blaze.

    Continue reading...", + "category": "US military", + "link": "https://www.theguardian.com/us-news/2021/dec/14/sailor-charged-over-fire-that-destroyed-us-warship-disgruntled-prosecutors-say", + "creator": "Associated Press", + "pubDate": "2021-12-14T05:20:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206762,16 +232411,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7eb71d73e24f88d4dba378ceb10d5f27" + "hash": "015a569f712aefbce826e2822b96b08c" }, { - "title": "Moderna says booster produces strong antibody response to Omicron", - "description": "

    Pharmaceuticals firm says third dose of its Covid vaccine increases antibodies against variant by 37-fold

    The pharmaceuticals company Moderna has said a booster dose of its Covid vaccine appeared to protect against the fast-spreading Omicron variant in laboratory testing and that the current version will continue to be its “first line of defence against Omicron”.

    The decision to focus on the current vaccine, mRNA-1273, was driven in part by how quickly the variant is spreading. The company plans to develop a vaccine specifically to protect against Omicron, which it hopes to advance into clinical trials early next year.

    Continue reading...", - "content": "

    Pharmaceuticals firm says third dose of its Covid vaccine increases antibodies against variant by 37-fold

    The pharmaceuticals company Moderna has said a booster dose of its Covid vaccine appeared to protect against the fast-spreading Omicron variant in laboratory testing and that the current version will continue to be its “first line of defence against Omicron”.

    The decision to focus on the current vaccine, mRNA-1273, was driven in part by how quickly the variant is spreading. The company plans to develop a vaccine specifically to protect against Omicron, which it hopes to advance into clinical trials early next year.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/20/moderna-booster-strong-antibody-response-omicron-covid-vaccine-variant", - "creator": "Reuters", - "pubDate": "2021-12-20T11:18:05Z", + "title": "Brain surgeons and rocket scientists no brighter than the rest of us, study finds", + "description": "

    Data from 329 aerospace engineers and 72 neurosurgeons suggests they are not necessarily cleverer than general population

    It may not be rocket science, but researchers have found aerospace engineers and brain surgeons are not necessarily brighter than the general population.

    Researchers examined data from an international cohort of 329 aerospace engineers and 72 neurosurgeons who completed 12 tasks online using the Great British Intelligence Test (GBIT) from the Cognitron platform, as well as answering questions around their age, sex and levels of experience in their speciality.

    Continue reading...", + "content": "

    Data from 329 aerospace engineers and 72 neurosurgeons suggests they are not necessarily cleverer than general population

    It may not be rocket science, but researchers have found aerospace engineers and brain surgeons are not necessarily brighter than the general population.

    Researchers examined data from an international cohort of 329 aerospace engineers and 72 neurosurgeons who completed 12 tasks online using the Great British Intelligence Test (GBIT) from the Cognitron platform, as well as answering questions around their age, sex and levels of experience in their speciality.

    Continue reading...", + "category": "Neuroscience", + "link": "https://www.theguardian.com/science/2021/dec/13/brain-surgeon-or-rocket-scientist-study-tries-to-find-out-who-is-smarter", + "creator": "Nicola Davis", + "pubDate": "2021-12-13T23:30:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206783,16 +232432,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51eef064eef113a03f42bbf3139d49b1" + "hash": "0b1aa2fb9bf3bc955c6f7a77779e91e1" }, { - "title": "Global Covid vaccination failure will harm Britain, Gordon Brown warns", - "description": "

    Exclusive: Ex-PM says virus will have ‘free rein to mutate’ unless richer countries fund $23bn vaccine drive

    The failure to vaccinate the world against coronavirus will come back to haunt even fully vaccinated Britons in 2022, Gordon Brown has warned.

    The former prime minister said the emergence of Omicron was “not Africa’s fault”, and added that new variants would continue to wreak havoc because richer countries such as the UK had “stockpiled” hundreds of millions of vaccines.

    Continue reading...", - "content": "

    Exclusive: Ex-PM says virus will have ‘free rein to mutate’ unless richer countries fund $23bn vaccine drive

    The failure to vaccinate the world against coronavirus will come back to haunt even fully vaccinated Britons in 2022, Gordon Brown has warned.

    The former prime minister said the emergence of Omicron was “not Africa’s fault”, and added that new variants would continue to wreak havoc because richer countries such as the UK had “stockpiled” hundreds of millions of vaccines.

    Continue reading...", - "category": "Gordon Brown", - "link": "https://www.theguardian.com/politics/2021/dec/20/global-covid-vaccination-failure-will-harm-britain-gordon-brown-warns", - "creator": "Andrew Gregory Health editor", - "pubDate": "2021-12-20T14:30:03Z", + "title": "Covid live: Raab says English vaccine passport concerns ‘overstated’; France confirms 130 Omicron cases", + "description": "

    NHS England asks hospitals to discharge patients where possible; South Korea reports a record number of Covid patients in serious or critical condition

    United States secretary of state Antony Blinken says by the end of next year, the US will have donated more than 1.2b Covid-19 vaccine doses to the world, Reuters is reporting.

    The US air force has discharged 27 people for refusing to get the Covid-19 vaccine, making them what officials believe are the first service members to be removed for disobeying the mandate.

    Continue reading...", + "content": "

    NHS England asks hospitals to discharge patients where possible; South Korea reports a record number of Covid patients in serious or critical condition

    United States secretary of state Antony Blinken says by the end of next year, the US will have donated more than 1.2b Covid-19 vaccine doses to the world, Reuters is reporting.

    The US air force has discharged 27 people for refusing to get the Covid-19 vaccine, making them what officials believe are the first service members to be removed for disobeying the mandate.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/14/covid-news-live-us-coronavirus-cases-surpass-50m-china-reports-first-omicron-case", + "creator": "Martin Belam (now) and Samantha Lock (earlier)", + "pubDate": "2021-12-14T09:08:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206804,16 +232453,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "04093009edd8a5c2275601c9619bbeec" + "hash": "ea3ee17d1d79bc2a8e7798b5df229cbb" }, { - "title": "‘This thing was trying to dismantle me’: Mark Lanegan on nearly dying of Covid", - "description": "

    In this extract from his new memoir Devil in a Coma, the alt-rocker recalls how Covid-19 put him in hospital for months this year – and gave him a series of hallucinogenic visions

    I had been feeling weak and sick for a few days and then woke up one morning completely deaf. My equilibrium shaky, and my mind in a surreal, psychedelic dream state, I lost my footing at the top of the stairs. Head over heels over head, I knocked myself out on the windowsill as I crashed down the narrow staircase at my house. Bang. My wife was out horseback riding for the day, and I came to hours later still unable to hear a thing, unable to move, two huge opened welts on my head and my knee not supporting any weight.

    For two days I tried to get from stairwell to couch, with no success. I could not move, nor could my wife support my 200lb body, so I lay suffering on some blankets on the hard floor. My ribs were cracked, my spine bruised, battered and sore, and my already chronically messed-up knee gone again, as if some tendons were ripped or a ligament severed. My leg was useless. Every attempted breath was a battle, no matter how hard I tried to take a natural one. Though I refused to go to hospital my wife finally called an ambulance behind my back and I was wheeled out of my yard on a gurney. I eventually ended up in intensive care, unable to draw oxygen, and was diagnosed with some exotic new strain of the coronavirus for which there was no cure, of course. I was put into a medically induced coma, none of which I remembered.

    Continue reading...", - "content": "

    In this extract from his new memoir Devil in a Coma, the alt-rocker recalls how Covid-19 put him in hospital for months this year – and gave him a series of hallucinogenic visions

    I had been feeling weak and sick for a few days and then woke up one morning completely deaf. My equilibrium shaky, and my mind in a surreal, psychedelic dream state, I lost my footing at the top of the stairs. Head over heels over head, I knocked myself out on the windowsill as I crashed down the narrow staircase at my house. Bang. My wife was out horseback riding for the day, and I came to hours later still unable to hear a thing, unable to move, two huge opened welts on my head and my knee not supporting any weight.

    For two days I tried to get from stairwell to couch, with no success. I could not move, nor could my wife support my 200lb body, so I lay suffering on some blankets on the hard floor. My ribs were cracked, my spine bruised, battered and sore, and my already chronically messed-up knee gone again, as if some tendons were ripped or a ligament severed. My leg was useless. Every attempted breath was a battle, no matter how hard I tried to take a natural one. Though I refused to go to hospital my wife finally called an ambulance behind my back and I was wheeled out of my yard on a gurney. I eventually ended up in intensive care, unable to draw oxygen, and was diagnosed with some exotic new strain of the coronavirus for which there was no cure, of course. I was put into a medically induced coma, none of which I remembered.

    Continue reading...", - "category": "Mark Lanegan", - "link": "https://www.theguardian.com/music/2021/dec/20/this-thing-was-trying-to-dismantle-me-mark-lanegan-on-nearly-dying-of-covid", - "creator": "Mark Lanegan", - "pubDate": "2021-12-20T10:00:52Z", + "title": "‘A strange time’: letters document Covid lockdown for New Zealand’s elderly", + "description": "

    Older people described how they coped with enforced isolation, with some finding the experience positive

    A trove of nearly 800 letters recording the lockdown experiences of older New Zealanders has been collected in a University of Auckland research project called Have Our Say. Researchers appealed for written accounts of lockdown to understand how older people coped with enforced isolation, and to amplify elders’ voices. The letter writers were all over 70. Many described the importance of daily routines, their experiences during historical crises and how they stayed involved in their community. The letters will be held by the Auckland War Memorial Museum.

    Here are some excerpts from the collection:

    Continue reading...", + "content": "

    Older people described how they coped with enforced isolation, with some finding the experience positive

    A trove of nearly 800 letters recording the lockdown experiences of older New Zealanders has been collected in a University of Auckland research project called Have Our Say. Researchers appealed for written accounts of lockdown to understand how older people coped with enforced isolation, and to amplify elders’ voices. The letter writers were all over 70. Many described the importance of daily routines, their experiences during historical crises and how they stayed involved in their community. The letters will be held by the Auckland War Memorial Museum.

    Here are some excerpts from the collection:

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/14/a-strange-time-letters-document-covid-lockdown-for-new-zealands-elderly", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-12-14T02:21:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206825,16 +232474,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c3bad12ecaa26070ac2bc8f021672ab" + "hash": "b9e82aaee3a9382f38d903c5fd71d688" }, { - "title": "Gabriel Boric’s triumph puts wind in the sails of Latin America’s resurgent left", - "description": "

    The decisive victory reflects Chileans’ revolt against a threadbare welfare system and a society systematically stacked in the favour of the rich

    At the age of 14, Gabriel Boric – the great-grandson of a Croatian migrant and an avid reader of Marx and Hegel – formed a city-wide student union in the Chilean city of Punta Arenas.

    At 21, and by then a law student, he led a campus sit-in for 44 days in Santiago, Chile’s capital, to oust a senior professor accused of plagiarism and corruption. Two years later, in 2011, he was elected figurehead of a massive student rebellion against profiteering private universities, and in 2013 became a congressman for his remote home region.

    Continue reading...", - "content": "

    The decisive victory reflects Chileans’ revolt against a threadbare welfare system and a society systematically stacked in the favour of the rich

    At the age of 14, Gabriel Boric – the great-grandson of a Croatian migrant and an avid reader of Marx and Hegel – formed a city-wide student union in the Chilean city of Punta Arenas.

    At 21, and by then a law student, he led a campus sit-in for 44 days in Santiago, Chile’s capital, to oust a senior professor accused of plagiarism and corruption. Two years later, in 2011, he was elected figurehead of a massive student rebellion against profiteering private universities, and in 2013 became a congressman for his remote home region.

    Continue reading...", - "category": "Chile", - "link": "https://www.theguardian.com/world/2021/dec/20/gabriel-boric-election-triumph-latin-america-resurgent-left", - "creator": "Laurence Blair in Santiago", - "pubDate": "2021-12-20T16:28:02Z", + "title": "As focus turns to Covid boosters what other measures could tackle Omicron", + "description": "

    Boris Johnson has not ruled out new restrictions but how effective could they be and what are the political risks

    Ministers’ focus may be a “national mission” to roll out booster vaccines to counter the dramatic rise of the Omicron variant, but the government has not ruled out new restrictions for England. Here we look at options on the table, how effective they could be at reducing the spread of coronavirus and the level of political risk for Boris Johnson.

    Mandatory isolation for all close Covid contacts

    Continue reading...", + "content": "

    Boris Johnson has not ruled out new restrictions but how effective could they be and what are the political risks

    Ministers’ focus may be a “national mission” to roll out booster vaccines to counter the dramatic rise of the Omicron variant, but the government has not ruled out new restrictions for England. Here we look at options on the table, how effective they could be at reducing the spread of coronavirus and the level of political risk for Boris Johnson.

    Mandatory isolation for all close Covid contacts

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/14/as-focus-turns-to-covid-boosters-what-other-measures-could-tackle-omicron", + "creator": "Heather Stewart and Nicola Davis", + "pubDate": "2021-12-14T06:00:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206846,16 +232495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5780f472ebe9583ec11dfbb98ac6d27" + "hash": "7aa0d270590f51dc7f1e2d11542356cc" }, { - "title": "Have we witnessed the death of the Hollywood remake?", - "description": "

    Meagre turnout for West Side Story shows that these days, the way to cash in on intellectual property is via sequels and reboots

    So far, Steven Spielberg’s West Side Story hasn’t had audiences pirouetting and finger-clicking their way to cinemas. There are plenty of reasons why; the main one relating to a certain global pandemic. But one explanation that keeps being proffered is that viewers are simply sick of remakes – and it’s not entirely wrong. Hollywood still has no qualms about bringing back its vintage franchises, of course. But as the imminent returns of The Matrix, Scream, Top Gun, Indiana Jones, Hocus Pocus and Legally Blonde demonstrate, the fashionable way to cash in on a venerable intellectual property is to hire as many of the original cast members as you can and to pick up where you left off. Sequels are in; remakes are out.

    Remakes, lest we forget, were once central to the cinematic landscape – hardly more remarkable or disreputable than a new theatrical production of an old play. When The Maltese Falcon came out in 1940, it was the third adaptation of the same book within a decade. Some Like It Hot? Pinched from a 1951 German farce, which was in turn pinched from a 1935 French one. Hitchcock’s 1956 classic The Man Who Knew Too Much? A total rip-off of Hitchcock’s 1934 classic, The Man Who Knew Too Much.

    Continue reading...", - "content": "

    Meagre turnout for West Side Story shows that these days, the way to cash in on intellectual property is via sequels and reboots

    So far, Steven Spielberg’s West Side Story hasn’t had audiences pirouetting and finger-clicking their way to cinemas. There are plenty of reasons why; the main one relating to a certain global pandemic. But one explanation that keeps being proffered is that viewers are simply sick of remakes – and it’s not entirely wrong. Hollywood still has no qualms about bringing back its vintage franchises, of course. But as the imminent returns of The Matrix, Scream, Top Gun, Indiana Jones, Hocus Pocus and Legally Blonde demonstrate, the fashionable way to cash in on a venerable intellectual property is to hire as many of the original cast members as you can and to pick up where you left off. Sequels are in; remakes are out.

    Remakes, lest we forget, were once central to the cinematic landscape – hardly more remarkable or disreputable than a new theatrical production of an old play. When The Maltese Falcon came out in 1940, it was the third adaptation of the same book within a decade. Some Like It Hot? Pinched from a 1951 German farce, which was in turn pinched from a 1935 French one. Hitchcock’s 1956 classic The Man Who Knew Too Much? A total rip-off of Hitchcock’s 1934 classic, The Man Who Knew Too Much.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/20/west-side-story-hollywood-remake-spielberg", - "creator": "Nicholas Barber", - "pubDate": "2021-12-20T14:52:29Z", + "title": "Succession creator Jesse Armstrong on its thunderous finale: ‘That might be as good as I’ve got’", + "description": "

    Season three of the hit show has made even more headlines than usual. We ask its British creator if he’s had enough yet, if actor Jeremy Strong is doing OK – and if his character Kendall is actually Jesus

    • Warning: contains spoilers

    Yesterday, like much of the rest of the world, I watched the finale of the third season of Succession. And, like much of the rest of the world, I found myself buffeted by one astonishing twist after another – and a gasp-inducing climax that outdid even those of series one and two. Unlike my fellow viewers, however, pretty much the first thing I see after the end credits roll is the face of Jesse Armstrong, the show’s creator, popping up over Zoom and politely attempting to dissuade me from discussing the episode.

    Unlike other big TV showrunners – who will happily explain, and sometimes over-explain, every single second – Armstrong prefers to remain hands off. He tries not to read the acres of theorising that Succession inspires. Such post-match analyses, he says, can often feel like a tightrope walk. “There’s a bit of me that just wants to find out what the fuck everyone is saying about the show,” he says from his book-lined study in London. “But you can’t. It wouldn’t be good for me psychologically – and it wouldn’t be good for the creative process of doing the show.”

    Continue reading...", + "content": "

    Season three of the hit show has made even more headlines than usual. We ask its British creator if he’s had enough yet, if actor Jeremy Strong is doing OK – and if his character Kendall is actually Jesus

    • Warning: contains spoilers

    Yesterday, like much of the rest of the world, I watched the finale of the third season of Succession. And, like much of the rest of the world, I found myself buffeted by one astonishing twist after another – and a gasp-inducing climax that outdid even those of series one and two. Unlike my fellow viewers, however, pretty much the first thing I see after the end credits roll is the face of Jesse Armstrong, the show’s creator, popping up over Zoom and politely attempting to dissuade me from discussing the episode.

    Unlike other big TV showrunners – who will happily explain, and sometimes over-explain, every single second – Armstrong prefers to remain hands off. He tries not to read the acres of theorising that Succession inspires. Such post-match analyses, he says, can often feel like a tightrope walk. “There’s a bit of me that just wants to find out what the fuck everyone is saying about the show,” he says from his book-lined study in London. “But you can’t. It wouldn’t be good for me psychologically – and it wouldn’t be good for the creative process of doing the show.”

    Continue reading...", + "category": "Succession", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/14/succession-creator-jesse-armstrong-finale-kendall-as-good-as-ive-got", + "creator": "Stuart Heritage", + "pubDate": "2021-12-14T06:00:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206867,16 +232516,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ef9bf488d64cdf9abff2643a1187366" + "hash": "9e53569ab690152e06673f1ba74092cb" }, { - "title": "My winter of love: I had three exciting dates that Christmas – one ended with an accusation of armed burglary", - "description": "

    I was drunkenly eating a kebab outside Halfords when I was mistaken for a master criminal. It wasn’t the only thing that went wrong that lovely, eventful winter

    No one, my friends decided, should be alone at Christmas. Especially no one as desperately, soul-searchingly, what’s-wrong-with-me single as me. In the late 00s, when internet dating was for nerds, meeting people wasn’t easy – unless you got talking to someone at a party or something, which I never did, because I was too busy banging on to my mates about why I was so achingly single.

    Thus, a plan was hatched. Three friends would each set me up on a blind date. I’m good-looking (with a squint), charming (after a few drinks) and a good catch, they assured me. What could go wrong?

    Continue reading...", - "content": "

    I was drunkenly eating a kebab outside Halfords when I was mistaken for a master criminal. It wasn’t the only thing that went wrong that lovely, eventful winter

    No one, my friends decided, should be alone at Christmas. Especially no one as desperately, soul-searchingly, what’s-wrong-with-me single as me. In the late 00s, when internet dating was for nerds, meeting people wasn’t easy – unless you got talking to someone at a party or something, which I never did, because I was too busy banging on to my mates about why I was so achingly single.

    Thus, a plan was hatched. Three friends would each set me up on a blind date. I’m good-looking (with a squint), charming (after a few drinks) and a good catch, they assured me. What could go wrong?

    Continue reading...", - "category": "Relationships", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/20/my-winter-of-love-three-exciting-dates-one-charge-of-armed-burglary", - "creator": "Rich Pelley", - "pubDate": "2021-12-20T06:00:49Z", + "title": "Those we lost in 2021: Una Stubbs remembered by Martin Freeman", + "description": "

    1 May 1937 – 12 August 2021
    The actor recalls his Sherlock co-star, a doyenne of British TV whose youthful, no-nonsense energy and humour were irresistible

    January, 2009. We were making the pilot episode of Sherlock. A long night shoot lay ahead of us, a 4 or 5am job. Ben Cumberbatch was busy that night wrestling with Phil Davis as a baddie cabbie. That left me with a lot of time on my hands, trying to stay awake and focused. Fortunately, for company I had Una Stubbs. It was pretty much the first time I’d met her, certainly the first time I got to know her. She was funny, naughty and incredibly warm and generous. Oh, and very stylish too. As first impressions go, it summed her up pretty well.

    I had watched Una all my life, off and on. She’d been famous before I was born, from being the dancing girl in the Dairy Box ads, one of Cliff’s gang in Summer Holiday, and as Rita in Till Death Us Do Part. I was a massive fan of Till Death… from an early age; about the time that I was watching her on Worzel Gummidge (a fantastic performance as Aunt Sally), Give Us a Clue, and turning up in one of the greatest comedies ever, Fawlty Towers.

    Continue reading...", + "content": "

    1 May 1937 – 12 August 2021
    The actor recalls his Sherlock co-star, a doyenne of British TV whose youthful, no-nonsense energy and humour were irresistible

    January, 2009. We were making the pilot episode of Sherlock. A long night shoot lay ahead of us, a 4 or 5am job. Ben Cumberbatch was busy that night wrestling with Phil Davis as a baddie cabbie. That left me with a lot of time on my hands, trying to stay awake and focused. Fortunately, for company I had Una Stubbs. It was pretty much the first time I’d met her, certainly the first time I got to know her. She was funny, naughty and incredibly warm and generous. Oh, and very stylish too. As first impressions go, it summed her up pretty well.

    I had watched Una all my life, off and on. She’d been famous before I was born, from being the dancing girl in the Dairy Box ads, one of Cliff’s gang in Summer Holiday, and as Rita in Till Death Us Do Part. I was a massive fan of Till Death… from an early age; about the time that I was watching her on Worzel Gummidge (a fantastic performance as Aunt Sally), Give Us a Clue, and turning up in one of the greatest comedies ever, Fawlty Towers.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/14/obituaries-2021-una-stubbs-remembered-by-martin-freeman", + "creator": "Guardian Staff", + "pubDate": "2021-12-14T09:00:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206888,16 +232537,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c901fe631bcb510e4753be7397c9fe15" + "hash": "7517cbb3bd3d54a0ad2ba80ec04503cc" }, { - "title": "How the Guardian ranked the 100 best male footballers in the world 2021", - "description": "

    Thomas Hitzlsperger, Luiz Felipe Scolari and Roque Júnior are three of the 219 judges on the panel for our 10th list

    It is that time of the year again when we prepare to present our list of the 100 best male footballers in the world. This will be our 10th list and notable football figures such as Luiz Felipe Scolari, Thomas Hitzlsperger and Roque Júnior joined the judges’ panel for the anniversary.

    Former players such as Javier Zanetti, Franky Vercauteren and Emre Belozoglu also join a selection of coaches, broadcasters, reporters, correspondents and editors from around the world to form a knowledgable and truly global jury.

    Continue reading...", - "content": "

    Thomas Hitzlsperger, Luiz Felipe Scolari and Roque Júnior are three of the 219 judges on the panel for our 10th list

    It is that time of the year again when we prepare to present our list of the 100 best male footballers in the world. This will be our 10th list and notable football figures such as Luiz Felipe Scolari, Thomas Hitzlsperger and Roque Júnior joined the judges’ panel for the anniversary.

    Former players such as Javier Zanetti, Franky Vercauteren and Emre Belozoglu also join a selection of coaches, broadcasters, reporters, correspondents and editors from around the world to form a knowledgable and truly global jury.

    Continue reading...", - "category": "Football", - "link": "https://www.theguardian.com/football/2021/dec/20/how-the-guardian-ranked-the-100-best-male-footballers-in-the-world-2021", - "creator": "Marcus Christenson and Stephen McMillan", - "pubDate": "2021-12-20T10:00:51Z", + "title": "Colm Tóibín: ‘Boris Johnson would be a blood clot … Angela Merkel the cancer’", + "description": "

    The acclaimed novelist on chemotherapy, growing up gay in Ireland and writing his first poetry collection at the age of 66

    In June 2018, Colm Tóibín was four chapters into writing his most recent novel The Magician, an epic fictional biography of Thomas Mann that he had put off for decades, when he was diagnosed with cancer. “It all started with my balls,” he begins a blisteringly witty essay about his months in hospital; cancer of the testicles had spread to his lungs and liver. In bed he amuses himself by identifying the difference between blood clots (a new emergency) and cancer: “Boris Johnson would be a blood clot … Angela Merkel the cancer.”

    He has seen off both Johnson and Merkel. In the month when he hopes he will have a final scan, he has just been awarded the David Cohen prize (dubbed “the UK Nobel”) for a lifetime achievement in literature. The author of 10 novels, two short story collections, three plays, several nonfiction books and countless essays, Tóibín has been shortlisted for the Booker prize three times and won the Costa novel award in 2009 for Brooklyn, about a young Irish woman who emigrates to New York in the 1950s, made into an award-winning film in 2015. He is surely Ireland’s most prolific and prestigious living writer.

    Continue reading...", + "content": "

    The acclaimed novelist on chemotherapy, growing up gay in Ireland and writing his first poetry collection at the age of 66

    In June 2018, Colm Tóibín was four chapters into writing his most recent novel The Magician, an epic fictional biography of Thomas Mann that he had put off for decades, when he was diagnosed with cancer. “It all started with my balls,” he begins a blisteringly witty essay about his months in hospital; cancer of the testicles had spread to his lungs and liver. In bed he amuses himself by identifying the difference between blood clots (a new emergency) and cancer: “Boris Johnson would be a blood clot … Angela Merkel the cancer.”

    He has seen off both Johnson and Merkel. In the month when he hopes he will have a final scan, he has just been awarded the David Cohen prize (dubbed “the UK Nobel”) for a lifetime achievement in literature. The author of 10 novels, two short story collections, three plays, several nonfiction books and countless essays, Tóibín has been shortlisted for the Booker prize three times and won the Costa novel award in 2009 for Brooklyn, about a young Irish woman who emigrates to New York in the 1950s, made into an award-winning film in 2015. He is surely Ireland’s most prolific and prestigious living writer.

    Continue reading...", + "category": "Colm Tóibín", + "link": "https://www.theguardian.com/books/2021/dec/14/colm-toibin-boris-johnson-would-be-a-blood-clot-angela-merkel-the-cancer", + "creator": "Lisa Allardice", + "pubDate": "2021-12-14T07:00:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206909,16 +232558,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "53b6cb21cea77e51f1d8b00fc07f6199" + "hash": "7ee1ae3b2b01fb6ffc55c7dd1c2d3c20" }, { - "title": "I was all set to fly to Ghana for Christmas. Then came an unexpected offer", - "description": "

    When you are an actor, you never say no to great work. But when I finally reached Accra, and walked on its red earth, I knew I would be back there soon

    My Christmas memory begins in early summer 2004, on day two of rehearsals for Stuff Happens, David Hare’s brilliantly funny, heartbreaking excoriation of what took us to war with Iraq in 2003. I get to play Condoleezza Rice in Nick Hytner’s stunning production; Shostakovich, elegantly pointed chair action and top-of-the-range acting!

    Of-the-moment politics, while playing the thrillingly enigmatic “Condi” on the National Theatre’s Olivier stage, with an audience hungry for answers … heaven.

    Continue reading...", - "content": "

    When you are an actor, you never say no to great work. But when I finally reached Accra, and walked on its red earth, I knew I would be back there soon

    My Christmas memory begins in early summer 2004, on day two of rehearsals for Stuff Happens, David Hare’s brilliantly funny, heartbreaking excoriation of what took us to war with Iraq in 2003. I get to play Condoleezza Rice in Nick Hytner’s stunning production; Shostakovich, elegantly pointed chair action and top-of-the-range acting!

    Of-the-moment politics, while playing the thrillingly enigmatic “Condi” on the National Theatre’s Olivier stage, with an audience hungry for answers … heaven.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/20/i-was-all-set-to-fly-to-ghana-for-christmas-then-came-an-unexpected-offer", - "creator": "Adjoa Andoh", - "pubDate": "2021-12-20T12:00:01Z", + "title": "‘I could be a bee in a hive’: the real-life Beekeeper of Aleppo on life in Yorkshire", + "description": "

    Ryad Alsous, whose story helped inspire the bestselling book, says life is sweet caring for his hives in Huddersfield

    In 2013, Syrian beekeeper Ryad Alsous drank his last cup of mint tea on the balcony of his flat in Damascus. He was about to leave the city where he had spent his whole life and move to Britain. Eight years later, he is again drinking mint tea made in the same flask but this time in Huddersfield. The flask is the only item he still has from his home in Syria. He is talking about the moment he left. “It was very difficult. And also full of hope,” he says.

    His block of flats had been bombed twice, and explosions in the eastern part of the city were happening daily. On the day he left, a loud bang nearby caused the doves perched on his balcony to briefly flutter into the air. He had been feeding the birds for years and realised they would have no one to look after them once he left.

    Continue reading...", + "content": "

    Ryad Alsous, whose story helped inspire the bestselling book, says life is sweet caring for his hives in Huddersfield

    In 2013, Syrian beekeeper Ryad Alsous drank his last cup of mint tea on the balcony of his flat in Damascus. He was about to leave the city where he had spent his whole life and move to Britain. Eight years later, he is again drinking mint tea made in the same flask but this time in Huddersfield. The flask is the only item he still has from his home in Syria. He is talking about the moment he left. “It was very difficult. And also full of hope,” he says.

    His block of flats had been bombed twice, and explosions in the eastern part of the city were happening daily. On the day he left, a loud bang nearby caused the doves perched on his balcony to briefly flutter into the air. He had been feeding the birds for years and realised they would have no one to look after them once he left.

    Continue reading...", + "category": "Bees", + "link": "https://www.theguardian.com/environment/2021/dec/14/i-could-be-a-bee-in-a-hive-the-real-life-beekeeper-of-aleppo-on-life-in-yorkshire-aoe", + "creator": "Phoebe Weston", + "pubDate": "2021-12-14T07:15:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206930,16 +232579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9df1c30a5d7ce5316e2b8a1b8203fb39" + "hash": "be7bb7e2eeaf3ea06ae5310cf102e10d" }, { - "title": "The big news quiz of 2021 – do you know your Jackie Weavers from your German leaders?", - "description": "

    A Catholic president, a cake, an inconvenient ship and a very clever tennis player: all this and more in trivia expert Bobby Seagull’s news quiz of the year

    • Try our kids’ quiz and bumper Saturday quiz, too

    Continue reading...", - "content": "

    A Catholic president, a cake, an inconvenient ship and a very clever tennis player: all this and more in trivia expert Bobby Seagull’s news quiz of the year

    • Try our kids’ quiz and bumper Saturday quiz, too

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/2021/dec/20/big-news-quiz-of-2021-jackie-weaver-german-leaders", - "creator": "Bobby Seagull", - "pubDate": "2021-12-20T09:00:51Z", + "title": "Radioactive medicines found in London street by member of the public", + "description": "

    Item containing radiopharmaceuticals lost in transit after being transported between two hospitals

    A package of radioactive medicines was found in the street by a member of the public after being lost in transit between two London hospitals.

    The item, containing radiopharmaceuticals, is thought not to have been secured properly in the vehicle transporting it and, after coming loose, it came into contact with an internal door release and fell out while being moved between Siemens’ Mount Vernon hospital in London and London Bridge hospital in September.

    Continue reading...", + "content": "

    Item containing radiopharmaceuticals lost in transit after being transported between two hospitals

    A package of radioactive medicines was found in the street by a member of the public after being lost in transit between two London hospitals.

    The item, containing radiopharmaceuticals, is thought not to have been secured properly in the vehicle transporting it and, after coming loose, it came into contact with an internal door release and fell out while being moved between Siemens’ Mount Vernon hospital in London and London Bridge hospital in September.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2021/dec/13/radioactive-medicines-found-in-london-street-by-member-of-the-public", + "creator": "PA Media", + "pubDate": "2021-12-13T22:12:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206951,16 +232600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbef8627a38d4cdf2997a47c0e362ebd" + "hash": "aa51358701e2697d2e9ee18cc171c67d" }, { - "title": "Unite launches inquiry into building costs of Birmingham project", - "description": "

    Following leaked accounts, union’s new general secretary says possible ‘significant loss’ must be investigated

    Unite is launching an independent inquiry into how the building costs of a hotel and conference centre in Birmingham spiralled into a “potentially significant loss” for the trade union.

    The inquiry follows reports at the beginning of the year of leaked accounts seeming to indicate that the union had overspent on the 170-room hotel and 1,000-person conference centre.

    Continue reading...", - "content": "

    Following leaked accounts, union’s new general secretary says possible ‘significant loss’ must be investigated

    Unite is launching an independent inquiry into how the building costs of a hotel and conference centre in Birmingham spiralled into a “potentially significant loss” for the trade union.

    The inquiry follows reports at the beginning of the year of leaked accounts seeming to indicate that the union had overspent on the 170-room hotel and 1,000-person conference centre.

    Continue reading...", - "category": "Unite", - "link": "https://www.theguardian.com/uk-news/2021/dec/20/unite-launches-inquiry-into-building-costs-of-birmingham-project", - "creator": "Rachel Hall", - "pubDate": "2021-12-20T21:50:31Z", + "title": "‘2.4C is a death sentence’: Vanessa Nakate’s fight for the forgotten countries of the climate crisis", + "description": "

    She started a youth strike in Uganda – then just kept going. She discusses climate justice, reparations, imperialism and why the global north must take responsibility

    In February 2020, at the World Economic Forum in Davos, Vanessa Nakate had her point made for her in the most vivid and “frustrating and heartbreaking” way. The Ugandan climate crisis activist, who turned 25 last month, had gone to Switzerland to introduce some perspective to its cosy consensus. “One of the things that I wanted to emphasise was the importance of listening to activists and people from the most affected areas,” she says. “How can we have climate justice if the people who are suffering the worst impacts of the climate crisis are not being listened to, not being platformed, not being amplified and are left out of the conversation? It’s not possible.”

    To this end, she appeared at a press conference with Greta Thunberg and three other white, European youth climate strikers. When the Associated Press published a photo of the meeting, it cropped out Nakate. It was, she said at the time, her first encounter with direct and blatant racism – and only reinforced her point and made her campaign more urgent. AP later expressed “regret” for its “error in judgment”.

    Continue reading...", + "content": "

    She started a youth strike in Uganda – then just kept going. She discusses climate justice, reparations, imperialism and why the global north must take responsibility

    In February 2020, at the World Economic Forum in Davos, Vanessa Nakate had her point made for her in the most vivid and “frustrating and heartbreaking” way. The Ugandan climate crisis activist, who turned 25 last month, had gone to Switzerland to introduce some perspective to its cosy consensus. “One of the things that I wanted to emphasise was the importance of listening to activists and people from the most affected areas,” she says. “How can we have climate justice if the people who are suffering the worst impacts of the climate crisis are not being listened to, not being platformed, not being amplified and are left out of the conversation? It’s not possible.”

    To this end, she appeared at a press conference with Greta Thunberg and three other white, European youth climate strikers. When the Associated Press published a photo of the meeting, it cropped out Nakate. It was, she said at the time, her first encounter with direct and blatant racism – and only reinforced her point and made her campaign more urgent. AP later expressed “regret” for its “error in judgment”.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/13/24c-is-a-death-sentence-vanessa-nakates-fight-for-the-forgotten-countries-of-the-climate-crisis", + "creator": "Zoe Williams", + "pubDate": "2021-12-13T10:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206972,16 +232621,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0613271693f2b9490fb97340e7601554" + "hash": "330db4dae0c7f2d3eff309e616225f82" }, { - "title": "Leading activist in Egypt’s 2011 uprising and two others jailed", - "description": "

    Alaa Abd El-Fattah gets five years for ‘spreading false news’ and lawyer and blogger get four-year terms

    A leading figure in Egypt’s 2011 uprising, his lawyer and a blogger have been served lengthy prison sentences in a Cairo court, in a move that observers have branded a further blow to human rights.

    An emergency court on Monday sentenced activist Alaa Abd El-Fattah to five years in prison on charges of “spreading false news”. Human rights lawyer Mohamed El-Baqer, formerly Abd El-Fattah’s counsel, and blogger Mohamed “Oxygen” Ibrahim were both sentenced to four years in detention on the same charges.

    Continue reading...", - "content": "

    Alaa Abd El-Fattah gets five years for ‘spreading false news’ and lawyer and blogger get four-year terms

    A leading figure in Egypt’s 2011 uprising, his lawyer and a blogger have been served lengthy prison sentences in a Cairo court, in a move that observers have branded a further blow to human rights.

    An emergency court on Monday sentenced activist Alaa Abd El-Fattah to five years in prison on charges of “spreading false news”. Human rights lawyer Mohamed El-Baqer, formerly Abd El-Fattah’s counsel, and blogger Mohamed “Oxygen” Ibrahim were both sentenced to four years in detention on the same charges.

    Continue reading...", - "category": "Egypt", - "link": "https://www.theguardian.com/world/2021/dec/20/leading-activist-in-egypts-2011-uprising-and-two-others-jailed", - "creator": "Ruth Michaelson in Cairo", - "pubDate": "2021-12-20T18:31:31Z", + "title": "The network of election lawyers who are making it harder for Americans to vote", + "description": "

    Voting rights watchdogs have warned of a web of attorneys and groups, some who pushed Donald Trump’s big lie after the 2020 election

    A powerful network of conservative election lawyers and groups with links to Donald Trump have spent millions of dollars promoting new and onerous voting laws that many key battleground states such as Georgia and Texas have enacted.

    The moves have prompted election and voting rights watchdogs in America to warn about the suppression of non-white voters aimed at providing Republicans an edge in coming elections.

    Continue reading...", + "content": "

    Voting rights watchdogs have warned of a web of attorneys and groups, some who pushed Donald Trump’s big lie after the 2020 election

    A powerful network of conservative election lawyers and groups with links to Donald Trump have spent millions of dollars promoting new and onerous voting laws that many key battleground states such as Georgia and Texas have enacted.

    The moves have prompted election and voting rights watchdogs in America to warn about the suppression of non-white voters aimed at providing Republicans an edge in coming elections.

    Continue reading...", + "category": "US voting rights", + "link": "https://www.theguardian.com/us-news/2021/dec/14/us-election-lawyers-voting-rights", + "creator": "Peter Stone in Washington", + "pubDate": "2021-12-14T08:00:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -206993,16 +232642,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e75155bbb94adb4fbc9935dcbb01094" + "hash": "11608f38d2352a1872eb2156be3ae343" }, { - "title": "China riveted by public row between pop star and former wife", - "description": "

    US-born singer-songwriter Wang Leehom accused of infidelity and emotional abuse by Lee Jinglei

    The highly successful Mandarin-speaking singer-songwriter Wang Leehom has issued a public apology to his ex-wife after a high-profile family row that has gripped the Chinese-speaking world.

    In a lengthy social media post on Friday, Lee Jinglei accused Wang of emotional abuse, lack of care for his family, infidelity and solicitation of sex workers.

    Continue reading...", - "content": "

    US-born singer-songwriter Wang Leehom accused of infidelity and emotional abuse by Lee Jinglei

    The highly successful Mandarin-speaking singer-songwriter Wang Leehom has issued a public apology to his ex-wife after a high-profile family row that has gripped the Chinese-speaking world.

    In a lengthy social media post on Friday, Lee Jinglei accused Wang of emotional abuse, lack of care for his family, infidelity and solicitation of sex workers.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/20/wang-leehom-lee-jinglei-china-taiwan", - "creator": "Vincent Ni China affairs correspondent, and Xiaoqian Zhu", - "pubDate": "2021-12-20T15:08:06Z", + "title": "Mexicans pay tribute to Vicente Fernández, icon of ranchera music", + "description": "

    Family, friends and fellow musicians pay their final respects to the man known as ‘El Rey’ (the King) following his death at age 81

    Mexicans are in mourning for Vicente Fernández, the elaborately mustachioed icon of ranchera music, whose ballads of love and loss, golden baritones and singular stage presence captured the raw emotions of a nation.

    Fans have flocked to his ranch in western Jalisco state, where family, friends and fellow crooners paid their final respects to the man known as “El Rey” (the King) – and often just by the diminutive “Chente.”

    Continue reading...", + "content": "

    Family, friends and fellow musicians pay their final respects to the man known as ‘El Rey’ (the King) following his death at age 81

    Mexicans are in mourning for Vicente Fernández, the elaborately mustachioed icon of ranchera music, whose ballads of love and loss, golden baritones and singular stage presence captured the raw emotions of a nation.

    Fans have flocked to his ranch in western Jalisco state, where family, friends and fellow crooners paid their final respects to the man known as “El Rey” (the King) – and often just by the diminutive “Chente.”

    Continue reading...", + "category": "Mexico", + "link": "https://www.theguardian.com/world/2021/dec/13/vicente-fernandez-mexico-tributes-ranchera-music", + "creator": "David Agren in Mexico City", + "pubDate": "2021-12-13T20:50:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207014,16 +232663,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44896956b6bd0bc60ac6d7b4b28d9504" + "hash": "6acdfc11fdfc97136c896e37c0e670eb" }, { - "title": "Australia Covid live update: NSW reports record 3,057 Covid cases, Victoria 1,245; national cabinet to discuss vaccination changes and tougher restrictions", - "description": "

    Victoria records 1,245 Covid cases; NSW records 3,057 cases; councillor to run for Liberal party in Christian Porter’s Perth seat; thousands without power after Sydney storm; states and territories to discuss vaccination timeframes and mask mandates – follow all the day’s news live

    According to Seven News Scott Morrison is supportive of an indoor mask mandate in light of the Omicron variant spreading throughout Australia, but not further lockdowns.

    Thousands of customers are still without power on Sydney’s northern beaches after the brief but cyclonic weekend storm that felled power lines, leaving a trail of destruction, reports AAP.

    It’s a very difficult time of year to be without power, and we apologise for the delays. We are doing everything we can to turn the lights back on as soon as possible. Where we can, we are progressively turning power back on, and as always the safety of our customers and staff remains our number one priority.

    Continue reading...", - "content": "

    Victoria records 1,245 Covid cases; NSW records 3,057 cases; councillor to run for Liberal party in Christian Porter’s Perth seat; thousands without power after Sydney storm; states and territories to discuss vaccination timeframes and mask mandates – follow all the day’s news live

    According to Seven News Scott Morrison is supportive of an indoor mask mandate in light of the Omicron variant spreading throughout Australia, but not further lockdowns.

    Thousands of customers are still without power on Sydney’s northern beaches after the brief but cyclonic weekend storm that felled power lines, leaving a trail of destruction, reports AAP.

    It’s a very difficult time of year to be without power, and we apologise for the delays. We are doing everything we can to turn the lights back on as soon as possible. Where we can, we are progressively turning power back on, and as always the safety of our customers and staff remains our number one priority.

    Continue reading...", + "title": "Former NRL player Brett Finch arrested over alleged involvement in a child sexual abuse ring", + "description": "

    Finch one of eight men arrested over alleged involvement in discussions about sexually abusing children and swapping material depicting abuse

    Former NRL player Brett Finch is among eight men in NSW accused of being involved in a telephone chat line where they allegedly discussed sexually abusing children and swapped material depicting abuse.

    Finch is understood to be the 40-year-old man arrested on Tuesday at a Sans Souci home in Sydney’s south, where police also seized a mobile phone.

    Continue reading...", + "content": "

    Finch one of eight men arrested over alleged involvement in discussions about sexually abusing children and swapping material depicting abuse

    Former NRL player Brett Finch is among eight men in NSW accused of being involved in a telephone chat line where they allegedly discussed sexually abusing children and swapped material depicting abuse.

    Finch is understood to be the 40-year-old man arrested on Tuesday at a Sans Souci home in Sydney’s south, where police also seized a mobile phone.

    Continue reading...", "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/21/australia-covid-vaccination-restrictions-cabinet-hospital-morrison-perrottet-andrews-sydney-victoria-corona-masks-queensland-lockdown-omicron-delta-politics-", - "creator": "Caitlin Cassidy (now) and Matilda Boseley (earlier)", - "pubDate": "2021-12-20T22:11:19Z", + "link": "https://www.theguardian.com/australia-news/2021/dec/14/former-nrl-player-brett-finch-arrested-over-alleged-involvement-in-a-child-sexual-abuse-ring", + "creator": "Australian Associated Press", + "pubDate": "2021-12-14T09:03:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207035,16 +232684,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad6498cf1c859fcb9d2c701992e529c2" + "hash": "ae3b5a8d4058d3865e12b33c55c05d90" }, { - "title": "Kenyan nomads’ age-old way of life falls victim to worst drought in memory – in pictures", - "description": "

    As the climate crisis causes drastic food and water shortages in the north-east, pastoralists and their livestock are being pushed to the brink
    Images contain graphic content

    Photographs by Ed Ram for Getty

    Continue reading...", - "content": "

    As the climate crisis causes drastic food and water shortages in the north-east, pastoralists and their livestock are being pushed to the brink
    Images contain graphic content

    Photographs by Ed Ram for Getty

    Continue reading...", + "title": "Top toddy: Sri Lanka’s tree tapping trade reaches new heights", + "description": "

    ‘Toddy tappers’ who collect sap used in everything from palm wine to ice-cream are enjoying a boost to business that has revived the traditional skill and improved their quality of life

    The palmyra palm tree with its wide fan leaves is a distinctive and common sight across Jaffna, northern Sri Lanka, thriving in the arid conditions.

    Kutty, who goes by only one name, is a “toddy tapper”. Climbing the palms with his clay pot, he collects sap from the flower heads at the top of the great trees, which can grow to more than 30 metres (90ft). The sap is fermented to make toddy, an alcoholic drink also known as palm wine.

    Continue reading...", + "content": "

    ‘Toddy tappers’ who collect sap used in everything from palm wine to ice-cream are enjoying a boost to business that has revived the traditional skill and improved their quality of life

    The palmyra palm tree with its wide fan leaves is a distinctive and common sight across Jaffna, northern Sri Lanka, thriving in the arid conditions.

    Kutty, who goes by only one name, is a “toddy tapper”. Climbing the palms with his clay pot, he collects sap from the flower heads at the top of the great trees, which can grow to more than 30 metres (90ft). The sap is fermented to make toddy, an alcoholic drink also known as palm wine.

    Continue reading...", "category": "Global development", - "link": "https://www.theguardian.com/global-development/gallery/2021/dec/17/kenyan-nomads-age-old-way-of-life-falls-victim-to-worst-drought-in-memory-in-pictures", - "creator": "", - "pubDate": "2021-12-17T10:15:25Z", + "link": "https://www.theguardian.com/global-development/2021/dec/10/top-toddy-sri-lankas-tree-tapping-trade-reaches-new-heights", + "creator": "Khursheed Dinshaw in Jaffna", + "pubDate": "2021-12-10T06:00:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207056,16 +232705,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a86d53c77f38b58cf0e87e415fc30c4" + "hash": "008af98ab9769059a9e1c70bfe5d7d28" }, { - "title": "‘All I can think about is the children’s future’: drought devastates Kenya", - "description": "

    Nomads’ herds are dying along with rare wildlife as the longest dry spell in memory edges pastoralists ever nearer starvation

    Dahabley smells of rotting flesh. Bodies of starved cows lie in various stages of decomposition, after being dragged to the outskirts of the village in Wajir county, north-east Kenya. They are added to on a near-daily basis and fester in the heat amid multiplying flies.

    North-east Kenya is well used to spells of drought, but it is experiencing the worst in living memory. As the region’s short rainy season, which starts in October, draws to an end, parts of Wajir have only seen small showers and other areas have had no rain at all for more than a year.

    Continue reading...", - "content": "

    Nomads’ herds are dying along with rare wildlife as the longest dry spell in memory edges pastoralists ever nearer starvation

    Dahabley smells of rotting flesh. Bodies of starved cows lie in various stages of decomposition, after being dragged to the outskirts of the village in Wajir county, north-east Kenya. They are added to on a near-daily basis and fester in the heat amid multiplying flies.

    North-east Kenya is well used to spells of drought, but it is experiencing the worst in living memory. As the region’s short rainy season, which starts in October, draws to an end, parts of Wajir have only seen small showers and other areas have had no rain at all for more than a year.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/17/all-i-can-think-about-is-the-childrens-future-drought-devastates-kenya", - "creator": "Ed Ram in Dahabley", - "pubDate": "2021-12-17T06:30:20Z", + "title": "‘We have to use a boat to commute’: coastal Ghana hit by climate crisis", + "description": "

    As the sea claims more of the west African shoreline, those left homeless by floods are losing hope that the government will act

    Waves have taken the landscape John Afedzie knew so well. “The waters came closer in the last few months, but now they have destroyed parts of schools and homes. The waves have taken the whole of the village. One needs to use a boat to commute now because of the rising sea levels,” he says.

    Afedzie lives in Keta, one of Ghana’s coastal towns, where a month ago high tide brought seawater flooding into 1,027 houses, according to the government, leaving him among about 3,000 people made homeless overnight.

    Continue reading...", + "content": "

    As the sea claims more of the west African shoreline, those left homeless by floods are losing hope that the government will act

    Waves have taken the landscape John Afedzie knew so well. “The waters came closer in the last few months, but now they have destroyed parts of schools and homes. The waves have taken the whole of the village. One needs to use a boat to commute now because of the rising sea levels,” he says.

    Afedzie lives in Keta, one of Ghana’s coastal towns, where a month ago high tide brought seawater flooding into 1,027 houses, according to the government, leaving him among about 3,000 people made homeless overnight.

    Continue reading...", + "category": "Ghana", + "link": "https://www.theguardian.com/world/2021/dec/09/coastal-ghana-hit-by-climate-crisis", + "creator": "Ekow Barnes in Keta", + "pubDate": "2021-12-09T07:30:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207077,16 +232726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f28b52817547fa3f3e7381da30d6e2a" + "hash": "991699d78546e82756911ff656048187" }, { - "title": "Culture in a bowl: Haiti’s joumou soup awarded protected status by Unesco", - "description": "

    The dish, originally cooked by slaves for their owners, has come to symbolise hope and dignity in the troubled Caribbean country

    Haiti’s joumou soup, a symbol of hope and dignity for the world’s first black-led republic, has been awarded protected status by Unesco.

    The soup, made from turban squash and originally cooked by enslaved African people for their owners in Haiti, was on Thursday added to Unesco’s prestigious list of intangible cultural heritage. It is Haiti’s first inclusion on the list, and the country’s Unesco ambassador, Dominique Dupuy, cried as the announcement was made. The decision is expected to be officially endorsed by Unesco’s general assembly next year.

    Continue reading...", - "content": "

    The dish, originally cooked by slaves for their owners, has come to symbolise hope and dignity in the troubled Caribbean country

    Haiti’s joumou soup, a symbol of hope and dignity for the world’s first black-led republic, has been awarded protected status by Unesco.

    The soup, made from turban squash and originally cooked by enslaved African people for their owners in Haiti, was on Thursday added to Unesco’s prestigious list of intangible cultural heritage. It is Haiti’s first inclusion on the list, and the country’s Unesco ambassador, Dominique Dupuy, cried as the announcement was made. The decision is expected to be officially endorsed by Unesco’s general assembly next year.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/17/culture-in-a-bowl-haitis-joumou-soup-awarded-protected-status-by-unesco", - "creator": "Saeed Kamali Dehghan", - "pubDate": "2021-12-17T06:00:21Z", + "title": "UK’s 1m a day booster rollout is strategy of short-term pain for long-term gain", + "description": "

    Analysis: next few weeks will be tough for anyone who relied on the health service as well as those who work in it

    The wording of the four home nations’ chief medical officers joint statement on Sunday was undramatic but still ominous. “Transmission of Covid-19 is already high in the community, mainly still driven by Delta, but the emergence of Omicron adds additional and rapidly increasing risk to the public and healthcare services.”

    Given that “vaccine protection against symptomatic disease from Omicron is reduced … hospitalisations from Omicron are already occurring and these are likely to increase rapidly”, they added.

    Continue reading...", + "content": "

    Analysis: next few weeks will be tough for anyone who relied on the health service as well as those who work in it

    The wording of the four home nations’ chief medical officers joint statement on Sunday was undramatic but still ominous. “Transmission of Covid-19 is already high in the community, mainly still driven by Delta, but the emergence of Omicron adds additional and rapidly increasing risk to the public and healthcare services.”

    Given that “vaccine protection against symptomatic disease from Omicron is reduced … hospitalisations from Omicron are already occurring and these are likely to increase rapidly”, they added.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/12/uks-1m-a-day-booster-rollout-is-strategy-of-short-term-pain-for-long-term-gain", + "creator": "Denis Campbell Health policy editor", + "pubDate": "2021-12-12T20:56:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207098,16 +232747,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9233a941de384010dd759141f630b36d" + "hash": "a92cac3210477b6fe5684b3731f84f28" }, { - "title": "North Korea bans laughing for 11 days during mourning for anniversary of Kim Jong-il's death – video", - "description": "

    Video from Pyongyang shows North Korea's leader Kim Jong-un looking very dour as he attends the memorial service to mark the 10th anniversary of his father's death. As part of the national memorial, North Koreans have been banned from showing any sign of happiness. The restrictions include an explicit ban on laughter and alcohol during the 11-day period of mourning. On the exact anniversary of Kim Jong-il’s death, 17 December, North Koreans were even banned from going grocery shopping

    Continue reading...", - "content": "

    Video from Pyongyang shows North Korea's leader Kim Jong-un looking very dour as he attends the memorial service to mark the 10th anniversary of his father's death. As part of the national memorial, North Koreans have been banned from showing any sign of happiness. The restrictions include an explicit ban on laughter and alcohol during the 11-day period of mourning. On the exact anniversary of Kim Jong-il’s death, 17 December, North Koreans were even banned from going grocery shopping

    Continue reading...", - "category": "North Korea", - "link": "https://www.theguardian.com/world/video/2021/dec/20/north-korea-bans-laughing-for-11-days-during-mourning-for-anniversary-of-kim-jong-ils-death-video", - "creator": "", - "pubDate": "2021-12-19T23:53:30Z", + "title": "What makes boosters more effective than the first two Covid jabs?", + "description": "

    Analysis: top-up vaccines make key changes to our antibody defences, reducing the threat from Omicron

    Covid-19, we should know by now, is a moving target. In autumn the rollout of boosters to older age groups was contentious. Now they’re the single biggest focus. So why do boosters help so significantly compared with first and second jabs, and are we on a conveyor belt towards needing an ever-increasing number of top-ups?

    Even before Omicron, it was clear boosters would be required to maintain the levels of protection against infection, although protection against severe illness appeared to be holding up well.

    Continue reading...", + "content": "

    Analysis: top-up vaccines make key changes to our antibody defences, reducing the threat from Omicron

    Covid-19, we should know by now, is a moving target. In autumn the rollout of boosters to older age groups was contentious. Now they’re the single biggest focus. So why do boosters help so significantly compared with first and second jabs, and are we on a conveyor belt towards needing an ever-increasing number of top-ups?

    Even before Omicron, it was clear boosters would be required to maintain the levels of protection against infection, although protection against severe illness appeared to be holding up well.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/12/what-makes-boosters-more-effective-than-the-first-two-covid-jabs", + "creator": "Hannah Devlin Science correspondent", + "pubDate": "2021-12-12T18:31:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207119,16 +232768,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2240d94cbaaa6b0ada84f905ef5f4dc" + "hash": "6c8950cb7506c247c9c42c7804cd2081" }, { - "title": "Sajid Javid: 'no guarantees' over further Covid curbs before Christmas – video", - "description": "

    The UK health secretary refused to rule out imposing tougher Covid restrictions in England before Christmas, after warnings that hospitalisations could peak at up to 10,000 a day without further action. 

    Speaking on the BBC's Andrew Marr Show, Javid acknowledged that the data on Omicron remained incomplete - but suggested it might be necessary to make decisions before a full picture is available

    Continue reading...", - "content": "

    The UK health secretary refused to rule out imposing tougher Covid restrictions in England before Christmas, after warnings that hospitalisations could peak at up to 10,000 a day without further action. 

    Speaking on the BBC's Andrew Marr Show, Javid acknowledged that the data on Omicron remained incomplete - but suggested it might be necessary to make decisions before a full picture is available

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/19/sajid-javid-further-covid-restrictions-christmas-video", + "title": "Aerial footage shows extent of tornado damage in Kentucky – video", + "description": "

    Drone footage has captured the devastation after a series of deadly tornadoes struck Kentucky on Friday. The US president, Joe Biden, declared a major federal disaster in the state, with officials saying the death toll could exceed 100 in Kentucky alone. 

    The governor, Andy Beshear, said the tornadoes were the most destructive in the state’s history. One tornado that tore through four states over four hours of nighttime devastation is believed to be the longest distance for a tornado in US history. In Mayfield, a community of about 10,000 in the south-western corner of Kentucky, large twisters also destroyed fire and police stations

    Continue reading...", + "content": "

    Drone footage has captured the devastation after a series of deadly tornadoes struck Kentucky on Friday. The US president, Joe Biden, declared a major federal disaster in the state, with officials saying the death toll could exceed 100 in Kentucky alone. 

    The governor, Andy Beshear, said the tornadoes were the most destructive in the state’s history. One tornado that tore through four states over four hours of nighttime devastation is believed to be the longest distance for a tornado in US history. In Mayfield, a community of about 10,000 in the south-western corner of Kentucky, large twisters also destroyed fire and police stations

    Continue reading...", + "category": "Kentucky", + "link": "https://www.theguardian.com/us-news/video/2021/dec/13/kentucky-tornado-damage-aerial-footage-video", "creator": "", - "pubDate": "2021-12-19T12:21:50Z", + "pubDate": "2021-12-13T10:26:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207140,16 +232789,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b52848e81c1773344ec82bf93aea5c99" + "hash": "e016e0d1ccbaa59e40ff73927da9ea04" }, { - "title": "Sadiq Khan declares ‘major incident’ over Covid surge in London – video", - "description": "

    The London mayor, Sadiq Khan, has declared a ‘major incident’ to help the capital’s hospitals cope with a surge in Covid-19 cases caused by the fast-spreading Omicron variant.

    Khan said the step would allow for closer coordination between different public agencies, after the UK reported the largest 24-hour rise in new cases since the pandemic began

    Continue reading...", - "content": "

    The London mayor, Sadiq Khan, has declared a ‘major incident’ to help the capital’s hospitals cope with a surge in Covid-19 cases caused by the fast-spreading Omicron variant.

    Khan said the step would allow for closer coordination between different public agencies, after the UK reported the largest 24-hour rise in new cases since the pandemic began

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/politics/video/2021/dec/18/sadiq-khan-declares-major-incident-over-covid-surge-in-london-video", - "creator": "", - "pubDate": "2021-12-18T16:51:02Z", + "title": "Empty polling stations and solemn streets: New Caledonia referendum – in pictures", + "description": "

    Voter turnout in the Pacific territory’s referendum on independence from France at the weekend was staggeringly low, after pro-independence groups called for boycotts. Those who did cast ballots voted overwhelmingly for New Caledonia to remain part of France

    Continue reading...", + "content": "

    Voter turnout in the Pacific territory’s referendum on independence from France at the weekend was staggeringly low, after pro-independence groups called for boycotts. Those who did cast ballots voted overwhelmingly for New Caledonia to remain part of France

    Continue reading...", + "category": "New Caledonia", + "link": "https://www.theguardian.com/world/gallery/2021/dec/13/empty-polling-stations-and-solemn-streets-new-caledonia-referendum-in-pictures", + "creator": "Dominique Catton", + "pubDate": "2021-12-13T06:57:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207161,16 +232810,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "884e932b38f70f9d5b6ff20327a667a1" + "hash": "5edd38d933747f5cee27168a226fff69" }, { - "title": "How white mobs firebombed homes and decimated a Black community in Illinois – video", - "description": "

    This is the final episode of Red Summers, a 360 video series by artist Bayeté Ross Smith covering the untold American history of racial terrorism. 

    After the first world war, Black laborers moved to northern towns like East St Louis, Illinois, trying to escape Jim Crow in the south. In 1917, members of the White American Federation of Labor went on strike – and the company responded by hiring Black workers. 

    Angry white workers began attacking Black people in the city. Eventually this leads to white mobs firebombing houses with Black families inside, while others outside waited to shoot and kill them. Historians estimate between 39 and 150 Black people were killed in the East St Louis riots.

    Just months later, another race riot in Houston broke out after member of the all-white Houston police department arrested a high-ranking soldier in an all-Black army regiment – a group that had recently returned from war. Only the Black soldiers were penalized

    Continue reading...", - "content": "

    This is the final episode of Red Summers, a 360 video series by artist Bayeté Ross Smith covering the untold American history of racial terrorism. 

    After the first world war, Black laborers moved to northern towns like East St Louis, Illinois, trying to escape Jim Crow in the south. In 1917, members of the White American Federation of Labor went on strike – and the company responded by hiring Black workers. 

    Angry white workers began attacking Black people in the city. Eventually this leads to white mobs firebombing houses with Black families inside, while others outside waited to shoot and kill them. Historians estimate between 39 and 150 Black people were killed in the East St Louis riots.

    Just months later, another race riot in Houston broke out after member of the all-white Houston police department arrested a high-ranking soldier in an all-Black army regiment – a group that had recently returned from war. Only the Black soldiers were penalized

    Continue reading...", - "category": "Tulsa race massacre", - "link": "https://www.theguardian.com/us-news/video/2021/dec/18/how-white-mobs-firebombed-homes-and-decimated-a-black-community-in-illinois-video", - "creator": "Bayeté Ross Smith", - "pubDate": "2021-12-18T10:00:00Z", + "title": "Johnson addresses the nation as Covid alert level raised due to Omicron – video", + "description": "

    Boris Johnson has announced that the government is launching an emergency booster campaign to avoid a severe rise in hospitalisations and deaths from a 'tidal wave' of Omicron. The prime minister said infections of the Covid-19 variant, first identified in South Africa, were doubling every two to three days, and that two doses of vaccine 'are simply not enough to give the level of protection we all need'.

    Speaking in a televised address on Sunday night, Johnson announced the booster programme would be offered to everyone over the age of 18 in the UK, with extra capacity provided by 'additional vaccine sites and mobile units' and '42 military planning teams across every health region'

    Continue reading...", + "content": "

    Boris Johnson has announced that the government is launching an emergency booster campaign to avoid a severe rise in hospitalisations and deaths from a 'tidal wave' of Omicron. The prime minister said infections of the Covid-19 variant, first identified in South Africa, were doubling every two to three days, and that two doses of vaccine 'are simply not enough to give the level of protection we all need'.

    Speaking in a televised address on Sunday night, Johnson announced the booster programme would be offered to everyone over the age of 18 in the UK, with extra capacity provided by 'additional vaccine sites and mobile units' and '42 military planning teams across every health region'

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/12/johnson-addresses-the-nation-as-covid-alert-level-raised-due-to-omicron-video", + "creator": "", + "pubDate": "2021-12-12T21:00:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207182,16 +232831,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d4b48537da1d934d4440a34d579acdc" + "hash": "2ee2c7a4b4a74c2f1d125d6228de36dd" }, { - "title": "Raab says PM and staff’s garden gathering was within lockdown rules", - "description": "

    Minister says other offices would have been doing the same, in defence that appears to differ from No 10’s line

    A photograph of Boris Johnson, his wife and up to 17 staff in the Downing Street garden during the first lockdown shows people “having a drink after a busy set of work meetings” and acting entirely within the rules of the time, Dominic Raab has said.

    Other workplaces would have done the same during this period and this would not have breached any rules, the justice secretary argued.

    Continue reading...", - "content": "

    Minister says other offices would have been doing the same, in defence that appears to differ from No 10’s line

    A photograph of Boris Johnson, his wife and up to 17 staff in the Downing Street garden during the first lockdown shows people “having a drink after a busy set of work meetings” and acting entirely within the rules of the time, Dominic Raab has said.

    Other workplaces would have done the same during this period and this would not have breached any rules, the justice secretary argued.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/20/raab-says-pm-and-staffs-garden-gathering-was-within-lockdown-rules", - "creator": "Peter Walker Political correspondent", - "pubDate": "2021-12-20T09:30:09Z", + "title": "US tornadoes: up to 100 people feared dead after historic storms – video report", + "description": "

    What could prove to be the longest tornado in US history has left a trail of destruction from Arkansas to Kentucky, part of a vast storm front that is feared to have killed at least 100 people in southern and central states of the US.

    A candle factory in Mayfield, Kentucky, and an Amazon warehouse in Edwardsville, Illinois, were just two of the buildings destroyed in Friday night’s storm, which was all the more unusual because it came in December, when colder weather normally limits tornadoes


    Continue reading...", + "content": "

    What could prove to be the longest tornado in US history has left a trail of destruction from Arkansas to Kentucky, part of a vast storm front that is feared to have killed at least 100 people in southern and central states of the US.

    A candle factory in Mayfield, Kentucky, and an Amazon warehouse in Edwardsville, Illinois, were just two of the buildings destroyed in Friday night’s storm, which was all the more unusual because it came in December, when colder weather normally limits tornadoes


    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/video/2021/dec/12/us-tornadoes-leave-more-than-100-people-feared-dead-video", + "creator": "", + "pubDate": "2021-12-12T16:41:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207203,16 +232852,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5fdfe26e329919a6c4f8a9613c02875" + "hash": "4e8d92763a047cefea3638636452be1e" }, { - "title": "UN-backed investigator into possible Yemen war crimes targeted by spyware", - "description": "

    Exclusive: Analysis of Kamel Jendoubi’s mobile phone reveals he was targeted in August 2019

    The mobile phone of a UN-backed investigator who was examining possible war crimes in Yemen was targeted with spyware made by Israel’s NSO Group, a new forensic analysis of the device has revealed.

    Kamel Jendoubi, a Tunisian who served as the chairman of the now defunct Group of Eminent Experts in Yemen (GEE)– a panel mandated by the UN to investigate possible war crimes – was targeted in August 2019, according to an analysis of his mobile phone by experts at Amnesty International and the Citizen Lab at the University of Toronto.

    Continue reading...", - "content": "

    Exclusive: Analysis of Kamel Jendoubi’s mobile phone reveals he was targeted in August 2019

    The mobile phone of a UN-backed investigator who was examining possible war crimes in Yemen was targeted with spyware made by Israel’s NSO Group, a new forensic analysis of the device has revealed.

    Kamel Jendoubi, a Tunisian who served as the chairman of the now defunct Group of Eminent Experts in Yemen (GEE)– a panel mandated by the UN to investigate possible war crimes – was targeted in August 2019, according to an analysis of his mobile phone by experts at Amnesty International and the Citizen Lab at the University of Toronto.

    Continue reading...", - "category": "United Nations", - "link": "https://www.theguardian.com/world/2021/dec/20/un-backed-investigator-into-possible-yemen-war-crimes-targeted-by-spyware", - "creator": "Stephanie Kirchgaessner in Washington", - "pubDate": "2021-12-20T05:00:45Z", + "title": "In pictures: the aftermath of deadly US tornadoes", + "description": "

    Tornadoes tore through central and southern US states on Friday, leaving at least 70 people feared dead in what President Biden called an ‘unimaginable tragedy’

    Continue reading...", + "content": "

    Tornadoes tore through central and southern US states on Friday, leaving at least 70 people feared dead in what President Biden called an ‘unimaginable tragedy’

    Continue reading...", + "category": "Tornadoes", + "link": "https://www.theguardian.com/world/gallery/2021/dec/11/in-pictures-tornadoes-us-kentucky-illinois", + "creator": "Guardian staff", + "pubDate": "2021-12-11T22:42:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207224,16 +232873,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "94a1c294d173c5d540c9df9479ba46fb" + "hash": "a2a56d29b34d300ab84d58781d220f2a" }, { - "title": "Leftwinger to become Chile’s youngest president after beating far-right rival", - "description": "

    Former student leader Gabriel Boric claims 55.8% of votes counted to defeat far-right opponent José Antonio Kast

    Gabriel Boric, a leftist former student leader, will become Chile’s youngest president after storming to a resounding victory in a run-off vote against his ultra-conservative far-right opponent, José Antonio Kast.

    With nearly 97% of the vote counted, the 35-year-old claimed 55.8% to take a 12 percentage point lead over Kast, who quickly accepted his defeat and called Boric to congratulate him.

    Continue reading...", - "content": "

    Former student leader Gabriel Boric claims 55.8% of votes counted to defeat far-right opponent José Antonio Kast

    Gabriel Boric, a leftist former student leader, will become Chile’s youngest president after storming to a resounding victory in a run-off vote against his ultra-conservative far-right opponent, José Antonio Kast.

    With nearly 97% of the vote counted, the 35-year-old claimed 55.8% to take a 12 percentage point lead over Kast, who quickly accepted his defeat and called Boric to congratulate him.

    Continue reading...", - "category": "Chile", - "link": "https://www.theguardian.com/world/2021/dec/19/leftist-gabriel-boric-elected-as-chiles-president", - "creator": "John Bartlett in Santiago", - "pubDate": "2021-12-20T08:54:35Z", + "title": "No disciplinary action for US troops over Kabul drone airstrike, Pentagon says", + "description": "

    Strike that killed 10 civilians represented ‘a breakdown in process’, not negligence or misconduct, spokesperson says

    No US troops or officials will face disciplinary action for a drone strike in Kabul in August that killed 10 Afghan civilians, including seven children, the Pentagon said on Monday.

    Spokesman John Kirby said Secretary of Defense Lloyd Austin had received a high-level review of the strike which made no recommendation of accountability.

    Continue reading...", + "content": "

    Strike that killed 10 civilians represented ‘a breakdown in process’, not negligence or misconduct, spokesperson says

    No US troops or officials will face disciplinary action for a drone strike in Kabul in August that killed 10 Afghan civilians, including seven children, the Pentagon said on Monday.

    Spokesman John Kirby said Secretary of Defense Lloyd Austin had received a high-level review of the strike which made no recommendation of accountability.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2021/dec/13/kabul-airstrike-pentagon-drone-no-disciplinary-action", + "creator": "AFP in Washington", + "pubDate": "2021-12-14T01:35:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207245,16 +232894,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddf7ec06ac124a55f059b9fe30233c05" + "hash": "71707d21e410af8d0ff37e5435c2ba61" }, { - "title": "Coronavirus news live: Thailand to consider ending quarantine-free travel; EU set to back Novavax vaccine", - "description": "

    Bangkok considering reinstating mandatory quarantine due to spread of Omicron; EU’s drug regulator will decide on whether to approve Novavax

    Thailand’s public health minister said on Monday that his ministry will propose reinstating mandatory quarantine for foreign visitors due to concerns over the spread of the Omicron variant.

    The proposal would scrap the current quarantine waiver for vaccinated visitors and revert to hotel quarantine and the “sandbox” programme, which allows free movement within a specific location, Anutin Charnvirakul told the Inside Thailand television show.

    Continue reading...", - "content": "

    Bangkok considering reinstating mandatory quarantine due to spread of Omicron; EU’s drug regulator will decide on whether to approve Novavax

    Thailand’s public health minister said on Monday that his ministry will propose reinstating mandatory quarantine for foreign visitors due to concerns over the spread of the Omicron variant.

    The proposal would scrap the current quarantine waiver for vaccinated visitors and revert to hotel quarantine and the “sandbox” programme, which allows free movement within a specific location, Anutin Charnvirakul told the Inside Thailand television show.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/20/covid-news-live-omicron-raging-around-the-world-fauci-says-belgian-protests-turn-violent", - "creator": "Charlie Moloney(now) and Samantha Lock(earlier)", - "pubDate": "2021-12-20T09:25:39Z", + "title": "South Dakota teachers scramble for dollar bills in ‘demeaning’ game", + "description": "

    Company behind the competition apologises after footage showing teachers stuffing notes into clothing to fund classrooms goes viral

    A competition pitting 10 teachers against each other to scramble for dollar bills to fund school supplies in a city in South Dakota has been described as “demeaning” and drawn comparisons with the Netflix hit series Squid Game.

    The local newspaper the Argus Leader reported $5,000 (£3,770) in single dollar bills were laid out on the ice skating rink during the Sioux Falls Stampede hockey game on Saturday night, and the teachers from nearby schools competed to grab as many as possible in less than five minutes.

    Continue reading...", + "content": "

    Company behind the competition apologises after footage showing teachers stuffing notes into clothing to fund classrooms goes viral

    A competition pitting 10 teachers against each other to scramble for dollar bills to fund school supplies in a city in South Dakota has been described as “demeaning” and drawn comparisons with the Netflix hit series Squid Game.

    The local newspaper the Argus Leader reported $5,000 (£3,770) in single dollar bills were laid out on the ice skating rink during the Sioux Falls Stampede hockey game on Saturday night, and the teachers from nearby schools competed to grab as many as possible in less than five minutes.

    Continue reading...", + "category": "South Dakota", + "link": "https://www.theguardian.com/us-news/2021/dec/13/teachers-scramble-dollar-bills-south-dakota-dash-for-cash", + "creator": "Josh Taylor", + "pubDate": "2021-12-13T11:31:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207266,16 +232915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f88e915b43cc159c1de411587b8c4df" + "hash": "424bc1486fceebb8c61e0d3526371f64" }, { - "title": "Pro-Beijing candidates sweep Hong Kong ‘patriots’-only elections", - "description": "

    Legislative elections marred by record low turnout following crackdown on political dissent

    Pro-Beijing candidates will occupy nearly every seat in Hong Kong’s new legislature, after party loyalists swept the first elections under a revamp by Beijing ensuring that only “patriots” could run for office.

    The elections were marred by record low voter turnout that observers say signal a general political apathy in the city, 18 months since authorities began a crackdown on political dissent in the name of national security.

    Continue reading...", - "content": "

    Legislative elections marred by record low turnout following crackdown on political dissent

    Pro-Beijing candidates will occupy nearly every seat in Hong Kong’s new legislature, after party loyalists swept the first elections under a revamp by Beijing ensuring that only “patriots” could run for office.

    The elections were marred by record low voter turnout that observers say signal a general political apathy in the city, 18 months since authorities began a crackdown on political dissent in the name of national security.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/20/pro-beijing-candidates-sweep-hong-kong-patriots-only-elections", - "creator": "Rhoda Kwan with agencies", - "pubDate": "2021-12-20T05:22:10Z", + "title": "Covid news live: hospitals in England told to free up beds as Omicron spreads; South Korea’s Covid deaths hit record high", + "description": "

    NHS England asks hospitals to discharge patients where possible; South Korea reports a record number of Covid patients in serious or critical condition

    United States secretary of state Antony Blinken says by the end of next year, the US will have donated more than 1.2b Covid-19 vaccine doses to the world, Reuters is reporting.

    The US air force has discharged 27 people for refusing to get the Covid-19 vaccine, making them what officials believe are the first service members to be removed for disobeying the mandate.

    Continue reading...", + "content": "

    NHS England asks hospitals to discharge patients where possible; South Korea reports a record number of Covid patients in serious or critical condition

    United States secretary of state Antony Blinken says by the end of next year, the US will have donated more than 1.2b Covid-19 vaccine doses to the world, Reuters is reporting.

    The US air force has discharged 27 people for refusing to get the Covid-19 vaccine, making them what officials believe are the first service members to be removed for disobeying the mandate.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/14/covid-news-live-us-coronavirus-cases-surpass-50m-china-reports-first-omicron-case", + "creator": "Samantha Lock", + "pubDate": "2021-12-14T06:31:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207287,16 +232936,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e591f0b7bd8e1d48a304b0e3cb154f6" + "hash": "8fcf19a0c09020a91034bc445bd06c3b" }, { - "title": "Peng Shuai appearance fails to address concerns for her wellbeing, says WTA", - "description": "
    • Peng retracts sexual assault claims in first foreign media interview
    • Women’s tennis governing body still wants ‘full and fair’ investigation'

    The Women’s Tennis Association has reiterated its call for an investigation into the welfare of Peng Shuai and said a public appearance by the Chinese star on Sunday still did not address its concerns about her wellbeing.

    On Sunday Peng said a message she had posted on Weibo, China’s Twitter-like platform, in early November in which she accused the former vice-premier Zhang Gaoli of sexual assault had been “misunderstood”.

    Continue reading...", - "content": "
    • Peng retracts sexual assault claims in first foreign media interview
    • Women’s tennis governing body still wants ‘full and fair’ investigation'

    The Women’s Tennis Association has reiterated its call for an investigation into the welfare of Peng Shuai and said a public appearance by the Chinese star on Sunday still did not address its concerns about her wellbeing.

    On Sunday Peng said a message she had posted on Weibo, China’s Twitter-like platform, in early November in which she accused the former vice-premier Zhang Gaoli of sexual assault had been “misunderstood”.

    Continue reading...", - "category": "Peng Shuai", - "link": "https://www.theguardian.com/sport/2021/dec/20/peng-shuai-appearance-fails-to-address-concerns-for-tennis-stars-wellbeing-says-wta", - "creator": "Rhoda Kwan in Taipei and agencies", - "pubDate": "2021-12-20T06:58:28Z", + "title": "The 50 best films of 2021 in the UK: 50-4", + "description": "

    Our countdown of the best films released in the UK during 2021 continues with an engrossing adaptation of a Haruki Murakami short story

    This list is compiled by the Guardian film team, with all films released in the UK during 2021 in contention. Check in every weekday to see our next picks, and please share your own favourite films of 2021 in the comments below.

    Continue reading...", + "content": "

    Our countdown of the best films released in the UK during 2021 continues with an engrossing adaptation of a Haruki Murakami short story

    This list is compiled by the Guardian film team, with all films released in the UK during 2021 in contention. Check in every weekday to see our next picks, and please share your own favourite films of 2021 in the comments below.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/nov/30/the-50-best-films-of-2021-in-the-uk", + "creator": "Guardian Staff", + "pubDate": "2021-12-14T06:04:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207308,16 +232957,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd8b86b3b4f3ed7d0007d46043aa36cd" + "hash": "c68a095f816f788fb4cc842fb69acd4f" }, { - "title": "‘We need free speech’: protests erupt across Poland over controversial media bill", - "description": "

    The bill, yet to be signed into law, would tighten rules around foreign ownership of media

    Poles have staged nationwide protests including a thousands-strong rally outside the presidential palace to demand the head of state veto a law they say would limit media freedoms in the European Union’s largest eastern member.

    Unexpectedly rushed through parliament on Friday, the legislation would tighten rules around foreign ownership of media, specifically affecting the ability of news channel TVN24, owned by US media company Discovery Inc, to operate.

    Continue reading...", - "content": "

    The bill, yet to be signed into law, would tighten rules around foreign ownership of media

    Poles have staged nationwide protests including a thousands-strong rally outside the presidential palace to demand the head of state veto a law they say would limit media freedoms in the European Union’s largest eastern member.

    Unexpectedly rushed through parliament on Friday, the legislation would tighten rules around foreign ownership of media, specifically affecting the ability of news channel TVN24, owned by US media company Discovery Inc, to operate.

    Continue reading...", - "category": "Poland", - "link": "https://www.theguardian.com/world/2021/dec/20/we-need-free-speech-protests-erupt-across-poland-over-controversial-media-bill", - "creator": "Guardian staff with agencies", - "pubDate": "2021-12-20T02:29:22Z", + "title": "How bad were the US tornadoes and what caused them?", + "description": "

    Communities in five US states are picking up the pieces after a barrage of twisters

    Powerful tornadoes barrelled through five US states on Friday, levelling houses and factories and bringing down power lines. In Kentucky, the worst-hit state, one tornado alone followed an extraordinarily long and destructive path of more than 200 miles.

    Continue reading...", + "content": "

    Communities in five US states are picking up the pieces after a barrage of twisters

    Powerful tornadoes barrelled through five US states on Friday, levelling houses and factories and bringing down power lines. In Kentucky, the worst-hit state, one tornado alone followed an extraordinarily long and destructive path of more than 200 miles.

    Continue reading...", + "category": "Tornadoes", + "link": "https://www.theguardian.com/world/2021/dec/13/how-bad-were-the-us-tornadoes-and-what-caused-them-kentucky", + "creator": "Edward Helmore, Nikhita Chulani, Harvey Symons and Arnel Hecimovic", + "pubDate": "2021-12-13T15:11:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207329,16 +232978,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "00474a0d5bac1adfe38d73e89dfb244e" + "hash": "775a6cc9c6006f007286390df94714cf" }, { - "title": "Women stage global fast to pressure UK over Nazanin Zagari-Ratcliffe", - "description": "

    Participants in women’s fasting relay will demand Boris Johnson repay £400m to Iran for 1970s arms deal

    Women around the world will take turns to fast for 24 hours in an attempt to put pressure on the UK government to secure the freedom of Nazanin Zaghari-Ratcliffe from detention in Iran.

    The campaign by FiLiA, a female-led volunteer organisation working for the liberation of women, follows the 21-day hunger strike Nazanin’s husband, Richard Ratcliffe, mounted outside the Foreign Office in London until mid-November.

    Continue reading...", - "content": "

    Participants in women’s fasting relay will demand Boris Johnson repay £400m to Iran for 1970s arms deal

    Women around the world will take turns to fast for 24 hours in an attempt to put pressure on the UK government to secure the freedom of Nazanin Zaghari-Ratcliffe from detention in Iran.

    The campaign by FiLiA, a female-led volunteer organisation working for the liberation of women, follows the 21-day hunger strike Nazanin’s husband, Richard Ratcliffe, mounted outside the Foreign Office in London until mid-November.

    Continue reading...", - "category": "Nazanin Zaghari-Ratcliffe", - "link": "https://www.theguardian.com/news/2021/dec/20/women-stage-global-fast-to-pressure-uk-over-nazanin-zagari-ratcliffe", - "creator": "David Batty", - "pubDate": "2021-12-20T06:00:47Z", + "title": "Conservation documents for half of all critically endangered species don’t mention climate change", + "description": "

    Australian Conservation Foundation report found that climate change was not mentioned for 178 out of 334 critically endangered species and habitats

    Conservation documents for more than half of Australia’s critically endangered species and habitats fail to mention climate change according to new analysis that argues there is a significant “climate gap” in the management of Australia’s threatened wildlife.

    The report was commissioned by the Australian Conservation Foundation (ACF) and prepared by the Australian National University’s GreenLaw project, which is led by students in the ANU’s law faculty.

    Continue reading...", + "content": "

    Australian Conservation Foundation report found that climate change was not mentioned for 178 out of 334 critically endangered species and habitats

    Conservation documents for more than half of Australia’s critically endangered species and habitats fail to mention climate change according to new analysis that argues there is a significant “climate gap” in the management of Australia’s threatened wildlife.

    The report was commissioned by the Australian Conservation Foundation (ACF) and prepared by the Australian National University’s GreenLaw project, which is led by students in the ANU’s law faculty.

    Continue reading...", + "category": "Endangered habitats", + "link": "https://www.theguardian.com/environment/2021/dec/14/conservation-documents-for-half-of-australias-endangered-species-dont-mention-climate-change", + "creator": "Lisa Cox", + "pubDate": "2021-12-13T22:00:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207350,16 +232999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b15e0b6eb962fcad935707452eb8bed8" + "hash": "5a21bd62bb79d5a3fdf5a02186c0d16a" }, { - "title": "‘Peeing is very easy’: Japanese billionaire returns to Earth after documenting life on ISS", - "description": "

    Yusaku Maezawa spent 12 days at the space station, marking Russia’s return to space tourism after a decade-long pause

    A Japanese billionaire has returned to Earth after 12 days spent on the International Space Station, where he made videos about performing mundane tasks in space including brushing his teeth and going to the toilet.

    Online fashion tycoon Yusaku Maezawa and his assistant Yozo Hirano parachuted on to Kazakhstan’s steppe at around the expected landing time of 03.13 GMT on Monday, along with Russian cosmonaut Alexander Misurkin, Russia’s space agency said.

    Continue reading...", - "content": "

    Yusaku Maezawa spent 12 days at the space station, marking Russia’s return to space tourism after a decade-long pause

    A Japanese billionaire has returned to Earth after 12 days spent on the International Space Station, where he made videos about performing mundane tasks in space including brushing his teeth and going to the toilet.

    Online fashion tycoon Yusaku Maezawa and his assistant Yozo Hirano parachuted on to Kazakhstan’s steppe at around the expected landing time of 03.13 GMT on Monday, along with Russian cosmonaut Alexander Misurkin, Russia’s space agency said.

    Continue reading...", - "category": "International Space Station", - "link": "https://www.theguardian.com/science/2021/dec/20/peeing-is-very-easy-japanese-billionaire-returns-to-earth-after-documenting-life-on-iss", - "creator": "Agence France-Presse", - "pubDate": "2021-12-20T04:44:52Z", + "title": "Golden Globes 2022 tries to do better as Lady Gaga brings the outrage", + "description": "

    After a year of criticism over diversity, the Golden Globes have come up with a decent slate of nominees, with Gaga surely the favourite for best actress

    Full list of 2020 nominations

    The Golden Globes nomination list has been announced with a solemn introduction from the Hollywood Foreign Press Association’s president Helen Hoehne, to the effect that the Globes’ much-criticised controlling body was “trying to be better” and that its constituent membership was more diverse than at any other time in its history. Which is better, I suppose, than being less diverse than at any time in its history.

    At any rate, leading the pack are Belfast, Kenneth Branagh’s unashamed heartwarmer about the home town of his early childhood, with seven nominations and Jane Campion’s stark, twisty western-Gothic psychodrama The Power of the Dog, set in 1920s Montana with Benedict Cumberbatch as the troubled, angry cattleman who begins a toxic duel with his new sister-in-law played by Kirsten Dunst and her sensitive teenage son, played by Kodi Smit-McPhee.

    Continue reading...", + "content": "

    After a year of criticism over diversity, the Golden Globes have come up with a decent slate of nominees, with Gaga surely the favourite for best actress

    Full list of 2020 nominations

    The Golden Globes nomination list has been announced with a solemn introduction from the Hollywood Foreign Press Association’s president Helen Hoehne, to the effect that the Globes’ much-criticised controlling body was “trying to be better” and that its constituent membership was more diverse than at any other time in its history. Which is better, I suppose, than being less diverse than at any time in its history.

    At any rate, leading the pack are Belfast, Kenneth Branagh’s unashamed heartwarmer about the home town of his early childhood, with seven nominations and Jane Campion’s stark, twisty western-Gothic psychodrama The Power of the Dog, set in 1920s Montana with Benedict Cumberbatch as the troubled, angry cattleman who begins a toxic duel with his new sister-in-law played by Kirsten Dunst and her sensitive teenage son, played by Kodi Smit-McPhee.

    Continue reading...", + "category": "Golden Globes 2022", + "link": "https://www.theguardian.com/film/2021/dec/13/golden-globes-2022-tries-to-do-better-as-lady-gaga-brings-the-outrage", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-13T17:06:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207371,16 +233020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "726a0dfe7572356445654e90d7072ba7" + "hash": "84fd982fd71843bf1fe84d2b5632c5b7" }, { - "title": "Contact with nature in cities reduces loneliness, study shows", - "description": "

    Loneliness is significant mental health concern and can raise risk of death by 45%, say scientists

    Contact with nature in cities significantly reduces feelings of loneliness, according to a team of scientists.

    Loneliness is a major public health concern, their research shows, and can raise a person’s risk of death by 45% – more than air pollution, obesity or alcohol abuse.

    Continue reading...", - "content": "

    Loneliness is significant mental health concern and can raise risk of death by 45%, say scientists

    Contact with nature in cities significantly reduces feelings of loneliness, according to a team of scientists.

    Loneliness is a major public health concern, their research shows, and can raise a person’s risk of death by 45% – more than air pollution, obesity or alcohol abuse.

    Continue reading...", - "category": "Loneliness", - "link": "https://www.theguardian.com/society/2021/dec/20/contact-with-nature-cities-reduces-loneliness-study-mental-health", - "creator": "Damian Carrington Environment editor", - "pubDate": "2021-12-20T10:00:51Z", + "title": "Protesting voting rights activists arrested as Biden meets with Manchin", + "description": "

    Sixty were detained as the president met with the key Democrat who has become a roadblock to his agenda

    During a crucial week for Joe Biden’s agenda that will likely feature a political showdown on his Build Back Better legislation in the Senate, voting rights activists are turning up the pressure in Washington.

    As the US president met with a key centrist Democrat who has acted as a roadblock to his plans – West Virginia Senator Joe Manchin - more than sixty demonstrators were arrested as they protested: singing songs and blocking traffic near the US Capitol.

    Continue reading...", + "content": "

    Sixty were detained as the president met with the key Democrat who has become a roadblock to his agenda

    During a crucial week for Joe Biden’s agenda that will likely feature a political showdown on his Build Back Better legislation in the Senate, voting rights activists are turning up the pressure in Washington.

    As the US president met with a key centrist Democrat who has acted as a roadblock to his plans – West Virginia Senator Joe Manchin - more than sixty demonstrators were arrested as they protested: singing songs and blocking traffic near the US Capitol.

    Continue reading...", + "category": "US voting rights", + "link": "https://www.theguardian.com/us-news/2021/dec/13/voting-rights-activists-arrested-biden-manchin", + "creator": "Lauren Burke in Washington DC", + "pubDate": "2021-12-14T06:00:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207392,16 +233041,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "01a19d92849b0964533b1dcb75e65f26" + "hash": "c63f885fabaf81b83e74202206919b9c" }, { - "title": "The science is clear: the case for more Covid restrictions is overwhelming", - "description": "

    Analysis: Omicron studies so far have been rapid first takes, but the message for England is loud and clear

    For a variant that came to light less than a month ago, the evidence for Omicron’s potential to wreak havoc has mounted at breakneck speed. What studies have emerged are rapid first takes, but the message they convey is now loud and clear: the scientific case for more restrictions is overwhelming. Without hard and swift action to curb transmission, the NHS faces a battering.

    The first red flag came in late November when scientists in southern Africa shared early genomes of what became known as Omicron. Soon after they landed, Tom Peacock, a virologist at Imperial College London, highlighted the “awful” mutations that marked it out as a fast-spreading, vaccine-dodging variant. On receiving a text about Peacock’s tweet, Dr Susan Hopkins, the chief medical adviser to the UK Health Security Agency (UKHSA), conceded it filled her with gloom.

    Continue reading...", - "content": "

    Analysis: Omicron studies so far have been rapid first takes, but the message for England is loud and clear

    For a variant that came to light less than a month ago, the evidence for Omicron’s potential to wreak havoc has mounted at breakneck speed. What studies have emerged are rapid first takes, but the message they convey is now loud and clear: the scientific case for more restrictions is overwhelming. Without hard and swift action to curb transmission, the NHS faces a battering.

    The first red flag came in late November when scientists in southern Africa shared early genomes of what became known as Omicron. Soon after they landed, Tom Peacock, a virologist at Imperial College London, highlighted the “awful” mutations that marked it out as a fast-spreading, vaccine-dodging variant. On receiving a text about Peacock’s tweet, Dr Susan Hopkins, the chief medical adviser to the UK Health Security Agency (UKHSA), conceded it filled her with gloom.

    Continue reading...", - "category": "Health policy", - "link": "https://www.theguardian.com/politics/2021/dec/19/science-clear-case-more-covid-restrictions-overwhelming", - "creator": "Ian Sample Science editor", - "pubDate": "2021-12-19T15:50:17Z", + "title": "Australia live news update: Covidsafe app used just 13 times in past six months; NSW to ease rules for unvaccinated despite spike in Covid cases", + "description": "

    Matt Canavan says Covidsafe app ‘was worth trying’ despite low usage during Delta outbreaks; NSW commits to easing Covid rules for unvaccinated as Newcastle nightclub cluster grows; Victoria records 1,189 cases and six deaths; NSW records 804 cases and one death; 12 new cases in South Australia; Barnaby Joyce says Julian Assange should not be extradited to the US – follow all the day’s developments

    Here is the full statement from the Victorian government on the Moderna manufacturing facility that’s set to be operational by 2024.

    Scott Morrison has called on states and territories to ease their last remaining Covid-19 restrictions, as Western Australia announced plans to reopen its hard border to the rest of the nation, reports AAP’s Andrew Brown.

    Australians kept their side of the deal, it is time for governments to now keep theirs; to step back and let Australians step forward ...

    To put Australians back in charge of their own lives, relying on the connecting points and relationships that exist between the state and the individual.

    Australia is going to be connected and together again ...

    This will be welcome news for thousands of Western Australians looking forward to reuniting with family and friends after so long apart.

    Continue reading...", + "content": "

    Matt Canavan says Covidsafe app ‘was worth trying’ despite low usage during Delta outbreaks; NSW commits to easing Covid rules for unvaccinated as Newcastle nightclub cluster grows; Victoria records 1,189 cases and six deaths; NSW records 804 cases and one death; 12 new cases in South Australia; Barnaby Joyce says Julian Assange should not be extradited to the US – follow all the day’s developments

    Here is the full statement from the Victorian government on the Moderna manufacturing facility that’s set to be operational by 2024.

    Scott Morrison has called on states and territories to ease their last remaining Covid-19 restrictions, as Western Australia announced plans to reopen its hard border to the rest of the nation, reports AAP’s Andrew Brown.

    Australians kept their side of the deal, it is time for governments to now keep theirs; to step back and let Australians step forward ...

    To put Australians back in charge of their own lives, relying on the connecting points and relationships that exist between the state and the individual.

    Australia is going to be connected and together again ...

    This will be welcome news for thousands of Western Australians looking forward to reuniting with family and friends after so long apart.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/14/australia-news-updates-live-coronavirus-omicron-nsw-victoria-weather-scott-morrison-isolation-exposure-covid", + "creator": "Elias Visontay (now) and Matilda Boseley (earlier)", + "pubDate": "2021-12-14T06:33:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207413,16 +233062,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "01a840b8744d7a74a04562b2810ddd60" + "hash": "2eb0da94e9fac09dec5913bfa49a63ac" }, { - "title": "New York reports 22,000 new Covid cases – but hospitals say they can cope", - "description": "

    Omicron surge leads to event cancellations and lines at testing sites but health system not yet under serious strain

    New York state reported on Saturday that nearly 22,000 people tested positive for Covid-19 on Friday – eclipsing Thursday for the highest single-day total for new cases since testing became widely available. Amid fears over the new Omicron variant of the coronavirus, more than half of the positive results were in the city.

    The Rockettes on Friday canceled remaining performances of the Radio City Christmas Spectacular, citing “increasing challenges from the pandemic”. Saturday Night Live taped without an audience and with reduced crew. Lines at some testing sites stretched around the block and at-home tests remained hard to find or pricier than usual.

    Continue reading...", - "content": "

    Omicron surge leads to event cancellations and lines at testing sites but health system not yet under serious strain

    New York state reported on Saturday that nearly 22,000 people tested positive for Covid-19 on Friday – eclipsing Thursday for the highest single-day total for new cases since testing became widely available. Amid fears over the new Omicron variant of the coronavirus, more than half of the positive results were in the city.

    The Rockettes on Friday canceled remaining performances of the Radio City Christmas Spectacular, citing “increasing challenges from the pandemic”. Saturday Night Live taped without an audience and with reduced crew. Lines at some testing sites stretched around the block and at-home tests remained hard to find or pricier than usual.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2021/dec/19/new-york-22000-new-covid-cases-omicron-testing-hospitals-rockettes-snl", - "creator": "Associated Press in New York", - "pubDate": "2021-12-19T12:22:01Z", + "title": "Covid live: Mainland China reports first Omicron cases; Norway to tighten restrictions", + "description": "

    First confirmed Omicron case in mainland China is detected in Tianjin; Norway to act amid record high infections and hospitalisations

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", + "content": "

    First confirmed Omicron case in mainland China is detected in Tianjin; Norway to act amid record high infections and hospitalisations

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/13/covid-news-live-boris-johnson-warns-of-omicron-tidal-wave-south-african-president-tests-positive", + "creator": "Jedidajah Otte (now), Rachel Hall, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-13T19:18:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207434,16 +233083,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f24821ef593cd22a2f3b6668f9f4f150" + "hash": "446145d61f6a116c87875e8ac9b09d44" }, { - "title": "Christmas curbs could be brought in within days, says Sajid Javid", - "description": "

    Health secretary expected to announce whether social mixing will be curtailed over festive period

    Sajid Javid has made clear that fresh Covid restrictions could be imposed before Christmas to slow the spread of the Omicron variant, with ministers set to make a decision in days.

    Government insiders expect an announcement to be made early next week about whether social mixing will be curtailed before the festive period – potentially including a cap on the number of families that can meet, or even hospitality closures.

    Continue reading...", - "content": "

    Health secretary expected to announce whether social mixing will be curtailed over festive period

    Sajid Javid has made clear that fresh Covid restrictions could be imposed before Christmas to slow the spread of the Omicron variant, with ministers set to make a decision in days.

    Government insiders expect an announcement to be made early next week about whether social mixing will be curtailed before the festive period – potentially including a cap on the number of families that can meet, or even hospitality closures.

    Continue reading...", - "category": "Sajid Javid", - "link": "https://www.theguardian.com/politics/2021/dec/19/christmas-curbs-could-be-brought-in-within-days-says-sajid-javid", - "creator": "Heather Stewart and Ian Sample", - "pubDate": "2021-12-19T20:17:58Z", + "title": "Kentucky tornadoes: governor says death toll expected to grow as crews sift through ruins", + "description": "

    Andy Beshear says over 100 Kentuckians still unaccounted for, and that number of confirmed deaths may not be known for weeks

    Kentucky’s governor Andy Beshear broke down in tears on Monday as he announced the deaths of at least 74 people from Friday’s deadly tornadoes that swept across multiple midwest and southern states, and warned that the death toll is expected to grow.

    The ages of those killed ranged from five months to 86 years, six of them younger than 18, Beshear said at an emotional press conference in Frankfort, the state capital.

    Continue reading...", + "content": "

    Andy Beshear says over 100 Kentuckians still unaccounted for, and that number of confirmed deaths may not be known for weeks

    Kentucky’s governor Andy Beshear broke down in tears on Monday as he announced the deaths of at least 74 people from Friday’s deadly tornadoes that swept across multiple midwest and southern states, and warned that the death toll is expected to grow.

    The ages of those killed ranged from five months to 86 years, six of them younger than 18, Beshear said at an emotional press conference in Frankfort, the state capital.

    Continue reading...", + "category": "Kentucky", + "link": "https://www.theguardian.com/us-news/2021/dec/13/kentucky-tornadoes-death-toll", + "creator": "Richard Luscombe and agencies", + "pubDate": "2021-12-13T21:21:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207455,16 +233104,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "53f7eb593317148f784a3a822fe5f725" + "hash": "291c07999289f2e78a0a4859cb93a242" }, { - "title": "No tree, no presents and now no TV – was this going to be our worst Christmas ever?", - "description": "

    We had been looking forward to watching unlimited television, but the set was on the blink. Then came a knock at the door …

    On Christmas Eve, a cheque arrived from our father so that our mother could get presents. She laughed bitterly and ripped it up.

    “But what will we thank him for?” cried my sister.

    Continue reading...", - "content": "

    We had been looking forward to watching unlimited television, but the set was on the blink. Then came a knock at the door …

    On Christmas Eve, a cheque arrived from our father so that our mother could get presents. She laughed bitterly and ripped it up.

    “But what will we thank him for?” cried my sister.

    Continue reading...", - "category": "Christmas", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/20/no-tree-no-presents-no-tv-worst-christmas-ever", - "creator": "Nina Stibbe", - "pubDate": "2021-12-20T07:00:50Z", + "title": "Outrage as Quebec teacher removed from classroom for wearing hijab", + "description": "

    Fatemeh Anvari was told her headwear ran afoul of Bill 21, which bars some public servants from wearing religious symbols

    The removal of a Canadian teacher for wearing a hijab in the classroom has sparked widespread condemnation of a controversial law in the province of Quebec, which critics say unfairly targets ethnic minorities under the pretext of secularism.

    Fatemeh Anvari, a third-grade teacher in the town of Chelsea, was told earlier this month that she would no longer be allowed to continue in the role because her headwear ran afoul of Bill 21, a law passed in 2019.

    Continue reading...", + "content": "

    Fatemeh Anvari was told her headwear ran afoul of Bill 21, which bars some public servants from wearing religious symbols

    The removal of a Canadian teacher for wearing a hijab in the classroom has sparked widespread condemnation of a controversial law in the province of Quebec, which critics say unfairly targets ethnic minorities under the pretext of secularism.

    Fatemeh Anvari, a third-grade teacher in the town of Chelsea, was told earlier this month that she would no longer be allowed to continue in the role because her headwear ran afoul of Bill 21, a law passed in 2019.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2021/dec/13/canada-quebec-teacher-removed-classroom-hijab", + "creator": "Leyland Cecco in Victoria, British Columbia", + "pubDate": "2021-12-13T19:26:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207476,16 +233125,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "534e6e4d75238761635633ade1b5723a" + "hash": "b6aff60d0d79b2bc8f43bb009f4512d3" }, { - "title": "A new start after 60: ‘I was a frustrated opera singer – then I found my voice as a man of God’", - "description": "

    When Wesley Rowell realised he was gay, he swapped church for the library, and became a performer. Then, in his seventh decade, he heard the call to join a seminary


    Wesley Rowell hoped to make it as an opera singer. A bass-baritone, he supported his ambitions and auditions with singing jobs in churches in Chicago and New York, and as a luxury salesperson, selling expensive pots of face cream. Then, at 60, he found a different kind of voice – and started seminary at Princeton with a mission to “reclaim God’s queerness”.

    No one was more surprised than Rowell, who is now 61. “If somebody said to me three years ago: ‘You’ll be going to a seminary,’ it would have been a ridiculous joke.” His mother, however, “a very serene, soft” 91-year-old, “just smiled and said: ‘Well, I guess your grandmother was right.’” Rowell’s grandfather was a minister in the African Methodist Episcopal Zion church in the family’s hometown of Fayetteville, North Carolina, and his grandmother had raised the possibility that one of the grandchildren might follow that path.

    Tell us: has your life taken a new direction after the age of 60?

    Continue reading...", - "content": "

    When Wesley Rowell realised he was gay, he swapped church for the library, and became a performer. Then, in his seventh decade, he heard the call to join a seminary


    Wesley Rowell hoped to make it as an opera singer. A bass-baritone, he supported his ambitions and auditions with singing jobs in churches in Chicago and New York, and as a luxury salesperson, selling expensive pots of face cream. Then, at 60, he found a different kind of voice – and started seminary at Princeton with a mission to “reclaim God’s queerness”.

    No one was more surprised than Rowell, who is now 61. “If somebody said to me three years ago: ‘You’ll be going to a seminary,’ it would have been a ridiculous joke.” His mother, however, “a very serene, soft” 91-year-old, “just smiled and said: ‘Well, I guess your grandmother was right.’” Rowell’s grandfather was a minister in the African Methodist Episcopal Zion church in the family’s hometown of Fayetteville, North Carolina, and his grandmother had raised the possibility that one of the grandchildren might follow that path.

    Tell us: has your life taken a new direction after the age of 60?

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/20/a-new-start-after-60-i-was-a-frustrated-opera-singer-then-i-found-my-voice-as-a-man-of-god", - "creator": "Paula Cocozza", - "pubDate": "2021-12-20T06:00:48Z", + "title": "Derek Chauvin expected to plead guilty to violating George Floyd’s civil rights", + "description": "

    Federal docket entry shows hearing scheduled for Wednesday for Chauvin to change his current not guilty plea in the case

    Derek Chauvin, the former Minneapolis police officer, appears to be on the verge of pleading guilty to violating George Floyd’s civil rights, according to a notice sent out Monday by the court’s electronic filing system.

    The federal docket entry shows a hearing has been scheduled for Wednesday for Chauvin to change his current not guilty plea in the case. These types of notices indicate a defendant is planning to plead guilty.

    Continue reading...", + "content": "

    Federal docket entry shows hearing scheduled for Wednesday for Chauvin to change his current not guilty plea in the case

    Derek Chauvin, the former Minneapolis police officer, appears to be on the verge of pleading guilty to violating George Floyd’s civil rights, according to a notice sent out Monday by the court’s electronic filing system.

    The federal docket entry shows a hearing has been scheduled for Wednesday for Chauvin to change his current not guilty plea in the case. These types of notices indicate a defendant is planning to plead guilty.

    Continue reading...", + "category": "George Floyd", + "link": "https://www.theguardian.com/us-news/2021/dec/13/derek-chauvin-change-plea-guilty-george-floyd-civil-rights-case", + "creator": "Associated Press", + "pubDate": "2021-12-13T21:24:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207497,16 +233146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50de9ca22bd7920e7e752c6b7d60d7d6" + "hash": "2294dc2bcabe8540009f43eff9f977fe" }, { - "title": "From Shakira’s boar brawl to Nicki Minaj’s testicle fiasco: the weirdest news stories of 2021", - "description": "

    In another fraught year full of depressing news, animals, celebrities and headline writers kept things wonderfully absurd

    In a year that began with the US Capitol attack, continued with the fall of Afghanistan and is ending with the rapid spread of Omicron, the global news cycle has at times felt overwhelming.

    But while 2021 has been another fraught year, not all the news has been negative. Here are a few of the funniest and weirdest stories and headlines published this year.

    Continue reading...", - "content": "

    In another fraught year full of depressing news, animals, celebrities and headline writers kept things wonderfully absurd

    In a year that began with the US Capitol attack, continued with the fall of Afghanistan and is ending with the rapid spread of Omicron, the global news cycle has at times felt overwhelming.

    But while 2021 has been another fraught year, not all the news has been negative. Here are a few of the funniest and weirdest stories and headlines published this year.

    Continue reading...", - "category": "Media", - "link": "https://www.theguardian.com/media/2021/dec/20/from-shakiras-boar-brawl-to-nicki-minajs-testicle-fiasco-the-weirdest-news-stories-of-2021", - "creator": "Donna Lu", - "pubDate": "2021-12-20T01:01:16Z", + "title": "Putin tells Boris Johnson urgent talks needed over Nato’s plans for Ukraine", + "description": "

    Kremlin wants legal agreement that alliance will not expand into disputed territory

    Vladimir Putin has told Boris Johnson that he wants immediate talks to secure clear legal agreements that Nato will not expand eastwards. According to a Kremlin readout of the two leaders’ phone call on Monday, Putin said talks were needed to discuss Nato’s future intentions, and to clarify Ukraine’s plans for the east of the country.

    The call marked the first time the two men had spoken since October before the Cop26 climate summit in Glasgow. Johnson expressed the UK’s “deep concern over the buildup of Russian forces on Ukraine’s border”, and warned him “that any destabilising action would be a strategic mistake that would have significant consequences”. The British prime minister also called for the issues to be resolved through diplomatic channels.

    Continue reading...", + "content": "

    Kremlin wants legal agreement that alliance will not expand into disputed territory

    Vladimir Putin has told Boris Johnson that he wants immediate talks to secure clear legal agreements that Nato will not expand eastwards. According to a Kremlin readout of the two leaders’ phone call on Monday, Putin said talks were needed to discuss Nato’s future intentions, and to clarify Ukraine’s plans for the east of the country.

    The call marked the first time the two men had spoken since October before the Cop26 climate summit in Glasgow. Johnson expressed the UK’s “deep concern over the buildup of Russian forces on Ukraine’s border”, and warned him “that any destabilising action would be a strategic mistake that would have significant consequences”. The British prime minister also called for the issues to be resolved through diplomatic channels.

    Continue reading...", + "category": "Nato", + "link": "https://www.theguardian.com/world/2021/dec/13/putin-demands-talks-over-natos-plans-for-eastern-ukraine", + "creator": "Patrick Wintour, diplomatic editor, and Julian Borger in Washington", + "pubDate": "2021-12-13T20:48:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207518,16 +233167,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc08e4b34ea2bb5d4349e3b3cf91c7db" + "hash": "358f9aa134a98e9d79acbc683b0b7e57" }, { - "title": "Rhik Samadder tries … mushing: ‘I’ve never known animal joy like it!’", - "description": "

    What a ride! The huskies and I were travelling as one – who knew such magical transport existed? More than anything I’ve tried, this experience has stayed with me

    I have a dream: that dream is to ride a dog like a horse. That isn’t possible. But I’ve heard the next best thing is possible, which is why I’m freezing in a field in Tewkesbury. Gloucestershire may not be Lapland but it’s where you can try mushing, organised by Arctic Quest. Single-handedly charioteering a sled powered by huskies? Sounds like a Christmas miracle to me. I gape in awe, as countless lupine beasts emerge from a trailer, yelping with excitement. It’s a few weeks before Omicron gathers strength, and I’m here for one last shot at feeling free.

    Vickie Pullin – a superb candidate for nominative determinism – set up Arctic Quest, and is a former world champion dog-sledder in four divisions, an achievement never equalled. (You have to be driven to get into husky sledding, ironically.) She has 36 dogs in total, all smaller than I imagined, total cuties with names like Azera, Frappe, Mocha and Cino. It would sound like a sitcom premise, were it not for Pullin’s no-nonsense demeanour. “The blue-eyed, fluffy husky thing? Hollywood PR,” she snorts.

    Continue reading...", - "content": "

    What a ride! The huskies and I were travelling as one – who knew such magical transport existed? More than anything I’ve tried, this experience has stayed with me

    I have a dream: that dream is to ride a dog like a horse. That isn’t possible. But I’ve heard the next best thing is possible, which is why I’m freezing in a field in Tewkesbury. Gloucestershire may not be Lapland but it’s where you can try mushing, organised by Arctic Quest. Single-handedly charioteering a sled powered by huskies? Sounds like a Christmas miracle to me. I gape in awe, as countless lupine beasts emerge from a trailer, yelping with excitement. It’s a few weeks before Omicron gathers strength, and I’m here for one last shot at feeling free.

    Vickie Pullin – a superb candidate for nominative determinism – set up Arctic Quest, and is a former world champion dog-sledder in four divisions, an achievement never equalled. (You have to be driven to get into husky sledding, ironically.) She has 36 dogs in total, all smaller than I imagined, total cuties with names like Azera, Frappe, Mocha and Cino. It would sound like a sitcom premise, were it not for Pullin’s no-nonsense demeanour. “The blue-eyed, fluffy husky thing? Hollywood PR,” she snorts.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/20/rhik-samadder-tries-mushing-ive-never-known-animal-joy-like-it", - "creator": "Rhik Samadder", - "pubDate": "2021-12-20T07:00:50Z", + "title": "Gas prices near record highs as Berlin rejects pipeline from Russia", + "description": "

    Germany says escalating tensions over Ukraine one factor in Nord Stream 2 not getting green light

    Gazprom profits as Russia prospers from Europe’s gas crisis

    Gas prices across the UK and Europe are on course to return to record highs, after Germany said that a controversial pipeline from Russia could not be approved amid deepening tensions on the Ukrainian border.

    The German foreign minister, Annalena Baerbock, said the Nord Stream 2 pipeline could not be given the green light in its current form because it did not meet the requirements of EU energy law.

    Continue reading...", + "content": "

    Germany says escalating tensions over Ukraine one factor in Nord Stream 2 not getting green light

    Gazprom profits as Russia prospers from Europe’s gas crisis

    Gas prices across the UK and Europe are on course to return to record highs, after Germany said that a controversial pipeline from Russia could not be approved amid deepening tensions on the Ukrainian border.

    The German foreign minister, Annalena Baerbock, said the Nord Stream 2 pipeline could not be given the green light in its current form because it did not meet the requirements of EU energy law.

    Continue reading...", + "category": "Gas", + "link": "https://www.theguardian.com/business/2021/dec/13/gas-prices-near-record-highs-berlin-rejects-pipeline-russia-germany-ukraine-nord-stream-2", + "creator": "Jillian Ambrose Energy correspondent", + "pubDate": "2021-12-13T19:21:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207539,16 +233188,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bd8daf5d5974d5e2ed24f926d28fd96" + "hash": "613e9f2277b6af494839f761652918d5" }, { - "title": "Failure to create safe routes ‘forcing Afghans to make perilous journeys to UK’", - "description": "

    Afghan resettlement scheme still not up and running four months after fall of Kabul, says Refugee Council

    The UK’s failure to create safe routes for vulnerable Afghans is forcing thousands to make the “gut-wrenching” decision to embark on “perilous, life-threatening journeys” to seek safety in Britain, the Refugee Council has warned.

    Four months since the fall of Kabul to the Taliban in August, causing mass displacement of hundreds of thousands, the government’s Afghan citizens resettlement scheme was not yet up and running, the charity said.

    Continue reading...", - "content": "

    Afghan resettlement scheme still not up and running four months after fall of Kabul, says Refugee Council

    The UK’s failure to create safe routes for vulnerable Afghans is forcing thousands to make the “gut-wrenching” decision to embark on “perilous, life-threatening journeys” to seek safety in Britain, the Refugee Council has warned.

    Four months since the fall of Kabul to the Taliban in August, causing mass displacement of hundreds of thousands, the government’s Afghan citizens resettlement scheme was not yet up and running, the charity said.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/dec/20/failure-create-safe-routes-forcing-afghans-make-perilous-journeys-uk", - "creator": "Caroline Davies", - "pubDate": "2021-12-20T00:01:39Z", + "title": "Gazprom profits as Russia prospers from Europe’s gas crisis", + "description": "

    State-owned company accused of ‘selling as much gas as possible without lowering market prices’

    Gas prices near record highs as Berlin rejects pipeline from Russia

    About 12.7bn cubic feet of gas flowed into Europe from Russia’s state-owned Gazprom last month. The world’s largest gas producer typically supplies more than a third of the needs of countries across the European Union, but in November flows dwindled to a six-year low.

    Gas supplies from Russia have fallen well short of pre-pandemic levels for months. The volumes of Russian gas flowing into homes, businesses and storage facilities this year have been almost a quarter below its levels in 2019.

    Continue reading...", + "content": "

    State-owned company accused of ‘selling as much gas as possible without lowering market prices’

    Gas prices near record highs as Berlin rejects pipeline from Russia

    About 12.7bn cubic feet of gas flowed into Europe from Russia’s state-owned Gazprom last month. The world’s largest gas producer typically supplies more than a third of the needs of countries across the European Union, but in November flows dwindled to a six-year low.

    Gas supplies from Russia have fallen well short of pre-pandemic levels for months. The volumes of Russian gas flowing into homes, businesses and storage facilities this year have been almost a quarter below its levels in 2019.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/13/gazprom-hits-record-income-as-russia-prospers-from-europes-gas-crisis", + "creator": "Jillian Ambrose", + "pubDate": "2021-12-13T19:34:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207560,16 +233209,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77127a5072a6e97cdffff9efa9c23dcf" + "hash": "fe536311eb7fcb7f7c55231a0ef7c704" }, { - "title": "Trump’s Peace review: dysfunction and accord in US Israel policy", - "description": "

    Barak Ravid has written a fascinating account of four chaotic years in which some progress was nonetheless made

    Trump’s Peace is a blockbuster of a book. Barak Ravid captures the 45th president saying “Fuck him” to Benjamin Netanyahu and reducing American Jews to antisemitic caricatures. Imagine the Republican reaction if Barack Obama had done that. Sean Hannity, Tucker Carlson and Laura Ingraham would plotz. But Trump? Crickets.

    Ravid also delivers a mesmerizing tick-tock of the making of the Abraham Accords, the normalization of Israel’s relations with four non-neighboring Arab states.

    Continue reading...", - "content": "

    Barak Ravid has written a fascinating account of four chaotic years in which some progress was nonetheless made

    Trump’s Peace is a blockbuster of a book. Barak Ravid captures the 45th president saying “Fuck him” to Benjamin Netanyahu and reducing American Jews to antisemitic caricatures. Imagine the Republican reaction if Barack Obama had done that. Sean Hannity, Tucker Carlson and Laura Ingraham would plotz. But Trump? Crickets.

    Ravid also delivers a mesmerizing tick-tock of the making of the Abraham Accords, the normalization of Israel’s relations with four non-neighboring Arab states.

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/books/2021/dec/20/trumps-peace-review-barak-ravid-israel-netanyahu-kushner-uae-iran", - "creator": "Lloyd Green", - "pubDate": "2021-12-20T07:00:48Z", + "title": "‘A police massacre’: Colombian officers killed 11 during protests against police violence, report finds", + "description": "

    Protesters against police brutality were met with more police brutality

    Colombian police were responsible for the deaths of 11 protesters during anti-police protests that swept the capital in September 2020, according to a report published on Monday after an independent investigation backed by the mayor of Bogotá’s office and the United Nations.

    “It was a police massacre,” wrote Carlos Negret, a former ombudsman of the South American country who led the investigation, in the scathing and lengthy report published on Monday. “A decisive political and operational leadership, based on rights, was needed at national and local levels to avoid this happening.”

    Continue reading...", + "content": "

    Protesters against police brutality were met with more police brutality

    Colombian police were responsible for the deaths of 11 protesters during anti-police protests that swept the capital in September 2020, according to a report published on Monday after an independent investigation backed by the mayor of Bogotá’s office and the United Nations.

    “It was a police massacre,” wrote Carlos Negret, a former ombudsman of the South American country who led the investigation, in the scathing and lengthy report published on Monday. “A decisive political and operational leadership, based on rights, was needed at national and local levels to avoid this happening.”

    Continue reading...", + "category": "Colombia", + "link": "https://www.theguardian.com/global-development/2021/dec/13/police-massacre-deaths-11-protesters-2020-report", + "creator": "Joe Parkin Daniels in Bogotá", + "pubDate": "2021-12-13T17:37:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207581,16 +233230,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b3095a5481944e58bdcfbce844ddeed" + "hash": "1e557bb90debcc7433a614ff149d8c54" }, { - "title": "Trump ‘deeply unnerved’ over Capitol attack investigation | First Thing", - "description": "

    Flurry of revelations raises prospect that the committee may be heading towards an incriminating conclusion. Plus, the weirdest stories of 2021

    Good morning.

    Donald Trump is increasingly agitated by the House select committee investigating the Capitol attack, according to sources familiar with the matter, and appears anxious that he could be implicated in the sprawling inquiry into the insurrection even as he protests his innocence.

    Adam Kinzinger, one of two Republicans on the 6 January committee, said he was not yet ready to declare the former president guilty of a crime, but that the panel was investigating the likelihood that he is.

    The US is “closer to civil war than any of us would like to believe”, a member of a key CIA advisory panel has said. The analysis by Barbara F Walter, a political science professor, is contained in a book due out next year.

    Doug Ericksen, a staunch conservative Washington state senator and an outspoken critic of Covid-19 pandemic emergency orders, has died aged 52. His death comes weeks after he tested positive for coronavirus, though his cause of death wasn’t immediately released.

    The US senators Elizabeth Warren and Cory Booker have confirmed they have tested positive for Covid-19. Both reported having mild symptoms.

    Continue reading...", - "content": "

    Flurry of revelations raises prospect that the committee may be heading towards an incriminating conclusion. Plus, the weirdest stories of 2021

    Good morning.

    Donald Trump is increasingly agitated by the House select committee investigating the Capitol attack, according to sources familiar with the matter, and appears anxious that he could be implicated in the sprawling inquiry into the insurrection even as he protests his innocence.

    Adam Kinzinger, one of two Republicans on the 6 January committee, said he was not yet ready to declare the former president guilty of a crime, but that the panel was investigating the likelihood that he is.

    The US is “closer to civil war than any of us would like to believe”, a member of a key CIA advisory panel has said. The analysis by Barbara F Walter, a political science professor, is contained in a book due out next year.

    Doug Ericksen, a staunch conservative Washington state senator and an outspoken critic of Covid-19 pandemic emergency orders, has died aged 52. His death comes weeks after he tested positive for coronavirus, though his cause of death wasn’t immediately released.

    The US senators Elizabeth Warren and Cory Booker have confirmed they have tested positive for Covid-19. Both reported having mild symptoms.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/20/first-thing-trump-deeply-unnerved-over-capitol-attack-investigation", - "creator": "Nicola Slawson", - "pubDate": "2021-12-20T11:10:30Z", + "title": "Heads warn of Omicron chaos in English schools, with staff and pupils absent", + "description": "

    Some schools said to have up to half their teachers off due to Covid, and there are fears parents will keep pupils at home

    Headteachers are warning of “chaos” in England’s schools as Omicron sweeps across the country, with high levels of staff and pupil absences and reports that parents are planning to keep children home to avoid the virus before Christmas.

    School leaders and unions urged the government to introduce more protective measures, including masks in classrooms, better ventilation and tougher isolation rules to try to slow the spread of the virus before the holidays.

    Continue reading...", + "content": "

    Some schools said to have up to half their teachers off due to Covid, and there are fears parents will keep pupils at home

    Headteachers are warning of “chaos” in England’s schools as Omicron sweeps across the country, with high levels of staff and pupil absences and reports that parents are planning to keep children home to avoid the virus before Christmas.

    School leaders and unions urged the government to introduce more protective measures, including masks in classrooms, better ventilation and tougher isolation rules to try to slow the spread of the virus before the holidays.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/13/heads-warn-of-omicron-chaos-in-english-schools-with-staff-and-pupils-absent", + "creator": "Sally Weale Education correspondent", + "pubDate": "2021-12-13T16:57:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207602,16 +233251,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb365bc9f181b792ce6e507edcd0b165" + "hash": "a3b6ca0f4d2e0246ca562d3c5ac5b19b" }, { - "title": "Phi Phi islands’ sustainable tourism renaissance – in pictures", - "description": "

    Mass tourism had brought the archipelago to the brink of ecological catastrophe. Now Thailand hopes to make it the standard bearer for a sustainable tourism model as the country reopens to visitors after the Covid shutdown

    Continue reading...", - "content": "

    Mass tourism had brought the archipelago to the brink of ecological catastrophe. Now Thailand hopes to make it the standard bearer for a sustainable tourism model as the country reopens to visitors after the Covid shutdown

    Continue reading...", - "category": "Travel", - "link": "https://www.theguardian.com/artanddesign/gallery/2021/dec/20/phi-phi-islands-thailand-sustainable-tourism-renaissance", - "creator": "Lillian Suwanrumpha/AFP", - "pubDate": "2021-12-20T07:00:51Z", + "title": "Premier League announces record 42 positive Covid cases in week’s testing", + "description": "
    • Manchester United waiting for ruling on game at Brentford
    • Not every fan will have Covid check to enter matches

    A carefully crafted sense of stability around English football began to crumble on Monday night as record positive tests and the possibility of more postponements confirmed the return of Covid-19 as a threat to the game.

    Forty-two Premier League players and officials tested positive for the virus in the seven days that ended on Sunday, a record since testing began and more than three times the 12 of the previous week. Manchester United are among the teams hit, with the club on Monday closing the first-team area their training centre for 24 hours and delaying travel to London as they waited for a decision from the league on whether Tuesday’s match against Brentford can go ahead.

    Continue reading...", + "content": "
    • Manchester United waiting for ruling on game at Brentford
    • Not every fan will have Covid check to enter matches

    A carefully crafted sense of stability around English football began to crumble on Monday night as record positive tests and the possibility of more postponements confirmed the return of Covid-19 as a threat to the game.

    Forty-two Premier League players and officials tested positive for the virus in the seven days that ended on Sunday, a record since testing began and more than three times the 12 of the previous week. Manchester United are among the teams hit, with the club on Monday closing the first-team area their training centre for 24 hours and delaying travel to London as they waited for a decision from the league on whether Tuesday’s match against Brentford can go ahead.

    Continue reading...", + "category": "Manchester United", + "link": "https://www.theguardian.com/football/2021/dec/13/manchester-united-close-first-team-training-ground-covid-brentford-premier-league", + "creator": "Paul MacInnes and David Hytner", + "pubDate": "2021-12-13T18:41:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207623,16 +233272,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f8c4609960f908f96e9bc8f3a30adb0" + "hash": "a07d351a21057951385dc8025d347c9f" }, { - "title": "Earthquake-proof steel cask carrying 2t of radioactive waste to arrive in Sydney next year", - "description": "

    Nuclear waste has been reprocessed in the UK and will be stored at Lucas Heights until Napandee facility is ready

    A monolithic steel cask designed to withstand an earthquake and a jet strike will arrive in Sydney next year, carrying two tonnes of radioactive waste.

    For security reasons authorities won’t say when the hulking capsule – containing four 500kg canisters of “intermediate-level material” – will arrive from the UK.

    Continue reading...", - "content": "

    Nuclear waste has been reprocessed in the UK and will be stored at Lucas Heights until Napandee facility is ready

    A monolithic steel cask designed to withstand an earthquake and a jet strike will arrive in Sydney next year, carrying two tonnes of radioactive waste.

    For security reasons authorities won’t say when the hulking capsule – containing four 500kg canisters of “intermediate-level material” – will arrive from the UK.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/20/earthquake-proof-steel-cask-carrying-2t-of-radioactive-waste-to-arrive-in-sydney-next-year", - "creator": "Australian Associated Press", - "pubDate": "2021-12-20T08:41:34Z", + "title": "‘So depressing’: Covid empties City of London of pre-Christmas cheer", + "description": "

    The ‘work from home’ rules are less stringent than before in the financial hub, but many seem to be staying away

    At about 1pm in Paternoster Square on Monday, four placid, Christmassy eyes gazed at the trickle of workers emerging from the London Stock Exchange in search of lunch. “PLEASE DO NOT TOUCH THE REINDEER,” a sign on the enclosure said. “THIS IS TO PREVENT THE TRANSMISSION OF CORONAVIRUS.”

    “I remember when you could stroke them,” said a passing trader. “It’s so depressing. I wish I’d stayed at home now.”

    Continue reading...", + "content": "

    The ‘work from home’ rules are less stringent than before in the financial hub, but many seem to be staying away

    At about 1pm in Paternoster Square on Monday, four placid, Christmassy eyes gazed at the trickle of workers emerging from the London Stock Exchange in search of lunch. “PLEASE DO NOT TOUCH THE REINDEER,” a sign on the enclosure said. “THIS IS TO PREVENT THE TRANSMISSION OF CORONAVIRUS.”

    “I remember when you could stroke them,” said a passing trader. “It’s so depressing. I wish I’d stayed at home now.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/13/so-depressing-covid-empties-city-of-london-of-pre-christmas-cheer", + "creator": "Archie Bland", + "pubDate": "2021-12-13T18:43:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207644,16 +233293,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2e216a339eaa503f5be68015b5c3de4" + "hash": "47931b792c47cc816114d1cd2a92f0c3" }, { - "title": "‘Worst fashion wage theft’: workers go hungry as Indian suppliers to top UK brands refuse to pay minimum wage", - "description": "

    Shortfall of 16p a day leaves children living on just rice as suppliers to Nike, Zara and H&M in Karnataka underpay by estimated £41m

    Garment workers making clothes for international brands in Karnataka, a major clothing production hub in India, say their children are going hungry as factories refuse to pay the legal minimum wage in what is claimed to be the biggest wage theft to ever hit the fashion industry.

    More than 400,000 garment workers in Karnataka have not been paid the state’s legal minimum wage since April 2020, according to an international labour rights organisation that monitors working conditions in factories.

    Continue reading...", - "content": "

    Shortfall of 16p a day leaves children living on just rice as suppliers to Nike, Zara and H&M in Karnataka underpay by estimated £41m

    Garment workers making clothes for international brands in Karnataka, a major clothing production hub in India, say their children are going hungry as factories refuse to pay the legal minimum wage in what is claimed to be the biggest wage theft to ever hit the fashion industry.

    More than 400,000 garment workers in Karnataka have not been paid the state’s legal minimum wage since April 2020, according to an international labour rights organisation that monitors working conditions in factories.

    Continue reading...", - "category": "Garment workers", - "link": "https://www.theguardian.com/global-development/2021/dec/16/worst-fashion-wage-theft-workers-go-hungry-as-indian-suppliers-to-top-uk-brands-refuse-to-pay-minimum-wage", - "creator": "Annie Kelly", - "pubDate": "2021-12-16T07:15:37Z", + "title": "Australia to manufacture mRNA vaccines under deal with Moderna", + "description": "

    New facility could produce 100m vaccines a year under deal between pharmaceutical company and federal and Victorian governments

    Australia may be manufacturing mRNA vaccines for Covid-19 and other diseases by 2024 under an in-principle agreement struck with pharmaceutical giant Moderna.

    Scott Morrison will announce on Tuesday that under the deal a new sovereign vaccine manufacturing facility will be built in Victoria to produce pandemic and non-pandemic respiratory vaccines, including potential flu vaccines.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    New facility could produce 100m vaccines a year under deal between pharmaceutical company and federal and Victorian governments

    Australia may be manufacturing mRNA vaccines for Covid-19 and other diseases by 2024 under an in-principle agreement struck with pharmaceutical giant Moderna.

    Scott Morrison will announce on Tuesday that under the deal a new sovereign vaccine manufacturing facility will be built in Victoria to produce pandemic and non-pandemic respiratory vaccines, including potential flu vaccines.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/14/australia-to-manufacture-mrna-vaccines-under-deal-with-moderna", + "creator": "Sarah Martin Chief political correspondent", + "pubDate": "2021-12-13T16:30:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207665,16 +233314,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92139ee4846e02ae069f6e65506b6775" + "hash": "f66db18b3ffa301c95f0c955ef344002" }, { - "title": "Japanese firefighters battle deadly blaze at Osaka clinic – video", - "description": "

    Twenty-seven people are feared dead after a fire swept through a mental health clinic in the Japanese city of Osaka, the local fire department said.

    The blaze is being treated as suspected arson, the Kyodo news agency said, quoting police sources saying that a man who appeared to be in his 60s had been seen carrying a paper bag leaking an unidentified liquid

    Continue reading...", - "content": "

    Twenty-seven people are feared dead after a fire swept through a mental health clinic in the Japanese city of Osaka, the local fire department said.

    The blaze is being treated as suspected arson, the Kyodo news agency said, quoting police sources saying that a man who appeared to be in his 60s had been seen carrying a paper bag leaking an unidentified liquid

    Continue reading...", - "category": "Japan", - "link": "https://www.theguardian.com/world/video/2021/dec/17/japanese-firefighters-battle-deadly-blaze-osaka-clinic-video", - "creator": "", - "pubDate": "2021-12-17T13:10:22Z", + "title": "‘I never worked in a cocktail bar’: How the Human League made Don’t You Want Me", + "description": "

    ‘Philip turned up to meet my parents fully made up, with red lipstick and high heels. My dad locked himself in the bedroom and refused to come out’

    I had intended to recruit just one female backing singer but when I walked into the Crazy Daisy nightclub in Sheffield, the first thing I saw was Joanne Catherall and Susan Ann Sulley dancing. They somehow looked like a unit while being clearly different individuals. I knew they were right.

    Continue reading...", + "content": "

    ‘Philip turned up to meet my parents fully made up, with red lipstick and high heels. My dad locked himself in the bedroom and refused to come out’

    I had intended to recruit just one female backing singer but when I walked into the Crazy Daisy nightclub in Sheffield, the first thing I saw was Joanne Catherall and Susan Ann Sulley dancing. They somehow looked like a unit while being clearly different individuals. I knew they were right.

    Continue reading...", + "category": "The Human League", + "link": "https://www.theguardian.com/culture/2021/dec/13/the-human-league-how-we-made-dont-you-want-me", + "creator": "Interviews by Dave Simpson", + "pubDate": "2021-12-13T15:34:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207686,16 +233335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e69b19cc03e59aa4aa172a3342efcd4" + "hash": "8e902f265c20564962cbe5977b027849" }, { - "title": "One-month old baby rescued after Typhoon Rai hits Philippines – video", - "description": "

    A month-old baby has been rescued from flood waters in the Philippines after southeastern parts of the country were hit by Typhoon Rai. Nearly 100,000 people have been evacuated after the typhoon registered sustained\nwinds of 195km/h while gusts up\nto 270km/h were recorded.

    Continue reading...", - "content": "

    A month-old baby has been rescued from flood waters in the Philippines after southeastern parts of the country were hit by Typhoon Rai. Nearly 100,000 people have been evacuated after the typhoon registered sustained\nwinds of 195km/h while gusts up\nto 270km/h were recorded.

    Continue reading...", - "category": "Philippines", - "link": "https://www.theguardian.com/world/video/2021/dec/17/one-month-old-baby-rescued-after-typhoon-rai-hits-philippines-video", - "creator": "", - "pubDate": "2021-12-17T05:04:24Z", + "title": "How we met: ‘I was a bit taken aback when he asked if he could hit on me’", + "description": "

    Amanda, 39, and Alex, 42, met on a forum for railway enthusiasts. After a long online friendship, they started dating in 2007. They now live in New York with their two children

    Alex was studying transport management in Boston when he first came across Amanda in 2001. They belonged to the same internet forum for railway enthusiasts. “At the time it was a hobby dominated by men and a lot of women who did join disguised themselves,” says Alex. “I remember seeing Amanda’s name and thinking it was great that she could be herself.”

    There was an AOL chatroom within the message board, and they began to talk. A New Yorker, Amanda had always been interested in transport systems. For several years they chatted online, but neither expected it to turn into more. “She was dating a subway operator and I told her to be careful because the railroad life can be really tough,” he says.

    Want to share your story? Tell us a little about yourself, your partner and how you got together by filling in the form here.

    Continue reading...", + "content": "

    Amanda, 39, and Alex, 42, met on a forum for railway enthusiasts. After a long online friendship, they started dating in 2007. They now live in New York with their two children

    Alex was studying transport management in Boston when he first came across Amanda in 2001. They belonged to the same internet forum for railway enthusiasts. “At the time it was a hobby dominated by men and a lot of women who did join disguised themselves,” says Alex. “I remember seeing Amanda’s name and thinking it was great that she could be herself.”

    There was an AOL chatroom within the message board, and they began to talk. A New Yorker, Amanda had always been interested in transport systems. For several years they chatted online, but neither expected it to turn into more. “She was dating a subway operator and I told her to be careful because the railroad life can be really tough,” he says.

    Want to share your story? Tell us a little about yourself, your partner and how you got together by filling in the form here.

    Continue reading...", + "category": "Relationships", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/13/how-we-met-i-was-a-bit-taken-aback-when-he-asked-if-he-could-hit-on-me", + "creator": "Lizzie Cernik", + "pubDate": "2021-12-13T11:30:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207707,16 +233356,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "445e78cb73922a5caaaaf56cb82f6dcb" + "hash": "bf5087b60ca23bff4913a00e1fd50b33" }, { - "title": "Peng Shuai appearance fails to address concerns for tennis star’s wellbeing, says WTA", - "description": "
    • Peng retracts sexual assault claims in first foreign media interview
    • Women’s tennis governing body still wants ‘full and fair’ investigation'

    The Women’s Tennis Association said an appearance on Sunday by Chinese tennis star Peng Shuai did not address its concerns about her wellbeing.

    Peng said on Sunday that she had never accused anyone of sexually assaulting her, and that a social media post she had made early last month had been misunderstood.

    Continue reading...", - "content": "
    • Peng retracts sexual assault claims in first foreign media interview
    • Women’s tennis governing body still wants ‘full and fair’ investigation'

    The Women’s Tennis Association said an appearance on Sunday by Chinese tennis star Peng Shuai did not address its concerns about her wellbeing.

    Peng said on Sunday that she had never accused anyone of sexually assaulting her, and that a social media post she had made early last month had been misunderstood.

    Continue reading...", - "category": "Peng Shuai", - "link": "https://www.theguardian.com/sport/2021/dec/20/peng-shuai-appearance-fails-to-address-concerns-for-tennis-stars-wellbeing-says-wta", - "creator": "Reuters", - "pubDate": "2021-12-20T06:58:28Z", + "title": "Why it’s time to say goodbye to Tiger King", + "description": "

    Netflix’s continued obsession with the pandemic hit has brought a follow-up special, a second season and now a spin-off but enough is enough

    To think of Tiger King is to immediately transport yourself to the heady days of lockdown 2020. Remember it? Remember how filled with artificial purpose we all were? We did Zoom quizzes with all our friends! We made banana bread! We clapped for frontline workers!

    Looking back, it seems relatively clear that all those things were stupid. Nobody wants to spend more time on Zoom than they have to. Nobody likes banana bread. The clapping didn’t change anything. And as for Tiger King? With the benefit of hindsight, Christ, we chose the wrong show to obsess over. Looking back, Tiger King was grubby and exploitative. Once you’d crossed the “Are these people for real?” hurdle, you found yourself sitting through a carnival of monstrous behaviour. Tiger King was the documentary equivalent of that old Black Mirror episode: as fun as it sounds to watch someone have sex with a pig, at the end of the day you actually have to watch someone have sex with a pig.

    Continue reading...", + "content": "

    Netflix’s continued obsession with the pandemic hit has brought a follow-up special, a second season and now a spin-off but enough is enough

    To think of Tiger King is to immediately transport yourself to the heady days of lockdown 2020. Remember it? Remember how filled with artificial purpose we all were? We did Zoom quizzes with all our friends! We made banana bread! We clapped for frontline workers!

    Looking back, it seems relatively clear that all those things were stupid. Nobody wants to spend more time on Zoom than they have to. Nobody likes banana bread. The clapping didn’t change anything. And as for Tiger King? With the benefit of hindsight, Christ, we chose the wrong show to obsess over. Looking back, Tiger King was grubby and exploitative. Once you’d crossed the “Are these people for real?” hurdle, you found yourself sitting through a carnival of monstrous behaviour. Tiger King was the documentary equivalent of that old Black Mirror episode: as fun as it sounds to watch someone have sex with a pig, at the end of the day you actually have to watch someone have sex with a pig.

    Continue reading...", + "category": "Tiger King", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/13/tiger-king-netflix-time-to-say-goodbye-doc-antle", + "creator": "Stuart Heritage", + "pubDate": "2021-12-13T15:37:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207728,16 +233377,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4540f2d3d403022c3cf893fa48f172d" + "hash": "9d7dd8cf79b9e923a789ccd7a13c5e48" }, { - "title": "Pope Francis says domestic violence against women ‘almost satanic’", - "description": "

    Head of Catholic Church makes some of his strongest comments yet on violence against women

    Pope Francis has said that men who commit violence against women engage in something that is “almost satanic”.

    He made the comment – some of the strongest language he has used to condemn such violence – during a programme broadcast on Sunday night on Italy’s TG5 network in which he conversed with three women and a man, all with difficult backgrounds.

    Continue reading...", - "content": "

    Head of Catholic Church makes some of his strongest comments yet on violence against women

    Pope Francis has said that men who commit violence against women engage in something that is “almost satanic”.

    He made the comment – some of the strongest language he has used to condemn such violence – during a programme broadcast on Sunday night on Italy’s TG5 network in which he conversed with three women and a man, all with difficult backgrounds.

    Continue reading...", - "category": "Pope Francis", - "link": "https://www.theguardian.com/world/2021/dec/20/pope-francis-says-domestic-violence-against-women-almost-satanic", - "creator": "Reuters", - "pubDate": "2021-12-20T00:16:50Z", + "title": "Those we lost in 2021: Janet Malcolm remembered by Michael W Miller", + "description": "

    8 July 1934 – 16 June 2021
    The US journalist on his aunt, whose exacting vision – from her writing to her elegant dinner parties – was an expression of love and generosity

    “Hypocrisy is the grease that keeps society functioning in an agreeable way, by allowing for human fallibility and reconciling the seemingly irreconcilable human needs for order and pleasure.”

    Those are the words, unmistakable for their wit and moral clarity, of Janet Malcolm, from her most famous book, The Journalist and the Murderer. They’re not words she lived by personally, however. She was uncompromising in her own response to fallibilities large and small, cheerfully sending back wine at restaurants, rejecting all offers to bring contributions to dinner parties, and chiding anyone who read a certain dire translation of Anna Karenina. I remember on more than one occasion giving her a holiday present, and then watching her unwrap it, look it over, and hand it back to me, explaining that she thought I would enjoy it more than she would.

    Continue reading...", + "content": "

    8 July 1934 – 16 June 2021
    The US journalist on his aunt, whose exacting vision – from her writing to her elegant dinner parties – was an expression of love and generosity

    “Hypocrisy is the grease that keeps society functioning in an agreeable way, by allowing for human fallibility and reconciling the seemingly irreconcilable human needs for order and pleasure.”

    Those are the words, unmistakable for their wit and moral clarity, of Janet Malcolm, from her most famous book, The Journalist and the Murderer. They’re not words she lived by personally, however. She was uncompromising in her own response to fallibilities large and small, cheerfully sending back wine at restaurants, rejecting all offers to bring contributions to dinner parties, and chiding anyone who read a certain dire translation of Anna Karenina. I remember on more than one occasion giving her a holiday present, and then watching her unwrap it, look it over, and hand it back to me, explaining that she thought I would enjoy it more than she would.

    Continue reading...", + "category": "Janet Malcolm", + "link": "https://www.theguardian.com/books/2021/dec/13/obituaries-2021-janet-malcolm-remembered-by-michael-w-miller", + "creator": "Guardian Staff", + "pubDate": "2021-12-13T16:00:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207749,16 +233398,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "45849205110cdba9117476eeeda078fe" + "hash": "563ec3915dbe82528fa0fba3474db9de" }, { - "title": "Standing up to Putin: how Russian threat has toughened up Ukraine’s Zelenskiy", - "description": "

    Actor turned president has undergone profound political transformation in the face of Russian aggression

    In 2019, Volodymyr Zelenskiy rode a protest vote to victory in Ukraine, telling his supporters he would jail corrupt politicians and negotiate directly with Vladimir Putin to end Russia’s war in east Ukraine. Nearly three years later, Zelenskiy is staring down the threat of a Russian invasion, while he rallies western powers to his side and calls for aid. “We know what it means to defend one’s own state and land with weapons in hand,” he said during an address last week to the Kyiv Jewish Forum.

    Under pressure from Putin, Zelenskiy has undergone a profound political transformation. One thing is clear: he is no longer the same dove that he was on the campaign trail. Russia is pushing Ukraine toward Nato, he says, and a membership action plan is now central to his foreign policy. This month, Zelenskiy toured the frontline outside Donetsk. Wearing a flak jacket and helmet, he chatted with service personnel who will be the first line of Ukraine’s defence should tanks from Russia begin to roll.

    Continue reading...", - "content": "

    Actor turned president has undergone profound political transformation in the face of Russian aggression

    In 2019, Volodymyr Zelenskiy rode a protest vote to victory in Ukraine, telling his supporters he would jail corrupt politicians and negotiate directly with Vladimir Putin to end Russia’s war in east Ukraine. Nearly three years later, Zelenskiy is staring down the threat of a Russian invasion, while he rallies western powers to his side and calls for aid. “We know what it means to defend one’s own state and land with weapons in hand,” he said during an address last week to the Kyiv Jewish Forum.

    Under pressure from Putin, Zelenskiy has undergone a profound political transformation. One thing is clear: he is no longer the same dove that he was on the campaign trail. Russia is pushing Ukraine toward Nato, he says, and a membership action plan is now central to his foreign policy. This month, Zelenskiy toured the frontline outside Donetsk. Wearing a flak jacket and helmet, he chatted with service personnel who will be the first line of Ukraine’s defence should tanks from Russia begin to roll.

    Continue reading...", - "category": "Volodymyr Zelenskiy", - "link": "https://www.theguardian.com/world/2021/dec/20/standing-up-to-putin-ukraine-president-volodymyr-zelenskiy-russian-threat", - "creator": "Luke Harding in Kyiv and Andrew Roth in Moscow", - "pubDate": "2021-12-20T05:00:45Z", + "title": "Anne Sacoolas to face UK court over death of Harry Dunn", + "description": "

    US citizen is accused of killing 19-year-old in a road crash outside RAF Croughton on 27 August 2019

    The US citizen Anne Sacoolas is due to face criminal proceedings in the UK, charged with causing the death by dangerous driving of the 19-year-old motorcyclist Harry Dunn.

    The 44-year-old is accused of killing the teenager in a road crash outside the US military base RAF Croughton in Northamptonshire on 27 August 2019.

    Continue reading...", + "content": "

    US citizen is accused of killing 19-year-old in a road crash outside RAF Croughton on 27 August 2019

    The US citizen Anne Sacoolas is due to face criminal proceedings in the UK, charged with causing the death by dangerous driving of the 19-year-old motorcyclist Harry Dunn.

    The 44-year-old is accused of killing the teenager in a road crash outside the US military base RAF Croughton in Northamptonshire on 27 August 2019.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/13/harry-dunn-anne-sacoolas-to-face-criminal-trial-in-the-uk-over-teenagers-death", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-13T19:05:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207770,16 +233419,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c06dc3014e7f45ceb164a7eaeec3c01" + "hash": "99360d2b8d1bc12be1c75aef5f917dd2" }, { - "title": "The best art and architecture of 2021 – the year the galleries reopened", - "description": "

    As the lights came back on, Jean Dubuffet was recast as an incendiary prophet, Poussin revealed his raunchy side – and a giant Swedish ‘plyscraper’ showed the miracle of wood. Our critics rank the highlights of 2021

    More on the best culture of 2021

    Continue reading...", - "content": "

    As the lights came back on, Jean Dubuffet was recast as an incendiary prophet, Poussin revealed his raunchy side – and a giant Swedish ‘plyscraper’ showed the miracle of wood. Our critics rank the highlights of 2021

    More on the best culture of 2021

    Continue reading...", - "category": "Art and design", - "link": "https://www.theguardian.com/artanddesign/2021/dec/20/the-year-the-lights-came-back-on-the-best-art-and-architecture-of-2021", - "creator": "Adrian Searle, Jonathan Jones and Oliver Wainwright", - "pubDate": "2021-12-20T09:46:05Z", + "title": "Tel Aviv: poverty and eviction in the world’s most expensive city", + "description": "

    Residents of Givat Amal Bet neighbourhood forced out to make way for further gentrification

    In one of Tel Aviv’s most affluent neighbourhoods, a collection of ramshackle one-storey homes with rusting roofs known as Givat Amal Bet still sits in the shadow of the high-rise towers looming above.

    Israel’s economic centre has recently been named the world’s most expensive city to live in, overtaking Paris and Singapore in the 2021 rankings compiled by the Economist Intelligence Unit (EIU). As the Mediterranean city’s reputation as a global tech hub continues to attract foreign investment, however, and prices for goods and services soar as Israel’s economy makes a strong recovery from the pandemic, locals fear the widening gap between rich and poor is pushing out working-class residents and creating damaging new social divisions.

    Continue reading...", + "content": "

    Residents of Givat Amal Bet neighbourhood forced out to make way for further gentrification

    In one of Tel Aviv’s most affluent neighbourhoods, a collection of ramshackle one-storey homes with rusting roofs known as Givat Amal Bet still sits in the shadow of the high-rise towers looming above.

    Israel’s economic centre has recently been named the world’s most expensive city to live in, overtaking Paris and Singapore in the 2021 rankings compiled by the Economist Intelligence Unit (EIU). As the Mediterranean city’s reputation as a global tech hub continues to attract foreign investment, however, and prices for goods and services soar as Israel’s economy makes a strong recovery from the pandemic, locals fear the widening gap between rich and poor is pushing out working-class residents and creating damaging new social divisions.

    Continue reading...", + "category": "Israel", + "link": "https://www.theguardian.com/world/2021/dec/12/tel-aviv-poverty-eviction-givat-amal-bet-gentrification-worlds-most-expensive-city", + "creator": "Bethan McKernan and Quique Kierszenbaum in Tel Aviv", + "pubDate": "2021-12-12T14:15:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207791,16 +233440,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3342efa6f2f9bb948da9aee3867d37b" + "hash": "302e4a81470b6f978bc75275f152e2a1" }, { - "title": "Bliss review – Berlin sex worker falls in love with new girl in no holds barred drama", - "description": "

    Fortysomething sex worker Sascha falls for twentysomething Maria, but a visit to her home town forces a reckoning

    Henrika Kull’s intimate movie is set in a real-life legal brothel in Berlin. Katharina Behrens plays fortysomething Sascha: a good-natured, easygoing veteran who brusquely calls herself a Nutte, a “tart”, rather than the official term Sexarbeiterin, or sex worker, and she periodically makes tense visits to her home town of Brandenburg to see her 11-year-old son from a previous relationship. She is more or less happy with her life – until suddenly she falls passionately in love with a new girl at the brothel, a twentysomething Italian called Maria, played by the performance artist and former escort Adam Hoya, who as Eva Collé was the subject of the 2019 documentary Searching Eva.

    Bliss may or may not illuminate the “sex work is work” debate: certainly, Sascha and Maria’s day-to-day experience of the oldest profession is, frankly, unproblematically depicted and prostitution itself is not made an issue in dramatic terms in the same way as Lizzie Borden’s 1986 film Working Girls. New customers can ask to see all the women in turn and they must line up in the brothel’s corridor in their underwear to be formally introduced to the man before he makes his choice. Payment is in cash – maybe the men don’t want unexplained items showing up on their statements. Maria is stashing hers away in a rail station locker, and she leaves sad, affectionate voice messages for her widowed father back in Italy.

    Continue reading...", - "content": "

    Fortysomething sex worker Sascha falls for twentysomething Maria, but a visit to her home town forces a reckoning

    Henrika Kull’s intimate movie is set in a real-life legal brothel in Berlin. Katharina Behrens plays fortysomething Sascha: a good-natured, easygoing veteran who brusquely calls herself a Nutte, a “tart”, rather than the official term Sexarbeiterin, or sex worker, and she periodically makes tense visits to her home town of Brandenburg to see her 11-year-old son from a previous relationship. She is more or less happy with her life – until suddenly she falls passionately in love with a new girl at the brothel, a twentysomething Italian called Maria, played by the performance artist and former escort Adam Hoya, who as Eva Collé was the subject of the 2019 documentary Searching Eva.

    Bliss may or may not illuminate the “sex work is work” debate: certainly, Sascha and Maria’s day-to-day experience of the oldest profession is, frankly, unproblematically depicted and prostitution itself is not made an issue in dramatic terms in the same way as Lizzie Borden’s 1986 film Working Girls. New customers can ask to see all the women in turn and they must line up in the brothel’s corridor in their underwear to be formally introduced to the man before he makes his choice. Payment is in cash – maybe the men don’t want unexplained items showing up on their statements. Maria is stashing hers away in a rail station locker, and she leaves sad, affectionate voice messages for her widowed father back in Italy.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/20/bliss-review-candid-crush-in-a-berlin-brothel", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-20T10:00:52Z", + "title": "Democrats fear threats to US democracy: ‘We were one vice-president away from a coup’ – live", + "description": "

    The Guardian’s Edward Helmore, Nikhita Chulani, Harvey Symons and Arnel Hecimovic report:

    Powerful tornadoes barrelled through five US states on Friday, levelling houses and factories and bringing down power lines. In Kentucky, the worst-hit state, one tornado alone followed an extraordinarily long and destructive path of more than 200 miles.

    Continue reading...", + "content": "

    The Guardian’s Edward Helmore, Nikhita Chulani, Harvey Symons and Arnel Hecimovic report:

    Powerful tornadoes barrelled through five US states on Friday, levelling houses and factories and bringing down power lines. In Kentucky, the worst-hit state, one tornado alone followed an extraordinarily long and destructive path of more than 200 miles.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/live/2021/dec/13/biden-manchin-democrats-build-back-better-agenda-us-politics-live", + "creator": "Johana Bhuiyan (now) and Joan E Greve (earlier)", + "pubDate": "2021-12-13T22:03:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207812,16 +233461,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a821c1486610ed62be936d96762f57fd" + "hash": "803ee3ffca7a698152bf052f751d76bb" }, { - "title": "Group seeks clemency for 110 Black soldiers convicted in 1917 Houston riot", - "description": "

    Largest murder trial in US history saw 19 men hanged after race-driven violence at Camp Logan army base

    A group of attorneys and advocates have pledged to seek clemency for 110 Black soldiers who were convicted in a mutiny and riots at a military camp in Houston in 1917.

    The South Texas College of Law Houston and the local branch of the National Association for the Advancement of Colored People (NAACP) have signed an agreement to continue fighting for clemency for the soldiers of the all-Black Third Battalion of the US Army’s 24th Infantry Regiment, the Houston Chronicle reported.

    Continue reading...", - "content": "

    Largest murder trial in US history saw 19 men hanged after race-driven violence at Camp Logan army base

    A group of attorneys and advocates have pledged to seek clemency for 110 Black soldiers who were convicted in a mutiny and riots at a military camp in Houston in 1917.

    The South Texas College of Law Houston and the local branch of the National Association for the Advancement of Colored People (NAACP) have signed an agreement to continue fighting for clemency for the soldiers of the all-Black Third Battalion of the US Army’s 24th Infantry Regiment, the Houston Chronicle reported.

    Continue reading...", - "category": "US military", - "link": "https://www.theguardian.com/us-news/2021/dec/20/clemency-110-black-soldiers-1917-houston-mutiny", - "creator": "Associated Press in Houston", - "pubDate": "2021-12-20T08:00:50Z", + "title": "Mainland China reports first case of Omicron coronavirus variant", + "description": "

    Appearance of highly transmissible variant poses serious threat to zero-Covid strategy

    Mainland China has reported its first case of the highly transmissible Omicron variant in the northern city of Tianjin, posing what could be the biggest threat to date to the country’s zero-Covid strategy.

    The Chinese authorities reported on Monday that the Omicron case was detected on 9 December from an overseas returnee, who showed no symptoms on arrival. The patient is being quarantined and treated in a designated hospital.

    Continue reading...", + "content": "

    Appearance of highly transmissible variant poses serious threat to zero-Covid strategy

    Mainland China has reported its first case of the highly transmissible Omicron variant in the northern city of Tianjin, posing what could be the biggest threat to date to the country’s zero-Covid strategy.

    The Chinese authorities reported on Monday that the Omicron case was detected on 9 December from an overseas returnee, who showed no symptoms on arrival. The patient is being quarantined and treated in a designated hospital.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/13/mainland-china-reports-first-case-of-omicron-coronavirus-variant", + "creator": "Vincent Ni China affairs correspondent", + "pubDate": "2021-12-13T19:03:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207833,16 +233482,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6ec7998ba49307c6338810f275b50f7" + "hash": "e31ea19c2fb3d92efba683a1cca2ee87" }, { - "title": "Dutch shopkeepers say Christmas lockdown has left them ‘broken’", - "description": "

    ‘Everyone will go shopping in Belgium and Germany,’ retailers warn as coronavirus closure begins

    Dutch shopkeepers say they have been “broken” by the Netherlands’ new Christmas lockdown, which has come into effect.

    “Nowhere in Europe is there such a strict regime as in the Netherlands,” said Jan Meerman, the director of INretail, the Dutch retailers association.

    Continue reading...", - "content": "

    ‘Everyone will go shopping in Belgium and Germany,’ retailers warn as coronavirus closure begins

    Dutch shopkeepers say they have been “broken” by the Netherlands’ new Christmas lockdown, which has come into effect.

    “Nowhere in Europe is there such a strict regime as in the Netherlands,” said Jan Meerman, the director of INretail, the Dutch retailers association.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/19/dutch-shopkeepers-christmas-lockdown-netherlands-left-them-broken", - "creator": "Daniel Boffey in Brussels and Sam Jones in Madrid", - "pubDate": "2021-12-19T16:00:11Z", + "title": "Australia live news update: Barnaby Joyce opposes Julian Assange extradition; NSW train strike; mRNA vaccines could be made in Victoria", + "description": "

    Barnaby Joyce says Julian Assange should not be extradited to the US; passengers on NSW rail network face another day of disruption as train union strikes – follow all the day’s news

    Here is the full statement for the Victorian government on the Moderna manufacturing facility that’s set to be operational by 2024.

    Prime minister Scott Morrison has called on states and territories to ease their last remaining Covid-19 restrictions, as Western Australia announced plans to reopen its hard border to the rest of the nation, reports AAP’s Andrew Brown.

    Australians kept their side of the deal, it is time for governments to now keep theirs; to step back and let Australians step forward...

    To put Australians back in charge of their own lives, relying on the connecting points and relationships that exist between the state and the individual.

    Australia is going to be connected and together again...

    This will be welcome news for thousands of Western Australians looking forward to reuniting with family and friends after so long apart.

    Continue reading...", + "content": "

    Barnaby Joyce says Julian Assange should not be extradited to the US; passengers on NSW rail network face another day of disruption as train union strikes – follow all the day’s news

    Here is the full statement for the Victorian government on the Moderna manufacturing facility that’s set to be operational by 2024.

    Prime minister Scott Morrison has called on states and territories to ease their last remaining Covid-19 restrictions, as Western Australia announced plans to reopen its hard border to the rest of the nation, reports AAP’s Andrew Brown.

    Australians kept their side of the deal, it is time for governments to now keep theirs; to step back and let Australians step forward...

    To put Australians back in charge of their own lives, relying on the connecting points and relationships that exist between the state and the individual.

    Australia is going to be connected and together again...

    This will be welcome news for thousands of Western Australians looking forward to reuniting with family and friends after so long apart.

    Continue reading...", + "category": "New South Wales", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/14/australia-news-updates-live-coronavirus-omicron-nsw-victoria-weather-scott-morrison-isolation-exposure-covid", + "creator": "Matilda Boseley", + "pubDate": "2021-12-13T22:01:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207854,16 +233503,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69937118117d74adf7e942638d2aef40" + "hash": "ba1fa4d1f7ca8a75889dcad644e1f1c5" }, { - "title": "Departure of Frost as Brexit minister sets off alarm bells in Brussels", - "description": "

    Concern grows within Europe that his replacement will undermine recent truce in negotiations

    The resignation of David Frost as Boris Johnson’s Brexit minister has set off alarm bells in Brussels, with officials unclear as to the approach that will be taken by the prime minister in the new year.

    In recent weeks, the UK government softened its approach to the post-Brexit arrangements for Northern Ireland, with the two sides brokering a Christmas truce in the talks on a relatively positive note.

    Continue reading...", - "content": "

    Concern grows within Europe that his replacement will undermine recent truce in negotiations

    The resignation of David Frost as Boris Johnson’s Brexit minister has set off alarm bells in Brussels, with officials unclear as to the approach that will be taken by the prime minister in the new year.

    In recent weeks, the UK government softened its approach to the post-Brexit arrangements for Northern Ireland, with the two sides brokering a Christmas truce in the talks on a relatively positive note.

    Continue reading...", - "category": "Europe", - "link": "https://www.theguardian.com/world/2021/dec/19/departure-of-david-frost-as-brexit-minister-sets-off-alarm-bells-in-brussels", - "creator": "Daniel Boffey in Brussels and Lisa O'Carroll in Brussels", - "pubDate": "2021-12-19T12:11:32Z", + "title": "Women in prison falling through gaps in feminist funding, report finds", + "description": "

    Foundations shy away from supporting those with ‘complicated’ narratives, says head of Women Beyond Walls, resulting in a funding crisis

    Organisations working with women in prisons around the world are not attracting the support they deserve, as even feminists shy away from helping people with “complicated” narratives, according to new research.

    Lawyer Sabrina Mahtani, founder of Women Beyond Walls (WBW), said many charities and NGOs around the world were doing vital work “supporting some of the most marginalised and overlooked women” in society.

    Continue reading...", + "content": "

    Foundations shy away from supporting those with ‘complicated’ narratives, says head of Women Beyond Walls, resulting in a funding crisis

    Organisations working with women in prisons around the world are not attracting the support they deserve, as even feminists shy away from helping people with “complicated” narratives, according to new research.

    Lawyer Sabrina Mahtani, founder of Women Beyond Walls (WBW), said many charities and NGOs around the world were doing vital work “supporting some of the most marginalised and overlooked women” in society.

    Continue reading...", + "category": "Women's rights and gender equality", + "link": "https://www.theguardian.com/global-development/2021/dec/09/women-in-prison-ignored-by-feminist-funders-that-find-them-less-marketable-says-ngo-head", + "creator": "Lizzy Davies", + "pubDate": "2021-12-09T06:30:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207875,16 +233524,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "19250cf321402f08c842c0104ad3988d" + "hash": "c321afba848dfc23165a8f9d95a2ed6e" }, { - "title": "Sudan police fire teargas as anti-coup protesters stage mass rally", - "description": "

    Thousands mark anniversary of revolt against Bashir regime with protest over military takeover

    Tens of thousands of Sudanese protesters have rallied to mark three years since the start of mass demonstrations that led to the ousting of the dictator Omar al-Bashir, as fears mount for the country’s democratic transition.

    Security forces fired teargas - leaving several wounded, witnesses said – at a huge crowd of protesters near the republican palace in the capital, Khartoum, chanting slogans against the military chief, Gen Abdel Fattah al-Burhan, who led a coup on 25 October.

    Continue reading...", - "content": "

    Thousands mark anniversary of revolt against Bashir regime with protest over military takeover

    Tens of thousands of Sudanese protesters have rallied to mark three years since the start of mass demonstrations that led to the ousting of the dictator Omar al-Bashir, as fears mount for the country’s democratic transition.

    Security forces fired teargas - leaving several wounded, witnesses said – at a huge crowd of protesters near the republican palace in the capital, Khartoum, chanting slogans against the military chief, Gen Abdel Fattah al-Burhan, who led a coup on 25 October.

    Continue reading...", - "category": "Sudan", - "link": "https://www.theguardian.com/world/2021/dec/19/sudan-police-fire-teargas-anti-coup-protesters-stage-mass-rally", - "creator": "Agence France-Presse", - "pubDate": "2021-12-19T14:27:29Z", + "title": "Who are the rebel Tory MPs likely to oppose plan B Covid restrictions?", + "description": "

    Analysis: distinct camps have emerged in Westminster, from hardline lockdown sceptics to selective rebels

    Government whips are braced for a major rebellion by Tory MPs over new plan B Covid restrictions due to come into force this week, against a backdrop of anger over rule-breaking Christmas parties. The restrictions are set to pass – but only thanks to support from Labour.

    Ahead of the Commons votes on Tuesday on mask-wearing, working from home and Covid passports, these are the camps that are set to oppose at least some of the measures.

    Continue reading...", + "content": "

    Analysis: distinct camps have emerged in Westminster, from hardline lockdown sceptics to selective rebels

    Government whips are braced for a major rebellion by Tory MPs over new plan B Covid restrictions due to come into force this week, against a backdrop of anger over rule-breaking Christmas parties. The restrictions are set to pass – but only thanks to support from Labour.

    Ahead of the Commons votes on Tuesday on mask-wearing, working from home and Covid passports, these are the camps that are set to oppose at least some of the measures.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/12/who-are-the-rebel-tory-mp-factions-that-plan-to-oppose-plan-b-covid-restrictions", + "creator": "Aubrey Allegretti Political correspondent", + "pubDate": "2021-12-12T17:04:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207896,16 +233545,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52bedb10298e38febde7daef690b6269" + "hash": "e9ab324d87e3db25ef41206b60774993" }, { - "title": "Appeal for votes in Hong Kong ‘patriots’ election after low early turnout", - "description": "

    Ballot is first since Beijing cut number of directly elected seats and moved to control who can run

    Hong Kong’s first “patriots only” legislative election on Sunday was marked by what could be a record low turnout – reflecting what critics said was widespread disapproval of recent changes to the electoral system and the wider national security crackdown in the city.

    The polls, in which 153 candidates competed for 90 seats, were the first to be held since Beijing overhauled the city’s electoral processes earlier this year, reducing the ratio of directly elected seats and introducing a two-tiered candidate-vetting process by national security police and officials to ensure only “patriots” could administer the city.

    Continue reading...", - "content": "

    Ballot is first since Beijing cut number of directly elected seats and moved to control who can run

    Hong Kong’s first “patriots only” legislative election on Sunday was marked by what could be a record low turnout – reflecting what critics said was widespread disapproval of recent changes to the electoral system and the wider national security crackdown in the city.

    The polls, in which 153 candidates competed for 90 seats, were the first to be held since Beijing overhauled the city’s electoral processes earlier this year, reducing the ratio of directly elected seats and introducing a two-tiered candidate-vetting process by national security police and officials to ensure only “patriots” could administer the city.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/19/police-deployed-at-polling-stations-as-hong-kong-votes-in-overhauled-patriots-election", - "creator": "Vincent Ni, Rhoda Kwan and agencies", - "pubDate": "2021-12-19T16:12:15Z", + "title": "Kentucky tornadoes: governor confirms at least 64 deaths as toll expected to rise", + "description": "

    Andy Beshear says 105 Kentuckians still unaccounted for, and that the number of confirmed deaths might not be known for weeks

    Kentucky’s governor Andy Beshear broke down in tears on Monday as he announced the deaths of at least 64 people from Friday’s deadly tornadoes that swept across multiple midwest and southern states, and warned that the death toll is expected to grow.

    The ages of those killed ranged from five months to 86 years, six of them younger than 18, Beshear said at an emotional press conference in Frankfort, the state capital.

    Continue reading...", + "content": "

    Andy Beshear says 105 Kentuckians still unaccounted for, and that the number of confirmed deaths might not be known for weeks

    Kentucky’s governor Andy Beshear broke down in tears on Monday as he announced the deaths of at least 64 people from Friday’s deadly tornadoes that swept across multiple midwest and southern states, and warned that the death toll is expected to grow.

    The ages of those killed ranged from five months to 86 years, six of them younger than 18, Beshear said at an emotional press conference in Frankfort, the state capital.

    Continue reading...", + "category": "Kentucky", + "link": "https://www.theguardian.com/us-news/2021/dec/13/kentucky-tornadoes-death-toll", + "creator": "Richard Luscombe and agencies", + "pubDate": "2021-12-13T17:19:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207917,16 +233566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a08b561e4f20050f5fe72835a7a91da" + "hash": "aeb14bd9c496e147c9ee707e630eeaad" }, { - "title": "Hundreds queue for passports in bid to leave Afghanistan", - "description": "

    Crowds brave sub-zero temperatues after Taliban announces it will resume issuing travel documents

    Hundreds of people have braved sub-zero temperatures in Afghanistan’s capital to queue outside the passport office, a day after the Taliban government announced it would resume issuing travel documents.

    Many began their wait the previous night and most stood patiently in single file – some desperate to leave the country for medical treatment, others to escape the Islamists’ renewed rule. Tense Taliban personnel periodically charged crowds that formed at the front of the queue and at a nearby roadblock.

    Continue reading...", - "content": "

    Crowds brave sub-zero temperatues after Taliban announces it will resume issuing travel documents

    Hundreds of people have braved sub-zero temperatures in Afghanistan’s capital to queue outside the passport office, a day after the Taliban government announced it would resume issuing travel documents.

    Many began their wait the previous night and most stood patiently in single file – some desperate to leave the country for medical treatment, others to escape the Islamists’ renewed rule. Tense Taliban personnel periodically charged crowds that formed at the front of the queue and at a nearby roadblock.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2021/dec/19/hundreds-queue-for-passports-in-bid-to-leave-afghanistan", - "creator": "Agencies", - "pubDate": "2021-12-19T11:06:09Z", + "title": "Maps of Renaissance Tuscany on show for first time in 20 years", + "description": "

    First large-scale representations of region are back on display at Uffizi Galleries in Florence

    Maps depicting Renaissance Tuscany are back on display at the Uffizi Galleries in Florence after being hidden from public view for more than 20 years.

    The wall paintings were commissioned in the late 1500s by Ferdinando I de’ Medici after the republic of Florence’s conquering of its rival Siena led to the creation the Grand Duchy of Tuscany and depict the newly unified territory.

    Continue reading...", + "content": "

    First large-scale representations of region are back on display at Uffizi Galleries in Florence

    Maps depicting Renaissance Tuscany are back on display at the Uffizi Galleries in Florence after being hidden from public view for more than 20 years.

    The wall paintings were commissioned in the late 1500s by Ferdinando I de’ Medici after the republic of Florence’s conquering of its rival Siena led to the creation the Grand Duchy of Tuscany and depict the newly unified territory.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2021/dec/13/maps-of-renaissance-tuscany-on-show-for-first-time-in-20-years", + "creator": "Angela Giuffrida", + "pubDate": "2021-12-13T16:25:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207938,16 +233587,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f0a12efc5b73a512e8e394724d09c29" + "hash": "db768e5b14948db6a3f4d9cb79e2d7ad" }, { - "title": "Video of Peng Shuai appears online as fears over wellbeing persist", - "description": "

    Seven-second clip of Chinese tennis star laughing with basketball player posted on Twitter

    Fresh footage of the Chinese tennis star Peng Shuai has emerged online as concerns over her wellbeing persist outside the country.

    On Sunday, Qingqing Chen, a senior journalist at the state-owned Global Times, posted a seven-second video clip of Peng on her Twitter account.

    Continue reading...", - "content": "

    Seven-second clip of Chinese tennis star laughing with basketball player posted on Twitter

    Fresh footage of the Chinese tennis star Peng Shuai has emerged online as concerns over her wellbeing persist outside the country.

    On Sunday, Qingqing Chen, a senior journalist at the state-owned Global Times, posted a seven-second video clip of Peng on her Twitter account.

    Continue reading...", - "category": "Peng Shuai", - "link": "https://www.theguardian.com/sport/2021/dec/19/video-of-peng-shuai-appears-online-as-fears-over-wellbeing-persist", - "creator": "Vincent Ni China affairs correspondent", - "pubDate": "2021-12-19T14:58:35Z", + "title": "USA Gymnastics and USOPC reach $380m settlement with Nassar abuse survivors", + "description": "
    • Disgraced doctor abused dozens of athletes in his care
    • Organizations were accused of failing to stop abuse

    Survivors of disgraced former USA Gymnastics doctor Larry Nassar have reached a $380m settlement with USA Gymnastics, the US Olympic & Paralympic Committee and their insurers after a five-year legal battle. The settlement was confirmed during a hearing in a federal bankruptcy court in Indianapolis on Monday.

    “This settlement is the result of the bravery of hundreds of survivors who, despite legal obstacles, long odds and the best corporate legal talent money can buy, refused to be silent. The power of their story eventually won the day,” John Manly, an attorney for the plaintiffs, said on Monday.

    Continue reading...", + "content": "
    • Disgraced doctor abused dozens of athletes in his care
    • Organizations were accused of failing to stop abuse

    Survivors of disgraced former USA Gymnastics doctor Larry Nassar have reached a $380m settlement with USA Gymnastics, the US Olympic & Paralympic Committee and their insurers after a five-year legal battle. The settlement was confirmed during a hearing in a federal bankruptcy court in Indianapolis on Monday.

    “This settlement is the result of the bravery of hundreds of survivors who, despite legal obstacles, long odds and the best corporate legal talent money can buy, refused to be silent. The power of their story eventually won the day,” John Manly, an attorney for the plaintiffs, said on Monday.

    Continue reading...", + "category": "Gymnastics", + "link": "https://www.theguardian.com/sport/2021/dec/13/usa-gymnastics-usopc-larry-nassar-lawsuit-settlement", + "creator": "Guardian sport and agencies", + "pubDate": "2021-12-13T18:12:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207959,16 +233608,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e2e83c242ad55a363309370e7598789" + "hash": "916e059993e7f8dcd2f13d0ba81a4b87" }, { - "title": "Chilean election offers stark choice: a leftist or an admirer of Pinochet", - "description": "

    The campaign has resurfaced deep divisions and revived bitter memories of the country’s recent past

    Chilean voters head to the polls on Sunday to chose between two presidential candidates offering starkly contrasting visions for the future, in the country’s most divisive elections since it returned to democracy in 1990.

    Leftwing candidate Gabriel Boric, a tattooed former student protest leader, has pledged to empower women and Indigenous people and raise taxes and spending in order to create a fairer Chile.

    Continue reading...", - "content": "

    The campaign has resurfaced deep divisions and revived bitter memories of the country’s recent past

    Chilean voters head to the polls on Sunday to chose between two presidential candidates offering starkly contrasting visions for the future, in the country’s most divisive elections since it returned to democracy in 1990.

    Leftwing candidate Gabriel Boric, a tattooed former student protest leader, has pledged to empower women and Indigenous people and raise taxes and spending in order to create a fairer Chile.

    Continue reading...", - "category": "Chile", - "link": "https://www.theguardian.com/world/2021/dec/19/gabriel-boric-jose-antonio-kast-chilean-election", - "creator": "John Bartlett in Santiago", - "pubDate": "2021-12-19T09:00:21Z", + "title": "Danish ex-minister given jail sentence for separating couples seeking asylum", + "description": "

    Inger Støjberg receives two-month sentence for separating several couples where woman was under 18

    Denmark’s former immigration minister has been sentenced to two months in prison after a special court found her guilty of illegally separating several couples of asylum seekers where the woman was under 18.

    Inger Støjberg was sentenced on Monday to 60 days in jail over accusations that she violated the European convention on human rights by ordering the separation of couples, some of whom had children.

    Continue reading...", + "content": "

    Inger Støjberg receives two-month sentence for separating several couples where woman was under 18

    Denmark’s former immigration minister has been sentenced to two months in prison after a special court found her guilty of illegally separating several couples of asylum seekers where the woman was under 18.

    Inger Støjberg was sentenced on Monday to 60 days in jail over accusations that she violated the European convention on human rights by ordering the separation of couples, some of whom had children.

    Continue reading...", + "category": "Denmark", + "link": "https://www.theguardian.com/world/2021/dec/13/danish-ex-minister-inger-stojberg-given-jail-sentence-for-separating-couples-seeking-asylum", + "creator": "AFP in Copenhagen", + "pubDate": "2021-12-13T17:32:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -207980,16 +233629,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe5f513f2539caa2cfc80b706a506177" + "hash": "7cd42d0b55cd78cc4587119e16714fe0" }, { - "title": "Malaysia’s worst flooding in years leaves 30,000 people displaced", - "description": "

    Urban and rural regions submerged as rivers burst banks after heavy downpours since Friday

    More than 30,000 people have been evacuated from their homes in Malaysia as the country battled some of its worst flooding in years.

    The tropical nation in south-east Asia often experiences stormy monsoon seasons towards the end of the year, with flooding regularly prompting mass evacuations.

    Continue reading...", - "content": "

    Urban and rural regions submerged as rivers burst banks after heavy downpours since Friday

    More than 30,000 people have been evacuated from their homes in Malaysia as the country battled some of its worst flooding in years.

    The tropical nation in south-east Asia often experiences stormy monsoon seasons towards the end of the year, with flooding regularly prompting mass evacuations.

    Continue reading...", - "category": "Malaysia", - "link": "https://www.theguardian.com/world/2021/dec/19/malaysias-worst-flooding-in-years-leaves-30000-people-displaced", - "creator": "Agence France-Presse", - "pubDate": "2021-12-19T11:43:20Z", + "title": "UK coastguard ‘telling refugees in British waters to contact the French’", + "description": "

    Officials urged to review procedures after accusations 999 calls by people in small boats are being redirected to France

    Refugees crossing the Channel to the UK in small boats are calling on the UK coastguard to review its procedures after claiming officials regularly redirect them to French emergency services after they make 999 calls in what they believe to be the UK part of the Channel.

    Relatives and survivors of the mass tragedy in the Channel where at least 27 people lost their lives on 24 November said that repeated distress calls had been made to both French and UK coastguards and that the UK had told them to contact the French rescue services.

    Continue reading...", + "content": "

    Officials urged to review procedures after accusations 999 calls by people in small boats are being redirected to France

    Refugees crossing the Channel to the UK in small boats are calling on the UK coastguard to review its procedures after claiming officials regularly redirect them to French emergency services after they make 999 calls in what they believe to be the UK part of the Channel.

    Relatives and survivors of the mass tragedy in the Channel where at least 27 people lost their lives on 24 November said that repeated distress calls had been made to both French and UK coastguards and that the UK had told them to contact the French rescue services.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/dec/13/uk-coastguard-telling-refugees-in-british-waters-to-contact-the-french", + "creator": "Diane Taylor", + "pubDate": "2021-12-13T16:06:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208001,16 +233650,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac62c3b845c073bdd90a17d36a12a1eb" + "hash": "d231bcd3295045cf830a59a95e469917" }, { - "title": "Rapper Drakeo the Ruler dies at 28 after stabbing at music festival", - "description": "

    Cult Los Angeles lyricist reportedly attacked by group of people at Once Upon a Time festival in his home city

    Drakeo the Ruler, the critically acclaimed Los Angeles rapper, has died after a reported stabbing at a music festival. His press representative confirmed his death to the Guardian but did not give further details.

    The 28-year-old, whose real name was Darrell Caldwell, had been scheduled to perform at the Once Upon a Time festival in Los Angeles. A source speaking to the LA Times said Caldwell had been attacked on the festival site by a group of people on Saturday evening. He was taken to hospital in a critical condition, where he later died.

    Continue reading...", - "content": "

    Cult Los Angeles lyricist reportedly attacked by group of people at Once Upon a Time festival in his home city

    Drakeo the Ruler, the critically acclaimed Los Angeles rapper, has died after a reported stabbing at a music festival. His press representative confirmed his death to the Guardian but did not give further details.

    The 28-year-old, whose real name was Darrell Caldwell, had been scheduled to perform at the Once Upon a Time festival in Los Angeles. A source speaking to the LA Times said Caldwell had been attacked on the festival site by a group of people on Saturday evening. He was taken to hospital in a critical condition, where he later died.

    Continue reading...", - "category": "Rap", - "link": "https://www.theguardian.com/music/2021/dec/19/rapper-drakeo-the-ruler-killed-aged-28-after-stabbing-at-music-festival", - "creator": "Ben Beaumont-Thomas", - "pubDate": "2021-12-19T14:47:42Z", + "title": "Golden Globe nominations 2022: Belfast and The Power of the Dog lead the pack", + "description": "

    Kenneth Branagh’s autobiographical drama and Jane Campion’s tense western both score seven nominations

    Full list of nominations

    In one of the more unexpected comebacks of the year, the Hollywood Foreign Press Association has announced the nominations for its 79th awards ceremony, to be held on 9 January – but not screened on television after broadcaster NBC terminated the contract.

    Belfast, Kenneth Branagh’s black-and-white drama set in his hometown during the Troubles, has seven nominations, as does The Power of the Dog, Jane Campion’s sexually-charged western set in 1920s Montana.

    Continue reading...", + "content": "

    Kenneth Branagh’s autobiographical drama and Jane Campion’s tense western both score seven nominations

    Full list of nominations

    In one of the more unexpected comebacks of the year, the Hollywood Foreign Press Association has announced the nominations for its 79th awards ceremony, to be held on 9 January – but not screened on television after broadcaster NBC terminated the contract.

    Belfast, Kenneth Branagh’s black-and-white drama set in his hometown during the Troubles, has seven nominations, as does The Power of the Dog, Jane Campion’s sexually-charged western set in 1920s Montana.

    Continue reading...", + "category": "Golden Globes 2022", + "link": "https://www.theguardian.com/film/2021/dec/13/golden-globe-nominations-2021-belfast-and-the-power-of-the-dog-lead-the-pack", + "creator": "Catherine Shoard", + "pubDate": "2021-12-13T15:12:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208022,16 +233671,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa81a99af385fb35701700723ee3dce6" + "hash": "d91113f28aa1055dcd3895ec08938811" }, { - "title": "‘We are family’: the Israelis sharing life and hope with Palestinians", - "description": "

    Participants in a West Bank immersive language project tell of the strong bonds being forged that counter the rise in settler violence

    In the plywood hut in which Palestinian Iman al-Hathalin and her family have lived since their home was bulldozed by the Israeli authorities in 2014, the warmth from a rickety samovar is welcome. Outside the only window, the winter sky is blinding white: it floods the room with an icy light and sends shadows dancing up the flimsy walls.

    Everyone has been ill lately, it seems, including Hathalin’s two-year-old daughter, who sleeps fitfully on her lap, and Maya Mark, her Arabic-speaking Israeli guest. “It is not exaggerating to say Maya is like my sister,” Hathalin said. “I was so worried when she was sick. We are family.”

    Continue reading...", - "content": "

    Participants in a West Bank immersive language project tell of the strong bonds being forged that counter the rise in settler violence

    In the plywood hut in which Palestinian Iman al-Hathalin and her family have lived since their home was bulldozed by the Israeli authorities in 2014, the warmth from a rickety samovar is welcome. Outside the only window, the winter sky is blinding white: it floods the room with an icy light and sends shadows dancing up the flimsy walls.

    Everyone has been ill lately, it seems, including Hathalin’s two-year-old daughter, who sleeps fitfully on her lap, and Maya Mark, her Arabic-speaking Israeli guest. “It is not exaggerating to say Maya is like my sister,” Hathalin said. “I was so worried when she was sick. We are family.”

    Continue reading...", - "category": "Palestinian territories", - "link": "https://www.theguardian.com/world/2021/dec/19/we-are-family-the-israelis-sharing-life-and-hope-with-palestinians", - "creator": "Bethan McKernan and Quique Kierszenbaum in the south Hebron hills", - "pubDate": "2021-12-19T09:00:21Z", + "title": "Biden and Manchin to meet amid race to pass Build Back Better agenda – live", + "description": "

    The Guardian’s Edward Helmore, Nikhita Chulani, Harvey Symons and Arnel Hecimovic report:

    Powerful tornadoes barrelled through five US states on Friday, levelling houses and factories and bringing down power lines. In Kentucky, the worst-hit state, one tornado alone followed an extraordinarily long and destructive path of more than 200 miles.

    Continue reading...", + "content": "

    The Guardian’s Edward Helmore, Nikhita Chulani, Harvey Symons and Arnel Hecimovic report:

    Powerful tornadoes barrelled through five US states on Friday, levelling houses and factories and bringing down power lines. In Kentucky, the worst-hit state, one tornado alone followed an extraordinarily long and destructive path of more than 200 miles.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/live/2021/dec/13/biden-manchin-democrats-build-back-better-agenda-us-politics-live", + "creator": "Joan E Greve", + "pubDate": "2021-12-13T19:29:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208043,16 +233692,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2479e85952dfad8bc1a2688dba3578b0" + "hash": "7b23cc5d5f9ca4bc9f4f6124b176b224" }, { - "title": "Fauci: Omicron ‘raging through the world’ and travel increases Covid risks", - "description": "

    The Omicron variant of Covid-19 has “extraordinary spreading capabilities”, the US government’s top infectious diseases expert said on Sunday, warning that it is already “raging through the world”.

    Dr Anthony Fauci’s warning came ahead of the busy holiday traveling period, which he said would elevate the risk of infection even in vaccinated people.

    Continue reading...", - "content": "

    The Omicron variant of Covid-19 has “extraordinary spreading capabilities”, the US government’s top infectious diseases expert said on Sunday, warning that it is already “raging through the world”.

    Dr Anthony Fauci’s warning came ahead of the busy holiday traveling period, which he said would elevate the risk of infection even in vaccinated people.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/19/us-covid-fauci-omicron-variant-raging-travel-risks", - "creator": "Richard Luscombe", - "pubDate": "2021-12-19T14:08:45Z", + "title": "Outrage as Quebec teacher removed from classroom for wearing hijab under controversial law", + "description": "

    Fatemeh Anvari was told her headwear ran afoul of Bill 21, which bars some public servants from wearing religious symbols

    The removal of a Canadian teacher for wearing a hijab in the classroom has sparked widespread condemnation of a controversial law in the province of Quebec, which critics say unfairly targets ethnic minorities under the pretext of secularism.

    Fatemeh Anvari, a third-grade teacher in the town of Chelsea, was told earlier this month that she would no longer be allowed to continue in the role because her headwear ran afoul of Bill 21, a law passed in 2019.

    Continue reading...", + "content": "

    Fatemeh Anvari was told her headwear ran afoul of Bill 21, which bars some public servants from wearing religious symbols

    The removal of a Canadian teacher for wearing a hijab in the classroom has sparked widespread condemnation of a controversial law in the province of Quebec, which critics say unfairly targets ethnic minorities under the pretext of secularism.

    Fatemeh Anvari, a third-grade teacher in the town of Chelsea, was told earlier this month that she would no longer be allowed to continue in the role because her headwear ran afoul of Bill 21, a law passed in 2019.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2021/dec/13/canada-quebec-teacher-removed-classroom-hijab", + "creator": "Leyland Cecco in Victoria, British Columbia", + "pubDate": "2021-12-13T19:26:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208064,16 +233713,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a34468cf8fca7d204b189d624b9825f8" + "hash": "12e39e029facb9b23d5aadff4b9adaf5" }, { - "title": "London hospital staff speak out: ‘We’re not here to judge, but please get your Covid vaccines’", - "description": "

    Health workers at King’s College hospital fear a surge in admissions as the Omicron wave gathers force, but are cautiously optimistic

    On the third floor of one of the country’s biggest hospital trusts, a team of intensive care specialists in masks and visors huddle around a screened bay where a critically ill patient lies unconscious surrounded by cables and tubes.

    The elderly man’s breathing is supported by a ventilator and he is connected to an arterial line to measure blood pressure. He is fed by a gastric tube, and a nearby stack of six monitors provide updates on his condition, from oxygen levels to heart rate.

    Continue reading...", - "content": "

    Health workers at King’s College hospital fear a surge in admissions as the Omicron wave gathers force, but are cautiously optimistic

    On the third floor of one of the country’s biggest hospital trusts, a team of intensive care specialists in masks and visors huddle around a screened bay where a critically ill patient lies unconscious surrounded by cables and tubes.

    The elderly man’s breathing is supported by a ventilator and he is connected to an arterial line to measure blood pressure. He is fed by a gastric tube, and a nearby stack of six monitors provide updates on his condition, from oxygen levels to heart rate.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/19/london-hospital-staff-speak-out-were-not-here-to-judge-but-please-get-your-covid-vaccines", - "creator": "Jon Ungoed-Thomas", - "pubDate": "2021-12-19T08:00:20Z", + "title": "‘Healing can begin with a handshake’: inside Sydney’s only Aboriginal-run drug and alcohol counselling centre", + "description": "

    From massive loss and intense grief, the Marrin Weejali Aboriginal Corporation was born

    When Tony Hunter first shakes your hand, he holds your gaze a long time, calmly sizing you up, perhaps looking for a common bond. His outback New South Wales drawl is slow, but his mind feels fully engaged. Tell him he looks a lot younger than his 69 years and he looks sceptical: “I lost 10 years to alcohol in there.”

    Twenty-seven years ago Hunter and his partner, Melinda Bonham, were sitting on the porch of their house in Shalvey, a suburb of Blacktown, when Hunter fell silent, lost in thought. It was 1994, and the local Aboriginal community had endured a long cycle of drug and alcohol addiction, trauma and premature death. After a while, Hunter spoke: “I’ve gotta do something to help my people.”

    Marrin Weejali Aboriginal Corporation.

    Continue reading...", + "content": "

    From massive loss and intense grief, the Marrin Weejali Aboriginal Corporation was born

    When Tony Hunter first shakes your hand, he holds your gaze a long time, calmly sizing you up, perhaps looking for a common bond. His outback New South Wales drawl is slow, but his mind feels fully engaged. Tell him he looks a lot younger than his 69 years and he looks sceptical: “I lost 10 years to alcohol in there.”

    Twenty-seven years ago Hunter and his partner, Melinda Bonham, were sitting on the porch of their house in Shalvey, a suburb of Blacktown, when Hunter fell silent, lost in thought. It was 1994, and the local Aboriginal community had endured a long cycle of drug and alcohol addiction, trauma and premature death. After a while, Hunter spoke: “I’ve gotta do something to help my people.”

    Marrin Weejali Aboriginal Corporation.

    Continue reading...", + "category": "Indigenous Australians", + "link": "https://www.theguardian.com/australia-news/2021/dec/14/healing-can-begin-with-a-handshake-inside-sydneys-only-aboriginal-run-drug-and-alcohol-counselling-centre", + "creator": "James Button; Photography by Carly Earl", + "pubDate": "2021-12-13T16:30:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208085,16 +233734,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2e879b484f5713aeee995fdb863a7c8" + "hash": "03f13ba10498951b09aee6bcfa573671" }, { - "title": "Victim of privilege: how Ghislaine Maxwell’s lawyers tried to make her seem likable", - "description": "

    Maxwell’s attorneys tried to replace her image of a privileged socialite with one of being a kind and generous employer

    When Ghislaine Maxwell’s defense case started last Thursday, her team tried pulling off a near-impossible task – making the British socialite accused of sex trafficking seem likable.

    Indeed, the first defense witness in Maxwell’s Manhattan federal court sex-trafficking trial, former assistant Cimberly Espinosa, described her ex-boss in glowing terms.

    Continue reading...", - "content": "

    Maxwell’s attorneys tried to replace her image of a privileged socialite with one of being a kind and generous employer

    When Ghislaine Maxwell’s defense case started last Thursday, her team tried pulling off a near-impossible task – making the British socialite accused of sex trafficking seem likable.

    Indeed, the first defense witness in Maxwell’s Manhattan federal court sex-trafficking trial, former assistant Cimberly Espinosa, described her ex-boss in glowing terms.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/19/ghislaine-maxwells-lawyers-likable", - "creator": "Victoria Bekiempis", - "pubDate": "2021-12-19T10:00:22Z", + "title": "UK Covid live: Sajid Javid says Omicron infections estimated to be running at 200,000 a day", + "description": "

    Latest updates: health secretary tells MPs no variant has spread as fast as confirmed cases of the variant rise 50% in a day

    BBC One will broadcast a pre-recorded address to the nation from Keir Starmer at 7pm in response to Boris Johnson’s own remarks on coronavirus booster vaccines, Labour has said.

    Today is the first day that people aged 30 to 39 can officially book a booster jab in England. Although the website has been overwhelmed (see 10.46am), NHS Digital says more than 140,000 people have managed to book vaccine appointments this morning.

    Continue reading...", + "content": "

    Latest updates: health secretary tells MPs no variant has spread as fast as confirmed cases of the variant rise 50% in a day

    BBC One will broadcast a pre-recorded address to the nation from Keir Starmer at 7pm in response to Boris Johnson’s own remarks on coronavirus booster vaccines, Labour has said.

    Today is the first day that people aged 30 to 39 can officially book a booster jab in England. Although the website has been overwhelmed (see 10.46am), NHS Digital says more than 140,000 people have managed to book vaccine appointments this morning.

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/live/2021/dec/13/uk-covid-live-nhs-appointments-postponed-help-omicron-booster-jabs-boris-johnson-latest-updates", + "creator": "Andrew Sparrow", + "pubDate": "2021-12-13T17:20:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208106,16 +233755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd7097d3697c049b856e79e4df6c5f3f" + "hash": "86e61823642acc8ddd00b011a3238e5c" }, { - "title": "New York has a huge rat problem. These vigilantes with dogs think they can fix it", - "description": "

    Rats, a group that has been hunting rats with dogs in New York since 1995, is summoned to infested neighborhoods

    This will come as no surprise to anyone but New York City has a rat problem.

    Two million rats call the city home, thriving on the streets, in sewers, in both abandoned and un-abandoned buildings, in the parks, in the subways, in shoe stores and in restaurants.

    Continue reading...", - "content": "

    Rats, a group that has been hunting rats with dogs in New York since 1995, is summoned to infested neighborhoods

    This will come as no surprise to anyone but New York City has a rat problem.

    Two million rats call the city home, thriving on the streets, in sewers, in both abandoned and un-abandoned buildings, in the parks, in the subways, in shoe stores and in restaurants.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2021/dec/19/new-york-city-rat-problem-vigilantes-with-dogs", - "creator": "Adam Gabbatt", - "pubDate": "2021-12-19T07:00:20Z", + "title": "Kentucky tornadoes: Hopes rise that death toll could be lower than feared", + "description": "

    Governor Andy Beshear had originally said more than 100 people were feared dead, but later said the estimate could be wrong

    US president Joe Biden declared a major federal disaster in Kentucky after a swarm of deadly tornadoes hit the state on Friday, as representatives of a candle factory destroyed by a twister said far fewer people may have died than previously feared.

    Biden had previously declared the storms a federal emergency and the move to designate the storms a federal disaster paves the way for additional aid, as thousands face housing, food, water and power shortages.

    Continue reading...", + "content": "

    Governor Andy Beshear had originally said more than 100 people were feared dead, but later said the estimate could be wrong

    US president Joe Biden declared a major federal disaster in Kentucky after a swarm of deadly tornadoes hit the state on Friday, as representatives of a candle factory destroyed by a twister said far fewer people may have died than previously feared.

    Biden had previously declared the storms a federal emergency and the move to designate the storms a federal disaster paves the way for additional aid, as thousands face housing, food, water and power shortages.

    Continue reading...", + "category": "Kentucky", + "link": "https://www.theguardian.com/us-news/2021/dec/13/kentucky-tornadoes-hopes-rise-that-candle-factory-death-toll-could-be-lower-than-feared", + "creator": "Richard Luscombe, Samira Sadeque with agencies", + "pubDate": "2021-12-13T12:31:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208127,16 +233776,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "514f9735bec3096f188af0d3bf41a8c5" + "hash": "7eeb2c8d4841831705cf6672949c9422" }, { - "title": "‘I want to get as much done as I can’: Keanu Reeves on poetry, grief and making the most of every minute", - "description": "He is one of Hollywood’s hardest working and well-liked actors. As the next instalment of his epic Matrix series hits the big screen, Tom Lamont meets the famously thoughtful star

    Keanu Reeves covers his face with both hands. Long bands of the actor’s straggly, jet-black hair flit from side to side as he shakes his cradled head. Reeves, who is 57, has a new Matrix movie out soon. It will be the first instalment in that famous sci-fi series since the turn of the century, when a visually splendid trilogy – The Matrix, The Matrix Reloaded and The Matrix Revolutions – shook blockbuster cinema to its foundations. I have just been telling him what an unforgettable outing that first Matrix movie was for me, back in 1999, when I saw it in a packed, noisy cinema full of people who couldn’t sit still for excitement. I’ve also just admitted to Reeves that, when The Matrix Resurrections is made available later this month, via various platforms, I’ll probably stream it at home, probably on a laptop.

    I only intend this as a light prompt to get him talking about Hollywood in 2021, a curious time for showbusiness, with Covid precautions and advances in streaming tech combining to make so many movies available for home viewing at the same time as they appear in cinemas. But perhaps Reeves is someone who feels things more deeply than most, because suddenly he begins to plead with me, through muffling fingers: “Dude? Don’t stream that movie… Don’t you fucking stream that movie.”

    Continue reading...", - "content": "He is one of Hollywood’s hardest working and well-liked actors. As the next instalment of his epic Matrix series hits the big screen, Tom Lamont meets the famously thoughtful star

    Keanu Reeves covers his face with both hands. Long bands of the actor’s straggly, jet-black hair flit from side to side as he shakes his cradled head. Reeves, who is 57, has a new Matrix movie out soon. It will be the first instalment in that famous sci-fi series since the turn of the century, when a visually splendid trilogy – The Matrix, The Matrix Reloaded and The Matrix Revolutions – shook blockbuster cinema to its foundations. I have just been telling him what an unforgettable outing that first Matrix movie was for me, back in 1999, when I saw it in a packed, noisy cinema full of people who couldn’t sit still for excitement. I’ve also just admitted to Reeves that, when The Matrix Resurrections is made available later this month, via various platforms, I’ll probably stream it at home, probably on a laptop.

    I only intend this as a light prompt to get him talking about Hollywood in 2021, a curious time for showbusiness, with Covid precautions and advances in streaming tech combining to make so many movies available for home viewing at the same time as they appear in cinemas. But perhaps Reeves is someone who feels things more deeply than most, because suddenly he begins to plead with me, through muffling fingers: “Dude? Don’t stream that movie… Don’t you fucking stream that movie.”

    Continue reading...", - "category": "Keanu Reeves", - "link": "https://www.theguardian.com/film/2021/dec/19/i-want-to-get-as-much-done-as-i-can-keanu-reeves-on-poetry-and-grief", - "creator": "Tom Lamont", - "pubDate": "2021-12-19T08:00:21Z", + "title": "North and South Korea agree ‘in principle’ on formal end of war", + "description": "

    Pyongyang has made end to US hostility a precondition for peace talks after almost 70 years of conflict

    South and North Korea, China and the US have agreed “in principle” to declare a formal end to the Korean war, almost 70 years after the conflict ended in a shaky truce, the South Korean president, Moon Jae-in, has said.

    But Moon conceded that talks on the 1950-53 war were being held back by North Korean objections to present-day “US hostility”.

    Continue reading...", + "content": "

    Pyongyang has made end to US hostility a precondition for peace talks after almost 70 years of conflict

    South and North Korea, China and the US have agreed “in principle” to declare a formal end to the Korean war, almost 70 years after the conflict ended in a shaky truce, the South Korean president, Moon Jae-in, has said.

    But Moon conceded that talks on the 1950-53 war were being held back by North Korean objections to present-day “US hostility”.

    Continue reading...", + "category": "North Korea", + "link": "https://www.theguardian.com/world/2021/dec/13/north-south-korea-agree-in-principle-formal-end-war-us", + "creator": "Justin McCurry in Tokyo", + "pubDate": "2021-12-13T09:23:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208148,16 +233797,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b23dbb53b56aa00684a610b24bd2dcc5" + "hash": "c4be552bc5e3382a6180415fdf49c324" }, { - "title": "I’m heartbroken to miss Christmas with my family – but want to inspire girls with this huge challenge", - "description": "While my husband and two children celebrate Christmas without me, I will be rowing 3,000 miles across the Atlantic

    For the past few weeks, I’ve been getting ready for Christmas. As well as putting the tree up ridiculously early, I’ve made the cake, bought the presents and assembled the stockings. Even though my children no longer believe in Santa, the crinkle of my dad’s old golf socks stuffed full of presents on Christmas morning still makes their faces light up.

    But this year, for the first time since they were born, I won’t be there to celebrate with them. I’m leaving my husband Fred, daughter Inès, 15, and son Vincent, 12, to row 3,000 miles across the Atlantic as part of the annual Talisker Whisky Atlantic Challenge. My four-woman crew of mothers is called the Mothership, and between us we have 11 children, the youngest of whom is four.

    Continue reading...", - "content": "While my husband and two children celebrate Christmas without me, I will be rowing 3,000 miles across the Atlantic

    For the past few weeks, I’ve been getting ready for Christmas. As well as putting the tree up ridiculously early, I’ve made the cake, bought the presents and assembled the stockings. Even though my children no longer believe in Santa, the crinkle of my dad’s old golf socks stuffed full of presents on Christmas morning still makes their faces light up.

    But this year, for the first time since they were born, I won’t be there to celebrate with them. I’m leaving my husband Fred, daughter Inès, 15, and son Vincent, 12, to row 3,000 miles across the Atlantic as part of the annual Talisker Whisky Atlantic Challenge. My four-woman crew of mothers is called the Mothership, and between us we have 11 children, the youngest of whom is four.

    Continue reading...", - "category": "Family", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/19/i-am-heartbroken-to-miss-christmas-with-my-family-but-want-to-inspire-girls-with-this-huge-challenge", - "creator": "Lebby Eyres", - "pubDate": "2021-12-19T11:00:24Z", + "title": "US appears to cut video feed of Taiwanese minister at summit", + "description": "

    White House accused of trying to avoid antagonising Beijing by replacing feed during map presentation

    The White House has been accused of cutting the video feed of a Taiwanese minister after a map in the official’s slide presentation showed the island in a different colour to China’s during last week’s Summit for Democracy, in an effort to avoid antagonising Beijing.

    Reuters news agency reported that during a panel discussion on Friday, the video feed showing Audrey Tang, Taiwan’s digital minister, was replaced with audio only.

    Continue reading...", + "content": "

    White House accused of trying to avoid antagonising Beijing by replacing feed during map presentation

    The White House has been accused of cutting the video feed of a Taiwanese minister after a map in the official’s slide presentation showed the island in a different colour to China’s during last week’s Summit for Democracy, in an effort to avoid antagonising Beijing.

    Reuters news agency reported that during a panel discussion on Friday, the video feed showing Audrey Tang, Taiwan’s digital minister, was replaced with audio only.

    Continue reading...", + "category": "Taiwan", + "link": "https://www.theguardian.com/world/2021/dec/13/us-appears-to-cut-video-feed-audrey-tang-taiwan-summit-for-democracy", + "creator": "Vincent Ni China affairs correspondent", + "pubDate": "2021-12-13T14:23:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208169,16 +233818,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac997d51124fa496c434d2d099468628" + "hash": "c6d9ed057afd0cb1807ad915d22a96ca" }, { - "title": "Republicans are shamelessly working to subvert democracy. Are Democrats paying attention?", - "description": "

    Voting rights activists say the country has not fully awakened to the threat

    A dry run. A dress rehearsal. A practice coup. As the first anniversary of the 6 January insurrection at the US Capitol approaches, there is no shortage of warnings about the danger of a repeat by Republicans.

    But even as Donald Trump loyalists lay siege to democracy with voting restrictions and attempts to take over the running of elections, there are fears that Democrats in Washington have not fully woken up to the threat.

    Continue reading...", - "content": "

    Voting rights activists say the country has not fully awakened to the threat

    A dry run. A dress rehearsal. A practice coup. As the first anniversary of the 6 January insurrection at the US Capitol approaches, there is no shortage of warnings about the danger of a repeat by Republicans.

    But even as Donald Trump loyalists lay siege to democracy with voting restrictions and attempts to take over the running of elections, there are fears that Democrats in Washington have not fully woken up to the threat.

    Continue reading...", - "category": "US voting rights", - "link": "https://www.theguardian.com/us-news/2021/dec/19/republicans-subvert-democracy-democrats-paying-attention", - "creator": "Sam Levine in New York and David Smith in Washington", - "pubDate": "2021-12-19T07:00:20Z", + "title": "Turkey faces threat of financial crisis after lira plunges against dollar", + "description": "

    Central bank forced to defend currency as traders respond to interest rate cut with sharp selloff

    Fears that Turkey is on course for a full-scale financial crisis have intensified after the lira plunged to fresh lows against the US dollar.

    Turkey’s central bank was forced to step in to defend the ailing currency – selling US dollars for lira – after the latest sharp selloff.

    Continue reading...", + "content": "

    Central bank forced to defend currency as traders respond to interest rate cut with sharp selloff

    Fears that Turkey is on course for a full-scale financial crisis have intensified after the lira plunged to fresh lows against the US dollar.

    Turkey’s central bank was forced to step in to defend the ailing currency – selling US dollars for lira – after the latest sharp selloff.

    Continue reading...", + "category": "Turkey", + "link": "https://www.theguardian.com/world/2021/dec/13/turkey-faces-threat-of-financial-crisis-after-lira-plunges-against-dollar", + "creator": "Larry Elliott Economics editor", + "pubDate": "2021-12-13T13:58:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208190,16 +233839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aff19c5fbd10ba907b5ec12fa382e5bb" + "hash": "3d3c5500bf89bdcdf8a9ae17ff5586bc" }, { - "title": "‘All bets are off now’: a torrid week when Johnson’s balloon was burst", - "description": "

    Last week’s byelection result laid bare the growing anger felt towards the PM – both from outside and within his own party

    Shortly after Owen Paterson resigned as the Tory MP for North Shropshire in early November, Helen Morgan, who had been trounced when she stood as Liberal Democrat candidate at the last general election, rang her party’s HQ in London with a message that took senior officials by surprise.

    “She told us that we really had a chance in the byelection, that we had to throw everything at it. Initially there was a lot of scepticism,” said a party official. “Nobody really believed it.”

    Continue reading...", - "content": "

    Last week’s byelection result laid bare the growing anger felt towards the PM – both from outside and within his own party

    Shortly after Owen Paterson resigned as the Tory MP for North Shropshire in early November, Helen Morgan, who had been trounced when she stood as Liberal Democrat candidate at the last general election, rang her party’s HQ in London with a message that took senior officials by surprise.

    “She told us that we really had a chance in the byelection, that we had to throw everything at it. Initially there was a lot of scepticism,” said a party official. “Nobody really believed it.”

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/19/all-bets-are-off-now-a-torrid-week-when-johnsons-balloon-was-burst", - "creator": "Toby Helm and Michael Savage", - "pubDate": "2021-12-19T06:00:18Z", + "title": "Inquiry launched into ‘drunkenness at sea’ after ships crash in Baltic", + "description": "

    One crew member of capsized Danish barge has died and another is still missing

    Swedish coastguard officers have opened an investigation into alleged gross negligence and “drunkenness at sea” after one crew member of a capsized Danish barge died and another was feared drowned in a collision with a UK-flagged carrier.

    At least 11 boats, a spotter plane and a helicopter searched for the missing men for hours after the 3.30am collision in the Baltic Sea but eventually abandoned their efforts, Sweden’s maritime administration (SMA) said on Monday.

    Continue reading...", + "content": "

    One crew member of capsized Danish barge has died and another is still missing

    Swedish coastguard officers have opened an investigation into alleged gross negligence and “drunkenness at sea” after one crew member of a capsized Danish barge died and another was feared drowned in a collision with a UK-flagged carrier.

    At least 11 boats, a spotter plane and a helicopter searched for the missing men for hours after the 3.30am collision in the Baltic Sea but eventually abandoned their efforts, Sweden’s maritime administration (SMA) said on Monday.

    Continue reading...", + "category": "Sweden", + "link": "https://www.theguardian.com/business/2021/dec/13/british-and-danish-ships-collide-baltic-sea-rescue", + "creator": "Reuters in Stockholm", + "pubDate": "2021-12-13T15:55:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208211,16 +233860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2daa2ee1758e46a6e2efb143e0cd6ad7" + "hash": "dca770d9cd9540bf44ebea45556775d0" }, { - "title": "Remote, beautiful, lacking in plumbing: New Zealand’s beloved loos with views", - "description": "

    Aotearoa’s wild landscapes are world-famous but spectacular views are not confined to the walking trails – long-drop toilets also boast incredible panoramas

    Be it the crest of an icy mountain peak, the depths of the dense native bush, or the slopes of sleeping volcanoes, New Zealand’s wild and remote landscapes are coveted by outdoor enthusiasts the world over. But what really sets the country’s nature apart from the rest is what is at one’s disposal when nature calls – spectacular loos with views.

    These scenic spots – small, remote, and lacking in plumbing – are a curious quirk in New Zealand’s landscape, and offer up some of the best panoramas in the country.

    Continue reading...", - "content": "

    Aotearoa’s wild landscapes are world-famous but spectacular views are not confined to the walking trails – long-drop toilets also boast incredible panoramas

    Be it the crest of an icy mountain peak, the depths of the dense native bush, or the slopes of sleeping volcanoes, New Zealand’s wild and remote landscapes are coveted by outdoor enthusiasts the world over. But what really sets the country’s nature apart from the rest is what is at one’s disposal when nature calls – spectacular loos with views.

    These scenic spots – small, remote, and lacking in plumbing – are a curious quirk in New Zealand’s landscape, and offer up some of the best panoramas in the country.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/19/remote-beautiful-lacking-in-plumbing-new-zealands-beloved-loos-with-views", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-12-18T18:00:04Z", + "title": "Brazilian politicians in three-round punch-up after waterpark feud", + "description": "

    Mayor of Amazonian town of Borba and ex-councillor settle differences in bout livestreamed on the internet

    Two feuding Amazonian politicians have settled their differences with an ultimate fighting-style rumble in the jungle that has fuelled fears over the increasingly antagonistic nature of Brazilian democracy.

    Simão Peixoto, the mayor of Borba, a town 90 miles south of Manaus, was publicly challenged to the fistfight in September by a former councillor called Erineu da Silva.

    Continue reading...", + "content": "

    Mayor of Amazonian town of Borba and ex-councillor settle differences in bout livestreamed on the internet

    Two feuding Amazonian politicians have settled their differences with an ultimate fighting-style rumble in the jungle that has fuelled fears over the increasingly antagonistic nature of Brazilian democracy.

    Simão Peixoto, the mayor of Borba, a town 90 miles south of Manaus, was publicly challenged to the fistfight in September by a former councillor called Erineu da Silva.

    Continue reading...", + "category": "Brazil", + "link": "https://www.theguardian.com/world/2021/dec/13/brazilian-politicians-in-three-round-punch-up-after-waterpark-feud", + "creator": "Tom Phillips Latin America correspondent", + "pubDate": "2021-12-13T12:44:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208232,16 +233881,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c249bff2cf78fc8aea9744c75229deec" + "hash": "9497aec40a0aa6f1c4d8ce1007383856" }, { - "title": "Women executed as witches in Scotland on track to receive pardons", - "description": "

    Three centuries after repeal of Witchcraft Act thousands who were tried as witches could get official apologies

    From allegations of cursing the king’s ships, to shape-shifting into animals and birds, or dancing with the devil, a satanic panic in early modern Scotland meant that thousands of women were accused of witchcraft in the 16th-18th centuries with many executed.

    Now, three centuries after the Witchcraft Act was repealed, campaigners are on course to win pardons and official apologies for the estimated 3,837 people – 84% of whom were women – tried as witches, of which two-thirds were executed and burned.

    Continue reading...", - "content": "

    Three centuries after repeal of Witchcraft Act thousands who were tried as witches could get official apologies

    From allegations of cursing the king’s ships, to shape-shifting into animals and birds, or dancing with the devil, a satanic panic in early modern Scotland meant that thousands of women were accused of witchcraft in the 16th-18th centuries with many executed.

    Now, three centuries after the Witchcraft Act was repealed, campaigners are on course to win pardons and official apologies for the estimated 3,837 people – 84% of whom were women – tried as witches, of which two-thirds were executed and burned.

    Continue reading...", - "category": "Scotland", - "link": "https://www.theguardian.com/uk-news/2021/dec/19/executed-witches-scotland-pardons-witchcraft-act", - "creator": "Caroline Davies", - "pubDate": "2021-12-19T16:10:23Z", + "title": "Covid live: China reports first Omicron cases; Norway to tighten restrictions", + "description": "

    First confirmed Omicron case in China is detected in Tianjin; Norway to act amid record high infections and hospitalisations

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", + "content": "

    First confirmed Omicron case in China is detected in Tianjin; Norway to act amid record high infections and hospitalisations

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/13/covid-news-live-boris-johnson-warns-of-omicron-tidal-wave-south-african-president-tests-positive", + "creator": "Rachel Hall (now),Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-13T17:08:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208253,16 +233902,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac9449500d53356cf4a78d0e9eb2193a" + "hash": "f7fe9fe332586b39dc1b556069aa7555" }, { - "title": "Covid live: UK reports more than 12,000 new Omicron cases and variant becomes dominant in Ireland", - "description": "

    Total number of confirmed UK Omicron cases now at 37,101; Irish officials say 52% of cases estimated to be the Omicron variant

    The head of Germany’s domestic intelligence agency has been talking about the potential for serious acts of political violence coming from the country’s anti-vaccine movement, in which organised far right activists are increasingly involved in some regions.

    Thomas Haldenwang, the president of the Federal Office for the Protection of the Constitution, said in an interview with journalists from the Funke media group: “It is true that there is a difference between talking about violence and committing it,”

    Continue reading...", - "content": "

    Total number of confirmed UK Omicron cases now at 37,101; Irish officials say 52% of cases estimated to be the Omicron variant

    The head of Germany’s domestic intelligence agency has been talking about the potential for serious acts of political violence coming from the country’s anti-vaccine movement, in which organised far right activists are increasingly involved in some regions.

    Thomas Haldenwang, the president of the Federal Office for the Protection of the Constitution, said in an interview with journalists from the Funke media group: “It is true that there is a difference between talking about violence and committing it,”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/19/covid-news-live-uk-2m-infections-a-day-germany-restricts-travel-boris-johnson-latest-updates", - "creator": "Ben Quinn (now) and Fran Lawther (earlier)", - "pubDate": "2021-12-19T16:14:43Z", + "title": "Experts warn Papua New Guinea is potential breeding ground for new Covid variants", + "description": "

    PNG, where less than 5% of the adult population is vaccinated, is creating opportunities for the virus to spread and mutate, epidemiologists say

    Experts have warned that the next variant of Covid-19 to sweep the world could emerge on Australia’s doorstep, due to incredibly low rates of vaccination rates in Papua New Guinea.

    Papua New Guinea is Australia’s closest neighbour, and at its nearest point is just 4km from Australian territory in the Torres Strait. At various points in the pandemic there have been fears that travellers from PNG could bring the virus to Australia.

    Continue reading...", + "content": "

    PNG, where less than 5% of the adult population is vaccinated, is creating opportunities for the virus to spread and mutate, epidemiologists say

    Experts have warned that the next variant of Covid-19 to sweep the world could emerge on Australia’s doorstep, due to incredibly low rates of vaccination rates in Papua New Guinea.

    Papua New Guinea is Australia’s closest neighbour, and at its nearest point is just 4km from Australian territory in the Torres Strait. At various points in the pandemic there have been fears that travellers from PNG could bring the virus to Australia.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/2021/dec/13/experts-warn-papua-new-guinea-is-potential-breeding-ground-for-new-covid-variants", + "creator": "Kate Lyons", + "pubDate": "2021-12-13T02:13:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208274,16 +233923,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6e73ffb4280fb237b7f3a0f7aa854d3" + "hash": "f69ad125870e7773249f177394376f9d" }, { - "title": "Joe Manchin tells Fox News he’s a ‘no’ on Build Back Better in huge blow for Biden", - "description": "
    • $1.75tn domestic spending plan all but dead in the water
    • President said talks with West Virginia senator would go on

    The West Virginia senator Joe Manchin dealt a huge blow to Joe Biden on Sunday, saying he was a “no” on the $1.75tn Build Back Better domestic spending plan.

    Biden and Democrats said this week they would delay the bill until next year. The president said it would pass and that he would continue talking to Manchin.

    Continue reading...", - "content": "
    • $1.75tn domestic spending plan all but dead in the water
    • President said talks with West Virginia senator would go on

    The West Virginia senator Joe Manchin dealt a huge blow to Joe Biden on Sunday, saying he was a “no” on the $1.75tn Build Back Better domestic spending plan.

    Biden and Democrats said this week they would delay the bill until next year. The president said it would pass and that he would continue talking to Manchin.

    Continue reading...", - "category": "Joe Manchin", - "link": "https://www.theguardian.com/us-news/2021/dec/19/joe-manchin-biden-build-back-better-no-fox-news", - "creator": "Martin Pengelly in New York", - "pubDate": "2021-12-19T15:52:24Z", + "title": "Native American communities lashed by Covid, worsening chronic inequities", + "description": "

    Pandemic deepened disparities in infrastructure, education and health care, non-profit leader says

    Amid the Covid-19 pandemic the president of one of the largest Native American– run non-profits has warned that health and economic disparities are still seriously affecting Indigenous communities, despite some progress achieved by the Biden administration.

    Josh Arce, president of the Partnerships with Native Americans (PWNA), told the Guardian in an interview that challenges affecting Indigenous groups ranged from health inequities such as high rates of diabetes, heart disease and other illnesses to inadequate infrastructure such as running water and reliable electricity. Nearly all of these problems were worsened by the pandemic.

    Continue reading...", + "content": "

    Pandemic deepened disparities in infrastructure, education and health care, non-profit leader says

    Amid the Covid-19 pandemic the president of one of the largest Native American– run non-profits has warned that health and economic disparities are still seriously affecting Indigenous communities, despite some progress achieved by the Biden administration.

    Josh Arce, president of the Partnerships with Native Americans (PWNA), told the Guardian in an interview that challenges affecting Indigenous groups ranged from health inequities such as high rates of diabetes, heart disease and other illnesses to inadequate infrastructure such as running water and reliable electricity. Nearly all of these problems were worsened by the pandemic.

    Continue reading...", + "category": "Native Americans", + "link": "https://www.theguardian.com/us-news/2021/dec/13/pandemic-challenges-native-american-communities", + "creator": "Gloria Oladipo", + "pubDate": "2021-12-13T10:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208295,16 +233944,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70cadaee0f199c128055be6cd9adf8d8" + "hash": "b1e779ef829e70ddc3a17693a0cee44d" }, { - "title": "One woman has died and two are critically injured after a tree fell during Sydney storm", - "description": "

    The women were injured in a northern beaches carpark following the wild storm, along with a young boy

    A woman has died and three people have been injured when a tree fell in a car park during a storm on Sydney’s northern beaches.

    Emergency services received multiple reports of storm damage across the area from 3.30pm on Sunday, with trees and powerlines down across suburbs from Mona Vale to Forestville.

    Continue reading...", - "content": "

    The women were injured in a northern beaches carpark following the wild storm, along with a young boy

    A woman has died and three people have been injured when a tree fell in a car park during a storm on Sydney’s northern beaches.

    Emergency services received multiple reports of storm damage across the area from 3.30pm on Sunday, with trees and powerlines down across suburbs from Mona Vale to Forestville.

    Continue reading...", - "category": "New South Wales", - "link": "https://www.theguardian.com/australia-news/2021/dec/19/one-woman-has-died-and-two-are-critically-injured-after-a-tree-fell-during-sydney-storm", - "creator": "Australian Associated Press with Guardian staff", - "pubDate": "2021-12-19T07:43:46Z", + "title": "How Pablo Escobar’s ‘cocaine hippos’ became a biodiversity nightmare", + "description": "

    Animals brought illegally to Colombia by the drug kingpin have been allowed to roam free and are now disrupting the fragile ecosystem.

    Michael Safi speaks to reporter Joe Parkin Daniels and veterinarian Gina Paola Serna about Pablo Escobar’s ‘cocaine hippos’

    Myths and legends continue to surround Colombia’s most notorious drug lord Pablo Escobar 26 years after his death. But his legacy has had an unexpectedly disastrous impact on some of the country’s fragile ecosystems. A herd of more than 80 hippos roam free, the descendants of animals smuggled to Colombia from Africa in the 1980s and now flourishing in the wild.

    Reporter Joe Parkin Daniels tells Michael Safi that when Escobar was shot dead by police on a rooftop in his hometown of Medellín, the authorities seized his estate and the animals on it. While most were shipped to zoos, the logistics of moving his four hippos proved insurmountable and they were left to wander the Andes.

    Continue reading...", + "content": "

    Animals brought illegally to Colombia by the drug kingpin have been allowed to roam free and are now disrupting the fragile ecosystem.

    Michael Safi speaks to reporter Joe Parkin Daniels and veterinarian Gina Paola Serna about Pablo Escobar’s ‘cocaine hippos’

    Myths and legends continue to surround Colombia’s most notorious drug lord Pablo Escobar 26 years after his death. But his legacy has had an unexpectedly disastrous impact on some of the country’s fragile ecosystems. A herd of more than 80 hippos roam free, the descendants of animals smuggled to Colombia from Africa in the 1980s and now flourishing in the wild.

    Reporter Joe Parkin Daniels tells Michael Safi that when Escobar was shot dead by police on a rooftop in his hometown of Medellín, the authorities seized his estate and the animals on it. While most were shipped to zoos, the logistics of moving his four hippos proved insurmountable and they were left to wander the Andes.

    Continue reading...", + "category": "Colombia", + "link": "https://www.theguardian.com/australia-news/audio/2021/dec/14/how-pablo-escobars-cocaine-hippos-became-a-biodiversity-nightmare", + "creator": "Presented by Michael Safi with Joe Parkin Daniels and Gina Paola Serna; produced by Rose de Larrabeiti, Georgina Quach and Axel Kacoutié; executive producers Phil Maynard, Archie Bland and Mythili Rao; additional production by Laura Murphy-Oates and Daniel Semo", + "pubDate": "2021-12-13T16:30:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208316,16 +233965,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a6158d4d11ec53c2c5056101bca4e3d" + "hash": "398d08b57a85678429f7a01d9811c07f" }, { - "title": "How has North Korea's Kim Jong-un held on to power so long? – video", - "description": "

    Kim Jong-un emerged onto the world stage as a virtual unknown in 2011, a young man thrust into power at the head of North Korea – a nuclear-armed state – after his father's unexpected death. 

    In the decade since, he has ruthlessly purged alleged political opponents, extended his country's nuclear capabilities, and tightened his grip on power as North Korea's supreme leader.

    From diplomatic summits with Donald Trump to executing members of his own family and failing to stave off famine in his own country, Guardian correspondent Justin McCurry charts the highs and lows of Kim's first 10 years in office. 

    Continue reading...", - "content": "

    Kim Jong-un emerged onto the world stage as a virtual unknown in 2011, a young man thrust into power at the head of North Korea – a nuclear-armed state – after his father's unexpected death. 

    In the decade since, he has ruthlessly purged alleged political opponents, extended his country's nuclear capabilities, and tightened his grip on power as North Korea's supreme leader.

    From diplomatic summits with Donald Trump to executing members of his own family and failing to stave off famine in his own country, Guardian correspondent Justin McCurry charts the highs and lows of Kim's first 10 years in office. 

    Continue reading...", - "category": "Kim Jong-un", - "link": "https://www.theguardian.com/world/video/2021/dec/17/how-has-north-koreas-kim-jong-un-held-on-to-power-so-long-video", - "creator": "Justin McCurry, Jamie Macwhirter and Nikhita Chulani", - "pubDate": "2021-12-17T00:38:53Z", + "title": "Two missing after British and Danish ships collide in Baltic", + "description": "

    Several vessels and helicopter dispatched after collision between cargo ships in Swedish waters

    Two people are missing after two cargo ships collided in foggy conditions in the Baltic Sea between the Danish island of Bornholm and the southern Swedish city of Ystad.

    The 55-metre Karin Hoej, registered in Denmark, had capsized and was upside down, the Swedish Maritime Administration (SMA) said. It had two people onboard, the Danish Defence’s Joint Operations Centre (JOC) said.

    Continue reading...", + "content": "

    Several vessels and helicopter dispatched after collision between cargo ships in Swedish waters

    Two people are missing after two cargo ships collided in foggy conditions in the Baltic Sea between the Danish island of Bornholm and the southern Swedish city of Ystad.

    The 55-metre Karin Hoej, registered in Denmark, had capsized and was upside down, the Swedish Maritime Administration (SMA) said. It had two people onboard, the Danish Defence’s Joint Operations Centre (JOC) said.

    Continue reading...", + "category": "Sweden", + "link": "https://www.theguardian.com/business/2021/dec/13/british-and-danish-ships-collide-baltic-sea-rescue", + "creator": "Reuters in Stockholm", + "pubDate": "2021-12-13T09:35:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208337,16 +233986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd94114fcbf36287351f70ddd4be022e" + "hash": "9af5ada3f9da1293ec6c27b47f9b6c35" }, { - "title": "Missile tests, horse rides and executions: Kim Jong-un’s leadership in pictures", - "description": "

    Kim Jong-un has defied the expectations of many, to mark 10 years in power following the death in 2011 of his father, Kim Jong-il. In that time, he has presided over famines, executions and nuclear tensions, while finding the time to inspect a fish pickling station and go horse riding

    Continue reading...", - "content": "

    Kim Jong-un has defied the expectations of many, to mark 10 years in power following the death in 2011 of his father, Kim Jong-il. In that time, he has presided over famines, executions and nuclear tensions, while finding the time to inspect a fish pickling station and go horse riding

    Continue reading...", - "category": "Kim Jong-un", - "link": "https://www.theguardian.com/world/gallery/2021/dec/17/missile-tests-horse-rides-and-executions-kim-jong-uns-leadership-in-pictures", - "creator": "", - "pubDate": "2021-12-17T00:29:02Z", + "title": "Capitol attack panel set to recommend contempt charges against Mark Meadows", + "description": "

    Move comes as lawmakers release new details about thousands of emails and texts he has handed over to the committee

    The House panel investigating the 6 January insurrection at the US Capitol is set to recommend contempt charges against former White House chief of staff Mark Meadows on Monday as lawmakers are releasing new details about thousands of emails and texts he has handed over to the committee.

    In laying out the case for the contempt vote, the nine-member panel released a 51-page report late on Sunday that details its questions about the documents he has already provided – including 6,600 pages of records taken from personal email accounts and about 2,000 text messages.

    Continue reading...", + "content": "

    Move comes as lawmakers release new details about thousands of emails and texts he has handed over to the committee

    The House panel investigating the 6 January insurrection at the US Capitol is set to recommend contempt charges against former White House chief of staff Mark Meadows on Monday as lawmakers are releasing new details about thousands of emails and texts he has handed over to the committee.

    In laying out the case for the contempt vote, the nine-member panel released a 51-page report late on Sunday that details its questions about the documents he has already provided – including 6,600 pages of records taken from personal email accounts and about 2,000 text messages.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2021/dec/13/capitol-attack-panel-recommend-contempt-charges-mark-meadows", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-13T14:03:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208358,16 +234007,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8df86c6b953cc07af9a25984322fc7f2" + "hash": "191933b09fccbf1809db95f046da5064" }, { - "title": "Covid live: UK minister not ruling out ‘circuit breaker’ before Christmas; Netherlands lockdown begins", - "description": "

    Health secretary says government keeping ‘everything under review’; shops closed and Christmas plans in disarray as lockdown comes into force

    The head of Germany’s domestic intelligence agency has been talking about the potential for serious acts of political violence coming from the country’s anti-vaccine movement, in which organised far right activists are increasingly involved in some regions.

    Thomas Haldenwang, the president of the Federal Office for the Protection of the Constitution, said in an interview with journalists from the Funke media group: “It is true that there is a difference between talking about violence and committing it,”

    Continue reading...", - "content": "

    Health secretary says government keeping ‘everything under review’; shops closed and Christmas plans in disarray as lockdown comes into force

    The head of Germany’s domestic intelligence agency has been talking about the potential for serious acts of political violence coming from the country’s anti-vaccine movement, in which organised far right activists are increasingly involved in some regions.

    Thomas Haldenwang, the president of the Federal Office for the Protection of the Constitution, said in an interview with journalists from the Funke media group: “It is true that there is a difference between talking about violence and committing it,”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/19/covid-news-live-uk-2m-infections-a-day-germany-restricts-travel-boris-johnson-latest-updates", - "creator": "Ben Quinn", - "pubDate": "2021-12-19T12:27:05Z", + "title": "France seeks to ban ultra-right group suspected of attacking anti-racists", + "description": "

    Interior minister begins legal action to dissolve Zouaves group after brawl at rally for far-right presidential candidate

    France’s interior minister is seeking to dissolve an “ultra right” group suspected of attacking anti-racism protesters who entered a campaign rally held by the far-right presidential candidate Éric Zemmour.

    The Zouaves, who support Zemmour’s anti-immigration and anti-Islam ideology, are thought to be behind the brawl, which happened eight days ago.

    Continue reading...", + "content": "

    Interior minister begins legal action to dissolve Zouaves group after brawl at rally for far-right presidential candidate

    France’s interior minister is seeking to dissolve an “ultra right” group suspected of attacking anti-racism protesters who entered a campaign rally held by the far-right presidential candidate Éric Zemmour.

    The Zouaves, who support Zemmour’s anti-immigration and anti-Islam ideology, are thought to be behind the brawl, which happened eight days ago.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/13/france-seeks-to-ban-ultra-right-group-suspected-of-attacking-anti-racists", + "creator": "Kim Willsher", + "pubDate": "2021-12-13T12:39:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208379,16 +234028,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "73be2c249e759aa2b9dab3ab891a73af" + "hash": "7216f9e1039da8168bd00865d9545319" }, { - "title": "Typhoon Rai: dozens more deaths confirmed as relief efforts ramp up in Philippines", - "description": "

    Fears death toll will rise further as rescue efforts continue in towns on the devastated island of Bohol

    The official death toll from the strongest typhoon to hit the Philippines this year has risen to 89 people, as efforts to deliver water and food to devastated islands ramped up.

    More than 300,000 people fled their homes and beachfront resorts as Typhoon Rai ravaged the southern and central regions of the archipelago.

    Continue reading...", - "content": "

    Fears death toll will rise further as rescue efforts continue in towns on the devastated island of Bohol

    The official death toll from the strongest typhoon to hit the Philippines this year has risen to 89 people, as efforts to deliver water and food to devastated islands ramped up.

    More than 300,000 people fled their homes and beachfront resorts as Typhoon Rai ravaged the southern and central regions of the archipelago.

    Continue reading...", - "category": "Philippines", - "link": "https://www.theguardian.com/world/2021/dec/19/typhoon-rai-dozens-more-deaths-confirmed-as-relief-efforts-ramp-up-in-philippines", - "creator": "Guardian staff with agencies", - "pubDate": "2021-12-19T07:29:38Z", + "title": "UK Covid live: 1,576 new Omicron cases detected as patients in hospital with new variant aged 18-85", + "description": "

    Latest updates: new variant cases rise 50% in a day to 4,713; Omicron patients hospitalised in England aged between 18 and 85, UKHSA says

    BBC One will broadcast a pre-recorded address to the nation from Keir Starmer at 7pm in response to Boris Johnson’s own remarks on coronavirus booster vaccines, Labour has said.

    Today is the first day that people aged 30 to 39 can officially book a booster jab in England. Although the website has been overwhelmed (see 10.46am), NHS Digital says more than 140,000 people have managed to book vaccine appointments this morning.

    Continue reading...", + "content": "

    Latest updates: new variant cases rise 50% in a day to 4,713; Omicron patients hospitalised in England aged between 18 and 85, UKHSA says

    BBC One will broadcast a pre-recorded address to the nation from Keir Starmer at 7pm in response to Boris Johnson’s own remarks on coronavirus booster vaccines, Labour has said.

    Today is the first day that people aged 30 to 39 can officially book a booster jab in England. Although the website has been overwhelmed (see 10.46am), NHS Digital says more than 140,000 people have managed to book vaccine appointments this morning.

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/live/2021/dec/13/uk-covid-live-nhs-appointments-postponed-help-omicron-booster-jabs-boris-johnson-latest-updates", + "creator": "Andrew Sparrow", + "pubDate": "2021-12-13T15:25:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208400,16 +234049,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "738313bafc5c38105a0fad4a6b57079a" + "hash": "45a207195540d0ebb2b8b4ef68575dce" }, { - "title": "Police deployed at polling stations as Hong Kong votes in overhauled ‘patriots’ election", - "description": "

    Sunday’s vote marks first since Beijing drastically cut number of directly elected seats and moved to control who can run for office in the city

    Hong Kong’s first “patriots-only” legislative elections have seen sluggish early turnout across the city, as thousands of police officers were deployed to monitor the polling stations.

    Sunday’s polls, which saw 153 candidates compete for 90 seats, are the first to be held after Beijing overhauled the city’s electoral processes earlier this year, reducing the ratio of directly-elected seats and introducing a two-tiered candidate vetting process by national security police and officials to ensure only “patriots” can administer the city.

    Continue reading...", - "content": "

    Sunday’s vote marks first since Beijing drastically cut number of directly elected seats and moved to control who can run for office in the city

    Hong Kong’s first “patriots-only” legislative elections have seen sluggish early turnout across the city, as thousands of police officers were deployed to monitor the polling stations.

    Sunday’s polls, which saw 153 candidates compete for 90 seats, are the first to be held after Beijing overhauled the city’s electoral processes earlier this year, reducing the ratio of directly-elected seats and introducing a two-tiered candidate vetting process by national security police and officials to ensure only “patriots” can administer the city.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/19/police-deployed-at-polling-stations-as-hong-kong-votes-in-overhauled-patriots-election", - "creator": "Rhoda Kwan and agencies", - "pubDate": "2021-12-19T07:25:47Z", + "title": "Covid live: Norway to tighten restrictions; SA president Ramaphosa has ‘mild symptoms’ after positive test", + "description": "

    Norway to act amid record high infections and hospitalisations; 69-year-old South African president tested positive for Covid-19 on Sunday

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", + "content": "

    Norway to act amid record high infections and hospitalisations; 69-year-old South African president tested positive for Covid-19 on Sunday

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/13/covid-news-live-boris-johnson-warns-of-omicron-tidal-wave-south-african-president-tests-positive", + "creator": "Rachel Hall (now),Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-13T14:51:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208421,16 +234070,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "810a53a352ec0130bbfa4516f96b335f" + "hash": "0a39b3075bc081a6362c3169e950421b" }, { - "title": "Five ice-age mammoths unearthed in Cotswolds after 220,000 years", - "description": "

    David Attenborough will tell of ‘pristine’ skeletons found with other extinct species

    Five ice-age mammoths in an extraordinary state of preservation have been discovered in the Cotswolds, to the astonishment of archaeologists and palaeontologists.

    The extensive remains of two adults, two juveniles and an infant that roamed 200,000 years ago have been unearthed near Swindon, along with tools used by Neanderthals, who are likely to have hunted these 10-tonne beasts. More are expected to be found because only a fraction of the vast site, a gravel quarry, has been excavated.

    Continue reading...", - "content": "

    David Attenborough will tell of ‘pristine’ skeletons found with other extinct species

    Five ice-age mammoths in an extraordinary state of preservation have been discovered in the Cotswolds, to the astonishment of archaeologists and palaeontologists.

    The extensive remains of two adults, two juveniles and an infant that roamed 200,000 years ago have been unearthed near Swindon, along with tools used by Neanderthals, who are likely to have hunted these 10-tonne beasts. More are expected to be found because only a fraction of the vast site, a gravel quarry, has been excavated.

    Continue reading...", - "category": "Palaeontology", - "link": "https://www.theguardian.com/science/2021/dec/19/five-ice-age-mammoths-unearthed-in-cotswolds-after-220000-years", - "creator": "Dalya Alberge", - "pubDate": "2021-12-19T06:00:18Z", + "title": "The 10 best games on PlayStation 5", + "description": "

    From the very first game on the console to a lonely space-rodent and a rejuvenated Spider-Man, these are our best picks for the PS5

    One of the most quietly significant games of the 00s has been transformed here into a visually incredible, endlessly rewarding dark fantasy. Make your way through imposing medieval castles, a horrendous prison tower and foul swamps using a sword, shield, wand and whatever else you can scavenge to defend yourself against what you find there. This game can be brutal and unforgiving – progress is hard-won, the combat is exciting and consequential, and the bosses are legendary – but you can always summon other players to help you, and if you can engage with its challenge, this is a game you’ll never forget.

    Continue reading...", + "content": "

    From the very first game on the console to a lonely space-rodent and a rejuvenated Spider-Man, these are our best picks for the PS5

    One of the most quietly significant games of the 00s has been transformed here into a visually incredible, endlessly rewarding dark fantasy. Make your way through imposing medieval castles, a horrendous prison tower and foul swamps using a sword, shield, wand and whatever else you can scavenge to defend yourself against what you find there. This game can be brutal and unforgiving – progress is hard-won, the combat is exciting and consequential, and the bosses are legendary – but you can always summon other players to help you, and if you can engage with its challenge, this is a game you’ll never forget.

    Continue reading...", + "category": "Games", + "link": "https://www.theguardian.com/games/2021/dec/13/the-10-best-games-on-playstation-5", + "creator": "Keza MacDonald and Keith Stuart", + "pubDate": "2021-12-13T11:30:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208442,16 +234091,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea4af28042a836d433883c813d8bd7f9" + "hash": "1bf38b95761acbf8fc0e5bbd383d1048" }, { - "title": "Tasmania’s jumping castle tragedy claims sixth life after boy, 11, dies in hospital", - "description": "

    Four forensic child interviewers from NSW will assist the investigation into the accident at Devonport’s Hillcrest Primary School

    An 11-year-old boy has become the sixth fatality of Devonport’s Hillcrest Primary School tragedy.

    Tasmania police commissioner Darren Hine says Chace Harrison, aged 11, died in hospital on Sunday morning.

    Continue reading...", - "content": "

    Four forensic child interviewers from NSW will assist the investigation into the accident at Devonport’s Hillcrest Primary School

    An 11-year-old boy has become the sixth fatality of Devonport’s Hillcrest Primary School tragedy.

    Tasmania police commissioner Darren Hine says Chace Harrison, aged 11, died in hospital on Sunday morning.

    Continue reading...", - "category": "Tasmania", - "link": "https://www.theguardian.com/australia-news/2021/dec/19/tasmanias-jumping-castle-tragedy-claims-sixth-life-after-boy-11-dies-in-hospital", - "creator": "Australian Associated Press", - "pubDate": "2021-12-19T06:00:13Z", + "title": "Adam McKay: ‘Leo sees Meryl as film royalty – he didn’t like seeing her with a lower back tattoo’", + "description": "

    After politics in Vice and finance in The Big Short, director McKay is taking on the climate crisis in his star-studded ‘freakout’ satire Don’t Look Up

    Adam McKay calls it his “freakout trilogy”. Having tackled the 2008 financial crash and warmongering US vice president Dick Cheney in his previous two movies, The Big Short and Vice, McKay goes even bigger and bleaker with his latest, Don’t Look Up, in which two astronomers (Jennifer Lawrence and Leonardo DiCaprio) discover a giant comet headed for Earth, but struggle to get anyone to listen. It is an absurd but depressingly plausible disaster satire, somewhere between Dr Strangelove, Network, Deep Impact and Idiocracy, with an unbelievably stellar cast; also on board are Meryl Streep (as the US president), Cate Blanchett, Timothée Chalamet, Tyler Perry, Mark Rylance, Jonah Hill and Ariana Grande. It has been quite the career trajectory for McKay, who started out in live improv and writing for Saturday Night Live, followed by a run of hit Will Ferrell comedies such as Anchorman, Step Brothers and The Other Guys. “The goal was to capture this moment,” says McKay of Don’t Look Up. “And this moment is a lot.”

    Was there a particular event that inspired Don’t Look Up?
    Somewhere in between The Big Short and Vice, the IPCC [Intergovernmental Panel on Climate Change] panel and a bunch of other studies came out that just were so stark and so terrifying that I realised: “I have to do something addressing this.” So I wrote five different premises for movies, trying to find the best one. I had one that was a big, epic, kind of dystopian drama. I had another one that was a Twilight Zone/M Night [Shyamalan] sort of twisty thriller. I had a small character piece. And I was just trying to find a way into: how do we communicate how insane this moment is? So finally, I was having a conversation with my friend [journalist and Bernie Sanders adviser] David Sirota, and he offhandedly said something to the effect of: “It’s like the comet’s coming and no one cares.” And I thought: “Oh. I think that’s it.” I loved how simple it was. It’s not some layered, tricky Gordian knot of a premise. It’s a nice, big, wide open door we can all relate to.

    Continue reading...", + "content": "

    After politics in Vice and finance in The Big Short, director McKay is taking on the climate crisis in his star-studded ‘freakout’ satire Don’t Look Up

    Adam McKay calls it his “freakout trilogy”. Having tackled the 2008 financial crash and warmongering US vice president Dick Cheney in his previous two movies, The Big Short and Vice, McKay goes even bigger and bleaker with his latest, Don’t Look Up, in which two astronomers (Jennifer Lawrence and Leonardo DiCaprio) discover a giant comet headed for Earth, but struggle to get anyone to listen. It is an absurd but depressingly plausible disaster satire, somewhere between Dr Strangelove, Network, Deep Impact and Idiocracy, with an unbelievably stellar cast; also on board are Meryl Streep (as the US president), Cate Blanchett, Timothée Chalamet, Tyler Perry, Mark Rylance, Jonah Hill and Ariana Grande. It has been quite the career trajectory for McKay, who started out in live improv and writing for Saturday Night Live, followed by a run of hit Will Ferrell comedies such as Anchorman, Step Brothers and The Other Guys. “The goal was to capture this moment,” says McKay of Don’t Look Up. “And this moment is a lot.”

    Was there a particular event that inspired Don’t Look Up?
    Somewhere in between The Big Short and Vice, the IPCC [Intergovernmental Panel on Climate Change] panel and a bunch of other studies came out that just were so stark and so terrifying that I realised: “I have to do something addressing this.” So I wrote five different premises for movies, trying to find the best one. I had one that was a big, epic, kind of dystopian drama. I had another one that was a Twilight Zone/M Night [Shyamalan] sort of twisty thriller. I had a small character piece. And I was just trying to find a way into: how do we communicate how insane this moment is? So finally, I was having a conversation with my friend [journalist and Bernie Sanders adviser] David Sirota, and he offhandedly said something to the effect of: “It’s like the comet’s coming and no one cares.” And I thought: “Oh. I think that’s it.” I loved how simple it was. It’s not some layered, tricky Gordian knot of a premise. It’s a nice, big, wide open door we can all relate to.

    Continue reading...", + "category": "Adam McKay", + "link": "https://www.theguardian.com/film/2021/dec/13/adam-mckay-leo-sees-meryl-as-film-royalty-he-didnt-like-seeing-her-with-a-lower-back-tattoo", + "creator": "Steve Rose", + "pubDate": "2021-12-13T07:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208463,16 +234112,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "80753f59f633a231efe83cf953df5989" + "hash": "72f92c3c97c3769d3e007e025e524eb4" }, { - "title": "End United Nations veto in mass atrocity cases, urges David Miliband", - "description": "

    Former foreign secretary calls on Britain to back French proposal over UN Security Council powers

    Britain must back calls for countries in the United Nations security council to give up their veto on cases of alleged mass atrocities, genocide and war crimes, the former foreign secretary David Miliband has said.

    Miliband, now the president of the New York-based NGO, International Rescue Committee, said he supported a proposal from France that would suspend the power of the US, China, the UK, France and Russia to block action in these cases. He called on the foreign secretary, Liz Truss, to back the measure.

    Continue reading...", - "content": "

    Former foreign secretary calls on Britain to back French proposal over UN Security Council powers

    Britain must back calls for countries in the United Nations security council to give up their veto on cases of alleged mass atrocities, genocide and war crimes, the former foreign secretary David Miliband has said.

    Miliband, now the president of the New York-based NGO, International Rescue Committee, said he supported a proposal from France that would suspend the power of the US, China, the UK, France and Russia to block action in these cases. He called on the foreign secretary, Liz Truss, to back the measure.

    Continue reading...", - "category": "United Nations", - "link": "https://www.theguardian.com/world/2021/dec/19/end-united-nations-veto-in-mass-atrocity-cases-urges-david-miliband", - "creator": "Michael Savage and Simon Tisdall", - "pubDate": "2021-12-19T07:45:19Z", + "title": "‘Even the reindeer were unhappy’: life inside Britain’s worst winter wonderlands", + "description": "

    They are the festive fairgrounds where no one is a winner. Santas, elves and bouncers discuss the Christmas gigs that made them question their life choices

    Polystyrene snow, MDF grottos, stomach-churning rides and Santas with scratchy fake beards: as Christmas nears, ’tis the season for winter wonderlands. At their best, these immersive Christmas markets and fairgrounds delight visitors of all ages, while providing a reliable source of income for their owners. Britain’s biggest winter wonderland, in Hyde Park, London, has pulled in more than 14 million people since it launched in 2005, with entry starting at £5 and attractions ranging from £5 to £15.

    But visitors to lesser attractions often complain of poorly thought-out productions and inexperienced organisers. Well-documented holiday horrors include Laurence Llewelyn-Bowen’s Birmingham attraction, which in 2014 was forced to shut down after a day following hundreds of complaints about cheap toys and long queues, and a New Forest Lapland whose owners were sentenced to 13 months in jail for misleading the public in 2008. “You told consumers that it would light up those who most loved Christmas,” the judge told them in his summing up. “You said you would go through the magical tunnel of light coming out in a winter wonderland. What you actually provided was something that looked like an averagely managed summer car boot sale.”

    Continue reading...", + "content": "

    They are the festive fairgrounds where no one is a winner. Santas, elves and bouncers discuss the Christmas gigs that made them question their life choices

    Polystyrene snow, MDF grottos, stomach-churning rides and Santas with scratchy fake beards: as Christmas nears, ’tis the season for winter wonderlands. At their best, these immersive Christmas markets and fairgrounds delight visitors of all ages, while providing a reliable source of income for their owners. Britain’s biggest winter wonderland, in Hyde Park, London, has pulled in more than 14 million people since it launched in 2005, with entry starting at £5 and attractions ranging from £5 to £15.

    But visitors to lesser attractions often complain of poorly thought-out productions and inexperienced organisers. Well-documented holiday horrors include Laurence Llewelyn-Bowen’s Birmingham attraction, which in 2014 was forced to shut down after a day following hundreds of complaints about cheap toys and long queues, and a New Forest Lapland whose owners were sentenced to 13 months in jail for misleading the public in 2008. “You told consumers that it would light up those who most loved Christmas,” the judge told them in his summing up. “You said you would go through the magical tunnel of light coming out in a winter wonderland. What you actually provided was something that looked like an averagely managed summer car boot sale.”

    Continue reading...", + "category": "Christmas", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/13/even-the-reindeer-were-unhappy-life-inside-britains-worst-winter-wonderlands", + "creator": "Ammar Kalia", + "pubDate": "2021-12-13T06:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208484,16 +234133,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4887ff52e5c3bae1bae9cde19a98550" + "hash": "6b6d319dd2b8d36c70d9db30ff505bdb" }, { - "title": "Is there any good news at all on Omicron? Yes, there are small signs of hope", - "description": "

    Analysis: scientists are only starting to understand new Covid mutation but there is encouraging news from the laboratory, South Africa and on antiviral drugs

    It’s hard to find much good news among the waves of grim statistics that have washed over the nation since the emergence of Omicron.

    Once again, the NHS is threatened and again, the prospect of a new year lockdown looms. We seem to have gained nothing in the battle against Covid-19 during the past 12 months.

    Continue reading...", - "content": "

    Analysis: scientists are only starting to understand new Covid mutation but there is encouraging news from the laboratory, South Africa and on antiviral drugs

    It’s hard to find much good news among the waves of grim statistics that have washed over the nation since the emergence of Omicron.

    Once again, the NHS is threatened and again, the prospect of a new year lockdown looms. We seem to have gained nothing in the battle against Covid-19 during the past 12 months.

    Continue reading...", - "category": "Infectious diseases", - "link": "https://www.theguardian.com/science/2021/dec/18/is-there-any-good-news-at-all-on-omicron-yes-there-are-small-signs-of-hope", - "creator": "Robin McKie Science Editor", - "pubDate": "2021-12-18T18:00:22Z", + "title": "A new start after 60: ‘I was a globetrotting photographer. Then I stayed home – and my world expanded’", + "description": "

    His career took Roff Smith, 63, to more than 100 countries. But he started to feel jaded. Exploring his local area by bike led to a whole new approach to his pictures

    Roff Smith’s photographs show a solitary cyclist – Smith himself – in a painterly landscape. His wheels appear to turn briskly, but really the bike moves as slowly as it can without a wobble. As a writer and photographer for National Geographic magazine, Smith, 63, visited more than 100 countries, but now he has squeezed the brakes and shrunk his world. His photographs are all taken within a 10-mile radius of his home, and yet travel has never felt so rich to him as it does now.

    Before the pandemic, he had already begun to feel jaded: air travel made “the world everywhere look the same”.

    Continue reading...", + "content": "

    His career took Roff Smith, 63, to more than 100 countries. But he started to feel jaded. Exploring his local area by bike led to a whole new approach to his pictures

    Roff Smith’s photographs show a solitary cyclist – Smith himself – in a painterly landscape. His wheels appear to turn briskly, but really the bike moves as slowly as it can without a wobble. As a writer and photographer for National Geographic magazine, Smith, 63, visited more than 100 countries, but now he has squeezed the brakes and shrunk his world. His photographs are all taken within a 10-mile radius of his home, and yet travel has never felt so rich to him as it does now.

    Before the pandemic, he had already begun to feel jaded: air travel made “the world everywhere look the same”.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/13/a-new-start-after-60-i-was-a-globetrotting-photographer-then-i-stayed-home-and-my-world-expanded", + "creator": "Paula Cocozza", + "pubDate": "2021-12-13T06:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208505,16 +234154,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d160efc293dda86747618a07a7b63bdb" + "hash": "c8b6871d905e5399830f39de0d5adf3e" }, { - "title": "Kamala Harris concedes White House ‘didn’t see’ Delta and Omicron coming", - "description": "

    Vice-president’s candid admission on Covid variants came in wide-ranging interview with the Los Angeles Times

    Kamala Harris has conceded that the Biden administration was blind to the emergence of the Delta and Omicron variants of Covid-19, and said she fears “misinformation” over vaccines will prolong the pandemic well into a third year.

    The candid admission came in a wide-ranging interview with the Los Angeles Times, which followed reports that the vice-president was “struggling” to make a mark as Joe Biden’s No 2 and was keen for a more prominent role.

    Continue reading...", - "content": "

    Vice-president’s candid admission on Covid variants came in wide-ranging interview with the Los Angeles Times

    Kamala Harris has conceded that the Biden administration was blind to the emergence of the Delta and Omicron variants of Covid-19, and said she fears “misinformation” over vaccines will prolong the pandemic well into a third year.

    The candid admission came in a wide-ranging interview with the Los Angeles Times, which followed reports that the vice-president was “struggling” to make a mark as Joe Biden’s No 2 and was keen for a more prominent role.

    Continue reading...", - "category": "Kamala Harris", - "link": "https://www.theguardian.com/us-news/2021/dec/18/kamala-harris-la-times-interview-covid-variants-vaccines", - "creator": "Richard Luscombe", - "pubDate": "2021-12-18T20:37:28Z", + "title": "East London school pays tribute to girl, 11, killed in incident linked to chemicals", + "description": "

    Death of ‘role model’ Fatiha Sabrin linked to pest control substances found in flats where she lived

    Grieving pupils at a primary school in east London are “struggling to cope” after one of their brightest and best-loved classmates was killed over the weekend in an incident being linked to pest control chemicals found in the flats where she lived.

    Rena Begum, the headteacher of Buttercup primary in Shadwell, said the school was in “great shock” after the death of 11-year-old Fatiha Sabrin in Saturday’s incident.

    Continue reading...", + "content": "

    Death of ‘role model’ Fatiha Sabrin linked to pest control substances found in flats where she lived

    Grieving pupils at a primary school in east London are “struggling to cope” after one of their brightest and best-loved classmates was killed over the weekend in an incident being linked to pest control chemicals found in the flats where she lived.

    Rena Begum, the headteacher of Buttercup primary in Shadwell, said the school was in “great shock” after the death of 11-year-old Fatiha Sabrin in Saturday’s incident.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2021/dec/13/girl-fatiha-sabrin-11-dies-in-incident-linked-to-pest-control-chemicals-in-east-london", + "creator": "Matthew Weaver", + "pubDate": "2021-12-13T14:01:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208526,16 +234175,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f14ec007a86a31f56b4bdae62c92dba7" + "hash": "ca3e7efd4fdcf1c724a3742c9e940c33" }, { - "title": "Piers Corbyn arrested on suspicion of calling for MPs’ offices to be burned down", - "description": "

    Video shared on social media shows anti-lockdown protester criticising MPs who voted for Covid curbs

    Piers Corbyn has been arrested on suspicion of encouraging people to burn down MPs’ offices.

    The Metropolitan police said a man in his 70s – whom they did not name – was arrested in Southwark, south London, in the early hours of Sunday.

    Continue reading...", - "content": "

    Video shared on social media shows anti-lockdown protester criticising MPs who voted for Covid curbs

    Piers Corbyn has been arrested on suspicion of encouraging people to burn down MPs’ offices.

    The Metropolitan police said a man in his 70s – whom they did not name – was arrested in Southwark, south London, in the early hours of Sunday.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/19/piers-corbyn-arrested-on-suspicion-of-calling-for-mps-offices-to-be-burned-down", - "creator": "Maya Wolfe-Robinson", - "pubDate": "2021-12-19T10:29:15Z", + "title": "Biden and Manchin to reportedly meet amid race to pass Build Back Better agenda – live", + "description": "

    Joe Biden will soon receive a briefing from senior advisers on the federal government’s response to the deadly tornadoes that swept through Kentucky on Friday.

    The president will be briefed by Secretary of Homeland Security Alejandro Mayorkas, Fema administrator Deanne Criswell and Homeland security adviser Liz Sherwood-Randall in about 45 minutes.

    Continue reading...", + "content": "

    Joe Biden will soon receive a briefing from senior advisers on the federal government’s response to the deadly tornadoes that swept through Kentucky on Friday.

    The president will be briefed by Secretary of Homeland Security Alejandro Mayorkas, Fema administrator Deanne Criswell and Homeland security adviser Liz Sherwood-Randall in about 45 minutes.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/live/2021/dec/13/biden-manchin-democrats-build-back-better-agenda-us-politics-live", + "creator": "Joan E Greve", + "pubDate": "2021-12-13T15:15:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208547,16 +234196,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f92b729fc3f2a5ac9f6b8b09e037ee26" + "hash": "dd226a9494454f9fcb75b5e7236edeb3" }, { - "title": "How bringing back the wild yam is feeding the hungry in drought-hit Madagascar", - "description": "

    This year’s Guardian and Observer campaign supports four charities fighting global climate injustice. Here, we look at the work of East African farmers and Kew scientists

    Every December, the arrival of rain signals the beginning of the “hungry season” in Madagascar. It will be months before the next rice harvest on the island, which is experiencing the worst drought in 40 years in the south of the country. One million people are struggling to find food in the region due to what the World Food Programme described as the “first climate-induced famine”.

    Global heating was not the main cause yet, scientists concluded in a recent study, blaming poverty and a heavy reliance on annual rains instead. But in the face of increasingly unstable rice production – the main staple – as Madagascar becomes hotter and drier, the yam, an unloved tuber, has become a source of hope in the one of the poorest countries in the world that is not in conflict.

    Continue reading...", - "content": "

    This year’s Guardian and Observer campaign supports four charities fighting global climate injustice. Here, we look at the work of East African farmers and Kew scientists

    Every December, the arrival of rain signals the beginning of the “hungry season” in Madagascar. It will be months before the next rice harvest on the island, which is experiencing the worst drought in 40 years in the south of the country. One million people are struggling to find food in the region due to what the World Food Programme described as the “first climate-induced famine”.

    Global heating was not the main cause yet, scientists concluded in a recent study, blaming poverty and a heavy reliance on annual rains instead. But in the face of increasingly unstable rice production – the main staple – as Madagascar becomes hotter and drier, the yam, an unloved tuber, has become a source of hope in the one of the poorest countries in the world that is not in conflict.

    Continue reading...", - "category": "Madagascar", - "link": "https://www.theguardian.com/society/2021/dec/19/how-bringing-back-the-wild-yam-is-feeding-the-hungry-in-drought-hit-madagascar", - "creator": "Patrick Greenfield", - "pubDate": "2021-12-19T08:00:20Z", + "title": "Vaccines, tests and why 5 February: all you need to know on WA opening up", + "description": "

    Here’s what you need to do before travelling to Western Australia and while in the state, which is to open its borders next year

    Western Australia’s premier, Mark McGowan, has announced the state’s border will reopen on 5 February when double-dose vaccination is predicted to hit 90%, allowing for quarantine-free travel to the state.

    Here’s what you need to know before you book travel into WA.

    Continue reading...", + "content": "

    Here’s what you need to do before travelling to Western Australia and while in the state, which is to open its borders next year

    Western Australia’s premier, Mark McGowan, has announced the state’s border will reopen on 5 February when double-dose vaccination is predicted to hit 90%, allowing for quarantine-free travel to the state.

    Here’s what you need to know before you book travel into WA.

    Continue reading...", + "category": "Western Australia", + "link": "https://www.theguardian.com/australia-news/2021/dec/13/vaccines-tests-and-why-5-february-all-you-need-to-know-on-wa-opening-up", + "creator": "", + "pubDate": "2021-12-13T09:35:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208568,16 +234217,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6ce23accd6127aff79ef459e51378ff" + "hash": "a0111b058fe640706d0184bcddc7b95f" }, { - "title": "On the Ukraine frontline: 'Only the dead aren't afraid' – video", - "description": "

    With tensions escalating along the border with Russia, Luke Harding visits troops in Ukraine's Donbas region to gauge the mood ahead of a possible invasion. The war here has continued since 2014, when pro-Russian separatists seized Ukrainian cities. But in recent weeks large numbers of Russian troops have gathered on Ukraine's border, while talks between Vladimir Putin and US president, Joe Biden, have not provided the diplomatic solution many had hoped for

    Continue reading...", - "content": "

    With tensions escalating along the border with Russia, Luke Harding visits troops in Ukraine's Donbas region to gauge the mood ahead of a possible invasion. The war here has continued since 2014, when pro-Russian separatists seized Ukrainian cities. But in recent weeks large numbers of Russian troops have gathered on Ukraine's border, while talks between Vladimir Putin and US president, Joe Biden, have not provided the diplomatic solution many had hoped for

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/video/2021/dec/16/on-the-ukraine-frontline-only-the-dead-arent-afraid-video", - "creator": "Luke Harding , Volodymyr Yurchenko, Richard Sprenger and Katie Lamborn", - "pubDate": "2021-12-16T14:42:23Z", + "title": "It’s tough to see Ghislaine Maxwell’s team toy with such sad, broken women | John Sweeney", + "description": "

    Justice at work is difficult to watch when big-money lawyers go in hard as they try to discredit witnesses

    The slut-shaming – or something very much like it – of the four key witnesses against Ghislaine Maxwell and her late lover, Jeffrey Epstein is, almost, a thing of beauty, a dark wonder to behold. You’ve got to admire the way Maxwell’s multimillion-dollar attorneys break her accusers on the rack of their own human frailty. No one dare call it torture: we’re watching justice at work, the Ghislaine Maxwell defence team way.

    In order of appearance witness “Jane” was challenged as a drug user from a wealthy but deeply unhappy home; witness “Kate” was a drug user with a troubled mother; witness Carolyn – to give her some privacy the court accepted her request to use only her real first name – had a single parent mother who was an alcoholic and a drug addict, who became an alcoholic and a drug addict herself, who left school when she was 14, who did not, said her ex-boyfriend Shawn “have the reading ability” to say Ms Maxwell’s first name, Ghislaine. So Carolyn called her Maxwell. Witness Annie Farmer – her full real name, was 16, the child of a divorced single mum but not herself broken, not at all.

    Continue reading...", + "content": "

    Justice at work is difficult to watch when big-money lawyers go in hard as they try to discredit witnesses

    The slut-shaming – or something very much like it – of the four key witnesses against Ghislaine Maxwell and her late lover, Jeffrey Epstein is, almost, a thing of beauty, a dark wonder to behold. You’ve got to admire the way Maxwell’s multimillion-dollar attorneys break her accusers on the rack of their own human frailty. No one dare call it torture: we’re watching justice at work, the Ghislaine Maxwell defence team way.

    In order of appearance witness “Jane” was challenged as a drug user from a wealthy but deeply unhappy home; witness “Kate” was a drug user with a troubled mother; witness Carolyn – to give her some privacy the court accepted her request to use only her real first name – had a single parent mother who was an alcoholic and a drug addict, who became an alcoholic and a drug addict herself, who left school when she was 14, who did not, said her ex-boyfriend Shawn “have the reading ability” to say Ms Maxwell’s first name, Ghislaine. So Carolyn called her Maxwell. Witness Annie Farmer – her full real name, was 16, the child of a divorced single mum but not herself broken, not at all.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/12/ghislaine-maxwell-jeffrey-epstein-lawyers-court-case-broken-women", + "creator": "John Sweeney", + "pubDate": "2021-12-12T08:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208589,16 +234238,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "859c52bc06aaee979db6ad3e0535d72c" + "hash": "6bbb7fe14d5d4c27e0fcac8ae9d556a9" }, { - "title": "Netherlands to enter lockdown as nations across Europe tighten curbs to slow Omicron spread", - "description": "

    Dutch lockdown puts limits on Christmas celebrations, while France and other countries toughen restrictions as Covid cases climb

    Nations across Europe moved to reimpose tougher measures to stem a new wave of Covid infections spurred by the highly transmissible Omicron variant, with the Netherlands leading the way by imposing a nationwide lockdown.

    All non-essential stores, bars and restaurants in the Netherlands will be closed until 14 January starting Sunday, caretaker prime minister Mark Rutte said at a hastily arranged press conference Saturday night. Schools and universities will shut until 9 January, he said.

    Continue reading...", - "content": "

    Dutch lockdown puts limits on Christmas celebrations, while France and other countries toughen restrictions as Covid cases climb

    Nations across Europe moved to reimpose tougher measures to stem a new wave of Covid infections spurred by the highly transmissible Omicron variant, with the Netherlands leading the way by imposing a nationwide lockdown.

    All non-essential stores, bars and restaurants in the Netherlands will be closed until 14 January starting Sunday, caretaker prime minister Mark Rutte said at a hastily arranged press conference Saturday night. Schools and universities will shut until 9 January, he said.

    Continue reading...", - "category": "Netherlands", - "link": "https://www.theguardian.com/world/2021/dec/19/netherlands-to-enter-lockdown-as-nations-across-europe-tighten-curbs-to-slow-omicron-spread", - "creator": "Associated Press", - "pubDate": "2021-12-19T01:59:28Z", + "title": "Drone footage shows collapsed Illinois warehouse after tornadoes sweep US – video", + "description": "

    An Amazon warehouse near Edwardsville, Illinois, about 25 miles (40km) north-east of St Louis, was destroyed in extreme weather conditions on Friday night. It wasn’t immediately clear how many people were hurt by the roof collapse, but emergency services called it a 'mass casualty incident' on Facebook. One official told KTVI-TV that as many as 100 people may have been in the building, working the night shift, at the time of the collapse.

    Up to 100 people are feared to have been killed after a devastating outbreak of tornadoes ripped through Kentucky and other US states on Friday night and early Saturday morning

    Continue reading...", + "content": "

    An Amazon warehouse near Edwardsville, Illinois, about 25 miles (40km) north-east of St Louis, was destroyed in extreme weather conditions on Friday night. It wasn’t immediately clear how many people were hurt by the roof collapse, but emergency services called it a 'mass casualty incident' on Facebook. One official told KTVI-TV that as many as 100 people may have been in the building, working the night shift, at the time of the collapse.

    Up to 100 people are feared to have been killed after a devastating outbreak of tornadoes ripped through Kentucky and other US states on Friday night and early Saturday morning

    Continue reading...", + "category": "Tornadoes", + "link": "https://www.theguardian.com/world/video/2021/dec/11/drone-footage-shows-collapsed-illinois-warehouse-after-tornadoes-sweep-us-video", + "creator": "", + "pubDate": "2021-12-11T13:52:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208610,16 +234259,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad6d0988f52eb10a71f0339d803e58ac" + "hash": "3135d727d63debdb3f9f5026437155d3" }, { - "title": "Ashes 2021-22: Australia v England second Test, day four – live!", - "description": "

    Broad thumps the pad and wheels into one of his celebrappeals, not even looking at the umpire – bad move. It’s not given and it’s umpire’s call on impact, so not out.

    OMG. Another tough chance, and this time he can’t hold on, low to his right. A big escape for Steve Smith.

    Continue reading...", - "content": "

    Broad thumps the pad and wheels into one of his celebrappeals, not even looking at the umpire – bad move. It’s not given and it’s umpire’s call on impact, so not out.

    OMG. Another tough chance, and this time he can’t hold on, low to his right. A big escape for Steve Smith.

    Continue reading...", - "category": "The Ashes", - "link": "https://www.theguardian.com/sport/live/2021/dec/19/ashes-2021-22-australia-vs-england-day-four-4-cricket-second-2nd-test-live-score-card-aus-v-eng-start-time-latest-updates", - "creator": "Tim de Lisle (now) and Tanya Aldred (later)", - "pubDate": "2021-12-19T06:16:52Z", + "title": "Kentucky tornadoes: Biden declares federal disaster as hopes rise that death toll could be lower than feared", + "description": "

    Governor Andy Beshear had originally said more than 100 people were feared dead, but later said the estimate could be wrong

    US president Joe Biden declared a major federal disaster in Kentucky after a swarm of deadly tornadoes hit the state on Friday, as representatives of a candle factory destroyed by a twister said far fewer people may have died than previously feared.

    Biden had previously declared the storms a federal emergency and the move to designate the storms a federal disaster paves the way for additional aid, as thousands face housing, food, water and power shortages.

    Continue reading...", + "content": "

    Governor Andy Beshear had originally said more than 100 people were feared dead, but later said the estimate could be wrong

    US president Joe Biden declared a major federal disaster in Kentucky after a swarm of deadly tornadoes hit the state on Friday, as representatives of a candle factory destroyed by a twister said far fewer people may have died than previously feared.

    Biden had previously declared the storms a federal emergency and the move to designate the storms a federal disaster paves the way for additional aid, as thousands face housing, food, water and power shortages.

    Continue reading...", + "category": "Kentucky", + "link": "https://www.theguardian.com/us-news/2021/dec/13/kentucky-tornadoes-hopes-rise-that-candle-factory-death-toll-could-be-lower-than-feared", + "creator": "Richard Luscombe, Samira Sadeque with agencies", + "pubDate": "2021-12-13T04:56:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208631,16 +234280,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cf3a9bcd62708caa321b8c36e61efb4" + "hash": "83ec77215579d6828a850c8353a78ac5" }, { - "title": "Brexit minister’s shock resignation leaves Boris Johnson reeling", - "description": "

    Lord Frost’s frustrated exit is yet another blow for PM struggling for control of his government

    Boris Johnson was dealt another major blow to his leadership on Saturday night as it emerged that the man overseeing Brexit was resigning from the cabinet.

    With Tory MPs already warning the prime minister that he would have to regain control of the government to survive as leader until the next election, it emerged that Lord Frost is to leave the government after frustrations over Brexit negotiations and broader concerns over the government’s Covid policies and tax increases.

    Continue reading...", - "content": "

    Lord Frost’s frustrated exit is yet another blow for PM struggling for control of his government

    Boris Johnson was dealt another major blow to his leadership on Saturday night as it emerged that the man overseeing Brexit was resigning from the cabinet.

    With Tory MPs already warning the prime minister that he would have to regain control of the government to survive as leader until the next election, it emerged that Lord Frost is to leave the government after frustrations over Brexit negotiations and broader concerns over the government’s Covid policies and tax increases.

    Continue reading...", - "category": "David Frost", - "link": "https://www.theguardian.com/uk-news/2021/dec/18/brexit-ministers-shock-resignation-leaves-boris-johnson-reeling", - "creator": "Michael Savage and Toby Helm", - "pubDate": "2021-12-18T21:37:50Z", + "title": "Hong Kong school faces backlash after children shown graphic footage of Nanjing massacre", + "description": "

    City’s education board seeks to distance itself from incident in which young students at one school watched video of corpses and executions

    A primary school in Hong Kong has apologised after students as young as six were left in tears last week after teachers showed them unsettling video footage of the Nanjing massacre ahead of its 84th anniversary on Monday.

    The incident came after the Education Bureau called on local schools to run activities commemorating the massacre in a directive last month.

    Continue reading...", + "content": "

    City’s education board seeks to distance itself from incident in which young students at one school watched video of corpses and executions

    A primary school in Hong Kong has apologised after students as young as six were left in tears last week after teachers showed them unsettling video footage of the Nanjing massacre ahead of its 84th anniversary on Monday.

    The incident came after the Education Bureau called on local schools to run activities commemorating the massacre in a directive last month.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/13/hong-kong-school-faces-backlash-after-children-shown-graphic-footage-of-nanjing-massacre", + "creator": "Rhoda Kwan", + "pubDate": "2021-12-13T06:47:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208652,16 +234301,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40d35e0d7e5b3e4ff90b7433187e9c2b" + "hash": "d26c8fafbb2479be32928290ddffbf8f" }, { - "title": "‘The world must boycott’: Australian Uyghur calls for more pressure on Beijing Games", - "description": "

    Almas Nizamidin, whose wife has been sentenced to seven years in prison in Xinjiang, says a diplomatic boycott of the Olympics is not enough

    What Almas Nizamidin knows of his wife’s arrest and disappearance is second-hand: the harried reports relayed by his relatives as it rapidly unfolded.

    The police came for Buzainafu Abudourexiti at her home in Ürümqi as she was travelling to a doctor’s appointment on 29 March 2017. Her family called, she cancelled her appointment and hurried home.

    Continue reading...", - "content": "

    Almas Nizamidin, whose wife has been sentenced to seven years in prison in Xinjiang, says a diplomatic boycott of the Olympics is not enough

    What Almas Nizamidin knows of his wife’s arrest and disappearance is second-hand: the harried reports relayed by his relatives as it rapidly unfolded.

    The police came for Buzainafu Abudourexiti at her home in Ürümqi as she was travelling to a doctor’s appointment on 29 March 2017. Her family called, she cancelled her appointment and hurried home.

    Continue reading...", - "category": "Uyghurs", - "link": "https://www.theguardian.com/world/2021/dec/19/the-world-must-boycott-australian-uyghur-calls-for-more-pressure-on-beijing-games", - "creator": "Ben Doherty in Sydney", - "pubDate": "2021-12-18T19:00:05Z", + "title": "Covid live: Javid says ‘we’ve got to act early’ over Omicron; SA president Ramaphosa has ‘mild symptoms’ after positive Covid test", + "description": "

    Britain’s vaccine booster shot rollout to increase to 1m a day to avoid imposing further restrictions; those in England urged to work from home from Monday in line with ‘plan B’ guidance

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", + "content": "

    Britain’s vaccine booster shot rollout to increase to 1m a day to avoid imposing further restrictions; those in England urged to work from home from Monday in line with ‘plan B’ guidance

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/13/covid-news-live-boris-johnson-warns-of-omicron-tidal-wave-south-african-president-tests-positive", + "creator": "Martin Belam (now) and Samantha Lock (earlier)", + "pubDate": "2021-12-13T09:03:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208673,16 +234322,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "789093b5aae7db1862d64928ffcd86d5" + "hash": "d33060f9ca462c6c1ca04bec20e5e1ca" }, { - "title": "Richard Rogers: Pompidou and Millennium Dome architect dies aged 88", - "description": "

    The British architect changed the London skyline with creations such as the Millennium Dome and the Cheesegrater

    British architect Richard Rogers, known for designing some of the world’s most famous buildings including Paris’ Pompidou Centre, has died aged 88.

    Rogers, who changed the London skyline with distinctive creations such as the Millennium Dome and the ‘Cheesegrater’, “passed away quietly” Saturday night, Freud communications agency’s Matthew Freud told the Press Association.

    Continue reading...", - "content": "

    The British architect changed the London skyline with creations such as the Millennium Dome and the Cheesegrater

    British architect Richard Rogers, known for designing some of the world’s most famous buildings including Paris’ Pompidou Centre, has died aged 88.

    Rogers, who changed the London skyline with distinctive creations such as the Millennium Dome and the ‘Cheesegrater’, “passed away quietly” Saturday night, Freud communications agency’s Matthew Freud told the Press Association.

    Continue reading...", - "category": "Architecture", - "link": "https://www.theguardian.com/artanddesign/2021/dec/19/richard-rogers-pompidou-and-millennium-dome-architect-dies-aged-88", - "creator": "Agence France-Presse", - "pubDate": "2021-12-19T04:07:13Z", + "title": "New Zealand authorities investigate claims man received 10 Covid vaccinations in one day", + "description": "

    The man is reported to have visited several different immunisation clinics and was paid by others to get the doses

    New Zealand health authorities are investigating claims that a man received up to 10 Covid-19 vaccination doses in one day on behalf of other people, in the latest effort by members of the public to skirt tough restrictions on the unvaccinated.

    The Ministry of Health said it was taking the matter seriously. “We are very concerned about this situation and are working with the appropriate agencies,” its Covid-19 vaccination and immunisation spokesperson, Astrid Koornneef, said.

    Continue reading...", + "content": "

    The man is reported to have visited several different immunisation clinics and was paid by others to get the doses

    New Zealand health authorities are investigating claims that a man received up to 10 Covid-19 vaccination doses in one day on behalf of other people, in the latest effort by members of the public to skirt tough restrictions on the unvaccinated.

    The Ministry of Health said it was taking the matter seriously. “We are very concerned about this situation and are working with the appropriate agencies,” its Covid-19 vaccination and immunisation spokesperson, Astrid Koornneef, said.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/13/new-zealand-authorities-investigate-claims-man-received-10-covid-vaccinations-in-one-day", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-12-12T23:51:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208694,16 +234343,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "616e891db74acd2c3a14582f193dc835" + "hash": "fb24046c93d41c83efd5b9705784786b" }, { - "title": "Nasa sets new date for James Webb space telescope launch", - "description": "

    The instrument will be the largest and most powerful telescope ever to be launched into space

    The much-delayed launch of the James Webb space telescope will go ahead on 24 December, Nasa and the company overseeing the launch have confirmed.

    The project, begun in 1989, was originally expected to deploy the instrument – which will be the largest and most powerful telescope ever to be launched into space – in the early 2000s.

    Continue reading...", - "content": "

    The instrument will be the largest and most powerful telescope ever to be launched into space

    The much-delayed launch of the James Webb space telescope will go ahead on 24 December, Nasa and the company overseeing the launch have confirmed.

    The project, begun in 1989, was originally expected to deploy the instrument – which will be the largest and most powerful telescope ever to be launched into space – in the early 2000s.

    Continue reading...", - "category": "Space", - "link": "https://www.theguardian.com/science/2021/dec/19/nasa-sets-new-date-for-james-webb-space-telescope-launch", - "creator": "Agence France-Presse", - "pubDate": "2021-12-19T01:39:24Z", + "title": "China’s Alibaba accused of firing female employee who alleged colleague sexually assaulted her", + "description": "

    Woman reportedly says she has ‘not made any mistakes’ and will challenge dismissal after e-commerce firm claimed she spread false information

    Chinese e-commerce giant Alibaba Group Holding has dismissed a female employee who accused a former co-worker of sexual assault earlier this year, the government-backed newspaper Dahe Daily has reported.

    Dahe Daily interviewed the employee, saying she had received notification of termination at the end of November, and published a copy of what she said was her termination letter.

    Continue reading...", + "content": "

    Woman reportedly says she has ‘not made any mistakes’ and will challenge dismissal after e-commerce firm claimed she spread false information

    Chinese e-commerce giant Alibaba Group Holding has dismissed a female employee who accused a former co-worker of sexual assault earlier this year, the government-backed newspaper Dahe Daily has reported.

    Dahe Daily interviewed the employee, saying she had received notification of termination at the end of November, and published a copy of what she said was her termination letter.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/13/chinas-alibaba-accused-of-firing-female-employee-who-alleged-colleague-sexual-assaulted-her", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-13T02:34:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208715,16 +234364,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "08af4434cca04fdadf29b41ba392cdb3" + "hash": "d53b49a4158bffeacf1abb630c7dca74" }, { - "title": "Pandemic on Wall Street causes rising levels … of bonuses", - "description": "

    Enforced takeovers during the crisis will mean a bumper year for the bankers who advise on billion-dollar deals

    Just as most of us are feeling the effects of soaring inflation, which the Office for National Statistics said last week had reached a 10-year high of 5.1%, wealthy bankers and traders are looking forward to receiving extraordinarily large new year bonuses.

    Banks on both sides of the Atlantic are finalising bonus pool deals that could be inflated by as much as 50% compared with last year, reaching their highest levels since 2009 and the mergers and acquisitions boom that followed the financial crisis.

    Continue reading...", - "content": "

    Enforced takeovers during the crisis will mean a bumper year for the bankers who advise on billion-dollar deals

    Just as most of us are feeling the effects of soaring inflation, which the Office for National Statistics said last week had reached a 10-year high of 5.1%, wealthy bankers and traders are looking forward to receiving extraordinarily large new year bonuses.

    Banks on both sides of the Atlantic are finalising bonus pool deals that could be inflated by as much as 50% compared with last year, reaching their highest levels since 2009 and the mergers and acquisitions boom that followed the financial crisis.

    Continue reading...", - "category": "Executive pay and bonuses", - "link": "https://www.theguardian.com/business/2021/dec/19/pandemic-on-wall-street-causes-rising-levels-of-bonuses", - "creator": "Rupert Neate", - "pubDate": "2021-12-19T00:05:10Z", + "title": "Rescue under way after British and Danish ships collide in Baltic", + "description": "

    Rescue boat and helicopter dispatched after collision between two ships in Swedish waters

    Two cargo ships have collided in the Baltic Sea between the Danish island of Bornholm and the southern Swedish city of Ystad, the Danish defence joint operations centre has said.

    One ship was registered in Denmark and the other was British.

    Continue reading...", + "content": "

    Rescue boat and helicopter dispatched after collision between two ships in Swedish waters

    Two cargo ships have collided in the Baltic Sea between the Danish island of Bornholm and the southern Swedish city of Ystad, the Danish defence joint operations centre has said.

    One ship was registered in Denmark and the other was British.

    Continue reading...", + "category": "Sweden", + "link": "https://www.theguardian.com/business/2021/dec/13/british-and-danish-ships-collide-baltic-sea-rescue", + "creator": "Reuters in Stockholm", + "pubDate": "2021-12-13T07:55:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208736,16 +234385,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e6c9c9fe0c8026b5157ef59320fdc13" + "hash": "70dae70c8c5ebfdec2e53e09ee7deb45" }, { - "title": "Rahm Emanuel leads confirmed Biden nominees in late-night logjam break", - "description": "

    Ex-Obama chief of staff will go to Japan after deal for vote on Russia pipeline sanctions ends Republican Senate resistance

    The former Obama White House chief of staff and Chicago mayor Rahm Emanuel was among more than 30 ambassadors and other Biden nominees confirmed by the Senate early on Saturday.

    The Democratic leader, Chuck Schumer, broke a Republican-stoked logjam by agreeing to schedule a vote on sanctions on the company behind the Nord Stream 2 pipeline that will deliver natural gas from Russia to Germany.

    Continue reading...", - "content": "

    Ex-Obama chief of staff will go to Japan after deal for vote on Russia pipeline sanctions ends Republican Senate resistance

    The former Obama White House chief of staff and Chicago mayor Rahm Emanuel was among more than 30 ambassadors and other Biden nominees confirmed by the Senate early on Saturday.

    The Democratic leader, Chuck Schumer, broke a Republican-stoked logjam by agreeing to schedule a vote on sanctions on the company behind the Nord Stream 2 pipeline that will deliver natural gas from Russia to Germany.

    Continue reading...", - "category": "Biden administration", - "link": "https://www.theguardian.com/us-news/2021/dec/18/rahm-emanuel-confirmed-ambassador-japan-biden-senate-republicans-nord-stream-russia-sanctions", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-18T20:16:12Z", + "title": "Verstappen crowned world champion but Mercedes to appeal against result", + "description": "
    • Mercedes could take case to court of arbitration for sport
    • Hamilton skips post-race press conference after heartbreak

    Max Verstappen celebrated winning his first Formula One world championship with victory at the Abu Dhabi Grand Prix, but only after huge controversy, that still leaves his title in some doubt.

    Lewis Hamilton and Mercedes are angry at a win they felt had been unfairly snatched away and which remains under debate with Mercedes intending to appeal the stewards’ decision and the option of taking their case to the court of arbitration for sport. The Red Bull team principal, Christian Horner, has made clear his intention to oppose any attempt to strip his driver of the title.

    Continue reading...", + "content": "
    • Mercedes could take case to court of arbitration for sport
    • Hamilton skips post-race press conference after heartbreak

    Max Verstappen celebrated winning his first Formula One world championship with victory at the Abu Dhabi Grand Prix, but only after huge controversy, that still leaves his title in some doubt.

    Lewis Hamilton and Mercedes are angry at a win they felt had been unfairly snatched away and which remains under debate with Mercedes intending to appeal the stewards’ decision and the option of taking their case to the court of arbitration for sport. The Red Bull team principal, Christian Horner, has made clear his intention to oppose any attempt to strip his driver of the title.

    Continue reading...", + "category": "Formula One", + "link": "https://www.theguardian.com/sport/2021/dec/12/max-verstappen-f1-world-champion-mercedes-lewis-hamilton-intend-to-appeal-result", + "creator": "Giles Richards at Yas Marina", + "pubDate": "2021-12-12T21:27:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208757,16 +234406,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cb164940df3b00c15de3921f74aadaf" + "hash": "2e532713154909644b669b6fb35b8149" }, { - "title": "Guests urged to be vaccinated at anti-vaxxer Robert F Kennedy Jr’s party", - "description": "

    Kennedy said his wife, Cheryl Hines, was behind it and that he is ‘not always the boss at my own house’

    Guests invited to a holiday party at the home of the leading anti-vaxxer Robert F Kennedy Jr were urged to be vaccinated or tested for Covid-19 because, Kennedy said, he is “not always the boss at my own house”.

    Speaking to Politico, which reported the request before the party in California last week, Kennedy said his wife, the actor Cheryl Hines, was behind it.

    The Associated Press contributed to this report

    Continue reading...", - "content": "

    Kennedy said his wife, Cheryl Hines, was behind it and that he is ‘not always the boss at my own house’

    Guests invited to a holiday party at the home of the leading anti-vaxxer Robert F Kennedy Jr were urged to be vaccinated or tested for Covid-19 because, Kennedy said, he is “not always the boss at my own house”.

    Speaking to Politico, which reported the request before the party in California last week, Kennedy said his wife, the actor Cheryl Hines, was behind it.

    The Associated Press contributed to this report

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/18/robert-f-kennedy-jr-cheryl-hines-party-vaccinated-guests", - "creator": "Martin Pengelly and agencies", - "pubDate": "2021-12-18T17:41:45Z", + "title": "Pregnant refugees not being seen by doctors for weeks after reaching UK", + "description": "

    Labour MP writes to Home Office raising concerns over treatment of at least five women being put up at hotel

    The Home Office is facing demands for an inquiry after it was claimed that pregnant refugees are not being fed or examined by doctors or midwives after arriving in the UK.

    A first-time mother who was 38 weeks pregnant was not seen by a doctor for several weeks after crossing the Channel, it is alleged. After the Iraqi Kurdish woman was examined, it emerged that she had a pathological fear of pregnancy, and the baby had a breech presentation.

    Continue reading...", + "content": "

    Labour MP writes to Home Office raising concerns over treatment of at least five women being put up at hotel

    The Home Office is facing demands for an inquiry after it was claimed that pregnant refugees are not being fed or examined by doctors or midwives after arriving in the UK.

    A first-time mother who was 38 weeks pregnant was not seen by a doctor for several weeks after crossing the Channel, it is alleged. After the Iraqi Kurdish woman was examined, it emerged that she had a pathological fear of pregnancy, and the baby had a breech presentation.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/dec/13/pregnant-refugees-not-being-seen-by-doctors-for-weeks-after-reaching-uk", + "creator": "Rajeev Syal Home affairs editor", + "pubDate": "2021-12-13T07:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208778,16 +234427,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca410dc94c483784221f41b22dc9da46" + "hash": "c9fd3cb9ea2c2a8c6d9ed3d90217a0c1" }, { - "title": "It’s beginning to look a lot like last Christmas: why the UK has Covid deja vu", - "description": "

    Omicron cases are soaring, experts want curbs and Boris Johnson is dithering. Sound familiar?

    That old adage of Marx insists that historical events occur first as tragedy, then as farce. The government’s handling of the pandemic in the UK long ago undermined that progression: tragedy and farce have, since the very beginning of the crisis, always been a double act.

    The clashing tone of current events feels like a dispiriting festive repeat of all-too-familiar dramas. A week that began with the exposed scandal of Downing Street lockdown parties, and ended with chief civil servant Simon Case stepping down as investigator of those scandals, because of a party in his own office, was also yet another week in which the alarming progress of the virus outpaced government rhetoric and claimed another thousand lives.

    Continue reading...", - "content": "

    Omicron cases are soaring, experts want curbs and Boris Johnson is dithering. Sound familiar?

    That old adage of Marx insists that historical events occur first as tragedy, then as farce. The government’s handling of the pandemic in the UK long ago undermined that progression: tragedy and farce have, since the very beginning of the crisis, always been a double act.

    The clashing tone of current events feels like a dispiriting festive repeat of all-too-familiar dramas. A week that began with the exposed scandal of Downing Street lockdown parties, and ended with chief civil servant Simon Case stepping down as investigator of those scandals, because of a party in his own office, was also yet another week in which the alarming progress of the virus outpaced government rhetoric and claimed another thousand lives.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/18/its-beginning-to-look-a-lot-like-last-christmas-why-the-uk-has-covid-deja-vu", - "creator": "Tim Adams", - "pubDate": "2021-12-18T17:21:33Z", + "title": "Australia welcomes South Korean president with confirmation of border reopening", + "description": "

    Scott Morrison is opening the door to South Korean and Japanese travellers from Wednesday and has spoken of closer defence ties with the signing of a $1bn defence contract

    Australia’s international border will open to more travellers on Wednesday, as the prime minister confirmed that his government would end the “pause” triggered by the emergence of the Omicron Covid variant.

    Scott Morrison, welcoming the South Korean president, Moon Jae-in, to Canberra on Monday, said Australia would open to travellers from South Korea and Japan and also international students and skilled workers more broadly.

    Continue reading...", + "content": "

    Scott Morrison is opening the door to South Korean and Japanese travellers from Wednesday and has spoken of closer defence ties with the signing of a $1bn defence contract

    Australia’s international border will open to more travellers on Wednesday, as the prime minister confirmed that his government would end the “pause” triggered by the emergence of the Omicron Covid variant.

    Scott Morrison, welcoming the South Korean president, Moon Jae-in, to Canberra on Monday, said Australia would open to travellers from South Korea and Japan and also international students and skilled workers more broadly.

    Continue reading...", + "category": "Australian foreign policy", + "link": "https://www.theguardian.com/australia-news/2021/dec/13/australia-welcomes-south-korean-president-with-confirmation-of-border-reopening", + "creator": "Daniel Hurst", + "pubDate": "2021-12-13T05:15:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208799,16 +234448,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23b810557d2b48bab990a839abf38651" + "hash": "312d7ed1320f4d47c882bf4b8d9c7f3a" }, { - "title": "Passenger rush to beat French entry deadline causes long freight queues", - "description": "

    Lengthy tailbacks on M20 heading to Dover and at entrance to Channel tunnel follow change of rules on Friday night

    A rush of passengers travelling to France to beat the country’s ban on UK tourists has led to a knock-on effect on freight traffic, resulting in long queues of lorries.

    There were lengthy tailbacks on the M20 motorway in Kent heading to Dover and at the entrance to the Channel tunnel on Saturday.

    Continue reading...", - "content": "

    Lengthy tailbacks on M20 heading to Dover and at entrance to Channel tunnel follow change of rules on Friday night

    A rush of passengers travelling to France to beat the country’s ban on UK tourists has led to a knock-on effect on freight traffic, resulting in long queues of lorries.

    There were lengthy tailbacks on the M20 motorway in Kent heading to Dover and at the entrance to the Channel tunnel on Saturday.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/18/passenger-rush-to-beat-french-entry-deadline-causes-long-freight-queues", - "creator": "PA Media", - "pubDate": "2021-12-18T13:53:46Z", + "title": "Tigray rebels retake Ethiopian heritage town of Lalibela", + "description": "

    Residents of Unesco-listed town, 400 miles north of Addis Ababa, say Tigrayan fighters have seized control

    Tigray rebels have recaptured the north Ethiopian town of Lalibela, home to a Unesco world heritage site, 11 days after Ethiopian forces said they had retaken control, local residents have said.

    It marks another twist in the 13-month-old conflict that has killed thousands of people and triggered a humanitarian crisis in the north of Africa’s second most populous nation.

    Continue reading...", + "content": "

    Residents of Unesco-listed town, 400 miles north of Addis Ababa, say Tigrayan fighters have seized control

    Tigray rebels have recaptured the north Ethiopian town of Lalibela, home to a Unesco world heritage site, 11 days after Ethiopian forces said they had retaken control, local residents have said.

    It marks another twist in the 13-month-old conflict that has killed thousands of people and triggered a humanitarian crisis in the north of Africa’s second most populous nation.

    Continue reading...", + "category": "Ethiopia", + "link": "https://www.theguardian.com/world/2021/dec/12/tigray-rebels-retake-ethiopian-heritage-town-of-lalibela", + "creator": "Agence France-Presse", + "pubDate": "2021-12-12T17:42:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208820,16 +234469,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e70c75af49f7a64b8e12e9c72d443901" + "hash": "3b9602ef389ebb83bd8750fb4ffee8af" }, { - "title": "The State of Israel vs The Jews review: fierce indictment of a rightward lurch", - "description": "

    Sylvain Cypel, a French editor, writes with the passion of a convert, one betrayed by the faith in which he was raised

    Sylvain Cypel’s new book is a violent indictment of the Jewish homeland, its growing embrace of apartheid and its closeness to some of the worst autocratic and similarly ethnocentric regimes around the world, including Hungary, Brazil and the Philippines.

    The author is a prominent French newspaper editor and foreign correspondent who lived in Israel for 12 years, trained there to be a youth movement leader and even served in a paratroop brigade after being drafted.

    Continue reading...", - "content": "

    Sylvain Cypel, a French editor, writes with the passion of a convert, one betrayed by the faith in which he was raised

    Sylvain Cypel’s new book is a violent indictment of the Jewish homeland, its growing embrace of apartheid and its closeness to some of the worst autocratic and similarly ethnocentric regimes around the world, including Hungary, Brazil and the Philippines.

    The author is a prominent French newspaper editor and foreign correspondent who lived in Israel for 12 years, trained there to be a youth movement leader and even served in a paratroop brigade after being drafted.

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/books/2021/dec/19/the-state-of-israel-vs-the-jews-review-sylvain-cypel", - "creator": "Charles Kaiser", - "pubDate": "2021-12-19T07:00:19Z", + "title": "Vladimir Putin says he resorted to taxi driving after fall of Soviet Union", + "description": "

    Russian leader says it is ‘unpleasant to talk about’ his cab work in that period as he laments Soviet Union’s demise

    Russian president Vladimir Putin has said the collapse of the Soviet Union spelled the end of “historical Russia”, revealing that he drove a taxi to make ends meet after the fall of the USSR.

    Putin, a former agent of the Soviet Union’s KGB security services, has previously lamented the USSR’s fall but this time said the disintegration three decades ago remained a “tragedy” for “most citizens”.

    Continue reading...", + "content": "

    Russian leader says it is ‘unpleasant to talk about’ his cab work in that period as he laments Soviet Union’s demise

    Russian president Vladimir Putin has said the collapse of the Soviet Union spelled the end of “historical Russia”, revealing that he drove a taxi to make ends meet after the fall of the USSR.

    Putin, a former agent of the Soviet Union’s KGB security services, has previously lamented the USSR’s fall but this time said the disintegration three decades ago remained a “tragedy” for “most citizens”.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/13/vladimir-putin-says-he-resorted-to-taxi-driving-after-fall-of-soviet-union", + "creator": "Agence France-Presse in Moscow", + "pubDate": "2021-12-13T03:36:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208841,16 +234490,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1be572cb2932848d0022042f9385887" + "hash": "c95798efe93da4b2cd3764b4e52210bf" }, { - "title": "Adam Kay: ‘Game-playing is a great way of getting yourself to face a challenge’", - "description": "

    The doctor turned comic and bestselling author on writing children’s books, hiding useful facts in disgusting jokes and how bad at Scrabble he is

    Adam Kay, 41, trained as a doctor and worked for the NHS for six years before quitting to become a writer and comedian. Both his memoirs, This Is Going to Hurt: Secret Diaries of a Junior Doctor and Twas the Nightshift Before Christmas, were bestsellers, with several million copies sold, making him the first author to have simultaneous No 1s for hardback and paperback nonfiction titles. He turned both books into hugely successful standup shows. Twas the Nightshift Before Christmas is touring the UK and a BBC Two series of This Is Going to Hurt, adapted by Kay and starring Ben Whishaw, is coming in 2022. He has also started writing children’s books, publishing Kay’s Anatomy last year and, in September, Kay’s Marvellous Medicine.

    What made you want to write children’s books?
    I have always been fascinated by the human body; I think it is the most extraordinary bit of kit ever. But it’s never had the same cool billing among kids as outer space and dinosaurs, probably because they’re forced to do biology in a rather dry way at school. So I thought I’d have a go at getting across my enthusiasm for the topic, with some jokes thrown in.

    Continue reading...", - "content": "

    The doctor turned comic and bestselling author on writing children’s books, hiding useful facts in disgusting jokes and how bad at Scrabble he is

    Adam Kay, 41, trained as a doctor and worked for the NHS for six years before quitting to become a writer and comedian. Both his memoirs, This Is Going to Hurt: Secret Diaries of a Junior Doctor and Twas the Nightshift Before Christmas, were bestsellers, with several million copies sold, making him the first author to have simultaneous No 1s for hardback and paperback nonfiction titles. He turned both books into hugely successful standup shows. Twas the Nightshift Before Christmas is touring the UK and a BBC Two series of This Is Going to Hurt, adapted by Kay and starring Ben Whishaw, is coming in 2022. He has also started writing children’s books, publishing Kay’s Anatomy last year and, in September, Kay’s Marvellous Medicine.

    What made you want to write children’s books?
    I have always been fascinated by the human body; I think it is the most extraordinary bit of kit ever. But it’s never had the same cool billing among kids as outer space and dinosaurs, probably because they’re forced to do biology in a rather dry way at school. So I thought I’d have a go at getting across my enthusiasm for the topic, with some jokes thrown in.

    Continue reading...", - "category": "Comedy", - "link": "https://www.theguardian.com/culture/2021/dec/18/adam-kay-game-playing-is-a-great-way-of-getting-yourself-to-face-a-challenge", - "creator": "Lisa O'Kelly", - "pubDate": "2021-12-18T17:00:02Z", + "title": "Fauci urges Americans to get Covid booster as US nears 800,000 deaths", + "description": "

    Leading infectious diseases official warns Omicron variant appears to be able to ‘evade’ protection of two initial doses

    The US government’s leading infectious diseases official, Anthony Fauci, on Sunday stepped up calls for Americans to get a Covid-19 booster shot, as the US is approaching 800,000 lives lost to coronavirus since the start of the pandemic.

    Fauci warned that the Omicron variant appeared to be able to “evade” the protection of two initial doses of the mRNA-type Covid vaccines – Pfizer/BioNTech’s and Moderna’s – as well as post-infection therapies such as monoclonal antibodies and convalescent plasma.

    Continue reading...", + "content": "

    Leading infectious diseases official warns Omicron variant appears to be able to ‘evade’ protection of two initial doses

    The US government’s leading infectious diseases official, Anthony Fauci, on Sunday stepped up calls for Americans to get a Covid-19 booster shot, as the US is approaching 800,000 lives lost to coronavirus since the start of the pandemic.

    Fauci warned that the Omicron variant appeared to be able to “evade” the protection of two initial doses of the mRNA-type Covid vaccines – Pfizer/BioNTech’s and Moderna’s – as well as post-infection therapies such as monoclonal antibodies and convalescent plasma.

    Continue reading...", + "category": "Anthony Fauci", + "link": "https://www.theguardian.com/us-news/2021/dec/12/fauci-covid-omicron-booster-shots", + "creator": "Richard Luscombe", + "pubDate": "2021-12-12T19:38:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208862,16 +234511,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "60dbc70fe60163f8f7c7fc36d00a08e6" + "hash": "8f26eea73cc96dd89d3e876d0c4979e4" }, { - "title": "‘A Francoist daydream’: how Spain’s right clings to its imperialist past", - "description": "

    A Peruvian author fears her adopted home is far from an apology for its Latin American abuses

    The Plaza Mayor, where tourists gather to drink steep beers and feast on overpriced paella, may be better known. So may Puerta del Sol, where locals ring in the new year by eating a grape on each of the 12 chimes.

    But Madrid’s Plaza de Colón, a 25-minute walk from these spaces, has come to play its own special part in the social, political and historical life of the capital – and the rest of Spain.

    Continue reading...", - "content": "

    A Peruvian author fears her adopted home is far from an apology for its Latin American abuses

    The Plaza Mayor, where tourists gather to drink steep beers and feast on overpriced paella, may be better known. So may Puerta del Sol, where locals ring in the new year by eating a grape on each of the 12 chimes.

    But Madrid’s Plaza de Colón, a 25-minute walk from these spaces, has come to play its own special part in the social, political and historical life of the capital – and the rest of Spain.

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/2021/dec/18/a-francoist-daydream-how-spains-right-clings-to-its-imperialist-past", - "creator": "Sam Jones in Madrid", - "pubDate": "2021-12-18T16:54:17Z", + "title": "UK has Omicron Covid patients in hospital, government confirms", + "description": "

    Top UK medical adviser says growing number of people going to emergency departments diagnosed with Omicron

    People have been admitted to hospital with the Omicron variant in Britain, a government minister has confirmed, as a senior public health adviser said further curbs may be needed.

    The education secretary, Nadhim Zahawi, said he could confirm there were “cases in hospital with Omicron”. “We’ve been able to test people who are in hospital over the past two weeks, and so there is a lag to hospitalisation,” he told Trevor Phillips on Sky News.

    Continue reading...", + "content": "

    Top UK medical adviser says growing number of people going to emergency departments diagnosed with Omicron

    People have been admitted to hospital with the Omicron variant in Britain, a government minister has confirmed, as a senior public health adviser said further curbs may be needed.

    The education secretary, Nadhim Zahawi, said he could confirm there were “cases in hospital with Omicron”. “We’ve been able to test people who are in hospital over the past two weeks, and so there is a lag to hospitalisation,” he told Trevor Phillips on Sky News.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/12/uk-has-omicron-covid-patients-in-hospital-government-confirms", + "creator": "Hannah Devlin Science correspondent", + "pubDate": "2021-12-12T11:36:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208883,16 +234532,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a90c7e113644f22d2712dbea132e1924" + "hash": "7ec6bb4120dda06b5d16d4ea1443e967" }, { - "title": "Before Covid, moving to the country to get a horse felt like a career-killing move | Calla Wahlquist", - "description": "

    It took a pandemic and work-from-home order to convince me it’s possible to keep working and live where you want to live

    I have spent a lot of time picking up rocks. This is not what I dreamed about doing as we sat in Melbourne during the city’s sixth lockdown and waited out the three-month settlement period to move to our new farm in central Victoria. That time was spent on cottagecore fantasies and planning out wildly unrealistic renovation schedules.

    Then we took possession in October and I’ve been picking up rocks ever since. Rocks and sticks and, for one particularly disgusting week before we had scrubbed down the house, a series of dead starlings that had become stuck in the fireplace and under the oven.

    Continue reading...", - "content": "

    It took a pandemic and work-from-home order to convince me it’s possible to keep working and live where you want to live

    I have spent a lot of time picking up rocks. This is not what I dreamed about doing as we sat in Melbourne during the city’s sixth lockdown and waited out the three-month settlement period to move to our new farm in central Victoria. That time was spent on cottagecore fantasies and planning out wildly unrealistic renovation schedules.

    Then we took possession in October and I’ve been picking up rocks ever since. Rocks and sticks and, for one particularly disgusting week before we had scrubbed down the house, a series of dead starlings that had become stuck in the fireplace and under the oven.

    Continue reading...", - "category": "Rural Australia", - "link": "https://www.theguardian.com/commentisfree/2021/dec/18/before-covid-moving-to-the-country-to-get-a-horse-felt-like-a-career-killing-move", - "creator": "Calla Wahlquist", - "pubDate": "2021-12-18T19:00:04Z", + "title": "Ghost riders: the invisible lives of Johannesburg food couriers – photo essay", + "description": "

    An army of riders ferry food around the South African city, their lives and travails largely unseen by the people they serve. Photojournalist James Oatway has spent several months documenting their challenges

    It’s a Friday night in Johannesburg. Lockdown has just been eased as Covid infection rates have plateaued. The restive city is slowly springing back to life, with cars once again careering along the city’s recently empty arterial roads.

    At the scene of a crash, the blue and red lights of emergency vehicles bathe the street in an eerie glow. Two motorbike food couriers have been knocked down by a car. The driver tried to flee but was apprehended by another motorist. One of the bikes has been flattened. Next to it lies a black canvas carrier bag bearing the Uber Eats logo.

    A Congolese driver was seriously injured in a crash in Sandton. Footage showed a car going through a red light and hitting the rider. The vehicle did not stop and the driver has never been apprehended.

    Continue reading...", + "content": "

    An army of riders ferry food around the South African city, their lives and travails largely unseen by the people they serve. Photojournalist James Oatway has spent several months documenting their challenges

    It’s a Friday night in Johannesburg. Lockdown has just been eased as Covid infection rates have plateaued. The restive city is slowly springing back to life, with cars once again careering along the city’s recently empty arterial roads.

    At the scene of a crash, the blue and red lights of emergency vehicles bathe the street in an eerie glow. Two motorbike food couriers have been knocked down by a car. The driver tried to flee but was apprehended by another motorist. One of the bikes has been flattened. Next to it lies a black canvas carrier bag bearing the Uber Eats logo.

    A Congolese driver was seriously injured in a crash in Sandton. Footage showed a car going through a red light and hitting the rider. The vehicle did not stop and the driver has never been apprehended.

    Continue reading...", + "category": "South Africa", + "link": "https://www.theguardian.com/world/2021/dec/13/ghost-riders-the-invisible-lives-of-johannesburg-food-couriers-photo-essay", + "creator": "Stephan Hofstatter and James Oatway; photography by James Oatway", + "pubDate": "2021-12-13T07:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208904,16 +234553,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52a99a833ab4ef7140e0a3656374abcf" + "hash": "50e6b5d11086afe2516b2feaf1bf812b" }, { - "title": "How Lord Frost’s exit led to a Twitter frenzy", - "description": "

    Resignation of Brexit minister, revealed on Saturday night, led to fevered online discussion

    Brexit minister Lord Frost’s late Saturday night resignation prompted frenzied reaction on social media including a lively row on a Conservative party Whatsapp group ending with culture secretary Nadine Dorries being deleted by former chair of Brexit supporting backbenchers in the European Research Group.

    Some welcomed Frost’s departure, others immediately went to leadership questions.

    Continue reading...", - "content": "

    Resignation of Brexit minister, revealed on Saturday night, led to fevered online discussion

    Brexit minister Lord Frost’s late Saturday night resignation prompted frenzied reaction on social media including a lively row on a Conservative party Whatsapp group ending with culture secretary Nadine Dorries being deleted by former chair of Brexit supporting backbenchers in the European Research Group.

    Some welcomed Frost’s departure, others immediately went to leadership questions.

    Continue reading...", - "category": "David Frost", - "link": "https://www.theguardian.com/uk-news/2021/dec/19/how-lord-frosts-exit-led-to-a-twitter-frenzy", - "creator": "Lisa O'Carroll Brexit correspondent", - "pubDate": "2021-12-19T07:00:19Z", + "title": "Rhik Samadder tries … fencing: ‘Now I’m ready for the zombie apocalypse’", + "description": "

    I get to wear a natty white jacket, insectoid mask and hold an épée like a pistol – my inner child could not be happier. En garde!

    Ever since childhood, I have wanted to be trained in the sword. But I have always believed one had to be born a musketeer for this to happen, or have a death to avenge, plus access to castle steps. But here I am at the London Fencing Club in Old Street, which is easier.

    It’s a few weeks before omicron takes off, and the government is pooh-poohing any talk of tightening Covid restrictions. I’m learning épée, the thin, pointy blade that most resembles a classic swashbuckling sword. My Russian-born coach, Anna Anstal, loves fencing épée. The opponent’s entire body is a target, and there are no “right of way” rules governing who can score at a given moment. “You must think about the zombie apocalypse,” she says. “Rules are no use with a zombie. The ability to strike first is all that matters.” It’s unexpected advice, her heavy accent giving it even more edge. I’m quite scared.

    Continue reading...", + "content": "

    I get to wear a natty white jacket, insectoid mask and hold an épée like a pistol – my inner child could not be happier. En garde!

    Ever since childhood, I have wanted to be trained in the sword. But I have always believed one had to be born a musketeer for this to happen, or have a death to avenge, plus access to castle steps. But here I am at the London Fencing Club in Old Street, which is easier.

    It’s a few weeks before omicron takes off, and the government is pooh-poohing any talk of tightening Covid restrictions. I’m learning épée, the thin, pointy blade that most resembles a classic swashbuckling sword. My Russian-born coach, Anna Anstal, loves fencing épée. The opponent’s entire body is a target, and there are no “right of way” rules governing who can score at a given moment. “You must think about the zombie apocalypse,” she says. “Rules are no use with a zombie. The ability to strike first is all that matters.” It’s unexpected advice, her heavy accent giving it even more edge. I’m quite scared.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/13/rhik-samadder-tries-fencing-now-im-ready-for-the-zombie-apocalypse", + "creator": "Rhik Samadder", + "pubDate": "2021-12-13T07:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208925,16 +234574,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "56d7a93177f6ab8ad4e821c79f294fc2" + "hash": "3d9952982716db873c4a41bd62b47f7d" }, { - "title": "Roman Abramovich gains EU citizenship via Portuguese passport", - "description": "

    Billionaire owner of Chelsea qualifies under Portugal’s naturalisation scheme for descendants of Sephardic Jews

    The billionaire oligarch Roman Abramovich has become an EU citizen, three years after withdrawing his application for a UK visa amid diplomatic tensions between London and Moscow.

    The surprise development was confirmed on Saturday by his spokesperson, who revealed the Russian-born owner of Chelsea Football Club had secured Portuguese citizenship earlier this year.

    Continue reading...", - "content": "

    Billionaire owner of Chelsea qualifies under Portugal’s naturalisation scheme for descendants of Sephardic Jews

    The billionaire oligarch Roman Abramovich has become an EU citizen, three years after withdrawing his application for a UK visa amid diplomatic tensions between London and Moscow.

    The surprise development was confirmed on Saturday by his spokesperson, who revealed the Russian-born owner of Chelsea Football Club had secured Portuguese citizenship earlier this year.

    Continue reading...", - "category": "Roman Abramovich", - "link": "https://www.theguardian.com/world/2021/dec/19/roman-abramovich-gains-eu-citizenship-via-portuguese-passport", - "creator": "Mark Townsend", - "pubDate": "2021-12-19T07:30:19Z", + "title": "How Maradona inspired Paolo Sorrentino’s film about Naples, Hand of God – and inadvertently saved his life", + "description": "

    The Italian director’s new, semi-autobiographical film reveals a charming and rarely seen side of his home city

    ‘This, for me, is the most beautiful place on Earth,” Paolo Sorrentino told Filippo Scotti, the actor playing the director’s younger self in his latest film, as their 1980s Riva speedboat chopped the waves of the Bay of Naples. Their view stretched from the precipitous peninsula of Sorrento all the way west towards Posillipo. The two promontories flank the sprawling port city, offering a warm embrace to all those who disembark there. Sorrentino’s new film, the Hand of God, opens with that same view: the sun-mottled bay, whose peace is disturbed by the sound of four Rivas as they speed towards the shore. The film is both a love letter to, and a portal into, Paolo Sorrentino’s Naples.

    In cinemas now and on Netflix this week, The Hand of God sees the Academy award-winning director return to his home city for the first time since One Man Up, his 2001 debut. Sorrentino tells the story of his own coming of age, up to the moment when his life is shattered by the death of his parents in a tragic accident. Sorrentino’s story is a tale of great grief, loss and perseverance, set in a middle-class part of Naples, a far cry from the impoverished neighbourhoods shown in the city’s other recent portraits: Elena Ferrante’s My Brilliant Friend or the mafia-focused Gomorrah series.

    Continue reading...", + "content": "

    The Italian director’s new, semi-autobiographical film reveals a charming and rarely seen side of his home city

    ‘This, for me, is the most beautiful place on Earth,” Paolo Sorrentino told Filippo Scotti, the actor playing the director’s younger self in his latest film, as their 1980s Riva speedboat chopped the waves of the Bay of Naples. Their view stretched from the precipitous peninsula of Sorrento all the way west towards Posillipo. The two promontories flank the sprawling port city, offering a warm embrace to all those who disembark there. Sorrentino’s new film, the Hand of God, opens with that same view: the sun-mottled bay, whose peace is disturbed by the sound of four Rivas as they speed towards the shore. The film is both a love letter to, and a portal into, Paolo Sorrentino’s Naples.

    In cinemas now and on Netflix this week, The Hand of God sees the Academy award-winning director return to his home city for the first time since One Man Up, his 2001 debut. Sorrentino tells the story of his own coming of age, up to the moment when his life is shattered by the death of his parents in a tragic accident. Sorrentino’s story is a tale of great grief, loss and perseverance, set in a middle-class part of Naples, a far cry from the impoverished neighbourhoods shown in the city’s other recent portraits: Elena Ferrante’s My Brilliant Friend or the mafia-focused Gomorrah series.

    Continue reading...", + "category": "Naples holidays", + "link": "https://www.theguardian.com/travel/2021/dec/13/how-maradona-inspired-paolo-sorrentinos-film-about-naples-hand-of-god", + "creator": "Sophia Seymour", + "pubDate": "2021-12-13T07:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208946,16 +234595,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "323c754d42e83b799924c0f86e7aee4a" + "hash": "b6321eeaa78ee458569f787a0cdfe133" }, { - "title": "Sudan: on revolution’s third anniversary, protesters vow not to be silenced", - "description": "

    Millions are still fighting for a democratic government, three years after their protests began

    Amany Galal lost her right eye to a tear gas canister fired by security forces as they tried to break up a demonstration in early 2019, making her one of the first casualties of Sudan’s long and faltering revolution.

    Three months later, the street movement had toppled the military dictator Omar al-Bashir but, three years later, millions of protesters are still fighting for a democratic government.

    Continue reading...", - "content": "

    Millions are still fighting for a democratic government, three years after their protests began

    Amany Galal lost her right eye to a tear gas canister fired by security forces as they tried to break up a demonstration in early 2019, making her one of the first casualties of Sudan’s long and faltering revolution.

    Three months later, the street movement had toppled the military dictator Omar al-Bashir but, three years later, millions of protesters are still fighting for a democratic government.

    Continue reading...", - "category": "Sudan", - "link": "https://www.theguardian.com/world/2021/dec/18/sudan-protesters-say-their-voices-will-not-be-silenced", - "creator": "Zeinab Mohammed Salih in Khartoum and Emma Graham-Harrison", - "pubDate": "2021-12-18T21:00:07Z", + "title": "How to teach children the real value of money", + "description": "

    A study has shown that by the age of seven they can grasp the lessons they need to learn to avoid financial problems in the future

    The early experiences children have with money can shape their financial behaviour as adults, according to a study published by the UK government’s MoneyHelper service. By the age of seven, the University of Cambridge study found, most children are capable of grasping the value of money, delaying gratification and understanding that some choices are irreversible or will cause them problems in the future. The research suggests children who are allowed to make age-appropriate financial decisions and experience spending or saving dilemmas can form positive “habits of the mind” when it comes to money. This could lead to a lifelong improvement in their ability to plan ahead and be reflective in their thinking about money, or they may learn how to regulate their impulses and emotions in a way that promotes positive financial behaviour later in life.

    Continue reading...", + "content": "

    A study has shown that by the age of seven they can grasp the lessons they need to learn to avoid financial problems in the future

    The early experiences children have with money can shape their financial behaviour as adults, according to a study published by the UK government’s MoneyHelper service. By the age of seven, the University of Cambridge study found, most children are capable of grasping the value of money, delaying gratification and understanding that some choices are irreversible or will cause them problems in the future. The research suggests children who are allowed to make age-appropriate financial decisions and experience spending or saving dilemmas can form positive “habits of the mind” when it comes to money. This could lead to a lifelong improvement in their ability to plan ahead and be reflective in their thinking about money, or they may learn how to regulate their impulses and emotions in a way that promotes positive financial behaviour later in life.

    Continue reading...", + "category": "Money", + "link": "https://www.theguardian.com/money/2021/dec/13/how-to-teach-children-the-real-value-of-money", + "creator": "Donna Ferguson", + "pubDate": "2021-12-13T07:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208967,16 +234616,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad1bea926b066afa5db0ad2b9f38d116" + "hash": "c7d061065e232a0ad68bc673e7fda7a5" }, { - "title": "One person dead after Sydney storm; NSW reports record 2,566 Covid cases; Victoria 1,240 – as it happened", - "description": "

    One dead and two seriously injured following storm on Sydney’s northern beaches; 80 Covid cases in South Australia as positive case linked to second Ashes Test; Tennant Creek lockdown ‘likely’ to be extended – this blog is now closed

    Deputy chief medical officer Dr Sonya Bennett says there is “there’s still a lot of uncertainty” surrounding Omicron, “particularly with respect to how severe we think Omicron might cause disease and various opinions”:

    We are seeing rapid escalation of case numbers around the globe, particularly in the UK, with the UK recording over 90,000 cases yesterday. We are seeing case numbers rise here ourselves in New South Wales, particularly, with 2,500 cases, or thereabouts, yesterday as well. So, it is highly transmissible and appears to rapidly escalate with what’s called the doubling time of around two days. Which is obviously concerning.

    Continue reading...", - "content": "

    One dead and two seriously injured following storm on Sydney’s northern beaches; 80 Covid cases in South Australia as positive case linked to second Ashes Test; Tennant Creek lockdown ‘likely’ to be extended – this blog is now closed

    Deputy chief medical officer Dr Sonya Bennett says there is “there’s still a lot of uncertainty” surrounding Omicron, “particularly with respect to how severe we think Omicron might cause disease and various opinions”:

    We are seeing rapid escalation of case numbers around the globe, particularly in the UK, with the UK recording over 90,000 cases yesterday. We are seeing case numbers rise here ourselves in New South Wales, particularly, with 2,500 cases, or thereabouts, yesterday as well. So, it is highly transmissible and appears to rapidly escalate with what’s called the doubling time of around two days. Which is obviously concerning.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/19/australia-news-live-update-omicron-spread-covid-cases-victoria-nsw-tasmania-jumping-castle-scott-morrison-coronavirus-booster-sydney-melbourne-perrottet-andrews", - "creator": "Melissa Davey (now) and Justine Landis-Hanley (earlier)", - "pubDate": "2021-12-19T06:28:57Z", + "title": "Chile: candidates battle for moderate votes as presidential race nears end", + "description": "

    Far-right José Antonio Kast and left-wing Gabriel Boric in tight race amid divided political landscape

    Chile’s presidential race is hurtling towards its conclusion with the two remaining candidates battling to secure moderate votes in a deeply divided political landscape.

    Far-right candidate José Antonio Kast secured a two-point victory in November’s first round, but polls show that Gabriel Boric – the leftwing former student leader he will face in the 19 December runoff – now holds a narrow lead.

    Continue reading...", + "content": "

    Far-right José Antonio Kast and left-wing Gabriel Boric in tight race amid divided political landscape

    Chile’s presidential race is hurtling towards its conclusion with the two remaining candidates battling to secure moderate votes in a deeply divided political landscape.

    Far-right candidate José Antonio Kast secured a two-point victory in November’s first round, but polls show that Gabriel Boric – the leftwing former student leader he will face in the 19 December runoff – now holds a narrow lead.

    Continue reading...", + "category": "Chile", + "link": "https://www.theguardian.com/world/2021/dec/11/chile-candidates-battle-for-moderate-votes-as-presidential-race-nears-end", + "creator": "John Bartlett in Santiago", + "pubDate": "2021-12-11T20:39:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -208988,16 +234637,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "692a15a227fa75afd0da5424296b678e" + "hash": "a85bcbc6600ccc73aac5ebb9c6fa7968" }, { - "title": "Boris Johnson’s zeal to return Parthenon marbles revealed in 1986 article", - "description": "

    Unearthed Oxford Union article by prime minister made passionate case for sculptures’ repatriation to Athens

    The extent of Boris Johnson’s U-turn on the Parthenon marbles has been laid bare in a 1986 article unearthed in an Oxford library in which the then classics student argued passionately for their return to Athens.

    Deploying language that would make campaigners proud, Johnson not only believed the fifth century BC antiquities should be displayed “where they belong”, but deplored how they had been “sawed and hacked” from the magisterial edifice they once adorned.

    Continue reading...", - "content": "

    Unearthed Oxford Union article by prime minister made passionate case for sculptures’ repatriation to Athens

    The extent of Boris Johnson’s U-turn on the Parthenon marbles has been laid bare in a 1986 article unearthed in an Oxford library in which the then classics student argued passionately for their return to Athens.

    Deploying language that would make campaigners proud, Johnson not only believed the fifth century BC antiquities should be displayed “where they belong”, but deplored how they had been “sawed and hacked” from the magisterial edifice they once adorned.

    Continue reading...", - "category": "Parthenon marbles", - "link": "https://www.theguardian.com/artanddesign/2021/dec/18/boris-johnsons-zeal-to-return-parthenon-marbles-revealed-in-1986-article", - "creator": "Helena Smith in Athens", - "pubDate": "2021-12-18T16:21:19Z", + "title": "Power imbalance between Sydney GP and patient who left him millions ‘highly irregular’, court told", + "description": "

    Raymond McClure’s will, leaving Dr Peter Alexakis 90% of his estate, being challenged in NSW supreme court

    One of Australia’s most experienced geriatric specialists has told a Sydney court there was a “highly irregular” power imbalance between a GP and his wealthy patient who left him tens of millions of dollars.

    Raymond McClure, who died aged 84 in 2017, left his GP, Dr Peter Alexakis, 90% of his estate worth more than $30m.

    Continue reading...", + "content": "

    Raymond McClure’s will, leaving Dr Peter Alexakis 90% of his estate, being challenged in NSW supreme court

    One of Australia’s most experienced geriatric specialists has told a Sydney court there was a “highly irregular” power imbalance between a GP and his wealthy patient who left him tens of millions of dollars.

    Raymond McClure, who died aged 84 in 2017, left his GP, Dr Peter Alexakis, 90% of his estate worth more than $30m.

    Continue reading...", + "category": "New South Wales", + "link": "https://www.theguardian.com/australia-news/2021/dec/13/power-imbalance-between-sydney-gp-and-patient-who-left-him-millions-highly-irregular-court-told", + "creator": "Nino Bucci", + "pubDate": "2021-12-13T08:51:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209009,16 +234658,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fdb843e2f31ff874bbaa66344729b2c" + "hash": "bfb75ada52f67e35535a5d5bbb8e188d" }, { - "title": "Need a warped, tortured or evil character for a Hollywood film? Cast a British actor", - "description": "

    UK stars Olivia Colman, Idris Elba and Benedict Cumberbatch are all in demand with US directors. We look at why

    A sensitive, geeky youth, stuck on a lonely cattle ranch, might understandably yearn for a kindly uncle figure; someone to confide in, or be mentored by. But the companionship actor Benedict Cumberbatch offers his brother’s stepson, Peter, in the widely Oscar-tipped western Power of the Dog is a very long, precarious horse ride away from anything avuncular.

    In fact, Cumberbatch’s portrayal of the emotionally thwarted Phil Burbank is a study in twisted misery. In one early scene, Burbank notices some fragile paper flowers the teenager has made to decorate a dinner table at his mother’s canteen. But, instead of praising them, “Uncle Phil” is driven to publicly sneer.

    Continue reading...", - "content": "

    UK stars Olivia Colman, Idris Elba and Benedict Cumberbatch are all in demand with US directors. We look at why

    A sensitive, geeky youth, stuck on a lonely cattle ranch, might understandably yearn for a kindly uncle figure; someone to confide in, or be mentored by. But the companionship actor Benedict Cumberbatch offers his brother’s stepson, Peter, in the widely Oscar-tipped western Power of the Dog is a very long, precarious horse ride away from anything avuncular.

    In fact, Cumberbatch’s portrayal of the emotionally thwarted Phil Burbank is a study in twisted misery. In one early scene, Burbank notices some fragile paper flowers the teenager has made to decorate a dinner table at his mother’s canteen. But, instead of praising them, “Uncle Phil” is driven to publicly sneer.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/18/need-a-warped-tortured-or-evil-character-for-a-hollywood-film-cast-a-british-actor", - "creator": "Vanessa Thorpe", - "pubDate": "2021-12-18T15:28:02Z", + "title": "Will Omicron kill Christmas? How science stacks up in boosters v Covid variant battle", + "description": "

    Analysis: UK faces grim winter if vaccines offer poor overall protection, but if the virus has weak powers to evade immunity, hospital cases can be contained

    Two competing forces will determine Omicron’s impact on the nation over the next few weeks. The power of booster jabs to give last-minute protection against Covid-19 will be pitted against the new variant’s ability to elude existing immunity. The outcome will decide whether our festive season is going to be muted or miserable.

    If enough arms are jabbed with booster vaccines, while Omicron turns out to have poor powers to evade immunity, then there is hope hospital cases will be contained and the NHS will be protected. Severe restrictions in the new year – including the prospect of lockdowns – could be avoided.

    Continue reading...", + "content": "

    Analysis: UK faces grim winter if vaccines offer poor overall protection, but if the virus has weak powers to evade immunity, hospital cases can be contained

    Two competing forces will determine Omicron’s impact on the nation over the next few weeks. The power of booster jabs to give last-minute protection against Covid-19 will be pitted against the new variant’s ability to elude existing immunity. The outcome will decide whether our festive season is going to be muted or miserable.

    If enough arms are jabbed with booster vaccines, while Omicron turns out to have poor powers to evade immunity, then there is hope hospital cases will be contained and the NHS will be protected. Severe restrictions in the new year – including the prospect of lockdowns – could be avoided.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/12/will-omicron-kill-christmas-how-science-stacks-up-in-boosters-v-covid-variant-battle", + "creator": "Robin McKie Science editor", + "pubDate": "2021-12-12T07:15:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209030,16 +234679,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f7c109d20b3835fc7fc35a705dd0bf9" + "hash": "c28f52ff636eaf63e3b03e0b1743c6ce" }, { - "title": "What are you playing at? The strange world of family games", - "description": "Games with bizarre rules played with our families during the holidays hold strong memories. Here, celebrities recall some of their finest moments

    It was the last week of my junior high school, so probably June 1974. After the summer I would be heading to senior school. The last week was pretty relaxed and one of our science teachers suggested we bring in board games and the like, since there was no actual teaching to be done.

    Continue reading...", - "content": "Games with bizarre rules played with our families during the holidays hold strong memories. Here, celebrities recall some of their finest moments

    It was the last week of my junior high school, so probably June 1974. After the summer I would be heading to senior school. The last week was pretty relaxed and one of our science teachers suggested we bring in board games and the like, since there was no actual teaching to be done.

    Continue reading...", - "category": "Family", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/18/what-are-you-playing-at-the-strange-world-of-family-games", - "creator": "Michael Segalov", - "pubDate": "2021-12-18T16:00:02Z", + "title": "‘I didn't find the exam difficult’: Indian woman learns to read and write at 104 – video", + "description": "

    A 104-year-old woman has fulfilled her dream to learn to read. After starting in April, Kuttiyamma achieved 89% in literacy and 100% in mathematics in the Kerala state primary literacy exam last month, the oldest woman to do so.

    Kuttiyamma had been curious about reading and would often try to make out the alphabet herself, but when she was born in a village to a low-caste rural family, there was no education. Her neighbour Rehana John, a 34-year-old literacy trainer, persuaded her to start to learn to read. Previously, John’s oldest student had been 85

    Continue reading...", + "content": "

    A 104-year-old woman has fulfilled her dream to learn to read. After starting in April, Kuttiyamma achieved 89% in literacy and 100% in mathematics in the Kerala state primary literacy exam last month, the oldest woman to do so.

    Kuttiyamma had been curious about reading and would often try to make out the alphabet herself, but when she was born in a village to a low-caste rural family, there was no education. Her neighbour Rehana John, a 34-year-old literacy trainer, persuaded her to start to learn to read. Previously, John’s oldest student had been 85

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/video/2021/dec/11/indian-woman-learns-to-read-and-write-at-104-video", + "creator": "", + "pubDate": "2021-12-11T10:31:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209051,16 +234700,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "519a3c82aff84df08826bd7b030a2639" + "hash": "83ac6120008c59e5d9f94b0d17bae0ce" }, { - "title": "The Observer view on a decade of North Korea under Kim Jong-un | Observer editorial", - "description": "

    After his father’s death, he was propelled to the top of the totalitarian dynasty. How has he been allowed to last so long?

    How do tyrants survive? History is littered with examples of cruel dictators and despots who dominated their countries for years, oppressing millions of “subjects”, and were never forcibly deposed. Joseph Stalin famously died in his bed at the age of 74. Mao Zedong lasted longer, dying of natural causes in 1976, age 82. Spain’s thuggish dictator, Francisco Franco, seized power in 1939 and was still in office when he died in 1975 at 82.

    The obvious answer is fear. Other factors – cunning, chutzpah, charisma – play a role, too. But terror is the tool of choice for your typical tyrant. This is a lesson Kim Jong-un, North Korea’s “supreme leader”, learned at his father’s knee. And when Kim Jong-il died, 10 years ago last week, his then 26-year-old son was propelled willy-nilly to the top of the totalitarian dynasty founded in 1948 by his grandfather, Kim Il-sung.

    Continue reading...", - "content": "

    After his father’s death, he was propelled to the top of the totalitarian dynasty. How has he been allowed to last so long?

    How do tyrants survive? History is littered with examples of cruel dictators and despots who dominated their countries for years, oppressing millions of “subjects”, and were never forcibly deposed. Joseph Stalin famously died in his bed at the age of 74. Mao Zedong lasted longer, dying of natural causes in 1976, age 82. Spain’s thuggish dictator, Francisco Franco, seized power in 1939 and was still in office when he died in 1975 at 82.

    The obvious answer is fear. Other factors – cunning, chutzpah, charisma – play a role, too. But terror is the tool of choice for your typical tyrant. This is a lesson Kim Jong-un, North Korea’s “supreme leader”, learned at his father’s knee. And when Kim Jong-il died, 10 years ago last week, his then 26-year-old son was propelled willy-nilly to the top of the totalitarian dynasty founded in 1948 by his grandfather, Kim Il-sung.

    Continue reading...", - "category": "North Korea", - "link": "https://www.theguardian.com/commentisfree/2021/dec/19/the-observer-view-on-a-decade-of-north-korea-under-kim-jong-un", - "creator": "Observer editorial", - "pubDate": "2021-12-19T06:30:18Z", + "title": "Freedom in the making: Bangladesh by Anne de Henning – in pictures", + "description": "

    Anne de Henning travelled through Bangladesh between 1971 and 1972, during the war of independence, photographing freedom fighters, families, refugee trains, and women fleeing villages

    To mark the 50th anniversary of Bangladesh’s independence, the Samdani Art Foundation has organised an exhibition of her images which are on display at the National Art Gallery in Dhaka, 10–31 December

    Continue reading...", + "content": "

    Anne de Henning travelled through Bangladesh between 1971 and 1972, during the war of independence, photographing freedom fighters, families, refugee trains, and women fleeing villages

    To mark the 50th anniversary of Bangladesh’s independence, the Samdani Art Foundation has organised an exhibition of her images which are on display at the National Art Gallery in Dhaka, 10–31 December

    Continue reading...", + "category": "Bangladesh", + "link": "https://www.theguardian.com/world/gallery/2021/dec/10/freedom-in-the-making-bangladesh-by-anne-de-henning-in-pictures", + "creator": "Anne de Henning", + "pubDate": "2021-12-10T07:00:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209072,16 +234721,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ec65a799fffeaa432f0a58de567541d" + "hash": "51f1d26454ef54a9c88d7f73ebc42020" }, { - "title": "Australia news live update: one person dead after storm on Sydney’s northern beaches; NSW reports record 2,566 Covid cases; Victoria 1,240", - "description": "

    One dead and two seriously injured following storm on Sydney’s northern beaches; 80 Covid cases in South Australia as positive case linked to second Ashes Test; Tennant Creek lockdown ‘likely’ to be extended; 42 new cases in Queensland; police retrieve body from waters off Lennox Head; Victoria records 1,240 new cases and four deaths; NSW records 2,566 case; ACT records 18 cases – follow all the day’s news

    Deputy chief medical officer Dr Sonya Bennett says there is “there’s still a lot of uncertainty” surrounding Omicron, “particularly with respect to how severe we think Omicron might cause disease and various opinions”:

    We are seeing rapid escalation of case numbers around the globe, particularly in the UK, with the UK recording over 90,000 cases yesterday. We are seeing case numbers rise here ourselves in New South Wales, particularly, with 2,500 cases, or thereabouts, yesterday as well. So, it is highly transmissible and appears to rapidly escalate with what’s called the doubling time of around two days. Which is obviously concerning.

    Continue reading...", - "content": "

    One dead and two seriously injured following storm on Sydney’s northern beaches; 80 Covid cases in South Australia as positive case linked to second Ashes Test; Tennant Creek lockdown ‘likely’ to be extended; 42 new cases in Queensland; police retrieve body from waters off Lennox Head; Victoria records 1,240 new cases and four deaths; NSW records 2,566 case; ACT records 18 cases – follow all the day’s news

    Deputy chief medical officer Dr Sonya Bennett says there is “there’s still a lot of uncertainty” surrounding Omicron, “particularly with respect to how severe we think Omicron might cause disease and various opinions”:

    We are seeing rapid escalation of case numbers around the globe, particularly in the UK, with the UK recording over 90,000 cases yesterday. We are seeing case numbers rise here ourselves in New South Wales, particularly, with 2,500 cases, or thereabouts, yesterday as well. So, it is highly transmissible and appears to rapidly escalate with what’s called the doubling time of around two days. Which is obviously concerning.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/19/australia-news-live-update-omicron-spread-covid-cases-victoria-nsw-tasmania-jumping-castle-scott-morrison-coronavirus-booster-sydney-melbourne-perrottet-andrews", - "creator": "Melissa Davey (now) and Justine Landis-Hanley (earlier)", - "pubDate": "2021-12-19T06:28:57Z", + "title": "Sudan's deadly military coup: will the fight for democracy ever be won? – video explainer", + "description": "

    Sudan has had more military coups than any other country in Africa, having undergone three popular uprisings since its independence from British colonial rule. The most recent revolution in 2019 is still under way, with protesters calling for the military to hand over to a civilian government. On 25 October the military responded to these calls with another crackdown. Internet access was shut down for more than three weeks and unarmed protesters were met with violence.  Journalist Yousra Elbagir talks us through the timeline of events in Sudan's fight for democracy 

    Continue reading...", + "content": "

    Sudan has had more military coups than any other country in Africa, having undergone three popular uprisings since its independence from British colonial rule. The most recent revolution in 2019 is still under way, with protesters calling for the military to hand over to a civilian government. On 25 October the military responded to these calls with another crackdown. Internet access was shut down for more than three weeks and unarmed protesters were met with violence.  Journalist Yousra Elbagir talks us through the timeline of events in Sudan's fight for democracy 

    Continue reading...", + "category": "Sudan", + "link": "https://www.theguardian.com/world/video/2021/dec/09/sudans-deadly-military-coup-will-the-fight-for-democracy-ever-be-won-video-explainer", + "creator": "Kyri Evangelou Yousra Elbagir and Katie Lamborn", + "pubDate": "2021-12-09T13:57:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209093,16 +234742,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7afea2af4a7d9fbed2ddc988fe07fb67" + "hash": "a644200460011c50370de4ce8ba1509d" }, { - "title": "Russia issues list of demands it says must be met to lower tensions in Europe", - "description": "

    Contentious security guarantees Moscow is seeking include a ban on Ukraine from entering Nato

    Russia has put forward a highly contentious list of security guarantees it says it wants the west to agree to in order to lower tensions in Europe and defuse the crisis over Ukraine, including many elements that have already been ruled out.

    The demands include a ban on Ukraine entering Nato and a limit to the deployment of troops and weapons to Nato’s eastern flank, in effect returning Nato forces to where they were stationed in 1997, before an eastward expansion.

    Continue reading...", - "content": "

    Contentious security guarantees Moscow is seeking include a ban on Ukraine from entering Nato

    Russia has put forward a highly contentious list of security guarantees it says it wants the west to agree to in order to lower tensions in Europe and defuse the crisis over Ukraine, including many elements that have already been ruled out.

    The demands include a ban on Ukraine entering Nato and a limit to the deployment of troops and weapons to Nato’s eastern flank, in effect returning Nato forces to where they were stationed in 1997, before an eastward expansion.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/17/russia-issues-list-demands-tensions-europe-ukraine-nato", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-12-17T14:16:50Z", + "title": "G7 leaders warn Russia all sanctions on table over Ukraine border buildup", + "description": "

    Kremlin would ‘face massive consequences’ in event of invasion, says UK foreign secretary at Liverpool talks

    Foreign ministers of the G7 group of rich democracies have warned Russia of “massive consequences” if it invades Ukraine and urged it to de-escalate its military buildup on its border.

    A communique from the meeting in Liverpool said the group reaffirmed its “unwavering commitment to Ukraine’s sovereignty and territorial integrity, as well as the right of any sovereign state to determine its own future” and praised what it called Ukraine’s “restraint” as tensions grew.

    Continue reading...", + "content": "

    Kremlin would ‘face massive consequences’ in event of invasion, says UK foreign secretary at Liverpool talks

    Foreign ministers of the G7 group of rich democracies have warned Russia of “massive consequences” if it invades Ukraine and urged it to de-escalate its military buildup on its border.

    A communique from the meeting in Liverpool said the group reaffirmed its “unwavering commitment to Ukraine’s sovereignty and territorial integrity, as well as the right of any sovereign state to determine its own future” and praised what it called Ukraine’s “restraint” as tensions grew.

    Continue reading...", + "category": "G7", + "link": "https://www.theguardian.com/world/2021/dec/12/g7-leaders-sanctions-russia-buildup-ukraine-border", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-12T16:43:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209114,16 +234763,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b4892c15d2a9373332544f439f8c714" + "hash": "07ee0fe9cd4b722287e9bff2bf366d76" }, { - "title": "Ghislaine Maxwell’s lawyers call Jeffrey Epstein’s ex-girlfriend as a witness", - "description": "

    Maxwell’s defense team rested their case on Friday, with closing arguments set to begin on Monday

    • This article contains depictions of sexual abuse

    Ghislaine Maxwell’s lawyers called one of Jeffrey Epstein’s ex-girlfriends as a defense witness on Friday in the British socialite’s Manhattan federal court sex-trafficking trial.

    Maxwell’s defense team also rested their case on Friday afternoon and she declined to testify. Her trial will enter a new stage Monday when the prosecution and defense will present their closing arguments.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732).

    Continue reading...", - "content": "

    Maxwell’s defense team rested their case on Friday, with closing arguments set to begin on Monday

    • This article contains depictions of sexual abuse

    Ghislaine Maxwell’s lawyers called one of Jeffrey Epstein’s ex-girlfriends as a defense witness on Friday in the British socialite’s Manhattan federal court sex-trafficking trial.

    Maxwell’s defense team also rested their case on Friday afternoon and she declined to testify. Her trial will enter a new stage Monday when the prosecution and defense will present their closing arguments.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732).

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/17/ghislaine-maxwell-trial-defense-finish-arguments-sex-trafficking", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-17T21:21:55Z", + "title": "‘Not knowing is worse’: tornado survivor at candle factory awaits news of missing boyfriend", + "description": "

    Autumn Kirks took shelter and glanced away from her boyfriend, who was 10ft away, and when she looked back he was gone

    Workers on the night shift at the candle factory in Mayfield, Kentucky, were part of the holiday rush that was keeping the place going around the clock when a tornado whirled towards the small city and the word went out to “duck and cover”.

    Autumn Kirks pulled down her safety googles and took shelter, tossing aside wax and fragrance buckets to make room for herself.

    Continue reading...", + "content": "

    Autumn Kirks took shelter and glanced away from her boyfriend, who was 10ft away, and when she looked back he was gone

    Workers on the night shift at the candle factory in Mayfield, Kentucky, were part of the holiday rush that was keeping the place going around the clock when a tornado whirled towards the small city and the word went out to “duck and cover”.

    Autumn Kirks pulled down her safety googles and took shelter, tossing aside wax and fragrance buckets to make room for herself.

    Continue reading...", + "category": "Kentucky", + "link": "https://www.theguardian.com/us-news/2021/dec/12/kentucky-tornado-survivor-candle-factory", + "creator": "Samira Sadeque and agencies", + "pubDate": "2021-12-12T21:29:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209135,16 +234784,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c4dbf18f38ba4ba4b32032a3be88bad" + "hash": "6bd120b6a7d8d4cf43cc3adeacaf0959" }, { - "title": "Hong Kong ‘patriots’ election casts doubt over democracy as city enters new era", - "description": "

    Critics describe Sunday’s vote as ‘illegitimate’ as Beijing tightens its crackdown on dissent and pro-democracy movement is wiped out

    Days before Hong Kong’s legislative council election, 15 months after it was supposed to be held, former legislator Ted Hui is on the phone from Adelaide railing against the government. In the southern Australian city he is far from the Hong Kong warrants for his arrest and instead in a place where, unlike many of his former colleagues, he can speak freely.

    “For the Hong Kong people there are not many choices now but to accept illegitimate elections. The parliament is going to be a rubber stamp for Beijing and this election carries no democratic element at all.”

    Continue reading...", - "content": "

    Critics describe Sunday’s vote as ‘illegitimate’ as Beijing tightens its crackdown on dissent and pro-democracy movement is wiped out

    Days before Hong Kong’s legislative council election, 15 months after it was supposed to be held, former legislator Ted Hui is on the phone from Adelaide railing against the government. In the southern Australian city he is far from the Hong Kong warrants for his arrest and instead in a place where, unlike many of his former colleagues, he can speak freely.

    “For the Hong Kong people there are not many choices now but to accept illegitimate elections. The parliament is going to be a rubber stamp for Beijing and this election carries no democratic element at all.”

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/17/hong-kong-patriots-election-casts-doubt-over-democracy-as-city-enters-new-era", - "creator": "Helen Davidson", - "pubDate": "2021-12-17T21:00:38Z", + "title": "UK booster jab rollout to increase to 1m a day to battle Omicron ‘tidal wave’", + "description": "

    Army to be deployed as part of effort to offer Covid vaccine dose to every adult by end of month

    Boris Johnson is gambling on an unprecedented ramping up of vaccinations, rolling out 1m booster jabs a day to stem an incoming “tidal wave of Omicron” and avoid imposing further restrictions.

    The army will be deployed across the country to help rapidly accelerate the vaccine programme and GPs will be told to cancel appointments to dedicate resources to offering vaccines to every UK adult by the end of December.

    Continue reading...", + "content": "

    Army to be deployed as part of effort to offer Covid vaccine dose to every adult by end of month

    Boris Johnson is gambling on an unprecedented ramping up of vaccinations, rolling out 1m booster jabs a day to stem an incoming “tidal wave of Omicron” and avoid imposing further restrictions.

    The army will be deployed across the country to help rapidly accelerate the vaccine programme and GPs will be told to cancel appointments to dedicate resources to offering vaccines to every UK adult by the end of December.

    Continue reading...", + "category": "Health policy", + "link": "https://www.theguardian.com/politics/2021/dec/12/uk-booster-jab-rollout-to-increase-to-1m-a-day-to-battle-omicron-tidal-wave", + "creator": "Jessica Elgot, Aubrey Allegretti, Haroon Siddique and Hannah Devlin", + "pubDate": "2021-12-12T20:07:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209156,16 +234805,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f9dddf922ed7a578a45bbf40e56be12" + "hash": "228928d6af15e7c387bcda8ade80e187" }, { - "title": "Ashes 2021-22: Australia v England second Test, day three – live!", - "description": "

    13th over: England 35-2 (Malan 8, Root 14) Neser, bowling fuller than England have been, almost grabs a maiden but for one run that Malan glances to long leg. The next half-hour to an hour will be key for these batters, you’d think. Australia will want to strike the top order sooner rather than later or otherwise allow the tourists to settle in and get comfy.

    Robert Wilson has written in.

    Continue reading...", - "content": "

    13th over: England 35-2 (Malan 8, Root 14) Neser, bowling fuller than England have been, almost grabs a maiden but for one run that Malan glances to long leg. The next half-hour to an hour will be key for these batters, you’d think. Australia will want to strike the top order sooner rather than later or otherwise allow the tourists to settle in and get comfy.

    Robert Wilson has written in.

    Continue reading...", - "category": "The Ashes", - "link": "https://www.theguardian.com/sport/live/2021/dec/18/ashes-2021-22-australia-vs-england-day-three-3-cricket-second-2nd-test-live-score-card-aus-v-eng-start-time-latest-updates", - "creator": "Emma Kemp (now) and Rob Smyth (later)", - "pubDate": "2021-12-18T06:22:24Z", + "title": "UK and EU settle fishing row but French fishers vow to go ahead with blockade", + "description": "

    Talk of trade war dropped after UK and Channel Islands governments agree to issue more licences


    Paris, London and Brussels have dropped talk of a trade war and appeared to settle a dispute over post-Brexit fishing licences, but angry French fishers threatened to go ahead with a pre-Christmas blockade of British goods entering Calais.

    The European Commission and the French government signalled satisfaction with the result of an intensive fortnight of negotiations as the UK and Channel Islands governments agreed to issue 83 more operating licences before an EU deadline.

    Continue reading...", + "content": "

    Talk of trade war dropped after UK and Channel Islands governments agree to issue more licences


    Paris, London and Brussels have dropped talk of a trade war and appeared to settle a dispute over post-Brexit fishing licences, but angry French fishers threatened to go ahead with a pre-Christmas blockade of British goods entering Calais.

    The European Commission and the French government signalled satisfaction with the result of an intensive fortnight of negotiations as the UK and Channel Islands governments agreed to issue 83 more operating licences before an EU deadline.

    Continue reading...", + "category": "Fishing", + "link": "https://www.theguardian.com/environment/2021/dec/12/france-drops-threat-of-trade-war-over-post-brexit-fishing-rights", + "creator": "Daniel Boffey in Brussels", + "pubDate": "2021-12-12T17:02:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209177,16 +234826,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89b32f78950e9af66a03aefb468c1526" - }, - { - "title": "Court rules Biden’s vaccine mandate for large employers can take effect", - "description": "

    Decision reverses previous ruling but Republican officials say they will appeal measure to supreme court

    A federal appeals court panel has allowed Joe Biden’s Covid-19 vaccine mandate for larger private employers to move ahead, reversing a previous decision on a requirement that could affect some 84 million US workers.

    The 2-1 decision by a panel of the 6th US circuit court of appeals in Cincinnati overrules a decision by a federal judge in a separate court that had paused the mandate nationwide.

    Continue reading...", - "content": "

    Decision reverses previous ruling but Republican officials say they will appeal measure to supreme court

    A federal appeals court panel has allowed Joe Biden’s Covid-19 vaccine mandate for larger private employers to move ahead, reversing a previous decision on a requirement that could affect some 84 million US workers.

    The 2-1 decision by a panel of the 6th US circuit court of appeals in Cincinnati overrules a decision by a federal judge in a separate court that had paused the mandate nationwide.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/18/court-rules-bidens-vaccine-mandate-for-large-employers-can-take-effect", - "creator": "Associated Press", - "pubDate": "2021-12-18T04:42:47Z", + "hash": "32846b0ed62d3b65426b3e58d94aa9e6" + }, + { + "title": "Israel’s PM Naftali Bennett to visit UAE to discuss deepening ties", + "description": "

    Talks between PM and crown prince of Abu Dhabi come after full diplomatic links brokered last year

    Naftali Bennett is to make the first official visit by an Israeli prime minister to the United Arab Emirates since the two countries established diplomatic ties last year.

    Bennett will meet Sheikh Mohammed bin Zayed al-Nahyan, the crown prince of Abu Dhabi, on Monday to discuss “deepening the ties between Israel and the UAE, especially economic and regional issues,” Bennett’s office said.

    Continue reading...", + "content": "

    Talks between PM and crown prince of Abu Dhabi come after full diplomatic links brokered last year

    Naftali Bennett is to make the first official visit by an Israeli prime minister to the United Arab Emirates since the two countries established diplomatic ties last year.

    Bennett will meet Sheikh Mohammed bin Zayed al-Nahyan, the crown prince of Abu Dhabi, on Monday to discuss “deepening the ties between Israel and the UAE, especially economic and regional issues,” Bennett’s office said.

    Continue reading...", + "category": "Israel", + "link": "https://www.theguardian.com/world/2021/dec/12/naftali-bennett-israel-pm-uae-visit", + "creator": "Agence France-Presse in Jerusalem", + "pubDate": "2021-12-12T12:45:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209198,16 +234847,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6e9bde6463ff670d05bea77b4b81661" + "hash": "3d55e90c9013cdc0926fd06d5c62f7b2" }, { - "title": "More than 130 people rescued after becoming stranded in the Channel", - "description": "

    Makeshift vessels got into trouble attempting to make crossing from France to the UK

    More than 130 people have been rescued after their makeshift vessels became stranded in the Channel as they tried to reach Britain from France, French authorities said.

    Two navy vessels and two lifeboats brought the 138 refugees back to shore after authorities were informed on Thursday that “many boats trying to cross the Channel were in trouble”.

    Continue reading...", - "content": "

    Makeshift vessels got into trouble attempting to make crossing from France to the UK

    More than 130 people have been rescued after their makeshift vessels became stranded in the Channel as they tried to reach Britain from France, French authorities said.

    Two navy vessels and two lifeboats brought the 138 refugees back to shore after authorities were informed on Thursday that “many boats trying to cross the Channel were in trouble”.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/17/more-than-130-people-rescued-after-becoming-stranded-in-the-channel", - "creator": "Nadeem Badshah", - "pubDate": "2021-12-17T23:21:23Z", + "title": "Naomie Harris says ‘huge star’ groped her during audition", + "description": "

    Bond actor recalls past #MeToo incident and contrasts lack of censure with ‘immediate’ removal on recent project

    The Oscar-nominated actor Naomie Harris has said a #MeToo incident on one of her recent projects prompted the “immediate” removal of the perpetrator, as she recalled another occasion when she was groped by a “huge star” who faced no censure.

    Harris, who played Moneypenny in the last three Bond films and was up for an Oscar for her role in Moonlight in 2017, declined to name either of the men allegedly responsible.

    Continue reading...", + "content": "

    Bond actor recalls past #MeToo incident and contrasts lack of censure with ‘immediate’ removal on recent project

    The Oscar-nominated actor Naomie Harris has said a #MeToo incident on one of her recent projects prompted the “immediate” removal of the perpetrator, as she recalled another occasion when she was groped by a “huge star” who faced no censure.

    Harris, who played Moneypenny in the last three Bond films and was up for an Oscar for her role in Moonlight in 2017, declined to name either of the men allegedly responsible.

    Continue reading...", + "category": "Naomie Harris", + "link": "https://www.theguardian.com/film/2021/dec/12/naomie-harris-metoo-incident-actor-star-audition", + "creator": "Helen Pidd", + "pubDate": "2021-12-12T11:17:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209219,16 +234868,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bb966294293450448b61f7a688125de" + "hash": "3f7cbc28c5dca911bc9b1d75dba885a4" }, { - "title": "San Francisco mayor declares neighborhood state of emergency amid overdose deaths", - "description": "

    London Breed’s plan increases police presence in the Tenderloin district, a strategy that is at odds with the progressive city’s stance

    The mayor of San Francisco has declared a state of emergency in the Tenderloin district, an area with high levels of homelessness and devastating numbers of drug overdoses, in an effort to crack down on crime and reduce overdose deaths.

    “We are in a crisis and we need to respond accordingly,” said London Breed at a news conference on Friday. The plan will aggressively address issues on what she called the “nasty streets” in her city, including bolstering the budget for policing.

    Continue reading...", - "content": "

    London Breed’s plan increases police presence in the Tenderloin district, a strategy that is at odds with the progressive city’s stance

    The mayor of San Francisco has declared a state of emergency in the Tenderloin district, an area with high levels of homelessness and devastating numbers of drug overdoses, in an effort to crack down on crime and reduce overdose deaths.

    “We are in a crisis and we need to respond accordingly,” said London Breed at a news conference on Friday. The plan will aggressively address issues on what she called the “nasty streets” in her city, including bolstering the budget for policing.

    Continue reading...", - "category": "San Francisco", - "link": "https://www.theguardian.com/us-news/2021/dec/17/san-francisco-state-of-emergency-drug-overdose-deaths", - "creator": "Gabrielle Canon", - "pubDate": "2021-12-18T01:53:13Z", + "title": "Sailing away: superyacht industry booms during Covid pandemic", + "description": "

    Record-breaking number of vessels being built or on order worldwide, despite environmental concerns

    In an era of environmental awareness and conspicuous displays of sustainability, you might not expect a rise in the number of people with the means and appetite for a £50m floating fortress of solitude.

    But, in part because of the coronavirus crisis, the superyacht industry is booming – and the number of vessels under construction or on order worldwide has hit a new record. According to figures revealed in the latest edition of Boat International’s Global Order Book, more than 1,200 superyachts are slated to be built – a rise of 25% on last year.

    Continue reading...", + "content": "

    Record-breaking number of vessels being built or on order worldwide, despite environmental concerns

    In an era of environmental awareness and conspicuous displays of sustainability, you might not expect a rise in the number of people with the means and appetite for a £50m floating fortress of solitude.

    But, in part because of the coronavirus crisis, the superyacht industry is booming – and the number of vessels under construction or on order worldwide has hit a new record. According to figures revealed in the latest edition of Boat International’s Global Order Book, more than 1,200 superyachts are slated to be built – a rise of 25% on last year.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/12/superyacht-industry-booms-during-covid-pandemic", + "creator": "Archie Bland", + "pubDate": "2021-12-12T10:58:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209240,16 +234889,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a587ec184c228b3ac4715b9c308cb4ff" + "hash": "202f0b52ceeb7b2fcc434ec1e3078057" }, { - "title": "Typhoon Rai: at least 23 killed in strongest storm to hit Philippines this year", - "description": "

    Search and recovery efforts continue after super typhoon pummels southern and central regions of the country

    At least 23 people have been killed in the strongest typhoon to hit the Philippines this year, officials said, with “alarming” reports of destruction on islands that bore the brunt of the storm.

    More than 300,000 people fled their homes and beachfront resorts as Typhoon Rai ravaged the southern and central regions of the archipelago, knocking out communications and electricity in many areas, ripping off roofs and toppling concrete power poles.

    Continue reading...", - "content": "

    Search and recovery efforts continue after super typhoon pummels southern and central regions of the country

    At least 23 people have been killed in the strongest typhoon to hit the Philippines this year, officials said, with “alarming” reports of destruction on islands that bore the brunt of the storm.

    More than 300,000 people fled their homes and beachfront resorts as Typhoon Rai ravaged the southern and central regions of the archipelago, knocking out communications and electricity in many areas, ripping off roofs and toppling concrete power poles.

    Continue reading...", - "category": "Philippines", - "link": "https://www.theguardian.com/world/2021/dec/18/typhoon-rai-at-least-12-killed-in-philippines-as-clean-up-begins", - "creator": "Agence France-Presse", - "pubDate": "2021-12-18T02:43:36Z", + "title": "Sicily apartment block explosion leaves at least four dead", + "description": "

    Firefighters say the blast in the southern town of Ravanusa was probably caused by a gas leak

    Four people have been killed and five are missing in Sicily after an explosion caused a four-storey apartment building to collapse.

    Two women were recovered alive from the rubble in the southern town of Ravanusa on Saturday night, and rescuers and sniffer dogs were searching for other people still missing.

    Continue reading...", + "content": "

    Firefighters say the blast in the southern town of Ravanusa was probably caused by a gas leak

    Four people have been killed and five are missing in Sicily after an explosion caused a four-storey apartment building to collapse.

    Two women were recovered alive from the rubble in the southern town of Ravanusa on Saturday night, and rescuers and sniffer dogs were searching for other people still missing.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2021/dec/12/sicily-apartment-block-explosion-ravanusa", + "creator": "Agence France-Presse in Rome", + "pubDate": "2021-12-12T12:34:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209261,16 +234910,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "484a76e03a1c4ec9b25c95127068d784" + "hash": "c7fe6c2870ef7ba51675ef093736e4c2" }, { - "title": "Defense rests after Kim Potter describes ‘chaotic’ traffic stop that killed Wright", - "description": "

    The police officer who said she mistook her gun for Taser is charged with manslaughter for fatally shooting Daunte Wright

    The defense has rested in the trial of a Minnesota police officer charged in the fatal shooting of Black motorist Daunte Wright.

    Kim Potter, 49, is charged with manslaughter in Wright’s death during a traffic stop on April 11 in the Minneapolis suburb of Brooklyn Center.

    Continue reading...", - "content": "

    The police officer who said she mistook her gun for Taser is charged with manslaughter for fatally shooting Daunte Wright

    The defense has rested in the trial of a Minnesota police officer charged in the fatal shooting of Black motorist Daunte Wright.

    Kim Potter, 49, is charged with manslaughter in Wright’s death during a traffic stop on April 11 in the Minneapolis suburb of Brooklyn Center.

    Continue reading...", - "category": "Daunte Wright", - "link": "https://www.theguardian.com/us-news/2021/dec/17/kim-potter-daunte-wright-trial-defense-rests", - "creator": "Associated Press", - "pubDate": "2021-12-17T21:12:32Z", + "title": "Anne Rice, author of Interview With the Vampire, dies aged 80", + "description": "

    Horror writers pay tribute after bestselling gothic novelist dies of complications from stroke

    Anne Rice, the bestselling author of Interview With the Vampire, has died at the age of 80.

    The gothic novelist’s son, Christopher Rice, said in a statement on Sunday morning that Rice had “passed away due to complications resulting from a stroke”, adding: “The immensity of our family’s grief cannot be overstated.”

    Continue reading...", + "content": "

    Horror writers pay tribute after bestselling gothic novelist dies of complications from stroke

    Anne Rice, the bestselling author of Interview With the Vampire, has died at the age of 80.

    The gothic novelist’s son, Christopher Rice, said in a statement on Sunday morning that Rice had “passed away due to complications resulting from a stroke”, adding: “The immensity of our family’s grief cannot be overstated.”

    Continue reading...", + "category": "Anne Rice", + "link": "https://www.theguardian.com/books/2021/dec/12/anne-rice-author-of-interview-with-the-vampire-dies-aged-80", + "creator": "Alison Flood", + "pubDate": "2021-12-12T13:27:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209282,16 +234931,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7df79d5fb86d91eea6bea0fe7731f37" + "hash": "32a9c5af0e777f13bd4a30c75c10004f" }, { - "title": "Couple charged over death of two-year-old boy in gas explosion", - "description": "

    Sharon and Darren Greenham charged with manslaughter of George Arthur Hinds after blast caused by severed gas pipe

    A couple has been charged over the death of a two-year-old boy in a gas explosion.

    Sharon Greenham, 51, and Darren Greenham, 44, are accused of the manslaughter of George Arthur Hinds.

    Continue reading...", - "content": "

    Sharon and Darren Greenham charged with manslaughter of George Arthur Hinds after blast caused by severed gas pipe

    A couple has been charged over the death of a two-year-old boy in a gas explosion.

    Sharon Greenham, 51, and Darren Greenham, 44, are accused of the manslaughter of George Arthur Hinds.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/17/couple-charged-over-death-of-two-year-old-boy-in-gas-explosion", - "creator": "PA Media", - "pubDate": "2021-12-17T20:08:21Z", + "title": "Austria ends Covid lockdown restrictions for vaccinated people", + "description": "

    Strict rules lifted across most of country after three weeks as case numbers plummet

    Austria has ended lockdown restrictions for vaccinated people across most of the country, three weeks after reimposing strict rules to combat a rising wave of coronavirus infections.

    The rules, which vary by region within the country, largely allow for the reopening of theatres, museums and other cultural and entertainment venues on Sunday. Shops will follow on Monday.

    Continue reading...", + "content": "

    Strict rules lifted across most of country after three weeks as case numbers plummet

    Austria has ended lockdown restrictions for vaccinated people across most of the country, three weeks after reimposing strict rules to combat a rising wave of coronavirus infections.

    The rules, which vary by region within the country, largely allow for the reopening of theatres, museums and other cultural and entertainment venues on Sunday. Shops will follow on Monday.

    Continue reading...", + "category": "Austria", + "link": "https://www.theguardian.com/world/2021/dec/12/austria-ends-covid-lockdown-restrictions-for-vaccinated-people", + "creator": "Associated Press in Vienna", + "pubDate": "2021-12-12T12:37:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209303,16 +234952,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "982aba2050c8fe7b2d7da4530d6c4d2a" + "hash": "e18724c38de2716caee2c0ce907d4de7" }, { - "title": "Brexit: EU and UK at odds over Northern Ireland renegotiation", - "description": "

    Brussels remains mistrustful of British government, which objects to ECJ being final arbiter of EU law

    An uneasy Christmas truce has been called over the post-Brexit arrangements for Northern Ireland, even as the EU said it would not negotiate over a key British demand in the rancorous talks.

    Maroš Šefčovič, the EU Brexit commissioner, said there was “momentum” behind discussions after a major British U-turn, but refused to offer quid pro quo concessions.

    Continue reading...", - "content": "

    Brussels remains mistrustful of British government, which objects to ECJ being final arbiter of EU law

    An uneasy Christmas truce has been called over the post-Brexit arrangements for Northern Ireland, even as the EU said it would not negotiate over a key British demand in the rancorous talks.

    Maroš Šefčovič, the EU Brexit commissioner, said there was “momentum” behind discussions after a major British U-turn, but refused to offer quid pro quo concessions.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2021/dec/17/brexit-eu-uk-northern-ireland-ecj", - "creator": "Daniel Boffey and Jennifer Rankin in Brussels, and Jon Henley in Paris", - "pubDate": "2021-12-17T18:00:10Z", + "title": "The tragic missteps that killed a young California family on a hike", + "description": "

    The incident serves as a reminder to thoroughly map, plan ahead and be well-prepared when hiking, no matter the season

    When a young family died mysteriously on a trail in California’s Sierra Nevada mountains in August, authorities scoured the area for clues. Maybe there was a gas leak from a nearby mine. Maybe the family drank water that contained toxic algae. In the end, as a new report showed, the answers were more prosaic, if just as tragic: the triple-digit temperatures and tough terrain created a fatal situation.

    Nearly eighty pages of investigative reports obtained by the San Francisco Chronicle lay out the tragic missteps that led to the death of the young family and hold important lessons about the dangers of hiking in a grueling climate.

    Continue reading...", + "content": "

    The incident serves as a reminder to thoroughly map, plan ahead and be well-prepared when hiking, no matter the season

    When a young family died mysteriously on a trail in California’s Sierra Nevada mountains in August, authorities scoured the area for clues. Maybe there was a gas leak from a nearby mine. Maybe the family drank water that contained toxic algae. In the end, as a new report showed, the answers were more prosaic, if just as tragic: the triple-digit temperatures and tough terrain created a fatal situation.

    Nearly eighty pages of investigative reports obtained by the San Francisco Chronicle lay out the tragic missteps that led to the death of the young family and hold important lessons about the dangers of hiking in a grueling climate.

    Continue reading...", + "category": "California", + "link": "https://www.theguardian.com/us-news/2021/dec/12/tragic-death-young-california-family-hike", + "creator": "Katharine Gammon", + "pubDate": "2021-12-12T11:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209324,16 +234973,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffefc538fff0c450312929dddf8e3dbd" + "hash": "7da76b35540ab04d8440a0c617a175e3" }, { - "title": "South Africa says vaccines and natural immunity are limiting latest Covid wave", - "description": "

    Global experts fear countries with older and more vulnerable populations may have different experience of Omicron variant

    Vaccines and high levels of prior exposure to coronavirus in South Africa appear to be protecting against the more severe symptoms seen in the previous three waves of the pandemic, according to the country’s health minister.

    The suggestion that previous exposure to another variant of coronavirus – or vaccination – might provide protection from the Omicron variant echoes analysis by South African experts earlier this week that suggested prior exposure or vaccination gave a degree of protection from serious disease.

    Continue reading...", - "content": "

    Global experts fear countries with older and more vulnerable populations may have different experience of Omicron variant

    Vaccines and high levels of prior exposure to coronavirus in South Africa appear to be protecting against the more severe symptoms seen in the previous three waves of the pandemic, according to the country’s health minister.

    The suggestion that previous exposure to another variant of coronavirus – or vaccination – might provide protection from the Omicron variant echoes analysis by South African experts earlier this week that suggested prior exposure or vaccination gave a degree of protection from serious disease.

    Continue reading...", - "category": "South Africa", - "link": "https://www.theguardian.com/world/2021/dec/17/south-africa-says-vaccines-and-natural-immunity-are-limiting-latest-covid-wave", - "creator": "Peter Beaumont", - "pubDate": "2021-12-17T16:05:42Z", + "title": "Maggie Gyllenhaal: from ‘difficult’ roles to lauded Hollywood director", + "description": "

    With a string of plaudits for portraying complex characters, the actor is now focusing her ‘quiet fire’ behind the cameras with a stunning debut film

    From her breakthrough role in Secretary, wearing stilettos, a pencil skirt and manacles and attempting to operate a stapler with her chin, to her directorial debut which digs into the messy truths about motherhood, Maggie Gyllenhaal has always been attracted to what she has described as “troubled women. The ones that are a real challenge. They really need me.”

    It’s a quote that really gets to the heart of what distinguishes Gyllenhaal. An Oscar-nominated actor, and now– with her Elena Ferrante adaptation The Lost Daughter – an award-winning screenwriter and director, she is drawn to the kind of women whose stories don’t usually get told. She delves into the uncomfortable angles and sharp edges of her characters and found her niche by not quite fitting into the mould.

    Continue reading...", + "content": "

    With a string of plaudits for portraying complex characters, the actor is now focusing her ‘quiet fire’ behind the cameras with a stunning debut film

    From her breakthrough role in Secretary, wearing stilettos, a pencil skirt and manacles and attempting to operate a stapler with her chin, to her directorial debut which digs into the messy truths about motherhood, Maggie Gyllenhaal has always been attracted to what she has described as “troubled women. The ones that are a real challenge. They really need me.”

    It’s a quote that really gets to the heart of what distinguishes Gyllenhaal. An Oscar-nominated actor, and now– with her Elena Ferrante adaptation The Lost Daughter – an award-winning screenwriter and director, she is drawn to the kind of women whose stories don’t usually get told. She delves into the uncomfortable angles and sharp edges of her characters and found her niche by not quite fitting into the mould.

    Continue reading...", + "category": "Maggie Gyllenhaal", + "link": "https://www.theguardian.com/film/2021/dec/12/maggie-gyllenhaal-from-difficult-roles-to-lauded-hollywood-director", + "creator": "Wendy Ide", + "pubDate": "2021-12-12T11:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209345,16 +234994,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bfcd0223053c320c45b75651b46a5aa" + "hash": "e96297cf3e25b36c7a334728b3339915" }, { - "title": "Vaccine rollout data by country shows who has vaccinated faster – and why – exposing the global Covid-19 divide", - "description": "

    Outside of a country’s wealth, there are a number of factors that have been associated with slower and faster Covid-19 vaccine rollouts

    Continue reading...", - "content": "

    Outside of a country’s wealth, there are a number of factors that have been associated with slower and faster Covid-19 vaccine rollouts

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/ng-interactive/2021/dec/17/vaccine-rollout-data-by-country-shows-who-has-vaccinated-faster-and-why-exposing-the-global-covid-19-divide", - "creator": "Nick Evershed, Josh Nicholas and Andy Ball", - "pubDate": "2021-12-16T19:00:07Z", + "title": "I’m a long-distance dad so Covid was terrible – but it helped me let go of my guilt", + "description": "I worried so much about not seeing my son, who lives in Canada, during Covid, but then I realised that he was fine – and being very well looked after

    Getting to Canada from the UK in August 2020 was a faff, as you might expect mid-pandemic. There was lots of stress – tests and isolation, rules, regulations and forms. I was doing the preparations at my mum’s. She could see I was getting upset and insisted on taking over, assuming I was being pathetic. Within five minutes, she had lost it as well. Emotions were high in the days before I flew. This wasn’t just a holiday, but my chance – amid such uncertainty and sadness – to spend precious time with Julian, my only son.

    He’s the best and most significant thing that has ever happened to me. He was also very much an unexpected surprise. I had a short relationship with his mum; we parted ways on great terms. Then one day out of the blue I got a call from North Korea, where she was working. She was pregnant. I was based in England, and she lived in Canada. We were both medical emergency aid workers at the time and had met while responding to a cyclone in Burma. It was always going to be complicated, but we decided to make it work.

    Continue reading...", + "content": "I worried so much about not seeing my son, who lives in Canada, during Covid, but then I realised that he was fine – and being very well looked after

    Getting to Canada from the UK in August 2020 was a faff, as you might expect mid-pandemic. There was lots of stress – tests and isolation, rules, regulations and forms. I was doing the preparations at my mum’s. She could see I was getting upset and insisted on taking over, assuming I was being pathetic. Within five minutes, she had lost it as well. Emotions were high in the days before I flew. This wasn’t just a holiday, but my chance – amid such uncertainty and sadness – to spend precious time with Julian, my only son.

    He’s the best and most significant thing that has ever happened to me. He was also very much an unexpected surprise. I had a short relationship with his mum; we parted ways on great terms. Then one day out of the blue I got a call from North Korea, where she was working. She was pregnant. I was based in England, and she lived in Canada. We were both medical emergency aid workers at the time and had met while responding to a cyclone in Burma. It was always going to be complicated, but we decided to make it work.

    Continue reading...", + "category": "Parents and parenting", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/12/i-am-a-long-distance-dad-so-covid-was-terrible-but-it-helped-me-let-go-of-my-guilt", + "creator": "Xand van Tulleken", + "pubDate": "2021-12-12T12:00:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209366,16 +235015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "932194939aaeb7c6b58f78a2f4c8c69c" + "hash": "ccd4a873e2f62e8e8fc80867f8f33828" }, { - "title": "T-cells in Pfizer Covid jab recipients stay robust against severe illness", - "description": "

    Research in South Africa raises hopes that similar responses may be present with other vaccines

    South African researchers examining how the body’s immune system responds to the Omicron variant have identified that T-cells in people who have had the Pfizer vaccine continue to be robust in potentially protecting against severe illness despite Omicron’s ability to evade other defences.

    The research raises hopes that similar responses may be present with other vaccines and within unvaccinated individuals who have been infected with coronavirus.

    Continue reading...", - "content": "

    Research in South Africa raises hopes that similar responses may be present with other vaccines

    South African researchers examining how the body’s immune system responds to the Omicron variant have identified that T-cells in people who have had the Pfizer vaccine continue to be robust in potentially protecting against severe illness despite Omicron’s ability to evade other defences.

    The research raises hopes that similar responses may be present with other vaccines and within unvaccinated individuals who have been infected with coronavirus.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/17/t-cells-pfizer-covid-jab-robust-against-severe-illness-south-africa-research", - "creator": "Peter Beaumont", - "pubDate": "2021-12-17T16:50:57Z", + "title": "Those we lost in 2021: Lee ‘Scratch’ Perry remembered by Neil ‘Mad Professor’ Fraser", + "description": "

    20 March 1936 – 29 August 2021
    The British dub artist recalls the craft and eccentricity of the pioneering reggae producer – a singular talent he loved working with

    As a boy, one of the first records I bought was a single called Upsetting Station by Dave Barker, a Jamaican singer. It used the rhythm of the Wailers song Duppy Conqueror and began with an announcement: “This is the Upsetting Station recording – the news as it happens.” Back then, I didn’t know what a producer did or even what a producer was, but I recognised there was something special going on with this record. It sounded really different and it fascinated me.

    Soon after, I heard the Wailers’ Small Axe and I noticed that it was also produced by Lee Perry. I was still at school at the time and I felt that something innovative was happening with those records. Just instinctively I sensed that. Then, around 1974, there was an album called King Tubby Meets the Upsetter at the Grass Roots of Dub, which was really popular. It had some serious musicians playing on it – Vin Gordon, Tommy McCook, Bobby Ellis. That’s when I started to take more notice and realised that the role of the producer was to shape the sound.

    Continue reading...", + "content": "

    20 March 1936 – 29 August 2021
    The British dub artist recalls the craft and eccentricity of the pioneering reggae producer – a singular talent he loved working with

    As a boy, one of the first records I bought was a single called Upsetting Station by Dave Barker, a Jamaican singer. It used the rhythm of the Wailers song Duppy Conqueror and began with an announcement: “This is the Upsetting Station recording – the news as it happens.” Back then, I didn’t know what a producer did or even what a producer was, but I recognised there was something special going on with this record. It sounded really different and it fascinated me.

    Soon after, I heard the Wailers’ Small Axe and I noticed that it was also produced by Lee Perry. I was still at school at the time and I felt that something innovative was happening with those records. Just instinctively I sensed that. Then, around 1974, there was an album called King Tubby Meets the Upsetter at the Grass Roots of Dub, which was really popular. It had some serious musicians playing on it – Vin Gordon, Tommy McCook, Bobby Ellis. That’s when I started to take more notice and realised that the role of the producer was to shape the sound.

    Continue reading...", + "category": "Lee 'Scratch' Perry", + "link": "https://www.theguardian.com/music/2021/dec/12/obituaries-2021-lee-scratch-perry-remembered-by-neil-mad-professor-fraser", + "creator": "Guardian Staff", + "pubDate": "2021-12-12T19:00:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209387,16 +235036,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c651d3e04cbf22d2980620348d68965d" + "hash": "009414533d7e256e32f26397459af4af" }, { - "title": "Blind date: ‘I can’t fault someone who suggests ordering two types of cheese as a starter’", - "description": "

    Rosie, 22 charity worker meets Ella, 24, civil servant

    Rosie on Ella

    What were you hoping for?
    To meet someone interesting, enjoy some nice food and not get roasted in the write up.

    Continue reading...", - "content": "

    Rosie, 22 charity worker meets Ella, 24, civil servant

    Rosie on Ella

    What were you hoping for?
    To meet someone interesting, enjoy some nice food and not get roasted in the write up.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/18/blind-date-rosie-ellie", - "creator": "", - "pubDate": "2021-12-18T06:00:50Z", + "title": "Boris on the brink: how Johnson reached the edge of disaster", + "description": "

    Sleaze, partygate and Covid combined to deliver the PM a week from hell, and now his MPs are openly talking of replacing him

    On 19 December last year Boris Johnson appeared in Downing Street to tell the nation more bad news about Covid-19 that would affect the plans of millions of people at Christmas. “Yesterday afternoon I was briefed on the latest data showing the virus spreading more rapidly in London and the south-east of England than would be expected,” he said.

    Reading from a script that, a year on, seems depressingly familiar, he said a new strain of Covid-19 (which would become known as the Alpha variant) was taking hold and was thought to be up to 70% more transmissible than the old one.

    Continue reading...", + "content": "

    Sleaze, partygate and Covid combined to deliver the PM a week from hell, and now his MPs are openly talking of replacing him

    On 19 December last year Boris Johnson appeared in Downing Street to tell the nation more bad news about Covid-19 that would affect the plans of millions of people at Christmas. “Yesterday afternoon I was briefed on the latest data showing the virus spreading more rapidly in London and the south-east of England than would be expected,” he said.

    Reading from a script that, a year on, seems depressingly familiar, he said a new strain of Covid-19 (which would become known as the Alpha variant) was taking hold and was thought to be up to 70% more transmissible than the old one.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/12/boris-johnson-on-the-brink-sleaze-partygate-covid", + "creator": "Toby Helm and Michael Savage", + "pubDate": "2021-12-12T06:45:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209408,16 +235057,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ae537286cff48ad47b109d829c31744" + "hash": "ddad039b66adbdff360860ad27c6f6e2" }, { - "title": "Tim Dowling: I’m on my hands and knees, teaching our new cat old tricks", - "description": "

    Instructing our kitten to use the cat flap was hard enough … even before it was terrified by two foxes having very loud sex

    It is a frosty morning and I am standing in the kitchen in bare feet, holding the door open for the cat. The cat dips its head low, studying the world across the threshold.

    “Faster, pussycat,” I say. The cat sniffs at the cold air swirling in from the garden, but does not move. I begin to close the door very slowly, in a bid to create a shrinking decision window. In the space of two months the kitten has grown into a tall-eared, spooky-looking thing that I sometimes find standing on my chest staring down at me in the dead of night, its nose a millimetre from mine. It doesn’t fear the dog or the tortoise, but it’s still pretty wary of outside.

    Continue reading...", - "content": "

    Instructing our kitten to use the cat flap was hard enough … even before it was terrified by two foxes having very loud sex

    It is a frosty morning and I am standing in the kitchen in bare feet, holding the door open for the cat. The cat dips its head low, studying the world across the threshold.

    “Faster, pussycat,” I say. The cat sniffs at the cold air swirling in from the garden, but does not move. I begin to close the door very slowly, in a bid to create a shrinking decision window. In the space of two months the kitten has grown into a tall-eared, spooky-looking thing that I sometimes find standing on my chest staring down at me in the dead of night, its nose a millimetre from mine. It doesn’t fear the dog or the tortoise, but it’s still pretty wary of outside.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/18/tim-dowling-im-on-my-hands-and-knees-teaching-our-new-cat-old-tricks", - "creator": "Tim Dowling", - "pubDate": "2021-12-18T06:00:50Z", + "title": "Body of evidence: meet the experts working in crime scene forensics", + "description": "Phone signals, soil samples, tattoo ink, fly larvae… We all know that microscopic traces can play a crucial role in solving crimes. But who are the forensic experts who can read the clues?

    Before I started out in forensics 20 years ago, I served in the military. I was a communications engineer in the army, radios were my domain. After I left, someone suggested I turn to digital forensics. I was a bit of a sceptic at first, but I just didn’t understand what could be done. In my time, I’ve worked in both the private and public sector; within the police and as an independent expert.

    Continue reading...", + "content": "Phone signals, soil samples, tattoo ink, fly larvae… We all know that microscopic traces can play a crucial role in solving crimes. But who are the forensic experts who can read the clues?

    Before I started out in forensics 20 years ago, I served in the military. I was a communications engineer in the army, radios were my domain. After I left, someone suggested I turn to digital forensics. I was a bit of a sceptic at first, but I just didn’t understand what could be done. In my time, I’ve worked in both the private and public sector; within the police and as an independent expert.

    Continue reading...", + "category": "Forensic science", + "link": "https://www.theguardian.com/science/2021/dec/12/body-of-evidence-meet-the-experts-working-in-crime-scene-forensics", + "creator": "Michael Segalov", + "pubDate": "2021-12-12T10:00:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209429,16 +235078,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "931eb0442393663a97e5d30a33419642" + "hash": "cab63c9f828aa575100256a5753c805a" }, { - "title": "‘He’s in real trouble now’: Tory MPs are viewing Boris Johnson as the problem", - "description": "

    Analysis: It’s not Downing Street, it’s him, says a minister, amid fears the PM’s strengths have become weaknesses

    Asked on Friday whether he took personal responsibility for the disastrous North Shropshire byelection result, Boris Johnson suggested the problem was that everyone else was talking about the wrong issues. “My job as prime minister is to get the focus on to the things that matter for all of us,” he said.

    Yet after weeks of self-inflicted crises and the drip, drip of stories about lockdown-busting parties at the heart of Downing Street, many of his MPs believe it is Johnson himself who is the real problem – and some are warning he is now on borrowed time.

    Continue reading...", - "content": "

    Analysis: It’s not Downing Street, it’s him, says a minister, amid fears the PM’s strengths have become weaknesses

    Asked on Friday whether he took personal responsibility for the disastrous North Shropshire byelection result, Boris Johnson suggested the problem was that everyone else was talking about the wrong issues. “My job as prime minister is to get the focus on to the things that matter for all of us,” he said.

    Yet after weeks of self-inflicted crises and the drip, drip of stories about lockdown-busting parties at the heart of Downing Street, many of his MPs believe it is Johnson himself who is the real problem – and some are warning he is now on borrowed time.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/17/hes-in-real-trouble-now-tory-mps-are-viewing-boris-johnson-as-the-problem", - "creator": "Heather Stewart and Aubrey Allegretti", - "pubDate": "2021-12-17T17:02:32Z", + "title": "Don’t Look Up review – an A-list apocalyptic mess", + "description": "

    Adam McKay’s star-studded climate change satire with Leonardo DiCaprio, Jennifer Lawrence et al lands its gags with all the aplomb of a giant comet

    A comet is on a collision course with Earth. The targets in this shrill, desperately unfunny climate change satire directed by Adam McKay are more scattershot. According to stoner PhD student Kate Dibiasky (Jennifer Lawrence) and her professor, Dr Randall Mindy (a self-consciously tic-y Leonardo DiCaprio), the asteroid is the size of Mount Everest and due to hit in six months.

    The pair try to warn Meryl Streep’s President Orlean about the impending “extinction-level event”, only to find her preoccupied by the midterm elections. They attempt to raise awareness on breakfast TV, but anchors Jack and Brie (Tyler Perry and Cate Blanchett) can’t help but give their bad news a positive spin. The only person with enough money to intervene is tech entrepreneur Peter Isherwell (Mark Rylance), who wants to mine the comet for its “$140tn worth of assets”. Party politics, celebrity gossip and social media memes are swiped at too. It feels cynical, then, when Timothée Chalamet shows up with no real narrative purpose other than to snog Lawrence.

    In cinemas now and on Netflix from 24 December

    Continue reading...", + "content": "

    Adam McKay’s star-studded climate change satire with Leonardo DiCaprio, Jennifer Lawrence et al lands its gags with all the aplomb of a giant comet

    A comet is on a collision course with Earth. The targets in this shrill, desperately unfunny climate change satire directed by Adam McKay are more scattershot. According to stoner PhD student Kate Dibiasky (Jennifer Lawrence) and her professor, Dr Randall Mindy (a self-consciously tic-y Leonardo DiCaprio), the asteroid is the size of Mount Everest and due to hit in six months.

    The pair try to warn Meryl Streep’s President Orlean about the impending “extinction-level event”, only to find her preoccupied by the midterm elections. They attempt to raise awareness on breakfast TV, but anchors Jack and Brie (Tyler Perry and Cate Blanchett) can’t help but give their bad news a positive spin. The only person with enough money to intervene is tech entrepreneur Peter Isherwell (Mark Rylance), who wants to mine the comet for its “$140tn worth of assets”. Party politics, celebrity gossip and social media memes are swiped at too. It feels cynical, then, when Timothée Chalamet shows up with no real narrative purpose other than to snog Lawrence.

    In cinemas now and on Netflix from 24 December

    Continue reading...", + "category": "Don't Look Up", + "link": "https://www.theguardian.com/film/2021/dec/12/dont-look-up-review-leonardo-dicaprio-jennifer-lawrence-meryl-streep-cate-blanchett-mark-rylance", + "creator": "Simran Hans", + "pubDate": "2021-12-12T11:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209450,16 +235099,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "357c9a9fb36f3ca2aef00de35128cf1a" + "hash": "034cbf8beb1d4a9c860d13dea0448e1f" }, { - "title": "‘A wave of joy’: babies born from world’s first HIV positive sperm bank", - "description": "

    Sperm Positive launched in New Zealand in 2019 in an effort to reduce the stigma faced by HIV-positive people

    Olivia and Amy are sitting outside in the shade, trying to escape from New Zealand’s early-summer humidity. Amy, 10 months old, burbles happily in the background as her mother talks. She is healthy, happy, and oblivious to her status as a world first: one of a handful of babies born from the first sperm bank for HIV-positive donors.

    The bank, Sperm Positive, launched in New Zealand in 2019, in an effort to reduce the stigma faced by HIV-positive people – and raise awareness that with treatment, the virus was undetectable and untransmissible. It grabbed international headlines when it was launched, but has been more than a publicity gimmick. Two years on, the bank is bearing fruit.

    Continue reading...", - "content": "

    Sperm Positive launched in New Zealand in 2019 in an effort to reduce the stigma faced by HIV-positive people

    Olivia and Amy are sitting outside in the shade, trying to escape from New Zealand’s early-summer humidity. Amy, 10 months old, burbles happily in the background as her mother talks. She is healthy, happy, and oblivious to her status as a world first: one of a handful of babies born from the first sperm bank for HIV-positive donors.

    The bank, Sperm Positive, launched in New Zealand in 2019, in an effort to reduce the stigma faced by HIV-positive people – and raise awareness that with treatment, the virus was undetectable and untransmissible. It grabbed international headlines when it was launched, but has been more than a publicity gimmick. Two years on, the bank is bearing fruit.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/18/a-wave-of-joy-babies-born-from-worlds-first-hiv-positive-sperm-bank", - "creator": "Tess McClure in Christchurch", - "pubDate": "2021-12-17T18:00:34Z", + "title": "Met police searching for missing Petra Srncova find body in park", + "description": "

    Officers called to Brunswick Park in Camberwell, south London, on Sunday morning

    Police have found the body of a woman in Camberwell on Sunday, after days of appeals for information to trace missing NHS worker Petra Srncova who was last seen in the area on 28 November.

    At about 11.40am on Sunday police were called by a member of the public to reports that the body of a woman had been found in Brunswick Park in south-east London.

    Continue reading...", + "content": "

    Officers called to Brunswick Park in Camberwell, south London, on Sunday morning

    Police have found the body of a woman in Camberwell on Sunday, after days of appeals for information to trace missing NHS worker Petra Srncova who was last seen in the area on 28 November.

    At about 11.40am on Sunday police were called by a member of the public to reports that the body of a woman had been found in Brunswick Park in south-east London.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2021/dec/12/police-searching-for-missing-petra-srncova-find-body-in-park", + "creator": "Jedidajah Otte", + "pubDate": "2021-12-12T19:21:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209471,16 +235120,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d673c5356f8f415744884bec7b18528" + "hash": "e8300fab54392c220634f648647bc0b9" }, { - "title": "How can I get over a breakup that I brought upon myself? | Ask Annalisa Barbieri", - "description": "

    You need to talk about your feelings of guilt and insecurity so you can start to forgive yourself

    I’m 26 years old, and have been having a really hard time in the past few months due to a breakup I brought upon myself.

    Last year I started a long-distance relationship with a girl. I loved her, but felt I was constantly struggling with my emotions and honesty due to my insecurity. This caused me to be needy, desperate and always seeking some sort of validation from her, and we had a few breaks because of this.

    Continue reading...", - "content": "

    You need to talk about your feelings of guilt and insecurity so you can start to forgive yourself

    I’m 26 years old, and have been having a really hard time in the past few months due to a breakup I brought upon myself.

    Last year I started a long-distance relationship with a girl. I loved her, but felt I was constantly struggling with my emotions and honesty due to my insecurity. This caused me to be needy, desperate and always seeking some sort of validation from her, and we had a few breaks because of this.

    Continue reading...", - "category": "Relationships", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/17/how-can-i-get-over-a-breakup-that-i-brought-upon-myself", - "creator": "Annalisa Barbieri", - "pubDate": "2021-12-17T15:30:31Z", + "title": "Catalonia row deepens over family’s push for Spanish in school", + "description": "

    Nationalists furious as court sides with family abused for seeking quarter of lessons in Spanish for their child

    The long-running and bitter row over language teaching in Catalonia has intensified after a family in the Spanish region was harassed and abused for seeking to ensure that a quarter of the lessons at the school their five-year-old son attends are taught in Spanish.

    The family’s actions have provoked an angry response from some Catalan nationalists who view their stance as an assault on the region’s language and culture.

    Continue reading...", + "content": "

    Nationalists furious as court sides with family abused for seeking quarter of lessons in Spanish for their child

    The long-running and bitter row over language teaching in Catalonia has intensified after a family in the Spanish region was harassed and abused for seeking to ensure that a quarter of the lessons at the school their five-year-old son attends are taught in Spanish.

    The family’s actions have provoked an angry response from some Catalan nationalists who view their stance as an assault on the region’s language and culture.

    Continue reading...", + "category": "Catalonia", + "link": "https://www.theguardian.com/world/2021/dec/12/catalonia-row-erupts-over-familys-push-for-spanish-in-school", + "creator": "Sam Jones in Madrid", + "pubDate": "2021-12-12T18:34:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209492,16 +235141,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3af7242ec2069ff7d08a6f7fb7fbebae" + "hash": "3a537d3af044efd96b530ec644fdd241" }, { - "title": "‘I like sex and am extremely good at it’ – the real crime of the ‘fellatio duchess’ in A Very British Scandal", - "description": "

    It was the divorce that gripped Britain, involving photographs of the Duchess of Argyll performing oral sex. But, says the writer of the BBC’s new drama, the woman behind the headlines was unfairly vilified

    ‘Here’s the thing,” says Sarah Phelps, talking about the Duchess of Argyll. “The first time I heard of her, she was referred to as The Blowjob Duchess.” The screenwriter has made this duchess, Margaret of Argyll, the heroine of A Very British Scandal, a new BBC drama starring Claire Foy and Paul Bettany as the aristos whose divorce transfixed the nation in 1963.

    Thanks to a censorious judge, the vile behaviour of the duke, a series of photographs showing the duchess performing fellatio on an unidentified man and her own altruistic, if high-handed, refusal to defend herself, the sexual ins and outs of this separation are a matter of incredibly detailed historical record. “It was,” says Phelps,” all about, ‘Who’s the man?’, ‘Who’s the headless man in the photos?’, ‘How many men did she fuck?’, ‘Who was she blowing?’ And I almost thought, ‘I actually don’t give a shit. I want to know about her. I want to know who she was.’ So the blowjob matters to me in one way. But it matters less in the prurient sense of needing to know who was on the other end of that erection.”

    Continue reading...", - "content": "

    It was the divorce that gripped Britain, involving photographs of the Duchess of Argyll performing oral sex. But, says the writer of the BBC’s new drama, the woman behind the headlines was unfairly vilified

    ‘Here’s the thing,” says Sarah Phelps, talking about the Duchess of Argyll. “The first time I heard of her, she was referred to as The Blowjob Duchess.” The screenwriter has made this duchess, Margaret of Argyll, the heroine of A Very British Scandal, a new BBC drama starring Claire Foy and Paul Bettany as the aristos whose divorce transfixed the nation in 1963.

    Thanks to a censorious judge, the vile behaviour of the duke, a series of photographs showing the duchess performing fellatio on an unidentified man and her own altruistic, if high-handed, refusal to defend herself, the sexual ins and outs of this separation are a matter of incredibly detailed historical record. “It was,” says Phelps,” all about, ‘Who’s the man?’, ‘Who’s the headless man in the photos?’, ‘How many men did she fuck?’, ‘Who was she blowing?’ And I almost thought, ‘I actually don’t give a shit. I want to know about her. I want to know who she was.’ So the blowjob matters to me in one way. But it matters less in the prurient sense of needing to know who was on the other end of that erection.”

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/17/ex-extremely-good-fellatio-duchess-argyll-very-british-scandal-claire-foy", - "creator": "Zoe Williams", - "pubDate": "2021-12-17T13:00:28Z", + "title": "New Caledonia rejects split from France in vote marred by boycott", + "description": "

    Turnout of just 40% after pro-independence campaigners urged indigenous people not to participate

    Residents of the Pacific territory of New Caledonia have voted overwhelmingly to remain part of France in a referendum boycotted by pro-independence groups.

    In the third referendum on the matter, the decision to stay within the French republic was carried by 96.49% to 3.51%, but a turnout of just over 40% suggested the indigenous Kanak people have not given up on dreams of independence.

    Continue reading...", + "content": "

    Turnout of just 40% after pro-independence campaigners urged indigenous people not to participate

    Residents of the Pacific territory of New Caledonia have voted overwhelmingly to remain part of France in a referendum boycotted by pro-independence groups.

    In the third referendum on the matter, the decision to stay within the French republic was carried by 96.49% to 3.51%, but a turnout of just over 40% suggested the indigenous Kanak people have not given up on dreams of independence.

    Continue reading...", + "category": "New Caledonia", + "link": "https://www.theguardian.com/world/2021/dec/12/new-caledonia-fears-of-unrest-as-polls-open-for-vote-on-independence-from-france", + "creator": "Julien Sartre in Nouméa", + "pubDate": "2021-12-12T14:05:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209513,16 +235162,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fae37e74b83d3fc3743f514a67de9df7" + "hash": "59f7aacfcacddf4ebb1121b7f993dfdb" }, { - "title": "The 50 best films of 2021 in the US: the full list", - "description": "

    Our countdown of the best films released in the US during 2021 reaches No 1 with Jane Campion’s menacing western about two warring brothers

    This list is compiled by the Guardian film team, with all films released in the US during 2021 in contention. Check in every weekday to see our next picks, and please share your own favourite films of 2021 in the comments below.

    Continue reading...", - "content": "

    Our countdown of the best films released in the US during 2021 reaches No 1 with Jane Campion’s menacing western about two warring brothers

    This list is compiled by the Guardian film team, with all films released in the US during 2021 in contention. Check in every weekday to see our next picks, and please share your own favourite films of 2021 in the comments below.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/nov/30/the-50-best-films-of-2021-in-the-us", - "creator": "Guardian Staff", - "pubDate": "2021-12-17T12:00:50Z", + "title": "Australia Covid news live update: Queensland reopens its border after nearly five months; WA to learn its roadmap out of lockdown", + "description": "

    Up to 50,000 expected at the Queensland-NSW border as authorities warn of long waits; WA premier Mark McGowan to announce reopening timetable. Follow all the day’s developments

    Time to chat about next year’s election, and the battle the treasurer is facing from an independent in his home seat.

    Michael Rowland:

    You are now facing, as we know, Monique Ryan in the seat of Kooyong. She’s a Royal Children’s hospital doctor. You’ve labelled people like she, an independent, as a front for Labor and the Greens. What evidence do you have for that?

    Well, at the last election, I had an independent who said they were gonna vote for Labor. That’s a pretty clear indication. We’ve also seen plenty of cases where they’ve just mirrored the policies of our political opponents.

    But what evidence do we have at this time?

    This is a rinse-and-repeat, Michael. What we’ve seen, we’ve seen obviously a lot of funding going into these independents around the rest of the country, and it’s a democracy, so people can put their hand up.

    Just on Omicron, you might have caught up with the news just in the last hour or so, Boris Johnson, the UK prime minister, made an address to the nation there. He’s declared a tidal wave of Omicron case is about to hit the UK.

    He’s declared it a public health emergency, and has declared that all British adults over the age of 16 can get a booster shot by the end of the year. Taking that into account, are we being a bit too sanguine about Omicron here in Australia?

    We saw the medical advice, and that saw a pause for two weeks of the reopening of the border to international students and to skilled workers.

    That was a precautionary measure. But we will continue to listen and follow the health advice, and it has served us well to date.

    Continue reading...", + "content": "

    Up to 50,000 expected at the Queensland-NSW border as authorities warn of long waits; WA premier Mark McGowan to announce reopening timetable. Follow all the day’s developments

    Time to chat about next year’s election, and the battle the treasurer is facing from an independent in his home seat.

    Michael Rowland:

    You are now facing, as we know, Monique Ryan in the seat of Kooyong. She’s a Royal Children’s hospital doctor. You’ve labelled people like she, an independent, as a front for Labor and the Greens. What evidence do you have for that?

    Well, at the last election, I had an independent who said they were gonna vote for Labor. That’s a pretty clear indication. We’ve also seen plenty of cases where they’ve just mirrored the policies of our political opponents.

    But what evidence do we have at this time?

    This is a rinse-and-repeat, Michael. What we’ve seen, we’ve seen obviously a lot of funding going into these independents around the rest of the country, and it’s a democracy, so people can put their hand up.

    Just on Omicron, you might have caught up with the news just in the last hour or so, Boris Johnson, the UK prime minister, made an address to the nation there. He’s declared a tidal wave of Omicron case is about to hit the UK.

    He’s declared it a public health emergency, and has declared that all British adults over the age of 16 can get a booster shot by the end of the year. Taking that into account, are we being a bit too sanguine about Omicron here in Australia?

    We saw the medical advice, and that saw a pause for two weeks of the reopening of the border to international students and to skilled workers.

    That was a precautionary measure. But we will continue to listen and follow the health advice, and it has served us well to date.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/13/australia-covid-news-corona-queensland-nsw-wa-victoria-borders-palaszczuk-mcgowan-morrison-frydenberg", + "creator": "Matilda Boseley", + "pubDate": "2021-12-12T21:14:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209534,16 +235183,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a37b90b20a1bd70d8e49a474d9e6ee6e" + "hash": "7a3444ffbf768b08d527830b071c8f41" }, { - "title": "Efforts to save Iran nuclear deal ‘reaching the end of the road’", - "description": "

    European negotiators issue warning as talks adjourned to allow Iranian envoy to return for consultation

    Attempts to salvage the 2015 Iran nuclear deal are “rapidly reaching the end of the road”, European negotiators have warned, as talks in Vienna adjourned to allow the Iranian negotiator to return home for consultation – a pause described by the Europeans as disappointing.

    “We hope that Iran is in a position to resume the talks quickly, and to engage constructively so that talks can move at a faster pace,” France, Germany and the UK said. “As we have said, there are weeks not months before the deal’s core non-proliferation benefits are lost. We are rapidly reaching the end of the road for this negotiation.

    Continue reading...", - "content": "

    European negotiators issue warning as talks adjourned to allow Iranian envoy to return for consultation

    Attempts to salvage the 2015 Iran nuclear deal are “rapidly reaching the end of the road”, European negotiators have warned, as talks in Vienna adjourned to allow the Iranian negotiator to return home for consultation – a pause described by the Europeans as disappointing.

    “We hope that Iran is in a position to resume the talks quickly, and to engage constructively so that talks can move at a faster pace,” France, Germany and the UK said. “As we have said, there are weeks not months before the deal’s core non-proliferation benefits are lost. We are rapidly reaching the end of the road for this negotiation.

    Continue reading...", - "category": "Iran's nuclear programme", - "link": "https://www.theguardian.com/world/2021/dec/17/nuclear-watchdog-casts-doubt-on-iranian-claims-over-missing-footage", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-17T16:46:20Z", + "title": "New Zealand aiming for 'smoke-free generation', says associate health minister – video", + "description": "

    New Zealand has announced it will outlaw smoking for the next generation, so that those who are aged 14 and under today will never be legally able to buy tobacco.

    New legislation means the legal smoking age will increase every year, to create a smoke-free generation of New Zealanders, associate health minister Dr Ayesha Verrall said

    Continue reading...", + "content": "

    New Zealand has announced it will outlaw smoking for the next generation, so that those who are aged 14 and under today will never be legally able to buy tobacco.

    New legislation means the legal smoking age will increase every year, to create a smoke-free generation of New Zealanders, associate health minister Dr Ayesha Verrall said

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/video/2021/dec/09/new-zealand-to-introduce-a-smoke-free-generation-says-associate-health-minister-video", + "creator": "", + "pubDate": "2021-12-09T09:33:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209555,16 +235204,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48f1a53e76a47aeaad1622a36906d39d" + "hash": "dcc0ee317332c06a8363ae6da5386fd4" }, { - "title": "Bolsonaro threatens to identify officials who approved Covid jabs for children", - "description": "

    Brazilian president plans to reveal identities despite health officers receiving death threats

    The Brazilian president, Jair Bolsonaro, has asked for the names of health officials who approved Covid vaccines for children, saying he planned to make their identities public despite previous death threats.

    In late October, Brazil’s health regulator, Anvisa, released a statement saying five of its directors had received death threats over the possible approval of vaccinations for children of five-11. The agency granted such approval for the Pfizer shot on Thursday.

    Continue reading...", - "content": "

    Brazilian president plans to reveal identities despite health officers receiving death threats

    The Brazilian president, Jair Bolsonaro, has asked for the names of health officials who approved Covid vaccines for children, saying he planned to make their identities public despite previous death threats.

    In late October, Brazil’s health regulator, Anvisa, released a statement saying five of its directors had received death threats over the possible approval of vaccinations for children of five-11. The agency granted such approval for the Pfizer shot on Thursday.

    Continue reading...", - "category": "Jair Bolsonaro", - "link": "https://www.theguardian.com/world/2021/dec/17/bolsonaro-threatens-to-reveal-identities-of-officials-who-approved-covid-jabs-for-children", - "creator": "Reuters", - "pubDate": "2021-12-17T10:46:49Z", + "title": "Kentucky tornadoes: death toll from record twisters expected to exceed 100", + "description": "

    Dozens unaccounted for as crews search wreckage in ‘deadliest tornado event we’ve ever had,’ says Governor Andy Beshear

    The death toll from record tornadoes that roared across hundreds of miles this weekend is expected to exceed 100 in Kentucky alone, with dozens still unaccounted for as crews scramble to search wreckage.

    One tornado that tore through four states over four hours of nighttime devastation is believed to be the longest distance for a tornado in US history, leaving destruction, death and a frantic search by survivors to find family and shelter, from Arkansas to Kentucky.

    Continue reading...", + "content": "

    Dozens unaccounted for as crews search wreckage in ‘deadliest tornado event we’ve ever had,’ says Governor Andy Beshear

    The death toll from record tornadoes that roared across hundreds of miles this weekend is expected to exceed 100 in Kentucky alone, with dozens still unaccounted for as crews scramble to search wreckage.

    One tornado that tore through four states over four hours of nighttime devastation is believed to be the longest distance for a tornado in US history, leaving destruction, death and a frantic search by survivors to find family and shelter, from Arkansas to Kentucky.

    Continue reading...", + "category": "Kentucky", + "link": "https://www.theguardian.com/us-news/2021/dec/12/kentucky-tornadoes-death-toll", + "creator": "Richard Luscombe, Samira Sadeque and agencies", + "pubDate": "2021-12-12T20:02:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209576,16 +235225,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bc20c4ad2a9330b85e7ae15228c2512" + "hash": "bb5be49131920af3832b68c48ad785ba" }, { - "title": "Australia live news updates: NSW Covid cases surge to new national record amid Omicron outbreak; Victoria records seven deaths; SA reports 73 infections", - "description": "

    NSW’s 2,482 new Covid cases the worst total of any Australian state or territory since pandemic began; Queensland records 31 cases

    The chainsaws outside my window have now been replaced by leaf blowers. Who authorised this?!

    Ahead of the prime minister’s appearance in Tasmania today, I highly recommend reading Katharine Murphy’s latest analysis of Morrison’s strategy so far in the lead-up to next year’s election:

    When he’s not trialling new made-for-TV grabs (a new “shake and bake” analogy, which I think was invoked first in relation to emissions reduction, and now has morphed into something broadly economy adjacent, or “jabs and jobs” which was Friday’s innovation), the prime minister has taken to listing things.

    Morrison’s current list includes saving lives during the pandemic. Shoring up the health system “with more than $33bn from the federal government in additional investment”. Saving livelihoods with “the single largest economic rescue package in our history”. Presiding over economic recovery after the waves of the pandemic – “more than 350,000 jobs created in a five-week period after the lockdowns were lifted, and through the crisis, we have maintained that AAA credit rating”.

    Continue reading...", - "content": "

    NSW’s 2,482 new Covid cases the worst total of any Australian state or territory since pandemic began; Queensland records 31 cases

    The chainsaws outside my window have now been replaced by leaf blowers. Who authorised this?!

    Ahead of the prime minister’s appearance in Tasmania today, I highly recommend reading Katharine Murphy’s latest analysis of Morrison’s strategy so far in the lead-up to next year’s election:

    When he’s not trialling new made-for-TV grabs (a new “shake and bake” analogy, which I think was invoked first in relation to emissions reduction, and now has morphed into something broadly economy adjacent, or “jabs and jobs” which was Friday’s innovation), the prime minister has taken to listing things.

    Morrison’s current list includes saving lives during the pandemic. Shoring up the health system “with more than $33bn from the federal government in additional investment”. Saving livelihoods with “the single largest economic rescue package in our history”. Presiding over economic recovery after the waves of the pandemic – “more than 350,000 jobs created in a five-week period after the lockdowns were lifted, and through the crisis, we have maintained that AAA credit rating”.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/18/australia-live-news-updates-omicron-surge-strains-covid-testing-sites-tasmania-bans-jumping-castles-from-state-schools-after-tragedy", - "creator": "Calla Wahlquist (now) and Stephanie Convery (earlier)", - "pubDate": "2021-12-18T06:40:19Z", + "title": "Max Verstappen beats Lewis Hamilton to F1 world title on last lap in Abu Dhabi", + "description": "
    • Verstappen overtakes champion on final lap after safety car
    • Mercedes’ two protests over result not upheld by stewards

    After a season of intense, turbulent, and controversial yet gripping racing, Formula One almost unfeasibly found aspects of every element for its denouement in the desert. With Max Verstappen’s victory at the Abu Dhabi Grand Prix decided in taking the lead from Lewis Hamilton on the final lap of the final race, he believed he had sealed his first F1 world championship.

    His reaction and that of his Red Bull team was one of unbridled joy while Hamilton and Mercedes were left disconsolate and convinced the win that had been in their hands had been unfairly snatched from their grasp, leaving the greatest prize in motor racing potentially in the laps of the lawyers.

    Continue reading...", + "content": "
    • Verstappen overtakes champion on final lap after safety car
    • Mercedes’ two protests over result not upheld by stewards

    After a season of intense, turbulent, and controversial yet gripping racing, Formula One almost unfeasibly found aspects of every element for its denouement in the desert. With Max Verstappen’s victory at the Abu Dhabi Grand Prix decided in taking the lead from Lewis Hamilton on the final lap of the final race, he believed he had sealed his first F1 world championship.

    His reaction and that of his Red Bull team was one of unbridled joy while Hamilton and Mercedes were left disconsolate and convinced the win that had been in their hands had been unfairly snatched from their grasp, leaving the greatest prize in motor racing potentially in the laps of the lawyers.

    Continue reading...", + "category": "Formula One", + "link": "https://www.theguardian.com/sport/2021/dec/12/f1-max-verstappen-wins-abu-dhabi-gp-lewis-hamilton", + "creator": "Giles Richards at Yas Marina", + "pubDate": "2021-12-12T19:08:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209597,16 +235246,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0374f031a5acfb33eb622a4d498b67f7" + "hash": "b0c582cc5302ca0e772273cfd803de4e" }, { - "title": "No 10 parties raise questions about whether PM will follow Covid science", - "description": "

    Analysis: After a steady stream of reports, how likely is it that Boris Johnson will take advice about imposing tougher restrictions?

    Boris Johnson joined No 10 party during May 2020 lockdown, say sources

    Cast your minds back to 15 May 2020. Matt Hancock, the then health secretary before he quit for breaking restrictions by having an affair, was giving a press conference where he said people should be “staying at home as much as is possible”.

    Social interaction was strictly limited to outdoors and one person at a time. It was the week when people were told they could meet one parent outside, in a socially distanced way, but not both of them together.

    Continue reading...", - "content": "

    Analysis: After a steady stream of reports, how likely is it that Boris Johnson will take advice about imposing tougher restrictions?

    Boris Johnson joined No 10 party during May 2020 lockdown, say sources

    Cast your minds back to 15 May 2020. Matt Hancock, the then health secretary before he quit for breaking restrictions by having an affair, was giving a press conference where he said people should be “staying at home as much as is possible”.

    Social interaction was strictly limited to outdoors and one person at a time. It was the week when people were told they could meet one parent outside, in a socially distanced way, but not both of them together.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/16/no-10-parties-raise-questions-about-whether-pm-will-follow-covid-science", - "creator": "Rowena Mason and Peter Walker", - "pubDate": "2021-12-16T16:02:27Z", + "title": "Kentucky tornadoes: up to 100 feared dead in historic US storms", + "description": "

    Amid more than 20 tornadoes that caused devastation across central and southern states, one may be the longest in US history

    Rescuers worked into the night searching for survivors after what could be the longest tornado in US history left a trail of destruction from Arkansas to Kentucky, part of a vast stormfront that is believed to have killed up to 100 people.

    Kentucky governor Andy Beshear said the path of devastation was about 227 miles (365km) long, which, if confirmed, would surpass the 218-mile Tri-State tornado in 1925, which killed at least 695 people and destroyed 15,000 homes across Missouri, Illinois and Indiana.

    Continue reading...", + "content": "

    Amid more than 20 tornadoes that caused devastation across central and southern states, one may be the longest in US history

    Rescuers worked into the night searching for survivors after what could be the longest tornado in US history left a trail of destruction from Arkansas to Kentucky, part of a vast stormfront that is believed to have killed up to 100 people.

    Kentucky governor Andy Beshear said the path of devastation was about 227 miles (365km) long, which, if confirmed, would surpass the 218-mile Tri-State tornado in 1925, which killed at least 695 people and destroyed 15,000 homes across Missouri, Illinois and Indiana.

    Continue reading...", + "category": "Tornadoes", + "link": "https://www.theguardian.com/world/2021/dec/12/kentucky-tornadoes-up-to-100-feared-dead-in-historic-us-storms", + "creator": "Edward Helmore and agencies", + "pubDate": "2021-12-12T05:57:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209618,16 +235267,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "581a3b91a8b11a3d416c0966e4f157eb" + "hash": "b9dbf94abfb97e72f76b381d481261ed" }, { - "title": "Millions of unjabbed a key concern as England scrambles to vaccinate", - "description": "

    Government’s ‘Get boosted now’ slogan means little in areas where up to 30% of people have had no vaccine at all

    In the Newtown ward of central Birmingham, the government’s “Get boosted now” slogan means nothing to half of over-16s, because they have not had any vaccination against Covid at all.

    It is a similar story in Westminster and Camden in London where among the over-12s, 30% have not had a single jab. In Nottingham, a quarter of the whole population face the coming Omicron “tidal wave” unvaccinated.

    Continue reading...", - "content": "

    Government’s ‘Get boosted now’ slogan means little in areas where up to 30% of people have had no vaccine at all

    In the Newtown ward of central Birmingham, the government’s “Get boosted now” slogan means nothing to half of over-16s, because they have not had any vaccination against Covid at all.

    It is a similar story in Westminster and Camden in London where among the over-12s, 30% have not had a single jab. In Nottingham, a quarter of the whole population face the coming Omicron “tidal wave” unvaccinated.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/15/millions-of-unjabbed-a-key-concern-as-england-scrambles-to-vaccinate", - "creator": "Robert Booth, Niamh McIntyre and Tobi Thomas", - "pubDate": "2021-12-15T18:33:20Z", + "title": "Fears grow that Home Office has lost will to resettle Afghans under threat", + "description": "

    Thousands are still at the Taliban’s mercy in Afghanistan, and expert warns that ‘politically expedient’ initiative may now wither

    Priti Patel’s much-trumpeted scheme to allow Afghans to resettle in Britain has been starved of “appropriate resources”, according to officials, as a former senior diplomat voices fears that the UK government appears intent to let the initiative wither away before it has even started.

    The Afghan Citizens Resettlement Scheme (ACRS) was announced to great fanfare in August as the Taliban took Kabul, but four months on it has still not started. A senior Whitehall source with intimate knowledge of the scheme said it had been delayed because it had not received adequate support for it to launch.

    Continue reading...", + "content": "

    Thousands are still at the Taliban’s mercy in Afghanistan, and expert warns that ‘politically expedient’ initiative may now wither

    Priti Patel’s much-trumpeted scheme to allow Afghans to resettle in Britain has been starved of “appropriate resources”, according to officials, as a former senior diplomat voices fears that the UK government appears intent to let the initiative wither away before it has even started.

    The Afghan Citizens Resettlement Scheme (ACRS) was announced to great fanfare in August as the Taliban took Kabul, but four months on it has still not started. A senior Whitehall source with intimate knowledge of the scheme said it had been delayed because it had not received adequate support for it to launch.

    Continue reading...", + "category": "Taliban", + "link": "https://www.theguardian.com/world/2021/dec/12/fears-grow-that-home-office-has-lost-will-to-resettle-afghans-under-threat", + "creator": "Mark Townsend", + "pubDate": "2021-12-12T10:15:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209639,16 +235288,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb6fa2f3796e512d1e452d365b13e24d" + "hash": "b050390b530d1fd471a6f93f7e3aeb04" }, { - "title": "As Arab leaders gather in Saudi Arabia King Salman’s absence looms large", - "description": "

    With the king barely seen for 20 months, the crown prince is holding the reins of power – and unbothered by who knows it

    Beaming in satisfaction as Arab rulers arrived in Riyadh on Tuesday, Mohammed bin Salman looked like a man in charge. As a succession of planes disgorged heads of state for a regional summit, the Saudi crown prince was there to receive them – standing in for his father at yet another big event.

    But as Prince Mohammed ushered leaders of Kuwait, the UAE, Qatar, Oman and Bahrain along a purple carpet to a reception hall, the king’s absence loomed large. If the ailing monarch was to reappear in public – a once every five year gathering under his auspices would have been the time and place.

    Continue reading...", - "content": "

    With the king barely seen for 20 months, the crown prince is holding the reins of power – and unbothered by who knows it

    Beaming in satisfaction as Arab rulers arrived in Riyadh on Tuesday, Mohammed bin Salman looked like a man in charge. As a succession of planes disgorged heads of state for a regional summit, the Saudi crown prince was there to receive them – standing in for his father at yet another big event.

    But as Prince Mohammed ushered leaders of Kuwait, the UAE, Qatar, Oman and Bahrain along a purple carpet to a reception hall, the king’s absence loomed large. If the ailing monarch was to reappear in public – a once every five year gathering under his auspices would have been the time and place.

    Continue reading...", - "category": "King Salman", - "link": "https://www.theguardian.com/world/2021/dec/15/as-middle-eastern-leaders-gather-in-saudi-arabia-king-salmans-absence-looms", - "creator": "Martin Chulov", - "pubDate": "2021-12-15T05:00:05Z", + "title": "Covid live news: Keir Starmer says Boris Johnson appears to have broken law over No 10 Christmas quiz", + "description": "

    Latest updates: UK prime minister seen at event that appears to be in breach of lockdown rules last year; minister defends PM insisting quiz was ‘virtual’

    Dr Susan Hopkins, chief medical adviser for the UK Health Security Agency, has warned that “very difficult” decisions lie ahead for the government and that more Covid measures may be needed.

    She told the BBC’s The Andrew Marr Show:

    I think that the restrictions that the government have announced are sensible. I think that we may need to go beyond them. But we’ll need to watch carefully what happens with hospitalisations.

    The challenge we have and the challenge government has is trying to balance the risks and benefits to the society, to people, to the population, to the economy, and to health, and they have very difficult decisions ahead of them.

    Continue reading...", + "content": "

    Latest updates: UK prime minister seen at event that appears to be in breach of lockdown rules last year; minister defends PM insisting quiz was ‘virtual’

    Dr Susan Hopkins, chief medical adviser for the UK Health Security Agency, has warned that “very difficult” decisions lie ahead for the government and that more Covid measures may be needed.

    She told the BBC’s The Andrew Marr Show:

    I think that the restrictions that the government have announced are sensible. I think that we may need to go beyond them. But we’ll need to watch carefully what happens with hospitalisations.

    The challenge we have and the challenge government has is trying to balance the risks and benefits to the society, to people, to the population, to the economy, and to health, and they have very difficult decisions ahead of them.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/12/boris-johnson-covid-coronavirus-live-news-christmas-uk-lockdown", + "creator": "Miranda Bryant", + "pubDate": "2021-12-12T11:29:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209660,16 +235309,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cdcae1ff779710c197d21d6edafa6b2" + "hash": "342502440ba19b5f8be416c240378d54" }, { - "title": "Omicron R number estimated to be between 3 and 5, says UK health adviser – video", - "description": "

    Dr Susan Hopkins, the chief medical adviser at the UK Health Security Agency, told a select committee on Thursday that for Omicron the R value was between 3 and 5 in the UK and that the variant was spreading rapidly – doubling in size every two days.

    Hopkins said data on the severity of Omicron would not be known for another fortnight. At least 250 patients would need to be admitted to hospital before there could be a statistical analysis of the disease, she said

    Continue reading...", - "content": "

    Dr Susan Hopkins, the chief medical adviser at the UK Health Security Agency, told a select committee on Thursday that for Omicron the R value was between 3 and 5 in the UK and that the variant was spreading rapidly – doubling in size every two days.

    Hopkins said data on the severity of Omicron would not be known for another fortnight. At least 250 patients would need to be admitted to hospital before there could be a statistical analysis of the disease, she said

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/16/omicron-r-number-covid-variant-estimated-3-5-dr-susan-hopkins-video", - "creator": "", - "pubDate": "2021-12-16T13:12:47Z", + "title": "Legal challenge seeks to end UK’s jailing of asylum seekers who steer boats", + "description": "

    Appeal Court to hear cases of individuals imprisoned on smuggling charges

    The UK government is facing a major legal challenge against its policy of prosecuting asylum seekers who steer boats across the Channel under smuggling laws.

    Since the start of 2020, Immigration Enforcement has brought 67 successful prosecutions related to piloting small boats. But after court challenges earlier in the year, the Crown Prosecution Service issued new guidance advising that passengers – even those who take a turn steering – are potentially vulnerable asylum seekers who should not be prosecuted.

    Continue reading...", + "content": "

    Appeal Court to hear cases of individuals imprisoned on smuggling charges

    The UK government is facing a major legal challenge against its policy of prosecuting asylum seekers who steer boats across the Channel under smuggling laws.

    Since the start of 2020, Immigration Enforcement has brought 67 successful prosecutions related to piloting small boats. But after court challenges earlier in the year, the Crown Prosecution Service issued new guidance advising that passengers – even those who take a turn steering – are potentially vulnerable asylum seekers who should not be prosecuted.

    Continue reading...", + "category": "Home Office", + "link": "https://www.theguardian.com/politics/2021/dec/12/legal-challenge-seeks-to-end-uks-jailing-of-asylum-seekers-who-steer-boats", + "creator": "Harriet Grant", + "pubDate": "2021-12-12T08:30:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209681,16 +235330,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "864d62139490ade9f5b26980ac67111d" + "hash": "c77c30f04253126329dfdd3648e4290b" }, { - "title": "MPs question Chris Whitty on impact of Omicron variant – watch live", - "description": "

    The chief medical officer for England, Chris Whitty, faces a select committee hearing where he will answer questions about the Omicron variant of the coronavirus, the day after new infections in the UK reached a record 78,610 laboratory-confirmed cases

    Continue reading...", - "content": "

    The chief medical officer for England, Chris Whitty, faces a select committee hearing where he will answer questions about the Omicron variant of the coronavirus, the day after new infections in the UK reached a record 78,610 laboratory-confirmed cases

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/16/mps-to-question-chris-whitty-on-impact-of-omicron-variant-watch-live", - "creator": "", - "pubDate": "2021-12-16T10:37:22Z", + "title": "China’s response to Aukus deal was ‘irrational’, Peter Dutton says", + "description": "

    Defence minister accuses Beijing of ‘bullying’ over criticisms of Australia’s pact with the US and UK

    China has responded “irrationally” to the Aukus pact between Australia, the United States and Britain, the defence minister Peter Dutton says.

    The conservative Australian minister continues to mount forthright criticism of the Chinese government, accusing it of “bullying” countries that stand up to Beijing.

    Continue reading...", + "content": "

    Defence minister accuses Beijing of ‘bullying’ over criticisms of Australia’s pact with the US and UK

    China has responded “irrationally” to the Aukus pact between Australia, the United States and Britain, the defence minister Peter Dutton says.

    The conservative Australian minister continues to mount forthright criticism of the Chinese government, accusing it of “bullying” countries that stand up to Beijing.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/12/chinas-response-to-aukus-deal-was-irrational-peter-dutton-says", + "creator": "Daniel Hurst", + "pubDate": "2021-12-12T05:40:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209702,16 +235351,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f6fae21e21f72f48b243a5eb132033c" + "hash": "133cd09bdd49094f638d6b6b5a94d4ec" }, { - "title": "Covid live: half of UK adults receive booster vaccine; Ireland sets 8pm curfew for hospitality venues", - "description": "

    Half of UK adults receive booster vaccine; Ireland will also face 50% capacity limit on events

    Here is a bizarre story out of the US to add a little light relief to an otherwise sombre news day.

    A Florida man wearing a red thong as a face mask was forced off a United Airlines flight after failing to comply with the federal mask mandate.

    Continue reading...", - "content": "

    Half of UK adults receive booster vaccine; Ireland will also face 50% capacity limit on events

    Here is a bizarre story out of the US to add a little light relief to an otherwise sombre news day.

    A Florida man wearing a red thong as a face mask was forced off a United Airlines flight after failing to comply with the federal mask mandate.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/17/covid-news-live-g7-calls-omicron-biggest-threat-to-global-health-unvaccinated-face-winter-of-severe-illness-and-death-biden-warns", - "creator": "Nadeem Badshah (now); Miranda Bryant, Rachel Hall, Jedidajah Otte and Samantha Lock (earlier)", - "pubDate": "2021-12-17T21:48:21Z", + "title": "Saudi film festival is a ‘whitewash’ by authorities, say critics", + "description": "

    Gulf regime accused of using glamour of show business to to distract attention from rights abuses within the country and beyond

    Saudi Arabia has opened its first international film festival amid accusations that the government is using culture to whitewash its poor human rights record, just days after similar controversy shadowed its first time hosting a Formula One race.

    The Red Sea festival attracted international stars including Hilary Swank, Clive Owen and Vincent Cassel. Saudi Arabia presented it as a moment of change for a country that only lifted a ban on cinemas four years ago, a position embraced by some of those walking the red carpet.

    Continue reading...", + "content": "

    Gulf regime accused of using glamour of show business to to distract attention from rights abuses within the country and beyond

    Saudi Arabia has opened its first international film festival amid accusations that the government is using culture to whitewash its poor human rights record, just days after similar controversy shadowed its first time hosting a Formula One race.

    The Red Sea festival attracted international stars including Hilary Swank, Clive Owen and Vincent Cassel. Saudi Arabia presented it as a moment of change for a country that only lifted a ban on cinemas four years ago, a position embraced by some of those walking the red carpet.

    Continue reading...", + "category": "Saudi Arabia", + "link": "https://www.theguardian.com/world/2021/dec/11/critics-condemn-saudi-film-festival-as-a-whitewash", + "creator": "Emma Graham-Harrison", + "pubDate": "2021-12-11T20:15:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209723,16 +235372,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8950de0f406b25eaa72b485656156b20" + "hash": "284a5a89e3f4cc9d45e57bf276751a2f" }, { - "title": "Eric Clapton wins legal case against woman selling bootleg live CD for £8.45", - "description": "

    Rock star wins case against German woman who says her late husband bought the disc at a popular department store in the 80s

    Eric Clapton has won a legal case against a 55-year-old German woman selling a bootleg live CD for €9.95 (£8.45), Deutsche Welle reports.

    The woman, known as Gabriele P, claimed she was unaware that she was committing copyright infringement by listing the CD titled Eric Clapton – Live USA, which contains recordings of performances from the 1980s, on eBay. She told the court that the listing was removed after one day.

    Continue reading...", - "content": "

    Rock star wins case against German woman who says her late husband bought the disc at a popular department store in the 80s

    Eric Clapton has won a legal case against a 55-year-old German woman selling a bootleg live CD for €9.95 (£8.45), Deutsche Welle reports.

    The woman, known as Gabriele P, claimed she was unaware that she was committing copyright infringement by listing the CD titled Eric Clapton – Live USA, which contains recordings of performances from the 1980s, on eBay. She told the court that the listing was removed after one day.

    Continue reading...", - "category": "Eric Clapton", - "link": "https://www.theguardian.com/music/2021/dec/17/eric-clapton-wins-legal-case-against-woman-selling-bootleg-live-cd-for-845", - "creator": "Laura Snapes and Philip Oltermann", - "pubDate": "2021-12-17T16:45:47Z", + "title": "Australian government stares down calls to press UK and US for Julian Assange’s release", + "description": "

    Australia says it is ‘not a party’ to case and will ‘respect the UK legal process’ after court clears way for WikiLeaks co-founder’s extradition to US

    The Australian government is staring down calls to intervene to secure Julian Assange’s freedom, after a British court cleared the way for the WikiLeaks co-founder to be extradited to the US to face espionage charges.

    The government said it was monitoring the Australian citizen’s case closely, but would “continue to respect the UK legal process – including any further appeals under UK law” – and emphasised Australia was “not a party to the case”.

    Continue reading...", + "content": "

    Australia says it is ‘not a party’ to case and will ‘respect the UK legal process’ after court clears way for WikiLeaks co-founder’s extradition to US

    The Australian government is staring down calls to intervene to secure Julian Assange’s freedom, after a British court cleared the way for the WikiLeaks co-founder to be extradited to the US to face espionage charges.

    The government said it was monitoring the Australian citizen’s case closely, but would “continue to respect the UK legal process – including any further appeals under UK law” – and emphasised Australia was “not a party to the case”.

    Continue reading...", + "category": "Julian Assange", + "link": "https://www.theguardian.com/media/2021/dec/12/australian-government-stares-down-calls-to-press-uk-and-us-for-julian-assanges-release", + "creator": "Daniel Hurst", + "pubDate": "2021-12-12T02:10:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209744,16 +235393,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b86f7200b6eeba6fe2b588dd483b657" + "hash": "383c45386babfa33b02071290b6943e9" }, { - "title": "German rightwinger chosen as CDU leader by members", - "description": "

    Non-binding vote comes as the conservative party looks for new direction after end of Merkel era

    Members of Germany’s Christian Democratic Union (CDU) have elected stalwart rightwinger Friedrich Merz as their designated new leader, as the conservative party seeks a new direction in opposition following the departure of Angela Merkel.

    Merz, who has twice come second to centrist candidates in previous leadership races, won a surprise majority in the ballot, beating Merkel’s former chief of staff Helge Braun and foreign policy specialist Norbert Röttgen with 62% of the vote, thus eliminating the need for a run-off vote.

    Continue reading...", - "content": "

    Non-binding vote comes as the conservative party looks for new direction after end of Merkel era

    Members of Germany’s Christian Democratic Union (CDU) have elected stalwart rightwinger Friedrich Merz as their designated new leader, as the conservative party seeks a new direction in opposition following the departure of Angela Merkel.

    Merz, who has twice come second to centrist candidates in previous leadership races, won a surprise majority in the ballot, beating Merkel’s former chief of staff Helge Braun and foreign policy specialist Norbert Röttgen with 62% of the vote, thus eliminating the need for a run-off vote.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/17/friedrich-merz-german-rightwinger-cdu-leader-members-vote", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-12-17T14:40:09Z", + "title": "Spanish bishop who married author of satanic erotica is stripped of powers", + "description": "

    Xavier Novell Goma was a noted conservative and Spain’s youngest bishop before stepping down to marry Silvia Caballol

    Spain’s youngest bishop has been stripped of his church powers, the country’s episcopal conference said on Saturday, after he married a psychologist-turned-author of satanic erotica.

    “As is publicly known, Bishop Xavier Novell Goma, bishop emeritus of Solsona, has contracted a civil marriage with Ms Silvia Caballol, on 22 November, 2021 in the town of Suria, in the province of Barcelona,” the conference wrote in the statement.

    Continue reading...", + "content": "

    Xavier Novell Goma was a noted conservative and Spain’s youngest bishop before stepping down to marry Silvia Caballol

    Spain’s youngest bishop has been stripped of his church powers, the country’s episcopal conference said on Saturday, after he married a psychologist-turned-author of satanic erotica.

    “As is publicly known, Bishop Xavier Novell Goma, bishop emeritus of Solsona, has contracted a civil marriage with Ms Silvia Caballol, on 22 November, 2021 in the town of Suria, in the province of Barcelona,” the conference wrote in the statement.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2021/dec/12/spanish-bishop-who-married-author-of-satanic-erotica-is-stripped-of-powers", + "creator": "Staff and agencies", + "pubDate": "2021-12-12T02:04:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209765,16 +235414,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98c659f9ac79e98581cd2e729c4c4a69" + "hash": "1d99d14ec467a4e82e64834f9a1e22d7" }, { - "title": "Czech Republic’s new government sworn in 10 weeks after election", - "description": "

    Coalition headed by Petr Fiala vows action to tackle Covid, inflation, high energy prices and budget deficit

    A long post-election hiatus in the Czech Republic has ended after a new government took office, promising urgently to tackle rampant Covid-19 infection rates, inflation, energy prices and a ballooning budget deficit.

    Ten weeks after decisively winning a general election, a five-party coalition headed by Petr Fiala, the new prime minister, was sworn in by the Czech president, Miloš Zeman, who urged it do “something useful” amid dire warnings of an incipient crisis in the central European country.

    Continue reading...", - "content": "

    Coalition headed by Petr Fiala vows action to tackle Covid, inflation, high energy prices and budget deficit

    A long post-election hiatus in the Czech Republic has ended after a new government took office, promising urgently to tackle rampant Covid-19 infection rates, inflation, energy prices and a ballooning budget deficit.

    Ten weeks after decisively winning a general election, a five-party coalition headed by Petr Fiala, the new prime minister, was sworn in by the Czech president, Miloš Zeman, who urged it do “something useful” amid dire warnings of an incipient crisis in the central European country.

    Continue reading...", - "category": "Czech Republic", - "link": "https://www.theguardian.com/world/2021/dec/17/czech-republic-new-government-sworn-in-petr-fiala", - "creator": "Robert Tait in Prague", - "pubDate": "2021-12-17T14:08:03Z", + "title": "‘They were a bit abrasive’: how kids’ TV Clangers secretly swore", + "description": "

    The son of Oliver Postgate, creator of the 1970s show, reveals what was in the scripts for the delightful and puzzling swannee-whistle creatures

    When Oliver Postgate, the late maestro of children’s television programmes, first invited young viewers to travel with him “in our imaginations across the vast starry stretches of outer space”, he was introducing many of them to a lifeform they would never forget: the Clanger.

    These little pink, knitted, nozzle-nosed aliens, Postgate suggested, were really rather like us, living out their lives on the “small planet wrapped in clouds” they called home. Now it has emerged they were much more like us than we thought.

    Continue reading...", + "content": "

    The son of Oliver Postgate, creator of the 1970s show, reveals what was in the scripts for the delightful and puzzling swannee-whistle creatures

    When Oliver Postgate, the late maestro of children’s television programmes, first invited young viewers to travel with him “in our imaginations across the vast starry stretches of outer space”, he was introducing many of them to a lifeform they would never forget: the Clanger.

    These little pink, knitted, nozzle-nosed aliens, Postgate suggested, were really rather like us, living out their lives on the “small planet wrapped in clouds” they called home. Now it has emerged they were much more like us than we thought.

    Continue reading...", + "category": "Animation on TV", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/12/how-kids-tv-clangers-secretly-swore-oliver-postgate-scripts", + "creator": "Vanessa Thorpe", + "pubDate": "2021-12-12T07:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209786,16 +235435,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a69817d16a4057cbe83662cff9cb880c" + "hash": "e84ac3292f359dafbdf56e28f515b929" }, { - "title": "Deforestation making outdoor work unsafe for millions, says study", - "description": "

    Rise in temperatures and humidity linked to forest loss has reduced safe hours for working in the tropics

    Deforestation has made outdoor work unsafe for millions of people in the tropics over the past 15 years, a study has found.

    The rise in temperatures and humidity caused by tree loss has reduced the number of safe hours in the day for people to work, especially for those performing heavy labour.

    Continue reading...", - "content": "

    Rise in temperatures and humidity linked to forest loss has reduced safe hours for working in the tropics

    Deforestation has made outdoor work unsafe for millions of people in the tropics over the past 15 years, a study has found.

    The rise in temperatures and humidity caused by tree loss has reduced the number of safe hours in the day for people to work, especially for those performing heavy labour.

    Continue reading...", - "category": "Deforestation", - "link": "https://www.theguardian.com/environment/2021/dec/17/deforestation-making-outdoor-work-unsafe-for-millions-says-study", - "creator": "Sofia Quaglia", - "pubDate": "2021-12-17T16:00:32Z", + "title": "‘My son’s birthday party is off’ – the sacrifices UK parents are making to save Christmas", + "description": "

    Families tell of their ‘heartbreak’ as parties and other social plans are cancelled in the wake of Omicron

    ’Tis the season to be jolly, and last week Marieke Navin and her boyfriend were planning to attend three Christmas parties between them. But now, following the rise of the Omicron variant, they are not going to any.

    “I was looking forward to those parties,” said Navin. “But my priority is protecting Christmas. I don’t want my children to be isolating in their room on Christmas Day, or be unable to visit their dad or my parents. I don’t want my partner’s kids to be unable to come to us on Boxing Day. I don’t want to jeopardise the movement of the children, and I don’t want anyone being poorly over Christmas.”

    Continue reading...", + "content": "

    Families tell of their ‘heartbreak’ as parties and other social plans are cancelled in the wake of Omicron

    ’Tis the season to be jolly, and last week Marieke Navin and her boyfriend were planning to attend three Christmas parties between them. But now, following the rise of the Omicron variant, they are not going to any.

    “I was looking forward to those parties,” said Navin. “But my priority is protecting Christmas. I don’t want my children to be isolating in their room on Christmas Day, or be unable to visit their dad or my parents. I don’t want my partner’s kids to be unable to come to us on Boxing Day. I don’t want to jeopardise the movement of the children, and I don’t want anyone being poorly over Christmas.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/12/my-sons-birthday-party-is-off-the-sacrifices-uk-parents-are-making-to-save-christmas", + "creator": "Donna Ferguson", + "pubDate": "2021-12-12T10:00:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209807,16 +235456,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "361531a29f74ea60b305577b6495f63f" + "hash": "3dd014c617069d5af036ee8d2bd9b367" }, { - "title": "‘It’s a fraught moment’: Omicron puts brakes on US return-to-office plans", - "description": "

    Employers are pausing efforts to call remote workers back in amid a renewed push for strikes and unionization

    Major US companies are now pulling back on plans to return to in-person work in light of the Omicron variant’s rapid spread across America.

    Employers planning to call remote workers back into the office in the new year are now pausing those efforts, and they are wary of setting new return dates only to push them back once again in the face of continued uncertainty and risks from the pandemic.

    Continue reading...", - "content": "

    Employers are pausing efforts to call remote workers back in amid a renewed push for strikes and unionization

    Major US companies are now pulling back on plans to return to in-person work in light of the Omicron variant’s rapid spread across America.

    Employers planning to call remote workers back into the office in the new year are now pausing those efforts, and they are wary of setting new return dates only to push them back once again in the face of continued uncertainty and risks from the pandemic.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/17/us-omicron-return-to-office-plans-employers", - "creator": "Melody Schreiber", - "pubDate": "2021-12-17T15:17:30Z", + "title": "Omicron is sneaky. It could be fatal for us – or for our faith in government | Francois Balloux", + "description": "The week ahead will be pivotal as we track the spread of the new variant and discover its potential legacy

    The emergence and rapid spread of the Omicron Sars-CoV-2 variant feels like a flashback to last year’s grim festive season when much of the world went into lockdown to avert the worst of the Alpha variant wave. But though the sense of eerie, impending doom feels familiar, the epidemiological and political situations are different from one year ago.

    The Omicron wave represents a key turning point in the pandemic. But no plausible outcome looks particularly auspicious – it feels largely like a lose-lose deal. If if turns out to be roughly as severe as previous pandemic waves, it might normalise harsh mitigation measures and render the prospect of a return to post-pandemic normality fairly remote. If it turned out to be milder than feared, this could spell the end of lockdowns with Covid-19 on its way into endemicity. The cost would be a loss of trust in political and public health authorities, which may make it difficult to deal with future threats.

    Continue reading...", + "content": "The week ahead will be pivotal as we track the spread of the new variant and discover its potential legacy

    The emergence and rapid spread of the Omicron Sars-CoV-2 variant feels like a flashback to last year’s grim festive season when much of the world went into lockdown to avert the worst of the Alpha variant wave. But though the sense of eerie, impending doom feels familiar, the epidemiological and political situations are different from one year ago.

    The Omicron wave represents a key turning point in the pandemic. But no plausible outcome looks particularly auspicious – it feels largely like a lose-lose deal. If if turns out to be roughly as severe as previous pandemic waves, it might normalise harsh mitigation measures and render the prospect of a return to post-pandemic normality fairly remote. If it turned out to be milder than feared, this could spell the end of lockdowns with Covid-19 on its way into endemicity. The cost would be a loss of trust in political and public health authorities, which may make it difficult to deal with future threats.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/commentisfree/2021/dec/12/omicron-is-sneaky-it-could-be-fatal-for-us-or-for-our-faith-in-government", + "creator": "Francois Balloux", + "pubDate": "2021-12-12T09:30:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209828,16 +235477,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2dddd62f240193994d2fe1e6a5633fac" + "hash": "ce73b264346e485298c36ab57ff562f0" }, { - "title": "Northern Ireland: what are EU and UK proposing and will deal be done?", - "description": "

    EU law on medicines may be rewritten and UK has climbed down over ECJ. Here’s what we know

    The UK left the European Union on 31 January 2020 and all EU rules fell away at the start of 2021. Soon after, a row broke out over the Northern Ireland protocol, the tortuously negotiated agreement to avoid a hard border on the island of Ireland, by keeping Northern Ireland in the EU single market and customs union.

    Continue reading...", - "content": "

    EU law on medicines may be rewritten and UK has climbed down over ECJ. Here’s what we know

    The UK left the European Union on 31 January 2020 and all EU rules fell away at the start of 2021. Soon after, a row broke out over the Northern Ireland protocol, the tortuously negotiated agreement to avoid a hard border on the island of Ireland, by keeping Northern Ireland in the EU single market and customs union.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2021/dec/17/northern-ireland-what-are-the-eu-and-uk-proposing-and-will-deal-be-done", - "creator": "Jennifer Rankin in Brussels", - "pubDate": "2021-12-17T18:00:19Z", + "title": "UK clinics defy guidance and give under-40s their Covid booster jabs now", + "description": "

    Web forums share locations of centres offering younger people coronavirus vaccines

    Young people not currently eligible for the Covid-19 booster jab have been receiving vaccinations from walk-in centres, clinics and pharmacies across the country that have chosen to ignore official government guidance.

    On online forums, under-40s have been suggesting to each other the places offering boosters to all over-18s. On Reddit, nearly 25,000 people are a member of the UK community GetJabbed, where they are sharing locations of clinics in cities including London, Manchester and Liverpool offering boosters to younger people.

    Continue reading...", + "content": "

    Web forums share locations of centres offering younger people coronavirus vaccines

    Young people not currently eligible for the Covid-19 booster jab have been receiving vaccinations from walk-in centres, clinics and pharmacies across the country that have chosen to ignore official government guidance.

    On online forums, under-40s have been suggesting to each other the places offering boosters to all over-18s. On Reddit, nearly 25,000 people are a member of the UK community GetJabbed, where they are sharing locations of clinics in cities including London, Manchester and Liverpool offering boosters to younger people.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/11/uk-clinics-defy-guidance-give-under-40s-covid-booster-vaccinations-now", + "creator": "Robyn Vinter", + "pubDate": "2021-12-11T21:04:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209849,16 +235498,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c59db3dac02e938a4c60f954db883328" + "hash": "ecf912840039399f76486025a0b02c82" }, { - "title": "Rod Stewart and his son plead guilty to battery in 2019 Florida altercation case", - "description": "

    The singer entered the plea to ‘avoid the inconvenience’ of a high profile court trial. Neither will do jail time or pay any fines

    British rock icon Rod Stewart and his son have pleaded guilty to battery in an assault case stemming from a New Year’s Eve 2019 altercation with a security guard at an exclusive Florida hotel.

    Court records released on Friday show that the singer and his son, Sean Stewart, 41, entered guilty pleas to misdemeanor charges of simple battery.

    Continue reading...", - "content": "

    The singer entered the plea to ‘avoid the inconvenience’ of a high profile court trial. Neither will do jail time or pay any fines

    British rock icon Rod Stewart and his son have pleaded guilty to battery in an assault case stemming from a New Year’s Eve 2019 altercation with a security guard at an exclusive Florida hotel.

    Court records released on Friday show that the singer and his son, Sean Stewart, 41, entered guilty pleas to misdemeanor charges of simple battery.

    Continue reading...", - "category": "Rod Stewart", - "link": "https://www.theguardian.com/music/2021/dec/17/rod-stewart-guilty-plea-florida-altercation", - "creator": "Associated Press", - "pubDate": "2021-12-17T20:31:34Z", + "title": "Scientists fear falling trust in Boris Johnson could harm bid to curb Omicron surge", + "description": "

    Researchers say new rules may be needed to cut deaths, but there are concerns that ‘fed-up’ people will ignore government

    Ministers announced a huge expansion of the booster vaccine campaign on Saturday night, amid warnings that further restrictions will be needed imminently to prevent tens of thousands of deaths.

    With new Covid measures being discussed in Whitehall and claims of people being turned away from booster walk-in centres, third jabs will be opened up to those in their 30s from Monday in England. Those who had their second jab three months ago or more will be eligible.

    Continue reading...", + "content": "

    Researchers say new rules may be needed to cut deaths, but there are concerns that ‘fed-up’ people will ignore government

    Ministers announced a huge expansion of the booster vaccine campaign on Saturday night, amid warnings that further restrictions will be needed imminently to prevent tens of thousands of deaths.

    With new Covid measures being discussed in Whitehall and claims of people being turned away from booster walk-in centres, third jabs will be opened up to those in their 30s from Monday in England. Those who had their second jab three months ago or more will be eligible.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/12/scientists-fear-falling-trust-in-boris-johnson-could-harm-bid-to-curb-omicron-surge", + "creator": "Michael Savage, Robin McKie, Robyn Vinter", + "pubDate": "2021-12-12T00:01:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209870,16 +235519,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36de7c55d00410b00eacd3997acced84" + "hash": "48e47aff979cff623425aa6aee6bc206" }, { - "title": "Javier Bardem: ‘When I won the Oscar, I felt great, but it didn’t make any sense’", - "description": "

    Famed for portraying bad guys in Skyfall and No Country for Old Men, the Spaniard opens up about his marriage to Penélope Cruz, his formidable mum, and his hopes for his kids

    The bad news is that, at the last minute, my interview with Javier Bardem is changed from being a face-to-face encounter to one conducted by the less risky means of video chat (damn you, Omicron!) But the good news is this means I get to snoop around Bardem’s home in Madrid, where he Zooms me from, and which he shares with his wife, the actor Penélope Cruz, and their two children, Leonardo, 10, and Luna, eight. OK, I don’t actually see the whole house, but he does give me a panoramic view of his study while his kids shout and play outside.

    “You can see my little bookcase here,” Bardem says, picking up his laptop and giving me the grand tour. “And my map of the world. It’s very chaotic.”

    Continue reading...", - "content": "

    Famed for portraying bad guys in Skyfall and No Country for Old Men, the Spaniard opens up about his marriage to Penélope Cruz, his formidable mum, and his hopes for his kids

    The bad news is that, at the last minute, my interview with Javier Bardem is changed from being a face-to-face encounter to one conducted by the less risky means of video chat (damn you, Omicron!) But the good news is this means I get to snoop around Bardem’s home in Madrid, where he Zooms me from, and which he shares with his wife, the actor Penélope Cruz, and their two children, Leonardo, 10, and Luna, eight. OK, I don’t actually see the whole house, but he does give me a panoramic view of his study while his kids shout and play outside.

    “You can see my little bookcase here,” Bardem says, picking up his laptop and giving me the grand tour. “And my map of the world. It’s very chaotic.”

    Continue reading...", - "category": "Javier Bardem", - "link": "https://www.theguardian.com/film/2021/dec/17/javier-bardem-when-i-won-the-oscar-i-felt-great-but-it-didnt-make-any-sense", - "creator": "Hadley Freeman", - "pubDate": "2021-12-17T11:00:26Z", + "title": "‘He’s clueless’: faith in Boris Johnson wavers in Tory stronghold Margate", + "description": "

    Doubts about the prime minister’s ability are even being voiced among Conservative voters in pro-Brexit Thanet

    The citizens of Margate, wrote TS Eliot, were “humble people who expect nothing”. That seems to include their expectations of prime minister Boris Johnson.

    After weeks of revelations about lockdown Christmas parties, accusations of lying about his Downing Street flat refurbishment, and claims that he ordered dogs and cats to be given priority in the Afghanistan evacuation, Johnson’s popularity has slumped in the polls.

    Continue reading...", + "content": "

    Doubts about the prime minister’s ability are even being voiced among Conservative voters in pro-Brexit Thanet

    The citizens of Margate, wrote TS Eliot, were “humble people who expect nothing”. That seems to include their expectations of prime minister Boris Johnson.

    After weeks of revelations about lockdown Christmas parties, accusations of lying about his Downing Street flat refurbishment, and claims that he ordered dogs and cats to be given priority in the Afghanistan evacuation, Johnson’s popularity has slumped in the polls.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/12/hes-clueless-faith-in-boris-johnson-wavers-in-tory-stronghold-margate", + "creator": "James Tapper", + "pubDate": "2021-12-12T07:45:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209891,16 +235540,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e2934e820b1474c552a256e3f27c68f" + "hash": "149ef66a8405e14598fb3555bd7d7ec5" }, { - "title": "Met police officer sacked for using racial slur in WhatsApp message", - "description": "

    PC Harry Chandler’s dismissal comes after chat found during IOPC search of another officer’s mobile phone

    A Metropolitan police officer has been dismissed for using a racial slur in a mobile phone message to a colleague.

    The slur was revealed during an investigation by the Independent Office for Police Conduct (IOPC) regulator into the sharing of photographs of the murder scene of sisters Bibaa Henry and Nicole Smallman in Wembley, north London, in June 2020.

    Continue reading...", - "content": "

    PC Harry Chandler’s dismissal comes after chat found during IOPC search of another officer’s mobile phone

    A Metropolitan police officer has been dismissed for using a racial slur in a mobile phone message to a colleague.

    The slur was revealed during an investigation by the Independent Office for Police Conduct (IOPC) regulator into the sharing of photographs of the murder scene of sisters Bibaa Henry and Nicole Smallman in Wembley, north London, in June 2020.

    Continue reading...", - "category": "Metropolitan police", - "link": "https://www.theguardian.com/uk-news/2021/dec/17/met-police-officer-sacked-for-using-racial-slur-in-whatsapp-message", - "creator": "Nadeem Badshah", - "pubDate": "2021-12-17T21:11:46Z", + "title": "Those we lost in 2021: Sean Lock remembered by Bill Bailey", + "description": "

    22 April 1963 – 16 August 2021
    The comedian recalls more than 30 years of friendship with a warm and generous writer and performer whose standup sets left audiences helpless with laughter

    I met Sean at a gig where we were both performing in the late 80s and we immediately hit it off. We shared a similar sense of humour, and also a sense of outsider status which gave us an added spur to succeed but with a determination to have fun while doing it. The fact that we were able to make people laugh, and make a living from it, felt like we were on a wild adventure that we didn’t want to end.

    Sean’s early gigs in clubs where he was learning the craft were often rowdy affairs where he honed his skill at dealing with the odd drunk heckler, which developed over the years into an effortless ability to riff on whatever subject came up.

    Continue reading...", + "content": "

    22 April 1963 – 16 August 2021
    The comedian recalls more than 30 years of friendship with a warm and generous writer and performer whose standup sets left audiences helpless with laughter

    I met Sean at a gig where we were both performing in the late 80s and we immediately hit it off. We shared a similar sense of humour, and also a sense of outsider status which gave us an added spur to succeed but with a determination to have fun while doing it. The fact that we were able to make people laugh, and make a living from it, felt like we were on a wild adventure that we didn’t want to end.

    Sean’s early gigs in clubs where he was learning the craft were often rowdy affairs where he honed his skill at dealing with the odd drunk heckler, which developed over the years into an effortless ability to riff on whatever subject came up.

    Continue reading...", + "category": "Sean Lock", + "link": "https://www.theguardian.com/stage/2021/dec/12/obituaries-2021-sean-lock-remembered-by-bill-bailey", + "creator": "Guardian Staff", + "pubDate": "2021-12-12T10:00:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209912,16 +235561,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "175b3aceccf352f198b3ca513d651b9d" + "hash": "991cc032509daed00aed51bb2ac5c63d" }, { - "title": "Clare Royce Spaventa obituary", - "description": "

    My mother, Clare Royce Spaventa, who has died aged 87, was an economist who worked for the Food and Agriculture Organization (FAO) in Rome and then as a researcher at Cambridge University. When marriage led to a new life in Italy, she chose to focus less on her promising career for the benefit of her family.

    Fiercely intelligent, Clare was one of the few women of her generation to be admitted to Cambridge, where she read economics (1952-55). She went on to Stanford, then to work for the FAO in Rome around 1958, before returning to Cambridge as a researcher. It is during this second time there that, through Amartya Sen, she met Luigi Spaventa, also an economist. They decided to get married in great haste, in 1962 – there was no internet then, and phoning and travelling were extraordinarily expensive.

    Continue reading...", - "content": "

    My mother, Clare Royce Spaventa, who has died aged 87, was an economist who worked for the Food and Agriculture Organization (FAO) in Rome and then as a researcher at Cambridge University. When marriage led to a new life in Italy, she chose to focus less on her promising career for the benefit of her family.

    Fiercely intelligent, Clare was one of the few women of her generation to be admitted to Cambridge, where she read economics (1952-55). She went on to Stanford, then to work for the FAO in Rome around 1958, before returning to Cambridge as a researcher. It is during this second time there that, through Amartya Sen, she met Luigi Spaventa, also an economist. They decided to get married in great haste, in 1962 – there was no internet then, and phoning and travelling were extraordinarily expensive.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2021/dec/17/clare-royce-spaventa-obituary", - "creator": "Eleanor Spaventa", - "pubDate": "2021-12-17T18:17:20Z", + "title": "‘You’ve got to try and worry about something bigger than yourself’: Riz Ahmed on rap, racism and standing up to Hollywood", + "description": "

    Riz Ahmed has never been afraid of a challenge – he famously learned drumming and sign language for his role in Sound of Metal. But his most fearless performance? Taking on Hollywood…

    This summer, Riz Ahmed took aim at Hollywood and the wider film industry. In a speech that was somehow both measured and searingly furious, the British actor called out the “toxic portrayals” of Muslim characters in TV and movies. Using research that he was directly involved in commissioning, Ahmed showed how Muslims, who make up almost a quarter of the world’s population, are either “invisible or villains” in our screen entertainment. He said that this omission resulted not just in “lost audiences” but “lost lives” because of the “dehumanising and demonising” ways that Muslims were often depicted. In fact, Ahmed noted, some of the most prestigious and awards-laden releases of recent years were “frankly racist”: specifically The Hurt Locker and Argo, both of which won best picture at the Oscars, and Marvel’s Black Panther, which earned more than $1bn at the box office.

    The speech in June, which launched an initiative called the Blueprint for Muslim Inclusion, was many things: timely, vital and, for some, eye-opening. But mainly, on Ahmed’s part, it felt brave, even risky. Actors typically don’t take potshots at their paymasters, the studios. They almost never single out specific, very successful films for criticism.

    Continue reading...", + "content": "

    Riz Ahmed has never been afraid of a challenge – he famously learned drumming and sign language for his role in Sound of Metal. But his most fearless performance? Taking on Hollywood…

    This summer, Riz Ahmed took aim at Hollywood and the wider film industry. In a speech that was somehow both measured and searingly furious, the British actor called out the “toxic portrayals” of Muslim characters in TV and movies. Using research that he was directly involved in commissioning, Ahmed showed how Muslims, who make up almost a quarter of the world’s population, are either “invisible or villains” in our screen entertainment. He said that this omission resulted not just in “lost audiences” but “lost lives” because of the “dehumanising and demonising” ways that Muslims were often depicted. In fact, Ahmed noted, some of the most prestigious and awards-laden releases of recent years were “frankly racist”: specifically The Hurt Locker and Argo, both of which won best picture at the Oscars, and Marvel’s Black Panther, which earned more than $1bn at the box office.

    The speech in June, which launched an initiative called the Blueprint for Muslim Inclusion, was many things: timely, vital and, for some, eye-opening. But mainly, on Ahmed’s part, it felt brave, even risky. Actors typically don’t take potshots at their paymasters, the studios. They almost never single out specific, very successful films for criticism.

    Continue reading...", + "category": "Riz Ahmed", + "link": "https://www.theguardian.com/culture/2021/dec/12/youve-got-to-try-and-worry-about-something-bigger-than-yourself-riz-ahmed-on-rap-racism-and-standing-up-to-hollywood", + "creator": "Tim Lewis", + "pubDate": "2021-12-12T08:00:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209933,16 +235582,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af9df6f665b2872f1912dd7dfa87cde3" + "hash": "3db281f63b7d237932feaa229a16a440" }, { - "title": "Biden: ‘I’ve never seen anything like the unrelenting assault on the right to vote’ – live", - "description": "

    During South Carolina State University’s commencement ceremony this morning, Joe Biden also received an honorary doctorate of humane letters from the historically Black college.

    In his remarks at South Carolina State University’s commencement ceremony, Joe Biden also addressed Congress’ failure to pass the George Floyd Justice in Policing Act.

    Continue reading...", - "content": "

    During South Carolina State University’s commencement ceremony this morning, Joe Biden also received an honorary doctorate of humane letters from the historically Black college.

    In his remarks at South Carolina State University’s commencement ceremony, Joe Biden also addressed Congress’ failure to pass the George Floyd Justice in Policing Act.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2021/dec/17/joe-biden-build-back-better-act-congress-us-politics-live", - "creator": "Joan E Greve", - "pubDate": "2021-12-17T21:45:13Z", + "title": "Ten tech predictions for 2022: what’s next for Twitter, Uber and NFTs", + "description": "

    The year ahead for the social media giants, podcasts and games – and will there be yet another hyped return for virtual reality?

    Twitter has an unfortunate reputation as the punchbag of social media. It has failed to deliver the huge returns of bigger rivals such as Facebook and Facebook-owned Instagram, it hasn’t been the cool new network for more than a decade and even its own most dedicated users love to drag it to oblivion.

    Continue reading...", + "content": "

    The year ahead for the social media giants, podcasts and games – and will there be yet another hyped return for virtual reality?

    Twitter has an unfortunate reputation as the punchbag of social media. It has failed to deliver the huge returns of bigger rivals such as Facebook and Facebook-owned Instagram, it hasn’t been the cool new network for more than a decade and even its own most dedicated users love to drag it to oblivion.

    Continue reading...", + "category": "Technology", + "link": "https://www.theguardian.com/technology/2021/dec/12/10-tech-predictions-for-2022-twitter-uber-nfts-virtual-reality", + "creator": "James Ball", + "pubDate": "2021-12-12T09:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209954,16 +235603,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "152f33b0062a2e94862e4b3155f5d3c3" + "hash": "5c31fa7da7f6edde5440caccfc788041" }, { - "title": "Australia live news updates: Omicron surge strains Covid testing sites; Tasmania bans jumping castles from state schools after tragedy", - "description": "

    Devenport mourns as ban on ‘all jumping castles and inflatable amusement equipment’ imposed on schools

    It’s also going to be hot and gusty in New South Wales today, with fire warnings for Southern and Northern Riverina areas.

    My colleague Nino Bucci has been covering this fascinating case in the NSW supreme court over the last few weeks:

    Continue reading...", - "content": "

    Devenport mourns as ban on ‘all jumping castles and inflatable amusement equipment’ imposed on schools

    It’s also going to be hot and gusty in New South Wales today, with fire warnings for Southern and Northern Riverina areas.

    My colleague Nino Bucci has been covering this fascinating case in the NSW supreme court over the last few weeks:

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/18/australia-live-news-updates-omicron-surge-strains-covid-testing-sites-tasmania-bans-jumping-castles-from-state-schools-after-tragedy", - "creator": "Stephanie Convery", - "pubDate": "2021-12-17T21:48:05Z", + "title": "Confusion over booster eligibility in England as people in 30s book Covid jabs", + "description": "

    Apparent glitch allows younger people to book vaccinations before they were expected to qualify

    There was confusion on Saturday about which age groups in England are now eligible to book a booster jab with the NHS, after an apparent glitch allowed younger people to book before they were expected to qualify.

    People aged 30 and over in England were expected to be able to book a Covid-19 booster from Monday as long as it has been three months since their second vaccine dose, but many 30-somethings reported on social media on Saturday that they had been able to book their appointments already.

    Continue reading...", + "content": "

    Apparent glitch allows younger people to book vaccinations before they were expected to qualify

    There was confusion on Saturday about which age groups in England are now eligible to book a booster jab with the NHS, after an apparent glitch allowed younger people to book before they were expected to qualify.

    People aged 30 and over in England were expected to be able to book a Covid-19 booster from Monday as long as it has been three months since their second vaccine dose, but many 30-somethings reported on social media on Saturday that they had been able to book their appointments already.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/11/confusion-over-booster-eligibility-in-england-as-people-in-30s-book-covid-jabs", + "creator": "Jedidajah Otte", + "pubDate": "2021-12-11T19:09:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209975,16 +235624,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5c16785ecdc6cca2c496a88c941688f" + "hash": "4625dc41bccae74176f2f053fd459948" }, { - "title": "Covid live: UK reports 93,045 new cases, breaking daily record for third day; Germany warns of ‘massive fifth wave’", - "description": "

    UK also records 111 Covid linked deaths; German health minister says next wave is huge challenge

    Here is a bizarre story out of the US to add a little light relief to an otherwise sombre news day.

    A Florida man wearing a red thong as a face mask was forced off a United Airlines flight after failing to comply with the federal mask mandate.

    Continue reading...", - "content": "

    UK also records 111 Covid linked deaths; German health minister says next wave is huge challenge

    Here is a bizarre story out of the US to add a little light relief to an otherwise sombre news day.

    A Florida man wearing a red thong as a face mask was forced off a United Airlines flight after failing to comply with the federal mask mandate.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/17/covid-news-live-g7-calls-omicron-biggest-threat-to-global-health-unvaccinated-face-winter-of-severe-illness-and-death-biden-warns", - "creator": "Rachel Hall (now); Miranda Bryant, Jedidajah Otte and Samantha Lock (earlier)", - "pubDate": "2021-12-17T16:50:07Z", + "title": "Fighting byelections or Brexit, the rule is the same: don’t give up", + "description": "

    Voters can spring surprises at any time. This is not a time for Remainers to despair. It is never time for that

    During the closing stages of Margaret Thatcher’s premiership, I said to the Conservative MP John Biffen: “I think Mrs Thatcher must be suffering.”

    This was surprising, coming from such a long-term critic of Thatcherism as myself, but so was the reply from Biffen, a former member of her cabinet and also, for years, her leader of the Commons. “Yes,” he replied, “but is she suffering enough?”

    Continue reading...", + "content": "

    Voters can spring surprises at any time. This is not a time for Remainers to despair. It is never time for that

    During the closing stages of Margaret Thatcher’s premiership, I said to the Conservative MP John Biffen: “I think Mrs Thatcher must be suffering.”

    This was surprising, coming from such a long-term critic of Thatcherism as myself, but so was the reply from Biffen, a former member of her cabinet and also, for years, her leader of the Commons. “Yes,” he replied, “but is she suffering enough?”

    Continue reading...", + "category": "Economics", + "link": "https://www.theguardian.com/business/2021/dec/12/fighting-byelections-or-brexit-the-rule-is-the-same-dont-give-up", + "creator": "William Keegan", + "pubDate": "2021-12-12T07:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -209996,16 +235645,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a472b6d87a8dcebac02e02bee718567d" + "hash": "2117e088c6bf05b0f6dc4e1bdc5fccbe" }, { - "title": "Capitol attack insurrectionists flock to fundraising websites to raise defense funds", - "description": "

    Portraying themselves as maligned American patriots and ‘political prisoners’, the far-right groups have raised over $2m

    Trump supporters and members of far-right extremist groups who took part in the violent insurrection at the US Capitol on 6 January are raising hundreds of thousands of dollars from online crowdfunding sites by portraying themselves as maligned American patriots, martyrs and “political prisoners”.

    Several of the highest-profile participants in the “stop the steal” insurrection which attempted to disrupt Joe Biden’s certification as US president are raising substantial sums on fundraising sites. They include members of the far-right Proud Boys and many of the 6 January individuals being detained in a Washington DC jail, awaiting trial for allegedly attacking police officers.

    Continue reading...", - "content": "

    Portraying themselves as maligned American patriots and ‘political prisoners’, the far-right groups have raised over $2m

    Trump supporters and members of far-right extremist groups who took part in the violent insurrection at the US Capitol on 6 January are raising hundreds of thousands of dollars from online crowdfunding sites by portraying themselves as maligned American patriots, martyrs and “political prisoners”.

    Several of the highest-profile participants in the “stop the steal” insurrection which attempted to disrupt Joe Biden’s certification as US president are raising substantial sums on fundraising sites. They include members of the far-right Proud Boys and many of the 6 January individuals being detained in a Washington DC jail, awaiting trial for allegedly attacking police officers.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2021/dec/17/capitol-attack-insurrectionists-fundraising-defense-money", - "creator": "Ed Pilkington", - "pubDate": "2021-12-17T07:00:22Z", + "title": "Why uncontrolled HIV may be behind the emergence of Omicron", + "description": "

    Analysis: experts say weakened immune systems may give rise to new Covid variants – so HIV prevention could be key to stopping coronavirus

    Where did Omicron come from? By all accounts it is a weird variant. Though highly mutated, it descended not from one of the other variants of concern, such as Alpha, Beta or Delta, but from coronavirus that was circulating maybe 18 months ago. So where has it been all this time? And why is it only wreaking havoc now?

    Researchers are exploring a number of hunches. One is that Omicron arose in a remote region of southern Africa but failed to spread until now. Another is that it evolved in infected animals, such as rats, and then crossed back into humans. But a third explanation is gaining ground as more data come to light, that Omicron arose in a person with a weakened immune system: someone having cancer treatment perhaps, an organ transplant patient or someone with uncontrolled HIV.

    Continue reading...", + "content": "

    Analysis: experts say weakened immune systems may give rise to new Covid variants – so HIV prevention could be key to stopping coronavirus

    Where did Omicron come from? By all accounts it is a weird variant. Though highly mutated, it descended not from one of the other variants of concern, such as Alpha, Beta or Delta, but from coronavirus that was circulating maybe 18 months ago. So where has it been all this time? And why is it only wreaking havoc now?

    Researchers are exploring a number of hunches. One is that Omicron arose in a remote region of southern Africa but failed to spread until now. Another is that it evolved in infected animals, such as rats, and then crossed back into humans. But a third explanation is gaining ground as more data come to light, that Omicron arose in a person with a weakened immune system: someone having cancer treatment perhaps, an organ transplant patient or someone with uncontrolled HIV.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/11/why-uncontrolled-hiv-may-be-behind-the-emergence-of-omicron", + "creator": "Ian Sample Science editor", + "pubDate": "2021-12-11T08:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210017,16 +235666,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef4ca9d37cfc2e805ca77610735eb595" + "hash": "cfa0a5e44a9b3f717362966773c4756b" }, { - "title": "Boris Johnson accepts responsibility for North Shropshire byelection mauling", - "description": "

    PM says he hears what voters are saying, but blames media for focusing on politics and politicians

    Boris Johnson has said he accepts responsibility for his party’s crushing defeat in the North Shropshire byelection but also defiantly blamed the media for focusing on “politics and politicians” following a string of allegations about Tory sleaze and breaches of lockdown rules.

    The prime minister said he understood “why people were and are frustrated” in North Shropshire, where the Lib Dems overturned a huge Conservative majority to take the seat by 6,000 votes.

    Continue reading...", - "content": "

    PM says he hears what voters are saying, but blames media for focusing on politics and politicians

    Boris Johnson has said he accepts responsibility for his party’s crushing defeat in the North Shropshire byelection but also defiantly blamed the media for focusing on “politics and politicians” following a string of allegations about Tory sleaze and breaches of lockdown rules.

    The prime minister said he understood “why people were and are frustrated” in North Shropshire, where the Lib Dems overturned a huge Conservative majority to take the seat by 6,000 votes.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/17/boris-johnson-accepts-responsibility-for-north-shropshire-byelection-mauling", - "creator": "Rowena Mason Deputy political editor", - "pubDate": "2021-12-17T13:10:17Z", + "title": "Omicron patient hospitalised in NSW as Queensland prepares for thousands of cars to cross border", + "description": "

    Covid vaccine booster shots also fast-tracked on day of large protests in capital cities to oppose mandates

    A person in New South Wales has been admitted to hospital infected with the Omicron variant of Covid-19, the first Omicron patient to be hospitalised since it arrived in Australia last month.

    It comes as thousands of protesters marched through capital cities on Sunday to oppose vaccine mandates, and Western Australia and Queensland prepared to reopen their borders.

    Continue reading...", + "content": "

    Covid vaccine booster shots also fast-tracked on day of large protests in capital cities to oppose mandates

    A person in New South Wales has been admitted to hospital infected with the Omicron variant of Covid-19, the first Omicron patient to be hospitalised since it arrived in Australia last month.

    It comes as thousands of protesters marched through capital cities on Sunday to oppose vaccine mandates, and Western Australia and Queensland prepared to reopen their borders.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/12/omicron-patient-hospitalised-in-nsw-as-queensland-prepares-for-thousands-of-cars-to-cross-border", + "creator": "Ben Doherty", + "pubDate": "2021-12-12T06:35:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210038,16 +235687,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "72351047fbdf03775ddefa51cfbfea25" + "hash": "8be96cb600a0dc04a6a0746863cede95" }, { - "title": "Environmental activists ‘spat at by drivers’ at Rome protest", - "description": "

    Protesters say they were slapped, kicked and spat at by angry drivers during roadblock in Italian capital

    Italian activists have blocked a major road in Rome as part of a series of protests aimed at urging the government to take action to tackle the climate crisis.

    The activists, from the group Last Generation, which is supported by Extinction Rebellion, claim they were slapped, kicked and spat at by angry drivers after they assembled along the Maglianella viaduct on the A90 motorway.

    Continue reading...", - "content": "

    Protesters say they were slapped, kicked and spat at by angry drivers during roadblock in Italian capital

    Italian activists have blocked a major road in Rome as part of a series of protests aimed at urging the government to take action to tackle the climate crisis.

    The activists, from the group Last Generation, which is supported by Extinction Rebellion, claim they were slapped, kicked and spat at by angry drivers after they assembled along the Maglianella viaduct on the A90 motorway.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2021/dec/17/environmental-activists-spat-at-by-drivers-at-rome-protest", - "creator": "Angela Giuffrida", - "pubDate": "2021-12-17T11:23:49Z", + "title": "Sotomayor decries abortion ruling but court’s conservatives show their muscle", + "description": "

    The highest court in the US has been defied by a group of extremist Republicans openly flouting the court’s own rulings

    Sonia Sotomayor, the liberal-leaning justice on the US supreme court, put it plainly. For almost three months, lawmakers in the Republican-controlled legislature of Texas had “substantially suspended a constitutional guarantee: a pregnant woman’s right to control her own body”.

    “The court should have put an end to this madness months ago,” Sotomayor said.

    Continue reading...", + "content": "

    The highest court in the US has been defied by a group of extremist Republicans openly flouting the court’s own rulings

    Sonia Sotomayor, the liberal-leaning justice on the US supreme court, put it plainly. For almost three months, lawmakers in the Republican-controlled legislature of Texas had “substantially suspended a constitutional guarantee: a pregnant woman’s right to control her own body”.

    “The court should have put an end to this madness months ago,” Sotomayor said.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/10/supreme-court-abortion-ruling-texas-ban", + "creator": "Ed Pilkington in New York", + "pubDate": "2021-12-10T20:41:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210059,16 +235708,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b83ae86a894dfa0874d0403d9a5f9e03" + "hash": "070befc5d5c5439b1045fdf764784b74" }, { - "title": "‘Anti-5G’ necklaces are radioactive and dangerous, Dutch nuclear experts say", - "description": "

    Officials issue product alert and say ‘quantum pendants’ could damage DNA with prolonged use

    People who wear “anti-5G” pendants to “protect” themselves from radio frequencies emitted by phone masts have been told by the Dutch nuclear authority that their necklaces are dangerously radioactive.

    Owners of “quantum pendants” and other “negative ion” jewellery have been advised to store them away, as they have been found to continuously emit ionising radiation.

    Continue reading...", - "content": "

    Officials issue product alert and say ‘quantum pendants’ could damage DNA with prolonged use

    People who wear “anti-5G” pendants to “protect” themselves from radio frequencies emitted by phone masts have been told by the Dutch nuclear authority that their necklaces are dangerously radioactive.

    Owners of “quantum pendants” and other “negative ion” jewellery have been advised to store them away, as they have been found to continuously emit ionising radiation.

    Continue reading...", - "category": "5G", - "link": "https://www.theguardian.com/technology/2021/dec/17/anti-5g-necklaces-radioactive-dutch-nuclear-experts-quantum-pendants", - "creator": "Daniel Boffey in Brussels", - "pubDate": "2021-12-17T13:37:44Z", + "title": "New Zealand isn’t naive about China – but it doesn’t accept the Aukus worldview | Robert G Patman", + "description": "

    The Ardern government does not believe that the fate of the Indo-Pacific rests on US-China rivalry

    After the Biden administration’s announcement concerning the “diplomatic ban” of China’s Winter Games, Jacinda Ardern’s government has distanced itself from western allies once again – but it would be wrong to assume that Wellington has any illusions about China.

    The US government confirmed this week it would diplomatically boycott the Winter Olympic Games to protest against China’s persecution of the Uyghur people in the country’s Xinjiang province. Australia, UK and Canada subsequently indicated they would join the boycott.

    Continue reading...", + "content": "

    The Ardern government does not believe that the fate of the Indo-Pacific rests on US-China rivalry

    After the Biden administration’s announcement concerning the “diplomatic ban” of China’s Winter Games, Jacinda Ardern’s government has distanced itself from western allies once again – but it would be wrong to assume that Wellington has any illusions about China.

    The US government confirmed this week it would diplomatically boycott the Winter Olympic Games to protest against China’s persecution of the Uyghur people in the country’s Xinjiang province. Australia, UK and Canada subsequently indicated they would join the boycott.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/commentisfree/2021/dec/10/new-zealand-isnt-naive-about-china-but-it-doesnt-accept-the-aukus-worldview", + "creator": "Robert G Patman", + "pubDate": "2021-12-10T06:14:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210080,16 +235729,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88874816cd5015bd71bd6fe67165cfb2" + "hash": "f5d76b0b467cd61cb78daf9b9f54aeb4" }, { - "title": "T-cells in people who have had Pfizer Covid jab stay robust against severe illness", - "description": "

    Research in South Africa raises hopes that similar responses may be present with other vaccines

    South African researchers examining how the body’s immune system responds to the Omicron variant have identified that T-cells in people who have had the Pfizer vaccine continue to be robust in potentially protecting against severe illness despite Omicron’s ability to evade other defences.

    The research raises hopes that similar responses may be present with other vaccines and within unvaccinated individuals who have been infected with coronavirus.

    Continue reading...", - "content": "

    Research in South Africa raises hopes that similar responses may be present with other vaccines

    South African researchers examining how the body’s immune system responds to the Omicron variant have identified that T-cells in people who have had the Pfizer vaccine continue to be robust in potentially protecting against severe illness despite Omicron’s ability to evade other defences.

    The research raises hopes that similar responses may be present with other vaccines and within unvaccinated individuals who have been infected with coronavirus.

    Continue reading...", + "title": "Stricter measures than plan B may be needed to rein in UK’s Omicron growth", + "description": "

    Analysis: scientists say home working makes sense but voice fears over advice to go ahead with parties amid steep trajectory in cases

    Work from home, but keep going to Christmas parties: Boris Johnson’s advice has prompted questions about the logic behind plan B and left a lingering sense of confusion about the scale of the threat posed by the Omicron variant. So does the plan stand up to scrutiny?

    Scientists say that making working from home a first line of defence, ahead of social gatherings, is not necessarily a frivolous choice. In the hierarchy of measures that can be deployed, working from home is an effective way to bring down people’s daily contacts and is relatively painless economically. However, many fear that the threat posed by Omicron will require more than the first line of defence and that plan B does not go far enough.

    Continue reading...", + "content": "

    Analysis: scientists say home working makes sense but voice fears over advice to go ahead with parties amid steep trajectory in cases

    Work from home, but keep going to Christmas parties: Boris Johnson’s advice has prompted questions about the logic behind plan B and left a lingering sense of confusion about the scale of the threat posed by the Omicron variant. So does the plan stand up to scrutiny?

    Scientists say that making working from home a first line of defence, ahead of social gatherings, is not necessarily a frivolous choice. In the hierarchy of measures that can be deployed, working from home is an effective way to bring down people’s daily contacts and is relatively painless economically. However, many fear that the threat posed by Omicron will require more than the first line of defence and that plan B does not go far enough.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/17/t-cells-pfizer-covid-jab-robust-against-severe-illness-south-africa-research", - "creator": "Peter Beaumont", - "pubDate": "2021-12-17T16:50:57Z", + "link": "https://www.theguardian.com/world/2021/dec/09/plan-b-measures-omicron-variant-growth-uk-analysis", + "creator": "Hannah Devlin Science correspondent", + "pubDate": "2021-12-09T17:04:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210101,16 +235750,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6cdb12ad0b0b613ca0e4796d9684ba6" + "hash": "84ad81a7edef7f326ba6a426aa2a25da" }, { - "title": "Russia-Ukraine crisis: where are Putin’s troops and what are his options?", - "description": "

    A visual guide to recent troop deployments, as tensions escalate

    Russia has forward-deployed hundreds of tanks, self-propelled artillery and even short-range ballistic missiles from as far away as Siberia to within striking range of Ukraine’s borders. US intelligence has said Russia could launch an offensive by the end of January with as many as 100 battalion tactical groups (BTGs), comprising an estimated 175,000 troops. Current estimates say Russia has about 50 BTGs in the border region, already a significant force that could overrun Ukrainian defensive positions.

    Continue reading...", - "content": "

    A visual guide to recent troop deployments, as tensions escalate

    Russia has forward-deployed hundreds of tanks, self-propelled artillery and even short-range ballistic missiles from as far away as Siberia to within striking range of Ukraine’s borders. US intelligence has said Russia could launch an offensive by the end of January with as many as 100 battalion tactical groups (BTGs), comprising an estimated 175,000 troops. Current estimates say Russia has about 50 BTGs in the border region, already a significant force that could overrun Ukrainian defensive positions.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/17/russia-ukraine-crisis-putin-troops-visual-guide-explainer", - "creator": "Andrew Roth, David Blood and Niels de Hoog", - "pubDate": "2021-12-17T05:00:18Z", + "title": "Helicopter lowers rescuer to car at top of Niagara Falls – video", + "description": "

    A woman's body has been retrieved from a car that was washed close to the brink of Niagara Falls on the US-Canada border. A coast guard rescuer was lowered from a helicopter to the car and found the body. An investigation has been launched into how the car and its occupant ended up in the Niagara River.

    Continue reading...", + "content": "

    A woman's body has been retrieved from a car that was washed close to the brink of Niagara Falls on the US-Canada border. A coast guard rescuer was lowered from a helicopter to the car and found the body. An investigation has been launched into how the car and its occupant ended up in the Niagara River.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/video/2021/dec/09/helicopter-lowers-rescuer-to-car-at-top-of-niagara-falls-video", + "creator": "", + "pubDate": "2021-12-09T03:39:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210118,20 +235767,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "74c0664dd0c8f5e3a64731de4de354e8" + "hash": "acf964195f8a0b127c677d9101c8b1d5" }, { - "title": "Benedict Cumberbatch: ‘I loved not being a people-pleaser’", - "description": "

    With his acclaimed performance in the Guardian’s 2021 film of the year, The Power of the Dog, the actor talks about feeling the pain of his macho character, working with Jane Campion and the struggle to do taxidermy in LA

    Earlier this week, Benedict Cumberbatch picked up his first nomination this awards season: best actor in a drama at the Golden Globes for The Power of the Dog. It will not be his last. In Jane Campion’s western, adapted from the novel by Thomas Savage, he plays Phil Burbank, a brilliant but vile cattle rancher in 1925 Montana.

    Trained at the start of the century by an iconic cowboy called Bronco Henry, Phil bullies everyone: men, animals, his brother, George (Jesse Plemons) – and, particularly, George’s new wife, Rose (Kirsten Dunst), and her delicate son, Peter (Kodi Smit-McPhee).

    Continue reading...", - "content": "

    With his acclaimed performance in the Guardian’s 2021 film of the year, The Power of the Dog, the actor talks about feeling the pain of his macho character, working with Jane Campion and the struggle to do taxidermy in LA

    Earlier this week, Benedict Cumberbatch picked up his first nomination this awards season: best actor in a drama at the Golden Globes for The Power of the Dog. It will not be his last. In Jane Campion’s western, adapted from the novel by Thomas Savage, he plays Phil Burbank, a brilliant but vile cattle rancher in 1925 Montana.

    Trained at the start of the century by an iconic cowboy called Bronco Henry, Phil bullies everyone: men, animals, his brother, George (Jesse Plemons) – and, particularly, George’s new wife, Rose (Kirsten Dunst), and her delicate son, Peter (Kodi Smit-McPhee).

    Continue reading...", - "category": "The Power of the Dog", - "link": "https://www.theguardian.com/film/2021/dec/17/benedict-cumberbatch-i-loved-not-being-a-people-pleaser", - "creator": "Catherine Shoard", - "pubDate": "2021-12-17T08:00:22Z", + "title": "At least 70 dead as tornadoes rip across central and southern US states", + "description": "

    Kentucky was hardest hit as four tornadoes, including a massive storm, devastated a town and collapsed a factory building

    Seven central and southern US states were searching for survivors and surveying the devastation Saturday after a series of powerful tornadoes intensified by severe storms ripped across the region, leaving an estimated 70 to 100 people dead.

    By early evening, officials had confirmed 29 deaths, including 22 in three Kentucky counties, many of those in a candle factory in Mayfield that had around 110 employees working the night shift when a tornado roared through.

    Continue reading...", + "content": "

    Kentucky was hardest hit as four tornadoes, including a massive storm, devastated a town and collapsed a factory building

    Seven central and southern US states were searching for survivors and surveying the devastation Saturday after a series of powerful tornadoes intensified by severe storms ripped across the region, leaving an estimated 70 to 100 people dead.

    By early evening, officials had confirmed 29 deaths, including 22 in three Kentucky counties, many of those in a candle factory in Mayfield that had around 110 employees working the night shift when a tornado roared through.

    Continue reading...", + "category": "Tornadoes", + "link": "https://www.theguardian.com/world/2021/dec/11/tornadoes-kentucky-missouri-arkansas-latest", + "creator": "Edward Helmore in New York and agencies", + "pubDate": "2021-12-11T18:23:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210143,16 +235792,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77fa79b3c95bec555c0243d815eb949d" + "hash": "6b02b7fbc4a8e5b47f586f70bdfdea2f" }, { - "title": "‘Comic-book crack for generations’: why Spider-Man still has us all in his web", - "description": "

    With his teenage neuroses and gawky vulnerability, Spidey isn’t your ordinary superhero, but despite the dodgy wrist action he still resonates with armies of fans

    Not a spider – and not a man – but the most powerful teenage kid in pop-culture history. Spider-Man is the lonely, sensitive, adolescent underdog whose high-school miseries and humiliations, combined with his secret superheroic triumphs, have been comic-book crack for generations of fascinated fans and a gateway drug to the Marvel world itself.

    He first appeared in Marvel Comics almost 60 years ago: the orphaned young science prodigy, Peter Parker, bitten by a radioactive spider at an educational exhibit. (Like Godzilla, Spider-Man is a product of the nuclear age.) He acquires the proportionate strength of a spider, a tingly “spider sense” for danger, and the ability to climb up walls. He designs his own body-hugging web-motif costume and web-shooting wrist modules and becomes a superhero, battling people such as the Green Goblin and Doctor Octopus. But he is somehow unable to reveal his secret to his high-school crush Mary Jane Watson and, as humble Parker, gets bullied by the high-school jock Flash Thompson who – ironically – fan-worships Spider-Man. So Spider-Man’s victories coexist with despair and depression: he fails to save his Uncle Ben, killed by a street criminal, and his entire superhero career is driven by that primal scene of failure and guilt – a Rosebud of wretchedness.

    Continue reading...", - "content": "

    With his teenage neuroses and gawky vulnerability, Spidey isn’t your ordinary superhero, but despite the dodgy wrist action he still resonates with armies of fans

    Not a spider – and not a man – but the most powerful teenage kid in pop-culture history. Spider-Man is the lonely, sensitive, adolescent underdog whose high-school miseries and humiliations, combined with his secret superheroic triumphs, have been comic-book crack for generations of fascinated fans and a gateway drug to the Marvel world itself.

    He first appeared in Marvel Comics almost 60 years ago: the orphaned young science prodigy, Peter Parker, bitten by a radioactive spider at an educational exhibit. (Like Godzilla, Spider-Man is a product of the nuclear age.) He acquires the proportionate strength of a spider, a tingly “spider sense” for danger, and the ability to climb up walls. He designs his own body-hugging web-motif costume and web-shooting wrist modules and becomes a superhero, battling people such as the Green Goblin and Doctor Octopus. But he is somehow unable to reveal his secret to his high-school crush Mary Jane Watson and, as humble Parker, gets bullied by the high-school jock Flash Thompson who – ironically – fan-worships Spider-Man. So Spider-Man’s victories coexist with despair and depression: he fails to save his Uncle Ben, killed by a street criminal, and his entire superhero career is driven by that primal scene of failure and guilt – a Rosebud of wretchedness.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/17/comic-book-crack-for-generations-why-spider-man-still-has-us-all-in-his-web", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-17T12:20:23Z", + "title": "Tens of thousands protest against compulsory Covid jabs in Austria", + "description": "

    Crowds in Vienna demonstrate against mandatory vaccines and confinement orders for unvaccinated

    Tens of thousands of people have gathered in Austria’s capital Vienna to protest against mandatory Covid vaccines and home confinement orders for those who have not yet received the jabs.

    Police said an estimated 44,000 people attended the demonstration on Saturday, the latest in a string of huge weekend protests since Austria last month became the first EU country to say it would make Covid vaccinations mandatory.

    Continue reading...", + "content": "

    Crowds in Vienna demonstrate against mandatory vaccines and confinement orders for unvaccinated

    Tens of thousands of people have gathered in Austria’s capital Vienna to protest against mandatory Covid vaccines and home confinement orders for those who have not yet received the jabs.

    Police said an estimated 44,000 people attended the demonstration on Saturday, the latest in a string of huge weekend protests since Austria last month became the first EU country to say it would make Covid vaccinations mandatory.

    Continue reading...", + "category": "Austria", + "link": "https://www.theguardian.com/world/2021/dec/11/tens-of-thousands-protest-against-compulsory-covid-jabs-in-austria", + "creator": "Agence France-Presse", + "pubDate": "2021-12-11T17:47:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210164,16 +235813,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "382e958e00389f618317575ce2b0527b" + "hash": "6a9f3ca2e648041a91876d7de60cd7d5" }, { - "title": "From Bruegel’s boozers to Hirst’s horrific ashtray: what are the wildest parties in art?", - "description": "

    Summon some Flemish yokels. Send for some Venetian aristocrats. Then open the ale and party to the sound of bagpipes … if you can’t get to a Christmas bash this year, come to art’s best knees-ups instead

    Has your Christmas party been cancelled? Or perhaps you never got an invitation in the first place. Fear not. However socially distanced this festive season becomes, you can always soak up some fun from the great party scenes in art.

    Would you rather dance in the village square with beered-up peasants from the paintbrush of Pieter Bruegel the Elder, or glug red wine and get your clothes off with Titian’s boozy revellers? They are not so different. After all, everyone’s the same after a few drinks. Although painted nearly 50 years apart, at different ends of Europe, Titian’s Bacchanal of the Andrians and Bruegel’s Peasant Dance both depict large crowds united in a wild yet graceful rite in which there’s room for many telling details: two villagers snogging to the sound of bagpipes, a youth balancing a pitcher of wine at a dangerous angle, a rustic couple dancing hand in hand, a woman lying back in satisfaction.

    Continue reading...", - "content": "

    Summon some Flemish yokels. Send for some Venetian aristocrats. Then open the ale and party to the sound of bagpipes … if you can’t get to a Christmas bash this year, come to art’s best knees-ups instead

    Has your Christmas party been cancelled? Or perhaps you never got an invitation in the first place. Fear not. However socially distanced this festive season becomes, you can always soak up some fun from the great party scenes in art.

    Would you rather dance in the village square with beered-up peasants from the paintbrush of Pieter Bruegel the Elder, or glug red wine and get your clothes off with Titian’s boozy revellers? They are not so different. After all, everyone’s the same after a few drinks. Although painted nearly 50 years apart, at different ends of Europe, Titian’s Bacchanal of the Andrians and Bruegel’s Peasant Dance both depict large crowds united in a wild yet graceful rite in which there’s room for many telling details: two villagers snogging to the sound of bagpipes, a youth balancing a pitcher of wine at a dangerous angle, a rustic couple dancing hand in hand, a woman lying back in satisfaction.

    Continue reading...", - "category": "Art", - "link": "https://www.theguardian.com/artanddesign/2021/dec/17/bruegels-boozers-hirsts-horrific-ashtray-wildest-parties-art-christmas", - "creator": "Jonathan Jones", - "pubDate": "2021-12-17T12:41:42Z", + "title": "Boris Johnson pictured hosting No 10 Christmas quiz last year", + "description": "

    Prime minister faces further allegations of breaching Covid restrictions after week of scandals

    Boris Johnson is facing further questions over whether he breached Covid laws after pictures emerged of him hosting a Christmas quiz in Downing Street while London was under tier 2 restrictions.

    The prime minister was pictured on a screen reading out questions while staff were sat behind computers and conferred on the answers, the Mirror reported.

    Continue reading...", + "content": "

    Prime minister faces further allegations of breaching Covid restrictions after week of scandals

    Boris Johnson is facing further questions over whether he breached Covid laws after pictures emerged of him hosting a Christmas quiz in Downing Street while London was under tier 2 restrictions.

    The prime minister was pictured on a screen reading out questions while staff were sat behind computers and conferred on the answers, the Mirror reported.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/11/boris-johnson-pictured-hosting-no-10-christmas-quiz-last-year", + "creator": "Nadeem Badshah", + "pubDate": "2021-12-11T23:07:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210185,16 +235834,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83f7144ad727cdf37bcfe8e17a776783" + "hash": "e60e6d9084dbbb06044f1c208e7a9f99" }, { - "title": "Boris Johnson accused of failing to protect UK’s national security", - "description": "

    Chair of cross-party watchdog tells PM there are signs ‘security is no longer a priority for the government’

    Boris Johnson has been accused of spending too little time on protecting Britain’s national security in a highly critical letter sent directly to Downing Street by the chair of a cross-party watchdog.

    The chair of the national security committee, the former Labour foreign secretary Dame Margaret Beckett, writes: “We are deeply troubled by the persistent signs that our nation’s security is no longer a priority for the government”.

    Continue reading...", - "content": "

    Chair of cross-party watchdog tells PM there are signs ‘security is no longer a priority for the government’

    Boris Johnson has been accused of spending too little time on protecting Britain’s national security in a highly critical letter sent directly to Downing Street by the chair of a cross-party watchdog.

    The chair of the national security committee, the former Labour foreign secretary Dame Margaret Beckett, writes: “We are deeply troubled by the persistent signs that our nation’s security is no longer a priority for the government”.

    Continue reading...", - "category": "UK security and counter-terrorism", - "link": "https://www.theguardian.com/politics/2021/dec/17/boris-johnson-accused-of-failing-to-protect-uk-national-security", - "creator": "Dan Sabbagh", - "pubDate": "2021-12-17T16:30:58Z", + "title": "New Caledonia: fears of unrest as polls open for vote on independence from France", + "description": "

    Pro-independence FLNKS has called for people not to participate, arguing that Covid has made campaigning impossible

    Residents of New Caledonia will go to the polls on Sunday in the third and final vote on independence from France, after a fraught campaign and amidst fears of violence.

    This is the third referendum on whether New Caledonia should become independent from France – it is currently a French territory. In 2018, 43% voted for independence, a number that increased to 47% in the second vote in 2020.

    Continue reading...", + "content": "

    Pro-independence FLNKS has called for people not to participate, arguing that Covid has made campaigning impossible

    Residents of New Caledonia will go to the polls on Sunday in the third and final vote on independence from France, after a fraught campaign and amidst fears of violence.

    This is the third referendum on whether New Caledonia should become independent from France – it is currently a French territory. In 2018, 43% voted for independence, a number that increased to 47% in the second vote in 2020.

    Continue reading...", + "category": "New Caledonia", + "link": "https://www.theguardian.com/world/2021/dec/12/new-caledonia-fears-of-unrest-as-polls-open-for-vote-on-independence-from-france", + "creator": "Julien Sartre in Nouméa", + "pubDate": "2021-12-11T20:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210206,16 +235855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b26f5d3a0eeaebf3ea262ccc32197c7" + "hash": "ce930bb999f4e5e518111d0f70d6d83b" }, { - "title": "Ghislaine Maxwell’s defense to finish arguments in sex-trafficking trial", - "description": "

    Lawyers say they expect the defense case to conclude Friday or Monday, setting stage for closing arguments

    • This article contains depictions of sexual abuse

    Ghislaine Maxwell’s defense against accusations that she helped the late financier and sex offender Jeffrey Epstein sexually abuse underage girls could wrap up as soon as Friday.

    Lawyers were set to continue their defense case Friday morning in her Manhattan federal court sex-trafficking trial.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732).

    Continue reading...", - "content": "

    Lawyers say they expect the defense case to conclude Friday or Monday, setting stage for closing arguments

    • This article contains depictions of sexual abuse

    Ghislaine Maxwell’s defense against accusations that she helped the late financier and sex offender Jeffrey Epstein sexually abuse underage girls could wrap up as soon as Friday.

    Lawyers were set to continue their defense case Friday morning in her Manhattan federal court sex-trafficking trial.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732).

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/17/ghislaine-maxwell-trial-defense-finish-arguments-sex-trafficking", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-17T16:53:13Z", + "title": "Quo Vadis, Aida? takes best picture at European film awards", + "description": "

    Shattering depiction of Srebrenica massacre pips Florian Zeller’s The Father to top prize

    The Father, Florian Zeller’s disorientating and poignant dementia drama starring Anthony Hopkins, won best actor and best screenplay at this year’s European film awards – but was ultimately pipped to best film by Quo Vadis, Aida?, a shattering depiction of the calamitous 1992 UN attempt to prevent the Srebrenica massacre.

    Bosnian film-maker Jasmila Žbanić also won best director for the film – a pan-European endeavour involving 12 production companies from nine countries – while Jasna Đuričić won best actress for her performance as the beleaguered UN interpreter trying to save her family from being ethnically cleansed with other Muslims by Bosnian-Serb paramilitaries.

    Continue reading...", + "content": "

    Shattering depiction of Srebrenica massacre pips Florian Zeller’s The Father to top prize

    The Father, Florian Zeller’s disorientating and poignant dementia drama starring Anthony Hopkins, won best actor and best screenplay at this year’s European film awards – but was ultimately pipped to best film by Quo Vadis, Aida?, a shattering depiction of the calamitous 1992 UN attempt to prevent the Srebrenica massacre.

    Bosnian film-maker Jasmila Žbanić also won best director for the film – a pan-European endeavour involving 12 production companies from nine countries – while Jasna Đuričić won best actress for her performance as the beleaguered UN interpreter trying to save her family from being ethnically cleansed with other Muslims by Bosnian-Serb paramilitaries.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/11/quo-vadis-aida-wins-best-film-at-european-film-awards", + "creator": "Phil Hoad", + "pubDate": "2021-12-11T23:19:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210227,16 +235876,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50817dd4832674a8f42bbe240f18769b" + "hash": "1736ec0a07ee59e63bbe0d36ea7de7e7" }, { - "title": "As an investigation begins, the tight-knit Tasmanian town of Devonport grieves", - "description": "

    What should have been an end-of-schoolterm treat – a jumping castle on school grounds – resulted in a tragedy that has left the township of 26,000 in shock

    Just over a week out from Christmas and the yard of Hillcrest primary school should have been abandoned for the holidays, children gone, gates locked.

    But on Friday the car park was full. The police were there along with investigators trying to piece together the course of events that led to a tragedy that has befallen the northern Tasmanian town of Devonport.

    Continue reading...", - "content": "

    What should have been an end-of-schoolterm treat – a jumping castle on school grounds – resulted in a tragedy that has left the township of 26,000 in shock

    Just over a week out from Christmas and the yard of Hillcrest primary school should have been abandoned for the holidays, children gone, gates locked.

    But on Friday the car park was full. The police were there along with investigators trying to piece together the course of events that led to a tragedy that has befallen the northern Tasmanian town of Devonport.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/17/as-an-investigation-begins-the-tight-knit-tasmanian-town-of-devonport-grieves", - "creator": "Nina Hendy in Devonport", - "pubDate": "2021-12-17T08:54:16Z", + "title": "Fresh evidence on UK’s botched Afghan withdrawal backs whistleblower’s story", + "description": "

    MPs’ inquiry given further details of Britain’s mismanagement of Afghanistan exit with ‘people left to die at the hands of the Taliban’

    Further evidence alleging that the government seriously mishandled the withdrawal from Afghanistan has been handed to a parliamentary inquiry examining the operation, the Observer has been told.

    Details from several government departments and agencies are understood to back damning testimony from a Foreign Office whistleblower, who has claimed that bureaucratic chaos, ministerial intervention, and a lack of planning and resources led to “people being left to die at the hands of the Taliban”.

    Continue reading...", + "content": "

    MPs’ inquiry given further details of Britain’s mismanagement of Afghanistan exit with ‘people left to die at the hands of the Taliban’

    Further evidence alleging that the government seriously mishandled the withdrawal from Afghanistan has been handed to a parliamentary inquiry examining the operation, the Observer has been told.

    Details from several government departments and agencies are understood to back damning testimony from a Foreign Office whistleblower, who has claimed that bureaucratic chaos, ministerial intervention, and a lack of planning and resources led to “people being left to die at the hands of the Taliban”.

    Continue reading...", + "category": "Taliban", + "link": "https://www.theguardian.com/world/2021/dec/11/fresh-evidence-on-uks-botched-afghan-withdrawal-backs-whistleblowers-story", + "creator": "Michael Savage", + "pubDate": "2021-12-11T18:02:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210248,16 +235897,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfe605a8633d793d73151c0166753bc0" + "hash": "6f0e24e1fbfb4b25ac66f8fb5286ee88" }, { - "title": "‘They punished me for having books’: schools in Cameroon terrorised by armed groups", - "description": "

    Human Rights Watch says armed separatists in anglophone regions have made schools a battleground, with hundreds of school pupils and teachers attacked, kidnapped or threatened

    Armed separatists in Cameroon’s anglophone regions have attacked, kidnapped and threatened hundreds of school pupils in nearly five years of violence that has forced more than 230,000 children to flee their homes, a report has found.

    In a detailed analysis of the conflict that has gripped the English-speaking regions since 2017, dozens of students and teachers speak of brutal attacks by armed groups who have made education a battleground in their fight to form their own state.

    Continue reading...", - "content": "

    Human Rights Watch says armed separatists in anglophone regions have made schools a battleground, with hundreds of school pupils and teachers attacked, kidnapped or threatened

    Armed separatists in Cameroon’s anglophone regions have attacked, kidnapped and threatened hundreds of school pupils in nearly five years of violence that has forced more than 230,000 children to flee their homes, a report has found.

    In a detailed analysis of the conflict that has gripped the English-speaking regions since 2017, dozens of students and teachers speak of brutal attacks by armed groups who have made education a battleground in their fight to form their own state.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/16/they-punished-me-for-having-books-schools-in-cameroon-terrorised-by-armed-groups", - "creator": "Lizzy Davies", - "pubDate": "2021-12-16T06:30:36Z", + "title": "Police step up search for missing hospital worker Petra Srncova", + "description": "

    Harriet Harman launches appeal for information on 32-year-old Czech national who was last seen on 28 November

    A missing children’s hospital worker is believed to have disappeared on her way home from work, police said on Saturday, as Labour MP Harriet Harman launched an appeal for information on her constituent.

    Petra Srncova, 32, a senior nurse assistant at Evelina London children’s hospital in Westminster, was reported missing on 3 December by a concerned colleague, and officers are intensifying their efforts to try to find her.

    Continue reading...", + "content": "

    Harriet Harman launches appeal for information on 32-year-old Czech national who was last seen on 28 November

    A missing children’s hospital worker is believed to have disappeared on her way home from work, police said on Saturday, as Labour MP Harriet Harman launched an appeal for information on her constituent.

    Petra Srncova, 32, a senior nurse assistant at Evelina London children’s hospital in Westminster, was reported missing on 3 December by a concerned colleague, and officers are intensifying their efforts to try to find her.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/11/harriest-harman-launches-appeal-to-find-missing-nurse", + "creator": "Jedidajah Otte", + "pubDate": "2021-12-11T17:09:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210269,16 +235918,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c9137a7848d73896f9f2ff576eb5cb6" + "hash": "663baf175a5b8fb20bac8dbcaf215be9" }, { - "title": "Java mouse-deer that stands just 10cm high takes first steps at Warsaw Zoo – video", - "description": "

    A baby Java mouse-deer has\nbeen born at Warsaw Zoo, Poland. The new arrival is around 10cm tall\nand its sex is not yet known. The arrival comes after Warsaw Zoo welcomed\nits first mouse-deer, Arnold, in 2020, before\nhe was joined by Linda in July this year. Mouse-deer are among\nthe smallest hooved\nanimals on the planet

    Continue reading...", - "content": "

    A baby Java mouse-deer has\nbeen born at Warsaw Zoo, Poland. The new arrival is around 10cm tall\nand its sex is not yet known. The arrival comes after Warsaw Zoo welcomed\nits first mouse-deer, Arnold, in 2020, before\nhe was joined by Linda in July this year. Mouse-deer are among\nthe smallest hooved\nanimals on the planet

    Continue reading...", - "category": "Animals", - "link": "https://www.theguardian.com/world/video/2021/dec/16/java-mouse-deer-that-stands-just-10cm-high-takes-first-steps-at-warsaw-zoo-video", - "creator": "", - "pubDate": "2021-12-16T03:25:33Z", + "title": "Former head of Barcelona’s youth system accused of sexual abuse of children", + "description": "
    • Albert Benaiges was coach at Barça academy from 1992 to 2012
    • Benaiges denies accusations of more than 60 witnesses

    Albert Benaiges, the former head of FC Barcelona’s youth system and the man who was credited with having discovered Andrés Iniesta, has been accused of sexual abuse of children in his charge over 20 years, accusations the 71-year-old strongly denies.

    According to an investigation carried out by the Catalan newspaper Ara, more than 60 witnesses have come forward to detail his actions when he was a PE teacher at a school in the Les Corts neighbourhood of Barcelona during the 1980s and 1990s. One former student has made a formal statement to the police and others are expected to follow.

    Continue reading...", + "content": "
    • Albert Benaiges was coach at Barça academy from 1992 to 2012
    • Benaiges denies accusations of more than 60 witnesses

    Albert Benaiges, the former head of FC Barcelona’s youth system and the man who was credited with having discovered Andrés Iniesta, has been accused of sexual abuse of children in his charge over 20 years, accusations the 71-year-old strongly denies.

    According to an investigation carried out by the Catalan newspaper Ara, more than 60 witnesses have come forward to detail his actions when he was a PE teacher at a school in the Les Corts neighbourhood of Barcelona during the 1980s and 1990s. One former student has made a formal statement to the police and others are expected to follow.

    Continue reading...", + "category": "Barcelona", + "link": "https://www.theguardian.com/football/2021/dec/11/former-head-of-barcelonas-youth-system-accused-of-sexual-abuse-of-children", + "creator": "Sid Lowe in Madrid", + "pubDate": "2021-12-11T15:48:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210290,16 +235939,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e32545c7b90bd41077868eeabef7311a" + "hash": "479d2ca856fe0c3305a27425020426aa" }, { - "title": "Boris Johnson joined No 10 pizza party during May 2020 lockdown, say sources", - "description": "

    Claims raise questions about whether there was rule-flouting culture over number of months

    Boris Johnson joined No 10 staff for a party in Downing Street during the first lockdown in May last year, sources have alleged, raising questions about whether there was a culture of flouting the rules over a number of months.

    The prime minister spent about 15 minutes with staff at the alleged social gathering on 15 May 2020, telling one aide inside No 10 that they deserved a drink for “beating back” coronavirus, a joint investigation by the Guardian and Independent was told.

    Continue reading...", - "content": "

    Claims raise questions about whether there was rule-flouting culture over number of months

    Boris Johnson joined No 10 staff for a party in Downing Street during the first lockdown in May last year, sources have alleged, raising questions about whether there was a culture of flouting the rules over a number of months.

    The prime minister spent about 15 minutes with staff at the alleged social gathering on 15 May 2020, telling one aide inside No 10 that they deserved a drink for “beating back” coronavirus, a joint investigation by the Guardian and Independent was told.

    Continue reading...", + "title": "Covid live: 633 new Omicron cases detected in UK with overall daily infections at 54,073", + "description": "

    UK health officials urge those eligible to get third vaccine dose; Taiwan and Mauritius detect first cases of new variant

    What’s the truth about lockdown-busting parties at No 10? Don’t ask Shagatha Christie, writes Marina Hyde in her column this week.

    Here are some extracts:

    There was simply no other place a Johnson government would ever end up but mired in rampant lies, chaos, negligence, financial sponging and the live evisceration of public service. To the Conservatives and media outriders somehow only now discovering this about their guy, I think we have to say: you ordered this. Now eat it.

    Regrettably, though, space constraints must end our recap of the week here. But on it all goes, as Omicron closes in. We’ll play out with a reminder that in a pandemic that has so far killed 146,000 of the Britons who these people are supposed to be in politics to serve, the absolutely vital public health message has now TWICE been most fatally undermined by people who worked at the very heart of No 10 with Boris Johnson. That is absolutely a disgrace, and absolutely not a coincidence.

    Continue reading...", + "content": "

    UK health officials urge those eligible to get third vaccine dose; Taiwan and Mauritius detect first cases of new variant

    What’s the truth about lockdown-busting parties at No 10? Don’t ask Shagatha Christie, writes Marina Hyde in her column this week.

    Here are some extracts:

    There was simply no other place a Johnson government would ever end up but mired in rampant lies, chaos, negligence, financial sponging and the live evisceration of public service. To the Conservatives and media outriders somehow only now discovering this about their guy, I think we have to say: you ordered this. Now eat it.

    Regrettably, though, space constraints must end our recap of the week here. But on it all goes, as Omicron closes in. We’ll play out with a reminder that in a pandemic that has so far killed 146,000 of the Britons who these people are supposed to be in politics to serve, the absolutely vital public health message has now TWICE been most fatally undermined by people who worked at the very heart of No 10 with Boris Johnson. That is absolutely a disgrace, and absolutely not a coincidence.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/16/boris-johnson-joined-no-10-party-during-may-2020-lockdown-say-sources", - "creator": "Peter Walker and Rowena Mason", - "pubDate": "2021-12-16T16:00:03Z", + "link": "https://www.theguardian.com/world/live/2021/dec/11/covid-live-booster-significantly-reduces-risk-of-omicron-symptoms-taiwan-detects-first-case-of-variant", + "creator": "Nadeem Badshah (now); Lucy Campbell (earlier)", + "pubDate": "2021-12-11T17:22:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210311,16 +235960,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aca0fe6f255ac4fe5d24f1d17c7fbd73" + "hash": "6624f2f30b1b3aa7e0523cd96081496e" }, { - "title": "Germany urged to use pipeline threat to deter Russia over Ukraine", - "description": "

    Olaf Scholz faces calls from some EU leaders to threaten Moscow with termination of Nord Stream 2

    Germany’s new chancellor faced pressure from fellow leaders at his first EU summit to include the future of Nord Stream 2 as part of the “massive price” to be paid in the event of a Russian invasion of Ukraine.

    Arriving in Brussels, Olaf Scholz, who replaced Angela Merkel last week, said his government was committed to protecting Europe’s borders, as Nato warned the number of Russian troops being mobilised by the Kremlin was continuing to grow.

    Continue reading...", - "content": "

    Olaf Scholz faces calls from some EU leaders to threaten Moscow with termination of Nord Stream 2

    Germany’s new chancellor faced pressure from fellow leaders at his first EU summit to include the future of Nord Stream 2 as part of the “massive price” to be paid in the event of a Russian invasion of Ukraine.

    Arriving in Brussels, Olaf Scholz, who replaced Angela Merkel last week, said his government was committed to protecting Europe’s borders, as Nato warned the number of Russian troops being mobilised by the Kremlin was continuing to grow.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/16/germany-pipeline-threat-deter-russia-ukraine-olaf-scholz-nord-stream-2", - "creator": "Daniel Boffey and Jennifer Rankin in Brussels", - "pubDate": "2021-12-16T13:34:27Z", + "title": "As Covid mutates, the vaccine makers are adapting too", + "description": "

    Focus on the exciting potential of T-cell immunity is spurring the sector on to create a new generation of jabs

    The speed at which scientists worked to develop the first Covid jabs was unprecedented. Just nine months after the UK went into lockdown, 90-year-old Margaret Keenan officially became the first person in the world outside a trial to receive the Pfizer/BioNTech vaccine. But the virus is mutating, and the emergence of the Omicron variant last month is already focusing attention on the next generation of jabs.

    So what do we know about the new Covid-19 vaccines? One change is with delivery mechanisms, such as San Francisco firm Vaxart’s vaccine-in-a-pill, and Scancell’s spring-powered injectors that pierce the skin without a needle. But the biggest development is in T-cell technology. Produced by the bone marrow, T-cells are white blood cells that form a key part of the immune system. While current vaccines mainly generate antibodies that stick to the virus and stop it infecting the body, the new vaccines prime T-cells to find and destroy infected cells, thus preventing viral replication and disease. (The current vaccines also produce a T-cell response, but to a lesser extent.)

    Continue reading...", + "content": "

    Focus on the exciting potential of T-cell immunity is spurring the sector on to create a new generation of jabs

    The speed at which scientists worked to develop the first Covid jabs was unprecedented. Just nine months after the UK went into lockdown, 90-year-old Margaret Keenan officially became the first person in the world outside a trial to receive the Pfizer/BioNTech vaccine. But the virus is mutating, and the emergence of the Omicron variant last month is already focusing attention on the next generation of jabs.

    So what do we know about the new Covid-19 vaccines? One change is with delivery mechanisms, such as San Francisco firm Vaxart’s vaccine-in-a-pill, and Scancell’s spring-powered injectors that pierce the skin without a needle. But the biggest development is in T-cell technology. Produced by the bone marrow, T-cells are white blood cells that form a key part of the immune system. While current vaccines mainly generate antibodies that stick to the virus and stop it infecting the body, the new vaccines prime T-cells to find and destroy infected cells, thus preventing viral replication and disease. (The current vaccines also produce a T-cell response, but to a lesser extent.)

    Continue reading...", + "category": "Pharmaceuticals industry", + "link": "https://www.theguardian.com/business/2021/dec/11/as-covid-mutates-the-vaccine-makers-are-adapting-too", + "creator": "Julia Kollewe", + "pubDate": "2021-12-11T16:00:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210332,16 +235981,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbf2f1e223a93d024500d1bc4b87bba7" + "hash": "b65533bb7a35d9a66ce324537918dcf8" }, { - "title": "Covid live: Italy reports highest daily cases since March; Canada’s Omicron cases ‘could overwhelm Ontario ICUs’", - "description": "

    Italy reports 26,109 new cases, its highest daily number since 12 March; experts warn Ontario hospitals could be overwhelmed

    New Zealand has detected its first case of the Omicron Covid-19 variant in a Christchurch managed isolation facility.

    On Thursday afternoon, the director general of health Dr Ashley Bloomfield said:

    This is a person who is in managed isolation in Christchurch. The person arrived in New Zealand on a flight from Germany via Dubai that landed in Auckland...the people on that flight were transferred to Christchurch on a chartered domestic flight trip with all our usual protocols.

    We fully expected we will find a case of Omicron and in fact, we are treating every border related case as if it were Omicron until proven otherwise. We have good protocols in place that are designed to stop the virus getting across the border.”

    Continue reading...", - "content": "

    Italy reports 26,109 new cases, its highest daily number since 12 March; experts warn Ontario hospitals could be overwhelmed

    New Zealand has detected its first case of the Omicron Covid-19 variant in a Christchurch managed isolation facility.

    On Thursday afternoon, the director general of health Dr Ashley Bloomfield said:

    This is a person who is in managed isolation in Christchurch. The person arrived in New Zealand on a flight from Germany via Dubai that landed in Auckland...the people on that flight were transferred to Christchurch on a chartered domestic flight trip with all our usual protocols.

    We fully expected we will find a case of Omicron and in fact, we are treating every border related case as if it were Omicron until proven otherwise. We have good protocols in place that are designed to stop the virus getting across the border.”

    Continue reading...", + "title": "From hippos to hamsters: how Covid is affecting creatures great and small", + "description": "

    Scientists are racing to assess the spread of the virus in wild and domestic animals, and the threat it could pose to us

    A year ago humanity embarked on a project to vaccinate every person against Covid-19. But in recent months a shadow vaccination campaign has also been taking place. From giraffes to snow leopards, gorillas to sea lions, zoos around the world have been inoculating their animals with an experimental Covid vaccine as an insurance policy against what they fear could be a similarly fatal illness for certain mammals.

    Meanwhile, veterinary scientists have been scrambling to understand the scale of Covid-19 infection in our furry household companions, and what the consequences could be for their health – and our own.

    Continue reading...", + "content": "

    Scientists are racing to assess the spread of the virus in wild and domestic animals, and the threat it could pose to us

    A year ago humanity embarked on a project to vaccinate every person against Covid-19. But in recent months a shadow vaccination campaign has also been taking place. From giraffes to snow leopards, gorillas to sea lions, zoos around the world have been inoculating their animals with an experimental Covid vaccine as an insurance policy against what they fear could be a similarly fatal illness for certain mammals.

    Meanwhile, veterinary scientists have been scrambling to understand the scale of Covid-19 infection in our furry household companions, and what the consequences could be for their health – and our own.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/16/covid-news-live-south-korea-reimpose-dining-curfews-south-africa-daily-cases-record-omicron", - "creator": "Jem Bartholomew (now); Miranda Bryant and Samantha Lock (earlier)", - "pubDate": "2021-12-16T18:42:29Z", + "link": "https://www.theguardian.com/world/2021/dec/11/from-hippos-to-hamsters-how-covid-is-affecting-creatures-great-and-small", + "creator": "Linda Geddes Science correspondent", + "pubDate": "2021-12-11T09:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210353,16 +236002,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "351f509ddaf5a2e0bf42dcb394347ccf" + "hash": "bbfc94c3a3ffb57a8e5e7e246e44a3b3" }, { - "title": "Haiti gang releases remaining kidnapped missionaries", - "description": "

    Group of hostages, originally numbered 17 people, were abducted by a gang known as 400 Mawozo after visiting an orphanage

    The remaining members of a group of Canadian and American missionaries who were kidnapped in October by a gang in Haiti have been released, police announced on Thursday.

    The group of hostages, which originally numbered 17 people, traveled to the Caribbean nation on a trip organized by Ohio-based Christian Aid Ministries and was abducted by a gang known as 400 Mawozo after visiting an orphanage.

    Continue reading...", - "content": "

    Group of hostages, originally numbered 17 people, were abducted by a gang known as 400 Mawozo after visiting an orphanage

    The remaining members of a group of Canadian and American missionaries who were kidnapped in October by a gang in Haiti have been released, police announced on Thursday.

    The group of hostages, which originally numbered 17 people, traveled to the Caribbean nation on a trip organized by Ohio-based Christian Aid Ministries and was abducted by a gang known as 400 Mawozo after visiting an orphanage.

    Continue reading...", - "category": "Haiti", - "link": "https://www.theguardian.com/world/2021/dec/16/haiti-missionaries-released-gang-kidnapped", - "creator": "Staff and agencies in Port-au-Prince", - "pubDate": "2021-12-16T17:35:02Z", + "title": "From hairpin to house: woman who mastered ‘trading up’ realizes dream", + "description": "

    Demi Skipper began her journey in May 2020, offering a bobby pin for trade on Craigslist. This month, she was offered a house in Tennessee

    After a year and a half of pouring blood, sweat and tears, Demi Skipper has successfully taken one single hair pin and traded it up all the way to a house.

    In May this year, the Guardian spoke to her after she’d traded three tractors for one of only a few Chipotle celebrity cards in the world, worth about $20,000. She had been inspired by Kyle MacDonald, who in 2006 traded a red paperclip all the way to a house, and hoped to reach her goal by summer’s end.

    Continue reading...", + "content": "

    Demi Skipper began her journey in May 2020, offering a bobby pin for trade on Craigslist. This month, she was offered a house in Tennessee

    After a year and a half of pouring blood, sweat and tears, Demi Skipper has successfully taken one single hair pin and traded it up all the way to a house.

    In May this year, the Guardian spoke to her after she’d traded three tractors for one of only a few Chipotle celebrity cards in the world, worth about $20,000. She had been inspired by Kyle MacDonald, who in 2006 traded a red paperclip all the way to a house, and hoped to reach her goal by summer’s end.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/11/demi-skipper-trade-me-project-bobby-pin-house", + "creator": "Neelam Tailor", + "pubDate": "2021-12-11T20:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210374,16 +236023,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f2a8dbae43f6227bd0bbf1db5805bfc" + "hash": "84a1d2c53796aba67d4b9c60c2373b9e" }, { - "title": "Torture, detentions and killings rife in western Tigray, report claims", - "description": "

    Witnesses say Ethiopian government behind atrocities after it launched a military offensive last year

    Government-aligned forces in western Tigray have systematically detained thousands of ethnic Tigrayan people, while torturing and killing many in a campaign of violence, according to a report by two major rights groups that further reveals the scale of abuses in war-hit Ethiopia.

    In the past few weeks, the report says, Tigrayans in the Amhara region identified by local police and ethnic militia forces called Fano have been routinely rounded up in house-to-house raids. Adults and teenagers over 15 have been detained in overcrowded prisons where scores are tortured and face starvation, it adds.

    Continue reading...", - "content": "

    Witnesses say Ethiopian government behind atrocities after it launched a military offensive last year

    Government-aligned forces in western Tigray have systematically detained thousands of ethnic Tigrayan people, while torturing and killing many in a campaign of violence, according to a report by two major rights groups that further reveals the scale of abuses in war-hit Ethiopia.

    In the past few weeks, the report says, Tigrayans in the Amhara region identified by local police and ethnic militia forces called Fano have been routinely rounded up in house-to-house raids. Adults and teenagers over 15 have been detained in overcrowded prisons where scores are tortured and face starvation, it adds.

    Continue reading...", - "category": "Ethiopia", - "link": "https://www.theguardian.com/world/2021/dec/16/torture-detentions-and-killings-rife-in-western-tigray-report-claims", - "creator": "Emmanuel Akinwotu", - "pubDate": "2021-12-16T16:23:35Z", + "title": "‘There’s always been an affinity between Christmas and ghosts’: Mark Gatiss on the joy of festive frights", + "description": "

    The writer and actor puts the ghoul into yule with screen and stage roles reprising haunting classics from Charles Dickens and MR James

    Close the curtains. Light the fire. Then prepare to be terrified; it’s Christmas. For although the word “cosy” may be closely tied to festivities at this time of year, so it seems is the word “ghost”.

    In northern Europe people understandably cope with the shorter days and darker evenings by drawing in around a roaring hearth, metaphorical or otherwise. Light and warmth: it makes sense. But what kind of stories are told while friends and families gather together? The answer, of course, is the spookier, the better.

    Continue reading...", + "content": "

    The writer and actor puts the ghoul into yule with screen and stage roles reprising haunting classics from Charles Dickens and MR James

    Close the curtains. Light the fire. Then prepare to be terrified; it’s Christmas. For although the word “cosy” may be closely tied to festivities at this time of year, so it seems is the word “ghost”.

    In northern Europe people understandably cope with the shorter days and darker evenings by drawing in around a roaring hearth, metaphorical or otherwise. Light and warmth: it makes sense. But what kind of stories are told while friends and families gather together? The answer, of course, is the spookier, the better.

    Continue reading...", + "category": "Culture", + "link": "https://www.theguardian.com/culture/2021/dec/11/theres-always-been-an-affinity-between-christmas-and-ghosts-mark-gatiss-on-the-joy-of-festive-frights", + "creator": "Vanessa Thorpe", + "pubDate": "2021-12-11T15:33:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210395,16 +236044,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "62be7103349ff07eec49f4d93972a8b6" + "hash": "7489ea7f943626380c4fa70f6b8c3ba0" }, { - "title": "Erdoğan intervenes after Turkish lira sinks to lowest level against dollar", - "description": "

    Turkey’s president to hike minimum wage by 50% with other measures to come in attempt to stabilise currency

    Turkey’s president, Recep Tayyip Erdoğan, has vowed to take on the currency markets after a fresh cut in his country’s interest rates sent the lira plunging to its lowest ever level against the US dollar.

    Erdoğan said Turkey’s destiny would not be determined by the level of borrowing costs or by foreign exchange speculators despite signs his unorthodox approach to running the economy was leading to rapidly rising inflation.

    Continue reading...", - "content": "

    Turkey’s president to hike minimum wage by 50% with other measures to come in attempt to stabilise currency

    Turkey’s president, Recep Tayyip Erdoğan, has vowed to take on the currency markets after a fresh cut in his country’s interest rates sent the lira plunging to its lowest ever level against the US dollar.

    Erdoğan said Turkey’s destiny would not be determined by the level of borrowing costs or by foreign exchange speculators despite signs his unorthodox approach to running the economy was leading to rapidly rising inflation.

    Continue reading...", - "category": "Turkey", - "link": "https://www.theguardian.com/world/2021/dec/16/erdogan-intervenes-after-turkish-lira-sinks-to-lowest-level-against-dollar", - "creator": "Larry Elliott Economics editor", - "pubDate": "2021-12-16T17:47:32Z", + "title": "Michael K Williams remembered by Felicia Pearson", + "description": "

    22 November 1966 – 6 September 2021
    The actor, who played Snoop alongside Williams’s Omar in The Wire, on her ‘big brother, little sister’ chemistry with the man who transformed her life after spotting her in a Baltimore nightclub

    I met Mike in a club called Club One in Baltimore. I’d heard about The Wire and I’d seen them shooting around the city but I’d never watched it. I didn’t know who he was. I told my homeboy: “This man keeps looking at me. He’s looking hard with a scar on his face. He’s looking mean.” My homeboy told me: “Nah, that’s Omar off The Wire. He’s not nobody to be worried about.” That’s when Mike comes over and starts asking me questions. He thought I was a boy at first. He was like: “Wow, your charisma, your swag, everything about you is so dynamic and crazy, I love that.” I don’t know how because I was drunk.

    He called me the next day and said: “Come see me.” I got myself together and went to the set and was just kicking it with him. Then the people from The Wire like Ed Burns and David Simon heard me talking and they came over and started asking me to pronounce words. I didn’t know what it was for. I was kinda nervous. These white people keep asking me questions. I ain’t used to that. White people ask me questions when I’m in trouble. But it turned out for the good.

    Continue reading...", + "content": "

    22 November 1966 – 6 September 2021
    The actor, who played Snoop alongside Williams’s Omar in The Wire, on her ‘big brother, little sister’ chemistry with the man who transformed her life after spotting her in a Baltimore nightclub

    I met Mike in a club called Club One in Baltimore. I’d heard about The Wire and I’d seen them shooting around the city but I’d never watched it. I didn’t know who he was. I told my homeboy: “This man keeps looking at me. He’s looking hard with a scar on his face. He’s looking mean.” My homeboy told me: “Nah, that’s Omar off The Wire. He’s not nobody to be worried about.” That’s when Mike comes over and starts asking me questions. He thought I was a boy at first. He was like: “Wow, your charisma, your swag, everything about you is so dynamic and crazy, I love that.” I don’t know how because I was drunk.

    He called me the next day and said: “Come see me.” I got myself together and went to the set and was just kicking it with him. Then the people from The Wire like Ed Burns and David Simon heard me talking and they came over and started asking me to pronounce words. I didn’t know what it was for. I was kinda nervous. These white people keep asking me questions. I ain’t used to that. White people ask me questions when I’m in trouble. But it turned out for the good.

    Continue reading...", + "category": "The Wire", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/11/obituaries-2021-michael-k-williams-remembered-by-felicia-pearson", + "creator": "Guardian Staff", + "pubDate": "2021-12-11T19:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210416,16 +236065,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e93d7320e7f1f4e0b8ad6ed6b5b87b46" + "hash": "72ecaaf43208be439702afcf014457f8" }, { - "title": "Holding ex-Islamic State members in Syria not sustainable, says thinktank", - "description": "

    Rusi researchers propose hybrid court to try accused terrorists, and taskforce to oversee repatriation of children

    Tens of thousands of former Islamic State members held in detention in north-east Syria need to be put on trial or repatriated and deradicalised, a security thinktank has said.

    Researchers at the Royal United Services Institute (Rusi) argue that the current situation, in which 30,000 adults and 40,000 children from more than 60 countries are being held in camps and jails by Syrian Kurdish forces, cannot endure and requires a new global taskforce to resolve.

    Continue reading...", - "content": "

    Rusi researchers propose hybrid court to try accused terrorists, and taskforce to oversee repatriation of children

    Tens of thousands of former Islamic State members held in detention in north-east Syria need to be put on trial or repatriated and deradicalised, a security thinktank has said.

    Researchers at the Royal United Services Institute (Rusi) argue that the current situation, in which 30,000 adults and 40,000 children from more than 60 countries are being held in camps and jails by Syrian Kurdish forces, cannot endure and requires a new global taskforce to resolve.

    Continue reading...", - "category": "Islamic State", - "link": "https://www.theguardian.com/world/2021/dec/16/holding-ex-islamic-state-members-in-syria-not-sustainable-says-thinktank", - "creator": "Dan Sabbagh Defence and security editor", - "pubDate": "2021-12-16T16:57:30Z", + "title": "Hygge, glögg and pepparkakor... why we’re all falling for a Scandi Christmas", + "description": "

    After the comfort food and rituals, Britons are embracing more traditions, such as the festival of Santa Lucia

    From Ikea to meatballs, hygge to Nordic noir, Scandinavia’s influence on the UK has been rising steadily for decades. But this Christmas, amid the coronavirus pandemic and Brexit, enthusiasm for the region and its traditions is hitting new heights.

    Scandinavian goods distributor ScandiKitchen closed online Christmas orders early this year after unprecedented demand for festive products including meatballs, glögg (mulled wine), pepparkakor (ginger biscuits), chocolate, ham and cheese.

    Continue reading...", + "content": "

    After the comfort food and rituals, Britons are embracing more traditions, such as the festival of Santa Lucia

    From Ikea to meatballs, hygge to Nordic noir, Scandinavia’s influence on the UK has been rising steadily for decades. But this Christmas, amid the coronavirus pandemic and Brexit, enthusiasm for the region and its traditions is hitting new heights.

    Scandinavian goods distributor ScandiKitchen closed online Christmas orders early this year after unprecedented demand for festive products including meatballs, glögg (mulled wine), pepparkakor (ginger biscuits), chocolate, ham and cheese.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/11/hygge-glogg-and-pepparkakor-why-were-all-falling-for-a-scandi-christmas", + "creator": "Miranda Bryant", + "pubDate": "2021-12-11T17:48:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210437,16 +236086,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "181053280701e72ed647c6462bd1684f" + "hash": "98acee78bb92d36ee6058ecb43f5d3a0" }, { - "title": "MEPs rebuke Slovenian government over attacks on media", - "description": "

    Resolution condemns ‘climate of hostility, distrust and polarisation’ in current holder of EU presidency

    The European parliament has rebuked Slovenia’s government for “attacks, smear campaigns and slander” against journalists and critics, in a vote that underlines rising alarm about the threat to media freedom.

    MEPs backed a resolution condemning the Slovenian government for a “climate of hostility, distrust and deep polarisation” and seeking to weaken independent prosecutors and interfere with state-funded media.

    Continue reading...", - "content": "

    Resolution condemns ‘climate of hostility, distrust and polarisation’ in current holder of EU presidency

    The European parliament has rebuked Slovenia’s government for “attacks, smear campaigns and slander” against journalists and critics, in a vote that underlines rising alarm about the threat to media freedom.

    MEPs backed a resolution condemning the Slovenian government for a “climate of hostility, distrust and deep polarisation” and seeking to weaken independent prosecutors and interfere with state-funded media.

    Continue reading...", - "category": "Slovenia", - "link": "https://www.theguardian.com/world/2021/dec/16/meps-rebuke-slovenian-government-over-attacks-on-media", - "creator": "Jennifer Rankin in Brussels", - "pubDate": "2021-12-16T17:51:36Z", + "title": "‘Battery-hen farming of the sea’: sustainable alternatives to eating salmon", + "description": "

    There’s good news for salmon lovers hoping to reduce the environmental impact of their food

    Salmon is consistently one of the most popular kinds of seafood in Australia, but the Tasmanian farmed salmon industry has attracted significant criticism for its continued expansion and alleged environmental impact.

    In the past, environmental experts on review panels that oversaw industry expansion have quit in protest, telling a Tasmanian parliamentary inquiry that the panels were not truly independent and were obligated to approve expansions. One of those experts also said the planned doubling of salmon production in the coming decade had no basis in sound science.

    Continue reading...", + "content": "

    There’s good news for salmon lovers hoping to reduce the environmental impact of their food

    Salmon is consistently one of the most popular kinds of seafood in Australia, but the Tasmanian farmed salmon industry has attracted significant criticism for its continued expansion and alleged environmental impact.

    In the past, environmental experts on review panels that oversaw industry expansion have quit in protest, telling a Tasmanian parliamentary inquiry that the panels were not truly independent and were obligated to approve expansions. One of those experts also said the planned doubling of salmon production in the coming decade had no basis in sound science.

    Continue reading...", + "category": "Tasmania", + "link": "https://www.theguardian.com/australia-news/2021/dec/12/battery-hen-farming-of-the-sea-sustainable-alternatives-to-eating-salmon", + "creator": "Ann Ding", + "pubDate": "2021-12-11T19:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210458,16 +236107,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "06d03a5e4052ed5ecbf9901bbd3d181d" + "hash": "08b9d989699aa48b03cc3c89b0192690" }, { - "title": "Ghislaine Maxwell’s former assistant tells jury she ‘looked up to her’", - "description": "

    Cimberly Espinosa, Maxwell’s first defense witness who worked for her from 1996 until 2002, also says Jeffrey Epstein was ‘a giver’

    Ghislaine Maxwell’s former assistant in Jeffrey Epstein’s New York City office spoke fondly of her one-time boss on Thursday, saying she had “fun” working for the former British socialite.

    “I highly respected Ghislaine,” Cimberly Espinosa, told jurors in Maxwell’s Manhattan federal court sex-trafficking trial. “I looked up to her very much, and I actually learned a lot from her.

    Continue reading...", - "content": "

    Cimberly Espinosa, Maxwell’s first defense witness who worked for her from 1996 until 2002, also says Jeffrey Epstein was ‘a giver’

    Ghislaine Maxwell’s former assistant in Jeffrey Epstein’s New York City office spoke fondly of her one-time boss on Thursday, saying she had “fun” working for the former British socialite.

    “I highly respected Ghislaine,” Cimberly Espinosa, told jurors in Maxwell’s Manhattan federal court sex-trafficking trial. “I looked up to her very much, and I actually learned a lot from her.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/16/ghislaine-maxwell-trial-lawyers-witnesses-testify-anonymously", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-16T18:51:08Z", + "title": "‘I’ve shown so much of myself to the world’: The Witcher’s Anya Chalotra on power, people-watching and being a perfectionist", + "description": "Thanks to the 76 million who watched Netflix’s The Witcher, Anya Chalotra has been catapulted to overnight stardom. She talks fame, food, fashion – and why it’s all down to being an ‘attention seeking’ middle child

    Anya Chalotra is watching me. I have half-threatened to order a Venezuelan sandwich from the chalkboard at the London café we’re in – we are talking just after lunch – but I don’t trust myself to maintain a serious line of questioning and not get guacamole down my front while doing it. “Are you sure? I don’t mind,” she says. No it’s fine, Anya, please. Later, the café owner tours the tables to tell us they are closing in 20 minutes. “And what about your sandwich?” Anya points to me. Honestly, please, I had a flapjack, it was hearty. And after the interview: “Do you want to stay and have your sandwich now?” I mean I would, but they are closed, so it’s too late now, isn’t it?

    Lunch aside, the point is that Anya Chalotra is a gifted and enthusiastic people-watcher. She confesses to this up front: “I’m obsessed with people,” she says, not not sounding like a serial killer, “and I’m obsessed with analysing people.” But it bulges out of every anecdote she gives, too. On being recognised in public: “Oh, I’m always stuffing my face. They always come up to me when I’m stuffing my face. Because I don’t mind going to the pub on my own, or eating on my own – I just sit in the corner and watch people – but they always get me stuffing my face.” On pandemic activities: “I was just staring into space, mainly.” On filming in multiple difficult climates as her character in Netflix series The Witcher traversed magically across continents: “The whole crew was in the sea, jeans rolled up, or wearing trunks. And I don’t know how I wasn’t cracking up, looking at all these people in their jazzy little trunks. It was quite a serious moment.” On east London parks, an objective ranking thereof: “Victoria Park. Always. The dog-watching there is hilarious. I just find their mothers’ meetings, in the park, hysterical.”

    Continue reading...", + "content": "Thanks to the 76 million who watched Netflix’s The Witcher, Anya Chalotra has been catapulted to overnight stardom. She talks fame, food, fashion – and why it’s all down to being an ‘attention seeking’ middle child

    Anya Chalotra is watching me. I have half-threatened to order a Venezuelan sandwich from the chalkboard at the London café we’re in – we are talking just after lunch – but I don’t trust myself to maintain a serious line of questioning and not get guacamole down my front while doing it. “Are you sure? I don’t mind,” she says. No it’s fine, Anya, please. Later, the café owner tours the tables to tell us they are closing in 20 minutes. “And what about your sandwich?” Anya points to me. Honestly, please, I had a flapjack, it was hearty. And after the interview: “Do you want to stay and have your sandwich now?” I mean I would, but they are closed, so it’s too late now, isn’t it?

    Lunch aside, the point is that Anya Chalotra is a gifted and enthusiastic people-watcher. She confesses to this up front: “I’m obsessed with people,” she says, not not sounding like a serial killer, “and I’m obsessed with analysing people.” But it bulges out of every anecdote she gives, too. On being recognised in public: “Oh, I’m always stuffing my face. They always come up to me when I’m stuffing my face. Because I don’t mind going to the pub on my own, or eating on my own – I just sit in the corner and watch people – but they always get me stuffing my face.” On pandemic activities: “I was just staring into space, mainly.” On filming in multiple difficult climates as her character in Netflix series The Witcher traversed magically across continents: “The whole crew was in the sea, jeans rolled up, or wearing trunks. And I don’t know how I wasn’t cracking up, looking at all these people in their jazzy little trunks. It was quite a serious moment.” On east London parks, an objective ranking thereof: “Victoria Park. Always. The dog-watching there is hilarious. I just find their mothers’ meetings, in the park, hysterical.”

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/11/anya-chalotra-the-witcher-netflix-interview-ive-shown-so-much-of-myself", + "creator": "Joel Golby", + "pubDate": "2021-12-11T16:00:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210479,16 +236128,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0a6f4a9d27e1ed9aee06bc5032bec99" + "hash": "2aebcbd06cef8ebdaac0b6636f73ad11" }, { - "title": "US begins returning $10m of antiquities stolen from Italy", - "description": "

    Investigation recovers 200 artefacts including statue unwittingly bought by reality TV star Kim Kardashian West

    The US is returning 200 antiquities, including an ancient Roman sculpture that almost ended up in the possession of Kim Kardashian West, that were stolen and smuggled out of Italy.

    The variety of Roman, Etruscan and Greek artefacts, valued at $10m (£7.5m), had been looted since at least the early 1980s before being smuggled out and sold to private collectors, museums or auction houses. Half were found at New York’s Fordham Museum of Greek, Etruscan, and Roman Art as part of an investigation led by the Manhattan district attorney, Cyrus Vance.

    Continue reading...", - "content": "

    Investigation recovers 200 artefacts including statue unwittingly bought by reality TV star Kim Kardashian West

    The US is returning 200 antiquities, including an ancient Roman sculpture that almost ended up in the possession of Kim Kardashian West, that were stolen and smuggled out of Italy.

    The variety of Roman, Etruscan and Greek artefacts, valued at $10m (£7.5m), had been looted since at least the early 1980s before being smuggled out and sold to private collectors, museums or auction houses. Half were found at New York’s Fordham Museum of Greek, Etruscan, and Roman Art as part of an investigation led by the Manhattan district attorney, Cyrus Vance.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2021/dec/16/us-begins-returning-dollars-10m-of-antiquities-stolen-in-italy-kim-kardashian", - "creator": "Angela Giuffrida", - "pubDate": "2021-12-16T16:08:28Z", + "title": "Marcus Rashford: ‘My life was far from a fairytale’", + "description": "

    The England footballer, author and poverty campaigner on instilling self-belief in pupils at his old school, his favourite titles of 2021, and his hopes for his book club

    Marcus Rashford, 24, plays football for England and Manchester United and is the author of this year’s bestselling children’s nonfiction book, You Are a Champion, written with the journalist Carl Anka to inspire young people to reach their full potential. One of five siblings raised by a single mother on minimum wage in Manchester, Rashford has become one of Britain’s leading campaigners against child poverty. In June he launched the Marcus Rashford Book Club in conjunction with Magic Breakfast and Macmillan Children’s Books to encourage a lifelong love of reading and give free books to underprivileged children. Next year, Rashford will release his first children’s fiction book, The Breakfast Club Adventures, co-authored by Alex Falase-Koya.

    What effect has your book club had so far?
    I visited Button Lane a few weeks ago; it’s my old primary school and a recipient of my book club. It was brilliant to see the children’s faces light up when they talked about books, and each and every one of them had taken something slightly different away from their reading. They were engaged, and that is what we’re looking for – for children to use books as an escape when faced with daily challenges; to be inspired, motivated and ultimately dream about what they could be one day. The one thing that stood out for me, though, was how their aspirations had changed since the club first launched. Then, most of the children told me they wanted to be a footballer like me. Now, we have children dreaming of being artists, architects, vets. It’s just brilliant. That’s what I wanted. The belief that they can be anything they want to be.

    You Are a Champion by Marcus Rashford and Carl Anka is published by Macmillan (£9.99). To support the Guardian and Observer order your copy at guardianbookshop.com. Delivery charges may apply

    Continue reading...", + "content": "

    The England footballer, author and poverty campaigner on instilling self-belief in pupils at his old school, his favourite titles of 2021, and his hopes for his book club

    Marcus Rashford, 24, plays football for England and Manchester United and is the author of this year’s bestselling children’s nonfiction book, You Are a Champion, written with the journalist Carl Anka to inspire young people to reach their full potential. One of five siblings raised by a single mother on minimum wage in Manchester, Rashford has become one of Britain’s leading campaigners against child poverty. In June he launched the Marcus Rashford Book Club in conjunction with Magic Breakfast and Macmillan Children’s Books to encourage a lifelong love of reading and give free books to underprivileged children. Next year, Rashford will release his first children’s fiction book, The Breakfast Club Adventures, co-authored by Alex Falase-Koya.

    What effect has your book club had so far?
    I visited Button Lane a few weeks ago; it’s my old primary school and a recipient of my book club. It was brilliant to see the children’s faces light up when they talked about books, and each and every one of them had taken something slightly different away from their reading. They were engaged, and that is what we’re looking for – for children to use books as an escape when faced with daily challenges; to be inspired, motivated and ultimately dream about what they could be one day. The one thing that stood out for me, though, was how their aspirations had changed since the club first launched. Then, most of the children told me they wanted to be a footballer like me. Now, we have children dreaming of being artists, architects, vets. It’s just brilliant. That’s what I wanted. The belief that they can be anything they want to be.

    You Are a Champion by Marcus Rashford and Carl Anka is published by Macmillan (£9.99). To support the Guardian and Observer order your copy at guardianbookshop.com. Delivery charges may apply

    Continue reading...", + "category": "Marcus Rashford", + "link": "https://www.theguardian.com/books/2021/dec/11/marcus-rashford-my-life-was-far-from-a-fairytale", + "creator": "Imogen Carter", + "pubDate": "2021-12-11T18:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210500,16 +236149,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "034d31fa5933bdf765513dbc0c08a75f" + "hash": "eb2240d4db81b7cc63f105bec159b184" }, { - "title": "The first true millipede: new species with more than 1,000 legs discovered in Western Australia", - "description": "

    Researchers named the subterranean animal Eumillipes persephone after the Greek goddess of the underworld

    The first ever millipede with more than 1,000 legs been discovered in Western Australia.

    The species, which is the first “true” millipede, has 1,306 legs and was found up to 60 metres underground in a mining area in the Eastern Goldfields region of WA.

    Continue reading...", - "content": "

    Researchers named the subterranean animal Eumillipes persephone after the Greek goddess of the underworld

    The first ever millipede with more than 1,000 legs been discovered in Western Australia.

    The species, which is the first “true” millipede, has 1,306 legs and was found up to 60 metres underground in a mining area in the Eastern Goldfields region of WA.

    Continue reading...", - "category": "Animals", - "link": "https://www.theguardian.com/world/2021/dec/16/the-first-true-millipede-new-species-with-more-than-1000-legs-discovered-in-western-australia", - "creator": "Donna Lu", - "pubDate": "2021-12-16T16:30:03Z", + "title": "Trump’s ultimate yes man: how Devin Nunes embraced the role he was long accused of playing", + "description": "

    Congressman poised to helm Trump’s media company is poster child for the notion that, in today’s politics, extreme partisanship pays

    For the first and perhaps the only time in his pugnacious political career, the California congressman and noted Trump apologist Devin Nunes is inspiring some kind of unanimity across party lines.

    When news broke on Monday that Nunes was retiring from Congress to become chief executive of the fledgling Trump Media & Technology Group, nobody on the left or the right doubted he’d landed where he belonged. After 19 years as a reliably rock-ribbed Republican legislator, Nunes told his supporters that he wasn’t giving up on fighting his political enemies, just “pursuing it by other means” – and for once those enemies took him at his word.

    Continue reading...", + "content": "

    Congressman poised to helm Trump’s media company is poster child for the notion that, in today’s politics, extreme partisanship pays

    For the first and perhaps the only time in his pugnacious political career, the California congressman and noted Trump apologist Devin Nunes is inspiring some kind of unanimity across party lines.

    When news broke on Monday that Nunes was retiring from Congress to become chief executive of the fledgling Trump Media & Technology Group, nobody on the left or the right doubted he’d landed where he belonged. After 19 years as a reliably rock-ribbed Republican legislator, Nunes told his supporters that he wasn’t giving up on fighting his political enemies, just “pursuing it by other means” – and for once those enemies took him at his word.

    Continue reading...", + "category": "Republicans", + "link": "https://www.theguardian.com/us-news/2021/dec/11/devin-nunes-trump-republican-yes-man-congress", + "creator": "Andrew Gumbel", + "pubDate": "2021-12-11T11:00:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210521,16 +236170,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03dd009e7a0c96fdb2574fe80b7a7a8c" + "hash": "4c6a48ff290c3112e3080b7a776afe22" }, { - "title": "UK reports 88,376 new Covid cases amid warning over Omicron hospitalisations", - "description": "

    Prof Chris Whitty tells MPs admissions could exceed last winter’s daily peak, adding to strain on NHS

    The rising wave of Omicron infections could lead to daily hospitalisations from Covid exceeding the peak of last winter, when more than 4,500 people in the UK were admitted on a single day, England’s chief medical officer has said.

    The staggering speed at which Omicron is spreading means large numbers of vulnerable people may need hospital care over a very short space of time, Prof Chris Whitty told MPs on Thursday, with daily admissions potentially peaking above that seen last winter at the start of the vaccine programme.

    Continue reading...", - "content": "

    Prof Chris Whitty tells MPs admissions could exceed last winter’s daily peak, adding to strain on NHS

    The rising wave of Omicron infections could lead to daily hospitalisations from Covid exceeding the peak of last winter, when more than 4,500 people in the UK were admitted on a single day, England’s chief medical officer has said.

    The staggering speed at which Omicron is spreading means large numbers of vulnerable people may need hospital care over a very short space of time, Prof Chris Whitty told MPs on Thursday, with daily admissions potentially peaking above that seen last winter at the start of the vaccine programme.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/16/omicron-could-lead-to-record-daily-covid-hospitalisations-chris-whitty-mps-told", - "creator": "Ian Sample Science editor", - "pubDate": "2021-12-16T13:41:04Z", + "title": "Australia news live updates: Covid booster vaccines cut to five months amid Omicron concern; NSW records 485 new cases and two deaths", + "description": "

    NSW records 485 new coronavirus cases and two deaths; wait time to receive vaccine booster shot cut from six months to five, federal government announces

    The defence minister, Peter Dutton, says Scott Morrison is “looking forward very much” to welcoming South Korean president Moon Jae-in to Australia.

    Moon is due to meet with the prime minister in Canberra tomorrow. While in Australia, Moon is also scheduled to meet with the opposition leader, Anthony Albanese - an engagement that Dutton described as “a sign of respect”.

    I think it underscores particularly during Covid, where where travel is very difficult, what South Korea see in the Australian relationship. They see it as a vital relationship as do we. And there is an enormous amount of upside on trading, particularly in relation to green energy and hydrogen, a very important partner in that regard. So I think this really signals a deepening of the already very strong relationship between our two countries.

    Everyone living in Australia aged 18 and over who has completed their primary two-dose course of vaccination at least five months ago is now eligible to have an additional booster shot. This was previously recommended to be six months from a second dose. A booster dose, five or more months after the second dose, will make sure that the protection from the primary course is even stronger and longer lasting and should help prevent spread of the virus. Data from Israel shows boosters supporting reductions in the rate of infection in eligible age groups, severe disease in those aged over 40 years and deaths in those over 60 years.

    Continue reading...", + "content": "

    NSW records 485 new coronavirus cases and two deaths; wait time to receive vaccine booster shot cut from six months to five, federal government announces

    The defence minister, Peter Dutton, says Scott Morrison is “looking forward very much” to welcoming South Korean president Moon Jae-in to Australia.

    Moon is due to meet with the prime minister in Canberra tomorrow. While in Australia, Moon is also scheduled to meet with the opposition leader, Anthony Albanese - an engagement that Dutton described as “a sign of respect”.

    I think it underscores particularly during Covid, where where travel is very difficult, what South Korea see in the Australian relationship. They see it as a vital relationship as do we. And there is an enormous amount of upside on trading, particularly in relation to green energy and hydrogen, a very important partner in that regard. So I think this really signals a deepening of the already very strong relationship between our two countries.

    Everyone living in Australia aged 18 and over who has completed their primary two-dose course of vaccination at least five months ago is now eligible to have an additional booster shot. This was previously recommended to be six months from a second dose. A booster dose, five or more months after the second dose, will make sure that the protection from the primary course is even stronger and longer lasting and should help prevent spread of the virus. Data from Israel shows boosters supporting reductions in the rate of infection in eligible age groups, severe disease in those aged over 40 years and deaths in those over 60 years.

    Continue reading...", + "category": "Scott Morrison", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/12/australia-news-updates-live-covid-booster-vaccines-atagi-coronavirus-omicron-nsw-victoria-qld-scott-morrison-weather", + "creator": "Justine Landis-Hanley", + "pubDate": "2021-12-11T23:54:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210542,16 +236191,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d39cecfccdf2e4c404c4e8883c115925" + "hash": "8f363a9d8304b31f07e2518754598e65" }, { - "title": "Nearly 100 Covid cases linked to Sydney Taylor Swift party as Newcastle residents urged to postpone celebrations", - "description": "

    Some cases from the Metro theatre on Friday likely to be Omicron and at least 600 people who attended are now isolating

    At least 97 people have caught Covid-19 at a Taylor Swift-themed dance party in Sydney, as NSW cases escalate to record levels.

    NSW Health issued an alert on Thursday evening about the “On Repeat: Taylor Swift Red Party” at Sydney’s Metro theatre, with at least 600 people who arrived after 9pm on Friday deemed close contacts.

    Continue reading...", - "content": "

    Some cases from the Metro theatre on Friday likely to be Omicron and at least 600 people who attended are now isolating

    At least 97 people have caught Covid-19 at a Taylor Swift-themed dance party in Sydney, as NSW cases escalate to record levels.

    NSW Health issued an alert on Thursday evening about the “On Repeat: Taylor Swift Red Party” at Sydney’s Metro theatre, with at least 600 people who arrived after 9pm on Friday deemed close contacts.

    Continue reading...", - "category": "New South Wales", - "link": "https://www.theguardian.com/world/2021/dec/16/nearly-100-covid-cases-linked-to-sydney-taylor-swift-party-as-newcastle-residents-urged-to-postpone-celebrations", - "creator": "Australian Associated Press", - "pubDate": "2021-12-16T07:52:53Z", + "title": "China’s indebted property sector highlights a fading economic revival", + "description": "

    Xi Jinping’s mission is not only to control the housing bubble, but rein in untethered industries and foreign capital

    China’s economy has become heavily dependent on property development over the last decade. High-rise apartments have mushroomed across hundreds of cities to house a growing white-collar workforce, while glass and steel office blocks are dominating city centres, mimicking Shanghai’s glittering skyline.

    Valued at more than $50tn after 20 years of rapid growth, Chinese real estate is worth twice as much as the US property market and four times China’s annual income.

    Continue reading...", + "content": "

    Xi Jinping’s mission is not only to control the housing bubble, but rein in untethered industries and foreign capital

    China’s economy has become heavily dependent on property development over the last decade. High-rise apartments have mushroomed across hundreds of cities to house a growing white-collar workforce, while glass and steel office blocks are dominating city centres, mimicking Shanghai’s glittering skyline.

    Valued at more than $50tn after 20 years of rapid growth, Chinese real estate is worth twice as much as the US property market and four times China’s annual income.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/08/chinas-indebted-property-sector-highlights-a-fading-economic-revival", + "creator": "Phillip Inman", + "pubDate": "2021-12-08T20:07:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210559,20 +236208,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f55c00ed501a2a38d94ad13e28fe3909" + "hash": "2ec298dbe6878aabf58cd76dcad3fd8e" }, { - "title": "US hospitals brace for potential Omicron surge in January", - "description": "

    In many states, healthcare systems are already under strain due to an increase in Delta infections over the Thanksgiving holidays

    A wave of new Omicron cases is beginning to surge in America and could peak as early as January, the Centers for Disease Controls (CDC) has warned, as states are scrambling to prepare for overloaded hospitals. The US has passed 800,000 deaths, including 1 in 100 Americans over the age of 65.

    The Omicron variant accounted for nearly 3% of Covid cases in the US as of Saturday – up from only 0.4% the week before, according to data from the CDC. The variant is expected to continue rising rapidly, based on the experiences of other countries and could be dominant within weeks.

    Continue reading...", - "content": "

    In many states, healthcare systems are already under strain due to an increase in Delta infections over the Thanksgiving holidays

    A wave of new Omicron cases is beginning to surge in America and could peak as early as January, the Centers for Disease Controls (CDC) has warned, as states are scrambling to prepare for overloaded hospitals. The US has passed 800,000 deaths, including 1 in 100 Americans over the age of 65.

    The Omicron variant accounted for nearly 3% of Covid cases in the US as of Saturday – up from only 0.4% the week before, according to data from the CDC. The variant is expected to continue rising rapidly, based on the experiences of other countries and could be dominant within weeks.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/16/us-hospitals-brace-for-potential-omicron-surge-in-january", - "creator": "Melody Schreiber", - "pubDate": "2021-12-16T10:00:03Z", + "title": "Drone footage reveals damage from Indonesia's Mount Semeru volcano eruption – video", + "description": "

    Drone footage has captured some of the devastation following the eruption of Mount Semeru on the Indonesian island of Java. Dozens of people have been killed and thousands remain displaced. The volcano continues to spew hot gas and ash, hampering rescue efforts

    Continue reading...", + "content": "

    Drone footage has captured some of the devastation following the eruption of Mount Semeru on the Indonesian island of Java. Dozens of people have been killed and thousands remain displaced. The volcano continues to spew hot gas and ash, hampering rescue efforts

    Continue reading...", + "category": "Indonesia", + "link": "https://www.theguardian.com/world/video/2021/dec/08/drone-footage-reveals-damage-from-indonesias-mount-semeru-volcano-eruption-video", + "creator": "", + "pubDate": "2021-12-08T02:47:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210584,16 +236233,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebc11ac8aeaefdba54ee9845ef39c347" + "hash": "968a7c05fe862a75e9df1f12e398a2f7" }, { - "title": "Housebound elderly people waiting weeks for Covid boosters", - "description": "

    Charities say vulnerable older people ‘overlooked’ amid pressure to meet target of 1m top-up jabs a day

    Housebound elderly people are having to wait weeks to get their booster vaccine, despite being a key priority group for top-up jabs, raising fears about them being left at risk.

    Charities have warned that older people are being “overlooked” in the NHS’s rush to deliver the 1m boosters a day that Boris Johnson has ordered to reduce the threat posed by the Omicron variant.

    Continue reading...", - "content": "

    Charities say vulnerable older people ‘overlooked’ amid pressure to meet target of 1m top-up jabs a day

    Housebound elderly people are having to wait weeks to get their booster vaccine, despite being a key priority group for top-up jabs, raising fears about them being left at risk.

    Charities have warned that older people are being “overlooked” in the NHS’s rush to deliver the 1m boosters a day that Boris Johnson has ordered to reduce the threat posed by the Omicron variant.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/16/housebound-elderly-people-waiting-weeks-for-covid-boosters", - "creator": "Denis Campbell Health policy editor", - "pubDate": "2021-12-16T06:00:35Z", + "title": "Capitol attack panel obtains PowerPoint that set out plan for Trump to stage coup", + "description": "

    Presentation turned over by Mark Meadows made several recommendations for Trump to pursue to retain presidency

    Former Trump White House chief of staff Mark Meadows turned over to the House select committee investigating the 6 January Capitol attack a PowerPoint recommending Donald Trump to declare a national security emergency in order to return himself to the presidency.

    The fact that Meadows was in possession of a PowerPoint the day before the Capitol attack that detailed ways to stage a coup suggests he was at least aware of efforts by Trump and his allies to stop Joe Biden’s certification from taking place on 6 January.

    Continue reading...", + "content": "

    Presentation turned over by Mark Meadows made several recommendations for Trump to pursue to retain presidency

    Former Trump White House chief of staff Mark Meadows turned over to the House select committee investigating the 6 January Capitol attack a PowerPoint recommending Donald Trump to declare a national security emergency in order to return himself to the presidency.

    The fact that Meadows was in possession of a PowerPoint the day before the Capitol attack that detailed ways to stage a coup suggests he was at least aware of efforts by Trump and his allies to stop Joe Biden’s certification from taking place on 6 January.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2021/dec/10/trump-powerpoint-mark-meadows-capitol-attack", + "creator": "Hugo Lowell in Washington", + "pubDate": "2021-12-11T02:01:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210601,20 +236250,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "432eca6019ef5775bc03001d6ab34d7b" + "hash": "800dfa4333edface21239b2e157dbf23" }, { - "title": "Don’t call it sleaze, call it corruption – why scandal haunts Boris Johnson’s government", - "description": "

    From contracts for mates to flat makeovers and illicit parties, barely a day passes without a crisis at No 10. But using the tabloid language of the 90s doesn’t scratch the surface of this government’s sins

    Think of bonking. Not the activity, but the word. As a shorthand for sex, it was popularised, if not invented, by the tabloid press in the 90s – back then, “Bonking Boris” referred to a former Wimbledon champion rather than a future prime minister. You can see why it appealed. “Bonking” slipped easily under the bar prohibiting expletives in family newspapers; it sounded fun rather than pornographic. It was clear and direct, yet had all the advantages of euphemism.

    Now think of sleaze. As it happens, that word performed a similar role in the same period. It could be hurled at politicians – specifically the Conservative government of John Major – relatively free of legal risk. You could say an MP or minister was “mired in sleaze” without having to prove that they had broken a specific law. It was handy.

    Continue reading...", - "content": "

    From contracts for mates to flat makeovers and illicit parties, barely a day passes without a crisis at No 10. But using the tabloid language of the 90s doesn’t scratch the surface of this government’s sins

    Think of bonking. Not the activity, but the word. As a shorthand for sex, it was popularised, if not invented, by the tabloid press in the 90s – back then, “Bonking Boris” referred to a former Wimbledon champion rather than a future prime minister. You can see why it appealed. “Bonking” slipped easily under the bar prohibiting expletives in family newspapers; it sounded fun rather than pornographic. It was clear and direct, yet had all the advantages of euphemism.

    Now think of sleaze. As it happens, that word performed a similar role in the same period. It could be hurled at politicians – specifically the Conservative government of John Major – relatively free of legal risk. You could say an MP or minister was “mired in sleaze” without having to prove that they had broken a specific law. It was handy.

    Continue reading...", - "category": "Politics", - "link": "https://www.theguardian.com/politics/2021/dec/16/dont-call-it-sleaze-call-it-corruption-why-scandal-haunts-boris-johnsons-government", - "creator": "Jonathan Freedland", - "pubDate": "2021-12-16T12:53:08Z", + "title": "Up to 100 feared dead in Kentucky after tornadoes tear through US states", + "description": "

    State governor says dozens at factory thought to have been killed, with other incidents reported in Arkansas and Illinois

    Up to 100 people are feared to have been killed after a devastating outbreak of tornadoes ripped through Kentucky and other US states on Friday night and early Saturday morning.

    The governor of Kentucky, Andy Beshear, said the state had “experienced some of the worst tornado damage we’ve seen in a long time”.

    Continue reading...", + "content": "

    State governor says dozens at factory thought to have been killed, with other incidents reported in Arkansas and Illinois

    Up to 100 people are feared to have been killed after a devastating outbreak of tornadoes ripped through Kentucky and other US states on Friday night and early Saturday morning.

    The governor of Kentucky, Andy Beshear, said the state had “experienced some of the worst tornado damage we’ve seen in a long time”.

    Continue reading...", + "category": "Tornadoes", + "link": "https://www.theguardian.com/world/2021/dec/11/arkansas-tornado-deaths-nursing-home-illinois-amazon-warehouse-roof-collapse", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-11T12:14:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210626,16 +236275,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "41d4776f84472e41bce31ff03b3e33c3" + "hash": "e6c32969f615eccd8991aca1edefa235" }, { - "title": "Go easy on me: why pop has got so predictable", - "description": "

    Adele, Ed Sheeran, Abba, Lana Del Rey and Drake all found success in 2021 by delivering more of the same – a result of how our chaotic lives, on and offline, are informing our taste

    The biggest album launch of 2021 began with a social media statement tacitly assuring fans that nothing had changed. Adele was once more in a state of heartbreak – “a maze of absolute mess and inner turmoil … consumed by my own grief” – and that the contents of her album 30 would reflect that, as mired in romantic misery as its predecessors, 25 and 21. It was the musical equivalent, she said, of a friend who comes over “with a bottle of wine and a takeaway” to discuss the disastrous state of your love life.

    The second-biggest album launch of 2021 was preceded by its creators proudly announcing they had written it “absolutely trend-blind”. Abba had traversed a considerable musical distance over the course of their original career, buffeted by the shifting musical trends of the 70s and early 80s – from the clompy Europop of their debut album to the sophisticated, chilly electronics of The Visitors, by way of glam and sleek disco – but Voyage would offer them preserved in amber, exactly as they were in the late 70s, unspoiled by any musical trends from the 40 years since their split.

    Continue reading...", - "content": "

    Adele, Ed Sheeran, Abba, Lana Del Rey and Drake all found success in 2021 by delivering more of the same – a result of how our chaotic lives, on and offline, are informing our taste

    The biggest album launch of 2021 began with a social media statement tacitly assuring fans that nothing had changed. Adele was once more in a state of heartbreak – “a maze of absolute mess and inner turmoil … consumed by my own grief” – and that the contents of her album 30 would reflect that, as mired in romantic misery as its predecessors, 25 and 21. It was the musical equivalent, she said, of a friend who comes over “with a bottle of wine and a takeaway” to discuss the disastrous state of your love life.

    The second-biggest album launch of 2021 was preceded by its creators proudly announcing they had written it “absolutely trend-blind”. Abba had traversed a considerable musical distance over the course of their original career, buffeted by the shifting musical trends of the 70s and early 80s – from the clompy Europop of their debut album to the sophisticated, chilly electronics of The Visitors, by way of glam and sleek disco – but Voyage would offer them preserved in amber, exactly as they were in the late 70s, unspoiled by any musical trends from the 40 years since their split.

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/music/2021/dec/16/go-easy-on-me-why-pop-has-got-so-predictable", - "creator": "Alexis Petridis", - "pubDate": "2021-12-16T17:05:01Z", + "title": "Friend, lover, fixer? Ghislaine Maxwell prosecutors home in on nature of Epstein relationship", + "description": "

    Federal sex-trafficking trial has shed more light on pair’s ties, and how their lives seemed intimately interwoven

    Ghislaine Maxwell has long been accused of luring teenage girls into Jeffrey Epstein’s orbit for him to sexually abuse, but whatever motive for allegedly doing so has long remained a mystery.

    The answer hinges somewhat on the nature of their relationship. Did Maxwell serve as the late financier’s consigliere, or act as his girlfriend and procurer?

    Continue reading...", + "content": "

    Federal sex-trafficking trial has shed more light on pair’s ties, and how their lives seemed intimately interwoven

    Ghislaine Maxwell has long been accused of luring teenage girls into Jeffrey Epstein’s orbit for him to sexually abuse, but whatever motive for allegedly doing so has long remained a mystery.

    The answer hinges somewhat on the nature of their relationship. Did Maxwell serve as the late financier’s consigliere, or act as his girlfriend and procurer?

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/11/ghislaine-maxwell-prosecutors-jeffrey-epstein-relationship", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-11T07:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210647,16 +236296,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11d21796aad7ae19e449c2d57b6eb045" + "hash": "e9561d1860353cafa1e694237e531740" }, { - "title": "The lawyer who tried faking his death, and the writer exposing his crime dynasty", - "description": "

    Mandy Matney kept a harsh spotlight trained on South Carolina’s Murdaugh family until they became impossible for anyone to ignore

    Real-life villains don’t come more sharply drawn than Alex Murdaugh, a greedy and ghoulish personal injuries lawyer who casts a haunting shadow over the state of South Carolina. For nearly a century, his father and grandfather were the prosecutors for a five-county district while also running a powerful private law firm.

    But it wasn’t until the small hours of 24 February 2019 that the dark veil over the Murdaugh family’s dealings began to slip. That’s when Alex’s son Paul is alleged to have plowed the family’s 17-foot bay boat into a bridge abutting Parris Island, the nation’s largest Marine recruit depot. Among the three people cast overboard was an ebullient 19-year-old former high school soccer player named Mallory Beach. She was found dead in the murky tidewaters near the crash site after a seven-day search.

    Continue reading...", - "content": "

    Mandy Matney kept a harsh spotlight trained on South Carolina’s Murdaugh family until they became impossible for anyone to ignore

    Real-life villains don’t come more sharply drawn than Alex Murdaugh, a greedy and ghoulish personal injuries lawyer who casts a haunting shadow over the state of South Carolina. For nearly a century, his father and grandfather were the prosecutors for a five-county district while also running a powerful private law firm.

    But it wasn’t until the small hours of 24 February 2019 that the dark veil over the Murdaugh family’s dealings began to slip. That’s when Alex’s son Paul is alleged to have plowed the family’s 17-foot bay boat into a bridge abutting Parris Island, the nation’s largest Marine recruit depot. Among the three people cast overboard was an ebullient 19-year-old former high school soccer player named Mallory Beach. She was found dead in the murky tidewaters near the crash site after a seven-day search.

    Continue reading...", - "category": "South Carolina", - "link": "https://www.theguardian.com/us-news/2021/dec/16/mandy-matney-alex-murdaugh-writer-crime-story", - "creator": "Andrew Lawrence in Beaufort, South Carolina", - "pubDate": "2021-12-16T10:00:03Z", + "title": "Recently uncovered software flaw ‘most critical vulnerability of the last decade’", + "description": "

    Log4Shell grants easy access to internal networks, making them susceptible to data loot and loss and malware attacks

    A critical vulnerability in a widely used software tool – one quickly exploited in the online game Minecraft – is rapidly emerging as a major threat to organizations around the world.

    “The internet’s on fire right now,” said Adam Meyers, senior vice-president of intelligence at the cybersecurity firm Crowdstrike. “People are scrambling to patch”, he said, “and all kinds of people scrambling to exploit it.” He said on Friday morning that in the 12 hours since the bug’s existence was disclosed, it had been “fully weaponized”, meaning malefactors had developed and distributed tools to exploit it.

    Continue reading...", + "content": "

    Log4Shell grants easy access to internal networks, making them susceptible to data loot and loss and malware attacks

    A critical vulnerability in a widely used software tool – one quickly exploited in the online game Minecraft – is rapidly emerging as a major threat to organizations around the world.

    “The internet’s on fire right now,” said Adam Meyers, senior vice-president of intelligence at the cybersecurity firm Crowdstrike. “People are scrambling to patch”, he said, “and all kinds of people scrambling to exploit it.” He said on Friday morning that in the 12 hours since the bug’s existence was disclosed, it had been “fully weaponized”, meaning malefactors had developed and distributed tools to exploit it.

    Continue reading...", + "category": "Software", + "link": "https://www.theguardian.com/technology/2021/dec/10/software-flaw-most-critical-vulnerability-log-4-shell", + "creator": "Associated Press", + "pubDate": "2021-12-11T01:50:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210664,20 +236313,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "228acb26e962ed2eb8ab713a851aa5d8" + "hash": "87275dd3d6d8c43f2d8728f04a363fc1" }, { - "title": "‘Very worrying’: is a far-right radical about to take over in Chile?", - "description": "

    As election run-off looms, José Antonio Kast’s opponents sound the alarm

    María Irene Campos was a woman on a mission.

    “I want to send the message that Chile will never again be communist,” the 74-year-old retiree proclaimed as she hit the streets last Friday to catch a glimpse of the man she believes can save her South American homeland from such a fate.

    Continue reading...", - "content": "

    As election run-off looms, José Antonio Kast’s opponents sound the alarm

    María Irene Campos was a woman on a mission.

    “I want to send the message that Chile will never again be communist,” the 74-year-old retiree proclaimed as she hit the streets last Friday to catch a glimpse of the man she believes can save her South American homeland from such a fate.

    Continue reading...", - "category": "Chile", - "link": "https://www.theguardian.com/world/2021/dec/16/chile-far-right-candidate-jose-antonio-kast-win-presidency", - "creator": "Tom Phillips and John Bartlett in Rancagua", - "pubDate": "2021-12-16T10:00:04Z", + "title": "Daughter of US astronaut rockets into space aboard Blue Origin spacecraft", + "description": "

    Laura Shepard Churchley, whose father, Alan Shepard, made history in 1961 as the first American to travel into space, was among the crew of six

    The eldest daughter of pioneering US astronaut Alan Shepard took a joyride to the edge of space aboard Jeff Bezos’ Blue Origin rocket on Saturday, 60 years after her late father’s famed suborbital Nasa flight at the dawn of the Space Age.

    Laura Shepard Churchley, 74, who was a schoolgirl when her father first streaked into space, was one of six passengers buckled into the cabin of Blue Origin‘s New Shepard spacecraft as it lifted off from a launch site outside the west Texas town of Van Horn.

    Continue reading...", + "content": "

    Laura Shepard Churchley, whose father, Alan Shepard, made history in 1961 as the first American to travel into space, was among the crew of six

    The eldest daughter of pioneering US astronaut Alan Shepard took a joyride to the edge of space aboard Jeff Bezos’ Blue Origin rocket on Saturday, 60 years after her late father’s famed suborbital Nasa flight at the dawn of the Space Age.

    Laura Shepard Churchley, 74, who was a schoolgirl when her father first streaked into space, was one of six passengers buckled into the cabin of Blue Origin‘s New Shepard spacecraft as it lifted off from a launch site outside the west Texas town of Van Horn.

    Continue reading...", + "category": "Blue Origin", + "link": "https://www.theguardian.com/science/2021/dec/11/blue-origin-rocket-laura-shepard-churchley-michael-strahan", + "creator": "Reuters", + "pubDate": "2021-12-11T15:58:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210689,16 +236338,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1307088f503a9270ddea450a39ab1fe5" + "hash": "a6c00f8adc32ec7ca0006a9ec0511fd1" }, { - "title": "bell hooks remembered: ‘She embodied everything I wanted to be’", - "description": "

    The activist and acclaimed author of Ain’t I a Woman and All About Love has died. Here, leading contemporaries pay tribute to her

    A life in quotes: bell hooks

    bell hooks, author and activist, dies aged 69

    British journalist and author of the bestselling Why I’m No Longer Talking to White People About Race

    Continue reading...", - "content": "

    The activist and acclaimed author of Ain’t I a Woman and All About Love has died. Here, leading contemporaries pay tribute to her

    A life in quotes: bell hooks

    bell hooks, author and activist, dies aged 69

    British journalist and author of the bestselling Why I’m No Longer Talking to White People About Race

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/books/2021/dec/16/bell-hooks-remembered-she-reminded-us-of-the-better-world-we-were-working-towards", - "creator": "Reni Eddo-Lodge, David Olusoga, Jay Bernard, Johny Pitts, Jeffrey Boakye, Margaret Atwood, Candice Carty-Williams, Aminatta Forna, Afua Hirsch", - "pubDate": "2021-12-16T12:53:00Z", + "title": "‘I was always curious’: Indian woman, 104, fulfils dream of learning to read", + "description": "

    Daily newspaper is new joy for Kuttiyamma, who began taking lessons from her neighbour a year ago

    For almost a century, Kuttiyamma’s daily routine had been much the same. Rising early at home in the village of Thiruvanchoor in Kerala, the 104-year-old would begin her day’s work of cooking, cleaning and feeding the cows and chickens.

    But now, every morning, there’s something new to get up for. She eagerly awaits the paperboy to deliver Malayala Manorama, the local newspaper.

    Continue reading...", + "content": "

    Daily newspaper is new joy for Kuttiyamma, who began taking lessons from her neighbour a year ago

    For almost a century, Kuttiyamma’s daily routine had been much the same. Rising early at home in the village of Thiruvanchoor in Kerala, the 104-year-old would begin her day’s work of cooking, cleaning and feeding the cows and chickens.

    But now, every morning, there’s something new to get up for. She eagerly awaits the paperboy to deliver Malayala Manorama, the local newspaper.

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/2021/dec/11/curious-indian-woman-104-fulfils-dream-learning-read", + "creator": "KA Shaji in Kottayam and Hannah Ellis-Petersen in Delhi", + "pubDate": "2021-12-11T08:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210710,16 +236359,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9992bccb6da5e34e456a9d5e015449f" + "hash": "dfc04f49d9adabcacd7a53f9a8f6a251" }, { - "title": "Julia Donaldson and Axel Scheffler on saving Christmas: ‘We don’t usually meet people who hate our books’", - "description": "

    The Gruffalo creators are back with Superworm, their ninth festive special – that’s one more than Eric and Ernie. The Christmas TV royalty talk tinkering with Olivia Colman’s script … and the perils of mega success

    Meeting Julia Donaldson and Axel Scheffler is a little like meeting the royal family. To learn anything about them is to be bombarded with an avalanche of statistics. In this country alone, a Julia Donaldson book sells every 11 seconds. In 2014 it was reported that 40p in every pound spent on children’s picture books went on a Donaldson title. And her work with Scheffler has taken on a rabid life outside of literature, too. Go to the woods and you’re likely to discover a Gruffalo trail. Chessington World of Adventures theme park is essentially a Donaldson/Scheffler temple, brimming with themed rides and marauding characters.

    And, let’s not forget, they are also the reigning king and queen of Christmas Day. Starting with The Gruffalo in 2009, one of their books has been sumptuously animated and proudly placed in every BBC One Christmas schedule. This year, Superworm – about an earthworm superhero captured by a wizard lizard – has received the treatment, narrated by none other than Olivia Colman and with Matt Smith as the titular creepy crawly. In grand Donaldson/Scheffler tradition the animation is bright and tactile, and the storyline has been augmented with a rich seam of festive melancholy. On a Christmas day dripping with repeats, this will not only go down as the BBC’s stand-out offering, but is also their ninth Christmas special. If you’re counting, Morecambe and Wise only managed eight.

    Continue reading...", - "content": "

    The Gruffalo creators are back with Superworm, their ninth festive special – that’s one more than Eric and Ernie. The Christmas TV royalty talk tinkering with Olivia Colman’s script … and the perils of mega success

    Meeting Julia Donaldson and Axel Scheffler is a little like meeting the royal family. To learn anything about them is to be bombarded with an avalanche of statistics. In this country alone, a Julia Donaldson book sells every 11 seconds. In 2014 it was reported that 40p in every pound spent on children’s picture books went on a Donaldson title. And her work with Scheffler has taken on a rabid life outside of literature, too. Go to the woods and you’re likely to discover a Gruffalo trail. Chessington World of Adventures theme park is essentially a Donaldson/Scheffler temple, brimming with themed rides and marauding characters.

    And, let’s not forget, they are also the reigning king and queen of Christmas Day. Starting with The Gruffalo in 2009, one of their books has been sumptuously animated and proudly placed in every BBC One Christmas schedule. This year, Superworm – about an earthworm superhero captured by a wizard lizard – has received the treatment, narrated by none other than Olivia Colman and with Matt Smith as the titular creepy crawly. In grand Donaldson/Scheffler tradition the animation is bright and tactile, and the storyline has been augmented with a rich seam of festive melancholy. On a Christmas day dripping with repeats, this will not only go down as the BBC’s stand-out offering, but is also their ninth Christmas special. If you’re counting, Morecambe and Wise only managed eight.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/16/julia-donaldson-axel-scheffler-gruffalo-superworm-christmas-tv-books", - "creator": "Stuart Heritage", - "pubDate": "2021-12-16T13:32:58Z", + "title": "UK and Jersey issue more licences to French fishing boats in post-Brexit row", + "description": "

    British government says move agreed during talks before Friday midnight deadline set by Brussels

    The UK and Jersey governments have issued further licences to French fishing boats to trawl British waters in an apparent attempt to ease cross-Channel tensions.

    The Brussels-imposed deadline of midnight on Friday for solving the post-Brexit fishing row passed without an agreement being announced.

    Continue reading...", + "content": "

    British government says move agreed during talks before Friday midnight deadline set by Brussels

    The UK and Jersey governments have issued further licences to French fishing boats to trawl British waters in an apparent attempt to ease cross-Channel tensions.

    The Brussels-imposed deadline of midnight on Friday for solving the post-Brexit fishing row passed without an agreement being announced.

    Continue reading...", + "category": "Fishing industry", + "link": "https://www.theguardian.com/business/2021/dec/11/uk-and-jersey-issue-more-licences-to-french-fishing-boats-in-post-brexit-row", + "creator": "PA Media", + "pubDate": "2021-12-11T15:09:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210731,16 +236380,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "668e031467c2dbc8d07f4173a5eb8d8e" + "hash": "b6c624215019ea01bcb207590650446e" }, { - "title": "Colston’s firm enslaved the most Africans, David Olusoga tells Bristol court", - "description": "

    Historian appears as expert witness at trial of four accused of criminal damage of Edward Colston memorial

    Edward Colston was “chief executive officer” of a company responsible for enslaving more Africans than any other in British history, the historian David Olusoga has told a court, and defendants “lawfully” toppled the slave trader’s statue.

    Appearing on Thursday as an expert witness in the trial of four people accused of criminal damage of the memorial to Colston, the presenter of the BBC’s A House Through Time series described the horrors of the trade.

    Continue reading...", - "content": "

    Historian appears as expert witness at trial of four accused of criminal damage of Edward Colston memorial

    Edward Colston was “chief executive officer” of a company responsible for enslaving more Africans than any other in British history, the historian David Olusoga has told a court, and defendants “lawfully” toppled the slave trader’s statue.

    Appearing on Thursday as an expert witness in the trial of four people accused of criminal damage of the memorial to Colston, the presenter of the BBC’s A House Through Time series described the horrors of the trade.

    Continue reading...", - "category": "Bristol", - "link": "https://www.theguardian.com/uk-news/2021/dec/16/colstons-firm-enslaved-the-most-africans-david-olusoga-tells-bristol-court", - "creator": "Damien Gayle", - "pubDate": "2021-12-16T18:58:02Z", + "title": "Carrie-Anne Moss: ‘There was a scene in the first Matrix with me in stilettos. I could barely stand straight’", + "description": "

    Twenty years after first playing kick-ass hacker Trinity in The Matrix, Moss is returning to the role in The Matrix: Resurrections. Thankfully, she wasn’t asked to wear heels this time …

    When The Matrix asks us all to take the red pill again on 22 December, Carrie-Anne Moss, 54, will return to the role that made her famous. Moss first played Trinity, a motorbike-riding, badass, PVC-clad hacker, in 1999, and despite the character not surviving the original trilogy, she is back, along with her co-star Keanu Reeves, for the fourth instalment, The Matrix Resurrections, directed by Lana Wachowski, this time without her sister Lilly. Moss, who was born in Canada, started her career as a model and had several small parts on television and in films before The Matrix struck gold. She played Marvel’s first on-screen lesbian character, Jeri Hogarth, in the Netflix series Jessica Jones, and away from the acting world, she runs a “labour of love” lifestyle site called Annapurna Living. She lives with her husband and three children in the countryside in California, which means she does not see the current trend for Matrix-inspired fashion such as big stompy boots and tiny sunglasses out on the streets.

    Was returning to the world of The Matrix a tough decision?
    Oh, no. I was absolutely over-the-moon excited about the prospect. It was something that I never imagined happening. People had mentioned it to me in passing, and I was always thinking: ‘No way. Never gonna happen.’

    Continue reading...", + "content": "

    Twenty years after first playing kick-ass hacker Trinity in The Matrix, Moss is returning to the role in The Matrix: Resurrections. Thankfully, she wasn’t asked to wear heels this time …

    When The Matrix asks us all to take the red pill again on 22 December, Carrie-Anne Moss, 54, will return to the role that made her famous. Moss first played Trinity, a motorbike-riding, badass, PVC-clad hacker, in 1999, and despite the character not surviving the original trilogy, she is back, along with her co-star Keanu Reeves, for the fourth instalment, The Matrix Resurrections, directed by Lana Wachowski, this time without her sister Lilly. Moss, who was born in Canada, started her career as a model and had several small parts on television and in films before The Matrix struck gold. She played Marvel’s first on-screen lesbian character, Jeri Hogarth, in the Netflix series Jessica Jones, and away from the acting world, she runs a “labour of love” lifestyle site called Annapurna Living. She lives with her husband and three children in the countryside in California, which means she does not see the current trend for Matrix-inspired fashion such as big stompy boots and tiny sunglasses out on the streets.

    Was returning to the world of The Matrix a tough decision?
    Oh, no. I was absolutely over-the-moon excited about the prospect. It was something that I never imagined happening. People had mentioned it to me in passing, and I was always thinking: ‘No way. Never gonna happen.’

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/11/carrie-anne-moss-there-was-a-scene-in-the-first-matrix-with-me-in-stilettos-i-could-barely-stand-straight", + "creator": "Rebecca Nicholson", + "pubDate": "2021-12-11T09:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210752,16 +236401,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85977f9e2c1ed7b5af8e76421f15e450" + "hash": "a6e49b3262fb82547311bc5c70c4cb06" }, { - "title": "Serbia blocks Rio Tinto’s plan to mine lithium after protests", - "description": "

    Environmentalists’ campaign shakes government into putting multinational’s $2.4bn mining operation on hold

    Local authorities in western Serbia have suspended a plan that would allow mining giant Rio Tinto to operate a lithium mine, following protests by environmentalists that shook the country’s populist leadership.

    The mining had been expected to start in the near future, but a town council in Loznica voted to suspend a regional development plan that permitted the excavation of lithium. The vote followed the suspension last week of two key laws in Serbia’s parliament that ecologists said would help the multinational mining company start the project.

    Continue reading...", - "content": "

    Environmentalists’ campaign shakes government into putting multinational’s $2.4bn mining operation on hold

    Local authorities in western Serbia have suspended a plan that would allow mining giant Rio Tinto to operate a lithium mine, following protests by environmentalists that shook the country’s populist leadership.

    The mining had been expected to start in the near future, but a town council in Loznica voted to suspend a regional development plan that permitted the excavation of lithium. The vote followed the suspension last week of two key laws in Serbia’s parliament that ecologists said would help the multinational mining company start the project.

    Continue reading...", - "category": "Mining", - "link": "https://www.theguardian.com/environment/2021/dec/16/serbia-blocks-rio-tintos-plan-to-mine-lithium-after-protests", - "creator": "Associated Press in Belgrade", - "pubDate": "2021-12-16T18:34:21Z", + "title": "Charlie Watts remembered by Dave Green", + "description": "

    2 June 1941 – 24 August 2021
    The Rolling Stones drummer’s childhood friend and fellow musician recalls a home-loving connoisseur and collector of ephemera

    I first met Charlie Watts in 1946, when I was four and he was five. We moved into new prefabs built after the war in Wembley Park – we were number 22, he was number 23 – and our mums hit it off pretty much straight away. We were very close, Charlie and me, throughout our lives. There was one point after he joined the Stones when we didn’t see each other for years, but when we did eventually reconnect, we picked up where we left off. Our relationship never really changed.

    From an early age we were both interested in jazz. It was a mutual thing. I used to listen to records in Charlie’s bedroom, discovering musicians such as Charlie Parker, Duke Ellington and Jelly Roll Morton. Later, when his dad bought him a drum kit and I got a double bass, we’d only been playing for a few months when we heard that a jazz band was doing auditions for a drummer and bass player. We did the audition and as we were the only ones that turned up we got the gig with the Jo Jones Seven and started doing weekly sessions at the Masons Arms pub in Edgware.

    Continue reading...", + "content": "

    2 June 1941 – 24 August 2021
    The Rolling Stones drummer’s childhood friend and fellow musician recalls a home-loving connoisseur and collector of ephemera

    I first met Charlie Watts in 1946, when I was four and he was five. We moved into new prefabs built after the war in Wembley Park – we were number 22, he was number 23 – and our mums hit it off pretty much straight away. We were very close, Charlie and me, throughout our lives. There was one point after he joined the Stones when we didn’t see each other for years, but when we did eventually reconnect, we picked up where we left off. Our relationship never really changed.

    From an early age we were both interested in jazz. It was a mutual thing. I used to listen to records in Charlie’s bedroom, discovering musicians such as Charlie Parker, Duke Ellington and Jelly Roll Morton. Later, when his dad bought him a drum kit and I got a double bass, we’d only been playing for a few months when we heard that a jazz band was doing auditions for a drummer and bass player. We did the audition and as we were the only ones that turned up we got the gig with the Jo Jones Seven and started doing weekly sessions at the Masons Arms pub in Edgware.

    Continue reading...", + "category": "Charlie Watts", + "link": "https://www.theguardian.com/music/2021/dec/11/obituaries-2021-charlie-watts-remembered-by-dave-green", + "creator": "Guardian Staff", + "pubDate": "2021-12-11T14:00:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210773,16 +236422,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "296f37fe8a6e843e2511d3896aeea289" + "hash": "67441e6b8b13e331ee5e9609edb15632" }, { - "title": "Bahraini hunger striker in London told by MPs they will take up case", - "description": "

    MPs promise to raise situation of Ali Mushaima’s father, Hassan, who has been detained in Bahrain for 10 years

    A Bahraini man whose father has been detained for 10 years in the Gulf country will end a 23-day hunger strike outside Bahrain’s embassy in London on Friday after MPs vowed to raise his father’s case in the Commons.

    Ali Mushaima said he was suffering from back pain and had found the cold nights on a pavement outside the embassy “tough to take”.

    Continue reading...", - "content": "

    MPs promise to raise situation of Ali Mushaima’s father, Hassan, who has been detained in Bahrain for 10 years

    A Bahraini man whose father has been detained for 10 years in the Gulf country will end a 23-day hunger strike outside Bahrain’s embassy in London on Friday after MPs vowed to raise his father’s case in the Commons.

    Ali Mushaima said he was suffering from back pain and had found the cold nights on a pavement outside the embassy “tough to take”.

    Continue reading...", - "category": "Bahrain", - "link": "https://www.theguardian.com/world/2021/dec/16/bahraini-man-to-end-uk-hunger-strike-over-fathers-detention", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-16T17:22:12Z", + "title": "David Baddiel and his daughter on his social media addiction: ‘it can reward and punish you’", + "description": "

    Despite the abuse and anger, the comedian spent hours a day online. But then his daughter Dolly became dangerously drawn in. Was it time for a rethink?

    Over the past 30 years, I have read and heard David Baddiel’s thoughts on many subjects, including sex, masturbation, religion, antisemitism, football fandom, football hooliganism, his mother’s sex life and his father’s dementia. “I am quite unfiltered,” he agrees, “mainly because I am almost psychotically comfortable in my own skin.” But today I have found the one subject that makes him squirm.

    How much time does he spend on social media a day? “Oh, um, too much,” he says, his usual candour suddenly gone. What’s his daily screen time according to his phone? “It says four hours, which is a bit frightening.”

    Continue reading...", + "content": "

    Despite the abuse and anger, the comedian spent hours a day online. But then his daughter Dolly became dangerously drawn in. Was it time for a rethink?

    Over the past 30 years, I have read and heard David Baddiel’s thoughts on many subjects, including sex, masturbation, religion, antisemitism, football fandom, football hooliganism, his mother’s sex life and his father’s dementia. “I am quite unfiltered,” he agrees, “mainly because I am almost psychotically comfortable in my own skin.” But today I have found the one subject that makes him squirm.

    How much time does he spend on social media a day? “Oh, um, too much,” he says, his usual candour suddenly gone. What’s his daily screen time according to his phone? “It says four hours, which is a bit frightening.”

    Continue reading...", + "category": "David Baddiel", + "link": "https://www.theguardian.com/stage/2021/dec/11/david-baddiel-and-his-daughter-on-his-social-media-addiction-it-can-reward-and-punish-you", + "creator": "Hadley Freeman", + "pubDate": "2021-12-11T12:00:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210794,16 +236443,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd111411738f7be591fe76ab170a68a5" + "hash": "f45a0750b3b9d2cb3150d7926f80ff1b" }, { - "title": "Rhino deaths in South Africa from poaching reach 24 in December", - "description": "

    Carcasses found in four provinces, including one pregnant female, with nine arrests made

    Poachers have killed 24 rhinos in South Africa during the first two weeks of December after a lull in killings during the Covid pandemic.

    On Tuesday, the South African environment ministry said carcasses had been discovered in four provinces across the country since the beginning of the month, with seven rhinos found dead in Kruger national park, six in KwaZulu-Natal and seven in Mpumalanga. Four, including a pregnant female, were shot dead by poachers at a game reserve in the Western Cape last week while a fifth is being treated for gunshot wounds.

    Continue reading...", - "content": "

    Carcasses found in four provinces, including one pregnant female, with nine arrests made

    Poachers have killed 24 rhinos in South Africa during the first two weeks of December after a lull in killings during the Covid pandemic.

    On Tuesday, the South African environment ministry said carcasses had been discovered in four provinces across the country since the beginning of the month, with seven rhinos found dead in Kruger national park, six in KwaZulu-Natal and seven in Mpumalanga. Four, including a pregnant female, were shot dead by poachers at a game reserve in the Western Cape last week while a fifth is being treated for gunshot wounds.

    Continue reading...", - "category": "Animals", - "link": "https://www.theguardian.com/environment/2021/dec/16/rhino-deaths-in-south-africa-from-poaching-reach-24-in-december-aoe", - "creator": "Patrick Greenfield", - "pubDate": "2021-12-16T17:20:59Z", + "title": "Supermodel Karen Elson on fashion’s toxic truth: ‘I survived harassment, body shaming and bullying – and I’m one of the lucky ones’", + "description": "

    She has been at the top of the industry for decades. Now she’s speaking out about the dark reality of life behind the scenes

    When Karen Elson was a young hopeful trying to make it in Paris, a model scout took her to a nightclub. After long days on the Métro trekking to castings that came to nothing, and evenings alone in a run-down apartment, she was excited to be out having fun. The music was good and the scout, to whom her agent had introduced her, kept the drinks coming. She started to feel tipsy. A friend of the scout’s arrived, and the pair started massaging her shoulders, making sexual suggestions. “I was 16 and I’d never kissed a boy,” she recalls. “It was my first experience of sexual – well, sexual anything, and this was sexual harassment. They both had their hands on me.”

    She told them she wanted to go home, and left to find a taxi, but they followed her into it, kissing her neck on the back seat. When they reached her street, she jumped out, slammed the taxi door and ran inside. The next day she told another model what had happened, and the scout found out. “His reaction was to corner me in the model agency and say: ‘I’ll fucking get you kicked out of Paris if you ever fucking say anything ever again.’”

    Continue reading...", + "content": "

    She has been at the top of the industry for decades. Now she’s speaking out about the dark reality of life behind the scenes

    When Karen Elson was a young hopeful trying to make it in Paris, a model scout took her to a nightclub. After long days on the Métro trekking to castings that came to nothing, and evenings alone in a run-down apartment, she was excited to be out having fun. The music was good and the scout, to whom her agent had introduced her, kept the drinks coming. She started to feel tipsy. A friend of the scout’s arrived, and the pair started massaging her shoulders, making sexual suggestions. “I was 16 and I’d never kissed a boy,” she recalls. “It was my first experience of sexual – well, sexual anything, and this was sexual harassment. They both had their hands on me.”

    She told them she wanted to go home, and left to find a taxi, but they followed her into it, kissing her neck on the back seat. When they reached her street, she jumped out, slammed the taxi door and ran inside. The next day she told another model what had happened, and the scout found out. “His reaction was to corner me in the model agency and say: ‘I’ll fucking get you kicked out of Paris if you ever fucking say anything ever again.’”

    Continue reading...", + "category": "Models", + "link": "https://www.theguardian.com/fashion/2021/dec/11/supermodel-karen-elson-on-fashions-toxic-truth-i-survived-harassment-body-shaming-and-bullying-and-im-one-of-the-lucky-ones", + "creator": "Jess Cartner-Morley", + "pubDate": "2021-12-11T08:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210815,16 +236464,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f926300d168a0d6ec3c384b9329ffbc8" + "hash": "7763dd63744e6c5ca01abf97ee1142a4" }, { - "title": "Manchin and Sinema continue to stand in way of Build Back Better and voting rights – live", - "description": "

    Chuck Schumer, the senate majority leader, said Thursday that he wants to pass Democrats’ two sweeping voting bills in time for the 2022 election. But that looks increasingly more difficult the longer Democrats delay.

    Advocates don’t think the window to do anything about the 2022 elections has passed, but it is rapidly closing.

    Continue reading...", - "content": "

    Chuck Schumer, the senate majority leader, said Thursday that he wants to pass Democrats’ two sweeping voting bills in time for the 2022 election. But that looks increasingly more difficult the longer Democrats delay.

    Advocates don’t think the window to do anything about the 2022 elections has passed, but it is rapidly closing.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2021/dec/16/build-back-better-voting-rights-manchin-sinema-joe-biden-us-politics-latest", - "creator": "Joan E Greve in Washington", - "pubDate": "2021-12-16T19:03:33Z", + "title": "Blind date: ‘After my rugby stories, she may not want to meet my friends’", + "description": "

    April, 27, heritage project officer, meets Jake, 27, company director

    April on Jake

    What were you hoping for?
    Someone based in London with similar interests, who was laid-back but up for trying new things.

    Continue reading...", + "content": "

    April, 27, heritage project officer, meets Jake, 27, company director

    April on Jake

    What were you hoping for?
    Someone based in London with similar interests, who was laid-back but up for trying new things.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/11/blind-date-april-jake", + "creator": "", + "pubDate": "2021-12-11T06:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210836,16 +236485,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "66347a6cd0e4e408696a8c90f88a436c" + "hash": "51d8df2b6b7a1c205a3acb505db374fe" }, { - "title": "Outspoken editor of Chinese state tabloid Global Times retires", - "description": "

    Hu Xijin became leading voice of strident nationalism with millions of social media followers

    A Chinese state tabloid editor who became a leading voice of strident nationalism with millions of social media followers has announced his retirement.

    A self-described former pro-democracy protester turned outspoken newspaper editor, Hu Xijin helped usher in a new era of brash, assertive nationalism under the president, Xi Jinping.

    Continue reading...", - "content": "

    Hu Xijin became leading voice of strident nationalism with millions of social media followers

    A Chinese state tabloid editor who became a leading voice of strident nationalism with millions of social media followers has announced his retirement.

    A self-described former pro-democracy protester turned outspoken newspaper editor, Hu Xijin helped usher in a new era of brash, assertive nationalism under the president, Xi Jinping.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/16/editor-of-chinese-state-tabloid-global-times-retires", - "creator": "Agence France-Presse", - "pubDate": "2021-12-16T08:05:49Z", + "title": "‘Gushing oil and roaring fires’: 30 years on Kuwait is still scarred by catastrophic pollution", + "description": "

    Oilwells set alight by Iraqi forces in 1991 were put out within months, but insidious pollution still mars the desert

    For 10 months in Kuwait, everything was upside down. Daytime was full of darkness from the thick smoke, and nights were bright from the distant glow of burning oilwells.

    When Iraq’s leader, Saddam Hussein, ordered the occupation of Kuwait in August 1990 in an attempt to gain control of the lucrative oil supply of the Middle East and pay off a huge debt accrued from Kuwait, he was fairly quickly forced into retreat by a US coalition which began an intensive bombing campaign.

    Continue reading...", + "content": "

    Oilwells set alight by Iraqi forces in 1991 were put out within months, but insidious pollution still mars the desert

    For 10 months in Kuwait, everything was upside down. Daytime was full of darkness from the thick smoke, and nights were bright from the distant glow of burning oilwells.

    When Iraq’s leader, Saddam Hussein, ordered the occupation of Kuwait in August 1990 in an attempt to gain control of the lucrative oil supply of the Middle East and pay off a huge debt accrued from Kuwait, he was fairly quickly forced into retreat by a US coalition which began an intensive bombing campaign.

    Continue reading...", + "category": "Environment", + "link": "https://www.theguardian.com/environment/2021/dec/11/the-sound-of-roaring-fires-is-still-in-my-memory-30-years-on-from-kuwaits-oil-blazes", + "creator": "Richa Syal", + "pubDate": "2021-12-11T10:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210857,16 +236506,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fd4a8ffa8935995b3dbadfcef5d55254" + "hash": "ecc7f625eb36a621bfbe64acdf1de020" }, { - "title": "When the levee breaks: burrows from mouse plague cause trouble for flood-hit NSW farmers", - "description": "

    Floods across eastern Australia have reduced mouse numbers but the recent plague left some properties exposed to inundation

    As flood waters move through New South Wales, farmers are finding their levees have been compromised by holes and burrows left by mice at the height of the mouse plague.

    Richard Heath, the executive director of the Australian Farm Institute, said the tunnels and nests created by mice are particularly problematic during wet weather.

    Continue reading...", - "content": "

    Floods across eastern Australia have reduced mouse numbers but the recent plague left some properties exposed to inundation

    As flood waters move through New South Wales, farmers are finding their levees have been compromised by holes and burrows left by mice at the height of the mouse plague.

    Richard Heath, the executive director of the Australian Farm Institute, said the tunnels and nests created by mice are particularly problematic during wet weather.

    Continue reading...", - "category": "Agriculture", - "link": "https://www.theguardian.com/australia-news/2021/dec/17/when-the-levee-breaks-burrows-from-mouse-plague-cause-trouble-for-flood-hit-nsw-farmers", - "creator": "Natasha May", - "pubDate": "2021-12-16T16:30:05Z", + "title": "Man shot dead by police near Kensington Palace", + "description": "

    Officers were called after man with a gun was seen entering a bank and bookmakers in west London

    A man has died after sustaining gunshot wounds in an incident involving armed officers, close to Kensington Palace in London, the Metropolitan police has said.

    Officers were called to reports of a man with a firearm seen to enter a bank and bookmakers in Marloes Road, west London, shortly after 3pm on Saturday, Scotland Yard said.

    Continue reading...", + "content": "

    Officers were called after man with a gun was seen entering a bank and bookmakers in west London

    A man has died after sustaining gunshot wounds in an incident involving armed officers, close to Kensington Palace in London, the Metropolitan police has said.

    Officers were called to reports of a man with a firearm seen to enter a bank and bookmakers in Marloes Road, west London, shortly after 3pm on Saturday, Scotland Yard said.

    Continue reading...", + "category": "London", + "link": "https://www.theguardian.com/uk-news/2021/dec/11/man-shot-dead-by-police-near-kensington-palace", + "creator": "Nadeem Badshah and agency", + "pubDate": "2021-12-11T18:13:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210878,16 +236527,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c7d7cb3933e2462510be0a510c7bf62" + "hash": "3d15e6920f312fbd1c8ad6b6d60b0a78" }, { - "title": "‘If I’m not on social media, I’m dead’: Qatari feminist activist feared killed or detained", - "description": "

    Rights groups warn 23-year-old Noof al-Maadeed is at imminent risk, despite reassurances from Qatar authorities

    Human rights groups are demanding Qatari authorities show proof of life for a feminist activist, amid growing fears that she has been killed or detained.

    Noof al-Maadeed has been missing since mid-October after returning to Qatar from the UK. The young activist fled the Gulf kingdom two years ago, documenting her escape on social media, after alleged attempts on her life. She had recently returned to Qatar after being given reassurance by the authorities that she was safe.

    Continue reading...", - "content": "

    Rights groups warn 23-year-old Noof al-Maadeed is at imminent risk, despite reassurances from Qatar authorities

    Human rights groups are demanding Qatari authorities show proof of life for a feminist activist, amid growing fears that she has been killed or detained.

    Noof al-Maadeed has been missing since mid-October after returning to Qatar from the UK. The young activist fled the Gulf kingdom two years ago, documenting her escape on social media, after alleged attempts on her life. She had recently returned to Qatar after being given reassurance by the authorities that she was safe.

    Continue reading...", - "category": "Women", - "link": "https://www.theguardian.com/global-development/2021/dec/15/if-im-not-on-social-media-im-dead-qatari-feminist-activist-feared-murdered-or-detained", - "creator": "Ruth Michaelson", - "pubDate": "2021-12-15T14:57:32Z", + "title": "Missing Rio boys tortured and killed for stealing bird, say police", + "description": "

    Members of Red Command drug faction accused of crime that caused outcry across Brazil

    Nearly a year after three young boys vanished near their homes in Rio de Janeiro’s rundown northern sprawl, police have accused members of the city’s largest drug faction of murdering the children in reprisal for stealing an ornamental bird.

    The boys – aged nine, 11 and 12 – disappeared on the afternoon of 27 December 2020 after leaving their homes in the Morro do Castelar favela to play. They were last seen in eerie security footage showing them walking towards a local street market.

    Continue reading...", + "content": "

    Members of Red Command drug faction accused of crime that caused outcry across Brazil

    Nearly a year after three young boys vanished near their homes in Rio de Janeiro’s rundown northern sprawl, police have accused members of the city’s largest drug faction of murdering the children in reprisal for stealing an ornamental bird.

    The boys – aged nine, 11 and 12 – disappeared on the afternoon of 27 December 2020 after leaving their homes in the Morro do Castelar favela to play. They were last seen in eerie security footage showing them walking towards a local street market.

    Continue reading...", + "category": "Brazil", + "link": "https://www.theguardian.com/world/2021/dec/10/rio-gangsters-tortured-and-murdered-missing-boys-say-police", + "creator": "Tom Phillips Latin America correspondent", + "pubDate": "2021-12-10T16:33:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210899,16 +236548,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17a4f98a365db07a6a3e8844f4cd446b" + "hash": "1bba77b6f3988b8c09c71df5b5f23ee6" }, { - "title": "UK charities launch appeal to help eight million Afghans at risk of starvation", - "description": "

    There is a ‘very small window of opportunity’ to intervene, say aid workers, as poverty, conflict, drought and a freeze in humanitarian funding bring Afghanistan to the brink

    Leading UK charities have launched a joint winter appeal to save the lives of 8 million people at risk of starvation in Afghanistan, as aid workers in the country warn of a “small window of opportunity” to intervene.

    A combination of conflict, economic collapse, drought and the Covid-19 pandemic has brought the country to a tipping point, according to the Disasters Emergency Committee (DEC), the umbrella group of 15 aid agencies behind the appeal.

    Continue reading...", - "content": "

    There is a ‘very small window of opportunity’ to intervene, say aid workers, as poverty, conflict, drought and a freeze in humanitarian funding bring Afghanistan to the brink

    Leading UK charities have launched a joint winter appeal to save the lives of 8 million people at risk of starvation in Afghanistan, as aid workers in the country warn of a “small window of opportunity” to intervene.

    A combination of conflict, economic collapse, drought and the Covid-19 pandemic has brought the country to a tipping point, according to the Disasters Emergency Committee (DEC), the umbrella group of 15 aid agencies behind the appeal.

    Continue reading...", - "category": "Hunger", - "link": "https://www.theguardian.com/global-development/2021/dec/15/uk-charities-launch-appeal-to-help-eight-million-afghans-at-risk-of-starvation", - "creator": "Saeed Kamali Dehghan and Karen McVeigh", - "pubDate": "2021-12-15T14:49:16Z", + "title": "I’m all for New Zealand giving tobacco a kicking – but don’t criminalise smoking | Eleanor Margolis", + "description": "

    Making substances illegal has never worked, simply because it fails to address the reasons why people use them

    I once lived with a militant vegetarian who had grown up near an abattoir. With a thousand-yard stare, he’d talk about how its bloody runoff would seep into his local playground. He hadn’t touched meat since those days. You often hear this sort of thing from vegetarians and vegans: that if you looked at what went on inside (or even outside) a slaughterhouse, you’d switch to Quorn full-time. In a similar vein, if you want to quit smoking, I recommend watching someone go through lung cancer.

    I could never look someone in the eye and tell them smoking isn’t both immensely pleasurable and cool-looking. What I would say is this: my mum was diagnosed with lung cancer in 2017. Over just a few months I watched her shrivel, become obscured by tangles of medical tubing, and begin to suffocate to death as her lungs filled with fluid. She died that same year, and it was a relief to know that her unimaginable suffering was over. I apologise if this description has either put a damper on your next fag break, or stressed you into taking a fag break when you didn’t even have one planned. As a former smoker, I can understand either scenario.

    Eleanor Margolis is a columnist for the i newspaper and Diva

    Continue reading...", + "content": "

    Making substances illegal has never worked, simply because it fails to address the reasons why people use them

    I once lived with a militant vegetarian who had grown up near an abattoir. With a thousand-yard stare, he’d talk about how its bloody runoff would seep into his local playground. He hadn’t touched meat since those days. You often hear this sort of thing from vegetarians and vegans: that if you looked at what went on inside (or even outside) a slaughterhouse, you’d switch to Quorn full-time. In a similar vein, if you want to quit smoking, I recommend watching someone go through lung cancer.

    I could never look someone in the eye and tell them smoking isn’t both immensely pleasurable and cool-looking. What I would say is this: my mum was diagnosed with lung cancer in 2017. Over just a few months I watched her shrivel, become obscured by tangles of medical tubing, and begin to suffocate to death as her lungs filled with fluid. She died that same year, and it was a relief to know that her unimaginable suffering was over. I apologise if this description has either put a damper on your next fag break, or stressed you into taking a fag break when you didn’t even have one planned. As a former smoker, I can understand either scenario.

    Eleanor Margolis is a columnist for the i newspaper and Diva

    Continue reading...", + "category": "Smoking", + "link": "https://www.theguardian.com/commentisfree/2021/dec/11/new-zealand-tobacco-criminalise-smoking-illegal-substances-use", + "creator": "Eleanor Margolis", + "pubDate": "2021-12-11T10:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210920,16 +236569,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3230e57516895a633a36ea28d0f7edb2" + "hash": "d7621bb6486aea3faf23c7ddfadabede" }, { - "title": "Books that explain the world: Guardian writers share their best nonfiction reads of the year", - "description": "

    From a Jacobean traveller’s travails in Sindh to the tangled roots of Nigeria, our pick of new nonfiction books that shine a light on Asia, Africa and South America

    • Share your top recommendations for books on the developing world in the comments below

    You Have Not Yet Been Defeated: Selected Works 2011-2021
    By
    Alaa Abd El-Fattah

    Continue reading...", - "content": "

    From a Jacobean traveller’s travails in Sindh to the tangled roots of Nigeria, our pick of new nonfiction books that shine a light on Asia, Africa and South America

    • Share your top recommendations for books on the developing world in the comments below

    You Have Not Yet Been Defeated: Selected Works 2011-2021
    By
    Alaa Abd El-Fattah

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/15/books-explain-world-guardian-writers-share-best-nonfiction-reads-2021", - "creator": "Guardian writers", - "pubDate": "2021-12-15T10:21:39Z", + "title": "Victoria records 13 deaths and NSW three; Qld changes quarantine rules – as it happened", + "description": "

    Sydney pub and club at centre of scare. Bushfire rages in Margaret River in Western Australia. This blog is now closed

    Two of the government’s biggest departments were found to have broken freedom of information law within a month of each other, prompting the watchdog to demand urgent explanations and reforms from both, documents show.

    The Office of the Australian Information Commissioner (OAIC) last month found the Department of Foreign Affairs and Trade breached the law by dragging out and eventually refusing a request by lawyer and FoI specialist Peter Timmins, documents seen by Guardian Australia show.

    Continue reading...", + "content": "

    Sydney pub and club at centre of scare. Bushfire rages in Margaret River in Western Australia. This blog is now closed

    Two of the government’s biggest departments were found to have broken freedom of information law within a month of each other, prompting the watchdog to demand urgent explanations and reforms from both, documents show.

    The Office of the Australian Information Commissioner (OAIC) last month found the Department of Foreign Affairs and Trade breached the law by dragging out and eventually refusing a request by lawyer and FoI specialist Peter Timmins, documents seen by Guardian Australia show.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/11/australia-live-news-updates-omicron-covid-cases-climb-as-sydney-pub-and-club-at-centre-of-scare", + "creator": "Justine Landis-Hanley and Cait Kelly (earlier)", + "pubDate": "2021-12-11T07:13:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210941,16 +236590,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5136afc6d41df4327a44576e1f2c452e" + "hash": "13c46975bd82b5e3a527867fbdb2553d" }, { - "title": "How big is the risk of Omicron in the UK and how do we know?", - "description": "

    Analysis: Sajid Javid estimates there are 200,000 new cases a day – here’s why the experts suggest that number will soon multiply

    When Savid Javid revealed on Monday that an estimated 200,000 people a day are getting infected with Omicron, it brought understandable concern – especially as just 4,713 cases of the variant had been confirmed in the UK so far – . So where does this figure come from – and what does it tell us about the trajectory of the surge?

    Confirming a Covid case is caused by the Omicron variant requires a full genetic analysis of that person’s swab. According to Prof Paul Hunter at the University of East Anglia, it can take up to two weeks to return a viral sequence, meaning the figure of 4,713 Omicron cases reported by the UK Health Security Agency (UKHSA) was already out of date.

    Continue reading...", - "content": "

    Analysis: Sajid Javid estimates there are 200,000 new cases a day – here’s why the experts suggest that number will soon multiply

    When Savid Javid revealed on Monday that an estimated 200,000 people a day are getting infected with Omicron, it brought understandable concern – especially as just 4,713 cases of the variant had been confirmed in the UK so far – . So where does this figure come from – and what does it tell us about the trajectory of the surge?

    Confirming a Covid case is caused by the Omicron variant requires a full genetic analysis of that person’s swab. According to Prof Paul Hunter at the University of East Anglia, it can take up to two weeks to return a viral sequence, meaning the figure of 4,713 Omicron cases reported by the UK Health Security Agency (UKHSA) was already out of date.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/14/how-big-is-the-risk-of-omicron-in-the-uk-and-how-do-we-know", - "creator": "Linda Geddes Science correspondent", - "pubDate": "2021-12-14T18:24:46Z", + "title": "Treasury defends ‘impromptu’ drinks party after Sunak’s autumn budget", + "description": "

    Staff celebrated chancellor’s autumn spending review with wine and beer during lockdown, while pubs and bars were shuttered

    The Treasury has been forced to defend officials holding an “impromptu” drinks party to celebrate Rishi Sunak’s autumn spending review during lockdown.

    A spokesperson insisted it was a “small number” of staff who celebrated around their desks, despite reports putting the number closer to two dozen civil servants at the event.

    Continue reading...", + "content": "

    Staff celebrated chancellor’s autumn spending review with wine and beer during lockdown, while pubs and bars were shuttered

    The Treasury has been forced to defend officials holding an “impromptu” drinks party to celebrate Rishi Sunak’s autumn spending review during lockdown.

    A spokesperson insisted it was a “small number” of staff who celebrated around their desks, despite reports putting the number closer to two dozen civil servants at the event.

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/2021/dec/11/treasury-defends-impromptu-drinks-party-after-rishi-sunak-autumn-budget", + "creator": "Tom Ambrose", + "pubDate": "2021-12-11T11:42:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210962,16 +236611,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "824a9e472f0f0c62eb950d36d9fe17c6" + "hash": "69ec86a4c48f894d35bbaa398ffd1479" }, { - "title": "Emmanuel Macron says 'Australia behaved badly' over Aukus submarine deal – video", - "description": "

    French President Emmanuel Macron says Australia behaved badly after ending its submarine deal with France before opting for a nuclear powered arrangement in collaboration with the United States and United Kingdom. Macron previously accused the Australian prime minister, Scott Morrison, of lying to him over the abandoned $90bn submarine contract. Speaking in an interview with TF1 and LCI television stations, Macron said: \"The Australians have treated us in a bad manner, industrially and strategically. We responded in the firmest manner, and it will be felt in time, believe me. The Australians behaved badly\"

    ► Subscribe to Guardian Australia on YouTube

    Continue reading...", - "content": "

    French President Emmanuel Macron says Australia behaved badly after ending its submarine deal with France before opting for a nuclear powered arrangement in collaboration with the United States and United Kingdom. Macron previously accused the Australian prime minister, Scott Morrison, of lying to him over the abandoned $90bn submarine contract. Speaking in an interview with TF1 and LCI television stations, Macron said: \"The Australians have treated us in a bad manner, industrially and strategically. We responded in the firmest manner, and it will be felt in time, believe me. The Australians behaved badly\"

    ► Subscribe to Guardian Australia on YouTube

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/video/2021/dec/16/emmanuel-macron-says-australia-behaved-badly-over-aukus-submarine-deal-video", - "creator": "", - "pubDate": "2021-12-16T01:17:32Z", + "title": "No ho ho: Italian church apologises over bishop’s claim about Santa Claus", + "description": "

    Antonio Stagliano was trying to focus on the story of Saint Nicholas when he told children Santa did not exist, says church in Sicily

    A Roman Catholic diocese in Sicily has publicly apologised to outraged parents after its bishop told a group of children that Santa Claus doesn’t exist.

    Bishop Antonio Stagliano didn’t mean the comments, and was trying to underline the true meaning of Christmas and the story of Saint Nicholas, a bishop who gave gifts to the poor and was persecuted by a Roman emperor, said the Rev Alessandro Paolino, the communications director for the diocese of Noto.

    Continue reading...", + "content": "

    Antonio Stagliano was trying to focus on the story of Saint Nicholas when he told children Santa did not exist, says church in Sicily

    A Roman Catholic diocese in Sicily has publicly apologised to outraged parents after its bishop told a group of children that Santa Claus doesn’t exist.

    Bishop Antonio Stagliano didn’t mean the comments, and was trying to underline the true meaning of Christmas and the story of Saint Nicholas, a bishop who gave gifts to the poor and was persecuted by a Roman emperor, said the Rev Alessandro Paolino, the communications director for the diocese of Noto.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2021/dec/11/no-ho-ho-italian-church-apologises-over-bishops-claim-about-santa-claus", + "creator": "Associated Press", + "pubDate": "2021-12-11T04:22:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -210983,16 +236632,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "43ac610cefab73053c7e99f7c4533687" + "hash": "4dc9dd87974fb4b6d4e505196067d586" }, { - "title": "Covid: people should cut down on socialising, warns Chris Whitty – video", - "description": "

    Chris Whitty, the chief medical officer for England, urged people not to 'mix with people you don't have to', amid mounting concern over the rapid spread of the Omicron variant. Whitty's comments were in stark contrast to messaging from Boris Johnson, who has previously said he does not want people to cancel Christmas parties

    Continue reading...", - "content": "

    Chris Whitty, the chief medical officer for England, urged people not to 'mix with people you don't have to', amid mounting concern over the rapid spread of the Omicron variant. Whitty's comments were in stark contrast to messaging from Boris Johnson, who has previously said he does not want people to cancel Christmas parties

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/15/covid-people-should-cut-down-on-socialising-warns-chris-whitty-video", - "creator": "", - "pubDate": "2021-12-15T21:26:39Z", + "title": "French court finds UK man guilty of murder for running over his wife", + "description": "

    Former Tory Councillor David Turtle has been sentenced to 14 years in jail after driving into his wife outside their home in France

    A former Tory councillor has been convicted of killing his wife by deliberately running over her in his Mercedes at their home in France.

    David Turtle, 67, was found guilty of murder by a French court and sentenced to 14 years in jail.

    Continue reading...", + "content": "

    Former Tory Councillor David Turtle has been sentenced to 14 years in jail after driving into his wife outside their home in France

    A former Tory councillor has been convicted of killing his wife by deliberately running over her in his Mercedes at their home in France.

    David Turtle, 67, was found guilty of murder by a French court and sentenced to 14 years in jail.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/11/french-court-finds-uk-man-david-turtle-guilty-of-killing-his-wife", + "creator": "Kim Willsher", + "pubDate": "2021-12-11T13:35:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211004,16 +236653,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b193a6fafafcdced82df6554e1d35042" + "hash": "3d91e49f93bdb8b656e39f41ab074e7f" }, { - "title": "Fire traps hundreds of people at Hong Kong World Trade Centre – video", - "description": "

    As many as 350 people were trapped on the roof of a shopping centre and office complex in Hong Kong after a fire broke out in one of the city’s busiest shopping districts.

    The cause of the fire remains unclear, though the South China Morning Post reported that it broke out in an electrical switch room. Parts of the building were being renovated, and its lower levels were shrouded in scaffolding

    Continue reading...", - "content": "

    As many as 350 people were trapped on the roof of a shopping centre and office complex in Hong Kong after a fire broke out in one of the city’s busiest shopping districts.

    The cause of the fire remains unclear, though the South China Morning Post reported that it broke out in an electrical switch room. Parts of the building were being renovated, and its lower levels were shrouded in scaffolding

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/video/2021/dec/15/fire-traps-150-people-at-hong-kong-world-trade-centre-video", - "creator": "", - "pubDate": "2021-12-15T09:38:54Z", + "title": "Covid live: 633 new Omicron cases detected in UK; variant could cause 75,000 deaths in England", + "description": "

    UK health officials urge those eligible to get third vaccine dose; Taiwan and Mauritius detect first cases of new variant

    What’s the truth about lockdown-busting parties at No 10? Don’t ask Shagatha Christie, writes Marina Hyde in her column this week.

    Here are some extracts:

    There was simply no other place a Johnson government would ever end up but mired in rampant lies, chaos, negligence, financial sponging and the live evisceration of public service. To the Conservatives and media outriders somehow only now discovering this about their guy, I think we have to say: you ordered this. Now eat it.

    Regrettably, though, space constraints must end our recap of the week here. But on it all goes, as Omicron closes in. We’ll play out with a reminder that in a pandemic that has so far killed 146,000 of the Britons who these people are supposed to be in politics to serve, the absolutely vital public health message has now TWICE been most fatally undermined by people who worked at the very heart of No 10 with Boris Johnson. That is absolutely a disgrace, and absolutely not a coincidence.

    Continue reading...", + "content": "

    UK health officials urge those eligible to get third vaccine dose; Taiwan and Mauritius detect first cases of new variant

    What’s the truth about lockdown-busting parties at No 10? Don’t ask Shagatha Christie, writes Marina Hyde in her column this week.

    Here are some extracts:

    There was simply no other place a Johnson government would ever end up but mired in rampant lies, chaos, negligence, financial sponging and the live evisceration of public service. To the Conservatives and media outriders somehow only now discovering this about their guy, I think we have to say: you ordered this. Now eat it.

    Regrettably, though, space constraints must end our recap of the week here. But on it all goes, as Omicron closes in. We’ll play out with a reminder that in a pandemic that has so far killed 146,000 of the Britons who these people are supposed to be in politics to serve, the absolutely vital public health message has now TWICE been most fatally undermined by people who worked at the very heart of No 10 with Boris Johnson. That is absolutely a disgrace, and absolutely not a coincidence.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/11/covid-live-booster-significantly-reduces-risk-of-omicron-symptoms-taiwan-detects-first-case-of-variant", + "creator": "Nadeem Badshah (now); Lucy Campbell (earlier)", + "pubDate": "2021-12-11T16:34:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211025,16 +236674,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c02466863c478c0d104f006db2a33264" + "hash": "c8302d5e9dc88cc8cdcaec841510a892" }, { - "title": "La Palma’s changed landscapes – in pictures", - "description": "

    Cumbre Vieja, the La Palma volcano that has been spewing lava in the Canary Islands for almost three months, has quietened but scientists have warned the lull does not necessarily mean the eruption is over. Photographer Jorge Guerrero surveys the island’s changed landscapes

    Continue reading...", - "content": "

    Cumbre Vieja, the La Palma volcano that has been spewing lava in the Canary Islands for almost three months, has quietened but scientists have warned the lull does not necessarily mean the eruption is over. Photographer Jorge Guerrero surveys the island’s changed landscapes

    Continue reading...", - "category": "Volcanoes", - "link": "https://www.theguardian.com/world/gallery/2021/dec/15/la-palmas-changed-landscapes-in-pictures", - "creator": "Jorge Guerrero / AFP / Getty", - "pubDate": "2021-12-15T07:00:08Z", + "title": "Why TV crews are falling over each other to film drama in ‘Bristolywood’", + "description": "

    The city’s picturesque past and vibrant present have made it a magnet for high-end productions

    An adrenaline-pumping knife chase through graffiti-sprayed lanes takes place in the comedy-thriller The Outlaws, while class tensions simmer at a lavish student ball in the legal drama Showtrial. The city providing the backdrop and inspiration for both these series is Bristol – a location now so popular with film and TV makers that crews are actually falling over themselves in the streets.

    The city council has been inundated with requests to film in the city’s dank alleys, high-rises and grand Georgian squares since the beginning of the year, according to Bristol Film Office, which is part of the city council. It has seen a 225% increase in drama production on pre-pandemic levels. In the first quarter of 2019/20 there were four major drama productions under way in Bristol – but this more than tripled to 13 in the first quarter of 2020/21. Since January, 15 high-end TV dramas have been filmed in the city.

    Continue reading...", + "content": "

    The city’s picturesque past and vibrant present have made it a magnet for high-end productions

    An adrenaline-pumping knife chase through graffiti-sprayed lanes takes place in the comedy-thriller The Outlaws, while class tensions simmer at a lavish student ball in the legal drama Showtrial. The city providing the backdrop and inspiration for both these series is Bristol – a location now so popular with film and TV makers that crews are actually falling over themselves in the streets.

    The city council has been inundated with requests to film in the city’s dank alleys, high-rises and grand Georgian squares since the beginning of the year, according to Bristol Film Office, which is part of the city council. It has seen a 225% increase in drama production on pre-pandemic levels. In the first quarter of 2019/20 there were four major drama productions under way in Bristol – but this more than tripled to 13 in the first quarter of 2020/21. Since January, 15 high-end TV dramas have been filmed in the city.

    Continue reading...", + "category": "Bristol", + "link": "https://www.theguardian.com/uk-news/2021/dec/11/bristol-film-tv-crews-drama-locations-bristolywood", + "creator": "Tom Wall", + "pubDate": "2021-12-11T15:00:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211046,16 +236695,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27d66fa1480b7d0dc51df3e07b92b349" + "hash": "c75af711c8b05aa29162fc4bdf61c25a" }, { - "title": "Housebuilders council was warned of risk before Grenfell fire, inquiry hears", - "description": "

    Facade manufacturer told 2016 conference of his fear that Dubai fire could be repeated in UK

    The UK’s largest building control organisation was warned 18 months before the Grenfell Tower fire that “any number of buildings” could go up in flames because they were fitted with combustible panels that did not meet building regulations.

    But the body did not check whether it had given approval to any such blocks, the public inquiry into the disaster heard on Thursday.

    Continue reading...", - "content": "

    Facade manufacturer told 2016 conference of his fear that Dubai fire could be repeated in UK

    The UK’s largest building control organisation was warned 18 months before the Grenfell Tower fire that “any number of buildings” could go up in flames because they were fitted with combustible panels that did not meet building regulations.

    But the body did not check whether it had given approval to any such blocks, the public inquiry into the disaster heard on Thursday.

    Continue reading...", - "category": "Grenfell Tower inquiry", - "link": "https://www.theguardian.com/uk-news/2021/dec/16/grenfell-fire-inquiry-warned-dubai-fire", - "creator": "Robert Booth Social affairs correspondent", - "pubDate": "2021-12-16T18:34:54Z", + "title": "Banksy designs T-shirts to raise funds for ‘Colston Four’ accused of Bristol statue damage", + "description": "

    Anonymous artist says sales proceeds will go to the four people accused of Edward Colston statue damage ‘so they can go for a pint’

    Banksy says he has made T-shirts that he will be selling to support four people facing trial accused of criminal damage over the toppling of a statue of slave trader Edward Colston.

    The anonymous artist posted on Instagram pictures of limited-edition grey souvenir T-shirts, which will go on sale on Saturday in Bristol.

    Continue reading...", + "content": "

    Anonymous artist says sales proceeds will go to the four people accused of Edward Colston statue damage ‘so they can go for a pint’

    Banksy says he has made T-shirts that he will be selling to support four people facing trial accused of criminal damage over the toppling of a statue of slave trader Edward Colston.

    The anonymous artist posted on Instagram pictures of limited-edition grey souvenir T-shirts, which will go on sale on Saturday in Bristol.

    Continue reading...", + "category": "Banksy", + "link": "https://www.theguardian.com/artanddesign/2021/dec/11/banksy-designs-t-shirts-to-raise-funds-for-colston-four-accused-of-bristol-statue-damage", + "creator": "Staff and agencies", + "pubDate": "2021-12-11T05:13:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211067,16 +236716,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e18114c39f3cfdfe4f81a443b4596e3" + "hash": "10517b8276bdd05efaf60b14fdac9500" }, { - "title": "Covid news live: France bans UK tourists over Omicron; New Zealand reports first case of new variant", - "description": "

    British tourists banned from entering France from Saturday; Omicron has been detected in isolation facility in Christchurch

    New Zealand has detected its first case of the Omicron Covid-19 variant in a Christchurch managed isolation facility.

    On Thursday afternoon, the director general of health Dr Ashley Bloomfield said:

    This is a person who is in managed isolation in Christchurch. The person arrived in New Zealand on a flight from Germany via Dubai that landed in Auckland...the people on that flight were transferred to Christchurch on a chartered domestic flight trip with all our usual protocols.

    We fully expected we will find a case of Omicron and in fact, we are treating every border related case as if it were Omicron until proven otherwise. We have good protocols in place that are designed to stop the virus getting across the border.”

    Continue reading...", - "content": "

    British tourists banned from entering France from Saturday; Omicron has been detected in isolation facility in Christchurch

    New Zealand has detected its first case of the Omicron Covid-19 variant in a Christchurch managed isolation facility.

    On Thursday afternoon, the director general of health Dr Ashley Bloomfield said:

    This is a person who is in managed isolation in Christchurch. The person arrived in New Zealand on a flight from Germany via Dubai that landed in Auckland...the people on that flight were transferred to Christchurch on a chartered domestic flight trip with all our usual protocols.

    We fully expected we will find a case of Omicron and in fact, we are treating every border related case as if it were Omicron until proven otherwise. We have good protocols in place that are designed to stop the virus getting across the border.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/16/covid-news-live-south-korea-reimpose-dining-curfews-south-africa-daily-cases-record-omicron", - "creator": "Miranda Bryant (now) and Samantha Lock (earlier)", - "pubDate": "2021-12-16T08:43:51Z", + "title": "Trump launched profane tirade about Netanyahu in interview – report", + "description": "

    Former president was furious over ex-Israeli PM’s acknowledgment Biden won election, book says

    Donald Trump spat an expletive about his old ally, Israel’s ex-prime minister Benjamin Netanyahu, for congratulating Joe Biden on his victory in last year’s election, according to a new book.

    Trump lashed out in an interview for a book on US-Israel relations during his presidency, the author Barak Ravid wrote on the Axios website on Friday. Trump’s remarks were also published by the English-language website of Israel’s Yediot Aharonot newspaper.

    Continue reading...", + "content": "

    Former president was furious over ex-Israeli PM’s acknowledgment Biden won election, book says

    Donald Trump spat an expletive about his old ally, Israel’s ex-prime minister Benjamin Netanyahu, for congratulating Joe Biden on his victory in last year’s election, according to a new book.

    Trump lashed out in an interview for a book on US-Israel relations during his presidency, the author Barak Ravid wrote on the Axios website on Friday. Trump’s remarks were also published by the English-language website of Israel’s Yediot Aharonot newspaper.

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/2021/dec/10/donald-trump-benjamin-netanyahu-book", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-11T02:59:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211088,16 +236737,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a66327830c004418b64615bab52067ce" + "hash": "a39462e4a814e899a529e69db7715b8c" }, { - "title": "Australia jumping castle tragedy: five children dead and several critically injured in Tasmania", - "description": "

    Police say children fell about 10 metres after wind lifted a bouncy castle into the air at Hillcrest primary school in Devonport

    A fifth child has died and three remain critically injured after they fell about 10 metres from a jumping castle that was blown into the air in north-west Tasmania.

    Police earlier confirmed two girls and two boys, in year 5 and 6, died in the tragedy at Hillcrest primary school in Devonport on Thursday morning.

    Continue reading...", - "content": "

    Police say children fell about 10 metres after wind lifted a bouncy castle into the air at Hillcrest primary school in Devonport

    A fifth child has died and three remain critically injured after they fell about 10 metres from a jumping castle that was blown into the air in north-west Tasmania.

    Police earlier confirmed two girls and two boys, in year 5 and 6, died in the tragedy at Hillcrest primary school in Devonport on Thursday morning.

    Continue reading...", - "category": "Tasmania", - "link": "https://www.theguardian.com/australia-news/2021/dec/16/several-children-seriously-injured-after-jumping-castle-incident-in-tasmania", - "creator": "Cait Kelly and Australian Associated Press", - "pubDate": "2021-12-16T08:42:01Z", + "title": "John Lewis removes ‘Lollita’ child’s party dress from sale after criticism", + "description": "

    Store pulls dress from website and apologises ‘for upset caused’ after Twitter users connect name to child abuse novel

    John Lewis has pulled a child’s party dress named “Lollita” from its shelves after receiving criticism for stocking it. The Chi Chi London “Lollita” dress was on sale for children aged three to 11 years old on the retailer’s website for £50.

    The name is similar to Vladimir Nabokov’s 1955 novel Lolita, which details child sexual abuse. It outlines how a middle-aged professor abuses a 12-year-old girl.

    Continue reading...", + "content": "

    Store pulls dress from website and apologises ‘for upset caused’ after Twitter users connect name to child abuse novel

    John Lewis has pulled a child’s party dress named “Lollita” from its shelves after receiving criticism for stocking it. The Chi Chi London “Lollita” dress was on sale for children aged three to 11 years old on the retailer’s website for £50.

    The name is similar to Vladimir Nabokov’s 1955 novel Lolita, which details child sexual abuse. It outlines how a middle-aged professor abuses a 12-year-old girl.

    Continue reading...", + "category": "Retail industry", + "link": "https://www.theguardian.com/business/2021/dec/11/john-lewis-removes-lollita-childs-party-dress-from-sale-after-backlash", + "creator": "PA Media", + "pubDate": "2021-12-11T14:06:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211109,16 +236758,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4cbe99db072a6ecc3214ef71fa914a2" + "hash": "f30091f6149711a535466cb2c81479d7" }, { - "title": "Ashes 2021-22: Australia v England second Test, day one – live!", - "description": "

    “Let’s not ask why some idiot was at a restaurant when he should have been in quarantine awaiting his test results,” writes in Peter Hutchinson.

    I’m not sure what the details around the rules and the case are there, so I’ll hold fire before I start sledging anyone.

    Continue reading...", - "content": "

    “Let’s not ask why some idiot was at a restaurant when he should have been in quarantine awaiting his test results,” writes in Peter Hutchinson.

    I’m not sure what the details around the rules and the case are there, so I’ll hold fire before I start sledging anyone.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/live/2021/dec/16/ashes-2021-22-australia-vs-england-day-1-one-cricket-second-2nd-test-live-score-card-aus-v-eng-start-time-latest-updates", - "creator": "Geoff Lemon at Adelaide Oval (earlier) and Simon Burnton (now)", - "pubDate": "2021-12-16T08:45:37Z", + "title": "Covid live: Omicron could cause 75,000 deaths in England; booster ‘significantly reduces’ risk of symptoms", + "description": "

    UK health officials urge those eligible to get third vaccine dose; Taiwan and Mauritius detect first cases of new variant

    What’s the truth about lockdown-busting parties at No 10? Don’t ask Shagatha Christie, writes Marina Hyde in her column this week.

    Here are some extracts:

    There was simply no other place a Johnson government would ever end up but mired in rampant lies, chaos, negligence, financial sponging and the live evisceration of public service. To the Conservatives and media outriders somehow only now discovering this about their guy, I think we have to say: you ordered this. Now eat it.

    Regrettably, though, space constraints must end our recap of the week here. But on it all goes, as Omicron closes in. We’ll play out with a reminder that in a pandemic that has so far killed 146,000 of the Britons who these people are supposed to be in politics to serve, the absolutely vital public health message has now TWICE been most fatally undermined by people who worked at the very heart of No 10 with Boris Johnson. That is absolutely a disgrace, and absolutely not a coincidence.

    Continue reading...", + "content": "

    UK health officials urge those eligible to get third vaccine dose; Taiwan and Mauritius detect first cases of new variant

    What’s the truth about lockdown-busting parties at No 10? Don’t ask Shagatha Christie, writes Marina Hyde in her column this week.

    Here are some extracts:

    There was simply no other place a Johnson government would ever end up but mired in rampant lies, chaos, negligence, financial sponging and the live evisceration of public service. To the Conservatives and media outriders somehow only now discovering this about their guy, I think we have to say: you ordered this. Now eat it.

    Regrettably, though, space constraints must end our recap of the week here. But on it all goes, as Omicron closes in. We’ll play out with a reminder that in a pandemic that has so far killed 146,000 of the Britons who these people are supposed to be in politics to serve, the absolutely vital public health message has now TWICE been most fatally undermined by people who worked at the very heart of No 10 with Boris Johnson. That is absolutely a disgrace, and absolutely not a coincidence.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/11/covid-live-booster-significantly-reduces-risk-of-omicron-symptoms-taiwan-detects-first-case-of-variant", + "creator": "Lucy Campbell", + "pubDate": "2021-12-11T12:59:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211130,16 +236779,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ae1895be86892d7e72d49d9142629b0" + "hash": "9749d48d3a722f6f1728883c494737cb" }, { - "title": "US releases 1,500 documents about JFK assassination inquiry", - "description": "

    Cables, memos and other documents shed light on Lee Harvey Oswald’s Soviet and Cuban embassy visits

    The National Archives on Wednesday made public nearly 1,500 documents related to the US government’s investigation into the 1963 assassination of John F Kennedy.

    The disclosure of secret cables, internal memos and other documents satisfies a deadline set in October by Joe Biden and is in keeping with a federal statute that calls for the release of records in the government’s possession. Additional documents are expected to be made public next year.

    Continue reading...", - "content": "

    Cables, memos and other documents shed light on Lee Harvey Oswald’s Soviet and Cuban embassy visits

    The National Archives on Wednesday made public nearly 1,500 documents related to the US government’s investigation into the 1963 assassination of John F Kennedy.

    The disclosure of secret cables, internal memos and other documents satisfies a deadline set in October by Joe Biden and is in keeping with a federal statute that calls for the release of records in the government’s possession. Additional documents are expected to be made public next year.

    Continue reading...", - "category": "John F Kennedy", - "link": "https://www.theguardian.com/us-news/2021/dec/15/john-f-kennedy-assassination-documents-released", - "creator": "Associated Press", - "pubDate": "2021-12-15T22:36:55Z", + "title": "My family has a vaccine refusenik – should we still get together at Christmas? | Ask Annalisa Barbieri", + "description": "

    You can’t force him to get vaccinated – but equally, he can’t force you to spend time with him. Face this head on and explain how you feel

    I’m sure I’m not the only one who’s faced this difficulty this year. One of my family members, who’s in his 40s, has consistently refused to be vaccinated against Covid and will not be moved from his position. He will not explain his reasons for rejecting the vaccine, whether it is ideological or simply rebellion against the so-called “nanny state”.

    He has already been (politely but firmly) excluded from one family get-together as a result of his intransigence. We have explained that he is not being rejected personally, but there are concerns within the family about his vulnerability to catching the virus and transmitting the infection to the children and their grandparents.

    Continue reading...", + "content": "

    You can’t force him to get vaccinated – but equally, he can’t force you to spend time with him. Face this head on and explain how you feel

    I’m sure I’m not the only one who’s faced this difficulty this year. One of my family members, who’s in his 40s, has consistently refused to be vaccinated against Covid and will not be moved from his position. He will not explain his reasons for rejecting the vaccine, whether it is ideological or simply rebellion against the so-called “nanny state”.

    He has already been (politely but firmly) excluded from one family get-together as a result of his intransigence. We have explained that he is not being rejected personally, but there are concerns within the family about his vulnerability to catching the virus and transmitting the infection to the children and their grandparents.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/10/someone-in-my-family-wont-get-the-vaccine-should-we-still-spend-christmas-with-them", + "creator": "Annalisa Barbieri", + "pubDate": "2021-12-10T14:00:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211151,16 +236800,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3de000aca7bd675c2d1a90b23d3963b8" + "hash": "a64af93c6d782704a097a7162b39e111" }, { - "title": "Japan PM will not attend Beijing Winter Olympics opening ceremony", - "description": "

    Fumio Kishida does not say if other officials will attend and it remains unclear if he will join US-led boycott over human rights

    Japan’s prime minister, Fumio Kishida, has said he will not attend the opening ceremony of the Winter Olympics in Beijing, but it is not clear if the country will join a US-led diplomatic boycott of the Games over human rights abuses.

    Speaking in parliament on Thursday, Kishida said: “I have no plans at this point to attend” and did not clarify if Japan would send any officials to the event, amid reports that it was unlikely to snub the hosts altogether.

    Continue reading...", - "content": "

    Fumio Kishida does not say if other officials will attend and it remains unclear if he will join US-led boycott over human rights

    Japan’s prime minister, Fumio Kishida, has said he will not attend the opening ceremony of the Winter Olympics in Beijing, but it is not clear if the country will join a US-led diplomatic boycott of the Games over human rights abuses.

    Speaking in parliament on Thursday, Kishida said: “I have no plans at this point to attend” and did not clarify if Japan would send any officials to the event, amid reports that it was unlikely to snub the hosts altogether.

    Continue reading...", - "category": "Winter Olympics", - "link": "https://www.theguardian.com/sport/2021/dec/16/japan-pm-will-not-attend-beijing-winter-olympics-opening-ceremony", - "creator": "Justin McCurry in Tokyo", - "pubDate": "2021-12-16T05:31:04Z", + "title": "John Torode: ‘The kitchen is a great place to find yourself’", + "description": "

    The celebrity chef, 56, shares his secrets for a happy relationship and the best sausage rolls

    Living with my grandmother is probably my earliest memory, realising my mother had died and not really understanding it. Then, discovering food with my grandmother and learning to cook by her side. The most vivid memories are of standing in the kitchen and the smell of food. That stayed with me, the comfort of it.

    I’ve still got the Chitty Chitty Bang Bang car my mother gave me for my fourth birthday. It was the last birthday present she gave me. That means a lot. It sits on my shelf. She was 31 when she died. They don’t really know what it was, whether it was heart disease of some type. People say to me: “Does it make you a different person?” I have no idea.

    Continue reading...", + "content": "

    The celebrity chef, 56, shares his secrets for a happy relationship and the best sausage rolls

    Living with my grandmother is probably my earliest memory, realising my mother had died and not really understanding it. Then, discovering food with my grandmother and learning to cook by her side. The most vivid memories are of standing in the kitchen and the smell of food. That stayed with me, the comfort of it.

    I’ve still got the Chitty Chitty Bang Bang car my mother gave me for my fourth birthday. It was the last birthday present she gave me. That means a lot. It sits on my shelf. She was 31 when she died. They don’t really know what it was, whether it was heart disease of some type. People say to me: “Does it make you a different person?” I have no idea.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/11/john-torode-the-kitchen-is-a-great-place-to-find-yourself", + "creator": "Katherine Hassell", + "pubDate": "2021-12-11T14:00:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211172,16 +236821,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "07ac164d113d35b9af50328abec95854" + "hash": "9946461322ab7f6224fb94fac6d13b7a" }, { - "title": "US rapper Logic’s song 1-800-273-8255 may have helped prevent suicides, study finds", - "description": "

    The British Medical Journal study finds song led to a rise in calls to helplines while US suicides also fell during the same period

    A song by US rapper Logic that references the name of a suicide prevention helpline led to a “notable increase” in the number of calls to the service and may have reduced the number of suicides, new research has found.

    Titled 1-800-273-8255 – the number for the US National Suicide Prevention Lifeline – the song generated strong public attention upon its release and following two notable performances.

    Continue reading...", - "content": "

    The British Medical Journal study finds song led to a rise in calls to helplines while US suicides also fell during the same period

    A song by US rapper Logic that references the name of a suicide prevention helpline led to a “notable increase” in the number of calls to the service and may have reduced the number of suicides, new research has found.

    Titled 1-800-273-8255 – the number for the US National Suicide Prevention Lifeline – the song generated strong public attention upon its release and following two notable performances.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/16/song-by-us-rapper-logic", - "creator": "Press Association", - "pubDate": "2021-12-16T01:39:08Z", + "title": "Surrey teenager who took her own life ‘was not safe at school’, say parents", + "description": "

    Frances-Rose Thomas, 15, died at home after accessing content involving suicide on a school iPad

    The parents of a 15-year-old autistic girl who died by suicide after her school did not monitor her online activity have described the circumstances of her death as a “catastrophic failure” as they warned the Department for Education (DfE) against complacency.

    Frances-Rose Thomas, known as Frankie, took her own life at home in Witley, Surrey, on 25 September 2018 after reading a story which involved suicide on a school iPad, which had no safety features.

    In the UK and Ireland, Samaritans can be contacted on 116 123 or email jo@samaritans.org or jo@samaritans.ie. In the US, the National Suicide Prevention Lifeline is 1-800-273-8255. In Australia, the crisis support service Lifeline is 13 11 14. Other international helplines can be found at www.befrienders.org.

    Continue reading...", + "content": "

    Frances-Rose Thomas, 15, died at home after accessing content involving suicide on a school iPad

    The parents of a 15-year-old autistic girl who died by suicide after her school did not monitor her online activity have described the circumstances of her death as a “catastrophic failure” as they warned the Department for Education (DfE) against complacency.

    Frances-Rose Thomas, known as Frankie, took her own life at home in Witley, Surrey, on 25 September 2018 after reading a story which involved suicide on a school iPad, which had no safety features.

    In the UK and Ireland, Samaritans can be contacted on 116 123 or email jo@samaritans.org or jo@samaritans.ie. In the US, the National Suicide Prevention Lifeline is 1-800-273-8255. In Australia, the crisis support service Lifeline is 13 11 14. Other international helplines can be found at www.befrienders.org.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/11/surrey-teenager-who-took-her-own-life-was-not-safe-at-school-say-parents", + "creator": "Jedidajah Otte", + "pubDate": "2021-12-11T13:15:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211193,16 +236842,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "96b6a44ccf85a41964aea3db78d47ebb" + "hash": "b076afef901f7be5d01c870677b0e284" }, { - "title": "Freakish wind storm brings ‘dust bowl’ conditions to tornado-devastated US states", - "description": "

    The powerful weather system, driven by unseasonably high temperatures, closed highways, spawned tornadoes and caused outages

    Less than a week after a swarm of powerful tornadoes devastated Kentucky and four other states, a freakish wind storm has brought “Dust Bowl” conditions and gusts of more than 100 mph to parts of the Great Plains and upper midwest, meteorologists said on Wednesday.

    The low pressure wind system, driven by unseasonably high temperatures, closed highways in western Kansas, spawned reported tornadoes in Nebraska and Iowa and raised concerns about fires because of the unusual heat.

    Continue reading...", - "content": "

    The powerful weather system, driven by unseasonably high temperatures, closed highways, spawned tornadoes and caused outages

    Less than a week after a swarm of powerful tornadoes devastated Kentucky and four other states, a freakish wind storm has brought “Dust Bowl” conditions and gusts of more than 100 mph to parts of the Great Plains and upper midwest, meteorologists said on Wednesday.

    The low pressure wind system, driven by unseasonably high temperatures, closed highways in western Kansas, spawned reported tornadoes in Nebraska and Iowa and raised concerns about fires because of the unusual heat.

    Continue reading...", - "category": "Extreme weather", - "link": "https://www.theguardian.com/world/2021/dec/15/us-wind-storm-dust-bowl-tornado", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-16T03:17:02Z", + "title": "PM 'fingers all over' decision to evacuate pets from Kabul, says MP – video", + "description": "

    The head of the Foreign Office has been accused of covering up the prime minister’s involvement in the decision to evacuate pets from Kabul at a select committee hearing.

    Labour MP Chris Bryant made the accusation to Sir Philip Barton and read out a leaked letter from Boris Johnson’s parliamentary private secretary which he said implied Johnson’s 'fingers' were 'all over' the controversial decision.

    Barton did not accept the charge and, in a separate interview, Johnson dismissed the accusation that he was involved as 'complete nonsense'

    Continue reading...", + "content": "

    The head of the Foreign Office has been accused of covering up the prime minister’s involvement in the decision to evacuate pets from Kabul at a select committee hearing.

    Labour MP Chris Bryant made the accusation to Sir Philip Barton and read out a leaked letter from Boris Johnson’s parliamentary private secretary which he said implied Johnson’s 'fingers' were 'all over' the controversial decision.

    Barton did not accept the charge and, in a separate interview, Johnson dismissed the accusation that he was involved as 'complete nonsense'

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/video/2021/dec/07/pm-fingers-all-over-decision-to-evacuate-pets-from-kabul-says-mp-video", + "creator": "", + "pubDate": "2021-12-07T22:25:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211210,20 +236859,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "1acff8cbed11efeb92dda36343b006da" + "hash": "6b94706a5e9e7d99530f384fde4a55e3" }, { - "title": "New Zealand honours ‘extraordinary’ bravery of 10 during Christchurch attacks", - "description": "

    Highest honours went to Naeem Rashid, who died while challenging the gunman, and Abdul Aziz who lured the attacker away from others

    Ten people who risked their lives to save others during the 2019 Christchurch mosque massacres have been honoured in New Zealand’s most prestigious bravery awards.

    “The courage demonstrated by these New Zealanders was selfless and extraordinary. They have our deepest respect and gratitude for their actions on that day,” said the prime minister, Jacinda Ardern. “Each of them put their life on the line to save others. If not for their collective actions, the loss of life could have been even greater.”

    Continue reading...", - "content": "

    Highest honours went to Naeem Rashid, who died while challenging the gunman, and Abdul Aziz who lured the attacker away from others

    Ten people who risked their lives to save others during the 2019 Christchurch mosque massacres have been honoured in New Zealand’s most prestigious bravery awards.

    “The courage demonstrated by these New Zealanders was selfless and extraordinary. They have our deepest respect and gratitude for their actions on that day,” said the prime minister, Jacinda Ardern. “Each of them put their life on the line to save others. If not for their collective actions, the loss of life could have been even greater.”

    Continue reading...", - "category": "Christchurch shooting", - "link": "https://www.theguardian.com/world/2021/dec/16/new-zealand-honours-extraordinary-bravery-of-10-during-christchurch-attacks", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-12-16T00:05:07Z", + "title": "Woman admits abusing pet marmoset she offered cocaine and flushed toilet on", + "description": "

    Vicki Holland, from Newport, south Wales, pleads guilty to animal cruelty charges after videos found on phone

    • Warning: this article includes graphic images some readers may find disturbing

    A woman has pleaded guilty to abusing her pet marmoset, including offering cocaine to the primate and attempting to flush it down the toilet.

    A court heard how Vicki Holland was aggressive towards the primate, which is native to tropical forests in Central and South America. The monkey’s treatment was shown to the RSPCA after videos were discovered on Holland’s phone by Gwent police after a drug raid at her home.

    Continue reading...", + "content": "

    Vicki Holland, from Newport, south Wales, pleads guilty to animal cruelty charges after videos found on phone

    • Warning: this article includes graphic images some readers may find disturbing

    A woman has pleaded guilty to abusing her pet marmoset, including offering cocaine to the primate and attempting to flush it down the toilet.

    A court heard how Vicki Holland was aggressive towards the primate, which is native to tropical forests in Central and South America. The monkey’s treatment was shown to the RSPCA after videos were discovered on Holland’s phone by Gwent police after a drug raid at her home.

    Continue reading...", + "category": "Animal welfare", + "link": "https://www.theguardian.com/world/2021/dec/10/woman-admits-abusing-pet-marmoset-she-offered-cocaine-and-flushed-down-toilet", + "creator": "Nadeem Badshah and agency", + "pubDate": "2021-12-10T19:39:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211231,20 +236880,20 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5fd139455f7a74d9c3172c55b021675a" + "hash": "776c230290ea574cf048e400e610a3ab" }, { - "title": "Covid cases rise sharply at some UK universities as students head home", - "description": "

    Fears mass exodus before Christmas break could fuel spread of Omicron variant

    The number of Covid cases has risen sharply at some universities as about a million students begin to head home for the Christmas break, prompting fears that the mass migration could fuel the spread of the virus.

    Students have been urged to take Covid tests before they leave their university to travel to see their families – the vast majority on public transport – and again before they return in the new year, as well as getting their booster vaccinations.

    Continue reading...", - "content": "

    Fears mass exodus before Christmas break could fuel spread of Omicron variant

    The number of Covid cases has risen sharply at some universities as about a million students begin to head home for the Christmas break, prompting fears that the mass migration could fuel the spread of the virus.

    Students have been urged to take Covid tests before they leave their university to travel to see their families – the vast majority on public transport – and again before they return in the new year, as well as getting their booster vaccinations.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/16/covid-cases-rise-sharply-some-uk-universities-students-head-home", - "creator": "Sally Weale Education correspondent", - "pubDate": "2021-12-16T06:00:36Z", + "title": "The secret history of Sesame Street: ‘It was utopian – it’s part of who we all are’", + "description": "

    In 1970, David Attie was sent to photograph the birth of the kids’ landmark TV show as part of a cold war propaganda drive by the US government. But these newly found images are just one part of the programme’s radical history

    “I’m still pinching myself that my dad, my own flesh and blood, had Ernie on one hand and Bert on the other,” Eli Attie says. “It is like he got to sit at Abbey Road studios and watch the Beatles record I Want to Hold Your Hand.” Attie’s father was the photographer David Attie who, in 1970, visited the set of Sesame Street in New York City during its first season. His images lay forgotten in a wardrobe for the next 50 years, until Eli recently discovered them. They are a glimpse behind the curtain of a cultural phenomenon waiting to happen. Here are not only Bert and Ernie but Kermit, Big Bird, Oscar the Grouch with his original orange fur (he was green by season two). And here are the people who brought these characters to life, chiefly Jim Henson and Frank Oz, the Lennon and McCartney of Muppetdom. What also stands out in Attie’s images are the children visiting the set. As in the show itself, they are clearly so beguiled by the puppets, they completely ignore the humans controlling them.

    Eli himself was one of those visitors, although he has no memory of it. “I was in diapers, and as the story goes, I was loud and not to be quieted down, and was yanked off the set,” he says. His parents and older brother Oliver at least made it into the photos. Oliver was even in an episode of the show, in the background in Hooper’s Store, Eli explains, with just a hint of jealousy.

    Above: Bert and Ernie with puppeteers Daniel Seagren, Jim Henson and Frank Oz

    Left: Cast member Bob McGrath, an actor and musician, in a segment called The People in Your Neighborhood.

    Right: Henson (left) and Oz – the Lennon and McCartney of Muppetdom – operate puppets for a sketch titled Hunt for Happiness

    Continue reading...", + "content": "

    In 1970, David Attie was sent to photograph the birth of the kids’ landmark TV show as part of a cold war propaganda drive by the US government. But these newly found images are just one part of the programme’s radical history

    “I’m still pinching myself that my dad, my own flesh and blood, had Ernie on one hand and Bert on the other,” Eli Attie says. “It is like he got to sit at Abbey Road studios and watch the Beatles record I Want to Hold Your Hand.” Attie’s father was the photographer David Attie who, in 1970, visited the set of Sesame Street in New York City during its first season. His images lay forgotten in a wardrobe for the next 50 years, until Eli recently discovered them. They are a glimpse behind the curtain of a cultural phenomenon waiting to happen. Here are not only Bert and Ernie but Kermit, Big Bird, Oscar the Grouch with his original orange fur (he was green by season two). And here are the people who brought these characters to life, chiefly Jim Henson and Frank Oz, the Lennon and McCartney of Muppetdom. What also stands out in Attie’s images are the children visiting the set. As in the show itself, they are clearly so beguiled by the puppets, they completely ignore the humans controlling them.

    Eli himself was one of those visitors, although he has no memory of it. “I was in diapers, and as the story goes, I was loud and not to be quieted down, and was yanked off the set,” he says. His parents and older brother Oliver at least made it into the photos. Oliver was even in an episode of the show, in the background in Hooper’s Store, Eli explains, with just a hint of jealousy.

    Above: Bert and Ernie with puppeteers Daniel Seagren, Jim Henson and Frank Oz

    Left: Cast member Bob McGrath, an actor and musician, in a segment called The People in Your Neighborhood.

    Right: Henson (left) and Oz – the Lennon and McCartney of Muppetdom – operate puppets for a sketch titled Hunt for Happiness

    Continue reading...", + "category": "Sesame Street", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/11/found-photographs-sesame-street-season-one-utopian", + "creator": "Steve Rose", + "pubDate": "2021-12-11T09:45:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211256,16 +236905,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5644cb3d1baa5abab08b02bb10b6794" + "hash": "2daf71d7a39167388af9f8554a9f1b14" }, { - "title": "US Federal Reserve speeds up taper and signals three rate hikes in 2022", - "description": "

    Central bank will double rate at which it cuts spending on government bonds and expects to raise borrowing costs next year

    The US Federal Reserve has announced that it will accelerate an end to the central bank’s pandemic-era support of the US economy in a major shift that will also see a series of interest rate rises next year.

    The measures are a signal that US central bankers no longer view rising inflation as a “transitory” nuisance caused by supply chain problems meeting pent-up consumer demand, but an issue that now requires firm management to avert lasting damage to the US economy.

    Continue reading...", - "content": "

    Central bank will double rate at which it cuts spending on government bonds and expects to raise borrowing costs next year

    The US Federal Reserve has announced that it will accelerate an end to the central bank’s pandemic-era support of the US economy in a major shift that will also see a series of interest rate rises next year.

    The measures are a signal that US central bankers no longer view rising inflation as a “transitory” nuisance caused by supply chain problems meeting pent-up consumer demand, but an issue that now requires firm management to avert lasting damage to the US economy.

    Continue reading...", - "category": "Federal Reserve", - "link": "https://www.theguardian.com/business/2021/dec/15/us-federal-reserve-expected-to-speed-up-end-of-pandemic-support", - "creator": "Edward Helmore", - "pubDate": "2021-12-16T04:22:14Z", + "title": "‘Key is in the ignition’ for Tory leadership challenge to Johnson", + "description": "

    Analysis: After cocktail of home refurbishments, Christmas parties and Covid all eyes are on next week’s byelection

    Only two months ago, the talk among Tory MPs – echoing some newspaper front pages – was about how Boris Johnson wanted to “go on and on”, lasting longer than Margaret Thatcher’s 11 years in power.

    At that time, they dismissed the idea that he was a dilettante prime minister who really wanted to retire and write books, give after-dinner speeches on how hard the job was and make loads of money in the process. But that has all changed, with successive scandals over his handling of sleaze allegations and Tory insiders now opening questioning his future.

    Continue reading...", + "content": "

    Analysis: After cocktail of home refurbishments, Christmas parties and Covid all eyes are on next week’s byelection

    Only two months ago, the talk among Tory MPs – echoing some newspaper front pages – was about how Boris Johnson wanted to “go on and on”, lasting longer than Margaret Thatcher’s 11 years in power.

    At that time, they dismissed the idea that he was a dilettante prime minister who really wanted to retire and write books, give after-dinner speeches on how hard the job was and make loads of money in the process. But that has all changed, with successive scandals over his handling of sleaze allegations and Tory insiders now opening questioning his future.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/11/key-is-in-the-ignition-for-tory-leadership-challenge-to-johnson", + "creator": "Rowena Mason, Jessica Elgot and Aubrey Allegretti", + "pubDate": "2021-12-11T07:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211277,16 +236926,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e3072d34c9e588666236a43e1c61820" + "hash": "91833a57666c6b613d544908ca743d81" }, { - "title": "What Covid taught us about racism – and what we need to do now | Gary Younge", - "description": "

    We were told coronavirus didn’t discriminate, but it didn’t need to – society had already done that for us. But there is a path to a fairer future if we want it

    In June 2020, I attended a Black Lives Matter demonstration in north London, not far from my house. My wife had found out about it from friends who’d found out about it on Facebook. We took the kids. Well over 1,000 people went; beyond my immediate circle, I only recognised a few there. The soundsystem was poor and I couldn’t hear what was being said from the stage. We took a knee like Colin Kaepernick while raising a fist like the Black Panthers and held the pose for eight minutes – the length of time Derek Chauvin kept his knee on George Floyd’s neck. Then we clapped, chatted and made our way back to our locked-down homes. I have no idea who called the demonstration. It just happened and then it was gone.

    In the weeks before and after, institutions made statements; reviews were announced; social media avatars changed; museums reconsidered their inventory; Labour-led town halls went purple; curricula were revised; statues came down. Overnight, bestseller booklists were filled with anti-racist manuals and explorations of whiteness. This was the virus within the virus: a strain of anti-racist consciousness that spread through the globe with great speed, prompted by a video that had gone viral. Not everybody caught it, but everybody was aware of it, and most were, in some way, affected by it.

    Continue reading...", - "content": "

    We were told coronavirus didn’t discriminate, but it didn’t need to – society had already done that for us. But there is a path to a fairer future if we want it

    In June 2020, I attended a Black Lives Matter demonstration in north London, not far from my house. My wife had found out about it from friends who’d found out about it on Facebook. We took the kids. Well over 1,000 people went; beyond my immediate circle, I only recognised a few there. The soundsystem was poor and I couldn’t hear what was being said from the stage. We took a knee like Colin Kaepernick while raising a fist like the Black Panthers and held the pose for eight minutes – the length of time Derek Chauvin kept his knee on George Floyd’s neck. Then we clapped, chatted and made our way back to our locked-down homes. I have no idea who called the demonstration. It just happened and then it was gone.

    In the weeks before and after, institutions made statements; reviews were announced; social media avatars changed; museums reconsidered their inventory; Labour-led town halls went purple; curricula were revised; statues came down. Overnight, bestseller booklists were filled with anti-racist manuals and explorations of whiteness. This was the virus within the virus: a strain of anti-racist consciousness that spread through the globe with great speed, prompted by a video that had gone viral. Not everybody caught it, but everybody was aware of it, and most were, in some way, affected by it.

    Continue reading...", - "category": "Society", - "link": "https://www.theguardian.com/society/2021/dec/16/systemic-racism-covid-gary-younge", - "creator": "Gary Younge", - "pubDate": "2021-12-16T06:00:36Z", + "title": "Dozens killed after tornadoes tear through several US states", + "description": "

    Arkansas nursing home destroyed as Amazon centre roof collapse in Illinois described as ‘mass casualty incident’

    At least 50 people are thought to have been killed after a devastating outbreak of tornadoes ripped through Kentucky and other US states on Friday night and early Saturday morning, the Kentucky governor has said.

    Andy Beshear said the state had “experienced some of the worst tornado damage we’ve seen in a long time”.

    Continue reading...", + "content": "

    Arkansas nursing home destroyed as Amazon centre roof collapse in Illinois described as ‘mass casualty incident’

    At least 50 people are thought to have been killed after a devastating outbreak of tornadoes ripped through Kentucky and other US states on Friday night and early Saturday morning, the Kentucky governor has said.

    Andy Beshear said the state had “experienced some of the worst tornado damage we’ve seen in a long time”.

    Continue reading...", + "category": "Tornadoes", + "link": "https://www.theguardian.com/world/2021/dec/11/arkansas-tornado-deaths-nursing-home-illinois-amazon-warehouse-roof-collapse", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-11T10:45:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211298,16 +236947,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8da4c5ea53f2d196c895cd94df629a1" + "hash": "2aa3369f0ef41c638c8a265a7129d810" }, { - "title": "‘You immediately tell your friends to cancel their tickets’ – what’s it like to star in a flop?", - "description": "

    How does it feel to go back on stage night after night in a play that’s been mauled by critics and deserted by audiences? Richard Eyre and other directors and actors relive their trauma

    Movies, TV shows and books can all get terrible reviews and small audiences, but the difference when this happens in theatre is that the actors have to go back on stage and remake the work just after critics have declared it disastrous. “It is so crushing for actors to have to go on night after night bearing the weight of failure,” says Richard Eyre, artistic director of the Royal National Theatre from 1987 to 1997. “And that’s one of the reasons actors are such stoics. For directors and writers, there’s a sense of disembowelment you carry round if you’ve had a major failure – but they can just fuck off to Tenerife, and some do. Actors are obliged to soak it up.”

    Actor Michael Simkins, who wrote the theatrical memoir What’s My Motivation?, says: “If I had to articulate what it feels like to be in the middle of a play you feel is dying on its arse, it’s a cold sense of dread, like battery acid in your stomach. After terrible reviews, a sort of numbness sets in that is still there for the second night. You haven’t yet fully processed it. The first thing you do is tell all your friends who have booked tickets to cancel.”

    Continue reading...", - "content": "

    How does it feel to go back on stage night after night in a play that’s been mauled by critics and deserted by audiences? Richard Eyre and other directors and actors relive their trauma

    Movies, TV shows and books can all get terrible reviews and small audiences, but the difference when this happens in theatre is that the actors have to go back on stage and remake the work just after critics have declared it disastrous. “It is so crushing for actors to have to go on night after night bearing the weight of failure,” says Richard Eyre, artistic director of the Royal National Theatre from 1987 to 1997. “And that’s one of the reasons actors are such stoics. For directors and writers, there’s a sense of disembowelment you carry round if you’ve had a major failure – but they can just fuck off to Tenerife, and some do. Actors are obliged to soak it up.”

    Actor Michael Simkins, who wrote the theatrical memoir What’s My Motivation?, says: “If I had to articulate what it feels like to be in the middle of a play you feel is dying on its arse, it’s a cold sense of dread, like battery acid in your stomach. After terrible reviews, a sort of numbness sets in that is still there for the second night. You haven’t yet fully processed it. The first thing you do is tell all your friends who have booked tickets to cancel.”

    Continue reading...", - "category": "Stage", - "link": "https://www.theguardian.com/stage/2021/dec/16/friends-cancel-tickets-star-flop-richard-eyre-mauled-critics-deserted-audiences", - "creator": "Mark Lawson", - "pubDate": "2021-12-16T06:00:37Z", + "title": "Scott Morrison urged to end ‘lunacy’ and push UK and US for Julian Assange’s release", + "description": "

    Independent MP Andrew Wilkie says UK a ‘lackey’ of US and journalism is not a crime

    Australian parliamentarians have demanded the prime minister, Scott Morrison, intervene in the case of Julian Assange, an Australian citizen, after the United States won a crucial appeal in its fight to extradite the WikiLeaks founder on espionage charges.

    “The prime minister must get Assange home,” the Australian Greens leader, Adam Bandt, told Guardian Australia on Saturday.

    Continue reading...", + "content": "

    Independent MP Andrew Wilkie says UK a ‘lackey’ of US and journalism is not a crime

    Australian parliamentarians have demanded the prime minister, Scott Morrison, intervene in the case of Julian Assange, an Australian citizen, after the United States won a crucial appeal in its fight to extradite the WikiLeaks founder on espionage charges.

    “The prime minister must get Assange home,” the Australian Greens leader, Adam Bandt, told Guardian Australia on Saturday.

    Continue reading...", + "category": "Australian politics", + "link": "https://www.theguardian.com/australia-news/2021/dec/11/scott-morrison-urged-to-end-lunacy-and-push-us-and-uk-to-release-julian-assange", + "creator": "Lane Sainty and AAP", + "pubDate": "2021-12-11T04:20:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211319,16 +236968,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10e42d9a79f21504f2438310d84e4318" + "hash": "6c4ee65692f9bc7967974f4e4e564a19" }, { - "title": "The Lost Daughter review – Olivia Colman shines in Elena Ferrante missing-kid drama", - "description": "

    Maggie Gyllenhaal’s stylish directorial debut, adapted from Ferrante’s novel, is led by a central performance of real star quality

    A rich, complex and fascinating performance from Olivia Colman is what gives this movie its piercing power: she has some old-school star quality and screen presence. Colman is the centre of a stylish feature debut from Maggie Gyllenhaal as writer-director, adapting a novel by Elena Ferrante: the result is an absorbingly shaped psychological drama, built around a single traumatising event from which the action metastasises. It takes place partly in the present and also in the lead character’s remembered past, triggered by a calamity that she witnesses and in which she decides, insidiously, to participate. These scenes aren’t simply flashbacks; they have their own relevance and urgency which run alongside the immediate action.

    The setting is a Greek island where Leonard Cohen is supposed to have hung out in the 1960s. A British academic arrives on holiday: this is Leda, played by Colman, a Yorkshire-born professor of comparative literature at Harvard, and she has clearly been looking forward to this break for ages, settling almost ecstatically into the vacation apartment into which her bags are carried by the property’s housekeeper Lyle (Ed Harris), an expatriate American who is wizened but virile-looking.

    Continue reading...", - "content": "

    Maggie Gyllenhaal’s stylish directorial debut, adapted from Ferrante’s novel, is led by a central performance of real star quality

    A rich, complex and fascinating performance from Olivia Colman is what gives this movie its piercing power: she has some old-school star quality and screen presence. Colman is the centre of a stylish feature debut from Maggie Gyllenhaal as writer-director, adapting a novel by Elena Ferrante: the result is an absorbingly shaped psychological drama, built around a single traumatising event from which the action metastasises. It takes place partly in the present and also in the lead character’s remembered past, triggered by a calamity that she witnesses and in which she decides, insidiously, to participate. These scenes aren’t simply flashbacks; they have their own relevance and urgency which run alongside the immediate action.

    The setting is a Greek island where Leonard Cohen is supposed to have hung out in the 1960s. A British academic arrives on holiday: this is Leda, played by Colman, a Yorkshire-born professor of comparative literature at Harvard, and she has clearly been looking forward to this break for ages, settling almost ecstatically into the vacation apartment into which her bags are carried by the property’s housekeeper Lyle (Ed Harris), an expatriate American who is wizened but virile-looking.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/16/the-lost-daughter-review-olivia-colman-shines-in-elena-ferrante-missing-kid-drama", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-16T07:00:37Z", + "title": "Australia demolish England by nine wickets in first Ashes Test", + "description": "
    • Australia raced to target of 20 after England lost eight for 77
    • Second Test in Adelaide begins on Thursday

    After a breakdown in the broadcasting of the first Ashes Test normal service eventually resumed. England’s meek collapse on the fourth morning in the face of a rejuvenated Australian attack condemned them to a nine-wicket defeat and a 1-0 series deficit heading into the pink ball encounter in Adelaide.

    As Marcus Harris and Marnus Labuschagne finished off a target of 20 runs in 25 minutes after lunch, the latter striding in after the fall of the promoted Alex Carey, it subjected England to their 10th defeat in their last 11 Tests, handed Pat Cummins a first victory as captain and restored the Gabba’s status as Australia’s fortress.

    They may have lost to India on the ground back in January, but England? This was a seventh victory over the old enemy in their last nine encounters in Queensland as part of an unbeaten Ashes record that stretches back to 1986. ‘Gabbattoir’ references have thankfully been light over the past week but it still deals in butchery.

    Continue reading...", + "content": "
    • Australia raced to target of 20 after England lost eight for 77
    • Second Test in Adelaide begins on Thursday

    After a breakdown in the broadcasting of the first Ashes Test normal service eventually resumed. England’s meek collapse on the fourth morning in the face of a rejuvenated Australian attack condemned them to a nine-wicket defeat and a 1-0 series deficit heading into the pink ball encounter in Adelaide.

    As Marcus Harris and Marnus Labuschagne finished off a target of 20 runs in 25 minutes after lunch, the latter striding in after the fall of the promoted Alex Carey, it subjected England to their 10th defeat in their last 11 Tests, handed Pat Cummins a first victory as captain and restored the Gabba’s status as Australia’s fortress.

    They may have lost to India on the ground back in January, but England? This was a seventh victory over the old enemy in their last nine encounters in Queensland as part of an unbeaten Ashes record that stretches back to 1986. ‘Gabbattoir’ references have thankfully been light over the past week but it still deals in butchery.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/2021/dec/11/ashes-gabba-england-australia-first-test-match-report-root-stokes-buttler-lyon-starc-carey", + "creator": "Ali Martin", + "pubDate": "2021-12-11T04:10:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211340,16 +236989,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad20644c77ee677b1b55e32f22ad0a8c" + "hash": "ccde40ead5efe0027074db5d00e9834a" }, { - "title": "Distraction disaster! Notifications are ruining our concentration – here’s how to escape them", - "description": "

    Whether socialising with friends or completing a difficult task, a ping on your phone can destroy the moment. It is time to address the constant stream of interruptions

    Joanie (not her real name), a clinical psychologist who lives in London, has three work laptops. This is not uncommon when you’re spread across different NHS services. Sometimes, she feels like the 1980s synth supremo Paul Hardcastle, who used to dart between keyboards when performing on Top of the Pops. Except that he wasn’t always rudely interrupted by random notifications. “When I log on to one laptop,” she says, “this automatic thing comes on called Netpresenter player. It’s a ticker tape, like one of those bus-stop ads that keeps moving.”

    She quits it, because she needs to concentrate on writing up notes before her next meeting. But it keeps coming back with annoying notifications. “I’ve been in the middle of a session and it’s started playing music and a video – usually things like, ‘Don’t forget to wash your hands properly’, or, ‘Hey, we’re all meeting for a webinar in half an hour about staff wellbeing.’” Joanie says her wellbeing would improve if it was easier to get her work done.

    Continue reading...", - "content": "

    Whether socialising with friends or completing a difficult task, a ping on your phone can destroy the moment. It is time to address the constant stream of interruptions

    Joanie (not her real name), a clinical psychologist who lives in London, has three work laptops. This is not uncommon when you’re spread across different NHS services. Sometimes, she feels like the 1980s synth supremo Paul Hardcastle, who used to dart between keyboards when performing on Top of the Pops. Except that he wasn’t always rudely interrupted by random notifications. “When I log on to one laptop,” she says, “this automatic thing comes on called Netpresenter player. It’s a ticker tape, like one of those bus-stop ads that keeps moving.”

    She quits it, because she needs to concentrate on writing up notes before her next meeting. But it keeps coming back with annoying notifications. “I’ve been in the middle of a session and it’s started playing music and a video – usually things like, ‘Don’t forget to wash your hands properly’, or, ‘Hey, we’re all meeting for a webinar in half an hour about staff wellbeing.’” Joanie says her wellbeing would improve if it was easier to get her work done.

    Continue reading...", - "category": "Health & wellbeing", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/16/distraction-disaster-notifications-hell-ping-phone-interruptions-escape", - "creator": "Amy Fleming", - "pubDate": "2021-12-16T08:00:38Z", + "title": "Javid advised to take ‘stringent’ Covid measures within a week, leak reveals", + "description": "

    Exclusive: Health officials say urgent action needed to avoid mass hospitalisations and overwhelming the NHS

    Britain’s top public health officials have advised ministers that “stringent national measures” need to be imposed by 18 December to avoid Covid hospitalisations surpassing last winter’s peak, according to documents leaked to the Guardian.

    Sajid Javid, the health secretary, received a presentation from the UK Health and Security Agency (UKHSA) on Tuesday warning that even if the new Omicron variant leads to less serious disease than Delta, it risks overwhelming the NHS with 5,000 people admitted to hospital a day.

    Continue reading...", + "content": "

    Exclusive: Health officials say urgent action needed to avoid mass hospitalisations and overwhelming the NHS

    Britain’s top public health officials have advised ministers that “stringent national measures” need to be imposed by 18 December to avoid Covid hospitalisations surpassing last winter’s peak, according to documents leaked to the Guardian.

    Sajid Javid, the health secretary, received a presentation from the UK Health and Security Agency (UKHSA) on Tuesday warning that even if the new Omicron variant leads to less serious disease than Delta, it risks overwhelming the NHS with 5,000 people admitted to hospital a day.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/10/stringent-uk-covid-measures-needed-within-a-week-leak-reveals", + "creator": "Rowena Mason Deputy political editor", + "pubDate": "2021-12-10T19:19:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211361,16 +237010,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32bade8b0e5d85d55f88331e200e1a27" + "hash": "c2604d804c709a0e3983d9c88a1a9d6f" }, { - "title": "Estonia in winter: into the wilds by canoe and ‘bog shoe’", - "description": "

    The peatlands of Soomaa national park are host to a stunning variety of birds and beasts – and even the odd white-thighed bog swimmer

    Ahead, the jellied earth sways. As I approach a natural pool at the edge of a wide, wild expanse in central Estonia, the bog feels untrustworthy, if not quite menacing. This far into the Soomaa national park, the ground is so unsure of itself that even trees have given up. My guide, Aivar Ruukel, tells me that it’s not the same animals – wolves and bears are among the creatures that patrol these lands, hoping to find a meal trapped in the mire.

    Elsewhere in this wilderness there are elk and raccoon dogs. Recently, wolverines from the north have been spotted, too. “People have been seeing golden jackals,” says Aivar, “and normally they are in Turkey.” The reason for this extraordinary menagerie is, perhaps inevitably, linked to Estonia’s low human population. Despite being slightly larger than the Netherlands, Estonia has about 7.5% of its population, making it one of the most sparsely populated nations in Europe. In Soomaa, it’s easy to believe these stats.

    Continue reading...", - "content": "

    The peatlands of Soomaa national park are host to a stunning variety of birds and beasts – and even the odd white-thighed bog swimmer

    Ahead, the jellied earth sways. As I approach a natural pool at the edge of a wide, wild expanse in central Estonia, the bog feels untrustworthy, if not quite menacing. This far into the Soomaa national park, the ground is so unsure of itself that even trees have given up. My guide, Aivar Ruukel, tells me that it’s not the same animals – wolves and bears are among the creatures that patrol these lands, hoping to find a meal trapped in the mire.

    Elsewhere in this wilderness there are elk and raccoon dogs. Recently, wolverines from the north have been spotted, too. “People have been seeing golden jackals,” says Aivar, “and normally they are in Turkey.” The reason for this extraordinary menagerie is, perhaps inevitably, linked to Estonia’s low human population. Despite being slightly larger than the Netherlands, Estonia has about 7.5% of its population, making it one of the most sparsely populated nations in Europe. In Soomaa, it’s easy to believe these stats.

    Continue reading...", - "category": "Estonia holidays", - "link": "https://www.theguardian.com/travel/2021/dec/16/estonia-in-winter-into-the-wilds-by-canoe-and-bog-shoe", - "creator": "Jamie Lafferty", - "pubDate": "2021-12-16T07:00:37Z", + "title": "Inauguration poet Amanda Gorman ‘preserves the memory of a pandemic’ in new collection", + "description": "

    The writer who shot to fame when Joe Biden was sworn in as president has published her response to Covid-19

    • Scroll down to read Fugue, a poem from Gorman’s new collection

    Amanda Gorman, who became the youngest inauguration poet in US history when Joe Biden was sworn in as president, says she is attempting to “preserve the public memory of a pandemic” in a new collection published this week.

    Gorman shot into the public eye when she recited her poem The Hill We Climb at the inauguration in January, speaking of how “there is always light, if only we’re brave enough to see it, / If only we’re brave enough to be it.”

    Continue reading...", + "content": "

    The writer who shot to fame when Joe Biden was sworn in as president has published her response to Covid-19

    • Scroll down to read Fugue, a poem from Gorman’s new collection

    Amanda Gorman, who became the youngest inauguration poet in US history when Joe Biden was sworn in as president, says she is attempting to “preserve the public memory of a pandemic” in a new collection published this week.

    Gorman shot into the public eye when she recited her poem The Hill We Climb at the inauguration in January, speaking of how “there is always light, if only we’re brave enough to see it, / If only we’re brave enough to be it.”

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2021/dec/11/inauguration-poet-amanda-gorman-preserves-the-memory-of-a-pandemic-in-new-collection", + "creator": "Alison Flood", + "pubDate": "2021-12-11T10:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211382,16 +237031,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "faa5eae6c4f21a802599b43aa54b5c24" + "hash": "ee361808efec283fff15094057ed5858" }, { - "title": "A ‘false solution’? How crypto mining became the oil industry’s new hope", - "description": "

    Climate experts warn that plans to repurpose waste gas is not a solution, but more like placing a Band-Aid over a gaping wound

    In January of 2019, Chase Lochmiller and Cully Cavness, recently reunited prep school pals from Denver, drove out to the snow-covered plains of Wyoming to bring a piece of tech culture to the American heartland. Trembling in -20F (-29C) temperatures, they wired up a prototype of their brainchild: a machine that harnesses the “waste gas” from oil rigs to power mining for cryptocurrency.

    Cryptocurrencies such as bitcoin, the most-popular decentralized digital currency, have a notoriously large carbon footprint (bitcoin mining alone consumes about half as much electricity in a year as all of the UK). So to leverage a cheap source of energy to run their bitcoin mining operations, Lochmiller and Cavness found themselves partnering with oil companies to repurpose a byproduct, primarily methane, that’s typically vented or burnt off in flares.

    Continue reading...", - "content": "

    Climate experts warn that plans to repurpose waste gas is not a solution, but more like placing a Band-Aid over a gaping wound

    In January of 2019, Chase Lochmiller and Cully Cavness, recently reunited prep school pals from Denver, drove out to the snow-covered plains of Wyoming to bring a piece of tech culture to the American heartland. Trembling in -20F (-29C) temperatures, they wired up a prototype of their brainchild: a machine that harnesses the “waste gas” from oil rigs to power mining for cryptocurrency.

    Cryptocurrencies such as bitcoin, the most-popular decentralized digital currency, have a notoriously large carbon footprint (bitcoin mining alone consumes about half as much electricity in a year as all of the UK). So to leverage a cheap source of energy to run their bitcoin mining operations, Lochmiller and Cavness found themselves partnering with oil companies to repurpose a byproduct, primarily methane, that’s typically vented or burnt off in flares.

    Continue reading...", - "category": "Cryptocurrencies", - "link": "https://www.theguardian.com/environment/2021/dec/16/crypto-mining-oil-industry-waste-climate-crisis", - "creator": "Leanna First-Arai", - "pubDate": "2021-12-16T08:00:38Z", + "title": "‘The sound of roaring fires is still in my memory’: 30 years on from Kuwait’s oil blazes", + "description": "

    Oilwells set alight by Iraqi forces in 1991 were put out within months, but insidious pollution still mars the desert

    For 10 months in Kuwait, everything was upside down. Daytime was full of darkness from the thick smoke, and nights were bright from the distant glow of burning oilwells.

    When Iraq’s leader, Saddam Hussein, ordered the occupation of Kuwait in August 1990 in an attempt to gain control of the lucrative oil supply of the Middle East and pay off a huge debt accrued from Kuwait, he was fairly quickly forced into retreat by a US coalition which began an intensive bombing campaign.

    Continue reading...", + "content": "

    Oilwells set alight by Iraqi forces in 1991 were put out within months, but insidious pollution still mars the desert

    For 10 months in Kuwait, everything was upside down. Daytime was full of darkness from the thick smoke, and nights were bright from the distant glow of burning oilwells.

    When Iraq’s leader, Saddam Hussein, ordered the occupation of Kuwait in August 1990 in an attempt to gain control of the lucrative oil supply of the Middle East and pay off a huge debt accrued from Kuwait, he was fairly quickly forced into retreat by a US coalition which began an intensive bombing campaign.

    Continue reading...", + "category": "Environment", + "link": "https://www.theguardian.com/environment/2021/dec/11/the-sound-of-roaring-fires-is-still-in-my-memory-30-years-on-from-kuwaits-oil-blazes", + "creator": "Richa Syal", + "pubDate": "2021-12-11T10:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211403,16 +237052,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a45b8b84ca8f296a9763ef6acd99eddc" + "hash": "710d7c9ad726e14689962d33ba365a46" }, { - "title": "Adrian Chiles’s Christmas Strictly diary: ‘Unused to my tight outfit, I didn’t get low enough for the lift ...’", - "description": "

    I don’t recall saying yes to the show. Perhaps I just stopped saying no. But all of a sudden, a champion dancer was on her way to train me – and to my dismay there was no turning back

    My invitation to appear on Strictly Come Dancing’s Christmas Special came very late. Being a cynical soul, I assumed someone had dropped out, but I’m warmly assured this wasn’t the case. I am nobody’s idea of a dancer. It’s not that I can’t dance; I can dance with great exuberance, but only if I am alone. If anyone else is in the room, I become overwhelmed with shame and embarrassment and just kind of seize up. I know the advice is to dance like no one is watching, but I can’t dance if anyone is watching.

    This wasn’t the actual Strictly Come Dancing, one of our biggest TV shows, in which contestants, paired up with pro dancers, are subjected to the judgment of four experts and, even more harrowingly, a public vote. The Christmas Special is a bit of fun, in which half a dozen, erm, celebrities – dread word – do one dance for the purposes of general seasonal entertainment. OK, it’s not as terrifying as the real thing, but it’s still all about dancing. And therefore, not for me. Anyway, for most of the scant two weeks’ preparation time available, I was away on holiday in an out-of-the-way village in south Wales. Can’t dance, won’t dance, away on holiday, no can do.

    Continue reading...", - "content": "

    I don’t recall saying yes to the show. Perhaps I just stopped saying no. But all of a sudden, a champion dancer was on her way to train me – and to my dismay there was no turning back

    My invitation to appear on Strictly Come Dancing’s Christmas Special came very late. Being a cynical soul, I assumed someone had dropped out, but I’m warmly assured this wasn’t the case. I am nobody’s idea of a dancer. It’s not that I can’t dance; I can dance with great exuberance, but only if I am alone. If anyone else is in the room, I become overwhelmed with shame and embarrassment and just kind of seize up. I know the advice is to dance like no one is watching, but I can’t dance if anyone is watching.

    This wasn’t the actual Strictly Come Dancing, one of our biggest TV shows, in which contestants, paired up with pro dancers, are subjected to the judgment of four experts and, even more harrowingly, a public vote. The Christmas Special is a bit of fun, in which half a dozen, erm, celebrities – dread word – do one dance for the purposes of general seasonal entertainment. OK, it’s not as terrifying as the real thing, but it’s still all about dancing. And therefore, not for me. Anyway, for most of the scant two weeks’ preparation time available, I was away on holiday in an out-of-the-way village in south Wales. Can’t dance, won’t dance, away on holiday, no can do.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/16/adrian-chiless-christmas-strictly-diary-unused-to-my-tight-outfit-i-didnt-get-low-enough-for-the-lift-", - "creator": "Adrian Chiles", - "pubDate": "2021-12-16T06:00:36Z", + "title": "A Covid Christmas: top scientists on how they will navigate party season", + "description": "

    Covid experts explain their personal approaches to festive gatherings in face of Omicron

    As Omicron cases are on the increase and a new wave threatens to overshadow Christmas, the scientists working on Covid are also making calculations about which of their own festivities to go ahead with and which to scale back.

    Prof Jennifer Rohn, cell biologist at University College London

    Continue reading...", + "content": "

    Covid experts explain their personal approaches to festive gatherings in face of Omicron

    As Omicron cases are on the increase and a new wave threatens to overshadow Christmas, the scientists working on Covid are also making calculations about which of their own festivities to go ahead with and which to scale back.

    Prof Jennifer Rohn, cell biologist at University College London

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/11/a-covid-christmas-top-scientists-on-how-they-will-navigate-party-season", + "creator": "Hannah Devlin and Nicola Davis", + "pubDate": "2021-12-11T07:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211424,16 +237073,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "47e2c887d1e94eea5385d561de4dfbe1" + "hash": "835b45a835bad22e3ae2a408a09f4cdf" }, { - "title": "Chris Packham meets crown estate to promote rewilding royal land", - "description": "

    Broadcaster says manager of 615,000-acre real estate portfolio is ‘aligned’ with aim of changing how land is used

    Chris Packham and a campaign to “rewild the royals” have had a “really good” meeting with the crown estate to ask it to consider pledging a slice of its 615,000 acres to wild nature.

    Packham said the crown estate was “quite clearly aligned” with the rewilding campaign group Wild Card in its determination to act to tackle the biodiversity and climate crises by changing the way land is managed.

    Continue reading...", - "content": "

    Broadcaster says manager of 615,000-acre real estate portfolio is ‘aligned’ with aim of changing how land is used

    Chris Packham and a campaign to “rewild the royals” have had a “really good” meeting with the crown estate to ask it to consider pledging a slice of its 615,000 acres to wild nature.

    Packham said the crown estate was “quite clearly aligned” with the rewilding campaign group Wild Card in its determination to act to tackle the biodiversity and climate crises by changing the way land is managed.

    Continue reading...", - "category": "Land ownership", - "link": "https://www.theguardian.com/uk-news/2021/dec/16/chris-packham-meets-crown-estate-to-promote-rewilding-royal-land", - "creator": "Patrick Barkham", - "pubDate": "2021-12-16T06:00:37Z", + "title": "‘Gentle giants’: rangers prepare for return of wild bison to UK", + "description": "

    Animals arrive in Kent in spring 2022 and will create forest clearings – described as ‘jet fuel for biodiversity’

    “When you see them in the wild, there’s this tangible feeling of humility and respect,” says Tom Gibbs, one of the UK’s first two bison rangers. “The size of them instantly demands your respect, although they are quite docile. I wouldn’t say they are scary, but you’re aware of what they can do.”

    The rangers will manage the first wild bison to roam in the UK for thousands of years when four animals arrive in north Kent in the spring of 2022. The bison are Europe’s largest land animal – bulls can weigh a tonne – and were extinct in the wild a century ago, but are recovering through reintroduction projects across Europe.

    Continue reading...", + "content": "

    Animals arrive in Kent in spring 2022 and will create forest clearings – described as ‘jet fuel for biodiversity’

    “When you see them in the wild, there’s this tangible feeling of humility and respect,” says Tom Gibbs, one of the UK’s first two bison rangers. “The size of them instantly demands your respect, although they are quite docile. I wouldn’t say they are scary, but you’re aware of what they can do.”

    The rangers will manage the first wild bison to roam in the UK for thousands of years when four animals arrive in north Kent in the spring of 2022. The bison are Europe’s largest land animal – bulls can weigh a tonne – and were extinct in the wild a century ago, but are recovering through reintroduction projects across Europe.

    Continue reading...", + "category": "Wildlife", + "link": "https://www.theguardian.com/environment/2021/dec/11/gentle-giants-rangers-prepare-return-wild-bison-uk", + "creator": "Damian Carrington Environment editor", + "pubDate": "2021-12-11T08:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211445,16 +237094,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "531f6a6928013de26f7c65623080e993" + "hash": "c8a09010923be8a69ea53c43fc9d3705" }, { - "title": "UK public don’t want ‘perennial fights of a permanent Brexit’ with EU – report", - "description": "

    Report by the European Council on Foreign Relations says that more people see bloc as a key partner than the US

    The British public do not share the government’s appetite for perpetual conflict with the EU and more people see the bloc as a key future partner than the US, according to a report on post-Brexit foreign policy.

    “The Johnson government seems to need the perennial fights of a permanent Brexit,” the report, by the European Council on Foreign Relations (ECFR) thinktank, said, warning that its approach was “eroding the UK’s capacity to cooperate with the EU”.

    Continue reading...", - "content": "

    Report by the European Council on Foreign Relations says that more people see bloc as a key partner than the US

    The British public do not share the government’s appetite for perpetual conflict with the EU and more people see the bloc as a key future partner than the US, according to a report on post-Brexit foreign policy.

    “The Johnson government seems to need the perennial fights of a permanent Brexit,” the report, by the European Council on Foreign Relations (ECFR) thinktank, said, warning that its approach was “eroding the UK’s capacity to cooperate with the EU”.

    Continue reading...", - "category": "Foreign policy", - "link": "https://www.theguardian.com/politics/2021/dec/16/uk-public-dont-want-perennial-fights-of-a-permanent-brexit-with-eu-report", - "creator": "Jon Henley, Europe correspondent", - "pubDate": "2021-12-16T05:00:34Z", + "title": "How one-click shopping is creating Amazon warehouse towns: ‘We’re disposable humans’", + "description": "

    In California’s Inland Empire, Black and Latino communities already faced some of the worst pollution. Then, more warehouses and trucks started appearing

    Three generations of Arah Parker’s family have lived in her pleasant, yellow-hued home, where there used to be a clear view of the San Gabriel mountains from the kitchen window.

    There used to be – until the country’s hunger for online shopping swallowed the neighborhood.

    Continue reading...", + "content": "

    In California’s Inland Empire, Black and Latino communities already faced some of the worst pollution. Then, more warehouses and trucks started appearing

    Three generations of Arah Parker’s family have lived in her pleasant, yellow-hued home, where there used to be a clear view of the San Gabriel mountains from the kitchen window.

    There used to be – until the country’s hunger for online shopping swallowed the neighborhood.

    Continue reading...", + "category": "Amazon", + "link": "https://www.theguardian.com/us-news/2021/dec/11/how-one-click-shopping-is-creating-amazon-warehouse-towns-were-disposable-humans", + "creator": "Maanvi Singh in Rialto, California", + "pubDate": "2021-12-11T09:05:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211466,16 +237115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "948024ca2d0755694a5ba420f1740c75" + "hash": "18c22e1161271e43d73b1c889fe39d52" }, { - "title": "Mexican woman shot in head by US Border Patrol files claim: ‘I am looking for justice’", - "description": "

    Marisol García Alcántara was shot shortly after arriving in the US, while riding in an SUV in Arizona

    Attorneys for a Mexican woman who was shot in the head by a Border Patrol agent and survived have filed a claim against the US government as a precursor to a federal lawsuit.

    The claim filed with the Border Patrol by Marisol García Alcántara, who had arrived in the U.S. shortly before the shooting over the summer in Nogales, Arizona, is necessary before a civil action is filed next year with the US District Court in Tucson.

    Continue reading...", - "content": "

    Marisol García Alcántara was shot shortly after arriving in the US, while riding in an SUV in Arizona

    Attorneys for a Mexican woman who was shot in the head by a Border Patrol agent and survived have filed a claim against the US government as a precursor to a federal lawsuit.

    The claim filed with the Border Patrol by Marisol García Alcántara, who had arrived in the U.S. shortly before the shooting over the summer in Nogales, Arizona, is necessary before a civil action is filed next year with the US District Court in Tucson.

    Continue reading...", - "category": "US-Mexico border", - "link": "https://www.theguardian.com/us-news/2021/dec/15/mexican-woman-shot-head-us-border-patrol-files-claim", - "creator": "Associated Press in Mexico City", - "pubDate": "2021-12-15T20:43:09Z", + "title": "CEO of US mortgage company fires 900 employees on a Zoom call – video", + "description": "

    The chief executive of a US mortgage company has drawn criticism after he reportedly fired 900 employees on a Zoom call. 'I come to you with not great news,' Vishal Garg, CEO of Better.com, is heard saying at the beginning of the video call made on Wednesday. Footage of the call was widely circulated on social media

    Continue reading...", + "content": "

    The chief executive of a US mortgage company has drawn criticism after he reportedly fired 900 employees on a Zoom call. 'I come to you with not great news,' Vishal Garg, CEO of Better.com, is heard saying at the beginning of the video call made on Wednesday. Footage of the call was widely circulated on social media

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/video/2021/dec/07/ceo-of-us-mortgage-company-fires-900-employees-on-a-zoom-call-video", + "creator": "", + "pubDate": "2021-12-07T08:04:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211487,16 +237136,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "41f8f5040476c2eb6eea22476772efab" + "hash": "95ab44da7ad7c246ba2bb327e73d60e6" }, { - "title": "What burns beneath: the deadly threat of underground coal fires to children in Zimbabwe", - "description": "

    Alisha was eight when she died after being badly burned near a coal mine in Hwange. Families who live in fear of the ground opening up under their children’s feet say more must be done


    Alisha Muzvite was out playing when she was caught short and went behind a bush to go to the toilet. But as the eight-year-old crouched down, the ground beneath her shifted, pulling her into one of the underground fires which burn all around her home in Hwange in north-west Zimbabwe.

    An aunt pulled her to safety, but Alisha’s legs were so badly burned that they had to be amputated. More than a month after the accident, the little girl died of her injuries.

    Continue reading...", - "content": "

    Alisha was eight when she died after being badly burned near a coal mine in Hwange. Families who live in fear of the ground opening up under their children’s feet say more must be done


    Alisha Muzvite was out playing when she was caught short and went behind a bush to go to the toilet. But as the eight-year-old crouched down, the ground beneath her shifted, pulling her into one of the underground fires which burn all around her home in Hwange in north-west Zimbabwe.

    An aunt pulled her to safety, but Alisha’s legs were so badly burned that they had to be amputated. More than a month after the accident, the little girl died of her injuries.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/15/what-burns-beneath-the-deadly-threat-of-underground-coal-fires-to-children-in-zimbabwe", - "creator": "Nyasha Chingono", - "pubDate": "2021-12-15T07:30:08Z", + "title": "Arkansas tornado: one dead after nursing home ‘pretty much destroyed’", + "description": "

    Five seriously injured, says county judge in Arkansas, as rescue workers in Illinois attend site of roof collapse at Amazon warehouse

    One person was killed when a tornado ripped through an Arkansas nursing home, while a roof collapsed at an Amazon warehouse in Illinois, reportedly causing many injuries.

    Craighead county judge Marvin Day told the Associated Press the tornado struck the Monette Manor nursing home in north-east Arkansas at about 8.15pm, killing one person and trapping 20 people inside as the building collapsed. Officials had earlier reported at least two fatalities.

    Continue reading...", + "content": "

    Five seriously injured, says county judge in Arkansas, as rescue workers in Illinois attend site of roof collapse at Amazon warehouse

    One person was killed when a tornado ripped through an Arkansas nursing home, while a roof collapsed at an Amazon warehouse in Illinois, reportedly causing many injuries.

    Craighead county judge Marvin Day told the Associated Press the tornado struck the Monette Manor nursing home in north-east Arkansas at about 8.15pm, killing one person and trapping 20 people inside as the building collapsed. Officials had earlier reported at least two fatalities.

    Continue reading...", + "category": "Tornadoes", + "link": "https://www.theguardian.com/world/2021/dec/11/arkansas-tornado-deaths-nursing-home-illinois-amazon-warehouse-roof-collapse", + "creator": "Associated Press", + "pubDate": "2021-12-11T06:46:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211508,16 +237157,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a842c983c78c0dce2369163e51f4e3d" + "hash": "0d9785a74f74222edf8eeb5bf47c4967" }, { - "title": "‘The Taliban say they’ll kill me if they find me’: a female reporter still on the run speaks out", - "description": "

    We return to the story of a journalist forced to flee as Afghanistan fell to the Taliban in August. Unable to return home without putting at risk everyone she loves and hounded by threatening calls, she remains in hiding in the country four months on

    I am an Afghan female journalist and I have been on the run for more than four months. I have lived in numerous safe houses and the homes of people who’ve offered me refuge. I am constantly moving to avoid being caught, from province to province, city to city.

    The Taliban insurgents have been threatening to kill me and my colleagues for two years, for our reports exposing their crimes in our province. But when they seized control of our provincial capital, they started to hunt for those who had spoken out against them. I decided to escape, for my own and my family’s safety.

    Continue reading...", - "content": "

    We return to the story of a journalist forced to flee as Afghanistan fell to the Taliban in August. Unable to return home without putting at risk everyone she loves and hounded by threatening calls, she remains in hiding in the country four months on

    I am an Afghan female journalist and I have been on the run for more than four months. I have lived in numerous safe houses and the homes of people who’ve offered me refuge. I am constantly moving to avoid being caught, from province to province, city to city.

    The Taliban insurgents have been threatening to kill me and my colleagues for two years, for our reports exposing their crimes in our province. But when they seized control of our provincial capital, they started to hunt for those who had spoken out against them. I decided to escape, for my own and my family’s safety.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/global-development/2021/dec/15/the-taliban-say-theyll-kill-me-if-they-find-me-a-female-reporter-still-on-the-run-speaks-out", - "creator": "Anonymous", - "pubDate": "2021-12-15T07:01:08Z", + "title": "Hannah Gadsby – Body of Work: a joyful guide to blasting Netflix and messing with Christian bakers", + "description": "

    Joan Sutherland Theatre, Sydney Opera House
    The Australian comedian has opted for a feel-good show, but without any easy sentimentality

    What better way to symbolise your favourable turn in fortune than with adorable bunnies, the sign of good luck? Comedian Hannah Gadsby has marked her return to the Sydney Opera House with four rabbits across the stage, though you will probably first notice the one in the Joan Sutherland theatre that functions as a lantern, a beacon of hope.

    Of course, none of these rabbits are alive, which turns out to be apt, given the desecration of one unlucky bunny that hopped into the middle of the performer’s toxic relationship with an ex she struggled to shake off and another that emits a high-pitched squeal of terror as it crosses paths with Gadsby, her new wife and producer, Jenney Shamash, and their two dogs, Douglas and Jasper, on an outdoor stroll.

    Continue reading...", + "content": "

    Joan Sutherland Theatre, Sydney Opera House
    The Australian comedian has opted for a feel-good show, but without any easy sentimentality

    What better way to symbolise your favourable turn in fortune than with adorable bunnies, the sign of good luck? Comedian Hannah Gadsby has marked her return to the Sydney Opera House with four rabbits across the stage, though you will probably first notice the one in the Joan Sutherland theatre that functions as a lantern, a beacon of hope.

    Of course, none of these rabbits are alive, which turns out to be apt, given the desecration of one unlucky bunny that hopped into the middle of the performer’s toxic relationship with an ex she struggled to shake off and another that emits a high-pitched squeal of terror as it crosses paths with Gadsby, her new wife and producer, Jenney Shamash, and their two dogs, Douglas and Jasper, on an outdoor stroll.

    Continue reading...", + "category": "Hannah Gadsby", + "link": "https://www.theguardian.com/stage/2021/dec/11/hannah-gadsby-body-of-work-a-joyful-guide-to-blasting-netflix-and-messing-with-christian-bakers", + "creator": "Steve Dow", + "pubDate": "2021-12-10T21:58:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211529,16 +237178,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b3afd1324930f2705e88e7f30ab9c83" + "hash": "1f9fe8bc7a3d909563ec972f1171b476" }, { - "title": "Barbados can be a beacon for the region – if it avoids some of its neighbours’ mistakes | Kenneth Mohammed", - "description": "

    The Caribbean’s newest republic must avoid the corruption that has hampered Trinidad and Tobago and use its presidency to ensure good governance

    The charismatic prime minister of Barbados, Mia Mottley, elevated her country’s status in the world with her stinging speech at Cop26 in Glasgow last month. This speech resonated throughout the West Indies, a region that has largely been devoid of a strong leader to give these vulnerable small island developing states (SIDS) a voice in the climate crisis debate. The survival of SIDS such as Barbados depends on the finance to invest in measures to limit the global temperature rise to 1.5C, which was the Paris agreement’s main objective.

    Mottley called on all leaders of developed countries to step up their efforts as she outlined a solution embodied in flexible development finance. First, create a loss and damage fund made up of 1% of revenues from fossil fuels (which she estimated would amount to about $70bn, or £50bn, a year), accessible only to countries that have suffered a climate disaster and loss of 5% of their economy.

    Continue reading...", - "content": "

    The Caribbean’s newest republic must avoid the corruption that has hampered Trinidad and Tobago and use its presidency to ensure good governance

    The charismatic prime minister of Barbados, Mia Mottley, elevated her country’s status in the world with her stinging speech at Cop26 in Glasgow last month. This speech resonated throughout the West Indies, a region that has largely been devoid of a strong leader to give these vulnerable small island developing states (SIDS) a voice in the climate crisis debate. The survival of SIDS such as Barbados depends on the finance to invest in measures to limit the global temperature rise to 1.5C, which was the Paris agreement’s main objective.

    Mottley called on all leaders of developed countries to step up their efforts as she outlined a solution embodied in flexible development finance. First, create a loss and damage fund made up of 1% of revenues from fossil fuels (which she estimated would amount to about $70bn, or £50bn, a year), accessible only to countries that have suffered a climate disaster and loss of 5% of their economy.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/14/barbados-can-be-a-beacon-for-the-region-if-it-avoids-some-of-its-neighbours-mistakes", - "creator": "Kenneth Mohammed", - "pubDate": "2021-12-14T10:20:07Z", + "title": "Pence appears to set up a presidential run – can he win over Trump’s base?", + "description": "

    The former vice-president seems to be playing a long game for the 2024 election, possibly betting Trump’s influence over the Republican party will wane

    Hang Mike Pence!” was the chilling chant of the mob at the US Capitol on 6 January 2021. Can the same constituency be persuaded to vote Mike Pence on 5 November 2024? He, for one, appears to think so.

    The former vice-president this week travelled across New Hampshire, host of the first-in-the-nation presidential primary elections, to meet local activists, raise money and deliver a speech attacking potential opponent Joe Biden.

    Continue reading...", + "content": "

    The former vice-president seems to be playing a long game for the 2024 election, possibly betting Trump’s influence over the Republican party will wane

    Hang Mike Pence!” was the chilling chant of the mob at the US Capitol on 6 January 2021. Can the same constituency be persuaded to vote Mike Pence on 5 November 2024? He, for one, appears to think so.

    The former vice-president this week travelled across New Hampshire, host of the first-in-the-nation presidential primary elections, to meet local activists, raise money and deliver a speech attacking potential opponent Joe Biden.

    Continue reading...", + "category": "Mike Pence", + "link": "https://www.theguardian.com/us-news/2021/dec/11/mike-pence-2024-election-donald-trump-republicans", + "creator": "David Smith in Washington", + "pubDate": "2021-12-11T07:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211550,16 +237199,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "42a32016447efee6380ead5f11090690" + "hash": "b9512aa4b987c6cb22387b00a9d02f93" }, { - "title": "As focus turns to Covid boosters what other measures could tackle Omicron?", - "description": "

    Boris Johnson has not ruled out new restrictions but how effective could they be and what are the political risks?

    Ministers’ focus may be a “national mission” to roll out booster vaccines to counter the dramatic rise of the Omicron variant, but the government has not ruled out new restrictions for England. Here we look at options on the table, how effective they could be at reducing the spread of coronavirus and the level of political risk for Boris Johnson.

    Mandatory isolation for all close Covid contacts

    Continue reading...", - "content": "

    Boris Johnson has not ruled out new restrictions but how effective could they be and what are the political risks?

    Ministers’ focus may be a “national mission” to roll out booster vaccines to counter the dramatic rise of the Omicron variant, but the government has not ruled out new restrictions for England. Here we look at options on the table, how effective they could be at reducing the spread of coronavirus and the level of political risk for Boris Johnson.

    Mandatory isolation for all close Covid contacts

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/14/as-focus-turns-to-covid-boosters-what-other-measures-could-tackle-omicron", - "creator": "Heather Stewart and Nicola Davis", - "pubDate": "2021-12-14T06:00:40Z", + "title": "‘Fighting to reclaim our language’: Māori names enjoy surge in popularity", + "description": "

    More parents in New Zealand are giving their babies indigenous names to foster links with their ancestry and culture

    Nine-month-old Ruataupare Te Ropuhina Florence Whiley-Whaipooti will grow up speaking the names of her ancestors. She will learn she comes from a line of strong Ngāti Porou women, and that her ancestor, who was a staunch tribal leader, is her name-sake. She will grow to understand that her Māori name links her to whenua (land), her whakapapa (genealogy) and her Māoritanga (culture).

    Ruataupare is one of an increasing number of babies in New Zealand to be given a Māori name. While Māori have never stopped giving their children indigenous names, there has been a marked increase over the past 10 years – a near doubling of Māori names registered since 2011.

    Continue reading...", + "content": "

    More parents in New Zealand are giving their babies indigenous names to foster links with their ancestry and culture

    Nine-month-old Ruataupare Te Ropuhina Florence Whiley-Whaipooti will grow up speaking the names of her ancestors. She will learn she comes from a line of strong Ngāti Porou women, and that her ancestor, who was a staunch tribal leader, is her name-sake. She will grow to understand that her Māori name links her to whenua (land), her whakapapa (genealogy) and her Māoritanga (culture).

    Ruataupare is one of an increasing number of babies in New Zealand to be given a Māori name. While Māori have never stopped giving their children indigenous names, there has been a marked increase over the past 10 years – a near doubling of Māori names registered since 2011.

    Continue reading...", + "category": "Māori", + "link": "https://www.theguardian.com/world/2021/dec/11/fighting-to-reclaim-our-language-maori-names-enjoy-surge-in-popularity", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-12-10T18:00:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -211567,24 +237216,23 @@ "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "204e428d7535af726228db404a09b3bb" + "hash": "c4ef313f5957ae8a12a8e69b5b83fa3e" }, { - "title": "Covid passes approved by MPs despite Tory backbench rebellion – video", - "description": "

    New Covid restrictions designed to slow the spread of the Omicron variant in the UK have passed through the House of Commons, with 369 ayes to 126 noes. However, opposition from 96 Tory MPs to Covid passes meant Boris Johnson had to rely on Labour support to get that new measure through

    Continue reading...", - "content": "

    New Covid restrictions designed to slow the spread of the Omicron variant in the UK have passed through the House of Commons, with 369 ayes to 126 noes. However, opposition from 96 Tory MPs to Covid passes meant Boris Johnson had to rely on Labour support to get that new measure through

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/14/covid-passes-approved-by-mps-despite-tory-backbench-rebellion-video", - "creator": "", - "pubDate": "2021-12-14T19:25:09Z", + "title": "Scott Morrison urged to end ‘lunacy’ and push UK and US for Assange’s release", + "description": "

    Independent MP Andrew Wilkie says UK a ‘lackey’ of US and journalism is not a crime

    The Australian government has been accused of sitting on its hands while WikiLeaks founder Julian Assange faces extradition to the United States on espionage charges.

    Assange, 50, is wanted in the US over an alleged conspiracy to obtain and disclose classified information following WikiLeaks’ publication of hundreds of thousands of leaked documents relating to the Afghanistan and Iraq wars.

    Continue reading...", + "content": "

    Independent MP Andrew Wilkie says UK a ‘lackey’ of US and journalism is not a crime

    The Australian government has been accused of sitting on its hands while WikiLeaks founder Julian Assange faces extradition to the United States on espionage charges.

    Assange, 50, is wanted in the US over an alleged conspiracy to obtain and disclose classified information following WikiLeaks’ publication of hundreds of thousands of leaked documents relating to the Afghanistan and Iraq wars.

    Continue reading...", + "category": "Australian politics", + "link": "https://www.theguardian.com/australia-news/2021/dec/11/scott-morrison-urged-to-end-lunacy-and-push-us-and-uk-to-release-julian-assange", + "creator": "Australian Associated Press", + "pubDate": "2021-12-11T04:20:20Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211592,41 +237240,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "2395d530ee8dc44b4dad16466bb08530" + "hash": "b4b14d08ddb3a1d26f60f16a6b786e8e" }, { - "title": "Javid says Omicron cases doubling every two days as MPs debate new restrictions – video", - "description": "

    The UK health secretary opened the Commons debate on Plan B Covid restrictions by highlighting that the Omicron variant is more transmissible than Delta. The growing cases in the UK is mirroring what happened in South Africa, with the observed doubling time for Omicron taking two days.

    Javid said that although there are just 4,713 confirmed cases, scientists estimate the real number of people getting infected every day is 42 times higher, at about 200,000

    Continue reading...", - "content": "

    The UK health secretary opened the Commons debate on Plan B Covid restrictions by highlighting that the Omicron variant is more transmissible than Delta. The growing cases in the UK is mirroring what happened in South Africa, with the observed doubling time for Omicron taking two days.

    Javid said that although there are just 4,713 confirmed cases, scientists estimate the real number of people getting infected every day is 42 times higher, at about 200,000

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/14/sajid-javid-says-omicron-cases-doubling-every-two-days-as-mps-debate-new-restrictions-video", - "creator": "", - "pubDate": "2021-12-14T16:57:31Z", + "title": "Ghislaine Maxwell gave me nude massage when I was 16, accuser says", + "description": "

    Annie Farmer testifies about encounter at New Mexico ranch in 1996, and recounts how she met Maxwell and Jeffrey Epstein

    The fourth accuser to testify in Ghislaine Maxwell’s sex trafficking trial said Friday that she was only 16 when the British socialite gave her a nude massage at Jeffrey Epstein’s New Mexico ranch.

    This accuser, Annie Farmer, also said that the morning after her encounter with Maxwell, Epstein climbed into bed with her and said he “wanted to cuddle” and she “felt kind of frozen”.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "content": "

    Annie Farmer testifies about encounter at New Mexico ranch in 1996, and recounts how she met Maxwell and Jeffrey Epstein

    The fourth accuser to testify in Ghislaine Maxwell’s sex trafficking trial said Friday that she was only 16 when the British socialite gave her a nude massage at Jeffrey Epstein’s New Mexico ranch.

    This accuser, Annie Farmer, also said that the morning after her encounter with Maxwell, Epstein climbed into bed with her and said he “wanted to cuddle” and she “felt kind of frozen”.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/10/ghislaine-maxwell-trial-accuser-jeffrey-epstein", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-10T18:43:22Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "c0532b5172dc4f4bd123780bf1468567" + "hash": "6caa2a7a836740ca37f201ab7513c67a" }, { - "title": "Cut back on socialising, says Whitty, as he predicts surge of hospitalisations", - "description": "

    Chief medical officer warns of ‘two epidemics on top of each other’ as UK records highest ever daily total of new cases

    Chris Whitty sent a clear message to cut back on socialising in the run-up to Christmas Day, warning that a rise in Covid hospitalisations is “nailed on” after cases hit a record high.

    Appearing alongside the prime minister, who has continued to insist formal restrictions on gatherings are unnecessary, Whitty said: “Don’t mix with people you don’t have to.” He advised the public to “prioritise social interactions that really matter to them”, suggesting work parties may be ill advised.

    Continue reading...", - "content": "

    Chief medical officer warns of ‘two epidemics on top of each other’ as UK records highest ever daily total of new cases

    Chris Whitty sent a clear message to cut back on socialising in the run-up to Christmas Day, warning that a rise in Covid hospitalisations is “nailed on” after cases hit a record high.

    Appearing alongside the prime minister, who has continued to insist formal restrictions on gatherings are unnecessary, Whitty said: “Don’t mix with people you don’t have to.” He advised the public to “prioritise social interactions that really matter to them”, suggesting work parties may be ill advised.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/15/uk-covid-cases-at-record-level-with-78610-new-infections", - "creator": "Heather Stewart, Aubrey Allegretti, Nicola Davis and Andrew Gregory", - "pubDate": "2021-12-15T20:08:59Z", + "title": "Spider-Man star Tom Holland, 25, considers acting exit in ‘midlife crisis’", + "description": "

    Actor mulls over return to roots in dancing, while promoting latest Marvel instalment

    The Spider-Man star Tom Holland has revealed he is considering quitting acting at the age of 25 as part of a “midlife crisis” come early.

    Holland, who was promoting the latest instalment of the Marvel series, said he was considering giving up acting to return to his roots in dancing, after he played Billy Elliot in the West End as a child.

    “I don’t even know if I want to be an actor,” he told Sky News in an interview to promote his new film.

    “I started acting when I was 11 and I haven’t done anything else, so I’d like to go and do other things. Genuinely, I’m sort of … having a midlife crisis – at 25, I’m having like a pre-midlife crisis.”

    The actor revealed this week that he had signed up to play Fred Astaire in a biopic, a move that could signal the beginning of his career shift.

    Holland acknowledged a debt to the Spider-Man franchise, which had enabled him to “do some amazing things”. The latest film, No Way Home, is expected to be the biggest of the year – possibly ever – with pre-sales before its UK release on 15 December outstripping that of Avengers: Endgame (2019).

    Holland is not the first actor to tire quickly of the profession. Greta Garbo announced a “temporary” retirement at the age of 36 in 1941, while she was still one of the biggest box office draws in the world. It lasted 49 years, until her death in 1990.

    Although her reasons are not fully understood, Garbo is believed to have been a private, introverted person who struggled with the spotlight cast on her through fame, and who perhaps pre-empted the declining opportunities at the time for female actors as their youthful beauty faded.

    More recently, the Game of Thrones star Jack Gleeson retired after the series finished. He told Entertainment Weekly that he had been acting since he was eight and had “stopped enjoying it as much as I used to”. He said that earning a living from acting had changed his relationship with his craft compared with the “therapeutic” benefits he had enjoyed when it was just a hobby.

    Continue reading...", + "content": "

    Actor mulls over return to roots in dancing, while promoting latest Marvel instalment

    The Spider-Man star Tom Holland has revealed he is considering quitting acting at the age of 25 as part of a “midlife crisis” come early.

    Holland, who was promoting the latest instalment of the Marvel series, said he was considering giving up acting to return to his roots in dancing, after he played Billy Elliot in the West End as a child.

    “I don’t even know if I want to be an actor,” he told Sky News in an interview to promote his new film.

    “I started acting when I was 11 and I haven’t done anything else, so I’d like to go and do other things. Genuinely, I’m sort of … having a midlife crisis – at 25, I’m having like a pre-midlife crisis.”

    The actor revealed this week that he had signed up to play Fred Astaire in a biopic, a move that could signal the beginning of his career shift.

    Holland acknowledged a debt to the Spider-Man franchise, which had enabled him to “do some amazing things”. The latest film, No Way Home, is expected to be the biggest of the year – possibly ever – with pre-sales before its UK release on 15 December outstripping that of Avengers: Endgame (2019).

    Holland is not the first actor to tire quickly of the profession. Greta Garbo announced a “temporary” retirement at the age of 36 in 1941, while she was still one of the biggest box office draws in the world. It lasted 49 years, until her death in 1990.

    Although her reasons are not fully understood, Garbo is believed to have been a private, introverted person who struggled with the spotlight cast on her through fame, and who perhaps pre-empted the declining opportunities at the time for female actors as their youthful beauty faded.

    More recently, the Game of Thrones star Jack Gleeson retired after the series finished. He told Entertainment Weekly that he had been acting since he was eight and had “stopped enjoying it as much as I used to”. He said that earning a living from acting had changed his relationship with his craft compared with the “therapeutic” benefits he had enjoyed when it was just a hobby.

    Continue reading...", + "category": "Tom Holland", + "link": "https://www.theguardian.com/film/2021/dec/10/spider-man-star-tom-holland-considers-acting-exit-in-mid-life-crisis", + "creator": "Rachel Hall", + "pubDate": "2021-12-10T14:52:59Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211634,20 +237280,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0686a7598efc1cb89a81b00b38f5010" + "hash": "f6730d4573a8db55545c201846bb32e1" }, { - "title": "EU to warn Vladimir Putin of ‘massive consequences’ of invading Ukraine", - "description": "

    European leaders to tell Kremlin further aggression will carry ‘severe cost’, leak reveals

    EU leaders will unite in warning Vladimir Putin that there will be “massive consequences and severe cost” if Russia invades Ukraine, a leaked draft has revealed.

    The message will be sent to the Kremlin via a post-summit communique on Thursday, although EU officials decline to flesh out what measures could be taken.

    Continue reading...", - "content": "

    European leaders to tell Kremlin further aggression will carry ‘severe cost’, leak reveals

    EU leaders will unite in warning Vladimir Putin that there will be “massive consequences and severe cost” if Russia invades Ukraine, a leaked draft has revealed.

    The message will be sent to the Kremlin via a post-summit communique on Thursday, although EU officials decline to flesh out what measures could be taken.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2021/dec/15/eu-to-warn-vladimir-putin-of-massive-consequences-of-invading-ukraine", - "creator": "Daniel Boffey in Brussels", - "pubDate": "2021-12-15T16:19:44Z", + "title": "Scientists use ostrich cells to make glowing Covid detection masks", + "description": "

    Japanese researchers use bird antibodies to detect virus under ultraviolet light

    Japanese researchers have developed masks that use ostrich antibodies to detect Covid-19 by glowing under ultraviolet light.

    The discovery, by Yasuhiro Tsukamoto and his team at Kyoto Prefectural University in western Japan, could provide for low-cost testing of the virus at home.

    Continue reading...", + "content": "

    Japanese researchers use bird antibodies to detect virus under ultraviolet light

    Japanese researchers have developed masks that use ostrich antibodies to detect Covid-19 by glowing under ultraviolet light.

    The discovery, by Yasuhiro Tsukamoto and his team at Kyoto Prefectural University in western Japan, could provide for low-cost testing of the virus at home.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/10/scientists-ostrich-cells-glowing-covid-detection-masks", + "creator": "Reuters in Tokyo", + "pubDate": "2021-12-10T08:43:25Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211655,20 +237300,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe3999189be7220834a51b818d30a2f1" + "hash": "f46a606a164de99df1a07135ee628f70" }, { - "title": "Canapes and party hats in CCHQ: Boris Johnson’s latest photo nightmare", - "description": "

    Picture emerges showing Tory mayoral candidate, activists and a party donor crammed together during lockdown

    As Christmas parties go, it may not be everyone’s idea of a good time: there are barely touched canapes, hotel buffet-style containers of hot food, a hand sanitiser dispenser visible in the background, and about 25 political activists, all crammed into a brightly lit basement in the middle of a pandemic.

    Uninspiring though it might be, that is the scene captured by a photo taken at Conservative campaign headquarters (CCHQ) last December, which emerged in the Daily Mirror on Tuesday to create another political nightmare for Boris Johnson.

    Continue reading...", - "content": "

    Picture emerges showing Tory mayoral candidate, activists and a party donor crammed together during lockdown

    As Christmas parties go, it may not be everyone’s idea of a good time: there are barely touched canapes, hotel buffet-style containers of hot food, a hand sanitiser dispenser visible in the background, and about 25 political activists, all crammed into a brightly lit basement in the middle of a pandemic.

    Uninspiring though it might be, that is the scene captured by a photo taken at Conservative campaign headquarters (CCHQ) last December, which emerged in the Daily Mirror on Tuesday to create another political nightmare for Boris Johnson.

    Continue reading...", - "category": "Conservatives", - "link": "https://www.theguardian.com/politics/2021/dec/15/canapes-and-party-hats-in-cchq-boris-johnsons-latest-photo-nightmare", - "creator": "Archie Bland and Dan Sabbagh", - "pubDate": "2021-12-15T20:12:02Z", + "title": "Mouse bite may have infected Taiwan lab worker with Covid", + "description": "

    Employee at high-security facility tests positive in island’s first local infection in weeks

    Health officials in Taiwan are investigating whether a mouse bite may have been responsible for a laboratory worker testing positive for Covid, the island’s first local infection in weeks.

    The authorities are scrambling to work out how the employee at Academia Sinica, the country’s top research institute, contracted the virus last month.

    Continue reading...", + "content": "

    Employee at high-security facility tests positive in island’s first local infection in weeks

    Health officials in Taiwan are investigating whether a mouse bite may have been responsible for a laboratory worker testing positive for Covid, the island’s first local infection in weeks.

    The authorities are scrambling to work out how the employee at Academia Sinica, the country’s top research institute, contracted the virus last month.

    Continue reading...", + "category": "Taiwan", + "link": "https://www.theguardian.com/world/2021/dec/10/mouse-bite-infected-taiwan-lab-woker-covid", + "creator": "Agence France-Presse in Taipei", + "pubDate": "2021-12-10T10:53:18Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211676,20 +237320,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbf05cbec98c944bd29f60bd48dde584" + "hash": "8ce1f8bbb4f2e42e85e332688ae03d46" }, { - "title": "Berlin expels Russian diplomats after court rules Moscow ordered dissident’s murder", - "description": "

    Decision follows court ruling that Russia was behind 2019 murder of Chechen dissident in German capital

    Germany has expelled two Russian diplomats and accused the Kremlin of infringing on its sovereignty after a German court ruled on Wednesday that the 2019 murder of a Chechen dissident in Berlin took place at the behest of the Russian authorities.

    Zelimkhan “Tornike” Khangoshvili, 40, a Georgian citizen who fought against Russia during the second Chechen war in the early 2000s, was shot twice in the head at close range in the Kleiner Tiergarten, a park in central Berlin, in August 2019.

    Continue reading...", - "content": "

    Decision follows court ruling that Russia was behind 2019 murder of Chechen dissident in German capital

    Germany has expelled two Russian diplomats and accused the Kremlin of infringing on its sovereignty after a German court ruled on Wednesday that the 2019 murder of a Chechen dissident in Berlin took place at the behest of the Russian authorities.

    Zelimkhan “Tornike” Khangoshvili, 40, a Georgian citizen who fought against Russia during the second Chechen war in the early 2000s, was shot twice in the head at close range in the Kleiner Tiergarten, a park in central Berlin, in August 2019.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/15/germany-convicts-russian-man-of-of-chechen-separatist", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-12-15T16:55:08Z", + "title": "‘Nobody wants to be Putin’s slave’: on the Ukraine frontline as tensions rise", + "description": "

    Soldiers and residents living in the shadow of Russia’s military buildup describe the toll of the long, unresolved conflict

    For Misha Novitskyi, the question of whether Russia will invade Ukraine is not theoretical. The enemy is just 50 metres away behind a concrete slab. From time to time Russian voices float eerily across a wintry no man’s land of ragged trees and scrub.

    “When they light their stoves you can see the smoke,” Novitskyi – a senior lieutenant in the Ukrainian army – said, speaking from what is in effect Europe’s eastern front with Russia. He added: “Every day they shoot at us.”

    Continue reading...", + "content": "

    Soldiers and residents living in the shadow of Russia’s military buildup describe the toll of the long, unresolved conflict

    For Misha Novitskyi, the question of whether Russia will invade Ukraine is not theoretical. The enemy is just 50 metres away behind a concrete slab. From time to time Russian voices float eerily across a wintry no man’s land of ragged trees and scrub.

    “When they light their stoves you can see the smoke,” Novitskyi – a senior lieutenant in the Ukrainian army – said, speaking from what is in effect Europe’s eastern front with Russia. He added: “Every day they shoot at us.”

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2021/dec/10/nobody-wants-to-be-putins-slave-on-the-ukraine-frontline-as-tensions-rise", + "creator": "Luke Harding in Avdiyivka, with pictures by Volodymyr Yurchenko", + "pubDate": "2021-12-10T14:48:21Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211697,41 +237340,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "941a5f7ffb60cf851c2602fa9d79dcb7" + "hash": "a87b511b10d796246d5bd1b1798155c8" }, { - "title": "Derek Chauvin pleads guilty to civil rights charges in killing of George Floyd", - "description": "

    Ex-Minneapolis police officer has already been convicted of state murder and manslaughter charges and sentenced to 22 1/2 years

    Former Minneapolis police officer Derek Chauvin has pleaded guilty to violating George Floyd’s civil rights during the arrest that killed Floyd in May 2020, sparking mass racial justice protests across the US and beyond.

    Chauvin appeared in federal court in person on Wednesday morning to change his plea to guilty. It means he will not face a federal trial in January, though he could end up spending more years behind bars when a judge sentences him at a later date.

    Continue reading...", - "content": "

    Ex-Minneapolis police officer has already been convicted of state murder and manslaughter charges and sentenced to 22 1/2 years

    Former Minneapolis police officer Derek Chauvin has pleaded guilty to violating George Floyd’s civil rights during the arrest that killed Floyd in May 2020, sparking mass racial justice protests across the US and beyond.

    Chauvin appeared in federal court in person on Wednesday morning to change his plea to guilty. It means he will not face a federal trial in January, though he could end up spending more years behind bars when a judge sentences him at a later date.

    Continue reading...", - "category": "George Floyd", - "link": "https://www.theguardian.com/us-news/2021/dec/15/derek-chauvin-pleads-guilty-civil-rights-charges-george-floyd-killing", - "creator": "Maya Yang and agency", - "pubDate": "2021-12-15T16:58:26Z", + "title": "The Succession quiz: who said it – a real-life billionaire or one of the Roys?", + "description": "

    Test your Succession knowledge of where these quotes came from: Logan, Shiv, Roman or Kendall Roy; Rupert Murdoch, James Packer, Jack Dorsey or Jeff Bezos

    Continue reading...", + "content": "

    Test your Succession knowledge of where these quotes came from: Logan, Shiv, Roman or Kendall Roy; Rupert Murdoch, James Packer, Jack Dorsey or Jeff Bezos

    Continue reading...", + "category": "Succession", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/11/the-succession-quiz-who-said-it-a-real-life-billionaire-or-one-of-the-roys", + "creator": "Elle Hunt", + "pubDate": "2021-12-10T19:00:49Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "c6d895449b74b750f50e93699cb264e2" + "hash": "dc42a002b156292e909e2eefe8014ec0" }, { - "title": "Romanian minister resigns over claims he faked education credentials", - "description": "

    Florin Roman, the minister for innovation and digitalization, resigned after being on his post for less than a month

    Romania’s minister of innovation and digitalization has resigned after an investigation by journalists who reported they found significant irregularities on his resume and evidence he plagiarized from an academic paper.

    Florin Roman, who had served in Romania’s new coalition government for less than a month, quit his post after Romania’s Libertatea newspaper published a third article calling his claimed educational credentials into question.

    Continue reading...", - "content": "

    Florin Roman, the minister for innovation and digitalization, resigned after being on his post for less than a month

    Romania’s minister of innovation and digitalization has resigned after an investigation by journalists who reported they found significant irregularities on his resume and evidence he plagiarized from an academic paper.

    Florin Roman, who had served in Romania’s new coalition government for less than a month, quit his post after Romania’s Libertatea newspaper published a third article calling his claimed educational credentials into question.

    Continue reading...", - "category": "Romania", - "link": "https://www.theguardian.com/world/2021/dec/15/romanian-minister-florin-roman-resigns-fake-education-credentials", - "creator": "Associated Press in Bucharest", - "pubDate": "2021-12-15T18:36:37Z", + "title": "And Just Like That: bad jokes are the least of its problems", + "description": "

    Some franchises cannot endure, it turns out – but, happily, old box sets live forever

    Good sex, like good comedy, relies on timing, and maybe, 17 years after the original show ended, 11 years after the second film departed cinemas, Sex and the City no longer has its finger on the clitoris when it comes to timing. “And Just Like That, It All Went Wrong” was the New York Times’s verdict on the wildly publicised, moderately anticipated SATC follow-up series, And Just Like That, which debuted its first two episodes this week. The Guardian’s Lucy Mangan described it as at times “excruciating”.

    Certainly the jokes are bad. Not “Lawrence of my labia” bad, as Samantha (Kim Cattrall) notoriously said in Sex and the City 2. But a far cry from the spit-out-your-wine-with-laughter-and-shock level of the original show, which ran from 1998 to 2004. And that’s the least of its problems.

    Continue reading...", + "content": "

    Some franchises cannot endure, it turns out – but, happily, old box sets live forever

    Good sex, like good comedy, relies on timing, and maybe, 17 years after the original show ended, 11 years after the second film departed cinemas, Sex and the City no longer has its finger on the clitoris when it comes to timing. “And Just Like That, It All Went Wrong” was the New York Times’s verdict on the wildly publicised, moderately anticipated SATC follow-up series, And Just Like That, which debuted its first two episodes this week. The Guardian’s Lucy Mangan described it as at times “excruciating”.

    Certainly the jokes are bad. Not “Lawrence of my labia” bad, as Samantha (Kim Cattrall) notoriously said in Sex and the City 2. But a far cry from the spit-out-your-wine-with-laughter-and-shock level of the original show, which ran from 1998 to 2004. And that’s the least of its problems.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/10/and-just-like-that-bad-jokes-are-the-least-of-its-problems", + "creator": "Hadley Freeman", + "pubDate": "2021-12-10T17:21:57Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211739,20 +237380,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb01ec3e6e939663343a0a7a207e8099" + "hash": "fbdf0d045d253aed58f706d2694a2a6f" }, { - "title": "Ghislaine Maxwell lawyers ask judge to allow witnesses to testify anonymously", - "description": "

    Legal team make unusual request, saying witnesses might be leery of testifying unless allowed to give evidence under pseudonyms

    Ghislaine Maxwell’s lawyers have taken the unusual step of asking the judge to allow several defense witnesses to testify anonymously in her sex-trafficking trial, which resumes on Thursday in Manhattan federal court.

    Maxwell’s legal team has said that some witnesses might be so leery of testifying that they might not take the stand unless allowed to give evidence under pseudonyms.

    Continue reading...", - "content": "

    Legal team make unusual request, saying witnesses might be leery of testifying unless allowed to give evidence under pseudonyms

    Ghislaine Maxwell’s lawyers have taken the unusual step of asking the judge to allow several defense witnesses to testify anonymously in her sex-trafficking trial, which resumes on Thursday in Manhattan federal court.

    Maxwell’s legal team has said that some witnesses might be so leery of testifying that they might not take the stand unless allowed to give evidence under pseudonyms.

    Continue reading...", - "category": "Jeffrey Epstein", - "link": "https://www.theguardian.com/us-news/2021/dec/15/ghislaine-maxwell-trial-witnesses-testimony", - "creator": "Victoria Bekiempis", - "pubDate": "2021-12-15T17:21:56Z", + "title": "‘Pushy, gobby, rude’: why do women get penalised for talking loudly at work?", + "description": "

    As a female physicist wins an unfair dismissal claim, why some women are viewed as strident or difficult when men aren’t

    For quite a loud woman, it’s amazing how hard Judith Howell had to work to get heard. Howell, 49, used to be a government lobbyist, and she noticed a well-known phenomenon: “It’s incredibly male-dominated, and I’d find that if I said something it would get picked up by someone else in the meeting as if they’d said it. So I’d have to push a bit harder, be a bit more strident, literally interrupt and – not shout, but raise my voice. And some people found that very annoying.”

    Howell cheerfully admits that she has a loud voice. “I grew up in a family of boys,” she boomed. “And I learned to sing at a young age, so I know how to project.” As a rowing coach, when she gives instructions to her crew from the riverbank, she can be heard from nearly a mile away.

    Continue reading...", + "content": "

    As a female physicist wins an unfair dismissal claim, why some women are viewed as strident or difficult when men aren’t

    For quite a loud woman, it’s amazing how hard Judith Howell had to work to get heard. Howell, 49, used to be a government lobbyist, and she noticed a well-known phenomenon: “It’s incredibly male-dominated, and I’d find that if I said something it would get picked up by someone else in the meeting as if they’d said it. So I’d have to push a bit harder, be a bit more strident, literally interrupt and – not shout, but raise my voice. And some people found that very annoying.”

    Howell cheerfully admits that she has a loud voice. “I grew up in a family of boys,” she boomed. “And I learned to sing at a young age, so I know how to project.” As a rowing coach, when she gives instructions to her crew from the riverbank, she can be heard from nearly a mile away.

    Continue reading...", + "category": "Women", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/10/pushy-gobby-rude-why-do-women-get-penalised-for-talking-loudly-at-work", + "creator": "Archie Bland", + "pubDate": "2021-12-10T15:03:00Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211760,41 +237400,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "80628b08ef7818def5ecf5bc3c706c2a" + "hash": "3416fef36be032d4c5e00233ca9910e6" }, { - "title": "bell hooks, author and activist, dies aged 69", - "description": "

    In acclaimed works Ain’t I a Woman and All About Love the writer shared her ideas about race, feminism and romance with flair and compassion

    Gloria Jean Watkins, better known by her pen name bell hooks, has died aged 69.

    Her niece Ebony Motley tweeted: “The family of @bellhooks is sad to announce the passing of our sister, aunt, great aunt and great great aunt.”

    Continue reading...", - "content": "

    In acclaimed works Ain’t I a Woman and All About Love the writer shared her ideas about race, feminism and romance with flair and compassion

    Gloria Jean Watkins, better known by her pen name bell hooks, has died aged 69.

    Her niece Ebony Motley tweeted: “The family of @bellhooks is sad to announce the passing of our sister, aunt, great aunt and great great aunt.”

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/books/2021/dec/15/bell-hooks-author-and-activist-dies-aged-69", - "creator": "Lucy Knight", - "pubDate": "2021-12-15T18:35:14Z", + "title": "Golden generation survivor Steven Gerrard is writing his own origin story | Barney Ronay", + "description": "

    Driven by his league title failure as a player, Aston Villa’s head coach has become a compelling prospect as a manager

    There is an interesting, and no doubt very common phenomenon called parasocial interaction. This is where people feel they have an intimate, reciprocal relationship with a famous person, a belief that by consuming images of that person, by thinking about them, the mirror becomes a two-way glass; that they can see you too.

    We all get this to some extent, right down to the entry-level version where you glimpse a famous person in the street and, as you walk past, automatically say hello-all-right-how’s-it-going-bro-safe-see-you-later-ha-ha-ha-be-lucky-how’s-Tanya, because obviously you must know them, and then five paces down the road realise it was Howard from Take That.

    Continue reading...", + "content": "

    Driven by his league title failure as a player, Aston Villa’s head coach has become a compelling prospect as a manager

    There is an interesting, and no doubt very common phenomenon called parasocial interaction. This is where people feel they have an intimate, reciprocal relationship with a famous person, a belief that by consuming images of that person, by thinking about them, the mirror becomes a two-way glass; that they can see you too.

    We all get this to some extent, right down to the entry-level version where you glimpse a famous person in the street and, as you walk past, automatically say hello-all-right-how’s-it-going-bro-safe-see-you-later-ha-ha-ha-be-lucky-how’s-Tanya, because obviously you must know them, and then five paces down the road realise it was Howard from Take That.

    Continue reading...", + "category": "Steven Gerrard", + "link": "https://www.theguardian.com/football/blog/2021/dec/10/golden-generation-survivor-steven-gerrard-is-writing-his-own-superhero-story", + "creator": "Barney Ronay", + "pubDate": "2021-12-10T20:00:49Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "13d958787fe41a153ca20228665f1f00" + "hash": "3d0061e56784345535bf5fa25749d497" }, { - "title": "Operator seeks changes to Irish lottery after no jackpot win since June", - "description": "

    Controversy leads to parliamentary inquiry, calls for ‘must-be-won’ draw similar to UK’s – and Shergar jokes

    It has been said that even the dead racehorse Shergar has a better chance of winning Ireland’s national lottery than a member of the public.

    For six months the jackpot has yet to be won, prompting calls for an investigation, a reduction in the number of balls to increase the chances of a win and on Wednesday, a parliamentary inquiry.

    Continue reading...", - "content": "

    Controversy leads to parliamentary inquiry, calls for ‘must-be-won’ draw similar to UK’s – and Shergar jokes

    It has been said that even the dead racehorse Shergar has a better chance of winning Ireland’s national lottery than a member of the public.

    For six months the jackpot has yet to be won, prompting calls for an investigation, a reduction in the number of balls to increase the chances of a win and on Wednesday, a parliamentary inquiry.

    Continue reading...", - "category": "Ireland", - "link": "https://www.theguardian.com/world/2021/dec/15/operator-seeks-changes-to-irish-lottery-after-no-jackpot-win-since-june-draw-shergar", - "creator": "Lisa O'Carroll in Dublin", - "pubDate": "2021-12-15T18:27:50Z", + "title": "Trident submariner who died at base named as Stephen Cashman", + "description": "

    Engineering technician was stationed at Faslane and worked on a vessel that carried UK’s nuclear deterrent

    A 25-year-old Trident submariner who died in unexplained circumstances at the Faslane naval base on Thursday has been named as engineering technician Stephen Cashman by the Royal Navy.

    Police Scotland is continuing to investigate the sudden death, first reported to officers at 12.30pm on Thursday, which is believed to have taken place in the barracks at the base for Britain’s nuclear deterrent.

    Continue reading...", + "content": "

    Engineering technician was stationed at Faslane and worked on a vessel that carried UK’s nuclear deterrent

    A 25-year-old Trident submariner who died in unexplained circumstances at the Faslane naval base on Thursday has been named as engineering technician Stephen Cashman by the Royal Navy.

    Police Scotland is continuing to investigate the sudden death, first reported to officers at 12.30pm on Thursday, which is believed to have taken place in the barracks at the base for Britain’s nuclear deterrent.

    Continue reading...", + "category": "Royal Navy", + "link": "https://www.theguardian.com/uk-news/2021/dec/10/trident-submariner-25-dies-suddenly-at-naval-base-in-scotland", + "creator": "Dan Sabbagh and Severin Carrell", + "pubDate": "2021-12-10T23:30:53Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211802,20 +237440,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a1d0b991c225db712605d160b17f61c" + "hash": "e053d216eb95d92ef63173adf232083d" }, { - "title": "Sotheby’s sells record $7.3bn of art so far in 2021", - "description": "

    Auction house credits younger, tech-savvy collectors for highest annual sales in its 277-year history

    Sotheby’s has sold a record $7.3bn (£5.5bn) worth of art and other collectibles so far this year – the most in its 277-year history.

    The auction house said on Wednesday that an “influx of younger, tech-savvy collectors” buying luxury items such as handbags, jewellery, wine and non-fungible tokens (NFTs) during the pandemic had helped lift sales to the record high.

    Continue reading...", - "content": "

    Auction house credits younger, tech-savvy collectors for highest annual sales in its 277-year history

    Sotheby’s has sold a record $7.3bn (£5.5bn) worth of art and other collectibles so far this year – the most in its 277-year history.

    The auction house said on Wednesday that an “influx of younger, tech-savvy collectors” buying luxury items such as handbags, jewellery, wine and non-fungible tokens (NFTs) during the pandemic had helped lift sales to the record high.

    Continue reading...", - "category": "The art market", - "link": "https://www.theguardian.com/artanddesign/2021/dec/15/sothebys-record-sales-art-2021-auction-house", - "creator": "Rupert Neate Wealth correspondent", - "pubDate": "2021-12-15T18:29:52Z", + "title": "Mark Huband obituary", + "description": "Foreign correspondent respected for his work in west Africa and the Middle East who went on to write books and poems

    Mark Huband, who has died aged 58 of pancreatitis and multiple organ failure, built a strong and lasting reputation over more than three decades as a foreign correspondent and business analyst, specialising in Africa and the Middle East.

    He and I met when he arrived in Abidjan, Ivory Coast, in 1989 to take up the post of the Financial Times stringer and I was working for Reuters. He hit the ground running and, despite his youth, he soon became a well-known figure among the foreign journalists, diplomats and business representatives covering the west African region. He was sharp, engaged and committed to the story, and went on to work as Africa correspondent for the Guardian and the Observer before returning to London. He did not look at events from a distance but always saw something of himself in others.

    Continue reading...", + "content": "Foreign correspondent respected for his work in west Africa and the Middle East who went on to write books and poems

    Mark Huband, who has died aged 58 of pancreatitis and multiple organ failure, built a strong and lasting reputation over more than three decades as a foreign correspondent and business analyst, specialising in Africa and the Middle East.

    He and I met when he arrived in Abidjan, Ivory Coast, in 1989 to take up the post of the Financial Times stringer and I was working for Reuters. He hit the ground running and, despite his youth, he soon became a well-known figure among the foreign journalists, diplomats and business representatives covering the west African region. He was sharp, engaged and committed to the story, and went on to work as Africa correspondent for the Guardian and the Observer before returning to London. He did not look at events from a distance but always saw something of himself in others.

    Continue reading...", + "category": "Newspapers & magazines", + "link": "https://www.theguardian.com/media/2021/dec/10/mark-huband-obituary", + "creator": "Nick Kotch", + "pubDate": "2021-12-10T21:43:11Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211823,20 +237460,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4654062b97dcec9dd65e74eb0dfca61" + "hash": "c12ecc5098001909eccd5bae067f5073" }, { - "title": "Omicron likely to accelerate death rate in Europe, says health agency", - "description": "

    EU risk assessment advises against Christmas mixing owing to new Covid variant’s high transmissibility

    Christmas get-togethers may need to be downsized as Omicron is now “very likely” to increase the death toll in Europe even if it proves to be less severe, the European Centre for Disease Prevention and Control has said.

    The new Covid variant’s high transmissibility means that more people are forecast by the EU agency to be admitted to hospital or killed this winter than previously projected.

    Continue reading...", - "content": "

    EU risk assessment advises against Christmas mixing owing to new Covid variant’s high transmissibility

    Christmas get-togethers may need to be downsized as Omicron is now “very likely” to increase the death toll in Europe even if it proves to be less severe, the European Centre for Disease Prevention and Control has said.

    The new Covid variant’s high transmissibility means that more people are forecast by the EU agency to be admitted to hospital or killed this winter than previously projected.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/15/omicron-covid-likely-accelerate-death-rate-europe-eu-health-agency", - "creator": "Daniel Boffey in Brussels", - "pubDate": "2021-12-15T14:30:57Z", + "title": "Australia live news updates: Aacta awards named as Covid exposure site; Victoria records 13 deaths and NSW three; Qld changes quarantine rules", + "description": "

    Sydney pub and club at centre of Covid scare. Bushfire rages in Margaret River in Western Australia


    Two of the government’s biggest departments were found to have broken freedom of information law within a month of each other, prompting the watchdog to demand urgent explanations and reforms from both, documents show.

    The Office of the Australian Information Commissioner (OAIC) last month found the Department of Foreign Affairs and Trade breached the law by dragging out and eventually refusing a request by lawyer and FoI specialist Peter Timmins, documents seen by Guardian Australia show.

    Continue reading...", + "content": "

    Sydney pub and club at centre of Covid scare. Bushfire rages in Margaret River in Western Australia


    Two of the government’s biggest departments were found to have broken freedom of information law within a month of each other, prompting the watchdog to demand urgent explanations and reforms from both, documents show.

    The Office of the Australian Information Commissioner (OAIC) last month found the Department of Foreign Affairs and Trade breached the law by dragging out and eventually refusing a request by lawyer and FoI specialist Peter Timmins, documents seen by Guardian Australia show.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/11/australia-live-news-updates-omicron-covid-cases-climb-as-sydney-pub-and-club-at-centre-of-scare", + "creator": "Justine Landis-Hanley (now) and Cait Kelly (earlier)", + "pubDate": "2021-12-11T05:31:03Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211844,20 +237480,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b444732150e6465211d26b3decf970f" + "hash": "ee67888aabc904f900e5c6227e2b3ba8" }, { - "title": "Covid live: Italy imposes mandatory testing for all EU arrivals; Poland announces further curbs as deaths rise", - "description": "

    Latest updates: unvaccinated arrivals must quarantine for five days; Poland reported 660 deaths in a day, the highest since April

    A member of United States secretary of state Antony Blinken’s travelling press pool has tested positive for Covid-19 on arrival in Kuala Lumpur and is isolating, a state department spokesperson said.

    Secretary Blinken and his senior staff were also tested upon arrival in Kuala Lumpur and were all tested negative, Reuters reports.

    Continue reading...", - "content": "

    Latest updates: unvaccinated arrivals must quarantine for five days; Poland reported 660 deaths in a day, the highest since April

    A member of United States secretary of state Antony Blinken’s travelling press pool has tested positive for Covid-19 on arrival in Kuala Lumpur and is isolating, a state department spokesperson said.

    Secretary Blinken and his senior staff were also tested upon arrival in Kuala Lumpur and were all tested negative, Reuters reports.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/15/covid-news-live-omicron-probably-present-in-most-countries-us-death-toll-passes-800000", - "creator": "Tom Ambrose (now); Lucy Campbell, Miranda Bryant and Samantha Lock (earlier)", - "pubDate": "2021-12-15T19:31:18Z", + "title": "Michael Nesmith, singer and guitarist with the Monkees, dies aged 78", + "description": "

    Family say pop songwriter from chart-topping 1960s band died of natural causes at home

    Michael Nesmith, who achieved global fame as a member of the pop group the Monkees, has died aged 78.

    “With infinite love we announce that Michael Nesmith has passed away this morning in his home, surrounded by family, peacefully and of natural causes,” his family said in a statement. “We ask that you respect our privacy at this time and we thank you for the love and light that all of you have shown him and us.”

    Continue reading...", + "content": "

    Family say pop songwriter from chart-topping 1960s band died of natural causes at home

    Michael Nesmith, who achieved global fame as a member of the pop group the Monkees, has died aged 78.

    “With infinite love we announce that Michael Nesmith has passed away this morning in his home, surrounded by family, peacefully and of natural causes,” his family said in a statement. “We ask that you respect our privacy at this time and we thank you for the love and light that all of you have shown him and us.”

    Continue reading...", + "category": "The Monkees", + "link": "https://www.theguardian.com/music/2021/dec/10/mike-nesmith-singer-and-guitarist-with-the-monkees-dies-aged-78", + "creator": "Ben Beaumont-Thomas", + "pubDate": "2021-12-10T19:01:40Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211865,20 +237500,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "00b4455d186cbc801b133b7b098620eb" + "hash": "4b45fe2a67dd0c71d96c5bc52c8b5b3d" }, { - "title": "GSK/Sanofi Covid booster delayed by lack of uninfected people to test it on", - "description": "

    Early trials show jab effective in people of all ages who have already received doses of any vaccine

    Efforts by the British and French drugmakers GSK and Sanofi Pasteur to produce a Covid-19 vaccine have suffered a further setback, with final clinical data on the jab and a potential launch delayed until next year as they struggle to find enough uninfected people to test it on.

    The two vaccine specialists announced positive preliminary results from a trial that showed the vaccine raised antibody levels against Covid by nine to 43 times when given as a single booster shot in people who had already received doses of AstraZeneca, Johnson & Johnson, Moderna or Pfizer/BioNTech vaccines, for all age groups.

    Continue reading...", - "content": "

    Early trials show jab effective in people of all ages who have already received doses of any vaccine

    Efforts by the British and French drugmakers GSK and Sanofi Pasteur to produce a Covid-19 vaccine have suffered a further setback, with final clinical data on the jab and a potential launch delayed until next year as they struggle to find enough uninfected people to test it on.

    The two vaccine specialists announced positive preliminary results from a trial that showed the vaccine raised antibody levels against Covid by nine to 43 times when given as a single booster shot in people who had already received doses of AstraZeneca, Johnson & Johnson, Moderna or Pfizer/BioNTech vaccines, for all age groups.

    Continue reading...", - "category": "GlaxoSmithKline", - "link": "https://www.theguardian.com/business/2021/dec/15/gsksanofi-booster-delayed-by-lack-of-uninfected-people-to-test-it-on", - "creator": "Julia Kollewe", - "pubDate": "2021-12-15T17:40:30Z", + "title": "Supreme court rules Texas abortion providers can sue over ban but won’t stop law", + "description": "

    Justices are allowing the law, the strictest such regulation in America to date, to remain in effect

    The supreme court ruled on Friday that Texas abortion providers can sue over the state’s ban on most abortions, but the justices are allowing the law, the strictest such regulation in America to date, to remain in effect.

    The decision is a mixed result for reproductive health advocates at a time when social conservatives seem on the march in America and the supreme court is leaning towards restricting or outlawing abortion nationally in the future with its conservative supermajority, engineered by Donald Trump.

    Continue reading...", + "content": "

    Justices are allowing the law, the strictest such regulation in America to date, to remain in effect

    The supreme court ruled on Friday that Texas abortion providers can sue over the state’s ban on most abortions, but the justices are allowing the law, the strictest such regulation in America to date, to remain in effect.

    The decision is a mixed result for reproductive health advocates at a time when social conservatives seem on the march in America and the supreme court is leaning towards restricting or outlawing abortion nationally in the future with its conservative supermajority, engineered by Donald Trump.

    Continue reading...", + "category": "US supreme court", + "link": "https://www.theguardian.com/law/2021/dec/10/supreme-court-texas-abortion-ban-law", + "creator": "Jessica Glenza, Ed Pilkington, Gloria Oladipo and agencies", + "pubDate": "2021-12-10T16:57:16Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211886,20 +237520,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c633ba56c48e482d1adf19838fcf5302" + "hash": "a3ec16c854e7c26e2014f208b27939e4" }, { - "title": "Why UK has been less keen than US to give Covid jab to children", - "description": "

    Differing adult uptakes, healthcare systems and cultures of medicine have played role in approaches

    The UK and US may have many things in common, but when it comes to vaccinating children against Covid, the approach has been markedly different.

    In May, the US Food and Drug Administration’s emergency use authorisation of the Pfizer/BioNTech jab was expanded from people aged 16 and older to those aged 12 to 15, with two doses recommended for all those eligible.

    Continue reading...", - "content": "

    Differing adult uptakes, healthcare systems and cultures of medicine have played role in approaches

    The UK and US may have many things in common, but when it comes to vaccinating children against Covid, the approach has been markedly different.

    In May, the US Food and Drug Administration’s emergency use authorisation of the Pfizer/BioNTech jab was expanded from people aged 16 and older to those aged 12 to 15, with two doses recommended for all those eligible.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/15/why-uk-has-been-less-keen-than-us-to-give-covid-jab-to-children", - "creator": "Nicola Davis and Jessica Glenza", - "pubDate": "2021-12-15T13:34:02Z", + "title": "Former Conservative MP Andrew Griffiths raped his wife, court finds", + "description": "

    Kate Griffiths, who succeeded her husband, supported journalists’ request to remove restriction on naming them

    The disgraced former Conservative minister Andrew Griffiths raped his wife when she was asleep and subjected her to coercive control, a high court judge has concluded.

    The judgment, published on Friday, detailed alleged domestic abuse by Griffiths towards his wife, Kate, who is now a serving Conservative MP, during their marriage.

    Continue reading...", + "content": "

    Kate Griffiths, who succeeded her husband, supported journalists’ request to remove restriction on naming them

    The disgraced former Conservative minister Andrew Griffiths raped his wife when she was asleep and subjected her to coercive control, a high court judge has concluded.

    The judgment, published on Friday, detailed alleged domestic abuse by Griffiths towards his wife, Kate, who is now a serving Conservative MP, during their marriage.

    Continue reading...", + "category": "Conservatives", + "link": "https://www.theguardian.com/uk-news/2021/dec/10/former-conservative-mp-andrew-griffiths-raped-wife-family-court-finds", + "creator": "Haroon Siddique Legal affairs correspondent", + "pubDate": "2021-12-10T18:27:38Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211907,20 +237540,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "05c05e55fe4a60b6247993b33268e803" + "hash": "9724586f7e6382b9ef288268d7d82091" }, { - "title": "‘My life is weird’: the court artist who drew Ghislaine Maxwell drawing her back", - "description": "

    For Jane Rosenberg, a professional courtroom artist who has covered four decades of notorious trials, her viral sketch of Maxwell is just part of a strange and fascinating job

    Pastel drawings don’t typically go viral on the internet. But this month, thousands of Twitter users were mesmerized by a courtroom artist’s sketch of Ghislaine Maxwell – the alleged sex-trafficking accomplice of Jeffrey Epstein – staring at the artist and sketching back.

    Twitter users were disturbed. “I thought this was funny at first but it’s starting to haunt me,” one person wrote. Others commented on the picture’s bizarre, recursive quality – reminiscent of MC Escher’s drawing of hands drawing hands, and raising the possibility of some kind of infinite loop. Was Maxwell trolling us? Or sending the artist an ominous message?

    Continue reading...", - "content": "

    For Jane Rosenberg, a professional courtroom artist who has covered four decades of notorious trials, her viral sketch of Maxwell is just part of a strange and fascinating job

    Pastel drawings don’t typically go viral on the internet. But this month, thousands of Twitter users were mesmerized by a courtroom artist’s sketch of Ghislaine Maxwell – the alleged sex-trafficking accomplice of Jeffrey Epstein – staring at the artist and sketching back.

    Twitter users were disturbed. “I thought this was funny at first but it’s starting to haunt me,” one person wrote. Others commented on the picture’s bizarre, recursive quality – reminiscent of MC Escher’s drawing of hands drawing hands, and raising the possibility of some kind of infinite loop. Was Maxwell trolling us? Or sending the artist an ominous message?

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/15/my-life-is-weird-the-court-artist-who-drew-ghislaine-maxwell-drawing-her-back", - "creator": "J Oliver Conroy", - "pubDate": "2021-12-15T10:00:12Z", + "title": "Bosnian Serb leader likens himself to David Cameron in latest demands", + "description": "

    Milorad Dodik cites former UK PM’s attempt to renegotiate Britain’s EU membership terms

    The Bosnian Serb leader accused of risking war by breaking up Bosnia-Herzegovina has likened himself to David Cameron and his efforts to renegotiate Britain’s EU membership terms before the Brexit referendum.

    Milorad Dodik, the Serb member of the tripartite presidency of Bosnia-Herzegovina, said the country’s potential collapse and the exit of the Republika Srpska entity from it was only on the cards if he was rebuffed in his demand to take back control of tax administration, the judiciary and the army.

    Continue reading...", + "content": "

    Milorad Dodik cites former UK PM’s attempt to renegotiate Britain’s EU membership terms

    The Bosnian Serb leader accused of risking war by breaking up Bosnia-Herzegovina has likened himself to David Cameron and his efforts to renegotiate Britain’s EU membership terms before the Brexit referendum.

    Milorad Dodik, the Serb member of the tripartite presidency of Bosnia-Herzegovina, said the country’s potential collapse and the exit of the Republika Srpska entity from it was only on the cards if he was rebuffed in his demand to take back control of tax administration, the judiciary and the army.

    Continue reading...", + "category": "Bosnia-Herzegovina", + "link": "https://www.theguardian.com/world/2021/dec/10/bosnian-serb-leader-milorad-dodik-likens-himself-to-david-cameron", + "creator": "Daniel Boffey in Brussels", + "pubDate": "2021-12-10T18:21:55Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211928,20 +237560,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ce9e3d4eb45c2d5c42242fba21b86ee" + "hash": "eda2613a04b4ba229c05247f23c9937d" }, { - "title": "Analogue Pocket review – a heaven-sent gift for Game Boy fans", - "description": "

    This high-end reproduction console makes original Game Boy titles (and more) look and play better than ever

    For the past 10 years Seattle-based tech company Analogue has been making high-end retro video game hardware, with a steely focus on accurate, authentic reproduction rather than emulation. Its Mega Sg and Super Nt consoles were highly acclaimed modernisations of the Sega Mega Drive and Super Nintendo, allowing users to play all their old 16-bit game carts on modern machines with a variety of display and audio options. Now the company has finally launched its Analogue Pocket, a handheld console that will play Game Boy, Game Boy Color and Game Boy Advance (GBA) cartridges on a beautiful 3.5in LCD display in crisp 1600×1440 resolution.

    As with the other consoles in its range, there’s no software emulation of the old systems going on here. The company uses a field-programmable gate array (FPGA) circuit to replicate the original tech specs, which means it can pretty much run any Game Boy game from the thousands available, with few of the glitches, instabilities or compatibility problems often associated with software-based emulators.

    The gaming equivalent of buying a fancy new turntable to play your old records

    The Analogue Pocket is available for pre-order now; $219.99

    Continue reading...", - "content": "

    This high-end reproduction console makes original Game Boy titles (and more) look and play better than ever

    For the past 10 years Seattle-based tech company Analogue has been making high-end retro video game hardware, with a steely focus on accurate, authentic reproduction rather than emulation. Its Mega Sg and Super Nt consoles were highly acclaimed modernisations of the Sega Mega Drive and Super Nintendo, allowing users to play all their old 16-bit game carts on modern machines with a variety of display and audio options. Now the company has finally launched its Analogue Pocket, a handheld console that will play Game Boy, Game Boy Color and Game Boy Advance (GBA) cartridges on a beautiful 3.5in LCD display in crisp 1600×1440 resolution.

    As with the other consoles in its range, there’s no software emulation of the old systems going on here. The company uses a field-programmable gate array (FPGA) circuit to replicate the original tech specs, which means it can pretty much run any Game Boy game from the thousands available, with few of the glitches, instabilities or compatibility problems often associated with software-based emulators.

    The gaming equivalent of buying a fancy new turntable to play your old records

    The Analogue Pocket is available for pre-order now; $219.99

    Continue reading...", - "category": "Games", - "link": "https://www.theguardian.com/games/2021/dec/15/analogue-pocket-review-game-boy-console", - "creator": "Keith Stuart", - "pubDate": "2021-12-15T12:45:15Z", + "title": "Czech president rejects nominee for foreign minister over ‘low qualifications’", + "description": "

    Move from Miloš Zeman threatens to further delay the inauguration of new coalition

    The Czech president, Miloš Zeman, has set the stage for a constitutional tug of war after rejecting the nominee to be the country’s next foreign minister on the grounds of his allegedly poor degree thesis.

    In a move decried as legally baseless by many constitutional scholars, Zeman refused to accept the nomination of Jan Lipavský, citing “low qualifications” and adding that he had only completed a bachelor’s degree, which he said was a lower qualification than those held by all other proposed ministers in the incoming coalition government.

    Continue reading...", + "content": "

    Move from Miloš Zeman threatens to further delay the inauguration of new coalition

    The Czech president, Miloš Zeman, has set the stage for a constitutional tug of war after rejecting the nominee to be the country’s next foreign minister on the grounds of his allegedly poor degree thesis.

    In a move decried as legally baseless by many constitutional scholars, Zeman refused to accept the nomination of Jan Lipavský, citing “low qualifications” and adding that he had only completed a bachelor’s degree, which he said was a lower qualification than those held by all other proposed ministers in the incoming coalition government.

    Continue reading...", + "category": "Czech Republic", + "link": "https://www.theguardian.com/world/2021/dec/10/czech-president-rejects-nominee-for-foreign-minister-over-low-qualifications", + "creator": "Robert Tait in Prague", + "pubDate": "2021-12-10T16:56:27Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211949,20 +237580,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "482364b32299ab98fa5d8e2cd0112726" + "hash": "521fec28dc62b5241af64c6250227af4" }, { - "title": "‘We were pinned as the bitches’: the OC and 90210 stars reclaiming their voices", - "description": "

    Hit noughties US teen shows – and UK ones like Skins – were irresistible to their wide-eyed, hormone-fuelled viewers. Now their casts are reuniting in podcasts to discuss the good – and the bad – of adolescent stardom

    There is nothing new about a nostalgic TV reunion. In the last year we’ve seen televisual specials reunite actors from Friends, New Girl and The Fresh Prince of Bel-Air for emotional chats and table reads of episodes past. There are cast-led rewatch podcasts like Fake Doctors, Real Friends – hosted by the Scrubs stars Zach Braff and Donald Faison – or West Wing Weekly and Office Ladies (about the US Office). But, often, they are bathed in a cosy glow. They fail to lift the lid on the shows’ darker side. They avoid raising problematic issues that call into question the ethics of the industry they work in.

    This is not true when it comes to the wave of podcasts that have brought together the casts of 00s teen shows. Years spent portraying the breakups, makeups, hedonistic parties and burgeoning sex lives of teenagers – in hits such as The OC and 90210 – have made way for audio series in which their casts discuss the good and the bad of adolescent stardom.

    Continue reading...", - "content": "

    Hit noughties US teen shows – and UK ones like Skins – were irresistible to their wide-eyed, hormone-fuelled viewers. Now their casts are reuniting in podcasts to discuss the good – and the bad – of adolescent stardom

    There is nothing new about a nostalgic TV reunion. In the last year we’ve seen televisual specials reunite actors from Friends, New Girl and The Fresh Prince of Bel-Air for emotional chats and table reads of episodes past. There are cast-led rewatch podcasts like Fake Doctors, Real Friends – hosted by the Scrubs stars Zach Braff and Donald Faison – or West Wing Weekly and Office Ladies (about the US Office). But, often, they are bathed in a cosy glow. They fail to lift the lid on the shows’ darker side. They avoid raising problematic issues that call into question the ethics of the industry they work in.

    This is not true when it comes to the wave of podcasts that have brought together the casts of 00s teen shows. Years spent portraying the breakups, makeups, hedonistic parties and burgeoning sex lives of teenagers – in hits such as The OC and 90210 – have made way for audio series in which their casts discuss the good and the bad of adolescent stardom.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/15/we-were-pinned-as-the-bitches-the-oc-and-90210-stars-reclaiming-their-voices", - "creator": "Grace Shutti", - "pubDate": "2021-12-15T11:38:15Z", + "title": "Woman admits abusing pet marmoset she offered cocaine and flushed down toilet", + "description": "

    Vicki Holland, from Newport, south Wales, pleads guilty to animal cruelty charges after videos found on phone

    • Warning: this article includes graphic images some readers may find disturbing

    A woman has pleaded guilty to abusing her pet marmoset, including offering cocaine to the primate and attempting to flush it down the toilet.

    A court heard how Vicki Holland was aggressive towards the primate, which is native to tropical forests in Central and South America. The monkey’s treatment was shown to the RSPCA after videos were discovered on Holland’s phone by Gwent police after a drug raid at her home.

    Continue reading...", + "content": "

    Vicki Holland, from Newport, south Wales, pleads guilty to animal cruelty charges after videos found on phone

    • Warning: this article includes graphic images some readers may find disturbing

    A woman has pleaded guilty to abusing her pet marmoset, including offering cocaine to the primate and attempting to flush it down the toilet.

    A court heard how Vicki Holland was aggressive towards the primate, which is native to tropical forests in Central and South America. The monkey’s treatment was shown to the RSPCA after videos were discovered on Holland’s phone by Gwent police after a drug raid at her home.

    Continue reading...", + "category": "Animal welfare", + "link": "https://www.theguardian.com/world/2021/dec/10/woman-admits-abusing-pet-marmoset-she-offered-cocaine-and-flushed-down-toilet", + "creator": "Nadeem Badshah and agency", + "pubDate": "2021-12-10T19:39:28Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211970,20 +237600,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f00bc598a688c913f6a3e05c9e99e7d4" + "hash": "c5e7dee8a67c03321026733a06611709" }, { - "title": "I challenged Tom Cruise to send me two of his special cakes for Christmas. Did he deliver? Of course he did", - "description": "

    Every Christmas, the actor sends an extreme white chocolate coconut gateaux to close friends – by private jet, it turns out. This year, those friends include me. Twice

    Reader, I am here to inform you that dreams do come true. You really can have anything your heart desires, with the proviso that you’re prepared to aggressively and repeatedly abuse your position in order to get it. What I’m trying to say is this: my year-long campaign to get Tom Cruise to send me a cake has ended in success.

    Roughly a year ago, I wrote a short piece about Cruise’s habit of sending $50 (£38) white chocolate coconut bundts to his closest friends at Christmas. Kirsten Dunst, Henry Cavill, Angela Bassett, Jimmy Fallon, Graham Norton and scores of other high-profile figures all receive a cake, lovingly made by Doan’s Bakery in California and shipped out by Cruise’s staff. I finished my article by hoping that I would one day be important enough to receive such a wonderful gift.

    Continue reading...", - "content": "

    Every Christmas, the actor sends an extreme white chocolate coconut gateaux to close friends – by private jet, it turns out. This year, those friends include me. Twice

    Reader, I am here to inform you that dreams do come true. You really can have anything your heart desires, with the proviso that you’re prepared to aggressively and repeatedly abuse your position in order to get it. What I’m trying to say is this: my year-long campaign to get Tom Cruise to send me a cake has ended in success.

    Roughly a year ago, I wrote a short piece about Cruise’s habit of sending $50 (£38) white chocolate coconut bundts to his closest friends at Christmas. Kirsten Dunst, Henry Cavill, Angela Bassett, Jimmy Fallon, Graham Norton and scores of other high-profile figures all receive a cake, lovingly made by Doan’s Bakery in California and shipped out by Cruise’s staff. I finished my article by hoping that I would one day be important enough to receive such a wonderful gift.

    Continue reading...", - "category": "Tom Cruise", - "link": "https://www.theguardian.com/film/2021/dec/15/i-challenged-tom-cruise-to-send-me-two-of-his-special-cakes-for-christmas-did-he-deliver-of-course-he-did", - "creator": "Stuart Heritage", - "pubDate": "2021-12-15T07:00:09Z", + "title": "Covid live: UK reports highest daily new cases since January with ministers keeping restrictions ‘under review’", + "description": "

    UK records 58,194 new cases of Covid-19 and a further 120 deaths; UK government shown ‘very challenging new information’ on Omicron

    Fury over the release of a video showing Downing Street staffers joking about alleged lockdown breaches in the UK are only the latest scandal to rock British prime minister Boris Johnson’s premiership.

    For days, a succession of government ministers batted away questions about whether an illegal party had been held in Downing Street last December during Covid restrictions that banned gatherings of more than 30 people. But on Tuesday night that all changed: a video emerged of Downing Street staffers appearing to joke about a party alleged to have been held inside No 10 just days earlier.

    Continue reading...", + "content": "

    UK records 58,194 new cases of Covid-19 and a further 120 deaths; UK government shown ‘very challenging new information’ on Omicron

    Fury over the release of a video showing Downing Street staffers joking about alleged lockdown breaches in the UK are only the latest scandal to rock British prime minister Boris Johnson’s premiership.

    For days, a succession of government ministers batted away questions about whether an illegal party had been held in Downing Street last December during Covid restrictions that banned gatherings of more than 30 people. But on Tuesday night that all changed: a video emerged of Downing Street staffers appearing to joke about a party alleged to have been held inside No 10 just days earlier.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/10/covid-news-live-australia-to-offer-jabs-to-children-aged-five-to-11-us-omicron-cases-mostly-mild-cdc-chief-says", + "creator": "Nadeem Badshah (now); Lucy Campbell, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-10T20:21:35Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -211991,20 +237620,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "be7acdfa3d500f6ad932e57a1445c03b" + "hash": "92bc6db93103ff2f15198bd6f7b4f6f4" }, { - "title": "Shatner in Space: Captain Kirk’s in a willy-shaped spaceship – and it’s poetry in motion", - "description": "

    This documentary is indescribably touching as it captures the Star Trek actor’s rocket voyage. Even if it is a Jeff Bezos ego trip

    There are two competing schools of thought when it comes to William Shatner’s space mission. The first is characterised by a kind of awestruck wonder over the beautiful symmetry of it all: Shatner starred in Star Trek, Star Trek inspired a generation of engineers, the engineers built a rocket, the rocket flew Shatner into space. The second tends to think that letting a billionaire indulge an actor by flying him to the brink of the atmosphere in a spaceship shaped like a willy might not be the best use of our resources.

    Shatner in Space is firmly for the first crowd. A 45-minute documentary about his mission, it airs on Amazon Prime. Jeff Bezos owns Amazon Prime. He also owns the rocket that Shatner flew on. Anyone expecting even an iota of criticism would be better off looking elsewhere.

    Continue reading...", - "content": "

    This documentary is indescribably touching as it captures the Star Trek actor’s rocket voyage. Even if it is a Jeff Bezos ego trip

    There are two competing schools of thought when it comes to William Shatner’s space mission. The first is characterised by a kind of awestruck wonder over the beautiful symmetry of it all: Shatner starred in Star Trek, Star Trek inspired a generation of engineers, the engineers built a rocket, the rocket flew Shatner into space. The second tends to think that letting a billionaire indulge an actor by flying him to the brink of the atmosphere in a spaceship shaped like a willy might not be the best use of our resources.

    Shatner in Space is firmly for the first crowd. A 45-minute documentary about his mission, it airs on Amazon Prime. Jeff Bezos owns Amazon Prime. He also owns the rocket that Shatner flew on. Anyone expecting even an iota of criticism would be better off looking elsewhere.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/15/shatner-in-space-captain-kirks-in-a-willy-shaped-spaceship-and-its-poetry-in-motion", - "creator": "Stuart Heritage", - "pubDate": "2021-12-15T13:48:42Z", + "title": "It’s time to embrace the darkness: how I got over my dread of winter", + "description": "

    Last winter’s gloom almost broke me, so here’s what I’ve learned about changing my mindset and embracing the long, cold, dark months


    It’s only now, when we have some distance from it, that we can reckon with last winter: five months of gloom, seclusion and burnout in which almost the entire country felt miserable. Against a background of a rising death toll, exhausted health workers and gross governmental incompetence – not to mention a cancelled Christmas – we were tasked with a third go at making the most of a bad situation.

    I remember the moment it really got to me. It was New Year’s Eve. I’d just had a terrible and prolonged breakup, and a few days earlier had moved out of the London flat I had shared with my ex for five years. House-sitting, alone, was not the kind of New Year bash I’d envisioned, but at least I could take some solace in the thought that no one else was having much fun.

    Continue reading...", + "content": "

    Last winter’s gloom almost broke me, so here’s what I’ve learned about changing my mindset and embracing the long, cold, dark months


    It’s only now, when we have some distance from it, that we can reckon with last winter: five months of gloom, seclusion and burnout in which almost the entire country felt miserable. Against a background of a rising death toll, exhausted health workers and gross governmental incompetence – not to mention a cancelled Christmas – we were tasked with a third go at making the most of a bad situation.

    I remember the moment it really got to me. It was New Year’s Eve. I’d just had a terrible and prolonged breakup, and a few days earlier had moved out of the London flat I had shared with my ex for five years. House-sitting, alone, was not the kind of New Year bash I’d envisioned, but at least I could take some solace in the thought that no one else was having much fun.

    Continue reading...", + "category": "Mental health", + "link": "https://www.theguardian.com/society/2021/dec/10/how-to-beat-the-winter-dread", + "creator": "Sam Wolfson", + "pubDate": "2021-12-10T11:00:38Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212012,20 +237640,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa2f01665b31ea64827d93ccb9b8f41a" + "hash": "ad7b0ce2ef17f296bf876895494c52e9" }, { - "title": "Colston statue ‘cast a shadow’ over Bristol, court hears in BLM protest trial", - "description": "

    Defence says memorial to slave trader toppled last June was ‘indecent and threatening’ to city’s black community

    The statue of Edward Colston in Bristol was “a monument to racism”, a court has heard, as a defendant described the moment he gave the signal to topple the memorial to the slave trader.

    Rhian Graham, 30, Milo Ponsford, 26, and Sage Willoughby, 22, are accused of helping to tear down the statue of the slave trader during a Black Lives Matter protest on 7 June last year. They are on trial alongside Jake Skuse, 33, who is accused of helping to roll the bronze to Bristol harbour where it was thrown into the River Avon.

    Continue reading...", - "content": "

    Defence says memorial to slave trader toppled last June was ‘indecent and threatening’ to city’s black community

    The statue of Edward Colston in Bristol was “a monument to racism”, a court has heard, as a defendant described the moment he gave the signal to topple the memorial to the slave trader.

    Rhian Graham, 30, Milo Ponsford, 26, and Sage Willoughby, 22, are accused of helping to tear down the statue of the slave trader during a Black Lives Matter protest on 7 June last year. They are on trial alongside Jake Skuse, 33, who is accused of helping to roll the bronze to Bristol harbour where it was thrown into the River Avon.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/15/colston-statue-cast-a-shadow-over-bristol-court-hears-in-blm-protest-trial", - "creator": "Damien Gayle", - "pubDate": "2021-12-15T18:45:15Z", + "title": "Golden generation survivor Steven Gerrard is writing his own superhero story | Barney Ronay", + "description": "

    Driven by his league title failure as a player, Aston Villa’s head coach has become a compelling prospect as a manager

    There is an interesting, and no doubt very common phenomenon called parasocial interaction. This is where people feel they have an intimate, reciprocal relationship with a famous person, a belief that by consuming images of that person, by thinking about them, the mirror becomes a two-way glass; that they can see you too.

    We all get this to some extent, right down to the entry-level version where you glimpse a famous person in the street and, as you walk past, automatically say hello-all-right-how’s-it-going-bro-safe-see-you-later-ha-ha-ha-be-lucky-how’s-Tanya, because obviously you must know them, and then five paces down the road realise it was Howard from Take That.

    Continue reading...", + "content": "

    Driven by his league title failure as a player, Aston Villa’s head coach has become a compelling prospect as a manager

    There is an interesting, and no doubt very common phenomenon called parasocial interaction. This is where people feel they have an intimate, reciprocal relationship with a famous person, a belief that by consuming images of that person, by thinking about them, the mirror becomes a two-way glass; that they can see you too.

    We all get this to some extent, right down to the entry-level version where you glimpse a famous person in the street and, as you walk past, automatically say hello-all-right-how’s-it-going-bro-safe-see-you-later-ha-ha-ha-be-lucky-how’s-Tanya, because obviously you must know them, and then five paces down the road realise it was Howard from Take That.

    Continue reading...", + "category": "Steven Gerrard", + "link": "https://www.theguardian.com/football/blog/2021/dec/10/golden-generation-survivor-steven-gerrard-is-writing-his-own-superhero-story", + "creator": "Barney Ronay", + "pubDate": "2021-12-10T20:00:49Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212033,20 +237660,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "39532ca9ad532b6aa820b7951db87ca3" + "hash": "2bdbbee4e7a932dc7cd18f32eac00e5e" }, { - "title": "Senators meet with Joe Manchin to negotiate on filibuster amid voting rights push – live", - "description": "

    Joe Biden has arrived in Kentucky to survey the damage wrought by the tornadoes that swept through the state on Friday and killed at least 74 people.

    Biden was greeted at Ft Campbell Airport by Kentucky Governor Andy Beshear, First Lady Britainy Beshear and former Governor Steve Beshear, who is the father of Andy.

    Continue reading...", - "content": "

    Joe Biden has arrived in Kentucky to survey the damage wrought by the tornadoes that swept through the state on Friday and killed at least 74 people.

    Biden was greeted at Ft Campbell Airport by Kentucky Governor Andy Beshear, First Lady Britainy Beshear and former Governor Steve Beshear, who is the father of Andy.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2021/dec/15/joe-biden-kentucky-tornadoes-response-us-politics-live", - "creator": "Joan E Greve", - "pubDate": "2021-12-15T20:24:06Z", + "title": "‘His struggle is ours’: biopic of slain 60s rebel hailed in Brazil with anti-Bolsonaro chants", + "description": "

    Film about Carlos Marighella, released in Berlin in 2019, only arrived in Brazil last month after government cancellations

    The CIA considered him Che Guevara’s successor when it came to igniting new guerrilla movements in Latin America.

    Brazil’s military dictatorship, whose security agents ambushed and killed him in São Paulo in 1969, called him public enemy No 1.

    Continue reading...", + "content": "

    Film about Carlos Marighella, released in Berlin in 2019, only arrived in Brazil last month after government cancellations

    The CIA considered him Che Guevara’s successor when it came to igniting new guerrilla movements in Latin America.

    Brazil’s military dictatorship, whose security agents ambushed and killed him in São Paulo in 1969, called him public enemy No 1.

    Continue reading...", + "category": "Brazil", + "link": "https://www.theguardian.com/world/2021/dec/10/carlos-marighella-film-brazil-jair-bolsonaro", + "creator": "Caio Barretto Briso in Rio de Janeiro", + "pubDate": "2021-12-10T10:00:37Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212054,20 +237680,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1449ef046b548c0e524220edfa1b3f9" + "hash": "d6f79b4ad5a7e3c08c505c760f5d2e05" }, { - "title": "A Fight Against … review – Chilean playwright’s sparky sketches", - "description": "

    Royal Court Theatre Upstairs, London
    Pablo Manzi’s political scenes, which span several decades and are powerfully performed, could perhaps lead to a future epic

    Thirty years ago, the Royal Court introduced a Chilean playwright, Ariel Dorfman, with Death and the Maiden, a much-revived, twistily structured thriller about South American human rights abuses.

    While theatre can have a one-hit-and-run attitude to distant politics, the Court has commendably kept an eye on Santiago. Its international programme mentors new writers in an initiative spawning several Court stagings, including Guillermo Calderón’s B in 2017 and now, in sparky English by the same translator, William Gregory, Una Lucha Contra … by Pablo Manzi.

    A Fight Against … (Una Lucha Contra … ) is at the Royal Court theatre, London, until 22 January

    Continue reading...", - "content": "

    Royal Court Theatre Upstairs, London
    Pablo Manzi’s political scenes, which span several decades and are powerfully performed, could perhaps lead to a future epic

    Thirty years ago, the Royal Court introduced a Chilean playwright, Ariel Dorfman, with Death and the Maiden, a much-revived, twistily structured thriller about South American human rights abuses.

    While theatre can have a one-hit-and-run attitude to distant politics, the Court has commendably kept an eye on Santiago. Its international programme mentors new writers in an initiative spawning several Court stagings, including Guillermo Calderón’s B in 2017 and now, in sparky English by the same translator, William Gregory, Una Lucha Contra … by Pablo Manzi.

    A Fight Against … (Una Lucha Contra … ) is at the Royal Court theatre, London, until 22 January

    Continue reading...", - "category": "Royal Court theatre", - "link": "https://www.theguardian.com/stage/2021/dec/15/a-fight-against-review-pablo-manzi", - "creator": "Mark Lawson", - "pubDate": "2021-12-15T14:05:32Z", + "title": "Scandals and sackings: why critics say Boris Johnson is not fit to be PM", + "description": "

    Analysis: some of the accusations levelled at the prime minister, from the Downing Street refurb to his handling of Home Office bullying

    Boris Johnson has repeatedly been accused of riding roughshod over independent advisers and of mishandling the machinery of state during his time in No 10. Equally, a series of aides who were once very firmly in the tent have ended up either walking or being booted out.

    Here are some examples of the behaviour the prime minister’s critics say makes him unfit for such high office.

    Continue reading...", + "content": "

    Analysis: some of the accusations levelled at the prime minister, from the Downing Street refurb to his handling of Home Office bullying

    Boris Johnson has repeatedly been accused of riding roughshod over independent advisers and of mishandling the machinery of state during his time in No 10. Equally, a series of aides who were once very firmly in the tent have ended up either walking or being booted out.

    Here are some examples of the behaviour the prime minister’s critics say makes him unfit for such high office.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/10/scandals-and-sackings-why-critics-say-boris-johnson-is-not-fit-to-be-pm", + "creator": "Kevin Rawlinson, Peter Walker and Jessica Elgot", + "pubDate": "2021-12-10T17:51:20Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212075,20 +237700,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce1aa2ca465566354882cdceae27444f" + "hash": "b0df23d21fad6ffcd9186cc2758cf069" }, { - "title": "Putin assures Xi he will go to Winter Olympics in show of unity", - "description": "

    Russian leader defies western boycott and forms ‘new model of cooperation’ with Chinese leader

    Vladimir Putin has confirmed he will attend the opening of the Winter Olympics in Beijing, an event that Boris Johnson and other western leaders have boycotted in protest at human rights abuses in China.

    Putin made the pledge during a video call with the Chinese leader, Xi Jinping, as he said that a “new model of cooperation has been formed between our countries, based on other matters of principles such as non-interference in [each other’s] internal affairs”.

    Continue reading...", - "content": "

    Russian leader defies western boycott and forms ‘new model of cooperation’ with Chinese leader

    Vladimir Putin has confirmed he will attend the opening of the Winter Olympics in Beijing, an event that Boris Johnson and other western leaders have boycotted in protest at human rights abuses in China.

    Putin made the pledge during a video call with the Chinese leader, Xi Jinping, as he said that a “new model of cooperation has been formed between our countries, based on other matters of principles such as non-interference in [each other’s] internal affairs”.

    Continue reading...", - "category": "Vladimir Putin", - "link": "https://www.theguardian.com/sport/2021/dec/15/vladimir-putin-to-attend-opening-of-winter-olympics-in-beijing", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-12-15T17:02:59Z", + "title": "Met failings probably a factor in deaths of Stephen Port victims, says inquest", + "description": "

    Serial killer could have been caught earlier if police had not missed opportunities, jury finds

    Fundamental failings by the Metropolitan police in the investigation into the deaths of the serial killer Stephen Port’s victims “probably” contributed to three of the four deaths, an inquest jury has found in its damning conclusions.

    Missed opportunities could have led to Port being caught earlier, and “basic” lines of inquiry were not followed up, the jury found, in investigations that families of the victims described as “one of the most widespread institutional failures in modern history”.

    Continue reading...", + "content": "

    Serial killer could have been caught earlier if police had not missed opportunities, jury finds

    Fundamental failings by the Metropolitan police in the investigation into the deaths of the serial killer Stephen Port’s victims “probably” contributed to three of the four deaths, an inquest jury has found in its damning conclusions.

    Missed opportunities could have led to Port being caught earlier, and “basic” lines of inquiry were not followed up, the jury found, in investigations that families of the victims described as “one of the most widespread institutional failures in modern history”.

    Continue reading...", + "category": "Police", + "link": "https://www.theguardian.com/uk-news/2021/dec/10/mets-failings-contributed-to-deaths-of-stephen-ports-victims-inquest-finds", + "creator": "Caroline Davies", + "pubDate": "2021-12-10T17:59:36Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212096,20 +237720,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6a8af9f85cc1acae422d03301032d38" + "hash": "0e29f7303c95ec8a3f4847f51755fdb4" }, { - "title": "Morning mail: children face $2.1m in Covid fines, UK hits record cases, viral Christmas lunch", - "description": "

    Thursday: Almost 3,000 minors in NSW have been hit with fines for Covid breaches, drawing ire of legal and advocacy groups. Plus: school’s ‘grim’ Christmas fare

    Good morning. Europe braces for a surge in the Covid Omicron variant, advocacy bodies call for NSW Covid fines for children to be reversed and a Queensland coalmine faces scrutiny over repeated emissions failures.

    Omicron has been found to multiply about 70 times quicker than the original and Delta versions of coronavirus, researchers from the University of Hong Kong have reported. The faster rate of infectiousness means the variant could cause greater fatalities than previous strains. Britain’s chief medical officer has warned the country is being hit by “two epidemics on top of each other” and big rise in hospitalisations is “a nailed-on prospect” as it reported its highest daily infection tally yet, with 78,000 new cases overnight. The cumulative death toll in the US has passed 800,000; a quarter of whom represent “preventable deaths”, a leading epidemiologist has said.

    Continue reading...", - "content": "

    Thursday: Almost 3,000 minors in NSW have been hit with fines for Covid breaches, drawing ire of legal and advocacy groups. Plus: school’s ‘grim’ Christmas fare

    Good morning. Europe braces for a surge in the Covid Omicron variant, advocacy bodies call for NSW Covid fines for children to be reversed and a Queensland coalmine faces scrutiny over repeated emissions failures.

    Omicron has been found to multiply about 70 times quicker than the original and Delta versions of coronavirus, researchers from the University of Hong Kong have reported. The faster rate of infectiousness means the variant could cause greater fatalities than previous strains. Britain’s chief medical officer has warned the country is being hit by “two epidemics on top of each other” and big rise in hospitalisations is “a nailed-on prospect” as it reported its highest daily infection tally yet, with 78,000 new cases overnight. The cumulative death toll in the US has passed 800,000; a quarter of whom represent “preventable deaths”, a leading epidemiologist has said.

    Continue reading...", - "category": "", - "link": "https://www.theguardian.com/australia-news/2021/dec/16/morning-mail-children-face-21m-in-covid-fines-uk-hits-record-cases-viral-christmas-lunch", - "creator": "Richard Parkin", - "pubDate": "2021-12-15T19:59:21Z", + "title": "Iran says UK is discussing how to repay £400m debt", + "description": "

    Ambassador says British officials visited Tehran last week for talks on historical debt from 1970s arms sale

    UK government officials were in Tehran last week discussing legal ways to pay Britain’s historical £400m debt to Iran, the Iranian ambassador to London has said.

    Mohsen Baharvand added that he was in live discussions with the Foreign Office, and said the issues were not insurmountable.

    Continue reading...", + "content": "

    Ambassador says British officials visited Tehran last week for talks on historical debt from 1970s arms sale

    UK government officials were in Tehran last week discussing legal ways to pay Britain’s historical £400m debt to Iran, the Iranian ambassador to London has said.

    Mohsen Baharvand added that he was in live discussions with the Foreign Office, and said the issues were not insurmountable.

    Continue reading...", + "category": "Foreign policy", + "link": "https://www.theguardian.com/politics/2021/dec/10/iran-says-uk-is-discussing-how-to-repay-400m-debt", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-10T15:35:16Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212117,20 +237740,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecd71243e5727df0ba2040995f92d817" + "hash": "d676d46522c8b8c1aa056147313a2840" }, { - "title": "Urgent action needed to halt trafficking of children in world’s orphanages – report", - "description": "

    Millions of children worldwide are at risk of abuse and exploitation in institutions, often to attract funding from donors, says Lumos charity

    Immediate action must be taken to prevent trafficking and exploitation of children in orphanages, according to a report published on Monday.

    International children’s charity Lumos says that an estimated 5.4 million children worldwide live in institutions that cannot meet their needs and neglect their rights and where they are exposed to multiple forms of exploitation and harm.

    Continue reading...", - "content": "

    Millions of children worldwide are at risk of abuse and exploitation in institutions, often to attract funding from donors, says Lumos charity

    Immediate action must be taken to prevent trafficking and exploitation of children in orphanages, according to a report published on Monday.

    International children’s charity Lumos says that an estimated 5.4 million children worldwide live in institutions that cannot meet their needs and neglect their rights and where they are exposed to multiple forms of exploitation and harm.

    Continue reading...", - "category": "Children", - "link": "https://www.theguardian.com/global-development/2021/dec/14/urgent-action-needed-to-halt-trafficking-of-children-in-worlds-orphanages-report", - "creator": "Nicola Kelly", - "pubDate": "2021-12-14T06:45:40Z", + "title": "Biden ‘concerned’ over supreme court’s Texas abortion ruling, says White House – live", + "description": "

    Coming as a surprise to almost no one, Republican Senator Ted Cruz of Texas was reportedly not wearing a facial mask during the memorial service despite rising cases of Covid-19 nationwide and several older attendees present.

    For more information on rising Covid-19 cases and concerns sparked by the Omicron variant, check out the Guardian’s Eric Berger piece linked below.

    Continue reading...", + "content": "

    Coming as a surprise to almost no one, Republican Senator Ted Cruz of Texas was reportedly not wearing a facial mask during the memorial service despite rising cases of Covid-19 nationwide and several older attendees present.

    For more information on rising Covid-19 cases and concerns sparked by the Omicron variant, check out the Guardian’s Eric Berger piece linked below.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/live/2021/dec/10/joe-biden-democracy-summit-supreme-court-abortion-texas-us-politics-live", + "creator": "Gloria Oladipo", + "pubDate": "2021-12-10T20:09:30Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212138,20 +237760,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0baaa4ead9d7a77d589612bff65664ff" + "hash": "c7b6825b25cf4ed1d2de2b39af3ae258" }, { - "title": "Afghan health system ‘close to collapse due to sanctions on Taliban’", - "description": "

    Health experts issue dire warning as staff go unpaid and medical facilities lack basic items to treat patients

    Large parts of Afghanistan’s health system are on the brink of collapse because of western sanctions against the Taliban, international experts have warned, as the country faces outbreaks of disease and an escalating malnutrition crisis.

    With the country experiencing a deepening humanitarian crisis since the Taliban’s seizure of power in August amid mounting levels of famine and economic collapse, many medical staff have not been paid for months and health facilities lack even the most basic items to treat patients.

    Continue reading...", - "content": "

    Health experts issue dire warning as staff go unpaid and medical facilities lack basic items to treat patients

    Large parts of Afghanistan’s health system are on the brink of collapse because of western sanctions against the Taliban, international experts have warned, as the country faces outbreaks of disease and an escalating malnutrition crisis.

    With the country experiencing a deepening humanitarian crisis since the Taliban’s seizure of power in August amid mounting levels of famine and economic collapse, many medical staff have not been paid for months and health facilities lack even the most basic items to treat patients.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/13/afghan-health-system-close-to-collapse-due-to-sanctions-on-taliban", - "creator": "Peter Beaumont", - "pubDate": "2021-12-13T13:52:43Z", + "title": "Australian farmland prices surge at four times rate of capital cities amid fears of affordability crisis", + "description": "

    Sale of a Holbrook property for $40m – which was $10m more than initial asking price – is indicative of record buyer demand

    Farmland prices are soaring at quadruple the rates of median growth in Australia’s capital cities – as 30-year price highs across agricultural commodities combine with low interest rates and generally good seasonal conditions.

    Experts are beginning to warn that the “exorbitant” price of farmland is prohibitive for those starting out, echoing city housing concerns.

    Continue reading...", + "content": "

    Sale of a Holbrook property for $40m – which was $10m more than initial asking price – is indicative of record buyer demand

    Farmland prices are soaring at quadruple the rates of median growth in Australia’s capital cities – as 30-year price highs across agricultural commodities combine with low interest rates and generally good seasonal conditions.

    Experts are beginning to warn that the “exorbitant” price of farmland is prohibitive for those starting out, echoing city housing concerns.

    Continue reading...", + "category": "Real estate", + "link": "https://www.theguardian.com/australia-news/2021/dec/11/australian-farmland-prices-surge-at-four-times-rate-of-capital-cities-amid-fears-of-affordability-crisis", + "creator": "Natasha May", + "pubDate": "2021-12-10T19:00:50Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212159,20 +237780,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0951e2f1cc748dd16a8063c573bbe646" + "hash": "388006e39d4db187648e5d10707dfc30" }, { - "title": "Mature trees are key to liveable cities – housing intensification plans must ensure they survive | Margaret Stanley", - "description": "

    The benefits of a single large tree can’t be replaced by a mown lawn or a seedling. With thoughtful planning we can keep them

    The New Zealand parliament is about to have its third reading of an amendment bill informally known as the “housing intensification bill”. Its purpose is to relax the Resource Management Act (RMA), which currently restricts building height and intensity in cities, to meet the urgent demand for housing and address affordability.

    While it is clear that housing affordability needs to be addressed to meet the needs of young and low-income New Zealanders, there are pitfalls to the speed at which the legislation is rushing through the system. Yes, we do need more houses, and we do need to intensify within our cities so that we don’t further impact the rural landscape as the tentacles of our cities spread into key food production and natural ecosystem areas.

    Continue reading...", - "content": "

    The benefits of a single large tree can’t be replaced by a mown lawn or a seedling. With thoughtful planning we can keep them

    The New Zealand parliament is about to have its third reading of an amendment bill informally known as the “housing intensification bill”. Its purpose is to relax the Resource Management Act (RMA), which currently restricts building height and intensity in cities, to meet the urgent demand for housing and address affordability.

    While it is clear that housing affordability needs to be addressed to meet the needs of young and low-income New Zealanders, there are pitfalls to the speed at which the legislation is rushing through the system. Yes, we do need more houses, and we do need to intensify within our cities so that we don’t further impact the rural landscape as the tentacles of our cities spread into key food production and natural ecosystem areas.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/commentisfree/2021/dec/14/mature-trees-are-key-to-liveable-cities-housing-intensification-plans-must-ensure-they-survive", - "creator": "Margaret Stanley", - "pubDate": "2021-12-14T00:25:24Z", + "title": "Win for Tunisian town facing landfill crisis as government backs down", + "description": "

    After demonstrations see police use teargas and the death of one man, work begins to clear waste in Sfax after decision to move site

    Work has begun to clear 30,000 tonnes of household rubbish from the streets of Tunisia’s “second city” of Sfax after the government backed down in a long-running dispute over a landfill site.

    Residents and activists in Agareb, where the current dump is located, said the site, opened in 2008 near the El Gonna national park, was a risk to human health. In recent weeks, unrest in the region has escalated, with access to the site blocked and police using teargas against demonstrators from the town. One man, Abderrazek Lacheb, has allegedly died after being caught up in the demonstrations, although the police have denied his death was due to teargas.

    Continue reading...", + "content": "

    After demonstrations see police use teargas and the death of one man, work begins to clear waste in Sfax after decision to move site

    Work has begun to clear 30,000 tonnes of household rubbish from the streets of Tunisia’s “second city” of Sfax after the government backed down in a long-running dispute over a landfill site.

    Residents and activists in Agareb, where the current dump is located, said the site, opened in 2008 near the El Gonna national park, was a risk to human health. In recent weeks, unrest in the region has escalated, with access to the site blocked and police using teargas against demonstrators from the town. One man, Abderrazek Lacheb, has allegedly died after being caught up in the demonstrations, although the police have denied his death was due to teargas.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/08/win-for-tunisian-town-facing-landfill-crisis-as-government-backs-down", + "creator": "Simon Speakman Cordall in Tunis", + "pubDate": "2021-12-08T12:16:04Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212180,20 +237800,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c2ade39bf38876400ae2b8710881b7f" + "hash": "d746af6b0d9b74eeaf21f68760b559b0" }, { - "title": "Nicola Sturgeon asks Scots to reduce contact with other households – video", - "description": "

    Emphasising that nobody should cancel their Christmas Day plans, Scotland's first minister has urged people socialising before and immediately after 25 December to limit their indoor socialising to no more than three households

    Continue reading...", - "content": "

    Emphasising that nobody should cancel their Christmas Day plans, Scotland's first minister has urged people socialising before and immediately after 25 December to limit their indoor socialising to no more than three households

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/14/nicola-sturgeon-asks-scots-to-reduce-contact-with-other-households-video", - "creator": "", - "pubDate": "2021-12-14T15:44:30Z", + "title": "After 16 years at the top of German politics, what now for Angela Merkel?", + "description": "

    While Merkel has said she has no particular plans, doing nothing doesn’t seem a realistic prospect for the outgoing chancellor

    After 16 years of gruelling European summits, late-light coalition negotiations and back-to-back conference calls with heads of state, Angela Merkel has vowed to spend the foreseeable future kicking back her flat black shoes and reading a few good books.

    But newly emerged details of a new office in central Berlin and veiled hints in interviews suggests the world may not have seen the last of Germany’s outgoing chancellor yet.

    Continue reading...", + "content": "

    While Merkel has said she has no particular plans, doing nothing doesn’t seem a realistic prospect for the outgoing chancellor

    After 16 years of gruelling European summits, late-light coalition negotiations and back-to-back conference calls with heads of state, Angela Merkel has vowed to spend the foreseeable future kicking back her flat black shoes and reading a few good books.

    But newly emerged details of a new office in central Berlin and veiled hints in interviews suggests the world may not have seen the last of Germany’s outgoing chancellor yet.

    Continue reading...", + "category": "Angela Merkel", + "link": "https://www.theguardian.com/world/2021/dec/08/after-16-years-at-the-top-of-german-politics-what-now-for-angela-merkel", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-12-08T10:34:22Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212201,20 +237820,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d569d840e7b72a1a48ba8f4a960e5358" + "hash": "e1802c060d0f06d723c3099eab11c28a" }, { - "title": "Sajid Javid removes all 11 African countries from England's travel red list – video", - "description": "

    All 11 countries on England’s travel red list are to be taken off it from 4am on Wednesday, amid diminishing concern about Omicron cases being imported into the country

    Continue reading...", - "content": "

    All 11 countries on England’s travel red list are to be taken off it from 4am on Wednesday, amid diminishing concern about Omicron cases being imported into the country

    Continue reading...", + "title": "Omicron could be spreading faster in England than in South Africa, Sage adviser says", + "description": "

    John Edmunds says variant is ‘very severe setback’ to controlling Covid pandemic and that plan B ‘absolutely not an overreaction’

    Cases of the Omicron variant could be spreading even faster in England than in South Africa, according to a senior scientific adviser, who warned that the variant was a “very severe setback” to hopes of bringing the pandemic under control.

    Prof John Edmunds, an epidemiologist at the London School of Hygiene and Tropical Medicine and a member of the government’s Scientific Advisory Group for Emergencies (Sage), said that plan B measures announced by the prime minister were “absolutely not an overreaction” even if Omicron turned out to be milder than the current dominant variant.

    Continue reading...", + "content": "

    John Edmunds says variant is ‘very severe setback’ to controlling Covid pandemic and that plan B ‘absolutely not an overreaction’

    Cases of the Omicron variant could be spreading even faster in England than in South Africa, according to a senior scientific adviser, who warned that the variant was a “very severe setback” to hopes of bringing the pandemic under control.

    Prof John Edmunds, an epidemiologist at the London School of Hygiene and Tropical Medicine and a member of the government’s Scientific Advisory Group for Emergencies (Sage), said that plan B measures announced by the prime minister were “absolutely not an overreaction” even if Omicron turned out to be milder than the current dominant variant.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/14/sajid-javid-removes-all-11-african-countries-from-englands-travel-red-list-video", - "creator": "", - "pubDate": "2021-12-14T15:30:28Z", + "link": "https://www.theguardian.com/world/2021/dec/09/daily-omicron-cases-in-uk-could-exceed-60000-by-christmas-sage-adviser-says", + "creator": "Ian Sample Science editor", + "pubDate": "2021-12-09T20:11:42Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212222,20 +237840,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "990c72121d0768a48936b5a87cae4ed4" + "hash": "ef2d16c6224d597fb41db4c41913edbd" }, { - "title": "A look at the Irish: photography in Ireland from 1839 to now – in pictures", - "description": "

    In Our Own Image: Photography in Ireland, 1839 to the Present is the first in a series of exhibitions forming the first comprehensive historical and critical survey of photography from across the island of Ireland. Coinciding with the centenary of the establishment of modern Ireland, In Our Own Image draws on material from from archives, private collections and contemporary commissions, charting how the medium has both reflected and shaped Irish cultural identity.

    In Our Own Image: photography in Ireland, 1839 to the present curated by Gallery of Photography Ireland in partnership with Dublin Castle / OPW is at The Printworks, Dublin Castle until 6 February

    Continue reading...", - "content": "

    In Our Own Image: Photography in Ireland, 1839 to the Present is the first in a series of exhibitions forming the first comprehensive historical and critical survey of photography from across the island of Ireland. Coinciding with the centenary of the establishment of modern Ireland, In Our Own Image draws on material from from archives, private collections and contemporary commissions, charting how the medium has both reflected and shaped Irish cultural identity.

    In Our Own Image: photography in Ireland, 1839 to the present curated by Gallery of Photography Ireland in partnership with Dublin Castle / OPW is at The Printworks, Dublin Castle until 6 February

    Continue reading...", - "category": "Ireland", - "link": "https://www.theguardian.com/world/gallery/2021/dec/14/a-look-at-the-irish-photography-in-ireland-from-1839-to-now-in-pictures", - "creator": "", - "pubDate": "2021-12-14T07:00:40Z", + "title": "Dozens killed after truck packed with migrants crashes in Mexico", + "description": "

    At least 53 people died and many were injured after the vehicle rolled over on a highway in Chiapas

    A cargo truck jammed with more than 100 people thought to be migrants from Central America has rolled over and crashed into a pedestrian bridge in southern Mexico, killing at least 53 people and injuring dozens more.

    The crash on Thursday on a highway near Tuxtla Gutierrez, state capital of Chiapas, might have been triggered by the weight of the truck’s human cargo causing it to tip over on a bend, local officials said.

    Continue reading...", + "content": "

    At least 53 people died and many were injured after the vehicle rolled over on a highway in Chiapas

    A cargo truck jammed with more than 100 people thought to be migrants from Central America has rolled over and crashed into a pedestrian bridge in southern Mexico, killing at least 53 people and injuring dozens more.

    The crash on Thursday on a highway near Tuxtla Gutierrez, state capital of Chiapas, might have been triggered by the weight of the truck’s human cargo causing it to tip over on a bend, local officials said.

    Continue reading...", + "category": "Mexico", + "link": "https://www.theguardian.com/world/2021/dec/10/dozens-killed-after-truck-packed-with-migrants-crashes-in-mexico", + "creator": "Associated Press", + "pubDate": "2021-12-10T01:35:39Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212243,20 +237860,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a344c3827b0c37d9f856e3a2073e3020" + "hash": "1d9118734c2183c1c3904069032e0bb6" }, { - "title": "Russian government ordered murder of Chechen in Berlin, German court rules", - "description": "

    Vadim Krasikov sentenced to life in prison for 2019 killing of Zelimkhan Khangoshvili in Berlin

    A German court has sentenced a 56-year-old Russian man to life in prison over what it said was the painstakingly planned assassination of a Berlin-based Chechen dissident at the behest of Russian authorities.

    Zelimkhan “Tornike” Khangoshvili, a 40-year-old Georgian citizen who fought against Russia during the second Chechen war in the early 2000s, was shot twice in the head at close range in the Kleiner Tiergarten park in central Berlin in August 2019.

    Continue reading...", - "content": "

    Vadim Krasikov sentenced to life in prison for 2019 killing of Zelimkhan Khangoshvili in Berlin

    A German court has sentenced a 56-year-old Russian man to life in prison over what it said was the painstakingly planned assassination of a Berlin-based Chechen dissident at the behest of Russian authorities.

    Zelimkhan “Tornike” Khangoshvili, a 40-year-old Georgian citizen who fought against Russia during the second Chechen war in the early 2000s, was shot twice in the head at close range in the Kleiner Tiergarten park in central Berlin in August 2019.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/15/germany-convicts-russian-man-of-of-chechen-separatist", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-12-15T11:45:23Z", + "title": "Ashes 2021-22: Australia v England first Test, day three – live!", + "description": "

    An England injury update: Stokes is ok to bowl, Robinson is fine and only had cramp... but Dawid Malan isn’t out there today. Did a hamstring, apparently, from chasing leather all day. Zak Crawley is out there in his place.

    Here come the players, into the bright Brisbane sunshine. Travis Head resumes on 112 not out, of course. He’s joined by Mitchell Starc out there, with Australia’s lead at 196. Chris Woakes has the ball in hand. Here we go then...

    Continue reading...", + "content": "

    An England injury update: Stokes is ok to bowl, Robinson is fine and only had cramp... but Dawid Malan isn’t out there today. Did a hamstring, apparently, from chasing leather all day. Zak Crawley is out there in his place.

    Here come the players, into the bright Brisbane sunshine. Travis Head resumes on 112 not out, of course. He’s joined by Mitchell Starc out there, with Australia’s lead at 196. Chris Woakes has the ball in hand. Here we go then...

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/live/2021/dec/10/ashes-2021-22-day-3-three-cricket-australia-vs-england-first-test-live-score-card-aus-v-eng-start-time-latest-updates", + "creator": "Geoff Lemon at the Gabba (now) and Tim de Lisle (later)", + "pubDate": "2021-12-10T04:40:07Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212264,20 +237880,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bfc21df982e758f534de64034f3f15c" + "hash": "cc3b61678200fc5ce54dca9e18e4e678" }, { - "title": "Coronavirus live: WHO warns Covid vaccines may be less effective against Omicron variant", - "description": "

    Latest updates: Omicron risk remains ‘very high’, says latest WHO statement; Olaf Scholz vows to 'win the fight’ against Covid in first major address to German parliament

    A member of United States secretary of state Antony Blinken’s travelling press pool has tested positive for Covid-19 on arrival in Kuala Lumpur and is isolating, a state department spokesperson said.

    Secretary Blinken and his senior staff were also tested upon arrival in Kuala Lumpur and were all tested negative, Reuters reports.

    Continue reading...", - "content": "

    Latest updates: Omicron risk remains ‘very high’, says latest WHO statement; Olaf Scholz vows to 'win the fight’ against Covid in first major address to German parliament

    A member of United States secretary of state Antony Blinken’s travelling press pool has tested positive for Covid-19 on arrival in Kuala Lumpur and is isolating, a state department spokesperson said.

    Secretary Blinken and his senior staff were also tested upon arrival in Kuala Lumpur and were all tested negative, Reuters reports.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/15/covid-news-live-omicron-probably-present-in-most-countries-us-death-toll-passes-800000", - "creator": "Lucy Campbell (now); Miranda Bryant and Samantha Lock (earlier)", - "pubDate": "2021-12-15T11:47:42Z", + "title": "China: editorial says Communist party members must have three children", + "description": "

    Article that says ‘no party member should use any excuse’ to have only one or two children goes viral then disappears

    An editorial in a Chinese state-run news website has suggested Communist party members are obliged to have three children for the good of the country, as Beijing seeks to address plummeting birthrates.

    The editorial, which was first published last month, went viral this week and drew sharp reaction from Chinese internet users, with millions of shares, views and comments. As the wave of reaction grew, the original article disappeared from the website.

    Continue reading...", + "content": "

    Article that says ‘no party member should use any excuse’ to have only one or two children goes viral then disappears

    An editorial in a Chinese state-run news website has suggested Communist party members are obliged to have three children for the good of the country, as Beijing seeks to address plummeting birthrates.

    The editorial, which was first published last month, went viral this week and drew sharp reaction from Chinese internet users, with millions of shares, views and comments. As the wave of reaction grew, the original article disappeared from the website.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/10/china-editorial-says-communist-party-members-must-have-three-children", + "creator": "Helen Davidson", + "pubDate": "2021-12-10T04:01:36Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212285,20 +237900,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9b97043de158e18bffdee63e6361eb5" + "hash": "f33ed2fe0c4c7d9988bcc97514d077b3" }, { - "title": "Fall in fertility rates may be linked to fossil fuel pollution, finds study", - "description": "

    Danish scientists urge more research into impact of exposure to toxic chemical pollutants from fossil fuels

    Decreasing fertility rates may be linked to pollution caused by fossil fuel burning, a review of scientific studies has found.

    Over the past 50 years childbirth has steadily decreased. The study focused on Denmark, but the trend is also seen in other industrialised nations. One in 10 Danish children are born with assisted reproduction and more than 20% of men never have children, according to the researchers. This decrease seems to have started at the beginning of industrialisation. Experts have warnedthe trend could lead to an unbalanced demographic with too few younger people to support the older generations.

    Continue reading...", - "content": "

    Danish scientists urge more research into impact of exposure to toxic chemical pollutants from fossil fuels

    Decreasing fertility rates may be linked to pollution caused by fossil fuel burning, a review of scientific studies has found.

    Over the past 50 years childbirth has steadily decreased. The study focused on Denmark, but the trend is also seen in other industrialised nations. One in 10 Danish children are born with assisted reproduction and more than 20% of men never have children, according to the researchers. This decrease seems to have started at the beginning of industrialisation. Experts have warnedthe trend could lead to an unbalanced demographic with too few younger people to support the older generations.

    Continue reading...", - "category": "Fertility problems", - "link": "https://www.theguardian.com/society/2021/dec/15/fall-fertility-rates-may-be-linked-fossil-fuel-pollution-finds-study", - "creator": "Sofia Quaglia", - "pubDate": "2021-12-15T10:00:11Z", + "title": "Court rules Trump cannot block release of documents to Capitol attack panel", + "description": "

    The former president is expected to appeal the ruling to the supreme court

    Donald Trump, the former US president, suffered a major defeat on Thursday when a federal appeals court ruled against his effort to block the release of documents related to the 6 January attack on the US Capitol.

    Trump is expected to appeal to the supreme court.

    Continue reading...", + "content": "

    The former president is expected to appeal the ruling to the supreme court

    Donald Trump, the former US president, suffered a major defeat on Thursday when a federal appeals court ruled against his effort to block the release of documents related to the 6 January attack on the US Capitol.

    Trump is expected to appeal to the supreme court.

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/2021/dec/09/donald-trump-capitol-attack-committee-documents", + "creator": "David Smith in Washington", + "pubDate": "2021-12-09T22:05:41Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212306,20 +237920,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf32f9735bab936bc80d4e6328b94aa1" + "hash": "c4ef368f965fc853515edf3cd5998607" }, { - "title": "Vladimir Putin to attend opening of Winter Olympics in Beijing", - "description": "

    Russian leader defies western boycott and forms ‘new model of cooperation’ with Xi Jinping

    Vladimir Putin has confirmed he will attend the opening of the Winter Olympics in Beijing, an event that Boris Johnson and other western leaders have boycotted in protest at human rights abuses in China.

    Putin made the pledge during a video call with the Chinese leader, Xi Jinping, as he said that a “new model of cooperation has been formed between our countries, based on other matters of principles such as non-interference in [each other’s] internal affairs”.

    Continue reading...", - "content": "

    Russian leader defies western boycott and forms ‘new model of cooperation’ with Xi Jinping

    Vladimir Putin has confirmed he will attend the opening of the Winter Olympics in Beijing, an event that Boris Johnson and other western leaders have boycotted in protest at human rights abuses in China.

    Putin made the pledge during a video call with the Chinese leader, Xi Jinping, as he said that a “new model of cooperation has been formed between our countries, based on other matters of principles such as non-interference in [each other’s] internal affairs”.

    Continue reading...", - "category": "Vladimir Putin", - "link": "https://www.theguardian.com/sport/2021/dec/15/vladimir-putin-to-attend-opening-of-winter-olympics-in-beijing", + "title": "Biden promises eastern Europeans support in event of Russian attack on Ukraine", + "description": "

    US president makes pledge in phone calls to Ukrainian president and nine other states

    Joe Biden has phoned the leaders of Ukraine and nine eastern European Nato states promising support if Russia attacks Ukraine and pledging to involve them in decisions about the region.

    After a 90-minute call with Biden late on Thursday, Ukrainian president Volodymyr Zelenskiy said on Twitter that the two “discussed possible formats for resolving the conflict” in eastern Ukraine, where Russian-backed separatists have carved out a self-declared state.

    Continue reading...", + "content": "

    US president makes pledge in phone calls to Ukrainian president and nine other states

    Joe Biden has phoned the leaders of Ukraine and nine eastern European Nato states promising support if Russia attacks Ukraine and pledging to involve them in decisions about the region.

    After a 90-minute call with Biden late on Thursday, Ukrainian president Volodymyr Zelenskiy said on Twitter that the two “discussed possible formats for resolving the conflict” in eastern Ukraine, where Russian-backed separatists have carved out a self-declared state.

    Continue reading...", + "category": "Europe", + "link": "https://www.theguardian.com/world/2021/dec/09/eastern-europe-urges-nato-unity-in-biden-talks-with-russia", "creator": "Andrew Roth in Moscow", - "pubDate": "2021-12-15T10:57:07Z", + "pubDate": "2021-12-09T22:32:27Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212327,20 +237940,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "628e6aa3f71925961302cda6dbdc3dfb" + "hash": "d033358f86e2be3b58e86ff52e982651" }, { - "title": "German police raids target ‘anti-vaxxer murder plot’ against state leader", - "description": "

    Searches carried out in Dresden after plans for the killing discussed on Telegram messaging group

    German police have carried out armed raids on several locations in the eastern state of Saxony in connection with a plot by anti-vaccination activists to murder the state’s prime minister, Michael Kretschmer.

    The searches at five addresses in the city of Dresden and one in the nearby town of Heidenau targeted members of a group on the messaging service Telegram where plans for the killing were discussed in connection with the state government’s coronavirus curbs, police said. According to reports, the members included a 34-year-old woman and four men aged between 32 and 64.

    Continue reading...", - "content": "

    Searches carried out in Dresden after plans for the killing discussed on Telegram messaging group

    German police have carried out armed raids on several locations in the eastern state of Saxony in connection with a plot by anti-vaccination activists to murder the state’s prime minister, Michael Kretschmer.

    The searches at five addresses in the city of Dresden and one in the nearby town of Heidenau targeted members of a group on the messaging service Telegram where plans for the killing were discussed in connection with the state government’s coronavirus curbs, police said. According to reports, the members included a 34-year-old woman and four men aged between 32 and 64.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/15/german-police-conduct-raids-in-saxony-over-anti-vaxxer-plot-dresden", - "creator": "Kate Connolly in Berlin", - "pubDate": "2021-12-15T10:45:19Z", + "title": "Jussie Smollett found guilty of faking hate crime against himself", + "description": "

    The Chicago jury, which deliberated for more than nine hours, found Smollett guilty of five of the six charges he faced

    A jury has found the Empire actor Jussie Smollett guilty of faking a hate crime against himself to raise his celebrity profile.

    The Chicago jury, which deliberated for more than nine hours, found Smollett guilty of five charges of disorderly conduct. He was acquitted on a sixth count, of lying to a detective in mid-February, weeks after Smollett said he was attacked.

    Continue reading...", + "content": "

    The Chicago jury, which deliberated for more than nine hours, found Smollett guilty of five of the six charges he faced

    A jury has found the Empire actor Jussie Smollett guilty of faking a hate crime against himself to raise his celebrity profile.

    The Chicago jury, which deliberated for more than nine hours, found Smollett guilty of five charges of disorderly conduct. He was acquitted on a sixth count, of lying to a detective in mid-February, weeks after Smollett said he was attacked.

    Continue reading...", + "category": "Jussie Smollett", + "link": "https://www.theguardian.com/us-news/2021/dec/09/jussie-smollett-found-guilty-faking-hate-crime-against-himself", + "creator": "Maya Yang and agencies", + "pubDate": "2021-12-10T00:04:23Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212348,20 +237960,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d0e226076eb04f50704b7b3ff5ded58" + "hash": "f9066f8314eb6128aece7a954a3ea51c" }, { - "title": "Mark Meadows: House votes to recommend criminal contempt charges against Trump ex-chief of staff", - "description": "

    Move comes after senior Trump figure ceased cooperating with panel investigating Capitol attack

    The US House of Representatives has approved a measure recommending criminal contempt charges against Mark Meadows, the former chief of staff to Donald Trump, a week after he ended his cooperation with the chamber’s committee investigating the Capitol insurrection.

    The approval marks the first time the House has voted to hold a former member in contempt since the 1830s, according to the chamber’s records.

    Continue reading...", - "content": "

    Move comes after senior Trump figure ceased cooperating with panel investigating Capitol attack

    The US House of Representatives has approved a measure recommending criminal contempt charges against Mark Meadows, the former chief of staff to Donald Trump, a week after he ended his cooperation with the chamber’s committee investigating the Capitol insurrection.

    The approval marks the first time the House has voted to hold a former member in contempt since the 1830s, according to the chamber’s records.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2021/dec/15/mark-meadows-house-votes-criminal-contempt", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-15T04:14:06Z", + "title": "Villagers file human rights complaint over plan for giant PNG goldmine", + "description": "

    Frieda River mine proposed by Chinese-owned PanAust sparks appeal to government in Australia where company is registered

    More than 2,000 people in 60 villages in Papua New Guinea’s north – where the country’s largest gold, copper and silver mine is slated to be built – have filed a human rights complaint with the Australian government against developer PanAust.

    The landowners of the proposed Frieda River mine, on a tributary to the Sepik in the north of New Guinea island, allege that PanAust failed to obtain their consent.

    Continue reading...", + "content": "

    Frieda River mine proposed by Chinese-owned PanAust sparks appeal to government in Australia where company is registered

    More than 2,000 people in 60 villages in Papua New Guinea’s north – where the country’s largest gold, copper and silver mine is slated to be built – have filed a human rights complaint with the Australian government against developer PanAust.

    The landowners of the proposed Frieda River mine, on a tributary to the Sepik in the north of New Guinea island, allege that PanAust failed to obtain their consent.

    Continue reading...", + "category": "Papua New Guinea", + "link": "https://www.theguardian.com/world/2021/dec/10/villagers-file-human-rights-complaint-over-plan-for-giant-png-goldmine", + "creator": "Lyanne Togiba in Port Moresby", + "pubDate": "2021-12-10T03:08:11Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212369,20 +237980,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "53d43f26cc10d85ab436bb1c7258aa5b" + "hash": "5e59a4323cb7f98bdc13b763db14fee5" }, { - "title": "Hundreds rescued from roof as fire hits Hong Kong shopping centre", - "description": "

    Thirteen taken to hospital after blaze that reportedly broke out in an electrical switch room

    Firefighters have rescued 350 people who were trapped on the roof of a shopping centre and office complex in Hong Kong after a fire broke out in one of the city’s busiest shopping districts.

    Smoke started billowing from the World Trade Centre in the Causeway Bay district at about noon on Wednesday. Firefighters battling the blaze with two water jets extinguished it at about 4.30pm.

    Continue reading...", - "content": "

    Thirteen taken to hospital after blaze that reportedly broke out in an electrical switch room

    Firefighters have rescued 350 people who were trapped on the roof of a shopping centre and office complex in Hong Kong after a fire broke out in one of the city’s busiest shopping districts.

    Smoke started billowing from the World Trade Centre in the Causeway Bay district at about noon on Wednesday. Firefighters battling the blaze with two water jets extinguished it at about 4.30pm.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/15/hong-kong-world-trade-center-fire-reports-dozens-trapped-inside-shopping-centre", - "creator": "Rhoda Kwan in Taipei", - "pubDate": "2021-12-15T10:23:25Z", + "title": "Dozens die and thousands flee in West Darfur tribal fighting", + "description": "

    Deadly clashes erupt in three separate areas with poor medical facilities as wider Darfur region slides into violence

    Tribal fighting has killed dozens of people over the past three weeks in three separate areas of Sudan’s West Darfur region and thousands of people have fled the violence, local medics have said.

    The West Darfur Doctors Committee said in statements on Wednesday and Thursday that attacks in the Kreinik area killed 88 and wounded 84, while renewed violence in the Jebel Moon area killed 25 and wounded four. Meanwhile, violence in the Sarba locality killed eight and wounded six.

    Continue reading...", + "content": "

    Deadly clashes erupt in three separate areas with poor medical facilities as wider Darfur region slides into violence

    Tribal fighting has killed dozens of people over the past three weeks in three separate areas of Sudan’s West Darfur region and thousands of people have fled the violence, local medics have said.

    The West Darfur Doctors Committee said in statements on Wednesday and Thursday that attacks in the Kreinik area killed 88 and wounded 84, while renewed violence in the Jebel Moon area killed 25 and wounded four. Meanwhile, violence in the Sarba locality killed eight and wounded six.

    Continue reading...", + "category": "Sudan", + "link": "https://www.theguardian.com/world/2021/dec/10/dozens-die-and-thousands-flee-in-west-darfur-tribal-fighting", + "creator": "Staff and agencies", + "pubDate": "2021-12-10T01:48:23Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212390,62 +238000,59 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9714076df6d758d7825172c87738e46" + "hash": "994727225ffda7b10a335b33b7586c8c" }, { - "title": "Revealed: LAPD used ‘strategic communications’ firm to track ‘defund the police’ online", - "description": "

    Internal documents show a Polish firm with no law enforcement experience helped LAPD collect tens of thousands of tweets related to Black Lives Matter and racial justice protests

    The Los Angeles police department worked with a Polish firm that specializes in “strategic communications” to monitor social media and collect millions of tweets last year, including thousands related to Black Lives Matter and “defund the police”, according to records reviewed by the Guardian.

    Internal LAPD documents, obtained by the Brennan Center for Justice through public records requests, reveal that the department conducted a one-month trial of social media monitoring software from Edge NPD, a company that typically worked in advertising and marketing, had no prior experience contracting with law enforcement and was based thousands of miles away in Warsaw, Poland.

    Continue reading...", - "content": "

    Internal documents show a Polish firm with no law enforcement experience helped LAPD collect tens of thousands of tweets related to Black Lives Matter and racial justice protests

    The Los Angeles police department worked with a Polish firm that specializes in “strategic communications” to monitor social media and collect millions of tweets last year, including thousands related to Black Lives Matter and “defund the police”, according to records reviewed by the Guardian.

    Internal LAPD documents, obtained by the Brennan Center for Justice through public records requests, reveal that the department conducted a one-month trial of social media monitoring software from Edge NPD, a company that typically worked in advertising and marketing, had no prior experience contracting with law enforcement and was based thousands of miles away in Warsaw, Poland.

    Continue reading...", - "category": "Los Angeles", - "link": "https://www.theguardian.com/us-news/2021/dec/15/revealed-los-angeles-police-social-media-surveillance-technology", - "creator": "Sam Levin and Johana Bhuiyan", - "pubDate": "2021-12-15T11:00:13Z", + "title": "Macron accuses UK of not keeping its word on Brexit and fishing", + "description": "

    France willing to re-engage on Channel crossings, but UK economy relies on illegal labour, says president

    Relations between France and Britain are strained because the current UK government does not honour its word, president Emmanuel Macron has said.

    Macron accused London of failing to keep its word on Brexit and fishing licences, but said France was willing to re-engage in good faith, and called for “British re-engagement” over the “humanitarian question” of dangerous Channel crossings, after at least 27 migrants drowned trying to reach the British coast.

    Continue reading...", + "content": "

    France willing to re-engage on Channel crossings, but UK economy relies on illegal labour, says president

    Relations between France and Britain are strained because the current UK government does not honour its word, president Emmanuel Macron has said.

    Macron accused London of failing to keep its word on Brexit and fishing licences, but said France was willing to re-engage in good faith, and called for “British re-engagement” over the “humanitarian question” of dangerous Channel crossings, after at least 27 migrants drowned trying to reach the British coast.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/09/emmanuel-macron-uk-brexit-fishing-channel-crossings", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2021-12-09T19:10:03Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "12ea8e2dc5e9785fa3f314bab6c7cb03" + "hash": "e1598fd0b3d0d08188374cc71c1e07e4" }, { - "title": "Billie Eilish says watching porn as a child ‘destroyed my brain’", - "description": "

    Singer says exposure from the age of 11 messed her up when she began dating as ‘I was not saying no to things that were not good’

    Grammy-winning singer Billie Eilish has spoken about an addiction to watching pornography, starting at age 11, and how it gave her nightmares and messed her up when she started dating.

    Eilish, who turns 20 on Saturday, was speaking on the Howard Stern Show on Sirius XM radio on Monday.

    Continue reading...", - "content": "

    Singer says exposure from the age of 11 messed her up when she began dating as ‘I was not saying no to things that were not good’

    Grammy-winning singer Billie Eilish has spoken about an addiction to watching pornography, starting at age 11, and how it gave her nightmares and messed her up when she started dating.

    Eilish, who turns 20 on Saturday, was speaking on the Howard Stern Show on Sirius XM radio on Monday.

    Continue reading...", - "category": "Billie Eilish", - "link": "https://www.theguardian.com/music/2021/dec/15/billie-eilish-says-watching-porn-gave-her-nightmares-and-destroyed-my-brain", - "creator": "Reuters", - "pubDate": "2021-12-15T01:46:12Z", + "title": "Brown sugar shortage leaves bitter taste for New Zealand’s home bakers", + "description": "

    Lead contamination scare and global supply chain disruption add up to recipe for Christmas disappointment, with dried fruit also in short supply

    A mass recall of brown sugar in New Zealand, prompted by fears of lead contamination, has left home bakers scrambling for alternatives in the lead up to the festive season, while global supply chain disruptions have caused gaps on the supermarket shelves.

    The country’s only sugar refinery, NZ Sugar Limited, was forced to make four recalls of its sugar products after low levels of lead were detected in some of its batches. Food Safety New Zealand is investigating the handling of the recall, after three incidents where recalled products ended up back on supermarket shelves.

    Continue reading...", + "content": "

    Lead contamination scare and global supply chain disruption add up to recipe for Christmas disappointment, with dried fruit also in short supply

    A mass recall of brown sugar in New Zealand, prompted by fears of lead contamination, has left home bakers scrambling for alternatives in the lead up to the festive season, while global supply chain disruptions have caused gaps on the supermarket shelves.

    The country’s only sugar refinery, NZ Sugar Limited, was forced to make four recalls of its sugar products after low levels of lead were detected in some of its batches. Food Safety New Zealand is investigating the handling of the recall, after three incidents where recalled products ended up back on supermarket shelves.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/10/brown-sugar-shortage-leaves-bitter-taste-for-new-zealands-home-bakers", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-12-10T03:16:11Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5dd3ccbf5b84affc8a0e077af5684750" + "hash": "21750d7ebf284c81c6970b4f37b00fbf" }, { - "title": "Four-year-old Sydney child orders $1,139 of gelato delivered to his father’s work", - "description": "

    Christian King used his father’s phone to order multiple cakes and tubs of his favourite flavours from Messina

    A four-year-old boy left his Sydney family gobsmacked after ordering more than $1,000 worth of gelato on a food delivery app, including a personalised birthday cake and tubs of his favourite flavours.

    Christian King used his father’s phone to order $1,139 worth of gelato and cakes from Gelato Messina on UberEats on Monday.

    Continue reading...", - "content": "

    Christian King used his father’s phone to order multiple cakes and tubs of his favourite flavours from Messina

    A four-year-old boy left his Sydney family gobsmacked after ordering more than $1,000 worth of gelato on a food delivery app, including a personalised birthday cake and tubs of his favourite flavours.

    Christian King used his father’s phone to order $1,139 worth of gelato and cakes from Gelato Messina on UberEats on Monday.

    Continue reading...", - "category": "Sydney", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/15/four-year-old-sydney-child-orders-1139-of-ice-cream-delivered-to-his-fathers-work", - "creator": "Mostafa Rachwani", - "pubDate": "2021-12-15T07:08:38Z", + "title": "Covid news live: Australia to offer jabs to children aged five to 11; US Omicron cases mostly mild, CDC chief says", + "description": "

    Australia will begin administering vaccines for children from January; nearly all of the 40 people in the US infected with Omicron were mildly ill

    Fury over the release of a video showing Downing Street staffers joking about alleged lockdown breaches in the UK are only the latest scandal to rock British prime minister Boris Johnson’s premiership.

    For days, a succession of government ministers batted away questions about whether an illegal party had been held in Downing Street last December during Covid restrictions that banned gatherings of more than 30 people. But on Tuesday night that all changed: a video emerged of Downing Street staffers appearing to joke about a party alleged to have been held inside No 10 just days earlier.

    Continue reading...", + "content": "

    Australia will begin administering vaccines for children from January; nearly all of the 40 people in the US infected with Omicron were mildly ill

    Fury over the release of a video showing Downing Street staffers joking about alleged lockdown breaches in the UK are only the latest scandal to rock British prime minister Boris Johnson’s premiership.

    For days, a succession of government ministers batted away questions about whether an illegal party had been held in Downing Street last December during Covid restrictions that banned gatherings of more than 30 people. But on Tuesday night that all changed: a video emerged of Downing Street staffers appearing to joke about a party alleged to have been held inside No 10 just days earlier.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/10/covid-news-live-australia-to-offer-jabs-to-children-aged-five-to-11-us-omicron-cases-mostly-mild-cdc-chief-says", + "creator": "Samantha Lock", + "pubDate": "2021-12-10T04:38:48Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212453,41 +238060,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4dfac25a883fcf73af4b4a2435dacb2" + "hash": "f199cf9f5eb3230d5ecef76e347b4d1b" }, { - "title": "‘A terrible tragedy’: US passes 800,000 Covid deaths – highest in the world", - "description": "

    Figure deemed doubly heartbreaking amid widespread availability of vaccines, as WHO warns Omicron is spreading at unprecedented rate

    The US death toll from Covid-19 has passed 800,000, a once-unimaginable figure seen as doubly tragic given that more than 200,000 of those lives were lost after vaccines became available last spring.

    The figure represents the highest reported toll of any country in the world, and is likely even higher.

    Continue reading...", - "content": "

    Figure deemed doubly heartbreaking amid widespread availability of vaccines, as WHO warns Omicron is spreading at unprecedented rate

    The US death toll from Covid-19 has passed 800,000, a once-unimaginable figure seen as doubly tragic given that more than 200,000 of those lives were lost after vaccines became available last spring.

    The figure represents the highest reported toll of any country in the world, and is likely even higher.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/15/a-terrible-tragedy-us-tops-800000-covid-deaths-highest-in-the-world", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-15T02:05:47Z", + "title": "Italian who presented fake arm for Covid jab ‘has since been vaccinated’", + "description": "

    Dr Guido Russo says stunt was protest against vaccine mandates and jab is ‘best weapon we have’ against virus

    An Italian dentist who presented a fake arm for a Covid vaccine says he has since been jabbed and that the vaccine “is the best weapon we have against this terrible disease”.

    Dr Guido Russo faces possible criminal fraud charges for having worn an arm made out of silicone when he first showed up at a vaccine hub in the northern city of Biella. Italy has required doctors and nurses to be vaccinated since earlier this year.

    Continue reading...", + "content": "

    Dr Guido Russo says stunt was protest against vaccine mandates and jab is ‘best weapon we have’ against virus

    An Italian dentist who presented a fake arm for a Covid vaccine says he has since been jabbed and that the vaccine “is the best weapon we have against this terrible disease”.

    Dr Guido Russo faces possible criminal fraud charges for having worn an arm made out of silicone when he first showed up at a vaccine hub in the northern city of Biella. Italy has required doctors and nurses to be vaccinated since earlier this year.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2021/dec/09/italian-who-presented-fake-arm-for-covid-jab-has-since-been-vaccinated", + "creator": "Associated Press in Rome", + "pubDate": "2021-12-09T13:00:48Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "2eb1ec7fbef87d91c043128d5e5aabab" + "hash": "6d4acb41ea140b45c13102a14afe7d5e" }, { - "title": "Google tells US staff to get vaccinated or face losing job", - "description": "

    Those who fail to comply without valid exemption will initially be placed on leave and could later be sacked

    Google has told its US staff they must be vaccinated against Covid-19 by the middle of January or face serious repercussions including a pay cut and ultimately the loss of their job.

    Employees were told they were required to have declared their vaccination status and uploaded proof of it, or to have applied for a medical or religious exemption, by 3 December, according to an internal memo obtained by CNBC, which first reported the story.

    Continue reading...", - "content": "

    Those who fail to comply without valid exemption will initially be placed on leave and could later be sacked

    Google has told its US staff they must be vaccinated against Covid-19 by the middle of January or face serious repercussions including a pay cut and ultimately the loss of their job.

    Employees were told they were required to have declared their vaccination status and uploaded proof of it, or to have applied for a medical or religious exemption, by 3 December, according to an internal memo obtained by CNBC, which first reported the story.

    Continue reading...", - "category": "Google", - "link": "https://www.theguardian.com/technology/2021/dec/15/google-tells-us-staff-to-get-vaccinated-or-face-losing-job", - "creator": "Joanna Partridge", - "pubDate": "2021-12-15T11:42:23Z", + "title": "CDC chief says Omicron is ‘mild’ as early data comes in on US spread of variant", + "description": "

    Agency is working on detailed analysis of what the new mutant form of the coronavirus might hold for the US

    More than 40 people in the US have been found to be infected with the Omicron variant so far, and more than three-quarters of them had been vaccinated, the chief of the Centers for Disease Control and Prevention (CDC) has said. But she added nearly all of them were only mildly ill.

    In an interview with the Associated Press, Dr Rochelle Walensky, director of the CDC, said the data is very limited and the agency is working on a more detailed analysis of what the new mutant form of the coronavirus might hold for the US.

    Continue reading...", + "content": "

    Agency is working on detailed analysis of what the new mutant form of the coronavirus might hold for the US

    More than 40 people in the US have been found to be infected with the Omicron variant so far, and more than three-quarters of them had been vaccinated, the chief of the Centers for Disease Control and Prevention (CDC) has said. But she added nearly all of them were only mildly ill.

    In an interview with the Associated Press, Dr Rochelle Walensky, director of the CDC, said the data is very limited and the agency is working on a more detailed analysis of what the new mutant form of the coronavirus might hold for the US.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/09/cdc-chief-omicron-mild-early-data-us-spread-variant", + "creator": "Associated Press", + "pubDate": "2021-12-09T14:52:37Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212495,20 +238100,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "56cc36095ab15aefaeae380569d0686e" + "hash": "efb0d2ca3810886b8a34d491c7ee2d7a" }, { - "title": "The fears of five-year-olds: how young children cope with Covid anxiety", - "description": "

    Older children had exams cancelled and their futures thrown into doubt. But what has been the toll on primary pupils who began school during the pandemic?

    Let me introduce you to a little girl called Miriam. She’s five years old and attends a primary school in north-east London. The adults who know her describe her as a confident, outgoing child. “She has a hugely adventurous spirit; she wants to try everything,” said one. But the pandemic that continues to spread fear and uncertainty across all our lives has made her scared of the world around her.

    Getting to sleep is difficult for Miriam because she has nightmares. Especially on Sundays. Coming into school is hard, because she doesn’t want to leave her mother. Sometimes she gets angry and clings to her mum. “Am I safe enough to do this on my own?” she’s thinking, and sometimes the answer she gives herself is no. “Her wings have been clipped by Covid,” says the school-based counsellor who works with her. She is not alone.

    Continue reading...", - "content": "

    Older children had exams cancelled and their futures thrown into doubt. But what has been the toll on primary pupils who began school during the pandemic?

    Let me introduce you to a little girl called Miriam. She’s five years old and attends a primary school in north-east London. The adults who know her describe her as a confident, outgoing child. “She has a hugely adventurous spirit; she wants to try everything,” said one. But the pandemic that continues to spread fear and uncertainty across all our lives has made her scared of the world around her.

    Getting to sleep is difficult for Miriam because she has nightmares. Especially on Sundays. Coming into school is hard, because she doesn’t want to leave her mother. Sometimes she gets angry and clings to her mum. “Am I safe enough to do this on my own?” she’s thinking, and sometimes the answer she gives herself is no. “Her wings have been clipped by Covid,” says the school-based counsellor who works with her. She is not alone.

    Continue reading...", - "category": "Children", - "link": "https://www.theguardian.com/society/2021/dec/15/the-fears-of-five-year-olds-how-young-children-cope-with-covid-anxiety", - "creator": "Sally Weale", - "pubDate": "2021-12-15T10:00:11Z", + "title": "South Korea cuts human interaction in push to build ‘untact’ society", + "description": "

    The government invests heavily to remove human contact from many aspects of life but fears of harmful social consequences persist

    For Seoul-based graduate Lee Su-bin, the transition to a new lifestyle during the pandemic was no big deal.

    “At the university library, I would reserve my books online, which would then be sanitised in a book steriliser before being delivered to a locker for pick up,” the 25-year-old says.

    Continue reading...", + "content": "

    The government invests heavily to remove human contact from many aspects of life but fears of harmful social consequences persist

    For Seoul-based graduate Lee Su-bin, the transition to a new lifestyle during the pandemic was no big deal.

    “At the university library, I would reserve my books online, which would then be sanitised in a book steriliser before being delivered to a locker for pick up,” the 25-year-old says.

    Continue reading...", + "category": "South Korea", + "link": "https://www.theguardian.com/world/2021/dec/10/south-korea-cuts-human-interaction-in-push-to-build-untact-society", + "creator": "Raphael Rashid", + "pubDate": "2021-12-10T03:23:22Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212516,20 +238120,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0aa5989b403174f322e5b01930a10fa0" + "hash": "366c561560dba14bdb8d72769891a0b5" }, { - "title": "MPs back Covid passes in England amid large Tory rebellion", - "description": "

    Measure comes into force on Wednesday and was passed despite many Tories voting against

    Boris Johnson has suffered a humiliating rebellion over measures to slow the spread of the Omicron variant, with 99 Conservative MPs rejecting plans for vaccine certificates despite surging infections and personal lobbying by the prime minister.

    Johnson had earlier warned his cabinet of a “huge spike” in cases but failed to convince many in his party to support plans to insist on a Covid certificate or negative lateral flow test to attend large venues.

    Continue reading...", - "content": "

    Measure comes into force on Wednesday and was passed despite many Tories voting against

    Boris Johnson has suffered a humiliating rebellion over measures to slow the spread of the Omicron variant, with 99 Conservative MPs rejecting plans for vaccine certificates despite surging infections and personal lobbying by the prime minister.

    Johnson had earlier warned his cabinet of a “huge spike” in cases but failed to convince many in his party to support plans to insist on a Covid certificate or negative lateral flow test to attend large venues.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/14/covid-plan-b-mps-back-tougher-rules-face-masks-england-omicron", - "creator": "Heather Stewart and Aubrey Allegretti", - "pubDate": "2021-12-14T22:19:10Z", + "title": "George Michael’s 30 greatest songs – ranked!", + "description": "

    With Last Christmas sailing up the singles charts again, now’s the time to reappraise Michael’s best tracks, from sublime pop to haunting elegies

    Tucked away on the B-side of The Edge of Heaven, Battlestations is a fascinating anomaly in the Wham! catalogue. Raw, minimal, and influenced by contemporary dancefloor trends – but still very much a pop song – it gives a glimpse of what might have happened had the duo stayed together and taken a hipper, more experimental direction.

    Continue reading...", + "content": "

    With Last Christmas sailing up the singles charts again, now’s the time to reappraise Michael’s best tracks, from sublime pop to haunting elegies

    Tucked away on the B-side of The Edge of Heaven, Battlestations is a fascinating anomaly in the Wham! catalogue. Raw, minimal, and influenced by contemporary dancefloor trends – but still very much a pop song – it gives a glimpse of what might have happened had the duo stayed together and taken a hipper, more experimental direction.

    Continue reading...", + "category": "George Michael", + "link": "https://www.theguardian.com/music/2021/dec/09/george-michaels-30-greatest-songs-ranked", + "creator": "Alexis Petridis", + "pubDate": "2021-12-09T17:25:30Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212537,20 +238140,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f498d8996893a35de2d9ef329fab789e" + "hash": "c9bfce5f1c73a6d8456b86be3c164d0f" }, { - "title": "‘No one loves the extreme more than me’: Neil Patrick Harris on ‘dad life’, desire and Doogie Howser", - "description": "

    He avoided the pitfalls of childhood fame and became one of Hollywood’s most versatile actors. He discusses controversial roles, the return of the Matrix, his friendship with Sondheim – and refusing to grow up

    Neil Patrick Harris may be approaching 50, but to a generation he will always be the child prodigy Doogie Howser, the 14-year-old doctor he played as a teenager. “It’s a little bizarre that people – what is it, 30 years later? – still refer to me as that. People say: ‘Hey, Doogie, I like your new show!’ But hey, better than anonymity, I suppose.”

    It is a long time since Harris, 48, has been anonymous. He made his acting debut at 15, starring opposite Whoopi Goldberg as a disillusioned teen in Clara’s Heart, a drama about a Jamaican woman who moves to Baltimore to become the housekeeper for a rich family. Since then, he has established himself as a versatile actor in musical theatre, film and TV (most notably the sitcom How I Met Your Mother) and a host and presenter of high-profile awards shows such as the Oscars. His CV is particularly impressive when you consider how often child actors struggle to establish adult careers, or find themselves traumatised by their formative experiences.

    Continue reading...", - "content": "

    He avoided the pitfalls of childhood fame and became one of Hollywood’s most versatile actors. He discusses controversial roles, the return of the Matrix, his friendship with Sondheim – and refusing to grow up

    Neil Patrick Harris may be approaching 50, but to a generation he will always be the child prodigy Doogie Howser, the 14-year-old doctor he played as a teenager. “It’s a little bizarre that people – what is it, 30 years later? – still refer to me as that. People say: ‘Hey, Doogie, I like your new show!’ But hey, better than anonymity, I suppose.”

    It is a long time since Harris, 48, has been anonymous. He made his acting debut at 15, starring opposite Whoopi Goldberg as a disillusioned teen in Clara’s Heart, a drama about a Jamaican woman who moves to Baltimore to become the housekeeper for a rich family. Since then, he has established himself as a versatile actor in musical theatre, film and TV (most notably the sitcom How I Met Your Mother) and a host and presenter of high-profile awards shows such as the Oscars. His CV is particularly impressive when you consider how often child actors struggle to establish adult careers, or find themselves traumatised by their formative experiences.

    Continue reading...", - "category": "Neil Patrick Harris", - "link": "https://www.theguardian.com/culture/2021/dec/15/no-one-loves-the-extreme-more-than-me-neil-patrick-harris-on-dad-life-desire-and-doogie-howser", - "creator": "Chris Godfrey", - "pubDate": "2021-12-15T06:00:07Z", + "title": "I once worked as a dish pig in a seminary. It was character-revealing | Brigid Delaney", + "description": "

    Today’s teens may know the Pythagoras theorem, but do they know how to wash dishes or make gravy in mass quantities?

    “I’m training”, says the badge, or “Trainee”. Or they tell you “I’m new”, and that it’s their third shift.

    The last fortnight, I have been staying in the Bellarine peninsula – a popular holiday spot west of Melbourne. Almost all the cafes, restaurants and shops I visited were in training mode – teaching new staff how to use the register or make a coffee before the summer rush hits in a couple of weeks. By all accounts, they’re going to get slammed.

    Continue reading...", + "content": "

    Today’s teens may know the Pythagoras theorem, but do they know how to wash dishes or make gravy in mass quantities?

    “I’m training”, says the badge, or “Trainee”. Or they tell you “I’m new”, and that it’s their third shift.

    The last fortnight, I have been staying in the Bellarine peninsula – a popular holiday spot west of Melbourne. Almost all the cafes, restaurants and shops I visited were in training mode – teaching new staff how to use the register or make a coffee before the summer rush hits in a couple of weeks. By all accounts, they’re going to get slammed.

    Continue reading...", + "category": "Young people", + "link": "https://www.theguardian.com/commentisfree/2021/dec/10/i-once-worked-as-a-dish-pig-in-a-seminary-it-was-character-revealing", + "creator": "Brigid Delaney", + "pubDate": "2021-12-09T16:30:17Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212558,20 +238160,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c66677c370d05817991fb19f33769f1e" + "hash": "2cff7c63e354a1c990cc72d6998d4eb3" }, { - "title": "‘Chamberlain was a great man’: why has the PM fooled by Hitler been recast as a hero in new film Munich?", - "description": "

    He is seen as the appeaser who fell for Hitler’s lies. But was Chamberlain scapegoated? Writer Robert Harris and actor Jeremy Irons discuss taking on history with their controversial new film

    “Any country’s present,” says Robert Harris, “is shaped by its interpretation of its past.” Harris, whose bestselling second world war novel Munich is now coming to the big screen courtesy of Netflix, adds: “We have a very strong image of this island standing alone, weak, defenceless – pulled back together by an effort of will. Well, none of it’s really true.”

    The big stories Britain creates from its history require heroes, but they also require cowards, failures and villains. How else could we be sure that our heroes were truly heroic, if we didn’t have comparable figures who fell short? This has been the fate of prewar prime minister Neville Chamberlain, remembered for his policy of trying to appease and contain Hitler. Munich: The Edge of War is a bold attempt to change the story. But can this fictionalised film shift public perceptions of history?

    Continue reading...", - "content": "

    He is seen as the appeaser who fell for Hitler’s lies. But was Chamberlain scapegoated? Writer Robert Harris and actor Jeremy Irons discuss taking on history with their controversial new film

    “Any country’s present,” says Robert Harris, “is shaped by its interpretation of its past.” Harris, whose bestselling second world war novel Munich is now coming to the big screen courtesy of Netflix, adds: “We have a very strong image of this island standing alone, weak, defenceless – pulled back together by an effort of will. Well, none of it’s really true.”

    The big stories Britain creates from its history require heroes, but they also require cowards, failures and villains. How else could we be sure that our heroes were truly heroic, if we didn’t have comparable figures who fell short? This has been the fate of prewar prime minister Neville Chamberlain, remembered for his policy of trying to appease and contain Hitler. Munich: The Edge of War is a bold attempt to change the story. But can this fictionalised film shift public perceptions of history?

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/15/hitler-chamberlain-munich-edge-reason-robert-harris-jeremy-irons", - "creator": "Alex von Tunzelmann", - "pubDate": "2021-12-15T06:00:07Z", + "title": "Hillary Clinton’s victory speech – and others that were never heard", + "description": "

    The defeated 2016 candidate has read aloud what she would have said in victory – joining a cast of thwarted speechmakers

    It was one of the most significant branching points in recent history – and at least one artefact of the way things might have been still exists.

    On Wednesday the Today show in the US released a video of Hillary Clinton reading the speech she would have given if she had beaten Donald Trump in the 2016 election. Clinton, who is giving a course in “the power of resilience” with the online education company Masterclass, teared up as she read aloud from her speech. She said reading it entailed “facing one of my most public defeats head-on”.

    Continue reading...", + "content": "

    The defeated 2016 candidate has read aloud what she would have said in victory – joining a cast of thwarted speechmakers

    It was one of the most significant branching points in recent history – and at least one artefact of the way things might have been still exists.

    On Wednesday the Today show in the US released a video of Hillary Clinton reading the speech she would have given if she had beaten Donald Trump in the 2016 election. Clinton, who is giving a course in “the power of resilience” with the online education company Masterclass, teared up as she read aloud from her speech. She said reading it entailed “facing one of my most public defeats head-on”.

    Continue reading...", + "category": "Hillary Clinton", + "link": "https://www.theguardian.com/us-news/2021/dec/09/hillary-clintons-victory-speech-and-others-that-were-never-heard", + "creator": "Archie Bland", + "pubDate": "2021-12-09T17:38:02Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212579,20 +238180,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b53a83f8c04f10f1ef94692d6f73218" + "hash": "91c9ff81f55e4c0a2a6da68921c4d9f2" }, { - "title": "Could he? Will they? What if? What might happen next in Succession", - "description": "

    After a shocking season finale that rewrote the dynamic of the Roy family, all bets are off for how they might recover

    For all its whizz-bang caper-gone-wrong energy, and for all its subsequent emotional troughs, this week’s Succession finale might have been the most important in its entire run. Because, unless I am very much wrong, Succession – a show about people trying to forcefully mount a succession – just had its succession. And now everything has to change.

    The episode ended with Logan Roy defying his children by selling Waystar Royco to idiosyncratic Swedish tech bro Lukas Matsson. It’s an unexpected twist, like if King Lear contained a weird new beat where Lear hands the British crown to Jack Dorsey for a laugh, but it sets up a bold new future for the show. What will happen in season four? Here are some theories.

    Continue reading...", - "content": "

    After a shocking season finale that rewrote the dynamic of the Roy family, all bets are off for how they might recover

    For all its whizz-bang caper-gone-wrong energy, and for all its subsequent emotional troughs, this week’s Succession finale might have been the most important in its entire run. Because, unless I am very much wrong, Succession – a show about people trying to forcefully mount a succession – just had its succession. And now everything has to change.

    The episode ended with Logan Roy defying his children by selling Waystar Royco to idiosyncratic Swedish tech bro Lukas Matsson. It’s an unexpected twist, like if King Lear contained a weird new beat where Lear hands the British crown to Jack Dorsey for a laugh, but it sets up a bold new future for the show. What will happen in season four? Here are some theories.

    Continue reading...", - "category": "Succession", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/15/succession-season-four-predictions", - "creator": "Stuart Heritage", - "pubDate": "2021-12-15T07:16:08Z", + "title": "And Just Like That review – Sex and the City sequel has a mouthful of teething troubles", + "description": "

    Carrie and co are back and having excruciating ‘learning experiences’ to haul themselves into modern times. But there are reasons to be hopeful!

    Warning: this review contains spoilers from the first episode of And Just Like That.

    The first 20 minutes of the long-anticipated, much-hyped reboot of Sex and the City, And Just Like That (Sky Comedy/HBO Max), are terrible. The Manhattan streets are alive with the sound of crowbars jimmying more exposition into the dialogue than Carrie’s closet has shoes. Samantha’s absence (Kim Cattrall declined to take part in the new show, apparently as a result of longstanding animus between her and Sarah Jessica Parker) is briskly dealt with. She moved to London (“Sexy sirens in their 60s are still viable there!” says someone with their tongue not firmly enough in their cheek) in a fit of pique after Carrie told her she didn’t need her as a publicist any more. That this does not square with anything we have ever known about Samantha apparently matters not a jot. Viewers are then led at a quick jog through the news that Carrie’s Instagram account has really taken off now she is on a podcast, Charlotte is still dyeing her hair, and Miranda has left her corporate law job and is heading back to college to get a masters degree in human rights law after realising she “can no longer be part of the problem”. Writer and showrunner Michael Patrick King gets her to lay out the show’s organising principle too, for the cheap seats at the back. “We can’t just stay who we were, right? There are more important issues in the world.”

    Continue reading...", + "content": "

    Carrie and co are back and having excruciating ‘learning experiences’ to haul themselves into modern times. But there are reasons to be hopeful!

    Warning: this review contains spoilers from the first episode of And Just Like That.

    The first 20 minutes of the long-anticipated, much-hyped reboot of Sex and the City, And Just Like That (Sky Comedy/HBO Max), are terrible. The Manhattan streets are alive with the sound of crowbars jimmying more exposition into the dialogue than Carrie’s closet has shoes. Samantha’s absence (Kim Cattrall declined to take part in the new show, apparently as a result of longstanding animus between her and Sarah Jessica Parker) is briskly dealt with. She moved to London (“Sexy sirens in their 60s are still viable there!” says someone with their tongue not firmly enough in their cheek) in a fit of pique after Carrie told her she didn’t need her as a publicist any more. That this does not square with anything we have ever known about Samantha apparently matters not a jot. Viewers are then led at a quick jog through the news that Carrie’s Instagram account has really taken off now she is on a podcast, Charlotte is still dyeing her hair, and Miranda has left her corporate law job and is heading back to college to get a masters degree in human rights law after realising she “can no longer be part of the problem”. Writer and showrunner Michael Patrick King gets her to lay out the show’s organising principle too, for the cheap seats at the back. “We can’t just stay who we were, right? There are more important issues in the world.”

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/09/and-just-like-that-review-sex-and-the-city-reboot-has-a-mouthful-of-teething-troubles", + "creator": "Lucy Mangan", + "pubDate": "2021-12-09T12:35:09Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212600,20 +238200,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f82a1441093cb1afa895f26e1fa752ab" + "hash": "dab8be6abb92a865ce74d4cd6ef75eaf" }, { - "title": "Reading fire: man held on suspicion of arson and murder", - "description": "

    Police say one person believed to have died and others unaccounted for after blaze at property

    A man has been arrested on suspicion of arson and murder after a fire in Reading.

    Thames Valley police said one person was believed to have died in the blaze at a property in Grovelands Road and there were “a number of others” unaccounted for.

    Continue reading...", - "content": "

    Police say one person believed to have died and others unaccounted for after blaze at property

    A man has been arrested on suspicion of arson and murder after a fire in Reading.

    Thames Valley police said one person was believed to have died in the blaze at a property in Grovelands Road and there were “a number of others” unaccounted for.

    Continue reading...", - "category": "Reading", - "link": "https://www.theguardian.com/uk-news/2021/dec/15/reading-fire-man-held-on-suspicion-of-arson", - "creator": "PA Media", - "pubDate": "2021-12-15T10:32:12Z", + "title": "Fall on walk from bed to desk is workplace accident, German court rules", + "description": "

    Man who slipped and broke his back while working from home was commuting, it is decided

    A German court has ruled that a man who slipped while walking a few metres from his bed to his home office can claim on workplace accident insurance as he was technically commuting.

    The man was working from home and on his way to his desk one floor below his bedroom, the federal social court, which oversees social security issues, said in its decision.

    Continue reading...", + "content": "

    Man who slipped and broke his back while working from home was commuting, it is decided

    A German court has ruled that a man who slipped while walking a few metres from his bed to his home office can claim on workplace accident insurance as he was technically commuting.

    The man was working from home and on his way to his desk one floor below his bedroom, the federal social court, which oversees social security issues, said in its decision.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/09/fall-on-walk-from-bed-to-desk-is-workplace-accident-german-court-rules", + "creator": "Oliver Holmes", + "pubDate": "2021-12-09T15:41:02Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212621,20 +238220,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d174430a3bb831f6eef34fb15c61a902" + "hash": "5796113cc9793be9462ddd16748da652" }, { - "title": "First Thing: US House votes to hold Trump ex-aide Meadows in contempt", - "description": "

    Move comes after Trump’s former chief of staff ceased cooperating with panel investigating Capitol attack. Plus, Nasa spacecraft ‘touches’ the sun

    Good morning.

    The House of Representatives has voted to recommend criminal contempt charges against Mark Meadows, the former chief of staff to Donald Trump, a week after he ended his cooperation with the panel investigating the Capitol insurrection.

    Before he stopped cooperating, what did he hand over? Meadows turned over about 9,000 documents. Text messages also revealed that Trump’s son Donald Trump Jr and three hosts on the Fox News network begged Meadows to persuade the former president to stop the insurrection.

    What other evidence does the panel have? The communications and other documents that Meadows turned over represent just a small sample of the huge trove of evidence the panel has gathered.

    Meanwhile, a judge has dismissed Trump’s latest bid to hide tax returns from the House committee.

    The deadly milestone comes as cases and hospitalisations are on the rise again in the US, driven by the highly contagious Delta variant, with the new variant Omicron posing a fresh threat.

    About 200 million Americans are vaccinated, or just over 60% of the population. That is well short of what scientists say is needed to keep the virus in check.

    Continue reading...", - "content": "

    Move comes after Trump’s former chief of staff ceased cooperating with panel investigating Capitol attack. Plus, Nasa spacecraft ‘touches’ the sun

    Good morning.

    The House of Representatives has voted to recommend criminal contempt charges against Mark Meadows, the former chief of staff to Donald Trump, a week after he ended his cooperation with the panel investigating the Capitol insurrection.

    Before he stopped cooperating, what did he hand over? Meadows turned over about 9,000 documents. Text messages also revealed that Trump’s son Donald Trump Jr and three hosts on the Fox News network begged Meadows to persuade the former president to stop the insurrection.

    What other evidence does the panel have? The communications and other documents that Meadows turned over represent just a small sample of the huge trove of evidence the panel has gathered.

    Meanwhile, a judge has dismissed Trump’s latest bid to hide tax returns from the House committee.

    The deadly milestone comes as cases and hospitalisations are on the rise again in the US, driven by the highly contagious Delta variant, with the new variant Omicron posing a fresh threat.

    About 200 million Americans are vaccinated, or just over 60% of the population. That is well short of what scientists say is needed to keep the virus in check.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/15/first-thing-us-house-votes-to-hold-trump-ex-aide-meadows-in-contempt", - "creator": "Nicola Slawson", - "pubDate": "2021-12-15T11:20:24Z", + "title": "‘I’d stop stockpiling toilet paper’: Cate Blanchett, Mark Rylance and Tyler Perry on their end-of-the-world plans", + "description": "

    The stars of Adam McKay’s apocalypse satire Don’t Look Up discuss their worst fears, their favourite conspiracy theories and their final moments on Earth

    If a massive meteor were expected to collide with Earth in six months’ time, what would our leaders do? Everything in their power to stop it? Or everything possible to leverage it for political and financial gain?

    How about the rest of us? How would we cope with the prospect of impending apocalypse? By facing the end of the world with sobriety and compassion? Or drowning ourselves in sex, drugs and celebrity gossip? Might some of us even enjoy the drama?

    Continue reading...", + "content": "

    The stars of Adam McKay’s apocalypse satire Don’t Look Up discuss their worst fears, their favourite conspiracy theories and their final moments on Earth

    If a massive meteor were expected to collide with Earth in six months’ time, what would our leaders do? Everything in their power to stop it? Or everything possible to leverage it for political and financial gain?

    How about the rest of us? How would we cope with the prospect of impending apocalypse? By facing the end of the world with sobriety and compassion? Or drowning ourselves in sex, drugs and celebrity gossip? Might some of us even enjoy the drama?

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/09/id-stop-stockpiling-toilet-paper-cate-blanchett-mark-rylance-and-tyler-perry-on-their-end-of-the-world-plans", + "creator": "Catherine Shoard", + "pubDate": "2021-12-09T16:00:15Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212642,20 +238240,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "94a425df0b412f2fd9a305bc3c702145" + "hash": "6e585e6d840411ff25b547ce6efaf78c" }, { - "title": "Federal budget update: Josh Frydenberg forecasts unemployment rate to fall to under 5%", - "description": "

    In likely the last update before election, treasurer will highlight jobless rate of below 5% for first time since before GFC in MYEFO address

    The Treasurer, Josh Frydenberg, will reveal in Thursday’s mid-year budget update that Australia’s unemployment rate will fall comfortably below 5% next year as the economy continues to rebound.

    After many months of volatile unemployment figures due to lockdowns and falling participation rates, the mid-year economic and fiscal outlook (MYEFO) will forecast the unemployment rate to drop to 4.5% in the June quarter of next year.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    In likely the last update before election, treasurer will highlight jobless rate of below 5% for first time since before GFC in MYEFO address

    The Treasurer, Josh Frydenberg, will reveal in Thursday’s mid-year budget update that Australia’s unemployment rate will fall comfortably below 5% next year as the economy continues to rebound.

    After many months of volatile unemployment figures due to lockdowns and falling participation rates, the mid-year economic and fiscal outlook (MYEFO) will forecast the unemployment rate to drop to 4.5% in the June quarter of next year.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Australian politics", - "link": "https://www.theguardian.com/australia-news/2021/dec/15/federal-budget-update-josh-frydenberg-forecasts-unemployment-rate-to-fall-to-under-5", - "creator": "Sarah Martin Chief political correspondent", - "pubDate": "2021-12-15T11:31:13Z", + "title": "Wales asks people to ‘flow before you go’ to stop Omicron spread", + "description": "

    Mark Drakeford also urges mask-wearing in pubs as Covid cases likely to rise ‘quickly and sharply’

    People should take a lateral flow test before going out Christmas shopping or to a festive party, the Welsh government has said.

    The first minister, Mark Drakeford, is also asking people to wear face coverings in pubs and restaurants except when they are eating or drinking.

    Continue reading...", + "content": "

    Mark Drakeford also urges mask-wearing in pubs as Covid cases likely to rise ‘quickly and sharply’

    People should take a lateral flow test before going out Christmas shopping or to a festive party, the Welsh government has said.

    The first minister, Mark Drakeford, is also asking people to wear face coverings in pubs and restaurants except when they are eating or drinking.

    Continue reading...", + "category": "Wales", + "link": "https://www.theguardian.com/uk-news/2021/dec/09/wales-asks-people-to-flow-before-you-go-to-stop-omicron-spread", + "creator": "Steven Morris", + "pubDate": "2021-12-09T22:00:22Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212663,20 +238260,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f28664c2811239b41c77218b1549fb90" + "hash": "94ee637bb9a789c7bc69698cbcbad665" }, { - "title": "Arrival of 1bn vaccine doses won’t solve Africa’s Covid crisis, experts say", - "description": "

    Concerns over equipment shortages, bottlenecks and hesitancy on continent with 7.5% vaccine coverage

    With 1bn doses of Covid vaccines expected to arrive in Africa in the coming months, concern has shifted to a global shortage of equipment required to deliver them, such as syringes, as well as insufficient planning in some countries that could create bottlenecks in the rollout.

    After a troubled start to vaccination programmes on the continent, health officials are examining ways to encourage take-up as some countries have had to throw away doses.

    Continue reading...", - "content": "

    Concerns over equipment shortages, bottlenecks and hesitancy on continent with 7.5% vaccine coverage

    With 1bn doses of Covid vaccines expected to arrive in Africa in the coming months, concern has shifted to a global shortage of equipment required to deliver them, such as syringes, as well as insufficient planning in some countries that could create bottlenecks in the rollout.

    After a troubled start to vaccination programmes on the continent, health officials are examining ways to encourage take-up as some countries have had to throw away doses.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/10/african-countries-aim-to-step-up-covid-vaccine-delivery-with-1bn-doses-due", - "creator": "Peter Beaumont and Nick Dall in Cape Town", - "pubDate": "2021-12-10T16:21:39Z", + "title": "Court rules against Trump effort to shield documents from Capitol attack panel – as it happened", + "description": "

    House speaker Nancy Pelosi said she considered it to be a point of pride that Bob Dole started his career in the lower chamber before being elected to the Senate.

    Praising the former Republican senator’s “legendary service” and “inspiring resilience,” Pelosi said it was hard to think of another American more worthy of having a flag draped over his casket.

    Continue reading...", + "content": "

    House speaker Nancy Pelosi said she considered it to be a point of pride that Bob Dole started his career in the lower chamber before being elected to the Senate.

    Praising the former Republican senator’s “legendary service” and “inspiring resilience,” Pelosi said it was hard to think of another American more worthy of having a flag draped over his casket.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/live/2021/dec/09/joe-biden-house-summit-democracy-kamala-harris-us-politics-live", + "creator": "Kari Paul (now), Gloria Oladipo, Joan E Greve and Joanna Walters (earlier)", + "pubDate": "2021-12-10T01:47:49Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212684,20 +238280,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1efc36f381312ca72c098cce11533f6a" + "hash": "7d07e0810f814321b71a3a155373266f" }, { - "title": "Burning issue: how enzymes could end India’s problem with stubble", - "description": "

    Bans failed to stop farmers torching fields each year but a new spray that turns stalks into fertiliser helps the soil and the air

    Every autumn, Anil Kalyan, from Kutail village in India’s northern state of Haryana, would join tens of thousands of other paddy farmers to set fire to the leftover stalks after the rice harvest to clear the field for planting wheat.

    But this year, Kalyan opted for change. He signed his land up for a trial being held in Haryana and neighbouring Punjab as an alternative to the environmentally hazardous stubble burning that is commonplace across India and a major cause of Delhi’s notorious smog.

    Continue reading...", - "content": "

    Bans failed to stop farmers torching fields each year but a new spray that turns stalks into fertiliser helps the soil and the air

    Every autumn, Anil Kalyan, from Kutail village in India’s northern state of Haryana, would join tens of thousands of other paddy farmers to set fire to the leftover stalks after the rice harvest to clear the field for planting wheat.

    But this year, Kalyan opted for change. He signed his land up for a trial being held in Haryana and neighbouring Punjab as an alternative to the environmentally hazardous stubble burning that is commonplace across India and a major cause of Delhi’s notorious smog.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/10/burning-issue-how-enzymes-could-end-indias-problem-with-stubble", - "creator": "Saeed Kamali Dehghan", - "pubDate": "2021-12-10T07:00:35Z", + "title": "US accuses El Salvador of secretly negotiating truce with gang leaders", + "description": "

    In 2020, Nayib Bukele’s administration ‘provided financial incentives’ to MS-13 and the Barrio 18 street gangs, US treasury says

    The US has accused the government of El Salvador president Nayib Bukele of secretly negotiating a truce with leaders of the country’s feared MS-13 and Barrio 18 street gangs.

    The explosive accusation on Wednesday cuts to the heart of one of Bukele’s most highly touted successes in office: a plunge in the country’s murder rate.

    Continue reading...", + "content": "

    In 2020, Nayib Bukele’s administration ‘provided financial incentives’ to MS-13 and the Barrio 18 street gangs, US treasury says

    The US has accused the government of El Salvador president Nayib Bukele of secretly negotiating a truce with leaders of the country’s feared MS-13 and Barrio 18 street gangs.

    The explosive accusation on Wednesday cuts to the heart of one of Bukele’s most highly touted successes in office: a plunge in the country’s murder rate.

    Continue reading...", + "category": "El Salvador", + "link": "https://www.theguardian.com/world/2021/dec/08/el-salvador-us-gang-leaders-truce", + "creator": "Associated Press in Mexico City", + "pubDate": "2021-12-08T19:24:14Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212705,20 +238300,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb741280323b43f7b0014192c78fd6b2" + "hash": "9d7fb75393f8c0ef5ed9963940ea1562" }, { - "title": "Denmark and Norway rush in stricter Covid measures as cases soar", - "description": "

    Scandinavian countries say Omicron is spreading rapidly and expect record number of daily infections

    Denmark and Norway have announced stricter Covid measures to battle soaring infection numbers, as authorities said the new Omicron variant was spreading fast and would probably become dominant in several EU countries within weeks or even days.

    Amid a varied continental picture that includes sharply declining case numbers in many countries, the two Scandinavian governments said they expected daily infections would soon exceed all previous records as the highly transmissible variant combined with and fuelled a wave still largely driven by the previous Delta mutation.

    Continue reading...", - "content": "

    Scandinavian countries say Omicron is spreading rapidly and expect record number of daily infections

    Denmark and Norway have announced stricter Covid measures to battle soaring infection numbers, as authorities said the new Omicron variant was spreading fast and would probably become dominant in several EU countries within weeks or even days.

    Amid a varied continental picture that includes sharply declining case numbers in many countries, the two Scandinavian governments said they expected daily infections would soon exceed all previous records as the highly transmissible variant combined with and fuelled a wave still largely driven by the previous Delta mutation.

    Continue reading...", - "category": "Denmark", - "link": "https://www.theguardian.com/world/2021/dec/14/denmark-norway-rush-in-stricter-covid-measures-as-cases-soar", - "creator": "Jon Henley Europe correspondent", - "pubDate": "2021-12-14T15:45:41Z", + "title": "Australia to dump Taipan helicopters and buy Black Hawks from US amid China fears", + "description": "

    Defence minister Peter Dutton warns of ‘a growing threat within the Indo-Pacific’ in announcing decision

    Get our free news app; get our morning email briefing

    Peter Dutton says buying up to 40 Black Hawk helicopters from the US sends “a very clear message to our partners and to our adversaries” that the Australian Defence Force “can make a significant contribution when we’re called on”.

    The Australian defence minister explicitly referenced the “growing threat” posed by China as he announced an intention to dump the trouble-plagued MRH90 Taipan helicopters, which were originally due to be withdrawn in 2037.

    Continue reading...", + "content": "

    Defence minister Peter Dutton warns of ‘a growing threat within the Indo-Pacific’ in announcing decision

    Get our free news app; get our morning email briefing

    Peter Dutton says buying up to 40 Black Hawk helicopters from the US sends “a very clear message to our partners and to our adversaries” that the Australian Defence Force “can make a significant contribution when we’re called on”.

    The Australian defence minister explicitly referenced the “growing threat” posed by China as he announced an intention to dump the trouble-plagued MRH90 Taipan helicopters, which were originally due to be withdrawn in 2037.

    Continue reading...", + "category": "Australian politics", + "link": "https://www.theguardian.com/australia-news/2021/dec/10/australia-to-dump-taipan-helicopters-and-buy-black-hawks-from-us-amid-china-fears", + "creator": "Daniel Hurst", + "pubDate": "2021-12-10T04:37:06Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212726,20 +238320,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a321069aab8e3cb2ce16e99f7df8ada0" + "hash": "320f664ff355fb25ecfb7d4ca8003edd" }, { - "title": "Capitol attack a ‘coordinated act of terrorism’, says DC lawsuit against far-right groups – live", - "description": "

    Karl Racine, the attorney general of the District of Columbia, in filing federal suit against the Proud Boys and the Oath Keepers, states that: “The District seeks compensatory, statutory and punitive relief and, by filing this action, intends to make clear that it will not countenance the use of violence against the District, including its police officers.

    The lawsuit filed in federal court moments ago lists as defendants not only the far right, white nationalist groups the Proud Boys (of Aubrey, Texas, per the suit) and Oathkeepers (of Las Vegas, Nevada), but also lists 32 individuals deemed to have associations to those groups, as well as noting there are 50 other unnamed defendants collectively referred to as “John and Jane Does 1 - 50”.

    Continue reading...", - "content": "

    Karl Racine, the attorney general of the District of Columbia, in filing federal suit against the Proud Boys and the Oath Keepers, states that: “The District seeks compensatory, statutory and punitive relief and, by filing this action, intends to make clear that it will not countenance the use of violence against the District, including its police officers.

    The lawsuit filed in federal court moments ago lists as defendants not only the far right, white nationalist groups the Proud Boys (of Aubrey, Texas, per the suit) and Oathkeepers (of Las Vegas, Nevada), but also lists 32 individuals deemed to have associations to those groups, as well as noting there are 50 other unnamed defendants collectively referred to as “John and Jane Does 1 - 50”.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/live/2021/dec/14/capitol-attack-panel-mark-meadows-donald-trump-joe-biden-us-politics-lates-news", - "creator": "Joan E Greve in Washington and Joanna Walters (earlier)", - "pubDate": "2021-12-14T22:14:56Z", + "title": "Australia news live updates: two new Omicron cases in Victoria; six Covid cases on Gold Coast ahead of Qld border reopening; Alan Jones launches new web show", + "description": "

    Gold Coast lockdown ‘unlikely’ despite new community Covid cases; Alan Jones says new show and podcast a ‘pioneering initiative’; NSW records 516 new infections; two cases of Omicron variant as Victoria records 1,206 cases and two deaths; six new infections in ACT and four in NT; SA investigates possible Omicron cases. Follow all the day’s developments

    By the way, we are expecting to hear from Scott Morrison pretty soon about the recently Atagi approvals for children’s vaccinations.

    Berejiklian:

    Well, I promised when the PM and others contacted me and urged me to give it consideration. I promised them and I did for a very short period of time and then obviously let them know that it’s not something I want to pursue and it is just a different direction.

    I want my life to change.

    Continue reading...", + "content": "

    Gold Coast lockdown ‘unlikely’ despite new community Covid cases; Alan Jones says new show and podcast a ‘pioneering initiative’; NSW records 516 new infections; two cases of Omicron variant as Victoria records 1,206 cases and two deaths; six new infections in ACT and four in NT; SA investigates possible Omicron cases. Follow all the day’s developments

    By the way, we are expecting to hear from Scott Morrison pretty soon about the recently Atagi approvals for children’s vaccinations.

    Berejiklian:

    Well, I promised when the PM and others contacted me and urged me to give it consideration. I promised them and I did for a very short period of time and then obviously let them know that it’s not something I want to pursue and it is just a different direction.

    I want my life to change.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/10/australia-news-updates-live-covid-omicron-nsw-victoria-qld-scott-morrison-barnaby-joyce-weather-", + "creator": "Caitlin Cassidy (now) and Cait Kelly and Matilda Boseley (earlier)", + "pubDate": "2021-12-10T04:38:54Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212747,20 +238340,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2059fe285150a006bd08d70edf9a7660" + "hash": "e601d91adf7cec747a3cad65412548f5" }, { - "title": "Toronto police ask for help identifying ‘highly suspicious’ person in billionaire murder case", - "description": "

    Police update public on investigation for first time in four years, after studying hours of CCTV footage from night couple were killed

    Four years after the unsolved murders of pharmaceutical billionaires Barry and Honey Sherman, police in Toronto have appealed to the public to help identify a possible suspect in the case.

    At a media briefing on Tuesday, homicide DS Brandon Price said police had studied hours of CCTV footage taken in the couple’s neighbourhood the night of the murders and had identified all people caught on camera – except for one person.

    Continue reading...", - "content": "

    Police update public on investigation for first time in four years, after studying hours of CCTV footage from night couple were killed

    Four years after the unsolved murders of pharmaceutical billionaires Barry and Honey Sherman, police in Toronto have appealed to the public to help identify a possible suspect in the case.

    At a media briefing on Tuesday, homicide DS Brandon Price said police had studied hours of CCTV footage taken in the couple’s neighbourhood the night of the murders and had identified all people caught on camera – except for one person.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2021/dec/14/toronto-billionaire-murder-case-police-help-identifying-highly-suspicious-person", - "creator": "Leyland Cecco in Victoria, British Columbia", - "pubDate": "2021-12-14T18:42:03Z", + "title": "Helping refugees starving in Poland’s icy border forests is illegal – but it’s not the real crime | Anna Alboth", + "description": "

    The asylum seekers on the Poland-Belarus border are not aggressors: they are desperate pawns in a disgusting political struggle

    One thought is a constant in my head: “I have kids at home, I cannot go to jail, I cannot go to jail.” The politics are beyond my reach or that of the victims on the Poland-Belarus border. It involves outgoing German chancellor, Angela Merkel, getting through to Alexander Lukashenko, president of Belarus. It’s ironic that this border has more than 50 media crews gathered, yet Poland is the only place in the EU where journalists cannot freely report.

    Meanwhile, the harsh north European winter is closing in and my fingers are freezing in the dark snowy nights.

    Continue reading...", + "content": "

    The asylum seekers on the Poland-Belarus border are not aggressors: they are desperate pawns in a disgusting political struggle

    One thought is a constant in my head: “I have kids at home, I cannot go to jail, I cannot go to jail.” The politics are beyond my reach or that of the victims on the Poland-Belarus border. It involves outgoing German chancellor, Angela Merkel, getting through to Alexander Lukashenko, president of Belarus. It’s ironic that this border has more than 50 media crews gathered, yet Poland is the only place in the EU where journalists cannot freely report.

    Meanwhile, the harsh north European winter is closing in and my fingers are freezing in the dark snowy nights.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/08/helping-refugees-poland-belarus-border-forests-illegal", + "creator": "Anna Alboth", + "pubDate": "2021-12-08T08:00:36Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212768,20 +238360,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb93eb8646fd8692b1b8dba67aa607a9" + "hash": "04a972c473cd1e8b408ce9dbf2481020" }, { - "title": "At least 60 people killed in Haiti fuel truck explosion", - "description": "

    Total number of injured still not known after truck carrying gasoline overturned around midnight in the Sanmarie area

    More than 60 people have died after a fuel truck overturned and exploded in Haiti’s second-largest city Cap-Haitien, the country’s health ministry has announced.

    The death toll is expected to rise after the truck carrying gasoline overturned at about midnight in the area of Sanmarie on the eastern end of the city, according to local media.

    Continue reading...", - "content": "

    Total number of injured still not known after truck carrying gasoline overturned around midnight in the Sanmarie area

    More than 60 people have died after a fuel truck overturned and exploded in Haiti’s second-largest city Cap-Haitien, the country’s health ministry has announced.

    The death toll is expected to rise after the truck carrying gasoline overturned at about midnight in the area of Sanmarie on the eastern end of the city, according to local media.

    Continue reading...", - "category": "Haiti", - "link": "https://www.theguardian.com/world/2021/dec/14/haiti-fuel-truck-explosion-deaths-injuries", - "creator": "Reuters in Port-au-Prince", - "pubDate": "2021-12-14T15:48:54Z", + "title": "How Nairobi’s ‘road for the rich’ resulted in thousands of homes reduced to rubble", + "description": "

    40,000 people in one of the largest slums in the Kenyan capital have had their homes demolished to make way for works for a Chinese-backed toll road, with some asking: ‘this is development for who?’

    About 40,000 people have been made homeless by demolition works for a major Chinese-backed toll road in Kenya’s capital, Nairobi.

    Amnesty International Kenya says it believes the roadworks have created a humanitarian crisis, as schools, businesses and 13,000 homes spread across nearly 40 hectares (100 acres) of the Mukuru Kwa Njenga slum have been demolished since October, clearing land for a link to the Nairobi expressway.

    A girl stands among the rubble of Mukuru Kwa Njenga slum, Nairobi, where 13,000 homes were razed to the ground

    Continue reading...", + "content": "

    40,000 people in one of the largest slums in the Kenyan capital have had their homes demolished to make way for works for a Chinese-backed toll road, with some asking: ‘this is development for who?’

    About 40,000 people have been made homeless by demolition works for a major Chinese-backed toll road in Kenya’s capital, Nairobi.

    Amnesty International Kenya says it believes the roadworks have created a humanitarian crisis, as schools, businesses and 13,000 homes spread across nearly 40 hectares (100 acres) of the Mukuru Kwa Njenga slum have been demolished since October, clearing land for a link to the Nairobi expressway.

    A girl stands among the rubble of Mukuru Kwa Njenga slum, Nairobi, where 13,000 homes were razed to the ground

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/08/how-nairobis-road-for-the-rich-resulted-in-thousands-of-homes-reduced-to-rubble", + "creator": "Ed Ram in Nairobi", + "pubDate": "2021-12-08T06:30:34Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212789,20 +238380,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b80c7c447dce0cf56f2c10a506127b6a" + "hash": "6292319f9d4604c0108bdbc00a7a925a" }, { - "title": "‘Colossal waste’: Nobel laureates call for 2% cut to military spending worldwide", - "description": "

    Governments urged to use ‘peace dividend’ to help UN tackle pandemics, climate crisis and extreme poverty

    More than 50 Nobel laureates have signed an open letter calling for all countries to cut their military spending by 2% a year for the next five years, and put half the saved money in a UN fund to combat pandemics, the climate crisis, and extreme poverty.

    Coordinated by the Italian physicist Carlo Rovelli, the letter is supported by a large group of scientists and mathematicians including Sir Roger Penrose, and is published at a time when rising global tensions have led to a steady increase in arms budgets.

    Continue reading...", - "content": "

    Governments urged to use ‘peace dividend’ to help UN tackle pandemics, climate crisis and extreme poverty

    More than 50 Nobel laureates have signed an open letter calling for all countries to cut their military spending by 2% a year for the next five years, and put half the saved money in a UN fund to combat pandemics, the climate crisis, and extreme poverty.

    Coordinated by the Italian physicist Carlo Rovelli, the letter is supported by a large group of scientists and mathematicians including Sir Roger Penrose, and is published at a time when rising global tensions have led to a steady increase in arms budgets.

    Continue reading...", - "category": "United Nations", - "link": "https://www.theguardian.com/world/2021/dec/14/nobel-laureates-cut-military-spending-worldwide-un-peace-dividend", - "creator": "Dan Sabbagh Defence and security editor", - "pubDate": "2021-12-14T14:32:09Z", + "title": "I feel despair at Sudan’s coup. But my children’s mini protest gives me hope | Khalid Albaih", + "description": "

    After 30 years in exile, it’s easy to doubt that it will ever be safe to live and work in Sudan. But the action being taken by young people shows democracy will rise again

    “All the goodness and the heroisms will rise up again, then be cut down again and rise up,” John Steinbeck wrote to a friend in 1941, just before the US entered the second world war. “It isn’t that the evil thing wins – it never will – but that it doesn’t die.”

    Growing up, I was always interested in politics, politics was the reason I had to leave Sudan at the age of 11. At school, we weren’t allowed to study or discuss it, and it was the same at home.For years, I lay in bed and listened to my father and his friends as they argued about politics and sang traditional songs during their weekend whisky rituals. They watched a new Arabic news channel, Al Jazeera, which aired from Qatar. All the journalism my father consumed about Sudan was from the London-based weekly opposition newspaper, Al Khartoum. The only time he turned on our dial-up internet was to visit Sudanese Online.

    Continue reading...", + "content": "

    After 30 years in exile, it’s easy to doubt that it will ever be safe to live and work in Sudan. But the action being taken by young people shows democracy will rise again

    “All the goodness and the heroisms will rise up again, then be cut down again and rise up,” John Steinbeck wrote to a friend in 1941, just before the US entered the second world war. “It isn’t that the evil thing wins – it never will – but that it doesn’t die.”

    Growing up, I was always interested in politics, politics was the reason I had to leave Sudan at the age of 11. At school, we weren’t allowed to study or discuss it, and it was the same at home.For years, I lay in bed and listened to my father and his friends as they argued about politics and sang traditional songs during their weekend whisky rituals. They watched a new Arabic news channel, Al Jazeera, which aired from Qatar. All the journalism my father consumed about Sudan was from the London-based weekly opposition newspaper, Al Khartoum. The only time he turned on our dial-up internet was to visit Sudanese Online.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/07/i-feel-despair-at-sudan-coup-but-my-childrens-mini-protest-gives-me-hope", + "creator": "Khalid Albaih", + "pubDate": "2021-12-07T07:00:20Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212810,20 +238400,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf1aa13e88f86ceb929803c8634a7345" + "hash": "2ab2c27a12522ebab724d3ed1c504711" }, { - "title": "Scholz-o-matic: German chancellor’s old habits find new audience", - "description": "

    Olaf Scholz frustrates journalists with vague and formulaic answers

    Less than a week into his tenure, Germany’s new chancellor, Olaf Scholz, is already reminding the rest of the world of one of his rarer political talents: an ability to frustrate journalists with answers so vague and formulaic they once earned him the nickname “Scholz-o-matic”.

    Social Democrat Scholz, who will govern in a “traffic light” coalition with the Green party and the liberal Free Democratic party, on Sunday left his Polish counterpart, Mateusz Morawiecki, none the wiser about his plans for the controversial Nord Stream 2 gas pipeline between Russia and Germany, which Poland has urged its western neighbour to scrap.

    Continue reading...", - "content": "

    Olaf Scholz frustrates journalists with vague and formulaic answers

    Less than a week into his tenure, Germany’s new chancellor, Olaf Scholz, is already reminding the rest of the world of one of his rarer political talents: an ability to frustrate journalists with answers so vague and formulaic they once earned him the nickname “Scholz-o-matic”.

    Social Democrat Scholz, who will govern in a “traffic light” coalition with the Green party and the liberal Free Democratic party, on Sunday left his Polish counterpart, Mateusz Morawiecki, none the wiser about his plans for the controversial Nord Stream 2 gas pipeline between Russia and Germany, which Poland has urged its western neighbour to scrap.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/14/scholz-o-matic-german-chancellor-olaf-scholz-chancellor", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-12-14T14:58:13Z", + "title": "‘More cautious’ China shifts Africa approach from debt to vaccine diplomacy", + "description": "

    Analysis: After two decades of major financial aid, Beijing is rethinking its strategy on continent amid Covid crisis and fierce competition for power, analysts say

    As debt concerns rise and a new coronavirus variant emerges, China appears to be adjusting its approach to Africa: cutting finance pledges while doubling down on vaccine diplomacy.

    On Monday last week, China’s leader, Xi Jinping, opened a China-Africa forum with a pledge to supply 1bn vaccine doses to Africa, amid global concern over the emergence of the Omicron variant of Covid-19. He also pledged $40bn to the continent, ranging from credit lines to investments – a significant cut from the $60bn promised at the previous two summits.

    Continue reading...", + "content": "

    Analysis: After two decades of major financial aid, Beijing is rethinking its strategy on continent amid Covid crisis and fierce competition for power, analysts say

    As debt concerns rise and a new coronavirus variant emerges, China appears to be adjusting its approach to Africa: cutting finance pledges while doubling down on vaccine diplomacy.

    On Monday last week, China’s leader, Xi Jinping, opened a China-Africa forum with a pledge to supply 1bn vaccine doses to Africa, amid global concern over the emergence of the Omicron variant of Covid-19. He also pledged $40bn to the continent, ranging from credit lines to investments – a significant cut from the $60bn promised at the previous two summits.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/08/more-cautious-china-shifts-africa-approach-from-debt-to-vaccine-diplomacy", + "creator": "Vincent Ni China affairs correspondent, and Helen Davidson", + "pubDate": "2021-12-08T00:24:46Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212831,20 +238420,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c1a6b5e454a25548de26f8306e1186c" + "hash": "3be40080c2e08d278fdeb65f26fb8824" }, { - "title": "Israel warns diplomacy proving fruitless in Iran nuclear talks", - "description": "

    Officials hopeful that US and European nations will agree Tehran is in breach of its obligations

    Tehran’s approach to talks on its nuclear programme in Vienna has become so uncompromising according to Israel’s lead diplomat on Iran, Joshua Zarka, that they “have reached the last stretch of diplomacy”.

    Israeli officials said they were hopeful that the US and European nations would agree to put an emergency motion to the board of the International Atomic Energy Agency (IAEA) stating that Iran was in breach of its obligations under the non-proliferation treaty (NPT) and the 2015 nuclear deal.

    Continue reading...", - "content": "

    Officials hopeful that US and European nations will agree Tehran is in breach of its obligations

    Tehran’s approach to talks on its nuclear programme in Vienna has become so uncompromising according to Israel’s lead diplomat on Iran, Joshua Zarka, that they “have reached the last stretch of diplomacy”.

    Israeli officials said they were hopeful that the US and European nations would agree to put an emergency motion to the board of the International Atomic Energy Agency (IAEA) stating that Iran was in breach of its obligations under the non-proliferation treaty (NPT) and the 2015 nuclear deal.

    Continue reading...", - "category": "Iran's nuclear programme", - "link": "https://www.theguardian.com/world/2021/dec/14/israel-warns-diplomacy-proving-fruitless-in-iran-nuclear-talks", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-14T20:36:05Z", + "title": "Covid Christmas parties: timeline of government’s alleged festivities", + "description": "

    Boris Johnson denies staff gatherings took place or rules were broken during last year’s lockdown

    Downing Street is facing renewed pressure after TV footage emerged showing senior No 10 officials joking about a Christmas party during lockdown last December.

    In the leaked video, obtained by ITV, an adviser to Johnson is seen joking with Allegra Stratton, the prime minister’s then press secretary, about “a Downing Street Christmas party on Friday night”.

    Continue reading...", + "content": "

    Boris Johnson denies staff gatherings took place or rules were broken during last year’s lockdown

    Downing Street is facing renewed pressure after TV footage emerged showing senior No 10 officials joking about a Christmas party during lockdown last December.

    In the leaked video, obtained by ITV, an adviser to Johnson is seen joking with Allegra Stratton, the prime minister’s then press secretary, about “a Downing Street Christmas party on Friday night”.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/08/covid-christmas-parties-timeline-of-governments-alleged-festivities", + "creator": "Léonie Chao-Fong", + "pubDate": "2021-12-08T00:05:14Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212852,20 +238440,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa3b7bafab4df46b5353a2181ed378bb" + "hash": "cbe7077f93bfddefcba5ac8631f7cc43" }, { - "title": "US condemns suspension of prominent Romanian judge for TikTok posts", - "description": "

    Cluj-based judge Cristi Danileţ has been suspended over two videos he posted on platform last year

    A prominent judge in Romania has been suspended from his position for posting videos on TikTok in a move that has drawn widespread criticism, and condemnation from the US embassy.

    Cristi Danileţ, a judge in Romania’s northern city of Cluj, was suspended on Monday by the superior council of magistrates over two videos he posted on TikTok last year, which a panel decided amounted to “behaviour that affects the image of the justice system”.

    Continue reading...", - "content": "

    Cluj-based judge Cristi Danileţ has been suspended over two videos he posted on platform last year

    A prominent judge in Romania has been suspended from his position for posting videos on TikTok in a move that has drawn widespread criticism, and condemnation from the US embassy.

    Cristi Danileţ, a judge in Romania’s northern city of Cluj, was suspended on Monday by the superior council of magistrates over two videos he posted on TikTok last year, which a panel decided amounted to “behaviour that affects the image of the justice system”.

    Continue reading...", - "category": "Romania", - "link": "https://www.theguardian.com/world/2021/dec/14/us-condemns-suspension-of-prominent-romanian-judge-for-tiktok-posts", - "creator": "Associated Press in Bucharest", - "pubDate": "2021-12-14T19:42:43Z", + "title": "Sajid Javid updates MPs on UK Omicron cases and new travel rules – video", + "description": "

    The health secretary has updated the Commons on the latest numbers of the Omicron variant of the coronavirus virus, as well as new travel restrictions for those arriving in the UK

    Continue reading...", + "content": "

    The health secretary has updated the Commons on the latest numbers of the Omicron variant of the coronavirus virus, as well as new travel restrictions for those arriving in the UK

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/06/sajid-javid-updates-mps-on-uk-omicron-cases-and-new-travel-rules-video", + "creator": "", + "pubDate": "2021-12-06T18:58:49Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212873,20 +238460,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c46186cc2e23bdec462649abf0298c8" + "hash": "0d5ec345ee6c630df15508300575706e" }, { - "title": "Photojournalist in Myanmar dies in military custody a week after arrest", - "description": "

    Soe Naing was arrested in Yangon while taking photos of a ‘silent strike’ protest against military rule

    A freelance photojournalist in Myanmar has died in military custody after being arrested last week while covering protests.

    Soe Naing is the first journalist known to have died in custody since the army seized power in February, ousting the elected government of Aung San Suu Kyi. More than 100 journalists have been detained since then, though about half have been released.

    Continue reading...", - "content": "

    Soe Naing was arrested in Yangon while taking photos of a ‘silent strike’ protest against military rule

    A freelance photojournalist in Myanmar has died in military custody after being arrested last week while covering protests.

    Soe Naing is the first journalist known to have died in custody since the army seized power in February, ousting the elected government of Aung San Suu Kyi. More than 100 journalists have been detained since then, though about half have been released.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2021/dec/14/photojournalist-in-myanmar-dies-in-military-custody-a-week-after-arrest", - "creator": "AP in Bangkok", - "pubDate": "2021-12-14T19:09:25Z", + "title": "Covid live: people in Scotland urged to cancel Christmas parties; UK reports another 50,867 cases and 148 deaths", + "description": "

    People and businesses in Scotland been urged not to go ahead with parties; UK daily case tally remains above 50,000

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", + "content": "

    People and businesses in Scotland been urged not to go ahead with parties; UK daily case tally remains above 50,000

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/09/covid-news-live-england-moves-to-plan-b-three-pfizer-shots-can-neutralise-omicron-lab-tests-show", + "creator": "Tom Ambrose (now); Lucy Campbell, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-09T21:08:01Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212894,20 +238480,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "31754f61750beb4258257d88b760c7e4" + "hash": "f34a1be81ecaa983a46b0c896262f07f" }, { - "title": "Bugs across globe are evolving to eat plastic, study finds", - "description": "

    Surprising discovery shows scale of plastic pollution and reveals enzymes that could boost recycling

    Microbes in oceans and soils across the globe are evolving to eat plastic, according to a study.

    The research scanned more than 200m genes found in DNA samples taken from the environment and found 30,000 different enzymes that could degrade 10 different types of plastic.

    Continue reading...", - "content": "

    Surprising discovery shows scale of plastic pollution and reveals enzymes that could boost recycling

    Microbes in oceans and soils across the globe are evolving to eat plastic, according to a study.

    The research scanned more than 200m genes found in DNA samples taken from the environment and found 30,000 different enzymes that could degrade 10 different types of plastic.

    Continue reading...", - "category": "Plastics", - "link": "https://www.theguardian.com/environment/2021/dec/14/bugs-across-globe-are-evolving-to-eat-plastic-study-finds", - "creator": "Damian Carrington Environment editor", - "pubDate": "2021-12-14T13:52:36Z", + "title": "Tropical forests can regenerate in just 20 years without human interference", + "description": "

    Study finds natural regrowth yields better results than human plantings and offers hope for climate recovery

    Tropical forests can bounce back with surprising rapidity, a new study published today suggests.

    An international group of researchers has found that tropical forests have the potential to almost fully regrow if they are left untouched by humans for about 20 years. This is due to a multidimensional mechanism whereby old forest flora and fauna help a new generation of forest grow – a natural process known as “secondary succession”.

    Continue reading...", + "content": "

    Study finds natural regrowth yields better results than human plantings and offers hope for climate recovery

    Tropical forests can bounce back with surprising rapidity, a new study published today suggests.

    An international group of researchers has found that tropical forests have the potential to almost fully regrow if they are left untouched by humans for about 20 years. This is due to a multidimensional mechanism whereby old forest flora and fauna help a new generation of forest grow – a natural process known as “secondary succession”.

    Continue reading...", + "category": "Conservation", + "link": "https://www.theguardian.com/environment/2021/dec/09/tropical-forests-can-regenerate-in-just-20-years-without-human-interference", + "creator": "Sofia Quaglia", + "pubDate": "2021-12-09T19:00:18Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212915,20 +238500,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b7592f0a77501111442b8bb0dd478d7" + "hash": "396eff207f957dcb6e766a7ddcd571f9" }, { - "title": "Billie Eilish: I would have died from Covid-19 if I hadn’t been vaccinated", - "description": "

    The pop star told Howard Stern that she had the virus in August: ‘I want it to be clear that it is because of the vaccine I’m fine’

    Billie Eilish has revealed that she had Covid-19 in August, and said that she felt sure she “would have died” had she not been vaccinated.

    Appearing on Howard Stern’s US radio show on Monday, Eilish said: “The vaccine is fucking amazing and it also saved [her brother/musical collaborator] Finneas from getting it; it saved my parents from getting it; it saved my friends from getting it.”

    Continue reading...", - "content": "

    The pop star told Howard Stern that she had the virus in August: ‘I want it to be clear that it is because of the vaccine I’m fine’

    Billie Eilish has revealed that she had Covid-19 in August, and said that she felt sure she “would have died” had she not been vaccinated.

    Appearing on Howard Stern’s US radio show on Monday, Eilish said: “The vaccine is fucking amazing and it also saved [her brother/musical collaborator] Finneas from getting it; it saved my parents from getting it; it saved my friends from getting it.”

    Continue reading...", - "category": "Billie Eilish", - "link": "https://www.theguardian.com/music/2021/dec/14/billie-eilish-i-would-have-died-from-covid-19-if-i-hadnt-been-vaccinated", - "creator": "Laura Snapes", - "pubDate": "2021-12-14T09:11:59Z", + "title": "Iran nuclear deal pulled back from brink of collapse as talks resume in Vienna", + "description": "

    Cautious optimism as Tehran revises its position after pressure from Russia and China

    Efforts to revive the Iran nuclear deal have been hauled back from the brink of collapse as Tehran revised its stance after pressure from Russia and China and clear warnings that the EU and the US were preparing to walk away.

    The cautiously optimistic assessment came at the start of the seventh round of talks on the future of the nuclear deal in Vienna. It follows what was seen as a disastrous set of talks last week in which the US and the EU claimed Iran had walked back on compromises reached in previous rounds.

    Continue reading...", + "content": "

    Cautious optimism as Tehran revises its position after pressure from Russia and China

    Efforts to revive the Iran nuclear deal have been hauled back from the brink of collapse as Tehran revised its stance after pressure from Russia and China and clear warnings that the EU and the US were preparing to walk away.

    The cautiously optimistic assessment came at the start of the seventh round of talks on the future of the nuclear deal in Vienna. It follows what was seen as a disastrous set of talks last week in which the US and the EU claimed Iran had walked back on compromises reached in previous rounds.

    Continue reading...", + "category": "Iran nuclear deal", + "link": "https://www.theguardian.com/world/2021/dec/09/iran-nuclear-deal-pulled-back-from-brink-of-collapse-as-talks-resume-in-vienna", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-09T19:39:21Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212936,20 +238520,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a06e129b2c33468160ec39a628a57d8a" + "hash": "54f80c1c1a38814a9d2f6d8881cf657c" }, { - "title": "Covid passports could increase vaccine uptake, study suggests", - "description": "

    Certification encouraged vaccination in countries with low coverage, especially among young people

    Coronavirus passports could lead to increased uptake of vaccines, especially among young people, a study suggests.

    Research by the University of Oxford found Covid-19 certification led to increased jab uptake 20 days before and 40 days after introduction in countries with lower-than-average vaccination coverage. Increase in vaccine uptake was most pronounced in people under 30. The modelling analysis was published in The Lancet Public Health.

    Continue reading...", - "content": "

    Certification encouraged vaccination in countries with low coverage, especially among young people

    Coronavirus passports could lead to increased uptake of vaccines, especially among young people, a study suggests.

    Research by the University of Oxford found Covid-19 certification led to increased jab uptake 20 days before and 40 days after introduction in countries with lower-than-average vaccination coverage. Increase in vaccine uptake was most pronounced in people under 30. The modelling analysis was published in The Lancet Public Health.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/13/covid-passports-could-increase-vaccine-uptake-study-suggests", - "creator": "Andrew Gregory Health editor", - "pubDate": "2021-12-13T23:30:32Z", + "title": "‘An urgent matter’: Biden warns democracy is under threat at summit", + "description": "

    President opens two-day summit with 80 world leaders as experts warn democratic rights are under assault in the US

    Joe Biden has launched his virtual Summit for Democracy with a warning that democratic rights and norms are under threat around the world, including in the US.

    Facing video links with 80 world leaders arrayed on two oversize electronic panels, the US president said: “This is an urgent matter on all our parts, in my view, because the data we’re seeing is largely pointing in the wrong direction.”

    Continue reading...", + "content": "

    President opens two-day summit with 80 world leaders as experts warn democratic rights are under assault in the US

    Joe Biden has launched his virtual Summit for Democracy with a warning that democratic rights and norms are under threat around the world, including in the US.

    Facing video links with 80 world leaders arrayed on two oversize electronic panels, the US president said: “This is an urgent matter on all our parts, in my view, because the data we’re seeing is largely pointing in the wrong direction.”

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2021/dec/09/joe-biden-summit-for-democracy", + "creator": "Julian Borger in Washington, Sam Levine in New York and Shah Meer Baloch in Islamabad", + "pubDate": "2021-12-09T19:26:12Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212957,20 +238540,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "61a28d0b065e899a3418460272d435cb" + "hash": "29629711b7e52bd4e6adb08e62f8eaaa" }, { - "title": "‘BTS taught me that I am worthy’: readers on why they love the K-pop superstars", - "description": "

    Guardian readers from Scandinavia, the Philippines, Morocco and beyond explain their fandom, which has helped rejuvenate them, heal racial trauma and understand their identity

    K-pop boy band BTS swept the American Music Awards last month, making history as the first Asian act to win artist of the year; they were also nominated for a Grammy for best pop duo/group performance for their single Butter.

    The seven-member band has a huge global following and their fans, known as Army, are known for their passion and loyalty. Here Guardian readers, who are BTS fans, speak about why the band means so much to them.

    Continue reading...", - "content": "

    Guardian readers from Scandinavia, the Philippines, Morocco and beyond explain their fandom, which has helped rejuvenate them, heal racial trauma and understand their identity

    K-pop boy band BTS swept the American Music Awards last month, making history as the first Asian act to win artist of the year; they were also nominated for a Grammy for best pop duo/group performance for their single Butter.

    The seven-member band has a huge global following and their fans, known as Army, are known for their passion and loyalty. Here Guardian readers, who are BTS fans, speak about why the band means so much to them.

    Continue reading...", - "category": "BTS", - "link": "https://www.theguardian.com/music/2021/dec/14/bts-taught-me-that-i-am-worthy-readers-on-why-they-love-the-k-pop-superstars", - "creator": "Guardian readers and Hibaq Farah", - "pubDate": "2021-12-14T15:16:01Z", + "title": "Pakistani Taliban declare end to month-long ceasefire with government", + "description": "

    Tehreek-e-Taliban Pakistan accuse state of breaching terms including a prisoner release agreement

    Taliban militants in Pakistan have declared an end to a month-long ceasefire arranged with the aid of the Afghan Taliban, accusing the government of breaching terms including a prisoner release agreement and the formation of negotiating committees.

    The Pakistani Taliban, or Tehreek-e-Taliban Pakistan (TTP), are a separate movement from the Afghan Taliban and have fought for years to overthrow the government in Islamabad and rule with their own brand of Islamic sharia law.

    Continue reading...", + "content": "

    Tehreek-e-Taliban Pakistan accuse state of breaching terms including a prisoner release agreement

    Taliban militants in Pakistan have declared an end to a month-long ceasefire arranged with the aid of the Afghan Taliban, accusing the government of breaching terms including a prisoner release agreement and the formation of negotiating committees.

    The Pakistani Taliban, or Tehreek-e-Taliban Pakistan (TTP), are a separate movement from the Afghan Taliban and have fought for years to overthrow the government in Islamabad and rule with their own brand of Islamic sharia law.

    Continue reading...", + "category": "Pakistan", + "link": "https://www.theguardian.com/world/2021/dec/09/pakistani-taliban-declare-end-to-month-long-ceasefire-with-government", + "creator": "Reuters in Islamabad", + "pubDate": "2021-12-09T19:58:00Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212978,20 +238560,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f69b013a047a04de737254000b650fe" + "hash": "b43bd63e38ff3b1e28656d2999a26a93" }, { - "title": "The semi-lucid dream trick: how to unlock your creative genius – without really trying", - "description": "

    A new study suggests interrupted hypnagogia, a technique beloved of Salvador Dalí and Thomas Edison, can boost creativity

    Name: The semi-lucid dream trick.

    Age: At least 90 years old.

    Continue reading...", - "content": "

    A new study suggests interrupted hypnagogia, a technique beloved of Salvador Dalí and Thomas Edison, can boost creativity

    Name: The semi-lucid dream trick.

    Age: At least 90 years old.

    Continue reading...", - "category": "Sleep", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/14/the-semi-lucid-dream-trick-how-to-unlock-your-creative-genius-without-really-trying", - "creator": "", - "pubDate": "2021-12-14T14:06:05Z", + "title": "UK proposes US-style waivers for EU citizens crossing Irish border", + "description": "

    Plans for foreign citizens to need pre-clearance to enter Northern Ireland denounced as ‘hardening of border’

    EU citizens and other non-Irish or non-British nationals who cross the border from the republic of Ireland into Northern Ireland will have to get pre-clearance under new rules being proposed by the UK government.

    They will require a US-style waiver known as an Electronic Travel Authorisation (ETA) to cross the border as part of the new post-Brexit immigration nationality and borders bill.

    Continue reading...", + "content": "

    Plans for foreign citizens to need pre-clearance to enter Northern Ireland denounced as ‘hardening of border’

    EU citizens and other non-Irish or non-British nationals who cross the border from the republic of Ireland into Northern Ireland will have to get pre-clearance under new rules being proposed by the UK government.

    They will require a US-style waiver known as an Electronic Travel Authorisation (ETA) to cross the border as part of the new post-Brexit immigration nationality and borders bill.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2021/dec/09/uk-proposes-us-style-waivers-for-eu-citizens-crossing-irish-border", + "creator": "Lisa O'Carroll Brexit correspondent", + "pubDate": "2021-12-09T12:13:17Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -212999,20 +238580,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0da63ad5a9397d50bbac488b6b172fed" + "hash": "1ff8764b01ab01fdbc6bded66c7e71c3" }, { - "title": "‘15 minutes to save the world’: a terrifying VR journey into the nuclear bunker", - "description": "

    Nuclear Biscuit, a simulated experience, allows US officials to wargame a missile attack and see the devastating consequences of their choices

    It became clear that things had gone terribly awry on this particular day when I saw that the most moderate option on the desk in front of me involved killing at least five million people.

    I could kill up to 45 million if I chose the more comprehensive of the alternatives laid out on three pieces of paper, but it was hard to focus on the details because there were people shouting at me through my earpiece and from the screens in front of me.

    Continue reading...", - "content": "

    Nuclear Biscuit, a simulated experience, allows US officials to wargame a missile attack and see the devastating consequences of their choices

    It became clear that things had gone terribly awry on this particular day when I saw that the most moderate option on the desk in front of me involved killing at least five million people.

    I could kill up to 45 million if I chose the more comprehensive of the alternatives laid out on three pieces of paper, but it was hard to focus on the details because there were people shouting at me through my earpiece and from the screens in front of me.

    Continue reading...", - "category": "Virtual reality", - "link": "https://www.theguardian.com/technology/2021/dec/14/vr-game-simulating-nuclear-attack-tests-decision-making-skills", - "creator": "Julian Borger in Washington", - "pubDate": "2021-12-14T07:30:41Z", + "title": "Ghislaine Maxwell sex-trafficking trial adjourned after attorney becomes ill", + "description": "

    Judge Alison Nathan says she expects proceedings will resume on Friday

    Ghislaine Maxwell’s New York sex-trafficking trial was unexpectedly adjourned early Thursday because an “ill” attorney needed medical care. “I’ve been informed there’s an attorney in the case who’s ill, and that attorney has to get care,” the judge, Alison Nathan, told jurors this morning.

    Nathan’s disclosure came several moments after attorneys on the case asked to speak with her in private. It’s unclear from proceedings which attorney is ill.

    Continue reading...", + "content": "

    Judge Alison Nathan says she expects proceedings will resume on Friday

    Ghislaine Maxwell’s New York sex-trafficking trial was unexpectedly adjourned early Thursday because an “ill” attorney needed medical care. “I’ve been informed there’s an attorney in the case who’s ill, and that attorney has to get care,” the judge, Alison Nathan, told jurors this morning.

    Nathan’s disclosure came several moments after attorneys on the case asked to speak with her in private. It’s unclear from proceedings which attorney is ill.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/09/ghislaine-maxwell-sex-trafficking-trial-adjourned", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-09T17:29:16Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213020,20 +238600,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b5bd83ec3ceb9b104ca58766ecbae55" + "hash": "4241e4f46f988342f8f7c08d9bcd8929" }, { - "title": "China’s troll king: how a tabloid editor became the voice of Chinese nationalism", - "description": "

    Hu Xijin is China’s most famous propagandist. At the Global Times, he helped establish a chest-thumping new tone for China on the world stage – but can he keep up with the forces he has unleashed?

    On 2 November, the Chinese tennis star Peng Shuai posted a long message on the social media site Weibo, accusing China’s former vice-premier, Zhang Gaoli, of sexual assault. As soon as the post went live, it became the highest-profile #MeToo case in China, and one of the ruling Chinese Communist party’s largest public relations crises in recent history. Within about 20 minutes, the post had been removed. All mentions of the post were then scrubbed from the Chinese internet. No references to the story appeared in the Chinese media. In the days that followed, Peng made no further statements and did not appear in public. Outside China, however, as other tennis stars publicly expressed concerns for her safety, Peng’s apparent disappearance became one of the biggest news stories in the world.

    It wasn’t long before Hu Xijin stepped into the story. Hu is the editor of the Global Times, a chest-thumpingly nationalistic tabloid sometimes described as “China’s Fox News”. In recent years, he has become the most influential Chinese propagandist in the west – a constant presence on Twitter and in the international media, always on hand to defend the Communist party line, no matter the topic. On 19 November, he tweeted to his 450,000 followers that he had confirmed through his own sources – he didn’t say who they were – that Peng was alive and well. Over the next two days, he posted videos of Peng at a restaurant and signing autographs in Beijing.

    Continue reading...", - "content": "

    Hu Xijin is China’s most famous propagandist. At the Global Times, he helped establish a chest-thumping new tone for China on the world stage – but can he keep up with the forces he has unleashed?

    On 2 November, the Chinese tennis star Peng Shuai posted a long message on the social media site Weibo, accusing China’s former vice-premier, Zhang Gaoli, of sexual assault. As soon as the post went live, it became the highest-profile #MeToo case in China, and one of the ruling Chinese Communist party’s largest public relations crises in recent history. Within about 20 minutes, the post had been removed. All mentions of the post were then scrubbed from the Chinese internet. No references to the story appeared in the Chinese media. In the days that followed, Peng made no further statements and did not appear in public. Outside China, however, as other tennis stars publicly expressed concerns for her safety, Peng’s apparent disappearance became one of the biggest news stories in the world.

    It wasn’t long before Hu Xijin stepped into the story. Hu is the editor of the Global Times, a chest-thumpingly nationalistic tabloid sometimes described as “China’s Fox News”. In recent years, he has become the most influential Chinese propagandist in the west – a constant presence on Twitter and in the international media, always on hand to defend the Communist party line, no matter the topic. On 19 November, he tweeted to his 450,000 followers that he had confirmed through his own sources – he didn’t say who they were – that Peng was alive and well. Over the next two days, he posted videos of Peng at a restaurant and signing autographs in Beijing.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/news/2021/dec/14/china-troll-king-hu-xijin-tabloid-editor-became-voice-chinese-nationalism", - "creator": "Han Zhang", - "pubDate": "2021-12-14T06:00:41Z", + "title": "Germany’s foreign minister under pressure over Nord Stream 2 sanctions", + "description": "

    Annalena Baerbock has sympathy with US demands, but there is considerable Social Democrat support for Russia’s pipeline

    Germany’s new foreign minister, Annalena Baerbock, has been caught a diplomatic vice days into the job, as US puts pressure on the coalition government in Berlin to vow to block the Nord Stream 2 pipeline in the event of Russia invading Ukraine.

    The controversial pipeline project, which runs from Ust-Luga in Russia to Lubmin in north-east Germany, is also likely to be the first test of the new German government’s unity of approach.

    Continue reading...", + "content": "

    Annalena Baerbock has sympathy with US demands, but there is considerable Social Democrat support for Russia’s pipeline

    Germany’s new foreign minister, Annalena Baerbock, has been caught a diplomatic vice days into the job, as US puts pressure on the coalition government in Berlin to vow to block the Nord Stream 2 pipeline in the event of Russia invading Ukraine.

    The controversial pipeline project, which runs from Ust-Luga in Russia to Lubmin in north-east Germany, is also likely to be the first test of the new German government’s unity of approach.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/09/germany-foreign-minister-annalena-baerbock-nord-stream-2", + "creator": "Patrick Wintour in London and Philip Oltermann in Berlin", + "pubDate": "2021-12-09T18:19:16Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213041,20 +238620,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "affad60fe793941166625b7f4671fb11" + "hash": "b8b73a0f51536f1a11fe9fc32bcc4374" }, { - "title": "Your niece is suddenly vegan! How to survive the 12 disasters of Christmas", - "description": "

    One guest is an antivaxxer, another is allergic to your cats, the turkey is still raw and your best friends are splitting up in the sitting room. Here is how to face down festive fiascos

    It’s that time of year when you wake up sweating and can’t figure out why. Did you accidentally wear your thermals in bed? Do you have tuberculosis? No, dummy, it’s just that it’s almost Christmas, it’s your turn to play host, and the list of things that can go wrong on the 25th is long and wearying.

    Can I recommend, before we drill into this list, a quick wisdom stocktake? Last year was the worst Christmas imaginable: every plan was kiboshed at the very last minute; non-essential shops closed before we’d done our shopping; people who thought they were going back to their families ended up at home and hadn’t bought Baileys and crackers and whatnot; people who’d battled solitude for a year were stuck alone; people living on top of each other couldn’t catch a break; people expecting guests were buried under surplus pigs in blankets, and beyond our under-or over-decorated front doors, the outside world was fraught with risk and sorrow, as coronavirus declined to mark the birth of the Christ child with any respite from its march of terror. I’m not saying it couldn’t be as bad as that again – just that it couldn’t possibly be as surprisingly bad again.

    Continue reading...", - "content": "

    One guest is an antivaxxer, another is allergic to your cats, the turkey is still raw and your best friends are splitting up in the sitting room. Here is how to face down festive fiascos

    It’s that time of year when you wake up sweating and can’t figure out why. Did you accidentally wear your thermals in bed? Do you have tuberculosis? No, dummy, it’s just that it’s almost Christmas, it’s your turn to play host, and the list of things that can go wrong on the 25th is long and wearying.

    Can I recommend, before we drill into this list, a quick wisdom stocktake? Last year was the worst Christmas imaginable: every plan was kiboshed at the very last minute; non-essential shops closed before we’d done our shopping; people who thought they were going back to their families ended up at home and hadn’t bought Baileys and crackers and whatnot; people who’d battled solitude for a year were stuck alone; people living on top of each other couldn’t catch a break; people expecting guests were buried under surplus pigs in blankets, and beyond our under-or over-decorated front doors, the outside world was fraught with risk and sorrow, as coronavirus declined to mark the birth of the Christ child with any respite from its march of terror. I’m not saying it couldn’t be as bad as that again – just that it couldn’t possibly be as surprisingly bad again.

    Continue reading...", - "category": "Christmas", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/14/how-survive-12-disasters-of-christmas-vegan-guest-antivaxxwer-allergic-turkey-raw-festive", - "creator": "Zoe Williams", - "pubDate": "2021-12-14T06:00:40Z", + "title": "Travis Scott denies knowing fans were hurt in first interview since Astroworld", + "description": "

    The singer says noise and pyrotechnics made it impossible to see the crush developing in the crowd

    Travis Scott has said he didn’t notice concertgoers pleading for help, during his first interview since the devastating crowd crush at Astroworld that left 10 fans dead and hundreds injured. “It’s just been a lot of thoughts, a lot of feelings, a lot of grieving,” he said, “just trying to wrap my head around it.”

    Over the course of an hour-long interview with Charlamagne tha God, the host of the Breakfast Club radio show, Scott was serious and downcast. He said he wasn’t aware of anything amiss until a news conference was called after his set. “People pass out, things happen at concerts – but something like that?” he said, his voice trailing.

    Continue reading...", + "content": "

    The singer says noise and pyrotechnics made it impossible to see the crush developing in the crowd

    Travis Scott has said he didn’t notice concertgoers pleading for help, during his first interview since the devastating crowd crush at Astroworld that left 10 fans dead and hundreds injured. “It’s just been a lot of thoughts, a lot of feelings, a lot of grieving,” he said, “just trying to wrap my head around it.”

    Over the course of an hour-long interview with Charlamagne tha God, the host of the Breakfast Club radio show, Scott was serious and downcast. He said he wasn’t aware of anything amiss until a news conference was called after his set. “People pass out, things happen at concerts – but something like that?” he said, his voice trailing.

    Continue reading...", + "category": "Travis Scott", + "link": "https://www.theguardian.com/music/2021/dec/09/travis-scott-astroworld-interview", + "creator": "Andrew Lawrence", + "pubDate": "2021-12-09T17:21:36Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213062,20 +238640,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "21bc41464e4b048b4ba0054f29b3c2d0" + "hash": "9fa0255eac764ede7829bd121acd96bf" }, { - "title": "Gaming is culture – even Fortnite has something to say about society", - "description": "

    In the first edition of our gaming newsletter: why games, like all art, have the power to connect, entertain and cause change

    Welcome to Pushing Buttons, the Guardian’s brand new gaming newsletter. If you’d like to receive it in your inbox every weeek, just pop your email in below – and check your inbox (and spam) for the confirmation email.

    I want to use this first issue to tell you what to expect from this newsletter. The gaming world is fast-moving, and it can be hard to keep up with while also living a busy real life. I want to be a friendly guide to what’s interesting and relevant, and what games are worth your valuable time and attention.

    Continue reading...", - "content": "

    In the first edition of our gaming newsletter: why games, like all art, have the power to connect, entertain and cause change

    Welcome to Pushing Buttons, the Guardian’s brand new gaming newsletter. If you’d like to receive it in your inbox every weeek, just pop your email in below – and check your inbox (and spam) for the confirmation email.

    I want to use this first issue to tell you what to expect from this newsletter. The gaming world is fast-moving, and it can be hard to keep up with while also living a busy real life. I want to be a friendly guide to what’s interesting and relevant, and what games are worth your valuable time and attention.

    Continue reading...", - "category": "Games", - "link": "https://www.theguardian.com/games/2021/dec/14/pushing-buttons-video-game-newsletter", - "creator": "Keza MacDonald", - "pubDate": "2021-12-14T12:45:02Z", + "title": "South African Covid cases up 255% in a week as Omicron spreads", + "description": "

    Private healthcare provider says symptoms in country’s fourth wave are far milder than in previous waves

    Covid cases in South Africa have surged by 255% in the past seven days but there is mounting anecdotal evidence that infections with the Omicron variant are provoking milder symptoms than in previous waves.

    According to a South African private healthcare provider, the recent rise in infections – which includes the Omicron and Delta variants – has been accompanied by a much smaller increase in admissions to intensive care beds, echoing an earlier report from the country’s National Institute for Communicable Disease (NICD).

    Continue reading...", + "content": "

    Private healthcare provider says symptoms in country’s fourth wave are far milder than in previous waves

    Covid cases in South Africa have surged by 255% in the past seven days but there is mounting anecdotal evidence that infections with the Omicron variant are provoking milder symptoms than in previous waves.

    According to a South African private healthcare provider, the recent rise in infections – which includes the Omicron and Delta variants – has been accompanied by a much smaller increase in admissions to intensive care beds, echoing an earlier report from the country’s National Institute for Communicable Disease (NICD).

    Continue reading...", + "category": "South Africa", + "link": "https://www.theguardian.com/world/2021/dec/09/south-african-covid-cases-up-255-in-a-week-as-omicron-spreads", + "creator": "Peter Beaumont", + "pubDate": "2021-12-09T14:59:15Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213083,20 +238660,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0559e5c9d854f684315bdd97d69ab701" + "hash": "eb144f55a88733500f36bb72dd70689e" }, { - "title": "‘I’m hooked all over again!’ Readers review And Just Like That", - "description": "

    The Sex and the City sequel just returned to our screens. But is it a ‘sharp-tongued, hilarious’ return to form or ‘a barrage of forced woke moments’? Here are your verdicts

    After almost 20 years away from our screens, Carrie and co are back for a Sex and the City sequel: And Just Like That. But as the fiftysomething women grapple with the modern era of dating apps and teenage children in the long-anticipated reboot, fans are divided.

    Warning: these opinions contain spoilers from the first episode of And Just Like That.

    Continue reading...", - "content": "

    The Sex and the City sequel just returned to our screens. But is it a ‘sharp-tongued, hilarious’ return to form or ‘a barrage of forced woke moments’? Here are your verdicts

    After almost 20 years away from our screens, Carrie and co are back for a Sex and the City sequel: And Just Like That. But as the fiftysomething women grapple with the modern era of dating apps and teenage children in the long-anticipated reboot, fans are divided.

    Warning: these opinions contain spoilers from the first episode of And Just Like That.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/14/im-hooked-all-over-again-readers-review-and-just-like-that", - "creator": "Guardian readers and Georgina Quach", - "pubDate": "2021-12-14T13:25:32Z", + "title": "New York’s Met museum to remove Sackler family name from its galleries", + "description": "

    Art museum announces change in the wake of leading members of the family being blamed for fueling the deadly US opioids crisis

    New York’s famed Metropolitan Museum of Art is going to remove the name of arguably its most controversial donor groups – the billionaire Sackler family – from its galleries.

    The news comes in the wake of leading members of the US family, one of America’s richest, being blamed for fueling the deadly opioids crisis in America with the aggressive selling of the family company’s prescription narcotic painkiller, OxyContin.

    Continue reading...", + "content": "

    Art museum announces change in the wake of leading members of the family being blamed for fueling the deadly US opioids crisis

    New York’s famed Metropolitan Museum of Art is going to remove the name of arguably its most controversial donor groups – the billionaire Sackler family – from its galleries.

    The news comes in the wake of leading members of the US family, one of America’s richest, being blamed for fueling the deadly opioids crisis in America with the aggressive selling of the family company’s prescription narcotic painkiller, OxyContin.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2021/dec/09/new-york-met-art-museum-to-remove-sackler-family-name-from-galleries", + "creator": "Joanna Walters in New York", + "pubDate": "2021-12-09T19:20:38Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213104,20 +238680,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "263f4d3a7fca74f5a74026ff0229979e" + "hash": "0e5b5e87359638fd52ed38cdc1c25ab4" }, { - "title": "UK tightens criteria for Afghans to enter despite ‘warm welcome’ pledge", - "description": "

    Home Office changes follow PM’s ‘open arms’ promise to those who assisted UK forces or government

    The Home Office has tightened the criteria allowing Afghans to enter the UK despite promises from Boris Johnson to give a “warm welcome” to those who assisted British forces or worked with the government.

    The department announced changes to the Afghan relocations and assistance policy (Arap) which narrows the criteria from that used during the Operation Pitting evacuation in August 2021.

    Continue reading...", - "content": "

    Home Office changes follow PM’s ‘open arms’ promise to those who assisted UK forces or government

    The Home Office has tightened the criteria allowing Afghans to enter the UK despite promises from Boris Johnson to give a “warm welcome” to those who assisted British forces or worked with the government.

    The department announced changes to the Afghan relocations and assistance policy (Arap) which narrows the criteria from that used during the Operation Pitting evacuation in August 2021.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/world/2021/dec/14/home-office-tightens-criteria-for-afghans-to-enter-despite-warm-welcome-promise", - "creator": "Rajeev Syal", - "pubDate": "2021-12-14T21:01:19Z", + "title": "Belgian pop sensation Angèle: ‘When we speak about feminism, people are afraid’", + "description": "

    A million-selling superstar at home and in France, she discusses her confrontation with Playboy, growing up in a famous family and being publicly outed as bisexual

    A few years ago, a popular pub quiz question involved naming 10 famous Belgians. The answers often revealed more about British cultural ignorance than Belgium’s ability to produce international celebrities, given that the fictional Tintin and Hercule Poirot were the best many could come up with.

    The game has got easier since the rise of Angèle, a stridently feminist Belgian pop singer-songwriter who shot to fame in 2016 after posting short clips singing covers and playing the piano on Instagram. She was young, talented and not afraid to make fun of herself, pulling faces and sticking pencils up her nose. Her 2018 debut album, Brol, sold a million copies; by 2019, she was a face of Chanel. “I’d always wanted a career in music, but I was thinking more of working as a piano accompanist,” she says, folding into an armchair at a five-star boutique hotel near the Paris Opéra. “I really didn’t expect it to happen like that.”

    Continue reading...", + "content": "

    A million-selling superstar at home and in France, she discusses her confrontation with Playboy, growing up in a famous family and being publicly outed as bisexual

    A few years ago, a popular pub quiz question involved naming 10 famous Belgians. The answers often revealed more about British cultural ignorance than Belgium’s ability to produce international celebrities, given that the fictional Tintin and Hercule Poirot were the best many could come up with.

    The game has got easier since the rise of Angèle, a stridently feminist Belgian pop singer-songwriter who shot to fame in 2016 after posting short clips singing covers and playing the piano on Instagram. She was young, talented and not afraid to make fun of herself, pulling faces and sticking pencils up her nose. Her 2018 debut album, Brol, sold a million copies; by 2019, she was a face of Chanel. “I’d always wanted a career in music, but I was thinking more of working as a piano accompanist,” she says, folding into an armchair at a five-star boutique hotel near the Paris Opéra. “I really didn’t expect it to happen like that.”

    Continue reading...", + "category": "Pop and rock", + "link": "https://www.theguardian.com/music/2021/dec/09/belgian-pop-sensation-angele-when-we-speak-about-feminism-people-are-afraid", + "creator": "Kim Willsher", + "pubDate": "2021-12-09T14:49:34Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213125,20 +238700,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f845f8e23f08a4b1e0d0d1295b8d775" + "hash": "2bc7d91ec799f859c428f4a71734a4fc" }, { - "title": "Six dead giraffes: Kenya drought horror captured in single picture", - "description": "

    Aerial shot shows devastating effect of drought that has left people and animals without water

    Six dead giraffes lie in a spiral on the dry earth, their bodies emaciated and interwoven. The aerial shot, taken by the photojournalist Ed Ram, shows the devastation of Kenya’s drought, which has left people and animals struggling for food and water.

    Already weak, the animals had died after they got stuck in the mud, according to Getty Images. They were trying to reach a nearby reservoir, although it had almost dried up, the agency reported.

    Continue reading...", - "content": "

    Aerial shot shows devastating effect of drought that has left people and animals without water

    Six dead giraffes lie in a spiral on the dry earth, their bodies emaciated and interwoven. The aerial shot, taken by the photojournalist Ed Ram, shows the devastation of Kenya’s drought, which has left people and animals struggling for food and water.

    Already weak, the animals had died after they got stuck in the mud, according to Getty Images. They were trying to reach a nearby reservoir, although it had almost dried up, the agency reported.

    Continue reading...", - "category": "Kenya", - "link": "https://www.theguardian.com/world/2021/dec/14/six-dead-giraffes-kenya-drought-horror-captured-picture", - "creator": "Oliver Holmes", - "pubDate": "2021-12-14T19:46:19Z", + "title": "Want to see the world’s worst pizzas? Step this way | Jay Rayner", + "description": "

    The Random Restaurant Twitter feed shows that mini chip fryer baskets and terrible food photos are a planet-wide phenomenon

    It’s a familiar image. There’s a well-stacked burger: domed bun, a couple of patties, the crimson flash of fresh tomato. It’s not unappetising. Next to it, however, is an emblem for all that is naff, irritating and deathly in the restaurant world: a mini chip fryer basket full of chips. Because what could be more fun than a miniaturised version of a piece of kitchen equipment? It’s exactly the kind of thing you’d expect to find in a dreary low-rent British gastropub; one that has decided crass serving items are a substitute for a commitment to good food.

    Except this image is not from a clumsy gastro pub. It’s certainly not from Britain. It’s from Fast Food Le Jasmin, a restaurant in Guelma, in north-eastern Algeria. I can show you other examples from Costa Rica and French Polynesia. For the joyous revelation that restaurant stupidity is not restricted to the UK, we must thank a Twitter account called Random Restaurant or @_restaurant_bot, created by one Joe Schoech. As its name suggests, it uses a bot to search Google randomly for information on restaurants all over the world. Around 20 times a day it posts a map link, plus the first four photographs it finds. Certain countries, including China, are excluded because Google isn’t available there. Otherwise, it provides an extraordinary window on how we eat out globally.

    Continue reading...", + "content": "

    The Random Restaurant Twitter feed shows that mini chip fryer baskets and terrible food photos are a planet-wide phenomenon

    It’s a familiar image. There’s a well-stacked burger: domed bun, a couple of patties, the crimson flash of fresh tomato. It’s not unappetising. Next to it, however, is an emblem for all that is naff, irritating and deathly in the restaurant world: a mini chip fryer basket full of chips. Because what could be more fun than a miniaturised version of a piece of kitchen equipment? It’s exactly the kind of thing you’d expect to find in a dreary low-rent British gastropub; one that has decided crass serving items are a substitute for a commitment to good food.

    Except this image is not from a clumsy gastro pub. It’s certainly not from Britain. It’s from Fast Food Le Jasmin, a restaurant in Guelma, in north-eastern Algeria. I can show you other examples from Costa Rica and French Polynesia. For the joyous revelation that restaurant stupidity is not restricted to the UK, we must thank a Twitter account called Random Restaurant or @_restaurant_bot, created by one Joe Schoech. As its name suggests, it uses a bot to search Google randomly for information on restaurants all over the world. Around 20 times a day it posts a map link, plus the first four photographs it finds. Certain countries, including China, are excluded because Google isn’t available there. Otherwise, it provides an extraordinary window on how we eat out globally.

    Continue reading...", + "category": "Restaurants", + "link": "https://www.theguardian.com/food/2021/dec/09/want-to-see-the-worlds-worst-pizzas-step-this-way-random-restaurant-twitter-jay-rayner", + "creator": "Jay Rayner", + "pubDate": "2021-12-09T12:00:11Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213146,20 +238720,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5097a4314bea0fc2978cfad7c0c8736d" + "hash": "9dc3813b9cffa339e89512ca7f11e37b" }, { - "title": "Australia Covid live news update: NSW cases jump to 1,360; Scott Morrison a casual contact; potential Melbourne superspreader event", - "description": "

    Victoria records 1,405 new Covid-19 cases and three deaths; NSW cases jump to 1,360 infections, with one death; Scott Morrison declared a casual contact; potential Omicron superspreader event in Melbourne; passengers forced into Christmas quarantine after case linked to two Virgin Australia flights – follow all the day’s news live

    The New South Wales government has picked Kerry Schott to chair its net zero emissions and clean economy board, hoping for a happier outcome than its first attempt.

    Earlier this year, the energy and environment minister Matt Kean chose former prime minister and mentor of sorts Malcolm Turnbull to lead that role.

    Dr Schott is one of the most outstanding public servants in the country and brings with her a wealth of knowledge and experience which will be invaluable as NSW drives towards halving our emissions by 2030 and reaching net zero by 2050.

    Continue reading...", - "content": "

    Victoria records 1,405 new Covid-19 cases and three deaths; NSW cases jump to 1,360 infections, with one death; Scott Morrison declared a casual contact; potential Omicron superspreader event in Melbourne; passengers forced into Christmas quarantine after case linked to two Virgin Australia flights – follow all the day’s news live

    The New South Wales government has picked Kerry Schott to chair its net zero emissions and clean economy board, hoping for a happier outcome than its first attempt.

    Earlier this year, the energy and environment minister Matt Kean chose former prime minister and mentor of sorts Malcolm Turnbull to lead that role.

    Dr Schott is one of the most outstanding public servants in the country and brings with her a wealth of knowledge and experience which will be invaluable as NSW drives towards halving our emissions by 2030 and reaching net zero by 2050.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/15/australia-covid-news-queensland-tasmania-sydney-victoria-morrison-covid-brisbane-townsville-border-quarantine-", - "creator": "Matilda Boseley", - "pubDate": "2021-12-14T22:14:31Z", + "title": "Record number of children in Britain arrested over terror offences", + "description": "

    Home Office figures show 25 under-18s arrested in year to September, mostly in relation to far-right ideology

    A record number of children were arrested on suspicion of terror offences in Great Britain in the last year, a development that investigators have linked to the shutdown of schools during the early stages of the pandemic.

    Figures released by the Home Office show there were 25 such arrests of under-18s in the 12 months to September, the majority in relation to far-right ideology.

    Continue reading...", + "content": "

    Home Office figures show 25 under-18s arrested in year to September, mostly in relation to far-right ideology

    A record number of children were arrested on suspicion of terror offences in Great Britain in the last year, a development that investigators have linked to the shutdown of schools during the early stages of the pandemic.

    Figures released by the Home Office show there were 25 such arrests of under-18s in the 12 months to September, the majority in relation to far-right ideology.

    Continue reading...", + "category": "UK security and counter-terrorism", + "link": "https://www.theguardian.com/uk-news/2021/dec/09/record-number-of-uk-children-arrested-for-terror-offences", + "creator": "Dan Sabbagh and Rajeev Syal", + "pubDate": "2021-12-09T18:53:55Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213167,20 +238740,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4e379ebc471a8528a78e31ad6a9ea2c" + "hash": "30ff4d8ae8e0f47361ff825422497616" }, { - "title": "Can you trust a negative lateral flow Covid test?", - "description": "

    Analysis: with cold symptoms, it is better to wait for a PCR result rather than risk spreading the virus

    You wake up with a pounding head, sore throat and runny nose: you reach for one of those lateral flow tests (LFT) you’ve got stashed away, just to check it is not Covid. If it returns a single red line (negative), then most people will pop a couple of paracetamol and go about business as normal – particularly if you’ve been double-jabbed. It probably is just a cold, after all.

    Yet, the emergence of Omicron has thrown a spanner in the works. According to the latest data, just one month after your second Pfizer or AstraZeneca jab, the ability of antibodies to neutralise Omicron is 30 times lower than if you were infected with the Delta variant – reinforcing the message that double-vaccination is no guarantee against infection.

    Continue reading...", - "content": "

    Analysis: with cold symptoms, it is better to wait for a PCR result rather than risk spreading the virus

    You wake up with a pounding head, sore throat and runny nose: you reach for one of those lateral flow tests (LFT) you’ve got stashed away, just to check it is not Covid. If it returns a single red line (negative), then most people will pop a couple of paracetamol and go about business as normal – particularly if you’ve been double-jabbed. It probably is just a cold, after all.

    Yet, the emergence of Omicron has thrown a spanner in the works. According to the latest data, just one month after your second Pfizer or AstraZeneca jab, the ability of antibodies to neutralise Omicron is 30 times lower than if you were infected with the Delta variant – reinforcing the message that double-vaccination is no guarantee against infection.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/13/can-you-trust-a-negative-lateral-flow-covid-test", - "creator": "Linda Geddes Science correspondent", - "pubDate": "2021-12-13T15:19:10Z", + "title": "‘I just wonder who’s next’: six California teens on living amid rising gun violence", + "description": "

    The state – and country – saw homicides climb 30% last year. The most impacted youth describe the trauma that comes with community violence

    A deadly mass shooting at a suburban Michigan high school brought back a familiar American routine: utterances of shock, followed by condolences, blame, and then calls for action that fall on deaf ears.

    Last week’s school shooting came as young people across the US are reckoning with a historic surge in gun violence. While shootings on school campuses declined significantly during the pandemic – incidents where a gun was fired at US schools dropped from 130 to 96 between 2019 and 2020, according to a database from Everytown for Gun Safety – community gun violence rose dramatically in that same period. Gun violence deaths rose a staggering 30% from 2019 to 2020 nationwide, the sharpest rise in 60 years.

    Continue reading...", + "content": "

    The state – and country – saw homicides climb 30% last year. The most impacted youth describe the trauma that comes with community violence

    A deadly mass shooting at a suburban Michigan high school brought back a familiar American routine: utterances of shock, followed by condolences, blame, and then calls for action that fall on deaf ears.

    Last week’s school shooting came as young people across the US are reckoning with a historic surge in gun violence. While shootings on school campuses declined significantly during the pandemic – incidents where a gun was fired at US schools dropped from 130 to 96 between 2019 and 2020, according to a database from Everytown for Gun Safety – community gun violence rose dramatically in that same period. Gun violence deaths rose a staggering 30% from 2019 to 2020 nationwide, the sharpest rise in 60 years.

    Continue reading...", + "category": "California", + "link": "https://www.theguardian.com/us-news/2021/dec/09/california-gun-violence-teenagers-youth", + "creator": "Abené Clayton", + "pubDate": "2021-12-09T21:06:53Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213188,20 +238760,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "af0379b9ccea6f7fb10e3255c217a2e5" + "hash": "670652dd3f0fa46f63bdec68312259b2" }, { - "title": "Boris Johnson confirms one patient has died with Omicron – video", - "description": "

    The UK prime minister has stressed that lateral flow tests are available in the shops as the NHS website shows that tests are unavailable. Boris Johnson denied that he broke any lockdown rules last year after a video of him hosting a Christmas quiz emerged 

    Continue reading...", - "content": "

    The UK prime minister has stressed that lateral flow tests are available in the shops as the NHS website shows that tests are unavailable. Boris Johnson denied that he broke any lockdown rules last year after a video of him hosting a Christmas quiz emerged 

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/13/boris-johnson-confirms-one-patient-has-died-with-omicron-video", - "creator": "", - "pubDate": "2021-12-13T14:46:43Z", + "title": "Australia news live updates: Gladys Berejiklian rules out federal tilt, second woman killed in Queensland floods", + "description": "

    Atagi recommends that children receive the Pfizer vaccine from 10 January. Follow all the day’s developments

    Seems like Scott Morrison and other federal politicians weren’t just happy to have the former NSW premier if she decided to run, they were actively “urging” her to step up to the plate.

    Here is what Berejiklian had to say just before when radio host Ben Fordham asked “How hard did Scott Morrison try to get you to have a go?”

    Look, I’m really grateful to the PM and so many other colleagues who really asked me to consider this. It wasn’t something that I intended to do, but out of respect for those people... I gave it some thought but decided against it.

    It’s not something that I want to do...

    Continue reading...", + "content": "

    Atagi recommends that children receive the Pfizer vaccine from 10 January. Follow all the day’s developments

    Seems like Scott Morrison and other federal politicians weren’t just happy to have the former NSW premier if she decided to run, they were actively “urging” her to step up to the plate.

    Here is what Berejiklian had to say just before when radio host Ben Fordham asked “How hard did Scott Morrison try to get you to have a go?”

    Look, I’m really grateful to the PM and so many other colleagues who really asked me to consider this. It wasn’t something that I intended to do, but out of respect for those people... I gave it some thought but decided against it.

    It’s not something that I want to do...

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/10/australia-news-updates-live-covid-omicron-nsw-victoria-qld-scott-morrison-barnaby-joyce-weather-", + "creator": "Matilda Boseley", + "pubDate": "2021-12-09T21:04:55Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213209,20 +238780,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "24f996f77a0ca6b1766bd418164aa34d" + "hash": "bdba7386f414be1d6660cb14ae71085a" }, { - "title": "South Dakota teachers scramble for dollar bills to buy classroom supplies in half-time game – video", - "description": "

    A competition pitting 10 teachers against each other to scramble for dollar bills to fund school supplies in a city in South Dakota has been described as ‘demeaning’ and drawn comparisons with the hit Netflix series Squid Game.

    The local Argus Leader newspaper reported that $5,000 (£3,770) in single dollar bills was laid out on the ice skating ring during the Sioux Falls Stampede hockey game on Saturday night, and the teachers from nearby schools competed to grab as many as possible in less than five minutes

    Continue reading...", - "content": "

    A competition pitting 10 teachers against each other to scramble for dollar bills to fund school supplies in a city in South Dakota has been described as ‘demeaning’ and drawn comparisons with the hit Netflix series Squid Game.

    The local Argus Leader newspaper reported that $5,000 (£3,770) in single dollar bills was laid out on the ice skating ring during the Sioux Falls Stampede hockey game on Saturday night, and the teachers from nearby schools competed to grab as many as possible in less than five minutes

    Continue reading...", - "category": "South Dakota", - "link": "https://www.theguardian.com/us-news/video/2021/dec/13/south-dakota-teachers-scramble-for-dollar-bills-to-buy-classroom-supplies-in-half-time-game-video", - "creator": "", - "pubDate": "2021-12-13T12:55:06Z", + "title": "Covid live: WHO says boosters ‘risk exacerbating’ vaccine inequity; UK PM accused of undermining virus fight", + "description": "

    WHO say first doses should be prioritised over booster jab programmes; UK opposition MP criticises government measures as not enough

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", + "content": "

    WHO say first doses should be prioritised over booster jab programmes; UK opposition MP criticises government measures as not enough

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/09/covid-news-live-england-moves-to-plan-b-three-pfizer-shots-can-neutralise-omicron-lab-tests-show", + "creator": "Lucy Campbell (now); Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-09T13:44:39Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213230,20 +238800,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3006d034e4030cc540913cba46e5ccd0" + "hash": "82ba0f00e304ef1d6d28bdb7b061ebcf" }, { - "title": "Capitol attack panel recommends Mark Meadows for criminal prosecution", - "description": "

    In a unanimous vote, the committee said Donald Trump’s former chief of staff attempted to obstruct the 6 January investigation

    The House select committee investigating the Capitol attack on Monday voted to recommend the criminal prosecution for former Trump White House chief of staff Mark Meadows, punishing Donald Trump’s most senior aide for refusing to testify about the 6 January insurrection.

    The select committee advanced the contempt of Congress report for Meadows unanimously, sending the matter to a vote before the full House of Representatives, which is expected to approve the citation as soon as Tuesday.

    Continue reading...", - "content": "

    In a unanimous vote, the committee said Donald Trump’s former chief of staff attempted to obstruct the 6 January investigation

    The House select committee investigating the Capitol attack on Monday voted to recommend the criminal prosecution for former Trump White House chief of staff Mark Meadows, punishing Donald Trump’s most senior aide for refusing to testify about the 6 January insurrection.

    The select committee advanced the contempt of Congress report for Meadows unanimously, sending the matter to a vote before the full House of Representatives, which is expected to approve the citation as soon as Tuesday.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2021/dec/13/mark-meadows-capitol-attack-committee-vote-prosecution", - "creator": "Hugo Lowell in Washington DC", - "pubDate": "2021-12-14T00:50:58Z", + "title": "Uyghurs subjected to genocide by China, unofficial UK tribunal finds", + "description": "

    Independent report says crimes include torture and the systematic suppression of births

    Uyghur people living in Xinjiang province in China have been subjected to unconscionable crimes against humanity directed by the Chinese state that amount to an act of genocide, an independent and unofficial tribunal has found.

    Hundreds of thousands and possibly a million people have been incarcerated without any or remotely fair justification, the tribunal’s chair, Sir Geoffrey Nice QC, said as he delivered the tribunal’s findings in London. “This vast apparatus of state repression could not exist if a plan was not authorised at the highest levels,” Nice said.

    Continue reading...", + "content": "

    Independent report says crimes include torture and the systematic suppression of births

    Uyghur people living in Xinjiang province in China have been subjected to unconscionable crimes against humanity directed by the Chinese state that amount to an act of genocide, an independent and unofficial tribunal has found.

    Hundreds of thousands and possibly a million people have been incarcerated without any or remotely fair justification, the tribunal’s chair, Sir Geoffrey Nice QC, said as he delivered the tribunal’s findings in London. “This vast apparatus of state repression could not exist if a plan was not authorised at the highest levels,” Nice said.

    Continue reading...", + "category": "Uyghurs", + "link": "https://www.theguardian.com/world/2021/dec/09/uyghurs-subjected-to-genocide-by-china-unofficial-uk-tribunal-finds", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-09T13:04:18Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213251,20 +238820,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f664abcc6af2668b89ba32a319b9718" + "hash": "fb53f1bfde295a530a2b2ab779f60b2e" }, { - "title": "Antony Blinken warns China to stop ‘aggressive actions’ in Asia-Pacific", - "description": "

    US secretary of state opens his tour of south-east Asia with a speech pledging to defend US partners and ‘rules-based order’

    US secretary of state Antony Blinken has used a visit to Indo-Pacific to urge China to cease “aggressive actions” in the region, as Washington seeks to bolster alliances against Beijing.

    President Joe Biden’s administration is trying to reset relations and reassert its influence in Asia after the turbulence and unpredictability of the Donald Trump era.

    Continue reading...", - "content": "

    US secretary of state opens his tour of south-east Asia with a speech pledging to defend US partners and ‘rules-based order’

    US secretary of state Antony Blinken has used a visit to Indo-Pacific to urge China to cease “aggressive actions” in the region, as Washington seeks to bolster alliances against Beijing.

    President Joe Biden’s administration is trying to reset relations and reassert its influence in Asia after the turbulence and unpredictability of the Donald Trump era.

    Continue reading...", - "category": "US foreign policy", - "link": "https://www.theguardian.com/us-news/2021/dec/14/antony-blinken-warns-china-to-stop-aggressive-actions-in-asia-pacific", - "creator": "Agence France-Presse", - "pubDate": "2021-12-14T04:54:19Z", + "title": "China says Australia, UK and US will ‘pay price’ for Winter Olympics action", + "description": "

    Beijing accuses nations of using Games ‘for political manipulation’ amid diplomatic boycotts

    Australia, Britain and the US will pay a price for their “mistaken acts” after deciding not to send government delegations to February’s Winter Olympics in Beijing, China’s foreign ministry has said.

    The US was the first to announce a boycott, saying on Monday its government officials would not attend the February Games because of China’s human rights “atrocities”, weeks after talks aimed at easing tension between the world’s two largest economies.

    Continue reading...", + "content": "

    Beijing accuses nations of using Games ‘for political manipulation’ amid diplomatic boycotts

    Australia, Britain and the US will pay a price for their “mistaken acts” after deciding not to send government delegations to February’s Winter Olympics in Beijing, China’s foreign ministry has said.

    The US was the first to announce a boycott, saying on Monday its government officials would not attend the February Games because of China’s human rights “atrocities”, weeks after talks aimed at easing tension between the world’s two largest economies.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/09/china-says-australia-uk-and-us-will-pay-price-for-winter-olympics-action", + "creator": "Vincent Ni and agencies", + "pubDate": "2021-12-09T09:27:44Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213272,20 +238840,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a51ca8e1aef02cc0535f4f87f104144b" + "hash": "eeac98bc9302951915ea45764a12c3a0" }, { - "title": "Amazon faces scrutiny over worker safety after tornado strikes warehouse", - "description": "

    Federal authorities investigate disaster in Edwardsville, Illinois, where six people died

    Questions over worker safety at Amazon are intensifying once again after a tornado struck an Amazon warehouse in Edwardsville, Illinois, on Friday, leaving six people dead and another hospitalized.

    On Monday, the federal Occupational Health and Safety Administration said it opened a workplace safety investigation into the warehouse collapse. Meanwhile, workers and activists are calling for more action.

    Continue reading...", - "content": "

    Federal authorities investigate disaster in Edwardsville, Illinois, where six people died

    Questions over worker safety at Amazon are intensifying once again after a tornado struck an Amazon warehouse in Edwardsville, Illinois, on Friday, leaving six people dead and another hospitalized.

    On Monday, the federal Occupational Health and Safety Administration said it opened a workplace safety investigation into the warehouse collapse. Meanwhile, workers and activists are calling for more action.

    Continue reading...", - "category": "Amazon", - "link": "https://www.theguardian.com/technology/2021/dec/13/amazon-warehouse-collapse-safety-illinois", - "creator": "Kari Paul and agencies", - "pubDate": "2021-12-14T04:50:34Z", + "title": "Gig economy workers to get employee rights under EU proposals", + "description": "

    Draft legislation would improve status of millions of workers, with likely knock-on effect on UK despite Brexit

    Gig economy companies operating in the European Union, such as Uber and Deliveroo, must ensure workers get the minimum wage, access to sick pay, holidays and other employment rights under plans for new laws to crack down on fake self-employment.

    Publishing long-awaited draft legislation on Thursday, the European Commission said the burden of proof on employment status would shift to companies, rather than the individuals that work for them. Until now, gig economy workers have had to go to court to prove they are employees, or risk being denied basic rights.

    Continue reading...", + "content": "

    Draft legislation would improve status of millions of workers, with likely knock-on effect on UK despite Brexit

    Gig economy companies operating in the European Union, such as Uber and Deliveroo, must ensure workers get the minimum wage, access to sick pay, holidays and other employment rights under plans for new laws to crack down on fake self-employment.

    Publishing long-awaited draft legislation on Thursday, the European Commission said the burden of proof on employment status would shift to companies, rather than the individuals that work for them. Until now, gig economy workers have had to go to court to prove they are employees, or risk being denied basic rights.

    Continue reading...", + "category": "Gig economy", + "link": "https://www.theguardian.com/business/2021/dec/09/gig-economy-workers-to-get-employee-rights-under-eu-proposals", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2021-12-09T10:00:08Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213293,20 +238860,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f47601a3c8bec1c20bf05120b2a11dba" + "hash": "158cc57f069765be5997b3d948132f53" }, { - "title": "Naming Elon Musk person of the year is Time’s ‘worst choice ever’, say critics", - "description": "

    Publication cites Tesla boss’s influence ‘for good or ill’, but accolade is criticised over billionaire’s attitude to tax, unions and Covid

    Time magazine’s decision to make Tesla billionaire Elon Musk its person of the year for 2021 has been criticised because of his attitude to tax, opposition to unions and playing down the dangers of Covid-19.

    Musk, who is also the founder and chief executive of space exploration company SpaceX, recently passed Amazon founder Jeff Bezos as the world’s wealthiest person as the rising price of Tesla shares pushed his net worth to around $300bn.

    Continue reading...", - "content": "

    Publication cites Tesla boss’s influence ‘for good or ill’, but accolade is criticised over billionaire’s attitude to tax, unions and Covid

    Time magazine’s decision to make Tesla billionaire Elon Musk its person of the year for 2021 has been criticised because of his attitude to tax, opposition to unions and playing down the dangers of Covid-19.

    Musk, who is also the founder and chief executive of space exploration company SpaceX, recently passed Amazon founder Jeff Bezos as the world’s wealthiest person as the rising price of Tesla shares pushed his net worth to around $300bn.

    Continue reading...", - "category": "Elon Musk", - "link": "https://www.theguardian.com/technology/2021/dec/14/elon-musk-time-person-of-the-year-worst-ever-choice-say-critics", - "creator": "Martin Farrer and agencies", - "pubDate": "2021-12-14T03:58:58Z", + "title": "New Zealand to ban smoking for next generation in bid to outlaw habit by 2025", + "description": "

    Legislation will mean people currently aged 14 and under will never be able to legally purchase tobacco

    New Zealand has announced it will outlaw smoking for the next generation, so that those who are aged 14 and under today will never be legally able to buy tobacco.

    New legislation means the legal smoking age will increase every year, to create a smoke-free generation of New Zealanders, associate health minister Dr Ayesha Verrall said on Thursday.

    Continue reading...", + "content": "

    Legislation will mean people currently aged 14 and under will never be able to legally purchase tobacco

    New Zealand has announced it will outlaw smoking for the next generation, so that those who are aged 14 and under today will never be legally able to buy tobacco.

    New legislation means the legal smoking age will increase every year, to create a smoke-free generation of New Zealanders, associate health minister Dr Ayesha Verrall said on Thursday.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/09/new-zealand-to-ban-smoking-for-next-generation-in-bid-to-outlaw-habit-by-2025", + "creator": "Tess McClure in Christchurch", + "pubDate": "2021-12-08T23:29:56Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213314,20 +238880,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "25affc69b20774b391fef36b9491be96" + "hash": "933c4da5f8d4009038098eb50f406098" }, { - "title": "Tunisia’s president calls constitutional referendum followed by elections in 2022", - "description": "

    Kais Saied, who is facing rising criticism after suspending parliament, says the public will be consulted ahead of the referendum set for 25 July

    The Tunisian president, Kais Saied, has announced a constitutional referendum to be held next July, a year to the day after he seized broad powers in moves his opponents call a coup.

    Laying out the timeline for his proposed political changes in a televised speech, Saied said the referendum would take place on 25 July, following an online public consultation starting in January. Parliamentary elections would follow at the end of 2022.

    Continue reading...", - "content": "

    Kais Saied, who is facing rising criticism after suspending parliament, says the public will be consulted ahead of the referendum set for 25 July

    The Tunisian president, Kais Saied, has announced a constitutional referendum to be held next July, a year to the day after he seized broad powers in moves his opponents call a coup.

    Laying out the timeline for his proposed political changes in a televised speech, Saied said the referendum would take place on 25 July, following an online public consultation starting in January. Parliamentary elections would follow at the end of 2022.

    Continue reading...", - "category": "Tunisia", - "link": "https://www.theguardian.com/world/2021/dec/14/tunisias-president-calls-constitutional-referendum-followed-by-elections-in-2022", + "title": "Berlusconi ‘fired up’ for Italian presidency bid – but faces obstacles", + "description": "

    Controversial former prime minister’s divisive personality could make it hard to muster broad support

    Undeterred by health woes, sex scandals and advanced age, the former Italian prime minister Silvio Berlusconi is doggedly pursuing a promise he once made to his mother: that one day he would become president.

    Parliament will choose a new head of state early next year and the 85-year-old is the first to put himself forward for a race that could transform the Italian political landscape but has no official candidates.

    Continue reading...", + "content": "

    Controversial former prime minister’s divisive personality could make it hard to muster broad support

    Undeterred by health woes, sex scandals and advanced age, the former Italian prime minister Silvio Berlusconi is doggedly pursuing a promise he once made to his mother: that one day he would become president.

    Parliament will choose a new head of state early next year and the 85-year-old is the first to put himself forward for a race that could transform the Italian political landscape but has no official candidates.

    Continue reading...", + "category": "Silvio Berlusconi", + "link": "https://www.theguardian.com/world/2021/dec/09/berlusconi-fired-up-for-italian-presidency-bid-but-faces-obstacles", "creator": "Reuters", - "pubDate": "2021-12-14T06:20:16Z", + "pubDate": "2021-12-09T12:24:07Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213335,20 +238900,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f8f31016410830384d2a20df2882c95" + "hash": "f08a23c327244ab5e18a0353a1ddd53d" }, { - "title": "Russia vetoes UN security council resolution linking climate crisis to international peace", - "description": "

    The resolution proposed that the climate crisis could potentially threaten ‘global peace, security and stability’

    Russia has vetoed a first-of-its-kind UN security council resolution casting the climate crisis as a threat to international peace and security – a vote that sank a years-long effort to make global heating more central to decision-making in the UN’s most powerful body.

    Spearheaded by Ireland and Niger, the proposal called for “incorporating information on the security implications of climate change” into the council’s strategies for managing conflicts and into peacekeeping operations and political missions, at least sometimes.

    Continue reading...", - "content": "

    The resolution proposed that the climate crisis could potentially threaten ‘global peace, security and stability’

    Russia has vetoed a first-of-its-kind UN security council resolution casting the climate crisis as a threat to international peace and security – a vote that sank a years-long effort to make global heating more central to decision-making in the UN’s most powerful body.

    Spearheaded by Ireland and Niger, the proposal called for “incorporating information on the security implications of climate change” into the council’s strategies for managing conflicts and into peacekeeping operations and political missions, at least sometimes.

    Continue reading...", - "category": "United Nations", - "link": "https://www.theguardian.com/world/2021/dec/13/russia-vetoes-un-security-council-resolution-climate-crisis-international-peace", - "creator": "Associated Press in New York", - "pubDate": "2021-12-13T23:43:19Z", + "title": "Batman loach returns: fish feared extinct found in Turkey", + "description": "

    Scientists working on the Search For The Lost Fishes project have spotted the freshwater Batman River loach, which has not been seen since 1974

    A freshwater fish that scientists thought was extinct has been found in south-east Turkey, after an absence of nearly 50 years.

    “I’ve been researching this area for 12 years and this fish was always on my wishlist,” said Dr Cüneyt Kaya, associate professor at Recep Tayyip Erdoğan University. “It’s taken a long time. When I saw the distinctive bands on the fish, I felt so happy. It was a perfect moment.”

    Continue reading...", + "content": "

    Scientists working on the Search For The Lost Fishes project have spotted the freshwater Batman River loach, which has not been seen since 1974

    A freshwater fish that scientists thought was extinct has been found in south-east Turkey, after an absence of nearly 50 years.

    “I’ve been researching this area for 12 years and this fish was always on my wishlist,” said Dr Cüneyt Kaya, associate professor at Recep Tayyip Erdoğan University. “It’s taken a long time. When I saw the distinctive bands on the fish, I felt so happy. It was a perfect moment.”

    Continue reading...", + "category": "Fish", + "link": "https://www.theguardian.com/environment/2021/dec/09/batman-loach-returns-fish-feared-extinct-for-decades-spotted-in-turkey-aoe", + "creator": "Graeme Green", + "pubDate": "2021-12-09T09:00:06Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213356,20 +238920,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "20f752e2509a75e3bf0c344835db25b0" + "hash": "9ecff3cd7f87db12c21a19fe72608fe1" }, { - "title": "‘Null and void’: boycott clouds New Caledonia’s final poll on independence", - "description": "

    Overwhelming vote to remain with France, but low turnout ‘weighs heavily’ on self-determination process, say observers

    Low voter turnout at New Caledonia’s independence referendum “weighs heavily” on the French territory’s self-determination process, election observers from the Pacific Islands Forum have said.

    In Sunday’s referendum, more than 96% of voters were opposed to independence from France, compared with 57% in 2018 and 53% in 2020.

    Continue reading...", - "content": "

    Overwhelming vote to remain with France, but low turnout ‘weighs heavily’ on self-determination process, say observers

    Low voter turnout at New Caledonia’s independence referendum “weighs heavily” on the French territory’s self-determination process, election observers from the Pacific Islands Forum have said.

    In Sunday’s referendum, more than 96% of voters were opposed to independence from France, compared with 57% in 2018 and 53% in 2020.

    Continue reading...", - "category": "New Caledonia", - "link": "https://www.theguardian.com/world/2021/dec/14/null-and-void-boycott-clouds-new-caledonias-final-poll-on-independence", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-14T04:23:14Z", + "title": "Nearly 100 former British Council staff remain in hiding in Afghanistan", + "description": "

    Staff employed to teach British values and the English language refused the right to come to the UK

    Nearly 100 former British Council staff employed to teach British values and the English language remain in hiding in Afghanistan after having so far been refused the right to come to the UK by officials.

    Their plight has been taken up by Joseph Seaton, the former British Council Afghanistan English manager, and its deputy director, who has written to the most relevant cabinet members in a bid to gain their support.

    Continue reading...", + "content": "

    Staff employed to teach British values and the English language refused the right to come to the UK

    Nearly 100 former British Council staff employed to teach British values and the English language remain in hiding in Afghanistan after having so far been refused the right to come to the UK by officials.

    Their plight has been taken up by Joseph Seaton, the former British Council Afghanistan English manager, and its deputy director, who has written to the most relevant cabinet members in a bid to gain their support.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2021/dec/09/nearly-100-former-british-council-staff-remain-in-hiding-in-afghanistan", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-09T07:00:04Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213377,20 +238940,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4de2665726eab347915bc86a8e9e0b3" + "hash": "63b7dce937b2d872565dc74515050692" }, { - "title": "Sailor charged over fire that destroyed US warship ‘disgruntled’, prosecutors say", - "description": "

    Seaman Apprentice Ryan Sawyer Mays denies setting fire to USS Bonhomme Richard last year, in a blaze that burned for five days


    Navy prosecutors have alleged that a sailor charged with setting the fire that destroyed the USS Bonhomme Richard last year was “disgruntled” after dropping out of Navy Seal training.

    Prosecutor Commander Richard Federico alleged in court on Monday that text messages show Seaman Apprentice Ryan Sawyer Mays lied to family, friends and investigators about why he left Seal training and that he was angry about being reassigned to the Bonhomme Richard. They also alleged he used foul language with a superior days before the blaze.

    Continue reading...", - "content": "

    Seaman Apprentice Ryan Sawyer Mays denies setting fire to USS Bonhomme Richard last year, in a blaze that burned for five days


    Navy prosecutors have alleged that a sailor charged with setting the fire that destroyed the USS Bonhomme Richard last year was “disgruntled” after dropping out of Navy Seal training.

    Prosecutor Commander Richard Federico alleged in court on Monday that text messages show Seaman Apprentice Ryan Sawyer Mays lied to family, friends and investigators about why he left Seal training and that he was angry about being reassigned to the Bonhomme Richard. They also alleged he used foul language with a superior days before the blaze.

    Continue reading...", - "category": "US military", - "link": "https://www.theguardian.com/us-news/2021/dec/14/sailor-charged-over-fire-that-destroyed-us-warship-disgruntled-prosecutors-say", - "creator": "Associated Press", - "pubDate": "2021-12-14T05:20:01Z", + "title": "Steve Bronski: co-founder of Bronski Beat dies aged 61", + "description": "

    Bronski formed the trailblazing gay pop trio with Jimmy Somerville and Larry Steinbachek, which had hits in the 80s including Smalltown Boy

    Steve Bronski, a founding member of the trailblazing British synth-pop trio Bronski Beat, has died, a source close to the group has confirmed. The BBC reported his age as 61. No cause of death was given.

    His bandmate Jimmy Somerville described him as a “talented and very melodic man”.

    Continue reading...", + "content": "

    Bronski formed the trailblazing gay pop trio with Jimmy Somerville and Larry Steinbachek, which had hits in the 80s including Smalltown Boy

    Steve Bronski, a founding member of the trailblazing British synth-pop trio Bronski Beat, has died, a source close to the group has confirmed. The BBC reported his age as 61. No cause of death was given.

    His bandmate Jimmy Somerville described him as a “talented and very melodic man”.

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/music/2021/dec/09/steve-bronski-co-founder-of-bronski-beat-has-died", + "creator": "Laura Snapes", + "pubDate": "2021-12-09T13:50:49Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213398,20 +238960,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "015a569f712aefbce826e2822b96b08c" + "hash": "658e034941b13735631df5bb9862bdd0" }, { - "title": "Brain surgeons and rocket scientists no brighter than the rest of us, study finds", - "description": "

    Data from 329 aerospace engineers and 72 neurosurgeons suggests they are not necessarily cleverer than general population

    It may not be rocket science, but researchers have found aerospace engineers and brain surgeons are not necessarily brighter than the general population.

    Researchers examined data from an international cohort of 329 aerospace engineers and 72 neurosurgeons who completed 12 tasks online using the Great British Intelligence Test (GBIT) from the Cognitron platform, as well as answering questions around their age, sex and levels of experience in their speciality.

    Continue reading...", - "content": "

    Data from 329 aerospace engineers and 72 neurosurgeons suggests they are not necessarily cleverer than general population

    It may not be rocket science, but researchers have found aerospace engineers and brain surgeons are not necessarily brighter than the general population.

    Researchers examined data from an international cohort of 329 aerospace engineers and 72 neurosurgeons who completed 12 tasks online using the Great British Intelligence Test (GBIT) from the Cognitron platform, as well as answering questions around their age, sex and levels of experience in their speciality.

    Continue reading...", - "category": "Neuroscience", - "link": "https://www.theguardian.com/science/2021/dec/13/brain-surgeon-or-rocket-scientist-study-tries-to-find-out-who-is-smarter", - "creator": "Nicola Davis", - "pubDate": "2021-12-13T23:30:31Z", + "title": "US Covid cases surge as vaccine progress slows and Omicron variant sparks fears", + "description": "

    Ohio, as well as Michigan, Illinois, Indiana and Pennsylvania have seen a recent increase in cases and hospitalizations

    For Dr Rina D’Abramo of the MetroHealth System in Cleveland, it’s difficult when patients in the emergency room tell her they have not been vaccinated.

    “You can hear it in their voice when you say, ‘Are you vaccinated?’” said D’Abramo, who works at a hospital in the Brecksville suburb. “They shrink down and are like, ‘No. Now I know why I need to be vaccinated.’ ”

    Continue reading...", + "content": "

    Ohio, as well as Michigan, Illinois, Indiana and Pennsylvania have seen a recent increase in cases and hospitalizations

    For Dr Rina D’Abramo of the MetroHealth System in Cleveland, it’s difficult when patients in the emergency room tell her they have not been vaccinated.

    “You can hear it in their voice when you say, ‘Are you vaccinated?’” said D’Abramo, who works at a hospital in the Brecksville suburb. “They shrink down and are like, ‘No. Now I know why I need to be vaccinated.’ ”

    Continue reading...", + "category": "Ohio", + "link": "https://www.theguardian.com/us-news/2021/dec/09/us-covid-cases-surge-vaccine-progress-slows-omicron-variant", + "creator": "Eric Berger", + "pubDate": "2021-12-09T10:00:08Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213419,20 +238980,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b1aa2fb9bf3bc955c6f7a77779e91e1" + "hash": "759e62bdc2059ed507570cd428c08876" }, { - "title": "Covid live: Raab says English vaccine passport concerns ‘overstated’; France confirms 130 Omicron cases", - "description": "

    NHS England asks hospitals to discharge patients where possible; South Korea reports a record number of Covid patients in serious or critical condition

    United States secretary of state Antony Blinken says by the end of next year, the US will have donated more than 1.2b Covid-19 vaccine doses to the world, Reuters is reporting.

    The US air force has discharged 27 people for refusing to get the Covid-19 vaccine, making them what officials believe are the first service members to be removed for disobeying the mandate.

    Continue reading...", - "content": "

    NHS England asks hospitals to discharge patients where possible; South Korea reports a record number of Covid patients in serious or critical condition

    United States secretary of state Antony Blinken says by the end of next year, the US will have donated more than 1.2b Covid-19 vaccine doses to the world, Reuters is reporting.

    The US air force has discharged 27 people for refusing to get the Covid-19 vaccine, making them what officials believe are the first service members to be removed for disobeying the mandate.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/14/covid-news-live-us-coronavirus-cases-surpass-50m-china-reports-first-omicron-case", - "creator": "Martin Belam (now) and Samantha Lock (earlier)", - "pubDate": "2021-12-14T09:08:27Z", + "title": "Barnaby Joyce, Australia’s deputy PM, tests positive for Covid while visiting US", + "description": "

    Nationals leader is experiencing mild symptoms and will remain in isolation until further advice

    Australia’s deputy prime minister, Barnaby Joyce, has tested positive to Covid-19 while on a visit to the United States.

    The government says Joyce – who was in London earlier this week and met with the British justice secretary, Dominic Raab, and the Australian high commissioner to the UK, George Brandis – will isolate in the US until it is safe for him to return to Australia.

    Continue reading...", + "content": "

    Nationals leader is experiencing mild symptoms and will remain in isolation until further advice

    Australia’s deputy prime minister, Barnaby Joyce, has tested positive to Covid-19 while on a visit to the United States.

    The government says Joyce – who was in London earlier this week and met with the British justice secretary, Dominic Raab, and the Australian high commissioner to the UK, George Brandis – will isolate in the US until it is safe for him to return to Australia.

    Continue reading...", + "category": "Barnaby Joyce", + "link": "https://www.theguardian.com/australia-news/2021/dec/09/barnaby-joyce-australia-deputy-pm-prime-minister-tests-positive-covid-coronavirus", + "creator": "Daniel Hurst", + "pubDate": "2021-12-08T23:05:08Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213440,20 +239000,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea3ee17d1d79bc2a8e7798b5df229cbb" + "hash": "6975ce6ef23ca77a4051dcb713956523" }, { - "title": "‘A strange time’: letters document Covid lockdown for New Zealand’s elderly", - "description": "

    Older people described how they coped with enforced isolation, with some finding the experience positive

    A trove of nearly 800 letters recording the lockdown experiences of older New Zealanders has been collected in a University of Auckland research project called Have Our Say. Researchers appealed for written accounts of lockdown to understand how older people coped with enforced isolation, and to amplify elders’ voices. The letter writers were all over 70. Many described the importance of daily routines, their experiences during historical crises and how they stayed involved in their community. The letters will be held by the Auckland War Memorial Museum.

    Here are some excerpts from the collection:

    Continue reading...", - "content": "

    Older people described how they coped with enforced isolation, with some finding the experience positive

    A trove of nearly 800 letters recording the lockdown experiences of older New Zealanders has been collected in a University of Auckland research project called Have Our Say. Researchers appealed for written accounts of lockdown to understand how older people coped with enforced isolation, and to amplify elders’ voices. The letter writers were all over 70. Many described the importance of daily routines, their experiences during historical crises and how they stayed involved in their community. The letters will be held by the Auckland War Memorial Museum.

    Here are some excerpts from the collection:

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/14/a-strange-time-letters-document-covid-lockdown-for-new-zealands-elderly", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-12-14T02:21:51Z", + "title": "Omicron spreads to 57 countries but too early to tell if variant more infectious, WHO says", + "description": "

    World Health Organization says new Covid variant spreading rapidly in South Africa, with cases doubling in the past week

    The Omicron variant of Covid-19 has now been reported in 57 countries and continues to spread rapidly in South Africa, the World Health Organization (WHO) says.

    But the latest epidemiological report from WHO says given the Delta variant remains dominant, particularly in Europe and the US, it is still too early to draw any conclusions about the global impact of Omicron.

    Continue reading...", + "content": "

    World Health Organization says new Covid variant spreading rapidly in South Africa, with cases doubling in the past week

    The Omicron variant of Covid-19 has now been reported in 57 countries and continues to spread rapidly in South Africa, the World Health Organization (WHO) says.

    But the latest epidemiological report from WHO says given the Delta variant remains dominant, particularly in Europe and the US, it is still too early to draw any conclusions about the global impact of Omicron.

    Continue reading...", + "category": "World Health Organization", + "link": "https://www.theguardian.com/world/2021/dec/09/omicron-spreads-to-57-countries-but-too-early-to-tell-if-variant-more-infectious-who-says", + "creator": "Melissa Davey Medical editor", + "pubDate": "2021-12-09T03:29:26Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213461,20 +239020,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9e82aaee3a9382f38d903c5fd71d688" + "hash": "26f5f014d6ce6a611a7bd0964a707d5a" }, { - "title": "As focus turns to Covid boosters what other measures could tackle Omicron", - "description": "

    Boris Johnson has not ruled out new restrictions but how effective could they be and what are the political risks

    Ministers’ focus may be a “national mission” to roll out booster vaccines to counter the dramatic rise of the Omicron variant, but the government has not ruled out new restrictions for England. Here we look at options on the table, how effective they could be at reducing the spread of coronavirus and the level of political risk for Boris Johnson.

    Mandatory isolation for all close Covid contacts

    Continue reading...", - "content": "

    Boris Johnson has not ruled out new restrictions but how effective could they be and what are the political risks

    Ministers’ focus may be a “national mission” to roll out booster vaccines to counter the dramatic rise of the Omicron variant, but the government has not ruled out new restrictions for England. Here we look at options on the table, how effective they could be at reducing the spread of coronavirus and the level of political risk for Boris Johnson.

    Mandatory isolation for all close Covid contacts

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/14/as-focus-turns-to-covid-boosters-what-other-measures-could-tackle-omicron", - "creator": "Heather Stewart and Nicola Davis", - "pubDate": "2021-12-14T06:00:40Z", + "title": "‘Help! I’ve been spotted!’ Terry Pratchett on Thief, his favourite video game", + "description": "

    In the early 2000s, the Discworld author frequented a forum dedicated to the Thief series of stealth games. His posts provide a fascinating insight into his fondness for gaming

    In November 2001, Terry Pratchett was in Chester, famed for its Roman ruins and well-preserved medieval architecture. Staying at a hotel in the city centre, Pratchett opened the window of his room, and looked across the historic skyline. “I realised I could drop down on to a roof,” he wrote later. “And from then on there was a vista of roofs, leads and ledges leading all the way to the end of the street and beyond; there were even little doors and inviting attic windows …

    There is a line break, and then he adds. “I’m going to have to stop playing this game.”

    Continue reading...", + "content": "

    In the early 2000s, the Discworld author frequented a forum dedicated to the Thief series of stealth games. His posts provide a fascinating insight into his fondness for gaming

    In November 2001, Terry Pratchett was in Chester, famed for its Roman ruins and well-preserved medieval architecture. Staying at a hotel in the city centre, Pratchett opened the window of his room, and looked across the historic skyline. “I realised I could drop down on to a roof,” he wrote later. “And from then on there was a vista of roofs, leads and ledges leading all the way to the end of the street and beyond; there were even little doors and inviting attic windows …

    There is a line break, and then he adds. “I’m going to have to stop playing this game.”

    Continue reading...", + "category": "Games", + "link": "https://www.theguardian.com/games/2021/dec/09/terry-pratchett-thief-video-game-forum", + "creator": "Rick Lane", + "pubDate": "2021-12-09T10:33:16Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213482,20 +239040,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aa0d270590f51dc7f1e2d11542356cc" + "hash": "3199a7fe10c64d9e0c0efc2e31f5d3a4" }, { - "title": "Succession creator Jesse Armstrong on its thunderous finale: ‘That might be as good as I’ve got’", - "description": "

    Season three of the hit show has made even more headlines than usual. We ask its British creator if he’s had enough yet, if actor Jeremy Strong is doing OK – and if his character Kendall is actually Jesus

    • Warning: contains spoilers

    Yesterday, like much of the rest of the world, I watched the finale of the third season of Succession. And, like much of the rest of the world, I found myself buffeted by one astonishing twist after another – and a gasp-inducing climax that outdid even those of series one and two. Unlike my fellow viewers, however, pretty much the first thing I see after the end credits roll is the face of Jesse Armstrong, the show’s creator, popping up over Zoom and politely attempting to dissuade me from discussing the episode.

    Unlike other big TV showrunners – who will happily explain, and sometimes over-explain, every single second – Armstrong prefers to remain hands off. He tries not to read the acres of theorising that Succession inspires. Such post-match analyses, he says, can often feel like a tightrope walk. “There’s a bit of me that just wants to find out what the fuck everyone is saying about the show,” he says from his book-lined study in London. “But you can’t. It wouldn’t be good for me psychologically – and it wouldn’t be good for the creative process of doing the show.”

    Continue reading...", - "content": "

    Season three of the hit show has made even more headlines than usual. We ask its British creator if he’s had enough yet, if actor Jeremy Strong is doing OK – and if his character Kendall is actually Jesus

    • Warning: contains spoilers

    Yesterday, like much of the rest of the world, I watched the finale of the third season of Succession. And, like much of the rest of the world, I found myself buffeted by one astonishing twist after another – and a gasp-inducing climax that outdid even those of series one and two. Unlike my fellow viewers, however, pretty much the first thing I see after the end credits roll is the face of Jesse Armstrong, the show’s creator, popping up over Zoom and politely attempting to dissuade me from discussing the episode.

    Unlike other big TV showrunners – who will happily explain, and sometimes over-explain, every single second – Armstrong prefers to remain hands off. He tries not to read the acres of theorising that Succession inspires. Such post-match analyses, he says, can often feel like a tightrope walk. “There’s a bit of me that just wants to find out what the fuck everyone is saying about the show,” he says from his book-lined study in London. “But you can’t. It wouldn’t be good for me psychologically – and it wouldn’t be good for the creative process of doing the show.”

    Continue reading...", - "category": "Succession", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/14/succession-creator-jesse-armstrong-finale-kendall-as-good-as-ive-got", - "creator": "Stuart Heritage", - "pubDate": "2021-12-14T06:00:41Z", + "title": "Burying Leni Riefenstahl: one woman’s lifelong crusade against Hitler’s favourite film-maker", + "description": "

    Nina Gladitz dedicated her life to proving beyond doubt the Triumph of the Will director’s complicity with the horrors of Nazism. In the end, she did it – but at a cost

    On 20 November 1984, in the southern German city of Freiburg, two film-makers faced each other in court for the first day of a trial that was to last nearly two and a half years. The plaintiff, Leni Riefenstahl, had been Hitler’s favourite film-maker. Now 82, she showed up to court in a sheepskin coat over a beige suit, her blond hair set in a large neat perm framing a tanned face. The defendant was a striking, dark-haired 32-year-old documentary maker. Her name was Nina Gladitz, and the outcome of the trial would shape the rest of her life.

    During the Nazi era, Riefenstahl had been the regime’s most skilled propagandist, directing films that continue to be both reviled for their glorification of the Third Reich and considered landmarks of early cinema for their innovations and technical mastery. Once the second world war was over, Riefenstahl sought to distance herself from the regime she had served, portraying herself as an apolitical naif whose only motivation was making the most beautiful art possible. “I don’t know what I should apologise for,” she once said. “All my films won the top prize.”

    Continue reading...", + "content": "

    Nina Gladitz dedicated her life to proving beyond doubt the Triumph of the Will director’s complicity with the horrors of Nazism. In the end, she did it – but at a cost

    On 20 November 1984, in the southern German city of Freiburg, two film-makers faced each other in court for the first day of a trial that was to last nearly two and a half years. The plaintiff, Leni Riefenstahl, had been Hitler’s favourite film-maker. Now 82, she showed up to court in a sheepskin coat over a beige suit, her blond hair set in a large neat perm framing a tanned face. The defendant was a striking, dark-haired 32-year-old documentary maker. Her name was Nina Gladitz, and the outcome of the trial would shape the rest of her life.

    During the Nazi era, Riefenstahl had been the regime’s most skilled propagandist, directing films that continue to be both reviled for their glorification of the Third Reich and considered landmarks of early cinema for their innovations and technical mastery. Once the second world war was over, Riefenstahl sought to distance herself from the regime she had served, portraying herself as an apolitical naif whose only motivation was making the most beautiful art possible. “I don’t know what I should apologise for,” she once said. “All my films won the top prize.”

    Continue reading...", + "category": "", + "link": "https://www.theguardian.com/news/2021/dec/09/burying-leni-riefenstahl-nina-gladitz-lifelong-crusade-hitler-film-maker", + "creator": "Kate Connolly", + "pubDate": "2021-12-09T06:00:04Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213503,20 +239060,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e53569ab690152e06673f1ba74092cb" + "hash": "2d126af343c86382a6545a3c20badc11" }, { - "title": "Those we lost in 2021: Una Stubbs remembered by Martin Freeman", - "description": "

    1 May 1937 – 12 August 2021
    The actor recalls his Sherlock co-star, a doyenne of British TV whose youthful, no-nonsense energy and humour were irresistible

    January, 2009. We were making the pilot episode of Sherlock. A long night shoot lay ahead of us, a 4 or 5am job. Ben Cumberbatch was busy that night wrestling with Phil Davis as a baddie cabbie. That left me with a lot of time on my hands, trying to stay awake and focused. Fortunately, for company I had Una Stubbs. It was pretty much the first time I’d met her, certainly the first time I got to know her. She was funny, naughty and incredibly warm and generous. Oh, and very stylish too. As first impressions go, it summed her up pretty well.

    I had watched Una all my life, off and on. She’d been famous before I was born, from being the dancing girl in the Dairy Box ads, one of Cliff’s gang in Summer Holiday, and as Rita in Till Death Us Do Part. I was a massive fan of Till Death… from an early age; about the time that I was watching her on Worzel Gummidge (a fantastic performance as Aunt Sally), Give Us a Clue, and turning up in one of the greatest comedies ever, Fawlty Towers.

    Continue reading...", - "content": "

    1 May 1937 – 12 August 2021
    The actor recalls his Sherlock co-star, a doyenne of British TV whose youthful, no-nonsense energy and humour were irresistible

    January, 2009. We were making the pilot episode of Sherlock. A long night shoot lay ahead of us, a 4 or 5am job. Ben Cumberbatch was busy that night wrestling with Phil Davis as a baddie cabbie. That left me with a lot of time on my hands, trying to stay awake and focused. Fortunately, for company I had Una Stubbs. It was pretty much the first time I’d met her, certainly the first time I got to know her. She was funny, naughty and incredibly warm and generous. Oh, and very stylish too. As first impressions go, it summed her up pretty well.

    I had watched Una all my life, off and on. She’d been famous before I was born, from being the dancing girl in the Dairy Box ads, one of Cliff’s gang in Summer Holiday, and as Rita in Till Death Us Do Part. I was a massive fan of Till Death… from an early age; about the time that I was watching her on Worzel Gummidge (a fantastic performance as Aunt Sally), Give Us a Clue, and turning up in one of the greatest comedies ever, Fawlty Towers.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/14/obituaries-2021-una-stubbs-remembered-by-martin-freeman", - "creator": "Guardian Staff", - "pubDate": "2021-12-14T09:00:12Z", + "title": "‘I need people to know I’m not a cartoon’: drag queen Le Gateau Chocolat’s fabulous rise", + "description": "

    From Glyndebourne to the Globe, actor, opera singer and drag star Le Gateau Chocolat is a UK stage fixture – although not everywhere has been so welcoming

    In a big, bright rehearsal room at Southwark’s Unicorn Theatre, Le Gateau Chocolat is giving feedback to the new cast of his revolutionary children’s production, Duckie. His fingernails, painted an iridescent shade of blue, flash in the sunlight as the cabaret star, opera singer and all-round entertainment powerhouse praises his tiny team and smiles.

    First imagined in 2015 – in part to offer comfort to his young niece, who had recently moved to the UK from Nigeria and was struggling to settle in, and in part upon realising that a drag queen’s natural audience is a gaggle of excitable kids – Duckie is a radical reimagining of Hans Christian Andersen’s The Ugly Duckling. Following acclaimed stints everywhere from London’s Southbank Centre to the Fringe World festival in Perth, Australia, Gateau is now stepping down from the lead role for its festive run at Manchester’s Home theatre. Instead, it will be shared by two young actors, both non-binary and one neurodiverse, with aspects of the part adjusted accordingly.

    Continue reading...", + "content": "

    From Glyndebourne to the Globe, actor, opera singer and drag star Le Gateau Chocolat is a UK stage fixture – although not everywhere has been so welcoming

    In a big, bright rehearsal room at Southwark’s Unicorn Theatre, Le Gateau Chocolat is giving feedback to the new cast of his revolutionary children’s production, Duckie. His fingernails, painted an iridescent shade of blue, flash in the sunlight as the cabaret star, opera singer and all-round entertainment powerhouse praises his tiny team and smiles.

    First imagined in 2015 – in part to offer comfort to his young niece, who had recently moved to the UK from Nigeria and was struggling to settle in, and in part upon realising that a drag queen’s natural audience is a gaggle of excitable kids – Duckie is a radical reimagining of Hans Christian Andersen’s The Ugly Duckling. Following acclaimed stints everywhere from London’s Southbank Centre to the Fringe World festival in Perth, Australia, Gateau is now stepping down from the lead role for its festive run at Manchester’s Home theatre. Instead, it will be shared by two young actors, both non-binary and one neurodiverse, with aspects of the part adjusted accordingly.

    Continue reading...", + "category": "Stage", + "link": "https://www.theguardian.com/stage/2021/dec/09/i-need-people-to-know-im-not-a-cartoon-drag-queen-le-gateau-chocolats-fabulous-rise", + "creator": "Leonie Cooper", + "pubDate": "2021-12-09T14:00:13Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213524,20 +239080,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7517cbb3bd3d54a0ad2ba80ec04503cc" + "hash": "a44c99c99373a2b894e37a330e5fbd0f" }, { - "title": "Colm Tóibín: ‘Boris Johnson would be a blood clot … Angela Merkel the cancer’", - "description": "

    The acclaimed novelist on chemotherapy, growing up gay in Ireland and writing his first poetry collection at the age of 66

    In June 2018, Colm Tóibín was four chapters into writing his most recent novel The Magician, an epic fictional biography of Thomas Mann that he had put off for decades, when he was diagnosed with cancer. “It all started with my balls,” he begins a blisteringly witty essay about his months in hospital; cancer of the testicles had spread to his lungs and liver. In bed he amuses himself by identifying the difference between blood clots (a new emergency) and cancer: “Boris Johnson would be a blood clot … Angela Merkel the cancer.”

    He has seen off both Johnson and Merkel. In the month when he hopes he will have a final scan, he has just been awarded the David Cohen prize (dubbed “the UK Nobel”) for a lifetime achievement in literature. The author of 10 novels, two short story collections, three plays, several nonfiction books and countless essays, Tóibín has been shortlisted for the Booker prize three times and won the Costa novel award in 2009 for Brooklyn, about a young Irish woman who emigrates to New York in the 1950s, made into an award-winning film in 2015. He is surely Ireland’s most prolific and prestigious living writer.

    Continue reading...", - "content": "

    The acclaimed novelist on chemotherapy, growing up gay in Ireland and writing his first poetry collection at the age of 66

    In June 2018, Colm Tóibín was four chapters into writing his most recent novel The Magician, an epic fictional biography of Thomas Mann that he had put off for decades, when he was diagnosed with cancer. “It all started with my balls,” he begins a blisteringly witty essay about his months in hospital; cancer of the testicles had spread to his lungs and liver. In bed he amuses himself by identifying the difference between blood clots (a new emergency) and cancer: “Boris Johnson would be a blood clot … Angela Merkel the cancer.”

    He has seen off both Johnson and Merkel. In the month when he hopes he will have a final scan, he has just been awarded the David Cohen prize (dubbed “the UK Nobel”) for a lifetime achievement in literature. The author of 10 novels, two short story collections, three plays, several nonfiction books and countless essays, Tóibín has been shortlisted for the Booker prize three times and won the Costa novel award in 2009 for Brooklyn, about a young Irish woman who emigrates to New York in the 1950s, made into an award-winning film in 2015. He is surely Ireland’s most prolific and prestigious living writer.

    Continue reading...", - "category": "Colm Tóibín", - "link": "https://www.theguardian.com/books/2021/dec/14/colm-toibin-boris-johnson-would-be-a-blood-clot-angela-merkel-the-cancer", - "creator": "Lisa Allardice", - "pubDate": "2021-12-14T07:00:41Z", + "title": "Beware the emergency avocado: what does ultrafast delivery really cost us?", + "description": "

    A grocery revolution is underway, with individual items available at your door in next to no time. What does it mean for supermarkets, our wallets, working conditions and the planet?

    In a warehouse by Farringdon station, in central London, I am watching people burn through millions of pounds of investment in real time. Great big stacks of cash, all bet on the assumption that the future of grocery shopping will be app-enabled and delivered to our homes in less time than it takes to brew a cup of tea. Here, at the ultrafast grocery delivery startup Gorillas, workers push trolleys around a so-called micro-fulfilment centre, selecting food and toiletries and alcohol to be delivered by e-bicycling couriers in 10 minutes flat.

    I am being shown around by the commercial director, Matthew Nobbs. “Imagine you go to a standard supermarket for breakfast,” says Nobbs, over the pounding dance music. “I’m going to have to go all the way to the bakery aisle for my croissants, and now I need some jam, so I have to go to the store cupboard aisle, and now I need some bacon, so I have to go back to the chiller. Or, I can just go on an app, and order what I need.” We pass the fresh produce. “Look at that for an apple!” says Nobbs, palming a Pink Lady with an evangelical flicker in his eye. (In fairness, its skin is so glossy it could be lacquered.)

    Continue reading...", + "content": "

    A grocery revolution is underway, with individual items available at your door in next to no time. What does it mean for supermarkets, our wallets, working conditions and the planet?

    In a warehouse by Farringdon station, in central London, I am watching people burn through millions of pounds of investment in real time. Great big stacks of cash, all bet on the assumption that the future of grocery shopping will be app-enabled and delivered to our homes in less time than it takes to brew a cup of tea. Here, at the ultrafast grocery delivery startup Gorillas, workers push trolleys around a so-called micro-fulfilment centre, selecting food and toiletries and alcohol to be delivered by e-bicycling couriers in 10 minutes flat.

    I am being shown around by the commercial director, Matthew Nobbs. “Imagine you go to a standard supermarket for breakfast,” says Nobbs, over the pounding dance music. “I’m going to have to go all the way to the bakery aisle for my croissants, and now I need some jam, so I have to go to the store cupboard aisle, and now I need some bacon, so I have to go back to the chiller. Or, I can just go on an app, and order what I need.” We pass the fresh produce. “Look at that for an apple!” says Nobbs, palming a Pink Lady with an evangelical flicker in his eye. (In fairness, its skin is so glossy it could be lacquered.)

    Continue reading...", + "category": "Supermarkets", + "link": "https://www.theguardian.com/business/2021/dec/09/beware-the-emergency-avocado-what-does-ultrafast-delivery-really-cost-us", + "creator": "Sirin Kale", + "pubDate": "2021-12-09T10:00:09Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213545,20 +239100,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ee1ae3b2b01fb6ffc55c7dd1c2d3c20" + "hash": "e03ef50c01914aae3f51ac9f20c6cef0" }, { - "title": "‘I could be a bee in a hive’: the real-life Beekeeper of Aleppo on life in Yorkshire", - "description": "

    Ryad Alsous, whose story helped inspire the bestselling book, says life is sweet caring for his hives in Huddersfield

    In 2013, Syrian beekeeper Ryad Alsous drank his last cup of mint tea on the balcony of his flat in Damascus. He was about to leave the city where he had spent his whole life and move to Britain. Eight years later, he is again drinking mint tea made in the same flask but this time in Huddersfield. The flask is the only item he still has from his home in Syria. He is talking about the moment he left. “It was very difficult. And also full of hope,” he says.

    His block of flats had been bombed twice, and explosions in the eastern part of the city were happening daily. On the day he left, a loud bang nearby caused the doves perched on his balcony to briefly flutter into the air. He had been feeding the birds for years and realised they would have no one to look after them once he left.

    Continue reading...", - "content": "

    Ryad Alsous, whose story helped inspire the bestselling book, says life is sweet caring for his hives in Huddersfield

    In 2013, Syrian beekeeper Ryad Alsous drank his last cup of mint tea on the balcony of his flat in Damascus. He was about to leave the city where he had spent his whole life and move to Britain. Eight years later, he is again drinking mint tea made in the same flask but this time in Huddersfield. The flask is the only item he still has from his home in Syria. He is talking about the moment he left. “It was very difficult. And also full of hope,” he says.

    His block of flats had been bombed twice, and explosions in the eastern part of the city were happening daily. On the day he left, a loud bang nearby caused the doves perched on his balcony to briefly flutter into the air. He had been feeding the birds for years and realised they would have no one to look after them once he left.

    Continue reading...", - "category": "Bees", - "link": "https://www.theguardian.com/environment/2021/dec/14/i-could-be-a-bee-in-a-hive-the-real-life-beekeeper-of-aleppo-on-life-in-yorkshire-aoe", - "creator": "Phoebe Weston", - "pubDate": "2021-12-14T07:15:41Z", + "title": "From Russia with schmaltz: Moscow’s answer to Tate Modern opens with a Santa Barbara satire", + "description": "

    Funded by a gas billionaire and sited in a former power station, the huge GES-2 gallery aims to elevate Moscow’s standing on the art world stage. And its headline act? Ragnar Kjartansson’s reshoot of the US soap that became a cult hit in Russia

    First Vladimir Putin came to visit. Then, for the second day in a row, the artists were turfed out of GES-2, a prestigious new arts centre built in a disused power station, as police and men in suits swarmed in for what looked like another VIP guest.

    Instead of our planned walkthrough, I trudged through the snow to catch up with Ragnar Kjartansson, the star Icelandic artist headlining the art centre’s opening by re-filming the popular soap opera Santa Barbara as a “living sculpture”. He had taken a booth in the nearby Strelka Bar and was taking the disruption in his stride, despite it coming one day before the grand opening.

    Continue reading...", + "content": "

    Funded by a gas billionaire and sited in a former power station, the huge GES-2 gallery aims to elevate Moscow’s standing on the art world stage. And its headline act? Ragnar Kjartansson’s reshoot of the US soap that became a cult hit in Russia

    First Vladimir Putin came to visit. Then, for the second day in a row, the artists were turfed out of GES-2, a prestigious new arts centre built in a disused power station, as police and men in suits swarmed in for what looked like another VIP guest.

    Instead of our planned walkthrough, I trudged through the snow to catch up with Ragnar Kjartansson, the star Icelandic artist headlining the art centre’s opening by re-filming the popular soap opera Santa Barbara as a “living sculpture”. He had taken a booth in the nearby Strelka Bar and was taking the disruption in his stride, despite it coming one day before the grand opening.

    Continue reading...", + "category": "Art", + "link": "https://www.theguardian.com/artanddesign/2021/dec/09/russia-moscows-answer-tate-modern-ragnar-kjartansson-opens-santa-barbara-satire-us-soap", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-12-09T09:47:44Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213566,20 +239120,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "be7bb7e2eeaf3ea06ae5310cf102e10d" + "hash": "e5f60fffd16e7e74c4890e7c300cd593" }, { - "title": "Radioactive medicines found in London street by member of the public", - "description": "

    Item containing radiopharmaceuticals lost in transit after being transported between two hospitals

    A package of radioactive medicines was found in the street by a member of the public after being lost in transit between two London hospitals.

    The item, containing radiopharmaceuticals, is thought not to have been secured properly in the vehicle transporting it and, after coming loose, it came into contact with an internal door release and fell out while being moved between Siemens’ Mount Vernon hospital in London and London Bridge hospital in September.

    Continue reading...", - "content": "

    Item containing radiopharmaceuticals lost in transit after being transported between two hospitals

    A package of radioactive medicines was found in the street by a member of the public after being lost in transit between two London hospitals.

    The item, containing radiopharmaceuticals, is thought not to have been secured properly in the vehicle transporting it and, after coming loose, it came into contact with an internal door release and fell out while being moved between Siemens’ Mount Vernon hospital in London and London Bridge hospital in September.

    Continue reading...", - "category": "London", - "link": "https://www.theguardian.com/uk-news/2021/dec/13/radioactive-medicines-found-in-london-street-by-member-of-the-public", - "creator": "PA Media", - "pubDate": "2021-12-13T22:12:26Z", + "title": "Home Office urged to stop housing asylum seekers in barracks", + "description": "

    Housing survivors of torture or other serious forms of violence in barracks ‘harmful’, all-party report says

    A cross-party group of parliamentarians is calling on the government to end its use of controversial barracks accommodation for people seeking asylum, in a new report published on Thursday.

    The report also recommends the scrapping of government plans to expand barracks-style accommodation for up to 8,000 asylum seekers. It refers to accommodation, including Napier barracks in Kent, which is currently being used to house hundreds of asylum seekers, as “quasi-detention” due to visible security measures, surveillance, shared living quarters and isolation from the wider community.

    Continue reading...", + "content": "

    Housing survivors of torture or other serious forms of violence in barracks ‘harmful’, all-party report says

    A cross-party group of parliamentarians is calling on the government to end its use of controversial barracks accommodation for people seeking asylum, in a new report published on Thursday.

    The report also recommends the scrapping of government plans to expand barracks-style accommodation for up to 8,000 asylum seekers. It refers to accommodation, including Napier barracks in Kent, which is currently being used to house hundreds of asylum seekers, as “quasi-detention” due to visible security measures, surveillance, shared living quarters and isolation from the wider community.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/dec/09/home-office-urged-to-stop-housing-asylum-seekers-in-barracks", + "creator": "Diane Taylor", + "pubDate": "2021-12-09T06:00:03Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213587,20 +239140,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa51358701e2697d2e9ee18cc171c67d" + "hash": "fc4d3c71d95550695bff7fcba03c5a2f" }, { - "title": "‘2.4C is a death sentence’: Vanessa Nakate’s fight for the forgotten countries of the climate crisis", - "description": "

    She started a youth strike in Uganda – then just kept going. She discusses climate justice, reparations, imperialism and why the global north must take responsibility

    In February 2020, at the World Economic Forum in Davos, Vanessa Nakate had her point made for her in the most vivid and “frustrating and heartbreaking” way. The Ugandan climate crisis activist, who turned 25 last month, had gone to Switzerland to introduce some perspective to its cosy consensus. “One of the things that I wanted to emphasise was the importance of listening to activists and people from the most affected areas,” she says. “How can we have climate justice if the people who are suffering the worst impacts of the climate crisis are not being listened to, not being platformed, not being amplified and are left out of the conversation? It’s not possible.”

    To this end, she appeared at a press conference with Greta Thunberg and three other white, European youth climate strikers. When the Associated Press published a photo of the meeting, it cropped out Nakate. It was, she said at the time, her first encounter with direct and blatant racism – and only reinforced her point and made her campaign more urgent. AP later expressed “regret” for its “error in judgment”.

    Continue reading...", - "content": "

    She started a youth strike in Uganda – then just kept going. She discusses climate justice, reparations, imperialism and why the global north must take responsibility

    In February 2020, at the World Economic Forum in Davos, Vanessa Nakate had her point made for her in the most vivid and “frustrating and heartbreaking” way. The Ugandan climate crisis activist, who turned 25 last month, had gone to Switzerland to introduce some perspective to its cosy consensus. “One of the things that I wanted to emphasise was the importance of listening to activists and people from the most affected areas,” she says. “How can we have climate justice if the people who are suffering the worst impacts of the climate crisis are not being listened to, not being platformed, not being amplified and are left out of the conversation? It’s not possible.”

    To this end, she appeared at a press conference with Greta Thunberg and three other white, European youth climate strikers. When the Associated Press published a photo of the meeting, it cropped out Nakate. It was, she said at the time, her first encounter with direct and blatant racism – and only reinforced her point and made her campaign more urgent. AP later expressed “regret” for its “error in judgment”.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/13/24c-is-a-death-sentence-vanessa-nakates-fight-for-the-forgotten-countries-of-the-climate-crisis", - "creator": "Zoe Williams", - "pubDate": "2021-12-13T10:00:16Z", + "title": "Failure, fear and the threat of famine in Afghanistan", + "description": "

    A whistleblower has accused the British government of abject failures in its efforts to manage the evacuation of people from Afghanistan as the Taliban took control in August. Emma Graham-Harrison returns to the country to find it facing a humanitarian crisis

    When the Taliban entered Kabul in August and completed their takeover of Afghanistan, thousands of people scrambled for the last remaining flights out of the city’s airport. It was chaos that turned deadly: a bomb attack on the airport’s perimeter killed more than 70 people as they crowded the fences, desperate for a way out. Now testimony from a whistleblower who was working on the UK government’s response to the crisis paints a picture of a callous, complacent and incompetent Foreign Office.

    It’s a picture that rings true for the Guardian’s senior foreign reporter Emma Graham-Harrison, who tells Michael Safi that while some of the staff in the Foreign Office acted heroically, the system as a whole had huge failings. The government has rejected the account of the whistleblower. A spokesperson said: “Regrettably we were not able to evacuate all those we wanted to, but … since the end of the operation we have helped more than 3,000 individuals leave Afghanistan.”

    Continue reading...", + "content": "

    A whistleblower has accused the British government of abject failures in its efforts to manage the evacuation of people from Afghanistan as the Taliban took control in August. Emma Graham-Harrison returns to the country to find it facing a humanitarian crisis

    When the Taliban entered Kabul in August and completed their takeover of Afghanistan, thousands of people scrambled for the last remaining flights out of the city’s airport. It was chaos that turned deadly: a bomb attack on the airport’s perimeter killed more than 70 people as they crowded the fences, desperate for a way out. Now testimony from a whistleblower who was working on the UK government’s response to the crisis paints a picture of a callous, complacent and incompetent Foreign Office.

    It’s a picture that rings true for the Guardian’s senior foreign reporter Emma Graham-Harrison, who tells Michael Safi that while some of the staff in the Foreign Office acted heroically, the system as a whole had huge failings. The government has rejected the account of the whistleblower. A spokesperson said: “Regrettably we were not able to evacuate all those we wanted to, but … since the end of the operation we have helped more than 3,000 individuals leave Afghanistan.”

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/news/audio/2021/dec/09/failure-and-the-threat-of-famine-in-afghanistan-podcast", + "creator": "Presented by Michael Safi with Emma Graham-Harrison; produced by Alex Atack, Eva Krysiak and Rudi Zygadlo; executive producers Phil Maynard and Mythili Rao", + "pubDate": "2021-12-09T03:00:02Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213608,20 +239160,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "330db4dae0c7f2d3eff309e616225f82" + "hash": "26a955895d380456644a36d88131fc06" }, { - "title": "The network of election lawyers who are making it harder for Americans to vote", - "description": "

    Voting rights watchdogs have warned of a web of attorneys and groups, some who pushed Donald Trump’s big lie after the 2020 election

    A powerful network of conservative election lawyers and groups with links to Donald Trump have spent millions of dollars promoting new and onerous voting laws that many key battleground states such as Georgia and Texas have enacted.

    The moves have prompted election and voting rights watchdogs in America to warn about the suppression of non-white voters aimed at providing Republicans an edge in coming elections.

    Continue reading...", - "content": "

    Voting rights watchdogs have warned of a web of attorneys and groups, some who pushed Donald Trump’s big lie after the 2020 election

    A powerful network of conservative election lawyers and groups with links to Donald Trump have spent millions of dollars promoting new and onerous voting laws that many key battleground states such as Georgia and Texas have enacted.

    The moves have prompted election and voting rights watchdogs in America to warn about the suppression of non-white voters aimed at providing Republicans an edge in coming elections.

    Continue reading...", - "category": "US voting rights", - "link": "https://www.theguardian.com/us-news/2021/dec/14/us-election-lawyers-voting-rights", - "creator": "Peter Stone in Washington", - "pubDate": "2021-12-14T08:00:42Z", + "title": "Woman’s body pulled from submerged car in dramatic recovery at Niagara Falls’ edge", + "description": "

    A diver was lowered from a helicopter to pull the occupant from a car found in the frigid rapids at the brink of American Falls

    In a dramatic rescue attempt on Wednesday, a US Coast Guard diver braved the frigid rapids where a car had become submerged in water near the brink of Niagara Falls, only to find it was too late to rescue the person trapped inside.

    The diver was lowered from a hovering helicopter, climbed into the car and pulled out the body of its lone occupant, a woman in her 60s, officials from New York’s state park police said.

    Continue reading...", + "content": "

    A diver was lowered from a helicopter to pull the occupant from a car found in the frigid rapids at the brink of American Falls

    In a dramatic rescue attempt on Wednesday, a US Coast Guard diver braved the frigid rapids where a car had become submerged in water near the brink of Niagara Falls, only to find it was too late to rescue the person trapped inside.

    The diver was lowered from a hovering helicopter, climbed into the car and pulled out the body of its lone occupant, a woman in her 60s, officials from New York’s state park police said.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2021/dec/08/niagara-falls-woman-car-coast-guard", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-09T02:07:23Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213629,20 +239180,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "11608f38d2352a1872eb2156be3ae343" + "hash": "e8d2905ad564ec532433cc558159c08d" }, { - "title": "Mexicans pay tribute to Vicente Fernández, icon of ranchera music", - "description": "

    Family, friends and fellow musicians pay their final respects to the man known as ‘El Rey’ (the King) following his death at age 81

    Mexicans are in mourning for Vicente Fernández, the elaborately mustachioed icon of ranchera music, whose ballads of love and loss, golden baritones and singular stage presence captured the raw emotions of a nation.

    Fans have flocked to his ranch in western Jalisco state, where family, friends and fellow crooners paid their final respects to the man known as “El Rey” (the King) – and often just by the diminutive “Chente.”

    Continue reading...", - "content": "

    Family, friends and fellow musicians pay their final respects to the man known as ‘El Rey’ (the King) following his death at age 81

    Mexicans are in mourning for Vicente Fernández, the elaborately mustachioed icon of ranchera music, whose ballads of love and loss, golden baritones and singular stage presence captured the raw emotions of a nation.

    Fans have flocked to his ranch in western Jalisco state, where family, friends and fellow crooners paid their final respects to the man known as “El Rey” (the King) – and often just by the diminutive “Chente.”

    Continue reading...", - "category": "Mexico", - "link": "https://www.theguardian.com/world/2021/dec/13/vicente-fernandez-mexico-tributes-ranchera-music", - "creator": "David Agren in Mexico City", - "pubDate": "2021-12-13T20:50:13Z", + "title": "Bondi backpackers hostel Noah’s locked down due to Covid scare as NSW reports 420 cases", + "description": "

    NSW police confirm health department requested assistance at Sydney venue

    A Bondi Beach backpackers hostel in Sydney has been placed into lockdown for a second time due to fears of a Covid outbreak.

    It is not yet known how many people were staying at Noah’s backpackers hostel or whether the Omicron strain of the virus was present.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    NSW police confirm health department requested assistance at Sydney venue

    A Bondi Beach backpackers hostel in Sydney has been placed into lockdown for a second time due to fears of a Covid outbreak.

    It is not yet known how many people were staying at Noah’s backpackers hostel or whether the Omicron strain of the virus was present.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Sydney", + "link": "https://www.theguardian.com/australia-news/2021/dec/09/bondi-backpackers-hostel-locked-down-due-to-covid-scare-as-nsw-reports-420-cases", + "creator": "Caitlin Cassidy", + "pubDate": "2021-12-09T09:21:18Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213650,20 +239200,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6acdfc11fdfc97136c896e37c0e670eb" + "hash": "7495c3296d7582bdba10bd33971914d8" }, { - "title": "Former NRL player Brett Finch arrested over alleged involvement in a child sexual abuse ring", - "description": "

    Finch one of eight men arrested over alleged involvement in discussions about sexually abusing children and swapping material depicting abuse

    Former NRL player Brett Finch is among eight men in NSW accused of being involved in a telephone chat line where they allegedly discussed sexually abusing children and swapped material depicting abuse.

    Finch is understood to be the 40-year-old man arrested on Tuesday at a Sans Souci home in Sydney’s south, where police also seized a mobile phone.

    Continue reading...", - "content": "

    Finch one of eight men arrested over alleged involvement in discussions about sexually abusing children and swapping material depicting abuse

    Former NRL player Brett Finch is among eight men in NSW accused of being involved in a telephone chat line where they allegedly discussed sexually abusing children and swapped material depicting abuse.

    Finch is understood to be the 40-year-old man arrested on Tuesday at a Sans Souci home in Sydney’s south, where police also seized a mobile phone.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/14/former-nrl-player-brett-finch-arrested-over-alleged-involvement-in-a-child-sexual-abuse-ring", - "creator": "Australian Associated Press", - "pubDate": "2021-12-14T09:03:05Z", + "title": "Women in prison ignored by feminist funders that find them less ‘marketable’, says NGO head", + "description": "

    Survey by Women Beyond Walls finds 70% of groups working with incarcerated women do not receive funds from women’s rights foundations

    The global feminist movement is failing to support organisations working with women in prison, as donors shy away from funding projects aimed at people with “complicated” narratives, says lawyer and activist Sabrina Mahtani.

    Mahtani, founder of Women Beyond Walls (WBW), said many NGOs around the world were doing vital work “supporting some of the most marginalised and overlooked women” in society, including providing essential legal services and reducing pretrial detention time.

    Continue reading...", + "content": "

    Survey by Women Beyond Walls finds 70% of groups working with incarcerated women do not receive funds from women’s rights foundations

    The global feminist movement is failing to support organisations working with women in prison, as donors shy away from funding projects aimed at people with “complicated” narratives, says lawyer and activist Sabrina Mahtani.

    Mahtani, founder of Women Beyond Walls (WBW), said many NGOs around the world were doing vital work “supporting some of the most marginalised and overlooked women” in society, including providing essential legal services and reducing pretrial detention time.

    Continue reading...", + "category": "Women's rights and gender equality", + "link": "https://www.theguardian.com/global-development/2021/dec/09/women-in-prison-ignored-by-feminist-funders-that-find-them-less-marketable-says-ngo-head", + "creator": "Lizzy Davies", + "pubDate": "2021-12-09T06:30:03Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213671,20 +239220,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae3b5a8d4058d3865e12b33c55c05d90" + "hash": "584419141f6ef5ee9e3c9d6e5ba498c8" }, { - "title": "Top toddy: Sri Lanka’s tree tapping trade reaches new heights", - "description": "

    ‘Toddy tappers’ who collect sap used in everything from palm wine to ice-cream are enjoying a boost to business that has revived the traditional skill and improved their quality of life

    The palmyra palm tree with its wide fan leaves is a distinctive and common sight across Jaffna, northern Sri Lanka, thriving in the arid conditions.

    Kutty, who goes by only one name, is a “toddy tapper”. Climbing the palms with his clay pot, he collects sap from the flower heads at the top of the great trees, which can grow to more than 30 metres (90ft). The sap is fermented to make toddy, an alcoholic drink also known as palm wine.

    Continue reading...", - "content": "

    ‘Toddy tappers’ who collect sap used in everything from palm wine to ice-cream are enjoying a boost to business that has revived the traditional skill and improved their quality of life

    The palmyra palm tree with its wide fan leaves is a distinctive and common sight across Jaffna, northern Sri Lanka, thriving in the arid conditions.

    Kutty, who goes by only one name, is a “toddy tapper”. Climbing the palms with his clay pot, he collects sap from the flower heads at the top of the great trees, which can grow to more than 30 metres (90ft). The sap is fermented to make toddy, an alcoholic drink also known as palm wine.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/10/top-toddy-sri-lankas-tree-tapping-trade-reaches-new-heights", - "creator": "Khursheed Dinshaw in Jaffna", - "pubDate": "2021-12-10T06:00:33Z", + "title": "Teenager after Zambia crocodile attack: 'Don't let one incident hold you back' – video", + "description": "

    Amelie Osborn-Smith said she felt 'very lucky' to be alive and was not going to be held back, after a crocodile mauled her during a white water rafting trip along the Zambezi in Zambia. 

    Osborne-Smith, 18, thought she would lose her foot after the attack and said she was very 'relieved' when doctors told her they had managed to save it

    Continue reading...", + "content": "

    Amelie Osborn-Smith said she felt 'very lucky' to be alive and was not going to be held back, after a crocodile mauled her during a white water rafting trip along the Zambezi in Zambia. 

    Osborne-Smith, 18, thought she would lose her foot after the attack and said she was very 'relieved' when doctors told her they had managed to save it

    Continue reading...", + "category": "Zambia", + "link": "https://www.theguardian.com/world/video/2021/dec/06/dont-let-one-incident-hold-you-back-says-teenager-after-crocodile-attack-video", + "creator": "", + "pubDate": "2021-12-06T11:12:05Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213692,20 +239240,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "008af98ab9769059a9e1c70bfe5d7d28" + "hash": "cc07c845254989dada51e9ae37e076d5" }, { - "title": "‘We have to use a boat to commute’: coastal Ghana hit by climate crisis", - "description": "

    As the sea claims more of the west African shoreline, those left homeless by floods are losing hope that the government will act

    Waves have taken the landscape John Afedzie knew so well. “The waters came closer in the last few months, but now they have destroyed parts of schools and homes. The waves have taken the whole of the village. One needs to use a boat to commute now because of the rising sea levels,” he says.

    Afedzie lives in Keta, one of Ghana’s coastal towns, where a month ago high tide brought seawater flooding into 1,027 houses, according to the government, leaving him among about 3,000 people made homeless overnight.

    Continue reading...", - "content": "

    As the sea claims more of the west African shoreline, those left homeless by floods are losing hope that the government will act

    Waves have taken the landscape John Afedzie knew so well. “The waters came closer in the last few months, but now they have destroyed parts of schools and homes. The waves have taken the whole of the village. One needs to use a boat to commute now because of the rising sea levels,” he says.

    Afedzie lives in Keta, one of Ghana’s coastal towns, where a month ago high tide brought seawater flooding into 1,027 houses, according to the government, leaving him among about 3,000 people made homeless overnight.

    Continue reading...", - "category": "Ghana", - "link": "https://www.theguardian.com/world/2021/dec/09/coastal-ghana-hit-by-climate-crisis", - "creator": "Ekow Barnes in Keta", - "pubDate": "2021-12-09T07:30:05Z", + "title": "Covid live: WHO says booster jabs ‘risk exacerbating’ vaccine inequity; Denmark to close schools, nightclubs", + "description": "

    WHO say first doses should be prioritised over broad-based booster jab programmes; Danish PM says ‘significant risk of critically overloading health service’

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", + "content": "

    WHO say first doses should be prioritised over broad-based booster jab programmes; Danish PM says ‘significant risk of critically overloading health service’

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/09/covid-news-live-england-moves-to-plan-b-three-pfizer-shots-can-neutralise-omicron-lab-tests-show", + "creator": "Martin Belam (now) and Samantha Lock (earlier)", + "pubDate": "2021-12-09T10:48:32Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213713,20 +239260,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "991699d78546e82756911ff656048187" + "hash": "e970a92fba6ae5b0b033fe18aec45ed5" }, { - "title": "UK’s 1m a day booster rollout is strategy of short-term pain for long-term gain", - "description": "

    Analysis: next few weeks will be tough for anyone who relied on the health service as well as those who work in it

    The wording of the four home nations’ chief medical officers joint statement on Sunday was undramatic but still ominous. “Transmission of Covid-19 is already high in the community, mainly still driven by Delta, but the emergence of Omicron adds additional and rapidly increasing risk to the public and healthcare services.”

    Given that “vaccine protection against symptomatic disease from Omicron is reduced … hospitalisations from Omicron are already occurring and these are likely to increase rapidly”, they added.

    Continue reading...", - "content": "

    Analysis: next few weeks will be tough for anyone who relied on the health service as well as those who work in it

    The wording of the four home nations’ chief medical officers joint statement on Sunday was undramatic but still ominous. “Transmission of Covid-19 is already high in the community, mainly still driven by Delta, but the emergence of Omicron adds additional and rapidly increasing risk to the public and healthcare services.”

    Given that “vaccine protection against symptomatic disease from Omicron is reduced … hospitalisations from Omicron are already occurring and these are likely to increase rapidly”, they added.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/12/uks-1m-a-day-booster-rollout-is-strategy-of-short-term-pain-for-long-term-gain", - "creator": "Denis Campbell Health policy editor", - "pubDate": "2021-12-12T20:56:03Z", + "title": "Number of journalists in jail around the world at new high, says survey", + "description": "

    Committee to Protect Journalists says 293 reporters are in prison, and at least 24 have been killed in 2021

    The number of journalists who are behind bars worldwide reached a new high point in 2021, according to a study which says that 293 reporters were imprisoned as of 1 December 2021.

    At least 24 journalists were killed because of their coverage, and 18 others died in circumstances that make it too difficult to determine whether they were targeted because of their work, the nonprofit Committee to Protect Journalists said on Thursday in its annual survey on press freedom and attacks on the media.

    Continue reading...", + "content": "

    Committee to Protect Journalists says 293 reporters are in prison, and at least 24 have been killed in 2021

    The number of journalists who are behind bars worldwide reached a new high point in 2021, according to a study which says that 293 reporters were imprisoned as of 1 December 2021.

    At least 24 journalists were killed because of their coverage, and 18 others died in circumstances that make it too difficult to determine whether they were targeted because of their work, the nonprofit Committee to Protect Journalists said on Thursday in its annual survey on press freedom and attacks on the media.

    Continue reading...", + "category": "Journalist safety", + "link": "https://www.theguardian.com/media/2021/dec/09/number-of-journalists-in-jail-around-the-world-at-new-high-says-survey", + "creator": "Reuters", + "pubDate": "2021-12-09T06:32:59Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213734,20 +239280,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a92cac3210477b6fe5684b3731f84f28" + "hash": "efa9529b4207fa120ec252706c28808b" }, { - "title": "What makes boosters more effective than the first two Covid jabs?", - "description": "

    Analysis: top-up vaccines make key changes to our antibody defences, reducing the threat from Omicron

    Covid-19, we should know by now, is a moving target. In autumn the rollout of boosters to older age groups was contentious. Now they’re the single biggest focus. So why do boosters help so significantly compared with first and second jabs, and are we on a conveyor belt towards needing an ever-increasing number of top-ups?

    Even before Omicron, it was clear boosters would be required to maintain the levels of protection against infection, although protection against severe illness appeared to be holding up well.

    Continue reading...", - "content": "

    Analysis: top-up vaccines make key changes to our antibody defences, reducing the threat from Omicron

    Covid-19, we should know by now, is a moving target. In autumn the rollout of boosters to older age groups was contentious. Now they’re the single biggest focus. So why do boosters help so significantly compared with first and second jabs, and are we on a conveyor belt towards needing an ever-increasing number of top-ups?

    Even before Omicron, it was clear boosters would be required to maintain the levels of protection against infection, although protection against severe illness appeared to be holding up well.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/12/what-makes-boosters-more-effective-than-the-first-two-covid-jabs", - "creator": "Hannah Devlin Science correspondent", - "pubDate": "2021-12-12T18:31:48Z", + "title": "Eleven villagers shot and burned alive by Myanmar soldiers, reports say", + "description": "

    Outrage spreads on social media over alleged massacre of people rounded up by government troops in Sagaing region

    Myanmar soldiers rounded up and killed 11 people in a village, shooting and then setting them on fire, according to people in the area and local media reports.

    Photos and a video purporting to show charred corpses in Don Taw village in the Sagaing region of Myanmar’s north-west circulated on Tuesday while outrage spread on social media.

    Continue reading...", + "content": "

    Outrage spreads on social media over alleged massacre of people rounded up by government troops in Sagaing region

    Myanmar soldiers rounded up and killed 11 people in a village, shooting and then setting them on fire, according to people in the area and local media reports.

    Photos and a video purporting to show charred corpses in Don Taw village in the Sagaing region of Myanmar’s north-west circulated on Tuesday while outrage spread on social media.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2021/dec/09/eleven-villagers-shot-and-burned-alive-by-myanmar-soldiers-reports-say", + "creator": "Staff and agencies", + "pubDate": "2021-12-09T03:00:38Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213755,20 +239300,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c8950cb7506c247c9c42c7804cd2081" + "hash": "23f407a411dc0d099a66a371975d5c1f" }, { - "title": "Aerial footage shows extent of tornado damage in Kentucky – video", - "description": "

    Drone footage has captured the devastation after a series of deadly tornadoes struck Kentucky on Friday. The US president, Joe Biden, declared a major federal disaster in the state, with officials saying the death toll could exceed 100 in Kentucky alone. 

    The governor, Andy Beshear, said the tornadoes were the most destructive in the state’s history. One tornado that tore through four states over four hours of nighttime devastation is believed to be the longest distance for a tornado in US history. In Mayfield, a community of about 10,000 in the south-western corner of Kentucky, large twisters also destroyed fire and police stations

    Continue reading...", - "content": "

    Drone footage has captured the devastation after a series of deadly tornadoes struck Kentucky on Friday. The US president, Joe Biden, declared a major federal disaster in the state, with officials saying the death toll could exceed 100 in Kentucky alone. 

    The governor, Andy Beshear, said the tornadoes were the most destructive in the state’s history. One tornado that tore through four states over four hours of nighttime devastation is believed to be the longest distance for a tornado in US history. In Mayfield, a community of about 10,000 in the south-western corner of Kentucky, large twisters also destroyed fire and police stations

    Continue reading...", - "category": "Kentucky", - "link": "https://www.theguardian.com/us-news/video/2021/dec/13/kentucky-tornado-damage-aerial-footage-video", - "creator": "", - "pubDate": "2021-12-13T10:26:49Z", + "title": "Anti-independence ads accused of ‘profound racism’ against indigenous New Caledonians in court action", + "description": "

    Urgent appeal lodged to stop the broadcast of cartoons calling on New Caledonians to vote against independence from France in this weekend’s referendum

    Cartoons urging New Caledonians to vote no to independence from France in this weekend’s referendum have been accused of “profound racism and ridicule towards Pacific Islanders, especially the [indigenous] Kanak people”, in a legal submission lodged with France’s highest judicial body.

    An urgent appeal has been lodged against the broadcast of the animations, which have been running on television in New Caledonia and online, with the Council of State in France.

    Continue reading...", + "content": "

    Urgent appeal lodged to stop the broadcast of cartoons calling on New Caledonians to vote against independence from France in this weekend’s referendum

    Cartoons urging New Caledonians to vote no to independence from France in this weekend’s referendum have been accused of “profound racism and ridicule towards Pacific Islanders, especially the [indigenous] Kanak people”, in a legal submission lodged with France’s highest judicial body.

    An urgent appeal has been lodged against the broadcast of the animations, which have been running on television in New Caledonia and online, with the Council of State in France.

    Continue reading...", + "category": "New Caledonia", + "link": "https://www.theguardian.com/world/2021/dec/09/anti-independence-ads-accused-of-profound-racism-against-indigenous-new-caledonians-in-court-action", + "creator": "Helen Fraser", + "pubDate": "2021-12-09T03:03:02Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213776,20 +239320,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e016e0d1ccbaa59e40ff73927da9ea04" + "hash": "1fe177e10ec00056602bbd17b9138eed" }, { - "title": "Empty polling stations and solemn streets: New Caledonia referendum – in pictures", - "description": "

    Voter turnout in the Pacific territory’s referendum on independence from France at the weekend was staggeringly low, after pro-independence groups called for boycotts. Those who did cast ballots voted overwhelmingly for New Caledonia to remain part of France

    Continue reading...", - "content": "

    Voter turnout in the Pacific territory’s referendum on independence from France at the weekend was staggeringly low, after pro-independence groups called for boycotts. Those who did cast ballots voted overwhelmingly for New Caledonia to remain part of France

    Continue reading...", - "category": "New Caledonia", - "link": "https://www.theguardian.com/world/gallery/2021/dec/13/empty-polling-stations-and-solemn-streets-new-caledonia-referendum-in-pictures", - "creator": "Dominique Catton", - "pubDate": "2021-12-13T06:57:32Z", + "title": "Jimmy Lai among three Hong Kong democracy activists convicted over Tiananmen vigil", + "description": "

    Former journalist Gwyneth Ho and rights lawyer Chow Hang-tung also found guilty of unlawful assembly charges

    Jailed Hong Kong media mogul Jimmy Lai was among three democracy campaigners convicted of taking part in a banned Tiananmen vigil as the prosecution of multiple activists came to a conclusion.

    Lai, the 74-year-old owner of the now-closed pro-democracy Apple Daily newspaper, was found guilty of unlawful assembly charges on Thursday alongside former journalist Gwyneth Ho and prominent rights lawyer Chow Hang-tung.

    Continue reading...", + "content": "

    Former journalist Gwyneth Ho and rights lawyer Chow Hang-tung also found guilty of unlawful assembly charges

    Jailed Hong Kong media mogul Jimmy Lai was among three democracy campaigners convicted of taking part in a banned Tiananmen vigil as the prosecution of multiple activists came to a conclusion.

    Lai, the 74-year-old owner of the now-closed pro-democracy Apple Daily newspaper, was found guilty of unlawful assembly charges on Thursday alongside former journalist Gwyneth Ho and prominent rights lawyer Chow Hang-tung.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/dec/09/jimmy-lai-among-three-hong-kong-democracy-activists-convicted-over-tiananmen-vigil", + "creator": "Agence France-Presse", + "pubDate": "2021-12-09T03:02:15Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213797,20 +239340,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5edd38d933747f5cee27168a226fff69" + "hash": "ab750e0bfc23fe67d6ffd6f016ede5e0" }, { - "title": "Johnson addresses the nation as Covid alert level raised due to Omicron – video", - "description": "

    Boris Johnson has announced that the government is launching an emergency booster campaign to avoid a severe rise in hospitalisations and deaths from a 'tidal wave' of Omicron. The prime minister said infections of the Covid-19 variant, first identified in South Africa, were doubling every two to three days, and that two doses of vaccine 'are simply not enough to give the level of protection we all need'.

    Speaking in a televised address on Sunday night, Johnson announced the booster programme would be offered to everyone over the age of 18 in the UK, with extra capacity provided by 'additional vaccine sites and mobile units' and '42 military planning teams across every health region'

    Continue reading...", - "content": "

    Boris Johnson has announced that the government is launching an emergency booster campaign to avoid a severe rise in hospitalisations and deaths from a 'tidal wave' of Omicron. The prime minister said infections of the Covid-19 variant, first identified in South Africa, were doubling every two to three days, and that two doses of vaccine 'are simply not enough to give the level of protection we all need'.

    Speaking in a televised address on Sunday night, Johnson announced the booster programme would be offered to everyone over the age of 18 in the UK, with extra capacity provided by 'additional vaccine sites and mobile units' and '42 military planning teams across every health region'

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/12/johnson-addresses-the-nation-as-covid-alert-level-raised-due-to-omicron-video", - "creator": "", - "pubDate": "2021-12-12T21:00:47Z", + "title": "Finnish PM apologises for staying out clubbing despite Covid exposure", + "description": "

    Sanna Marin says she should have checked guidance given to her after her foreign minister tested positive

    Finland’s prime minister has come under sustained criticism after it was revealed she stayed out dancing until the early hours on the weekend despite knowing she had been exposed to Covid-19.

    Sanna Marin, 36, apologised on Monday after a gossip magazine published photos of her at a Helsinki nightclub on Saturday night until almost four in the morning, hours after her foreign minister, Pekka Haavisto, tested positive for coronavirus.

    Continue reading...", + "content": "

    Sanna Marin says she should have checked guidance given to her after her foreign minister tested positive

    Finland’s prime minister has come under sustained criticism after it was revealed she stayed out dancing until the early hours on the weekend despite knowing she had been exposed to Covid-19.

    Sanna Marin, 36, apologised on Monday after a gossip magazine published photos of her at a Helsinki nightclub on Saturday night until almost four in the morning, hours after her foreign minister, Pekka Haavisto, tested positive for coronavirus.

    Continue reading...", + "category": "Finland", + "link": "https://www.theguardian.com/world/2021/dec/08/finnish-pm-apologises-for-staying-out-clubbing-despite-covid-exposure", + "creator": "Agence France-Presse", + "pubDate": "2021-12-08T17:49:14Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213818,20 +239360,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ee2c7a4b4a74c2f1d125d6228de36dd" + "hash": "f5f5db60b8d3febb11deda57943fea8e" }, { - "title": "US tornadoes: up to 100 people feared dead after historic storms – video report", - "description": "

    What could prove to be the longest tornado in US history has left a trail of destruction from Arkansas to Kentucky, part of a vast storm front that is feared to have killed at least 100 people in southern and central states of the US.

    A candle factory in Mayfield, Kentucky, and an Amazon warehouse in Edwardsville, Illinois, were just two of the buildings destroyed in Friday night’s storm, which was all the more unusual because it came in December, when colder weather normally limits tornadoes


    Continue reading...", - "content": "

    What could prove to be the longest tornado in US history has left a trail of destruction from Arkansas to Kentucky, part of a vast storm front that is feared to have killed at least 100 people in southern and central states of the US.

    A candle factory in Mayfield, Kentucky, and an Amazon warehouse in Edwardsville, Illinois, were just two of the buildings destroyed in Friday night’s storm, which was all the more unusual because it came in December, when colder weather normally limits tornadoes


    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/video/2021/dec/12/us-tornadoes-leave-more-than-100-people-feared-dead-video", - "creator": "", - "pubDate": "2021-12-12T16:41:02Z", + "title": "Can Biden’s ‘divisive’ democracy summit deliver?", + "description": "

    Billed as a rallying call for human rights and liberties, the event has been lambasted by critics such as China and even invitees are critical

    Much of the advance commentary about Joe Biden’s two-day Summit for Democracy has been a diplomat’s version of a Charity Ball: long discussions about the guest list and how the guests will show up, and very little about its supposedly noble purpose.

    Potentially a rallying point for democracy, after the west’s crushing setback in Afghanistan, the summit has not been receiving rave advance notices even from those that have been invited.

    Continue reading...", + "content": "

    Billed as a rallying call for human rights and liberties, the event has been lambasted by critics such as China and even invitees are critical

    Much of the advance commentary about Joe Biden’s two-day Summit for Democracy has been a diplomat’s version of a Charity Ball: long discussions about the guest list and how the guests will show up, and very little about its supposedly noble purpose.

    Potentially a rallying point for democracy, after the west’s crushing setback in Afghanistan, the summit has not been receiving rave advance notices even from those that have been invited.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2021/dec/09/can-bidens-democracy-summit-deliver-china-russia-critics", + "creator": "Patrick Wintour", + "pubDate": "2021-12-09T09:00:07Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213839,20 +239380,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e8d92763a047cefea3638636452be1e" + "hash": "e2856aa953aaa6b30b2e44ef6a599666" }, { - "title": "In pictures: the aftermath of deadly US tornadoes", - "description": "

    Tornadoes tore through central and southern US states on Friday, leaving at least 70 people feared dead in what President Biden called an ‘unimaginable tragedy’

    Continue reading...", - "content": "

    Tornadoes tore through central and southern US states on Friday, leaving at least 70 people feared dead in what President Biden called an ‘unimaginable tragedy’

    Continue reading...", - "category": "Tornadoes", - "link": "https://www.theguardian.com/world/gallery/2021/dec/11/in-pictures-tornadoes-us-kentucky-illinois", - "creator": "Guardian staff", - "pubDate": "2021-12-11T22:42:51Z", + "title": "The inner lives of dogs: what our canine friends really think about love, lust and laughter", + "description": "

    They make brilliant companions, but do dogs really feel empathy for humans - and what is going through their minds when they play, panic or attack?

    Read more: the inner lives of cats: what our feline friends really think

    It is humanity’s great frustration, to gaze into the eyes of a dog, feel so very close to the creature, and yet have no clue what it’s thinking. It’s like the first question you ask of a recently born baby, with all that aching, loving urgency: is that a first smile? Or yet more wind? Except that it’s like that for ever.

    I can never know what my staffie is thinking. Does Romeo realise that what he just did was funny, and did he do it on purpose? Is he laughing on the inside? Can he smile? Can he feel anxious about the future? Can he remember life as a puppy? Does he still get the horn, even though I had his knackers off some years ago? And, greater than all these things: does he love me? I mean, really love me, the way I love him?

    Continue reading...", + "content": "

    They make brilliant companions, but do dogs really feel empathy for humans - and what is going through their minds when they play, panic or attack?

    Read more: the inner lives of cats: what our feline friends really think

    It is humanity’s great frustration, to gaze into the eyes of a dog, feel so very close to the creature, and yet have no clue what it’s thinking. It’s like the first question you ask of a recently born baby, with all that aching, loving urgency: is that a first smile? Or yet more wind? Except that it’s like that for ever.

    I can never know what my staffie is thinking. Does Romeo realise that what he just did was funny, and did he do it on purpose? Is he laughing on the inside? Can he smile? Can he feel anxious about the future? Can he remember life as a puppy? Does he still get the horn, even though I had his knackers off some years ago? And, greater than all these things: does he love me? I mean, really love me, the way I love him?

    Continue reading...", + "category": "Dogs", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/09/the-inner-lives-of-dogs-canine-friends-love-lust-companions-minds", + "creator": "Zoe Williams", + "pubDate": "2021-12-09T06:00:04Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213860,20 +239400,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2a56d29b34d300ab84d58781d220f2a" + "hash": "c12719253ef524cc95a9aa5194933526" }, { - "title": "No disciplinary action for US troops over Kabul drone airstrike, Pentagon says", - "description": "

    Strike that killed 10 civilians represented ‘a breakdown in process’, not negligence or misconduct, spokesperson says

    No US troops or officials will face disciplinary action for a drone strike in Kabul in August that killed 10 Afghan civilians, including seven children, the Pentagon said on Monday.

    Spokesman John Kirby said Secretary of Defense Lloyd Austin had received a high-level review of the strike which made no recommendation of accountability.

    Continue reading...", - "content": "

    Strike that killed 10 civilians represented ‘a breakdown in process’, not negligence or misconduct, spokesperson says

    No US troops or officials will face disciplinary action for a drone strike in Kabul in August that killed 10 Afghan civilians, including seven children, the Pentagon said on Monday.

    Spokesman John Kirby said Secretary of Defense Lloyd Austin had received a high-level review of the strike which made no recommendation of accountability.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2021/dec/13/kabul-airstrike-pentagon-drone-no-disciplinary-action", - "creator": "AFP in Washington", - "pubDate": "2021-12-14T01:35:30Z", + "title": "Listen to the fish sing: scientists record 'mind-blowing' noises of restored coral reef", + "description": "

    Vibrant soundscape shows Indonesian reef devastated by blast fishing is returning to health

    From whoops to purrs, snaps to grunts, and foghorns to laughs, a cacophony of bizarre fish songs have shown that a coral reef in Indonesia has returned rapidly to health.

    Many of the noises had never been recorded before and the fish making these calls remain mysterious, despite the use of underwater speakers to try to “talk” to some.

    Continue reading...", + "content": "

    Vibrant soundscape shows Indonesian reef devastated by blast fishing is returning to health

    From whoops to purrs, snaps to grunts, and foghorns to laughs, a cacophony of bizarre fish songs have shown that a coral reef in Indonesia has returned rapidly to health.

    Many of the noises had never been recorded before and the fish making these calls remain mysterious, despite the use of underwater speakers to try to “talk” to some.

    Continue reading...", + "category": "Coral", + "link": "https://www.theguardian.com/environment/2021/dec/08/whoops-and-grunts-bizarre-fish-songs-raise-hopes-for-coral-reef-recovery", + "creator": "Damian Carrington Environment editor", + "pubDate": "2021-12-08T05:00:32Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213881,20 +239420,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "71707d21e410af8d0ff37e5435c2ba61" + "hash": "0ff8d17c604371641ce185ae92ee1421" }, { - "title": "South Dakota teachers scramble for dollar bills in ‘demeaning’ game", - "description": "

    Company behind the competition apologises after footage showing teachers stuffing notes into clothing to fund classrooms goes viral

    A competition pitting 10 teachers against each other to scramble for dollar bills to fund school supplies in a city in South Dakota has been described as “demeaning” and drawn comparisons with the Netflix hit series Squid Game.

    The local newspaper the Argus Leader reported $5,000 (£3,770) in single dollar bills were laid out on the ice skating rink during the Sioux Falls Stampede hockey game on Saturday night, and the teachers from nearby schools competed to grab as many as possible in less than five minutes.

    Continue reading...", - "content": "

    Company behind the competition apologises after footage showing teachers stuffing notes into clothing to fund classrooms goes viral

    A competition pitting 10 teachers against each other to scramble for dollar bills to fund school supplies in a city in South Dakota has been described as “demeaning” and drawn comparisons with the Netflix hit series Squid Game.

    The local newspaper the Argus Leader reported $5,000 (£3,770) in single dollar bills were laid out on the ice skating rink during the Sioux Falls Stampede hockey game on Saturday night, and the teachers from nearby schools competed to grab as many as possible in less than five minutes.

    Continue reading...", - "category": "South Dakota", - "link": "https://www.theguardian.com/us-news/2021/dec/13/teachers-scramble-dollar-bills-south-dakota-dash-for-cash", - "creator": "Josh Taylor", - "pubDate": "2021-12-13T11:31:33Z", + "title": "Brexit may not stop EU’s gig economy reforms from reaching UK", + "description": "

    Analysis: UK-based firms may find it easier to fall in with Brussels’ proposals to give casual workers more rights

    The European Commission’s plans to protect people in precarious jobs in the gig economy could be the most ambitious extension of workers’ rights from Brussels since Britain left the EU.

    If adopted, the plans would mean that gig economy companies, such as Uber and Deliveroo, would have to treat workers as employees with minimum wages (where they exist), sick pay, holidays and better accident insurance, unless they could prove that drivers and couriers were genuinely self-employed.

    Continue reading...", + "content": "

    Analysis: UK-based firms may find it easier to fall in with Brussels’ proposals to give casual workers more rights

    The European Commission’s plans to protect people in precarious jobs in the gig economy could be the most ambitious extension of workers’ rights from Brussels since Britain left the EU.

    If adopted, the plans would mean that gig economy companies, such as Uber and Deliveroo, would have to treat workers as employees with minimum wages (where they exist), sick pay, holidays and better accident insurance, unless they could prove that drivers and couriers were genuinely self-employed.

    Continue reading...", + "category": "Gig economy", + "link": "https://www.theguardian.com/business/2021/dec/09/brexit-may-not-stop-eu-gig-economy-reforms-uk", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2021-12-09T10:00:09Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213902,20 +239440,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "424bc1486fceebb8c61e0d3526371f64" + "hash": "b515a697da939be0d6e2e4b14c289c06" }, { - "title": "Covid news live: hospitals in England told to free up beds as Omicron spreads; South Korea’s Covid deaths hit record high", - "description": "

    NHS England asks hospitals to discharge patients where possible; South Korea reports a record number of Covid patients in serious or critical condition

    United States secretary of state Antony Blinken says by the end of next year, the US will have donated more than 1.2b Covid-19 vaccine doses to the world, Reuters is reporting.

    The US air force has discharged 27 people for refusing to get the Covid-19 vaccine, making them what officials believe are the first service members to be removed for disobeying the mandate.

    Continue reading...", - "content": "

    NHS England asks hospitals to discharge patients where possible; South Korea reports a record number of Covid patients in serious or critical condition

    United States secretary of state Antony Blinken says by the end of next year, the US will have donated more than 1.2b Covid-19 vaccine doses to the world, Reuters is reporting.

    The US air force has discharged 27 people for refusing to get the Covid-19 vaccine, making them what officials believe are the first service members to be removed for disobeying the mandate.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/14/covid-news-live-us-coronavirus-cases-surpass-50m-china-reports-first-omicron-case", - "creator": "Samantha Lock", - "pubDate": "2021-12-14T06:31:25Z", + "title": "Bob Dole, former US senator and presidential nominee, in his own words - video", + "description": "

    Bob Dole, the long-time Kansas senator who was the Republican nominee for president in 1996, has died at the age of 98. Born in Russell, Kansas in 1923, Dole served in the US infantry in the second world war, suffering serious wounds in Italy and winning a medal for bravery.

    In 1976 he was the Republican nominee for vice-president to Gerald Ford, in an election the sitting president lost to Jimmy Carter. Two decades later, aged 73, Dole won the nomination to take on Bill Clinton, to whom he lost.

    Continue reading...", + "content": "

    Bob Dole, the long-time Kansas senator who was the Republican nominee for president in 1996, has died at the age of 98. Born in Russell, Kansas in 1923, Dole served in the US infantry in the second world war, suffering serious wounds in Italy and winning a medal for bravery.

    In 1976 he was the Republican nominee for vice-president to Gerald Ford, in an election the sitting president lost to Jimmy Carter. Two decades later, aged 73, Dole won the nomination to take on Bill Clinton, to whom he lost.

    Continue reading...", + "category": "Republicans", + "link": "https://www.theguardian.com/us-news/video/2021/dec/05/bob-dole-former-us-senator-and-presidential-nominee-dies-aged-98-video-obituary", + "creator": "", + "pubDate": "2021-12-05T21:13:50Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213923,20 +239460,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fcf19a0c09020a91034bc445bd06c3b" + "hash": "5cbbc6d7bfc3302130933b5c28416762" }, { - "title": "The 50 best films of 2021 in the UK: 50-4", - "description": "

    Our countdown of the best films released in the UK during 2021 continues with an engrossing adaptation of a Haruki Murakami short story

    This list is compiled by the Guardian film team, with all films released in the UK during 2021 in contention. Check in every weekday to see our next picks, and please share your own favourite films of 2021 in the comments below.

    Continue reading...", - "content": "

    Our countdown of the best films released in the UK during 2021 continues with an engrossing adaptation of a Haruki Murakami short story

    This list is compiled by the Guardian film team, with all films released in the UK during 2021 in contention. Check in every weekday to see our next picks, and please share your own favourite films of 2021 in the comments below.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/nov/30/the-50-best-films-of-2021-in-the-uk", - "creator": "Guardian Staff", - "pubDate": "2021-12-14T06:04:38Z", + "title": "Debacle over No 10 Christmas party ‘threatens efforts to control pandemic’", + "description": "

    Scientists say rule-breaking ‘could damage public compliance behaviours when they are more important than ever’

    The debacle over the No 10 Christmas party threatens to undermine efforts to control the Covid pandemic at a time when the Omicron variant is fuelling fears of an imminent and major wave of disease, say scientists.

    A so-called Cummings effect last year led to “negative and lasting consequences” on public trust following the lockdown-busting trips made by Boris Johnson’s aide, Dominic Cummings, researchers found.

    Continue reading...", + "content": "

    Scientists say rule-breaking ‘could damage public compliance behaviours when they are more important than ever’

    The debacle over the No 10 Christmas party threatens to undermine efforts to control the Covid pandemic at a time when the Omicron variant is fuelling fears of an imminent and major wave of disease, say scientists.

    A so-called Cummings effect last year led to “negative and lasting consequences” on public trust following the lockdown-busting trips made by Boris Johnson’s aide, Dominic Cummings, researchers found.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/09/debacle-over-no-10-christmas-party-threatens-efforts-to-control-pandemic", + "creator": "Ian Sample Science editor", + "pubDate": "2021-12-09T06:00:03Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213944,20 +239480,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c68a095f816f788fb4cc842fb69acd4f" + "hash": "a7cde84567189757de5af9ad66326317" }, { - "title": "How bad were the US tornadoes and what caused them?", - "description": "

    Communities in five US states are picking up the pieces after a barrage of twisters

    Powerful tornadoes barrelled through five US states on Friday, levelling houses and factories and bringing down power lines. In Kentucky, the worst-hit state, one tornado alone followed an extraordinarily long and destructive path of more than 200 miles.

    Continue reading...", - "content": "

    Communities in five US states are picking up the pieces after a barrage of twisters

    Powerful tornadoes barrelled through five US states on Friday, levelling houses and factories and bringing down power lines. In Kentucky, the worst-hit state, one tornado alone followed an extraordinarily long and destructive path of more than 200 miles.

    Continue reading...", - "category": "Tornadoes", - "link": "https://www.theguardian.com/world/2021/dec/13/how-bad-were-the-us-tornadoes-and-what-caused-them-kentucky", - "creator": "Edward Helmore, Nikhita Chulani, Harvey Symons and Arnel Hecimovic", - "pubDate": "2021-12-13T15:11:52Z", + "title": "Ashes 2021-22: Australia v England first Test, day two – live!", + "description": "

    While you wait (and contemplate the inherent fairness of cricketing conditions), here are a couple of typically excellent pieces following yesterday’s events. This was Geoff capturing the vibe inside the Gabba...

    More weather talk. It’s important to gather more than one source - here is our colleague Geoff Lemon on the ground in Brisbane.

    Continue reading...", + "content": "

    While you wait (and contemplate the inherent fairness of cricketing conditions), here are a couple of typically excellent pieces following yesterday’s events. This was Geoff capturing the vibe inside the Gabba...

    More weather talk. It’s important to gather more than one source - here is our colleague Geoff Lemon on the ground in Brisbane.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/live/2021/dec/09/ashes-2021-22-day-2-two-cricket-australia-vs-england-first-test-live-score-card-aus-v-eng-start-time-latest-updates", + "creator": "Sam Perry (now) and Daniel Harris (later)", + "pubDate": "2021-12-08T23:10:50Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213965,20 +239500,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "775a6cc9c6006f007286390df94714cf" + "hash": "fa42ddf4a607105249d63428a5455cbd" }, { - "title": "Conservation documents for half of all critically endangered species don’t mention climate change", - "description": "

    Australian Conservation Foundation report found that climate change was not mentioned for 178 out of 334 critically endangered species and habitats

    Conservation documents for more than half of Australia’s critically endangered species and habitats fail to mention climate change according to new analysis that argues there is a significant “climate gap” in the management of Australia’s threatened wildlife.

    The report was commissioned by the Australian Conservation Foundation (ACF) and prepared by the Australian National University’s GreenLaw project, which is led by students in the ANU’s law faculty.

    Continue reading...", - "content": "

    Australian Conservation Foundation report found that climate change was not mentioned for 178 out of 334 critically endangered species and habitats

    Conservation documents for more than half of Australia’s critically endangered species and habitats fail to mention climate change according to new analysis that argues there is a significant “climate gap” in the management of Australia’s threatened wildlife.

    The report was commissioned by the Australian Conservation Foundation (ACF) and prepared by the Australian National University’s GreenLaw project, which is led by students in the ANU’s law faculty.

    Continue reading...", - "category": "Endangered habitats", - "link": "https://www.theguardian.com/environment/2021/dec/14/conservation-documents-for-half-of-australias-endangered-species-dont-mention-climate-change", - "creator": "Lisa Cox", - "pubDate": "2021-12-13T22:00:30Z", + "title": "Ghislaine Maxwell trial: third accuser’s ex-boyfriend corroborates her account", + "description": "

    ‘Shawn’ says he drove Carolyn to Epstein’s house every few weeks, after she testified Maxwell scheduled sexualized massages with Epstein

    • This article contains depictions of sexual abuse

    The former boyfriend of the third accuser to testify in Ghislaine Maxwell’s sex-trafficking trial in New York corroborated details of her account during his testimony Wednesday.

    This accuser, Carolyn, had testified Tuesday that Maxwell scheduled sexualized massages with Jeffrey Epstein starting when Carloyn was 14, and that Maxwell groped her. Carolyn said that she had told Maxwell about having been sexually abused as a child.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "content": "

    ‘Shawn’ says he drove Carolyn to Epstein’s house every few weeks, after she testified Maxwell scheduled sexualized massages with Epstein

    • This article contains depictions of sexual abuse

    The former boyfriend of the third accuser to testify in Ghislaine Maxwell’s sex-trafficking trial in New York corroborated details of her account during his testimony Wednesday.

    This accuser, Carolyn, had testified Tuesday that Maxwell scheduled sexualized massages with Jeffrey Epstein starting when Carloyn was 14, and that Maxwell groped her. Carolyn said that she had told Maxwell about having been sexually abused as a child.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/08/ghislaine-maxwell-sex-trafficking-trial-third-accuser-ex-boyfriend", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-08T20:36:42Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -213986,20 +239520,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a21bd62bb79d5a3fdf5a02186c0d16a" + "hash": "db0d73a4c067b491c991094be611b6db" }, { - "title": "Golden Globes 2022 tries to do better as Lady Gaga brings the outrage", - "description": "

    After a year of criticism over diversity, the Golden Globes have come up with a decent slate of nominees, with Gaga surely the favourite for best actress

    Full list of 2020 nominations

    The Golden Globes nomination list has been announced with a solemn introduction from the Hollywood Foreign Press Association’s president Helen Hoehne, to the effect that the Globes’ much-criticised controlling body was “trying to be better” and that its constituent membership was more diverse than at any other time in its history. Which is better, I suppose, than being less diverse than at any time in its history.

    At any rate, leading the pack are Belfast, Kenneth Branagh’s unashamed heartwarmer about the home town of his early childhood, with seven nominations and Jane Campion’s stark, twisty western-Gothic psychodrama The Power of the Dog, set in 1920s Montana with Benedict Cumberbatch as the troubled, angry cattleman who begins a toxic duel with his new sister-in-law played by Kirsten Dunst and her sensitive teenage son, played by Kodi Smit-McPhee.

    Continue reading...", - "content": "

    After a year of criticism over diversity, the Golden Globes have come up with a decent slate of nominees, with Gaga surely the favourite for best actress

    Full list of 2020 nominations

    The Golden Globes nomination list has been announced with a solemn introduction from the Hollywood Foreign Press Association’s president Helen Hoehne, to the effect that the Globes’ much-criticised controlling body was “trying to be better” and that its constituent membership was more diverse than at any other time in its history. Which is better, I suppose, than being less diverse than at any time in its history.

    At any rate, leading the pack are Belfast, Kenneth Branagh’s unashamed heartwarmer about the home town of his early childhood, with seven nominations and Jane Campion’s stark, twisty western-Gothic psychodrama The Power of the Dog, set in 1920s Montana with Benedict Cumberbatch as the troubled, angry cattleman who begins a toxic duel with his new sister-in-law played by Kirsten Dunst and her sensitive teenage son, played by Kodi Smit-McPhee.

    Continue reading...", - "category": "Golden Globes 2022", - "link": "https://www.theguardian.com/film/2021/dec/13/golden-globes-2022-tries-to-do-better-as-lady-gaga-brings-the-outrage", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-13T17:06:55Z", + "title": "Robbie Shakespeare, of Sly and Robbie fame, dies at age 68", + "description": "

    The Jamaican Grammy-winning bassist was part of the duo with Sly Dunbar and worked with such artists as Mick Jagger and Grace Jones

    Robbie Shakespeare, acclaimed bassist and record producer, has died at the age of 68. The Jamaican artist was part of the duo Sly and Robbie with Sly Dunbar.

    According to The Jamaica Gleaner, Shakespeare had recently undergone surgery related to his kidneys. He had been in hospital in Florida.

    Continue reading...", + "content": "

    The Jamaican Grammy-winning bassist was part of the duo with Sly Dunbar and worked with such artists as Mick Jagger and Grace Jones

    Robbie Shakespeare, acclaimed bassist and record producer, has died at the age of 68. The Jamaican artist was part of the duo Sly and Robbie with Sly Dunbar.

    According to The Jamaica Gleaner, Shakespeare had recently undergone surgery related to his kidneys. He had been in hospital in Florida.

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/music/2021/dec/08/robbie-shakespeare-sly-and-robbie-dies", + "creator": "Benjamin Lee", + "pubDate": "2021-12-08T23:42:09Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214007,20 +239540,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "84fd982fd71843bf1fe84d2b5632c5b7" + "hash": "fc47c10a55f2f0e4558e3d7dca88303c" }, { - "title": "Protesting voting rights activists arrested as Biden meets with Manchin", - "description": "

    Sixty were detained as the president met with the key Democrat who has become a roadblock to his agenda

    During a crucial week for Joe Biden’s agenda that will likely feature a political showdown on his Build Back Better legislation in the Senate, voting rights activists are turning up the pressure in Washington.

    As the US president met with a key centrist Democrat who has acted as a roadblock to his plans – West Virginia Senator Joe Manchin - more than sixty demonstrators were arrested as they protested: singing songs and blocking traffic near the US Capitol.

    Continue reading...", - "content": "

    Sixty were detained as the president met with the key Democrat who has become a roadblock to his agenda

    During a crucial week for Joe Biden’s agenda that will likely feature a political showdown on his Build Back Better legislation in the Senate, voting rights activists are turning up the pressure in Washington.

    As the US president met with a key centrist Democrat who has acted as a roadblock to his plans – West Virginia Senator Joe Manchin - more than sixty demonstrators were arrested as they protested: singing songs and blocking traffic near the US Capitol.

    Continue reading...", - "category": "US voting rights", - "link": "https://www.theguardian.com/us-news/2021/dec/13/voting-rights-activists-arrested-biden-manchin", - "creator": "Lauren Burke in Washington DC", - "pubDate": "2021-12-14T06:00:39Z", + "title": "Sam Kerr knocks pitch invader to ground during Champions League match", + "description": "
    • Australia captain sends man sprawling at Kingsmeadow
    • Chelsea striker booked for incident in game against Juventus

    Chelsea striker Sam Kerr was booked after barging into a pitch invader and knocking him to the ground during the Blues’ Champions League clash with Juventus at Kingsmeadow.

    In the closing stages of the group stage game, the man entered the field and briefly held up play before he was sent sprawling as the Australia captain dropped her shoulder and ran into him.

    Continue reading...", + "content": "
    • Australia captain sends man sprawling at Kingsmeadow
    • Chelsea striker booked for incident in game against Juventus

    Chelsea striker Sam Kerr was booked after barging into a pitch invader and knocking him to the ground during the Blues’ Champions League clash with Juventus at Kingsmeadow.

    In the closing stages of the group stage game, the man entered the field and briefly held up play before he was sent sprawling as the Australia captain dropped her shoulder and ran into him.

    Continue reading...", + "category": "Sam Kerr", + "link": "https://www.theguardian.com/sport/2021/dec/09/sam-kerr-knocks-pitch-invader-to-ground-during-champions-league-match", + "creator": "Guardian sport", + "pubDate": "2021-12-09T01:23:49Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214028,20 +239560,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c63f885fabaf81b83e74202206919b9c" + "hash": "c9b2ec353dbfe4a71c6e67627aca7840" }, { - "title": "Australia live news update: Covidsafe app used just 13 times in past six months; NSW to ease rules for unvaccinated despite spike in Covid cases", - "description": "

    Matt Canavan says Covidsafe app ‘was worth trying’ despite low usage during Delta outbreaks; NSW commits to easing Covid rules for unvaccinated as Newcastle nightclub cluster grows; Victoria records 1,189 cases and six deaths; NSW records 804 cases and one death; 12 new cases in South Australia; Barnaby Joyce says Julian Assange should not be extradited to the US – follow all the day’s developments

    Here is the full statement from the Victorian government on the Moderna manufacturing facility that’s set to be operational by 2024.

    Scott Morrison has called on states and territories to ease their last remaining Covid-19 restrictions, as Western Australia announced plans to reopen its hard border to the rest of the nation, reports AAP’s Andrew Brown.

    Australians kept their side of the deal, it is time for governments to now keep theirs; to step back and let Australians step forward ...

    To put Australians back in charge of their own lives, relying on the connecting points and relationships that exist between the state and the individual.

    Australia is going to be connected and together again ...

    This will be welcome news for thousands of Western Australians looking forward to reuniting with family and friends after so long apart.

    Continue reading...", - "content": "

    Matt Canavan says Covidsafe app ‘was worth trying’ despite low usage during Delta outbreaks; NSW commits to easing Covid rules for unvaccinated as Newcastle nightclub cluster grows; Victoria records 1,189 cases and six deaths; NSW records 804 cases and one death; 12 new cases in South Australia; Barnaby Joyce says Julian Assange should not be extradited to the US – follow all the day’s developments

    Here is the full statement from the Victorian government on the Moderna manufacturing facility that’s set to be operational by 2024.

    Scott Morrison has called on states and territories to ease their last remaining Covid-19 restrictions, as Western Australia announced plans to reopen its hard border to the rest of the nation, reports AAP’s Andrew Brown.

    Australians kept their side of the deal, it is time for governments to now keep theirs; to step back and let Australians step forward ...

    To put Australians back in charge of their own lives, relying on the connecting points and relationships that exist between the state and the individual.

    Australia is going to be connected and together again ...

    This will be welcome news for thousands of Western Australians looking forward to reuniting with family and friends after so long apart.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/14/australia-news-updates-live-coronavirus-omicron-nsw-victoria-weather-scott-morrison-isolation-exposure-covid", - "creator": "Elias Visontay (now) and Matilda Boseley (earlier)", - "pubDate": "2021-12-14T06:33:43Z", + "title": "Covid news live: England moves to ‘plan B’; three Pfizer shots can ‘neutralise’ Omicron, lab tests show", + "description": "

    British prime minister Boris Johnson has rushed forward new Covid restrictions amid fears of an exponential rise in the Omicron variant; Pfizer says third jab increases antibodies by factor of 25

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", + "content": "

    British prime minister Boris Johnson has rushed forward new Covid restrictions amid fears of an exponential rise in the Omicron variant; Pfizer says third jab increases antibodies by factor of 25

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/09/covid-news-live-england-moves-to-plan-b-three-pfizer-shots-can-neutralise-omicron-lab-tests-show", + "creator": "Samantha Lock", + "pubDate": "2021-12-09T05:22:01Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214049,20 +239580,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2eb0da94e9fac09dec5913bfa49a63ac" + "hash": "9e0f7b2538bbfa11e0e5065095698380" }, { - "title": "Covid live: Mainland China reports first Omicron cases; Norway to tighten restrictions", - "description": "

    First confirmed Omicron case in mainland China is detected in Tianjin; Norway to act amid record high infections and hospitalisations

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", - "content": "

    First confirmed Omicron case in mainland China is detected in Tianjin; Norway to act amid record high infections and hospitalisations

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", + "title": "Three doses of Pfizer vaccine likely to protect against Omicron infection, tests suggest", + "description": "

    Initial findings indicate stark reduction in protection against new Covid variant from two vaccine doses

    Three doses of the Pfizer/BioNTech vaccine are likely to protect against infection with the Omicron variant but two doses may not, according to laboratory data that will increase pressure to speed up booster programmes.

    Tests using antibodies in blood samples have given some of the first insights into how far Omicron escapes immunity, showing a stark drop-off in the predicted protection against infection or any type of disease for people who have had two doses. The findings suggest that, for Omicron, Pfizer/BioNTech should now be viewed as a “three-dose vaccine”.

    Continue reading...", + "content": "

    Initial findings indicate stark reduction in protection against new Covid variant from two vaccine doses

    Three doses of the Pfizer/BioNTech vaccine are likely to protect against infection with the Omicron variant but two doses may not, according to laboratory data that will increase pressure to speed up booster programmes.

    Tests using antibodies in blood samples have given some of the first insights into how far Omicron escapes immunity, showing a stark drop-off in the predicted protection against infection or any type of disease for people who have had two doses. The findings suggest that, for Omicron, Pfizer/BioNTech should now be viewed as a “three-dose vaccine”.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/13/covid-news-live-boris-johnson-warns-of-omicron-tidal-wave-south-african-president-tests-positive", - "creator": "Jedidajah Otte (now), Rachel Hall, Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-13T19:18:57Z", + "link": "https://www.theguardian.com/world/2021/dec/08/omicron-can-partially-evade-covid-vaccine-protection-study-finds", + "creator": "Hannah Devlin Science correspondent", + "pubDate": "2021-12-08T22:16:39Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214070,20 +239600,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "446145d61f6a116c87875e8ac9b09d44" + "hash": "f05d568ce44f464fc2b8ab51f4c52bab" }, { - "title": "Kentucky tornadoes: governor says death toll expected to grow as crews sift through ruins", - "description": "

    Andy Beshear says over 100 Kentuckians still unaccounted for, and that number of confirmed deaths may not be known for weeks

    Kentucky’s governor Andy Beshear broke down in tears on Monday as he announced the deaths of at least 74 people from Friday’s deadly tornadoes that swept across multiple midwest and southern states, and warned that the death toll is expected to grow.

    The ages of those killed ranged from five months to 86 years, six of them younger than 18, Beshear said at an emotional press conference in Frankfort, the state capital.

    Continue reading...", - "content": "

    Andy Beshear says over 100 Kentuckians still unaccounted for, and that number of confirmed deaths may not be known for weeks

    Kentucky’s governor Andy Beshear broke down in tears on Monday as he announced the deaths of at least 74 people from Friday’s deadly tornadoes that swept across multiple midwest and southern states, and warned that the death toll is expected to grow.

    The ages of those killed ranged from five months to 86 years, six of them younger than 18, Beshear said at an emotional press conference in Frankfort, the state capital.

    Continue reading...", - "category": "Kentucky", - "link": "https://www.theguardian.com/us-news/2021/dec/13/kentucky-tornadoes-death-toll", - "creator": "Richard Luscombe and agencies", - "pubDate": "2021-12-13T21:21:43Z", + "title": "‘Give me my baby’: an Indian woman’s fight to reclaim her son after adoption without consent", + "description": "

    Anupama S Chandran’s newborn child was sent away by her parents, who were unhappy that his father was from the Dalit caste

    Through the rains and steamy heat of November, day and night, Anupama S Chandran sat by the gates of the Kerala state secretariat. She refused to eat, drink or be moved. Her single demand was written on a placard: “Give me my baby.”

    The story of Chandran’s fight to get back her child, who was snatched from her by her own family days after he was born and put up for adoption without her knowledge, is one that has been greeted with both horror and a sad familiarity in India.

    Continue reading...", + "content": "

    Anupama S Chandran’s newborn child was sent away by her parents, who were unhappy that his father was from the Dalit caste

    Through the rains and steamy heat of November, day and night, Anupama S Chandran sat by the gates of the Kerala state secretariat. She refused to eat, drink or be moved. Her single demand was written on a placard: “Give me my baby.”

    The story of Chandran’s fight to get back her child, who was snatched from her by her own family days after he was born and put up for adoption without her knowledge, is one that has been greeted with both horror and a sad familiarity in India.

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/2021/dec/09/give-me-my-baby-an-indian-womans-fight-to-reclaim-her-son-after-adoption-without-consent", + "creator": "Hannah Ellis-Petersen in Delhi", + "pubDate": "2021-12-09T05:00:02Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214091,20 +239620,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "291c07999289f2e78a0a4859cb93a242" + "hash": "26bae58b5cb9e782a65773d90d6182e8" }, { - "title": "Outrage as Quebec teacher removed from classroom for wearing hijab", - "description": "

    Fatemeh Anvari was told her headwear ran afoul of Bill 21, which bars some public servants from wearing religious symbols

    The removal of a Canadian teacher for wearing a hijab in the classroom has sparked widespread condemnation of a controversial law in the province of Quebec, which critics say unfairly targets ethnic minorities under the pretext of secularism.

    Fatemeh Anvari, a third-grade teacher in the town of Chelsea, was told earlier this month that she would no longer be allowed to continue in the role because her headwear ran afoul of Bill 21, a law passed in 2019.

    Continue reading...", - "content": "

    Fatemeh Anvari was told her headwear ran afoul of Bill 21, which bars some public servants from wearing religious symbols

    The removal of a Canadian teacher for wearing a hijab in the classroom has sparked widespread condemnation of a controversial law in the province of Quebec, which critics say unfairly targets ethnic minorities under the pretext of secularism.

    Fatemeh Anvari, a third-grade teacher in the town of Chelsea, was told earlier this month that she would no longer be allowed to continue in the role because her headwear ran afoul of Bill 21, a law passed in 2019.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2021/dec/13/canada-quebec-teacher-removed-classroom-hijab", - "creator": "Leyland Cecco in Victoria, British Columbia", - "pubDate": "2021-12-13T19:26:16Z", + "title": "Why is there a row in the UK about Boris Johnson and Christmas parties?", + "description": "

    Controversy centres on alleged get-togethers at Downing Street last year when London was under strict lockdown

    On Tuesday last week, the British tabloid newspaper, the Mirror, published a story that claimed parties had been held at Johnson’s Downing Street residence in the run-up to Christmas last year.

    Continue reading...", + "content": "

    Controversy centres on alleged get-togethers at Downing Street last year when London was under strict lockdown

    On Tuesday last week, the British tabloid newspaper, the Mirror, published a story that claimed parties had been held at Johnson’s Downing Street residence in the run-up to Christmas last year.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/dec/08/why-is-there-a-row-in-the-uk-about-boris-johnson-and-christmas-parties", + "creator": "Nick Hopkins in London", + "pubDate": "2021-12-08T16:07:27Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214112,20 +239640,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6aff60d0d79b2bc8f43bb009f4512d3" + "hash": "dc0042a5087320705ac9476419fb7ab6" }, { - "title": "Derek Chauvin expected to plead guilty to violating George Floyd’s civil rights", - "description": "

    Federal docket entry shows hearing scheduled for Wednesday for Chauvin to change his current not guilty plea in the case

    Derek Chauvin, the former Minneapolis police officer, appears to be on the verge of pleading guilty to violating George Floyd’s civil rights, according to a notice sent out Monday by the court’s electronic filing system.

    The federal docket entry shows a hearing has been scheduled for Wednesday for Chauvin to change his current not guilty plea in the case. These types of notices indicate a defendant is planning to plead guilty.

    Continue reading...", - "content": "

    Federal docket entry shows hearing scheduled for Wednesday for Chauvin to change his current not guilty plea in the case

    Derek Chauvin, the former Minneapolis police officer, appears to be on the verge of pleading guilty to violating George Floyd’s civil rights, according to a notice sent out Monday by the court’s electronic filing system.

    The federal docket entry shows a hearing has been scheduled for Wednesday for Chauvin to change his current not guilty plea in the case. These types of notices indicate a defendant is planning to plead guilty.

    Continue reading...", - "category": "George Floyd", - "link": "https://www.theguardian.com/us-news/2021/dec/13/derek-chauvin-change-plea-guilty-george-floyd-civil-rights-case", - "creator": "Associated Press", - "pubDate": "2021-12-13T21:24:15Z", + "title": "White Island anniversary passes quietly, with healing – and reckoning", + "description": "

    Two years ago New Zealand’s Whakaari volcano eruption killed 22 people and changed the lives of many others forever

    On a pristine day two years ago, a group of mostly international day-trippers boarded boats and chugged over to Whakaari/White Island, a small active volcano and popular tourist destination 48km off New Zealand’s east coast. The guests roamed the moon-like landscape, observing the strangeness of a bubbling, living rock. But below the surface, pressure was building.

    At 2.11pm, while 47 people were on the island, the volcano erupted, spewing a mushroom cloud of steam, gases, rock and ash into the air. The eruption killed 22 people, seriously injured 25 and changed the lives of many families forever. It became the country’s deadliest volcanic disaster since the 1886 eruption of Mount Tarawera.

    Continue reading...", + "content": "

    Two years ago New Zealand’s Whakaari volcano eruption killed 22 people and changed the lives of many others forever

    On a pristine day two years ago, a group of mostly international day-trippers boarded boats and chugged over to Whakaari/White Island, a small active volcano and popular tourist destination 48km off New Zealand’s east coast. The guests roamed the moon-like landscape, observing the strangeness of a bubbling, living rock. But below the surface, pressure was building.

    At 2.11pm, while 47 people were on the island, the volcano erupted, spewing a mushroom cloud of steam, gases, rock and ash into the air. The eruption killed 22 people, seriously injured 25 and changed the lives of many families forever. It became the country’s deadliest volcanic disaster since the 1886 eruption of Mount Tarawera.

    Continue reading...", + "category": "White Island volcano", + "link": "https://www.theguardian.com/world/2021/dec/09/white-island-anniversary-passes-quietly-with-healing-and-reckoning-far-from-over", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-12-08T23:26:39Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214133,20 +239660,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2294dc2bcabe8540009f43eff9f977fe" + "hash": "34c58714c87ecc936cd5bf51d440594e" }, { - "title": "Putin tells Boris Johnson urgent talks needed over Nato’s plans for Ukraine", - "description": "

    Kremlin wants legal agreement that alliance will not expand into disputed territory

    Vladimir Putin has told Boris Johnson that he wants immediate talks to secure clear legal agreements that Nato will not expand eastwards. According to a Kremlin readout of the two leaders’ phone call on Monday, Putin said talks were needed to discuss Nato’s future intentions, and to clarify Ukraine’s plans for the east of the country.

    The call marked the first time the two men had spoken since October before the Cop26 climate summit in Glasgow. Johnson expressed the UK’s “deep concern over the buildup of Russian forces on Ukraine’s border”, and warned him “that any destabilising action would be a strategic mistake that would have significant consequences”. The British prime minister also called for the issues to be resolved through diplomatic channels.

    Continue reading...", - "content": "

    Kremlin wants legal agreement that alliance will not expand into disputed territory

    Vladimir Putin has told Boris Johnson that he wants immediate talks to secure clear legal agreements that Nato will not expand eastwards. According to a Kremlin readout of the two leaders’ phone call on Monday, Putin said talks were needed to discuss Nato’s future intentions, and to clarify Ukraine’s plans for the east of the country.

    The call marked the first time the two men had spoken since October before the Cop26 climate summit in Glasgow. Johnson expressed the UK’s “deep concern over the buildup of Russian forces on Ukraine’s border”, and warned him “that any destabilising action would be a strategic mistake that would have significant consequences”. The British prime minister also called for the issues to be resolved through diplomatic channels.

    Continue reading...", - "category": "Nato", - "link": "https://www.theguardian.com/world/2021/dec/13/putin-demands-talks-over-natos-plans-for-eastern-ukraine", - "creator": "Patrick Wintour, diplomatic editor, and Julian Borger in Washington", - "pubDate": "2021-12-13T20:48:36Z", + "title": "Nasa’s new space telescope and its search for extraterrestrial life | podcast", + "description": "

    On 22 December, if all goes to plan, the £7.5bn James Webb space telescope (JWST) will be blasted into space on top of a giant European Ariane 5 rocket. As it travels to its final destination – a point about a million miles away – it will begin to unfold its gold, honeycombed mirror; a vast light-catching bucket that could give us a view of the universe deeper and more sensitive than we’ve ever had before.

    JWST could also reveal clues about possible life-supporting planets inside our galaxy. One astronomer who will be eagerly deciphering those clues is Prof Beth Biller, who joined Guardian science editor Ian Sample this week.

    Archive: CNBC, Dr Becky, Launch Pad Astronomy

    Continue reading...", + "content": "

    On 22 December, if all goes to plan, the £7.5bn James Webb space telescope (JWST) will be blasted into space on top of a giant European Ariane 5 rocket. As it travels to its final destination – a point about a million miles away – it will begin to unfold its gold, honeycombed mirror; a vast light-catching bucket that could give us a view of the universe deeper and more sensitive than we’ve ever had before.

    JWST could also reveal clues about possible life-supporting planets inside our galaxy. One astronomer who will be eagerly deciphering those clues is Prof Beth Biller, who joined Guardian science editor Ian Sample this week.

    Archive: CNBC, Dr Becky, Launch Pad Astronomy

    Continue reading...", + "category": "James Webb space telescope", + "link": "https://www.theguardian.com/science/audio/2021/dec/09/nasas-new-space-telescope-and-its-search-for-extraterrestrial-life", + "creator": "Produced and presented by Madeleine Finlay with Ian Sample. Sound design by Axel Kacoutié", + "pubDate": "2021-12-09T05:00:02Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214154,20 +239680,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "358f9aa134a98e9d79acbc683b0b7e57" + "hash": "2f62bc88dbab2e3ef2daf37c8af1cacd" }, { - "title": "Gas prices near record highs as Berlin rejects pipeline from Russia", - "description": "

    Germany says escalating tensions over Ukraine one factor in Nord Stream 2 not getting green light

    Gazprom profits as Russia prospers from Europe’s gas crisis

    Gas prices across the UK and Europe are on course to return to record highs, after Germany said that a controversial pipeline from Russia could not be approved amid deepening tensions on the Ukrainian border.

    The German foreign minister, Annalena Baerbock, said the Nord Stream 2 pipeline could not be given the green light in its current form because it did not meet the requirements of EU energy law.

    Continue reading...", - "content": "

    Germany says escalating tensions over Ukraine one factor in Nord Stream 2 not getting green light

    Gazprom profits as Russia prospers from Europe’s gas crisis

    Gas prices across the UK and Europe are on course to return to record highs, after Germany said that a controversial pipeline from Russia could not be approved amid deepening tensions on the Ukrainian border.

    The German foreign minister, Annalena Baerbock, said the Nord Stream 2 pipeline could not be given the green light in its current form because it did not meet the requirements of EU energy law.

    Continue reading...", - "category": "Gas", - "link": "https://www.theguardian.com/business/2021/dec/13/gas-prices-near-record-highs-berlin-rejects-pipeline-russia-germany-ukraine-nord-stream-2", - "creator": "Jillian Ambrose Energy correspondent", - "pubDate": "2021-12-13T19:21:56Z", + "title": "Poll shows Anglo-French antipathy on rise amid post-Brexit bickering", + "description": "

    Exclusive: political tensions prompt increase in numbers of French with negative view of Brits and vice versa

    A year of post-Brexit bickering has left the French and the British feeling significantly less well disposed towards each other, a poll shows.

    After ill-tempered exchanges over everything from fishing to submarines and Covid travel rules to the Northern Ireland protocol, the YouGov poll found that favourable opinions of the British had slid in France and other EU countries.

    Continue reading...", + "content": "

    Exclusive: political tensions prompt increase in numbers of French with negative view of Brits and vice versa

    A year of post-Brexit bickering has left the French and the British feeling significantly less well disposed towards each other, a poll shows.

    After ill-tempered exchanges over everything from fishing to submarines and Covid travel rules to the Northern Ireland protocol, the YouGov poll found that favourable opinions of the British had slid in France and other EU countries.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2021/dec/08/poll-shows-anglo-french-antipathy-on-rise-amid-post-brexit-bickering", + "creator": "Jon Henley in Paris", + "pubDate": "2021-12-08T16:41:56Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214175,20 +239700,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "613e9f2277b6af494839f761652918d5" + "hash": "e7821d03dcde511306f5f3956431a5c8" }, { - "title": "Gazprom profits as Russia prospers from Europe’s gas crisis", - "description": "

    State-owned company accused of ‘selling as much gas as possible without lowering market prices’

    Gas prices near record highs as Berlin rejects pipeline from Russia

    About 12.7bn cubic feet of gas flowed into Europe from Russia’s state-owned Gazprom last month. The world’s largest gas producer typically supplies more than a third of the needs of countries across the European Union, but in November flows dwindled to a six-year low.

    Gas supplies from Russia have fallen well short of pre-pandemic levels for months. The volumes of Russian gas flowing into homes, businesses and storage facilities this year have been almost a quarter below its levels in 2019.

    Continue reading...", - "content": "

    State-owned company accused of ‘selling as much gas as possible without lowering market prices’

    Gas prices near record highs as Berlin rejects pipeline from Russia

    About 12.7bn cubic feet of gas flowed into Europe from Russia’s state-owned Gazprom last month. The world’s largest gas producer typically supplies more than a third of the needs of countries across the European Union, but in November flows dwindled to a six-year low.

    Gas supplies from Russia have fallen well short of pre-pandemic levels for months. The volumes of Russian gas flowing into homes, businesses and storage facilities this year have been almost a quarter below its levels in 2019.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/13/gazprom-hits-record-income-as-russia-prospers-from-europes-gas-crisis", - "creator": "Jillian Ambrose", - "pubDate": "2021-12-13T19:34:51Z", + "title": "Recovering from burnout, I’ve become very self-protective. How do I step back into the swim? | Leading questions", + "description": "

    You’ve done a brave thing by changing your life, writes advice columnist Eleanor Gordon-Smith, don’t let that change become its own chore

    After years of struggling with a punishing combination of emotional instability and over-work in high pressure jobs, I eventually got sick, dropped out and am finally on the road to recovery, with a new understanding of how to take better care of my mental health and the value of a healthy body.

    I’ve been appreciating simple pleasures, good old friends and the benefits of a quiet life, but it’s a particularly daunting time to start stepping back into the swim. Although I’m now aware of people and situations that aren’t good for me, I have become very self-protective – not helped by the pandemic. It’s very easy to decide it’s too crazy and unkind out there.

    Continue reading...", + "content": "

    You’ve done a brave thing by changing your life, writes advice columnist Eleanor Gordon-Smith, don’t let that change become its own chore

    After years of struggling with a punishing combination of emotional instability and over-work in high pressure jobs, I eventually got sick, dropped out and am finally on the road to recovery, with a new understanding of how to take better care of my mental health and the value of a healthy body.

    I’ve been appreciating simple pleasures, good old friends and the benefits of a quiet life, but it’s a particularly daunting time to start stepping back into the swim. Although I’m now aware of people and situations that aren’t good for me, I have become very self-protective – not helped by the pandemic. It’s very easy to decide it’s too crazy and unkind out there.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/09/recovering-from-burnout-ive-become-very-self-protective-how-do-i-step-back-into-the-swim", + "creator": "Eleanor Gordon-Smith", + "pubDate": "2021-12-09T03:08:41Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214196,20 +239720,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe536311eb7fcb7f7c55231a0ef7c704" + "hash": "a055d9053c7bc9cdace28d6098a07778" }, { - "title": "‘A police massacre’: Colombian officers killed 11 during protests against police violence, report finds", - "description": "

    Protesters against police brutality were met with more police brutality

    Colombian police were responsible for the deaths of 11 protesters during anti-police protests that swept the capital in September 2020, according to a report published on Monday after an independent investigation backed by the mayor of Bogotá’s office and the United Nations.

    “It was a police massacre,” wrote Carlos Negret, a former ombudsman of the South American country who led the investigation, in the scathing and lengthy report published on Monday. “A decisive political and operational leadership, based on rights, was needed at national and local levels to avoid this happening.”

    Continue reading...", - "content": "

    Protesters against police brutality were met with more police brutality

    Colombian police were responsible for the deaths of 11 protesters during anti-police protests that swept the capital in September 2020, according to a report published on Monday after an independent investigation backed by the mayor of Bogotá’s office and the United Nations.

    “It was a police massacre,” wrote Carlos Negret, a former ombudsman of the South American country who led the investigation, in the scathing and lengthy report published on Monday. “A decisive political and operational leadership, based on rights, was needed at national and local levels to avoid this happening.”

    Continue reading...", - "category": "Colombia", - "link": "https://www.theguardian.com/global-development/2021/dec/13/police-massacre-deaths-11-protesters-2020-report", - "creator": "Joe Parkin Daniels in Bogotá", - "pubDate": "2021-12-13T17:37:19Z", + "title": "Covid news: UK reports 51,342 new infections; vaccines protect against new variant – as it happened", + "description": "

    Latest figures come amid concern over spread of Omicron variant; Pfizer says third jab increased antibodies by factor of 25

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", + "content": "

    Latest figures come amid concern over spread of Omicron variant; Pfizer says third jab increased antibodies by factor of 25

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/08/covid-live-news-south-korea-surge-sparks-hospital-alarm-stealth-omicron-variant-found", + "creator": "Tom Ambrose (now); Sarah Marsh, Kevin Rawlinson, Martin Belam and Martin Farrer (earlier)", + "pubDate": "2021-12-09T00:41:33Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214217,20 +239740,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e557bb90debcc7433a614ff149d8c54" + "hash": "f439d3bf9921882ffa8d8511f3f34fd4" }, { - "title": "Heads warn of Omicron chaos in English schools, with staff and pupils absent", - "description": "

    Some schools said to have up to half their teachers off due to Covid, and there are fears parents will keep pupils at home

    Headteachers are warning of “chaos” in England’s schools as Omicron sweeps across the country, with high levels of staff and pupil absences and reports that parents are planning to keep children home to avoid the virus before Christmas.

    School leaders and unions urged the government to introduce more protective measures, including masks in classrooms, better ventilation and tougher isolation rules to try to slow the spread of the virus before the holidays.

    Continue reading...", - "content": "

    Some schools said to have up to half their teachers off due to Covid, and there are fears parents will keep pupils at home

    Headteachers are warning of “chaos” in England’s schools as Omicron sweeps across the country, with high levels of staff and pupil absences and reports that parents are planning to keep children home to avoid the virus before Christmas.

    School leaders and unions urged the government to introduce more protective measures, including masks in classrooms, better ventilation and tougher isolation rules to try to slow the spread of the virus before the holidays.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/13/heads-warn-of-omicron-chaos-in-english-schools-with-staff-and-pupils-absent", - "creator": "Sally Weale Education correspondent", - "pubDate": "2021-12-13T16:57:01Z", + "title": "UK ‘embarrassed’ into funding Mozambique gas project, court hears", + "description": "

    Friends of the Earth cites documents suggesting UK’s reputation could suffer if it pulled $1.15bn of promised support

    The UK was “embarrassed” into funding a huge gas project in Mozambique while considering ending overseas support for fossil fuels, a court has heard.

    During a three-day high court hearing, Friends of the Earth highlighted government documents that suggested there would be “obvious repercussions” if the government did not follow through on $1.15bn of support to an offshore pipeline and liquefied natural gas plant in Cabo Delgado province.

    Continue reading...", + "content": "

    Friends of the Earth cites documents suggesting UK’s reputation could suffer if it pulled $1.15bn of promised support

    The UK was “embarrassed” into funding a huge gas project in Mozambique while considering ending overseas support for fossil fuels, a court has heard.

    During a three-day high court hearing, Friends of the Earth highlighted government documents that suggested there would be “obvious repercussions” if the government did not follow through on $1.15bn of support to an offshore pipeline and liquefied natural gas plant in Cabo Delgado province.

    Continue reading...", + "category": "Mozambique", + "link": "https://www.theguardian.com/world/2021/dec/08/uk-embarrassed-into-funding-mozambique-gas-project-court-hears", + "creator": "Isabella Kaminski", + "pubDate": "2021-12-08T17:56:40Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214238,20 +239760,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3b6ca0f4d2e0246ca562d3c5ac5b19b" + "hash": "3e612ab74ebc0dfd289422640f8f3aa3" }, { - "title": "Premier League announces record 42 positive Covid cases in week’s testing", - "description": "
    • Manchester United waiting for ruling on game at Brentford
    • Not every fan will have Covid check to enter matches

    A carefully crafted sense of stability around English football began to crumble on Monday night as record positive tests and the possibility of more postponements confirmed the return of Covid-19 as a threat to the game.

    Forty-two Premier League players and officials tested positive for the virus in the seven days that ended on Sunday, a record since testing began and more than three times the 12 of the previous week. Manchester United are among the teams hit, with the club on Monday closing the first-team area their training centre for 24 hours and delaying travel to London as they waited for a decision from the league on whether Tuesday’s match against Brentford can go ahead.

    Continue reading...", - "content": "
    • Manchester United waiting for ruling on game at Brentford
    • Not every fan will have Covid check to enter matches

    A carefully crafted sense of stability around English football began to crumble on Monday night as record positive tests and the possibility of more postponements confirmed the return of Covid-19 as a threat to the game.

    Forty-two Premier League players and officials tested positive for the virus in the seven days that ended on Sunday, a record since testing began and more than three times the 12 of the previous week. Manchester United are among the teams hit, with the club on Monday closing the first-team area their training centre for 24 hours and delaying travel to London as they waited for a decision from the league on whether Tuesday’s match against Brentford can go ahead.

    Continue reading...", - "category": "Manchester United", - "link": "https://www.theguardian.com/football/2021/dec/13/manchester-united-close-first-team-training-ground-covid-brentford-premier-league", - "creator": "Paul MacInnes and David Hytner", - "pubDate": "2021-12-13T18:41:33Z", + "title": "December temperatures in parts of US and Canada hit record high", + "description": "

    Warm spell equals or breaks records in several states, with temperature 15-20C above average in places

    A spell of unseasonably warm weather affected southern and western parts of the US and south-western Canada last week, with temperatures 15-20C above average in places. December temperature records were broken in multiple locations. Penticton in British Columbia had its highest ever December on the 1st as the temperature reached 22.5C. In the US, Montana, North Dakota, Washington and Wyoming all equalled or broke state temperature records for December.

    Not all the US states are seeing unseasonable warmth, however. The National Weather Service (NWS) issued a fairly rare blizzard warning last weekend for the summits of Big Island, Hawaii. It forecast up to 20cm (8in) of snow and winds gusting up to 125mph. The NWS has not issued a blizzard warning for that region since 2018. The same system that brought the snow also caused heavy rain at lower levels.

    Continue reading...", + "content": "

    Warm spell equals or breaks records in several states, with temperature 15-20C above average in places

    A spell of unseasonably warm weather affected southern and western parts of the US and south-western Canada last week, with temperatures 15-20C above average in places. December temperature records were broken in multiple locations. Penticton in British Columbia had its highest ever December on the 1st as the temperature reached 22.5C. In the US, Montana, North Dakota, Washington and Wyoming all equalled or broke state temperature records for December.

    Not all the US states are seeing unseasonable warmth, however. The National Weather Service (NWS) issued a fairly rare blizzard warning last weekend for the summits of Big Island, Hawaii. It forecast up to 20cm (8in) of snow and winds gusting up to 125mph. The NWS has not issued a blizzard warning for that region since 2018. The same system that brought the snow also caused heavy rain at lower levels.

    Continue reading...", + "category": "US weather", + "link": "https://www.theguardian.com/us-news/2021/dec/09/december-temperatures-in-parts-of-us-and-canada-hit-record-high", + "creator": "Trevor Mitchell (Metdesk)", + "pubDate": "2021-12-09T06:00:03Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214259,20 +239780,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a07d351a21057951385dc8025d347c9f" + "hash": "6e8efcf348cb529d1a7ea681031d6cbd" }, { - "title": "‘So depressing’: Covid empties City of London of pre-Christmas cheer", - "description": "

    The ‘work from home’ rules are less stringent than before in the financial hub, but many seem to be staying away

    At about 1pm in Paternoster Square on Monday, four placid, Christmassy eyes gazed at the trickle of workers emerging from the London Stock Exchange in search of lunch. “PLEASE DO NOT TOUCH THE REINDEER,” a sign on the enclosure said. “THIS IS TO PREVENT THE TRANSMISSION OF CORONAVIRUS.”

    “I remember when you could stroke them,” said a passing trader. “It’s so depressing. I wish I’d stayed at home now.”

    Continue reading...", - "content": "

    The ‘work from home’ rules are less stringent than before in the financial hub, but many seem to be staying away

    At about 1pm in Paternoster Square on Monday, four placid, Christmassy eyes gazed at the trickle of workers emerging from the London Stock Exchange in search of lunch. “PLEASE DO NOT TOUCH THE REINDEER,” a sign on the enclosure said. “THIS IS TO PREVENT THE TRANSMISSION OF CORONAVIRUS.”

    “I remember when you could stroke them,” said a passing trader. “It’s so depressing. I wish I’d stayed at home now.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/13/so-depressing-covid-empties-city-of-london-of-pre-christmas-cheer", - "creator": "Archie Bland", - "pubDate": "2021-12-13T18:43:00Z", + "title": "New Zealand passes law making it easier to change sex on birth certificates", + "description": "

    Advocates welcome bill allowing for self-identification they say upholds rights for transgender and non-binary New Zealanders

    New Zealand’s rainbow community will be allowed to change the sex recorded on their birth certificates without providing evidence of a medical procedure, after a bill to recognise the right for gender minorities to self-identify passed into law.

    “Today is a proud day in Aotearoa’s history,” internal affairs minister Jan Tinetti said. “Parliament has voted in favour of inclusivity and against discrimination.”

    Continue reading...", + "content": "

    Advocates welcome bill allowing for self-identification they say upholds rights for transgender and non-binary New Zealanders

    New Zealand’s rainbow community will be allowed to change the sex recorded on their birth certificates without providing evidence of a medical procedure, after a bill to recognise the right for gender minorities to self-identify passed into law.

    “Today is a proud day in Aotearoa’s history,” internal affairs minister Jan Tinetti said. “Parliament has voted in favour of inclusivity and against discrimination.”

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/09/new-zealand-passes-law-making-it-easier-to-change-sex-on-birth-certificates", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-12-09T06:02:10Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214280,20 +239800,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "47931b792c47cc816114d1cd2a92f0c3" + "hash": "f1c60b2514cf501610ab0f42577fb96e" }, { - "title": "Australia to manufacture mRNA vaccines under deal with Moderna", - "description": "

    New facility could produce 100m vaccines a year under deal between pharmaceutical company and federal and Victorian governments

    Australia may be manufacturing mRNA vaccines for Covid-19 and other diseases by 2024 under an in-principle agreement struck with pharmaceutical giant Moderna.

    Scott Morrison will announce on Tuesday that under the deal a new sovereign vaccine manufacturing facility will be built in Victoria to produce pandemic and non-pandemic respiratory vaccines, including potential flu vaccines.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    New facility could produce 100m vaccines a year under deal between pharmaceutical company and federal and Victorian governments

    Australia may be manufacturing mRNA vaccines for Covid-19 and other diseases by 2024 under an in-principle agreement struck with pharmaceutical giant Moderna.

    Scott Morrison will announce on Tuesday that under the deal a new sovereign vaccine manufacturing facility will be built in Victoria to produce pandemic and non-pandemic respiratory vaccines, including potential flu vaccines.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "title": "Australia news live update: eight new Omicron infections in NSW as Covid cases rise; Queensland hospitals at ‘breaking point’, AMA says", + "description": "

    Omicron cases in NSW rise to 42 after eight infections reported; Queensland and Northern Territory pass 80% fully vaccinated mark; Queensland hospitals ‘stretched to breaking point’, AMA says; Victoria records 1,232 new Covid-19 cases and nine deaths; NSW records 420 cases, one death; four cases in ACT, three in NT and none in Qld; vaccine mandate for most Tasmanian public servants. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", + "content": "

    Omicron cases in NSW rise to 42 after eight infections reported; Queensland and Northern Territory pass 80% fully vaccinated mark; Queensland hospitals ‘stretched to breaking point’, AMA says; Victoria records 1,232 new Covid-19 cases and nine deaths; NSW records 420 cases, one death; four cases in ACT, three in NT and none in Qld; vaccine mandate for most Tasmanian public servants. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/14/australia-to-manufacture-mrna-vaccines-under-deal-with-moderna", - "creator": "Sarah Martin Chief political correspondent", - "pubDate": "2021-12-13T16:30:23Z", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/09/australia-news-live-update-increase-in-nsw-covid-cases-linked-to-more-parties-omicron-could-become-dominant-strain-pfizer-children-scott-morrison-gladys-berejiklian-moderna-vaccine", + "creator": "Mostafa Rachwani (now) and Justine Landis-Hanley (earlier)", + "pubDate": "2021-12-09T06:23:46Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214301,20 +239820,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f66db18b3ffa301c95f0c955ef344002" + "hash": "cac18fb01cbc2cbd5bc5cd3ba07907f7" }, { - "title": "‘I never worked in a cocktail bar’: How the Human League made Don’t You Want Me", - "description": "

    ‘Philip turned up to meet my parents fully made up, with red lipstick and high heels. My dad locked himself in the bedroom and refused to come out’

    I had intended to recruit just one female backing singer but when I walked into the Crazy Daisy nightclub in Sheffield, the first thing I saw was Joanne Catherall and Susan Ann Sulley dancing. They somehow looked like a unit while being clearly different individuals. I knew they were right.

    Continue reading...", - "content": "

    ‘Philip turned up to meet my parents fully made up, with red lipstick and high heels. My dad locked himself in the bedroom and refused to come out’

    I had intended to recruit just one female backing singer but when I walked into the Crazy Daisy nightclub in Sheffield, the first thing I saw was Joanne Catherall and Susan Ann Sulley dancing. They somehow looked like a unit while being clearly different individuals. I knew they were right.

    Continue reading...", - "category": "The Human League", - "link": "https://www.theguardian.com/culture/2021/dec/13/the-human-league-how-we-made-dont-you-want-me", - "creator": "Interviews by Dave Simpson", - "pubDate": "2021-12-13T15:34:30Z", + "title": "Malaria kills 180,000 more people annually than previously thought, says WHO", + "description": "

    UN agency says world must support urgent rollout of new vaccine as it reveals new figures for malaria deaths

    The World Health Organization has called for a “massive, urgent” effort to get the new malaria vaccine into the arms of African children, as it warned that about 180,000 more people were dying annually from the disease than had previously been thought.

    Dr Pedro Alonso, director of the WHO’s global malaria programme, said the RTS,S vaccine, recommended for widespread rollout in October, represented a historic opportunity to save tens of thousands of lives, mostly those of under-fives in sub-Saharan Africa.

    Continue reading...", + "content": "

    UN agency says world must support urgent rollout of new vaccine as it reveals new figures for malaria deaths

    The World Health Organization has called for a “massive, urgent” effort to get the new malaria vaccine into the arms of African children, as it warned that about 180,000 more people were dying annually from the disease than had previously been thought.

    Dr Pedro Alonso, director of the WHO’s global malaria programme, said the RTS,S vaccine, recommended for widespread rollout in October, represented a historic opportunity to save tens of thousands of lives, mostly those of under-fives in sub-Saharan Africa.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/06/malaria-kills-180000-more-people-annually-than-previously-thought-says-who", + "creator": "Lizzy Davies", + "pubDate": "2021-12-06T13:00:21Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214322,20 +239840,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e902f265c20564962cbe5977b027849" + "hash": "2b1f92d7a54f7617fb5f7a53c349f167" }, { - "title": "How we met: ‘I was a bit taken aback when he asked if he could hit on me’", - "description": "

    Amanda, 39, and Alex, 42, met on a forum for railway enthusiasts. After a long online friendship, they started dating in 2007. They now live in New York with their two children

    Alex was studying transport management in Boston when he first came across Amanda in 2001. They belonged to the same internet forum for railway enthusiasts. “At the time it was a hobby dominated by men and a lot of women who did join disguised themselves,” says Alex. “I remember seeing Amanda’s name and thinking it was great that she could be herself.”

    There was an AOL chatroom within the message board, and they began to talk. A New Yorker, Amanda had always been interested in transport systems. For several years they chatted online, but neither expected it to turn into more. “She was dating a subway operator and I told her to be careful because the railroad life can be really tough,” he says.

    Want to share your story? Tell us a little about yourself, your partner and how you got together by filling in the form here.

    Continue reading...", - "content": "

    Amanda, 39, and Alex, 42, met on a forum for railway enthusiasts. After a long online friendship, they started dating in 2007. They now live in New York with their two children

    Alex was studying transport management in Boston when he first came across Amanda in 2001. They belonged to the same internet forum for railway enthusiasts. “At the time it was a hobby dominated by men and a lot of women who did join disguised themselves,” says Alex. “I remember seeing Amanda’s name and thinking it was great that she could be herself.”

    There was an AOL chatroom within the message board, and they began to talk. A New Yorker, Amanda had always been interested in transport systems. For several years they chatted online, but neither expected it to turn into more. “She was dating a subway operator and I told her to be careful because the railroad life can be really tough,” he says.

    Want to share your story? Tell us a little about yourself, your partner and how you got together by filling in the form here.

    Continue reading...", - "category": "Relationships", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/13/how-we-met-i-was-a-bit-taken-aback-when-he-asked-if-he-could-hit-on-me", - "creator": "Lizzie Cernik", - "pubDate": "2021-12-13T11:30:17Z", + "title": "Putin’s Ukraine rhetoric driven by distorted view of neighbour", + "description": "

    Analysis: Russian president believes it his 'duty’ to reverse Kyiv’s path towards west

    Even as Vladimir Putin has built up an invasion force on his borders, he has repeated a refrain that Russians and Ukrainians are one people, bemoaning a “fraternal” conflict that he himself has provoked.

    As Putin speaks on Tuesday with Joe Biden, western analysts have likened his focus on Kyiv to an “obsession” while Russians have said Putin believes it his “duty” to reverse Ukraine’s path towards the west.

    Continue reading...", + "content": "

    Analysis: Russian president believes it his 'duty’ to reverse Kyiv’s path towards west

    Even as Vladimir Putin has built up an invasion force on his borders, he has repeated a refrain that Russians and Ukrainians are one people, bemoaning a “fraternal” conflict that he himself has provoked.

    As Putin speaks on Tuesday with Joe Biden, western analysts have likened his focus on Kyiv to an “obsession” while Russians have said Putin believes it his “duty” to reverse Ukraine’s path towards the west.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2021/dec/07/putins-ukraine-rhetoric-driven-by-distorted-view-of-neighbour", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-12-07T18:02:27Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214343,20 +239860,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf5087b60ca23bff4913a00e1fd50b33" + "hash": "be9ec545f0725ddb573fe5e3aa1bf0a5" }, { - "title": "Why it’s time to say goodbye to Tiger King", - "description": "

    Netflix’s continued obsession with the pandemic hit has brought a follow-up special, a second season and now a spin-off but enough is enough

    To think of Tiger King is to immediately transport yourself to the heady days of lockdown 2020. Remember it? Remember how filled with artificial purpose we all were? We did Zoom quizzes with all our friends! We made banana bread! We clapped for frontline workers!

    Looking back, it seems relatively clear that all those things were stupid. Nobody wants to spend more time on Zoom than they have to. Nobody likes banana bread. The clapping didn’t change anything. And as for Tiger King? With the benefit of hindsight, Christ, we chose the wrong show to obsess over. Looking back, Tiger King was grubby and exploitative. Once you’d crossed the “Are these people for real?” hurdle, you found yourself sitting through a carnival of monstrous behaviour. Tiger King was the documentary equivalent of that old Black Mirror episode: as fun as it sounds to watch someone have sex with a pig, at the end of the day you actually have to watch someone have sex with a pig.

    Continue reading...", - "content": "

    Netflix’s continued obsession with the pandemic hit has brought a follow-up special, a second season and now a spin-off but enough is enough

    To think of Tiger King is to immediately transport yourself to the heady days of lockdown 2020. Remember it? Remember how filled with artificial purpose we all were? We did Zoom quizzes with all our friends! We made banana bread! We clapped for frontline workers!

    Looking back, it seems relatively clear that all those things were stupid. Nobody wants to spend more time on Zoom than they have to. Nobody likes banana bread. The clapping didn’t change anything. And as for Tiger King? With the benefit of hindsight, Christ, we chose the wrong show to obsess over. Looking back, Tiger King was grubby and exploitative. Once you’d crossed the “Are these people for real?” hurdle, you found yourself sitting through a carnival of monstrous behaviour. Tiger King was the documentary equivalent of that old Black Mirror episode: as fun as it sounds to watch someone have sex with a pig, at the end of the day you actually have to watch someone have sex with a pig.

    Continue reading...", - "category": "Tiger King", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/13/tiger-king-netflix-time-to-say-goodbye-doc-antle", - "creator": "Stuart Heritage", - "pubDate": "2021-12-13T15:37:00Z", + "title": "Boris Johnson rushes in Covid plan B amid Christmas party scandal", + "description": "

    PM announces stronger measures in England to counter Omicron, but finds his ‘moral authority’ questioned

    Boris Johnson rushed forward new Covid restrictions amid fears of an exponential rise in the Omicron variant, as his government was engulfed in a crisis of credibility sparked by the Christmas party scandal.

    With government experts warning of 10 UK Omicron infections currently rising to 1m by the end of the month and up to 2,000 hospital admissions a day, Johnson insisted now was the time to act.

    Continue reading...", + "content": "

    PM announces stronger measures in England to counter Omicron, but finds his ‘moral authority’ questioned

    Boris Johnson rushed forward new Covid restrictions amid fears of an exponential rise in the Omicron variant, as his government was engulfed in a crisis of credibility sparked by the Christmas party scandal.

    With government experts warning of 10 UK Omicron infections currently rising to 1m by the end of the month and up to 2,000 hospital admissions a day, Johnson insisted now was the time to act.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/08/boris-johnson-plan-b-covid-measures-england-omicron-vaccine-passports-mask-wearing", + "creator": "Rowena Mason and Hannah Devlin", + "pubDate": "2021-12-08T21:00:58Z", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "The Guardian", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3997a3077295e845dec54215d4e67d67" + }, + { + "title": "Wales: 14 schools to add hour a day to help pupils catch up after lockdowns", + "description": "

    Trial could lead to a longer school day being introduced permanently

    A number of schools in Wales are extending their day by an hour to try to help youngsters catch up after Covid lockdowns.

    The Welsh government will invest up to £2m on the trial, allowing 14 primaries and secondaries across south Wales to open for groups of children for an extra five hours a week.

    Continue reading...", + "content": "

    Trial could lead to a longer school day being introduced permanently

    A number of schools in Wales are extending their day by an hour to try to help youngsters catch up after Covid lockdowns.

    The Welsh government will invest up to £2m on the trial, allowing 14 primaries and secondaries across south Wales to open for groups of children for an extra five hours a week.

    Continue reading...", + "category": "Wales", + "link": "https://www.theguardian.com/uk-news/2021/dec/09/wales-14-schools-to-add-hour-a-day-to-help-pupils-catch-up-after-lockdowns", + "creator": "Steven Morris", + "pubDate": "2021-12-09T00:01:02Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214364,20 +239900,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d7dd8cf79b9e923a789ccd7a13c5e48" + "hash": "c3234c98fc7c394a45904439ec33bd1b" }, { - "title": "Those we lost in 2021: Janet Malcolm remembered by Michael W Miller", - "description": "

    8 July 1934 – 16 June 2021
    The US journalist on his aunt, whose exacting vision – from her writing to her elegant dinner parties – was an expression of love and generosity

    “Hypocrisy is the grease that keeps society functioning in an agreeable way, by allowing for human fallibility and reconciling the seemingly irreconcilable human needs for order and pleasure.”

    Those are the words, unmistakable for their wit and moral clarity, of Janet Malcolm, from her most famous book, The Journalist and the Murderer. They’re not words she lived by personally, however. She was uncompromising in her own response to fallibilities large and small, cheerfully sending back wine at restaurants, rejecting all offers to bring contributions to dinner parties, and chiding anyone who read a certain dire translation of Anna Karenina. I remember on more than one occasion giving her a holiday present, and then watching her unwrap it, look it over, and hand it back to me, explaining that she thought I would enjoy it more than she would.

    Continue reading...", - "content": "

    8 July 1934 – 16 June 2021
    The US journalist on his aunt, whose exacting vision – from her writing to her elegant dinner parties – was an expression of love and generosity

    “Hypocrisy is the grease that keeps society functioning in an agreeable way, by allowing for human fallibility and reconciling the seemingly irreconcilable human needs for order and pleasure.”

    Those are the words, unmistakable for their wit and moral clarity, of Janet Malcolm, from her most famous book, The Journalist and the Murderer. They’re not words she lived by personally, however. She was uncompromising in her own response to fallibilities large and small, cheerfully sending back wine at restaurants, rejecting all offers to bring contributions to dinner parties, and chiding anyone who read a certain dire translation of Anna Karenina. I remember on more than one occasion giving her a holiday present, and then watching her unwrap it, look it over, and hand it back to me, explaining that she thought I would enjoy it more than she would.

    Continue reading...", - "category": "Janet Malcolm", - "link": "https://www.theguardian.com/books/2021/dec/13/obituaries-2021-janet-malcolm-remembered-by-michael-w-miller", - "creator": "Guardian Staff", - "pubDate": "2021-12-13T16:00:23Z", + "title": "Australia news live update: eight new Omicron infections in NSW as Covid cases rise; Qld and NT pass 80% vaccine milestone", + "description": "

    Omicron cases in NSW rise to 42 after eight infections reported; Queensland and Northern Territory pass 80% fully vaccinated mark; Victoria records 1,232 new Covid-19 cases and nine deaths; NSW records 420 cases, one death; four cases in ACT, three in NT and none in Qld; vaccine mandate for most Tasmanian public servants. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", + "content": "

    Omicron cases in NSW rise to 42 after eight infections reported; Queensland and Northern Territory pass 80% fully vaccinated mark; Victoria records 1,232 new Covid-19 cases and nine deaths; NSW records 420 cases, one death; four cases in ACT, three in NT and none in Qld; vaccine mandate for most Tasmanian public servants. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/09/australia-news-live-update-increase-in-nsw-covid-cases-linked-to-more-parties-omicron-could-become-dominant-strain-pfizer-children-scott-morrison-gladys-berejiklian-moderna-vaccine", + "creator": "Mostafa Rachwani (now) and Justine Landis-Hanley (earlier)", + "pubDate": "2021-12-09T05:19:12Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214385,20 +239920,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "563ec3915dbe82528fa0fba3474db9de" + "hash": "a6bc348c8c8b1877c4dc84d48b6629ee" }, { - "title": "Anne Sacoolas to face UK court over death of Harry Dunn", - "description": "

    US citizen is accused of killing 19-year-old in a road crash outside RAF Croughton on 27 August 2019

    The US citizen Anne Sacoolas is due to face criminal proceedings in the UK, charged with causing the death by dangerous driving of the 19-year-old motorcyclist Harry Dunn.

    The 44-year-old is accused of killing the teenager in a road crash outside the US military base RAF Croughton in Northamptonshire on 27 August 2019.

    Continue reading...", - "content": "

    US citizen is accused of killing 19-year-old in a road crash outside RAF Croughton on 27 August 2019

    The US citizen Anne Sacoolas is due to face criminal proceedings in the UK, charged with causing the death by dangerous driving of the 19-year-old motorcyclist Harry Dunn.

    The 44-year-old is accused of killing the teenager in a road crash outside the US military base RAF Croughton in Northamptonshire on 27 August 2019.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/13/harry-dunn-anne-sacoolas-to-face-criminal-trial-in-the-uk-over-teenagers-death", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-13T19:05:10Z", + "title": "Raab says ‘formal party’ in No 10 last Christmas would have broken UK Covid rules – video", + "description": "

    A 'formal party' in Downing Street in December 2020 would have been contrary to guidance, the justice secretary has admitted, saying it would have been 'the wrong thing to do'. Dominic Raab told BBC One’s The Andrew Marr Show, however, that Boris Johnson had assured him no rules had been broken, despite reports from various sources in several newspapers

    Continue reading...", + "content": "

    A 'formal party' in Downing Street in December 2020 would have been contrary to guidance, the justice secretary has admitted, saying it would have been 'the wrong thing to do'. Dominic Raab told BBC One’s The Andrew Marr Show, however, that Boris Johnson had assured him no rules had been broken, despite reports from various sources in several newspapers

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/05/raab-says-formal-party-in-no-10-last-christmas-would-have-broken-uk-covid-rules-video", + "creator": "", + "pubDate": "2021-12-05T12:12:44Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214406,20 +239940,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "99360d2b8d1bc12be1c75aef5f917dd2" + "hash": "17f6a52fcf2b615c2664d072dd1689cd" }, { - "title": "Tel Aviv: poverty and eviction in the world’s most expensive city", - "description": "

    Residents of Givat Amal Bet neighbourhood forced out to make way for further gentrification

    In one of Tel Aviv’s most affluent neighbourhoods, a collection of ramshackle one-storey homes with rusting roofs known as Givat Amal Bet still sits in the shadow of the high-rise towers looming above.

    Israel’s economic centre has recently been named the world’s most expensive city to live in, overtaking Paris and Singapore in the 2021 rankings compiled by the Economist Intelligence Unit (EIU). As the Mediterranean city’s reputation as a global tech hub continues to attract foreign investment, however, and prices for goods and services soar as Israel’s economy makes a strong recovery from the pandemic, locals fear the widening gap between rich and poor is pushing out working-class residents and creating damaging new social divisions.

    Continue reading...", - "content": "

    Residents of Givat Amal Bet neighbourhood forced out to make way for further gentrification

    In one of Tel Aviv’s most affluent neighbourhoods, a collection of ramshackle one-storey homes with rusting roofs known as Givat Amal Bet still sits in the shadow of the high-rise towers looming above.

    Israel’s economic centre has recently been named the world’s most expensive city to live in, overtaking Paris and Singapore in the 2021 rankings compiled by the Economist Intelligence Unit (EIU). As the Mediterranean city’s reputation as a global tech hub continues to attract foreign investment, however, and prices for goods and services soar as Israel’s economy makes a strong recovery from the pandemic, locals fear the widening gap between rich and poor is pushing out working-class residents and creating damaging new social divisions.

    Continue reading...", - "category": "Israel", - "link": "https://www.theguardian.com/world/2021/dec/12/tel-aviv-poverty-eviction-givat-amal-bet-gentrification-worlds-most-expensive-city", - "creator": "Bethan McKernan and Quique Kierszenbaum in Tel Aviv", - "pubDate": "2021-12-12T14:15:28Z", + "title": "Allegra Stratton resigns after No 10 Christmas party video", + "description": "

    Boris Johnson ‘sorry to lose’ spokesperson for climate summit who was seen in footage joking about party during lockdown

    Allegra Stratton has stepped down as the government’s spokesperson for the Cop26 climate summit after footage emerged of her joking about a party at Downing Street during the peak of lockdown rules in December last year.

    Boris Johnson told a coronavirus press briefing on Wednesday that Stratton had been an “outstanding spokeswoman … I am very sorry to lose her”. But he added: “I take responsibility for everything that happens in this government and I have throughout the pandemic.”

    Continue reading...", + "content": "

    Boris Johnson ‘sorry to lose’ spokesperson for climate summit who was seen in footage joking about party during lockdown

    Allegra Stratton has stepped down as the government’s spokesperson for the Cop26 climate summit after footage emerged of her joking about a party at Downing Street during the peak of lockdown rules in December last year.

    Boris Johnson told a coronavirus press briefing on Wednesday that Stratton had been an “outstanding spokeswoman … I am very sorry to lose her”. But he added: “I take responsibility for everything that happens in this government and I have throughout the pandemic.”

    Continue reading...", + "category": "Conservatives", + "link": "https://www.theguardian.com/politics/2021/dec/08/allegra-stratton-leaves-cop26-role-after-no-10-christmas-party-video", + "creator": "Peter Walker Political correspondent", + "pubDate": "2021-12-08T19:53:14Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214427,20 +239960,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "302e4a81470b6f978bc75275f152e2a1" + "hash": "d460abf8c49574d6f1ca60efdbc865db" }, { - "title": "Democrats fear threats to US democracy: ‘We were one vice-president away from a coup’ – live", - "description": "

    The Guardian’s Edward Helmore, Nikhita Chulani, Harvey Symons and Arnel Hecimovic report:

    Powerful tornadoes barrelled through five US states on Friday, levelling houses and factories and bringing down power lines. In Kentucky, the worst-hit state, one tornado alone followed an extraordinarily long and destructive path of more than 200 miles.

    Continue reading...", - "content": "

    The Guardian’s Edward Helmore, Nikhita Chulani, Harvey Symons and Arnel Hecimovic report:

    Powerful tornadoes barrelled through five US states on Friday, levelling houses and factories and bringing down power lines. In Kentucky, the worst-hit state, one tornado alone followed an extraordinarily long and destructive path of more than 200 miles.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/live/2021/dec/13/biden-manchin-democrats-build-back-better-agenda-us-politics-live", - "creator": "Johana Bhuiyan (now) and Joan E Greve (earlier)", - "pubDate": "2021-12-13T22:03:12Z", + "title": "UK Covid live: Met police will not investigate No 10 Christmas party allegations", + "description": "

    Latest updates: Scotland Yard cites ‘absence of evidence’, as PM triggers plan B Covid restrictions

    Downing Street sources are saying this morning that “no decisions have been made” on a move to plan B. But, frankly, an FT story carries more credibility in the Westminster media village.

    Ben Riley-Smith, the Telegraph political editor, thinks the timing of such a move would be suspicious.

    Continue reading...", + "content": "

    Latest updates: Scotland Yard cites ‘absence of evidence’, as PM triggers plan B Covid restrictions

    Downing Street sources are saying this morning that “no decisions have been made” on a move to plan B. But, frankly, an FT story carries more credibility in the Westminster media village.

    Ben Riley-Smith, the Telegraph political editor, thinks the timing of such a move would be suspicious.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/live/2021/dec/08/covid-coronavirus-uk-boris-johnson-christmas-party-uk-politics-live", + "creator": "Tom Ambrose (now), Matthew Weaver and Andrew Sparrow (earlier)", + "pubDate": "2021-12-08T21:00:34Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214448,20 +239980,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "803ee3ffca7a698152bf052f751d76bb" + "hash": "5fa4460dab9db0ab34dffb6e11db889b" }, { - "title": "Mainland China reports first case of Omicron coronavirus variant", - "description": "

    Appearance of highly transmissible variant poses serious threat to zero-Covid strategy

    Mainland China has reported its first case of the highly transmissible Omicron variant in the northern city of Tianjin, posing what could be the biggest threat to date to the country’s zero-Covid strategy.

    The Chinese authorities reported on Monday that the Omicron case was detected on 9 December from an overseas returnee, who showed no symptoms on arrival. The patient is being quarantined and treated in a designated hospital.

    Continue reading...", - "content": "

    Appearance of highly transmissible variant poses serious threat to zero-Covid strategy

    Mainland China has reported its first case of the highly transmissible Omicron variant in the northern city of Tianjin, posing what could be the biggest threat to date to the country’s zero-Covid strategy.

    The Chinese authorities reported on Monday that the Omicron case was detected on 9 December from an overseas returnee, who showed no symptoms on arrival. The patient is being quarantined and treated in a designated hospital.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/13/mainland-china-reports-first-case-of-omicron-coronavirus-variant", - "creator": "Vincent Ni China affairs correspondent", - "pubDate": "2021-12-13T19:03:16Z", + "title": "Biden says he won’t send US troops to Ukraine to deter Russian threat", + "description": "

    President’s comments come after he said the US would provide ‘defensive capabilities’ to Ukraine

    Joe Biden has said that he is not considering sending US troops to defend Ukraine in response to a Russian military buildup on the country’s borders.

    “That is not on the table,” he told reporters on Wednesday, one day after speaking directly with Vladimir Putin in an effort to avert a military crisis.

    Continue reading...", + "content": "

    President’s comments come after he said the US would provide ‘defensive capabilities’ to Ukraine

    Joe Biden has said that he is not considering sending US troops to defend Ukraine in response to a Russian military buildup on the country’s borders.

    “That is not on the table,” he told reporters on Wednesday, one day after speaking directly with Vladimir Putin in an effort to avert a military crisis.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2021/dec/08/russia-talks-of-rapid-ukraine-discussions-after-biden-putin-summit", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-12-08T13:43:21Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214469,20 +240000,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e31ea19c2fb3d92efba683a1cca2ee87" + "hash": "a344c78c16f53612b3a18e624a062c42" }, { - "title": "Australia live news update: Barnaby Joyce opposes Julian Assange extradition; NSW train strike; mRNA vaccines could be made in Victoria", - "description": "

    Barnaby Joyce says Julian Assange should not be extradited to the US; passengers on NSW rail network face another day of disruption as train union strikes – follow all the day’s news

    Here is the full statement for the Victorian government on the Moderna manufacturing facility that’s set to be operational by 2024.

    Prime minister Scott Morrison has called on states and territories to ease their last remaining Covid-19 restrictions, as Western Australia announced plans to reopen its hard border to the rest of the nation, reports AAP’s Andrew Brown.

    Australians kept their side of the deal, it is time for governments to now keep theirs; to step back and let Australians step forward...

    To put Australians back in charge of their own lives, relying on the connecting points and relationships that exist between the state and the individual.

    Australia is going to be connected and together again...

    This will be welcome news for thousands of Western Australians looking forward to reuniting with family and friends after so long apart.

    Continue reading...", - "content": "

    Barnaby Joyce says Julian Assange should not be extradited to the US; passengers on NSW rail network face another day of disruption as train union strikes – follow all the day’s news

    Here is the full statement for the Victorian government on the Moderna manufacturing facility that’s set to be operational by 2024.

    Prime minister Scott Morrison has called on states and territories to ease their last remaining Covid-19 restrictions, as Western Australia announced plans to reopen its hard border to the rest of the nation, reports AAP’s Andrew Brown.

    Australians kept their side of the deal, it is time for governments to now keep theirs; to step back and let Australians step forward...

    To put Australians back in charge of their own lives, relying on the connecting points and relationships that exist between the state and the individual.

    Australia is going to be connected and together again...

    This will be welcome news for thousands of Western Australians looking forward to reuniting with family and friends after so long apart.

    Continue reading...", - "category": "New South Wales", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/14/australia-news-updates-live-coronavirus-omicron-nsw-victoria-weather-scott-morrison-isolation-exposure-covid", - "creator": "Matilda Boseley", - "pubDate": "2021-12-13T22:01:38Z", + "title": "Chilean presidential candidate’s father was member of Nazi party", + "description": "

    Revelations appear at odds with José Antonio Kast’s own statements about his father’s military service

    The German-born father of Chilean presidential candidate José Antonio Kast was a member of the Nazi party, according to a recently unearthed document – revelations that appear at odds with the far-right candidate’s own statements about his father’s military service during the second world war.

    German officials have confirmed that an ID card in the country’s federal archive shows that an 18-year-old named Michael Kast joined the National Socialist German Workers’ party, or NSDAP, in September 1942, at the height of Hitler’s war on the Soviet Union.

    Continue reading...", + "content": "

    Revelations appear at odds with José Antonio Kast’s own statements about his father’s military service

    The German-born father of Chilean presidential candidate José Antonio Kast was a member of the Nazi party, according to a recently unearthed document – revelations that appear at odds with the far-right candidate’s own statements about his father’s military service during the second world war.

    German officials have confirmed that an ID card in the country’s federal archive shows that an 18-year-old named Michael Kast joined the National Socialist German Workers’ party, or NSDAP, in September 1942, at the height of Hitler’s war on the Soviet Union.

    Continue reading...", + "category": "Chile", + "link": "https://www.theguardian.com/world/2021/dec/08/chile-jose-antonio-kast-father-nazi-party", + "creator": "Associated Press in Berlin", + "pubDate": "2021-12-08T17:14:58Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214490,20 +240020,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba1fa4d1f7ca8a75889dcad644e1f1c5" + "hash": "debb731c236b25056cf9a748fbab83bc" }, { - "title": "Women in prison falling through gaps in feminist funding, report finds", - "description": "

    Foundations shy away from supporting those with ‘complicated’ narratives, says head of Women Beyond Walls, resulting in a funding crisis

    Organisations working with women in prisons around the world are not attracting the support they deserve, as even feminists shy away from helping people with “complicated” narratives, according to new research.

    Lawyer Sabrina Mahtani, founder of Women Beyond Walls (WBW), said many charities and NGOs around the world were doing vital work “supporting some of the most marginalised and overlooked women” in society.

    Continue reading...", - "content": "

    Foundations shy away from supporting those with ‘complicated’ narratives, says head of Women Beyond Walls, resulting in a funding crisis

    Organisations working with women in prisons around the world are not attracting the support they deserve, as even feminists shy away from helping people with “complicated” narratives, according to new research.

    Lawyer Sabrina Mahtani, founder of Women Beyond Walls (WBW), said many charities and NGOs around the world were doing vital work “supporting some of the most marginalised and overlooked women” in society.

    Continue reading...", - "category": "Women's rights and gender equality", - "link": "https://www.theguardian.com/global-development/2021/dec/09/women-in-prison-ignored-by-feminist-funders-that-find-them-less-marketable-says-ngo-head", - "creator": "Lizzy Davies", - "pubDate": "2021-12-09T06:30:03Z", + "title": "‘Overwhelming’ evidence against Jussie Smollett, says prosecution in closing arguments", + "description": "

    The Empire actor denies he falsified police reports about the alleged racist and homophobic attack in 2019

    Lawyers delivered their closing arguments on Wednesday in Jussie Smollett’s criminal trial where the former Empire actor is facing charges that he lied to Chicago police about an attack in 2019.

    Smollett denies the charges.

    Continue reading...", + "content": "

    The Empire actor denies he falsified police reports about the alleged racist and homophobic attack in 2019

    Lawyers delivered their closing arguments on Wednesday in Jussie Smollett’s criminal trial where the former Empire actor is facing charges that he lied to Chicago police about an attack in 2019.

    Smollett denies the charges.

    Continue reading...", + "category": "Jussie Smollet", + "link": "https://www.theguardian.com/us-news/2021/dec/08/jussie-smollett-trial-closing-arguments-latest", + "creator": "Maya Yang", + "pubDate": "2021-12-08T22:07:44Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214511,20 +240040,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c321afba848dfc23165a8f9d95a2ed6e" + "hash": "a7e07ecd681c8c1803f7dc1d56d84c38" }, { - "title": "Who are the rebel Tory MPs likely to oppose plan B Covid restrictions?", - "description": "

    Analysis: distinct camps have emerged in Westminster, from hardline lockdown sceptics to selective rebels

    Government whips are braced for a major rebellion by Tory MPs over new plan B Covid restrictions due to come into force this week, against a backdrop of anger over rule-breaking Christmas parties. The restrictions are set to pass – but only thanks to support from Labour.

    Ahead of the Commons votes on Tuesday on mask-wearing, working from home and Covid passports, these are the camps that are set to oppose at least some of the measures.

    Continue reading...", - "content": "

    Analysis: distinct camps have emerged in Westminster, from hardline lockdown sceptics to selective rebels

    Government whips are braced for a major rebellion by Tory MPs over new plan B Covid restrictions due to come into force this week, against a backdrop of anger over rule-breaking Christmas parties. The restrictions are set to pass – but only thanks to support from Labour.

    Ahead of the Commons votes on Tuesday on mask-wearing, working from home and Covid passports, these are the camps that are set to oppose at least some of the measures.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/12/who-are-the-rebel-tory-mp-factions-that-plan-to-oppose-plan-b-covid-restrictions", - "creator": "Aubrey Allegretti Political correspondent", - "pubDate": "2021-12-12T17:04:10Z", + "title": "Spanish village that dropped ‘Kill Jews’ name hit by antisemitic graffiti attack", + "description": "

    Castrillo Mota de Judíos’ Sephardic centre was among four locations defaced in the ‘cowardly’ attack

    The mayor of a Spanish village whose former name was an ugly reminder of the country’s medieval persecution of its Jewish population has vowed to carry on with plans for a Sephardic memory centre despite an antisemitic graffiti attack this week.

    Seven years ago, the 52 eligible residents of Castrillo Matajudíos – Camp Kill Jews in English, voted in a referendum to change the village’s name back to Castrillo Mota de Judíos, which means Jews’ Hill Camp.

    Continue reading...", + "content": "

    Castrillo Mota de Judíos’ Sephardic centre was among four locations defaced in the ‘cowardly’ attack

    The mayor of a Spanish village whose former name was an ugly reminder of the country’s medieval persecution of its Jewish population has vowed to carry on with plans for a Sephardic memory centre despite an antisemitic graffiti attack this week.

    Seven years ago, the 52 eligible residents of Castrillo Matajudíos – Camp Kill Jews in English, voted in a referendum to change the village’s name back to Castrillo Mota de Judíos, which means Jews’ Hill Camp.

    Continue reading...", + "category": "Antisemitism", + "link": "https://www.theguardian.com/news/2021/dec/08/spanish-village-castrillo-mota-de-judios-that-dropped-kill-jews-name-targeted-by-antisemitic-graffiti", + "creator": "Sam Jones in Madrid", + "pubDate": "2021-12-08T13:31:47Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214532,20 +240060,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9ab324d87e3db25ef41206b60774993" + "hash": "20eceb14bfe39062c1f1502fec482ccc" }, { - "title": "Kentucky tornadoes: governor confirms at least 64 deaths as toll expected to rise", - "description": "

    Andy Beshear says 105 Kentuckians still unaccounted for, and that the number of confirmed deaths might not be known for weeks

    Kentucky’s governor Andy Beshear broke down in tears on Monday as he announced the deaths of at least 64 people from Friday’s deadly tornadoes that swept across multiple midwest and southern states, and warned that the death toll is expected to grow.

    The ages of those killed ranged from five months to 86 years, six of them younger than 18, Beshear said at an emotional press conference in Frankfort, the state capital.

    Continue reading...", - "content": "

    Andy Beshear says 105 Kentuckians still unaccounted for, and that the number of confirmed deaths might not be known for weeks

    Kentucky’s governor Andy Beshear broke down in tears on Monday as he announced the deaths of at least 64 people from Friday’s deadly tornadoes that swept across multiple midwest and southern states, and warned that the death toll is expected to grow.

    The ages of those killed ranged from five months to 86 years, six of them younger than 18, Beshear said at an emotional press conference in Frankfort, the state capital.

    Continue reading...", - "category": "Kentucky", - "link": "https://www.theguardian.com/us-news/2021/dec/13/kentucky-tornadoes-death-toll", - "creator": "Richard Luscombe and agencies", - "pubDate": "2021-12-13T17:19:36Z", + "title": "Sienna Miller says Sun used ‘illegal means’ to find out pregnancy", + "description": "

    Actor tells high court about her view of how details were discovered, which the publisher denies

    Sienna Miller believes details of her 2005 pregnancy were obtained by the then editor of the Sun, Rebekah Brooks, using “blatantly unlawful means”, a court has heard. Miller also believes phone hacking was practised by journalists at Rupert Murdoch’s daily tabloid newspaper.

    “I was told at the end of July 2005, by my friend and publicist, that Rebekah Brooks had found out that I was pregnant,” said Miller, in an excerpt from a draft statement read out by her lawyer at the high court.

    Continue reading...", + "content": "

    Actor tells high court about her view of how details were discovered, which the publisher denies

    Sienna Miller believes details of her 2005 pregnancy were obtained by the then editor of the Sun, Rebekah Brooks, using “blatantly unlawful means”, a court has heard. Miller also believes phone hacking was practised by journalists at Rupert Murdoch’s daily tabloid newspaper.

    “I was told at the end of July 2005, by my friend and publicist, that Rebekah Brooks had found out that I was pregnant,” said Miller, in an excerpt from a draft statement read out by her lawyer at the high court.

    Continue reading...", + "category": "Sienna Miller", + "link": "https://www.theguardian.com/film/2021/dec/08/sienna-miller-says-sun-used-means-to-find-out-pregnancy", + "creator": "Jim Waterson Media editor", + "pubDate": "2021-12-08T21:21:54Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214553,20 +240080,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "aeb14bd9c496e147c9ee707e630eeaad" + "hash": "723f4b22d0e485cea5abd7108a4eb60a" }, { - "title": "Maps of Renaissance Tuscany on show for first time in 20 years", - "description": "

    First large-scale representations of region are back on display at Uffizi Galleries in Florence

    Maps depicting Renaissance Tuscany are back on display at the Uffizi Galleries in Florence after being hidden from public view for more than 20 years.

    The wall paintings were commissioned in the late 1500s by Ferdinando I de’ Medici after the republic of Florence’s conquering of its rival Siena led to the creation the Grand Duchy of Tuscany and depict the newly unified territory.

    Continue reading...", - "content": "

    First large-scale representations of region are back on display at Uffizi Galleries in Florence

    Maps depicting Renaissance Tuscany are back on display at the Uffizi Galleries in Florence after being hidden from public view for more than 20 years.

    The wall paintings were commissioned in the late 1500s by Ferdinando I de’ Medici after the republic of Florence’s conquering of its rival Siena led to the creation the Grand Duchy of Tuscany and depict the newly unified territory.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2021/dec/13/maps-of-renaissance-tuscany-on-show-for-first-time-in-20-years", - "creator": "Angela Giuffrida", - "pubDate": "2021-12-13T16:25:28Z", + "title": "‘It’s hypocrisy, pure and simple’: growing public anger over No 10 party", + "description": "

    A grieving daughter and a publican prosecuted for breaching rules are among those furious at apparent flouting of rules

    On 23 December last year, the day after Downing Street aides were recorded laughing about how they could pretend that a party at No 10 was a “cheese and wine” gathering, a large contingent of police officers arrived at the London Tavern pub in Hackney, east London. James Kearns, the owner, was hosting Christmas drinks for workers at a scaffolding company he also runs.

    “There were 15 of us,” he said on Wednesday. “About 20 of the police showed up, absolutely hammering on the doors. We all hid in the toilets, but they found us.” This week, the case went before a magistrate. “And we’ve all been fined £100 each.”

    Continue reading...", + "content": "

    A grieving daughter and a publican prosecuted for breaching rules are among those furious at apparent flouting of rules

    On 23 December last year, the day after Downing Street aides were recorded laughing about how they could pretend that a party at No 10 was a “cheese and wine” gathering, a large contingent of police officers arrived at the London Tavern pub in Hackney, east London. James Kearns, the owner, was hosting Christmas drinks for workers at a scaffolding company he also runs.

    “There were 15 of us,” he said on Wednesday. “About 20 of the police showed up, absolutely hammering on the doors. We all hid in the toilets, but they found us.” This week, the case went before a magistrate. “And we’ve all been fined £100 each.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/08/they-just-didnt-care-woman-who-lost-her-mum-on-day-of-no-10-party", + "creator": "Archie Bland", + "pubDate": "2021-12-08T12:07:15Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214574,20 +240100,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "db768e5b14948db6a3f4d9cb79e2d7ad" + "hash": "64fc5e1594f6d2bfb709e78959051cef" }, { - "title": "USA Gymnastics and USOPC reach $380m settlement with Nassar abuse survivors", - "description": "
    • Disgraced doctor abused dozens of athletes in his care
    • Organizations were accused of failing to stop abuse

    Survivors of disgraced former USA Gymnastics doctor Larry Nassar have reached a $380m settlement with USA Gymnastics, the US Olympic & Paralympic Committee and their insurers after a five-year legal battle. The settlement was confirmed during a hearing in a federal bankruptcy court in Indianapolis on Monday.

    “This settlement is the result of the bravery of hundreds of survivors who, despite legal obstacles, long odds and the best corporate legal talent money can buy, refused to be silent. The power of their story eventually won the day,” John Manly, an attorney for the plaintiffs, said on Monday.

    Continue reading...", - "content": "
    • Disgraced doctor abused dozens of athletes in his care
    • Organizations were accused of failing to stop abuse

    Survivors of disgraced former USA Gymnastics doctor Larry Nassar have reached a $380m settlement with USA Gymnastics, the US Olympic & Paralympic Committee and their insurers after a five-year legal battle. The settlement was confirmed during a hearing in a federal bankruptcy court in Indianapolis on Monday.

    “This settlement is the result of the bravery of hundreds of survivors who, despite legal obstacles, long odds and the best corporate legal talent money can buy, refused to be silent. The power of their story eventually won the day,” John Manly, an attorney for the plaintiffs, said on Monday.

    Continue reading...", - "category": "Gymnastics", - "link": "https://www.theguardian.com/sport/2021/dec/13/usa-gymnastics-usopc-larry-nassar-lawsuit-settlement", - "creator": "Guardian sport and agencies", - "pubDate": "2021-12-13T18:12:05Z", + "title": "Anger as Jair Bolsonaro to allow unvaccinated visitors into Brazil", + "description": "

    There are fears the decision will reverse the gains made by a successful vaccination campaign

    The Brazilian government has been accused of seeking to turn the South American country into a haven for unvaccinated tourists after it shunned calls – including from its own health regulator – to demand proof of vaccination from visitors.

    The decision – announced on Tuesday by the health minister, Marcelo Queiroga – sparked anger in a nation that has lost more than 615,000 lives to a Covid outbreak the president, Jair Bolsonaro, stands accused of catastrophically mishandling.

    Continue reading...", + "content": "

    There are fears the decision will reverse the gains made by a successful vaccination campaign

    The Brazilian government has been accused of seeking to turn the South American country into a haven for unvaccinated tourists after it shunned calls – including from its own health regulator – to demand proof of vaccination from visitors.

    The decision – announced on Tuesday by the health minister, Marcelo Queiroga – sparked anger in a nation that has lost more than 615,000 lives to a Covid outbreak the president, Jair Bolsonaro, stands accused of catastrophically mishandling.

    Continue reading...", + "category": "Brazil", + "link": "https://www.theguardian.com/world/2021/dec/08/anger-as-jair-bolsonaro-to-allow-unvaccinated-visitors-into-brazil", + "creator": "Tom Phillips Latin America correspondent", + "pubDate": "2021-12-08T16:01:29Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214595,20 +240120,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "916e059993e7f8dcd2f13d0ba81a4b87" + "hash": "062f384165c4a8cf73eea312e6e83ebc" }, { - "title": "Danish ex-minister given jail sentence for separating couples seeking asylum", - "description": "

    Inger Støjberg receives two-month sentence for separating several couples where woman was under 18

    Denmark’s former immigration minister has been sentenced to two months in prison after a special court found her guilty of illegally separating several couples of asylum seekers where the woman was under 18.

    Inger Støjberg was sentenced on Monday to 60 days in jail over accusations that she violated the European convention on human rights by ordering the separation of couples, some of whom had children.

    Continue reading...", - "content": "

    Inger Støjberg receives two-month sentence for separating several couples where woman was under 18

    Denmark’s former immigration minister has been sentenced to two months in prison after a special court found her guilty of illegally separating several couples of asylum seekers where the woman was under 18.

    Inger Støjberg was sentenced on Monday to 60 days in jail over accusations that she violated the European convention on human rights by ordering the separation of couples, some of whom had children.

    Continue reading...", - "category": "Denmark", - "link": "https://www.theguardian.com/world/2021/dec/13/danish-ex-minister-inger-stojberg-given-jail-sentence-for-separating-couples-seeking-asylum", - "creator": "AFP in Copenhagen", - "pubDate": "2021-12-13T17:32:03Z", + "title": "60s psych-rockers the Electric Prunes: ‘We couldn’t sit around stoned!’", + "description": "

    Discovered in an LA garage, the band rode a psychedelic wave into Easy Rider and a trippy Latin mass – even if they didn’t actually take acid. As a box set revives the music, their lead singer looks back

    “I guess I’m part of history,” says James Lowe, lead singer of the Electric Prunes, of the band’s oeuvre being gathered into a box set this month. “It suggests the idea we had for the band was viable – at least for a while.”

    Indeed, the Los Angeles quintet were, if only briefly, one of psychedelic rock’s pioneers. Ironically, as Lowe confirms, the Prunes weren’t particularly interested in hallucinogenic drugs – “we had no support crew, no tour bus; we couldn’t sit around stoned” – and no Prune possessed the dark charisma of fellow LA psychedelic shamans Arthur Lee or Jim Morrison. Initially a surf-rock outfit, a passing real-estate agent heard the band rehearsing in a garage and suggested a friend of hers might be interested in them. Lowe gave his phone number but thought nothing of it, because “everyone in LA knows ‘someone’ in the film or music industry”.

    Continue reading...", + "content": "

    Discovered in an LA garage, the band rode a psychedelic wave into Easy Rider and a trippy Latin mass – even if they didn’t actually take acid. As a box set revives the music, their lead singer looks back

    “I guess I’m part of history,” says James Lowe, lead singer of the Electric Prunes, of the band’s oeuvre being gathered into a box set this month. “It suggests the idea we had for the band was viable – at least for a while.”

    Indeed, the Los Angeles quintet were, if only briefly, one of psychedelic rock’s pioneers. Ironically, as Lowe confirms, the Prunes weren’t particularly interested in hallucinogenic drugs – “we had no support crew, no tour bus; we couldn’t sit around stoned” – and no Prune possessed the dark charisma of fellow LA psychedelic shamans Arthur Lee or Jim Morrison. Initially a surf-rock outfit, a passing real-estate agent heard the band rehearsing in a garage and suggested a friend of hers might be interested in them. Lowe gave his phone number but thought nothing of it, because “everyone in LA knows ‘someone’ in the film or music industry”.

    Continue reading...", + "category": "Psychedelia", + "link": "https://www.theguardian.com/music/2021/dec/08/60s-psych-rockers-the-electric-prunes-we-couldnt-sit-around-stoned", + "creator": "Garth Cartwright", + "pubDate": "2021-12-08T16:08:47Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214616,20 +240140,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cd42d0b55cd78cc4587119e16714fe0" + "hash": "b9f296b84dfd086bdb30fd5532febfc6" }, { - "title": "UK coastguard ‘telling refugees in British waters to contact the French’", - "description": "

    Officials urged to review procedures after accusations 999 calls by people in small boats are being redirected to France

    Refugees crossing the Channel to the UK in small boats are calling on the UK coastguard to review its procedures after claiming officials regularly redirect them to French emergency services after they make 999 calls in what they believe to be the UK part of the Channel.

    Relatives and survivors of the mass tragedy in the Channel where at least 27 people lost their lives on 24 November said that repeated distress calls had been made to both French and UK coastguards and that the UK had told them to contact the French rescue services.

    Continue reading...", - "content": "

    Officials urged to review procedures after accusations 999 calls by people in small boats are being redirected to France

    Refugees crossing the Channel to the UK in small boats are calling on the UK coastguard to review its procedures after claiming officials regularly redirect them to French emergency services after they make 999 calls in what they believe to be the UK part of the Channel.

    Relatives and survivors of the mass tragedy in the Channel where at least 27 people lost their lives on 24 November said that repeated distress calls had been made to both French and UK coastguards and that the UK had told them to contact the French rescue services.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/dec/13/uk-coastguard-telling-refugees-in-british-waters-to-contact-the-french", - "creator": "Diane Taylor", - "pubDate": "2021-12-13T16:06:24Z", + "title": "Cornish town with 1,440 residents seeks to become UK’s smallest city", + "description": "

    Marazion, opposite St Michael’s Mount, faces stiff opposition from larger areas in contest for city status

    It may not boast a cathedral, a university or a major sports team – the sort of features often associated with a typical British metropolis. But the town of Marazion (population 1,440), perched prettily on the south coast of Cornwall, has nevertheless launched a bold campaign for city status.

    Marazion, which does have a couple of churches, a primary school and rowing and sailing clubs, would become the smallest and most southerly city if its proposal is accepted.

    Continue reading...", + "content": "

    Marazion, opposite St Michael’s Mount, faces stiff opposition from larger areas in contest for city status

    It may not boast a cathedral, a university or a major sports team – the sort of features often associated with a typical British metropolis. But the town of Marazion (population 1,440), perched prettily on the south coast of Cornwall, has nevertheless launched a bold campaign for city status.

    Marazion, which does have a couple of churches, a primary school and rowing and sailing clubs, would become the smallest and most southerly city if its proposal is accepted.

    Continue reading...", + "category": "Cornwall", + "link": "https://www.theguardian.com/uk-news/2021/dec/08/marazion-cornish-town-with-1440-residents-seeks-to-become-the-uks-smallest-city", + "creator": "Steven Morris", + "pubDate": "2021-12-08T19:53:06Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214637,20 +240160,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d231bcd3295045cf830a59a95e469917" + "hash": "1d171c0411c5db2b94b401273987e003" }, { - "title": "Golden Globe nominations 2022: Belfast and The Power of the Dog lead the pack", - "description": "

    Kenneth Branagh’s autobiographical drama and Jane Campion’s tense western both score seven nominations

    Full list of nominations

    In one of the more unexpected comebacks of the year, the Hollywood Foreign Press Association has announced the nominations for its 79th awards ceremony, to be held on 9 January – but not screened on television after broadcaster NBC terminated the contract.

    Belfast, Kenneth Branagh’s black-and-white drama set in his hometown during the Troubles, has seven nominations, as does The Power of the Dog, Jane Campion’s sexually-charged western set in 1920s Montana.

    Continue reading...", - "content": "

    Kenneth Branagh’s autobiographical drama and Jane Campion’s tense western both score seven nominations

    Full list of nominations

    In one of the more unexpected comebacks of the year, the Hollywood Foreign Press Association has announced the nominations for its 79th awards ceremony, to be held on 9 January – but not screened on television after broadcaster NBC terminated the contract.

    Belfast, Kenneth Branagh’s black-and-white drama set in his hometown during the Troubles, has seven nominations, as does The Power of the Dog, Jane Campion’s sexually-charged western set in 1920s Montana.

    Continue reading...", - "category": "Golden Globes 2022", - "link": "https://www.theguardian.com/film/2021/dec/13/golden-globe-nominations-2021-belfast-and-the-power-of-the-dog-lead-the-pack", - "creator": "Catherine Shoard", - "pubDate": "2021-12-13T15:12:07Z", + "title": "Rajan the last ocean-swimming elephant: Jody MacDonald’s best photograph", + "description": "

    ‘He had been used for logging on the Andaman Islands. When I found him, he was 60, living in retirement – and loving his swims’

    I lived at sea for 10 years. I co-owned and ran a global kiteboarding expedition business. We’d sail around the world on a 60-foot catamaran, following the trade winds, kiteboarding, surfing and paragliding in remote locations. One night, I watched a Hollywood movie called The Fall, which had a section where an elephant was swimming in tropical blue water. I didn’t know if it was real or a fake Hollywood thing. But I thought: “Man, if that does exist, I’d love to photograph it.”

    I searched the internet and found the elephant from the film was living in the Andaman Islands, an Indian territory in the Bay of Bengal. When we sailed into the capital, Port Blair, a few months later in 2010, I decided to hop off and try to find this elephant. I found Rajan on Havelock (now Swaraj) Island and spent two weeks with him, learning about his incredible story.

    Continue reading...", + "content": "

    ‘He had been used for logging on the Andaman Islands. When I found him, he was 60, living in retirement – and loving his swims’

    I lived at sea for 10 years. I co-owned and ran a global kiteboarding expedition business. We’d sail around the world on a 60-foot catamaran, following the trade winds, kiteboarding, surfing and paragliding in remote locations. One night, I watched a Hollywood movie called The Fall, which had a section where an elephant was swimming in tropical blue water. I didn’t know if it was real or a fake Hollywood thing. But I thought: “Man, if that does exist, I’d love to photograph it.”

    I searched the internet and found the elephant from the film was living in the Andaman Islands, an Indian territory in the Bay of Bengal. When we sailed into the capital, Port Blair, a few months later in 2010, I decided to hop off and try to find this elephant. I found Rajan on Havelock (now Swaraj) Island and spent two weeks with him, learning about his incredible story.

    Continue reading...", + "category": "Art and design", + "link": "https://www.theguardian.com/artanddesign/2021/dec/08/rajan-last-ocean-swimming-elephant-jody-macdonalds-best-photograph-andaman-retirement", + "creator": "Interview by Graeme Green", + "pubDate": "2021-12-08T15:27:46Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214658,20 +240180,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d91113f28aa1055dcd3895ec08938811" + "hash": "85560a67457be52a3f20a6756dd2ebc5" }, { - "title": "Biden and Manchin to meet amid race to pass Build Back Better agenda – live", - "description": "

    The Guardian’s Edward Helmore, Nikhita Chulani, Harvey Symons and Arnel Hecimovic report:

    Powerful tornadoes barrelled through five US states on Friday, levelling houses and factories and bringing down power lines. In Kentucky, the worst-hit state, one tornado alone followed an extraordinarily long and destructive path of more than 200 miles.

    Continue reading...", - "content": "

    The Guardian’s Edward Helmore, Nikhita Chulani, Harvey Symons and Arnel Hecimovic report:

    Powerful tornadoes barrelled through five US states on Friday, levelling houses and factories and bringing down power lines. In Kentucky, the worst-hit state, one tornado alone followed an extraordinarily long and destructive path of more than 200 miles.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/live/2021/dec/13/biden-manchin-democrats-build-back-better-agenda-us-politics-live", - "creator": "Joan E Greve", - "pubDate": "2021-12-13T19:29:01Z", + "title": "Mispronounced words: how omicron, cheugy and Billie Eilish tripped us up in 2021", + "description": "

    The world is divided on how to say the name of the latest Covid-19 variant. But however you pronounce it, we can all agree: it’s not as annoying as someone asking for ‘expresso’

    Name: Omicron.

    Age: The new and potentially more virulent Covid-19 variant was first detected in South Africa at the end of November. Young, then.

    Continue reading...", + "content": "

    The world is divided on how to say the name of the latest Covid-19 variant. But however you pronounce it, we can all agree: it’s not as annoying as someone asking for ‘expresso’

    Name: Omicron.

    Age: The new and potentially more virulent Covid-19 variant was first detected in South Africa at the end of November. Young, then.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/08/mispronounced-words-how-omicron-cheugy-and-billie-eilish-tripped-us-up-in-2021", + "creator": "", + "pubDate": "2021-12-08T18:02:14Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214679,20 +240200,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b23cc5d5f9ca4bc9f4f6124b176b224" + "hash": "b70f1d93b5ed9365442f73491c64937f" }, { - "title": "Outrage as Quebec teacher removed from classroom for wearing hijab under controversial law", - "description": "

    Fatemeh Anvari was told her headwear ran afoul of Bill 21, which bars some public servants from wearing religious symbols

    The removal of a Canadian teacher for wearing a hijab in the classroom has sparked widespread condemnation of a controversial law in the province of Quebec, which critics say unfairly targets ethnic minorities under the pretext of secularism.

    Fatemeh Anvari, a third-grade teacher in the town of Chelsea, was told earlier this month that she would no longer be allowed to continue in the role because her headwear ran afoul of Bill 21, a law passed in 2019.

    Continue reading...", - "content": "

    Fatemeh Anvari was told her headwear ran afoul of Bill 21, which bars some public servants from wearing religious symbols

    The removal of a Canadian teacher for wearing a hijab in the classroom has sparked widespread condemnation of a controversial law in the province of Quebec, which critics say unfairly targets ethnic minorities under the pretext of secularism.

    Fatemeh Anvari, a third-grade teacher in the town of Chelsea, was told earlier this month that she would no longer be allowed to continue in the role because her headwear ran afoul of Bill 21, a law passed in 2019.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2021/dec/13/canada-quebec-teacher-removed-classroom-hijab", - "creator": "Leyland Cecco in Victoria, British Columbia", - "pubDate": "2021-12-13T19:26:16Z", + "title": "Mobile phone apps make it almost impossible to get lost these days. And that isn’t good for us | Adrian Chiles", + "description": "

    In an era of mobile phones, we rarely lose our way - which means we miss out on the joy and relief of finding it again

    A travel company called Black Tomato, in return for a significant sum of money, will drop you in the middle of you know not where, and leave you there. The product is called Get Lost and is surely more evidence that we’ve, well, lost our way.

    Which isn’t to say that it’s a daft idea. As a matter of fact, it quite appeals to me. I’m used to feeling psychologically lost – that wouldn’t be much of a holiday – but I’m very rarely physically, geographically lost. And annoying, and even frightening, as it can be, I miss this sensation. I believe it is good for the soul. “Oh, that magic feeling, nowhere to go,” is a line in a Beatles song. How about: “Oh, that magic feeling, where the bloody hell am I?”

    Continue reading...", + "content": "

    In an era of mobile phones, we rarely lose our way - which means we miss out on the joy and relief of finding it again

    A travel company called Black Tomato, in return for a significant sum of money, will drop you in the middle of you know not where, and leave you there. The product is called Get Lost and is surely more evidence that we’ve, well, lost our way.

    Which isn’t to say that it’s a daft idea. As a matter of fact, it quite appeals to me. I’m used to feeling psychologically lost – that wouldn’t be much of a holiday – but I’m very rarely physically, geographically lost. And annoying, and even frightening, as it can be, I miss this sensation. I believe it is good for the soul. “Oh, that magic feeling, nowhere to go,” is a line in a Beatles song. How about: “Oh, that magic feeling, where the bloody hell am I?”

    Continue reading...", + "category": "Health & wellbeing", + "link": "https://www.theguardian.com/lifeandstyle/commentisfree/2021/dec/08/mobile-phone-apps-make-it-almost-impossible-to-get-lost-these-days-and-that-isnt-good-for-us", + "creator": "Adrian Chiles", + "pubDate": "2021-12-08T19:05:53Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214700,20 +240220,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "12e39e029facb9b23d5aadff4b9adaf5" + "hash": "8338089453a1458a372153afb5545f7e" }, { - "title": "‘Healing can begin with a handshake’: inside Sydney’s only Aboriginal-run drug and alcohol counselling centre", - "description": "

    From massive loss and intense grief, the Marrin Weejali Aboriginal Corporation was born

    When Tony Hunter first shakes your hand, he holds your gaze a long time, calmly sizing you up, perhaps looking for a common bond. His outback New South Wales drawl is slow, but his mind feels fully engaged. Tell him he looks a lot younger than his 69 years and he looks sceptical: “I lost 10 years to alcohol in there.”

    Twenty-seven years ago Hunter and his partner, Melinda Bonham, were sitting on the porch of their house in Shalvey, a suburb of Blacktown, when Hunter fell silent, lost in thought. It was 1994, and the local Aboriginal community had endured a long cycle of drug and alcohol addiction, trauma and premature death. After a while, Hunter spoke: “I’ve gotta do something to help my people.”

    Marrin Weejali Aboriginal Corporation.

    Continue reading...", - "content": "

    From massive loss and intense grief, the Marrin Weejali Aboriginal Corporation was born

    When Tony Hunter first shakes your hand, he holds your gaze a long time, calmly sizing you up, perhaps looking for a common bond. His outback New South Wales drawl is slow, but his mind feels fully engaged. Tell him he looks a lot younger than his 69 years and he looks sceptical: “I lost 10 years to alcohol in there.”

    Twenty-seven years ago Hunter and his partner, Melinda Bonham, were sitting on the porch of their house in Shalvey, a suburb of Blacktown, when Hunter fell silent, lost in thought. It was 1994, and the local Aboriginal community had endured a long cycle of drug and alcohol addiction, trauma and premature death. After a while, Hunter spoke: “I’ve gotta do something to help my people.”

    Marrin Weejali Aboriginal Corporation.

    Continue reading...", - "category": "Indigenous Australians", - "link": "https://www.theguardian.com/australia-news/2021/dec/14/healing-can-begin-with-a-handshake-inside-sydneys-only-aboriginal-run-drug-and-alcohol-counselling-centre", - "creator": "James Button; Photography by Carly Earl", - "pubDate": "2021-12-13T16:30:25Z", + "title": "Met police say they will not investigate Downing Street Christmas party", + "description": "

    Force cites policy of not investigating past alleged breaches of Covid rules and lack of evidence

    The Metropolitan police has said it will not investigate the Downing Street Christmas party widely reported to have been held last year.

    In a much awaited statement, the force said it had a policy of not retrospectively investigating alleged breaches of coronavirus laws.

    Continue reading...", + "content": "

    Force cites policy of not investigating past alleged breaches of Covid rules and lack of evidence

    The Metropolitan police has said it will not investigate the Downing Street Christmas party widely reported to have been held last year.

    In a much awaited statement, the force said it had a policy of not retrospectively investigating alleged breaches of coronavirus laws.

    Continue reading...", + "category": "Metropolitan police", + "link": "https://www.theguardian.com/uk-news/2021/dec/08/met-police-say-they-will-not-investigate-downing-street-christmas-party", + "creator": "Vikram Dodd Police and crime correspondent", + "pubDate": "2021-12-08T20:35:28Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214721,20 +240240,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "03f13ba10498951b09aee6bcfa573671" + "hash": "64b37ba11ea0c4436bde7ee75d002c03" }, { - "title": "UK Covid live: Sajid Javid says Omicron infections estimated to be running at 200,000 a day", - "description": "

    Latest updates: health secretary tells MPs no variant has spread as fast as confirmed cases of the variant rise 50% in a day

    BBC One will broadcast a pre-recorded address to the nation from Keir Starmer at 7pm in response to Boris Johnson’s own remarks on coronavirus booster vaccines, Labour has said.

    Today is the first day that people aged 30 to 39 can officially book a booster jab in England. Although the website has been overwhelmed (see 10.46am), NHS Digital says more than 140,000 people have managed to book vaccine appointments this morning.

    Continue reading...", - "content": "

    Latest updates: health secretary tells MPs no variant has spread as fast as confirmed cases of the variant rise 50% in a day

    BBC One will broadcast a pre-recorded address to the nation from Keir Starmer at 7pm in response to Boris Johnson’s own remarks on coronavirus booster vaccines, Labour has said.

    Today is the first day that people aged 30 to 39 can officially book a booster jab in England. Although the website has been overwhelmed (see 10.46am), NHS Digital says more than 140,000 people have managed to book vaccine appointments this morning.

    Continue reading...", - "category": "Politics", - "link": "https://www.theguardian.com/politics/live/2021/dec/13/uk-covid-live-nhs-appointments-postponed-help-omicron-booster-jabs-boris-johnson-latest-updates", - "creator": "Andrew Sparrow", - "pubDate": "2021-12-13T17:20:44Z", + "title": "Covid live: UK reports 51,342 new infections; three Pfizer shots can ‘neutralise’ Omicron, lab tests show", + "description": "

    Latest figures come amid concern over spread of Omicron variant; Pfizer says third jab increased antibodies by factor of 25

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", + "content": "

    Latest figures come amid concern over spread of Omicron variant; Pfizer says third jab increased antibodies by factor of 25

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/08/covid-live-news-south-korea-surge-sparks-hospital-alarm-stealth-omicron-variant-found", + "creator": "Tom Ambrose (now); Sarah Marsh, Kevin Rawlinson, Martin Belam and Martin Farrer (earlier)", + "pubDate": "2021-12-08T22:32:19Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214742,20 +240260,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "86e61823642acc8ddd00b011a3238e5c" + "hash": "59c0eab48d3f4945a3b328bf4197885b" }, { - "title": "Kentucky tornadoes: Hopes rise that death toll could be lower than feared", - "description": "

    Governor Andy Beshear had originally said more than 100 people were feared dead, but later said the estimate could be wrong

    US president Joe Biden declared a major federal disaster in Kentucky after a swarm of deadly tornadoes hit the state on Friday, as representatives of a candle factory destroyed by a twister said far fewer people may have died than previously feared.

    Biden had previously declared the storms a federal emergency and the move to designate the storms a federal disaster paves the way for additional aid, as thousands face housing, food, water and power shortages.

    Continue reading...", - "content": "

    Governor Andy Beshear had originally said more than 100 people were feared dead, but later said the estimate could be wrong

    US president Joe Biden declared a major federal disaster in Kentucky after a swarm of deadly tornadoes hit the state on Friday, as representatives of a candle factory destroyed by a twister said far fewer people may have died than previously feared.

    Biden had previously declared the storms a federal emergency and the move to designate the storms a federal disaster paves the way for additional aid, as thousands face housing, food, water and power shortages.

    Continue reading...", - "category": "Kentucky", - "link": "https://www.theguardian.com/us-news/2021/dec/13/kentucky-tornadoes-hopes-rise-that-candle-factory-death-toll-could-be-lower-than-feared", - "creator": "Richard Luscombe, Samira Sadeque with agencies", - "pubDate": "2021-12-13T12:31:07Z", + "title": "Camels enhanced with Botox barred from Saudi beauty contest", + "description": "

    Dozens of animals disqualified after owners manipulate their looks with hormones, fillers and facelifts

    Saudi authorities have carried out their biggest crackdown on camel beauty contestants, disqualifying more than 40 “enhanced” camels from the annual pageant, according to the state-run Saudi Press Agency.

    The camels disqualified in the competition, at the King Abdulaziz camel festival, were judged to have received Botox injections and other artificial touch-ups.

    Continue reading...", + "content": "

    Dozens of animals disqualified after owners manipulate their looks with hormones, fillers and facelifts

    Saudi authorities have carried out their biggest crackdown on camel beauty contestants, disqualifying more than 40 “enhanced” camels from the annual pageant, according to the state-run Saudi Press Agency.

    The camels disqualified in the competition, at the King Abdulaziz camel festival, were judged to have received Botox injections and other artificial touch-ups.

    Continue reading...", + "category": "Saudi Arabia", + "link": "https://www.theguardian.com/world/2021/dec/08/camels-enhanced-with-botox-barred-from-saudi-beauty-contest", + "creator": "AP in Dubai", + "pubDate": "2021-12-08T15:26:56Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214763,20 +240280,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7eeb2c8d4841831705cf6672949c9422" + "hash": "620c5f1f6277a35729c6c433ee4f34e6" }, { - "title": "North and South Korea agree ‘in principle’ on formal end of war", - "description": "

    Pyongyang has made end to US hostility a precondition for peace talks after almost 70 years of conflict

    South and North Korea, China and the US have agreed “in principle” to declare a formal end to the Korean war, almost 70 years after the conflict ended in a shaky truce, the South Korean president, Moon Jae-in, has said.

    But Moon conceded that talks on the 1950-53 war were being held back by North Korean objections to present-day “US hostility”.

    Continue reading...", - "content": "

    Pyongyang has made end to US hostility a precondition for peace talks after almost 70 years of conflict

    South and North Korea, China and the US have agreed “in principle” to declare a formal end to the Korean war, almost 70 years after the conflict ended in a shaky truce, the South Korean president, Moon Jae-in, has said.

    But Moon conceded that talks on the 1950-53 war were being held back by North Korean objections to present-day “US hostility”.

    Continue reading...", - "category": "North Korea", - "link": "https://www.theguardian.com/world/2021/dec/13/north-south-korea-agree-in-principle-formal-end-war-us", - "creator": "Justin McCurry in Tokyo", - "pubDate": "2021-12-13T09:23:58Z", + "title": "Biden’s carbon-neutral order praised for ‘aligning government power with climate goals’ – live", + "description": "

    Joe Biden took a few questions from reporters this morning, as he left the White House to start his trip to Kansas City, Missouri.

    Asked about his summit yesterday with Vladimir Putin, Biden said, “I was very straightforward. There were no minced words.”

    Continue reading...", + "content": "

    Joe Biden took a few questions from reporters this morning, as he left the White House to start his trip to Kansas City, Missouri.

    Asked about his summit yesterday with Vladimir Putin, Biden said, “I was very straightforward. There were no minced words.”

    Continue reading...", + "category": "House of Representatives", + "link": "https://www.theguardian.com/us-news/live/2021/dec/08/house-passes-768bn-defense-bill-biden-us-politics-live", + "creator": "Joan E Greve", + "pubDate": "2021-12-08T22:09:26Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214784,20 +240300,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4be552bc5e3382a6180415fdf49c324" + "hash": "e54729488f48d3acbf7c8b7769e56b01" }, { - "title": "US appears to cut video feed of Taiwanese minister at summit", - "description": "

    White House accused of trying to avoid antagonising Beijing by replacing feed during map presentation

    The White House has been accused of cutting the video feed of a Taiwanese minister after a map in the official’s slide presentation showed the island in a different colour to China’s during last week’s Summit for Democracy, in an effort to avoid antagonising Beijing.

    Reuters news agency reported that during a panel discussion on Friday, the video feed showing Audrey Tang, Taiwan’s digital minister, was replaced with audio only.

    Continue reading...", - "content": "

    White House accused of trying to avoid antagonising Beijing by replacing feed during map presentation

    The White House has been accused of cutting the video feed of a Taiwanese minister after a map in the official’s slide presentation showed the island in a different colour to China’s during last week’s Summit for Democracy, in an effort to avoid antagonising Beijing.

    Reuters news agency reported that during a panel discussion on Friday, the video feed showing Audrey Tang, Taiwan’s digital minister, was replaced with audio only.

    Continue reading...", - "category": "Taiwan", - "link": "https://www.theguardian.com/world/2021/dec/13/us-appears-to-cut-video-feed-audrey-tang-taiwan-summit-for-democracy", - "creator": "Vincent Ni China affairs correspondent", - "pubDate": "2021-12-13T14:23:01Z", + "title": "Australia news live update: Qld, NT pass 80% vaccine milestone; Victoria records 1,232 Covid cases, nine deaths; 420 cases and one death in NSW", + "description": "

    Deputy prime minister returns positive Covid test in the US; Victoria records 1,232 new Covid-19 cases and nine deaths; NSW records 420 cases, one death; Queensland and Northern Territory pass 80% fully vaccinated mark; $23.6bn takeover of Sydney Airport approved; woman dies in floodwaters in Brisbane. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", + "content": "

    Deputy prime minister returns positive Covid test in the US; Victoria records 1,232 new Covid-19 cases and nine deaths; NSW records 420 cases, one death; Queensland and Northern Territory pass 80% fully vaccinated mark; $23.6bn takeover of Sydney Airport approved; woman dies in floodwaters in Brisbane. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/09/australia-news-live-update-increase-in-nsw-covid-cases-linked-to-more-parties-omicron-could-become-dominant-strain-pfizer-children-scott-morrison-gladys-berejiklian-moderna-vaccine", + "creator": "Justine Landis-Hanley", + "pubDate": "2021-12-08T23:15:13Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214805,20 +240320,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6d9ed057afd0cb1807ad915d22a96ca" + "hash": "491ee18e053498153f45bee65ea0cf90" }, { - "title": "Turkey faces threat of financial crisis after lira plunges against dollar", - "description": "

    Central bank forced to defend currency as traders respond to interest rate cut with sharp selloff

    Fears that Turkey is on course for a full-scale financial crisis have intensified after the lira plunged to fresh lows against the US dollar.

    Turkey’s central bank was forced to step in to defend the ailing currency – selling US dollars for lira – after the latest sharp selloff.

    Continue reading...", - "content": "

    Central bank forced to defend currency as traders respond to interest rate cut with sharp selloff

    Fears that Turkey is on course for a full-scale financial crisis have intensified after the lira plunged to fresh lows against the US dollar.

    Turkey’s central bank was forced to step in to defend the ailing currency – selling US dollars for lira – after the latest sharp selloff.

    Continue reading...", - "category": "Turkey", - "link": "https://www.theguardian.com/world/2021/dec/13/turkey-faces-threat-of-financial-crisis-after-lira-plunges-against-dollar", - "creator": "Larry Elliott Economics editor", - "pubDate": "2021-12-13T13:58:18Z", + "title": "Massie’s gun collection: ‘They shouldn’t be in the hands of civilians’", + "description": "

    Analysis: furore continues over ‘Christmas card’ by US Congressman of group holding military weapons

    It is the Christmas card that has sent shockwaves across the world – and provided a chilling reminder of the size and type of weapons that are perfectly legal to own and carry in large parts of the US.

    An analysis by the Guardian indicates the guns in the photograph published by the Republican congressman Thomas Massie are military grade and – in some cases – similar to those used in recent notorious deadly incidents.

    Continue reading...", + "content": "

    Analysis: furore continues over ‘Christmas card’ by US Congressman of group holding military weapons

    It is the Christmas card that has sent shockwaves across the world – and provided a chilling reminder of the size and type of weapons that are perfectly legal to own and carry in large parts of the US.

    An analysis by the Guardian indicates the guns in the photograph published by the Republican congressman Thomas Massie are military grade and – in some cases – similar to those used in recent notorious deadly incidents.

    Continue reading...", + "category": "US gun control", + "link": "https://www.theguardian.com/us-news/2021/dec/06/massies-gun-collection-they-shouldnt-be-in-the-hands-of-civilians", + "creator": "Dan Sabbagh", + "pubDate": "2021-12-06T19:05:31Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214826,20 +240340,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d3c5500bf89bdcdf8a9ae17ff5586bc" + "hash": "9b3acab0cc65d3d72508e87c39553730" }, { - "title": "Inquiry launched into ‘drunkenness at sea’ after ships crash in Baltic", - "description": "

    One crew member of capsized Danish barge has died and another is still missing

    Swedish coastguard officers have opened an investigation into alleged gross negligence and “drunkenness at sea” after one crew member of a capsized Danish barge died and another was feared drowned in a collision with a UK-flagged carrier.

    At least 11 boats, a spotter plane and a helicopter searched for the missing men for hours after the 3.30am collision in the Baltic Sea but eventually abandoned their efforts, Sweden’s maritime administration (SMA) said on Monday.

    Continue reading...", - "content": "

    One crew member of capsized Danish barge has died and another is still missing

    Swedish coastguard officers have opened an investigation into alleged gross negligence and “drunkenness at sea” after one crew member of a capsized Danish barge died and another was feared drowned in a collision with a UK-flagged carrier.

    At least 11 boats, a spotter plane and a helicopter searched for the missing men for hours after the 3.30am collision in the Baltic Sea but eventually abandoned their efforts, Sweden’s maritime administration (SMA) said on Monday.

    Continue reading...", - "category": "Sweden", - "link": "https://www.theguardian.com/business/2021/dec/13/british-and-danish-ships-collide-baltic-sea-rescue", - "creator": "Reuters in Stockholm", - "pubDate": "2021-12-13T15:55:25Z", + "title": "Indian defence chief among 13 killed in helicopter crash", + "description": "

    Gen Bipin Rawat, who was leading changes to his country’s military, died along with his wife and other senior officers

    The Indian defence chief, Gen Bipin Rawat, was among 13 people killed in a helicopter crash on Wednesday, raising questions over the future of military changes he was leading.

    Rawat was India’s first chief of defence staff, a position that the government established in 2019, and was seen as close to the prime minister, Narendra Modi.

    Continue reading...", + "content": "

    Gen Bipin Rawat, who was leading changes to his country’s military, died along with his wife and other senior officers

    The Indian defence chief, Gen Bipin Rawat, was among 13 people killed in a helicopter crash on Wednesday, raising questions over the future of military changes he was leading.

    Rawat was India’s first chief of defence staff, a position that the government established in 2019, and was seen as close to the prime minister, Narendra Modi.

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/2021/dec/08/indian-defence-chief-bipin-rawat-among-13-killed-in-helicopter-crash", + "creator": "Agence France-Presse in Coonoor", + "pubDate": "2021-12-08T17:31:03Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214847,20 +240360,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dca770d9cd9540bf44ebea45556775d0" + "hash": "92a64a9b04ca5e539171f57bda128e8b" }, { - "title": "Brazilian politicians in three-round punch-up after waterpark feud", - "description": "

    Mayor of Amazonian town of Borba and ex-councillor settle differences in bout livestreamed on the internet

    Two feuding Amazonian politicians have settled their differences with an ultimate fighting-style rumble in the jungle that has fuelled fears over the increasingly antagonistic nature of Brazilian democracy.

    Simão Peixoto, the mayor of Borba, a town 90 miles south of Manaus, was publicly challenged to the fistfight in September by a former councillor called Erineu da Silva.

    Continue reading...", - "content": "

    Mayor of Amazonian town of Borba and ex-councillor settle differences in bout livestreamed on the internet

    Two feuding Amazonian politicians have settled their differences with an ultimate fighting-style rumble in the jungle that has fuelled fears over the increasingly antagonistic nature of Brazilian democracy.

    Simão Peixoto, the mayor of Borba, a town 90 miles south of Manaus, was publicly challenged to the fistfight in September by a former councillor called Erineu da Silva.

    Continue reading...", - "category": "Brazil", - "link": "https://www.theguardian.com/world/2021/dec/13/brazilian-politicians-in-three-round-punch-up-after-waterpark-feud", - "creator": "Tom Phillips Latin America correspondent", - "pubDate": "2021-12-13T12:44:48Z", + "title": "Three Pfizer jabs likely to protect against Omicron infection, tests suggest", + "description": "

    Initial findings indicate stark reduction in protection against new variant from two vaccine doses

    Three doses of the Pfizer/BioNTech vaccine are likely to protect against infection with the Omicron variant but two doses may not, according to laboratory data that will increase pressure to speed up booster programmes.

    Tests using antibodies in blood samples have given some of the first insights into how far Omicron escapes immunity, showing a stark drop-off in the predicted protection against infection or any type of disease for people who have had two doses. The findings suggest that, for Omicron, Pfizer/BioNTech should now be viewed as a “three-dose vaccine”.

    Continue reading...", + "content": "

    Initial findings indicate stark reduction in protection against new variant from two vaccine doses

    Three doses of the Pfizer/BioNTech vaccine are likely to protect against infection with the Omicron variant but two doses may not, according to laboratory data that will increase pressure to speed up booster programmes.

    Tests using antibodies in blood samples have given some of the first insights into how far Omicron escapes immunity, showing a stark drop-off in the predicted protection against infection or any type of disease for people who have had two doses. The findings suggest that, for Omicron, Pfizer/BioNTech should now be viewed as a “three-dose vaccine”.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/08/omicron-can-partially-evade-covid-vaccine-protection-study-finds", + "creator": "Hannah Devlin Science correspondent", + "pubDate": "2021-12-08T18:48:25Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214868,20 +240380,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9497aec40a0aa6f1c4d8ce1007383856" + "hash": "d787767c5670d888f35ac62859c46281" }, { - "title": "Covid live: China reports first Omicron cases; Norway to tighten restrictions", - "description": "

    First confirmed Omicron case in China is detected in Tianjin; Norway to act amid record high infections and hospitalisations

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", - "content": "

    First confirmed Omicron case in China is detected in Tianjin; Norway to act amid record high infections and hospitalisations

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/13/covid-news-live-boris-johnson-warns-of-omicron-tidal-wave-south-african-president-tests-positive", - "creator": "Rachel Hall (now),Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-13T17:08:39Z", + "title": "‘The Wizard of Oz of entertainment’: the incredible career of Robert Stigwood", + "description": "

    He managed the Bee Gees and created Saturday Night Fever but the closeted impressario ‘never felt that sense of success’ according to a new documentary

    According to film director John Maggio, two types of executives run the entertainment industry – one far rarer than the other. “The vast majority of them don’t know what’s good, or what will be a hit, until ten other people tell them,” he said. “But a few can tell you right away. They’re the visionaries.”

    For an extended time, one of the most clairvoyant was Robert Stigwood. Yet no one had made a feature documentary about him until now. Mr Saturday Night lays out the rocket-like trajectory of this manager turned producer turned impresario who scored hits in the worlds of music, theater, concerts and film. Stigwood’s projects ranged from managing the Bee Gees to running a record label featuring artists like Eric Clapton to producing two of the biggest movies of all time – Saturday Night Fever and Grease, as well as the successful movie version of the Who’s Tommy – to bankrolling smash plays like Jesus Christ Superstar and Evita. “For a time, he was the Wizard of Oz of entertainment,” said Maggio, who directed the film, to the Guardian. “Between 1970 and 1978, he could not not make a hit.”

    Continue reading...", + "content": "

    He managed the Bee Gees and created Saturday Night Fever but the closeted impressario ‘never felt that sense of success’ according to a new documentary

    According to film director John Maggio, two types of executives run the entertainment industry – one far rarer than the other. “The vast majority of them don’t know what’s good, or what will be a hit, until ten other people tell them,” he said. “But a few can tell you right away. They’re the visionaries.”

    For an extended time, one of the most clairvoyant was Robert Stigwood. Yet no one had made a feature documentary about him until now. Mr Saturday Night lays out the rocket-like trajectory of this manager turned producer turned impresario who scored hits in the worlds of music, theater, concerts and film. Stigwood’s projects ranged from managing the Bee Gees to running a record label featuring artists like Eric Clapton to producing two of the biggest movies of all time – Saturday Night Fever and Grease, as well as the successful movie version of the Who’s Tommy – to bankrolling smash plays like Jesus Christ Superstar and Evita. “For a time, he was the Wizard of Oz of entertainment,” said Maggio, who directed the film, to the Guardian. “Between 1970 and 1978, he could not not make a hit.”

    Continue reading...", + "category": "Documentary", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/08/robert-stigwood-documentary-saturday-night-fever", + "creator": "Jim Farber", + "pubDate": "2021-12-08T16:22:43Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214889,20 +240400,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7fe9fe332586b39dc1b556069aa7555" + "hash": "a601d88373e98d1cbbd7a04866d51569" }, { - "title": "Experts warn Papua New Guinea is potential breeding ground for new Covid variants", - "description": "

    PNG, where less than 5% of the adult population is vaccinated, is creating opportunities for the virus to spread and mutate, epidemiologists say

    Experts have warned that the next variant of Covid-19 to sweep the world could emerge on Australia’s doorstep, due to incredibly low rates of vaccination rates in Papua New Guinea.

    Papua New Guinea is Australia’s closest neighbour, and at its nearest point is just 4km from Australian territory in the Torres Strait. At various points in the pandemic there have been fears that travellers from PNG could bring the virus to Australia.

    Continue reading...", - "content": "

    PNG, where less than 5% of the adult population is vaccinated, is creating opportunities for the virus to spread and mutate, epidemiologists say

    Experts have warned that the next variant of Covid-19 to sweep the world could emerge on Australia’s doorstep, due to incredibly low rates of vaccination rates in Papua New Guinea.

    Papua New Guinea is Australia’s closest neighbour, and at its nearest point is just 4km from Australian territory in the Torres Strait. At various points in the pandemic there have been fears that travellers from PNG could bring the virus to Australia.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/2021/dec/13/experts-warn-papua-new-guinea-is-potential-breeding-ground-for-new-covid-variants", - "creator": "Kate Lyons", - "pubDate": "2021-12-13T02:13:15Z", + "title": "Macron takes on far-right presidential rival in visit to Vichy", + "description": "

    President warns about ‘manipulation’ of history after Éric Zemmour claims Vichy regime protected French Jews from Nazis

    Emmanuel Macron has warned against the “manipulation” of history in a clear message to the far-right presidential candidate, Éric Zemmour, on a symbolic visit to Vichy.

    After the German occupation in 1940, the spa town was chosen for Marshal Philippe Pétain’s puppet regime, which collaborated with the Nazis and ensured the deportation of Jews to death camps. Zemmour has angered historians by claiming, instead, that Pétain saved French Jews.

    Continue reading...", + "content": "

    President warns about ‘manipulation’ of history after Éric Zemmour claims Vichy regime protected French Jews from Nazis

    Emmanuel Macron has warned against the “manipulation” of history in a clear message to the far-right presidential candidate, Éric Zemmour, on a symbolic visit to Vichy.

    After the German occupation in 1940, the spa town was chosen for Marshal Philippe Pétain’s puppet regime, which collaborated with the Nazis and ensured the deportation of Jews to death camps. Zemmour has angered historians by claiming, instead, that Pétain saved French Jews.

    Continue reading...", + "category": "Emmanuel Macron", + "link": "https://www.theguardian.com/world/2021/dec/08/macron-takes-on-far-right-presidential-rival-in-visit-to-vichy", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2021-12-08T19:41:54Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214910,20 +240420,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f69ad125870e7773249f177394376f9d" + "hash": "496f783a271812add59981075db5ca2c" }, { - "title": "Native American communities lashed by Covid, worsening chronic inequities", - "description": "

    Pandemic deepened disparities in infrastructure, education and health care, non-profit leader says

    Amid the Covid-19 pandemic the president of one of the largest Native American– run non-profits has warned that health and economic disparities are still seriously affecting Indigenous communities, despite some progress achieved by the Biden administration.

    Josh Arce, president of the Partnerships with Native Americans (PWNA), told the Guardian in an interview that challenges affecting Indigenous groups ranged from health inequities such as high rates of diabetes, heart disease and other illnesses to inadequate infrastructure such as running water and reliable electricity. Nearly all of these problems were worsened by the pandemic.

    Continue reading...", - "content": "

    Pandemic deepened disparities in infrastructure, education and health care, non-profit leader says

    Amid the Covid-19 pandemic the president of one of the largest Native American– run non-profits has warned that health and economic disparities are still seriously affecting Indigenous communities, despite some progress achieved by the Biden administration.

    Josh Arce, president of the Partnerships with Native Americans (PWNA), told the Guardian in an interview that challenges affecting Indigenous groups ranged from health inequities such as high rates of diabetes, heart disease and other illnesses to inadequate infrastructure such as running water and reliable electricity. Nearly all of these problems were worsened by the pandemic.

    Continue reading...", - "category": "Native Americans", - "link": "https://www.theguardian.com/us-news/2021/dec/13/pandemic-challenges-native-american-communities", - "creator": "Gloria Oladipo", - "pubDate": "2021-12-13T10:00:17Z", + "title": "Australia news live update: Barnaby Joyce tests positive for Covid; increase in NSW cases linked to more parties; Omicron could become dominant variant", + "description": "

    Deputy prime minister returns positive Covid test in the US; Queensland and Northern Territory pass 80% fully vaccinated mark; woman dies in floodwaters in Brisbane; a trivia night at a Sydney pub is the source of a new Covid cluster after 44 people were diagnosed with the virus. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", + "content": "

    Deputy prime minister returns positive Covid test in the US; Queensland and Northern Territory pass 80% fully vaccinated mark; woman dies in floodwaters in Brisbane; a trivia night at a Sydney pub is the source of a new Covid cluster after 44 people were diagnosed with the virus. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/09/australia-news-live-update-increase-in-nsw-covid-cases-linked-to-more-parties-omicron-could-become-dominant-strain-pfizer-children-scott-morrison-gladys-berejiklian-moderna-vaccine", + "creator": "Justine Landis-Hanley", + "pubDate": "2021-12-08T22:14:57Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214931,20 +240440,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1e779ef829e70ddc3a17693a0cee44d" + "hash": "98ab255fab1240474ec629e8d8c386ef" }, { - "title": "How Pablo Escobar’s ‘cocaine hippos’ became a biodiversity nightmare", - "description": "

    Animals brought illegally to Colombia by the drug kingpin have been allowed to roam free and are now disrupting the fragile ecosystem.

    Michael Safi speaks to reporter Joe Parkin Daniels and veterinarian Gina Paola Serna about Pablo Escobar’s ‘cocaine hippos’

    Myths and legends continue to surround Colombia’s most notorious drug lord Pablo Escobar 26 years after his death. But his legacy has had an unexpectedly disastrous impact on some of the country’s fragile ecosystems. A herd of more than 80 hippos roam free, the descendants of animals smuggled to Colombia from Africa in the 1980s and now flourishing in the wild.

    Reporter Joe Parkin Daniels tells Michael Safi that when Escobar was shot dead by police on a rooftop in his hometown of Medellín, the authorities seized his estate and the animals on it. While most were shipped to zoos, the logistics of moving his four hippos proved insurmountable and they were left to wander the Andes.

    Continue reading...", - "content": "

    Animals brought illegally to Colombia by the drug kingpin have been allowed to roam free and are now disrupting the fragile ecosystem.

    Michael Safi speaks to reporter Joe Parkin Daniels and veterinarian Gina Paola Serna about Pablo Escobar’s ‘cocaine hippos’

    Myths and legends continue to surround Colombia’s most notorious drug lord Pablo Escobar 26 years after his death. But his legacy has had an unexpectedly disastrous impact on some of the country’s fragile ecosystems. A herd of more than 80 hippos roam free, the descendants of animals smuggled to Colombia from Africa in the 1980s and now flourishing in the wild.

    Reporter Joe Parkin Daniels tells Michael Safi that when Escobar was shot dead by police on a rooftop in his hometown of Medellín, the authorities seized his estate and the animals on it. While most were shipped to zoos, the logistics of moving his four hippos proved insurmountable and they were left to wander the Andes.

    Continue reading...", - "category": "Colombia", - "link": "https://www.theguardian.com/australia-news/audio/2021/dec/14/how-pablo-escobars-cocaine-hippos-became-a-biodiversity-nightmare", - "creator": "Presented by Michael Safi with Joe Parkin Daniels and Gina Paola Serna; produced by Rose de Larrabeiti, Georgina Quach and Axel Kacoutié; executive producers Phil Maynard, Archie Bland and Mythili Rao; additional production by Laura Murphy-Oates and Daniel Semo", - "pubDate": "2021-12-13T16:30:24Z", + "title": "Olaf Scholz elected to succeed Angela Merkel as German chancellor", + "description": "

    Former Hamburg mayor secures 395 of 736 delegates’ ballots in parliamentary vote

    Olaf Scholz will succeed Angela Merkel as Germany’s new chancellor after securing a majority of 395 of 736 delegates’ ballots in a parliamentary vote on Wednesday morning.

    Scholz will oversee a liberal-left “traffic light” coalition government between his Social Democratic party (SPD), the Greens and the liberal Free Democratic party (FDP), the first power-sharing agreement of such a kind in Germany, and the first governing alliance with three parties since 1957.

    Continue reading...", + "content": "

    Former Hamburg mayor secures 395 of 736 delegates’ ballots in parliamentary vote

    Olaf Scholz will succeed Angela Merkel as Germany’s new chancellor after securing a majority of 395 of 736 delegates’ ballots in a parliamentary vote on Wednesday morning.

    Scholz will oversee a liberal-left “traffic light” coalition government between his Social Democratic party (SPD), the Greens and the liberal Free Democratic party (FDP), the first power-sharing agreement of such a kind in Germany, and the first governing alliance with three parties since 1957.

    Continue reading...", + "category": "Olaf Scholz", + "link": "https://www.theguardian.com/world/2021/dec/08/olaf-scholz-elected-succeed-angela-merkel-german-chancellor", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-12-08T09:58:37Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214952,20 +240460,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "398d08b57a85678429f7a01d9811c07f" + "hash": "5b49995aaf0aab24766e0eb5e178c216" }, { - "title": "Two missing after British and Danish ships collide in Baltic", - "description": "

    Several vessels and helicopter dispatched after collision between cargo ships in Swedish waters

    Two people are missing after two cargo ships collided in foggy conditions in the Baltic Sea between the Danish island of Bornholm and the southern Swedish city of Ystad.

    The 55-metre Karin Hoej, registered in Denmark, had capsized and was upside down, the Swedish Maritime Administration (SMA) said. It had two people onboard, the Danish Defence’s Joint Operations Centre (JOC) said.

    Continue reading...", - "content": "

    Several vessels and helicopter dispatched after collision between cargo ships in Swedish waters

    Two people are missing after two cargo ships collided in foggy conditions in the Baltic Sea between the Danish island of Bornholm and the southern Swedish city of Ystad.

    The 55-metre Karin Hoej, registered in Denmark, had capsized and was upside down, the Swedish Maritime Administration (SMA) said. It had two people onboard, the Danish Defence’s Joint Operations Centre (JOC) said.

    Continue reading...", - "category": "Sweden", - "link": "https://www.theguardian.com/business/2021/dec/13/british-and-danish-ships-collide-baltic-sea-rescue", - "creator": "Reuters in Stockholm", - "pubDate": "2021-12-13T09:35:58Z", + "title": "China accuses Australia of ‘political posturing’ over diplomatic boycott of Beijing Winter Olympics", + "description": "

    Scott Morrison says athletes will compete in next year’s Games because sport and politics should not mix

    The prime minister, Scott Morrison, has confirmed Australian officials will not attend the Beijing Winter Olympics, joining the United States in a diplomatic boycott of next year’s Games and prompting accusations from Beijing of political posturing.

    Morrison told reporters in Sydney it was “not surprising”, given the deterioration in the diplomatic relationship between Australia and China, that officials would not attend next year’s winter Games.

    Continue reading...", + "content": "

    Scott Morrison says athletes will compete in next year’s Games because sport and politics should not mix

    The prime minister, Scott Morrison, has confirmed Australian officials will not attend the Beijing Winter Olympics, joining the United States in a diplomatic boycott of next year’s Games and prompting accusations from Beijing of political posturing.

    Morrison told reporters in Sydney it was “not surprising”, given the deterioration in the diplomatic relationship between Australia and China, that officials would not attend next year’s winter Games.

    Continue reading...", + "category": "Australian politics", + "link": "https://www.theguardian.com/australia-news/2021/dec/08/australia-joins-beijing-winter-olympics-diplomatic-boycott-over-chinas-human-rights-abuses", + "creator": "Katharine Murphy and Helen Davidson", + "pubDate": "2021-12-08T04:32:12Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214973,20 +240480,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9af5ada3f9da1293ec6c27b47f9b6c35" + "hash": "d2032d4294522536175d92725add602c" }, { - "title": "Capitol attack panel set to recommend contempt charges against Mark Meadows", - "description": "

    Move comes as lawmakers release new details about thousands of emails and texts he has handed over to the committee

    The House panel investigating the 6 January insurrection at the US Capitol is set to recommend contempt charges against former White House chief of staff Mark Meadows on Monday as lawmakers are releasing new details about thousands of emails and texts he has handed over to the committee.

    In laying out the case for the contempt vote, the nine-member panel released a 51-page report late on Sunday that details its questions about the documents he has already provided – including 6,600 pages of records taken from personal email accounts and about 2,000 text messages.

    Continue reading...", - "content": "

    Move comes as lawmakers release new details about thousands of emails and texts he has handed over to the committee

    The House panel investigating the 6 January insurrection at the US Capitol is set to recommend contempt charges against former White House chief of staff Mark Meadows on Monday as lawmakers are releasing new details about thousands of emails and texts he has handed over to the committee.

    In laying out the case for the contempt vote, the nine-member panel released a 51-page report late on Sunday that details its questions about the documents he has already provided – including 6,600 pages of records taken from personal email accounts and about 2,000 text messages.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2021/dec/13/capitol-attack-panel-recommend-contempt-charges-mark-meadows", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-13T14:03:54Z", + "title": "Covid live: over-40s in England now eligible for booster after three months; South Korea surge sparks alarm", + "description": "

    Millions of over-40s in England can book a top-up jab from today; South Korea PM Kim Boo-kyum says hospital capacity under strain as cases rise

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", + "content": "

    Millions of over-40s in England can book a top-up jab from today; South Korea PM Kim Boo-kyum says hospital capacity under strain as cases rise

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/08/covid-live-news-south-korea-surge-sparks-hospital-alarm-stealth-omicron-variant-found", + "creator": "Martin Belam (now) and Martin Farrer (earlier)", + "pubDate": "2021-12-08T10:30:31Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -214994,20 +240500,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "191933b09fccbf1809db95f046da5064" + "hash": "9e401975815eb6bba2e0636ac20f3e86" }, { - "title": "France seeks to ban ultra-right group suspected of attacking anti-racists", - "description": "

    Interior minister begins legal action to dissolve Zouaves group after brawl at rally for far-right presidential candidate

    France’s interior minister is seeking to dissolve an “ultra right” group suspected of attacking anti-racism protesters who entered a campaign rally held by the far-right presidential candidate Éric Zemmour.

    The Zouaves, who support Zemmour’s anti-immigration and anti-Islam ideology, are thought to be behind the brawl, which happened eight days ago.

    Continue reading...", - "content": "

    Interior minister begins legal action to dissolve Zouaves group after brawl at rally for far-right presidential candidate

    France’s interior minister is seeking to dissolve an “ultra right” group suspected of attacking anti-racism protesters who entered a campaign rally held by the far-right presidential candidate Éric Zemmour.

    The Zouaves, who support Zemmour’s anti-immigration and anti-Islam ideology, are thought to be behind the brawl, which happened eight days ago.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/13/france-seeks-to-ban-ultra-right-group-suspected-of-attacking-anti-racists", - "creator": "Kim Willsher", - "pubDate": "2021-12-13T12:39:38Z", + "title": "England skittled for just 147 by Australia in dramatic start to Ashes series", + "description": "

    It was a first day in the job that seemed written in the southern stars for Pat Cummins, Australia’s newly-crowned Test captain claiming a five-wicket haul, watching his opposite number trudge off after a nine-ball duck and England’s batsmen left in a state of general bewilderment.

    From the opening delivery of this pandemic-era Ashes, when Rory Burns displayed the footwork of an early Strictly evictee and Mitchell Starc speared the brand new Kookaburra ball into his leg stump, everything turned to Australian gold; for England, three for 11 in the blink of an eye and then all out for 147 in 50.1 overs, this represented the latest chapter in the great book of Gabba woes.

    Continue reading...", + "content": "

    It was a first day in the job that seemed written in the southern stars for Pat Cummins, Australia’s newly-crowned Test captain claiming a five-wicket haul, watching his opposite number trudge off after a nine-ball duck and England’s batsmen left in a state of general bewilderment.

    From the opening delivery of this pandemic-era Ashes, when Rory Burns displayed the footwork of an early Strictly evictee and Mitchell Starc speared the brand new Kookaburra ball into his leg stump, everything turned to Australian gold; for England, three for 11 in the blink of an eye and then all out for 147 in 50.1 overs, this represented the latest chapter in the great book of Gabba woes.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/2021/dec/08/england-australia-ashes-report-day-one-first-test-rory-burns-first-ball-mitchell-starc", + "creator": "Ali Martin", + "pubDate": "2021-12-08T07:25:12Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215015,20 +240520,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7216f9e1039da8168bd00865d9545319" + "hash": "d940af27ff1cef80d15a30f684141c80" }, { - "title": "UK Covid live: 1,576 new Omicron cases detected as patients in hospital with new variant aged 18-85", - "description": "

    Latest updates: new variant cases rise 50% in a day to 4,713; Omicron patients hospitalised in England aged between 18 and 85, UKHSA says

    BBC One will broadcast a pre-recorded address to the nation from Keir Starmer at 7pm in response to Boris Johnson’s own remarks on coronavirus booster vaccines, Labour has said.

    Today is the first day that people aged 30 to 39 can officially book a booster jab in England. Although the website has been overwhelmed (see 10.46am), NHS Digital says more than 140,000 people have managed to book vaccine appointments this morning.

    Continue reading...", - "content": "

    Latest updates: new variant cases rise 50% in a day to 4,713; Omicron patients hospitalised in England aged between 18 and 85, UKHSA says

    BBC One will broadcast a pre-recorded address to the nation from Keir Starmer at 7pm in response to Boris Johnson’s own remarks on coronavirus booster vaccines, Labour has said.

    Today is the first day that people aged 30 to 39 can officially book a booster jab in England. Although the website has been overwhelmed (see 10.46am), NHS Digital says more than 140,000 people have managed to book vaccine appointments this morning.

    Continue reading...", - "category": "Politics", - "link": "https://www.theguardian.com/politics/live/2021/dec/13/uk-covid-live-nhs-appointments-postponed-help-omicron-booster-jabs-boris-johnson-latest-updates", - "creator": "Andrew Sparrow", - "pubDate": "2021-12-13T15:25:32Z", + "title": "PM accused of lying after No 10 officials caught joking about Christmas party", + "description": "

    Exchange between Ed Oldfield and Allegra Stratton took place last December days after alleged party took place

    Boris Johnson is facing accusations of lying after senior No 10 officials were filmed joking about a lockdown Christmas party that Downing Street insists did not take place.

    Johnson and his aides have repeatedly denied that the event, reportedly held for staff at No 10 in December last year, broke Covid rules or took place at all.

    Continue reading...", + "content": "

    Exchange between Ed Oldfield and Allegra Stratton took place last December days after alleged party took place

    Boris Johnson is facing accusations of lying after senior No 10 officials were filmed joking about a lockdown Christmas party that Downing Street insists did not take place.

    Johnson and his aides have repeatedly denied that the event, reportedly held for staff at No 10 in December last year, broke Covid rules or took place at all.

    Continue reading...", + "category": "Conservatives", + "link": "https://www.theguardian.com/politics/2021/dec/07/leaked-video-shows-no-10-officials-joking-about-holding-christmas-party", + "creator": "Peter Walker, Aubrey Allegretti and Jamie Grierson", + "pubDate": "2021-12-07T20:59:18Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215036,20 +240540,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "45a207195540d0ebb2b8b4ef68575dce" + "hash": "86c09c1745694e51a26dd49f9622e6a8" }, { - "title": "Covid live: Norway to tighten restrictions; SA president Ramaphosa has ‘mild symptoms’ after positive test", - "description": "

    Norway to act amid record high infections and hospitalisations; 69-year-old South African president tested positive for Covid-19 on Sunday

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", - "content": "

    Norway to act amid record high infections and hospitalisations; 69-year-old South African president tested positive for Covid-19 on Sunday

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/13/covid-news-live-boris-johnson-warns-of-omicron-tidal-wave-south-african-president-tests-positive", - "creator": "Rachel Hall (now),Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-13T14:51:34Z", + "title": "Australia’s fertility rate falls to record low in 2020", + "description": "

    Registered births fell by 3.7% in 2020, with the total fertility rate at an all-time low of 1.58 babies per woman

    Australia’s fertility rate continues to plummet, with registered births dropping below 300,000 for the first time in 14 years.

    Figures released by the Australian Bureau of Statistics on Wednesday showed there were 294,369 registered births in 2020, a decrease of 3.7% from 2019. The previous year’s decline was 3%.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Registered births fell by 3.7% in 2020, with the total fertility rate at an all-time low of 1.58 babies per woman

    Australia’s fertility rate continues to plummet, with registered births dropping below 300,000 for the first time in 14 years.

    Figures released by the Australian Bureau of Statistics on Wednesday showed there were 294,369 registered births in 2020, a decrease of 3.7% from 2019. The previous year’s decline was 3%.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/08/australias-fertility-rate-falls-to-record-low-in-2020", + "creator": "Peter Hannam Economics correspondent", + "pubDate": "2021-12-08T04:52:31Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215057,20 +240560,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a39b3075bc081a6362c3169e950421b" + "hash": "df07e66455b5d354254126b0d3ae9ce3" }, { - "title": "The 10 best games on PlayStation 5", - "description": "

    From the very first game on the console to a lonely space-rodent and a rejuvenated Spider-Man, these are our best picks for the PS5

    One of the most quietly significant games of the 00s has been transformed here into a visually incredible, endlessly rewarding dark fantasy. Make your way through imposing medieval castles, a horrendous prison tower and foul swamps using a sword, shield, wand and whatever else you can scavenge to defend yourself against what you find there. This game can be brutal and unforgiving – progress is hard-won, the combat is exciting and consequential, and the bosses are legendary – but you can always summon other players to help you, and if you can engage with its challenge, this is a game you’ll never forget.

    Continue reading...", - "content": "

    From the very first game on the console to a lonely space-rodent and a rejuvenated Spider-Man, these are our best picks for the PS5

    One of the most quietly significant games of the 00s has been transformed here into a visually incredible, endlessly rewarding dark fantasy. Make your way through imposing medieval castles, a horrendous prison tower and foul swamps using a sword, shield, wand and whatever else you can scavenge to defend yourself against what you find there. This game can be brutal and unforgiving – progress is hard-won, the combat is exciting and consequential, and the bosses are legendary – but you can always summon other players to help you, and if you can engage with its challenge, this is a game you’ll never forget.

    Continue reading...", - "category": "Games", - "link": "https://www.theguardian.com/games/2021/dec/13/the-10-best-games-on-playstation-5", - "creator": "Keza MacDonald and Keith Stuart", - "pubDate": "2021-12-13T11:30:17Z", + "title": "Journalists in China face ‘nightmare’ worthy of Mao era, press freedom group says", + "description": "

    Reporters Without Borders calls increasing media oppression in China a ‘great leap backwards’ and says Hong Kong journalism is ‘in freefall’

    Xi Jinping has created a “nightmare” of media oppression worthy of the Mao era, and Hong Kong’s journalism is in “freefall”, according to Reporters Without Borders (RSF).

    In a major report released on Wednesday, the journalism advocacy group detailed the worsening treatment of journalists and tightening of control over information in China, adding to an environment in which “freely accessing information has become a crime and to provide information an even greater crime”.

    Continue reading...", + "content": "

    Reporters Without Borders calls increasing media oppression in China a ‘great leap backwards’ and says Hong Kong journalism is ‘in freefall’

    Xi Jinping has created a “nightmare” of media oppression worthy of the Mao era, and Hong Kong’s journalism is in “freefall”, according to Reporters Without Borders (RSF).

    In a major report released on Wednesday, the journalism advocacy group detailed the worsening treatment of journalists and tightening of control over information in China, adding to an environment in which “freely accessing information has become a crime and to provide information an even greater crime”.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/08/journalists-in-china-face-nightmare-worthy-of-mao-era-press-freedom-group-says", + "creator": "Helen Davidson", + "pubDate": "2021-12-08T06:48:43Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215078,20 +240580,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bf38b95761acbf8fc0e5bbd383d1048" + "hash": "776b8661e8a89269bb1da68861ab6989" }, { - "title": "Adam McKay: ‘Leo sees Meryl as film royalty – he didn’t like seeing her with a lower back tattoo’", - "description": "

    After politics in Vice and finance in The Big Short, director McKay is taking on the climate crisis in his star-studded ‘freakout’ satire Don’t Look Up

    Adam McKay calls it his “freakout trilogy”. Having tackled the 2008 financial crash and warmongering US vice president Dick Cheney in his previous two movies, The Big Short and Vice, McKay goes even bigger and bleaker with his latest, Don’t Look Up, in which two astronomers (Jennifer Lawrence and Leonardo DiCaprio) discover a giant comet headed for Earth, but struggle to get anyone to listen. It is an absurd but depressingly plausible disaster satire, somewhere between Dr Strangelove, Network, Deep Impact and Idiocracy, with an unbelievably stellar cast; also on board are Meryl Streep (as the US president), Cate Blanchett, Timothée Chalamet, Tyler Perry, Mark Rylance, Jonah Hill and Ariana Grande. It has been quite the career trajectory for McKay, who started out in live improv and writing for Saturday Night Live, followed by a run of hit Will Ferrell comedies such as Anchorman, Step Brothers and The Other Guys. “The goal was to capture this moment,” says McKay of Don’t Look Up. “And this moment is a lot.”

    Was there a particular event that inspired Don’t Look Up?
    Somewhere in between The Big Short and Vice, the IPCC [Intergovernmental Panel on Climate Change] panel and a bunch of other studies came out that just were so stark and so terrifying that I realised: “I have to do something addressing this.” So I wrote five different premises for movies, trying to find the best one. I had one that was a big, epic, kind of dystopian drama. I had another one that was a Twilight Zone/M Night [Shyamalan] sort of twisty thriller. I had a small character piece. And I was just trying to find a way into: how do we communicate how insane this moment is? So finally, I was having a conversation with my friend [journalist and Bernie Sanders adviser] David Sirota, and he offhandedly said something to the effect of: “It’s like the comet’s coming and no one cares.” And I thought: “Oh. I think that’s it.” I loved how simple it was. It’s not some layered, tricky Gordian knot of a premise. It’s a nice, big, wide open door we can all relate to.

    Continue reading...", - "content": "

    After politics in Vice and finance in The Big Short, director McKay is taking on the climate crisis in his star-studded ‘freakout’ satire Don’t Look Up

    Adam McKay calls it his “freakout trilogy”. Having tackled the 2008 financial crash and warmongering US vice president Dick Cheney in his previous two movies, The Big Short and Vice, McKay goes even bigger and bleaker with his latest, Don’t Look Up, in which two astronomers (Jennifer Lawrence and Leonardo DiCaprio) discover a giant comet headed for Earth, but struggle to get anyone to listen. It is an absurd but depressingly plausible disaster satire, somewhere between Dr Strangelove, Network, Deep Impact and Idiocracy, with an unbelievably stellar cast; also on board are Meryl Streep (as the US president), Cate Blanchett, Timothée Chalamet, Tyler Perry, Mark Rylance, Jonah Hill and Ariana Grande. It has been quite the career trajectory for McKay, who started out in live improv and writing for Saturday Night Live, followed by a run of hit Will Ferrell comedies such as Anchorman, Step Brothers and The Other Guys. “The goal was to capture this moment,” says McKay of Don’t Look Up. “And this moment is a lot.”

    Was there a particular event that inspired Don’t Look Up?
    Somewhere in between The Big Short and Vice, the IPCC [Intergovernmental Panel on Climate Change] panel and a bunch of other studies came out that just were so stark and so terrifying that I realised: “I have to do something addressing this.” So I wrote five different premises for movies, trying to find the best one. I had one that was a big, epic, kind of dystopian drama. I had another one that was a Twilight Zone/M Night [Shyamalan] sort of twisty thriller. I had a small character piece. And I was just trying to find a way into: how do we communicate how insane this moment is? So finally, I was having a conversation with my friend [journalist and Bernie Sanders adviser] David Sirota, and he offhandedly said something to the effect of: “It’s like the comet’s coming and no one cares.” And I thought: “Oh. I think that’s it.” I loved how simple it was. It’s not some layered, tricky Gordian knot of a premise. It’s a nice, big, wide open door we can all relate to.

    Continue reading...", - "category": "Adam McKay", - "link": "https://www.theguardian.com/film/2021/dec/13/adam-mckay-leo-sees-meryl-as-film-royalty-he-didnt-like-seeing-her-with-a-lower-back-tattoo", - "creator": "Steve Rose", - "pubDate": "2021-12-13T07:00:03Z", + "title": "‘Dream come true’: Japanese billionaire blasts off for ISS", + "description": "

    Yusaku Maezawa fulfils childhood ambition with 12-day trip to International Space Station

    A Japanese billionaire has fulfilled his childhood dream of travelling to space, as one of two passengers onboard a Russian rocket that blasted off towards the International Space Station.

    Yusaku Maezawa, the founder of Zozo, a successful online fashion business, and his production assistant, Yozo Hirano, on Wednesday became the first space tourists to travel to the ISS for more than a decade.

    Continue reading...", + "content": "

    Yusaku Maezawa fulfils childhood ambition with 12-day trip to International Space Station

    A Japanese billionaire has fulfilled his childhood dream of travelling to space, as one of two passengers onboard a Russian rocket that blasted off towards the International Space Station.

    Yusaku Maezawa, the founder of Zozo, a successful online fashion business, and his production assistant, Yozo Hirano, on Wednesday became the first space tourists to travel to the ISS for more than a decade.

    Continue reading...", + "category": "International Space Station", + "link": "https://www.theguardian.com/science/2021/dec/08/dream-come-true-japanese-billionaire-blasts-off-for-iss", + "creator": "Justin McCurry in Tokyo and agencies", + "pubDate": "2021-12-08T09:14:00Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215099,20 +240600,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "72f92c3c97c3769d3e007e025e524eb4" + "hash": "2d55f96e47c558721c3e7b0d825048d6" }, { - "title": "‘Even the reindeer were unhappy’: life inside Britain’s worst winter wonderlands", - "description": "

    They are the festive fairgrounds where no one is a winner. Santas, elves and bouncers discuss the Christmas gigs that made them question their life choices

    Polystyrene snow, MDF grottos, stomach-churning rides and Santas with scratchy fake beards: as Christmas nears, ’tis the season for winter wonderlands. At their best, these immersive Christmas markets and fairgrounds delight visitors of all ages, while providing a reliable source of income for their owners. Britain’s biggest winter wonderland, in Hyde Park, London, has pulled in more than 14 million people since it launched in 2005, with entry starting at £5 and attractions ranging from £5 to £15.

    But visitors to lesser attractions often complain of poorly thought-out productions and inexperienced organisers. Well-documented holiday horrors include Laurence Llewelyn-Bowen’s Birmingham attraction, which in 2014 was forced to shut down after a day following hundreds of complaints about cheap toys and long queues, and a New Forest Lapland whose owners were sentenced to 13 months in jail for misleading the public in 2008. “You told consumers that it would light up those who most loved Christmas,” the judge told them in his summing up. “You said you would go through the magical tunnel of light coming out in a winter wonderland. What you actually provided was something that looked like an averagely managed summer car boot sale.”

    Continue reading...", - "content": "

    They are the festive fairgrounds where no one is a winner. Santas, elves and bouncers discuss the Christmas gigs that made them question their life choices

    Polystyrene snow, MDF grottos, stomach-churning rides and Santas with scratchy fake beards: as Christmas nears, ’tis the season for winter wonderlands. At their best, these immersive Christmas markets and fairgrounds delight visitors of all ages, while providing a reliable source of income for their owners. Britain’s biggest winter wonderland, in Hyde Park, London, has pulled in more than 14 million people since it launched in 2005, with entry starting at £5 and attractions ranging from £5 to £15.

    But visitors to lesser attractions often complain of poorly thought-out productions and inexperienced organisers. Well-documented holiday horrors include Laurence Llewelyn-Bowen’s Birmingham attraction, which in 2014 was forced to shut down after a day following hundreds of complaints about cheap toys and long queues, and a New Forest Lapland whose owners were sentenced to 13 months in jail for misleading the public in 2008. “You told consumers that it would light up those who most loved Christmas,” the judge told them in his summing up. “You said you would go through the magical tunnel of light coming out in a winter wonderland. What you actually provided was something that looked like an averagely managed summer car boot sale.”

    Continue reading...", - "category": "Christmas", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/13/even-the-reindeer-were-unhappy-life-inside-britains-worst-winter-wonderlands", - "creator": "Ammar Kalia", - "pubDate": "2021-12-13T06:00:06Z", + "title": "Kellogg to replace 1,400 strikers as deal is rejected", + "description": "

    Strike, which began in October, expected to continue as workers seek significant raises, saying they work 80-hour weeks

    Kellogg has said it is permanently replacing 1,400 workers who have been on strike since October, a decision that comes as the majority of its cereal plant workforce rejected a deal that would have provided 3% raises.

    The Bakery, Confectionary, Tobacco Workers and Grain Millers (BCTGM) International Union said an overwhelming majority of workers had voted down the five-year offer.

    Continue reading...", + "content": "

    Strike, which began in October, expected to continue as workers seek significant raises, saying they work 80-hour weeks

    Kellogg has said it is permanently replacing 1,400 workers who have been on strike since October, a decision that comes as the majority of its cereal plant workforce rejected a deal that would have provided 3% raises.

    The Bakery, Confectionary, Tobacco Workers and Grain Millers (BCTGM) International Union said an overwhelming majority of workers had voted down the five-year offer.

    Continue reading...", + "category": "US unions", + "link": "https://www.theguardian.com/us-news/2021/dec/07/kellogg-strike-workers-pay", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-08T02:59:29Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215120,20 +240620,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b6d319dd2b8d36c70d9db30ff505bdb" + "hash": "19c851acef6038c69ffd36fdb35ed16e" }, { - "title": "A new start after 60: ‘I was a globetrotting photographer. Then I stayed home – and my world expanded’", - "description": "

    His career took Roff Smith, 63, to more than 100 countries. But he started to feel jaded. Exploring his local area by bike led to a whole new approach to his pictures

    Roff Smith’s photographs show a solitary cyclist – Smith himself – in a painterly landscape. His wheels appear to turn briskly, but really the bike moves as slowly as it can without a wobble. As a writer and photographer for National Geographic magazine, Smith, 63, visited more than 100 countries, but now he has squeezed the brakes and shrunk his world. His photographs are all taken within a 10-mile radius of his home, and yet travel has never felt so rich to him as it does now.

    Before the pandemic, he had already begun to feel jaded: air travel made “the world everywhere look the same”.

    Continue reading...", - "content": "

    His career took Roff Smith, 63, to more than 100 countries. But he started to feel jaded. Exploring his local area by bike led to a whole new approach to his pictures

    Roff Smith’s photographs show a solitary cyclist – Smith himself – in a painterly landscape. His wheels appear to turn briskly, but really the bike moves as slowly as it can without a wobble. As a writer and photographer for National Geographic magazine, Smith, 63, visited more than 100 countries, but now he has squeezed the brakes and shrunk his world. His photographs are all taken within a 10-mile radius of his home, and yet travel has never felt so rich to him as it does now.

    Before the pandemic, he had already begun to feel jaded: air travel made “the world everywhere look the same”.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/13/a-new-start-after-60-i-was-a-globetrotting-photographer-then-i-stayed-home-and-my-world-expanded", - "creator": "Paula Cocozza", - "pubDate": "2021-12-13T06:00:06Z", + "title": "Whoops and grunts: ‘bizarre’ fish songs raise hopes for coral reef recovery", + "description": "

    Vibrant soundscape shows Indonesian reef devastated by blast fishing is returning to health

    From whoops to purrs, snaps to grunts, and foghorns to laughs, a cacophony of bizarre fish songs have shown that a coral reef in Indonesia has returned rapidly to health.

    Many of the noises had never been recorded before and the fish making these calls remain mysterious, despite the use of underwater speakers to try to “talk” to some.

    Continue reading...", + "content": "

    Vibrant soundscape shows Indonesian reef devastated by blast fishing is returning to health

    From whoops to purrs, snaps to grunts, and foghorns to laughs, a cacophony of bizarre fish songs have shown that a coral reef in Indonesia has returned rapidly to health.

    Many of the noises had never been recorded before and the fish making these calls remain mysterious, despite the use of underwater speakers to try to “talk” to some.

    Continue reading...", + "category": "Coral", + "link": "https://www.theguardian.com/environment/2021/dec/08/whoops-and-grunts-bizarre-fish-songs-raise-hopes-for-coral-reef-recovery", + "creator": "Damian Carrington Environment editor", + "pubDate": "2021-12-08T05:00:32Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215141,20 +240640,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8b6871d905e5399830f39de0d5adf3e" + "hash": "ddf8c6826a65716c6b6d9202a8e5ad2b" }, { - "title": "East London school pays tribute to girl, 11, killed in incident linked to chemicals", - "description": "

    Death of ‘role model’ Fatiha Sabrin linked to pest control substances found in flats where she lived

    Grieving pupils at a primary school in east London are “struggling to cope” after one of their brightest and best-loved classmates was killed over the weekend in an incident being linked to pest control chemicals found in the flats where she lived.

    Rena Begum, the headteacher of Buttercup primary in Shadwell, said the school was in “great shock” after the death of 11-year-old Fatiha Sabrin in Saturday’s incident.

    Continue reading...", - "content": "

    Death of ‘role model’ Fatiha Sabrin linked to pest control substances found in flats where she lived

    Grieving pupils at a primary school in east London are “struggling to cope” after one of their brightest and best-loved classmates was killed over the weekend in an incident being linked to pest control chemicals found in the flats where she lived.

    Rena Begum, the headteacher of Buttercup primary in Shadwell, said the school was in “great shock” after the death of 11-year-old Fatiha Sabrin in Saturday’s incident.

    Continue reading...", - "category": "London", - "link": "https://www.theguardian.com/uk-news/2021/dec/13/girl-fatiha-sabrin-11-dies-in-incident-linked-to-pest-control-chemicals-in-east-london", - "creator": "Matthew Weaver", - "pubDate": "2021-12-13T14:01:49Z", + "title": "Omicron Covid cases ‘doubling every two to three days’ in UK, says scientist", + "description": "

    Prof Neil Ferguson says coronavirus variant likely to be dominant strain in the UK before Christmas

    The spread of the Omicron variant of coronavirus appears to be doubling every two to three days, Prof Neil Ferguson has said, adding that it could be necessary to impose new lockdowns as a result.

    Ferguson, a member of the UK government’s Scientific Advisory Group for Emergencies (Sage) and head of the disease outbreak modelling group at Imperial College London, told BBC Radio 4’s Today programme on Wednesday that Omicron was likely to be the dominant strain in the UK before Christmas.

    Continue reading...", + "content": "

    Prof Neil Ferguson says coronavirus variant likely to be dominant strain in the UK before Christmas

    The spread of the Omicron variant of coronavirus appears to be doubling every two to three days, Prof Neil Ferguson has said, adding that it could be necessary to impose new lockdowns as a result.

    Ferguson, a member of the UK government’s Scientific Advisory Group for Emergencies (Sage) and head of the disease outbreak modelling group at Imperial College London, told BBC Radio 4’s Today programme on Wednesday that Omicron was likely to be the dominant strain in the UK before Christmas.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/08/omicron-covid-cases-doubling-every-two-to-three-days-in-uk-says-scientist", + "creator": "Archie Bland", + "pubDate": "2021-12-08T09:01:20Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215162,20 +240660,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca3e7efd4fdcf1c724a3742c9e940c33" + "hash": "bd3e6d187c199835e5a71b24402ba419" }, { - "title": "Biden and Manchin to reportedly meet amid race to pass Build Back Better agenda – live", - "description": "

    Joe Biden will soon receive a briefing from senior advisers on the federal government’s response to the deadly tornadoes that swept through Kentucky on Friday.

    The president will be briefed by Secretary of Homeland Security Alejandro Mayorkas, Fema administrator Deanne Criswell and Homeland security adviser Liz Sherwood-Randall in about 45 minutes.

    Continue reading...", - "content": "

    Joe Biden will soon receive a briefing from senior advisers on the federal government’s response to the deadly tornadoes that swept through Kentucky on Friday.

    The president will be briefed by Secretary of Homeland Security Alejandro Mayorkas, Fema administrator Deanne Criswell and Homeland security adviser Liz Sherwood-Randall in about 45 minutes.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/live/2021/dec/13/biden-manchin-democrats-build-back-better-agenda-us-politics-live", - "creator": "Joan E Greve", - "pubDate": "2021-12-13T15:15:39Z", + "title": "Queensland declares ‘world first’ Omicron Covid genetic variation but experts say it is not a new variant", + "description": "

    Sub-lineage described as Omicron ‘like’ was identified in an overseas arrival to the state from South Africa

    Queensland has declared a “world-first” sub-lineage of Omicron but experts say it’s not a new variant or a new strain and more information is needed.

    The new Omicron Covid sub-lineage, known as Omicron “like”, was identified in an overseas arrival to Queensland from South Africa.

    Continue reading...", + "content": "

    Sub-lineage described as Omicron ‘like’ was identified in an overseas arrival to the state from South Africa

    Queensland has declared a “world-first” sub-lineage of Omicron but experts say it’s not a new variant or a new strain and more information is needed.

    The new Omicron Covid sub-lineage, known as Omicron “like”, was identified in an overseas arrival to Queensland from South Africa.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/08/queensland-declares-world-first-omicron-covid-genetic-variation-but-experts-say-it-is-not-a-new-variant", + "creator": "Cait Kelly", + "pubDate": "2021-12-08T05:16:12Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215183,20 +240680,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd226a9494454f9fcb75b5e7236edeb3" + "hash": "73be5603bcc69053d57940911c524af5" }, { - "title": "Vaccines, tests and why 5 February: all you need to know on WA opening up", - "description": "

    Here’s what you need to do before travelling to Western Australia and while in the state, which is to open its borders next year

    Western Australia’s premier, Mark McGowan, has announced the state’s border will reopen on 5 February when double-dose vaccination is predicted to hit 90%, allowing for quarantine-free travel to the state.

    Here’s what you need to know before you book travel into WA.

    Continue reading...", - "content": "

    Here’s what you need to do before travelling to Western Australia and while in the state, which is to open its borders next year

    Western Australia’s premier, Mark McGowan, has announced the state’s border will reopen on 5 February when double-dose vaccination is predicted to hit 90%, allowing for quarantine-free travel to the state.

    Here’s what you need to know before you book travel into WA.

    Continue reading...", - "category": "Western Australia", - "link": "https://www.theguardian.com/australia-news/2021/dec/13/vaccines-tests-and-why-5-february-all-you-need-to-know-on-wa-opening-up", - "creator": "", - "pubDate": "2021-12-13T09:35:17Z", + "title": "Tennis Australia denies seeking loopholes for unvaccinated players as Novak Djokovic included in draw", + "description": "

    Australian Open organisers say ‘all players, participants and staff’ must be vaccinated as Djokovic, who has not revealed his vaccination status, is included in tournament draw

    Tennis Australia has hit back at suggestions it is seeking to exploit a “loophole” in border entry rules so unvaccinated players can compete in the upcoming Australian Open, as it included Novak Djokovic in the draw for the January grand slam.

    Djokovic’s inclusion in the tournament draw, which was released on Wednesday afternoon, followed intense speculation about the world No 1’s ability to enter the country.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Australian Open organisers say ‘all players, participants and staff’ must be vaccinated as Djokovic, who has not revealed his vaccination status, is included in tournament draw

    Tennis Australia has hit back at suggestions it is seeking to exploit a “loophole” in border entry rules so unvaccinated players can compete in the upcoming Australian Open, as it included Novak Djokovic in the draw for the January grand slam.

    Djokovic’s inclusion in the tournament draw, which was released on Wednesday afternoon, followed intense speculation about the world No 1’s ability to enter the country.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Tennis", + "link": "https://www.theguardian.com/sport/2021/dec/08/tennis-australia-denies-seeking-loopholes-for-unvaccinated-players-amid-novak-djokovic-row", + "creator": "Elias Visontay", + "pubDate": "2021-12-08T06:41:48Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215204,20 +240700,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0111b058fe640706d0184bcddc7b95f" + "hash": "8492f334c2e36180749bc22e67893989" }, { - "title": "It’s tough to see Ghislaine Maxwell’s team toy with such sad, broken women | John Sweeney", - "description": "

    Justice at work is difficult to watch when big-money lawyers go in hard as they try to discredit witnesses

    The slut-shaming – or something very much like it – of the four key witnesses against Ghislaine Maxwell and her late lover, Jeffrey Epstein is, almost, a thing of beauty, a dark wonder to behold. You’ve got to admire the way Maxwell’s multimillion-dollar attorneys break her accusers on the rack of their own human frailty. No one dare call it torture: we’re watching justice at work, the Ghislaine Maxwell defence team way.

    In order of appearance witness “Jane” was challenged as a drug user from a wealthy but deeply unhappy home; witness “Kate” was a drug user with a troubled mother; witness Carolyn – to give her some privacy the court accepted her request to use only her real first name – had a single parent mother who was an alcoholic and a drug addict, who became an alcoholic and a drug addict herself, who left school when she was 14, who did not, said her ex-boyfriend Shawn “have the reading ability” to say Ms Maxwell’s first name, Ghislaine. So Carolyn called her Maxwell. Witness Annie Farmer – her full real name, was 16, the child of a divorced single mum but not herself broken, not at all.

    Continue reading...", - "content": "

    Justice at work is difficult to watch when big-money lawyers go in hard as they try to discredit witnesses

    The slut-shaming – or something very much like it – of the four key witnesses against Ghislaine Maxwell and her late lover, Jeffrey Epstein is, almost, a thing of beauty, a dark wonder to behold. You’ve got to admire the way Maxwell’s multimillion-dollar attorneys break her accusers on the rack of their own human frailty. No one dare call it torture: we’re watching justice at work, the Ghislaine Maxwell defence team way.

    In order of appearance witness “Jane” was challenged as a drug user from a wealthy but deeply unhappy home; witness “Kate” was a drug user with a troubled mother; witness Carolyn – to give her some privacy the court accepted her request to use only her real first name – had a single parent mother who was an alcoholic and a drug addict, who became an alcoholic and a drug addict herself, who left school when she was 14, who did not, said her ex-boyfriend Shawn “have the reading ability” to say Ms Maxwell’s first name, Ghislaine. So Carolyn called her Maxwell. Witness Annie Farmer – her full real name, was 16, the child of a divorced single mum but not herself broken, not at all.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/12/ghislaine-maxwell-jeffrey-epstein-lawyers-court-case-broken-women", - "creator": "John Sweeney", - "pubDate": "2021-12-12T08:00:32Z", + "title": "‘She was very complicated. She was a conundrum’: who was the real Lucille Ball?", + "description": "

    Aaron Sorkin’s Oscar-tipped drama shows behind the scenes of the much-loved sitcom I Love Lucy. Here those who knew her look back on her unusual career

    She was very complicated, she was very loving and she was very mercurial. She was very generous but she came from the Depression and she was very guarded about money. She was a conundrum. She was a paradox of things. But she made me feel like I was the only person in the room, even in a crowd, and she made me feel authentic.

    Lee Tannen, author and playwright, is in full flow as he reminisces about his intense decade-long friendship with Lucille Ball, once the funniest and most famous woman in America. Her 1950s sitcom, I Love Lucy, pulled in 60m viewers and became part of the country’s cultural DNA.

    Continue reading...", + "content": "

    Aaron Sorkin’s Oscar-tipped drama shows behind the scenes of the much-loved sitcom I Love Lucy. Here those who knew her look back on her unusual career

    She was very complicated, she was very loving and she was very mercurial. She was very generous but she came from the Depression and she was very guarded about money. She was a conundrum. She was a paradox of things. But she made me feel like I was the only person in the room, even in a crowd, and she made me feel authentic.

    Lee Tannen, author and playwright, is in full flow as he reminisces about his intense decade-long friendship with Lucille Ball, once the funniest and most famous woman in America. Her 1950s sitcom, I Love Lucy, pulled in 60m viewers and became part of the country’s cultural DNA.

    Continue reading...", + "category": "US television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/07/she-was-very-complicated-she-was-a-conundrum-who-was-the-real-lucille-ball", + "creator": "David Smith in Washington", + "pubDate": "2021-12-08T07:15:35Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215225,20 +240720,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bbb7fe14d5d4c27e0fcac8ae9d556a9" + "hash": "ba9cb15e1e23d14dde99b27e7fa498a5" }, { - "title": "Drone footage shows collapsed Illinois warehouse after tornadoes sweep US – video", - "description": "

    An Amazon warehouse near Edwardsville, Illinois, about 25 miles (40km) north-east of St Louis, was destroyed in extreme weather conditions on Friday night. It wasn’t immediately clear how many people were hurt by the roof collapse, but emergency services called it a 'mass casualty incident' on Facebook. One official told KTVI-TV that as many as 100 people may have been in the building, working the night shift, at the time of the collapse.

    Up to 100 people are feared to have been killed after a devastating outbreak of tornadoes ripped through Kentucky and other US states on Friday night and early Saturday morning

    Continue reading...", - "content": "

    An Amazon warehouse near Edwardsville, Illinois, about 25 miles (40km) north-east of St Louis, was destroyed in extreme weather conditions on Friday night. It wasn’t immediately clear how many people were hurt by the roof collapse, but emergency services called it a 'mass casualty incident' on Facebook. One official told KTVI-TV that as many as 100 people may have been in the building, working the night shift, at the time of the collapse.

    Up to 100 people are feared to have been killed after a devastating outbreak of tornadoes ripped through Kentucky and other US states on Friday night and early Saturday morning

    Continue reading...", - "category": "Tornadoes", - "link": "https://www.theguardian.com/world/video/2021/dec/11/drone-footage-shows-collapsed-illinois-warehouse-after-tornadoes-sweep-us-video", - "creator": "", - "pubDate": "2021-12-11T13:52:18Z", + "title": "Steven Spielberg on making West Side Story with Stephen Sondheim: ‘I called him SS1!’", + "description": "

    The legendary director used to get scolded by his parents for singing its songs at the dinner table. As his version hits the big screen, he talks about his own dancefloor prowess – and the ‘obscure movie club’ he formed with Sondheim

    It’s a winter afternoon and you’re about to begin a video call with Steven Spielberg. The perfect opportunity, then, to make a quick brew in your Gremlins mug (Spielberg produced that devilish 1984 horror-comedy) then brandish it in front of the webcam for the director’s benefit. “Oh, I love that, thank you,” he says, chuckling softly. Then he wags a cautionary finger: “Don’t drink it after midnight!”

    The most famous and widely cherished film-maker in history is all twinkling eyes and gee-whiz charm today. He is about to turn 75 but first there is the release of his muscular new take on West Side Story, which marks his third collaboration with the playwright Tony Kushner, who also scripted Munich and Lincoln. Spielberg is at pains to point out that this not a remake of the Oscar-laden movie but a reimagining of the original stage musical. “I never would have dared go near it had it only been a film,” he says. “But, because it’s constantly being performed across the globe, I didn’t feel I was claim-jumping on my friend Robert Wise’s 1961 movie.”

    Continue reading...", + "content": "

    The legendary director used to get scolded by his parents for singing its songs at the dinner table. As his version hits the big screen, he talks about his own dancefloor prowess – and the ‘obscure movie club’ he formed with Sondheim

    It’s a winter afternoon and you’re about to begin a video call with Steven Spielberg. The perfect opportunity, then, to make a quick brew in your Gremlins mug (Spielberg produced that devilish 1984 horror-comedy) then brandish it in front of the webcam for the director’s benefit. “Oh, I love that, thank you,” he says, chuckling softly. Then he wags a cautionary finger: “Don’t drink it after midnight!”

    The most famous and widely cherished film-maker in history is all twinkling eyes and gee-whiz charm today. He is about to turn 75 but first there is the release of his muscular new take on West Side Story, which marks his third collaboration with the playwright Tony Kushner, who also scripted Munich and Lincoln. Spielberg is at pains to point out that this not a remake of the Oscar-laden movie but a reimagining of the original stage musical. “I never would have dared go near it had it only been a film,” he says. “But, because it’s constantly being performed across the globe, I didn’t feel I was claim-jumping on my friend Robert Wise’s 1961 movie.”

    Continue reading...", + "category": "Steven Spielberg", + "link": "https://www.theguardian.com/film/2021/dec/08/steven-spielberg-west-side-story-stephen-sondheim-ss1-legendary-director", + "creator": "Ryan Gilbey", + "pubDate": "2021-12-08T06:00:34Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215246,20 +240740,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3135d727d63debdb3f9f5026437155d3" + "hash": "92abeca98c172a34f46e34a1bf9b65d3" }, { - "title": "Kentucky tornadoes: Biden declares federal disaster as hopes rise that death toll could be lower than feared", - "description": "

    Governor Andy Beshear had originally said more than 100 people were feared dead, but later said the estimate could be wrong

    US president Joe Biden declared a major federal disaster in Kentucky after a swarm of deadly tornadoes hit the state on Friday, as representatives of a candle factory destroyed by a twister said far fewer people may have died than previously feared.

    Biden had previously declared the storms a federal emergency and the move to designate the storms a federal disaster paves the way for additional aid, as thousands face housing, food, water and power shortages.

    Continue reading...", - "content": "

    Governor Andy Beshear had originally said more than 100 people were feared dead, but later said the estimate could be wrong

    US president Joe Biden declared a major federal disaster in Kentucky after a swarm of deadly tornadoes hit the state on Friday, as representatives of a candle factory destroyed by a twister said far fewer people may have died than previously feared.

    Biden had previously declared the storms a federal emergency and the move to designate the storms a federal disaster paves the way for additional aid, as thousands face housing, food, water and power shortages.

    Continue reading...", - "category": "Kentucky", - "link": "https://www.theguardian.com/us-news/2021/dec/13/kentucky-tornadoes-hopes-rise-that-candle-factory-death-toll-could-be-lower-than-feared", - "creator": "Richard Luscombe, Samira Sadeque with agencies", - "pubDate": "2021-12-13T04:56:46Z", + "title": "James Bond: acclaimed writers explain how they would reinvent 007", + "description": "

    Producer Barbara Broccoli has not yet decided how Bond will return in the next film – but here are some ideas

    • Warning: article contains spoilers

    There are few commercial principles more reliable than this: there will always be another James Bond movie.

    It isn’t always easy to see how he’ll get to where he’s going next – and the franchise’s producer, Barbara Broccoli, isn’t sure either.

    Continue reading...", + "content": "

    Producer Barbara Broccoli has not yet decided how Bond will return in the next film – but here are some ideas

    • Warning: article contains spoilers

    There are few commercial principles more reliable than this: there will always be another James Bond movie.

    It isn’t always easy to see how he’ll get to where he’s going next – and the franchise’s producer, Barbara Broccoli, isn’t sure either.

    Continue reading...", + "category": "James Bond", + "link": "https://www.theguardian.com/film/2021/dec/08/james-bond-acclaimed-writers-explain-how-they-would-reinvent-007", + "creator": "Archie Bland", + "pubDate": "2021-12-08T07:00:35Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215267,20 +240760,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "83ec77215579d6828a850c8353a78ac5" + "hash": "2a1e5d4423def39251193328f4d6a1fe" }, { - "title": "Hong Kong school faces backlash after children shown graphic footage of Nanjing massacre", - "description": "

    City’s education board seeks to distance itself from incident in which young students at one school watched video of corpses and executions

    A primary school in Hong Kong has apologised after students as young as six were left in tears last week after teachers showed them unsettling video footage of the Nanjing massacre ahead of its 84th anniversary on Monday.

    The incident came after the Education Bureau called on local schools to run activities commemorating the massacre in a directive last month.

    Continue reading...", - "content": "

    City’s education board seeks to distance itself from incident in which young students at one school watched video of corpses and executions

    A primary school in Hong Kong has apologised after students as young as six were left in tears last week after teachers showed them unsettling video footage of the Nanjing massacre ahead of its 84th anniversary on Monday.

    The incident came after the Education Bureau called on local schools to run activities commemorating the massacre in a directive last month.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/13/hong-kong-school-faces-backlash-after-children-shown-graphic-footage-of-nanjing-massacre", - "creator": "Rhoda Kwan", - "pubDate": "2021-12-13T06:47:20Z", + "title": "The inner lives of cats: what our feline friends really think about hugs, happiness and humans", + "description": "

    They do what they want, all the time – and can teach us a lot about how to live in the present, be content and learn from our experience

    I wanted to know the exact amount of time I spend ruminating on the inner lives of my cats, so I did what most people do in times of doubt, and consulted Google. According to my search history, in the two years since I became a cat owner I have Googled variations of “cat love me – how do I tell?” and “is my cat happy 17 times. I have also inadvertently subscribed to cat-related updates from the knowledge website Quora, which emails me a daily digest. (Sample: Can Cats Be Angry or Disappointed With Their Owner?)

    How do I love my cats? Let me count the ways. The clean snap of three-year-old Larry’s jaw as he contemplates me with detached curiosity is my favourite sound in the world. I love the tenor and cadence of my six-month-old kitten Kedi’s miaows as he follows me around the house. (High-pitched indignant squeaks means he wants food; lower-pitched chirrups suggest he would like to play.) I love the weight of Larry on my feet at night and the scratchy caress of Kedi’s tongue on my eyelid in the morning.

    Continue reading...", + "content": "

    They do what they want, all the time – and can teach us a lot about how to live in the present, be content and learn from our experience

    I wanted to know the exact amount of time I spend ruminating on the inner lives of my cats, so I did what most people do in times of doubt, and consulted Google. According to my search history, in the two years since I became a cat owner I have Googled variations of “cat love me – how do I tell?” and “is my cat happy 17 times. I have also inadvertently subscribed to cat-related updates from the knowledge website Quora, which emails me a daily digest. (Sample: Can Cats Be Angry or Disappointed With Their Owner?)

    How do I love my cats? Let me count the ways. The clean snap of three-year-old Larry’s jaw as he contemplates me with detached curiosity is my favourite sound in the world. I love the tenor and cadence of my six-month-old kitten Kedi’s miaows as he follows me around the house. (High-pitched indignant squeaks means he wants food; lower-pitched chirrups suggest he would like to play.) I love the weight of Larry on my feet at night and the scratchy caress of Kedi’s tongue on my eyelid in the morning.

    Continue reading...", + "category": "Cats", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/08/the-inner-lives-of-cats-what-our-feline-friends-really-think-about-hugs-happiness-and-humans", + "creator": "Sirin Kale", + "pubDate": "2021-12-08T06:00:34Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215288,20 +240780,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d26c8fafbb2479be32928290ddffbf8f" + "hash": "9db97e8fc4c15269efee18918eae5325" }, { - "title": "Covid live: Javid says ‘we’ve got to act early’ over Omicron; SA president Ramaphosa has ‘mild symptoms’ after positive Covid test", - "description": "

    Britain’s vaccine booster shot rollout to increase to 1m a day to avoid imposing further restrictions; those in England urged to work from home from Monday in line with ‘plan B’ guidance

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", - "content": "

    Britain’s vaccine booster shot rollout to increase to 1m a day to avoid imposing further restrictions; those in England urged to work from home from Monday in line with ‘plan B’ guidance

    South Africa has reported an additional 37,875 new coronavirus cases, which includes 19,840 retrospective cases and 18,035 new cases, according to the National Institute for Communicable Diseases (NICD).

    In the past 24 hours a total of 18,035 positive Covid-19 cases and 21 Covid-related deaths were reported.

    I’m worried that PNG is the next place where a new variant emerges.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/13/covid-news-live-boris-johnson-warns-of-omicron-tidal-wave-south-african-president-tests-positive", - "creator": "Martin Belam (now) and Samantha Lock (earlier)", - "pubDate": "2021-12-13T09:03:09Z", + "title": "Covid, mourning and the spectre of violence: New Caledonia prepares for blighted independence vote", + "description": "

    Pro-independence groups have called for Indigenous voters not to take part in Sunday’s long-awaited ballot, saying proper campaigning has been prevented

    New Caledonia is set to hold a referendum on independence from France this weekend, the third and final poll meant to conclude a decolonisation process initiated 30 years ago.

    For anyone who witnessed the first two referenda, the contrast with the vote set for 12 December is striking: instead of the countless Kanaky flags or the red, white and blue of the French tricolour that adorned houses, balconies, roadsides, pickups or even people in the run-up to the 2018 and 2020 votes, this year there is little to see. On the Place des Cocotiers, in the centre of Nouméa, the capital, the quiet is disturbed only by the incessant patrolling of police trucks, part of the increased security around the vote.

    Continue reading...", + "content": "

    Pro-independence groups have called for Indigenous voters not to take part in Sunday’s long-awaited ballot, saying proper campaigning has been prevented

    New Caledonia is set to hold a referendum on independence from France this weekend, the third and final poll meant to conclude a decolonisation process initiated 30 years ago.

    For anyone who witnessed the first two referenda, the contrast with the vote set for 12 December is striking: instead of the countless Kanaky flags or the red, white and blue of the French tricolour that adorned houses, balconies, roadsides, pickups or even people in the run-up to the 2018 and 2020 votes, this year there is little to see. On the Place des Cocotiers, in the centre of Nouméa, the capital, the quiet is disturbed only by the incessant patrolling of police trucks, part of the increased security around the vote.

    Continue reading...", + "category": "New Caledonia", + "link": "https://www.theguardian.com/world/2021/dec/08/covid-mourning-and-the-fear-of-violence-new-caledonia-prepares-for-blighted-independence-vote", + "creator": "Julien Sartre in Nouméa", + "pubDate": "2021-12-07T17:00:18Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215309,20 +240800,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d33060f9ca462c6c1ca04bec20e5e1ca" + "hash": "2db29ad6c26edda9090c76244a6b7b64" }, { - "title": "New Zealand authorities investigate claims man received 10 Covid vaccinations in one day", - "description": "

    The man is reported to have visited several different immunisation clinics and was paid by others to get the doses

    New Zealand health authorities are investigating claims that a man received up to 10 Covid-19 vaccination doses in one day on behalf of other people, in the latest effort by members of the public to skirt tough restrictions on the unvaccinated.

    The Ministry of Health said it was taking the matter seriously. “We are very concerned about this situation and are working with the appropriate agencies,” its Covid-19 vaccination and immunisation spokesperson, Astrid Koornneef, said.

    Continue reading...", - "content": "

    The man is reported to have visited several different immunisation clinics and was paid by others to get the doses

    New Zealand health authorities are investigating claims that a man received up to 10 Covid-19 vaccination doses in one day on behalf of other people, in the latest effort by members of the public to skirt tough restrictions on the unvaccinated.

    The Ministry of Health said it was taking the matter seriously. “We are very concerned about this situation and are working with the appropriate agencies,” its Covid-19 vaccination and immunisation spokesperson, Astrid Koornneef, said.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/13/new-zealand-authorities-investigate-claims-man-received-10-covid-vaccinations-in-one-day", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-12-12T23:51:32Z", + "title": "Top civil servant regrets holiday while Afghanistan fell to Taliban", + "description": "

    Sir Philip Barton refused to say precisely when Raab had been on holiday in August

    The head of the diplomatic service has admitted failing to show leadership after he began a three-week holiday two days before the Foreign Office internally accepted Kabul was about to fall to the Taliban.

    Sir Philip Barton stayed on holiday until 28 August and during bruising evidence to the foreign affairs select committee, he admitted this was a mistake.

    Continue reading...", + "content": "

    Sir Philip Barton refused to say precisely when Raab had been on holiday in August

    The head of the diplomatic service has admitted failing to show leadership after he began a three-week holiday two days before the Foreign Office internally accepted Kabul was about to fall to the Taliban.

    Sir Philip Barton stayed on holiday until 28 August and during bruising evidence to the foreign affairs select committee, he admitted this was a mistake.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/07/philip-barton-regrets-holiday-while-afghanistan-fell-to-taliban", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-07T21:15:26Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215330,20 +240820,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb24046c93d41c83efd5b9705784786b" + "hash": "64d03b00c269c394f5a98a43913be3fa" }, { - "title": "China’s Alibaba accused of firing female employee who alleged colleague sexually assaulted her", - "description": "

    Woman reportedly says she has ‘not made any mistakes’ and will challenge dismissal after e-commerce firm claimed she spread false information

    Chinese e-commerce giant Alibaba Group Holding has dismissed a female employee who accused a former co-worker of sexual assault earlier this year, the government-backed newspaper Dahe Daily has reported.

    Dahe Daily interviewed the employee, saying she had received notification of termination at the end of November, and published a copy of what she said was her termination letter.

    Continue reading...", - "content": "

    Woman reportedly says she has ‘not made any mistakes’ and will challenge dismissal after e-commerce firm claimed she spread false information

    Chinese e-commerce giant Alibaba Group Holding has dismissed a female employee who accused a former co-worker of sexual assault earlier this year, the government-backed newspaper Dahe Daily has reported.

    Dahe Daily interviewed the employee, saying she had received notification of termination at the end of November, and published a copy of what she said was her termination letter.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/13/chinas-alibaba-accused-of-firing-female-employee-who-alleged-colleague-sexual-assaulted-her", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-13T02:34:32Z", + "title": "From the archive: Who murdered Giulio Regeni? – podcast", + "description": "

    We are raiding the Audio Long Read archives to bring you some classic pieces from years past, with new introductions from the authors.

    This week, from 2016: When the battered body of a Cambridge PhD student was found outside Cairo, Egyptian police claimed he had been hit by a car. Then they said he was the victim of a robbery. Then they blamed a conspiracy against Egypt. But in a digital age, it’s harder than ever to get away with murder. By Alexander Stille

    Continue reading...", + "content": "

    We are raiding the Audio Long Read archives to bring you some classic pieces from years past, with new introductions from the authors.

    This week, from 2016: When the battered body of a Cambridge PhD student was found outside Cairo, Egyptian police claimed he had been hit by a car. Then they said he was the victim of a robbery. Then they blamed a conspiracy against Egypt. But in a digital age, it’s harder than ever to get away with murder. By Alexander Stille

    Continue reading...", + "category": "Egypt", + "link": "https://www.theguardian.com/news/audio/2021/dec/08/from-the-archive-who-murdered-giulio-regeni-podcast", + "creator": "Written by Alexander Stille, read by Lucy Scott, produced by Simon Barnard with additions from Esther Opoku-Gyeni", + "pubDate": "2021-12-08T05:00:33Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215351,20 +240840,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d53b49a4158bffeacf1abb630c7dca74" + "hash": "9a7098c84a71257ce78ba0b9214e340f" }, { - "title": "Rescue under way after British and Danish ships collide in Baltic", - "description": "

    Rescue boat and helicopter dispatched after collision between two ships in Swedish waters

    Two cargo ships have collided in the Baltic Sea between the Danish island of Bornholm and the southern Swedish city of Ystad, the Danish defence joint operations centre has said.

    One ship was registered in Denmark and the other was British.

    Continue reading...", - "content": "

    Rescue boat and helicopter dispatched after collision between two ships in Swedish waters

    Two cargo ships have collided in the Baltic Sea between the Danish island of Bornholm and the southern Swedish city of Ystad, the Danish defence joint operations centre has said.

    One ship was registered in Denmark and the other was British.

    Continue reading...", - "category": "Sweden", - "link": "https://www.theguardian.com/business/2021/dec/13/british-and-danish-ships-collide-baltic-sea-rescue", - "creator": "Reuters in Stockholm", - "pubDate": "2021-12-13T07:55:55Z", + "title": "We’re losing IQ points’: the lead poisoning crisis unfolding among US children", + "description": "

    The US banned lead 30 years ago. So why are thousands of kids being poisoned every year?


    Nine-year-old Turokk Dow loves spelling, airplanes and basketball. He is learning to read and write in his third grade classroom.

    But suffering from extreme blood lead poisoning at age 3 – with lead levels nearly ten times the EPA action level – has hugely exacerbated the already-substantial challenges in his young life.

    Continue reading...", + "content": "

    The US banned lead 30 years ago. So why are thousands of kids being poisoned every year?


    Nine-year-old Turokk Dow loves spelling, airplanes and basketball. He is learning to read and write in his third grade classroom.

    But suffering from extreme blood lead poisoning at age 3 – with lead levels nearly ten times the EPA action level – has hugely exacerbated the already-substantial challenges in his young life.

    Continue reading...", + "category": "Children's health", + "link": "https://www.theguardian.com/us-news/2021/dec/08/lead-poisoning-crisis-us-children", + "creator": "Erin McCormick in Rhode Island and Eric Lutz", + "pubDate": "2021-12-08T10:00:39Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215372,20 +240860,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "70dae70c8c5ebfdec2e53e09ee7deb45" + "hash": "610c137e37c63c67686d754dc86b346d" }, { - "title": "Verstappen crowned world champion but Mercedes to appeal against result", - "description": "
    • Mercedes could take case to court of arbitration for sport
    • Hamilton skips post-race press conference after heartbreak

    Max Verstappen celebrated winning his first Formula One world championship with victory at the Abu Dhabi Grand Prix, but only after huge controversy, that still leaves his title in some doubt.

    Lewis Hamilton and Mercedes are angry at a win they felt had been unfairly snatched away and which remains under debate with Mercedes intending to appeal the stewards’ decision and the option of taking their case to the court of arbitration for sport. The Red Bull team principal, Christian Horner, has made clear his intention to oppose any attempt to strip his driver of the title.

    Continue reading...", - "content": "
    • Mercedes could take case to court of arbitration for sport
    • Hamilton skips post-race press conference after heartbreak

    Max Verstappen celebrated winning his first Formula One world championship with victory at the Abu Dhabi Grand Prix, but only after huge controversy, that still leaves his title in some doubt.

    Lewis Hamilton and Mercedes are angry at a win they felt had been unfairly snatched away and which remains under debate with Mercedes intending to appeal the stewards’ decision and the option of taking their case to the court of arbitration for sport. The Red Bull team principal, Christian Horner, has made clear his intention to oppose any attempt to strip his driver of the title.

    Continue reading...", - "category": "Formula One", - "link": "https://www.theguardian.com/sport/2021/dec/12/max-verstappen-f1-world-champion-mercedes-lewis-hamilton-intend-to-appeal-result", - "creator": "Giles Richards at Yas Marina", - "pubDate": "2021-12-12T21:27:02Z", + "title": "‘A bit of hope’: Chile legalizes same-sex marriage", + "description": "

    Vote seen as a blow to conservative presidential candidate José Antonio Kast, who won majority of votes in November’s first round

    A historic vote granting equal marriage rights to same-sex couples in Chile has been heralded by activists as a triumph and a blow to the conservative agenda of presidential candidate José Antonio Kast.

    Kast won the majority of votes in November’s first-round vote, instilling a wave of fear among the country’s LGBTQ+ community. A tight runoff between Kast and his progressive opponent, former student protest leader Gabriel Boric, is scheduled on 19 December.

    Continue reading...", + "content": "

    Vote seen as a blow to conservative presidential candidate José Antonio Kast, who won majority of votes in November’s first round

    A historic vote granting equal marriage rights to same-sex couples in Chile has been heralded by activists as a triumph and a blow to the conservative agenda of presidential candidate José Antonio Kast.

    Kast won the majority of votes in November’s first-round vote, instilling a wave of fear among the country’s LGBTQ+ community. A tight runoff between Kast and his progressive opponent, former student protest leader Gabriel Boric, is scheduled on 19 December.

    Continue reading...", + "category": "Chile", + "link": "https://www.theguardian.com/world/2021/dec/07/chile-same-sex-marriage-vote", + "creator": "Charis McGowan in Santiago", + "pubDate": "2021-12-07T21:35:04Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215393,20 +240880,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e532713154909644b669b6fb35b8149" + "hash": "5e180b0cf3c490f2b86aafcf8d89a359" }, { - "title": "Pregnant refugees not being seen by doctors for weeks after reaching UK", - "description": "

    Labour MP writes to Home Office raising concerns over treatment of at least five women being put up at hotel

    The Home Office is facing demands for an inquiry after it was claimed that pregnant refugees are not being fed or examined by doctors or midwives after arriving in the UK.

    A first-time mother who was 38 weeks pregnant was not seen by a doctor for several weeks after crossing the Channel, it is alleged. After the Iraqi Kurdish woman was examined, it emerged that she had a pathological fear of pregnancy, and the baby had a breech presentation.

    Continue reading...", - "content": "

    Labour MP writes to Home Office raising concerns over treatment of at least five women being put up at hotel

    The Home Office is facing demands for an inquiry after it was claimed that pregnant refugees are not being fed or examined by doctors or midwives after arriving in the UK.

    A first-time mother who was 38 weeks pregnant was not seen by a doctor for several weeks after crossing the Channel, it is alleged. After the Iraqi Kurdish woman was examined, it emerged that she had a pathological fear of pregnancy, and the baby had a breech presentation.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/dec/13/pregnant-refugees-not-being-seen-by-doctors-for-weeks-after-reaching-uk", - "creator": "Rajeev Syal Home affairs editor", - "pubDate": "2021-12-13T07:00:01Z", + "title": "‘There is just a lake with crocodiles!’: hope and homkesickness for Kiribati nurses in the outback", + "description": "

    A Pacific labour scheme has been transformative for Kiribati families but the loss of nurses has hit the country’s hospitals hard

    Every night, sitting in her room in the remote Queensland town of Doomadgee, Bwerere Sandy Tebau calls her husband and daughter 4,300km away in Tarawa, the capital of Kiribati.

    “There is no sea!” Sandy says, when asked about the difference between her new home in the red desert of Australia and her island home in the central Pacific. “There is just a lake and in the lake are crocodiles!”

    Continue reading...", + "content": "

    A Pacific labour scheme has been transformative for Kiribati families but the loss of nurses has hit the country’s hospitals hard

    Every night, sitting in her room in the remote Queensland town of Doomadgee, Bwerere Sandy Tebau calls her husband and daughter 4,300km away in Tarawa, the capital of Kiribati.

    “There is no sea!” Sandy says, when asked about the difference between her new home in the red desert of Australia and her island home in the central Pacific. “There is just a lake and in the lake are crocodiles!”

    Continue reading...", + "category": "Kiribati", + "link": "https://www.theguardian.com/world/2021/dec/07/pacific-nurses-in-the-desert-kiribati-brain-drain-is-outback-australias-gain", + "creator": "John Marazita III", + "pubDate": "2021-12-08T10:20:19Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215414,20 +240900,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9fd3cb9ea2c2a8c6d9ed3d90217a0c1" + "hash": "e352ec215f6102242cdf67c6f6f07db1" }, { - "title": "Australia welcomes South Korean president with confirmation of border reopening", - "description": "

    Scott Morrison is opening the door to South Korean and Japanese travellers from Wednesday and has spoken of closer defence ties with the signing of a $1bn defence contract

    Australia’s international border will open to more travellers on Wednesday, as the prime minister confirmed that his government would end the “pause” triggered by the emergence of the Omicron Covid variant.

    Scott Morrison, welcoming the South Korean president, Moon Jae-in, to Canberra on Monday, said Australia would open to travellers from South Korea and Japan and also international students and skilled workers more broadly.

    Continue reading...", - "content": "

    Scott Morrison is opening the door to South Korean and Japanese travellers from Wednesday and has spoken of closer defence ties with the signing of a $1bn defence contract

    Australia’s international border will open to more travellers on Wednesday, as the prime minister confirmed that his government would end the “pause” triggered by the emergence of the Omicron Covid variant.

    Scott Morrison, welcoming the South Korean president, Moon Jae-in, to Canberra on Monday, said Australia would open to travellers from South Korea and Japan and also international students and skilled workers more broadly.

    Continue reading...", - "category": "Australian foreign policy", - "link": "https://www.theguardian.com/australia-news/2021/dec/13/australia-welcomes-south-korean-president-with-confirmation-of-border-reopening", - "creator": "Daniel Hurst", - "pubDate": "2021-12-13T05:15:20Z", + "title": "‘Further flooding’: heavy rain and severe storms to hit already soaked NSW", + "description": "

    Bureau of Meteorology issues severe weather warning and says flood impacts will be felt particularly on state’s south coast

    The south-east region of New South Wales could receive up to 200mm of rain before the end of the week, adding to already soaked catchments and high rivers that have flooded across the state.

    The heavy falls could deliver some areas their total monthly average. A broader trend will see rain across all of eastern NSW for the rest of this week.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Bureau of Meteorology issues severe weather warning and says flood impacts will be felt particularly on state’s south coast

    The south-east region of New South Wales could receive up to 200mm of rain before the end of the week, adding to already soaked catchments and high rivers that have flooded across the state.

    The heavy falls could deliver some areas their total monthly average. A broader trend will see rain across all of eastern NSW for the rest of this week.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Australia weather", + "link": "https://www.theguardian.com/australia-news/2021/dec/08/further-flooding-heavy-rain-and-severe-storms-to-hit-already-soaked-nsw", + "creator": "", + "pubDate": "2021-12-08T09:47:55Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215435,20 +240920,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "312d7ed1320f4d47c882bf4b8d9c7f3a" + "hash": "ff5aed56beb5146c7f5567fb617699fe" }, { - "title": "Tigray rebels retake Ethiopian heritage town of Lalibela", - "description": "

    Residents of Unesco-listed town, 400 miles north of Addis Ababa, say Tigrayan fighters have seized control

    Tigray rebels have recaptured the north Ethiopian town of Lalibela, home to a Unesco world heritage site, 11 days after Ethiopian forces said they had retaken control, local residents have said.

    It marks another twist in the 13-month-old conflict that has killed thousands of people and triggered a humanitarian crisis in the north of Africa’s second most populous nation.

    Continue reading...", - "content": "

    Residents of Unesco-listed town, 400 miles north of Addis Ababa, say Tigrayan fighters have seized control

    Tigray rebels have recaptured the north Ethiopian town of Lalibela, home to a Unesco world heritage site, 11 days after Ethiopian forces said they had retaken control, local residents have said.

    It marks another twist in the 13-month-old conflict that has killed thousands of people and triggered a humanitarian crisis in the north of Africa’s second most populous nation.

    Continue reading...", - "category": "Ethiopia", - "link": "https://www.theguardian.com/world/2021/dec/12/tigray-rebels-retake-ethiopian-heritage-town-of-lalibela", - "creator": "Agence France-Presse", - "pubDate": "2021-12-12T17:42:33Z", + "title": "Can artistic freedom survive in Sudan? The writing’s on the wall…", + "description": "

    The recent coup dashed hopes raised by the end of the military regime but newly liberated artists refuse to submit quietly

    In the new dawn of a heady post-revolutionary era, Suzannah Mirghani returned in 2019 to the country of her birth for the first time in years. Her mission was to shoot a short film on Sudanese soil. It proved unexpectedly straightforward.

    “When the revolution happened, there was this exuberance,” she says, from her Qatari home. “When we came to make our film, we were given the green light. We were told: ‘Anything you want’.

    Continue reading...", + "content": "

    The recent coup dashed hopes raised by the end of the military regime but newly liberated artists refuse to submit quietly

    In the new dawn of a heady post-revolutionary era, Suzannah Mirghani returned in 2019 to the country of her birth for the first time in years. Her mission was to shoot a short film on Sudanese soil. It proved unexpectedly straightforward.

    “When the revolution happened, there was this exuberance,” she says, from her Qatari home. “When we came to make our film, we were given the green light. We were told: ‘Anything you want’.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/06/can-artistic-freedom-survive-in-sudan-the-writings-on-the-wall", + "creator": "Lizzy Davies", + "pubDate": "2021-12-06T07:00:16Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215456,20 +240940,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b9602ef389ebb83bd8750fb4ffee8af" + "hash": "6576fb04874b38fc9e508dc324977fb0" }, { - "title": "Vladimir Putin says he resorted to taxi driving after fall of Soviet Union", - "description": "

    Russian leader says it is ‘unpleasant to talk about’ his cab work in that period as he laments Soviet Union’s demise

    Russian president Vladimir Putin has said the collapse of the Soviet Union spelled the end of “historical Russia”, revealing that he drove a taxi to make ends meet after the fall of the USSR.

    Putin, a former agent of the Soviet Union’s KGB security services, has previously lamented the USSR’s fall but this time said the disintegration three decades ago remained a “tragedy” for “most citizens”.

    Continue reading...", - "content": "

    Russian leader says it is ‘unpleasant to talk about’ his cab work in that period as he laments Soviet Union’s demise

    Russian president Vladimir Putin has said the collapse of the Soviet Union spelled the end of “historical Russia”, revealing that he drove a taxi to make ends meet after the fall of the USSR.

    Putin, a former agent of the Soviet Union’s KGB security services, has previously lamented the USSR’s fall but this time said the disintegration three decades ago remained a “tragedy” for “most citizens”.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/13/vladimir-putin-says-he-resorted-to-taxi-driving-after-fall-of-soviet-union", - "creator": "Agence France-Presse in Moscow", - "pubDate": "2021-12-13T03:36:01Z", + "title": "Fortress Europe: the millions spent on military-grade tech to deter refugees", + "description": "

    We map out the rising number of high-tech surveillance and deterrent systems facing asylum seekers along EU borders

    From military-grade drones to sensor systems and experimental technology, the EU and its members have spent hundreds of millions of euros over the past decade on technologies to track down and keep at bay the refugees on its borders.

    Poland’s border with Belarus is becoming the latest frontline for this technology, with the country approving last month a €350m (£300m) wall with advanced cameras and motion sensors.

    Continue reading...", + "content": "

    We map out the rising number of high-tech surveillance and deterrent systems facing asylum seekers along EU borders

    From military-grade drones to sensor systems and experimental technology, the EU and its members have spent hundreds of millions of euros over the past decade on technologies to track down and keep at bay the refugees on its borders.

    Poland’s border with Belarus is becoming the latest frontline for this technology, with the country approving last month a €350m (£300m) wall with advanced cameras and motion sensors.

    Continue reading...", + "category": "European Union", + "link": "https://www.theguardian.com/global-development/2021/dec/06/fortress-europe-the-millions-spent-on-military-grade-tech-to-deter-refugees", + "creator": "Kaamil Ahmed and Lorenzo Tondo", + "pubDate": "2021-12-06T06:00:18Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215477,20 +240960,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c95798efe93da4b2cd3764b4e52210bf" + "hash": "f1c1ac8da744421265f7328fc999546a" }, { - "title": "Fauci urges Americans to get Covid booster as US nears 800,000 deaths", - "description": "

    Leading infectious diseases official warns Omicron variant appears to be able to ‘evade’ protection of two initial doses

    The US government’s leading infectious diseases official, Anthony Fauci, on Sunday stepped up calls for Americans to get a Covid-19 booster shot, as the US is approaching 800,000 lives lost to coronavirus since the start of the pandemic.

    Fauci warned that the Omicron variant appeared to be able to “evade” the protection of two initial doses of the mRNA-type Covid vaccines – Pfizer/BioNTech’s and Moderna’s – as well as post-infection therapies such as monoclonal antibodies and convalescent plasma.

    Continue reading...", - "content": "

    Leading infectious diseases official warns Omicron variant appears to be able to ‘evade’ protection of two initial doses

    The US government’s leading infectious diseases official, Anthony Fauci, on Sunday stepped up calls for Americans to get a Covid-19 booster shot, as the US is approaching 800,000 lives lost to coronavirus since the start of the pandemic.

    Fauci warned that the Omicron variant appeared to be able to “evade” the protection of two initial doses of the mRNA-type Covid vaccines – Pfizer/BioNTech’s and Moderna’s – as well as post-infection therapies such as monoclonal antibodies and convalescent plasma.

    Continue reading...", - "category": "Anthony Fauci", - "link": "https://www.theguardian.com/us-news/2021/dec/12/fauci-covid-omicron-booster-shots", - "creator": "Richard Luscombe", - "pubDate": "2021-12-12T19:38:44Z", + "title": "Venues that reject vaccine passes in favour of ‘equality’ for the unvaccinated are harming us all | Philip McKibbin", + "description": "

    Venues that say they respect personal choices may sound community-minded but really they undermine efforts to keep everyone safe

    Like most Aucklanders, I can’t wait to get out of the city. After more than three months in lockdown, I’m keen for a break. Last summer, my partner and I went to Tauranga. We had so much fun that we’re planning to return – but this time, things will be different.

    As Aotearoa New Zealand shifts from the Covid-19 “alert level” system to the new “traffic light” system, hospitality venues have been given a choice. Under the “red” and “orange” settings, they can welcome customers inside, but only if they’re willing to check vaccine passes. If they don’t want to do that, their service has to be contactless.

    Continue reading...", + "content": "

    Venues that say they respect personal choices may sound community-minded but really they undermine efforts to keep everyone safe

    Like most Aucklanders, I can’t wait to get out of the city. After more than three months in lockdown, I’m keen for a break. Last summer, my partner and I went to Tauranga. We had so much fun that we’re planning to return – but this time, things will be different.

    As Aotearoa New Zealand shifts from the Covid-19 “alert level” system to the new “traffic light” system, hospitality venues have been given a choice. Under the “red” and “orange” settings, they can welcome customers inside, but only if they’re willing to check vaccine passes. If they don’t want to do that, their service has to be contactless.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/commentisfree/2021/dec/06/restaurants-that-reject-vaccine-passes-in-favour-of-equality-for-the-unvaccinated-harm-us-all", + "creator": "Philip McKibbin", + "pubDate": "2021-12-06T02:06:47Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215498,20 +240980,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f26eea73cc96dd89d3e876d0c4979e4" + "hash": "954611bbeda65b4aee37c3ef8cdf7a18" }, { - "title": "UK has Omicron Covid patients in hospital, government confirms", - "description": "

    Top UK medical adviser says growing number of people going to emergency departments diagnosed with Omicron

    People have been admitted to hospital with the Omicron variant in Britain, a government minister has confirmed, as a senior public health adviser said further curbs may be needed.

    The education secretary, Nadhim Zahawi, said he could confirm there were “cases in hospital with Omicron”. “We’ve been able to test people who are in hospital over the past two weeks, and so there is a lag to hospitalisation,” he told Trevor Phillips on Sky News.

    Continue reading...", - "content": "

    Top UK medical adviser says growing number of people going to emergency departments diagnosed with Omicron

    People have been admitted to hospital with the Omicron variant in Britain, a government minister has confirmed, as a senior public health adviser said further curbs may be needed.

    The education secretary, Nadhim Zahawi, said he could confirm there were “cases in hospital with Omicron”. “We’ve been able to test people who are in hospital over the past two weeks, and so there is a lag to hospitalisation,” he told Trevor Phillips on Sky News.

    Continue reading...", + "title": "No 10 put all their eggs in vaccine basket in effort to save Christmas", + "description": "

    Analysis: changes to cabinet and public mood from last year make further restrictions less likely

    The date ringed in red in Westminster is 18 December – not the date for Christmas parties but the time by which people should start to know how different their festive plans may look.

    For this government it is quite an inauspicious date, just a day before soaring cases forced Boris Johnson to finally put the brakes on Christmas mixing plans last year and tell most families they would be spending celebrations apart.

    Continue reading...", + "content": "

    Analysis: changes to cabinet and public mood from last year make further restrictions less likely

    The date ringed in red in Westminster is 18 December – not the date for Christmas parties but the time by which people should start to know how different their festive plans may look.

    For this government it is quite an inauspicious date, just a day before soaring cases forced Boris Johnson to finally put the brakes on Christmas mixing plans last year and tell most families they would be spending celebrations apart.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/12/uk-has-omicron-covid-patients-in-hospital-government-confirms", - "creator": "Hannah Devlin Science correspondent", - "pubDate": "2021-12-12T11:36:49Z", + "link": "https://www.theguardian.com/world/2021/dec/05/covid-government-to-make-christmas-decision-on-18-december", + "creator": "Jessica Elgot Chief political correspondent", + "pubDate": "2021-12-05T18:19:19Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215519,20 +241000,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ec6bb4120dda06b5d16d4ea1443e967" + "hash": "91f8324bf35d8da75ff43401b8d892af" }, { - "title": "Ghost riders: the invisible lives of Johannesburg food couriers – photo essay", - "description": "

    An army of riders ferry food around the South African city, their lives and travails largely unseen by the people they serve. Photojournalist James Oatway has spent several months documenting their challenges

    It’s a Friday night in Johannesburg. Lockdown has just been eased as Covid infection rates have plateaued. The restive city is slowly springing back to life, with cars once again careering along the city’s recently empty arterial roads.

    At the scene of a crash, the blue and red lights of emergency vehicles bathe the street in an eerie glow. Two motorbike food couriers have been knocked down by a car. The driver tried to flee but was apprehended by another motorist. One of the bikes has been flattened. Next to it lies a black canvas carrier bag bearing the Uber Eats logo.

    A Congolese driver was seriously injured in a crash in Sandton. Footage showed a car going through a red light and hitting the rider. The vehicle did not stop and the driver has never been apprehended.

    Continue reading...", - "content": "

    An army of riders ferry food around the South African city, their lives and travails largely unseen by the people they serve. Photojournalist James Oatway has spent several months documenting their challenges

    It’s a Friday night in Johannesburg. Lockdown has just been eased as Covid infection rates have plateaued. The restive city is slowly springing back to life, with cars once again careering along the city’s recently empty arterial roads.

    At the scene of a crash, the blue and red lights of emergency vehicles bathe the street in an eerie glow. Two motorbike food couriers have been knocked down by a car. The driver tried to flee but was apprehended by another motorist. One of the bikes has been flattened. Next to it lies a black canvas carrier bag bearing the Uber Eats logo.

    A Congolese driver was seriously injured in a crash in Sandton. Footage showed a car going through a red light and hitting the rider. The vehicle did not stop and the driver has never been apprehended.

    Continue reading...", - "category": "South Africa", - "link": "https://www.theguardian.com/world/2021/dec/13/ghost-riders-the-invisible-lives-of-johannesburg-food-couriers-photo-essay", - "creator": "Stephan Hofstatter and James Oatway; photography by James Oatway", - "pubDate": "2021-12-13T07:00:04Z", + "title": "Covid live news: booster scheme speeds up in England; South Korea surge sparks alarm", + "description": "

    Millions of over-40s can book a top-up jab from today; ‘stealth’ version of Omicron ‘cannot be detected by routine tests’; Boris Johnson staff filmed joking about No 10 party

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", + "content": "

    Millions of over-40s can book a top-up jab from today; ‘stealth’ version of Omicron ‘cannot be detected by routine tests’; Boris Johnson staff filmed joking about No 10 party

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/08/covid-live-news-south-korea-surge-sparks-hospital-alarm-stealth-omicron-variant-found", + "creator": "Martin Farrer", + "pubDate": "2021-12-08T06:20:53Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215540,20 +241020,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "50e6b5d11086afe2516b2feaf1bf812b" + "hash": "716cc978ffb9ba421694e66a2c96d8ca" }, { - "title": "Rhik Samadder tries … fencing: ‘Now I’m ready for the zombie apocalypse’", - "description": "

    I get to wear a natty white jacket, insectoid mask and hold an épée like a pistol – my inner child could not be happier. En garde!

    Ever since childhood, I have wanted to be trained in the sword. But I have always believed one had to be born a musketeer for this to happen, or have a death to avenge, plus access to castle steps. But here I am at the London Fencing Club in Old Street, which is easier.

    It’s a few weeks before omicron takes off, and the government is pooh-poohing any talk of tightening Covid restrictions. I’m learning épée, the thin, pointy blade that most resembles a classic swashbuckling sword. My Russian-born coach, Anna Anstal, loves fencing épée. The opponent’s entire body is a target, and there are no “right of way” rules governing who can score at a given moment. “You must think about the zombie apocalypse,” she says. “Rules are no use with a zombie. The ability to strike first is all that matters.” It’s unexpected advice, her heavy accent giving it even more edge. I’m quite scared.

    Continue reading...", - "content": "

    I get to wear a natty white jacket, insectoid mask and hold an épée like a pistol – my inner child could not be happier. En garde!

    Ever since childhood, I have wanted to be trained in the sword. But I have always believed one had to be born a musketeer for this to happen, or have a death to avenge, plus access to castle steps. But here I am at the London Fencing Club in Old Street, which is easier.

    It’s a few weeks before omicron takes off, and the government is pooh-poohing any talk of tightening Covid restrictions. I’m learning épée, the thin, pointy blade that most resembles a classic swashbuckling sword. My Russian-born coach, Anna Anstal, loves fencing épée. The opponent’s entire body is a target, and there are no “right of way” rules governing who can score at a given moment. “You must think about the zombie apocalypse,” she says. “Rules are no use with a zombie. The ability to strike first is all that matters.” It’s unexpected advice, her heavy accent giving it even more edge. I’m quite scared.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/13/rhik-samadder-tries-fencing-now-im-ready-for-the-zombie-apocalypse", - "creator": "Rhik Samadder", - "pubDate": "2021-12-13T07:00:02Z", + "title": "Ashes 2021-22: Australia v England first Test, day one – live!", + "description": "

    Here comes Patrick Cummins in his green blazer, and the crowd breaks out into applause as he walks to the middle for the first time.

    I’ll tell you what, I didn’t see Broad warm up with the others, he was hanging out with Bairstow, who isn’t playing.

    Continue reading...", + "content": "

    Here comes Patrick Cummins in his green blazer, and the crowd breaks out into applause as he walks to the middle for the first time.

    I’ll tell you what, I didn’t see Broad warm up with the others, he was hanging out with Bairstow, who isn’t playing.

    Continue reading...", + "category": "Ashes 2021-22", + "link": "https://www.theguardian.com/sport/live/2021/dec/08/ashes-2021-22-australia-v-england-first-test-day-one-live-cricket-score-updates", + "creator": "Tanya Aldred (now) and Geoff Lemon at the Gabba (earlier)", + "pubDate": "2021-12-08T04:41:54Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215561,20 +241040,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d9952982716db873c4a41bd62b47f7d" + "hash": "ed7cdb9d70bd92fbfd5130002001b930" }, { - "title": "How Maradona inspired Paolo Sorrentino’s film about Naples, Hand of God – and inadvertently saved his life", - "description": "

    The Italian director’s new, semi-autobiographical film reveals a charming and rarely seen side of his home city

    ‘This, for me, is the most beautiful place on Earth,” Paolo Sorrentino told Filippo Scotti, the actor playing the director’s younger self in his latest film, as their 1980s Riva speedboat chopped the waves of the Bay of Naples. Their view stretched from the precipitous peninsula of Sorrento all the way west towards Posillipo. The two promontories flank the sprawling port city, offering a warm embrace to all those who disembark there. Sorrentino’s new film, the Hand of God, opens with that same view: the sun-mottled bay, whose peace is disturbed by the sound of four Rivas as they speed towards the shore. The film is both a love letter to, and a portal into, Paolo Sorrentino’s Naples.

    In cinemas now and on Netflix this week, The Hand of God sees the Academy award-winning director return to his home city for the first time since One Man Up, his 2001 debut. Sorrentino tells the story of his own coming of age, up to the moment when his life is shattered by the death of his parents in a tragic accident. Sorrentino’s story is a tale of great grief, loss and perseverance, set in a middle-class part of Naples, a far cry from the impoverished neighbourhoods shown in the city’s other recent portraits: Elena Ferrante’s My Brilliant Friend or the mafia-focused Gomorrah series.

    Continue reading...", - "content": "

    The Italian director’s new, semi-autobiographical film reveals a charming and rarely seen side of his home city

    ‘This, for me, is the most beautiful place on Earth,” Paolo Sorrentino told Filippo Scotti, the actor playing the director’s younger self in his latest film, as their 1980s Riva speedboat chopped the waves of the Bay of Naples. Their view stretched from the precipitous peninsula of Sorrento all the way west towards Posillipo. The two promontories flank the sprawling port city, offering a warm embrace to all those who disembark there. Sorrentino’s new film, the Hand of God, opens with that same view: the sun-mottled bay, whose peace is disturbed by the sound of four Rivas as they speed towards the shore. The film is both a love letter to, and a portal into, Paolo Sorrentino’s Naples.

    In cinemas now and on Netflix this week, The Hand of God sees the Academy award-winning director return to his home city for the first time since One Man Up, his 2001 debut. Sorrentino tells the story of his own coming of age, up to the moment when his life is shattered by the death of his parents in a tragic accident. Sorrentino’s story is a tale of great grief, loss and perseverance, set in a middle-class part of Naples, a far cry from the impoverished neighbourhoods shown in the city’s other recent portraits: Elena Ferrante’s My Brilliant Friend or the mafia-focused Gomorrah series.

    Continue reading...", - "category": "Naples holidays", - "link": "https://www.theguardian.com/travel/2021/dec/13/how-maradona-inspired-paolo-sorrentinos-film-about-naples-hand-of-god", - "creator": "Sophia Seymour", - "pubDate": "2021-12-13T07:00:02Z", + "title": "Olaf Scholz to be voted in as German chancellor as Merkel era ends", + "description": "

    Scholz to lead coalition government after agreement was signed by party leaders on Tuesday

    Olaf Scholz is to be voted in as chancellor by the Bundestag on Wednesday, opening a new chapter in German and European politics as the Merkel era comes to an end.

    Scholz, the outgoing deputy chancellor and finance minister, will lead a government composed of his Social Democrat party, the business-friendly Free Democrats and the Greens, a coalition of parties never tried before at the federal level in Germany.

    Continue reading...", + "content": "

    Scholz to lead coalition government after agreement was signed by party leaders on Tuesday

    Olaf Scholz is to be voted in as chancellor by the Bundestag on Wednesday, opening a new chapter in German and European politics as the Merkel era comes to an end.

    Scholz, the outgoing deputy chancellor and finance minister, will lead a government composed of his Social Democrat party, the business-friendly Free Democrats and the Greens, a coalition of parties never tried before at the federal level in Germany.

    Continue reading...", + "category": "Olaf Scholz", + "link": "https://www.theguardian.com/world/2021/dec/08/olaf-scholz-to-be-voted-in-as-german-chancellor-as-merkel-era-ends", + "creator": "Jennifer Rankin and agencies", + "pubDate": "2021-12-08T05:00:32Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215582,20 +241060,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6321eeaa78ee458569f787a0cdfe133" + "hash": "4ceadd30f58879b6528f44e02854ba44" }, { - "title": "How to teach children the real value of money", - "description": "

    A study has shown that by the age of seven they can grasp the lessons they need to learn to avoid financial problems in the future

    The early experiences children have with money can shape their financial behaviour as adults, according to a study published by the UK government’s MoneyHelper service. By the age of seven, the University of Cambridge study found, most children are capable of grasping the value of money, delaying gratification and understanding that some choices are irreversible or will cause them problems in the future. The research suggests children who are allowed to make age-appropriate financial decisions and experience spending or saving dilemmas can form positive “habits of the mind” when it comes to money. This could lead to a lifelong improvement in their ability to plan ahead and be reflective in their thinking about money, or they may learn how to regulate their impulses and emotions in a way that promotes positive financial behaviour later in life.

    Continue reading...", - "content": "

    A study has shown that by the age of seven they can grasp the lessons they need to learn to avoid financial problems in the future

    The early experiences children have with money can shape their financial behaviour as adults, according to a study published by the UK government’s MoneyHelper service. By the age of seven, the University of Cambridge study found, most children are capable of grasping the value of money, delaying gratification and understanding that some choices are irreversible or will cause them problems in the future. The research suggests children who are allowed to make age-appropriate financial decisions and experience spending or saving dilemmas can form positive “habits of the mind” when it comes to money. This could lead to a lifelong improvement in their ability to plan ahead and be reflective in their thinking about money, or they may learn how to regulate their impulses and emotions in a way that promotes positive financial behaviour later in life.

    Continue reading...", - "category": "Money", - "link": "https://www.theguardian.com/money/2021/dec/13/how-to-teach-children-the-real-value-of-money", - "creator": "Donna Ferguson", - "pubDate": "2021-12-13T07:00:03Z", + "title": "Third accuser alleges Ghislaine Maxwell preyed on her when she was a minor", + "description": "

    ‘Carolyn’ testifies that Maxwell coordinated sexualized massages with Jeffrey Epstein, starting when she was 14

    • This article contains depictions of sexual abuse

    Prosecutors in Ghislaine Maxwell’s child sex-trafficking trial in Manhattan federal court on Tuesday introduced a witness who was once the kind of minor teen on whom the Briton is alleged to have preyed.

    At 14, “Carolyn” was vulnerable. She had an alcoholic mother and a 17-year-old boyfriend and had been raped and molested by her grandfather from the age of four. She needed money.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "content": "

    ‘Carolyn’ testifies that Maxwell coordinated sexualized massages with Jeffrey Epstein, starting when she was 14

    • This article contains depictions of sexual abuse

    Prosecutors in Ghislaine Maxwell’s child sex-trafficking trial in Manhattan federal court on Tuesday introduced a witness who was once the kind of minor teen on whom the Briton is alleged to have preyed.

    At 14, “Carolyn” was vulnerable. She had an alcoholic mother and a 17-year-old boyfriend and had been raped and molested by her grandfather from the age of four. She needed money.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/07/ghislaine-maxwell-sex-trafficking-trial-third-accuser", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-07T21:55:16Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215603,20 +241080,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7d061065e232a0ad68bc673e7fda7a5" + "hash": "7a9666edc8d54184a3d5f920f1ed875a" }, - { - "title": "Chile: candidates battle for moderate votes as presidential race nears end", - "description": "

    Far-right José Antonio Kast and left-wing Gabriel Boric in tight race amid divided political landscape

    Chile’s presidential race is hurtling towards its conclusion with the two remaining candidates battling to secure moderate votes in a deeply divided political landscape.

    Far-right candidate José Antonio Kast secured a two-point victory in November’s first round, but polls show that Gabriel Boric – the leftwing former student leader he will face in the 19 December runoff – now holds a narrow lead.

    Continue reading...", - "content": "

    Far-right José Antonio Kast and left-wing Gabriel Boric in tight race amid divided political landscape

    Chile’s presidential race is hurtling towards its conclusion with the two remaining candidates battling to secure moderate votes in a deeply divided political landscape.

    Far-right candidate José Antonio Kast secured a two-point victory in November’s first round, but polls show that Gabriel Boric – the leftwing former student leader he will face in the 19 December runoff – now holds a narrow lead.

    Continue reading...", - "category": "Chile", - "link": "https://www.theguardian.com/world/2021/dec/11/chile-candidates-battle-for-moderate-votes-as-presidential-race-nears-end", - "creator": "John Bartlett in Santiago", - "pubDate": "2021-12-11T20:39:55Z", + { + "title": "Indonesia president vows to rebuild after volcano eruption as death toll rises to 34", + "description": "

    More fatalities expected as search for survivors continues following eruption at Mount Semeru on Saturday

    Indonesia’s president has visited areas devastated by a powerful volcanic eruption that killed at least 34 people and left thousands homeless, and vowed that communities would be quickly rebuilt.

    Clouds of hot ash shot high into the sky and an avalanche of lava and searing gas swept as far as 11 kilometers (7 miles) down Mount Semeru’s slopes in a sudden eruption Saturday triggered by heavy rain. Villages and towns were blanketed by tons of volcanic debris.

    Continue reading...", + "content": "

    More fatalities expected as search for survivors continues following eruption at Mount Semeru on Saturday

    Indonesia’s president has visited areas devastated by a powerful volcanic eruption that killed at least 34 people and left thousands homeless, and vowed that communities would be quickly rebuilt.

    Clouds of hot ash shot high into the sky and an avalanche of lava and searing gas swept as far as 11 kilometers (7 miles) down Mount Semeru’s slopes in a sudden eruption Saturday triggered by heavy rain. Villages and towns were blanketed by tons of volcanic debris.

    Continue reading...", + "category": "Indonesia", + "link": "https://www.theguardian.com/world/2021/dec/08/indonesia-president-vows-to-rebuild-after-volcano-eruption-as-death-toll-rises-to-34", + "creator": "Associated Press", + "pubDate": "2021-12-08T01:28:29Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215624,20 +241100,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a85bcbc6600ccc73aac5ebb9c6fa7968" + "hash": "01b8237cd23a4d5cf8c4d0c73d146c00" }, { - "title": "Power imbalance between Sydney GP and patient who left him millions ‘highly irregular’, court told", - "description": "

    Raymond McClure’s will, leaving Dr Peter Alexakis 90% of his estate, being challenged in NSW supreme court

    One of Australia’s most experienced geriatric specialists has told a Sydney court there was a “highly irregular” power imbalance between a GP and his wealthy patient who left him tens of millions of dollars.

    Raymond McClure, who died aged 84 in 2017, left his GP, Dr Peter Alexakis, 90% of his estate worth more than $30m.

    Continue reading...", - "content": "

    Raymond McClure’s will, leaving Dr Peter Alexakis 90% of his estate, being challenged in NSW supreme court

    One of Australia’s most experienced geriatric specialists has told a Sydney court there was a “highly irregular” power imbalance between a GP and his wealthy patient who left him tens of millions of dollars.

    Raymond McClure, who died aged 84 in 2017, left his GP, Dr Peter Alexakis, 90% of his estate worth more than $30m.

    Continue reading...", - "category": "New South Wales", - "link": "https://www.theguardian.com/australia-news/2021/dec/13/power-imbalance-between-sydney-gp-and-patient-who-left-him-millions-highly-irregular-court-told", - "creator": "Nino Bucci", - "pubDate": "2021-12-13T08:51:14Z", + "title": "Letter suggests ‘cover-up’ of PM’s involvement in Afghan dog airlift, says MP", + "description": "

    Chris Bryant reveals Pen Farthing was sent a letter from Boris Johnson’s PPS confirming evacuation

    A leaked letter suggests Boris Johnson and the Foreign Office may have covered up the prime minister’s involvement in airlifting more than 150 dogs and cats from Afghanistan, a senior MP has said.

    On Tuesday it emerged that the charity worker Pen Farthing received a letter from Johnson’s parliamentary secretary saying Farthing, his staff and the animals could be rescued from Kabul amid the Taliban takeover in August, when thousands of Afghans with UK connections were also trying to flee.

    Continue reading...", + "content": "

    Chris Bryant reveals Pen Farthing was sent a letter from Boris Johnson’s PPS confirming evacuation

    A leaked letter suggests Boris Johnson and the Foreign Office may have covered up the prime minister’s involvement in airlifting more than 150 dogs and cats from Afghanistan, a senior MP has said.

    On Tuesday it emerged that the charity worker Pen Farthing received a letter from Johnson’s parliamentary secretary saying Farthing, his staff and the animals could be rescued from Kabul amid the Taliban takeover in August, when thousands of Afghans with UK connections were also trying to flee.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2021/dec/07/letter-suggests-cover-up-of-pms-involvement-in-afghan-dog-airlift-says-mp", + "creator": "Dan Sabbagh, Aubrey Allegretti and Peter Walker", + "pubDate": "2021-12-07T20:48:20Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215645,20 +241120,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfb75ada52f67e35535a5d5bbb8e188d" + "hash": "bbcecc97c61635c5011672fe84ca0601" }, { - "title": "Will Omicron kill Christmas? How science stacks up in boosters v Covid variant battle", - "description": "

    Analysis: UK faces grim winter if vaccines offer poor overall protection, but if the virus has weak powers to evade immunity, hospital cases can be contained

    Two competing forces will determine Omicron’s impact on the nation over the next few weeks. The power of booster jabs to give last-minute protection against Covid-19 will be pitted against the new variant’s ability to elude existing immunity. The outcome will decide whether our festive season is going to be muted or miserable.

    If enough arms are jabbed with booster vaccines, while Omicron turns out to have poor powers to evade immunity, then there is hope hospital cases will be contained and the NHS will be protected. Severe restrictions in the new year – including the prospect of lockdowns – could be avoided.

    Continue reading...", - "content": "

    Analysis: UK faces grim winter if vaccines offer poor overall protection, but if the virus has weak powers to evade immunity, hospital cases can be contained

    Two competing forces will determine Omicron’s impact on the nation over the next few weeks. The power of booster jabs to give last-minute protection against Covid-19 will be pitted against the new variant’s ability to elude existing immunity. The outcome will decide whether our festive season is going to be muted or miserable.

    If enough arms are jabbed with booster vaccines, while Omicron turns out to have poor powers to evade immunity, then there is hope hospital cases will be contained and the NHS will be protected. Severe restrictions in the new year – including the prospect of lockdowns – could be avoided.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/12/will-omicron-kill-christmas-how-science-stacks-up-in-boosters-v-covid-variant-battle", - "creator": "Robin McKie Science editor", - "pubDate": "2021-12-12T07:15:31Z", + "title": "Tim Cook reportedly signed five-year $275bn deal with Chinese officials", + "description": "

    The Information reports Apple CEO’s agreement will placate threats that would have hobbled its devices and services in the country

    Tim Cook, the chief executive of Apple, signed an agreement with Chinese officials, estimated to be worth about $275bn, to placate threats that would have hobbled its devices and services in the country, The Information reported on Tuesday.

    Apple did not immediately respond to a Reuters request for comment.

    Continue reading...", + "content": "

    The Information reports Apple CEO’s agreement will placate threats that would have hobbled its devices and services in the country

    Tim Cook, the chief executive of Apple, signed an agreement with Chinese officials, estimated to be worth about $275bn, to placate threats that would have hobbled its devices and services in the country, The Information reported on Tuesday.

    Apple did not immediately respond to a Reuters request for comment.

    Continue reading...", + "category": "Apple", + "link": "https://www.theguardian.com/technology/2021/dec/07/apple-china-deal-tim-cook", + "creator": "Reuters", + "pubDate": "2021-12-07T20:30:35Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215666,20 +241140,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c28f52ff636eaf63e3b03e0b1743c6ce" + "hash": "907287d2f9172cc48c976c0ceec09351" }, { - "title": "‘I didn't find the exam difficult’: Indian woman learns to read and write at 104 – video", - "description": "

    A 104-year-old woman has fulfilled her dream to learn to read. After starting in April, Kuttiyamma achieved 89% in literacy and 100% in mathematics in the Kerala state primary literacy exam last month, the oldest woman to do so.

    Kuttiyamma had been curious about reading and would often try to make out the alphabet herself, but when she was born in a village to a low-caste rural family, there was no education. Her neighbour Rehana John, a 34-year-old literacy trainer, persuaded her to start to learn to read. Previously, John’s oldest student had been 85

    Continue reading...", - "content": "

    A 104-year-old woman has fulfilled her dream to learn to read. After starting in April, Kuttiyamma achieved 89% in literacy and 100% in mathematics in the Kerala state primary literacy exam last month, the oldest woman to do so.

    Kuttiyamma had been curious about reading and would often try to make out the alphabet herself, but when she was born in a village to a low-caste rural family, there was no education. Her neighbour Rehana John, a 34-year-old literacy trainer, persuaded her to start to learn to read. Previously, John’s oldest student had been 85

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/video/2021/dec/11/indian-woman-learns-to-read-and-write-at-104-video", - "creator": "", - "pubDate": "2021-12-11T10:31:14Z", + "title": "Tennis Australia denies seeking loopholes for unvaccinated players amid Novak Djokovic row", + "description": "

    Australian Open organisers say ‘all players, participants and staff’ must be vaccinated after Djokovic, who has not revealed his vaccination status, named for Serbia in ATP cup

    Tennis Australia has hit back at suggestions it is seeking to exploit a “loophole” in border entry rules so unvaccinated players can compete in the upcoming Australian Open, amid speculation about Novak Djokovic’s ability to enter the country.

    On Wednesday morning, Victoria’s deputy premier, James Merlino, responded to a report that the world No 1 had the backing of Tennis Australia – the organisers of the Open – to apply for an exemption on medical grounds after repeatedly refusing to reveal his vaccination status.

    Continue reading...", + "content": "

    Australian Open organisers say ‘all players, participants and staff’ must be vaccinated after Djokovic, who has not revealed his vaccination status, named for Serbia in ATP cup

    Tennis Australia has hit back at suggestions it is seeking to exploit a “loophole” in border entry rules so unvaccinated players can compete in the upcoming Australian Open, amid speculation about Novak Djokovic’s ability to enter the country.

    On Wednesday morning, Victoria’s deputy premier, James Merlino, responded to a report that the world No 1 had the backing of Tennis Australia – the organisers of the Open – to apply for an exemption on medical grounds after repeatedly refusing to reveal his vaccination status.

    Continue reading...", + "category": "Tennis", + "link": "https://www.theguardian.com/sport/2021/dec/08/tennis-australia-denies-seeking-loopholes-for-unvaccinated-players-amid-novak-djokovic-row", + "creator": "Elias Visontay", + "pubDate": "2021-12-08T04:41:05Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215687,20 +241160,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "83ac6120008c59e5d9f94b0d17bae0ce" + "hash": "26427c3522072afbcfa9a3aa9fe9fbc0" }, { - "title": "Freedom in the making: Bangladesh by Anne de Henning – in pictures", - "description": "

    Anne de Henning travelled through Bangladesh between 1971 and 1972, during the war of independence, photographing freedom fighters, families, refugee trains, and women fleeing villages

    To mark the 50th anniversary of Bangladesh’s independence, the Samdani Art Foundation has organised an exhibition of her images which are on display at the National Art Gallery in Dhaka, 10–31 December

    Continue reading...", - "content": "

    Anne de Henning travelled through Bangladesh between 1971 and 1972, during the war of independence, photographing freedom fighters, families, refugee trains, and women fleeing villages

    To mark the 50th anniversary of Bangladesh’s independence, the Samdani Art Foundation has organised an exhibition of her images which are on display at the National Art Gallery in Dhaka, 10–31 December

    Continue reading...", - "category": "Bangladesh", - "link": "https://www.theguardian.com/world/gallery/2021/dec/10/freedom-in-the-making-bangladesh-by-anne-de-henning-in-pictures", - "creator": "Anne de Henning", - "pubDate": "2021-12-10T07:00:35Z", + "title": "A Christmas beetle: in Europe they’re called ‘cockchafers’ | Helen Sullivan", + "description": "

    In 1479 beetles were put on trial for ‘creeping secretly in the earth’

    If you hold a Christmas beetle – small, brown, mechanical – in the palm of your hand, it moves as though under a spell. The spell commands it to keep walking, to burrow its surprisingly strong legs endlessly forwards, like the end of the year growing steadily nearer and just as steadily receding.

    In Europe, Christmas beetles are called “cockchafers”. In the year 1478, they appeared in a French court to stand trial on the charge of having been sent by witches to destroy the laity’s crops (and jeopardise the church’s tithes).

    Continue reading...", + "content": "

    In 1479 beetles were put on trial for ‘creeping secretly in the earth’

    If you hold a Christmas beetle – small, brown, mechanical – in the palm of your hand, it moves as though under a spell. The spell commands it to keep walking, to burrow its surprisingly strong legs endlessly forwards, like the end of the year growing steadily nearer and just as steadily receding.

    In Europe, Christmas beetles are called “cockchafers”. In the year 1478, they appeared in a French court to stand trial on the charge of having been sent by witches to destroy the laity’s crops (and jeopardise the church’s tithes).

    Continue reading...", + "category": "Insects", + "link": "https://www.theguardian.com/environment/commentisfree/2021/dec/08/a-christmas-beetle-in-england-theyre-called-cockchafers", + "creator": "Helen Sullivan", + "pubDate": "2021-12-07T16:30:19Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215708,20 +241180,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "51f1d26454ef54a9c88d7f73ebc42020" + "hash": "e24f7ef64fa75a3668e39353a4be26c7" }, { - "title": "Sudan's deadly military coup: will the fight for democracy ever be won? – video explainer", - "description": "

    Sudan has had more military coups than any other country in Africa, having undergone three popular uprisings since its independence from British colonial rule. The most recent revolution in 2019 is still under way, with protesters calling for the military to hand over to a civilian government. On 25 October the military responded to these calls with another crackdown. Internet access was shut down for more than three weeks and unarmed protesters were met with violence.  Journalist Yousra Elbagir talks us through the timeline of events in Sudan's fight for democracy 

    Continue reading...", - "content": "

    Sudan has had more military coups than any other country in Africa, having undergone three popular uprisings since its independence from British colonial rule. The most recent revolution in 2019 is still under way, with protesters calling for the military to hand over to a civilian government. On 25 October the military responded to these calls with another crackdown. Internet access was shut down for more than three weeks and unarmed protesters were met with violence.  Journalist Yousra Elbagir talks us through the timeline of events in Sudan's fight for democracy 

    Continue reading...", - "category": "Sudan", - "link": "https://www.theguardian.com/world/video/2021/dec/09/sudans-deadly-military-coup-will-the-fight-for-democracy-ever-be-won-video-explainer", - "creator": "Kyri Evangelou Yousra Elbagir and Katie Lamborn", - "pubDate": "2021-12-09T13:57:46Z", + "title": "‘If you run, you will die’: fear stalks Nigerian state as jihadists gain foothold", + "description": "

    Niger state has been wracked by banditry for years. Now jihadists have moved in to communities just a few hundred miles from the capital, Abuja

    “They ordered everyone to come around, saying if you run, if you cry, you will die,” said Bala Pada, recalling the moment in April when jihadists rounded up people at a market in his home town of Kaure to witness the execution of two alleged vigilantes.

    Hundreds of jihadists have settled over the past year in Kaure and other remote communities in Niger state in Nigeria, according to displaced residents and local government officials. They began to arrive in November 2020, hoisting flags and declaring the communities under their control.

    Continue reading...", + "content": "

    Niger state has been wracked by banditry for years. Now jihadists have moved in to communities just a few hundred miles from the capital, Abuja

    “They ordered everyone to come around, saying if you run, if you cry, you will die,” said Bala Pada, recalling the moment in April when jihadists rounded up people at a market in his home town of Kaure to witness the execution of two alleged vigilantes.

    Hundreds of jihadists have settled over the past year in Kaure and other remote communities in Niger state in Nigeria, according to displaced residents and local government officials. They began to arrive in November 2020, hoisting flags and declaring the communities under their control.

    Continue reading...", + "category": "Nigeria", + "link": "https://www.theguardian.com/world/2021/dec/08/nigeria-niger-state-jihadists-boko-haram-abuja-banditry", + "creator": "Emmanuel Akinwotu in Gwada", + "pubDate": "2021-12-08T05:00:33Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215729,20 +241200,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a644200460011c50370de4ce8ba1509d" + "hash": "2c0f7f82f79a67d7b0a2c7d014eb524b" }, { - "title": "G7 leaders warn Russia all sanctions on table over Ukraine border buildup", - "description": "

    Kremlin would ‘face massive consequences’ in event of invasion, says UK foreign secretary at Liverpool talks

    Foreign ministers of the G7 group of rich democracies have warned Russia of “massive consequences” if it invades Ukraine and urged it to de-escalate its military buildup on its border.

    A communique from the meeting in Liverpool said the group reaffirmed its “unwavering commitment to Ukraine’s sovereignty and territorial integrity, as well as the right of any sovereign state to determine its own future” and praised what it called Ukraine’s “restraint” as tensions grew.

    Continue reading...", - "content": "

    Kremlin would ‘face massive consequences’ in event of invasion, says UK foreign secretary at Liverpool talks

    Foreign ministers of the G7 group of rich democracies have warned Russia of “massive consequences” if it invades Ukraine and urged it to de-escalate its military buildup on its border.

    A communique from the meeting in Liverpool said the group reaffirmed its “unwavering commitment to Ukraine’s sovereignty and territorial integrity, as well as the right of any sovereign state to determine its own future” and praised what it called Ukraine’s “restraint” as tensions grew.

    Continue reading...", - "category": "G7", - "link": "https://www.theguardian.com/world/2021/dec/12/g7-leaders-sanctions-russia-buildup-ukraine-border", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-12T16:43:18Z", + "title": "‘It’s soul-crushing’: the shocking story of Guantánamo Bay’s ‘forever prisoner’", + "description": "

    In Alex Gibney’s harrowing documentary, the tale of Abu Zubaydah, seen as patient zero for the CIA’s torture programme, is explored with horrifying new details

    From “a black site” in Thailand in 2002, CIA officers warned headquarters that their interrogation techniques might result in the death of a prisoner. If that happened, he would be cremated, leaving no trace. But if he survived, could the CIA offer assurance that he would be remain in isolation?

    It could. Abu Zubaydah, the agency said in a cable, “will never be placed in a situation where he has any significant contact with others” and “should remain incommunicado for the remainder of his life”.

    Continue reading...", + "content": "

    In Alex Gibney’s harrowing documentary, the tale of Abu Zubaydah, seen as patient zero for the CIA’s torture programme, is explored with horrifying new details

    From “a black site” in Thailand in 2002, CIA officers warned headquarters that their interrogation techniques might result in the death of a prisoner. If that happened, he would be cremated, leaving no trace. But if he survived, could the CIA offer assurance that he would be remain in isolation?

    It could. Abu Zubaydah, the agency said in a cable, “will never be placed in a situation where he has any significant contact with others” and “should remain incommunicado for the remainder of his life”.

    Continue reading...", + "category": "Documentary", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/07/the-forever-prisoner-hbo-alex-gibney-guantanamo-bay", + "creator": "David Smith in Washington", + "pubDate": "2021-12-07T15:33:29Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215750,20 +241220,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "07ee0fe9cd4b722287e9bff2bf366d76" + "hash": "65de49e5dfd0d42aa5b5df8a83e77d7d" }, { - "title": "‘Not knowing is worse’: tornado survivor at candle factory awaits news of missing boyfriend", - "description": "

    Autumn Kirks took shelter and glanced away from her boyfriend, who was 10ft away, and when she looked back he was gone

    Workers on the night shift at the candle factory in Mayfield, Kentucky, were part of the holiday rush that was keeping the place going around the clock when a tornado whirled towards the small city and the word went out to “duck and cover”.

    Autumn Kirks pulled down her safety googles and took shelter, tossing aside wax and fragrance buckets to make room for herself.

    Continue reading...", - "content": "

    Autumn Kirks took shelter and glanced away from her boyfriend, who was 10ft away, and when she looked back he was gone

    Workers on the night shift at the candle factory in Mayfield, Kentucky, were part of the holiday rush that was keeping the place going around the clock when a tornado whirled towards the small city and the word went out to “duck and cover”.

    Autumn Kirks pulled down her safety googles and took shelter, tossing aside wax and fragrance buckets to make room for herself.

    Continue reading...", - "category": "Kentucky", - "link": "https://www.theguardian.com/us-news/2021/dec/12/kentucky-tornado-survivor-candle-factory", - "creator": "Samira Sadeque and agencies", - "pubDate": "2021-12-12T21:29:38Z", + "title": "Australia news live update: Victoria and Qld record first cases of Omicron Covid variant; TGA provisionally approves Moderna booster shot", + "description": "

    TGA provisionally approves Moderna booster shots for over-18s; two cases of Omicron variant detected in Queensland and one in Victoria; George Christensen should go ‘quietly’ into retirement, Scott Morrison says; China blames Australia for tense relationship after Winter Olympics boycott; Victoria records 1,312 new Covid cases and five deaths; NSW reports 403 cases, one death; eight cases and one death in ACT. Follow all the day’s news

    Actor Rebel Wilson has said her own team were opposed to her losing weight because she was “earning millions of dollars being the funny fat girl”.

    The Australian actor, 41, documented her physical transformation on social media after embarking on a health and fitness journey a couple of years ago.

    Continue reading...", + "content": "

    TGA provisionally approves Moderna booster shots for over-18s; two cases of Omicron variant detected in Queensland and one in Victoria; George Christensen should go ‘quietly’ into retirement, Scott Morrison says; China blames Australia for tense relationship after Winter Olympics boycott; Victoria records 1,312 new Covid cases and five deaths; NSW reports 403 cases, one death; eight cases and one death in ACT. Follow all the day’s news

    Actor Rebel Wilson has said her own team were opposed to her losing weight because she was “earning millions of dollars being the funny fat girl”.

    The Australian actor, 41, documented her physical transformation on social media after embarking on a health and fitness journey a couple of years ago.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/08/australia-news-live-update-sydney-party-boat-covid-cases-likely-to-be-omicron-pfizer-enthusiastic-to-talk-to-australia", + "creator": "Mostafa Rachwani (now) and Matilda Boseley (earlier)", + "pubDate": "2021-12-08T04:43:28Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215771,20 +241240,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bd120b6a7d8d4cf43cc3adeacaf0959" + "hash": "a5bcb11f91adf3cf847aff2508697f66" }, { - "title": "UK booster jab rollout to increase to 1m a day to battle Omicron ‘tidal wave’", - "description": "

    Army to be deployed as part of effort to offer Covid vaccine dose to every adult by end of month

    Boris Johnson is gambling on an unprecedented ramping up of vaccinations, rolling out 1m booster jabs a day to stem an incoming “tidal wave of Omicron” and avoid imposing further restrictions.

    The army will be deployed across the country to help rapidly accelerate the vaccine programme and GPs will be told to cancel appointments to dedicate resources to offering vaccines to every UK adult by the end of December.

    Continue reading...", - "content": "

    Army to be deployed as part of effort to offer Covid vaccine dose to every adult by end of month

    Boris Johnson is gambling on an unprecedented ramping up of vaccinations, rolling out 1m booster jabs a day to stem an incoming “tidal wave of Omicron” and avoid imposing further restrictions.

    The army will be deployed across the country to help rapidly accelerate the vaccine programme and GPs will be told to cancel appointments to dedicate resources to offering vaccines to every UK adult by the end of December.

    Continue reading...", - "category": "Health policy", - "link": "https://www.theguardian.com/politics/2021/dec/12/uk-booster-jab-rollout-to-increase-to-1m-a-day-to-battle-omicron-tidal-wave", - "creator": "Jessica Elgot, Aubrey Allegretti, Haroon Siddique and Hannah Devlin", - "pubDate": "2021-12-12T20:07:40Z", + "title": "Campaigners threaten UK legal action over porn sites’ lack of age verification", + "description": "

    Exclusive: failure to prevent children seeing online porn puts them at risk of abuse and lifelong trauma, say children’s safety group

    The UK data watchdog must introduce age verification for commercial pornography sites or face a high court challenge over any failure to act, children’s safety groups have warned.

    The demand in a letter to the Information Commissioner’s Office (ICO) states that the government’s failure to stop children seeing porn is causing lifelong trauma and putting children at risk of abuse and exploitation. It urges the ICO to use the powers under the recently introduced age appropriate design code (AADC) to introduce rigorous age-checking procedures for publicly accessible porn sites.

    Continue reading...", + "content": "

    Exclusive: failure to prevent children seeing online porn puts them at risk of abuse and lifelong trauma, say children’s safety group

    The UK data watchdog must introduce age verification for commercial pornography sites or face a high court challenge over any failure to act, children’s safety groups have warned.

    The demand in a letter to the Information Commissioner’s Office (ICO) states that the government’s failure to stop children seeing porn is causing lifelong trauma and putting children at risk of abuse and exploitation. It urges the ICO to use the powers under the recently introduced age appropriate design code (AADC) to introduce rigorous age-checking procedures for publicly accessible porn sites.

    Continue reading...", + "category": "Internet safety", + "link": "https://www.theguardian.com/global-development/2021/dec/05/campaigners-threaten-uk-legal-action-over-porn-sites-lack-of-age-verification", + "creator": "Harriet Grant and Dan Milmo", + "pubDate": "2021-12-05T16:00:01Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215792,20 +241260,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "228928d6af15e7c387bcda8ade80e187" + "hash": "a43ccd98f8c272554639f9c44f9f8a64" }, { - "title": "UK and EU settle fishing row but French fishers vow to go ahead with blockade", - "description": "

    Talk of trade war dropped after UK and Channel Islands governments agree to issue more licences


    Paris, London and Brussels have dropped talk of a trade war and appeared to settle a dispute over post-Brexit fishing licences, but angry French fishers threatened to go ahead with a pre-Christmas blockade of British goods entering Calais.

    The European Commission and the French government signalled satisfaction with the result of an intensive fortnight of negotiations as the UK and Channel Islands governments agreed to issue 83 more operating licences before an EU deadline.

    Continue reading...", - "content": "

    Talk of trade war dropped after UK and Channel Islands governments agree to issue more licences


    Paris, London and Brussels have dropped talk of a trade war and appeared to settle a dispute over post-Brexit fishing licences, but angry French fishers threatened to go ahead with a pre-Christmas blockade of British goods entering Calais.

    The European Commission and the French government signalled satisfaction with the result of an intensive fortnight of negotiations as the UK and Channel Islands governments agreed to issue 83 more operating licences before an EU deadline.

    Continue reading...", - "category": "Fishing", - "link": "https://www.theguardian.com/environment/2021/dec/12/france-drops-threat-of-trade-war-over-post-brexit-fishing-rights", - "creator": "Daniel Boffey in Brussels", - "pubDate": "2021-12-12T17:02:00Z", + "title": "The latest challenge to Joe Biden’s presidency: the Omicron variant", + "description": "

    Analysis: after he promised to crush the coronavirus, the rise of a new strain could be a blow to perceptions of his competency

    Joe Biden looked out at an audience of government scientists last week and recognized a mask-wearing Anthony Fauci, his top adviser on the coronavirus. “I’ve seen more of Dr Fauci than my wife,” he joked. “Who’s president? Fauci!”

    The US president was visiting the frontline of the Covid-19 struggle, the National Institutes of Health in Bethesda, Maryland, where he unveiled a winter plan that includes a drive for vaccine boosters, free at-home testing and fresh requirements for international travelers.

    Continue reading...", + "content": "

    Analysis: after he promised to crush the coronavirus, the rise of a new strain could be a blow to perceptions of his competency

    Joe Biden looked out at an audience of government scientists last week and recognized a mask-wearing Anthony Fauci, his top adviser on the coronavirus. “I’ve seen more of Dr Fauci than my wife,” he joked. “Who’s president? Fauci!”

    The US president was visiting the frontline of the Covid-19 struggle, the National Institutes of Health in Bethesda, Maryland, where he unveiled a winter plan that includes a drive for vaccine boosters, free at-home testing and fresh requirements for international travelers.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2021/dec/05/biden-administration-coronavirus-omicron", + "creator": "David Smith in Washington", + "pubDate": "2021-12-05T08:00:49Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215813,20 +241280,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "32846b0ed62d3b65426b3e58d94aa9e6" + "hash": "6564ed938297b12b1b692405169c35f0" }, { - "title": "Israel’s PM Naftali Bennett to visit UAE to discuss deepening ties", - "description": "

    Talks between PM and crown prince of Abu Dhabi come after full diplomatic links brokered last year

    Naftali Bennett is to make the first official visit by an Israeli prime minister to the United Arab Emirates since the two countries established diplomatic ties last year.

    Bennett will meet Sheikh Mohammed bin Zayed al-Nahyan, the crown prince of Abu Dhabi, on Monday to discuss “deepening the ties between Israel and the UAE, especially economic and regional issues,” Bennett’s office said.

    Continue reading...", - "content": "

    Talks between PM and crown prince of Abu Dhabi come after full diplomatic links brokered last year

    Naftali Bennett is to make the first official visit by an Israeli prime minister to the United Arab Emirates since the two countries established diplomatic ties last year.

    Bennett will meet Sheikh Mohammed bin Zayed al-Nahyan, the crown prince of Abu Dhabi, on Monday to discuss “deepening the ties between Israel and the UAE, especially economic and regional issues,” Bennett’s office said.

    Continue reading...", - "category": "Israel", - "link": "https://www.theguardian.com/world/2021/dec/12/naftali-bennett-israel-pm-uae-visit", - "creator": "Agence France-Presse in Jerusalem", - "pubDate": "2021-12-12T12:45:07Z", + "title": "Scientists find ‘stealth’ version of Omicron that may be harder to track", + "description": "

    Variant lacks feature that allows probable cases to be distinguished among positive PCR tests

    Scientists say they have identified a “stealth” version of Omicron which cannot be distinguished from other variants using the PCR tests that public health officials deploy to gain a quick picture of its spread around the world.

    The stealth variant has many mutations in common with standard Omicron, but it lacks a particular genetic change that allows lab-based PCR tests to be used as a rough and ready means of flagging up probable cases.

    Continue reading...", + "content": "

    Variant lacks feature that allows probable cases to be distinguished among positive PCR tests

    Scientists say they have identified a “stealth” version of Omicron which cannot be distinguished from other variants using the PCR tests that public health officials deploy to gain a quick picture of its spread around the world.

    The stealth variant has many mutations in common with standard Omicron, but it lacks a particular genetic change that allows lab-based PCR tests to be used as a rough and ready means of flagging up probable cases.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/07/scientists-find-stealth-version-of-omicron-not-identifiable-with-pcr-test-covid-variant", + "creator": "Ian Sample and Peter Walker", + "pubDate": "2021-12-07T16:44:09Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215834,20 +241300,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d55e90c9013cdc0926fd06d5c62f7b2" + "hash": "c0cb614aa44869843b30eace5c834a1f" }, { - "title": "Naomie Harris says ‘huge star’ groped her during audition", - "description": "

    Bond actor recalls past #MeToo incident and contrasts lack of censure with ‘immediate’ removal on recent project

    The Oscar-nominated actor Naomie Harris has said a #MeToo incident on one of her recent projects prompted the “immediate” removal of the perpetrator, as she recalled another occasion when she was groped by a “huge star” who faced no censure.

    Harris, who played Moneypenny in the last three Bond films and was up for an Oscar for her role in Moonlight in 2017, declined to name either of the men allegedly responsible.

    Continue reading...", - "content": "

    Bond actor recalls past #MeToo incident and contrasts lack of censure with ‘immediate’ removal on recent project

    The Oscar-nominated actor Naomie Harris has said a #MeToo incident on one of her recent projects prompted the “immediate” removal of the perpetrator, as she recalled another occasion when she was groped by a “huge star” who faced no censure.

    Harris, who played Moneypenny in the last three Bond films and was up for an Oscar for her role in Moonlight in 2017, declined to name either of the men allegedly responsible.

    Continue reading...", - "category": "Naomie Harris", - "link": "https://www.theguardian.com/film/2021/dec/12/naomie-harris-metoo-incident-actor-star-audition", - "creator": "Helen Pidd", - "pubDate": "2021-12-12T11:17:48Z", + "title": "Prepare a swift response to Russia invading Ukraine, Latvia tells west", + "description": "

    Nato not sending a clear signal would mean ‘glue that keeps us together’ has failed, says foreign minister

    A swift reprisal package against Russia – including US troops and Patriot missiles stationed in the Baltics, the cutting off of Russia from the Swift banking payments system and reinstated sanctions on the Nord Stream 2 gas pipeline – must be prepared now in case it invades Ukraine, the Latvian foreign minister has said.

    The warning from Edgars Rinkēvičs comes as Joe Biden and Vladimir Putin prepare to hold talks about the growing tensions.

    Continue reading...", + "content": "

    Nato not sending a clear signal would mean ‘glue that keeps us together’ has failed, says foreign minister

    A swift reprisal package against Russia – including US troops and Patriot missiles stationed in the Baltics, the cutting off of Russia from the Swift banking payments system and reinstated sanctions on the Nord Stream 2 gas pipeline – must be prepared now in case it invades Ukraine, the Latvian foreign minister has said.

    The warning from Edgars Rinkēvičs comes as Joe Biden and Vladimir Putin prepare to hold talks about the growing tensions.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2021/dec/07/ukraine-russia-latvia-foreign-minister-invasion-warning", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-07T13:13:28Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215855,20 +241320,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f7cbc28c5dca911bc9b1d75dba885a4" + "hash": "ebbafa5b9060d9ee54a0b7eca0e3a9ea" }, { - "title": "Sailing away: superyacht industry booms during Covid pandemic", - "description": "

    Record-breaking number of vessels being built or on order worldwide, despite environmental concerns

    In an era of environmental awareness and conspicuous displays of sustainability, you might not expect a rise in the number of people with the means and appetite for a £50m floating fortress of solitude.

    But, in part because of the coronavirus crisis, the superyacht industry is booming – and the number of vessels under construction or on order worldwide has hit a new record. According to figures revealed in the latest edition of Boat International’s Global Order Book, more than 1,200 superyachts are slated to be built – a rise of 25% on last year.

    Continue reading...", - "content": "

    Record-breaking number of vessels being built or on order worldwide, despite environmental concerns

    In an era of environmental awareness and conspicuous displays of sustainability, you might not expect a rise in the number of people with the means and appetite for a £50m floating fortress of solitude.

    But, in part because of the coronavirus crisis, the superyacht industry is booming – and the number of vessels under construction or on order worldwide has hit a new record. According to figures revealed in the latest edition of Boat International’s Global Order Book, more than 1,200 superyachts are slated to be built – a rise of 25% on last year.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/12/superyacht-industry-booms-during-covid-pandemic", - "creator": "Archie Bland", - "pubDate": "2021-12-12T10:58:54Z", + "title": "French police arrest man in connection with Jamal Khashoggi killing", + "description": "

    Police say man, named as Khalid Aedh al-Otaibi, was arrested as he was about to board flight from Paris to Riyadh

    French police have arrested a man on suspicion of being a former member of the Saudi royal guard accused of being involved in the murder of journalist Jamal Khashoggi.

    The man, named as Khalid Aedh al-Otaibi, was taken into custody at Paris’s Charles de Gaulle airport as he was about to board a plane to the Saudi capital, Riyadh.

    Continue reading...", + "content": "

    Police say man, named as Khalid Aedh al-Otaibi, was arrested as he was about to board flight from Paris to Riyadh

    French police have arrested a man on suspicion of being a former member of the Saudi royal guard accused of being involved in the murder of journalist Jamal Khashoggi.

    The man, named as Khalid Aedh al-Otaibi, was taken into custody at Paris’s Charles de Gaulle airport as he was about to board a plane to the Saudi capital, Riyadh.

    Continue reading...", + "category": "Jamal Khashoggi", + "link": "https://www.theguardian.com/world/2021/dec/07/one-of-suspected-killers-of-jamal-khashoggi-held-in-paris-say-reports", + "creator": "Kim Willsher in Paris and Stephanie Kirchgaessner in Washington", + "pubDate": "2021-12-07T22:07:50Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215876,20 +241340,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "202f0b52ceeb7b2fcc434ec1e3078057" + "hash": "73d23ddecd5c622077966bbb6db98462" }, { - "title": "Sicily apartment block explosion leaves at least four dead", - "description": "

    Firefighters say the blast in the southern town of Ravanusa was probably caused by a gas leak

    Four people have been killed and five are missing in Sicily after an explosion caused a four-storey apartment building to collapse.

    Two women were recovered alive from the rubble in the southern town of Ravanusa on Saturday night, and rescuers and sniffer dogs were searching for other people still missing.

    Continue reading...", - "content": "

    Firefighters say the blast in the southern town of Ravanusa was probably caused by a gas leak

    Four people have been killed and five are missing in Sicily after an explosion caused a four-storey apartment building to collapse.

    Two women were recovered alive from the rubble in the southern town of Ravanusa on Saturday night, and rescuers and sniffer dogs were searching for other people still missing.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2021/dec/12/sicily-apartment-block-explosion-ravanusa", - "creator": "Agence France-Presse in Rome", - "pubDate": "2021-12-12T12:34:03Z", + "title": "Trump’s social media platform hits roadblocks as major political battle looms", + "description": "

    ‘Truth Social’ purportedly plans to challenge Twitter and Facebook, platforms that have banned or curbed the ex-president

    Donald Trump’s plan to launch “Truth Social”, a special purpose acquisitions backed social media company early next year may have hit a roadblock after US regulators issued a request for information on the deal on Monday.

    The request from the SEC and the Financial Industry Regulatory Authority for information from Digital World Acquisition Corp (DWAC), a blank-check SPAC that is set to merge with Trump Media & Technology Group, comes as a powerful Republican congressman, Devin Nunes, announced he was stepping out of politics to join the Trump media venture as CEO.

    Continue reading...", + "content": "

    ‘Truth Social’ purportedly plans to challenge Twitter and Facebook, platforms that have banned or curbed the ex-president

    Donald Trump’s plan to launch “Truth Social”, a special purpose acquisitions backed social media company early next year may have hit a roadblock after US regulators issued a request for information on the deal on Monday.

    The request from the SEC and the Financial Industry Regulatory Authority for information from Digital World Acquisition Corp (DWAC), a blank-check SPAC that is set to merge with Trump Media & Technology Group, comes as a powerful Republican congressman, Devin Nunes, announced he was stepping out of politics to join the Trump media venture as CEO.

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/2021/dec/07/trump-social-media-platform-roadblocks", + "creator": "Edward Helmore", + "pubDate": "2021-12-07T17:04:55Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215897,20 +241360,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7fe6c2870ef7ba51675ef093736e4c2" + "hash": "d791ef29d46b2c27305a49c0cce898d8" }, { - "title": "Anne Rice, author of Interview With the Vampire, dies aged 80", - "description": "

    Horror writers pay tribute after bestselling gothic novelist dies of complications from stroke

    Anne Rice, the bestselling author of Interview With the Vampire, has died at the age of 80.

    The gothic novelist’s son, Christopher Rice, said in a statement on Sunday morning that Rice had “passed away due to complications resulting from a stroke”, adding: “The immensity of our family’s grief cannot be overstated.”

    Continue reading...", - "content": "

    Horror writers pay tribute after bestselling gothic novelist dies of complications from stroke

    Anne Rice, the bestselling author of Interview With the Vampire, has died at the age of 80.

    The gothic novelist’s son, Christopher Rice, said in a statement on Sunday morning that Rice had “passed away due to complications resulting from a stroke”, adding: “The immensity of our family’s grief cannot be overstated.”

    Continue reading...", - "category": "Anne Rice", - "link": "https://www.theguardian.com/books/2021/dec/12/anne-rice-author-of-interview-with-the-vampire-dies-aged-80", - "creator": "Alison Flood", - "pubDate": "2021-12-12T13:27:53Z", + "title": "South Korea hospitals under intense pressure amid record 7,175 Covid cases in a day", + "description": "

    Rise in infections attributed to young people who have yet to be fully vaccinated and older citizens who have not received boosters

    South Korea has reported a record daily total of 7,175 new Covid cases as officials urged people to complete their vaccinations.

    The prime minister, Kim Boo-kyum, warned that hospitals were coming under intense pressure amid a rise in serious cases, days after the government announced a return to stricter restrictions on social gatherings.

    Continue reading...", + "content": "

    Rise in infections attributed to young people who have yet to be fully vaccinated and older citizens who have not received boosters

    South Korea has reported a record daily total of 7,175 new Covid cases as officials urged people to complete their vaccinations.

    The prime minister, Kim Boo-kyum, warned that hospitals were coming under intense pressure amid a rise in serious cases, days after the government announced a return to stricter restrictions on social gatherings.

    Continue reading...", + "category": "South Korea", + "link": "https://www.theguardian.com/world/2021/dec/08/south-korea-hospitals-under-pressure-as-record-7175-covid-cases-in-a-day", + "creator": "Justin McCurry in Tokyo", + "pubDate": "2021-12-08T02:57:59Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215918,20 +241380,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "32a9c5af0e777f13bd4a30c75c10004f" + "hash": "5d96eb10ea9651cc958790707a4f471a" }, { - "title": "Austria ends Covid lockdown restrictions for vaccinated people", - "description": "

    Strict rules lifted across most of country after three weeks as case numbers plummet

    Austria has ended lockdown restrictions for vaccinated people across most of the country, three weeks after reimposing strict rules to combat a rising wave of coronavirus infections.

    The rules, which vary by region within the country, largely allow for the reopening of theatres, museums and other cultural and entertainment venues on Sunday. Shops will follow on Monday.

    Continue reading...", - "content": "

    Strict rules lifted across most of country after three weeks as case numbers plummet

    Austria has ended lockdown restrictions for vaccinated people across most of the country, three weeks after reimposing strict rules to combat a rising wave of coronavirus infections.

    The rules, which vary by region within the country, largely allow for the reopening of theatres, museums and other cultural and entertainment venues on Sunday. Shops will follow on Monday.

    Continue reading...", - "category": "Austria", - "link": "https://www.theguardian.com/world/2021/dec/12/austria-ends-covid-lockdown-restrictions-for-vaccinated-people", - "creator": "Associated Press in Vienna", - "pubDate": "2021-12-12T12:37:24Z", + "title": "Don’t Look Up review – slapstick apocalypse according to DiCaprio and Lawrence", + "description": "

    Adam McKay’s laboured satire challenges political indifference to looming comet catastrophe but misses out on the comedy

    Having long complained that movies aren’t engaging with the most vital issue of our time – the climate crisis – it’s perhaps churlish of me not to be glad when one comes along that does exactly that. But Adam McKay’s laboured, self-conscious and unrelaxed satire Don’t Look Up is like a 145-minute Saturday Night Live sketch with neither the brilliant comedy of Succession, which McKay co-produces, nor the seriousness that the subject might otherwise require. It is as if the sheer unthinkability of the crisis can only be contained and represented in self-aware slapstick mode.

    With knockabout hints of Dr Strangelove, Network and Wag the Dog, Don’t Look Up is about two astronomers discovering that a Mount Everest-sized comet is due in six months’ time to hit planet Earth and wipe out all human life. The scientists urgently present their findings to the White House, but find that the political and media classes can’t or won’t grasp what they are saying: too stupefied with consumerism, short-termism and social-media gossip, and insidiously paralysed by the interests of big tech. Leonardo DiCaprio plays nerdy, bearded astronomer Dr Randall Mindy, nervous of human interaction and addicted to Xanax. Jennifer Lawrence is his smart, emotionally spiky grad student Kate Dibiasky. Meryl Streep is the panto-villain president, Jonah Hill her son and chief-of-staff, and Mark Rylance is the creepy Brit tech mogul Sir Peter Isherwell.

    Continue reading...", + "content": "

    Adam McKay’s laboured satire challenges political indifference to looming comet catastrophe but misses out on the comedy

    Having long complained that movies aren’t engaging with the most vital issue of our time – the climate crisis – it’s perhaps churlish of me not to be glad when one comes along that does exactly that. But Adam McKay’s laboured, self-conscious and unrelaxed satire Don’t Look Up is like a 145-minute Saturday Night Live sketch with neither the brilliant comedy of Succession, which McKay co-produces, nor the seriousness that the subject might otherwise require. It is as if the sheer unthinkability of the crisis can only be contained and represented in self-aware slapstick mode.

    With knockabout hints of Dr Strangelove, Network and Wag the Dog, Don’t Look Up is about two astronomers discovering that a Mount Everest-sized comet is due in six months’ time to hit planet Earth and wipe out all human life. The scientists urgently present their findings to the White House, but find that the political and media classes can’t or won’t grasp what they are saying: too stupefied with consumerism, short-termism and social-media gossip, and insidiously paralysed by the interests of big tech. Leonardo DiCaprio plays nerdy, bearded astronomer Dr Randall Mindy, nervous of human interaction and addicted to Xanax. Jennifer Lawrence is his smart, emotionally spiky grad student Kate Dibiasky. Meryl Streep is the panto-villain president, Jonah Hill her son and chief-of-staff, and Mark Rylance is the creepy Brit tech mogul Sir Peter Isherwell.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/08/dont-look-up-review-slapstick-apocalypse-according-to-dicaprio-and-lawrence", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-08T00:01:27Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215939,20 +241400,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e18724c38de2716caee2c0ce907d4de7" + "hash": "5ca092cb121b2ea07c75f9d0d33411c6" }, { - "title": "The tragic missteps that killed a young California family on a hike", - "description": "

    The incident serves as a reminder to thoroughly map, plan ahead and be well-prepared when hiking, no matter the season

    When a young family died mysteriously on a trail in California’s Sierra Nevada mountains in August, authorities scoured the area for clues. Maybe there was a gas leak from a nearby mine. Maybe the family drank water that contained toxic algae. In the end, as a new report showed, the answers were more prosaic, if just as tragic: the triple-digit temperatures and tough terrain created a fatal situation.

    Nearly eighty pages of investigative reports obtained by the San Francisco Chronicle lay out the tragic missteps that led to the death of the young family and hold important lessons about the dangers of hiking in a grueling climate.

    Continue reading...", - "content": "

    The incident serves as a reminder to thoroughly map, plan ahead and be well-prepared when hiking, no matter the season

    When a young family died mysteriously on a trail in California’s Sierra Nevada mountains in August, authorities scoured the area for clues. Maybe there was a gas leak from a nearby mine. Maybe the family drank water that contained toxic algae. In the end, as a new report showed, the answers were more prosaic, if just as tragic: the triple-digit temperatures and tough terrain created a fatal situation.

    Nearly eighty pages of investigative reports obtained by the San Francisco Chronicle lay out the tragic missteps that led to the death of the young family and hold important lessons about the dangers of hiking in a grueling climate.

    Continue reading...", - "category": "California", - "link": "https://www.theguardian.com/us-news/2021/dec/12/tragic-death-young-california-family-hike", - "creator": "Katharine Gammon", - "pubDate": "2021-12-12T11:00:36Z", + "title": "Kamala Harris is on to something: AirPods are bad | Julia Carrie Wong", + "description": "

    Cybersecurity experts confirm that Bluetooth signals can in fact be intercepted. And old-school earbuds have a level of retro cool

    AirPods are bad, people. I’ve said it for years. In 2016, when Apple first debuted the overpriced accessories, I wrote that wireless headphones were like tampons without strings – missing the crucial feature that helps you find them when you need to.

    As the years have gone by, I’ve clung steadfastly to my wired headphone sets. (I say headphone sets, plural, because I need two pairs, one to plug into the headphone jack in my laptop and one to plug into the non-headphone jack in my iPhone. I frequently think that the people I can’t hear on Zoom calls are on mute when I actually just have the wrong pair of earbuds in my ears. I don’t care; I won’t change.)

    Continue reading...", + "content": "

    Cybersecurity experts confirm that Bluetooth signals can in fact be intercepted. And old-school earbuds have a level of retro cool

    AirPods are bad, people. I’ve said it for years. In 2016, when Apple first debuted the overpriced accessories, I wrote that wireless headphones were like tampons without strings – missing the crucial feature that helps you find them when you need to.

    As the years have gone by, I’ve clung steadfastly to my wired headphone sets. (I say headphone sets, plural, because I need two pairs, one to plug into the headphone jack in my laptop and one to plug into the non-headphone jack in my iPhone. I frequently think that the people I can’t hear on Zoom calls are on mute when I actually just have the wrong pair of earbuds in my ears. I don’t care; I won’t change.)

    Continue reading...", + "category": "Technology", + "link": "https://www.theguardian.com/technology/2021/dec/07/kamala-harris-airpods-bad-people", + "creator": "Julia Carrie Wong", + "pubDate": "2021-12-07T20:09:20Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215960,20 +241420,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7da76b35540ab04d8440a0c617a175e3" + "hash": "dff2d1f9efdf79a87961daca8a443e68" }, { - "title": "Maggie Gyllenhaal: from ‘difficult’ roles to lauded Hollywood director", - "description": "

    With a string of plaudits for portraying complex characters, the actor is now focusing her ‘quiet fire’ behind the cameras with a stunning debut film

    From her breakthrough role in Secretary, wearing stilettos, a pencil skirt and manacles and attempting to operate a stapler with her chin, to her directorial debut which digs into the messy truths about motherhood, Maggie Gyllenhaal has always been attracted to what she has described as “troubled women. The ones that are a real challenge. They really need me.”

    It’s a quote that really gets to the heart of what distinguishes Gyllenhaal. An Oscar-nominated actor, and now– with her Elena Ferrante adaptation The Lost Daughter – an award-winning screenwriter and director, she is drawn to the kind of women whose stories don’t usually get told. She delves into the uncomfortable angles and sharp edges of her characters and found her niche by not quite fitting into the mould.

    Continue reading...", - "content": "

    With a string of plaudits for portraying complex characters, the actor is now focusing her ‘quiet fire’ behind the cameras with a stunning debut film

    From her breakthrough role in Secretary, wearing stilettos, a pencil skirt and manacles and attempting to operate a stapler with her chin, to her directorial debut which digs into the messy truths about motherhood, Maggie Gyllenhaal has always been attracted to what she has described as “troubled women. The ones that are a real challenge. They really need me.”

    It’s a quote that really gets to the heart of what distinguishes Gyllenhaal. An Oscar-nominated actor, and now– with her Elena Ferrante adaptation The Lost Daughter – an award-winning screenwriter and director, she is drawn to the kind of women whose stories don’t usually get told. She delves into the uncomfortable angles and sharp edges of her characters and found her niche by not quite fitting into the mould.

    Continue reading...", - "category": "Maggie Gyllenhaal", - "link": "https://www.theguardian.com/film/2021/dec/12/maggie-gyllenhaal-from-difficult-roles-to-lauded-hollywood-director", - "creator": "Wendy Ide", - "pubDate": "2021-12-12T11:00:36Z", + "title": "New faces, policies – and accents: Germany’s next coalition", + "description": "

    Olaf Scholz takes over from Angela Merkel and brings with him a northern accent typical of Hamburg

    Germany’s next coalition government, which will be sworn in on Wednesday, will come with a lineup of new faces, a new set of policy priorities and a new dose of energy. It will also speak with a distinctive accent.

    Olaf Scholz, the centre-left politician who will step into Angela Merkel’s shoes, is a man of the German north not only by upbringing but by voice. When the former mayor of Hamburg recently warned in parliament that Covid-19 had not yet been beaten, he leaned into the stretched out fricatives typical of Germany’s second-largest city: Scholz pronounces the word besiegt as besiecht.

    Continue reading...", + "content": "

    Olaf Scholz takes over from Angela Merkel and brings with him a northern accent typical of Hamburg

    Germany’s next coalition government, which will be sworn in on Wednesday, will come with a lineup of new faces, a new set of policy priorities and a new dose of energy. It will also speak with a distinctive accent.

    Olaf Scholz, the centre-left politician who will step into Angela Merkel’s shoes, is a man of the German north not only by upbringing but by voice. When the former mayor of Hamburg recently warned in parliament that Covid-19 had not yet been beaten, he leaned into the stretched out fricatives typical of Germany’s second-largest city: Scholz pronounces the word besiegt as besiecht.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/07/new-faces-policies-and-accents-germanys-next-coalition", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-12-07T17:01:48Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -215981,20 +241440,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e96297cf3e25b36c7a334728b3339915" + "hash": "3bb60462e951cc6d839dbf7e867efe59" }, { - "title": "I’m a long-distance dad so Covid was terrible – but it helped me let go of my guilt", - "description": "I worried so much about not seeing my son, who lives in Canada, during Covid, but then I realised that he was fine – and being very well looked after

    Getting to Canada from the UK in August 2020 was a faff, as you might expect mid-pandemic. There was lots of stress – tests and isolation, rules, regulations and forms. I was doing the preparations at my mum’s. She could see I was getting upset and insisted on taking over, assuming I was being pathetic. Within five minutes, she had lost it as well. Emotions were high in the days before I flew. This wasn’t just a holiday, but my chance – amid such uncertainty and sadness – to spend precious time with Julian, my only son.

    He’s the best and most significant thing that has ever happened to me. He was also very much an unexpected surprise. I had a short relationship with his mum; we parted ways on great terms. Then one day out of the blue I got a call from North Korea, where she was working. She was pregnant. I was based in England, and she lived in Canada. We were both medical emergency aid workers at the time and had met while responding to a cyclone in Burma. It was always going to be complicated, but we decided to make it work.

    Continue reading...", - "content": "I worried so much about not seeing my son, who lives in Canada, during Covid, but then I realised that he was fine – and being very well looked after

    Getting to Canada from the UK in August 2020 was a faff, as you might expect mid-pandemic. There was lots of stress – tests and isolation, rules, regulations and forms. I was doing the preparations at my mum’s. She could see I was getting upset and insisted on taking over, assuming I was being pathetic. Within five minutes, she had lost it as well. Emotions were high in the days before I flew. This wasn’t just a holiday, but my chance – amid such uncertainty and sadness – to spend precious time with Julian, my only son.

    He’s the best and most significant thing that has ever happened to me. He was also very much an unexpected surprise. I had a short relationship with his mum; we parted ways on great terms. Then one day out of the blue I got a call from North Korea, where she was working. She was pregnant. I was based in England, and she lived in Canada. We were both medical emergency aid workers at the time and had met while responding to a cyclone in Burma. It was always going to be complicated, but we decided to make it work.

    Continue reading...", - "category": "Parents and parenting", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/12/i-am-a-long-distance-dad-so-covid-was-terrible-but-it-helped-me-let-go-of-my-guilt", - "creator": "Xand van Tulleken", - "pubDate": "2021-12-12T12:00:37Z", + "title": "Covid live news: South Korea surge sparks hospital alarm; ‘stealth’ Omicron variant found", + "description": "

    South Korea daily cases top 7,000 for first time; ‘stealth’ version of Omicron ‘cannot be detected by routine tests’; Boris Johnson staff filmed joking about No 10 party

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", + "content": "

    South Korea daily cases top 7,000 for first time; ‘stealth’ version of Omicron ‘cannot be detected by routine tests’; Boris Johnson staff filmed joking about No 10 party

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/08/covid-live-news-south-korea-surge-sparks-hospital-alarm-stealth-omicron-variant-found", + "creator": "Martin Farrer", + "pubDate": "2021-12-08T04:37:21Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216002,20 +241460,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccd4a873e2f62e8e8fc80867f8f33828" + "hash": "7e9ae5e0f677a34c393e7c7dd8f58960" }, { - "title": "Those we lost in 2021: Lee ‘Scratch’ Perry remembered by Neil ‘Mad Professor’ Fraser", - "description": "

    20 March 1936 – 29 August 2021
    The British dub artist recalls the craft and eccentricity of the pioneering reggae producer – a singular talent he loved working with

    As a boy, one of the first records I bought was a single called Upsetting Station by Dave Barker, a Jamaican singer. It used the rhythm of the Wailers song Duppy Conqueror and began with an announcement: “This is the Upsetting Station recording – the news as it happens.” Back then, I didn’t know what a producer did or even what a producer was, but I recognised there was something special going on with this record. It sounded really different and it fascinated me.

    Soon after, I heard the Wailers’ Small Axe and I noticed that it was also produced by Lee Perry. I was still at school at the time and I felt that something innovative was happening with those records. Just instinctively I sensed that. Then, around 1974, there was an album called King Tubby Meets the Upsetter at the Grass Roots of Dub, which was really popular. It had some serious musicians playing on it – Vin Gordon, Tommy McCook, Bobby Ellis. That’s when I started to take more notice and realised that the role of the producer was to shape the sound.

    Continue reading...", - "content": "

    20 March 1936 – 29 August 2021
    The British dub artist recalls the craft and eccentricity of the pioneering reggae producer – a singular talent he loved working with

    As a boy, one of the first records I bought was a single called Upsetting Station by Dave Barker, a Jamaican singer. It used the rhythm of the Wailers song Duppy Conqueror and began with an announcement: “This is the Upsetting Station recording – the news as it happens.” Back then, I didn’t know what a producer did or even what a producer was, but I recognised there was something special going on with this record. It sounded really different and it fascinated me.

    Soon after, I heard the Wailers’ Small Axe and I noticed that it was also produced by Lee Perry. I was still at school at the time and I felt that something innovative was happening with those records. Just instinctively I sensed that. Then, around 1974, there was an album called King Tubby Meets the Upsetter at the Grass Roots of Dub, which was really popular. It had some serious musicians playing on it – Vin Gordon, Tommy McCook, Bobby Ellis. That’s when I started to take more notice and realised that the role of the producer was to shape the sound.

    Continue reading...", - "category": "Lee 'Scratch' Perry", - "link": "https://www.theguardian.com/music/2021/dec/12/obituaries-2021-lee-scratch-perry-remembered-by-neil-mad-professor-fraser", - "creator": "Guardian Staff", - "pubDate": "2021-12-12T19:00:46Z", + "title": "Egyptian researcher’s mother ‘jumping for joy’ after court orders release", + "description": "

    Patrick Zaki was detained last year and still faces charges of ‘spreading false news’

    An Egyptian court has ordered the release of researcher Patrick Zaki, whose detention in February last year sparked international condemnation, particularly in Italy where he had been studying, his family said.

    “I’m jumping for joy!” his mother, Hala Sobhi, told AFP. “We’re now on our way to the police station in Mansoura,” a city in Egypt’s Nile Delta, where Zaki is from.

    Continue reading...", + "content": "

    Patrick Zaki was detained last year and still faces charges of ‘spreading false news’

    An Egyptian court has ordered the release of researcher Patrick Zaki, whose detention in February last year sparked international condemnation, particularly in Italy where he had been studying, his family said.

    “I’m jumping for joy!” his mother, Hala Sobhi, told AFP. “We’re now on our way to the police station in Mansoura,” a city in Egypt’s Nile Delta, where Zaki is from.

    Continue reading...", + "category": "Egypt", + "link": "https://www.theguardian.com/world/2021/dec/07/egyptian-researcher-court-orders-release-patrick-zaki", + "creator": "Agence France-Presse in Cairo", + "pubDate": "2021-12-07T14:12:58Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216023,20 +241480,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "009414533d7e256e32f26397459af4af" + "hash": "c4769c3c50b137ae0b0937677da8aba7" }, { - "title": "Boris on the brink: how Johnson reached the edge of disaster", - "description": "

    Sleaze, partygate and Covid combined to deliver the PM a week from hell, and now his MPs are openly talking of replacing him

    On 19 December last year Boris Johnson appeared in Downing Street to tell the nation more bad news about Covid-19 that would affect the plans of millions of people at Christmas. “Yesterday afternoon I was briefed on the latest data showing the virus spreading more rapidly in London and the south-east of England than would be expected,” he said.

    Reading from a script that, a year on, seems depressingly familiar, he said a new strain of Covid-19 (which would become known as the Alpha variant) was taking hold and was thought to be up to 70% more transmissible than the old one.

    Continue reading...", - "content": "

    Sleaze, partygate and Covid combined to deliver the PM a week from hell, and now his MPs are openly talking of replacing him

    On 19 December last year Boris Johnson appeared in Downing Street to tell the nation more bad news about Covid-19 that would affect the plans of millions of people at Christmas. “Yesterday afternoon I was briefed on the latest data showing the virus spreading more rapidly in London and the south-east of England than would be expected,” he said.

    Reading from a script that, a year on, seems depressingly familiar, he said a new strain of Covid-19 (which would become known as the Alpha variant) was taking hold and was thought to be up to 70% more transmissible than the old one.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/12/boris-johnson-on-the-brink-sleaze-partygate-covid", - "creator": "Toby Helm and Michael Savage", - "pubDate": "2021-12-12T06:45:31Z", + "title": "One of suspected killers of Jamal Khashoggi held in Paris", + "description": "

    Khalid Aedh al-Otaibi arrested as he was about to board flight to Riyadh

    French police have arrested a former member of the Saudi royal guard who has also served as a personal security official for the Saudi Crown Prince Mohammed bin Salman for his suspected involvement in the murder of journalist Jamal Khashoggi.

    Khalid Aedh al-Otaibi was taken into custody at Paris’s Charles de Gaulle airport as he was about to board a plane to the Saudi capital, Riyadh.

    Continue reading...", + "content": "

    Khalid Aedh al-Otaibi arrested as he was about to board flight to Riyadh

    French police have arrested a former member of the Saudi royal guard who has also served as a personal security official for the Saudi Crown Prince Mohammed bin Salman for his suspected involvement in the murder of journalist Jamal Khashoggi.

    Khalid Aedh al-Otaibi was taken into custody at Paris’s Charles de Gaulle airport as he was about to board a plane to the Saudi capital, Riyadh.

    Continue reading...", + "category": "Jamal Khashoggi", + "link": "https://www.theguardian.com/world/2021/dec/07/one-of-suspected-killers-of-jamal-khashoggi-held-in-paris-say-reports", + "creator": "Kim Willsher in Paris and Stephanie Kirchgaessner in Washington", + "pubDate": "2021-12-07T17:13:19Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216044,20 +241500,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddad039b66adbdff360860ad27c6f6e2" + "hash": "a4a4fb143f90a0935c7fe1d011ec5045" }, { - "title": "Body of evidence: meet the experts working in crime scene forensics", - "description": "Phone signals, soil samples, tattoo ink, fly larvae… We all know that microscopic traces can play a crucial role in solving crimes. But who are the forensic experts who can read the clues?

    Before I started out in forensics 20 years ago, I served in the military. I was a communications engineer in the army, radios were my domain. After I left, someone suggested I turn to digital forensics. I was a bit of a sceptic at first, but I just didn’t understand what could be done. In my time, I’ve worked in both the private and public sector; within the police and as an independent expert.

    Continue reading...", - "content": "Phone signals, soil samples, tattoo ink, fly larvae… We all know that microscopic traces can play a crucial role in solving crimes. But who are the forensic experts who can read the clues?

    Before I started out in forensics 20 years ago, I served in the military. I was a communications engineer in the army, radios were my domain. After I left, someone suggested I turn to digital forensics. I was a bit of a sceptic at first, but I just didn’t understand what could be done. In my time, I’ve worked in both the private and public sector; within the police and as an independent expert.

    Continue reading...", - "category": "Forensic science", - "link": "https://www.theguardian.com/science/2021/dec/12/body-of-evidence-meet-the-experts-working-in-crime-scene-forensics", - "creator": "Michael Segalov", - "pubDate": "2021-12-12T10:00:35Z", + "title": "Hundreds approved for evacuation to UK remain trapped in Afghanistan", + "description": "

    British nationals and vulnerable Afghans stuck without help months after Taliban takeover

    British nationals and vulnerable Afghans who have been approved for evacuation have spoken of their anguish and frustration as they remain trapped in Afghanistan months after it was taken over by the Taliban.

    After devastating testimony by a whistleblower in the Foreign Office, who claimed there was an incompetent and chaotic response to the fall of Kabul, those waiting to be evacuated have called for rapid action from the UK government.

    Continue reading...", + "content": "

    British nationals and vulnerable Afghans stuck without help months after Taliban takeover

    British nationals and vulnerable Afghans who have been approved for evacuation have spoken of their anguish and frustration as they remain trapped in Afghanistan months after it was taken over by the Taliban.

    After devastating testimony by a whistleblower in the Foreign Office, who claimed there was an incompetent and chaotic response to the fall of Kabul, those waiting to be evacuated have called for rapid action from the UK government.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2021/dec/07/hundreds-approved-for-evacuation-to-uk-remain-trapped-in-afghanistan", + "creator": "Aamna Mohdin and Amelia Gentleman", + "pubDate": "2021-12-07T17:28:39Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216065,20 +241520,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cab63c9f828aa575100256a5753c805a" + "hash": "3d33f60cb08a90f4487a1012b619a678" }, { - "title": "Don’t Look Up review – an A-list apocalyptic mess", - "description": "

    Adam McKay’s star-studded climate change satire with Leonardo DiCaprio, Jennifer Lawrence et al lands its gags with all the aplomb of a giant comet

    A comet is on a collision course with Earth. The targets in this shrill, desperately unfunny climate change satire directed by Adam McKay are more scattershot. According to stoner PhD student Kate Dibiasky (Jennifer Lawrence) and her professor, Dr Randall Mindy (a self-consciously tic-y Leonardo DiCaprio), the asteroid is the size of Mount Everest and due to hit in six months.

    The pair try to warn Meryl Streep’s President Orlean about the impending “extinction-level event”, only to find her preoccupied by the midterm elections. They attempt to raise awareness on breakfast TV, but anchors Jack and Brie (Tyler Perry and Cate Blanchett) can’t help but give their bad news a positive spin. The only person with enough money to intervene is tech entrepreneur Peter Isherwell (Mark Rylance), who wants to mine the comet for its “$140tn worth of assets”. Party politics, celebrity gossip and social media memes are swiped at too. It feels cynical, then, when Timothée Chalamet shows up with no real narrative purpose other than to snog Lawrence.

    In cinemas now and on Netflix from 24 December

    Continue reading...", - "content": "

    Adam McKay’s star-studded climate change satire with Leonardo DiCaprio, Jennifer Lawrence et al lands its gags with all the aplomb of a giant comet

    A comet is on a collision course with Earth. The targets in this shrill, desperately unfunny climate change satire directed by Adam McKay are more scattershot. According to stoner PhD student Kate Dibiasky (Jennifer Lawrence) and her professor, Dr Randall Mindy (a self-consciously tic-y Leonardo DiCaprio), the asteroid is the size of Mount Everest and due to hit in six months.

    The pair try to warn Meryl Streep’s President Orlean about the impending “extinction-level event”, only to find her preoccupied by the midterm elections. They attempt to raise awareness on breakfast TV, but anchors Jack and Brie (Tyler Perry and Cate Blanchett) can’t help but give their bad news a positive spin. The only person with enough money to intervene is tech entrepreneur Peter Isherwell (Mark Rylance), who wants to mine the comet for its “$140tn worth of assets”. Party politics, celebrity gossip and social media memes are swiped at too. It feels cynical, then, when Timothée Chalamet shows up with no real narrative purpose other than to snog Lawrence.

    In cinemas now and on Netflix from 24 December

    Continue reading...", - "category": "Don't Look Up", - "link": "https://www.theguardian.com/film/2021/dec/12/dont-look-up-review-leonardo-dicaprio-jennifer-lawrence-meryl-streep-cate-blanchett-mark-rylance", - "creator": "Simran Hans", - "pubDate": "2021-12-12T11:00:36Z", + "title": "Amazon Web Services outage hits sites and apps such as IMDb and Tinder", + "description": "

    Users in North America and Europe report patchy service after cloud computing goes down

    Users say Amazon Web Services is suffering a major outage, the Associated Press has reported.

    Amazon and other popular apps and websites such as Duolingo and Tinder are reportedly affected, according to the website Downdetector.

    Continue reading...", + "content": "

    Users in North America and Europe report patchy service after cloud computing goes down

    Users say Amazon Web Services is suffering a major outage, the Associated Press has reported.

    Amazon and other popular apps and websites such as Duolingo and Tinder are reportedly affected, according to the website Downdetector.

    Continue reading...", + "category": "Amazon", + "link": "https://www.theguardian.com/technology/2021/dec/07/amazon-web-services-outage-hits-sites-and-apps-such-as-imdb-and-tinder", + "creator": "Jamie Grierson", + "pubDate": "2021-12-07T17:54:52Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216086,20 +241540,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "034cbf8beb1d4a9c860d13dea0448e1f" + "hash": "34ba78eff18cda684574ceeac6696728" }, { - "title": "Met police searching for missing Petra Srncova find body in park", - "description": "

    Officers called to Brunswick Park in Camberwell, south London, on Sunday morning

    Police have found the body of a woman in Camberwell on Sunday, after days of appeals for information to trace missing NHS worker Petra Srncova who was last seen in the area on 28 November.

    At about 11.40am on Sunday police were called by a member of the public to reports that the body of a woman had been found in Brunswick Park in south-east London.

    Continue reading...", - "content": "

    Officers called to Brunswick Park in Camberwell, south London, on Sunday morning

    Police have found the body of a woman in Camberwell on Sunday, after days of appeals for information to trace missing NHS worker Petra Srncova who was last seen in the area on 28 November.

    At about 11.40am on Sunday police were called by a member of the public to reports that the body of a woman had been found in Brunswick Park in south-east London.

    Continue reading...", - "category": "London", - "link": "https://www.theguardian.com/uk-news/2021/dec/12/police-searching-for-missing-petra-srncova-find-body-in-park", - "creator": "Jedidajah Otte", - "pubDate": "2021-12-12T19:21:38Z", + "title": "‘Disastrous’ plastic use in farming threatens food safety – UN", + "description": "

    Food and Agriculture Organization says most plastics are burned, buried or lost after use

    The “disastrous” way in which plastic is used in farming across the world is threatening food safety and potentially human health, according to a report from the UN’s Food and Agriculture Organization.

    It says soils contain more microplastic pollution than the oceans and that there is “irrefutable” evidence of the need for better management of the millions of tonnes of plastics used in the food and farming system each year.

    Continue reading...", + "content": "

    Food and Agriculture Organization says most plastics are burned, buried or lost after use

    The “disastrous” way in which plastic is used in farming across the world is threatening food safety and potentially human health, according to a report from the UN’s Food and Agriculture Organization.

    It says soils contain more microplastic pollution than the oceans and that there is “irrefutable” evidence of the need for better management of the millions of tonnes of plastics used in the food and farming system each year.

    Continue reading...", + "category": "Plastics", + "link": "https://www.theguardian.com/environment/2021/dec/07/disastrous-plastic-use-in-farming-threatens-food-safety-un", + "creator": "Damian Carrington Environment editor", + "pubDate": "2021-12-07T13:00:13Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216107,20 +241560,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8300fab54392c220634f648647bc0b9" + "hash": "849decede0f7a730fee61a3b4bc97ed2" }, { - "title": "Catalonia row deepens over family’s push for Spanish in school", - "description": "

    Nationalists furious as court sides with family abused for seeking quarter of lessons in Spanish for their child

    The long-running and bitter row over language teaching in Catalonia has intensified after a family in the Spanish region was harassed and abused for seeking to ensure that a quarter of the lessons at the school their five-year-old son attends are taught in Spanish.

    The family’s actions have provoked an angry response from some Catalan nationalists who view their stance as an assault on the region’s language and culture.

    Continue reading...", - "content": "

    Nationalists furious as court sides with family abused for seeking quarter of lessons in Spanish for their child

    The long-running and bitter row over language teaching in Catalonia has intensified after a family in the Spanish region was harassed and abused for seeking to ensure that a quarter of the lessons at the school their five-year-old son attends are taught in Spanish.

    The family’s actions have provoked an angry response from some Catalan nationalists who view their stance as an assault on the region’s language and culture.

    Continue reading...", - "category": "Catalonia", - "link": "https://www.theguardian.com/world/2021/dec/12/catalonia-row-erupts-over-familys-push-for-spanish-in-school", - "creator": "Sam Jones in Madrid", - "pubDate": "2021-12-12T18:34:09Z", + "title": "Dozens killed in fire at overcrowded Burundi prison", + "description": "

    Inmate says police refused to open doors amid blaze that left 38 dead and 69 seriously hurt

    A massive fire ripped through an overcrowded prison in Burundi before dawn on Tuesday, killing dozens of inmates and seriously injuring many more, the country’s vice-president said.

    Many inmates were still sleeping at the time of the blaze that destroyed several parts of the facility in Burundi’s political capital, Gitega, witnesses said.

    Continue reading...", + "content": "

    Inmate says police refused to open doors amid blaze that left 38 dead and 69 seriously hurt

    A massive fire ripped through an overcrowded prison in Burundi before dawn on Tuesday, killing dozens of inmates and seriously injuring many more, the country’s vice-president said.

    Many inmates were still sleeping at the time of the blaze that destroyed several parts of the facility in Burundi’s political capital, Gitega, witnesses said.

    Continue reading...", + "category": "Burundi", + "link": "https://www.theguardian.com/world/2021/dec/07/burundi-prison-gitega-fire-overcrowded", + "creator": "Agence France-Presse in Nairobi", + "pubDate": "2021-12-07T13:52:51Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216128,20 +241580,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a537d3af044efd96b530ec644fdd241" + "hash": "166654597fccab2336585ab638edcc4d" }, { - "title": "New Caledonia rejects split from France in vote marred by boycott", - "description": "

    Turnout of just 40% after pro-independence campaigners urged indigenous people not to participate

    Residents of the Pacific territory of New Caledonia have voted overwhelmingly to remain part of France in a referendum boycotted by pro-independence groups.

    In the third referendum on the matter, the decision to stay within the French republic was carried by 96.49% to 3.51%, but a turnout of just over 40% suggested the indigenous Kanak people have not given up on dreams of independence.

    Continue reading...", - "content": "

    Turnout of just 40% after pro-independence campaigners urged indigenous people not to participate

    Residents of the Pacific territory of New Caledonia have voted overwhelmingly to remain part of France in a referendum boycotted by pro-independence groups.

    In the third referendum on the matter, the decision to stay within the French republic was carried by 96.49% to 3.51%, but a turnout of just over 40% suggested the indigenous Kanak people have not given up on dreams of independence.

    Continue reading...", - "category": "New Caledonia", - "link": "https://www.theguardian.com/world/2021/dec/12/new-caledonia-fears-of-unrest-as-polls-open-for-vote-on-independence-from-france", - "creator": "Julien Sartre in Nouméa", - "pubDate": "2021-12-12T14:05:47Z", + "title": "Covid live: early signs Omicron more transmissible, UK PM says; Scottish firms urged to let staff work from home", + "description": "

    Early indications Omicron more transmissible than Delta, says Boris Johnson; Nicola Sturgeon says staff should work from home until mid-January

    All international arrivals to the UK are now required to take a pre-departure Covid-19 test to tackle the new Omicron variant.

    The tightened requirements have just come into force from 4am (GMT) on Tuesday 7 December.

    Continue reading...", + "content": "

    Early indications Omicron more transmissible than Delta, says Boris Johnson; Nicola Sturgeon says staff should work from home until mid-January

    All international arrivals to the UK are now required to take a pre-departure Covid-19 test to tackle the new Omicron variant.

    The tightened requirements have just come into force from 4am (GMT) on Tuesday 7 December.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/07/covid-news-live-omicron-likely-to-become-dominant-variant-harvard-researcher-says-france-to-close-nightclubs", + "creator": "Lucy Campbell (now); Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-07T18:43:37Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216149,20 +241600,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "59f7aacfcacddf4ebb1121b7f993dfdb" + "hash": "e5ce6cfb241795908ba5f3462e757260" }, { - "title": "Australia Covid news live update: Queensland reopens its border after nearly five months; WA to learn its roadmap out of lockdown", - "description": "

    Up to 50,000 expected at the Queensland-NSW border as authorities warn of long waits; WA premier Mark McGowan to announce reopening timetable. Follow all the day’s developments

    Time to chat about next year’s election, and the battle the treasurer is facing from an independent in his home seat.

    Michael Rowland:

    You are now facing, as we know, Monique Ryan in the seat of Kooyong. She’s a Royal Children’s hospital doctor. You’ve labelled people like she, an independent, as a front for Labor and the Greens. What evidence do you have for that?

    Well, at the last election, I had an independent who said they were gonna vote for Labor. That’s a pretty clear indication. We’ve also seen plenty of cases where they’ve just mirrored the policies of our political opponents.

    But what evidence do we have at this time?

    This is a rinse-and-repeat, Michael. What we’ve seen, we’ve seen obviously a lot of funding going into these independents around the rest of the country, and it’s a democracy, so people can put their hand up.

    Just on Omicron, you might have caught up with the news just in the last hour or so, Boris Johnson, the UK prime minister, made an address to the nation there. He’s declared a tidal wave of Omicron case is about to hit the UK.

    He’s declared it a public health emergency, and has declared that all British adults over the age of 16 can get a booster shot by the end of the year. Taking that into account, are we being a bit too sanguine about Omicron here in Australia?

    We saw the medical advice, and that saw a pause for two weeks of the reopening of the border to international students and to skilled workers.

    That was a precautionary measure. But we will continue to listen and follow the health advice, and it has served us well to date.

    Continue reading...", - "content": "

    Up to 50,000 expected at the Queensland-NSW border as authorities warn of long waits; WA premier Mark McGowan to announce reopening timetable. Follow all the day’s developments

    Time to chat about next year’s election, and the battle the treasurer is facing from an independent in his home seat.

    Michael Rowland:

    You are now facing, as we know, Monique Ryan in the seat of Kooyong. She’s a Royal Children’s hospital doctor. You’ve labelled people like she, an independent, as a front for Labor and the Greens. What evidence do you have for that?

    Well, at the last election, I had an independent who said they were gonna vote for Labor. That’s a pretty clear indication. We’ve also seen plenty of cases where they’ve just mirrored the policies of our political opponents.

    But what evidence do we have at this time?

    This is a rinse-and-repeat, Michael. What we’ve seen, we’ve seen obviously a lot of funding going into these independents around the rest of the country, and it’s a democracy, so people can put their hand up.

    Just on Omicron, you might have caught up with the news just in the last hour or so, Boris Johnson, the UK prime minister, made an address to the nation there. He’s declared a tidal wave of Omicron case is about to hit the UK.

    He’s declared it a public health emergency, and has declared that all British adults over the age of 16 can get a booster shot by the end of the year. Taking that into account, are we being a bit too sanguine about Omicron here in Australia?

    We saw the medical advice, and that saw a pause for two weeks of the reopening of the border to international students and to skilled workers.

    That was a precautionary measure. But we will continue to listen and follow the health advice, and it has served us well to date.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/13/australia-covid-news-corona-queensland-nsw-wa-victoria-borders-palaszczuk-mcgowan-morrison-frydenberg", - "creator": "Matilda Boseley", - "pubDate": "2021-12-12T21:14:38Z", + "title": "As many as 6 million eligible Britons may not have had a Covid jab. Who are they?", + "description": "

    The Omicron variant has refocused attention on vaccination rates as data shows disparities in uptake across age, region and ethnicity

    Hundreds of cases of the new Omicron Covid-19 variant have now been confirmed in the UK and experts have called for a renewed focus on vaccination rates.

    As of 4 December, just over eight in 10 people aged 12 or older UK-wide had received two doses of a coronavirus vaccine, according to data from the UK Health Security Agency, while 89% had received a first dose. This means about 6 million eligible people may still be unvaccinated, based on ONS population figures as opposed to counts of GP records. So who are they?

    Continue reading...", + "content": "

    The Omicron variant has refocused attention on vaccination rates as data shows disparities in uptake across age, region and ethnicity

    Hundreds of cases of the new Omicron Covid-19 variant have now been confirmed in the UK and experts have called for a renewed focus on vaccination rates.

    As of 4 December, just over eight in 10 people aged 12 or older UK-wide had received two doses of a coronavirus vaccine, according to data from the UK Health Security Agency, while 89% had received a first dose. This means about 6 million eligible people may still be unvaccinated, based on ONS population figures as opposed to counts of GP records. So who are they?

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/07/as-many-as-6-million-eligible-britons-may-not-have-had-a-covid-jab-who-are-they", + "creator": "Niamh McIntyre and Tobi Thomas", + "pubDate": "2021-12-07T08:00:21Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216170,20 +241620,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a3444ffbf768b08d527830b071c8f41" + "hash": "38b68bdf131e522a11b5f1c2acda91a8" }, { - "title": "New Zealand aiming for 'smoke-free generation', says associate health minister – video", - "description": "

    New Zealand has announced it will outlaw smoking for the next generation, so that those who are aged 14 and under today will never be legally able to buy tobacco.

    New legislation means the legal smoking age will increase every year, to create a smoke-free generation of New Zealanders, associate health minister Dr Ayesha Verrall said

    Continue reading...", - "content": "

    New Zealand has announced it will outlaw smoking for the next generation, so that those who are aged 14 and under today will never be legally able to buy tobacco.

    New legislation means the legal smoking age will increase every year, to create a smoke-free generation of New Zealanders, associate health minister Dr Ayesha Verrall said

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/video/2021/dec/09/new-zealand-to-introduce-a-smoke-free-generation-says-associate-health-minister-video", - "creator": "", - "pubDate": "2021-12-09T09:33:08Z", + "title": "Michele Brown was vaccinated - but had a suppressed immune system. Would better health advice have saved her?", + "description": "

    The mother-of-two carefully shielded until the government said it was safe to see friends and family. She had no idea how her existing conditions could affect her

    The feeling of relief was immense as 58-year-old Michele Brown returned home from the vaccine centre. Her husband, Terry, 61, had taken time off from his job as a supervisor at a heavy machinery factory to drive her to her second Covid-19 vaccination at a Gateshead community centre. In the car, Michele told her partner of 40 years that she felt like a weight had been lifted off her shoulders. “She said: ‘At least we’ve got that done,’” Terry remembers. “‘We’ll be OK.’”

    It was 28 April 2021. Michele, who had rheumatoid arthritis, an underactive thyroid and diabetes, had spent the last year and a half shielding indoors, on government advice. She was careful. She had a Covid station set up on the breakfast counter: lateral flow tests, bottles of antibacterial gel and disposable face masks. When family came to visit, a mask-wearing Michele would banish them to the furthest corner of the living room. “We couldn’t kiss her,” remembers her daughter, Kim Brown, 41, who lives in Durham. “She would say: ‘You might have the coronies! I don’t want no coronies. You’re not giving me that crap.’”

    Continue reading...", + "content": "

    The mother-of-two carefully shielded until the government said it was safe to see friends and family. She had no idea how her existing conditions could affect her

    The feeling of relief was immense as 58-year-old Michele Brown returned home from the vaccine centre. Her husband, Terry, 61, had taken time off from his job as a supervisor at a heavy machinery factory to drive her to her second Covid-19 vaccination at a Gateshead community centre. In the car, Michele told her partner of 40 years that she felt like a weight had been lifted off her shoulders. “She said: ‘At least we’ve got that done,’” Terry remembers. “‘We’ll be OK.’”

    It was 28 April 2021. Michele, who had rheumatoid arthritis, an underactive thyroid and diabetes, had spent the last year and a half shielding indoors, on government advice. She was careful. She had a Covid station set up on the breakfast counter: lateral flow tests, bottles of antibacterial gel and disposable face masks. When family came to visit, a mask-wearing Michele would banish them to the furthest corner of the living room. “We couldn’t kiss her,” remembers her daughter, Kim Brown, 41, who lives in Durham. “She would say: ‘You might have the coronies! I don’t want no coronies. You’re not giving me that crap.’”

    Continue reading...", + "category": "Society", + "link": "https://www.theguardian.com/society/2021/dec/07/michele-brown-was-vaccinated-but-had-a-suppressed-immune-system-would-better-health-advice-have-saved-her", + "creator": "Sirin Kale", + "pubDate": "2021-12-07T06:00:19Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216191,20 +241640,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcc0ee317332c06a8363ae6da5386fd4" + "hash": "4f1f44244c49b685c275d5197418f20b" }, { - "title": "Kentucky tornadoes: death toll from record twisters expected to exceed 100", - "description": "

    Dozens unaccounted for as crews search wreckage in ‘deadliest tornado event we’ve ever had,’ says Governor Andy Beshear

    The death toll from record tornadoes that roared across hundreds of miles this weekend is expected to exceed 100 in Kentucky alone, with dozens still unaccounted for as crews scramble to search wreckage.

    One tornado that tore through four states over four hours of nighttime devastation is believed to be the longest distance for a tornado in US history, leaving destruction, death and a frantic search by survivors to find family and shelter, from Arkansas to Kentucky.

    Continue reading...", - "content": "

    Dozens unaccounted for as crews search wreckage in ‘deadliest tornado event we’ve ever had,’ says Governor Andy Beshear

    The death toll from record tornadoes that roared across hundreds of miles this weekend is expected to exceed 100 in Kentucky alone, with dozens still unaccounted for as crews scramble to search wreckage.

    One tornado that tore through four states over four hours of nighttime devastation is believed to be the longest distance for a tornado in US history, leaving destruction, death and a frantic search by survivors to find family and shelter, from Arkansas to Kentucky.

    Continue reading...", - "category": "Kentucky", - "link": "https://www.theguardian.com/us-news/2021/dec/12/kentucky-tornadoes-death-toll", - "creator": "Richard Luscombe, Samira Sadeque and agencies", - "pubDate": "2021-12-12T20:02:02Z", + "title": "Marianela Núñez: ‘What lockdown taught me, one more time, is that dance is my true passion’", + "description": "

    The Royal Ballet’s phenomenal principal dancer was the fixed star at the heart of an extraordinary year for the company

    It’s been an oddly fractured year for dance. Repeated lockdowns stifled talent, thwarted new ideas. Online and outdoor offerings provided some release but when theatres reopened in May, dancers emerged as if from hibernation, full of life, anxious to get on with their notoriously short careers.

    None more so than Marianela Núñez. The Royal Ballet has excelled as a company this year, but she is the fixed star gleaming at its heart, never disappointing, always moving towards her aim of perfection. Her smile irradiates the stage, but it is the purity of her classical technique, the sense that you are watching someone at the absolute peak of their abilities.

    Continue reading...", + "content": "

    The Royal Ballet’s phenomenal principal dancer was the fixed star at the heart of an extraordinary year for the company

    It’s been an oddly fractured year for dance. Repeated lockdowns stifled talent, thwarted new ideas. Online and outdoor offerings provided some release but when theatres reopened in May, dancers emerged as if from hibernation, full of life, anxious to get on with their notoriously short careers.

    None more so than Marianela Núñez. The Royal Ballet has excelled as a company this year, but she is the fixed star gleaming at its heart, never disappointing, always moving towards her aim of perfection. Her smile irradiates the stage, but it is the purity of her classical technique, the sense that you are watching someone at the absolute peak of their abilities.

    Continue reading...", + "category": "Marianela Núñez", + "link": "https://www.theguardian.com/stage/2021/dec/07/marianela-nunez-royal-ballet-giselle-faces-of-year", + "creator": "Sarah Crompton", + "pubDate": "2021-12-07T13:00:13Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216212,20 +241660,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb5be49131920af3832b68c48ad785ba" + "hash": "47890afc1570857ead13dc84bba3dbeb" }, { - "title": "Max Verstappen beats Lewis Hamilton to F1 world title on last lap in Abu Dhabi", - "description": "
    • Verstappen overtakes champion on final lap after safety car
    • Mercedes’ two protests over result not upheld by stewards

    After a season of intense, turbulent, and controversial yet gripping racing, Formula One almost unfeasibly found aspects of every element for its denouement in the desert. With Max Verstappen’s victory at the Abu Dhabi Grand Prix decided in taking the lead from Lewis Hamilton on the final lap of the final race, he believed he had sealed his first F1 world championship.

    His reaction and that of his Red Bull team was one of unbridled joy while Hamilton and Mercedes were left disconsolate and convinced the win that had been in their hands had been unfairly snatched from their grasp, leaving the greatest prize in motor racing potentially in the laps of the lawyers.

    Continue reading...", - "content": "
    • Verstappen overtakes champion on final lap after safety car
    • Mercedes’ two protests over result not upheld by stewards

    After a season of intense, turbulent, and controversial yet gripping racing, Formula One almost unfeasibly found aspects of every element for its denouement in the desert. With Max Verstappen’s victory at the Abu Dhabi Grand Prix decided in taking the lead from Lewis Hamilton on the final lap of the final race, he believed he had sealed his first F1 world championship.

    His reaction and that of his Red Bull team was one of unbridled joy while Hamilton and Mercedes were left disconsolate and convinced the win that had been in their hands had been unfairly snatched from their grasp, leaving the greatest prize in motor racing potentially in the laps of the lawyers.

    Continue reading...", - "category": "Formula One", - "link": "https://www.theguardian.com/sport/2021/dec/12/f1-max-verstappen-wins-abu-dhabi-gp-lewis-hamilton", - "creator": "Giles Richards at Yas Marina", - "pubDate": "2021-12-12T19:08:19Z", + "title": "Life after death: how the pandemic has transformed our psychic landscape | Jacqueline Rose", + "description": "

    Modern society has largely exiled death to the outskirts of existence, but Covid-19 has forced us all to confront it. Our relationship to the planet, each other and time itself can never be the same again

    We have been asked to write about the future, the afterlife of the pandemic, but the future can never be told. This at least was the view of the economist John Maynard Keynes, who was commissioned to edit a series of essays for the Guardian in 1921, as the world was rebuilding after the first world war. The future is “fluctuating, vague and uncertain”, he wrote later, at a time when the mass unemployment of the 1930s had upended all confidence, the first stage on a road to international disaster that could, and could not, be foreseen. “The senses in which I am using the term [uncertain],” he said, “is that in which the prospect of a European war is uncertain, or the price of copper and the rate of interest 20 years hence, or the obsolescence of a new invention, or the position of private wealth-owners in the social system in 1970. About these matters there is no scientific basis on which to form any calculable probability whatever. We simply do not know.”

    This may always be the case, but the pandemic has brought this truth so brutally into our lives that it threatens to crush the best hopes of the heart, which always look beyond the present. We are being robbed of the illusion that we can predict what will happen in the space of a second, a minute, an hour or a day. From one moment to the next, the pandemic seems to turn and point its finger at anyone, even at those who believed they were safely immune. The distribution of the virus and vaccination programme in different countries has been cruelly unequal, but as long as Covid remains a global presence, waves of increasing severity will be possible anywhere and at any moment in time. The most deadly pandemic of the 20th century, the Spanish flu at the end of the first world war, went through wave after wave and lasted for nearly four years. Across the world, people are desperate to feel they have turned a corner, that an end is in sight, only to be faced with a future that seems to be retreating like a vanishing horizon, a shadow, a blur. Nobody knows, with any degree of confidence, what will happen next. Anyone claiming to do so is a fraud.

    Continue reading...", + "content": "

    Modern society has largely exiled death to the outskirts of existence, but Covid-19 has forced us all to confront it. Our relationship to the planet, each other and time itself can never be the same again

    We have been asked to write about the future, the afterlife of the pandemic, but the future can never be told. This at least was the view of the economist John Maynard Keynes, who was commissioned to edit a series of essays for the Guardian in 1921, as the world was rebuilding after the first world war. The future is “fluctuating, vague and uncertain”, he wrote later, at a time when the mass unemployment of the 1930s had upended all confidence, the first stage on a road to international disaster that could, and could not, be foreseen. “The senses in which I am using the term [uncertain],” he said, “is that in which the prospect of a European war is uncertain, or the price of copper and the rate of interest 20 years hence, or the obsolescence of a new invention, or the position of private wealth-owners in the social system in 1970. About these matters there is no scientific basis on which to form any calculable probability whatever. We simply do not know.”

    This may always be the case, but the pandemic has brought this truth so brutally into our lives that it threatens to crush the best hopes of the heart, which always look beyond the present. We are being robbed of the illusion that we can predict what will happen in the space of a second, a minute, an hour or a day. From one moment to the next, the pandemic seems to turn and point its finger at anyone, even at those who believed they were safely immune. The distribution of the virus and vaccination programme in different countries has been cruelly unequal, but as long as Covid remains a global presence, waves of increasing severity will be possible anywhere and at any moment in time. The most deadly pandemic of the 20th century, the Spanish flu at the end of the first world war, went through wave after wave and lasted for nearly four years. Across the world, people are desperate to feel they have turned a corner, that an end is in sight, only to be faced with a future that seems to be retreating like a vanishing horizon, a shadow, a blur. Nobody knows, with any degree of confidence, what will happen next. Anyone claiming to do so is a fraud.

    Continue reading...", + "category": "Death and dying", + "link": "https://www.theguardian.com/society/2021/dec/07/life-after-death-pandemic-transformed-psychic-landscape-jacqueline-rose", + "creator": "Jacqueline Rose", + "pubDate": "2021-12-07T06:00:19Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216233,20 +241680,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0c582cc5302ca0e772273cfd803de4e" + "hash": "d6577ad0130bdba2839b887bbd404511" }, { - "title": "Kentucky tornadoes: up to 100 feared dead in historic US storms", - "description": "

    Amid more than 20 tornadoes that caused devastation across central and southern states, one may be the longest in US history

    Rescuers worked into the night searching for survivors after what could be the longest tornado in US history left a trail of destruction from Arkansas to Kentucky, part of a vast stormfront that is believed to have killed up to 100 people.

    Kentucky governor Andy Beshear said the path of devastation was about 227 miles (365km) long, which, if confirmed, would surpass the 218-mile Tri-State tornado in 1925, which killed at least 695 people and destroyed 15,000 homes across Missouri, Illinois and Indiana.

    Continue reading...", - "content": "

    Amid more than 20 tornadoes that caused devastation across central and southern states, one may be the longest in US history

    Rescuers worked into the night searching for survivors after what could be the longest tornado in US history left a trail of destruction from Arkansas to Kentucky, part of a vast stormfront that is believed to have killed up to 100 people.

    Kentucky governor Andy Beshear said the path of devastation was about 227 miles (365km) long, which, if confirmed, would surpass the 218-mile Tri-State tornado in 1925, which killed at least 695 people and destroyed 15,000 homes across Missouri, Illinois and Indiana.

    Continue reading...", - "category": "Tornadoes", - "link": "https://www.theguardian.com/world/2021/dec/12/kentucky-tornadoes-up-to-100-feared-dead-in-historic-us-storms", - "creator": "Edward Helmore and agencies", - "pubDate": "2021-12-12T05:57:10Z", + "title": "‘Funny fat girl’: Rebel Wilson says her team were against her losing weight", + "description": "

    Actor says she received ‘pushback’ from her management due to fears of the impact it could have on her career

    Rebel Wilson, one of Hollywood’s top comedy actors, has said her own team were opposed to her losing weight because she was “earning millions of dollars being the funny fat girl”.

    The Australian actor, 41, documented her physical transformation on social media after embarking on a health and fitness journey a couple of years ago.

    Continue reading...", + "content": "

    Actor says she received ‘pushback’ from her management due to fears of the impact it could have on her career

    Rebel Wilson, one of Hollywood’s top comedy actors, has said her own team were opposed to her losing weight because she was “earning millions of dollars being the funny fat girl”.

    The Australian actor, 41, documented her physical transformation on social media after embarking on a health and fitness journey a couple of years ago.

    Continue reading...", + "category": "Rebel Wilson", + "link": "https://www.theguardian.com/film/2021/dec/07/funny-fat-girl-rebel-wilson-says-her-team-were-against-her-losing-weight", + "creator": "Nadia Khomami Arts and culture correspondent", + "pubDate": "2021-12-07T17:58:35Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216254,20 +241700,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9dbf94abfb97e72f76b381d481261ed" + "hash": "5dc740758f87c6e1f52adba48fe92598" }, { - "title": "Fears grow that Home Office has lost will to resettle Afghans under threat", - "description": "

    Thousands are still at the Taliban’s mercy in Afghanistan, and expert warns that ‘politically expedient’ initiative may now wither

    Priti Patel’s much-trumpeted scheme to allow Afghans to resettle in Britain has been starved of “appropriate resources”, according to officials, as a former senior diplomat voices fears that the UK government appears intent to let the initiative wither away before it has even started.

    The Afghan Citizens Resettlement Scheme (ACRS) was announced to great fanfare in August as the Taliban took Kabul, but four months on it has still not started. A senior Whitehall source with intimate knowledge of the scheme said it had been delayed because it had not received adequate support for it to launch.

    Continue reading...", - "content": "

    Thousands are still at the Taliban’s mercy in Afghanistan, and expert warns that ‘politically expedient’ initiative may now wither

    Priti Patel’s much-trumpeted scheme to allow Afghans to resettle in Britain has been starved of “appropriate resources”, according to officials, as a former senior diplomat voices fears that the UK government appears intent to let the initiative wither away before it has even started.

    The Afghan Citizens Resettlement Scheme (ACRS) was announced to great fanfare in August as the Taliban took Kabul, but four months on it has still not started. A senior Whitehall source with intimate knowledge of the scheme said it had been delayed because it had not received adequate support for it to launch.

    Continue reading...", - "category": "Taliban", - "link": "https://www.theguardian.com/world/2021/dec/12/fears-grow-that-home-office-has-lost-will-to-resettle-afghans-under-threat", - "creator": "Mark Townsend", - "pubDate": "2021-12-12T10:15:35Z", + "title": "Biden and Putin make little apparent headway on Ukraine in virtual summit", + "description": "

    White House says the US president voiced ‘deep concerns’ about the Russian military buildup in the two-hour video call

    Joe Biden and Vladimir Putin held a virtual summit on Tuesday but made little apparent headway in defusing the crisis over Ukraine in the wake of a Russian troop build-up, and instead delegated officials from both countries to stay in contact.

    The two leaders talked by videoconference for just over two hours, during which they laid out their positions.

    Continue reading...", + "content": "

    White House says the US president voiced ‘deep concerns’ about the Russian military buildup in the two-hour video call

    Joe Biden and Vladimir Putin held a virtual summit on Tuesday but made little apparent headway in defusing the crisis over Ukraine in the wake of a Russian troop build-up, and instead delegated officials from both countries to stay in contact.

    The two leaders talked by videoconference for just over two hours, during which they laid out their positions.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/07/joe-biden-vladimir-putin-virtual-summit-ukraine-russia", + "creator": "Julian Borger in Washington and Andrew Roth in Moscow", + "pubDate": "2021-12-07T21:16:57Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216275,20 +241720,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b050390b530d1fd471a6f93f7e3aeb04" + "hash": "f72dbd89d84ac0f7e6af0f6bab1a584d" }, { - "title": "Covid live news: Keir Starmer says Boris Johnson appears to have broken law over No 10 Christmas quiz", - "description": "

    Latest updates: UK prime minister seen at event that appears to be in breach of lockdown rules last year; minister defends PM insisting quiz was ‘virtual’

    Dr Susan Hopkins, chief medical adviser for the UK Health Security Agency, has warned that “very difficult” decisions lie ahead for the government and that more Covid measures may be needed.

    She told the BBC’s The Andrew Marr Show:

    I think that the restrictions that the government have announced are sensible. I think that we may need to go beyond them. But we’ll need to watch carefully what happens with hospitalisations.

    The challenge we have and the challenge government has is trying to balance the risks and benefits to the society, to people, to the population, to the economy, and to health, and they have very difficult decisions ahead of them.

    Continue reading...", - "content": "

    Latest updates: UK prime minister seen at event that appears to be in breach of lockdown rules last year; minister defends PM insisting quiz was ‘virtual’

    Dr Susan Hopkins, chief medical adviser for the UK Health Security Agency, has warned that “very difficult” decisions lie ahead for the government and that more Covid measures may be needed.

    She told the BBC’s The Andrew Marr Show:

    I think that the restrictions that the government have announced are sensible. I think that we may need to go beyond them. But we’ll need to watch carefully what happens with hospitalisations.

    The challenge we have and the challenge government has is trying to balance the risks and benefits to the society, to people, to the population, to the economy, and to health, and they have very difficult decisions ahead of them.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/12/boris-johnson-covid-coronavirus-live-news-christmas-uk-lockdown", - "creator": "Miranda Bryant", - "pubDate": "2021-12-12T11:29:33Z", + "title": "Runner faces UK deportation despite state of emergency in Ethiopia", + "description": "

    Officials refused Seyfu Jamaal’s asylum claim after he had waited more than three and a half years

    A runner from Ethiopia who dreams of representing Team GB is facing deportation back to his home country even though a state of emergency has been declared there.

    Seyfu Jamaal, 21, arrived in the UK aged 17 after travelling to the UK in the back of a lorry and claimed asylum. The Home Office accepts he was persecuted and trafficked before he arrived in the UK. But officials refused his asylum claim in May of this year after keeping him waiting for more than three and a half years for a decision, saying it would be safe for him to return home.

    Continue reading...", + "content": "

    Officials refused Seyfu Jamaal’s asylum claim after he had waited more than three and a half years

    A runner from Ethiopia who dreams of representing Team GB is facing deportation back to his home country even though a state of emergency has been declared there.

    Seyfu Jamaal, 21, arrived in the UK aged 17 after travelling to the UK in the back of a lorry and claimed asylum. The Home Office accepts he was persecuted and trafficked before he arrived in the UK. But officials refused his asylum claim in May of this year after keeping him waiting for more than three and a half years for a decision, saying it would be safe for him to return home.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/dec/07/runner-faces-uk-deportation-despite-state-of-emergency-in-ethiopia", + "creator": "Diane Taylor", + "pubDate": "2021-12-07T16:29:28Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216296,20 +241740,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "342502440ba19b5f8be416c240378d54" + "hash": "17d2c2bc864bb90287a386686cd2532e" }, { - "title": "Legal challenge seeks to end UK’s jailing of asylum seekers who steer boats", - "description": "

    Appeal Court to hear cases of individuals imprisoned on smuggling charges

    The UK government is facing a major legal challenge against its policy of prosecuting asylum seekers who steer boats across the Channel under smuggling laws.

    Since the start of 2020, Immigration Enforcement has brought 67 successful prosecutions related to piloting small boats. But after court challenges earlier in the year, the Crown Prosecution Service issued new guidance advising that passengers – even those who take a turn steering – are potentially vulnerable asylum seekers who should not be prosecuted.

    Continue reading...", - "content": "

    Appeal Court to hear cases of individuals imprisoned on smuggling charges

    The UK government is facing a major legal challenge against its policy of prosecuting asylum seekers who steer boats across the Channel under smuggling laws.

    Since the start of 2020, Immigration Enforcement has brought 67 successful prosecutions related to piloting small boats. But after court challenges earlier in the year, the Crown Prosecution Service issued new guidance advising that passengers – even those who take a turn steering – are potentially vulnerable asylum seekers who should not be prosecuted.

    Continue reading...", - "category": "Home Office", - "link": "https://www.theguardian.com/politics/2021/dec/12/legal-challenge-seeks-to-end-uks-jailing-of-asylum-seekers-who-steer-boats", - "creator": "Harriet Grant", - "pubDate": "2021-12-12T08:30:33Z", + "title": "Biden voices ‘deep concerns’ over Ukraine escalation in call with Putin – live", + "description": "

    Joe Biden will speak to several leaders of European nations this afternoon, after his virtual summit with Vladimir Putin concludes.

    “This afternoon, President Biden will convene a call with President Macron of France, Chancellor Merkel of Germany, Prime Minister Draghi of Italy, and Prime Minister Johnson of the United Kingdom following his call with President Putin,” the White House told the press pool.

    On the House floor, moments before the vote, Meijer approached a member who appeared on the verge of a breakdown. He asked his new colleague if he was okay. The member responded that he was not; that no matter his belief in the legitimacy of the election, he could no longer vote to certify the results, because he feared for his family’s safety. ‘Remember, this wasn’t a hypothetical. You were casting that vote after seeing with your own two eyes what some of these people are capable of,’ Meijer says. ‘If they’re willing to come after you inside the U.S. Capitol, what will they do when you’re at home with your kids?’

    Continue reading...", + "content": "

    Joe Biden will speak to several leaders of European nations this afternoon, after his virtual summit with Vladimir Putin concludes.

    “This afternoon, President Biden will convene a call with President Macron of France, Chancellor Merkel of Germany, Prime Minister Draghi of Italy, and Prime Minister Johnson of the United Kingdom following his call with President Putin,” the White House told the press pool.

    On the House floor, moments before the vote, Meijer approached a member who appeared on the verge of a breakdown. He asked his new colleague if he was okay. The member responded that he was not; that no matter his belief in the legitimacy of the election, he could no longer vote to certify the results, because he feared for his family’s safety. ‘Remember, this wasn’t a hypothetical. You were casting that vote after seeing with your own two eyes what some of these people are capable of,’ Meijer says. ‘If they’re willing to come after you inside the U.S. Capitol, what will they do when you’re at home with your kids?’

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2021/dec/07/joe-biden-vladimir-putin-call-russia-ukraine-invasion-us-politics-latest", + "creator": "Joan E Greve in Washington (now) and Adam Gabbatt (earlier)", + "pubDate": "2021-12-07T22:00:34Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216317,20 +241760,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c77c30f04253126329dfdd3648e4290b" + "hash": "6bdc365b3a10fee5772567e5e7de0c23" }, { - "title": "China’s response to Aukus deal was ‘irrational’, Peter Dutton says", - "description": "

    Defence minister accuses Beijing of ‘bullying’ over criticisms of Australia’s pact with the US and UK

    China has responded “irrationally” to the Aukus pact between Australia, the United States and Britain, the defence minister Peter Dutton says.

    The conservative Australian minister continues to mount forthright criticism of the Chinese government, accusing it of “bullying” countries that stand up to Beijing.

    Continue reading...", - "content": "

    Defence minister accuses Beijing of ‘bullying’ over criticisms of Australia’s pact with the US and UK

    China has responded “irrationally” to the Aukus pact between Australia, the United States and Britain, the defence minister Peter Dutton says.

    The conservative Australian minister continues to mount forthright criticism of the Chinese government, accusing it of “bullying” countries that stand up to Beijing.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/12/chinas-response-to-aukus-deal-was-irrational-peter-dutton-says", - "creator": "Daniel Hurst", - "pubDate": "2021-12-12T05:40:47Z", + "title": "IOC says it ‘respects’ US boycott of Beijing Winter Olympics", + "description": "

    Organisation also defends its handling case of Chinese tennis player, Peng Shuai, as ‘quiet diplomacy’

    The International Olympic Committee (IOC) has said that it respects the United States’ decision to diplomatically boycott the forthcoming Beijing Winter Olympics, while defending its “quiet diplomacy” in handling the case of Chinese tennis player, Peng Shuai.

    “We always ask for as much respect as possible and least possible interference from the political world,” said Juan Antonio Samaranch Jr, the IOC’s coordination commission chief for the Beijing Winter Olympics. “We have to be reciprocal. We respect the political decisions taken by political bodies.”

    Continue reading...", + "content": "

    Organisation also defends its handling case of Chinese tennis player, Peng Shuai, as ‘quiet diplomacy’

    The International Olympic Committee (IOC) has said that it respects the United States’ decision to diplomatically boycott the forthcoming Beijing Winter Olympics, while defending its “quiet diplomacy” in handling the case of Chinese tennis player, Peng Shuai.

    “We always ask for as much respect as possible and least possible interference from the political world,” said Juan Antonio Samaranch Jr, the IOC’s coordination commission chief for the Beijing Winter Olympics. “We have to be reciprocal. We respect the political decisions taken by political bodies.”

    Continue reading...", + "category": "Peng Shuai", + "link": "https://www.theguardian.com/sport/2021/dec/07/ioc-says-it-respects-us-boycott-of-beijing-winter-olympics", + "creator": "Vincent Ni, China affairs correspondent", + "pubDate": "2021-12-07T19:31:34Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216338,20 +241780,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "133cd09bdd49094f638d6b6b5a94d4ec" + "hash": "43b805aa59f924782f0fc17c0b4028d0" }, { - "title": "Saudi film festival is a ‘whitewash’ by authorities, say critics", - "description": "

    Gulf regime accused of using glamour of show business to to distract attention from rights abuses within the country and beyond

    Saudi Arabia has opened its first international film festival amid accusations that the government is using culture to whitewash its poor human rights record, just days after similar controversy shadowed its first time hosting a Formula One race.

    The Red Sea festival attracted international stars including Hilary Swank, Clive Owen and Vincent Cassel. Saudi Arabia presented it as a moment of change for a country that only lifted a ban on cinemas four years ago, a position embraced by some of those walking the red carpet.

    Continue reading...", - "content": "

    Gulf regime accused of using glamour of show business to to distract attention from rights abuses within the country and beyond

    Saudi Arabia has opened its first international film festival amid accusations that the government is using culture to whitewash its poor human rights record, just days after similar controversy shadowed its first time hosting a Formula One race.

    The Red Sea festival attracted international stars including Hilary Swank, Clive Owen and Vincent Cassel. Saudi Arabia presented it as a moment of change for a country that only lifted a ban on cinemas four years ago, a position embraced by some of those walking the red carpet.

    Continue reading...", - "category": "Saudi Arabia", - "link": "https://www.theguardian.com/world/2021/dec/11/critics-condemn-saudi-film-festival-as-a-whitewash", - "creator": "Emma Graham-Harrison", - "pubDate": "2021-12-11T20:15:18Z", + "title": "Australia news live update: Sydney party boat Covid cases likely to be Omicron; Nationals distance themselves from Christensen", + "description": "

    Queensland power station targeted by hackers; five people on board a Sydney Harbour cruise on Friday night have tested positive to Covid, with two likely the new variant. Follow all the day’s news

    Actor Rebel Wilson has said her own team were opposed to her losing weight because she was “earning millions of dollars being the funny fat girl”.

    The Australian actor, 41, documented her physical transformation on social media after embarking on a health and fitness journey a couple of years ago.

    Continue reading...", + "content": "

    Queensland power station targeted by hackers; five people on board a Sydney Harbour cruise on Friday night have tested positive to Covid, with two likely the new variant. Follow all the day’s news

    Actor Rebel Wilson has said her own team were opposed to her losing weight because she was “earning millions of dollars being the funny fat girl”.

    The Australian actor, 41, documented her physical transformation on social media after embarking on a health and fitness journey a couple of years ago.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/08/australia-news-live-update-sydney-party-boat-covid-cases-likely-to-be-omicron-pfizer-enthusiastic-to-talk-to-australia", + "creator": "Matilda Boseley", + "pubDate": "2021-12-07T21:54:46Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216359,20 +241800,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "284a5a89e3f4cc9d45e57bf276751a2f" + "hash": "3602e43519aed7d961816a028bb07885" }, { - "title": "Australian government stares down calls to press UK and US for Julian Assange’s release", - "description": "

    Australia says it is ‘not a party’ to case and will ‘respect the UK legal process’ after court clears way for WikiLeaks co-founder’s extradition to US

    The Australian government is staring down calls to intervene to secure Julian Assange’s freedom, after a British court cleared the way for the WikiLeaks co-founder to be extradited to the US to face espionage charges.

    The government said it was monitoring the Australian citizen’s case closely, but would “continue to respect the UK legal process – including any further appeals under UK law” – and emphasised Australia was “not a party to the case”.

    Continue reading...", - "content": "

    Australia says it is ‘not a party’ to case and will ‘respect the UK legal process’ after court clears way for WikiLeaks co-founder’s extradition to US

    The Australian government is staring down calls to intervene to secure Julian Assange’s freedom, after a British court cleared the way for the WikiLeaks co-founder to be extradited to the US to face espionage charges.

    The government said it was monitoring the Australian citizen’s case closely, but would “continue to respect the UK legal process – including any further appeals under UK law” – and emphasised Australia was “not a party to the case”.

    Continue reading...", - "category": "Julian Assange", - "link": "https://www.theguardian.com/media/2021/dec/12/australian-government-stares-down-calls-to-press-uk-and-us-for-julian-assanges-release", - "creator": "Daniel Hurst", - "pubDate": "2021-12-12T02:10:31Z", + "title": "Indonesian Semeru volcano spews huge ash cloud – video", + "description": "

    A sudden eruption from the highest volcano on Indonesia’s most densely populated island of Java left several villages blanketed with falling ash.

    The eruption was accompanied by a thunderstorm that spread lava and smouldering debris, which formed thick mud. The event triggered panic among locals and caused one death

    Continue reading...", + "content": "

    A sudden eruption from the highest volcano on Indonesia’s most densely populated island of Java left several villages blanketed with falling ash.

    The eruption was accompanied by a thunderstorm that spread lava and smouldering debris, which formed thick mud. The event triggered panic among locals and caused one death

    Continue reading...", + "category": "Volcanoes", + "link": "https://www.theguardian.com/world/video/2021/dec/04/indonesian-semeru-volcano-spews-huge-ash-cloud-video", + "creator": "", + "pubDate": "2021-12-04T16:45:59Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216380,20 +241820,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "383c45386babfa33b02071290b6943e9" + "hash": "add8faa941d4e5fbaff566b0701b331a" }, { - "title": "Spanish bishop who married author of satanic erotica is stripped of powers", - "description": "

    Xavier Novell Goma was a noted conservative and Spain’s youngest bishop before stepping down to marry Silvia Caballol

    Spain’s youngest bishop has been stripped of his church powers, the country’s episcopal conference said on Saturday, after he married a psychologist-turned-author of satanic erotica.

    “As is publicly known, Bishop Xavier Novell Goma, bishop emeritus of Solsona, has contracted a civil marriage with Ms Silvia Caballol, on 22 November, 2021 in the town of Suria, in the province of Barcelona,” the conference wrote in the statement.

    Continue reading...", - "content": "

    Xavier Novell Goma was a noted conservative and Spain’s youngest bishop before stepping down to marry Silvia Caballol

    Spain’s youngest bishop has been stripped of his church powers, the country’s episcopal conference said on Saturday, after he married a psychologist-turned-author of satanic erotica.

    “As is publicly known, Bishop Xavier Novell Goma, bishop emeritus of Solsona, has contracted a civil marriage with Ms Silvia Caballol, on 22 November, 2021 in the town of Suria, in the province of Barcelona,” the conference wrote in the statement.

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/2021/dec/12/spanish-bishop-who-married-author-of-satanic-erotica-is-stripped-of-powers", - "creator": "Staff and agencies", - "pubDate": "2021-12-12T02:04:44Z", + "title": "Omicron Covid variant: too soon to say illness severity – video", + "description": "

    The variant first identified in South Africa has been detected in at least 38 countries but no deaths have yet been reported, the World Health Organization's technical lead for Covid-19, Maria Van Kerkhove, has said. The WHO has said it could take weeks to determine how infectious Omicron is, whether it causes more severe illness and how effective treatments and vaccines are against it

    Continue reading...", + "content": "

    The variant first identified in South Africa has been detected in at least 38 countries but no deaths have yet been reported, the World Health Organization's technical lead for Covid-19, Maria Van Kerkhove, has said. The WHO has said it could take weeks to determine how infectious Omicron is, whether it causes more severe illness and how effective treatments and vaccines are against it

    Continue reading...", + "category": "World Health Organization", + "link": "https://www.theguardian.com/world/video/2021/dec/04/omicron-covid-variant-too-soon-to-say-illness-severity-video", + "creator": "", + "pubDate": "2021-12-04T13:54:53Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216401,20 +241840,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d99d14ec467a4e82e64834f9a1e22d7" + "hash": "ac8cf85bacfbc4755d01efe1e9a3cfd0" }, { - "title": "‘They were a bit abrasive’: how kids’ TV Clangers secretly swore", - "description": "

    The son of Oliver Postgate, creator of the 1970s show, reveals what was in the scripts for the delightful and puzzling swannee-whistle creatures

    When Oliver Postgate, the late maestro of children’s television programmes, first invited young viewers to travel with him “in our imaginations across the vast starry stretches of outer space”, he was introducing many of them to a lifeform they would never forget: the Clanger.

    These little pink, knitted, nozzle-nosed aliens, Postgate suggested, were really rather like us, living out their lives on the “small planet wrapped in clouds” they called home. Now it has emerged they were much more like us than we thought.

    Continue reading...", - "content": "

    The son of Oliver Postgate, creator of the 1970s show, reveals what was in the scripts for the delightful and puzzling swannee-whistle creatures

    When Oliver Postgate, the late maestro of children’s television programmes, first invited young viewers to travel with him “in our imaginations across the vast starry stretches of outer space”, he was introducing many of them to a lifeform they would never forget: the Clanger.

    These little pink, knitted, nozzle-nosed aliens, Postgate suggested, were really rather like us, living out their lives on the “small planet wrapped in clouds” they called home. Now it has emerged they were much more like us than we thought.

    Continue reading...", - "category": "Animation on TV", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/12/how-kids-tv-clangers-secretly-swore-oliver-postgate-scripts", - "creator": "Vanessa Thorpe", - "pubDate": "2021-12-12T07:00:32Z", + "title": "Electrician jailed after castrating men at their request in Germany", + "description": "

    Man, 67, convicted of assault for removing testicles of several people and causing one person to die

    A German court convicted a 67-year-old electrician of aggravated, dangerous and simple assault for removing the testicles of several men at their request, causing one person to die, the dpa news agency has reported.

    A Munich regional court sentenced the man to eight years and six months in prison. The defendant, whose name was not released for privacy reasons, had initially also been charged with murder by omission but prosecutors later dropped that charge.

    Continue reading...", + "content": "

    Man, 67, convicted of assault for removing testicles of several people and causing one person to die

    A German court convicted a 67-year-old electrician of aggravated, dangerous and simple assault for removing the testicles of several men at their request, causing one person to die, the dpa news agency has reported.

    A Munich regional court sentenced the man to eight years and six months in prison. The defendant, whose name was not released for privacy reasons, had initially also been charged with murder by omission but prosecutors later dropped that charge.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/07/electrician-who-castrated-men-jailed-in-germany", + "creator": "Associated Press in Berlin", + "pubDate": "2021-12-07T14:48:13Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216422,20 +241860,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e84ac3292f359dafbdf56e28f515b929" + "hash": "f4056a532ea6f127308f866792ff8f0a" }, { - "title": "‘My son’s birthday party is off’ – the sacrifices UK parents are making to save Christmas", - "description": "

    Families tell of their ‘heartbreak’ as parties and other social plans are cancelled in the wake of Omicron

    ’Tis the season to be jolly, and last week Marieke Navin and her boyfriend were planning to attend three Christmas parties between them. But now, following the rise of the Omicron variant, they are not going to any.

    “I was looking forward to those parties,” said Navin. “But my priority is protecting Christmas. I don’t want my children to be isolating in their room on Christmas Day, or be unable to visit their dad or my parents. I don’t want my partner’s kids to be unable to come to us on Boxing Day. I don’t want to jeopardise the movement of the children, and I don’t want anyone being poorly over Christmas.”

    Continue reading...", - "content": "

    Families tell of their ‘heartbreak’ as parties and other social plans are cancelled in the wake of Omicron

    ’Tis the season to be jolly, and last week Marieke Navin and her boyfriend were planning to attend three Christmas parties between them. But now, following the rise of the Omicron variant, they are not going to any.

    “I was looking forward to those parties,” said Navin. “But my priority is protecting Christmas. I don’t want my children to be isolating in their room on Christmas Day, or be unable to visit their dad or my parents. I don’t want my partner’s kids to be unable to come to us on Boxing Day. I don’t want to jeopardise the movement of the children, and I don’t want anyone being poorly over Christmas.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/12/my-sons-birthday-party-is-off-the-sacrifices-uk-parents-are-making-to-save-christmas", - "creator": "Donna Ferguson", - "pubDate": "2021-12-12T10:00:35Z", + "title": "Latest Covid travel rules for the 10 most popular holiday destinations from UK", + "description": "

    The arrival of the Omicron variant and rising infection rates has led to myriad new rules that travellers have to negotiate before setting off

    Spain has banned all non-vaccinated Britons from entering the country. The ban is expected to last until at least 31 December, at which point the rules will be reviewed.

    Continue reading...", + "content": "

    The arrival of the Omicron variant and rising infection rates has led to myriad new rules that travellers have to negotiate before setting off

    Spain has banned all non-vaccinated Britons from entering the country. The ban is expected to last until at least 31 December, at which point the rules will be reviewed.

    Continue reading...", + "category": "Travel", + "link": "https://www.theguardian.com/travel/2021/dec/07/latest-covid-travel-rules-for-10-most-popular-holiday-destinations-from-uk-spain-france-italy-usa", + "creator": "Nazia Parveen", + "pubDate": "2021-12-07T14:46:47Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216443,20 +241880,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dd014c617069d5af036ee8d2bd9b367" + "hash": "e7d461c2d5d490a7315d14ab83dade9f" }, { - "title": "Omicron is sneaky. It could be fatal for us – or for our faith in government | Francois Balloux", - "description": "The week ahead will be pivotal as we track the spread of the new variant and discover its potential legacy

    The emergence and rapid spread of the Omicron Sars-CoV-2 variant feels like a flashback to last year’s grim festive season when much of the world went into lockdown to avert the worst of the Alpha variant wave. But though the sense of eerie, impending doom feels familiar, the epidemiological and political situations are different from one year ago.

    The Omicron wave represents a key turning point in the pandemic. But no plausible outcome looks particularly auspicious – it feels largely like a lose-lose deal. If if turns out to be roughly as severe as previous pandemic waves, it might normalise harsh mitigation measures and render the prospect of a return to post-pandemic normality fairly remote. If it turned out to be milder than feared, this could spell the end of lockdowns with Covid-19 on its way into endemicity. The cost would be a loss of trust in political and public health authorities, which may make it difficult to deal with future threats.

    Continue reading...", - "content": "The week ahead will be pivotal as we track the spread of the new variant and discover its potential legacy

    The emergence and rapid spread of the Omicron Sars-CoV-2 variant feels like a flashback to last year’s grim festive season when much of the world went into lockdown to avert the worst of the Alpha variant wave. But though the sense of eerie, impending doom feels familiar, the epidemiological and political situations are different from one year ago.

    The Omicron wave represents a key turning point in the pandemic. But no plausible outcome looks particularly auspicious – it feels largely like a lose-lose deal. If if turns out to be roughly as severe as previous pandemic waves, it might normalise harsh mitigation measures and render the prospect of a return to post-pandemic normality fairly remote. If it turned out to be milder than feared, this could spell the end of lockdowns with Covid-19 on its way into endemicity. The cost would be a loss of trust in political and public health authorities, which may make it difficult to deal with future threats.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/commentisfree/2021/dec/12/omicron-is-sneaky-it-could-be-fatal-for-us-or-for-our-faith-in-government", - "creator": "Francois Balloux", - "pubDate": "2021-12-12T09:30:34Z", + "title": "David Thewlis on new show Landscapers and the misogyny of Naked: ‘I find it much tougher to watch today’", + "description": "

    As he stars alongside Olivia Colman in a drama about the Mansfield Murders, the actor talks about his discomfort with Naked, doing night shoots with Julie Walters – and growing old grotesquely

    David Thewlis, speaking by Zoom from his home in the Berkshire village of Sunningdale, has set his screen at a jaunty angle. His manner is equable, nerdy, eager to please. Nothing like what you’d expect, in other words – unless you had watched Landscapers, a new four-part TV drama in which Thewlis stars opposite Olivia Colman. Perhaps he’s one of those actors who doesn’t de-role until he’s on to the next character.

    Landscapers is true crime, in so far as the protagonists are Susan and Christopher Edwards, the so-called Mansfield Murderers convicted in 2014 of killing Susan’s parents and burying them in the garden 15 years before. Yet it is absolutely nothing like true crime. It jumps through time and genre, smashes the fourth wall then puts it back together as a jail cell. It is vividly experimental yet recalls the golden age of British TV, specifically Dennis Potter and his dreamlike, restless theatricality. “I didn’t think of that while we were making it,” says Thewlis. “But when I saw it, I thought of The Singing Detective – which I was in!”

    Continue reading...", + "content": "

    As he stars alongside Olivia Colman in a drama about the Mansfield Murders, the actor talks about his discomfort with Naked, doing night shoots with Julie Walters – and growing old grotesquely

    David Thewlis, speaking by Zoom from his home in the Berkshire village of Sunningdale, has set his screen at a jaunty angle. His manner is equable, nerdy, eager to please. Nothing like what you’d expect, in other words – unless you had watched Landscapers, a new four-part TV drama in which Thewlis stars opposite Olivia Colman. Perhaps he’s one of those actors who doesn’t de-role until he’s on to the next character.

    Landscapers is true crime, in so far as the protagonists are Susan and Christopher Edwards, the so-called Mansfield Murderers convicted in 2014 of killing Susan’s parents and burying them in the garden 15 years before. Yet it is absolutely nothing like true crime. It jumps through time and genre, smashes the fourth wall then puts it back together as a jail cell. It is vividly experimental yet recalls the golden age of British TV, specifically Dennis Potter and his dreamlike, restless theatricality. “I didn’t think of that while we were making it,” says Thewlis. “But when I saw it, I thought of The Singing Detective – which I was in!”

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/07/david-thewlis-landscapers-misogyny-naked-olivia-colman-mansfield-murders-julie-walters", + "creator": "Zoe Williams", + "pubDate": "2021-12-07T06:00:19Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216464,20 +241900,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce73b264346e485298c36ab57ff562f0" + "hash": "2751e823d76781549eaf60f2bcd75728" }, { - "title": "UK clinics defy guidance and give under-40s their Covid booster jabs now", - "description": "

    Web forums share locations of centres offering younger people coronavirus vaccines

    Young people not currently eligible for the Covid-19 booster jab have been receiving vaccinations from walk-in centres, clinics and pharmacies across the country that have chosen to ignore official government guidance.

    On online forums, under-40s have been suggesting to each other the places offering boosters to all over-18s. On Reddit, nearly 25,000 people are a member of the UK community GetJabbed, where they are sharing locations of clinics in cities including London, Manchester and Liverpool offering boosters to younger people.

    Continue reading...", - "content": "

    Web forums share locations of centres offering younger people coronavirus vaccines

    Young people not currently eligible for the Covid-19 booster jab have been receiving vaccinations from walk-in centres, clinics and pharmacies across the country that have chosen to ignore official government guidance.

    On online forums, under-40s have been suggesting to each other the places offering boosters to all over-18s. On Reddit, nearly 25,000 people are a member of the UK community GetJabbed, where they are sharing locations of clinics in cities including London, Manchester and Liverpool offering boosters to younger people.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/11/uk-clinics-defy-guidance-give-under-40s-covid-booster-vaccinations-now", - "creator": "Robyn Vinter", - "pubDate": "2021-12-11T21:04:10Z", + "title": "What sanctions could the US hit Russia with if it invades Ukraine?", + "description": "

    Biden enters talks with Putin armed with a wide range of economic measures at his disposal – what are those options?

    Joe Biden goes into Tuesday’s virtual summit with Vladimir Putin, after days of close consultation with European allies on a joint response to an invasion of Ukraine, armed with a wide range of punitive measures at his disposal.

    There would be increased military support for Kyiv and a bolstering of Nato’s eastern flank, but the primary focus would be on sanctions. The US secretary of state, Antony Blinken, said they would include “high-impact economic measures that we’ve refrained from taking in the past”.

    Continue reading...", + "content": "

    Biden enters talks with Putin armed with a wide range of economic measures at his disposal – what are those options?

    Joe Biden goes into Tuesday’s virtual summit with Vladimir Putin, after days of close consultation with European allies on a joint response to an invasion of Ukraine, armed with a wide range of punitive measures at his disposal.

    There would be increased military support for Kyiv and a bolstering of Nato’s eastern flank, but the primary focus would be on sanctions. The US secretary of state, Antony Blinken, said they would include “high-impact economic measures that we’ve refrained from taking in the past”.

    Continue reading...", + "category": "US foreign policy", + "link": "https://www.theguardian.com/us-news/2021/dec/07/us-russia-sanctions-joe-biden-vladimir-putin", + "creator": "Julian Borger in Washington", + "pubDate": "2021-12-07T07:21:31Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216485,20 +241920,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecf912840039399f76486025a0b02c82" + "hash": "f7cc6a5e30fc6c0deb46f8d6e05a6b84" }, { - "title": "Scientists fear falling trust in Boris Johnson could harm bid to curb Omicron surge", - "description": "

    Researchers say new rules may be needed to cut deaths, but there are concerns that ‘fed-up’ people will ignore government

    Ministers announced a huge expansion of the booster vaccine campaign on Saturday night, amid warnings that further restrictions will be needed imminently to prevent tens of thousands of deaths.

    With new Covid measures being discussed in Whitehall and claims of people being turned away from booster walk-in centres, third jabs will be opened up to those in their 30s from Monday in England. Those who had their second jab three months ago or more will be eligible.

    Continue reading...", - "content": "

    Researchers say new rules may be needed to cut deaths, but there are concerns that ‘fed-up’ people will ignore government

    Ministers announced a huge expansion of the booster vaccine campaign on Saturday night, amid warnings that further restrictions will be needed imminently to prevent tens of thousands of deaths.

    With new Covid measures being discussed in Whitehall and claims of people being turned away from booster walk-in centres, third jabs will be opened up to those in their 30s from Monday in England. Those who had their second jab three months ago or more will be eligible.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/12/scientists-fear-falling-trust-in-boris-johnson-could-harm-bid-to-curb-omicron-surge", - "creator": "Michael Savage, Robin McKie, Robyn Vinter", - "pubDate": "2021-12-12T00:01:23Z", + "title": "Biden to speak with European leaders after virtual summit with Putin – live", + "description": "

    Joe Biden will speak to several leaders of European nations this afternoon, after his virtual summit with Vladimir Putin concludes.

    “This afternoon, President Biden will convene a call with President Macron of France, Chancellor Merkel of Germany, Prime Minister Draghi of Italy, and Prime Minister Johnson of the United Kingdom following his call with President Putin,” the White House told the press pool.

    On the House floor, moments before the vote, Meijer approached a member who appeared on the verge of a breakdown. He asked his new colleague if he was okay. The member responded that he was not; that no matter his belief in the legitimacy of the election, he could no longer vote to certify the results, because he feared for his family’s safety. ‘Remember, this wasn’t a hypothetical. You were casting that vote after seeing with your own two eyes what some of these people are capable of,’ Meijer says. ‘If they’re willing to come after you inside the U.S. Capitol, what will they do when you’re at home with your kids?’

    Continue reading...", + "content": "

    Joe Biden will speak to several leaders of European nations this afternoon, after his virtual summit with Vladimir Putin concludes.

    “This afternoon, President Biden will convene a call with President Macron of France, Chancellor Merkel of Germany, Prime Minister Draghi of Italy, and Prime Minister Johnson of the United Kingdom following his call with President Putin,” the White House told the press pool.

    On the House floor, moments before the vote, Meijer approached a member who appeared on the verge of a breakdown. He asked his new colleague if he was okay. The member responded that he was not; that no matter his belief in the legitimacy of the election, he could no longer vote to certify the results, because he feared for his family’s safety. ‘Remember, this wasn’t a hypothetical. You were casting that vote after seeing with your own two eyes what some of these people are capable of,’ Meijer says. ‘If they’re willing to come after you inside the U.S. Capitol, what will they do when you’re at home with your kids?’

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2021/dec/07/joe-biden-vladimir-putin-call-russia-ukraine-invasion-us-politics-latest", + "creator": "Joan E Greve in Washington", + "pubDate": "2021-12-07T18:41:12Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216506,20 +241940,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "48e47aff979cff623425aa6aee6bc206" + "hash": "93bd5d33f2b5c4318f3a5b4dba3cc285" }, { - "title": "‘He’s clueless’: faith in Boris Johnson wavers in Tory stronghold Margate", - "description": "

    Doubts about the prime minister’s ability are even being voiced among Conservative voters in pro-Brexit Thanet

    The citizens of Margate, wrote TS Eliot, were “humble people who expect nothing”. That seems to include their expectations of prime minister Boris Johnson.

    After weeks of revelations about lockdown Christmas parties, accusations of lying about his Downing Street flat refurbishment, and claims that he ordered dogs and cats to be given priority in the Afghanistan evacuation, Johnson’s popularity has slumped in the polls.

    Continue reading...", - "content": "

    Doubts about the prime minister’s ability are even being voiced among Conservative voters in pro-Brexit Thanet

    The citizens of Margate, wrote TS Eliot, were “humble people who expect nothing”. That seems to include their expectations of prime minister Boris Johnson.

    After weeks of revelations about lockdown Christmas parties, accusations of lying about his Downing Street flat refurbishment, and claims that he ordered dogs and cats to be given priority in the Afghanistan evacuation, Johnson’s popularity has slumped in the polls.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/12/hes-clueless-faith-in-boris-johnson-wavers-in-tory-stronghold-margate", - "creator": "James Tapper", - "pubDate": "2021-12-12T07:45:32Z", + "title": "Rohingya United: the football team bringing together refugees", + "description": "

    The Q-League is a far cry from the refugee camps where some of its players learned to play football using scrunched up plastic bags. Guardian Australia’s sport editor Mike Hytner introduces this story about the inclusiveness of sport and a player’s memory of holding a real football for the first time

    You can read the original article here: Rohingya United: the football team bringing together refugees


    Continue reading...", + "content": "

    The Q-League is a far cry from the refugee camps where some of its players learned to play football using scrunched up plastic bags. Guardian Australia’s sport editor Mike Hytner introduces this story about the inclusiveness of sport and a player’s memory of holding a real football for the first time

    You can read the original article here: Rohingya United: the football team bringing together refugees


    Continue reading...", + "category": "Refugees", + "link": "https://www.theguardian.com/australia-news/audio/2021/dec/08/rohingya-united-the-football-team-bringing-together-refugees", + "creator": "Hosted by Jane Lee. Recommended by Mike Hytner. Written by Emma Kemp. Produced by Camilla Hannan, Daniel Semo, Rafqa Touma and Allison Chan. Executive producers Gabrielle Jackson and Melanie Tait", + "pubDate": "2021-12-07T16:30:19Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216527,20 +241960,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "149ef66a8405e14598fb3555bd7d7ec5" + "hash": "b9708fce931766b49dc2d447c01e8aca" }, { - "title": "Those we lost in 2021: Sean Lock remembered by Bill Bailey", - "description": "

    22 April 1963 – 16 August 2021
    The comedian recalls more than 30 years of friendship with a warm and generous writer and performer whose standup sets left audiences helpless with laughter

    I met Sean at a gig where we were both performing in the late 80s and we immediately hit it off. We shared a similar sense of humour, and also a sense of outsider status which gave us an added spur to succeed but with a determination to have fun while doing it. The fact that we were able to make people laugh, and make a living from it, felt like we were on a wild adventure that we didn’t want to end.

    Sean’s early gigs in clubs where he was learning the craft were often rowdy affairs where he honed his skill at dealing with the odd drunk heckler, which developed over the years into an effortless ability to riff on whatever subject came up.

    Continue reading...", - "content": "

    22 April 1963 – 16 August 2021
    The comedian recalls more than 30 years of friendship with a warm and generous writer and performer whose standup sets left audiences helpless with laughter

    I met Sean at a gig where we were both performing in the late 80s and we immediately hit it off. We shared a similar sense of humour, and also a sense of outsider status which gave us an added spur to succeed but with a determination to have fun while doing it. The fact that we were able to make people laugh, and make a living from it, felt like we were on a wild adventure that we didn’t want to end.

    Sean’s early gigs in clubs where he was learning the craft were often rowdy affairs where he honed his skill at dealing with the odd drunk heckler, which developed over the years into an effortless ability to riff on whatever subject came up.

    Continue reading...", - "category": "Sean Lock", - "link": "https://www.theguardian.com/stage/2021/dec/12/obituaries-2021-sean-lock-remembered-by-bill-bailey", - "creator": "Guardian Staff", - "pubDate": "2021-12-12T10:00:35Z", + "title": "The Guardian view on Myanmar: Aung San Suu Kyi is now one of many | Editorial", + "description": "

    The generals snatched power and seized elected politicians. But they have yet to cow the public

    The prosecution and inevitable conviction of Myanmar’s deposed leader Aung San Suu Kyi and Win Myint, its former president, are a show of strength by the military that only emphasises its failures. These two are “hostages, not criminals”, observed Tom Andrews, the UN special rapporteur on human rights in Myanmar. The generals’ attempt to launder the detention through closed court proceedings fooled no one. The repression has only grown in the 10 months since the junta seized power, because it knows repression is all it has.

    The military chief Min Aung Hlaing made a serious miscalculation when he launched the coup, overturning the arrangements that allowed the army to maintain a high degree of power despite the National League for Democracy’s electoral triumphs. He assumed the military could return to the old ways, beating down political opposition and keeping the 76-year-old safely locked away. Perhaps he hoped that international reaction might be muted by the Nobel peace prize laureate’s tarnished reputation, after she personally defended Myanmar in the international court of justice genocide case over the treatment of Rohingya Muslims. (Rohingya survivors this week announced that they are suing Facebook for £150bn over hate speech on the social media platform.)

    Continue reading...", + "content": "

    The generals snatched power and seized elected politicians. But they have yet to cow the public

    The prosecution and inevitable conviction of Myanmar’s deposed leader Aung San Suu Kyi and Win Myint, its former president, are a show of strength by the military that only emphasises its failures. These two are “hostages, not criminals”, observed Tom Andrews, the UN special rapporteur on human rights in Myanmar. The generals’ attempt to launder the detention through closed court proceedings fooled no one. The repression has only grown in the 10 months since the junta seized power, because it knows repression is all it has.

    The military chief Min Aung Hlaing made a serious miscalculation when he launched the coup, overturning the arrangements that allowed the army to maintain a high degree of power despite the National League for Democracy’s electoral triumphs. He assumed the military could return to the old ways, beating down political opposition and keeping the 76-year-old safely locked away. Perhaps he hoped that international reaction might be muted by the Nobel peace prize laureate’s tarnished reputation, after she personally defended Myanmar in the international court of justice genocide case over the treatment of Rohingya Muslims. (Rohingya survivors this week announced that they are suing Facebook for £150bn over hate speech on the social media platform.)

    Continue reading...", + "category": "Aung San Suu Kyi", + "link": "https://www.theguardian.com/world/commentisfree/2021/dec/07/the-guardian-view-on-myanmar-aung-san-suu-kyi-is-now-one-of-many", + "creator": "Editorial", + "pubDate": "2021-12-07T18:41:06Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216548,20 +241980,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "991cc032509daed00aed51bb2ac5c63d" + "hash": "d86c7041ea944dd9cd6f90805827d423" }, { - "title": "‘You’ve got to try and worry about something bigger than yourself’: Riz Ahmed on rap, racism and standing up to Hollywood", - "description": "

    Riz Ahmed has never been afraid of a challenge – he famously learned drumming and sign language for his role in Sound of Metal. But his most fearless performance? Taking on Hollywood…

    This summer, Riz Ahmed took aim at Hollywood and the wider film industry. In a speech that was somehow both measured and searingly furious, the British actor called out the “toxic portrayals” of Muslim characters in TV and movies. Using research that he was directly involved in commissioning, Ahmed showed how Muslims, who make up almost a quarter of the world’s population, are either “invisible or villains” in our screen entertainment. He said that this omission resulted not just in “lost audiences” but “lost lives” because of the “dehumanising and demonising” ways that Muslims were often depicted. In fact, Ahmed noted, some of the most prestigious and awards-laden releases of recent years were “frankly racist”: specifically The Hurt Locker and Argo, both of which won best picture at the Oscars, and Marvel’s Black Panther, which earned more than $1bn at the box office.

    The speech in June, which launched an initiative called the Blueprint for Muslim Inclusion, was many things: timely, vital and, for some, eye-opening. But mainly, on Ahmed’s part, it felt brave, even risky. Actors typically don’t take potshots at their paymasters, the studios. They almost never single out specific, very successful films for criticism.

    Continue reading...", - "content": "

    Riz Ahmed has never been afraid of a challenge – he famously learned drumming and sign language for his role in Sound of Metal. But his most fearless performance? Taking on Hollywood…

    This summer, Riz Ahmed took aim at Hollywood and the wider film industry. In a speech that was somehow both measured and searingly furious, the British actor called out the “toxic portrayals” of Muslim characters in TV and movies. Using research that he was directly involved in commissioning, Ahmed showed how Muslims, who make up almost a quarter of the world’s population, are either “invisible or villains” in our screen entertainment. He said that this omission resulted not just in “lost audiences” but “lost lives” because of the “dehumanising and demonising” ways that Muslims were often depicted. In fact, Ahmed noted, some of the most prestigious and awards-laden releases of recent years were “frankly racist”: specifically The Hurt Locker and Argo, both of which won best picture at the Oscars, and Marvel’s Black Panther, which earned more than $1bn at the box office.

    The speech in June, which launched an initiative called the Blueprint for Muslim Inclusion, was many things: timely, vital and, for some, eye-opening. But mainly, on Ahmed’s part, it felt brave, even risky. Actors typically don’t take potshots at their paymasters, the studios. They almost never single out specific, very successful films for criticism.

    Continue reading...", - "category": "Riz Ahmed", - "link": "https://www.theguardian.com/culture/2021/dec/12/youve-got-to-try-and-worry-about-something-bigger-than-yourself-riz-ahmed-on-rap-racism-and-standing-up-to-hollywood", - "creator": "Tim Lewis", - "pubDate": "2021-12-12T08:00:33Z", + "title": "Whistleblower condemns Foreign Office over Kabul evacuation", + "description": "

    Ex-diplomat claims string of failings within department led to ‘people being left to die at the hands of the Taliban’

    Tens of thousands of Afghans were unable to access UK help following the fall of Kabul because of turmoil and confusion in the Foreign Office, according a devastating account by a whistleblower.

    A former diplomat has claimed bureaucratic chaos, ministerial intervention, lack of planning and a short-hours culture in the department led to “people being left to die at the hands of the Taliban”.

    Continue reading...", + "content": "

    Ex-diplomat claims string of failings within department led to ‘people being left to die at the hands of the Taliban’

    Tens of thousands of Afghans were unable to access UK help following the fall of Kabul because of turmoil and confusion in the Foreign Office, according a devastating account by a whistleblower.

    A former diplomat has claimed bureaucratic chaos, ministerial intervention, lack of planning and a short-hours culture in the department led to “people being left to die at the hands of the Taliban”.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/07/whistleblower-condemns-foreign-office-over-kabul-evacuation", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-07T00:01:11Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216569,20 +242000,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3db281f63b7d237932feaa229a16a440" + "hash": "91aae4433ba20e1b21ff67ada1bf5bf9" }, { - "title": "Ten tech predictions for 2022: what’s next for Twitter, Uber and NFTs", - "description": "

    The year ahead for the social media giants, podcasts and games – and will there be yet another hyped return for virtual reality?

    Twitter has an unfortunate reputation as the punchbag of social media. It has failed to deliver the huge returns of bigger rivals such as Facebook and Facebook-owned Instagram, it hasn’t been the cool new network for more than a decade and even its own most dedicated users love to drag it to oblivion.

    Continue reading...", - "content": "

    The year ahead for the social media giants, podcasts and games – and will there be yet another hyped return for virtual reality?

    Twitter has an unfortunate reputation as the punchbag of social media. It has failed to deliver the huge returns of bigger rivals such as Facebook and Facebook-owned Instagram, it hasn’t been the cool new network for more than a decade and even its own most dedicated users love to drag it to oblivion.

    Continue reading...", - "category": "Technology", - "link": "https://www.theguardian.com/technology/2021/dec/12/10-tech-predictions-for-2022-twitter-uber-nfts-virtual-reality", - "creator": "James Ball", - "pubDate": "2021-12-12T09:00:34Z", + "title": "China attacks US diplomatic boycott of Winter Games as ‘travesty’ of Olympic spirit", + "description": "

    Beijing dismisses no-show and says American officials had not been invited in the first place, as other countries consider their positions

    China has reacted angrily to the US government’s diplomatic boycott of next year’s Winter Olympics, as more countries said they would consider joining the protest over Beijing’s human rights record and New Zealand announced it would not send representatives to the Games.

    Chinese officials dismissed Washington’s boycott as a “posturing and political manipulation” and tried to discredit the decision by claiming that US diplomats had not even been invited to Beijing in the first place.

    Continue reading...", + "content": "

    Beijing dismisses no-show and says American officials had not been invited in the first place, as other countries consider their positions

    China has reacted angrily to the US government’s diplomatic boycott of next year’s Winter Olympics, as more countries said they would consider joining the protest over Beijing’s human rights record and New Zealand announced it would not send representatives to the Games.

    Chinese officials dismissed Washington’s boycott as a “posturing and political manipulation” and tried to discredit the decision by claiming that US diplomats had not even been invited to Beijing in the first place.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/07/china-attacks-us-diplomatic-boycott-of-winter-games-as-travesty-of-olympic-spirit", + "creator": "Helen Davidson", + "pubDate": "2021-12-07T07:34:48Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216590,20 +242020,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c31fa7da7f6edde5440caccfc788041" + "hash": "f1540b4106ad0d5a2e2c43ffd823f240" }, { - "title": "Confusion over booster eligibility in England as people in 30s book Covid jabs", - "description": "

    Apparent glitch allows younger people to book vaccinations before they were expected to qualify

    There was confusion on Saturday about which age groups in England are now eligible to book a booster jab with the NHS, after an apparent glitch allowed younger people to book before they were expected to qualify.

    People aged 30 and over in England were expected to be able to book a Covid-19 booster from Monday as long as it has been three months since their second vaccine dose, but many 30-somethings reported on social media on Saturday that they had been able to book their appointments already.

    Continue reading...", - "content": "

    Apparent glitch allows younger people to book vaccinations before they were expected to qualify

    There was confusion on Saturday about which age groups in England are now eligible to book a booster jab with the NHS, after an apparent glitch allowed younger people to book before they were expected to qualify.

    People aged 30 and over in England were expected to be able to book a Covid-19 booster from Monday as long as it has been three months since their second vaccine dose, but many 30-somethings reported on social media on Saturday that they had been able to book their appointments already.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/11/confusion-over-booster-eligibility-in-england-as-people-in-30s-book-covid-jabs", - "creator": "Jedidajah Otte", - "pubDate": "2021-12-11T19:09:05Z", + "title": "Covid news live: Omicron likely to become dominant variant, UK and US experts say", + "description": "

    Omicron variant is likely to ‘outcompete Delta’, Harvard researcher says; patchy monitoring thought to be behind underreporting of cases in the UK

    All international arrivals to the UK are now required to take a pre-departure Covid-19 test to tackle the new Omicron variant.

    The tightened requirements have just come into force from 4am (GMT) on Tuesday 7 December.

    Continue reading...", + "content": "

    Omicron variant is likely to ‘outcompete Delta’, Harvard researcher says; patchy monitoring thought to be behind underreporting of cases in the UK

    All international arrivals to the UK are now required to take a pre-departure Covid-19 test to tackle the new Omicron variant.

    The tightened requirements have just come into force from 4am (GMT) on Tuesday 7 December.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/07/covid-news-live-omicron-likely-to-become-dominant-variant-harvard-researcher-says-france-to-close-nightclubs", + "creator": "Martin Belam (now) and Samantha Lock (earlier)", + "pubDate": "2021-12-07T09:46:03Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216611,20 +242040,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4625dc41bccae74176f2f053fd459948" + "hash": "6acee5fc8eeef06fc27acf066400873b" }, { - "title": "Fighting byelections or Brexit, the rule is the same: don’t give up", - "description": "

    Voters can spring surprises at any time. This is not a time for Remainers to despair. It is never time for that

    During the closing stages of Margaret Thatcher’s premiership, I said to the Conservative MP John Biffen: “I think Mrs Thatcher must be suffering.”

    This was surprising, coming from such a long-term critic of Thatcherism as myself, but so was the reply from Biffen, a former member of her cabinet and also, for years, her leader of the Commons. “Yes,” he replied, “but is she suffering enough?”

    Continue reading...", - "content": "

    Voters can spring surprises at any time. This is not a time for Remainers to despair. It is never time for that

    During the closing stages of Margaret Thatcher’s premiership, I said to the Conservative MP John Biffen: “I think Mrs Thatcher must be suffering.”

    This was surprising, coming from such a long-term critic of Thatcherism as myself, but so was the reply from Biffen, a former member of her cabinet and also, for years, her leader of the Commons. “Yes,” he replied, “but is she suffering enough?”

    Continue reading...", - "category": "Economics", - "link": "https://www.theguardian.com/business/2021/dec/12/fighting-byelections-or-brexit-the-rule-is-the-same-dont-give-up", - "creator": "William Keegan", - "pubDate": "2021-12-12T07:00:32Z", + "title": "US says it will send troops to eastern Europe if Russia invades Ukraine", + "description": "

    Official says Washington would also impose economic measures, in a warning to Moscow on eve of talks between Biden and Putin

    The US has said it would send reinforcements to Nato’s eastern flank in the wake of a Russian invasion of Ukraine, as well as imposing severe new economic measures, in a warning to Moscow on the eve of talks between Joe Biden and Vladimir Putin.

    Biden will also make clear to Putin that the US will not rule out future Ukrainian membership of Nato, as the Russian leader has demanded, a senior US official said.

    Continue reading...", + "content": "

    Official says Washington would also impose economic measures, in a warning to Moscow on eve of talks between Biden and Putin

    The US has said it would send reinforcements to Nato’s eastern flank in the wake of a Russian invasion of Ukraine, as well as imposing severe new economic measures, in a warning to Moscow on the eve of talks between Joe Biden and Vladimir Putin.

    Biden will also make clear to Putin that the US will not rule out future Ukrainian membership of Nato, as the Russian leader has demanded, a senior US official said.

    Continue reading...", + "category": "Volodymyr Zelenskiy", + "link": "https://www.theguardian.com/world/2021/dec/06/us-says-it-will-send-troops-to-eastern-europe-if-russia-invades-ukraine", + "creator": "Andrew Roth in Moscow and Julian Borgerin Washington", + "pubDate": "2021-12-06T19:10:04Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216632,20 +242060,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2117e088c6bf05b0f6dc4e1bdc5fccbe" + "hash": "a208f04083554e3e78f6ca934c2502ba" }, { - "title": "Why uncontrolled HIV may be behind the emergence of Omicron", - "description": "

    Analysis: experts say weakened immune systems may give rise to new Covid variants – so HIV prevention could be key to stopping coronavirus

    Where did Omicron come from? By all accounts it is a weird variant. Though highly mutated, it descended not from one of the other variants of concern, such as Alpha, Beta or Delta, but from coronavirus that was circulating maybe 18 months ago. So where has it been all this time? And why is it only wreaking havoc now?

    Researchers are exploring a number of hunches. One is that Omicron arose in a remote region of southern Africa but failed to spread until now. Another is that it evolved in infected animals, such as rats, and then crossed back into humans. But a third explanation is gaining ground as more data come to light, that Omicron arose in a person with a weakened immune system: someone having cancer treatment perhaps, an organ transplant patient or someone with uncontrolled HIV.

    Continue reading...", - "content": "

    Analysis: experts say weakened immune systems may give rise to new Covid variants – so HIV prevention could be key to stopping coronavirus

    Where did Omicron come from? By all accounts it is a weird variant. Though highly mutated, it descended not from one of the other variants of concern, such as Alpha, Beta or Delta, but from coronavirus that was circulating maybe 18 months ago. So where has it been all this time? And why is it only wreaking havoc now?

    Researchers are exploring a number of hunches. One is that Omicron arose in a remote region of southern Africa but failed to spread until now. Another is that it evolved in infected animals, such as rats, and then crossed back into humans. But a third explanation is gaining ground as more data come to light, that Omicron arose in a person with a weakened immune system: someone having cancer treatment perhaps, an organ transplant patient or someone with uncontrolled HIV.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/11/why-uncontrolled-hiv-may-be-behind-the-emergence-of-omicron", - "creator": "Ian Sample Science editor", - "pubDate": "2021-12-11T08:00:04Z", + "title": "China unveils package to boost economy as Evergrande teeters", + "description": "

    Beijing to increase business lending and build more affordable housing, but reports say property giant has missed a key bond repayment

    China’s politburo has signalled measures to kickstart the faltering economy as the crisis gripping the country’s debt-laden property sector continued to blight prospects for growth.

    President Xi Jinping’s senior leadership committee rubber-stamped a plan from the central bank on Monday for more targeted lending to businesses and outlined support for the housing market.

    Continue reading...", + "content": "

    Beijing to increase business lending and build more affordable housing, but reports say property giant has missed a key bond repayment

    China’s politburo has signalled measures to kickstart the faltering economy as the crisis gripping the country’s debt-laden property sector continued to blight prospects for growth.

    President Xi Jinping’s senior leadership committee rubber-stamped a plan from the central bank on Monday for more targeted lending to businesses and outlined support for the housing market.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/07/china-unveils-package-to-boost-economy-amid-imf-growth-warning", + "creator": "Martin Farrer", + "pubDate": "2021-12-07T07:20:20Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216653,20 +242080,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfa0a5e44a9b3f717362966773c4756b" + "hash": "002dd66970d37dee67299eb513802122" }, { - "title": "Omicron patient hospitalised in NSW as Queensland prepares for thousands of cars to cross border", - "description": "

    Covid vaccine booster shots also fast-tracked on day of large protests in capital cities to oppose mandates

    A person in New South Wales has been admitted to hospital infected with the Omicron variant of Covid-19, the first Omicron patient to be hospitalised since it arrived in Australia last month.

    It comes as thousands of protesters marched through capital cities on Sunday to oppose vaccine mandates, and Western Australia and Queensland prepared to reopen their borders.

    Continue reading...", - "content": "

    Covid vaccine booster shots also fast-tracked on day of large protests in capital cities to oppose mandates

    A person in New South Wales has been admitted to hospital infected with the Omicron variant of Covid-19, the first Omicron patient to be hospitalised since it arrived in Australia last month.

    It comes as thousands of protesters marched through capital cities on Sunday to oppose vaccine mandates, and Western Australia and Queensland prepared to reopen their borders.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/12/omicron-patient-hospitalised-in-nsw-as-queensland-prepares-for-thousands-of-cars-to-cross-border", - "creator": "Ben Doherty", - "pubDate": "2021-12-12T06:35:37Z", + "title": "China’s import surge cheers markets; UK house price growth at 15-year high – business live", + "description": "

    Rolling coverage of the latest economic and financial news

    The pan-European Stoxx 600 index has hit its highest level since the Omicron tumble over a week ago, up 1.4%.

    Technology shares are leading the rally, with the sector up 3.1%. Miners are being lifted by hopes for China’s economy after the People’s Bank of China eased monetary policy yesterday, and firms imported more coal and metal last month.

    Continue reading...", + "content": "

    Rolling coverage of the latest economic and financial news

    The pan-European Stoxx 600 index has hit its highest level since the Omicron tumble over a week ago, up 1.4%.

    Technology shares are leading the rally, with the sector up 3.1%. Miners are being lifted by hopes for China’s economy after the People’s Bank of China eased monetary policy yesterday, and firms imported more coal and metal last month.

    Continue reading...", + "category": "Business", + "link": "https://www.theguardian.com/business/live/2021/dec/07/china-imports-trade-markets-uk-house-prices-high-oil-ftse-uk-germany-business-live", + "creator": "Graeme Wearden", + "pubDate": "2021-12-07T10:00:11Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216674,20 +242100,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8be96cb600a0dc04a6a0746863cede95" + "hash": "ae166a45932d18936bc59e8b63927203" }, { - "title": "Sotomayor decries abortion ruling but court’s conservatives show their muscle", - "description": "

    The highest court in the US has been defied by a group of extremist Republicans openly flouting the court’s own rulings

    Sonia Sotomayor, the liberal-leaning justice on the US supreme court, put it plainly. For almost three months, lawmakers in the Republican-controlled legislature of Texas had “substantially suspended a constitutional guarantee: a pregnant woman’s right to control her own body”.

    “The court should have put an end to this madness months ago,” Sotomayor said.

    Continue reading...", - "content": "

    The highest court in the US has been defied by a group of extremist Republicans openly flouting the court’s own rulings

    Sonia Sotomayor, the liberal-leaning justice on the US supreme court, put it plainly. For almost three months, lawmakers in the Republican-controlled legislature of Texas had “substantially suspended a constitutional guarantee: a pregnant woman’s right to control her own body”.

    “The court should have put an end to this madness months ago,” Sotomayor said.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/10/supreme-court-abortion-ruling-texas-ban", - "creator": "Ed Pilkington in New York", - "pubDate": "2021-12-10T20:41:08Z", + "title": "Storm Barra leaves thousands without power in Ireland", + "description": "

    At least 30,000 homes and firms affected, as Met Office warns storm could pose danger to life as it approaches UK

    More than 30,000 homes and businesses have been left without power in Ireland as Storm Barra made landfall, with winds predicted to reach 80mph as it crosses east throughout the day.

    Heavy rain and sleet was expected on Tuesday as Barra continued its path from the Atlantic. Snow was already falling in the north-west of the country.

    Continue reading...", + "content": "

    At least 30,000 homes and firms affected, as Met Office warns storm could pose danger to life as it approaches UK

    More than 30,000 homes and businesses have been left without power in Ireland as Storm Barra made landfall, with winds predicted to reach 80mph as it crosses east throughout the day.

    Heavy rain and sleet was expected on Tuesday as Barra continued its path from the Atlantic. Snow was already falling in the north-west of the country.

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2021/dec/07/storm-barra-thousands-without-power-ireland-met-office-uk", + "creator": "Lisa O'Carroll", + "pubDate": "2021-12-07T09:47:36Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216695,20 +242120,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "070befc5d5c5439b1045fdf764784b74" + "hash": "b9897de625ae24ba8fc00c710ed0dc95" }, { - "title": "New Zealand isn’t naive about China – but it doesn’t accept the Aukus worldview | Robert G Patman", - "description": "

    The Ardern government does not believe that the fate of the Indo-Pacific rests on US-China rivalry

    After the Biden administration’s announcement concerning the “diplomatic ban” of China’s Winter Games, Jacinda Ardern’s government has distanced itself from western allies once again – but it would be wrong to assume that Wellington has any illusions about China.

    The US government confirmed this week it would diplomatically boycott the Winter Olympic Games to protest against China’s persecution of the Uyghur people in the country’s Xinjiang province. Australia, UK and Canada subsequently indicated they would join the boycott.

    Continue reading...", - "content": "

    The Ardern government does not believe that the fate of the Indo-Pacific rests on US-China rivalry

    After the Biden administration’s announcement concerning the “diplomatic ban” of China’s Winter Games, Jacinda Ardern’s government has distanced itself from western allies once again – but it would be wrong to assume that Wellington has any illusions about China.

    The US government confirmed this week it would diplomatically boycott the Winter Olympic Games to protest against China’s persecution of the Uyghur people in the country’s Xinjiang province. Australia, UK and Canada subsequently indicated they would join the boycott.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/commentisfree/2021/dec/10/new-zealand-isnt-naive-about-china-but-it-doesnt-accept-the-aukus-worldview", - "creator": "Robert G Patman", - "pubDate": "2021-12-10T06:14:05Z", + "title": "UAE cuts working week and shifts weekend back a day", + "description": "

    ‘National working week’ aimed at improving work-life balance and economic competitiveness

    The United Arab Emirates is cutting its working week to four-and-a-half days and moving its weekend from Friday-Saturday to Saturday-Sunday, officials have said.

    The “national working week” would be mandatory for government bodies from January and was aimed at improving work-life balance and economic competitiveness, state media said on Tuesday.

    Continue reading...", + "content": "

    ‘National working week’ aimed at improving work-life balance and economic competitiveness

    The United Arab Emirates is cutting its working week to four-and-a-half days and moving its weekend from Friday-Saturday to Saturday-Sunday, officials have said.

    The “national working week” would be mandatory for government bodies from January and was aimed at improving work-life balance and economic competitiveness, state media said on Tuesday.

    Continue reading...", + "category": "United Arab Emirates", + "link": "https://www.theguardian.com/world/2021/dec/07/uae-cuts-working-week-and-shifts-weekend-back-a-day", + "creator": "Agence France-Presse in Dubai", + "pubDate": "2021-12-07T09:57:11Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216716,20 +242140,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5d76b0b467cd61cb78daf9b9f54aeb4" + "hash": "4fd0997495fdbf8f97a6a1f4712a58f9" }, { - "title": "Stricter measures than plan B may be needed to rein in UK’s Omicron growth", - "description": "

    Analysis: scientists say home working makes sense but voice fears over advice to go ahead with parties amid steep trajectory in cases

    Work from home, but keep going to Christmas parties: Boris Johnson’s advice has prompted questions about the logic behind plan B and left a lingering sense of confusion about the scale of the threat posed by the Omicron variant. So does the plan stand up to scrutiny?

    Scientists say that making working from home a first line of defence, ahead of social gatherings, is not necessarily a frivolous choice. In the hierarchy of measures that can be deployed, working from home is an effective way to bring down people’s daily contacts and is relatively painless economically. However, many fear that the threat posed by Omicron will require more than the first line of defence and that plan B does not go far enough.

    Continue reading...", - "content": "

    Analysis: scientists say home working makes sense but voice fears over advice to go ahead with parties amid steep trajectory in cases

    Work from home, but keep going to Christmas parties: Boris Johnson’s advice has prompted questions about the logic behind plan B and left a lingering sense of confusion about the scale of the threat posed by the Omicron variant. So does the plan stand up to scrutiny?

    Scientists say that making working from home a first line of defence, ahead of social gatherings, is not necessarily a frivolous choice. In the hierarchy of measures that can be deployed, working from home is an effective way to bring down people’s daily contacts and is relatively painless economically. However, many fear that the threat posed by Omicron will require more than the first line of defence and that plan B does not go far enough.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/09/plan-b-measures-omicron-variant-growth-uk-analysis", - "creator": "Hannah Devlin Science correspondent", - "pubDate": "2021-12-09T17:04:23Z", + "title": "Australian man Craig Wright wins US court battle for bitcoin fortune worth billions", + "description": "

    Florida jury finds Wright, who claims to have invented the cryptocurrency, did not owe half of 1.1m bitcoins worth $50bn to another family

    Craig Wright, an Australian computer scientist who claims to be the inventor of bitcoin, has prevailed in a civil trial against the family of a deceased business partner that claimed it was owed half of a cryptocurrency fortune worth tens of billions of dollars.

    A Florida jury on Monday found that Wright did not owe half of 1.1m bitcoins to the family of David Kleiman. The jury did award US$100m in intellectual property rights to a joint venture between the two men, a fraction of what Kleiman’s lawyers were asking for at trial.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Florida jury finds Wright, who claims to have invented the cryptocurrency, did not owe half of 1.1m bitcoins worth $50bn to another family

    Craig Wright, an Australian computer scientist who claims to be the inventor of bitcoin, has prevailed in a civil trial against the family of a deceased business partner that claimed it was owed half of a cryptocurrency fortune worth tens of billions of dollars.

    A Florida jury on Monday found that Wright did not owe half of 1.1m bitcoins to the family of David Kleiman. The jury did award US$100m in intellectual property rights to a joint venture between the two men, a fraction of what Kleiman’s lawyers were asking for at trial.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Bitcoin", + "link": "https://www.theguardian.com/technology/2021/dec/07/australian-man-craig-wright-wins-us-court-battle-for-bitcoin-fortune-worth-billions", + "creator": "Associated Press in New York", + "pubDate": "2021-12-07T08:52:58Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216737,41 +242160,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "84ad81a7edef7f326ba6a426aa2a25da" + "hash": "faacc1a3377247a5078f1853d606f6b8" }, { - "title": "Helicopter lowers rescuer to car at top of Niagara Falls – video", - "description": "

    A woman's body has been retrieved from a car that was washed close to the brink of Niagara Falls on the US-Canada border. A coast guard rescuer was lowered from a helicopter to the car and found the body. An investigation has been launched into how the car and its occupant ended up in the Niagara River.

    Continue reading...", - "content": "

    A woman's body has been retrieved from a car that was washed close to the brink of Niagara Falls on the US-Canada border. A coast guard rescuer was lowered from a helicopter to the car and found the body. An investigation has been launched into how the car and its occupant ended up in the Niagara River.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/video/2021/dec/09/helicopter-lowers-rescuer-to-car-at-top-of-niagara-falls-video", - "creator": "", - "pubDate": "2021-12-09T03:39:22Z", + "title": "Soyuz rocket to take Japanese tycoon to ISS as Russia revives space tourism", + "description": "

    Yusaku Maezawa and Yozo Hirano will become first space tourists sent by Russia in over a decade

    The Japanese billionaire Yusaku Maezawa has said he is feeling “excited” before his mission to the International Space Station, which marks Russia’s return to space tourism.

    Maezawa, a space enthusiast who made his wealth in online fashion, and his production assistant, Yozo Hirano, will spend 12 days on the ISS.

    Continue reading...", + "content": "

    Yusaku Maezawa and Yozo Hirano will become first space tourists sent by Russia in over a decade

    The Japanese billionaire Yusaku Maezawa has said he is feeling “excited” before his mission to the International Space Station, which marks Russia’s return to space tourism.

    Maezawa, a space enthusiast who made his wealth in online fashion, and his production assistant, Yozo Hirano, will spend 12 days on the ISS.

    Continue reading...", + "category": "International Space Station", + "link": "https://www.theguardian.com/science/2021/dec/07/soyuz-rocket-to-take-japanese-tycoon-yusaku-maezawa-to-iss-as-russia-returns-to-space-tourism", + "creator": "Agence France-Presse in Baikonur", + "pubDate": "2021-12-07T09:36:27Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "acf964195f8a0b127c677d9101c8b1d5" + "hash": "d9d9ccb09534a5785d24f45497323106" }, { - "title": "At least 70 dead as tornadoes rip across central and southern US states", - "description": "

    Kentucky was hardest hit as four tornadoes, including a massive storm, devastated a town and collapsed a factory building

    Seven central and southern US states were searching for survivors and surveying the devastation Saturday after a series of powerful tornadoes intensified by severe storms ripped across the region, leaving an estimated 70 to 100 people dead.

    By early evening, officials had confirmed 29 deaths, including 22 in three Kentucky counties, many of those in a candle factory in Mayfield that had around 110 employees working the night shift when a tornado roared through.

    Continue reading...", - "content": "

    Kentucky was hardest hit as four tornadoes, including a massive storm, devastated a town and collapsed a factory building

    Seven central and southern US states were searching for survivors and surveying the devastation Saturday after a series of powerful tornadoes intensified by severe storms ripped across the region, leaving an estimated 70 to 100 people dead.

    By early evening, officials had confirmed 29 deaths, including 22 in three Kentucky counties, many of those in a candle factory in Mayfield that had around 110 employees working the night shift when a tornado roared through.

    Continue reading...", - "category": "Tornadoes", - "link": "https://www.theguardian.com/world/2021/dec/11/tornadoes-kentucky-missouri-arkansas-latest", - "creator": "Edward Helmore in New York and agencies", - "pubDate": "2021-12-11T18:23:00Z", + "title": "‘Not great news’: US boss fires 900 employees on a Zoom call", + "description": "

    Vishal Garg told the Better.com staff they were ‘part of the unlucky group’ that would be terminated ‘immediately’

    The chief executive of a US mortgage company has drawn criticism after he reportedly fired 900 employees on a Zoom call.

    “I come to you with not great news,” Vishal Garg, CEO of Better.com, is heard saying at the beginning of the video call made on Wednesday last week. Footage of the call was widely circulated on social media.

    Continue reading...", + "content": "

    Vishal Garg told the Better.com staff they were ‘part of the unlucky group’ that would be terminated ‘immediately’

    The chief executive of a US mortgage company has drawn criticism after he reportedly fired 900 employees on a Zoom call.

    “I come to you with not great news,” Vishal Garg, CEO of Better.com, is heard saying at the beginning of the video call made on Wednesday last week. Footage of the call was widely circulated on social media.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/07/not-great-news-us-boss-fires-900-employees-on-a-zoom-call", + "creator": "Samantha Lock", + "pubDate": "2021-12-07T05:13:42Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216779,20 +242200,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b02b7fbc4a8e5b47f586f70bdfdea2f" + "hash": "993b9b7ed445827e191c21321dad9dcb" }, { - "title": "Tens of thousands protest against compulsory Covid jabs in Austria", - "description": "

    Crowds in Vienna demonstrate against mandatory vaccines and confinement orders for unvaccinated

    Tens of thousands of people have gathered in Austria’s capital Vienna to protest against mandatory Covid vaccines and home confinement orders for those who have not yet received the jabs.

    Police said an estimated 44,000 people attended the demonstration on Saturday, the latest in a string of huge weekend protests since Austria last month became the first EU country to say it would make Covid vaccinations mandatory.

    Continue reading...", - "content": "

    Crowds in Vienna demonstrate against mandatory vaccines and confinement orders for unvaccinated

    Tens of thousands of people have gathered in Austria’s capital Vienna to protest against mandatory Covid vaccines and home confinement orders for those who have not yet received the jabs.

    Police said an estimated 44,000 people attended the demonstration on Saturday, the latest in a string of huge weekend protests since Austria last month became the first EU country to say it would make Covid vaccinations mandatory.

    Continue reading...", - "category": "Austria", - "link": "https://www.theguardian.com/world/2021/dec/11/tens-of-thousands-protest-against-compulsory-covid-jabs-in-austria", - "creator": "Agence France-Presse", - "pubDate": "2021-12-11T17:47:15Z", + "title": "Cook Islands panic abates after first ever Covid case proves to be a false alarm", + "description": "

    The tiny Pacific country scrambled over the weekend, before tests showed the positive case was historical

    The Cook Islands has spent recent days in a state of panic.

    On Friday, the tiny Pacific country, one of the few countries to avoid any Covid cases throughout the pandemic, announced its first case: a 10-year-old boy who arrived on a flight from Auckland to Rarotonga, the main island in the country.

    Continue reading...", + "content": "

    The tiny Pacific country scrambled over the weekend, before tests showed the positive case was historical

    The Cook Islands has spent recent days in a state of panic.

    On Friday, the tiny Pacific country, one of the few countries to avoid any Covid cases throughout the pandemic, announced its first case: a 10-year-old boy who arrived on a flight from Auckland to Rarotonga, the main island in the country.

    Continue reading...", + "category": "Cook Islands", + "link": "https://www.theguardian.com/world/2021/dec/07/cook-islands-panic-abates-after-first-ever-covid-case-proves-to-be-a-false-alarm", + "creator": "Alana Musselle in Rarotonga", + "pubDate": "2021-12-07T06:28:19Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216800,20 +242220,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a9f3ca2e648041a91876d7de60cd7d5" + "hash": "d3f3c40c7200dc245e1cc660b1d2633e" }, { - "title": "Boris Johnson pictured hosting No 10 Christmas quiz last year", - "description": "

    Prime minister faces further allegations of breaching Covid restrictions after week of scandals

    Boris Johnson is facing further questions over whether he breached Covid laws after pictures emerged of him hosting a Christmas quiz in Downing Street while London was under tier 2 restrictions.

    The prime minister was pictured on a screen reading out questions while staff were sat behind computers and conferred on the answers, the Mirror reported.

    Continue reading...", - "content": "

    Prime minister faces further allegations of breaching Covid restrictions after week of scandals

    Boris Johnson is facing further questions over whether he breached Covid laws after pictures emerged of him hosting a Christmas quiz in Downing Street while London was under tier 2 restrictions.

    The prime minister was pictured on a screen reading out questions while staff were sat behind computers and conferred on the answers, the Mirror reported.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/11/boris-johnson-pictured-hosting-no-10-christmas-quiz-last-year", - "creator": "Nadeem Badshah", - "pubDate": "2021-12-11T23:07:44Z", + "title": "Covid-19: How fast is the Omicron variant spreading? podcast", + "description": "

    Over 40 countries have now confirmed the presence of Omicron. And, in the UK, scientists have been increasingly expressing their concern about the new variant. Some have speculated there could be more than 1,000 cases here already, and that it could become the dominant variant within weeks.

    To get an update on what we know about the Omicron variant, and how quickly it might be spreading, Madeleine Finlay speaks to Nicola Davis, the Guardian’s science correspondent

    Archive: 7News Australia, CBS, BBC

    Continue reading...", + "content": "

    Over 40 countries have now confirmed the presence of Omicron. And, in the UK, scientists have been increasingly expressing their concern about the new variant. Some have speculated there could be more than 1,000 cases here already, and that it could become the dominant variant within weeks.

    To get an update on what we know about the Omicron variant, and how quickly it might be spreading, Madeleine Finlay speaks to Nicola Davis, the Guardian’s science correspondent

    Archive: 7News Australia, CBS, BBC

    Continue reading...", + "category": "Science", + "link": "https://www.theguardian.com/science/audio/2021/dec/07/covid-19-how-fast-is-the-omicron-variant-spreading", + "creator": "Presented by Madeleine Finlay with Nicola Davis, produced by Anand Jagatia, sound design by Rudi Zygadlo", + "pubDate": "2021-12-07T05:00:17Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216821,20 +242240,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e60e6d9084dbbb06044f1c208e7a9f99" + "hash": "ab88caa6344cb6627e4c4e66c3d5551e" }, { - "title": "New Caledonia: fears of unrest as polls open for vote on independence from France", - "description": "

    Pro-independence FLNKS has called for people not to participate, arguing that Covid has made campaigning impossible

    Residents of New Caledonia will go to the polls on Sunday in the third and final vote on independence from France, after a fraught campaign and amidst fears of violence.

    This is the third referendum on whether New Caledonia should become independent from France – it is currently a French territory. In 2018, 43% voted for independence, a number that increased to 47% in the second vote in 2020.

    Continue reading...", - "content": "

    Pro-independence FLNKS has called for people not to participate, arguing that Covid has made campaigning impossible

    Residents of New Caledonia will go to the polls on Sunday in the third and final vote on independence from France, after a fraught campaign and amidst fears of violence.

    This is the third referendum on whether New Caledonia should become independent from France – it is currently a French territory. In 2018, 43% voted for independence, a number that increased to 47% in the second vote in 2020.

    Continue reading...", - "category": "New Caledonia", - "link": "https://www.theguardian.com/world/2021/dec/12/new-caledonia-fears-of-unrest-as-polls-open-for-vote-on-independence-from-france", - "creator": "Julien Sartre in Nouméa", - "pubDate": "2021-12-11T20:00:18Z", + "title": "How an Afghan reporter was left to the Taliban by the Foreign Office", + "description": "

    ‘Fahim’ was cleared to leave Kabul. Then the phone went dead. Now he moves house every two days to evade capture

    Fahim, a journalist who had worked with British media organisations, was one of thousands of Afghans who approached the Foreign, Commonwealth and Development Office (FCDO) for help to escape Afghanistan after the Taliban’s conquest this summer.

    Told he was cleared to travel with his family to the UK, he was also one of the many left behind as the promised help from the FCDO failed to materialise.

    Continue reading...", + "content": "

    ‘Fahim’ was cleared to leave Kabul. Then the phone went dead. Now he moves house every two days to evade capture

    Fahim, a journalist who had worked with British media organisations, was one of thousands of Afghans who approached the Foreign, Commonwealth and Development Office (FCDO) for help to escape Afghanistan after the Taliban’s conquest this summer.

    Told he was cleared to travel with his family to the UK, he was also one of the many left behind as the promised help from the FCDO failed to materialise.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2021/dec/07/how-an-afghan-reporter-was-left-to-the-taliban-by-the-foreign-office", + "creator": "Peter Beaumont", + "pubDate": "2021-12-07T00:01:12Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216842,20 +242260,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce930bb999f4e5e518111d0f70d6d83b" + "hash": "9f5f4d088e462e181e81ff54dac9e07e" }, { - "title": "Quo Vadis, Aida? takes best picture at European film awards", - "description": "

    Shattering depiction of Srebrenica massacre pips Florian Zeller’s The Father to top prize

    The Father, Florian Zeller’s disorientating and poignant dementia drama starring Anthony Hopkins, won best actor and best screenplay at this year’s European film awards – but was ultimately pipped to best film by Quo Vadis, Aida?, a shattering depiction of the calamitous 1992 UN attempt to prevent the Srebrenica massacre.

    Bosnian film-maker Jasmila Žbanić also won best director for the film – a pan-European endeavour involving 12 production companies from nine countries – while Jasna Đuričić won best actress for her performance as the beleaguered UN interpreter trying to save her family from being ethnically cleansed with other Muslims by Bosnian-Serb paramilitaries.

    Continue reading...", - "content": "

    Shattering depiction of Srebrenica massacre pips Florian Zeller’s The Father to top prize

    The Father, Florian Zeller’s disorientating and poignant dementia drama starring Anthony Hopkins, won best actor and best screenplay at this year’s European film awards – but was ultimately pipped to best film by Quo Vadis, Aida?, a shattering depiction of the calamitous 1992 UN attempt to prevent the Srebrenica massacre.

    Bosnian film-maker Jasmila Žbanić also won best director for the film – a pan-European endeavour involving 12 production companies from nine countries – while Jasna Đuričić won best actress for her performance as the beleaguered UN interpreter trying to save her family from being ethnically cleansed with other Muslims by Bosnian-Serb paramilitaries.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/11/quo-vadis-aida-wins-best-film-at-european-film-awards", - "creator": "Phil Hoad", - "pubDate": "2021-12-11T23:19:23Z", + "title": "Best mid-range wifi 6 mesh systems to solve broadband dead zones", + "description": "

    Replacement routers put speedy wifi in every corner of the home for reliable work, video calls and films

    With wifi more important than ever for keeping your home working and your online entertainment up and running, it may be time to banish those irritating “not-spots” and make your broadband work everywhere in your home with a router upgrade.

    Now that most new devices, from laptops and phones to TVs and streaming boxes, support wifi 6, I put several of the latest mid-range “mesh” routers to the test to see which ones deliver.

    Continue reading...", + "content": "

    Replacement routers put speedy wifi in every corner of the home for reliable work, video calls and films

    With wifi more important than ever for keeping your home working and your online entertainment up and running, it may be time to banish those irritating “not-spots” and make your broadband work everywhere in your home with a router upgrade.

    Now that most new devices, from laptops and phones to TVs and streaming boxes, support wifi 6, I put several of the latest mid-range “mesh” routers to the test to see which ones deliver.

    Continue reading...", + "category": "Wifi", + "link": "https://www.theguardian.com/technology/2021/dec/07/best-mid-range-wifi-6-mesh-systems-to-solve-broadband-dead-zones", + "creator": "Samuel Gibbs Consumer technology editor", + "pubDate": "2021-12-07T07:00:20Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216863,20 +242280,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1736ec0a07ee59e63bbe0d36ea7de7e7" + "hash": "0c3b29c466aaf0c92b37a0f1ba5427d4" }, - { - "title": "Fresh evidence on UK’s botched Afghan withdrawal backs whistleblower’s story", - "description": "

    MPs’ inquiry given further details of Britain’s mismanagement of Afghanistan exit with ‘people left to die at the hands of the Taliban’

    Further evidence alleging that the government seriously mishandled the withdrawal from Afghanistan has been handed to a parliamentary inquiry examining the operation, the Observer has been told.

    Details from several government departments and agencies are understood to back damning testimony from a Foreign Office whistleblower, who has claimed that bureaucratic chaos, ministerial intervention, and a lack of planning and resources led to “people being left to die at the hands of the Taliban”.

    Continue reading...", - "content": "

    MPs’ inquiry given further details of Britain’s mismanagement of Afghanistan exit with ‘people left to die at the hands of the Taliban’

    Further evidence alleging that the government seriously mishandled the withdrawal from Afghanistan has been handed to a parliamentary inquiry examining the operation, the Observer has been told.

    Details from several government departments and agencies are understood to back damning testimony from a Foreign Office whistleblower, who has claimed that bureaucratic chaos, ministerial intervention, and a lack of planning and resources led to “people being left to die at the hands of the Taliban”.

    Continue reading...", - "category": "Taliban", - "link": "https://www.theguardian.com/world/2021/dec/11/fresh-evidence-on-uks-botched-afghan-withdrawal-backs-whistleblowers-story", - "creator": "Michael Savage", - "pubDate": "2021-12-11T18:02:40Z", + { + "title": "‘No standing down, no giving up’: Myanmar’s resistance mobilises", + "description": "

    Almost a year on from the coup, resistance to the military remains widespread

    On Sunday morning, a small group of protesters walked together in Kyimyindaing township, Yangon, waving bunches of eugenia and roses. They carried a banner reading: “The only real prison is fear and the real freedom is freedom from fear”.

    The words are famously those of ousted leader Aung San Suu Kyi, whose sentencing by the junta to two years in detention was announced on Monday.

    Continue reading...", + "content": "

    Almost a year on from the coup, resistance to the military remains widespread

    On Sunday morning, a small group of protesters walked together in Kyimyindaing township, Yangon, waving bunches of eugenia and roses. They carried a banner reading: “The only real prison is fear and the real freedom is freedom from fear”.

    The words are famously those of ousted leader Aung San Suu Kyi, whose sentencing by the junta to two years in detention was announced on Monday.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2021/dec/06/do-or-die-myanmars-junta-may-have-stirred-up-a-hornets-nest", + "creator": "Rebecca Ratcliffe South-east Asia correspondent", + "pubDate": "2021-12-06T20:36:46Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216884,20 +242300,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f0e24e1fbfb4b25ac66f8fb5286ee88" + "hash": "c0fcb300ae1d838025546ba25d170d6b" }, { - "title": "Police step up search for missing hospital worker Petra Srncova", - "description": "

    Harriet Harman launches appeal for information on 32-year-old Czech national who was last seen on 28 November

    A missing children’s hospital worker is believed to have disappeared on her way home from work, police said on Saturday, as Labour MP Harriet Harman launched an appeal for information on her constituent.

    Petra Srncova, 32, a senior nurse assistant at Evelina London children’s hospital in Westminster, was reported missing on 3 December by a concerned colleague, and officers are intensifying their efforts to try to find her.

    Continue reading...", - "content": "

    Harriet Harman launches appeal for information on 32-year-old Czech national who was last seen on 28 November

    A missing children’s hospital worker is believed to have disappeared on her way home from work, police said on Saturday, as Labour MP Harriet Harman launched an appeal for information on her constituent.

    Petra Srncova, 32, a senior nurse assistant at Evelina London children’s hospital in Westminster, was reported missing on 3 December by a concerned colleague, and officers are intensifying their efforts to try to find her.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/11/harriest-harman-launches-appeal-to-find-missing-nurse", - "creator": "Jedidajah Otte", - "pubDate": "2021-12-11T17:09:51Z", + "title": "‘Your generation got us in this mess’: children of big oil employees discuss the climate crisis with their parents", + "description": "

    Two generations of energy workers discuss how their family has responded to the climate emergency

    Are you a fossil fuel industry insider? We want to hear from you

    What do you do when your family has deep ties to the oil and gas industry, yet all agree that burning fossil fuels is accelerating the climate crisis?

    For one family, the fossil fuel industry’s role in stoking the climate emergency is more than just a dinner table debate. It’s their legacy. Andy and Wendy met in the 70s while working as engineers for Exxon. They spent decades working in oil and gas while raising their children.

    Andy, 65, retired engineer,

    Wendy, 62, retired engineer

    Liz, 33, environmental safety manager

    Dara, 35, Liz’s husband and engineer

    James, 31, IT consultant

    Continue reading...", + "content": "

    Two generations of energy workers discuss how their family has responded to the climate emergency

    Are you a fossil fuel industry insider? We want to hear from you

    What do you do when your family has deep ties to the oil and gas industry, yet all agree that burning fossil fuels is accelerating the climate crisis?

    For one family, the fossil fuel industry’s role in stoking the climate emergency is more than just a dinner table debate. It’s their legacy. Andy and Wendy met in the 70s while working as engineers for Exxon. They spent decades working in oil and gas while raising their children.

    Andy, 65, retired engineer,

    Wendy, 62, retired engineer

    Liz, 33, environmental safety manager

    Dara, 35, Liz’s husband and engineer

    James, 31, IT consultant

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2021/dec/07/conversation-between-big-oil-employees-kids", + "creator": "Emma Pattee", + "pubDate": "2021-12-07T08:00:21Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216905,20 +242320,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "663baf175a5b8fb20bac8dbcaf215be9" + "hash": "2b07bfb16cb5259f423c575ee2ade753" }, { - "title": "Former head of Barcelona’s youth system accused of sexual abuse of children", - "description": "
    • Albert Benaiges was coach at Barça academy from 1992 to 2012
    • Benaiges denies accusations of more than 60 witnesses

    Albert Benaiges, the former head of FC Barcelona’s youth system and the man who was credited with having discovered Andrés Iniesta, has been accused of sexual abuse of children in his charge over 20 years, accusations the 71-year-old strongly denies.

    According to an investigation carried out by the Catalan newspaper Ara, more than 60 witnesses have come forward to detail his actions when he was a PE teacher at a school in the Les Corts neighbourhood of Barcelona during the 1980s and 1990s. One former student has made a formal statement to the police and others are expected to follow.

    Continue reading...", - "content": "
    • Albert Benaiges was coach at Barça academy from 1992 to 2012
    • Benaiges denies accusations of more than 60 witnesses

    Albert Benaiges, the former head of FC Barcelona’s youth system and the man who was credited with having discovered Andrés Iniesta, has been accused of sexual abuse of children in his charge over 20 years, accusations the 71-year-old strongly denies.

    According to an investigation carried out by the Catalan newspaper Ara, more than 60 witnesses have come forward to detail his actions when he was a PE teacher at a school in the Les Corts neighbourhood of Barcelona during the 1980s and 1990s. One former student has made a formal statement to the police and others are expected to follow.

    Continue reading...", - "category": "Barcelona", - "link": "https://www.theguardian.com/football/2021/dec/11/former-head-of-barcelonas-youth-system-accused-of-sexual-abuse-of-children", - "creator": "Sid Lowe in Madrid", - "pubDate": "2021-12-11T15:48:01Z", + "title": "Leuven: the small Flemish town with a big (bang) history", + "description": "

    With its cosmic roots and being the home of Stella Artois, the compact gothic town is a hip destination that has remained Belgium’s best-kept secret


    The barman at Fiere Margriet places a bottle of strong, dark ale in front of me. “Gouden Carolus,” he says. “Brewed 15 miles away”. A cold night has fallen over the city outside, but the low-lit pub is warm and woozy. Hops are strung along the walls; a stuffed fox looks out from the window. “This pub,” continues the barman, stroking his beard, “has been here since fourteen-hundred-and …” he pauses for a while “… something.”

    History is elastic in the small Flemish city of Leuven, which is currently hosting BANG!, a citywide festival dedicated to the big bang. Back in the soupiest mists of time – or, strictly, before time was time – a convulsion of baffling quantum forces resulted in the birth of the galaxy. About 13.8 billion years later, in 1931, a cheery Belgian in specs and dog collar came up with a concept to explain it. Albert Einstein initially dismissed the idea, then later backtracked. The Belgian in question was Georges Lemaître – Catholic priest, father of the big bang theory, and resident of Leuven.

    Continue reading...", + "content": "

    With its cosmic roots and being the home of Stella Artois, the compact gothic town is a hip destination that has remained Belgium’s best-kept secret


    The barman at Fiere Margriet places a bottle of strong, dark ale in front of me. “Gouden Carolus,” he says. “Brewed 15 miles away”. A cold night has fallen over the city outside, but the low-lit pub is warm and woozy. Hops are strung along the walls; a stuffed fox looks out from the window. “This pub,” continues the barman, stroking his beard, “has been here since fourteen-hundred-and …” he pauses for a while “… something.”

    History is elastic in the small Flemish city of Leuven, which is currently hosting BANG!, a citywide festival dedicated to the big bang. Back in the soupiest mists of time – or, strictly, before time was time – a convulsion of baffling quantum forces resulted in the birth of the galaxy. About 13.8 billion years later, in 1931, a cheery Belgian in specs and dog collar came up with a concept to explain it. Albert Einstein initially dismissed the idea, then later backtracked. The Belgian in question was Georges Lemaître – Catholic priest, father of the big bang theory, and resident of Leuven.

    Continue reading...", + "category": "Belgium holidays", + "link": "https://www.theguardian.com/travel/2021/dec/07/leuven-the-small-flemish-town-belgium-big-bang-history", + "creator": "Ben Lerwill", + "pubDate": "2021-12-07T07:00:21Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216926,20 +242340,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "479d2ca856fe0c3305a27425020426aa" + "hash": "75b66cefcd11af2eda97eefaf3adcf9a" }, { - "title": "Covid live: 633 new Omicron cases detected in UK with overall daily infections at 54,073", - "description": "

    UK health officials urge those eligible to get third vaccine dose; Taiwan and Mauritius detect first cases of new variant

    What’s the truth about lockdown-busting parties at No 10? Don’t ask Shagatha Christie, writes Marina Hyde in her column this week.

    Here are some extracts:

    There was simply no other place a Johnson government would ever end up but mired in rampant lies, chaos, negligence, financial sponging and the live evisceration of public service. To the Conservatives and media outriders somehow only now discovering this about their guy, I think we have to say: you ordered this. Now eat it.

    Regrettably, though, space constraints must end our recap of the week here. But on it all goes, as Omicron closes in. We’ll play out with a reminder that in a pandemic that has so far killed 146,000 of the Britons who these people are supposed to be in politics to serve, the absolutely vital public health message has now TWICE been most fatally undermined by people who worked at the very heart of No 10 with Boris Johnson. That is absolutely a disgrace, and absolutely not a coincidence.

    Continue reading...", - "content": "

    UK health officials urge those eligible to get third vaccine dose; Taiwan and Mauritius detect first cases of new variant

    What’s the truth about lockdown-busting parties at No 10? Don’t ask Shagatha Christie, writes Marina Hyde in her column this week.

    Here are some extracts:

    There was simply no other place a Johnson government would ever end up but mired in rampant lies, chaos, negligence, financial sponging and the live evisceration of public service. To the Conservatives and media outriders somehow only now discovering this about their guy, I think we have to say: you ordered this. Now eat it.

    Regrettably, though, space constraints must end our recap of the week here. But on it all goes, as Omicron closes in. We’ll play out with a reminder that in a pandemic that has so far killed 146,000 of the Britons who these people are supposed to be in politics to serve, the absolutely vital public health message has now TWICE been most fatally undermined by people who worked at the very heart of No 10 with Boris Johnson. That is absolutely a disgrace, and absolutely not a coincidence.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/11/covid-live-booster-significantly-reduces-risk-of-omicron-symptoms-taiwan-detects-first-case-of-variant", - "creator": "Nadeem Badshah (now); Lucy Campbell (earlier)", - "pubDate": "2021-12-11T17:22:33Z", + "title": "Patsy Stevenson: ‘We were angry at being told we couldn’t mourn the death of a woman’", + "description": "

    Continuing our series on the people behind the 2021 headlines, the 28-year-old detained at the Clapham Common vigil for Sarah Everard discusses violence against women, receiving death threats, and her new passion for activism

    When Patsy Stevenson was arrested on the night of 13 March, at the vigil on Clapham Common for Sarah Everard, it was hard to believe what was happening: at the precise moment in which public faith in the police force most needed restoring, after the murder of Everard at the hands of a serving police officer, Wayne Couzens, video footage showed a young woman in the dark being pushed forcibly to the ground by officers and handcuffed. The manner of Stevenson’s arrest was condemned by politicians across parties – with the home secretary, Priti Patel, setting up an inquiry. On social media, the commentary was toxically mixed: Stevenson received abuse and death threats at the same time as being praised for speaking up with dignity, courage and transparency.

    When she appears on Zoom, she looks pale, composed and serious-minded beneath her eyecatching red hair (was it this that made the police mistake this ordinary 28-year-old woman for a firebrand?). She is in a London flat with her dog, Lexy, who pops up on screen supportively beside her. Reports of her arrest focused on Stevenson’s terror when the police pinned her down, but what was going through her mind? “I was thinking: ‘Oh my God, I’m going to get kicked out of uni… I’ll never get a job.’” She is now repeating (“because of what happened”) a foundation year at Royal Holloway, University of London, studying physics. She goes on: “I’d never been in trouble with the police before. But my main thought was: this is what they’ve all been talking about. I used to think there was no smoke without fire.”

    Continue reading...", + "content": "

    Continuing our series on the people behind the 2021 headlines, the 28-year-old detained at the Clapham Common vigil for Sarah Everard discusses violence against women, receiving death threats, and her new passion for activism

    When Patsy Stevenson was arrested on the night of 13 March, at the vigil on Clapham Common for Sarah Everard, it was hard to believe what was happening: at the precise moment in which public faith in the police force most needed restoring, after the murder of Everard at the hands of a serving police officer, Wayne Couzens, video footage showed a young woman in the dark being pushed forcibly to the ground by officers and handcuffed. The manner of Stevenson’s arrest was condemned by politicians across parties – with the home secretary, Priti Patel, setting up an inquiry. On social media, the commentary was toxically mixed: Stevenson received abuse and death threats at the same time as being praised for speaking up with dignity, courage and transparency.

    When she appears on Zoom, she looks pale, composed and serious-minded beneath her eyecatching red hair (was it this that made the police mistake this ordinary 28-year-old woman for a firebrand?). She is in a London flat with her dog, Lexy, who pops up on screen supportively beside her. Reports of her arrest focused on Stevenson’s terror when the police pinned her down, but what was going through her mind? “I was thinking: ‘Oh my God, I’m going to get kicked out of uni… I’ll never get a job.’” She is now repeating (“because of what happened”) a foundation year at Royal Holloway, University of London, studying physics. She goes on: “I’d never been in trouble with the police before. But my main thought was: this is what they’ve all been talking about. I used to think there was no smoke without fire.”

    Continue reading...", + "category": "Sarah Everard", + "link": "https://www.theguardian.com/uk-news/2021/dec/07/patsy-stevenson-interview-everard-vigil-arrest-faces-of-year", + "creator": "Kate Kellaway", + "pubDate": "2021-12-07T10:00:24Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216947,20 +242360,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6624f2f30b1b3aa7e0523cd96081496e" + "hash": "59aaaf1a23f329d89c9c9c7d322cf757" }, { - "title": "As Covid mutates, the vaccine makers are adapting too", - "description": "

    Focus on the exciting potential of T-cell immunity is spurring the sector on to create a new generation of jabs

    The speed at which scientists worked to develop the first Covid jabs was unprecedented. Just nine months after the UK went into lockdown, 90-year-old Margaret Keenan officially became the first person in the world outside a trial to receive the Pfizer/BioNTech vaccine. But the virus is mutating, and the emergence of the Omicron variant last month is already focusing attention on the next generation of jabs.

    So what do we know about the new Covid-19 vaccines? One change is with delivery mechanisms, such as San Francisco firm Vaxart’s vaccine-in-a-pill, and Scancell’s spring-powered injectors that pierce the skin without a needle. But the biggest development is in T-cell technology. Produced by the bone marrow, T-cells are white blood cells that form a key part of the immune system. While current vaccines mainly generate antibodies that stick to the virus and stop it infecting the body, the new vaccines prime T-cells to find and destroy infected cells, thus preventing viral replication and disease. (The current vaccines also produce a T-cell response, but to a lesser extent.)

    Continue reading...", - "content": "

    Focus on the exciting potential of T-cell immunity is spurring the sector on to create a new generation of jabs

    The speed at which scientists worked to develop the first Covid jabs was unprecedented. Just nine months after the UK went into lockdown, 90-year-old Margaret Keenan officially became the first person in the world outside a trial to receive the Pfizer/BioNTech vaccine. But the virus is mutating, and the emergence of the Omicron variant last month is already focusing attention on the next generation of jabs.

    So what do we know about the new Covid-19 vaccines? One change is with delivery mechanisms, such as San Francisco firm Vaxart’s vaccine-in-a-pill, and Scancell’s spring-powered injectors that pierce the skin without a needle. But the biggest development is in T-cell technology. Produced by the bone marrow, T-cells are white blood cells that form a key part of the immune system. While current vaccines mainly generate antibodies that stick to the virus and stop it infecting the body, the new vaccines prime T-cells to find and destroy infected cells, thus preventing viral replication and disease. (The current vaccines also produce a T-cell response, but to a lesser extent.)

    Continue reading...", - "category": "Pharmaceuticals industry", - "link": "https://www.theguardian.com/business/2021/dec/11/as-covid-mutates-the-vaccine-makers-are-adapting-too", - "creator": "Julia Kollewe", - "pubDate": "2021-12-11T16:00:13Z", + "title": "Hope review – sensitive study of the grief that lies behind a cancer diagnosis", + "description": "

    Stellan Skarsgård plays a man whose attention has been more focused on his career than his family wrestles with accepting his wife’s terminal illness

    Here is an intelligent and civilised film from Norway with two outstanding actors; directed by Maria Sødahl, it’s about love, grief and intimacy and it is conceived at a high creative standard. Yet for me it never quite ignites with the real passion or the real anger that it seems to be gesturing towards.

    Andrea Bræin Hovig plays Anja, a successful fortysomething choreographer with an international career, in a relationship with Tomas, played by Stellan Skarsgård, and together they have a large and loving stepfamily. The previous Christmas, Anja had been given the all-clear from lung cancer, but one year on it has grimly returned with a metastasis in her brain; she has to have surgery but with a poor prognosis.

    Continue reading...", + "content": "

    Stellan Skarsgård plays a man whose attention has been more focused on his career than his family wrestles with accepting his wife’s terminal illness

    Here is an intelligent and civilised film from Norway with two outstanding actors; directed by Maria Sødahl, it’s about love, grief and intimacy and it is conceived at a high creative standard. Yet for me it never quite ignites with the real passion or the real anger that it seems to be gesturing towards.

    Andrea Bræin Hovig plays Anja, a successful fortysomething choreographer with an international career, in a relationship with Tomas, played by Stellan Skarsgård, and together they have a large and loving stepfamily. The previous Christmas, Anja had been given the all-clear from lung cancer, but one year on it has grimly returned with a metastasis in her brain; she has to have surgery but with a poor prognosis.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/07/hope-review-sensitive-study-of-the-grief-that-lies-behind-a-cancer-diagnosis", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-07T10:00:24Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216968,20 +242380,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b65533bb7a35d9a66ce324537918dcf8" + "hash": "00474f523d6a6fa5dbcb50d028be331c" }, { - "title": "From hippos to hamsters: how Covid is affecting creatures great and small", - "description": "

    Scientists are racing to assess the spread of the virus in wild and domestic animals, and the threat it could pose to us

    A year ago humanity embarked on a project to vaccinate every person against Covid-19. But in recent months a shadow vaccination campaign has also been taking place. From giraffes to snow leopards, gorillas to sea lions, zoos around the world have been inoculating their animals with an experimental Covid vaccine as an insurance policy against what they fear could be a similarly fatal illness for certain mammals.

    Meanwhile, veterinary scientists have been scrambling to understand the scale of Covid-19 infection in our furry household companions, and what the consequences could be for their health – and our own.

    Continue reading...", - "content": "

    Scientists are racing to assess the spread of the virus in wild and domestic animals, and the threat it could pose to us

    A year ago humanity embarked on a project to vaccinate every person against Covid-19. But in recent months a shadow vaccination campaign has also been taking place. From giraffes to snow leopards, gorillas to sea lions, zoos around the world have been inoculating their animals with an experimental Covid vaccine as an insurance policy against what they fear could be a similarly fatal illness for certain mammals.

    Meanwhile, veterinary scientists have been scrambling to understand the scale of Covid-19 infection in our furry household companions, and what the consequences could be for their health – and our own.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/11/from-hippos-to-hamsters-how-covid-is-affecting-creatures-great-and-small", - "creator": "Linda Geddes Science correspondent", - "pubDate": "2021-12-11T09:00:05Z", + "title": "How Pablo Escobar’s ‘cocaine hippos’ became a biodiversity nightmare", + "description": "

    Animals brought illegally to Colombia by the drug kingpin have been allowed to roam free and are now disrupting the fragile ecosystem

    Myths and legends continue to surround Colombia’s most notorious drug lord Pablo Escobar 26 years after his death. But his legacy has had an unexpectedly disastrous impact on some of the country’s fragile ecosystems. A herd of more than 80 hippos roam free, the descendants of animals smuggled to Colombia from Africa in the 1980s and now flourishing in the wild.

    Reporter Joe Parkin Daniels tells Michael Safi that when Escobar was shot dead by police on a rooftop in his hometown of Medellín, the authorities seized his estate and the animals on it. While most were shipped to zoos, the logistics of moving his four hippos proved insurmountable and they were left to wander the Andes.

    Continue reading...", + "content": "

    Animals brought illegally to Colombia by the drug kingpin have been allowed to roam free and are now disrupting the fragile ecosystem

    Myths and legends continue to surround Colombia’s most notorious drug lord Pablo Escobar 26 years after his death. But his legacy has had an unexpectedly disastrous impact on some of the country’s fragile ecosystems. A herd of more than 80 hippos roam free, the descendants of animals smuggled to Colombia from Africa in the 1980s and now flourishing in the wild.

    Reporter Joe Parkin Daniels tells Michael Safi that when Escobar was shot dead by police on a rooftop in his hometown of Medellín, the authorities seized his estate and the animals on it. While most were shipped to zoos, the logistics of moving his four hippos proved insurmountable and they were left to wander the Andes.

    Continue reading...", + "category": "Colombia", + "link": "https://www.theguardian.com/news/audio/2021/dec/06/how-pablo-escobars-cocaine-hippos-became-a-biodiversity-nightmare", + "creator": "Presented by Michael Safi with Joe Parkin Daniels and Gina Paola Serna; produced by Rose de Larrabeiti and Axel Kacoutié; executive producers Phil Maynard, Archie Bland and Mythili Rao", + "pubDate": "2021-12-06T03:00:11Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -216989,20 +242400,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbfc94c3a3ffb57a8e5e7e246e44a3b3" + "hash": "bc06858d407c041bd816c0177ab46864" }, { - "title": "From hairpin to house: woman who mastered ‘trading up’ realizes dream", - "description": "

    Demi Skipper began her journey in May 2020, offering a bobby pin for trade on Craigslist. This month, she was offered a house in Tennessee

    After a year and a half of pouring blood, sweat and tears, Demi Skipper has successfully taken one single hair pin and traded it up all the way to a house.

    In May this year, the Guardian spoke to her after she’d traded three tractors for one of only a few Chipotle celebrity cards in the world, worth about $20,000. She had been inspired by Kyle MacDonald, who in 2006 traded a red paperclip all the way to a house, and hoped to reach her goal by summer’s end.

    Continue reading...", - "content": "

    Demi Skipper began her journey in May 2020, offering a bobby pin for trade on Craigslist. This month, she was offered a house in Tennessee

    After a year and a half of pouring blood, sweat and tears, Demi Skipper has successfully taken one single hair pin and traded it up all the way to a house.

    In May this year, the Guardian spoke to her after she’d traded three tractors for one of only a few Chipotle celebrity cards in the world, worth about $20,000. She had been inspired by Kyle MacDonald, who in 2006 traded a red paperclip all the way to a house, and hoped to reach her goal by summer’s end.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/11/demi-skipper-trade-me-project-bobby-pin-house", - "creator": "Neelam Tailor", - "pubDate": "2021-12-11T20:00:19Z", + "title": "NSW residents warned to brace for more industrial action after teachers and transport workers strike", + "description": "

    Teachers’ strike closes almost 400 state schools for 24 hours as transport in Sydney, Hunter, Blue Mountains and Central Coast also disrupted

    NSW residents have been warned to brace for more industrial action after thousands of public school teachers and transport workers walked off the job in a bid to improve pay and conditions.

    For the first time in nearly a decade, thousands of striking teachers converged on NSW parliament on Tuesday, calling on the government to address heavy workloads, uncompetitive salaries and staff shortages.

    Continue reading...", + "content": "

    Teachers’ strike closes almost 400 state schools for 24 hours as transport in Sydney, Hunter, Blue Mountains and Central Coast also disrupted

    NSW residents have been warned to brace for more industrial action after thousands of public school teachers and transport workers walked off the job in a bid to improve pay and conditions.

    For the first time in nearly a decade, thousands of striking teachers converged on NSW parliament on Tuesday, calling on the government to address heavy workloads, uncompetitive salaries and staff shortages.

    Continue reading...", + "category": "New South Wales", + "link": "https://www.theguardian.com/australia-news/2021/dec/07/nsw-teachers-strike-as-train-and-bus-services-services-hit-by-industrial-action", + "creator": "Australian Associated Press", + "pubDate": "2021-12-07T08:49:50Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217010,20 +242420,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "84a1d2c53796aba67d4b9c60c2373b9e" + "hash": "259ff07db44bd9dffd22af346c9f06d0" }, { - "title": "‘There’s always been an affinity between Christmas and ghosts’: Mark Gatiss on the joy of festive frights", - "description": "

    The writer and actor puts the ghoul into yule with screen and stage roles reprising haunting classics from Charles Dickens and MR James

    Close the curtains. Light the fire. Then prepare to be terrified; it’s Christmas. For although the word “cosy” may be closely tied to festivities at this time of year, so it seems is the word “ghost”.

    In northern Europe people understandably cope with the shorter days and darker evenings by drawing in around a roaring hearth, metaphorical or otherwise. Light and warmth: it makes sense. But what kind of stories are told while friends and families gather together? The answer, of course, is the spookier, the better.

    Continue reading...", - "content": "

    The writer and actor puts the ghoul into yule with screen and stage roles reprising haunting classics from Charles Dickens and MR James

    Close the curtains. Light the fire. Then prepare to be terrified; it’s Christmas. For although the word “cosy” may be closely tied to festivities at this time of year, so it seems is the word “ghost”.

    In northern Europe people understandably cope with the shorter days and darker evenings by drawing in around a roaring hearth, metaphorical or otherwise. Light and warmth: it makes sense. But what kind of stories are told while friends and families gather together? The answer, of course, is the spookier, the better.

    Continue reading...", - "category": "Culture", - "link": "https://www.theguardian.com/culture/2021/dec/11/theres-always-been-an-affinity-between-christmas-and-ghosts-mark-gatiss-on-the-joy-of-festive-frights", - "creator": "Vanessa Thorpe", - "pubDate": "2021-12-11T15:33:51Z", + "title": "‘They see it in corridors, in bathrooms, on the bus’: UK schools’ porn crisis", + "description": "

    Frontline workers warn how children as young as seven are being bombarded with harmful online sexual material

    Barnardo’s works directly with children who are victims of abuse or display signs of harmful or risky sexual behaviour. In 2020-21, they worked with 382,872 children, young people, parents and carers.

    In a recent survey of their frontline workers across England and Wales, staff reported a rise in the number of children participating in acts they have seen in pornographic videos, despite feeling uncomfortable or scared. They describe porn as having a “corrosive” effect on child wellbeing.

    Continue reading...", + "content": "

    Frontline workers warn how children as young as seven are being bombarded with harmful online sexual material

    Barnardo’s works directly with children who are victims of abuse or display signs of harmful or risky sexual behaviour. In 2020-21, they worked with 382,872 children, young people, parents and carers.

    In a recent survey of their frontline workers across England and Wales, staff reported a rise in the number of children participating in acts they have seen in pornographic videos, despite feeling uncomfortable or scared. They describe porn as having a “corrosive” effect on child wellbeing.

    Continue reading...", + "category": "Pornography", + "link": "https://www.theguardian.com/global-development/2021/dec/05/they-see-it-in-corridors-in-bathrooms-on-the-bus-uk-schools-porn-crisis", + "creator": "Harriet Grant", + "pubDate": "2021-12-05T16:00:02Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217031,20 +242440,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7489ea7f943626380c4fa70f6b8c3ba0" + "hash": "c7766bf872c47126cdf0325b109b9427" }, { - "title": "Michael K Williams remembered by Felicia Pearson", - "description": "

    22 November 1966 – 6 September 2021
    The actor, who played Snoop alongside Williams’s Omar in The Wire, on her ‘big brother, little sister’ chemistry with the man who transformed her life after spotting her in a Baltimore nightclub

    I met Mike in a club called Club One in Baltimore. I’d heard about The Wire and I’d seen them shooting around the city but I’d never watched it. I didn’t know who he was. I told my homeboy: “This man keeps looking at me. He’s looking hard with a scar on his face. He’s looking mean.” My homeboy told me: “Nah, that’s Omar off The Wire. He’s not nobody to be worried about.” That’s when Mike comes over and starts asking me questions. He thought I was a boy at first. He was like: “Wow, your charisma, your swag, everything about you is so dynamic and crazy, I love that.” I don’t know how because I was drunk.

    He called me the next day and said: “Come see me.” I got myself together and went to the set and was just kicking it with him. Then the people from The Wire like Ed Burns and David Simon heard me talking and they came over and started asking me to pronounce words. I didn’t know what it was for. I was kinda nervous. These white people keep asking me questions. I ain’t used to that. White people ask me questions when I’m in trouble. But it turned out for the good.

    Continue reading...", - "content": "

    22 November 1966 – 6 September 2021
    The actor, who played Snoop alongside Williams’s Omar in The Wire, on her ‘big brother, little sister’ chemistry with the man who transformed her life after spotting her in a Baltimore nightclub

    I met Mike in a club called Club One in Baltimore. I’d heard about The Wire and I’d seen them shooting around the city but I’d never watched it. I didn’t know who he was. I told my homeboy: “This man keeps looking at me. He’s looking hard with a scar on his face. He’s looking mean.” My homeboy told me: “Nah, that’s Omar off The Wire. He’s not nobody to be worried about.” That’s when Mike comes over and starts asking me questions. He thought I was a boy at first. He was like: “Wow, your charisma, your swag, everything about you is so dynamic and crazy, I love that.” I don’t know how because I was drunk.

    He called me the next day and said: “Come see me.” I got myself together and went to the set and was just kicking it with him. Then the people from The Wire like Ed Burns and David Simon heard me talking and they came over and started asking me to pronounce words. I didn’t know what it was for. I was kinda nervous. These white people keep asking me questions. I ain’t used to that. White people ask me questions when I’m in trouble. But it turned out for the good.

    Continue reading...", - "category": "The Wire", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/11/obituaries-2021-michael-k-williams-remembered-by-felicia-pearson", - "creator": "Guardian Staff", - "pubDate": "2021-12-11T19:00:17Z", + "title": "'It's just a cold': Biden explains coughing during speech – video", + "description": "

    The US president, Joe Biden, has said his coughing during a speech addressing the November jobs report on Friday is due to a cold.

    'What I have is a one-and-a-half-year-old grandson who had a cold who likes to kiss his pop,' Biden said, responding to a question from a reporter after the speech

    Continue reading...", + "content": "

    The US president, Joe Biden, has said his coughing during a speech addressing the November jobs report on Friday is due to a cold.

    'What I have is a one-and-a-half-year-old grandson who had a cold who likes to kiss his pop,' Biden said, responding to a question from a reporter after the speech

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/video/2021/dec/03/its-just-a-cold-biden-explains-coughing-during-speech-video", + "creator": "", + "pubDate": "2021-12-03T21:12:50Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217052,20 +242460,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "72ecaaf43208be439702afcf014457f8" + "hash": "614f6bfc95521f96f516dacdce067178" }, { - "title": "Hygge, glögg and pepparkakor... why we’re all falling for a Scandi Christmas", - "description": "

    After the comfort food and rituals, Britons are embracing more traditions, such as the festival of Santa Lucia

    From Ikea to meatballs, hygge to Nordic noir, Scandinavia’s influence on the UK has been rising steadily for decades. But this Christmas, amid the coronavirus pandemic and Brexit, enthusiasm for the region and its traditions is hitting new heights.

    Scandinavian goods distributor ScandiKitchen closed online Christmas orders early this year after unprecedented demand for festive products including meatballs, glögg (mulled wine), pepparkakor (ginger biscuits), chocolate, ham and cheese.

    Continue reading...", - "content": "

    After the comfort food and rituals, Britons are embracing more traditions, such as the festival of Santa Lucia

    From Ikea to meatballs, hygge to Nordic noir, Scandinavia’s influence on the UK has been rising steadily for decades. But this Christmas, amid the coronavirus pandemic and Brexit, enthusiasm for the region and its traditions is hitting new heights.

    Scandinavian goods distributor ScandiKitchen closed online Christmas orders early this year after unprecedented demand for festive products including meatballs, glögg (mulled wine), pepparkakor (ginger biscuits), chocolate, ham and cheese.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/11/hygge-glogg-and-pepparkakor-why-were-all-falling-for-a-scandi-christmas", - "creator": "Miranda Bryant", - "pubDate": "2021-12-11T17:48:15Z", + "title": "US confirms it will stage diplomatic boycott of Beijing Winter Olympics", + "description": "

    Decision is response to what is described as China’s ‘genocide and crimes against humanity in Xinjiang’ and other abuses

    The White House will stage a diplomatic boycott of the 2022 Winter Olympics in Beijing, press secretary Jen Psaki has confirmed.

    “The Biden administration will not send any diplomatic or official representation to the Beijing 2022 Winter Olympics and Paralympic Games, given the PRC’s ongoing genocide and crimes against humanity in Xinjiang and other human rights abuses,” Psaki said from the briefing room podium on Monday.

    Continue reading...", + "content": "

    Decision is response to what is described as China’s ‘genocide and crimes against humanity in Xinjiang’ and other abuses

    The White House will stage a diplomatic boycott of the 2022 Winter Olympics in Beijing, press secretary Jen Psaki has confirmed.

    “The Biden administration will not send any diplomatic or official representation to the Beijing 2022 Winter Olympics and Paralympic Games, given the PRC’s ongoing genocide and crimes against humanity in Xinjiang and other human rights abuses,” Psaki said from the briefing room podium on Monday.

    Continue reading...", + "category": "Winter Olympics", + "link": "https://www.theguardian.com/sport/2021/dec/06/china-denounces-possible-us-olympic-boycott-as-provocation", + "creator": "Vincent Ni and Joan E Greve", + "pubDate": "2021-12-06T18:49:38Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217073,20 +242480,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "98acee78bb92d36ee6058ecb43f5d3a0" + "hash": "b70794309866d380bd89166fa70ad72d" }, { - "title": "‘Battery-hen farming of the sea’: sustainable alternatives to eating salmon", - "description": "

    There’s good news for salmon lovers hoping to reduce the environmental impact of their food

    Salmon is consistently one of the most popular kinds of seafood in Australia, but the Tasmanian farmed salmon industry has attracted significant criticism for its continued expansion and alleged environmental impact.

    In the past, environmental experts on review panels that oversaw industry expansion have quit in protest, telling a Tasmanian parliamentary inquiry that the panels were not truly independent and were obligated to approve expansions. One of those experts also said the planned doubling of salmon production in the coming decade had no basis in sound science.

    Continue reading...", - "content": "

    There’s good news for salmon lovers hoping to reduce the environmental impact of their food

    Salmon is consistently one of the most popular kinds of seafood in Australia, but the Tasmanian farmed salmon industry has attracted significant criticism for its continued expansion and alleged environmental impact.

    In the past, environmental experts on review panels that oversaw industry expansion have quit in protest, telling a Tasmanian parliamentary inquiry that the panels were not truly independent and were obligated to approve expansions. One of those experts also said the planned doubling of salmon production in the coming decade had no basis in sound science.

    Continue reading...", - "category": "Tasmania", - "link": "https://www.theguardian.com/australia-news/2021/dec/12/battery-hen-farming-of-the-sea-sustainable-alternatives-to-eating-salmon", - "creator": "Ann Ding", - "pubDate": "2021-12-11T19:00:19Z", + "title": "Covid live: Omicron community transmission is across England, says health secretary", + "description": "

    Sajid Javid told MPs on Monday that ‘multiple regions of England’ were seeing cases of the variant that were not linked to international travel

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "content": "

    Sajid Javid told MPs on Monday that ‘multiple regions of England’ were seeing cases of the variant that were not linked to international travel

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/06/covid-news-live-omicron-found-in-one-third-of-us-states-germany-plans-vaccine-mandates-for-some-health-jobs", + "creator": "Jedidajah Otte (now); Damien Gayle, Rachel Hall, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-07T00:11:47Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217094,20 +242500,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "08b9d989699aa48b03cc3c89b0192690" + "hash": "4074d8c4bd3c985fe43e7a1a72e997e5" }, { - "title": "‘I’ve shown so much of myself to the world’: The Witcher’s Anya Chalotra on power, people-watching and being a perfectionist", - "description": "Thanks to the 76 million who watched Netflix’s The Witcher, Anya Chalotra has been catapulted to overnight stardom. She talks fame, food, fashion – and why it’s all down to being an ‘attention seeking’ middle child

    Anya Chalotra is watching me. I have half-threatened to order a Venezuelan sandwich from the chalkboard at the London café we’re in – we are talking just after lunch – but I don’t trust myself to maintain a serious line of questioning and not get guacamole down my front while doing it. “Are you sure? I don’t mind,” she says. No it’s fine, Anya, please. Later, the café owner tours the tables to tell us they are closing in 20 minutes. “And what about your sandwich?” Anya points to me. Honestly, please, I had a flapjack, it was hearty. And after the interview: “Do you want to stay and have your sandwich now?” I mean I would, but they are closed, so it’s too late now, isn’t it?

    Lunch aside, the point is that Anya Chalotra is a gifted and enthusiastic people-watcher. She confesses to this up front: “I’m obsessed with people,” she says, not not sounding like a serial killer, “and I’m obsessed with analysing people.” But it bulges out of every anecdote she gives, too. On being recognised in public: “Oh, I’m always stuffing my face. They always come up to me when I’m stuffing my face. Because I don’t mind going to the pub on my own, or eating on my own – I just sit in the corner and watch people – but they always get me stuffing my face.” On pandemic activities: “I was just staring into space, mainly.” On filming in multiple difficult climates as her character in Netflix series The Witcher traversed magically across continents: “The whole crew was in the sea, jeans rolled up, or wearing trunks. And I don’t know how I wasn’t cracking up, looking at all these people in their jazzy little trunks. It was quite a serious moment.” On east London parks, an objective ranking thereof: “Victoria Park. Always. The dog-watching there is hilarious. I just find their mothers’ meetings, in the park, hysterical.”

    Continue reading...", - "content": "Thanks to the 76 million who watched Netflix’s The Witcher, Anya Chalotra has been catapulted to overnight stardom. She talks fame, food, fashion – and why it’s all down to being an ‘attention seeking’ middle child

    Anya Chalotra is watching me. I have half-threatened to order a Venezuelan sandwich from the chalkboard at the London café we’re in – we are talking just after lunch – but I don’t trust myself to maintain a serious line of questioning and not get guacamole down my front while doing it. “Are you sure? I don’t mind,” she says. No it’s fine, Anya, please. Later, the café owner tours the tables to tell us they are closing in 20 minutes. “And what about your sandwich?” Anya points to me. Honestly, please, I had a flapjack, it was hearty. And after the interview: “Do you want to stay and have your sandwich now?” I mean I would, but they are closed, so it’s too late now, isn’t it?

    Lunch aside, the point is that Anya Chalotra is a gifted and enthusiastic people-watcher. She confesses to this up front: “I’m obsessed with people,” she says, not not sounding like a serial killer, “and I’m obsessed with analysing people.” But it bulges out of every anecdote she gives, too. On being recognised in public: “Oh, I’m always stuffing my face. They always come up to me when I’m stuffing my face. Because I don’t mind going to the pub on my own, or eating on my own – I just sit in the corner and watch people – but they always get me stuffing my face.” On pandemic activities: “I was just staring into space, mainly.” On filming in multiple difficult climates as her character in Netflix series The Witcher traversed magically across continents: “The whole crew was in the sea, jeans rolled up, or wearing trunks. And I don’t know how I wasn’t cracking up, looking at all these people in their jazzy little trunks. It was quite a serious moment.” On east London parks, an objective ranking thereof: “Victoria Park. Always. The dog-watching there is hilarious. I just find their mothers’ meetings, in the park, hysterical.”

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/11/anya-chalotra-the-witcher-netflix-interview-ive-shown-so-much-of-myself", - "creator": "Joel Golby", - "pubDate": "2021-12-11T16:00:14Z", + "title": "‘Do or die’: Myanmar’s junta may have stirred up a hornets’ nest", + "description": "

    Almost a year on from the coup, resistance to the military is growing stronger and more organised

    On Sunday morning, a small group of protesters walked together in Kyimyindaing township, Yangon, waving bunches of eugenia and roses. They carried a banner reading: “The only real prison is fear and the real freedom is freedom from fear”.

    The words are famously those of ousted leader Aung San Suu Kyi, whose sentencing by the junta to two years in detention was announced on Monday.

    Continue reading...", + "content": "

    Almost a year on from the coup, resistance to the military is growing stronger and more organised

    On Sunday morning, a small group of protesters walked together in Kyimyindaing township, Yangon, waving bunches of eugenia and roses. They carried a banner reading: “The only real prison is fear and the real freedom is freedom from fear”.

    The words are famously those of ousted leader Aung San Suu Kyi, whose sentencing by the junta to two years in detention was announced on Monday.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2021/dec/06/do-or-die-myanmars-junta-may-have-stirred-up-a-hornets-nest", + "creator": "Rebecca Ratcliffe South-east Asia correspondent", + "pubDate": "2021-12-06T20:36:46Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217115,20 +242520,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2aebcbd06cef8ebdaac0b6636f73ad11" + "hash": "7cce41ac772d3f288f61fda9a85acd64" }, { - "title": "Marcus Rashford: ‘My life was far from a fairytale’", - "description": "

    The England footballer, author and poverty campaigner on instilling self-belief in pupils at his old school, his favourite titles of 2021, and his hopes for his book club

    Marcus Rashford, 24, plays football for England and Manchester United and is the author of this year’s bestselling children’s nonfiction book, You Are a Champion, written with the journalist Carl Anka to inspire young people to reach their full potential. One of five siblings raised by a single mother on minimum wage in Manchester, Rashford has become one of Britain’s leading campaigners against child poverty. In June he launched the Marcus Rashford Book Club in conjunction with Magic Breakfast and Macmillan Children’s Books to encourage a lifelong love of reading and give free books to underprivileged children. Next year, Rashford will release his first children’s fiction book, The Breakfast Club Adventures, co-authored by Alex Falase-Koya.

    What effect has your book club had so far?
    I visited Button Lane a few weeks ago; it’s my old primary school and a recipient of my book club. It was brilliant to see the children’s faces light up when they talked about books, and each and every one of them had taken something slightly different away from their reading. They were engaged, and that is what we’re looking for – for children to use books as an escape when faced with daily challenges; to be inspired, motivated and ultimately dream about what they could be one day. The one thing that stood out for me, though, was how their aspirations had changed since the club first launched. Then, most of the children told me they wanted to be a footballer like me. Now, we have children dreaming of being artists, architects, vets. It’s just brilliant. That’s what I wanted. The belief that they can be anything they want to be.

    You Are a Champion by Marcus Rashford and Carl Anka is published by Macmillan (£9.99). To support the Guardian and Observer order your copy at guardianbookshop.com. Delivery charges may apply

    Continue reading...", - "content": "

    The England footballer, author and poverty campaigner on instilling self-belief in pupils at his old school, his favourite titles of 2021, and his hopes for his book club

    Marcus Rashford, 24, plays football for England and Manchester United and is the author of this year’s bestselling children’s nonfiction book, You Are a Champion, written with the journalist Carl Anka to inspire young people to reach their full potential. One of five siblings raised by a single mother on minimum wage in Manchester, Rashford has become one of Britain’s leading campaigners against child poverty. In June he launched the Marcus Rashford Book Club in conjunction with Magic Breakfast and Macmillan Children’s Books to encourage a lifelong love of reading and give free books to underprivileged children. Next year, Rashford will release his first children’s fiction book, The Breakfast Club Adventures, co-authored by Alex Falase-Koya.

    What effect has your book club had so far?
    I visited Button Lane a few weeks ago; it’s my old primary school and a recipient of my book club. It was brilliant to see the children’s faces light up when they talked about books, and each and every one of them had taken something slightly different away from their reading. They were engaged, and that is what we’re looking for – for children to use books as an escape when faced with daily challenges; to be inspired, motivated and ultimately dream about what they could be one day. The one thing that stood out for me, though, was how their aspirations had changed since the club first launched. Then, most of the children told me they wanted to be a footballer like me. Now, we have children dreaming of being artists, architects, vets. It’s just brilliant. That’s what I wanted. The belief that they can be anything they want to be.

    You Are a Champion by Marcus Rashford and Carl Anka is published by Macmillan (£9.99). To support the Guardian and Observer order your copy at guardianbookshop.com. Delivery charges may apply

    Continue reading...", - "category": "Marcus Rashford", - "link": "https://www.theguardian.com/books/2021/dec/11/marcus-rashford-my-life-was-far-from-a-fairytale", - "creator": "Imogen Carter", - "pubDate": "2021-12-11T18:00:16Z", + "title": "Drake withdraws his two 2022 Grammy nominations", + "description": "

    The star pulled his nominations for best rap album and best rap performance after consultation with his management

    Drake has decided to withdraw his two Grammy nominations.

    Though his motive remained unclear, Variety reported the 35-year-old artist withdrew his two nominations – best rap album for Certified Lover Boy and best rap performance for his song Way 2 Sexy, featuring Future and Young Thug – after consultation with his management.

    Continue reading...", + "content": "

    The star pulled his nominations for best rap album and best rap performance after consultation with his management

    Drake has decided to withdraw his two Grammy nominations.

    Though his motive remained unclear, Variety reported the 35-year-old artist withdrew his two nominations – best rap album for Certified Lover Boy and best rap performance for his song Way 2 Sexy, featuring Future and Young Thug – after consultation with his management.

    Continue reading...", + "category": "Drake", + "link": "https://www.theguardian.com/music/2021/dec/06/drake-withdraws-grammy-nominations-2022", + "creator": "Adrian Horton", + "pubDate": "2021-12-06T21:21:20Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217136,20 +242540,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb2240d4db81b7cc63f105bec159b184" + "hash": "f06663b4fa6bec9f4bc3405172586a5f" }, { - "title": "Trump’s ultimate yes man: how Devin Nunes embraced the role he was long accused of playing", - "description": "

    Congressman poised to helm Trump’s media company is poster child for the notion that, in today’s politics, extreme partisanship pays

    For the first and perhaps the only time in his pugnacious political career, the California congressman and noted Trump apologist Devin Nunes is inspiring some kind of unanimity across party lines.

    When news broke on Monday that Nunes was retiring from Congress to become chief executive of the fledgling Trump Media & Technology Group, nobody on the left or the right doubted he’d landed where he belonged. After 19 years as a reliably rock-ribbed Republican legislator, Nunes told his supporters that he wasn’t giving up on fighting his political enemies, just “pursuing it by other means” – and for once those enemies took him at his word.

    Continue reading...", - "content": "

    Congressman poised to helm Trump’s media company is poster child for the notion that, in today’s politics, extreme partisanship pays

    For the first and perhaps the only time in his pugnacious political career, the California congressman and noted Trump apologist Devin Nunes is inspiring some kind of unanimity across party lines.

    When news broke on Monday that Nunes was retiring from Congress to become chief executive of the fledgling Trump Media & Technology Group, nobody on the left or the right doubted he’d landed where he belonged. After 19 years as a reliably rock-ribbed Republican legislator, Nunes told his supporters that he wasn’t giving up on fighting his political enemies, just “pursuing it by other means” – and for once those enemies took him at his word.

    Continue reading...", - "category": "Republicans", - "link": "https://www.theguardian.com/us-news/2021/dec/11/devin-nunes-trump-republican-yes-man-congress", - "creator": "Andrew Gumbel", - "pubDate": "2021-12-11T11:00:07Z", + "title": "China attacks ‘US-style democracy’ prior to Biden summit", + "description": "

    Beijing highlights virtues of its own one-party model in slew of scathing criticisms of western system

    China has launched a campaign to discredit what it calls US-style democracy in advance of the first of Joe Biden’s two “summits of democracy” later this week.

    Over recent days, official Chinese media outlets and diplomats have made a string of scathing attacks on the US governing system, calling it “a game of money politics” and “rule of the few over the many”.

    Continue reading...", + "content": "

    Beijing highlights virtues of its own one-party model in slew of scathing criticisms of western system

    China has launched a campaign to discredit what it calls US-style democracy in advance of the first of Joe Biden’s two “summits of democracy” later this week.

    Over recent days, official Chinese media outlets and diplomats have made a string of scathing attacks on the US governing system, calling it “a game of money politics” and “rule of the few over the many”.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/06/china-attacks-us-style-democracy-prior-to-biden-summit", + "creator": "Vincent Ni China affairs correspondent", + "pubDate": "2021-12-06T13:38:33Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217157,20 +242560,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c6a48ff290c3112e3080b7a776afe22" + "hash": "93f41d4508ad935384bddff8ea15a7a6" }, { - "title": "Australia news live updates: Covid booster vaccines cut to five months amid Omicron concern; NSW records 485 new cases and two deaths", - "description": "

    NSW records 485 new coronavirus cases and two deaths; wait time to receive vaccine booster shot cut from six months to five, federal government announces

    The defence minister, Peter Dutton, says Scott Morrison is “looking forward very much” to welcoming South Korean president Moon Jae-in to Australia.

    Moon is due to meet with the prime minister in Canberra tomorrow. While in Australia, Moon is also scheduled to meet with the opposition leader, Anthony Albanese - an engagement that Dutton described as “a sign of respect”.

    I think it underscores particularly during Covid, where where travel is very difficult, what South Korea see in the Australian relationship. They see it as a vital relationship as do we. And there is an enormous amount of upside on trading, particularly in relation to green energy and hydrogen, a very important partner in that regard. So I think this really signals a deepening of the already very strong relationship between our two countries.

    Everyone living in Australia aged 18 and over who has completed their primary two-dose course of vaccination at least five months ago is now eligible to have an additional booster shot. This was previously recommended to be six months from a second dose. A booster dose, five or more months after the second dose, will make sure that the protection from the primary course is even stronger and longer lasting and should help prevent spread of the virus. Data from Israel shows boosters supporting reductions in the rate of infection in eligible age groups, severe disease in those aged over 40 years and deaths in those over 60 years.

    Continue reading...", - "content": "

    NSW records 485 new coronavirus cases and two deaths; wait time to receive vaccine booster shot cut from six months to five, federal government announces

    The defence minister, Peter Dutton, says Scott Morrison is “looking forward very much” to welcoming South Korean president Moon Jae-in to Australia.

    Moon is due to meet with the prime minister in Canberra tomorrow. While in Australia, Moon is also scheduled to meet with the opposition leader, Anthony Albanese - an engagement that Dutton described as “a sign of respect”.

    I think it underscores particularly during Covid, where where travel is very difficult, what South Korea see in the Australian relationship. They see it as a vital relationship as do we. And there is an enormous amount of upside on trading, particularly in relation to green energy and hydrogen, a very important partner in that regard. So I think this really signals a deepening of the already very strong relationship between our two countries.

    Everyone living in Australia aged 18 and over who has completed their primary two-dose course of vaccination at least five months ago is now eligible to have an additional booster shot. This was previously recommended to be six months from a second dose. A booster dose, five or more months after the second dose, will make sure that the protection from the primary course is even stronger and longer lasting and should help prevent spread of the virus. Data from Israel shows boosters supporting reductions in the rate of infection in eligible age groups, severe disease in those aged over 40 years and deaths in those over 60 years.

    Continue reading...", - "category": "Scott Morrison", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/12/australia-news-updates-live-covid-booster-vaccines-atagi-coronavirus-omicron-nsw-victoria-qld-scott-morrison-weather", - "creator": "Justine Landis-Hanley", - "pubDate": "2021-12-11T23:54:50Z", + "title": "Second accuser says Ghislaine Maxwell asked her to find young women for Epstein", + "description": "

    ‘Kate’ testifies in Manhattan federal court that she was 17 when she met Maxwell, who introduced her to Epstein

    • This article contains depictions of sexual abuse

    The second accuser in the New York sex-trafficking trial of Ghislaine Maxwell alleged on Monday the Briton asked her to find young women for sexual encounters with the financier Jeffrey Epstein, because his demands were insatiable.

    The accuser, who testified in federal court in Manhattan under the pseudonym Kate, said she was 17 when she met Maxwell in Paris around 1994. She gave Maxwell her phone number, she said.

    Continue reading...", + "content": "

    ‘Kate’ testifies in Manhattan federal court that she was 17 when she met Maxwell, who introduced her to Epstein

    • This article contains depictions of sexual abuse

    The second accuser in the New York sex-trafficking trial of Ghislaine Maxwell alleged on Monday the Briton asked her to find young women for sexual encounters with the financier Jeffrey Epstein, because his demands were insatiable.

    The accuser, who testified in federal court in Manhattan under the pseudonym Kate, said she was 17 when she met Maxwell in Paris around 1994. She gave Maxwell her phone number, she said.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/06/ghislaine-maxwell-sex-trafficking-trial-second-week", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-06T17:58:16Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217178,41 +242580,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f363a9d8304b31f07e2518754598e65" + "hash": "fdd8e0f6540dd6340d69a1239876c9aa" }, { - "title": "China’s indebted property sector highlights a fading economic revival", - "description": "

    Xi Jinping’s mission is not only to control the housing bubble, but rein in untethered industries and foreign capital

    China’s economy has become heavily dependent on property development over the last decade. High-rise apartments have mushroomed across hundreds of cities to house a growing white-collar workforce, while glass and steel office blocks are dominating city centres, mimicking Shanghai’s glittering skyline.

    Valued at more than $50tn after 20 years of rapid growth, Chinese real estate is worth twice as much as the US property market and four times China’s annual income.

    Continue reading...", - "content": "

    Xi Jinping’s mission is not only to control the housing bubble, but rein in untethered industries and foreign capital

    China’s economy has become heavily dependent on property development over the last decade. High-rise apartments have mushroomed across hundreds of cities to house a growing white-collar workforce, while glass and steel office blocks are dominating city centres, mimicking Shanghai’s glittering skyline.

    Valued at more than $50tn after 20 years of rapid growth, Chinese real estate is worth twice as much as the US property market and four times China’s annual income.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/08/chinas-indebted-property-sector-highlights-a-fading-economic-revival", - "creator": "Phillip Inman", - "pubDate": "2021-12-08T20:07:54Z", + "title": "Republican Devin Nunes to quit Congress and head Trump’s social media platform", + "description": "

    California congressman has claimed without evidence that social media companies seek to censor Republicans

    Devin Nunes, the California congressman and close ally of Donald Trump, will be retiring from the US House of Representatives next year to join Trump’s new social media venture.

    The Republican congressman, who represents a rural California district, announced his retirement from the House on Monday, writing in a letter to constituents that he was leaving his position to pursue a “new opportunity to fight for the most important issues I believe in”.

    Continue reading...", + "content": "

    California congressman has claimed without evidence that social media companies seek to censor Republicans

    Devin Nunes, the California congressman and close ally of Donald Trump, will be retiring from the US House of Representatives next year to join Trump’s new social media venture.

    The Republican congressman, who represents a rural California district, announced his retirement from the House on Monday, writing in a letter to constituents that he was leaving his position to pursue a “new opportunity to fight for the most important issues I believe in”.

    Continue reading...", + "category": "US Congress", + "link": "https://www.theguardian.com/us-news/2021/dec/06/devin-nunes-retires-congress-trump-social-media", + "creator": "Maanvi Singh in San Francisco", + "pubDate": "2021-12-06T23:32:23Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ec298dbe6878aabf58cd76dcad3fd8e" + "hash": "4d1fb871f9819397e5095c5978fccc4d" }, { - "title": "Drone footage reveals damage from Indonesia's Mount Semeru volcano eruption – video", - "description": "

    Drone footage has captured some of the devastation following the eruption of Mount Semeru on the Indonesian island of Java. Dozens of people have been killed and thousands remain displaced. The volcano continues to spew hot gas and ash, hampering rescue efforts

    Continue reading...", - "content": "

    Drone footage has captured some of the devastation following the eruption of Mount Semeru on the Indonesian island of Java. Dozens of people have been killed and thousands remain displaced. The volcano continues to spew hot gas and ash, hampering rescue efforts

    Continue reading...", - "category": "Indonesia", - "link": "https://www.theguardian.com/world/video/2021/dec/08/drone-footage-reveals-damage-from-indonesias-mount-semeru-volcano-eruption-video", - "creator": "", - "pubDate": "2021-12-08T02:47:29Z", + "title": "WhatsApp criticised for plan to let messages disappear after 24 hours", + "description": "

    Children’s charities say change creates a ‘toxic cocktail of risk’ by making detection of abuse more difficult

    WhatsApp users are to be given the option to have their messages disappear after 24 hours, a change that drew immediate criticism from children’s charities.

    In a blog post announcing the change, WhatsApp, which has 2 billion users, said its mission was to “connect the world privately”.

    Continue reading...", + "content": "

    Children’s charities say change creates a ‘toxic cocktail of risk’ by making detection of abuse more difficult

    WhatsApp users are to be given the option to have their messages disappear after 24 hours, a change that drew immediate criticism from children’s charities.

    In a blog post announcing the change, WhatsApp, which has 2 billion users, said its mission was to “connect the world privately”.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/2021/dec/06/whatsapp-criticised-for-plan-to-allow-messages-to-disappear-after-24-hours", + "creator": "Dan Milmo Global technology editor", + "pubDate": "2021-12-06T19:43:37Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217220,20 +242620,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "968a7c05fe862a75e9df1f12e398a2f7" + "hash": "ab2a3fdb800d689ac6d83ad7fdd0fe81" }, { - "title": "Capitol attack panel obtains PowerPoint that set out plan for Trump to stage coup", - "description": "

    Presentation turned over by Mark Meadows made several recommendations for Trump to pursue to retain presidency

    Former Trump White House chief of staff Mark Meadows turned over to the House select committee investigating the 6 January Capitol attack a PowerPoint recommending Donald Trump to declare a national security emergency in order to return himself to the presidency.

    The fact that Meadows was in possession of a PowerPoint the day before the Capitol attack that detailed ways to stage a coup suggests he was at least aware of efforts by Trump and his allies to stop Joe Biden’s certification from taking place on 6 January.

    Continue reading...", - "content": "

    Presentation turned over by Mark Meadows made several recommendations for Trump to pursue to retain presidency

    Former Trump White House chief of staff Mark Meadows turned over to the House select committee investigating the 6 January Capitol attack a PowerPoint recommending Donald Trump to declare a national security emergency in order to return himself to the presidency.

    The fact that Meadows was in possession of a PowerPoint the day before the Capitol attack that detailed ways to stage a coup suggests he was at least aware of efforts by Trump and his allies to stop Joe Biden’s certification from taking place on 6 January.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2021/dec/10/trump-powerpoint-mark-meadows-capitol-attack", - "creator": "Hugo Lowell in Washington", - "pubDate": "2021-12-11T02:01:43Z", + "title": "Almost $12,000 wiped off value of bitcoin in weekend ‘thumping’", + "description": "

    Cryptocurrency settles to just below $50,000 after record-high last month, in continuation of recent volatility

    The value of bitcoin has suffered a “thumping”, losing more than one-fifth of its value at at one point over the weekend before settling below $50,000 (£37,720), only a month after reaching a record high.

    The value of the cryptocurrency rose above $68,000 in November and had been predicted to move even higher by the end of the year, amid concern about the value of traditional assets such as gold and government debt.

    Continue reading...", + "content": "

    Cryptocurrency settles to just below $50,000 after record-high last month, in continuation of recent volatility

    The value of bitcoin has suffered a “thumping”, losing more than one-fifth of its value at at one point over the weekend before settling below $50,000 (£37,720), only a month after reaching a record high.

    The value of the cryptocurrency rose above $68,000 in November and had been predicted to move even higher by the end of the year, amid concern about the value of traditional assets such as gold and government debt.

    Continue reading...", + "category": "Bitcoin", + "link": "https://www.theguardian.com/technology/2021/dec/06/almost-dollars-12000-wiped-off-bitcoin-value-cryptocurrency", + "creator": "Rob Davies", + "pubDate": "2021-12-06T14:13:54Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217241,20 +242640,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "800dfa4333edface21239b2e157dbf23" + "hash": "4bce8a7390b1bd8810b9a9ade71401e6" }, { - "title": "Up to 100 feared dead in Kentucky after tornadoes tear through US states", - "description": "

    State governor says dozens at factory thought to have been killed, with other incidents reported in Arkansas and Illinois

    Up to 100 people are feared to have been killed after a devastating outbreak of tornadoes ripped through Kentucky and other US states on Friday night and early Saturday morning.

    The governor of Kentucky, Andy Beshear, said the state had “experienced some of the worst tornado damage we’ve seen in a long time”.

    Continue reading...", - "content": "

    State governor says dozens at factory thought to have been killed, with other incidents reported in Arkansas and Illinois

    Up to 100 people are feared to have been killed after a devastating outbreak of tornadoes ripped through Kentucky and other US states on Friday night and early Saturday morning.

    The governor of Kentucky, Andy Beshear, said the state had “experienced some of the worst tornado damage we’ve seen in a long time”.

    Continue reading...", - "category": "Tornadoes", - "link": "https://www.theguardian.com/world/2021/dec/11/arkansas-tornado-deaths-nursing-home-illinois-amazon-warehouse-roof-collapse", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-11T12:14:41Z", + "title": "Viagra could be used to treat Alzheimer’s disease, study finds", + "description": "

    US scientists say users of sildenafil – the generic name for Viagra – are 69% less likely to develop the form of dementia than non-users

    Viagra could be a useful treatment against Alzheimer’s disease, according to a US study.

    Alzheimer’s disease, the most common form of age-related dementia, affects hundreds of millions of people worldwide. Despite mounting numbers of cases, however, there is currently no effective treatment.

    Continue reading...", + "content": "

    US scientists say users of sildenafil – the generic name for Viagra – are 69% less likely to develop the form of dementia than non-users

    Viagra could be a useful treatment against Alzheimer’s disease, according to a US study.

    Alzheimer’s disease, the most common form of age-related dementia, affects hundreds of millions of people worldwide. Despite mounting numbers of cases, however, there is currently no effective treatment.

    Continue reading...", + "category": "Alzheimer's", + "link": "https://www.theguardian.com/society/2021/dec/06/viagra-could-be-used-to-treat-alzheimers-disease-study-finds", + "creator": "Andrew Gregory Health editor", + "pubDate": "2021-12-06T19:32:09Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217262,20 +242660,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6c32969f615eccd8991aca1edefa235" + "hash": "2cea425ec5134d4a9fa06b5bffb6f0b2" }, { - "title": "Friend, lover, fixer? Ghislaine Maxwell prosecutors home in on nature of Epstein relationship", - "description": "

    Federal sex-trafficking trial has shed more light on pair’s ties, and how their lives seemed intimately interwoven

    Ghislaine Maxwell has long been accused of luring teenage girls into Jeffrey Epstein’s orbit for him to sexually abuse, but whatever motive for allegedly doing so has long remained a mystery.

    The answer hinges somewhat on the nature of their relationship. Did Maxwell serve as the late financier’s consigliere, or act as his girlfriend and procurer?

    Continue reading...", - "content": "

    Federal sex-trafficking trial has shed more light on pair’s ties, and how their lives seemed intimately interwoven

    Ghislaine Maxwell has long been accused of luring teenage girls into Jeffrey Epstein’s orbit for him to sexually abuse, but whatever motive for allegedly doing so has long remained a mystery.

    The answer hinges somewhat on the nature of their relationship. Did Maxwell serve as the late financier’s consigliere, or act as his girlfriend and procurer?

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/11/ghislaine-maxwell-prosecutors-jeffrey-epstein-relationship", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-11T07:00:03Z", + "title": "At least 46 ‘VIP lane’ PPE deals awarded before formal due diligence in place", + "description": "

    Two-thirds of contracts awarded before ‘eight-stage process’ was put in place were given out after referrals from ‘VIP lane’

    At least 46 PPE deals were awarded to firms put in a special “VIP lane” by Conservative ministers, MPs and officials during the Covid pandemic before a formal due diligence process was put in place, it has emerged.

    Ministers had claimed all PPE contracts were put through a rigorous “eight-stage process” for assuring quality and value for money, when criticised over the “VIP lane” via which £5bn in contracts were handed to companies with political or Whitehall connections.

    Continue reading...", + "content": "

    Two-thirds of contracts awarded before ‘eight-stage process’ was put in place were given out after referrals from ‘VIP lane’

    At least 46 PPE deals were awarded to firms put in a special “VIP lane” by Conservative ministers, MPs and officials during the Covid pandemic before a formal due diligence process was put in place, it has emerged.

    Ministers had claimed all PPE contracts were put through a rigorous “eight-stage process” for assuring quality and value for money, when criticised over the “VIP lane” via which £5bn in contracts were handed to companies with political or Whitehall connections.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/06/at-least-46-vip-lane-ppe-deals-awarded-before-formal-due-diligence-in-place", + "creator": "Rowena Mason and David Conn", + "pubDate": "2021-12-06T17:00:03Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217283,41 +242680,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9561d1860353cafa1e694237e531740" + "hash": "55260e9a86d4a09ab4f870d41c97037a" }, { - "title": "Recently uncovered software flaw ‘most critical vulnerability of the last decade’", - "description": "

    Log4Shell grants easy access to internal networks, making them susceptible to data loot and loss and malware attacks

    A critical vulnerability in a widely used software tool – one quickly exploited in the online game Minecraft – is rapidly emerging as a major threat to organizations around the world.

    “The internet’s on fire right now,” said Adam Meyers, senior vice-president of intelligence at the cybersecurity firm Crowdstrike. “People are scrambling to patch”, he said, “and all kinds of people scrambling to exploit it.” He said on Friday morning that in the 12 hours since the bug’s existence was disclosed, it had been “fully weaponized”, meaning malefactors had developed and distributed tools to exploit it.

    Continue reading...", - "content": "

    Log4Shell grants easy access to internal networks, making them susceptible to data loot and loss and malware attacks

    A critical vulnerability in a widely used software tool – one quickly exploited in the online game Minecraft – is rapidly emerging as a major threat to organizations around the world.

    “The internet’s on fire right now,” said Adam Meyers, senior vice-president of intelligence at the cybersecurity firm Crowdstrike. “People are scrambling to patch”, he said, “and all kinds of people scrambling to exploit it.” He said on Friday morning that in the 12 hours since the bug’s existence was disclosed, it had been “fully weaponized”, meaning malefactors had developed and distributed tools to exploit it.

    Continue reading...", - "category": "Software", - "link": "https://www.theguardian.com/technology/2021/dec/10/software-flaw-most-critical-vulnerability-log-4-shell", - "creator": "Associated Press", - "pubDate": "2021-12-11T01:50:48Z", + "title": "Coroners in England issue rare warnings over avoidable deaths in pandemic", + "description": "

    Exclusive: at least 16 notices issued to prevent future deaths after inquests highlight care failures

    Coroners in England have said lessons must be learned from failings made by overstretched services that struggled to adapt during the Covid pandemic, as details of inquests into deaths only now emerge.

    At the height of the pandemic, everything from mental health and coastguard services to care homes had to quickly change how they operated, and coroners across England are highlighting failures made during this time through reports that identify avoidable deaths.

    Azra Hussain, 41, who died in secure accommodation in Birmingham on 6 May 2020. Two months before her death, she had been due to begin electroconvulsive therapy, but because of an administrative error the treatment was cancelled and was then no longer possible because of Covid restrictions. The inquest jury concluded that had she been given this treatment, she would probably have lived.

    Ruth Jones, a frail older woman thought to have caught Covid, who died in a care home after a fall in self-isolation. A coroner said the care home was not equipped to watch Jones during her isolation but she needed to be monitored because of her risk of injury if left alone.

    Anthony Williamson, an experienced sea kayaker who died on his 54th birthday after getting into difficulty. The coroner said he was concerned there was a reduced level of coastguard cover around the Cornish coastline owing to the pandemic.

    Continue reading...", + "content": "

    Exclusive: at least 16 notices issued to prevent future deaths after inquests highlight care failures

    Coroners in England have said lessons must be learned from failings made by overstretched services that struggled to adapt during the Covid pandemic, as details of inquests into deaths only now emerge.

    At the height of the pandemic, everything from mental health and coastguard services to care homes had to quickly change how they operated, and coroners across England are highlighting failures made during this time through reports that identify avoidable deaths.

    Azra Hussain, 41, who died in secure accommodation in Birmingham on 6 May 2020. Two months before her death, she had been due to begin electroconvulsive therapy, but because of an administrative error the treatment was cancelled and was then no longer possible because of Covid restrictions. The inquest jury concluded that had she been given this treatment, she would probably have lived.

    Ruth Jones, a frail older woman thought to have caught Covid, who died in a care home after a fall in self-isolation. A coroner said the care home was not equipped to watch Jones during her isolation but she needed to be monitored because of her risk of injury if left alone.

    Anthony Williamson, an experienced sea kayaker who died on his 54th birthday after getting into difficulty. The coroner said he was concerned there was a reduced level of coastguard cover around the Cornish coastline owing to the pandemic.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/06/coroners-in-england-issue-rare-warnings-over-avoidable-deaths-in-pandemic", + "creator": "Sarah Marsh and Pamela Duncan", + "pubDate": "2021-12-06T12:00:20Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87275dd3d6d8c43f2d8728f04a363fc1" + "hash": "2493af888767180121763fdf222953c9" }, { - "title": "Daughter of US astronaut rockets into space aboard Blue Origin spacecraft", - "description": "

    Laura Shepard Churchley, whose father, Alan Shepard, made history in 1961 as the first American to travel into space, was among the crew of six

    The eldest daughter of pioneering US astronaut Alan Shepard took a joyride to the edge of space aboard Jeff Bezos’ Blue Origin rocket on Saturday, 60 years after her late father’s famed suborbital Nasa flight at the dawn of the Space Age.

    Laura Shepard Churchley, 74, who was a schoolgirl when her father first streaked into space, was one of six passengers buckled into the cabin of Blue Origin‘s New Shepard spacecraft as it lifted off from a launch site outside the west Texas town of Van Horn.

    Continue reading...", - "content": "

    Laura Shepard Churchley, whose father, Alan Shepard, made history in 1961 as the first American to travel into space, was among the crew of six

    The eldest daughter of pioneering US astronaut Alan Shepard took a joyride to the edge of space aboard Jeff Bezos’ Blue Origin rocket on Saturday, 60 years after her late father’s famed suborbital Nasa flight at the dawn of the Space Age.

    Laura Shepard Churchley, 74, who was a schoolgirl when her father first streaked into space, was one of six passengers buckled into the cabin of Blue Origin‘s New Shepard spacecraft as it lifted off from a launch site outside the west Texas town of Van Horn.

    Continue reading...", - "category": "Blue Origin", - "link": "https://www.theguardian.com/science/2021/dec/11/blue-origin-rocket-laura-shepard-churchley-michael-strahan", - "creator": "Reuters", - "pubDate": "2021-12-11T15:58:17Z", + "title": "New York City sets Covid vaccine mandate for all private employers", + "description": "

    New rules will take effect on 22 December while vaccinations are already required for city employees

    All New York City employers will have to mandate Covid-19 vaccinations for their workers under new rules announced Monday by the mayor, Bill de Blasio.

    The vaccine mandate for private businesses will take effect on 22 December and is aimed at preventing a spike in Covid-19 infections during the holiday season and the colder months, the Democratic mayor said on MSNBC’s Morning Joe.

    Continue reading...", + "content": "

    New rules will take effect on 22 December while vaccinations are already required for city employees

    All New York City employers will have to mandate Covid-19 vaccinations for their workers under new rules announced Monday by the mayor, Bill de Blasio.

    The vaccine mandate for private businesses will take effect on 22 December and is aimed at preventing a spike in Covid-19 infections during the holiday season and the colder months, the Democratic mayor said on MSNBC’s Morning Joe.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2021/dec/06/new-york-city-vaccine-mandate-private-employers", + "creator": "Associated Press in New York", + "pubDate": "2021-12-06T14:44:15Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217325,20 +242720,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6c00f8adc32ec7ca0006a9ec0511fd1" + "hash": "b01ce633fa8cd54f4ae8001e4f2a8500" }, { - "title": "‘I was always curious’: Indian woman, 104, fulfils dream of learning to read", - "description": "

    Daily newspaper is new joy for Kuttiyamma, who began taking lessons from her neighbour a year ago

    For almost a century, Kuttiyamma’s daily routine had been much the same. Rising early at home in the village of Thiruvanchoor in Kerala, the 104-year-old would begin her day’s work of cooking, cleaning and feeding the cows and chickens.

    But now, every morning, there’s something new to get up for. She eagerly awaits the paperboy to deliver Malayala Manorama, the local newspaper.

    Continue reading...", - "content": "

    Daily newspaper is new joy for Kuttiyamma, who began taking lessons from her neighbour a year ago

    For almost a century, Kuttiyamma’s daily routine had been much the same. Rising early at home in the village of Thiruvanchoor in Kerala, the 104-year-old would begin her day’s work of cooking, cleaning and feeding the cows and chickens.

    But now, every morning, there’s something new to get up for. She eagerly awaits the paperboy to deliver Malayala Manorama, the local newspaper.

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/2021/dec/11/curious-indian-woman-104-fulfils-dream-learning-read", - "creator": "KA Shaji in Kottayam and Hannah Ellis-Petersen in Delhi", - "pubDate": "2021-12-11T08:00:04Z", + "title": "‘Travel apartheid’: Nigeria condemns England’s Covid red list", + "description": "

    Nigerian high commissioner hits out as arrivals into UK face quarantine in effort to contain Omicron variant

    Nigeria’s inclusion on England’s red list after cases of the Omicron Covid variant were linked to travel from the country has been condemned as “travel apartheid”.

    People arriving in the UK from Nigeria have to spend 10 days in hotel quarantine at a cost of £2,285 and have two negative PCR test results, as part of measures that came into force from 4am on Monday.

    Continue reading...", + "content": "

    Nigerian high commissioner hits out as arrivals into UK face quarantine in effort to contain Omicron variant

    Nigeria’s inclusion on England’s red list after cases of the Omicron Covid variant were linked to travel from the country has been condemned as “travel apartheid”.

    People arriving in the UK from Nigeria have to spend 10 days in hotel quarantine at a cost of £2,285 and have two negative PCR test results, as part of measures that came into force from 4am on Monday.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/06/travel-apartheid-nigeria-condemns-englands-covid-red-list-omicron", + "creator": "Lucy Campbell", + "pubDate": "2021-12-06T10:54:16Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217346,20 +242740,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfc04f49d9adabcacd7a53f9a8f6a251" + "hash": "ba308437ba621a38e703d1e9b41ac140" }, { - "title": "UK and Jersey issue more licences to French fishing boats in post-Brexit row", - "description": "

    British government says move agreed during talks before Friday midnight deadline set by Brussels

    The UK and Jersey governments have issued further licences to French fishing boats to trawl British waters in an apparent attempt to ease cross-Channel tensions.

    The Brussels-imposed deadline of midnight on Friday for solving the post-Brexit fishing row passed without an agreement being announced.

    Continue reading...", - "content": "

    British government says move agreed during talks before Friday midnight deadline set by Brussels

    The UK and Jersey governments have issued further licences to French fishing boats to trawl British waters in an apparent attempt to ease cross-Channel tensions.

    The Brussels-imposed deadline of midnight on Friday for solving the post-Brexit fishing row passed without an agreement being announced.

    Continue reading...", - "category": "Fishing industry", - "link": "https://www.theguardian.com/business/2021/dec/11/uk-and-jersey-issue-more-licences-to-french-fishing-boats-in-post-brexit-row", - "creator": "PA Media", - "pubDate": "2021-12-11T15:09:35Z", + "title": "Pacific nurses in the desert: Kiribati brain drain is outback Australia’s gain", + "description": "

    A Pacific labour scheme has been transformative for Kiribati families but the brain drain has hit the country’s hospitals hard

    Every night, sitting in her room in the remote Queensland town of Doomadgee, Bwerere Sandy Tebau calls her husband and daughter 4,300km away in Tarawa, the capital of Kiribati.

    “There is no sea!” Sandy says, when asked about the difference between her new home in the red desert of Australia and her island home in the central Pacific. “There is just a lake and in the lake are crocodiles!”

    Continue reading...", + "content": "

    A Pacific labour scheme has been transformative for Kiribati families but the brain drain has hit the country’s hospitals hard

    Every night, sitting in her room in the remote Queensland town of Doomadgee, Bwerere Sandy Tebau calls her husband and daughter 4,300km away in Tarawa, the capital of Kiribati.

    “There is no sea!” Sandy says, when asked about the difference between her new home in the red desert of Australia and her island home in the central Pacific. “There is just a lake and in the lake are crocodiles!”

    Continue reading...", + "category": "Kiribati", + "link": "https://www.theguardian.com/world/2021/dec/07/pacific-nurses-in-the-desert-kiribati-brain-drain-is-outback-australias-gain", + "creator": "John Marazita III", + "pubDate": "2021-12-06T17:00:04Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217367,20 +242760,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6c624215019ea01bcb207590650446e" + "hash": "bac5fc7c24aa9c7df5cd721c09edad4e" }, { - "title": "Carrie-Anne Moss: ‘There was a scene in the first Matrix with me in stilettos. I could barely stand straight’", - "description": "

    Twenty years after first playing kick-ass hacker Trinity in The Matrix, Moss is returning to the role in The Matrix: Resurrections. Thankfully, she wasn’t asked to wear heels this time …

    When The Matrix asks us all to take the red pill again on 22 December, Carrie-Anne Moss, 54, will return to the role that made her famous. Moss first played Trinity, a motorbike-riding, badass, PVC-clad hacker, in 1999, and despite the character not surviving the original trilogy, she is back, along with her co-star Keanu Reeves, for the fourth instalment, The Matrix Resurrections, directed by Lana Wachowski, this time without her sister Lilly. Moss, who was born in Canada, started her career as a model and had several small parts on television and in films before The Matrix struck gold. She played Marvel’s first on-screen lesbian character, Jeri Hogarth, in the Netflix series Jessica Jones, and away from the acting world, she runs a “labour of love” lifestyle site called Annapurna Living. She lives with her husband and three children in the countryside in California, which means she does not see the current trend for Matrix-inspired fashion such as big stompy boots and tiny sunglasses out on the streets.

    Was returning to the world of The Matrix a tough decision?
    Oh, no. I was absolutely over-the-moon excited about the prospect. It was something that I never imagined happening. People had mentioned it to me in passing, and I was always thinking: ‘No way. Never gonna happen.’

    Continue reading...", - "content": "

    Twenty years after first playing kick-ass hacker Trinity in The Matrix, Moss is returning to the role in The Matrix: Resurrections. Thankfully, she wasn’t asked to wear heels this time …

    When The Matrix asks us all to take the red pill again on 22 December, Carrie-Anne Moss, 54, will return to the role that made her famous. Moss first played Trinity, a motorbike-riding, badass, PVC-clad hacker, in 1999, and despite the character not surviving the original trilogy, she is back, along with her co-star Keanu Reeves, for the fourth instalment, The Matrix Resurrections, directed by Lana Wachowski, this time without her sister Lilly. Moss, who was born in Canada, started her career as a model and had several small parts on television and in films before The Matrix struck gold. She played Marvel’s first on-screen lesbian character, Jeri Hogarth, in the Netflix series Jessica Jones, and away from the acting world, she runs a “labour of love” lifestyle site called Annapurna Living. She lives with her husband and three children in the countryside in California, which means she does not see the current trend for Matrix-inspired fashion such as big stompy boots and tiny sunglasses out on the streets.

    Was returning to the world of The Matrix a tough decision?
    Oh, no. I was absolutely over-the-moon excited about the prospect. It was something that I never imagined happening. People had mentioned it to me in passing, and I was always thinking: ‘No way. Never gonna happen.’

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/11/carrie-anne-moss-there-was-a-scene-in-the-first-matrix-with-me-in-stilettos-i-could-barely-stand-straight", - "creator": "Rebecca Nicholson", - "pubDate": "2021-12-11T09:00:06Z", + "title": "‘It’s who they are’: gun-fetish photo a symbol of Republican abasement under Trump", + "description": "

    Thomas Massie’s incendiary picture, days after a deadly school shooting in Michigan, seemed carefully calibrated to provoke

    It is a festive family photo with seven broad smiles and a Christmas tree. But one other detail sets it apart: each member of the Massie family is brandishing a machine gun or military-style rifle.

    The photo was tweeted last week by Thomas Massie, a Republican congressman from Kentucky, with the caption: “Merry Christmas! PS: Santa, please bring ammo.”

    Continue reading...", + "content": "

    Thomas Massie’s incendiary picture, days after a deadly school shooting in Michigan, seemed carefully calibrated to provoke

    It is a festive family photo with seven broad smiles and a Christmas tree. But one other detail sets it apart: each member of the Massie family is brandishing a machine gun or military-style rifle.

    The photo was tweeted last week by Thomas Massie, a Republican congressman from Kentucky, with the caption: “Merry Christmas! PS: Santa, please bring ammo.”

    Continue reading...", + "category": "Republicans", + "link": "https://www.theguardian.com/us-news/2021/dec/06/republicans-christmas-photo-thomas-massie-trump", + "creator": "David Smith in Washington", + "pubDate": "2021-12-06T19:14:39Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217388,20 +242780,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6e49b3262fb82547311bc5c70c4cb06" + "hash": "4ccd0af3b6eb796a8881624d9e4ccd4d" }, { - "title": "Charlie Watts remembered by Dave Green", - "description": "

    2 June 1941 – 24 August 2021
    The Rolling Stones drummer’s childhood friend and fellow musician recalls a home-loving connoisseur and collector of ephemera

    I first met Charlie Watts in 1946, when I was four and he was five. We moved into new prefabs built after the war in Wembley Park – we were number 22, he was number 23 – and our mums hit it off pretty much straight away. We were very close, Charlie and me, throughout our lives. There was one point after he joined the Stones when we didn’t see each other for years, but when we did eventually reconnect, we picked up where we left off. Our relationship never really changed.

    From an early age we were both interested in jazz. It was a mutual thing. I used to listen to records in Charlie’s bedroom, discovering musicians such as Charlie Parker, Duke Ellington and Jelly Roll Morton. Later, when his dad bought him a drum kit and I got a double bass, we’d only been playing for a few months when we heard that a jazz band was doing auditions for a drummer and bass player. We did the audition and as we were the only ones that turned up we got the gig with the Jo Jones Seven and started doing weekly sessions at the Masons Arms pub in Edgware.

    Continue reading...", - "content": "

    2 June 1941 – 24 August 2021
    The Rolling Stones drummer’s childhood friend and fellow musician recalls a home-loving connoisseur and collector of ephemera

    I first met Charlie Watts in 1946, when I was four and he was five. We moved into new prefabs built after the war in Wembley Park – we were number 22, he was number 23 – and our mums hit it off pretty much straight away. We were very close, Charlie and me, throughout our lives. There was one point after he joined the Stones when we didn’t see each other for years, but when we did eventually reconnect, we picked up where we left off. Our relationship never really changed.

    From an early age we were both interested in jazz. It was a mutual thing. I used to listen to records in Charlie’s bedroom, discovering musicians such as Charlie Parker, Duke Ellington and Jelly Roll Morton. Later, when his dad bought him a drum kit and I got a double bass, we’d only been playing for a few months when we heard that a jazz band was doing auditions for a drummer and bass player. We did the audition and as we were the only ones that turned up we got the gig with the Jo Jones Seven and started doing weekly sessions at the Masons Arms pub in Edgware.

    Continue reading...", - "category": "Charlie Watts", - "link": "https://www.theguardian.com/music/2021/dec/11/obituaries-2021-charlie-watts-remembered-by-dave-green", - "creator": "Guardian Staff", - "pubDate": "2021-12-11T14:00:11Z", + "title": "Succession recap: series three, episode eight – now that’s what you call a cliffhanger", + "description": "

    In the most horrifying episode of the show so far, Shiv and Roman take things too far at the Tuscan wedding, Logan is left incandescent with rage … and then there’s Kendall

    Spoiler alert: this recap is for people watching Succession season three, which airs on HBO in the US and Sky Atlantic in the UK. Do not read on unless you have watched episode eight.

    Wedding bells were ringing. So were alarm bells in Waystar Royco’s HR department. But is a funeral toll about to ring out, too? Here are your tasting notes for the penultimate episode, titled Chiantishire …

    Continue reading...", + "content": "

    In the most horrifying episode of the show so far, Shiv and Roman take things too far at the Tuscan wedding, Logan is left incandescent with rage … and then there’s Kendall

    Spoiler alert: this recap is for people watching Succession season three, which airs on HBO in the US and Sky Atlantic in the UK. Do not read on unless you have watched episode eight.

    Wedding bells were ringing. So were alarm bells in Waystar Royco’s HR department. But is a funeral toll about to ring out, too? Here are your tasting notes for the penultimate episode, titled Chiantishire …

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/06/succession-recap-series-three-episode-eight-now-thats-what-you-call-a-cliffhanger", + "creator": "Michael Hogan", + "pubDate": "2021-12-06T22:05:09Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217409,20 +242800,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "67441e6b8b13e331ee5e9609edb15632" + "hash": "a14844caf4288e9b030cdead352270f5" }, { - "title": "David Baddiel and his daughter on his social media addiction: ‘it can reward and punish you’", - "description": "

    Despite the abuse and anger, the comedian spent hours a day online. But then his daughter Dolly became dangerously drawn in. Was it time for a rethink?

    Over the past 30 years, I have read and heard David Baddiel’s thoughts on many subjects, including sex, masturbation, religion, antisemitism, football fandom, football hooliganism, his mother’s sex life and his father’s dementia. “I am quite unfiltered,” he agrees, “mainly because I am almost psychotically comfortable in my own skin.” But today I have found the one subject that makes him squirm.

    How much time does he spend on social media a day? “Oh, um, too much,” he says, his usual candour suddenly gone. What’s his daily screen time according to his phone? “It says four hours, which is a bit frightening.”

    Continue reading...", - "content": "

    Despite the abuse and anger, the comedian spent hours a day online. But then his daughter Dolly became dangerously drawn in. Was it time for a rethink?

    Over the past 30 years, I have read and heard David Baddiel’s thoughts on many subjects, including sex, masturbation, religion, antisemitism, football fandom, football hooliganism, his mother’s sex life and his father’s dementia. “I am quite unfiltered,” he agrees, “mainly because I am almost psychotically comfortable in my own skin.” But today I have found the one subject that makes him squirm.

    How much time does he spend on social media a day? “Oh, um, too much,” he says, his usual candour suddenly gone. What’s his daily screen time according to his phone? “It says four hours, which is a bit frightening.”

    Continue reading...", - "category": "David Baddiel", - "link": "https://www.theguardian.com/stage/2021/dec/11/david-baddiel-and-his-daughter-on-his-social-media-addiction-it-can-reward-and-punish-you", - "creator": "Hadley Freeman", - "pubDate": "2021-12-11T12:00:09Z", + "title": "Michael Sheen declares himself a ‘not-for-profit actor’", + "description": "

    Actor and activist announces he will use future earnings to fund social projects after ‘turning point’ of organising 2019 Homeless World Cup

    Hollywood star Michael Sheen has said he is now a “not-for-profit actor” after selling his houses and giving the proceeds to charity.

    The actor and activist, 52, said organising the 2019 Homeless World Cup in Cardiff was a turning point for him. When funding for the £2m project fell through at the last moment, Sheen sold his own houses to bankroll it.

    Continue reading...", + "content": "

    Actor and activist announces he will use future earnings to fund social projects after ‘turning point’ of organising 2019 Homeless World Cup

    Hollywood star Michael Sheen has said he is now a “not-for-profit actor” after selling his houses and giving the proceeds to charity.

    The actor and activist, 52, said organising the 2019 Homeless World Cup in Cardiff was a turning point for him. When funding for the £2m project fell through at the last moment, Sheen sold his own houses to bankroll it.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/06/michael-sheen-not-for-profit-actor-activist", + "creator": "Nadia Khomami Arts and culture correspondent", + "pubDate": "2021-12-06T17:43:25Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217430,20 +242820,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f45a0750b3b9d2cb3150d7926f80ff1b" + "hash": "c1cabe4397cdbc61be25a47efce62abf" }, { - "title": "Supermodel Karen Elson on fashion’s toxic truth: ‘I survived harassment, body shaming and bullying – and I’m one of the lucky ones’", - "description": "

    She has been at the top of the industry for decades. Now she’s speaking out about the dark reality of life behind the scenes

    When Karen Elson was a young hopeful trying to make it in Paris, a model scout took her to a nightclub. After long days on the Métro trekking to castings that came to nothing, and evenings alone in a run-down apartment, she was excited to be out having fun. The music was good and the scout, to whom her agent had introduced her, kept the drinks coming. She started to feel tipsy. A friend of the scout’s arrived, and the pair started massaging her shoulders, making sexual suggestions. “I was 16 and I’d never kissed a boy,” she recalls. “It was my first experience of sexual – well, sexual anything, and this was sexual harassment. They both had their hands on me.”

    She told them she wanted to go home, and left to find a taxi, but they followed her into it, kissing her neck on the back seat. When they reached her street, she jumped out, slammed the taxi door and ran inside. The next day she told another model what had happened, and the scout found out. “His reaction was to corner me in the model agency and say: ‘I’ll fucking get you kicked out of Paris if you ever fucking say anything ever again.’”

    Continue reading...", - "content": "

    She has been at the top of the industry for decades. Now she’s speaking out about the dark reality of life behind the scenes

    When Karen Elson was a young hopeful trying to make it in Paris, a model scout took her to a nightclub. After long days on the Métro trekking to castings that came to nothing, and evenings alone in a run-down apartment, she was excited to be out having fun. The music was good and the scout, to whom her agent had introduced her, kept the drinks coming. She started to feel tipsy. A friend of the scout’s arrived, and the pair started massaging her shoulders, making sexual suggestions. “I was 16 and I’d never kissed a boy,” she recalls. “It was my first experience of sexual – well, sexual anything, and this was sexual harassment. They both had their hands on me.”

    She told them she wanted to go home, and left to find a taxi, but they followed her into it, kissing her neck on the back seat. When they reached her street, she jumped out, slammed the taxi door and ran inside. The next day she told another model what had happened, and the scout found out. “His reaction was to corner me in the model agency and say: ‘I’ll fucking get you kicked out of Paris if you ever fucking say anything ever again.’”

    Continue reading...", - "category": "Models", - "link": "https://www.theguardian.com/fashion/2021/dec/11/supermodel-karen-elson-on-fashions-toxic-truth-i-survived-harassment-body-shaming-and-bullying-and-im-one-of-the-lucky-ones", - "creator": "Jess Cartner-Morley", - "pubDate": "2021-12-11T08:00:05Z", + "title": "Fromage fictions: the 14 biggest cheese myths – debunked!", + "description": "

    Received wisdom says older cheese is better, you should pair it with red wine and wrap any leftovers in clingfilm. Here is what the experts say

    ‘I hate to dictate to people. I don’t like too many rules,” says Iain Mellis, a cheesemonger of 40 years, with cheese shops bearing his name scattered across Scotland. Mellis has spent his life trying to make artisan cheese more accessible; the last thing he wants is to be so prescriptive that people are put off.

    Yet the world of good cheese is already mired in misunderstandings that, at best, detract from its enjoyment and, at worst, result in its ruination. Cheese stored incorrectly is easily marred, while the mistaken beliefs that you need red wine, specialist knives or even a cheeseboard to enjoy it only reinforce cheese’s recherché reputation.

    Continue reading...", + "content": "

    Received wisdom says older cheese is better, you should pair it with red wine and wrap any leftovers in clingfilm. Here is what the experts say

    ‘I hate to dictate to people. I don’t like too many rules,” says Iain Mellis, a cheesemonger of 40 years, with cheese shops bearing his name scattered across Scotland. Mellis has spent his life trying to make artisan cheese more accessible; the last thing he wants is to be so prescriptive that people are put off.

    Yet the world of good cheese is already mired in misunderstandings that, at best, detract from its enjoyment and, at worst, result in its ruination. Cheese stored incorrectly is easily marred, while the mistaken beliefs that you need red wine, specialist knives or even a cheeseboard to enjoy it only reinforce cheese’s recherché reputation.

    Continue reading...", + "category": "Cheese", + "link": "https://www.theguardian.com/food/2021/dec/06/fromage-fictions-the-14-biggest-cheese-myths-debunked", + "creator": "Clare Finney", + "pubDate": "2021-12-06T10:00:48Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217451,20 +242840,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7763dd63744e6c5ca01abf97ee1142a4" + "hash": "c94f51197677e5d10d519cfefd5c6004" }, { - "title": "Blind date: ‘After my rugby stories, she may not want to meet my friends’", - "description": "

    April, 27, heritage project officer, meets Jake, 27, company director

    April on Jake

    What were you hoping for?
    Someone based in London with similar interests, who was laid-back but up for trying new things.

    Continue reading...", - "content": "

    April, 27, heritage project officer, meets Jake, 27, company director

    April on Jake

    What were you hoping for?
    Someone based in London with similar interests, who was laid-back but up for trying new things.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/11/blind-date-april-jake", - "creator": "", - "pubDate": "2021-12-11T06:00:02Z", + "title": "Joni Mitchell: ‘I’m hobbling along but I’m doing all right’", + "description": "

    Singer discusses health difficulties in rare public speech as she accepts Kennedy Center award

    Joni Mitchell addressed her health difficulties in a rare public speech as she accepted her Kennedy Center Honor, one of the most prestigious awards in American cultural life.

    At a ceremony attended by Joe Biden – in a show of support for the arts after the awards were snubbed by Donald Trump – Mitchell discussed the issues she’s faced in the wake of an aneurysm in 2015 that left her temporarily unable to walk or talk.

    Continue reading...", + "content": "

    Singer discusses health difficulties in rare public speech as she accepts Kennedy Center award

    Joni Mitchell addressed her health difficulties in a rare public speech as she accepted her Kennedy Center Honor, one of the most prestigious awards in American cultural life.

    At a ceremony attended by Joe Biden – in a show of support for the arts after the awards were snubbed by Donald Trump – Mitchell discussed the issues she’s faced in the wake of an aneurysm in 2015 that left her temporarily unable to walk or talk.

    Continue reading...", + "category": "Joni Mitchell", + "link": "https://www.theguardian.com/music/2021/dec/06/joni-mitchell-health-kennedy-center-award", + "creator": "Ben Beaumont-Thomas", + "pubDate": "2021-12-06T12:32:54Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217472,20 +242860,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "51d8df2b6b7a1c205a3acb505db374fe" + "hash": "cb89f6ee0bb938aeaf43a844154a83b4" }, { - "title": "‘Gushing oil and roaring fires’: 30 years on Kuwait is still scarred by catastrophic pollution", - "description": "

    Oilwells set alight by Iraqi forces in 1991 were put out within months, but insidious pollution still mars the desert

    For 10 months in Kuwait, everything was upside down. Daytime was full of darkness from the thick smoke, and nights were bright from the distant glow of burning oilwells.

    When Iraq’s leader, Saddam Hussein, ordered the occupation of Kuwait in August 1990 in an attempt to gain control of the lucrative oil supply of the Middle East and pay off a huge debt accrued from Kuwait, he was fairly quickly forced into retreat by a US coalition which began an intensive bombing campaign.

    Continue reading...", - "content": "

    Oilwells set alight by Iraqi forces in 1991 were put out within months, but insidious pollution still mars the desert

    For 10 months in Kuwait, everything was upside down. Daytime was full of darkness from the thick smoke, and nights were bright from the distant glow of burning oilwells.

    When Iraq’s leader, Saddam Hussein, ordered the occupation of Kuwait in August 1990 in an attempt to gain control of the lucrative oil supply of the Middle East and pay off a huge debt accrued from Kuwait, he was fairly quickly forced into retreat by a US coalition which began an intensive bombing campaign.

    Continue reading...", - "category": "Environment", - "link": "https://www.theguardian.com/environment/2021/dec/11/the-sound-of-roaring-fires-is-still-in-my-memory-30-years-on-from-kuwaits-oil-blazes", - "creator": "Richa Syal", - "pubDate": "2021-12-11T10:00:06Z", + "title": "Robert Habeck: from translating English verse to German high office", + "description": "

    Ted Hughes felt the soon-to-be minister for economy and climate was ‘on the same wavelength’

    The man who will spend the next four years trying to bring about a green transformation of Germany’s coal-hungry industry once faced another daunting challenge in a previous, less publicly exposed career: translating the most controversial poems in recent British history from English into German.

    As Germany’s next vice-chancellor and minister for economy and climate, Green party co-leader Robert Habeck will be one of the most powerful politicians not just in Germany but Europe, overseeing a new super-ministry that will span general economic policy, renewable energy and the expansion of the country’s electricity grid, with a mooted budget upwards of €10bn.

    Continue reading...", + "content": "

    Ted Hughes felt the soon-to-be minister for economy and climate was ‘on the same wavelength’

    The man who will spend the next four years trying to bring about a green transformation of Germany’s coal-hungry industry once faced another daunting challenge in a previous, less publicly exposed career: translating the most controversial poems in recent British history from English into German.

    As Germany’s next vice-chancellor and minister for economy and climate, Green party co-leader Robert Habeck will be one of the most powerful politicians not just in Germany but Europe, overseeing a new super-ministry that will span general economic policy, renewable energy and the expansion of the country’s electricity grid, with a mooted budget upwards of €10bn.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/06/robert-habeck-from-translating-english-verse-to-german-high-office", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-12-06T16:13:23Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217493,20 +242880,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecc7f625eb36a621bfbe64acdf1de020" + "hash": "94443621628a3576f8936946d5a95bb7" }, { - "title": "Man shot dead by police near Kensington Palace", - "description": "

    Officers were called after man with a gun was seen entering a bank and bookmakers in west London

    A man has died after sustaining gunshot wounds in an incident involving armed officers, close to Kensington Palace in London, the Metropolitan police has said.

    Officers were called to reports of a man with a firearm seen to enter a bank and bookmakers in Marloes Road, west London, shortly after 3pm on Saturday, Scotland Yard said.

    Continue reading...", - "content": "

    Officers were called after man with a gun was seen entering a bank and bookmakers in west London

    A man has died after sustaining gunshot wounds in an incident involving armed officers, close to Kensington Palace in London, the Metropolitan police has said.

    Officers were called to reports of a man with a firearm seen to enter a bank and bookmakers in Marloes Road, west London, shortly after 3pm on Saturday, Scotland Yard said.

    Continue reading...", - "category": "London", - "link": "https://www.theguardian.com/uk-news/2021/dec/11/man-shot-dead-by-police-near-kensington-palace", - "creator": "Nadeem Badshah and agency", - "pubDate": "2021-12-11T18:13:54Z", + "title": "UK travel firms call for state help after Omicron hits turnover", + "description": "

    Industry body warns that some operators won’t last the winter after return of strict Covid travel rules

    Travel firms have called on the government to provide urgent financial help as fresh Covid-19 restrictions come in to force on Tuesday, hitting holiday travel just before the peak booking period.

    Turnover has been at just 22% of normal levels for tour operators, according to figures from the travel association Abta.

    Continue reading...", + "content": "

    Industry body warns that some operators won’t last the winter after return of strict Covid travel rules

    Travel firms have called on the government to provide urgent financial help as fresh Covid-19 restrictions come in to force on Tuesday, hitting holiday travel just before the peak booking period.

    Turnover has been at just 22% of normal levels for tour operators, according to figures from the travel association Abta.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/07/uk-travel-firms-call-for-state-help-after-omicron-hits-turnover", + "creator": "Gwyn Topham Transport correspondent", + "pubDate": "2021-12-07T00:01:12Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217514,20 +242900,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d15e6920f312fbd1c8ad6b6d60b0a78" + "hash": "6786d1001423f564c68c148c4163d867" }, { - "title": "Missing Rio boys tortured and killed for stealing bird, say police", - "description": "

    Members of Red Command drug faction accused of crime that caused outcry across Brazil

    Nearly a year after three young boys vanished near their homes in Rio de Janeiro’s rundown northern sprawl, police have accused members of the city’s largest drug faction of murdering the children in reprisal for stealing an ornamental bird.

    The boys – aged nine, 11 and 12 – disappeared on the afternoon of 27 December 2020 after leaving their homes in the Morro do Castelar favela to play. They were last seen in eerie security footage showing them walking towards a local street market.

    Continue reading...", - "content": "

    Members of Red Command drug faction accused of crime that caused outcry across Brazil

    Nearly a year after three young boys vanished near their homes in Rio de Janeiro’s rundown northern sprawl, police have accused members of the city’s largest drug faction of murdering the children in reprisal for stealing an ornamental bird.

    The boys – aged nine, 11 and 12 – disappeared on the afternoon of 27 December 2020 after leaving their homes in the Morro do Castelar favela to play. They were last seen in eerie security footage showing them walking towards a local street market.

    Continue reading...", - "category": "Brazil", - "link": "https://www.theguardian.com/world/2021/dec/10/rio-gangsters-tortured-and-murdered-missing-boys-say-police", - "creator": "Tom Phillips Latin America correspondent", - "pubDate": "2021-12-10T16:33:28Z", + "title": "Republican Devin Nunes to leave Congress and run Trump’s social media venture – live", + "description": "

    The Senate majority leader, Chuck Schumer, has teed up a big couple of weeks in the chamber with a statement about Joe Biden’s Build Back Better Act, the $2tn package of domestic spending priorities which passed the House after a lengthy wrangle and must now survive the Senate.

    “Our goal in the Senate is to pass the legislation before Christmas and get it to the president’s desk,” he said this morning.

    Continue reading...", + "content": "

    The Senate majority leader, Chuck Schumer, has teed up a big couple of weeks in the chamber with a statement about Joe Biden’s Build Back Better Act, the $2tn package of domestic spending priorities which passed the House after a lengthy wrangle and must now survive the Senate.

    “Our goal in the Senate is to pass the legislation before Christmas and get it to the president’s desk,” he said this morning.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2021/dec/06/congress-debt-ceiling-republicans-democrats-joe-biden-coronavirus-us-politics-latest", + "creator": "Maanvi Singh (now) and Joan E Greve (earlier)", + "pubDate": "2021-12-07T00:27:26Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217535,20 +242920,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bba77b6f3988b8c09c71df5b5f23ee6" + "hash": "20d19655d347aae54d5a146c1131ec8d" }, { - "title": "I’m all for New Zealand giving tobacco a kicking – but don’t criminalise smoking | Eleanor Margolis", - "description": "

    Making substances illegal has never worked, simply because it fails to address the reasons why people use them

    I once lived with a militant vegetarian who had grown up near an abattoir. With a thousand-yard stare, he’d talk about how its bloody runoff would seep into his local playground. He hadn’t touched meat since those days. You often hear this sort of thing from vegetarians and vegans: that if you looked at what went on inside (or even outside) a slaughterhouse, you’d switch to Quorn full-time. In a similar vein, if you want to quit smoking, I recommend watching someone go through lung cancer.

    I could never look someone in the eye and tell them smoking isn’t both immensely pleasurable and cool-looking. What I would say is this: my mum was diagnosed with lung cancer in 2017. Over just a few months I watched her shrivel, become obscured by tangles of medical tubing, and begin to suffocate to death as her lungs filled with fluid. She died that same year, and it was a relief to know that her unimaginable suffering was over. I apologise if this description has either put a damper on your next fag break, or stressed you into taking a fag break when you didn’t even have one planned. As a former smoker, I can understand either scenario.

    Eleanor Margolis is a columnist for the i newspaper and Diva

    Continue reading...", - "content": "

    Making substances illegal has never worked, simply because it fails to address the reasons why people use them

    I once lived with a militant vegetarian who had grown up near an abattoir. With a thousand-yard stare, he’d talk about how its bloody runoff would seep into his local playground. He hadn’t touched meat since those days. You often hear this sort of thing from vegetarians and vegans: that if you looked at what went on inside (or even outside) a slaughterhouse, you’d switch to Quorn full-time. In a similar vein, if you want to quit smoking, I recommend watching someone go through lung cancer.

    I could never look someone in the eye and tell them smoking isn’t both immensely pleasurable and cool-looking. What I would say is this: my mum was diagnosed with lung cancer in 2017. Over just a few months I watched her shrivel, become obscured by tangles of medical tubing, and begin to suffocate to death as her lungs filled with fluid. She died that same year, and it was a relief to know that her unimaginable suffering was over. I apologise if this description has either put a damper on your next fag break, or stressed you into taking a fag break when you didn’t even have one planned. As a former smoker, I can understand either scenario.

    Eleanor Margolis is a columnist for the i newspaper and Diva

    Continue reading...", - "category": "Smoking", - "link": "https://www.theguardian.com/commentisfree/2021/dec/11/new-zealand-tobacco-criminalise-smoking-illegal-substances-use", - "creator": "Eleanor Margolis", - "pubDate": "2021-12-11T10:00:06Z", + "title": "Australia live news update: NSW education minister says teacher strike ‘disingenuous’; Victoria pandemic bill becomes law", + "description": "

    Victoria pandemic bill becomes law; National party leaders say ‘we have to condemn’ Christensen’s appearance on Alex Jones show; NSW education minister says teacher strike ‘incredibly disingenuous’; Victorian ombudsman condemns border permit system; Victoria records 1,185 new Covid-19 cases and seven deaths; NSW records 260 cases and two deaths – follow all the day’s news.

    A suspected shark attack on Victoria’s Bellarine Peninsula has left two teens in hospital and shut a beach, reports Callum Godde from AAP.

    Emergency services were called to Ocean Grove, south east of Geelong, just after 7pm on Monday.

    Continue reading...", + "content": "

    Victoria pandemic bill becomes law; National party leaders say ‘we have to condemn’ Christensen’s appearance on Alex Jones show; NSW education minister says teacher strike ‘incredibly disingenuous’; Victorian ombudsman condemns border permit system; Victoria records 1,185 new Covid-19 cases and seven deaths; NSW records 260 cases and two deaths – follow all the day’s news.

    A suspected shark attack on Victoria’s Bellarine Peninsula has left two teens in hospital and shut a beach, reports Callum Godde from AAP.

    Emergency services were called to Ocean Grove, south east of Geelong, just after 7pm on Monday.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/07/australia-news-live-updates-covid-omicron-scott-morrison-nsw-strike-victoria-weather", + "creator": "Matilda Boseley", + "pubDate": "2021-12-07T00:28:45Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217556,20 +242940,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7621bb6486aea3faf23c7ddfadabede" + "hash": "215dcfcf31370b0ddbf233228f2a1157" }, { - "title": "Victoria records 13 deaths and NSW three; Qld changes quarantine rules – as it happened", - "description": "

    Sydney pub and club at centre of scare. Bushfire rages in Margaret River in Western Australia. This blog is now closed

    Two of the government’s biggest departments were found to have broken freedom of information law within a month of each other, prompting the watchdog to demand urgent explanations and reforms from both, documents show.

    The Office of the Australian Information Commissioner (OAIC) last month found the Department of Foreign Affairs and Trade breached the law by dragging out and eventually refusing a request by lawyer and FoI specialist Peter Timmins, documents seen by Guardian Australia show.

    Continue reading...", - "content": "

    Sydney pub and club at centre of scare. Bushfire rages in Margaret River in Western Australia. This blog is now closed

    Two of the government’s biggest departments were found to have broken freedom of information law within a month of each other, prompting the watchdog to demand urgent explanations and reforms from both, documents show.

    The Office of the Australian Information Commissioner (OAIC) last month found the Department of Foreign Affairs and Trade breached the law by dragging out and eventually refusing a request by lawyer and FoI specialist Peter Timmins, documents seen by Guardian Australia show.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/11/australia-live-news-updates-omicron-covid-cases-climb-as-sydney-pub-and-club-at-centre-of-scare", - "creator": "Justine Landis-Hanley and Cait Kelly (earlier)", - "pubDate": "2021-12-11T07:13:18Z", + "title": "How can children in the UK be protected from seeing online pornography?", + "description": "

    As concern grows among experts about the impact on children of seeing pornographic images, how can access be restricted?

    Why are children’s safety groups calling for age verification on porn sites?
    They fear it is too easy for children to access publicly available pornography online. Experts who work with children say pornography gives children unhealthy views of sex and consent, putting them at risk from predators and possibly stopping them reporting abuse.

    It can also lead to children behaving in risky or age-inappropriate ways, harming themselves and others. Charities say children tell them that pornography is difficult to avoid and can leave them feeling ashamed and distressed. One concern is the extreme nature of porn on mainstream sites, with one study showing that one in eight videos seen by first-time visitors showed violent or coercive content.

    Continue reading...", + "content": "

    As concern grows among experts about the impact on children of seeing pornographic images, how can access be restricted?

    Why are children’s safety groups calling for age verification on porn sites?
    They fear it is too easy for children to access publicly available pornography online. Experts who work with children say pornography gives children unhealthy views of sex and consent, putting them at risk from predators and possibly stopping them reporting abuse.

    It can also lead to children behaving in risky or age-inappropriate ways, harming themselves and others. Charities say children tell them that pornography is difficult to avoid and can leave them feeling ashamed and distressed. One concern is the extreme nature of porn on mainstream sites, with one study showing that one in eight videos seen by first-time visitors showed violent or coercive content.

    Continue reading...", + "category": "Internet safety", + "link": "https://www.theguardian.com/global-development/2021/dec/05/how-can-children-in-the-uk-be-protected-from-seeing-online-pornography", + "creator": "Dan Milmo and Harriet Grant", + "pubDate": "2021-12-05T16:00:01Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217577,20 +242960,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "13c46975bd82b5e3a527867fbdb2553d" + "hash": "a8fbf3a7f0c7d02650f294ef2e97c52e" }, { - "title": "Treasury defends ‘impromptu’ drinks party after Sunak’s autumn budget", - "description": "

    Staff celebrated chancellor’s autumn spending review with wine and beer during lockdown, while pubs and bars were shuttered

    The Treasury has been forced to defend officials holding an “impromptu” drinks party to celebrate Rishi Sunak’s autumn spending review during lockdown.

    A spokesperson insisted it was a “small number” of staff who celebrated around their desks, despite reports putting the number closer to two dozen civil servants at the event.

    Continue reading...", - "content": "

    Staff celebrated chancellor’s autumn spending review with wine and beer during lockdown, while pubs and bars were shuttered

    The Treasury has been forced to defend officials holding an “impromptu” drinks party to celebrate Rishi Sunak’s autumn spending review during lockdown.

    A spokesperson insisted it was a “small number” of staff who celebrated around their desks, despite reports putting the number closer to two dozen civil servants at the event.

    Continue reading...", - "category": "Politics", - "link": "https://www.theguardian.com/politics/2021/dec/11/treasury-defends-impromptu-drinks-party-after-rishi-sunak-autumn-budget", - "creator": "Tom Ambrose", - "pubDate": "2021-12-11T11:42:39Z", + "title": "'Don't let one incident hold you back ,' says UK teenager after crocodile attack – video", + "description": "

    Amelie Osborn-Smith said she felt 'very lucky' to be alive and was not going to be held back, after a crocodile mauled her during a white water rafting trip along the Zambezi in Zambia. 

    Osborne-Smith, 18, thought she would lose her foot after the attack and said she was very 'relieved' when doctors told her they had managed to save it

    Continue reading...", + "content": "

    Amelie Osborn-Smith said she felt 'very lucky' to be alive and was not going to be held back, after a crocodile mauled her during a white water rafting trip along the Zambezi in Zambia. 

    Osborne-Smith, 18, thought she would lose her foot after the attack and said she was very 'relieved' when doctors told her they had managed to save it

    Continue reading...", + "category": "Zambia", + "link": "https://www.theguardian.com/world/video/2021/dec/06/dont-let-one-incident-hold-you-back-says-teenager-after-crocodile-attack-video", + "creator": "", + "pubDate": "2021-12-06T11:12:05Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217598,20 +242980,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "69ec86a4c48f894d35bbaa398ffd1479" + "hash": "be6bfffda0fa3e68bd1a2b505ccf4379" }, { - "title": "No ho ho: Italian church apologises over bishop’s claim about Santa Claus", - "description": "

    Antonio Stagliano was trying to focus on the story of Saint Nicholas when he told children Santa did not exist, says church in Sicily

    A Roman Catholic diocese in Sicily has publicly apologised to outraged parents after its bishop told a group of children that Santa Claus doesn’t exist.

    Bishop Antonio Stagliano didn’t mean the comments, and was trying to underline the true meaning of Christmas and the story of Saint Nicholas, a bishop who gave gifts to the poor and was persecuted by a Roman emperor, said the Rev Alessandro Paolino, the communications director for the diocese of Noto.

    Continue reading...", - "content": "

    Antonio Stagliano was trying to focus on the story of Saint Nicholas when he told children Santa did not exist, says church in Sicily

    A Roman Catholic diocese in Sicily has publicly apologised to outraged parents after its bishop told a group of children that Santa Claus doesn’t exist.

    Bishop Antonio Stagliano didn’t mean the comments, and was trying to underline the true meaning of Christmas and the story of Saint Nicholas, a bishop who gave gifts to the poor and was persecuted by a Roman emperor, said the Rev Alessandro Paolino, the communications director for the diocese of Noto.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2021/dec/11/no-ho-ho-italian-church-apologises-over-bishops-claim-about-santa-claus", - "creator": "Associated Press", - "pubDate": "2021-12-11T04:22:30Z", + "title": "Covid live: England’s health secretary says there is community transmission of Omicron across multiple regions", + "description": "

    Sajid Javid told MPs on Monday that ‘multiple regions of England’ were seeing cases of the variant that were not linked to international travel

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "content": "

    Sajid Javid told MPs on Monday that ‘multiple regions of England’ were seeing cases of the variant that were not linked to international travel

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/06/covid-news-live-omicron-found-in-one-third-of-us-states-germany-plans-vaccine-mandates-for-some-health-jobs", + "creator": "Rachel Hall (now); Damien Gayle ,Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-06T18:48:56Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217619,20 +243000,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dc9dd87974fb4b6d4e505196067d586" + "hash": "da7914a91c73148d1bc027867c94694f" }, { - "title": "French court finds UK man guilty of murder for running over his wife", - "description": "

    Former Tory Councillor David Turtle has been sentenced to 14 years in jail after driving into his wife outside their home in France

    A former Tory councillor has been convicted of killing his wife by deliberately running over her in his Mercedes at their home in France.

    David Turtle, 67, was found guilty of murder by a French court and sentenced to 14 years in jail.

    Continue reading...", - "content": "

    Former Tory Councillor David Turtle has been sentenced to 14 years in jail after driving into his wife outside their home in France

    A former Tory councillor has been convicted of killing his wife by deliberately running over her in his Mercedes at their home in France.

    David Turtle, 67, was found guilty of murder by a French court and sentenced to 14 years in jail.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/11/french-court-finds-uk-man-david-turtle-guilty-of-killing-his-wife", - "creator": "Kim Willsher", - "pubDate": "2021-12-11T13:35:59Z", + "title": "Rohingya sue Facebook for £150bn over Myanmar genocide", + "description": "

    Victims in US and UK legal action accuse social media firm of failing to prevent incitement of violence

    Facebook’s negligence facilitated the genocide of Rohingya Muslims in Myanmar after the social media network’s algorithms amplified hate speech and the platform failed to take down inflammatory posts, according to legal action launched in the US and the UK.

    The platform faces compensation claims worth more than £150bn under the coordinated move on both sides of the Atlantic.

    Continue reading...", + "content": "

    Victims in US and UK legal action accuse social media firm of failing to prevent incitement of violence

    Facebook’s negligence facilitated the genocide of Rohingya Muslims in Myanmar after the social media network’s algorithms amplified hate speech and the platform failed to take down inflammatory posts, according to legal action launched in the US and the UK.

    The platform faces compensation claims worth more than £150bn under the coordinated move on both sides of the Atlantic.

    Continue reading...", + "category": "Facebook", + "link": "https://www.theguardian.com/technology/2021/dec/06/rohingya-sue-facebook-myanmar-genocide-us-uk-legal-action-social-media-violence", + "creator": "Dan Milmo Global technology correspondent", + "pubDate": "2021-12-06T17:03:55Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217640,41 +243020,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d91e49f93bdb8b656e39f41ab074e7f" + "hash": "4b3a1f799f598f6ec5c7556b1dfb31b0" }, { - "title": "Covid live: 633 new Omicron cases detected in UK; variant could cause 75,000 deaths in England", - "description": "

    UK health officials urge those eligible to get third vaccine dose; Taiwan and Mauritius detect first cases of new variant

    What’s the truth about lockdown-busting parties at No 10? Don’t ask Shagatha Christie, writes Marina Hyde in her column this week.

    Here are some extracts:

    There was simply no other place a Johnson government would ever end up but mired in rampant lies, chaos, negligence, financial sponging and the live evisceration of public service. To the Conservatives and media outriders somehow only now discovering this about their guy, I think we have to say: you ordered this. Now eat it.

    Regrettably, though, space constraints must end our recap of the week here. But on it all goes, as Omicron closes in. We’ll play out with a reminder that in a pandemic that has so far killed 146,000 of the Britons who these people are supposed to be in politics to serve, the absolutely vital public health message has now TWICE been most fatally undermined by people who worked at the very heart of No 10 with Boris Johnson. That is absolutely a disgrace, and absolutely not a coincidence.

    Continue reading...", - "content": "

    UK health officials urge those eligible to get third vaccine dose; Taiwan and Mauritius detect first cases of new variant

    What’s the truth about lockdown-busting parties at No 10? Don’t ask Shagatha Christie, writes Marina Hyde in her column this week.

    Here are some extracts:

    There was simply no other place a Johnson government would ever end up but mired in rampant lies, chaos, negligence, financial sponging and the live evisceration of public service. To the Conservatives and media outriders somehow only now discovering this about their guy, I think we have to say: you ordered this. Now eat it.

    Regrettably, though, space constraints must end our recap of the week here. But on it all goes, as Omicron closes in. We’ll play out with a reminder that in a pandemic that has so far killed 146,000 of the Britons who these people are supposed to be in politics to serve, the absolutely vital public health message has now TWICE been most fatally undermined by people who worked at the very heart of No 10 with Boris Johnson. That is absolutely a disgrace, and absolutely not a coincidence.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/11/covid-live-booster-significantly-reduces-risk-of-omicron-symptoms-taiwan-detects-first-case-of-variant", - "creator": "Nadeem Badshah (now); Lucy Campbell (earlier)", - "pubDate": "2021-12-11T16:34:50Z", + "title": "Investigation launched into brawl at French far-right rally", + "description": "

    Dozens detained after protesters attacked at campaign rally for presidential candidate Éric Zemmour

    French prosecutors have opened an investigation into violence that erupted at the first major campaign rally held by the far-right French presidential candidate Éric Zemmour.

    Shortly after Zemmour began speaking on Sunday evening, some of his supporters attacked a group of protesters from the campaign group SOS-Racism who had entered the rear of the venue wearing T-shirts reading “No to Racism”.

    Continue reading...", + "content": "

    Dozens detained after protesters attacked at campaign rally for presidential candidate Éric Zemmour

    French prosecutors have opened an investigation into violence that erupted at the first major campaign rally held by the far-right French presidential candidate Éric Zemmour.

    Shortly after Zemmour began speaking on Sunday evening, some of his supporters attacked a group of protesters from the campaign group SOS-Racism who had entered the rear of the venue wearing T-shirts reading “No to Racism”.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/06/investigation-launched-into-brawl-at-french-far-right-rally-eric-zemmour", + "creator": "Kim Willsher in Paris", + "pubDate": "2021-12-06T15:16:20Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "c8302d5e9dc88cc8cdcaec841510a892" + "hash": "c1cfc96f8ab9540ce94d61d5d44c08c4" }, { - "title": "Why TV crews are falling over each other to film drama in ‘Bristolywood’", - "description": "

    The city’s picturesque past and vibrant present have made it a magnet for high-end productions

    An adrenaline-pumping knife chase through graffiti-sprayed lanes takes place in the comedy-thriller The Outlaws, while class tensions simmer at a lavish student ball in the legal drama Showtrial. The city providing the backdrop and inspiration for both these series is Bristol – a location now so popular with film and TV makers that crews are actually falling over themselves in the streets.

    The city council has been inundated with requests to film in the city’s dank alleys, high-rises and grand Georgian squares since the beginning of the year, according to Bristol Film Office, which is part of the city council. It has seen a 225% increase in drama production on pre-pandemic levels. In the first quarter of 2019/20 there were four major drama productions under way in Bristol – but this more than tripled to 13 in the first quarter of 2020/21. Since January, 15 high-end TV dramas have been filmed in the city.

    Continue reading...", - "content": "

    The city’s picturesque past and vibrant present have made it a magnet for high-end productions

    An adrenaline-pumping knife chase through graffiti-sprayed lanes takes place in the comedy-thriller The Outlaws, while class tensions simmer at a lavish student ball in the legal drama Showtrial. The city providing the backdrop and inspiration for both these series is Bristol – a location now so popular with film and TV makers that crews are actually falling over themselves in the streets.

    The city council has been inundated with requests to film in the city’s dank alleys, high-rises and grand Georgian squares since the beginning of the year, according to Bristol Film Office, which is part of the city council. It has seen a 225% increase in drama production on pre-pandemic levels. In the first quarter of 2019/20 there were four major drama productions under way in Bristol – but this more than tripled to 13 in the first quarter of 2020/21. Since January, 15 high-end TV dramas have been filmed in the city.

    Continue reading...", - "category": "Bristol", - "link": "https://www.theguardian.com/uk-news/2021/dec/11/bristol-film-tv-crews-drama-locations-bristolywood", - "creator": "Tom Wall", - "pubDate": "2021-12-11T15:00:12Z", + "title": "Spain’s former king seeks immunity over claim he used spy agency to threaten ex-lover", + "description": "

    Corinna zu Sayn-Wittgenstein claims Juan Carlos directed campaign of harassment after affair ended

    A former lover of the former king of Spain believes a book about the death of Diana, Princess of Wales was left in her home as part of a campaign of harassment directed by the monarch, the high court in London has been told.

    The former king Juan Carlos is seeking sovereign immunity at the court against claims he used Spain’s spy agency to harass a Danish businesswoman, Corinna zu Sayn-Wittgenstein.

    Continue reading...", + "content": "

    Corinna zu Sayn-Wittgenstein claims Juan Carlos directed campaign of harassment after affair ended

    A former lover of the former king of Spain believes a book about the death of Diana, Princess of Wales was left in her home as part of a campaign of harassment directed by the monarch, the high court in London has been told.

    The former king Juan Carlos is seeking sovereign immunity at the court against claims he used Spain’s spy agency to harass a Danish businesswoman, Corinna zu Sayn-Wittgenstein.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2021/dec/06/diana-book-was-left-at-home-of-spanish-kings-ex-lover-uk-court-told", + "creator": "Matthew Weaver", + "pubDate": "2021-12-06T18:06:26Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217682,20 +243060,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c75af711c8b05aa29162fc4bdf61c25a" + "hash": "8df9716c00304086faac1c6d510c0b25" }, { - "title": "Banksy designs T-shirts to raise funds for ‘Colston Four’ accused of Bristol statue damage", - "description": "

    Anonymous artist says sales proceeds will go to the four people accused of Edward Colston statue damage ‘so they can go for a pint’

    Banksy says he has made T-shirts that he will be selling to support four people facing trial accused of criminal damage over the toppling of a statue of slave trader Edward Colston.

    The anonymous artist posted on Instagram pictures of limited-edition grey souvenir T-shirts, which will go on sale on Saturday in Bristol.

    Continue reading...", - "content": "

    Anonymous artist says sales proceeds will go to the four people accused of Edward Colston statue damage ‘so they can go for a pint’

    Banksy says he has made T-shirts that he will be selling to support four people facing trial accused of criminal damage over the toppling of a statue of slave trader Edward Colston.

    The anonymous artist posted on Instagram pictures of limited-edition grey souvenir T-shirts, which will go on sale on Saturday in Bristol.

    Continue reading...", - "category": "Banksy", - "link": "https://www.theguardian.com/artanddesign/2021/dec/11/banksy-designs-t-shirts-to-raise-funds-for-colston-four-accused-of-bristol-statue-damage", - "creator": "Staff and agencies", - "pubDate": "2021-12-11T05:13:59Z", + "title": "Two Met police officers jailed over photos of murdered sisters", + "description": "

    Deniz Jaffer and Jamie Lewis sentenced to two years and nine months for taking and sharing photos of Nicole Smallman and Bibaa Henry

    Two Metropolitan police officers who “dehumanised” two black murder victims “for their own amusement” by taking and sharing photos from the scene where they lay murdered have each been jailed for two years and nine months.

    Deniz Jaffer, 47, and Jamie Lewis, 33, were ordered to guard the scene in a London park where two sisters, Nicole Smallman, 27, and Bibaa Henry, 46, were found stabbed to death in June 2020.

    Continue reading...", + "content": "

    Deniz Jaffer and Jamie Lewis sentenced to two years and nine months for taking and sharing photos of Nicole Smallman and Bibaa Henry

    Two Metropolitan police officers who “dehumanised” two black murder victims “for their own amusement” by taking and sharing photos from the scene where they lay murdered have each been jailed for two years and nine months.

    Deniz Jaffer, 47, and Jamie Lewis, 33, were ordered to guard the scene in a London park where two sisters, Nicole Smallman, 27, and Bibaa Henry, 46, were found stabbed to death in June 2020.

    Continue reading...", + "category": "Metropolitan police", + "link": "https://www.theguardian.com/uk-news/2021/dec/06/two-met-police-officers-jailed-photos-murdered-sisters-deniz-jaffer-jamie-lewis-nicole-smallman-bibaa-henry", + "creator": "Vikram Dodd Police and crime correspondent", + "pubDate": "2021-12-06T17:21:14Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217703,20 +243080,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "10517b8276bdd05efaf60b14fdac9500" + "hash": "e0ea1a326f26ab49b62a32ab671bceec" }, { - "title": "Trump launched profane tirade about Netanyahu in interview – report", - "description": "

    Former president was furious over ex-Israeli PM’s acknowledgment Biden won election, book says

    Donald Trump spat an expletive about his old ally, Israel’s ex-prime minister Benjamin Netanyahu, for congratulating Joe Biden on his victory in last year’s election, according to a new book.

    Trump lashed out in an interview for a book on US-Israel relations during his presidency, the author Barak Ravid wrote on the Axios website on Friday. Trump’s remarks were also published by the English-language website of Israel’s Yediot Aharonot newspaper.

    Continue reading...", - "content": "

    Former president was furious over ex-Israeli PM’s acknowledgment Biden won election, book says

    Donald Trump spat an expletive about his old ally, Israel’s ex-prime minister Benjamin Netanyahu, for congratulating Joe Biden on his victory in last year’s election, according to a new book.

    Trump lashed out in an interview for a book on US-Israel relations during his presidency, the author Barak Ravid wrote on the Axios website on Friday. Trump’s remarks were also published by the English-language website of Israel’s Yediot Aharonot newspaper.

    Continue reading...", - "category": "Donald Trump", - "link": "https://www.theguardian.com/us-news/2021/dec/10/donald-trump-benjamin-netanyahu-book", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-11T02:59:19Z", + "title": "Street name honour for unloved ‘castle lady’ dismays Belgian village", + "description": "

    People of Moorsele say Marie Cornillie preferred her dog to her tenants and would often urinate in the street

    Cities around the world have been inspired by the #MeToo movement to rename their streets after women, correcting an imbalance that had favoured great and not so great men of the past.

    In Brussels, Madrid and Geneva, such figures as the Belgian singer Annie Cordy, the Spanish civil war hero Dolores Ibárruri and the Jamaican writer Una Marson have belatedly received acknowledgment.

    Continue reading...", + "content": "

    People of Moorsele say Marie Cornillie preferred her dog to her tenants and would often urinate in the street

    Cities around the world have been inspired by the #MeToo movement to rename their streets after women, correcting an imbalance that had favoured great and not so great men of the past.

    In Brussels, Madrid and Geneva, such figures as the Belgian singer Annie Cordy, the Spanish civil war hero Dolores Ibárruri and the Jamaican writer Una Marson have belatedly received acknowledgment.

    Continue reading...", + "category": "Belgium", + "link": "https://www.theguardian.com/world/2021/dec/06/street-name-honour-for-unloved-castle-lady-dismays-belgian-village", + "creator": "Daniel Boffey in Brussels", + "pubDate": "2021-12-06T15:34:44Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217724,20 +243100,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a39462e4a814e899a529e69db7715b8c" + "hash": "560ab32c85079e805971da5fac7e3fa5" }, { - "title": "John Lewis removes ‘Lollita’ child’s party dress from sale after criticism", - "description": "

    Store pulls dress from website and apologises ‘for upset caused’ after Twitter users connect name to child abuse novel

    John Lewis has pulled a child’s party dress named “Lollita” from its shelves after receiving criticism for stocking it. The Chi Chi London “Lollita” dress was on sale for children aged three to 11 years old on the retailer’s website for £50.

    The name is similar to Vladimir Nabokov’s 1955 novel Lolita, which details child sexual abuse. It outlines how a middle-aged professor abuses a 12-year-old girl.

    Continue reading...", - "content": "

    Store pulls dress from website and apologises ‘for upset caused’ after Twitter users connect name to child abuse novel

    John Lewis has pulled a child’s party dress named “Lollita” from its shelves after receiving criticism for stocking it. The Chi Chi London “Lollita” dress was on sale for children aged three to 11 years old on the retailer’s website for £50.

    The name is similar to Vladimir Nabokov’s 1955 novel Lolita, which details child sexual abuse. It outlines how a middle-aged professor abuses a 12-year-old girl.

    Continue reading...", - "category": "Retail industry", - "link": "https://www.theguardian.com/business/2021/dec/11/john-lewis-removes-lollita-childs-party-dress-from-sale-after-backlash", - "creator": "PA Media", - "pubDate": "2021-12-11T14:06:29Z", + "title": "The activist facing jail for rescuing a sick goat from a meat farm", + "description": "

    Wayne Hsiung’s trial on theft and trespass charges could set a legal precedent for the ‘right to rescue’ agricultural livestock

    On a rainy night in February, 2018, animal rights activist Wayne Hsiung sneaked into a small scale North Carolina farm and, depending on your perspective, either stole or rescued a baby goat. The maneuver was highly risky – on a live stream, Hsiung tells his audience what awaits: an electric fence, barking dogs and armed security guards, according to the farm’s website.

    Undeterred, Hsiung and his co-conspirators filled their pockets with dog treats and broke into the Sospiro farm, owned by farmer Curtis Burnside.

    Continue reading...", + "content": "

    Wayne Hsiung’s trial on theft and trespass charges could set a legal precedent for the ‘right to rescue’ agricultural livestock

    On a rainy night in February, 2018, animal rights activist Wayne Hsiung sneaked into a small scale North Carolina farm and, depending on your perspective, either stole or rescued a baby goat. The maneuver was highly risky – on a live stream, Hsiung tells his audience what awaits: an electric fence, barking dogs and armed security guards, according to the farm’s website.

    Undeterred, Hsiung and his co-conspirators filled their pockets with dog treats and broke into the Sospiro farm, owned by farmer Curtis Burnside.

    Continue reading...", + "category": "Animal welfare", + "link": "https://www.theguardian.com/world/2021/dec/06/wayne-hsiung-activist-goat-animal-welfare-trial", + "creator": "Adrienne Matei", + "pubDate": "2021-12-06T19:42:59Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217745,20 +243120,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f30091f6149711a535466cb2c81479d7" + "hash": "6bd0cbc6056fe8b01e6cb181b130d732" }, { - "title": "Covid live: Omicron could cause 75,000 deaths in England; booster ‘significantly reduces’ risk of symptoms", - "description": "

    UK health officials urge those eligible to get third vaccine dose; Taiwan and Mauritius detect first cases of new variant

    What’s the truth about lockdown-busting parties at No 10? Don’t ask Shagatha Christie, writes Marina Hyde in her column this week.

    Here are some extracts:

    There was simply no other place a Johnson government would ever end up but mired in rampant lies, chaos, negligence, financial sponging and the live evisceration of public service. To the Conservatives and media outriders somehow only now discovering this about their guy, I think we have to say: you ordered this. Now eat it.

    Regrettably, though, space constraints must end our recap of the week here. But on it all goes, as Omicron closes in. We’ll play out with a reminder that in a pandemic that has so far killed 146,000 of the Britons who these people are supposed to be in politics to serve, the absolutely vital public health message has now TWICE been most fatally undermined by people who worked at the very heart of No 10 with Boris Johnson. That is absolutely a disgrace, and absolutely not a coincidence.

    Continue reading...", - "content": "

    UK health officials urge those eligible to get third vaccine dose; Taiwan and Mauritius detect first cases of new variant

    What’s the truth about lockdown-busting parties at No 10? Don’t ask Shagatha Christie, writes Marina Hyde in her column this week.

    Here are some extracts:

    There was simply no other place a Johnson government would ever end up but mired in rampant lies, chaos, negligence, financial sponging and the live evisceration of public service. To the Conservatives and media outriders somehow only now discovering this about their guy, I think we have to say: you ordered this. Now eat it.

    Regrettably, though, space constraints must end our recap of the week here. But on it all goes, as Omicron closes in. We’ll play out with a reminder that in a pandemic that has so far killed 146,000 of the Britons who these people are supposed to be in politics to serve, the absolutely vital public health message has now TWICE been most fatally undermined by people who worked at the very heart of No 10 with Boris Johnson. That is absolutely a disgrace, and absolutely not a coincidence.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/11/covid-live-booster-significantly-reduces-risk-of-omicron-symptoms-taiwan-detects-first-case-of-variant", - "creator": "Lucy Campbell", - "pubDate": "2021-12-11T12:59:09Z", + "title": "Rinse, don’t wring, and shade dry: how to keep swimwear in great condition", + "description": "

    Tempting as it may be to leave swimmers rolled up in a towel at the bottom of your beach bag, they’ll last far longer if you treat them better

    Any swimmer will tell you that once the weather warms up, their exercise routine becomes subject to disruptions from fair weather swimmers: people who haven’t learnt the politics of lap swimming. Things like not pushing off ahead of someone about to tumble turn; no board shorts in the fast lane; if someone is overtaking you it’s not an invitation to speed up; and only jerks do butterfly in a public pool.

    Now that summer is here, hopefully we’ll all find ourselves beside a pool or at the beach in the coming months, so we thought it was a good moment remember swimwear can benefit from good manners too. This week, we asked swimwear experts for advice on how to keep bathers in great shape.

    Continue reading...", + "content": "

    Tempting as it may be to leave swimmers rolled up in a towel at the bottom of your beach bag, they’ll last far longer if you treat them better

    Any swimmer will tell you that once the weather warms up, their exercise routine becomes subject to disruptions from fair weather swimmers: people who haven’t learnt the politics of lap swimming. Things like not pushing off ahead of someone about to tumble turn; no board shorts in the fast lane; if someone is overtaking you it’s not an invitation to speed up; and only jerks do butterfly in a public pool.

    Now that summer is here, hopefully we’ll all find ourselves beside a pool or at the beach in the coming months, so we thought it was a good moment remember swimwear can benefit from good manners too. This week, we asked swimwear experts for advice on how to keep bathers in great shape.

    Continue reading...", + "category": "Swimming", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/07/rinse-dont-wring-and-shade-dry-how-to-keep-swimwear-in-great-condition", + "creator": "Lucianne Tonti", + "pubDate": "2021-12-06T16:30:04Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217766,20 +243140,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9749d48d3a722f6f1728883c494737cb" + "hash": "b11ef8fb00ea731a8336379d1549950e" }, { - "title": "My family has a vaccine refusenik – should we still get together at Christmas? | Ask Annalisa Barbieri", - "description": "

    You can’t force him to get vaccinated – but equally, he can’t force you to spend time with him. Face this head on and explain how you feel

    I’m sure I’m not the only one who’s faced this difficulty this year. One of my family members, who’s in his 40s, has consistently refused to be vaccinated against Covid and will not be moved from his position. He will not explain his reasons for rejecting the vaccine, whether it is ideological or simply rebellion against the so-called “nanny state”.

    He has already been (politely but firmly) excluded from one family get-together as a result of his intransigence. We have explained that he is not being rejected personally, but there are concerns within the family about his vulnerability to catching the virus and transmitting the infection to the children and their grandparents.

    Continue reading...", - "content": "

    You can’t force him to get vaccinated – but equally, he can’t force you to spend time with him. Face this head on and explain how you feel

    I’m sure I’m not the only one who’s faced this difficulty this year. One of my family members, who’s in his 40s, has consistently refused to be vaccinated against Covid and will not be moved from his position. He will not explain his reasons for rejecting the vaccine, whether it is ideological or simply rebellion against the so-called “nanny state”.

    He has already been (politely but firmly) excluded from one family get-together as a result of his intransigence. We have explained that he is not being rejected personally, but there are concerns within the family about his vulnerability to catching the virus and transmitting the infection to the children and their grandparents.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/10/someone-in-my-family-wont-get-the-vaccine-should-we-still-spend-christmas-with-them", - "creator": "Annalisa Barbieri", - "pubDate": "2021-12-10T14:00:42Z", + "title": "Adam Peaty: ‘You have to be better than everyone else, there’s no sugar-coating it’", + "description": "

    The 26-year-old swimmer and father-of-one swept all before him at the Tokyo Olympics… but his exit from Strictly, he admits, was humbling

    World champion swimmer Adam Peaty, the unbeaten world record holder of the 50m and 100m breaststroke, is friendly and engaged, but he makes no bones about being hypercompetitive. He once said that he felt like a “god” in the pool. He says now, “You have to be better than everyone else, there’s no sugar-coating it.”

    A swimming phenomenon (think of him as a kind of national Aquaman), Peaty has had a stellar year, even by his standards: he won two golds and a silver in Team GB in the Tokyo Olympics; he also signed up for Strictly Come Dancing, where he was partnered with Katya Jones. After seven hip-swivelling weeks, he went out on a jive that placed him bottom of the Strictly leaderboard; his mother was so upset, she thought it was a fix. Was it humbling to learn a new discipline? Peaty gives a kind of groaning laugh: “It did humble me. I’m not used to getting last place, to be honest.”

    Continue reading...", + "content": "

    The 26-year-old swimmer and father-of-one swept all before him at the Tokyo Olympics… but his exit from Strictly, he admits, was humbling

    World champion swimmer Adam Peaty, the unbeaten world record holder of the 50m and 100m breaststroke, is friendly and engaged, but he makes no bones about being hypercompetitive. He once said that he felt like a “god” in the pool. He says now, “You have to be better than everyone else, there’s no sugar-coating it.”

    A swimming phenomenon (think of him as a kind of national Aquaman), Peaty has had a stellar year, even by his standards: he won two golds and a silver in Team GB in the Tokyo Olympics; he also signed up for Strictly Come Dancing, where he was partnered with Katya Jones. After seven hip-swivelling weeks, he went out on a jive that placed him bottom of the Strictly leaderboard; his mother was so upset, she thought it was a fix. Was it humbling to learn a new discipline? Peaty gives a kind of groaning laugh: “It did humble me. I’m not used to getting last place, to be honest.”

    Continue reading...", + "category": "Adam Peaty", + "link": "https://www.theguardian.com/sport/2021/dec/06/adam-peaty-swimmer-olympics-tokyo-interview-faces-of-year", + "creator": "Barbara Ellen", + "pubDate": "2021-12-06T13:00:21Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217787,20 +243160,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a64af93c6d782704a097a7162b39e111" + "hash": "019850a6668ba42c0c07fe874faeb810" }, { - "title": "John Torode: ‘The kitchen is a great place to find yourself’", - "description": "

    The celebrity chef, 56, shares his secrets for a happy relationship and the best sausage rolls

    Living with my grandmother is probably my earliest memory, realising my mother had died and not really understanding it. Then, discovering food with my grandmother and learning to cook by her side. The most vivid memories are of standing in the kitchen and the smell of food. That stayed with me, the comfort of it.

    I’ve still got the Chitty Chitty Bang Bang car my mother gave me for my fourth birthday. It was the last birthday present she gave me. That means a lot. It sits on my shelf. She was 31 when she died. They don’t really know what it was, whether it was heart disease of some type. People say to me: “Does it make you a different person?” I have no idea.

    Continue reading...", - "content": "

    The celebrity chef, 56, shares his secrets for a happy relationship and the best sausage rolls

    Living with my grandmother is probably my earliest memory, realising my mother had died and not really understanding it. Then, discovering food with my grandmother and learning to cook by her side. The most vivid memories are of standing in the kitchen and the smell of food. That stayed with me, the comfort of it.

    I’ve still got the Chitty Chitty Bang Bang car my mother gave me for my fourth birthday. It was the last birthday present she gave me. That means a lot. It sits on my shelf. She was 31 when she died. They don’t really know what it was, whether it was heart disease of some type. People say to me: “Does it make you a different person?” I have no idea.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/11/john-torode-the-kitchen-is-a-great-place-to-find-yourself", - "creator": "Katherine Hassell", - "pubDate": "2021-12-11T14:00:11Z", + "title": "Ex-Tory minister seeks end to immigration fees for overseas veterans", + "description": "

    Johnny Mercer opposing government over high costs faced by soldiers from Commonwealth who want to settle in UK

    A former Conservative defence minister is trying to force ministers to waive hefty immigration fees faced by Commonwealth soldiers and their families who want to live in the UK at the end of their military service.

    Johnny Mercer – who was fired from the government last year – has the support of several senior Conservatives including Tobias Ellwood, chair of the defence committee, and former leader Iain Duncan Smith.

    Continue reading...", + "content": "

    Johnny Mercer opposing government over high costs faced by soldiers from Commonwealth who want to settle in UK

    A former Conservative defence minister is trying to force ministers to waive hefty immigration fees faced by Commonwealth soldiers and their families who want to live in the UK at the end of their military service.

    Johnny Mercer – who was fired from the government last year – has the support of several senior Conservatives including Tobias Ellwood, chair of the defence committee, and former leader Iain Duncan Smith.

    Continue reading...", + "category": "Commonwealth immigration", + "link": "https://www.theguardian.com/uk-news/2021/dec/06/ex-tory-minister-seeks-end-to-immigration-fees-for-overseas-veterans", + "creator": "Dan Sabbagh Defence and security editor", + "pubDate": "2021-12-06T20:06:06Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217808,20 +243180,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9946461322ab7f6224fb94fac6d13b7a" + "hash": "f2651f10ac0eb0a5db7f34b45aa30b89" }, { - "title": "Surrey teenager who took her own life ‘was not safe at school’, say parents", - "description": "

    Frances-Rose Thomas, 15, died at home after accessing content involving suicide on a school iPad

    The parents of a 15-year-old autistic girl who died by suicide after her school did not monitor her online activity have described the circumstances of her death as a “catastrophic failure” as they warned the Department for Education (DfE) against complacency.

    Frances-Rose Thomas, known as Frankie, took her own life at home in Witley, Surrey, on 25 September 2018 after reading a story which involved suicide on a school iPad, which had no safety features.

    In the UK and Ireland, Samaritans can be contacted on 116 123 or email jo@samaritans.org or jo@samaritans.ie. In the US, the National Suicide Prevention Lifeline is 1-800-273-8255. In Australia, the crisis support service Lifeline is 13 11 14. Other international helplines can be found at www.befrienders.org.

    Continue reading...", - "content": "

    Frances-Rose Thomas, 15, died at home after accessing content involving suicide on a school iPad

    The parents of a 15-year-old autistic girl who died by suicide after her school did not monitor her online activity have described the circumstances of her death as a “catastrophic failure” as they warned the Department for Education (DfE) against complacency.

    Frances-Rose Thomas, known as Frankie, took her own life at home in Witley, Surrey, on 25 September 2018 after reading a story which involved suicide on a school iPad, which had no safety features.

    In the UK and Ireland, Samaritans can be contacted on 116 123 or email jo@samaritans.org or jo@samaritans.ie. In the US, the National Suicide Prevention Lifeline is 1-800-273-8255. In Australia, the crisis support service Lifeline is 13 11 14. Other international helplines can be found at www.befrienders.org.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/11/surrey-teenager-who-took-her-own-life-was-not-safe-at-school-say-parents", - "creator": "Jedidajah Otte", - "pubDate": "2021-12-11T13:15:20Z", + "title": "From South Africa to freezing Birmingham. Welcome to my £2,285 quarantine world | Carla Stout", + "description": "

    I’m stuck in a hotel for 10 days, under a system that is disorganised and shockingly expensive

    I am writing this on day zero, having arrived at my government-designated quarantine hotel after 24 hours of travel. I need to isolate in my room for 10 days and 11 nights. It is, to put it mildly, a bit of a dump: a tired, chipped Formica table, sagging curtains, freezing cold. For this, I paid £2,285.

    So what is that like? Sitting in this room, I just want to burst into tears. My despair is exacerbated by the knowledge that my suitcase was filled with sleeveless summer clothes suitable for the South African summer, not Birmingham in the bleak midwinter. I phone reception, who tell me that they have only just put the heating on; I should be patient, they say. The room will be warm in 20 minutes. Half an hour later my teeth are still chattering so I phone again, demanding a heater. Another phone call and, half an hour later, a heater is produced. I am forced to perch it on the table because the power socket on the floor is broken.

    Carla Stout is a music teacher who lives near Staines

    Continue reading...", + "content": "

    I’m stuck in a hotel for 10 days, under a system that is disorganised and shockingly expensive

    I am writing this on day zero, having arrived at my government-designated quarantine hotel after 24 hours of travel. I need to isolate in my room for 10 days and 11 nights. It is, to put it mildly, a bit of a dump: a tired, chipped Formica table, sagging curtains, freezing cold. For this, I paid £2,285.

    So what is that like? Sitting in this room, I just want to burst into tears. My despair is exacerbated by the knowledge that my suitcase was filled with sleeveless summer clothes suitable for the South African summer, not Birmingham in the bleak midwinter. I phone reception, who tell me that they have only just put the heating on; I should be patient, they say. The room will be warm in 20 minutes. Half an hour later my teeth are still chattering so I phone again, demanding a heater. Another phone call and, half an hour later, a heater is produced. I am forced to perch it on the table because the power socket on the floor is broken.

    Carla Stout is a music teacher who lives near Staines

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/commentisfree/2021/dec/06/south-africa-birmingham-quarantine-hotel", + "creator": "Carla Stout", + "pubDate": "2021-12-06T17:00:03Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217829,62 +243200,59 @@ "favorite": false, "created": false, "tags": [], - "hash": "b076afef901f7be5d01c870677b0e284" + "hash": "dd494c64f76cf5d5265625fd17e25da9" }, { - "title": "PM 'fingers all over' decision to evacuate pets from Kabul, says MP – video", - "description": "

    The head of the Foreign Office has been accused of covering up the prime minister’s involvement in the decision to evacuate pets from Kabul at a select committee hearing.

    Labour MP Chris Bryant made the accusation to Sir Philip Barton and read out a leaked letter from Boris Johnson’s parliamentary private secretary which he said implied Johnson’s 'fingers' were 'all over' the controversial decision.

    Barton did not accept the charge and, in a separate interview, Johnson dismissed the accusation that he was involved as 'complete nonsense'

    Continue reading...", - "content": "

    The head of the Foreign Office has been accused of covering up the prime minister’s involvement in the decision to evacuate pets from Kabul at a select committee hearing.

    Labour MP Chris Bryant made the accusation to Sir Philip Barton and read out a leaked letter from Boris Johnson’s parliamentary private secretary which he said implied Johnson’s 'fingers' were 'all over' the controversial decision.

    Barton did not accept the charge and, in a separate interview, Johnson dismissed the accusation that he was involved as 'complete nonsense'

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/video/2021/dec/07/pm-fingers-all-over-decision-to-evacuate-pets-from-kabul-says-mp-video", - "creator": "", - "pubDate": "2021-12-07T22:25:56Z", + "title": "US will stage diplomatic boycott of Beijing Winter Olympics, White House confirms – live", + "description": "

    The Senate majority leader, Chuck Schumer, has teed up a big couple of weeks in the chamber with a statement about Joe Biden’s Build Back Better Act, the $2tn package of domestic spending priorities which passed the House after a lengthy wrangle and must now survive the Senate.

    “Our goal in the Senate is to pass the legislation before Christmas and get it to the president’s desk,” he said this morning.

    Continue reading...", + "content": "

    The Senate majority leader, Chuck Schumer, has teed up a big couple of weeks in the chamber with a statement about Joe Biden’s Build Back Better Act, the $2tn package of domestic spending priorities which passed the House after a lengthy wrangle and must now survive the Senate.

    “Our goal in the Senate is to pass the legislation before Christmas and get it to the president’s desk,” he said this morning.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2021/dec/06/congress-debt-ceiling-republicans-democrats-joe-biden-coronavirus-us-politics-latest", + "creator": "Joan E Greve in Washington", + "pubDate": "2021-12-06T18:40:57Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b94706a5e9e7d99530f384fde4a55e3" + "hash": "cd5bf88daa6f95e0203919340f0aa5a6" }, { - "title": "Woman admits abusing pet marmoset she offered cocaine and flushed toilet on", - "description": "

    Vicki Holland, from Newport, south Wales, pleads guilty to animal cruelty charges after videos found on phone

    • Warning: this article includes graphic images some readers may find disturbing

    A woman has pleaded guilty to abusing her pet marmoset, including offering cocaine to the primate and attempting to flush it down the toilet.

    A court heard how Vicki Holland was aggressive towards the primate, which is native to tropical forests in Central and South America. The monkey’s treatment was shown to the RSPCA after videos were discovered on Holland’s phone by Gwent police after a drug raid at her home.

    Continue reading...", - "content": "

    Vicki Holland, from Newport, south Wales, pleads guilty to animal cruelty charges after videos found on phone

    • Warning: this article includes graphic images some readers may find disturbing

    A woman has pleaded guilty to abusing her pet marmoset, including offering cocaine to the primate and attempting to flush it down the toilet.

    A court heard how Vicki Holland was aggressive towards the primate, which is native to tropical forests in Central and South America. The monkey’s treatment was shown to the RSPCA after videos were discovered on Holland’s phone by Gwent police after a drug raid at her home.

    Continue reading...", - "category": "Animal welfare", - "link": "https://www.theguardian.com/world/2021/dec/10/woman-admits-abusing-pet-marmoset-she-offered-cocaine-and-flushed-down-toilet", - "creator": "Nadeem Badshah and agency", - "pubDate": "2021-12-10T19:39:28Z", + "title": "Australia news live updates: teachers, train and bus drivers go on strike in NSW", + "description": "

    Teachers say the government has failed to address unsustainable workloads, uncompetitive salaries and staff shortages, while transport workers walk off over a dispute over pay and conditions. Follow all the day’s developments

    Now, as you might remember, the talk of the town is that the former NSW premier, Gladys Berejiklian, could run for the federal seat of Warringah.

    But Chris Bowen says he doesn’t think she could win against the popular incumbent MP Zali Steggall.

    I mean, I think if the Liberal Party wants to choose Gladys Berejiklian, that’s a matter for them. I mean, it was an important principle for Gladys Berejiklian, apparently to resign as premier because she was being investigated by the ICAC. But apparently, it’s not [for federal politics].

    I think it would show the lack of regard for standards in public life by Scott Morrison. I mean, this is a prime minister who turns a blind eye to poor behaviour and now he is actively providing a character reference for somebody who is under investigation by the ICAC and actively promoting them...

    We said we will seek to legislate that target as well as our commitment to net zero by 2050 because that is best practice internationally and provides businesses with the certainty they crave.

    Continue reading...", + "content": "

    Teachers say the government has failed to address unsustainable workloads, uncompetitive salaries and staff shortages, while transport workers walk off over a dispute over pay and conditions. Follow all the day’s developments

    Now, as you might remember, the talk of the town is that the former NSW premier, Gladys Berejiklian, could run for the federal seat of Warringah.

    But Chris Bowen says he doesn’t think she could win against the popular incumbent MP Zali Steggall.

    I mean, I think if the Liberal Party wants to choose Gladys Berejiklian, that’s a matter for them. I mean, it was an important principle for Gladys Berejiklian, apparently to resign as premier because she was being investigated by the ICAC. But apparently, it’s not [for federal politics].

    I think it would show the lack of regard for standards in public life by Scott Morrison. I mean, this is a prime minister who turns a blind eye to poor behaviour and now he is actively providing a character reference for somebody who is under investigation by the ICAC and actively promoting them...

    We said we will seek to legislate that target as well as our commitment to net zero by 2050 because that is best practice internationally and provides businesses with the certainty they crave.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/07/australia-news-live-updates-covid-omicron-scott-morrison-nsw-strike-victoria-weather", + "creator": "Matilda Boseley", + "pubDate": "2021-12-06T20:55:04Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "776c230290ea574cf048e400e610a3ab" + "hash": "189d117b708c4f65a1c026535ca81abe" }, { - "title": "The secret history of Sesame Street: ‘It was utopian – it’s part of who we all are’", - "description": "

    In 1970, David Attie was sent to photograph the birth of the kids’ landmark TV show as part of a cold war propaganda drive by the US government. But these newly found images are just one part of the programme’s radical history

    “I’m still pinching myself that my dad, my own flesh and blood, had Ernie on one hand and Bert on the other,” Eli Attie says. “It is like he got to sit at Abbey Road studios and watch the Beatles record I Want to Hold Your Hand.” Attie’s father was the photographer David Attie who, in 1970, visited the set of Sesame Street in New York City during its first season. His images lay forgotten in a wardrobe for the next 50 years, until Eli recently discovered them. They are a glimpse behind the curtain of a cultural phenomenon waiting to happen. Here are not only Bert and Ernie but Kermit, Big Bird, Oscar the Grouch with his original orange fur (he was green by season two). And here are the people who brought these characters to life, chiefly Jim Henson and Frank Oz, the Lennon and McCartney of Muppetdom. What also stands out in Attie’s images are the children visiting the set. As in the show itself, they are clearly so beguiled by the puppets, they completely ignore the humans controlling them.

    Eli himself was one of those visitors, although he has no memory of it. “I was in diapers, and as the story goes, I was loud and not to be quieted down, and was yanked off the set,” he says. His parents and older brother Oliver at least made it into the photos. Oliver was even in an episode of the show, in the background in Hooper’s Store, Eli explains, with just a hint of jealousy.

    Above: Bert and Ernie with puppeteers Daniel Seagren, Jim Henson and Frank Oz

    Left: Cast member Bob McGrath, an actor and musician, in a segment called The People in Your Neighborhood.

    Right: Henson (left) and Oz – the Lennon and McCartney of Muppetdom – operate puppets for a sketch titled Hunt for Happiness

    Continue reading...", - "content": "

    In 1970, David Attie was sent to photograph the birth of the kids’ landmark TV show as part of a cold war propaganda drive by the US government. But these newly found images are just one part of the programme’s radical history

    “I’m still pinching myself that my dad, my own flesh and blood, had Ernie on one hand and Bert on the other,” Eli Attie says. “It is like he got to sit at Abbey Road studios and watch the Beatles record I Want to Hold Your Hand.” Attie’s father was the photographer David Attie who, in 1970, visited the set of Sesame Street in New York City during its first season. His images lay forgotten in a wardrobe for the next 50 years, until Eli recently discovered them. They are a glimpse behind the curtain of a cultural phenomenon waiting to happen. Here are not only Bert and Ernie but Kermit, Big Bird, Oscar the Grouch with his original orange fur (he was green by season two). And here are the people who brought these characters to life, chiefly Jim Henson and Frank Oz, the Lennon and McCartney of Muppetdom. What also stands out in Attie’s images are the children visiting the set. As in the show itself, they are clearly so beguiled by the puppets, they completely ignore the humans controlling them.

    Eli himself was one of those visitors, although he has no memory of it. “I was in diapers, and as the story goes, I was loud and not to be quieted down, and was yanked off the set,” he says. His parents and older brother Oliver at least made it into the photos. Oliver was even in an episode of the show, in the background in Hooper’s Store, Eli explains, with just a hint of jealousy.

    Above: Bert and Ernie with puppeteers Daniel Seagren, Jim Henson and Frank Oz

    Left: Cast member Bob McGrath, an actor and musician, in a segment called The People in Your Neighborhood.

    Right: Henson (left) and Oz – the Lennon and McCartney of Muppetdom – operate puppets for a sketch titled Hunt for Happiness

    Continue reading...", - "category": "Sesame Street", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/11/found-photographs-sesame-street-season-one-utopian", - "creator": "Steve Rose", - "pubDate": "2021-12-11T09:45:06Z", + "title": "Party drug users are fuelling serious crime, says Sajid Javid", + "description": "

    Health secretary says cocaine trade causes ‘suffering, violence and exploitation at every stage’

    Sajid Javid has said recreational drug users are fuelling an international criminal enterprise, as the government announced a £780m strategy to rebuild the drug treatment system.

    The health secretary accused casual users of cocaine of being “the final link in a chain that has suffering, violence and exploitation at every stage”.

    Continue reading...", + "content": "

    Health secretary says cocaine trade causes ‘suffering, violence and exploitation at every stage’

    Sajid Javid has said recreational drug users are fuelling an international criminal enterprise, as the government announced a £780m strategy to rebuild the drug treatment system.

    The health secretary accused casual users of cocaine of being “the final link in a chain that has suffering, violence and exploitation at every stage”.

    Continue reading...", + "category": "Drugs policy", + "link": "https://www.theguardian.com/politics/2021/dec/06/party-drug-users-are-fuelling-serious-says-sajid-javid", + "creator": "Rajeev Syal and Rowena Mason", + "pubDate": "2021-12-06T18:52:25Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217892,20 +243260,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2daf71d7a39167388af9f8554a9f1b14" + "hash": "bf9ce53596236fb7cb3c9fc0d3c13732" }, { - "title": "‘Key is in the ignition’ for Tory leadership challenge to Johnson", - "description": "

    Analysis: After cocktail of home refurbishments, Christmas parties and Covid all eyes are on next week’s byelection

    Only two months ago, the talk among Tory MPs – echoing some newspaper front pages – was about how Boris Johnson wanted to “go on and on”, lasting longer than Margaret Thatcher’s 11 years in power.

    At that time, they dismissed the idea that he was a dilettante prime minister who really wanted to retire and write books, give after-dinner speeches on how hard the job was and make loads of money in the process. But that has all changed, with successive scandals over his handling of sleaze allegations and Tory insiders now opening questioning his future.

    Continue reading...", - "content": "

    Analysis: After cocktail of home refurbishments, Christmas parties and Covid all eyes are on next week’s byelection

    Only two months ago, the talk among Tory MPs – echoing some newspaper front pages – was about how Boris Johnson wanted to “go on and on”, lasting longer than Margaret Thatcher’s 11 years in power.

    At that time, they dismissed the idea that he was a dilettante prime minister who really wanted to retire and write books, give after-dinner speeches on how hard the job was and make loads of money in the process. But that has all changed, with successive scandals over his handling of sleaze allegations and Tory insiders now opening questioning his future.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/11/key-is-in-the-ignition-for-tory-leadership-challenge-to-johnson", - "creator": "Rowena Mason, Jessica Elgot and Aubrey Allegretti", - "pubDate": "2021-12-11T07:00:03Z", + "title": "‘I used every chord on the Casio’ – How we made Manchild by Neneh Cherry", + "description": "

    ‘The first verse came to me as I was going up the stairs of a double-decker bus with a hangover’

    Neneh Cherry, singer and songwriter
    I was seeing Cameron McVey [producer and now husband] and one day he suddenly asked me: “Why are you not writing songs? You could totally write songs!” I’d been in Rip Rig + Panic, whose songwriter Gareth Sager had such an inventive way of writing about everyday stuff. Manchild was one of the first things I came up with.

    The first verse came to me as I was going up the stairs of a doubledecker bus. “Is it the pain of the drinking / Or the Sunday sinking feeling?” I think I had a hangover. When I got home, I started to work out the music on a little Casio keyboard using the “auto chord” setting. I didn’t know what I was doing. When my dad [late jazz trumpeter Don Cherry] heard it, he went: “Wow, that’s kinda jazz. You’ve got seven chords in the verse!”

    Continue reading...", + "content": "

    ‘The first verse came to me as I was going up the stairs of a double-decker bus with a hangover’

    Neneh Cherry, singer and songwriter
    I was seeing Cameron McVey [producer and now husband] and one day he suddenly asked me: “Why are you not writing songs? You could totally write songs!” I’d been in Rip Rig + Panic, whose songwriter Gareth Sager had such an inventive way of writing about everyday stuff. Manchild was one of the first things I came up with.

    The first verse came to me as I was going up the stairs of a doubledecker bus. “Is it the pain of the drinking / Or the Sunday sinking feeling?” I think I had a hangover. When I got home, I started to work out the music on a little Casio keyboard using the “auto chord” setting. I didn’t know what I was doing. When my dad [late jazz trumpeter Don Cherry] heard it, he went: “Wow, that’s kinda jazz. You’ve got seven chords in the verse!”

    Continue reading...", + "category": "Neneh Cherry", + "link": "https://www.theguardian.com/culture/2021/dec/06/i-used-every-chord-on-the-casio-how-we-made-manchild-by-neneh-cherry", + "creator": "Interviews by Dave Simpson", + "pubDate": "2021-12-06T14:17:42Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217913,20 +243280,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "91833a57666c6b613d544908ca743d81" + "hash": "a8901f1447c3eec4db1cb5603c61a13b" }, { - "title": "Dozens killed after tornadoes tear through several US states", - "description": "

    Arkansas nursing home destroyed as Amazon centre roof collapse in Illinois described as ‘mass casualty incident’

    At least 50 people are thought to have been killed after a devastating outbreak of tornadoes ripped through Kentucky and other US states on Friday night and early Saturday morning, the Kentucky governor has said.

    Andy Beshear said the state had “experienced some of the worst tornado damage we’ve seen in a long time”.

    Continue reading...", - "content": "

    Arkansas nursing home destroyed as Amazon centre roof collapse in Illinois described as ‘mass casualty incident’

    At least 50 people are thought to have been killed after a devastating outbreak of tornadoes ripped through Kentucky and other US states on Friday night and early Saturday morning, the Kentucky governor has said.

    Andy Beshear said the state had “experienced some of the worst tornado damage we’ve seen in a long time”.

    Continue reading...", - "category": "Tornadoes", - "link": "https://www.theguardian.com/world/2021/dec/11/arkansas-tornado-deaths-nursing-home-illinois-amazon-warehouse-roof-collapse", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-11T10:45:36Z", + "title": "West Side Story banned in parts of Middle East over trans character – report", + "description": "

    Steven Spielberg’s Oscar-tipped remake will not be showing in Saudi Arabia, Kuwait, Bahrain, Oman, Qatar or the UAE

    Steven Spielberg’s remake of West Side Story will not be showing in Saudi Arabia, Kuwait, Bahrain, Oman, Qatar or the UAE.

    The big-budget musical, tipped for Oscars, has reportedly been banned because of a transgender character Anybodys, played by Iris Menas, known for Jagged Little Pill. According to the Hollywood Reporter, the film wasn’t granted a certificate in either Saudi Arabia or Kuwait and in the remaining countries, requests for cuts were made that Disney refused to make.

    Continue reading...", + "content": "

    Steven Spielberg’s Oscar-tipped remake will not be showing in Saudi Arabia, Kuwait, Bahrain, Oman, Qatar or the UAE

    Steven Spielberg’s remake of West Side Story will not be showing in Saudi Arabia, Kuwait, Bahrain, Oman, Qatar or the UAE.

    The big-budget musical, tipped for Oscars, has reportedly been banned because of a transgender character Anybodys, played by Iris Menas, known for Jagged Little Pill. According to the Hollywood Reporter, the film wasn’t granted a certificate in either Saudi Arabia or Kuwait and in the remaining countries, requests for cuts were made that Disney refused to make.

    Continue reading...", + "category": "West Side Story (2021)", + "link": "https://www.theguardian.com/film/2021/dec/06/west-side-story-banned-middle-east", + "creator": "Benjamin Lee", + "pubDate": "2021-12-06T18:47:41Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217934,20 +243300,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2aa3369f0ef41c638c8a265a7129d810" + "hash": "baacf073796f2f2a98de6754e09522c3" }, { - "title": "Scott Morrison urged to end ‘lunacy’ and push UK and US for Julian Assange’s release", - "description": "

    Independent MP Andrew Wilkie says UK a ‘lackey’ of US and journalism is not a crime

    Australian parliamentarians have demanded the prime minister, Scott Morrison, intervene in the case of Julian Assange, an Australian citizen, after the United States won a crucial appeal in its fight to extradite the WikiLeaks founder on espionage charges.

    “The prime minister must get Assange home,” the Australian Greens leader, Adam Bandt, told Guardian Australia on Saturday.

    Continue reading...", - "content": "

    Independent MP Andrew Wilkie says UK a ‘lackey’ of US and journalism is not a crime

    Australian parliamentarians have demanded the prime minister, Scott Morrison, intervene in the case of Julian Assange, an Australian citizen, after the United States won a crucial appeal in its fight to extradite the WikiLeaks founder on espionage charges.

    “The prime minister must get Assange home,” the Australian Greens leader, Adam Bandt, told Guardian Australia on Saturday.

    Continue reading...", - "category": "Australian politics", - "link": "https://www.theguardian.com/australia-news/2021/dec/11/scott-morrison-urged-to-end-lunacy-and-push-us-and-uk-to-release-julian-assange", - "creator": "Lane Sainty and AAP", - "pubDate": "2021-12-11T04:20:20Z", + "title": "Porch piracy: why a wave of doorstep parcel thefts is sweeping the UK", + "description": "

    Deliveries are being snatched minutes after they arrive – with Citizens Advice reporting more than 22,000 visits to its lost and stolen parcels webpage last month

    Name: Porch piracy.

    Age: the phrase porch pirate dates right back to the early 2010s, debuting in Urban Dictionary in 2011.

    Continue reading...", + "content": "

    Deliveries are being snatched minutes after they arrive – with Citizens Advice reporting more than 22,000 visits to its lost and stolen parcels webpage last month

    Name: Porch piracy.

    Age: the phrase porch pirate dates right back to the early 2010s, debuting in Urban Dictionary in 2011.

    Continue reading...", + "category": "Crime", + "link": "https://www.theguardian.com/uk-news/2021/dec/06/porch-piracy-wave-of-doorstep-parcel-thefts-sweeping-uk", + "creator": "", + "pubDate": "2021-12-06T16:01:28Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217955,20 +243320,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c4ee65692f9bc7967974f4e4e564a19" + "hash": "7cd947a474d4112d8fad3a2da27ec8a2" }, { - "title": "Australia demolish England by nine wickets in first Ashes Test", - "description": "
    • Australia raced to target of 20 after England lost eight for 77
    • Second Test in Adelaide begins on Thursday

    After a breakdown in the broadcasting of the first Ashes Test normal service eventually resumed. England’s meek collapse on the fourth morning in the face of a rejuvenated Australian attack condemned them to a nine-wicket defeat and a 1-0 series deficit heading into the pink ball encounter in Adelaide.

    As Marcus Harris and Marnus Labuschagne finished off a target of 20 runs in 25 minutes after lunch, the latter striding in after the fall of the promoted Alex Carey, it subjected England to their 10th defeat in their last 11 Tests, handed Pat Cummins a first victory as captain and restored the Gabba’s status as Australia’s fortress.

    They may have lost to India on the ground back in January, but England? This was a seventh victory over the old enemy in their last nine encounters in Queensland as part of an unbeaten Ashes record that stretches back to 1986. ‘Gabbattoir’ references have thankfully been light over the past week but it still deals in butchery.

    Continue reading...", - "content": "
    • Australia raced to target of 20 after England lost eight for 77
    • Second Test in Adelaide begins on Thursday

    After a breakdown in the broadcasting of the first Ashes Test normal service eventually resumed. England’s meek collapse on the fourth morning in the face of a rejuvenated Australian attack condemned them to a nine-wicket defeat and a 1-0 series deficit heading into the pink ball encounter in Adelaide.

    As Marcus Harris and Marnus Labuschagne finished off a target of 20 runs in 25 minutes after lunch, the latter striding in after the fall of the promoted Alex Carey, it subjected England to their 10th defeat in their last 11 Tests, handed Pat Cummins a first victory as captain and restored the Gabba’s status as Australia’s fortress.

    They may have lost to India on the ground back in January, but England? This was a seventh victory over the old enemy in their last nine encounters in Queensland as part of an unbeaten Ashes record that stretches back to 1986. ‘Gabbattoir’ references have thankfully been light over the past week but it still deals in butchery.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/2021/dec/11/ashes-gabba-england-australia-first-test-match-report-root-stokes-buttler-lyon-starc-carey", - "creator": "Ali Martin", - "pubDate": "2021-12-11T04:10:25Z", + "title": "Storm Barra: multiple warnings issued for Ireland and UK", + "description": "

    Race to restore power to homes hit by Storm Arwen before latest bad weather on Tuesday and Wednesday

    There are warnings of dangerous coastal waves, atrocious driving conditions, travel delays, flooding and potential damage to buildings for when Storm Barra sweeps across Ireland and the UK.

    Engineers were engaged in a race against time to restore power to about 1,600 homes in north-east England still cut off after the havoc wreaked by Storm Arwen 10 days ago.

    Continue reading...", + "content": "

    Race to restore power to homes hit by Storm Arwen before latest bad weather on Tuesday and Wednesday

    There are warnings of dangerous coastal waves, atrocious driving conditions, travel delays, flooding and potential damage to buildings for when Storm Barra sweeps across Ireland and the UK.

    Engineers were engaged in a race against time to restore power to about 1,600 homes in north-east England still cut off after the havoc wreaked by Storm Arwen 10 days ago.

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2021/dec/06/storm-barra-multiple-warnings-issued-for-ireland-and-uk", + "creator": "Mark Brown North of England correspondent", + "pubDate": "2021-12-06T17:33:36Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217976,20 +243340,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccde40ead5efe0027074db5d00e9834a" + "hash": "6a8db88dda5342a834246a791b1322ef" }, { - "title": "Javid advised to take ‘stringent’ Covid measures within a week, leak reveals", - "description": "

    Exclusive: Health officials say urgent action needed to avoid mass hospitalisations and overwhelming the NHS

    Britain’s top public health officials have advised ministers that “stringent national measures” need to be imposed by 18 December to avoid Covid hospitalisations surpassing last winter’s peak, according to documents leaked to the Guardian.

    Sajid Javid, the health secretary, received a presentation from the UK Health and Security Agency (UKHSA) on Tuesday warning that even if the new Omicron variant leads to less serious disease than Delta, it risks overwhelming the NHS with 5,000 people admitted to hospital a day.

    Continue reading...", - "content": "

    Exclusive: Health officials say urgent action needed to avoid mass hospitalisations and overwhelming the NHS

    Britain’s top public health officials have advised ministers that “stringent national measures” need to be imposed by 18 December to avoid Covid hospitalisations surpassing last winter’s peak, according to documents leaked to the Guardian.

    Sajid Javid, the health secretary, received a presentation from the UK Health and Security Agency (UKHSA) on Tuesday warning that even if the new Omicron variant leads to less serious disease than Delta, it risks overwhelming the NHS with 5,000 people admitted to hospital a day.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/10/stringent-uk-covid-measures-needed-within-a-week-leak-reveals", - "creator": "Rowena Mason Deputy political editor", - "pubDate": "2021-12-10T19:19:44Z", + "title": "Trump’s new media company deal investigated by SEC", + "description": "

    Top financial regulators are investigating $1.25bn deal to float his new social media venture on the stock market

    Wall Street’s top financial regulators are investigating Donald Trump’s $1.25bn deal to float his new social media venture on the stock market, a filing showed on Monday.

    Digital World Acquisition Corporation, the blank-check acquisition firm that agreed to merge with Trump Media & Technology Group Corp (TMTG), disclosed in a regulatory filing on Monday that the Securities and Exchange Commission (SEC) and the Financial Industry Regulatory Authority (Finra) were looking at the deal.

    Continue reading...", + "content": "

    Top financial regulators are investigating $1.25bn deal to float his new social media venture on the stock market

    Wall Street’s top financial regulators are investigating Donald Trump’s $1.25bn deal to float his new social media venture on the stock market, a filing showed on Monday.

    Digital World Acquisition Corporation, the blank-check acquisition firm that agreed to merge with Trump Media & Technology Group Corp (TMTG), disclosed in a regulatory filing on Monday that the Securities and Exchange Commission (SEC) and the Financial Industry Regulatory Authority (Finra) were looking at the deal.

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/2021/dec/06/trump-social-media-company", + "creator": "Reuters in New York", + "pubDate": "2021-12-06T19:26:47Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -217997,20 +243360,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2604d804c709a0e3983d9c88a1a9d6f" + "hash": "98644de2159a3f5c3cd571b4803df349" }, { - "title": "Inauguration poet Amanda Gorman ‘preserves the memory of a pandemic’ in new collection", - "description": "

    The writer who shot to fame when Joe Biden was sworn in as president has published her response to Covid-19

    • Scroll down to read Fugue, a poem from Gorman’s new collection

    Amanda Gorman, who became the youngest inauguration poet in US history when Joe Biden was sworn in as president, says she is attempting to “preserve the public memory of a pandemic” in a new collection published this week.

    Gorman shot into the public eye when she recited her poem The Hill We Climb at the inauguration in January, speaking of how “there is always light, if only we’re brave enough to see it, / If only we’re brave enough to be it.”

    Continue reading...", - "content": "

    The writer who shot to fame when Joe Biden was sworn in as president has published her response to Covid-19

    • Scroll down to read Fugue, a poem from Gorman’s new collection

    Amanda Gorman, who became the youngest inauguration poet in US history when Joe Biden was sworn in as president, says she is attempting to “preserve the public memory of a pandemic” in a new collection published this week.

    Gorman shot into the public eye when she recited her poem The Hill We Climb at the inauguration in January, speaking of how “there is always light, if only we’re brave enough to see it, / If only we’re brave enough to be it.”

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/books/2021/dec/11/inauguration-poet-amanda-gorman-preserves-the-memory-of-a-pandemic-in-new-collection", - "creator": "Alison Flood", - "pubDate": "2021-12-11T10:00:06Z", + "title": "Australians pass on $120bn a year in inheritances and gifts, report finds", + "description": "

    Productivity Commission projects fourfold rise in total value of inheritances to 2050, driven by housing and unspent super

    Booming housing wealth, unspent superannuation and lower fertility are increasing the size of Australians’ inheritances, according to the Productivity Commission.

    Despite helping the rich get richer, inheritances are nevertheless shrinking relative inequality by giving a bigger boost to poorer households’ wealth, the government thinktank found in a report released on Tuesday.

    Continue reading...", + "content": "

    Productivity Commission projects fourfold rise in total value of inheritances to 2050, driven by housing and unspent super

    Booming housing wealth, unspent superannuation and lower fertility are increasing the size of Australians’ inheritances, according to the Productivity Commission.

    Despite helping the rich get richer, inheritances are nevertheless shrinking relative inequality by giving a bigger boost to poorer households’ wealth, the government thinktank found in a report released on Tuesday.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/07/australians-pass-on-120bn-a-year-in-inheritances-and-gifts-report-finds", + "creator": "Paul Karp", + "pubDate": "2021-12-06T16:30:05Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -218018,20 +243380,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee361808efec283fff15094057ed5858" + "hash": "d0976a5e2de147b91ec2a84abfd8522a" }, { - "title": "‘The sound of roaring fires is still in my memory’: 30 years on from Kuwait’s oil blazes", - "description": "

    Oilwells set alight by Iraqi forces in 1991 were put out within months, but insidious pollution still mars the desert

    For 10 months in Kuwait, everything was upside down. Daytime was full of darkness from the thick smoke, and nights were bright from the distant glow of burning oilwells.

    When Iraq’s leader, Saddam Hussein, ordered the occupation of Kuwait in August 1990 in an attempt to gain control of the lucrative oil supply of the Middle East and pay off a huge debt accrued from Kuwait, he was fairly quickly forced into retreat by a US coalition which began an intensive bombing campaign.

    Continue reading...", - "content": "

    Oilwells set alight by Iraqi forces in 1991 were put out within months, but insidious pollution still mars the desert

    For 10 months in Kuwait, everything was upside down. Daytime was full of darkness from the thick smoke, and nights were bright from the distant glow of burning oilwells.

    When Iraq’s leader, Saddam Hussein, ordered the occupation of Kuwait in August 1990 in an attempt to gain control of the lucrative oil supply of the Middle East and pay off a huge debt accrued from Kuwait, he was fairly quickly forced into retreat by a US coalition which began an intensive bombing campaign.

    Continue reading...", - "category": "Environment", - "link": "https://www.theguardian.com/environment/2021/dec/11/the-sound-of-roaring-fires-is-still-in-my-memory-30-years-on-from-kuwaits-oil-blazes", - "creator": "Richa Syal", - "pubDate": "2021-12-11T10:00:06Z", + "title": "Prosecutor announces Michigan shooter's parents to be charged with manslaughter – video", + "description": "

    A prosecutor in Michigan filed involuntary manslaughter charges on Friday against the parents of a boy who is accused of killing four students at Oxford high school. 'Gun ownership is a right but with that right comes great responsibility,' Karen McDonald said at a press conference on Friday morning.

    The parents were summoned to the school a few hours before the shooting occurred after a teacher found a drawing of a gun, a person bleeding and the words 'help me', McDonald revealed

    Continue reading...", + "content": "

    A prosecutor in Michigan filed involuntary manslaughter charges on Friday against the parents of a boy who is accused of killing four students at Oxford high school. 'Gun ownership is a right but with that right comes great responsibility,' Karen McDonald said at a press conference on Friday morning.

    The parents were summoned to the school a few hours before the shooting occurred after a teacher found a drawing of a gun, a person bleeding and the words 'help me', McDonald revealed

    Continue reading...", + "category": "Michigan", + "link": "https://www.theguardian.com/us-news/video/2021/dec/03/prosecutor-announces-michigan-shooters-parents-to-be-charged-with-manslaughter-video", + "creator": "", + "pubDate": "2021-12-03T19:56:06Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -218039,20 +243400,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "710d7c9ad726e14689962d33ba365a46" + "hash": "1f6d64b997e9305286e285e0ad0d7dd7" }, { - "title": "A Covid Christmas: top scientists on how they will navigate party season", - "description": "

    Covid experts explain their personal approaches to festive gatherings in face of Omicron

    As Omicron cases are on the increase and a new wave threatens to overshadow Christmas, the scientists working on Covid are also making calculations about which of their own festivities to go ahead with and which to scale back.

    Prof Jennifer Rohn, cell biologist at University College London

    Continue reading...", - "content": "

    Covid experts explain their personal approaches to festive gatherings in face of Omicron

    As Omicron cases are on the increase and a new wave threatens to overshadow Christmas, the scientists working on Covid are also making calculations about which of their own festivities to go ahead with and which to scale back.

    Prof Jennifer Rohn, cell biologist at University College London

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/11/a-covid-christmas-top-scientists-on-how-they-will-navigate-party-season", - "creator": "Hannah Devlin and Nicola Davis", - "pubDate": "2021-12-11T07:00:02Z", + "title": "Film-maker Prano Bailey-Bond: ‘People think horror is just exploding heads’", + "description": "

    The British director’s debut film, Censor, has won awards and plaudits, and attracted new fans to the genre. The key to good horror, she says, is character

    This time last year, writer-director Prano Bailey-Bond was finishing work on her feature Censor and looking forward to 2021. Her unnerving film about horror – rather than a horror film per se – had been invited to the Sundance film festival. But then Covid restrictions stopped her attending. “Normally,” she says, “you’d get to go to the premiere of your debut feature. I slept through mine because it was on in the middle of the night on the other side of the world.”

    Since then, however, she has been able to bask in the film’s glory. Released in the UK in August, Censor has earned her serious plaudits, including the Screen FrightFest genre rising star award and being included in Variety magazine’s list of directors to watch. When we spoke last week, Bailey-Bond was a few days away from attending tonight’s Bifas (British independent film awards), where Censor has nominations in nine categories including debut director and debut screenwriter.

    Continue reading...", + "content": "

    The British director’s debut film, Censor, has won awards and plaudits, and attracted new fans to the genre. The key to good horror, she says, is character

    This time last year, writer-director Prano Bailey-Bond was finishing work on her feature Censor and looking forward to 2021. Her unnerving film about horror – rather than a horror film per se – had been invited to the Sundance film festival. But then Covid restrictions stopped her attending. “Normally,” she says, “you’d get to go to the premiere of your debut feature. I slept through mine because it was on in the middle of the night on the other side of the world.”

    Since then, however, she has been able to bask in the film’s glory. Released in the UK in August, Censor has earned her serious plaudits, including the Screen FrightFest genre rising star award and being included in Variety magazine’s list of directors to watch. When we spoke last week, Bailey-Bond was a few days away from attending tonight’s Bifas (British independent film awards), where Censor has nominations in nine categories including debut director and debut screenwriter.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/06/prano-bailey-bond-director-censor-horror-interview-faces-of-year", + "creator": "Jonathan Romney", + "pubDate": "2021-12-06T16:00:02Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -218060,20 +243420,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "835b45a835bad22e3ae2a408a09f4cdf" + "hash": "a1fc74cb77ae015a7eb376b17881b270" }, { - "title": "‘Gentle giants’: rangers prepare for return of wild bison to UK", - "description": "

    Animals arrive in Kent in spring 2022 and will create forest clearings – described as ‘jet fuel for biodiversity’

    “When you see them in the wild, there’s this tangible feeling of humility and respect,” says Tom Gibbs, one of the UK’s first two bison rangers. “The size of them instantly demands your respect, although they are quite docile. I wouldn’t say they are scary, but you’re aware of what they can do.”

    The rangers will manage the first wild bison to roam in the UK for thousands of years when four animals arrive in north Kent in the spring of 2022. The bison are Europe’s largest land animal – bulls can weigh a tonne – and were extinct in the wild a century ago, but are recovering through reintroduction projects across Europe.

    Continue reading...", - "content": "

    Animals arrive in Kent in spring 2022 and will create forest clearings – described as ‘jet fuel for biodiversity’

    “When you see them in the wild, there’s this tangible feeling of humility and respect,” says Tom Gibbs, one of the UK’s first two bison rangers. “The size of them instantly demands your respect, although they are quite docile. I wouldn’t say they are scary, but you’re aware of what they can do.”

    The rangers will manage the first wild bison to roam in the UK for thousands of years when four animals arrive in north Kent in the spring of 2022. The bison are Europe’s largest land animal – bulls can weigh a tonne – and were extinct in the wild a century ago, but are recovering through reintroduction projects across Europe.

    Continue reading...", - "category": "Wildlife", - "link": "https://www.theguardian.com/environment/2021/dec/11/gentle-giants-rangers-prepare-return-wild-bison-uk", - "creator": "Damian Carrington Environment editor", - "pubDate": "2021-12-11T08:00:05Z", + "title": "Euro banknotes to get first big redesign with 19-nation consultation", + "description": "

    New theme being sought to replace current ‘ages and styles’ motif, says European Central Bank

    Euro banknotes are facing a redesign for the first time since their launch two decades ago, with a plan to make the currency “more relatable to Europeans of all ages and backgrounds”.

    The European Central Bank (ECB) said it was starting a process to select new designs for banknotes, in consultation with citizens from across the 19 nations that use them, before a final decision is taken by 2024.

    Continue reading...", + "content": "

    New theme being sought to replace current ‘ages and styles’ motif, says European Central Bank

    Euro banknotes are facing a redesign for the first time since their launch two decades ago, with a plan to make the currency “more relatable to Europeans of all ages and backgrounds”.

    The European Central Bank (ECB) said it was starting a process to select new designs for banknotes, in consultation with citizens from across the 19 nations that use them, before a final decision is taken by 2024.

    Continue reading...", + "category": "Euro", + "link": "https://www.theguardian.com/business/2021/dec/06/euro-banknotes-first-big-redesign-19-nation-central-bank", + "creator": "Richard Partington Economics correspondent", + "pubDate": "2021-12-06T18:53:41Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -218081,20 +243440,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8a09010923be8a69ea53c43fc9d3705" + "hash": "2a11b99c0a0034661958ce8ee7c4cb5f" }, { - "title": "How one-click shopping is creating Amazon warehouse towns: ‘We’re disposable humans’", - "description": "

    In California’s Inland Empire, Black and Latino communities already faced some of the worst pollution. Then, more warehouses and trucks started appearing

    Three generations of Arah Parker’s family have lived in her pleasant, yellow-hued home, where there used to be a clear view of the San Gabriel mountains from the kitchen window.

    There used to be – until the country’s hunger for online shopping swallowed the neighborhood.

    Continue reading...", - "content": "

    In California’s Inland Empire, Black and Latino communities already faced some of the worst pollution. Then, more warehouses and trucks started appearing

    Three generations of Arah Parker’s family have lived in her pleasant, yellow-hued home, where there used to be a clear view of the San Gabriel mountains from the kitchen window.

    There used to be – until the country’s hunger for online shopping swallowed the neighborhood.

    Continue reading...", - "category": "Amazon", - "link": "https://www.theguardian.com/us-news/2021/dec/11/how-one-click-shopping-is-creating-amazon-warehouse-towns-were-disposable-humans", - "creator": "Maanvi Singh in Rialto, California", - "pubDate": "2021-12-11T09:05:05Z", + "title": "Epstein’s dark legend wraps Maxwell trial in web of conspiracy theories", + "description": "

    Analysis: The task of Ghislaine Maxwell’s defense may be to tangle her so deeply in Epstein’s shadow that they cannot find her guilty

    The graphic testimony presented to jurors in Ghislaine Maxwell’s criminal sex abuse trial last week seemed at times to mesh and then detach from broader theories – criminal, conspiratorial or both – about the nature of Jeffrey Epstein’s world.

    Whether prosecutors and defense attorneys are successful in separating criminal conspiracy from the conspiracy theories that run through the entire Epstein-Maxwell narrative may determine how the criminal complaint against the 59-year-old former British socialite is ultimately resolved.

    Continue reading...", + "content": "

    Analysis: The task of Ghislaine Maxwell’s defense may be to tangle her so deeply in Epstein’s shadow that they cannot find her guilty

    The graphic testimony presented to jurors in Ghislaine Maxwell’s criminal sex abuse trial last week seemed at times to mesh and then detach from broader theories – criminal, conspiratorial or both – about the nature of Jeffrey Epstein’s world.

    Whether prosecutors and defense attorneys are successful in separating criminal conspiracy from the conspiracy theories that run through the entire Epstein-Maxwell narrative may determine how the criminal complaint against the 59-year-old former British socialite is ultimately resolved.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/05/jeffrey-epstein-dark-legend-ghislaine-maxwell", + "creator": "Edward Helmore", + "pubDate": "2021-12-05T06:41:34Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -218102,20 +243460,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "18c22e1161271e43d73b1c889fe39d52" + "hash": "d5f456a4ae0d2d1d35c88239091f255a" }, { - "title": "CEO of US mortgage company fires 900 employees on a Zoom call – video", - "description": "

    The chief executive of a US mortgage company has drawn criticism after he reportedly fired 900 employees on a Zoom call. 'I come to you with not great news,' Vishal Garg, CEO of Better.com, is heard saying at the beginning of the video call made on Wednesday. Footage of the call was widely circulated on social media

    Continue reading...", - "content": "

    The chief executive of a US mortgage company has drawn criticism after he reportedly fired 900 employees on a Zoom call. 'I come to you with not great news,' Vishal Garg, CEO of Better.com, is heard saying at the beginning of the video call made on Wednesday. Footage of the call was widely circulated on social media

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/video/2021/dec/07/ceo-of-us-mortgage-company-fires-900-employees-on-a-zoom-call-video", - "creator": "", - "pubDate": "2021-12-07T08:04:30Z", + "title": "Covid news live: New York City to mandate vaccines for private sector workers; Poland to tighten restrictions", + "description": "

    Private employers in New York City will have to mandate Covid vaccinations for their workers; new pandemic restrictions set for Poland

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "content": "

    Private employers in New York City will have to mandate Covid vaccinations for their workers; new pandemic restrictions set for Poland

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/06/covid-news-live-omicron-found-in-one-third-of-us-states-germany-plans-vaccine-mandates-for-some-health-jobs", + "creator": "Damien Gayle (now); Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-06T14:40:28Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -218123,20 +243480,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "95ab44da7ad7c246ba2bb327e73d60e6" + "hash": "88480a045d1c81cd10e8298c2913f380" }, { - "title": "Arkansas tornado: one dead after nursing home ‘pretty much destroyed’", - "description": "

    Five seriously injured, says county judge in Arkansas, as rescue workers in Illinois attend site of roof collapse at Amazon warehouse

    One person was killed when a tornado ripped through an Arkansas nursing home, while a roof collapsed at an Amazon warehouse in Illinois, reportedly causing many injuries.

    Craighead county judge Marvin Day told the Associated Press the tornado struck the Monette Manor nursing home in north-east Arkansas at about 8.15pm, killing one person and trapping 20 people inside as the building collapsed. Officials had earlier reported at least two fatalities.

    Continue reading...", - "content": "

    Five seriously injured, says county judge in Arkansas, as rescue workers in Illinois attend site of roof collapse at Amazon warehouse

    One person was killed when a tornado ripped through an Arkansas nursing home, while a roof collapsed at an Amazon warehouse in Illinois, reportedly causing many injuries.

    Craighead county judge Marvin Day told the Associated Press the tornado struck the Monette Manor nursing home in north-east Arkansas at about 8.15pm, killing one person and trapping 20 people inside as the building collapsed. Officials had earlier reported at least two fatalities.

    Continue reading...", - "category": "Tornadoes", - "link": "https://www.theguardian.com/world/2021/dec/11/arkansas-tornado-deaths-nursing-home-illinois-amazon-warehouse-roof-collapse", - "creator": "Associated Press", - "pubDate": "2021-12-11T06:46:56Z", + "title": "Peng Shuai: International Tennis Federation does not want to ‘punish 1.4bn people’ with a China boycott", + "description": "
    • Calls to pull tournaments over tennis star’s treatment
    • ITF president says governing body will not follow WTA’s stance

    The International Tennis Federation has said it will not cancel any tournaments in China over concerns for Peng Shuai, because it does not want to “punish 1.4 billion people”.

    The ITF – the world governing body for the sport – had been facing calls to join the Women’s Tennis Association in suspending all tournaments in China over the government’s refusal to provide assurances of Shuai’s wellbeing.

    Continue reading...", + "content": "
    • Calls to pull tournaments over tennis star’s treatment
    • ITF president says governing body will not follow WTA’s stance

    The International Tennis Federation has said it will not cancel any tournaments in China over concerns for Peng Shuai, because it does not want to “punish 1.4 billion people”.

    The ITF – the world governing body for the sport – had been facing calls to join the Women’s Tennis Association in suspending all tournaments in China over the government’s refusal to provide assurances of Shuai’s wellbeing.

    Continue reading...", + "category": "Peng Shuai", + "link": "https://www.theguardian.com/sport/2021/dec/06/peng-shuai-international-tennis-federation-does-not-want-to-punish-14bn-people-with-a-china-boycott", + "creator": "Helen Davidson", + "pubDate": "2021-12-06T07:25:44Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -218144,20 +243500,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d9785a74f74222edf8eeb5bf47c4967" + "hash": "1f3e9ea36914e32fbe91ebc6fef994be" }, { - "title": "Hannah Gadsby – Body of Work: a joyful guide to blasting Netflix and messing with Christian bakers", - "description": "

    Joan Sutherland Theatre, Sydney Opera House
    The Australian comedian has opted for a feel-good show, but without any easy sentimentality

    What better way to symbolise your favourable turn in fortune than with adorable bunnies, the sign of good luck? Comedian Hannah Gadsby has marked her return to the Sydney Opera House with four rabbits across the stage, though you will probably first notice the one in the Joan Sutherland theatre that functions as a lantern, a beacon of hope.

    Of course, none of these rabbits are alive, which turns out to be apt, given the desecration of one unlucky bunny that hopped into the middle of the performer’s toxic relationship with an ex she struggled to shake off and another that emits a high-pitched squeal of terror as it crosses paths with Gadsby, her new wife and producer, Jenney Shamash, and their two dogs, Douglas and Jasper, on an outdoor stroll.

    Continue reading...", - "content": "

    Joan Sutherland Theatre, Sydney Opera House
    The Australian comedian has opted for a feel-good show, but without any easy sentimentality

    What better way to symbolise your favourable turn in fortune than with adorable bunnies, the sign of good luck? Comedian Hannah Gadsby has marked her return to the Sydney Opera House with four rabbits across the stage, though you will probably first notice the one in the Joan Sutherland theatre that functions as a lantern, a beacon of hope.

    Of course, none of these rabbits are alive, which turns out to be apt, given the desecration of one unlucky bunny that hopped into the middle of the performer’s toxic relationship with an ex she struggled to shake off and another that emits a high-pitched squeal of terror as it crosses paths with Gadsby, her new wife and producer, Jenney Shamash, and their two dogs, Douglas and Jasper, on an outdoor stroll.

    Continue reading...", - "category": "Hannah Gadsby", - "link": "https://www.theguardian.com/stage/2021/dec/11/hannah-gadsby-body-of-work-a-joyful-guide-to-blasting-netflix-and-messing-with-christian-bakers", - "creator": "Steve Dow", - "pubDate": "2021-12-10T21:58:28Z", + "title": "Exclusive: oil companies’ profits soared to $174bn this year as US gas prices rose", + "description": "

    Exxon, Chevron, Shell and BP among group of 24 who resisted calls to increase production but doled out shareholder dividends

    The largest oil and gas companies made a combined $174bn in profits in the first nine months of the year as gasoline prices climbed in the US, according to a new report.

    The bumper profit totals, provided exclusively to the Guardian, show that in the third quarter of 2021 alone, 24 top oil and gas companies made more than $74bn in net income. From January to September, the net income of the group, which includes Exxon, Chevron, Shell and BP, was $174bn.

    Continue reading...", + "content": "

    Exxon, Chevron, Shell and BP among group of 24 who resisted calls to increase production but doled out shareholder dividends

    The largest oil and gas companies made a combined $174bn in profits in the first nine months of the year as gasoline prices climbed in the US, according to a new report.

    The bumper profit totals, provided exclusively to the Guardian, show that in the third quarter of 2021 alone, 24 top oil and gas companies made more than $74bn in net income. From January to September, the net income of the group, which includes Exxon, Chevron, Shell and BP, was $174bn.

    Continue reading...", + "category": "Oil and gas companies", + "link": "https://www.theguardian.com/business/2021/dec/06/oil-companies-profits-exxon-chevron-shell-exclusive", + "creator": "Oliver Milman", + "pubDate": "2021-12-06T10:00:48Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -218165,20 +243520,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f9fe8bc7a3d909563ec972f1171b476" + "hash": "072c6bf76c0210799683283eac9fd9b0" }, { - "title": "Pence appears to set up a presidential run – can he win over Trump’s base?", - "description": "

    The former vice-president seems to be playing a long game for the 2024 election, possibly betting Trump’s influence over the Republican party will wane

    Hang Mike Pence!” was the chilling chant of the mob at the US Capitol on 6 January 2021. Can the same constituency be persuaded to vote Mike Pence on 5 November 2024? He, for one, appears to think so.

    The former vice-president this week travelled across New Hampshire, host of the first-in-the-nation presidential primary elections, to meet local activists, raise money and deliver a speech attacking potential opponent Joe Biden.

    Continue reading...", - "content": "

    The former vice-president seems to be playing a long game for the 2024 election, possibly betting Trump’s influence over the Republican party will wane

    Hang Mike Pence!” was the chilling chant of the mob at the US Capitol on 6 January 2021. Can the same constituency be persuaded to vote Mike Pence on 5 November 2024? He, for one, appears to think so.

    The former vice-president this week travelled across New Hampshire, host of the first-in-the-nation presidential primary elections, to meet local activists, raise money and deliver a speech attacking potential opponent Joe Biden.

    Continue reading...", - "category": "Mike Pence", - "link": "https://www.theguardian.com/us-news/2021/dec/11/mike-pence-2024-election-donald-trump-republicans", - "creator": "David Smith in Washington", - "pubDate": "2021-12-11T07:00:04Z", + "title": "UK teenager who was mauled by crocodile feared losing foot", + "description": "

    Amelie Osborn-Smith says she feels ‘very lucky’ in first interview after incident while rafting in Zambia

    A British teenager who was mauled by a crocodile in southern Africa feared she would need to have her foot amputated, and said she felt “very lucky” during an interview from her hospital bed.

    Amelie Osborn-Smith, 18, was left with her right foot “hanging loose” and a dislocated hip after the attack in the Zambezi River in Zambia while she was taking a break during a white water rafting expedition.

    Continue reading...", + "content": "

    Amelie Osborn-Smith says she feels ‘very lucky’ in first interview after incident while rafting in Zambia

    A British teenager who was mauled by a crocodile in southern Africa feared she would need to have her foot amputated, and said she felt “very lucky” during an interview from her hospital bed.

    Amelie Osborn-Smith, 18, was left with her right foot “hanging loose” and a dislocated hip after the attack in the Zambezi River in Zambia while she was taking a break during a white water rafting expedition.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/06/uk-teenager-attacked-by-crocodile-feared-loosing-foot-amelie-osborn-smith-zambia", + "creator": "Sarah Marsh", + "pubDate": "2021-12-06T11:04:56Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", @@ -218186,37 +243540,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9512aa4b987c6cb22387b00a9d02f93" + "hash": "49646f7682871614bb9c21eca212922d" }, { - "title": "‘Fighting to reclaim our language’: Māori names enjoy surge in popularity", - "description": "

    More parents in New Zealand are giving their babies indigenous names to foster links with their ancestry and culture

    Nine-month-old Ruataupare Te Ropuhina Florence Whiley-Whaipooti will grow up speaking the names of her ancestors. She will learn she comes from a line of strong Ngāti Porou women, and that her ancestor, who was a staunch tribal leader, is her name-sake. She will grow to understand that her Māori name links her to whenua (land), her whakapapa (genealogy) and her Māoritanga (culture).

    Ruataupare is one of an increasing number of babies in New Zealand to be given a Māori name. While Māori have never stopped giving their children indigenous names, there has been a marked increase over the past 10 years – a near doubling of Māori names registered since 2011.

    Continue reading...", - "content": "

    More parents in New Zealand are giving their babies indigenous names to foster links with their ancestry and culture

    Nine-month-old Ruataupare Te Ropuhina Florence Whiley-Whaipooti will grow up speaking the names of her ancestors. She will learn she comes from a line of strong Ngāti Porou women, and that her ancestor, who was a staunch tribal leader, is her name-sake. She will grow to understand that her Māori name links her to whenua (land), her whakapapa (genealogy) and her Māoritanga (culture).

    Ruataupare is one of an increasing number of babies in New Zealand to be given a Māori name. While Māori have never stopped giving their children indigenous names, there has been a marked increase over the past 10 years – a near doubling of Māori names registered since 2011.

    Continue reading...", - "category": "Māori", - "link": "https://www.theguardian.com/world/2021/dec/11/fighting-to-reclaim-our-language-maori-names-enjoy-surge-in-popularity", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-12-10T18:00:47Z", + "title": "Joe Biden restores tradition with return to Kennedy Center Honors", + "description": "

    President given standing ovations at performing arts awards snubbed by Donald Trump

    “Tonight it is quite nice, very nice to see the presidential box once again being occupied,” David Letterman said to knowing applause. “And the same with the Oval Office.”

    The comedian was introducing the 44th Kennedy Center Honors, where Joe Biden restored tradition merely with his presence after four years in which the annual gala was snubbed by then president Donald Trump and upended by the coronavirus pandemic.

    Continue reading...", + "content": "

    President given standing ovations at performing arts awards snubbed by Donald Trump

    “Tonight it is quite nice, very nice to see the presidential box once again being occupied,” David Letterman said to knowing applause. “And the same with the Oval Office.”

    The comedian was introducing the 44th Kennedy Center Honors, where Joe Biden restored tradition merely with his presence after four years in which the annual gala was snubbed by then president Donald Trump and upended by the coronavirus pandemic.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2021/dec/06/joe-biden-restores-tradition-with-return-to-kennedy-center-honors", + "creator": "David Smith in Washington", + "pubDate": "2021-12-06T08:53:03Z", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4ef313f5957ae8a12a8e69b5b83fa3e" + "hash": "f9759af4815eb71d9eee5f3327ab740d" }, { - "title": "Scott Morrison urged to end ‘lunacy’ and push UK and US for Assange’s release", - "description": "

    Independent MP Andrew Wilkie says UK a ‘lackey’ of US and journalism is not a crime

    The Australian government has been accused of sitting on its hands while WikiLeaks founder Julian Assange faces extradition to the United States on espionage charges.

    Assange, 50, is wanted in the US over an alleged conspiracy to obtain and disclose classified information following WikiLeaks’ publication of hundreds of thousands of leaked documents relating to the Afghanistan and Iraq wars.

    Continue reading...", - "content": "

    Independent MP Andrew Wilkie says UK a ‘lackey’ of US and journalism is not a crime

    The Australian government has been accused of sitting on its hands while WikiLeaks founder Julian Assange faces extradition to the United States on espionage charges.

    Assange, 50, is wanted in the US over an alleged conspiracy to obtain and disclose classified information following WikiLeaks’ publication of hundreds of thousands of leaked documents relating to the Afghanistan and Iraq wars.

    Continue reading...", - "category": "Australian politics", - "link": "https://www.theguardian.com/australia-news/2021/dec/11/scott-morrison-urged-to-end-lunacy-and-push-us-and-uk-to-release-julian-assange", - "creator": "Australian Associated Press", - "pubDate": "2021-12-11T04:20:20Z", + "title": "Omicron brings fresh concern for US mental heath after ‘grim two years’", + "description": "

    Many Americans’ mental health has suffered during the pandemic, and anxiety and depression persists

    Sarah Isaacs, a therapist in Raleigh, North Carolina, sees mostly clients between the ages of 22 and 30, many of whom missed out on the usual dating and networking because of the Covid pandemic.

    “They literally haven’t been able to do anything for two years,” said Isaacs, who specializes in working with people with eating disorders and people who identify as LGBTQ+.

    Continue reading...", + "content": "

    Many Americans’ mental health has suffered during the pandemic, and anxiety and depression persists

    Sarah Isaacs, a therapist in Raleigh, North Carolina, sees mostly clients between the ages of 22 and 30, many of whom missed out on the usual dating and networking because of the Covid pandemic.

    “They literally haven’t been able to do anything for two years,” said Isaacs, who specializes in working with people with eating disorders and people who identify as LGBTQ+.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/06/omicron-mental-health-america-covid-pandemic", + "creator": "Eric Berger", + "pubDate": "2021-12-06T07:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218227,36 +243580,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4b14d08ddb3a1d26f60f16a6b786e8e" + "hash": "3b8b24845058ffb7b7cb161a322443af" }, { - "title": "Ghislaine Maxwell gave me nude massage when I was 16, accuser says", - "description": "

    Annie Farmer testifies about encounter at New Mexico ranch in 1996, and recounts how she met Maxwell and Jeffrey Epstein

    The fourth accuser to testify in Ghislaine Maxwell’s sex trafficking trial said Friday that she was only 16 when the British socialite gave her a nude massage at Jeffrey Epstein’s New Mexico ranch.

    This accuser, Annie Farmer, also said that the morning after her encounter with Maxwell, Epstein climbed into bed with her and said he “wanted to cuddle” and she “felt kind of frozen”.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "content": "

    Annie Farmer testifies about encounter at New Mexico ranch in 1996, and recounts how she met Maxwell and Jeffrey Epstein

    The fourth accuser to testify in Ghislaine Maxwell’s sex trafficking trial said Friday that she was only 16 when the British socialite gave her a nude massage at Jeffrey Epstein’s New Mexico ranch.

    This accuser, Annie Farmer, also said that the morning after her encounter with Maxwell, Epstein climbed into bed with her and said he “wanted to cuddle” and she “felt kind of frozen”.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/10/ghislaine-maxwell-trial-accuser-jeffrey-epstein", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-10T18:43:22Z", + "title": "Omicron wasn't part of our festive plan, but here's how we can stay safe this Christmas | Susan Michie", + "description": "

    From ventilation to lateral flow testing, let’s try to minimise the risk of catching Covid


    For months in the UK we have had 30,000-50,000 new Covid cases of the Delta variant a day and about 1,000 dying from the disease every week, and NHS leaders are saying the hospital and ambulance services are at breaking point. Now, to make matters worse, the Omicron variant has arrived. This new variant will probably evade immunity to some extent, but we don’t know by how much. It may be more transmissible, but we are not sure. And we don’t know whether or not it will cause more severe disease.

    Faced with this uncertainty and contradictory messages, what are we to do? After the disappointment of last Christmas, many of us are desperate for socialising, parties and fun. We are also desperate to avoid lockdowns. So should we be making that one stitch now to save nine later; taking steps now to try to save Christmas? Steps such as wearing masks in all indoor public spaces, working from home where we can, only going shopping and travelling where necessary and engaging in only our top priority social events?

    Susan Michie is director of the UCL Centre for Behaviour Change

    Continue reading...", + "content": "

    From ventilation to lateral flow testing, let’s try to minimise the risk of catching Covid


    For months in the UK we have had 30,000-50,000 new Covid cases of the Delta variant a day and about 1,000 dying from the disease every week, and NHS leaders are saying the hospital and ambulance services are at breaking point. Now, to make matters worse, the Omicron variant has arrived. This new variant will probably evade immunity to some extent, but we don’t know by how much. It may be more transmissible, but we are not sure. And we don’t know whether or not it will cause more severe disease.

    Faced with this uncertainty and contradictory messages, what are we to do? After the disappointment of last Christmas, many of us are desperate for socialising, parties and fun. We are also desperate to avoid lockdowns. So should we be making that one stitch now to save nine later; taking steps now to try to save Christmas? Steps such as wearing masks in all indoor public spaces, working from home where we can, only going shopping and travelling where necessary and engaging in only our top priority social events?

    Susan Michie is director of the UCL Centre for Behaviour Change

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/commentisfree/2021/dec/06/christmas-party-celebrations-omicron", + "creator": "Susan Michie", + "pubDate": "2021-12-06T12:50:56Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6caa2a7a836740ca37f201ab7513c67a" + "hash": "a500dbd9e9d39e6fe41b26e3dbe77e66" }, { - "title": "Spider-Man star Tom Holland, 25, considers acting exit in ‘midlife crisis’", - "description": "

    Actor mulls over return to roots in dancing, while promoting latest Marvel instalment

    The Spider-Man star Tom Holland has revealed he is considering quitting acting at the age of 25 as part of a “midlife crisis” come early.

    Holland, who was promoting the latest instalment of the Marvel series, said he was considering giving up acting to return to his roots in dancing, after he played Billy Elliot in the West End as a child.

    “I don’t even know if I want to be an actor,” he told Sky News in an interview to promote his new film.

    “I started acting when I was 11 and I haven’t done anything else, so I’d like to go and do other things. Genuinely, I’m sort of … having a midlife crisis – at 25, I’m having like a pre-midlife crisis.”

    The actor revealed this week that he had signed up to play Fred Astaire in a biopic, a move that could signal the beginning of his career shift.

    Holland acknowledged a debt to the Spider-Man franchise, which had enabled him to “do some amazing things”. The latest film, No Way Home, is expected to be the biggest of the year – possibly ever – with pre-sales before its UK release on 15 December outstripping that of Avengers: Endgame (2019).

    Holland is not the first actor to tire quickly of the profession. Greta Garbo announced a “temporary” retirement at the age of 36 in 1941, while she was still one of the biggest box office draws in the world. It lasted 49 years, until her death in 1990.

    Although her reasons are not fully understood, Garbo is believed to have been a private, introverted person who struggled with the spotlight cast on her through fame, and who perhaps pre-empted the declining opportunities at the time for female actors as their youthful beauty faded.

    More recently, the Game of Thrones star Jack Gleeson retired after the series finished. He told Entertainment Weekly that he had been acting since he was eight and had “stopped enjoying it as much as I used to”. He said that earning a living from acting had changed his relationship with his craft compared with the “therapeutic” benefits he had enjoyed when it was just a hobby.

    Continue reading...", - "content": "

    Actor mulls over return to roots in dancing, while promoting latest Marvel instalment

    The Spider-Man star Tom Holland has revealed he is considering quitting acting at the age of 25 as part of a “midlife crisis” come early.

    Holland, who was promoting the latest instalment of the Marvel series, said he was considering giving up acting to return to his roots in dancing, after he played Billy Elliot in the West End as a child.

    “I don’t even know if I want to be an actor,” he told Sky News in an interview to promote his new film.

    “I started acting when I was 11 and I haven’t done anything else, so I’d like to go and do other things. Genuinely, I’m sort of … having a midlife crisis – at 25, I’m having like a pre-midlife crisis.”

    The actor revealed this week that he had signed up to play Fred Astaire in a biopic, a move that could signal the beginning of his career shift.

    Holland acknowledged a debt to the Spider-Man franchise, which had enabled him to “do some amazing things”. The latest film, No Way Home, is expected to be the biggest of the year – possibly ever – with pre-sales before its UK release on 15 December outstripping that of Avengers: Endgame (2019).

    Holland is not the first actor to tire quickly of the profession. Greta Garbo announced a “temporary” retirement at the age of 36 in 1941, while she was still one of the biggest box office draws in the world. It lasted 49 years, until her death in 1990.

    Although her reasons are not fully understood, Garbo is believed to have been a private, introverted person who struggled with the spotlight cast on her through fame, and who perhaps pre-empted the declining opportunities at the time for female actors as their youthful beauty faded.

    More recently, the Game of Thrones star Jack Gleeson retired after the series finished. He told Entertainment Weekly that he had been acting since he was eight and had “stopped enjoying it as much as I used to”. He said that earning a living from acting had changed his relationship with his craft compared with the “therapeutic” benefits he had enjoyed when it was just a hobby.

    Continue reading...", - "category": "Tom Holland", - "link": "https://www.theguardian.com/film/2021/dec/10/spider-man-star-tom-holland-considers-acting-exit-in-mid-life-crisis", - "creator": "Rachel Hall", - "pubDate": "2021-12-10T14:52:59Z", + "title": "‘We are in limbo’: banned Belarus theatre troupe forced into exile", + "description": "

    Members of Belarus Free Theatre say authorities ‘are more scared of artists than of political statements’

    For 16 years, the Belarus Free Theatre has advocated for freedom of expression, equality and democracy through underground performances from ad hoc locations to audiences hungry for an alternative voice to the country’s repressive dictator, Alexander Lukashenko.

    Now the banned company has taken the momentous decision to relocate outside Belarus, saying the risk of reprisals against its members is too great for it to continue its cultural resistance under the Lukashenko regime.

    Continue reading...", + "content": "

    Members of Belarus Free Theatre say authorities ‘are more scared of artists than of political statements’

    For 16 years, the Belarus Free Theatre has advocated for freedom of expression, equality and democracy through underground performances from ad hoc locations to audiences hungry for an alternative voice to the country’s repressive dictator, Alexander Lukashenko.

    Now the banned company has taken the momentous decision to relocate outside Belarus, saying the risk of reprisals against its members is too great for it to continue its cultural resistance under the Lukashenko regime.

    Continue reading...", + "category": "Belarus", + "link": "https://www.theguardian.com/world/2021/dec/06/belarus-free-theatre-in-exile-stronger-than-regime", + "creator": "Harriet Sherwood and Andrew Roth in Moscow", + "pubDate": "2021-12-06T05:00:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218267,16 +243620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6730d4573a8db55545c201846bb32e1" + "hash": "368c7cc507eab90d1d81cb03929c01ef" }, { - "title": "Scientists use ostrich cells to make glowing Covid detection masks", - "description": "

    Japanese researchers use bird antibodies to detect virus under ultraviolet light

    Japanese researchers have developed masks that use ostrich antibodies to detect Covid-19 by glowing under ultraviolet light.

    The discovery, by Yasuhiro Tsukamoto and his team at Kyoto Prefectural University in western Japan, could provide for low-cost testing of the virus at home.

    Continue reading...", - "content": "

    Japanese researchers use bird antibodies to detect virus under ultraviolet light

    Japanese researchers have developed masks that use ostrich antibodies to detect Covid-19 by glowing under ultraviolet light.

    The discovery, by Yasuhiro Tsukamoto and his team at Kyoto Prefectural University in western Japan, could provide for low-cost testing of the virus at home.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/10/scientists-ostrich-cells-glowing-covid-detection-masks", - "creator": "Reuters in Tokyo", - "pubDate": "2021-12-10T08:43:25Z", + "title": "Chris Noth on feuds, family and Mr Big: ‘I never saw him as an alpha male’", + "description": "

    The Sex and the City star is back for the reboot, And Just Like That … He talks about bereavement, rebellion, the fun of acting – and the absence of Kim Cattrall

    “I’m not supposed to talk for this long. I told my publicist beforehand: ‘I need to keep this short so I don’t give quotes I’ll regret,’” chuckles Chris Noth.

    Too late for that. Ahead of our interview, I had expected Noth – best known as Mr Big from Sex and the City – to be a reluctant interviewee, because that’s how he came across in past articles, especially when he was talking about the TV show that turned him from a jobbing actor into, well, Mr Big. But those were from back in the day, when he bridled at his sudden celebrity. Noth had been in hit TV shows before, most famously when he played Detective Mike Logan for five years on Law & Order. But nothing could have prepared him for Sex and the City.

    Continue reading...", + "content": "

    The Sex and the City star is back for the reboot, And Just Like That … He talks about bereavement, rebellion, the fun of acting – and the absence of Kim Cattrall

    “I’m not supposed to talk for this long. I told my publicist beforehand: ‘I need to keep this short so I don’t give quotes I’ll regret,’” chuckles Chris Noth.

    Too late for that. Ahead of our interview, I had expected Noth – best known as Mr Big from Sex and the City – to be a reluctant interviewee, because that’s how he came across in past articles, especially when he was talking about the TV show that turned him from a jobbing actor into, well, Mr Big. But those were from back in the day, when he bridled at his sudden celebrity. Noth had been in hit TV shows before, most famously when he played Detective Mike Logan for five years on Law & Order. But nothing could have prepared him for Sex and the City.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/06/chris-noth-on-feuds-family-and-mr-big-i-never-saw-him-as-an-alpha-male", + "creator": "Hadley Freeman", + "pubDate": "2021-12-06T06:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218287,16 +243640,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f46a606a164de99df1a07135ee628f70" + "hash": "081c5d9edbbf540202849f9dcbc6e998" }, { - "title": "Mouse bite may have infected Taiwan lab worker with Covid", - "description": "

    Employee at high-security facility tests positive in island’s first local infection in weeks

    Health officials in Taiwan are investigating whether a mouse bite may have been responsible for a laboratory worker testing positive for Covid, the island’s first local infection in weeks.

    The authorities are scrambling to work out how the employee at Academia Sinica, the country’s top research institute, contracted the virus last month.

    Continue reading...", - "content": "

    Employee at high-security facility tests positive in island’s first local infection in weeks

    Health officials in Taiwan are investigating whether a mouse bite may have been responsible for a laboratory worker testing positive for Covid, the island’s first local infection in weeks.

    The authorities are scrambling to work out how the employee at Academia Sinica, the country’s top research institute, contracted the virus last month.

    Continue reading...", - "category": "Taiwan", - "link": "https://www.theguardian.com/world/2021/dec/10/mouse-bite-infected-taiwan-lab-woker-covid", - "creator": "Agence France-Presse in Taipei", - "pubDate": "2021-12-10T10:53:18Z", + "title": "Halo Infinite review – old-school blasting in sci-fi ‘Dad’ game", + "description": "

    PC, Xbox Series, Xbox One; Microsoft; 343 Industries
    The engrossing flagship Xbox shooter returns with its fabled craggy supersoldier and plenty of style but not quite enough bang

    Twenty years since Halo: Combat Evolved, Master Chief is still “finishing the fight”. Made infamous by Halo 2’s premature cliffhanger ending, the line is uttered with zero irony at Halo Infinite’s conclusion: it’s become the catchphrase for a series that is travelling in circles, always defaulting to something like the original fable of a craggy supersoldier fighting alien zealots for control of universe-ending Forerunner relics.

    Infinite takes place on yet another gorgeous ringworld, where Master Chief teams up with a nervy pilot and a chirpy new AI buddy to battle a renegade group called the Banished. It’s the same old story with the same rousing musical motifs, but the geography has changed: main missions are now threaded through a lush open expanse comparable to that of a Far Cry game, where you’ll tackle sidequests such as hostage rescue, and claim bases that let you fast-travel and rearm. The extra space amplifies Halo’s existing brilliance as a martial playground, defined less by reflexes and accuracy than giddy improvisation, but it’s not quite enough to make this backward-glancing game unmissable.

    Continue reading...", + "content": "

    PC, Xbox Series, Xbox One; Microsoft; 343 Industries
    The engrossing flagship Xbox shooter returns with its fabled craggy supersoldier and plenty of style but not quite enough bang

    Twenty years since Halo: Combat Evolved, Master Chief is still “finishing the fight”. Made infamous by Halo 2’s premature cliffhanger ending, the line is uttered with zero irony at Halo Infinite’s conclusion: it’s become the catchphrase for a series that is travelling in circles, always defaulting to something like the original fable of a craggy supersoldier fighting alien zealots for control of universe-ending Forerunner relics.

    Infinite takes place on yet another gorgeous ringworld, where Master Chief teams up with a nervy pilot and a chirpy new AI buddy to battle a renegade group called the Banished. It’s the same old story with the same rousing musical motifs, but the geography has changed: main missions are now threaded through a lush open expanse comparable to that of a Far Cry game, where you’ll tackle sidequests such as hostage rescue, and claim bases that let you fast-travel and rearm. The extra space amplifies Halo’s existing brilliance as a martial playground, defined less by reflexes and accuracy than giddy improvisation, but it’s not quite enough to make this backward-glancing game unmissable.

    Continue reading...", + "category": "Games", + "link": "https://www.theguardian.com/games/2021/dec/06/halo-infinite-review-old-school-blasting-in-sci-fi-dad-game", + "creator": "Edwin Evans-Thirlwell", + "pubDate": "2021-12-06T10:36:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218307,16 +243660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ce1f8bbb4f2e42e85e332688ae03d46" + "hash": "a32e173a7f9621aa4fbf09c2b956af9e" }, { - "title": "‘Nobody wants to be Putin’s slave’: on the Ukraine frontline as tensions rise", - "description": "

    Soldiers and residents living in the shadow of Russia’s military buildup describe the toll of the long, unresolved conflict

    For Misha Novitskyi, the question of whether Russia will invade Ukraine is not theoretical. The enemy is just 50 metres away behind a concrete slab. From time to time Russian voices float eerily across a wintry no man’s land of ragged trees and scrub.

    “When they light their stoves you can see the smoke,” Novitskyi – a senior lieutenant in the Ukrainian army – said, speaking from what is in effect Europe’s eastern front with Russia. He added: “Every day they shoot at us.”

    Continue reading...", - "content": "

    Soldiers and residents living in the shadow of Russia’s military buildup describe the toll of the long, unresolved conflict

    For Misha Novitskyi, the question of whether Russia will invade Ukraine is not theoretical. The enemy is just 50 metres away behind a concrete slab. From time to time Russian voices float eerily across a wintry no man’s land of ragged trees and scrub.

    “When they light their stoves you can see the smoke,” Novitskyi – a senior lieutenant in the Ukrainian army – said, speaking from what is in effect Europe’s eastern front with Russia. He added: “Every day they shoot at us.”

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2021/dec/10/nobody-wants-to-be-putins-slave-on-the-ukraine-frontline-as-tensions-rise", - "creator": "Luke Harding in Avdiyivka, with pictures by Volodymyr Yurchenko", - "pubDate": "2021-12-10T14:48:21Z", + "title": "Happy queer Christmas! Drag kings and queens on their festive spectaculars", + "description": "

    LGBTQ+ performers are making sure that queerness isn’t ‘swept under the carpet’ this Christmas – and providing community, fun and celebration for audiences

    Drag king Mark Anthony loves Christmas. He always has – it’s a big thing in his family. Still, he says he found his Christmas “blighted slightly” in recent years since coming out as transgender and non-binary. “It wasn’t a big sob story of rejection,” Anthony, whose family fully accepts him for who he is, explains. “It was a discomfort type thing, from both sides, where you’re trying to work out how you fit into a different role. By this point, we’re pretty much adjusted now.” (Out of drag, Anthony, performed by Isaac Williams, uses the pronouns they and them.)

    Anthony knows how Christmas “might have quite negative associations” for those LGBTQ+ people “who don’t feel they can be authentically themselves at home with their families”. It is a time that “puts a spotlight on anything that’s changed and makes it feel really kind of awkward”, for example, if someone has come out about their sexuality or gender identity.

    Continue reading...", + "content": "

    LGBTQ+ performers are making sure that queerness isn’t ‘swept under the carpet’ this Christmas – and providing community, fun and celebration for audiences

    Drag king Mark Anthony loves Christmas. He always has – it’s a big thing in his family. Still, he says he found his Christmas “blighted slightly” in recent years since coming out as transgender and non-binary. “It wasn’t a big sob story of rejection,” Anthony, whose family fully accepts him for who he is, explains. “It was a discomfort type thing, from both sides, where you’re trying to work out how you fit into a different role. By this point, we’re pretty much adjusted now.” (Out of drag, Anthony, performed by Isaac Williams, uses the pronouns they and them.)

    Anthony knows how Christmas “might have quite negative associations” for those LGBTQ+ people “who don’t feel they can be authentically themselves at home with their families”. It is a time that “puts a spotlight on anything that’s changed and makes it feel really kind of awkward”, for example, if someone has come out about their sexuality or gender identity.

    Continue reading...", + "category": "Theatre", + "link": "https://www.theguardian.com/stage/2021/dec/06/drag-kings-and-queens-festive-spectaculars", + "creator": "Ella Braidwood", + "pubDate": "2021-12-06T12:58:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218327,36 +243680,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "a87b511b10d796246d5bd1b1798155c8" + "hash": "b76edd324ecd2f0426f95383199ca78e" }, { - "title": "The Succession quiz: who said it – a real-life billionaire or one of the Roys?", - "description": "

    Test your Succession knowledge of where these quotes came from: Logan, Shiv, Roman or Kendall Roy; Rupert Murdoch, James Packer, Jack Dorsey or Jeff Bezos

    Continue reading...", - "content": "

    Test your Succession knowledge of where these quotes came from: Logan, Shiv, Roman or Kendall Roy; Rupert Murdoch, James Packer, Jack Dorsey or Jeff Bezos

    Continue reading...", - "category": "Succession", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/11/the-succession-quiz-who-said-it-a-real-life-billionaire-or-one-of-the-roys", - "creator": "Elle Hunt", - "pubDate": "2021-12-10T19:00:49Z", + "title": "Stillborn baby’s parents receive £2.8m from Nottingham hospital trust", + "description": "

    Payout to Jack and Sarah Hawkins is thought to be largest settlement for a stillbirth clinical negligence case

    A couple whose daughter died before birth after maternity staff failings have received a £2.8m payout from the NHS in what is believed to be the largest settlement for a stillbirth clinical negligence case.

    Sarah Hawkins was in labour for six days before Harriet was stillborn, almost nine hours after dying, at Nottingham City hospital in April 2016.

    Continue reading...", + "content": "

    Payout to Jack and Sarah Hawkins is thought to be largest settlement for a stillbirth clinical negligence case

    A couple whose daughter died before birth after maternity staff failings have received a £2.8m payout from the NHS in what is believed to be the largest settlement for a stillbirth clinical negligence case.

    Sarah Hawkins was in labour for six days before Harriet was stillborn, almost nine hours after dying, at Nottingham City hospital in April 2016.

    Continue reading...", + "category": "Nottingham", + "link": "https://www.theguardian.com/uk-news/2021/dec/06/stillborn-babys-parents-receive-28m-from-nottingham-hospital-trust", + "creator": "Jessica Murray Midlands correspondent", + "pubDate": "2021-12-06T14:47:31Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc42a002b156292e909e2eefe8014ec0" + "hash": "4c324c23bf18bbbc75426fd1f89ff5b2" }, { - "title": "And Just Like That: bad jokes are the least of its problems", - "description": "

    Some franchises cannot endure, it turns out – but, happily, old box sets live forever

    Good sex, like good comedy, relies on timing, and maybe, 17 years after the original show ended, 11 years after the second film departed cinemas, Sex and the City no longer has its finger on the clitoris when it comes to timing. “And Just Like That, It All Went Wrong” was the New York Times’s verdict on the wildly publicised, moderately anticipated SATC follow-up series, And Just Like That, which debuted its first two episodes this week. The Guardian’s Lucy Mangan described it as at times “excruciating”.

    Certainly the jokes are bad. Not “Lawrence of my labia” bad, as Samantha (Kim Cattrall) notoriously said in Sex and the City 2. But a far cry from the spit-out-your-wine-with-laughter-and-shock level of the original show, which ran from 1998 to 2004. And that’s the least of its problems.

    Continue reading...", - "content": "

    Some franchises cannot endure, it turns out – but, happily, old box sets live forever

    Good sex, like good comedy, relies on timing, and maybe, 17 years after the original show ended, 11 years after the second film departed cinemas, Sex and the City no longer has its finger on the clitoris when it comes to timing. “And Just Like That, It All Went Wrong” was the New York Times’s verdict on the wildly publicised, moderately anticipated SATC follow-up series, And Just Like That, which debuted its first two episodes this week. The Guardian’s Lucy Mangan described it as at times “excruciating”.

    Certainly the jokes are bad. Not “Lawrence of my labia” bad, as Samantha (Kim Cattrall) notoriously said in Sex and the City 2. But a far cry from the spit-out-your-wine-with-laughter-and-shock level of the original show, which ran from 1998 to 2004. And that’s the least of its problems.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/10/and-just-like-that-bad-jokes-are-the-least-of-its-problems", - "creator": "Hadley Freeman", - "pubDate": "2021-12-10T17:21:57Z", + "title": "Congress braces for another battle over US debt ceiling – live", + "description": "

    David Perdue’s announcement that he will challenge sitting Governor Brian Kemp for the Republican nomination comes less than a week after Democrat Stacey Abrams launched her own gubernatorial campaign.

    Abrams’ campaign sets up a potential rematch against Kemp, depending on whether he can best Perdue. Kemp narrowly defeated Abrams in the 2018 gubernatorial race, although she blamed the loss on voter suppression.

    Continue reading...", + "content": "

    David Perdue’s announcement that he will challenge sitting Governor Brian Kemp for the Republican nomination comes less than a week after Democrat Stacey Abrams launched her own gubernatorial campaign.

    Abrams’ campaign sets up a potential rematch against Kemp, depending on whether he can best Perdue. Kemp narrowly defeated Abrams in the 2018 gubernatorial race, although she blamed the loss on voter suppression.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2021/dec/06/congress-debt-ceiling-republicans-democrats-joe-biden-coronavirus-us-politics-latest", + "creator": "Joan E Greve in Washington", + "pubDate": "2021-12-06T15:30:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218367,16 +243720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbdf0d045d253aed58f706d2694a2a6f" + "hash": "0e565b06dd3a2a4d8e32cbf076105232" }, { - "title": "‘Pushy, gobby, rude’: why do women get penalised for talking loudly at work?", - "description": "

    As a female physicist wins an unfair dismissal claim, why some women are viewed as strident or difficult when men aren’t

    For quite a loud woman, it’s amazing how hard Judith Howell had to work to get heard. Howell, 49, used to be a government lobbyist, and she noticed a well-known phenomenon: “It’s incredibly male-dominated, and I’d find that if I said something it would get picked up by someone else in the meeting as if they’d said it. So I’d have to push a bit harder, be a bit more strident, literally interrupt and – not shout, but raise my voice. And some people found that very annoying.”

    Howell cheerfully admits that she has a loud voice. “I grew up in a family of boys,” she boomed. “And I learned to sing at a young age, so I know how to project.” As a rowing coach, when she gives instructions to her crew from the riverbank, she can be heard from nearly a mile away.

    Continue reading...", - "content": "

    As a female physicist wins an unfair dismissal claim, why some women are viewed as strident or difficult when men aren’t

    For quite a loud woman, it’s amazing how hard Judith Howell had to work to get heard. Howell, 49, used to be a government lobbyist, and she noticed a well-known phenomenon: “It’s incredibly male-dominated, and I’d find that if I said something it would get picked up by someone else in the meeting as if they’d said it. So I’d have to push a bit harder, be a bit more strident, literally interrupt and – not shout, but raise my voice. And some people found that very annoying.”

    Howell cheerfully admits that she has a loud voice. “I grew up in a family of boys,” she boomed. “And I learned to sing at a young age, so I know how to project.” As a rowing coach, when she gives instructions to her crew from the riverbank, she can be heard from nearly a mile away.

    Continue reading...", - "category": "Women", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/10/pushy-gobby-rude-why-do-women-get-penalised-for-talking-loudly-at-work", - "creator": "Archie Bland", - "pubDate": "2021-12-10T15:03:00Z", + "title": "Qld border to reopen 13 December, Palaszczuk says; SA premier advised to close border with NSW over Omicron – As it happened", + "description": "

    Annastacia Palaszczuk brings forward Qld border reopening; Steven Marshall ‘very concerned’ by Omicron as SA records four Covid cases; Perth stripped of Ashes series finale; Victoria records 1,073 new cases and six deaths, NSW records 208 cases, ACT six; Katherine lockdown extended as NT records one case; Australia could be renewables ‘superpower’ but has wasted time, Chris Bowen says.

    This blog is now closed

    A New South Wales government plan to control feral horses in Kosciuszko national park will allow horses to remain in the only known habitat of one of Australia’s most imperilled freshwater fishes and risks pushing the species closer to extinction.

    Conservationists say allowing horses to continue to roam around some sections of the park will put vulnerable wildlife and ecosystems at risk.

    There are lot of reasons even though they don’t get as sick as adults, they have a pretty strong role in spreading it back to family members and of course that can include parents and also, of greater concern, the grandparents. The older you are, the impacts of getting seriously ill or worse with Covid is greater.

    The other reason is just so kids can do what kids are meant to do – go to school, play with their friends, do sport, do exercise, do social things.

    Continue reading...", + "content": "

    Annastacia Palaszczuk brings forward Qld border reopening; Steven Marshall ‘very concerned’ by Omicron as SA records four Covid cases; Perth stripped of Ashes series finale; Victoria records 1,073 new cases and six deaths, NSW records 208 cases, ACT six; Katherine lockdown extended as NT records one case; Australia could be renewables ‘superpower’ but has wasted time, Chris Bowen says.

    This blog is now closed

    A New South Wales government plan to control feral horses in Kosciuszko national park will allow horses to remain in the only known habitat of one of Australia’s most imperilled freshwater fishes and risks pushing the species closer to extinction.

    Conservationists say allowing horses to continue to roam around some sections of the park will put vulnerable wildlife and ecosystems at risk.

    There are lot of reasons even though they don’t get as sick as adults, they have a pretty strong role in spreading it back to family members and of course that can include parents and also, of greater concern, the grandparents. The older you are, the impacts of getting seriously ill or worse with Covid is greater.

    The other reason is just so kids can do what kids are meant to do – go to school, play with their friends, do sport, do exercise, do social things.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/06/australia-news-updates-live-covid-omicron-transport-strike-scott-morrison-anthony-albanese-weather-nsw-victoria-qld", + "creator": "Mostafa Rachwani and Matilda Boseley (earlier)", + "pubDate": "2021-12-06T07:49:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218387,36 +243740,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "3416fef36be032d4c5e00233ca9910e6" + "hash": "78d5477dfb2bbfdf84819115a21843a5" }, { - "title": "Golden generation survivor Steven Gerrard is writing his own origin story | Barney Ronay", - "description": "

    Driven by his league title failure as a player, Aston Villa’s head coach has become a compelling prospect as a manager

    There is an interesting, and no doubt very common phenomenon called parasocial interaction. This is where people feel they have an intimate, reciprocal relationship with a famous person, a belief that by consuming images of that person, by thinking about them, the mirror becomes a two-way glass; that they can see you too.

    We all get this to some extent, right down to the entry-level version where you glimpse a famous person in the street and, as you walk past, automatically say hello-all-right-how’s-it-going-bro-safe-see-you-later-ha-ha-ha-be-lucky-how’s-Tanya, because obviously you must know them, and then five paces down the road realise it was Howard from Take That.

    Continue reading...", - "content": "

    Driven by his league title failure as a player, Aston Villa’s head coach has become a compelling prospect as a manager

    There is an interesting, and no doubt very common phenomenon called parasocial interaction. This is where people feel they have an intimate, reciprocal relationship with a famous person, a belief that by consuming images of that person, by thinking about them, the mirror becomes a two-way glass; that they can see you too.

    We all get this to some extent, right down to the entry-level version where you glimpse a famous person in the street and, as you walk past, automatically say hello-all-right-how’s-it-going-bro-safe-see-you-later-ha-ha-ha-be-lucky-how’s-Tanya, because obviously you must know them, and then five paces down the road realise it was Howard from Take That.

    Continue reading...", - "category": "Steven Gerrard", - "link": "https://www.theguardian.com/football/blog/2021/dec/10/golden-generation-survivor-steven-gerrard-is-writing-his-own-superhero-story", - "creator": "Barney Ronay", - "pubDate": "2021-12-10T20:00:49Z", + "title": "Lives lost at Europe’s borders and Afghan MPs in exile: human rights this fortnight – in pictures", + "description": "

    A roundup of the struggle for human rights and freedoms, from Mexico to Manila

    Continue reading...", + "content": "

    A roundup of the struggle for human rights and freedoms, from Mexico to Manila

    Continue reading...", + "category": "Human rights", + "link": "https://www.theguardian.com/global-development/gallery/2021/dec/04/lives-lost-at-europes-borders-and-afghan-mps-in-exile-human-rights-this-fortnight-in-pictures", + "creator": "Sarah Johnson, compiled by Eric Hilaire", + "pubDate": "2021-12-04T07:30:19Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d0061e56784345535bf5fa25749d497" + "hash": "a7b5558e1171e3a7c35cd03bec625d1f" }, { - "title": "Trident submariner who died at base named as Stephen Cashman", - "description": "

    Engineering technician was stationed at Faslane and worked on a vessel that carried UK’s nuclear deterrent

    A 25-year-old Trident submariner who died in unexplained circumstances at the Faslane naval base on Thursday has been named as engineering technician Stephen Cashman by the Royal Navy.

    Police Scotland is continuing to investigate the sudden death, first reported to officers at 12.30pm on Thursday, which is believed to have taken place in the barracks at the base for Britain’s nuclear deterrent.

    Continue reading...", - "content": "

    Engineering technician was stationed at Faslane and worked on a vessel that carried UK’s nuclear deterrent

    A 25-year-old Trident submariner who died in unexplained circumstances at the Faslane naval base on Thursday has been named as engineering technician Stephen Cashman by the Royal Navy.

    Police Scotland is continuing to investigate the sudden death, first reported to officers at 12.30pm on Thursday, which is believed to have taken place in the barracks at the base for Britain’s nuclear deterrent.

    Continue reading...", - "category": "Royal Navy", - "link": "https://www.theguardian.com/uk-news/2021/dec/10/trident-submariner-25-dies-suddenly-at-naval-base-in-scotland", - "creator": "Dan Sabbagh and Severin Carrell", - "pubDate": "2021-12-10T23:30:53Z", + "title": "Myanmar’s junta condemned over guilty verdicts in Aung San Suu Kyi trial", + "description": "

    First verdicts announced in cases against Myanmar’s former leader, who was deposed in a coup in February

    A military court in Myanmar has found Aung San Suu Kyi guilty of incitement and breaking Covid restrictions, drawing condemnation from the United Nations, European Union and others, who described the verdicts as politically motivated.

    The 76-year-old, who was deposed in a coup in February, is set to serve two years in detention at an undisclosed location, a sentence reduced from four years after a partial pardon from the country’s military chief, state TV reported.

    Continue reading...", + "content": "

    First verdicts announced in cases against Myanmar’s former leader, who was deposed in a coup in February

    A military court in Myanmar has found Aung San Suu Kyi guilty of incitement and breaking Covid restrictions, drawing condemnation from the United Nations, European Union and others, who described the verdicts as politically motivated.

    The 76-year-old, who was deposed in a coup in February, is set to serve two years in detention at an undisclosed location, a sentence reduced from four years after a partial pardon from the country’s military chief, state TV reported.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2021/dec/06/aung-san-suu-kyi-sentenced-to-four-years-in-prison-for-incitement", + "creator": "Rebecca Ratcliffe South-east Asia correspondent", + "pubDate": "2021-12-06T14:12:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218427,16 +243780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e053d216eb95d92ef63173adf232083d" + "hash": "f5fcf36ba448598270677a997747a1ae" }, { - "title": "Mark Huband obituary", - "description": "Foreign correspondent respected for his work in west Africa and the Middle East who went on to write books and poems

    Mark Huband, who has died aged 58 of pancreatitis and multiple organ failure, built a strong and lasting reputation over more than three decades as a foreign correspondent and business analyst, specialising in Africa and the Middle East.

    He and I met when he arrived in Abidjan, Ivory Coast, in 1989 to take up the post of the Financial Times stringer and I was working for Reuters. He hit the ground running and, despite his youth, he soon became a well-known figure among the foreign journalists, diplomats and business representatives covering the west African region. He was sharp, engaged and committed to the story, and went on to work as Africa correspondent for the Guardian and the Observer before returning to London. He did not look at events from a distance but always saw something of himself in others.

    Continue reading...", - "content": "Foreign correspondent respected for his work in west Africa and the Middle East who went on to write books and poems

    Mark Huband, who has died aged 58 of pancreatitis and multiple organ failure, built a strong and lasting reputation over more than three decades as a foreign correspondent and business analyst, specialising in Africa and the Middle East.

    He and I met when he arrived in Abidjan, Ivory Coast, in 1989 to take up the post of the Financial Times stringer and I was working for Reuters. He hit the ground running and, despite his youth, he soon became a well-known figure among the foreign journalists, diplomats and business representatives covering the west African region. He was sharp, engaged and committed to the story, and went on to work as Africa correspondent for the Guardian and the Observer before returning to London. He did not look at events from a distance but always saw something of himself in others.

    Continue reading...", - "category": "Newspapers & magazines", - "link": "https://www.theguardian.com/media/2021/dec/10/mark-huband-obituary", - "creator": "Nick Kotch", - "pubDate": "2021-12-10T21:43:11Z", + "title": "Far-right French presidential candidate put in headlock by protester - video", + "description": "

    The far-right French presidential candidate Éric Zemmour appeared to be put in a headlock by a protester at his first campaign, days after he formally declared his candidacy in a video highlighting his anti-migrant and anti-Islam views.

    Videos online appeared to show Zemmour being grabbed by a man at the heated rally near Paris on Sunday, during which anti-racism activists were also reportedly attacked. He was later reported to have suffered slight injuries

    Continue reading...", + "content": "

    The far-right French presidential candidate Éric Zemmour appeared to be put in a headlock by a protester at his first campaign, days after he formally declared his candidacy in a video highlighting his anti-migrant and anti-Islam views.

    Videos online appeared to show Zemmour being grabbed by a man at the heated rally near Paris on Sunday, during which anti-racism activists were also reportedly attacked. He was later reported to have suffered slight injuries

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/global/video/2021/dec/06/far-right-french-presidential-candidate-put-in-headlock-by-protester-video", + "creator": "", + "pubDate": "2021-12-06T10:14:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218447,16 +243800,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c12ecc5098001909eccd5bae067f5073" + "hash": "10820e6bd87f444644dc48faf50661bb" }, { - "title": "Australia live news updates: Aacta awards named as Covid exposure site; Victoria records 13 deaths and NSW three; Qld changes quarantine rules", - "description": "

    Sydney pub and club at centre of Covid scare. Bushfire rages in Margaret River in Western Australia


    Two of the government’s biggest departments were found to have broken freedom of information law within a month of each other, prompting the watchdog to demand urgent explanations and reforms from both, documents show.

    The Office of the Australian Information Commissioner (OAIC) last month found the Department of Foreign Affairs and Trade breached the law by dragging out and eventually refusing a request by lawyer and FoI specialist Peter Timmins, documents seen by Guardian Australia show.

    Continue reading...", - "content": "

    Sydney pub and club at centre of Covid scare. Bushfire rages in Margaret River in Western Australia


    Two of the government’s biggest departments were found to have broken freedom of information law within a month of each other, prompting the watchdog to demand urgent explanations and reforms from both, documents show.

    The Office of the Australian Information Commissioner (OAIC) last month found the Department of Foreign Affairs and Trade breached the law by dragging out and eventually refusing a request by lawyer and FoI specialist Peter Timmins, documents seen by Guardian Australia show.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/11/australia-live-news-updates-omicron-covid-cases-climb-as-sydney-pub-and-club-at-centre-of-scare", - "creator": "Justine Landis-Hanley (now) and Cait Kelly (earlier)", - "pubDate": "2021-12-11T05:31:03Z", + "title": "Mumps continues to circulate in US and doctors should be watchful, CDC warns", + "description": "

    Experts says doctors should continue to test because outbreaks have occurred in vaccinated adolescents and some children

    The federal Centers for Disease Control and Prevention (CDC) has warned that mumps continues to circulate in the US and that pediatricians should remain vigilant, even though spread remains low.

    Mumps was nearly eliminated under routine childhood vaccinations, as part of the measles, mumps and rubella vaccine, or MMR. Most doctors have never seen a mumps case, researchers noted.

    Continue reading...", + "content": "

    Experts says doctors should continue to test because outbreaks have occurred in vaccinated adolescents and some children

    The federal Centers for Disease Control and Prevention (CDC) has warned that mumps continues to circulate in the US and that pediatricians should remain vigilant, even though spread remains low.

    Mumps was nearly eliminated under routine childhood vaccinations, as part of the measles, mumps and rubella vaccine, or MMR. Most doctors have never seen a mumps case, researchers noted.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/06/cdc-mumps-us-mmr-children", + "creator": "Jessica Glenza", + "pubDate": "2021-12-06T15:06:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218467,16 +243820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee67888aabc904f900e5c6227e2b3ba8" + "hash": "9e7c5463535b8b1c2a1e5f2e72abe952" }, { - "title": "Michael Nesmith, singer and guitarist with the Monkees, dies aged 78", - "description": "

    Family say pop songwriter from chart-topping 1960s band died of natural causes at home

    Michael Nesmith, who achieved global fame as a member of the pop group the Monkees, has died aged 78.

    “With infinite love we announce that Michael Nesmith has passed away this morning in his home, surrounded by family, peacefully and of natural causes,” his family said in a statement. “We ask that you respect our privacy at this time and we thank you for the love and light that all of you have shown him and us.”

    Continue reading...", - "content": "

    Family say pop songwriter from chart-topping 1960s band died of natural causes at home

    Michael Nesmith, who achieved global fame as a member of the pop group the Monkees, has died aged 78.

    “With infinite love we announce that Michael Nesmith has passed away this morning in his home, surrounded by family, peacefully and of natural causes,” his family said in a statement. “We ask that you respect our privacy at this time and we thank you for the love and light that all of you have shown him and us.”

    Continue reading...", - "category": "The Monkees", - "link": "https://www.theguardian.com/music/2021/dec/10/mike-nesmith-singer-and-guitarist-with-the-monkees-dies-aged-78", - "creator": "Ben Beaumont-Thomas", - "pubDate": "2021-12-10T19:01:40Z", + "title": "Snowstorm in Denmark traps dozens in Ikea showroom – video", + "description": "

    Dozens of people were trapped in an Ikea showroom when a storm dumped 30cm of snow in northern Denmark.

    After the Aalborg showroom closed, it turned into a vast bedroom after six customers and about two dozen employees who had been left stranded by the snowstorm were forced to spend the night in the store

    Continue reading...", + "content": "

    Dozens of people were trapped in an Ikea showroom when a storm dumped 30cm of snow in northern Denmark.

    After the Aalborg showroom closed, it turned into a vast bedroom after six customers and about two dozen employees who had been left stranded by the snowstorm were forced to spend the night in the store

    Continue reading...", + "category": "Denmark", + "link": "https://www.theguardian.com/business/video/2021/dec/03/snowstorm-in-denmark-traps-dozens-in-ikea-showroom-video", + "creator": "", + "pubDate": "2021-12-03T09:48:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218487,16 +243840,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b45fe2a67dd0c71d96c5bc52c8b5b3d" + "hash": "f5a589f58e90b23964a2d9d38586123e" }, { - "title": "Supreme court rules Texas abortion providers can sue over ban but won’t stop law", - "description": "

    Justices are allowing the law, the strictest such regulation in America to date, to remain in effect

    The supreme court ruled on Friday that Texas abortion providers can sue over the state’s ban on most abortions, but the justices are allowing the law, the strictest such regulation in America to date, to remain in effect.

    The decision is a mixed result for reproductive health advocates at a time when social conservatives seem on the march in America and the supreme court is leaning towards restricting or outlawing abortion nationally in the future with its conservative supermajority, engineered by Donald Trump.

    Continue reading...", - "content": "

    Justices are allowing the law, the strictest such regulation in America to date, to remain in effect

    The supreme court ruled on Friday that Texas abortion providers can sue over the state’s ban on most abortions, but the justices are allowing the law, the strictest such regulation in America to date, to remain in effect.

    The decision is a mixed result for reproductive health advocates at a time when social conservatives seem on the march in America and the supreme court is leaning towards restricting or outlawing abortion nationally in the future with its conservative supermajority, engineered by Donald Trump.

    Continue reading...", - "category": "US supreme court", - "link": "https://www.theguardian.com/law/2021/dec/10/supreme-court-texas-abortion-ban-law", - "creator": "Jessica Glenza, Ed Pilkington, Gloria Oladipo and agencies", - "pubDate": "2021-12-10T16:57:16Z", + "title": "Covid news live: Nigeria likens Omicron border closures to ‘travel apartheid’; Poland to tighten restrictions", + "description": "

    Nigeria high commissioner says travel ban not necessary; new package of pandemic restrictions to be imposed in Poland this week

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "content": "

    Nigeria high commissioner says travel ban not necessary; new package of pandemic restrictions to be imposed in Poland this week

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/06/covid-news-live-omicron-found-in-one-third-of-us-states-germany-plans-vaccine-mandates-for-some-health-jobs", + "creator": "Damien Gayle (now); Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-06T13:58:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218507,16 +243860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3ec16c854e7c26e2014f208b27939e4" + "hash": "80c394414e72026024f5a5fea41f5729" }, { - "title": "Former Conservative MP Andrew Griffiths raped his wife, court finds", - "description": "

    Kate Griffiths, who succeeded her husband, supported journalists’ request to remove restriction on naming them

    The disgraced former Conservative minister Andrew Griffiths raped his wife when she was asleep and subjected her to coercive control, a high court judge has concluded.

    The judgment, published on Friday, detailed alleged domestic abuse by Griffiths towards his wife, Kate, who is now a serving Conservative MP, during their marriage.

    Continue reading...", - "content": "

    Kate Griffiths, who succeeded her husband, supported journalists’ request to remove restriction on naming them

    The disgraced former Conservative minister Andrew Griffiths raped his wife when she was asleep and subjected her to coercive control, a high court judge has concluded.

    The judgment, published on Friday, detailed alleged domestic abuse by Griffiths towards his wife, Kate, who is now a serving Conservative MP, during their marriage.

    Continue reading...", - "category": "Conservatives", - "link": "https://www.theguardian.com/uk-news/2021/dec/10/former-conservative-mp-andrew-griffiths-raped-wife-family-court-finds", - "creator": "Haroon Siddique Legal affairs correspondent", - "pubDate": "2021-12-10T18:27:38Z", + "title": "Aung San Suu Kyi sentenced to four years in prison for incitement", + "description": "

    First verdict against Nobel Peace Prize winner and Myanmar’s former leader, who was deposed in a coup in February

    Aung San Suu Kyi has been sentenced to four years in prison for incitement and breaking Covid restrictions – the first verdict to be handed down to Myanmar’s ousted leader since the junta seized power in February.

    The 76-year-old has been accused of a series of offences – from unlawful possession of walkie-talkies to breaches of the Official Secrets Act – that could amount to decades-long prison sentences. Her lawyer has previously described the cases as “absurd”.

    Continue reading...", + "content": "

    First verdict against Nobel Peace Prize winner and Myanmar’s former leader, who was deposed in a coup in February

    Aung San Suu Kyi has been sentenced to four years in prison for incitement and breaking Covid restrictions – the first verdict to be handed down to Myanmar’s ousted leader since the junta seized power in February.

    The 76-year-old has been accused of a series of offences – from unlawful possession of walkie-talkies to breaches of the Official Secrets Act – that could amount to decades-long prison sentences. Her lawyer has previously described the cases as “absurd”.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2021/dec/06/aung-san-suu-kyi-sentenced-to-four-years-in-prison-for-incitement", + "creator": "Rebecca Ratcliffe South-east Asia correspondent", + "pubDate": "2021-12-06T07:47:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218527,16 +243880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9724586f7e6382b9ef288268d7d82091" + "hash": "3a7e535351b6fdc2c5191b7b61d95850" }, { - "title": "Bosnian Serb leader likens himself to David Cameron in latest demands", - "description": "

    Milorad Dodik cites former UK PM’s attempt to renegotiate Britain’s EU membership terms

    The Bosnian Serb leader accused of risking war by breaking up Bosnia-Herzegovina has likened himself to David Cameron and his efforts to renegotiate Britain’s EU membership terms before the Brexit referendum.

    Milorad Dodik, the Serb member of the tripartite presidency of Bosnia-Herzegovina, said the country’s potential collapse and the exit of the Republika Srpska entity from it was only on the cards if he was rebuffed in his demand to take back control of tax administration, the judiciary and the army.

    Continue reading...", - "content": "

    Milorad Dodik cites former UK PM’s attempt to renegotiate Britain’s EU membership terms

    The Bosnian Serb leader accused of risking war by breaking up Bosnia-Herzegovina has likened himself to David Cameron and his efforts to renegotiate Britain’s EU membership terms before the Brexit referendum.

    Milorad Dodik, the Serb member of the tripartite presidency of Bosnia-Herzegovina, said the country’s potential collapse and the exit of the Republika Srpska entity from it was only on the cards if he was rebuffed in his demand to take back control of tax administration, the judiciary and the army.

    Continue reading...", - "category": "Bosnia-Herzegovina", - "link": "https://www.theguardian.com/world/2021/dec/10/bosnian-serb-leader-milorad-dodik-likens-himself-to-david-cameron", - "creator": "Daniel Boffey in Brussels", - "pubDate": "2021-12-10T18:21:55Z", + "title": "Old UK oilwells could be turned into CO2 burial test sites", + "description": "

    Exclusive: Consortium of energy firms and universities says underground storage of hydrogen can also be investigated

    Exhausted oil and gas wells would be turned into the UK’s first deep test sites for burying carbon dioxide next year, under plans from a consortium of universities and energy companies.

    There are hundreds of active onshore oil and gas wells in the UK. But as they come to the end of their lives, some need to be redeployed for trials of pumping CO2 underground and monitoring it to ensure it does not escape, the group says. The test wells could also be used to assess how hydrogen can be stored underground.

    Continue reading...", + "content": "

    Exclusive: Consortium of energy firms and universities says underground storage of hydrogen can also be investigated

    Exhausted oil and gas wells would be turned into the UK’s first deep test sites for burying carbon dioxide next year, under plans from a consortium of universities and energy companies.

    There are hundreds of active onshore oil and gas wells in the UK. But as they come to the end of their lives, some need to be redeployed for trials of pumping CO2 underground and monitoring it to ensure it does not escape, the group says. The test wells could also be used to assess how hydrogen can be stored underground.

    Continue reading...", + "category": "Oil", + "link": "https://www.theguardian.com/environment/2021/dec/06/old-uk-oilwells-co2-burial-test-sites-hydrogen", + "creator": "Damian Carrington Environment editor", + "pubDate": "2021-12-06T12:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218547,16 +243900,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eda2613a04b4ba229c05247f23c9937d" + "hash": "bf29680adaa125d1cdc54bc8b6f5baae" }, { - "title": "Czech president rejects nominee for foreign minister over ‘low qualifications’", - "description": "

    Move from Miloš Zeman threatens to further delay the inauguration of new coalition

    The Czech president, Miloš Zeman, has set the stage for a constitutional tug of war after rejecting the nominee to be the country’s next foreign minister on the grounds of his allegedly poor degree thesis.

    In a move decried as legally baseless by many constitutional scholars, Zeman refused to accept the nomination of Jan Lipavský, citing “low qualifications” and adding that he had only completed a bachelor’s degree, which he said was a lower qualification than those held by all other proposed ministers in the incoming coalition government.

    Continue reading...", - "content": "

    Move from Miloš Zeman threatens to further delay the inauguration of new coalition

    The Czech president, Miloš Zeman, has set the stage for a constitutional tug of war after rejecting the nominee to be the country’s next foreign minister on the grounds of his allegedly poor degree thesis.

    In a move decried as legally baseless by many constitutional scholars, Zeman refused to accept the nomination of Jan Lipavský, citing “low qualifications” and adding that he had only completed a bachelor’s degree, which he said was a lower qualification than those held by all other proposed ministers in the incoming coalition government.

    Continue reading...", - "category": "Czech Republic", - "link": "https://www.theguardian.com/world/2021/dec/10/czech-president-rejects-nominee-for-foreign-minister-over-low-qualifications", - "creator": "Robert Tait in Prague", - "pubDate": "2021-12-10T16:56:27Z", + "title": "‘Crooked bastards’: Trump attacks US media in foul-mouthed speech", + "description": "

    Insults to press and chairman of joint chiefs of staff recall barbs while Trump was in power

    In remarks to diners at his Mar-a-Lago resort in Florida on Saturday night, Donald Trump called the American media “crooked bastards” and Gen Mark Milley, the chairman of the joint chiefs of staff, a “fucking idiot”.

    The meandering, foul-mouthed speech to Turning Point USA, a group for young conservatives, was streamed by Jack Posobiec, a rightwing blogger and provocateur.

    Continue reading...", + "content": "

    Insults to press and chairman of joint chiefs of staff recall barbs while Trump was in power

    In remarks to diners at his Mar-a-Lago resort in Florida on Saturday night, Donald Trump called the American media “crooked bastards” and Gen Mark Milley, the chairman of the joint chiefs of staff, a “fucking idiot”.

    The meandering, foul-mouthed speech to Turning Point USA, a group for young conservatives, was streamed by Jack Posobiec, a rightwing blogger and provocateur.

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/2021/dec/06/trump-attacks-us-media-mark-milley-foul-mouthed-speech", + "creator": "Martin Pengelly", + "pubDate": "2021-12-06T06:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218567,16 +243920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "521fec28dc62b5241af64c6250227af4" + "hash": "26b047d3b2e2a22cc62701d6287167fd" }, { - "title": "Woman admits abusing pet marmoset she offered cocaine and flushed down toilet", - "description": "

    Vicki Holland, from Newport, south Wales, pleads guilty to animal cruelty charges after videos found on phone

    • Warning: this article includes graphic images some readers may find disturbing

    A woman has pleaded guilty to abusing her pet marmoset, including offering cocaine to the primate and attempting to flush it down the toilet.

    A court heard how Vicki Holland was aggressive towards the primate, which is native to tropical forests in Central and South America. The monkey’s treatment was shown to the RSPCA after videos were discovered on Holland’s phone by Gwent police after a drug raid at her home.

    Continue reading...", - "content": "

    Vicki Holland, from Newport, south Wales, pleads guilty to animal cruelty charges after videos found on phone

    • Warning: this article includes graphic images some readers may find disturbing

    A woman has pleaded guilty to abusing her pet marmoset, including offering cocaine to the primate and attempting to flush it down the toilet.

    A court heard how Vicki Holland was aggressive towards the primate, which is native to tropical forests in Central and South America. The monkey’s treatment was shown to the RSPCA after videos were discovered on Holland’s phone by Gwent police after a drug raid at her home.

    Continue reading...", - "category": "Animal welfare", - "link": "https://www.theguardian.com/world/2021/dec/10/woman-admits-abusing-pet-marmoset-she-offered-cocaine-and-flushed-down-toilet", - "creator": "Nadeem Badshah and agency", - "pubDate": "2021-12-10T19:39:28Z", + "title": "Covid not over and next pandemic could be more lethal, says Oxford jab creator", + "description": "

    Prof Dame Sarah Gilbert says this will not be the last time a virus threatens our lives and our livelihoods

    The coronavirus pandemic that has so far killed more than 5 million people worldwide is far from over and the next one could be even more lethal, the creator of the Oxford/AstraZeneca vaccine has said.

    As fears grow over the threat posed by the highly mutated Omicron variant, detected in more than 30 countries, Prof Dame Sarah Gilbert cautioned that while it was increasingly obvious that “this pandemic is not done with us”, the next one could be worse.

    Continue reading...", + "content": "

    Prof Dame Sarah Gilbert says this will not be the last time a virus threatens our lives and our livelihoods

    The coronavirus pandemic that has so far killed more than 5 million people worldwide is far from over and the next one could be even more lethal, the creator of the Oxford/AstraZeneca vaccine has said.

    As fears grow over the threat posed by the highly mutated Omicron variant, detected in more than 30 countries, Prof Dame Sarah Gilbert cautioned that while it was increasingly obvious that “this pandemic is not done with us”, the next one could be worse.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/06/covid-not-over-next-pandemic-could-be-more-lethal-oxford-jab-creator", + "creator": "Andrew Gregory and Jessica Elgot", + "pubDate": "2021-12-06T00:01:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218587,16 +243940,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c5e7dee8a67c03321026733a06611709" + "hash": "d8ba309b408cadbb55704e10fd4449cf" }, { - "title": "Covid live: UK reports highest daily new cases since January with ministers keeping restrictions ‘under review’", - "description": "

    UK records 58,194 new cases of Covid-19 and a further 120 deaths; UK government shown ‘very challenging new information’ on Omicron

    Fury over the release of a video showing Downing Street staffers joking about alleged lockdown breaches in the UK are only the latest scandal to rock British prime minister Boris Johnson’s premiership.

    For days, a succession of government ministers batted away questions about whether an illegal party had been held in Downing Street last December during Covid restrictions that banned gatherings of more than 30 people. But on Tuesday night that all changed: a video emerged of Downing Street staffers appearing to joke about a party alleged to have been held inside No 10 just days earlier.

    Continue reading...", - "content": "

    UK records 58,194 new cases of Covid-19 and a further 120 deaths; UK government shown ‘very challenging new information’ on Omicron

    Fury over the release of a video showing Downing Street staffers joking about alleged lockdown breaches in the UK are only the latest scandal to rock British prime minister Boris Johnson’s premiership.

    For days, a succession of government ministers batted away questions about whether an illegal party had been held in Downing Street last December during Covid restrictions that banned gatherings of more than 30 people. But on Tuesday night that all changed: a video emerged of Downing Street staffers appearing to joke about a party alleged to have been held inside No 10 just days earlier.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/10/covid-news-live-australia-to-offer-jabs-to-children-aged-five-to-11-us-omicron-cases-mostly-mild-cdc-chief-says", - "creator": "Nadeem Badshah (now); Lucy Campbell, Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-10T20:21:35Z", + "title": "Emma Beddington tries … being a mermaid: ‘I’m more beached seal than beguiling siren’", + "description": "

    Being a beautiful watery creature is a challenge if you have no technique or breath control – and can’t hear a word beneath your floral swimming cap

    I am too old for Disney’s Little Mermaid. My sister was the right age, but our right-on 80s household was a princess-free zone (though The Little Mermaid is arguably one of the more subversive films in the canon, with its exploration of identity and conformity and nods to drag culture). I have, however, gleaned that the transformation from mermaid to human is a risky business; I believe a crab says so.

    But what about the reverse? Because today, I, a human, am becoming a mermaid, thanks to Donna Rumney of Mermaids at Jesmond Pool, in Newcastle upon Tyne. Donna is booked out with children’s mermaid parties but adult sessions are popular, too: everyone wants to be a mermaid now. There are mermaid pageants and conventions; people pay thousands of pounds for custom-made silicone tails. Something about that in-between state, the grace and fluidity, appeals when life on land feels so hidebound and joyless. I love the idea of achieving a state of otherworldly aquatic grace; what could possibly go wrong?

    Continue reading...", + "content": "

    Being a beautiful watery creature is a challenge if you have no technique or breath control – and can’t hear a word beneath your floral swimming cap

    I am too old for Disney’s Little Mermaid. My sister was the right age, but our right-on 80s household was a princess-free zone (though The Little Mermaid is arguably one of the more subversive films in the canon, with its exploration of identity and conformity and nods to drag culture). I have, however, gleaned that the transformation from mermaid to human is a risky business; I believe a crab says so.

    But what about the reverse? Because today, I, a human, am becoming a mermaid, thanks to Donna Rumney of Mermaids at Jesmond Pool, in Newcastle upon Tyne. Donna is booked out with children’s mermaid parties but adult sessions are popular, too: everyone wants to be a mermaid now. There are mermaid pageants and conventions; people pay thousands of pounds for custom-made silicone tails. Something about that in-between state, the grace and fluidity, appeals when life on land feels so hidebound and joyless. I love the idea of achieving a state of otherworldly aquatic grace; what could possibly go wrong?

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/06/emma-beddington-tries-being-a-mermaid-im-more-beached-seal-than-beguiling-siren", + "creator": "Emma Beddington", + "pubDate": "2021-12-06T07:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218607,16 +243960,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92bc6db93103ff2f15198bd6f7b4f6f4" + "hash": "620425b8c0c2bf3d0accaeb886105927" }, { - "title": "It’s time to embrace the darkness: how I got over my dread of winter", - "description": "

    Last winter’s gloom almost broke me, so here’s what I’ve learned about changing my mindset and embracing the long, cold, dark months


    It’s only now, when we have some distance from it, that we can reckon with last winter: five months of gloom, seclusion and burnout in which almost the entire country felt miserable. Against a background of a rising death toll, exhausted health workers and gross governmental incompetence – not to mention a cancelled Christmas – we were tasked with a third go at making the most of a bad situation.

    I remember the moment it really got to me. It was New Year’s Eve. I’d just had a terrible and prolonged breakup, and a few days earlier had moved out of the London flat I had shared with my ex for five years. House-sitting, alone, was not the kind of New Year bash I’d envisioned, but at least I could take some solace in the thought that no one else was having much fun.

    Continue reading...", - "content": "

    Last winter’s gloom almost broke me, so here’s what I’ve learned about changing my mindset and embracing the long, cold, dark months


    It’s only now, when we have some distance from it, that we can reckon with last winter: five months of gloom, seclusion and burnout in which almost the entire country felt miserable. Against a background of a rising death toll, exhausted health workers and gross governmental incompetence – not to mention a cancelled Christmas – we were tasked with a third go at making the most of a bad situation.

    I remember the moment it really got to me. It was New Year’s Eve. I’d just had a terrible and prolonged breakup, and a few days earlier had moved out of the London flat I had shared with my ex for five years. House-sitting, alone, was not the kind of New Year bash I’d envisioned, but at least I could take some solace in the thought that no one else was having much fun.

    Continue reading...", - "category": "Mental health", - "link": "https://www.theguardian.com/society/2021/dec/10/how-to-beat-the-winter-dread", - "creator": "Sam Wolfson", - "pubDate": "2021-12-10T11:00:38Z", + "title": "'No rules were broken' if No 10 party took place, says police minister – video", + "description": "

    The policing minister, Kit Malthouse, said 'no rules were broken' if a party took place last Christmas at Downing Street, directly contradicting Dominic Raab, the justice secretary, who conceded on Sunday that a 'formal party' of the sort reported would have been contrary to the then-Covid-19 guidance.

    Malthouse claimed the police 'don’t normally look back and investigate things that have taken place a year ago', but said it would be right for police to follow up any formal complaints about the event.

    Continue reading...", + "content": "

    The policing minister, Kit Malthouse, said 'no rules were broken' if a party took place last Christmas at Downing Street, directly contradicting Dominic Raab, the justice secretary, who conceded on Sunday that a 'formal party' of the sort reported would have been contrary to the then-Covid-19 guidance.

    Malthouse claimed the police 'don’t normally look back and investigate things that have taken place a year ago', but said it would be right for police to follow up any formal complaints about the event.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/video/2021/dec/06/no-rules-were-broken-if-no10-party-took-place-says-police-minister-video", + "creator": "", + "pubDate": "2021-12-06T13:37:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218627,16 +243980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad7b0ce2ef17f296bf876895494c52e9" + "hash": "3069e1401f466648d087541f45c24e45" }, { - "title": "Golden generation survivor Steven Gerrard is writing his own superhero story | Barney Ronay", - "description": "

    Driven by his league title failure as a player, Aston Villa’s head coach has become a compelling prospect as a manager

    There is an interesting, and no doubt very common phenomenon called parasocial interaction. This is where people feel they have an intimate, reciprocal relationship with a famous person, a belief that by consuming images of that person, by thinking about them, the mirror becomes a two-way glass; that they can see you too.

    We all get this to some extent, right down to the entry-level version where you glimpse a famous person in the street and, as you walk past, automatically say hello-all-right-how’s-it-going-bro-safe-see-you-later-ha-ha-ha-be-lucky-how’s-Tanya, because obviously you must know them, and then five paces down the road realise it was Howard from Take That.

    Continue reading...", - "content": "

    Driven by his league title failure as a player, Aston Villa’s head coach has become a compelling prospect as a manager

    There is an interesting, and no doubt very common phenomenon called parasocial interaction. This is where people feel they have an intimate, reciprocal relationship with a famous person, a belief that by consuming images of that person, by thinking about them, the mirror becomes a two-way glass; that they can see you too.

    We all get this to some extent, right down to the entry-level version where you glimpse a famous person in the street and, as you walk past, automatically say hello-all-right-how’s-it-going-bro-safe-see-you-later-ha-ha-ha-be-lucky-how’s-Tanya, because obviously you must know them, and then five paces down the road realise it was Howard from Take That.

    Continue reading...", - "category": "Steven Gerrard", - "link": "https://www.theguardian.com/football/blog/2021/dec/10/golden-generation-survivor-steven-gerrard-is-writing-his-own-superhero-story", - "creator": "Barney Ronay", - "pubDate": "2021-12-10T20:00:49Z", + "title": "Fauci cautiously optimistic about Omicron variant severity | First Thing", + "description": "

    Fauci says Republican ‘overhyping’ claim on Covid is ‘preposterous’. Plus, Trump attacks the media again

    Good morning.

    Dismissing as “preposterous” a Republican senator’s claim he is “overhyping” Covid-19 as he did HIV and Aids, Dr Anthony Fauci said on Sunday the threat to the US from the Omicron variant remained to be determined – but that signs were encouraging.

    What did Fauci say about Johnson? “Overhyping Aids? It’s killed over 750,000 Americans and 36 million people worldwide. How do you overhype Covid? It’s already killed 780,000 Americans and over 5 million people worldwide. So, I don’t have any clue of what he’s talking about.”

    How bad is the spread of Omicron? The variant has been detected in 15 US states. Fauci was cautiously optimistic current vaccines might work against it.

    What do Americans think about overturning Roe v Wade? According to recent polling, seven in 10 are opposed to overturning the landmark ruling while 59% believe abortion should be legal in all or most circumstances.

    Continue reading...", + "content": "

    Fauci says Republican ‘overhyping’ claim on Covid is ‘preposterous’. Plus, Trump attacks the media again

    Good morning.

    Dismissing as “preposterous” a Republican senator’s claim he is “overhyping” Covid-19 as he did HIV and Aids, Dr Anthony Fauci said on Sunday the threat to the US from the Omicron variant remained to be determined – but that signs were encouraging.

    What did Fauci say about Johnson? “Overhyping Aids? It’s killed over 750,000 Americans and 36 million people worldwide. How do you overhype Covid? It’s already killed 780,000 Americans and over 5 million people worldwide. So, I don’t have any clue of what he’s talking about.”

    How bad is the spread of Omicron? The variant has been detected in 15 US states. Fauci was cautiously optimistic current vaccines might work against it.

    What do Americans think about overturning Roe v Wade? According to recent polling, seven in 10 are opposed to overturning the landmark ruling while 59% believe abortion should be legal in all or most circumstances.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/06/first-thing-fauci-cautiously-optimistic-about-omicron-variant-severity", + "creator": "Nicola Slawson", + "pubDate": "2021-12-06T11:12:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218647,16 +244000,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bdbbee4e7a932dc7cd18f32eac00e5e" + "hash": "e51cb3c395c178f4d87813a39f300c37" }, { - "title": "‘His struggle is ours’: biopic of slain 60s rebel hailed in Brazil with anti-Bolsonaro chants", - "description": "

    Film about Carlos Marighella, released in Berlin in 2019, only arrived in Brazil last month after government cancellations

    The CIA considered him Che Guevara’s successor when it came to igniting new guerrilla movements in Latin America.

    Brazil’s military dictatorship, whose security agents ambushed and killed him in São Paulo in 1969, called him public enemy No 1.

    Continue reading...", - "content": "

    Film about Carlos Marighella, released in Berlin in 2019, only arrived in Brazil last month after government cancellations

    The CIA considered him Che Guevara’s successor when it came to igniting new guerrilla movements in Latin America.

    Brazil’s military dictatorship, whose security agents ambushed and killed him in São Paulo in 1969, called him public enemy No 1.

    Continue reading...", - "category": "Brazil", - "link": "https://www.theguardian.com/world/2021/dec/10/carlos-marighella-film-brazil-jair-bolsonaro", - "creator": "Caio Barretto Briso in Rio de Janeiro", - "pubDate": "2021-12-10T10:00:37Z", + "title": "Covid news live: Omicron likely to be dominant strain in UK ‘within weeks’; Japan confirms third case", + "description": "

    Expert says probably already 1,000 cases in UK; man who had been in Italy becomes Japan’s third person identified with Omicron

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "content": "

    Expert says probably already 1,000 cases in UK; man who had been in Italy becomes Japan’s third person identified with Omicron

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/06/covid-news-live-omicron-found-in-one-third-of-us-states-germany-plans-vaccine-mandates-for-some-health-jobs", + "creator": "Martin Belam (now) and Samantha Lock (earlier)", + "pubDate": "2021-12-06T09:33:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218667,16 +244020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6f79b4ad5a7e3c08c505c760f5d2e05" + "hash": "79021f18f81d970a7822bc8390c86a72" }, { - "title": "Scandals and sackings: why critics say Boris Johnson is not fit to be PM", - "description": "

    Analysis: some of the accusations levelled at the prime minister, from the Downing Street refurb to his handling of Home Office bullying

    Boris Johnson has repeatedly been accused of riding roughshod over independent advisers and of mishandling the machinery of state during his time in No 10. Equally, a series of aides who were once very firmly in the tent have ended up either walking or being booted out.

    Here are some examples of the behaviour the prime minister’s critics say makes him unfit for such high office.

    Continue reading...", - "content": "

    Analysis: some of the accusations levelled at the prime minister, from the Downing Street refurb to his handling of Home Office bullying

    Boris Johnson has repeatedly been accused of riding roughshod over independent advisers and of mishandling the machinery of state during his time in No 10. Equally, a series of aides who were once very firmly in the tent have ended up either walking or being booted out.

    Here are some examples of the behaviour the prime minister’s critics say makes him unfit for such high office.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/10/scandals-and-sackings-why-critics-say-boris-johnson-is-not-fit-to-be-pm", - "creator": "Kevin Rawlinson, Peter Walker and Jessica Elgot", - "pubDate": "2021-12-10T17:51:20Z", + "title": "Mountaineer given jewels he found on French glacier 50 years after plane crash", + "description": "

    Gemstones worth €300,000 shared between Mont Blanc climber and authorities as man praised for handing discovery to police in 2013

    A treasure trove of emeralds, rubies and sapphires buried for decades on a glacier off France’s Mont Blanc has finally been shared between the climber who discovered them and local authorities, eight years after they were found.

    The mountaineer stumbled across the precious stones in 2013. They had remained hidden in a metal box that was onboard an Indian plane that crashed in the desolate landscape some 50 years earlier.

    Continue reading...", + "content": "

    Gemstones worth €300,000 shared between Mont Blanc climber and authorities as man praised for handing discovery to police in 2013

    A treasure trove of emeralds, rubies and sapphires buried for decades on a glacier off France’s Mont Blanc has finally been shared between the climber who discovered them and local authorities, eight years after they were found.

    The mountaineer stumbled across the precious stones in 2013. They had remained hidden in a metal box that was onboard an Indian plane that crashed in the desolate landscape some 50 years earlier.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/06/mountaineer-given-jewels-he-found-on-french-glacier-50-years-after-plane-crash", + "creator": "Agence France-Presse", + "pubDate": "2021-12-06T01:03:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218687,16 +244040,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0df23d21fad6ffcd9186cc2758cf069" + "hash": "52940123fec7f8d520ab49fe1bbbdfa3" }, { - "title": "Met failings probably a factor in deaths of Stephen Port victims, says inquest", - "description": "

    Serial killer could have been caught earlier if police had not missed opportunities, jury finds

    Fundamental failings by the Metropolitan police in the investigation into the deaths of the serial killer Stephen Port’s victims “probably” contributed to three of the four deaths, an inquest jury has found in its damning conclusions.

    Missed opportunities could have led to Port being caught earlier, and “basic” lines of inquiry were not followed up, the jury found, in investigations that families of the victims described as “one of the most widespread institutional failures in modern history”.

    Continue reading...", - "content": "

    Serial killer could have been caught earlier if police had not missed opportunities, jury finds

    Fundamental failings by the Metropolitan police in the investigation into the deaths of the serial killer Stephen Port’s victims “probably” contributed to three of the four deaths, an inquest jury has found in its damning conclusions.

    Missed opportunities could have led to Port being caught earlier, and “basic” lines of inquiry were not followed up, the jury found, in investigations that families of the victims described as “one of the most widespread institutional failures in modern history”.

    Continue reading...", - "category": "Police", - "link": "https://www.theguardian.com/uk-news/2021/dec/10/mets-failings-contributed-to-deaths-of-stephen-ports-victims-inquest-finds", - "creator": "Caroline Davies", - "pubDate": "2021-12-10T17:59:36Z", + "title": "Far-right French presidential candidate put in headlock by protester at rally", + "description": "

    Éric Zemmour formally declared his candidacy on Tuesday, highlighting his anti-migrant and anti-Islam views

    The far-right French presidential candidate Éric Zemmour appeared to be put in a headlock by a protester at his first campaign, a few days after he formally declared his candidacy in a video highlighting his anti-migrant and anti-Islam views.

    Videos online appeared to show Zemmour being grabbed by a man at the heated rally near Paris on Sunday, during which anti-racism activists were also reportedly attacked.

    Continue reading...", + "content": "

    Éric Zemmour formally declared his candidacy on Tuesday, highlighting his anti-migrant and anti-Islam views

    The far-right French presidential candidate Éric Zemmour appeared to be put in a headlock by a protester at his first campaign, a few days after he formally declared his candidacy in a video highlighting his anti-migrant and anti-Islam views.

    Videos online appeared to show Zemmour being grabbed by a man at the heated rally near Paris on Sunday, during which anti-racism activists were also reportedly attacked.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/05/far-right-french-presidential-candidate-put-in-headlock-by-protester-at-rally", + "creator": "Guardian staff and agency", + "pubDate": "2021-12-05T20:32:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218707,16 +244060,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e29f7303c95ec8a3f4847f51755fdb4" + "hash": "bc507b81dfa0e68c782ef3284cd84693" }, { - "title": "Iran says UK is discussing how to repay £400m debt", - "description": "

    Ambassador says British officials visited Tehran last week for talks on historical debt from 1970s arms sale

    UK government officials were in Tehran last week discussing legal ways to pay Britain’s historical £400m debt to Iran, the Iranian ambassador to London has said.

    Mohsen Baharvand added that he was in live discussions with the Foreign Office, and said the issues were not insurmountable.

    Continue reading...", - "content": "

    Ambassador says British officials visited Tehran last week for talks on historical debt from 1970s arms sale

    UK government officials were in Tehran last week discussing legal ways to pay Britain’s historical £400m debt to Iran, the Iranian ambassador to London has said.

    Mohsen Baharvand added that he was in live discussions with the Foreign Office, and said the issues were not insurmountable.

    Continue reading...", - "category": "Foreign policy", - "link": "https://www.theguardian.com/politics/2021/dec/10/iran-says-uk-is-discussing-how-to-repay-400m-debt", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-10T15:35:16Z", + "title": "Mount Semeru volcano: search for survivors suspended amid fresh eruption in Indonesia", + "description": "

    Search to resume when ‘a bit safer’, rescuer says, while some residents reported to have returned home after weekend eruption to check belongings

    Indonesia’s Mount Semeru spewed more ash on Monday, forcing rescuers to suspend the search for survivors as aerial images showed the extent of the devastation unleashed by the volcano’s deadly weekend eruption.

    People living near the volcano were earlier on Monday warned to remain vigilant after the eruption, as heavy wind and rain brought search-and-rescue efforts to a halt.

    Continue reading...", + "content": "

    Search to resume when ‘a bit safer’, rescuer says, while some residents reported to have returned home after weekend eruption to check belongings

    Indonesia’s Mount Semeru spewed more ash on Monday, forcing rescuers to suspend the search for survivors as aerial images showed the extent of the devastation unleashed by the volcano’s deadly weekend eruption.

    People living near the volcano were earlier on Monday warned to remain vigilant after the eruption, as heavy wind and rain brought search-and-rescue efforts to a halt.

    Continue reading...", + "category": "Volcanoes", + "link": "https://www.theguardian.com/world/2021/dec/06/semeru-volcano-eruption-stormy-weather-halts-search-and-rescue-efforts-in-indonesia", + "creator": "Guardian staff with agencies", + "pubDate": "2021-12-06T06:48:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218727,16 +244080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d676d46522c8b8c1aa056147313a2840" + "hash": "96100e74e1fc7bf5bd024bb40964e3b6" }, { - "title": "Biden ‘concerned’ over supreme court’s Texas abortion ruling, says White House – live", - "description": "

    Coming as a surprise to almost no one, Republican Senator Ted Cruz of Texas was reportedly not wearing a facial mask during the memorial service despite rising cases of Covid-19 nationwide and several older attendees present.

    For more information on rising Covid-19 cases and concerns sparked by the Omicron variant, check out the Guardian’s Eric Berger piece linked below.

    Continue reading...", - "content": "

    Coming as a surprise to almost no one, Republican Senator Ted Cruz of Texas was reportedly not wearing a facial mask during the memorial service despite rising cases of Covid-19 nationwide and several older attendees present.

    For more information on rising Covid-19 cases and concerns sparked by the Omicron variant, check out the Guardian’s Eric Berger piece linked below.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/live/2021/dec/10/joe-biden-democracy-summit-supreme-court-abortion-texas-us-politics-live", - "creator": "Gloria Oladipo", - "pubDate": "2021-12-10T20:09:30Z", + "title": "China ‘modified’ the weather to create clear skies for political celebration – study", + "description": "

    Researchers say Beijing used cloud-seeding to create artificial rain and lower pollution in July, in latest example of ‘blueskying’ efforts

    Chinese weather authorities successfully controlled the weather ahead of a major political celebration earlier this year, according to a Beijing university study.

    On 1 July the Chinese Communist party marked its centenary with major celebrations including tens of thousands of people at a ceremony in Tiananmen Square, and a research paper from Tsinghua University has said an extensive cloud-seeding operation in the hours prior ensured clear skies and low air pollution.

    Continue reading...", + "content": "

    Researchers say Beijing used cloud-seeding to create artificial rain and lower pollution in July, in latest example of ‘blueskying’ efforts

    Chinese weather authorities successfully controlled the weather ahead of a major political celebration earlier this year, according to a Beijing university study.

    On 1 July the Chinese Communist party marked its centenary with major celebrations including tens of thousands of people at a ceremony in Tiananmen Square, and a research paper from Tsinghua University has said an extensive cloud-seeding operation in the hours prior ensured clear skies and low air pollution.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/dec/06/china-modified-the-weather-to-create-clear-skies-for-political-celebration-study", + "creator": "Helen Davidson", + "pubDate": "2021-12-06T04:28:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218747,16 +244100,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7b6825b25cf4ed1d2de2b39af3ae258" + "hash": "c321365769d7d782ba7054042c9cfc64" }, { - "title": "Australian farmland prices surge at four times rate of capital cities amid fears of affordability crisis", - "description": "

    Sale of a Holbrook property for $40m – which was $10m more than initial asking price – is indicative of record buyer demand

    Farmland prices are soaring at quadruple the rates of median growth in Australia’s capital cities – as 30-year price highs across agricultural commodities combine with low interest rates and generally good seasonal conditions.

    Experts are beginning to warn that the “exorbitant” price of farmland is prohibitive for those starting out, echoing city housing concerns.

    Continue reading...", - "content": "

    Sale of a Holbrook property for $40m – which was $10m more than initial asking price – is indicative of record buyer demand

    Farmland prices are soaring at quadruple the rates of median growth in Australia’s capital cities – as 30-year price highs across agricultural commodities combine with low interest rates and generally good seasonal conditions.

    Experts are beginning to warn that the “exorbitant” price of farmland is prohibitive for those starting out, echoing city housing concerns.

    Continue reading...", - "category": "Real estate", - "link": "https://www.theguardian.com/australia-news/2021/dec/11/australian-farmland-prices-surge-at-four-times-rate-of-capital-cities-amid-fears-of-affordability-crisis", - "creator": "Natasha May", - "pubDate": "2021-12-10T19:00:50Z", + "title": "China Evergrande shares plummet 12% as it edges closer to default", + "description": "

    After warning that it might not be able to meet repayments with $82.5m due on Monday, the property giant appears headed for restructuring

    The struggling Chinese property developer Evergrande has seen its shares plunge to an 11-year low after strong indications that it is on the verge of a potentially disastrous default and could be forced into a full-blown restructuring.

    The company has lurched from one crisis to another in recent months as it faced a series of repayments on debts – three times waiting until the last possible moment to stump up the cash needed to stay afloat.

    Continue reading...", + "content": "

    After warning that it might not be able to meet repayments with $82.5m due on Monday, the property giant appears headed for restructuring

    The struggling Chinese property developer Evergrande has seen its shares plunge to an 11-year low after strong indications that it is on the verge of a potentially disastrous default and could be forced into a full-blown restructuring.

    The company has lurched from one crisis to another in recent months as it faced a series of repayments on debts – three times waiting until the last possible moment to stump up the cash needed to stay afloat.

    Continue reading...", + "category": "Evergrande", + "link": "https://www.theguardian.com/business/2021/dec/06/evergrande-shares-plummet-12-as-it-edges-closer-to-default", + "creator": "Martin Farrer", + "pubDate": "2021-12-06T05:51:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218767,16 +244120,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "388006e39d4db187648e5d10707dfc30" + "hash": "d9b3463654c652f8053de16995c841c6" }, { - "title": "Win for Tunisian town facing landfill crisis as government backs down", - "description": "

    After demonstrations see police use teargas and the death of one man, work begins to clear waste in Sfax after decision to move site

    Work has begun to clear 30,000 tonnes of household rubbish from the streets of Tunisia’s “second city” of Sfax after the government backed down in a long-running dispute over a landfill site.

    Residents and activists in Agareb, where the current dump is located, said the site, opened in 2008 near the El Gonna national park, was a risk to human health. In recent weeks, unrest in the region has escalated, with access to the site blocked and police using teargas against demonstrators from the town. One man, Abderrazek Lacheb, has allegedly died after being caught up in the demonstrations, although the police have denied his death was due to teargas.

    Continue reading...", - "content": "

    After demonstrations see police use teargas and the death of one man, work begins to clear waste in Sfax after decision to move site

    Work has begun to clear 30,000 tonnes of household rubbish from the streets of Tunisia’s “second city” of Sfax after the government backed down in a long-running dispute over a landfill site.

    Residents and activists in Agareb, where the current dump is located, said the site, opened in 2008 near the El Gonna national park, was a risk to human health. In recent weeks, unrest in the region has escalated, with access to the site blocked and police using teargas against demonstrators from the town. One man, Abderrazek Lacheb, has allegedly died after being caught up in the demonstrations, although the police have denied his death was due to teargas.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/08/win-for-tunisian-town-facing-landfill-crisis-as-government-backs-down", - "creator": "Simon Speakman Cordall in Tunis", - "pubDate": "2021-12-08T12:16:04Z", + "title": "Omicron is a ‘wake-up call’ to vaccinate poorer nations, experts say", + "description": "

    Covid vaccine rollout must reach developing world to prevent further variants, experts say

    Failure to vaccinate the world against coronavirus created the perfect breeding ground for the emergence of the Omicron variant and should serve as a wake-up call to wealthy nations, campaigners have said.

    Scientists and global health experts have called for action since the summer to tackle the crisis of vaccine inequality between rich and poor countries. The longer large parts of the world remained unvaccinated, they said, the more likely the virus was to mutate significantly.

    Continue reading...", + "content": "

    Covid vaccine rollout must reach developing world to prevent further variants, experts say

    Failure to vaccinate the world against coronavirus created the perfect breeding ground for the emergence of the Omicron variant and should serve as a wake-up call to wealthy nations, campaigners have said.

    Scientists and global health experts have called for action since the summer to tackle the crisis of vaccine inequality between rich and poor countries. The longer large parts of the world remained unvaccinated, they said, the more likely the virus was to mutate significantly.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/06/omicron-wake-up-call-to-vaccinate-poorer-nations-covid", + "creator": "Andrew Gregory Health editor", + "pubDate": "2021-12-06T00:01:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218787,16 +244140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d746af6b0d9b74eeaf21f68760b559b0" + "hash": "fb464f7f0a4fab96c57ec66785e183d1" }, { - "title": "After 16 years at the top of German politics, what now for Angela Merkel?", - "description": "

    While Merkel has said she has no particular plans, doing nothing doesn’t seem a realistic prospect for the outgoing chancellor

    After 16 years of gruelling European summits, late-light coalition negotiations and back-to-back conference calls with heads of state, Angela Merkel has vowed to spend the foreseeable future kicking back her flat black shoes and reading a few good books.

    But newly emerged details of a new office in central Berlin and veiled hints in interviews suggests the world may not have seen the last of Germany’s outgoing chancellor yet.

    Continue reading...", - "content": "

    While Merkel has said she has no particular plans, doing nothing doesn’t seem a realistic prospect for the outgoing chancellor

    After 16 years of gruelling European summits, late-light coalition negotiations and back-to-back conference calls with heads of state, Angela Merkel has vowed to spend the foreseeable future kicking back her flat black shoes and reading a few good books.

    But newly emerged details of a new office in central Berlin and veiled hints in interviews suggests the world may not have seen the last of Germany’s outgoing chancellor yet.

    Continue reading...", - "category": "Angela Merkel", - "link": "https://www.theguardian.com/world/2021/dec/08/after-16-years-at-the-top-of-german-politics-what-now-for-angela-merkel", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-12-08T10:34:22Z", + "title": "Belgian police fire water cannon at anti-lockdown protests", + "description": "

    Two officers and four protesters hospitalised, and 20 people arrested, after clashes in Brussels

    Belgian police have fired water cannon and used teargas to disperse protesters opposed to compulsory health measures against the coronavirus pandemic.

    About 8,000 people marched through Brussels towards the headquarters of the EU, chanting “freedom” and letting off fireworks.

    Continue reading...", + "content": "

    Two officers and four protesters hospitalised, and 20 people arrested, after clashes in Brussels

    Belgian police have fired water cannon and used teargas to disperse protesters opposed to compulsory health measures against the coronavirus pandemic.

    About 8,000 people marched through Brussels towards the headquarters of the EU, chanting “freedom” and letting off fireworks.

    Continue reading...", + "category": "Belgium", + "link": "https://www.theguardian.com/world/2021/dec/05/belgian-police-fire-water-cannon-at-anti-lockdown-protests", + "creator": "Agence France-Presse", + "pubDate": "2021-12-05T22:54:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218807,16 +244160,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1802c060d0f06d723c3099eab11c28a" + "hash": "90d92edb36f36db3adb053ea5ad78cfd" }, { - "title": "Omicron could be spreading faster in England than in South Africa, Sage adviser says", - "description": "

    John Edmunds says variant is ‘very severe setback’ to controlling Covid pandemic and that plan B ‘absolutely not an overreaction’

    Cases of the Omicron variant could be spreading even faster in England than in South Africa, according to a senior scientific adviser, who warned that the variant was a “very severe setback” to hopes of bringing the pandemic under control.

    Prof John Edmunds, an epidemiologist at the London School of Hygiene and Tropical Medicine and a member of the government’s Scientific Advisory Group for Emergencies (Sage), said that plan B measures announced by the prime minister were “absolutely not an overreaction” even if Omicron turned out to be milder than the current dominant variant.

    Continue reading...", - "content": "

    John Edmunds says variant is ‘very severe setback’ to controlling Covid pandemic and that plan B ‘absolutely not an overreaction’

    Cases of the Omicron variant could be spreading even faster in England than in South Africa, according to a senior scientific adviser, who warned that the variant was a “very severe setback” to hopes of bringing the pandemic under control.

    Prof John Edmunds, an epidemiologist at the London School of Hygiene and Tropical Medicine and a member of the government’s Scientific Advisory Group for Emergencies (Sage), said that plan B measures announced by the prime minister were “absolutely not an overreaction” even if Omicron turned out to be milder than the current dominant variant.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/09/daily-omicron-cases-in-uk-could-exceed-60000-by-christmas-sage-adviser-says", - "creator": "Ian Sample Science editor", - "pubDate": "2021-12-09T20:11:42Z", + "title": "A new start after 60: ‘I was done. Burnt out. Then I moved into a motorhome and found freedom’", + "description": "

    After suffering bereavements and a dark period in her 50s, Siobhan Daniels, 62, decided to embrace adventure. So she swapped her flat for life on the road

    Siobhan Daniels is giving a virtual tour of her home. “I’ve got my gin bar,” she says, flicking on decorative lights, “an oven big enough for Christmas lunch ... and a full-size shower and toilet.” The moment she walked in, she knew it was the home for her. She gave up her flat in Kent, disposed of most possessions – and moved into this two-berth Auto-Trail Tribute motorhome.

    Daniels, 62, is speaking from a farm in Dorset, where she volunteers in exchange for free electric hook-up. She has recently travelled south from Scotland, where she arrived via Sussex, Herefordshire and the Brecon Beacons. Of course, everywhere now is both an arrival and a departure. “I lie here and look at the map and think: ‘Where am I? Where do I want to go?’ It’s as random as that.”

    Tell us: has your life taken a new direction after the age of 60?

    Continue reading...", + "content": "

    After suffering bereavements and a dark period in her 50s, Siobhan Daniels, 62, decided to embrace adventure. So she swapped her flat for life on the road

    Siobhan Daniels is giving a virtual tour of her home. “I’ve got my gin bar,” she says, flicking on decorative lights, “an oven big enough for Christmas lunch ... and a full-size shower and toilet.” The moment she walked in, she knew it was the home for her. She gave up her flat in Kent, disposed of most possessions – and moved into this two-berth Auto-Trail Tribute motorhome.

    Daniels, 62, is speaking from a farm in Dorset, where she volunteers in exchange for free electric hook-up. She has recently travelled south from Scotland, where she arrived via Sussex, Herefordshire and the Brecon Beacons. Of course, everywhere now is both an arrival and a departure. “I lie here and look at the map and think: ‘Where am I? Where do I want to go?’ It’s as random as that.”

    Tell us: has your life taken a new direction after the age of 60?

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/06/a-new-start-after-60-i-was-done-burnt-out-then-i-moved-into-a-motorhome-and-found-freedom", + "creator": "Paula Cocozza", + "pubDate": "2021-12-06T06:00:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218827,16 +244180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef2d16c6224d597fb41db4c41913edbd" + "hash": "3265698eebf5818d6a9aec2320b1420a" }, { - "title": "Dozens killed after truck packed with migrants crashes in Mexico", - "description": "

    At least 53 people died and many were injured after the vehicle rolled over on a highway in Chiapas

    A cargo truck jammed with more than 100 people thought to be migrants from Central America has rolled over and crashed into a pedestrian bridge in southern Mexico, killing at least 53 people and injuring dozens more.

    The crash on Thursday on a highway near Tuxtla Gutierrez, state capital of Chiapas, might have been triggered by the weight of the truck’s human cargo causing it to tip over on a bend, local officials said.

    Continue reading...", - "content": "

    At least 53 people died and many were injured after the vehicle rolled over on a highway in Chiapas

    A cargo truck jammed with more than 100 people thought to be migrants from Central America has rolled over and crashed into a pedestrian bridge in southern Mexico, killing at least 53 people and injuring dozens more.

    The crash on Thursday on a highway near Tuxtla Gutierrez, state capital of Chiapas, might have been triggered by the weight of the truck’s human cargo causing it to tip over on a bend, local officials said.

    Continue reading...", - "category": "Mexico", - "link": "https://www.theguardian.com/world/2021/dec/10/dozens-killed-after-truck-packed-with-migrants-crashes-in-mexico", - "creator": "Associated Press", - "pubDate": "2021-12-10T01:35:39Z", + "title": "‘Optimism is the only way forward’: the exhibition that imagines our future", + "description": "

    At a new exhibition at the reopening of the Smithsonian Arts and Industries Building, technology and designs for a better future are on display

    If America has stood for anything, it’s surely forward-looking optimism. In New York, Chicago, Detroit and other shining cities, its soaring skyscrapers pointed to the future. But has the bubble burst in the 21st century?

    “We don’t see ourselves striding toward a better tomorrow,” columnist Frank Bruni wrote in the New York Times last month, citing research that found 71% of Americans believe that this country is on the wrong track. “We see ourselves tiptoeing around catastrophe. That was true even before Covid. That was true even before Trump.”

    Continue reading...", + "content": "

    At a new exhibition at the reopening of the Smithsonian Arts and Industries Building, technology and designs for a better future are on display

    If America has stood for anything, it’s surely forward-looking optimism. In New York, Chicago, Detroit and other shining cities, its soaring skyscrapers pointed to the future. But has the bubble burst in the 21st century?

    “We don’t see ourselves striding toward a better tomorrow,” columnist Frank Bruni wrote in the New York Times last month, citing research that found 71% of Americans believe that this country is on the wrong track. “We see ourselves tiptoeing around catastrophe. That was true even before Covid. That was true even before Trump.”

    Continue reading...", + "category": "Art", + "link": "https://www.theguardian.com/artanddesign/2021/dec/06/futures-smithsonian-exhibition-washington-art-design", + "creator": "David Smith in Washington", + "pubDate": "2021-12-06T06:31:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218847,16 +244200,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d9118734c2183c1c3904069032e0bb6" + "hash": "9a8cc745d77136d490d90d44057cbef3" }, { - "title": "Ashes 2021-22: Australia v England first Test, day three – live!", - "description": "

    An England injury update: Stokes is ok to bowl, Robinson is fine and only had cramp... but Dawid Malan isn’t out there today. Did a hamstring, apparently, from chasing leather all day. Zak Crawley is out there in his place.

    Here come the players, into the bright Brisbane sunshine. Travis Head resumes on 112 not out, of course. He’s joined by Mitchell Starc out there, with Australia’s lead at 196. Chris Woakes has the ball in hand. Here we go then...

    Continue reading...", - "content": "

    An England injury update: Stokes is ok to bowl, Robinson is fine and only had cramp... but Dawid Malan isn’t out there today. Did a hamstring, apparently, from chasing leather all day. Zak Crawley is out there in his place.

    Here come the players, into the bright Brisbane sunshine. Travis Head resumes on 112 not out, of course. He’s joined by Mitchell Starc out there, with Australia’s lead at 196. Chris Woakes has the ball in hand. Here we go then...

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/live/2021/dec/10/ashes-2021-22-day-3-three-cricket-australia-vs-england-first-test-live-score-card-aus-v-eng-start-time-latest-updates", - "creator": "Geoff Lemon at the Gabba (now) and Tim de Lisle (later)", - "pubDate": "2021-12-10T04:40:07Z", + "title": "The big idea: How much do we really want to know about our genes?", + "description": "

    Genetic data will soon be accessible like never before. The implications for our health are huge

    While at the till in a clothes shop, Ruby received a call. She recognised the woman’s voice as the genetic counsellor she had recently seen, and asked if she could try again in five minutes. Ruby paid for her clothes, went to her car, and waited alone. Something about the counsellor’s voice gave away what was coming.

    The woman called back and said Ruby’s genetic test results had come in. She did indeed carry the mutation they had been looking for. Ruby had inherited a faulty gene from her father, the one that had caused his death aged 36 from a connective tissue disorder that affected his heart. It didn’t seem the right situation in which to receive such news but, then again, how else could it happen? The phone call lasted just a few minutes. The counsellor asked if Ruby had any questions, but she couldn’t think of anything. She rang off, called her husband and cried. The main thing she was upset about was the thought of her children being at risk.

    Continue reading...", + "content": "

    Genetic data will soon be accessible like never before. The implications for our health are huge

    While at the till in a clothes shop, Ruby received a call. She recognised the woman’s voice as the genetic counsellor she had recently seen, and asked if she could try again in five minutes. Ruby paid for her clothes, went to her car, and waited alone. Something about the counsellor’s voice gave away what was coming.

    The woman called back and said Ruby’s genetic test results had come in. She did indeed carry the mutation they had been looking for. Ruby had inherited a faulty gene from her father, the one that had caused his death aged 36 from a connective tissue disorder that affected his heart. It didn’t seem the right situation in which to receive such news but, then again, how else could it happen? The phone call lasted just a few minutes. The counsellor asked if Ruby had any questions, but she couldn’t think of anything. She rang off, called her husband and cried. The main thing she was upset about was the thought of her children being at risk.

    Continue reading...", + "category": "Genetics", + "link": "https://www.theguardian.com/books/2021/dec/06/the-big-idea-how-much-do-we-really-want-to-know-about-our-genes", + "creator": "Daniel M Davis", + "pubDate": "2021-12-06T08:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218867,16 +244220,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc3b61678200fc5ce54dca9e18e4e678" + "hash": "38f9e6d3f1a8a2402b68d0302987d899" }, { - "title": "China: editorial says Communist party members must have three children", - "description": "

    Article that says ‘no party member should use any excuse’ to have only one or two children goes viral then disappears

    An editorial in a Chinese state-run news website has suggested Communist party members are obliged to have three children for the good of the country, as Beijing seeks to address plummeting birthrates.

    The editorial, which was first published last month, went viral this week and drew sharp reaction from Chinese internet users, with millions of shares, views and comments. As the wave of reaction grew, the original article disappeared from the website.

    Continue reading...", - "content": "

    Article that says ‘no party member should use any excuse’ to have only one or two children goes viral then disappears

    An editorial in a Chinese state-run news website has suggested Communist party members are obliged to have three children for the good of the country, as Beijing seeks to address plummeting birthrates.

    The editorial, which was first published last month, went viral this week and drew sharp reaction from Chinese internet users, with millions of shares, views and comments. As the wave of reaction grew, the original article disappeared from the website.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/10/china-editorial-says-communist-party-members-must-have-three-children", - "creator": "Helen Davidson", - "pubDate": "2021-12-10T04:01:36Z", + "title": "Female Royal Navy staff back calls for rape cases to be tried in civilian courts", + "description": "

    An amendment to the Armed Forces Bill recommends rapes cases should not be heard under courts martial

    A serving member of the Royal Navy, who took legal action against the Ministry of Defence after her rape case collapsed, has backed calls for serious offences to be investigated and tried through the civilian courts rather than the military system.

    The woman, known as Servicewoman A, has called on the government to accept an amendment to the Armed Forces Bill, which she says will “encourage more women to come forward” and protect them from the “appalling consequences” of reporting rape within their unit.

    Continue reading...", + "content": "

    An amendment to the Armed Forces Bill recommends rapes cases should not be heard under courts martial

    A serving member of the Royal Navy, who took legal action against the Ministry of Defence after her rape case collapsed, has backed calls for serious offences to be investigated and tried through the civilian courts rather than the military system.

    The woman, known as Servicewoman A, has called on the government to accept an amendment to the Armed Forces Bill, which she says will “encourage more women to come forward” and protect them from the “appalling consequences” of reporting rape within their unit.

    Continue reading...", + "category": "Royal Navy", + "link": "https://www.theguardian.com/uk-news/2021/dec/06/female-royal-navy-staff-back-calls-for-cases-to-be-tried-in-civilian-courts", + "creator": "Jamie Grierson", + "pubDate": "2021-12-06T00:01:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218887,16 +244240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f33ed2fe0c4c7d9988bcc97514d077b3" + "hash": "e759ac13a9f10836a9801da30ba73a90" }, { - "title": "Court rules Trump cannot block release of documents to Capitol attack panel", - "description": "

    The former president is expected to appeal the ruling to the supreme court

    Donald Trump, the former US president, suffered a major defeat on Thursday when a federal appeals court ruled against his effort to block the release of documents related to the 6 January attack on the US Capitol.

    Trump is expected to appeal to the supreme court.

    Continue reading...", - "content": "

    The former president is expected to appeal the ruling to the supreme court

    Donald Trump, the former US president, suffered a major defeat on Thursday when a federal appeals court ruled against his effort to block the release of documents related to the 6 January attack on the US Capitol.

    Trump is expected to appeal to the supreme court.

    Continue reading...", - "category": "Donald Trump", - "link": "https://www.theguardian.com/us-news/2021/dec/09/donald-trump-capitol-attack-committee-documents", - "creator": "David Smith in Washington", - "pubDate": "2021-12-09T22:05:41Z", + "title": "French election polls: who is leading the race to be the next president of France?", + "description": "

    Emmanuel Macron and the far-right hopeful Marine Le Pen look set to be joined by numerous other candidates in the French presidential election. We look at the latest polling, and introduce some of the most likely candidates

    France will vote to elect a new president in April, and the list of competitors became clearer on Saturday with the nomination of the centre-right Les Républicains party’s candidate, Valérie Pécresse.

    The current president, Emmanuel Macron, has yet to declare his candidacy but is expected to run again. His second-round opponent from 2017, the far-right populist Marine Le Pen, has already launched her campaign.

    Continue reading...", + "content": "

    Emmanuel Macron and the far-right hopeful Marine Le Pen look set to be joined by numerous other candidates in the French presidential election. We look at the latest polling, and introduce some of the most likely candidates

    France will vote to elect a new president in April, and the list of competitors became clearer on Saturday with the nomination of the centre-right Les Républicains party’s candidate, Valérie Pécresse.

    The current president, Emmanuel Macron, has yet to declare his candidacy but is expected to run again. His second-round opponent from 2017, the far-right populist Marine Le Pen, has already launched her campaign.

    Continue reading...", + "category": "Emmanuel Macron", + "link": "https://www.theguardian.com/world/ng-interactive/2021/dec/03/french-election-polls-who-is-leading-the-race-to-be-the-next-president-of-france", + "creator": "Seán Clarke and Angelique Chrisafis", + "pubDate": "2021-12-06T08:24:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218907,16 +244260,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4ef368f965fc853515edf3cd5998607" + "hash": "ff113ee2c6c46a85b94d268f115c435d" }, { - "title": "Biden promises eastern Europeans support in event of Russian attack on Ukraine", - "description": "

    US president makes pledge in phone calls to Ukrainian president and nine other states

    Joe Biden has phoned the leaders of Ukraine and nine eastern European Nato states promising support if Russia attacks Ukraine and pledging to involve them in decisions about the region.

    After a 90-minute call with Biden late on Thursday, Ukrainian president Volodymyr Zelenskiy said on Twitter that the two “discussed possible formats for resolving the conflict” in eastern Ukraine, where Russian-backed separatists have carved out a self-declared state.

    Continue reading...", - "content": "

    US president makes pledge in phone calls to Ukrainian president and nine other states

    Joe Biden has phoned the leaders of Ukraine and nine eastern European Nato states promising support if Russia attacks Ukraine and pledging to involve them in decisions about the region.

    After a 90-minute call with Biden late on Thursday, Ukrainian president Volodymyr Zelenskiy said on Twitter that the two “discussed possible formats for resolving the conflict” in eastern Ukraine, where Russian-backed separatists have carved out a self-declared state.

    Continue reading...", - "category": "Europe", - "link": "https://www.theguardian.com/world/2021/dec/09/eastern-europe-urges-nato-unity-in-biden-talks-with-russia", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-12-09T22:32:27Z", + "title": "Poland plans to set up register of pregnancies to report miscarriages", + "description": "

    Proposed register would come into effect in January, a year after near-total ban on abortion

    Poland is planning to introduce a centralised register of pregnancies that would oblige doctors to report all pregnancies and miscarriages to the government.

    The proposed register would come into effect in January 2022, a year after Poland introduced a near-total ban on abortion.

    Continue reading...", + "content": "

    Proposed register would come into effect in January, a year after near-total ban on abortion

    Poland is planning to introduce a centralised register of pregnancies that would oblige doctors to report all pregnancies and miscarriages to the government.

    The proposed register would come into effect in January 2022, a year after Poland introduced a near-total ban on abortion.

    Continue reading...", + "category": "Poland", + "link": "https://www.theguardian.com/global-development/2021/dec/03/poland-plans-to-set-up-register-of-pregnancies-to-report-miscarriages", + "creator": "Weronika Strzyżyńska", + "pubDate": "2021-12-03T15:56:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218927,16 +244280,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d033358f86e2be3b58e86ff52e982651" + "hash": "bec9fce9d42ed6c9ee44afe64ffba81d" }, { - "title": "Jussie Smollett found guilty of faking hate crime against himself", - "description": "

    The Chicago jury, which deliberated for more than nine hours, found Smollett guilty of five of the six charges he faced

    A jury has found the Empire actor Jussie Smollett guilty of faking a hate crime against himself to raise his celebrity profile.

    The Chicago jury, which deliberated for more than nine hours, found Smollett guilty of five charges of disorderly conduct. He was acquitted on a sixth count, of lying to a detective in mid-February, weeks after Smollett said he was attacked.

    Continue reading...", - "content": "

    The Chicago jury, which deliberated for more than nine hours, found Smollett guilty of five of the six charges he faced

    A jury has found the Empire actor Jussie Smollett guilty of faking a hate crime against himself to raise his celebrity profile.

    The Chicago jury, which deliberated for more than nine hours, found Smollett guilty of five charges of disorderly conduct. He was acquitted on a sixth count, of lying to a detective in mid-February, weeks after Smollett said he was attacked.

    Continue reading...", - "category": "Jussie Smollett", - "link": "https://www.theguardian.com/us-news/2021/dec/09/jussie-smollett-found-guilty-faking-hate-crime-against-himself", - "creator": "Maya Yang and agencies", - "pubDate": "2021-12-10T00:04:23Z", + "title": "India’s ‘pencil village’ counts the cost of Covid school closures", + "description": "

    Ukhoo village in Kashmir supplies 90% of wood used in the country’s pencils, but the industry, a major employer in the area, has seen a dramatic drop in demand

    School closures in India during the pandemic have left their mark on more than the children who have seen delays to their learning. In one Kashmiri village the impact has been catastrophic on employment.

    Pick up a pencil anywhere across India and it is likely to come from the poplar trees of Ukhoo.

    Continue reading...", + "content": "

    Ukhoo village in Kashmir supplies 90% of wood used in the country’s pencils, but the industry, a major employer in the area, has seen a dramatic drop in demand

    School closures in India during the pandemic have left their mark on more than the children who have seen delays to their learning. In one Kashmiri village the impact has been catastrophic on employment.

    Pick up a pencil anywhere across India and it is likely to come from the poplar trees of Ukhoo.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/03/indias-pencil-village-counts-the-cost-of-covid-school-closures", + "creator": "Majid Maqbool in Ukhoo", + "pubDate": "2021-12-03T09:30:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218947,16 +244300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9066f8314eb6128aece7a954a3ea51c" + "hash": "fbf5cb91bf096b56755ea5f1d7e6b86a" }, { - "title": "Villagers file human rights complaint over plan for giant PNG goldmine", - "description": "

    Frieda River mine proposed by Chinese-owned PanAust sparks appeal to government in Australia where company is registered

    More than 2,000 people in 60 villages in Papua New Guinea’s north – where the country’s largest gold, copper and silver mine is slated to be built – have filed a human rights complaint with the Australian government against developer PanAust.

    The landowners of the proposed Frieda River mine, on a tributary to the Sepik in the north of New Guinea island, allege that PanAust failed to obtain their consent.

    Continue reading...", - "content": "

    Frieda River mine proposed by Chinese-owned PanAust sparks appeal to government in Australia where company is registered

    More than 2,000 people in 60 villages in Papua New Guinea’s north – where the country’s largest gold, copper and silver mine is slated to be built – have filed a human rights complaint with the Australian government against developer PanAust.

    The landowners of the proposed Frieda River mine, on a tributary to the Sepik in the north of New Guinea island, allege that PanAust failed to obtain their consent.

    Continue reading...", - "category": "Papua New Guinea", - "link": "https://www.theguardian.com/world/2021/dec/10/villagers-file-human-rights-complaint-over-plan-for-giant-png-goldmine", - "creator": "Lyanne Togiba in Port Moresby", - "pubDate": "2021-12-10T03:08:11Z", + "title": "Covid news live: Omicron found in one-third of US states but early reports on severity are ‘encouraging’, Fauci says", + "description": "

    Variant detected in 16 US states so far; the threat appears to be less severe than Delta with signals so far ‘a bit encouraging’, Dr Anthony Fauci says

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "content": "

    Variant detected in 16 US states so far; the threat appears to be less severe than Delta with signals so far ‘a bit encouraging’, Dr Anthony Fauci says

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/06/covid-news-live-omicron-found-in-one-third-of-us-states-germany-plans-vaccine-mandates-for-some-health-jobs", + "creator": "Samantha Lock", + "pubDate": "2021-12-06T03:22:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218967,16 +244320,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e59a4323cb7f98bdc13b763db14fee5" + "hash": "db95547bc338e6e2336cfd7bf4d5eb88" }, { - "title": "Dozens die and thousands flee in West Darfur tribal fighting", - "description": "

    Deadly clashes erupt in three separate areas with poor medical facilities as wider Darfur region slides into violence

    Tribal fighting has killed dozens of people over the past three weeks in three separate areas of Sudan’s West Darfur region and thousands of people have fled the violence, local medics have said.

    The West Darfur Doctors Committee said in statements on Wednesday and Thursday that attacks in the Kreinik area killed 88 and wounded 84, while renewed violence in the Jebel Moon area killed 25 and wounded four. Meanwhile, violence in the Sarba locality killed eight and wounded six.

    Continue reading...", - "content": "

    Deadly clashes erupt in three separate areas with poor medical facilities as wider Darfur region slides into violence

    Tribal fighting has killed dozens of people over the past three weeks in three separate areas of Sudan’s West Darfur region and thousands of people have fled the violence, local medics have said.

    The West Darfur Doctors Committee said in statements on Wednesday and Thursday that attacks in the Kreinik area killed 88 and wounded 84, while renewed violence in the Jebel Moon area killed 25 and wounded four. Meanwhile, violence in the Sarba locality killed eight and wounded six.

    Continue reading...", - "category": "Sudan", - "link": "https://www.theguardian.com/world/2021/dec/10/dozens-die-and-thousands-flee-in-west-darfur-tribal-fighting", - "creator": "Staff and agencies", - "pubDate": "2021-12-10T01:48:23Z", + "title": "Pope castigates Europe over migration crisis during return to Lesbos", + "description": "

    Francis says fear, indifference and cynical disregard continue to condemn people to death at sea

    Pope Francis has returned to Lesbos, the Greek island long at the centre of Europe’s refugee crisis, to offer comfort to asylum seekers and harsh words for a continent that has all too often rejected them.

    Five years after his last visit, the pontiff admonished the west for its handling of the humanitarian crisis. Instead of welcoming people fleeing poverty and war, its indifference and cynical disregard had continued to condemn them to death, he said.

    Continue reading...", + "content": "

    Francis says fear, indifference and cynical disregard continue to condemn people to death at sea

    Pope Francis has returned to Lesbos, the Greek island long at the centre of Europe’s refugee crisis, to offer comfort to asylum seekers and harsh words for a continent that has all too often rejected them.

    Five years after his last visit, the pontiff admonished the west for its handling of the humanitarian crisis. Instead of welcoming people fleeing poverty and war, its indifference and cynical disregard had continued to condemn them to death, he said.

    Continue reading...", + "category": "Pope Francis", + "link": "https://www.theguardian.com/world/2021/dec/05/pope-castigates-europe-over-refugees-crisis-in-return-to-lesbos", + "creator": "Helena Smith in Athens", + "pubDate": "2021-12-05T16:47:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -218987,56 +244340,56 @@ "favorite": false, "created": false, "tags": [], - "hash": "994727225ffda7b10a335b33b7586c8c" + "hash": "ea18888f89582d2e90155f19a727778b" }, { - "title": "Macron accuses UK of not keeping its word on Brexit and fishing", - "description": "

    France willing to re-engage on Channel crossings, but UK economy relies on illegal labour, says president

    Relations between France and Britain are strained because the current UK government does not honour its word, president Emmanuel Macron has said.

    Macron accused London of failing to keep its word on Brexit and fishing licences, but said France was willing to re-engage in good faith, and called for “British re-engagement” over the “humanitarian question” of dangerous Channel crossings, after at least 27 migrants drowned trying to reach the British coast.

    Continue reading...", - "content": "

    France willing to re-engage on Channel crossings, but UK economy relies on illegal labour, says president

    Relations between France and Britain are strained because the current UK government does not honour its word, president Emmanuel Macron has said.

    Macron accused London of failing to keep its word on Brexit and fishing licences, but said France was willing to re-engage in good faith, and called for “British re-engagement” over the “humanitarian question” of dangerous Channel crossings, after at least 27 migrants drowned trying to reach the British coast.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/09/emmanuel-macron-uk-brexit-fishing-channel-crossings", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2021-12-09T19:10:03Z", + "title": "Republican Thomas Massie condemned for Christmas guns photo", + "description": "

    Congressman causes outrage by posting ‘insensitive’ tweet just days after Michigan school shooting

    A US congressman has posted a Christmas picture of himself and what appears to be his family, smiling and posing with an assortment of guns, just days after four teenagers were killed in a shooting at a high school in Michigan.

    Thomas Massie of Kentucky tweeted:

    Continue reading...", + "content": "

    Congressman causes outrage by posting ‘insensitive’ tweet just days after Michigan school shooting

    A US congressman has posted a Christmas picture of himself and what appears to be his family, smiling and posing with an assortment of guns, just days after four teenagers were killed in a shooting at a high school in Michigan.

    Thomas Massie of Kentucky tweeted:

    Continue reading...", + "category": "Michigan", + "link": "https://www.theguardian.com/us-news/2021/dec/05/republican-thomas-massie-condemned-for-christmas-guns-photo-congressman-michigan-school-shooting", + "creator": "Staff and agencies", + "pubDate": "2021-12-05T12:51:01Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1598fd0b3d0d08188374cc71c1e07e4" + "hash": "46f197d828ee544768e8697620559f0b" }, { - "title": "Brown sugar shortage leaves bitter taste for New Zealand’s home bakers", - "description": "

    Lead contamination scare and global supply chain disruption add up to recipe for Christmas disappointment, with dried fruit also in short supply

    A mass recall of brown sugar in New Zealand, prompted by fears of lead contamination, has left home bakers scrambling for alternatives in the lead up to the festive season, while global supply chain disruptions have caused gaps on the supermarket shelves.

    The country’s only sugar refinery, NZ Sugar Limited, was forced to make four recalls of its sugar products after low levels of lead were detected in some of its batches. Food Safety New Zealand is investigating the handling of the recall, after three incidents where recalled products ended up back on supermarket shelves.

    Continue reading...", - "content": "

    Lead contamination scare and global supply chain disruption add up to recipe for Christmas disappointment, with dried fruit also in short supply

    A mass recall of brown sugar in New Zealand, prompted by fears of lead contamination, has left home bakers scrambling for alternatives in the lead up to the festive season, while global supply chain disruptions have caused gaps on the supermarket shelves.

    The country’s only sugar refinery, NZ Sugar Limited, was forced to make four recalls of its sugar products after low levels of lead were detected in some of its batches. Food Safety New Zealand is investigating the handling of the recall, after three incidents where recalled products ended up back on supermarket shelves.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/10/brown-sugar-shortage-leaves-bitter-taste-for-new-zealands-home-bakers", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-12-10T03:16:11Z", + "title": "Gambian opposition parties reject election results", + "description": "

    Incumbent president Adama Barrow wins by significant margin in test of democratic stability after decades of Yahya Jammeh’s rule

    Gambian opposition candidates have rejected the results of Saturday’s historic vote in the West African nation that suggest the incumbent president, Adama Barrow, had easily won re-election.

    According to official results announced by the electoral commission, Barrow received about 53% of Saturday’s vote, far outstripping his nearest rival, political veteran Ousainou Darboe, who won about 28%. In 2016 Barrow unseated the former president Yahya Jammeh, who is accused of human rights abuses and corruption.

    Continue reading...", + "content": "

    Incumbent president Adama Barrow wins by significant margin in test of democratic stability after decades of Yahya Jammeh’s rule

    Gambian opposition candidates have rejected the results of Saturday’s historic vote in the West African nation that suggest the incumbent president, Adama Barrow, had easily won re-election.

    According to official results announced by the electoral commission, Barrow received about 53% of Saturday’s vote, far outstripping his nearest rival, political veteran Ousainou Darboe, who won about 28%. In 2016 Barrow unseated the former president Yahya Jammeh, who is accused of human rights abuses and corruption.

    Continue reading...", + "category": "The Gambia", + "link": "https://www.theguardian.com/world/2021/dec/05/gambian-opposition-parties-reject-preliminary-election-results", + "creator": "Portia Crowe in Banjul", + "pubDate": "2021-12-06T00:30:02Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21750d7ebf284c81c6970b4f37b00fbf" + "hash": "5c5b38adf94d47cac0962f22e28567e3" }, { - "title": "Covid news live: Australia to offer jabs to children aged five to 11; US Omicron cases mostly mild, CDC chief says", - "description": "

    Australia will begin administering vaccines for children from January; nearly all of the 40 people in the US infected with Omicron were mildly ill

    Fury over the release of a video showing Downing Street staffers joking about alleged lockdown breaches in the UK are only the latest scandal to rock British prime minister Boris Johnson’s premiership.

    For days, a succession of government ministers batted away questions about whether an illegal party had been held in Downing Street last December during Covid restrictions that banned gatherings of more than 30 people. But on Tuesday night that all changed: a video emerged of Downing Street staffers appearing to joke about a party alleged to have been held inside No 10 just days earlier.

    Continue reading...", - "content": "

    Australia will begin administering vaccines for children from January; nearly all of the 40 people in the US infected with Omicron were mildly ill

    Fury over the release of a video showing Downing Street staffers joking about alleged lockdown breaches in the UK are only the latest scandal to rock British prime minister Boris Johnson’s premiership.

    For days, a succession of government ministers batted away questions about whether an illegal party had been held in Downing Street last December during Covid restrictions that banned gatherings of more than 30 people. But on Tuesday night that all changed: a video emerged of Downing Street staffers appearing to joke about a party alleged to have been held inside No 10 just days earlier.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/10/covid-news-live-australia-to-offer-jabs-to-children-aged-five-to-11-us-omicron-cases-mostly-mild-cdc-chief-says", - "creator": "Samantha Lock", - "pubDate": "2021-12-10T04:38:48Z", + "title": "‘Ferocious’ Niger battle leaves dozens of soldiers and militants dead", + "description": "

    Military calls in air and ground support to force attackers to retreat after being overwhelmed by their numbers, government says

    At least 12 soldiers and “dozens of terrorists” have been killed in a battle in western Niger, the defence ministry says, in the conflict-wracked “three borders” zone.

    Another eight soldiers were wounded in the clash with “hundreds of armed terrorists” 5km (three miles) from Fantio, the ministry statement on Sunday said.

    Continue reading...", + "content": "

    Military calls in air and ground support to force attackers to retreat after being overwhelmed by their numbers, government says

    At least 12 soldiers and “dozens of terrorists” have been killed in a battle in western Niger, the defence ministry says, in the conflict-wracked “three borders” zone.

    Another eight soldiers were wounded in the clash with “hundreds of armed terrorists” 5km (three miles) from Fantio, the ministry statement on Sunday said.

    Continue reading...", + "category": "Niger", + "link": "https://www.theguardian.com/world/2021/dec/06/ferocious-niger-battle-leaves-dozens-of-soldiers-and-militants-dead", + "creator": "Reuters in Niamey", + "pubDate": "2021-12-06T00:07:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219047,36 +244400,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "f199cf9f5eb3230d5ecef76e347b4d1b" + "hash": "a2a0156d7714ebdf4cc105dfc1273ecb" }, { - "title": "Italian who presented fake arm for Covid jab ‘has since been vaccinated’", - "description": "

    Dr Guido Russo says stunt was protest against vaccine mandates and jab is ‘best weapon we have’ against virus

    An Italian dentist who presented a fake arm for a Covid vaccine says he has since been jabbed and that the vaccine “is the best weapon we have against this terrible disease”.

    Dr Guido Russo faces possible criminal fraud charges for having worn an arm made out of silicone when he first showed up at a vaccine hub in the northern city of Biella. Italy has required doctors and nurses to be vaccinated since earlier this year.

    Continue reading...", - "content": "

    Dr Guido Russo says stunt was protest against vaccine mandates and jab is ‘best weapon we have’ against virus

    An Italian dentist who presented a fake arm for a Covid vaccine says he has since been jabbed and that the vaccine “is the best weapon we have against this terrible disease”.

    Dr Guido Russo faces possible criminal fraud charges for having worn an arm made out of silicone when he first showed up at a vaccine hub in the northern city of Biella. Italy has required doctors and nurses to be vaccinated since earlier this year.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2021/dec/09/italian-who-presented-fake-arm-for-covid-jab-has-since-been-vaccinated", - "creator": "Associated Press in Rome", - "pubDate": "2021-12-09T13:00:48Z", + "title": "Fears of fatalities after Myanmar troops ‘use car to ram anti-coup protest’", + "description": "

    Local media and witnesses say dozens injured and at least 15 arrested in incident in Yangon

    Three people were feared dead and at least 15 arrested after Myanmar security forces rammed into an anti-coup protest in a car in Yangon, witnesses and a protest organiser have said.

    Witnesses on the scene said dozens had been injured. Photos and videos on social media show a vehicle that had crashed through the protesters and bodies lying on the road.

    Continue reading...", + "content": "

    Local media and witnesses say dozens injured and at least 15 arrested in incident in Yangon

    Three people were feared dead and at least 15 arrested after Myanmar security forces rammed into an anti-coup protest in a car in Yangon, witnesses and a protest organiser have said.

    Witnesses on the scene said dozens had been injured. Photos and videos on social media show a vehicle that had crashed through the protesters and bodies lying on the road.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2021/dec/05/myanmar-five-dead-after-troops-use-car-to-ram-anti-coup-protest-report", + "creator": "Reuters", + "pubDate": "2021-12-05T19:40:38Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d4acb41ea140b45c13102a14afe7d5e" + "hash": "b0888e64a373e27577e24ea926ca6117" }, { - "title": "CDC chief says Omicron is ‘mild’ as early data comes in on US spread of variant", - "description": "

    Agency is working on detailed analysis of what the new mutant form of the coronavirus might hold for the US

    More than 40 people in the US have been found to be infected with the Omicron variant so far, and more than three-quarters of them had been vaccinated, the chief of the Centers for Disease Control and Prevention (CDC) has said. But she added nearly all of them were only mildly ill.

    In an interview with the Associated Press, Dr Rochelle Walensky, director of the CDC, said the data is very limited and the agency is working on a more detailed analysis of what the new mutant form of the coronavirus might hold for the US.

    Continue reading...", - "content": "

    Agency is working on detailed analysis of what the new mutant form of the coronavirus might hold for the US

    More than 40 people in the US have been found to be infected with the Omicron variant so far, and more than three-quarters of them had been vaccinated, the chief of the Centers for Disease Control and Prevention (CDC) has said. But she added nearly all of them were only mildly ill.

    In an interview with the Associated Press, Dr Rochelle Walensky, director of the CDC, said the data is very limited and the agency is working on a more detailed analysis of what the new mutant form of the coronavirus might hold for the US.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/09/cdc-chief-omicron-mild-early-data-us-spread-variant", - "creator": "Associated Press", - "pubDate": "2021-12-09T14:52:37Z", + "title": "Severe weather warning for UK as Storm Barra set to arrive on Tuesday", + "description": "

    Met Office issues wind warnings in England, Wales and Northern Ireland and snow warnings in Scotland

    The Met Office has issued severe weather warnings for most of the UK ahead of the arrival of Storm Barra on Tuesday, as thousands of homes remain without power more than a week after Storm Arwen.

    Yellow wind weather warnings are in place across England, Wales and Northern Ireland for Tuesday, with yellow snow warnings in place in southern and western Scotland.

    Continue reading...", + "content": "

    Met Office issues wind warnings in England, Wales and Northern Ireland and snow warnings in Scotland

    The Met Office has issued severe weather warnings for most of the UK ahead of the arrival of Storm Barra on Tuesday, as thousands of homes remain without power more than a week after Storm Arwen.

    Yellow wind weather warnings are in place across England, Wales and Northern Ireland for Tuesday, with yellow snow warnings in place in southern and western Scotland.

    Continue reading...", + "category": "Extreme weather", + "link": "https://www.theguardian.com/world/2021/dec/05/severe-weather-warning-for-uk-as-storm-barra-set-to-arrive-on-tuesday", + "creator": "Jessica Murray Midlands correspondent", + "pubDate": "2021-12-05T16:26:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219087,16 +244440,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "efb0d2ca3810886b8a34d491c7ee2d7a" + "hash": "6845ad91f8c06cf9fb90dd42a50a1591" }, { - "title": "South Korea cuts human interaction in push to build ‘untact’ society", - "description": "

    The government invests heavily to remove human contact from many aspects of life but fears of harmful social consequences persist

    For Seoul-based graduate Lee Su-bin, the transition to a new lifestyle during the pandemic was no big deal.

    “At the university library, I would reserve my books online, which would then be sanitised in a book steriliser before being delivered to a locker for pick up,” the 25-year-old says.

    Continue reading...", - "content": "

    The government invests heavily to remove human contact from many aspects of life but fears of harmful social consequences persist

    For Seoul-based graduate Lee Su-bin, the transition to a new lifestyle during the pandemic was no big deal.

    “At the university library, I would reserve my books online, which would then be sanitised in a book steriliser before being delivered to a locker for pick up,” the 25-year-old says.

    Continue reading...", - "category": "South Korea", - "link": "https://www.theguardian.com/world/2021/dec/10/south-korea-cuts-human-interaction-in-push-to-build-untact-society", - "creator": "Raphael Rashid", - "pubDate": "2021-12-10T03:23:22Z", + "title": "Bob Dole, giant of Republican politics and presidential nominee, dies aged 98", + "description": "
    • Long-time power-broker lost 1996 election to Bill Clinton
    • Biden: ‘An American statesman like few in our history’
    • Obituary: Bob Dole, 1923-2021

    Bob Dole, the long-time Kansas senator who was the Republican nominee for president in 1996, has died. He was 98.

    In a statement, the Elizabeth Dole Foundation – founded by Dole’s wife, a former North Carolina senator and cabinet official – said: “It is with heavy hearts we announced that Senator Robert Joseph Dole died earlier this morning in his sleep. At his death at age 98 he had served the United States of America faithfully for 79 years.”

    Continue reading...", + "content": "
    • Long-time power-broker lost 1996 election to Bill Clinton
    • Biden: ‘An American statesman like few in our history’
    • Obituary: Bob Dole, 1923-2021

    Bob Dole, the long-time Kansas senator who was the Republican nominee for president in 1996, has died. He was 98.

    In a statement, the Elizabeth Dole Foundation – founded by Dole’s wife, a former North Carolina senator and cabinet official – said: “It is with heavy hearts we announced that Senator Robert Joseph Dole died earlier this morning in his sleep. At his death at age 98 he had served the United States of America faithfully for 79 years.”

    Continue reading...", + "category": "Republicans", + "link": "https://www.theguardian.com/us-news/2021/dec/05/bob-dole-republican-presidential-nominee-senator-dies-aged", + "creator": "Martin Pengelly in New York", + "pubDate": "2021-12-05T19:17:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219107,16 +244460,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "366c561560dba14bdb8d72769891a0b5" + "hash": "a2a247c73bba8d76796a6cc51efa85c8" }, { - "title": "George Michael’s 30 greatest songs – ranked!", - "description": "

    With Last Christmas sailing up the singles charts again, now’s the time to reappraise Michael’s best tracks, from sublime pop to haunting elegies

    Tucked away on the B-side of The Edge of Heaven, Battlestations is a fascinating anomaly in the Wham! catalogue. Raw, minimal, and influenced by contemporary dancefloor trends – but still very much a pop song – it gives a glimpse of what might have happened had the duo stayed together and taken a hipper, more experimental direction.

    Continue reading...", - "content": "

    With Last Christmas sailing up the singles charts again, now’s the time to reappraise Michael’s best tracks, from sublime pop to haunting elegies

    Tucked away on the B-side of The Edge of Heaven, Battlestations is a fascinating anomaly in the Wham! catalogue. Raw, minimal, and influenced by contemporary dancefloor trends – but still very much a pop song – it gives a glimpse of what might have happened had the duo stayed together and taken a hipper, more experimental direction.

    Continue reading...", - "category": "George Michael", - "link": "https://www.theguardian.com/music/2021/dec/09/george-michaels-30-greatest-songs-ranked", - "creator": "Alexis Petridis", - "pubDate": "2021-12-09T17:25:30Z", + "title": "Banksy offers to raise £10m to buy Reading prison for art centre", + "description": "

    Artist would sell stencil used to paint mural depicting what was thought to be Oscar Wilde on listed building

    Banksy has offered to raise millions of pounds towards buying Reading prison, where Oscar Wilde was once held, so that it can be turned into an arts centre.

    The street artist has promised to match the jail’s £10m asking price by selling the stencil he used to paint on the Grade II-listed building in March, a move campaigners hope will prevent it from being sold to housing developers.

    Continue reading...", + "content": "

    Artist would sell stencil used to paint mural depicting what was thought to be Oscar Wilde on listed building

    Banksy has offered to raise millions of pounds towards buying Reading prison, where Oscar Wilde was once held, so that it can be turned into an arts centre.

    The street artist has promised to match the jail’s £10m asking price by selling the stencil he used to paint on the Grade II-listed building in March, a move campaigners hope will prevent it from being sold to housing developers.

    Continue reading...", + "category": "Banksy", + "link": "https://www.theguardian.com/artanddesign/2021/dec/05/bansky-offers-to-raises-10m-to-buy-reading-prison-for-art-centre", + "creator": "Nadia Khomami Arts and culture correspondent", + "pubDate": "2021-12-05T18:41:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219127,16 +244480,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9bfce5f1c73a6d8456b86be3c164d0f" + "hash": "5827baf34244e9cfeeb72cc9fe4d9f91" }, { - "title": "I once worked as a dish pig in a seminary. It was character-revealing | Brigid Delaney", - "description": "

    Today’s teens may know the Pythagoras theorem, but do they know how to wash dishes or make gravy in mass quantities?

    “I’m training”, says the badge, or “Trainee”. Or they tell you “I’m new”, and that it’s their third shift.

    The last fortnight, I have been staying in the Bellarine peninsula – a popular holiday spot west of Melbourne. Almost all the cafes, restaurants and shops I visited were in training mode – teaching new staff how to use the register or make a coffee before the summer rush hits in a couple of weeks. By all accounts, they’re going to get slammed.

    Continue reading...", - "content": "

    Today’s teens may know the Pythagoras theorem, but do they know how to wash dishes or make gravy in mass quantities?

    “I’m training”, says the badge, or “Trainee”. Or they tell you “I’m new”, and that it’s their third shift.

    The last fortnight, I have been staying in the Bellarine peninsula – a popular holiday spot west of Melbourne. Almost all the cafes, restaurants and shops I visited were in training mode – teaching new staff how to use the register or make a coffee before the summer rush hits in a couple of weeks. By all accounts, they’re going to get slammed.

    Continue reading...", - "category": "Young people", - "link": "https://www.theguardian.com/commentisfree/2021/dec/10/i-once-worked-as-a-dish-pig-in-a-seminary-it-was-character-revealing", - "creator": "Brigid Delaney", - "pubDate": "2021-12-09T16:30:17Z", + "title": "Tell us about the people you have lost to Covid", + "description": "

    We would like to hear from people all over the world about the friends and family they have lost to the pandemic

    The end of December will mark two years since the world discovered an outbreak of a new virus in Wuhan, China. What followed was a difficult time for countries across the globe and many lives have been lost since the beginning of the pandemic.

    Ahead of the second anniversary of Covid, we would like to hear your tributes to the people you have lost to the virus during the last two years. Wherever you live in the world, we want to hear about your loved one and what they mean to you as part of our coverage.

    Continue reading...", + "content": "

    We would like to hear from people all over the world about the friends and family they have lost to the pandemic

    The end of December will mark two years since the world discovered an outbreak of a new virus in Wuhan, China. What followed was a difficult time for countries across the globe and many lives have been lost since the beginning of the pandemic.

    Ahead of the second anniversary of Covid, we would like to hear your tributes to the people you have lost to the virus during the last two years. Wherever you live in the world, we want to hear about your loved one and what they mean to you as part of our coverage.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/02/tell-us-about-the-people-you-have-lost-to-covid", + "creator": "Guardian community team", + "pubDate": "2021-12-02T11:41:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219147,16 +244500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cff7c63e354a1c990cc72d6998d4eb3" + "hash": "e270402597ef9f4ba8915a0e94c1165d" }, { - "title": "Hillary Clinton’s victory speech – and others that were never heard", - "description": "

    The defeated 2016 candidate has read aloud what she would have said in victory – joining a cast of thwarted speechmakers

    It was one of the most significant branching points in recent history – and at least one artefact of the way things might have been still exists.

    On Wednesday the Today show in the US released a video of Hillary Clinton reading the speech she would have given if she had beaten Donald Trump in the 2016 election. Clinton, who is giving a course in “the power of resilience” with the online education company Masterclass, teared up as she read aloud from her speech. She said reading it entailed “facing one of my most public defeats head-on”.

    Continue reading...", - "content": "

    The defeated 2016 candidate has read aloud what she would have said in victory – joining a cast of thwarted speechmakers

    It was one of the most significant branching points in recent history – and at least one artefact of the way things might have been still exists.

    On Wednesday the Today show in the US released a video of Hillary Clinton reading the speech she would have given if she had beaten Donald Trump in the 2016 election. Clinton, who is giving a course in “the power of resilience” with the online education company Masterclass, teared up as she read aloud from her speech. She said reading it entailed “facing one of my most public defeats head-on”.

    Continue reading...", - "category": "Hillary Clinton", - "link": "https://www.theguardian.com/us-news/2021/dec/09/hillary-clintons-victory-speech-and-others-that-were-never-heard", - "creator": "Archie Bland", - "pubDate": "2021-12-09T17:38:02Z", + "title": "Dealing with uncertainty about the Omicron variant | David Spiegelhalter and Anthony Masters", + "description": "Caution is sensible when so much is unknown

    The race is on to understand the new variant identified by scientists in South Africa and Botswana, dubbed Omicron (the next Greek letter was “nu”, but this could have been mistaken for “new”). Fears include greater spread, worse disease or reduced effectiveness of treatments and vaccines.

    Increased transmission can arise from two factors. First, there is an intrinsic advantage, with a heightened “basic reproduction number” R0; in a susceptible population, that is the average number of people each case infects, although after 20 months of pandemic this has become a notional concept. It was around 3 for the original wild-type virus, compared to around 6 for Delta and possibly rather more for Omicron.

    Continue reading...", + "content": "Caution is sensible when so much is unknown

    The race is on to understand the new variant identified by scientists in South Africa and Botswana, dubbed Omicron (the next Greek letter was “nu”, but this could have been mistaken for “new”). Fears include greater spread, worse disease or reduced effectiveness of treatments and vaccines.

    Increased transmission can arise from two factors. First, there is an intrinsic advantage, with a heightened “basic reproduction number” R0; in a susceptible population, that is the average number of people each case infects, although after 20 months of pandemic this has become a notional concept. It was around 3 for the original wild-type virus, compared to around 6 for Delta and possibly rather more for Omicron.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/theobserver/commentisfree/2021/dec/05/dealing-with-uncertainty-about-omicron-covid-variant", + "creator": "David Spiegelhalter and Anthony Masters", + "pubDate": "2021-12-05T10:00:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219167,16 +244520,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91c9ff81f55e4c0a2a6da68921c4d9f2" + "hash": "18eda27dccbb450f5681f1d321a408af" }, { - "title": "And Just Like That review – Sex and the City sequel has a mouthful of teething troubles", - "description": "

    Carrie and co are back and having excruciating ‘learning experiences’ to haul themselves into modern times. But there are reasons to be hopeful!

    Warning: this review contains spoilers from the first episode of And Just Like That.

    The first 20 minutes of the long-anticipated, much-hyped reboot of Sex and the City, And Just Like That (Sky Comedy/HBO Max), are terrible. The Manhattan streets are alive with the sound of crowbars jimmying more exposition into the dialogue than Carrie’s closet has shoes. Samantha’s absence (Kim Cattrall declined to take part in the new show, apparently as a result of longstanding animus between her and Sarah Jessica Parker) is briskly dealt with. She moved to London (“Sexy sirens in their 60s are still viable there!” says someone with their tongue not firmly enough in their cheek) in a fit of pique after Carrie told her she didn’t need her as a publicist any more. That this does not square with anything we have ever known about Samantha apparently matters not a jot. Viewers are then led at a quick jog through the news that Carrie’s Instagram account has really taken off now she is on a podcast, Charlotte is still dyeing her hair, and Miranda has left her corporate law job and is heading back to college to get a masters degree in human rights law after realising she “can no longer be part of the problem”. Writer and showrunner Michael Patrick King gets her to lay out the show’s organising principle too, for the cheap seats at the back. “We can’t just stay who we were, right? There are more important issues in the world.”

    Continue reading...", - "content": "

    Carrie and co are back and having excruciating ‘learning experiences’ to haul themselves into modern times. But there are reasons to be hopeful!

    Warning: this review contains spoilers from the first episode of And Just Like That.

    The first 20 minutes of the long-anticipated, much-hyped reboot of Sex and the City, And Just Like That (Sky Comedy/HBO Max), are terrible. The Manhattan streets are alive with the sound of crowbars jimmying more exposition into the dialogue than Carrie’s closet has shoes. Samantha’s absence (Kim Cattrall declined to take part in the new show, apparently as a result of longstanding animus between her and Sarah Jessica Parker) is briskly dealt with. She moved to London (“Sexy sirens in their 60s are still viable there!” says someone with their tongue not firmly enough in their cheek) in a fit of pique after Carrie told her she didn’t need her as a publicist any more. That this does not square with anything we have ever known about Samantha apparently matters not a jot. Viewers are then led at a quick jog through the news that Carrie’s Instagram account has really taken off now she is on a podcast, Charlotte is still dyeing her hair, and Miranda has left her corporate law job and is heading back to college to get a masters degree in human rights law after realising she “can no longer be part of the problem”. Writer and showrunner Michael Patrick King gets her to lay out the show’s organising principle too, for the cheap seats at the back. “We can’t just stay who we were, right? There are more important issues in the world.”

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/09/and-just-like-that-review-sex-and-the-city-reboot-has-a-mouthful-of-teething-troubles", - "creator": "Lucy Mangan", - "pubDate": "2021-12-09T12:35:09Z", + "title": "From pandemic to endemic: this is how we might get back to normal", + "description": "

    Covid-19 is unlikely to be eradicated, experts say, but societies in the past have learned to live with diseases

    First, the bad news. With unpredictable outbreaks still occurring around the world, and variants like Omicron raising questions about the virus’s contagiousness, we are very much still in a pandemic.

    The good news: while it’s difficult to predict the exact timing, most scientists agree that the Covid-19 pandemic will end and that the virus will become endemic. That means the virus will probably never be eliminated entirely, but as more people get vaccinated and become exposed to it, infections will eventually arise at a consistently low rate, and fewer people will become severely ill. An area where vaccination and booster rates are high will probably see endemicity sooner than a region with lower rates.

    Continue reading...", + "content": "

    Covid-19 is unlikely to be eradicated, experts say, but societies in the past have learned to live with diseases

    First, the bad news. With unpredictable outbreaks still occurring around the world, and variants like Omicron raising questions about the virus’s contagiousness, we are very much still in a pandemic.

    The good news: while it’s difficult to predict the exact timing, most scientists agree that the Covid-19 pandemic will end and that the virus will become endemic. That means the virus will probably never be eliminated entirely, but as more people get vaccinated and become exposed to it, infections will eventually arise at a consistently low rate, and fewer people will become severely ill. An area where vaccination and booster rates are high will probably see endemicity sooner than a region with lower rates.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/05/covid-19-from-pandemic-to-endemic-this-is-how-we-might-get-back-to-normal", + "creator": "Yasmin Tayag", + "pubDate": "2021-12-05T08:00:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219187,16 +244540,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dab8be6abb92a865ce74d4cd6ef75eaf" + "hash": "0e2a574682c7e37e57efc9b19c6c2476" }, { - "title": "Fall on walk from bed to desk is workplace accident, German court rules", - "description": "

    Man who slipped and broke his back while working from home was commuting, it is decided

    A German court has ruled that a man who slipped while walking a few metres from his bed to his home office can claim on workplace accident insurance as he was technically commuting.

    The man was working from home and on his way to his desk one floor below his bedroom, the federal social court, which oversees social security issues, said in its decision.

    Continue reading...", - "content": "

    Man who slipped and broke his back while working from home was commuting, it is decided

    A German court has ruled that a man who slipped while walking a few metres from his bed to his home office can claim on workplace accident insurance as he was technically commuting.

    The man was working from home and on his way to his desk one floor below his bedroom, the federal social court, which oversees social security issues, said in its decision.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/09/fall-on-walk-from-bed-to-desk-is-workplace-accident-german-court-rules", - "creator": "Oliver Holmes", - "pubDate": "2021-12-09T15:41:02Z", + "title": "Valérie Pécresse: the ‘bulldozer’ who would be France’s first female president", + "description": "

    Her supporters call her Emmanuel Macron’s worst nightmare, but she faces a tough task to unseat him

    When Valérie Pécresse crossed rural France this summer, visiting farms and villages to escape what she called her grotesquely unfair image as a “blond bourgeoise” from Versailles, she promised to smash the French Republic’s glass ceiling. “I will be the first female president of France,” she told meeting halls to cheers.

    Since Emmanuel Macron won the presidency in 2017 as a shock outsider with no election experience and a party put together in a few months, French politics has thrived on novelty. Pécresse’s supporters say her status as a woman is refreshingly new and makes her Macron’s worst nightmare.

    Continue reading...", + "content": "

    Her supporters call her Emmanuel Macron’s worst nightmare, but she faces a tough task to unseat him

    When Valérie Pécresse crossed rural France this summer, visiting farms and villages to escape what she called her grotesquely unfair image as a “blond bourgeoise” from Versailles, she promised to smash the French Republic’s glass ceiling. “I will be the first female president of France,” she told meeting halls to cheers.

    Since Emmanuel Macron won the presidency in 2017 as a shock outsider with no election experience and a party put together in a few months, French politics has thrived on novelty. Pécresse’s supporters say her status as a woman is refreshingly new and makes her Macron’s worst nightmare.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/05/valerie-pecresse-the-bulldozer-who-would-be-frances-first-female-president", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2021-12-05T16:54:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219207,16 +244560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5796113cc9793be9462ddd16748da652" + "hash": "a29cefbc0edcab2524cd4641f644900a" }, { - "title": "‘I’d stop stockpiling toilet paper’: Cate Blanchett, Mark Rylance and Tyler Perry on their end-of-the-world plans", - "description": "

    The stars of Adam McKay’s apocalypse satire Don’t Look Up discuss their worst fears, their favourite conspiracy theories and their final moments on Earth

    If a massive meteor were expected to collide with Earth in six months’ time, what would our leaders do? Everything in their power to stop it? Or everything possible to leverage it for political and financial gain?

    How about the rest of us? How would we cope with the prospect of impending apocalypse? By facing the end of the world with sobriety and compassion? Or drowning ourselves in sex, drugs and celebrity gossip? Might some of us even enjoy the drama?

    Continue reading...", - "content": "

    The stars of Adam McKay’s apocalypse satire Don’t Look Up discuss their worst fears, their favourite conspiracy theories and their final moments on Earth

    If a massive meteor were expected to collide with Earth in six months’ time, what would our leaders do? Everything in their power to stop it? Or everything possible to leverage it for political and financial gain?

    How about the rest of us? How would we cope with the prospect of impending apocalypse? By facing the end of the world with sobriety and compassion? Or drowning ourselves in sex, drugs and celebrity gossip? Might some of us even enjoy the drama?

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/09/id-stop-stockpiling-toilet-paper-cate-blanchett-mark-rylance-and-tyler-perry-on-their-end-of-the-world-plans", - "creator": "Catherine Shoard", - "pubDate": "2021-12-09T16:00:15Z", + "title": "Tourists bask on a battlefield as drug gangs fight over Mexican resort town", + "description": "

    Tulum, jewel of the Mayan Riviera, risks emulating Acapulco, another once glamorous resort now overwhelmed by violence

    Bright yellow police tape fluttered in the breeze outside a restaurant just off the main strip in the Mexican resort town of Tulum, as the lights of a nearby police truck flashed blue and red.

    Troops in camouflage fatigues stood guard outside the deserted late-night eatery La Malquerida, “The Unloved” – the site of a gangland shooting that killed two female tourists and wounded another three holidaymakers.

    Continue reading...", + "content": "

    Tulum, jewel of the Mayan Riviera, risks emulating Acapulco, another once glamorous resort now overwhelmed by violence

    Bright yellow police tape fluttered in the breeze outside a restaurant just off the main strip in the Mexican resort town of Tulum, as the lights of a nearby police truck flashed blue and red.

    Troops in camouflage fatigues stood guard outside the deserted late-night eatery La Malquerida, “The Unloved” – the site of a gangland shooting that killed two female tourists and wounded another three holidaymakers.

    Continue reading...", + "category": "Mexico", + "link": "https://www.theguardian.com/world/2021/dec/05/tourists-bask-on-a-battlefield-as-drug-gangs-fight-over-mexican-resort-town", + "creator": "Mattha Busby in Tulum", + "pubDate": "2021-12-05T10:00:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219227,16 +244580,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e585e6d840411ff25b547ce6efaf78c" + "hash": "4d7b2395efd488d1f21c5fa3a386227d" }, { - "title": "Wales asks people to ‘flow before you go’ to stop Omicron spread", - "description": "

    Mark Drakeford also urges mask-wearing in pubs as Covid cases likely to rise ‘quickly and sharply’

    People should take a lateral flow test before going out Christmas shopping or to a festive party, the Welsh government has said.

    The first minister, Mark Drakeford, is also asking people to wear face coverings in pubs and restaurants except when they are eating or drinking.

    Continue reading...", - "content": "

    Mark Drakeford also urges mask-wearing in pubs as Covid cases likely to rise ‘quickly and sharply’

    People should take a lateral flow test before going out Christmas shopping or to a festive party, the Welsh government has said.

    The first minister, Mark Drakeford, is also asking people to wear face coverings in pubs and restaurants except when they are eating or drinking.

    Continue reading...", - "category": "Wales", - "link": "https://www.theguardian.com/uk-news/2021/dec/09/wales-asks-people-to-flow-before-you-go-to-stop-omicron-spread", - "creator": "Steven Morris", - "pubDate": "2021-12-09T22:00:22Z", + "title": "Murray Bartlett: ‘Filming The White Lotus in lockdown felt like a TV summer camp’", + "description": "

    The Australian actor on creating his character Armond, the magic of Tales of the City and that meme-inspiring suitcase scene

    Sydney-born actor Murray Bartlett, 50, made his screen debut aged 16 in medical soap The Flying Doctors. He worked in Australian TV and film before being cast as a guest star in Sex and the City in 2002. Subsequent TV credits include Dom Basaluzzo in HBO’s gay comedy-drama Looking and Michael “Mouse” Tolliver in the Netflix revival of Armistead Maupin’s Tales of the City. This year, he starred as luxury Hawaii spa resort manager Armond in HBO’s hit satire The White Lotus, shown in the UK on Sky Atlantic.

    How did you land your role in The White Lotus?
    I did a self-tape audition in lockdown, then spoke to [writer/director] Mike White on the phone. Before I knew it, I was on the plane to Hawaii and landing in paradise, which was bizarre and thrilling. There’d been times early in the pandemic when I thought: “Should I get another skill? Maybe acting won’t be a thing any more.” So The White Lotus came as an extraordinary surprise. I felt guilty talking to my actor friends about it because it was such a dreamy job.

    Continue reading...", + "content": "

    The Australian actor on creating his character Armond, the magic of Tales of the City and that meme-inspiring suitcase scene

    Sydney-born actor Murray Bartlett, 50, made his screen debut aged 16 in medical soap The Flying Doctors. He worked in Australian TV and film before being cast as a guest star in Sex and the City in 2002. Subsequent TV credits include Dom Basaluzzo in HBO’s gay comedy-drama Looking and Michael “Mouse” Tolliver in the Netflix revival of Armistead Maupin’s Tales of the City. This year, he starred as luxury Hawaii spa resort manager Armond in HBO’s hit satire The White Lotus, shown in the UK on Sky Atlantic.

    How did you land your role in The White Lotus?
    I did a self-tape audition in lockdown, then spoke to [writer/director] Mike White on the phone. Before I knew it, I was on the plane to Hawaii and landing in paradise, which was bizarre and thrilling. There’d been times early in the pandemic when I thought: “Should I get another skill? Maybe acting won’t be a thing any more.” So The White Lotus came as an extraordinary surprise. I felt guilty talking to my actor friends about it because it was such a dreamy job.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/05/murray-bartlett-armond-white-lotus-interview-faces-of-year", + "creator": "Michael Hogan", + "pubDate": "2021-12-05T19:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219247,16 +244600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "94ee637bb9a789c7bc69698cbcbad665" + "hash": "03dd2941dab3e5e9dc1f21d623ffcba2" }, { - "title": "Court rules against Trump effort to shield documents from Capitol attack panel – as it happened", - "description": "

    House speaker Nancy Pelosi said she considered it to be a point of pride that Bob Dole started his career in the lower chamber before being elected to the Senate.

    Praising the former Republican senator’s “legendary service” and “inspiring resilience,” Pelosi said it was hard to think of another American more worthy of having a flag draped over his casket.

    Continue reading...", - "content": "

    House speaker Nancy Pelosi said she considered it to be a point of pride that Bob Dole started his career in the lower chamber before being elected to the Senate.

    Praising the former Republican senator’s “legendary service” and “inspiring resilience,” Pelosi said it was hard to think of another American more worthy of having a flag draped over his casket.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/live/2021/dec/09/joe-biden-house-summit-democracy-kamala-harris-us-politics-live", - "creator": "Kari Paul (now), Gloria Oladipo, Joan E Greve and Joanna Walters (earlier)", - "pubDate": "2021-12-10T01:47:49Z", + "title": "Catch them if you can? Meet the exotic pet detectives", + "description": "

    Skunks, iguanas, terrapins, big cats… Britain has more invasive and exotic animals than you imagine. Meet the search and rescue enthusiasts dedicated to capturing them and keeping them safe

    Sometime in 2016, Chris Mullins received a message about a missing skunk. Mullins, 70, who lives in Leicestershire, had founded a Facebook group, Beastwatch UK, in 2001 as a place to document exotic animal sightings in the British countryside, so it was natural for news of this sort to trickle his way. In that time there had been a piranha in the Thames and a chinchilla in a post box, so a skunk on the loose in a local village seemed a relatively manageable misadventure. He loaded up some traps and headed to Barrow upon Soar to see if he could help locate the wayward creature.

    Mullins, who has a white beard, smiling eyes and maintains a steady, gentle rhythm when he speaks, had always nurtured a passion for wildlife – chasing it down, catching it. The interest took hold amid a challenging childhood. Aged five, Mullins was victim of a hit and run that left him with amnesia and he spent two years in hospital before his parents sent him to a special school to catch up with his education.

    Continue reading...", + "content": "

    Skunks, iguanas, terrapins, big cats… Britain has more invasive and exotic animals than you imagine. Meet the search and rescue enthusiasts dedicated to capturing them and keeping them safe

    Sometime in 2016, Chris Mullins received a message about a missing skunk. Mullins, 70, who lives in Leicestershire, had founded a Facebook group, Beastwatch UK, in 2001 as a place to document exotic animal sightings in the British countryside, so it was natural for news of this sort to trickle his way. In that time there had been a piranha in the Thames and a chinchilla in a post box, so a skunk on the loose in a local village seemed a relatively manageable misadventure. He loaded up some traps and headed to Barrow upon Soar to see if he could help locate the wayward creature.

    Mullins, who has a white beard, smiling eyes and maintains a steady, gentle rhythm when he speaks, had always nurtured a passion for wildlife – chasing it down, catching it. The interest took hold amid a challenging childhood. Aged five, Mullins was victim of a hit and run that left him with amnesia and he spent two years in hospital before his parents sent him to a special school to catch up with his education.

    Continue reading...", + "category": "Pets", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/05/meet-the-exotic-pet-detectives-is-there-a-skunk-iguana-or-wild-cat-in-your-street", + "creator": "Will Coldwell", + "pubDate": "2021-12-05T11:00:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219267,16 +244620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d07e0810f814321b71a3a155373266f" + "hash": "77b83ad5d67099ad240bae086d8b83a8" }, { - "title": "US accuses El Salvador of secretly negotiating truce with gang leaders", - "description": "

    In 2020, Nayib Bukele’s administration ‘provided financial incentives’ to MS-13 and the Barrio 18 street gangs, US treasury says

    The US has accused the government of El Salvador president Nayib Bukele of secretly negotiating a truce with leaders of the country’s feared MS-13 and Barrio 18 street gangs.

    The explosive accusation on Wednesday cuts to the heart of one of Bukele’s most highly touted successes in office: a plunge in the country’s murder rate.

    Continue reading...", - "content": "

    In 2020, Nayib Bukele’s administration ‘provided financial incentives’ to MS-13 and the Barrio 18 street gangs, US treasury says

    The US has accused the government of El Salvador president Nayib Bukele of secretly negotiating a truce with leaders of the country’s feared MS-13 and Barrio 18 street gangs.

    The explosive accusation on Wednesday cuts to the heart of one of Bukele’s most highly touted successes in office: a plunge in the country’s murder rate.

    Continue reading...", - "category": "El Salvador", - "link": "https://www.theguardian.com/world/2021/dec/08/el-salvador-us-gang-leaders-truce", - "creator": "Associated Press in Mexico City", - "pubDate": "2021-12-08T19:24:14Z", + "title": "The case of the confident dog that developed PTSD | Gill Straker and Jacqui Winship", + "description": "

    Helping Darling to relax has been vital – but unlike a human, she isn’t dealing with the ethical and cognitive issues often involved in post-traumatic stress

    • The modern mind is a column where experts discuss mental health issues they are seeing in their work

    The word trauma has been so overused that it can sound meaningless.

    Yet there are profound effects on the body and mind following exposure to traumatic events. Our capacity to cope becomes overwhelmed and we feel helpless as the limbic system, which is the part of the brain associated with fight flight and freeze, goes into overdrive.

    Continue reading...", + "content": "

    Helping Darling to relax has been vital – but unlike a human, she isn’t dealing with the ethical and cognitive issues often involved in post-traumatic stress

    • The modern mind is a column where experts discuss mental health issues they are seeing in their work

    The word trauma has been so overused that it can sound meaningless.

    Yet there are profound effects on the body and mind following exposure to traumatic events. Our capacity to cope becomes overwhelmed and we feel helpless as the limbic system, which is the part of the brain associated with fight flight and freeze, goes into overdrive.

    Continue reading...", + "category": "Psychiatry", + "link": "https://www.theguardian.com/commentisfree/2021/dec/06/the-case-of-the-confident-dog-that-developed-ptsd", + "creator": "Gill Straker and Jacqui Winship", + "pubDate": "2021-12-05T16:30:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219287,16 +244640,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d7fb75393f8c0ef5ed9963940ea1562" + "hash": "4fbaf5af1304a42ae259d78e38e2de03" }, { - "title": "Australia to dump Taipan helicopters and buy Black Hawks from US amid China fears", - "description": "

    Defence minister Peter Dutton warns of ‘a growing threat within the Indo-Pacific’ in announcing decision

    Get our free news app; get our morning email briefing

    Peter Dutton says buying up to 40 Black Hawk helicopters from the US sends “a very clear message to our partners and to our adversaries” that the Australian Defence Force “can make a significant contribution when we’re called on”.

    The Australian defence minister explicitly referenced the “growing threat” posed by China as he announced an intention to dump the trouble-plagued MRH90 Taipan helicopters, which were originally due to be withdrawn in 2037.

    Continue reading...", - "content": "

    Defence minister Peter Dutton warns of ‘a growing threat within the Indo-Pacific’ in announcing decision

    Get our free news app; get our morning email briefing

    Peter Dutton says buying up to 40 Black Hawk helicopters from the US sends “a very clear message to our partners and to our adversaries” that the Australian Defence Force “can make a significant contribution when we’re called on”.

    The Australian defence minister explicitly referenced the “growing threat” posed by China as he announced an intention to dump the trouble-plagued MRH90 Taipan helicopters, which were originally due to be withdrawn in 2037.

    Continue reading...", - "category": "Australian politics", - "link": "https://www.theguardian.com/australia-news/2021/dec/10/australia-to-dump-taipan-helicopters-and-buy-black-hawks-from-us-amid-china-fears", - "creator": "Daniel Hurst", - "pubDate": "2021-12-10T04:37:06Z", + "title": "The best books of 2021, chosen by our guest authors", + "description": "

    From piercing studies of colonialism to powerful domestic sagas, our panel of writers, all of whom had books published this year, share their favourite titles of 2021

    Author of Klara and the Sun (Faber)

    Continue reading...", + "content": "

    From piercing studies of colonialism to powerful domestic sagas, our panel of writers, all of whom had books published this year, share their favourite titles of 2021

    Author of Klara and the Sun (Faber)

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2021/dec/05/the-best-books-of-2021-chosen-by-our-guest-authors", + "creator": "", + "pubDate": "2021-12-05T09:29:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219307,16 +244660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "320f664ff355fb25ecfb7d4ca8003edd" + "hash": "360da6c4021100f38caa1d3eceb7344d" }, { - "title": "Australia news live updates: two new Omicron cases in Victoria; six Covid cases on Gold Coast ahead of Qld border reopening; Alan Jones launches new web show", - "description": "

    Gold Coast lockdown ‘unlikely’ despite new community Covid cases; Alan Jones says new show and podcast a ‘pioneering initiative’; NSW records 516 new infections; two cases of Omicron variant as Victoria records 1,206 cases and two deaths; six new infections in ACT and four in NT; SA investigates possible Omicron cases. Follow all the day’s developments

    By the way, we are expecting to hear from Scott Morrison pretty soon about the recently Atagi approvals for children’s vaccinations.

    Berejiklian:

    Well, I promised when the PM and others contacted me and urged me to give it consideration. I promised them and I did for a very short period of time and then obviously let them know that it’s not something I want to pursue and it is just a different direction.

    I want my life to change.

    Continue reading...", - "content": "

    Gold Coast lockdown ‘unlikely’ despite new community Covid cases; Alan Jones says new show and podcast a ‘pioneering initiative’; NSW records 516 new infections; two cases of Omicron variant as Victoria records 1,206 cases and two deaths; six new infections in ACT and four in NT; SA investigates possible Omicron cases. Follow all the day’s developments

    By the way, we are expecting to hear from Scott Morrison pretty soon about the recently Atagi approvals for children’s vaccinations.

    Berejiklian:

    Well, I promised when the PM and others contacted me and urged me to give it consideration. I promised them and I did for a very short period of time and then obviously let them know that it’s not something I want to pursue and it is just a different direction.

    I want my life to change.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/10/australia-news-updates-live-covid-omicron-nsw-victoria-qld-scott-morrison-barnaby-joyce-weather-", - "creator": "Caitlin Cassidy (now) and Cait Kelly and Matilda Boseley (earlier)", - "pubDate": "2021-12-10T04:38:54Z", + "title": "US seeks Russian and Chinese support to salvage Iran nuclear deal", + "description": "

    Iran’s natural allies are said to have been surprised by how much it had gone back on its own compromises

    The US is hoping pressure from Russia, China and some Arab Gulf states may yet persuade Iran to moderate its negotiating stance in regards to the steps the Biden administration must take before both sides return to the 2015 nuclear deal.

    Talks in Vienna faltered badly last week, when the new hardline Iranian administration increased its levels of uranium enrichment and tabled proposals that US officials said at the weekend were “not serious”since they had gone back on all the progress made in the previous round of talks.

    Continue reading...", + "content": "

    Iran’s natural allies are said to have been surprised by how much it had gone back on its own compromises

    The US is hoping pressure from Russia, China and some Arab Gulf states may yet persuade Iran to moderate its negotiating stance in regards to the steps the Biden administration must take before both sides return to the 2015 nuclear deal.

    Talks in Vienna faltered badly last week, when the new hardline Iranian administration increased its levels of uranium enrichment and tabled proposals that US officials said at the weekend were “not serious”since they had gone back on all the progress made in the previous round of talks.

    Continue reading...", + "category": "Iran nuclear deal", + "link": "https://www.theguardian.com/world/2021/dec/05/us-seeks-china-and-russia-support-to-salvage-iran-nuclear-deal", + "creator": "Patrick Wintour Diplomatic Editor", + "pubDate": "2021-12-05T15:11:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219327,16 +244680,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e601d91adf7cec747a3cad65412548f5" + "hash": "d5d6800209f2599e829110304a774b9b" }, { - "title": "Helping refugees starving in Poland’s icy border forests is illegal – but it’s not the real crime | Anna Alboth", - "description": "

    The asylum seekers on the Poland-Belarus border are not aggressors: they are desperate pawns in a disgusting political struggle

    One thought is a constant in my head: “I have kids at home, I cannot go to jail, I cannot go to jail.” The politics are beyond my reach or that of the victims on the Poland-Belarus border. It involves outgoing German chancellor, Angela Merkel, getting through to Alexander Lukashenko, president of Belarus. It’s ironic that this border has more than 50 media crews gathered, yet Poland is the only place in the EU where journalists cannot freely report.

    Meanwhile, the harsh north European winter is closing in and my fingers are freezing in the dark snowy nights.

    Continue reading...", - "content": "

    The asylum seekers on the Poland-Belarus border are not aggressors: they are desperate pawns in a disgusting political struggle

    One thought is a constant in my head: “I have kids at home, I cannot go to jail, I cannot go to jail.” The politics are beyond my reach or that of the victims on the Poland-Belarus border. It involves outgoing German chancellor, Angela Merkel, getting through to Alexander Lukashenko, president of Belarus. It’s ironic that this border has more than 50 media crews gathered, yet Poland is the only place in the EU where journalists cannot freely report.

    Meanwhile, the harsh north European winter is closing in and my fingers are freezing in the dark snowy nights.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/08/helping-refugees-poland-belarus-border-forests-illegal", - "creator": "Anna Alboth", - "pubDate": "2021-12-08T08:00:36Z", + "title": "Australia’s Omicron travel ban is ‘discrimination’, South African diplomat says", + "description": "

    High commissioner says a large number of cases of the new Covid variant have been detected on other continents

    Australia’s travel ban to several southern African countries due to the outbreak of the Omicron variant has been labelled as discriminatory by a senior diplomat.

    South Africa’s high commissioner to Australia, Marthinus van Schalkwyk, said the ban needed to be overturned due to large numbers of Omicron cases being detected in other continents and not just in parts of Africa.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    High commissioner says a large number of cases of the new Covid variant have been detected on other continents

    Australia’s travel ban to several southern African countries due to the outbreak of the Omicron variant has been labelled as discriminatory by a senior diplomat.

    South Africa’s high commissioner to Australia, Marthinus van Schalkwyk, said the ban needed to be overturned due to large numbers of Omicron cases being detected in other continents and not just in parts of Africa.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/australia-news/2021/dec/06/australias-omicron-travel-ban-is-discrimination-south-african-diplomat-says", + "creator": "Australian Associated Press", + "pubDate": "2021-12-06T00:38:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219347,16 +244700,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "04a972c473cd1e8b408ce9dbf2481020" + "hash": "11afd895bffca7ec9103aab6fa507e2b" }, { - "title": "How Nairobi’s ‘road for the rich’ resulted in thousands of homes reduced to rubble", - "description": "

    40,000 people in one of the largest slums in the Kenyan capital have had their homes demolished to make way for works for a Chinese-backed toll road, with some asking: ‘this is development for who?’

    About 40,000 people have been made homeless by demolition works for a major Chinese-backed toll road in Kenya’s capital, Nairobi.

    Amnesty International Kenya says it believes the roadworks have created a humanitarian crisis, as schools, businesses and 13,000 homes spread across nearly 40 hectares (100 acres) of the Mukuru Kwa Njenga slum have been demolished since October, clearing land for a link to the Nairobi expressway.

    A girl stands among the rubble of Mukuru Kwa Njenga slum, Nairobi, where 13,000 homes were razed to the ground

    Continue reading...", - "content": "

    40,000 people in one of the largest slums in the Kenyan capital have had their homes demolished to make way for works for a Chinese-backed toll road, with some asking: ‘this is development for who?’

    About 40,000 people have been made homeless by demolition works for a major Chinese-backed toll road in Kenya’s capital, Nairobi.

    Amnesty International Kenya says it believes the roadworks have created a humanitarian crisis, as schools, businesses and 13,000 homes spread across nearly 40 hectares (100 acres) of the Mukuru Kwa Njenga slum have been demolished since October, clearing land for a link to the Nairobi expressway.

    A girl stands among the rubble of Mukuru Kwa Njenga slum, Nairobi, where 13,000 homes were razed to the ground

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/08/how-nairobis-road-for-the-rich-resulted-in-thousands-of-homes-reduced-to-rubble", - "creator": "Ed Ram in Nairobi", - "pubDate": "2021-12-08T06:30:34Z", + "title": "Michigan school shooting: artist did not know suspect’s parents stayed in studio, lawyer says", + "description": "

    Outside investigation ordered as parents question ‘the school’s version of events leading up to the shooting’

    A Detroit-area artist in whose studio the parents of the Oxford High School student charged in a deadly shooting were found by police is cooperating with authorities, his attorney said on Sunday.

    Also on Sunday, the Michigan attorney general, Dana Nessel, said her office could conduct a third-party investigation of school events before the shooting that left four students dead and six others and a teacher wounded.

    Continue reading...", + "content": "

    Outside investigation ordered as parents question ‘the school’s version of events leading up to the shooting’

    A Detroit-area artist in whose studio the parents of the Oxford High School student charged in a deadly shooting were found by police is cooperating with authorities, his attorney said on Sunday.

    Also on Sunday, the Michigan attorney general, Dana Nessel, said her office could conduct a third-party investigation of school events before the shooting that left four students dead and six others and a teacher wounded.

    Continue reading...", + "category": "Michigan", + "link": "https://www.theguardian.com/us-news/2021/dec/05/michigan-high-school-shooting-third-party-investigation", + "creator": "Asssociated Press in Oxford Township, Michigan", + "pubDate": "2021-12-05T22:18:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219367,16 +244720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6292319f9d4604c0108bdbc00a7a925a" + "hash": "056a1ccd2c2e06dfed9c331c0ae64367" }, { - "title": "I feel despair at Sudan’s coup. But my children’s mini protest gives me hope | Khalid Albaih", - "description": "

    After 30 years in exile, it’s easy to doubt that it will ever be safe to live and work in Sudan. But the action being taken by young people shows democracy will rise again

    “All the goodness and the heroisms will rise up again, then be cut down again and rise up,” John Steinbeck wrote to a friend in 1941, just before the US entered the second world war. “It isn’t that the evil thing wins – it never will – but that it doesn’t die.”

    Growing up, I was always interested in politics, politics was the reason I had to leave Sudan at the age of 11. At school, we weren’t allowed to study or discuss it, and it was the same at home.For years, I lay in bed and listened to my father and his friends as they argued about politics and sang traditional songs during their weekend whisky rituals. They watched a new Arabic news channel, Al Jazeera, which aired from Qatar. All the journalism my father consumed about Sudan was from the London-based weekly opposition newspaper, Al Khartoum. The only time he turned on our dial-up internet was to visit Sudanese Online.

    Continue reading...", - "content": "

    After 30 years in exile, it’s easy to doubt that it will ever be safe to live and work in Sudan. But the action being taken by young people shows democracy will rise again

    “All the goodness and the heroisms will rise up again, then be cut down again and rise up,” John Steinbeck wrote to a friend in 1941, just before the US entered the second world war. “It isn’t that the evil thing wins – it never will – but that it doesn’t die.”

    Growing up, I was always interested in politics, politics was the reason I had to leave Sudan at the age of 11. At school, we weren’t allowed to study or discuss it, and it was the same at home.For years, I lay in bed and listened to my father and his friends as they argued about politics and sang traditional songs during their weekend whisky rituals. They watched a new Arabic news channel, Al Jazeera, which aired from Qatar. All the journalism my father consumed about Sudan was from the London-based weekly opposition newspaper, Al Khartoum. The only time he turned on our dial-up internet was to visit Sudanese Online.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/07/i-feel-despair-at-sudan-coup-but-my-childrens-mini-protest-gives-me-hope", - "creator": "Khalid Albaih", - "pubDate": "2021-12-07T07:00:20Z", + "title": "Judith Collins axed from frontbench after losing National party leadership", + "description": "

    Successor Christopher Luxon said Collins had a ‘real passion’ for new portfolio of science and innovation

    New Zealand’s former opposition leader Judith Collins has been demoted from the National party’s frontbench and tumbled 18 places in its ranks, nearly two weeks after being ousted following her attempt to crush a rival.

    New leader Christopher Luxon announced the party’s caucus reshuffle on Monday. Collins, who copped the biggest demotion in the party, will take on a single portfolio – research, science and innovation – but will remain in the shadow cabinet.

    Continue reading...", + "content": "

    Successor Christopher Luxon said Collins had a ‘real passion’ for new portfolio of science and innovation

    New Zealand’s former opposition leader Judith Collins has been demoted from the National party’s frontbench and tumbled 18 places in its ranks, nearly two weeks after being ousted following her attempt to crush a rival.

    New leader Christopher Luxon announced the party’s caucus reshuffle on Monday. Collins, who copped the biggest demotion in the party, will take on a single portfolio – research, science and innovation – but will remain in the shadow cabinet.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/06/judith-collins-axed-from-frontbench-after-losing-national-party-leadership", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-12-06T02:09:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219387,16 +244740,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ab2c27a12522ebab724d3ed1c504711" + "hash": "74247deb6b8ccdbee674decc8026d08c" }, { - "title": "‘More cautious’ China shifts Africa approach from debt to vaccine diplomacy", - "description": "

    Analysis: After two decades of major financial aid, Beijing is rethinking its strategy on continent amid Covid crisis and fierce competition for power, analysts say

    As debt concerns rise and a new coronavirus variant emerges, China appears to be adjusting its approach to Africa: cutting finance pledges while doubling down on vaccine diplomacy.

    On Monday last week, China’s leader, Xi Jinping, opened a China-Africa forum with a pledge to supply 1bn vaccine doses to Africa, amid global concern over the emergence of the Omicron variant of Covid-19. He also pledged $40bn to the continent, ranging from credit lines to investments – a significant cut from the $60bn promised at the previous two summits.

    Continue reading...", - "content": "

    Analysis: After two decades of major financial aid, Beijing is rethinking its strategy on continent amid Covid crisis and fierce competition for power, analysts say

    As debt concerns rise and a new coronavirus variant emerges, China appears to be adjusting its approach to Africa: cutting finance pledges while doubling down on vaccine diplomacy.

    On Monday last week, China’s leader, Xi Jinping, opened a China-Africa forum with a pledge to supply 1bn vaccine doses to Africa, amid global concern over the emergence of the Omicron variant of Covid-19. He also pledged $40bn to the continent, ranging from credit lines to investments – a significant cut from the $60bn promised at the previous two summits.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/08/more-cautious-china-shifts-africa-approach-from-debt-to-vaccine-diplomacy", - "creator": "Vincent Ni China affairs correspondent, and Helen Davidson", - "pubDate": "2021-12-08T00:24:46Z", + "title": "Live news update: Labor says Australia could be renewables ‘superpower’; Palaszczuk to speak on Qld border reopening", + "description": "

    Australia could be renewables ‘superpower’ but has wasted time, Chris Bowen says; Palaszczuk to give update on Qld border reopening; Victoria records 1,073 new Covid cases and six deaths, NSW records 208 cases, ACT six; Katherine lockdown extended as NT records one case; SA premier advised to close border with NSW over Omicron. Follow all the developments live

    A New South Wales government plan to control feral horses in Kosciuszko national park will allow horses to remain in the only known habitat of one of Australia’s most imperilled freshwater fishes and risks pushing the species closer to extinction.

    Conservationists say allowing horses to continue to roam around some sections of the park will put vulnerable wildlife and ecosystems at risk.

    There are lot of reasons even though they don’t get as sick as adults, they have a pretty strong role in spreading it back to family members and of course that can include parents and also, of greater concern, the grandparents. The older you are, the impacts of getting seriously ill or worse with Covid is greater.

    The other reason is just so kids can do what kids are meant to do – go to school, play with their friends, do sport, do exercise, do social things.

    Continue reading...", + "content": "

    Australia could be renewables ‘superpower’ but has wasted time, Chris Bowen says; Palaszczuk to give update on Qld border reopening; Victoria records 1,073 new Covid cases and six deaths, NSW records 208 cases, ACT six; Katherine lockdown extended as NT records one case; SA premier advised to close border with NSW over Omicron. Follow all the developments live

    A New South Wales government plan to control feral horses in Kosciuszko national park will allow horses to remain in the only known habitat of one of Australia’s most imperilled freshwater fishes and risks pushing the species closer to extinction.

    Conservationists say allowing horses to continue to roam around some sections of the park will put vulnerable wildlife and ecosystems at risk.

    There are lot of reasons even though they don’t get as sick as adults, they have a pretty strong role in spreading it back to family members and of course that can include parents and also, of greater concern, the grandparents. The older you are, the impacts of getting seriously ill or worse with Covid is greater.

    The other reason is just so kids can do what kids are meant to do – go to school, play with their friends, do sport, do exercise, do social things.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/06/australia-news-updates-live-covid-omicron-transport-strike-scott-morrison-anthony-albanese-weather-nsw-victoria-qld", + "creator": "Mostafa Rachwani (now) and Matilda Boseley (earlier)", + "pubDate": "2021-12-06T03:23:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219407,16 +244760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3be40080c2e08d278fdeb65f26fb8824" + "hash": "594205fbbe1cd22b31095fef8dfcdb89" }, { - "title": "Covid Christmas parties: timeline of government’s alleged festivities", - "description": "

    Boris Johnson denies staff gatherings took place or rules were broken during last year’s lockdown

    Downing Street is facing renewed pressure after TV footage emerged showing senior No 10 officials joking about a Christmas party during lockdown last December.

    In the leaked video, obtained by ITV, an adviser to Johnson is seen joking with Allegra Stratton, the prime minister’s then press secretary, about “a Downing Street Christmas party on Friday night”.

    Continue reading...", - "content": "

    Boris Johnson denies staff gatherings took place or rules were broken during last year’s lockdown

    Downing Street is facing renewed pressure after TV footage emerged showing senior No 10 officials joking about a Christmas party during lockdown last December.

    In the leaked video, obtained by ITV, an adviser to Johnson is seen joking with Allegra Stratton, the prime minister’s then press secretary, about “a Downing Street Christmas party on Friday night”.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/08/covid-christmas-parties-timeline-of-governments-alleged-festivities", - "creator": "Léonie Chao-Fong", - "pubDate": "2021-12-08T00:05:14Z", + "title": "Bob Dole, former US senator and presidential nominee, dies aged 98 – video obituary", + "description": "

    Bob Dole, the long-time Kansas senator who was the Republican nominee for president in 1996, has died at the age of 98. Born in Russell, Kansas in 1923, Dole served in the US infantry in the second world war, suffering serious wounds in Italy and winning a medal for bravery.

    In 1976 he was the Republican nominee for vice-president to Gerald Ford, in an election the sitting president lost to Jimmy Carter. Two decades later, aged 73, Dole won the nomination to take on Bill Clinton, to whom he lost.

    Continue reading...", + "content": "

    Bob Dole, the long-time Kansas senator who was the Republican nominee for president in 1996, has died at the age of 98. Born in Russell, Kansas in 1923, Dole served in the US infantry in the second world war, suffering serious wounds in Italy and winning a medal for bravery.

    In 1976 he was the Republican nominee for vice-president to Gerald Ford, in an election the sitting president lost to Jimmy Carter. Two decades later, aged 73, Dole won the nomination to take on Bill Clinton, to whom he lost.

    Continue reading...", + "category": "Republicans", + "link": "https://www.theguardian.com/us-news/video/2021/dec/05/bob-dole-former-us-senator-and-presidential-nominee-dies-aged-98-video-obituary", + "creator": "", + "pubDate": "2021-12-05T21:13:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219427,16 +244780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbe7077f93bfddefcba5ac8631f7cc43" + "hash": "eacbb47a79437c85343449d06cc71116" }, { - "title": "Sajid Javid updates MPs on UK Omicron cases and new travel rules – video", - "description": "

    The health secretary has updated the Commons on the latest numbers of the Omicron variant of the coronavirus virus, as well as new travel restrictions for those arriving in the UK

    Continue reading...", - "content": "

    The health secretary has updated the Commons on the latest numbers of the Omicron variant of the coronavirus virus, as well as new travel restrictions for those arriving in the UK

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/06/sajid-javid-updates-mps-on-uk-omicron-cases-and-new-travel-rules-video", - "creator": "", - "pubDate": "2021-12-06T18:58:49Z", + "title": "Gambian opposition parties reject preliminary election results", + "description": "

    Incumbent president Adama Barrow leading with twice votes of nearest rival in test of democratic stability after decades of Yahya Jammeh’s rule

    Gambian opposition candidates have rejected the preliminary results of Saturday’s historic vote in the West African nation which suggest the incumbent president, Adama Barrow, had easily won re-election.

    According to official results announced by the electoral commission, Barrow is leading with a significant margin of more than 200,000 votes. Barrow in 2016 unseated the former president Yahya Jammeh, who is accused of human rights abuses and corruption.

    Continue reading...", + "content": "

    Incumbent president Adama Barrow leading with twice votes of nearest rival in test of democratic stability after decades of Yahya Jammeh’s rule

    Gambian opposition candidates have rejected the preliminary results of Saturday’s historic vote in the West African nation which suggest the incumbent president, Adama Barrow, had easily won re-election.

    According to official results announced by the electoral commission, Barrow is leading with a significant margin of more than 200,000 votes. Barrow in 2016 unseated the former president Yahya Jammeh, who is accused of human rights abuses and corruption.

    Continue reading...", + "category": "The Gambia", + "link": "https://www.theguardian.com/world/2021/dec/05/gambian-opposition-parties-reject-preliminary-election-results", + "creator": "Portia Crowe in Banjul", + "pubDate": "2021-12-05T19:54:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219447,16 +244800,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d5ec345ee6c630df15508300575706e" + "hash": "ce476e4cff5e36f28bf2394c587ae7b3" }, { - "title": "Covid live: people in Scotland urged to cancel Christmas parties; UK reports another 50,867 cases and 148 deaths", - "description": "

    People and businesses in Scotland been urged not to go ahead with parties; UK daily case tally remains above 50,000

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", - "content": "

    People and businesses in Scotland been urged not to go ahead with parties; UK daily case tally remains above 50,000

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", + "title": "Covid live: UK reports 43,992 cases and 54 deaths; protests in Brussels turn violent", + "description": "

    Hospitals already struggling to cope as they enter winter, says president of Royal College of Emergency Medicine; people march in Brussels against latest restrictions

    The UK’s deputy prime minister Dominic Raab has defended the government’s decision to reintroduce pre-departure tests. He has told Sky News:

    I know that is a burden for the travel industry but we have made huge, huge strides in this country. We have got to take the measures targeted forensically to stop the new variant seeding in this country to create a bigger problem.

    We have taken a balanced approach but we are always alert to extra risk that takes us back not forward.

    Well of course it was the Labour party who were calling for pre-testing to take place because we’re very concerned that the government consistently throughout the pandemic have been very late in making the calls that are required to keep our borders safe, very late in terms of trying to ... control the spread of that virus. And what we want to do is to make sure that we don’t jeopardise the vaccination rollout.

    The worst thing in the world after all the sacrifices that we’ve made is that a new variant comes in and completely takes the rug from under that programme. And so it’s very important the government get a grip, it’s very important the government takes swift action and frankly it shouldn’t be for the opposition to keep continually one step ahead of the government. The government needs to take control themselves.

    Many flying home for their first Christmas since the pandemic began will be hit with scandalous testing costs. Unscrupulous private providers are pocketing millions, and leaving many families forced to shell out huge sums.

    Ministers are sitting on their hands while people who want to do the right thing are paying the price for this broken market.

    Continue reading...", + "content": "

    Hospitals already struggling to cope as they enter winter, says president of Royal College of Emergency Medicine; people march in Brussels against latest restrictions

    The UK’s deputy prime minister Dominic Raab has defended the government’s decision to reintroduce pre-departure tests. He has told Sky News:

    I know that is a burden for the travel industry but we have made huge, huge strides in this country. We have got to take the measures targeted forensically to stop the new variant seeding in this country to create a bigger problem.

    We have taken a balanced approach but we are always alert to extra risk that takes us back not forward.

    Well of course it was the Labour party who were calling for pre-testing to take place because we’re very concerned that the government consistently throughout the pandemic have been very late in making the calls that are required to keep our borders safe, very late in terms of trying to ... control the spread of that virus. And what we want to do is to make sure that we don’t jeopardise the vaccination rollout.

    The worst thing in the world after all the sacrifices that we’ve made is that a new variant comes in and completely takes the rug from under that programme. And so it’s very important the government get a grip, it’s very important the government takes swift action and frankly it shouldn’t be for the opposition to keep continually one step ahead of the government. The government needs to take control themselves.

    Many flying home for their first Christmas since the pandemic began will be hit with scandalous testing costs. Unscrupulous private providers are pocketing millions, and leaving many families forced to shell out huge sums.

    Ministers are sitting on their hands while people who want to do the right thing are paying the price for this broken market.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/09/covid-news-live-england-moves-to-plan-b-three-pfizer-shots-can-neutralise-omicron-lab-tests-show", - "creator": "Tom Ambrose (now); Lucy Campbell, Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-09T21:08:01Z", + "link": "https://www.theguardian.com/world/live/2021/dec/05/covid-live-coronavirus-india-death-toll-uk-booster-jabs-christmas", + "creator": "Jem Bartholomew (now); Kevin Rawlinson and Jamie Grierson (earlier)", + "pubDate": "2021-12-05T19:32:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219467,16 +244820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f34a1be81ecaa983a46b0c896262f07f" + "hash": "9b524a416b5a931f657ce728a3890041" }, { - "title": "Tropical forests can regenerate in just 20 years without human interference", - "description": "

    Study finds natural regrowth yields better results than human plantings and offers hope for climate recovery

    Tropical forests can bounce back with surprising rapidity, a new study published today suggests.

    An international group of researchers has found that tropical forests have the potential to almost fully regrow if they are left untouched by humans for about 20 years. This is due to a multidimensional mechanism whereby old forest flora and fauna help a new generation of forest grow – a natural process known as “secondary succession”.

    Continue reading...", - "content": "

    Study finds natural regrowth yields better results than human plantings and offers hope for climate recovery

    Tropical forests can bounce back with surprising rapidity, a new study published today suggests.

    An international group of researchers has found that tropical forests have the potential to almost fully regrow if they are left untouched by humans for about 20 years. This is due to a multidimensional mechanism whereby old forest flora and fauna help a new generation of forest grow – a natural process known as “secondary succession”.

    Continue reading...", - "category": "Conservation", - "link": "https://www.theguardian.com/environment/2021/dec/09/tropical-forests-can-regenerate-in-just-20-years-without-human-interference", - "creator": "Sofia Quaglia", - "pubDate": "2021-12-09T19:00:18Z", + "title": "Colombian family win award for world’s best cookbook", + "description": "

    Mother-and-daughter team scoop gong at Gourmand awards in Paris for volume of traditional leaf-wrapped recipes

    A Colombian mother and daughter’s celebration of their country’s traditional leaf-wrapped dishes has been named best cookbook in the world at the Gourmand awards in Paris.

    Colombia’s envueltos are part of a culinary heritage that stretches across much of Latin America, from the tamales of Mexico and Guatemala to the humitas of Chile.

    Continue reading...", + "content": "

    Mother-and-daughter team scoop gong at Gourmand awards in Paris for volume of traditional leaf-wrapped recipes

    A Colombian mother and daughter’s celebration of their country’s traditional leaf-wrapped dishes has been named best cookbook in the world at the Gourmand awards in Paris.

    Colombia’s envueltos are part of a culinary heritage that stretches across much of Latin America, from the tamales of Mexico and Guatemala to the humitas of Chile.

    Continue reading...", + "category": "Colombia", + "link": "https://www.theguardian.com/world/2021/dec/05/colombian-family-win-award-for-worlds-best-cookbook", + "creator": "Emma Graham-Harrison", + "pubDate": "2021-12-05T10:30:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219487,16 +244840,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "396eff207f957dcb6e766a7ddcd571f9" + "hash": "9c0b99793a55290a17e65890d7cdbfae" }, { - "title": "Iran nuclear deal pulled back from brink of collapse as talks resume in Vienna", - "description": "

    Cautious optimism as Tehran revises its position after pressure from Russia and China

    Efforts to revive the Iran nuclear deal have been hauled back from the brink of collapse as Tehran revised its stance after pressure from Russia and China and clear warnings that the EU and the US were preparing to walk away.

    The cautiously optimistic assessment came at the start of the seventh round of talks on the future of the nuclear deal in Vienna. It follows what was seen as a disastrous set of talks last week in which the US and the EU claimed Iran had walked back on compromises reached in previous rounds.

    Continue reading...", - "content": "

    Cautious optimism as Tehran revises its position after pressure from Russia and China

    Efforts to revive the Iran nuclear deal have been hauled back from the brink of collapse as Tehran revised its stance after pressure from Russia and China and clear warnings that the EU and the US were preparing to walk away.

    The cautiously optimistic assessment came at the start of the seventh round of talks on the future of the nuclear deal in Vienna. It follows what was seen as a disastrous set of talks last week in which the US and the EU claimed Iran had walked back on compromises reached in previous rounds.

    Continue reading...", - "category": "Iran nuclear deal", - "link": "https://www.theguardian.com/world/2021/dec/09/iran-nuclear-deal-pulled-back-from-brink-of-collapse-as-talks-resume-in-vienna", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-09T19:39:21Z", + "title": "Singapore suspends crypto exchange over row with K-pop band BTS", + "description": "

    Bitget reportedly loses licence after it promoted Army Coin, named after group’s ‘BTS army’ followers

    Singapore’s financial regulator has reportedly suspended Bitget, a crypto exchange that is mired in a row involving South Korea’s biggest boyband, BTS.

    Bitget has removed the Monetary Authority of Singapore’s logo from its website, the Guardian confirmed. The platform still claims to have licences from Australia, Canada and the United States, according to its website.

    Continue reading...", + "content": "

    Bitget reportedly loses licence after it promoted Army Coin, named after group’s ‘BTS army’ followers

    Singapore’s financial regulator has reportedly suspended Bitget, a crypto exchange that is mired in a row involving South Korea’s biggest boyband, BTS.

    Bitget has removed the Monetary Authority of Singapore’s logo from its website, the Guardian confirmed. The platform still claims to have licences from Australia, Canada and the United States, according to its website.

    Continue reading...", + "category": "Cryptocurrencies", + "link": "https://www.theguardian.com/technology/2021/dec/05/singapore-suspends-crypto-exchange-row-k-pop-bts-bitget", + "creator": "Vincent Ni", + "pubDate": "2021-12-05T17:29:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219507,16 +244860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "54f80c1c1a38814a9d2f6d8881cf657c" + "hash": "7b448f29d282bb0d43e3dd7c8ffcaff0" }, { - "title": "‘An urgent matter’: Biden warns democracy is under threat at summit", - "description": "

    President opens two-day summit with 80 world leaders as experts warn democratic rights are under assault in the US

    Joe Biden has launched his virtual Summit for Democracy with a warning that democratic rights and norms are under threat around the world, including in the US.

    Facing video links with 80 world leaders arrayed on two oversize electronic panels, the US president said: “This is an urgent matter on all our parts, in my view, because the data we’re seeing is largely pointing in the wrong direction.”

    Continue reading...", - "content": "

    President opens two-day summit with 80 world leaders as experts warn democratic rights are under assault in the US

    Joe Biden has launched his virtual Summit for Democracy with a warning that democratic rights and norms are under threat around the world, including in the US.

    Facing video links with 80 world leaders arrayed on two oversize electronic panels, the US president said: “This is an urgent matter on all our parts, in my view, because the data we’re seeing is largely pointing in the wrong direction.”

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2021/dec/09/joe-biden-summit-for-democracy", - "creator": "Julian Borger in Washington, Sam Levine in New York and Shah Meer Baloch in Islamabad", - "pubDate": "2021-12-09T19:26:12Z", + "title": "Omicron proves we’re not in control of Covid – only global action can stop this pandemic", + "description": "

    If we keep allowing this virus to spread through unvaccinated populations, the next variant could be even more deadly

    It’s almost two years since we first heard of Covid-19, and a year since the first Covid vaccines were rolled out. Yet this staggering progress is being squandered. We have drifted for months now, with richer countries, taking a very blinkered domestic focus, lulled into thinking that the worst of the pandemic was behind us. This variant reminds us all that we remain closer to the start of the pandemic than the end.

    There is a lot we need to learn about the Omicron variant. Whether or not this is a pandemic-changing variant – one that really evades our vaccines and treatments – remains to be seen. Research will tell us more in the coming days and weeks, and we must watch and follow the data closely while giving the brilliant scientific teams time to get the answers. Although I am very worried about countries with limited access to vaccines, I am cautiously hopeful that our current vaccines will continue to protect us against severe sickness and death, if we are fully vaccinated.

    Continue reading...", + "content": "

    If we keep allowing this virus to spread through unvaccinated populations, the next variant could be even more deadly

    It’s almost two years since we first heard of Covid-19, and a year since the first Covid vaccines were rolled out. Yet this staggering progress is being squandered. We have drifted for months now, with richer countries, taking a very blinkered domestic focus, lulled into thinking that the worst of the pandemic was behind us. This variant reminds us all that we remain closer to the start of the pandemic than the end.

    There is a lot we need to learn about the Omicron variant. Whether or not this is a pandemic-changing variant – one that really evades our vaccines and treatments – remains to be seen. Research will tell us more in the coming days and weeks, and we must watch and follow the data closely while giving the brilliant scientific teams time to get the answers. Although I am very worried about countries with limited access to vaccines, I am cautiously hopeful that our current vaccines will continue to protect us against severe sickness and death, if we are fully vaccinated.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/commentisfree/2021/dec/04/omicron-proves-were-not-in-control-of-covid-only-global-action-can-stop-this-pandemic", + "creator": "Jeremy Farrar", + "pubDate": "2021-12-04T20:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219527,16 +244880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "29629711b7e52bd4e6adb08e62f8eaaa" + "hash": "744c5ee0f9dcc669b135c6c69d06cec7" }, { - "title": "Pakistani Taliban declare end to month-long ceasefire with government", - "description": "

    Tehreek-e-Taliban Pakistan accuse state of breaching terms including a prisoner release agreement

    Taliban militants in Pakistan have declared an end to a month-long ceasefire arranged with the aid of the Afghan Taliban, accusing the government of breaching terms including a prisoner release agreement and the formation of negotiating committees.

    The Pakistani Taliban, or Tehreek-e-Taliban Pakistan (TTP), are a separate movement from the Afghan Taliban and have fought for years to overthrow the government in Islamabad and rule with their own brand of Islamic sharia law.

    Continue reading...", - "content": "

    Tehreek-e-Taliban Pakistan accuse state of breaching terms including a prisoner release agreement

    Taliban militants in Pakistan have declared an end to a month-long ceasefire arranged with the aid of the Afghan Taliban, accusing the government of breaching terms including a prisoner release agreement and the formation of negotiating committees.

    The Pakistani Taliban, or Tehreek-e-Taliban Pakistan (TTP), are a separate movement from the Afghan Taliban and have fought for years to overthrow the government in Islamabad and rule with their own brand of Islamic sharia law.

    Continue reading...", - "category": "Pakistan", - "link": "https://www.theguardian.com/world/2021/dec/09/pakistani-taliban-declare-end-to-month-long-ceasefire-with-government", - "creator": "Reuters in Islamabad", - "pubDate": "2021-12-09T19:58:00Z", + "title": "Lewis Hamilton distances himself from F1 team Kingspan deal", + "description": "

    British driver says he had ‘nothing’ to do with sponsorship deal with company linked to Grenfell fire

    Lewis Hamilton has distanced himself from his Formula One team’s partnership deal with Kingspan, an insulation company linked to the Grenfell Tower fire, saying he had nothing to do with the decision.

    He also cast doubt on Kingspan branding remaining on his Mercedes car.

    Continue reading...", + "content": "

    British driver says he had ‘nothing’ to do with sponsorship deal with company linked to Grenfell fire

    Lewis Hamilton has distanced himself from his Formula One team’s partnership deal with Kingspan, an insulation company linked to the Grenfell Tower fire, saying he had nothing to do with the decision.

    He also cast doubt on Kingspan branding remaining on his Mercedes car.

    Continue reading...", + "category": "Grenfell Tower fire", + "link": "https://www.theguardian.com/uk-news/2021/dec/05/lewis-hamilton-distances-himself-from-f1-team-kingspan-deal-grenfell", + "creator": "Jessica Murray Midlands correspondent", + "pubDate": "2021-12-05T09:50:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219547,16 +244900,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b43bd63e38ff3b1e28656d2999a26a93" + "hash": "167ba495abe53c92fe218c1bd118a12c" }, { - "title": "UK proposes US-style waivers for EU citizens crossing Irish border", - "description": "

    Plans for foreign citizens to need pre-clearance to enter Northern Ireland denounced as ‘hardening of border’

    EU citizens and other non-Irish or non-British nationals who cross the border from the republic of Ireland into Northern Ireland will have to get pre-clearance under new rules being proposed by the UK government.

    They will require a US-style waiver known as an Electronic Travel Authorisation (ETA) to cross the border as part of the new post-Brexit immigration nationality and borders bill.

    Continue reading...", - "content": "

    Plans for foreign citizens to need pre-clearance to enter Northern Ireland denounced as ‘hardening of border’

    EU citizens and other non-Irish or non-British nationals who cross the border from the republic of Ireland into Northern Ireland will have to get pre-clearance under new rules being proposed by the UK government.

    They will require a US-style waiver known as an Electronic Travel Authorisation (ETA) to cross the border as part of the new post-Brexit immigration nationality and borders bill.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2021/dec/09/uk-proposes-us-style-waivers-for-eu-citizens-crossing-irish-border", - "creator": "Lisa O'Carroll Brexit correspondent", - "pubDate": "2021-12-09T12:13:17Z", + "title": "UK takes part in huge French naval exercise to counter ‘emerging threats’", + "description": "

    France’s top naval commander cites ‘rapid rearmament’ of China and Russia as danger to maritime security

    France’s most senior naval commander has said future conflicts are likely to be fought at sea and in the cybersphere, citing the “rapid rearmament” of countries such as China as a potential threat.

    Adm Pierre Vandier made his comments after the French Marine Nationale and forces from five allied countries, including the UK, took part in what he described as a unique two-week exercise intended to prepare for “composite threats”.

    Continue reading...", + "content": "

    France’s top naval commander cites ‘rapid rearmament’ of China and Russia as danger to maritime security

    France’s most senior naval commander has said future conflicts are likely to be fought at sea and in the cybersphere, citing the “rapid rearmament” of countries such as China as a potential threat.

    Adm Pierre Vandier made his comments after the French Marine Nationale and forces from five allied countries, including the UK, took part in what he described as a unique two-week exercise intended to prepare for “composite threats”.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/05/uk-and-france-take-part-in-huge-naval-exercise-to-counter-emerging-threats", + "creator": "Kim Willsher on the Charles de Gaulle aircraft carrier", + "pubDate": "2021-12-05T10:59:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219567,16 +244920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ff8764b01ab01fdbc6bded66c7e71c3" + "hash": "bdb511b42c27f3549fb1e3d732b6a597" }, { - "title": "Ghislaine Maxwell sex-trafficking trial adjourned after attorney becomes ill", - "description": "

    Judge Alison Nathan says she expects proceedings will resume on Friday

    Ghislaine Maxwell’s New York sex-trafficking trial was unexpectedly adjourned early Thursday because an “ill” attorney needed medical care. “I’ve been informed there’s an attorney in the case who’s ill, and that attorney has to get care,” the judge, Alison Nathan, told jurors this morning.

    Nathan’s disclosure came several moments after attorneys on the case asked to speak with her in private. It’s unclear from proceedings which attorney is ill.

    Continue reading...", - "content": "

    Judge Alison Nathan says she expects proceedings will resume on Friday

    Ghislaine Maxwell’s New York sex-trafficking trial was unexpectedly adjourned early Thursday because an “ill” attorney needed medical care. “I’ve been informed there’s an attorney in the case who’s ill, and that attorney has to get care,” the judge, Alison Nathan, told jurors this morning.

    Nathan’s disclosure came several moments after attorneys on the case asked to speak with her in private. It’s unclear from proceedings which attorney is ill.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/09/ghislaine-maxwell-sex-trafficking-trial-adjourned", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-09T17:29:16Z", + "title": "Omicron: what do we know about the new Covid variant?", + "description": "

    Scientists are racing to establish the variant’s transmissibility, effect on immune system and chance of hospitalisation or death

    Three major issues will determine the magnitude of the impact of the new Omicron variant of the Covid virus will have on the nation and the rest of the planet. What is the transmissibility of this new Covid variant? How good is it at evading the antibodies and T-cells that make up a person’s immune defences? What are the chances it will trigger severe illness that could lead to the hospitalisation, and possibly death, of an infected person.

    Scientists are struggling to find definitive answers to these critically important questions, although evidence already suggests Omicron has the potential to cause serious disruption. “The situation is very finely tuned and could go in many different directions,” says Prof Rowland Kao of Edinburgh University.

    Continue reading...", + "content": "

    Scientists are racing to establish the variant’s transmissibility, effect on immune system and chance of hospitalisation or death

    Three major issues will determine the magnitude of the impact of the new Omicron variant of the Covid virus will have on the nation and the rest of the planet. What is the transmissibility of this new Covid variant? How good is it at evading the antibodies and T-cells that make up a person’s immune defences? What are the chances it will trigger severe illness that could lead to the hospitalisation, and possibly death, of an infected person.

    Scientists are struggling to find definitive answers to these critically important questions, although evidence already suggests Omicron has the potential to cause serious disruption. “The situation is very finely tuned and could go in many different directions,” says Prof Rowland Kao of Edinburgh University.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/05/omicron-what-do-we-know-about-the-new-covid-variant", + "creator": "Robin McKie Science Editor", + "pubDate": "2021-12-05T08:00:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219587,16 +244940,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4241e4f46f988342f8f7c08d9bcd8929" + "hash": "10bbcfba101f4d85445eff6d0a21b518" }, { - "title": "Germany’s foreign minister under pressure over Nord Stream 2 sanctions", - "description": "

    Annalena Baerbock has sympathy with US demands, but there is considerable Social Democrat support for Russia’s pipeline

    Germany’s new foreign minister, Annalena Baerbock, has been caught a diplomatic vice days into the job, as US puts pressure on the coalition government in Berlin to vow to block the Nord Stream 2 pipeline in the event of Russia invading Ukraine.

    The controversial pipeline project, which runs from Ust-Luga in Russia to Lubmin in north-east Germany, is also likely to be the first test of the new German government’s unity of approach.

    Continue reading...", - "content": "

    Annalena Baerbock has sympathy with US demands, but there is considerable Social Democrat support for Russia’s pipeline

    Germany’s new foreign minister, Annalena Baerbock, has been caught a diplomatic vice days into the job, as US puts pressure on the coalition government in Berlin to vow to block the Nord Stream 2 pipeline in the event of Russia invading Ukraine.

    The controversial pipeline project, which runs from Ust-Luga in Russia to Lubmin in north-east Germany, is also likely to be the first test of the new German government’s unity of approach.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/09/germany-foreign-minister-annalena-baerbock-nord-stream-2", - "creator": "Patrick Wintour in London and Philip Oltermann in Berlin", - "pubDate": "2021-12-09T18:19:16Z", + "title": "Two hippos test positive for Covid at Antwerp zoo", + "description": "

    Staff at zoo in Belgium investigating cause of infections, which could be first reported cases in species

    Two hippos have tested positive for Covid-19 at Antwerp zoo in Belgium in what could be the first reported cases in the species, staff said.

    Imani, aged 14, and 41-year-old Hermien have no symptoms apart from runny noses, but the zoo said the pair had been put into quarantine as a precaution.

    Continue reading...", + "content": "

    Staff at zoo in Belgium investigating cause of infections, which could be first reported cases in species

    Two hippos have tested positive for Covid-19 at Antwerp zoo in Belgium in what could be the first reported cases in the species, staff said.

    Imani, aged 14, and 41-year-old Hermien have no symptoms apart from runny noses, but the zoo said the pair had been put into quarantine as a precaution.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/05/hippos-test-positive-covid-antwerp-zoo-belgium", + "creator": "Reuters", + "pubDate": "2021-12-05T11:48:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219607,16 +244960,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8b73a0f51536f1a11fe9fc32bcc4374" + "hash": "7ef4f03a05e6daa1e616d40581d1b638" }, { - "title": "Travis Scott denies knowing fans were hurt in first interview since Astroworld", - "description": "

    The singer says noise and pyrotechnics made it impossible to see the crush developing in the crowd

    Travis Scott has said he didn’t notice concertgoers pleading for help, during his first interview since the devastating crowd crush at Astroworld that left 10 fans dead and hundreds injured. “It’s just been a lot of thoughts, a lot of feelings, a lot of grieving,” he said, “just trying to wrap my head around it.”

    Over the course of an hour-long interview with Charlamagne tha God, the host of the Breakfast Club radio show, Scott was serious and downcast. He said he wasn’t aware of anything amiss until a news conference was called after his set. “People pass out, things happen at concerts – but something like that?” he said, his voice trailing.

    Continue reading...", - "content": "

    The singer says noise and pyrotechnics made it impossible to see the crush developing in the crowd

    Travis Scott has said he didn’t notice concertgoers pleading for help, during his first interview since the devastating crowd crush at Astroworld that left 10 fans dead and hundreds injured. “It’s just been a lot of thoughts, a lot of feelings, a lot of grieving,” he said, “just trying to wrap my head around it.”

    Over the course of an hour-long interview with Charlamagne tha God, the host of the Breakfast Club radio show, Scott was serious and downcast. He said he wasn’t aware of anything amiss until a news conference was called after his set. “People pass out, things happen at concerts – but something like that?” he said, his voice trailing.

    Continue reading...", - "category": "Travis Scott", - "link": "https://www.theguardian.com/music/2021/dec/09/travis-scott-astroworld-interview", - "creator": "Andrew Lawrence", - "pubDate": "2021-12-09T17:21:36Z", + "title": "UK warned not to replicate Australia’s immigration detention centres", + "description": "

    Letter from detainees urges MPs not to back nationality and borders bill to be debated in parliament this week

    Two former detainees in Australia’s notorious offshore immigration detention centres have issued a “dire warning” to UK parliamentarians ahead of a vote to replicate these centres this week.

    They are urging MPs not to back the nationality and borders bill which will be debated in parliament on Tuesday and Wednesday. If passed into law in its current form it will diminish refugee protection. Large-scale reception centres are planned and the legislation includes a provision for housing asylum seekers offshore while their claims are considered.

    Continue reading...", + "content": "

    Letter from detainees urges MPs not to back nationality and borders bill to be debated in parliament this week

    Two former detainees in Australia’s notorious offshore immigration detention centres have issued a “dire warning” to UK parliamentarians ahead of a vote to replicate these centres this week.

    They are urging MPs not to back the nationality and borders bill which will be debated in parliament on Tuesday and Wednesday. If passed into law in its current form it will diminish refugee protection. Large-scale reception centres are planned and the legislation includes a provision for housing asylum seekers offshore while their claims are considered.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/dec/05/uk-warned-not-to-replicate-australias-immigration-detention-centres", + "creator": "Diane Taylor", + "pubDate": "2021-12-05T17:41:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219627,16 +244980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fa0255eac764ede7829bd121acd96bf" + "hash": "4675ec4a62fc727eea54a7d2e3dd8178" }, { - "title": "South African Covid cases up 255% in a week as Omicron spreads", - "description": "

    Private healthcare provider says symptoms in country’s fourth wave are far milder than in previous waves

    Covid cases in South Africa have surged by 255% in the past seven days but there is mounting anecdotal evidence that infections with the Omicron variant are provoking milder symptoms than in previous waves.

    According to a South African private healthcare provider, the recent rise in infections – which includes the Omicron and Delta variants – has been accompanied by a much smaller increase in admissions to intensive care beds, echoing an earlier report from the country’s National Institute for Communicable Disease (NICD).

    Continue reading...", - "content": "

    Private healthcare provider says symptoms in country’s fourth wave are far milder than in previous waves

    Covid cases in South Africa have surged by 255% in the past seven days but there is mounting anecdotal evidence that infections with the Omicron variant are provoking milder symptoms than in previous waves.

    According to a South African private healthcare provider, the recent rise in infections – which includes the Omicron and Delta variants – has been accompanied by a much smaller increase in admissions to intensive care beds, echoing an earlier report from the country’s National Institute for Communicable Disease (NICD).

    Continue reading...", - "category": "South Africa", - "link": "https://www.theguardian.com/world/2021/dec/09/south-african-covid-cases-up-255-in-a-week-as-omicron-spreads", - "creator": "Peter Beaumont", - "pubDate": "2021-12-09T14:59:15Z", + "title": "Australia news updates live: bus and train drivers strike in NSW, flood warnings for parts of Queensland", + "description": "

    Security leaders welcome Labor climate policy; industrial action over pay dispute begins as some Sydney drivers walk off the job. Follow all the developments live

    Anthony Albanese is well and truly out on the campaign trail this week and, it seem the polls are actually behind him for once.

    The latest Newspoll, conducted for The Australian, shows 47 per cent of voters believe Labor will form the next government following an election expected in March or May.

    I think when it comes to character, there is a chasm, a massive chasm between Scott Morris and Anthony Albanese, there’s no doubt about that...

    I think Australians coming out of the pandemic are looking for a government that will have a plan to create a better future, right now I think what they see with the Morrison Government is a government that is consistently behind the play

    Continue reading...", + "content": "

    Security leaders welcome Labor climate policy; industrial action over pay dispute begins as some Sydney drivers walk off the job. Follow all the developments live

    Anthony Albanese is well and truly out on the campaign trail this week and, it seem the polls are actually behind him for once.

    The latest Newspoll, conducted for The Australian, shows 47 per cent of voters believe Labor will form the next government following an election expected in March or May.

    I think when it comes to character, there is a chasm, a massive chasm between Scott Morris and Anthony Albanese, there’s no doubt about that...

    I think Australians coming out of the pandemic are looking for a government that will have a plan to create a better future, right now I think what they see with the Morrison Government is a government that is consistently behind the play

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/06/australia-news-updates-live-covid-omicron-transport-strike-scott-morrison-anthony-albanese-weather-nsw-victoria-qld", + "creator": "Matilda Boseley", + "pubDate": "2021-12-05T21:01:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219647,16 +245000,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb144f55a88733500f36bb72dd70689e" + "hash": "3ba1a77a4c7d39869a1951403193bfe2" }, { - "title": "New York’s Met museum to remove Sackler family name from its galleries", - "description": "

    Art museum announces change in the wake of leading members of the family being blamed for fueling the deadly US opioids crisis

    New York’s famed Metropolitan Museum of Art is going to remove the name of arguably its most controversial donor groups – the billionaire Sackler family – from its galleries.

    The news comes in the wake of leading members of the US family, one of America’s richest, being blamed for fueling the deadly opioids crisis in America with the aggressive selling of the family company’s prescription narcotic painkiller, OxyContin.

    Continue reading...", - "content": "

    Art museum announces change in the wake of leading members of the family being blamed for fueling the deadly US opioids crisis

    New York’s famed Metropolitan Museum of Art is going to remove the name of arguably its most controversial donor groups – the billionaire Sackler family – from its galleries.

    The news comes in the wake of leading members of the US family, one of America’s richest, being blamed for fueling the deadly opioids crisis in America with the aggressive selling of the family company’s prescription narcotic painkiller, OxyContin.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2021/dec/09/new-york-met-art-museum-to-remove-sackler-family-name-from-galleries", - "creator": "Joanna Walters in New York", - "pubDate": "2021-12-09T19:20:38Z", + "title": "Man rescued 22 hours after capsizing off Japan coast – video", + "description": "

    Dramatic footage released by the Japan coastguard shows the rescue of a 69-year-old man in rough seas after spending 22 hours drifting in open water.

    The man, whose name has not been released, was alone on a boat off Kagoshima prefecture in the south-west of the country on Saturday afternoon when it capsized.

    He managed to call a colleague on the island to alert him, but was not found until nearly a day later, the coastguard said, when rescuers spotted him sitting on the engine of his capsized boat, clasping a propeller part

    Continue reading...", + "content": "

    Dramatic footage released by the Japan coastguard shows the rescue of a 69-year-old man in rough seas after spending 22 hours drifting in open water.

    The man, whose name has not been released, was alone on a boat off Kagoshima prefecture in the south-west of the country on Saturday afternoon when it capsized.

    He managed to call a colleague on the island to alert him, but was not found until nearly a day later, the coastguard said, when rescuers spotted him sitting on the engine of his capsized boat, clasping a propeller part

    Continue reading...", + "category": "Japan", + "link": "https://www.theguardian.com/world/video/2021/dec/02/man-rescued-22-hours-after-capsizing-off-japan-coast-video", + "creator": "", + "pubDate": "2021-12-02T11:01:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219667,16 +245020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e5b5e87359638fd52ed38cdc1c25ab4" + "hash": "b9a26a7fd13febb36a42658d7885bdfc" }, { - "title": "Belgian pop sensation Angèle: ‘When we speak about feminism, people are afraid’", - "description": "

    A million-selling superstar at home and in France, she discusses her confrontation with Playboy, growing up in a famous family and being publicly outed as bisexual

    A few years ago, a popular pub quiz question involved naming 10 famous Belgians. The answers often revealed more about British cultural ignorance than Belgium’s ability to produce international celebrities, given that the fictional Tintin and Hercule Poirot were the best many could come up with.

    The game has got easier since the rise of Angèle, a stridently feminist Belgian pop singer-songwriter who shot to fame in 2016 after posting short clips singing covers and playing the piano on Instagram. She was young, talented and not afraid to make fun of herself, pulling faces and sticking pencils up her nose. Her 2018 debut album, Brol, sold a million copies; by 2019, she was a face of Chanel. “I’d always wanted a career in music, but I was thinking more of working as a piano accompanist,” she says, folding into an armchair at a five-star boutique hotel near the Paris Opéra. “I really didn’t expect it to happen like that.”

    Continue reading...", - "content": "

    A million-selling superstar at home and in France, she discusses her confrontation with Playboy, growing up in a famous family and being publicly outed as bisexual

    A few years ago, a popular pub quiz question involved naming 10 famous Belgians. The answers often revealed more about British cultural ignorance than Belgium’s ability to produce international celebrities, given that the fictional Tintin and Hercule Poirot were the best many could come up with.

    The game has got easier since the rise of Angèle, a stridently feminist Belgian pop singer-songwriter who shot to fame in 2016 after posting short clips singing covers and playing the piano on Instagram. She was young, talented and not afraid to make fun of herself, pulling faces and sticking pencils up her nose. Her 2018 debut album, Brol, sold a million copies; by 2019, she was a face of Chanel. “I’d always wanted a career in music, but I was thinking more of working as a piano accompanist,” she says, folding into an armchair at a five-star boutique hotel near the Paris Opéra. “I really didn’t expect it to happen like that.”

    Continue reading...", - "category": "Pop and rock", - "link": "https://www.theguardian.com/music/2021/dec/09/belgian-pop-sensation-angele-when-we-speak-about-feminism-people-are-afraid", - "creator": "Kim Willsher", - "pubDate": "2021-12-09T14:49:34Z", + "title": "Pécresse attacks ‘zigzagging’ Macron as French right goes after president", + "description": "

    Candidate for Les Républicains seeks rightwing votes on weekend Éric Zemmour launches new party

    Emmanuel Macron came under fire from the French right at the weekend as Valérie Pécresse was chosen as the presidential candidate for Les Républicains, while the far-right TV pundit Éric Zemmour launched a new party and Marine Le Pen travelled to Poland for a show of force with the Polish prime minister and other European populist parties.

    Pécresse said her “mission” was to stop Macron. She called him a “zigzagging” president who had “run France into the wall with debt and taxes, a society where there is no more respect or authority”. In her first interview, with the Journal du Dimanche, she said Macron had saddled future generations with a wealth of problems including “debt, commercial deficit, taxes, struggling public services [and] a chronic crisis of authority”. She added: “France is damaged and divided, everything has to be repaired.”

    Continue reading...", + "content": "

    Candidate for Les Républicains seeks rightwing votes on weekend Éric Zemmour launches new party

    Emmanuel Macron came under fire from the French right at the weekend as Valérie Pécresse was chosen as the presidential candidate for Les Républicains, while the far-right TV pundit Éric Zemmour launched a new party and Marine Le Pen travelled to Poland for a show of force with the Polish prime minister and other European populist parties.

    Pécresse said her “mission” was to stop Macron. She called him a “zigzagging” president who had “run France into the wall with debt and taxes, a society where there is no more respect or authority”. In her first interview, with the Journal du Dimanche, she said Macron had saddled future generations with a wealth of problems including “debt, commercial deficit, taxes, struggling public services [and] a chronic crisis of authority”. She added: “France is damaged and divided, everything has to be repaired.”

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/05/pecresse-attacks-zigzagging-macron-as-french-right-goes-after-president", + "creator": "Angelique Chrisafisin Paris", + "pubDate": "2021-12-05T19:09:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219687,16 +245040,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bc7d91ec799f859c428f4a71734a4fc" + "hash": "b1f032ff0bb03be57f8e02325f3d046a" }, { - "title": "Want to see the world’s worst pizzas? Step this way | Jay Rayner", - "description": "

    The Random Restaurant Twitter feed shows that mini chip fryer baskets and terrible food photos are a planet-wide phenomenon

    It’s a familiar image. There’s a well-stacked burger: domed bun, a couple of patties, the crimson flash of fresh tomato. It’s not unappetising. Next to it, however, is an emblem for all that is naff, irritating and deathly in the restaurant world: a mini chip fryer basket full of chips. Because what could be more fun than a miniaturised version of a piece of kitchen equipment? It’s exactly the kind of thing you’d expect to find in a dreary low-rent British gastropub; one that has decided crass serving items are a substitute for a commitment to good food.

    Except this image is not from a clumsy gastro pub. It’s certainly not from Britain. It’s from Fast Food Le Jasmin, a restaurant in Guelma, in north-eastern Algeria. I can show you other examples from Costa Rica and French Polynesia. For the joyous revelation that restaurant stupidity is not restricted to the UK, we must thank a Twitter account called Random Restaurant or @_restaurant_bot, created by one Joe Schoech. As its name suggests, it uses a bot to search Google randomly for information on restaurants all over the world. Around 20 times a day it posts a map link, plus the first four photographs it finds. Certain countries, including China, are excluded because Google isn’t available there. Otherwise, it provides an extraordinary window on how we eat out globally.

    Continue reading...", - "content": "

    The Random Restaurant Twitter feed shows that mini chip fryer baskets and terrible food photos are a planet-wide phenomenon

    It’s a familiar image. There’s a well-stacked burger: domed bun, a couple of patties, the crimson flash of fresh tomato. It’s not unappetising. Next to it, however, is an emblem for all that is naff, irritating and deathly in the restaurant world: a mini chip fryer basket full of chips. Because what could be more fun than a miniaturised version of a piece of kitchen equipment? It’s exactly the kind of thing you’d expect to find in a dreary low-rent British gastropub; one that has decided crass serving items are a substitute for a commitment to good food.

    Except this image is not from a clumsy gastro pub. It’s certainly not from Britain. It’s from Fast Food Le Jasmin, a restaurant in Guelma, in north-eastern Algeria. I can show you other examples from Costa Rica and French Polynesia. For the joyous revelation that restaurant stupidity is not restricted to the UK, we must thank a Twitter account called Random Restaurant or @_restaurant_bot, created by one Joe Schoech. As its name suggests, it uses a bot to search Google randomly for information on restaurants all over the world. Around 20 times a day it posts a map link, plus the first four photographs it finds. Certain countries, including China, are excluded because Google isn’t available there. Otherwise, it provides an extraordinary window on how we eat out globally.

    Continue reading...", - "category": "Restaurants", - "link": "https://www.theguardian.com/food/2021/dec/09/want-to-see-the-worlds-worst-pizzas-step-this-way-random-restaurant-twitter-jay-rayner", - "creator": "Jay Rayner", - "pubDate": "2021-12-09T12:00:11Z", + "title": "Oxford postgrad says sexual assault complaint was met with hostility", + "description": "

    Open letter condemning Harriet’s treatment has been signed by hundreds of students and supporters

    Students at an Oxford University college have accused staff of disregarding their welfare after a postgrad who alleged she was sexually assaulted said she was treated with hostility after making a complaint.

    Harriet, a PhD student at Balliol, who has multiple disabilities, alleged she was repeatedly sexually assaulted in 2019 by a fellow student. The college has announced an independent inquiry into its handling of her complaint after she said staff made inappropriate comments about her appearance and behaviour and concluded no further action should be taken without interviewing or accepting evidence from her.

    The chaplain, Bruce Kinsey, asked her if she was aware of the effect she had on men, called her very physically attractive and said she should be wary of the impact on her alleged attacker.

    Kinsey told her: “You don’t want to piss people off who you might meet again downstream.”

    When she reapplied for disability access accommodation she received an email from the praefectus, Tom Melham, implying that her behaviour was a problem, including drinking.

    Continue reading...", + "content": "

    Open letter condemning Harriet’s treatment has been signed by hundreds of students and supporters

    Students at an Oxford University college have accused staff of disregarding their welfare after a postgrad who alleged she was sexually assaulted said she was treated with hostility after making a complaint.

    Harriet, a PhD student at Balliol, who has multiple disabilities, alleged she was repeatedly sexually assaulted in 2019 by a fellow student. The college has announced an independent inquiry into its handling of her complaint after she said staff made inappropriate comments about her appearance and behaviour and concluded no further action should be taken without interviewing or accepting evidence from her.

    The chaplain, Bruce Kinsey, asked her if she was aware of the effect she had on men, called her very physically attractive and said she should be wary of the impact on her alleged attacker.

    Kinsey told her: “You don’t want to piss people off who you might meet again downstream.”

    When she reapplied for disability access accommodation she received an email from the praefectus, Tom Melham, implying that her behaviour was a problem, including drinking.

    Continue reading...", + "category": "University of Oxford", + "link": "https://www.theguardian.com/education/2021/dec/05/oxford-postgrad-says-sexual-assault-complaint-was-met-with-hostility", + "creator": "Haroon Siddique Legal affairs correspondent", + "pubDate": "2021-12-05T15:26:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219707,16 +245060,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9dc3813b9cffa339e89512ca7f11e37b" + "hash": "44e6ed20bf61270bc50fb0d1599c2ef7" }, { - "title": "Record number of children in Britain arrested over terror offences", - "description": "

    Home Office figures show 25 under-18s arrested in year to September, mostly in relation to far-right ideology

    A record number of children were arrested on suspicion of terror offences in Great Britain in the last year, a development that investigators have linked to the shutdown of schools during the early stages of the pandemic.

    Figures released by the Home Office show there were 25 such arrests of under-18s in the 12 months to September, the majority in relation to far-right ideology.

    Continue reading...", - "content": "

    Home Office figures show 25 under-18s arrested in year to September, mostly in relation to far-right ideology

    A record number of children were arrested on suspicion of terror offences in Great Britain in the last year, a development that investigators have linked to the shutdown of schools during the early stages of the pandemic.

    Figures released by the Home Office show there were 25 such arrests of under-18s in the 12 months to September, the majority in relation to far-right ideology.

    Continue reading...", - "category": "UK security and counter-terrorism", - "link": "https://www.theguardian.com/uk-news/2021/dec/09/record-number-of-uk-children-arrested-for-terror-offences", - "creator": "Dan Sabbagh and Rajeev Syal", - "pubDate": "2021-12-09T18:53:55Z", + "title": "Scholarship program fails to attract NSW teachers as staff prepare to strike for first time in a decade", + "description": "

    Only six industry professionals among intake for Teach.Maths NOW scholarship in 2020 and all but one dropped out of program

    A New South Wales government program aimed at convincing professionals to become maths teachers attracted only six people last year, five of who dropped out before their scholarships were complete.

    As the state’s public school teachers prepare for their first strike in almost a decade on Tuesday, new figures have cast doubt on the success of the government’s attempts to address teacher shortages in NSW without significantly increasing pay.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Only six industry professionals among intake for Teach.Maths NOW scholarship in 2020 and all but one dropped out of program

    A New South Wales government program aimed at convincing professionals to become maths teachers attracted only six people last year, five of who dropped out before their scholarships were complete.

    As the state’s public school teachers prepare for their first strike in almost a decade on Tuesday, new figures have cast doubt on the success of the government’s attempts to address teacher shortages in NSW without significantly increasing pay.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "New South Wales", + "link": "https://www.theguardian.com/australia-news/2021/dec/06/scholarship-program-fails-to-attract-nsw-teachers-as-staff-prepare-to-strike-for-first-time-in-a-decade", + "creator": "Michael McGowan", + "pubDate": "2021-12-05T16:30:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219727,16 +245080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30ff4d8ae8e0f47361ff825422497616" + "hash": "1ec3cead698b17857763bfa5f8336d6f" }, { - "title": "‘I just wonder who’s next’: six California teens on living amid rising gun violence", - "description": "

    The state – and country – saw homicides climb 30% last year. The most impacted youth describe the trauma that comes with community violence

    A deadly mass shooting at a suburban Michigan high school brought back a familiar American routine: utterances of shock, followed by condolences, blame, and then calls for action that fall on deaf ears.

    Last week’s school shooting came as young people across the US are reckoning with a historic surge in gun violence. While shootings on school campuses declined significantly during the pandemic – incidents where a gun was fired at US schools dropped from 130 to 96 between 2019 and 2020, according to a database from Everytown for Gun Safety – community gun violence rose dramatically in that same period. Gun violence deaths rose a staggering 30% from 2019 to 2020 nationwide, the sharpest rise in 60 years.

    Continue reading...", - "content": "

    The state – and country – saw homicides climb 30% last year. The most impacted youth describe the trauma that comes with community violence

    A deadly mass shooting at a suburban Michigan high school brought back a familiar American routine: utterances of shock, followed by condolences, blame, and then calls for action that fall on deaf ears.

    Last week’s school shooting came as young people across the US are reckoning with a historic surge in gun violence. While shootings on school campuses declined significantly during the pandemic – incidents where a gun was fired at US schools dropped from 130 to 96 between 2019 and 2020, according to a database from Everytown for Gun Safety – community gun violence rose dramatically in that same period. Gun violence deaths rose a staggering 30% from 2019 to 2020 nationwide, the sharpest rise in 60 years.

    Continue reading...", - "category": "California", - "link": "https://www.theguardian.com/us-news/2021/dec/09/california-gun-violence-teenagers-youth", - "creator": "Abené Clayton", - "pubDate": "2021-12-09T21:06:53Z", + "title": "Christopher Luxon is out of step with most New Zealanders – can he really challenge Ardern? | Morgan Godfery", + "description": "

    The new National leader is a millionaire, anti-abortion, ex-CEO who owns seven homes and is against increases to the minimum wage

    In the end, the party of business picked the businessman. Former National party leader Simon Bridges is out – again – and former Air New Zealand chief executive and MP for Botany, Christopher Luxon, is in.

    In hindsight it seems like it was always a done deal. Sir John Key, the former prime minister and National party leader, was a prominent supporter while outgoing leader Judith Collins was running an “anyone but Bridges” policy, effectively handing the leadership to Luxon (and making him a hostage to her and her faction’s demands in the process). Political commentators were picking Luxon as a future leader before entering parliament and, only one year later, here he is.

    Continue reading...", + "content": "

    The new National leader is a millionaire, anti-abortion, ex-CEO who owns seven homes and is against increases to the minimum wage

    In the end, the party of business picked the businessman. Former National party leader Simon Bridges is out – again – and former Air New Zealand chief executive and MP for Botany, Christopher Luxon, is in.

    In hindsight it seems like it was always a done deal. Sir John Key, the former prime minister and National party leader, was a prominent supporter while outgoing leader Judith Collins was running an “anyone but Bridges” policy, effectively handing the leadership to Luxon (and making him a hostage to her and her faction’s demands in the process). Political commentators were picking Luxon as a future leader before entering parliament and, only one year later, here he is.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/commentisfree/2021/dec/04/christopher-luxon-is-out-of-step-with-most-new-zealanders-can-he-really-challenge-ardern", + "creator": "Morgan Godfery", + "pubDate": "2021-12-03T19:00:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219747,16 +245100,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "670652dd3f0fa46f63bdec68312259b2" + "hash": "5f2fadc8ac844180145191d146150175" }, { - "title": "Australia news live updates: Gladys Berejiklian rules out federal tilt, second woman killed in Queensland floods", - "description": "

    Atagi recommends that children receive the Pfizer vaccine from 10 January. Follow all the day’s developments

    Seems like Scott Morrison and other federal politicians weren’t just happy to have the former NSW premier if she decided to run, they were actively “urging” her to step up to the plate.

    Here is what Berejiklian had to say just before when radio host Ben Fordham asked “How hard did Scott Morrison try to get you to have a go?”

    Look, I’m really grateful to the PM and so many other colleagues who really asked me to consider this. It wasn’t something that I intended to do, but out of respect for those people... I gave it some thought but decided against it.

    It’s not something that I want to do...

    Continue reading...", - "content": "

    Atagi recommends that children receive the Pfizer vaccine from 10 January. Follow all the day’s developments

    Seems like Scott Morrison and other federal politicians weren’t just happy to have the former NSW premier if she decided to run, they were actively “urging” her to step up to the plate.

    Here is what Berejiklian had to say just before when radio host Ben Fordham asked “How hard did Scott Morrison try to get you to have a go?”

    Look, I’m really grateful to the PM and so many other colleagues who really asked me to consider this. It wasn’t something that I intended to do, but out of respect for those people... I gave it some thought but decided against it.

    It’s not something that I want to do...

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/10/australia-news-updates-live-covid-omicron-nsw-victoria-qld-scott-morrison-barnaby-joyce-weather-", - "creator": "Matilda Boseley", - "pubDate": "2021-12-09T21:04:55Z", + "title": "Covid live: NHS will be in ‘very difficult position’ if Omicron leads to more hospital admissions; India death toll climbs", + "description": "

    Hospitals already struggling to cope as they enter winter, says president of Royal College of Emergency Medicine; India records highest single-day toll since July

    The UK’s deputy prime minister Dominic Raab has defended the government’s decision to reintroduce pre-departure tests. He has told Sky News:

    I know that is a burden for the travel industry but we have made huge, huge strides in this country. We have got to take the measures targeted forensically to stop the new variant seeding in this country to create a bigger problem.

    We have taken a balanced approach but we are always alert to extra risk that takes us back not forward.

    Well of course it was the Labour party who were calling for pre-testing to take place because we’re very concerned that the government consistently throughout the pandemic have been very late in making the calls that are required to keep our borders safe, very late in terms of trying to ... control the spread of that virus. And what we want to do is to make sure that we don’t jeopardise the vaccination rollout.

    The worst thing in the world after all the sacrifices that we’ve made is that a new variant comes in and completely takes the rug from under that programme. And so it’s very important the government get a grip, it’s very important the government takes swift action and frankly it shouldn’t be for the opposition to keep continually one step ahead of the government. The government needs to take control themselves.

    Many flying home for their first Christmas since the pandemic began will be hit with scandalous testing costs. Unscrupulous private providers are pocketing millions, and leaving many families forced to shell out huge sums.

    Ministers are sitting on their hands while people who want to do the right thing are paying the price for this broken market.

    Continue reading...", + "content": "

    Hospitals already struggling to cope as they enter winter, says president of Royal College of Emergency Medicine; India records highest single-day toll since July

    The UK’s deputy prime minister Dominic Raab has defended the government’s decision to reintroduce pre-departure tests. He has told Sky News:

    I know that is a burden for the travel industry but we have made huge, huge strides in this country. We have got to take the measures targeted forensically to stop the new variant seeding in this country to create a bigger problem.

    We have taken a balanced approach but we are always alert to extra risk that takes us back not forward.

    Well of course it was the Labour party who were calling for pre-testing to take place because we’re very concerned that the government consistently throughout the pandemic have been very late in making the calls that are required to keep our borders safe, very late in terms of trying to ... control the spread of that virus. And what we want to do is to make sure that we don’t jeopardise the vaccination rollout.

    The worst thing in the world after all the sacrifices that we’ve made is that a new variant comes in and completely takes the rug from under that programme. And so it’s very important the government get a grip, it’s very important the government takes swift action and frankly it shouldn’t be for the opposition to keep continually one step ahead of the government. The government needs to take control themselves.

    Many flying home for their first Christmas since the pandemic began will be hit with scandalous testing costs. Unscrupulous private providers are pocketing millions, and leaving many families forced to shell out huge sums.

    Ministers are sitting on their hands while people who want to do the right thing are paying the price for this broken market.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/05/covid-live-coronavirus-india-death-toll-uk-booster-jabs-christmas", + "creator": "Kevin Rawlinson and Jamie Grierson", + "pubDate": "2021-12-05T14:40:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219767,16 +245120,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdba7386f414be1d6660cb14ae71085a" + "hash": "2f4e24bbc0ac6a9361214e58a4a94bec" }, { - "title": "Covid live: WHO says boosters ‘risk exacerbating’ vaccine inequity; UK PM accused of undermining virus fight", - "description": "

    WHO say first doses should be prioritised over booster jab programmes; UK opposition MP criticises government measures as not enough

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", - "content": "

    WHO say first doses should be prioritised over booster jab programmes; UK opposition MP criticises government measures as not enough

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/09/covid-news-live-england-moves-to-plan-b-three-pfizer-shots-can-neutralise-omicron-lab-tests-show", - "creator": "Lucy Campbell (now); Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-09T13:44:39Z", + "title": "West condemns Taliban over ‘summary killings’ of ex-soldiers and police", + "description": "

    Human Rights Watch says 47 former members of Afghan national security forces have been killed or forcibly disappeared

    The US has led a group of western nations and allies in condemnation of the Taliban over the “summary killings” of former members of the Afghan security forces reported by rights groups, demanding quick investigations.

    “We are deeply concerned by reports of summary killings and enforced disappearances of former members of the Afghan security forces as documented by Human Rights Watch and others,” read a statement by the US, EU, Australia, Britain, Japan and others, which was released by the state department on Saturday.

    Continue reading...", + "content": "

    Human Rights Watch says 47 former members of Afghan national security forces have been killed or forcibly disappeared

    The US has led a group of western nations and allies in condemnation of the Taliban over the “summary killings” of former members of the Afghan security forces reported by rights groups, demanding quick investigations.

    “We are deeply concerned by reports of summary killings and enforced disappearances of former members of the Afghan security forces as documented by Human Rights Watch and others,” read a statement by the US, EU, Australia, Britain, Japan and others, which was released by the state department on Saturday.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2021/dec/05/west-condemns-taliban-over-summary-killings-of-ex-soldiers-and-police", + "creator": "Agence France-Presse", + "pubDate": "2021-12-05T05:33:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219787,16 +245140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "82ba0f00e304ef1d6d28bdb7b061ebcf" + "hash": "cbff6fcd184521a09ace9f80c04f4383" }, { - "title": "Uyghurs subjected to genocide by China, unofficial UK tribunal finds", - "description": "

    Independent report says crimes include torture and the systematic suppression of births

    Uyghur people living in Xinjiang province in China have been subjected to unconscionable crimes against humanity directed by the Chinese state that amount to an act of genocide, an independent and unofficial tribunal has found.

    Hundreds of thousands and possibly a million people have been incarcerated without any or remotely fair justification, the tribunal’s chair, Sir Geoffrey Nice QC, said as he delivered the tribunal’s findings in London. “This vast apparatus of state repression could not exist if a plan was not authorised at the highest levels,” Nice said.

    Continue reading...", - "content": "

    Independent report says crimes include torture and the systematic suppression of births

    Uyghur people living in Xinjiang province in China have been subjected to unconscionable crimes against humanity directed by the Chinese state that amount to an act of genocide, an independent and unofficial tribunal has found.

    Hundreds of thousands and possibly a million people have been incarcerated without any or remotely fair justification, the tribunal’s chair, Sir Geoffrey Nice QC, said as he delivered the tribunal’s findings in London. “This vast apparatus of state repression could not exist if a plan was not authorised at the highest levels,” Nice said.

    Continue reading...", - "category": "Uyghurs", - "link": "https://www.theguardian.com/world/2021/dec/09/uyghurs-subjected-to-genocide-by-china-unofficial-uk-tribunal-finds", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-09T13:04:18Z", + "title": "Third party to investigate Michigan school’s actions ahead of shooting", + "description": "

    Outside investigation ordered as parents question ‘the school’s version of events leading up to the shooting’

    A third party will investigate events at Oxford High School in Michigan before a school shooting this week that left four students dead and six others and a teacher wounded, the school district’s superintendent said on Saturday.

    The Oxford Community Schools superintendent, Tim Throne, said he called for the outside investigation because parents have asked questions about “the school’s version of events leading up to the shooting”.

    Continue reading...", + "content": "

    Outside investigation ordered as parents question ‘the school’s version of events leading up to the shooting’

    A third party will investigate events at Oxford High School in Michigan before a school shooting this week that left four students dead and six others and a teacher wounded, the school district’s superintendent said on Saturday.

    The Oxford Community Schools superintendent, Tim Throne, said he called for the outside investigation because parents have asked questions about “the school’s version of events leading up to the shooting”.

    Continue reading...", + "category": "Michigan", + "link": "https://www.theguardian.com/us-news/2021/dec/05/michigan-high-school-shooting-third-party-investigation", + "creator": "Asssociated Press in Oxford Township, Michigan", + "pubDate": "2021-12-05T14:26:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219807,16 +245160,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb53f1bfde295a530a2b2ab779f60b2e" + "hash": "2daf2706ddf8483b7b873d2228bcd66e" }, { - "title": "China says Australia, UK and US will ‘pay price’ for Winter Olympics action", - "description": "

    Beijing accuses nations of using Games ‘for political manipulation’ amid diplomatic boycotts

    Australia, Britain and the US will pay a price for their “mistaken acts” after deciding not to send government delegations to February’s Winter Olympics in Beijing, China’s foreign ministry has said.

    The US was the first to announce a boycott, saying on Monday its government officials would not attend the February Games because of China’s human rights “atrocities”, weeks after talks aimed at easing tension between the world’s two largest economies.

    Continue reading...", - "content": "

    Beijing accuses nations of using Games ‘for political manipulation’ amid diplomatic boycotts

    Australia, Britain and the US will pay a price for their “mistaken acts” after deciding not to send government delegations to February’s Winter Olympics in Beijing, China’s foreign ministry has said.

    The US was the first to announce a boycott, saying on Monday its government officials would not attend the February Games because of China’s human rights “atrocities”, weeks after talks aimed at easing tension between the world’s two largest economies.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/09/china-says-australia-uk-and-us-will-pay-price-for-winter-olympics-action", - "creator": "Vincent Ni and agencies", - "pubDate": "2021-12-09T09:27:44Z", + "title": "UK and France take part in huge naval exercise to counter ‘emerging threats’", + "description": "

    Top French commander cites ‘rapid rearmament’ of China and Russia as danger to maritime security

    France’s most senior naval commander has said future conflicts are likely to be fought at sea and in the cybersphere, citing the “rapid rearmament” of countries such as China as a potential threat.

    Adm Pierre Vandier made his comments after the French Marine Nationale and forces from five allied countries, including the UK, took part in what he described as a unique two-week exercise intended to prepare for “composite threats”.

    Continue reading...", + "content": "

    Top French commander cites ‘rapid rearmament’ of China and Russia as danger to maritime security

    France’s most senior naval commander has said future conflicts are likely to be fought at sea and in the cybersphere, citing the “rapid rearmament” of countries such as China as a potential threat.

    Adm Pierre Vandier made his comments after the French Marine Nationale and forces from five allied countries, including the UK, took part in what he described as a unique two-week exercise intended to prepare for “composite threats”.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/05/uk-and-france-take-part-in-huge-naval-exercise-to-counter-emerging-threats", + "creator": "Kim Willsher on the Charles de Gaulle aircraft carrier", + "pubDate": "2021-12-05T10:59:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219827,16 +245180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eeac98bc9302951915ea45764a12c3a0" + "hash": "c621c9d4063978b46092a14e31cb24af" }, { - "title": "Gig economy workers to get employee rights under EU proposals", - "description": "

    Draft legislation would improve status of millions of workers, with likely knock-on effect on UK despite Brexit

    Gig economy companies operating in the European Union, such as Uber and Deliveroo, must ensure workers get the minimum wage, access to sick pay, holidays and other employment rights under plans for new laws to crack down on fake self-employment.

    Publishing long-awaited draft legislation on Thursday, the European Commission said the burden of proof on employment status would shift to companies, rather than the individuals that work for them. Until now, gig economy workers have had to go to court to prove they are employees, or risk being denied basic rights.

    Continue reading...", - "content": "

    Draft legislation would improve status of millions of workers, with likely knock-on effect on UK despite Brexit

    Gig economy companies operating in the European Union, such as Uber and Deliveroo, must ensure workers get the minimum wage, access to sick pay, holidays and other employment rights under plans for new laws to crack down on fake self-employment.

    Publishing long-awaited draft legislation on Thursday, the European Commission said the burden of proof on employment status would shift to companies, rather than the individuals that work for them. Until now, gig economy workers have had to go to court to prove they are employees, or risk being denied basic rights.

    Continue reading...", - "category": "Gig economy", - "link": "https://www.theguardian.com/business/2021/dec/09/gig-economy-workers-to-get-employee-rights-under-eu-proposals", - "creator": "Jennifer Rankin in Brussels", - "pubDate": "2021-12-09T10:00:08Z", + "title": "US seeks China and Russia support to salvage Iran nuclear deal", + "description": "

    Iran’s natural allies are said to have been surprised by how much it had walked back on its own compromises

    The US is hoping pressure from Russia, China and some Arab Gulf states may yet persuade Iran to moderate its negotiating stance on the steps the Biden administration must take before both sides return to the 2015 nuclear deal.

    Talks in Vienna faltered badly last week, when the new hardline Iranian administration increased its levels of uranium enrichment and tabled proposals that US officials said at the weekend were “not serious”since they walked back all the progress made in the previous round of talks.

    Continue reading...", + "content": "

    Iran’s natural allies are said to have been surprised by how much it had walked back on its own compromises

    The US is hoping pressure from Russia, China and some Arab Gulf states may yet persuade Iran to moderate its negotiating stance on the steps the Biden administration must take before both sides return to the 2015 nuclear deal.

    Talks in Vienna faltered badly last week, when the new hardline Iranian administration increased its levels of uranium enrichment and tabled proposals that US officials said at the weekend were “not serious”since they walked back all the progress made in the previous round of talks.

    Continue reading...", + "category": "Iran nuclear deal", + "link": "https://www.theguardian.com/world/2021/dec/05/us-seeks-china-and-russia-support-to-salvage-iran-nuclear-deal", + "creator": "Patrick Wintour Diplomatic Editor", + "pubDate": "2021-12-05T14:16:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219847,16 +245200,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "158cc57f069765be5997b3d948132f53" + "hash": "1b4f6c772bb77de7f22403b6ab8d44d2" }, { - "title": "New Zealand to ban smoking for next generation in bid to outlaw habit by 2025", - "description": "

    Legislation will mean people currently aged 14 and under will never be able to legally purchase tobacco

    New Zealand has announced it will outlaw smoking for the next generation, so that those who are aged 14 and under today will never be legally able to buy tobacco.

    New legislation means the legal smoking age will increase every year, to create a smoke-free generation of New Zealanders, associate health minister Dr Ayesha Verrall said on Thursday.

    Continue reading...", - "content": "

    Legislation will mean people currently aged 14 and under will never be able to legally purchase tobacco

    New Zealand has announced it will outlaw smoking for the next generation, so that those who are aged 14 and under today will never be legally able to buy tobacco.

    New legislation means the legal smoking age will increase every year, to create a smoke-free generation of New Zealanders, associate health minister Dr Ayesha Verrall said on Thursday.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/09/new-zealand-to-ban-smoking-for-next-generation-in-bid-to-outlaw-habit-by-2025", - "creator": "Tess McClure in Christchurch", - "pubDate": "2021-12-08T23:29:56Z", + "title": "Scottish islanders launch Airbnb rival in fight against second homes crisis", + "description": "

    Local group hopes to take on tech giant and help keep hold of tourist revenue

    Rhoda Meek knows the power of Scottish islands working together. During the first lockdown she created a website for more than 360 businesses from Arran to Ulva to sell their wares while the pandemic prevented visitors.

    Now she and her neighbours have launched a holiday lettings website that aims to take on Airbnb and ensure that more of the islands’ tourism revenue stays local.

    Continue reading...", + "content": "

    Local group hopes to take on tech giant and help keep hold of tourist revenue

    Rhoda Meek knows the power of Scottish islands working together. During the first lockdown she created a website for more than 360 businesses from Arran to Ulva to sell their wares while the pandemic prevented visitors.

    Now she and her neighbours have launched a holiday lettings website that aims to take on Airbnb and ensure that more of the islands’ tourism revenue stays local.

    Continue reading...", + "category": "Scotland", + "link": "https://www.theguardian.com/uk-news/2021/dec/05/scottish-islanders-launch-airbnb-rival-in-fight-against-second-homes-crisis", + "creator": "Libby Brooks", + "pubDate": "2021-12-05T10:15:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219867,16 +245220,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "933c4da5f8d4009038098eb50f406098" + "hash": "326bab274f908dc23a047b563148f44d" }, { - "title": "Berlusconi ‘fired up’ for Italian presidency bid – but faces obstacles", - "description": "

    Controversial former prime minister’s divisive personality could make it hard to muster broad support

    Undeterred by health woes, sex scandals and advanced age, the former Italian prime minister Silvio Berlusconi is doggedly pursuing a promise he once made to his mother: that one day he would become president.

    Parliament will choose a new head of state early next year and the 85-year-old is the first to put himself forward for a race that could transform the Italian political landscape but has no official candidates.

    Continue reading...", - "content": "

    Controversial former prime minister’s divisive personality could make it hard to muster broad support

    Undeterred by health woes, sex scandals and advanced age, the former Italian prime minister Silvio Berlusconi is doggedly pursuing a promise he once made to his mother: that one day he would become president.

    Parliament will choose a new head of state early next year and the 85-year-old is the first to put himself forward for a race that could transform the Italian political landscape but has no official candidates.

    Continue reading...", - "category": "Silvio Berlusconi", - "link": "https://www.theguardian.com/world/2021/dec/09/berlusconi-fired-up-for-italian-presidency-bid-but-faces-obstacles", - "creator": "Reuters", - "pubDate": "2021-12-09T12:24:07Z", + "title": "Beat that: Berlin’s techno DJs seek Unesco world heritage status", + "description": "

    Group seeks cultural protection for music that defined reunification era

    Getting into Berlin’s famous Berghain nightclub is a formidable task, even for some of the world’s best-known DJs. So they are unfazed by the challenge of persuading Unesco to grant heritage status to Berlin techno.

    The artists behind the Love Parade festival, DJs who pioneered the genre, and the impresarios of the German capital’s biggest clubs believe the backing of the UN body is vital for securing the future of the countercultural music genre.

    Continue reading...", + "content": "

    Group seeks cultural protection for music that defined reunification era

    Getting into Berlin’s famous Berghain nightclub is a formidable task, even for some of the world’s best-known DJs. So they are unfazed by the challenge of persuading Unesco to grant heritage status to Berlin techno.

    The artists behind the Love Parade festival, DJs who pioneered the genre, and the impresarios of the German capital’s biggest clubs believe the backing of the UN body is vital for securing the future of the countercultural music genre.

    Continue reading...", + "category": "Dance music", + "link": "https://www.theguardian.com/music/2021/dec/05/beat-that-berlins-techno-djs-seek-unesco-world-heritage-status", + "creator": "James Tapper", + "pubDate": "2021-12-05T09:30:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219887,16 +245240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f08a23c327244ab5e18a0353a1ddd53d" + "hash": "bc0cbbfb6cc9e306622b956fcbe2cc9e" }, { - "title": "Batman loach returns: fish feared extinct found in Turkey", - "description": "

    Scientists working on the Search For The Lost Fishes project have spotted the freshwater Batman River loach, which has not been seen since 1974

    A freshwater fish that scientists thought was extinct has been found in south-east Turkey, after an absence of nearly 50 years.

    “I’ve been researching this area for 12 years and this fish was always on my wishlist,” said Dr Cüneyt Kaya, associate professor at Recep Tayyip Erdoğan University. “It’s taken a long time. When I saw the distinctive bands on the fish, I felt so happy. It was a perfect moment.”

    Continue reading...", - "content": "

    Scientists working on the Search For The Lost Fishes project have spotted the freshwater Batman River loach, which has not been seen since 1974

    A freshwater fish that scientists thought was extinct has been found in south-east Turkey, after an absence of nearly 50 years.

    “I’ve been researching this area for 12 years and this fish was always on my wishlist,” said Dr Cüneyt Kaya, associate professor at Recep Tayyip Erdoğan University. “It’s taken a long time. When I saw the distinctive bands on the fish, I felt so happy. It was a perfect moment.”

    Continue reading...", - "category": "Fish", - "link": "https://www.theguardian.com/environment/2021/dec/09/batman-loach-returns-fish-feared-extinct-for-decades-spotted-in-turkey-aoe", - "creator": "Graeme Green", - "pubDate": "2021-12-09T09:00:06Z", + "title": "‘We always need stuff that cheers us up’: Diane Morgan on love, laughs and learning to let go", + "description": "

    With her laconic delivery, Diane Morgan has brought a host of comedy characters to life, most notably Philomena Cunk. But with her latest, Mandy, she wanted to create someone who was just plain silly

    In August 2020, only days before the pilot episode of Mandy was set to be broadcast, Diane Morgan picked up her phone and prepared to call a bigwig at the BBC. “I’m really sorry,” she’d envisioned herself saying, “but there’s absolutely no way you can let this thing go out.” She was ready to beg – to offer whatever cash, bribe or bargain necessary. Nothing was off the table in her effort to ensure the refreshingly ridiculous, six-part comedy series she’d directed, starred in and scripted ever reached the nation’s TVs.

    This might sound strange: Morgan has quite the track record when it comes to shining on the small screen. She was elevated to cult sensation in 2013 while inhabiting her role as the simultaneously inept and insightful spoof interviewer Philomena Cunk: “How did Winston Churchill come to invent Tipp-Ex?” she asked one historian. Or: If horses used to be so good at drawing carriages, why are they no longer any good at art? From there, her deadpan demeanour landed her leading roles in the three seasons of the BBC’s much-loved Motherland – a nit-infested, school-gates sitcom of Sharon Horgan et al’s design – and Ricky Gervais’s After Life, too. Mandy, however, is different. For the first time in a long while, Morgan felt exposed.

    Continue reading...", + "content": "

    With her laconic delivery, Diane Morgan has brought a host of comedy characters to life, most notably Philomena Cunk. But with her latest, Mandy, she wanted to create someone who was just plain silly

    In August 2020, only days before the pilot episode of Mandy was set to be broadcast, Diane Morgan picked up her phone and prepared to call a bigwig at the BBC. “I’m really sorry,” she’d envisioned herself saying, “but there’s absolutely no way you can let this thing go out.” She was ready to beg – to offer whatever cash, bribe or bargain necessary. Nothing was off the table in her effort to ensure the refreshingly ridiculous, six-part comedy series she’d directed, starred in and scripted ever reached the nation’s TVs.

    This might sound strange: Morgan has quite the track record when it comes to shining on the small screen. She was elevated to cult sensation in 2013 while inhabiting her role as the simultaneously inept and insightful spoof interviewer Philomena Cunk: “How did Winston Churchill come to invent Tipp-Ex?” she asked one historian. Or: If horses used to be so good at drawing carriages, why are they no longer any good at art? From there, her deadpan demeanour landed her leading roles in the three seasons of the BBC’s much-loved Motherland – a nit-infested, school-gates sitcom of Sharon Horgan et al’s design – and Ricky Gervais’s After Life, too. Mandy, however, is different. For the first time in a long while, Morgan felt exposed.

    Continue reading...", + "category": "Diane Morgan", + "link": "https://www.theguardian.com/culture/2021/dec/05/we-always-need-stuff-that-cheers-us-up-diane-morgan-on-love-laughs-and-learning-to-let-go", + "creator": "Michael Segalov", + "pubDate": "2021-12-05T08:00:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219907,16 +245260,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ecff3cd7f87db12c21a19fe72608fe1" + "hash": "3b87e5d8d27846c99bd356f3ee6fbd7c" }, { - "title": "Nearly 100 former British Council staff remain in hiding in Afghanistan", - "description": "

    Staff employed to teach British values and the English language refused the right to come to the UK

    Nearly 100 former British Council staff employed to teach British values and the English language remain in hiding in Afghanistan after having so far been refused the right to come to the UK by officials.

    Their plight has been taken up by Joseph Seaton, the former British Council Afghanistan English manager, and its deputy director, who has written to the most relevant cabinet members in a bid to gain their support.

    Continue reading...", - "content": "

    Staff employed to teach British values and the English language refused the right to come to the UK

    Nearly 100 former British Council staff employed to teach British values and the English language remain in hiding in Afghanistan after having so far been refused the right to come to the UK by officials.

    Their plight has been taken up by Joseph Seaton, the former British Council Afghanistan English manager, and its deputy director, who has written to the most relevant cabinet members in a bid to gain their support.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2021/dec/09/nearly-100-former-british-council-staff-remain-in-hiding-in-afghanistan", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-09T07:00:04Z", + "title": "Most people flee the suburbs, but nowhere land is the perfect backdrop for my novels", + "description": "Suburbia is neither glamorous nor picturesque. But this is precisely what makes it rich terrain for my books

    It’s early December and in my corner of southeast London the Christmas illuminations are going up. Garden gnomes may have fallen out of fashion, but their seasonal equivalent, inflatable Santas, are very much in evidence. There are some pockets of tasteful conformity, where entire streets observe a “house style”, but mostly it’s a delightful free-for-all. If levels of outdoor decoration reflect a state of mind in the way that rising hemlines are said to mirror economic prosperity, then the mood here among us suburbanites is one of grim defiance.

    Apart from three years at university and a gap year in New Zealand, I have always lived in the suburbs, within a small triangle of southeast London – Croydon in the west, Bromley in the east and Norwood in the north. (I know that for postal purposes Croydon is Surrey, but administratively and spiritually it’s south London.) When you are a child, your own life seems normal, so it was quite some time before I realised that Croydon – fictionalised by PG Wodehouse as Mitching, “a foul hole” – had a reputation for architectural mediocrity, that the suburbs in general with their crazy-paving and curtain twitching were despised by both city and country and that having been born there was something which would need repeated apology over the years.

    Continue reading...", + "content": "Suburbia is neither glamorous nor picturesque. But this is precisely what makes it rich terrain for my books

    It’s early December and in my corner of southeast London the Christmas illuminations are going up. Garden gnomes may have fallen out of fashion, but their seasonal equivalent, inflatable Santas, are very much in evidence. There are some pockets of tasteful conformity, where entire streets observe a “house style”, but mostly it’s a delightful free-for-all. If levels of outdoor decoration reflect a state of mind in the way that rising hemlines are said to mirror economic prosperity, then the mood here among us suburbanites is one of grim defiance.

    Apart from three years at university and a gap year in New Zealand, I have always lived in the suburbs, within a small triangle of southeast London – Croydon in the west, Bromley in the east and Norwood in the north. (I know that for postal purposes Croydon is Surrey, but administratively and spiritually it’s south London.) When you are a child, your own life seems normal, so it was quite some time before I realised that Croydon – fictionalised by PG Wodehouse as Mitching, “a foul hole” – had a reputation for architectural mediocrity, that the suburbs in general with their crazy-paving and curtain twitching were despised by both city and country and that having been born there was something which would need repeated apology over the years.

    Continue reading...", + "category": "Suburbia", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/05/most-people-flee-the-suburbs-but-nowhere-land-is-the-perfect-backdrop-for-my-novels", + "creator": "Clare Chambers", + "pubDate": "2021-12-05T14:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219927,16 +245280,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "63b7dce937b2d872565dc74515050692" + "hash": "849846150887d2183bf863de18a63b68" }, { - "title": "Steve Bronski: co-founder of Bronski Beat dies aged 61", - "description": "

    Bronski formed the trailblazing gay pop trio with Jimmy Somerville and Larry Steinbachek, which had hits in the 80s including Smalltown Boy

    Steve Bronski, a founding member of the trailblazing British synth-pop trio Bronski Beat, has died, a source close to the group has confirmed. The BBC reported his age as 61. No cause of death was given.

    His bandmate Jimmy Somerville described him as a “talented and very melodic man”.

    Continue reading...", - "content": "

    Bronski formed the trailblazing gay pop trio with Jimmy Somerville and Larry Steinbachek, which had hits in the 80s including Smalltown Boy

    Steve Bronski, a founding member of the trailblazing British synth-pop trio Bronski Beat, has died, a source close to the group has confirmed. The BBC reported his age as 61. No cause of death was given.

    His bandmate Jimmy Somerville described him as a “talented and very melodic man”.

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/music/2021/dec/09/steve-bronski-co-founder-of-bronski-beat-has-died", - "creator": "Laura Snapes", - "pubDate": "2021-12-09T13:50:49Z", + "title": "From pollutant to product: the companies making stuff from CO2", + "description": "

    Vodka, jet fuel, protein… according to a new clutch of carbon-to-value startups, these are just some of the things that can be manufactured from thin air

    In a warehouse laboratory in Berkeley, California, Nicholas Flanders stands in front of a shiny metal box about the size of a washing machine. Inside is a stack of metal plates that resemble a club sandwich – only the filling is a black polymer membrane coated with proprietary metal catalyst. “We call the membrane the black leaf,” he says.

    Flanders is the co-founder and CEO of Twelve, a startup founded in 2015, which received a $57m funding boost in July. It aims to take air – or, to be more precise, the carbon dioxide (CO2) in it – and transform it into something useful, as plants also do, eliminating damaging emissions in the process. Taking the unwanted gas wreaking havoc on our climate and using only water and renewable electricity, Twelve’s metal box houses a new kind of electrolyser that transforms the CO2 into synthetic gas (syngas), a mix of carbon monoxide and hydrogen that can be made into a range of familiar products usually made from fossil fuels. Oxygen is the only by-product. This August, the pilot scale equipment made the syngas that went into what Flanders claims is the world’s first carbon neutral, fossil-free jet fuel. “This is a new way of moving carbon through our economy without pulling it out of the ground,” he says.

    Continue reading...", + "content": "

    Vodka, jet fuel, protein… according to a new clutch of carbon-to-value startups, these are just some of the things that can be manufactured from thin air

    In a warehouse laboratory in Berkeley, California, Nicholas Flanders stands in front of a shiny metal box about the size of a washing machine. Inside is a stack of metal plates that resemble a club sandwich – only the filling is a black polymer membrane coated with proprietary metal catalyst. “We call the membrane the black leaf,” he says.

    Flanders is the co-founder and CEO of Twelve, a startup founded in 2015, which received a $57m funding boost in July. It aims to take air – or, to be more precise, the carbon dioxide (CO2) in it – and transform it into something useful, as plants also do, eliminating damaging emissions in the process. Taking the unwanted gas wreaking havoc on our climate and using only water and renewable electricity, Twelve’s metal box houses a new kind of electrolyser that transforms the CO2 into synthetic gas (syngas), a mix of carbon monoxide and hydrogen that can be made into a range of familiar products usually made from fossil fuels. Oxygen is the only by-product. This August, the pilot scale equipment made the syngas that went into what Flanders claims is the world’s first carbon neutral, fossil-free jet fuel. “This is a new way of moving carbon through our economy without pulling it out of the ground,” he says.

    Continue reading...", + "category": "Greenhouse gas emissions", + "link": "https://www.theguardian.com/environment/2021/dec/05/carbon-dioxide-co2-capture-utilisation-products-vodka-jet-fuel-protein", + "creator": "Zoë Corbyn", + "pubDate": "2021-12-05T12:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219947,16 +245300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "658e034941b13735631df5bb9862bdd0" + "hash": "cf1b6d17454774a9de8ed59871bb76af" }, { - "title": "US Covid cases surge as vaccine progress slows and Omicron variant sparks fears", - "description": "

    Ohio, as well as Michigan, Illinois, Indiana and Pennsylvania have seen a recent increase in cases and hospitalizations

    For Dr Rina D’Abramo of the MetroHealth System in Cleveland, it’s difficult when patients in the emergency room tell her they have not been vaccinated.

    “You can hear it in their voice when you say, ‘Are you vaccinated?’” said D’Abramo, who works at a hospital in the Brecksville suburb. “They shrink down and are like, ‘No. Now I know why I need to be vaccinated.’ ”

    Continue reading...", - "content": "

    Ohio, as well as Michigan, Illinois, Indiana and Pennsylvania have seen a recent increase in cases and hospitalizations

    For Dr Rina D’Abramo of the MetroHealth System in Cleveland, it’s difficult when patients in the emergency room tell her they have not been vaccinated.

    “You can hear it in their voice when you say, ‘Are you vaccinated?’” said D’Abramo, who works at a hospital in the Brecksville suburb. “They shrink down and are like, ‘No. Now I know why I need to be vaccinated.’ ”

    Continue reading...", - "category": "Ohio", - "link": "https://www.theguardian.com/us-news/2021/dec/09/us-covid-cases-surge-vaccine-progress-slows-omicron-variant", - "creator": "Eric Berger", - "pubDate": "2021-12-09T10:00:08Z", + "title": "Hot news from two billion years ago: plankton actually moved mountains", + "description": "

    Our planet’s geology shaped life on Earth. But now scientists reveal it worked the other way around too

    The mighty forces that created our planet’s mountains in ancient days got some unexpected help, scientists have discovered. Their research shows some of Earth’s greatest ranges got a boost from primitive lifeforms whose remains lubricated movements of rock slabs and allowed them to pile up to form mountains.

    If it had not been for life on Earth, the surface of our planet would have been flatter and a lot more boring, say scientists at Aberdeen and Glasgow universities where the research was carried out.

    Continue reading...", + "content": "

    Our planet’s geology shaped life on Earth. But now scientists reveal it worked the other way around too

    The mighty forces that created our planet’s mountains in ancient days got some unexpected help, scientists have discovered. Their research shows some of Earth’s greatest ranges got a boost from primitive lifeforms whose remains lubricated movements of rock slabs and allowed them to pile up to form mountains.

    If it had not been for life on Earth, the surface of our planet would have been flatter and a lot more boring, say scientists at Aberdeen and Glasgow universities where the research was carried out.

    Continue reading...", + "category": "Mountains", + "link": "https://www.theguardian.com/environment/2021/dec/05/hot-news-from-two-billion-years-ago-plankton-actually-moved-mountains", + "creator": "Robin McKie", + "pubDate": "2021-12-05T08:30:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219967,16 +245320,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "759e62bdc2059ed507570cd428c08876" + "hash": "5a3f8f14beaa8f3a86ac8eb4f49c610e" }, { - "title": "Barnaby Joyce, Australia’s deputy PM, tests positive for Covid while visiting US", - "description": "

    Nationals leader is experiencing mild symptoms and will remain in isolation until further advice

    Australia’s deputy prime minister, Barnaby Joyce, has tested positive to Covid-19 while on a visit to the United States.

    The government says Joyce – who was in London earlier this week and met with the British justice secretary, Dominic Raab, and the Australian high commissioner to the UK, George Brandis – will isolate in the US until it is safe for him to return to Australia.

    Continue reading...", - "content": "

    Nationals leader is experiencing mild symptoms and will remain in isolation until further advice

    Australia’s deputy prime minister, Barnaby Joyce, has tested positive to Covid-19 while on a visit to the United States.

    The government says Joyce – who was in London earlier this week and met with the British justice secretary, Dominic Raab, and the Australian high commissioner to the UK, George Brandis – will isolate in the US until it is safe for him to return to Australia.

    Continue reading...", - "category": "Barnaby Joyce", - "link": "https://www.theguardian.com/australia-news/2021/dec/09/barnaby-joyce-australia-deputy-pm-prime-minister-tests-positive-covid-coronavirus", - "creator": "Daniel Hurst", - "pubDate": "2021-12-08T23:05:08Z", + "title": "Scott Morrison repeats that Australians have ‘had a gutful of governments in their lives’; Peter Cundall dies at 94 – As it happened", + "description": "

    Gardening legend Peter Cundall dies aged 94 as PM repeats that Australians have had a ‘gutful of governments in their lives’. This blog is now closed

    Hunt is asked whether states, like Queensland, will hold off opening state borders until at least 80% of kids aged five to 11 are vaccinated given today’s announcement.

    Hunt:

    There is no reason for that. The Doherty modelling was set out very clearly on the 80% rates for double dosed across the country for 16 plus, and what we have seen now is that in terms of the 12 to 15-year-olds, we have now had an extra 1.8 million vaccinations over and above the Doherty modelling. The Doherty modelling was based on an 80% national rate for double dosed and didn’t include 12 to 15-year-olds.

    A bit over a fifth of all cases of Covid are actually in the under 12s. Indeed, some of the early data with Omicron suggests it may actually be higher for the Omicron variant ... While most kids to get fairly mild infection and only a limited number end up in ICU, is great, there are bigger impacts.

    Unfortunately about one in 3,000 of the kids who get Covid actually end up with this funny immunological condition called multi-system inflammatory condition. Those kids can end up being very sick for months. It is not the same as long Covid but it has some things in common, and it has a whole range of symptoms where the kid is just not well. That is one of the things we are protecting against by vaccinating children...

    Continue reading...", + "content": "

    Gardening legend Peter Cundall dies aged 94 as PM repeats that Australians have had a ‘gutful of governments in their lives’. This blog is now closed

    Hunt is asked whether states, like Queensland, will hold off opening state borders until at least 80% of kids aged five to 11 are vaccinated given today’s announcement.

    Hunt:

    There is no reason for that. The Doherty modelling was set out very clearly on the 80% rates for double dosed across the country for 16 plus, and what we have seen now is that in terms of the 12 to 15-year-olds, we have now had an extra 1.8 million vaccinations over and above the Doherty modelling. The Doherty modelling was based on an 80% national rate for double dosed and didn’t include 12 to 15-year-olds.

    A bit over a fifth of all cases of Covid are actually in the under 12s. Indeed, some of the early data with Omicron suggests it may actually be higher for the Omicron variant ... While most kids to get fairly mild infection and only a limited number end up in ICU, is great, there are bigger impacts.

    Unfortunately about one in 3,000 of the kids who get Covid actually end up with this funny immunological condition called multi-system inflammatory condition. Those kids can end up being very sick for months. It is not the same as long Covid but it has some things in common, and it has a whole range of symptoms where the kid is just not well. That is one of the things we are protecting against by vaccinating children...

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/05/australia-live-news-updates-omicron-covid-cases-pfizer-vaccine-approved", + "creator": "Nino Bucci and Justine Landis-Hanley", + "pubDate": "2021-12-05T08:07:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -219987,16 +245340,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6975ce6ef23ca77a4051dcb713956523" + "hash": "b827c32605c1437a7caceb04019c6887" }, { - "title": "Omicron spreads to 57 countries but too early to tell if variant more infectious, WHO says", - "description": "

    World Health Organization says new Covid variant spreading rapidly in South Africa, with cases doubling in the past week

    The Omicron variant of Covid-19 has now been reported in 57 countries and continues to spread rapidly in South Africa, the World Health Organization (WHO) says.

    But the latest epidemiological report from WHO says given the Delta variant remains dominant, particularly in Europe and the US, it is still too early to draw any conclusions about the global impact of Omicron.

    Continue reading...", - "content": "

    World Health Organization says new Covid variant spreading rapidly in South Africa, with cases doubling in the past week

    The Omicron variant of Covid-19 has now been reported in 57 countries and continues to spread rapidly in South Africa, the World Health Organization (WHO) says.

    But the latest epidemiological report from WHO says given the Delta variant remains dominant, particularly in Europe and the US, it is still too early to draw any conclusions about the global impact of Omicron.

    Continue reading...", - "category": "World Health Organization", - "link": "https://www.theguardian.com/world/2021/dec/09/omicron-spreads-to-57-countries-but-too-early-to-tell-if-variant-more-infectious-who-says", - "creator": "Melissa Davey Medical editor", - "pubDate": "2021-12-09T03:29:26Z", + "title": "‘She didn’t deserve to die’: Kenya fights tuberculosis in Covid’s shadow", + "description": "

    For the first time in a decade deaths from TB are rising, with the curable disease killing 20,000 Kenyans last year. Now testing ‘ATMs’ and other innovations are helping to find ‘missing cases’

    One day in May last year, Violet Chemesunte, a community health volunteer in Kibera, the largest slum in Nairobi, got a call from a colleague worried about a woman she had visited who kept coughing.

    She asked if Chemesunte could go round and convince the 37-year-old woman, a single mother to three young children, to seek medical help. She suspected tuberculosis (TB), and feared it might already be too late.

    Continue reading...", + "content": "

    For the first time in a decade deaths from TB are rising, with the curable disease killing 20,000 Kenyans last year. Now testing ‘ATMs’ and other innovations are helping to find ‘missing cases’

    One day in May last year, Violet Chemesunte, a community health volunteer in Kibera, the largest slum in Nairobi, got a call from a colleague worried about a woman she had visited who kept coughing.

    She asked if Chemesunte could go round and convince the 37-year-old woman, a single mother to three young children, to seek medical help. She suspected tuberculosis (TB), and feared it might already be too late.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/03/she-didnt-deserve-to-die-kenya-fights-tuberculosis-in-covids-shadow", + "creator": "Sarah Johnson in Nairobi", + "pubDate": "2021-12-03T06:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220007,16 +245360,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26f5f014d6ce6a611a7bd0964a707d5a" + "hash": "8a0d54f86431007e0b02d560a951bf2d" }, { - "title": "‘Help! I’ve been spotted!’ Terry Pratchett on Thief, his favourite video game", - "description": "

    In the early 2000s, the Discworld author frequented a forum dedicated to the Thief series of stealth games. His posts provide a fascinating insight into his fondness for gaming

    In November 2001, Terry Pratchett was in Chester, famed for its Roman ruins and well-preserved medieval architecture. Staying at a hotel in the city centre, Pratchett opened the window of his room, and looked across the historic skyline. “I realised I could drop down on to a roof,” he wrote later. “And from then on there was a vista of roofs, leads and ledges leading all the way to the end of the street and beyond; there were even little doors and inviting attic windows …

    There is a line break, and then he adds. “I’m going to have to stop playing this game.”

    Continue reading...", - "content": "

    In the early 2000s, the Discworld author frequented a forum dedicated to the Thief series of stealth games. His posts provide a fascinating insight into his fondness for gaming

    In November 2001, Terry Pratchett was in Chester, famed for its Roman ruins and well-preserved medieval architecture. Staying at a hotel in the city centre, Pratchett opened the window of his room, and looked across the historic skyline. “I realised I could drop down on to a roof,” he wrote later. “And from then on there was a vista of roofs, leads and ledges leading all the way to the end of the street and beyond; there were even little doors and inviting attic windows …

    There is a line break, and then he adds. “I’m going to have to stop playing this game.”

    Continue reading...", - "category": "Games", - "link": "https://www.theguardian.com/games/2021/dec/09/terry-pratchett-thief-video-game-forum", - "creator": "Rick Lane", - "pubDate": "2021-12-09T10:33:16Z", + "title": "Chilean environmental activist who opposed dam projects found dead", + "description": "

    Javiera Rojas remembered as ‘an emblematic activist who was dedicated to the process of resistance’

    Environmental activists in Chile have called for justice after a 42-year-old land defender was found dead with her hands and feet bound.

    The body of Javiera Rojas was found buried under a pile of clothes in an abandoned house on Sunday in Calama in the northern region of Antofagasta.

    Continue reading...", + "content": "

    Javiera Rojas remembered as ‘an emblematic activist who was dedicated to the process of resistance’

    Environmental activists in Chile have called for justice after a 42-year-old land defender was found dead with her hands and feet bound.

    The body of Javiera Rojas was found buried under a pile of clothes in an abandoned house on Sunday in Calama in the northern region of Antofagasta.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/02/chilean-environmental-activist-opposition-dam-projects-found-dead", + "creator": "Charis McGowan in Santiago", + "pubDate": "2021-12-02T21:07:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220027,16 +245380,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3199a7fe10c64d9e0c0efc2e31f5d3a4" + "hash": "ea7754a5b82c151ec175ec0f9e47138f" }, { - "title": "Burying Leni Riefenstahl: one woman’s lifelong crusade against Hitler’s favourite film-maker", - "description": "

    Nina Gladitz dedicated her life to proving beyond doubt the Triumph of the Will director’s complicity with the horrors of Nazism. In the end, she did it – but at a cost

    On 20 November 1984, in the southern German city of Freiburg, two film-makers faced each other in court for the first day of a trial that was to last nearly two and a half years. The plaintiff, Leni Riefenstahl, had been Hitler’s favourite film-maker. Now 82, she showed up to court in a sheepskin coat over a beige suit, her blond hair set in a large neat perm framing a tanned face. The defendant was a striking, dark-haired 32-year-old documentary maker. Her name was Nina Gladitz, and the outcome of the trial would shape the rest of her life.

    During the Nazi era, Riefenstahl had been the regime’s most skilled propagandist, directing films that continue to be both reviled for their glorification of the Third Reich and considered landmarks of early cinema for their innovations and technical mastery. Once the second world war was over, Riefenstahl sought to distance herself from the regime she had served, portraying herself as an apolitical naif whose only motivation was making the most beautiful art possible. “I don’t know what I should apologise for,” she once said. “All my films won the top prize.”

    Continue reading...", - "content": "

    Nina Gladitz dedicated her life to proving beyond doubt the Triumph of the Will director’s complicity with the horrors of Nazism. In the end, she did it – but at a cost

    On 20 November 1984, in the southern German city of Freiburg, two film-makers faced each other in court for the first day of a trial that was to last nearly two and a half years. The plaintiff, Leni Riefenstahl, had been Hitler’s favourite film-maker. Now 82, she showed up to court in a sheepskin coat over a beige suit, her blond hair set in a large neat perm framing a tanned face. The defendant was a striking, dark-haired 32-year-old documentary maker. Her name was Nina Gladitz, and the outcome of the trial would shape the rest of her life.

    During the Nazi era, Riefenstahl had been the regime’s most skilled propagandist, directing films that continue to be both reviled for their glorification of the Third Reich and considered landmarks of early cinema for their innovations and technical mastery. Once the second world war was over, Riefenstahl sought to distance herself from the regime she had served, portraying herself as an apolitical naif whose only motivation was making the most beautiful art possible. “I don’t know what I should apologise for,” she once said. “All my films won the top prize.”

    Continue reading...", - "category": "", - "link": "https://www.theguardian.com/news/2021/dec/09/burying-leni-riefenstahl-nina-gladitz-lifelong-crusade-hitler-film-maker", - "creator": "Kate Connolly", - "pubDate": "2021-12-09T06:00:04Z", + "title": "Russia’s activity on the Ukraine border has put the west on edge", + "description": "

    Analysis: a full-scale attack seems improbable – but the troop buildup is enough to have Nato warn of sanctions

    It is the second time this year that Russia has amassed forces near its borders with Ukraine, so why has the estimated 90,000 troop buildup left western governments and independent analysts more concerned?

    The stark warning by the US secretary of state, Antony Blinken, on Wednesday that Russia has made plans for a “large-scale” attack is backed up by open source analysis – and western intelligence assessments. “There is enough substance to this,” one insider added.

    Continue reading...", + "content": "

    Analysis: a full-scale attack seems improbable – but the troop buildup is enough to have Nato warn of sanctions

    It is the second time this year that Russia has amassed forces near its borders with Ukraine, so why has the estimated 90,000 troop buildup left western governments and independent analysts more concerned?

    The stark warning by the US secretary of state, Antony Blinken, on Wednesday that Russia has made plans for a “large-scale” attack is backed up by open source analysis – and western intelligence assessments. “There is enough substance to this,” one insider added.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2021/dec/02/ukraine-border-russia-west-troop-buildup", + "creator": "Dan Sabbagh Defence and security editor", + "pubDate": "2021-12-02T17:56:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220047,16 +245400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d126af343c86382a6545a3c20badc11" + "hash": "eb6198a1d0bf20a6e349aae206e9d407" }, { - "title": "‘I need people to know I’m not a cartoon’: drag queen Le Gateau Chocolat’s fabulous rise", - "description": "

    From Glyndebourne to the Globe, actor, opera singer and drag star Le Gateau Chocolat is a UK stage fixture – although not everywhere has been so welcoming

    In a big, bright rehearsal room at Southwark’s Unicorn Theatre, Le Gateau Chocolat is giving feedback to the new cast of his revolutionary children’s production, Duckie. His fingernails, painted an iridescent shade of blue, flash in the sunlight as the cabaret star, opera singer and all-round entertainment powerhouse praises his tiny team and smiles.

    First imagined in 2015 – in part to offer comfort to his young niece, who had recently moved to the UK from Nigeria and was struggling to settle in, and in part upon realising that a drag queen’s natural audience is a gaggle of excitable kids – Duckie is a radical reimagining of Hans Christian Andersen’s The Ugly Duckling. Following acclaimed stints everywhere from London’s Southbank Centre to the Fringe World festival in Perth, Australia, Gateau is now stepping down from the lead role for its festive run at Manchester’s Home theatre. Instead, it will be shared by two young actors, both non-binary and one neurodiverse, with aspects of the part adjusted accordingly.

    Continue reading...", - "content": "

    From Glyndebourne to the Globe, actor, opera singer and drag star Le Gateau Chocolat is a UK stage fixture – although not everywhere has been so welcoming

    In a big, bright rehearsal room at Southwark’s Unicorn Theatre, Le Gateau Chocolat is giving feedback to the new cast of his revolutionary children’s production, Duckie. His fingernails, painted an iridescent shade of blue, flash in the sunlight as the cabaret star, opera singer and all-round entertainment powerhouse praises his tiny team and smiles.

    First imagined in 2015 – in part to offer comfort to his young niece, who had recently moved to the UK from Nigeria and was struggling to settle in, and in part upon realising that a drag queen’s natural audience is a gaggle of excitable kids – Duckie is a radical reimagining of Hans Christian Andersen’s The Ugly Duckling. Following acclaimed stints everywhere from London’s Southbank Centre to the Fringe World festival in Perth, Australia, Gateau is now stepping down from the lead role for its festive run at Manchester’s Home theatre. Instead, it will be shared by two young actors, both non-binary and one neurodiverse, with aspects of the part adjusted accordingly.

    Continue reading...", - "category": "Stage", - "link": "https://www.theguardian.com/stage/2021/dec/09/i-need-people-to-know-im-not-a-cartoon-drag-queen-le-gateau-chocolats-fabulous-rise", - "creator": "Leonie Cooper", - "pubDate": "2021-12-09T14:00:13Z", + "title": "Covid live: UK measures too late to stop Omicron wave, government adviser says; India death toll climbs", + "description": "

    ‘It’s too late to make a material difference to course of Omicron wave,’ Prof Mark Woolhouse says; India records highest single-day toll since July

    The UK’s deputy prime minister Dominic Raab has defended the government’s decision to reintroduce pre-departure tests. He has told Sky News:

    I know that is a burden for the travel industry but we have made huge, huge strides in this country. We have got to take the measures targeted forensically to stop the new variant seeding in this country to create a bigger problem.

    We have taken a balanced approach but we are always alert to extra risk that takes us back not forward.

    Well of course it was the Labour party who were calling for pre-testing to take place because we’re very concerned that the government consistently throughout the pandemic have been very late in making the calls that are required to keep our borders safe, very late in terms of trying to ... control the spread of that virus. And what we want to do is to make sure that we don’t jeopardise the vaccination rollout.

    The worst thing in the world after all the sacrifices that we’ve made is that a new variant comes in and completely takes the rug from under that programme. And so it’s very important the government get a grip, it’s very important the government takes swift action and frankly it shouldn’t be for the opposition to keep continually one step ahead of the government. The government needs to take control themselves.

    Many flying home for their first Christmas since the pandemic began will be hit with scandalous testing costs. Unscrupulous private providers are pocketing millions, and leaving many families forced to shell out huge sums.

    Ministers are sitting on their hands while people who want to do the right thing are paying the price for this broken market.

    Continue reading...", + "content": "

    ‘It’s too late to make a material difference to course of Omicron wave,’ Prof Mark Woolhouse says; India records highest single-day toll since July

    The UK’s deputy prime minister Dominic Raab has defended the government’s decision to reintroduce pre-departure tests. He has told Sky News:

    I know that is a burden for the travel industry but we have made huge, huge strides in this country. We have got to take the measures targeted forensically to stop the new variant seeding in this country to create a bigger problem.

    We have taken a balanced approach but we are always alert to extra risk that takes us back not forward.

    Well of course it was the Labour party who were calling for pre-testing to take place because we’re very concerned that the government consistently throughout the pandemic have been very late in making the calls that are required to keep our borders safe, very late in terms of trying to ... control the spread of that virus. And what we want to do is to make sure that we don’t jeopardise the vaccination rollout.

    The worst thing in the world after all the sacrifices that we’ve made is that a new variant comes in and completely takes the rug from under that programme. And so it’s very important the government get a grip, it’s very important the government takes swift action and frankly it shouldn’t be for the opposition to keep continually one step ahead of the government. The government needs to take control themselves.

    Many flying home for their first Christmas since the pandemic began will be hit with scandalous testing costs. Unscrupulous private providers are pocketing millions, and leaving many families forced to shell out huge sums.

    Ministers are sitting on their hands while people who want to do the right thing are paying the price for this broken market.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/05/covid-live-coronavirus-india-death-toll-uk-booster-jabs-christmas", + "creator": "Kevin Rawlinson", + "pubDate": "2021-12-05T11:51:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220067,16 +245420,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a44c99c99373a2b894e37a330e5fbd0f" + "hash": "125c5fe5dd5fd5e2ba92c00bc30fcd16" }, { - "title": "Beware the emergency avocado: what does ultrafast delivery really cost us?", - "description": "

    A grocery revolution is underway, with individual items available at your door in next to no time. What does it mean for supermarkets, our wallets, working conditions and the planet?

    In a warehouse by Farringdon station, in central London, I am watching people burn through millions of pounds of investment in real time. Great big stacks of cash, all bet on the assumption that the future of grocery shopping will be app-enabled and delivered to our homes in less time than it takes to brew a cup of tea. Here, at the ultrafast grocery delivery startup Gorillas, workers push trolleys around a so-called micro-fulfilment centre, selecting food and toiletries and alcohol to be delivered by e-bicycling couriers in 10 minutes flat.

    I am being shown around by the commercial director, Matthew Nobbs. “Imagine you go to a standard supermarket for breakfast,” says Nobbs, over the pounding dance music. “I’m going to have to go all the way to the bakery aisle for my croissants, and now I need some jam, so I have to go to the store cupboard aisle, and now I need some bacon, so I have to go back to the chiller. Or, I can just go on an app, and order what I need.” We pass the fresh produce. “Look at that for an apple!” says Nobbs, palming a Pink Lady with an evangelical flicker in his eye. (In fairness, its skin is so glossy it could be lacquered.)

    Continue reading...", - "content": "

    A grocery revolution is underway, with individual items available at your door in next to no time. What does it mean for supermarkets, our wallets, working conditions and the planet?

    In a warehouse by Farringdon station, in central London, I am watching people burn through millions of pounds of investment in real time. Great big stacks of cash, all bet on the assumption that the future of grocery shopping will be app-enabled and delivered to our homes in less time than it takes to brew a cup of tea. Here, at the ultrafast grocery delivery startup Gorillas, workers push trolleys around a so-called micro-fulfilment centre, selecting food and toiletries and alcohol to be delivered by e-bicycling couriers in 10 minutes flat.

    I am being shown around by the commercial director, Matthew Nobbs. “Imagine you go to a standard supermarket for breakfast,” says Nobbs, over the pounding dance music. “I’m going to have to go all the way to the bakery aisle for my croissants, and now I need some jam, so I have to go to the store cupboard aisle, and now I need some bacon, so I have to go back to the chiller. Or, I can just go on an app, and order what I need.” We pass the fresh produce. “Look at that for an apple!” says Nobbs, palming a Pink Lady with an evangelical flicker in his eye. (In fairness, its skin is so glossy it could be lacquered.)

    Continue reading...", - "category": "Supermarkets", - "link": "https://www.theguardian.com/business/2021/dec/09/beware-the-emergency-avocado-what-does-ultrafast-delivery-really-cost-us", - "creator": "Sirin Kale", - "pubDate": "2021-12-09T10:00:09Z", + "title": "Myanmar: five dead after troops use car to ram anti-coup protest – report", + "description": "

    Local media and witnesses say dozens injured and at least 15 arrested in incident in Yangon

    Five people were killed and at least 15 arrested after Myanmar security forces in a car rammed into an anti-coup protest in Yangon on Sunday, according to local media.

    Witnesses on the scene said dozens had been injured. Photos and videos on social media show a vehicle that had crashed through the protesters and bodies lying on the road.

    Continue reading...", + "content": "

    Local media and witnesses say dozens injured and at least 15 arrested in incident in Yangon

    Five people were killed and at least 15 arrested after Myanmar security forces in a car rammed into an anti-coup protest in Yangon on Sunday, according to local media.

    Witnesses on the scene said dozens had been injured. Photos and videos on social media show a vehicle that had crashed through the protesters and bodies lying on the road.

    Continue reading...", + "category": "Myanmar", + "link": "https://www.theguardian.com/world/2021/dec/05/myanmar-five-dead-after-troops-use-car-to-ram-anti-coup-protest-report", + "creator": "Reuters", + "pubDate": "2021-12-05T11:37:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220087,16 +245440,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e03ef50c01914aae3f51ac9f20c6cef0" + "hash": "1ef9bca9f9840dee7df4362944467f46" }, { - "title": "From Russia with schmaltz: Moscow’s answer to Tate Modern opens with a Santa Barbara satire", - "description": "

    Funded by a gas billionaire and sited in a former power station, the huge GES-2 gallery aims to elevate Moscow’s standing on the art world stage. And its headline act? Ragnar Kjartansson’s reshoot of the US soap that became a cult hit in Russia

    First Vladimir Putin came to visit. Then, for the second day in a row, the artists were turfed out of GES-2, a prestigious new arts centre built in a disused power station, as police and men in suits swarmed in for what looked like another VIP guest.

    Instead of our planned walkthrough, I trudged through the snow to catch up with Ragnar Kjartansson, the star Icelandic artist headlining the art centre’s opening by re-filming the popular soap opera Santa Barbara as a “living sculpture”. He had taken a booth in the nearby Strelka Bar and was taking the disruption in his stride, despite it coming one day before the grand opening.

    Continue reading...", - "content": "

    Funded by a gas billionaire and sited in a former power station, the huge GES-2 gallery aims to elevate Moscow’s standing on the art world stage. And its headline act? Ragnar Kjartansson’s reshoot of the US soap that became a cult hit in Russia

    First Vladimir Putin came to visit. Then, for the second day in a row, the artists were turfed out of GES-2, a prestigious new arts centre built in a disused power station, as police and men in suits swarmed in for what looked like another VIP guest.

    Instead of our planned walkthrough, I trudged through the snow to catch up with Ragnar Kjartansson, the star Icelandic artist headlining the art centre’s opening by re-filming the popular soap opera Santa Barbara as a “living sculpture”. He had taken a booth in the nearby Strelka Bar and was taking the disruption in his stride, despite it coming one day before the grand opening.

    Continue reading...", - "category": "Art", - "link": "https://www.theguardian.com/artanddesign/2021/dec/09/russia-moscows-answer-tate-modern-ragnar-kjartansson-opens-santa-barbara-satire-us-soap", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-12-09T09:47:44Z", + "title": "Arthur Labinjo-Hughes: Review launched into six-year-old’s murder", + "description": "

    The review will seek answers into the circumstances which led to Arthur’s death

    The government is launching a national review into the killing of six-year-old Arthur Labinjo-Hughes to protect other children from harm and identify improvements needed in the agencies that came into contact with him before his death.

    Announcing the review on Sunday, the education secretary, Nadhim Zahawi, said the government would “not rest until we have the answers we need”.

    Continue reading...", + "content": "

    The review will seek answers into the circumstances which led to Arthur’s death

    The government is launching a national review into the killing of six-year-old Arthur Labinjo-Hughes to protect other children from harm and identify improvements needed in the agencies that came into contact with him before his death.

    Announcing the review on Sunday, the education secretary, Nadhim Zahawi, said the government would “not rest until we have the answers we need”.

    Continue reading...", + "category": "Child protection", + "link": "https://www.theguardian.com/society/2021/dec/05/arthur-labinjo-hughes-review-launched-into-six-year-olds", + "creator": "Jessica Murray Midlands correspondent", + "pubDate": "2021-12-05T12:00:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220107,16 +245460,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5f60fffd16e7e74c4890e7c300cd593" + "hash": "fdc3932af3615bb98137fa0e8865248f" }, { - "title": "Home Office urged to stop housing asylum seekers in barracks", - "description": "

    Housing survivors of torture or other serious forms of violence in barracks ‘harmful’, all-party report says

    A cross-party group of parliamentarians is calling on the government to end its use of controversial barracks accommodation for people seeking asylum, in a new report published on Thursday.

    The report also recommends the scrapping of government plans to expand barracks-style accommodation for up to 8,000 asylum seekers. It refers to accommodation, including Napier barracks in Kent, which is currently being used to house hundreds of asylum seekers, as “quasi-detention” due to visible security measures, surveillance, shared living quarters and isolation from the wider community.

    Continue reading...", - "content": "

    Housing survivors of torture or other serious forms of violence in barracks ‘harmful’, all-party report says

    A cross-party group of parliamentarians is calling on the government to end its use of controversial barracks accommodation for people seeking asylum, in a new report published on Thursday.

    The report also recommends the scrapping of government plans to expand barracks-style accommodation for up to 8,000 asylum seekers. It refers to accommodation, including Napier barracks in Kent, which is currently being used to house hundreds of asylum seekers, as “quasi-detention” due to visible security measures, surveillance, shared living quarters and isolation from the wider community.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/dec/09/home-office-urged-to-stop-housing-asylum-seekers-in-barracks", - "creator": "Diane Taylor", - "pubDate": "2021-12-09T06:00:03Z", + "title": "Finland is the world’s happiest nation – and I want to keep it that way, says prime minister", + "description": "

    In a rare interview with foreign media, Sanna Marin says she is determined to defend human rights, despite asylum policy challenges

    Equality, a well-funded education system and a strong welfare state are the secret to the success of the world’s happiest nation, according to Finland’s prime minister.

    In a rare interview with foreign media, Sanna Marin – who briefly became the youngest world leader when she became prime minister of the Nordic nation in 2019 at the age of 34 – said Finland was committed to preserving its generous welfare state in an “environmentally sustainable way”, and saw the development and export of green technology as the key to its future prosperity.

    Continue reading...", + "content": "

    In a rare interview with foreign media, Sanna Marin says she is determined to defend human rights, despite asylum policy challenges

    Equality, a well-funded education system and a strong welfare state are the secret to the success of the world’s happiest nation, according to Finland’s prime minister.

    In a rare interview with foreign media, Sanna Marin – who briefly became the youngest world leader when she became prime minister of the Nordic nation in 2019 at the age of 34 – said Finland was committed to preserving its generous welfare state in an “environmentally sustainable way”, and saw the development and export of green technology as the key to its future prosperity.

    Continue reading...", + "category": "Finland", + "link": "https://www.theguardian.com/world/2021/dec/05/finland-is-the-worlds-happiest-nation-and-i-want-to-keep-it-that-way-says-sanna-marin", + "creator": "Alexandra Topping", + "pubDate": "2021-12-05T06:00:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220127,16 +245480,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc4d3c71d95550695bff7fcba03c5a2f" + "hash": "983ef1de22dfdba9b64c2e959eebdc6c" }, { - "title": "Failure, fear and the threat of famine in Afghanistan", - "description": "

    A whistleblower has accused the British government of abject failures in its efforts to manage the evacuation of people from Afghanistan as the Taliban took control in August. Emma Graham-Harrison returns to the country to find it facing a humanitarian crisis

    When the Taliban entered Kabul in August and completed their takeover of Afghanistan, thousands of people scrambled for the last remaining flights out of the city’s airport. It was chaos that turned deadly: a bomb attack on the airport’s perimeter killed more than 70 people as they crowded the fences, desperate for a way out. Now testimony from a whistleblower who was working on the UK government’s response to the crisis paints a picture of a callous, complacent and incompetent Foreign Office.

    It’s a picture that rings true for the Guardian’s senior foreign reporter Emma Graham-Harrison, who tells Michael Safi that while some of the staff in the Foreign Office acted heroically, the system as a whole had huge failings. The government has rejected the account of the whistleblower. A spokesperson said: “Regrettably we were not able to evacuate all those we wanted to, but … since the end of the operation we have helped more than 3,000 individuals leave Afghanistan.”

    Continue reading...", - "content": "

    A whistleblower has accused the British government of abject failures in its efforts to manage the evacuation of people from Afghanistan as the Taliban took control in August. Emma Graham-Harrison returns to the country to find it facing a humanitarian crisis

    When the Taliban entered Kabul in August and completed their takeover of Afghanistan, thousands of people scrambled for the last remaining flights out of the city’s airport. It was chaos that turned deadly: a bomb attack on the airport’s perimeter killed more than 70 people as they crowded the fences, desperate for a way out. Now testimony from a whistleblower who was working on the UK government’s response to the crisis paints a picture of a callous, complacent and incompetent Foreign Office.

    It’s a picture that rings true for the Guardian’s senior foreign reporter Emma Graham-Harrison, who tells Michael Safi that while some of the staff in the Foreign Office acted heroically, the system as a whole had huge failings. The government has rejected the account of the whistleblower. A spokesperson said: “Regrettably we were not able to evacuate all those we wanted to, but … since the end of the operation we have helped more than 3,000 individuals leave Afghanistan.”

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/news/audio/2021/dec/09/failure-and-the-threat-of-famine-in-afghanistan-podcast", - "creator": "Presented by Michael Safi with Emma Graham-Harrison; produced by Alex Atack, Eva Krysiak and Rudi Zygadlo; executive producers Phil Maynard and Mythili Rao", - "pubDate": "2021-12-09T03:00:02Z", + "title": "A gray wolf’s epic journey ends in death on a California highway", + "description": "

    OR-93 traveled further south than any wolf had in a hundred years. Even after death, he continues to inspire

    The young gray wolf who took experts and enthusiasts on a thousand-mile journey across California died last month, ending a trek that brought hope and inspiration to many during a time of ecological collapse.

    The travels of the young male through the state were a rare occurrence: he was the first wolf from Oregon’s White River pack to come to California and possibly the first gray wolf in nearly a century to be spotted so far south.

    Continue reading...", + "content": "

    OR-93 traveled further south than any wolf had in a hundred years. Even after death, he continues to inspire

    The young gray wolf who took experts and enthusiasts on a thousand-mile journey across California died last month, ending a trek that brought hope and inspiration to many during a time of ecological collapse.

    The travels of the young male through the state were a rare occurrence: he was the first wolf from Oregon’s White River pack to come to California and possibly the first gray wolf in nearly a century to be spotted so far south.

    Continue reading...", + "category": "Wildlife", + "link": "https://www.theguardian.com/environment/2021/dec/04/grey-wolf-journey-death-california-highway", + "creator": "Katharine Gammon", + "pubDate": "2021-12-05T06:00:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220147,16 +245500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26a955895d380456644a36d88131fc06" + "hash": "23a73d83c135082aedb54595819036e8" }, { - "title": "Woman’s body pulled from submerged car in dramatic recovery at Niagara Falls’ edge", - "description": "

    A diver was lowered from a helicopter to pull the occupant from a car found in the frigid rapids at the brink of American Falls

    In a dramatic rescue attempt on Wednesday, a US Coast Guard diver braved the frigid rapids where a car had become submerged in water near the brink of Niagara Falls, only to find it was too late to rescue the person trapped inside.

    The diver was lowered from a hovering helicopter, climbed into the car and pulled out the body of its lone occupant, a woman in her 60s, officials from New York’s state park police said.

    Continue reading...", - "content": "

    A diver was lowered from a helicopter to pull the occupant from a car found in the frigid rapids at the brink of American Falls

    In a dramatic rescue attempt on Wednesday, a US Coast Guard diver braved the frigid rapids where a car had become submerged in water near the brink of Niagara Falls, only to find it was too late to rescue the person trapped inside.

    The diver was lowered from a hovering helicopter, climbed into the car and pulled out the body of its lone occupant, a woman in her 60s, officials from New York’s state park police said.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2021/dec/08/niagara-falls-woman-car-coast-guard", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-09T02:07:23Z", + "title": "Iran walks back all prior concessions in nuclear talks, US official says", + "description": "
    • Session was first with delegates from new Tehran government
    • Iran says aerial explosion over Natanz was air defence test

    Iran walked back all compromises made in previous talks on reviving the 2015 nuclear deal, pocketed compromises made by others and asked for more in its latest proposals, a senior US state department official told reporters on Saturday.

    Iran continues to accelerate its nuclear program in pretty provocative ways and China and Russia were taken aback at how far Iran had walked back its proposals in talks in Vienna, the official told reporters, speaking on condition of anonymity.

    Continue reading...", + "content": "
    • Session was first with delegates from new Tehran government
    • Iran says aerial explosion over Natanz was air defence test

    Iran walked back all compromises made in previous talks on reviving the 2015 nuclear deal, pocketed compromises made by others and asked for more in its latest proposals, a senior US state department official told reporters on Saturday.

    Iran continues to accelerate its nuclear program in pretty provocative ways and China and Russia were taken aback at how far Iran had walked back its proposals in talks in Vienna, the official told reporters, speaking on condition of anonymity.

    Continue reading...", + "category": "Iran nuclear deal", + "link": "https://www.theguardian.com/world/2021/dec/04/iran-concessions-nuclear-talks-us-official", + "creator": "Reuters in Vienna", + "pubDate": "2021-12-04T19:26:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220167,16 +245520,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8d2905ad564ec532433cc558159c08d" + "hash": "649917e227275cee34629828ce536acc" }, { - "title": "Bondi backpackers hostel Noah’s locked down due to Covid scare as NSW reports 420 cases", - "description": "

    NSW police confirm health department requested assistance at Sydney venue

    A Bondi Beach backpackers hostel in Sydney has been placed into lockdown for a second time due to fears of a Covid outbreak.

    It is not yet known how many people were staying at Noah’s backpackers hostel or whether the Omicron strain of the virus was present.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    NSW police confirm health department requested assistance at Sydney venue

    A Bondi Beach backpackers hostel in Sydney has been placed into lockdown for a second time due to fears of a Covid outbreak.

    It is not yet known how many people were staying at Noah’s backpackers hostel or whether the Omicron strain of the virus was present.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Sydney", - "link": "https://www.theguardian.com/australia-news/2021/dec/09/bondi-backpackers-hostel-locked-down-due-to-covid-scare-as-nsw-reports-420-cases", - "creator": "Caitlin Cassidy", - "pubDate": "2021-12-09T09:21:18Z", + "title": "Indonesia: death toll rises to 14 after eruption of Semeru volcano", + "description": "

    Dozens more were injured when the highest volcano on densely populated Java island spewed a huge cloud of ash into the air

    The death toll from the eruption of the Semeru volcano on Indonesia’s Java island has risen to 14, with nearly 100 others injured, the country’s disaster mitigation agency has said.

    Mount Semeru, the highest volcano on Indonesia’s most densely populated island of Java, spewed thick columns of ash more than 12,000 meters into the sky on Saturday, with searing gas and lava flowing down its slopes and triggering panic among people living nearby.

    Continue reading...", + "content": "

    Dozens more were injured when the highest volcano on densely populated Java island spewed a huge cloud of ash into the air

    The death toll from the eruption of the Semeru volcano on Indonesia’s Java island has risen to 14, with nearly 100 others injured, the country’s disaster mitigation agency has said.

    Mount Semeru, the highest volcano on Indonesia’s most densely populated island of Java, spewed thick columns of ash more than 12,000 meters into the sky on Saturday, with searing gas and lava flowing down its slopes and triggering panic among people living nearby.

    Continue reading...", + "category": "Volcanoes", + "link": "https://www.theguardian.com/world/2021/dec/04/indonesia-one-dead-as-semeru-volcano-spews-huge-ash-cloud", + "creator": "Agencies", + "pubDate": "2021-12-05T02:49:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220187,16 +245540,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7495c3296d7582bdba10bd33971914d8" + "hash": "2e2f942b8d71a9a04dfb20d336be0e27" }, { - "title": "Women in prison ignored by feminist funders that find them less ‘marketable’, says NGO head", - "description": "

    Survey by Women Beyond Walls finds 70% of groups working with incarcerated women do not receive funds from women’s rights foundations

    The global feminist movement is failing to support organisations working with women in prison, as donors shy away from funding projects aimed at people with “complicated” narratives, says lawyer and activist Sabrina Mahtani.

    Mahtani, founder of Women Beyond Walls (WBW), said many NGOs around the world were doing vital work “supporting some of the most marginalised and overlooked women” in society, including providing essential legal services and reducing pretrial detention time.

    Continue reading...", - "content": "

    Survey by Women Beyond Walls finds 70% of groups working with incarcerated women do not receive funds from women’s rights foundations

    The global feminist movement is failing to support organisations working with women in prison, as donors shy away from funding projects aimed at people with “complicated” narratives, says lawyer and activist Sabrina Mahtani.

    Mahtani, founder of Women Beyond Walls (WBW), said many NGOs around the world were doing vital work “supporting some of the most marginalised and overlooked women” in society, including providing essential legal services and reducing pretrial detention time.

    Continue reading...", - "category": "Women's rights and gender equality", - "link": "https://www.theguardian.com/global-development/2021/dec/09/women-in-prison-ignored-by-feminist-funders-that-find-them-less-marketable-says-ngo-head", - "creator": "Lizzy Davies", - "pubDate": "2021-12-09T06:30:03Z", + "title": "Biden responds to claim Trump tested positive for Covid days before their debate – video", + "description": "

    Biden was questioned by a reporter over a claim in a book by Trump's last chief of staff that the ex-president had tested positive for Covid-19 three days before the first 2020 presidential debate. When asked whether he thought Trump had put him at risk, Biden said: 'I don’t think about the former president'

    Continue reading...", + "content": "

    Biden was questioned by a reporter over a claim in a book by Trump's last chief of staff that the ex-president had tested positive for Covid-19 three days before the first 2020 presidential debate. When asked whether he thought Trump had put him at risk, Biden said: 'I don’t think about the former president'

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/video/2021/dec/01/biden-responds-to-claim-trump-tested-positive-for-covid-days-before-their-debate-video", + "creator": "", + "pubDate": "2021-12-01T20:24:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220207,36 +245560,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "584419141f6ef5ee9e3c9d6e5ba498c8" + "hash": "91119d3dedd3098f0c2725c906f6e9da" }, { - "title": "Teenager after Zambia crocodile attack: 'Don't let one incident hold you back' – video", - "description": "

    Amelie Osborn-Smith said she felt 'very lucky' to be alive and was not going to be held back, after a crocodile mauled her during a white water rafting trip along the Zambezi in Zambia. 

    Osborne-Smith, 18, thought she would lose her foot after the attack and said she was very 'relieved' when doctors told her they had managed to save it

    Continue reading...", - "content": "

    Amelie Osborn-Smith said she felt 'very lucky' to be alive and was not going to be held back, after a crocodile mauled her during a white water rafting trip along the Zambezi in Zambia. 

    Osborne-Smith, 18, thought she would lose her foot after the attack and said she was very 'relieved' when doctors told her they had managed to save it

    Continue reading...", - "category": "Zambia", - "link": "https://www.theguardian.com/world/video/2021/dec/06/dont-let-one-incident-hold-you-back-says-teenager-after-crocodile-attack-video", - "creator": "", - "pubDate": "2021-12-06T11:12:05Z", + "title": "UK’s progress on Covid now squandered, warns top scientist", + "description": "

    Sir Jeremy Farrar, director of Wellcome Trust, suggests emergence of Omicron variant means pandemic is far from over

    The emergence of the Omicron variant shows that the world is “closer to the start of the pandemic than the end”, one of Britain’s most senior scientific figures has warned, as he lamented a lack of political leadership over Covid.

    Sir Jeremy Farrar, the director of the Wellcome Trust who stepped down as a government scientific adviser last month, said the progress in combatting Covid-19 since its emergence was “being squandered”.

    Continue reading...", + "content": "

    Sir Jeremy Farrar, director of Wellcome Trust, suggests emergence of Omicron variant means pandemic is far from over

    The emergence of the Omicron variant shows that the world is “closer to the start of the pandemic than the end”, one of Britain’s most senior scientific figures has warned, as he lamented a lack of political leadership over Covid.

    Sir Jeremy Farrar, the director of the Wellcome Trust who stepped down as a government scientific adviser last month, said the progress in combatting Covid-19 since its emergence was “being squandered”.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/04/uks-progress-on-covid-now-squandered-warns-top-scientist", + "creator": "Michael Savage, Robin McKie", + "pubDate": "2021-12-05T01:19:05Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "cc07c845254989dada51e9ae37e076d5" + "hash": "bd63728a9798053291e8ced88274238a" }, { - "title": "Covid live: WHO says booster jabs ‘risk exacerbating’ vaccine inequity; Denmark to close schools, nightclubs", - "description": "

    WHO say first doses should be prioritised over broad-based booster jab programmes; Danish PM says ‘significant risk of critically overloading health service’

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", - "content": "

    WHO say first doses should be prioritised over broad-based booster jab programmes; Danish PM says ‘significant risk of critically overloading health service’

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/09/covid-news-live-england-moves-to-plan-b-three-pfizer-shots-can-neutralise-omicron-lab-tests-show", - "creator": "Martin Belam (now) and Samantha Lock (earlier)", - "pubDate": "2021-12-09T10:48:32Z", + "title": "Nagaland killings: rioting as Indian security forces shoot dozen civilians", + "description": "

    Villagers burn army vehicles after coalminers were mistaken for insurgents, with Indian home minister promising full investigation

    Angry villagers who set fire to army vehicles are among more than a dozen civilians killed by soldiers in India’s remote north-east region along the border with Myanmar.

    An army officer said the soldiers fired at a truck, killing six people, after receiving intelligence about a movement of insurgents in the area. As villagers reacted by burning two army vehicles, the soldiers fired at them, killing seven more people, the officer said, adding that one soldier was also killed in the clash.

    Continue reading...", + "content": "

    Villagers burn army vehicles after coalminers were mistaken for insurgents, with Indian home minister promising full investigation

    Angry villagers who set fire to army vehicles are among more than a dozen civilians killed by soldiers in India’s remote north-east region along the border with Myanmar.

    An army officer said the soldiers fired at a truck, killing six people, after receiving intelligence about a movement of insurgents in the area. As villagers reacted by burning two army vehicles, the soldiers fired at them, killing seven more people, the officer said, adding that one soldier was also killed in the clash.

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/2021/dec/05/nagaland-killings-india-security-forces-shot-civilians-mistaken-for-militants", + "creator": "Staff and agencies", + "pubDate": "2021-12-05T06:14:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220247,16 +245600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e970a92fba6ae5b0b033fe18aec45ed5" + "hash": "c0de319edf44bfc8ef3cea2bb74e4fee" }, { - "title": "Number of journalists in jail around the world at new high, says survey", - "description": "

    Committee to Protect Journalists says 293 reporters are in prison, and at least 24 have been killed in 2021

    The number of journalists who are behind bars worldwide reached a new high point in 2021, according to a study which says that 293 reporters were imprisoned as of 1 December 2021.

    At least 24 journalists were killed because of their coverage, and 18 others died in circumstances that make it too difficult to determine whether they were targeted because of their work, the nonprofit Committee to Protect Journalists said on Thursday in its annual survey on press freedom and attacks on the media.

    Continue reading...", - "content": "

    Committee to Protect Journalists says 293 reporters are in prison, and at least 24 have been killed in 2021

    The number of journalists who are behind bars worldwide reached a new high point in 2021, according to a study which says that 293 reporters were imprisoned as of 1 December 2021.

    At least 24 journalists were killed because of their coverage, and 18 others died in circumstances that make it too difficult to determine whether they were targeted because of their work, the nonprofit Committee to Protect Journalists said on Thursday in its annual survey on press freedom and attacks on the media.

    Continue reading...", - "category": "Journalist safety", - "link": "https://www.theguardian.com/media/2021/dec/09/number-of-journalists-in-jail-around-the-world-at-new-high-says-survey", - "creator": "Reuters", - "pubDate": "2021-12-09T06:32:59Z", + "title": "Don’t be fooled by deceitful parents, top child expert warns social workers", + "description": "

    Professionals urged to be more sceptical and ready to remove at-risk children after death of Arthur Labinjo-Hughes

    Social workers need to be more sceptical and decisive when confronted by “manipulative and deceitful” parents, one of the UK’s leading child protection experts has urged following the torture and killing of Arthur Labinjo-Hughes at the hands of his stepmother and father.

    Martin Narey, a former head of children’s charity Barnardo’s and senior government adviser, said social services should view potentially abusive parents “more critically” and not shy away from taking children into care.

    Continue reading...", + "content": "

    Professionals urged to be more sceptical and ready to remove at-risk children after death of Arthur Labinjo-Hughes

    Social workers need to be more sceptical and decisive when confronted by “manipulative and deceitful” parents, one of the UK’s leading child protection experts has urged following the torture and killing of Arthur Labinjo-Hughes at the hands of his stepmother and father.

    Martin Narey, a former head of children’s charity Barnardo’s and senior government adviser, said social services should view potentially abusive parents “more critically” and not shy away from taking children into care.

    Continue reading...", + "category": "Child protection", + "link": "https://www.theguardian.com/society/2021/dec/05/dont-be-fooled-by-deceitful-parents-top-child-expert-warns-social-workers", + "creator": "Mark Townsend", + "pubDate": "2021-12-05T08:15:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220267,16 +245620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "efa9529b4207fa120ec252706c28808b" + "hash": "649e00d865bd69737c5035ed55cf3dfc" }, { - "title": "Eleven villagers shot and burned alive by Myanmar soldiers, reports say", - "description": "

    Outrage spreads on social media over alleged massacre of people rounded up by government troops in Sagaing region

    Myanmar soldiers rounded up and killed 11 people in a village, shooting and then setting them on fire, according to people in the area and local media reports.

    Photos and a video purporting to show charred corpses in Don Taw village in the Sagaing region of Myanmar’s north-west circulated on Tuesday while outrage spread on social media.

    Continue reading...", - "content": "

    Outrage spreads on social media over alleged massacre of people rounded up by government troops in Sagaing region

    Myanmar soldiers rounded up and killed 11 people in a village, shooting and then setting them on fire, according to people in the area and local media reports.

    Photos and a video purporting to show charred corpses in Don Taw village in the Sagaing region of Myanmar’s north-west circulated on Tuesday while outrage spread on social media.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2021/dec/09/eleven-villagers-shot-and-burned-alive-by-myanmar-soldiers-reports-say", - "creator": "Staff and agencies", - "pubDate": "2021-12-09T03:00:38Z", + "title": "Rio Tinto lithium mine: thousands of protesters block roads across Serbia", + "description": "

    Crowds chanted slogans condemning government of Aleksandar Vučić, which backs planned Anglo-Australian $2.4bn mine

    Thousands of demonstrators blocked major roads across Serbia on Saturday as anger swelled over a government-backed plan to allow mining company Rio Tinto to extract lithium.

    In the capital, Belgrade, protesters swarmed a major highway and bridge linking the city to outlying suburbs as the crowd chanted anti-government slogans while some held signs criticising the mining project.

    Continue reading...", + "content": "

    Crowds chanted slogans condemning government of Aleksandar Vučić, which backs planned Anglo-Australian $2.4bn mine

    Thousands of demonstrators blocked major roads across Serbia on Saturday as anger swelled over a government-backed plan to allow mining company Rio Tinto to extract lithium.

    In the capital, Belgrade, protesters swarmed a major highway and bridge linking the city to outlying suburbs as the crowd chanted anti-government slogans while some held signs criticising the mining project.

    Continue reading...", + "category": "Serbia", + "link": "https://www.theguardian.com/world/2021/dec/05/rio-tinto-lithium-mine-thousands-of-protesters-block-roads-across-serbia", + "creator": "Agence France-Presse", + "pubDate": "2021-12-05T01:55:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220287,16 +245640,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23f407a411dc0d099a66a371975d5c1f" + "hash": "eb9a7b7580baca37cf564cdbc573c0e7" }, { - "title": "Anti-independence ads accused of ‘profound racism’ against indigenous New Caledonians in court action", - "description": "

    Urgent appeal lodged to stop the broadcast of cartoons calling on New Caledonians to vote against independence from France in this weekend’s referendum

    Cartoons urging New Caledonians to vote no to independence from France in this weekend’s referendum have been accused of “profound racism and ridicule towards Pacific Islanders, especially the [indigenous] Kanak people”, in a legal submission lodged with France’s highest judicial body.

    An urgent appeal has been lodged against the broadcast of the animations, which have been running on television in New Caledonia and online, with the Council of State in France.

    Continue reading...", - "content": "

    Urgent appeal lodged to stop the broadcast of cartoons calling on New Caledonians to vote against independence from France in this weekend’s referendum

    Cartoons urging New Caledonians to vote no to independence from France in this weekend’s referendum have been accused of “profound racism and ridicule towards Pacific Islanders, especially the [indigenous] Kanak people”, in a legal submission lodged with France’s highest judicial body.

    An urgent appeal has been lodged against the broadcast of the animations, which have been running on television in New Caledonia and online, with the Council of State in France.

    Continue reading...", - "category": "New Caledonia", - "link": "https://www.theguardian.com/world/2021/dec/09/anti-independence-ads-accused-of-profound-racism-against-indigenous-new-caledonians-in-court-action", - "creator": "Helen Fraser", - "pubDate": "2021-12-09T03:03:02Z", + "title": "Indonesia: death toll rises to 13 after eruption of Semeru volcano", + "description": "

    Dozens more were injured when the highest volcano on densely populated Java island spewed a huge cloud of ash into the air

    The death toll from the eruption of the Semeru volcano on Indonesia’s Java island has risen to 13, with nearly 100 others injured, the country’s disaster mitigation agency has said.

    Mount Semeru, the highest volcano on Indonesia’s most densely populated island of Java, spewed thick columns of ash more than 12,000 meters into the sky on Saturday, with searing gas and lava flowing down its slopes and triggering panic among people living nearby.

    Continue reading...", + "content": "

    Dozens more were injured when the highest volcano on densely populated Java island spewed a huge cloud of ash into the air

    The death toll from the eruption of the Semeru volcano on Indonesia’s Java island has risen to 13, with nearly 100 others injured, the country’s disaster mitigation agency has said.

    Mount Semeru, the highest volcano on Indonesia’s most densely populated island of Java, spewed thick columns of ash more than 12,000 meters into the sky on Saturday, with searing gas and lava flowing down its slopes and triggering panic among people living nearby.

    Continue reading...", + "category": "Volcanoes", + "link": "https://www.theguardian.com/world/2021/dec/04/indonesia-one-dead-as-semeru-volcano-spews-huge-ash-cloud", + "creator": "Agencies", + "pubDate": "2021-12-05T02:49:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220307,16 +245660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fe177e10ec00056602bbd17b9138eed" + "hash": "238b2438809589280a05cb467e086efe" }, { - "title": "Jimmy Lai among three Hong Kong democracy activists convicted over Tiananmen vigil", - "description": "

    Former journalist Gwyneth Ho and rights lawyer Chow Hang-tung also found guilty of unlawful assembly charges

    Jailed Hong Kong media mogul Jimmy Lai was among three democracy campaigners convicted of taking part in a banned Tiananmen vigil as the prosecution of multiple activists came to a conclusion.

    Lai, the 74-year-old owner of the now-closed pro-democracy Apple Daily newspaper, was found guilty of unlawful assembly charges on Thursday alongside former journalist Gwyneth Ho and prominent rights lawyer Chow Hang-tung.

    Continue reading...", - "content": "

    Former journalist Gwyneth Ho and rights lawyer Chow Hang-tung also found guilty of unlawful assembly charges

    Jailed Hong Kong media mogul Jimmy Lai was among three democracy campaigners convicted of taking part in a banned Tiananmen vigil as the prosecution of multiple activists came to a conclusion.

    Lai, the 74-year-old owner of the now-closed pro-democracy Apple Daily newspaper, was found guilty of unlawful assembly charges on Thursday alongside former journalist Gwyneth Ho and prominent rights lawyer Chow Hang-tung.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/dec/09/jimmy-lai-among-three-hong-kong-democracy-activists-convicted-over-tiananmen-vigil", - "creator": "Agence France-Presse", - "pubDate": "2021-12-09T03:02:15Z", + "title": "Michigan shooting: suspect’s parents held on $1m bond after capture", + "description": "

    James and Jennifer Crumbley, who face manslaughter charges, entered not guilty pleas after being found hiding in a warehouse

    A judge imposed a combined $1m bond on Saturday for the parents of the Michigan teen charged with killing four students at Oxford high school this week, hours after police said they were caught hiding in a commercial building.

    James and Jennifer Crumbley entered not guilty pleas to each of the four involuntary manslaughter counts against them during a hearing held on Zoom.

    Continue reading...", + "content": "

    James and Jennifer Crumbley, who face manslaughter charges, entered not guilty pleas after being found hiding in a warehouse

    A judge imposed a combined $1m bond on Saturday for the parents of the Michigan teen charged with killing four students at Oxford high school this week, hours after police said they were caught hiding in a commercial building.

    James and Jennifer Crumbley entered not guilty pleas to each of the four involuntary manslaughter counts against them during a hearing held on Zoom.

    Continue reading...", + "category": "Michigan", + "link": "https://www.theguardian.com/us-news/2021/dec/04/michigan-shooting-suspects-parents-held-on-1m-bond-james-jennifer-crumbley", + "creator": "Associated Press in Pontiac, Michigan", + "pubDate": "2021-12-04T15:26:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220327,16 +245680,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab750e0bfc23fe67d6ffd6f016ede5e0" + "hash": "1336dc2cb5d521e79ba42b4203398534" }, { - "title": "Finnish PM apologises for staying out clubbing despite Covid exposure", - "description": "

    Sanna Marin says she should have checked guidance given to her after her foreign minister tested positive

    Finland’s prime minister has come under sustained criticism after it was revealed she stayed out dancing until the early hours on the weekend despite knowing she had been exposed to Covid-19.

    Sanna Marin, 36, apologised on Monday after a gossip magazine published photos of her at a Helsinki nightclub on Saturday night until almost four in the morning, hours after her foreign minister, Pekka Haavisto, tested positive for coronavirus.

    Continue reading...", - "content": "

    Sanna Marin says she should have checked guidance given to her after her foreign minister tested positive

    Finland’s prime minister has come under sustained criticism after it was revealed she stayed out dancing until the early hours on the weekend despite knowing she had been exposed to Covid-19.

    Sanna Marin, 36, apologised on Monday after a gossip magazine published photos of her at a Helsinki nightclub on Saturday night until almost four in the morning, hours after her foreign minister, Pekka Haavisto, tested positive for coronavirus.

    Continue reading...", - "category": "Finland", - "link": "https://www.theguardian.com/world/2021/dec/08/finnish-pm-apologises-for-staying-out-clubbing-despite-covid-exposure", - "creator": "Agence France-Presse", - "pubDate": "2021-12-08T17:49:14Z", + "title": "Johnson faces trust crisis as sleaze shatters faith in MPs", + "description": "

    Poll reveals huge public cynicism, with just 5% of respondents believing politicians work for public good

    Trust in politicians to act in the national interest rather than for themselves has fallen dramatically since Boris Johnson became prime minister, according to figures contained in a disturbing new study into the state of British democracy.

    The polling data from YouGov for the Institute of Public Policy Research (IPPR) shows a particularly sharp fall in trust in the few weeks since the Owen Paterson scandal triggered a rash of Tory sleaze scandals.

    Continue reading...", + "content": "

    Poll reveals huge public cynicism, with just 5% of respondents believing politicians work for public good

    Trust in politicians to act in the national interest rather than for themselves has fallen dramatically since Boris Johnson became prime minister, according to figures contained in a disturbing new study into the state of British democracy.

    The polling data from YouGov for the Institute of Public Policy Research (IPPR) shows a particularly sharp fall in trust in the few weeks since the Owen Paterson scandal triggered a rash of Tory sleaze scandals.

    Continue reading...", + "category": "Conservatives", + "link": "https://www.theguardian.com/politics/2021/dec/04/johnson-faces-trust-crisis-as-sleaze-shatters-faith-in-mps", + "creator": "Toby Helm and Michael Savage", + "pubDate": "2021-12-04T21:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220347,16 +245700,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5f5db60b8d3febb11deda57943fea8e" + "hash": "a9f9aa2fd217ebd0b399ce68f2971d06" }, { - "title": "Can Biden’s ‘divisive’ democracy summit deliver?", - "description": "

    Billed as a rallying call for human rights and liberties, the event has been lambasted by critics such as China and even invitees are critical

    Much of the advance commentary about Joe Biden’s two-day Summit for Democracy has been a diplomat’s version of a Charity Ball: long discussions about the guest list and how the guests will show up, and very little about its supposedly noble purpose.

    Potentially a rallying point for democracy, after the west’s crushing setback in Afghanistan, the summit has not been receiving rave advance notices even from those that have been invited.

    Continue reading...", - "content": "

    Billed as a rallying call for human rights and liberties, the event has been lambasted by critics such as China and even invitees are critical

    Much of the advance commentary about Joe Biden’s two-day Summit for Democracy has been a diplomat’s version of a Charity Ball: long discussions about the guest list and how the guests will show up, and very little about its supposedly noble purpose.

    Potentially a rallying point for democracy, after the west’s crushing setback in Afghanistan, the summit has not been receiving rave advance notices even from those that have been invited.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2021/dec/09/can-bidens-democracy-summit-deliver-china-russia-critics", - "creator": "Patrick Wintour", - "pubDate": "2021-12-09T09:00:07Z", + "title": "‘Wall of secrecy’ in Pfizer contracts as company accused of profiteering", + "description": "

    US company faces scrutiny over Covid profits after UK agrees to secrecy clause

    Ministers have agreed a secrecy clause in any dispute with the drugs manufacturer Pfizer over Britain’s Covid vaccine supply. Large portions of the government’s contracts with the company over the supply of 189m vaccine doses have been redacted and any arbitration proceedings will be kept secret.

    The revelation comes as Pfizer is accused by a former senior US health official of “war profiteering’’ during the pandemic. In a Channel 4 Dispatches investigation to be broadcast this week, Tom Frieden, who was director of the US Centers for Disease Control and Prevention under Barack Obama, said: “If you’re just focusing on maximising your profits and you’re a vaccine manufacturer … you are war profiteering.”

    Continue reading...", + "content": "

    US company faces scrutiny over Covid profits after UK agrees to secrecy clause

    Ministers have agreed a secrecy clause in any dispute with the drugs manufacturer Pfizer over Britain’s Covid vaccine supply. Large portions of the government’s contracts with the company over the supply of 189m vaccine doses have been redacted and any arbitration proceedings will be kept secret.

    The revelation comes as Pfizer is accused by a former senior US health official of “war profiteering’’ during the pandemic. In a Channel 4 Dispatches investigation to be broadcast this week, Tom Frieden, who was director of the US Centers for Disease Control and Prevention under Barack Obama, said: “If you’re just focusing on maximising your profits and you’re a vaccine manufacturer … you are war profiteering.”

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/05/wall-of-secrecy-in-pfizer-contracts-as-company-accused-of-profiteering", + "creator": "Jon Ungoed-Thomas", + "pubDate": "2021-12-05T06:30:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220367,16 +245720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2856aa953aaa6b30b2e44ef6a599666" + "hash": "042bbcb92fdba3b8583f6157e1e38279" }, { - "title": "The inner lives of dogs: what our canine friends really think about love, lust and laughter", - "description": "

    They make brilliant companions, but do dogs really feel empathy for humans - and what is going through their minds when they play, panic or attack?

    Read more: the inner lives of cats: what our feline friends really think

    It is humanity’s great frustration, to gaze into the eyes of a dog, feel so very close to the creature, and yet have no clue what it’s thinking. It’s like the first question you ask of a recently born baby, with all that aching, loving urgency: is that a first smile? Or yet more wind? Except that it’s like that for ever.

    I can never know what my staffie is thinking. Does Romeo realise that what he just did was funny, and did he do it on purpose? Is he laughing on the inside? Can he smile? Can he feel anxious about the future? Can he remember life as a puppy? Does he still get the horn, even though I had his knackers off some years ago? And, greater than all these things: does he love me? I mean, really love me, the way I love him?

    Continue reading...", - "content": "

    They make brilliant companions, but do dogs really feel empathy for humans - and what is going through their minds when they play, panic or attack?

    Read more: the inner lives of cats: what our feline friends really think

    It is humanity’s great frustration, to gaze into the eyes of a dog, feel so very close to the creature, and yet have no clue what it’s thinking. It’s like the first question you ask of a recently born baby, with all that aching, loving urgency: is that a first smile? Or yet more wind? Except that it’s like that for ever.

    I can never know what my staffie is thinking. Does Romeo realise that what he just did was funny, and did he do it on purpose? Is he laughing on the inside? Can he smile? Can he feel anxious about the future? Can he remember life as a puppy? Does he still get the horn, even though I had his knackers off some years ago? And, greater than all these things: does he love me? I mean, really love me, the way I love him?

    Continue reading...", - "category": "Dogs", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/09/the-inner-lives-of-dogs-canine-friends-love-lust-companions-minds", - "creator": "Zoe Williams", - "pubDate": "2021-12-09T06:00:04Z", + "title": "Covid antiviral pill molnupiravir/Lagevrio set for UK at-home trials", + "description": "

    People most vulnerable to Omicron would reportedly be offered experimental pill within 48 hours of testing positive

    The first at-home treatment for Covid-19 could reportedly be offered to UK patients before Christmas as an attempt to protect the most vulnerable from the Omicron variant.

    The Sunday Telegraph reported that Sajid Javid is set to launch a national pilot of the Molnupiravir antiviral pill, marketed as Lagevrio.

    Continue reading...", + "content": "

    People most vulnerable to Omicron would reportedly be offered experimental pill within 48 hours of testing positive

    The first at-home treatment for Covid-19 could reportedly be offered to UK patients before Christmas as an attempt to protect the most vulnerable from the Omicron variant.

    The Sunday Telegraph reported that Sajid Javid is set to launch a national pilot of the Molnupiravir antiviral pill, marketed as Lagevrio.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/05/covid-antiviral-pill-molnupiravirlagevrio-set-for-uk-at-home-trials", + "creator": "Press Association", + "pubDate": "2021-12-05T01:43:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220387,16 +245740,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c12719253ef524cc95a9aa5194933526" + "hash": "aca126d7a89b2533e2fd5f6c0f1f5398" }, { - "title": "Listen to the fish sing: scientists record 'mind-blowing' noises of restored coral reef", - "description": "

    Vibrant soundscape shows Indonesian reef devastated by blast fishing is returning to health

    From whoops to purrs, snaps to grunts, and foghorns to laughs, a cacophony of bizarre fish songs have shown that a coral reef in Indonesia has returned rapidly to health.

    Many of the noises had never been recorded before and the fish making these calls remain mysterious, despite the use of underwater speakers to try to “talk” to some.

    Continue reading...", - "content": "

    Vibrant soundscape shows Indonesian reef devastated by blast fishing is returning to health

    From whoops to purrs, snaps to grunts, and foghorns to laughs, a cacophony of bizarre fish songs have shown that a coral reef in Indonesia has returned rapidly to health.

    Many of the noises had never been recorded before and the fish making these calls remain mysterious, despite the use of underwater speakers to try to “talk” to some.

    Continue reading...", - "category": "Coral", - "link": "https://www.theguardian.com/environment/2021/dec/08/whoops-and-grunts-bizarre-fish-songs-raise-hopes-for-coral-reef-recovery", - "creator": "Damian Carrington Environment editor", - "pubDate": "2021-12-08T05:00:32Z", + "title": "We’re in our 70s and he’s perfect – except he doesn’t want sex…", + "description": "

    A compatible friend needs treasuring. You might need to look elsewhere for sex

    The question I met Tom online. We have now been dating for nearly two years, sometimes on Zoom as we live three hours away from each other. This is long-term relationship potential – except, from my side, for one thing.

    I am a deeply sexually alive person. Sex is an immense joy to me. Not only the explicit physical acts of it, but also the sharing, the play, all the openness and openheartedness. Tom is divorced and I suspect has not had much sexual experience. I think he is sexually repressed. I have always been open with him about wanting our relationship to become fully sexual. It never has been.

    Continue reading...", + "content": "

    A compatible friend needs treasuring. You might need to look elsewhere for sex

    The question I met Tom online. We have now been dating for nearly two years, sometimes on Zoom as we live three hours away from each other. This is long-term relationship potential – except, from my side, for one thing.

    I am a deeply sexually alive person. Sex is an immense joy to me. Not only the explicit physical acts of it, but also the sharing, the play, all the openness and openheartedness. Tom is divorced and I suspect has not had much sexual experience. I think he is sexually repressed. I have always been open with him about wanting our relationship to become fully sexual. It never has been.

    Continue reading...", + "category": "Relationships", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/05/were-in-our-70s-and-hes-perfect-except-he-doesnt-want-sex", + "creator": "Philippa Perry", + "pubDate": "2021-12-05T06:00:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220407,16 +245760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ff8d17c604371641ce185ae92ee1421" + "hash": "1f205d94d683cd1781a635542407b61d" }, { - "title": "Brexit may not stop EU’s gig economy reforms from reaching UK", - "description": "

    Analysis: UK-based firms may find it easier to fall in with Brussels’ proposals to give casual workers more rights

    The European Commission’s plans to protect people in precarious jobs in the gig economy could be the most ambitious extension of workers’ rights from Brussels since Britain left the EU.

    If adopted, the plans would mean that gig economy companies, such as Uber and Deliveroo, would have to treat workers as employees with minimum wages (where they exist), sick pay, holidays and better accident insurance, unless they could prove that drivers and couriers were genuinely self-employed.

    Continue reading...", - "content": "

    Analysis: UK-based firms may find it easier to fall in with Brussels’ proposals to give casual workers more rights

    The European Commission’s plans to protect people in precarious jobs in the gig economy could be the most ambitious extension of workers’ rights from Brussels since Britain left the EU.

    If adopted, the plans would mean that gig economy companies, such as Uber and Deliveroo, would have to treat workers as employees with minimum wages (where they exist), sick pay, holidays and better accident insurance, unless they could prove that drivers and couriers were genuinely self-employed.

    Continue reading...", - "category": "Gig economy", - "link": "https://www.theguardian.com/business/2021/dec/09/brexit-may-not-stop-eu-gig-economy-reforms-uk", - "creator": "Jennifer Rankin in Brussels", - "pubDate": "2021-12-09T10:00:09Z", + "title": "My role in clearing the man wrongly convicted for rape of Alice Sebold", + "description": "

    Why didn’t the writer, the US justice system and the media ask more questions given the miscarriage of justice, asks the film producer whose investigation led to exoneration of Anthony Broadwater

     Anthony Broadwater, a 61-year-old resident of Syracuse, New York state, and former marine, was exonerated last week of the brutal rape, assault and robbery of best-selling author Alice Sebold. He was convicted in 1982.

    Sebold was savagely attacked while walking home from a friend’s house late one night. Five months later, Sebold said she saw her attacker in Syracuse town centre.

    Continue reading...", + "content": "

    Why didn’t the writer, the US justice system and the media ask more questions given the miscarriage of justice, asks the film producer whose investigation led to exoneration of Anthony Broadwater

     Anthony Broadwater, a 61-year-old resident of Syracuse, New York state, and former marine, was exonerated last week of the brutal rape, assault and robbery of best-selling author Alice Sebold. He was convicted in 1982.

    Sebold was savagely attacked while walking home from a friend’s house late one night. Five months later, Sebold said she saw her attacker in Syracuse town centre.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/global/2021/dec/05/my-role-in-clearing-the-man-wrongly-convicted-for-of-alice-sebold", + "creator": "Timonthy Mucciante", + "pubDate": "2021-12-05T07:02:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220427,16 +245780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b515a697da939be0d6e2e4b14c289c06" + "hash": "0d93f594ec8f8e2845042a28fd96db14" }, { - "title": "Bob Dole, former US senator and presidential nominee, in his own words - video", - "description": "

    Bob Dole, the long-time Kansas senator who was the Republican nominee for president in 1996, has died at the age of 98. Born in Russell, Kansas in 1923, Dole served in the US infantry in the second world war, suffering serious wounds in Italy and winning a medal for bravery.

    In 1976 he was the Republican nominee for vice-president to Gerald Ford, in an election the sitting president lost to Jimmy Carter. Two decades later, aged 73, Dole won the nomination to take on Bill Clinton, to whom he lost.

    Continue reading...", - "content": "

    Bob Dole, the long-time Kansas senator who was the Republican nominee for president in 1996, has died at the age of 98. Born in Russell, Kansas in 1923, Dole served in the US infantry in the second world war, suffering serious wounds in Italy and winning a medal for bravery.

    In 1976 he was the Republican nominee for vice-president to Gerald Ford, in an election the sitting president lost to Jimmy Carter. Two decades later, aged 73, Dole won the nomination to take on Bill Clinton, to whom he lost.

    Continue reading...", - "category": "Republicans", - "link": "https://www.theguardian.com/us-news/video/2021/dec/05/bob-dole-former-us-senator-and-presidential-nominee-dies-aged-98-video-obituary", - "creator": "", - "pubDate": "2021-12-05T21:13:50Z", + "title": "Sunday with Claudia Schiffer: ‘Wine, cheese and a game of cards is my winter favourite’", + "description": "

    The model and actor cooks apple pancakes or else pasta bolognese, stares at the clouds, walks the dogs, enjoys a calm family day

    What does Sunday feel like? Calmness. I wake up naturally, no alarm. Monday to Friday, I’m up at 7am to make breakfast and do the school run. We live in the English countryside: rolling hills, fields, farmland. I love being surrounded by nature. Even when it’s raining I just watch the clouds.

    Do you cook? We normally have a long brunch with local produce – I like making my mother’s apple pancakes. That and pasta bolognese are about the only things I can cook. Drinking is seasonal: summer is perfect for a rosé; red wine, cheese and a game of cards is my absolute favourite winter afternoon.

    Continue reading...", + "content": "

    The model and actor cooks apple pancakes or else pasta bolognese, stares at the clouds, walks the dogs, enjoys a calm family day

    What does Sunday feel like? Calmness. I wake up naturally, no alarm. Monday to Friday, I’m up at 7am to make breakfast and do the school run. We live in the English countryside: rolling hills, fields, farmland. I love being surrounded by nature. Even when it’s raining I just watch the clouds.

    Do you cook? We normally have a long brunch with local produce – I like making my mother’s apple pancakes. That and pasta bolognese are about the only things I can cook. Drinking is seasonal: summer is perfect for a rosé; red wine, cheese and a game of cards is my absolute favourite winter afternoon.

    Continue reading...", + "category": "Sunday with…", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/05/sunday-with-claudia-schiffer-wine-cheese-and-cards-is-my-winter-favourite-", + "creator": "Michael Segalov", + "pubDate": "2021-12-05T06:41:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220447,16 +245800,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cbbc6d7bfc3302130933b5c28416762" + "hash": "e546eab56c290f4b4bf5aadad628efe9" }, { - "title": "Debacle over No 10 Christmas party ‘threatens efforts to control pandemic’", - "description": "

    Scientists say rule-breaking ‘could damage public compliance behaviours when they are more important than ever’

    The debacle over the No 10 Christmas party threatens to undermine efforts to control the Covid pandemic at a time when the Omicron variant is fuelling fears of an imminent and major wave of disease, say scientists.

    A so-called Cummings effect last year led to “negative and lasting consequences” on public trust following the lockdown-busting trips made by Boris Johnson’s aide, Dominic Cummings, researchers found.

    Continue reading...", - "content": "

    Scientists say rule-breaking ‘could damage public compliance behaviours when they are more important than ever’

    The debacle over the No 10 Christmas party threatens to undermine efforts to control the Covid pandemic at a time when the Omicron variant is fuelling fears of an imminent and major wave of disease, say scientists.

    A so-called Cummings effect last year led to “negative and lasting consequences” on public trust following the lockdown-busting trips made by Boris Johnson’s aide, Dominic Cummings, researchers found.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/09/debacle-over-no-10-christmas-party-threatens-efforts-to-control-pandemic", - "creator": "Ian Sample Science editor", - "pubDate": "2021-12-09T06:00:03Z", + "title": "‘Historical accident’: how abortion came to focus white, evangelical anger", + "description": "

    A short history of the Rose decision’s emergence as a signature cause for the right

    Public opinion on abortion in the US has changed little since 1973, when the supreme court in effect legalized the procedure nationally in its ruling on the case Roe v Wade. According to Gallup, which has the longest-running poll on the issue, about four in five Americans believe abortion should be legal, at least in some circumstances.

    Yet the politics of abortion have opened deep divisions in the last five decades, which have only grown more profound in recent years of polarization. In 2021, state legislators have passed dozens of restrictions to abortion access, making it the most hostile year to abortion rights on record.

    Continue reading...", + "content": "

    A short history of the Rose decision’s emergence as a signature cause for the right

    Public opinion on abortion in the US has changed little since 1973, when the supreme court in effect legalized the procedure nationally in its ruling on the case Roe v Wade. According to Gallup, which has the longest-running poll on the issue, about four in five Americans believe abortion should be legal, at least in some circumstances.

    Yet the politics of abortion have opened deep divisions in the last five decades, which have only grown more profound in recent years of polarization. In 2021, state legislators have passed dozens of restrictions to abortion access, making it the most hostile year to abortion rights on record.

    Continue reading...", + "category": "Abortion", + "link": "https://www.theguardian.com/world/2021/dec/05/abortion-opposition-focus-white-evangelical-anger", + "creator": "Jessica Glenza", + "pubDate": "2021-12-05T06:50:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220467,16 +245820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7cde84567189757de5af9ad66326317" + "hash": "1c8f9616e4a237e0f1f42ac3c4262c0c" }, { - "title": "Ashes 2021-22: Australia v England first Test, day two – live!", - "description": "

    While you wait (and contemplate the inherent fairness of cricketing conditions), here are a couple of typically excellent pieces following yesterday’s events. This was Geoff capturing the vibe inside the Gabba...

    More weather talk. It’s important to gather more than one source - here is our colleague Geoff Lemon on the ground in Brisbane.

    Continue reading...", - "content": "

    While you wait (and contemplate the inherent fairness of cricketing conditions), here are a couple of typically excellent pieces following yesterday’s events. This was Geoff capturing the vibe inside the Gabba...

    More weather talk. It’s important to gather more than one source - here is our colleague Geoff Lemon on the ground in Brisbane.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/live/2021/dec/09/ashes-2021-22-day-2-two-cricket-australia-vs-england-first-test-live-score-card-aus-v-eng-start-time-latest-updates", - "creator": "Sam Perry (now) and Daniel Harris (later)", - "pubDate": "2021-12-08T23:10:50Z", + "title": "Let him be: how McCartney saved roadie from arrest after Beatles final concert", + "description": "

    Diaries of band’s road manager, Mal Evans, revealing chaos at gig to feature in major biography

    The police famously tried to shut down the Beatles’s rooftop concert on 30 January 1969, over concerns of breach of the peace, in what was to be the band’s final public performance. Now a further backstage drama has emerged with the revelation that Paul McCartney afterwards used his charm to stop a police officer from arresting their road manager and confidant, Mal Evans.

    Kenneth Womack, one of the world’s foremost Beatles scholars, told the Observer: “It turns out that Mal was actually arrested that day but managed to get out of it only when Paul went into PR mode and changed the copper’s mind after the show.”

    Continue reading...", + "content": "

    Diaries of band’s road manager, Mal Evans, revealing chaos at gig to feature in major biography

    The police famously tried to shut down the Beatles’s rooftop concert on 30 January 1969, over concerns of breach of the peace, in what was to be the band’s final public performance. Now a further backstage drama has emerged with the revelation that Paul McCartney afterwards used his charm to stop a police officer from arresting their road manager and confidant, Mal Evans.

    Kenneth Womack, one of the world’s foremost Beatles scholars, told the Observer: “It turns out that Mal was actually arrested that day but managed to get out of it only when Paul went into PR mode and changed the copper’s mind after the show.”

    Continue reading...", + "category": "The Beatles", + "link": "https://www.theguardian.com/music/2021/dec/05/how-paul-mccartney-saved-roadie-from-arrest-after-beatles-final-concert-mal-evans", + "creator": "Dalya Alberge", + "pubDate": "2021-12-05T06:41:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220487,16 +245840,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa42ddf4a607105249d63428a5455cbd" + "hash": "422a2adb628ffdf9515094358e72d323" }, { - "title": "Ghislaine Maxwell trial: third accuser’s ex-boyfriend corroborates her account", - "description": "

    ‘Shawn’ says he drove Carolyn to Epstein’s house every few weeks, after she testified Maxwell scheduled sexualized massages with Epstein

    • This article contains depictions of sexual abuse

    The former boyfriend of the third accuser to testify in Ghislaine Maxwell’s sex-trafficking trial in New York corroborated details of her account during his testimony Wednesday.

    This accuser, Carolyn, had testified Tuesday that Maxwell scheduled sexualized massages with Jeffrey Epstein starting when Carloyn was 14, and that Maxwell groped her. Carolyn said that she had told Maxwell about having been sexually abused as a child.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "content": "

    ‘Shawn’ says he drove Carolyn to Epstein’s house every few weeks, after she testified Maxwell scheduled sexualized massages with Epstein

    • This article contains depictions of sexual abuse

    The former boyfriend of the third accuser to testify in Ghislaine Maxwell’s sex-trafficking trial in New York corroborated details of her account during his testimony Wednesday.

    This accuser, Carolyn, had testified Tuesday that Maxwell scheduled sexualized massages with Jeffrey Epstein starting when Carloyn was 14, and that Maxwell groped her. Carolyn said that she had told Maxwell about having been sexually abused as a child.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/08/ghislaine-maxwell-sex-trafficking-trial-third-accuser-ex-boyfriend", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-08T20:36:42Z", + "title": "The Observer view on Russia’s threat to Ukraine | Observer editorial", + "description": "Putin regards Ukraine as stolen territory and as the US focuses on China and Covid, Moscow is waiting to strike

    Vladimir Putin is an old-fashioned sort of guy. He yearns for the days when the Soviet Union was a great power. He still views western democracies as adversaries, to be confounded whenever possible. And he has never reconciled to the post-Soviet loss of cold war-era satellite republics in eastern Europe. This is especially true of Ukraine.

    The Russian view that Ukraine is stolen territory to which it has a natural right has roots in tsarist times and before. Ukrainians (and Belarusians) were habitually called “little Russians”. Indigenous narratives stress a common history and common faith indissolubly linking two brotherly eastern Slavic races. Putin has repeatedly stated that “Russians and Ukrainians are one people”.

    Continue reading...", + "content": "Putin regards Ukraine as stolen territory and as the US focuses on China and Covid, Moscow is waiting to strike

    Vladimir Putin is an old-fashioned sort of guy. He yearns for the days when the Soviet Union was a great power. He still views western democracies as adversaries, to be confounded whenever possible. And he has never reconciled to the post-Soviet loss of cold war-era satellite republics in eastern Europe. This is especially true of Ukraine.

    The Russian view that Ukraine is stolen territory to which it has a natural right has roots in tsarist times and before. Ukrainians (and Belarusians) were habitually called “little Russians”. Indigenous narratives stress a common history and common faith indissolubly linking two brotherly eastern Slavic races. Putin has repeatedly stated that “Russians and Ukrainians are one people”.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/commentisfree/2021/dec/05/observer-view-on-russia-threat-to-ukraine", + "creator": "Observer editorial", + "pubDate": "2021-12-05T06:30:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220507,16 +245860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "db0d73a4c067b491c991094be611b6db" + "hash": "bd181b7da3d52aff845f1e4e2b2890df" }, { - "title": "Robbie Shakespeare, of Sly and Robbie fame, dies at age 68", - "description": "

    The Jamaican Grammy-winning bassist was part of the duo with Sly Dunbar and worked with such artists as Mick Jagger and Grace Jones

    Robbie Shakespeare, acclaimed bassist and record producer, has died at the age of 68. The Jamaican artist was part of the duo Sly and Robbie with Sly Dunbar.

    According to The Jamaica Gleaner, Shakespeare had recently undergone surgery related to his kidneys. He had been in hospital in Florida.

    Continue reading...", - "content": "

    The Jamaican Grammy-winning bassist was part of the duo with Sly Dunbar and worked with such artists as Mick Jagger and Grace Jones

    Robbie Shakespeare, acclaimed bassist and record producer, has died at the age of 68. The Jamaican artist was part of the duo Sly and Robbie with Sly Dunbar.

    According to The Jamaica Gleaner, Shakespeare had recently undergone surgery related to his kidneys. He had been in hospital in Florida.

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/music/2021/dec/08/robbie-shakespeare-sly-and-robbie-dies", - "creator": "Benjamin Lee", - "pubDate": "2021-12-08T23:42:09Z", + "title": "Kenya: more than 20 drown as bus is swept away in flooded river", + "description": "

    Vehicle travelling to wedding keels over and sinks in fast-flowing waters in Kitui County

    More than 20 people drowned on Saturday when a bus travelling to a wedding in Kenya was swept away by fast-flowing waters as it tried to cross a flooded river.

    Onlookers screamed as the yellow school bus hired to take a church choir and other revellers to the ceremony in Kitui County keeled over and sank as the driver tried to navigate the surging waters.

    Continue reading...", + "content": "

    Vehicle travelling to wedding keels over and sinks in fast-flowing waters in Kitui County

    More than 20 people drowned on Saturday when a bus travelling to a wedding in Kenya was swept away by fast-flowing waters as it tried to cross a flooded river.

    Onlookers screamed as the yellow school bus hired to take a church choir and other revellers to the ceremony in Kitui County keeled over and sank as the driver tried to navigate the surging waters.

    Continue reading...", + "category": "Kenya", + "link": "https://www.theguardian.com/world/2021/dec/04/kenya-more-than-20-drown-as-bus-is-swept-away-in-flooded-river", + "creator": "Agence France-Presse", + "pubDate": "2021-12-04T16:59:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220527,16 +245880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc47c10a55f2f0e4558e3d7dca88303c" + "hash": "1c10f44a7edf51f02ebbdf2c173f35bb" }, { - "title": "Sam Kerr knocks pitch invader to ground during Champions League match", - "description": "
    • Australia captain sends man sprawling at Kingsmeadow
    • Chelsea striker booked for incident in game against Juventus

    Chelsea striker Sam Kerr was booked after barging into a pitch invader and knocking him to the ground during the Blues’ Champions League clash with Juventus at Kingsmeadow.

    In the closing stages of the group stage game, the man entered the field and briefly held up play before he was sent sprawling as the Australia captain dropped her shoulder and ran into him.

    Continue reading...", - "content": "
    • Australia captain sends man sprawling at Kingsmeadow
    • Chelsea striker booked for incident in game against Juventus

    Chelsea striker Sam Kerr was booked after barging into a pitch invader and knocking him to the ground during the Blues’ Champions League clash with Juventus at Kingsmeadow.

    In the closing stages of the group stage game, the man entered the field and briefly held up play before he was sent sprawling as the Australia captain dropped her shoulder and ran into him.

    Continue reading...", - "category": "Sam Kerr", - "link": "https://www.theguardian.com/sport/2021/dec/09/sam-kerr-knocks-pitch-invader-to-ground-during-champions-league-match", - "creator": "Guardian sport", - "pubDate": "2021-12-09T01:23:49Z", + "title": "The Last Matinee review – carnage in the aisles in cinema-set giallo-style slasher", + "description": "

    Maximiliano Contenti’s horror flick attempts to unpick voyeurism but lacks the sophistication of others in the genre

    Nostalgia for idiosyncratic analogue film style is the simplest explanation for the recent giallo revival – but maybe there’s more to it than that. This most stylised of horror modes is perfect for our over-aestheticised age, so the newcomers – such as Berberian Sound Studio, Censor and Sound of Violence – make artists and viewers accessories to violence, often unleashed through that giallo mainstay, the power of the gaze. Set almost entirely in a tatty Montevideo rep cinema, Uruguayan slasher The Last Matinee joins this voyeuristic club, even if it ends up more in the raw than the refined camp.

    On a rainswept night in 1993, engineering student Ana (Luciana Grasso) insists on taking over projectionist duties for a screening of Frankenstein: Day of the Beast (an in-joke – it was released in 2011 and was directed by Ricardo Islas, who plays the killer here). She shuts herself in the booth, trying to ignore the inane banter of usher Mauricio (Pedro Duarte) – but neither have noticed a heavy-set trenchcoated bogeyman enter the auditorium to size up that night’s film faithful: three teenagers, an awkward couple on a first date, a flat-capped pensioner and a underage kid stowaway (Franco Durán).

    Continue reading...", + "content": "

    Maximiliano Contenti’s horror flick attempts to unpick voyeurism but lacks the sophistication of others in the genre

    Nostalgia for idiosyncratic analogue film style is the simplest explanation for the recent giallo revival – but maybe there’s more to it than that. This most stylised of horror modes is perfect for our over-aestheticised age, so the newcomers – such as Berberian Sound Studio, Censor and Sound of Violence – make artists and viewers accessories to violence, often unleashed through that giallo mainstay, the power of the gaze. Set almost entirely in a tatty Montevideo rep cinema, Uruguayan slasher The Last Matinee joins this voyeuristic club, even if it ends up more in the raw than the refined camp.

    On a rainswept night in 1993, engineering student Ana (Luciana Grasso) insists on taking over projectionist duties for a screening of Frankenstein: Day of the Beast (an in-joke – it was released in 2011 and was directed by Ricardo Islas, who plays the killer here). She shuts herself in the booth, trying to ignore the inane banter of usher Mauricio (Pedro Duarte) – but neither have noticed a heavy-set trenchcoated bogeyman enter the auditorium to size up that night’s film faithful: three teenagers, an awkward couple on a first date, a flat-capped pensioner and a underage kid stowaway (Franco Durán).

    Continue reading...", + "category": "Horror films", + "link": "https://www.theguardian.com/film/2021/nov/29/the-last-matinee-review-maximiliano-contenti-giallo-genre-voyeurism", + "creator": "Phil Hoad", + "pubDate": "2021-12-04T14:24:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220547,16 +245900,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9b2ec353dbfe4a71c6e67627aca7840" + "hash": "0bc084c5276a196b795aad77961a26a5" }, { - "title": "Covid news live: England moves to ‘plan B’; three Pfizer shots can ‘neutralise’ Omicron, lab tests show", - "description": "

    British prime minister Boris Johnson has rushed forward new Covid restrictions amid fears of an exponential rise in the Omicron variant; Pfizer says third jab increases antibodies by factor of 25

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", - "content": "

    British prime minister Boris Johnson has rushed forward new Covid restrictions amid fears of an exponential rise in the Omicron variant; Pfizer says third jab increases antibodies by factor of 25

    Cuba has detected its first case of the Omicron Covid variant, according to Cuban state media agency ACN.

    The case was identified in a person who had travelled from Mozambique.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/09/covid-news-live-england-moves-to-plan-b-three-pfizer-shots-can-neutralise-omicron-lab-tests-show", - "creator": "Samantha Lock", - "pubDate": "2021-12-09T05:22:01Z", + "title": "Chris Cuomo fired by CNN for helping brother Andrew fight sexual misconduct charges", + "description": "
    • Primetime anchor was suspended on Tuesday
    • Network says ‘additional information’ has come to light

    CNN has fired the primetime anchor Chris Cuomo for trying to help his brother, the former New York governor Andrew Cuomo, fight accusations of sexual misconduct which resulted in his resignation.

    Announcing the firing on Saturday, CNN said “additional information” had come to light.

    Continue reading...", + "content": "
    • Primetime anchor was suspended on Tuesday
    • Network says ‘additional information’ has come to light

    CNN has fired the primetime anchor Chris Cuomo for trying to help his brother, the former New York governor Andrew Cuomo, fight accusations of sexual misconduct which resulted in his resignation.

    Announcing the firing on Saturday, CNN said “additional information” had come to light.

    Continue reading...", + "category": "CNN", + "link": "https://www.theguardian.com/media/2021/dec/04/chris-cuomo-fired-cnn-brother-andrew-sexual-misconduct-charges", + "creator": "Martin Pengelly in New York", + "pubDate": "2021-12-04T22:43:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220567,16 +245920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e0f7b2538bbfa11e0e5065095698380" + "hash": "f0368ebe85a15a610aae90a7ea65a3f9" }, { - "title": "Three doses of Pfizer vaccine likely to protect against Omicron infection, tests suggest", - "description": "

    Initial findings indicate stark reduction in protection against new Covid variant from two vaccine doses

    Three doses of the Pfizer/BioNTech vaccine are likely to protect against infection with the Omicron variant but two doses may not, according to laboratory data that will increase pressure to speed up booster programmes.

    Tests using antibodies in blood samples have given some of the first insights into how far Omicron escapes immunity, showing a stark drop-off in the predicted protection against infection or any type of disease for people who have had two doses. The findings suggest that, for Omicron, Pfizer/BioNTech should now be viewed as a “three-dose vaccine”.

    Continue reading...", - "content": "

    Initial findings indicate stark reduction in protection against new Covid variant from two vaccine doses

    Three doses of the Pfizer/BioNTech vaccine are likely to protect against infection with the Omicron variant but two doses may not, according to laboratory data that will increase pressure to speed up booster programmes.

    Tests using antibodies in blood samples have given some of the first insights into how far Omicron escapes immunity, showing a stark drop-off in the predicted protection against infection or any type of disease for people who have had two doses. The findings suggest that, for Omicron, Pfizer/BioNTech should now be viewed as a “three-dose vaccine”.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/08/omicron-can-partially-evade-covid-vaccine-protection-study-finds", - "creator": "Hannah Devlin Science correspondent", - "pubDate": "2021-12-08T22:16:39Z", + "title": "‘HMRC gave me £775,000 by mistake – and it’s turned into a nightmare’", + "description": "

    Staff processing a £23 parcels duty rebate paid the life-changing sum into a woman’s bank account

    A woman who woke up to find more than three-quarters of a million pounds had been deposited in her bank account by HMRC has described how she spent a year waiting for it to realise its mistake and reclaim the money and worrying about what would happen when it did.

    In August 2020, Helen Peters*, a self-employed mother of a five-year-old, looked at her bank statement and found that instead of being mildly overdrawn, a £774,839.39 Bacs payment from the Revenue had sent her account very much into the black.

    Continue reading...", + "content": "

    Staff processing a £23 parcels duty rebate paid the life-changing sum into a woman’s bank account

    A woman who woke up to find more than three-quarters of a million pounds had been deposited in her bank account by HMRC has described how she spent a year waiting for it to realise its mistake and reclaim the money and worrying about what would happen when it did.

    In August 2020, Helen Peters*, a self-employed mother of a five-year-old, looked at her bank statement and found that instead of being mildly overdrawn, a £774,839.39 Bacs payment from the Revenue had sent her account very much into the black.

    Continue reading...", + "category": "Tax", + "link": "https://www.theguardian.com/money/2021/dec/04/hmrc-mistake-return-cash-revenue", + "creator": "Miles Brignall and Patrick Collinson", + "pubDate": "2021-12-04T07:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220587,16 +245940,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f05d568ce44f464fc2b8ab51f4c52bab" + "hash": "f4635d55296d6ac3330cd9b44c43ec28" }, { - "title": "‘Give me my baby’: an Indian woman’s fight to reclaim her son after adoption without consent", - "description": "

    Anupama S Chandran’s newborn child was sent away by her parents, who were unhappy that his father was from the Dalit caste

    Through the rains and steamy heat of November, day and night, Anupama S Chandran sat by the gates of the Kerala state secretariat. She refused to eat, drink or be moved. Her single demand was written on a placard: “Give me my baby.”

    The story of Chandran’s fight to get back her child, who was snatched from her by her own family days after he was born and put up for adoption without her knowledge, is one that has been greeted with both horror and a sad familiarity in India.

    Continue reading...", - "content": "

    Anupama S Chandran’s newborn child was sent away by her parents, who were unhappy that his father was from the Dalit caste

    Through the rains and steamy heat of November, day and night, Anupama S Chandran sat by the gates of the Kerala state secretariat. She refused to eat, drink or be moved. Her single demand was written on a placard: “Give me my baby.”

    The story of Chandran’s fight to get back her child, who was snatched from her by her own family days after he was born and put up for adoption without her knowledge, is one that has been greeted with both horror and a sad familiarity in India.

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/2021/dec/09/give-me-my-baby-an-indian-womans-fight-to-reclaim-her-son-after-adoption-without-consent", - "creator": "Hannah Ellis-Petersen in Delhi", - "pubDate": "2021-12-09T05:00:02Z", + "title": "WHO says no deaths reported from Omicron yet as Covid variant spreads", + "description": "

    US and Australia become latest countries to confirm locally transmitted cases

    The Omicron variant has been detected in at least 38 countries but no deaths have yet been reported, the World Health Organization has said, amid warnings that it could damage the global economic recovery.

    The United States and Australia became the latest countries to confirm locally transmitted cases of the variant, as Omicron infections pushed South Africa’s total cases past 3 million.

    Continue reading...", + "content": "

    US and Australia become latest countries to confirm locally transmitted cases

    The Omicron variant has been detected in at least 38 countries but no deaths have yet been reported, the World Health Organization has said, amid warnings that it could damage the global economic recovery.

    The United States and Australia became the latest countries to confirm locally transmitted cases of the variant, as Omicron infections pushed South Africa’s total cases past 3 million.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/04/who-says-no-deaths-reported-from-omicron-yet-as-covid-variant-spreads", + "creator": "Staff and agencies", + "pubDate": "2021-12-04T05:22:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220607,16 +245960,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26bae58b5cb9e782a65773d90d6182e8" + "hash": "abaa236acd638912f4d4e13936575915" }, { - "title": "Why is there a row in the UK about Boris Johnson and Christmas parties?", - "description": "

    Controversy centres on alleged get-togethers at Downing Street last year when London was under strict lockdown

    On Tuesday last week, the British tabloid newspaper, the Mirror, published a story that claimed parties had been held at Johnson’s Downing Street residence in the run-up to Christmas last year.

    Continue reading...", - "content": "

    Controversy centres on alleged get-togethers at Downing Street last year when London was under strict lockdown

    On Tuesday last week, the British tabloid newspaper, the Mirror, published a story that claimed parties had been held at Johnson’s Downing Street residence in the run-up to Christmas last year.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/dec/08/why-is-there-a-row-in-the-uk-about-boris-johnson-and-christmas-parties", - "creator": "Nick Hopkins in London", - "pubDate": "2021-12-08T16:07:27Z", + "title": "A city divided: as Sydney comes back to life, scars of lockdown linger in the west", + "description": "

    In the suburbs hardest hit by Covid restrictions, the economic and psychological recovery has been slow to come

    Sydney barista Minh Bui rarely used to have time to sit down at her own cafe, but this weekday morning she’s in no rush. It’s just her and two women seated in the corner.

    Asked how business is at her Liverpool cafe since Sydney’s lockdown lifted, Bui motions to the empty seats around her.

    Continue reading...", + "content": "

    In the suburbs hardest hit by Covid restrictions, the economic and psychological recovery has been slow to come

    Sydney barista Minh Bui rarely used to have time to sit down at her own cafe, but this weekday morning she’s in no rush. It’s just her and two women seated in the corner.

    Asked how business is at her Liverpool cafe since Sydney’s lockdown lifted, Bui motions to the empty seats around her.

    Continue reading...", + "category": "Sydney", + "link": "https://www.theguardian.com/australia-news/2021/dec/05/a-city-divided-as-sydney-comes-back-to-life-scars-of-lockdown-linger-in-the-west", + "creator": "Mostafa Rachwani", + "pubDate": "2021-12-04T19:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220627,16 +245980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc0042a5087320705ac9476419fb7ab6" + "hash": "84475ea9bea5d5abcb15ee511df9f385" }, { - "title": "White Island anniversary passes quietly, with healing – and reckoning", - "description": "

    Two years ago New Zealand’s Whakaari volcano eruption killed 22 people and changed the lives of many others forever

    On a pristine day two years ago, a group of mostly international day-trippers boarded boats and chugged over to Whakaari/White Island, a small active volcano and popular tourist destination 48km off New Zealand’s east coast. The guests roamed the moon-like landscape, observing the strangeness of a bubbling, living rock. But below the surface, pressure was building.

    At 2.11pm, while 47 people were on the island, the volcano erupted, spewing a mushroom cloud of steam, gases, rock and ash into the air. The eruption killed 22 people, seriously injured 25 and changed the lives of many families forever. It became the country’s deadliest volcanic disaster since the 1886 eruption of Mount Tarawera.

    Continue reading...", - "content": "

    Two years ago New Zealand’s Whakaari volcano eruption killed 22 people and changed the lives of many others forever

    On a pristine day two years ago, a group of mostly international day-trippers boarded boats and chugged over to Whakaari/White Island, a small active volcano and popular tourist destination 48km off New Zealand’s east coast. The guests roamed the moon-like landscape, observing the strangeness of a bubbling, living rock. But below the surface, pressure was building.

    At 2.11pm, while 47 people were on the island, the volcano erupted, spewing a mushroom cloud of steam, gases, rock and ash into the air. The eruption killed 22 people, seriously injured 25 and changed the lives of many families forever. It became the country’s deadliest volcanic disaster since the 1886 eruption of Mount Tarawera.

    Continue reading...", - "category": "White Island volcano", - "link": "https://www.theguardian.com/world/2021/dec/09/white-island-anniversary-passes-quietly-with-healing-and-reckoning-far-from-over", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-12-08T23:26:39Z", + "title": "Political activist Paddy Gibson allegedly threatened by three men who tried to break into his Sydney home", + "description": "

    Campaigner called outside by trio on Saturday night before window smashed with Greens MP warning of ‘troubling escalation of political violence’

    A prominent political activist has allegedly been threatened in his Sydney home by three men who appeared to try to force their way inside before fleeing when police were called.

    Paddy Gibson, an activist with the Solidarity socialist movement and a researcher at University of Technology Sydney, said he was at home with his partner when he heard loud banging on his door about 7.30pm on Saturday night.

    Continue reading...", + "content": "

    Campaigner called outside by trio on Saturday night before window smashed with Greens MP warning of ‘troubling escalation of political violence’

    A prominent political activist has allegedly been threatened in his Sydney home by three men who appeared to try to force their way inside before fleeing when police were called.

    Paddy Gibson, an activist with the Solidarity socialist movement and a researcher at University of Technology Sydney, said he was at home with his partner when he heard loud banging on his door about 7.30pm on Saturday night.

    Continue reading...", + "category": "Sydney", + "link": "https://www.theguardian.com/australia-news/2021/dec/05/political-activist-paddy-gibson-allegedly-threatened-by-three-men-who-tried-to-break-into-his-sydney-home", + "creator": "Nino Bucci", + "pubDate": "2021-12-05T07:09:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220647,16 +246000,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34c58714c87ecc936cd5bf51d440594e" + "hash": "271f62767c115edc716090b278cd2c1f" }, { - "title": "Nasa’s new space telescope and its search for extraterrestrial life | podcast", - "description": "

    On 22 December, if all goes to plan, the £7.5bn James Webb space telescope (JWST) will be blasted into space on top of a giant European Ariane 5 rocket. As it travels to its final destination – a point about a million miles away – it will begin to unfold its gold, honeycombed mirror; a vast light-catching bucket that could give us a view of the universe deeper and more sensitive than we’ve ever had before.

    JWST could also reveal clues about possible life-supporting planets inside our galaxy. One astronomer who will be eagerly deciphering those clues is Prof Beth Biller, who joined Guardian science editor Ian Sample this week.

    Archive: CNBC, Dr Becky, Launch Pad Astronomy

    Continue reading...", - "content": "

    On 22 December, if all goes to plan, the £7.5bn James Webb space telescope (JWST) will be blasted into space on top of a giant European Ariane 5 rocket. As it travels to its final destination – a point about a million miles away – it will begin to unfold its gold, honeycombed mirror; a vast light-catching bucket that could give us a view of the universe deeper and more sensitive than we’ve ever had before.

    JWST could also reveal clues about possible life-supporting planets inside our galaxy. One astronomer who will be eagerly deciphering those clues is Prof Beth Biller, who joined Guardian science editor Ian Sample this week.

    Archive: CNBC, Dr Becky, Launch Pad Astronomy

    Continue reading...", - "category": "James Webb space telescope", - "link": "https://www.theguardian.com/science/audio/2021/dec/09/nasas-new-space-telescope-and-its-search-for-extraterrestrial-life", - "creator": "Produced and presented by Madeleine Finlay with Ian Sample. Sound design by Axel Kacoutié", - "pubDate": "2021-12-09T05:00:02Z", + "title": "How probable is it Omicron Covid variant will take hold in UK?", + "description": "

    Analysis: UK’s early vaccine deployment and use of different vaccines from South Africa mean it’s too soon to say

    Omicron is causing consternation around the world, with the variant found to be behind an exponential rise in Covid cases in South Africa. Yet with just 42 cases confirmed in the UK so far, and most European countries seeing numbers in the double rather than triple figures, could this be a tentative sign the variant may fail to take hold outside southern Africa? The bottom line is, it is too soon to say.

    One issue is that there are important differences that make it difficult to compare the situations in South Africa and beyond.

    Continue reading...", + "content": "

    Analysis: UK’s early vaccine deployment and use of different vaccines from South Africa mean it’s too soon to say

    Omicron is causing consternation around the world, with the variant found to be behind an exponential rise in Covid cases in South Africa. Yet with just 42 cases confirmed in the UK so far, and most European countries seeing numbers in the double rather than triple figures, could this be a tentative sign the variant may fail to take hold outside southern Africa? The bottom line is, it is too soon to say.

    One issue is that there are important differences that make it difficult to compare the situations in South Africa and beyond.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/02/how-probable-omicron-covid-variant-take-hold-uk", + "creator": "Nicola Davis", + "pubDate": "2021-12-02T17:31:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220667,16 +246020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f62bc88dbab2e3ef2daf37c8af1cacd" + "hash": "82377fe51c6e2019aa63bc99491d026e" }, { - "title": "Poll shows Anglo-French antipathy on rise amid post-Brexit bickering", - "description": "

    Exclusive: political tensions prompt increase in numbers of French with negative view of Brits and vice versa

    A year of post-Brexit bickering has left the French and the British feeling significantly less well disposed towards each other, a poll shows.

    After ill-tempered exchanges over everything from fishing to submarines and Covid travel rules to the Northern Ireland protocol, the YouGov poll found that favourable opinions of the British had slid in France and other EU countries.

    Continue reading...", - "content": "

    Exclusive: political tensions prompt increase in numbers of French with negative view of Brits and vice versa

    A year of post-Brexit bickering has left the French and the British feeling significantly less well disposed towards each other, a poll shows.

    After ill-tempered exchanges over everything from fishing to submarines and Covid travel rules to the Northern Ireland protocol, the YouGov poll found that favourable opinions of the British had slid in France and other EU countries.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2021/dec/08/poll-shows-anglo-french-antipathy-on-rise-amid-post-brexit-bickering", - "creator": "Jon Henley in Paris", - "pubDate": "2021-12-08T16:41:56Z", + "title": "Police treated us like criminals, say families of girls trafficked to Islamic State in Syria", + "description": "

    British authorities accused of interrogating parents who came seeking help when their daughters went missing

    Details of how police attempted to criminalise British families whose children were trafficked to Islamic State (IS) in Syria are revealed in a series of testimonies that show how grieving parents were initially treated as suspects and then abandoned by the authorities.

    One described being “treated like a criminal” and later realising that police were only interested in acquiring intelligence on IS instead of trying to help find their loved one. Another told how their home had been raided after they approached police for help to track down a missing relative.

    Continue reading...", + "content": "

    British authorities accused of interrogating parents who came seeking help when their daughters went missing

    Details of how police attempted to criminalise British families whose children were trafficked to Islamic State (IS) in Syria are revealed in a series of testimonies that show how grieving parents were initially treated as suspects and then abandoned by the authorities.

    One described being “treated like a criminal” and later realising that police were only interested in acquiring intelligence on IS instead of trying to help find their loved one. Another told how their home had been raided after they approached police for help to track down a missing relative.

    Continue reading...", + "category": "Home Office", + "link": "https://www.theguardian.com/politics/2021/dec/04/police-treated-us-like-criminals-say-families-of-girls-trafficked-to-islamic-state-in-syria", + "creator": "Mark Townsend Home Affairs Editor", + "pubDate": "2021-12-04T13:00:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220687,16 +246040,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7821d03dcde511306f5f3956431a5c8" + "hash": "afa02337b2cac28b47f950f48c51fa16" }, { - "title": "Recovering from burnout, I’ve become very self-protective. How do I step back into the swim? | Leading questions", - "description": "

    You’ve done a brave thing by changing your life, writes advice columnist Eleanor Gordon-Smith, don’t let that change become its own chore

    After years of struggling with a punishing combination of emotional instability and over-work in high pressure jobs, I eventually got sick, dropped out and am finally on the road to recovery, with a new understanding of how to take better care of my mental health and the value of a healthy body.

    I’ve been appreciating simple pleasures, good old friends and the benefits of a quiet life, but it’s a particularly daunting time to start stepping back into the swim. Although I’m now aware of people and situations that aren’t good for me, I have become very self-protective – not helped by the pandemic. It’s very easy to decide it’s too crazy and unkind out there.

    Continue reading...", - "content": "

    You’ve done a brave thing by changing your life, writes advice columnist Eleanor Gordon-Smith, don’t let that change become its own chore

    After years of struggling with a punishing combination of emotional instability and over-work in high pressure jobs, I eventually got sick, dropped out and am finally on the road to recovery, with a new understanding of how to take better care of my mental health and the value of a healthy body.

    I’ve been appreciating simple pleasures, good old friends and the benefits of a quiet life, but it’s a particularly daunting time to start stepping back into the swim. Although I’m now aware of people and situations that aren’t good for me, I have become very self-protective – not helped by the pandemic. It’s very easy to decide it’s too crazy and unkind out there.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/09/recovering-from-burnout-ive-become-very-self-protective-how-do-i-step-back-into-the-swim", - "creator": "Eleanor Gordon-Smith", - "pubDate": "2021-12-09T03:08:41Z", + "title": "‘The right is back’: Gaullists pick female candidate Valérie Pécresse to take on Macron", + "description": "

    Former minister is surprise winner of Les Républicains’ nomination, beating high-profile names such as Michel Barnier

    France’s rightwing opposition party has chosen a female candidate for next year’s presidential election for the first time in its history.

    Valérie Pécresse emerged victorious after two rounds of voting by members of Les Républicains that unexpectedly saw favourites including “Monsieur Brexit” Michel Barnier knocked out in the first vote last week.

    Continue reading...", + "content": "

    Former minister is surprise winner of Les Républicains’ nomination, beating high-profile names such as Michel Barnier

    France’s rightwing opposition party has chosen a female candidate for next year’s presidential election for the first time in its history.

    Valérie Pécresse emerged victorious after two rounds of voting by members of Les Républicains that unexpectedly saw favourites including “Monsieur Brexit” Michel Barnier knocked out in the first vote last week.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/04/pecresse-chosen-as-french-centre-rights-first-female-candidate-for-presidency", + "creator": "Kim Willsher in Paris", + "pubDate": "2021-12-04T17:16:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220707,16 +246060,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a055d9053c7bc9cdace28d6098a07778" + "hash": "62d8c157f79ec2b74fdb2451f9e81df9" }, { - "title": "Covid news: UK reports 51,342 new infections; vaccines protect against new variant – as it happened", - "description": "

    Latest figures come amid concern over spread of Omicron variant; Pfizer says third jab increased antibodies by factor of 25

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", - "content": "

    Latest figures come amid concern over spread of Omicron variant; Pfizer says third jab increased antibodies by factor of 25

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/08/covid-live-news-south-korea-surge-sparks-hospital-alarm-stealth-omicron-variant-found", - "creator": "Tom Ambrose (now); Sarah Marsh, Kevin Rawlinson, Martin Belam and Martin Farrer (earlier)", - "pubDate": "2021-12-09T00:41:33Z", + "title": "Biden and Putin to hold call amid tensions over Ukraine – White House", + "description": "

    The White House said on Saturday Joe Biden would hold a call with Vladimir Putin on Tuesday, to underline US concerns about Russia’s buildup of forces on the border with Ukraine.

    Diplomats indicated earlier this week that Biden and Putin would talk.

    Continue reading...", + "content": "

    The White House said on Saturday Joe Biden would hold a call with Vladimir Putin on Tuesday, to underline US concerns about Russia’s buildup of forces on the border with Ukraine.

    Diplomats indicated earlier this week that Biden and Putin would talk.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2021/dec/04/biden-putin-call-ukraine-russia-white-house", + "creator": "Reuters in Washington", + "pubDate": "2021-12-04T22:20:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220727,16 +246080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f439d3bf9921882ffa8d8511f3f34fd4" + "hash": "4cd2035b7d39519f0c4bfe7adb6eded1" }, { - "title": "UK ‘embarrassed’ into funding Mozambique gas project, court hears", - "description": "

    Friends of the Earth cites documents suggesting UK’s reputation could suffer if it pulled $1.15bn of promised support

    The UK was “embarrassed” into funding a huge gas project in Mozambique while considering ending overseas support for fossil fuels, a court has heard.

    During a three-day high court hearing, Friends of the Earth highlighted government documents that suggested there would be “obvious repercussions” if the government did not follow through on $1.15bn of support to an offshore pipeline and liquefied natural gas plant in Cabo Delgado province.

    Continue reading...", - "content": "

    Friends of the Earth cites documents suggesting UK’s reputation could suffer if it pulled $1.15bn of promised support

    The UK was “embarrassed” into funding a huge gas project in Mozambique while considering ending overseas support for fossil fuels, a court has heard.

    During a three-day high court hearing, Friends of the Earth highlighted government documents that suggested there would be “obvious repercussions” if the government did not follow through on $1.15bn of support to an offshore pipeline and liquefied natural gas plant in Cabo Delgado province.

    Continue reading...", - "category": "Mozambique", - "link": "https://www.theguardian.com/world/2021/dec/08/uk-embarrassed-into-funding-mozambique-gas-project-court-hears", - "creator": "Isabella Kaminski", - "pubDate": "2021-12-08T17:56:40Z", + "title": "Nevada man arrested for allegedly assaulting police at US Capitol attack", + "description": "

    A 34-year-old Nevada man has been arrested and held on multiple charges related to the 6 January riot at the US Capitol, including assaulting law officers with what prosecutors say appeared to be a table leg with a protruding nail.

    A US magistrate in Reno on Friday ordered Josiah Kenyon of Winnemucca to remain jailed without bail, until he is transported to Washington to face charges.

    Continue reading...", + "content": "

    A 34-year-old Nevada man has been arrested and held on multiple charges related to the 6 January riot at the US Capitol, including assaulting law officers with what prosecutors say appeared to be a table leg with a protruding nail.

    A US magistrate in Reno on Friday ordered Josiah Kenyon of Winnemucca to remain jailed without bail, until he is transported to Washington to face charges.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2021/dec/04/us-capitol-attack-josiah-kenyon-arrested-nevada", + "creator": "Associated Press in Reno, Nevada", + "pubDate": "2021-12-04T14:43:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220747,36 +246100,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "3e612ab74ebc0dfd289422640f8f3aa3" + "hash": "4c9c4b4ab1b24a124408da8fbbcb0e01" }, { - "title": "December temperatures in parts of US and Canada hit record high", - "description": "

    Warm spell equals or breaks records in several states, with temperature 15-20C above average in places

    A spell of unseasonably warm weather affected southern and western parts of the US and south-western Canada last week, with temperatures 15-20C above average in places. December temperature records were broken in multiple locations. Penticton in British Columbia had its highest ever December on the 1st as the temperature reached 22.5C. In the US, Montana, North Dakota, Washington and Wyoming all equalled or broke state temperature records for December.

    Not all the US states are seeing unseasonable warmth, however. The National Weather Service (NWS) issued a fairly rare blizzard warning last weekend for the summits of Big Island, Hawaii. It forecast up to 20cm (8in) of snow and winds gusting up to 125mph. The NWS has not issued a blizzard warning for that region since 2018. The same system that brought the snow also caused heavy rain at lower levels.

    Continue reading...", - "content": "

    Warm spell equals or breaks records in several states, with temperature 15-20C above average in places

    A spell of unseasonably warm weather affected southern and western parts of the US and south-western Canada last week, with temperatures 15-20C above average in places. December temperature records were broken in multiple locations. Penticton in British Columbia had its highest ever December on the 1st as the temperature reached 22.5C. In the US, Montana, North Dakota, Washington and Wyoming all equalled or broke state temperature records for December.

    Not all the US states are seeing unseasonable warmth, however. The National Weather Service (NWS) issued a fairly rare blizzard warning last weekend for the summits of Big Island, Hawaii. It forecast up to 20cm (8in) of snow and winds gusting up to 125mph. The NWS has not issued a blizzard warning for that region since 2018. The same system that brought the snow also caused heavy rain at lower levels.

    Continue reading...", - "category": "US weather", - "link": "https://www.theguardian.com/us-news/2021/dec/09/december-temperatures-in-parts-of-us-and-canada-hit-record-high", - "creator": "Trevor Mitchell (Metdesk)", - "pubDate": "2021-12-09T06:00:03Z", + "title": "Trump rails against Meadows for revealing Covid test cover-up – report", + "description": "
    • Guardian revealed explosive claims in chief of staff’s memoir
    • Trump slams ‘fake news’ but in private says aide ‘fucking stupid’

    In a blurb on the cover of Mark Meadows’ new book, Donald Trump calls the former congressman a “great chief of staff – as good as it gets” and predicts “a great future together”. The former president has also promoted the book to his followers.

    Now the book is in the public domain, however, the former president reportedly thinks it is “garbage” and that Meadows was “fucking stupid” to write it.

    Continue reading...", + "content": "
    • Guardian revealed explosive claims in chief of staff’s memoir
    • Trump slams ‘fake news’ but in private says aide ‘fucking stupid’

    In a blurb on the cover of Mark Meadows’ new book, Donald Trump calls the former congressman a “great chief of staff – as good as it gets” and predicts “a great future together”. The former president has also promoted the book to his followers.

    Now the book is in the public domain, however, the former president reportedly thinks it is “garbage” and that Meadows was “fucking stupid” to write it.

    Continue reading...", + "category": "Trump administration", + "link": "https://www.theguardian.com/us-news/2021/dec/04/donald-trump-mark-meadows-covid-cover-up", + "creator": "Martin Pengelly in New York", + "pubDate": "2021-12-04T13:57:05Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "6e8efcf348cb529d1a7ea681031d6cbd" + "hash": "def6989671d460dcb49db7a82356aeb3" }, { - "title": "New Zealand passes law making it easier to change sex on birth certificates", - "description": "

    Advocates welcome bill allowing for self-identification they say upholds rights for transgender and non-binary New Zealanders

    New Zealand’s rainbow community will be allowed to change the sex recorded on their birth certificates without providing evidence of a medical procedure, after a bill to recognise the right for gender minorities to self-identify passed into law.

    “Today is a proud day in Aotearoa’s history,” internal affairs minister Jan Tinetti said. “Parliament has voted in favour of inclusivity and against discrimination.”

    Continue reading...", - "content": "

    Advocates welcome bill allowing for self-identification they say upholds rights for transgender and non-binary New Zealanders

    New Zealand’s rainbow community will be allowed to change the sex recorded on their birth certificates without providing evidence of a medical procedure, after a bill to recognise the right for gender minorities to self-identify passed into law.

    “Today is a proud day in Aotearoa’s history,” internal affairs minister Jan Tinetti said. “Parliament has voted in favour of inclusivity and against discrimination.”

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/09/new-zealand-passes-law-making-it-easier-to-change-sex-on-birth-certificates", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-12-09T06:02:10Z", + "title": "Cream-cheesed off: bagel-loving New Yorkers face supply chain nightmare", + "description": "

    Shop owners tell New York Times of worries over dwindling supplies of the popular breakfast comestible

    One of the biggest businesses in New York City has developed a worrying hole: bagels.

    According to the New York Times, bagel shop owners are facing a shortage of cream cheese, a culinary calamity that could upend how tens of thousands New Yorkers begin their day.

    Continue reading...", + "content": "

    Shop owners tell New York Times of worries over dwindling supplies of the popular breakfast comestible

    One of the biggest businesses in New York City has developed a worrying hole: bagels.

    According to the New York Times, bagel shop owners are facing a shortage of cream cheese, a culinary calamity that could upend how tens of thousands New Yorkers begin their day.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2021/dec/04/cream-cheese-bagel-new-york-supply-chain", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-04T18:32:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220787,16 +246140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1c60b2514cf501610ab0f42577fb96e" + "hash": "5cb8a1fac9ab9c3cd9bfa3fe281793f1" }, { - "title": "Australia news live update: eight new Omicron infections in NSW as Covid cases rise; Queensland hospitals at ‘breaking point’, AMA says", - "description": "

    Omicron cases in NSW rise to 42 after eight infections reported; Queensland and Northern Territory pass 80% fully vaccinated mark; Queensland hospitals ‘stretched to breaking point’, AMA says; Victoria records 1,232 new Covid-19 cases and nine deaths; NSW records 420 cases, one death; four cases in ACT, three in NT and none in Qld; vaccine mandate for most Tasmanian public servants. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", - "content": "

    Omicron cases in NSW rise to 42 after eight infections reported; Queensland and Northern Territory pass 80% fully vaccinated mark; Queensland hospitals ‘stretched to breaking point’, AMA says; Victoria records 1,232 new Covid-19 cases and nine deaths; NSW records 420 cases, one death; four cases in ACT, three in NT and none in Qld; vaccine mandate for most Tasmanian public servants. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/09/australia-news-live-update-increase-in-nsw-covid-cases-linked-to-more-parties-omicron-could-become-dominant-strain-pfizer-children-scott-morrison-gladys-berejiklian-moderna-vaccine", - "creator": "Mostafa Rachwani (now) and Justine Landis-Hanley (earlier)", - "pubDate": "2021-12-09T06:23:46Z", + "title": "Covid news: pre-departure tests return for UK arrivals and Nigeria added to red list", + "description": "

    Health secretary Sajid Javid confirms rules will come into force from 7 December in bid to tackle Omicron variant

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", + "content": "

    Health secretary Sajid Javid confirms rules will come into force from 7 December in bid to tackle Omicron variant

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/04/covid-news-boris-johnson-reported-to-police-over-no-10-parties-south-korea-cases-and-deaths-at-new-high", + "creator": "Nadeem Badshah (now), Sarah Marsh (earlier)", + "pubDate": "2021-12-04T19:59:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220807,16 +246160,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cac18fb01cbc2cbd5bc5cd3ba07907f7" + "hash": "5a29e41117c721ee0977b2a06655014c" }, { - "title": "Malaria kills 180,000 more people annually than previously thought, says WHO", - "description": "

    UN agency says world must support urgent rollout of new vaccine as it reveals new figures for malaria deaths

    The World Health Organization has called for a “massive, urgent” effort to get the new malaria vaccine into the arms of African children, as it warned that about 180,000 more people were dying annually from the disease than had previously been thought.

    Dr Pedro Alonso, director of the WHO’s global malaria programme, said the RTS,S vaccine, recommended for widespread rollout in October, represented a historic opportunity to save tens of thousands of lives, mostly those of under-fives in sub-Saharan Africa.

    Continue reading...", - "content": "

    UN agency says world must support urgent rollout of new vaccine as it reveals new figures for malaria deaths

    The World Health Organization has called for a “massive, urgent” effort to get the new malaria vaccine into the arms of African children, as it warned that about 180,000 more people were dying annually from the disease than had previously been thought.

    Dr Pedro Alonso, director of the WHO’s global malaria programme, said the RTS,S vaccine, recommended for widespread rollout in October, represented a historic opportunity to save tens of thousands of lives, mostly those of under-fives in sub-Saharan Africa.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/06/malaria-kills-180000-more-people-annually-than-previously-thought-says-who", - "creator": "Lizzy Davies", - "pubDate": "2021-12-06T13:00:21Z", + "title": "International arrivals to UK will need to take pre-departure Covid test", + "description": "

    Health secretary announces change to travel rules in bid to control spread of the new Omicron variant

    All international arrivals to UK will be required to take pre-departure Covid-19 test to tackle the new Omicron variant, the health secretary has announced. Sajid Javid said that tightened requirements will come into force from 4am on Tuesday 7 December.

    Travellers will need to submit evidence of a negative lateral flow or PCR test to enter, and which must have been taken a maximum of 48 hours before the departure time. People currently only need to self-isolate until they test negative within two days of arrival.

    Continue reading...", + "content": "

    Health secretary announces change to travel rules in bid to control spread of the new Omicron variant

    All international arrivals to UK will be required to take pre-departure Covid-19 test to tackle the new Omicron variant, the health secretary has announced. Sajid Javid said that tightened requirements will come into force from 4am on Tuesday 7 December.

    Travellers will need to submit evidence of a negative lateral flow or PCR test to enter, and which must have been taken a maximum of 48 hours before the departure time. People currently only need to self-isolate until they test negative within two days of arrival.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/04/international-arrivals-to-england-will-need-to-take-pre-departure-covid-test", + "creator": "Fran Singh and agencies", + "pubDate": "2021-12-04T19:52:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220827,16 +246180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b1f92d7a54f7617fb5f7a53c349f167" + "hash": "d65835ae4e9a07fefa5b9e5977023848" }, { - "title": "Putin’s Ukraine rhetoric driven by distorted view of neighbour", - "description": "

    Analysis: Russian president believes it his 'duty’ to reverse Kyiv’s path towards west

    Even as Vladimir Putin has built up an invasion force on his borders, he has repeated a refrain that Russians and Ukrainians are one people, bemoaning a “fraternal” conflict that he himself has provoked.

    As Putin speaks on Tuesday with Joe Biden, western analysts have likened his focus on Kyiv to an “obsession” while Russians have said Putin believes it his “duty” to reverse Ukraine’s path towards the west.

    Continue reading...", - "content": "

    Analysis: Russian president believes it his 'duty’ to reverse Kyiv’s path towards west

    Even as Vladimir Putin has built up an invasion force on his borders, he has repeated a refrain that Russians and Ukrainians are one people, bemoaning a “fraternal” conflict that he himself has provoked.

    As Putin speaks on Tuesday with Joe Biden, western analysts have likened his focus on Kyiv to an “obsession” while Russians have said Putin believes it his “duty” to reverse Ukraine’s path towards the west.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2021/dec/07/putins-ukraine-rhetoric-driven-by-distorted-view-of-neighbour", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-12-07T18:02:27Z", + "title": "New York Omicron cases rise to eight as official warns of community spread", + "description": "

    Cases of latest Covid variant appear unrelated as state dispatches national guard to help beleaguered hospitals

    New York announced three more cases of the Omicron variant of the coronavirus on Saturday, bringing the number of state cases linked to the new variant to eight.

    “The Omicron variant is here, and as anticipated we are seeing the beginning of community spread,” the state health commissioner, Mary Bassett, said.

    Continue reading...", + "content": "

    Cases of latest Covid variant appear unrelated as state dispatches national guard to help beleaguered hospitals

    New York announced three more cases of the Omicron variant of the coronavirus on Saturday, bringing the number of state cases linked to the new variant to eight.

    “The Omicron variant is here, and as anticipated we are seeing the beginning of community spread,” the state health commissioner, Mary Bassett, said.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2021/dec/04/new-york-omicron-cases-rise-to-eight-as-official-warns-of-community-spread", + "creator": "Associated Press in New York", + "pubDate": "2021-12-04T18:54:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220847,36 +246200,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "be9ec545f0725ddb573fe5e3aa1bf0a5" + "hash": "cea1f79884b80bd60223299f092f0b27" }, { - "title": "Boris Johnson rushes in Covid plan B amid Christmas party scandal", - "description": "

    PM announces stronger measures in England to counter Omicron, but finds his ‘moral authority’ questioned

    Boris Johnson rushed forward new Covid restrictions amid fears of an exponential rise in the Omicron variant, as his government was engulfed in a crisis of credibility sparked by the Christmas party scandal.

    With government experts warning of 10 UK Omicron infections currently rising to 1m by the end of the month and up to 2,000 hospital admissions a day, Johnson insisted now was the time to act.

    Continue reading...", - "content": "

    PM announces stronger measures in England to counter Omicron, but finds his ‘moral authority’ questioned

    Boris Johnson rushed forward new Covid restrictions amid fears of an exponential rise in the Omicron variant, as his government was engulfed in a crisis of credibility sparked by the Christmas party scandal.

    With government experts warning of 10 UK Omicron infections currently rising to 1m by the end of the month and up to 2,000 hospital admissions a day, Johnson insisted now was the time to act.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/08/boris-johnson-plan-b-covid-measures-england-omicron-vaccine-passports-mask-wearing", - "creator": "Rowena Mason and Hannah Devlin", - "pubDate": "2021-12-08T21:00:58Z", + "title": "Micah Richards: ‘There was such a buzz around the Euros. I loved every minute’", + "description": "

    The footballer turned pundit who won viewers’ hearts at the Euros on racism, singing Usher on screen and the real Roy Keane

    Birmingham-born, Leeds-raised Micah Richards, 33, signed for Manchester City aged 14, made his first-team debut at 17 and captained the side at 19. He won the Premier League, the FA Cup, the League Cup and was the youngest defender ever called up to the England squad, going on to earn 13 international caps. He also played for Aston Villa and Fiorentina. After early retirement at the age of 31 due to knee injuries, he became a football pundit. He covered this summer’s Euros for the BBC, where his warm exuberance in the studio and on social media made Richards the standout pundit.

    Did the Euros make 2021 a vintage year for you?
    Definitely. It was my first international tournament as a pundit. You get sent this big booklet to swot up on all the teams. I thought: “Right, I’ve been with the BBC a while, I’m on Match of the Day, I’m one of the big boys now.” But for my first few matches, I got teams such as Russia and Slovakia. It’s a privilege to work on the Euros but I don’t watch Russian football. I don’t know these players. There’s a Swiss striker called Breel Embolo and I must’ve said his name wrong every single time! But I don’t go on TV thinking I know it all. I represent the fans on screen. You can’t laugh and joke all the time, but football is supposed to be fun. I loved every minute.

    Continue reading...", + "content": "

    The footballer turned pundit who won viewers’ hearts at the Euros on racism, singing Usher on screen and the real Roy Keane

    Birmingham-born, Leeds-raised Micah Richards, 33, signed for Manchester City aged 14, made his first-team debut at 17 and captained the side at 19. He won the Premier League, the FA Cup, the League Cup and was the youngest defender ever called up to the England squad, going on to earn 13 international caps. He also played for Aston Villa and Fiorentina. After early retirement at the age of 31 due to knee injuries, he became a football pundit. He covered this summer’s Euros for the BBC, where his warm exuberance in the studio and on social media made Richards the standout pundit.

    Did the Euros make 2021 a vintage year for you?
    Definitely. It was my first international tournament as a pundit. You get sent this big booklet to swot up on all the teams. I thought: “Right, I’ve been with the BBC a while, I’m on Match of the Day, I’m one of the big boys now.” But for my first few matches, I got teams such as Russia and Slovakia. It’s a privilege to work on the Euros but I don’t watch Russian football. I don’t know these players. There’s a Swiss striker called Breel Embolo and I must’ve said his name wrong every single time! But I don’t go on TV thinking I know it all. I represent the fans on screen. You can’t laugh and joke all the time, but football is supposed to be fun. I loved every minute.

    Continue reading...", + "category": "Euro 2020", + "link": "https://www.theguardian.com/football/2021/dec/04/micah-richards-euro-2020-pundit-interview-faces-of-year", + "creator": "Michael Hogan", + "pubDate": "2021-12-04T16:00:30Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "3997a3077295e845dec54215d4e67d67" + "hash": "85005c7eb9e55b7654da330ae71d75fa" }, { - "title": "Wales: 14 schools to add hour a day to help pupils catch up after lockdowns", - "description": "

    Trial could lead to a longer school day being introduced permanently

    A number of schools in Wales are extending their day by an hour to try to help youngsters catch up after Covid lockdowns.

    The Welsh government will invest up to £2m on the trial, allowing 14 primaries and secondaries across south Wales to open for groups of children for an extra five hours a week.

    Continue reading...", - "content": "

    Trial could lead to a longer school day being introduced permanently

    A number of schools in Wales are extending their day by an hour to try to help youngsters catch up after Covid lockdowns.

    The Welsh government will invest up to £2m on the trial, allowing 14 primaries and secondaries across south Wales to open for groups of children for an extra five hours a week.

    Continue reading...", - "category": "Wales", - "link": "https://www.theguardian.com/uk-news/2021/dec/09/wales-14-schools-to-add-hour-a-day-to-help-pupils-catch-up-after-lockdowns", - "creator": "Steven Morris", - "pubDate": "2021-12-09T00:01:02Z", + "title": "Sweet dreams are made of this: why dream analysis is flourishing", + "description": "

    Are dreams a message from the soul or meaningless ‘brain farts’? Groups dedicated to interpretation are thriving

    Jason DeBord regrets the demise of an old parlour game once much-loved in the 19th century: What Did I Eat Last Night? It involved a player recounting their dreams – recorded in a journal upon waking – as an audience was challenged to guess what dream-provoking food they had consumed for the previous night’s supper, be it stilton, rarebit or undercooked or cured meats (all understood to be culprits when it came to colourful dreaming).

    “Maybe you had eaten rare beef and then you dream about cows, you know, chasing you,” explains DeBord. “It sounds like a blast, doesn’t it? I’d have loved to have played that game.”

    Continue reading...", + "content": "

    Are dreams a message from the soul or meaningless ‘brain farts’? Groups dedicated to interpretation are thriving

    Jason DeBord regrets the demise of an old parlour game once much-loved in the 19th century: What Did I Eat Last Night? It involved a player recounting their dreams – recorded in a journal upon waking – as an audience was challenged to guess what dream-provoking food they had consumed for the previous night’s supper, be it stilton, rarebit or undercooked or cured meats (all understood to be culprits when it came to colourful dreaming).

    “Maybe you had eaten rare beef and then you dream about cows, you know, chasing you,” explains DeBord. “It sounds like a blast, doesn’t it? I’d have loved to have played that game.”

    Continue reading...", + "category": "Sleep", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/04/sweet-dreams-are-made-of-this-why-dream-analysis-is-flourishing", + "creator": "Sally Howard", + "pubDate": "2021-12-04T17:00:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220887,16 +246240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3234c98fc7c394a45904439ec33bd1b" + "hash": "a08aa5f11b9606a77cb35bac5d76628d" }, { - "title": "Australia news live update: eight new Omicron infections in NSW as Covid cases rise; Qld and NT pass 80% vaccine milestone", - "description": "

    Omicron cases in NSW rise to 42 after eight infections reported; Queensland and Northern Territory pass 80% fully vaccinated mark; Victoria records 1,232 new Covid-19 cases and nine deaths; NSW records 420 cases, one death; four cases in ACT, three in NT and none in Qld; vaccine mandate for most Tasmanian public servants. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", - "content": "

    Omicron cases in NSW rise to 42 after eight infections reported; Queensland and Northern Territory pass 80% fully vaccinated mark; Victoria records 1,232 new Covid-19 cases and nine deaths; NSW records 420 cases, one death; four cases in ACT, three in NT and none in Qld; vaccine mandate for most Tasmanian public servants. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/09/australia-news-live-update-increase-in-nsw-covid-cases-linked-to-more-parties-omicron-could-become-dominant-strain-pfizer-children-scott-morrison-gladys-berejiklian-moderna-vaccine", - "creator": "Mostafa Rachwani (now) and Justine Landis-Hanley (earlier)", - "pubDate": "2021-12-09T05:19:12Z", + "title": "Nobel winner: ‘We journalists are the defence line between dictatorship and war’", + "description": "

    Next week, Maria Ressa and Dmitry Muratov receive their Nobel peace prizes. In a rare interview, Muratov says he fears the world is sliding towards fascism

    The last time a journalist won a Nobel prize was 1935. The journalist who won it – Carl von Ossietzky – had revealed how Hitler was secretly rearming Germany. “And he couldn’t pick it up because he was languishing in a Nazi concentration camp,” says Maria Ressa over a video call from Manila.

    Nearly a century on, Ressa is one of two journalists who will step onto the Nobel stage in Oslo next Friday. She is currently facing jail for “cyberlibel” in the Philippines while the other recipient Dmitry Muratov, the editor-in-chief of Novaya Gazeta, is standing guard over one of the last independent newspapers in an increasingly dictatorial Russia.

    Continue reading...", + "content": "

    Next week, Maria Ressa and Dmitry Muratov receive their Nobel peace prizes. In a rare interview, Muratov says he fears the world is sliding towards fascism

    The last time a journalist won a Nobel prize was 1935. The journalist who won it – Carl von Ossietzky – had revealed how Hitler was secretly rearming Germany. “And he couldn’t pick it up because he was languishing in a Nazi concentration camp,” says Maria Ressa over a video call from Manila.

    Nearly a century on, Ressa is one of two journalists who will step onto the Nobel stage in Oslo next Friday. She is currently facing jail for “cyberlibel” in the Philippines while the other recipient Dmitry Muratov, the editor-in-chief of Novaya Gazeta, is standing guard over one of the last independent newspapers in an increasingly dictatorial Russia.

    Continue reading...", + "category": "Nobel peace prize", + "link": "https://www.theguardian.com/world/2021/dec/04/nobel-winner-we-journalists-are-the-defence-line-between-dictatorship-and-war", + "creator": "Carole Cadwalladr", + "pubDate": "2021-12-04T18:05:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220907,16 +246260,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6bc348c8c8b1877c4dc84d48b6629ee" + "hash": "6b1d8608b8d07f1f0801ee738a1dbc6d" }, { - "title": "Raab says ‘formal party’ in No 10 last Christmas would have broken UK Covid rules – video", - "description": "

    A 'formal party' in Downing Street in December 2020 would have been contrary to guidance, the justice secretary has admitted, saying it would have been 'the wrong thing to do'. Dominic Raab told BBC One’s The Andrew Marr Show, however, that Boris Johnson had assured him no rules had been broken, despite reports from various sources in several newspapers

    Continue reading...", - "content": "

    A 'formal party' in Downing Street in December 2020 would have been contrary to guidance, the justice secretary has admitted, saying it would have been 'the wrong thing to do'. Dominic Raab told BBC One’s The Andrew Marr Show, however, that Boris Johnson had assured him no rules had been broken, despite reports from various sources in several newspapers

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/05/raab-says-formal-party-in-no-10-last-christmas-would-have-broken-uk-covid-rules-video", - "creator": "", - "pubDate": "2021-12-05T12:12:44Z", + "title": "A cocktail party from hell: in court with Ghislaine Maxwell, the society princess", + "description": "

    Week one of the much anticipated New York trial of Jeffrey Epstein’s ex-lover saw her big-money defence lawyers trying to outmuscle an underpowered prosecution.

    The lady in the white mask is quite the gracious host, mwah-mwahing her pals, hugs-a-go-go, writing thoughtful little Post-it notes, blessing her set with her exclusive attention. Only this is not a gathering of socialites over canapés, but a child sexual abuse trial, and her friends are fancy lawyers, and the people who once served and allegedly serviced her and her ex-lover Jeffrey Epstein, body and soul, seem to be in no mood for mwah-mwah.

    Welcome to the cocktail party from hell, or to give the proceedings their proper name, the trial of the United States of America v Ghislaine Maxwell. Staged in the grand US federal court building in a half-empty Manhattan, it is a grimly fascinating study, if you side with the defence, in false memory syndrome and gold-digging.

    Continue reading...", + "content": "

    Week one of the much anticipated New York trial of Jeffrey Epstein’s ex-lover saw her big-money defence lawyers trying to outmuscle an underpowered prosecution.

    The lady in the white mask is quite the gracious host, mwah-mwahing her pals, hugs-a-go-go, writing thoughtful little Post-it notes, blessing her set with her exclusive attention. Only this is not a gathering of socialites over canapés, but a child sexual abuse trial, and her friends are fancy lawyers, and the people who once served and allegedly serviced her and her ex-lover Jeffrey Epstein, body and soul, seem to be in no mood for mwah-mwah.

    Welcome to the cocktail party from hell, or to give the proceedings their proper name, the trial of the United States of America v Ghislaine Maxwell. Staged in the grand US federal court building in a half-empty Manhattan, it is a grimly fascinating study, if you side with the defence, in false memory syndrome and gold-digging.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/04/a-cocktail-party-from-hell-in-court-with-ghislaine-maxwell-the-mwah-mwah-princess-jeffrey-epstein", + "creator": "John Sweeney", + "pubDate": "2021-12-04T18:10:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220927,16 +246280,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17f6a52fcf2b615c2664d072dd1689cd" + "hash": "11b7a5b8cd48b259e356a34130ab1b04" }, { - "title": "Allegra Stratton resigns after No 10 Christmas party video", - "description": "

    Boris Johnson ‘sorry to lose’ spokesperson for climate summit who was seen in footage joking about party during lockdown

    Allegra Stratton has stepped down as the government’s spokesperson for the Cop26 climate summit after footage emerged of her joking about a party at Downing Street during the peak of lockdown rules in December last year.

    Boris Johnson told a coronavirus press briefing on Wednesday that Stratton had been an “outstanding spokeswoman … I am very sorry to lose her”. But he added: “I take responsibility for everything that happens in this government and I have throughout the pandemic.”

    Continue reading...", - "content": "

    Boris Johnson ‘sorry to lose’ spokesperson for climate summit who was seen in footage joking about party during lockdown

    Allegra Stratton has stepped down as the government’s spokesperson for the Cop26 climate summit after footage emerged of her joking about a party at Downing Street during the peak of lockdown rules in December last year.

    Boris Johnson told a coronavirus press briefing on Wednesday that Stratton had been an “outstanding spokeswoman … I am very sorry to lose her”. But he added: “I take responsibility for everything that happens in this government and I have throughout the pandemic.”

    Continue reading...", - "category": "Conservatives", - "link": "https://www.theguardian.com/politics/2021/dec/08/allegra-stratton-leaves-cop26-role-after-no-10-christmas-party-video", - "creator": "Peter Walker Political correspondent", - "pubDate": "2021-12-08T19:53:14Z", + "title": "Bookseller Samir Mansour: ‘It was shocking to realise I was a target’", + "description": "

    The Palestinian bookseller whose shop was destroyed in the most recent conflict in Gaza on how it has been crowdfunded back into existence – three times bigger

    Bookseller Samir Mansour did not get much sleep the night in May this year that changed his life: he had stayed awake watching the news for updates as Israeli bombs fell on Gaza City.

    Around 6am, the Al Jazeera anchor said that the busy downtown street home to Mansour’s business was under attack. His instinct was to rush to the area in an effort to save his collection. Instead, he arrived just in time to see two missiles smash through the glass storefront as the building collapsed.

    Continue reading...", + "content": "

    The Palestinian bookseller whose shop was destroyed in the most recent conflict in Gaza on how it has been crowdfunded back into existence – three times bigger

    Bookseller Samir Mansour did not get much sleep the night in May this year that changed his life: he had stayed awake watching the news for updates as Israeli bombs fell on Gaza City.

    Around 6am, the Al Jazeera anchor said that the busy downtown street home to Mansour’s business was under attack. His instinct was to rush to the area in an effort to save his collection. Instead, he arrived just in time to see two missiles smash through the glass storefront as the building collapsed.

    Continue reading...", + "category": "Gaza", + "link": "https://www.theguardian.com/world/2021/dec/04/bookseller-samir-mansour-bookshop-gaza-bombed-faces-of-year", + "creator": "Bethan McKernan", + "pubDate": "2021-12-04T19:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220947,16 +246300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d460abf8c49574d6f1ca60efdbc865db" + "hash": "bef92024ebb2af839e27c8cb9d0fa70e" }, { - "title": "UK Covid live: Met police will not investigate No 10 Christmas party allegations", - "description": "

    Latest updates: Scotland Yard cites ‘absence of evidence’, as PM triggers plan B Covid restrictions

    Downing Street sources are saying this morning that “no decisions have been made” on a move to plan B. But, frankly, an FT story carries more credibility in the Westminster media village.

    Ben Riley-Smith, the Telegraph political editor, thinks the timing of such a move would be suspicious.

    Continue reading...", - "content": "

    Latest updates: Scotland Yard cites ‘absence of evidence’, as PM triggers plan B Covid restrictions

    Downing Street sources are saying this morning that “no decisions have been made” on a move to plan B. But, frankly, an FT story carries more credibility in the Westminster media village.

    Ben Riley-Smith, the Telegraph political editor, thinks the timing of such a move would be suspicious.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/live/2021/dec/08/covid-coronavirus-uk-boris-johnson-christmas-party-uk-politics-live", - "creator": "Tom Ambrose (now), Matthew Weaver and Andrew Sparrow (earlier)", - "pubDate": "2021-12-08T21:00:34Z", + "title": "Louis Theroux: ‘I’ve always found anxiety in the most unlikely places’", + "description": "

    The broadcaster, 51, talks about his first memories, last meal, lockdown resets and his brainier older brother

    I always felt like the second fiddle to my older brother Marcel, who I thought was impossibly brilliant and mature and seemed to be reading more or less from the womb, although I’m two years younger, so I wouldn’t have known that first-hand. I was the sideshow: the funny one, the ridiculous one my grandparents said was “good with my hands”, which at five or six I embraced. It was only as I got older I realised it meant, “might not want to stay in school past 14 or 15”.

    From childhood I’ve always found anxiety in the most unlikely places. Aged six I remember watching maypole dancers skipping around and braiding these ribbons into beautiful patterns at my Ssouth London primary school and even though I was still in the infants and wouldn’t be doing it for years, I thought, “I’m never going to be able to fucking dance around a maypole.” All through my life I’ve tended to experience future events in a negative way. It’s always been a source of looming discomfiture.

    Continue reading...", + "content": "

    The broadcaster, 51, talks about his first memories, last meal, lockdown resets and his brainier older brother

    I always felt like the second fiddle to my older brother Marcel, who I thought was impossibly brilliant and mature and seemed to be reading more or less from the womb, although I’m two years younger, so I wouldn’t have known that first-hand. I was the sideshow: the funny one, the ridiculous one my grandparents said was “good with my hands”, which at five or six I embraced. It was only as I got older I realised it meant, “might not want to stay in school past 14 or 15”.

    From childhood I’ve always found anxiety in the most unlikely places. Aged six I remember watching maypole dancers skipping around and braiding these ribbons into beautiful patterns at my Ssouth London primary school and even though I was still in the infants and wouldn’t be doing it for years, I thought, “I’m never going to be able to fucking dance around a maypole.” All through my life I’ve tended to experience future events in a negative way. It’s always been a source of looming discomfiture.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/04/louis-theroux-ive-always-found-anxiety-in-the-most-unlikely-places-", + "creator": "Nick McGrath", + "pubDate": "2021-12-04T14:00:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -220967,36 +246320,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "5fa4460dab9db0ab34dffb6e11db889b" + "hash": "d33cb408fbf9376ab2c8639e32222915" }, { - "title": "Biden says he won’t send US troops to Ukraine to deter Russian threat", - "description": "

    President’s comments come after he said the US would provide ‘defensive capabilities’ to Ukraine

    Joe Biden has said that he is not considering sending US troops to defend Ukraine in response to a Russian military buildup on the country’s borders.

    “That is not on the table,” he told reporters on Wednesday, one day after speaking directly with Vladimir Putin in an effort to avert a military crisis.

    Continue reading...", - "content": "

    President’s comments come after he said the US would provide ‘defensive capabilities’ to Ukraine

    Joe Biden has said that he is not considering sending US troops to defend Ukraine in response to a Russian military buildup on the country’s borders.

    “That is not on the table,” he told reporters on Wednesday, one day after speaking directly with Vladimir Putin in an effort to avert a military crisis.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2021/dec/08/russia-talks-of-rapid-ukraine-discussions-after-biden-putin-summit", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-12-08T13:43:21Z", + "title": "How the murder of a Swedish rapper shocked a nation and put police on the back foot", + "description": "

    Ultraviolent gangs are threatening to subvert the rule of law in Sweden. We head out with police in a Gothenburg suburb to find out what it could mean for the rest of Europe and the UK

    They began heading for the shopping mall exit when they saw the police. One of the four gang members, a local rapper called Lelo whose music videos venerate handguns and violence, turned to exchange pleasantries with Mike, an officer with the Swedish police.

    Lelo and Mike have history. During a recent riot outside the mall that prompted a killing that could easily have led to another six, Lelo was among 32 arrested. In his subsequent court appearance, Mike had to intervene as Lelo’s posturing threatened to boil over.

    Continue reading...", + "content": "

    Ultraviolent gangs are threatening to subvert the rule of law in Sweden. We head out with police in a Gothenburg suburb to find out what it could mean for the rest of Europe and the UK

    They began heading for the shopping mall exit when they saw the police. One of the four gang members, a local rapper called Lelo whose music videos venerate handguns and violence, turned to exchange pleasantries with Mike, an officer with the Swedish police.

    Lelo and Mike have history. During a recent riot outside the mall that prompted a killing that could easily have led to another six, Lelo was among 32 arrested. In his subsequent court appearance, Mike had to intervene as Lelo’s posturing threatened to boil over.

    Continue reading...", + "category": "Sweden", + "link": "https://www.theguardian.com/world/2021/dec/04/how-the-of-a-swedish-rapper-shocked-a-nation-and-put-police-on-the-back-foot", + "creator": "Mark Townsend", + "pubDate": "2021-12-04T16:15:30Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a344c78c16f53612b3a18e624a062c42" + "hash": "4b12bb1b9bd9cb8e96df664d686c07e5" }, { - "title": "Chilean presidential candidate’s father was member of Nazi party", - "description": "

    Revelations appear at odds with José Antonio Kast’s own statements about his father’s military service

    The German-born father of Chilean presidential candidate José Antonio Kast was a member of the Nazi party, according to a recently unearthed document – revelations that appear at odds with the far-right candidate’s own statements about his father’s military service during the second world war.

    German officials have confirmed that an ID card in the country’s federal archive shows that an 18-year-old named Michael Kast joined the National Socialist German Workers’ party, or NSDAP, in September 1942, at the height of Hitler’s war on the Soviet Union.

    Continue reading...", - "content": "

    Revelations appear at odds with José Antonio Kast’s own statements about his father’s military service

    The German-born father of Chilean presidential candidate José Antonio Kast was a member of the Nazi party, according to a recently unearthed document – revelations that appear at odds with the far-right candidate’s own statements about his father’s military service during the second world war.

    German officials have confirmed that an ID card in the country’s federal archive shows that an 18-year-old named Michael Kast joined the National Socialist German Workers’ party, or NSDAP, in September 1942, at the height of Hitler’s war on the Soviet Union.

    Continue reading...", - "category": "Chile", - "link": "https://www.theguardian.com/world/2021/dec/08/chile-jose-antonio-kast-father-nazi-party", - "creator": "Associated Press in Berlin", - "pubDate": "2021-12-08T17:14:58Z", + "title": "Home Office borders bill could ‘create a British Guantánamo Bay,’ says Tory MP", + "description": "

    Former Brexit secretary David Davis says Priti Patel’s plans could foster a situation similar to notorious US detention camp

    A former Conservative cabinet minister has warned that the Home Office’s controversial borders bill risks creating a “British Guantanamo Bay,”. David Davis, who served as Brexit secretary from 2016 to 2018, said that the home secretary’s plans to send asylum seekers to another country while their claims are processed may create a facility as notorious as the US detention camp in Cuba.

    Guantanamo Bay has been described as a “stain on the human rights record” of the US and the “gulag of our times” with detainees making repeated allegations of torture, sexual degradation and religious persecution.

    Continue reading...", + "content": "

    Former Brexit secretary David Davis says Priti Patel’s plans could foster a situation similar to notorious US detention camp

    A former Conservative cabinet minister has warned that the Home Office’s controversial borders bill risks creating a “British Guantanamo Bay,”. David Davis, who served as Brexit secretary from 2016 to 2018, said that the home secretary’s plans to send asylum seekers to another country while their claims are processed may create a facility as notorious as the US detention camp in Cuba.

    Guantanamo Bay has been described as a “stain on the human rights record” of the US and the “gulag of our times” with detainees making repeated allegations of torture, sexual degradation and religious persecution.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/dec/04/home-office-borders-bill-could-create-a-british-guantanamo-bay-says-tory-mp", + "creator": "Mark Townsend and Toby Helm", + "pubDate": "2021-12-04T21:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221007,16 +246360,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "debb731c236b25056cf9a748fbab83bc" + "hash": "6f1312df2d5c0090b6b8909110e7acc4" }, { - "title": "‘Overwhelming’ evidence against Jussie Smollett, says prosecution in closing arguments", - "description": "

    The Empire actor denies he falsified police reports about the alleged racist and homophobic attack in 2019

    Lawyers delivered their closing arguments on Wednesday in Jussie Smollett’s criminal trial where the former Empire actor is facing charges that he lied to Chicago police about an attack in 2019.

    Smollett denies the charges.

    Continue reading...", - "content": "

    The Empire actor denies he falsified police reports about the alleged racist and homophobic attack in 2019

    Lawyers delivered their closing arguments on Wednesday in Jussie Smollett’s criminal trial where the former Empire actor is facing charges that he lied to Chicago police about an attack in 2019.

    Smollett denies the charges.

    Continue reading...", - "category": "Jussie Smollet", - "link": "https://www.theguardian.com/us-news/2021/dec/08/jussie-smollett-trial-closing-arguments-latest", - "creator": "Maya Yang", - "pubDate": "2021-12-08T22:07:44Z", + "title": "Australia live news updates: Pfizer provisionally approved for five to 11-year-olds; Victoria records 980 new Covid cases and seven deaths", + "description": "

    Omicron cases continue to climb in Sydney as thousands of people protest for ‘freedom’ in Melbourne

    Hunt is asked whether states, like Queensland, will hold off opening state borders until at least 80% of kids aged five to 11 are vaccinated given today’s announcement.

    Hunt:

    There is no reason for that. The Doherty modelling was set out very clearly on the 80% rates for double dosed across the country for 16 plus, and what we have seen now is that in terms of the 12 to 15-year-olds, we have now had an extra 1.8 million vaccinations over and above the Doherty modelling. The Doherty modelling was based on an 80% national rate for double dosed and didn’t include 12 to 15-year-olds.

    A bit over a fifth of all cases of Covid are actually in the under 12s. Indeed, some of the early data with Omicron suggests it may actually be higher for the Omicron variant ... While most kids to get fairly mild infection and only a limited number end up in ICU, is great, there are bigger impacts.

    Unfortunately about one in 3,000 of the kids who get Covid actually end up with this funny immunological condition called multi-system inflammatory condition. Those kids can end up being very sick for months. It is not the same as long Covid but it has some things in common, and it has a whole range of symptoms where the kid is just not well. That is one of the things we are protecting against by vaccinating children...

    Continue reading...", + "content": "

    Omicron cases continue to climb in Sydney as thousands of people protest for ‘freedom’ in Melbourne

    Hunt is asked whether states, like Queensland, will hold off opening state borders until at least 80% of kids aged five to 11 are vaccinated given today’s announcement.

    Hunt:

    There is no reason for that. The Doherty modelling was set out very clearly on the 80% rates for double dosed across the country for 16 plus, and what we have seen now is that in terms of the 12 to 15-year-olds, we have now had an extra 1.8 million vaccinations over and above the Doherty modelling. The Doherty modelling was based on an 80% national rate for double dosed and didn’t include 12 to 15-year-olds.

    A bit over a fifth of all cases of Covid are actually in the under 12s. Indeed, some of the early data with Omicron suggests it may actually be higher for the Omicron variant ... While most kids to get fairly mild infection and only a limited number end up in ICU, is great, there are bigger impacts.

    Unfortunately about one in 3,000 of the kids who get Covid actually end up with this funny immunological condition called multi-system inflammatory condition. Those kids can end up being very sick for months. It is not the same as long Covid but it has some things in common, and it has a whole range of symptoms where the kid is just not well. That is one of the things we are protecting against by vaccinating children...

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/05/australia-live-news-updates-omicron-covid-cases-pfizer-vaccine-approved", + "creator": "Justine Landis-Hanley", + "pubDate": "2021-12-04T22:39:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221027,16 +246380,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7e07ecd681c8c1803f7dc1d56d84c38" + "hash": "0af016a259d15d15acfe9302643367ef" }, { - "title": "Spanish village that dropped ‘Kill Jews’ name hit by antisemitic graffiti attack", - "description": "

    Castrillo Mota de Judíos’ Sephardic centre was among four locations defaced in the ‘cowardly’ attack

    The mayor of a Spanish village whose former name was an ugly reminder of the country’s medieval persecution of its Jewish population has vowed to carry on with plans for a Sephardic memory centre despite an antisemitic graffiti attack this week.

    Seven years ago, the 52 eligible residents of Castrillo Matajudíos – Camp Kill Jews in English, voted in a referendum to change the village’s name back to Castrillo Mota de Judíos, which means Jews’ Hill Camp.

    Continue reading...", - "content": "

    Castrillo Mota de Judíos’ Sephardic centre was among four locations defaced in the ‘cowardly’ attack

    The mayor of a Spanish village whose former name was an ugly reminder of the country’s medieval persecution of its Jewish population has vowed to carry on with plans for a Sephardic memory centre despite an antisemitic graffiti attack this week.

    Seven years ago, the 52 eligible residents of Castrillo Matajudíos – Camp Kill Jews in English, voted in a referendum to change the village’s name back to Castrillo Mota de Judíos, which means Jews’ Hill Camp.

    Continue reading...", - "category": "Antisemitism", - "link": "https://www.theguardian.com/news/2021/dec/08/spanish-village-castrillo-mota-de-judios-that-dropped-kill-jews-name-targeted-by-antisemitic-graffiti", - "creator": "Sam Jones in Madrid", - "pubDate": "2021-12-08T13:31:47Z", + "title": "Indonesia: one dead as Semeru volcano spews huge ash cloud", + "description": "

    Evacuation efforts are being hampered by thick smoke that has plunged nearby villages in darkness

    One person has died after the highest volcano on Indonesia’s most densely populated island of Java spewed thick columns of ash high into the sky, triggering panic among people living nearby.

    As well as the fatality, the volcanic eruption of Mount Semeru in East Java province caused 41 burn injuries, said the deputy district chief of Lumajang, an area nearby.

    Continue reading...", + "content": "

    Evacuation efforts are being hampered by thick smoke that has plunged nearby villages in darkness

    One person has died after the highest volcano on Indonesia’s most densely populated island of Java spewed thick columns of ash high into the sky, triggering panic among people living nearby.

    As well as the fatality, the volcanic eruption of Mount Semeru in East Java province caused 41 burn injuries, said the deputy district chief of Lumajang, an area nearby.

    Continue reading...", + "category": "Volcanoes", + "link": "https://www.theguardian.com/world/2021/dec/04/indonesia-one-dead-as-semeru-volcano-spews-huge-ash-cloud", + "creator": "Agencies", + "pubDate": "2021-12-04T14:40:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221047,16 +246400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "20eceb14bfe39062c1f1502fec482ccc" + "hash": "0ee7b4ea48099ab2a6703dc44d1a4ef0" }, { - "title": "Sienna Miller says Sun used ‘illegal means’ to find out pregnancy", - "description": "

    Actor tells high court about her view of how details were discovered, which the publisher denies

    Sienna Miller believes details of her 2005 pregnancy were obtained by the then editor of the Sun, Rebekah Brooks, using “blatantly unlawful means”, a court has heard. Miller also believes phone hacking was practised by journalists at Rupert Murdoch’s daily tabloid newspaper.

    “I was told at the end of July 2005, by my friend and publicist, that Rebekah Brooks had found out that I was pregnant,” said Miller, in an excerpt from a draft statement read out by her lawyer at the high court.

    Continue reading...", - "content": "

    Actor tells high court about her view of how details were discovered, which the publisher denies

    Sienna Miller believes details of her 2005 pregnancy were obtained by the then editor of the Sun, Rebekah Brooks, using “blatantly unlawful means”, a court has heard. Miller also believes phone hacking was practised by journalists at Rupert Murdoch’s daily tabloid newspaper.

    “I was told at the end of July 2005, by my friend and publicist, that Rebekah Brooks had found out that I was pregnant,” said Miller, in an excerpt from a draft statement read out by her lawyer at the high court.

    Continue reading...", - "category": "Sienna Miller", - "link": "https://www.theguardian.com/film/2021/dec/08/sienna-miller-says-sun-used-means-to-find-out-pregnancy", - "creator": "Jim Waterson Media editor", - "pubDate": "2021-12-08T21:21:54Z", + "title": "France stunned as judo star’s coach cleared of domestic violence", + "description": "

    Margaux Pinot says she feared her partner would kill her, but judge says there is not enough proof of guilt

    French sports stars and politicians have expressed anger at the acquittal of a coach accused of domestic violence against the Olympic judo champion Margaux Pinot, as the state prosecutor launched an appeal.

    Pinot, 27, a gold medallist at the Tokyo Olympics, had serious facial injuries including a fractured nose when she filed a police complaint in the early hours of Sunday. She said her partner and trainer, Alain Schmitt, had attacked her at her flat outside Paris, wrestled her to the ground, verbally abused her, punched her many times, repeatedly smashed her head on to the ground and tried to strangle her.

    Continue reading...", + "content": "

    Margaux Pinot says she feared her partner would kill her, but judge says there is not enough proof of guilt

    French sports stars and politicians have expressed anger at the acquittal of a coach accused of domestic violence against the Olympic judo champion Margaux Pinot, as the state prosecutor launched an appeal.

    Pinot, 27, a gold medallist at the Tokyo Olympics, had serious facial injuries including a fractured nose when she filed a police complaint in the early hours of Sunday. She said her partner and trainer, Alain Schmitt, had attacked her at her flat outside Paris, wrestled her to the ground, verbally abused her, punched her many times, repeatedly smashed her head on to the ground and tried to strangle her.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/03/france-stunned-as-judo-stars-coach-cleared-of-domestic-violence", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2021-12-03T14:01:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221067,16 +246420,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "723f4b22d0e485cea5abd7108a4eb60a" + "hash": "af3730233e293b1284dbd2761648ec3b" }, { - "title": "‘It’s hypocrisy, pure and simple’: growing public anger over No 10 party", - "description": "

    A grieving daughter and a publican prosecuted for breaching rules are among those furious at apparent flouting of rules

    On 23 December last year, the day after Downing Street aides were recorded laughing about how they could pretend that a party at No 10 was a “cheese and wine” gathering, a large contingent of police officers arrived at the London Tavern pub in Hackney, east London. James Kearns, the owner, was hosting Christmas drinks for workers at a scaffolding company he also runs.

    “There were 15 of us,” he said on Wednesday. “About 20 of the police showed up, absolutely hammering on the doors. We all hid in the toilets, but they found us.” This week, the case went before a magistrate. “And we’ve all been fined £100 each.”

    Continue reading...", - "content": "

    A grieving daughter and a publican prosecuted for breaching rules are among those furious at apparent flouting of rules

    On 23 December last year, the day after Downing Street aides were recorded laughing about how they could pretend that a party at No 10 was a “cheese and wine” gathering, a large contingent of police officers arrived at the London Tavern pub in Hackney, east London. James Kearns, the owner, was hosting Christmas drinks for workers at a scaffolding company he also runs.

    “There were 15 of us,” he said on Wednesday. “About 20 of the police showed up, absolutely hammering on the doors. We all hid in the toilets, but they found us.” This week, the case went before a magistrate. “And we’ve all been fined £100 each.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/08/they-just-didnt-care-woman-who-lost-her-mum-on-day-of-no-10-party", - "creator": "Archie Bland", - "pubDate": "2021-12-08T12:07:15Z", + "title": "Pope Francis criticises Europe’s divided response to migration crisis", + "description": "

    Pontiff uses visit to Greece to highlight plight of migrants and refugees, and voice concern over threat to democracy

    Pope Francis has used a trip to Greece to hit out at Europe for the divisions it has exhibited over migration while warning against the perils of populism.

    Greece has long been on the frontline of the refugee crisis.

    Continue reading...", + "content": "

    Pontiff uses visit to Greece to highlight plight of migrants and refugees, and voice concern over threat to democracy

    Pope Francis has used a trip to Greece to hit out at Europe for the divisions it has exhibited over migration while warning against the perils of populism.

    Greece has long been on the frontline of the refugee crisis.

    Continue reading...", + "category": "Pope Francis", + "link": "https://www.theguardian.com/world/2021/dec/04/pope-francis-criticises-europes-divided-response-to-migration-crisis", + "creator": "Helena Smith in Athens", + "pubDate": "2021-12-04T20:04:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221087,16 +246440,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "64fc5e1594f6d2bfb709e78959051cef" + "hash": "cb6c27e0091c7f6bd4c3af470c9b8ed3" }, { - "title": "Anger as Jair Bolsonaro to allow unvaccinated visitors into Brazil", - "description": "

    There are fears the decision will reverse the gains made by a successful vaccination campaign

    The Brazilian government has been accused of seeking to turn the South American country into a haven for unvaccinated tourists after it shunned calls – including from its own health regulator – to demand proof of vaccination from visitors.

    The decision – announced on Tuesday by the health minister, Marcelo Queiroga – sparked anger in a nation that has lost more than 615,000 lives to a Covid outbreak the president, Jair Bolsonaro, stands accused of catastrophically mishandling.

    Continue reading...", - "content": "

    There are fears the decision will reverse the gains made by a successful vaccination campaign

    The Brazilian government has been accused of seeking to turn the South American country into a haven for unvaccinated tourists after it shunned calls – including from its own health regulator – to demand proof of vaccination from visitors.

    The decision – announced on Tuesday by the health minister, Marcelo Queiroga – sparked anger in a nation that has lost more than 615,000 lives to a Covid outbreak the president, Jair Bolsonaro, stands accused of catastrophically mishandling.

    Continue reading...", - "category": "Brazil", - "link": "https://www.theguardian.com/world/2021/dec/08/anger-as-jair-bolsonaro-to-allow-unvaccinated-visitors-into-brazil", - "creator": "Tom Phillips Latin America correspondent", - "pubDate": "2021-12-08T16:01:29Z", + "title": "‘A new church’: why a Uniting reverend is preaching to Anglicans in a gay couple’s home", + "description": "

    Peter Grace and Peter Sanders disagreed with the conservative Anglicanism of their Armidale diocese, so they left – and took the congregation with them

    On a cool, grey Sunday in November, in a small home on the edge of Armidale, a new church is born.

    About 30 parishioners are crowded on the wooden deck, spilling back through the sliding doors and into a living room dominated by a black Kawai concert grand piano. They sit on patio furniture, white plastic lawn chairs and stools from the breakfast bar.

    Continue reading...", + "content": "

    Peter Grace and Peter Sanders disagreed with the conservative Anglicanism of their Armidale diocese, so they left – and took the congregation with them

    On a cool, grey Sunday in November, in a small home on the edge of Armidale, a new church is born.

    About 30 parishioners are crowded on the wooden deck, spilling back through the sliding doors and into a living room dominated by a black Kawai concert grand piano. They sit on patio furniture, white plastic lawn chairs and stools from the breakfast bar.

    Continue reading...", + "category": "Rural Australia", + "link": "https://www.theguardian.com/australia-news/2021/dec/05/a-new-church-why-a-uniting-reverend-is-preaching-to-anglicans-in-a-gay-couples-home", + "creator": "Tom Plevey", + "pubDate": "2021-12-04T19:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221107,16 +246460,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "062f384165c4a8cf73eea312e6e83ebc" + "hash": "ed05b3d352d0fa8db63059156f8f39ad" }, { - "title": "60s psych-rockers the Electric Prunes: ‘We couldn’t sit around stoned!’", - "description": "

    Discovered in an LA garage, the band rode a psychedelic wave into Easy Rider and a trippy Latin mass – even if they didn’t actually take acid. As a box set revives the music, their lead singer looks back

    “I guess I’m part of history,” says James Lowe, lead singer of the Electric Prunes, of the band’s oeuvre being gathered into a box set this month. “It suggests the idea we had for the band was viable – at least for a while.”

    Indeed, the Los Angeles quintet were, if only briefly, one of psychedelic rock’s pioneers. Ironically, as Lowe confirms, the Prunes weren’t particularly interested in hallucinogenic drugs – “we had no support crew, no tour bus; we couldn’t sit around stoned” – and no Prune possessed the dark charisma of fellow LA psychedelic shamans Arthur Lee or Jim Morrison. Initially a surf-rock outfit, a passing real-estate agent heard the band rehearsing in a garage and suggested a friend of hers might be interested in them. Lowe gave his phone number but thought nothing of it, because “everyone in LA knows ‘someone’ in the film or music industry”.

    Continue reading...", - "content": "

    Discovered in an LA garage, the band rode a psychedelic wave into Easy Rider and a trippy Latin mass – even if they didn’t actually take acid. As a box set revives the music, their lead singer looks back

    “I guess I’m part of history,” says James Lowe, lead singer of the Electric Prunes, of the band’s oeuvre being gathered into a box set this month. “It suggests the idea we had for the band was viable – at least for a while.”

    Indeed, the Los Angeles quintet were, if only briefly, one of psychedelic rock’s pioneers. Ironically, as Lowe confirms, the Prunes weren’t particularly interested in hallucinogenic drugs – “we had no support crew, no tour bus; we couldn’t sit around stoned” – and no Prune possessed the dark charisma of fellow LA psychedelic shamans Arthur Lee or Jim Morrison. Initially a surf-rock outfit, a passing real-estate agent heard the band rehearsing in a garage and suggested a friend of hers might be interested in them. Lowe gave his phone number but thought nothing of it, because “everyone in LA knows ‘someone’ in the film or music industry”.

    Continue reading...", - "category": "Psychedelia", - "link": "https://www.theguardian.com/music/2021/dec/08/60s-psych-rockers-the-electric-prunes-we-couldnt-sit-around-stoned", - "creator": "Garth Cartwright", - "pubDate": "2021-12-08T16:08:47Z", + "title": "Hundreds join vigil for stabbing victim Ava White, 12, in Liverpool", + "description": "

    Event took place near where Ava White was killed after a Christmas lights switch-on last month

    Hundreds of people have turned out to pay their respects to 12-year-old Ava White at a vigil held in her memory. She was fatally stabbed in Liverpool city centre on 25 November after a Christmas lights switch-on.

    On Saturday, family, friends and others gathered in Church Street, close to where the incident happened, to pay tribute to her. Hundreds of balloons, some in the shape of the letter A, were released at the start of the vigil. Many people wore hoodies with Ava’s face on and others had her name written on their faces.

    Continue reading...", + "content": "

    Event took place near where Ava White was killed after a Christmas lights switch-on last month

    Hundreds of people have turned out to pay their respects to 12-year-old Ava White at a vigil held in her memory. She was fatally stabbed in Liverpool city centre on 25 November after a Christmas lights switch-on.

    On Saturday, family, friends and others gathered in Church Street, close to where the incident happened, to pay tribute to her. Hundreds of balloons, some in the shape of the letter A, were released at the start of the vigil. Many people wore hoodies with Ava’s face on and others had her name written on their faces.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/04/hundreds-join-vigil-for-stabbing-victim-ava-white-12-in-liverpool", + "creator": "PA Media", + "pubDate": "2021-12-04T20:07:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221127,16 +246480,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9f296b84dfd086bdb30fd5532febfc6" + "hash": "b7f68df641232841ab6735d3dbc88365" }, { - "title": "Cornish town with 1,440 residents seeks to become UK’s smallest city", - "description": "

    Marazion, opposite St Michael’s Mount, faces stiff opposition from larger areas in contest for city status

    It may not boast a cathedral, a university or a major sports team – the sort of features often associated with a typical British metropolis. But the town of Marazion (population 1,440), perched prettily on the south coast of Cornwall, has nevertheless launched a bold campaign for city status.

    Marazion, which does have a couple of churches, a primary school and rowing and sailing clubs, would become the smallest and most southerly city if its proposal is accepted.

    Continue reading...", - "content": "

    Marazion, opposite St Michael’s Mount, faces stiff opposition from larger areas in contest for city status

    It may not boast a cathedral, a university or a major sports team – the sort of features often associated with a typical British metropolis. But the town of Marazion (population 1,440), perched prettily on the south coast of Cornwall, has nevertheless launched a bold campaign for city status.

    Marazion, which does have a couple of churches, a primary school and rowing and sailing clubs, would become the smallest and most southerly city if its proposal is accepted.

    Continue reading...", - "category": "Cornwall", - "link": "https://www.theguardian.com/uk-news/2021/dec/08/marazion-cornish-town-with-1440-residents-seeks-to-become-the-uks-smallest-city", - "creator": "Steven Morris", - "pubDate": "2021-12-08T19:53:06Z", + "title": "Trump social media company claims to raise $1bn from investors", + "description": "
    • Trump Media & Technology Group launched in October
    • Investors not identified but partner claims ‘diverse group’

    Donald Trump’s new social media company and its special purpose acquisition company partner said on Saturday the partner had agreements for $1bn in capital from institutional investors.

    The former president launched Trump Media & Technology Group (TMTG) in October. He unveiled plans for a new messaging app called Truth Social, meant to rival Twitter and the other social media platforms that banned him following the deadly attack on the US Capitol on 6 January.

    Continue reading...", + "content": "
    • Trump Media & Technology Group launched in October
    • Investors not identified but partner claims ‘diverse group’

    Donald Trump’s new social media company and its special purpose acquisition company partner said on Saturday the partner had agreements for $1bn in capital from institutional investors.

    The former president launched Trump Media & Technology Group (TMTG) in October. He unveiled plans for a new messaging app called Truth Social, meant to rival Twitter and the other social media platforms that banned him following the deadly attack on the US Capitol on 6 January.

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/2021/dec/04/trump-social-media-company-claims-to-raise-1bn-from-investors", + "creator": "Associated Press in New York", + "pubDate": "2021-12-04T19:56:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221147,16 +246500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d171c0411c5db2b94b401273987e003" + "hash": "f11c4ac5669fbc0e88dcce50388f4a64" }, { - "title": "Rajan the last ocean-swimming elephant: Jody MacDonald’s best photograph", - "description": "

    ‘He had been used for logging on the Andaman Islands. When I found him, he was 60, living in retirement – and loving his swims’

    I lived at sea for 10 years. I co-owned and ran a global kiteboarding expedition business. We’d sail around the world on a 60-foot catamaran, following the trade winds, kiteboarding, surfing and paragliding in remote locations. One night, I watched a Hollywood movie called The Fall, which had a section where an elephant was swimming in tropical blue water. I didn’t know if it was real or a fake Hollywood thing. But I thought: “Man, if that does exist, I’d love to photograph it.”

    I searched the internet and found the elephant from the film was living in the Andaman Islands, an Indian territory in the Bay of Bengal. When we sailed into the capital, Port Blair, a few months later in 2010, I decided to hop off and try to find this elephant. I found Rajan on Havelock (now Swaraj) Island and spent two weeks with him, learning about his incredible story.

    Continue reading...", - "content": "

    ‘He had been used for logging on the Andaman Islands. When I found him, he was 60, living in retirement – and loving his swims’

    I lived at sea for 10 years. I co-owned and ran a global kiteboarding expedition business. We’d sail around the world on a 60-foot catamaran, following the trade winds, kiteboarding, surfing and paragliding in remote locations. One night, I watched a Hollywood movie called The Fall, which had a section where an elephant was swimming in tropical blue water. I didn’t know if it was real or a fake Hollywood thing. But I thought: “Man, if that does exist, I’d love to photograph it.”

    I searched the internet and found the elephant from the film was living in the Andaman Islands, an Indian territory in the Bay of Bengal. When we sailed into the capital, Port Blair, a few months later in 2010, I decided to hop off and try to find this elephant. I found Rajan on Havelock (now Swaraj) Island and spent two weeks with him, learning about his incredible story.

    Continue reading...", - "category": "Art and design", - "link": "https://www.theguardian.com/artanddesign/2021/dec/08/rajan-last-ocean-swimming-elephant-jody-macdonalds-best-photograph-andaman-retirement", - "creator": "Interview by Graeme Green", - "pubDate": "2021-12-08T15:27:46Z", + "title": "Covid news: pre-departure tests return for all UK arrivals and Nigeria added to red list", + "description": "

    Health secretary Sajid Javid confirms rules will come into force from 7 December as Nigeria is added to the travel red list

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", + "content": "

    Health secretary Sajid Javid confirms rules will come into force from 7 December as Nigeria is added to the travel red list

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/04/covid-news-boris-johnson-reported-to-police-over-no-10-parties-south-korea-cases-and-deaths-at-new-high", + "creator": "Nadeem Badshah (now), Sarah Marsh (earlier)", + "pubDate": "2021-12-04T19:06:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221167,16 +246520,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85560a67457be52a3f20a6756dd2ebc5" + "hash": "19a70f87676e645a195ca64d3c7d5020" }, { - "title": "Mispronounced words: how omicron, cheugy and Billie Eilish tripped us up in 2021", - "description": "

    The world is divided on how to say the name of the latest Covid-19 variant. But however you pronounce it, we can all agree: it’s not as annoying as someone asking for ‘expresso’

    Name: Omicron.

    Age: The new and potentially more virulent Covid-19 variant was first detected in South Africa at the end of November. Young, then.

    Continue reading...", - "content": "

    The world is divided on how to say the name of the latest Covid-19 variant. But however you pronounce it, we can all agree: it’s not as annoying as someone asking for ‘expresso’

    Name: Omicron.

    Age: The new and potentially more virulent Covid-19 variant was first detected in South Africa at the end of November. Young, then.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/08/mispronounced-words-how-omicron-cheugy-and-billie-eilish-tripped-us-up-in-2021", - "creator": "", - "pubDate": "2021-12-08T18:02:14Z", + "title": "‘I dread Christmas. My husband won’t get jabbed’: The families split over Covid vaccines as they plan holiday gatherings", + "description": "

    We talk to three people faced with moral crises over reconciling family festivities with the risks posed by coronavirus

    Christmas is meant to be a time filled with joy, but for many families it can underline divisions between parents, children or siblings and bring unresolved tensions to the surface. This year adds a particular issue to that dynamic – whether or not individual family members are vaccinated.

    Continue reading...", + "content": "

    We talk to three people faced with moral crises over reconciling family festivities with the risks posed by coronavirus

    Christmas is meant to be a time filled with joy, but for many families it can underline divisions between parents, children or siblings and bring unresolved tensions to the surface. This year adds a particular issue to that dynamic – whether or not individual family members are vaccinated.

    Continue reading...", + "category": "Vaccines and immunisation", + "link": "https://www.theguardian.com/society/2021/dec/04/i-dread-christmas-my-husband-wont-get-jabbed-the-families-split-over-covid-vaccines-as-they-plan-holiday-gatherings", + "creator": "Donna Ferguson", + "pubDate": "2021-12-04T14:25:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221187,16 +246540,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b70f1d93b5ed9365442f73491c64937f" + "hash": "1742276e73e8dfd9b5662523639b2df9" }, { - "title": "Mobile phone apps make it almost impossible to get lost these days. And that isn’t good for us | Adrian Chiles", - "description": "

    In an era of mobile phones, we rarely lose our way - which means we miss out on the joy and relief of finding it again

    A travel company called Black Tomato, in return for a significant sum of money, will drop you in the middle of you know not where, and leave you there. The product is called Get Lost and is surely more evidence that we’ve, well, lost our way.

    Which isn’t to say that it’s a daft idea. As a matter of fact, it quite appeals to me. I’m used to feeling psychologically lost – that wouldn’t be much of a holiday – but I’m very rarely physically, geographically lost. And annoying, and even frightening, as it can be, I miss this sensation. I believe it is good for the soul. “Oh, that magic feeling, nowhere to go,” is a line in a Beatles song. How about: “Oh, that magic feeling, where the bloody hell am I?”

    Continue reading...", - "content": "

    In an era of mobile phones, we rarely lose our way - which means we miss out on the joy and relief of finding it again

    A travel company called Black Tomato, in return for a significant sum of money, will drop you in the middle of you know not where, and leave you there. The product is called Get Lost and is surely more evidence that we’ve, well, lost our way.

    Which isn’t to say that it’s a daft idea. As a matter of fact, it quite appeals to me. I’m used to feeling psychologically lost – that wouldn’t be much of a holiday – but I’m very rarely physically, geographically lost. And annoying, and even frightening, as it can be, I miss this sensation. I believe it is good for the soul. “Oh, that magic feeling, nowhere to go,” is a line in a Beatles song. How about: “Oh, that magic feeling, where the bloody hell am I?”

    Continue reading...", - "category": "Health & wellbeing", - "link": "https://www.theguardian.com/lifeandstyle/commentisfree/2021/dec/08/mobile-phone-apps-make-it-almost-impossible-to-get-lost-these-days-and-that-isnt-good-for-us", - "creator": "Adrian Chiles", - "pubDate": "2021-12-08T19:05:53Z", + "title": "‘I don’t like mandates’: Germans and Austrians on new Covid measures", + "description": "

    People give their views on compulsory jabs and restrictions on those have not been vaccinated

    The German government has announced a lockdown for the unvaccinated and is considering making Covid vaccines mandatory, after weeks of record infections in the country and much of German-speaking Europe.

    In Austria, thousands of people have taken to the streets in recent weeks to protest against a string of measures: from February, the government will be introducing compulsory vaccines for all, with exemption for those unable to receive a jab on medical grounds.

    Continue reading...", + "content": "

    People give their views on compulsory jabs and restrictions on those have not been vaccinated

    The German government has announced a lockdown for the unvaccinated and is considering making Covid vaccines mandatory, after weeks of record infections in the country and much of German-speaking Europe.

    In Austria, thousands of people have taken to the streets in recent weeks to protest against a string of measures: from February, the government will be introducing compulsory vaccines for all, with exemption for those unable to receive a jab on medical grounds.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/04/germans-and-austrians-on-new-covid-measures-mandates-vaccination", + "creator": "Jedidajah Otte", + "pubDate": "2021-12-04T11:09:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221207,16 +246560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8338089453a1458a372153afb5545f7e" + "hash": "e214b8f48ab33322d432aa74804f29ba" }, { - "title": "Met police say they will not investigate Downing Street Christmas party", - "description": "

    Force cites policy of not investigating past alleged breaches of Covid rules and lack of evidence

    The Metropolitan police has said it will not investigate the Downing Street Christmas party widely reported to have been held last year.

    In a much awaited statement, the force said it had a policy of not retrospectively investigating alleged breaches of coronavirus laws.

    Continue reading...", - "content": "

    Force cites policy of not investigating past alleged breaches of Covid rules and lack of evidence

    The Metropolitan police has said it will not investigate the Downing Street Christmas party widely reported to have been held last year.

    In a much awaited statement, the force said it had a policy of not retrospectively investigating alleged breaches of coronavirus laws.

    Continue reading...", - "category": "Metropolitan police", - "link": "https://www.theguardian.com/uk-news/2021/dec/08/met-police-say-they-will-not-investigate-downing-street-christmas-party", - "creator": "Vikram Dodd Police and crime correspondent", - "pubDate": "2021-12-08T20:35:28Z", + "title": "On my radar: Adjoa Andoh’s cultural highlights", + "description": "

    The actor on her hopes for Brixton’s new theatre, an offbeat western and the sophistication of African art

    Adjoa Andoh was born in Bristol in 1963 and grew up in Wickwar, Gloucestershire. A veteran stage actor, she starred in His Dark Materials at the National Theatre and in the title role of an all-women of colour production of Richard II at the Globe in 2019. On TV, Andoh plays Lady Danbury in Bridgerton, which returns next year, and she will appear in season two of The Witcher on Netflix from 17 December. She lives in south London with her husband, the novelist Howard Cunnell, and their three children.

    Continue reading...", + "content": "

    The actor on her hopes for Brixton’s new theatre, an offbeat western and the sophistication of African art

    Adjoa Andoh was born in Bristol in 1963 and grew up in Wickwar, Gloucestershire. A veteran stage actor, she starred in His Dark Materials at the National Theatre and in the title role of an all-women of colour production of Richard II at the Globe in 2019. On TV, Andoh plays Lady Danbury in Bridgerton, which returns next year, and she will appear in season two of The Witcher on Netflix from 17 December. She lives in south London with her husband, the novelist Howard Cunnell, and their three children.

    Continue reading...", + "category": "Culture", + "link": "https://www.theguardian.com/culture/2021/dec/04/on-my-radar-adjoa-andohs-cultural-highlights", + "creator": "Killian Fox", + "pubDate": "2021-12-04T15:00:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221227,16 +246580,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "64b37ba11ea0c4436bde7ee75d002c03" + "hash": "509c76192308966e996f4a1bce7804eb" }, { - "title": "Covid live: UK reports 51,342 new infections; three Pfizer shots can ‘neutralise’ Omicron, lab tests show", - "description": "

    Latest figures come amid concern over spread of Omicron variant; Pfizer says third jab increased antibodies by factor of 25

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", - "content": "

    Latest figures come amid concern over spread of Omicron variant; Pfizer says third jab increased antibodies by factor of 25

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/08/covid-live-news-south-korea-surge-sparks-hospital-alarm-stealth-omicron-variant-found", - "creator": "Tom Ambrose (now); Sarah Marsh, Kevin Rawlinson, Martin Belam and Martin Farrer (earlier)", - "pubDate": "2021-12-08T22:32:19Z", + "title": "Penelope Jackson appeals against murder verdict claiming media footage ‘impeded’ fair trial", + "description": "

    The release of filmed confession of Somerset woman jailed for killing husband prejudiced her hearing, says lawyer

    A woman jailed for at least 18 years after being found guilty of murdering her husband is to appeal against her conviction on the grounds that video and audio evidence released into the public domain midway through her trial impeded her right to a fair hearing.

    Penelope Jackson, 66, was found guilty of murder in October at Bristol crown court after a jury of eight women and four men delivered a 10-2 majority verdict.

    Continue reading...", + "content": "

    The release of filmed confession of Somerset woman jailed for killing husband prejudiced her hearing, says lawyer

    A woman jailed for at least 18 years after being found guilty of murdering her husband is to appeal against her conviction on the grounds that video and audio evidence released into the public domain midway through her trial impeded her right to a fair hearing.

    Penelope Jackson, 66, was found guilty of murder in October at Bristol crown court after a jury of eight women and four men delivered a 10-2 majority verdict.

    Continue reading...", + "category": "Crime", + "link": "https://www.theguardian.com/uk-news/2021/dec/04/penelope-jackson-appeals-against-verdict-claiming-media-footage-impeded-fair-trial", + "creator": "Hannah Summers", + "pubDate": "2021-12-04T17:00:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221247,16 +246600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "59c0eab48d3f4945a3b328bf4197885b" + "hash": "709fe318427ae47e5a72c75584f8bab0" }, { - "title": "Camels enhanced with Botox barred from Saudi beauty contest", - "description": "

    Dozens of animals disqualified after owners manipulate their looks with hormones, fillers and facelifts

    Saudi authorities have carried out their biggest crackdown on camel beauty contestants, disqualifying more than 40 “enhanced” camels from the annual pageant, according to the state-run Saudi Press Agency.

    The camels disqualified in the competition, at the King Abdulaziz camel festival, were judged to have received Botox injections and other artificial touch-ups.

    Continue reading...", - "content": "

    Dozens of animals disqualified after owners manipulate their looks with hormones, fillers and facelifts

    Saudi authorities have carried out their biggest crackdown on camel beauty contestants, disqualifying more than 40 “enhanced” camels from the annual pageant, according to the state-run Saudi Press Agency.

    The camels disqualified in the competition, at the King Abdulaziz camel festival, were judged to have received Botox injections and other artificial touch-ups.

    Continue reading...", - "category": "Saudi Arabia", - "link": "https://www.theguardian.com/world/2021/dec/08/camels-enhanced-with-botox-barred-from-saudi-beauty-contest", - "creator": "AP in Dubai", - "pubDate": "2021-12-08T15:26:56Z", + "title": "The English teacher and the Nazis: trove of letters in Melbourne reveals network that saved Jews", + "description": "

    Frances and Jan Newell painstakingly uncovered their mother’s role in facilitating the escape of Jews and political dissidents from Berlin to Britain

    For decades, more than 100 mouse-nibbled fruit boxes, tea chests and old leather suitcases sat untouched in a 3-metre pile in the backyard shed of Frances Newell’s home in suburban Melbourne.

    They were stuffed with thousands of letters – some in German, others in English – that she had kept when her father moved out of their family home in Castlemaine in the 1990s.

    Continue reading...", + "content": "

    Frances and Jan Newell painstakingly uncovered their mother’s role in facilitating the escape of Jews and political dissidents from Berlin to Britain

    For decades, more than 100 mouse-nibbled fruit boxes, tea chests and old leather suitcases sat untouched in a 3-metre pile in the backyard shed of Frances Newell’s home in suburban Melbourne.

    They were stuffed with thousands of letters – some in German, others in English – that she had kept when her father moved out of their family home in Castlemaine in the 1990s.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/05/the-english-teacher-and-the-nazis-trove-of-letters-in-melbourne-reveals-network-that-saved-jews", + "creator": "Elias Visontay", + "pubDate": "2021-12-04T19:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221267,16 +246620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "620c5f1f6277a35729c6c433ee4f34e6" + "hash": "59ec57ad96394e365e2beeabeaf98bf3" }, { - "title": "Biden’s carbon-neutral order praised for ‘aligning government power with climate goals’ – live", - "description": "

    Joe Biden took a few questions from reporters this morning, as he left the White House to start his trip to Kansas City, Missouri.

    Asked about his summit yesterday with Vladimir Putin, Biden said, “I was very straightforward. There were no minced words.”

    Continue reading...", - "content": "

    Joe Biden took a few questions from reporters this morning, as he left the White House to start his trip to Kansas City, Missouri.

    Asked about his summit yesterday with Vladimir Putin, Biden said, “I was very straightforward. There were no minced words.”

    Continue reading...", - "category": "House of Representatives", - "link": "https://www.theguardian.com/us-news/live/2021/dec/08/house-passes-768bn-defense-bill-biden-us-politics-live", - "creator": "Joan E Greve", - "pubDate": "2021-12-08T22:09:26Z", + "title": "Emmanuel Macron’s dangerous shift on the New Caledonia referendum risks a return to violence | Rowena Dickins Morrison, Adrian Muckle and Benoît Trépied", + "description": "

    With the growing possibility of a pro-independence victory, France is derailing decolonisation in a bid to shore up its position in the Indo-Pacific

    The French government’s decision to hold New Caledonia’s self-determination referendum on 12 December, despite the resolve of pro-independence parties not to participate, is a reckless political gambit with potentially dire consequences.

    The referendum will be the third and final consultation held under the 1998 Noumea accord – successor to the Matignon accords which ended instability and violence between the Kanak independence movement and local “loyalists” and the French state in 1988. By organising this month’s referendum without the participation of the Indigenous Kanak people, who overwhelmingly support independence, France is undermining the innovative and peaceful decolonisation process of the last 30 years, founded on French state neutrality and seeking consensus between opposing local political parties.

    Continue reading...", + "content": "

    With the growing possibility of a pro-independence victory, France is derailing decolonisation in a bid to shore up its position in the Indo-Pacific

    The French government’s decision to hold New Caledonia’s self-determination referendum on 12 December, despite the resolve of pro-independence parties not to participate, is a reckless political gambit with potentially dire consequences.

    The referendum will be the third and final consultation held under the 1998 Noumea accord – successor to the Matignon accords which ended instability and violence between the Kanak independence movement and local “loyalists” and the French state in 1988. By organising this month’s referendum without the participation of the Indigenous Kanak people, who overwhelmingly support independence, France is undermining the innovative and peaceful decolonisation process of the last 30 years, founded on French state neutrality and seeking consensus between opposing local political parties.

    Continue reading...", + "category": "New Caledonia", + "link": "https://www.theguardian.com/world/commentisfree/2021/dec/02/emmanuel-macrons-dangerous-shift-on-the-new-caledonia-referendum-risks-a-return-to-violence", + "creator": "Rowena Dickins Morrison, Adrian Muckle and Benoît Trépied", + "pubDate": "2021-12-02T02:22:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221287,16 +246640,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e54729488f48d3acbf7c8b7769e56b01" + "hash": "aea191ee2486abd6d14dbb651c21d9f3" }, { - "title": "Australia news live update: Qld, NT pass 80% vaccine milestone; Victoria records 1,232 Covid cases, nine deaths; 420 cases and one death in NSW", - "description": "

    Deputy prime minister returns positive Covid test in the US; Victoria records 1,232 new Covid-19 cases and nine deaths; NSW records 420 cases, one death; Queensland and Northern Territory pass 80% fully vaccinated mark; $23.6bn takeover of Sydney Airport approved; woman dies in floodwaters in Brisbane. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", - "content": "

    Deputy prime minister returns positive Covid test in the US; Victoria records 1,232 new Covid-19 cases and nine deaths; NSW records 420 cases, one death; Queensland and Northern Territory pass 80% fully vaccinated mark; $23.6bn takeover of Sydney Airport approved; woman dies in floodwaters in Brisbane. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/09/australia-news-live-update-increase-in-nsw-covid-cases-linked-to-more-parties-omicron-could-become-dominant-strain-pfizer-children-scott-morrison-gladys-berejiklian-moderna-vaccine", - "creator": "Justine Landis-Hanley", - "pubDate": "2021-12-08T23:15:13Z", + "title": "Pécresse chosen as French centre-right’s first female candidate for presidency", + "description": "

    Former minister is surprise winner of Les Républicains’ nomination, beating high-profile names such as Michel Barnier

    France’s rightwing opposition party has chosen a female candidate for next year’s presidential election for the first time in its history.

    Valérie Pécresse emerged victorious after two rounds of voting by members of Les Républicains that unexpectedly saw favourites including “Monsieur Brexit” Michel Barnier knocked out in the first vote last week.

    Continue reading...", + "content": "

    Former minister is surprise winner of Les Républicains’ nomination, beating high-profile names such as Michel Barnier

    France’s rightwing opposition party has chosen a female candidate for next year’s presidential election for the first time in its history.

    Valérie Pécresse emerged victorious after two rounds of voting by members of Les Républicains that unexpectedly saw favourites including “Monsieur Brexit” Michel Barnier knocked out in the first vote last week.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/04/pecresse-chosen-as-french-centre-rights-first-female-candidate-for-presidency", + "creator": "Kim Willsher in Paris", + "pubDate": "2021-12-04T17:16:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221307,16 +246660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "491ee18e053498153f45bee65ea0cf90" + "hash": "af96b395ad5425f2e8aaff63df087907" }, { - "title": "Massie’s gun collection: ‘They shouldn’t be in the hands of civilians’", - "description": "

    Analysis: furore continues over ‘Christmas card’ by US Congressman of group holding military weapons

    It is the Christmas card that has sent shockwaves across the world – and provided a chilling reminder of the size and type of weapons that are perfectly legal to own and carry in large parts of the US.

    An analysis by the Guardian indicates the guns in the photograph published by the Republican congressman Thomas Massie are military grade and – in some cases – similar to those used in recent notorious deadly incidents.

    Continue reading...", - "content": "

    Analysis: furore continues over ‘Christmas card’ by US Congressman of group holding military weapons

    It is the Christmas card that has sent shockwaves across the world – and provided a chilling reminder of the size and type of weapons that are perfectly legal to own and carry in large parts of the US.

    An analysis by the Guardian indicates the guns in the photograph published by the Republican congressman Thomas Massie are military grade and – in some cases – similar to those used in recent notorious deadly incidents.

    Continue reading...", - "category": "US gun control", - "link": "https://www.theguardian.com/us-news/2021/dec/06/massies-gun-collection-they-shouldnt-be-in-the-hands-of-civilians", - "creator": "Dan Sabbagh", - "pubDate": "2021-12-06T19:05:31Z", + "title": "Can you say Squid Game in Korean? TV show fuels demand for east Asian language learning", + "description": "

    Japanese and Korean are in top five choices in UK this year at online platform Duolingo

    Whether it’s down to Squid Game or kawaii culture, fascination with Korea and Japan is fuelling a boom in learning east Asian languages. Japanese is the fastest growing language to be learned in the UK this year on the online platform Duolingo, and Korean is the fourth fastest.

    Most of the interest is driven by cultural issues, the firm said in its 2021 Duolingo language report, which will be published tomorrow and analyses how the 20 million downloads of its platform are used.

    Continue reading...", + "content": "

    Japanese and Korean are in top five choices in UK this year at online platform Duolingo

    Whether it’s down to Squid Game or kawaii culture, fascination with Korea and Japan is fuelling a boom in learning east Asian languages. Japanese is the fastest growing language to be learned in the UK this year on the online platform Duolingo, and Korean is the fourth fastest.

    Most of the interest is driven by cultural issues, the firm said in its 2021 Duolingo language report, which will be published tomorrow and analyses how the 20 million downloads of its platform are used.

    Continue reading...", + "category": "Languages", + "link": "https://www.theguardian.com/education/2021/dec/04/can-you-say-squid-game-in-korean-tv-show-fuels-demand-for-east-asian-language-learning", + "creator": "James Tapper", + "pubDate": "2021-12-04T15:00:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221327,16 +246680,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b3acab0cc65d3d72508e87c39553730" + "hash": "c4a0feefa1037ae477cf5666b00e8e83" }, { - "title": "Indian defence chief among 13 killed in helicopter crash", - "description": "

    Gen Bipin Rawat, who was leading changes to his country’s military, died along with his wife and other senior officers

    The Indian defence chief, Gen Bipin Rawat, was among 13 people killed in a helicopter crash on Wednesday, raising questions over the future of military changes he was leading.

    Rawat was India’s first chief of defence staff, a position that the government established in 2019, and was seen as close to the prime minister, Narendra Modi.

    Continue reading...", - "content": "

    Gen Bipin Rawat, who was leading changes to his country’s military, died along with his wife and other senior officers

    The Indian defence chief, Gen Bipin Rawat, was among 13 people killed in a helicopter crash on Wednesday, raising questions over the future of military changes he was leading.

    Rawat was India’s first chief of defence staff, a position that the government established in 2019, and was seen as close to the prime minister, Narendra Modi.

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/2021/dec/08/indian-defence-chief-bipin-rawat-among-13-killed-in-helicopter-crash", - "creator": "Agence France-Presse in Coonoor", - "pubDate": "2021-12-08T17:31:03Z", + "title": "Covid news: Rio’s famous NYE party cancelled, Omicron detected in 38 countries", + "description": "

    Follow all the day’s coronavirus news from around the world as it happens

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", + "content": "

    Follow all the day’s coronavirus news from around the world as it happens

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/04/covid-news-boris-johnson-reported-to-police-over-no-10-parties-south-korea-cases-and-deaths-at-new-high", + "creator": "Nadeem Badshah (now), Sarah Marsh (earlier)", + "pubDate": "2021-12-04T17:04:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221347,16 +246700,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92a64a9b04ca5e539171f57bda128e8b" + "hash": "4d7d7ae4161ee2ecda0e6613f47831f5" }, { - "title": "Three Pfizer jabs likely to protect against Omicron infection, tests suggest", - "description": "

    Initial findings indicate stark reduction in protection against new variant from two vaccine doses

    Three doses of the Pfizer/BioNTech vaccine are likely to protect against infection with the Omicron variant but two doses may not, according to laboratory data that will increase pressure to speed up booster programmes.

    Tests using antibodies in blood samples have given some of the first insights into how far Omicron escapes immunity, showing a stark drop-off in the predicted protection against infection or any type of disease for people who have had two doses. The findings suggest that, for Omicron, Pfizer/BioNTech should now be viewed as a “three-dose vaccine”.

    Continue reading...", - "content": "

    Initial findings indicate stark reduction in protection against new variant from two vaccine doses

    Three doses of the Pfizer/BioNTech vaccine are likely to protect against infection with the Omicron variant but two doses may not, according to laboratory data that will increase pressure to speed up booster programmes.

    Tests using antibodies in blood samples have given some of the first insights into how far Omicron escapes immunity, showing a stark drop-off in the predicted protection against infection or any type of disease for people who have had two doses. The findings suggest that, for Omicron, Pfizer/BioNTech should now be viewed as a “three-dose vaccine”.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/08/omicron-can-partially-evade-covid-vaccine-protection-study-finds", - "creator": "Hannah Devlin Science correspondent", - "pubDate": "2021-12-08T18:48:25Z", + "title": "I was told the 12 steps would cure my addiction. Why did I end up feeling more broken?", + "description": "

    In this quasi-religious programme, ‘working the steps’ is the remedy for any problem, but for me the cracks soon started to show

    Eight of us sat together in a circle in a wooden shed, an outbuilding at a large country house, somewhere in the south of England. The door was ajar, and spring light flooded the room. “Can anyone name any treatment methods for addiction, other than the 12 steps?” asked a counsellor.

    Cognitive behavioural therapy?” offered a patient.

    Continue reading...", + "content": "

    In this quasi-religious programme, ‘working the steps’ is the remedy for any problem, but for me the cracks soon started to show

    Eight of us sat together in a circle in a wooden shed, an outbuilding at a large country house, somewhere in the south of England. The door was ajar, and spring light flooded the room. “Can anyone name any treatment methods for addiction, other than the 12 steps?” asked a counsellor.

    Cognitive behavioural therapy?” offered a patient.

    Continue reading...", + "category": "Mental health", + "link": "https://www.theguardian.com/society/2021/dec/04/12-steps-addiction-cure-quasi-religious", + "creator": "Oscar Quine", + "pubDate": "2021-12-04T12:00:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221367,16 +246720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d787767c5670d888f35ac62859c46281" + "hash": "ae5a5676ffc3612ad6d2d8b14e89081e" }, { - "title": "‘The Wizard of Oz of entertainment’: the incredible career of Robert Stigwood", - "description": "

    He managed the Bee Gees and created Saturday Night Fever but the closeted impressario ‘never felt that sense of success’ according to a new documentary

    According to film director John Maggio, two types of executives run the entertainment industry – one far rarer than the other. “The vast majority of them don’t know what’s good, or what will be a hit, until ten other people tell them,” he said. “But a few can tell you right away. They’re the visionaries.”

    For an extended time, one of the most clairvoyant was Robert Stigwood. Yet no one had made a feature documentary about him until now. Mr Saturday Night lays out the rocket-like trajectory of this manager turned producer turned impresario who scored hits in the worlds of music, theater, concerts and film. Stigwood’s projects ranged from managing the Bee Gees to running a record label featuring artists like Eric Clapton to producing two of the biggest movies of all time – Saturday Night Fever and Grease, as well as the successful movie version of the Who’s Tommy – to bankrolling smash plays like Jesus Christ Superstar and Evita. “For a time, he was the Wizard of Oz of entertainment,” said Maggio, who directed the film, to the Guardian. “Between 1970 and 1978, he could not not make a hit.”

    Continue reading...", - "content": "

    He managed the Bee Gees and created Saturday Night Fever but the closeted impressario ‘never felt that sense of success’ according to a new documentary

    According to film director John Maggio, two types of executives run the entertainment industry – one far rarer than the other. “The vast majority of them don’t know what’s good, or what will be a hit, until ten other people tell them,” he said. “But a few can tell you right away. They’re the visionaries.”

    For an extended time, one of the most clairvoyant was Robert Stigwood. Yet no one had made a feature documentary about him until now. Mr Saturday Night lays out the rocket-like trajectory of this manager turned producer turned impresario who scored hits in the worlds of music, theater, concerts and film. Stigwood’s projects ranged from managing the Bee Gees to running a record label featuring artists like Eric Clapton to producing two of the biggest movies of all time – Saturday Night Fever and Grease, as well as the successful movie version of the Who’s Tommy – to bankrolling smash plays like Jesus Christ Superstar and Evita. “For a time, he was the Wizard of Oz of entertainment,” said Maggio, who directed the film, to the Guardian. “Between 1970 and 1978, he could not not make a hit.”

    Continue reading...", - "category": "Documentary", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/08/robert-stigwood-documentary-saturday-night-fever", - "creator": "Jim Farber", - "pubDate": "2021-12-08T16:22:43Z", + "title": "Abuse, intimidation, death threats: the vicious backlash facing former vegans", + "description": "

    Going vegan has never been more popular – but some people who try it and then decide to reintroduce animal products face shocking treatment

    In 2015, Freya Robinson decided to go vegan. For more than a year, the 28-year-old from East Sussex did not consume a single animal product. Then, in 2016, on a family holiday in Bulgaria, she passed a steak restaurant and something inside her switched. “I walked in and ordered the biggest steak I could have and completely inhaled it,” she says. After finishing it, she ordered another.

    For the previous year, Robinson had been suffering from various health problems – low energy levels, brain fog, painful periods and dull skin – which she now believes were the result of her diet. She says her decline was gradual and almost went unnoticed. “Because it’s not an instant depletion, you don’t suddenly feel bad the next day, it’s months down the line. It’s very, very slow.” In just over a year, the balanced plant-based food she cooked daily from scratch, using organic vegetables from the farm she works on, and legumes and nuts vital for protein, had, she felt, taken a toll on her body.

    Continue reading...", + "content": "

    Going vegan has never been more popular – but some people who try it and then decide to reintroduce animal products face shocking treatment

    In 2015, Freya Robinson decided to go vegan. For more than a year, the 28-year-old from East Sussex did not consume a single animal product. Then, in 2016, on a family holiday in Bulgaria, she passed a steak restaurant and something inside her switched. “I walked in and ordered the biggest steak I could have and completely inhaled it,” she says. After finishing it, she ordered another.

    For the previous year, Robinson had been suffering from various health problems – low energy levels, brain fog, painful periods and dull skin – which she now believes were the result of her diet. She says her decline was gradual and almost went unnoticed. “Because it’s not an instant depletion, you don’t suddenly feel bad the next day, it’s months down the line. It’s very, very slow.” In just over a year, the balanced plant-based food she cooked daily from scratch, using organic vegetables from the farm she works on, and legumes and nuts vital for protein, had, she felt, taken a toll on her body.

    Continue reading...", + "category": "Veganism", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/04/abuse-intimidation-death-threats-the-vicious-backlash-facing-fomer-vegans", + "creator": "Ellie Abraham", + "pubDate": "2021-12-04T10:00:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221387,16 +246740,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a601d88373e98d1cbbd7a04866d51569" + "hash": "0b26ef4ad80acd74eef4652b4a2a9985" }, { - "title": "Macron takes on far-right presidential rival in visit to Vichy", - "description": "

    President warns about ‘manipulation’ of history after Éric Zemmour claims Vichy regime protected French Jews from Nazis

    Emmanuel Macron has warned against the “manipulation” of history in a clear message to the far-right presidential candidate, Éric Zemmour, on a symbolic visit to Vichy.

    After the German occupation in 1940, the spa town was chosen for Marshal Philippe Pétain’s puppet regime, which collaborated with the Nazis and ensured the deportation of Jews to death camps. Zemmour has angered historians by claiming, instead, that Pétain saved French Jews.

    Continue reading...", - "content": "

    President warns about ‘manipulation’ of history after Éric Zemmour claims Vichy regime protected French Jews from Nazis

    Emmanuel Macron has warned against the “manipulation” of history in a clear message to the far-right presidential candidate, Éric Zemmour, on a symbolic visit to Vichy.

    After the German occupation in 1940, the spa town was chosen for Marshal Philippe Pétain’s puppet regime, which collaborated with the Nazis and ensured the deportation of Jews to death camps. Zemmour has angered historians by claiming, instead, that Pétain saved French Jews.

    Continue reading...", - "category": "Emmanuel Macron", - "link": "https://www.theguardian.com/world/2021/dec/08/macron-takes-on-far-right-presidential-rival-in-visit-to-vichy", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2021-12-08T19:41:54Z", + "title": "Omicron cases climb amid Sydney cluster; Qld to quarantine Adelaide travellers – as it happened", + "description": "

    South Australia announces rule changes for interstate arrivals as ACT records first case of variant. This blog is now closed

    Just noting we are still waiting on the SA press conference to begin.

    There’s a press conference with the South Australian premier, Steven Marshall, and CHO Nicola Spurrier at 9.45am SA time (so roughly half an hour from now).

    Continue reading...", + "content": "

    South Australia announces rule changes for interstate arrivals as ACT records first case of variant. This blog is now closed

    Just noting we are still waiting on the SA press conference to begin.

    There’s a press conference with the South Australian premier, Steven Marshall, and CHO Nicola Spurrier at 9.45am SA time (so roughly half an hour from now).

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/04/australia-live-news-updates-omicron-covid-cases-climb-as-western-sydney-school-cluster-worsens", + "creator": "Tory Shepherd and Josh Taylor (earlier)", + "pubDate": "2021-12-04T06:47:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221407,16 +246760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "496f783a271812add59981075db5ca2c" + "hash": "bff37e3e4f6720c743ee410d03b7ef08" }, { - "title": "Australia news live update: Barnaby Joyce tests positive for Covid; increase in NSW cases linked to more parties; Omicron could become dominant variant", - "description": "

    Deputy prime minister returns positive Covid test in the US; Queensland and Northern Territory pass 80% fully vaccinated mark; woman dies in floodwaters in Brisbane; a trivia night at a Sydney pub is the source of a new Covid cluster after 44 people were diagnosed with the virus. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", - "content": "

    Deputy prime minister returns positive Covid test in the US; Queensland and Northern Territory pass 80% fully vaccinated mark; woman dies in floodwaters in Brisbane; a trivia night at a Sydney pub is the source of a new Covid cluster after 44 people were diagnosed with the virus. Follow live

    A high profile doctor has announced she will be standing against treasurer Josh Frydenberg in the Melbourne seat of Kooyong, saying she “can’t stand” the government’s inaction on climate change.

    Prof Monique Ryan, the director of neurology at the Royal Children’s Hospital Melbourne, launched her independent campaign on Thursday.

    As a woman, a mother, and a doctor whose job it is to protect our children, I can’t stand it anymore. I can’t stand by, on the sidelines, while our local member votes with Barnaby Joyce against action on climate change.

    Every day I go to work and make difficult decisions to help Australian children. Is it too much to ask our government to do the same?

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/09/australia-news-live-update-increase-in-nsw-covid-cases-linked-to-more-parties-omicron-could-become-dominant-strain-pfizer-children-scott-morrison-gladys-berejiklian-moderna-vaccine", - "creator": "Justine Landis-Hanley", - "pubDate": "2021-12-08T22:14:57Z", + "title": "'Matter of time': Fauci confirms first US case of Omicron – video", + "description": "

    The first confirmed case of the Omicron variant of Covid-19 in the US has been identified in California. In a White House news briefing, Anthony Fauci, the director of the national institute of allergies and infectious diseases and chief medical adviser to the US president, said the case was in an individual who had travelled from South Africa on 22 November and tested positive for Covid on 29 November. 'We knew it was just a matter of time,' he said

    Continue reading...", + "content": "

    The first confirmed case of the Omicron variant of Covid-19 in the US has been identified in California. In a White House news briefing, Anthony Fauci, the director of the national institute of allergies and infectious diseases and chief medical adviser to the US president, said the case was in an individual who had travelled from South Africa on 22 November and tested positive for Covid on 29 November. 'We knew it was just a matter of time,' he said

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/01/matter-of-time-fauci-confirms-first-us-case-of-omicron-video", + "creator": "", + "pubDate": "2021-12-01T19:50:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221427,16 +246780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98ab255fab1240474ec629e8d8c386ef" + "hash": "1e3d1e8718c235f355e961b36c2fc8bd" }, { - "title": "Olaf Scholz elected to succeed Angela Merkel as German chancellor", - "description": "

    Former Hamburg mayor secures 395 of 736 delegates’ ballots in parliamentary vote

    Olaf Scholz will succeed Angela Merkel as Germany’s new chancellor after securing a majority of 395 of 736 delegates’ ballots in a parliamentary vote on Wednesday morning.

    Scholz will oversee a liberal-left “traffic light” coalition government between his Social Democratic party (SPD), the Greens and the liberal Free Democratic party (FDP), the first power-sharing agreement of such a kind in Germany, and the first governing alliance with three parties since 1957.

    Continue reading...", - "content": "

    Former Hamburg mayor secures 395 of 736 delegates’ ballots in parliamentary vote

    Olaf Scholz will succeed Angela Merkel as Germany’s new chancellor after securing a majority of 395 of 736 delegates’ ballots in a parliamentary vote on Wednesday morning.

    Scholz will oversee a liberal-left “traffic light” coalition government between his Social Democratic party (SPD), the Greens and the liberal Free Democratic party (FDP), the first power-sharing agreement of such a kind in Germany, and the first governing alliance with three parties since 1957.

    Continue reading...", - "category": "Olaf Scholz", - "link": "https://www.theguardian.com/world/2021/dec/08/olaf-scholz-elected-succeed-angela-merkel-german-chancellor", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-12-08T09:58:37Z", + "title": "Time to think about mandatory Covid vaccination, says EU chief – video", + "description": "

    The EU must consider mandatory vaccination in response to the spread of the 'highly contagious' Omicron Covid variant across Europe, the European Commission president has said. Ursula von der Leyen said one-third of Europe's 150-million population were not vaccinated and it was 'appropriate' to discuss the issue

    Continue reading...", + "content": "

    The EU must consider mandatory vaccination in response to the spread of the 'highly contagious' Omicron Covid variant across Europe, the European Commission president has said. Ursula von der Leyen said one-third of Europe's 150-million population were not vaccinated and it was 'appropriate' to discuss the issue

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/dec/01/time-to-think-about-mandatory-covid-vaccination-says-eu-chief-video", + "creator": "", + "pubDate": "2021-12-01T18:59:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221447,16 +246800,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b49995aaf0aab24766e0eb5e178c216" + "hash": "5585265823459cadd6658e8c497c5d09" }, { - "title": "China accuses Australia of ‘political posturing’ over diplomatic boycott of Beijing Winter Olympics", - "description": "

    Scott Morrison says athletes will compete in next year’s Games because sport and politics should not mix

    The prime minister, Scott Morrison, has confirmed Australian officials will not attend the Beijing Winter Olympics, joining the United States in a diplomatic boycott of next year’s Games and prompting accusations from Beijing of political posturing.

    Morrison told reporters in Sydney it was “not surprising”, given the deterioration in the diplomatic relationship between Australia and China, that officials would not attend next year’s winter Games.

    Continue reading...", - "content": "

    Scott Morrison says athletes will compete in next year’s Games because sport and politics should not mix

    The prime minister, Scott Morrison, has confirmed Australian officials will not attend the Beijing Winter Olympics, joining the United States in a diplomatic boycott of next year’s Games and prompting accusations from Beijing of political posturing.

    Morrison told reporters in Sydney it was “not surprising”, given the deterioration in the diplomatic relationship between Australia and China, that officials would not attend next year’s winter Games.

    Continue reading...", - "category": "Australian politics", - "link": "https://www.theguardian.com/australia-news/2021/dec/08/australia-joins-beijing-winter-olympics-diplomatic-boycott-over-chinas-human-rights-abuses", - "creator": "Katharine Murphy and Helen Davidson", - "pubDate": "2021-12-08T04:32:12Z", + "title": "Mali: militants fire on bus, killing at least 31 people", + "description": "

    Insurgents shoot villagers going to a market on the same day UN peacekeeping convoy attacked, killing one person

    Militants have killed at least 31 people in central Mali when they fired upon a bus ferrying people to a local market and attacked a UN convoy in the north of the country in a region racked by a violent insurgency.

    The bus was attacked on Friday by unidentified gunmen as it travelled its twice-weekly route from the village of Songho to a market in Bandiagara six miles (10km) away, said Moulaye Guindo, the mayor of the nearby town of Bankass.

    Continue reading...", + "content": "

    Insurgents shoot villagers going to a market on the same day UN peacekeeping convoy attacked, killing one person

    Militants have killed at least 31 people in central Mali when they fired upon a bus ferrying people to a local market and attacked a UN convoy in the north of the country in a region racked by a violent insurgency.

    The bus was attacked on Friday by unidentified gunmen as it travelled its twice-weekly route from the village of Songho to a market in Bandiagara six miles (10km) away, said Moulaye Guindo, the mayor of the nearby town of Bankass.

    Continue reading...", + "category": "Mali", + "link": "https://www.theguardian.com/world/2021/dec/04/mali-militants-fire-on-bus-killing-at-least-31-people", + "creator": "Staff and agencies", + "pubDate": "2021-12-04T06:58:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221467,16 +246820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2032d4294522536175d92725add602c" + "hash": "9adddcf902769ff84b4f374c2e043c94" }, { - "title": "Covid live: over-40s in England now eligible for booster after three months; South Korea surge sparks alarm", - "description": "

    Millions of over-40s in England can book a top-up jab from today; South Korea PM Kim Boo-kyum says hospital capacity under strain as cases rise

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", - "content": "

    Millions of over-40s in England can book a top-up jab from today; South Korea PM Kim Boo-kyum says hospital capacity under strain as cases rise

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/08/covid-live-news-south-korea-surge-sparks-hospital-alarm-stealth-omicron-variant-found", - "creator": "Martin Belam (now) and Martin Farrer (earlier)", - "pubDate": "2021-12-08T10:30:31Z", + "title": "This was a bridge too far, even for Boris Johnson | Rowan Moore", + "description": "

    His proposed link from Scotland to Northern Ireland has finally been sunk by cost. No surprise there

    An architect who was invited to design a kitchen extension for a married couple spent an evening with them to discuss their (conflicting) needs and aspirations for the work. At the end, he gave them this valuable advice. “You don’t need a kitchen,” he said, “you need a divorce.”

    This story brings us to the announcement that Boris Johnson’s idea of building a bridge between Northern Ireland and Scotland would be, at £335bn, absurdly expensive. Such was widely suspected as soon as the plan became public given, among other things, that it would have to cross the 300m-deep Beaufort’s Dyke, which is filled with up to a million tonnes of dumped munitions. But it has required a government feasibility study by a team of “world-renowned technical advisers” to conclude that bears do, after all, shit in the woods.

    Continue reading...", + "content": "

    His proposed link from Scotland to Northern Ireland has finally been sunk by cost. No surprise there

    An architect who was invited to design a kitchen extension for a married couple spent an evening with them to discuss their (conflicting) needs and aspirations for the work. At the end, he gave them this valuable advice. “You don’t need a kitchen,” he said, “you need a divorce.”

    This story brings us to the announcement that Boris Johnson’s idea of building a bridge between Northern Ireland and Scotland would be, at £335bn, absurdly expensive. Such was widely suspected as soon as the plan became public given, among other things, that it would have to cross the 300m-deep Beaufort’s Dyke, which is filled with up to a million tonnes of dumped munitions. But it has required a government feasibility study by a team of “world-renowned technical advisers” to conclude that bears do, after all, shit in the woods.

    Continue reading...", + "category": "Architecture", + "link": "https://www.theguardian.com/commentisfree/2021/dec/04/this-was-a-bridge-too-far-even-for-boris-johnson", + "creator": "Rowan Moore", + "pubDate": "2021-12-04T17:00:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221487,16 +246840,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e401975815eb6bba2e0636ac20f3e86" + "hash": "726e280ea21558452cf6932aea24fe79" }, { - "title": "England skittled for just 147 by Australia in dramatic start to Ashes series", - "description": "

    It was a first day in the job that seemed written in the southern stars for Pat Cummins, Australia’s newly-crowned Test captain claiming a five-wicket haul, watching his opposite number trudge off after a nine-ball duck and England’s batsmen left in a state of general bewilderment.

    From the opening delivery of this pandemic-era Ashes, when Rory Burns displayed the footwork of an early Strictly evictee and Mitchell Starc speared the brand new Kookaburra ball into his leg stump, everything turned to Australian gold; for England, three for 11 in the blink of an eye and then all out for 147 in 50.1 overs, this represented the latest chapter in the great book of Gabba woes.

    Continue reading...", - "content": "

    It was a first day in the job that seemed written in the southern stars for Pat Cummins, Australia’s newly-crowned Test captain claiming a five-wicket haul, watching his opposite number trudge off after a nine-ball duck and England’s batsmen left in a state of general bewilderment.

    From the opening delivery of this pandemic-era Ashes, when Rory Burns displayed the footwork of an early Strictly evictee and Mitchell Starc speared the brand new Kookaburra ball into his leg stump, everything turned to Australian gold; for England, three for 11 in the blink of an eye and then all out for 147 in 50.1 overs, this represented the latest chapter in the great book of Gabba woes.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/2021/dec/08/england-australia-ashes-report-day-one-first-test-rory-burns-first-ball-mitchell-starc", - "creator": "Ali Martin", - "pubDate": "2021-12-08T07:25:12Z", + "title": "Joe Biden pledges to make any Russian invasion of Ukraine ‘very, very difficult’", + "description": "

    Washington and Kyiv say Moscow has massed troops near border ahead of planned US-Russia video summit

    Joe Biden he said he would make it “very, very difficult” for Russia to launch any invasion of Ukraine, which warned that a large-scale attack could be planned for next month.

    Washington and Kyiv say Moscow has massed troops near Ukraine’s borders and accuse Russia of planning an invasion.

    Continue reading...", + "content": "

    Washington and Kyiv say Moscow has massed troops near border ahead of planned US-Russia video summit

    Joe Biden he said he would make it “very, very difficult” for Russia to launch any invasion of Ukraine, which warned that a large-scale attack could be planned for next month.

    Washington and Kyiv say Moscow has massed troops near Ukraine’s borders and accuse Russia of planning an invasion.

    Continue reading...", + "category": "Ukraine", + "link": "https://www.theguardian.com/world/2021/dec/03/joe-biden-russia-ukraine-invasion-very-difficult", + "creator": "AFP in Washington", + "pubDate": "2021-12-03T18:03:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221507,16 +246860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d940af27ff1cef80d15a30f684141c80" + "hash": "286d57036627f524571b435860ba00c8" }, { - "title": "PM accused of lying after No 10 officials caught joking about Christmas party", - "description": "

    Exchange between Ed Oldfield and Allegra Stratton took place last December days after alleged party took place

    Boris Johnson is facing accusations of lying after senior No 10 officials were filmed joking about a lockdown Christmas party that Downing Street insists did not take place.

    Johnson and his aides have repeatedly denied that the event, reportedly held for staff at No 10 in December last year, broke Covid rules or took place at all.

    Continue reading...", - "content": "

    Exchange between Ed Oldfield and Allegra Stratton took place last December days after alleged party took place

    Boris Johnson is facing accusations of lying after senior No 10 officials were filmed joking about a lockdown Christmas party that Downing Street insists did not take place.

    Johnson and his aides have repeatedly denied that the event, reportedly held for staff at No 10 in December last year, broke Covid rules or took place at all.

    Continue reading...", - "category": "Conservatives", - "link": "https://www.theguardian.com/politics/2021/dec/07/leaked-video-shows-no-10-officials-joking-about-holding-christmas-party", - "creator": "Peter Walker, Aubrey Allegretti and Jamie Grierson", - "pubDate": "2021-12-07T20:59:18Z", + "title": "Covid news: Boris Johnson reported to police over No 10 parties, South Korea cases and deaths at new high", + "description": "

    Follow all the day’s coronavirus news from around the world as it happens

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", + "content": "

    Follow all the day’s coronavirus news from around the world as it happens

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/04/covid-news-boris-johnson-reported-to-police-over-no-10-parties-south-korea-cases-and-deaths-at-new-high", + "creator": "Sarah Marsh", + "pubDate": "2021-12-04T11:28:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221527,16 +246880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "86c09c1745694e51a26dd49f9622e6a8" + "hash": "fec25b068076a5f7662cdc744f9c35d4" }, { - "title": "Australia’s fertility rate falls to record low in 2020", - "description": "

    Registered births fell by 3.7% in 2020, with the total fertility rate at an all-time low of 1.58 babies per woman

    Australia’s fertility rate continues to plummet, with registered births dropping below 300,000 for the first time in 14 years.

    Figures released by the Australian Bureau of Statistics on Wednesday showed there were 294,369 registered births in 2020, a decrease of 3.7% from 2019. The previous year’s decline was 3%.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Registered births fell by 3.7% in 2020, with the total fertility rate at an all-time low of 1.58 babies per woman

    Australia’s fertility rate continues to plummet, with registered births dropping below 300,000 for the first time in 14 years.

    Figures released by the Australian Bureau of Statistics on Wednesday showed there were 294,369 registered births in 2020, a decrease of 3.7% from 2019. The previous year’s decline was 3%.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/08/australias-fertility-rate-falls-to-record-low-in-2020", - "creator": "Peter Hannam Economics correspondent", - "pubDate": "2021-12-08T04:52:31Z", + "title": "Billie Eilish: ‘I’ve gotten a lot more proud of who I am’", + "description": "

    The pop superstar on her extraordinary year – the Bond theme, that Vogue cover, the success of her second album – and hosting Saturday Night Live

    It’s a measure of what Billie Eilish’s life has been like in 2021 that she woke up one morning last month, rolled over to check her phone and found out she’d got seven Grammy award nominations. She’d overslept the actual announcement. “I was up late, watching Fleabag. Again!”

    We’re speaking over Zoom from her home in Los Angeles. “This is my third time watching Fleabag. I’ve literally just paused it, again, to do this interview. Andrew Scott is my favourite actor in the world! And Phoebe [Waller-Bridge] is so fucking good, I can’t stress it enough. When I met her at the Bond premiere, I was trying not to blow smoke up her ass the entire night.”

    Eilish would be a standout figure of 2021 for her Grammy-winning title music for No Time to Die alone, written, as always, with her big brother, Finneas. It premiered at the pre-Covid 2020 Brit awards and was finally unleashed in the cinemas just over two months ago (“We saw the whole movie in December 2019… we’ve had to keep all the secrets for two years… that was hard!”). But the Bond theme is old news, given everything else that has happened this past year.

    Continue reading...", + "content": "

    The pop superstar on her extraordinary year – the Bond theme, that Vogue cover, the success of her second album – and hosting Saturday Night Live

    It’s a measure of what Billie Eilish’s life has been like in 2021 that she woke up one morning last month, rolled over to check her phone and found out she’d got seven Grammy award nominations. She’d overslept the actual announcement. “I was up late, watching Fleabag. Again!”

    We’re speaking over Zoom from her home in Los Angeles. “This is my third time watching Fleabag. I’ve literally just paused it, again, to do this interview. Andrew Scott is my favourite actor in the world! And Phoebe [Waller-Bridge] is so fucking good, I can’t stress it enough. When I met her at the Bond premiere, I was trying not to blow smoke up her ass the entire night.”

    Eilish would be a standout figure of 2021 for her Grammy-winning title music for No Time to Die alone, written, as always, with her big brother, Finneas. It premiered at the pre-Covid 2020 Brit awards and was finally unleashed in the cinemas just over two months ago (“We saw the whole movie in December 2019… we’ve had to keep all the secrets for two years… that was hard!”). But the Bond theme is old news, given everything else that has happened this past year.

    Continue reading...", + "category": "Billie Eilish", + "link": "https://www.theguardian.com/music/2021/dec/04/billie-eilish-interview-faces-of-year-happier-than-ever", + "creator": "Jude Rogers", + "pubDate": "2021-12-04T13:00:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221547,16 +246900,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df07e66455b5d354254126b0d3ae9ce3" + "hash": "69fbee58efe80e8e5590d1c57a715938" }, { - "title": "Journalists in China face ‘nightmare’ worthy of Mao era, press freedom group says", - "description": "

    Reporters Without Borders calls increasing media oppression in China a ‘great leap backwards’ and says Hong Kong journalism is ‘in freefall’

    Xi Jinping has created a “nightmare” of media oppression worthy of the Mao era, and Hong Kong’s journalism is in “freefall”, according to Reporters Without Borders (RSF).

    In a major report released on Wednesday, the journalism advocacy group detailed the worsening treatment of journalists and tightening of control over information in China, adding to an environment in which “freely accessing information has become a crime and to provide information an even greater crime”.

    Continue reading...", - "content": "

    Reporters Without Borders calls increasing media oppression in China a ‘great leap backwards’ and says Hong Kong journalism is ‘in freefall’

    Xi Jinping has created a “nightmare” of media oppression worthy of the Mao era, and Hong Kong’s journalism is in “freefall”, according to Reporters Without Borders (RSF).

    In a major report released on Wednesday, the journalism advocacy group detailed the worsening treatment of journalists and tightening of control over information in China, adding to an environment in which “freely accessing information has become a crime and to provide information an even greater crime”.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/08/journalists-in-china-face-nightmare-worthy-of-mao-era-press-freedom-group-says", - "creator": "Helen Davidson", - "pubDate": "2021-12-08T06:48:43Z", + "title": "Are you dreaming of a booze-free Christmas? Join the (soda) club", + "description": "

    The market in no- and low-alcohol drinks is booming in the UK as more people swap the festive hangover for mindful drinking

    The concept of a Christmas without champagne, wine or whisky is counterintuitive to many. But this festive season, growing numbers of Britons are eschewing alcohol and gearing up for a teetotal – or at least partially so – celebration, according to retailers.

    Sales in the no- and low-alcohol category, also known as “NoLo”, are expected to grow by 17% in the UK this year, reports IWSR Drinks Market Analysis, and will hit almost 19 million cases and a value of $741m (£558m). Meanwhile, Sainsbury’s, Waitrose and Tesco all report that sales of NoLo drinks have seen huge rises year on year, a trend they expect to continue in the run-up to Christmas, amid a rise in “mindful drinking”.

    Continue reading...", + "content": "

    The market in no- and low-alcohol drinks is booming in the UK as more people swap the festive hangover for mindful drinking

    The concept of a Christmas without champagne, wine or whisky is counterintuitive to many. But this festive season, growing numbers of Britons are eschewing alcohol and gearing up for a teetotal – or at least partially so – celebration, according to retailers.

    Sales in the no- and low-alcohol category, also known as “NoLo”, are expected to grow by 17% in the UK this year, reports IWSR Drinks Market Analysis, and will hit almost 19 million cases and a value of $741m (£558m). Meanwhile, Sainsbury’s, Waitrose and Tesco all report that sales of NoLo drinks have seen huge rises year on year, a trend they expect to continue in the run-up to Christmas, amid a rise in “mindful drinking”.

    Continue reading...", + "category": "Alcohol", + "link": "https://www.theguardian.com/society/2021/dec/04/are-you-dreaming-of-a-booze-free-christmas-join-the-soda-club", + "creator": "Miranda Bryant", + "pubDate": "2021-12-04T14:30:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221567,16 +246920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "776b8661e8a89269bb1da68861ab6989" + "hash": "5ba1ad5c5bfeb2ea27407f0c3ee62817" }, { - "title": "‘Dream come true’: Japanese billionaire blasts off for ISS", - "description": "

    Yusaku Maezawa fulfils childhood ambition with 12-day trip to International Space Station

    A Japanese billionaire has fulfilled his childhood dream of travelling to space, as one of two passengers onboard a Russian rocket that blasted off towards the International Space Station.

    Yusaku Maezawa, the founder of Zozo, a successful online fashion business, and his production assistant, Yozo Hirano, on Wednesday became the first space tourists to travel to the ISS for more than a decade.

    Continue reading...", - "content": "

    Yusaku Maezawa fulfils childhood ambition with 12-day trip to International Space Station

    A Japanese billionaire has fulfilled his childhood dream of travelling to space, as one of two passengers onboard a Russian rocket that blasted off towards the International Space Station.

    Yusaku Maezawa, the founder of Zozo, a successful online fashion business, and his production assistant, Yozo Hirano, on Wednesday became the first space tourists to travel to the ISS for more than a decade.

    Continue reading...", - "category": "International Space Station", - "link": "https://www.theguardian.com/science/2021/dec/08/dream-come-true-japanese-billionaire-blasts-off-for-iss", - "creator": "Justin McCurry in Tokyo and agencies", - "pubDate": "2021-12-08T09:14:00Z", + "title": "Mel Brooks on losing the loves of his life: ‘People know how good Carl Reiner was, but not how great’", + "description": "

    From best friend Carl Reiner to wife Anne Bancroft, the great comic has had to face great loss. But even in the middle of a pandemic, the 95-year-old is still finding ways to laugh

    In February 2020, I joined Mel Brooks at the Beverly Hills home of his best friend, the director and writer Carl Reiner, for their nightly tradition of eating dinner together and watching the gameshow Jeopardy!. It was one of the most emotional nights of my life. Brooks, more than anyone, shaped my idea of Jewish-American humour, emphasising its joyfulness, cleverness and in-jokiness. Compared with his stellar 60s and 70s, when he was one of the most successful movie directors in the world, with The Producers and Blazing Saddles, and later his glittering 2000s, when his musical adaptation of The Producers dominated Broadway and the West End, his 80s and 90s are considered relatively fallow years. But his 1987 Star Wars spoof, Spaceballs, was the first Brooks movie I saw, and nothing was funnier to this then nine-year-old than that nonstop gag-a-thon (forget Yoda and the Force; in Spaceballs, Mel Brooks is Yoghurt and he wields the greatest power of all, the Schwartz).

    I loved listening to Brooks and Reiner – whose films included The Jerk and The Man With Two Brains – reminisce about their eight decades of friendship in which, together and separately, they created some of the greatest American comedy of the 20th century. The deep love between them was palpable, with Brooks, then 93, gently prompting 97-year-old Reiner on some of his anecdotes. It was impossible not to be moved by their friendship, and hard not to feel anxiety about the prospect of one of them someday having to dine on his own.

    Continue reading...", + "content": "

    From best friend Carl Reiner to wife Anne Bancroft, the great comic has had to face great loss. But even in the middle of a pandemic, the 95-year-old is still finding ways to laugh

    In February 2020, I joined Mel Brooks at the Beverly Hills home of his best friend, the director and writer Carl Reiner, for their nightly tradition of eating dinner together and watching the gameshow Jeopardy!. It was one of the most emotional nights of my life. Brooks, more than anyone, shaped my idea of Jewish-American humour, emphasising its joyfulness, cleverness and in-jokiness. Compared with his stellar 60s and 70s, when he was one of the most successful movie directors in the world, with The Producers and Blazing Saddles, and later his glittering 2000s, when his musical adaptation of The Producers dominated Broadway and the West End, his 80s and 90s are considered relatively fallow years. But his 1987 Star Wars spoof, Spaceballs, was the first Brooks movie I saw, and nothing was funnier to this then nine-year-old than that nonstop gag-a-thon (forget Yoda and the Force; in Spaceballs, Mel Brooks is Yoghurt and he wields the greatest power of all, the Schwartz).

    I loved listening to Brooks and Reiner – whose films included The Jerk and The Man With Two Brains – reminisce about their eight decades of friendship in which, together and separately, they created some of the greatest American comedy of the 20th century. The deep love between them was palpable, with Brooks, then 93, gently prompting 97-year-old Reiner on some of his anecdotes. It was impossible not to be moved by their friendship, and hard not to feel anxiety about the prospect of one of them someday having to dine on his own.

    Continue reading...", + "category": "Mel Brooks", + "link": "https://www.theguardian.com/film/2021/dec/04/mel-brooks-on-losing-the-loves-of-his-life-people-know-how-good-carl-reiner-was-but-not-how-great", + "creator": "Hadley Freeman", + "pubDate": "2021-12-04T08:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221587,16 +246940,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d55f96e47c558721c3e7b0d825048d6" + "hash": "2b314c9e2de4e4f0463b0fcc1962a1c0" }, { - "title": "Kellogg to replace 1,400 strikers as deal is rejected", - "description": "

    Strike, which began in October, expected to continue as workers seek significant raises, saying they work 80-hour weeks

    Kellogg has said it is permanently replacing 1,400 workers who have been on strike since October, a decision that comes as the majority of its cereal plant workforce rejected a deal that would have provided 3% raises.

    The Bakery, Confectionary, Tobacco Workers and Grain Millers (BCTGM) International Union said an overwhelming majority of workers had voted down the five-year offer.

    Continue reading...", - "content": "

    Strike, which began in October, expected to continue as workers seek significant raises, saying they work 80-hour weeks

    Kellogg has said it is permanently replacing 1,400 workers who have been on strike since October, a decision that comes as the majority of its cereal plant workforce rejected a deal that would have provided 3% raises.

    The Bakery, Confectionary, Tobacco Workers and Grain Millers (BCTGM) International Union said an overwhelming majority of workers had voted down the five-year offer.

    Continue reading...", - "category": "US unions", - "link": "https://www.theguardian.com/us-news/2021/dec/07/kellogg-strike-workers-pay", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-08T02:59:29Z", + "title": "Romance fraudster conned women in UK out of thousands, say police", + "description": "

    NCA says Osagie Aigbonohan used series of online aliases to form relationships with victims including terminally ill woman

    A romance fraudster conned a victim out of thousands of pounds and targeted hundreds of others, including a terminally ill woman, according to the National Crime Agency (NCA).

    Osagie Aigbonohan, 40, used a number of aliases to contact women online through dating and social media sites, and in one case cheated a woman out of almost £10,000, the agency said.

    Continue reading...", + "content": "

    NCA says Osagie Aigbonohan used series of online aliases to form relationships with victims including terminally ill woman

    A romance fraudster conned a victim out of thousands of pounds and targeted hundreds of others, including a terminally ill woman, according to the National Crime Agency (NCA).

    Osagie Aigbonohan, 40, used a number of aliases to contact women online through dating and social media sites, and in one case cheated a woman out of almost £10,000, the agency said.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/04/romance-fraudster-conned-women-in-uk-out-of-thousands-say-police", + "creator": "PA Media", + "pubDate": "2021-12-04T15:14:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221607,16 +246960,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "19c851acef6038c69ffd36fdb35ed16e" + "hash": "147b9c264c6a21a6fd243174a103245c" }, { - "title": "Whoops and grunts: ‘bizarre’ fish songs raise hopes for coral reef recovery", - "description": "

    Vibrant soundscape shows Indonesian reef devastated by blast fishing is returning to health

    From whoops to purrs, snaps to grunts, and foghorns to laughs, a cacophony of bizarre fish songs have shown that a coral reef in Indonesia has returned rapidly to health.

    Many of the noises had never been recorded before and the fish making these calls remain mysterious, despite the use of underwater speakers to try to “talk” to some.

    Continue reading...", - "content": "

    Vibrant soundscape shows Indonesian reef devastated by blast fishing is returning to health

    From whoops to purrs, snaps to grunts, and foghorns to laughs, a cacophony of bizarre fish songs have shown that a coral reef in Indonesia has returned rapidly to health.

    Many of the noises had never been recorded before and the fish making these calls remain mysterious, despite the use of underwater speakers to try to “talk” to some.

    Continue reading...", - "category": "Coral", - "link": "https://www.theguardian.com/environment/2021/dec/08/whoops-and-grunts-bizarre-fish-songs-raise-hopes-for-coral-reef-recovery", - "creator": "Damian Carrington Environment editor", - "pubDate": "2021-12-08T05:00:32Z", + "title": "Filming wild beasts: Cherry Kearton interviewed – archive, 11 May 1914", + "description": "

    11 May 1914: The British wildlife photographer tells the Guardian about filming animals ‘unmolested and unharassed in their native wilds’

    I found Mr Cherry Kearton, who has just returned from crossing Africa with a kinema camera for the third time, in the private room of his London office (writes a representative of the Manchester Guardian).

    He was endeavouring to conduct a business conversation on the telephone. Round him stood half a dozen merry friends, whose joy at welcoming him home was so ebullient that they refused to be serious. The author of several standard books was giving lifelike imitations of a roaring lion, while the others were laughing loudly at his performance.

    Continue reading...", + "content": "

    11 May 1914: The British wildlife photographer tells the Guardian about filming animals ‘unmolested and unharassed in their native wilds’

    I found Mr Cherry Kearton, who has just returned from crossing Africa with a kinema camera for the third time, in the private room of his London office (writes a representative of the Manchester Guardian).

    He was endeavouring to conduct a business conversation on the telephone. Round him stood half a dozen merry friends, whose joy at welcoming him home was so ebullient that they refused to be serious. The author of several standard books was giving lifelike imitations of a roaring lion, while the others were laughing loudly at his performance.

    Continue reading...", + "category": "Photography", + "link": "https://www.theguardian.com/artanddesign/2021/dec/04/filming-wild-beasts-cherry-kearton-interviewed-1914", + "creator": "A representative of the Manchester Guardian", + "pubDate": "2021-12-04T10:00:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221627,16 +246980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddf8c6826a65716c6b6d9202a8e5ad2b" + "hash": "2bb82a5ddf1e968fd7bd29974c749365" }, { - "title": "Omicron Covid cases ‘doubling every two to three days’ in UK, says scientist", - "description": "

    Prof Neil Ferguson says coronavirus variant likely to be dominant strain in the UK before Christmas

    The spread of the Omicron variant of coronavirus appears to be doubling every two to three days, Prof Neil Ferguson has said, adding that it could be necessary to impose new lockdowns as a result.

    Ferguson, a member of the UK government’s Scientific Advisory Group for Emergencies (Sage) and head of the disease outbreak modelling group at Imperial College London, told BBC Radio 4’s Today programme on Wednesday that Omicron was likely to be the dominant strain in the UK before Christmas.

    Continue reading...", - "content": "

    Prof Neil Ferguson says coronavirus variant likely to be dominant strain in the UK before Christmas

    The spread of the Omicron variant of coronavirus appears to be doubling every two to three days, Prof Neil Ferguson has said, adding that it could be necessary to impose new lockdowns as a result.

    Ferguson, a member of the UK government’s Scientific Advisory Group for Emergencies (Sage) and head of the disease outbreak modelling group at Imperial College London, told BBC Radio 4’s Today programme on Wednesday that Omicron was likely to be the dominant strain in the UK before Christmas.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/08/omicron-covid-cases-doubling-every-two-to-three-days-in-uk-says-scientist", - "creator": "Archie Bland", - "pubDate": "2021-12-08T09:01:20Z", + "title": "Omicron seems to carry higher Covid reinfection risk, says South Africa", + "description": "

    Scientists warn of higher rate of repeat infections but say vaccines appear to protect against serious illness

    The Omicron variant of Covid-19 appears to be reinfecting people at three times the rate of previous strains, experts in South Africa have said, as public health officials and scientists from around the world closely monitor developments in the country where it was first identified.

    As the EU’s public health agency warned that Omicron could cause more than half of all new Covid infections in Europe within the next few months, evidence was emerging, however, that vaccines still appear to offer protection against serious illness.

    Continue reading...", + "content": "

    Scientists warn of higher rate of repeat infections but say vaccines appear to protect against serious illness

    The Omicron variant of Covid-19 appears to be reinfecting people at three times the rate of previous strains, experts in South Africa have said, as public health officials and scientists from around the world closely monitor developments in the country where it was first identified.

    As the EU’s public health agency warned that Omicron could cause more than half of all new Covid infections in Europe within the next few months, evidence was emerging, however, that vaccines still appear to offer protection against serious illness.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/02/omicron-may-cause-more-covid-reinfections-say-south-african-experts", + "creator": "Peter Beaumont and Nick Dall in Cape Town", + "pubDate": "2021-12-02T18:23:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221647,16 +247000,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd3e6d187c199835e5a71b24402ba419" + "hash": "6c79da79c89365823c0e50eda49c6418" }, { - "title": "Queensland declares ‘world first’ Omicron Covid genetic variation but experts say it is not a new variant", - "description": "

    Sub-lineage described as Omicron ‘like’ was identified in an overseas arrival to the state from South Africa

    Queensland has declared a “world-first” sub-lineage of Omicron but experts say it’s not a new variant or a new strain and more information is needed.

    The new Omicron Covid sub-lineage, known as Omicron “like”, was identified in an overseas arrival to Queensland from South Africa.

    Continue reading...", - "content": "

    Sub-lineage described as Omicron ‘like’ was identified in an overseas arrival to the state from South Africa

    Queensland has declared a “world-first” sub-lineage of Omicron but experts say it’s not a new variant or a new strain and more information is needed.

    The new Omicron Covid sub-lineage, known as Omicron “like”, was identified in an overseas arrival to Queensland from South Africa.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/08/queensland-declares-world-first-omicron-covid-genetic-variation-but-experts-say-it-is-not-a-new-variant", - "creator": "Cait Kelly", - "pubDate": "2021-12-08T05:16:12Z", + "title": "Michigan shooting: suspect’s parents in custody charged with manslaughter", + "description": "
    • Jennifer and James Crumbley went missing, prompting search
    • Son Ethan, 15, charged with murder over deadly school shooting

    The parents of a boy who is accused of killing four students at a Michigan high school have been taken into custody after the pair went missing in the wake of being charged as part of the investigation into the mass shooting.

    Jennifer and James Crumbley were charged with four counts of involuntary manslaughter but authorities on Friday said the whereabouts of the Crumbleys were not known, prompting a search.

    Continue reading...", + "content": "
    • Jennifer and James Crumbley went missing, prompting search
    • Son Ethan, 15, charged with murder over deadly school shooting

    The parents of a boy who is accused of killing four students at a Michigan high school have been taken into custody after the pair went missing in the wake of being charged as part of the investigation into the mass shooting.

    Jennifer and James Crumbley were charged with four counts of involuntary manslaughter but authorities on Friday said the whereabouts of the Crumbleys were not known, prompting a search.

    Continue reading...", + "category": "Michigan", + "link": "https://www.theguardian.com/us-news/2021/dec/03/michigan-high-school-shooting-parents-manslaughter-charges", + "creator": "Joanna Walters and agencies", + "pubDate": "2021-12-04T08:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221667,16 +247020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "73be5603bcc69053d57940911c524af5" + "hash": "51934e6ec4442b660d5fb97ee5c118ee" }, { - "title": "Tennis Australia denies seeking loopholes for unvaccinated players as Novak Djokovic included in draw", - "description": "

    Australian Open organisers say ‘all players, participants and staff’ must be vaccinated as Djokovic, who has not revealed his vaccination status, is included in tournament draw

    Tennis Australia has hit back at suggestions it is seeking to exploit a “loophole” in border entry rules so unvaccinated players can compete in the upcoming Australian Open, as it included Novak Djokovic in the draw for the January grand slam.

    Djokovic’s inclusion in the tournament draw, which was released on Wednesday afternoon, followed intense speculation about the world No 1’s ability to enter the country.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Australian Open organisers say ‘all players, participants and staff’ must be vaccinated as Djokovic, who has not revealed his vaccination status, is included in tournament draw

    Tennis Australia has hit back at suggestions it is seeking to exploit a “loophole” in border entry rules so unvaccinated players can compete in the upcoming Australian Open, as it included Novak Djokovic in the draw for the January grand slam.

    Djokovic’s inclusion in the tournament draw, which was released on Wednesday afternoon, followed intense speculation about the world No 1’s ability to enter the country.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Tennis", - "link": "https://www.theguardian.com/sport/2021/dec/08/tennis-australia-denies-seeking-loopholes-for-unvaccinated-players-amid-novak-djokovic-row", - "creator": "Elias Visontay", - "pubDate": "2021-12-08T06:41:48Z", + "title": "Nowhere left to pray: Hindu groups target Muslim sites in Gurgaon", + "description": "

    The dwindling number of places available for the metropolis’s Muslims are becoming religious battlefields

    Until a few weeks ago, no one had given much thought to the car park outside sector 37 police station in Gurgaon, a satellite city to India’s capital, Delhi. But for the last few Fridays the dusty, litter-strewn patch of concrete has become a religious battlefield.

    This week as a Hindu nationalist mob assembled in their usual saffron, roars of their signature slogans “Jai Shri Ram” (Hail Lord Ram) and “hail the motherland” filled the air. Then a cry rang out: “The Muslims are here.” And the mob began to charge.

    Continue reading...", + "content": "

    The dwindling number of places available for the metropolis’s Muslims are becoming religious battlefields

    Until a few weeks ago, no one had given much thought to the car park outside sector 37 police station in Gurgaon, a satellite city to India’s capital, Delhi. But for the last few Fridays the dusty, litter-strewn patch of concrete has become a religious battlefield.

    This week as a Hindu nationalist mob assembled in their usual saffron, roars of their signature slogans “Jai Shri Ram” (Hail Lord Ram) and “hail the motherland” filled the air. Then a cry rang out: “The Muslims are here.” And the mob began to charge.

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/2021/dec/04/hindu-groups-target-muslim-sites-india-gurgaon", + "creator": "Hannah Ellis-Petersen in Gurgaon", + "pubDate": "2021-12-04T05:00:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221687,16 +247040,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8492f334c2e36180749bc22e67893989" + "hash": "c65698811d276a8f44c25a84ddb982e9" }, { - "title": "‘She was very complicated. She was a conundrum’: who was the real Lucille Ball?", - "description": "

    Aaron Sorkin’s Oscar-tipped drama shows behind the scenes of the much-loved sitcom I Love Lucy. Here those who knew her look back on her unusual career

    She was very complicated, she was very loving and she was very mercurial. She was very generous but she came from the Depression and she was very guarded about money. She was a conundrum. She was a paradox of things. But she made me feel like I was the only person in the room, even in a crowd, and she made me feel authentic.

    Lee Tannen, author and playwright, is in full flow as he reminisces about his intense decade-long friendship with Lucille Ball, once the funniest and most famous woman in America. Her 1950s sitcom, I Love Lucy, pulled in 60m viewers and became part of the country’s cultural DNA.

    Continue reading...", - "content": "

    Aaron Sorkin’s Oscar-tipped drama shows behind the scenes of the much-loved sitcom I Love Lucy. Here those who knew her look back on her unusual career

    She was very complicated, she was very loving and she was very mercurial. She was very generous but she came from the Depression and she was very guarded about money. She was a conundrum. She was a paradox of things. But she made me feel like I was the only person in the room, even in a crowd, and she made me feel authentic.

    Lee Tannen, author and playwright, is in full flow as he reminisces about his intense decade-long friendship with Lucille Ball, once the funniest and most famous woman in America. Her 1950s sitcom, I Love Lucy, pulled in 60m viewers and became part of the country’s cultural DNA.

    Continue reading...", - "category": "US television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/07/she-was-very-complicated-she-was-a-conundrum-who-was-the-real-lucille-ball", - "creator": "David Smith in Washington", - "pubDate": "2021-12-08T07:15:35Z", + "title": "Dog noises, name calling, claims of abuse: a week of shame in Australian politics", + "description": "

    Despite a review finding one in three parliamentary staffers have been sexually harassed, behaviour inside the building shows no sign of improvement

    Allegations of abuse and accusations of widespread sexism. Bullying and harassment particularly of women. A cabinet minister stood aside pending an investigation into claims by a former staffer that their relationship was at times “abusive”. Even by the low standards of the Australian parliament, it was a week of horror in Canberra.

    The final sitting week of parliament for the year began with a long-awaited report on sexual harassment and cultural issues within the parliament, which found one in three parliamentary staffers “have experienced some form of sexual harassment while working there”.

    Continue reading...", + "content": "

    Despite a review finding one in three parliamentary staffers have been sexually harassed, behaviour inside the building shows no sign of improvement

    Allegations of abuse and accusations of widespread sexism. Bullying and harassment particularly of women. A cabinet minister stood aside pending an investigation into claims by a former staffer that their relationship was at times “abusive”. Even by the low standards of the Australian parliament, it was a week of horror in Canberra.

    The final sitting week of parliament for the year began with a long-awaited report on sexual harassment and cultural issues within the parliament, which found one in three parliamentary staffers “have experienced some form of sexual harassment while working there”.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/04/dog-noises-name-calling-claims-of-abuse-a-week-of-shame-in-australian-politics", + "creator": "Amy Remeikis in Canberra", + "pubDate": "2021-12-04T01:32:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221707,16 +247060,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba9cb15e1e23d14dde99b27e7fa498a5" + "hash": "1e576668ab5d7cd4f157ee302b824726" }, { - "title": "Steven Spielberg on making West Side Story with Stephen Sondheim: ‘I called him SS1!’", - "description": "

    The legendary director used to get scolded by his parents for singing its songs at the dinner table. As his version hits the big screen, he talks about his own dancefloor prowess – and the ‘obscure movie club’ he formed with Sondheim

    It’s a winter afternoon and you’re about to begin a video call with Steven Spielberg. The perfect opportunity, then, to make a quick brew in your Gremlins mug (Spielberg produced that devilish 1984 horror-comedy) then brandish it in front of the webcam for the director’s benefit. “Oh, I love that, thank you,” he says, chuckling softly. Then he wags a cautionary finger: “Don’t drink it after midnight!”

    The most famous and widely cherished film-maker in history is all twinkling eyes and gee-whiz charm today. He is about to turn 75 but first there is the release of his muscular new take on West Side Story, which marks his third collaboration with the playwright Tony Kushner, who also scripted Munich and Lincoln. Spielberg is at pains to point out that this not a remake of the Oscar-laden movie but a reimagining of the original stage musical. “I never would have dared go near it had it only been a film,” he says. “But, because it’s constantly being performed across the globe, I didn’t feel I was claim-jumping on my friend Robert Wise’s 1961 movie.”

    Continue reading...", - "content": "

    The legendary director used to get scolded by his parents for singing its songs at the dinner table. As his version hits the big screen, he talks about his own dancefloor prowess – and the ‘obscure movie club’ he formed with Sondheim

    It’s a winter afternoon and you’re about to begin a video call with Steven Spielberg. The perfect opportunity, then, to make a quick brew in your Gremlins mug (Spielberg produced that devilish 1984 horror-comedy) then brandish it in front of the webcam for the director’s benefit. “Oh, I love that, thank you,” he says, chuckling softly. Then he wags a cautionary finger: “Don’t drink it after midnight!”

    The most famous and widely cherished film-maker in history is all twinkling eyes and gee-whiz charm today. He is about to turn 75 but first there is the release of his muscular new take on West Side Story, which marks his third collaboration with the playwright Tony Kushner, who also scripted Munich and Lincoln. Spielberg is at pains to point out that this not a remake of the Oscar-laden movie but a reimagining of the original stage musical. “I never would have dared go near it had it only been a film,” he says. “But, because it’s constantly being performed across the globe, I didn’t feel I was claim-jumping on my friend Robert Wise’s 1961 movie.”

    Continue reading...", - "category": "Steven Spielberg", - "link": "https://www.theguardian.com/film/2021/dec/08/steven-spielberg-west-side-story-stephen-sondheim-ss1-legendary-director", - "creator": "Ryan Gilbey", - "pubDate": "2021-12-08T06:00:34Z", + "title": "Emmanuel Macron accused of trying to ‘rehabilitate’ Mohammed bin Salman", + "description": "

    Human rights groups criticise French president’s planned meeting with crown prince in Saudi Arabia

    Human rights groups have criticised Emmanuel Macron’s planned meeting with Mohammed bin Salman in Saudi Arabia on Saturday, which will mark the first one-on-one public meeting of a major western leader with the crown prince since the state-sponsored assassination of the journalist Jamal Khashoggi.

    For three years since the 2018 murder, western heads of state have avoided direct one-on-one meetings with the crown prince in the kingdom. The US president, Joe Biden, has even avoided speaking to the future king in what has widely been seen as an attempt to avoid conferring legitimacy on the de facto ruler.

    But Macron’s move suggests at least one major western leader is ready to formally re-establish ties to the crown prince directly, less than a year after US intelligence agencies released a report stating they believed that Prince Mohammed had approved the murder of Khashoggi.

    Continue reading...", + "content": "

    Human rights groups criticise French president’s planned meeting with crown prince in Saudi Arabia

    Human rights groups have criticised Emmanuel Macron’s planned meeting with Mohammed bin Salman in Saudi Arabia on Saturday, which will mark the first one-on-one public meeting of a major western leader with the crown prince since the state-sponsored assassination of the journalist Jamal Khashoggi.

    For three years since the 2018 murder, western heads of state have avoided direct one-on-one meetings with the crown prince in the kingdom. The US president, Joe Biden, has even avoided speaking to the future king in what has widely been seen as an attempt to avoid conferring legitimacy on the de facto ruler.

    But Macron’s move suggests at least one major western leader is ready to formally re-establish ties to the crown prince directly, less than a year after US intelligence agencies released a report stating they believed that Prince Mohammed had approved the murder of Khashoggi.

    Continue reading...", + "category": "Emmanuel Macron", + "link": "https://www.theguardian.com/world/2021/dec/03/emmanuel-macron-accused-of-trying-to-rehabilitate-mohammed-bin-salman", + "creator": "Angelique Chrisafis in Paris and Stephanie Kirchgaessner in Washington", + "pubDate": "2021-12-03T20:26:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221727,16 +247080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92abeca98c172a34f46e34a1bf9b65d3" + "hash": "86a1a41a43c41934b0a1d2907f83d6cf" }, { - "title": "James Bond: acclaimed writers explain how they would reinvent 007", - "description": "

    Producer Barbara Broccoli has not yet decided how Bond will return in the next film – but here are some ideas

    • Warning: article contains spoilers

    There are few commercial principles more reliable than this: there will always be another James Bond movie.

    It isn’t always easy to see how he’ll get to where he’s going next – and the franchise’s producer, Barbara Broccoli, isn’t sure either.

    Continue reading...", - "content": "

    Producer Barbara Broccoli has not yet decided how Bond will return in the next film – but here are some ideas

    • Warning: article contains spoilers

    There are few commercial principles more reliable than this: there will always be another James Bond movie.

    It isn’t always easy to see how he’ll get to where he’s going next – and the franchise’s producer, Barbara Broccoli, isn’t sure either.

    Continue reading...", - "category": "James Bond", - "link": "https://www.theguardian.com/film/2021/dec/08/james-bond-acclaimed-writers-explain-how-they-would-reinvent-007", - "creator": "Archie Bland", - "pubDate": "2021-12-08T07:00:35Z", + "title": "Top Trump official to plead the fifth to Capitol attack committee", + "description": "

    John Eastman, linked to efforts to stop Biden certification, to invoke constitutional protection against self-incrimination

    Former Trump lawyer John Eastman, who was connected to efforts to stop the certification of Joe Biden’s presidential election win on 6 January, will plead the fifth amendment protection against self-incrimination before the House select committee investigating the Capitol attack.

    The move by Eastman, communicated in a letter to the select committee by his attorney, is an extraordinary step and appears to suggest a growing fear among some of Trump’s closest advisers that their testimony may implicate them in potential criminality.

    Continue reading...", + "content": "

    John Eastman, linked to efforts to stop Biden certification, to invoke constitutional protection against self-incrimination

    Former Trump lawyer John Eastman, who was connected to efforts to stop the certification of Joe Biden’s presidential election win on 6 January, will plead the fifth amendment protection against self-incrimination before the House select committee investigating the Capitol attack.

    The move by Eastman, communicated in a letter to the select committee by his attorney, is an extraordinary step and appears to suggest a growing fear among some of Trump’s closest advisers that their testimony may implicate them in potential criminality.

    Continue reading...", + "category": "US Capitol attack", + "link": "https://www.theguardian.com/us-news/2021/dec/03/top-trump-official-capitol-attack-committee-john-eastman", + "creator": "Hugo Lowell in Washington", + "pubDate": "2021-12-03T19:14:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221747,16 +247100,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a1e5d4423def39251193328f4d6a1fe" + "hash": "6f35bc8cedd59a66819b3aeb5720a1c7" }, { - "title": "The inner lives of cats: what our feline friends really think about hugs, happiness and humans", - "description": "

    They do what they want, all the time – and can teach us a lot about how to live in the present, be content and learn from our experience

    I wanted to know the exact amount of time I spend ruminating on the inner lives of my cats, so I did what most people do in times of doubt, and consulted Google. According to my search history, in the two years since I became a cat owner I have Googled variations of “cat love me – how do I tell?” and “is my cat happy 17 times. I have also inadvertently subscribed to cat-related updates from the knowledge website Quora, which emails me a daily digest. (Sample: Can Cats Be Angry or Disappointed With Their Owner?)

    How do I love my cats? Let me count the ways. The clean snap of three-year-old Larry’s jaw as he contemplates me with detached curiosity is my favourite sound in the world. I love the tenor and cadence of my six-month-old kitten Kedi’s miaows as he follows me around the house. (High-pitched indignant squeaks means he wants food; lower-pitched chirrups suggest he would like to play.) I love the weight of Larry on my feet at night and the scratchy caress of Kedi’s tongue on my eyelid in the morning.

    Continue reading...", - "content": "

    They do what they want, all the time – and can teach us a lot about how to live in the present, be content and learn from our experience

    I wanted to know the exact amount of time I spend ruminating on the inner lives of my cats, so I did what most people do in times of doubt, and consulted Google. According to my search history, in the two years since I became a cat owner I have Googled variations of “cat love me – how do I tell?” and “is my cat happy 17 times. I have also inadvertently subscribed to cat-related updates from the knowledge website Quora, which emails me a daily digest. (Sample: Can Cats Be Angry or Disappointed With Their Owner?)

    How do I love my cats? Let me count the ways. The clean snap of three-year-old Larry’s jaw as he contemplates me with detached curiosity is my favourite sound in the world. I love the tenor and cadence of my six-month-old kitten Kedi’s miaows as he follows me around the house. (High-pitched indignant squeaks means he wants food; lower-pitched chirrups suggest he would like to play.) I love the weight of Larry on my feet at night and the scratchy caress of Kedi’s tongue on my eyelid in the morning.

    Continue reading...", - "category": "Cats", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/08/the-inner-lives-of-cats-what-our-feline-friends-really-think-about-hugs-happiness-and-humans", - "creator": "Sirin Kale", - "pubDate": "2021-12-08T06:00:34Z", + "title": "Does the Omicron variant mean Covid is going to become more transmissible?", + "description": "

    As new strain dampens idea pandemic might be diminishing, what does the future hold for coronavirus?

    When scientists predicted, months ago, that Covid-19 could be entering an endemic phase, many felt ready for the crisis period of the pandemic to be over. The tantalising suggestion that coronavirus might, at some foreseeable point, be just another seasonal cold felt welcome. But the emergence of the Omicron variant, just weeks before Christmas, shows this is not guaranteed to be a smooth or quick transition.

    Continue reading...", + "content": "

    As new strain dampens idea pandemic might be diminishing, what does the future hold for coronavirus?

    When scientists predicted, months ago, that Covid-19 could be entering an endemic phase, many felt ready for the crisis period of the pandemic to be over. The tantalising suggestion that coronavirus might, at some foreseeable point, be just another seasonal cold felt welcome. But the emergence of the Omicron variant, just weeks before Christmas, shows this is not guaranteed to be a smooth or quick transition.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/03/what-does-the-future-hold-for-coronavirus-explainer", + "creator": "Hannah Devlin Science correspondent", + "pubDate": "2021-12-03T16:42:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221767,16 +247120,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9db97e8fc4c15269efee18918eae5325" + "hash": "91fad6ab94af54d42132d94ed2511e10" }, { - "title": "Covid, mourning and the spectre of violence: New Caledonia prepares for blighted independence vote", - "description": "

    Pro-independence groups have called for Indigenous voters not to take part in Sunday’s long-awaited ballot, saying proper campaigning has been prevented

    New Caledonia is set to hold a referendum on independence from France this weekend, the third and final poll meant to conclude a decolonisation process initiated 30 years ago.

    For anyone who witnessed the first two referenda, the contrast with the vote set for 12 December is striking: instead of the countless Kanaky flags or the red, white and blue of the French tricolour that adorned houses, balconies, roadsides, pickups or even people in the run-up to the 2018 and 2020 votes, this year there is little to see. On the Place des Cocotiers, in the centre of Nouméa, the capital, the quiet is disturbed only by the incessant patrolling of police trucks, part of the increased security around the vote.

    Continue reading...", - "content": "

    Pro-independence groups have called for Indigenous voters not to take part in Sunday’s long-awaited ballot, saying proper campaigning has been prevented

    New Caledonia is set to hold a referendum on independence from France this weekend, the third and final poll meant to conclude a decolonisation process initiated 30 years ago.

    For anyone who witnessed the first two referenda, the contrast with the vote set for 12 December is striking: instead of the countless Kanaky flags or the red, white and blue of the French tricolour that adorned houses, balconies, roadsides, pickups or even people in the run-up to the 2018 and 2020 votes, this year there is little to see. On the Place des Cocotiers, in the centre of Nouméa, the capital, the quiet is disturbed only by the incessant patrolling of police trucks, part of the increased security around the vote.

    Continue reading...", - "category": "New Caledonia", - "link": "https://www.theguardian.com/world/2021/dec/08/covid-mourning-and-the-fear-of-violence-new-caledonia-prepares-for-blighted-independence-vote", - "creator": "Julien Sartre in Nouméa", - "pubDate": "2021-12-07T17:00:18Z", + "title": "The first man to hunt wildlife with a camera, not a rifle", + "description": "

    Cherry Kearton popularised nature like a Victorian David Attenborough – using bold techniques to get close to his subjects, as a new exhibition shows

    In 1909 two wildlife safari expeditions arrived by ship in Mombasa, Kenya, within days of each other. One party was enormous and led by the adventure-loving US president Teddy Roosevelt; the other consisted of just two men and was headed by Cherry Kearton, a young British bird photographer from Yorkshire.

    Over several months on safari the trigger-happy president and his son Kermit killed 17 lions, 11 elephants, 20 rhino, nine giraffes, 19 zebra, more than 400 hippos, hyena and other large animals, as well as many thousands of birds and smaller animals. By contrast Kearton, the first man in the world to hunt with a camera and not a rifle, killed just one animal, in self-defence.

    Continue reading...", + "content": "

    Cherry Kearton popularised nature like a Victorian David Attenborough – using bold techniques to get close to his subjects, as a new exhibition shows

    In 1909 two wildlife safari expeditions arrived by ship in Mombasa, Kenya, within days of each other. One party was enormous and led by the adventure-loving US president Teddy Roosevelt; the other consisted of just two men and was headed by Cherry Kearton, a young British bird photographer from Yorkshire.

    Over several months on safari the trigger-happy president and his son Kermit killed 17 lions, 11 elephants, 20 rhino, nine giraffes, 19 zebra, more than 400 hippos, hyena and other large animals, as well as many thousands of birds and smaller animals. By contrast Kearton, the first man in the world to hunt with a camera and not a rifle, killed just one animal, in self-defence.

    Continue reading...", + "category": "Photography", + "link": "https://www.theguardian.com/artanddesign/2021/dec/04/cherry-kearton-victorian-wildlife-photographer-exhibition", + "creator": "John Vidal", + "pubDate": "2021-12-04T10:00:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221787,16 +247140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2db29ad6c26edda9090c76244a6b7b64" + "hash": "db118d119f8111040468d2beee66ba08" }, { - "title": "Top civil servant regrets holiday while Afghanistan fell to Taliban", - "description": "

    Sir Philip Barton refused to say precisely when Raab had been on holiday in August

    The head of the diplomatic service has admitted failing to show leadership after he began a three-week holiday two days before the Foreign Office internally accepted Kabul was about to fall to the Taliban.

    Sir Philip Barton stayed on holiday until 28 August and during bruising evidence to the foreign affairs select committee, he admitted this was a mistake.

    Continue reading...", - "content": "

    Sir Philip Barton refused to say precisely when Raab had been on holiday in August

    The head of the diplomatic service has admitted failing to show leadership after he began a three-week holiday two days before the Foreign Office internally accepted Kabul was about to fall to the Taliban.

    Sir Philip Barton stayed on holiday until 28 August and during bruising evidence to the foreign affairs select committee, he admitted this was a mistake.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/07/philip-barton-regrets-holiday-while-afghanistan-fell-to-taliban", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-07T21:15:26Z", + "title": "Flashback – JLS: ‘X Factor was a crash course in this industry. Zero to hero in 10 weeks’", + "description": "

    Aston, Marvin, JB and Oritsé recreate their audition photo and reflect on backflips, friendships, reuniting and turkey farming

    Finalists on 2008’s X Factor, JLS – short for Jack the Lad Swing – are one of the show’s most successful acts. Celebrated for their R&B-infused pop and slick dance routines, the band reached No 1 with their first single, Beat Again, while their debut album won multiple Brit and Mobo awards, and went quadruple platinum. They released three more albums and a condom range, before splitting in 2013. Oritsé Williams and Aston Merrygold went on to pursue solo careers in music, Marvin Humes is thriving as a TV and radio host, while JB Gill pivoted to turkey farming in Kent. Their new album, JLS 2.0, came out on 3 December, and they complete their comeback tour on 12 December at Capital’s Jingle Bell Ball at London’s O2.

    Aston Merrygold
    It was Marvin’s idea to wear pastel polo shirts. We vibed it out in shorts, Converse and pulled-up socks. That first X Factor audition opened a lot of doors for JLS, fashion-wise, as it was quite forward-thinking at the time. The same thing happened later down the line with the deep V T-shirts. We were always happy to set boyband trends.

    Continue reading...", + "content": "

    Aston, Marvin, JB and Oritsé recreate their audition photo and reflect on backflips, friendships, reuniting and turkey farming

    Finalists on 2008’s X Factor, JLS – short for Jack the Lad Swing – are one of the show’s most successful acts. Celebrated for their R&B-infused pop and slick dance routines, the band reached No 1 with their first single, Beat Again, while their debut album won multiple Brit and Mobo awards, and went quadruple platinum. They released three more albums and a condom range, before splitting in 2013. Oritsé Williams and Aston Merrygold went on to pursue solo careers in music, Marvin Humes is thriving as a TV and radio host, while JB Gill pivoted to turkey farming in Kent. Their new album, JLS 2.0, came out on 3 December, and they complete their comeback tour on 12 December at Capital’s Jingle Bell Ball at London’s O2.

    Aston Merrygold
    It was Marvin’s idea to wear pastel polo shirts. We vibed it out in shorts, Converse and pulled-up socks. That first X Factor audition opened a lot of doors for JLS, fashion-wise, as it was quite forward-thinking at the time. The same thing happened later down the line with the deep V T-shirts. We were always happy to set boyband trends.

    Continue reading...", + "category": "JLS", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/04/flashback-jls-x-factor-was-a-crash-course-in-this-industry-zero-to-hero-in-10-weeks", + "creator": "Harriet Gibsone", + "pubDate": "2021-12-04T12:00:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221807,16 +247160,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "64d03b00c269c394f5a98a43913be3fa" + "hash": "adc5f40b9c15078764eff92de15d9193" }, { - "title": "From the archive: Who murdered Giulio Regeni? – podcast", - "description": "

    We are raiding the Audio Long Read archives to bring you some classic pieces from years past, with new introductions from the authors.

    This week, from 2016: When the battered body of a Cambridge PhD student was found outside Cairo, Egyptian police claimed he had been hit by a car. Then they said he was the victim of a robbery. Then they blamed a conspiracy against Egypt. But in a digital age, it’s harder than ever to get away with murder. By Alexander Stille

    Continue reading...", - "content": "

    We are raiding the Audio Long Read archives to bring you some classic pieces from years past, with new introductions from the authors.

    This week, from 2016: When the battered body of a Cambridge PhD student was found outside Cairo, Egyptian police claimed he had been hit by a car. Then they said he was the victim of a robbery. Then they blamed a conspiracy against Egypt. But in a digital age, it’s harder than ever to get away with murder. By Alexander Stille

    Continue reading...", - "category": "Egypt", - "link": "https://www.theguardian.com/news/audio/2021/dec/08/from-the-archive-who-murdered-giulio-regeni-podcast", - "creator": "Written by Alexander Stille, read by Lucy Scott, produced by Simon Barnard with additions from Esther Opoku-Gyeni", - "pubDate": "2021-12-08T05:00:33Z", + "title": "Jodie Whittaker on saying goodbye to Doctor Who: ‘I thought, what if I’ve ruined this for actresses?’", + "description": "

    As she gears up for her final outings as the first female Doctor, the actor reflects on how her life has changed, being the subject of fan fiction – and what happens when a Weeping Angel comes to life

    Jodie Whittaker made history in 2017 when she took over from Peter Capaldi and became the 13th Doctor in Doctor Who, making her the first woman to ever play the time-travelling alien with two hearts. She grew up near Huddersfield, West Yorkshire, and is, she says, “really emotional”, a trait she turned to good use in a series of harrowing parts, most famously in Broadchurch, where she played a grieving mother alongside David Tennant (himself the 10th Doctor). When the Broadchurch creator Chris Chibnall took over as Doctor Who showrunner, he said that casting Whittaker was “a no-brainer”. Their first series came out in 2018, and this year Chibnall revealed that the two of them had a “three series and out” pact. In July, they announced they would be leaving the show after three specials, which will air in 2022, when Russell T Davies will return as showrunner and a new Doctor will take over from Whittaker. Her final full series of Doctor Who, subtitled Flux, ends on 5 December.

    In summer, you said that you thought you’d be “filled with grief” at the end of your run. It has been a few weeks since you filmed your last scene as the Doctor – how are you feeling?
    I’ve literally just got off the phone with Mandip [Gill, who plays the Doctor’s companion, Yasmin Khan]. It’s been four years of my life. My grief of saying goodbye to the job is one thing. But it won’t feel like the end until it’s the end. It’s the everydayness of these people and this atmosphere and this group … I find myself monologuing at various people on WhatsApp, checking that they miss me! Mandip’s had to take the blue ticks off because I’m “exhausting”.

    Continue reading...", + "content": "

    As she gears up for her final outings as the first female Doctor, the actor reflects on how her life has changed, being the subject of fan fiction – and what happens when a Weeping Angel comes to life

    Jodie Whittaker made history in 2017 when she took over from Peter Capaldi and became the 13th Doctor in Doctor Who, making her the first woman to ever play the time-travelling alien with two hearts. She grew up near Huddersfield, West Yorkshire, and is, she says, “really emotional”, a trait she turned to good use in a series of harrowing parts, most famously in Broadchurch, where she played a grieving mother alongside David Tennant (himself the 10th Doctor). When the Broadchurch creator Chris Chibnall took over as Doctor Who showrunner, he said that casting Whittaker was “a no-brainer”. Their first series came out in 2018, and this year Chibnall revealed that the two of them had a “three series and out” pact. In July, they announced they would be leaving the show after three specials, which will air in 2022, when Russell T Davies will return as showrunner and a new Doctor will take over from Whittaker. Her final full series of Doctor Who, subtitled Flux, ends on 5 December.

    In summer, you said that you thought you’d be “filled with grief” at the end of your run. It has been a few weeks since you filmed your last scene as the Doctor – how are you feeling?
    I’ve literally just got off the phone with Mandip [Gill, who plays the Doctor’s companion, Yasmin Khan]. It’s been four years of my life. My grief of saying goodbye to the job is one thing. But it won’t feel like the end until it’s the end. It’s the everydayness of these people and this atmosphere and this group … I find myself monologuing at various people on WhatsApp, checking that they miss me! Mandip’s had to take the blue ticks off because I’m “exhausting”.

    Continue reading...", + "category": "Jodie Whittaker", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/04/jodie-whittaker-on-saying-goodbye-to-doctor-who-i-thought-what-if-ive-ruined-this-for-actresses", + "creator": "Rebecca Nicholson", + "pubDate": "2021-12-04T09:00:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221827,16 +247180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a7098c84a71257ce78ba0b9214e340f" + "hash": "56bdf5d3360a68e0f374d4a34f1dba8c" }, { - "title": "We’re losing IQ points’: the lead poisoning crisis unfolding among US children", - "description": "

    The US banned lead 30 years ago. So why are thousands of kids being poisoned every year?


    Nine-year-old Turokk Dow loves spelling, airplanes and basketball. He is learning to read and write in his third grade classroom.

    But suffering from extreme blood lead poisoning at age 3 – with lead levels nearly ten times the EPA action level – has hugely exacerbated the already-substantial challenges in his young life.

    Continue reading...", - "content": "

    The US banned lead 30 years ago. So why are thousands of kids being poisoned every year?


    Nine-year-old Turokk Dow loves spelling, airplanes and basketball. He is learning to read and write in his third grade classroom.

    But suffering from extreme blood lead poisoning at age 3 – with lead levels nearly ten times the EPA action level – has hugely exacerbated the already-substantial challenges in his young life.

    Continue reading...", - "category": "Children's health", - "link": "https://www.theguardian.com/us-news/2021/dec/08/lead-poisoning-crisis-us-children", - "creator": "Erin McCormick in Rhode Island and Eric Lutz", - "pubDate": "2021-12-08T10:00:39Z", + "title": "Best biographies and memoirs of 2021", + "description": "

    Brian Cox is punchy, David Harewood candid and Miriam Margolyes raucously indiscreet

    In a bonanza year for memoirs, Ruth Coker Burks got us off to a strong start with All the Young Men (Trapeze), a clear-eyed and poignant account of her years spent looking after Aids patients in Little Rock, Arkansas, in the 1980s. While visiting a friend in hospital, Burks witnessed a group of nurses drawing straws over who should enter a room labelled “Biohazard”, the ward for men with “that gay disease”. And so she took it upon herself to sit with the dying and bury them when their families wouldn’t. Later, as the scale of fear and prejudice became apparent, she helped patients with food, transport, social security and housing, often at enormous personal cost. Her book, written with Kevin Carr O’Leary, finds light in the darkness as it reveals the love and camaraderie of a hidden community fighting for its life.

    Sadness and joy also go hand-in-hand in What It Feels Like for a Girl (Penguin), an exuberant account of Paris Lees’s tearaway teenage years in Hucknall, Nottinghamshire, where “the streets are paved wi’ dog shit”. Her gender nonconformity is just one aspect of an adolescence that also features bullying, violence, prostitution, robbery and a spell in a young offenders’ institute. Yet despite the many traumas, Lees finds joy and kinship in the underground club scene and a group of drag queens who cocoon her in love and laughter.

    Continue reading...", + "content": "

    Brian Cox is punchy, David Harewood candid and Miriam Margolyes raucously indiscreet

    In a bonanza year for memoirs, Ruth Coker Burks got us off to a strong start with All the Young Men (Trapeze), a clear-eyed and poignant account of her years spent looking after Aids patients in Little Rock, Arkansas, in the 1980s. While visiting a friend in hospital, Burks witnessed a group of nurses drawing straws over who should enter a room labelled “Biohazard”, the ward for men with “that gay disease”. And so she took it upon herself to sit with the dying and bury them when their families wouldn’t. Later, as the scale of fear and prejudice became apparent, she helped patients with food, transport, social security and housing, often at enormous personal cost. Her book, written with Kevin Carr O’Leary, finds light in the darkness as it reveals the love and camaraderie of a hidden community fighting for its life.

    Sadness and joy also go hand-in-hand in What It Feels Like for a Girl (Penguin), an exuberant account of Paris Lees’s tearaway teenage years in Hucknall, Nottinghamshire, where “the streets are paved wi’ dog shit”. Her gender nonconformity is just one aspect of an adolescence that also features bullying, violence, prostitution, robbery and a spell in a young offenders’ institute. Yet despite the many traumas, Lees finds joy and kinship in the underground club scene and a group of drag queens who cocoon her in love and laughter.

    Continue reading...", + "category": "Autobiography and memoir", + "link": "https://www.theguardian.com/books/2021/dec/04/best-biographies-and-memoirs-of-2021", + "creator": "Fiona Sturges", + "pubDate": "2021-12-04T12:00:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221847,16 +247200,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "610c137e37c63c67686d754dc86b346d" + "hash": "1cb506aebf93e0d01a61eb2dd0547f0b" }, { - "title": "‘A bit of hope’: Chile legalizes same-sex marriage", - "description": "

    Vote seen as a blow to conservative presidential candidate José Antonio Kast, who won majority of votes in November’s first round

    A historic vote granting equal marriage rights to same-sex couples in Chile has been heralded by activists as a triumph and a blow to the conservative agenda of presidential candidate José Antonio Kast.

    Kast won the majority of votes in November’s first-round vote, instilling a wave of fear among the country’s LGBTQ+ community. A tight runoff between Kast and his progressive opponent, former student protest leader Gabriel Boric, is scheduled on 19 December.

    Continue reading...", - "content": "

    Vote seen as a blow to conservative presidential candidate José Antonio Kast, who won majority of votes in November’s first round

    A historic vote granting equal marriage rights to same-sex couples in Chile has been heralded by activists as a triumph and a blow to the conservative agenda of presidential candidate José Antonio Kast.

    Kast won the majority of votes in November’s first-round vote, instilling a wave of fear among the country’s LGBTQ+ community. A tight runoff between Kast and his progressive opponent, former student protest leader Gabriel Boric, is scheduled on 19 December.

    Continue reading...", - "category": "Chile", - "link": "https://www.theguardian.com/world/2021/dec/07/chile-same-sex-marriage-vote", - "creator": "Charis McGowan in Santiago", - "pubDate": "2021-12-07T21:35:04Z", + "title": "Storm Arwen: over 9,000 UK homes still without power after eight days", + "description": "

    Delays prompt energy regulator to threaten enforcement action and increase compensation payments

    Thousands of people are still without power eight days after Storm Arwen caused major damage to parts of the UK network.

    The latest figures from the Energy Networks Association (ENA), the national industry body, show about 9,200 homes were without power on Friday evening.

    Continue reading...", + "content": "

    Delays prompt energy regulator to threaten enforcement action and increase compensation payments

    Thousands of people are still without power eight days after Storm Arwen caused major damage to parts of the UK network.

    The latest figures from the Energy Networks Association (ENA), the national industry body, show about 9,200 homes were without power on Friday evening.

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2021/dec/04/storm-arwen-over-9000-uk-homes-still-without-power-after-eight-days", + "creator": "PA Media", + "pubDate": "2021-12-04T11:28:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221867,16 +247220,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e180b0cf3c490f2b86aafcf8d89a359" + "hash": "820514a68f2debee858a7d0bbe9a77c6" }, { - "title": "‘There is just a lake with crocodiles!’: hope and homkesickness for Kiribati nurses in the outback", - "description": "

    A Pacific labour scheme has been transformative for Kiribati families but the loss of nurses has hit the country’s hospitals hard

    Every night, sitting in her room in the remote Queensland town of Doomadgee, Bwerere Sandy Tebau calls her husband and daughter 4,300km away in Tarawa, the capital of Kiribati.

    “There is no sea!” Sandy says, when asked about the difference between her new home in the red desert of Australia and her island home in the central Pacific. “There is just a lake and in the lake are crocodiles!”

    Continue reading...", - "content": "

    A Pacific labour scheme has been transformative for Kiribati families but the loss of nurses has hit the country’s hospitals hard

    Every night, sitting in her room in the remote Queensland town of Doomadgee, Bwerere Sandy Tebau calls her husband and daughter 4,300km away in Tarawa, the capital of Kiribati.

    “There is no sea!” Sandy says, when asked about the difference between her new home in the red desert of Australia and her island home in the central Pacific. “There is just a lake and in the lake are crocodiles!”

    Continue reading...", - "category": "Kiribati", - "link": "https://www.theguardian.com/world/2021/dec/07/pacific-nurses-in-the-desert-kiribati-brain-drain-is-outback-australias-gain", - "creator": "John Marazita III", - "pubDate": "2021-12-08T10:20:19Z", + "title": "Nevada supreme court: gun makers not liable for 2017 Vegas shooting deaths", + "description": "
    • Stephen Paddock killed 60 with modified AR-15 rifle
    • Parents of one victim sued Colt and other manufacturers

    The Nevada supreme court has said gun manufacturers cannot be held liable for deaths in the 2017 mass shooting on the Las Vegas Strip which killed 60, because a state law shields them from liability unless the weapon malfunctions.

    The parents of a woman among those killed at a packed music festival filed a wrongful death suit against Colt Manufacturing and several other gun manufacturers in July 2019.

    Continue reading...", + "content": "
    • Stephen Paddock killed 60 with modified AR-15 rifle
    • Parents of one victim sued Colt and other manufacturers

    The Nevada supreme court has said gun manufacturers cannot be held liable for deaths in the 2017 mass shooting on the Las Vegas Strip which killed 60, because a state law shields them from liability unless the weapon malfunctions.

    The parents of a woman among those killed at a packed music festival filed a wrongful death suit against Colt Manufacturing and several other gun manufacturers in July 2019.

    Continue reading...", + "category": "Nevada", + "link": "https://www.theguardian.com/us-news/2021/dec/04/nevada-supreme-court-gun-makers-2017-mass-shooting-60-deaths-stephen-paddock", + "creator": "Associated Press in Reno, Nevada", + "pubDate": "2021-12-04T13:04:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221887,16 +247240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e352ec215f6102242cdf67c6f6f07db1" + "hash": "9360a7ec6fea55a43ae9d3985c9b16e6" }, { - "title": "‘Further flooding’: heavy rain and severe storms to hit already soaked NSW", - "description": "

    Bureau of Meteorology issues severe weather warning and says flood impacts will be felt particularly on state’s south coast

    The south-east region of New South Wales could receive up to 200mm of rain before the end of the week, adding to already soaked catchments and high rivers that have flooded across the state.

    The heavy falls could deliver some areas their total monthly average. A broader trend will see rain across all of eastern NSW for the rest of this week.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Bureau of Meteorology issues severe weather warning and says flood impacts will be felt particularly on state’s south coast

    The south-east region of New South Wales could receive up to 200mm of rain before the end of the week, adding to already soaked catchments and high rivers that have flooded across the state.

    The heavy falls could deliver some areas their total monthly average. A broader trend will see rain across all of eastern NSW for the rest of this week.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Australia weather", - "link": "https://www.theguardian.com/australia-news/2021/dec/08/further-flooding-heavy-rain-and-severe-storms-to-hit-already-soaked-nsw", - "creator": "", - "pubDate": "2021-12-08T09:47:55Z", + "title": "El Salvador ‘responsible for death of woman jailed after miscarriage’", + "description": "

    Inter-American court of human rights orders Central American country to reform harsh policies on reproductive health

    The Inter-American court of human rights has ruled that El Salvador was responsible for the death of Manuela, a woman who was jailed in 2008 for killing her baby when she suffered a miscarriage.

    The court has ordered the Central American country to reform its draconian policies on reproductive health.

    Continue reading...", + "content": "

    Inter-American court of human rights orders Central American country to reform harsh policies on reproductive health

    The Inter-American court of human rights has ruled that El Salvador was responsible for the death of Manuela, a woman who was jailed in 2008 for killing her baby when she suffered a miscarriage.

    The court has ordered the Central American country to reform its draconian policies on reproductive health.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/02/el-salvador-responsible-for-death-of-woman-jailed-after-miscarriage", + "creator": "Joe Parkin Daniels in Bogota", + "pubDate": "2021-12-02T08:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221907,16 +247260,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff5aed56beb5146c7f5567fb617699fe" + "hash": "47d10e7c67c3329467c201659bd26c72" }, { - "title": "Can artistic freedom survive in Sudan? The writing’s on the wall…", - "description": "

    The recent coup dashed hopes raised by the end of the military regime but newly liberated artists refuse to submit quietly

    In the new dawn of a heady post-revolutionary era, Suzannah Mirghani returned in 2019 to the country of her birth for the first time in years. Her mission was to shoot a short film on Sudanese soil. It proved unexpectedly straightforward.

    “When the revolution happened, there was this exuberance,” she says, from her Qatari home. “When we came to make our film, we were given the green light. We were told: ‘Anything you want’.

    Continue reading...", - "content": "

    The recent coup dashed hopes raised by the end of the military regime but newly liberated artists refuse to submit quietly

    In the new dawn of a heady post-revolutionary era, Suzannah Mirghani returned in 2019 to the country of her birth for the first time in years. Her mission was to shoot a short film on Sudanese soil. It proved unexpectedly straightforward.

    “When the revolution happened, there was this exuberance,” she says, from her Qatari home. “When we came to make our film, we were given the green light. We were told: ‘Anything you want’.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/06/can-artistic-freedom-survive-in-sudan-the-writings-on-the-wall", - "creator": "Lizzy Davies", - "pubDate": "2021-12-06T07:00:16Z", + "title": "Stoneycroft murder charge after woman’s body found", + "description": "

    Mohammad Ureza Azizi, 57, to face court charged with murdering Malak ‘Katy’ Adabzadeh who was found dead in house on 25 November

    A man has been charged with the murder of a 47-year-old woman whose body was found at a house in Stoneycroft, Liverpool.

    Emergency services were called to The Green around 4.55pm on 25 November to reports Malak Adabzadeh had been found in a house, Merseyside police said.

    Continue reading...", + "content": "

    Mohammad Ureza Azizi, 57, to face court charged with murdering Malak ‘Katy’ Adabzadeh who was found dead in house on 25 November

    A man has been charged with the murder of a 47-year-old woman whose body was found at a house in Stoneycroft, Liverpool.

    Emergency services were called to The Green around 4.55pm on 25 November to reports Malak Adabzadeh had been found in a house, Merseyside police said.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/04/stoneycroft-charge-after-womans-body-found", + "creator": "Press Association", + "pubDate": "2021-12-04T05:54:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221927,16 +247280,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6576fb04874b38fc9e508dc324977fb0" + "hash": "842ae29017f313abffea629585518996" }, { - "title": "Fortress Europe: the millions spent on military-grade tech to deter refugees", - "description": "

    We map out the rising number of high-tech surveillance and deterrent systems facing asylum seekers along EU borders

    From military-grade drones to sensor systems and experimental technology, the EU and its members have spent hundreds of millions of euros over the past decade on technologies to track down and keep at bay the refugees on its borders.

    Poland’s border with Belarus is becoming the latest frontline for this technology, with the country approving last month a €350m (£300m) wall with advanced cameras and motion sensors.

    Continue reading...", - "content": "

    We map out the rising number of high-tech surveillance and deterrent systems facing asylum seekers along EU borders

    From military-grade drones to sensor systems and experimental technology, the EU and its members have spent hundreds of millions of euros over the past decade on technologies to track down and keep at bay the refugees on its borders.

    Poland’s border with Belarus is becoming the latest frontline for this technology, with the country approving last month a €350m (£300m) wall with advanced cameras and motion sensors.

    Continue reading...", - "category": "European Union", - "link": "https://www.theguardian.com/global-development/2021/dec/06/fortress-europe-the-millions-spent-on-military-grade-tech-to-deter-refugees", - "creator": "Kaamil Ahmed and Lorenzo Tondo", - "pubDate": "2021-12-06T06:00:18Z", + "title": "US military academies’ aim of equality rings hollow for graduates of color", + "description": "

    Despite anti-discrimination policies ex-cadets say racism is rife in institutions that still honor Confederate generals

    Eight years after he graduated from the US Military Academy at West Point, New York, Geoffrey Easterling remains astonished by the Confederate history still memorialized on the storied academy’s campus – the six-foot-tall painting of the Confederate general Robert E Lee in the library, the barracks dormitory named for Lee and the Lee Gate on Lee Road.

    As a black student at the army academy, he remembers feeling “devastated” when a classmate pointed out the enslaved person also depicted in the life-size Lee painting.

    Continue reading...", + "content": "

    Despite anti-discrimination policies ex-cadets say racism is rife in institutions that still honor Confederate generals

    Eight years after he graduated from the US Military Academy at West Point, New York, Geoffrey Easterling remains astonished by the Confederate history still memorialized on the storied academy’s campus – the six-foot-tall painting of the Confederate general Robert E Lee in the library, the barracks dormitory named for Lee and the Lee Gate on Lee Road.

    As a black student at the army academy, he remembers feeling “devastated” when a classmate pointed out the enslaved person also depicted in the life-size Lee painting.

    Continue reading...", + "category": "US military", + "link": "https://www.theguardian.com/us-news/2021/dec/04/us-military-academies-racism-graduates-of-color", + "creator": "Associated Press", + "pubDate": "2021-12-04T11:00:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221947,16 +247300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1c1ac8da744421265f7328fc999546a" + "hash": "6984a64e88af86941c472cba3519df22" }, { - "title": "Venues that reject vaccine passes in favour of ‘equality’ for the unvaccinated are harming us all | Philip McKibbin", - "description": "

    Venues that say they respect personal choices may sound community-minded but really they undermine efforts to keep everyone safe

    Like most Aucklanders, I can’t wait to get out of the city. After more than three months in lockdown, I’m keen for a break. Last summer, my partner and I went to Tauranga. We had so much fun that we’re planning to return – but this time, things will be different.

    As Aotearoa New Zealand shifts from the Covid-19 “alert level” system to the new “traffic light” system, hospitality venues have been given a choice. Under the “red” and “orange” settings, they can welcome customers inside, but only if they’re willing to check vaccine passes. If they don’t want to do that, their service has to be contactless.

    Continue reading...", - "content": "

    Venues that say they respect personal choices may sound community-minded but really they undermine efforts to keep everyone safe

    Like most Aucklanders, I can’t wait to get out of the city. After more than three months in lockdown, I’m keen for a break. Last summer, my partner and I went to Tauranga. We had so much fun that we’re planning to return – but this time, things will be different.

    As Aotearoa New Zealand shifts from the Covid-19 “alert level” system to the new “traffic light” system, hospitality venues have been given a choice. Under the “red” and “orange” settings, they can welcome customers inside, but only if they’re willing to check vaccine passes. If they don’t want to do that, their service has to be contactless.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/commentisfree/2021/dec/06/restaurants-that-reject-vaccine-passes-in-favour-of-equality-for-the-unvaccinated-harm-us-all", - "creator": "Philip McKibbin", - "pubDate": "2021-12-06T02:06:47Z", + "title": "‘Mesmerising’: a massive murmuration of budgies is turning central Australia green and gold", + "description": "

    After a bumper wet season, huge flocks of budgerigars are on the move in the deserts of the Northern Territory

    The humble budgerigar has transformed the red centre into a sea of green and gold.

    A massive murmuration – the phenomenon of thousands of birds flocking together – has swarmed the Northern Territory.

    Continue reading...", + "content": "

    After a bumper wet season, huge flocks of budgerigars are on the move in the deserts of the Northern Territory

    The humble budgerigar has transformed the red centre into a sea of green and gold.

    A massive murmuration – the phenomenon of thousands of birds flocking together – has swarmed the Northern Territory.

    Continue reading...", + "category": "Birds", + "link": "https://www.theguardian.com/environment/2021/dec/04/mesmerising-a-massive-murmuration-of-budgies-is-turning-central-australia-green-and-gold", + "creator": "Cait Kelly", + "pubDate": "2021-12-03T19:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221967,16 +247320,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "954611bbeda65b4aee37c3ef8cdf7a18" + "hash": "b2f0b87462b7d5dfa11f0f8f9d1cecf6" }, { - "title": "No 10 put all their eggs in vaccine basket in effort to save Christmas", - "description": "

    Analysis: changes to cabinet and public mood from last year make further restrictions less likely

    The date ringed in red in Westminster is 18 December – not the date for Christmas parties but the time by which people should start to know how different their festive plans may look.

    For this government it is quite an inauspicious date, just a day before soaring cases forced Boris Johnson to finally put the brakes on Christmas mixing plans last year and tell most families they would be spending celebrations apart.

    Continue reading...", - "content": "

    Analysis: changes to cabinet and public mood from last year make further restrictions less likely

    The date ringed in red in Westminster is 18 December – not the date for Christmas parties but the time by which people should start to know how different their festive plans may look.

    For this government it is quite an inauspicious date, just a day before soaring cases forced Boris Johnson to finally put the brakes on Christmas mixing plans last year and tell most families they would be spending celebrations apart.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/05/covid-government-to-make-christmas-decision-on-18-december", - "creator": "Jessica Elgot Chief political correspondent", - "pubDate": "2021-12-05T18:19:19Z", + "title": "Grounded! What did a year without flying do to the world?", + "description": "

    Normally, planes are in constant motion, pinballing between continents. But in March 2020 all that came to a halt. What did it mean for our jobs, our horizons – and the planet?

    On 14 March 2020, I left my home in the Orkney Islands to drive to Edinburgh international airport. I was due to travel to Germany for a research trip. Full of nervous anticipation, and making frantic last-minute preparations, I hadn’t paid as much attention to the coronavirus crisis as I might have, but events were developing so quickly across Europe, it was dawning on me that international travel might not be an option for much longer.

    By 5am, as I boarded the ferry, the radio bulletins seemed apocalyptic. On board, passengers sat separately, in their own private islands of paranoia. I wore a mask over my nose and mouth, and cleaned my armrests with a baby wipe soaked in Dettol. In the toilets, the ship pitching beneath my feet, I scrubbed my hands for 60 seconds and examined my own reflection. Grey, I thought. Anxious.

    Continue reading...", + "content": "

    Normally, planes are in constant motion, pinballing between continents. But in March 2020 all that came to a halt. What did it mean for our jobs, our horizons – and the planet?

    On 14 March 2020, I left my home in the Orkney Islands to drive to Edinburgh international airport. I was due to travel to Germany for a research trip. Full of nervous anticipation, and making frantic last-minute preparations, I hadn’t paid as much attention to the coronavirus crisis as I might have, but events were developing so quickly across Europe, it was dawning on me that international travel might not be an option for much longer.

    By 5am, as I boarded the ferry, the radio bulletins seemed apocalyptic. On board, passengers sat separately, in their own private islands of paranoia. I wore a mask over my nose and mouth, and cleaned my armrests with a baby wipe soaked in Dettol. In the toilets, the ship pitching beneath my feet, I scrubbed my hands for 60 seconds and examined my own reflection. Grey, I thought. Anxious.

    Continue reading...", + "category": "Travel", + "link": "https://www.theguardian.com/travel/2021/dec/04/grounded-what-did-a-year-without-flying-do-to-the-world", + "creator": "Cal Flyn", + "pubDate": "2021-12-04T06:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -221987,16 +247340,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91f8324bf35d8da75ff43401b8d892af" + "hash": "059be5632fbad25cebb62c1be1637129" }, { - "title": "Covid live news: booster scheme speeds up in England; South Korea surge sparks alarm", - "description": "

    Millions of over-40s can book a top-up jab from today; ‘stealth’ version of Omicron ‘cannot be detected by routine tests’; Boris Johnson staff filmed joking about No 10 party

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", - "content": "

    Millions of over-40s can book a top-up jab from today; ‘stealth’ version of Omicron ‘cannot be detected by routine tests’; Boris Johnson staff filmed joking about No 10 party

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/08/covid-live-news-south-korea-surge-sparks-hospital-alarm-stealth-omicron-variant-found", - "creator": "Martin Farrer", - "pubDate": "2021-12-08T06:20:53Z", + "title": "Blind date: ‘It would have been better if he hadn’t had to stop for a takeaway on the way home’", + "description": "

    Adriana, 27, reporter, meets Streisand, 27, freelance reporter

    Adriana on Streisand

    What were you hoping for?
    A good night, some delish food and to meet someone fun and exciting.

    Continue reading...", + "content": "

    Adriana, 27, reporter, meets Streisand, 27, freelance reporter

    Adriana on Streisand

    What were you hoping for?
    A good night, some delish food and to meet someone fun and exciting.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/04/blind-date-adriana-streisand", + "creator": "", + "pubDate": "2021-12-04T06:00:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222007,16 +247360,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "716cc978ffb9ba421694e66a2c96d8ca" + "hash": "3e712d99250bae2c6a92fecc9e59b46f" }, { - "title": "Ashes 2021-22: Australia v England first Test, day one – live!", - "description": "

    Here comes Patrick Cummins in his green blazer, and the crowd breaks out into applause as he walks to the middle for the first time.

    I’ll tell you what, I didn’t see Broad warm up with the others, he was hanging out with Bairstow, who isn’t playing.

    Continue reading...", - "content": "

    Here comes Patrick Cummins in his green blazer, and the crowd breaks out into applause as he walks to the middle for the first time.

    I’ll tell you what, I didn’t see Broad warm up with the others, he was hanging out with Bairstow, who isn’t playing.

    Continue reading...", - "category": "Ashes 2021-22", - "link": "https://www.theguardian.com/sport/live/2021/dec/08/ashes-2021-22-australia-v-england-first-test-day-one-live-cricket-score-updates", - "creator": "Tanya Aldred (now) and Geoff Lemon at the Gabba (earlier)", - "pubDate": "2021-12-08T04:41:54Z", + "title": "Best fiction of 2021", + "description": "

    Dazzling debuts, a word-of-mouth hit, plus this year’s bestsellers from Sally Rooney, Jonathan Franzen, Kazuo Ishiguro and more

    The most anticipated, discussed and accessorised novel of the year was Sally Rooney’s Beautiful World, Where Are You (Faber), launched on a tide of tote bags and bucket hats. It’s a book about the accommodations of adulthood, which plays with interiority and narrative distance as Rooney’s characters consider the purpose of friendship, sex and politics – plus the difficulties of fame and novel-writing – in a world on fire.

    Rooney’s wasn’t the only eagerly awaited new chapter. Polish Nobel laureate Olga Tokarczuk’s magnum opus The Books of Jacob (Fitzcarraldo) reached English-language readers at last, in a mighty feat of translation by Jennifer Croft: a dazzling historical panorama about enlightenment both spiritual and scientific. In 2021 we also saw the returns of Jonathan Franzen, beginning a fine and involving 70s family trilogy with Crossroads (4th Estate); Kazuo Ishiguro, whose Klara and the Sun (Faber) probes the limits of emotion in the story of a sickly girl and her “artificial friend”; and acclaimed US author Gayl Jones, whose epic of liberated slaves in 17th-century Brazil, Palmares (Virago), has been decades in the making.

    Continue reading...", + "content": "

    Dazzling debuts, a word-of-mouth hit, plus this year’s bestsellers from Sally Rooney, Jonathan Franzen, Kazuo Ishiguro and more

    The most anticipated, discussed and accessorised novel of the year was Sally Rooney’s Beautiful World, Where Are You (Faber), launched on a tide of tote bags and bucket hats. It’s a book about the accommodations of adulthood, which plays with interiority and narrative distance as Rooney’s characters consider the purpose of friendship, sex and politics – plus the difficulties of fame and novel-writing – in a world on fire.

    Rooney’s wasn’t the only eagerly awaited new chapter. Polish Nobel laureate Olga Tokarczuk’s magnum opus The Books of Jacob (Fitzcarraldo) reached English-language readers at last, in a mighty feat of translation by Jennifer Croft: a dazzling historical panorama about enlightenment both spiritual and scientific. In 2021 we also saw the returns of Jonathan Franzen, beginning a fine and involving 70s family trilogy with Crossroads (4th Estate); Kazuo Ishiguro, whose Klara and the Sun (Faber) probes the limits of emotion in the story of a sickly girl and her “artificial friend”; and acclaimed US author Gayl Jones, whose epic of liberated slaves in 17th-century Brazil, Palmares (Virago), has been decades in the making.

    Continue reading...", + "category": "Best books of the year", + "link": "https://www.theguardian.com/books/2021/dec/04/best-fiction-of-2021", + "creator": "Justine Jordan", + "pubDate": "2021-12-04T09:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222027,16 +247380,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed7cdb9d70bd92fbfd5130002001b930" + "hash": "8df88746fb9eee28b870f437d7a80c8f" }, { - "title": "Olaf Scholz to be voted in as German chancellor as Merkel era ends", - "description": "

    Scholz to lead coalition government after agreement was signed by party leaders on Tuesday

    Olaf Scholz is to be voted in as chancellor by the Bundestag on Wednesday, opening a new chapter in German and European politics as the Merkel era comes to an end.

    Scholz, the outgoing deputy chancellor and finance minister, will lead a government composed of his Social Democrat party, the business-friendly Free Democrats and the Greens, a coalition of parties never tried before at the federal level in Germany.

    Continue reading...", - "content": "

    Scholz to lead coalition government after agreement was signed by party leaders on Tuesday

    Olaf Scholz is to be voted in as chancellor by the Bundestag on Wednesday, opening a new chapter in German and European politics as the Merkel era comes to an end.

    Scholz, the outgoing deputy chancellor and finance minister, will lead a government composed of his Social Democrat party, the business-friendly Free Democrats and the Greens, a coalition of parties never tried before at the federal level in Germany.

    Continue reading...", - "category": "Olaf Scholz", - "link": "https://www.theguardian.com/world/2021/dec/08/olaf-scholz-to-be-voted-in-as-german-chancellor-as-merkel-era-ends", - "creator": "Jennifer Rankin and agencies", - "pubDate": "2021-12-08T05:00:32Z", + "title": "Supreme court case prompts California lawmaker to share her abortion experience", + "description": "

    Buffy Wicks speaks out about emergency procedure amid threat to Roe v Wade: ‘This story is not uncommon’

    Early one morning this fall, the California state assemblywoman Buffy Wicks felt a type of pain she had never experienced before.

    Wicks, 44, found herself doubled over in pain, barely able to walk or get her daughter ready for school. At her doctor’s shortly after, she learned that she was pregnant and having a miscarriage and would need an emergency abortion. Twenty-four hours later she had the procedure.

    Continue reading...", + "content": "

    Buffy Wicks speaks out about emergency procedure amid threat to Roe v Wade: ‘This story is not uncommon’

    Early one morning this fall, the California state assemblywoman Buffy Wicks felt a type of pain she had never experienced before.

    Wicks, 44, found herself doubled over in pain, barely able to walk or get her daughter ready for school. At her doctor’s shortly after, she learned that she was pregnant and having a miscarriage and would need an emergency abortion. Twenty-four hours later she had the procedure.

    Continue reading...", + "category": "California", + "link": "https://www.theguardian.com/us-news/2021/dec/04/buffy-wicks-abortion-supreme-court-twitter", + "creator": "Abené Clayton in Los Angeles", + "pubDate": "2021-12-04T11:00:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222047,16 +247400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ceadd30f58879b6528f44e02854ba44" + "hash": "4a8c95c6f881b8546da70c4df7f2e08c" }, { - "title": "Third accuser alleges Ghislaine Maxwell preyed on her when she was a minor", - "description": "

    ‘Carolyn’ testifies that Maxwell coordinated sexualized massages with Jeffrey Epstein, starting when she was 14

    • This article contains depictions of sexual abuse

    Prosecutors in Ghislaine Maxwell’s child sex-trafficking trial in Manhattan federal court on Tuesday introduced a witness who was once the kind of minor teen on whom the Briton is alleged to have preyed.

    At 14, “Carolyn” was vulnerable. She had an alcoholic mother and a 17-year-old boyfriend and had been raped and molested by her grandfather from the age of four. She needed money.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "content": "

    ‘Carolyn’ testifies that Maxwell coordinated sexualized massages with Jeffrey Epstein, starting when she was 14

    • This article contains depictions of sexual abuse

    Prosecutors in Ghislaine Maxwell’s child sex-trafficking trial in Manhattan federal court on Tuesday introduced a witness who was once the kind of minor teen on whom the Briton is alleged to have preyed.

    At 14, “Carolyn” was vulnerable. She had an alcoholic mother and a 17-year-old boyfriend and had been raped and molested by her grandfather from the age of four. She needed money.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/07/ghislaine-maxwell-sex-trafficking-trial-third-accuser", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-07T21:55:16Z", + "title": "Covid live: Omicron variant could cause ‘large wave of infections’, UK scientists warn; Switzerland tightens restrictions", + "description": "

    UK government advisers say Omicron variant could lead to wave requiring ‘stringent response measures’; Swiss government reinforces mask rules

    California is reporting its second confirmed case of the Omicron variant in as many days.

    The Los Angeles County public health department says a full vaccinated county resident is self-isolating after apparently contracting the infection during a trip to South Africa last month.

    Continue reading...", + "content": "

    UK government advisers say Omicron variant could lead to wave requiring ‘stringent response measures’; Swiss government reinforces mask rules

    California is reporting its second confirmed case of the Omicron variant in as many days.

    The Los Angeles County public health department says a full vaccinated county resident is self-isolating after apparently contracting the infection during a trip to South Africa last month.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/03/covid-news-live-new-york-state-detects-five-cases-of-omicron-variant-as-new-us-air-travel-rules-loom", + "creator": "Caroline Davies (now); Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-03T18:06:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222067,16 +247420,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a9666edc8d54184a3d5f920f1ed875a" + "hash": "17b4b32d93c954f2ee63170a0c4c806f" }, { - "title": "Indonesia president vows to rebuild after volcano eruption as death toll rises to 34", - "description": "

    More fatalities expected as search for survivors continues following eruption at Mount Semeru on Saturday

    Indonesia’s president has visited areas devastated by a powerful volcanic eruption that killed at least 34 people and left thousands homeless, and vowed that communities would be quickly rebuilt.

    Clouds of hot ash shot high into the sky and an avalanche of lava and searing gas swept as far as 11 kilometers (7 miles) down Mount Semeru’s slopes in a sudden eruption Saturday triggered by heavy rain. Villages and towns were blanketed by tons of volcanic debris.

    Continue reading...", - "content": "

    More fatalities expected as search for survivors continues following eruption at Mount Semeru on Saturday

    Indonesia’s president has visited areas devastated by a powerful volcanic eruption that killed at least 34 people and left thousands homeless, and vowed that communities would be quickly rebuilt.

    Clouds of hot ash shot high into the sky and an avalanche of lava and searing gas swept as far as 11 kilometers (7 miles) down Mount Semeru’s slopes in a sudden eruption Saturday triggered by heavy rain. Villages and towns were blanketed by tons of volcanic debris.

    Continue reading...", - "category": "Indonesia", - "link": "https://www.theguardian.com/world/2021/dec/08/indonesia-president-vows-to-rebuild-after-volcano-eruption-as-death-toll-rises-to-34", - "creator": "Associated Press", - "pubDate": "2021-12-08T01:28:29Z", + "title": "Maxwell prosecutors: ‘sexualized’ photo of young girl displayed outside Epstein bedroom", + "description": "

    Prosecution and defense argue about several photographs that might be presented at sex-trafficking trial in New York

    • This article contains depictions of sexual abuse

    A “sexually suggestive photograph of a very young girl” was displayed outside Jeffrey Epstein’s bedroom at his Palm Beach mansion, prosecutors in Ghislaine Maxwell’s child-sex trafficking trial said on Friday.

    The information emerged when the prosecution and defense argued about several photos that might be presented as evidence in her federal court case in New York.

    Continue reading...", + "content": "

    Prosecution and defense argue about several photographs that might be presented at sex-trafficking trial in New York

    • This article contains depictions of sexual abuse

    A “sexually suggestive photograph of a very young girl” was displayed outside Jeffrey Epstein’s bedroom at his Palm Beach mansion, prosecutors in Ghislaine Maxwell’s child-sex trafficking trial said on Friday.

    The information emerged when the prosecution and defense argued about several photos that might be presented as evidence in her federal court case in New York.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/03/ghislaine-maxwell-trial-jeffrey-epstein-photograph", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-03T17:47:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222087,16 +247440,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "01b8237cd23a4d5cf8c4d0c73d146c00" + "hash": "70283319c49ea4159b4f543601a499c8" }, { - "title": "Letter suggests ‘cover-up’ of PM’s involvement in Afghan dog airlift, says MP", - "description": "

    Chris Bryant reveals Pen Farthing was sent a letter from Boris Johnson’s PPS confirming evacuation

    A leaked letter suggests Boris Johnson and the Foreign Office may have covered up the prime minister’s involvement in airlifting more than 150 dogs and cats from Afghanistan, a senior MP has said.

    On Tuesday it emerged that the charity worker Pen Farthing received a letter from Johnson’s parliamentary secretary saying Farthing, his staff and the animals could be rescued from Kabul amid the Taliban takeover in August, when thousands of Afghans with UK connections were also trying to flee.

    Continue reading...", - "content": "

    Chris Bryant reveals Pen Farthing was sent a letter from Boris Johnson’s PPS confirming evacuation

    A leaked letter suggests Boris Johnson and the Foreign Office may have covered up the prime minister’s involvement in airlifting more than 150 dogs and cats from Afghanistan, a senior MP has said.

    On Tuesday it emerged that the charity worker Pen Farthing received a letter from Johnson’s parliamentary secretary saying Farthing, his staff and the animals could be rescued from Kabul amid the Taliban takeover in August, when thousands of Afghans with UK connections were also trying to flee.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2021/dec/07/letter-suggests-cover-up-of-pms-involvement-in-afghan-dog-airlift-says-mp", - "creator": "Dan Sabbagh, Aubrey Allegretti and Peter Walker", - "pubDate": "2021-12-07T20:48:20Z", + "title": "‘One hell of a brave girl’: medic’s praise for Briton in Zambia crocodile attack", + "description": "

    Brent Osborn-Smith says his daughter Amelie is grateful to be alive and could return to UK this weekend

    The father of a British teenager mauled by a crocodile in southern Africa has revealed he received a text message from a medic who was evacuating her from the scene by air, reading: “You have one hell of a brave girl there, sir.”

    Amelie Osborn-Smith, 18, was left with her right foot “hanging loose” and hip dislocated after a large crocodile bit her leg while she was swimming in the Zambezi River in Zambia during a break from a white water rafting expedition.

    Continue reading...", + "content": "

    Brent Osborn-Smith says his daughter Amelie is grateful to be alive and could return to UK this weekend

    The father of a British teenager mauled by a crocodile in southern Africa has revealed he received a text message from a medic who was evacuating her from the scene by air, reading: “You have one hell of a brave girl there, sir.”

    Amelie Osborn-Smith, 18, was left with her right foot “hanging loose” and hip dislocated after a large crocodile bit her leg while she was swimming in the Zambezi River in Zambia during a break from a white water rafting expedition.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/dec/03/zambia-crocodile-attack-one-hell-of-a-brave-girl-medics-praise-for-briton", + "creator": "Jamie Grierson", + "pubDate": "2021-12-03T15:19:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222107,16 +247460,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbcecc97c61635c5011672fe84ca0601" + "hash": "739186e302abe1caa9c7b85d91a6f7d7" }, { - "title": "Tim Cook reportedly signed five-year $275bn deal with Chinese officials", - "description": "

    The Information reports Apple CEO’s agreement will placate threats that would have hobbled its devices and services in the country

    Tim Cook, the chief executive of Apple, signed an agreement with Chinese officials, estimated to be worth about $275bn, to placate threats that would have hobbled its devices and services in the country, The Information reported on Tuesday.

    Apple did not immediately respond to a Reuters request for comment.

    Continue reading...", - "content": "

    The Information reports Apple CEO’s agreement will placate threats that would have hobbled its devices and services in the country

    Tim Cook, the chief executive of Apple, signed an agreement with Chinese officials, estimated to be worth about $275bn, to placate threats that would have hobbled its devices and services in the country, The Information reported on Tuesday.

    Apple did not immediately respond to a Reuters request for comment.

    Continue reading...", - "category": "Apple", - "link": "https://www.theguardian.com/technology/2021/dec/07/apple-china-deal-tim-cook", - "creator": "Reuters", - "pubDate": "2021-12-07T20:30:35Z", + "title": "Man tortured and killed in Pakistan over alleged blasphemy", + "description": "

    Government accused of having emboldened extremists after lynching of Sri Lankan in Sialkot

    A mob in Pakistan tortured, killed and then set on fire a Sri Lankan man who was accused of blasphemy over some posters he had allegedly taken down.

    Priyantha Diyawadana, a Sri Lankan national who worked as general manager of a factory of industrial engineering company Rajco Industries in Sialkot, Punjab, was set upon by a violent crowd on Friday.

    Continue reading...", + "content": "

    Government accused of having emboldened extremists after lynching of Sri Lankan in Sialkot

    A mob in Pakistan tortured, killed and then set on fire a Sri Lankan man who was accused of blasphemy over some posters he had allegedly taken down.

    Priyantha Diyawadana, a Sri Lankan national who worked as general manager of a factory of industrial engineering company Rajco Industries in Sialkot, Punjab, was set upon by a violent crowd on Friday.

    Continue reading...", + "category": "Pakistan", + "link": "https://www.theguardian.com/world/2021/dec/03/pakistan-sri-lankan-man-priyantha-diyawadana-tortured-killed-alleged-blasphemy-sialkot", + "creator": "Shah Meer Baloch in Islambad and Hannah Ellis-Petersen in Delhi", + "pubDate": "2021-12-03T17:51:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222127,16 +247480,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "907287d2f9172cc48c976c0ceec09351" + "hash": "772cd5398618274150f346648dab96ad" }, { - "title": "Tennis Australia denies seeking loopholes for unvaccinated players amid Novak Djokovic row", - "description": "

    Australian Open organisers say ‘all players, participants and staff’ must be vaccinated after Djokovic, who has not revealed his vaccination status, named for Serbia in ATP cup

    Tennis Australia has hit back at suggestions it is seeking to exploit a “loophole” in border entry rules so unvaccinated players can compete in the upcoming Australian Open, amid speculation about Novak Djokovic’s ability to enter the country.

    On Wednesday morning, Victoria’s deputy premier, James Merlino, responded to a report that the world No 1 had the backing of Tennis Australia – the organisers of the Open – to apply for an exemption on medical grounds after repeatedly refusing to reveal his vaccination status.

    Continue reading...", - "content": "

    Australian Open organisers say ‘all players, participants and staff’ must be vaccinated after Djokovic, who has not revealed his vaccination status, named for Serbia in ATP cup

    Tennis Australia has hit back at suggestions it is seeking to exploit a “loophole” in border entry rules so unvaccinated players can compete in the upcoming Australian Open, amid speculation about Novak Djokovic’s ability to enter the country.

    On Wednesday morning, Victoria’s deputy premier, James Merlino, responded to a report that the world No 1 had the backing of Tennis Australia – the organisers of the Open – to apply for an exemption on medical grounds after repeatedly refusing to reveal his vaccination status.

    Continue reading...", - "category": "Tennis", - "link": "https://www.theguardian.com/sport/2021/dec/08/tennis-australia-denies-seeking-loopholes-for-unvaccinated-players-amid-novak-djokovic-row", - "creator": "Elias Visontay", - "pubDate": "2021-12-08T04:41:05Z", + "title": "Michigan school shooting: suspect’s parents charged with manslaughter", + "description": "

    Jennifer and James Crumbley charged as prosecutors say details suggest Ethan Crumbley, 15, may have planned shooting rampage

    A prosecutor in Michigan filed involuntary manslaughter charges on Friday against the parents of a boy who is accused of killing four students at Oxford high school, after saying earlier that their actions went “far beyond negligence”, her office said.

    Jennifer and James Crumbley were charged with four counts of involuntary manslaughter.

    Continue reading...", + "content": "

    Jennifer and James Crumbley charged as prosecutors say details suggest Ethan Crumbley, 15, may have planned shooting rampage

    A prosecutor in Michigan filed involuntary manslaughter charges on Friday against the parents of a boy who is accused of killing four students at Oxford high school, after saying earlier that their actions went “far beyond negligence”, her office said.

    Jennifer and James Crumbley were charged with four counts of involuntary manslaughter.

    Continue reading...", + "category": "Michigan", + "link": "https://www.theguardian.com/us-news/2021/dec/03/michigan-high-school-shooting-parents-manslaughter-charges", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-03T17:57:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222147,16 +247500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26427c3522072afbcfa9a3aa9fe9fbc0" + "hash": "3a7ee7e379741837962aac0dda1ce0db" }, { - "title": "A Christmas beetle: in Europe they’re called ‘cockchafers’ | Helen Sullivan", - "description": "

    In 1479 beetles were put on trial for ‘creeping secretly in the earth’

    If you hold a Christmas beetle – small, brown, mechanical – in the palm of your hand, it moves as though under a spell. The spell commands it to keep walking, to burrow its surprisingly strong legs endlessly forwards, like the end of the year growing steadily nearer and just as steadily receding.

    In Europe, Christmas beetles are called “cockchafers”. In the year 1478, they appeared in a French court to stand trial on the charge of having been sent by witches to destroy the laity’s crops (and jeopardise the church’s tithes).

    Continue reading...", - "content": "

    In 1479 beetles were put on trial for ‘creeping secretly in the earth’

    If you hold a Christmas beetle – small, brown, mechanical – in the palm of your hand, it moves as though under a spell. The spell commands it to keep walking, to burrow its surprisingly strong legs endlessly forwards, like the end of the year growing steadily nearer and just as steadily receding.

    In Europe, Christmas beetles are called “cockchafers”. In the year 1478, they appeared in a French court to stand trial on the charge of having been sent by witches to destroy the laity’s crops (and jeopardise the church’s tithes).

    Continue reading...", - "category": "Insects", - "link": "https://www.theguardian.com/environment/commentisfree/2021/dec/08/a-christmas-beetle-in-england-theyre-called-cockchafers", - "creator": "Helen Sullivan", - "pubDate": "2021-12-07T16:30:19Z", + "title": "Shell U-turn on Cambo could mean end for big North Sea oil projects", + "description": "

    Industry sources say Siccar Point will struggle to find new partner to take on Shell’s 30% stake in oilfield

    Shell’s decision to back out of plans to develop the Cambo oilfield could signal the “death knell” for new large-scale North Sea projects as the UK’s tougher climate agenda prompts oil companies to retreat from the ageing oil basin.

    Industry sources have said that Shell’s project partner, the private-equity backed Siccar Point, would struggle to find a partner to take on Shell’s 30% stake in the new oilfield which has provoked outrage among green campaigners.

    Continue reading...", + "content": "

    Industry sources say Siccar Point will struggle to find new partner to take on Shell’s 30% stake in oilfield

    Shell’s decision to back out of plans to develop the Cambo oilfield could signal the “death knell” for new large-scale North Sea projects as the UK’s tougher climate agenda prompts oil companies to retreat from the ageing oil basin.

    Industry sources have said that Shell’s project partner, the private-equity backed Siccar Point, would struggle to find a partner to take on Shell’s 30% stake in the new oilfield which has provoked outrage among green campaigners.

    Continue reading...", + "category": "Royal Dutch Shell", + "link": "https://www.theguardian.com/business/2021/dec/03/shell-u-turn-cambo-could-mean-end-big-north-sea-oil-projects", + "creator": "Jillian Ambrose", + "pubDate": "2021-12-03T17:55:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222167,16 +247520,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e24f7ef64fa75a3668e39353a4be26c7" + "hash": "b3f6f3467654d4a9442b0e93a5d0b741" }, { - "title": "‘If you run, you will die’: fear stalks Nigerian state as jihadists gain foothold", - "description": "

    Niger state has been wracked by banditry for years. Now jihadists have moved in to communities just a few hundred miles from the capital, Abuja

    “They ordered everyone to come around, saying if you run, if you cry, you will die,” said Bala Pada, recalling the moment in April when jihadists rounded up people at a market in his home town of Kaure to witness the execution of two alleged vigilantes.

    Hundreds of jihadists have settled over the past year in Kaure and other remote communities in Niger state in Nigeria, according to displaced residents and local government officials. They began to arrive in November 2020, hoisting flags and declaring the communities under their control.

    Continue reading...", - "content": "

    Niger state has been wracked by banditry for years. Now jihadists have moved in to communities just a few hundred miles from the capital, Abuja

    “They ordered everyone to come around, saying if you run, if you cry, you will die,” said Bala Pada, recalling the moment in April when jihadists rounded up people at a market in his home town of Kaure to witness the execution of two alleged vigilantes.

    Hundreds of jihadists have settled over the past year in Kaure and other remote communities in Niger state in Nigeria, according to displaced residents and local government officials. They began to arrive in November 2020, hoisting flags and declaring the communities under their control.

    Continue reading...", - "category": "Nigeria", - "link": "https://www.theguardian.com/world/2021/dec/08/nigeria-niger-state-jihadists-boko-haram-abuja-banditry", - "creator": "Emmanuel Akinwotu in Gwada", - "pubDate": "2021-12-08T05:00:33Z", + "title": "Arthur Labinjo-Hughes: woman jailed for life for murder of stepson, six", + "description": "

    Emma Tustin sentenced to minimum of 29 years as boy’s father is jailed for 21 years for manslaughter

    A woman who killed her six-year-old stepson, who had been poisoned, starved and beaten in the weeks before his death, has been sentenced to life in prison with a minimum term of 29 years.

    Emma Tustin, 32, was sentenced for the murder of Arthur Labinjo-Hughes, alongside his father, 29-year-old Thomas Hughes, who was given 21 years in prison for manslaughter.

    Continue reading...", + "content": "

    Emma Tustin sentenced to minimum of 29 years as boy’s father is jailed for 21 years for manslaughter

    A woman who killed her six-year-old stepson, who had been poisoned, starved and beaten in the weeks before his death, has been sentenced to life in prison with a minimum term of 29 years.

    Emma Tustin, 32, was sentenced for the murder of Arthur Labinjo-Hughes, alongside his father, 29-year-old Thomas Hughes, who was given 21 years in prison for manslaughter.

    Continue reading...", + "category": "Crime", + "link": "https://www.theguardian.com/uk-news/2021/dec/03/arthur-labinjo-hughes-woman-jailed-murder-stepson", + "creator": "Jessica Murray Midlands correspondent", + "pubDate": "2021-12-03T16:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222187,16 +247540,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c0f7f82f79a67d7b0a2c7d014eb524b" + "hash": "f6cc4c8abb27deb2e4b00a3796f620c4" }, { - "title": "‘It’s soul-crushing’: the shocking story of Guantánamo Bay’s ‘forever prisoner’", - "description": "

    In Alex Gibney’s harrowing documentary, the tale of Abu Zubaydah, seen as patient zero for the CIA’s torture programme, is explored with horrifying new details

    From “a black site” in Thailand in 2002, CIA officers warned headquarters that their interrogation techniques might result in the death of a prisoner. If that happened, he would be cremated, leaving no trace. But if he survived, could the CIA offer assurance that he would be remain in isolation?

    It could. Abu Zubaydah, the agency said in a cable, “will never be placed in a situation where he has any significant contact with others” and “should remain incommunicado for the remainder of his life”.

    Continue reading...", - "content": "

    In Alex Gibney’s harrowing documentary, the tale of Abu Zubaydah, seen as patient zero for the CIA’s torture programme, is explored with horrifying new details

    From “a black site” in Thailand in 2002, CIA officers warned headquarters that their interrogation techniques might result in the death of a prisoner. If that happened, he would be cremated, leaving no trace. But if he survived, could the CIA offer assurance that he would be remain in isolation?

    It could. Abu Zubaydah, the agency said in a cable, “will never be placed in a situation where he has any significant contact with others” and “should remain incommunicado for the remainder of his life”.

    Continue reading...", - "category": "Documentary", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/07/the-forever-prisoner-hbo-alex-gibney-guantanamo-bay", - "creator": "David Smith in Washington", - "pubDate": "2021-12-07T15:33:29Z", + "title": "Woman reunited with wedding ring she lost in potato patch 50 years ago", + "description": "

    Local metal detectorist on Western Isles ‘flabbergasted’ to find missing ring on former potato patch

    A single-minded metal detectorist has reunited a woman with the wedding ring she lost in a potato patch in the Western Isles 50 years ago.

    Peggy MacSween believed she had lost the golden band forever after it slipped off her finger while she gathered potatoes at her home on Benbecula in the Outer Hebrides.

    But after recently learning of her lost ring, fellow islander and detection enthusiast Donald MacPhee made it his mission to unearth the treasure.

    MacPhee spent three days searching Liniclate Machair, the sandy coastal meadow where the potato patch once was with a metal detector. The area had become a popular drinking spot over the years, resulting in a significant number of buried can ring pulls that confused the sonic search for the ring.

    MacPhee, who runs Benbecula’s Nunton House hostel, explained: “For three days I searched and dug 90 holes. The trouble is gold rings make the same sound [on the detector] as ring pulls and I got a lot of those – as well as many other things such as horseshoes and cans.

    “But on the third day I found the ring. I was absolutely flabbergasted. I had searched an area of 5,000 sq metres. It was a one in a 100,000 chance and certainly my best find. It was a fluke. There was technique involved, but I just got lucky.”

    Taking up the story, 86-year-old MacSween added: “He just came to the door and said: ‘I have something to show you.’ It was the ring. I couldn’t believe it, but there it was. I thought I would never see it again.”

    She said: “I was shaking the sand out of my gloves and the ring disappeared. I didn’t know until I got home. I went out once or twice to look for it, but there was no way of finding it.”

    Her husband, John, whom she married in July 1958 and died a few years ago, bought her a replacement while they were on holiday.

    MacPhee said he had started metal detecting seven years ago after watching YouTube videos. “That got me interested and this is for many reasons my best find. It was very, very emotional,” he said.

    Continue reading...", + "content": "

    Local metal detectorist on Western Isles ‘flabbergasted’ to find missing ring on former potato patch

    A single-minded metal detectorist has reunited a woman with the wedding ring she lost in a potato patch in the Western Isles 50 years ago.

    Peggy MacSween believed she had lost the golden band forever after it slipped off her finger while she gathered potatoes at her home on Benbecula in the Outer Hebrides.

    But after recently learning of her lost ring, fellow islander and detection enthusiast Donald MacPhee made it his mission to unearth the treasure.

    MacPhee spent three days searching Liniclate Machair, the sandy coastal meadow where the potato patch once was with a metal detector. The area had become a popular drinking spot over the years, resulting in a significant number of buried can ring pulls that confused the sonic search for the ring.

    MacPhee, who runs Benbecula’s Nunton House hostel, explained: “For three days I searched and dug 90 holes. The trouble is gold rings make the same sound [on the detector] as ring pulls and I got a lot of those – as well as many other things such as horseshoes and cans.

    “But on the third day I found the ring. I was absolutely flabbergasted. I had searched an area of 5,000 sq metres. It was a one in a 100,000 chance and certainly my best find. It was a fluke. There was technique involved, but I just got lucky.”

    Taking up the story, 86-year-old MacSween added: “He just came to the door and said: ‘I have something to show you.’ It was the ring. I couldn’t believe it, but there it was. I thought I would never see it again.”

    She said: “I was shaking the sand out of my gloves and the ring disappeared. I didn’t know until I got home. I went out once or twice to look for it, but there was no way of finding it.”

    Her husband, John, whom she married in July 1958 and died a few years ago, bought her a replacement while they were on holiday.

    MacPhee said he had started metal detecting seven years ago after watching YouTube videos. “That got me interested and this is for many reasons my best find. It was very, very emotional,” he said.

    Continue reading...", + "category": "Scotland", + "link": "https://www.theguardian.com/uk-news/2021/dec/03/woman-reunited-with-wedding-ring-she-lost-50-years-ago-western-isles", + "creator": "Libby Brooks Scotland correspondent", + "pubDate": "2021-12-03T11:39:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222207,16 +247560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "65de49e5dfd0d42aa5b5df8a83e77d7d" + "hash": "961e0db1667f84de29e7feb6f86955f5" }, { - "title": "Australia news live update: Victoria and Qld record first cases of Omicron Covid variant; TGA provisionally approves Moderna booster shot", - "description": "

    TGA provisionally approves Moderna booster shots for over-18s; two cases of Omicron variant detected in Queensland and one in Victoria; George Christensen should go ‘quietly’ into retirement, Scott Morrison says; China blames Australia for tense relationship after Winter Olympics boycott; Victoria records 1,312 new Covid cases and five deaths; NSW reports 403 cases, one death; eight cases and one death in ACT. Follow all the day’s news

    Actor Rebel Wilson has said her own team were opposed to her losing weight because she was “earning millions of dollars being the funny fat girl”.

    The Australian actor, 41, documented her physical transformation on social media after embarking on a health and fitness journey a couple of years ago.

    Continue reading...", - "content": "

    TGA provisionally approves Moderna booster shots for over-18s; two cases of Omicron variant detected in Queensland and one in Victoria; George Christensen should go ‘quietly’ into retirement, Scott Morrison says; China blames Australia for tense relationship after Winter Olympics boycott; Victoria records 1,312 new Covid cases and five deaths; NSW reports 403 cases, one death; eight cases and one death in ACT. Follow all the day’s news

    Actor Rebel Wilson has said her own team were opposed to her losing weight because she was “earning millions of dollars being the funny fat girl”.

    The Australian actor, 41, documented her physical transformation on social media after embarking on a health and fitness journey a couple of years ago.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/08/australia-news-live-update-sydney-party-boat-covid-cases-likely-to-be-omicron-pfizer-enthusiastic-to-talk-to-australia", - "creator": "Mostafa Rachwani (now) and Matilda Boseley (earlier)", - "pubDate": "2021-12-08T04:43:28Z", + "title": "Easy access to tests could play a key role in fighting the Omicron variant", + "description": "

    Experts applaud Biden’s plan to expand testing but wonder if the effort goes far enough to stop the spread of the virus

    US infectious disease experts largely agree with the Biden administration’s newly announced emphasis on Covid-19 testing in the wake of the emergence of the Omicron variant, but questions remain over whether the president’s plan goes far enough to ensure that testing stops the spread of the virus.

    President Joe Biden announced new actions to combat the coronavirus in the US on Thursday, including a nationwide campaign encouraging vaccine boosters; a forthcoming rule requiring private insurance to reimburse the cost of at-home testing; a pledge to provide 50m free at-home tests to health centers and rural clinics for those not covered by private insurance; and a requirement that travelers to the United States, regardless of nationality or vaccination status, provide proof of a negative Covid-19 test within one day of boarding flights.

    Continue reading...", + "content": "

    Experts applaud Biden’s plan to expand testing but wonder if the effort goes far enough to stop the spread of the virus

    US infectious disease experts largely agree with the Biden administration’s newly announced emphasis on Covid-19 testing in the wake of the emergence of the Omicron variant, but questions remain over whether the president’s plan goes far enough to ensure that testing stops the spread of the virus.

    President Joe Biden announced new actions to combat the coronavirus in the US on Thursday, including a nationwide campaign encouraging vaccine boosters; a forthcoming rule requiring private insurance to reimburse the cost of at-home testing; a pledge to provide 50m free at-home tests to health centers and rural clinics for those not covered by private insurance; and a requirement that travelers to the United States, regardless of nationality or vaccination status, provide proof of a negative Covid-19 test within one day of boarding flights.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/03/us-coronavirus-omicron-testing-biden", + "creator": "Eric Berger", + "pubDate": "2021-12-03T11:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222227,16 +247580,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a5bcb11f91adf3cf847aff2508697f66" + "hash": "7ff1230a4e738280cc976da94f14f1e4" }, { - "title": "Campaigners threaten UK legal action over porn sites’ lack of age verification", - "description": "

    Exclusive: failure to prevent children seeing online porn puts them at risk of abuse and lifelong trauma, say children’s safety group

    The UK data watchdog must introduce age verification for commercial pornography sites or face a high court challenge over any failure to act, children’s safety groups have warned.

    The demand in a letter to the Information Commissioner’s Office (ICO) states that the government’s failure to stop children seeing porn is causing lifelong trauma and putting children at risk of abuse and exploitation. It urges the ICO to use the powers under the recently introduced age appropriate design code (AADC) to introduce rigorous age-checking procedures for publicly accessible porn sites.

    Continue reading...", - "content": "

    Exclusive: failure to prevent children seeing online porn puts them at risk of abuse and lifelong trauma, say children’s safety group

    The UK data watchdog must introduce age verification for commercial pornography sites or face a high court challenge over any failure to act, children’s safety groups have warned.

    The demand in a letter to the Information Commissioner’s Office (ICO) states that the government’s failure to stop children seeing porn is causing lifelong trauma and putting children at risk of abuse and exploitation. It urges the ICO to use the powers under the recently introduced age appropriate design code (AADC) to introduce rigorous age-checking procedures for publicly accessible porn sites.

    Continue reading...", - "category": "Internet safety", - "link": "https://www.theguardian.com/global-development/2021/dec/05/campaigners-threaten-uk-legal-action-over-porn-sites-lack-of-age-verification", - "creator": "Harriet Grant and Dan Milmo", - "pubDate": "2021-12-05T16:00:01Z", + "title": "Tories to go ahead with Christmas party despite Omicron risks", + "description": "

    Message to public is ‘keep calm and carry on’, says party co-chair Oliver Dowden

    The Conservatives are pressing ahead with their Christmas party in spite of scientists’ fears over the spread of Omicron, as their co-chair told people to “keep calm and carry on” with festivities.

    Labour has decided to cancel its Christmas function though it is not urging businesses to do the same.

    Continue reading...", + "content": "

    Message to public is ‘keep calm and carry on’, says party co-chair Oliver Dowden

    The Conservatives are pressing ahead with their Christmas party in spite of scientists’ fears over the spread of Omicron, as their co-chair told people to “keep calm and carry on” with festivities.

    Labour has decided to cancel its Christmas function though it is not urging businesses to do the same.

    Continue reading...", + "category": "Conservatives", + "link": "https://www.theguardian.com/politics/2021/dec/03/tories-to-go-ahead-with-christmas-party-despite-omicron-risks", + "creator": "Rowena Mason and Matthew Weaver", + "pubDate": "2021-12-03T17:08:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222247,16 +247600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a43ccd98f8c272554639f9c44f9f8a64" + "hash": "861caeffcb8f4266c7ef180e17457e43" }, { - "title": "The latest challenge to Joe Biden’s presidency: the Omicron variant", - "description": "

    Analysis: after he promised to crush the coronavirus, the rise of a new strain could be a blow to perceptions of his competency

    Joe Biden looked out at an audience of government scientists last week and recognized a mask-wearing Anthony Fauci, his top adviser on the coronavirus. “I’ve seen more of Dr Fauci than my wife,” he joked. “Who’s president? Fauci!”

    The US president was visiting the frontline of the Covid-19 struggle, the National Institutes of Health in Bethesda, Maryland, where he unveiled a winter plan that includes a drive for vaccine boosters, free at-home testing and fresh requirements for international travelers.

    Continue reading...", - "content": "

    Analysis: after he promised to crush the coronavirus, the rise of a new strain could be a blow to perceptions of his competency

    Joe Biden looked out at an audience of government scientists last week and recognized a mask-wearing Anthony Fauci, his top adviser on the coronavirus. “I’ve seen more of Dr Fauci than my wife,” he joked. “Who’s president? Fauci!”

    The US president was visiting the frontline of the Covid-19 struggle, the National Institutes of Health in Bethesda, Maryland, where he unveiled a winter plan that includes a drive for vaccine boosters, free at-home testing and fresh requirements for international travelers.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2021/dec/05/biden-administration-coronavirus-omicron", - "creator": "David Smith in Washington", - "pubDate": "2021-12-05T08:00:49Z", + "title": "After Meghan’s victory, Harry has phone hackers in his sights", + "description": "

    Analysis: the prince may be prepared to risk a costly lawsuit against the Sun and Mirror, rather than settling

    The legal battle against the Mail on Sunday may finally be over.

    But for the Duke and Duchess of Sussex, another one looms, and this could make it all the way to trial.

    Continue reading...", + "content": "

    Analysis: the prince may be prepared to risk a costly lawsuit against the Sun and Mirror, rather than settling

    The legal battle against the Mail on Sunday may finally be over.

    But for the Duke and Duchess of Sussex, another one looms, and this could make it all the way to trial.

    Continue reading...", + "category": "Prince Harry", + "link": "https://www.theguardian.com/uk-news/2021/dec/03/prince-harry-phone-hackers-lawsuit", + "creator": "Haroon Siddique and Jim Waterson", + "pubDate": "2021-12-03T16:45:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222267,16 +247620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6564ed938297b12b1b692405169c35f0" + "hash": "150430be5445a7e87127e052b2790cee" }, { - "title": "Scientists find ‘stealth’ version of Omicron that may be harder to track", - "description": "

    Variant lacks feature that allows probable cases to be distinguished among positive PCR tests

    Scientists say they have identified a “stealth” version of Omicron which cannot be distinguished from other variants using the PCR tests that public health officials deploy to gain a quick picture of its spread around the world.

    The stealth variant has many mutations in common with standard Omicron, but it lacks a particular genetic change that allows lab-based PCR tests to be used as a rough and ready means of flagging up probable cases.

    Continue reading...", - "content": "

    Variant lacks feature that allows probable cases to be distinguished among positive PCR tests

    Scientists say they have identified a “stealth” version of Omicron which cannot be distinguished from other variants using the PCR tests that public health officials deploy to gain a quick picture of its spread around the world.

    The stealth variant has many mutations in common with standard Omicron, but it lacks a particular genetic change that allows lab-based PCR tests to be used as a rough and ready means of flagging up probable cases.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/07/scientists-find-stealth-version-of-omicron-not-identifiable-with-pcr-test-covid-variant", - "creator": "Ian Sample and Peter Walker", - "pubDate": "2021-12-07T16:44:09Z", + "title": "The girls are back in town! Why the Sex and the City sequel is about to eclipse the original", + "description": "

    Grab your Manolos! Carrie and the gang are finally returning in And Just Like That. But, with a more diverse cast and writers’ room, could this reboot be even more radical?

    I couldn’t help but wonder – would there really be a ready market for a Sex and the City reboot, nearly 20 years after it left our screens? And then the trailer for the sequel to the culturally iconic series – which ran for six award-laden, press-smothered seasons – arrived, and I realised just how desperately I’d missed it.

    Not that I missed it in the usual sense, of course. We live in a world of constant reruns, access to all programmes at all times, YouTube videos to scratch any minor itch and Instagram fan accounts devoted to the characters, the clothes, the men and all points in between. But the hunger for new stories about Carrie Bradshaw and the gang was there, and the trailer reminded me of the best parts of SATC. The energy. The glee. The glamour. The chemistry between the co-stars, and the sight of well-scripted actors at the top of their game. And, to quote the title of the new show, And Just Like That … I was eager for more.

    Continue reading...", + "content": "

    Grab your Manolos! Carrie and the gang are finally returning in And Just Like That. But, with a more diverse cast and writers’ room, could this reboot be even more radical?

    I couldn’t help but wonder – would there really be a ready market for a Sex and the City reboot, nearly 20 years after it left our screens? And then the trailer for the sequel to the culturally iconic series – which ran for six award-laden, press-smothered seasons – arrived, and I realised just how desperately I’d missed it.

    Not that I missed it in the usual sense, of course. We live in a world of constant reruns, access to all programmes at all times, YouTube videos to scratch any minor itch and Instagram fan accounts devoted to the characters, the clothes, the men and all points in between. But the hunger for new stories about Carrie Bradshaw and the gang was there, and the trailer reminded me of the best parts of SATC. The energy. The glee. The glamour. The chemistry between the co-stars, and the sight of well-scripted actors at the top of their game. And, to quote the title of the new show, And Just Like That … I was eager for more.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/03/why-the-sex-and-the-city-sequel-is-about-to-eclipse-the-original", + "creator": "Lucy Mangan", + "pubDate": "2021-12-03T12:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222287,16 +247640,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0cb614aa44869843b30eace5c834a1f" + "hash": "3c080ad7b5cd8ec36d96c22568977763" }, { - "title": "Prepare a swift response to Russia invading Ukraine, Latvia tells west", - "description": "

    Nato not sending a clear signal would mean ‘glue that keeps us together’ has failed, says foreign minister

    A swift reprisal package against Russia – including US troops and Patriot missiles stationed in the Baltics, the cutting off of Russia from the Swift banking payments system and reinstated sanctions on the Nord Stream 2 gas pipeline – must be prepared now in case it invades Ukraine, the Latvian foreign minister has said.

    The warning from Edgars Rinkēvičs comes as Joe Biden and Vladimir Putin prepare to hold talks about the growing tensions.

    Continue reading...", - "content": "

    Nato not sending a clear signal would mean ‘glue that keeps us together’ has failed, says foreign minister

    A swift reprisal package against Russia – including US troops and Patriot missiles stationed in the Baltics, the cutting off of Russia from the Swift banking payments system and reinstated sanctions on the Nord Stream 2 gas pipeline – must be prepared now in case it invades Ukraine, the Latvian foreign minister has said.

    The warning from Edgars Rinkēvičs comes as Joe Biden and Vladimir Putin prepare to hold talks about the growing tensions.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2021/dec/07/ukraine-russia-latvia-foreign-minister-invasion-warning", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-07T13:13:28Z", + "title": "Antony Sher: a consummate Shakespearean and a man of staggering versatility", + "description": "

    One of the most gifted actors of his era, Sher – who has died aged 72 – combined psychology and a keen sense of the visual in soul-baring performances

    Antony Sher, who has died at the age of 72, was a man of staggering versatility. As well as being a brilliant actor, he was an accomplished artist and writer. But, far from being separate, his three careers all fed into each other: you only to have to look at his sketches of Richard III in his book Year of the King to see how his draughtsman’s eye enriched his performance. Gifted in numerous ways, Sher also saw his acting career as one that evolved from impersonation to embodiment of a character.

    Sher once told me that, when growing up as a boy in South Africa, his idols were Alec Guinness and Peter Sellers: what he envied, and initially sought to emulate, was their capacity for physical transformation. He also said that, when he left Cape Town at the age of 19 to make a career in the UK as an actor, he was aware, as a gay, Jewish South African, of being a triple outsider. He was even unsure whether he was cut out to be an actor; in his autobiography, Beside Myself, he describes himself arriving in London as a “short, slight, shy creature in black specs” understandably rejected by Rada, who strongly urged him to seek a different career.

    Continue reading...", + "content": "

    One of the most gifted actors of his era, Sher – who has died aged 72 – combined psychology and a keen sense of the visual in soul-baring performances

    Antony Sher, who has died at the age of 72, was a man of staggering versatility. As well as being a brilliant actor, he was an accomplished artist and writer. But, far from being separate, his three careers all fed into each other: you only to have to look at his sketches of Richard III in his book Year of the King to see how his draughtsman’s eye enriched his performance. Gifted in numerous ways, Sher also saw his acting career as one that evolved from impersonation to embodiment of a character.

    Sher once told me that, when growing up as a boy in South Africa, his idols were Alec Guinness and Peter Sellers: what he envied, and initially sought to emulate, was their capacity for physical transformation. He also said that, when he left Cape Town at the age of 19 to make a career in the UK as an actor, he was aware, as a gay, Jewish South African, of being a triple outsider. He was even unsure whether he was cut out to be an actor; in his autobiography, Beside Myself, he describes himself arriving in London as a “short, slight, shy creature in black specs” understandably rejected by Rada, who strongly urged him to seek a different career.

    Continue reading...", + "category": "Antony Sher", + "link": "https://www.theguardian.com/stage/2021/dec/03/antony-sher-a-consummate-shakespearean-and-a-man-of-staggering-versatility", + "creator": "Michael Billington", + "pubDate": "2021-12-03T13:16:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222307,16 +247660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebbafa5b9060d9ee54a0b7eca0e3a9ea" + "hash": "cf5824c81c614a10e250b87902bb9b0e" }, { - "title": "French police arrest man in connection with Jamal Khashoggi killing", - "description": "

    Police say man, named as Khalid Aedh al-Otaibi, was arrested as he was about to board flight from Paris to Riyadh

    French police have arrested a man on suspicion of being a former member of the Saudi royal guard accused of being involved in the murder of journalist Jamal Khashoggi.

    The man, named as Khalid Aedh al-Otaibi, was taken into custody at Paris’s Charles de Gaulle airport as he was about to board a plane to the Saudi capital, Riyadh.

    Continue reading...", - "content": "

    Police say man, named as Khalid Aedh al-Otaibi, was arrested as he was about to board flight from Paris to Riyadh

    French police have arrested a man on suspicion of being a former member of the Saudi royal guard accused of being involved in the murder of journalist Jamal Khashoggi.

    The man, named as Khalid Aedh al-Otaibi, was taken into custody at Paris’s Charles de Gaulle airport as he was about to board a plane to the Saudi capital, Riyadh.

    Continue reading...", - "category": "Jamal Khashoggi", - "link": "https://www.theguardian.com/world/2021/dec/07/one-of-suspected-killers-of-jamal-khashoggi-held-in-paris-say-reports", - "creator": "Kim Willsher in Paris and Stephanie Kirchgaessner in Washington", - "pubDate": "2021-12-07T22:07:50Z", + "title": "Mia Mottley: Barbados’ first female leader on a mission to transform island", + "description": "

    Alongside cutting ties to the monarchy, new PM believes the region represents an untapped civilisation

    A republic has been proposed and postponed by Barbadian prime ministers for decades. Battling a pandemic that has devastated the country’s tourism economy, Mia Mottley, the country’s first female leader, had ample excuses to again kick the constitutional can down the road.

    Instead, at the stroke of midnight on Monday, she oversaw the transition of the Caribbean island out of the realm of the British monarchy – the country’s first local head of state, also a woman, Sandra Mason – and in case that were not enough, bestowed the title of national hero on the Barbadian megastar Rihanna in one of the new republic’s first acts.

    Continue reading...", + "content": "

    Alongside cutting ties to the monarchy, new PM believes the region represents an untapped civilisation

    A republic has been proposed and postponed by Barbadian prime ministers for decades. Battling a pandemic that has devastated the country’s tourism economy, Mia Mottley, the country’s first female leader, had ample excuses to again kick the constitutional can down the road.

    Instead, at the stroke of midnight on Monday, she oversaw the transition of the Caribbean island out of the realm of the British monarchy – the country’s first local head of state, also a woman, Sandra Mason – and in case that were not enough, bestowed the title of national hero on the Barbadian megastar Rihanna in one of the new republic’s first acts.

    Continue reading...", + "category": "Barbados", + "link": "https://www.theguardian.com/world/2021/dec/03/mia-mottley-barbados-first-female-leader-mission-to-transform-island", + "creator": "Michael Safi in Bridgetown", + "pubDate": "2021-12-03T13:26:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222327,16 +247680,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "73d23ddecd5c622077966bbb6db98462" + "hash": "0edb3ddeb7ca69cc47e8d8c13b269b84" }, { - "title": "Trump’s social media platform hits roadblocks as major political battle looms", - "description": "

    ‘Truth Social’ purportedly plans to challenge Twitter and Facebook, platforms that have banned or curbed the ex-president

    Donald Trump’s plan to launch “Truth Social”, a special purpose acquisitions backed social media company early next year may have hit a roadblock after US regulators issued a request for information on the deal on Monday.

    The request from the SEC and the Financial Industry Regulatory Authority for information from Digital World Acquisition Corp (DWAC), a blank-check SPAC that is set to merge with Trump Media & Technology Group, comes as a powerful Republican congressman, Devin Nunes, announced he was stepping out of politics to join the Trump media venture as CEO.

    Continue reading...", - "content": "

    ‘Truth Social’ purportedly plans to challenge Twitter and Facebook, platforms that have banned or curbed the ex-president

    Donald Trump’s plan to launch “Truth Social”, a special purpose acquisitions backed social media company early next year may have hit a roadblock after US regulators issued a request for information on the deal on Monday.

    The request from the SEC and the Financial Industry Regulatory Authority for information from Digital World Acquisition Corp (DWAC), a blank-check SPAC that is set to merge with Trump Media & Technology Group, comes as a powerful Republican congressman, Devin Nunes, announced he was stepping out of politics to join the Trump media venture as CEO.

    Continue reading...", - "category": "Donald Trump", - "link": "https://www.theguardian.com/us-news/2021/dec/07/trump-social-media-platform-roadblocks", - "creator": "Edward Helmore", - "pubDate": "2021-12-07T17:04:55Z", + "title": "‘It’s fantastic to see’: Lake District warms to its new ‘trendy’ status", + "description": "

    People from younger and more diverse demographics are exploring area amid boom in nature trips

    There are still plenty of lean, grizzled oldies in well-worn gear zipping effortlessly up Lakeland hills like it’s a walk to the corner shop. But there are also younger and more diverse communities exploring the area as hiking, climbing and enjoying nature become “fashionable and trendy” again.

    “It is absolutely fantastic,” said Richard Leafe, the chief executive of the Lake District national park. “This is what it is all about.”

    Continue reading...", + "content": "

    People from younger and more diverse demographics are exploring area amid boom in nature trips

    There are still plenty of lean, grizzled oldies in well-worn gear zipping effortlessly up Lakeland hills like it’s a walk to the corner shop. But there are also younger and more diverse communities exploring the area as hiking, climbing and enjoying nature become “fashionable and trendy” again.

    “It is absolutely fantastic,” said Richard Leafe, the chief executive of the Lake District national park. “This is what it is all about.”

    Continue reading...", + "category": "Lake District", + "link": "https://www.theguardian.com/uk-news/2021/dec/03/lake-district-warms-to-new-trendy-status", + "creator": "Mark Brown North of England correspondent", + "pubDate": "2021-12-03T12:27:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222347,16 +247700,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d791ef29d46b2c27305a49c0cce898d8" + "hash": "e68cdfc19025f7bdd65c699c7e1a13ec" }, { - "title": "South Korea hospitals under intense pressure amid record 7,175 Covid cases in a day", - "description": "

    Rise in infections attributed to young people who have yet to be fully vaccinated and older citizens who have not received boosters

    South Korea has reported a record daily total of 7,175 new Covid cases as officials urged people to complete their vaccinations.

    The prime minister, Kim Boo-kyum, warned that hospitals were coming under intense pressure amid a rise in serious cases, days after the government announced a return to stricter restrictions on social gatherings.

    Continue reading...", - "content": "

    Rise in infections attributed to young people who have yet to be fully vaccinated and older citizens who have not received boosters

    South Korea has reported a record daily total of 7,175 new Covid cases as officials urged people to complete their vaccinations.

    The prime minister, Kim Boo-kyum, warned that hospitals were coming under intense pressure amid a rise in serious cases, days after the government announced a return to stricter restrictions on social gatherings.

    Continue reading...", - "category": "South Korea", - "link": "https://www.theguardian.com/world/2021/dec/08/south-korea-hospitals-under-pressure-as-record-7175-covid-cases-in-a-day", - "creator": "Justin McCurry in Tokyo", - "pubDate": "2021-12-08T02:57:59Z", + "title": "Experience: I was attacked by a dog while climbing a volcano", + "description": "

    He came back and sunk his teeth in again. The pain took my breath away as I felt his fangs in my flesh

    I was backpacking in Panama over Christmas in 2018, and planned to climb Volcán Barú. At 3,474m, it is the highest peak in the country and one of the only places on earth from where you can see the Atlantic and the Pacific Oceans at the same time. It is an active volcano, but last erupted around 1550.

    I set off before sunrise. It was a little chilly, so I had pulled on tights under my trekking trousers. I intended to reach the top by midday, then return before dark to get a lift to my hostel.

    Continue reading...", + "content": "

    He came back and sunk his teeth in again. The pain took my breath away as I felt his fangs in my flesh

    I was backpacking in Panama over Christmas in 2018, and planned to climb Volcán Barú. At 3,474m, it is the highest peak in the country and one of the only places on earth from where you can see the Atlantic and the Pacific Oceans at the same time. It is an active volcano, but last erupted around 1550.

    I set off before sunrise. It was a little chilly, so I had pulled on tights under my trekking trousers. I intended to reach the top by midday, then return before dark to get a lift to my hostel.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/03/experience-i-was-attacked-by-a-dog-while-climbing-a-volcano", + "creator": "Niki Khoroushi", + "pubDate": "2021-12-03T10:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222367,16 +247720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d96eb10ea9651cc958790707a4f471a" + "hash": "e53db528dfa42255c11f361ee1e99bef" }, { - "title": "Don’t Look Up review – slapstick apocalypse according to DiCaprio and Lawrence", - "description": "

    Adam McKay’s laboured satire challenges political indifference to looming comet catastrophe but misses out on the comedy

    Having long complained that movies aren’t engaging with the most vital issue of our time – the climate crisis – it’s perhaps churlish of me not to be glad when one comes along that does exactly that. But Adam McKay’s laboured, self-conscious and unrelaxed satire Don’t Look Up is like a 145-minute Saturday Night Live sketch with neither the brilliant comedy of Succession, which McKay co-produces, nor the seriousness that the subject might otherwise require. It is as if the sheer unthinkability of the crisis can only be contained and represented in self-aware slapstick mode.

    With knockabout hints of Dr Strangelove, Network and Wag the Dog, Don’t Look Up is about two astronomers discovering that a Mount Everest-sized comet is due in six months’ time to hit planet Earth and wipe out all human life. The scientists urgently present their findings to the White House, but find that the political and media classes can’t or won’t grasp what they are saying: too stupefied with consumerism, short-termism and social-media gossip, and insidiously paralysed by the interests of big tech. Leonardo DiCaprio plays nerdy, bearded astronomer Dr Randall Mindy, nervous of human interaction and addicted to Xanax. Jennifer Lawrence is his smart, emotionally spiky grad student Kate Dibiasky. Meryl Streep is the panto-villain president, Jonah Hill her son and chief-of-staff, and Mark Rylance is the creepy Brit tech mogul Sir Peter Isherwell.

    Continue reading...", - "content": "

    Adam McKay’s laboured satire challenges political indifference to looming comet catastrophe but misses out on the comedy

    Having long complained that movies aren’t engaging with the most vital issue of our time – the climate crisis – it’s perhaps churlish of me not to be glad when one comes along that does exactly that. But Adam McKay’s laboured, self-conscious and unrelaxed satire Don’t Look Up is like a 145-minute Saturday Night Live sketch with neither the brilliant comedy of Succession, which McKay co-produces, nor the seriousness that the subject might otherwise require. It is as if the sheer unthinkability of the crisis can only be contained and represented in self-aware slapstick mode.

    With knockabout hints of Dr Strangelove, Network and Wag the Dog, Don’t Look Up is about two astronomers discovering that a Mount Everest-sized comet is due in six months’ time to hit planet Earth and wipe out all human life. The scientists urgently present their findings to the White House, but find that the political and media classes can’t or won’t grasp what they are saying: too stupefied with consumerism, short-termism and social-media gossip, and insidiously paralysed by the interests of big tech. Leonardo DiCaprio plays nerdy, bearded astronomer Dr Randall Mindy, nervous of human interaction and addicted to Xanax. Jennifer Lawrence is his smart, emotionally spiky grad student Kate Dibiasky. Meryl Streep is the panto-villain president, Jonah Hill her son and chief-of-staff, and Mark Rylance is the creepy Brit tech mogul Sir Peter Isherwell.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/08/dont-look-up-review-slapstick-apocalypse-according-to-dicaprio-and-lawrence", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-08T00:01:27Z", + "title": "‘I was offered $35m for one day’s work’: George Clooney on paydays, politics and parenting", + "description": "

    The Oscar-winner discusses directing the coming-of-age drama The Tender Bar, raising twins in a pandemic and choosing causes over cash

    George Clooney is smoother than a cup of one of those Nespresso coffees he has advertised for two decades and for which has earned a highly caffeinated £30m-plus. With that, on top of the tequila company Casamigos, which he co-founded then sold four years ago for a potential $1bn (£780m), the ER juggernaut and – oh yeah! – the hugely successful film career as an actor, director and producer, it seems safe to assume that Clooney could, if he were a bit less cool, start every morning by diving into a pile of gold coins like Scrooge McDuck. So, George, I ask, do you ever think: “You know what? I think I have enough money now.”

    Unruffled as the silver hair on his head, Clooney leans forward, as if he is about to confide in me. “Well, yeah. I was offered $35m for one day’s work for an airline commercial, but I talked to Amal [Clooney, the human rights lawyer he married in 2014] about it and we decided it’s not worth it. It was [associated with] a country that, although it’s an ally, is questionable at times, and so I thought: ‘Well, if it takes a minute’s sleep away from me, it’s not worth it.’”

    Continue reading...", + "content": "

    The Oscar-winner discusses directing the coming-of-age drama The Tender Bar, raising twins in a pandemic and choosing causes over cash

    George Clooney is smoother than a cup of one of those Nespresso coffees he has advertised for two decades and for which has earned a highly caffeinated £30m-plus. With that, on top of the tequila company Casamigos, which he co-founded then sold four years ago for a potential $1bn (£780m), the ER juggernaut and – oh yeah! – the hugely successful film career as an actor, director and producer, it seems safe to assume that Clooney could, if he were a bit less cool, start every morning by diving into a pile of gold coins like Scrooge McDuck. So, George, I ask, do you ever think: “You know what? I think I have enough money now.”

    Unruffled as the silver hair on his head, Clooney leans forward, as if he is about to confide in me. “Well, yeah. I was offered $35m for one day’s work for an airline commercial, but I talked to Amal [Clooney, the human rights lawyer he married in 2014] about it and we decided it’s not worth it. It was [associated with] a country that, although it’s an ally, is questionable at times, and so I thought: ‘Well, if it takes a minute’s sleep away from me, it’s not worth it.’”

    Continue reading...", + "category": "George Clooney", + "link": "https://www.theguardian.com/film/2021/dec/03/i-was-offered-35m-for-one-days-work-george-clooney-on-paydays-politics-and-parenting", + "creator": "Hadley Freeman", + "pubDate": "2021-12-03T06:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222387,16 +247740,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ca092cb121b2ea07c75f9d0d33411c6" + "hash": "a1da83751835607ed6193542b79fb9ca" }, { - "title": "Kamala Harris is on to something: AirPods are bad | Julia Carrie Wong", - "description": "

    Cybersecurity experts confirm that Bluetooth signals can in fact be intercepted. And old-school earbuds have a level of retro cool

    AirPods are bad, people. I’ve said it for years. In 2016, when Apple first debuted the overpriced accessories, I wrote that wireless headphones were like tampons without strings – missing the crucial feature that helps you find them when you need to.

    As the years have gone by, I’ve clung steadfastly to my wired headphone sets. (I say headphone sets, plural, because I need two pairs, one to plug into the headphone jack in my laptop and one to plug into the non-headphone jack in my iPhone. I frequently think that the people I can’t hear on Zoom calls are on mute when I actually just have the wrong pair of earbuds in my ears. I don’t care; I won’t change.)

    Continue reading...", - "content": "

    Cybersecurity experts confirm that Bluetooth signals can in fact be intercepted. And old-school earbuds have a level of retro cool

    AirPods are bad, people. I’ve said it for years. In 2016, when Apple first debuted the overpriced accessories, I wrote that wireless headphones were like tampons without strings – missing the crucial feature that helps you find them when you need to.

    As the years have gone by, I’ve clung steadfastly to my wired headphone sets. (I say headphone sets, plural, because I need two pairs, one to plug into the headphone jack in my laptop and one to plug into the non-headphone jack in my iPhone. I frequently think that the people I can’t hear on Zoom calls are on mute when I actually just have the wrong pair of earbuds in my ears. I don’t care; I won’t change.)

    Continue reading...", - "category": "Technology", - "link": "https://www.theguardian.com/technology/2021/dec/07/kamala-harris-airpods-bad-people", - "creator": "Julia Carrie Wong", - "pubDate": "2021-12-07T20:09:20Z", + "title": "Talks with Iran on restoring 2015 nuclear deal suspended", + "description": "

    Europe says new Iranian regime has walked back on previous progress and advanced its nuclear programme

    The first formal talks between western powers and the new Iranian regime on how to restore the 2015 nuclear deal were suspended on Friday, with Europe warning that Iran had walked back all previous diplomatic progress and fast-forwarded its nuclear programme.

    It now seems possible the talks will collapse next week if Iran does not modify its demands, potentially risking an attack on Iran by Israel.

    Continue reading...", + "content": "

    Europe says new Iranian regime has walked back on previous progress and advanced its nuclear programme

    The first formal talks between western powers and the new Iranian regime on how to restore the 2015 nuclear deal were suspended on Friday, with Europe warning that Iran had walked back all previous diplomatic progress and fast-forwarded its nuclear programme.

    It now seems possible the talks will collapse next week if Iran does not modify its demands, potentially risking an attack on Iran by Israel.

    Continue reading...", + "category": "Iran nuclear deal", + "link": "https://www.theguardian.com/world/2021/dec/03/talks-with-iran-on-restoring-2015-nuclear-deal-suspended", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-12-03T16:18:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222407,16 +247760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dff2d1f9efdf79a87961daca8a443e68" + "hash": "c01488cafa81a4fca858f6edabe83254" }, { - "title": "New faces, policies – and accents: Germany’s next coalition", - "description": "

    Olaf Scholz takes over from Angela Merkel and brings with him a northern accent typical of Hamburg

    Germany’s next coalition government, which will be sworn in on Wednesday, will come with a lineup of new faces, a new set of policy priorities and a new dose of energy. It will also speak with a distinctive accent.

    Olaf Scholz, the centre-left politician who will step into Angela Merkel’s shoes, is a man of the German north not only by upbringing but by voice. When the former mayor of Hamburg recently warned in parliament that Covid-19 had not yet been beaten, he leaned into the stretched out fricatives typical of Germany’s second-largest city: Scholz pronounces the word besiegt as besiecht.

    Continue reading...", - "content": "

    Olaf Scholz takes over from Angela Merkel and brings with him a northern accent typical of Hamburg

    Germany’s next coalition government, which will be sworn in on Wednesday, will come with a lineup of new faces, a new set of policy priorities and a new dose of energy. It will also speak with a distinctive accent.

    Olaf Scholz, the centre-left politician who will step into Angela Merkel’s shoes, is a man of the German north not only by upbringing but by voice. When the former mayor of Hamburg recently warned in parliament that Covid-19 had not yet been beaten, he leaned into the stretched out fricatives typical of Germany’s second-largest city: Scholz pronounces the word besiegt as besiecht.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/07/new-faces-policies-and-accents-germanys-next-coalition", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-12-07T17:01:48Z", + "title": "Omicron driving record rate of Covid infection in South African province", + "description": "

    Officials say variant’s R number is believed to be above 6, though most cases are mild and no deaths reported

    The pace of Covid infections in the South African province of Gauteng is outstripping anything seen in previous waves, and officials say Omicron is now the dominant variant.

    Angelique Coetzee, the chair of the South African Medical Association, said Omicron’s R number, measuring its ability to spread, was believed to be above 6. The R number for Delta, the dominant variant globally, is estimated to be above 5.

    Continue reading...", + "content": "

    Officials say variant’s R number is believed to be above 6, though most cases are mild and no deaths reported

    The pace of Covid infections in the South African province of Gauteng is outstripping anything seen in previous waves, and officials say Omicron is now the dominant variant.

    Angelique Coetzee, the chair of the South African Medical Association, said Omicron’s R number, measuring its ability to spread, was believed to be above 6. The R number for Delta, the dominant variant globally, is estimated to be above 5.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/03/omicron-covid-variant-record-rate-of-infection-south-africa-gauteng", + "creator": "Peter Beaumont", + "pubDate": "2021-12-03T16:45:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222427,16 +247780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bb60462e951cc6d839dbf7e867efe59" + "hash": "26ecc25256ec5708b418c38affd94c44" }, { - "title": "Covid live news: South Korea surge sparks hospital alarm; ‘stealth’ Omicron variant found", - "description": "

    South Korea daily cases top 7,000 for first time; ‘stealth’ version of Omicron ‘cannot be detected by routine tests’; Boris Johnson staff filmed joking about No 10 party

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", - "content": "

    South Korea daily cases top 7,000 for first time; ‘stealth’ version of Omicron ‘cannot be detected by routine tests’; Boris Johnson staff filmed joking about No 10 party

    Germany reported 69,601 cases of Covid-19 and 527 deaths in the past 24 hours, according to the Robert Koch Institute, taking the total cases in the country to 6,291,621. There have been 104,047 deaths.

    South Korean authorities are urging people to get vaccinated as case rise in the east Asian nation generally regarded as having dealth with the pandemic well.

    Continue reading...", + "title": "Covid: Biden says to beat Omicron variant ‘we have to shut it down worldwide’ – live", + "description": "

    After their remarks, the members of the taskforce took a handful of questions from reporters. Fauci was asked when scientists will have a better understanding of the risks posed by the Omicron variant. He said they would have a clearer picture in the “next few weeks”.

    But he said it could take longer to understand the impact of Omicron and whether it will overtake Delta as the dominant strain in the US.

    Continue reading...", + "content": "

    After their remarks, the members of the taskforce took a handful of questions from reporters. Fauci was asked when scientists will have a better understanding of the risks posed by the Omicron variant. He said they would have a clearer picture in the “next few weeks”.

    But he said it could take longer to understand the impact of Omicron and whether it will overtake Delta as the dominant strain in the US.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/08/covid-live-news-south-korea-surge-sparks-hospital-alarm-stealth-omicron-variant-found", - "creator": "Martin Farrer", - "pubDate": "2021-12-08T04:37:21Z", + "link": "https://www.theguardian.com/us-news/live/2021/dec/03/us-government-shutdown-funding-coronavirus-omicron-joe-biden-us-politics-latest", + "creator": "Lauren Gambino in Washington", + "pubDate": "2021-12-03T18:08:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222447,16 +247800,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e9ae5e0f677a34c393e7c7dd8f58960" + "hash": "0e289ef9bf982dec103dec5c82279173" }, { - "title": "Egyptian researcher’s mother ‘jumping for joy’ after court orders release", - "description": "

    Patrick Zaki was detained last year and still faces charges of ‘spreading false news’

    An Egyptian court has ordered the release of researcher Patrick Zaki, whose detention in February last year sparked international condemnation, particularly in Italy where he had been studying, his family said.

    “I’m jumping for joy!” his mother, Hala Sobhi, told AFP. “We’re now on our way to the police station in Mansoura,” a city in Egypt’s Nile Delta, where Zaki is from.

    Continue reading...", - "content": "

    Patrick Zaki was detained last year and still faces charges of ‘spreading false news’

    An Egyptian court has ordered the release of researcher Patrick Zaki, whose detention in February last year sparked international condemnation, particularly in Italy where he had been studying, his family said.

    “I’m jumping for joy!” his mother, Hala Sobhi, told AFP. “We’re now on our way to the police station in Mansoura,” a city in Egypt’s Nile Delta, where Zaki is from.

    Continue reading...", - "category": "Egypt", - "link": "https://www.theguardian.com/world/2021/dec/07/egyptian-researcher-court-orders-release-patrick-zaki", - "creator": "Agence France-Presse in Cairo", - "pubDate": "2021-12-07T14:12:58Z", + "title": "‘Heartbreaking’ clean-up of animal corpses as Canada floodwaters ebb", + "description": "

    Floods and landslides in British Columbia devastated livestock in ‘easily the costliest natural disaster in Canada’s history’

    Floods and landslides that battered the Canadian province of British Columbia last month killed hundreds of thousands of farm animals and forced nearly 15,000 people from their homes, new figures revealed, as officials described the scope of the devastation – and the challenges of recovery.

    As many as 628,000 chickens, 420 dairy cattle and 12,000 hogs were killed by the floods. An estimated 3 million bees in 110 hives were also submerged.

    Continue reading...", + "content": "

    Floods and landslides in British Columbia devastated livestock in ‘easily the costliest natural disaster in Canada’s history’

    Floods and landslides that battered the Canadian province of British Columbia last month killed hundreds of thousands of farm animals and forced nearly 15,000 people from their homes, new figures revealed, as officials described the scope of the devastation – and the challenges of recovery.

    As many as 628,000 chickens, 420 dairy cattle and 12,000 hogs were killed by the floods. An estimated 3 million bees in 110 hives were also submerged.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2021/dec/03/british-columbia-floods-animal-corpses-clean-up", + "creator": "Leyland Cecco in Toronto", + "pubDate": "2021-12-03T17:21:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222467,16 +247820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4769c3c50b137ae0b0937677da8aba7" + "hash": "4aef209fcfc921c399ec5a1b6f0f2847" }, { - "title": "One of suspected killers of Jamal Khashoggi held in Paris", - "description": "

    Khalid Aedh al-Otaibi arrested as he was about to board flight to Riyadh

    French police have arrested a former member of the Saudi royal guard who has also served as a personal security official for the Saudi Crown Prince Mohammed bin Salman for his suspected involvement in the murder of journalist Jamal Khashoggi.

    Khalid Aedh al-Otaibi was taken into custody at Paris’s Charles de Gaulle airport as he was about to board a plane to the Saudi capital, Riyadh.

    Continue reading...", - "content": "

    Khalid Aedh al-Otaibi arrested as he was about to board flight to Riyadh

    French police have arrested a former member of the Saudi royal guard who has also served as a personal security official for the Saudi Crown Prince Mohammed bin Salman for his suspected involvement in the murder of journalist Jamal Khashoggi.

    Khalid Aedh al-Otaibi was taken into custody at Paris’s Charles de Gaulle airport as he was about to board a plane to the Saudi capital, Riyadh.

    Continue reading...", - "category": "Jamal Khashoggi", - "link": "https://www.theguardian.com/world/2021/dec/07/one-of-suspected-killers-of-jamal-khashoggi-held-in-paris-say-reports", - "creator": "Kim Willsher in Paris and Stephanie Kirchgaessner in Washington", - "pubDate": "2021-12-07T17:13:19Z", + "title": "Johnson’s imperial bombast could suck Britain into more deadly interventions | Simon Jenkins", + "description": "

    As tensions with Russia and China increase, the prime minister meddles in foreign policy to distract from domestic woes

    Relations between the world’s great powers are tenser than ever since the cold war. Troops are massing along Russia’s border with Ukraine. Chinese ships and planes are openly threatening Taiwan. Japan is rearming in response. Turkey is renewing its belligerence towards its neighbours. Russia is backing east-west fragmentation in Bosnia.

    Where Britain stands in all this is dangerously unclear, drifting on a sea of Boris Johnson’s gestures and platitudes. The Royal Navy currently has a £3.2bn aircraft carrier waving the union flag in the South China Sea, completely unprotected. China could sink it in an hour. In the Black Sea, a British destroyer provocatively invades Russian waters off Crimea, showing off to the world’s media. Last week, the British foreign secretary, Liz Truss, advanced her bid for her party’s leadership by sitting astride a tank in Estonia and warning Russia that Britain “stood firm” against its “malign activity” in Ukraine. Meanwhile, Britain’s outgoing defence chief, Sir Nick Carter, estimates that the risk of accidental war with Russia is now “the highest in decades”.

    Simon Jenkins is a Guardian columnist

    Continue reading...", + "content": "

    As tensions with Russia and China increase, the prime minister meddles in foreign policy to distract from domestic woes

    Relations between the world’s great powers are tenser than ever since the cold war. Troops are massing along Russia’s border with Ukraine. Chinese ships and planes are openly threatening Taiwan. Japan is rearming in response. Turkey is renewing its belligerence towards its neighbours. Russia is backing east-west fragmentation in Bosnia.

    Where Britain stands in all this is dangerously unclear, drifting on a sea of Boris Johnson’s gestures and platitudes. The Royal Navy currently has a £3.2bn aircraft carrier waving the union flag in the South China Sea, completely unprotected. China could sink it in an hour. In the Black Sea, a British destroyer provocatively invades Russian waters off Crimea, showing off to the world’s media. Last week, the British foreign secretary, Liz Truss, advanced her bid for her party’s leadership by sitting astride a tank in Estonia and warning Russia that Britain “stood firm” against its “malign activity” in Ukraine. Meanwhile, Britain’s outgoing defence chief, Sir Nick Carter, estimates that the risk of accidental war with Russia is now “the highest in decades”.

    Simon Jenkins is a Guardian columnist

    Continue reading...", + "category": "Foreign policy", + "link": "https://www.theguardian.com/commentisfree/2021/dec/03/boris-johnson-britain-deadly-interventions-russia-china", + "creator": "Simon Jenkins", + "pubDate": "2021-12-03T12:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222487,16 +247840,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a4a4fb143f90a0935c7fe1d011ec5045" + "hash": "83280d0b55ece5ff6d90d45b9faf54b5" }, { - "title": "Hundreds approved for evacuation to UK remain trapped in Afghanistan", - "description": "

    British nationals and vulnerable Afghans stuck without help months after Taliban takeover

    British nationals and vulnerable Afghans who have been approved for evacuation have spoken of their anguish and frustration as they remain trapped in Afghanistan months after it was taken over by the Taliban.

    After devastating testimony by a whistleblower in the Foreign Office, who claimed there was an incompetent and chaotic response to the fall of Kabul, those waiting to be evacuated have called for rapid action from the UK government.

    Continue reading...", - "content": "

    British nationals and vulnerable Afghans stuck without help months after Taliban takeover

    British nationals and vulnerable Afghans who have been approved for evacuation have spoken of their anguish and frustration as they remain trapped in Afghanistan months after it was taken over by the Taliban.

    After devastating testimony by a whistleblower in the Foreign Office, who claimed there was an incompetent and chaotic response to the fall of Kabul, those waiting to be evacuated have called for rapid action from the UK government.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2021/dec/07/hundreds-approved-for-evacuation-to-uk-remain-trapped-in-afghanistan", - "creator": "Aamna Mohdin and Amelia Gentleman", - "pubDate": "2021-12-07T17:28:39Z", + "title": "Saved for Later: Bad memes and wokewashing: why do brands tweet like people? Plus: Snapchat streaks explained", + "description": "

    In Guardian Australia’s online culture podcast, Michael Sun and Alyx Gorman bring in Vice Australia’s head of editorial Brad Esposito to chat about the evolution of brands on social media, from cringey posts to identity politics – including a tweet so tone deaf, Brad had to pull his car over to report on it. Then Michael teaches Alyx why breaking a Snapchat streak is an unforgivable faux pas

    Continue reading...", + "content": "

    In Guardian Australia’s online culture podcast, Michael Sun and Alyx Gorman bring in Vice Australia’s head of editorial Brad Esposito to chat about the evolution of brands on social media, from cringey posts to identity politics – including a tweet so tone deaf, Brad had to pull his car over to report on it. Then Michael teaches Alyx why breaking a Snapchat streak is an unforgivable faux pas

    Continue reading...", + "category": "", + "link": "https://www.theguardian.com/australia-news/audio/2021/dec/04/saved-for-later-bad-memes-and-wokewashing-why-do-brands-tweet-like-people-plus-snapchat-streaks-explained", + "creator": "Presented by Michael Sun and Alyx Gorman with Brad Esposito. Produced by Miles Herbert, Karishma Luthria and Joe Koning. Executive produced by Melanie Tait and Steph Harmon", + "pubDate": "2021-12-03T16:30:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222507,16 +247860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d33f60cb08a90f4487a1012b619a678" + "hash": "22dfc1fff33d5ce79824842a4960c3b1" }, { - "title": "Amazon Web Services outage hits sites and apps such as IMDb and Tinder", - "description": "

    Users in North America and Europe report patchy service after cloud computing goes down

    Users say Amazon Web Services is suffering a major outage, the Associated Press has reported.

    Amazon and other popular apps and websites such as Duolingo and Tinder are reportedly affected, according to the website Downdetector.

    Continue reading...", - "content": "

    Users in North America and Europe report patchy service after cloud computing goes down

    Users say Amazon Web Services is suffering a major outage, the Associated Press has reported.

    Amazon and other popular apps and websites such as Duolingo and Tinder are reportedly affected, according to the website Downdetector.

    Continue reading...", - "category": "Amazon", - "link": "https://www.theguardian.com/technology/2021/dec/07/amazon-web-services-outage-hits-sites-and-apps-such-as-imdb-and-tinder", - "creator": "Jamie Grierson", - "pubDate": "2021-12-07T17:54:52Z", + "title": "Covid limits migration despite more people displaced by war and disasters", + "description": "

    IOM report finds 9m more people displaced globally but mobility restricted due to pandemic, with vaccination proving a key factor


    The coronavirus pandemic had a radical effect on migration, limiting movement despite increasing levels of internal displacement from conflict and climate disasters, the UN’s International Organization for Migration said in a report on Wednesday.

    Though the number of people who migrated internationally increased to 281 million in 2020 – 9 million more than before Covid-19 – the number was 2 million lower than expected without a pandemic, according to the report.

    Continue reading...", + "content": "

    IOM report finds 9m more people displaced globally but mobility restricted due to pandemic, with vaccination proving a key factor


    The coronavirus pandemic had a radical effect on migration, limiting movement despite increasing levels of internal displacement from conflict and climate disasters, the UN’s International Organization for Migration said in a report on Wednesday.

    Though the number of people who migrated internationally increased to 281 million in 2020 – 9 million more than before Covid-19 – the number was 2 million lower than expected without a pandemic, according to the report.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/01/iom-report-covid-limits-migration-but-more-people-displaced-war-disasters", + "creator": "Kaamil Ahmed", + "pubDate": "2021-12-01T16:17:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222527,16 +247880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34ba78eff18cda684574ceeac6696728" + "hash": "aa79bd7dec74a605b280d76d80e01b6e" }, { - "title": "‘Disastrous’ plastic use in farming threatens food safety – UN", - "description": "

    Food and Agriculture Organization says most plastics are burned, buried or lost after use

    The “disastrous” way in which plastic is used in farming across the world is threatening food safety and potentially human health, according to a report from the UN’s Food and Agriculture Organization.

    It says soils contain more microplastic pollution than the oceans and that there is “irrefutable” evidence of the need for better management of the millions of tonnes of plastics used in the food and farming system each year.

    Continue reading...", - "content": "

    Food and Agriculture Organization says most plastics are burned, buried or lost after use

    The “disastrous” way in which plastic is used in farming across the world is threatening food safety and potentially human health, according to a report from the UN’s Food and Agriculture Organization.

    It says soils contain more microplastic pollution than the oceans and that there is “irrefutable” evidence of the need for better management of the millions of tonnes of plastics used in the food and farming system each year.

    Continue reading...", - "category": "Plastics", - "link": "https://www.theguardian.com/environment/2021/dec/07/disastrous-plastic-use-in-farming-threatens-food-safety-un", - "creator": "Damian Carrington Environment editor", - "pubDate": "2021-12-07T13:00:13Z", + "title": "How Chris and Andrew Cuomo's on-air comedy routines compromised CNN", + "description": "

    The news network implicitly endorsed the former New York governor amid accusations of sexual harassment and corruption

    For months, CNN’s primetime anchor, Chris Cuomo, refused to cover the multiple scandals surrounding his brother, the former New York governor Andrew Cuomo.

    Chris Cuomo said it would be a conflict of interest for him to report on the sexual harassment, corruption and misuse of public funds his brother had been accused of. But many wondered how CNN could justify what amounted to a blackout of one of the nation’s top news stories during the news network’s most-watched time slot.

    Continue reading...", + "content": "

    The news network implicitly endorsed the former New York governor amid accusations of sexual harassment and corruption

    For months, CNN’s primetime anchor, Chris Cuomo, refused to cover the multiple scandals surrounding his brother, the former New York governor Andrew Cuomo.

    Chris Cuomo said it would be a conflict of interest for him to report on the sexual harassment, corruption and misuse of public funds his brother had been accused of. But many wondered how CNN could justify what amounted to a blackout of one of the nation’s top news stories during the news network’s most-watched time slot.

    Continue reading...", + "category": "Andrew Cuomo", + "link": "https://www.theguardian.com/us-news/2021/dec/01/chris-cuomo-cnn-routine-brother-undermined-network", + "creator": "Danielle Tcholakian", + "pubDate": "2021-12-01T18:01:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222547,16 +247900,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "849decede0f7a730fee61a3b4bc97ed2" + "hash": "b0e8a2efc3dde8ce7561b1d2b3b279d7" }, { - "title": "Dozens killed in fire at overcrowded Burundi prison", - "description": "

    Inmate says police refused to open doors amid blaze that left 38 dead and 69 seriously hurt

    A massive fire ripped through an overcrowded prison in Burundi before dawn on Tuesday, killing dozens of inmates and seriously injuring many more, the country’s vice-president said.

    Many inmates were still sleeping at the time of the blaze that destroyed several parts of the facility in Burundi’s political capital, Gitega, witnesses said.

    Continue reading...", - "content": "

    Inmate says police refused to open doors amid blaze that left 38 dead and 69 seriously hurt

    A massive fire ripped through an overcrowded prison in Burundi before dawn on Tuesday, killing dozens of inmates and seriously injuring many more, the country’s vice-president said.

    Many inmates were still sleeping at the time of the blaze that destroyed several parts of the facility in Burundi’s political capital, Gitega, witnesses said.

    Continue reading...", - "category": "Burundi", - "link": "https://www.theguardian.com/world/2021/dec/07/burundi-prison-gitega-fire-overcrowded", - "creator": "Agence France-Presse in Nairobi", - "pubDate": "2021-12-07T13:52:51Z", + "title": "Ilhan Omar plays death threat left on voicemail during press briefing – video", + "description": "

    Ilhan Omar has played an explicit death threat she received on her voicemail at a press briefing. The Democratic representative for Minnesota said threats against her life were often triggered by attacks on her faith by Republican politicians. She urged House Republican leaders to do more to counter 'anti-Muslim hatred' in their ranks 

    Continue reading...", + "content": "

    Ilhan Omar has played an explicit death threat she received on her voicemail at a press briefing. The Democratic representative for Minnesota said threats against her life were often triggered by attacks on her faith by Republican politicians. She urged House Republican leaders to do more to counter 'anti-Muslim hatred' in their ranks 

    Continue reading...", + "category": "Ilhan Omar", + "link": "https://www.theguardian.com/us-news/video/2021/dec/01/ilhan-omar-plays-death-threat-left-on-voicemail-during-press-briefing-video", + "creator": "", + "pubDate": "2021-12-01T11:01:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222567,16 +247920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "166654597fccab2336585ab638edcc4d" + "hash": "442654ff1c019af292fb8ac50d9f41d5" }, { - "title": "Covid live: early signs Omicron more transmissible, UK PM says; Scottish firms urged to let staff work from home", - "description": "

    Early indications Omicron more transmissible than Delta, says Boris Johnson; Nicola Sturgeon says staff should work from home until mid-January

    All international arrivals to the UK are now required to take a pre-departure Covid-19 test to tackle the new Omicron variant.

    The tightened requirements have just come into force from 4am (GMT) on Tuesday 7 December.

    Continue reading...", - "content": "

    Early indications Omicron more transmissible than Delta, says Boris Johnson; Nicola Sturgeon says staff should work from home until mid-January

    All international arrivals to the UK are now required to take a pre-departure Covid-19 test to tackle the new Omicron variant.

    The tightened requirements have just come into force from 4am (GMT) on Tuesday 7 December.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/07/covid-news-live-omicron-likely-to-become-dominant-variant-harvard-researcher-says-france-to-close-nightclubs", - "creator": "Lucy Campbell (now); Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-07T18:43:37Z", + "title": "The Mississippi and Texas laws threatening US abortion rights", + "description": "

    As the supreme court hears new challenges to Roe v Wade, American abortion rights hang in the balance

    According to recent polls, Americans overwhelmingly support Roe v Wade, the 1973 US supreme court ruling that protects a woman’s right to an abortion. But two new legal challenges to that decision could jeopardise the ability of American women to access abortions – and have knock-on effects for reproductive rights across the globe.

    Guardian US health reporter Jessica Glenza has been reporting on laws that severely restrict abortion access in Mississippi and Texas; she tells Nosheen Iqbal that this is a ‘perilous moment’ for reproductive rights in the US.

    Continue reading...", + "content": "

    As the supreme court hears new challenges to Roe v Wade, American abortion rights hang in the balance

    According to recent polls, Americans overwhelmingly support Roe v Wade, the 1973 US supreme court ruling that protects a woman’s right to an abortion. But two new legal challenges to that decision could jeopardise the ability of American women to access abortions – and have knock-on effects for reproductive rights across the globe.

    Guardian US health reporter Jessica Glenza has been reporting on laws that severely restrict abortion access in Mississippi and Texas; she tells Nosheen Iqbal that this is a ‘perilous moment’ for reproductive rights in the US.

    Continue reading...", + "category": "Abortion", + "link": "https://www.theguardian.com/world/audio/2021/dec/01/the-mississippi-and-texas-laws-threatening-abortion-rights-us-podcast", + "creator": "Presented by Nosheen Iqbal with Jessica Glenza; produced by Courtney Yusuf, Hannah Moore , Alice Fordham, Eva Krafczyk, and Axel Kacoutié; executive producers Archie Bland and Mythili Rao", + "pubDate": "2021-12-01T03:00:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222587,16 +247940,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5ce6cfb241795908ba5f3462e757260" + "hash": "8b19f2ac7485e5ebf2debc7e936cf0d0" }, { - "title": "As many as 6 million eligible Britons may not have had a Covid jab. Who are they?", - "description": "

    The Omicron variant has refocused attention on vaccination rates as data shows disparities in uptake across age, region and ethnicity

    Hundreds of cases of the new Omicron Covid-19 variant have now been confirmed in the UK and experts have called for a renewed focus on vaccination rates.

    As of 4 December, just over eight in 10 people aged 12 or older UK-wide had received two doses of a coronavirus vaccine, according to data from the UK Health Security Agency, while 89% had received a first dose. This means about 6 million eligible people may still be unvaccinated, based on ONS population figures as opposed to counts of GP records. So who are they?

    Continue reading...", - "content": "

    The Omicron variant has refocused attention on vaccination rates as data shows disparities in uptake across age, region and ethnicity

    Hundreds of cases of the new Omicron Covid-19 variant have now been confirmed in the UK and experts have called for a renewed focus on vaccination rates.

    As of 4 December, just over eight in 10 people aged 12 or older UK-wide had received two doses of a coronavirus vaccine, according to data from the UK Health Security Agency, while 89% had received a first dose. This means about 6 million eligible people may still be unvaccinated, based on ONS population figures as opposed to counts of GP records. So who are they?

    Continue reading...", + "title": "Covid live: Slovakia sets new daily case record; nearly 1m Germans currently infected, says health minister", + "description": "

    Low level of vaccine take-up thought to be factor in Slovakia; Germany’s Jens Spahn says more than 1% of population have Covid

    California is reporting its second confirmed case of the Omicron variant in as many days.

    The Los Angeles County public health department says a full vaccinated county resident is self-isolating after apparently contracting the infection during a trip to South Africa last month.

    Continue reading...", + "content": "

    Low level of vaccine take-up thought to be factor in Slovakia; Germany’s Jens Spahn says more than 1% of population have Covid

    California is reporting its second confirmed case of the Omicron variant in as many days.

    The Los Angeles County public health department says a full vaccinated county resident is self-isolating after apparently contracting the infection during a trip to South Africa last month.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/07/as-many-as-6-million-eligible-britons-may-not-have-had-a-covid-jab-who-are-they", - "creator": "Niamh McIntyre and Tobi Thomas", - "pubDate": "2021-12-07T08:00:21Z", + "link": "https://www.theguardian.com/world/live/2021/dec/03/covid-news-live-new-york-state-detects-five-cases-of-omicron-variant-as-new-us-air-travel-rules-loom", + "creator": "Caroline Davies (now); Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-03T11:31:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222607,16 +247960,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38b68bdf131e522a11b5f1c2acda91a8" + "hash": "c41b2b95e55b55518c61bb62b3db9eea" }, { - "title": "Michele Brown was vaccinated - but had a suppressed immune system. Would better health advice have saved her?", - "description": "

    The mother-of-two carefully shielded until the government said it was safe to see friends and family. She had no idea how her existing conditions could affect her

    The feeling of relief was immense as 58-year-old Michele Brown returned home from the vaccine centre. Her husband, Terry, 61, had taken time off from his job as a supervisor at a heavy machinery factory to drive her to her second Covid-19 vaccination at a Gateshead community centre. In the car, Michele told her partner of 40 years that she felt like a weight had been lifted off her shoulders. “She said: ‘At least we’ve got that done,’” Terry remembers. “‘We’ll be OK.’”

    It was 28 April 2021. Michele, who had rheumatoid arthritis, an underactive thyroid and diabetes, had spent the last year and a half shielding indoors, on government advice. She was careful. She had a Covid station set up on the breakfast counter: lateral flow tests, bottles of antibacterial gel and disposable face masks. When family came to visit, a mask-wearing Michele would banish them to the furthest corner of the living room. “We couldn’t kiss her,” remembers her daughter, Kim Brown, 41, who lives in Durham. “She would say: ‘You might have the coronies! I don’t want no coronies. You’re not giving me that crap.’”

    Continue reading...", - "content": "

    The mother-of-two carefully shielded until the government said it was safe to see friends and family. She had no idea how her existing conditions could affect her

    The feeling of relief was immense as 58-year-old Michele Brown returned home from the vaccine centre. Her husband, Terry, 61, had taken time off from his job as a supervisor at a heavy machinery factory to drive her to her second Covid-19 vaccination at a Gateshead community centre. In the car, Michele told her partner of 40 years that she felt like a weight had been lifted off her shoulders. “She said: ‘At least we’ve got that done,’” Terry remembers. “‘We’ll be OK.’”

    It was 28 April 2021. Michele, who had rheumatoid arthritis, an underactive thyroid and diabetes, had spent the last year and a half shielding indoors, on government advice. She was careful. She had a Covid station set up on the breakfast counter: lateral flow tests, bottles of antibacterial gel and disposable face masks. When family came to visit, a mask-wearing Michele would banish them to the furthest corner of the living room. “We couldn’t kiss her,” remembers her daughter, Kim Brown, 41, who lives in Durham. “She would say: ‘You might have the coronies! I don’t want no coronies. You’re not giving me that crap.’”

    Continue reading...", - "category": "Society", - "link": "https://www.theguardian.com/society/2021/dec/07/michele-brown-was-vaccinated-but-had-a-suppressed-immune-system-would-better-health-advice-have-saved-her", - "creator": "Sirin Kale", - "pubDate": "2021-12-07T06:00:19Z", + "title": "England fan disorder at Euro 2020 final almost led to deaths, review finds", + "description": "
    • Casey report refers to series of ‘near misses’ at Wembley
    • It also points to planning failures on day of ‘national shame’

    Unprecedented disorder at the Euro 2020 final was a “near miss”, with deaths and life-changing injuries only narrowly avoided, according to an independent report into events described as a “national shame”.

    Lady Louise Casey published her 129-page review on Friday into the incidents that overwhelmed Wembley stadium on 11 July. While she concludes that primary blame for the mass of public disorder must lie with the protagonists, there is also blame for both the FA and the police, whom she says were too slow to respond to trouble that began early in the day.

    Continue reading...", + "content": "
    • Casey report refers to series of ‘near misses’ at Wembley
    • It also points to planning failures on day of ‘national shame’

    Unprecedented disorder at the Euro 2020 final was a “near miss”, with deaths and life-changing injuries only narrowly avoided, according to an independent report into events described as a “national shame”.

    Lady Louise Casey published her 129-page review on Friday into the incidents that overwhelmed Wembley stadium on 11 July. While she concludes that primary blame for the mass of public disorder must lie with the protagonists, there is also blame for both the FA and the police, whom she says were too slow to respond to trouble that began early in the day.

    Continue reading...", + "category": "Euro 2020", + "link": "https://www.theguardian.com/football/2021/dec/03/england-fan-disorder-at-euro-2020-final-almost-led-to-deaths-review-finds", + "creator": "Paul MacInnes", + "pubDate": "2021-12-03T10:00:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222627,16 +247980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f1f44244c49b685c275d5197418f20b" + "hash": "02b35571116aa5bdd2e8d1a4d2888780" }, { - "title": "Marianela Núñez: ‘What lockdown taught me, one more time, is that dance is my true passion’", - "description": "

    The Royal Ballet’s phenomenal principal dancer was the fixed star at the heart of an extraordinary year for the company

    It’s been an oddly fractured year for dance. Repeated lockdowns stifled talent, thwarted new ideas. Online and outdoor offerings provided some release but when theatres reopened in May, dancers emerged as if from hibernation, full of life, anxious to get on with their notoriously short careers.

    None more so than Marianela Núñez. The Royal Ballet has excelled as a company this year, but she is the fixed star gleaming at its heart, never disappointing, always moving towards her aim of perfection. Her smile irradiates the stage, but it is the purity of her classical technique, the sense that you are watching someone at the absolute peak of their abilities.

    Continue reading...", - "content": "

    The Royal Ballet’s phenomenal principal dancer was the fixed star at the heart of an extraordinary year for the company

    It’s been an oddly fractured year for dance. Repeated lockdowns stifled talent, thwarted new ideas. Online and outdoor offerings provided some release but when theatres reopened in May, dancers emerged as if from hibernation, full of life, anxious to get on with their notoriously short careers.

    None more so than Marianela Núñez. The Royal Ballet has excelled as a company this year, but she is the fixed star gleaming at its heart, never disappointing, always moving towards her aim of perfection. Her smile irradiates the stage, but it is the purity of her classical technique, the sense that you are watching someone at the absolute peak of their abilities.

    Continue reading...", - "category": "Marianela Núñez", - "link": "https://www.theguardian.com/stage/2021/dec/07/marianela-nunez-royal-ballet-giselle-faces-of-year", - "creator": "Sarah Crompton", - "pubDate": "2021-12-07T13:00:13Z", + "title": "Xinjiang: Twitter closes thousands of China state-linked accounts spreading propaganda", + "description": "

    Content was often ‘embarrassingly’ produced and pumped out via repurposed accounts, analysts say

    Twitter has shut down thousands of state-linked accounts in China that seek to counter evidence of human rights abuses in Xinjiang, as part of what experts called an “embarrassingly” produced propaganda operation.

    The operations used photos and images, shell and potentially automated accounts, and fake Uyghur profiles, to disseminate state propaganda and fake testimonials about their happy lives in the region, seeking to dispel evidence of a years-long campaign of oppression, with mass internments, re-education programs, and allegations of forced labour and sterilisation.

    Continue reading...", + "content": "

    Content was often ‘embarrassingly’ produced and pumped out via repurposed accounts, analysts say

    Twitter has shut down thousands of state-linked accounts in China that seek to counter evidence of human rights abuses in Xinjiang, as part of what experts called an “embarrassingly” produced propaganda operation.

    The operations used photos and images, shell and potentially automated accounts, and fake Uyghur profiles, to disseminate state propaganda and fake testimonials about their happy lives in the region, seeking to dispel evidence of a years-long campaign of oppression, with mass internments, re-education programs, and allegations of forced labour and sterilisation.

    Continue reading...", + "category": "Xinjiang", + "link": "https://www.theguardian.com/world/2021/dec/03/xinjiang-twitter-closes-thousands-of-china-state-linked-accounts-spreading-propaganda", + "creator": "Helen Davidson", + "pubDate": "2021-12-03T05:16:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222647,16 +248000,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "47890afc1570857ead13dc84bba3dbeb" + "hash": "4c1a9138b8b5d1fee6a61fed8ce52b8d" }, { - "title": "Life after death: how the pandemic has transformed our psychic landscape | Jacqueline Rose", - "description": "

    Modern society has largely exiled death to the outskirts of existence, but Covid-19 has forced us all to confront it. Our relationship to the planet, each other and time itself can never be the same again

    We have been asked to write about the future, the afterlife of the pandemic, but the future can never be told. This at least was the view of the economist John Maynard Keynes, who was commissioned to edit a series of essays for the Guardian in 1921, as the world was rebuilding after the first world war. The future is “fluctuating, vague and uncertain”, he wrote later, at a time when the mass unemployment of the 1930s had upended all confidence, the first stage on a road to international disaster that could, and could not, be foreseen. “The senses in which I am using the term [uncertain],” he said, “is that in which the prospect of a European war is uncertain, or the price of copper and the rate of interest 20 years hence, or the obsolescence of a new invention, or the position of private wealth-owners in the social system in 1970. About these matters there is no scientific basis on which to form any calculable probability whatever. We simply do not know.”

    This may always be the case, but the pandemic has brought this truth so brutally into our lives that it threatens to crush the best hopes of the heart, which always look beyond the present. We are being robbed of the illusion that we can predict what will happen in the space of a second, a minute, an hour or a day. From one moment to the next, the pandemic seems to turn and point its finger at anyone, even at those who believed they were safely immune. The distribution of the virus and vaccination programme in different countries has been cruelly unequal, but as long as Covid remains a global presence, waves of increasing severity will be possible anywhere and at any moment in time. The most deadly pandemic of the 20th century, the Spanish flu at the end of the first world war, went through wave after wave and lasted for nearly four years. Across the world, people are desperate to feel they have turned a corner, that an end is in sight, only to be faced with a future that seems to be retreating like a vanishing horizon, a shadow, a blur. Nobody knows, with any degree of confidence, what will happen next. Anyone claiming to do so is a fraud.

    Continue reading...", - "content": "

    Modern society has largely exiled death to the outskirts of existence, but Covid-19 has forced us all to confront it. Our relationship to the planet, each other and time itself can never be the same again

    We have been asked to write about the future, the afterlife of the pandemic, but the future can never be told. This at least was the view of the economist John Maynard Keynes, who was commissioned to edit a series of essays for the Guardian in 1921, as the world was rebuilding after the first world war. The future is “fluctuating, vague and uncertain”, he wrote later, at a time when the mass unemployment of the 1930s had upended all confidence, the first stage on a road to international disaster that could, and could not, be foreseen. “The senses in which I am using the term [uncertain],” he said, “is that in which the prospect of a European war is uncertain, or the price of copper and the rate of interest 20 years hence, or the obsolescence of a new invention, or the position of private wealth-owners in the social system in 1970. About these matters there is no scientific basis on which to form any calculable probability whatever. We simply do not know.”

    This may always be the case, but the pandemic has brought this truth so brutally into our lives that it threatens to crush the best hopes of the heart, which always look beyond the present. We are being robbed of the illusion that we can predict what will happen in the space of a second, a minute, an hour or a day. From one moment to the next, the pandemic seems to turn and point its finger at anyone, even at those who believed they were safely immune. The distribution of the virus and vaccination programme in different countries has been cruelly unequal, but as long as Covid remains a global presence, waves of increasing severity will be possible anywhere and at any moment in time. The most deadly pandemic of the 20th century, the Spanish flu at the end of the first world war, went through wave after wave and lasted for nearly four years. Across the world, people are desperate to feel they have turned a corner, that an end is in sight, only to be faced with a future that seems to be retreating like a vanishing horizon, a shadow, a blur. Nobody knows, with any degree of confidence, what will happen next. Anyone claiming to do so is a fraud.

    Continue reading...", - "category": "Death and dying", - "link": "https://www.theguardian.com/society/2021/dec/07/life-after-death-pandemic-transformed-psychic-landscape-jacqueline-rose", - "creator": "Jacqueline Rose", - "pubDate": "2021-12-07T06:00:19Z", + "title": "Old Bexley and Sidcup byelection: Tories retain true-blue seat", + "description": "

    Louie French becomes MP for suburban London seat, but Tories’ majority of nearly 19,000 cut to 4,478

    The Conservatives have held the safe seat of Old Bexley and Sidcup in the first in a series of closely watched parliamentary byelections.

    Louie French was elected as the new MP, replacing the well-liked former cabinet minister James Brokenshire, who died in October from lung cancer.

    Continue reading...", + "content": "

    Louie French becomes MP for suburban London seat, but Tories’ majority of nearly 19,000 cut to 4,478

    The Conservatives have held the safe seat of Old Bexley and Sidcup in the first in a series of closely watched parliamentary byelections.

    Louie French was elected as the new MP, replacing the well-liked former cabinet minister James Brokenshire, who died in October from lung cancer.

    Continue reading...", + "category": "Byelections", + "link": "https://www.theguardian.com/politics/2021/dec/03/old-bexley-and-sidcup-byelection-louie-french-mp-tories-retain-seat", + "creator": "Aubrey Allegretti Political correspondent and Archie Bland", + "pubDate": "2021-12-03T08:13:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222667,16 +248020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6577ad0130bdba2839b887bbd404511" + "hash": "9a31b29802c3b71aaa707d9e66fd07df" }, { - "title": "‘Funny fat girl’: Rebel Wilson says her team were against her losing weight", - "description": "

    Actor says she received ‘pushback’ from her management due to fears of the impact it could have on her career

    Rebel Wilson, one of Hollywood’s top comedy actors, has said her own team were opposed to her losing weight because she was “earning millions of dollars being the funny fat girl”.

    The Australian actor, 41, documented her physical transformation on social media after embarking on a health and fitness journey a couple of years ago.

    Continue reading...", - "content": "

    Actor says she received ‘pushback’ from her management due to fears of the impact it could have on her career

    Rebel Wilson, one of Hollywood’s top comedy actors, has said her own team were opposed to her losing weight because she was “earning millions of dollars being the funny fat girl”.

    The Australian actor, 41, documented her physical transformation on social media after embarking on a health and fitness journey a couple of years ago.

    Continue reading...", - "category": "Rebel Wilson", - "link": "https://www.theguardian.com/film/2021/dec/07/funny-fat-girl-rebel-wilson-says-her-team-were-against-her-losing-weight", - "creator": "Nadia Khomami Arts and culture correspondent", - "pubDate": "2021-12-07T17:58:35Z", + "title": "Alec Baldwin questions how bullet got on Rust set in emotional ABC interview", + "description": "

    In first on-camera interview since accidental film-set shooting, actor says there is only one question: ‘where did the live round come from?’

    Alec Baldwin said his 40 year acting career “could be” over after the shooting incident on the set of the western Rust that resulted in the death of cinematographer Halyna Hutchins and wounded director Joel Souza.

    In a lengthy and emotional interview on US TV with ABC News’ George Stephanopoulos, Baldwin added that he “couldn’t give a shit” about his career.

    Continue reading...", + "content": "

    In first on-camera interview since accidental film-set shooting, actor says there is only one question: ‘where did the live round come from?’

    Alec Baldwin said his 40 year acting career “could be” over after the shooting incident on the set of the western Rust that resulted in the death of cinematographer Halyna Hutchins and wounded director Joel Souza.

    In a lengthy and emotional interview on US TV with ABC News’ George Stephanopoulos, Baldwin added that he “couldn’t give a shit” about his career.

    Continue reading...", + "category": "Alec Baldwin", + "link": "https://www.theguardian.com/film/2021/dec/03/alec-baldwin-questions-how-bullet-got-on-rust-set-in-emotional-abc-interview", + "creator": "Dani Anguiano, Andrew Pulver and agencies", + "pubDate": "2021-12-03T03:45:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222687,16 +248040,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dc740758f87c6e1f52adba48fe92598" + "hash": "3008193d0ffe7974ac259cf1dd057ddd" }, { - "title": "Biden and Putin make little apparent headway on Ukraine in virtual summit", - "description": "

    White House says the US president voiced ‘deep concerns’ about the Russian military buildup in the two-hour video call

    Joe Biden and Vladimir Putin held a virtual summit on Tuesday but made little apparent headway in defusing the crisis over Ukraine in the wake of a Russian troop build-up, and instead delegated officials from both countries to stay in contact.

    The two leaders talked by videoconference for just over two hours, during which they laid out their positions.

    Continue reading...", - "content": "

    White House says the US president voiced ‘deep concerns’ about the Russian military buildup in the two-hour video call

    Joe Biden and Vladimir Putin held a virtual summit on Tuesday but made little apparent headway in defusing the crisis over Ukraine in the wake of a Russian troop build-up, and instead delegated officials from both countries to stay in contact.

    The two leaders talked by videoconference for just over two hours, during which they laid out their positions.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/07/joe-biden-vladimir-putin-virtual-summit-ukraine-russia", - "creator": "Julian Borger in Washington and Andrew Roth in Moscow", - "pubDate": "2021-12-07T21:16:57Z", + "title": "Rights groups urge EU to ban NSO over clients’ use of Pegasus spyware", + "description": "

    Letter signed by 86 organisations asks for sanctions against Israeli firm, alleging governments used its software to abuse rights

    Dozens of human rights organisations have called on the European Union to impose global sanctions on NSO Group and take “every action” to prohibit the sale, transfer, export and import of the Israeli company’s surveillance technology.

    The letter, signed by 86 organisations including Access Now, Amnesty International and the Digital Rights Foundation, said the EU’s sanctions regime gave it the power to target entities that were responsible for “violations or abuses that are of serious concern as regards to the objectives of the common foreign and security policy, including violations or abuses of freedom of peaceful assembly and of association, or of freedom of opinion and expression”.

    Continue reading...", + "content": "

    Letter signed by 86 organisations asks for sanctions against Israeli firm, alleging governments used its software to abuse rights

    Dozens of human rights organisations have called on the European Union to impose global sanctions on NSO Group and take “every action” to prohibit the sale, transfer, export and import of the Israeli company’s surveillance technology.

    The letter, signed by 86 organisations including Access Now, Amnesty International and the Digital Rights Foundation, said the EU’s sanctions regime gave it the power to target entities that were responsible for “violations or abuses that are of serious concern as regards to the objectives of the common foreign and security policy, including violations or abuses of freedom of peaceful assembly and of association, or of freedom of opinion and expression”.

    Continue reading...", + "category": "Human rights", + "link": "https://www.theguardian.com/law/2021/dec/03/rights-groups-urge-eu-to-ban-nso-over-clients-use-of-pegasus-spyware", + "creator": "Stephanie Kirchgaessner in Washington", + "pubDate": "2021-12-03T05:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222707,16 +248060,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f72dbd89d84ac0f7e6af0f6bab1a584d" + "hash": "7c8314f8f1c7f2d93e37421aea61f64f" }, { - "title": "Runner faces UK deportation despite state of emergency in Ethiopia", - "description": "

    Officials refused Seyfu Jamaal’s asylum claim after he had waited more than three and a half years

    A runner from Ethiopia who dreams of representing Team GB is facing deportation back to his home country even though a state of emergency has been declared there.

    Seyfu Jamaal, 21, arrived in the UK aged 17 after travelling to the UK in the back of a lorry and claimed asylum. The Home Office accepts he was persecuted and trafficked before he arrived in the UK. But officials refused his asylum claim in May of this year after keeping him waiting for more than three and a half years for a decision, saying it would be safe for him to return home.

    Continue reading...", - "content": "

    Officials refused Seyfu Jamaal’s asylum claim after he had waited more than three and a half years

    A runner from Ethiopia who dreams of representing Team GB is facing deportation back to his home country even though a state of emergency has been declared there.

    Seyfu Jamaal, 21, arrived in the UK aged 17 after travelling to the UK in the back of a lorry and claimed asylum. The Home Office accepts he was persecuted and trafficked before he arrived in the UK. But officials refused his asylum claim in May of this year after keeping him waiting for more than three and a half years for a decision, saying it would be safe for him to return home.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/dec/07/runner-faces-uk-deportation-despite-state-of-emergency-in-ethiopia", - "creator": "Diane Taylor", - "pubDate": "2021-12-07T16:29:28Z", + "title": "Remain in Mexico: migrants face deadly peril as Biden restores Trump policy", + "description": "

    The US has struck a deal with Mexico to make asylum seekers wait south side of the border while their applications are processed

    The Biden administration’s move to revive Donald Trump’s “Remain in Mexico” policy will subject thousands of people to “enormous suffering” and leave them vulnerable to kidnap and rape as they languish in dangerous Mexican border cities, migration advocates have warned.

    After reaching a deal with Mexico, the US will by 6 December start returning asylum seekers from other Latin American countries to Mexico where they will be obliged to wait while their case is assessed.

    Continue reading...", + "content": "

    The US has struck a deal with Mexico to make asylum seekers wait south side of the border while their applications are processed

    The Biden administration’s move to revive Donald Trump’s “Remain in Mexico” policy will subject thousands of people to “enormous suffering” and leave them vulnerable to kidnap and rape as they languish in dangerous Mexican border cities, migration advocates have warned.

    After reaching a deal with Mexico, the US will by 6 December start returning asylum seekers from other Latin American countries to Mexico where they will be obliged to wait while their case is assessed.

    Continue reading...", + "category": "Mexico", + "link": "https://www.theguardian.com/world/2021/dec/03/remain-in-mexico-migrants-face-deadly-peril-as-biden-restores-trump-policy", + "creator": "David Agren in Mexico City", + "pubDate": "2021-12-03T10:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222727,16 +248080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "17d2c2bc864bb90287a386686cd2532e" + "hash": "0de20de4060a2ef037595bd9c23a7507" }, { - "title": "Biden voices ‘deep concerns’ over Ukraine escalation in call with Putin – live", - "description": "

    Joe Biden will speak to several leaders of European nations this afternoon, after his virtual summit with Vladimir Putin concludes.

    “This afternoon, President Biden will convene a call with President Macron of France, Chancellor Merkel of Germany, Prime Minister Draghi of Italy, and Prime Minister Johnson of the United Kingdom following his call with President Putin,” the White House told the press pool.

    On the House floor, moments before the vote, Meijer approached a member who appeared on the verge of a breakdown. He asked his new colleague if he was okay. The member responded that he was not; that no matter his belief in the legitimacy of the election, he could no longer vote to certify the results, because he feared for his family’s safety. ‘Remember, this wasn’t a hypothetical. You were casting that vote after seeing with your own two eyes what some of these people are capable of,’ Meijer says. ‘If they’re willing to come after you inside the U.S. Capitol, what will they do when you’re at home with your kids?’

    Continue reading...", - "content": "

    Joe Biden will speak to several leaders of European nations this afternoon, after his virtual summit with Vladimir Putin concludes.

    “This afternoon, President Biden will convene a call with President Macron of France, Chancellor Merkel of Germany, Prime Minister Draghi of Italy, and Prime Minister Johnson of the United Kingdom following his call with President Putin,” the White House told the press pool.

    On the House floor, moments before the vote, Meijer approached a member who appeared on the verge of a breakdown. He asked his new colleague if he was okay. The member responded that he was not; that no matter his belief in the legitimacy of the election, he could no longer vote to certify the results, because he feared for his family’s safety. ‘Remember, this wasn’t a hypothetical. You were casting that vote after seeing with your own two eyes what some of these people are capable of,’ Meijer says. ‘If they’re willing to come after you inside the U.S. Capitol, what will they do when you’re at home with your kids?’

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2021/dec/07/joe-biden-vladimir-putin-call-russia-ukraine-invasion-us-politics-latest", - "creator": "Joan E Greve in Washington (now) and Adam Gabbatt (earlier)", - "pubDate": "2021-12-07T22:00:34Z", + "title": "Shell to go ahead with seismic tests in whale breeding grounds after court win", + "description": "

    Judgment rules company can blast sound waves in search for oil along South Africa’s eastern coastline

    Royal Dutch Shell will move ahead with seismic tests to explore for oil in vital whale breeding grounds along South Africa’s eastern coastline after a court dismissed an 11th-hour legal challenge by environmental groups.

    The judgment, by a South African high court, allows Shell to begin firing within days extremely loud sound waves through the relatively untouched marine environment of the Wild Coast, which is home to whales, dolphins and seals.

    Continue reading...", + "content": "

    Judgment rules company can blast sound waves in search for oil along South Africa’s eastern coastline

    Royal Dutch Shell will move ahead with seismic tests to explore for oil in vital whale breeding grounds along South Africa’s eastern coastline after a court dismissed an 11th-hour legal challenge by environmental groups.

    The judgment, by a South African high court, allows Shell to begin firing within days extremely loud sound waves through the relatively untouched marine environment of the Wild Coast, which is home to whales, dolphins and seals.

    Continue reading...", + "category": "Royal Dutch Shell", + "link": "https://www.theguardian.com/business/2021/dec/03/shell-go-ahead-seismic-tests-whale-breeding-grounds-court-oil-south-africa", + "creator": "Jillian Ambrose Energy correspondent", + "pubDate": "2021-12-03T10:45:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222747,16 +248100,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bdc365b3a10fee5772567e5e7de0c23" + "hash": "ad336110f37050eeef077fc8f99b4953" }, { - "title": "IOC says it ‘respects’ US boycott of Beijing Winter Olympics", - "description": "

    Organisation also defends its handling case of Chinese tennis player, Peng Shuai, as ‘quiet diplomacy’

    The International Olympic Committee (IOC) has said that it respects the United States’ decision to diplomatically boycott the forthcoming Beijing Winter Olympics, while defending its “quiet diplomacy” in handling the case of Chinese tennis player, Peng Shuai.

    “We always ask for as much respect as possible and least possible interference from the political world,” said Juan Antonio Samaranch Jr, the IOC’s coordination commission chief for the Beijing Winter Olympics. “We have to be reciprocal. We respect the political decisions taken by political bodies.”

    Continue reading...", - "content": "

    Organisation also defends its handling case of Chinese tennis player, Peng Shuai, as ‘quiet diplomacy’

    The International Olympic Committee (IOC) has said that it respects the United States’ decision to diplomatically boycott the forthcoming Beijing Winter Olympics, while defending its “quiet diplomacy” in handling the case of Chinese tennis player, Peng Shuai.

    “We always ask for as much respect as possible and least possible interference from the political world,” said Juan Antonio Samaranch Jr, the IOC’s coordination commission chief for the Beijing Winter Olympics. “We have to be reciprocal. We respect the political decisions taken by political bodies.”

    Continue reading...", - "category": "Peng Shuai", - "link": "https://www.theguardian.com/sport/2021/dec/07/ioc-says-it-respects-us-boycott-of-beijing-winter-olympics", - "creator": "Vincent Ni, China affairs correspondent", - "pubDate": "2021-12-07T19:31:34Z", + "title": "Philippines court allows Nobel laureate Maria Ressa to go to Norway", + "description": "

    Journalist permitted to receive peace prize in person after judge eases travel restrictions

    The Philippine journalist Maria Ressa will be allowed to travel overseas so she can accept her Nobel peace prize in person after a court gave her permission to leave the country to visit Norway this month.

    Ressa, who is subject to travel restrictions because of the legal cases she faces in the Philippines, shared the prize with the Russian investigative journalist Dmitry Muratov, amid growing concerns over curbs on free speech worldwide.

    Continue reading...", + "content": "

    Journalist permitted to receive peace prize in person after judge eases travel restrictions

    The Philippine journalist Maria Ressa will be allowed to travel overseas so she can accept her Nobel peace prize in person after a court gave her permission to leave the country to visit Norway this month.

    Ressa, who is subject to travel restrictions because of the legal cases she faces in the Philippines, shared the prize with the Russian investigative journalist Dmitry Muratov, amid growing concerns over curbs on free speech worldwide.

    Continue reading...", + "category": "Philippines", + "link": "https://www.theguardian.com/world/2021/dec/03/philippines-court-allows-nobel-laureate-maria-ressa-norway-journalist-travel-restrictions", + "creator": "Reuters in Manila", + "pubDate": "2021-12-03T08:20:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222767,16 +248120,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "43b805aa59f924782f0fc17c0b4028d0" + "hash": "9f3e9c62b7fabb0dac04ae0f846db270" }, { - "title": "Australia news live update: Sydney party boat Covid cases likely to be Omicron; Nationals distance themselves from Christensen", - "description": "

    Queensland power station targeted by hackers; five people on board a Sydney Harbour cruise on Friday night have tested positive to Covid, with two likely the new variant. Follow all the day’s news

    Actor Rebel Wilson has said her own team were opposed to her losing weight because she was “earning millions of dollars being the funny fat girl”.

    The Australian actor, 41, documented her physical transformation on social media after embarking on a health and fitness journey a couple of years ago.

    Continue reading...", - "content": "

    Queensland power station targeted by hackers; five people on board a Sydney Harbour cruise on Friday night have tested positive to Covid, with two likely the new variant. Follow all the day’s news

    Actor Rebel Wilson has said her own team were opposed to her losing weight because she was “earning millions of dollars being the funny fat girl”.

    The Australian actor, 41, documented her physical transformation on social media after embarking on a health and fitness journey a couple of years ago.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/08/australia-news-live-update-sydney-party-boat-covid-cases-likely-to-be-omicron-pfizer-enthusiastic-to-talk-to-australia", - "creator": "Matilda Boseley", - "pubDate": "2021-12-07T21:54:46Z", + "title": "Covid booster shots significantly strengthen immunity, trial finds", + "description": "

    Jabs offer far higher protection than that needed to prevent hospitalisation and death, Cov-Boost trial lead says

    Covid booster shots can dramatically strengthen the body’s immune defences, according to a study that raises hopes of preventing another wave of severe disease driven by the Omicron variant.

    In a study published in the Lancet, researchers on the UK-based Cov-Boost trial measured immune responses in nearly 3,000 people who received one of seven Covid-19 boosters or a control jab two to three months after their second dose of either AstraZeneca or Pfizer vaccine.

    Continue reading...", + "content": "

    Jabs offer far higher protection than that needed to prevent hospitalisation and death, Cov-Boost trial lead says

    Covid booster shots can dramatically strengthen the body’s immune defences, according to a study that raises hopes of preventing another wave of severe disease driven by the Omicron variant.

    In a study published in the Lancet, researchers on the UK-based Cov-Boost trial measured immune responses in nearly 3,000 people who received one of seven Covid-19 boosters or a control jab two to three months after their second dose of either AstraZeneca or Pfizer vaccine.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/02/covid-booster-shots-significantly-strengthen-immunity-trial-finds", + "creator": "Ian Sample Science editor", + "pubDate": "2021-12-02T23:30:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222787,16 +248140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3602e43519aed7d961816a028bb07885" + "hash": "31342da85613185e7ee1cf904a6e6086" }, { - "title": "Indonesian Semeru volcano spews huge ash cloud – video", - "description": "

    A sudden eruption from the highest volcano on Indonesia’s most densely populated island of Java left several villages blanketed with falling ash.

    The eruption was accompanied by a thunderstorm that spread lava and smouldering debris, which formed thick mud. The event triggered panic among locals and caused one death

    Continue reading...", - "content": "

    A sudden eruption from the highest volcano on Indonesia’s most densely populated island of Java left several villages blanketed with falling ash.

    The eruption was accompanied by a thunderstorm that spread lava and smouldering debris, which formed thick mud. The event triggered panic among locals and caused one death

    Continue reading...", - "category": "Volcanoes", - "link": "https://www.theguardian.com/world/video/2021/dec/04/indonesian-semeru-volcano-spews-huge-ash-cloud-video", - "creator": "", - "pubDate": "2021-12-04T16:45:59Z", + "title": "‘Electric vibe’: Auckland celebrates end of lockdown with brunch and traffic gridlock", + "description": "

    Vaccinated people in New Zealand’s largest city can now go to the pub for the first time in over 100 days

    In Auckland, nature was healing. The ungroomed lined up for their eyebrow appointments. Bars flung open their doors with the promise of free drinks. Locals posted photos of their flat whites and brunch menus. The city’s sky tower was lit up for the first day of the “traffic light” reopening. And, in perhaps the truest sign that the gridlock-plagued city was on its pathway to normalcy, four lanes of the southern motorway were bumper to bumper.

    The traffic light system, announced by prime minister Jacinda Ardern in late November, ends lockdowns in favour of restrictions on the unvaccinated. The red, orange and green levels depend on vaccination rates and the level of strain on the health system, but even at red – the strictest level – businesses are fully open to the vaccinated, with some restrictions on gathering size.

    Continue reading...", + "content": "

    Vaccinated people in New Zealand’s largest city can now go to the pub for the first time in over 100 days

    In Auckland, nature was healing. The ungroomed lined up for their eyebrow appointments. Bars flung open their doors with the promise of free drinks. Locals posted photos of their flat whites and brunch menus. The city’s sky tower was lit up for the first day of the “traffic light” reopening. And, in perhaps the truest sign that the gridlock-plagued city was on its pathway to normalcy, four lanes of the southern motorway were bumper to bumper.

    The traffic light system, announced by prime minister Jacinda Ardern in late November, ends lockdowns in favour of restrictions on the unvaccinated. The red, orange and green levels depend on vaccination rates and the level of strain on the health system, but even at red – the strictest level – businesses are fully open to the vaccinated, with some restrictions on gathering size.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/dec/03/electric-vibe-auckland-celebrates-end-of-lockdown-with-brunch-and-traffic-gridlock", + "creator": "Tess McClure in Christchurch", + "pubDate": "2021-12-03T02:02:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222807,16 +248160,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "add8faa941d4e5fbaff566b0701b331a" + "hash": "21661d459b3eb8da2997664ec0874839" }, { - "title": "Omicron Covid variant: too soon to say illness severity – video", - "description": "

    The variant first identified in South Africa has been detected in at least 38 countries but no deaths have yet been reported, the World Health Organization's technical lead for Covid-19, Maria Van Kerkhove, has said. The WHO has said it could take weeks to determine how infectious Omicron is, whether it causes more severe illness and how effective treatments and vaccines are against it

    Continue reading...", - "content": "

    The variant first identified in South Africa has been detected in at least 38 countries but no deaths have yet been reported, the World Health Organization's technical lead for Covid-19, Maria Van Kerkhove, has said. The WHO has said it could take weeks to determine how infectious Omicron is, whether it causes more severe illness and how effective treatments and vaccines are against it

    Continue reading...", - "category": "World Health Organization", - "link": "https://www.theguardian.com/world/video/2021/dec/04/omicron-covid-variant-too-soon-to-say-illness-severity-video", - "creator": "", - "pubDate": "2021-12-04T13:54:53Z", + "title": "‘A post-menopausal Macbeth’: Joel Coen on tackling Shakespeare with Frances McDormand", + "description": "

    The writer-director talks about his new film, co-starring Denzel Washington, and reveals how it felt to work without his brother, Ethan, for the first time in nearly 40 years

    It might be the unlucky play for British theatre rep types. But for movie directors, Macbeth has been a talisman, a fascinating and liberating challenge – for Akira Kurosawa, with his version, Throne of Blood; for Roman Polanski; and for Justin Kurzel. Even Orson Welles’s once-scorned movie version from 1948, with its quaint Scottish accents, is admired today for its lo-fi energy.

    Now, Joel Coen, the co-creator of masterpieces such as Fargo, The Big Lebowski, A Serious Man and No Country for Old Men, has directed a starkly brilliant version entitled The Tragedy of Macbeth, shot in high-contrast black and white, an eerie nightmare of clarity and purity, with Denzel Washington as Macbeth and Frances McDormand (Coen’s wife) as Lady Macbeth.

    Continue reading...", + "content": "

    The writer-director talks about his new film, co-starring Denzel Washington, and reveals how it felt to work without his brother, Ethan, for the first time in nearly 40 years

    It might be the unlucky play for British theatre rep types. But for movie directors, Macbeth has been a talisman, a fascinating and liberating challenge – for Akira Kurosawa, with his version, Throne of Blood; for Roman Polanski; and for Justin Kurzel. Even Orson Welles’s once-scorned movie version from 1948, with its quaint Scottish accents, is admired today for its lo-fi energy.

    Now, Joel Coen, the co-creator of masterpieces such as Fargo, The Big Lebowski, A Serious Man and No Country for Old Men, has directed a starkly brilliant version entitled The Tragedy of Macbeth, shot in high-contrast black and white, an eerie nightmare of clarity and purity, with Denzel Washington as Macbeth and Frances McDormand (Coen’s wife) as Lady Macbeth.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/03/a-post-menopausal-macbeth-joel-coen-on-tackling-shakespeare-with-frances-mcdormand", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-03T10:00:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222827,16 +248180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac8cf85bacfbc4755d01efe1e9a3cfd0" + "hash": "b919cc8c048888d363a4599a4e461e51" }, { - "title": "Electrician jailed after castrating men at their request in Germany", - "description": "

    Man, 67, convicted of assault for removing testicles of several people and causing one person to die

    A German court convicted a 67-year-old electrician of aggravated, dangerous and simple assault for removing the testicles of several men at their request, causing one person to die, the dpa news agency has reported.

    A Munich regional court sentenced the man to eight years and six months in prison. The defendant, whose name was not released for privacy reasons, had initially also been charged with murder by omission but prosecutors later dropped that charge.

    Continue reading...", - "content": "

    Man, 67, convicted of assault for removing testicles of several people and causing one person to die

    A German court convicted a 67-year-old electrician of aggravated, dangerous and simple assault for removing the testicles of several men at their request, causing one person to die, the dpa news agency has reported.

    A Munich regional court sentenced the man to eight years and six months in prison. The defendant, whose name was not released for privacy reasons, had initially also been charged with murder by omission but prosecutors later dropped that charge.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/07/electrician-who-castrated-men-jailed-in-germany", - "creator": "Associated Press in Berlin", - "pubDate": "2021-12-07T14:48:13Z", + "title": "From utopian dreams to Soho sleaze: the naked history of British nudism", + "description": "

    A new book details how nudism began as a movement of intellectuals, feminists and artists, only to be suppressed by the state. But our attitudes to nakedness also tell us a lot about ourselves

    When Annebella Pollen was 17, she left behind her strict Catholic upbringing for the life of a new-age hippy, living in a caravan and frolicking naked among the standing stones of Devon, while earning a living by modelling for life-drawing classes. That early experience, followed by a relationship with a bric-a-brac dealer, shaped her later life as an art historian. “I’m very interested in things that are culturally illegitimate,” says Pollen, who now teaches at the University of Brighton. “A lot of my research has been looking at objects that are despised.”

    Foraging trips with her partner to car-boot sales alerted her to a rich seam of 20th-century nudist literature that is still emerging from the attics of middle England: magazines whose wholesome titles – Sun Bathing Review or Health & Efficiency – concealed a complex negotiation with both public morality and the British weather. This is the subject Pollen has picked for her latest book Nudism in a Cold Climate, which tracks the movement from the spartan 1920s through the titillating 50s, when the new mass media whipped up a frenzy of moral anxiety, to the countercultural 60s and 70s, when the founding members were dying off and it all began to look a bit frowsty.

    Continue reading...", + "content": "

    A new book details how nudism began as a movement of intellectuals, feminists and artists, only to be suppressed by the state. But our attitudes to nakedness also tell us a lot about ourselves

    When Annebella Pollen was 17, she left behind her strict Catholic upbringing for the life of a new-age hippy, living in a caravan and frolicking naked among the standing stones of Devon, while earning a living by modelling for life-drawing classes. That early experience, followed by a relationship with a bric-a-brac dealer, shaped her later life as an art historian. “I’m very interested in things that are culturally illegitimate,” says Pollen, who now teaches at the University of Brighton. “A lot of my research has been looking at objects that are despised.”

    Foraging trips with her partner to car-boot sales alerted her to a rich seam of 20th-century nudist literature that is still emerging from the attics of middle England: magazines whose wholesome titles – Sun Bathing Review or Health & Efficiency – concealed a complex negotiation with both public morality and the British weather. This is the subject Pollen has picked for her latest book Nudism in a Cold Climate, which tracks the movement from the spartan 1920s through the titillating 50s, when the new mass media whipped up a frenzy of moral anxiety, to the countercultural 60s and 70s, when the founding members were dying off and it all began to look a bit frowsty.

    Continue reading...", + "category": "Art", + "link": "https://www.theguardian.com/artanddesign/2021/dec/03/from-utopian-dreams-to-soho-sleaze-the-naked-history-of-british-nudism", + "creator": "Claire Armitstead", + "pubDate": "2021-12-03T07:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222847,16 +248200,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4056a532ea6f127308f866792ff8f0a" + "hash": "04dc474a56ae23f6bb643da72c2b4be4" }, { - "title": "Latest Covid travel rules for the 10 most popular holiday destinations from UK", - "description": "

    The arrival of the Omicron variant and rising infection rates has led to myriad new rules that travellers have to negotiate before setting off

    Spain has banned all non-vaccinated Britons from entering the country. The ban is expected to last until at least 31 December, at which point the rules will be reviewed.

    Continue reading...", - "content": "

    The arrival of the Omicron variant and rising infection rates has led to myriad new rules that travellers have to negotiate before setting off

    Spain has banned all non-vaccinated Britons from entering the country. The ban is expected to last until at least 31 December, at which point the rules will be reviewed.

    Continue reading...", - "category": "Travel", - "link": "https://www.theguardian.com/travel/2021/dec/07/latest-covid-travel-rules-for-10-most-popular-holiday-destinations-from-uk-spain-france-italy-usa", - "creator": "Nazia Parveen", - "pubDate": "2021-12-07T14:46:47Z", + "title": "Ed Sheeran & Elton John: Merry Christmas review – an overstuffed, undercooked turkey", + "description": "

    Laudably released for charity, the favourite for this year’s Christmas No 1 leaves no musical cliche untwinkled – and its exhortation to forget the pandemic is crass

    Given recent government advice to avoid kissing strangers under the mistletoe this Christmas, there’s a sense in which the long-trailed festive hook-up between Ed Sheeran and Elton John counts as a reckless incitement to anarchy. For his part, Sheeran wants nothing more than a relentless tonguing beneath those poison berries this December: “Kiss me,” he sings; then later, “just keep kissing me!” (To be fair, this noted Wife Guy is unquestionably singing about his wife. Did you know he has a wife? He might have mentioned it.)

    In every other respect, however, Merry Christmas – in case the perfunctory title didn’t make clear – is the very exemplar of avoiding unnecessary risk during this perilous season. There are sleigh bells. Church bells. Clattering reindeer hooves. A kids’ choir. Sickly strings. The full selection box, and delivered with about as much imagination as that staple stocking filler. Old friends Sheeran and John encourage us to “pray for December snow”, and the overall effect is a blanketing avalanche of plinky-plonky schmaltz rich in bonhomie and derivative in tune.

    Continue reading...", + "content": "

    Laudably released for charity, the favourite for this year’s Christmas No 1 leaves no musical cliche untwinkled – and its exhortation to forget the pandemic is crass

    Given recent government advice to avoid kissing strangers under the mistletoe this Christmas, there’s a sense in which the long-trailed festive hook-up between Ed Sheeran and Elton John counts as a reckless incitement to anarchy. For his part, Sheeran wants nothing more than a relentless tonguing beneath those poison berries this December: “Kiss me,” he sings; then later, “just keep kissing me!” (To be fair, this noted Wife Guy is unquestionably singing about his wife. Did you know he has a wife? He might have mentioned it.)

    In every other respect, however, Merry Christmas – in case the perfunctory title didn’t make clear – is the very exemplar of avoiding unnecessary risk during this perilous season. There are sleigh bells. Church bells. Clattering reindeer hooves. A kids’ choir. Sickly strings. The full selection box, and delivered with about as much imagination as that staple stocking filler. Old friends Sheeran and John encourage us to “pray for December snow”, and the overall effect is a blanketing avalanche of plinky-plonky schmaltz rich in bonhomie and derivative in tune.

    Continue reading...", + "category": "Ed Sheeran", + "link": "https://www.theguardian.com/music/2021/dec/03/ed-sheeran-elton-john-merry-christmas-review-an-overstuffed-undercooked-turkey", + "creator": "Laura Snapes", + "pubDate": "2021-12-03T08:00:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222867,16 +248220,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e7d461c2d5d490a7315d14ab83dade9f" + "hash": "a051bd0b1ecab5c95fe13ea3605f0743" }, { - "title": "David Thewlis on new show Landscapers and the misogyny of Naked: ‘I find it much tougher to watch today’", - "description": "

    As he stars alongside Olivia Colman in a drama about the Mansfield Murders, the actor talks about his discomfort with Naked, doing night shoots with Julie Walters – and growing old grotesquely

    David Thewlis, speaking by Zoom from his home in the Berkshire village of Sunningdale, has set his screen at a jaunty angle. His manner is equable, nerdy, eager to please. Nothing like what you’d expect, in other words – unless you had watched Landscapers, a new four-part TV drama in which Thewlis stars opposite Olivia Colman. Perhaps he’s one of those actors who doesn’t de-role until he’s on to the next character.

    Landscapers is true crime, in so far as the protagonists are Susan and Christopher Edwards, the so-called Mansfield Murderers convicted in 2014 of killing Susan’s parents and burying them in the garden 15 years before. Yet it is absolutely nothing like true crime. It jumps through time and genre, smashes the fourth wall then puts it back together as a jail cell. It is vividly experimental yet recalls the golden age of British TV, specifically Dennis Potter and his dreamlike, restless theatricality. “I didn’t think of that while we were making it,” says Thewlis. “But when I saw it, I thought of The Singing Detective – which I was in!”

    Continue reading...", - "content": "

    As he stars alongside Olivia Colman in a drama about the Mansfield Murders, the actor talks about his discomfort with Naked, doing night shoots with Julie Walters – and growing old grotesquely

    David Thewlis, speaking by Zoom from his home in the Berkshire village of Sunningdale, has set his screen at a jaunty angle. His manner is equable, nerdy, eager to please. Nothing like what you’d expect, in other words – unless you had watched Landscapers, a new four-part TV drama in which Thewlis stars opposite Olivia Colman. Perhaps he’s one of those actors who doesn’t de-role until he’s on to the next character.

    Landscapers is true crime, in so far as the protagonists are Susan and Christopher Edwards, the so-called Mansfield Murderers convicted in 2014 of killing Susan’s parents and burying them in the garden 15 years before. Yet it is absolutely nothing like true crime. It jumps through time and genre, smashes the fourth wall then puts it back together as a jail cell. It is vividly experimental yet recalls the golden age of British TV, specifically Dennis Potter and his dreamlike, restless theatricality. “I didn’t think of that while we were making it,” says Thewlis. “But when I saw it, I thought of The Singing Detective – which I was in!”

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/07/david-thewlis-landscapers-misogyny-naked-olivia-colman-mansfield-murders-julie-walters", - "creator": "Zoe Williams", - "pubDate": "2021-12-07T06:00:19Z", + "title": "The Home Alone house is on Airbnb. Sounds like a trap | Stuart Heritage", + "description": "

    Just how lucky will the guests who get to stay at the McCallister house later this month be? I foresee trouble

    In the interests of public service, I need to make you aware of a trap. Yesterday, a property became available on Airbnb. It is a large home in the Chicago area, available for one night only and it is suspiciously cheap. Look, it’s the Home Alone house.

    Apparently, for $18 (£13.50), you and three friends can stay overnight in the iconic McCallister residence. You will be greeted by the actor who played Buzz McCallister. There will be pizza and other 90s junk food. There will be a mirror for you to scream into. There may well be a tarantula. It all seems too good to be true, doesn’t it? This is why I am convinced that whoever ends up staying there will be robbed.

    Continue reading...", + "content": "

    Just how lucky will the guests who get to stay at the McCallister house later this month be? I foresee trouble

    In the interests of public service, I need to make you aware of a trap. Yesterday, a property became available on Airbnb. It is a large home in the Chicago area, available for one night only and it is suspiciously cheap. Look, it’s the Home Alone house.

    Apparently, for $18 (£13.50), you and three friends can stay overnight in the iconic McCallister residence. You will be greeted by the actor who played Buzz McCallister. There will be pizza and other 90s junk food. There will be a mirror for you to scream into. There may well be a tarantula. It all seems too good to be true, doesn’t it? This is why I am convinced that whoever ends up staying there will be robbed.

    Continue reading...", + "category": "Family films", + "link": "https://www.theguardian.com/film/2021/dec/03/the-home-alone-house-is-on-airbnb-sounds-like-a-trap", + "creator": "Stuart Heritage", + "pubDate": "2021-12-03T11:30:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222887,16 +248240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2751e823d76781549eaf60f2bcd75728" + "hash": "94b5f7b3a9727159f546815f65193b37" }, { - "title": "What sanctions could the US hit Russia with if it invades Ukraine?", - "description": "

    Biden enters talks with Putin armed with a wide range of economic measures at his disposal – what are those options?

    Joe Biden goes into Tuesday’s virtual summit with Vladimir Putin, after days of close consultation with European allies on a joint response to an invasion of Ukraine, armed with a wide range of punitive measures at his disposal.

    There would be increased military support for Kyiv and a bolstering of Nato’s eastern flank, but the primary focus would be on sanctions. The US secretary of state, Antony Blinken, said they would include “high-impact economic measures that we’ve refrained from taking in the past”.

    Continue reading...", - "content": "

    Biden enters talks with Putin armed with a wide range of economic measures at his disposal – what are those options?

    Joe Biden goes into Tuesday’s virtual summit with Vladimir Putin, after days of close consultation with European allies on a joint response to an invasion of Ukraine, armed with a wide range of punitive measures at his disposal.

    There would be increased military support for Kyiv and a bolstering of Nato’s eastern flank, but the primary focus would be on sanctions. The US secretary of state, Antony Blinken, said they would include “high-impact economic measures that we’ve refrained from taking in the past”.

    Continue reading...", - "category": "US foreign policy", - "link": "https://www.theguardian.com/us-news/2021/dec/07/us-russia-sanctions-joe-biden-vladimir-putin", - "creator": "Julian Borger in Washington", - "pubDate": "2021-12-07T07:21:31Z", + "title": "You be the judge: should my girlfriend spend less money on her cats?", + "description": "

    We air both sides of a domestic disagreement – and ask you to deliver a verdict
    • Have a disagreement you’d like settled? Or want to be part of our jury? Click here

    Lakshmi spends her entire salary on the cats, then says she can’t afford to go on holiday with me

    Continue reading...", + "content": "

    We air both sides of a domestic disagreement – and ask you to deliver a verdict
    • Have a disagreement you’d like settled? Or want to be part of our jury? Click here

    Lakshmi spends her entire salary on the cats, then says she can’t afford to go on holiday with me

    Continue reading...", + "category": "Relationships", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/03/you-be-the-judge-should-my-girlfriend-spend-less-money-on-her-cats", + "creator": "Interviews by Georgina Lawton", + "pubDate": "2021-12-03T08:00:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222907,16 +248260,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7cc6a5e30fc6c0deb46f8d6e05a6b84" + "hash": "9fd82f572c725372d87ae06bb4e28476" }, { - "title": "Biden to speak with European leaders after virtual summit with Putin – live", - "description": "

    Joe Biden will speak to several leaders of European nations this afternoon, after his virtual summit with Vladimir Putin concludes.

    “This afternoon, President Biden will convene a call with President Macron of France, Chancellor Merkel of Germany, Prime Minister Draghi of Italy, and Prime Minister Johnson of the United Kingdom following his call with President Putin,” the White House told the press pool.

    On the House floor, moments before the vote, Meijer approached a member who appeared on the verge of a breakdown. He asked his new colleague if he was okay. The member responded that he was not; that no matter his belief in the legitimacy of the election, he could no longer vote to certify the results, because he feared for his family’s safety. ‘Remember, this wasn’t a hypothetical. You were casting that vote after seeing with your own two eyes what some of these people are capable of,’ Meijer says. ‘If they’re willing to come after you inside the U.S. Capitol, what will they do when you’re at home with your kids?’

    Continue reading...", - "content": "

    Joe Biden will speak to several leaders of European nations this afternoon, after his virtual summit with Vladimir Putin concludes.

    “This afternoon, President Biden will convene a call with President Macron of France, Chancellor Merkel of Germany, Prime Minister Draghi of Italy, and Prime Minister Johnson of the United Kingdom following his call with President Putin,” the White House told the press pool.

    On the House floor, moments before the vote, Meijer approached a member who appeared on the verge of a breakdown. He asked his new colleague if he was okay. The member responded that he was not; that no matter his belief in the legitimacy of the election, he could no longer vote to certify the results, because he feared for his family’s safety. ‘Remember, this wasn’t a hypothetical. You were casting that vote after seeing with your own two eyes what some of these people are capable of,’ Meijer says. ‘If they’re willing to come after you inside the U.S. Capitol, what will they do when you’re at home with your kids?’

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2021/dec/07/joe-biden-vladimir-putin-call-russia-ukraine-invasion-us-politics-latest", - "creator": "Joan E Greve in Washington", - "pubDate": "2021-12-07T18:41:12Z", + "title": "Biden plans to get booster shots to 100m Americans | First Thing", + "description": "

    President lays out plan for winter months amid Omicron arrival in US; plus George Clooney on turning down $35m for a day’s work

    Good morning.

    Joe Biden is planning to pull no punches when it comes to the emergence of the Omicron variant of Covid in the US.

    There is fresh urgency to the effort after the first US case of the Omicron variant of Covid-19 was identified in California on Wednesday and a second in Minnesota yesterday.

    The emergence of Omicron has demonstrated the tenacity of the virus, which continues to drag down Biden’s political fortunes. Voters are divided on his handling of the pandemic, with 47% approving and 49% disapproving.

    What else did he say? He said he didn’t pull the trigger. He “let go of the hammer” on the weapon, he said, and the gun went off. “I never pulled the trigger,” he repeated.

    Will there be any criminal charges brought in the case? The district attorney in Santa Fe, New Mexico, said in October that criminal charges in the shooting have not been ruled out.

    Continue reading...", + "content": "

    President lays out plan for winter months amid Omicron arrival in US; plus George Clooney on turning down $35m for a day’s work

    Good morning.

    Joe Biden is planning to pull no punches when it comes to the emergence of the Omicron variant of Covid in the US.

    There is fresh urgency to the effort after the first US case of the Omicron variant of Covid-19 was identified in California on Wednesday and a second in Minnesota yesterday.

    The emergence of Omicron has demonstrated the tenacity of the virus, which continues to drag down Biden’s political fortunes. Voters are divided on his handling of the pandemic, with 47% approving and 49% disapproving.

    What else did he say? He said he didn’t pull the trigger. He “let go of the hammer” on the weapon, he said, and the gun went off. “I never pulled the trigger,” he repeated.

    Will there be any criminal charges brought in the case? The district attorney in Santa Fe, New Mexico, said in October that criminal charges in the shooting have not been ruled out.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/03/first-thing-biden-plans-to-get-booster-shots-to-100-million-americans", + "creator": "Nicola Slawson", + "pubDate": "2021-12-03T10:46:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222927,16 +248280,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "93bd5d33f2b5c4318f3a5b4dba3cc285" + "hash": "09472f1f20f5fd5fd4159b565cd4769a" }, { - "title": "Rohingya United: the football team bringing together refugees", - "description": "

    The Q-League is a far cry from the refugee camps where some of its players learned to play football using scrunched up plastic bags. Guardian Australia’s sport editor Mike Hytner introduces this story about the inclusiveness of sport and a player’s memory of holding a real football for the first time

    You can read the original article here: Rohingya United: the football team bringing together refugees


    Continue reading...", - "content": "

    The Q-League is a far cry from the refugee camps where some of its players learned to play football using scrunched up plastic bags. Guardian Australia’s sport editor Mike Hytner introduces this story about the inclusiveness of sport and a player’s memory of holding a real football for the first time

    You can read the original article here: Rohingya United: the football team bringing together refugees


    Continue reading...", - "category": "Refugees", - "link": "https://www.theguardian.com/australia-news/audio/2021/dec/08/rohingya-united-the-football-team-bringing-together-refugees", - "creator": "Hosted by Jane Lee. Recommended by Mike Hytner. Written by Emma Kemp. Produced by Camilla Hannan, Daniel Semo, Rafqa Touma and Allison Chan. Executive producers Gabrielle Jackson and Melanie Tait", - "pubDate": "2021-12-07T16:30:19Z", + "title": "China’s ride-hailing firm Didi to switch listing from New York to Hong Kong", + "description": "

    Stock exchange decision comes as Beijing cracks down on technology firms listing overseas

    The Chinese ride-hailing firm Didi is to move its listing from the New York stock exchange to Hong Kong, as Beijing cracks down on the country’s biggest technology companies.

    The company said it would start “immediate” preparations to delist in New York and prepare to go public in Hong Kong.

    Continue reading...", + "content": "

    Stock exchange decision comes as Beijing cracks down on technology firms listing overseas

    The Chinese ride-hailing firm Didi is to move its listing from the New York stock exchange to Hong Kong, as Beijing cracks down on the country’s biggest technology companies.

    The company said it would start “immediate” preparations to delist in New York and prepare to go public in Hong Kong.

    Continue reading...", + "category": "Technology sector", + "link": "https://www.theguardian.com/business/2021/dec/03/china-ride-hailing-firm-didi-to-switch-listing-from-new-york-to-hong-kong", + "creator": "Mark Sweney", + "pubDate": "2021-12-03T09:11:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222947,16 +248300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9708fce931766b49dc2d447c01e8aca" + "hash": "10e04efb93d811023a8f88f6e91bd319" }, { - "title": "The Guardian view on Myanmar: Aung San Suu Kyi is now one of many | Editorial", - "description": "

    The generals snatched power and seized elected politicians. But they have yet to cow the public

    The prosecution and inevitable conviction of Myanmar’s deposed leader Aung San Suu Kyi and Win Myint, its former president, are a show of strength by the military that only emphasises its failures. These two are “hostages, not criminals”, observed Tom Andrews, the UN special rapporteur on human rights in Myanmar. The generals’ attempt to launder the detention through closed court proceedings fooled no one. The repression has only grown in the 10 months since the junta seized power, because it knows repression is all it has.

    The military chief Min Aung Hlaing made a serious miscalculation when he launched the coup, overturning the arrangements that allowed the army to maintain a high degree of power despite the National League for Democracy’s electoral triumphs. He assumed the military could return to the old ways, beating down political opposition and keeping the 76-year-old safely locked away. Perhaps he hoped that international reaction might be muted by the Nobel peace prize laureate’s tarnished reputation, after she personally defended Myanmar in the international court of justice genocide case over the treatment of Rohingya Muslims. (Rohingya survivors this week announced that they are suing Facebook for £150bn over hate speech on the social media platform.)

    Continue reading...", - "content": "

    The generals snatched power and seized elected politicians. But they have yet to cow the public

    The prosecution and inevitable conviction of Myanmar’s deposed leader Aung San Suu Kyi and Win Myint, its former president, are a show of strength by the military that only emphasises its failures. These two are “hostages, not criminals”, observed Tom Andrews, the UN special rapporteur on human rights in Myanmar. The generals’ attempt to launder the detention through closed court proceedings fooled no one. The repression has only grown in the 10 months since the junta seized power, because it knows repression is all it has.

    The military chief Min Aung Hlaing made a serious miscalculation when he launched the coup, overturning the arrangements that allowed the army to maintain a high degree of power despite the National League for Democracy’s electoral triumphs. He assumed the military could return to the old ways, beating down political opposition and keeping the 76-year-old safely locked away. Perhaps he hoped that international reaction might be muted by the Nobel peace prize laureate’s tarnished reputation, after she personally defended Myanmar in the international court of justice genocide case over the treatment of Rohingya Muslims. (Rohingya survivors this week announced that they are suing Facebook for £150bn over hate speech on the social media platform.)

    Continue reading...", - "category": "Aung San Suu Kyi", - "link": "https://www.theguardian.com/world/commentisfree/2021/dec/07/the-guardian-view-on-myanmar-aung-san-suu-kyi-is-now-one-of-many", - "creator": "Editorial", - "pubDate": "2021-12-07T18:41:06Z", + "title": "Fair Work Commission rules BHP vaccine mandate unlawful due to lack of consultation", + "description": "

    About 50 workers at the Mt Arthur coalmine had been stood down without pay over the mandate

    The Fair Work Commission has ruled a Covid-19 vaccine mandate for all workers at BHP’s Mt Arthur coalmine was unlawful because the company did not consult adequately with its workers.

    Approximately 50 mine workers were stood down without pay last month after they were told they would be required to have had at least one dose of a Covid-19 vaccine to enter the work site after 9 November, and that they would need to be fully vaccinated by 31 January next year.

    Continue reading...", + "content": "

    About 50 workers at the Mt Arthur coalmine had been stood down without pay over the mandate

    The Fair Work Commission has ruled a Covid-19 vaccine mandate for all workers at BHP’s Mt Arthur coalmine was unlawful because the company did not consult adequately with its workers.

    Approximately 50 mine workers were stood down without pay last month after they were told they would be required to have had at least one dose of a Covid-19 vaccine to enter the work site after 9 November, and that they would need to be fully vaccinated by 31 January next year.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/03/fair-work-commission-rules-bhp-vaccine-mandate-unlawful-due-to-lack-of-consultation", + "creator": "Stephanie Convery", + "pubDate": "2021-12-03T08:31:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222967,16 +248320,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d86c7041ea944dd9cd6f90805827d423" + "hash": "e55f57c28464c730c706df0389f51904" }, { - "title": "Whistleblower condemns Foreign Office over Kabul evacuation", - "description": "

    Ex-diplomat claims string of failings within department led to ‘people being left to die at the hands of the Taliban’

    Tens of thousands of Afghans were unable to access UK help following the fall of Kabul because of turmoil and confusion in the Foreign Office, according a devastating account by a whistleblower.

    A former diplomat has claimed bureaucratic chaos, ministerial intervention, lack of planning and a short-hours culture in the department led to “people being left to die at the hands of the Taliban”.

    Continue reading...", - "content": "

    Ex-diplomat claims string of failings within department led to ‘people being left to die at the hands of the Taliban’

    Tens of thousands of Afghans were unable to access UK help following the fall of Kabul because of turmoil and confusion in the Foreign Office, according a devastating account by a whistleblower.

    A former diplomat has claimed bureaucratic chaos, ministerial intervention, lack of planning and a short-hours culture in the department led to “people being left to die at the hands of the Taliban”.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/07/whistleblower-condemns-foreign-office-over-kabul-evacuation", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-07T00:01:11Z", + "title": "Tory peer Michelle Mone accused of sending racist and abusive message", + "description": "

    Exclusive: Mone is alleged to have called man of Indian heritage ‘a waste of a man’s white skin’ in WhatsApp exchange

    The Conservative peer Michelle Mone has been accused of sending a racist message to a man of Indian heritage who alleged in an official complaint that she told him he was “a waste of a man’s white skin”.

    The phrase was allegedly used in a WhatsApp message sent by the Tory member of the House of Lords in June 2019 during a disagreement following a fatal yacht crash off the coast of Monaco.

    Continue reading...", + "content": "

    Exclusive: Mone is alleged to have called man of Indian heritage ‘a waste of a man’s white skin’ in WhatsApp exchange

    The Conservative peer Michelle Mone has been accused of sending a racist message to a man of Indian heritage who alleged in an official complaint that she told him he was “a waste of a man’s white skin”.

    The phrase was allegedly used in a WhatsApp message sent by the Tory member of the House of Lords in June 2019 during a disagreement following a fatal yacht crash off the coast of Monaco.

    Continue reading...", + "category": "House of Lords", + "link": "https://www.theguardian.com/politics/2021/dec/02/michelle-mone-tory-peer-accused-of-sending-racist-abusive-messages", + "creator": "David Conn", + "pubDate": "2021-12-02T18:41:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -222987,16 +248340,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91aae4433ba20e1b21ff67ada1bf5bf9" + "hash": "81c599644f7c514c1e950c982e4e3fdc" }, { - "title": "China attacks US diplomatic boycott of Winter Games as ‘travesty’ of Olympic spirit", - "description": "

    Beijing dismisses no-show and says American officials had not been invited in the first place, as other countries consider their positions

    China has reacted angrily to the US government’s diplomatic boycott of next year’s Winter Olympics, as more countries said they would consider joining the protest over Beijing’s human rights record and New Zealand announced it would not send representatives to the Games.

    Chinese officials dismissed Washington’s boycott as a “posturing and political manipulation” and tried to discredit the decision by claiming that US diplomats had not even been invited to Beijing in the first place.

    Continue reading...", - "content": "

    Beijing dismisses no-show and says American officials had not been invited in the first place, as other countries consider their positions

    China has reacted angrily to the US government’s diplomatic boycott of next year’s Winter Olympics, as more countries said they would consider joining the protest over Beijing’s human rights record and New Zealand announced it would not send representatives to the Games.

    Chinese officials dismissed Washington’s boycott as a “posturing and political manipulation” and tried to discredit the decision by claiming that US diplomats had not even been invited to Beijing in the first place.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/07/china-attacks-us-diplomatic-boycott-of-winter-games-as-travesty-of-olympic-spirit", - "creator": "Helen Davidson", - "pubDate": "2021-12-07T07:34:48Z", + "title": "Ghislaine Maxwell warned Epstein’s house manager not to ‘look at his eyes’, court hears", + "description": "

    Juan Alessi was told he should speak to his boss only when spoken to and should look away when addressing him

    • This article contains depictions of sexual abuse

    The former house manager of Jeffrey Epstein’s Palm Beach home said Thursday that Ghislaine Maxwell warned that he should “never look” his boss in the eyes.

    Juan Alessi, who worked at Epstein’s Florida residence fromabout 1990 to 2002, made the startling statement during his testimony at Maxwell’s child sex-trafficking trial in Manhattan federal court.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "content": "

    Juan Alessi was told he should speak to his boss only when spoken to and should look away when addressing him

    • This article contains depictions of sexual abuse

    The former house manager of Jeffrey Epstein’s Palm Beach home said Thursday that Ghislaine Maxwell warned that he should “never look” his boss in the eyes.

    Juan Alessi, who worked at Epstein’s Florida residence fromabout 1990 to 2002, made the startling statement during his testimony at Maxwell’s child sex-trafficking trial in Manhattan federal court.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "category": "Jeffrey Epstein", + "link": "https://www.theguardian.com/us-news/2021/dec/02/ghislaine-maxwell-trial-warned-jeffrey-epstein-house-manager", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-12-02T18:49:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223007,16 +248360,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1540b4106ad0d5a2e2c43ffd823f240" + "hash": "878e45f037bee79783a8907b289bc4aa" }, { - "title": "Covid news live: Omicron likely to become dominant variant, UK and US experts say", - "description": "

    Omicron variant is likely to ‘outcompete Delta’, Harvard researcher says; patchy monitoring thought to be behind underreporting of cases in the UK

    All international arrivals to the UK are now required to take a pre-departure Covid-19 test to tackle the new Omicron variant.

    The tightened requirements have just come into force from 4am (GMT) on Tuesday 7 December.

    Continue reading...", - "content": "

    Omicron variant is likely to ‘outcompete Delta’, Harvard researcher says; patchy monitoring thought to be behind underreporting of cases in the UK

    All international arrivals to the UK are now required to take a pre-departure Covid-19 test to tackle the new Omicron variant.

    The tightened requirements have just come into force from 4am (GMT) on Tuesday 7 December.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/07/covid-news-live-omicron-likely-to-become-dominant-variant-harvard-researcher-says-france-to-close-nightclubs", - "creator": "Martin Belam (now) and Samantha Lock (earlier)", - "pubDate": "2021-12-07T09:46:03Z", + "title": "Trapped in Ikea: snowstorm in Denmark forces dozens to bed down in store", + "description": "

    Six customers and about two dozen staff spent the night in the bed department after a foot of snow fell

    A showroom in northern Denmark turned into a vast bedroom after six customers and about two dozen employees were stranded by a snowstorm and forced to spend the night in the store.

    Up to 30 centimeters (12 inches) of snow fell, trapping the customers and employees when the department store in Aalborg closed on Wednesday evening.

    Continue reading...", + "content": "

    Six customers and about two dozen staff spent the night in the bed department after a foot of snow fell

    A showroom in northern Denmark turned into a vast bedroom after six customers and about two dozen employees were stranded by a snowstorm and forced to spend the night in the store.

    Up to 30 centimeters (12 inches) of snow fell, trapping the customers and employees when the department store in Aalborg closed on Wednesday evening.

    Continue reading...", + "category": "Denmark", + "link": "https://www.theguardian.com/world/2021/dec/02/ikea-snowstorm-trapped-customers-denmark", + "creator": "AP in Copenhagen", + "pubDate": "2021-12-02T16:35:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223027,16 +248380,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6acee5fc8eeef06fc27acf066400873b" + "hash": "316079ada9ff6c6e66b36c9fb84947ed" }, { - "title": "US says it will send troops to eastern Europe if Russia invades Ukraine", - "description": "

    Official says Washington would also impose economic measures, in a warning to Moscow on eve of talks between Biden and Putin

    The US has said it would send reinforcements to Nato’s eastern flank in the wake of a Russian invasion of Ukraine, as well as imposing severe new economic measures, in a warning to Moscow on the eve of talks between Joe Biden and Vladimir Putin.

    Biden will also make clear to Putin that the US will not rule out future Ukrainian membership of Nato, as the Russian leader has demanded, a senior US official said.

    Continue reading...", - "content": "

    Official says Washington would also impose economic measures, in a warning to Moscow on eve of talks between Biden and Putin

    The US has said it would send reinforcements to Nato’s eastern flank in the wake of a Russian invasion of Ukraine, as well as imposing severe new economic measures, in a warning to Moscow on the eve of talks between Joe Biden and Vladimir Putin.

    Biden will also make clear to Putin that the US will not rule out future Ukrainian membership of Nato, as the Russian leader has demanded, a senior US official said.

    Continue reading...", - "category": "Volodymyr Zelenskiy", - "link": "https://www.theguardian.com/world/2021/dec/06/us-says-it-will-send-troops-to-eastern-europe-if-russia-invades-ukraine", - "creator": "Andrew Roth in Moscow and Julian Borgerin Washington", - "pubDate": "2021-12-06T19:10:04Z", + "title": "Russia sends defence missiles to Pacific islands claimed by Japan", + "description": "

    Moscow defence ministry posts video of missile system arriving on Matua in Kuril island chain

    Russia has deployed coastal defence missile systems near Pacific islands also claimed by Japan, a move intended to underline Moscow’s firm stance in the dispute.

    The Bastion missile systems were moved to Matua, a deserted volcanic island in the middle of the Kuril island chain. Japan claims four of the southernmost islands.

    Continue reading...", + "content": "

    Moscow defence ministry posts video of missile system arriving on Matua in Kuril island chain

    Russia has deployed coastal defence missile systems near Pacific islands also claimed by Japan, a move intended to underline Moscow’s firm stance in the dispute.

    The Bastion missile systems were moved to Matua, a deserted volcanic island in the middle of the Kuril island chain. Japan claims four of the southernmost islands.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/02/russia-sends-defence-missiles-to-pacific-islands-claimed-by-japan", + "creator": "AP in Moscow", + "pubDate": "2021-12-02T18:07:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223047,16 +248400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a208f04083554e3e78f6ca934c2502ba" + "hash": "267d12c2cdb8efe73b004689e37fba88" }, { - "title": "China unveils package to boost economy as Evergrande teeters", - "description": "

    Beijing to increase business lending and build more affordable housing, but reports say property giant has missed a key bond repayment

    China’s politburo has signalled measures to kickstart the faltering economy as the crisis gripping the country’s debt-laden property sector continued to blight prospects for growth.

    President Xi Jinping’s senior leadership committee rubber-stamped a plan from the central bank on Monday for more targeted lending to businesses and outlined support for the housing market.

    Continue reading...", - "content": "

    Beijing to increase business lending and build more affordable housing, but reports say property giant has missed a key bond repayment

    China’s politburo has signalled measures to kickstart the faltering economy as the crisis gripping the country’s debt-laden property sector continued to blight prospects for growth.

    President Xi Jinping’s senior leadership committee rubber-stamped a plan from the central bank on Monday for more targeted lending to businesses and outlined support for the housing market.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/07/china-unveils-package-to-boost-economy-amid-imf-growth-warning", - "creator": "Martin Farrer", - "pubDate": "2021-12-07T07:20:20Z", + "title": "Republican senator blocks gun control law in wake of Michigan shooting", + "description": "

    Democrat Chris Murphy had sought unanimous supporter for new background checks and expanded 10-day review of purchases

    The Iowa senator Chuck Grassley, the leading Republican on the Senate judiciary committee, blocked a request on Thursday to proceed on gun control legislation in the Senate following the Michigan school shooting this week.

    Senator Chris Murphy, a Democrat from Connecticut and leading gun control advocate, requested unanimous consent on Thursday to pass the Enhanced Background Checks Act of 2021, which would require new background checks for gun transfers between private parties, as well as expand a 10-day review for gun purchases and transfers.

    Continue reading...", + "content": "

    Democrat Chris Murphy had sought unanimous supporter for new background checks and expanded 10-day review of purchases

    The Iowa senator Chuck Grassley, the leading Republican on the Senate judiciary committee, blocked a request on Thursday to proceed on gun control legislation in the Senate following the Michigan school shooting this week.

    Senator Chris Murphy, a Democrat from Connecticut and leading gun control advocate, requested unanimous consent on Thursday to pass the Enhanced Background Checks Act of 2021, which would require new background checks for gun transfers between private parties, as well as expand a 10-day review for gun purchases and transfers.

    Continue reading...", + "category": "US gun control", + "link": "https://www.theguardian.com/us-news/2021/dec/02/republican-senator-blocks-gun-control-law-chuck-grassley", + "creator": "Maya Yang", + "pubDate": "2021-12-02T22:52:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223067,16 +248420,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "002dd66970d37dee67299eb513802122" + "hash": "3dbaeb146d5ddd619f381ff160169f11" }, { - "title": "China’s import surge cheers markets; UK house price growth at 15-year high – business live", - "description": "

    Rolling coverage of the latest economic and financial news

    The pan-European Stoxx 600 index has hit its highest level since the Omicron tumble over a week ago, up 1.4%.

    Technology shares are leading the rally, with the sector up 3.1%. Miners are being lifted by hopes for China’s economy after the People’s Bank of China eased monetary policy yesterday, and firms imported more coal and metal last month.

    Continue reading...", - "content": "

    Rolling coverage of the latest economic and financial news

    The pan-European Stoxx 600 index has hit its highest level since the Omicron tumble over a week ago, up 1.4%.

    Technology shares are leading the rally, with the sector up 3.1%. Miners are being lifted by hopes for China’s economy after the People’s Bank of China eased monetary policy yesterday, and firms imported more coal and metal last month.

    Continue reading...", - "category": "Business", - "link": "https://www.theguardian.com/business/live/2021/dec/07/china-imports-trade-markets-uk-house-prices-high-oil-ftse-uk-germany-business-live", - "creator": "Graeme Wearden", - "pubDate": "2021-12-07T10:00:11Z", + "title": "Hard-right French MP tops Les Républicains party’s presidential primary", + "description": "

    Éric Ciotti wants referendum ‘to stop mass immigration’ and set up ‘a French Guantánamo bay’

    A hard-right French MP who wants to hold a referendum “to stop mass immigration” and set up “a French Guantánamo bay” to deal with terrorism, has topped the first-round vote to choose a presidential candidate for the right’s Les Républicains party, in a shock result.

    Éric Ciotti, 56, a politician from Nice who is known for his hardline views on Islam and immigration, went from outsider to the surprise top position in Thursday’s first-round vote by members of Nicolas Sarkozy’s party. He now faces a second-round runoff against Valérie Pécresse, the former Sarkozy minister who wants to become France’s first female president.

    Continue reading...", + "content": "

    Éric Ciotti wants referendum ‘to stop mass immigration’ and set up ‘a French Guantánamo bay’

    A hard-right French MP who wants to hold a referendum “to stop mass immigration” and set up “a French Guantánamo bay” to deal with terrorism, has topped the first-round vote to choose a presidential candidate for the right’s Les Républicains party, in a shock result.

    Éric Ciotti, 56, a politician from Nice who is known for his hardline views on Islam and immigration, went from outsider to the surprise top position in Thursday’s first-round vote by members of Nicolas Sarkozy’s party. He now faces a second-round runoff against Valérie Pécresse, the former Sarkozy minister who wants to become France’s first female president.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/02/hard-right-french-mp-tops-les-republicains-partys-presidential-primary", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2021-12-02T17:41:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223087,16 +248440,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae166a45932d18936bc59e8b63927203" + "hash": "13f8e7d702b4dcf9a0bff0dc570c2023" }, { - "title": "Storm Barra leaves thousands without power in Ireland", - "description": "

    At least 30,000 homes and firms affected, as Met Office warns storm could pose danger to life as it approaches UK

    More than 30,000 homes and businesses have been left without power in Ireland as Storm Barra made landfall, with winds predicted to reach 80mph as it crosses east throughout the day.

    Heavy rain and sleet was expected on Tuesday as Barra continued its path from the Atlantic. Snow was already falling in the north-west of the country.

    Continue reading...", - "content": "

    At least 30,000 homes and firms affected, as Met Office warns storm could pose danger to life as it approaches UK

    More than 30,000 homes and businesses have been left without power in Ireland as Storm Barra made landfall, with winds predicted to reach 80mph as it crosses east throughout the day.

    Heavy rain and sleet was expected on Tuesday as Barra continued its path from the Atlantic. Snow was already falling in the north-west of the country.

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/2021/dec/07/storm-barra-thousands-without-power-ireland-met-office-uk", - "creator": "Lisa O'Carroll", - "pubDate": "2021-12-07T09:47:36Z", + "title": "Grenfell Tower: Gove joins condemnation of Lewis Hamilton F1 deal", + "description": "

    Survivors of fire voiced protest after announcement of deal under which F1 champion will race carrying branding of cladding firm Kingspan

    Anger at Lewis Hamilton’s Formula One car being sponsored by a firm that made combustible insulation used on Grenfell Tower has intensified after a cabinet minister demanded a U-turn by Mercedes.

    Michael Gove, the secretary of state for levelling up, housing and communities, spoke out after Grenfell survivors branded the deal “truly shocking”. He said he was “deeply disappointed Mercedes are accepting sponsorship from cladding firm Kingspan … while the Grenfell inquiry is ongoing”.

    Continue reading...", + "content": "

    Survivors of fire voiced protest after announcement of deal under which F1 champion will race carrying branding of cladding firm Kingspan

    Anger at Lewis Hamilton’s Formula One car being sponsored by a firm that made combustible insulation used on Grenfell Tower has intensified after a cabinet minister demanded a U-turn by Mercedes.

    Michael Gove, the secretary of state for levelling up, housing and communities, spoke out after Grenfell survivors branded the deal “truly shocking”. He said he was “deeply disappointed Mercedes are accepting sponsorship from cladding firm Kingspan … while the Grenfell inquiry is ongoing”.

    Continue reading...", + "category": "Grenfell Tower fire", + "link": "https://www.theguardian.com/uk-news/2021/dec/02/grenfell-survivors-outraged-by-lewis-hamilton-car-sponsorship-deal", + "creator": "Robert Booth Social affairs correspondent", + "pubDate": "2021-12-02T16:14:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223107,16 +248460,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9897de625ae24ba8fc00c710ed0dc95" + "hash": "3707af08b6b01d9b7778eb8247cbe046" }, { - "title": "UAE cuts working week and shifts weekend back a day", - "description": "

    ‘National working week’ aimed at improving work-life balance and economic competitiveness

    The United Arab Emirates is cutting its working week to four-and-a-half days and moving its weekend from Friday-Saturday to Saturday-Sunday, officials have said.

    The “national working week” would be mandatory for government bodies from January and was aimed at improving work-life balance and economic competitiveness, state media said on Tuesday.

    Continue reading...", - "content": "

    ‘National working week’ aimed at improving work-life balance and economic competitiveness

    The United Arab Emirates is cutting its working week to four-and-a-half days and moving its weekend from Friday-Saturday to Saturday-Sunday, officials have said.

    The “national working week” would be mandatory for government bodies from January and was aimed at improving work-life balance and economic competitiveness, state media said on Tuesday.

    Continue reading...", - "category": "United Arab Emirates", - "link": "https://www.theguardian.com/world/2021/dec/07/uae-cuts-working-week-and-shifts-weekend-back-a-day", - "creator": "Agence France-Presse in Dubai", - "pubDate": "2021-12-07T09:57:11Z", + "title": "US rejects calls for regulating or banning ‘killer robots’", + "description": "

    US official proposes ‘non-binding code of conduct’ at United Nations but campaigners disagree

    The US has rejected calls for a binding agreement regulating or banning the use of “killer robots”, instead proposing a “code of conduct” at the United Nations.

    Speaking at a meeting in Geneva focused on finding common ground on the use of such so-called lethal autonomous weapons, a US official balked at the idea of regulating their use through a “legally-binding instrument”.

    Continue reading...", + "content": "

    US official proposes ‘non-binding code of conduct’ at United Nations but campaigners disagree

    The US has rejected calls for a binding agreement regulating or banning the use of “killer robots”, instead proposing a “code of conduct” at the United Nations.

    Speaking at a meeting in Geneva focused on finding common ground on the use of such so-called lethal autonomous weapons, a US official balked at the idea of regulating their use through a “legally-binding instrument”.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/02/us-rejects-calls-regulating-banning-killer-robots", + "creator": "AFP in Geneva", + "pubDate": "2021-12-02T21:08:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223127,16 +248480,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fd0997495fdbf8f97a6a1f4712a58f9" + "hash": "44bbc75163cb7ddbc5419d9fae70dba9" }, { - "title": "Australian man Craig Wright wins US court battle for bitcoin fortune worth billions", - "description": "

    Florida jury finds Wright, who claims to have invented the cryptocurrency, did not owe half of 1.1m bitcoins worth $50bn to another family

    Craig Wright, an Australian computer scientist who claims to be the inventor of bitcoin, has prevailed in a civil trial against the family of a deceased business partner that claimed it was owed half of a cryptocurrency fortune worth tens of billions of dollars.

    A Florida jury on Monday found that Wright did not owe half of 1.1m bitcoins to the family of David Kleiman. The jury did award US$100m in intellectual property rights to a joint venture between the two men, a fraction of what Kleiman’s lawyers were asking for at trial.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Florida jury finds Wright, who claims to have invented the cryptocurrency, did not owe half of 1.1m bitcoins worth $50bn to another family

    Craig Wright, an Australian computer scientist who claims to be the inventor of bitcoin, has prevailed in a civil trial against the family of a deceased business partner that claimed it was owed half of a cryptocurrency fortune worth tens of billions of dollars.

    A Florida jury on Monday found that Wright did not owe half of 1.1m bitcoins to the family of David Kleiman. The jury did award US$100m in intellectual property rights to a joint venture between the two men, a fraction of what Kleiman’s lawyers were asking for at trial.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Bitcoin", - "link": "https://www.theguardian.com/technology/2021/dec/07/australian-man-craig-wright-wins-us-court-battle-for-bitcoin-fortune-worth-billions", - "creator": "Associated Press in New York", - "pubDate": "2021-12-07T08:52:58Z", + "title": "Canada votes to ban LGBTQ ‘conversion therapy’", + "description": "

    Conservatives joined Liberals in unanimous vote, prompting applause in House of Commons

    Canadian lawmakers have passed a motion banning the discredited practice of “conversion therapy”, in a rare show of unanimity in the country’s parliament.

    A surprise motion on Wednesday by the opposition Conservatives to fast-track the legislation prompted applause in the House of Commons. A handful of Liberal cabinet ministers hugged their Conservative colleagues after the vote.

    Continue reading...", + "content": "

    Conservatives joined Liberals in unanimous vote, prompting applause in House of Commons

    Canadian lawmakers have passed a motion banning the discredited practice of “conversion therapy”, in a rare show of unanimity in the country’s parliament.

    A surprise motion on Wednesday by the opposition Conservatives to fast-track the legislation prompted applause in the House of Commons. A handful of Liberal cabinet ministers hugged their Conservative colleagues after the vote.

    Continue reading...", + "category": "LGBT rights", + "link": "https://www.theguardian.com/world/2021/dec/02/canada-votes-ban-lgbtq-conversion-therapy", + "creator": "Leyland Cecco in Toronto", + "pubDate": "2021-12-02T16:32:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223147,16 +248500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "faacc1a3377247a5078f1853d606f6b8" + "hash": "4d28e986ba1a2a9ce06e9827d125e62f" }, { - "title": "Soyuz rocket to take Japanese tycoon to ISS as Russia revives space tourism", - "description": "

    Yusaku Maezawa and Yozo Hirano will become first space tourists sent by Russia in over a decade

    The Japanese billionaire Yusaku Maezawa has said he is feeling “excited” before his mission to the International Space Station, which marks Russia’s return to space tourism.

    Maezawa, a space enthusiast who made his wealth in online fashion, and his production assistant, Yozo Hirano, will spend 12 days on the ISS.

    Continue reading...", - "content": "

    Yusaku Maezawa and Yozo Hirano will become first space tourists sent by Russia in over a decade

    The Japanese billionaire Yusaku Maezawa has said he is feeling “excited” before his mission to the International Space Station, which marks Russia’s return to space tourism.

    Maezawa, a space enthusiast who made his wealth in online fashion, and his production assistant, Yozo Hirano, will spend 12 days on the ISS.

    Continue reading...", - "category": "International Space Station", - "link": "https://www.theguardian.com/science/2021/dec/07/soyuz-rocket-to-take-japanese-tycoon-yusaku-maezawa-to-iss-as-russia-returns-to-space-tourism", - "creator": "Agence France-Presse in Baikonur", - "pubDate": "2021-12-07T09:36:27Z", + "title": "Facebook takes down Chinese network behind fake Swiss biologist Covid claims", + "description": "

    Meta says misinformation spread by fictional scientist called Wilson Edwards focused on US blaming pandemic on China

    Facebook’s owner has taken down a Chinese misinformation network that attempted to spread claims about coronavirus using a fake Swiss biologist.

    Meta, the parent organisation of Facebook and Instagram, said it had taken down more than 600 accounts linked to the network, which it said included a “coordinated cluster” of Chinese state employees.

    Continue reading...", + "content": "

    Meta says misinformation spread by fictional scientist called Wilson Edwards focused on US blaming pandemic on China

    Facebook’s owner has taken down a Chinese misinformation network that attempted to spread claims about coronavirus using a fake Swiss biologist.

    Meta, the parent organisation of Facebook and Instagram, said it had taken down more than 600 accounts linked to the network, which it said included a “coordinated cluster” of Chinese state employees.

    Continue reading...", + "category": "Meta", + "link": "https://www.theguardian.com/technology/2021/dec/02/facebook-owner-meta-takes-down-chinese-network-spreading-fake-covid-posts", + "creator": "Dan Milmo Global technology editor", + "pubDate": "2021-12-02T14:09:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223167,16 +248520,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9d9ccb09534a5785d24f45497323106" + "hash": "5717a7453607c648e841837d1094c296" }, { - "title": "‘Not great news’: US boss fires 900 employees on a Zoom call", - "description": "

    Vishal Garg told the Better.com staff they were ‘part of the unlucky group’ that would be terminated ‘immediately’

    The chief executive of a US mortgage company has drawn criticism after he reportedly fired 900 employees on a Zoom call.

    “I come to you with not great news,” Vishal Garg, CEO of Better.com, is heard saying at the beginning of the video call made on Wednesday last week. Footage of the call was widely circulated on social media.

    Continue reading...", - "content": "

    Vishal Garg told the Better.com staff they were ‘part of the unlucky group’ that would be terminated ‘immediately’

    The chief executive of a US mortgage company has drawn criticism after he reportedly fired 900 employees on a Zoom call.

    “I come to you with not great news,” Vishal Garg, CEO of Better.com, is heard saying at the beginning of the video call made on Wednesday last week. Footage of the call was widely circulated on social media.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/07/not-great-news-us-boss-fires-900-employees-on-a-zoom-call", - "creator": "Samantha Lock", - "pubDate": "2021-12-07T05:13:42Z", + "title": "Second US case of Omicron linked to New York anime convention", + "description": "
    • Vaccinations were required of all attending the event
    • New York governor responds: ‘New Yorkers, get vaccinated’

    Just a day after the US announced its first case of the Omicron variant of the coronavirus had been detected in California, health officials announced on Thursday it had also been found in a man who attended an anime convention in New York City in late November.

    The man tested positive after returning home to Minnesota, health officials in that state said. Officials in New York said they were working to trace those who attended the convention, held from 19 to 21 November at the city’s Jacob K Javits convention center. Vaccinations were required for the event.

    Continue reading...", + "content": "
    • Vaccinations were required of all attending the event
    • New York governor responds: ‘New Yorkers, get vaccinated’

    Just a day after the US announced its first case of the Omicron variant of the coronavirus had been detected in California, health officials announced on Thursday it had also been found in a man who attended an anime convention in New York City in late November.

    The man tested positive after returning home to Minnesota, health officials in that state said. Officials in New York said they were working to trace those who attended the convention, held from 19 to 21 November at the city’s Jacob K Javits convention center. Vaccinations were required for the event.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/02/omicron-first-case-new-york-anime-convention", + "creator": "Associated Press", + "pubDate": "2021-12-02T18:09:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223187,16 +248540,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "993b9b7ed445827e191c21321dad9dcb" + "hash": "768b980e0a2e8c6e2eacc4dd94c6db33" }, { - "title": "Cook Islands panic abates after first ever Covid case proves to be a false alarm", - "description": "

    The tiny Pacific country scrambled over the weekend, before tests showed the positive case was historical

    The Cook Islands has spent recent days in a state of panic.

    On Friday, the tiny Pacific country, one of the few countries to avoid any Covid cases throughout the pandemic, announced its first case: a 10-year-old boy who arrived on a flight from Auckland to Rarotonga, the main island in the country.

    Continue reading...", - "content": "

    The tiny Pacific country scrambled over the weekend, before tests showed the positive case was historical

    The Cook Islands has spent recent days in a state of panic.

    On Friday, the tiny Pacific country, one of the few countries to avoid any Covid cases throughout the pandemic, announced its first case: a 10-year-old boy who arrived on a flight from Auckland to Rarotonga, the main island in the country.

    Continue reading...", - "category": "Cook Islands", - "link": "https://www.theguardian.com/world/2021/dec/07/cook-islands-panic-abates-after-first-ever-covid-case-proves-to-be-a-false-alarm", - "creator": "Alana Musselle in Rarotonga", - "pubDate": "2021-12-07T06:28:19Z", + "title": "‘It became crystal clear they were lying’: the man who made Germans admit complicity in the Holocaust", + "description": "

    With Final Account, the late director Luke Holland set out to obtain testimonies from those who participated in the Nazi atrocities – before their voices were lost. The result is a powerful mix of shame, denial and ghastly pride

    One day in 2018, the prolific documentary producer John Battsek received a call from Diane Weyermann of Participant Media, asking him if he would travel to the East Sussex village of Ditchling to meet a 69-year-old director named Luke Holland. Weyermann said that Holland had spent several years interviewing hundreds of Germans who were in some way complicit in the Holocaust, from those whose homes neighboured the concentration camps to former members of the Waffen SS. The responses he captured ran the gamut from shame to denial to a ghastly kind of pride. Now he wanted to introduce these testimonies to a mainstream audience, and he needed help.

    “Luke wasn’t consciously making a film,” Battsek says. “He was amassing an archive that he hoped would have a role to play for generations to come. We had to turn it into something that has a beginning, a middle and an end.” As soon as he saw Holland’s footage, he knew it was important: “It presented an audience with a new way into this.”

    Continue reading...", + "content": "

    With Final Account, the late director Luke Holland set out to obtain testimonies from those who participated in the Nazi atrocities – before their voices were lost. The result is a powerful mix of shame, denial and ghastly pride

    One day in 2018, the prolific documentary producer John Battsek received a call from Diane Weyermann of Participant Media, asking him if he would travel to the East Sussex village of Ditchling to meet a 69-year-old director named Luke Holland. Weyermann said that Holland had spent several years interviewing hundreds of Germans who were in some way complicit in the Holocaust, from those whose homes neighboured the concentration camps to former members of the Waffen SS. The responses he captured ran the gamut from shame to denial to a ghastly kind of pride. Now he wanted to introduce these testimonies to a mainstream audience, and he needed help.

    “Luke wasn’t consciously making a film,” Battsek says. “He was amassing an archive that he hoped would have a role to play for generations to come. We had to turn it into something that has a beginning, a middle and an end.” As soon as he saw Holland’s footage, he knew it was important: “It presented an audience with a new way into this.”

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/02/it-became-crystal-clear-they-were-lying-the-man-who-made-germans-admit-complicity-in-the-holocaust", + "creator": "Dorian Lynskey", + "pubDate": "2021-12-02T16:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223207,16 +248560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3f3c40c7200dc245e1cc660b1d2633e" + "hash": "49ee50f79c8b9718c5966ce8ad361af9" }, { - "title": "Covid-19: How fast is the Omicron variant spreading? podcast", - "description": "

    Over 40 countries have now confirmed the presence of Omicron. And, in the UK, scientists have been increasingly expressing their concern about the new variant. Some have speculated there could be more than 1,000 cases here already, and that it could become the dominant variant within weeks.

    To get an update on what we know about the Omicron variant, and how quickly it might be spreading, Madeleine Finlay speaks to Nicola Davis, the Guardian’s science correspondent

    Archive: 7News Australia, CBS, BBC

    Continue reading...", - "content": "

    Over 40 countries have now confirmed the presence of Omicron. And, in the UK, scientists have been increasingly expressing their concern about the new variant. Some have speculated there could be more than 1,000 cases here already, and that it could become the dominant variant within weeks.

    To get an update on what we know about the Omicron variant, and how quickly it might be spreading, Madeleine Finlay speaks to Nicola Davis, the Guardian’s science correspondent

    Archive: 7News Australia, CBS, BBC

    Continue reading...", - "category": "Science", - "link": "https://www.theguardian.com/science/audio/2021/dec/07/covid-19-how-fast-is-the-omicron-variant-spreading", - "creator": "Presented by Madeleine Finlay with Nicola Davis, produced by Anand Jagatia, sound design by Rudi Zygadlo", - "pubDate": "2021-12-07T05:00:17Z", + "title": "How Meghan took personal risks in Mail on Sunday privacy victory", + "description": "

    Analysis: Duchess of Sussex says she faced ‘deception, intimidation and calculated attacks’ and suffered a miscarriage

    The privacy victory over the Mail on Sunday has seemingly exacted a toll on the Duchess of Sussex, who in vigorously pursuing the case went far further than any other present-day royal in taking on the tabloid culture.

    The court of appeal stressed “no expense” was spared in fighting and defending the legal action over publication of extensive extracts of her private letter to her estranged father. As losers, Associated Newspapers Limited (ANL), publishers of the newspaper and Mail Online, will bear the brunt.

    Continue reading...", + "content": "

    Analysis: Duchess of Sussex says she faced ‘deception, intimidation and calculated attacks’ and suffered a miscarriage

    The privacy victory over the Mail on Sunday has seemingly exacted a toll on the Duchess of Sussex, who in vigorously pursuing the case went far further than any other present-day royal in taking on the tabloid culture.

    The court of appeal stressed “no expense” was spared in fighting and defending the legal action over publication of extensive extracts of her private letter to her estranged father. As losers, Associated Newspapers Limited (ANL), publishers of the newspaper and Mail Online, will bear the brunt.

    Continue reading...", + "category": "Meghan, the Duchess of Sussex", + "link": "https://www.theguardian.com/uk-news/2021/dec/02/how-meghan-took-personal-risks-mail-on-sunday-privacy-victory", + "creator": "Caroline Davies", + "pubDate": "2021-12-02T15:17:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223227,16 +248580,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab88caa6344cb6627e4c4e66c3d5551e" + "hash": "ea0820d04e9bff6a2862b033638a7e12" }, { - "title": "How an Afghan reporter was left to the Taliban by the Foreign Office", - "description": "

    ‘Fahim’ was cleared to leave Kabul. Then the phone went dead. Now he moves house every two days to evade capture

    Fahim, a journalist who had worked with British media organisations, was one of thousands of Afghans who approached the Foreign, Commonwealth and Development Office (FCDO) for help to escape Afghanistan after the Taliban’s conquest this summer.

    Told he was cleared to travel with his family to the UK, he was also one of the many left behind as the promised help from the FCDO failed to materialise.

    Continue reading...", - "content": "

    ‘Fahim’ was cleared to leave Kabul. Then the phone went dead. Now he moves house every two days to evade capture

    Fahim, a journalist who had worked with British media organisations, was one of thousands of Afghans who approached the Foreign, Commonwealth and Development Office (FCDO) for help to escape Afghanistan after the Taliban’s conquest this summer.

    Told he was cleared to travel with his family to the UK, he was also one of the many left behind as the promised help from the FCDO failed to materialise.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2021/dec/07/how-an-afghan-reporter-was-left-to-the-taliban-by-the-foreign-office", - "creator": "Peter Beaumont", - "pubDate": "2021-12-07T00:01:12Z", + "title": "We’re all so exhausted we need another word to describe quite how exhausted we feel | Brigid Delaney", + "description": "

    Like everyone else after 20 months of virus vigilance, I’m only now stopping to take a breath

    Hey, how are you?

    You’re tired? How tired?

    Continue reading...", + "content": "

    Like everyone else after 20 months of virus vigilance, I’m only now stopping to take a breath

    Hey, how are you?

    You’re tired? How tired?

    Continue reading...", + "category": "Health & wellbeing", + "link": "https://www.theguardian.com/commentisfree/2021/dec/03/were-all-so-exhausted-we-need-another-word-to-describe-quite-how-exhausted-we-feel", + "creator": "Brigid Delaney", + "pubDate": "2021-12-02T16:30:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223247,16 +248600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f5f4d088e462e181e81ff54dac9e07e" + "hash": "6746b1ee6d691d4f1c375f47c0bd73c0" }, { - "title": "Best mid-range wifi 6 mesh systems to solve broadband dead zones", - "description": "

    Replacement routers put speedy wifi in every corner of the home for reliable work, video calls and films

    With wifi more important than ever for keeping your home working and your online entertainment up and running, it may be time to banish those irritating “not-spots” and make your broadband work everywhere in your home with a router upgrade.

    Now that most new devices, from laptops and phones to TVs and streaming boxes, support wifi 6, I put several of the latest mid-range “mesh” routers to the test to see which ones deliver.

    Continue reading...", - "content": "

    Replacement routers put speedy wifi in every corner of the home for reliable work, video calls and films

    With wifi more important than ever for keeping your home working and your online entertainment up and running, it may be time to banish those irritating “not-spots” and make your broadband work everywhere in your home with a router upgrade.

    Now that most new devices, from laptops and phones to TVs and streaming boxes, support wifi 6, I put several of the latest mid-range “mesh” routers to the test to see which ones deliver.

    Continue reading...", - "category": "Wifi", - "link": "https://www.theguardian.com/technology/2021/dec/07/best-mid-range-wifi-6-mesh-systems-to-solve-broadband-dead-zones", - "creator": "Samuel Gibbs Consumer technology editor", - "pubDate": "2021-12-07T07:00:20Z", + "title": "The world owes Yoko an apology! 10 things we learned from The Beatles: Get Back", + "description": "

    Peter Jackson’s eight-hour documentary on the Fab Four reveals Ringo is an amazing drummer, McCartney was a joy and their entourage were coolest of all

    The concept for Let It Be was: no concept. The Beatles arrived in an empty studio and wondered where the equipment was. (And revealed that they knew very little about setting up PA systems.) What were they rehearsing for? A show on the QE2? A concert on Primrose Hill? A TV special in Libya? A film? What would the set look like? Would it be made of plastic? Why, George Harrison wondered, were they being recorded? Get Back makes clear that the Beatles didn’t have a clue what to expect from Let It Be.

    Continue reading...", + "content": "

    Peter Jackson’s eight-hour documentary on the Fab Four reveals Ringo is an amazing drummer, McCartney was a joy and their entourage were coolest of all

    The concept for Let It Be was: no concept. The Beatles arrived in an empty studio and wondered where the equipment was. (And revealed that they knew very little about setting up PA systems.) What were they rehearsing for? A show on the QE2? A concert on Primrose Hill? A TV special in Libya? A film? What would the set look like? Would it be made of plastic? Why, George Harrison wondered, were they being recorded? Get Back makes clear that the Beatles didn’t have a clue what to expect from Let It Be.

    Continue reading...", + "category": "The Beatles", + "link": "https://www.theguardian.com/music/2021/dec/02/the-beatles-get-back-peter-jackson-documentary", + "creator": "Andy Welch", + "pubDate": "2021-12-02T16:48:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223267,16 +248620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c3b29c466aaf0c92b37a0f1ba5427d4" + "hash": "1074a063752f93378db43890c5766eea" }, { - "title": "‘No standing down, no giving up’: Myanmar’s resistance mobilises", - "description": "

    Almost a year on from the coup, resistance to the military remains widespread

    On Sunday morning, a small group of protesters walked together in Kyimyindaing township, Yangon, waving bunches of eugenia and roses. They carried a banner reading: “The only real prison is fear and the real freedom is freedom from fear”.

    The words are famously those of ousted leader Aung San Suu Kyi, whose sentencing by the junta to two years in detention was announced on Monday.

    Continue reading...", - "content": "

    Almost a year on from the coup, resistance to the military remains widespread

    On Sunday morning, a small group of protesters walked together in Kyimyindaing township, Yangon, waving bunches of eugenia and roses. They carried a banner reading: “The only real prison is fear and the real freedom is freedom from fear”.

    The words are famously those of ousted leader Aung San Suu Kyi, whose sentencing by the junta to two years in detention was announced on Monday.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2021/dec/06/do-or-die-myanmars-junta-may-have-stirred-up-a-hornets-nest", - "creator": "Rebecca Ratcliffe South-east Asia correspondent", - "pubDate": "2021-12-06T20:36:46Z", + "title": "West Side Story review – Spielberg’s triumphantly hyperreal remake", + "description": "

    Stunning recreations of the original film’s New York retain the songs and the dancing in a re-telling that will leave you gasping

    Steven Spielberg’s West Side Story 2.0 is an ecstatic act of ancestor-worship: a vividly dreamed, cunningly modified and visually staggering revival. No one but Spielberg could have brought it off, creating a movie in which Leonard Bernstein’s score and Stephen Sondheim’s lyrics blaze out with fierce new clarity. Spielberg retains María’s narcissistic I Feel Pretty, transplanted from the bridal workshop to a fancy department store where she’s working as a cleaner. This was the number whose Cowardian skittishness Sondheim himself had second thoughts about. But its confection is entirely palatable.

    Spielberg has worked with screenwriter Tony Kushner to change the original book by Arthur Laurents, tilting the emphases and giving new stretches of unsubtitled Spanish dialogue and keeping much of the visual idiom of Jerome Robbins’s stylised choreography. This new West Side Story isn’t updated historically yet neither is it a shot-for-shot remake. But daringly, and maybe almost defiantly, it reproduces the original period ambience with stunning digital fabrications of late-50s New York whose authentic detail co-exists with an unashamed theatricality. On the big screen the effect is hyperreal, as if you have somehow hallucinated your way back 70 years on to both the musical stage for the Broadway opening night and also the city streets outside. I couldn’t watch without gasping those opening “prologue” sequences, in which the camera drifts over the slum-clearance wreckage of Manhattan’s postwar Upper West Side, as if in a sci-fi mystery, with strangely familiar musical phrases echoing up from below ground.

    Continue reading...", + "content": "

    Stunning recreations of the original film’s New York retain the songs and the dancing in a re-telling that will leave you gasping

    Steven Spielberg’s West Side Story 2.0 is an ecstatic act of ancestor-worship: a vividly dreamed, cunningly modified and visually staggering revival. No one but Spielberg could have brought it off, creating a movie in which Leonard Bernstein’s score and Stephen Sondheim’s lyrics blaze out with fierce new clarity. Spielberg retains María’s narcissistic I Feel Pretty, transplanted from the bridal workshop to a fancy department store where she’s working as a cleaner. This was the number whose Cowardian skittishness Sondheim himself had second thoughts about. But its confection is entirely palatable.

    Spielberg has worked with screenwriter Tony Kushner to change the original book by Arthur Laurents, tilting the emphases and giving new stretches of unsubtitled Spanish dialogue and keeping much of the visual idiom of Jerome Robbins’s stylised choreography. This new West Side Story isn’t updated historically yet neither is it a shot-for-shot remake. But daringly, and maybe almost defiantly, it reproduces the original period ambience with stunning digital fabrications of late-50s New York whose authentic detail co-exists with an unashamed theatricality. On the big screen the effect is hyperreal, as if you have somehow hallucinated your way back 70 years on to both the musical stage for the Broadway opening night and also the city streets outside. I couldn’t watch without gasping those opening “prologue” sequences, in which the camera drifts over the slum-clearance wreckage of Manhattan’s postwar Upper West Side, as if in a sci-fi mystery, with strangely familiar musical phrases echoing up from below ground.

    Continue reading...", + "category": "West Side Story (2021)", + "link": "https://www.theguardian.com/film/2021/dec/02/west-side-story-review-steven-spielberg", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-02T14:00:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223287,16 +248640,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0fcb300ae1d838025546ba25d170d6b" + "hash": "c479dfdd4acdc44687a6412b6d7c39c4" }, { - "title": "‘Your generation got us in this mess’: children of big oil employees discuss the climate crisis with their parents", - "description": "

    Two generations of energy workers discuss how their family has responded to the climate emergency

    Are you a fossil fuel industry insider? We want to hear from you

    What do you do when your family has deep ties to the oil and gas industry, yet all agree that burning fossil fuels is accelerating the climate crisis?

    For one family, the fossil fuel industry’s role in stoking the climate emergency is more than just a dinner table debate. It’s their legacy. Andy and Wendy met in the 70s while working as engineers for Exxon. They spent decades working in oil and gas while raising their children.

    Andy, 65, retired engineer,

    Wendy, 62, retired engineer

    Liz, 33, environmental safety manager

    Dara, 35, Liz’s husband and engineer

    James, 31, IT consultant

    Continue reading...", - "content": "

    Two generations of energy workers discuss how their family has responded to the climate emergency

    Are you a fossil fuel industry insider? We want to hear from you

    What do you do when your family has deep ties to the oil and gas industry, yet all agree that burning fossil fuels is accelerating the climate crisis?

    For one family, the fossil fuel industry’s role in stoking the climate emergency is more than just a dinner table debate. It’s their legacy. Andy and Wendy met in the 70s while working as engineers for Exxon. They spent decades working in oil and gas while raising their children.

    Andy, 65, retired engineer,

    Wendy, 62, retired engineer

    Liz, 33, environmental safety manager

    Dara, 35, Liz’s husband and engineer

    James, 31, IT consultant

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/environment/2021/dec/07/conversation-between-big-oil-employees-kids", - "creator": "Emma Pattee", - "pubDate": "2021-12-07T08:00:21Z", + "title": "‘It is phenomenal’: Farne Islands seal numbers expected to reach new high", + "description": "

    National Trust rangers predict record year as they begin count of grey seal pups

    “This is what it’s all about,” said Richard Bevan, beaming. “To see this many seals when 10 years ago there would not have been any.”

    Bevan is a zoologist surveying the shore of Inner Farne island off the coast of north Northumberland. As far as the eye can sea there are about 100 female grey seals and their dependant pups. In the water hopeful males splash about, none more obvious than a dominant bull with a roman nose and scar. “We’ve called him Pacino,” said a ranger.

    Continue reading...", + "content": "

    National Trust rangers predict record year as they begin count of grey seal pups

    “This is what it’s all about,” said Richard Bevan, beaming. “To see this many seals when 10 years ago there would not have been any.”

    Bevan is a zoologist surveying the shore of Inner Farne island off the coast of north Northumberland. As far as the eye can sea there are about 100 female grey seals and their dependant pups. In the water hopeful males splash about, none more obvious than a dominant bull with a roman nose and scar. “We’ve called him Pacino,” said a ranger.

    Continue reading...", + "category": "Marine life", + "link": "https://www.theguardian.com/environment/2021/dec/02/it-is-phenomenal-farne-islands-seal-numbers-expected-to-reach-new-high", + "creator": "Mark Brown in Inner Farne", + "pubDate": "2021-12-02T12:26:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223307,16 +248660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b07bfb16cb5259f423c575ee2ade753" + "hash": "80d7a9832ec9680744edc3c09df8d010" }, { - "title": "Leuven: the small Flemish town with a big (bang) history", - "description": "

    With its cosmic roots and being the home of Stella Artois, the compact gothic town is a hip destination that has remained Belgium’s best-kept secret


    The barman at Fiere Margriet places a bottle of strong, dark ale in front of me. “Gouden Carolus,” he says. “Brewed 15 miles away”. A cold night has fallen over the city outside, but the low-lit pub is warm and woozy. Hops are strung along the walls; a stuffed fox looks out from the window. “This pub,” continues the barman, stroking his beard, “has been here since fourteen-hundred-and …” he pauses for a while “… something.”

    History is elastic in the small Flemish city of Leuven, which is currently hosting BANG!, a citywide festival dedicated to the big bang. Back in the soupiest mists of time – or, strictly, before time was time – a convulsion of baffling quantum forces resulted in the birth of the galaxy. About 13.8 billion years later, in 1931, a cheery Belgian in specs and dog collar came up with a concept to explain it. Albert Einstein initially dismissed the idea, then later backtracked. The Belgian in question was Georges Lemaître – Catholic priest, father of the big bang theory, and resident of Leuven.

    Continue reading...", - "content": "

    With its cosmic roots and being the home of Stella Artois, the compact gothic town is a hip destination that has remained Belgium’s best-kept secret


    The barman at Fiere Margriet places a bottle of strong, dark ale in front of me. “Gouden Carolus,” he says. “Brewed 15 miles away”. A cold night has fallen over the city outside, but the low-lit pub is warm and woozy. Hops are strung along the walls; a stuffed fox looks out from the window. “This pub,” continues the barman, stroking his beard, “has been here since fourteen-hundred-and …” he pauses for a while “… something.”

    History is elastic in the small Flemish city of Leuven, which is currently hosting BANG!, a citywide festival dedicated to the big bang. Back in the soupiest mists of time – or, strictly, before time was time – a convulsion of baffling quantum forces resulted in the birth of the galaxy. About 13.8 billion years later, in 1931, a cheery Belgian in specs and dog collar came up with a concept to explain it. Albert Einstein initially dismissed the idea, then later backtracked. The Belgian in question was Georges Lemaître – Catholic priest, father of the big bang theory, and resident of Leuven.

    Continue reading...", - "category": "Belgium holidays", - "link": "https://www.theguardian.com/travel/2021/dec/07/leuven-the-small-flemish-town-belgium-big-bang-history", - "creator": "Ben Lerwill", - "pubDate": "2021-12-07T07:00:21Z", + "title": "Labour’s main union backer says it will cut political funding", + "description": "

    Exclusive: Sharon Graham, Unite’s boss, believes union’s money would be better spent on members’ causes

    Labour’s biggest funder, Unite, will cut political donations to the party and divert the money to other leftwing causes, the union’s new general secretary, Sharon Graham, has warned.

    In a move that could blow a hole in Keir Starmer’s general election war chest, Graham said that while Unite would still pay £1m in affiliation fees to Labour, “there’s a lot of other money that we use from our political fund where, actually, I’m not sure we’re getting the best value for it”.

    Continue reading...", + "content": "

    Exclusive: Sharon Graham, Unite’s boss, believes union’s money would be better spent on members’ causes

    Labour’s biggest funder, Unite, will cut political donations to the party and divert the money to other leftwing causes, the union’s new general secretary, Sharon Graham, has warned.

    In a move that could blow a hole in Keir Starmer’s general election war chest, Graham said that while Unite would still pay £1m in affiliation fees to Labour, “there’s a lot of other money that we use from our political fund where, actually, I’m not sure we’re getting the best value for it”.

    Continue reading...", + "category": "Unite", + "link": "https://www.theguardian.com/uk-news/2021/dec/02/labours-main-union-backer-says-it-will-cut-political-funding", + "creator": "Randeep Ramesh and Heather Stewart", + "pubDate": "2021-12-02T20:01:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223327,16 +248680,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75b66cefcd11af2eda97eefaf3adcf9a" + "hash": "c23e3e3f28bd31d06e2f6b0ec7dfbded" }, { - "title": "Patsy Stevenson: ‘We were angry at being told we couldn’t mourn the death of a woman’", - "description": "

    Continuing our series on the people behind the 2021 headlines, the 28-year-old detained at the Clapham Common vigil for Sarah Everard discusses violence against women, receiving death threats, and her new passion for activism

    When Patsy Stevenson was arrested on the night of 13 March, at the vigil on Clapham Common for Sarah Everard, it was hard to believe what was happening: at the precise moment in which public faith in the police force most needed restoring, after the murder of Everard at the hands of a serving police officer, Wayne Couzens, video footage showed a young woman in the dark being pushed forcibly to the ground by officers and handcuffed. The manner of Stevenson’s arrest was condemned by politicians across parties – with the home secretary, Priti Patel, setting up an inquiry. On social media, the commentary was toxically mixed: Stevenson received abuse and death threats at the same time as being praised for speaking up with dignity, courage and transparency.

    When she appears on Zoom, she looks pale, composed and serious-minded beneath her eyecatching red hair (was it this that made the police mistake this ordinary 28-year-old woman for a firebrand?). She is in a London flat with her dog, Lexy, who pops up on screen supportively beside her. Reports of her arrest focused on Stevenson’s terror when the police pinned her down, but what was going through her mind? “I was thinking: ‘Oh my God, I’m going to get kicked out of uni… I’ll never get a job.’” She is now repeating (“because of what happened”) a foundation year at Royal Holloway, University of London, studying physics. She goes on: “I’d never been in trouble with the police before. But my main thought was: this is what they’ve all been talking about. I used to think there was no smoke without fire.”

    Continue reading...", - "content": "

    Continuing our series on the people behind the 2021 headlines, the 28-year-old detained at the Clapham Common vigil for Sarah Everard discusses violence against women, receiving death threats, and her new passion for activism

    When Patsy Stevenson was arrested on the night of 13 March, at the vigil on Clapham Common for Sarah Everard, it was hard to believe what was happening: at the precise moment in which public faith in the police force most needed restoring, after the murder of Everard at the hands of a serving police officer, Wayne Couzens, video footage showed a young woman in the dark being pushed forcibly to the ground by officers and handcuffed. The manner of Stevenson’s arrest was condemned by politicians across parties – with the home secretary, Priti Patel, setting up an inquiry. On social media, the commentary was toxically mixed: Stevenson received abuse and death threats at the same time as being praised for speaking up with dignity, courage and transparency.

    When she appears on Zoom, she looks pale, composed and serious-minded beneath her eyecatching red hair (was it this that made the police mistake this ordinary 28-year-old woman for a firebrand?). She is in a London flat with her dog, Lexy, who pops up on screen supportively beside her. Reports of her arrest focused on Stevenson’s terror when the police pinned her down, but what was going through her mind? “I was thinking: ‘Oh my God, I’m going to get kicked out of uni… I’ll never get a job.’” She is now repeating (“because of what happened”) a foundation year at Royal Holloway, University of London, studying physics. She goes on: “I’d never been in trouble with the police before. But my main thought was: this is what they’ve all been talking about. I used to think there was no smoke without fire.”

    Continue reading...", - "category": "Sarah Everard", - "link": "https://www.theguardian.com/uk-news/2021/dec/07/patsy-stevenson-interview-everard-vigil-arrest-faces-of-year", - "creator": "Kate Kellaway", - "pubDate": "2021-12-07T10:00:24Z", + "title": "France rejects idea of joint patrols with UK forces on Calais coast", + "description": "

    Boris Johnson proposal rebuffed with suggestion he offer legal alternatives to reduce risky Channel crossings

    France has formally rejected Boris Johnson’s proposal for British forces to conduct joint border patrols around Calais to deter migrants from crossing the Channel.

    In a letter to Johnson, Jean Castex, the French prime minister, suggested the UK should instead focus on reforming its own systems to offer “legal immigration paths” for people wishing to come to the country instead of risking the perilous crossing.

    Continue reading...", + "content": "

    Boris Johnson proposal rebuffed with suggestion he offer legal alternatives to reduce risky Channel crossings

    France has formally rejected Boris Johnson’s proposal for British forces to conduct joint border patrols around Calais to deter migrants from crossing the Channel.

    In a letter to Johnson, Jean Castex, the French prime minister, suggested the UK should instead focus on reforming its own systems to offer “legal immigration paths” for people wishing to come to the country instead of risking the perilous crossing.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/02/france-rejects-idea-of-british-patrols-along-calais-beaches", + "creator": "Léonie Chao-Fong", + "pubDate": "2021-12-02T23:24:30Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223347,16 +248700,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "59aaaf1a23f329d89c9c9c7d322cf757" + "hash": "c1d923497021c1828db168644a4c7d08" }, { - "title": "Hope review – sensitive study of the grief that lies behind a cancer diagnosis", - "description": "

    Stellan Skarsgård plays a man whose attention has been more focused on his career than his family wrestles with accepting his wife’s terminal illness

    Here is an intelligent and civilised film from Norway with two outstanding actors; directed by Maria Sødahl, it’s about love, grief and intimacy and it is conceived at a high creative standard. Yet for me it never quite ignites with the real passion or the real anger that it seems to be gesturing towards.

    Andrea Bræin Hovig plays Anja, a successful fortysomething choreographer with an international career, in a relationship with Tomas, played by Stellan Skarsgård, and together they have a large and loving stepfamily. The previous Christmas, Anja had been given the all-clear from lung cancer, but one year on it has grimly returned with a metastasis in her brain; she has to have surgery but with a poor prognosis.

    Continue reading...", - "content": "

    Stellan Skarsgård plays a man whose attention has been more focused on his career than his family wrestles with accepting his wife’s terminal illness

    Here is an intelligent and civilised film from Norway with two outstanding actors; directed by Maria Sødahl, it’s about love, grief and intimacy and it is conceived at a high creative standard. Yet for me it never quite ignites with the real passion or the real anger that it seems to be gesturing towards.

    Andrea Bræin Hovig plays Anja, a successful fortysomething choreographer with an international career, in a relationship with Tomas, played by Stellan Skarsgård, and together they have a large and loving stepfamily. The previous Christmas, Anja had been given the all-clear from lung cancer, but one year on it has grimly returned with a metastasis in her brain; she has to have surgery but with a poor prognosis.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/07/hope-review-sensitive-study-of-the-grief-that-lies-behind-a-cancer-diagnosis", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-07T10:00:24Z", + "title": "The Guardian view on Sudan: yes, it was a coup. No, it isn’t over | Editorial", + "description": "

    Though the deposed civilian prime minister has returned, the military is still calling the shots

    Coups are always something other people do. So Sudan’s army chief, Abdel Fattah al-Burhan, has insisted that the removal and detention of the prime minister and other politicians in October “was not a coup”. Instead, it was “correcting the track of the transition” that began with the ousting of Omar al-Bashir in 2019 following mass protests, and his replacement with interim arrangements under which the military and civilians shared power, uncomfortably.

    The tens of thousands who protested against military rule in Khartoum and other cities on Tuesday disagree with the general’s analysis. Though the military has now reinstated the prime minister, Abdalla Hamdok, his former allies see him as a Potemkin leader whose presence whitewashes rather than reverses the coup. Twelve ministers, including those for foreign affairs and justice, resigned in protest at the deal; the Sudanese Professionals Association (SPA), one of the leading protest groups, called it “treacherous”. The deal does not appear to mention the Forces for Freedom and Change, the civilian coalition that ousted Mr Bashir. Nor is it believed to specify when the military will hand power to an elected civilian government, though it now claims that there will be elections in 2023.

    Continue reading...", + "content": "

    Though the deposed civilian prime minister has returned, the military is still calling the shots

    Coups are always something other people do. So Sudan’s army chief, Abdel Fattah al-Burhan, has insisted that the removal and detention of the prime minister and other politicians in October “was not a coup”. Instead, it was “correcting the track of the transition” that began with the ousting of Omar al-Bashir in 2019 following mass protests, and his replacement with interim arrangements under which the military and civilians shared power, uncomfortably.

    The tens of thousands who protested against military rule in Khartoum and other cities on Tuesday disagree with the general’s analysis. Though the military has now reinstated the prime minister, Abdalla Hamdok, his former allies see him as a Potemkin leader whose presence whitewashes rather than reverses the coup. Twelve ministers, including those for foreign affairs and justice, resigned in protest at the deal; the Sudanese Professionals Association (SPA), one of the leading protest groups, called it “treacherous”. The deal does not appear to mention the Forces for Freedom and Change, the civilian coalition that ousted Mr Bashir. Nor is it believed to specify when the military will hand power to an elected civilian government, though it now claims that there will be elections in 2023.

    Continue reading...", + "category": "Sudan", + "link": "https://www.theguardian.com/commentisfree/2021/dec/02/the-guardian-view-on-sudan-yes-it-was-a-coup-no-it-isnt-over", + "creator": "Editorial", + "pubDate": "2021-12-02T18:42:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223367,16 +248720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "00474f523d6a6fa5dbcb50d028be331c" + "hash": "14a1bb7a25add9850a93fe4f35d194c0" }, { - "title": "How Pablo Escobar’s ‘cocaine hippos’ became a biodiversity nightmare", - "description": "

    Animals brought illegally to Colombia by the drug kingpin have been allowed to roam free and are now disrupting the fragile ecosystem

    Myths and legends continue to surround Colombia’s most notorious drug lord Pablo Escobar 26 years after his death. But his legacy has had an unexpectedly disastrous impact on some of the country’s fragile ecosystems. A herd of more than 80 hippos roam free, the descendants of animals smuggled to Colombia from Africa in the 1980s and now flourishing in the wild.

    Reporter Joe Parkin Daniels tells Michael Safi that when Escobar was shot dead by police on a rooftop in his hometown of Medellín, the authorities seized his estate and the animals on it. While most were shipped to zoos, the logistics of moving his four hippos proved insurmountable and they were left to wander the Andes.

    Continue reading...", - "content": "

    Animals brought illegally to Colombia by the drug kingpin have been allowed to roam free and are now disrupting the fragile ecosystem

    Myths and legends continue to surround Colombia’s most notorious drug lord Pablo Escobar 26 years after his death. But his legacy has had an unexpectedly disastrous impact on some of the country’s fragile ecosystems. A herd of more than 80 hippos roam free, the descendants of animals smuggled to Colombia from Africa in the 1980s and now flourishing in the wild.

    Reporter Joe Parkin Daniels tells Michael Safi that when Escobar was shot dead by police on a rooftop in his hometown of Medellín, the authorities seized his estate and the animals on it. While most were shipped to zoos, the logistics of moving his four hippos proved insurmountable and they were left to wander the Andes.

    Continue reading...", - "category": "Colombia", - "link": "https://www.theguardian.com/news/audio/2021/dec/06/how-pablo-escobars-cocaine-hippos-became-a-biodiversity-nightmare", - "creator": "Presented by Michael Safi with Joe Parkin Daniels and Gina Paola Serna; produced by Rose de Larrabeiti and Axel Kacoutié; executive producers Phil Maynard, Archie Bland and Mythili Rao", - "pubDate": "2021-12-06T03:00:11Z", + "title": "Covid live: 10 more Omicron cases in UK amid 53,945 new infections; German ‘lockdown’ for unvaccinated", + "description": "

    Germany is seeking to break a surge in coronavirus infections; Biden announces plan for boosters for 100 million Americans

    Some Covid numbers from Germany are now in.

    The European nation reported another 73,209 new Covid cases for Wednesday and 388 deaths, according to data from the Robert Koch Institute.

    Continue reading...", + "content": "

    Germany is seeking to break a surge in coronavirus infections; Biden announces plan for boosters for 100 million Americans

    Some Covid numbers from Germany are now in.

    The European nation reported another 73,209 new Covid cases for Wednesday and 388 deaths, according to data from the Robert Koch Institute.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/02/coronavirus-news-live-south-africa-sees-exponential-increase-in-covid-cases-dominated-by-omicron-variant", + "creator": "Léonie Chao-Fong (now); Lucy Campbell, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-12-02T20:51:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223387,16 +248740,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc06858d407c041bd816c0177ab46864" + "hash": "21224600b67d6fcf180445741dd7ba91" }, { - "title": "NSW residents warned to brace for more industrial action after teachers and transport workers strike", - "description": "

    Teachers’ strike closes almost 400 state schools for 24 hours as transport in Sydney, Hunter, Blue Mountains and Central Coast also disrupted

    NSW residents have been warned to brace for more industrial action after thousands of public school teachers and transport workers walked off the job in a bid to improve pay and conditions.

    For the first time in nearly a decade, thousands of striking teachers converged on NSW parliament on Tuesday, calling on the government to address heavy workloads, uncompetitive salaries and staff shortages.

    Continue reading...", - "content": "

    Teachers’ strike closes almost 400 state schools for 24 hours as transport in Sydney, Hunter, Blue Mountains and Central Coast also disrupted

    NSW residents have been warned to brace for more industrial action after thousands of public school teachers and transport workers walked off the job in a bid to improve pay and conditions.

    For the first time in nearly a decade, thousands of striking teachers converged on NSW parliament on Tuesday, calling on the government to address heavy workloads, uncompetitive salaries and staff shortages.

    Continue reading...", - "category": "New South Wales", - "link": "https://www.theguardian.com/australia-news/2021/dec/07/nsw-teachers-strike-as-train-and-bus-services-services-hit-by-industrial-action", - "creator": "Australian Associated Press", - "pubDate": "2021-12-07T08:49:50Z", + "title": "Late-season wildfire rips through Montana farming town", + "description": "

    Dozens of homes and four historic grain elevators burned as fire agencies continue to battle wind-driven blaze

    A late-season wildfire that came amid unseasonably warm weather and was pushed by strong winds ripped through a tiny central Montana farming town overnight, burning 24 homes and four grain elevators that had stood for more than a century.

    Officials were assessing the damage in Denton on Thursday morning while crews continued to fight the fire.

    Continue reading...", + "content": "

    Dozens of homes and four historic grain elevators burned as fire agencies continue to battle wind-driven blaze

    A late-season wildfire that came amid unseasonably warm weather and was pushed by strong winds ripped through a tiny central Montana farming town overnight, burning 24 homes and four grain elevators that had stood for more than a century.

    Officials were assessing the damage in Denton on Thursday morning while crews continued to fight the fire.

    Continue reading...", + "category": "Montana", + "link": "https://www.theguardian.com/us-news/2021/dec/02/montana-wildfire-denton-damage-evacuation", + "creator": "Guardian staff and agencies", + "pubDate": "2021-12-02T23:58:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223407,16 +248760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "259ff07db44bd9dffd22af346c9f06d0" + "hash": "8f49b1ffd73284fee41bec7fb471561a" }, { - "title": "‘They see it in corridors, in bathrooms, on the bus’: UK schools’ porn crisis", - "description": "

    Frontline workers warn how children as young as seven are being bombarded with harmful online sexual material

    Barnardo’s works directly with children who are victims of abuse or display signs of harmful or risky sexual behaviour. In 2020-21, they worked with 382,872 children, young people, parents and carers.

    In a recent survey of their frontline workers across England and Wales, staff reported a rise in the number of children participating in acts they have seen in pornographic videos, despite feeling uncomfortable or scared. They describe porn as having a “corrosive” effect on child wellbeing.

    Continue reading...", - "content": "

    Frontline workers warn how children as young as seven are being bombarded with harmful online sexual material

    Barnardo’s works directly with children who are victims of abuse or display signs of harmful or risky sexual behaviour. In 2020-21, they worked with 382,872 children, young people, parents and carers.

    In a recent survey of their frontline workers across England and Wales, staff reported a rise in the number of children participating in acts they have seen in pornographic videos, despite feeling uncomfortable or scared. They describe porn as having a “corrosive” effect on child wellbeing.

    Continue reading...", - "category": "Pornography", - "link": "https://www.theguardian.com/global-development/2021/dec/05/they-see-it-in-corridors-in-bathrooms-on-the-bus-uk-schools-porn-crisis", - "creator": "Harriet Grant", - "pubDate": "2021-12-05T16:00:02Z", + "title": "Australia live news update: Labor sets 2030 emissions target of 43%; Victoria records 1,188 new Covid cases and 11 deaths; 337 cases in NSW", + "description": "

    Labor sets 2030 emissions reduction target ahead of climate policy reveal; no changes to booster shot rollout as NSW fears first local transmission of Omicron; Victoria records 1,188 Covid cases and 11 deaths; 337 new cases in NSW; Nationals MP Damian Drum to quit parliament. Follow all the day’s developments

    Federal health minister Greg Hunt has said all the Omicron cases in Australia have been “asymptomatic or very mild”.

    Hunt was on Sunrise this morning, saying authorities were “cautiously optimistic”.

    Often with diseases ... they become perhaps more transmissible but milder or less severe. If that is the case then that might be a positive direction.

    I certainly hope so. He’s a great minister. He’s got a great mind. I think if you speak to people within the Indigenous community, where he used to work, particularly in children’s education, he has a great passion for education.

    I’ve always found Alan to be a very honourable and decent man. He’s had an extramarital affair, a consensual one. He’s made a mistake. It’s cost him his marriage. There’s a lot of embarrassment on both sides, I have no doubt.

    Continue reading...", + "content": "

    Labor sets 2030 emissions reduction target ahead of climate policy reveal; no changes to booster shot rollout as NSW fears first local transmission of Omicron; Victoria records 1,188 Covid cases and 11 deaths; 337 new cases in NSW; Nationals MP Damian Drum to quit parliament. Follow all the day’s developments

    Federal health minister Greg Hunt has said all the Omicron cases in Australia have been “asymptomatic or very mild”.

    Hunt was on Sunrise this morning, saying authorities were “cautiously optimistic”.

    Often with diseases ... they become perhaps more transmissible but milder or less severe. If that is the case then that might be a positive direction.

    I certainly hope so. He’s a great minister. He’s got a great mind. I think if you speak to people within the Indigenous community, where he used to work, particularly in children’s education, he has a great passion for education.

    I’ve always found Alan to be a very honourable and decent man. He’s had an extramarital affair, a consensual one. He’s made a mistake. It’s cost him his marriage. There’s a lot of embarrassment on both sides, I have no doubt.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/03/australia-live-news-update-covid-omicron-nsw-victoria-scott-morrison-labor", + "creator": "Mostafa Rachwani", + "pubDate": "2021-12-03T00:16:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223427,16 +248780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7766bf872c47126cdf0325b109b9427" + "hash": "3d270a5bf58f896cb6458f473a85822e" }, { - "title": "'It's just a cold': Biden explains coughing during speech – video", - "description": "

    The US president, Joe Biden, has said his coughing during a speech addressing the November jobs report on Friday is due to a cold.

    'What I have is a one-and-a-half-year-old grandson who had a cold who likes to kiss his pop,' Biden said, responding to a question from a reporter after the speech

    Continue reading...", - "content": "

    The US president, Joe Biden, has said his coughing during a speech addressing the November jobs report on Friday is due to a cold.

    'What I have is a one-and-a-half-year-old grandson who had a cold who likes to kiss his pop,' Biden said, responding to a question from a reporter after the speech

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/video/2021/dec/03/its-just-a-cold-biden-explains-coughing-during-speech-video", - "creator": "", - "pubDate": "2021-12-03T21:12:50Z", + "title": "Refugees forced to claim asylum in ‘jail-like’ camps as Greece tightens system", + "description": "

    Aid agencies fear plans to scrap applications via Skype are an attempt to control and contain rather than help asylum seekers

    When Hadi Karam*, a soft-spoken Syrian, decided to leave the war-stricken city of Raqqa, he knew the journey to Europe would be risky. What he had not factored in was how technology would be a stumbling block once he reached Greece.

    “I never thought Skype would be the problem,” says the young professional, recounting his family’s ordeal trying to contact asylum officers in the country. “You ring and ring and ring. Weeks and weeks go by, and there is never any answer.”

    Continue reading...", + "content": "

    Aid agencies fear plans to scrap applications via Skype are an attempt to control and contain rather than help asylum seekers

    When Hadi Karam*, a soft-spoken Syrian, decided to leave the war-stricken city of Raqqa, he knew the journey to Europe would be risky. What he had not factored in was how technology would be a stumbling block once he reached Greece.

    “I never thought Skype would be the problem,” says the young professional, recounting his family’s ordeal trying to contact asylum officers in the country. “You ring and ring and ring. Weeks and weeks go by, and there is never any answer.”

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/01/refugees-forced-to-claim-asylum-in-jail-like-camps-as-greece-tightens-system", + "creator": "Helena Smith in Athens", + "pubDate": "2021-12-01T13:21:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223447,16 +248800,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "614f6bfc95521f96f516dacdce067178" + "hash": "99b43a7f17a1770cf57fedc2800ef493" }, { - "title": "US confirms it will stage diplomatic boycott of Beijing Winter Olympics", - "description": "

    Decision is response to what is described as China’s ‘genocide and crimes against humanity in Xinjiang’ and other abuses

    The White House will stage a diplomatic boycott of the 2022 Winter Olympics in Beijing, press secretary Jen Psaki has confirmed.

    “The Biden administration will not send any diplomatic or official representation to the Beijing 2022 Winter Olympics and Paralympic Games, given the PRC’s ongoing genocide and crimes against humanity in Xinjiang and other human rights abuses,” Psaki said from the briefing room podium on Monday.

    Continue reading...", - "content": "

    Decision is response to what is described as China’s ‘genocide and crimes against humanity in Xinjiang’ and other abuses

    The White House will stage a diplomatic boycott of the 2022 Winter Olympics in Beijing, press secretary Jen Psaki has confirmed.

    “The Biden administration will not send any diplomatic or official representation to the Beijing 2022 Winter Olympics and Paralympic Games, given the PRC’s ongoing genocide and crimes against humanity in Xinjiang and other human rights abuses,” Psaki said from the briefing room podium on Monday.

    Continue reading...", - "category": "Winter Olympics", - "link": "https://www.theguardian.com/sport/2021/dec/06/china-denounces-possible-us-olympic-boycott-as-provocation", - "creator": "Vincent Ni and Joan E Greve", - "pubDate": "2021-12-06T18:49:38Z", + "title": "Activists call for revolution in ‘dated and colonial’ aid funding", + "description": "

    Aspen Institute’s New Voices want donors to exercise humility and trust those receiving grants to know what their communities need

    Aid donors are being urged to revolutionise the way money is spent to move away from colonial ideas and create meaningful change.

    Ahead of a two-day conference this week, activists from Africa, Asia and Latin America have called on public and private global health donors – including governments, the United Nations, private philanthropists and international organisations – to prioritise funding for programmes driven by the needs of the community involved, rather than dictated by preconceived objectives.

    Continue reading...", + "content": "

    Aspen Institute’s New Voices want donors to exercise humility and trust those receiving grants to know what their communities need

    Aid donors are being urged to revolutionise the way money is spent to move away from colonial ideas and create meaningful change.

    Ahead of a two-day conference this week, activists from Africa, Asia and Latin America have called on public and private global health donors – including governments, the United Nations, private philanthropists and international organisations – to prioritise funding for programmes driven by the needs of the community involved, rather than dictated by preconceived objectives.

    Continue reading...", + "category": "Global health", + "link": "https://www.theguardian.com/global-development/2021/dec/01/activists-call-for-revolution-in-dated-and-colonial-aid-funding", + "creator": "Liz Ford", + "pubDate": "2021-12-01T10:17:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223467,16 +248820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b70794309866d380bd89166fa70ad72d" + "hash": "ebaf680860f7c42416e2b3534a753b39" }, { - "title": "Covid live: Omicron community transmission is across England, says health secretary", - "description": "

    Sajid Javid told MPs on Monday that ‘multiple regions of England’ were seeing cases of the variant that were not linked to international travel

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", - "content": "

    Sajid Javid told MPs on Monday that ‘multiple regions of England’ were seeing cases of the variant that were not linked to international travel

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/06/covid-news-live-omicron-found-in-one-third-of-us-states-germany-plans-vaccine-mandates-for-some-health-jobs", - "creator": "Jedidajah Otte (now); Damien Gayle, Rachel Hall, Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-07T00:11:47Z", + "title": "Even after 40 years the response to Aids in many countries is still held back by stigma | Hakima Himmich and Mike Podmore", + "description": "

    It is hard to protect yourself from HIV when having sterile syringes or condoms can lead to arrest: discrimination is restricting progress in eliminating HIV

    Forty years after the first cases of Aids were discovered, goals for its global elimination have yet to be achieved. In 2020, nearly 700,000 people died of Aids-related illnesses and 1.5 million people were newly infected with HIV.

    This is despite scientific and medical advances in the testing, treatment and care of people living with HIV.

    Continue reading...", + "content": "

    It is hard to protect yourself from HIV when having sterile syringes or condoms can lead to arrest: discrimination is restricting progress in eliminating HIV

    Forty years after the first cases of Aids were discovered, goals for its global elimination have yet to be achieved. In 2020, nearly 700,000 people died of Aids-related illnesses and 1.5 million people were newly infected with HIV.

    This is despite scientific and medical advances in the testing, treatment and care of people living with HIV.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/dec/01/response-aids-hiv-stigma-discrimination-drug-use-homophobia", + "creator": "Hakima Himmich and Mike Podmore", + "pubDate": "2021-12-01T07:00:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223487,16 +248840,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4074d8c4bd3c985fe43e7a1a72e997e5" + "hash": "8f20e212d553c25d2e34b964f3ed037d" }, { - "title": "‘Do or die’: Myanmar’s junta may have stirred up a hornets’ nest", - "description": "

    Almost a year on from the coup, resistance to the military is growing stronger and more organised

    On Sunday morning, a small group of protesters walked together in Kyimyindaing township, Yangon, waving bunches of eugenia and roses. They carried a banner reading: “The only real prison is fear and the real freedom is freedom from fear”.

    The words are famously those of ousted leader Aung San Suu Kyi, whose sentencing by the junta to two years in detention was announced on Monday.

    Continue reading...", - "content": "

    Almost a year on from the coup, resistance to the military is growing stronger and more organised

    On Sunday morning, a small group of protesters walked together in Kyimyindaing township, Yangon, waving bunches of eugenia and roses. They carried a banner reading: “The only real prison is fear and the real freedom is freedom from fear”.

    The words are famously those of ousted leader Aung San Suu Kyi, whose sentencing by the junta to two years in detention was announced on Monday.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2021/dec/06/do-or-die-myanmars-junta-may-have-stirred-up-a-hornets-nest", - "creator": "Rebecca Ratcliffe South-east Asia correspondent", - "pubDate": "2021-12-06T20:36:46Z", + "title": "When did Omicron Covid variant arrive in UK and is it spreading?", + "description": "

    Analysis: scientists are working full tilt to answer these vital questions that may give clues as to what is to come

    As new cases of Omicron continue to emerge in the UK, scientists are working full tilt to answer two vital questions: when did the variant arrive and is it spreading?

    While at first glance those queries may seem less important than those around vaccine effectiveness or disease severity, the answers may give important clues as to what is to come.

    Continue reading...", + "content": "

    Analysis: scientists are working full tilt to answer these vital questions that may give clues as to what is to come

    As new cases of Omicron continue to emerge in the UK, scientists are working full tilt to answer two vital questions: when did the variant arrive and is it spreading?

    While at first glance those queries may seem less important than those around vaccine effectiveness or disease severity, the answers may give important clues as to what is to come.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/01/when-did-omicron-variant-arrive-in-uk-and-is-it-spreading", + "creator": "Nicola Davis, Ian Sample and Libby Brooks", + "pubDate": "2021-12-01T09:31:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223507,16 +248860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cce41ac772d3f288f61fda9a85acd64" + "hash": "26a1ad6c6cd63c399715a96131c02864" }, { - "title": "Drake withdraws his two 2022 Grammy nominations", - "description": "

    The star pulled his nominations for best rap album and best rap performance after consultation with his management

    Drake has decided to withdraw his two Grammy nominations.

    Though his motive remained unclear, Variety reported the 35-year-old artist withdrew his two nominations – best rap album for Certified Lover Boy and best rap performance for his song Way 2 Sexy, featuring Future and Young Thug – after consultation with his management.

    Continue reading...", - "content": "

    The star pulled his nominations for best rap album and best rap performance after consultation with his management

    Drake has decided to withdraw his two Grammy nominations.

    Though his motive remained unclear, Variety reported the 35-year-old artist withdrew his two nominations – best rap album for Certified Lover Boy and best rap performance for his song Way 2 Sexy, featuring Future and Young Thug – after consultation with his management.

    Continue reading...", - "category": "Drake", - "link": "https://www.theguardian.com/music/2021/dec/06/drake-withdraws-grammy-nominations-2022", - "creator": "Adrian Horton", - "pubDate": "2021-12-06T21:21:20Z", + "title": "'Every parent's worst nightmare': Michigan school shooting leaves three students dead – video", + "description": "

    A 15-year-old boy killed three fellow pupils and wounded eight others after opening fire with a semi-automatic handgun at a school in Oxford, Michigan. Those killed were a 16-year-old boy, a 17-year-old girl and a 14-year-old girl. The suspect was believed to have acted alone and was arrested without resistance after firing 15 to 20 shots. The suspect has declined to speak to police. Michigan's governor, Gretchen Whitmer, offered condolences at the scene, saying: 'I think this is every parent's worst nightmare.'

    Continue reading...", + "content": "

    A 15-year-old boy killed three fellow pupils and wounded eight others after opening fire with a semi-automatic handgun at a school in Oxford, Michigan. Those killed were a 16-year-old boy, a 17-year-old girl and a 14-year-old girl. The suspect was believed to have acted alone and was arrested without resistance after firing 15 to 20 shots. The suspect has declined to speak to police. Michigan's governor, Gretchen Whitmer, offered condolences at the scene, saying: 'I think this is every parent's worst nightmare.'

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/video/2021/dec/01/every-parents-worst-nightmare-michigan-school-shooting-leaves-three-students-dead-video", + "creator": "", + "pubDate": "2021-12-01T00:41:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223527,16 +248880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f06663b4fa6bec9f4bc3405172586a5f" + "hash": "21bf5aa2e3ad1fe1ff69cfa05572063d" }, { - "title": "China attacks ‘US-style democracy’ prior to Biden summit", - "description": "

    Beijing highlights virtues of its own one-party model in slew of scathing criticisms of western system

    China has launched a campaign to discredit what it calls US-style democracy in advance of the first of Joe Biden’s two “summits of democracy” later this week.

    Over recent days, official Chinese media outlets and diplomats have made a string of scathing attacks on the US governing system, calling it “a game of money politics” and “rule of the few over the many”.

    Continue reading...", - "content": "

    Beijing highlights virtues of its own one-party model in slew of scathing criticisms of western system

    China has launched a campaign to discredit what it calls US-style democracy in advance of the first of Joe Biden’s two “summits of democracy” later this week.

    Over recent days, official Chinese media outlets and diplomats have made a string of scathing attacks on the US governing system, calling it “a game of money politics” and “rule of the few over the many”.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/06/china-attacks-us-style-democracy-prior-to-biden-summit", - "creator": "Vincent Ni China affairs correspondent", - "pubDate": "2021-12-06T13:38:33Z", + "title": "Germany: mandatory Covid jabs a step closer as unvaccinated face lockdown", + "description": "

    Merkel backs compulsory jabs and says ‘act of national solidarity’ required

    Vaccination could become mandatory in Germany from February, Angela Merkel has said, as she announced what her successor as chancellor, Olaf Scholz, described as “a lockdown of the unvaccinated”.

    As more EU countries confirmed cases of the Omicron variant, which the bloc’s health agency said could make up more than half of all infections on the continent within months, Merkel described the situation as “very serious”.

    Continue reading...", + "content": "

    Merkel backs compulsory jabs and says ‘act of national solidarity’ required

    Vaccination could become mandatory in Germany from February, Angela Merkel has said, as she announced what her successor as chancellor, Olaf Scholz, described as “a lockdown of the unvaccinated”.

    As more EU countries confirmed cases of the Omicron variant, which the bloc’s health agency said could make up more than half of all infections on the continent within months, Merkel described the situation as “very serious”.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/dec/02/germany-could-make-covid-vaccination-mandatory-says-merkel", + "creator": "Jon Henley Europe correspondent", + "pubDate": "2021-12-02T17:01:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223547,16 +248900,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "93f41d4508ad935384bddff8ea15a7a6" + "hash": "eb2b8d6125fc2667a411c3b92b0b27f6" }, { - "title": "Second accuser says Ghislaine Maxwell asked her to find young women for Epstein", - "description": "

    ‘Kate’ testifies in Manhattan federal court that she was 17 when she met Maxwell, who introduced her to Epstein

    • This article contains depictions of sexual abuse

    The second accuser in the New York sex-trafficking trial of Ghislaine Maxwell alleged on Monday the Briton asked her to find young women for sexual encounters with the financier Jeffrey Epstein, because his demands were insatiable.

    The accuser, who testified in federal court in Manhattan under the pseudonym Kate, said she was 17 when she met Maxwell in Paris around 1994. She gave Maxwell her phone number, she said.

    Continue reading...", - "content": "

    ‘Kate’ testifies in Manhattan federal court that she was 17 when she met Maxwell, who introduced her to Epstein

    • This article contains depictions of sexual abuse

    The second accuser in the New York sex-trafficking trial of Ghislaine Maxwell alleged on Monday the Briton asked her to find young women for sexual encounters with the financier Jeffrey Epstein, because his demands were insatiable.

    The accuser, who testified in federal court in Manhattan under the pseudonym Kate, said she was 17 when she met Maxwell in Paris around 1994. She gave Maxwell her phone number, she said.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/06/ghislaine-maxwell-sex-trafficking-trial-second-week", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-06T17:58:16Z", + "title": "Biden and Putin to hold talks after diplomats make no progress on Ukraine", + "description": "

    The US threatened to deploy ‘high-impact’ economic measures if a Russian buildup of troops leads to a wider conflict

    Joe Biden and Vladimir Putin are due to hold talks “in the near future” after their top diplomats made no apparent progress in Stockholm towards defusing a standoff over Ukraine, amid fears of a Russian invasion.

    The US secretary of state, Antony Blinken, and the Russian foreign minister, Sergey Lavrov, opted not to make a joint appearance after trading threats during a 40-minute meeting whose short duration indicated there was little chance of a breakthrough.

    Continue reading...", + "content": "

    The US threatened to deploy ‘high-impact’ economic measures if a Russian buildup of troops leads to a wider conflict

    Joe Biden and Vladimir Putin are due to hold talks “in the near future” after their top diplomats made no apparent progress in Stockholm towards defusing a standoff over Ukraine, amid fears of a Russian invasion.

    The US secretary of state, Antony Blinken, and the Russian foreign minister, Sergey Lavrov, opted not to make a joint appearance after trading threats during a 40-minute meeting whose short duration indicated there was little chance of a breakthrough.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/02/us-and-russia-no-closer-to-breakthrough-on-ukraine-after-talks", + "creator": "Andrew Roth in Moscow and Julian Borger in Washington", + "pubDate": "2021-12-02T17:56:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223567,16 +248920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdd8e0f6540dd6340d69a1239876c9aa" + "hash": "b542b792542d541ebab2557efb4eeaa5" }, { - "title": "Republican Devin Nunes to quit Congress and head Trump’s social media platform", - "description": "

    California congressman has claimed without evidence that social media companies seek to censor Republicans

    Devin Nunes, the California congressman and close ally of Donald Trump, will be retiring from the US House of Representatives next year to join Trump’s new social media venture.

    The Republican congressman, who represents a rural California district, announced his retirement from the House on Monday, writing in a letter to constituents that he was leaving his position to pursue a “new opportunity to fight for the most important issues I believe in”.

    Continue reading...", - "content": "

    California congressman has claimed without evidence that social media companies seek to censor Republicans

    Devin Nunes, the California congressman and close ally of Donald Trump, will be retiring from the US House of Representatives next year to join Trump’s new social media venture.

    The Republican congressman, who represents a rural California district, announced his retirement from the House on Monday, writing in a letter to constituents that he was leaving his position to pursue a “new opportunity to fight for the most important issues I believe in”.

    Continue reading...", - "category": "US Congress", - "link": "https://www.theguardian.com/us-news/2021/dec/06/devin-nunes-retires-congress-trump-social-media", - "creator": "Maanvi Singh in San Francisco", - "pubDate": "2021-12-06T23:32:23Z", + "title": "Sex ratio of babies linked to pollution and poverty indicators", + "description": "

    Study finds some pollutants are correlated with higher levels of boys and others with more girls

    A swathe of pollutants and indicators of poverty have been linked to changes in the ratio of baby boys to girls born to millions of parents.

    A study of half the US population and the entire Swedish population examined more than 100 possible factors and found, for example, that mercury, chromium and aluminium pollution correlated with more boys being born, while lead pollution increased the proportion of girls. Proximity to farming also affected the sex ratio, possibly due to higher chemical exposures.

    Continue reading...", + "content": "

    Study finds some pollutants are correlated with higher levels of boys and others with more girls

    A swathe of pollutants and indicators of poverty have been linked to changes in the ratio of baby boys to girls born to millions of parents.

    A study of half the US population and the entire Swedish population examined more than 100 possible factors and found, for example, that mercury, chromium and aluminium pollution correlated with more boys being born, while lead pollution increased the proportion of girls. Proximity to farming also affected the sex ratio, possibly due to higher chemical exposures.

    Continue reading...", + "category": "Environment", + "link": "https://www.theguardian.com/environment/2021/dec/02/sex-ratio-of-babies-linked-to-pollution-and-poverty-indicators", + "creator": "Damian Carrington Environment editor", + "pubDate": "2021-12-02T19:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223587,16 +248940,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d1fb871f9819397e5095c5978fccc4d" + "hash": "d757fb904db7c83556eeb1f8224306ba" }, { - "title": "WhatsApp criticised for plan to let messages disappear after 24 hours", - "description": "

    Children’s charities say change creates a ‘toxic cocktail of risk’ by making detection of abuse more difficult

    WhatsApp users are to be given the option to have their messages disappear after 24 hours, a change that drew immediate criticism from children’s charities.

    In a blog post announcing the change, WhatsApp, which has 2 billion users, said its mission was to “connect the world privately”.

    Continue reading...", - "content": "

    Children’s charities say change creates a ‘toxic cocktail of risk’ by making detection of abuse more difficult

    WhatsApp users are to be given the option to have their messages disappear after 24 hours, a change that drew immediate criticism from children’s charities.

    In a blog post announcing the change, WhatsApp, which has 2 billion users, said its mission was to “connect the world privately”.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/2021/dec/06/whatsapp-criticised-for-plan-to-allow-messages-to-disappear-after-24-hours", - "creator": "Dan Milmo Global technology editor", - "pubDate": "2021-12-06T19:43:37Z", + "title": "Fossil remains of herd of 11 dinosaurs discovered in Italy", + "description": "

    Exceptional find includes biggest and most complete dinosaur skeleton ever unearthed in the country

    A treasure trove of fossils of a herd of 11 dinosaurs has been identified for the first time in Italy, including the biggest and most complete dinosaur skeleton ever found in the country.

    Although isolated dinosaur remains have been discovered in Italy since the 1990s, palaeontologists have now identified an entire group at Villaggio del Pescatore, a former limestone quarry close to the north-eastern port city of Trieste.

    Continue reading...", + "content": "

    Exceptional find includes biggest and most complete dinosaur skeleton ever unearthed in the country

    A treasure trove of fossils of a herd of 11 dinosaurs has been identified for the first time in Italy, including the biggest and most complete dinosaur skeleton ever found in the country.

    Although isolated dinosaur remains have been discovered in Italy since the 1990s, palaeontologists have now identified an entire group at Villaggio del Pescatore, a former limestone quarry close to the north-eastern port city of Trieste.

    Continue reading...", + "category": "Dinosaurs", + "link": "https://www.theguardian.com/uk-news/2021/dec/02/fossil-remains-of-a-herd-of-11-dinosaurs-discovered-in-italy", + "creator": "Angela Giuffrida in Rome", + "pubDate": "2021-12-02T18:13:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223607,36 +248960,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab2a3fdb800d689ac6d83ad7fdd0fe81" + "hash": "c17f6a057a5b8d1cfa9b5c71984e350b" }, { - "title": "Almost $12,000 wiped off value of bitcoin in weekend ‘thumping’", - "description": "

    Cryptocurrency settles to just below $50,000 after record-high last month, in continuation of recent volatility

    The value of bitcoin has suffered a “thumping”, losing more than one-fifth of its value at at one point over the weekend before settling below $50,000 (£37,720), only a month after reaching a record high.

    The value of the cryptocurrency rose above $68,000 in November and had been predicted to move even higher by the end of the year, amid concern about the value of traditional assets such as gold and government debt.

    Continue reading...", - "content": "

    Cryptocurrency settles to just below $50,000 after record-high last month, in continuation of recent volatility

    The value of bitcoin has suffered a “thumping”, losing more than one-fifth of its value at at one point over the weekend before settling below $50,000 (£37,720), only a month after reaching a record high.

    The value of the cryptocurrency rose above $68,000 in November and had been predicted to move even higher by the end of the year, amid concern about the value of traditional assets such as gold and government debt.

    Continue reading...", - "category": "Bitcoin", - "link": "https://www.theguardian.com/technology/2021/dec/06/almost-dollars-12000-wiped-off-bitcoin-value-cryptocurrency", - "creator": "Rob Davies", - "pubDate": "2021-12-06T14:13:54Z", + "title": "Biden announces plan to get booster shots to 100m Americans amid Omicron arrival in US", + "description": "

    President lays out pandemic battle plan for the winter months, including expanded pharmacy availability for vaccines

    Joe Biden announced new actions to combat the coronavirus in the US, including a nationwide campaign encouraging vaccine boosters, an expansion of at-home tests and tighter restrictions on international travel.

    Buffeted by the emergence of the Omicron variant and a political backlash from Republicans, the US president visited the National Institutes of Health in Bethesda, Maryland, on Thursday and laid out a pandemic battle plan for the winter months.

    Continue reading...", + "content": "

    President lays out pandemic battle plan for the winter months, including expanded pharmacy availability for vaccines

    Joe Biden announced new actions to combat the coronavirus in the US, including a nationwide campaign encouraging vaccine boosters, an expansion of at-home tests and tighter restrictions on international travel.

    Buffeted by the emergence of the Omicron variant and a political backlash from Republicans, the US president visited the National Institutes of Health in Bethesda, Maryland, on Thursday and laid out a pandemic battle plan for the winter months.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/dec/02/joe-biden-coronavirus-nationwide-campaign", + "creator": "David Smith in Washington", + "pubDate": "2021-12-02T19:08:15Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4bce8a7390b1bd8810b9a9ade71401e6" + "hash": "e625f20862cf1e7c9f1f1f4795f99130" }, { - "title": "Viagra could be used to treat Alzheimer’s disease, study finds", - "description": "

    US scientists say users of sildenafil – the generic name for Viagra – are 69% less likely to develop the form of dementia than non-users

    Viagra could be a useful treatment against Alzheimer’s disease, according to a US study.

    Alzheimer’s disease, the most common form of age-related dementia, affects hundreds of millions of people worldwide. Despite mounting numbers of cases, however, there is currently no effective treatment.

    Continue reading...", - "content": "

    US scientists say users of sildenafil – the generic name for Viagra – are 69% less likely to develop the form of dementia than non-users

    Viagra could be a useful treatment against Alzheimer’s disease, according to a US study.

    Alzheimer’s disease, the most common form of age-related dementia, affects hundreds of millions of people worldwide. Despite mounting numbers of cases, however, there is currently no effective treatment.

    Continue reading...", - "category": "Alzheimer's", - "link": "https://www.theguardian.com/society/2021/dec/06/viagra-could-be-used-to-treat-alzheimers-disease-study-finds", - "creator": "Andrew Gregory Health editor", - "pubDate": "2021-12-06T19:32:09Z", + "title": "Peng Shuai needs more than ‘quiet diplomacy’. If she can be silenced, no Chinese athletes are safe | Jessica Shuran Yu", + "description": "

    As an athlete who spoke up about abuse, I am tired of seeing reputation being prioritised over safety

    When I first experienced abuse as an athlete, I made a vow to myself to never tell anyone. Ever. I was worried that I wouldn’t be believed, but also the thought that anyone would know me as a “victim” mortified me. On top of that, I knew that even if I told anyone, nothing would change. I was both right and wrong. Years later, after I stopped competing in figure skating, I broke my own silence on the physical abuse inflicted on me in China, and it freed me. I talked about it to my close friends, to reporters, and to my therapist – extensively. It never got easier to talk about but each time I did, I began to heal a little more.

    The most powerful perpetrator of abuse is silence. It allows for abusers to continue to harm athletes, for athletes to continue believing that such treatment is OK, and for authority figures to continue to turn a blind eye without guilt. Every allegation of abuse that is aired needs to be investigated properly for there to be any hope of justice.

    Continue reading...", + "content": "

    As an athlete who spoke up about abuse, I am tired of seeing reputation being prioritised over safety

    When I first experienced abuse as an athlete, I made a vow to myself to never tell anyone. Ever. I was worried that I wouldn’t be believed, but also the thought that anyone would know me as a “victim” mortified me. On top of that, I knew that even if I told anyone, nothing would change. I was both right and wrong. Years later, after I stopped competing in figure skating, I broke my own silence on the physical abuse inflicted on me in China, and it freed me. I talked about it to my close friends, to reporters, and to my therapist – extensively. It never got easier to talk about but each time I did, I began to heal a little more.

    The most powerful perpetrator of abuse is silence. It allows for abusers to continue to harm athletes, for athletes to continue believing that such treatment is OK, and for authority figures to continue to turn a blind eye without guilt. Every allegation of abuse that is aired needs to be investigated properly for there to be any hope of justice.

    Continue reading...", + "category": "Peng Shuai", + "link": "https://www.theguardian.com/sport/blog/2021/dec/02/peng-shuai-needs-more-than-quiet-diplomacy-jessica-shuran-yu", + "creator": "Jessica Shuran Yu", + "pubDate": "2021-12-02T20:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223647,16 +249000,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cea425ec5134d4a9fa06b5bffb6f0b2" + "hash": "de42fdd328194425a65d03642893f91e" }, { - "title": "At least 46 ‘VIP lane’ PPE deals awarded before formal due diligence in place", - "description": "

    Two-thirds of contracts awarded before ‘eight-stage process’ was put in place were given out after referrals from ‘VIP lane’

    At least 46 PPE deals were awarded to firms put in a special “VIP lane” by Conservative ministers, MPs and officials during the Covid pandemic before a formal due diligence process was put in place, it has emerged.

    Ministers had claimed all PPE contracts were put through a rigorous “eight-stage process” for assuring quality and value for money, when criticised over the “VIP lane” via which £5bn in contracts were handed to companies with political or Whitehall connections.

    Continue reading...", - "content": "

    Two-thirds of contracts awarded before ‘eight-stage process’ was put in place were given out after referrals from ‘VIP lane’

    At least 46 PPE deals were awarded to firms put in a special “VIP lane” by Conservative ministers, MPs and officials during the Covid pandemic before a formal due diligence process was put in place, it has emerged.

    Ministers had claimed all PPE contracts were put through a rigorous “eight-stage process” for assuring quality and value for money, when criticised over the “VIP lane” via which £5bn in contracts were handed to companies with political or Whitehall connections.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/06/at-least-46-vip-lane-ppe-deals-awarded-before-formal-due-diligence-in-place", - "creator": "Rowena Mason and David Conn", - "pubDate": "2021-12-06T17:00:03Z", + "title": "The most unusual movie sex scenes – ranked!", + "description": "

    Lady Gaga and Adam Driver give us animal grunting in House of Gucci and Agathe Rousselle mates with a car in Titane – but that’s tame compared with some of the sexual themes cinema has found to explore

    In 1933, the Austrian star Hedy Lamarr (who also had a remarkable parallel career as an inventor) appeared in the Czech erotic drama Ecstasy playing Eva, who gave us the first female orgasm in movie history. This is simply an extended closeup on her face, after her lover’s head has disappeared from the bottom of the frame, as she abandons herself to pleasure and rapture. There were some telling cutaways – to her hand, fondling some material, and also one of her pearl necklace dropping to the floor. Afterwards, Eva languorously smokes a cigarette, doing her bit to establish one of cinema’s great post-coital tropes.

    Continue reading...", + "content": "

    Lady Gaga and Adam Driver give us animal grunting in House of Gucci and Agathe Rousselle mates with a car in Titane – but that’s tame compared with some of the sexual themes cinema has found to explore

    In 1933, the Austrian star Hedy Lamarr (who also had a remarkable parallel career as an inventor) appeared in the Czech erotic drama Ecstasy playing Eva, who gave us the first female orgasm in movie history. This is simply an extended closeup on her face, after her lover’s head has disappeared from the bottom of the frame, as she abandons herself to pleasure and rapture. There were some telling cutaways – to her hand, fondling some material, and also one of her pearl necklace dropping to the floor. Afterwards, Eva languorously smokes a cigarette, doing her bit to establish one of cinema’s great post-coital tropes.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/dec/02/the-most-unusual-movie-sex-scenes-ranked", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-02T13:25:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223667,16 +249020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55260e9a86d4a09ab4f870d41c97037a" + "hash": "a3cfb376709b0ea4d23c1b970af6cbcf" }, { - "title": "Coroners in England issue rare warnings over avoidable deaths in pandemic", - "description": "

    Exclusive: at least 16 notices issued to prevent future deaths after inquests highlight care failures

    Coroners in England have said lessons must be learned from failings made by overstretched services that struggled to adapt during the Covid pandemic, as details of inquests into deaths only now emerge.

    At the height of the pandemic, everything from mental health and coastguard services to care homes had to quickly change how they operated, and coroners across England are highlighting failures made during this time through reports that identify avoidable deaths.

    Azra Hussain, 41, who died in secure accommodation in Birmingham on 6 May 2020. Two months before her death, she had been due to begin electroconvulsive therapy, but because of an administrative error the treatment was cancelled and was then no longer possible because of Covid restrictions. The inquest jury concluded that had she been given this treatment, she would probably have lived.

    Ruth Jones, a frail older woman thought to have caught Covid, who died in a care home after a fall in self-isolation. A coroner said the care home was not equipped to watch Jones during her isolation but she needed to be monitored because of her risk of injury if left alone.

    Anthony Williamson, an experienced sea kayaker who died on his 54th birthday after getting into difficulty. The coroner said he was concerned there was a reduced level of coastguard cover around the Cornish coastline owing to the pandemic.

    Continue reading...", - "content": "

    Exclusive: at least 16 notices issued to prevent future deaths after inquests highlight care failures

    Coroners in England have said lessons must be learned from failings made by overstretched services that struggled to adapt during the Covid pandemic, as details of inquests into deaths only now emerge.

    At the height of the pandemic, everything from mental health and coastguard services to care homes had to quickly change how they operated, and coroners across England are highlighting failures made during this time through reports that identify avoidable deaths.

    Azra Hussain, 41, who died in secure accommodation in Birmingham on 6 May 2020. Two months before her death, she had been due to begin electroconvulsive therapy, but because of an administrative error the treatment was cancelled and was then no longer possible because of Covid restrictions. The inquest jury concluded that had she been given this treatment, she would probably have lived.

    Ruth Jones, a frail older woman thought to have caught Covid, who died in a care home after a fall in self-isolation. A coroner said the care home was not equipped to watch Jones during her isolation but she needed to be monitored because of her risk of injury if left alone.

    Anthony Williamson, an experienced sea kayaker who died on his 54th birthday after getting into difficulty. The coroner said he was concerned there was a reduced level of coastguard cover around the Cornish coastline owing to the pandemic.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/06/coroners-in-england-issue-rare-warnings-over-avoidable-deaths-in-pandemic", - "creator": "Sarah Marsh and Pamela Duncan", - "pubDate": "2021-12-06T12:00:20Z", + "title": "France rejects idea of British patrols along Calais beaches", + "description": "

    Move will ‘compromise sovereignty’ and UK should sort out alternative to people’s perilous Channel crossings

    France has formally rejected Boris Johnson’s call for British authorities to carry out joint patrols on the beaches around Calais to deter people from crossing the Channel unsafely. In a letter to Johnson the French prime minister, Jean Castex, said the country could not accept the presence of British police officers or soldiers as that would compromise the nation’s sovereignty.

    Castex also suggested the UK should carry out reforms of its systems to offer “legal immigration paths” for people to go to the UK instead of risking the perilous crossing.

    Continue reading...", + "content": "

    Move will ‘compromise sovereignty’ and UK should sort out alternative to people’s perilous Channel crossings

    France has formally rejected Boris Johnson’s call for British authorities to carry out joint patrols on the beaches around Calais to deter people from crossing the Channel unsafely. In a letter to Johnson the French prime minister, Jean Castex, said the country could not accept the presence of British police officers or soldiers as that would compromise the nation’s sovereignty.

    Castex also suggested the UK should carry out reforms of its systems to offer “legal immigration paths” for people to go to the UK instead of risking the perilous crossing.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/dec/02/france-rejects-idea-of-british-patrols-along-calais-beaches", + "creator": "PA Media", + "pubDate": "2021-12-02T21:19:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223687,16 +249040,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2493af888767180121763fdf222953c9" + "hash": "0a69c70fd7a209f8a0bb0905ee409d4a" }, { - "title": "New York City sets Covid vaccine mandate for all private employers", - "description": "

    New rules will take effect on 22 December while vaccinations are already required for city employees

    All New York City employers will have to mandate Covid-19 vaccinations for their workers under new rules announced Monday by the mayor, Bill de Blasio.

    The vaccine mandate for private businesses will take effect on 22 December and is aimed at preventing a spike in Covid-19 infections during the holiday season and the colder months, the Democratic mayor said on MSNBC’s Morning Joe.

    Continue reading...", - "content": "

    New rules will take effect on 22 December while vaccinations are already required for city employees

    All New York City employers will have to mandate Covid-19 vaccinations for their workers under new rules announced Monday by the mayor, Bill de Blasio.

    The vaccine mandate for private businesses will take effect on 22 December and is aimed at preventing a spike in Covid-19 infections during the holiday season and the colder months, the Democratic mayor said on MSNBC’s Morning Joe.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2021/dec/06/new-york-city-vaccine-mandate-private-employers", - "creator": "Associated Press in New York", - "pubDate": "2021-12-06T14:44:15Z", + "title": "Victorian government pressed to deliver promised funding for threatened plants and animals", + "description": "

    Critically endangered grasslands on Melbourne’s outskirts should be immediately protected, parliamentary inquiry says

    Underfunding of environmental initiatives by the Victorian government is pushing plants and animals across the state toward extinction, a state parliamentary inquiry has found.

    The Greens-led inquiry, examining the decline of habitats and wildlife in Victoria tabled its final report, calling for changes to how the state funds and enforces protection of endangered wildlife and a massive increase to the national parks budget.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Critically endangered grasslands on Melbourne’s outskirts should be immediately protected, parliamentary inquiry says

    Underfunding of environmental initiatives by the Victorian government is pushing plants and animals across the state toward extinction, a state parliamentary inquiry has found.

    The Greens-led inquiry, examining the decline of habitats and wildlife in Victoria tabled its final report, calling for changes to how the state funds and enforces protection of endangered wildlife and a massive increase to the national parks budget.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Victoria", + "link": "https://www.theguardian.com/australia-news/2021/dec/03/victorian-government-pressed-to-deliver-promised-funding-for-threatened-plants-and-animals", + "creator": "Lisa Cox", + "pubDate": "2021-12-02T21:18:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223707,16 +249060,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b01ce633fa8cd54f4ae8001e4f2a8500" + "hash": "ba9ab6ea6ec313476a3d6198f728d53f" }, { - "title": "‘Travel apartheid’: Nigeria condemns England’s Covid red list", - "description": "

    Nigerian high commissioner hits out as arrivals into UK face quarantine in effort to contain Omicron variant

    Nigeria’s inclusion on England’s red list after cases of the Omicron Covid variant were linked to travel from the country has been condemned as “travel apartheid”.

    People arriving in the UK from Nigeria have to spend 10 days in hotel quarantine at a cost of £2,285 and have two negative PCR test results, as part of measures that came into force from 4am on Monday.

    Continue reading...", - "content": "

    Nigerian high commissioner hits out as arrivals into UK face quarantine in effort to contain Omicron variant

    Nigeria’s inclusion on England’s red list after cases of the Omicron Covid variant were linked to travel from the country has been condemned as “travel apartheid”.

    People arriving in the UK from Nigeria have to spend 10 days in hotel quarantine at a cost of £2,285 and have two negative PCR test results, as part of measures that came into force from 4am on Monday.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/06/travel-apartheid-nigeria-condemns-englands-covid-red-list-omicron", - "creator": "Lucy Campbell", - "pubDate": "2021-12-06T10:54:16Z", + "title": "Kavanaugh signals support for curbing abortion rights as supreme court hears arguments on Mississippi case – live", + "description": "

    Supreme court justice Amy Coney Barrett, who had advocated against abortion rights and publicly supported the reversal of Roe v Wade before her nomination to the court, has sounded in with her first question:

    Scott Stewart, the solicitor general of Mississippi: Undue burden is “perhaps the most unworkable standard in American law”.

    Continue reading...", + "content": "

    Supreme court justice Amy Coney Barrett, who had advocated against abortion rights and publicly supported the reversal of Roe v Wade before her nomination to the court, has sounded in with her first question:

    Scott Stewart, the solicitor general of Mississippi: Undue burden is “perhaps the most unworkable standard in American law”.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2021/dec/01/abortion-case-roe-v-wade-supreme-court-arguments-mississippi-us-politics-latest", + "creator": "Vivian Ho", + "pubDate": "2021-12-01T19:06:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223727,16 +249080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba308437ba621a38e703d1e9b41ac140" + "hash": "a8b0ef18e91cd2c80f606cf01a7c9f40" }, { - "title": "Pacific nurses in the desert: Kiribati brain drain is outback Australia’s gain", - "description": "

    A Pacific labour scheme has been transformative for Kiribati families but the brain drain has hit the country’s hospitals hard

    Every night, sitting in her room in the remote Queensland town of Doomadgee, Bwerere Sandy Tebau calls her husband and daughter 4,300km away in Tarawa, the capital of Kiribati.

    “There is no sea!” Sandy says, when asked about the difference between her new home in the red desert of Australia and her island home in the central Pacific. “There is just a lake and in the lake are crocodiles!”

    Continue reading...", - "content": "

    A Pacific labour scheme has been transformative for Kiribati families but the brain drain has hit the country’s hospitals hard

    Every night, sitting in her room in the remote Queensland town of Doomadgee, Bwerere Sandy Tebau calls her husband and daughter 4,300km away in Tarawa, the capital of Kiribati.

    “There is no sea!” Sandy says, when asked about the difference between her new home in the red desert of Australia and her island home in the central Pacific. “There is just a lake and in the lake are crocodiles!”

    Continue reading...", - "category": "Kiribati", - "link": "https://www.theguardian.com/world/2021/dec/07/pacific-nurses-in-the-desert-kiribati-brain-drain-is-outback-australias-gain", - "creator": "John Marazita III", - "pubDate": "2021-12-06T17:00:04Z", + "title": "People onboard sinking Channel dinghy ‘tried to contact UK authorities’", + "description": "

    Home Office acknowledges people involved in tragedy may have tried to call for help as investigations continue

    The occupants of a boat that sank last week in the Channel causing the deaths of at least 27 people may have tried to contact the UK authorities, the Home Office has acknowledged.

    Dan O’Mahoney – the clandestine channel threat commander – said he could not say with any certainty if those onboard had rung the UK for help. Speaking to parliament’s human rights committee, O’Mahoney said HM Coastguard was now investigating.

    Continue reading...", + "content": "

    Home Office acknowledges people involved in tragedy may have tried to call for help as investigations continue

    The occupants of a boat that sank last week in the Channel causing the deaths of at least 27 people may have tried to contact the UK authorities, the Home Office has acknowledged.

    Dan O’Mahoney – the clandestine channel threat commander – said he could not say with any certainty if those onboard had rung the UK for help. Speaking to parliament’s human rights committee, O’Mahoney said HM Coastguard was now investigating.

    Continue reading...", + "category": "Migration", + "link": "https://www.theguardian.com/world/2021/dec/01/people-onboard-sinking-channel-dingy-tried-to-contact-uk-authorities", + "creator": "Luke Harding in London, Nechirvan Mando in Ranya, Iraqi Kurdistan, and Rajeev Syal", + "pubDate": "2021-12-01T18:09:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223747,16 +249100,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bac5fc7c24aa9c7df5cd721c09edad4e" + "hash": "dbe1136f5e4dc42f6b534927c7c31fb3" }, { - "title": "‘It’s who they are’: gun-fetish photo a symbol of Republican abasement under Trump", - "description": "

    Thomas Massie’s incendiary picture, days after a deadly school shooting in Michigan, seemed carefully calibrated to provoke

    It is a festive family photo with seven broad smiles and a Christmas tree. But one other detail sets it apart: each member of the Massie family is brandishing a machine gun or military-style rifle.

    The photo was tweeted last week by Thomas Massie, a Republican congressman from Kentucky, with the caption: “Merry Christmas! PS: Santa, please bring ammo.”

    Continue reading...", - "content": "

    Thomas Massie’s incendiary picture, days after a deadly school shooting in Michigan, seemed carefully calibrated to provoke

    It is a festive family photo with seven broad smiles and a Christmas tree. But one other detail sets it apart: each member of the Massie family is brandishing a machine gun or military-style rifle.

    The photo was tweeted last week by Thomas Massie, a Republican congressman from Kentucky, with the caption: “Merry Christmas! PS: Santa, please bring ammo.”

    Continue reading...", - "category": "Republicans", - "link": "https://www.theguardian.com/us-news/2021/dec/06/republicans-christmas-photo-thomas-massie-trump", - "creator": "David Smith in Washington", - "pubDate": "2021-12-06T19:14:39Z", + "title": "Covid news live: UK reports 48,374 new cases and 171 deaths; France introduces new restrictions for non-EU arrivals", + "description": "

    UK cases on rise amid fears over Omicron variant; non-EU travellers to France must have negative Covid test regardless of vaccination status

    Three people who escaped an Australian Covid quarantine facility have been arrested.

    Our reporter Cait Kelly from Melbourne, Australia, has the story.

    Continue reading...", + "content": "

    UK cases on rise amid fears over Omicron variant; non-EU travellers to France must have negative Covid test regardless of vaccination status

    Three people who escaped an Australian Covid quarantine facility have been arrested.

    Our reporter Cait Kelly from Melbourne, Australia, has the story.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/dec/01/covid-news-live-who-advises-vulnerable-against-travel-over-omicron-greece-to-fine-those-over-60-who-refuse-vaccine", + "creator": "Rachel Hall (now), Martin Belam andSamantha Lock (earlier)", + "pubDate": "2021-12-01T18:57:58Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223767,16 +249120,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ccd0af3b6eb796a8881624d9e4ccd4d" + "hash": "a3b997f4b2b7c2cda3e62d517da7a636" }, { - "title": "Succession recap: series three, episode eight – now that’s what you call a cliffhanger", - "description": "

    In the most horrifying episode of the show so far, Shiv and Roman take things too far at the Tuscan wedding, Logan is left incandescent with rage … and then there’s Kendall

    Spoiler alert: this recap is for people watching Succession season three, which airs on HBO in the US and Sky Atlantic in the UK. Do not read on unless you have watched episode eight.

    Wedding bells were ringing. So were alarm bells in Waystar Royco’s HR department. But is a funeral toll about to ring out, too? Here are your tasting notes for the penultimate episode, titled Chiantishire …

    Continue reading...", - "content": "

    In the most horrifying episode of the show so far, Shiv and Roman take things too far at the Tuscan wedding, Logan is left incandescent with rage … and then there’s Kendall

    Spoiler alert: this recap is for people watching Succession season three, which airs on HBO in the US and Sky Atlantic in the UK. Do not read on unless you have watched episode eight.

    Wedding bells were ringing. So were alarm bells in Waystar Royco’s HR department. But is a funeral toll about to ring out, too? Here are your tasting notes for the penultimate episode, titled Chiantishire …

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/06/succession-recap-series-three-episode-eight-now-thats-what-you-call-a-cliffhanger", - "creator": "Michael Hogan", - "pubDate": "2021-12-06T22:05:09Z", + "title": "Ghislaine Maxwell accuser says she met Trump at 14 and flew with Prince Andrew", + "description": "

    ‘Jane’, who did not accuse Trump or duke of misconduct, testifies in court she was introduced to former president by Jeffrey Epstein

    • This article contains depictions of sexual abuse

    The first accuser in Ghislaine Maxwell’s child sex trafficking trial testified on Wednesday that Jeffrey Epstein introduced her to Donald Trump when she was 14. This accuser also claimed that she was on a flight with Prince Andrew.

    She did not accuse Trump or the Duke of York of any misconduct. The accuser, who used the pseudonym “Jane” in court, said this as she was was undergoing cross-examination from one of Maxwell’s attorneys.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "content": "

    ‘Jane’, who did not accuse Trump or duke of misconduct, testifies in court she was introduced to former president by Jeffrey Epstein

    • This article contains depictions of sexual abuse

    The first accuser in Ghislaine Maxwell’s child sex trafficking trial testified on Wednesday that Jeffrey Epstein introduced her to Donald Trump when she was 14. This accuser also claimed that she was on a flight with Prince Andrew.

    She did not accuse Trump or the Duke of York of any misconduct. The accuser, who used the pseudonym “Jane” in court, said this as she was was undergoing cross-examination from one of Maxwell’s attorneys.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/dec/01/ghislaine-maxwell-accuser-cross-examination", + "creator": "Victoria Bekiempis", + "pubDate": "2021-12-01T17:54:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223787,16 +249140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a14844caf4288e9b030cdead352270f5" + "hash": "f6cfe00e454e12febe87ff67341763b7" }, { - "title": "Michael Sheen declares himself a ‘not-for-profit actor’", - "description": "

    Actor and activist announces he will use future earnings to fund social projects after ‘turning point’ of organising 2019 Homeless World Cup

    Hollywood star Michael Sheen has said he is now a “not-for-profit actor” after selling his houses and giving the proceeds to charity.

    The actor and activist, 52, said organising the 2019 Homeless World Cup in Cardiff was a turning point for him. When funding for the £2m project fell through at the last moment, Sheen sold his own houses to bankroll it.

    Continue reading...", - "content": "

    Actor and activist announces he will use future earnings to fund social projects after ‘turning point’ of organising 2019 Homeless World Cup

    Hollywood star Michael Sheen has said he is now a “not-for-profit actor” after selling his houses and giving the proceeds to charity.

    The actor and activist, 52, said organising the 2019 Homeless World Cup in Cardiff was a turning point for him. When funding for the £2m project fell through at the last moment, Sheen sold his own houses to bankroll it.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/06/michael-sheen-not-for-profit-actor-activist", - "creator": "Nadia Khomami Arts and culture correspondent", - "pubDate": "2021-12-06T17:43:25Z", + "title": "EU executive: let Belarus border nations detain asylum seekers for 16 weeks", + "description": "

    Rights group criticise EU Commission over proposals for emergency measure to tackle crisis

    Rights groups have criticised the European Commission after it proposed that three countries sharing a border with Belarus should be allowed to hold people in special asylum processing centres for up to 16 weeks, up from the current maximum of four.

    Top officials at the EU executive said the emergency measures would give Poland, Lithuania and Latvia the flexibility to deal with an unprecedented situation caused by what the EU calls a hybrid attack from Alexander Lukashenko’s Belarusian regime.

    Continue reading...", + "content": "

    Rights group criticise EU Commission over proposals for emergency measure to tackle crisis

    Rights groups have criticised the European Commission after it proposed that three countries sharing a border with Belarus should be allowed to hold people in special asylum processing centres for up to 16 weeks, up from the current maximum of four.

    Top officials at the EU executive said the emergency measures would give Poland, Lithuania and Latvia the flexibility to deal with an unprecedented situation caused by what the EU calls a hybrid attack from Alexander Lukashenko’s Belarusian regime.

    Continue reading...", + "category": "European Union", + "link": "https://www.theguardian.com/world/2021/dec/01/belarus-border-nations-should-be-able-to-detain-asylum-seekers-for-16-weeks", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2021-12-01T18:34:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223807,16 +249160,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c1cabe4397cdbc61be25a47efce62abf" + "hash": "22ca2dd35805e9f0dcbf2ff7d9350bf3" }, { - "title": "Fromage fictions: the 14 biggest cheese myths – debunked!", - "description": "

    Received wisdom says older cheese is better, you should pair it with red wine and wrap any leftovers in clingfilm. Here is what the experts say

    ‘I hate to dictate to people. I don’t like too many rules,” says Iain Mellis, a cheesemonger of 40 years, with cheese shops bearing his name scattered across Scotland. Mellis has spent his life trying to make artisan cheese more accessible; the last thing he wants is to be so prescriptive that people are put off.

    Yet the world of good cheese is already mired in misunderstandings that, at best, detract from its enjoyment and, at worst, result in its ruination. Cheese stored incorrectly is easily marred, while the mistaken beliefs that you need red wine, specialist knives or even a cheeseboard to enjoy it only reinforce cheese’s recherché reputation.

    Continue reading...", - "content": "

    Received wisdom says older cheese is better, you should pair it with red wine and wrap any leftovers in clingfilm. Here is what the experts say

    ‘I hate to dictate to people. I don’t like too many rules,” says Iain Mellis, a cheesemonger of 40 years, with cheese shops bearing his name scattered across Scotland. Mellis has spent his life trying to make artisan cheese more accessible; the last thing he wants is to be so prescriptive that people are put off.

    Yet the world of good cheese is already mired in misunderstandings that, at best, detract from its enjoyment and, at worst, result in its ruination. Cheese stored incorrectly is easily marred, while the mistaken beliefs that you need red wine, specialist knives or even a cheeseboard to enjoy it only reinforce cheese’s recherché reputation.

    Continue reading...", - "category": "Cheese", - "link": "https://www.theguardian.com/food/2021/dec/06/fromage-fictions-the-14-biggest-cheese-myths-debunked", - "creator": "Clare Finney", - "pubDate": "2021-12-06T10:00:48Z", + "title": "Eruption of Vesuvius on Herculaneum ‘like Hiroshima bomb’", + "description": "

    Archaeologist compares eruption at Roman town close to Pompeii to dropping of WW2 atomic bomb

    An Italian archaeologist has compared the impact of the AD79 eruption of Mount Vesuvius on Herculaneum – the ancient Roman beach town close to Pompeii – to the dropping of an atomic bomb on the Japanese city of Hiroshima during the second world war.

    Such was the heat of the pyroclastic surge produced by Vesuvius – believed to have been between 400C and 500C – that the brains and blood of the Herculaneum’s victims instantly boiled.

    Continue reading...", + "content": "

    Archaeologist compares eruption at Roman town close to Pompeii to dropping of WW2 atomic bomb

    An Italian archaeologist has compared the impact of the AD79 eruption of Mount Vesuvius on Herculaneum – the ancient Roman beach town close to Pompeii – to the dropping of an atomic bomb on the Japanese city of Hiroshima during the second world war.

    Such was the heat of the pyroclastic surge produced by Vesuvius – believed to have been between 400C and 500C – that the brains and blood of the Herculaneum’s victims instantly boiled.

    Continue reading...", + "category": "Archaeology", + "link": "https://www.theguardian.com/science/2021/dec/01/eruption-of-vesuvius-on-herculaneum-like-hiroshima-bomb-pompei", + "creator": "Angela Giuffrida in Herculaneum", + "pubDate": "2021-12-01T16:12:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223827,16 +249180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c94f51197677e5d10d519cfefd5c6004" + "hash": "bf12a1715c8d7a436ef4414f5ee89675" }, { - "title": "Joni Mitchell: ‘I’m hobbling along but I’m doing all right’", - "description": "

    Singer discusses health difficulties in rare public speech as she accepts Kennedy Center award

    Joni Mitchell addressed her health difficulties in a rare public speech as she accepted her Kennedy Center Honor, one of the most prestigious awards in American cultural life.

    At a ceremony attended by Joe Biden – in a show of support for the arts after the awards were snubbed by Donald Trump – Mitchell discussed the issues she’s faced in the wake of an aneurysm in 2015 that left her temporarily unable to walk or talk.

    Continue reading...", - "content": "

    Singer discusses health difficulties in rare public speech as she accepts Kennedy Center award

    Joni Mitchell addressed her health difficulties in a rare public speech as she accepted her Kennedy Center Honor, one of the most prestigious awards in American cultural life.

    At a ceremony attended by Joe Biden – in a show of support for the arts after the awards were snubbed by Donald Trump – Mitchell discussed the issues she’s faced in the wake of an aneurysm in 2015 that left her temporarily unable to walk or talk.

    Continue reading...", - "category": "Joni Mitchell", - "link": "https://www.theguardian.com/music/2021/dec/06/joni-mitchell-health-kennedy-center-award", - "creator": "Ben Beaumont-Thomas", - "pubDate": "2021-12-06T12:32:54Z", + "title": "Prince Harry compares Covid vaccine inequity to HIV struggle", + "description": "

    Duke of Sussex says on World Aids Day that vaccinating the world against Covid is ‘test of our moral character’

    The Duke of Sussex has warned of “corporate greed and political failure” prolonging the Covid pandemic, comparing a “spectacular failure” of global vaccine equity to the struggle by millions to access HIV medicines.

    In a letter read out at a World Health Organization (WHO) and UNAIDS event on World Aids Day, Prince Harry said lessons must be learned from the HIV/Aids pandemic.

    Continue reading...", + "content": "

    Duke of Sussex says on World Aids Day that vaccinating the world against Covid is ‘test of our moral character’

    The Duke of Sussex has warned of “corporate greed and political failure” prolonging the Covid pandemic, comparing a “spectacular failure” of global vaccine equity to the struggle by millions to access HIV medicines.

    In a letter read out at a World Health Organization (WHO) and UNAIDS event on World Aids Day, Prince Harry said lessons must be learned from the HIV/Aids pandemic.

    Continue reading...", + "category": "Prince Harry", + "link": "https://www.theguardian.com/uk-news/2021/dec/01/prince-harry-compares-covid-vaccine-inequity-to-hiv-struggle", + "creator": "Caroline Davies", + "pubDate": "2021-12-01T17:49:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223847,16 +249200,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb89f6ee0bb938aeaf43a844154a83b4" + "hash": "70fa34affb6b12d9423df08e6169cdc8" }, { - "title": "Robert Habeck: from translating English verse to German high office", - "description": "

    Ted Hughes felt the soon-to-be minister for economy and climate was ‘on the same wavelength’

    The man who will spend the next four years trying to bring about a green transformation of Germany’s coal-hungry industry once faced another daunting challenge in a previous, less publicly exposed career: translating the most controversial poems in recent British history from English into German.

    As Germany’s next vice-chancellor and minister for economy and climate, Green party co-leader Robert Habeck will be one of the most powerful politicians not just in Germany but Europe, overseeing a new super-ministry that will span general economic policy, renewable energy and the expansion of the country’s electricity grid, with a mooted budget upwards of €10bn.

    Continue reading...", - "content": "

    Ted Hughes felt the soon-to-be minister for economy and climate was ‘on the same wavelength’

    The man who will spend the next four years trying to bring about a green transformation of Germany’s coal-hungry industry once faced another daunting challenge in a previous, less publicly exposed career: translating the most controversial poems in recent British history from English into German.

    As Germany’s next vice-chancellor and minister for economy and climate, Green party co-leader Robert Habeck will be one of the most powerful politicians not just in Germany but Europe, overseeing a new super-ministry that will span general economic policy, renewable energy and the expansion of the country’s electricity grid, with a mooted budget upwards of €10bn.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/06/robert-habeck-from-translating-english-verse-to-german-high-office", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-12-06T16:13:23Z", + "title": "US warns Russia has plans for ‘large scale’ attack on Ukraine", + "description": "

    Secretary of state says Nato is ‘prepared to impose severe costs’ on Moscow if invasion attempted

    The US says it has evidence Russia has made plans for a “large scale” attack on Ukraine and that Nato allies are “prepared to impose severe costs” on Moscow if it attempts an invasion.

    Speaking at a Nato ministers meeting in Latvia, the US secretary of state, Antony Blinken, said it was unclear whether Vladimir Putin had made a decision to invade but added: “He’s putting in place the capacity to do so in short order, should he so decide.

    Continue reading...", + "content": "

    Secretary of state says Nato is ‘prepared to impose severe costs’ on Moscow if invasion attempted

    The US says it has evidence Russia has made plans for a “large scale” attack on Ukraine and that Nato allies are “prepared to impose severe costs” on Moscow if it attempts an invasion.

    Speaking at a Nato ministers meeting in Latvia, the US secretary of state, Antony Blinken, said it was unclear whether Vladimir Putin had made a decision to invade but added: “He’s putting in place the capacity to do so in short order, should he so decide.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/dec/01/us-warns-russia-plans-large-scale-attack-on-ukraine", + "creator": "Julian Borger in Washington and Andrew Roth in Moscow", + "pubDate": "2021-12-01T17:15:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223867,16 +249220,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "94443621628a3576f8936946d5a95bb7" + "hash": "c69c25a99fc37bdb80743c119026a030" }, { - "title": "UK travel firms call for state help after Omicron hits turnover", - "description": "

    Industry body warns that some operators won’t last the winter after return of strict Covid travel rules

    Travel firms have called on the government to provide urgent financial help as fresh Covid-19 restrictions come in to force on Tuesday, hitting holiday travel just before the peak booking period.

    Turnover has been at just 22% of normal levels for tour operators, according to figures from the travel association Abta.

    Continue reading...", - "content": "

    Industry body warns that some operators won’t last the winter after return of strict Covid travel rules

    Travel firms have called on the government to provide urgent financial help as fresh Covid-19 restrictions come in to force on Tuesday, hitting holiday travel just before the peak booking period.

    Turnover has been at just 22% of normal levels for tour operators, according to figures from the travel association Abta.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/07/uk-travel-firms-call-for-state-help-after-omicron-hits-turnover", - "creator": "Gwyn Topham Transport correspondent", - "pubDate": "2021-12-07T00:01:12Z", + "title": "EU launches €300bn fund to challenge China’s influence", + "description": "

    Global gateway infrastructure strategy aims to counter belt and road initiative impact in Asia, Africa and Europe

    The EU’s plan to invest €300bn (£255bn) in global infrastructure will be better than China’s belt and road initiative, the European Commission president has said, as she announced a strategy to boost technology and public services in developing countries.

    Ursula von der Leyen said the EU’s global gateway strategy was a positive offer for infrastructure development around the world and based on democratic values and transparency.

    Continue reading...", + "content": "

    Global gateway infrastructure strategy aims to counter belt and road initiative impact in Asia, Africa and Europe

    The EU’s plan to invest €300bn (£255bn) in global infrastructure will be better than China’s belt and road initiative, the European Commission president has said, as she announced a strategy to boost technology and public services in developing countries.

    Ursula von der Leyen said the EU’s global gateway strategy was a positive offer for infrastructure development around the world and based on democratic values and transparency.

    Continue reading...", + "category": "Infrastructure", + "link": "https://www.theguardian.com/business/2021/dec/01/eu-infrastructure-fund-challenge-china-global-influence-asia-africa-eastern-europe-gateway", + "creator": "Jennifer Rankin", + "pubDate": "2021-12-01T16:45:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223887,16 +249240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6786d1001423f564c68c148c4163d867" + "hash": "41d7074c06d8cffda69e167859dca03e" }, { - "title": "Republican Devin Nunes to leave Congress and run Trump’s social media venture – live", - "description": "

    The Senate majority leader, Chuck Schumer, has teed up a big couple of weeks in the chamber with a statement about Joe Biden’s Build Back Better Act, the $2tn package of domestic spending priorities which passed the House after a lengthy wrangle and must now survive the Senate.

    “Our goal in the Senate is to pass the legislation before Christmas and get it to the president’s desk,” he said this morning.

    Continue reading...", - "content": "

    The Senate majority leader, Chuck Schumer, has teed up a big couple of weeks in the chamber with a statement about Joe Biden’s Build Back Better Act, the $2tn package of domestic spending priorities which passed the House after a lengthy wrangle and must now survive the Senate.

    “Our goal in the Senate is to pass the legislation before Christmas and get it to the president’s desk,” he said this morning.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2021/dec/06/congress-debt-ceiling-republicans-democrats-joe-biden-coronavirus-us-politics-latest", - "creator": "Maanvi Singh (now) and Joan E Greve (earlier)", - "pubDate": "2021-12-07T00:27:26Z", + "title": "Michigan school shooting: fourth student dies following teen’s deadly attack", + "description": "

    Authorities name latest victim just hours after identifying the other three teenagers killed in shooting outside Detroit

    Authorities in Michigan on Wednesday said a 17-year-old boy had become the fourth student to die as a result of a high school shooting in the state the day before.

    The latest victim was named as Justin Shilling, just hours after the authorities named the other three teenagers killed in Tuesday’s shooting in Oxford, on the outskirts of Detroit.

    Continue reading...", + "content": "

    Authorities name latest victim just hours after identifying the other three teenagers killed in shooting outside Detroit

    Authorities in Michigan on Wednesday said a 17-year-old boy had become the fourth student to die as a result of a high school shooting in the state the day before.

    The latest victim was named as Justin Shilling, just hours after the authorities named the other three teenagers killed in Tuesday’s shooting in Oxford, on the outskirts of Detroit.

    Continue reading...", + "category": "US school shootings", + "link": "https://www.theguardian.com/us-news/2021/dec/01/michigan-high-school-shooting-victims-identified", + "creator": "Richard Luscombe and agencies", + "pubDate": "2021-12-01T18:02:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223907,16 +249260,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "20d19655d347aae54d5a146c1131ec8d" + "hash": "48cc1b6a4f3a048b448206f6a5fc3bdc" }, { - "title": "Australia live news update: NSW education minister says teacher strike ‘disingenuous’; Victoria pandemic bill becomes law", - "description": "

    Victoria pandemic bill becomes law; National party leaders say ‘we have to condemn’ Christensen’s appearance on Alex Jones show; NSW education minister says teacher strike ‘incredibly disingenuous’; Victorian ombudsman condemns border permit system; Victoria records 1,185 new Covid-19 cases and seven deaths; NSW records 260 cases and two deaths – follow all the day’s news.

    A suspected shark attack on Victoria’s Bellarine Peninsula has left two teens in hospital and shut a beach, reports Callum Godde from AAP.

    Emergency services were called to Ocean Grove, south east of Geelong, just after 7pm on Monday.

    Continue reading...", - "content": "

    Victoria pandemic bill becomes law; National party leaders say ‘we have to condemn’ Christensen’s appearance on Alex Jones show; NSW education minister says teacher strike ‘incredibly disingenuous’; Victorian ombudsman condemns border permit system; Victoria records 1,185 new Covid-19 cases and seven deaths; NSW records 260 cases and two deaths – follow all the day’s news.

    A suspected shark attack on Victoria’s Bellarine Peninsula has left two teens in hospital and shut a beach, reports Callum Godde from AAP.

    Emergency services were called to Ocean Grove, south east of Geelong, just after 7pm on Monday.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/07/australia-news-live-updates-covid-omicron-scott-morrison-nsw-strike-victoria-weather", - "creator": "Matilda Boseley", - "pubDate": "2021-12-07T00:28:45Z", + "title": "Donald Trump accuses Meghan of disrespect towards royal family", + "description": "

    Former president says Prince Harry ‘has been used horribly’ in interview with Nigel Farage

    The former US president Donald Trump has accused the Duchess of Sussex of being “disrespectful” to the Queen and the royal family.

    In a wide-ranging interview with the politician turned broadcaster Nigel Farage, Trump said he thought the Duke of Sussex had been “used horribly”.

    Continue reading...", + "content": "

    Former president says Prince Harry ‘has been used horribly’ in interview with Nigel Farage

    The former US president Donald Trump has accused the Duchess of Sussex of being “disrespectful” to the Queen and the royal family.

    In a wide-ranging interview with the politician turned broadcaster Nigel Farage, Trump said he thought the Duke of Sussex had been “used horribly”.

    Continue reading...", + "category": "Donald Trump", + "link": "https://www.theguardian.com/us-news/2021/dec/01/donald-trump-accuses-meghan-of-disrespect-towards-royal-family-prince-harry-nigel-farage", + "creator": "Jamie Grierson", + "pubDate": "2021-12-01T11:53:57Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223927,16 +249280,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "215dcfcf31370b0ddbf233228f2a1157" + "hash": "60a4833bfd90fdca46252b43f584fde7" }, { - "title": "How can children in the UK be protected from seeing online pornography?", - "description": "

    As concern grows among experts about the impact on children of seeing pornographic images, how can access be restricted?

    Why are children’s safety groups calling for age verification on porn sites?
    They fear it is too easy for children to access publicly available pornography online. Experts who work with children say pornography gives children unhealthy views of sex and consent, putting them at risk from predators and possibly stopping them reporting abuse.

    It can also lead to children behaving in risky or age-inappropriate ways, harming themselves and others. Charities say children tell them that pornography is difficult to avoid and can leave them feeling ashamed and distressed. One concern is the extreme nature of porn on mainstream sites, with one study showing that one in eight videos seen by first-time visitors showed violent or coercive content.

    Continue reading...", - "content": "

    As concern grows among experts about the impact on children of seeing pornographic images, how can access be restricted?

    Why are children’s safety groups calling for age verification on porn sites?
    They fear it is too easy for children to access publicly available pornography online. Experts who work with children say pornography gives children unhealthy views of sex and consent, putting them at risk from predators and possibly stopping them reporting abuse.

    It can also lead to children behaving in risky or age-inappropriate ways, harming themselves and others. Charities say children tell them that pornography is difficult to avoid and can leave them feeling ashamed and distressed. One concern is the extreme nature of porn on mainstream sites, with one study showing that one in eight videos seen by first-time visitors showed violent or coercive content.

    Continue reading...", - "category": "Internet safety", - "link": "https://www.theguardian.com/global-development/2021/dec/05/how-can-children-in-the-uk-be-protected-from-seeing-online-pornography", - "creator": "Dan Milmo and Harriet Grant", - "pubDate": "2021-12-05T16:00:01Z", + "title": "Israeli doctor believes he caught Omicron variant of Covid in London", + "description": "

    Exclusive: Cardiologist Elad Maor suspects he caught virus at conference attended by more than 1,200 people

    A doctor who was one of the first people in the world to become infected with the Omicron variant says he believes he caught the virus when he was in London for a major medical conference attended by more than 1,200 health professionals.

    The disclosure from Elad Maor will raise fears that the variant may have been in the UK much earlier than previously realised – and that other medics could have been exposed to it too.

    Continue reading...", + "content": "

    Exclusive: Cardiologist Elad Maor suspects he caught virus at conference attended by more than 1,200 people

    A doctor who was one of the first people in the world to become infected with the Omicron variant says he believes he caught the virus when he was in London for a major medical conference attended by more than 1,200 health professionals.

    The disclosure from Elad Maor will raise fears that the variant may have been in the UK much earlier than previously realised – and that other medics could have been exposed to it too.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/01/israeli-doctor-believes-he-caught-omicron-variant-of-covid-in-london", + "creator": "Andrew Gregory Health editor", + "pubDate": "2021-12-01T16:05:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223947,16 +249300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8fbf3a7f0c7d02650f294ef2e97c52e" + "hash": "f730ab9e952d158f69444cd223d8c625" }, { - "title": "'Don't let one incident hold you back ,' says UK teenager after crocodile attack – video", - "description": "

    Amelie Osborn-Smith said she felt 'very lucky' to be alive and was not going to be held back, after a crocodile mauled her during a white water rafting trip along the Zambezi in Zambia. 

    Osborne-Smith, 18, thought she would lose her foot after the attack and said she was very 'relieved' when doctors told her they had managed to save it

    Continue reading...", - "content": "

    Amelie Osborn-Smith said she felt 'very lucky' to be alive and was not going to be held back, after a crocodile mauled her during a white water rafting trip along the Zambezi in Zambia. 

    Osborne-Smith, 18, thought she would lose her foot after the attack and said she was very 'relieved' when doctors told her they had managed to save it

    Continue reading...", - "category": "Zambia", - "link": "https://www.theguardian.com/world/video/2021/dec/06/dont-let-one-incident-hold-you-back-says-teenager-after-crocodile-attack-video", - "creator": "", - "pubDate": "2021-12-06T11:12:05Z", + "title": "Covid-19 variants may not evolve to be less dangerous, says Neil Ferguson", + "description": "

    Senior UK scientist says extent of threat posed by Omicron will not be clear until end of year

    People should not assume that Covid will evolve to become a milder disease, a senior scientist has warned, adding that the threat posed by the Omicron coronavirus variant will not be clear until the end of December.

    Prof Neil Ferguson, head of the disease outbreak analysis and modelling group at Imperial College London, told MPs on Wednesday that while evolution would drive Covid to spread more easily the virus might not become less dangerous.

    Continue reading...", + "content": "

    Senior UK scientist says extent of threat posed by Omicron will not be clear until end of year

    People should not assume that Covid will evolve to become a milder disease, a senior scientist has warned, adding that the threat posed by the Omicron coronavirus variant will not be clear until the end of December.

    Prof Neil Ferguson, head of the disease outbreak analysis and modelling group at Imperial College London, told MPs on Wednesday that while evolution would drive Covid to spread more easily the virus might not become less dangerous.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/01/covid-19-variants-omicron-may-not-evolve-less-danger-time-nervtag-uk", + "creator": "Ian Sample and Heather Stewart", + "pubDate": "2021-12-01T16:13:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223967,16 +249320,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "be6bfffda0fa3e68bd1a2b505ccf4379" + "hash": "6b3c9eb7103dda947b6b4b23b2dc5e4c" }, { - "title": "Covid live: England’s health secretary says there is community transmission of Omicron across multiple regions", - "description": "

    Sajid Javid told MPs on Monday that ‘multiple regions of England’ were seeing cases of the variant that were not linked to international travel

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", - "content": "

    Sajid Javid told MPs on Monday that ‘multiple regions of England’ were seeing cases of the variant that were not linked to international travel

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", + "title": "First US case of Omicron Covid variant identified in California", + "description": "
    • Scientists studying effects of new coronavirus variant
    • CDC moves towards stricter testing rules for travelers

    The first confirmed case of the Omicron variant of Covid-19 in the United States has been identified in California.

    The identification by the Centers for Disease Control and Prevention (CDC) comes as scientists continue to study the risks posed by the new variant of the virus.

    Continue reading...", + "content": "
    • Scientists studying effects of new coronavirus variant
    • CDC moves towards stricter testing rules for travelers

    The first confirmed case of the Omicron variant of Covid-19 in the United States has been identified in California.

    The identification by the Centers for Disease Control and Prevention (CDC) comes as scientists continue to study the risks posed by the new variant of the virus.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/06/covid-news-live-omicron-found-in-one-third-of-us-states-germany-plans-vaccine-mandates-for-some-health-jobs", - "creator": "Rachel Hall (now); Damien Gayle ,Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-06T18:48:56Z", + "link": "https://www.theguardian.com/world/2021/dec/01/omicron-variant-california-cdc-coronavirus-covid", + "creator": "Joanna Walters and agencies", + "pubDate": "2021-12-01T19:10:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -223987,16 +249340,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da7914a91c73148d1bc027867c94694f" + "hash": "abc3680b7dd0a3698a2175a69dfd5df0" }, { - "title": "Rohingya sue Facebook for £150bn over Myanmar genocide", - "description": "

    Victims in US and UK legal action accuse social media firm of failing to prevent incitement of violence

    Facebook’s negligence facilitated the genocide of Rohingya Muslims in Myanmar after the social media network’s algorithms amplified hate speech and the platform failed to take down inflammatory posts, according to legal action launched in the US and the UK.

    The platform faces compensation claims worth more than £150bn under the coordinated move on both sides of the Atlantic.

    Continue reading...", - "content": "

    Victims in US and UK legal action accuse social media firm of failing to prevent incitement of violence

    Facebook’s negligence facilitated the genocide of Rohingya Muslims in Myanmar after the social media network’s algorithms amplified hate speech and the platform failed to take down inflammatory posts, according to legal action launched in the US and the UK.

    The platform faces compensation claims worth more than £150bn under the coordinated move on both sides of the Atlantic.

    Continue reading...", - "category": "Facebook", - "link": "https://www.theguardian.com/technology/2021/dec/06/rohingya-sue-facebook-myanmar-genocide-us-uk-legal-action-social-media-violence", - "creator": "Dan Milmo Global technology correspondent", - "pubDate": "2021-12-06T17:03:55Z", + "title": "Omicron variant found around world as more nations tighten travel rules", + "description": "

    US among more than 50 nations bringing in stricter border controls as variant is identified in 24 countries

    The Omicron variant of Covid-19 has been identified in new countries around the globe, including the US, west Africa, the Gulf and Asia, as American authorities indicated they would further tighten border controls over concerns that the new strain may be more transmissible.

    Underscoring the fast spread of the variant, the National Institute for Communicable Diseases in South Africa – where Omicron was first detected – said it had now been found in five out of nine provinces, and accounted for 74% of the virus genomes sequenced in November.

    Continue reading...", + "content": "

    US among more than 50 nations bringing in stricter border controls as variant is identified in 24 countries

    The Omicron variant of Covid-19 has been identified in new countries around the globe, including the US, west Africa, the Gulf and Asia, as American authorities indicated they would further tighten border controls over concerns that the new strain may be more transmissible.

    Underscoring the fast spread of the variant, the National Institute for Communicable Diseases in South Africa – where Omicron was first detected – said it had now been found in five out of nine provinces, and accounted for 74% of the virus genomes sequenced in November.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/dec/01/omicron-covid-variant-discovered-in-west-africa-and-the-gulf", + "creator": "Peter Beaumont", + "pubDate": "2021-12-01T19:02:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224007,36 +249360,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b3a1f799f598f6ec5c7556b1dfb31b0" + "hash": "c8de69f4fa3ecbaee6b46b2e8c43495d" }, { - "title": "Investigation launched into brawl at French far-right rally", - "description": "

    Dozens detained after protesters attacked at campaign rally for presidential candidate Éric Zemmour

    French prosecutors have opened an investigation into violence that erupted at the first major campaign rally held by the far-right French presidential candidate Éric Zemmour.

    Shortly after Zemmour began speaking on Sunday evening, some of his supporters attacked a group of protesters from the campaign group SOS-Racism who had entered the rear of the venue wearing T-shirts reading “No to Racism”.

    Continue reading...", - "content": "

    Dozens detained after protesters attacked at campaign rally for presidential candidate Éric Zemmour

    French prosecutors have opened an investigation into violence that erupted at the first major campaign rally held by the far-right French presidential candidate Éric Zemmour.

    Shortly after Zemmour began speaking on Sunday evening, some of his supporters attacked a group of protesters from the campaign group SOS-Racism who had entered the rear of the venue wearing T-shirts reading “No to Racism”.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/06/investigation-launched-into-brawl-at-french-far-right-rally-eric-zemmour", - "creator": "Kim Willsher in Paris", - "pubDate": "2021-12-06T15:16:20Z", + "title": "‘I was part of the Beatles’ act’: Mike McCartney’s best photograph", + "description": "

    ‘I call our kid “Rambo Paul” in this one, because he reminds me of Stallone. I have no idea why George is pointing at his nipple’

    I didn’t intend to pick up a camera. I’d been practising on drums that had fallen off the back of a lorry into our house on Forthlin Road, Liverpool. But when I was 13, I broke my arm at scout camp, so Pete Best got the job in our kid’s group. That’s when I started taking photos on the family box camera. It was fortuitous, though, because if I had become the Beatles’ drummer, we’d probably have gone the Oasis route.

    I would go everywhere with the Beatles. I was part of the act. It’s like if Rembrandt’s kid brother was in the corner with a pad and paper, sketching his older brother. I was lucky – you couldn’t have had a better group to practise on, could you?

    Continue reading...", + "content": "

    ‘I call our kid “Rambo Paul” in this one, because he reminds me of Stallone. I have no idea why George is pointing at his nipple’

    I didn’t intend to pick up a camera. I’d been practising on drums that had fallen off the back of a lorry into our house on Forthlin Road, Liverpool. But when I was 13, I broke my arm at scout camp, so Pete Best got the job in our kid’s group. That’s when I started taking photos on the family box camera. It was fortuitous, though, because if I had become the Beatles’ drummer, we’d probably have gone the Oasis route.

    I would go everywhere with the Beatles. I was part of the act. It’s like if Rembrandt’s kid brother was in the corner with a pad and paper, sketching his older brother. I was lucky – you couldn’t have had a better group to practise on, could you?

    Continue reading...", + "category": "Art and design", + "link": "https://www.theguardian.com/artanddesign/2021/dec/01/the-beatles-mike-paul-mccartney-best-photograph", + "creator": "Interview by Henry Yates", + "pubDate": "2021-12-01T15:00:04Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1cfc96f8ab9540ce94d61d5d44c08c4" + "hash": "34c608ae0a88aece360bb39117649095" }, { - "title": "Spain’s former king seeks immunity over claim he used spy agency to threaten ex-lover", - "description": "

    Corinna zu Sayn-Wittgenstein claims Juan Carlos directed campaign of harassment after affair ended

    A former lover of the former king of Spain believes a book about the death of Diana, Princess of Wales was left in her home as part of a campaign of harassment directed by the monarch, the high court in London has been told.

    The former king Juan Carlos is seeking sovereign immunity at the court against claims he used Spain’s spy agency to harass a Danish businesswoman, Corinna zu Sayn-Wittgenstein.

    Continue reading...", - "content": "

    Corinna zu Sayn-Wittgenstein claims Juan Carlos directed campaign of harassment after affair ended

    A former lover of the former king of Spain believes a book about the death of Diana, Princess of Wales was left in her home as part of a campaign of harassment directed by the monarch, the high court in London has been told.

    The former king Juan Carlos is seeking sovereign immunity at the court against claims he used Spain’s spy agency to harass a Danish businesswoman, Corinna zu Sayn-Wittgenstein.

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/2021/dec/06/diana-book-was-left-at-home-of-spanish-kings-ex-lover-uk-court-told", - "creator": "Matthew Weaver", - "pubDate": "2021-12-06T18:06:26Z", + "title": "‘Long reigns often leave long shadows’: Europeans on Angela Merkel", + "description": "

    People across Europe share their views on German chancellor and role she has played in the EU

    After 16 years in office, Angela Merkel is stepping down on Thursday as chancellor of Germany. The former UK prime minister Tony Blair said she had “often defined modern Germany” and Romano Prodi, Italian prime minister between 2006 and 2008, said a new European strategy and the next-generation EU would be part of the “great legacy” she leaves.

    People across Europe share their views on her leadership in Germany and the role she has played in the European Union.

    Continue reading...", + "content": "

    People across Europe share their views on German chancellor and role she has played in the EU

    After 16 years in office, Angela Merkel is stepping down on Thursday as chancellor of Germany. The former UK prime minister Tony Blair said she had “often defined modern Germany” and Romano Prodi, Italian prime minister between 2006 and 2008, said a new European strategy and the next-generation EU would be part of the “great legacy” she leaves.

    People across Europe share their views on her leadership in Germany and the role she has played in the European Union.

    Continue reading...", + "category": "Angela Merkel", + "link": "https://www.theguardian.com/world/2021/dec/01/long-reigns-often-leave-long-shadows-europeans-on-angela-merkel", + "creator": "Guardian readers and Rachel Obordo", + "pubDate": "2021-12-01T13:40:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224047,16 +249400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8df9716c00304086faac1c6d510c0b25" + "hash": "b3321264e8356e0f67dfc0b1d6ec2871" }, { - "title": "Two Met police officers jailed over photos of murdered sisters", - "description": "

    Deniz Jaffer and Jamie Lewis sentenced to two years and nine months for taking and sharing photos of Nicole Smallman and Bibaa Henry

    Two Metropolitan police officers who “dehumanised” two black murder victims “for their own amusement” by taking and sharing photos from the scene where they lay murdered have each been jailed for two years and nine months.

    Deniz Jaffer, 47, and Jamie Lewis, 33, were ordered to guard the scene in a London park where two sisters, Nicole Smallman, 27, and Bibaa Henry, 46, were found stabbed to death in June 2020.

    Continue reading...", - "content": "

    Deniz Jaffer and Jamie Lewis sentenced to two years and nine months for taking and sharing photos of Nicole Smallman and Bibaa Henry

    Two Metropolitan police officers who “dehumanised” two black murder victims “for their own amusement” by taking and sharing photos from the scene where they lay murdered have each been jailed for two years and nine months.

    Deniz Jaffer, 47, and Jamie Lewis, 33, were ordered to guard the scene in a London park where two sisters, Nicole Smallman, 27, and Bibaa Henry, 46, were found stabbed to death in June 2020.

    Continue reading...", - "category": "Metropolitan police", - "link": "https://www.theguardian.com/uk-news/2021/dec/06/two-met-police-officers-jailed-photos-murdered-sisters-deniz-jaffer-jamie-lewis-nicole-smallman-bibaa-henry", - "creator": "Vikram Dodd Police and crime correspondent", - "pubDate": "2021-12-06T17:21:14Z", + "title": "The urinary leash: how the death of public toilets traps and trammels us all", + "description": "

    Britain has lost an estimated 50% of its public toilets in the past 10 years. This is a problem for everyone, and for some it is so acute that they are either dehydrating before going out or not leaving home at all

    For about an hour and a half before she finishes work and gets the bus home, Jacqui won’t eat or drink anything. Once, while waiting at the bus stop, and suddenly needing the loo, she had to head to the other end of town; the public toilets nearby had closed. She didn’t make it in time. Jacqui, who has multiple sclerosis, which can affect bladder and bowel function, says: “I go everywhere with a spare pair of knickers and a packet of wipes, but it’s not something you want to do if you can help it.”

    Jacqui was diagnosed with MS five years ago, and in that time she has noticed a decline in the number of public toilets. Of the ones that are left, one only takes 20p coins, “and in this increasingly cashless society, you have to make sure you always go out with a 20p”. The other block of loos are “up two flights of stairs or the lift, so it’s not the most suitable access”. If she is out for the day, she will research where the loos are, and it has meant missing out on trips with friends, such as to an outdoor festival, where the loos just weren’t accessible enough. The MS Society has given her a card, which she shows in cafes requesting access to their loos when she’s not a customer, and every person she has flashed it to “has been wonderful”. But, she adds: “You use it as a last resort because you don’t really want to burst into a cafe in front of people and say: ‘Excuse me, I need to wee.’”

    Continue reading...", + "content": "

    Britain has lost an estimated 50% of its public toilets in the past 10 years. This is a problem for everyone, and for some it is so acute that they are either dehydrating before going out or not leaving home at all

    For about an hour and a half before she finishes work and gets the bus home, Jacqui won’t eat or drink anything. Once, while waiting at the bus stop, and suddenly needing the loo, she had to head to the other end of town; the public toilets nearby had closed. She didn’t make it in time. Jacqui, who has multiple sclerosis, which can affect bladder and bowel function, says: “I go everywhere with a spare pair of knickers and a packet of wipes, but it’s not something you want to do if you can help it.”

    Jacqui was diagnosed with MS five years ago, and in that time she has noticed a decline in the number of public toilets. Of the ones that are left, one only takes 20p coins, “and in this increasingly cashless society, you have to make sure you always go out with a 20p”. The other block of loos are “up two flights of stairs or the lift, so it’s not the most suitable access”. If she is out for the day, she will research where the loos are, and it has meant missing out on trips with friends, such as to an outdoor festival, where the loos just weren’t accessible enough. The MS Society has given her a card, which she shows in cafes requesting access to their loos when she’s not a customer, and every person she has flashed it to “has been wonderful”. But, she adds: “You use it as a last resort because you don’t really want to burst into a cafe in front of people and say: ‘Excuse me, I need to wee.’”

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/01/the-urinary-leash-how-the-death-of-public-toilets-traps-and-trammels-us-all", + "creator": "Emine Saner", + "pubDate": "2021-12-01T12:00:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224067,16 +249420,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0ea1a326f26ab49b62a32ab671bceec" + "hash": "3fe7fb0d312816f072cfbf0e6e101cc3" }, { - "title": "Street name honour for unloved ‘castle lady’ dismays Belgian village", - "description": "

    People of Moorsele say Marie Cornillie preferred her dog to her tenants and would often urinate in the street

    Cities around the world have been inspired by the #MeToo movement to rename their streets after women, correcting an imbalance that had favoured great and not so great men of the past.

    In Brussels, Madrid and Geneva, such figures as the Belgian singer Annie Cordy, the Spanish civil war hero Dolores Ibárruri and the Jamaican writer Una Marson have belatedly received acknowledgment.

    Continue reading...", - "content": "

    People of Moorsele say Marie Cornillie preferred her dog to her tenants and would often urinate in the street

    Cities around the world have been inspired by the #MeToo movement to rename their streets after women, correcting an imbalance that had favoured great and not so great men of the past.

    In Brussels, Madrid and Geneva, such figures as the Belgian singer Annie Cordy, the Spanish civil war hero Dolores Ibárruri and the Jamaican writer Una Marson have belatedly received acknowledgment.

    Continue reading...", - "category": "Belgium", - "link": "https://www.theguardian.com/world/2021/dec/06/street-name-honour-for-unloved-castle-lady-dismays-belgian-village", - "creator": "Daniel Boffey in Brussels", - "pubDate": "2021-12-06T15:34:44Z", + "title": "The Hand of God review – Paolo Sorrentino tells his own Maradona story", + "description": "

    The Italian film-maker may owe his life to the footballer, as this vivid, autobiographical Neapolitan drama reveals

    Paolo Sorrentino’s extravagantly personal movie gives us all a sentimental education in this director’s boyhood and coming of age – or at any rate, what he now creatively remembers of it – in Naples in the 1980s, where everyone had gone collectively crazy for SSC Napoli’s new signing, footballing legend Diego Maradona. We watch as a family party explodes with joy around the TV when Maradona scores his handball goal in the 1986 World Cup. A leftwing uncle growls with pleasure at the imperialist English getting scammed.

    This is a tribute to Sorrentino’s late parents, who in 1987 died together of carbon monoxide poisoning at their holiday chalet outside the city, where 16-year-old Paolo might himself also have been staying had it not been that he wanted to see Napoli playing at home. So maybe Maradona saved his life, but it was a bittersweet rescue. The hand of God, after all, struck down his mum and dad and spared him. Newcomer Filippo Scotti plays 16-year-old Fabietto (that is, Sorrentino himself) at the centre of a garrulous swirl of family members. Toni Servillo plays his dad, Saverio, and Teresa Saponangelo gives a lovely performance as his mother, Maria, with a skittish love of making practical jokes.

    Continue reading...", + "content": "

    The Italian film-maker may owe his life to the footballer, as this vivid, autobiographical Neapolitan drama reveals

    Paolo Sorrentino’s extravagantly personal movie gives us all a sentimental education in this director’s boyhood and coming of age – or at any rate, what he now creatively remembers of it – in Naples in the 1980s, where everyone had gone collectively crazy for SSC Napoli’s new signing, footballing legend Diego Maradona. We watch as a family party explodes with joy around the TV when Maradona scores his handball goal in the 1986 World Cup. A leftwing uncle growls with pleasure at the imperialist English getting scammed.

    This is a tribute to Sorrentino’s late parents, who in 1987 died together of carbon monoxide poisoning at their holiday chalet outside the city, where 16-year-old Paolo might himself also have been staying had it not been that he wanted to see Napoli playing at home. So maybe Maradona saved his life, but it was a bittersweet rescue. The hand of God, after all, struck down his mum and dad and spared him. Newcomer Filippo Scotti plays 16-year-old Fabietto (that is, Sorrentino himself) at the centre of a garrulous swirl of family members. Toni Servillo plays his dad, Saverio, and Teresa Saponangelo gives a lovely performance as his mother, Maria, with a skittish love of making practical jokes.

    Continue reading...", + "category": "Drama films", + "link": "https://www.theguardian.com/film/2021/dec/01/the-hand-of-god-review-sorrentino-maradona-italian-film-maker-neapolitan-drama", + "creator": "Peter Bradshaw", + "pubDate": "2021-12-01T16:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224087,16 +249440,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "560ab32c85079e805971da5fac7e3fa5" + "hash": "1951fca90126aeb205220f881fcc8c7d" }, { - "title": "The activist facing jail for rescuing a sick goat from a meat farm", - "description": "

    Wayne Hsiung’s trial on theft and trespass charges could set a legal precedent for the ‘right to rescue’ agricultural livestock

    On a rainy night in February, 2018, animal rights activist Wayne Hsiung sneaked into a small scale North Carolina farm and, depending on your perspective, either stole or rescued a baby goat. The maneuver was highly risky – on a live stream, Hsiung tells his audience what awaits: an electric fence, barking dogs and armed security guards, according to the farm’s website.

    Undeterred, Hsiung and his co-conspirators filled their pockets with dog treats and broke into the Sospiro farm, owned by farmer Curtis Burnside.

    Continue reading...", - "content": "

    Wayne Hsiung’s trial on theft and trespass charges could set a legal precedent for the ‘right to rescue’ agricultural livestock

    On a rainy night in February, 2018, animal rights activist Wayne Hsiung sneaked into a small scale North Carolina farm and, depending on your perspective, either stole or rescued a baby goat. The maneuver was highly risky – on a live stream, Hsiung tells his audience what awaits: an electric fence, barking dogs and armed security guards, according to the farm’s website.

    Undeterred, Hsiung and his co-conspirators filled their pockets with dog treats and broke into the Sospiro farm, owned by farmer Curtis Burnside.

    Continue reading...", - "category": "Animal welfare", - "link": "https://www.theguardian.com/world/2021/dec/06/wayne-hsiung-activist-goat-animal-welfare-trial", - "creator": "Adrienne Matei", - "pubDate": "2021-12-06T19:42:59Z", + "title": "How the Cuomo brothers’ on-air comedy routines compromised CNN", + "description": "

    The news network implicitly endorsed the former New York governor amid accusations of sexual harassment and corruption

    For months, CNN’s primetime anchor, Chris Cuomo, refused to cover the multiple scandals surrounding his brother, the former New York governor Andrew Cuomo.

    Chris Cuomo said it would be a conflict of interest for him to report on the sexual harassment, corruption and misuse of public funds his brother had been accused of. But many wondered how CNN could justify what amounted to a blackout of one of the nation’s top news stories during the news network’s most-watched time slot.

    Continue reading...", + "content": "

    The news network implicitly endorsed the former New York governor amid accusations of sexual harassment and corruption

    For months, CNN’s primetime anchor, Chris Cuomo, refused to cover the multiple scandals surrounding his brother, the former New York governor Andrew Cuomo.

    Chris Cuomo said it would be a conflict of interest for him to report on the sexual harassment, corruption and misuse of public funds his brother had been accused of. But many wondered how CNN could justify what amounted to a blackout of one of the nation’s top news stories during the news network’s most-watched time slot.

    Continue reading...", + "category": "Andrew Cuomo", + "link": "https://www.theguardian.com/us-news/2021/dec/01/chris-cuomo-cnn-routine-brother-undermined-network", + "creator": "Danielle Tcholakian", + "pubDate": "2021-12-01T18:01:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224107,16 +249460,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bd0cbc6056fe8b01e6cb181b130d732" + "hash": "ec53630d7a82f9da6742dc88011a571d" }, { - "title": "Rinse, don’t wring, and shade dry: how to keep swimwear in great condition", - "description": "

    Tempting as it may be to leave swimmers rolled up in a towel at the bottom of your beach bag, they’ll last far longer if you treat them better

    Any swimmer will tell you that once the weather warms up, their exercise routine becomes subject to disruptions from fair weather swimmers: people who haven’t learnt the politics of lap swimming. Things like not pushing off ahead of someone about to tumble turn; no board shorts in the fast lane; if someone is overtaking you it’s not an invitation to speed up; and only jerks do butterfly in a public pool.

    Now that summer is here, hopefully we’ll all find ourselves beside a pool or at the beach in the coming months, so we thought it was a good moment remember swimwear can benefit from good manners too. This week, we asked swimwear experts for advice on how to keep bathers in great shape.

    Continue reading...", - "content": "

    Tempting as it may be to leave swimmers rolled up in a towel at the bottom of your beach bag, they’ll last far longer if you treat them better

    Any swimmer will tell you that once the weather warms up, their exercise routine becomes subject to disruptions from fair weather swimmers: people who haven’t learnt the politics of lap swimming. Things like not pushing off ahead of someone about to tumble turn; no board shorts in the fast lane; if someone is overtaking you it’s not an invitation to speed up; and only jerks do butterfly in a public pool.

    Now that summer is here, hopefully we’ll all find ourselves beside a pool or at the beach in the coming months, so we thought it was a good moment remember swimwear can benefit from good manners too. This week, we asked swimwear experts for advice on how to keep bathers in great shape.

    Continue reading...", - "category": "Swimming", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/07/rinse-dont-wring-and-shade-dry-how-to-keep-swimwear-in-great-condition", - "creator": "Lucianne Tonti", - "pubDate": "2021-12-06T16:30:04Z", + "title": "Edie Falco: ‘Alcohol was the answer to all my problems - and the cause of them’", + "description": "

    One of TV’s most admired actors, she is now playing Hillary Clinton on screen. She discusses overcoming addiction, her adoration for Sopranos co-star James Gandolfini and the pure joy of adopting two children

    Edie Falco has never been the type of actor to demand entourages and encores. Fanfares and fuss are just not her bag, and she has little time for pretentious thespiness. When other actors talk about their “Process,” as she puts it – with a capital P – she thinks, “What are you talking about?!” With her open, thoughtful face and wide smile, she looks as if she could be your friend from the local coffee shop, as opposed to one of the most accoladed American actors of this century, having accumulated two Golden Globes, four Emmys and five Screen Actors Guild awards, plus a jaw-dropping 47 nominations. This impression of straightforwardness and – oh dreaded word – relatability has made her subtle performances of self-deceiving characters even more powerful. As the mob wife, Carmela, in The Sopranos, she could tell Tony (James Gandolfini) what she thought of him staying out all night with his “goomahs”, or mistresses, but she couldn’t admit to herself that he does much worse to fund the life she loves. Similarly, as Nurse Jackie, in the eponymous TV series, her scrubbed clean face and sensible short hair belied her character’s drug addiction.

    So it feels extremely right that, when we connect by video chat, Falco, 58, is sitting – not in a fancy hotel room, or a Hollywood mansion, but in the endearingly messy basement of her New York house, where she lives with her son, 16, and daughter, 13. Power tools hang off the wall behind her, and she is leaning on a table strewn with what she describes as “God knows, some stuff”.

    Continue reading...", + "content": "

    One of TV’s most admired actors, she is now playing Hillary Clinton on screen. She discusses overcoming addiction, her adoration for Sopranos co-star James Gandolfini and the pure joy of adopting two children

    Edie Falco has never been the type of actor to demand entourages and encores. Fanfares and fuss are just not her bag, and she has little time for pretentious thespiness. When other actors talk about their “Process,” as she puts it – with a capital P – she thinks, “What are you talking about?!” With her open, thoughtful face and wide smile, she looks as if she could be your friend from the local coffee shop, as opposed to one of the most accoladed American actors of this century, having accumulated two Golden Globes, four Emmys and five Screen Actors Guild awards, plus a jaw-dropping 47 nominations. This impression of straightforwardness and – oh dreaded word – relatability has made her subtle performances of self-deceiving characters even more powerful. As the mob wife, Carmela, in The Sopranos, she could tell Tony (James Gandolfini) what she thought of him staying out all night with his “goomahs”, or mistresses, but she couldn’t admit to herself that he does much worse to fund the life she loves. Similarly, as Nurse Jackie, in the eponymous TV series, her scrubbed clean face and sensible short hair belied her character’s drug addiction.

    So it feels extremely right that, when we connect by video chat, Falco, 58, is sitting – not in a fancy hotel room, or a Hollywood mansion, but in the endearingly messy basement of her New York house, where she lives with her son, 16, and daughter, 13. Power tools hang off the wall behind her, and she is leaning on a table strewn with what she describes as “God knows, some stuff”.

    Continue reading...", + "category": "Edie Falco", + "link": "https://www.theguardian.com/tv-and-radio/2021/dec/01/edie-falco-interview-tv-actor-alcohol-hillary-clinton-sopranos", + "creator": "Hadley Freeman", + "pubDate": "2021-12-01T06:00:53Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224127,16 +249480,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b11ef8fb00ea731a8336379d1549950e" + "hash": "c0de7e5838872b14c712a26121f16b04" }, { - "title": "Adam Peaty: ‘You have to be better than everyone else, there’s no sugar-coating it’", - "description": "

    The 26-year-old swimmer and father-of-one swept all before him at the Tokyo Olympics… but his exit from Strictly, he admits, was humbling

    World champion swimmer Adam Peaty, the unbeaten world record holder of the 50m and 100m breaststroke, is friendly and engaged, but he makes no bones about being hypercompetitive. He once said that he felt like a “god” in the pool. He says now, “You have to be better than everyone else, there’s no sugar-coating it.”

    A swimming phenomenon (think of him as a kind of national Aquaman), Peaty has had a stellar year, even by his standards: he won two golds and a silver in Team GB in the Tokyo Olympics; he also signed up for Strictly Come Dancing, where he was partnered with Katya Jones. After seven hip-swivelling weeks, he went out on a jive that placed him bottom of the Strictly leaderboard; his mother was so upset, she thought it was a fix. Was it humbling to learn a new discipline? Peaty gives a kind of groaning laugh: “It did humble me. I’m not used to getting last place, to be honest.”

    Continue reading...", - "content": "

    The 26-year-old swimmer and father-of-one swept all before him at the Tokyo Olympics… but his exit from Strictly, he admits, was humbling

    World champion swimmer Adam Peaty, the unbeaten world record holder of the 50m and 100m breaststroke, is friendly and engaged, but he makes no bones about being hypercompetitive. He once said that he felt like a “god” in the pool. He says now, “You have to be better than everyone else, there’s no sugar-coating it.”

    A swimming phenomenon (think of him as a kind of national Aquaman), Peaty has had a stellar year, even by his standards: he won two golds and a silver in Team GB in the Tokyo Olympics; he also signed up for Strictly Come Dancing, where he was partnered with Katya Jones. After seven hip-swivelling weeks, he went out on a jive that placed him bottom of the Strictly leaderboard; his mother was so upset, she thought it was a fix. Was it humbling to learn a new discipline? Peaty gives a kind of groaning laugh: “It did humble me. I’m not used to getting last place, to be honest.”

    Continue reading...", - "category": "Adam Peaty", - "link": "https://www.theguardian.com/sport/2021/dec/06/adam-peaty-swimmer-olympics-tokyo-interview-faces-of-year", - "creator": "Barbara Ellen", - "pubDate": "2021-12-06T13:00:21Z", + "title": "Britain’s worst Christmas trees: is anything secretly more festive and fun than a disappointing fir?", + "description": "

    There have been no end of complaints about some of the trees being put up –from a metal one in Cardiff to a puny one in Grimsby

    Name: Disappointing Christmas trees.

    Height: As much as 25m.

    Continue reading...", + "content": "

    There have been no end of complaints about some of the trees being put up –from a metal one in Cardiff to a puny one in Grimsby

    Name: Disappointing Christmas trees.

    Height: As much as 25m.

    Continue reading...", + "category": "Christmas", + "link": "https://www.theguardian.com/lifeandstyle/2021/dec/01/britains-worst-christmas-trees-is-anything-secretly-more-festive-and-fun-than-a-disappointing-fir", + "creator": "", + "pubDate": "2021-12-01T18:56:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224147,16 +249500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "019850a6668ba42c0c07fe874faeb810" + "hash": "69ef8a20018215d539c0a1a4613dca1a" }, { - "title": "Ex-Tory minister seeks end to immigration fees for overseas veterans", - "description": "

    Johnny Mercer opposing government over high costs faced by soldiers from Commonwealth who want to settle in UK

    A former Conservative defence minister is trying to force ministers to waive hefty immigration fees faced by Commonwealth soldiers and their families who want to live in the UK at the end of their military service.

    Johnny Mercer – who was fired from the government last year – has the support of several senior Conservatives including Tobias Ellwood, chair of the defence committee, and former leader Iain Duncan Smith.

    Continue reading...", - "content": "

    Johnny Mercer opposing government over high costs faced by soldiers from Commonwealth who want to settle in UK

    A former Conservative defence minister is trying to force ministers to waive hefty immigration fees faced by Commonwealth soldiers and their families who want to live in the UK at the end of their military service.

    Johnny Mercer – who was fired from the government last year – has the support of several senior Conservatives including Tobias Ellwood, chair of the defence committee, and former leader Iain Duncan Smith.

    Continue reading...", - "category": "Commonwealth immigration", - "link": "https://www.theguardian.com/uk-news/2021/dec/06/ex-tory-minister-seeks-end-to-immigration-fees-for-overseas-veterans", - "creator": "Dan Sabbagh Defence and security editor", - "pubDate": "2021-12-06T20:06:06Z", + "title": "The push to end a genetic lottery for thousands of Australian families", + "description": "

    A bill before federal parliament would legalise IVF technology to prevent a rare genetic disorder – mitochondrial disease. In Australia, about one child a week is born with a severe form of mitochondrial disease, and many of those children will die before they turn five. While this bill has cross-party support, some MPs are opposed to it and it has also stoked controversy with religious groups.

    Laura Murphy-Oates speaks to reporter Rafqa Touma about her family’s experience with mitochondrial disease and the push to legalise mitochondrial donation

    You can also read:

    Continue reading...", + "content": "

    A bill before federal parliament would legalise IVF technology to prevent a rare genetic disorder – mitochondrial disease. In Australia, about one child a week is born with a severe form of mitochondrial disease, and many of those children will die before they turn five. While this bill has cross-party support, some MPs are opposed to it and it has also stoked controversy with religious groups.

    Laura Murphy-Oates speaks to reporter Rafqa Touma about her family’s experience with mitochondrial disease and the push to legalise mitochondrial donation

    You can also read:

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/audio/2021/dec/02/the-push-to-end-a-genetic-lottery-for-thousands-of-australian-families", + "creator": "Reported by Rafqa Touma and presented by Laura Murphy-Oates; produced by Karishma Luthria, Ellen Leabeater and Joe Koning; sound design by Joe Koning and mixing by Daniel Semo; the executive producers are Gabrielle Jackson, Melanie Tait and Laura Murphy-Oates", + "pubDate": "2021-12-01T16:30:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224167,16 +249520,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2651f10ac0eb0a5db7f34b45aa30b89" + "hash": "466f9562c17c90e463d6645c086c0067" }, { - "title": "From South Africa to freezing Birmingham. Welcome to my £2,285 quarantine world | Carla Stout", - "description": "

    I’m stuck in a hotel for 10 days, under a system that is disorganised and shockingly expensive

    I am writing this on day zero, having arrived at my government-designated quarantine hotel after 24 hours of travel. I need to isolate in my room for 10 days and 11 nights. It is, to put it mildly, a bit of a dump: a tired, chipped Formica table, sagging curtains, freezing cold. For this, I paid £2,285.

    So what is that like? Sitting in this room, I just want to burst into tears. My despair is exacerbated by the knowledge that my suitcase was filled with sleeveless summer clothes suitable for the South African summer, not Birmingham in the bleak midwinter. I phone reception, who tell me that they have only just put the heating on; I should be patient, they say. The room will be warm in 20 minutes. Half an hour later my teeth are still chattering so I phone again, demanding a heater. Another phone call and, half an hour later, a heater is produced. I am forced to perch it on the table because the power socket on the floor is broken.

    Carla Stout is a music teacher who lives near Staines

    Continue reading...", - "content": "

    I’m stuck in a hotel for 10 days, under a system that is disorganised and shockingly expensive

    I am writing this on day zero, having arrived at my government-designated quarantine hotel after 24 hours of travel. I need to isolate in my room for 10 days and 11 nights. It is, to put it mildly, a bit of a dump: a tired, chipped Formica table, sagging curtains, freezing cold. For this, I paid £2,285.

    So what is that like? Sitting in this room, I just want to burst into tears. My despair is exacerbated by the knowledge that my suitcase was filled with sleeveless summer clothes suitable for the South African summer, not Birmingham in the bleak midwinter. I phone reception, who tell me that they have only just put the heating on; I should be patient, they say. The room will be warm in 20 minutes. Half an hour later my teeth are still chattering so I phone again, demanding a heater. Another phone call and, half an hour later, a heater is produced. I am forced to perch it on the table because the power socket on the floor is broken.

    Carla Stout is a music teacher who lives near Staines

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/commentisfree/2021/dec/06/south-africa-birmingham-quarantine-hotel", - "creator": "Carla Stout", - "pubDate": "2021-12-06T17:00:03Z", + "title": "Mother jailed for harming baby hits out at ‘unjust’ appeal ruling", + "description": "

    Lawyers and campaigners fear decision not to grant appeal against conviction risks silencing other victims of domestic abuse

    A mother jailed for harming her baby has accused the courts of “injustice” after judges accepted she was a victim of abuse but ruled against an application for an appeal against her conviction made on the grounds that her violent ex-partner coerced her to lie at her trial.

    The woman, known as “Jenny”, was convicted in 2017 of causing or allowing serious harm after her child sustained skull fractures and bleeding on the brain. The baby’s father was her co-defendant but was acquitted on a lesser charge.

    Continue reading...", + "content": "

    Lawyers and campaigners fear decision not to grant appeal against conviction risks silencing other victims of domestic abuse

    A mother jailed for harming her baby has accused the courts of “injustice” after judges accepted she was a victim of abuse but ruled against an application for an appeal against her conviction made on the grounds that her violent ex-partner coerced her to lie at her trial.

    The woman, known as “Jenny”, was convicted in 2017 of causing or allowing serious harm after her child sustained skull fractures and bleeding on the brain. The baby’s father was her co-defendant but was acquitted on a lesser charge.

    Continue reading...", + "category": "Domestic violence", + "link": "https://www.theguardian.com/global-development/2021/dec/01/mother-jailed-for-harming-baby-hits-out-at-unjust-appeal-ruling", + "creator": "Hannah Summers", + "pubDate": "2021-12-01T06:00:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224187,16 +249540,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd494c64f76cf5d5265625fd17e25da9" + "hash": "c1956f3037fa810431b57bfcef4f6db9" }, { - "title": "US will stage diplomatic boycott of Beijing Winter Olympics, White House confirms – live", - "description": "

    The Senate majority leader, Chuck Schumer, has teed up a big couple of weeks in the chamber with a statement about Joe Biden’s Build Back Better Act, the $2tn package of domestic spending priorities which passed the House after a lengthy wrangle and must now survive the Senate.

    “Our goal in the Senate is to pass the legislation before Christmas and get it to the president’s desk,” he said this morning.

    Continue reading...", - "content": "

    The Senate majority leader, Chuck Schumer, has teed up a big couple of weeks in the chamber with a statement about Joe Biden’s Build Back Better Act, the $2tn package of domestic spending priorities which passed the House after a lengthy wrangle and must now survive the Senate.

    “Our goal in the Senate is to pass the legislation before Christmas and get it to the president’s desk,” he said this morning.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2021/dec/06/congress-debt-ceiling-republicans-democrats-joe-biden-coronavirus-us-politics-latest", - "creator": "Joan E Greve in Washington", - "pubDate": "2021-12-06T18:40:57Z", + "title": "Average of two girls aged 10 to 14 give birth daily in Paraguay, Amnesty finds", + "description": "

    Longstanding plague of child abuse and extreme abortion laws fuel crisis, report says

    An average of two girls between 10 and 14 give birth every day in Paraguay, thanks to a toxic combination of widespread child abuse and draconian abortion laws, according to a new Amnesty International report.

    Paraguay has one of the highest rates of child and teen pregnancy in Latin America, a region that, as a whole, has the second-highest rates in the world.

    Continue reading...", + "content": "

    Longstanding plague of child abuse and extreme abortion laws fuel crisis, report says

    An average of two girls between 10 and 14 give birth every day in Paraguay, thanks to a toxic combination of widespread child abuse and draconian abortion laws, according to a new Amnesty International report.

    Paraguay has one of the highest rates of child and teen pregnancy in Latin America, a region that, as a whole, has the second-highest rates in the world.

    Continue reading...", + "category": "Paraguay", + "link": "https://www.theguardian.com/global-development/2021/nov/30/paraguay-child-teen-pregnancies", + "creator": "William Costa in Asunción", + "pubDate": "2021-12-01T05:30:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224207,16 +249560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd5bf88daa6f95e0203919340f0aa5a6" + "hash": "a7ee179912faf31731c7fba3b0c3847b" }, { - "title": "Australia news live updates: teachers, train and bus drivers go on strike in NSW", - "description": "

    Teachers say the government has failed to address unsustainable workloads, uncompetitive salaries and staff shortages, while transport workers walk off over a dispute over pay and conditions. Follow all the day’s developments

    Now, as you might remember, the talk of the town is that the former NSW premier, Gladys Berejiklian, could run for the federal seat of Warringah.

    But Chris Bowen says he doesn’t think she could win against the popular incumbent MP Zali Steggall.

    I mean, I think if the Liberal Party wants to choose Gladys Berejiklian, that’s a matter for them. I mean, it was an important principle for Gladys Berejiklian, apparently to resign as premier because she was being investigated by the ICAC. But apparently, it’s not [for federal politics].

    I think it would show the lack of regard for standards in public life by Scott Morrison. I mean, this is a prime minister who turns a blind eye to poor behaviour and now he is actively providing a character reference for somebody who is under investigation by the ICAC and actively promoting them...

    We said we will seek to legislate that target as well as our commitment to net zero by 2050 because that is best practice internationally and provides businesses with the certainty they crave.

    Continue reading...", - "content": "

    Teachers say the government has failed to address unsustainable workloads, uncompetitive salaries and staff shortages, while transport workers walk off over a dispute over pay and conditions. Follow all the day’s developments

    Now, as you might remember, the talk of the town is that the former NSW premier, Gladys Berejiklian, could run for the federal seat of Warringah.

    But Chris Bowen says he doesn’t think she could win against the popular incumbent MP Zali Steggall.

    I mean, I think if the Liberal Party wants to choose Gladys Berejiklian, that’s a matter for them. I mean, it was an important principle for Gladys Berejiklian, apparently to resign as premier because she was being investigated by the ICAC. But apparently, it’s not [for federal politics].

    I think it would show the lack of regard for standards in public life by Scott Morrison. I mean, this is a prime minister who turns a blind eye to poor behaviour and now he is actively providing a character reference for somebody who is under investigation by the ICAC and actively promoting them...

    We said we will seek to legislate that target as well as our commitment to net zero by 2050 because that is best practice internationally and provides businesses with the certainty they crave.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/07/australia-news-live-updates-covid-omicron-scott-morrison-nsw-strike-victoria-weather", - "creator": "Matilda Boseley", - "pubDate": "2021-12-06T20:55:04Z", + "title": "The rising cost of the climate crisis in flooded South Sudan – in pictures", + "description": "

    Families facing severe hunger are wading through crocodile-infested waters in search of water lilies to eat. Susan Martinez and photographer Peter Caton return with Action Against Hunger to find that the dire situation they reported on in March has only worsened

    Desperate families in flood-ravaged villages in South Sudan are spending hours searching for water lilies to eat after another summer of intense rainfall worsened an already dire situation.

    People have no food and no land to cultivate after three years of floods. Fields are submerged in last year’s flood water and higher ground is overcrowded with hungry people, in what is quickly becoming a humanitarian crisis.

    Nyanyang Tong, 39, on her way to the Action Against Hunger centre with her one-year-old son, Mamuch Gatkuoth, in Paguir

    Continue reading...", + "content": "

    Families facing severe hunger are wading through crocodile-infested waters in search of water lilies to eat. Susan Martinez and photographer Peter Caton return with Action Against Hunger to find that the dire situation they reported on in March has only worsened

    Desperate families in flood-ravaged villages in South Sudan are spending hours searching for water lilies to eat after another summer of intense rainfall worsened an already dire situation.

    People have no food and no land to cultivate after three years of floods. Fields are submerged in last year’s flood water and higher ground is overcrowded with hungry people, in what is quickly becoming a humanitarian crisis.

    Nyanyang Tong, 39, on her way to the Action Against Hunger centre with her one-year-old son, Mamuch Gatkuoth, in Paguir

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/30/the-rising-cost-of-the-climate-crisis-in-flooded-south-sudan-in-pictures", + "creator": "Susan Martinez, photography by Peter Caton", + "pubDate": "2021-11-30T07:01:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224227,16 +249580,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "189d117b708c4f65a1c026535ca81abe" + "hash": "921097a9bac43e65c8917b52965a030a" }, { - "title": "Party drug users are fuelling serious crime, says Sajid Javid", - "description": "

    Health secretary says cocaine trade causes ‘suffering, violence and exploitation at every stage’

    Sajid Javid has said recreational drug users are fuelling an international criminal enterprise, as the government announced a £780m strategy to rebuild the drug treatment system.

    The health secretary accused casual users of cocaine of being “the final link in a chain that has suffering, violence and exploitation at every stage”.

    Continue reading...", - "content": "

    Health secretary says cocaine trade causes ‘suffering, violence and exploitation at every stage’

    Sajid Javid has said recreational drug users are fuelling an international criminal enterprise, as the government announced a £780m strategy to rebuild the drug treatment system.

    The health secretary accused casual users of cocaine of being “the final link in a chain that has suffering, violence and exploitation at every stage”.

    Continue reading...", - "category": "Drugs policy", - "link": "https://www.theguardian.com/politics/2021/dec/06/party-drug-users-are-fuelling-serious-says-sajid-javid", - "creator": "Rajeev Syal and Rowena Mason", - "pubDate": "2021-12-06T18:52:25Z", + "title": "Testing, vaccines, sequencing: experts call for multi-pronged approach to Omicron", + "description": "

    ‘Best hope’ for containing the new variant is worldwide vaccine campaign where rates are low, public health experts say

    As new cases of the Omicron coronavirus variant are uncovered across the globe and threaten to spread in America, US officials are reacting by urging vaccinations and boosters instead of imposing restrictions which have increasingly provoked political fights.

    But the US should quickly invest in other tools as well, experts said, including testing, genomic sequencing and surveillance, better communication, and a strong focus on global vaccine equity to prevent the emergence of new variants.

    Continue reading...", + "content": "

    ‘Best hope’ for containing the new variant is worldwide vaccine campaign where rates are low, public health experts say

    As new cases of the Omicron coronavirus variant are uncovered across the globe and threaten to spread in America, US officials are reacting by urging vaccinations and boosters instead of imposing restrictions which have increasingly provoked political fights.

    But the US should quickly invest in other tools as well, experts said, including testing, genomic sequencing and surveillance, better communication, and a strong focus on global vaccine equity to prevent the emergence of new variants.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/30/testing-vaccines-sequencing-omricon-experts", + "creator": "Melody Schreiber", + "pubDate": "2021-11-30T10:00:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224247,16 +249600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf9ce53596236fb7cb3c9fc0d3c13732" + "hash": "97ed4a752d85741dd1003731f388e22e" }, { - "title": "‘I used every chord on the Casio’ – How we made Manchild by Neneh Cherry", - "description": "

    ‘The first verse came to me as I was going up the stairs of a double-decker bus with a hangover’

    Neneh Cherry, singer and songwriter
    I was seeing Cameron McVey [producer and now husband] and one day he suddenly asked me: “Why are you not writing songs? You could totally write songs!” I’d been in Rip Rig + Panic, whose songwriter Gareth Sager had such an inventive way of writing about everyday stuff. Manchild was one of the first things I came up with.

    The first verse came to me as I was going up the stairs of a doubledecker bus. “Is it the pain of the drinking / Or the Sunday sinking feeling?” I think I had a hangover. When I got home, I started to work out the music on a little Casio keyboard using the “auto chord” setting. I didn’t know what I was doing. When my dad [late jazz trumpeter Don Cherry] heard it, he went: “Wow, that’s kinda jazz. You’ve got seven chords in the verse!”

    Continue reading...", - "content": "

    ‘The first verse came to me as I was going up the stairs of a double-decker bus with a hangover’

    Neneh Cherry, singer and songwriter
    I was seeing Cameron McVey [producer and now husband] and one day he suddenly asked me: “Why are you not writing songs? You could totally write songs!” I’d been in Rip Rig + Panic, whose songwriter Gareth Sager had such an inventive way of writing about everyday stuff. Manchild was one of the first things I came up with.

    The first verse came to me as I was going up the stairs of a doubledecker bus. “Is it the pain of the drinking / Or the Sunday sinking feeling?” I think I had a hangover. When I got home, I started to work out the music on a little Casio keyboard using the “auto chord” setting. I didn’t know what I was doing. When my dad [late jazz trumpeter Don Cherry] heard it, he went: “Wow, that’s kinda jazz. You’ve got seven chords in the verse!”

    Continue reading...", - "category": "Neneh Cherry", - "link": "https://www.theguardian.com/culture/2021/dec/06/i-used-every-chord-on-the-casio-how-we-made-manchild-by-neneh-cherry", - "creator": "Interviews by Dave Simpson", - "pubDate": "2021-12-06T14:17:42Z", + "title": "Despite reports of milder symptoms Omicron should not be underestimated", + "description": "

    While anecdotal accounts suggest the variant may cause less severe illness and it will take weeks for definitive data

    As the world scrambles to contain the new variant, some are hopefully seizing on anecdotal reports from South Africa that it may cause only mild illness. But although previous variants of the coronavirus have been associated with different symptoms and severity, it would be dangerous to assume that Omicron is a viral pussy cat, experts say.

    At a briefing convened by South Africa’s Department of Health on Monday, Unben Pillay, a GP from practising in Midrand on the outskirts of Johannesburg, said that while “it is still early days” the cases he was seeing were typically mild: “We are seeing patients present with dry cough, fever, night sweats and a lot of body pains. Vaccinated people tend to do much better.”

    Continue reading...", + "content": "

    While anecdotal accounts suggest the variant may cause less severe illness and it will take weeks for definitive data

    As the world scrambles to contain the new variant, some are hopefully seizing on anecdotal reports from South Africa that it may cause only mild illness. But although previous variants of the coronavirus have been associated with different symptoms and severity, it would be dangerous to assume that Omicron is a viral pussy cat, experts say.

    At a briefing convened by South Africa’s Department of Health on Monday, Unben Pillay, a GP from practising in Midrand on the outskirts of Johannesburg, said that while “it is still early days” the cases he was seeing were typically mild: “We are seeing patients present with dry cough, fever, night sweats and a lot of body pains. Vaccinated people tend to do much better.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/30/despite-reports-of-milder-symptoms-omicron-should-not-be-understimated", + "creator": "Linda Geddes Science correspondent and Nick Dall in Cape Town", + "pubDate": "2021-11-30T05:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224267,16 +249620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8901f1447c3eec4db1cb5603c61a13b" + "hash": "217dd2632ffb2b4c685ea9a7e856c4bb" }, { - "title": "West Side Story banned in parts of Middle East over trans character – report", - "description": "

    Steven Spielberg’s Oscar-tipped remake will not be showing in Saudi Arabia, Kuwait, Bahrain, Oman, Qatar or the UAE

    Steven Spielberg’s remake of West Side Story will not be showing in Saudi Arabia, Kuwait, Bahrain, Oman, Qatar or the UAE.

    The big-budget musical, tipped for Oscars, has reportedly been banned because of a transgender character Anybodys, played by Iris Menas, known for Jagged Little Pill. According to the Hollywood Reporter, the film wasn’t granted a certificate in either Saudi Arabia or Kuwait and in the remaining countries, requests for cuts were made that Disney refused to make.

    Continue reading...", - "content": "

    Steven Spielberg’s Oscar-tipped remake will not be showing in Saudi Arabia, Kuwait, Bahrain, Oman, Qatar or the UAE

    Steven Spielberg’s remake of West Side Story will not be showing in Saudi Arabia, Kuwait, Bahrain, Oman, Qatar or the UAE.

    The big-budget musical, tipped for Oscars, has reportedly been banned because of a transgender character Anybodys, played by Iris Menas, known for Jagged Little Pill. According to the Hollywood Reporter, the film wasn’t granted a certificate in either Saudi Arabia or Kuwait and in the remaining countries, requests for cuts were made that Disney refused to make.

    Continue reading...", - "category": "West Side Story (2021)", - "link": "https://www.theguardian.com/film/2021/dec/06/west-side-story-banned-middle-east", - "creator": "Benjamin Lee", - "pubDate": "2021-12-06T18:47:41Z", + "title": "What does appearance of Omicron variant mean for the double-vaccinated?", + "description": "

    We find out how much protection Covid vaccines may offer amid speculation new variant could be more resistant

    The emergence of Omicron has prompted widespread speculation that it may be more resistant to Covid-19 vaccines than existing variants, including Delta. But what does that mean for the average double-vaccinated person?

    All the vaccines currently available in the UK work by training the immune system against the coronavirus spike protein – the key it uses to infect cells by binding to the ACE2 receptor. Omicron possesses more than 30 mutations in this protein, including 10 in the so-called “receptor-binding domain” (RBD) – the specific part that latches on to this receptor. Delta has two RBD mutations.

    Continue reading...", + "content": "

    We find out how much protection Covid vaccines may offer amid speculation new variant could be more resistant

    The emergence of Omicron has prompted widespread speculation that it may be more resistant to Covid-19 vaccines than existing variants, including Delta. But what does that mean for the average double-vaccinated person?

    All the vaccines currently available in the UK work by training the immune system against the coronavirus spike protein – the key it uses to infect cells by binding to the ACE2 receptor. Omicron possesses more than 30 mutations in this protein, including 10 in the so-called “receptor-binding domain” (RBD) – the specific part that latches on to this receptor. Delta has two RBD mutations.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/28/what-does-appearance-of-omicron-mean-for-the-double-jabbed", + "creator": "Linda Geddes", + "pubDate": "2021-11-29T01:12:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224287,16 +249640,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "baacf073796f2f2a98de6754e09522c3" + "hash": "816c6e2c95ece939fdecf057137eeedf" }, { - "title": "Porch piracy: why a wave of doorstep parcel thefts is sweeping the UK", - "description": "

    Deliveries are being snatched minutes after they arrive – with Citizens Advice reporting more than 22,000 visits to its lost and stolen parcels webpage last month

    Name: Porch piracy.

    Age: the phrase porch pirate dates right back to the early 2010s, debuting in Urban Dictionary in 2011.

    Continue reading...", - "content": "

    Deliveries are being snatched minutes after they arrive – with Citizens Advice reporting more than 22,000 visits to its lost and stolen parcels webpage last month

    Name: Porch piracy.

    Age: the phrase porch pirate dates right back to the early 2010s, debuting in Urban Dictionary in 2011.

    Continue reading...", - "category": "Crime", - "link": "https://www.theguardian.com/uk-news/2021/dec/06/porch-piracy-wave-of-doorstep-parcel-thefts-sweeping-uk", + "title": "Boris Johnson says people shouldn't cancel Christmas parties over Omicron – video", + "description": "

    The prime minister has said the government does not want people to cancel events such as Christmas parties and nativity plays because of the Omicron coronavirus variant. Speaking at a Downing Street press briefing, he also said all adults would be offered vaccine booster shots by the end of January

    Continue reading...", + "content": "

    The prime minister has said the government does not want people to cancel events such as Christmas parties and nativity plays because of the Omicron coronavirus variant. Speaking at a Downing Street press briefing, he also said all adults would be offered vaccine booster shots by the end of January

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/nov/30/boris-johnson-says-people-shouldnt-cancel-christmas-parties-over-omicron-video", "creator": "", - "pubDate": "2021-12-06T16:01:28Z", + "pubDate": "2021-11-30T17:44:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224307,16 +249660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cd947a474d4112d8fad3a2da27ec8a2" + "hash": "2906592c19bd1a21cc72262362036d92" }, { - "title": "Storm Barra: multiple warnings issued for Ireland and UK", - "description": "

    Race to restore power to homes hit by Storm Arwen before latest bad weather on Tuesday and Wednesday

    There are warnings of dangerous coastal waves, atrocious driving conditions, travel delays, flooding and potential damage to buildings for when Storm Barra sweeps across Ireland and the UK.

    Engineers were engaged in a race against time to restore power to about 1,600 homes in north-east England still cut off after the havoc wreaked by Storm Arwen 10 days ago.

    Continue reading...", - "content": "

    Race to restore power to homes hit by Storm Arwen before latest bad weather on Tuesday and Wednesday

    There are warnings of dangerous coastal waves, atrocious driving conditions, travel delays, flooding and potential damage to buildings for when Storm Barra sweeps across Ireland and the UK.

    Engineers were engaged in a race against time to restore power to about 1,600 homes in north-east England still cut off after the havoc wreaked by Storm Arwen 10 days ago.

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/2021/dec/06/storm-barra-multiple-warnings-issued-for-ireland-and-uk", - "creator": "Mark Brown North of England correspondent", - "pubDate": "2021-12-06T17:33:36Z", + "title": "Why Omicron is the most worrying Covid variant yet – video explainer", + "description": "

    The discovery of a new and potentially vaccine-resistant Covid variant has concerned governments and unnerved markets around the world. Omicron has prompted the return of border closures and mandatory testing and mask wearing as countries attempt to slow its spread.

    The number of mutations on its spike protein - the part of the virus vaccines use to prime the immune system - has concerned scientists, but it will take weeks to determine the extent of the threat Omicron poses. The Guardian's science correspondent Linda Geddes explains

    Continue reading...", + "content": "

    The discovery of a new and potentially vaccine-resistant Covid variant has concerned governments and unnerved markets around the world. Omicron has prompted the return of border closures and mandatory testing and mask wearing as countries attempt to slow its spread.

    The number of mutations on its spike protein - the part of the virus vaccines use to prime the immune system - has concerned scientists, but it will take weeks to determine the extent of the threat Omicron poses. The Guardian's science correspondent Linda Geddes explains

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/nov/30/why-omicron-is-the-most-worrying-covid-variant-yet-video-explainer", + "creator": "Linda Geddes, Jamie Macwhirter, Meital Miselevich and Nikhita Chulani", + "pubDate": "2021-11-30T15:32:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224327,16 +249680,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a8db88dda5342a834246a791b1322ef" + "hash": "827243b98e5855906625ccb1a136870d" }, { - "title": "Trump’s new media company deal investigated by SEC", - "description": "

    Top financial regulators are investigating $1.25bn deal to float his new social media venture on the stock market

    Wall Street’s top financial regulators are investigating Donald Trump’s $1.25bn deal to float his new social media venture on the stock market, a filing showed on Monday.

    Digital World Acquisition Corporation, the blank-check acquisition firm that agreed to merge with Trump Media & Technology Group Corp (TMTG), disclosed in a regulatory filing on Monday that the Securities and Exchange Commission (SEC) and the Financial Industry Regulatory Authority (Finra) were looking at the deal.

    Continue reading...", - "content": "

    Top financial regulators are investigating $1.25bn deal to float his new social media venture on the stock market

    Wall Street’s top financial regulators are investigating Donald Trump’s $1.25bn deal to float his new social media venture on the stock market, a filing showed on Monday.

    Digital World Acquisition Corporation, the blank-check acquisition firm that agreed to merge with Trump Media & Technology Group Corp (TMTG), disclosed in a regulatory filing on Monday that the Securities and Exchange Commission (SEC) and the Financial Industry Regulatory Authority (Finra) were looking at the deal.

    Continue reading...", - "category": "Donald Trump", - "link": "https://www.theguardian.com/us-news/2021/dec/06/trump-social-media-company", - "creator": "Reuters in New York", - "pubDate": "2021-12-06T19:26:47Z", + "title": "Barbados leaves colonial history behind and becomes a republic – video report", + "description": "

    President Sandra Mason was sworn in as the new head of state in the Barbados capital Bridgetown. The celebrations were attended by Prince Charles, who acknowledged the 'appalling atrocity of slavery, which forever stains our history'. Singer and entrepreneur Rihanna was designated a National Hero of Barbados. 

    Continue reading...", + "content": "

    President Sandra Mason was sworn in as the new head of state in the Barbados capital Bridgetown. The celebrations were attended by Prince Charles, who acknowledged the 'appalling atrocity of slavery, which forever stains our history'. Singer and entrepreneur Rihanna was designated a National Hero of Barbados. 

    Continue reading...", + "category": "Barbados", + "link": "https://www.theguardian.com/world/video/2021/nov/30/barbados-leaves-colonial-history-behind-and-becomes-a-republic-video-report", + "creator": "", + "pubDate": "2021-11-30T11:51:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224347,16 +249700,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98644de2159a3f5c3cd571b4803df349" + "hash": "93d55c8ea4b6987ecde7b6021ead0405" }, { - "title": "Australians pass on $120bn a year in inheritances and gifts, report finds", - "description": "

    Productivity Commission projects fourfold rise in total value of inheritances to 2050, driven by housing and unspent super

    Booming housing wealth, unspent superannuation and lower fertility are increasing the size of Australians’ inheritances, according to the Productivity Commission.

    Despite helping the rich get richer, inheritances are nevertheless shrinking relative inequality by giving a bigger boost to poorer households’ wealth, the government thinktank found in a report released on Tuesday.

    Continue reading...", - "content": "

    Productivity Commission projects fourfold rise in total value of inheritances to 2050, driven by housing and unspent super

    Booming housing wealth, unspent superannuation and lower fertility are increasing the size of Australians’ inheritances, according to the Productivity Commission.

    Despite helping the rich get richer, inheritances are nevertheless shrinking relative inequality by giving a bigger boost to poorer households’ wealth, the government thinktank found in a report released on Tuesday.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/07/australians-pass-on-120bn-a-year-in-inheritances-and-gifts-report-finds", - "creator": "Paul Karp", - "pubDate": "2021-12-06T16:30:05Z", + "title": "Barbados declares Rihanna a national hero during republic ceremony – video", + "description": "

    Barbados has declared singer Rihanna a national hero during its republican celebrations in Bridgetown. The country's prime minister, Mia Mottley, said, ‘On behalf of a grateful nation, but an even prouder people, we therefore present to you, the designee, for national hero of Barbados, ambassador Robyn Rihanna Fenty may you continue to shine like a diamond.' Rihanna accepted the honour to cheers from the crowd. The ceremony was part of celebrations as Barbados became the world’s newest republic.

    Continue reading...", + "content": "

    Barbados has declared singer Rihanna a national hero during its republican celebrations in Bridgetown. The country's prime minister, Mia Mottley, said, ‘On behalf of a grateful nation, but an even prouder people, we therefore present to you, the designee, for national hero of Barbados, ambassador Robyn Rihanna Fenty may you continue to shine like a diamond.' Rihanna accepted the honour to cheers from the crowd. The ceremony was part of celebrations as Barbados became the world’s newest republic.

    Continue reading...", + "category": "Barbados", + "link": "https://www.theguardian.com/world/video/2021/nov/30/barbados-declares-rihanna-a-national-hero-during-republic-ceremony-video", + "creator": "", + "pubDate": "2021-11-30T06:13:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224367,16 +249720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0976a5e2de147b91ec2a84abfd8522a" + "hash": "41b790671245169027342f537b57aa89" }, { - "title": "Prosecutor announces Michigan shooter's parents to be charged with manslaughter – video", - "description": "

    A prosecutor in Michigan filed involuntary manslaughter charges on Friday against the parents of a boy who is accused of killing four students at Oxford high school. 'Gun ownership is a right but with that right comes great responsibility,' Karen McDonald said at a press conference on Friday morning.

    The parents were summoned to the school a few hours before the shooting occurred after a teacher found a drawing of a gun, a person bleeding and the words 'help me', McDonald revealed

    Continue reading...", - "content": "

    A prosecutor in Michigan filed involuntary manslaughter charges on Friday against the parents of a boy who is accused of killing four students at Oxford high school. 'Gun ownership is a right but with that right comes great responsibility,' Karen McDonald said at a press conference on Friday morning.

    The parents were summoned to the school a few hours before the shooting occurred after a teacher found a drawing of a gun, a person bleeding and the words 'help me', McDonald revealed

    Continue reading...", - "category": "Michigan", - "link": "https://www.theguardian.com/us-news/video/2021/dec/03/prosecutor-announces-michigan-shooters-parents-to-be-charged-with-manslaughter-video", - "creator": "", - "pubDate": "2021-12-03T19:56:06Z", + "title": "Covid live: boosters may protect against Omicron, says Israel’s health minister, as US checks vaccine effectiveness", + "description": "

    Nitzan Horowitz says ‘already room for optimism’ that vaccines will cover new variant; US Food & Drug Administration checking if tweaks needed

    Stock markets in Asia have bounced back again as investors’ concerns about the new Omicron Covid variant eased. In Australia the ASX200 was up more than 1%, while in Japan the Nikkei was up 0.75%.

    It followed a stronger showing on Monday on Wall Street, where the Dow Jones industrial average closed up 0.6% and the broader S&P500 was up 1.2% after some hefty losses on Friday, when news of the new strain shook confidence.

    There are so many unknowns about Omicron and the market has been jumping at shadows.

    After such a strong run and with elevated valuations, the market will always be susceptible to the odd shakeout on news that could bring risk.

    Hong Kong’s very stringent system of boarding, quarantine and also testing requirements has successfully stopped the transmission of the three Omicron cases, that we have identified in our designated quarantine hotel, from going into the community.

    Non-Hong Kong residents from these four places will not be allowed to enter Hong Kong.

    The most stringent quarantine requirements will also be implemented on relevant inbound travellers from these places.

    Continue reading...", + "content": "

    Nitzan Horowitz says ‘already room for optimism’ that vaccines will cover new variant; US Food & Drug Administration checking if tweaks needed

    Stock markets in Asia have bounced back again as investors’ concerns about the new Omicron Covid variant eased. In Australia the ASX200 was up more than 1%, while in Japan the Nikkei was up 0.75%.

    It followed a stronger showing on Monday on Wall Street, where the Dow Jones industrial average closed up 0.6% and the broader S&P500 was up 1.2% after some hefty losses on Friday, when news of the new strain shook confidence.

    There are so many unknowns about Omicron and the market has been jumping at shadows.

    After such a strong run and with elevated valuations, the market will always be susceptible to the odd shakeout on news that could bring risk.

    Hong Kong’s very stringent system of boarding, quarantine and also testing requirements has successfully stopped the transmission of the three Omicron cases, that we have identified in our designated quarantine hotel, from going into the community.

    Non-Hong Kong residents from these four places will not be allowed to enter Hong Kong.

    The most stringent quarantine requirements will also be implemented on relevant inbound travellers from these places.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/nov/30/covid-news-live-who-warns-omicron-poses-very-high-risk-new-variant-detected-in-at-least-a-dozen-countries", + "creator": "Jem Bartholomew (now); Lucy Campbell, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-11-30T19:04:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224387,16 +249740,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f6d64b997e9305286e285e0ad0d7dd7" + "hash": "d015983a732de97667a30bebc62d4b3d" }, { - "title": "Film-maker Prano Bailey-Bond: ‘People think horror is just exploding heads’", - "description": "

    The British director’s debut film, Censor, has won awards and plaudits, and attracted new fans to the genre. The key to good horror, she says, is character

    This time last year, writer-director Prano Bailey-Bond was finishing work on her feature Censor and looking forward to 2021. Her unnerving film about horror – rather than a horror film per se – had been invited to the Sundance film festival. But then Covid restrictions stopped her attending. “Normally,” she says, “you’d get to go to the premiere of your debut feature. I slept through mine because it was on in the middle of the night on the other side of the world.”

    Since then, however, she has been able to bask in the film’s glory. Released in the UK in August, Censor has earned her serious plaudits, including the Screen FrightFest genre rising star award and being included in Variety magazine’s list of directors to watch. When we spoke last week, Bailey-Bond was a few days away from attending tonight’s Bifas (British independent film awards), where Censor has nominations in nine categories including debut director and debut screenwriter.

    Continue reading...", - "content": "

    The British director’s debut film, Censor, has won awards and plaudits, and attracted new fans to the genre. The key to good horror, she says, is character

    This time last year, writer-director Prano Bailey-Bond was finishing work on her feature Censor and looking forward to 2021. Her unnerving film about horror – rather than a horror film per se – had been invited to the Sundance film festival. But then Covid restrictions stopped her attending. “Normally,” she says, “you’d get to go to the premiere of your debut feature. I slept through mine because it was on in the middle of the night on the other side of the world.”

    Since then, however, she has been able to bask in the film’s glory. Released in the UK in August, Censor has earned her serious plaudits, including the Screen FrightFest genre rising star award and being included in Variety magazine’s list of directors to watch. When we spoke last week, Bailey-Bond was a few days away from attending tonight’s Bifas (British independent film awards), where Censor has nominations in nine categories including debut director and debut screenwriter.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/06/prano-bailey-bond-director-censor-horror-interview-faces-of-year", - "creator": "Jonathan Romney", - "pubDate": "2021-12-06T16:00:02Z", + "title": "Russia will act if Nato countries cross Ukraine ‘red lines’, Putin says", + "description": "

    Deployment of weapons or troops in Ukraine by Nato would trigger strong response, Russian president says

    Vladimir Putin has warned Nato countries that deploying weapons or soldiers to Ukraine would cross a “red line” for Russia and trigger a strong response, including a potential deployment of Russian missiles targeting Europe.

    Nato countries have warned Putin against further aggression against Ukraine as foreign ministers gathered in Latvia to discuss the military alliance’s contingencies for a potential Russian invasion.

    Continue reading...", + "content": "

    Deployment of weapons or troops in Ukraine by Nato would trigger strong response, Russian president says

    Vladimir Putin has warned Nato countries that deploying weapons or soldiers to Ukraine would cross a “red line” for Russia and trigger a strong response, including a potential deployment of Russian missiles targeting Europe.

    Nato countries have warned Putin against further aggression against Ukraine as foreign ministers gathered in Latvia to discuss the military alliance’s contingencies for a potential Russian invasion.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/nov/30/russia-will-act-if-nato-countries-cross-ukraine-red-lines-putin-says", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-11-30T16:08:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224407,16 +249760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1fc74cb77ae015a7eb376b17881b270" + "hash": "bdff2210364f8a92b74dabbd0da21a84" }, { - "title": "Euro banknotes to get first big redesign with 19-nation consultation", - "description": "

    New theme being sought to replace current ‘ages and styles’ motif, says European Central Bank

    Euro banknotes are facing a redesign for the first time since their launch two decades ago, with a plan to make the currency “more relatable to Europeans of all ages and backgrounds”.

    The European Central Bank (ECB) said it was starting a process to select new designs for banknotes, in consultation with citizens from across the 19 nations that use them, before a final decision is taken by 2024.

    Continue reading...", - "content": "

    New theme being sought to replace current ‘ages and styles’ motif, says European Central Bank

    Euro banknotes are facing a redesign for the first time since their launch two decades ago, with a plan to make the currency “more relatable to Europeans of all ages and backgrounds”.

    The European Central Bank (ECB) said it was starting a process to select new designs for banknotes, in consultation with citizens from across the 19 nations that use them, before a final decision is taken by 2024.

    Continue reading...", - "category": "Euro", - "link": "https://www.theguardian.com/business/2021/dec/06/euro-banknotes-first-big-redesign-19-nation-central-bank", - "creator": "Richard Partington Economics correspondent", - "pubDate": "2021-12-06T18:53:41Z", + "title": "Mythic white sperm whale captured on film near Jamaica", + "description": "

    Type of whale immortalised in Moby-Dick has only been spotted handful of times this century

    It is the most mythic animal in the ocean: a white sperm whale, filmed on Monday by Leo van Toly, watching from a Dutch merchant ship off Jamaica. Moving gracefully, outrageously pale against the blue waters of the Caribbean, for any fans of Moby-Dick, Herman Melville’s book of 1851, this vision is a CGI animation come to life.

    Sperm whales are generally grey, black or even brown in appearance. Hal Whitehead, an expert on the species, told the Guardian: “I don’t think I’ve ever seen a fully white sperm whale. I have seen ones with quite a lot of white on them, usually in patches on and near the belly.”

    Continue reading...", + "content": "

    Type of whale immortalised in Moby-Dick has only been spotted handful of times this century

    It is the most mythic animal in the ocean: a white sperm whale, filmed on Monday by Leo van Toly, watching from a Dutch merchant ship off Jamaica. Moving gracefully, outrageously pale against the blue waters of the Caribbean, for any fans of Moby-Dick, Herman Melville’s book of 1851, this vision is a CGI animation come to life.

    Sperm whales are generally grey, black or even brown in appearance. Hal Whitehead, an expert on the species, told the Guardian: “I don’t think I’ve ever seen a fully white sperm whale. I have seen ones with quite a lot of white on them, usually in patches on and near the belly.”

    Continue reading...", + "category": "Whales", + "link": "https://www.theguardian.com/environment/2021/nov/30/white-sperm-whale-rarest-animals-captured-on-film-jamaica", + "creator": "Philip Hoare", + "pubDate": "2021-11-30T16:53:01Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224427,16 +249780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a11b99c0a0034661958ce8ee7c4cb5f" + "hash": "de47f0d7cc799e22a1164058db4ffc61" }, { - "title": "Epstein’s dark legend wraps Maxwell trial in web of conspiracy theories", - "description": "

    Analysis: The task of Ghislaine Maxwell’s defense may be to tangle her so deeply in Epstein’s shadow that they cannot find her guilty

    The graphic testimony presented to jurors in Ghislaine Maxwell’s criminal sex abuse trial last week seemed at times to mesh and then detach from broader theories – criminal, conspiratorial or both – about the nature of Jeffrey Epstein’s world.

    Whether prosecutors and defense attorneys are successful in separating criminal conspiracy from the conspiracy theories that run through the entire Epstein-Maxwell narrative may determine how the criminal complaint against the 59-year-old former British socialite is ultimately resolved.

    Continue reading...", - "content": "

    Analysis: The task of Ghislaine Maxwell’s defense may be to tangle her so deeply in Epstein’s shadow that they cannot find her guilty

    The graphic testimony presented to jurors in Ghislaine Maxwell’s criminal sex abuse trial last week seemed at times to mesh and then detach from broader theories – criminal, conspiratorial or both – about the nature of Jeffrey Epstein’s world.

    Whether prosecutors and defense attorneys are successful in separating criminal conspiracy from the conspiracy theories that run through the entire Epstein-Maxwell narrative may determine how the criminal complaint against the 59-year-old former British socialite is ultimately resolved.

    Continue reading...", + "title": "Ghislaine Maxwell was present when Epstein abused me, accuser testifies", + "description": "

    Witness identified as ‘Jane’ alleges Epstein began sexual abuse when she was 14 and says Maxwell was sometimes in the room

    The first accuser in the child sex-trafficking trial of Ghislaine Maxwell testified in court in New York on Tuesday. The accuser, who used the name “Jane”, alleged that Maxwell was sometimes present when Jeffrey Epstein abused her.

    Epstein, a New York financier and convicted sex trafficker who counted Bill Clinton and Prince Andrew among his acquaintances, killed himself in the city in August 2019, while in jail awaiting trial for the transportation and abuse of minor teenagers.

    In the US, call or text the Childhelp abuse hotline on 800-422-4453. In the UK, the NSPCC offers support to children on 0800 1111, and adults concerned about a child on 0808 800 5000. The National Association for People Abused in Childhood (Napac) offers support for adult survivors on 0808 801 0331. In Australia, children, young adults, parents and teachers can contact the Kids Helpline on 1800 55 1800, or Bravehearts on 1800 272 831, and adult survivors can contact Blue Knot Foundation on 1300 657 380. Other sources of help can be found at Child Helplines International

    Continue reading...", + "content": "

    Witness identified as ‘Jane’ alleges Epstein began sexual abuse when she was 14 and says Maxwell was sometimes in the room

    The first accuser in the child sex-trafficking trial of Ghislaine Maxwell testified in court in New York on Tuesday. The accuser, who used the name “Jane”, alleged that Maxwell was sometimes present when Jeffrey Epstein abused her.

    Epstein, a New York financier and convicted sex trafficker who counted Bill Clinton and Prince Andrew among his acquaintances, killed himself in the city in August 2019, while in jail awaiting trial for the transportation and abuse of minor teenagers.

    In the US, call or text the Childhelp abuse hotline on 800-422-4453. In the UK, the NSPCC offers support to children on 0800 1111, and adults concerned about a child on 0808 800 5000. The National Association for People Abused in Childhood (Napac) offers support for adult survivors on 0808 801 0331. In Australia, children, young adults, parents and teachers can contact the Kids Helpline on 1800 55 1800, or Bravehearts on 1800 272 831, and adult survivors can contact Blue Knot Foundation on 1300 657 380. Other sources of help can be found at Child Helplines International

    Continue reading...", "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/05/jeffrey-epstein-dark-legend-ghislaine-maxwell", - "creator": "Edward Helmore", - "pubDate": "2021-12-05T06:41:34Z", + "link": "https://www.theguardian.com/us-news/2021/nov/30/ghislaine-maxwell-trial-jeffrey-epstein-testimony", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-11-30T20:06:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224447,16 +249800,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5f456a4ae0d2d1d35c88239091f255a" + "hash": "72684d122b5d1e0fc5e66786a5da7a4b" }, { - "title": "Covid news live: New York City to mandate vaccines for private sector workers; Poland to tighten restrictions", - "description": "

    Private employers in New York City will have to mandate Covid vaccinations for their workers; new pandemic restrictions set for Poland

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", - "content": "

    Private employers in New York City will have to mandate Covid vaccinations for their workers; new pandemic restrictions set for Poland

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/06/covid-news-live-omicron-found-in-one-third-of-us-states-germany-plans-vaccine-mandates-for-some-health-jobs", - "creator": "Damien Gayle (now); Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-06T14:40:28Z", + "title": "El Chapo’s wife Emma Coronel Aispuro sentenced to three years in US prison", + "description": "

    Coronel admitted to acting as a courier between Joaquín Guzmán and other members of the Sinaloa cartel while he was in prison

    Emma Coronel Aispuro, the wife of the imprisoned drug kingpin Joaquín “El Chapo” Guzmán has been sentenced to three years in a US prison, after she pleaded guilty to helping the Sinaloa drug cartel.

    Before her sentencing in a federal court in Washington, Coronel, 32, pleaded with US District Judge Rudolph Contreras to show her mercy.

    Continue reading...", + "content": "

    Coronel admitted to acting as a courier between Joaquín Guzmán and other members of the Sinaloa cartel while he was in prison

    Emma Coronel Aispuro, the wife of the imprisoned drug kingpin Joaquín “El Chapo” Guzmán has been sentenced to three years in a US prison, after she pleaded guilty to helping the Sinaloa drug cartel.

    Before her sentencing in a federal court in Washington, Coronel, 32, pleaded with US District Judge Rudolph Contreras to show her mercy.

    Continue reading...", + "category": "Joaquín 'El Chapo' Guzmán", + "link": "https://www.theguardian.com/world/2021/nov/30/emma-coronel-aispuro-el-chapo-wife-sentenced-us-prison", + "creator": "Reuters in Washington", + "pubDate": "2021-11-30T19:32:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224467,36 +249820,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "88480a045d1c81cd10e8298c2913f380" + "hash": "d2fccf5aba070699aa5de58a1f47eff7" }, { - "title": "Peng Shuai: International Tennis Federation does not want to ‘punish 1.4bn people’ with a China boycott", - "description": "
    • Calls to pull tournaments over tennis star’s treatment
    • ITF president says governing body will not follow WTA’s stance

    The International Tennis Federation has said it will not cancel any tournaments in China over concerns for Peng Shuai, because it does not want to “punish 1.4 billion people”.

    The ITF – the world governing body for the sport – had been facing calls to join the Women’s Tennis Association in suspending all tournaments in China over the government’s refusal to provide assurances of Shuai’s wellbeing.

    Continue reading...", - "content": "
    • Calls to pull tournaments over tennis star’s treatment
    • ITF president says governing body will not follow WTA’s stance

    The International Tennis Federation has said it will not cancel any tournaments in China over concerns for Peng Shuai, because it does not want to “punish 1.4 billion people”.

    The ITF – the world governing body for the sport – had been facing calls to join the Women’s Tennis Association in suspending all tournaments in China over the government’s refusal to provide assurances of Shuai’s wellbeing.

    Continue reading...", - "category": "Peng Shuai", - "link": "https://www.theguardian.com/sport/2021/dec/06/peng-shuai-international-tennis-federation-does-not-want-to-punish-14bn-people-with-a-china-boycott", - "creator": "Helen Davidson", - "pubDate": "2021-12-06T07:25:44Z", + "title": "Praise for Prince Charles after ‘historic’ slavery condemnation", + "description": "

    Equality campaigners say remarks made as Barbados became a republic are ‘start of a grown-up conversation’

    The Prince of Wales’s acknowledgment of the “appalling atrocity of slavery” that “forever stains our history” as Barbados became a republic was brave, historic, and the start of a “grown-up conversation led by a future king”, equality campaigners have said.

    Uttering words his mother, the Queen, would be constitutionally constrained from saying, Prince Charles’s speech, at the ceremony to replace the monarch as head of state in the island nation, did not demur from reflecting on the “darkest days of our past” as he looked to a bright future for Barbadians.

    Continue reading...", + "content": "

    Equality campaigners say remarks made as Barbados became a republic are ‘start of a grown-up conversation’

    The Prince of Wales’s acknowledgment of the “appalling atrocity of slavery” that “forever stains our history” as Barbados became a republic was brave, historic, and the start of a “grown-up conversation led by a future king”, equality campaigners have said.

    Uttering words his mother, the Queen, would be constitutionally constrained from saying, Prince Charles’s speech, at the ceremony to replace the monarch as head of state in the island nation, did not demur from reflecting on the “darkest days of our past” as he looked to a bright future for Barbadians.

    Continue reading...", + "category": "Prince Charles", + "link": "https://www.theguardian.com/uk-news/2021/nov/30/praise-for-prince-charles-after-historic-slavery-condemnation-barbados", + "creator": "Caroline Davies", + "pubDate": "2021-11-30T15:49:30Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "1f3e9ea36914e32fbe91ebc6fef994be" + "hash": "714e52f67eff185cca043506feae55d7" }, { - "title": "Exclusive: oil companies’ profits soared to $174bn this year as US gas prices rose", - "description": "

    Exxon, Chevron, Shell and BP among group of 24 who resisted calls to increase production but doled out shareholder dividends

    The largest oil and gas companies made a combined $174bn in profits in the first nine months of the year as gasoline prices climbed in the US, according to a new report.

    The bumper profit totals, provided exclusively to the Guardian, show that in the third quarter of 2021 alone, 24 top oil and gas companies made more than $74bn in net income. From January to September, the net income of the group, which includes Exxon, Chevron, Shell and BP, was $174bn.

    Continue reading...", - "content": "

    Exxon, Chevron, Shell and BP among group of 24 who resisted calls to increase production but doled out shareholder dividends

    The largest oil and gas companies made a combined $174bn in profits in the first nine months of the year as gasoline prices climbed in the US, according to a new report.

    The bumper profit totals, provided exclusively to the Guardian, show that in the third quarter of 2021 alone, 24 top oil and gas companies made more than $74bn in net income. From January to September, the net income of the group, which includes Exxon, Chevron, Shell and BP, was $174bn.

    Continue reading...", - "category": "Oil and gas companies", - "link": "https://www.theguardian.com/business/2021/dec/06/oil-companies-profits-exxon-chevron-shell-exclusive", - "creator": "Oliver Milman", - "pubDate": "2021-12-06T10:00:48Z", + "title": "EU advice on inclusive language withdrawn after rightwing outcry", + "description": "

    Guidelines promoted use of ‘holiday season’ instead of Christmas and advised against saying ‘man-made’

    An internal European Commission document advising officials to use inclusive language such as “holiday season” rather than Christmas and avoid terms such as “man-made” has been withdrawn after an outcry from rightwing politicians.

    The EU executive’s volte-face over the guidelines, launched by the commissioner for equality, Helena Dalli, at the end of October, was prompted by an article in the Italian tabloid il Giornale, which claimed it amounted to an attempt to “cancel Christmas”.

    Continue reading...", + "content": "

    Guidelines promoted use of ‘holiday season’ instead of Christmas and advised against saying ‘man-made’

    An internal European Commission document advising officials to use inclusive language such as “holiday season” rather than Christmas and avoid terms such as “man-made” has been withdrawn after an outcry from rightwing politicians.

    The EU executive’s volte-face over the guidelines, launched by the commissioner for equality, Helena Dalli, at the end of October, was prompted by an article in the Italian tabloid il Giornale, which claimed it amounted to an attempt to “cancel Christmas”.

    Continue reading...", + "category": "European Commission", + "link": "https://www.theguardian.com/world/2021/nov/30/eu-advice-on-inclusive-language-withdrawn-after-rightwing-outcry", + "creator": "Daniel Boffey in Brussels", + "pubDate": "2021-11-30T15:41:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224507,16 +249860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "072c6bf76c0210799683283eac9fd9b0" + "hash": "aa402c9748fc8759cfa207c3f2f432cf" }, { - "title": "UK teenager who was mauled by crocodile feared losing foot", - "description": "

    Amelie Osborn-Smith says she feels ‘very lucky’ in first interview after incident while rafting in Zambia

    A British teenager who was mauled by a crocodile in southern Africa feared she would need to have her foot amputated, and said she felt “very lucky” during an interview from her hospital bed.

    Amelie Osborn-Smith, 18, was left with her right foot “hanging loose” and a dislocated hip after the attack in the Zambezi River in Zambia while she was taking a break during a white water rafting expedition.

    Continue reading...", - "content": "

    Amelie Osborn-Smith says she feels ‘very lucky’ in first interview after incident while rafting in Zambia

    A British teenager who was mauled by a crocodile in southern Africa feared she would need to have her foot amputated, and said she felt “very lucky” during an interview from her hospital bed.

    Amelie Osborn-Smith, 18, was left with her right foot “hanging loose” and a dislocated hip after the attack in the Zambezi River in Zambia while she was taking a break during a white water rafting expedition.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/06/uk-teenager-attacked-by-crocodile-feared-loosing-foot-amelie-osborn-smith-zambia", - "creator": "Sarah Marsh", - "pubDate": "2021-12-06T11:04:56Z", + "title": "UK spy chief suggests Beijing risks ‘miscalculation’ over west’s resolve", + "description": "

    Island’s status and surveillance technology making China ‘single greatest priority’ for MI6

    China is at risk of “miscalculating through over-confidence” over Taiwan, said the MI6 head, Richard Moore, in a statement clearly intended to warn Beijing to back off any attempt to seize control of the island.

    Giving a rare speech, Britain’s foreign intelligence chief said in London that China was at risk of “believing its own propaganda” and that the country had become “the single greatest priority” for MI6 for the first time in its history.

    Continue reading...", + "content": "

    Island’s status and surveillance technology making China ‘single greatest priority’ for MI6

    China is at risk of “miscalculating through over-confidence” over Taiwan, said the MI6 head, Richard Moore, in a statement clearly intended to warn Beijing to back off any attempt to seize control of the island.

    Giving a rare speech, Britain’s foreign intelligence chief said in London that China was at risk of “believing its own propaganda” and that the country had become “the single greatest priority” for MI6 for the first time in its history.

    Continue reading...", + "category": "MI6", + "link": "https://www.theguardian.com/uk-news/2021/nov/30/uk-spy-chief-suggests-that-beijing-risks-miscalculation-over-resolve-of-west", + "creator": "Dan Sabbagh Defence and security editor", + "pubDate": "2021-11-30T15:47:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224527,36 +249880,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "49646f7682871614bb9c21eca212922d" + "hash": "7fc0aa5e0eb12be3070c5c854d31ceb0" }, { - "title": "Joe Biden restores tradition with return to Kennedy Center Honors", - "description": "

    President given standing ovations at performing arts awards snubbed by Donald Trump

    “Tonight it is quite nice, very nice to see the presidential box once again being occupied,” David Letterman said to knowing applause. “And the same with the Oval Office.”

    The comedian was introducing the 44th Kennedy Center Honors, where Joe Biden restored tradition merely with his presence after four years in which the annual gala was snubbed by then president Donald Trump and upended by the coronavirus pandemic.

    Continue reading...", - "content": "

    President given standing ovations at performing arts awards snubbed by Donald Trump

    “Tonight it is quite nice, very nice to see the presidential box once again being occupied,” David Letterman said to knowing applause. “And the same with the Oval Office.”

    The comedian was introducing the 44th Kennedy Center Honors, where Joe Biden restored tradition merely with his presence after four years in which the annual gala was snubbed by then president Donald Trump and upended by the coronavirus pandemic.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2021/dec/06/joe-biden-restores-tradition-with-return-to-kennedy-center-honors", - "creator": "David Smith in Washington", - "pubDate": "2021-12-06T08:53:03Z", + "title": "Far-right TV pundit Éric Zemmour to run for French presidency", + "description": "

    It is time to ‘save’ France, controversial figure says as he reads video speech posted on social media

    Éric Zemmour, a controversial French far-right TV pundit who has convictions for inciting racial hatred, has declared he will run for president next spring, claiming he wants to “save” traditional France from “disappearing”.

    In a 10-minute video posted on social media, Zemmour sat at a desk reading a speech in front of an old-fashioned microphone, designed to look like Charles de Gaulle’s famous June 1940 broadcast to Nazi-occupied France – provoking anger from the traditional Gaullist right.

    Continue reading...", + "content": "

    It is time to ‘save’ France, controversial figure says as he reads video speech posted on social media

    Éric Zemmour, a controversial French far-right TV pundit who has convictions for inciting racial hatred, has declared he will run for president next spring, claiming he wants to “save” traditional France from “disappearing”.

    In a 10-minute video posted on social media, Zemmour sat at a desk reading a speech in front of an old-fashioned microphone, designed to look like Charles de Gaulle’s famous June 1940 broadcast to Nazi-occupied France – provoking anger from the traditional Gaullist right.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/nov/30/far-right-tv-pundit-eric-zemmour-to-run-for-french-presidency", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2021-11-30T17:04:46Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f9759af4815eb71d9eee5f3327ab740d" + "hash": "d9dc1f442233b446139fb0f00d38def7" }, { - "title": "Omicron brings fresh concern for US mental heath after ‘grim two years’", - "description": "

    Many Americans’ mental health has suffered during the pandemic, and anxiety and depression persists

    Sarah Isaacs, a therapist in Raleigh, North Carolina, sees mostly clients between the ages of 22 and 30, many of whom missed out on the usual dating and networking because of the Covid pandemic.

    “They literally haven’t been able to do anything for two years,” said Isaacs, who specializes in working with people with eating disorders and people who identify as LGBTQ+.

    Continue reading...", - "content": "

    Many Americans’ mental health has suffered during the pandemic, and anxiety and depression persists

    Sarah Isaacs, a therapist in Raleigh, North Carolina, sees mostly clients between the ages of 22 and 30, many of whom missed out on the usual dating and networking because of the Covid pandemic.

    “They literally haven’t been able to do anything for two years,” said Isaacs, who specializes in working with people with eating disorders and people who identify as LGBTQ+.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/06/omicron-mental-health-america-covid-pandemic", - "creator": "Eric Berger", - "pubDate": "2021-12-06T07:00:17Z", + "title": "Chain reaction: Canadian MP complains about minister’s video bike backdrop", + "description": "

    Conservative Ed Fast was mocked after accusing Steven Guilbeault of making ‘statement about his environmental cred’

    A conservative Canadian MP has accused the country’s environment minister of breaching parliamentary protocol after his bicycle appeared on screen during a hybrid session of parliament.

    Conservative MP Ed Fast said minister Steven Guilbeault’s purple bicycle, hung on the wall behind him, was a blatant attempt to “make a statement about his environmental cred”.

    Continue reading...", + "content": "

    Conservative Ed Fast was mocked after accusing Steven Guilbeault of making ‘statement about his environmental cred’

    A conservative Canadian MP has accused the country’s environment minister of breaching parliamentary protocol after his bicycle appeared on screen during a hybrid session of parliament.

    Conservative MP Ed Fast said minister Steven Guilbeault’s purple bicycle, hung on the wall behind him, was a blatant attempt to “make a statement about his environmental cred”.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2021/nov/30/canada-minister-bicycle-video-steven-guilbeault", + "creator": "Leyland Cecco in Toronto", + "pubDate": "2021-11-30T16:49:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224567,16 +249920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b8b24845058ffb7b7cb161a322443af" + "hash": "f76e86afde76fc715bcbe09eedf0e3f4" }, { - "title": "Omicron wasn't part of our festive plan, but here's how we can stay safe this Christmas | Susan Michie", - "description": "

    From ventilation to lateral flow testing, let’s try to minimise the risk of catching Covid


    For months in the UK we have had 30,000-50,000 new Covid cases of the Delta variant a day and about 1,000 dying from the disease every week, and NHS leaders are saying the hospital and ambulance services are at breaking point. Now, to make matters worse, the Omicron variant has arrived. This new variant will probably evade immunity to some extent, but we don’t know by how much. It may be more transmissible, but we are not sure. And we don’t know whether or not it will cause more severe disease.

    Faced with this uncertainty and contradictory messages, what are we to do? After the disappointment of last Christmas, many of us are desperate for socialising, parties and fun. We are also desperate to avoid lockdowns. So should we be making that one stitch now to save nine later; taking steps now to try to save Christmas? Steps such as wearing masks in all indoor public spaces, working from home where we can, only going shopping and travelling where necessary and engaging in only our top priority social events?

    Susan Michie is director of the UCL Centre for Behaviour Change

    Continue reading...", - "content": "

    From ventilation to lateral flow testing, let’s try to minimise the risk of catching Covid


    For months in the UK we have had 30,000-50,000 new Covid cases of the Delta variant a day and about 1,000 dying from the disease every week, and NHS leaders are saying the hospital and ambulance services are at breaking point. Now, to make matters worse, the Omicron variant has arrived. This new variant will probably evade immunity to some extent, but we don’t know by how much. It may be more transmissible, but we are not sure. And we don’t know whether or not it will cause more severe disease.

    Faced with this uncertainty and contradictory messages, what are we to do? After the disappointment of last Christmas, many of us are desperate for socialising, parties and fun. We are also desperate to avoid lockdowns. So should we be making that one stitch now to save nine later; taking steps now to try to save Christmas? Steps such as wearing masks in all indoor public spaces, working from home where we can, only going shopping and travelling where necessary and engaging in only our top priority social events?

    Susan Michie is director of the UCL Centre for Behaviour Change

    Continue reading...", + "title": "Omicron Covid variant ‘present in Europe at least 10 days ago’", + "description": "

    Two cases of new Covid variant found in Netherlands predate last week’s alert from South Africa

    The Omicron variant of Covid-19 was present in Europe at least 10 days ago and already appears to be spreading in the Netherlands and elsewhere.

    “We have found the Omicron coronavirus variant in two test samples that were taken on November 19 and 23,” the Dutch health ministry said in a statement on Tuesday. “It is not yet clear whether these people had also visited southern Africa,” the ministry added.

    Continue reading...", + "content": "

    Two cases of new Covid variant found in Netherlands predate last week’s alert from South Africa

    The Omicron variant of Covid-19 was present in Europe at least 10 days ago and already appears to be spreading in the Netherlands and elsewhere.

    “We have found the Omicron coronavirus variant in two test samples that were taken on November 19 and 23,” the Dutch health ministry said in a statement on Tuesday. “It is not yet clear whether these people had also visited southern Africa,” the ministry added.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/commentisfree/2021/dec/06/christmas-party-celebrations-omicron", - "creator": "Susan Michie", - "pubDate": "2021-12-06T12:50:56Z", + "link": "https://www.theguardian.com/world/2021/nov/30/omicron-covid-variant-present-in-europe-at-least-10-days-ago", + "creator": "Peter Beaumont", + "pubDate": "2021-11-30T18:43:18Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224587,16 +249940,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a500dbd9e9d39e6fe41b26e3dbe77e66" + "hash": "705223468833c3032dd121c16c0e3f92" }, { - "title": "‘We are in limbo’: banned Belarus theatre troupe forced into exile", - "description": "

    Members of Belarus Free Theatre say authorities ‘are more scared of artists than of political statements’

    For 16 years, the Belarus Free Theatre has advocated for freedom of expression, equality and democracy through underground performances from ad hoc locations to audiences hungry for an alternative voice to the country’s repressive dictator, Alexander Lukashenko.

    Now the banned company has taken the momentous decision to relocate outside Belarus, saying the risk of reprisals against its members is too great for it to continue its cultural resistance under the Lukashenko regime.

    Continue reading...", - "content": "

    Members of Belarus Free Theatre say authorities ‘are more scared of artists than of political statements’

    For 16 years, the Belarus Free Theatre has advocated for freedom of expression, equality and democracy through underground performances from ad hoc locations to audiences hungry for an alternative voice to the country’s repressive dictator, Alexander Lukashenko.

    Now the banned company has taken the momentous decision to relocate outside Belarus, saying the risk of reprisals against its members is too great for it to continue its cultural resistance under the Lukashenko regime.

    Continue reading...", - "category": "Belarus", - "link": "https://www.theguardian.com/world/2021/dec/06/belarus-free-theatre-in-exile-stronger-than-regime", - "creator": "Harriet Sherwood and Andrew Roth in Moscow", - "pubDate": "2021-12-06T05:00:14Z", + "title": "All adults to be offered third Covid jab by end of January, says Boris Johnson", + "description": "

    PM tells Downing Street press conference temporary vaccine centres will be ‘popping up like Christmas trees’

    Every eligible adult in the UK should be offered a Covid booster by the end of January as ministers race to increase protection against the Omicron variant, Boris Johnson has announced.

    “We’re going to be throwing everything at it, to ensure everyone eligible is offered a booster in just over two months,” the prime minister said, adding that he would be getting his own third vaccine on Thursday.

    Continue reading...", + "content": "

    PM tells Downing Street press conference temporary vaccine centres will be ‘popping up like Christmas trees’

    Every eligible adult in the UK should be offered a Covid booster by the end of January as ministers race to increase protection against the Omicron variant, Boris Johnson has announced.

    “We’re going to be throwing everything at it, to ensure everyone eligible is offered a booster in just over two months,” the prime minister said, adding that he would be getting his own third vaccine on Thursday.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/30/all-adults-to-be-offered-third-covid-jab-by-end-of-january-says-boris-johnson", + "creator": "Heather Stewart Political editor", + "pubDate": "2021-11-30T16:39:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224607,16 +249960,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "368c7cc507eab90d1d81cb03929c01ef" + "hash": "3b9f523d8d7a11221c6b0341495b3d91" }, { - "title": "Chris Noth on feuds, family and Mr Big: ‘I never saw him as an alpha male’", - "description": "

    The Sex and the City star is back for the reboot, And Just Like That … He talks about bereavement, rebellion, the fun of acting – and the absence of Kim Cattrall

    “I’m not supposed to talk for this long. I told my publicist beforehand: ‘I need to keep this short so I don’t give quotes I’ll regret,’” chuckles Chris Noth.

    Too late for that. Ahead of our interview, I had expected Noth – best known as Mr Big from Sex and the City – to be a reluctant interviewee, because that’s how he came across in past articles, especially when he was talking about the TV show that turned him from a jobbing actor into, well, Mr Big. But those were from back in the day, when he bridled at his sudden celebrity. Noth had been in hit TV shows before, most famously when he played Detective Mike Logan for five years on Law & Order. But nothing could have prepared him for Sex and the City.

    Continue reading...", - "content": "

    The Sex and the City star is back for the reboot, And Just Like That … He talks about bereavement, rebellion, the fun of acting – and the absence of Kim Cattrall

    “I’m not supposed to talk for this long. I told my publicist beforehand: ‘I need to keep this short so I don’t give quotes I’ll regret,’” chuckles Chris Noth.

    Too late for that. Ahead of our interview, I had expected Noth – best known as Mr Big from Sex and the City – to be a reluctant interviewee, because that’s how he came across in past articles, especially when he was talking about the TV show that turned him from a jobbing actor into, well, Mr Big. But those were from back in the day, when he bridled at his sudden celebrity. Noth had been in hit TV shows before, most famously when he played Detective Mike Logan for five years on Law & Order. But nothing could have prepared him for Sex and the City.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/06/chris-noth-on-feuds-family-and-mr-big-i-never-saw-him-as-an-alpha-male", - "creator": "Hadley Freeman", - "pubDate": "2021-12-06T06:00:17Z", + "title": "Outrage as Fox News commentator likens Anthony Fauci to Nazi doctor", + "description": "

    Lara Logan compares top US infectious diseases expert to Dr Josef Mengele who experimented on Jews in concentration camps

    A Fox News commentator stoked outrage by comparing Dr Anthony Fauci, Joe Biden’s chief medical adviser, to Josef Mengele, the Nazi “Angel of Death”.

    Lara Logan, a host on the Fox Nation streaming service, was discussing Omicron on Fox News Prime Time on Monday night, amid fears that the new variant will trigger a new wave of Covid cases and further deepen political divisions over how to respond. Fox News has consistently broadcast misinformation about Covid and measures to contain it.

    Continue reading...", + "content": "

    Lara Logan compares top US infectious diseases expert to Dr Josef Mengele who experimented on Jews in concentration camps

    A Fox News commentator stoked outrage by comparing Dr Anthony Fauci, Joe Biden’s chief medical adviser, to Josef Mengele, the Nazi “Angel of Death”.

    Lara Logan, a host on the Fox Nation streaming service, was discussing Omicron on Fox News Prime Time on Monday night, amid fears that the new variant will trigger a new wave of Covid cases and further deepen political divisions over how to respond. Fox News has consistently broadcast misinformation about Covid and measures to contain it.

    Continue reading...", + "category": "Anthony Fauci", + "link": "https://www.theguardian.com/us-news/2021/nov/30/anthony-fauci-josef-mengele-fox-news", + "creator": "Martin Pengelly in New York", + "pubDate": "2021-11-30T17:52:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224627,16 +249980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "081c5d9edbbf540202849f9dcbc6e998" + "hash": "eca52d0960a7194327db579eea536657" }, { - "title": "Halo Infinite review – old-school blasting in sci-fi ‘Dad’ game", - "description": "

    PC, Xbox Series, Xbox One; Microsoft; 343 Industries
    The engrossing flagship Xbox shooter returns with its fabled craggy supersoldier and plenty of style but not quite enough bang

    Twenty years since Halo: Combat Evolved, Master Chief is still “finishing the fight”. Made infamous by Halo 2’s premature cliffhanger ending, the line is uttered with zero irony at Halo Infinite’s conclusion: it’s become the catchphrase for a series that is travelling in circles, always defaulting to something like the original fable of a craggy supersoldier fighting alien zealots for control of universe-ending Forerunner relics.

    Infinite takes place on yet another gorgeous ringworld, where Master Chief teams up with a nervy pilot and a chirpy new AI buddy to battle a renegade group called the Banished. It’s the same old story with the same rousing musical motifs, but the geography has changed: main missions are now threaded through a lush open expanse comparable to that of a Far Cry game, where you’ll tackle sidequests such as hostage rescue, and claim bases that let you fast-travel and rearm. The extra space amplifies Halo’s existing brilliance as a martial playground, defined less by reflexes and accuracy than giddy improvisation, but it’s not quite enough to make this backward-glancing game unmissable.

    Continue reading...", - "content": "

    PC, Xbox Series, Xbox One; Microsoft; 343 Industries
    The engrossing flagship Xbox shooter returns with its fabled craggy supersoldier and plenty of style but not quite enough bang

    Twenty years since Halo: Combat Evolved, Master Chief is still “finishing the fight”. Made infamous by Halo 2’s premature cliffhanger ending, the line is uttered with zero irony at Halo Infinite’s conclusion: it’s become the catchphrase for a series that is travelling in circles, always defaulting to something like the original fable of a craggy supersoldier fighting alien zealots for control of universe-ending Forerunner relics.

    Infinite takes place on yet another gorgeous ringworld, where Master Chief teams up with a nervy pilot and a chirpy new AI buddy to battle a renegade group called the Banished. It’s the same old story with the same rousing musical motifs, but the geography has changed: main missions are now threaded through a lush open expanse comparable to that of a Far Cry game, where you’ll tackle sidequests such as hostage rescue, and claim bases that let you fast-travel and rearm. The extra space amplifies Halo’s existing brilliance as a martial playground, defined less by reflexes and accuracy than giddy improvisation, but it’s not quite enough to make this backward-glancing game unmissable.

    Continue reading...", - "category": "Games", - "link": "https://www.theguardian.com/games/2021/dec/06/halo-infinite-review-old-school-blasting-in-sci-fi-dad-game", - "creator": "Edwin Evans-Thirlwell", - "pubDate": "2021-12-06T10:36:29Z", + "title": "Barbados’s icon: why Rihanna’s national hero status is so apt", + "description": "

    Honoured by her newly independent country, Rihanna has always proudly worn her Bajan heritage – broadening her sound from her Caribbean roots, while staying true to them

    Rihanna’s designation as a national hero of Barbados, to coincide with the country’s transition to an independent republic, could not be more apt. Not only has she been an official ambassador for culture and youth in the country since 2018, the singer remains the country’s most famous citizen and indeed advocate. She has never softened her Bajan accent, and her music, while tapping into pop, R&B and dance music, has remained rich with her Caribbean heritage.

    In her investiture ceremony, the country’s prime minister Mia Mottley addressed the pop singer, fashion icon and hugely successful entrepreneur as “ambassador Robyn Rihanna Fenty: may you continue to shine like a diamond” – a reference to 2012’s global hit Diamonds – “and bring honour to your nation, by your words, by your actions, and to do credit wherever you shall go. God bless you, my dear.”

    Continue reading...", + "content": "

    Honoured by her newly independent country, Rihanna has always proudly worn her Bajan heritage – broadening her sound from her Caribbean roots, while staying true to them

    Rihanna’s designation as a national hero of Barbados, to coincide with the country’s transition to an independent republic, could not be more apt. Not only has she been an official ambassador for culture and youth in the country since 2018, the singer remains the country’s most famous citizen and indeed advocate. She has never softened her Bajan accent, and her music, while tapping into pop, R&B and dance music, has remained rich with her Caribbean heritage.

    In her investiture ceremony, the country’s prime minister Mia Mottley addressed the pop singer, fashion icon and hugely successful entrepreneur as “ambassador Robyn Rihanna Fenty: may you continue to shine like a diamond” – a reference to 2012’s global hit Diamonds – “and bring honour to your nation, by your words, by your actions, and to do credit wherever you shall go. God bless you, my dear.”

    Continue reading...", + "category": "Rihanna", + "link": "https://www.theguardian.com/music/2021/nov/30/barbadoss-icon-why-rihannas-national-hero-status-is-so-apt", + "creator": "Ben Beaumont-Thomas", + "pubDate": "2021-11-30T15:37:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224647,16 +250000,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a32e173a7f9621aa4fbf09c2b956af9e" + "hash": "073b13a302594707319220f30c05eedb" }, { - "title": "Happy queer Christmas! Drag kings and queens on their festive spectaculars", - "description": "

    LGBTQ+ performers are making sure that queerness isn’t ‘swept under the carpet’ this Christmas – and providing community, fun and celebration for audiences

    Drag king Mark Anthony loves Christmas. He always has – it’s a big thing in his family. Still, he says he found his Christmas “blighted slightly” in recent years since coming out as transgender and non-binary. “It wasn’t a big sob story of rejection,” Anthony, whose family fully accepts him for who he is, explains. “It was a discomfort type thing, from both sides, where you’re trying to work out how you fit into a different role. By this point, we’re pretty much adjusted now.” (Out of drag, Anthony, performed by Isaac Williams, uses the pronouns they and them.)

    Anthony knows how Christmas “might have quite negative associations” for those LGBTQ+ people “who don’t feel they can be authentically themselves at home with their families”. It is a time that “puts a spotlight on anything that’s changed and makes it feel really kind of awkward”, for example, if someone has come out about their sexuality or gender identity.

    Continue reading...", - "content": "

    LGBTQ+ performers are making sure that queerness isn’t ‘swept under the carpet’ this Christmas – and providing community, fun and celebration for audiences

    Drag king Mark Anthony loves Christmas. He always has – it’s a big thing in his family. Still, he says he found his Christmas “blighted slightly” in recent years since coming out as transgender and non-binary. “It wasn’t a big sob story of rejection,” Anthony, whose family fully accepts him for who he is, explains. “It was a discomfort type thing, from both sides, where you’re trying to work out how you fit into a different role. By this point, we’re pretty much adjusted now.” (Out of drag, Anthony, performed by Isaac Williams, uses the pronouns they and them.)

    Anthony knows how Christmas “might have quite negative associations” for those LGBTQ+ people “who don’t feel they can be authentically themselves at home with their families”. It is a time that “puts a spotlight on anything that’s changed and makes it feel really kind of awkward”, for example, if someone has come out about their sexuality or gender identity.

    Continue reading...", - "category": "Theatre", - "link": "https://www.theguardian.com/stage/2021/dec/06/drag-kings-and-queens-festive-spectaculars", - "creator": "Ella Braidwood", - "pubDate": "2021-12-06T12:58:13Z", + "title": "‘The women are cannon fodder’: how Succession shows the horrors of misogyny", + "description": "

    Season three of the daddy issues drama speaks volumes about the monstrous Man Club that rules society – and even billionaire’s daughter Shiv Roy can’t escape its sadistic clutches

    Everyone eats their share of dung beetle surprise on Succession – HBO’s unrepentant daddy issues drama – but the women’s portions come heavily seasoned with the patriarchy’s favourite ingredients: sexism and misogyny. Even billionaire’s daughter Shiv Roy (played by Sarah Snook) can’t escape it. “It’s only your teats that give you any value,” her brother Kendall (Jeremy Strong) shouts after she rejects his offer to join him in another one of his patricidal business plans. Even before then, he couldn’t help but put a pin in her dreams of taking over the company: “You are too divisive … you’re still seen as a token woman, wonk, woke snowflake.”

    “I don’t think that, but the market does,” he explains.

    Continue reading...", + "content": "

    Season three of the daddy issues drama speaks volumes about the monstrous Man Club that rules society – and even billionaire’s daughter Shiv Roy can’t escape its sadistic clutches

    Everyone eats their share of dung beetle surprise on Succession – HBO’s unrepentant daddy issues drama – but the women’s portions come heavily seasoned with the patriarchy’s favourite ingredients: sexism and misogyny. Even billionaire’s daughter Shiv Roy (played by Sarah Snook) can’t escape it. “It’s only your teats that give you any value,” her brother Kendall (Jeremy Strong) shouts after she rejects his offer to join him in another one of his patricidal business plans. Even before then, he couldn’t help but put a pin in her dreams of taking over the company: “You are too divisive … you’re still seen as a token woman, wonk, woke snowflake.”

    “I don’t think that, but the market does,” he explains.

    Continue reading...", + "category": "Succession", + "link": "https://www.theguardian.com/tv-and-radio/2021/nov/30/the-women-are-cannon-fodder-how-succession-shows-the-horrors-of-misogyny", + "creator": "Flannery Dean", + "pubDate": "2021-11-30T15:41:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224667,16 +250020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b76edd324ecd2f0426f95383199ca78e" + "hash": "24fa0219d5f9c84c2b2bb3a354ee9458" }, { - "title": "Stillborn baby’s parents receive £2.8m from Nottingham hospital trust", - "description": "

    Payout to Jack and Sarah Hawkins is thought to be largest settlement for a stillbirth clinical negligence case

    A couple whose daughter died before birth after maternity staff failings have received a £2.8m payout from the NHS in what is believed to be the largest settlement for a stillbirth clinical negligence case.

    Sarah Hawkins was in labour for six days before Harriet was stillborn, almost nine hours after dying, at Nottingham City hospital in April 2016.

    Continue reading...", - "content": "

    Payout to Jack and Sarah Hawkins is thought to be largest settlement for a stillbirth clinical negligence case

    A couple whose daughter died before birth after maternity staff failings have received a £2.8m payout from the NHS in what is believed to be the largest settlement for a stillbirth clinical negligence case.

    Sarah Hawkins was in labour for six days before Harriet was stillborn, almost nine hours after dying, at Nottingham City hospital in April 2016.

    Continue reading...", - "category": "Nottingham", - "link": "https://www.theguardian.com/uk-news/2021/dec/06/stillborn-babys-parents-receive-28m-from-nottingham-hospital-trust", - "creator": "Jessica Murray Midlands correspondent", - "pubDate": "2021-12-06T14:47:31Z", + "title": "Tensions run high in Hastings over small boat arrivals", + "description": "

    While many in East Sussex town have rushed to help when refugees arrive on the beach, some are less welcoming

    Ten days ago, people stood on the beach in Hastings and tried to prevent a lifeboat crew from going into the sea to rescue a group of refugees in a flimsy dinghy. According to a witness, they were shouting at the RNLI: “Don’t bring any more of those, we’re full up, that’s why we stopped our donations.”

    Meanwhile, a group from the same town calling itself Hastings Supports Refugees has set up what is thought to be the first emergency response team run by volunteers to welcome the bedraggled, traumatised newcomers and provide them with hot food and drinks, dry clothes and a warm welcome as soon as they come ashore.

    Continue reading...", + "content": "

    While many in East Sussex town have rushed to help when refugees arrive on the beach, some are less welcoming

    Ten days ago, people stood on the beach in Hastings and tried to prevent a lifeboat crew from going into the sea to rescue a group of refugees in a flimsy dinghy. According to a witness, they were shouting at the RNLI: “Don’t bring any more of those, we’re full up, that’s why we stopped our donations.”

    Meanwhile, a group from the same town calling itself Hastings Supports Refugees has set up what is thought to be the first emergency response team run by volunteers to welcome the bedraggled, traumatised newcomers and provide them with hot food and drinks, dry clothes and a warm welcome as soon as they come ashore.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/nov/30/hastings-small-boat-arrivals-tensions-east-sussex-town", + "creator": "Diane Taylor", + "pubDate": "2021-11-30T13:04:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224687,16 +250040,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c324c23bf18bbbc75426fd1f89ff5b2" + "hash": "828a109f567d4375ddca69852ce6767c" }, { - "title": "Congress braces for another battle over US debt ceiling – live", - "description": "

    David Perdue’s announcement that he will challenge sitting Governor Brian Kemp for the Republican nomination comes less than a week after Democrat Stacey Abrams launched her own gubernatorial campaign.

    Abrams’ campaign sets up a potential rematch against Kemp, depending on whether he can best Perdue. Kemp narrowly defeated Abrams in the 2018 gubernatorial race, although she blamed the loss on voter suppression.

    Continue reading...", - "content": "

    David Perdue’s announcement that he will challenge sitting Governor Brian Kemp for the Republican nomination comes less than a week after Democrat Stacey Abrams launched her own gubernatorial campaign.

    Abrams’ campaign sets up a potential rematch against Kemp, depending on whether he can best Perdue. Kemp narrowly defeated Abrams in the 2018 gubernatorial race, although she blamed the loss on voter suppression.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2021/dec/06/congress-debt-ceiling-republicans-democrats-joe-biden-coronavirus-us-politics-latest", - "creator": "Joan E Greve in Washington", - "pubDate": "2021-12-06T15:30:03Z", + "title": "'Don't bring any more of those': people try to stop crew going to sea to save refugees – video", + "description": "

    The RNLI has confirmed an incident took place following claims a lifeboat crew was blocked from going to sea by people opposing the rescuing of refugees in the Channel. Hastings, which has a population of about 100,000, is on the frontline of the small boat arrivals. Refugees have been landing on its beach since 2019 but in line with the overall tripling of numbers this year there has been a huge increase, particularly in the last month.

    Continue reading...", + "content": "

    The RNLI has confirmed an incident took place following claims a lifeboat crew was blocked from going to sea by people opposing the rescuing of refugees in the Channel. Hastings, which has a population of about 100,000, is on the frontline of the small boat arrivals. Refugees have been landing on its beach since 2019 but in line with the overall tripling of numbers this year there has been a huge increase, particularly in the last month.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/video/2021/nov/30/dont-bring-any-more-of-those-people-try-to-stop-crew-going-out-to-sea-to-save-refugees-video", + "creator": "", + "pubDate": "2021-11-30T20:48:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224707,16 +250060,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e565b06dd3a2a4d8e32cbf076105232" + "hash": "267758bc2608a6970808e949b8be497d" }, { - "title": "Qld border to reopen 13 December, Palaszczuk says; SA premier advised to close border with NSW over Omicron – As it happened", - "description": "

    Annastacia Palaszczuk brings forward Qld border reopening; Steven Marshall ‘very concerned’ by Omicron as SA records four Covid cases; Perth stripped of Ashes series finale; Victoria records 1,073 new cases and six deaths, NSW records 208 cases, ACT six; Katherine lockdown extended as NT records one case; Australia could be renewables ‘superpower’ but has wasted time, Chris Bowen says.

    This blog is now closed

    A New South Wales government plan to control feral horses in Kosciuszko national park will allow horses to remain in the only known habitat of one of Australia’s most imperilled freshwater fishes and risks pushing the species closer to extinction.

    Conservationists say allowing horses to continue to roam around some sections of the park will put vulnerable wildlife and ecosystems at risk.

    There are lot of reasons even though they don’t get as sick as adults, they have a pretty strong role in spreading it back to family members and of course that can include parents and also, of greater concern, the grandparents. The older you are, the impacts of getting seriously ill or worse with Covid is greater.

    The other reason is just so kids can do what kids are meant to do – go to school, play with their friends, do sport, do exercise, do social things.

    Continue reading...", - "content": "

    Annastacia Palaszczuk brings forward Qld border reopening; Steven Marshall ‘very concerned’ by Omicron as SA records four Covid cases; Perth stripped of Ashes series finale; Victoria records 1,073 new cases and six deaths, NSW records 208 cases, ACT six; Katherine lockdown extended as NT records one case; Australia could be renewables ‘superpower’ but has wasted time, Chris Bowen says.

    This blog is now closed

    A New South Wales government plan to control feral horses in Kosciuszko national park will allow horses to remain in the only known habitat of one of Australia’s most imperilled freshwater fishes and risks pushing the species closer to extinction.

    Conservationists say allowing horses to continue to roam around some sections of the park will put vulnerable wildlife and ecosystems at risk.

    There are lot of reasons even though they don’t get as sick as adults, they have a pretty strong role in spreading it back to family members and of course that can include parents and also, of greater concern, the grandparents. The older you are, the impacts of getting seriously ill or worse with Covid is greater.

    The other reason is just so kids can do what kids are meant to do – go to school, play with their friends, do sport, do exercise, do social things.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/06/australia-news-updates-live-covid-omicron-transport-strike-scott-morrison-anthony-albanese-weather-nsw-victoria-qld", - "creator": "Mostafa Rachwani and Matilda Boseley (earlier)", - "pubDate": "2021-12-06T07:49:08Z", + "title": "Josephine Baker, music hall star and civil rights activist, enters Panthéon", + "description": "

    French-American war hero is first Black woman inducted into Paris mausoleum for revered figures

    Josephine Baker, the French-American civil rights activist, music hall superstar and second world war resistance hero, has become the first Black woman to enter France’s Panthéon mausoleum of revered historical figures – taking the nation’s highest honour at a moment when tensions over national identity and immigration are dominating the run-up to next year’s presidential race.

    The elaborate ceremony on Tuesday – presided over by the French president, Emmanuel Macron – focused on Baker’s legacy as a resistance fighter, activist and anti-fascist who fled the racial segregation of the 1920s US for the Paris cabaret stage, and who fought for inclusion and against hatred.

    Continue reading...", + "content": "

    French-American war hero is first Black woman inducted into Paris mausoleum for revered figures

    Josephine Baker, the French-American civil rights activist, music hall superstar and second world war resistance hero, has become the first Black woman to enter France’s Panthéon mausoleum of revered historical figures – taking the nation’s highest honour at a moment when tensions over national identity and immigration are dominating the run-up to next year’s presidential race.

    The elaborate ceremony on Tuesday – presided over by the French president, Emmanuel Macron – focused on Baker’s legacy as a resistance fighter, activist and anti-fascist who fled the racial segregation of the 1920s US for the Paris cabaret stage, and who fought for inclusion and against hatred.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/nov/30/black-french-american-rights-activist-josephine-baker-enters-pantheon", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2021-11-30T18:16:10Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224727,16 +250080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78d5477dfb2bbfdf84819115a21843a5" + "hash": "749a7089e0322e10609ab0925c520f65" }, { - "title": "Lives lost at Europe’s borders and Afghan MPs in exile: human rights this fortnight – in pictures", - "description": "

    A roundup of the struggle for human rights and freedoms, from Mexico to Manila

    Continue reading...", - "content": "

    A roundup of the struggle for human rights and freedoms, from Mexico to Manila

    Continue reading...", - "category": "Human rights", - "link": "https://www.theguardian.com/global-development/gallery/2021/dec/04/lives-lost-at-europes-borders-and-afghan-mps-in-exile-human-rights-this-fortnight-in-pictures", - "creator": "Sarah Johnson, compiled by Eric Hilaire", - "pubDate": "2021-12-04T07:30:19Z", + "title": "Lust actually: Christmas movies are everywhere – and this year they’re horny", + "description": "

    Move over, Miracle on 34th Street and Elf. As we face another troubled festive season, there will be some surprisingly saucy viewing

    Name: Blue Christmas films.

    Age: New.

    Continue reading...", + "content": "

    Move over, Miracle on 34th Street and Elf. As we face another troubled festive season, there will be some surprisingly saucy viewing

    Name: Blue Christmas films.

    Age: New.

    Continue reading...", + "category": "Christmas", + "link": "https://www.theguardian.com/lifeandstyle/2021/nov/30/lust-actually-christmas-movies-are-everywhere-and-this-year-theyre-horny", + "creator": "", + "pubDate": "2021-11-30T18:16:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224747,16 +250100,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7b5558e1171e3a7c35cd03bec625d1f" + "hash": "414e04dfc1b19f413c44814ab878ee7d" }, { - "title": "Myanmar’s junta condemned over guilty verdicts in Aung San Suu Kyi trial", - "description": "

    First verdicts announced in cases against Myanmar’s former leader, who was deposed in a coup in February

    A military court in Myanmar has found Aung San Suu Kyi guilty of incitement and breaking Covid restrictions, drawing condemnation from the United Nations, European Union and others, who described the verdicts as politically motivated.

    The 76-year-old, who was deposed in a coup in February, is set to serve two years in detention at an undisclosed location, a sentence reduced from four years after a partial pardon from the country’s military chief, state TV reported.

    Continue reading...", - "content": "

    First verdicts announced in cases against Myanmar’s former leader, who was deposed in a coup in February

    A military court in Myanmar has found Aung San Suu Kyi guilty of incitement and breaking Covid restrictions, drawing condemnation from the United Nations, European Union and others, who described the verdicts as politically motivated.

    The 76-year-old, who was deposed in a coup in February, is set to serve two years in detention at an undisclosed location, a sentence reduced from four years after a partial pardon from the country’s military chief, state TV reported.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2021/dec/06/aung-san-suu-kyi-sentenced-to-four-years-in-prison-for-incitement", - "creator": "Rebecca Ratcliffe South-east Asia correspondent", - "pubDate": "2021-12-06T14:12:27Z", + "title": "‘She defined modern Germany’: Blair, Barroso and Prodi on Angela Merkel", + "description": "

    When she first took office her fellow leaders included Blair, Chirac and Bush. Three of those at her first G8 summit look back on her legacy

    European Commission president, 2004-14

    Continue reading...", + "content": "

    When she first took office her fellow leaders included Blair, Chirac and Bush. Three of those at her first G8 summit look back on her legacy

    European Commission president, 2004-14

    Continue reading...", + "category": "Angela Merkel", + "link": "https://www.theguardian.com/world/2021/nov/30/slugs-angela-merkel-blair-barroso-prodi-on-germany-leader", + "creator": "Philip Oltermann", + "pubDate": "2021-11-30T10:37:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224767,16 +250120,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5fcf36ba448598270677a997747a1ae" + "hash": "5665f3da0df2747eaf5dc88d7b6ab22d" }, { - "title": "Far-right French presidential candidate put in headlock by protester - video", - "description": "

    The far-right French presidential candidate Éric Zemmour appeared to be put in a headlock by a protester at his first campaign, days after he formally declared his candidacy in a video highlighting his anti-migrant and anti-Islam views.

    Videos online appeared to show Zemmour being grabbed by a man at the heated rally near Paris on Sunday, during which anti-racism activists were also reportedly attacked. He was later reported to have suffered slight injuries

    Continue reading...", - "content": "

    The far-right French presidential candidate Éric Zemmour appeared to be put in a headlock by a protester at his first campaign, days after he formally declared his candidacy in a video highlighting his anti-migrant and anti-Islam views.

    Videos online appeared to show Zemmour being grabbed by a man at the heated rally near Paris on Sunday, during which anti-racism activists were also reportedly attacked. He was later reported to have suffered slight injuries

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/global/video/2021/dec/06/far-right-french-presidential-candidate-put-in-headlock-by-protester-video", - "creator": "", - "pubDate": "2021-12-06T10:14:41Z", + "title": "There Is No Evil review – passionate plea against Iran’s soul-poisoning executions", + "description": "

    Dissident Mohammad Rasoulof blasts against his country’s profligate use of capital punishment that includes making citizens carry out death sentences

    Maybe you don’t go to Iranian cinema for nail-biting action and suspense. But that’s what you are given in this arresting portmanteau film, the Golden Bear winner at last year’s Berlin film festival. It is written and directed by film-maker and democracy campaigner Mohammad Rasoulof, who has repeatedly been victimised by the Iranian government for his dissident “propaganda” – most recently, in 2020, with a one-year prison sentence and two-year ban on film-making. As with Rasoulof’s fellow Iranian director Jafar Panahi, a ban of this sort can be finessed, by playing on the government’s strange pedantry and hypocrisy. If the film is technically registered to someone else and shown outside Iran at international film festivals where its appearance boosts Iran’s cultural prestige, the authorities appear to let it slide, though persist with harassment.

    There Is No Evil consists of four short stories – with twists and ingeniously concealed interconnections – on the topic of the death penalty and how it is poisoning the country’s soul. Hundreds of people are executed a year in Iran, including children. Execution of the condemned criminal is the job of civilian functionaries but also widely carried out by soldiers doing compulsory national service.

    Continue reading...", + "content": "

    Dissident Mohammad Rasoulof blasts against his country’s profligate use of capital punishment that includes making citizens carry out death sentences

    Maybe you don’t go to Iranian cinema for nail-biting action and suspense. But that’s what you are given in this arresting portmanteau film, the Golden Bear winner at last year’s Berlin film festival. It is written and directed by film-maker and democracy campaigner Mohammad Rasoulof, who has repeatedly been victimised by the Iranian government for his dissident “propaganda” – most recently, in 2020, with a one-year prison sentence and two-year ban on film-making. As with Rasoulof’s fellow Iranian director Jafar Panahi, a ban of this sort can be finessed, by playing on the government’s strange pedantry and hypocrisy. If the film is technically registered to someone else and shown outside Iran at international film festivals where its appearance boosts Iran’s cultural prestige, the authorities appear to let it slide, though persist with harassment.

    There Is No Evil consists of four short stories – with twists and ingeniously concealed interconnections – on the topic of the death penalty and how it is poisoning the country’s soul. Hundreds of people are executed a year in Iran, including children. Execution of the condemned criminal is the job of civilian functionaries but also widely carried out by soldiers doing compulsory national service.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/nov/30/there-is-no-evil-review-passionate-plea-against-irans-soul-poisoning-executions", + "creator": "Peter Bradshaw", + "pubDate": "2021-11-30T10:00:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224787,16 +250140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10820e6bd87f444644dc48faf50661bb" + "hash": "5efcb5ff2d6c96ff371db3d0cda88a70" }, { - "title": "Mumps continues to circulate in US and doctors should be watchful, CDC warns", - "description": "

    Experts says doctors should continue to test because outbreaks have occurred in vaccinated adolescents and some children

    The federal Centers for Disease Control and Prevention (CDC) has warned that mumps continues to circulate in the US and that pediatricians should remain vigilant, even though spread remains low.

    Mumps was nearly eliminated under routine childhood vaccinations, as part of the measles, mumps and rubella vaccine, or MMR. Most doctors have never seen a mumps case, researchers noted.

    Continue reading...", - "content": "

    Experts says doctors should continue to test because outbreaks have occurred in vaccinated adolescents and some children

    The federal Centers for Disease Control and Prevention (CDC) has warned that mumps continues to circulate in the US and that pediatricians should remain vigilant, even though spread remains low.

    Mumps was nearly eliminated under routine childhood vaccinations, as part of the measles, mumps and rubella vaccine, or MMR. Most doctors have never seen a mumps case, researchers noted.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/06/cdc-mumps-us-mmr-children", - "creator": "Jessica Glenza", - "pubDate": "2021-12-06T15:06:26Z", + "title": "Trump chief of staff Meadows to cooperate with Capitol attack panel – live", + "description": "

    Mark Meadows, formerly Donald Trump’s chief of staff, has reached an agreement to cooperate, at least initially, with the bipartisan House committee investigating the insurrection at the US Capitol on January 6 this year by extremist supporters of the-then president, according to CNN.

    Meadows is providing records and agreeing to appear for an initial interview, the cable news company is reporting in an exclusive published moments ago.

    Meadows’ lawyer George Terwilliger said in a statement to CNN that there is now an understanding between the two parties on how information can be exchanged moving forward, stating that his client and the committee are open to engaging on a certain set of topics as they work out how to deal with information that the committee is seeking that could fall under executive privilege.

    But the agreement could be fragile if the two sides do not agree on what is privileged information. News of the understanding comes as Trump’s lawyers argued in front of a federal appeals court in Washington that the former President should be able to assert executive privilege over records from the committee.

    Continue reading...", + "content": "

    Mark Meadows, formerly Donald Trump’s chief of staff, has reached an agreement to cooperate, at least initially, with the bipartisan House committee investigating the insurrection at the US Capitol on January 6 this year by extremist supporters of the-then president, according to CNN.

    Meadows is providing records and agreeing to appear for an initial interview, the cable news company is reporting in an exclusive published moments ago.

    Meadows’ lawyer George Terwilliger said in a statement to CNN that there is now an understanding between the two parties on how information can be exchanged moving forward, stating that his client and the committee are open to engaging on a certain set of topics as they work out how to deal with information that the committee is seeking that could fall under executive privilege.

    But the agreement could be fragile if the two sides do not agree on what is privileged information. News of the understanding comes as Trump’s lawyers argued in front of a federal appeals court in Washington that the former President should be able to assert executive privilege over records from the committee.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2021/nov/30/us-congress-government-shutdown-washington-us-politics-live", + "creator": "Vivian Ho", + "pubDate": "2021-11-30T21:54:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224807,16 +250160,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e7c5463535b8b1c2a1e5f2e72abe952" + "hash": "fdb9513c2416fea2c844303406eb8b60" }, { - "title": "Snowstorm in Denmark traps dozens in Ikea showroom – video", - "description": "

    Dozens of people were trapped in an Ikea showroom when a storm dumped 30cm of snow in northern Denmark.

    After the Aalborg showroom closed, it turned into a vast bedroom after six customers and about two dozen employees who had been left stranded by the snowstorm were forced to spend the night in the store

    Continue reading...", - "content": "

    Dozens of people were trapped in an Ikea showroom when a storm dumped 30cm of snow in northern Denmark.

    After the Aalborg showroom closed, it turned into a vast bedroom after six customers and about two dozen employees who had been left stranded by the snowstorm were forced to spend the night in the store

    Continue reading...", - "category": "Denmark", - "link": "https://www.theguardian.com/business/video/2021/dec/03/snowstorm-in-denmark-traps-dozens-in-ikea-showroom-video", - "creator": "", - "pubDate": "2021-12-03T09:48:22Z", + "title": "Speed, decisiveness, cooperation: how a tiny Taiwanese village overcame Delta", + "description": "

    A rural community of 5,500 people, with an under-resourced health system, came together to take on Covid. International news editor Bonnie Malkin introduces this story about a community effort to confront Delta


    You can read the original article here: Speed, decisiveness, cooperation: how a tiny Taiwan village overcame Delta


    Continue reading...", + "content": "

    A rural community of 5,500 people, with an under-resourced health system, came together to take on Covid. International news editor Bonnie Malkin introduces this story about a community effort to confront Delta


    You can read the original article here: Speed, decisiveness, cooperation: how a tiny Taiwan village overcame Delta


    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/audio/2021/dec/01/speed-decisiveness-cooperation-how-a-tiny-taiwanese-village-overcame-delta", + "creator": "Hosted by Jane Lee. Recommended by Bonnie Malkin. Written by Helen Davidson. Read by Jason Chong. Produced by Camilla Hannan, Daniel Semo and Allison Chan. Executive producers Gabrielle Jackson and Melanie Tait", + "pubDate": "2021-11-30T16:30:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224827,16 +250180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5a589f58e90b23964a2d9d38586123e" + "hash": "85a86b06ea77484f2a6c74760511bfc2" }, { - "title": "Covid news live: Nigeria likens Omicron border closures to ‘travel apartheid’; Poland to tighten restrictions", - "description": "

    Nigeria high commissioner says travel ban not necessary; new package of pandemic restrictions to be imposed in Poland this week

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", - "content": "

    Nigeria high commissioner says travel ban not necessary; new package of pandemic restrictions to be imposed in Poland this week

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/06/covid-news-live-omicron-found-in-one-third-of-us-states-germany-plans-vaccine-mandates-for-some-health-jobs", - "creator": "Damien Gayle (now); Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-06T13:58:28Z", + "title": "Australia news updates live: bigger quarantine fines in NSW over Omicron; parliament under pressure on second-last day", + "description": "

    Labor reportedly ditching fuel emissions standards policy; penalties of $5,000 for those who fail to comply with quarantine or testing requirements come into force as authorities attempt to curb the Omicron Covid variant – follow the day’s news live

    Scott Morrison was asked about his senator David Van’s interjections in the senate yesterday, and he had this to say:

    I expect all parliamentary leaders to be seeking to be uphold those standards have been in the Parliament a long time. Just last week the interjections that I was hearing in the chamber coming across, I mean, these are things that all parliamentary leaders continue to have to uphold the standards of and I expect that of my team and I was very, very disappointed about that.

    In February this year, I spoke about integrity and conduct. Politics is about perception, and, regrettably, the public perception of our politicians is not good. Repeatedly, politicians from local, state and federal ranks have acted without integrity and contributed to the ongoing and deteriorating perception of the body politic.

    In any survey about the most trusted professions in our society, politicians usually rank amongst the lowest, and why wouldn’t this be the case, given the continued exposure of questionable activities over the years? Whether it’s alleged lies in election campaigns, dodgy preselections, misappropriation of public monies, personal benefits resulting from insider information, monies sequestered in overseas tax havens, abuse of office for personal advantage, dodgy land deals or connections with foreign governments, the list goes on and on.

    Continue reading...", + "content": "

    Labor reportedly ditching fuel emissions standards policy; penalties of $5,000 for those who fail to comply with quarantine or testing requirements come into force as authorities attempt to curb the Omicron Covid variant – follow the day’s news live

    Scott Morrison was asked about his senator David Van’s interjections in the senate yesterday, and he had this to say:

    I expect all parliamentary leaders to be seeking to be uphold those standards have been in the Parliament a long time. Just last week the interjections that I was hearing in the chamber coming across, I mean, these are things that all parliamentary leaders continue to have to uphold the standards of and I expect that of my team and I was very, very disappointed about that.

    In February this year, I spoke about integrity and conduct. Politics is about perception, and, regrettably, the public perception of our politicians is not good. Repeatedly, politicians from local, state and federal ranks have acted without integrity and contributed to the ongoing and deteriorating perception of the body politic.

    In any survey about the most trusted professions in our society, politicians usually rank amongst the lowest, and why wouldn’t this be the case, given the continued exposure of questionable activities over the years? Whether it’s alleged lies in election campaigns, dodgy preselections, misappropriation of public monies, personal benefits resulting from insider information, monies sequestered in overseas tax havens, abuse of office for personal advantage, dodgy land deals or connections with foreign governments, the list goes on and on.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/dec/01/australia-news-updates-live-covid-omicron-scott-morrison-parliament-nsw-victoria-coronavirus-travel-restrictions-quarantine-australian-politics", + "creator": "Amy Remeikis", + "pubDate": "2021-11-30T21:53:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224847,16 +250200,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "80c394414e72026024f5a5fea41f5729" + "hash": "f2b369f56837691bc909079fac4959ff" }, { - "title": "Aung San Suu Kyi sentenced to four years in prison for incitement", - "description": "

    First verdict against Nobel Peace Prize winner and Myanmar’s former leader, who was deposed in a coup in February

    Aung San Suu Kyi has been sentenced to four years in prison for incitement and breaking Covid restrictions – the first verdict to be handed down to Myanmar’s ousted leader since the junta seized power in February.

    The 76-year-old has been accused of a series of offences – from unlawful possession of walkie-talkies to breaches of the Official Secrets Act – that could amount to decades-long prison sentences. Her lawyer has previously described the cases as “absurd”.

    Continue reading...", - "content": "

    First verdict against Nobel Peace Prize winner and Myanmar’s former leader, who was deposed in a coup in February

    Aung San Suu Kyi has been sentenced to four years in prison for incitement and breaking Covid restrictions – the first verdict to be handed down to Myanmar’s ousted leader since the junta seized power in February.

    The 76-year-old has been accused of a series of offences – from unlawful possession of walkie-talkies to breaches of the Official Secrets Act – that could amount to decades-long prison sentences. Her lawyer has previously described the cases as “absurd”.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2021/dec/06/aung-san-suu-kyi-sentenced-to-four-years-in-prison-for-incitement", - "creator": "Rebecca Ratcliffe South-east Asia correspondent", - "pubDate": "2021-12-06T07:47:59Z", + "title": "Botswana upholds ruling decriminalising same-sex relationships", + "description": "

    Court of appeal decision hailed as victory for LGBTQ+ community that could encourage other African countries to follow suit

    Gay rights campaigners expressed joy at the Botswana court of appeal’s decision to uphold a ruling that decriminalised same-sex relationships, saying the country’s judiciary had set an example for other African countries.

    The government had appealed a 2019 ruling that criminalising homosexuality was unconstitutional. The ruling had been hailed as a major victory for gay rights campaigners on the continent, following an unsuccessful attempt in Kenya to repeal colonial-era laws criminalising gay sex.

    Continue reading...", + "content": "

    Court of appeal decision hailed as victory for LGBTQ+ community that could encourage other African countries to follow suit

    Gay rights campaigners expressed joy at the Botswana court of appeal’s decision to uphold a ruling that decriminalised same-sex relationships, saying the country’s judiciary had set an example for other African countries.

    The government had appealed a 2019 ruling that criminalising homosexuality was unconstitutional. The ruling had been hailed as a major victory for gay rights campaigners on the continent, following an unsuccessful attempt in Kenya to repeal colonial-era laws criminalising gay sex.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/29/botswana-upholds-ruling-decriminalising-same-sex-relationships", + "creator": "Nyasha Chingono in Harare", + "pubDate": "2021-11-29T15:58:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224867,16 +250220,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a7e535351b6fdc2c5191b7b61d95850" + "hash": "86777d060ccbc058c1a17360ed0df5ac" }, { - "title": "Old UK oilwells could be turned into CO2 burial test sites", - "description": "

    Exclusive: Consortium of energy firms and universities says underground storage of hydrogen can also be investigated

    Exhausted oil and gas wells would be turned into the UK’s first deep test sites for burying carbon dioxide next year, under plans from a consortium of universities and energy companies.

    There are hundreds of active onshore oil and gas wells in the UK. But as they come to the end of their lives, some need to be redeployed for trials of pumping CO2 underground and monitoring it to ensure it does not escape, the group says. The test wells could also be used to assess how hydrogen can be stored underground.

    Continue reading...", - "content": "

    Exclusive: Consortium of energy firms and universities says underground storage of hydrogen can also be investigated

    Exhausted oil and gas wells would be turned into the UK’s first deep test sites for burying carbon dioxide next year, under plans from a consortium of universities and energy companies.

    There are hundreds of active onshore oil and gas wells in the UK. But as they come to the end of their lives, some need to be redeployed for trials of pumping CO2 underground and monitoring it to ensure it does not escape, the group says. The test wells could also be used to assess how hydrogen can be stored underground.

    Continue reading...", - "category": "Oil", - "link": "https://www.theguardian.com/environment/2021/dec/06/old-uk-oilwells-co2-burial-test-sites-hydrogen", - "creator": "Damian Carrington Environment editor", - "pubDate": "2021-12-06T12:00:20Z", + "title": "Can the Gambia turn the tide to save its shrinking beaches?", + "description": "

    In a developing country reliant on its tourist industry, the rapidly eroding ‘smiling coast’ shows the urgent need for action on climate change

    When Saikou Demba was a young man starting out in the hospitality business, he opened a little hotel on the Gambian coast called the Leybato and ran a beach bar on the wide expanse of golden sand. The hotel is still there, a relaxed spot where guests can lie in hammocks beneath swaying palm trees and stroll along shell-studded pathways. But the beach bar is not. At high tide, Demba reckons it would be about five or six metres into the sea.

    “The first year the tide came in high but it was OK,” he says. “The second year, the tide came in high but it was OK. The third year, I came down one day and it [the bar] wasn’t there: half of it went into the sea.”

    Continue reading...", + "content": "

    In a developing country reliant on its tourist industry, the rapidly eroding ‘smiling coast’ shows the urgent need for action on climate change

    When Saikou Demba was a young man starting out in the hospitality business, he opened a little hotel on the Gambian coast called the Leybato and ran a beach bar on the wide expanse of golden sand. The hotel is still there, a relaxed spot where guests can lie in hammocks beneath swaying palm trees and stroll along shell-studded pathways. But the beach bar is not. At high tide, Demba reckons it would be about five or six metres into the sea.

    “The first year the tide came in high but it was OK,” he says. “The second year, the tide came in high but it was OK. The third year, I came down one day and it [the bar] wasn’t there: half of it went into the sea.”

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/28/can-the-gambia-turn-the-tide-to-save-its-shrinking-beaches", + "creator": "Lizzy Davies in Fajara", + "pubDate": "2021-11-28T13:00:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224887,16 +250240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bf29680adaa125d1cdc54bc8b6f5baae" + "hash": "c62f2ec4fe1b5df4b1183fa65c85eee1" }, { - "title": "‘Crooked bastards’: Trump attacks US media in foul-mouthed speech", - "description": "

    Insults to press and chairman of joint chiefs of staff recall barbs while Trump was in power

    In remarks to diners at his Mar-a-Lago resort in Florida on Saturday night, Donald Trump called the American media “crooked bastards” and Gen Mark Milley, the chairman of the joint chiefs of staff, a “fucking idiot”.

    The meandering, foul-mouthed speech to Turning Point USA, a group for young conservatives, was streamed by Jack Posobiec, a rightwing blogger and provocateur.

    Continue reading...", - "content": "

    Insults to press and chairman of joint chiefs of staff recall barbs while Trump was in power

    In remarks to diners at his Mar-a-Lago resort in Florida on Saturday night, Donald Trump called the American media “crooked bastards” and Gen Mark Milley, the chairman of the joint chiefs of staff, a “fucking idiot”.

    The meandering, foul-mouthed speech to Turning Point USA, a group for young conservatives, was streamed by Jack Posobiec, a rightwing blogger and provocateur.

    Continue reading...", - "category": "Donald Trump", - "link": "https://www.theguardian.com/us-news/2021/dec/06/trump-attacks-us-media-mark-milley-foul-mouthed-speech", - "creator": "Martin Pengelly", - "pubDate": "2021-12-06T06:00:16Z", + "title": "Channel crossings: who would make such a dangerous journey – and why?", + "description": "

    Most of the people who reach the UK after risking their lives in small boats have their claims for asylum approved

    Last week’s tragedy in the Channel has reopened the debate on how to stop people making dangerous crossings, with the solutions presented by the government focused on how to police the waters.

    Less has been said about where those people come from, with most fleeing conflicts and persecution. About two-thirds of people arriving on small boats between January 2020 and May 2021 were from Iran, Iraq, Sudan and Syria. Many also came from Eritrea, from where 80% of asylum applications were approved.

    Continue reading...", + "content": "

    Most of the people who reach the UK after risking their lives in small boats have their claims for asylum approved

    Last week’s tragedy in the Channel has reopened the debate on how to stop people making dangerous crossings, with the solutions presented by the government focused on how to police the waters.

    Less has been said about where those people come from, with most fleeing conflicts and persecution. About two-thirds of people arriving on small boats between January 2020 and May 2021 were from Iran, Iraq, Sudan and Syria. Many also came from Eritrea, from where 80% of asylum applications were approved.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/28/channel-crossings-asylum-refugees-dangerous-journey", + "creator": "Kaamil Ahmed", + "pubDate": "2021-11-28T07:30:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224907,16 +250260,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26b047d3b2e2a22cc62701d6287167fd" + "hash": "e48b4a14fe7d164ad4b0aded46c112e0" }, { - "title": "Covid not over and next pandemic could be more lethal, says Oxford jab creator", - "description": "

    Prof Dame Sarah Gilbert says this will not be the last time a virus threatens our lives and our livelihoods

    The coronavirus pandemic that has so far killed more than 5 million people worldwide is far from over and the next one could be even more lethal, the creator of the Oxford/AstraZeneca vaccine has said.

    As fears grow over the threat posed by the highly mutated Omicron variant, detected in more than 30 countries, Prof Dame Sarah Gilbert cautioned that while it was increasingly obvious that “this pandemic is not done with us”, the next one could be worse.

    Continue reading...", - "content": "

    Prof Dame Sarah Gilbert says this will not be the last time a virus threatens our lives and our livelihoods

    The coronavirus pandemic that has so far killed more than 5 million people worldwide is far from over and the next one could be even more lethal, the creator of the Oxford/AstraZeneca vaccine has said.

    As fears grow over the threat posed by the highly mutated Omicron variant, detected in more than 30 countries, Prof Dame Sarah Gilbert cautioned that while it was increasingly obvious that “this pandemic is not done with us”, the next one could be worse.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/06/covid-not-over-next-pandemic-could-be-more-lethal-oxford-jab-creator", - "creator": "Andrew Gregory and Jessica Elgot", - "pubDate": "2021-12-06T00:01:08Z", + "title": "‘We will start again’: Afghan female MPs fight on from parliament in exile", + "description": "

    From Greece the women are advocating for fellow refugees – and those left behind under Taliban rule

    It is a Saturday morning in November, and Afghan MP Nazifa Yousufi Bek gathers up her notes and prepares to head for the office. But instead of jumping in an armoured car bound for the mahogany-lined parliament in Kabul, her journey is by bus from a Greek hotel to a migrants’ organisation in the centre of Athens. There, taking her place on a folding chair, she inaugurates the Afghan women’s parliament in – exile.

    “Our people have nothing. Mothers are selling their children,” she tells a room packed with her peers. “We must raise our voices, we must put a stop to this,” says Yousufi Bek, 35, who fled Afghanistan with her husband and three young children after the Taliban swept to power in August. Some around her nod in agreement; others quietly weep.

    Continue reading...", + "content": "

    From Greece the women are advocating for fellow refugees – and those left behind under Taliban rule

    It is a Saturday morning in November, and Afghan MP Nazifa Yousufi Bek gathers up her notes and prepares to head for the office. But instead of jumping in an armoured car bound for the mahogany-lined parliament in Kabul, her journey is by bus from a Greek hotel to a migrants’ organisation in the centre of Athens. There, taking her place on a folding chair, she inaugurates the Afghan women’s parliament in – exile.

    “Our people have nothing. Mothers are selling their children,” she tells a room packed with her peers. “We must raise our voices, we must put a stop to this,” says Yousufi Bek, 35, who fled Afghanistan with her husband and three young children after the Taliban swept to power in August. Some around her nod in agreement; others quietly weep.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/global-development/2021/nov/27/we-will-start-again-afghan-female-mps-now-refugees-are-still-fighting-for-rights", + "creator": "Amie Ferris-Rotman", + "pubDate": "2021-11-27T12:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224927,16 +250280,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8ba309b408cadbb55704e10fd4449cf" + "hash": "dab63ede33a36ebb9573fefad7567307" }, { - "title": "Emma Beddington tries … being a mermaid: ‘I’m more beached seal than beguiling siren’", - "description": "

    Being a beautiful watery creature is a challenge if you have no technique or breath control – and can’t hear a word beneath your floral swimming cap

    I am too old for Disney’s Little Mermaid. My sister was the right age, but our right-on 80s household was a princess-free zone (though The Little Mermaid is arguably one of the more subversive films in the canon, with its exploration of identity and conformity and nods to drag culture). I have, however, gleaned that the transformation from mermaid to human is a risky business; I believe a crab says so.

    But what about the reverse? Because today, I, a human, am becoming a mermaid, thanks to Donna Rumney of Mermaids at Jesmond Pool, in Newcastle upon Tyne. Donna is booked out with children’s mermaid parties but adult sessions are popular, too: everyone wants to be a mermaid now. There are mermaid pageants and conventions; people pay thousands of pounds for custom-made silicone tails. Something about that in-between state, the grace and fluidity, appeals when life on land feels so hidebound and joyless. I love the idea of achieving a state of otherworldly aquatic grace; what could possibly go wrong?

    Continue reading...", - "content": "

    Being a beautiful watery creature is a challenge if you have no technique or breath control – and can’t hear a word beneath your floral swimming cap

    I am too old for Disney’s Little Mermaid. My sister was the right age, but our right-on 80s household was a princess-free zone (though The Little Mermaid is arguably one of the more subversive films in the canon, with its exploration of identity and conformity and nods to drag culture). I have, however, gleaned that the transformation from mermaid to human is a risky business; I believe a crab says so.

    But what about the reverse? Because today, I, a human, am becoming a mermaid, thanks to Donna Rumney of Mermaids at Jesmond Pool, in Newcastle upon Tyne. Donna is booked out with children’s mermaid parties but adult sessions are popular, too: everyone wants to be a mermaid now. There are mermaid pageants and conventions; people pay thousands of pounds for custom-made silicone tails. Something about that in-between state, the grace and fluidity, appeals when life on land feels so hidebound and joyless. I love the idea of achieving a state of otherworldly aquatic grace; what could possibly go wrong?

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/06/emma-beddington-tries-being-a-mermaid-im-more-beached-seal-than-beguiling-siren", - "creator": "Emma Beddington", - "pubDate": "2021-12-06T07:00:17Z", + "title": "‘Taste this, it’s salty’: how rising seas are ruining the Gambia’s rice farmers", + "description": "

    The farmers, mostly women, once grew enough but must now buy imported rice as the climate crisis edges them into poverty

    In the sweltering heat of the late-morning west African sun, Aminata Jamba slashes at golden rice stalks with a sickle. “The rice is lovely,” she says, music playing in the background as her son, Sampa, silently harvests the grain. But even if the quality is high, the quantity is not.

    While once Jamba could have expected to harvest enough rice to last the whole year, this year she reckons it will last three to four months. After that, she will have to look elsewhere for a way to feed her family and make enough money to live.

    Continue reading...", + "content": "

    The farmers, mostly women, once grew enough but must now buy imported rice as the climate crisis edges them into poverty

    In the sweltering heat of the late-morning west African sun, Aminata Jamba slashes at golden rice stalks with a sickle. “The rice is lovely,” she says, music playing in the background as her son, Sampa, silently harvests the grain. But even if the quality is high, the quantity is not.

    While once Jamba could have expected to harvest enough rice to last the whole year, this year she reckons it will last three to four months. After that, she will have to look elsewhere for a way to feed her family and make enough money to live.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/27/taste-this-its-salty-how-rising-seas-are-ruining-the-gambias-rice-farmers", + "creator": "Lizzy Davies in Kerewan", + "pubDate": "2021-11-27T07:15:50Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224947,16 +250300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "620425b8c0c2bf3d0accaeb886105927" + "hash": "3181c0bf9e2897f646662cc05878b19d" }, { - "title": "'No rules were broken' if No 10 party took place, says police minister – video", - "description": "

    The policing minister, Kit Malthouse, said 'no rules were broken' if a party took place last Christmas at Downing Street, directly contradicting Dominic Raab, the justice secretary, who conceded on Sunday that a 'formal party' of the sort reported would have been contrary to the then-Covid-19 guidance.

    Malthouse claimed the police 'don’t normally look back and investigate things that have taken place a year ago', but said it would be right for police to follow up any formal complaints about the event.

    Continue reading...", - "content": "

    The policing minister, Kit Malthouse, said 'no rules were broken' if a party took place last Christmas at Downing Street, directly contradicting Dominic Raab, the justice secretary, who conceded on Sunday that a 'formal party' of the sort reported would have been contrary to the then-Covid-19 guidance.

    Malthouse claimed the police 'don’t normally look back and investigate things that have taken place a year ago', but said it would be right for police to follow up any formal complaints about the event.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/video/2021/dec/06/no-rules-were-broken-if-no10-party-took-place-says-police-minister-video", - "creator": "", - "pubDate": "2021-12-06T13:37:51Z", + "title": "Despite reports of milder symptoms Omicron should not be understimated", + "description": "

    While anecdotal accounts suggest the variant may cause less severe illness and it will take weeks for definitive data

    As the world scrambles to contain the new variant, some are hopefully seizing on anecdotal reports from South Africa that it may cause only mild illness. But although previous variants of the coronavirus have been associated with different symptoms and severity, it would be dangerous to assume that Omicron is a viral pussy cat, experts say.

    At a briefing convened by South Africa’s Department of Health on Monday, Unben Pillay, a GP from practising in Midrand on the outskirts of Johannesburg, said that while “it is still early days” the cases he was seeing were typically mild: “We are seeing patients present with dry cough, fever, night sweats and a lot of body pains. Vaccinated people tend to do much better.”

    Continue reading...", + "content": "

    While anecdotal accounts suggest the variant may cause less severe illness and it will take weeks for definitive data

    As the world scrambles to contain the new variant, some are hopefully seizing on anecdotal reports from South Africa that it may cause only mild illness. But although previous variants of the coronavirus have been associated with different symptoms and severity, it would be dangerous to assume that Omicron is a viral pussy cat, experts say.

    At a briefing convened by South Africa’s Department of Health on Monday, Unben Pillay, a GP from practising in Midrand on the outskirts of Johannesburg, said that while “it is still early days” the cases he was seeing were typically mild: “We are seeing patients present with dry cough, fever, night sweats and a lot of body pains. Vaccinated people tend to do much better.”

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/30/despite-reports-of-milder-symptoms-omicron-should-not-be-understimated", + "creator": "Linda Geddes Science correspondent and Nick Dall in Cape Town", + "pubDate": "2021-11-30T05:00:06Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224967,16 +250320,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3069e1401f466648d087541f45c24e45" + "hash": "941684e571366a828dba743099960dce" }, { - "title": "Fauci cautiously optimistic about Omicron variant severity | First Thing", - "description": "

    Fauci says Republican ‘overhyping’ claim on Covid is ‘preposterous’. Plus, Trump attacks the media again

    Good morning.

    Dismissing as “preposterous” a Republican senator’s claim he is “overhyping” Covid-19 as he did HIV and Aids, Dr Anthony Fauci said on Sunday the threat to the US from the Omicron variant remained to be determined – but that signs were encouraging.

    What did Fauci say about Johnson? “Overhyping Aids? It’s killed over 750,000 Americans and 36 million people worldwide. How do you overhype Covid? It’s already killed 780,000 Americans and over 5 million people worldwide. So, I don’t have any clue of what he’s talking about.”

    How bad is the spread of Omicron? The variant has been detected in 15 US states. Fauci was cautiously optimistic current vaccines might work against it.

    What do Americans think about overturning Roe v Wade? According to recent polling, seven in 10 are opposed to overturning the landmark ruling while 59% believe abortion should be legal in all or most circumstances.

    Continue reading...", - "content": "

    Fauci says Republican ‘overhyping’ claim on Covid is ‘preposterous’. Plus, Trump attacks the media again

    Good morning.

    Dismissing as “preposterous” a Republican senator’s claim he is “overhyping” Covid-19 as he did HIV and Aids, Dr Anthony Fauci said on Sunday the threat to the US from the Omicron variant remained to be determined – but that signs were encouraging.

    What did Fauci say about Johnson? “Overhyping Aids? It’s killed over 750,000 Americans and 36 million people worldwide. How do you overhype Covid? It’s already killed 780,000 Americans and over 5 million people worldwide. So, I don’t have any clue of what he’s talking about.”

    How bad is the spread of Omicron? The variant has been detected in 15 US states. Fauci was cautiously optimistic current vaccines might work against it.

    What do Americans think about overturning Roe v Wade? According to recent polling, seven in 10 are opposed to overturning the landmark ruling while 59% believe abortion should be legal in all or most circumstances.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/06/first-thing-fauci-cautiously-optimistic-about-omicron-variant-severity", - "creator": "Nicola Slawson", - "pubDate": "2021-12-06T11:12:04Z", + "title": "Nothing can stop Iran’s World Cup heroes. Except war, of course…", + "description": "

    The ‘Persian Leopards’ are going great guns on the football field, but at nuclear talks in Vienna a far more dangerous game is being played

    There is a strikingly topsy-turvy, Saturnalian feel to recent qualifying matches for the 2022 football World Cup. Saudi Arabia (population 35 million) beat China (population 1.4 billion). Canada lead the US in their group. Four-time winners Italy failed to defeat lowly Northern Ireland.

    Pursuing an unbeaten run full of political symbolism, unfancied Iran are also over the moon after subjugating the neighbourhood, as is their habit. Iraq, Syria, Lebanon and the UAE all succumbed to the soar‑away “Persian Leopards”.

    Continue reading...", + "content": "

    The ‘Persian Leopards’ are going great guns on the football field, but at nuclear talks in Vienna a far more dangerous game is being played

    There is a strikingly topsy-turvy, Saturnalian feel to recent qualifying matches for the 2022 football World Cup. Saudi Arabia (population 35 million) beat China (population 1.4 billion). Canada lead the US in their group. Four-time winners Italy failed to defeat lowly Northern Ireland.

    Pursuing an unbeaten run full of political symbolism, unfancied Iran are also over the moon after subjugating the neighbourhood, as is their habit. Iraq, Syria, Lebanon and the UAE all succumbed to the soar‑away “Persian Leopards”.

    Continue reading...", + "category": "Iran nuclear deal", + "link": "https://www.theguardian.com/world/2021/nov/28/nothing-can-stop-irans-world-cup-heroes-except-war-of-course", + "creator": "Simon Tisdall", + "pubDate": "2021-11-28T09:00:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -224987,16 +250340,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e51cb3c395c178f4d87813a39f300c37" + "hash": "9c4c5de92d019f47104ec149a2f53fd2" }, { - "title": "Covid news live: Omicron likely to be dominant strain in UK ‘within weeks’; Japan confirms third case", - "description": "

    Expert says probably already 1,000 cases in UK; man who had been in Italy becomes Japan’s third person identified with Omicron

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", - "content": "

    Expert says probably already 1,000 cases in UK; man who had been in Italy becomes Japan’s third person identified with Omicron

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/06/covid-news-live-omicron-found-in-one-third-of-us-states-germany-plans-vaccine-mandates-for-some-health-jobs", - "creator": "Martin Belam (now) and Samantha Lock (earlier)", - "pubDate": "2021-12-06T09:33:57Z", + "title": "Jill Biden decks the White House halls for Christmas – in pictures", + "description": "

    The theme for the 2021 White House holiday season is Gifts from the Heart. According to Jill Biden’s office, about 6,000ft of ribbon, more than 300 candles and more than 10,000 ornaments were used this year to decorate. There are also 41 Christmas trees throughout the White House

    Continue reading...", + "content": "

    The theme for the 2021 White House holiday season is Gifts from the Heart. According to Jill Biden’s office, about 6,000ft of ribbon, more than 300 candles and more than 10,000 ornaments were used this year to decorate. There are also 41 Christmas trees throughout the White House

    Continue reading...", + "category": "Jill Biden", + "link": "https://www.theguardian.com/us-news/gallery/2021/nov/30/white-house-christmas-decorations-pictures-gallery", + "creator": "", + "pubDate": "2021-11-30T06:00:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225007,16 +250360,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "79021f18f81d970a7822bc8390c86a72" + "hash": "761a58582d4f15a1e8f87b221f8204e5" }, { - "title": "Mountaineer given jewels he found on French glacier 50 years after plane crash", - "description": "

    Gemstones worth €300,000 shared between Mont Blanc climber and authorities as man praised for handing discovery to police in 2013

    A treasure trove of emeralds, rubies and sapphires buried for decades on a glacier off France’s Mont Blanc has finally been shared between the climber who discovered them and local authorities, eight years after they were found.

    The mountaineer stumbled across the precious stones in 2013. They had remained hidden in a metal box that was onboard an Indian plane that crashed in the desolate landscape some 50 years earlier.

    Continue reading...", - "content": "

    Gemstones worth €300,000 shared between Mont Blanc climber and authorities as man praised for handing discovery to police in 2013

    A treasure trove of emeralds, rubies and sapphires buried for decades on a glacier off France’s Mont Blanc has finally been shared between the climber who discovered them and local authorities, eight years after they were found.

    The mountaineer stumbled across the precious stones in 2013. They had remained hidden in a metal box that was onboard an Indian plane that crashed in the desolate landscape some 50 years earlier.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/06/mountaineer-given-jewels-he-found-on-french-glacier-50-years-after-plane-crash", - "creator": "Agence France-Presse", - "pubDate": "2021-12-06T01:03:49Z", + "title": "Trucks overturn and buildings collapse as extreme winds hit Turkey – video", + "description": "

    Four people, including a foreign national, were killed and at least 19 were injured in Istanbul on Monday as extreme winds battered Turkey's biggest city and its surrounding regions, the governor's office said. The wild weather caused at least two lorries to overturn, blocking traffic on a busy highway in Istanbul. The winds have knocked down buildings and lifted concrete slabs off roofs and walls

    Continue reading...", + "content": "

    Four people, including a foreign national, were killed and at least 19 were injured in Istanbul on Monday as extreme winds battered Turkey's biggest city and its surrounding regions, the governor's office said. The wild weather caused at least two lorries to overturn, blocking traffic on a busy highway in Istanbul. The winds have knocked down buildings and lifted concrete slabs off roofs and walls

    Continue reading...", + "category": "Turkey", + "link": "https://www.theguardian.com/world/video/2021/nov/29/trucks-overturn-and-buildings-collapse-as-extreme-winds-hit-turkey-video", + "creator": "", + "pubDate": "2021-11-29T18:49:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225027,16 +250380,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52940123fec7f8d520ab49fe1bbbdfa3" + "hash": "f170607ec014ef647b4acf76018ec651" }, { - "title": "Far-right French presidential candidate put in headlock by protester at rally", - "description": "

    Éric Zemmour formally declared his candidacy on Tuesday, highlighting his anti-migrant and anti-Islam views

    The far-right French presidential candidate Éric Zemmour appeared to be put in a headlock by a protester at his first campaign, a few days after he formally declared his candidacy in a video highlighting his anti-migrant and anti-Islam views.

    Videos online appeared to show Zemmour being grabbed by a man at the heated rally near Paris on Sunday, during which anti-racism activists were also reportedly attacked.

    Continue reading...", - "content": "

    Éric Zemmour formally declared his candidacy on Tuesday, highlighting his anti-migrant and anti-Islam views

    The far-right French presidential candidate Éric Zemmour appeared to be put in a headlock by a protester at his first campaign, a few days after he formally declared his candidacy in a video highlighting his anti-migrant and anti-Islam views.

    Videos online appeared to show Zemmour being grabbed by a man at the heated rally near Paris on Sunday, during which anti-racism activists were also reportedly attacked.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/05/far-right-french-presidential-candidate-put-in-headlock-by-protester-at-rally", - "creator": "Guardian staff and agency", - "pubDate": "2021-12-05T20:32:24Z", + "title": "Sajid Javid outlines changes to Covid vaccine booster programme – video", + "description": "

    Sajid Javid has announced changes to the UK's coronavirus vaccine booster programme, including advising that all adults in the country should be offered third doses from just three months after their second vaccinations. Speaking in the Commons, the health secretary outlined this and other changes aimed at speeding up booster vaccinations as the government scrambles to limit the spread of the new Omicron variant

    Continue reading...", + "content": "

    Sajid Javid has announced changes to the UK's coronavirus vaccine booster programme, including advising that all adults in the country should be offered third doses from just three months after their second vaccinations. Speaking in the Commons, the health secretary outlined this and other changes aimed at speeding up booster vaccinations as the government scrambles to limit the spread of the new Omicron variant

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/nov/29/sajid-javid-outlines-changes-to-covid-vaccine-booster-programme-video", + "creator": "", + "pubDate": "2021-11-29T16:50:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225047,16 +250400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc507b81dfa0e68c782ef3284cd84693" + "hash": "7dd99b9012b4ec917416b3c8e7ef0885" }, { - "title": "Mount Semeru volcano: search for survivors suspended amid fresh eruption in Indonesia", - "description": "

    Search to resume when ‘a bit safer’, rescuer says, while some residents reported to have returned home after weekend eruption to check belongings

    Indonesia’s Mount Semeru spewed more ash on Monday, forcing rescuers to suspend the search for survivors as aerial images showed the extent of the devastation unleashed by the volcano’s deadly weekend eruption.

    People living near the volcano were earlier on Monday warned to remain vigilant after the eruption, as heavy wind and rain brought search-and-rescue efforts to a halt.

    Continue reading...", - "content": "

    Search to resume when ‘a bit safer’, rescuer says, while some residents reported to have returned home after weekend eruption to check belongings

    Indonesia’s Mount Semeru spewed more ash on Monday, forcing rescuers to suspend the search for survivors as aerial images showed the extent of the devastation unleashed by the volcano’s deadly weekend eruption.

    People living near the volcano were earlier on Monday warned to remain vigilant after the eruption, as heavy wind and rain brought search-and-rescue efforts to a halt.

    Continue reading...", - "category": "Volcanoes", - "link": "https://www.theguardian.com/world/2021/dec/06/semeru-volcano-eruption-stormy-weather-halts-search-and-rescue-efforts-in-indonesia", - "creator": "Guardian staff with agencies", - "pubDate": "2021-12-06T06:48:19Z", + "title": "Omicron Covid variant cases expected to rise, says UK health minister – video", + "description": "

    The UK health minister, Edward Argar, has said he expects cases of the new Omicron Covid variant to rise after a number of infections were confirmed in Britain. New restrictions are being imposed this week in an attempt to limit the spread of the variant, first identified in South Africa, which scientists fear could be highly transmissible and evade some vaccine protections.

    Argar reiterated comments that ministers were hopeful that 'swift, precautionary steps' would mean no extra measures would be needed to combat the new variant.

    Continue reading...", + "content": "

    The UK health minister, Edward Argar, has said he expects cases of the new Omicron Covid variant to rise after a number of infections were confirmed in Britain. New restrictions are being imposed this week in an attempt to limit the spread of the variant, first identified in South Africa, which scientists fear could be highly transmissible and evade some vaccine protections.

    Argar reiterated comments that ministers were hopeful that 'swift, precautionary steps' would mean no extra measures would be needed to combat the new variant.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/nov/29/omicron-covid-variant-cases-expected-to-rise-says-uk-health-minister-video", + "creator": "", + "pubDate": "2021-11-29T11:15:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225067,36 +250420,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "96100e74e1fc7bf5bd024bb40964e3b6" + "hash": "06e0d1336e7e6908c5007863d0963ad6" }, { - "title": "China ‘modified’ the weather to create clear skies for political celebration – study", - "description": "

    Researchers say Beijing used cloud-seeding to create artificial rain and lower pollution in July, in latest example of ‘blueskying’ efforts

    Chinese weather authorities successfully controlled the weather ahead of a major political celebration earlier this year, according to a Beijing university study.

    On 1 July the Chinese Communist party marked its centenary with major celebrations including tens of thousands of people at a ceremony in Tiananmen Square, and a research paper from Tsinghua University has said an extensive cloud-seeding operation in the hours prior ensured clear skies and low air pollution.

    Continue reading...", - "content": "

    Researchers say Beijing used cloud-seeding to create artificial rain and lower pollution in July, in latest example of ‘blueskying’ efforts

    Chinese weather authorities successfully controlled the weather ahead of a major political celebration earlier this year, according to a Beijing university study.

    On 1 July the Chinese Communist party marked its centenary with major celebrations including tens of thousands of people at a ceremony in Tiananmen Square, and a research paper from Tsinghua University has said an extensive cloud-seeding operation in the hours prior ensured clear skies and low air pollution.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/dec/06/china-modified-the-weather-to-create-clear-skies-for-political-celebration-study", - "creator": "Helen Davidson", - "pubDate": "2021-12-06T04:28:29Z", + "title": "Ghislaine Maxwell was ‘No 2’ in Jeffrey Epstein’s hierarchy, pilot says", + "description": "

    Lawrence Visoski testifies about pair’s relationship and tells court Bill Clinton and Prince Andrew flew on Epstein’s private plane

    As the child sex-trafficking trial of Ghislaine Maxwell entered its second day of testimony in New York City on Tuesday, the prosecution’s first witness put the British socialite in the middle of Jeffrey Epstein’s life – but also said he did not see Epstein engage in wrongdoing with minors on his private planes.

    The names of influential men who flew on Epstein’s planes were raised in court, among them Bill Clinton, Prince Andrew and Donald Trump.

    In the US, call or text the Childhelp abuse hotline on 800-422-4453. In the UK, the NSPCC offers support to children on 0800 1111, and adults concerned about a child on 0808 800 5000. The National Association for People Abused in Childhood (Napac) offers support for adult survivors on 0808 801 0331. In Australia, children, young adults, parents and teachers can contact the Kids Helpline on 1800 55 1800, or Bravehearts on 1800 272 831, and adult survivors can contact Blue Knot Foundation on 1300 657 380. Other sources of help can be found at Child Helplines International

    Continue reading...", + "content": "

    Lawrence Visoski testifies about pair’s relationship and tells court Bill Clinton and Prince Andrew flew on Epstein’s private plane

    As the child sex-trafficking trial of Ghislaine Maxwell entered its second day of testimony in New York City on Tuesday, the prosecution’s first witness put the British socialite in the middle of Jeffrey Epstein’s life – but also said he did not see Epstein engage in wrongdoing with minors on his private planes.

    The names of influential men who flew on Epstein’s planes were raised in court, among them Bill Clinton, Prince Andrew and Donald Trump.

    In the US, call or text the Childhelp abuse hotline on 800-422-4453. In the UK, the NSPCC offers support to children on 0800 1111, and adults concerned about a child on 0808 800 5000. The National Association for People Abused in Childhood (Napac) offers support for adult survivors on 0808 801 0331. In Australia, children, young adults, parents and teachers can contact the Kids Helpline on 1800 55 1800, or Bravehearts on 1800 272 831, and adult survivors can contact Blue Knot Foundation on 1300 657 380. Other sources of help can be found at Child Helplines International

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/nov/30/ghislaine-maxwell-trial-second-day-jeffrey-epstein-pilot", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-11-30T18:56:35Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "c321365769d7d782ba7054042c9cfc64" + "hash": "85040e12a2fcae6cfd4cf0c034993385" }, { - "title": "China Evergrande shares plummet 12% as it edges closer to default", - "description": "

    After warning that it might not be able to meet repayments with $82.5m due on Monday, the property giant appears headed for restructuring

    The struggling Chinese property developer Evergrande has seen its shares plunge to an 11-year low after strong indications that it is on the verge of a potentially disastrous default and could be forced into a full-blown restructuring.

    The company has lurched from one crisis to another in recent months as it faced a series of repayments on debts – three times waiting until the last possible moment to stump up the cash needed to stay afloat.

    Continue reading...", - "content": "

    After warning that it might not be able to meet repayments with $82.5m due on Monday, the property giant appears headed for restructuring

    The struggling Chinese property developer Evergrande has seen its shares plunge to an 11-year low after strong indications that it is on the verge of a potentially disastrous default and could be forced into a full-blown restructuring.

    The company has lurched from one crisis to another in recent months as it faced a series of repayments on debts – three times waiting until the last possible moment to stump up the cash needed to stay afloat.

    Continue reading...", - "category": "Evergrande", - "link": "https://www.theguardian.com/business/2021/dec/06/evergrande-shares-plummet-12-as-it-edges-closer-to-default", - "creator": "Martin Farrer", - "pubDate": "2021-12-06T05:51:57Z", + "title": "French police break up camp where Channel tragedy victims stayed", + "description": "

    Shelters outside Dunkirk used by the 27 who died at sea dismantled in latest attempt to disperse refugees

    Armed French police have broken up a makeshift migrant camp outside Dunkirk where the 27 people who died at sea last week stayed before they drowned in the Channel.

    The basic site, by a canal outside the Grand-Smythe suburb, had no toilets or running water, but was nevertheless used by several hundred people, mostly Kurds from Iraq or Iran, hoping to travel illegally to the UK.

    Continue reading...", + "content": "

    Shelters outside Dunkirk used by the 27 who died at sea dismantled in latest attempt to disperse refugees

    Armed French police have broken up a makeshift migrant camp outside Dunkirk where the 27 people who died at sea last week stayed before they drowned in the Channel.

    The basic site, by a canal outside the Grand-Smythe suburb, had no toilets or running water, but was nevertheless used by several hundred people, mostly Kurds from Iraq or Iran, hoping to travel illegally to the UK.

    Continue reading...", + "category": "Refugees", + "link": "https://www.theguardian.com/world/2021/nov/30/french-police-break-up-camp-where-channel-tragedy-victims-stayed", + "creator": "Dan Sabbagh", + "pubDate": "2021-11-30T18:13:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225107,16 +250460,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9b3463654c652f8053de16995c841c6" + "hash": "5eca7e76b0eeb26cc6ecf62567c150b6" }, { - "title": "Omicron is a ‘wake-up call’ to vaccinate poorer nations, experts say", - "description": "

    Covid vaccine rollout must reach developing world to prevent further variants, experts say

    Failure to vaccinate the world against coronavirus created the perfect breeding ground for the emergence of the Omicron variant and should serve as a wake-up call to wealthy nations, campaigners have said.

    Scientists and global health experts have called for action since the summer to tackle the crisis of vaccine inequality between rich and poor countries. The longer large parts of the world remained unvaccinated, they said, the more likely the virus was to mutate significantly.

    Continue reading...", - "content": "

    Covid vaccine rollout must reach developing world to prevent further variants, experts say

    Failure to vaccinate the world against coronavirus created the perfect breeding ground for the emergence of the Omicron variant and should serve as a wake-up call to wealthy nations, campaigners have said.

    Scientists and global health experts have called for action since the summer to tackle the crisis of vaccine inequality between rich and poor countries. The longer large parts of the world remained unvaccinated, they said, the more likely the virus was to mutate significantly.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/06/omicron-wake-up-call-to-vaccinate-poorer-nations-covid", - "creator": "Andrew Gregory Health editor", - "pubDate": "2021-12-06T00:01:08Z", + "title": "‘He fell on my body, then bit me’: what it’s really like to work in TV as a woman", + "description": "

    Continuing our series of exposés about the British TV industry, women remember being assaulted for three years straight, denied work once they became mums and batting off men who are ‘famously handsy’

    ‘My colleagues ignored me for a year’: what it’s really like to work in TV as a disabled person

    The television industry has a problem with the way it treats women. According to a survey by Film + TV Charity, 39% of female employees have experienced sexual harassment at work, while 67% have experienced bullying. Bectu, the union that supports TV and film workers, found that two-thirds of those who had experienced abuse did not report it for fear of being blacklisted.

    Other studies have reported mothers being prevented from working due to childcare issues, and a serious female under-representation in leadership positions, despite Ofcom finding that women make up around 45% of TV roles.

    Continue reading...", + "content": "

    Continuing our series of exposés about the British TV industry, women remember being assaulted for three years straight, denied work once they became mums and batting off men who are ‘famously handsy’

    ‘My colleagues ignored me for a year’: what it’s really like to work in TV as a disabled person

    The television industry has a problem with the way it treats women. According to a survey by Film + TV Charity, 39% of female employees have experienced sexual harassment at work, while 67% have experienced bullying. Bectu, the union that supports TV and film workers, found that two-thirds of those who had experienced abuse did not report it for fear of being blacklisted.

    Other studies have reported mothers being prevented from working due to childcare issues, and a serious female under-representation in leadership positions, despite Ofcom finding that women make up around 45% of TV roles.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/nov/30/he-fell-on-my-body-bit-me-work-tv-woman-britain-childcare", + "creator": "Ruby Lott-Lavigna", + "pubDate": "2021-11-30T13:00:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225127,16 +250480,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb464f7f0a4fab96c57ec66785e183d1" + "hash": "e22d80610af962f2ed1a1f26d0d3335f" }, { - "title": "Belgian police fire water cannon at anti-lockdown protests", - "description": "

    Two officers and four protesters hospitalised, and 20 people arrested, after clashes in Brussels

    Belgian police have fired water cannon and used teargas to disperse protesters opposed to compulsory health measures against the coronavirus pandemic.

    About 8,000 people marched through Brussels towards the headquarters of the EU, chanting “freedom” and letting off fireworks.

    Continue reading...", - "content": "

    Two officers and four protesters hospitalised, and 20 people arrested, after clashes in Brussels

    Belgian police have fired water cannon and used teargas to disperse protesters opposed to compulsory health measures against the coronavirus pandemic.

    About 8,000 people marched through Brussels towards the headquarters of the EU, chanting “freedom” and letting off fireworks.

    Continue reading...", - "category": "Belgium", - "link": "https://www.theguardian.com/world/2021/dec/05/belgian-police-fire-water-cannon-at-anti-lockdown-protests", - "creator": "Agence France-Presse", - "pubDate": "2021-12-05T22:54:20Z", + "title": "The 50 best films of 2021 in the US: 50-41", + "description": "

    Our stateside movie showdown opens, celebrating Emma Seligman’s directorial debut and a powerful Covid doc from Matthew Heineman

    Continue reading...", + "content": "

    Our stateside movie showdown opens, celebrating Emma Seligman’s directorial debut and a powerful Covid doc from Matthew Heineman

    Continue reading...", + "category": "Culture", + "link": "https://www.theguardian.com/film/2021/nov/30/the-50-best-films-of-2021-in-the-us", + "creator": "Guardian Staff", + "pubDate": "2021-11-30T12:00:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225147,16 +250500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "90d92edb36f36db3adb053ea5ad78cfd" + "hash": "c35e0a5ecb05068ac01a1bd966888812" }, { - "title": "A new start after 60: ‘I was done. Burnt out. Then I moved into a motorhome and found freedom’", - "description": "

    After suffering bereavements and a dark period in her 50s, Siobhan Daniels, 62, decided to embrace adventure. So she swapped her flat for life on the road

    Siobhan Daniels is giving a virtual tour of her home. “I’ve got my gin bar,” she says, flicking on decorative lights, “an oven big enough for Christmas lunch ... and a full-size shower and toilet.” The moment she walked in, she knew it was the home for her. She gave up her flat in Kent, disposed of most possessions – and moved into this two-berth Auto-Trail Tribute motorhome.

    Daniels, 62, is speaking from a farm in Dorset, where she volunteers in exchange for free electric hook-up. She has recently travelled south from Scotland, where she arrived via Sussex, Herefordshire and the Brecon Beacons. Of course, everywhere now is both an arrival and a departure. “I lie here and look at the map and think: ‘Where am I? Where do I want to go?’ It’s as random as that.”

    Tell us: has your life taken a new direction after the age of 60?

    Continue reading...", - "content": "

    After suffering bereavements and a dark period in her 50s, Siobhan Daniels, 62, decided to embrace adventure. So she swapped her flat for life on the road

    Siobhan Daniels is giving a virtual tour of her home. “I’ve got my gin bar,” she says, flicking on decorative lights, “an oven big enough for Christmas lunch ... and a full-size shower and toilet.” The moment she walked in, she knew it was the home for her. She gave up her flat in Kent, disposed of most possessions – and moved into this two-berth Auto-Trail Tribute motorhome.

    Daniels, 62, is speaking from a farm in Dorset, where she volunteers in exchange for free electric hook-up. She has recently travelled south from Scotland, where she arrived via Sussex, Herefordshire and the Brecon Beacons. Of course, everywhere now is both an arrival and a departure. “I lie here and look at the map and think: ‘Where am I? Where do I want to go?’ It’s as random as that.”

    Tell us: has your life taken a new direction after the age of 60?

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/06/a-new-start-after-60-i-was-done-burnt-out-then-i-moved-into-a-motorhome-and-found-freedom", - "creator": "Paula Cocozza", - "pubDate": "2021-12-06T06:00:17Z", + "title": "‘Head of propaganda’ for UK neo-Nazi group faces jail after conviction", + "description": "

    Ben Raymond was found guilty of membership of far-right group NS131, which promoted racial hatred

    A man has been convicted of acting as “head of propaganda” for a banned neo-Nazi terror group set up to wage a race war in Britain.

    Ben Raymond, 32, co-founded the “unapologetically racist” organisation National Action in 2013, which promoted ethnic cleansing, as well as attacks on LGBTQ+ people and liberals.

    Continue reading...", + "content": "

    Ben Raymond was found guilty of membership of far-right group NS131, which promoted racial hatred

    A man has been convicted of acting as “head of propaganda” for a banned neo-Nazi terror group set up to wage a race war in Britain.

    Ben Raymond, 32, co-founded the “unapologetically racist” organisation National Action in 2013, which promoted ethnic cleansing, as well as attacks on LGBTQ+ people and liberals.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/nov/30/head-of-propaganda-for-uk-neo-nazi-group-faces-jail-after-conviction", + "creator": "PA Media", + "pubDate": "2021-11-30T17:09:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225167,16 +250520,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3265698eebf5818d6a9aec2320b1420a" + "hash": "d2677d2cbf827f5cddb95a8368c642e3" }, { - "title": "‘Optimism is the only way forward’: the exhibition that imagines our future", - "description": "

    At a new exhibition at the reopening of the Smithsonian Arts and Industries Building, technology and designs for a better future are on display

    If America has stood for anything, it’s surely forward-looking optimism. In New York, Chicago, Detroit and other shining cities, its soaring skyscrapers pointed to the future. But has the bubble burst in the 21st century?

    “We don’t see ourselves striding toward a better tomorrow,” columnist Frank Bruni wrote in the New York Times last month, citing research that found 71% of Americans believe that this country is on the wrong track. “We see ourselves tiptoeing around catastrophe. That was true even before Covid. That was true even before Trump.”

    Continue reading...", - "content": "

    At a new exhibition at the reopening of the Smithsonian Arts and Industries Building, technology and designs for a better future are on display

    If America has stood for anything, it’s surely forward-looking optimism. In New York, Chicago, Detroit and other shining cities, its soaring skyscrapers pointed to the future. But has the bubble burst in the 21st century?

    “We don’t see ourselves striding toward a better tomorrow,” columnist Frank Bruni wrote in the New York Times last month, citing research that found 71% of Americans believe that this country is on the wrong track. “We see ourselves tiptoeing around catastrophe. That was true even before Covid. That was true even before Trump.”

    Continue reading...", - "category": "Art", - "link": "https://www.theguardian.com/artanddesign/2021/dec/06/futures-smithsonian-exhibition-washington-art-design", - "creator": "David Smith in Washington", - "pubDate": "2021-12-06T06:31:16Z", + "title": "Roaming peacocks plague California city: ‘They’re a nuisance, but they’re beautiful’", + "description": "

    Multiplying birds have become an issue in the city of Tracy, wailing loudly and unleashing poop ‘like soft serve’. Now residents want to relocate them

    Dozens of feral peacocks and peahens are roaming the streets and leaping from the rooftops of Tracy, California. They claw at shingles and defecate on porches. Their calls, especially in mating season, echo through the community. They have no fear of pets nor people.

    Errant peafowl have milled around the city’s Redbridge neighborhood for years -- some believe they originally came from a now-defunct nearby dairy farm – but the numbers have exponentially increased as the birds keep multiplying. Now they’re everywhere, and ruffling some residents’ feathers.

    Continue reading...", + "content": "

    Multiplying birds have become an issue in the city of Tracy, wailing loudly and unleashing poop ‘like soft serve’. Now residents want to relocate them

    Dozens of feral peacocks and peahens are roaming the streets and leaping from the rooftops of Tracy, California. They claw at shingles and defecate on porches. Their calls, especially in mating season, echo through the community. They have no fear of pets nor people.

    Errant peafowl have milled around the city’s Redbridge neighborhood for years -- some believe they originally came from a now-defunct nearby dairy farm – but the numbers have exponentially increased as the birds keep multiplying. Now they’re everywhere, and ruffling some residents’ feathers.

    Continue reading...", + "category": "California", + "link": "https://www.theguardian.com/us-news/2021/nov/30/peacocks-plague-california-city-tracy-birds-relocate", + "creator": "Nick Robins-Early", + "pubDate": "2021-11-30T19:08:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225187,16 +250540,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a8cc745d77136d490d90d44057cbef3" + "hash": "0048764a61df056e164673f29bdc4a65" }, { - "title": "The big idea: How much do we really want to know about our genes?", - "description": "

    Genetic data will soon be accessible like never before. The implications for our health are huge

    While at the till in a clothes shop, Ruby received a call. She recognised the woman’s voice as the genetic counsellor she had recently seen, and asked if she could try again in five minutes. Ruby paid for her clothes, went to her car, and waited alone. Something about the counsellor’s voice gave away what was coming.

    The woman called back and said Ruby’s genetic test results had come in. She did indeed carry the mutation they had been looking for. Ruby had inherited a faulty gene from her father, the one that had caused his death aged 36 from a connective tissue disorder that affected his heart. It didn’t seem the right situation in which to receive such news but, then again, how else could it happen? The phone call lasted just a few minutes. The counsellor asked if Ruby had any questions, but she couldn’t think of anything. She rang off, called her husband and cried. The main thing she was upset about was the thought of her children being at risk.

    Continue reading...", - "content": "

    Genetic data will soon be accessible like never before. The implications for our health are huge

    While at the till in a clothes shop, Ruby received a call. She recognised the woman’s voice as the genetic counsellor she had recently seen, and asked if she could try again in five minutes. Ruby paid for her clothes, went to her car, and waited alone. Something about the counsellor’s voice gave away what was coming.

    The woman called back and said Ruby’s genetic test results had come in. She did indeed carry the mutation they had been looking for. Ruby had inherited a faulty gene from her father, the one that had caused his death aged 36 from a connective tissue disorder that affected his heart. It didn’t seem the right situation in which to receive such news but, then again, how else could it happen? The phone call lasted just a few minutes. The counsellor asked if Ruby had any questions, but she couldn’t think of anything. She rang off, called her husband and cried. The main thing she was upset about was the thought of her children being at risk.

    Continue reading...", - "category": "Genetics", - "link": "https://www.theguardian.com/books/2021/dec/06/the-big-idea-how-much-do-we-really-want-to-know-about-our-genes", - "creator": "Daniel M Davis", - "pubDate": "2021-12-06T08:00:18Z", + "title": "Hurrah for Barbados! Can the UK be next? | Brief letters", + "description": "

    The Monarchy | Scott’s Antarctic diary | MPs’ unintelligence contest | Parliamentary role models

    Congratulations to the Republic of Barbados for having the confidence and maturity to dispense with the Ruritanian nonsense of monarchy (Report, 30 November). I live in hope that one day we will see the same thing happen here.
    Tim Barker
    Eastington, Gloucestershire

    • Dr Brigid Purcell is correct: ink freezes in sub-zero temperatures (Letters, 29 November). This is why Edwardian-era Antarctic explorers used pencils for writing records. See the British Library’s website for a photograph of Robert Falcon Scott’s final journal entry, and you will see that those famous last words, “For God’s sake look after our people”, were written in pencil.
    Karen May
    London

    Continue reading...", + "content": "

    The Monarchy | Scott’s Antarctic diary | MPs’ unintelligence contest | Parliamentary role models

    Congratulations to the Republic of Barbados for having the confidence and maturity to dispense with the Ruritanian nonsense of monarchy (Report, 30 November). I live in hope that one day we will see the same thing happen here.
    Tim Barker
    Eastington, Gloucestershire

    • Dr Brigid Purcell is correct: ink freezes in sub-zero temperatures (Letters, 29 November). This is why Edwardian-era Antarctic explorers used pencils for writing records. See the British Library’s website for a photograph of Robert Falcon Scott’s final journal entry, and you will see that those famous last words, “For God’s sake look after our people”, were written in pencil.
    Karen May
    London

    Continue reading...", + "category": "Barbados", + "link": "https://www.theguardian.com/world/2021/nov/30/hurrah-for-barbados-can-the-uk-be-next", + "creator": "Letters", + "pubDate": "2021-11-30T17:21:12Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225207,16 +250560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38f9e6d3f1a8a2402b68d0302987d899" + "hash": "f45aa9b07fd48ea005aa288f1984f6a2" }, { - "title": "Female Royal Navy staff back calls for rape cases to be tried in civilian courts", - "description": "

    An amendment to the Armed Forces Bill recommends rapes cases should not be heard under courts martial

    A serving member of the Royal Navy, who took legal action against the Ministry of Defence after her rape case collapsed, has backed calls for serious offences to be investigated and tried through the civilian courts rather than the military system.

    The woman, known as Servicewoman A, has called on the government to accept an amendment to the Armed Forces Bill, which she says will “encourage more women to come forward” and protect them from the “appalling consequences” of reporting rape within their unit.

    Continue reading...", - "content": "

    An amendment to the Armed Forces Bill recommends rapes cases should not be heard under courts martial

    A serving member of the Royal Navy, who took legal action against the Ministry of Defence after her rape case collapsed, has backed calls for serious offences to be investigated and tried through the civilian courts rather than the military system.

    The woman, known as Servicewoman A, has called on the government to accept an amendment to the Armed Forces Bill, which she says will “encourage more women to come forward” and protect them from the “appalling consequences” of reporting rape within their unit.

    Continue reading...", - "category": "Royal Navy", - "link": "https://www.theguardian.com/uk-news/2021/dec/06/female-royal-navy-staff-back-calls-for-cases-to-be-tried-in-civilian-courts", - "creator": "Jamie Grierson", - "pubDate": "2021-12-06T00:01:09Z", + "title": "International border restrictions stop families reuniting at Christmas despite Morrison’s intention", + "description": "

    Australian citizens are unhappy their adult children living overseas don’t count as ‘immediate family’ under travel rules

    Australians with adult sons and daughters living overseas are being told their children don’t count as “immediate family” and don’t warrant exemption for entry into the country in the lead-up to Christmas.

    In October, the prime minister, Scott Morrison, announced changes to allow parents of Australian citizens to be classified as immediate family, allowing them to travel to Australian jurisdictions with 80% double-dose vaccination rates.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Australian citizens are unhappy their adult children living overseas don’t count as ‘immediate family’ under travel rules

    Australians with adult sons and daughters living overseas are being told their children don’t count as “immediate family” and don’t warrant exemption for entry into the country in the lead-up to Christmas.

    In October, the prime minister, Scott Morrison, announced changes to allow parents of Australian citizens to be classified as immediate family, allowing them to travel to Australian jurisdictions with 80% double-dose vaccination rates.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/dec/01/international-border-restrictions-stop-families-reuniting-at-christmas-despite-morrisons-intention", + "creator": "Christopher Knaus", + "pubDate": "2021-11-30T16:30:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225227,16 +250580,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e759ac13a9f10836a9801da30ba73a90" + "hash": "dc86869c753868f2ab0c80126d982360" }, { - "title": "French election polls: who is leading the race to be the next president of France?", - "description": "

    Emmanuel Macron and the far-right hopeful Marine Le Pen look set to be joined by numerous other candidates in the French presidential election. We look at the latest polling, and introduce some of the most likely candidates

    France will vote to elect a new president in April, and the list of competitors became clearer on Saturday with the nomination of the centre-right Les Républicains party’s candidate, Valérie Pécresse.

    The current president, Emmanuel Macron, has yet to declare his candidacy but is expected to run again. His second-round opponent from 2017, the far-right populist Marine Le Pen, has already launched her campaign.

    Continue reading...", - "content": "

    Emmanuel Macron and the far-right hopeful Marine Le Pen look set to be joined by numerous other candidates in the French presidential election. We look at the latest polling, and introduce some of the most likely candidates

    France will vote to elect a new president in April, and the list of competitors became clearer on Saturday with the nomination of the centre-right Les Républicains party’s candidate, Valérie Pécresse.

    The current president, Emmanuel Macron, has yet to declare his candidacy but is expected to run again. His second-round opponent from 2017, the far-right populist Marine Le Pen, has already launched her campaign.

    Continue reading...", - "category": "Emmanuel Macron", - "link": "https://www.theguardian.com/world/ng-interactive/2021/dec/03/french-election-polls-who-is-leading-the-race-to-be-the-next-president-of-france", - "creator": "Seán Clarke and Angelique Chrisafis", - "pubDate": "2021-12-06T08:24:28Z", + "title": "Omicron variant is vaccine inequality wake-up call, says South Africa's President Ramaphosa – video", + "description": "

    South Africa's president, Cyril Ramaphosa, has expressed disappointment at countries that have imposed travel bans on southern African countries after the emergence of a new Covid-19 variant.

    Omicron, named a 'variant of concern' by the World Health Organization on Friday, saw its first cases in South Africa, Botswana and Hong Kong and is potentially more contagious than previous variants, although experts do not know yet if it will cause more severe illness

    Continue reading...", + "content": "

    South Africa's president, Cyril Ramaphosa, has expressed disappointment at countries that have imposed travel bans on southern African countries after the emergence of a new Covid-19 variant.

    Omicron, named a 'variant of concern' by the World Health Organization on Friday, saw its first cases in South Africa, Botswana and Hong Kong and is potentially more contagious than previous variants, although experts do not know yet if it will cause more severe illness

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/nov/28/omicron-variant-is-vaccine-inequality-wake-up-call-says-south-africa-president-ramaphosa-video", + "creator": "", + "pubDate": "2021-11-28T21:05:04Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225247,16 +250600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff113ee2c6c46a85b94d268f115c435d" + "hash": "d5fa785254ac583d9c19792bd9f5c580" }, { - "title": "Poland plans to set up register of pregnancies to report miscarriages", - "description": "

    Proposed register would come into effect in January, a year after near-total ban on abortion

    Poland is planning to introduce a centralised register of pregnancies that would oblige doctors to report all pregnancies and miscarriages to the government.

    The proposed register would come into effect in January 2022, a year after Poland introduced a near-total ban on abortion.

    Continue reading...", - "content": "

    Proposed register would come into effect in January, a year after near-total ban on abortion

    Poland is planning to introduce a centralised register of pregnancies that would oblige doctors to report all pregnancies and miscarriages to the government.

    The proposed register would come into effect in January 2022, a year after Poland introduced a near-total ban on abortion.

    Continue reading...", - "category": "Poland", - "link": "https://www.theguardian.com/global-development/2021/dec/03/poland-plans-to-set-up-register-of-pregnancies-to-report-miscarriages", - "creator": "Weronika Strzyżyńska", - "pubDate": "2021-12-03T15:56:43Z", + "title": "Covid live news: WHO says ‘very high’ global risk from Omicron; Poland announces new restrictions", + "description": "

    WHO briefing says mutations ‘concerning for potential impact on pandemic trajectory’; Poland introduces new measures to protect against Omicron

    G7 health ministers are to hold an emergency meeting on Monday on the new Omicron Covid-19 strain, as experts race to understand what the variant means for the fight to end the pandemic, AFP reports.

    The meeting was called by G7 chair Britain, which is among a steadily growing number of countries detecting cases of the heavily mutated new strain.

    Continue reading...", + "content": "

    WHO briefing says mutations ‘concerning for potential impact on pandemic trajectory’; Poland introduces new measures to protect against Omicron

    G7 health ministers are to hold an emergency meeting on Monday on the new Omicron Covid-19 strain, as experts race to understand what the variant means for the fight to end the pandemic, AFP reports.

    The meeting was called by G7 chair Britain, which is among a steadily growing number of countries detecting cases of the heavily mutated new strain.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/live/2021/nov/29/covid-live-news-omicron-variant-detected-in-canada-as-fauci-warns-two-weeks-needed-to-study-new-strain", + "creator": "Lucy Campbell (now); Rachel Hall, Martin Belam, Virginia Harrison and Helen Livingstone (earlier)", + "pubDate": "2021-11-29T16:17:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225267,16 +250620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bec9fce9d42ed6c9ee44afe64ffba81d" + "hash": "678f1404c8d2c68fa5488b85abd40040" }, { - "title": "India’s ‘pencil village’ counts the cost of Covid school closures", - "description": "

    Ukhoo village in Kashmir supplies 90% of wood used in the country’s pencils, but the industry, a major employer in the area, has seen a dramatic drop in demand

    School closures in India during the pandemic have left their mark on more than the children who have seen delays to their learning. In one Kashmiri village the impact has been catastrophic on employment.

    Pick up a pencil anywhere across India and it is likely to come from the poplar trees of Ukhoo.

    Continue reading...", - "content": "

    Ukhoo village in Kashmir supplies 90% of wood used in the country’s pencils, but the industry, a major employer in the area, has seen a dramatic drop in demand

    School closures in India during the pandemic have left their mark on more than the children who have seen delays to their learning. In one Kashmiri village the impact has been catastrophic on employment.

    Pick up a pencil anywhere across India and it is likely to come from the poplar trees of Ukhoo.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/03/indias-pencil-village-counts-the-cost-of-covid-school-closures", - "creator": "Majid Maqbool in Ukhoo", - "pubDate": "2021-12-03T09:30:37Z", + "title": "Jack Dorsey steps down as Twitter chief executive", + "description": "
    • Dorsey co-founded site in 2006 and posted world’s first tweet
    • Parag Agrawal, chief technology officer, to replace Dorsey

    Twitter co-founder Jack Dorsey has stepped down from his executive role at the social media company.

    Dorsey will be replaced by chief technology officer (CTO) Parag Agrawal, the company announced on Monday.

    Continue reading...", + "content": "
    • Dorsey co-founded site in 2006 and posted world’s first tweet
    • Parag Agrawal, chief technology officer, to replace Dorsey

    Twitter co-founder Jack Dorsey has stepped down from his executive role at the social media company.

    Dorsey will be replaced by chief technology officer (CTO) Parag Agrawal, the company announced on Monday.

    Continue reading...", + "category": "Twitter", + "link": "https://www.theguardian.com/technology/2021/nov/29/twitter-chief-executive-jack-dorsey", + "creator": "Dominic Rushe in New York", + "pubDate": "2021-11-29T16:15:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225287,56 +250640,56 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbf5cb91bf096b56755ea5f1d7e6b86a" + "hash": "23457de1fee6e2a10ed2fd584c89dfce" }, { - "title": "Covid news live: Omicron found in one-third of US states but early reports on severity are ‘encouraging’, Fauci says", - "description": "

    Variant detected in 16 US states so far; the threat appears to be less severe than Delta with signals so far ‘a bit encouraging’, Dr Anthony Fauci says

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", - "content": "

    Variant detected in 16 US states so far; the threat appears to be less severe than Delta with signals so far ‘a bit encouraging’, Dr Anthony Fauci says

    The Johnson & Johnson booster shot may work well for those who originally had a Pfizer vaccine, a recent study has found.

    Researchers at the Beth Israel Deaconess Medical Center in Boston studied 65 people who had received two shots of the Pfizer vaccine. Six months after the second dose, the researchers gave 24 of the volunteers a third dose of the Pfizer vaccine and gave 41 the Johnson & Johnson shot.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/06/covid-news-live-omicron-found-in-one-third-of-us-states-germany-plans-vaccine-mandates-for-some-health-jobs", - "creator": "Samantha Lock", - "pubDate": "2021-12-06T03:22:29Z", + "title": "Channel crossings are an English issue, says French minister", + "description": "

    UK accused of having a labour market akin to modern slavery that encourages people to make risky crossings

    Senior French ministers have accused the UK of operating a labour market akin to slavery and called on London to open safe routes for migrants, as the two governments continued to deflect blame for last week’s drownings in the Channel.

    The criticism came hours after France’s interior minister, Gérald Darmanin, held a crisis meeting with European ministers and border agencies to discuss the migrant emergency around the Channel ports.

    Continue reading...", + "content": "

    UK accused of having a labour market akin to modern slavery that encourages people to make risky crossings

    Senior French ministers have accused the UK of operating a labour market akin to slavery and called on London to open safe routes for migrants, as the two governments continued to deflect blame for last week’s drownings in the Channel.

    The criticism came hours after France’s interior minister, Gérald Darmanin, held a crisis meeting with European ministers and border agencies to discuss the migrant emergency around the Channel ports.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/nov/29/channel-crossings-are-an-english-issue-says-french-minister", + "creator": "Kim Willsher in Paris", + "pubDate": "2021-11-29T15:51:41Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "db95547bc338e6e2336cfd7bf4d5eb88" + "hash": "05f9d6105b1e752e9e9a182460cfd75d" }, { - "title": "Pope castigates Europe over migration crisis during return to Lesbos", - "description": "

    Francis says fear, indifference and cynical disregard continue to condemn people to death at sea

    Pope Francis has returned to Lesbos, the Greek island long at the centre of Europe’s refugee crisis, to offer comfort to asylum seekers and harsh words for a continent that has all too often rejected them.

    Five years after his last visit, the pontiff admonished the west for its handling of the humanitarian crisis. Instead of welcoming people fleeing poverty and war, its indifference and cynical disregard had continued to condemn them to death, he said.

    Continue reading...", - "content": "

    Francis says fear, indifference and cynical disregard continue to condemn people to death at sea

    Pope Francis has returned to Lesbos, the Greek island long at the centre of Europe’s refugee crisis, to offer comfort to asylum seekers and harsh words for a continent that has all too often rejected them.

    Five years after his last visit, the pontiff admonished the west for its handling of the humanitarian crisis. Instead of welcoming people fleeing poverty and war, its indifference and cynical disregard had continued to condemn them to death, he said.

    Continue reading...", - "category": "Pope Francis", - "link": "https://www.theguardian.com/world/2021/dec/05/pope-castigates-europe-over-refugees-crisis-in-return-to-lesbos", - "creator": "Helena Smith in Athens", - "pubDate": "2021-12-05T16:47:35Z", + "title": "Huge star atop Sagrada Família rekindles residents’ complaints", + "description": "

    Locals in Barcelona accuse religious foundation in charge of Gaudí‘s masterpiece of highhandedness

    A gigantic 12-pointed star was installed on Monday on one of the main towers of the basilica of the Sagrada Família, Antoni Gaudí’s masterpiece that has been a work in progress since 1882.

    But the star is unlikely to brighten the mood of local residents whose lives have been blighted for years by the city’s biggest tourist attraction, which before the pandemic brought 60,000 visitors a day to the area.

    Continue reading...", + "content": "

    Locals in Barcelona accuse religious foundation in charge of Gaudí‘s masterpiece of highhandedness

    A gigantic 12-pointed star was installed on Monday on one of the main towers of the basilica of the Sagrada Família, Antoni Gaudí’s masterpiece that has been a work in progress since 1882.

    But the star is unlikely to brighten the mood of local residents whose lives have been blighted for years by the city’s biggest tourist attraction, which before the pandemic brought 60,000 visitors a day to the area.

    Continue reading...", + "category": "Barcelona", + "link": "https://www.theguardian.com/world/2021/nov/29/huge-star-atop-sagrada-familia-rekindles-residents-complaints", + "creator": "Stephen Burgen in Barcelona", + "pubDate": "2021-11-29T12:52:09Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ea18888f89582d2e90155f19a727778b" + "hash": "f986421a5bc32f015ee1eb6b44b40128" }, { - "title": "Republican Thomas Massie condemned for Christmas guns photo", - "description": "

    Congressman causes outrage by posting ‘insensitive’ tweet just days after Michigan school shooting

    A US congressman has posted a Christmas picture of himself and what appears to be his family, smiling and posing with an assortment of guns, just days after four teenagers were killed in a shooting at a high school in Michigan.

    Thomas Massie of Kentucky tweeted:

    Continue reading...", - "content": "

    Congressman causes outrage by posting ‘insensitive’ tweet just days after Michigan school shooting

    A US congressman has posted a Christmas picture of himself and what appears to be his family, smiling and posing with an assortment of guns, just days after four teenagers were killed in a shooting at a high school in Michigan.

    Thomas Massie of Kentucky tweeted:

    Continue reading...", - "category": "Michigan", - "link": "https://www.theguardian.com/us-news/2021/dec/05/republican-thomas-massie-condemned-for-christmas-guns-photo-congressman-michigan-school-shooting", - "creator": "Staff and agencies", - "pubDate": "2021-12-05T12:51:01Z", + "title": "Chinese could hack data for future quantum decryption, report warns", + "description": "

    ‘Threat groups’ could target valuable secrets with aim of unlocking them when computing power allows

    Chinese hackers could target heavily encrypted datasets such as weapon designs or details of undercover intelligence officers with a view to unlocking them at a later date when quantum computing makes decryption possible, a report warns.

    Analysts at Booz Allen Hamilton, a consulting firm, say Chinese hackers could also steal pharmaceutical, chemical and material science research that can be processed by quantum computers – machines capable of crunching through numbers at unprecedented speed.

    Continue reading...", + "content": "

    ‘Threat groups’ could target valuable secrets with aim of unlocking them when computing power allows

    Chinese hackers could target heavily encrypted datasets such as weapon designs or details of undercover intelligence officers with a view to unlocking them at a later date when quantum computing makes decryption possible, a report warns.

    Analysts at Booz Allen Hamilton, a consulting firm, say Chinese hackers could also steal pharmaceutical, chemical and material science research that can be processed by quantum computers – machines capable of crunching through numbers at unprecedented speed.

    Continue reading...", + "category": "Hacking", + "link": "https://www.theguardian.com/technology/2021/nov/29/chinese-could-hack-data-for-future-quantum-decryption-report-warns", + "creator": "Dan Milmo Global technology editor", + "pubDate": "2021-11-29T16:36:42Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225347,16 +250700,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "46f197d828ee544768e8697620559f0b" + "hash": "9d56640a7f1c40673e0dd11e839aa635" }, { - "title": "Gambian opposition parties reject election results", - "description": "

    Incumbent president Adama Barrow wins by significant margin in test of democratic stability after decades of Yahya Jammeh’s rule

    Gambian opposition candidates have rejected the results of Saturday’s historic vote in the West African nation that suggest the incumbent president, Adama Barrow, had easily won re-election.

    According to official results announced by the electoral commission, Barrow received about 53% of Saturday’s vote, far outstripping his nearest rival, political veteran Ousainou Darboe, who won about 28%. In 2016 Barrow unseated the former president Yahya Jammeh, who is accused of human rights abuses and corruption.

    Continue reading...", - "content": "

    Incumbent president Adama Barrow wins by significant margin in test of democratic stability after decades of Yahya Jammeh’s rule

    Gambian opposition candidates have rejected the results of Saturday’s historic vote in the West African nation that suggest the incumbent president, Adama Barrow, had easily won re-election.

    According to official results announced by the electoral commission, Barrow received about 53% of Saturday’s vote, far outstripping his nearest rival, political veteran Ousainou Darboe, who won about 28%. In 2016 Barrow unseated the former president Yahya Jammeh, who is accused of human rights abuses and corruption.

    Continue reading...", - "category": "The Gambia", - "link": "https://www.theguardian.com/world/2021/dec/05/gambian-opposition-parties-reject-preliminary-election-results", - "creator": "Portia Crowe in Banjul", - "pubDate": "2021-12-06T00:30:02Z", + "title": "EU border agency deported record number of people in first half of 2021", + "description": "

    Leaked Frontex report sparks concerns about people being sent back to face repression or war

    The EU border agency Frontex deported a record number of people in the first half of the year, according to a leaked document that has sparked concern about people being sent back to countries where they may face war or persecution.

    In a report issued to the EU Council of Ministers, Frontex said it had deported 8,239 non-EU nationals in the first six months of 2021, a record number and a 9% increase on the same period in 2019, before the pandemic hit global travel.

    Continue reading...", + "content": "

    Leaked Frontex report sparks concerns about people being sent back to face repression or war

    The EU border agency Frontex deported a record number of people in the first half of the year, according to a leaked document that has sparked concern about people being sent back to countries where they may face war or persecution.

    In a report issued to the EU Council of Ministers, Frontex said it had deported 8,239 non-EU nationals in the first six months of 2021, a record number and a 9% increase on the same period in 2019, before the pandemic hit global travel.

    Continue reading...", + "category": "European Union", + "link": "https://www.theguardian.com/world/2021/nov/29/eu-border-agency-frontex-deportation-record-number", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2021-11-29T15:38:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225367,16 +250720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c5b38adf94d47cac0962f22e28567e3" + "hash": "d7d0fd6284778d81e46308364a50842e" }, { - "title": "‘Ferocious’ Niger battle leaves dozens of soldiers and militants dead", - "description": "

    Military calls in air and ground support to force attackers to retreat after being overwhelmed by their numbers, government says

    At least 12 soldiers and “dozens of terrorists” have been killed in a battle in western Niger, the defence ministry says, in the conflict-wracked “three borders” zone.

    Another eight soldiers were wounded in the clash with “hundreds of armed terrorists” 5km (three miles) from Fantio, the ministry statement on Sunday said.

    Continue reading...", - "content": "

    Military calls in air and ground support to force attackers to retreat after being overwhelmed by their numbers, government says

    At least 12 soldiers and “dozens of terrorists” have been killed in a battle in western Niger, the defence ministry says, in the conflict-wracked “three borders” zone.

    Another eight soldiers were wounded in the clash with “hundreds of armed terrorists” 5km (three miles) from Fantio, the ministry statement on Sunday said.

    Continue reading...", - "category": "Niger", - "link": "https://www.theguardian.com/world/2021/dec/06/ferocious-niger-battle-leaves-dozens-of-soldiers-and-militants-dead", - "creator": "Reuters in Niamey", - "pubDate": "2021-12-06T00:07:35Z", + "title": "Ghislaine Maxwell sex-trafficking trial’s opening statements delayed", + "description": "

    Maxwell’s trial poised to go before a jury on Monday but several selected jurors voiced issues with serving

    Ghislaine Maxwell’s much-awaited sex trafficking trial in Manhattan was poised to go before a jury on Monday, with opening statements.

    The opening statements were delayed, however, after several selected jurors voiced issues with serving. One cited financial hardship. Another said their spouse had “surprised them with a trip”.

    Continue reading...", + "content": "

    Maxwell’s trial poised to go before a jury on Monday but several selected jurors voiced issues with serving

    Ghislaine Maxwell’s much-awaited sex trafficking trial in Manhattan was poised to go before a jury on Monday, with opening statements.

    The opening statements were delayed, however, after several selected jurors voiced issues with serving. One cited financial hardship. Another said their spouse had “surprised them with a trip”.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/nov/29/ghislaine-maxwell-sex-trafficking-trial", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-11-29T17:35:15Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225387,16 +250740,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2a0156d7714ebdf4cc105dfc1273ecb" + "hash": "cfa30cd24b5ede4c83653bb84f38f120" }, { - "title": "Fears of fatalities after Myanmar troops ‘use car to ram anti-coup protest’", - "description": "

    Local media and witnesses say dozens injured and at least 15 arrested in incident in Yangon

    Three people were feared dead and at least 15 arrested after Myanmar security forces rammed into an anti-coup protest in a car in Yangon, witnesses and a protest organiser have said.

    Witnesses on the scene said dozens had been injured. Photos and videos on social media show a vehicle that had crashed through the protesters and bodies lying on the road.

    Continue reading...", - "content": "

    Local media and witnesses say dozens injured and at least 15 arrested in incident in Yangon

    Three people were feared dead and at least 15 arrested after Myanmar security forces rammed into an anti-coup protest in a car in Yangon, witnesses and a protest organiser have said.

    Witnesses on the scene said dozens had been injured. Photos and videos on social media show a vehicle that had crashed through the protesters and bodies lying on the road.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2021/dec/05/myanmar-five-dead-after-troops-use-car-to-ram-anti-coup-protest-report", - "creator": "Reuters", - "pubDate": "2021-12-05T19:40:38Z", + "title": "Eitan Biran: cable car fall survivor must be returned to Italy, Israeli court rules", + "description": "

    Six-year-old boy has been at the centre of a bitter custody battle between relatives in Italy and Israel

    Israel’s top court has ruled that a six-year-old boy who was the sole survivor of a cable car crash in northern Italy must be returned to relatives there within the next couple of weeks.

    Eitan Biran has been at the centre of a bitter custody battle between relatives in Italy and Israel since his parents were killed in the Stresa-Mottarone aerial tramway crash on 23 May.

    Continue reading...", + "content": "

    Six-year-old boy has been at the centre of a bitter custody battle between relatives in Italy and Israel

    Israel’s top court has ruled that a six-year-old boy who was the sole survivor of a cable car crash in northern Italy must be returned to relatives there within the next couple of weeks.

    Eitan Biran has been at the centre of a bitter custody battle between relatives in Italy and Israel since his parents were killed in the Stresa-Mottarone aerial tramway crash on 23 May.

    Continue reading...", + "category": "Italy", + "link": "https://www.theguardian.com/world/2021/nov/29/eitan-biran-cable-car-crash-survivor-must-be-returned-italy-israeli-court-rules", + "creator": "Angela Giuffrida in Rome", + "pubDate": "2021-11-29T17:05:54Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225407,16 +250760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0888e64a373e27577e24ea926ca6117" + "hash": "d1e69811dffbbcdd464c9782d0876e6a" }, { - "title": "Severe weather warning for UK as Storm Barra set to arrive on Tuesday", - "description": "

    Met Office issues wind warnings in England, Wales and Northern Ireland and snow warnings in Scotland

    The Met Office has issued severe weather warnings for most of the UK ahead of the arrival of Storm Barra on Tuesday, as thousands of homes remain without power more than a week after Storm Arwen.

    Yellow wind weather warnings are in place across England, Wales and Northern Ireland for Tuesday, with yellow snow warnings in place in southern and western Scotland.

    Continue reading...", - "content": "

    Met Office issues wind warnings in England, Wales and Northern Ireland and snow warnings in Scotland

    The Met Office has issued severe weather warnings for most of the UK ahead of the arrival of Storm Barra on Tuesday, as thousands of homes remain without power more than a week after Storm Arwen.

    Yellow wind weather warnings are in place across England, Wales and Northern Ireland for Tuesday, with yellow snow warnings in place in southern and western Scotland.

    Continue reading...", - "category": "Extreme weather", - "link": "https://www.theguardian.com/world/2021/dec/05/severe-weather-warning-for-uk-as-storm-barra-set-to-arrive-on-tuesday", - "creator": "Jessica Murray Midlands correspondent", - "pubDate": "2021-12-05T16:26:27Z", + "title": "Iran hopes to covertly advance its nuclear programme, says Israel", + "description": "

    Israeli foreign minister claims Tehran only agreed to restart talks to get sanctions removed

    Israel’s foreign minister, Yair Lapid, has claimed his country’s arch-enemy, Iran, had only agreed to restart nuclear negotiations to remove sanctions and covertly advance its weapons programme.

    Talks restarted in Vienna on Monday between Iran and the world’s leading powers including Germany, France, the UK, China and Russia after a pause of five months.

    Continue reading...", + "content": "

    Israeli foreign minister claims Tehran only agreed to restart talks to get sanctions removed

    Israel’s foreign minister, Yair Lapid, has claimed his country’s arch-enemy, Iran, had only agreed to restart nuclear negotiations to remove sanctions and covertly advance its weapons programme.

    Talks restarted in Vienna on Monday between Iran and the world’s leading powers including Germany, France, the UK, China and Russia after a pause of five months.

    Continue reading...", + "category": "Israel", + "link": "https://www.theguardian.com/world/2021/nov/29/iran-hopes-to-covertly-advance-its-nuclear-programme-says-israel", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-11-29T15:37:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225427,16 +250780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6845ad91f8c06cf9fb90dd42a50a1591" + "hash": "7cbb657744c08be196ae5132bf186f97" }, { - "title": "Bob Dole, giant of Republican politics and presidential nominee, dies aged 98", - "description": "
    • Long-time power-broker lost 1996 election to Bill Clinton
    • Biden: ‘An American statesman like few in our history’
    • Obituary: Bob Dole, 1923-2021

    Bob Dole, the long-time Kansas senator who was the Republican nominee for president in 1996, has died. He was 98.

    In a statement, the Elizabeth Dole Foundation – founded by Dole’s wife, a former North Carolina senator and cabinet official – said: “It is with heavy hearts we announced that Senator Robert Joseph Dole died earlier this morning in his sleep. At his death at age 98 he had served the United States of America faithfully for 79 years.”

    Continue reading...", - "content": "
    • Long-time power-broker lost 1996 election to Bill Clinton
    • Biden: ‘An American statesman like few in our history’
    • Obituary: Bob Dole, 1923-2021

    Bob Dole, the long-time Kansas senator who was the Republican nominee for president in 1996, has died. He was 98.

    In a statement, the Elizabeth Dole Foundation – founded by Dole’s wife, a former North Carolina senator and cabinet official – said: “It is with heavy hearts we announced that Senator Robert Joseph Dole died earlier this morning in his sleep. At his death at age 98 he had served the United States of America faithfully for 79 years.”

    Continue reading...", - "category": "Republicans", - "link": "https://www.theguardian.com/us-news/2021/dec/05/bob-dole-republican-presidential-nominee-senator-dies-aged", - "creator": "Martin Pengelly in New York", - "pubDate": "2021-12-05T19:17:14Z", + "title": "Merkel’s punk pick for leaving ceremony raises eyebrows", + "description": "

    Outgoing German chancellor’s choice of soundtrack for military tattoo hints at unchartered hinterland

    Angela Merkel has left Germans wondering how well they really know the chancellor who has governed them for 16 years, after picking a song by punk rocker Nina Hagen as the soundtrack for her military leaving ceremony.

    Merkel, whose Social Democrat successor, Olaf Scholz, is expected to be sworn in as chancellor next week, will be given a customary military farewell in the court outside the defence ministry on Thursday evening.

    Continue reading...", + "content": "

    Outgoing German chancellor’s choice of soundtrack for military tattoo hints at unchartered hinterland

    Angela Merkel has left Germans wondering how well they really know the chancellor who has governed them for 16 years, after picking a song by punk rocker Nina Hagen as the soundtrack for her military leaving ceremony.

    Merkel, whose Social Democrat successor, Olaf Scholz, is expected to be sworn in as chancellor next week, will be given a customary military farewell in the court outside the defence ministry on Thursday evening.

    Continue reading...", + "category": "Angela Merkel", + "link": "https://www.theguardian.com/world/2021/nov/29/angela-merkel-punk-pick-for-leaving-ceremony-raises-eyebrows", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-11-29T11:51:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225447,16 +250800,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2a247c73bba8d76796a6cc51efa85c8" + "hash": "2e8feb2f86047f9f7310eee539e9f809" }, { - "title": "Banksy offers to raise £10m to buy Reading prison for art centre", - "description": "

    Artist would sell stencil used to paint mural depicting what was thought to be Oscar Wilde on listed building

    Banksy has offered to raise millions of pounds towards buying Reading prison, where Oscar Wilde was once held, so that it can be turned into an arts centre.

    The street artist has promised to match the jail’s £10m asking price by selling the stencil he used to paint on the Grade II-listed building in March, a move campaigners hope will prevent it from being sold to housing developers.

    Continue reading...", - "content": "

    Artist would sell stencil used to paint mural depicting what was thought to be Oscar Wilde on listed building

    Banksy has offered to raise millions of pounds towards buying Reading prison, where Oscar Wilde was once held, so that it can be turned into an arts centre.

    The street artist has promised to match the jail’s £10m asking price by selling the stencil he used to paint on the Grade II-listed building in March, a move campaigners hope will prevent it from being sold to housing developers.

    Continue reading...", - "category": "Banksy", - "link": "https://www.theguardian.com/artanddesign/2021/dec/05/bansky-offers-to-raises-10m-to-buy-reading-prison-for-art-centre", - "creator": "Nadia Khomami Arts and culture correspondent", - "pubDate": "2021-12-05T18:41:03Z", + "title": "South African scientists explore vaccines’ effectiveness against Omicron", + "description": "

    Crucial work will study how well current jabs work and whether they need to be updated to tackle new variant

    Scientists in South Africa have begun crucial work to assess how well Covid vaccines hold up against the Omicron variant that has been detected in more than a dozen countries since it was formally reported last week.

    The variant carries dozens of mutations that are expected to change how the virus behaves, including its ability to cause infection and how well it can hide from immune defences primed by vaccines or previous infection with an older variant.

    Continue reading...", + "content": "

    Crucial work will study how well current jabs work and whether they need to be updated to tackle new variant

    Scientists in South Africa have begun crucial work to assess how well Covid vaccines hold up against the Omicron variant that has been detected in more than a dozen countries since it was formally reported last week.

    The variant carries dozens of mutations that are expected to change how the virus behaves, including its ability to cause infection and how well it can hide from immune defences primed by vaccines or previous infection with an older variant.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/29/south-african-scientists-explore-vaccines-effectiveness-against-omicron", + "creator": "Ian Sample Science editor", + "pubDate": "2021-11-29T17:34:36Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225467,16 +250820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5827baf34244e9cfeeb72cc9fe4d9f91" + "hash": "052abed903bdc5d39fe91d34de009653" }, { - "title": "Tell us about the people you have lost to Covid", - "description": "

    We would like to hear from people all over the world about the friends and family they have lost to the pandemic

    The end of December will mark two years since the world discovered an outbreak of a new virus in Wuhan, China. What followed was a difficult time for countries across the globe and many lives have been lost since the beginning of the pandemic.

    Ahead of the second anniversary of Covid, we would like to hear your tributes to the people you have lost to the virus during the last two years. Wherever you live in the world, we want to hear about your loved one and what they mean to you as part of our coverage.

    Continue reading...", - "content": "

    We would like to hear from people all over the world about the friends and family they have lost to the pandemic

    The end of December will mark two years since the world discovered an outbreak of a new virus in Wuhan, China. What followed was a difficult time for countries across the globe and many lives have been lost since the beginning of the pandemic.

    Ahead of the second anniversary of Covid, we would like to hear your tributes to the people you have lost to the virus during the last two years. Wherever you live in the world, we want to hear about your loved one and what they mean to you as part of our coverage.

    Continue reading...", + "title": "UK’s minimum gap for Covid booster jabs to be halved to three months", + "description": "

    Vaccines watchdog advises speeding up of vaccination scheme to tackle new coronavirus variant

    The UK’s minimum gap for Covid booster jabs will be halved from six months to three, after the government accepted advice from its vaccines watchdog to speed up the programme to limit the spread of the Omicron variant.

    The health secretary, Sajid Javid, confirmed that all adults would be offered the jab, after the Joint Committee on Vaccination and Immunisation (JCVI) announced that the waiting time was being cut for all adults, with priority for booking to be decided by the NHS.

    Continue reading...", + "content": "

    Vaccines watchdog advises speeding up of vaccination scheme to tackle new coronavirus variant

    The UK’s minimum gap for Covid booster jabs will be halved from six months to three, after the government accepted advice from its vaccines watchdog to speed up the programme to limit the spread of the Omicron variant.

    The health secretary, Sajid Javid, confirmed that all adults would be offered the jab, after the Joint Committee on Vaccination and Immunisation (JCVI) announced that the waiting time was being cut for all adults, with priority for booking to be decided by the NHS.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/02/tell-us-about-the-people-you-have-lost-to-covid", - "creator": "Guardian community team", - "pubDate": "2021-12-02T11:41:17Z", + "link": "https://www.theguardian.com/world/2021/nov/29/covid-booster-jabs-to-be-offered-to-all-uk-adults-after-three-month-gap", + "creator": "Jamie Grierson, Rowena Mason, Peter Walker, Andrew Gregory and Linda Geddes", + "pubDate": "2021-11-29T16:27:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225487,16 +250840,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e270402597ef9f4ba8915a0e94c1165d" + "hash": "69304058f6e2c0e5a75c8daeab2ebed9" }, { - "title": "Dealing with uncertainty about the Omicron variant | David Spiegelhalter and Anthony Masters", - "description": "Caution is sensible when so much is unknown

    The race is on to understand the new variant identified by scientists in South Africa and Botswana, dubbed Omicron (the next Greek letter was “nu”, but this could have been mistaken for “new”). Fears include greater spread, worse disease or reduced effectiveness of treatments and vaccines.

    Increased transmission can arise from two factors. First, there is an intrinsic advantage, with a heightened “basic reproduction number” R0; in a susceptible population, that is the average number of people each case infects, although after 20 months of pandemic this has become a notional concept. It was around 3 for the original wild-type virus, compared to around 6 for Delta and possibly rather more for Omicron.

    Continue reading...", - "content": "Caution is sensible when so much is unknown

    The race is on to understand the new variant identified by scientists in South Africa and Botswana, dubbed Omicron (the next Greek letter was “nu”, but this could have been mistaken for “new”). Fears include greater spread, worse disease or reduced effectiveness of treatments and vaccines.

    Increased transmission can arise from two factors. First, there is an intrinsic advantage, with a heightened “basic reproduction number” R0; in a susceptible population, that is the average number of people each case infects, although after 20 months of pandemic this has become a notional concept. It was around 3 for the original wild-type virus, compared to around 6 for Delta and possibly rather more for Omicron.

    Continue reading...", + "title": "Joe Biden says Omicron Covid variant a ‘cause for concern, not panic’ – live", + "description": "

    “If you are 18 years and older and got fully vaccinated before 1 June go get the get booster shot today,” Joe Biden said today. “They’re free and they’re available at 80,000 locations coast to coast. A fully vaccinated booster person is the most protected against Covid.

    “Do not wait. Go get your booster if it’s time for you to do so. And if you are not vaccinated, now is the time to go get vaccinated and to bring your children to go get vaccinated.”

    Continue reading...", + "content": "

    “If you are 18 years and older and got fully vaccinated before 1 June go get the get booster shot today,” Joe Biden said today. “They’re free and they’re available at 80,000 locations coast to coast. A fully vaccinated booster person is the most protected against Covid.

    “Do not wait. Go get your booster if it’s time for you to do so. And if you are not vaccinated, now is the time to go get vaccinated and to bring your children to go get vaccinated.”

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/theobserver/commentisfree/2021/dec/05/dealing-with-uncertainty-about-omicron-covid-variant", - "creator": "David Spiegelhalter and Anthony Masters", - "pubDate": "2021-12-05T10:00:51Z", + "link": "https://www.theguardian.com/us-news/live/2021/nov/29/joe-biden-coronavirus-covid-omicron-variant-us-politics-live", + "creator": "Vivian Ho", + "pubDate": "2021-11-29T18:34:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225507,16 +250860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "18eda27dccbb450f5681f1d321a408af" + "hash": "9828b99ce26cd1920b25be680f70c203" }, { - "title": "From pandemic to endemic: this is how we might get back to normal", - "description": "

    Covid-19 is unlikely to be eradicated, experts say, but societies in the past have learned to live with diseases

    First, the bad news. With unpredictable outbreaks still occurring around the world, and variants like Omicron raising questions about the virus’s contagiousness, we are very much still in a pandemic.

    The good news: while it’s difficult to predict the exact timing, most scientists agree that the Covid-19 pandemic will end and that the virus will become endemic. That means the virus will probably never be eliminated entirely, but as more people get vaccinated and become exposed to it, infections will eventually arise at a consistently low rate, and fewer people will become severely ill. An area where vaccination and booster rates are high will probably see endemicity sooner than a region with lower rates.

    Continue reading...", - "content": "

    Covid-19 is unlikely to be eradicated, experts say, but societies in the past have learned to live with diseases

    First, the bad news. With unpredictable outbreaks still occurring around the world, and variants like Omicron raising questions about the virus’s contagiousness, we are very much still in a pandemic.

    The good news: while it’s difficult to predict the exact timing, most scientists agree that the Covid-19 pandemic will end and that the virus will become endemic. That means the virus will probably never be eliminated entirely, but as more people get vaccinated and become exposed to it, infections will eventually arise at a consistently low rate, and fewer people will become severely ill. An area where vaccination and booster rates are high will probably see endemicity sooner than a region with lower rates.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/05/covid-19-from-pandemic-to-endemic-this-is-how-we-might-get-back-to-normal", - "creator": "Yasmin Tayag", - "pubDate": "2021-12-05T08:00:50Z", + "title": "Novak Djokovic likely to skip Australian Open over vaccine mandate, says father", + "description": "
    • Srdjan Djokovic equates vaccine mandate to ‘blackmail’
    • All players at staff at grand slam in Melbourne must be jabbed

    Novak Djokovic is unlikely to play at the Australian Open if rules on Covid-19 vaccinations are not relaxed, the world No 1’s father, Srdjan Djokovic, said.

    Organisers of the year’s first grand slam have said that all players will have to be vaccinated to take part.

    Continue reading...", + "content": "
    • Srdjan Djokovic equates vaccine mandate to ‘blackmail’
    • All players at staff at grand slam in Melbourne must be jabbed

    Novak Djokovic is unlikely to play at the Australian Open if rules on Covid-19 vaccinations are not relaxed, the world No 1’s father, Srdjan Djokovic, said.

    Organisers of the year’s first grand slam have said that all players will have to be vaccinated to take part.

    Continue reading...", + "category": "Australian Open", + "link": "https://www.theguardian.com/sport/2021/nov/29/novak-djokovic-likely-to-skip-australian-open-over-vaccine-mandate-says-father", + "creator": "Reuters", + "pubDate": "2021-11-29T04:23:56Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225527,16 +250880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e2a574682c7e37e57efc9b19c6c2476" + "hash": "2d8384cffbdfed4898e75102e1b8c6c5" }, { - "title": "Valérie Pécresse: the ‘bulldozer’ who would be France’s first female president", - "description": "

    Her supporters call her Emmanuel Macron’s worst nightmare, but she faces a tough task to unseat him

    When Valérie Pécresse crossed rural France this summer, visiting farms and villages to escape what she called her grotesquely unfair image as a “blond bourgeoise” from Versailles, she promised to smash the French Republic’s glass ceiling. “I will be the first female president of France,” she told meeting halls to cheers.

    Since Emmanuel Macron won the presidency in 2017 as a shock outsider with no election experience and a party put together in a few months, French politics has thrived on novelty. Pécresse’s supporters say her status as a woman is refreshingly new and makes her Macron’s worst nightmare.

    Continue reading...", - "content": "

    Her supporters call her Emmanuel Macron’s worst nightmare, but she faces a tough task to unseat him

    When Valérie Pécresse crossed rural France this summer, visiting farms and villages to escape what she called her grotesquely unfair image as a “blond bourgeoise” from Versailles, she promised to smash the French Republic’s glass ceiling. “I will be the first female president of France,” she told meeting halls to cheers.

    Since Emmanuel Macron won the presidency in 2017 as a shock outsider with no election experience and a party put together in a few months, French politics has thrived on novelty. Pécresse’s supporters say her status as a woman is refreshingly new and makes her Macron’s worst nightmare.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/05/valerie-pecresse-the-bulldozer-who-would-be-frances-first-female-president", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2021-12-05T16:54:58Z", + "title": "Nurdles: the worst toxic waste you’ve probably never heard of", + "description": "

    Billions of these tiny plastic pellets are floating in the ocean, causing as much damage as oil spills, yet they are still not classified as hazardous

    When the X-Press Pearl container ship caught fire and sank in the Indian Ocean in May, Sri Lanka was terrified that the vessel’s 350 tonnes of heavy fuel oil would spill into the ocean, causing an environmental disaster for the country’s pristine coral reefs and fishing industry.

    Classified by the UN as Sri Lanka’s “worst maritime disaster”, the biggest impact was not caused by the heavy fuel oil. Nor was it the hazardous chemicals on board, which included nitric acid, caustic soda and methanol. The most “significant” harm, according to the UN, came from the spillage of 87 containers full of lentil-sized plastic pellets: nurdles.

    Continue reading...", + "content": "

    Billions of these tiny plastic pellets are floating in the ocean, causing as much damage as oil spills, yet they are still not classified as hazardous

    When the X-Press Pearl container ship caught fire and sank in the Indian Ocean in May, Sri Lanka was terrified that the vessel’s 350 tonnes of heavy fuel oil would spill into the ocean, causing an environmental disaster for the country’s pristine coral reefs and fishing industry.

    Classified by the UN as Sri Lanka’s “worst maritime disaster”, the biggest impact was not caused by the heavy fuel oil. Nor was it the hazardous chemicals on board, which included nitric acid, caustic soda and methanol. The most “significant” harm, according to the UN, came from the spillage of 87 containers full of lentil-sized plastic pellets: nurdles.

    Continue reading...", + "category": "Plastics", + "link": "https://www.theguardian.com/environment/2021/nov/29/nurdles-plastic-pellets-environmental-ocean-spills-toxic-waste-not-classified-hazardous", + "creator": "Karen McVeigh", + "pubDate": "2021-11-29T07:15:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225547,16 +250900,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a29cefbc0edcab2524cd4641f644900a" + "hash": "7c3e6dfe3da1007902450a0bbb774e27" }, { - "title": "Tourists bask on a battlefield as drug gangs fight over Mexican resort town", - "description": "

    Tulum, jewel of the Mayan Riviera, risks emulating Acapulco, another once glamorous resort now overwhelmed by violence

    Bright yellow police tape fluttered in the breeze outside a restaurant just off the main strip in the Mexican resort town of Tulum, as the lights of a nearby police truck flashed blue and red.

    Troops in camouflage fatigues stood guard outside the deserted late-night eatery La Malquerida, “The Unloved” – the site of a gangland shooting that killed two female tourists and wounded another three holidaymakers.

    Continue reading...", - "content": "

    Tulum, jewel of the Mayan Riviera, risks emulating Acapulco, another once glamorous resort now overwhelmed by violence

    Bright yellow police tape fluttered in the breeze outside a restaurant just off the main strip in the Mexican resort town of Tulum, as the lights of a nearby police truck flashed blue and red.

    Troops in camouflage fatigues stood guard outside the deserted late-night eatery La Malquerida, “The Unloved” – the site of a gangland shooting that killed two female tourists and wounded another three holidaymakers.

    Continue reading...", - "category": "Mexico", - "link": "https://www.theguardian.com/world/2021/dec/05/tourists-bask-on-a-battlefield-as-drug-gangs-fight-over-mexican-resort-town", - "creator": "Mattha Busby in Tulum", - "pubDate": "2021-12-05T10:00:51Z", + "title": "‘I wrote it from the perspective of a night light’: How They Might Be Giants made Birdhouse in Your Soul", + "description": "

    ‘I’m completely happy that we fall within the noble tradition of the one-hit wonder in the UK’

    We had played the showcase night at New York’s CBGB, but didn’t stand out, so we tried instead playing alongside performance artists in East Village. People showing up to watch avant garde performance art bought our cassette, and we became part of this groovy little scene of really enthusiastic people.

    Continue reading...", + "content": "

    ‘I’m completely happy that we fall within the noble tradition of the one-hit wonder in the UK’

    We had played the showcase night at New York’s CBGB, but didn’t stand out, so we tried instead playing alongside performance artists in East Village. People showing up to watch avant garde performance art bought our cassette, and we became part of this groovy little scene of really enthusiastic people.

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/music/2021/nov/29/i-wrote-it-from-the-perspective-of-a-night-light-how-they-might-be-giants-made-birdhouse-in-your-soul", + "creator": "Interviews by Dave Simpson", + "pubDate": "2021-11-29T15:52:09Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225567,16 +250920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d7b2395efd488d1f21c5fa3a386227d" + "hash": "18aa26662fae1202910a58bccea6a40b" }, { - "title": "Murray Bartlett: ‘Filming The White Lotus in lockdown felt like a TV summer camp’", - "description": "

    The Australian actor on creating his character Armond, the magic of Tales of the City and that meme-inspiring suitcase scene

    Sydney-born actor Murray Bartlett, 50, made his screen debut aged 16 in medical soap The Flying Doctors. He worked in Australian TV and film before being cast as a guest star in Sex and the City in 2002. Subsequent TV credits include Dom Basaluzzo in HBO’s gay comedy-drama Looking and Michael “Mouse” Tolliver in the Netflix revival of Armistead Maupin’s Tales of the City. This year, he starred as luxury Hawaii spa resort manager Armond in HBO’s hit satire The White Lotus, shown in the UK on Sky Atlantic.

    How did you land your role in The White Lotus?
    I did a self-tape audition in lockdown, then spoke to [writer/director] Mike White on the phone. Before I knew it, I was on the plane to Hawaii and landing in paradise, which was bizarre and thrilling. There’d been times early in the pandemic when I thought: “Should I get another skill? Maybe acting won’t be a thing any more.” So The White Lotus came as an extraordinary surprise. I felt guilty talking to my actor friends about it because it was such a dreamy job.

    Continue reading...", - "content": "

    The Australian actor on creating his character Armond, the magic of Tales of the City and that meme-inspiring suitcase scene

    Sydney-born actor Murray Bartlett, 50, made his screen debut aged 16 in medical soap The Flying Doctors. He worked in Australian TV and film before being cast as a guest star in Sex and the City in 2002. Subsequent TV credits include Dom Basaluzzo in HBO’s gay comedy-drama Looking and Michael “Mouse” Tolliver in the Netflix revival of Armistead Maupin’s Tales of the City. This year, he starred as luxury Hawaii spa resort manager Armond in HBO’s hit satire The White Lotus, shown in the UK on Sky Atlantic.

    How did you land your role in The White Lotus?
    I did a self-tape audition in lockdown, then spoke to [writer/director] Mike White on the phone. Before I knew it, I was on the plane to Hawaii and landing in paradise, which was bizarre and thrilling. There’d been times early in the pandemic when I thought: “Should I get another skill? Maybe acting won’t be a thing any more.” So The White Lotus came as an extraordinary surprise. I felt guilty talking to my actor friends about it because it was such a dreamy job.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/05/murray-bartlett-armond-white-lotus-interview-faces-of-year", - "creator": "Michael Hogan", - "pubDate": "2021-12-05T19:00:02Z", + "title": "‘He was a god for us’: actors on being side by side with Stephen Sondheim", + "description": "

    Musical theatre stars Jenna Russell, Daniel Evans and Janie Dee remember working with their hero, and the unique demands and rewards of his songs

    So much of his work is about love. People talk about it being cold but as a teenage girl all I could feel from it was warmth. The songs are ridiculously rich. I’d play the original cast recording of Company again and again, in the front room. I remember my mum came in with her rubber gloves on and tears streaming down her face. She said: “Oh my god, I get it!” The song was Being Alive.

    Continue reading...", + "content": "

    Musical theatre stars Jenna Russell, Daniel Evans and Janie Dee remember working with their hero, and the unique demands and rewards of his songs

    So much of his work is about love. People talk about it being cold but as a teenage girl all I could feel from it was warmth. The songs are ridiculously rich. I’d play the original cast recording of Company again and again, in the front room. I remember my mum came in with her rubber gloves on and tears streaming down her face. She said: “Oh my god, I get it!” The song was Being Alive.

    Continue reading...", + "category": "Stephen Sondheim", + "link": "https://www.theguardian.com/stage/2021/nov/29/he-was-a-god-for-us-actors-side-by-side-with-stephen-sondheim", + "creator": "Interviews by Chris Wiegand", + "pubDate": "2021-11-29T16:22:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225587,16 +250940,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03dd2941dab3e5e9dc1f21d623ffcba2" + "hash": "5247a9456d99f66c70f31cd9bdea26b3" }, { - "title": "Catch them if you can? Meet the exotic pet detectives", - "description": "

    Skunks, iguanas, terrapins, big cats… Britain has more invasive and exotic animals than you imagine. Meet the search and rescue enthusiasts dedicated to capturing them and keeping them safe

    Sometime in 2016, Chris Mullins received a message about a missing skunk. Mullins, 70, who lives in Leicestershire, had founded a Facebook group, Beastwatch UK, in 2001 as a place to document exotic animal sightings in the British countryside, so it was natural for news of this sort to trickle his way. In that time there had been a piranha in the Thames and a chinchilla in a post box, so a skunk on the loose in a local village seemed a relatively manageable misadventure. He loaded up some traps and headed to Barrow upon Soar to see if he could help locate the wayward creature.

    Mullins, who has a white beard, smiling eyes and maintains a steady, gentle rhythm when he speaks, had always nurtured a passion for wildlife – chasing it down, catching it. The interest took hold amid a challenging childhood. Aged five, Mullins was victim of a hit and run that left him with amnesia and he spent two years in hospital before his parents sent him to a special school to catch up with his education.

    Continue reading...", - "content": "

    Skunks, iguanas, terrapins, big cats… Britain has more invasive and exotic animals than you imagine. Meet the search and rescue enthusiasts dedicated to capturing them and keeping them safe

    Sometime in 2016, Chris Mullins received a message about a missing skunk. Mullins, 70, who lives in Leicestershire, had founded a Facebook group, Beastwatch UK, in 2001 as a place to document exotic animal sightings in the British countryside, so it was natural for news of this sort to trickle his way. In that time there had been a piranha in the Thames and a chinchilla in a post box, so a skunk on the loose in a local village seemed a relatively manageable misadventure. He loaded up some traps and headed to Barrow upon Soar to see if he could help locate the wayward creature.

    Mullins, who has a white beard, smiling eyes and maintains a steady, gentle rhythm when he speaks, had always nurtured a passion for wildlife – chasing it down, catching it. The interest took hold amid a challenging childhood. Aged five, Mullins was victim of a hit and run that left him with amnesia and he spent two years in hospital before his parents sent him to a special school to catch up with his education.

    Continue reading...", - "category": "Pets", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/05/meet-the-exotic-pet-detectives-is-there-a-skunk-iguana-or-wild-cat-in-your-street", - "creator": "Will Coldwell", - "pubDate": "2021-12-05T11:00:53Z", + "title": "The big idea: Should we worry about artificial intelligence?", + "description": "

    Could AI turn on us, or is natural stupidity a greater threat to humanity?

    Ever since Garry Kasparov lost his second chess match against IBM’s Deep Blue in 1997, the writing has been on the wall for humanity. Or so some like to think. Advances in artificial intelligence will lead – by some estimates, in only a few decades – to the development of superintelligent, sentient machines. Movies from The Terminator to The Matrix have portrayed this prospect as rather undesirable. But is this anything more than yet another sci-fi “Project Fear”?

    Some confusion is caused by two very different uses of the phrase artificial intelligence. The first sense is, essentially, a marketing one: anything computer software does that seems clever or usefully responsive – like Siri – is said to use “AI”. The second sense, from which the first borrows its glamour, points to a future that does not yet exist, of machines with superhuman intellects. That is sometimes called AGI, for artificial general intelligence.

    Continue reading...", + "content": "

    Could AI turn on us, or is natural stupidity a greater threat to humanity?

    Ever since Garry Kasparov lost his second chess match against IBM’s Deep Blue in 1997, the writing has been on the wall for humanity. Or so some like to think. Advances in artificial intelligence will lead – by some estimates, in only a few decades – to the development of superintelligent, sentient machines. Movies from The Terminator to The Matrix have portrayed this prospect as rather undesirable. But is this anything more than yet another sci-fi “Project Fear”?

    Some confusion is caused by two very different uses of the phrase artificial intelligence. The first sense is, essentially, a marketing one: anything computer software does that seems clever or usefully responsive – like Siri – is said to use “AI”. The second sense, from which the first borrows its glamour, points to a future that does not yet exist, of machines with superhuman intellects. That is sometimes called AGI, for artificial general intelligence.

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2021/nov/29/the-big-idea-should-we-worry-about-artificial-intelligence", + "creator": "Steven Poole", + "pubDate": "2021-11-29T08:00:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225607,16 +250960,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77b83ad5d67099ad240bae086d8b83a8" + "hash": "0a0886196caa21643c00526b54f014d8" }, { - "title": "The case of the confident dog that developed PTSD | Gill Straker and Jacqui Winship", - "description": "

    Helping Darling to relax has been vital – but unlike a human, she isn’t dealing with the ethical and cognitive issues often involved in post-traumatic stress

    • The modern mind is a column where experts discuss mental health issues they are seeing in their work

    The word trauma has been so overused that it can sound meaningless.

    Yet there are profound effects on the body and mind following exposure to traumatic events. Our capacity to cope becomes overwhelmed and we feel helpless as the limbic system, which is the part of the brain associated with fight flight and freeze, goes into overdrive.

    Continue reading...", - "content": "

    Helping Darling to relax has been vital – but unlike a human, she isn’t dealing with the ethical and cognitive issues often involved in post-traumatic stress

    • The modern mind is a column where experts discuss mental health issues they are seeing in their work

    The word trauma has been so overused that it can sound meaningless.

    Yet there are profound effects on the body and mind following exposure to traumatic events. Our capacity to cope becomes overwhelmed and we feel helpless as the limbic system, which is the part of the brain associated with fight flight and freeze, goes into overdrive.

    Continue reading...", - "category": "Psychiatry", - "link": "https://www.theguardian.com/commentisfree/2021/dec/06/the-case-of-the-confident-dog-that-developed-ptsd", - "creator": "Gill Straker and Jacqui Winship", - "pubDate": "2021-12-05T16:30:03Z", + "title": "Nelson, BLM and new voices: why Barbados is ditching the Queen", + "description": "

    Michael Safi reports from the ground as island nation prepares to declare itself a republic

    The first time, he stumbled on it by accident, after following a dirt track through fields of sugar cane that came to a clearing. There was a sign, Hakeem Ward remembers, beneath which someone had left an offering.

    “The sign said it was a slave burial ground,” he says. “We went and Googled it, and then I realised it was actually one of the biggest slave burial grounds in the western hemisphere.”

    Continue reading...", + "content": "

    Michael Safi reports from the ground as island nation prepares to declare itself a republic

    The first time, he stumbled on it by accident, after following a dirt track through fields of sugar cane that came to a clearing. There was a sign, Hakeem Ward remembers, beneath which someone had left an offering.

    “The sign said it was a slave burial ground,” he says. “We went and Googled it, and then I realised it was actually one of the biggest slave burial grounds in the western hemisphere.”

    Continue reading...", + "category": "Barbados", + "link": "https://www.theguardian.com/world/2021/nov/29/nelson-blm-and-new-voices-how-barbados-came-to-cut-ties-to-crown", + "creator": "Michael Safi in Bridgetown", + "pubDate": "2021-11-29T05:00:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225627,16 +250980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4fbaf5af1304a42ae259d78e38e2de03" + "hash": "9aa65068fa95dbd526db864643c535fa" }, { - "title": "The best books of 2021, chosen by our guest authors", - "description": "

    From piercing studies of colonialism to powerful domestic sagas, our panel of writers, all of whom had books published this year, share their favourite titles of 2021

    Author of Klara and the Sun (Faber)

    Continue reading...", - "content": "

    From piercing studies of colonialism to powerful domestic sagas, our panel of writers, all of whom had books published this year, share their favourite titles of 2021

    Author of Klara and the Sun (Faber)

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/books/2021/dec/05/the-best-books-of-2021-chosen-by-our-guest-authors", - "creator": "", - "pubDate": "2021-12-05T09:29:50Z", + "title": "The 20 best songs of 2021", + "description": "

    We celebrate everything from Lil Nas X’s conservative-baiting Montero to Wet Leg’s instant indie classic – as voted for by 31 of the Guardian’s music writers

    Continue reading...", + "content": "

    We celebrate everything from Lil Nas X’s conservative-baiting Montero to Wet Leg’s instant indie classic – as voted for by 31 of the Guardian’s music writers

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/music/2021/nov/29/the-20-best-songs-of-2021", + "creator": "Ben Beaumont-Thomas and Laura Snapes", + "pubDate": "2021-11-29T06:00:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225647,16 +251000,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "360da6c4021100f38caa1d3eceb7344d" + "hash": "19e8d121beece80ebc13d8013baabfb0" }, { - "title": "US seeks Russian and Chinese support to salvage Iran nuclear deal", - "description": "

    Iran’s natural allies are said to have been surprised by how much it had gone back on its own compromises

    The US is hoping pressure from Russia, China and some Arab Gulf states may yet persuade Iran to moderate its negotiating stance in regards to the steps the Biden administration must take before both sides return to the 2015 nuclear deal.

    Talks in Vienna faltered badly last week, when the new hardline Iranian administration increased its levels of uranium enrichment and tabled proposals that US officials said at the weekend were “not serious”since they had gone back on all the progress made in the previous round of talks.

    Continue reading...", - "content": "

    Iran’s natural allies are said to have been surprised by how much it had gone back on its own compromises

    The US is hoping pressure from Russia, China and some Arab Gulf states may yet persuade Iran to moderate its negotiating stance in regards to the steps the Biden administration must take before both sides return to the 2015 nuclear deal.

    Talks in Vienna faltered badly last week, when the new hardline Iranian administration increased its levels of uranium enrichment and tabled proposals that US officials said at the weekend were “not serious”since they had gone back on all the progress made in the previous round of talks.

    Continue reading...", - "category": "Iran nuclear deal", - "link": "https://www.theguardian.com/world/2021/dec/05/us-seeks-china-and-russia-support-to-salvage-iran-nuclear-deal", - "creator": "Patrick Wintour Diplomatic Editor", - "pubDate": "2021-12-05T15:11:00Z", + "title": "‘I feel inspired here’: refugees find business success in Naples", + "description": "

    From designing homewares to recording music, many who fled to Europe are building independent lives against the odds

    Pieces of fabric of various vibrant shades fill the Naples studio where Paboy Bojang and his team of four are working around the clock to stitch together 250 cushions for their next customer, The Conran Shop.

    They are not long from dispatching their first orders to Selfridges and Paul Smith, and with requests for the distinctive cotton cushions with ruffled borders flooding in from around the world, they will be busy for months to come.

    Continue reading...", + "content": "

    From designing homewares to recording music, many who fled to Europe are building independent lives against the odds

    Pieces of fabric of various vibrant shades fill the Naples studio where Paboy Bojang and his team of four are working around the clock to stitch together 250 cushions for their next customer, The Conran Shop.

    They are not long from dispatching their first orders to Selfridges and Paul Smith, and with requests for the distinctive cotton cushions with ruffled borders flooding in from around the world, they will be busy for months to come.

    Continue reading...", + "category": "Refugees", + "link": "https://www.theguardian.com/world/2021/nov/29/i-feel-inspired-here-refugees-find-business-success-in-naples", + "creator": "Angela Giuffrida in Naples", + "pubDate": "2021-11-29T11:28:16Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225667,16 +251020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5d6800209f2599e829110304a774b9b" + "hash": "22f80ee66a7e73bea345a33912715f81" }, { - "title": "Australia’s Omicron travel ban is ‘discrimination’, South African diplomat says", - "description": "

    High commissioner says a large number of cases of the new Covid variant have been detected on other continents

    Australia’s travel ban to several southern African countries due to the outbreak of the Omicron variant has been labelled as discriminatory by a senior diplomat.

    South Africa’s high commissioner to Australia, Marthinus van Schalkwyk, said the ban needed to be overturned due to large numbers of Omicron cases being detected in other continents and not just in parts of Africa.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    High commissioner says a large number of cases of the new Covid variant have been detected on other continents

    Australia’s travel ban to several southern African countries due to the outbreak of the Omicron variant has been labelled as discriminatory by a senior diplomat.

    South Africa’s high commissioner to Australia, Marthinus van Schalkwyk, said the ban needed to be overturned due to large numbers of Omicron cases being detected in other continents and not just in parts of Africa.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Health", - "link": "https://www.theguardian.com/australia-news/2021/dec/06/australias-omicron-travel-ban-is-discrimination-south-african-diplomat-says", - "creator": "Australian Associated Press", - "pubDate": "2021-12-06T00:38:39Z", + "title": "Storm Arwen: thousands in UK face fourth night without power", + "description": "

    More than 150,000 homes without power on Monday, with damage thought to be worst since 2005

    More than 150,000 homes across the UK were facing a fourth night without power after Storm Arwen wreaked havoc, bringing down trees and electricity lines.

    The Energy Networks Association (ENA) said damage caused by Friday’s storm was some of the worst since 2005. More than a million homes lost power with 155,000 nationwide still waiting to be reconnected on Monday afternoon.

    Continue reading...", + "content": "

    More than 150,000 homes without power on Monday, with damage thought to be worst since 2005

    More than 150,000 homes across the UK were facing a fourth night without power after Storm Arwen wreaked havoc, bringing down trees and electricity lines.

    The Energy Networks Association (ENA) said damage caused by Friday’s storm was some of the worst since 2005. More than a million homes lost power with 155,000 nationwide still waiting to be reconnected on Monday afternoon.

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2021/nov/29/storm-arwen-homes-in-north-of-england-without-power-for-third-night", + "creator": "Mark Brown North of England correspondent", + "pubDate": "2021-11-29T16:43:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225687,16 +251040,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11afd895bffca7ec9103aab6fa507e2b" + "hash": "c38d13e956a47f24d4eb6d4c1f0ca963" }, { - "title": "Michigan school shooting: artist did not know suspect’s parents stayed in studio, lawyer says", - "description": "

    Outside investigation ordered as parents question ‘the school’s version of events leading up to the shooting’

    A Detroit-area artist in whose studio the parents of the Oxford High School student charged in a deadly shooting were found by police is cooperating with authorities, his attorney said on Sunday.

    Also on Sunday, the Michigan attorney general, Dana Nessel, said her office could conduct a third-party investigation of school events before the shooting that left four students dead and six others and a teacher wounded.

    Continue reading...", - "content": "

    Outside investigation ordered as parents question ‘the school’s version of events leading up to the shooting’

    A Detroit-area artist in whose studio the parents of the Oxford High School student charged in a deadly shooting were found by police is cooperating with authorities, his attorney said on Sunday.

    Also on Sunday, the Michigan attorney general, Dana Nessel, said her office could conduct a third-party investigation of school events before the shooting that left four students dead and six others and a teacher wounded.

    Continue reading...", - "category": "Michigan", - "link": "https://www.theguardian.com/us-news/2021/dec/05/michigan-high-school-shooting-third-party-investigation", - "creator": "Asssociated Press in Oxford Township, Michigan", - "pubDate": "2021-12-05T22:18:11Z", + "title": "Xiomara Castro poised to become first female president of Honduras", + "description": "

    Castro, who declared herself the winner in a speech late on Sunday, has vowed to fight corruption and relax abortion laws

    The opposition candidate Xiomara Castro appears poised to become the first female president of Honduras in a landslide victory 12 years after her husband was forced from power in a military-backed coup.

    With results counted from just over half of precincts on Monday, Castro held a commanding 20-point lead over her nearest rival, Nasry Asfura of the ruling National party.

    Continue reading...", + "content": "

    Castro, who declared herself the winner in a speech late on Sunday, has vowed to fight corruption and relax abortion laws

    The opposition candidate Xiomara Castro appears poised to become the first female president of Honduras in a landslide victory 12 years after her husband was forced from power in a military-backed coup.

    With results counted from just over half of precincts on Monday, Castro held a commanding 20-point lead over her nearest rival, Nasry Asfura of the ruling National party.

    Continue reading...", + "category": "Honduras", + "link": "https://www.theguardian.com/world/2021/nov/29/xiomara-castro-declares-victory-in-honduras-presidential-election", + "creator": "Jeff Ernst in Tegucigalpa", + "pubDate": "2021-11-29T18:35:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225707,36 +251060,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "056a1ccd2c2e06dfed9c331c0ae64367" + "hash": "9d19d9db0dd294e0ebe90b6bc8cd4640" }, { - "title": "Judith Collins axed from frontbench after losing National party leadership", - "description": "

    Successor Christopher Luxon said Collins had a ‘real passion’ for new portfolio of science and innovation

    New Zealand’s former opposition leader Judith Collins has been demoted from the National party’s frontbench and tumbled 18 places in its ranks, nearly two weeks after being ousted following her attempt to crush a rival.

    New leader Christopher Luxon announced the party’s caucus reshuffle on Monday. Collins, who copped the biggest demotion in the party, will take on a single portfolio – research, science and innovation – but will remain in the shadow cabinet.

    Continue reading...", - "content": "

    Successor Christopher Luxon said Collins had a ‘real passion’ for new portfolio of science and innovation

    New Zealand’s former opposition leader Judith Collins has been demoted from the National party’s frontbench and tumbled 18 places in its ranks, nearly two weeks after being ousted following her attempt to crush a rival.

    New leader Christopher Luxon announced the party’s caucus reshuffle on Monday. Collins, who copped the biggest demotion in the party, will take on a single portfolio – research, science and innovation – but will remain in the shadow cabinet.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/06/judith-collins-axed-from-frontbench-after-losing-national-party-leadership", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-12-06T02:09:17Z", + "title": "Leaked papers link Xinjiang crackdown with China leadership", + "description": "

    Secret documents urge population control, mass round-ups and punishment of Uyghurs

    Excerpts from previously unpublished documents directly linking China’s crackdown on Uyghur Muslims and other minorities in Xinjiang province to speeches by the Chinese leadership in 2014 have been put online.

    The documents – including three speeches by Chinese president Xi Jinping in April 2014 – cover security, population control and the need to punish the Uyghur population. Some are marked top secret. They were leaked to the German academic Adrian Zenz.

    Continue reading...", + "content": "

    Secret documents urge population control, mass round-ups and punishment of Uyghurs

    Excerpts from previously unpublished documents directly linking China’s crackdown on Uyghur Muslims and other minorities in Xinjiang province to speeches by the Chinese leadership in 2014 have been put online.

    The documents – including three speeches by Chinese president Xi Jinping in April 2014 – cover security, population control and the need to punish the Uyghur population. Some are marked top secret. They were leaked to the German academic Adrian Zenz.

    Continue reading...", + "category": "Xinjiang", + "link": "https://www.theguardian.com/world/2021/nov/29/leaked-papers-link-xinjiang-crackdown-with-china-leadership", + "creator": "Patrick Wintour Diplomatic Editor", + "pubDate": "2021-11-29T18:33:21Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "74247deb6b8ccdbee674decc8026d08c" + "hash": "cf906095385b901dfbab0c265b807bf5" }, { - "title": "Live news update: Labor says Australia could be renewables ‘superpower’; Palaszczuk to speak on Qld border reopening", - "description": "

    Australia could be renewables ‘superpower’ but has wasted time, Chris Bowen says; Palaszczuk to give update on Qld border reopening; Victoria records 1,073 new Covid cases and six deaths, NSW records 208 cases, ACT six; Katherine lockdown extended as NT records one case; SA premier advised to close border with NSW over Omicron. Follow all the developments live

    A New South Wales government plan to control feral horses in Kosciuszko national park will allow horses to remain in the only known habitat of one of Australia’s most imperilled freshwater fishes and risks pushing the species closer to extinction.

    Conservationists say allowing horses to continue to roam around some sections of the park will put vulnerable wildlife and ecosystems at risk.

    There are lot of reasons even though they don’t get as sick as adults, they have a pretty strong role in spreading it back to family members and of course that can include parents and also, of greater concern, the grandparents. The older you are, the impacts of getting seriously ill or worse with Covid is greater.

    The other reason is just so kids can do what kids are meant to do – go to school, play with their friends, do sport, do exercise, do social things.

    Continue reading...", - "content": "

    Australia could be renewables ‘superpower’ but has wasted time, Chris Bowen says; Palaszczuk to give update on Qld border reopening; Victoria records 1,073 new Covid cases and six deaths, NSW records 208 cases, ACT six; Katherine lockdown extended as NT records one case; SA premier advised to close border with NSW over Omicron. Follow all the developments live

    A New South Wales government plan to control feral horses in Kosciuszko national park will allow horses to remain in the only known habitat of one of Australia’s most imperilled freshwater fishes and risks pushing the species closer to extinction.

    Conservationists say allowing horses to continue to roam around some sections of the park will put vulnerable wildlife and ecosystems at risk.

    There are lot of reasons even though they don’t get as sick as adults, they have a pretty strong role in spreading it back to family members and of course that can include parents and also, of greater concern, the grandparents. The older you are, the impacts of getting seriously ill or worse with Covid is greater.

    The other reason is just so kids can do what kids are meant to do – go to school, play with their friends, do sport, do exercise, do social things.

    Continue reading...", + "title": "‘They need an awful lot of help’: why jobseeker isn’t enough when you’re battling cancer", + "description": "

    The AMA has joined a growing push for better welfare for those with incapacitating but ‘unstabilised’ conditions such as cancer or poor mental health

    Since he was diagnosed with cancer in the middle of the year, Tim Hurley has been relying on the support of family and friends to get him to hospital five times a week.

    They’ve also brought him meals and helped cover the cost of medication and other essentials.

    Continue reading...", + "content": "

    The AMA has joined a growing push for better welfare for those with incapacitating but ‘unstabilised’ conditions such as cancer or poor mental health

    Since he was diagnosed with cancer in the middle of the year, Tim Hurley has been relying on the support of family and friends to get him to hospital five times a week.

    They’ve also brought him meals and helped cover the cost of medication and other essentials.

    Continue reading...", "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/06/australia-news-updates-live-covid-omicron-transport-strike-scott-morrison-anthony-albanese-weather-nsw-victoria-qld", - "creator": "Mostafa Rachwani (now) and Matilda Boseley (earlier)", - "pubDate": "2021-12-06T03:23:55Z", + "link": "https://www.theguardian.com/australia-news/2021/nov/30/they-need-an-awful-lot-of-help-why-jobseeker-isnt-enough-when-youre-battling-cancer", + "creator": "Luke Henriques-Gomes Social affairs and inequality editor", + "pubDate": "2021-11-29T16:30:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225747,16 +251100,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "594205fbbe1cd22b31095fef8dfcdb89" + "hash": "d6803bc07e2265cacf61280a40709115" }, { - "title": "Bob Dole, former US senator and presidential nominee, dies aged 98 – video obituary", - "description": "

    Bob Dole, the long-time Kansas senator who was the Republican nominee for president in 1996, has died at the age of 98. Born in Russell, Kansas in 1923, Dole served in the US infantry in the second world war, suffering serious wounds in Italy and winning a medal for bravery.

    In 1976 he was the Republican nominee for vice-president to Gerald Ford, in an election the sitting president lost to Jimmy Carter. Two decades later, aged 73, Dole won the nomination to take on Bill Clinton, to whom he lost.

    Continue reading...", - "content": "

    Bob Dole, the long-time Kansas senator who was the Republican nominee for president in 1996, has died at the age of 98. Born in Russell, Kansas in 1923, Dole served in the US infantry in the second world war, suffering serious wounds in Italy and winning a medal for bravery.

    In 1976 he was the Republican nominee for vice-president to Gerald Ford, in an election the sitting president lost to Jimmy Carter. Two decades later, aged 73, Dole won the nomination to take on Bill Clinton, to whom he lost.

    Continue reading...", - "category": "Republicans", - "link": "https://www.theguardian.com/us-news/video/2021/dec/05/bob-dole-former-us-senator-and-presidential-nominee-dies-aged-98-video-obituary", - "creator": "", - "pubDate": "2021-12-05T21:13:50Z", + "title": "Myanmar junta accused of forcing people to brink of starvation", + "description": "

    Advisory group say military has destroyed supplies, killed livestock and cut off roads used to transport food since February coup

    Myanmar’s military junta has been accused of forcing people to the brink of starvation with repeated offensives since it seized power in a coup earlier this year.

    The Special Advisory Council for Myanmar said the junta had destroyed food supplies and killed livestock while cutting off roads used to bring in food and medicine.

    Continue reading...", + "content": "

    Advisory group say military has destroyed supplies, killed livestock and cut off roads used to transport food since February coup

    Myanmar’s military junta has been accused of forcing people to the brink of starvation with repeated offensives since it seized power in a coup earlier this year.

    The Special Advisory Council for Myanmar said the junta had destroyed food supplies and killed livestock while cutting off roads used to bring in food and medicine.

    Continue reading...", + "category": "Hunger", + "link": "https://www.theguardian.com/global-development/2021/nov/26/myanmar-junta-accused-of-forcing-people-to-brink-of-starvation", + "creator": "Kaamil Ahmed", + "pubDate": "2021-11-26T13:58:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225767,16 +251120,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eacbb47a79437c85343449d06cc71116" + "hash": "e0689a0471a3d11d9f4058b0ab5d746a" }, { - "title": "Gambian opposition parties reject preliminary election results", - "description": "

    Incumbent president Adama Barrow leading with twice votes of nearest rival in test of democratic stability after decades of Yahya Jammeh’s rule

    Gambian opposition candidates have rejected the preliminary results of Saturday’s historic vote in the West African nation which suggest the incumbent president, Adama Barrow, had easily won re-election.

    According to official results announced by the electoral commission, Barrow is leading with a significant margin of more than 200,000 votes. Barrow in 2016 unseated the former president Yahya Jammeh, who is accused of human rights abuses and corruption.

    Continue reading...", - "content": "

    Incumbent president Adama Barrow leading with twice votes of nearest rival in test of democratic stability after decades of Yahya Jammeh’s rule

    Gambian opposition candidates have rejected the preliminary results of Saturday’s historic vote in the West African nation which suggest the incumbent president, Adama Barrow, had easily won re-election.

    According to official results announced by the electoral commission, Barrow is leading with a significant margin of more than 200,000 votes. Barrow in 2016 unseated the former president Yahya Jammeh, who is accused of human rights abuses and corruption.

    Continue reading...", - "category": "The Gambia", - "link": "https://www.theguardian.com/world/2021/dec/05/gambian-opposition-parties-reject-preliminary-election-results", - "creator": "Portia Crowe in Banjul", - "pubDate": "2021-12-05T19:54:38Z", + "title": "Early action against Omicron is imperative to avoid devastating consequences | Ewan Birney", + "description": "

    Scientists have sprung into action to identify the new Covid variant. We don’t yet know if it is a major threat - but we should not take any chances

    It was only a matter of time before a new Sars-CoV-2 variant of concern emerged, requiring an urgent global response. It would seem that the Omicron variant, identified by scientists across Africa, including the National Institute for Communicable Diseases (NICD), poses the next major threat in the course of the pandemic. Early evidence from their genomic surveillance suggests that this new variant is a serious cause for concern and it is imperative that we act fast in response to this new information.

    The variant has also been detected in Botswana and Hong Kong, and will undoubtedly continue to arise in other territories in the coming days; travel-related cases have appeared in Belgium and Israel. Two cases of the new variant have been detected in the UK at the time of writing.

    Continue reading...", + "content": "

    Scientists have sprung into action to identify the new Covid variant. We don’t yet know if it is a major threat - but we should not take any chances

    It was only a matter of time before a new Sars-CoV-2 variant of concern emerged, requiring an urgent global response. It would seem that the Omicron variant, identified by scientists across Africa, including the National Institute for Communicable Diseases (NICD), poses the next major threat in the course of the pandemic. Early evidence from their genomic surveillance suggests that this new variant is a serious cause for concern and it is imperative that we act fast in response to this new information.

    The variant has also been detected in Botswana and Hong Kong, and will undoubtedly continue to arise in other territories in the coming days; travel-related cases have appeared in Belgium and Israel. Two cases of the new variant have been detected in the UK at the time of writing.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/27/omicron-covid-variant-early-action-imperative-to-avoid-devastating-consequences", + "creator": "Ewan Birney", + "pubDate": "2021-11-27T19:19:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225787,16 +251140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce476e4cff5e36f28bf2394c587ae7b3" + "hash": "2908134c4e7291862226a6d03f6bb222" }, { - "title": "Covid live: UK reports 43,992 cases and 54 deaths; protests in Brussels turn violent", - "description": "

    Hospitals already struggling to cope as they enter winter, says president of Royal College of Emergency Medicine; people march in Brussels against latest restrictions

    The UK’s deputy prime minister Dominic Raab has defended the government’s decision to reintroduce pre-departure tests. He has told Sky News:

    I know that is a burden for the travel industry but we have made huge, huge strides in this country. We have got to take the measures targeted forensically to stop the new variant seeding in this country to create a bigger problem.

    We have taken a balanced approach but we are always alert to extra risk that takes us back not forward.

    Well of course it was the Labour party who were calling for pre-testing to take place because we’re very concerned that the government consistently throughout the pandemic have been very late in making the calls that are required to keep our borders safe, very late in terms of trying to ... control the spread of that virus. And what we want to do is to make sure that we don’t jeopardise the vaccination rollout.

    The worst thing in the world after all the sacrifices that we’ve made is that a new variant comes in and completely takes the rug from under that programme. And so it’s very important the government get a grip, it’s very important the government takes swift action and frankly it shouldn’t be for the opposition to keep continually one step ahead of the government. The government needs to take control themselves.

    Many flying home for their first Christmas since the pandemic began will be hit with scandalous testing costs. Unscrupulous private providers are pocketing millions, and leaving many families forced to shell out huge sums.

    Ministers are sitting on their hands while people who want to do the right thing are paying the price for this broken market.

    Continue reading...", - "content": "

    Hospitals already struggling to cope as they enter winter, says president of Royal College of Emergency Medicine; people march in Brussels against latest restrictions

    The UK’s deputy prime minister Dominic Raab has defended the government’s decision to reintroduce pre-departure tests. He has told Sky News:

    I know that is a burden for the travel industry but we have made huge, huge strides in this country. We have got to take the measures targeted forensically to stop the new variant seeding in this country to create a bigger problem.

    We have taken a balanced approach but we are always alert to extra risk that takes us back not forward.

    Well of course it was the Labour party who were calling for pre-testing to take place because we’re very concerned that the government consistently throughout the pandemic have been very late in making the calls that are required to keep our borders safe, very late in terms of trying to ... control the spread of that virus. And what we want to do is to make sure that we don’t jeopardise the vaccination rollout.

    The worst thing in the world after all the sacrifices that we’ve made is that a new variant comes in and completely takes the rug from under that programme. And so it’s very important the government get a grip, it’s very important the government takes swift action and frankly it shouldn’t be for the opposition to keep continually one step ahead of the government. The government needs to take control themselves.

    Many flying home for their first Christmas since the pandemic began will be hit with scandalous testing costs. Unscrupulous private providers are pocketing millions, and leaving many families forced to shell out huge sums.

    Ministers are sitting on their hands while people who want to do the right thing are paying the price for this broken market.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/05/covid-live-coronavirus-india-death-toll-uk-booster-jabs-christmas", - "creator": "Jem Bartholomew (now); Kevin Rawlinson and Jamie Grierson (earlier)", - "pubDate": "2021-12-05T19:32:02Z", + "title": "Priti Patel blames ‘evil’ gangs for Channel crossings but the reality is far more complicated", + "description": "

    Analysis: The UK government’s own experts say many journeys are actually organised directly by desperate families

    The government repeatedly insists that sophisticated criminal networks are driving the Channel crossings by people seeking asylum in Britain. Of all the contested claims advanced by the home secretary on the issue, it remains among the most pervasive.

    True to form, in the aftermath of Wednesday’s drownings, Priti Patel wasted little time reiterating her determination to “smash the criminal gangs” behind such crossings.

    Continue reading...", + "content": "

    Analysis: The UK government’s own experts say many journeys are actually organised directly by desperate families

    The government repeatedly insists that sophisticated criminal networks are driving the Channel crossings by people seeking asylum in Britain. Of all the contested claims advanced by the home secretary on the issue, it remains among the most pervasive.

    True to form, in the aftermath of Wednesday’s drownings, Priti Patel wasted little time reiterating her determination to “smash the criminal gangs” behind such crossings.

    Continue reading...", + "category": "Refugees", + "link": "https://www.theguardian.com/world/2021/nov/27/priti-patel-blames-evil-gangs-for-channel-crossings-but-the-reality-is-far-more-complicated", + "creator": "Mark Townsend", + "pubDate": "2021-11-27T17:02:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225807,16 +251160,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b524a416b5a931f657ce728a3890041" + "hash": "a4891f21e9428a32bccc2246113636da" }, { - "title": "Colombian family win award for world’s best cookbook", - "description": "

    Mother-and-daughter team scoop gong at Gourmand awards in Paris for volume of traditional leaf-wrapped recipes

    A Colombian mother and daughter’s celebration of their country’s traditional leaf-wrapped dishes has been named best cookbook in the world at the Gourmand awards in Paris.

    Colombia’s envueltos are part of a culinary heritage that stretches across much of Latin America, from the tamales of Mexico and Guatemala to the humitas of Chile.

    Continue reading...", - "content": "

    Mother-and-daughter team scoop gong at Gourmand awards in Paris for volume of traditional leaf-wrapped recipes

    A Colombian mother and daughter’s celebration of their country’s traditional leaf-wrapped dishes has been named best cookbook in the world at the Gourmand awards in Paris.

    Colombia’s envueltos are part of a culinary heritage that stretches across much of Latin America, from the tamales of Mexico and Guatemala to the humitas of Chile.

    Continue reading...", - "category": "Colombia", - "link": "https://www.theguardian.com/world/2021/dec/05/colombian-family-win-award-for-worlds-best-cookbook", - "creator": "Emma Graham-Harrison", - "pubDate": "2021-12-05T10:30:52Z", + "title": "Sajid Javid: Christmas will be 'great' despite Omicron variant concerns – video", + "description": "

    Speaking on Sky's Trevor Phillips on Sunday programme, the health secretary said the government's measures, including compulsory masks on public transport and in shops, were 'proportionate and balanced'

    Continue reading...", + "content": "

    Speaking on Sky's Trevor Phillips on Sunday programme, the health secretary said the government's measures, including compulsory masks on public transport and in shops, were 'proportionate and balanced'

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/nov/28/sajid-javid-christmas-will-be-great-despite-omicron-variant-concerns-video", + "creator": "", + "pubDate": "2021-11-28T12:45:27Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225827,16 +251180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c0b99793a55290a17e65890d7cdbfae" + "hash": "95a7c2f67b2230c47f816b995c674779" }, { - "title": "Singapore suspends crypto exchange over row with K-pop band BTS", - "description": "

    Bitget reportedly loses licence after it promoted Army Coin, named after group’s ‘BTS army’ followers

    Singapore’s financial regulator has reportedly suspended Bitget, a crypto exchange that is mired in a row involving South Korea’s biggest boyband, BTS.

    Bitget has removed the Monetary Authority of Singapore’s logo from its website, the Guardian confirmed. The platform still claims to have licences from Australia, Canada and the United States, according to its website.

    Continue reading...", - "content": "

    Bitget reportedly loses licence after it promoted Army Coin, named after group’s ‘BTS army’ followers

    Singapore’s financial regulator has reportedly suspended Bitget, a crypto exchange that is mired in a row involving South Korea’s biggest boyband, BTS.

    Bitget has removed the Monetary Authority of Singapore’s logo from its website, the Guardian confirmed. The platform still claims to have licences from Australia, Canada and the United States, according to its website.

    Continue reading...", - "category": "Cryptocurrencies", - "link": "https://www.theguardian.com/technology/2021/dec/05/singapore-suspends-crypto-exchange-row-k-pop-bts-bitget", - "creator": "Vincent Ni", - "pubDate": "2021-12-05T17:29:58Z", + "title": "Two cases of Omicron Covid variant detected in Britain, says health secretary – video", + "description": "

    The first cases of the new B.1.1.529 Covid variant have been identified in the UK. Two people found to be infected with the Omicron variant are self-isolating, according to the health secretary, Sajid Javid

    Continue reading...", + "content": "

    The first cases of the new B.1.1.529 Covid variant have been identified in the UK. Two people found to be infected with the Omicron variant are self-isolating, according to the health secretary, Sajid Javid

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/nov/27/two-cases-omicron-covid-variant-detected-britain-health-secretary-video", + "creator": "", + "pubDate": "2021-11-27T15:04:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225847,16 +251200,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b448f29d282bb0d43e3dd7c8ffcaff0" + "hash": "017f16d89a5d556bcc15f1dbbb1496b9" }, { - "title": "Omicron proves we’re not in control of Covid – only global action can stop this pandemic", - "description": "

    If we keep allowing this virus to spread through unvaccinated populations, the next variant could be even more deadly

    It’s almost two years since we first heard of Covid-19, and a year since the first Covid vaccines were rolled out. Yet this staggering progress is being squandered. We have drifted for months now, with richer countries, taking a very blinkered domestic focus, lulled into thinking that the worst of the pandemic was behind us. This variant reminds us all that we remain closer to the start of the pandemic than the end.

    There is a lot we need to learn about the Omicron variant. Whether or not this is a pandemic-changing variant – one that really evades our vaccines and treatments – remains to be seen. Research will tell us more in the coming days and weeks, and we must watch and follow the data closely while giving the brilliant scientific teams time to get the answers. Although I am very worried about countries with limited access to vaccines, I am cautiously hopeful that our current vaccines will continue to protect us against severe sickness and death, if we are fully vaccinated.

    Continue reading...", - "content": "

    If we keep allowing this virus to spread through unvaccinated populations, the next variant could be even more deadly

    It’s almost two years since we first heard of Covid-19, and a year since the first Covid vaccines were rolled out. Yet this staggering progress is being squandered. We have drifted for months now, with richer countries, taking a very blinkered domestic focus, lulled into thinking that the worst of the pandemic was behind us. This variant reminds us all that we remain closer to the start of the pandemic than the end.

    There is a lot we need to learn about the Omicron variant. Whether or not this is a pandemic-changing variant – one that really evades our vaccines and treatments – remains to be seen. Research will tell us more in the coming days and weeks, and we must watch and follow the data closely while giving the brilliant scientific teams time to get the answers. Although I am very worried about countries with limited access to vaccines, I am cautiously hopeful that our current vaccines will continue to protect us against severe sickness and death, if we are fully vaccinated.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/commentisfree/2021/dec/04/omicron-proves-were-not-in-control-of-covid-only-global-action-can-stop-this-pandemic", - "creator": "Jeremy Farrar", - "pubDate": "2021-12-04T20:00:34Z", + "title": "State-affiliated TV purports to show Ethiopian PM on the battlefront against Tigray rebels – video", + "description": "

    Footage purporting to show Abiy Ahmed on the battlefront of the country’s year-long war against Tigray forces has been broadcast, four days after he announced he would direct the army from there. Wearing military uniform, Abiy said: 'The enemy doesn't know our capabilities and our preparations … Instead of sitting in Addis, we made a change and decided to come to the front'

    Continue reading...", + "content": "

    Footage purporting to show Abiy Ahmed on the battlefront of the country’s year-long war against Tigray forces has been broadcast, four days after he announced he would direct the army from there. Wearing military uniform, Abiy said: 'The enemy doesn't know our capabilities and our preparations … Instead of sitting in Addis, we made a change and decided to come to the front'

    Continue reading...", + "category": "Ethiopia", + "link": "https://www.theguardian.com/world/video/2021/nov/26/state-affiliated-tv-ethiopian-pm-on-the-battlefront-video", + "creator": "", + "pubDate": "2021-11-26T17:03:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225867,16 +251220,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "744c5ee0f9dcc669b135c6c69d06cec7" + "hash": "a035b22a38a927954791fd8b663a2cee" }, { - "title": "Lewis Hamilton distances himself from F1 team Kingspan deal", - "description": "

    British driver says he had ‘nothing’ to do with sponsorship deal with company linked to Grenfell fire

    Lewis Hamilton has distanced himself from his Formula One team’s partnership deal with Kingspan, an insulation company linked to the Grenfell Tower fire, saying he had nothing to do with the decision.

    He also cast doubt on Kingspan branding remaining on his Mercedes car.

    Continue reading...", - "content": "

    British driver says he had ‘nothing’ to do with sponsorship deal with company linked to Grenfell fire

    Lewis Hamilton has distanced himself from his Formula One team’s partnership deal with Kingspan, an insulation company linked to the Grenfell Tower fire, saying he had nothing to do with the decision.

    He also cast doubt on Kingspan branding remaining on his Mercedes car.

    Continue reading...", - "category": "Grenfell Tower fire", - "link": "https://www.theguardian.com/uk-news/2021/dec/05/lewis-hamilton-distances-himself-from-f1-team-kingspan-deal-grenfell", - "creator": "Jessica Murray Midlands correspondent", - "pubDate": "2021-12-05T09:50:35Z", + "title": "Macron attacks Johnson for trying to negotiate migration crisis via tweets – video", + "description": "

    The French president, Emmanuel Macron, has reprimanded Boris Johnson for trying to negotiate with him about stopping people crossing the Channel in public, via Twitter. He said he was 'surprised' by Johnson’s decision to communicate with him in this way, because it was 'not serious'. He added: 'We don’t communicate by tweets'

    Continue reading...", + "content": "

    The French president, Emmanuel Macron, has reprimanded Boris Johnson for trying to negotiate with him about stopping people crossing the Channel in public, via Twitter. He said he was 'surprised' by Johnson’s decision to communicate with him in this way, because it was 'not serious'. He added: 'We don’t communicate by tweets'

    Continue reading...", + "category": "Emmanuel Macron", + "link": "https://www.theguardian.com/australia-news/video/2021/nov/26/macron-attacks-johnson-for-trying-to-negotiate-migration-crisis-via-tweets-video", + "creator": "", + "pubDate": "2021-11-26T12:37:33Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225887,16 +251240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "167ba495abe53c92fe218c1bd118a12c" + "hash": "e33bfa4e5ff16665cfffd2c753afe2c2" }, { - "title": "UK takes part in huge French naval exercise to counter ‘emerging threats’", - "description": "

    France’s top naval commander cites ‘rapid rearmament’ of China and Russia as danger to maritime security

    France’s most senior naval commander has said future conflicts are likely to be fought at sea and in the cybersphere, citing the “rapid rearmament” of countries such as China as a potential threat.

    Adm Pierre Vandier made his comments after the French Marine Nationale and forces from five allied countries, including the UK, took part in what he described as a unique two-week exercise intended to prepare for “composite threats”.

    Continue reading...", - "content": "

    France’s top naval commander cites ‘rapid rearmament’ of China and Russia as danger to maritime security

    France’s most senior naval commander has said future conflicts are likely to be fought at sea and in the cybersphere, citing the “rapid rearmament” of countries such as China as a potential threat.

    Adm Pierre Vandier made his comments after the French Marine Nationale and forces from five allied countries, including the UK, took part in what he described as a unique two-week exercise intended to prepare for “composite threats”.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/05/uk-and-france-take-part-in-huge-naval-exercise-to-counter-emerging-threats", - "creator": "Kim Willsher on the Charles de Gaulle aircraft carrier", - "pubDate": "2021-12-05T10:59:58Z", + "title": "Bosnian Serb leader: Putin and China will help if west imposes sanctions", + "description": "

    Exclusive: Milorad Dodik dismisses fears Serb separatists are planning breakup of Bosnia-Herzegovina

    The Bosnian Serb leader accused of risking war by pursuing the breakup of Bosnia-Herzegovina has dismissed the threat of western sanctions and hinted at an imminent summit with Vladimir Putin, saying: “I was not elected to be a coward”.

    In an interview with the Guardian, Milorad Dodik, the Serb member of the tripartite leadership of Bosnia-Herzegovina, said he would not be deterred by the outcry from London, Washington, Berlin and Brussels.

    Continue reading...", + "content": "

    Exclusive: Milorad Dodik dismisses fears Serb separatists are planning breakup of Bosnia-Herzegovina

    The Bosnian Serb leader accused of risking war by pursuing the breakup of Bosnia-Herzegovina has dismissed the threat of western sanctions and hinted at an imminent summit with Vladimir Putin, saying: “I was not elected to be a coward”.

    In an interview with the Guardian, Milorad Dodik, the Serb member of the tripartite leadership of Bosnia-Herzegovina, said he would not be deterred by the outcry from London, Washington, Berlin and Brussels.

    Continue reading...", + "category": "Bosnia-Herzegovina", + "link": "https://www.theguardian.com/world/2021/nov/29/bosnian-serb-leader-putin-and-china-will-help-if-west-imposes-sanctions", + "creator": "Daniel Boffey in Banja Luka, Bosnia-Herzegovina", + "pubDate": "2021-11-29T05:00:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225907,16 +251260,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdb511b42c27f3549fb1e3d732b6a597" + "hash": "ef6e57fcee23b800238a46e08f70770b" }, { - "title": "Omicron: what do we know about the new Covid variant?", - "description": "

    Scientists are racing to establish the variant’s transmissibility, effect on immune system and chance of hospitalisation or death

    Three major issues will determine the magnitude of the impact of the new Omicron variant of the Covid virus will have on the nation and the rest of the planet. What is the transmissibility of this new Covid variant? How good is it at evading the antibodies and T-cells that make up a person’s immune defences? What are the chances it will trigger severe illness that could lead to the hospitalisation, and possibly death, of an infected person.

    Scientists are struggling to find definitive answers to these critically important questions, although evidence already suggests Omicron has the potential to cause serious disruption. “The situation is very finely tuned and could go in many different directions,” says Prof Rowland Kao of Edinburgh University.

    Continue reading...", - "content": "

    Scientists are racing to establish the variant’s transmissibility, effect on immune system and chance of hospitalisation or death

    Three major issues will determine the magnitude of the impact of the new Omicron variant of the Covid virus will have on the nation and the rest of the planet. What is the transmissibility of this new Covid variant? How good is it at evading the antibodies and T-cells that make up a person’s immune defences? What are the chances it will trigger severe illness that could lead to the hospitalisation, and possibly death, of an infected person.

    Scientists are struggling to find definitive answers to these critically important questions, although evidence already suggests Omicron has the potential to cause serious disruption. “The situation is very finely tuned and could go in many different directions,” says Prof Rowland Kao of Edinburgh University.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/05/omicron-what-do-we-know-about-the-new-covid-variant", - "creator": "Robin McKie Science Editor", - "pubDate": "2021-12-05T08:00:49Z", + "title": "Ghislaine Maxwell sex-trafficking trial to go before jury on Monday", + "description": "

    Maxwell charged with six counts related to her alleged involvement in financier Jeffrey Epstein’s sexual abuse of teen girls

    Ghislaine Maxwell’s much-awaited sex trafficking trial in Manhattan will finally go before a jury on Monday, with opening statements. The panel of 12 jurors and six alternates that will weigh Maxwell’s fate was decided around 10am local time.

    Maxwell, 59, has pleaded not guilty on six counts related to her alleged involvement in the late financier Jeffrey Epstein’s sexual abuse of teen girls, some as young as 14.

    Continue reading...", + "content": "

    Maxwell charged with six counts related to her alleged involvement in financier Jeffrey Epstein’s sexual abuse of teen girls

    Ghislaine Maxwell’s much-awaited sex trafficking trial in Manhattan will finally go before a jury on Monday, with opening statements. The panel of 12 jurors and six alternates that will weigh Maxwell’s fate was decided around 10am local time.

    Maxwell, 59, has pleaded not guilty on six counts related to her alleged involvement in the late financier Jeffrey Epstein’s sexual abuse of teen girls, some as young as 14.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/nov/29/ghislaine-maxwell-sex-trafficking-trial", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-11-29T15:16:52Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225927,16 +251280,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10bbcfba101f4d85445eff6d0a21b518" + "hash": "9a5853e331b9a80423c498bc947e8edf" }, { - "title": "Two hippos test positive for Covid at Antwerp zoo", - "description": "

    Staff at zoo in Belgium investigating cause of infections, which could be first reported cases in species

    Two hippos have tested positive for Covid-19 at Antwerp zoo in Belgium in what could be the first reported cases in the species, staff said.

    Imani, aged 14, and 41-year-old Hermien have no symptoms apart from runny noses, but the zoo said the pair had been put into quarantine as a precaution.

    Continue reading...", - "content": "

    Staff at zoo in Belgium investigating cause of infections, which could be first reported cases in species

    Two hippos have tested positive for Covid-19 at Antwerp zoo in Belgium in what could be the first reported cases in the species, staff said.

    Imani, aged 14, and 41-year-old Hermien have no symptoms apart from runny noses, but the zoo said the pair had been put into quarantine as a precaution.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/05/hippos-test-positive-covid-antwerp-zoo-belgium", - "creator": "Reuters", - "pubDate": "2021-12-05T11:48:12Z", + "title": "UK Covid live: Sajid Javid makes statement to MPs on Omicron variant and booster vaccines", + "description": "

    Move comes as more cases of Omicron variant identified in UK

    Sturgeon stresses that there is “a huge amount that we do not yet know” about the variant.

    The number of mutations suggest it might be more transmissible. But more data and analysis is required, and if it is more transmissible, they will have to find out by how much.

    Continue reading...", + "content": "

    Move comes as more cases of Omicron variant identified in UK

    Sturgeon stresses that there is “a huge amount that we do not yet know” about the variant.

    The number of mutations suggest it might be more transmissible. But more data and analysis is required, and if it is more transmissible, they will have to find out by how much.

    Continue reading...", + "category": "Politics", + "link": "https://www.theguardian.com/politics/live/2021/nov/29/uk-covid-live-omicron-cases-england-scotland-health-minister-vaccines-coronavirus-latest-update", + "creator": "Andrew Sparrow", + "pubDate": "2021-11-29T16:18:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225947,16 +251300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ef4f03a05e6daa1e616d40581d1b638" + "hash": "ada680a66615d1053e3095fc3879de34" }, { - "title": "UK warned not to replicate Australia’s immigration detention centres", - "description": "

    Letter from detainees urges MPs not to back nationality and borders bill to be debated in parliament this week

    Two former detainees in Australia’s notorious offshore immigration detention centres have issued a “dire warning” to UK parliamentarians ahead of a vote to replicate these centres this week.

    They are urging MPs not to back the nationality and borders bill which will be debated in parliament on Tuesday and Wednesday. If passed into law in its current form it will diminish refugee protection. Large-scale reception centres are planned and the legislation includes a provision for housing asylum seekers offshore while their claims are considered.

    Continue reading...", - "content": "

    Letter from detainees urges MPs not to back nationality and borders bill to be debated in parliament this week

    Two former detainees in Australia’s notorious offshore immigration detention centres have issued a “dire warning” to UK parliamentarians ahead of a vote to replicate these centres this week.

    They are urging MPs not to back the nationality and borders bill which will be debated in parliament on Tuesday and Wednesday. If passed into law in its current form it will diminish refugee protection. Large-scale reception centres are planned and the legislation includes a provision for housing asylum seekers offshore while their claims are considered.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/dec/05/uk-warned-not-to-replicate-australias-immigration-detention-centres", - "creator": "Diane Taylor", - "pubDate": "2021-12-05T17:41:44Z", + "title": "Nursing unions around world call for UN action on Covid vaccine patents", + "description": "

    Bodies in 28 countries file appeal for waiver of intellectual property agreement and end to ‘grossly unjust’ distribution of jabs

    Nursing unions in 28 countries have filed a formal appeal with the United Nations over the refusal of the UK, EU and others to temporarily waive patents for Covid vaccines, saying this has cost huge numbers of lives in developing nations.

    The letter, sent on Monday on behalf of unions representing more than 2.5 million healthcare workers, said staff have witnessed at first hand the “staggering numbers of deaths and the immense suffering caused by political inaction”.

    Continue reading...", + "content": "

    Bodies in 28 countries file appeal for waiver of intellectual property agreement and end to ‘grossly unjust’ distribution of jabs

    Nursing unions in 28 countries have filed a formal appeal with the United Nations over the refusal of the UK, EU and others to temporarily waive patents for Covid vaccines, saying this has cost huge numbers of lives in developing nations.

    The letter, sent on Monday on behalf of unions representing more than 2.5 million healthcare workers, said staff have witnessed at first hand the “staggering numbers of deaths and the immense suffering caused by political inaction”.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/29/nursing-unions-around-world-call-for-un-action-on-covid-vaccine-patents", + "creator": "Peter Walker Political correspondent", + "pubDate": "2021-11-29T06:00:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225967,16 +251320,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4675ec4a62fc727eea54a7d2e3dd8178" + "hash": "72e6064767eec3e533b4648f7d23e5a2" }, { - "title": "Australia news updates live: bus and train drivers strike in NSW, flood warnings for parts of Queensland", - "description": "

    Security leaders welcome Labor climate policy; industrial action over pay dispute begins as some Sydney drivers walk off the job. Follow all the developments live

    Anthony Albanese is well and truly out on the campaign trail this week and, it seem the polls are actually behind him for once.

    The latest Newspoll, conducted for The Australian, shows 47 per cent of voters believe Labor will form the next government following an election expected in March or May.

    I think when it comes to character, there is a chasm, a massive chasm between Scott Morris and Anthony Albanese, there’s no doubt about that...

    I think Australians coming out of the pandemic are looking for a government that will have a plan to create a better future, right now I think what they see with the Morrison Government is a government that is consistently behind the play

    Continue reading...", - "content": "

    Security leaders welcome Labor climate policy; industrial action over pay dispute begins as some Sydney drivers walk off the job. Follow all the developments live

    Anthony Albanese is well and truly out on the campaign trail this week and, it seem the polls are actually behind him for once.

    The latest Newspoll, conducted for The Australian, shows 47 per cent of voters believe Labor will form the next government following an election expected in March or May.

    I think when it comes to character, there is a chasm, a massive chasm between Scott Morris and Anthony Albanese, there’s no doubt about that...

    I think Australians coming out of the pandemic are looking for a government that will have a plan to create a better future, right now I think what they see with the Morrison Government is a government that is consistently behind the play

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/06/australia-news-updates-live-covid-omicron-transport-strike-scott-morrison-anthony-albanese-weather-nsw-victoria-qld", - "creator": "Matilda Boseley", - "pubDate": "2021-12-05T21:01:39Z", + "title": "Trust in scientists soared in Australia and New Zealand during Covid pandemic, poll finds", + "description": "

    Gallup survey reveals the two countries have the world’s highest levels of trust in scientists, with 62% saying they trust them ‘a lot’

    As the Covid-19 pandemic raged, New Zealanders and Australians developed the world’s highest levels of trust in scientists, newly released survey data has found – and those trust levels soared as the global crisis evolved.

    The Wellcome Global Monitor, conducted by Gallup, surveyed 119,000 people across 113 countries. It found 62% of the two countries’ citizens said they trusted scientists “a lot”, compared with a global average of 41%. While trust in scientists had increased around the world since 2018, the portion who said they trusted scientists a lot jumped 15 percentage points in Australia and New Zealand, compared with nine points elsewhere. In 2018, western Europe had had the highest levels of trust in scientists, but they were overtaken in the past two years.

    Continue reading...", + "content": "

    Gallup survey reveals the two countries have the world’s highest levels of trust in scientists, with 62% saying they trust them ‘a lot’

    As the Covid-19 pandemic raged, New Zealanders and Australians developed the world’s highest levels of trust in scientists, newly released survey data has found – and those trust levels soared as the global crisis evolved.

    The Wellcome Global Monitor, conducted by Gallup, surveyed 119,000 people across 113 countries. It found 62% of the two countries’ citizens said they trusted scientists “a lot”, compared with a global average of 41%. While trust in scientists had increased around the world since 2018, the portion who said they trusted scientists a lot jumped 15 percentage points in Australia and New Zealand, compared with nine points elsewhere. In 2018, western Europe had had the highest levels of trust in scientists, but they were overtaken in the past two years.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/29/trust-in-scientists-soared-in-australia-and-new-zealand-during-covid-pandemic-poll-finds", + "creator": "Tess McClure in Christchurch", + "pubDate": "2021-11-29T11:00:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -225987,16 +251340,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ba1a77a4c7d39869a1951403193bfe2" + "hash": "528fa6583cc3d33766060b7f4c6e970f" }, { - "title": "Man rescued 22 hours after capsizing off Japan coast – video", - "description": "

    Dramatic footage released by the Japan coastguard shows the rescue of a 69-year-old man in rough seas after spending 22 hours drifting in open water.

    The man, whose name has not been released, was alone on a boat off Kagoshima prefecture in the south-west of the country on Saturday afternoon when it capsized.

    He managed to call a colleague on the island to alert him, but was not found until nearly a day later, the coastguard said, when rescuers spotted him sitting on the engine of his capsized boat, clasping a propeller part

    Continue reading...", - "content": "

    Dramatic footage released by the Japan coastguard shows the rescue of a 69-year-old man in rough seas after spending 22 hours drifting in open water.

    The man, whose name has not been released, was alone on a boat off Kagoshima prefecture in the south-west of the country on Saturday afternoon when it capsized.

    He managed to call a colleague on the island to alert him, but was not found until nearly a day later, the coastguard said, when rescuers spotted him sitting on the engine of his capsized boat, clasping a propeller part

    Continue reading...", - "category": "Japan", - "link": "https://www.theguardian.com/world/video/2021/dec/02/man-rescued-22-hours-after-capsizing-off-japan-coast-video", - "creator": "", - "pubDate": "2021-12-02T11:01:47Z", + "title": "Sam Mendes on Stephen Sondheim: ‘He was passionate, utterly open and sharp as a knife’", + "description": "

    From their exhilarating collaborations to a supper for two that ended in tears, the director shares his most personal memories of the musicals legend who took theatre to extraordinary new heights

    He kept a selection of grooming utensils in his guest bathroom: nail scissors, implements for trimming nose hair, that sort of thing. He had a slightly shambolic air, and a listing gait, like a grad student impersonating a grownup, or as if his nanny had brushed his hair for him that morning. He would rock his head back when he talked and often spoke with his eyes closed, like someone communing with a higher power, which he probably was. His latest enthusiasms were always near the surface – to hear him speak about Rory Kinnear’s Hamlet, for example, was to make one want to go and see it all over again (he actually flew a group of his New York friends to London to see the production). He was equally expressive in his condemnation of work he didn’t care for. He was passionate, opinionated, uningratiating, sharp as a knife.

    Until his later years, when he chose to spend more time in Connecticut, he was all New York. Steve saw everything: he taught me how to calculate exactly the amount of time it would take to walk to each individual theatre by judging how many blocks east to west (five minutes per block) and north to south (two minutes). For this particular wide-eyed Brit, Steve’s life on East 49th Street was a dream of New York in the 20th century. A beautiful brownstone, wood-panelled, with walls full of framed word games and puzzles. A grand piano looked out on a walled garden filled with vines and flowers.

    Continue reading...", + "content": "

    From their exhilarating collaborations to a supper for two that ended in tears, the director shares his most personal memories of the musicals legend who took theatre to extraordinary new heights

    He kept a selection of grooming utensils in his guest bathroom: nail scissors, implements for trimming nose hair, that sort of thing. He had a slightly shambolic air, and a listing gait, like a grad student impersonating a grownup, or as if his nanny had brushed his hair for him that morning. He would rock his head back when he talked and often spoke with his eyes closed, like someone communing with a higher power, which he probably was. His latest enthusiasms were always near the surface – to hear him speak about Rory Kinnear’s Hamlet, for example, was to make one want to go and see it all over again (he actually flew a group of his New York friends to London to see the production). He was equally expressive in his condemnation of work he didn’t care for. He was passionate, opinionated, uningratiating, sharp as a knife.

    Until his later years, when he chose to spend more time in Connecticut, he was all New York. Steve saw everything: he taught me how to calculate exactly the amount of time it would take to walk to each individual theatre by judging how many blocks east to west (five minutes per block) and north to south (two minutes). For this particular wide-eyed Brit, Steve’s life on East 49th Street was a dream of New York in the 20th century. A beautiful brownstone, wood-panelled, with walls full of framed word games and puzzles. A grand piano looked out on a walled garden filled with vines and flowers.

    Continue reading...", + "category": "Stephen Sondheim", + "link": "https://www.theguardian.com/stage/2021/nov/29/sam-mendes-stephen-sondheim-passionate-sharp-knife-musicals", + "creator": "Sam Mendes", + "pubDate": "2021-11-29T11:39:00Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226007,16 +251360,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9a26a7fd13febb36a42658d7885bdfc" + "hash": "d2d2180a2d31cbcd0b274894ba4ff08f" }, { - "title": "Pécresse attacks ‘zigzagging’ Macron as French right goes after president", - "description": "

    Candidate for Les Républicains seeks rightwing votes on weekend Éric Zemmour launches new party

    Emmanuel Macron came under fire from the French right at the weekend as Valérie Pécresse was chosen as the presidential candidate for Les Républicains, while the far-right TV pundit Éric Zemmour launched a new party and Marine Le Pen travelled to Poland for a show of force with the Polish prime minister and other European populist parties.

    Pécresse said her “mission” was to stop Macron. She called him a “zigzagging” president who had “run France into the wall with debt and taxes, a society where there is no more respect or authority”. In her first interview, with the Journal du Dimanche, she said Macron had saddled future generations with a wealth of problems including “debt, commercial deficit, taxes, struggling public services [and] a chronic crisis of authority”. She added: “France is damaged and divided, everything has to be repaired.”

    Continue reading...", - "content": "

    Candidate for Les Républicains seeks rightwing votes on weekend Éric Zemmour launches new party

    Emmanuel Macron came under fire from the French right at the weekend as Valérie Pécresse was chosen as the presidential candidate for Les Républicains, while the far-right TV pundit Éric Zemmour launched a new party and Marine Le Pen travelled to Poland for a show of force with the Polish prime minister and other European populist parties.

    Pécresse said her “mission” was to stop Macron. She called him a “zigzagging” president who had “run France into the wall with debt and taxes, a society where there is no more respect or authority”. In her first interview, with the Journal du Dimanche, she said Macron had saddled future generations with a wealth of problems including “debt, commercial deficit, taxes, struggling public services [and] a chronic crisis of authority”. She added: “France is damaged and divided, everything has to be repaired.”

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/05/pecresse-attacks-zigzagging-macron-as-french-right-goes-after-president", - "creator": "Angelique Chrisafisin Paris", - "pubDate": "2021-12-05T19:09:45Z", + "title": "‘I owe an enormous debt to therapy!’ Rita Moreno on West Side Story, dating Brando and joy at 90", + "description": "

    She overcame racism and abuse to break Hollywood, romanced Brando, dated Elvis to make him jealous, fought hard for civil rights and won an Egot. Now in her 10th decade, she is busier and happier than ever

    Rita Moreno pops up on my computer screen in a bright red hat, huge pendant necklace and tortoiseshell glasses. “Well, here I am in my full glory,” she says from her home in Berkeley, California. And glorious she sure is. Moreno is a couple of weeks short of her 90th birthday, but look at her and you would knock off 20 years. Listen to her and you would knock off another 50.

    Can I wish you an advance happy birthday, I ask. “Yes, you can. Isn’t it exciting?” Moreno is one of the acting greats. But she could have been so much greater. She is one of only six women to have bagged the Egot (Emmy, Grammy, Oscar and Tony awards), alongside Helen Hayes, Audrey Hepburn, Barbra Streisand, Whoopi Goldberg and Liza Minnelli. Yet she has spent much of her career battling typecasting or simply not being cast at all.

    Continue reading...", + "content": "

    She overcame racism and abuse to break Hollywood, romanced Brando, dated Elvis to make him jealous, fought hard for civil rights and won an Egot. Now in her 10th decade, she is busier and happier than ever

    Rita Moreno pops up on my computer screen in a bright red hat, huge pendant necklace and tortoiseshell glasses. “Well, here I am in my full glory,” she says from her home in Berkeley, California. And glorious she sure is. Moreno is a couple of weeks short of her 90th birthday, but look at her and you would knock off 20 years. Listen to her and you would knock off another 50.

    Can I wish you an advance happy birthday, I ask. “Yes, you can. Isn’t it exciting?” Moreno is one of the acting greats. But she could have been so much greater. She is one of only six women to have bagged the Egot (Emmy, Grammy, Oscar and Tony awards), alongside Helen Hayes, Audrey Hepburn, Barbra Streisand, Whoopi Goldberg and Liza Minnelli. Yet she has spent much of her career battling typecasting or simply not being cast at all.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/lifeandstyle/2021/nov/29/i-owe-an-enormous-debt-to-therapy-rita-moreno-on-west-side-story-dating-brando-and-joy-at-90", + "creator": "Simon Hattenstone", + "pubDate": "2021-11-29T06:00:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226027,16 +251380,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1f032ff0bb03be57f8e02325f3d046a" + "hash": "c397fbc8ef1e7ae57da2d6ed015ffd66" }, { - "title": "Oxford postgrad says sexual assault complaint was met with hostility", - "description": "

    Open letter condemning Harriet’s treatment has been signed by hundreds of students and supporters

    Students at an Oxford University college have accused staff of disregarding their welfare after a postgrad who alleged she was sexually assaulted said she was treated with hostility after making a complaint.

    Harriet, a PhD student at Balliol, who has multiple disabilities, alleged she was repeatedly sexually assaulted in 2019 by a fellow student. The college has announced an independent inquiry into its handling of her complaint after she said staff made inappropriate comments about her appearance and behaviour and concluded no further action should be taken without interviewing or accepting evidence from her.

    The chaplain, Bruce Kinsey, asked her if she was aware of the effect she had on men, called her very physically attractive and said she should be wary of the impact on her alleged attacker.

    Kinsey told her: “You don’t want to piss people off who you might meet again downstream.”

    When she reapplied for disability access accommodation she received an email from the praefectus, Tom Melham, implying that her behaviour was a problem, including drinking.

    Continue reading...", - "content": "

    Open letter condemning Harriet’s treatment has been signed by hundreds of students and supporters

    Students at an Oxford University college have accused staff of disregarding their welfare after a postgrad who alleged she was sexually assaulted said she was treated with hostility after making a complaint.

    Harriet, a PhD student at Balliol, who has multiple disabilities, alleged she was repeatedly sexually assaulted in 2019 by a fellow student. The college has announced an independent inquiry into its handling of her complaint after she said staff made inappropriate comments about her appearance and behaviour and concluded no further action should be taken without interviewing or accepting evidence from her.

    The chaplain, Bruce Kinsey, asked her if she was aware of the effect she had on men, called her very physically attractive and said she should be wary of the impact on her alleged attacker.

    Kinsey told her: “You don’t want to piss people off who you might meet again downstream.”

    When she reapplied for disability access accommodation she received an email from the praefectus, Tom Melham, implying that her behaviour was a problem, including drinking.

    Continue reading...", - "category": "University of Oxford", - "link": "https://www.theguardian.com/education/2021/dec/05/oxford-postgrad-says-sexual-assault-complaint-was-met-with-hostility", - "creator": "Haroon Siddique Legal affairs correspondent", - "pubDate": "2021-12-05T15:26:20Z", + "title": "Arizona students seek Kyle Rittenhouse removal from online nursing classes", + "description": "
    • Group at Arizona State University demand teen be banned
    • Rittenhouse acquitted of murder during Kenosha protests

    A small but vocal alliance of left-leaning students at Arizona State University (ASU) is demanding Kyle Rittenhouse be removed from online classes, despite the teen’s acquittal this month on charges of murdering two men and injuring another during protests for racial justice in Wisconsin last year.

    The 18-year-old has been celebrated in rightwing circles after a jury decided he acted in self-defense when killing and wounding the men in Kenosha in August 2020.

    Continue reading...", + "content": "
    • Group at Arizona State University demand teen be banned
    • Rittenhouse acquitted of murder during Kenosha protests

    A small but vocal alliance of left-leaning students at Arizona State University (ASU) is demanding Kyle Rittenhouse be removed from online classes, despite the teen’s acquittal this month on charges of murdering two men and injuring another during protests for racial justice in Wisconsin last year.

    The 18-year-old has been celebrated in rightwing circles after a jury decided he acted in self-defense when killing and wounding the men in Kenosha in August 2020.

    Continue reading...", + "category": "Kyle Rittenhouse", + "link": "https://www.theguardian.com/us-news/2021/nov/29/kyle-rittenhouse-arizona-statue-university-classes", + "creator": "Richard Luscombe", + "pubDate": "2021-11-29T16:12:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226047,16 +251400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44e6ed20bf61270bc50fb0d1599c2ef7" + "hash": "83c8f074f1c13c6ff1c31a9ec982efa1" }, { - "title": "Scholarship program fails to attract NSW teachers as staff prepare to strike for first time in a decade", - "description": "

    Only six industry professionals among intake for Teach.Maths NOW scholarship in 2020 and all but one dropped out of program

    A New South Wales government program aimed at convincing professionals to become maths teachers attracted only six people last year, five of who dropped out before their scholarships were complete.

    As the state’s public school teachers prepare for their first strike in almost a decade on Tuesday, new figures have cast doubt on the success of the government’s attempts to address teacher shortages in NSW without significantly increasing pay.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Only six industry professionals among intake for Teach.Maths NOW scholarship in 2020 and all but one dropped out of program

    A New South Wales government program aimed at convincing professionals to become maths teachers attracted only six people last year, five of who dropped out before their scholarships were complete.

    As the state’s public school teachers prepare for their first strike in almost a decade on Tuesday, new figures have cast doubt on the success of the government’s attempts to address teacher shortages in NSW without significantly increasing pay.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "New South Wales", - "link": "https://www.theguardian.com/australia-news/2021/dec/06/scholarship-program-fails-to-attract-nsw-teachers-as-staff-prepare-to-strike-for-first-time-in-a-decade", - "creator": "Michael McGowan", - "pubDate": "2021-12-05T16:30:03Z", + "title": "The Last Matinee review – giallo-style slasher gets its knives into cinema audience", + "description": "

    Maximiliano Contenti’s horror flick attempts to unpick voyeurism but lacks the sophistication of others in the genre

    Nostalgia for idiosyncratic analogue film style is the simplest explanation for the recent giallo revival – but maybe there’s more to it than that. This most stylised of horror modes is perfect for our over-aestheticised age, so the newcomers – such as Berberian Sound Studio, Censor and Sound of Violence – make artists and viewers accessories to violence, often unleashed through that giallo mainstay, the power of the gaze. Set almost entirely in a tatty Montevideo rep cinema, Uruguayan slasher The Last Matinee joins this voyeuristic club, even if it ends up more in the raw than the refined camp.

    On a rainswept night in 1993, engineering student Ana (Luciana Grasso) insists on taking over projectionist duties for a screening of Frankenstein: Day of the Beast (an in-joke – it was released in 2011 and was directed by Ricardo Islas, who plays the killer here). She shuts herself in the booth, trying to ignore the inane banter of usher Mauricio (Pedro Duarte) – but neither have noticed a heavy-set trenchcoated bogeyman enter the auditorium to size up that night’s film faithful: three teenagers, an awkward couple on a first date, a flat-capped pensioner and a underage kid stowaway (Franco Durán).

    Continue reading...", + "content": "

    Maximiliano Contenti’s horror flick attempts to unpick voyeurism but lacks the sophistication of others in the genre

    Nostalgia for idiosyncratic analogue film style is the simplest explanation for the recent giallo revival – but maybe there’s more to it than that. This most stylised of horror modes is perfect for our over-aestheticised age, so the newcomers – such as Berberian Sound Studio, Censor and Sound of Violence – make artists and viewers accessories to violence, often unleashed through that giallo mainstay, the power of the gaze. Set almost entirely in a tatty Montevideo rep cinema, Uruguayan slasher The Last Matinee joins this voyeuristic club, even if it ends up more in the raw than the refined camp.

    On a rainswept night in 1993, engineering student Ana (Luciana Grasso) insists on taking over projectionist duties for a screening of Frankenstein: Day of the Beast (an in-joke – it was released in 2011 and was directed by Ricardo Islas, who plays the killer here). She shuts herself in the booth, trying to ignore the inane banter of usher Mauricio (Pedro Duarte) – but neither have noticed a heavy-set trenchcoated bogeyman enter the auditorium to size up that night’s film faithful: three teenagers, an awkward couple on a first date, a flat-capped pensioner and a underage kid stowaway (Franco Durán).

    Continue reading...", + "category": "Horror films", + "link": "https://www.theguardian.com/film/2021/nov/29/the-last-matinee-review-maximiliano-contenti-giallo-genre-voyeurism", + "creator": "Phil Hoad", + "pubDate": "2021-11-29T16:00:05Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226067,16 +251420,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ec3cead698b17857763bfa5f8336d6f" + "hash": "be0bcab773fc21c0922c5c7d7ac82f70" }, { - "title": "Christopher Luxon is out of step with most New Zealanders – can he really challenge Ardern? | Morgan Godfery", - "description": "

    The new National leader is a millionaire, anti-abortion, ex-CEO who owns seven homes and is against increases to the minimum wage

    In the end, the party of business picked the businessman. Former National party leader Simon Bridges is out – again – and former Air New Zealand chief executive and MP for Botany, Christopher Luxon, is in.

    In hindsight it seems like it was always a done deal. Sir John Key, the former prime minister and National party leader, was a prominent supporter while outgoing leader Judith Collins was running an “anyone but Bridges” policy, effectively handing the leadership to Luxon (and making him a hostage to her and her faction’s demands in the process). Political commentators were picking Luxon as a future leader before entering parliament and, only one year later, here he is.

    Continue reading...", - "content": "

    The new National leader is a millionaire, anti-abortion, ex-CEO who owns seven homes and is against increases to the minimum wage

    In the end, the party of business picked the businessman. Former National party leader Simon Bridges is out – again – and former Air New Zealand chief executive and MP for Botany, Christopher Luxon, is in.

    In hindsight it seems like it was always a done deal. Sir John Key, the former prime minister and National party leader, was a prominent supporter while outgoing leader Judith Collins was running an “anyone but Bridges” policy, effectively handing the leadership to Luxon (and making him a hostage to her and her faction’s demands in the process). Political commentators were picking Luxon as a future leader before entering parliament and, only one year later, here he is.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/commentisfree/2021/dec/04/christopher-luxon-is-out-of-step-with-most-new-zealanders-can-he-really-challenge-ardern", - "creator": "Morgan Godfery", - "pubDate": "2021-12-03T19:00:07Z", + "title": "Disney+ channel launches in Hong Kong, without the Simpsons Tiananmen Square episode", + "description": "

    Streaming channel went live this month, but without an episode in which the family visit China

    An episode of the Simpsons in which the cartoon American family visit Tiananmen Square is absent from Disney’s streaming channel in Hong Kong, at a time when authorities are clamping down on dissent.

    The missing episode adds to concerns that mainland-style censorship is becoming the norm in the international business hub, ensnaring global streaming giants and other major tech companies.

    Continue reading...", + "content": "

    Streaming channel went live this month, but without an episode in which the family visit China

    An episode of the Simpsons in which the cartoon American family visit Tiananmen Square is absent from Disney’s streaming channel in Hong Kong, at a time when authorities are clamping down on dissent.

    The missing episode adds to concerns that mainland-style censorship is becoming the norm in the international business hub, ensnaring global streaming giants and other major tech companies.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/nov/29/disney-channel-launches-in-hong-kong-without-the-simpsons-tiananmen-square-episode", + "creator": "Agence France-Presse", + "pubDate": "2021-11-29T06:51:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226087,16 +251440,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f2fadc8ac844180145191d146150175" + "hash": "1e88ff5a111d48594f3c00c5ae98e2e5" }, { - "title": "Covid live: NHS will be in ‘very difficult position’ if Omicron leads to more hospital admissions; India death toll climbs", - "description": "

    Hospitals already struggling to cope as they enter winter, says president of Royal College of Emergency Medicine; India records highest single-day toll since July

    The UK’s deputy prime minister Dominic Raab has defended the government’s decision to reintroduce pre-departure tests. He has told Sky News:

    I know that is a burden for the travel industry but we have made huge, huge strides in this country. We have got to take the measures targeted forensically to stop the new variant seeding in this country to create a bigger problem.

    We have taken a balanced approach but we are always alert to extra risk that takes us back not forward.

    Well of course it was the Labour party who were calling for pre-testing to take place because we’re very concerned that the government consistently throughout the pandemic have been very late in making the calls that are required to keep our borders safe, very late in terms of trying to ... control the spread of that virus. And what we want to do is to make sure that we don’t jeopardise the vaccination rollout.

    The worst thing in the world after all the sacrifices that we’ve made is that a new variant comes in and completely takes the rug from under that programme. And so it’s very important the government get a grip, it’s very important the government takes swift action and frankly it shouldn’t be for the opposition to keep continually one step ahead of the government. The government needs to take control themselves.

    Many flying home for their first Christmas since the pandemic began will be hit with scandalous testing costs. Unscrupulous private providers are pocketing millions, and leaving many families forced to shell out huge sums.

    Ministers are sitting on their hands while people who want to do the right thing are paying the price for this broken market.

    Continue reading...", - "content": "

    Hospitals already struggling to cope as they enter winter, says president of Royal College of Emergency Medicine; India records highest single-day toll since July

    The UK’s deputy prime minister Dominic Raab has defended the government’s decision to reintroduce pre-departure tests. He has told Sky News:

    I know that is a burden for the travel industry but we have made huge, huge strides in this country. We have got to take the measures targeted forensically to stop the new variant seeding in this country to create a bigger problem.

    We have taken a balanced approach but we are always alert to extra risk that takes us back not forward.

    Well of course it was the Labour party who were calling for pre-testing to take place because we’re very concerned that the government consistently throughout the pandemic have been very late in making the calls that are required to keep our borders safe, very late in terms of trying to ... control the spread of that virus. And what we want to do is to make sure that we don’t jeopardise the vaccination rollout.

    The worst thing in the world after all the sacrifices that we’ve made is that a new variant comes in and completely takes the rug from under that programme. And so it’s very important the government get a grip, it’s very important the government takes swift action and frankly it shouldn’t be for the opposition to keep continually one step ahead of the government. The government needs to take control themselves.

    Many flying home for their first Christmas since the pandemic began will be hit with scandalous testing costs. Unscrupulous private providers are pocketing millions, and leaving many families forced to shell out huge sums.

    Ministers are sitting on their hands while people who want to do the right thing are paying the price for this broken market.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/05/covid-live-coronavirus-india-death-toll-uk-booster-jabs-christmas", - "creator": "Kevin Rawlinson and Jamie Grierson", - "pubDate": "2021-12-05T14:40:00Z", + "title": "David Gulpilil, a titanic force in Australian cinema, dies after lung cancer diagnosis", + "description": "

    The Indigenous actor, who was in his late 60s when he died, helped shape the history of Australian film

    Indigenous actor David Gulpilil, one of Australia’s greatest artists, has died four years after he was diagnosed with lung cancer.

    “It is with deep sadness that I share with the people of South Australia the passing of an iconic, once-in-a-generation artist who shaped the history of Australian film and Aboriginal representation on screen – David Gulpilil Ridjimiraril Dalaithngu,” the South Australian premier, Steven Marshall, said in a statement on Monday night.

    Continue reading...", + "content": "

    The Indigenous actor, who was in his late 60s when he died, helped shape the history of Australian film

    Indigenous actor David Gulpilil, one of Australia’s greatest artists, has died four years after he was diagnosed with lung cancer.

    “It is with deep sadness that I share with the people of South Australia the passing of an iconic, once-in-a-generation artist who shaped the history of Australian film and Aboriginal representation on screen – David Gulpilil Ridjimiraril Dalaithngu,” the South Australian premier, Steven Marshall, said in a statement on Monday night.

    Continue reading...", + "category": "Indigenous Australians", + "link": "https://www.theguardian.com/australia-news/2021/nov/29/david-gulpilil-a-titanic-force-in-australian-cinema-dies-after-battle-with-lung-cancer", + "creator": "Guardian staff", + "pubDate": "2021-11-29T11:35:45Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226107,16 +251460,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f4e24bbc0ac6a9361214e58a4a94bec" + "hash": "e379e4decde079cf94c7644eb982245f" }, { - "title": "West condemns Taliban over ‘summary killings’ of ex-soldiers and police", - "description": "

    Human Rights Watch says 47 former members of Afghan national security forces have been killed or forcibly disappeared

    The US has led a group of western nations and allies in condemnation of the Taliban over the “summary killings” of former members of the Afghan security forces reported by rights groups, demanding quick investigations.

    “We are deeply concerned by reports of summary killings and enforced disappearances of former members of the Afghan security forces as documented by Human Rights Watch and others,” read a statement by the US, EU, Australia, Britain, Japan and others, which was released by the state department on Saturday.

    Continue reading...", - "content": "

    Human Rights Watch says 47 former members of Afghan national security forces have been killed or forcibly disappeared

    The US has led a group of western nations and allies in condemnation of the Taliban over the “summary killings” of former members of the Afghan security forces reported by rights groups, demanding quick investigations.

    “We are deeply concerned by reports of summary killings and enforced disappearances of former members of the Afghan security forces as documented by Human Rights Watch and others,” read a statement by the US, EU, Australia, Britain, Japan and others, which was released by the state department on Saturday.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2021/dec/05/west-condemns-taliban-over-summary-killings-of-ex-soldiers-and-police", - "creator": "Agence France-Presse", - "pubDate": "2021-12-05T05:33:59Z", + "title": "Sajid Javid on latest Covid variant: 'Our scientists are deeply concerned' – video", + "description": "

    The health secretary, Sajid Javid, has announced the UK will temporarily ban flights from several African countries, after the discovery of the B.1.1.529 Covid variant in the region against which vaccines might be less effective.

    Officials characterise the variant, which has double the number of mutations as the currently dominant Delta variant, as the 'worst one yet'.

    Flights from South Africa, Namibia, Botswana, Zimbabwe, Lesotho and Eswatini will be banned from Friday afternoon, and returning British travellers from those destinations will have to quarantine

    Continue reading...", + "content": "

    The health secretary, Sajid Javid, has announced the UK will temporarily ban flights from several African countries, after the discovery of the B.1.1.529 Covid variant in the region against which vaccines might be less effective.

    Officials characterise the variant, which has double the number of mutations as the currently dominant Delta variant, as the 'worst one yet'.

    Flights from South Africa, Namibia, Botswana, Zimbabwe, Lesotho and Eswatini will be banned from Friday afternoon, and returning British travellers from those destinations will have to quarantine

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/nov/26/sajid-javid-our-scientists-are-deeply-concerned-over-latest-covid-variant-video", + "creator": "", + "pubDate": "2021-11-26T10:09:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226127,16 +251480,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbff6fcd184521a09ace9f80c04f4383" + "hash": "47425aa3a99151218408ee63ba6ae3f5" }, { - "title": "Third party to investigate Michigan school’s actions ahead of shooting", - "description": "

    Outside investigation ordered as parents question ‘the school’s version of events leading up to the shooting’

    A third party will investigate events at Oxford High School in Michigan before a school shooting this week that left four students dead and six others and a teacher wounded, the school district’s superintendent said on Saturday.

    The Oxford Community Schools superintendent, Tim Throne, said he called for the outside investigation because parents have asked questions about “the school’s version of events leading up to the shooting”.

    Continue reading...", - "content": "

    Outside investigation ordered as parents question ‘the school’s version of events leading up to the shooting’

    A third party will investigate events at Oxford High School in Michigan before a school shooting this week that left four students dead and six others and a teacher wounded, the school district’s superintendent said on Saturday.

    The Oxford Community Schools superintendent, Tim Throne, said he called for the outside investigation because parents have asked questions about “the school’s version of events leading up to the shooting”.

    Continue reading...", - "category": "Michigan", - "link": "https://www.theguardian.com/us-news/2021/dec/05/michigan-high-school-shooting-third-party-investigation", - "creator": "Asssociated Press in Oxford Township, Michigan", - "pubDate": "2021-12-05T14:26:39Z", + "title": "Covid live: WHO says ‘very high’ global risk from new strain; Portugal finds 13 Omicron cases in Lisbon football team", + "description": "

    WHO briefing says mutations ‘concerning for potential impact on pandemic trajectory’; Belenenses played match with nine players following outbreak

    G7 health ministers are to hold an emergency meeting on Monday on the new Omicron Covid-19 strain, as experts race to understand what the variant means for the fight to end the pandemic, AFP reports.

    The meeting was called by G7 chair Britain, which is among a steadily growing number of countries detecting cases of the heavily mutated new strain.

    Continue reading...", + "content": "

    WHO briefing says mutations ‘concerning for potential impact on pandemic trajectory’; Belenenses played match with nine players following outbreak

    G7 health ministers are to hold an emergency meeting on Monday on the new Omicron Covid-19 strain, as experts race to understand what the variant means for the fight to end the pandemic, AFP reports.

    The meeting was called by G7 chair Britain, which is among a steadily growing number of countries detecting cases of the heavily mutated new strain.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/live/2021/nov/29/covid-live-news-omicron-variant-detected-in-canada-as-fauci-warns-two-weeks-needed-to-study-new-strain", + "creator": "Rachel Hall (now) and Martin Belam , Virginia Harrison and Helen Livingstone (earlier)", + "pubDate": "2021-11-29T12:05:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226147,16 +251500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2daf2706ddf8483b7b873d2228bcd66e" + "hash": "a3e6a3367b0e692a31d4d6aed3f08f14" }, { - "title": "UK and France take part in huge naval exercise to counter ‘emerging threats’", - "description": "

    Top French commander cites ‘rapid rearmament’ of China and Russia as danger to maritime security

    France’s most senior naval commander has said future conflicts are likely to be fought at sea and in the cybersphere, citing the “rapid rearmament” of countries such as China as a potential threat.

    Adm Pierre Vandier made his comments after the French Marine Nationale and forces from five allied countries, including the UK, took part in what he described as a unique two-week exercise intended to prepare for “composite threats”.

    Continue reading...", - "content": "

    Top French commander cites ‘rapid rearmament’ of China and Russia as danger to maritime security

    France’s most senior naval commander has said future conflicts are likely to be fought at sea and in the cybersphere, citing the “rapid rearmament” of countries such as China as a potential threat.

    Adm Pierre Vandier made his comments after the French Marine Nationale and forces from five allied countries, including the UK, took part in what he described as a unique two-week exercise intended to prepare for “composite threats”.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/05/uk-and-france-take-part-in-huge-naval-exercise-to-counter-emerging-threats", - "creator": "Kim Willsher on the Charles de Gaulle aircraft carrier", - "pubDate": "2021-12-05T10:59:58Z", + "title": "Claim Prince Charles speculated on grandchildren’s skin colour ‘is fiction’", + "description": "

    Clarence House denies claim in new book that Charles asked about ‘complexion’ of Duke and Duchess of Sussex’s future children

    The private office of the Prince of Wales has dismissed as “fiction” claims in a new book that Prince Charles was the royal who speculated on the skin colour of the Duke and Duchess of Sussex’s future children.

    The American journalist and author Christopher Andersen, a former editor of the US celebrity news magazine People, alleges in the book that Charles made the comment on the day Harry and Meghan’s engagement was announced in November 2017.

    Continue reading...", + "content": "

    Clarence House denies claim in new book that Charles asked about ‘complexion’ of Duke and Duchess of Sussex’s future children

    The private office of the Prince of Wales has dismissed as “fiction” claims in a new book that Prince Charles was the royal who speculated on the skin colour of the Duke and Duchess of Sussex’s future children.

    The American journalist and author Christopher Andersen, a former editor of the US celebrity news magazine People, alleges in the book that Charles made the comment on the day Harry and Meghan’s engagement was announced in November 2017.

    Continue reading...", + "category": "Prince Charles", + "link": "https://www.theguardian.com/uk-news/2021/nov/29/claim-prince-charles-speculated-on-grandchildrens-skin-colour-is-fiction", + "creator": "Jamie Grierson", + "pubDate": "2021-11-29T09:19:55Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226167,16 +251520,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c621c9d4063978b46092a14e31cb24af" + "hash": "7100e726d75ae61a31941326b900eaf4" }, { - "title": "US seeks China and Russia support to salvage Iran nuclear deal", - "description": "

    Iran’s natural allies are said to have been surprised by how much it had walked back on its own compromises

    The US is hoping pressure from Russia, China and some Arab Gulf states may yet persuade Iran to moderate its negotiating stance on the steps the Biden administration must take before both sides return to the 2015 nuclear deal.

    Talks in Vienna faltered badly last week, when the new hardline Iranian administration increased its levels of uranium enrichment and tabled proposals that US officials said at the weekend were “not serious”since they walked back all the progress made in the previous round of talks.

    Continue reading...", - "content": "

    Iran’s natural allies are said to have been surprised by how much it had walked back on its own compromises

    The US is hoping pressure from Russia, China and some Arab Gulf states may yet persuade Iran to moderate its negotiating stance on the steps the Biden administration must take before both sides return to the 2015 nuclear deal.

    Talks in Vienna faltered badly last week, when the new hardline Iranian administration increased its levels of uranium enrichment and tabled proposals that US officials said at the weekend were “not serious”since they walked back all the progress made in the previous round of talks.

    Continue reading...", - "category": "Iran nuclear deal", - "link": "https://www.theguardian.com/world/2021/dec/05/us-seeks-china-and-russia-support-to-salvage-iran-nuclear-deal", - "creator": "Patrick Wintour Diplomatic Editor", - "pubDate": "2021-12-05T14:16:56Z", + "title": "Victims of sexual violence let down by UK asylum system, report says", + "description": "

    Study calls on Home Office to integrate gender and trauma sensitivity into asylum system

    Victims of sexual violence face further abuse and trauma as a result of the UK asylum process and are systematically let down by authorities, according to a report.

    The research found that gender-insensitive and sometimes inhumane asylum interviews, sexual harassment in unstable asylum accommodation and a lack of access to healthcare and psychological support were just some of the factors compounding the trauma of forced migrants in the UK.

    Continue reading...", + "content": "

    Study calls on Home Office to integrate gender and trauma sensitivity into asylum system

    Victims of sexual violence face further abuse and trauma as a result of the UK asylum process and are systematically let down by authorities, according to a report.

    The research found that gender-insensitive and sometimes inhumane asylum interviews, sexual harassment in unstable asylum accommodation and a lack of access to healthcare and psychological support were just some of the factors compounding the trauma of forced migrants in the UK.

    Continue reading...", + "category": "Violence against women and girls", + "link": "https://www.theguardian.com/society/2021/nov/29/victims-of-sexual-violence-let-down-by-uk-asylum-system-report-says", + "creator": "Jessica Murray Midlands correspondent", + "pubDate": "2021-11-29T10:38:49Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226187,16 +251540,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b4f6c772bb77de7f22403b6ab8d44d2" + "hash": "f4bc360da63c32e3abb3daa5fdd5ab6a" }, { - "title": "Scottish islanders launch Airbnb rival in fight against second homes crisis", - "description": "

    Local group hopes to take on tech giant and help keep hold of tourist revenue

    Rhoda Meek knows the power of Scottish islands working together. During the first lockdown she created a website for more than 360 businesses from Arran to Ulva to sell their wares while the pandemic prevented visitors.

    Now she and her neighbours have launched a holiday lettings website that aims to take on Airbnb and ensure that more of the islands’ tourism revenue stays local.

    Continue reading...", - "content": "

    Local group hopes to take on tech giant and help keep hold of tourist revenue

    Rhoda Meek knows the power of Scottish islands working together. During the first lockdown she created a website for more than 360 businesses from Arran to Ulva to sell their wares while the pandemic prevented visitors.

    Now she and her neighbours have launched a holiday lettings website that aims to take on Airbnb and ensure that more of the islands’ tourism revenue stays local.

    Continue reading...", - "category": "Scotland", - "link": "https://www.theguardian.com/uk-news/2021/dec/05/scottish-islanders-launch-airbnb-rival-in-fight-against-second-homes-crisis", - "creator": "Libby Brooks", - "pubDate": "2021-12-05T10:15:51Z", + "title": "UK’s ‘double talk’ on Channel crisis must stop, says French interior minister", + "description": "

    Exclusive: Gérald Darmanin says UK ministers must stop saying one thing in private while insulting his country in public

    The French interior minister, Gérald Darmanin, has said British ministers including his counterpart, Priti Patel, should stop saying one thing in private while insulting his country in public if there is to be a solution to the crisis in the Channel.

    In an interview with the Guardian, Darmanin strongly criticised what he called “double talk” coming out of London and said France was not a “vassal” of the UK.

    Continue reading...", + "content": "

    Exclusive: Gérald Darmanin says UK ministers must stop saying one thing in private while insulting his country in public

    The French interior minister, Gérald Darmanin, has said British ministers including his counterpart, Priti Patel, should stop saying one thing in private while insulting his country in public if there is to be a solution to the crisis in the Channel.

    In an interview with the Guardian, Darmanin strongly criticised what he called “double talk” coming out of London and said France was not a “vassal” of the UK.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/nov/28/uks-double-talk-on-channel-crisis-must-stop-says-french-interior-minister", + "creator": "Kim Willsher in Paris", + "pubDate": "2021-11-28T20:48:59Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226207,16 +251560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "326bab274f908dc23a047b563148f44d" + "hash": "2b0cb718d2354beef418dee8ecb23795" }, { - "title": "Beat that: Berlin’s techno DJs seek Unesco world heritage status", - "description": "

    Group seeks cultural protection for music that defined reunification era

    Getting into Berlin’s famous Berghain nightclub is a formidable task, even for some of the world’s best-known DJs. So they are unfazed by the challenge of persuading Unesco to grant heritage status to Berlin techno.

    The artists behind the Love Parade festival, DJs who pioneered the genre, and the impresarios of the German capital’s biggest clubs believe the backing of the UN body is vital for securing the future of the countercultural music genre.

    Continue reading...", - "content": "

    Group seeks cultural protection for music that defined reunification era

    Getting into Berlin’s famous Berghain nightclub is a formidable task, even for some of the world’s best-known DJs. So they are unfazed by the challenge of persuading Unesco to grant heritage status to Berlin techno.

    The artists behind the Love Parade festival, DJs who pioneered the genre, and the impresarios of the German capital’s biggest clubs believe the backing of the UN body is vital for securing the future of the countercultural music genre.

    Continue reading...", - "category": "Dance music", - "link": "https://www.theguardian.com/music/2021/dec/05/beat-that-berlins-techno-djs-seek-unesco-world-heritage-status", - "creator": "James Tapper", - "pubDate": "2021-12-05T09:30:50Z", + "title": "Xiomara Castro declares victory in Honduras presidential election", + "description": "

    Castro, expected to be country’s first female president, has vowed to fight corruption and relax abortion laws

    The Honduran presidential candidate Xiomara Castro was heading for a landslide win in Sunday’s election, declaring victory as supporters danced outside her offices to celebrate the left’s return to power 12 years after her husband was ousted in a coup.

    The election, expected to give Honduras its first female president, seemed to have run smoothly, a contrast to four years ago when a close outcome led to a contested result and deadly protests after widespread allegations of irregularities.

    Continue reading...", + "content": "

    Castro, expected to be country’s first female president, has vowed to fight corruption and relax abortion laws

    The Honduran presidential candidate Xiomara Castro was heading for a landslide win in Sunday’s election, declaring victory as supporters danced outside her offices to celebrate the left’s return to power 12 years after her husband was ousted in a coup.

    The election, expected to give Honduras its first female president, seemed to have run smoothly, a contrast to four years ago when a close outcome led to a contested result and deadly protests after widespread allegations of irregularities.

    Continue reading...", + "category": "Honduras", + "link": "https://www.theguardian.com/world/2021/nov/29/xiomara-castro-declares-victory-in-honduras-presidential-election", + "creator": "Reuters in Tegucigalpa", + "pubDate": "2021-11-29T11:19:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226227,16 +251580,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc0cbbfb6cc9e306622b956fcbe2cc9e" + "hash": "d95cc2ddd57f99994f249dc9107a80a8" }, { - "title": "‘We always need stuff that cheers us up’: Diane Morgan on love, laughs and learning to let go", - "description": "

    With her laconic delivery, Diane Morgan has brought a host of comedy characters to life, most notably Philomena Cunk. But with her latest, Mandy, she wanted to create someone who was just plain silly

    In August 2020, only days before the pilot episode of Mandy was set to be broadcast, Diane Morgan picked up her phone and prepared to call a bigwig at the BBC. “I’m really sorry,” she’d envisioned herself saying, “but there’s absolutely no way you can let this thing go out.” She was ready to beg – to offer whatever cash, bribe or bargain necessary. Nothing was off the table in her effort to ensure the refreshingly ridiculous, six-part comedy series she’d directed, starred in and scripted ever reached the nation’s TVs.

    This might sound strange: Morgan has quite the track record when it comes to shining on the small screen. She was elevated to cult sensation in 2013 while inhabiting her role as the simultaneously inept and insightful spoof interviewer Philomena Cunk: “How did Winston Churchill come to invent Tipp-Ex?” she asked one historian. Or: If horses used to be so good at drawing carriages, why are they no longer any good at art? From there, her deadpan demeanour landed her leading roles in the three seasons of the BBC’s much-loved Motherland – a nit-infested, school-gates sitcom of Sharon Horgan et al’s design – and Ricky Gervais’s After Life, too. Mandy, however, is different. For the first time in a long while, Morgan felt exposed.

    Continue reading...", - "content": "

    With her laconic delivery, Diane Morgan has brought a host of comedy characters to life, most notably Philomena Cunk. But with her latest, Mandy, she wanted to create someone who was just plain silly

    In August 2020, only days before the pilot episode of Mandy was set to be broadcast, Diane Morgan picked up her phone and prepared to call a bigwig at the BBC. “I’m really sorry,” she’d envisioned herself saying, “but there’s absolutely no way you can let this thing go out.” She was ready to beg – to offer whatever cash, bribe or bargain necessary. Nothing was off the table in her effort to ensure the refreshingly ridiculous, six-part comedy series she’d directed, starred in and scripted ever reached the nation’s TVs.

    This might sound strange: Morgan has quite the track record when it comes to shining on the small screen. She was elevated to cult sensation in 2013 while inhabiting her role as the simultaneously inept and insightful spoof interviewer Philomena Cunk: “How did Winston Churchill come to invent Tipp-Ex?” she asked one historian. Or: If horses used to be so good at drawing carriages, why are they no longer any good at art? From there, her deadpan demeanour landed her leading roles in the three seasons of the BBC’s much-loved Motherland – a nit-infested, school-gates sitcom of Sharon Horgan et al’s design – and Ricky Gervais’s After Life, too. Mandy, however, is different. For the first time in a long while, Morgan felt exposed.

    Continue reading...", - "category": "Diane Morgan", - "link": "https://www.theguardian.com/culture/2021/dec/05/we-always-need-stuff-that-cheers-us-up-diane-morgan-on-love-laughs-and-learning-to-let-go", - "creator": "Michael Segalov", - "pubDate": "2021-12-05T08:00:50Z", + "title": "Michael Flynn appears to have called QAnon ‘total nonsense’ despite his links", + "description": "

    Trump ally reportedly says conspiracy theory a ‘disinformation campaign’ created by CIA and the left, apparent recording reveals

    Michael Flynn, Donald Trump’s first national security adviser, appears to have called QAnon “total nonsense” and a “disinformation campaign” created by the CIA and the political left – despite his own extensive links to the conspiracy theory and seeming eagerness to serve as its hero.

    Flynn’s apparent statement was revealed by Lin Wood, a pro-Trump attorney and QAnon supporter once allied with the disgraced former general.

    Continue reading...", + "content": "

    Trump ally reportedly says conspiracy theory a ‘disinformation campaign’ created by CIA and the left, apparent recording reveals

    Michael Flynn, Donald Trump’s first national security adviser, appears to have called QAnon “total nonsense” and a “disinformation campaign” created by the CIA and the political left – despite his own extensive links to the conspiracy theory and seeming eagerness to serve as its hero.

    Flynn’s apparent statement was revealed by Lin Wood, a pro-Trump attorney and QAnon supporter once allied with the disgraced former general.

    Continue reading...", + "category": "QAnon", + "link": "https://www.theguardian.com/us-news/2021/nov/29/michael-flynn-trump-ally-qanon-cia-left", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-11-29T06:00:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226247,16 +251600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b87e5d8d27846c99bd356f3ee6fbd7c" + "hash": "eb7110af74367df1a5b797d28b4ecefe" }, { - "title": "Most people flee the suburbs, but nowhere land is the perfect backdrop for my novels", - "description": "Suburbia is neither glamorous nor picturesque. But this is precisely what makes it rich terrain for my books

    It’s early December and in my corner of southeast London the Christmas illuminations are going up. Garden gnomes may have fallen out of fashion, but their seasonal equivalent, inflatable Santas, are very much in evidence. There are some pockets of tasteful conformity, where entire streets observe a “house style”, but mostly it’s a delightful free-for-all. If levels of outdoor decoration reflect a state of mind in the way that rising hemlines are said to mirror economic prosperity, then the mood here among us suburbanites is one of grim defiance.

    Apart from three years at university and a gap year in New Zealand, I have always lived in the suburbs, within a small triangle of southeast London – Croydon in the west, Bromley in the east and Norwood in the north. (I know that for postal purposes Croydon is Surrey, but administratively and spiritually it’s south London.) When you are a child, your own life seems normal, so it was quite some time before I realised that Croydon – fictionalised by PG Wodehouse as Mitching, “a foul hole” – had a reputation for architectural mediocrity, that the suburbs in general with their crazy-paving and curtain twitching were despised by both city and country and that having been born there was something which would need repeated apology over the years.

    Continue reading...", - "content": "Suburbia is neither glamorous nor picturesque. But this is precisely what makes it rich terrain for my books

    It’s early December and in my corner of southeast London the Christmas illuminations are going up. Garden gnomes may have fallen out of fashion, but their seasonal equivalent, inflatable Santas, are very much in evidence. There are some pockets of tasteful conformity, where entire streets observe a “house style”, but mostly it’s a delightful free-for-all. If levels of outdoor decoration reflect a state of mind in the way that rising hemlines are said to mirror economic prosperity, then the mood here among us suburbanites is one of grim defiance.

    Apart from three years at university and a gap year in New Zealand, I have always lived in the suburbs, within a small triangle of southeast London – Croydon in the west, Bromley in the east and Norwood in the north. (I know that for postal purposes Croydon is Surrey, but administratively and spiritually it’s south London.) When you are a child, your own life seems normal, so it was quite some time before I realised that Croydon – fictionalised by PG Wodehouse as Mitching, “a foul hole” – had a reputation for architectural mediocrity, that the suburbs in general with their crazy-paving and curtain twitching were despised by both city and country and that having been born there was something which would need repeated apology over the years.

    Continue reading...", - "category": "Suburbia", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/05/most-people-flee-the-suburbs-but-nowhere-land-is-the-perfect-backdrop-for-my-novels", - "creator": "Clare Chambers", - "pubDate": "2021-12-05T14:00:04Z", + "title": "Ghislaine Maxwell sex-trafficking trial expected to go before jury", + "description": "

    Maxwell charged with six counts related to her alleged involvement in financier Jeffrey Epstein’s sexual abuse of teen girls

    Ghislaine Maxwell’s sex-trafficking trial in Manhattan is finally expected to go before a jury on Monday, as opening statements follow finalization of the panel of 12 jurors and six alternates.

    Maxwell, 59, has pleaded not guilty on six counts related to her alleged involvement in the late financier Jeffrey Epstein’s sexual abuse of teen girls, some as young as 14.

    Continue reading...", + "content": "

    Maxwell charged with six counts related to her alleged involvement in financier Jeffrey Epstein’s sexual abuse of teen girls

    Ghislaine Maxwell’s sex-trafficking trial in Manhattan is finally expected to go before a jury on Monday, as opening statements follow finalization of the panel of 12 jurors and six alternates.

    Maxwell, 59, has pleaded not guilty on six counts related to her alleged involvement in the late financier Jeffrey Epstein’s sexual abuse of teen girls, some as young as 14.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/nov/29/ghislaine-maxwell-sex-trafficking-trial", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-11-29T07:00:48Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226267,16 +251620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "849846150887d2183bf863de18a63b68" + "hash": "d4abf08cff64d559f0966f4f03e58c18" }, { - "title": "From pollutant to product: the companies making stuff from CO2", - "description": "

    Vodka, jet fuel, protein… according to a new clutch of carbon-to-value startups, these are just some of the things that can be manufactured from thin air

    In a warehouse laboratory in Berkeley, California, Nicholas Flanders stands in front of a shiny metal box about the size of a washing machine. Inside is a stack of metal plates that resemble a club sandwich – only the filling is a black polymer membrane coated with proprietary metal catalyst. “We call the membrane the black leaf,” he says.

    Flanders is the co-founder and CEO of Twelve, a startup founded in 2015, which received a $57m funding boost in July. It aims to take air – or, to be more precise, the carbon dioxide (CO2) in it – and transform it into something useful, as plants also do, eliminating damaging emissions in the process. Taking the unwanted gas wreaking havoc on our climate and using only water and renewable electricity, Twelve’s metal box houses a new kind of electrolyser that transforms the CO2 into synthetic gas (syngas), a mix of carbon monoxide and hydrogen that can be made into a range of familiar products usually made from fossil fuels. Oxygen is the only by-product. This August, the pilot scale equipment made the syngas that went into what Flanders claims is the world’s first carbon neutral, fossil-free jet fuel. “This is a new way of moving carbon through our economy without pulling it out of the ground,” he says.

    Continue reading...", - "content": "

    Vodka, jet fuel, protein… according to a new clutch of carbon-to-value startups, these are just some of the things that can be manufactured from thin air

    In a warehouse laboratory in Berkeley, California, Nicholas Flanders stands in front of a shiny metal box about the size of a washing machine. Inside is a stack of metal plates that resemble a club sandwich – only the filling is a black polymer membrane coated with proprietary metal catalyst. “We call the membrane the black leaf,” he says.

    Flanders is the co-founder and CEO of Twelve, a startup founded in 2015, which received a $57m funding boost in July. It aims to take air – or, to be more precise, the carbon dioxide (CO2) in it – and transform it into something useful, as plants also do, eliminating damaging emissions in the process. Taking the unwanted gas wreaking havoc on our climate and using only water and renewable electricity, Twelve’s metal box houses a new kind of electrolyser that transforms the CO2 into synthetic gas (syngas), a mix of carbon monoxide and hydrogen that can be made into a range of familiar products usually made from fossil fuels. Oxygen is the only by-product. This August, the pilot scale equipment made the syngas that went into what Flanders claims is the world’s first carbon neutral, fossil-free jet fuel. “This is a new way of moving carbon through our economy without pulling it out of the ground,” he says.

    Continue reading...", - "category": "Greenhouse gas emissions", - "link": "https://www.theguardian.com/environment/2021/dec/05/carbon-dioxide-co2-capture-utilisation-products-vodka-jet-fuel-protein", - "creator": "Zoë Corbyn", - "pubDate": "2021-12-05T12:00:01Z", + "title": "Six Omicron cases found in Scotland as ministers resist calls for tougher rules", + "description": "

    UK minister insists no new restrictions should be needed over Christmas despite spread of Covid variant

    Six cases of the Omicron variant of coronavirus have been confirmed in Scotland, Scottish health officials have said. It trebles the number of cases found around the UK, as ministers face calls for tougher rules on mask use and travel tests.

    Four cases were in the Lanarkshire area, with two found in the Greater Glasgow and Clyde area, Scotland’s health department said in a statement. The three cases identified previously had all been in England.

    Continue reading...", + "content": "

    UK minister insists no new restrictions should be needed over Christmas despite spread of Covid variant

    Six cases of the Omicron variant of coronavirus have been confirmed in Scotland, Scottish health officials have said. It trebles the number of cases found around the UK, as ministers face calls for tougher rules on mask use and travel tests.

    Four cases were in the Lanarkshire area, with two found in the Greater Glasgow and Clyde area, Scotland’s health department said in a statement. The three cases identified previously had all been in England.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/29/six-cases-of-covid-omicron-variant-found-in-scotland", + "creator": "Peter Walker Political correspondent", + "pubDate": "2021-11-29T08:54:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226287,16 +251640,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf1b6d17454774a9de8ed59871bb76af" + "hash": "b6f07b33da16634f32138e42c758504c" }, { - "title": "Hot news from two billion years ago: plankton actually moved mountains", - "description": "

    Our planet’s geology shaped life on Earth. But now scientists reveal it worked the other way around too

    The mighty forces that created our planet’s mountains in ancient days got some unexpected help, scientists have discovered. Their research shows some of Earth’s greatest ranges got a boost from primitive lifeforms whose remains lubricated movements of rock slabs and allowed them to pile up to form mountains.

    If it had not been for life on Earth, the surface of our planet would have been flatter and a lot more boring, say scientists at Aberdeen and Glasgow universities where the research was carried out.

    Continue reading...", - "content": "

    Our planet’s geology shaped life on Earth. But now scientists reveal it worked the other way around too

    The mighty forces that created our planet’s mountains in ancient days got some unexpected help, scientists have discovered. Their research shows some of Earth’s greatest ranges got a boost from primitive lifeforms whose remains lubricated movements of rock slabs and allowed them to pile up to form mountains.

    If it had not been for life on Earth, the surface of our planet would have been flatter and a lot more boring, say scientists at Aberdeen and Glasgow universities where the research was carried out.

    Continue reading...", - "category": "Mountains", - "link": "https://www.theguardian.com/environment/2021/dec/05/hot-news-from-two-billion-years-ago-plankton-actually-moved-mountains", - "creator": "Robin McKie", - "pubDate": "2021-12-05T08:30:49Z", + "title": "‘It is not biology’: Women’s chess hindered by low numbers and sexism", + "description": "

    The governing body is pushing to make the game more welcoming for women – but is change happening fast enough?

    Towards the end of the Queen’s Gambit, the Netflix show that helped supercharge the new chess boom, Beth Harmon crushes a series of top male grandmasters before beating Vasily Borgov, the Russian world champion. Fiction, though, remains sharply separated from fact. As Magnus Carlsen was reminded before starting his world title defence in Dubai last week, there is not a single active woman’s player in the top 100 now that Hou Yifan of China, who is ranked 83rd, is focusing on academia. The lingering question: why?

    For Carlsen, the subject was “way too complicated” to answer in a few sentences, but suggested a number of reasons, particularly cultural, were to blame. Some, though, still believe it is down to biology. As recently as 2015 Nigel Short, vice president of the world chess federation Fide, claimed that “men are hardwired to be better chess players than women, adding, “you have to gracefully accept that.”

    Continue reading...", + "content": "

    The governing body is pushing to make the game more welcoming for women – but is change happening fast enough?

    Towards the end of the Queen’s Gambit, the Netflix show that helped supercharge the new chess boom, Beth Harmon crushes a series of top male grandmasters before beating Vasily Borgov, the Russian world champion. Fiction, though, remains sharply separated from fact. As Magnus Carlsen was reminded before starting his world title defence in Dubai last week, there is not a single active woman’s player in the top 100 now that Hou Yifan of China, who is ranked 83rd, is focusing on academia. The lingering question: why?

    For Carlsen, the subject was “way too complicated” to answer in a few sentences, but suggested a number of reasons, particularly cultural, were to blame. Some, though, still believe it is down to biology. As recently as 2015 Nigel Short, vice president of the world chess federation Fide, claimed that “men are hardwired to be better chess players than women, adding, “you have to gracefully accept that.”

    Continue reading...", + "category": "World Chess Championship 2021", + "link": "https://www.theguardian.com/sport/2021/nov/29/womens-chess-sexism-misogyny", + "creator": "Sean Ingle in Dubai", + "pubDate": "2021-11-29T10:12:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226307,16 +251660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a3f8f14beaa8f3a86ac8eb4f49c610e" + "hash": "2f5a572fb4091b0ed263e43f0ae67221" }, { - "title": "Scott Morrison repeats that Australians have ‘had a gutful of governments in their lives’; Peter Cundall dies at 94 – As it happened", - "description": "

    Gardening legend Peter Cundall dies aged 94 as PM repeats that Australians have had a ‘gutful of governments in their lives’. This blog is now closed

    Hunt is asked whether states, like Queensland, will hold off opening state borders until at least 80% of kids aged five to 11 are vaccinated given today’s announcement.

    Hunt:

    There is no reason for that. The Doherty modelling was set out very clearly on the 80% rates for double dosed across the country for 16 plus, and what we have seen now is that in terms of the 12 to 15-year-olds, we have now had an extra 1.8 million vaccinations over and above the Doherty modelling. The Doherty modelling was based on an 80% national rate for double dosed and didn’t include 12 to 15-year-olds.

    A bit over a fifth of all cases of Covid are actually in the under 12s. Indeed, some of the early data with Omicron suggests it may actually be higher for the Omicron variant ... While most kids to get fairly mild infection and only a limited number end up in ICU, is great, there are bigger impacts.

    Unfortunately about one in 3,000 of the kids who get Covid actually end up with this funny immunological condition called multi-system inflammatory condition. Those kids can end up being very sick for months. It is not the same as long Covid but it has some things in common, and it has a whole range of symptoms where the kid is just not well. That is one of the things we are protecting against by vaccinating children...

    Continue reading...", - "content": "

    Gardening legend Peter Cundall dies aged 94 as PM repeats that Australians have had a ‘gutful of governments in their lives’. This blog is now closed

    Hunt is asked whether states, like Queensland, will hold off opening state borders until at least 80% of kids aged five to 11 are vaccinated given today’s announcement.

    Hunt:

    There is no reason for that. The Doherty modelling was set out very clearly on the 80% rates for double dosed across the country for 16 plus, and what we have seen now is that in terms of the 12 to 15-year-olds, we have now had an extra 1.8 million vaccinations over and above the Doherty modelling. The Doherty modelling was based on an 80% national rate for double dosed and didn’t include 12 to 15-year-olds.

    A bit over a fifth of all cases of Covid are actually in the under 12s. Indeed, some of the early data with Omicron suggests it may actually be higher for the Omicron variant ... While most kids to get fairly mild infection and only a limited number end up in ICU, is great, there are bigger impacts.

    Unfortunately about one in 3,000 of the kids who get Covid actually end up with this funny immunological condition called multi-system inflammatory condition. Those kids can end up being very sick for months. It is not the same as long Covid but it has some things in common, and it has a whole range of symptoms where the kid is just not well. That is one of the things we are protecting against by vaccinating children...

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/05/australia-live-news-updates-omicron-covid-cases-pfizer-vaccine-approved", - "creator": "Nino Bucci and Justine Landis-Hanley", - "pubDate": "2021-12-05T08:07:10Z", + "title": "Storm Arwen: homes in north of England without power for third night", + "description": "

    Parts of northern England had coldest night of autumn with temperatures falling to below zero

    Tens of thousands of homes in the north of England had a third night without power after Storm Arwen wreaked havoc, bringing down trees and electricity lines across the UK.

    Parts of northern England had their coldest night of autumn so far with temperatures plummeting to below zero. The Met Office said Shap in Cumbria, north-west England, recorded the lowest temperature of the season so far at -8.7C (16.34F).

    Continue reading...", + "content": "

    Parts of northern England had coldest night of autumn with temperatures falling to below zero

    Tens of thousands of homes in the north of England had a third night without power after Storm Arwen wreaked havoc, bringing down trees and electricity lines across the UK.

    Parts of northern England had their coldest night of autumn so far with temperatures plummeting to below zero. The Met Office said Shap in Cumbria, north-west England, recorded the lowest temperature of the season so far at -8.7C (16.34F).

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2021/nov/29/storm-arwen-homes-in-north-of-england-without-power-for-third-night", + "creator": "Mark Brown North of England correspondent", + "pubDate": "2021-11-29T11:12:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226327,16 +251680,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b827c32605c1437a7caceb04019c6887" + "hash": "ae21000a295dd088bb823eaebab106ae" }, { - "title": "‘She didn’t deserve to die’: Kenya fights tuberculosis in Covid’s shadow", - "description": "

    For the first time in a decade deaths from TB are rising, with the curable disease killing 20,000 Kenyans last year. Now testing ‘ATMs’ and other innovations are helping to find ‘missing cases’

    One day in May last year, Violet Chemesunte, a community health volunteer in Kibera, the largest slum in Nairobi, got a call from a colleague worried about a woman she had visited who kept coughing.

    She asked if Chemesunte could go round and convince the 37-year-old woman, a single mother to three young children, to seek medical help. She suspected tuberculosis (TB), and feared it might already be too late.

    Continue reading...", - "content": "

    For the first time in a decade deaths from TB are rising, with the curable disease killing 20,000 Kenyans last year. Now testing ‘ATMs’ and other innovations are helping to find ‘missing cases’

    One day in May last year, Violet Chemesunte, a community health volunteer in Kibera, the largest slum in Nairobi, got a call from a colleague worried about a woman she had visited who kept coughing.

    She asked if Chemesunte could go round and convince the 37-year-old woman, a single mother to three young children, to seek medical help. She suspected tuberculosis (TB), and feared it might already be too late.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/03/she-didnt-deserve-to-die-kenya-fights-tuberculosis-in-covids-shadow", - "creator": "Sarah Johnson in Nairobi", - "pubDate": "2021-12-03T06:00:34Z", + "title": "Britain and Israel to sign trade and defence deal", + "description": "

    Pact covers Iran as well as cybersecurity, despite controversy over use of Israeli firm NSO Group’s Pegasus spyware in UK

    Britain and Israel will sign a 10-year trade and defence pact in London on Monday, promising cooperation on issues such as cybersecurity and a joint commitment to prevent Iran from obtaining nuclear weapons.

    The agreement was announced by Liz Truss, the foreign secretary, and her Israeli counterpart Yair Lapid, despite evidence that spyware made by Israeli company NSO Group had probably been used to spy on two British lawyers advising the ex-wife of the ruler of Dubai, Princess Haya.

    Continue reading...", + "content": "

    Pact covers Iran as well as cybersecurity, despite controversy over use of Israeli firm NSO Group’s Pegasus spyware in UK

    Britain and Israel will sign a 10-year trade and defence pact in London on Monday, promising cooperation on issues such as cybersecurity and a joint commitment to prevent Iran from obtaining nuclear weapons.

    The agreement was announced by Liz Truss, the foreign secretary, and her Israeli counterpart Yair Lapid, despite evidence that spyware made by Israeli company NSO Group had probably been used to spy on two British lawyers advising the ex-wife of the ruler of Dubai, Princess Haya.

    Continue reading...", + "category": "Trade policy", + "link": "https://www.theguardian.com/politics/2021/nov/28/britain-and-israel-to-sign-trade-and-defence-deal", + "creator": "Dan Sabbagh Defence and security correspondent", + "pubDate": "2021-11-28T23:56:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226347,16 +251700,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a0d54f86431007e0b02d560a951bf2d" + "hash": "996aacb71ee962676c328d4b70e938e1" }, { - "title": "Chilean environmental activist who opposed dam projects found dead", - "description": "

    Javiera Rojas remembered as ‘an emblematic activist who was dedicated to the process of resistance’

    Environmental activists in Chile have called for justice after a 42-year-old land defender was found dead with her hands and feet bound.

    The body of Javiera Rojas was found buried under a pile of clothes in an abandoned house on Sunday in Calama in the northern region of Antofagasta.

    Continue reading...", - "content": "

    Javiera Rojas remembered as ‘an emblematic activist who was dedicated to the process of resistance’

    Environmental activists in Chile have called for justice after a 42-year-old land defender was found dead with her hands and feet bound.

    The body of Javiera Rojas was found buried under a pile of clothes in an abandoned house on Sunday in Calama in the northern region of Antofagasta.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/02/chilean-environmental-activist-opposition-dam-projects-found-dead", - "creator": "Charis McGowan in Santiago", - "pubDate": "2021-12-02T21:07:01Z", + "title": "White rhinos flown from South Africa to Rwanda in largest single translocation", + "description": "

    In a bid to secure the future of the near threatened species, 30 animals have been driven, flown and finally rehomed in Akagera national park

    Getting stuck into the in-flight wine wasn’t an option for the 30 passengers flying overnight from South Africa to Rwanda. Crew members instead worked to keep the first-time air travellers placid and problem-free. The last thing anyone wanted was a 1.5-ton rhino on the rampage aboard a Boeing 747.

    “All the rhinos were slightly sedated to keep them calm and not aggressive or trying to get out of the crates,” said Jes Gruner, of conservation organisation African Parks, who oversaw the largest single rhino translocation in history this weekend. “The rhinos weren’t sedated on the plane in the sense they were totally lying down, as that’s bad for their sternums. But they were partly drugged, so they could still stand up and keep their bodily functions normal, but enough to keep them calm and stable.”

    Continue reading...", + "content": "

    In a bid to secure the future of the near threatened species, 30 animals have been driven, flown and finally rehomed in Akagera national park

    Getting stuck into the in-flight wine wasn’t an option for the 30 passengers flying overnight from South Africa to Rwanda. Crew members instead worked to keep the first-time air travellers placid and problem-free. The last thing anyone wanted was a 1.5-ton rhino on the rampage aboard a Boeing 747.

    “All the rhinos were slightly sedated to keep them calm and not aggressive or trying to get out of the crates,” said Jes Gruner, of conservation organisation African Parks, who oversaw the largest single rhino translocation in history this weekend. “The rhinos weren’t sedated on the plane in the sense they were totally lying down, as that’s bad for their sternums. But they were partly drugged, so they could still stand up and keep their bodily functions normal, but enough to keep them calm and stable.”

    Continue reading...", + "category": "Conservation", + "link": "https://www.theguardian.com/environment/2021/nov/29/white-rhinos-flown-from-south-africa-to-rwanda-in-largest-single-translocation", + "creator": "Graeme Green", + "pubDate": "2021-11-29T11:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226367,16 +251720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea7754a5b82c151ec175ec0f9e47138f" + "hash": "38779f0b1b37ac8d41fc7d0fa797cc77" }, { - "title": "Russia’s activity on the Ukraine border has put the west on edge", - "description": "

    Analysis: a full-scale attack seems improbable – but the troop buildup is enough to have Nato warn of sanctions

    It is the second time this year that Russia has amassed forces near its borders with Ukraine, so why has the estimated 90,000 troop buildup left western governments and independent analysts more concerned?

    The stark warning by the US secretary of state, Antony Blinken, on Wednesday that Russia has made plans for a “large-scale” attack is backed up by open source analysis – and western intelligence assessments. “There is enough substance to this,” one insider added.

    Continue reading...", - "content": "

    Analysis: a full-scale attack seems improbable – but the troop buildup is enough to have Nato warn of sanctions

    It is the second time this year that Russia has amassed forces near its borders with Ukraine, so why has the estimated 90,000 troop buildup left western governments and independent analysts more concerned?

    The stark warning by the US secretary of state, Antony Blinken, on Wednesday that Russia has made plans for a “large-scale” attack is backed up by open source analysis – and western intelligence assessments. “There is enough substance to this,” one insider added.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2021/dec/02/ukraine-border-russia-west-troop-buildup", - "creator": "Dan Sabbagh Defence and security editor", - "pubDate": "2021-12-02T17:56:05Z", + "title": "First Thing: US could face ‘fifth wave’ of Covid as Omicron spreads", + "description": "

    Israel seals borders and Morocco bans flights as new variant fears rise plus, tributes pour in for fashion maverick Virgil Abloh

    Good morning.

    Joe Biden’s chief medical adviser, Anthony Fauci, said on Sunday the US has “the potential to go into a fifth wave” of coronavirus infections amid rising cases and stagnating vaccination rates.

    How are other countries reacting to the spread of Omicron? Israel is barring entry to all foreign nationals and Morocco is suspending all incoming flights for two weeks. Many countries, including Brazil, Canada, European Union states, Iran and the UK, have placed restrictions on travel from various southern African countries.

    Epstein, a convicted paedophile, killed himself in a Manhattan federal jail in August 2019, while awaiting trial. Maxwell’s alleged crimes took place from 1994 to 2004, prosecutors have said.

    Authorities arrested the Briton, the daughter of the late press baron Robert Maxwell, on 2 July 2020 at an estate in the small New Hampshire town of Bradford.

    Maxwell has pleaded not guilty to all the charges against her and is expected to challenge claims she groomed underage girls.

    Continue reading...", + "content": "

    Israel seals borders and Morocco bans flights as new variant fears rise plus, tributes pour in for fashion maverick Virgil Abloh

    Good morning.

    Joe Biden’s chief medical adviser, Anthony Fauci, said on Sunday the US has “the potential to go into a fifth wave” of coronavirus infections amid rising cases and stagnating vaccination rates.

    How are other countries reacting to the spread of Omicron? Israel is barring entry to all foreign nationals and Morocco is suspending all incoming flights for two weeks. Many countries, including Brazil, Canada, European Union states, Iran and the UK, have placed restrictions on travel from various southern African countries.

    Epstein, a convicted paedophile, killed himself in a Manhattan federal jail in August 2019, while awaiting trial. Maxwell’s alleged crimes took place from 1994 to 2004, prosecutors have said.

    Authorities arrested the Briton, the daughter of the late press baron Robert Maxwell, on 2 July 2020 at an estate in the small New Hampshire town of Bradford.

    Maxwell has pleaded not guilty to all the charges against her and is expected to challenge claims she groomed underage girls.

    Continue reading...", + "category": "", + "link": "https://www.theguardian.com/us-news/2021/nov/29/first-thing-us-could-face-fifth-wave-of-covid-as-omicron-spreads", + "creator": "Nicola Slawson", + "pubDate": "2021-11-29T11:24:03Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226387,16 +251740,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb6198a1d0bf20a6e349aae206e9d407" + "hash": "3d3fe5fa985173e4a6f1861991816c50" }, { - "title": "Covid live: UK measures too late to stop Omicron wave, government adviser says; India death toll climbs", - "description": "

    ‘It’s too late to make a material difference to course of Omicron wave,’ Prof Mark Woolhouse says; India records highest single-day toll since July

    The UK’s deputy prime minister Dominic Raab has defended the government’s decision to reintroduce pre-departure tests. He has told Sky News:

    I know that is a burden for the travel industry but we have made huge, huge strides in this country. We have got to take the measures targeted forensically to stop the new variant seeding in this country to create a bigger problem.

    We have taken a balanced approach but we are always alert to extra risk that takes us back not forward.

    Well of course it was the Labour party who were calling for pre-testing to take place because we’re very concerned that the government consistently throughout the pandemic have been very late in making the calls that are required to keep our borders safe, very late in terms of trying to ... control the spread of that virus. And what we want to do is to make sure that we don’t jeopardise the vaccination rollout.

    The worst thing in the world after all the sacrifices that we’ve made is that a new variant comes in and completely takes the rug from under that programme. And so it’s very important the government get a grip, it’s very important the government takes swift action and frankly it shouldn’t be for the opposition to keep continually one step ahead of the government. The government needs to take control themselves.

    Many flying home for their first Christmas since the pandemic began will be hit with scandalous testing costs. Unscrupulous private providers are pocketing millions, and leaving many families forced to shell out huge sums.

    Ministers are sitting on their hands while people who want to do the right thing are paying the price for this broken market.

    Continue reading...", - "content": "

    ‘It’s too late to make a material difference to course of Omicron wave,’ Prof Mark Woolhouse says; India records highest single-day toll since July

    The UK’s deputy prime minister Dominic Raab has defended the government’s decision to reintroduce pre-departure tests. He has told Sky News:

    I know that is a burden for the travel industry but we have made huge, huge strides in this country. We have got to take the measures targeted forensically to stop the new variant seeding in this country to create a bigger problem.

    We have taken a balanced approach but we are always alert to extra risk that takes us back not forward.

    Well of course it was the Labour party who were calling for pre-testing to take place because we’re very concerned that the government consistently throughout the pandemic have been very late in making the calls that are required to keep our borders safe, very late in terms of trying to ... control the spread of that virus. And what we want to do is to make sure that we don’t jeopardise the vaccination rollout.

    The worst thing in the world after all the sacrifices that we’ve made is that a new variant comes in and completely takes the rug from under that programme. And so it’s very important the government get a grip, it’s very important the government takes swift action and frankly it shouldn’t be for the opposition to keep continually one step ahead of the government. The government needs to take control themselves.

    Many flying home for their first Christmas since the pandemic began will be hit with scandalous testing costs. Unscrupulous private providers are pocketing millions, and leaving many families forced to shell out huge sums.

    Ministers are sitting on their hands while people who want to do the right thing are paying the price for this broken market.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/05/covid-live-coronavirus-india-death-toll-uk-booster-jabs-christmas", - "creator": "Kevin Rawlinson", - "pubDate": "2021-12-05T11:51:00Z", + "title": "Covid live news: WHO Africa head urges world to keep borders open; third Omicron case found in UK", + "description": "

    UN agency’s comments follow South Africa’s call to reverse flight bans; G7 health ministers to hold urgent meeting on Omicron variant; large contact tracing operation in Westminster

    China could face more than 630,000 Covid-19 infections a day if it dropped its zero-tolerance policies by lifting travel curbs, according to a study by Peking University mathematicians, Reuters reports.

    In the report by the Chinese Centre for Disease Control and Prevention, the mathematicians said China could not afford to lift travel restrictions without more efficient vaccinations or specific treatments.

    Continue reading...", + "content": "

    UN agency’s comments follow South Africa’s call to reverse flight bans; G7 health ministers to hold urgent meeting on Omicron variant; large contact tracing operation in Westminster

    China could face more than 630,000 Covid-19 infections a day if it dropped its zero-tolerance policies by lifting travel curbs, according to a study by Peking University mathematicians, Reuters reports.

    In the report by the Chinese Centre for Disease Control and Prevention, the mathematicians said China could not afford to lift travel restrictions without more efficient vaccinations or specific treatments.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/live/2021/nov/28/covid-live-news-uk-germany-and-italy-detect-omicron-cases-israel-bans-all-visitors", + "creator": "Jem Bartholomew (now), Charlie Moloney and Martin Farrer (earlier)", + "pubDate": "2021-11-28T21:12:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226407,16 +251760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "125c5fe5dd5fd5e2ba92c00bc30fcd16" + "hash": "44a20e7bee4edfce33cfc32124fe0204" }, { - "title": "Myanmar: five dead after troops use car to ram anti-coup protest – report", - "description": "

    Local media and witnesses say dozens injured and at least 15 arrested in incident in Yangon

    Five people were killed and at least 15 arrested after Myanmar security forces in a car rammed into an anti-coup protest in Yangon on Sunday, according to local media.

    Witnesses on the scene said dozens had been injured. Photos and videos on social media show a vehicle that had crashed through the protesters and bodies lying on the road.

    Continue reading...", - "content": "

    Local media and witnesses say dozens injured and at least 15 arrested in incident in Yangon

    Five people were killed and at least 15 arrested after Myanmar security forces in a car rammed into an anti-coup protest in Yangon on Sunday, according to local media.

    Witnesses on the scene said dozens had been injured. Photos and videos on social media show a vehicle that had crashed through the protesters and bodies lying on the road.

    Continue reading...", - "category": "Myanmar", - "link": "https://www.theguardian.com/world/2021/dec/05/myanmar-five-dead-after-troops-use-car-to-ram-anti-coup-protest-report", - "creator": "Reuters", - "pubDate": "2021-12-05T11:37:20Z", + "title": "Nobel-winning stock market theory used to help save coral reefs", + "description": "

    Portfolio selection rules on evaluating risk used to pick 50 reefs as ‘arks’ best able to survive climate crisis and revive coral elsewhere

    A Nobel prize-winning economic theory used by investors is showing early signs of helping save threatened coral reefs, scientists say.

    Researchers at Australia’s University of Queensland used modern portfolio theory (MPT), a mathematical framework developed by the economist Harry Markowitz in the 1950s to help risk-averse investors maximise returns, to identify the 50 reefs or coral sanctuaries around the world that are most likely to survive the climate crisis and be able to repopulate other reefs, if other threats are absent.

    Continue reading...", + "content": "

    Portfolio selection rules on evaluating risk used to pick 50 reefs as ‘arks’ best able to survive climate crisis and revive coral elsewhere

    A Nobel prize-winning economic theory used by investors is showing early signs of helping save threatened coral reefs, scientists say.

    Researchers at Australia’s University of Queensland used modern portfolio theory (MPT), a mathematical framework developed by the economist Harry Markowitz in the 1950s to help risk-averse investors maximise returns, to identify the 50 reefs or coral sanctuaries around the world that are most likely to survive the climate crisis and be able to repopulate other reefs, if other threats are absent.

    Continue reading...", + "category": "Coral", + "link": "https://www.theguardian.com/environment/2021/nov/28/stock-markets-modern-portfolio-theory-mpt-used-to-pick-coral-reefs-arks-conservation-survive-climate-crisis", + "creator": "Karen McVeigh", + "pubDate": "2021-11-28T15:00:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226427,16 +251780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ef9bca9f9840dee7df4362944467f46" + "hash": "fb907fbb05fcfe17ba237df0e7cb15ca" }, { - "title": "Arthur Labinjo-Hughes: Review launched into six-year-old’s murder", - "description": "

    The review will seek answers into the circumstances which led to Arthur’s death

    The government is launching a national review into the killing of six-year-old Arthur Labinjo-Hughes to protect other children from harm and identify improvements needed in the agencies that came into contact with him before his death.

    Announcing the review on Sunday, the education secretary, Nadhim Zahawi, said the government would “not rest until we have the answers we need”.

    Continue reading...", - "content": "

    The review will seek answers into the circumstances which led to Arthur’s death

    The government is launching a national review into the killing of six-year-old Arthur Labinjo-Hughes to protect other children from harm and identify improvements needed in the agencies that came into contact with him before his death.

    Announcing the review on Sunday, the education secretary, Nadhim Zahawi, said the government would “not rest until we have the answers we need”.

    Continue reading...", - "category": "Child protection", - "link": "https://www.theguardian.com/society/2021/dec/05/arthur-labinjo-hughes-review-launched-into-six-year-olds", - "creator": "Jessica Murray Midlands correspondent", - "pubDate": "2021-12-05T12:00:13Z", + "title": "Virgil Abloh: Off-White designer dies at 41", + "description": "

    The fashion maverick, also creative head at Louis Vuitton, had been suffering from an aggressive form of cancer for two years

    Fashion designer Virgil Abloh has died after suffering from cancer, it has been announced.

    The 41-year-old, who was the creative director for Louis Vuitton and Off-White, had cardiac angiosarcoma, a rare, aggressive form of the disease, according to an announcement on his official Instagram page.

    Continue reading...", + "content": "

    The fashion maverick, also creative head at Louis Vuitton, had been suffering from an aggressive form of cancer for two years

    Fashion designer Virgil Abloh has died after suffering from cancer, it has been announced.

    The 41-year-old, who was the creative director for Louis Vuitton and Off-White, had cardiac angiosarcoma, a rare, aggressive form of the disease, according to an announcement on his official Instagram page.

    Continue reading...", + "category": "Virgil Abloh", + "link": "https://www.theguardian.com/fashion/2021/nov/28/virgil-abloh-off-white-designer-dies-at-41", + "creator": "Priya Elan", + "pubDate": "2021-11-28T19:24:40Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226447,16 +251800,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdc3932af3615bb98137fa0e8865248f" + "hash": "9dbaf96828b652a3312f4b1dcfac091f" }, { - "title": "Finland is the world’s happiest nation – and I want to keep it that way, says prime minister", - "description": "

    In a rare interview with foreign media, Sanna Marin says she is determined to defend human rights, despite asylum policy challenges

    Equality, a well-funded education system and a strong welfare state are the secret to the success of the world’s happiest nation, according to Finland’s prime minister.

    In a rare interview with foreign media, Sanna Marin – who briefly became the youngest world leader when she became prime minister of the Nordic nation in 2019 at the age of 34 – said Finland was committed to preserving its generous welfare state in an “environmentally sustainable way”, and saw the development and export of green technology as the key to its future prosperity.

    Continue reading...", - "content": "

    In a rare interview with foreign media, Sanna Marin says she is determined to defend human rights, despite asylum policy challenges

    Equality, a well-funded education system and a strong welfare state are the secret to the success of the world’s happiest nation, according to Finland’s prime minister.

    In a rare interview with foreign media, Sanna Marin – who briefly became the youngest world leader when she became prime minister of the Nordic nation in 2019 at the age of 34 – said Finland was committed to preserving its generous welfare state in an “environmentally sustainable way”, and saw the development and export of green technology as the key to its future prosperity.

    Continue reading...", - "category": "Finland", - "link": "https://www.theguardian.com/world/2021/dec/05/finland-is-the-worlds-happiest-nation-and-i-want-to-keep-it-that-way-says-sanna-marin", - "creator": "Alexandra Topping", - "pubDate": "2021-12-05T06:00:46Z", + "title": "‘Shocking’ that UK is moving child refugees into hotels", + "description": "

    Children’s Society criticises practice of placing unaccompanied minors in hotels with limited care

    Record numbers of unaccompanied child asylum seekers who arrived in the UK on small boats are being accommodated in four hotels along England’s south coast, a situation that the Children’s Society has described as “shocking”.

    About 250 unaccompanied children who arrived in small boats are thought to be accommodated in hotels, which Ofsted said was an unacceptable practice.

    Continue reading...", + "content": "

    Children’s Society criticises practice of placing unaccompanied minors in hotels with limited care

    Record numbers of unaccompanied child asylum seekers who arrived in the UK on small boats are being accommodated in four hotels along England’s south coast, a situation that the Children’s Society has described as “shocking”.

    About 250 unaccompanied children who arrived in small boats are thought to be accommodated in hotels, which Ofsted said was an unacceptable practice.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/nov/28/uk-child-refugees-hotels-unaccompanied-minors", + "creator": "Diane Taylor", + "pubDate": "2021-11-28T12:28:38Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226467,16 +251820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "983ef1de22dfdba9b64c2e959eebdc6c" + "hash": "f48fae141696543761abfc771ae40e6f" }, { - "title": "A gray wolf’s epic journey ends in death on a California highway", - "description": "

    OR-93 traveled further south than any wolf had in a hundred years. Even after death, he continues to inspire

    The young gray wolf who took experts and enthusiasts on a thousand-mile journey across California died last month, ending a trek that brought hope and inspiration to many during a time of ecological collapse.

    The travels of the young male through the state were a rare occurrence: he was the first wolf from Oregon’s White River pack to come to California and possibly the first gray wolf in nearly a century to be spotted so far south.

    Continue reading...", - "content": "

    OR-93 traveled further south than any wolf had in a hundred years. Even after death, he continues to inspire

    The young gray wolf who took experts and enthusiasts on a thousand-mile journey across California died last month, ending a trek that brought hope and inspiration to many during a time of ecological collapse.

    The travels of the young male through the state were a rare occurrence: he was the first wolf from Oregon’s White River pack to come to California and possibly the first gray wolf in nearly a century to be spotted so far south.

    Continue reading...", - "category": "Wildlife", - "link": "https://www.theguardian.com/environment/2021/dec/04/grey-wolf-journey-death-california-highway", - "creator": "Katharine Gammon", - "pubDate": "2021-12-05T06:00:47Z", + "title": "Iran nuclear talks to resume with world powers after five-month hiatus", + "description": "

    Expectations of salvaging 2015 deal low amid fears Iran is covertly boosting nuclear programme

    Talks between world powers and Iran on salvaging the 2015 nuclear deal will resume in Vienna on Monday after a five-month hiatus, but expectations of a breakthrough are low.

    The talks could liberate Iran from hundreds of western economic sanctions or lead to a tightening of the economic noose and the intensified threat of military attacks by Israel.

    Continue reading...", + "content": "

    Expectations of salvaging 2015 deal low amid fears Iran is covertly boosting nuclear programme

    Talks between world powers and Iran on salvaging the 2015 nuclear deal will resume in Vienna on Monday after a five-month hiatus, but expectations of a breakthrough are low.

    The talks could liberate Iran from hundreds of western economic sanctions or lead to a tightening of the economic noose and the intensified threat of military attacks by Israel.

    Continue reading...", + "category": "Iran nuclear deal", + "link": "https://www.theguardian.com/world/2021/nov/28/iran-nuclear-talks-to-resume-with-world-powers-after-five-month-hiatus", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-11-28T14:28:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226487,16 +251840,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23a73d83c135082aedb54595819036e8" + "hash": "2e3b24ab2d242d24fa9241f7f74ce163" }, { - "title": "Iran walks back all prior concessions in nuclear talks, US official says", - "description": "
    • Session was first with delegates from new Tehran government
    • Iran says aerial explosion over Natanz was air defence test

    Iran walked back all compromises made in previous talks on reviving the 2015 nuclear deal, pocketed compromises made by others and asked for more in its latest proposals, a senior US state department official told reporters on Saturday.

    Iran continues to accelerate its nuclear program in pretty provocative ways and China and Russia were taken aback at how far Iran had walked back its proposals in talks in Vienna, the official told reporters, speaking on condition of anonymity.

    Continue reading...", - "content": "
    • Session was first with delegates from new Tehran government
    • Iran says aerial explosion over Natanz was air defence test

    Iran walked back all compromises made in previous talks on reviving the 2015 nuclear deal, pocketed compromises made by others and asked for more in its latest proposals, a senior US state department official told reporters on Saturday.

    Iran continues to accelerate its nuclear program in pretty provocative ways and China and Russia were taken aback at how far Iran had walked back its proposals in talks in Vienna, the official told reporters, speaking on condition of anonymity.

    Continue reading...", - "category": "Iran nuclear deal", - "link": "https://www.theguardian.com/world/2021/dec/04/iran-concessions-nuclear-talks-us-official", - "creator": "Reuters in Vienna", - "pubDate": "2021-12-04T19:26:28Z", + "title": "Lucian Freud painting denied by artist is authenticated by experts", + "description": "

    The artist insisted he did not paint Standing Male Nude, but three specialists have concluded it is his work

    Almost 25 years ago, a Swiss art collector bought a Lucian Freud painting – a full-length male nude – at auction. He then received a call from the British artist, asking to buy it from him. The two men did not know each other, and the collector politely refused, as he liked the picture.

    Three days later, he claims he received another call from a now furious Freud who told him that, unless he sold it to him, he would deny having painted it.

    Continue reading...", + "content": "

    The artist insisted he did not paint Standing Male Nude, but three specialists have concluded it is his work

    Almost 25 years ago, a Swiss art collector bought a Lucian Freud painting – a full-length male nude – at auction. He then received a call from the British artist, asking to buy it from him. The two men did not know each other, and the collector politely refused, as he liked the picture.

    Three days later, he claims he received another call from a now furious Freud who told him that, unless he sold it to him, he would deny having painted it.

    Continue reading...", + "category": "Lucian Freud", + "link": "https://www.theguardian.com/artanddesign/2021/nov/28/lucian-freud-painting-denied-by-artist-is-authenticated-by-experts", + "creator": "Dalya Alberge", + "pubDate": "2021-11-28T07:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226507,16 +251860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "649917e227275cee34629828ce536acc" + "hash": "f910edc7ccc14a87b430767e7b37962a" }, { - "title": "Indonesia: death toll rises to 14 after eruption of Semeru volcano", - "description": "

    Dozens more were injured when the highest volcano on densely populated Java island spewed a huge cloud of ash into the air

    The death toll from the eruption of the Semeru volcano on Indonesia’s Java island has risen to 14, with nearly 100 others injured, the country’s disaster mitigation agency has said.

    Mount Semeru, the highest volcano on Indonesia’s most densely populated island of Java, spewed thick columns of ash more than 12,000 meters into the sky on Saturday, with searing gas and lava flowing down its slopes and triggering panic among people living nearby.

    Continue reading...", - "content": "

    Dozens more were injured when the highest volcano on densely populated Java island spewed a huge cloud of ash into the air

    The death toll from the eruption of the Semeru volcano on Indonesia’s Java island has risen to 14, with nearly 100 others injured, the country’s disaster mitigation agency has said.

    Mount Semeru, the highest volcano on Indonesia’s most densely populated island of Java, spewed thick columns of ash more than 12,000 meters into the sky on Saturday, with searing gas and lava flowing down its slopes and triggering panic among people living nearby.

    Continue reading...", - "category": "Volcanoes", - "link": "https://www.theguardian.com/world/2021/dec/04/indonesia-one-dead-as-semeru-volcano-spews-huge-ash-cloud", - "creator": "Agencies", - "pubDate": "2021-12-05T02:49:39Z", + "title": "Brexit leaves EU-bound Christmas presents out in the cold", + "description": "

    An increase in red tape and charges means headaches for those sending gifts to Europe

    People preparing to send Christmas parcels to family and friends in Europe face being caught out by post-Brexit red tape and charges that threaten to take some of the joy out of gift-giving.

    A warning has also been sounded that some of those who have sent gifts to the EU this year have encountered problems ranging from delays and unexpected charges to items going missing.

    Continue reading...", + "content": "

    An increase in red tape and charges means headaches for those sending gifts to Europe

    People preparing to send Christmas parcels to family and friends in Europe face being caught out by post-Brexit red tape and charges that threaten to take some of the joy out of gift-giving.

    A warning has also been sounded that some of those who have sent gifts to the EU this year have encountered problems ranging from delays and unexpected charges to items going missing.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2021/nov/28/brexit-leaves-eu-bound-christmas-presents-out-in-the-cold", + "creator": "Rupert Jones", + "pubDate": "2021-11-28T10:45:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226527,16 +251880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e2f942b8d71a9a04dfb20d336be0e27" + "hash": "0ede481d1bae7b9d2deebf613b1cad06" }, { - "title": "Biden responds to claim Trump tested positive for Covid days before their debate – video", - "description": "

    Biden was questioned by a reporter over a claim in a book by Trump's last chief of staff that the ex-president had tested positive for Covid-19 three days before the first 2020 presidential debate. When asked whether he thought Trump had put him at risk, Biden said: 'I don’t think about the former president'

    Continue reading...", - "content": "

    Biden was questioned by a reporter over a claim in a book by Trump's last chief of staff that the ex-president had tested positive for Covid-19 three days before the first 2020 presidential debate. When asked whether he thought Trump had put him at risk, Biden said: 'I don’t think about the former president'

    Continue reading...", - "category": "Donald Trump", - "link": "https://www.theguardian.com/us-news/video/2021/dec/01/biden-responds-to-claim-trump-tested-positive-for-covid-days-before-their-debate-video", - "creator": "", - "pubDate": "2021-12-01T20:24:35Z", + "title": "Czech president swears in Petr Fiala as PM behind glass screen", + "description": "

    Milos Zeman performs inauguration ceremony from cubicle after testing positive for coronavirus

    The Czech president, Milos Zeman, has appointed the leader of a centre-right alliance, Petr Fiala, as prime minister in a ceremony he performed from a plexiglass cubicle after testing positive for Covid-19.

    Fiala leads a bloc of five centre and centre-right opposition parties that won an election in October, ousting the incumbent Andrej Babiš and his allies.

    Continue reading...", + "content": "

    Milos Zeman performs inauguration ceremony from cubicle after testing positive for coronavirus

    The Czech president, Milos Zeman, has appointed the leader of a centre-right alliance, Petr Fiala, as prime minister in a ceremony he performed from a plexiglass cubicle after testing positive for Covid-19.

    Fiala leads a bloc of five centre and centre-right opposition parties that won an election in October, ousting the incumbent Andrej Babiš and his allies.

    Continue reading...", + "category": "Czech Republic", + "link": "https://www.theguardian.com/world/2021/nov/28/czech-president-swears-in-petr-fiala-as-new-pm-behind-glass-screen", + "creator": "Reuters in Prague", + "pubDate": "2021-11-28T13:50:37Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226547,36 +251900,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "91119d3dedd3098f0c2725c906f6e9da" + "hash": "f5a270c7cb9abd22cffd45338319e24a" }, { - "title": "UK’s progress on Covid now squandered, warns top scientist", - "description": "

    Sir Jeremy Farrar, director of Wellcome Trust, suggests emergence of Omicron variant means pandemic is far from over

    The emergence of the Omicron variant shows that the world is “closer to the start of the pandemic than the end”, one of Britain’s most senior scientific figures has warned, as he lamented a lack of political leadership over Covid.

    Sir Jeremy Farrar, the director of the Wellcome Trust who stepped down as a government scientific adviser last month, said the progress in combatting Covid-19 since its emergence was “being squandered”.

    Continue reading...", - "content": "

    Sir Jeremy Farrar, director of Wellcome Trust, suggests emergence of Omicron variant means pandemic is far from over

    The emergence of the Omicron variant shows that the world is “closer to the start of the pandemic than the end”, one of Britain’s most senior scientific figures has warned, as he lamented a lack of political leadership over Covid.

    Sir Jeremy Farrar, the director of the Wellcome Trust who stepped down as a government scientific adviser last month, said the progress in combatting Covid-19 since its emergence was “being squandered”.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/04/uks-progress-on-covid-now-squandered-warns-top-scientist", - "creator": "Michael Savage, Robin McKie", - "pubDate": "2021-12-05T01:19:05Z", + "title": "A new German era dawns, but collisions lie in wait for coalition", + "description": "

    The ‘traffic light’ parties all want progress but have different ideas about what that means on business and green issues

    In Unterleuten, a bestselling novel by the German novelist Juli Zeh, the inhabitants of a village outside Berlin are shocked to find out that a plot of land on their doorstep has been earmarked for a gigantic wind farm.

    One of the characters, a birdwatcher called Gerhard Fliess, knows what to do: he calls an old friend at the local environment ministry to remind him that the countryside around Unterleuten is the habitat of an endangered species of sandpiper. Surely that will halt the bulldozers.

    Continue reading...", + "content": "

    The ‘traffic light’ parties all want progress but have different ideas about what that means on business and green issues

    In Unterleuten, a bestselling novel by the German novelist Juli Zeh, the inhabitants of a village outside Berlin are shocked to find out that a plot of land on their doorstep has been earmarked for a gigantic wind farm.

    One of the characters, a birdwatcher called Gerhard Fliess, knows what to do: he calls an old friend at the local environment ministry to remind him that the countryside around Unterleuten is the habitat of an endangered species of sandpiper. Surely that will halt the bulldozers.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/nov/28/a-new-german-era-dawns-but-collisions-lie-in-wait-for-coalition", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-11-28T10:00:23Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd63728a9798053291e8ced88274238a" + "hash": "eb28e335eba34f3df477c5f18bce6fe2" }, { - "title": "Nagaland killings: rioting as Indian security forces shoot dozen civilians", - "description": "

    Villagers burn army vehicles after coalminers were mistaken for insurgents, with Indian home minister promising full investigation

    Angry villagers who set fire to army vehicles are among more than a dozen civilians killed by soldiers in India’s remote north-east region along the border with Myanmar.

    An army officer said the soldiers fired at a truck, killing six people, after receiving intelligence about a movement of insurgents in the area. As villagers reacted by burning two army vehicles, the soldiers fired at them, killing seven more people, the officer said, adding that one soldier was also killed in the clash.

    Continue reading...", - "content": "

    Villagers burn army vehicles after coalminers were mistaken for insurgents, with Indian home minister promising full investigation

    Angry villagers who set fire to army vehicles are among more than a dozen civilians killed by soldiers in India’s remote north-east region along the border with Myanmar.

    An army officer said the soldiers fired at a truck, killing six people, after receiving intelligence about a movement of insurgents in the area. As villagers reacted by burning two army vehicles, the soldiers fired at them, killing seven more people, the officer said, adding that one soldier was also killed in the clash.

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/2021/dec/05/nagaland-killings-india-security-forces-shot-civilians-mistaken-for-militants", - "creator": "Staff and agencies", - "pubDate": "2021-12-05T06:14:58Z", + "title": "Swiss voters back law behind Covid vaccine certificate", + "description": "

    After tense campaign, early results show about two-thirds in favour of law giving legal basis for Covid pass

    Swiss voters have firmly backed the law behind the country’s Covid pass in a referendum, following a tense campaign that saw unprecedented levels of hostility.

    Early results on Sunday showed about two-thirds of voters supported the law, with market researchers GFS Bern projecting 63% backing.

    Continue reading...", + "content": "

    After tense campaign, early results show about two-thirds in favour of law giving legal basis for Covid pass

    Swiss voters have firmly backed the law behind the country’s Covid pass in a referendum, following a tense campaign that saw unprecedented levels of hostility.

    Early results on Sunday showed about two-thirds of voters supported the law, with market researchers GFS Bern projecting 63% backing.

    Continue reading...", + "category": "Switzerland", + "link": "https://www.theguardian.com/world/2021/nov/28/tensions-swiss-vote-covid-vaccine-certificate-law", + "creator": "Agence France-Presse in Geneva", + "pubDate": "2021-11-28T15:21:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226587,16 +251940,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0de319edf44bfc8ef3cea2bb74e4fee" + "hash": "923d6a5eb489e1552cdfc3d1df85da45" }, { - "title": "Don’t be fooled by deceitful parents, top child expert warns social workers", - "description": "

    Professionals urged to be more sceptical and ready to remove at-risk children after death of Arthur Labinjo-Hughes

    Social workers need to be more sceptical and decisive when confronted by “manipulative and deceitful” parents, one of the UK’s leading child protection experts has urged following the torture and killing of Arthur Labinjo-Hughes at the hands of his stepmother and father.

    Martin Narey, a former head of children’s charity Barnardo’s and senior government adviser, said social services should view potentially abusive parents “more critically” and not shy away from taking children into care.

    Continue reading...", - "content": "

    Professionals urged to be more sceptical and ready to remove at-risk children after death of Arthur Labinjo-Hughes

    Social workers need to be more sceptical and decisive when confronted by “manipulative and deceitful” parents, one of the UK’s leading child protection experts has urged following the torture and killing of Arthur Labinjo-Hughes at the hands of his stepmother and father.

    Martin Narey, a former head of children’s charity Barnardo’s and senior government adviser, said social services should view potentially abusive parents “more critically” and not shy away from taking children into care.

    Continue reading...", - "category": "Child protection", - "link": "https://www.theguardian.com/society/2021/dec/05/dont-be-fooled-by-deceitful-parents-top-child-expert-warns-social-workers", - "creator": "Mark Townsend", - "pubDate": "2021-12-05T08:15:49Z", + "title": "How bad will the Omicron Covid variant be in Britain? Three things will tell us | Devi Sridhar", + "description": "

    A new variant identified in southern Africa is causing global panic – but its real impact will be shown by the data scientists are racing to establish

    Omicron, the name of the new Covid-19 variant that is sending worrying signals from southern Africa, sounds like something from Transformers. It has caused panic across the world, among governments, the public and the stock markets. After adding a number of southern African countries to the red list, the UK government has reimposed mandatory masks in England from Tuesday, and will require anyone travelling to the country from abroad to take a PCR test. Omicron is probably the first variant to have scientists worried since Delta became the predominant strain in every country last summer. But how bad it is? What does it mean for future lockdowns – and future deaths?

    Scientists are waiting on three pieces of data before they will be able to tell what effect this new variant will have over the next six to 12 months. The first is how infectious Omicron is. Can it outcompete Delta? Earlier this year we saw another worrying variant, Beta, that luckily faded away as a result of a selective advantage in Delta that allowed it to transmit faster between people. Limited data from South Africa shows that Omicron is very infectious, but whether it will become the predominant strain remains to be seen.

    Prof Devi Sridhar is chair of global public health at the University of Edinburgh

    Continue reading...", + "content": "

    A new variant identified in southern Africa is causing global panic – but its real impact will be shown by the data scientists are racing to establish

    Omicron, the name of the new Covid-19 variant that is sending worrying signals from southern Africa, sounds like something from Transformers. It has caused panic across the world, among governments, the public and the stock markets. After adding a number of southern African countries to the red list, the UK government has reimposed mandatory masks in England from Tuesday, and will require anyone travelling to the country from abroad to take a PCR test. Omicron is probably the first variant to have scientists worried since Delta became the predominant strain in every country last summer. But how bad it is? What does it mean for future lockdowns – and future deaths?

    Scientists are waiting on three pieces of data before they will be able to tell what effect this new variant will have over the next six to 12 months. The first is how infectious Omicron is. Can it outcompete Delta? Earlier this year we saw another worrying variant, Beta, that luckily faded away as a result of a selective advantage in Delta that allowed it to transmit faster between people. Limited data from South Africa shows that Omicron is very infectious, but whether it will become the predominant strain remains to be seen.

    Prof Devi Sridhar is chair of global public health at the University of Edinburgh

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/commentisfree/2021/nov/28/omicron-covid-variant-britain-southern-africa", + "creator": "Devi Sridhar", + "pubDate": "2021-11-28T15:40:29Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226607,16 +251960,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "649e00d865bd69737c5035ed55cf3dfc" + "hash": "8bf2086756572083cfdb40c1918075ca" }, { - "title": "Rio Tinto lithium mine: thousands of protesters block roads across Serbia", - "description": "

    Crowds chanted slogans condemning government of Aleksandar Vučić, which backs planned Anglo-Australian $2.4bn mine

    Thousands of demonstrators blocked major roads across Serbia on Saturday as anger swelled over a government-backed plan to allow mining company Rio Tinto to extract lithium.

    In the capital, Belgrade, protesters swarmed a major highway and bridge linking the city to outlying suburbs as the crowd chanted anti-government slogans while some held signs criticising the mining project.

    Continue reading...", - "content": "

    Crowds chanted slogans condemning government of Aleksandar Vučić, which backs planned Anglo-Australian $2.4bn mine

    Thousands of demonstrators blocked major roads across Serbia on Saturday as anger swelled over a government-backed plan to allow mining company Rio Tinto to extract lithium.

    In the capital, Belgrade, protesters swarmed a major highway and bridge linking the city to outlying suburbs as the crowd chanted anti-government slogans while some held signs criticising the mining project.

    Continue reading...", - "category": "Serbia", - "link": "https://www.theguardian.com/world/2021/dec/05/rio-tinto-lithium-mine-thousands-of-protesters-block-roads-across-serbia", - "creator": "Agence France-Presse", - "pubDate": "2021-12-05T01:55:52Z", + "title": "Travel firms scramble to rearrange holidays amid new Covid measures", + "description": "

    Swiss skiing holidays in doubt as country joins Spain in tightening travel rules to contain Omicron variant

    Tour operators are scrambling to rearrange Swiss skiing holidays after the country joined Spain in tightening travel restrictions amid rising concerns about the spread of the new Omicron Covid variant.

    From Saturday night, Switzerland mandated 10 days of quarantine for all new arrivals, in effect wrecking skiing holidays in the Swiss Alps until further notice. Travel firms are also wrestling with Spain’s ban on non-vaccinated arrivals that will affect British holidaymakers from Wednesday 1 December.

    Continue reading...", + "content": "

    Swiss skiing holidays in doubt as country joins Spain in tightening travel rules to contain Omicron variant

    Tour operators are scrambling to rearrange Swiss skiing holidays after the country joined Spain in tightening travel restrictions amid rising concerns about the spread of the new Omicron Covid variant.

    From Saturday night, Switzerland mandated 10 days of quarantine for all new arrivals, in effect wrecking skiing holidays in the Swiss Alps until further notice. Travel firms are also wrestling with Spain’s ban on non-vaccinated arrivals that will affect British holidaymakers from Wednesday 1 December.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/28/travel-firms-scramble-to-rearrange-holidays-amid-new-covid-measures", + "creator": "Robert Booth, Sam Jones and Lisa O'Carroll", + "pubDate": "2021-11-28T15:29:39Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226627,16 +251980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb9a7b7580baca37cf564cdbc573c0e7" + "hash": "04d4991452b4ff9491d826dba32ffd13" }, { - "title": "Indonesia: death toll rises to 13 after eruption of Semeru volcano", - "description": "

    Dozens more were injured when the highest volcano on densely populated Java island spewed a huge cloud of ash into the air

    The death toll from the eruption of the Semeru volcano on Indonesia’s Java island has risen to 13, with nearly 100 others injured, the country’s disaster mitigation agency has said.

    Mount Semeru, the highest volcano on Indonesia’s most densely populated island of Java, spewed thick columns of ash more than 12,000 meters into the sky on Saturday, with searing gas and lava flowing down its slopes and triggering panic among people living nearby.

    Continue reading...", - "content": "

    Dozens more were injured when the highest volcano on densely populated Java island spewed a huge cloud of ash into the air

    The death toll from the eruption of the Semeru volcano on Indonesia’s Java island has risen to 13, with nearly 100 others injured, the country’s disaster mitigation agency has said.

    Mount Semeru, the highest volcano on Indonesia’s most densely populated island of Java, spewed thick columns of ash more than 12,000 meters into the sky on Saturday, with searing gas and lava flowing down its slopes and triggering panic among people living nearby.

    Continue reading...", - "category": "Volcanoes", - "link": "https://www.theguardian.com/world/2021/dec/04/indonesia-one-dead-as-semeru-volcano-spews-huge-ash-cloud", - "creator": "Agencies", - "pubDate": "2021-12-05T02:49:39Z", + "title": "Fauci: US could face ‘fifth wave’ of Covid as Omicron variant nears", + "description": "
    • Collins and Fauci emphasise need for vaccines and boosters
    • Warning that variant shows signs of heightened transmissibility
    • Coronavirus: live coverage

    Joe Biden’s chief medical adviser, Anthony Fauci, said on Sunday the US has “the potential to go into a fifth wave” of coronavirus infections amid rising cases and stagnating vaccination rates. He also warned that the newly discovered Omicron variant shows signs of heightened transmissibility.

    As Fauci toured the US political talkshows, countries around the world including the US scrambled to guard against Omicron, which has stoked fears of vaccine resistance.

    Continue reading...", + "content": "
    • Collins and Fauci emphasise need for vaccines and boosters
    • Warning that variant shows signs of heightened transmissibility
    • Coronavirus: live coverage

    Joe Biden’s chief medical adviser, Anthony Fauci, said on Sunday the US has “the potential to go into a fifth wave” of coronavirus infections amid rising cases and stagnating vaccination rates. He also warned that the newly discovered Omicron variant shows signs of heightened transmissibility.

    As Fauci toured the US political talkshows, countries around the world including the US scrambled to guard against Omicron, which has stoked fears of vaccine resistance.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/28/us-covid-omicron-variant-fifth-wave-fauci", + "creator": "Victoria Bekiempis in New York", + "pubDate": "2021-11-28T17:42:47Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226647,16 +252000,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "238b2438809589280a05cb467e086efe" + "hash": "02c3261d2666e7e45854af11dd29e634" }, { - "title": "Michigan shooting: suspect’s parents held on $1m bond after capture", - "description": "

    James and Jennifer Crumbley, who face manslaughter charges, entered not guilty pleas after being found hiding in a warehouse

    A judge imposed a combined $1m bond on Saturday for the parents of the Michigan teen charged with killing four students at Oxford high school this week, hours after police said they were caught hiding in a commercial building.

    James and Jennifer Crumbley entered not guilty pleas to each of the four involuntary manslaughter counts against them during a hearing held on Zoom.

    Continue reading...", - "content": "

    James and Jennifer Crumbley, who face manslaughter charges, entered not guilty pleas after being found hiding in a warehouse

    A judge imposed a combined $1m bond on Saturday for the parents of the Michigan teen charged with killing four students at Oxford high school this week, hours after police said they were caught hiding in a commercial building.

    James and Jennifer Crumbley entered not guilty pleas to each of the four involuntary manslaughter counts against them during a hearing held on Zoom.

    Continue reading...", - "category": "Michigan", - "link": "https://www.theguardian.com/us-news/2021/dec/04/michigan-shooting-suspects-parents-held-on-1m-bond-james-jennifer-crumbley", - "creator": "Associated Press in Pontiac, Michigan", - "pubDate": "2021-12-04T15:26:51Z", + "title": "The world is watching: TV hits around the globe", + "description": "

    A Spanish trans woman’s memoirs, a Mumbai gangster drama, Israeli sisters in trouble… the Covid era is a rich moment for TV drama. Critics from Spain to South Korea tell us about the biggest shows in their countries

    Continue reading...", + "content": "

    A Spanish trans woman’s memoirs, a Mumbai gangster drama, Israeli sisters in trouble… the Covid era is a rich moment for TV drama. Critics from Spain to South Korea tell us about the biggest shows in their countries

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/nov/28/the-world-is-watching-tv-hits-around-the-globe", + "creator": "Killian Fox", + "pubDate": "2021-11-28T11:00:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226667,16 +252020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1336dc2cb5d521e79ba42b4203398534" + "hash": "89e3529aef4d0c666bde562cb1096c8e" }, { - "title": "Johnson faces trust crisis as sleaze shatters faith in MPs", - "description": "

    Poll reveals huge public cynicism, with just 5% of respondents believing politicians work for public good

    Trust in politicians to act in the national interest rather than for themselves has fallen dramatically since Boris Johnson became prime minister, according to figures contained in a disturbing new study into the state of British democracy.

    The polling data from YouGov for the Institute of Public Policy Research (IPPR) shows a particularly sharp fall in trust in the few weeks since the Owen Paterson scandal triggered a rash of Tory sleaze scandals.

    Continue reading...", - "content": "

    Poll reveals huge public cynicism, with just 5% of respondents believing politicians work for public good

    Trust in politicians to act in the national interest rather than for themselves has fallen dramatically since Boris Johnson became prime minister, according to figures contained in a disturbing new study into the state of British democracy.

    The polling data from YouGov for the Institute of Public Policy Research (IPPR) shows a particularly sharp fall in trust in the few weeks since the Owen Paterson scandal triggered a rash of Tory sleaze scandals.

    Continue reading...", - "category": "Conservatives", - "link": "https://www.theguardian.com/politics/2021/dec/04/johnson-faces-trust-crisis-as-sleaze-shatters-faith-in-mps", - "creator": "Toby Helm and Michael Savage", - "pubDate": "2021-12-04T21:00:36Z", + "title": "‘He’s missing’: anxious wait in Calais camps for news on Channel victims", + "description": "

    In northern France, friends and relatives of those who died in the tragic crossing on Wednesday are desperate for answers

    On Saturday Gharib Ahmed spent five hours outside the police station in Calais, desperately waiting for news. “It was so cold. There was no answer,” he said. Ahmed was seeking confirmation that his brother-in-law Twana Mamand was one of 27 people who died in the Channel on Wednesday after the flimsy dinghy taking them to the UK sank. “I want to see his body. I have to understand,” Ahmed told the Guardian.

    Relatives of the mostly Iraqi Kurds who perished in the world’s busiest shipping lane spent the weekend in a state of anxiety and confusion. Ahmed said he last heard from his brother-in-law at 3am on Wednesday, around the time Twana set off in darkness from a beach near Dunkirk. After two days of silence, Ahmed travelled with his wife, Kale Mamand – Twana’s sister – from their home in London to northern France, arriving on Friday night.

    Continue reading...", + "content": "

    In northern France, friends and relatives of those who died in the tragic crossing on Wednesday are desperate for answers

    On Saturday Gharib Ahmed spent five hours outside the police station in Calais, desperately waiting for news. “It was so cold. There was no answer,” he said. Ahmed was seeking confirmation that his brother-in-law Twana Mamand was one of 27 people who died in the Channel on Wednesday after the flimsy dinghy taking them to the UK sank. “I want to see his body. I have to understand,” Ahmed told the Guardian.

    Relatives of the mostly Iraqi Kurds who perished in the world’s busiest shipping lane spent the weekend in a state of anxiety and confusion. Ahmed said he last heard from his brother-in-law at 3am on Wednesday, around the time Twana set off in darkness from a beach near Dunkirk. After two days of silence, Ahmed travelled with his wife, Kale Mamand – Twana’s sister – from their home in London to northern France, arriving on Friday night.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/nov/28/anxious-wait-in-calais-camps-for-news-on-channel-victims", + "creator": "Luke Harding in Calais", + "pubDate": "2021-11-28T16:56:14Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226687,16 +252040,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9f9aa2fd217ebd0b399ce68f2971d06" + "hash": "ceaf412e36212c2cf1906f65d40f8a7b" }, { - "title": "‘Wall of secrecy’ in Pfizer contracts as company accused of profiteering", - "description": "

    US company faces scrutiny over Covid profits after UK agrees to secrecy clause

    Ministers have agreed a secrecy clause in any dispute with the drugs manufacturer Pfizer over Britain’s Covid vaccine supply. Large portions of the government’s contracts with the company over the supply of 189m vaccine doses have been redacted and any arbitration proceedings will be kept secret.

    The revelation comes as Pfizer is accused by a former senior US health official of “war profiteering’’ during the pandemic. In a Channel 4 Dispatches investigation to be broadcast this week, Tom Frieden, who was director of the US Centers for Disease Control and Prevention under Barack Obama, said: “If you’re just focusing on maximising your profits and you’re a vaccine manufacturer … you are war profiteering.”

    Continue reading...", - "content": "

    US company faces scrutiny over Covid profits after UK agrees to secrecy clause

    Ministers have agreed a secrecy clause in any dispute with the drugs manufacturer Pfizer over Britain’s Covid vaccine supply. Large portions of the government’s contracts with the company over the supply of 189m vaccine doses have been redacted and any arbitration proceedings will be kept secret.

    The revelation comes as Pfizer is accused by a former senior US health official of “war profiteering’’ during the pandemic. In a Channel 4 Dispatches investigation to be broadcast this week, Tom Frieden, who was director of the US Centers for Disease Control and Prevention under Barack Obama, said: “If you’re just focusing on maximising your profits and you’re a vaccine manufacturer … you are war profiteering.”

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/05/wall-of-secrecy-in-pfizer-contracts-as-company-accused-of-profiteering", - "creator": "Jon Ungoed-Thomas", - "pubDate": "2021-12-05T06:30:47Z", + "title": "Dancer, singer … spy: France’s Panthéon to honour Josephine Baker", + "description": "

    The performer will be the first Black woman to enter the mausoleum, in recognition of her wartime work

    In November 1940, two passengers boarded a train in Toulouse headed for Madrid, then onward to Lisbon. One was a striking Black woman in expensive furs; the other purportedly her secretary, a blonde Frenchman with moustache and thick glasses.

    Josephine Baker, toast of Paris, the world’s first Black female superstar, one of its most photographed women and Europe’s highest-paid entertainer, was travelling, openly and in her habitual style, as herself – but she was playing a brand new role.

    Continue reading...", + "content": "

    The performer will be the first Black woman to enter the mausoleum, in recognition of her wartime work

    In November 1940, two passengers boarded a train in Toulouse headed for Madrid, then onward to Lisbon. One was a striking Black woman in expensive furs; the other purportedly her secretary, a blonde Frenchman with moustache and thick glasses.

    Josephine Baker, toast of Paris, the world’s first Black female superstar, one of its most photographed women and Europe’s highest-paid entertainer, was travelling, openly and in her habitual style, as herself – but she was playing a brand new role.

    Continue reading...", + "category": "Espionage", + "link": "https://www.theguardian.com/world/2021/nov/28/dancer-singer-spy-frances-pantheon-to-honour-josephine-baker", + "creator": "Jon Henleyin Paris", + "pubDate": "2021-11-28T14:09:32Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226707,16 +252060,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "042bbcb92fdba3b8583f6157e1e38279" + "hash": "41a6fc451b0467e3c93c04b796dbac79" }, { - "title": "Covid antiviral pill molnupiravir/Lagevrio set for UK at-home trials", - "description": "

    People most vulnerable to Omicron would reportedly be offered experimental pill within 48 hours of testing positive

    The first at-home treatment for Covid-19 could reportedly be offered to UK patients before Christmas as an attempt to protect the most vulnerable from the Omicron variant.

    The Sunday Telegraph reported that Sajid Javid is set to launch a national pilot of the Molnupiravir antiviral pill, marketed as Lagevrio.

    Continue reading...", - "content": "

    People most vulnerable to Omicron would reportedly be offered experimental pill within 48 hours of testing positive

    The first at-home treatment for Covid-19 could reportedly be offered to UK patients before Christmas as an attempt to protect the most vulnerable from the Omicron variant.

    The Sunday Telegraph reported that Sajid Javid is set to launch a national pilot of the Molnupiravir antiviral pill, marketed as Lagevrio.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/05/covid-antiviral-pill-molnupiravirlagevrio-set-for-uk-at-home-trials", - "creator": "Press Association", - "pubDate": "2021-12-05T01:43:08Z", + "title": "‘Unapologetically truthful and unapologetically Blak’: Australia bows down to Barkaa", + "description": "

    After overcoming personal tragedy, the rapper has clawed her way back – with a politically potent debut EP dedicated to First Nations women

    Baarka didn’t come to mess around. Born Chloe Quayle, the 26-year-old rapper was a former teenage ice addict who did three stints in jail – during her last, five years ago, she gave birth to her third child.

    Now the Malyangapa Barkindji woman has clawed her way back from what she describes as “the pits of hell” and is on the verge of releasing her debut EP, Blak Matriarchy, through Briggs’ Bad Apples Music. She has been celebrated by GQ as “the new matriarch of Australian rap”; and has her face plastered on billboards across New York, Los Angeles and London as part of YouTube’s Black Voices Music Class of 2022. (“I nearly fainted when I saw [pictures of it],” Barkaa says when we meet over Zoom. “The amount of pride that came from my family and my community ... It was a huge honour.”)

    Continue reading...", + "content": "

    After overcoming personal tragedy, the rapper has clawed her way back – with a politically potent debut EP dedicated to First Nations women

    Baarka didn’t come to mess around. Born Chloe Quayle, the 26-year-old rapper was a former teenage ice addict who did three stints in jail – during her last, five years ago, she gave birth to her third child.

    Now the Malyangapa Barkindji woman has clawed her way back from what she describes as “the pits of hell” and is on the verge of releasing her debut EP, Blak Matriarchy, through Briggs’ Bad Apples Music. She has been celebrated by GQ as “the new matriarch of Australian rap”; and has her face plastered on billboards across New York, Los Angeles and London as part of YouTube’s Black Voices Music Class of 2022. (“I nearly fainted when I saw [pictures of it],” Barkaa says when we meet over Zoom. “The amount of pride that came from my family and my community ... It was a huge honour.”)

    Continue reading...", + "category": "Rap", + "link": "https://www.theguardian.com/music/2021/nov/29/unapologetically-truthful-and-unapologetically-blak-australia-bows-down-to-barkaa", + "creator": "Janine Israel", + "pubDate": "2021-11-28T16:30:31Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226727,16 +252080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aca126d7a89b2533e2fd5f6c0f1f5398" + "hash": "2ac3cfa172a2bafcaa1146f81d9f6dfe" }, { - "title": "We’re in our 70s and he’s perfect – except he doesn’t want sex…", - "description": "

    A compatible friend needs treasuring. You might need to look elsewhere for sex

    The question I met Tom online. We have now been dating for nearly two years, sometimes on Zoom as we live three hours away from each other. This is long-term relationship potential – except, from my side, for one thing.

    I am a deeply sexually alive person. Sex is an immense joy to me. Not only the explicit physical acts of it, but also the sharing, the play, all the openness and openheartedness. Tom is divorced and I suspect has not had much sexual experience. I think he is sexually repressed. I have always been open with him about wanting our relationship to become fully sexual. It never has been.

    Continue reading...", - "content": "

    A compatible friend needs treasuring. You might need to look elsewhere for sex

    The question I met Tom online. We have now been dating for nearly two years, sometimes on Zoom as we live three hours away from each other. This is long-term relationship potential – except, from my side, for one thing.

    I am a deeply sexually alive person. Sex is an immense joy to me. Not only the explicit physical acts of it, but also the sharing, the play, all the openness and openheartedness. Tom is divorced and I suspect has not had much sexual experience. I think he is sexually repressed. I have always been open with him about wanting our relationship to become fully sexual. It never has been.

    Continue reading...", - "category": "Relationships", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/05/were-in-our-70s-and-hes-perfect-except-he-doesnt-want-sex", - "creator": "Philippa Perry", - "pubDate": "2021-12-05T06:00:48Z", + "title": "Readers reply: which monarchs would have lived longer if modern medicine had been available?", + "description": "

    The long-running series in which readers answer other readers’ questions on subjects ranging from trivial flights of fancy to profound scientific and philosophical concepts

    Which British monarchs would have survived their illness or wounding if today’s medical knowledge had existed then? (Bonus question: which monarchs would we have had but for illnesses that are now easily preventable?) Jane Shaw

    Send new questions to nq@theguardian.com.

    Continue reading...", + "content": "

    The long-running series in which readers answer other readers’ questions on subjects ranging from trivial flights of fancy to profound scientific and philosophical concepts

    Which British monarchs would have survived their illness or wounding if today’s medical knowledge had existed then? (Bonus question: which monarchs would we have had but for illnesses that are now easily preventable?) Jane Shaw

    Send new questions to nq@theguardian.com.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/nov/28/readers-reply-which-monarchs-would-have-lived-longer-if-modern-medicine-had-been-available", + "creator": "", + "pubDate": "2021-11-28T14:00:28Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226747,16 +252100,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f205d94d683cd1781a635542407b61d" + "hash": "0594086961347f4f43ce14554308ba1d" }, { - "title": "My role in clearing the man wrongly convicted for rape of Alice Sebold", - "description": "

    Why didn’t the writer, the US justice system and the media ask more questions given the miscarriage of justice, asks the film producer whose investigation led to exoneration of Anthony Broadwater

     Anthony Broadwater, a 61-year-old resident of Syracuse, New York state, and former marine, was exonerated last week of the brutal rape, assault and robbery of best-selling author Alice Sebold. He was convicted in 1982.

    Sebold was savagely attacked while walking home from a friend’s house late one night. Five months later, Sebold said she saw her attacker in Syracuse town centre.

    Continue reading...", - "content": "

    Why didn’t the writer, the US justice system and the media ask more questions given the miscarriage of justice, asks the film producer whose investigation led to exoneration of Anthony Broadwater

     Anthony Broadwater, a 61-year-old resident of Syracuse, New York state, and former marine, was exonerated last week of the brutal rape, assault and robbery of best-selling author Alice Sebold. He was convicted in 1982.

    Sebold was savagely attacked while walking home from a friend’s house late one night. Five months later, Sebold said she saw her attacker in Syracuse town centre.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/global/2021/dec/05/my-role-in-clearing-the-man-wrongly-convicted-for-of-alice-sebold", - "creator": "Timonthy Mucciante", - "pubDate": "2021-12-05T07:02:47Z", + "title": "Israel seals borders and Morocco bans flights as Omicron Covid fears rise", + "description": "

    Red-listing of 50 African countries and use of phone monitoring technology among measures approved by Israel

    Israel is barring entry to all foreign nationals and Morocco is suspending all incoming flights for two weeks, in the two most drastic of travel restrictions imposed by countries around the world in an attempt to slow the spread of the new Omicron variant of coronavirus.

    Israel’s coronavirus cabinet has authorised a series of measures including banning entry by foreigners, red-listing travel to 50 African countries, and making quarantine mandatory for all Israelis arriving from abroad. The entry ban is expected to come into effect at midnight local time (10pm GMT) on Sunday.

    Continue reading...", + "content": "

    Red-listing of 50 African countries and use of phone monitoring technology among measures approved by Israel

    Israel is barring entry to all foreign nationals and Morocco is suspending all incoming flights for two weeks, in the two most drastic of travel restrictions imposed by countries around the world in an attempt to slow the spread of the new Omicron variant of coronavirus.

    Israel’s coronavirus cabinet has authorised a series of measures including banning entry by foreigners, red-listing travel to 50 African countries, and making quarantine mandatory for all Israelis arriving from abroad. The entry ban is expected to come into effect at midnight local time (10pm GMT) on Sunday.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/28/coronavirus-new-restrictions-omicron-israel", + "creator": "Jennifer Rankin and agencies", + "pubDate": "2021-11-28T19:13:46Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226767,16 +252120,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d93f594ec8f8e2845042a28fd96db14" + "hash": "17166a9d86b9e106a86087f39663d3c6" }, { - "title": "Sunday with Claudia Schiffer: ‘Wine, cheese and a game of cards is my winter favourite’", - "description": "

    The model and actor cooks apple pancakes or else pasta bolognese, stares at the clouds, walks the dogs, enjoys a calm family day

    What does Sunday feel like? Calmness. I wake up naturally, no alarm. Monday to Friday, I’m up at 7am to make breakfast and do the school run. We live in the English countryside: rolling hills, fields, farmland. I love being surrounded by nature. Even when it’s raining I just watch the clouds.

    Do you cook? We normally have a long brunch with local produce – I like making my mother’s apple pancakes. That and pasta bolognese are about the only things I can cook. Drinking is seasonal: summer is perfect for a rosé; red wine, cheese and a game of cards is my absolute favourite winter afternoon.

    Continue reading...", - "content": "

    The model and actor cooks apple pancakes or else pasta bolognese, stares at the clouds, walks the dogs, enjoys a calm family day

    What does Sunday feel like? Calmness. I wake up naturally, no alarm. Monday to Friday, I’m up at 7am to make breakfast and do the school run. We live in the English countryside: rolling hills, fields, farmland. I love being surrounded by nature. Even when it’s raining I just watch the clouds.

    Do you cook? We normally have a long brunch with local produce – I like making my mother’s apple pancakes. That and pasta bolognese are about the only things I can cook. Drinking is seasonal: summer is perfect for a rosé; red wine, cheese and a game of cards is my absolute favourite winter afternoon.

    Continue reading...", - "category": "Sunday with…", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/05/sunday-with-claudia-schiffer-wine-cheese-and-cards-is-my-winter-favourite-", - "creator": "Michael Segalov", - "pubDate": "2021-12-05T06:41:55Z", + "title": "Michael Cohen: prosecutors could ‘indict Trump tomorrow’ if they wanted", + "description": "

    New York investigation of Trump Organization is one of a number of sources of legal jeopardy for the former president

    Prosecutors in New York could “indict Donald Trump tomorrow if they really wanted and be successful”, the ex-president’s former lawyer and fixer Michael Cohen said on Sunday, discussing investigations of Trump’s business affairs.

    Asked if he was “confident you did help Donald Trump commit crimes”, Cohen told NBC’s Meet the Press: “I can assure you that Donald Trump is guilty of his own crimes. Was I involved in much of the inflation and deflation of his assets? The answer to that is yes.”

    Continue reading...", + "content": "

    New York investigation of Trump Organization is one of a number of sources of legal jeopardy for the former president

    Prosecutors in New York could “indict Donald Trump tomorrow if they really wanted and be successful”, the ex-president’s former lawyer and fixer Michael Cohen said on Sunday, discussing investigations of Trump’s business affairs.

    Asked if he was “confident you did help Donald Trump commit crimes”, Cohen told NBC’s Meet the Press: “I can assure you that Donald Trump is guilty of his own crimes. Was I involved in much of the inflation and deflation of his assets? The answer to that is yes.”

    Continue reading...", + "category": "Michael Cohen", + "link": "https://www.theguardian.com/us-news/2021/nov/28/michael-cohen-trump-organization-investigations", + "creator": "Martin Pengelly in New York", + "pubDate": "2021-11-28T17:01:13Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226787,16 +252140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e546eab56c290f4b4bf5aadad628efe9" + "hash": "22b839ae04c0b29c7df6b94347e65837" }, { - "title": "‘Historical accident’: how abortion came to focus white, evangelical anger", - "description": "

    A short history of the Rose decision’s emergence as a signature cause for the right

    Public opinion on abortion in the US has changed little since 1973, when the supreme court in effect legalized the procedure nationally in its ruling on the case Roe v Wade. According to Gallup, which has the longest-running poll on the issue, about four in five Americans believe abortion should be legal, at least in some circumstances.

    Yet the politics of abortion have opened deep divisions in the last five decades, which have only grown more profound in recent years of polarization. In 2021, state legislators have passed dozens of restrictions to abortion access, making it the most hostile year to abortion rights on record.

    Continue reading...", - "content": "

    A short history of the Rose decision’s emergence as a signature cause for the right

    Public opinion on abortion in the US has changed little since 1973, when the supreme court in effect legalized the procedure nationally in its ruling on the case Roe v Wade. According to Gallup, which has the longest-running poll on the issue, about four in five Americans believe abortion should be legal, at least in some circumstances.

    Yet the politics of abortion have opened deep divisions in the last five decades, which have only grown more profound in recent years of polarization. In 2021, state legislators have passed dozens of restrictions to abortion access, making it the most hostile year to abortion rights on record.

    Continue reading...", - "category": "Abortion", - "link": "https://www.theguardian.com/world/2021/dec/05/abortion-opposition-focus-white-evangelical-anger", - "creator": "Jessica Glenza", - "pubDate": "2021-12-05T06:50:34Z", + "title": "Honduras presidential election: a referendum on the nation’s corruption and drugs", + "description": "

    The next congress will have the opportunity to elect a new supreme court, attorney general and state auditors

    Hondurans head to the polls on Sunday in the first general election since US federal prosecutors laid out detailed evidence of intimate ties between drug smugglers and the Honduran state.

    The country’s past three presidents, as well as local mayors, legislators, police and military commanders have been linked to drug trafficking in what US prosecutors have described as a narco-state.

    Continue reading...", + "content": "

    The next congress will have the opportunity to elect a new supreme court, attorney general and state auditors

    Hondurans head to the polls on Sunday in the first general election since US federal prosecutors laid out detailed evidence of intimate ties between drug smugglers and the Honduran state.

    The country’s past three presidents, as well as local mayors, legislators, police and military commanders have been linked to drug trafficking in what US prosecutors have described as a narco-state.

    Continue reading...", + "category": "Honduras", + "link": "https://www.theguardian.com/world/2021/nov/28/honduras-presidential-election-juan-orlando-hernandez", + "creator": "Jeff Ernst in Tegucigalpa", + "pubDate": "2021-11-28T10:00:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226807,16 +252160,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c8f9616e4a237e0f1f42ac3c4262c0c" + "hash": "3753660330797415af3c4467898be4b7" }, { - "title": "Let him be: how McCartney saved roadie from arrest after Beatles final concert", - "description": "

    Diaries of band’s road manager, Mal Evans, revealing chaos at gig to feature in major biography

    The police famously tried to shut down the Beatles’s rooftop concert on 30 January 1969, over concerns of breach of the peace, in what was to be the band’s final public performance. Now a further backstage drama has emerged with the revelation that Paul McCartney afterwards used his charm to stop a police officer from arresting their road manager and confidant, Mal Evans.

    Kenneth Womack, one of the world’s foremost Beatles scholars, told the Observer: “It turns out that Mal was actually arrested that day but managed to get out of it only when Paul went into PR mode and changed the copper’s mind after the show.”

    Continue reading...", - "content": "

    Diaries of band’s road manager, Mal Evans, revealing chaos at gig to feature in major biography

    The police famously tried to shut down the Beatles’s rooftop concert on 30 January 1969, over concerns of breach of the peace, in what was to be the band’s final public performance. Now a further backstage drama has emerged with the revelation that Paul McCartney afterwards used his charm to stop a police officer from arresting their road manager and confidant, Mal Evans.

    Kenneth Womack, one of the world’s foremost Beatles scholars, told the Observer: “It turns out that Mal was actually arrested that day but managed to get out of it only when Paul went into PR mode and changed the copper’s mind after the show.”

    Continue reading...", - "category": "The Beatles", - "link": "https://www.theguardian.com/music/2021/dec/05/how-paul-mccartney-saved-roadie-from-arrest-after-beatles-final-concert-mal-evans", - "creator": "Dalya Alberge", - "pubDate": "2021-12-05T06:41:03Z", + "title": "New Zealand’s secondary art market is booming – now artists want a share", + "description": "

    Without a resale royalty scheme, struggling artists are missing out on much needed money for their work

    This month New Zealand artist Ayesha Green watched in surprise as one of her artworks fetched $48,000 at auction – $29,000 more than she sold it for just a year earlier. The hammer price was sizeable for an artist who describes herself as somewhere between emerging and mid-career, and if the country had a resale royalty scheme for artists in place, Green would have taken home a healthy paycheque to put towards her practice.

    But, like all local artists whose work sells at auction, Green gets nothing.

    Continue reading...", + "content": "

    Without a resale royalty scheme, struggling artists are missing out on much needed money for their work

    This month New Zealand artist Ayesha Green watched in surprise as one of her artworks fetched $48,000 at auction – $29,000 more than she sold it for just a year earlier. The hammer price was sizeable for an artist who describes herself as somewhere between emerging and mid-career, and if the country had a resale royalty scheme for artists in place, Green would have taken home a healthy paycheque to put towards her practice.

    But, like all local artists whose work sells at auction, Green gets nothing.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/nov/29/new-zealands-secondary-art-market-is-booming-now-artists-want-a-share", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-11-28T19:00:34Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226827,16 +252180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "422a2adb628ffdf9515094358e72d323" + "hash": "5136c047f075ac028921f47fde2f0201" }, { - "title": "The Observer view on Russia’s threat to Ukraine | Observer editorial", - "description": "Putin regards Ukraine as stolen territory and as the US focuses on China and Covid, Moscow is waiting to strike

    Vladimir Putin is an old-fashioned sort of guy. He yearns for the days when the Soviet Union was a great power. He still views western democracies as adversaries, to be confounded whenever possible. And he has never reconciled to the post-Soviet loss of cold war-era satellite republics in eastern Europe. This is especially true of Ukraine.

    The Russian view that Ukraine is stolen territory to which it has a natural right has roots in tsarist times and before. Ukrainians (and Belarusians) were habitually called “little Russians”. Indigenous narratives stress a common history and common faith indissolubly linking two brotherly eastern Slavic races. Putin has repeatedly stated that “Russians and Ukrainians are one people”.

    Continue reading...", - "content": "Putin regards Ukraine as stolen territory and as the US focuses on China and Covid, Moscow is waiting to strike

    Vladimir Putin is an old-fashioned sort of guy. He yearns for the days when the Soviet Union was a great power. He still views western democracies as adversaries, to be confounded whenever possible. And he has never reconciled to the post-Soviet loss of cold war-era satellite republics in eastern Europe. This is especially true of Ukraine.

    The Russian view that Ukraine is stolen territory to which it has a natural right has roots in tsarist times and before. Ukrainians (and Belarusians) were habitually called “little Russians”. Indigenous narratives stress a common history and common faith indissolubly linking two brotherly eastern Slavic races. Putin has repeatedly stated that “Russians and Ukrainians are one people”.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/commentisfree/2021/dec/05/observer-view-on-russia-threat-to-ukraine", - "creator": "Observer editorial", - "pubDate": "2021-12-05T06:30:47Z", + "title": "Australia politics live update: national cabinet to discuss Omicron response as Covid variant detected in NSW; ABC announces new RN Breakfast host", + "description": "

    Passengers on flight with two passengers who tested positive to the new coronavirus variant told to isolate for two weeks; Patricia Karvelas announced as Fran Kelly’s replacement for RN Breakfast; radical plan to rehome racehorses; last sitting week of 2021. Follow all the news live

    Over on Sydney radio 2GB NSW police minister David Elliott said he met with with premier Dominic Perrottet and health minister Brad Hazzard on Sunday about what NSW would do:

    I’m not panicking at the moment because it appears that this is going to be the new normal.

    We need to prepare and ... make sure that we’re flexible and agile when it comes to variations and we need to be defensive and that defensive mechanism of course, is the vaccination.

    So, we’re taking a risk-balanced approach at the moment and concentrating on those nine southern African countries.

    We have increased our surveillance at the border, and after the border, we’re working very closely with our colleagues in New South Wales and Victoria, particularly, because they’re the ones that have had quarantine-free travel, as well as in the ACT, as to what is the best approach.

    Continue reading...", + "content": "

    Passengers on flight with two passengers who tested positive to the new coronavirus variant told to isolate for two weeks; Patricia Karvelas announced as Fran Kelly’s replacement for RN Breakfast; radical plan to rehome racehorses; last sitting week of 2021. Follow all the news live

    Over on Sydney radio 2GB NSW police minister David Elliott said he met with with premier Dominic Perrottet and health minister Brad Hazzard on Sunday about what NSW would do:

    I’m not panicking at the moment because it appears that this is going to be the new normal.

    We need to prepare and ... make sure that we’re flexible and agile when it comes to variations and we need to be defensive and that defensive mechanism of course, is the vaccination.

    So, we’re taking a risk-balanced approach at the moment and concentrating on those nine southern African countries.

    We have increased our surveillance at the border, and after the border, we’re working very closely with our colleagues in New South Wales and Victoria, particularly, because they’re the ones that have had quarantine-free travel, as well as in the ACT, as to what is the best approach.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/nov/29/australia-news-live-updates-omicron-variant-detected-nsw-states-tighten-border-restrictions-covid-scott-morrison-vaccine-daniel-andrews-victoria-sydney", + "creator": "Amy Remeikis", + "pubDate": "2021-11-28T21:25:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226847,16 +252200,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd181b7da3d52aff845f1e4e2b2890df" + "hash": "6df9d8565d6a1b43a40497d1dee32de3" }, { - "title": "Kenya: more than 20 drown as bus is swept away in flooded river", - "description": "

    Vehicle travelling to wedding keels over and sinks in fast-flowing waters in Kitui County

    More than 20 people drowned on Saturday when a bus travelling to a wedding in Kenya was swept away by fast-flowing waters as it tried to cross a flooded river.

    Onlookers screamed as the yellow school bus hired to take a church choir and other revellers to the ceremony in Kitui County keeled over and sank as the driver tried to navigate the surging waters.

    Continue reading...", - "content": "

    Vehicle travelling to wedding keels over and sinks in fast-flowing waters in Kitui County

    More than 20 people drowned on Saturday when a bus travelling to a wedding in Kenya was swept away by fast-flowing waters as it tried to cross a flooded river.

    Onlookers screamed as the yellow school bus hired to take a church choir and other revellers to the ceremony in Kitui County keeled over and sank as the driver tried to navigate the surging waters.

    Continue reading...", - "category": "Kenya", - "link": "https://www.theguardian.com/world/2021/dec/04/kenya-more-than-20-drown-as-bus-is-swept-away-in-flooded-river", - "creator": "Agence France-Presse", - "pubDate": "2021-12-04T16:59:07Z", + "title": "Tanzania to lift ban on teenage mothers returning to school", + "description": "

    Girls to have two years in which to return to school after giving birth, but will still be excluded whilst pregnant

    The Tanzanian government has announced it will lift a controversial ban on teenage mothers continuing their education.

    Girls will have two years in which to return to school after giving birth, the ministry of education said. However, the move is not legally binding and girls will continue to be banned from class while pregnant.

    Continue reading...", + "content": "

    Girls to have two years in which to return to school after giving birth, but will still be excluded whilst pregnant

    The Tanzanian government has announced it will lift a controversial ban on teenage mothers continuing their education.

    Girls will have two years in which to return to school after giving birth, the ministry of education said. However, the move is not legally binding and girls will continue to be banned from class while pregnant.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/26/tanzania-to-lift-ban-on-teenage-mothers-returning-to-school", + "creator": "Alice McCool in Kampala", + "pubDate": "2021-11-26T10:10:26Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226867,16 +252220,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c10f44a7edf51f02ebbdf2c173f35bb" + "hash": "337aeb2ec25311d4f6b231616d7da6aa" }, { - "title": "The Last Matinee review – carnage in the aisles in cinema-set giallo-style slasher", - "description": "

    Maximiliano Contenti’s horror flick attempts to unpick voyeurism but lacks the sophistication of others in the genre

    Nostalgia for idiosyncratic analogue film style is the simplest explanation for the recent giallo revival – but maybe there’s more to it than that. This most stylised of horror modes is perfect for our over-aestheticised age, so the newcomers – such as Berberian Sound Studio, Censor and Sound of Violence – make artists and viewers accessories to violence, often unleashed through that giallo mainstay, the power of the gaze. Set almost entirely in a tatty Montevideo rep cinema, Uruguayan slasher The Last Matinee joins this voyeuristic club, even if it ends up more in the raw than the refined camp.

    On a rainswept night in 1993, engineering student Ana (Luciana Grasso) insists on taking over projectionist duties for a screening of Frankenstein: Day of the Beast (an in-joke – it was released in 2011 and was directed by Ricardo Islas, who plays the killer here). She shuts herself in the booth, trying to ignore the inane banter of usher Mauricio (Pedro Duarte) – but neither have noticed a heavy-set trenchcoated bogeyman enter the auditorium to size up that night’s film faithful: three teenagers, an awkward couple on a first date, a flat-capped pensioner and a underage kid stowaway (Franco Durán).

    Continue reading...", - "content": "

    Maximiliano Contenti’s horror flick attempts to unpick voyeurism but lacks the sophistication of others in the genre

    Nostalgia for idiosyncratic analogue film style is the simplest explanation for the recent giallo revival – but maybe there’s more to it than that. This most stylised of horror modes is perfect for our over-aestheticised age, so the newcomers – such as Berberian Sound Studio, Censor and Sound of Violence – make artists and viewers accessories to violence, often unleashed through that giallo mainstay, the power of the gaze. Set almost entirely in a tatty Montevideo rep cinema, Uruguayan slasher The Last Matinee joins this voyeuristic club, even if it ends up more in the raw than the refined camp.

    On a rainswept night in 1993, engineering student Ana (Luciana Grasso) insists on taking over projectionist duties for a screening of Frankenstein: Day of the Beast (an in-joke – it was released in 2011 and was directed by Ricardo Islas, who plays the killer here). She shuts herself in the booth, trying to ignore the inane banter of usher Mauricio (Pedro Duarte) – but neither have noticed a heavy-set trenchcoated bogeyman enter the auditorium to size up that night’s film faithful: three teenagers, an awkward couple on a first date, a flat-capped pensioner and a underage kid stowaway (Franco Durán).

    Continue reading...", - "category": "Horror films", - "link": "https://www.theguardian.com/film/2021/nov/29/the-last-matinee-review-maximiliano-contenti-giallo-genre-voyeurism", - "creator": "Phil Hoad", - "pubDate": "2021-12-04T14:24:41Z", + "title": "Battery power: five innovations for cleaner, greener electric vehicles", + "description": "

    EVs are seen as key in transition to low-carbon economy, but as their human and environmental costs become clearer, can new tech help?

    While the journey to a low-carbon economy is well under way, the best route to get there remains up for debate. But, amid the slew of “pathways” and “roadmaps”, one broad consensus exists: “clean” technology will play a vital role.

    Nowhere is this truer than for transport. To cut vehicle emissions, an alternative to the combustion engine is required.

    Continue reading...", + "content": "

    EVs are seen as key in transition to low-carbon economy, but as their human and environmental costs become clearer, can new tech help?

    While the journey to a low-carbon economy is well under way, the best route to get there remains up for debate. But, amid the slew of “pathways” and “roadmaps”, one broad consensus exists: “clean” technology will play a vital role.

    Nowhere is this truer than for transport. To cut vehicle emissions, an alternative to the combustion engine is required.

    Continue reading...", + "category": "Recycling", + "link": "https://www.theguardian.com/global-development/2021/nov/26/battery-power-five-innovations-for-cleaner-greener-electric-vehicles", + "creator": "Oliver Balch", + "pubDate": "2021-11-26T09:00:24Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226887,16 +252240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bc084c5276a196b795aad77961a26a5" + "hash": "98a27a42666d5d3e658c10b4ccf572a3" }, { - "title": "Chris Cuomo fired by CNN for helping brother Andrew fight sexual misconduct charges", - "description": "
    • Primetime anchor was suspended on Tuesday
    • Network says ‘additional information’ has come to light

    CNN has fired the primetime anchor Chris Cuomo for trying to help his brother, the former New York governor Andrew Cuomo, fight accusations of sexual misconduct which resulted in his resignation.

    Announcing the firing on Saturday, CNN said “additional information” had come to light.

    Continue reading...", - "content": "
    • Primetime anchor was suspended on Tuesday
    • Network says ‘additional information’ has come to light

    CNN has fired the primetime anchor Chris Cuomo for trying to help his brother, the former New York governor Andrew Cuomo, fight accusations of sexual misconduct which resulted in his resignation.

    Announcing the firing on Saturday, CNN said “additional information” had come to light.

    Continue reading...", - "category": "CNN", - "link": "https://www.theguardian.com/media/2021/dec/04/chris-cuomo-fired-cnn-brother-andrew-sexual-misconduct-charges", - "creator": "Martin Pengelly in New York", - "pubDate": "2021-12-04T22:43:16Z", + "title": "What does appearance of Omicron mean for the double-jabbed?", + "description": "

    We find out how much protection Covid vaccines may offer amid speculation new variant could be more resistant

    The emergence of Omicron has prompted widespread speculation that it may be more resistant to Covid-19 vaccines than existing variants, including Delta. But what does that mean for the average double-vaccinated person?

    All the vaccines currently available in the UK work by training the immune system against the coronavirus spike protein – the key it uses to infect cells by binding to the ACE2 receptor. Omicron possesses more than 30 mutations in this protein, including 10 in the so-called “receptor-binding domain” (RBD) – the specific part that latches on to this receptor. Delta has two RBD mutations.

    Continue reading...", + "content": "

    We find out how much protection Covid vaccines may offer amid speculation new variant could be more resistant

    The emergence of Omicron has prompted widespread speculation that it may be more resistant to Covid-19 vaccines than existing variants, including Delta. But what does that mean for the average double-vaccinated person?

    All the vaccines currently available in the UK work by training the immune system against the coronavirus spike protein – the key it uses to infect cells by binding to the ACE2 receptor. Omicron possesses more than 30 mutations in this protein, including 10 in the so-called “receptor-binding domain” (RBD) – the specific part that latches on to this receptor. Delta has two RBD mutations.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/28/what-does-appearance-of-omicron-mean-for-the-double-jabbed", + "creator": "Linda Geddes", + "pubDate": "2021-11-28T20:15:44Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226907,16 +252260,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0368ebe85a15a610aae90a7ea65a3f9" + "hash": "27a054c057437884b0c0cc3cf8c52f2c" }, { - "title": "‘HMRC gave me £775,000 by mistake – and it’s turned into a nightmare’", - "description": "

    Staff processing a £23 parcels duty rebate paid the life-changing sum into a woman’s bank account

    A woman who woke up to find more than three-quarters of a million pounds had been deposited in her bank account by HMRC has described how she spent a year waiting for it to realise its mistake and reclaim the money and worrying about what would happen when it did.

    In August 2020, Helen Peters*, a self-employed mother of a five-year-old, looked at her bank statement and found that instead of being mildly overdrawn, a £774,839.39 Bacs payment from the Revenue had sent her account very much into the black.

    Continue reading...", - "content": "

    Staff processing a £23 parcels duty rebate paid the life-changing sum into a woman’s bank account

    A woman who woke up to find more than three-quarters of a million pounds had been deposited in her bank account by HMRC has described how she spent a year waiting for it to realise its mistake and reclaim the money and worrying about what would happen when it did.

    In August 2020, Helen Peters*, a self-employed mother of a five-year-old, looked at her bank statement and found that instead of being mildly overdrawn, a £774,839.39 Bacs payment from the Revenue had sent her account very much into the black.

    Continue reading...", - "category": "Tax", - "link": "https://www.theguardian.com/money/2021/dec/04/hmrc-mistake-return-cash-revenue", - "creator": "Miles Brignall and Patrick Collinson", - "pubDate": "2021-12-04T07:00:19Z", + "title": "French coastguard's mayday call after boat capsized – audio", + "description": "

    The French coastguard mayday call emerged on Thursday after 27 people drowned trying to cross the Channel. All ships were alerted in the area about \"approximately\" 15 people being overboard and to report information to Gris-Nez emergency officials.

    An emergency search began at about 2pm on Wednesday when a fishing boat sounded the alarm after spotting several people at sea off the coast of France. The cause of the accident has not been formally established but the boat used was inflatable and when found by rescuers was mostly deflated

    Continue reading...", + "content": "

    The French coastguard mayday call emerged on Thursday after 27 people drowned trying to cross the Channel. All ships were alerted in the area about \"approximately\" 15 people being overboard and to report information to Gris-Nez emergency officials.

    An emergency search began at about 2pm on Wednesday when a fishing boat sounded the alarm after spotting several people at sea off the coast of France. The cause of the accident has not been formally established but the boat used was inflatable and when found by rescuers was mostly deflated

    Continue reading...", + "category": "Migration", + "link": "https://www.theguardian.com/world/video/2021/nov/25/french-coastguards-mayday-call-after-boat-capsized-audio", + "creator": "", + "pubDate": "2021-11-25T20:55:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226927,16 +252280,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4635d55296d6ac3330cd9b44c43ec28" + "hash": "0a971f0f6bff875ed9c0ac638a125e9c" }, { - "title": "WHO says no deaths reported from Omicron yet as Covid variant spreads", - "description": "

    US and Australia become latest countries to confirm locally transmitted cases

    The Omicron variant has been detected in at least 38 countries but no deaths have yet been reported, the World Health Organization has said, amid warnings that it could damage the global economic recovery.

    The United States and Australia became the latest countries to confirm locally transmitted cases of the variant, as Omicron infections pushed South Africa’s total cases past 3 million.

    Continue reading...", - "content": "

    US and Australia become latest countries to confirm locally transmitted cases

    The Omicron variant has been detected in at least 38 countries but no deaths have yet been reported, the World Health Organization has said, amid warnings that it could damage the global economic recovery.

    The United States and Australia became the latest countries to confirm locally transmitted cases of the variant, as Omicron infections pushed South Africa’s total cases past 3 million.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/04/who-says-no-deaths-reported-from-omicron-yet-as-covid-variant-spreads", - "creator": "Staff and agencies", - "pubDate": "2021-12-04T05:22:28Z", + "title": "Priti Patel says UK will cooperate with France to stop refugees crossing the Channel – video", + "description": "

    The home secretary said it was up to France to stop refugees crossing the Channel in small boats, after 27 people, mostly Kurds from Iraq or Iran, drowned trying to reach the UK in an inflatable boat.

    Making a statement to MPs, Patel said that while there was no rapid solution to the issue of people seeking to make the crossing, she had reiterated a UK offer to send more police to France.

    Patel told the Commons she had just spoken to her French counterpart, Gérald Darmanin, after the disaster in which 17 men, seven women and three adolescents – two boys and a girl – drowned

    Continue reading...", + "content": "

    The home secretary said it was up to France to stop refugees crossing the Channel in small boats, after 27 people, mostly Kurds from Iraq or Iran, drowned trying to reach the UK in an inflatable boat.

    Making a statement to MPs, Patel said that while there was no rapid solution to the issue of people seeking to make the crossing, she had reiterated a UK offer to send more police to France.

    Patel told the Commons she had just spoken to her French counterpart, Gérald Darmanin, after the disaster in which 17 men, seven women and three adolescents – two boys and a girl – drowned

    Continue reading...", + "category": "Migration", + "link": "https://www.theguardian.com/world/video/2021/nov/25/priti-patel-says-uk-will-cooperate-with-france-refugees-channel-video", + "creator": "", + "pubDate": "2021-11-25T16:33:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226947,16 +252300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "abaa236acd638912f4d4e13936575915" + "hash": "bcabf77fd211716ffc4130a56fe70d42" }, { - "title": "A city divided: as Sydney comes back to life, scars of lockdown linger in the west", - "description": "

    In the suburbs hardest hit by Covid restrictions, the economic and psychological recovery has been slow to come

    Sydney barista Minh Bui rarely used to have time to sit down at her own cafe, but this weekday morning she’s in no rush. It’s just her and two women seated in the corner.

    Asked how business is at her Liverpool cafe since Sydney’s lockdown lifted, Bui motions to the empty seats around her.

    Continue reading...", - "content": "

    In the suburbs hardest hit by Covid restrictions, the economic and psychological recovery has been slow to come

    Sydney barista Minh Bui rarely used to have time to sit down at her own cafe, but this weekday morning she’s in no rush. It’s just her and two women seated in the corner.

    Asked how business is at her Liverpool cafe since Sydney’s lockdown lifted, Bui motions to the empty seats around her.

    Continue reading...", - "category": "Sydney", - "link": "https://www.theguardian.com/australia-news/2021/dec/05/a-city-divided-as-sydney-comes-back-to-life-scars-of-lockdown-linger-in-the-west", - "creator": "Mostafa Rachwani", - "pubDate": "2021-12-04T19:00:36Z", + "title": "Australia Covid live update: Omicron detected in NSW, states tighten border restrictions; ABC announces new RN Breakfast host", + "description": "

    Passengers on flight with two passengers who tested positive to the new coronavirus variant told to isolate for two weeks; Patricia Karvelas announced as Fran Kelly’s replacement for RN Breakfast; radical plan to rehome racehorses; last sitting week of 2021. Follow all the news live

    Over on Sydney radio 2GB NSW police minister David Elliott said he met with with premier Dominic Perrottet and health minister Brad Hazzard on Sunday about what NSW would do:

    I’m not panicking at the moment because it appears that this is going to be the new normal.

    We need to prepare and ... make sure that we’re flexible and agile when it comes to variations and we need to be defensive and that defensive mechanism of course, is the vaccination.

    So, we’re taking a risk-balanced approach at the moment and concentrating on those nine southern African countries.

    We have increased our surveillance at the border, and after the border, we’re working very closely with our colleagues in New South Wales and Victoria, particularly, because they’re the ones that have had quarantine-free travel, as well as in the ACT, as to what is the best approach.

    Continue reading...", + "content": "

    Passengers on flight with two passengers who tested positive to the new coronavirus variant told to isolate for two weeks; Patricia Karvelas announced as Fran Kelly’s replacement for RN Breakfast; radical plan to rehome racehorses; last sitting week of 2021. Follow all the news live

    Over on Sydney radio 2GB NSW police minister David Elliott said he met with with premier Dominic Perrottet and health minister Brad Hazzard on Sunday about what NSW would do:

    I’m not panicking at the moment because it appears that this is going to be the new normal.

    We need to prepare and ... make sure that we’re flexible and agile when it comes to variations and we need to be defensive and that defensive mechanism of course, is the vaccination.

    So, we’re taking a risk-balanced approach at the moment and concentrating on those nine southern African countries.

    We have increased our surveillance at the border, and after the border, we’re working very closely with our colleagues in New South Wales and Victoria, particularly, because they’re the ones that have had quarantine-free travel, as well as in the ACT, as to what is the best approach.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/nov/29/australia-news-live-updates-omicron-variant-detected-nsw-states-tighten-border-restrictions-covid-scott-morrison-vaccine-daniel-andrews-victoria-sydney", + "creator": "Amy Remeikis", + "pubDate": "2021-11-28T21:12:25Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226967,16 +252320,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84475ea9bea5d5abcb15ee511df9f385" + "hash": "ca1eddcd509d51c44ec8933bdd229247" }, { - "title": "Political activist Paddy Gibson allegedly threatened by three men who tried to break into his Sydney home", - "description": "

    Campaigner called outside by trio on Saturday night before window smashed with Greens MP warning of ‘troubling escalation of political violence’

    A prominent political activist has allegedly been threatened in his Sydney home by three men who appeared to try to force their way inside before fleeing when police were called.

    Paddy Gibson, an activist with the Solidarity socialist movement and a researcher at University of Technology Sydney, said he was at home with his partner when he heard loud banging on his door about 7.30pm on Saturday night.

    Continue reading...", - "content": "

    Campaigner called outside by trio on Saturday night before window smashed with Greens MP warning of ‘troubling escalation of political violence’

    A prominent political activist has allegedly been threatened in his Sydney home by three men who appeared to try to force their way inside before fleeing when police were called.

    Paddy Gibson, an activist with the Solidarity socialist movement and a researcher at University of Technology Sydney, said he was at home with his partner when he heard loud banging on his door about 7.30pm on Saturday night.

    Continue reading...", - "category": "Sydney", - "link": "https://www.theguardian.com/australia-news/2021/dec/05/political-activist-paddy-gibson-allegedly-threatened-by-three-men-who-tried-to-break-into-his-sydney-home", - "creator": "Nino Bucci", - "pubDate": "2021-12-05T07:09:14Z", + "title": "Omicron’s full impact will be felt in countries where fewer are vaccinated", + "description": "

    Analysis: the new coronavirus variant seems highly transmissible, but the big question is whether it causes severe disease. Either way, poorer nations will be hit hardest

    In early August Gideon Schreiber and a team of virologists at the Weizmann Institute of Science in Israel began playing around with the spike protein of the Sars-CoV-2 virus – the protein that allows the virus to enter our cells – to see if they could predict future mutations that could yield dangerous new variants of Covid-19.

    At the time, Schreiber noted with concern that there were a variety of ways in which the spike protein could evolve. If all of these mutations occurred at once, it could yield a variant that was both extremely transmissible and potentially capable of evading some of the body’s immune defences, blunting the efficacy of the vaccines.

    Continue reading...", + "content": "

    Analysis: the new coronavirus variant seems highly transmissible, but the big question is whether it causes severe disease. Either way, poorer nations will be hit hardest

    In early August Gideon Schreiber and a team of virologists at the Weizmann Institute of Science in Israel began playing around with the spike protein of the Sars-CoV-2 virus – the protein that allows the virus to enter our cells – to see if they could predict future mutations that could yield dangerous new variants of Covid-19.

    At the time, Schreiber noted with concern that there were a variety of ways in which the spike protein could evolve. If all of these mutations occurred at once, it could yield a variant that was both extremely transmissible and potentially capable of evading some of the body’s immune defences, blunting the efficacy of the vaccines.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/27/omicrons-full-impact-will-be-felt-in-countries-where-fewer-are-vaccinated", + "creator": "David Cox", + "pubDate": "2021-11-27T15:04:41Z", "enclosure": "", "enclosureType": "", "image": "", @@ -226987,16 +252340,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "271f62767c115edc716090b278cd2c1f" + "hash": "db31e6d5a5fcc028fc10db1df4c28f45" }, { - "title": "How probable is it Omicron Covid variant will take hold in UK?", - "description": "

    Analysis: UK’s early vaccine deployment and use of different vaccines from South Africa mean it’s too soon to say

    Omicron is causing consternation around the world, with the variant found to be behind an exponential rise in Covid cases in South Africa. Yet with just 42 cases confirmed in the UK so far, and most European countries seeing numbers in the double rather than triple figures, could this be a tentative sign the variant may fail to take hold outside southern Africa? The bottom line is, it is too soon to say.

    One issue is that there are important differences that make it difficult to compare the situations in South Africa and beyond.

    Continue reading...", - "content": "

    Analysis: UK’s early vaccine deployment and use of different vaccines from South Africa mean it’s too soon to say

    Omicron is causing consternation around the world, with the variant found to be behind an exponential rise in Covid cases in South Africa. Yet with just 42 cases confirmed in the UK so far, and most European countries seeing numbers in the double rather than triple figures, could this be a tentative sign the variant may fail to take hold outside southern Africa? The bottom line is, it is too soon to say.

    One issue is that there are important differences that make it difficult to compare the situations in South Africa and beyond.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/02/how-probable-omicron-covid-variant-take-hold-uk", - "creator": "Nicola Davis", - "pubDate": "2021-12-02T17:31:32Z", + "title": "Covid live news: Austria reports first case of Omicron as new variant continues to spread", + "description": "

    Austria becomes latest country to detect Omicron; Sajid Javid says UK should still plan for Christmas ‘as normal’; Anthony Fauci says new variant is probably already in the US

    China could face more than 630,000 Covid-19 infections a day if it dropped its zero-tolerance policies by lifting travel curbs, according to a study by Peking University mathematicians, Reuters reports.

    In the report by the Chinese Centre for Disease Control and Prevention, the mathematicians said China could not afford to lift travel restrictions without more efficient vaccinations or specific treatments.

    Continue reading...", + "content": "

    Austria becomes latest country to detect Omicron; Sajid Javid says UK should still plan for Christmas ‘as normal’; Anthony Fauci says new variant is probably already in the US

    China could face more than 630,000 Covid-19 infections a day if it dropped its zero-tolerance policies by lifting travel curbs, according to a study by Peking University mathematicians, Reuters reports.

    In the report by the Chinese Centre for Disease Control and Prevention, the mathematicians said China could not afford to lift travel restrictions without more efficient vaccinations or specific treatments.

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/world/live/2021/nov/28/covid-live-news-uk-germany-and-italy-detect-omicron-cases-israel-bans-all-visitors", + "creator": "Charlie Moloney (now), Martin Farrer(earlier)", + "pubDate": "2021-11-28T09:56:35Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227007,16 +252360,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "82377fe51c6e2019aa63bc99491d026e" + "hash": "05e5973d7a03a17a97365fee4d5de59f" }, { - "title": "Police treated us like criminals, say families of girls trafficked to Islamic State in Syria", - "description": "

    British authorities accused of interrogating parents who came seeking help when their daughters went missing

    Details of how police attempted to criminalise British families whose children were trafficked to Islamic State (IS) in Syria are revealed in a series of testimonies that show how grieving parents were initially treated as suspects and then abandoned by the authorities.

    One described being “treated like a criminal” and later realising that police were only interested in acquiring intelligence on IS instead of trying to help find their loved one. Another told how their home had been raided after they approached police for help to track down a missing relative.

    Continue reading...", - "content": "

    British authorities accused of interrogating parents who came seeking help when their daughters went missing

    Details of how police attempted to criminalise British families whose children were trafficked to Islamic State (IS) in Syria are revealed in a series of testimonies that show how grieving parents were initially treated as suspects and then abandoned by the authorities.

    One described being “treated like a criminal” and later realising that police were only interested in acquiring intelligence on IS instead of trying to help find their loved one. Another told how their home had been raided after they approached police for help to track down a missing relative.

    Continue reading...", - "category": "Home Office", - "link": "https://www.theguardian.com/politics/2021/dec/04/police-treated-us-like-criminals-say-families-of-girls-trafficked-to-islamic-state-in-syria", - "creator": "Mark Townsend Home Affairs Editor", - "pubDate": "2021-12-04T13:00:26Z", + "title": "Ghislaine Maxwell sex-trafficking trial finally to begin in earnest", + "description": "

    British socialite faces six counts alleging that she helped recruit and groom teenage girls for Jeffrey Epstein to sexually abuse

    Ghislaine Maxwell’s sex-trafficking trial is scheduled to start in earnest in federal court in Manhattan on Monday with opening statements about the eagerly awaited case.

    The first arguments will set the stage for a six-week trial in which the British socialite’s alleged involvement in Jeffrey Epstein’s crimes will be aired in grueling detail, outlining how prosecutors and defense attorneys will approach the proceedings.

    Continue reading...", + "content": "

    British socialite faces six counts alleging that she helped recruit and groom teenage girls for Jeffrey Epstein to sexually abuse

    Ghislaine Maxwell’s sex-trafficking trial is scheduled to start in earnest in federal court in Manhattan on Monday with opening statements about the eagerly awaited case.

    The first arguments will set the stage for a six-week trial in which the British socialite’s alleged involvement in Jeffrey Epstein’s crimes will be aired in grueling detail, outlining how prosecutors and defense attorneys will approach the proceedings.

    Continue reading...", + "category": "Ghislaine Maxwell", + "link": "https://www.theguardian.com/us-news/2021/nov/28/ghislaine-maxwell-sex-trafficking-trial-jeffrey-epstein", + "creator": "Victoria Bekiempis", + "pubDate": "2021-11-28T06:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227027,16 +252380,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa02337b2cac28b47f950f48c51fa16" + "hash": "64cfa35832e7f5bd00baa7b5da98b071" }, { - "title": "‘The right is back’: Gaullists pick female candidate Valérie Pécresse to take on Macron", - "description": "

    Former minister is surprise winner of Les Républicains’ nomination, beating high-profile names such as Michel Barnier

    France’s rightwing opposition party has chosen a female candidate for next year’s presidential election for the first time in its history.

    Valérie Pécresse emerged victorious after two rounds of voting by members of Les Républicains that unexpectedly saw favourites including “Monsieur Brexit” Michel Barnier knocked out in the first vote last week.

    Continue reading...", - "content": "

    Former minister is surprise winner of Les Républicains’ nomination, beating high-profile names such as Michel Barnier

    France’s rightwing opposition party has chosen a female candidate for next year’s presidential election for the first time in its history.

    Valérie Pécresse emerged victorious after two rounds of voting by members of Les Républicains that unexpectedly saw favourites including “Monsieur Brexit” Michel Barnier knocked out in the first vote last week.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/04/pecresse-chosen-as-french-centre-rights-first-female-candidate-for-presidency", - "creator": "Kim Willsher in Paris", - "pubDate": "2021-12-04T17:16:10Z", + "title": "Ride on, baby: NZ politician cycles to hospital to give birth – for the second time", + "description": "

    Green party MP Julie Anne Genter set off for the hospital while already in labour, and gave birth an hour later

    New Zealand MP Julie Anne Genter got on her bicycle early on Sunday and headed to the hospital. She was already in labour and she gave birth an hour later.

    “Big news!” the Greens politician posted on her Facebook page a few hours later. “At 3.04am this morning we welcomed the newest member of our family. I genuinely wasn’t planning to cycle in labour, but it did end up happening.”

    Continue reading...", + "content": "

    Green party MP Julie Anne Genter set off for the hospital while already in labour, and gave birth an hour later

    New Zealand MP Julie Anne Genter got on her bicycle early on Sunday and headed to the hospital. She was already in labour and she gave birth an hour later.

    “Big news!” the Greens politician posted on her Facebook page a few hours later. “At 3.04am this morning we welcomed the newest member of our family. I genuinely wasn’t planning to cycle in labour, but it did end up happening.”

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/nov/28/ride-on-baby-nz-politician-cycles-to-hospital-to-give-birth-for-the-second-time", + "creator": "Reuters", + "pubDate": "2021-11-28T03:42:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227047,16 +252400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "62d8c157f79ec2b74fdb2451f9e81df9" + "hash": "60276bad53a03cea8e101aa2334e6ec8" }, { - "title": "Biden and Putin to hold call amid tensions over Ukraine – White House", - "description": "

    The White House said on Saturday Joe Biden would hold a call with Vladimir Putin on Tuesday, to underline US concerns about Russia’s buildup of forces on the border with Ukraine.

    Diplomats indicated earlier this week that Biden and Putin would talk.

    Continue reading...", - "content": "

    The White House said on Saturday Joe Biden would hold a call with Vladimir Putin on Tuesday, to underline US concerns about Russia’s buildup of forces on the border with Ukraine.

    Diplomats indicated earlier this week that Biden and Putin would talk.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2021/dec/04/biden-putin-call-ukraine-russia-white-house", - "creator": "Reuters in Washington", - "pubDate": "2021-12-04T22:20:49Z", + "title": "Fury as Nadine Dorries rejects fellow Tory’s groping claim against PM’s father", + "description": "

    Women in Westminster rally to support Tory MP Caroline Nokes after culture secretary’s denial

    Nadine Dorries was embroiled in a row with fellow Tory MP Caroline Nokes this weekend after the culture secretary dismissed her allegations of inappropriate touching against the prime minister’s father.

    Dorries said she had known Stanley Johnson for 15 years and described him as a gentleman. She rejected Nokes’s claim that he had “smacked her on the backside” at the Conservative party conference in 2003. “I don’t believe it happened,” she said in an interview with the Daily Mail. “It never happened to me. Perhaps there is something wrong with me.”

    Continue reading...", + "content": "

    Women in Westminster rally to support Tory MP Caroline Nokes after culture secretary’s denial

    Nadine Dorries was embroiled in a row with fellow Tory MP Caroline Nokes this weekend after the culture secretary dismissed her allegations of inappropriate touching against the prime minister’s father.

    Dorries said she had known Stanley Johnson for 15 years and described him as a gentleman. She rejected Nokes’s claim that he had “smacked her on the backside” at the Conservative party conference in 2003. “I don’t believe it happened,” she said in an interview with the Daily Mail. “It never happened to me. Perhaps there is something wrong with me.”

    Continue reading...", + "category": "Nadine Dorries", + "link": "https://www.theguardian.com/politics/2021/nov/28/fury-as-nadine-dorries-rejects-fellow-torys-groping-claim-against-pms-father", + "creator": "Jon Ungoed-Thomas", + "pubDate": "2021-11-28T09:45:22Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227067,16 +252420,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cd2035b7d39519f0c4bfe7adb6eded1" + "hash": "c62ff786014ecae49f6951df863ca206" }, { - "title": "Nevada man arrested for allegedly assaulting police at US Capitol attack", - "description": "

    A 34-year-old Nevada man has been arrested and held on multiple charges related to the 6 January riot at the US Capitol, including assaulting law officers with what prosecutors say appeared to be a table leg with a protruding nail.

    A US magistrate in Reno on Friday ordered Josiah Kenyon of Winnemucca to remain jailed without bail, until he is transported to Washington to face charges.

    Continue reading...", - "content": "

    A 34-year-old Nevada man has been arrested and held on multiple charges related to the 6 January riot at the US Capitol, including assaulting law officers with what prosecutors say appeared to be a table leg with a protruding nail.

    A US magistrate in Reno on Friday ordered Josiah Kenyon of Winnemucca to remain jailed without bail, until he is transported to Washington to face charges.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2021/dec/04/us-capitol-attack-josiah-kenyon-arrested-nevada", - "creator": "Associated Press in Reno, Nevada", - "pubDate": "2021-12-04T14:43:19Z", + "title": "Stowaway survives flight from Guatemala to Miami hidden in plane’s landing gear", + "description": "

    The Guatemalan man was taken to hospital by immigration officials after emerging from the plane on the tarmac

    A stowaway hidden in the landing gear compartment of an American Airlines jet survived a flight from his home country of Guatemala to Miami, where he was turned over to US immigration officials and taken to a hospital for evaluation.

    The US customs and border protection agency confirmed the incident in a statement initially cited by Miami-based television station WTVJ, which posted video taken of the man at Miami international airport shortly after the plane landed on Saturday.

    Continue reading...", + "content": "

    The Guatemalan man was taken to hospital by immigration officials after emerging from the plane on the tarmac

    A stowaway hidden in the landing gear compartment of an American Airlines jet survived a flight from his home country of Guatemala to Miami, where he was turned over to US immigration officials and taken to a hospital for evaluation.

    The US customs and border protection agency confirmed the incident in a statement initially cited by Miami-based television station WTVJ, which posted video taken of the man at Miami international airport shortly after the plane landed on Saturday.

    Continue reading...", + "category": "Miami", + "link": "https://www.theguardian.com/us-news/2021/nov/28/stowaway-survives-flight-from-guatemala-to-miami-hidden-in-planes-landing-gear", + "creator": "Reuters", + "pubDate": "2021-11-28T05:50:43Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227087,36 +252440,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c9c4b4ab1b24a124408da8fbbcb0e01" + "hash": "5cd3eefcd7792edd4e11e0e91551a0ef" }, { - "title": "Trump rails against Meadows for revealing Covid test cover-up – report", - "description": "
    • Guardian revealed explosive claims in chief of staff’s memoir
    • Trump slams ‘fake news’ but in private says aide ‘fucking stupid’

    In a blurb on the cover of Mark Meadows’ new book, Donald Trump calls the former congressman a “great chief of staff – as good as it gets” and predicts “a great future together”. The former president has also promoted the book to his followers.

    Now the book is in the public domain, however, the former president reportedly thinks it is “garbage” and that Meadows was “fucking stupid” to write it.

    Continue reading...", - "content": "
    • Guardian revealed explosive claims in chief of staff’s memoir
    • Trump slams ‘fake news’ but in private says aide ‘fucking stupid’

    In a blurb on the cover of Mark Meadows’ new book, Donald Trump calls the former congressman a “great chief of staff – as good as it gets” and predicts “a great future together”. The former president has also promoted the book to his followers.

    Now the book is in the public domain, however, the former president reportedly thinks it is “garbage” and that Meadows was “fucking stupid” to write it.

    Continue reading...", - "category": "Trump administration", - "link": "https://www.theguardian.com/us-news/2021/dec/04/donald-trump-mark-meadows-covid-cover-up", - "creator": "Martin Pengelly in New York", - "pubDate": "2021-12-04T13:57:05Z", + "title": "Bee aware: do you know what is in that cheap jar of honey?", + "description": "

    British beekeepers call for stricter labelling on supermarket blends to identify the countries of origin

    British beekeepers are calling for a requirement on supermarkets and other retailers to label cheap honey imports from China and other nations with the country of origin after claims that part of the global supply is bulked out with sugar syrup.

    The UK is the world’s biggest importer of Chinese honey, which can be one sixth of the price of the honey produced by bees in Britain. Supermarket own-label honey from China can be bought for as little as 69p a jar. Supermarkets say every jar of honey is “100% pure” and can be traced back to the beekeeper, but there is no requirement to identify the countries of origin of honey blended from more than one country. The European Union is now considering new rules to improve consumer information for honey and ensure the country of origin is clearly identified on the jar.

    Continue reading...", + "content": "

    British beekeepers call for stricter labelling on supermarket blends to identify the countries of origin

    British beekeepers are calling for a requirement on supermarkets and other retailers to label cheap honey imports from China and other nations with the country of origin after claims that part of the global supply is bulked out with sugar syrup.

    The UK is the world’s biggest importer of Chinese honey, which can be one sixth of the price of the honey produced by bees in Britain. Supermarket own-label honey from China can be bought for as little as 69p a jar. Supermarkets say every jar of honey is “100% pure” and can be traced back to the beekeeper, but there is no requirement to identify the countries of origin of honey blended from more than one country. The European Union is now considering new rules to improve consumer information for honey and ensure the country of origin is clearly identified on the jar.

    Continue reading...", + "category": "Supermarkets", + "link": "https://www.theguardian.com/business/2021/nov/28/bee-aware-do-you-know-what-is-in-that-cheap-jar-of-honey", + "creator": "Jon Ungoed-Thomas", + "pubDate": "2021-11-28T06:15:18Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "def6989671d460dcb49db7a82356aeb3" + "hash": "6aaf233cffb75ca85544018d789cc698" }, { - "title": "Cream-cheesed off: bagel-loving New Yorkers face supply chain nightmare", - "description": "

    Shop owners tell New York Times of worries over dwindling supplies of the popular breakfast comestible

    One of the biggest businesses in New York City has developed a worrying hole: bagels.

    According to the New York Times, bagel shop owners are facing a shortage of cream cheese, a culinary calamity that could upend how tens of thousands New Yorkers begin their day.

    Continue reading...", - "content": "

    Shop owners tell New York Times of worries over dwindling supplies of the popular breakfast comestible

    One of the biggest businesses in New York City has developed a worrying hole: bagels.

    According to the New York Times, bagel shop owners are facing a shortage of cream cheese, a culinary calamity that could upend how tens of thousands New Yorkers begin their day.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2021/dec/04/cream-cheese-bagel-new-york-supply-chain", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-04T18:32:41Z", + "title": "Searches for Gucci label soar after release of murder film starring Lady Gaga", + "description": "

    Designer brand reaps the benefit of Ridley Scott’s movie telling the story of the killing of firm’s ex-boss

    When is murder good for business? When it is made into a Hollywood movie, for one – and when that film stars Lady Gaga. House of Gucci, the Ridley Scott feature released last week to mixed reviews, has sent interest in the Gucci brand soaring.

    Searches for Gucci clothing were up 73% week on week, according to e-commerce aggregator Lovethesales.com on Friday, with a leap of 257% for bags and 75% for sliders. The figures suggest that the luxury brand stands only to gain from Hollywood’s telling of the story ofthe glamorous Patrizia Reggiani, who hired a hitman in 1995 to kill her ex-husband Maurizio Gucci, the former head of the fashion label.

    Continue reading...", + "content": "

    Designer brand reaps the benefit of Ridley Scott’s movie telling the story of the killing of firm’s ex-boss

    When is murder good for business? When it is made into a Hollywood movie, for one – and when that film stars Lady Gaga. House of Gucci, the Ridley Scott feature released last week to mixed reviews, has sent interest in the Gucci brand soaring.

    Searches for Gucci clothing were up 73% week on week, according to e-commerce aggregator Lovethesales.com on Friday, with a leap of 257% for bags and 75% for sliders. The figures suggest that the luxury brand stands only to gain from Hollywood’s telling of the story ofthe glamorous Patrizia Reggiani, who hired a hitman in 1995 to kill her ex-husband Maurizio Gucci, the former head of the fashion label.

    Continue reading...", + "category": "Gucci", + "link": "https://www.theguardian.com/fashion/2021/nov/28/searches-for-gucci-label-soar-after-release-of-film-starring-lady-gaga", + "creator": "Edward Helmore", + "pubDate": "2021-11-28T08:15:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227127,16 +252480,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cb8a1fac9ab9c3cd9bfa3fe281793f1" + "hash": "07eb92dfcb2ec5ddbd5608b86648b04d" }, { - "title": "Covid news: pre-departure tests return for UK arrivals and Nigeria added to red list", - "description": "

    Health secretary Sajid Javid confirms rules will come into force from 7 December in bid to tackle Omicron variant

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", - "content": "

    Health secretary Sajid Javid confirms rules will come into force from 7 December in bid to tackle Omicron variant

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", + "title": "Scientists sharing Omicron data were heroic. Let’s ensure they don’t regret it | Jeffrey Barrett", + "description": "The teams in Africa who detected the new Covid genome moved quickly. Their actions should not result in economic loss
    Coronavirus – latest updates
    See all our coronavirus coverage

    One of the positive experiences during two years of pandemic gloom has been the speed of scientific progress in understanding and treating Covid. Many effective vaccines were launched in less than a year and rapid large-scale trials found a cheap and effective drug, dexamethasone, that saved thousands of lives.

    The global scientific community has also carried out “genomic surveillance” – sequencing the genome of the virus to track how it evolves and spreads at an unprecedented level: the public genome database has more than 5.5m genomes. The great value of that genomic surveillance, underpinned by a commitment to rapid and open sharing of the data by all countries in near-real time, has been seen in the last few days as we’ve learned of the Covid variant called Omicron.

    Continue reading...", + "content": "The teams in Africa who detected the new Covid genome moved quickly. Their actions should not result in economic loss
    Coronavirus – latest updates
    See all our coronavirus coverage

    One of the positive experiences during two years of pandemic gloom has been the speed of scientific progress in understanding and treating Covid. Many effective vaccines were launched in less than a year and rapid large-scale trials found a cheap and effective drug, dexamethasone, that saved thousands of lives.

    The global scientific community has also carried out “genomic surveillance” – sequencing the genome of the virus to track how it evolves and spreads at an unprecedented level: the public genome database has more than 5.5m genomes. The great value of that genomic surveillance, underpinned by a commitment to rapid and open sharing of the data by all countries in near-real time, has been seen in the last few days as we’ve learned of the Covid variant called Omicron.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/04/covid-news-boris-johnson-reported-to-police-over-no-10-parties-south-korea-cases-and-deaths-at-new-high", - "creator": "Nadeem Badshah (now), Sarah Marsh (earlier)", - "pubDate": "2021-12-04T19:59:43Z", + "link": "https://www.theguardian.com/commentisfree/2021/nov/28/scientists-sharing-omicron-date-were-heroic-lets-ensure-they-dont-regret-it", + "creator": "Jeffrey Barrett", + "pubDate": "2021-11-28T09:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227147,16 +252500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a29e41117c721ee0977b2a06655014c" + "hash": "3b1e9ba8a8845736c74b3e96c98332e1" }, { - "title": "International arrivals to UK will need to take pre-departure Covid test", - "description": "

    Health secretary announces change to travel rules in bid to control spread of the new Omicron variant

    All international arrivals to UK will be required to take pre-departure Covid-19 test to tackle the new Omicron variant, the health secretary has announced. Sajid Javid said that tightened requirements will come into force from 4am on Tuesday 7 December.

    Travellers will need to submit evidence of a negative lateral flow or PCR test to enter, and which must have been taken a maximum of 48 hours before the departure time. People currently only need to self-isolate until they test negative within two days of arrival.

    Continue reading...", - "content": "

    Health secretary announces change to travel rules in bid to control spread of the new Omicron variant

    All international arrivals to UK will be required to take pre-departure Covid-19 test to tackle the new Omicron variant, the health secretary has announced. Sajid Javid said that tightened requirements will come into force from 4am on Tuesday 7 December.

    Travellers will need to submit evidence of a negative lateral flow or PCR test to enter, and which must have been taken a maximum of 48 hours before the departure time. People currently only need to self-isolate until they test negative within two days of arrival.

    Continue reading...", + "title": "Biden and Harris briefed as US braces for arrival of Omicron Covid variant", + "description": "

    US imposes travel restrictions from southern Africa as Anthony Fauci says he would not be surprised if variant were already in US

    Joe Biden and Kamala Harris have been briefed on the latest situation regarding the new Omicron coronavirus variant, the White House said on Saturday, as Britain, Germany and Italy reported detecting cases.

    Biden, who was spending Thanksgiving with family in Nantucket, Massachusetts, told reporters on Friday: “We don’t know a lot about the variant except that it is of great concern [and] seems to spread rapidly.”

    Continue reading...", + "content": "

    US imposes travel restrictions from southern Africa as Anthony Fauci says he would not be surprised if variant were already in US

    Joe Biden and Kamala Harris have been briefed on the latest situation regarding the new Omicron coronavirus variant, the White House said on Saturday, as Britain, Germany and Italy reported detecting cases.

    Biden, who was spending Thanksgiving with family in Nantucket, Massachusetts, told reporters on Friday: “We don’t know a lot about the variant except that it is of great concern [and] seems to spread rapidly.”

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/04/international-arrivals-to-england-will-need-to-take-pre-departure-covid-test", - "creator": "Fran Singh and agencies", - "pubDate": "2021-12-04T19:52:49Z", + "link": "https://www.theguardian.com/us-news/2021/nov/27/new-york-governor-covid-coronavirus-omicron-variant", + "creator": "Edward Helmore in New York", + "pubDate": "2021-11-27T20:51:08Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227167,16 +252520,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d65835ae4e9a07fefa5b9e5977023848" + "hash": "8f2e6b392cbff2b8c761f72c4d021b36" }, { - "title": "New York Omicron cases rise to eight as official warns of community spread", - "description": "

    Cases of latest Covid variant appear unrelated as state dispatches national guard to help beleaguered hospitals

    New York announced three more cases of the Omicron variant of the coronavirus on Saturday, bringing the number of state cases linked to the new variant to eight.

    “The Omicron variant is here, and as anticipated we are seeing the beginning of community spread,” the state health commissioner, Mary Bassett, said.

    Continue reading...", - "content": "

    Cases of latest Covid variant appear unrelated as state dispatches national guard to help beleaguered hospitals

    New York announced three more cases of the Omicron variant of the coronavirus on Saturday, bringing the number of state cases linked to the new variant to eight.

    “The Omicron variant is here, and as anticipated we are seeing the beginning of community spread,” the state health commissioner, Mary Bassett, said.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2021/dec/04/new-york-omicron-cases-rise-to-eight-as-official-warns-of-community-spread", - "creator": "Associated Press in New York", - "pubDate": "2021-12-04T18:54:02Z", + "title": "Goodbye to job: how the pandemic changed Americans’ attitude to work", + "description": "

    Millions of workers have been leaving jobs that offer long hours and low pay – and for many the release has been exhilarating

    One morning in October, Lynn woke up and decided she would quit her job on the spot that day. The decision to quit was the climax of a reckoning that began at the start of the pandemic when she was first laid off from a job she had been in for three years.

    “I’ve always had the attitude of being a really hard worker,” Lynn said, explaining that she believed her skills made her indispensable to this company. “That really changed for me because I realized you could feel totally capable and really important when, really, you’re expendable.”

    Continue reading...", + "content": "

    Millions of workers have been leaving jobs that offer long hours and low pay – and for many the release has been exhilarating

    One morning in October, Lynn woke up and decided she would quit her job on the spot that day. The decision to quit was the climax of a reckoning that began at the start of the pandemic when she was first laid off from a job she had been in for three years.

    “I’ve always had the attitude of being a really hard worker,” Lynn said, explaining that she believed her skills made her indispensable to this company. “That really changed for me because I realized you could feel totally capable and really important when, really, you’re expendable.”

    Continue reading...", + "category": "US work & careers", + "link": "https://www.theguardian.com/money/2021/nov/28/goodbye-to-job-how-the-pandemic-changed-americans-attitude-to-work", + "creator": "Lauren Aratani", + "pubDate": "2021-11-28T07:00:20Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227187,36 +252540,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "cea1f79884b80bd60223299f092f0b27" + "hash": "490f36515e21ff018b2c776381d21171" }, { - "title": "Micah Richards: ‘There was such a buzz around the Euros. I loved every minute’", - "description": "

    The footballer turned pundit who won viewers’ hearts at the Euros on racism, singing Usher on screen and the real Roy Keane

    Birmingham-born, Leeds-raised Micah Richards, 33, signed for Manchester City aged 14, made his first-team debut at 17 and captained the side at 19. He won the Premier League, the FA Cup, the League Cup and was the youngest defender ever called up to the England squad, going on to earn 13 international caps. He also played for Aston Villa and Fiorentina. After early retirement at the age of 31 due to knee injuries, he became a football pundit. He covered this summer’s Euros for the BBC, where his warm exuberance in the studio and on social media made Richards the standout pundit.

    Did the Euros make 2021 a vintage year for you?
    Definitely. It was my first international tournament as a pundit. You get sent this big booklet to swot up on all the teams. I thought: “Right, I’ve been with the BBC a while, I’m on Match of the Day, I’m one of the big boys now.” But for my first few matches, I got teams such as Russia and Slovakia. It’s a privilege to work on the Euros but I don’t watch Russian football. I don’t know these players. There’s a Swiss striker called Breel Embolo and I must’ve said his name wrong every single time! But I don’t go on TV thinking I know it all. I represent the fans on screen. You can’t laugh and joke all the time, but football is supposed to be fun. I loved every minute.

    Continue reading...", - "content": "

    The footballer turned pundit who won viewers’ hearts at the Euros on racism, singing Usher on screen and the real Roy Keane

    Birmingham-born, Leeds-raised Micah Richards, 33, signed for Manchester City aged 14, made his first-team debut at 17 and captained the side at 19. He won the Premier League, the FA Cup, the League Cup and was the youngest defender ever called up to the England squad, going on to earn 13 international caps. He also played for Aston Villa and Fiorentina. After early retirement at the age of 31 due to knee injuries, he became a football pundit. He covered this summer’s Euros for the BBC, where his warm exuberance in the studio and on social media made Richards the standout pundit.

    Did the Euros make 2021 a vintage year for you?
    Definitely. It was my first international tournament as a pundit. You get sent this big booklet to swot up on all the teams. I thought: “Right, I’ve been with the BBC a while, I’m on Match of the Day, I’m one of the big boys now.” But for my first few matches, I got teams such as Russia and Slovakia. It’s a privilege to work on the Euros but I don’t watch Russian football. I don’t know these players. There’s a Swiss striker called Breel Embolo and I must’ve said his name wrong every single time! But I don’t go on TV thinking I know it all. I represent the fans on screen. You can’t laugh and joke all the time, but football is supposed to be fun. I loved every minute.

    Continue reading...", - "category": "Euro 2020", - "link": "https://www.theguardian.com/football/2021/dec/04/micah-richards-euro-2020-pundit-interview-faces-of-year", - "creator": "Michael Hogan", - "pubDate": "2021-12-04T16:00:30Z", + "title": "I have fun with my girlfriend, but she has no prospects | Philippa Perry", + "description": "People are more than the job that they do. Don’t let your friends and family decide for you – let this relationship run its course

    The question I’m a 24-year-old guy studying for my masters while working part-time for a management consultancy and I’m also a qualified associate accountant. I recently met a woman on a dating app after being single for a year since the start of the pandemic. She’s a similar age to myself and we’ve been dating for two months. She’s very attractive and nice, and we have a good time together – she can make me laugh.

    There is a red flag, though. Although she is in her mid-20s she still lives at home and seems to have no plans or ambitions to move to living independently. Plus, despite having a part-time job, she doesn’t contribute to the household bills. Now I understand that rent is high and people are staying with their parents for longer, but she isn’t even planning on going to college or progressing further in her career. She spends most of her money on going out with friends, holidays and hobbies.

    Continue reading...", + "content": "People are more than the job that they do. Don’t let your friends and family decide for you – let this relationship run its course

    The question I’m a 24-year-old guy studying for my masters while working part-time for a management consultancy and I’m also a qualified associate accountant. I recently met a woman on a dating app after being single for a year since the start of the pandemic. She’s a similar age to myself and we’ve been dating for two months. She’s very attractive and nice, and we have a good time together – she can make me laugh.

    There is a red flag, though. Although she is in her mid-20s she still lives at home and seems to have no plans or ambitions to move to living independently. Plus, despite having a part-time job, she doesn’t contribute to the household bills. Now I understand that rent is high and people are staying with their parents for longer, but she isn’t even planning on going to college or progressing further in her career. She spends most of her money on going out with friends, holidays and hobbies.

    Continue reading...", + "category": "Relationships", + "link": "https://www.theguardian.com/lifeandstyle/2021/nov/28/i-have-fun-with-my-girlfriend-but-she-has-no-prospects", + "creator": "Philippa Perry", + "pubDate": "2021-11-28T06:00:20Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85005c7eb9e55b7654da330ae71d75fa" + "hash": "b20ba68e6b78cd174b243d4f78a9ed07" }, { - "title": "Sweet dreams are made of this: why dream analysis is flourishing", - "description": "

    Are dreams a message from the soul or meaningless ‘brain farts’? Groups dedicated to interpretation are thriving

    Jason DeBord regrets the demise of an old parlour game once much-loved in the 19th century: What Did I Eat Last Night? It involved a player recounting their dreams – recorded in a journal upon waking – as an audience was challenged to guess what dream-provoking food they had consumed for the previous night’s supper, be it stilton, rarebit or undercooked or cured meats (all understood to be culprits when it came to colourful dreaming).

    “Maybe you had eaten rare beef and then you dream about cows, you know, chasing you,” explains DeBord. “It sounds like a blast, doesn’t it? I’d have loved to have played that game.”

    Continue reading...", - "content": "

    Are dreams a message from the soul or meaningless ‘brain farts’? Groups dedicated to interpretation are thriving

    Jason DeBord regrets the demise of an old parlour game once much-loved in the 19th century: What Did I Eat Last Night? It involved a player recounting their dreams – recorded in a journal upon waking – as an audience was challenged to guess what dream-provoking food they had consumed for the previous night’s supper, be it stilton, rarebit or undercooked or cured meats (all understood to be culprits when it came to colourful dreaming).

    “Maybe you had eaten rare beef and then you dream about cows, you know, chasing you,” explains DeBord. “It sounds like a blast, doesn’t it? I’d have loved to have played that game.”

    Continue reading...", - "category": "Sleep", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/04/sweet-dreams-are-made-of-this-why-dream-analysis-is-flourishing", - "creator": "Sally Howard", - "pubDate": "2021-12-04T17:00:31Z", + "title": "The 20 best gadgets of 2021", + "description": "

    From smartphones to folding skis, the year’s top gizmos selected by tech experts from the Guardian, iNews, TechRadar and Wired

    Cutting-edge tech is often super-expensive, difficult to use and less than slick. Not so for Samsung’s latest folding screen phones. The Z Fold 3 tablet-phone hybrid and Z Flip 3 flip-phone reinventions are smooth, slick and even water-resistant, packing big screens in compact bodies. The Fold might be super-expensive still, but the Flip 3 costs about the same as a regular top smartphone, but is far, far more interesting. Samuel Gibbs

    Continue reading...", + "content": "

    From smartphones to folding skis, the year’s top gizmos selected by tech experts from the Guardian, iNews, TechRadar and Wired

    Cutting-edge tech is often super-expensive, difficult to use and less than slick. Not so for Samsung’s latest folding screen phones. The Z Fold 3 tablet-phone hybrid and Z Flip 3 flip-phone reinventions are smooth, slick and even water-resistant, packing big screens in compact bodies. The Fold might be super-expensive still, but the Flip 3 costs about the same as a regular top smartphone, but is far, far more interesting. Samuel Gibbs

    Continue reading...", + "category": "Smartphones", + "link": "https://www.theguardian.com/technology/2021/nov/28/the-20-best-gadgets-of-2021", + "creator": "Samuel Gibbs, Rhiannon Williams, Cat Ellis, Jeremy White", + "pubDate": "2021-11-28T08:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227227,16 +252580,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a08aa5f11b9606a77cb35bac5d76628d" + "hash": "1725e30f11a5ec2d7d1377d9cfedb308" }, { - "title": "Nobel winner: ‘We journalists are the defence line between dictatorship and war’", - "description": "

    Next week, Maria Ressa and Dmitry Muratov receive their Nobel peace prizes. In a rare interview, Muratov says he fears the world is sliding towards fascism

    The last time a journalist won a Nobel prize was 1935. The journalist who won it – Carl von Ossietzky – had revealed how Hitler was secretly rearming Germany. “And he couldn’t pick it up because he was languishing in a Nazi concentration camp,” says Maria Ressa over a video call from Manila.

    Nearly a century on, Ressa is one of two journalists who will step onto the Nobel stage in Oslo next Friday. She is currently facing jail for “cyberlibel” in the Philippines while the other recipient Dmitry Muratov, the editor-in-chief of Novaya Gazeta, is standing guard over one of the last independent newspapers in an increasingly dictatorial Russia.

    Continue reading...", - "content": "

    Next week, Maria Ressa and Dmitry Muratov receive their Nobel peace prizes. In a rare interview, Muratov says he fears the world is sliding towards fascism

    The last time a journalist won a Nobel prize was 1935. The journalist who won it – Carl von Ossietzky – had revealed how Hitler was secretly rearming Germany. “And he couldn’t pick it up because he was languishing in a Nazi concentration camp,” says Maria Ressa over a video call from Manila.

    Nearly a century on, Ressa is one of two journalists who will step onto the Nobel stage in Oslo next Friday. She is currently facing jail for “cyberlibel” in the Philippines while the other recipient Dmitry Muratov, the editor-in-chief of Novaya Gazeta, is standing guard over one of the last independent newspapers in an increasingly dictatorial Russia.

    Continue reading...", - "category": "Nobel peace prize", - "link": "https://www.theguardian.com/world/2021/dec/04/nobel-winner-we-journalists-are-the-defence-line-between-dictatorship-and-war", - "creator": "Carole Cadwalladr", - "pubDate": "2021-12-04T18:05:32Z", + "title": "Easy rider? We’ll miss the roar, but electric motorbikes can’t kill our road romance", + "description": "

    For bikers, combustive power is one of the thrills of a long-haul trip. But flat batteries and charging points will just become part of exciting new journeys

    A full tank of gas, a twist of the wrist, the roar of the exhaust as you speed towards the horizon … These are the visceral touchstones of the motorcycling experience, and all are a direct product of petrol-fuelled power, as is much of the biker’s lexicon: “open it up”, “give it some gas”, “go full throttle”. For a motorcycle rider, as opposed to the modern car driver, the journey is a full-body communication game, constantly applying judgment, skill and nerve to control the thousands of explosions that are happening between your thighs in order to transport yourself, upright and in one piece, to your destination.

    Yet the days of the internal combustion engine are numbered. By 2050 the European Commission aims to have cut transport emissions by 90%, and electric vehicle technology is striding ahead for cars, trucks, buses and even aircraft. But where does this leave the motorcycle? Can this romantic form of transport and its subcultures survive the end of the petrol age?

    Continue reading...", + "content": "

    For bikers, combustive power is one of the thrills of a long-haul trip. But flat batteries and charging points will just become part of exciting new journeys

    A full tank of gas, a twist of the wrist, the roar of the exhaust as you speed towards the horizon … These are the visceral touchstones of the motorcycling experience, and all are a direct product of petrol-fuelled power, as is much of the biker’s lexicon: “open it up”, “give it some gas”, “go full throttle”. For a motorcycle rider, as opposed to the modern car driver, the journey is a full-body communication game, constantly applying judgment, skill and nerve to control the thousands of explosions that are happening between your thighs in order to transport yourself, upright and in one piece, to your destination.

    Yet the days of the internal combustion engine are numbered. By 2050 the European Commission aims to have cut transport emissions by 90%, and electric vehicle technology is striding ahead for cars, trucks, buses and even aircraft. But where does this leave the motorcycle? Can this romantic form of transport and its subcultures survive the end of the petrol age?

    Continue reading...", + "category": "Travel", + "link": "https://www.theguardian.com/travel/2021/nov/28/easy-rider-well-miss-the-roar-but-electric-motorbikes-cant-kill-our-road-romance", + "creator": "Lois Pryce", + "pubDate": "2021-11-28T05:30:17Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227247,16 +252600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b1d8608b8d07f1f0801ee738a1dbc6d" + "hash": "dc6b8b44d255eaa30cfa8266d8b3f554" }, { - "title": "A cocktail party from hell: in court with Ghislaine Maxwell, the society princess", - "description": "

    Week one of the much anticipated New York trial of Jeffrey Epstein’s ex-lover saw her big-money defence lawyers trying to outmuscle an underpowered prosecution.

    The lady in the white mask is quite the gracious host, mwah-mwahing her pals, hugs-a-go-go, writing thoughtful little Post-it notes, blessing her set with her exclusive attention. Only this is not a gathering of socialites over canapés, but a child sexual abuse trial, and her friends are fancy lawyers, and the people who once served and allegedly serviced her and her ex-lover Jeffrey Epstein, body and soul, seem to be in no mood for mwah-mwah.

    Welcome to the cocktail party from hell, or to give the proceedings their proper name, the trial of the United States of America v Ghislaine Maxwell. Staged in the grand US federal court building in a half-empty Manhattan, it is a grimly fascinating study, if you side with the defence, in false memory syndrome and gold-digging.

    Continue reading...", - "content": "

    Week one of the much anticipated New York trial of Jeffrey Epstein’s ex-lover saw her big-money defence lawyers trying to outmuscle an underpowered prosecution.

    The lady in the white mask is quite the gracious host, mwah-mwahing her pals, hugs-a-go-go, writing thoughtful little Post-it notes, blessing her set with her exclusive attention. Only this is not a gathering of socialites over canapés, but a child sexual abuse trial, and her friends are fancy lawyers, and the people who once served and allegedly serviced her and her ex-lover Jeffrey Epstein, body and soul, seem to be in no mood for mwah-mwah.

    Welcome to the cocktail party from hell, or to give the proceedings their proper name, the trial of the United States of America v Ghislaine Maxwell. Staged in the grand US federal court building in a half-empty Manhattan, it is a grimly fascinating study, if you side with the defence, in false memory syndrome and gold-digging.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/04/a-cocktail-party-from-hell-in-court-with-ghislaine-maxwell-the-mwah-mwah-princess-jeffrey-epstein", - "creator": "John Sweeney", - "pubDate": "2021-12-04T18:10:32Z", + "title": "House of Gucci review – Lady Gaga steers a steely path through the madness", + "description": "

    Gaga rules in Ridley Scott’s at times ridiculous drama based on the true-life sagas of the Italian fashion dynasty

    “The most Gucci of them all” is how Patrizia Reggiani described herself in a 2014 interview and, judging by this entertainingly ripe, comedically tinged tragedy, she has a point. Variously known as “Lady Gucci” and “Black Widow”, Reggiani became the centre of a very 1990s scandal involving lust, money, fashion, murder… and a clairvoyant. To that tabloid-friendly cocktail, Ridley Scott’s latest “true story” potboiler adds a dash of pop superstardom, with Lady Gaga (Oscar- nominated for her close-to-home performance in A Star Is Born) relishing the chance to find the human cracks beneath a larger-than-life, femme fatale surface.

    Adapted by screenwriters Becky Johnston and Roberto Bentivegna from the nonfiction book by Sara Gay Forden, House of Gucci charts a crowd-pleasing course from the Milanese party scene of the 1970s to a high-profile, end-of-the-century trial. At its heart is the doomed romance between Patrizia and Maurizio Gucci, the latter played behind stylishly studious glasses by cinema’s sexy nerd de nos jours, Adam Driver. “I want to see how this story goes,” says Patrizia, embarking upon a twisted fairytale romance with the grandson of Guccio Gucci that starts with masked balls and talk of midnight chimes and pumpkins and ends with family back-stabbings, jealous rages and deadly rivalries.

    Continue reading...", + "content": "

    Gaga rules in Ridley Scott’s at times ridiculous drama based on the true-life sagas of the Italian fashion dynasty

    “The most Gucci of them all” is how Patrizia Reggiani described herself in a 2014 interview and, judging by this entertainingly ripe, comedically tinged tragedy, she has a point. Variously known as “Lady Gucci” and “Black Widow”, Reggiani became the centre of a very 1990s scandal involving lust, money, fashion, murder… and a clairvoyant. To that tabloid-friendly cocktail, Ridley Scott’s latest “true story” potboiler adds a dash of pop superstardom, with Lady Gaga (Oscar- nominated for her close-to-home performance in A Star Is Born) relishing the chance to find the human cracks beneath a larger-than-life, femme fatale surface.

    Adapted by screenwriters Becky Johnston and Roberto Bentivegna from the nonfiction book by Sara Gay Forden, House of Gucci charts a crowd-pleasing course from the Milanese party scene of the 1970s to a high-profile, end-of-the-century trial. At its heart is the doomed romance between Patrizia and Maurizio Gucci, the latter played behind stylishly studious glasses by cinema’s sexy nerd de nos jours, Adam Driver. “I want to see how this story goes,” says Patrizia, embarking upon a twisted fairytale romance with the grandson of Guccio Gucci that starts with masked balls and talk of midnight chimes and pumpkins and ends with family back-stabbings, jealous rages and deadly rivalries.

    Continue reading...", + "category": "House of Gucci", + "link": "https://www.theguardian.com/film/2021/nov/28/house-of-gucci-review-ridley-scott-lady-gaga-al-pacino-jared-leto", + "creator": "Mark Kermode, Observer film critic", + "pubDate": "2021-11-28T08:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227267,16 +252620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11b7a5b8cd48b259e356a34130ab1b04" + "hash": "8fc2303be48e80d0f63ecc62c7d45952" }, { - "title": "Bookseller Samir Mansour: ‘It was shocking to realise I was a target’", - "description": "

    The Palestinian bookseller whose shop was destroyed in the most recent conflict in Gaza on how it has been crowdfunded back into existence – three times bigger

    Bookseller Samir Mansour did not get much sleep the night in May this year that changed his life: he had stayed awake watching the news for updates as Israeli bombs fell on Gaza City.

    Around 6am, the Al Jazeera anchor said that the busy downtown street home to Mansour’s business was under attack. His instinct was to rush to the area in an effort to save his collection. Instead, he arrived just in time to see two missiles smash through the glass storefront as the building collapsed.

    Continue reading...", - "content": "

    The Palestinian bookseller whose shop was destroyed in the most recent conflict in Gaza on how it has been crowdfunded back into existence – three times bigger

    Bookseller Samir Mansour did not get much sleep the night in May this year that changed his life: he had stayed awake watching the news for updates as Israeli bombs fell on Gaza City.

    Around 6am, the Al Jazeera anchor said that the busy downtown street home to Mansour’s business was under attack. His instinct was to rush to the area in an effort to save his collection. Instead, he arrived just in time to see two missiles smash through the glass storefront as the building collapsed.

    Continue reading...", - "category": "Gaza", - "link": "https://www.theguardian.com/world/2021/dec/04/bookseller-samir-mansour-bookshop-gaza-bombed-faces-of-year", - "creator": "Bethan McKernan", - "pubDate": "2021-12-04T19:00:34Z", + "title": "‘The goal was to silence people’: historian Joanne Freeman on congressional violence", + "description": "

    Paul Gosar was censured for a video depicting a colleague’s murder but physical assaults were a feature of the pre-civil war era

    As the House debated whether the Republican congressman Paul Gosar should be censured for depicting the murder of his colleague, one Democratic leader took a moment to reflect on the chamber’s long history of violence.

    Speaking on the House floor last week, the majority leader, Steny Hoyer, argued that Gosar had grossly violated the chamber’s rules of conduct by sharing an altered anime video showing him killing Congresswoman Alexandria Ocasio-Cortez and attacking President Joe Biden.

    Continue reading...", + "content": "

    Paul Gosar was censured for a video depicting a colleague’s murder but physical assaults were a feature of the pre-civil war era

    As the House debated whether the Republican congressman Paul Gosar should be censured for depicting the murder of his colleague, one Democratic leader took a moment to reflect on the chamber’s long history of violence.

    Speaking on the House floor last week, the majority leader, Steny Hoyer, argued that Gosar had grossly violated the chamber’s rules of conduct by sharing an altered anime video showing him killing Congresswoman Alexandria Ocasio-Cortez and attacking President Joe Biden.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/2021/nov/28/historian-joanne-freeman-congressional-violence-paul-gosar", + "creator": "Joan E Greve in Washington", + "pubDate": "2021-11-28T07:00:21Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227287,16 +252640,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bef92024ebb2af839e27c8cb9d0fa70e" + "hash": "b0a9abbb948ad1239d64af713c9488e4" }, { - "title": "Louis Theroux: ‘I’ve always found anxiety in the most unlikely places’", - "description": "

    The broadcaster, 51, talks about his first memories, last meal, lockdown resets and his brainier older brother

    I always felt like the second fiddle to my older brother Marcel, who I thought was impossibly brilliant and mature and seemed to be reading more or less from the womb, although I’m two years younger, so I wouldn’t have known that first-hand. I was the sideshow: the funny one, the ridiculous one my grandparents said was “good with my hands”, which at five or six I embraced. It was only as I got older I realised it meant, “might not want to stay in school past 14 or 15”.

    From childhood I’ve always found anxiety in the most unlikely places. Aged six I remember watching maypole dancers skipping around and braiding these ribbons into beautiful patterns at my Ssouth London primary school and even though I was still in the infants and wouldn’t be doing it for years, I thought, “I’m never going to be able to fucking dance around a maypole.” All through my life I’ve tended to experience future events in a negative way. It’s always been a source of looming discomfiture.

    Continue reading...", - "content": "

    The broadcaster, 51, talks about his first memories, last meal, lockdown resets and his brainier older brother

    I always felt like the second fiddle to my older brother Marcel, who I thought was impossibly brilliant and mature and seemed to be reading more or less from the womb, although I’m two years younger, so I wouldn’t have known that first-hand. I was the sideshow: the funny one, the ridiculous one my grandparents said was “good with my hands”, which at five or six I embraced. It was only as I got older I realised it meant, “might not want to stay in school past 14 or 15”.

    From childhood I’ve always found anxiety in the most unlikely places. Aged six I remember watching maypole dancers skipping around and braiding these ribbons into beautiful patterns at my Ssouth London primary school and even though I was still in the infants and wouldn’t be doing it for years, I thought, “I’m never going to be able to fucking dance around a maypole.” All through my life I’ve tended to experience future events in a negative way. It’s always been a source of looming discomfiture.

    Continue reading...", + "title": "Every good dog deserves a musical tribute", + "description": "

    Hector, dog of dogs, is the most glorious companion. Simon Tiffin reveals how he came to commission a piece of music that would evoke his spirit when he finally departs this world

    One of the earliest signs of spring in my garden is a ring of snowdrops and winter acconites that encircles the trunk of a medlar tree outside the greenhouse. This yellow-and-white display was planted to complement a collection of elegantly engraved, moss-covered mini-headstones that mark the resting places of the previous owner’s dogs. Each of these markers has a simple but evocative dedication: “Medlar, beloved Border Terrier”; “Otter, a little treasure. Sister of Medlar”; “Skip, grandson of Genghis. Sweet eccentric.” Every time I see this pet cemetery I am reminded that, despite a complex denial structure that involves a sneaking suspicion that he is immortal, there will come a time when I have to face the death of Hector, dog of dogs.

    Hector is a cockapoo and not ashamed to admit it. He sneers at terms such as “designer dog” and “hybrid” and is rightly proud of his spaniel/poodle heritage. Although many people have an origin myth of how their pet chose them, in Hector’s case it is true. When I went with my wife Alexa to see a friend whose working cocker had recently given birth, a blind, chocolate-brown caterpillar of a pup freed himself from the wriggling furry mass of his siblings and crawled his way towards us. Bonding was instant and, on our side, unconditional.

    Continue reading...", + "content": "

    Hector, dog of dogs, is the most glorious companion. Simon Tiffin reveals how he came to commission a piece of music that would evoke his spirit when he finally departs this world

    One of the earliest signs of spring in my garden is a ring of snowdrops and winter acconites that encircles the trunk of a medlar tree outside the greenhouse. This yellow-and-white display was planted to complement a collection of elegantly engraved, moss-covered mini-headstones that mark the resting places of the previous owner’s dogs. Each of these markers has a simple but evocative dedication: “Medlar, beloved Border Terrier”; “Otter, a little treasure. Sister of Medlar”; “Skip, grandson of Genghis. Sweet eccentric.” Every time I see this pet cemetery I am reminded that, despite a complex denial structure that involves a sneaking suspicion that he is immortal, there will come a time when I have to face the death of Hector, dog of dogs.

    Hector is a cockapoo and not ashamed to admit it. He sneers at terms such as “designer dog” and “hybrid” and is rightly proud of his spaniel/poodle heritage. Although many people have an origin myth of how their pet chose them, in Hector’s case it is true. When I went with my wife Alexa to see a friend whose working cocker had recently given birth, a blind, chocolate-brown caterpillar of a pup freed himself from the wriggling furry mass of his siblings and crawled his way towards us. Bonding was instant and, on our side, unconditional.

    Continue reading...", "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/04/louis-theroux-ive-always-found-anxiety-in-the-most-unlikely-places-", - "creator": "Nick McGrath", - "pubDate": "2021-12-04T14:00:27Z", + "link": "https://www.theguardian.com/lifeandstyle/2021/nov/28/every-dog-deserves-a-musical-tribute-simon-tiffin-pet-hector-gets-a-hequiem", + "creator": "Simon Tiffin", + "pubDate": "2021-11-28T07:00:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227307,36 +252660,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "d33cb408fbf9376ab2c8639e32222915" + "hash": "89f10de82ba5faab8c1a4ec562d69240" }, { - "title": "How the murder of a Swedish rapper shocked a nation and put police on the back foot", - "description": "

    Ultraviolent gangs are threatening to subvert the rule of law in Sweden. We head out with police in a Gothenburg suburb to find out what it could mean for the rest of Europe and the UK

    They began heading for the shopping mall exit when they saw the police. One of the four gang members, a local rapper called Lelo whose music videos venerate handguns and violence, turned to exchange pleasantries with Mike, an officer with the Swedish police.

    Lelo and Mike have history. During a recent riot outside the mall that prompted a killing that could easily have led to another six, Lelo was among 32 arrested. In his subsequent court appearance, Mike had to intervene as Lelo’s posturing threatened to boil over.

    Continue reading...", - "content": "

    Ultraviolent gangs are threatening to subvert the rule of law in Sweden. We head out with police in a Gothenburg suburb to find out what it could mean for the rest of Europe and the UK

    They began heading for the shopping mall exit when they saw the police. One of the four gang members, a local rapper called Lelo whose music videos venerate handguns and violence, turned to exchange pleasantries with Mike, an officer with the Swedish police.

    Lelo and Mike have history. During a recent riot outside the mall that prompted a killing that could easily have led to another six, Lelo was among 32 arrested. In his subsequent court appearance, Mike had to intervene as Lelo’s posturing threatened to boil over.

    Continue reading...", - "category": "Sweden", - "link": "https://www.theguardian.com/world/2021/dec/04/how-the-of-a-swedish-rapper-shocked-a-nation-and-put-police-on-the-back-foot", - "creator": "Mark Townsend", - "pubDate": "2021-12-04T16:15:30Z", + "title": "Met police charge man, 19, with six counts of sharing extremist material", + "description": "

    Elias Djelloul was arrested in east London on Friday and will appear in court on Monday

    A 19-year-old man will appear in court next week accused of sharing extremist material.

    Elias Djelloul was arrested at an address in east London on Friday, the Metropolitan police’s counter-terrorism command said.

    Continue reading...", + "content": "

    Elias Djelloul was arrested in east London on Friday and will appear in court on Monday

    A 19-year-old man will appear in court next week accused of sharing extremist material.

    Elias Djelloul was arrested at an address in east London on Friday, the Metropolitan police’s counter-terrorism command said.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/nov/27/met-police-charge-man-19-with-six-counts-of-sharing-extremist-material", + "creator": "PA Media", + "pubDate": "2021-11-27T20:56:37Z", "enclosure": "", "enclosureType": "", "image": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b12bb1b9bd9cb8e96df664d686c07e5" + "hash": "014a2c700f602a6f3d7f1f80fbb3af58" }, { - "title": "Home Office borders bill could ‘create a British Guantánamo Bay,’ says Tory MP", - "description": "

    Former Brexit secretary David Davis says Priti Patel’s plans could foster a situation similar to notorious US detention camp

    A former Conservative cabinet minister has warned that the Home Office’s controversial borders bill risks creating a “British Guantanamo Bay,”. David Davis, who served as Brexit secretary from 2016 to 2018, said that the home secretary’s plans to send asylum seekers to another country while their claims are processed may create a facility as notorious as the US detention camp in Cuba.

    Guantanamo Bay has been described as a “stain on the human rights record” of the US and the “gulag of our times” with detainees making repeated allegations of torture, sexual degradation and religious persecution.

    Continue reading...", - "content": "

    Former Brexit secretary David Davis says Priti Patel’s plans could foster a situation similar to notorious US detention camp

    A former Conservative cabinet minister has warned that the Home Office’s controversial borders bill risks creating a “British Guantanamo Bay,”. David Davis, who served as Brexit secretary from 2016 to 2018, said that the home secretary’s plans to send asylum seekers to another country while their claims are processed may create a facility as notorious as the US detention camp in Cuba.

    Guantanamo Bay has been described as a “stain on the human rights record” of the US and the “gulag of our times” with detainees making repeated allegations of torture, sexual degradation and religious persecution.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/dec/04/home-office-borders-bill-could-create-a-british-guantanamo-bay-says-tory-mp", - "creator": "Mark Townsend and Toby Helm", - "pubDate": "2021-12-04T21:00:36Z", + "title": "How settler violence is fuelling West Bank tension", + "description": "

    As attacks on Palestinians worsen, we speak to farmers, settlers, Israeli human rights activists, and the mother of a three-year-old boy left injured in a raid

    The assault was already under way when, having hastily collected her youngest child from a neighbour, Baraa Hamamda, 24, ran home to find her three-year-old son, Mohammed, lying in a small pool of blood and apparently lifeless on the bare floor where she had left him asleep. “I thought that’s it, he’s dead,” she says. “He won’t come back.”

    Mohammed wasn’t dead, though he wouldn’t regain consciousness for more than 11 hours, having been struck on the head by a stone thrown through a window by an Israeli settler, one of dozens who had invaded the isolated village of Al Mufakara, in the West Bank’s rocky, arid south Hebron hills.

    Continue reading...", + "content": "

    As attacks on Palestinians worsen, we speak to farmers, settlers, Israeli human rights activists, and the mother of a three-year-old boy left injured in a raid

    The assault was already under way when, having hastily collected her youngest child from a neighbour, Baraa Hamamda, 24, ran home to find her three-year-old son, Mohammed, lying in a small pool of blood and apparently lifeless on the bare floor where she had left him asleep. “I thought that’s it, he’s dead,” she says. “He won’t come back.”

    Mohammed wasn’t dead, though he wouldn’t regain consciousness for more than 11 hours, having been struck on the head by a stone thrown through a window by an Israeli settler, one of dozens who had invaded the isolated village of Al Mufakara, in the West Bank’s rocky, arid south Hebron hills.

    Continue reading...", + "category": "Palestinian territories", + "link": "https://www.theguardian.com/world/2021/nov/28/israel-palestine-west-bank-settler-violence-tension", + "creator": "Donald Macintyre & Quique Kierszenbaum in Al Mufakara", + "pubDate": "2021-11-28T10:00:23Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227347,16 +252700,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f1312df2d5c0090b6b8909110e7acc4" + "hash": "1a454b27a8a1971a6e02f4317484d760" }, { - "title": "Australia live news updates: Pfizer provisionally approved for five to 11-year-olds; Victoria records 980 new Covid cases and seven deaths", - "description": "

    Omicron cases continue to climb in Sydney as thousands of people protest for ‘freedom’ in Melbourne

    Hunt is asked whether states, like Queensland, will hold off opening state borders until at least 80% of kids aged five to 11 are vaccinated given today’s announcement.

    Hunt:

    There is no reason for that. The Doherty modelling was set out very clearly on the 80% rates for double dosed across the country for 16 plus, and what we have seen now is that in terms of the 12 to 15-year-olds, we have now had an extra 1.8 million vaccinations over and above the Doherty modelling. The Doherty modelling was based on an 80% national rate for double dosed and didn’t include 12 to 15-year-olds.

    A bit over a fifth of all cases of Covid are actually in the under 12s. Indeed, some of the early data with Omicron suggests it may actually be higher for the Omicron variant ... While most kids to get fairly mild infection and only a limited number end up in ICU, is great, there are bigger impacts.

    Unfortunately about one in 3,000 of the kids who get Covid actually end up with this funny immunological condition called multi-system inflammatory condition. Those kids can end up being very sick for months. It is not the same as long Covid but it has some things in common, and it has a whole range of symptoms where the kid is just not well. That is one of the things we are protecting against by vaccinating children...

    Continue reading...", - "content": "

    Omicron cases continue to climb in Sydney as thousands of people protest for ‘freedom’ in Melbourne

    Hunt is asked whether states, like Queensland, will hold off opening state borders until at least 80% of kids aged five to 11 are vaccinated given today’s announcement.

    Hunt:

    There is no reason for that. The Doherty modelling was set out very clearly on the 80% rates for double dosed across the country for 16 plus, and what we have seen now is that in terms of the 12 to 15-year-olds, we have now had an extra 1.8 million vaccinations over and above the Doherty modelling. The Doherty modelling was based on an 80% national rate for double dosed and didn’t include 12 to 15-year-olds.

    A bit over a fifth of all cases of Covid are actually in the under 12s. Indeed, some of the early data with Omicron suggests it may actually be higher for the Omicron variant ... While most kids to get fairly mild infection and only a limited number end up in ICU, is great, there are bigger impacts.

    Unfortunately about one in 3,000 of the kids who get Covid actually end up with this funny immunological condition called multi-system inflammatory condition. Those kids can end up being very sick for months. It is not the same as long Covid but it has some things in common, and it has a whole range of symptoms where the kid is just not well. That is one of the things we are protecting against by vaccinating children...

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/05/australia-live-news-updates-omicron-covid-cases-pfizer-vaccine-approved", - "creator": "Justine Landis-Hanley", - "pubDate": "2021-12-04T22:39:58Z", + "title": "Tonga’s drug crisis: Why a tiny Pacific island is struggling with a meth epidemic", + "description": "

    Spike in drug use has caused problems across Tongan society, with arrests doubling in two years and children severely affected

    After more than four decades spent living in New Zealand, Ned Cook knew it was time to return to his home country of Tonga.

    His country was in the grip of a methamphetamine epidemic that was ripping families apart and overrunning the country’s hospitals and jails. Cook, a trained drug and alcohol abuse counsellor, with a history of drug abuse himself, had been preparing for years to return to Tonga to combat it.

    Continue reading...", + "content": "

    Spike in drug use has caused problems across Tongan society, with arrests doubling in two years and children severely affected

    After more than four decades spent living in New Zealand, Ned Cook knew it was time to return to his home country of Tonga.

    His country was in the grip of a methamphetamine epidemic that was ripping families apart and overrunning the country’s hospitals and jails. Cook, a trained drug and alcohol abuse counsellor, with a history of drug abuse himself, had been preparing for years to return to Tonga to combat it.

    Continue reading...", + "category": "Tonga", + "link": "https://www.theguardian.com/world/2021/nov/28/tongas-drug-crisis-why-a-tiny-pacific-island-is-struggling-with-a-meth-epidemic", + "creator": "Joshua Mcdonald", + "pubDate": "2021-11-27T19:00:07Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227367,16 +252720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0af016a259d15d15acfe9302643367ef" + "hash": "8b7eac78ba8c458861ab3dfe67268848" }, { - "title": "Indonesia: one dead as Semeru volcano spews huge ash cloud", - "description": "

    Evacuation efforts are being hampered by thick smoke that has plunged nearby villages in darkness

    One person has died after the highest volcano on Indonesia’s most densely populated island of Java spewed thick columns of ash high into the sky, triggering panic among people living nearby.

    As well as the fatality, the volcanic eruption of Mount Semeru in East Java province caused 41 burn injuries, said the deputy district chief of Lumajang, an area nearby.

    Continue reading...", - "content": "

    Evacuation efforts are being hampered by thick smoke that has plunged nearby villages in darkness

    One person has died after the highest volcano on Indonesia’s most densely populated island of Java spewed thick columns of ash high into the sky, triggering panic among people living nearby.

    As well as the fatality, the volcanic eruption of Mount Semeru in East Java province caused 41 burn injuries, said the deputy district chief of Lumajang, an area nearby.

    Continue reading...", - "category": "Volcanoes", - "link": "https://www.theguardian.com/world/2021/dec/04/indonesia-one-dead-as-semeru-volcano-spews-huge-ash-cloud", - "creator": "Agencies", - "pubDate": "2021-12-04T14:40:35Z", + "title": "Australian government’s ‘anti-troll’ legislation would allow social media users to sue bullies", + "description": "

    Laws would require companies to reveal users’ identities but experts say focus on defamation will not help curb rates of online bullying

    The Australian government is set to introduce some of the toughest “anti-troll” legislation in the world, but experts say its focus on defamation will not help curb the rates of online bullying or cyberhate.

    On Sunday prime minister, Scott Morrison, announced his government would introduce legislation to parliament this week that would make social media companies reveal the identities of anonymous trolling accounts and offer a pathway to sue those people for defamation.

    Continue reading...", + "content": "

    Laws would require companies to reveal users’ identities but experts say focus on defamation will not help curb rates of online bullying

    The Australian government is set to introduce some of the toughest “anti-troll” legislation in the world, but experts say its focus on defamation will not help curb the rates of online bullying or cyberhate.

    On Sunday prime minister, Scott Morrison, announced his government would introduce legislation to parliament this week that would make social media companies reveal the identities of anonymous trolling accounts and offer a pathway to sue those people for defamation.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/nov/28/coalition-bill-would-force-social-media-companies-to-reveal-identities-of-online-bullies", + "creator": "Cait Kelly", + "pubDate": "2021-11-28T07:30:51Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227387,16 +252740,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ee7b4ea48099ab2a6703dc44d1a4ef0" + "hash": "58614878615250929ebf1498ca6a2a44" }, { - "title": "France stunned as judo star’s coach cleared of domestic violence", - "description": "

    Margaux Pinot says she feared her partner would kill her, but judge says there is not enough proof of guilt

    French sports stars and politicians have expressed anger at the acquittal of a coach accused of domestic violence against the Olympic judo champion Margaux Pinot, as the state prosecutor launched an appeal.

    Pinot, 27, a gold medallist at the Tokyo Olympics, had serious facial injuries including a fractured nose when she filed a police complaint in the early hours of Sunday. She said her partner and trainer, Alain Schmitt, had attacked her at her flat outside Paris, wrestled her to the ground, verbally abused her, punched her many times, repeatedly smashed her head on to the ground and tried to strangle her.

    Continue reading...", - "content": "

    Margaux Pinot says she feared her partner would kill her, but judge says there is not enough proof of guilt

    French sports stars and politicians have expressed anger at the acquittal of a coach accused of domestic violence against the Olympic judo champion Margaux Pinot, as the state prosecutor launched an appeal.

    Pinot, 27, a gold medallist at the Tokyo Olympics, had serious facial injuries including a fractured nose when she filed a police complaint in the early hours of Sunday. She said her partner and trainer, Alain Schmitt, had attacked her at her flat outside Paris, wrestled her to the ground, verbally abused her, punched her many times, repeatedly smashed her head on to the ground and tried to strangle her.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/03/france-stunned-as-judo-stars-coach-cleared-of-domestic-violence", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2021-12-03T14:01:19Z", + "title": "Omicron: everything you need to know about new Covid variant", + "description": "

    Key questions answered about coronavirus variant first detected in southern Africa

    The variant was initially referred to as B.1.1.529, but on Friday was designated as a variant of concern (VOC) by the World Health Organization because of its “concerning” mutations and because “preliminary evidence suggests an increased risk of reinfection with this variant”. The WHO system assigns such variants a Greek letter, to provide a non-stigmatising label that does not associate new variants with the location where they were first detected. The new variant has been called Omicron.

    Continue reading...", + "content": "

    Key questions answered about coronavirus variant first detected in southern Africa

    The variant was initially referred to as B.1.1.529, but on Friday was designated as a variant of concern (VOC) by the World Health Organization because of its “concerning” mutations and because “preliminary evidence suggests an increased risk of reinfection with this variant”. The WHO system assigns such variants a Greek letter, to provide a non-stigmatising label that does not associate new variants with the location where they were first detected. The new variant has been called Omicron.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/26/vaccine-resistant-what-scientists-know-new-covid-variant", + "creator": "Hannah Devlin Science correspondent", + "pubDate": "2021-11-26T18:52:02Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227407,16 +252760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af3730233e293b1284dbd2761648ec3b" + "hash": "6064dcbbd21c7acb5c206a13ce8ddb20" }, { - "title": "Pope Francis criticises Europe’s divided response to migration crisis", - "description": "

    Pontiff uses visit to Greece to highlight plight of migrants and refugees, and voice concern over threat to democracy

    Pope Francis has used a trip to Greece to hit out at Europe for the divisions it has exhibited over migration while warning against the perils of populism.

    Greece has long been on the frontline of the refugee crisis.

    Continue reading...", - "content": "

    Pontiff uses visit to Greece to highlight plight of migrants and refugees, and voice concern over threat to democracy

    Pope Francis has used a trip to Greece to hit out at Europe for the divisions it has exhibited over migration while warning against the perils of populism.

    Greece has long been on the frontline of the refugee crisis.

    Continue reading...", - "category": "Pope Francis", - "link": "https://www.theguardian.com/world/2021/dec/04/pope-francis-criticises-europes-divided-response-to-migration-crisis", - "creator": "Helena Smith in Athens", - "pubDate": "2021-12-04T20:04:29Z", + "title": "What should the UK do now? Experts on responses to the new Covid variant", + "description": "

    Analysis: From the red list to winter plan B, scientists consider what tools are best to counter B.1.1.529

    Despite the UK’s much-vaunted vaccination programme, and scientists’ ever-growing understanding of Covid-19, Britain and the rest of the world face the challenge of a new, potentially more transmissible variant just a month before Christmas.

    While Sajid Javid, the health secretary, announced the red-listing of six southern African countries and said “we must act with caution”, he ruled out immediate new Covid measures including triggering winter plan B – which would involve working from home, mask-wearing and Covid passports.

    Continue reading...", + "content": "

    Analysis: From the red list to winter plan B, scientists consider what tools are best to counter B.1.1.529

    Despite the UK’s much-vaunted vaccination programme, and scientists’ ever-growing understanding of Covid-19, Britain and the rest of the world face the challenge of a new, potentially more transmissible variant just a month before Christmas.

    While Sajid Javid, the health secretary, announced the red-listing of six southern African countries and said “we must act with caution”, he ruled out immediate new Covid measures including triggering winter plan B – which would involve working from home, mask-wearing and Covid passports.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/26/with-so-little-known-about-new-covid-variant-uk-must-act-fast-say-experts", + "creator": "Nicola Davis Science correspondent", + "pubDate": "2021-11-26T16:33:11Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227427,16 +252780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb6c27e0091c7f6bd4c3af470c9b8ed3" + "hash": "316a97e32985780235f4985274344d25" }, { - "title": "‘A new church’: why a Uniting reverend is preaching to Anglicans in a gay couple’s home", - "description": "

    Peter Grace and Peter Sanders disagreed with the conservative Anglicanism of their Armidale diocese, so they left – and took the congregation with them

    On a cool, grey Sunday in November, in a small home on the edge of Armidale, a new church is born.

    About 30 parishioners are crowded on the wooden deck, spilling back through the sliding doors and into a living room dominated by a black Kawai concert grand piano. They sit on patio furniture, white plastic lawn chairs and stools from the breakfast bar.

    Continue reading...", - "content": "

    Peter Grace and Peter Sanders disagreed with the conservative Anglicanism of their Armidale diocese, so they left – and took the congregation with them

    On a cool, grey Sunday in November, in a small home on the edge of Armidale, a new church is born.

    About 30 parishioners are crowded on the wooden deck, spilling back through the sliding doors and into a living room dominated by a black Kawai concert grand piano. They sit on patio furniture, white plastic lawn chairs and stools from the breakfast bar.

    Continue reading...", - "category": "Rural Australia", - "link": "https://www.theguardian.com/australia-news/2021/dec/05/a-new-church-why-a-uniting-reverend-is-preaching-to-anglicans-in-a-gay-couples-home", - "creator": "Tom Plevey", - "pubDate": "2021-12-04T19:00:36Z", + "title": "Macron calls for greater cooperation from UK over refugee Channel crossings – video", + "description": "

    Emmanuel Macron has stressed the need to develop 'stronger and responsible' partnerships with Britain and Europe after at least 27 people, including women and children, died on Wednesday trying to cross the Channel on an inflatable boat.

    Speaking on Thursday, the French president said: 'When these men and women reach the shores of the Channel, it is already too late.'

    British and French leaders have traded accusations after the tragedy

    Continue reading...", + "content": "

    Emmanuel Macron has stressed the need to develop 'stronger and responsible' partnerships with Britain and Europe after at least 27 people, including women and children, died on Wednesday trying to cross the Channel on an inflatable boat.

    Speaking on Thursday, the French president said: 'When these men and women reach the shores of the Channel, it is already too late.'

    British and French leaders have traded accusations after the tragedy

    Continue reading...", + "category": "Emmanuel Macron", + "link": "https://www.theguardian.com/world/video/2021/nov/25/emmanuel-macron-calls-greater-cooperation-uk-refugee-channel-crossings-video", + "creator": "", + "pubDate": "2021-11-25T16:01:19Z", "enclosure": "", "enclosureType": "", "image": "", @@ -227447,10469 +252800,10844 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed05b3d352d0fa8db63059156f8f39ad" + "hash": "9bf3990ff9eeee934515b5a7e14a92a3" }, { - "title": "Hundreds join vigil for stabbing victim Ava White, 12, in Liverpool", - "description": "

    Event took place near where Ava White was killed after a Christmas lights switch-on last month

    Hundreds of people have turned out to pay their respects to 12-year-old Ava White at a vigil held in her memory. She was fatally stabbed in Liverpool city centre on 25 November after a Christmas lights switch-on.

    On Saturday, family, friends and others gathered in Church Street, close to where the incident happened, to pay tribute to her. Hundreds of balloons, some in the shape of the letter A, were released at the start of the vigil. Many people wore hoodies with Ava’s face on and others had her name written on their faces.

    Continue reading...", - "content": "

    Event took place near where Ava White was killed after a Christmas lights switch-on last month

    Hundreds of people have turned out to pay their respects to 12-year-old Ava White at a vigil held in her memory. She was fatally stabbed in Liverpool city centre on 25 November after a Christmas lights switch-on.

    On Saturday, family, friends and others gathered in Church Street, close to where the incident happened, to pay tribute to her. Hundreds of balloons, some in the shape of the letter A, were released at the start of the vigil. Many people wore hoodies with Ava’s face on and others had her name written on their faces.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/04/hundreds-join-vigil-for-stabbing-victim-ava-white-12-in-liverpool", - "creator": "PA Media", - "pubDate": "2021-12-04T20:07:29Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Australia Covid news live: country braces for Omicron as states and territories tighten border restrictions on overseas arrivals", + "description": "

    Concerns new Covid variant is already in NSW and NT; UK, Germany and Italy detect cases. Follow all the day’s news live


    The Nothern Territory has two new Covid-19 cases, including an international traveller from South Africa.

    Our friends at AAP have the story:

    The Northern Territory has two new COVID-19 cases, one an arrival on a repatriation flight from South Africa where the new and heavily mutated Omicron variant has been detected.

    Authorities as yet have no genomic sequencing in relation to the passenger’s infection strain, Health Minister Natasha Fyles says.

    Continue reading...", + "content": "

    Concerns new Covid variant is already in NSW and NT; UK, Germany and Italy detect cases. Follow all the day’s news live


    The Nothern Territory has two new Covid-19 cases, including an international traveller from South Africa.

    Our friends at AAP have the story:

    The Northern Territory has two new COVID-19 cases, one an arrival on a repatriation flight from South Africa where the new and heavily mutated Omicron variant has been detected.

    Authorities as yet have no genomic sequencing in relation to the passenger’s infection strain, Health Minister Natasha Fyles says.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/nov/28/australia-covid-news-omicron-corona-nsw-victoria-nt-uk-europe-politics-canberra-morrison-andrews-perrottet-gunner-africa-", + "creator": "Justine Landis-Hanley", + "pubDate": "2021-11-27T21:55:34Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7f68df641232841ab6735d3dbc88365" + "hash": "202bfd06a1f5eb96350ac0266f78bbd0" }, { - "title": "Trump social media company claims to raise $1bn from investors", - "description": "
    • Trump Media & Technology Group launched in October
    • Investors not identified but partner claims ‘diverse group’

    Donald Trump’s new social media company and its special purpose acquisition company partner said on Saturday the partner had agreements for $1bn in capital from institutional investors.

    The former president launched Trump Media & Technology Group (TMTG) in October. He unveiled plans for a new messaging app called Truth Social, meant to rival Twitter and the other social media platforms that banned him following the deadly attack on the US Capitol on 6 January.

    Continue reading...", - "content": "
    • Trump Media & Technology Group launched in October
    • Investors not identified but partner claims ‘diverse group’

    Donald Trump’s new social media company and its special purpose acquisition company partner said on Saturday the partner had agreements for $1bn in capital from institutional investors.

    The former president launched Trump Media & Technology Group (TMTG) in October. He unveiled plans for a new messaging app called Truth Social, meant to rival Twitter and the other social media platforms that banned him following the deadly attack on the US Capitol on 6 January.

    Continue reading...", - "category": "Donald Trump", - "link": "https://www.theguardian.com/us-news/2021/dec/04/trump-social-media-company-claims-to-raise-1bn-from-investors", - "creator": "Associated Press in New York", - "pubDate": "2021-12-04T19:56:24Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Niger: two killed and 17 injured in clash with French military convoy", + "description": "

    Force used against protesters who blocked vehicles amid rising anger over France’s presence in former colonies

    At least two people were killed and 18 injured in western Niger on Saturday when protesters clashed with a French military convoy they blocked after it crossed the border from Burkina Faso, Niger’s government said.

    The armoured vehicles and logistics trucks had crossed the border on Friday after being blocked in Burkina Faso for a week by demonstrations there against French forces’ failure to stop mounting violence by Islamist militants.

    Continue reading...", + "content": "

    Force used against protesters who blocked vehicles amid rising anger over France’s presence in former colonies

    At least two people were killed and 18 injured in western Niger on Saturday when protesters clashed with a French military convoy they blocked after it crossed the border from Burkina Faso, Niger’s government said.

    The armoured vehicles and logistics trucks had crossed the border on Friday after being blocked in Burkina Faso for a week by demonstrations there against French forces’ failure to stop mounting violence by Islamist militants.

    Continue reading...", + "category": "Niger", + "link": "https://www.theguardian.com/world/2021/nov/27/niger-two-killed-and-17-injured-in-clash-with-french-military-convoy", + "creator": "Reuters", + "pubDate": "2021-11-27T21:02:13Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f11c4ac5669fbc0e88dcce50388f4a64" + "hash": "64d0103ee3b488c85a38b9182703e5da" }, { - "title": "Covid news: pre-departure tests return for all UK arrivals and Nigeria added to red list", - "description": "

    Health secretary Sajid Javid confirms rules will come into force from 7 December as Nigeria is added to the travel red list

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", - "content": "

    Health secretary Sajid Javid confirms rules will come into force from 7 December as Nigeria is added to the travel red list

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/04/covid-news-boris-johnson-reported-to-police-over-no-10-parties-south-korea-cases-and-deaths-at-new-high", - "creator": "Nadeem Badshah (now), Sarah Marsh (earlier)", - "pubDate": "2021-12-04T19:06:59Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Atmospheric rivers’ threaten new floods in hard-hit Washington state", + "description": "

    Western areas still assessing millions of dollars’ worth of damage from flooding earlier this month

    Residents in Washington state were on Saturday preparing for possible flooding as “atmospheric rivers” once again threatened parts of the US north-west, which saw heavy damage from such extreme weather earlier this month.

    Flood watches were issued for much of western and north-central Washington and the National Weather Service (NWS) warned that flooding was possible through Sunday in north-western Washington.

    Continue reading...", + "content": "

    Western areas still assessing millions of dollars’ worth of damage from flooding earlier this month

    Residents in Washington state were on Saturday preparing for possible flooding as “atmospheric rivers” once again threatened parts of the US north-west, which saw heavy damage from such extreme weather earlier this month.

    Flood watches were issued for much of western and north-central Washington and the National Weather Service (NWS) warned that flooding was possible through Sunday in north-western Washington.

    Continue reading...", + "category": "Washington state", + "link": "https://www.theguardian.com/us-news/2021/nov/26/atmospheric-rivers-floods-washington-state", + "creator": "Associated Press in Bellingham, Washington", + "pubDate": "2021-11-27T20:27:04Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19a70f87676e645a195ca64d3c7d5020" + "hash": "87a43bbbb1f1c718d1e27ad2499dffea" }, { - "title": "‘I dread Christmas. My husband won’t get jabbed’: The families split over Covid vaccines as they plan holiday gatherings", - "description": "

    We talk to three people faced with moral crises over reconciling family festivities with the risks posed by coronavirus

    Christmas is meant to be a time filled with joy, but for many families it can underline divisions between parents, children or siblings and bring unresolved tensions to the surface. This year adds a particular issue to that dynamic – whether or not individual family members are vaccinated.

    Continue reading...", - "content": "

    We talk to three people faced with moral crises over reconciling family festivities with the risks posed by coronavirus

    Christmas is meant to be a time filled with joy, but for many families it can underline divisions between parents, children or siblings and bring unresolved tensions to the surface. This year adds a particular issue to that dynamic – whether or not individual family members are vaccinated.

    Continue reading...", - "category": "Vaccines and immunisation", - "link": "https://www.theguardian.com/society/2021/dec/04/i-dread-christmas-my-husband-wont-get-jabbed-the-families-split-over-covid-vaccines-as-they-plan-holiday-gatherings", - "creator": "Donna Ferguson", - "pubDate": "2021-12-04T14:25:27Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Fundraiser for US man exonerated after 43 years in prison tops $1.4m", + "description": "
    • Kevin Strickland, 62, wrongly convicted of 1978 triple murder
    • Says criminal justice system ‘needs to be torn down and redone’

    By mid-afternoon on Saturday, a fundraiser for a man who spent 43 years in prison before a judge in Missouri this week overturned his conviction in a triple murder had raised more than $1.4m.

    The Midwest Innocence Project set up the GoFundMe page as it fought for the release of Kevin Strickland, 62, noting that he would not receive compensation from the state and would need help paying basic living expenses while struggling with extensive health problems.

    Continue reading...", + "content": "
    • Kevin Strickland, 62, wrongly convicted of 1978 triple murder
    • Says criminal justice system ‘needs to be torn down and redone’

    By mid-afternoon on Saturday, a fundraiser for a man who spent 43 years in prison before a judge in Missouri this week overturned his conviction in a triple murder had raised more than $1.4m.

    The Midwest Innocence Project set up the GoFundMe page as it fought for the release of Kevin Strickland, 62, noting that he would not receive compensation from the state and would need help paying basic living expenses while struggling with extensive health problems.

    Continue reading...", + "category": "US crime", + "link": "https://www.theguardian.com/us-news/2021/nov/27/kevin-strickland-exonerated-murder-wrongful-conviction-gofundme", + "creator": "Edward Helmore and agencies", + "pubDate": "2021-11-27T20:01:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1742276e73e8dfd9b5662523639b2df9" + "hash": "65bb9af223df2a5f17832a237a718e2b" }, { - "title": "‘I don’t like mandates’: Germans and Austrians on new Covid measures", - "description": "

    People give their views on compulsory jabs and restrictions on those have not been vaccinated

    The German government has announced a lockdown for the unvaccinated and is considering making Covid vaccines mandatory, after weeks of record infections in the country and much of German-speaking Europe.

    In Austria, thousands of people have taken to the streets in recent weeks to protest against a string of measures: from February, the government will be introducing compulsory vaccines for all, with exemption for those unable to receive a jab on medical grounds.

    Continue reading...", - "content": "

    People give their views on compulsory jabs and restrictions on those have not been vaccinated

    The German government has announced a lockdown for the unvaccinated and is considering making Covid vaccines mandatory, after weeks of record infections in the country and much of German-speaking Europe.

    In Austria, thousands of people have taken to the streets in recent weeks to protest against a string of measures: from February, the government will be introducing compulsory vaccines for all, with exemption for those unable to receive a jab on medical grounds.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/04/germans-and-austrians-on-new-covid-measures-mandates-vaccination", - "creator": "Jedidajah Otte", - "pubDate": "2021-12-04T11:09:20Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Australia’s spy agency predicted the climate crisis 40 years ago – and fretted about coal exports", + "description": "

    In a taste of things to come, a secret Office of National Assessment report worried the ‘carbon dioxide problem’ would hurt the nation’s coal industry

    The report was stamped CONFIDENTIAL twice on each page, with the customary warning it should “not be released to any other government except Britain, Canada, NZ and US”.

    About 40 years ago this week, the spooks at Australia’s intelligence agency, the Office of National Assessments (ONA), delivered the 17-page report to prime minister Malcolm Fraser.

    Continue reading...", + "content": "

    In a taste of things to come, a secret Office of National Assessment report worried the ‘carbon dioxide problem’ would hurt the nation’s coal industry

    The report was stamped CONFIDENTIAL twice on each page, with the customary warning it should “not be released to any other government except Britain, Canada, NZ and US”.

    About 40 years ago this week, the spooks at Australia’s intelligence agency, the Office of National Assessments (ONA), delivered the 17-page report to prime minister Malcolm Fraser.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2021/nov/28/australias-spy-agency-predicted-the-climate-crisis-40-years-ago-and-fretted-about-coal-exports", + "creator": "Graham Readfearn", + "pubDate": "2021-11-27T19:00:06Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e214b8f48ab33322d432aa74804f29ba" + "hash": "cf59e9697769f8d4f551cd7f0b1446a4" }, { - "title": "On my radar: Adjoa Andoh’s cultural highlights", - "description": "

    The actor on her hopes for Brixton’s new theatre, an offbeat western and the sophistication of African art

    Adjoa Andoh was born in Bristol in 1963 and grew up in Wickwar, Gloucestershire. A veteran stage actor, she starred in His Dark Materials at the National Theatre and in the title role of an all-women of colour production of Richard II at the Globe in 2019. On TV, Andoh plays Lady Danbury in Bridgerton, which returns next year, and she will appear in season two of The Witcher on Netflix from 17 December. She lives in south London with her husband, the novelist Howard Cunnell, and their three children.

    Continue reading...", - "content": "

    The actor on her hopes for Brixton’s new theatre, an offbeat western and the sophistication of African art

    Adjoa Andoh was born in Bristol in 1963 and grew up in Wickwar, Gloucestershire. A veteran stage actor, she starred in His Dark Materials at the National Theatre and in the title role of an all-women of colour production of Richard II at the Globe in 2019. On TV, Andoh plays Lady Danbury in Bridgerton, which returns next year, and she will appear in season two of The Witcher on Netflix from 17 December. She lives in south London with her husband, the novelist Howard Cunnell, and their three children.

    Continue reading...", - "category": "Culture", - "link": "https://www.theguardian.com/culture/2021/dec/04/on-my-radar-adjoa-andohs-cultural-highlights", - "creator": "Killian Fox", - "pubDate": "2021-12-04T15:00:28Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "I write while my children steal cars and rob houses: the awful human cost of racist stereotypes | Thomas Mayor", + "description": "

    Contrary to claims of failed responsibility of Indigenous parents, we in fact are calling for greater responsibility. We want to change this country for the better

    As I write this article, my children are stealing cars and robbing houses, I suppose. I am an Indigenous father – so, doesn’t that tell you everything you need to know about me as a parent, and about my children’s capacity to understand right from wrong?

    I know you sense the sarcasm in this. Well, a great, great majority of Australians would. But there is a certain type of person I am implicating here. The type who have an ignorance so deeply ingrained, that it is a wonder they haven’t wandered off into the dark recesses of our colonial history and followed each other off the edge of a cliff. Shouldn’t they be extinct?

    Proportionately, we are the most incarcerated people on the planet. We are not an innately criminal people. Our children are aliened from their families at unprecedented rates. This cannot be because we have no love for them. And our youth languish in detention in obscene numbers. They should be our hope for the future. These dimensions of our crisis tell plainly the structural nature of our problem. This is the torment of our powerlessness.

    Continue reading...", + "content": "

    Contrary to claims of failed responsibility of Indigenous parents, we in fact are calling for greater responsibility. We want to change this country for the better

    As I write this article, my children are stealing cars and robbing houses, I suppose. I am an Indigenous father – so, doesn’t that tell you everything you need to know about me as a parent, and about my children’s capacity to understand right from wrong?

    I know you sense the sarcasm in this. Well, a great, great majority of Australians would. But there is a certain type of person I am implicating here. The type who have an ignorance so deeply ingrained, that it is a wonder they haven’t wandered off into the dark recesses of our colonial history and followed each other off the edge of a cliff. Shouldn’t they be extinct?

    Proportionately, we are the most incarcerated people on the planet. We are not an innately criminal people. Our children are aliened from their families at unprecedented rates. This cannot be because we have no love for them. And our youth languish in detention in obscene numbers. They should be our hope for the future. These dimensions of our crisis tell plainly the structural nature of our problem. This is the torment of our powerlessness.

    Continue reading...", + "category": "Race", + "link": "https://www.theguardian.com/commentisfree/2021/nov/28/i-write-while-my-children-steal-cars-and-rob-houses-the-awful-human-cost-of-racist-stereotypes", + "creator": "Thomas Mayor", + "pubDate": "2021-11-27T19:00:06Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "509c76192308966e996f4a1bce7804eb" + "hash": "2d8674d3267b5269802efd3df958e98e" }, { - "title": "Penelope Jackson appeals against murder verdict claiming media footage ‘impeded’ fair trial", - "description": "

    The release of filmed confession of Somerset woman jailed for killing husband prejudiced her hearing, says lawyer

    A woman jailed for at least 18 years after being found guilty of murdering her husband is to appeal against her conviction on the grounds that video and audio evidence released into the public domain midway through her trial impeded her right to a fair hearing.

    Penelope Jackson, 66, was found guilty of murder in October at Bristol crown court after a jury of eight women and four men delivered a 10-2 majority verdict.

    Continue reading...", - "content": "

    The release of filmed confession of Somerset woman jailed for killing husband prejudiced her hearing, says lawyer

    A woman jailed for at least 18 years after being found guilty of murdering her husband is to appeal against her conviction on the grounds that video and audio evidence released into the public domain midway through her trial impeded her right to a fair hearing.

    Penelope Jackson, 66, was found guilty of murder in October at Bristol crown court after a jury of eight women and four men delivered a 10-2 majority verdict.

    Continue reading...", - "category": "Crime", - "link": "https://www.theguardian.com/uk-news/2021/dec/04/penelope-jackson-appeals-against-verdict-claiming-media-footage-impeded-fair-trial", - "creator": "Hannah Summers", - "pubDate": "2021-12-04T17:00:30Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A safe haven: refugee builders are being helped to a job by one of their own", + "description": "

    Hedayat Osyun’s construction company is the kind of social enterprise he would have benefited from when he came to Australia to flee the Taliban

    When a group of fellow refugees asked for help navigating the construction industry because they believed they were being exploited, Hedayat Osyun decided to go one step further.

    He started his own construction company as a social enterprise, now known as CommUnity Construction, that solely hires and trains recently arrived refugees and asylum seekers. It’s the kind of safe haven he would have benefited from as a teenager who escaped the Taliban in 2009 and arrived in Australia.

    Continue reading...", + "content": "

    Hedayat Osyun’s construction company is the kind of social enterprise he would have benefited from when he came to Australia to flee the Taliban

    When a group of fellow refugees asked for help navigating the construction industry because they believed they were being exploited, Hedayat Osyun decided to go one step further.

    He started his own construction company as a social enterprise, now known as CommUnity Construction, that solely hires and trains recently arrived refugees and asylum seekers. It’s the kind of safe haven he would have benefited from as a teenager who escaped the Taliban in 2009 and arrived in Australia.

    Continue reading...", + "category": "Australian immigration and asylum", + "link": "https://www.theguardian.com/australia-news/2021/nov/28/a-safe-haven-refugee-builders-are-being-helped-to-a-job-by-one-of-their-own", + "creator": "Mostafa Rachwani", + "pubDate": "2021-11-27T19:00:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "709fe318427ae47e5a72c75584f8bab0" + "hash": "67876eb85ea8f538f7c457cafdd70ba3" }, { - "title": "The English teacher and the Nazis: trove of letters in Melbourne reveals network that saved Jews", - "description": "

    Frances and Jan Newell painstakingly uncovered their mother’s role in facilitating the escape of Jews and political dissidents from Berlin to Britain

    For decades, more than 100 mouse-nibbled fruit boxes, tea chests and old leather suitcases sat untouched in a 3-metre pile in the backyard shed of Frances Newell’s home in suburban Melbourne.

    They were stuffed with thousands of letters – some in German, others in English – that she had kept when her father moved out of their family home in Castlemaine in the 1990s.

    Continue reading...", - "content": "

    Frances and Jan Newell painstakingly uncovered their mother’s role in facilitating the escape of Jews and political dissidents from Berlin to Britain

    For decades, more than 100 mouse-nibbled fruit boxes, tea chests and old leather suitcases sat untouched in a 3-metre pile in the backyard shed of Frances Newell’s home in suburban Melbourne.

    They were stuffed with thousands of letters – some in German, others in English – that she had kept when her father moved out of their family home in Castlemaine in the 1990s.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/05/the-english-teacher-and-the-nazis-trove-of-letters-in-melbourne-reveals-network-that-saved-jews", - "creator": "Elias Visontay", - "pubDate": "2021-12-04T19:00:34Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "While Americans mark Thanksgiving, Republicans panned over Harris attack", + "description": "

    Criticism of vice-president over French cookware purchase backfires as people point out Donald Trump’s presidential largesse

    An attack on Kamala Harris for buying expensive French cookware rebounded on the Republican party over Thanksgiving, moving social media users to compare the vice-president’s culinary outlay with the cost to taxpayers of Donald Trump’s four years in power.

    On a visit to Paris earlier this month, Harris reportedly spent more than $500 on cookware at E Dehillerin, a shop near the Louvre museum. She told reporters she was making the purchase with Thanksgiving cooking in mind, prompting laughter when she said her husband, Doug Emhoff, was her “apprentice” in the kitchen.

    Continue reading...", + "content": "

    Criticism of vice-president over French cookware purchase backfires as people point out Donald Trump’s presidential largesse

    An attack on Kamala Harris for buying expensive French cookware rebounded on the Republican party over Thanksgiving, moving social media users to compare the vice-president’s culinary outlay with the cost to taxpayers of Donald Trump’s four years in power.

    On a visit to Paris earlier this month, Harris reportedly spent more than $500 on cookware at E Dehillerin, a shop near the Louvre museum. She told reporters she was making the purchase with Thanksgiving cooking in mind, prompting laughter when she said her husband, Doug Emhoff, was her “apprentice” in the kitchen.

    Continue reading...", + "category": "Kamala Harris", + "link": "https://www.theguardian.com/us-news/2021/nov/27/americans-thanksgiving-kamala-harris-cookware", + "creator": "Martin Pengelly in New York", + "pubDate": "2021-11-27T18:41:42Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "59ec57ad96394e365e2beeabeaf98bf3" + "hash": "16ed4ab9dff1fdad611c6fde813174bf" }, { - "title": "Emmanuel Macron’s dangerous shift on the New Caledonia referendum risks a return to violence | Rowena Dickins Morrison, Adrian Muckle and Benoît Trépied", - "description": "

    With the growing possibility of a pro-independence victory, France is derailing decolonisation in a bid to shore up its position in the Indo-Pacific

    The French government’s decision to hold New Caledonia’s self-determination referendum on 12 December, despite the resolve of pro-independence parties not to participate, is a reckless political gambit with potentially dire consequences.

    The referendum will be the third and final consultation held under the 1998 Noumea accord – successor to the Matignon accords which ended instability and violence between the Kanak independence movement and local “loyalists” and the French state in 1988. By organising this month’s referendum without the participation of the Indigenous Kanak people, who overwhelmingly support independence, France is undermining the innovative and peaceful decolonisation process of the last 30 years, founded on French state neutrality and seeking consensus between opposing local political parties.

    Continue reading...", - "content": "

    With the growing possibility of a pro-independence victory, France is derailing decolonisation in a bid to shore up its position in the Indo-Pacific

    The French government’s decision to hold New Caledonia’s self-determination referendum on 12 December, despite the resolve of pro-independence parties not to participate, is a reckless political gambit with potentially dire consequences.

    The referendum will be the third and final consultation held under the 1998 Noumea accord – successor to the Matignon accords which ended instability and violence between the Kanak independence movement and local “loyalists” and the French state in 1988. By organising this month’s referendum without the participation of the Indigenous Kanak people, who overwhelmingly support independence, France is undermining the innovative and peaceful decolonisation process of the last 30 years, founded on French state neutrality and seeking consensus between opposing local political parties.

    Continue reading...", - "category": "New Caledonia", - "link": "https://www.theguardian.com/world/commentisfree/2021/dec/02/emmanuel-macrons-dangerous-shift-on-the-new-caledonia-referendum-risks-a-return-to-violence", - "creator": "Rowena Dickins Morrison, Adrian Muckle and Benoît Trépied", - "pubDate": "2021-12-02T02:22:54Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Christmas will not be cancelled’ despite tree shortage fears, Americans told", + "description": "

    American Christmas Tree Association, which represents artificial tree industry, makes pledge amid reports of looming problems

    Days after reports of shortages of Thanksgiving turkeys proved premature, the American Christmas Tree Association was moved to promise Americans that “Christmas will not be cancelled”, amid reports of looming problems.

    The statement from ACTA, which represents the artificial tree industry, came amid concern that supplies of both plastic trees and live Noble, Frazer and Balsam firs will be subject to supply chain issues and the effects of the climate crisis.

    Continue reading...", + "content": "

    American Christmas Tree Association, which represents artificial tree industry, makes pledge amid reports of looming problems

    Days after reports of shortages of Thanksgiving turkeys proved premature, the American Christmas Tree Association was moved to promise Americans that “Christmas will not be cancelled”, amid reports of looming problems.

    The statement from ACTA, which represents the artificial tree industry, came amid concern that supplies of both plastic trees and live Noble, Frazer and Balsam firs will be subject to supply chain issues and the effects of the climate crisis.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/2021/nov/27/christmas-trees-shortage-delay-fears-america", + "creator": "Edward Helmore", + "pubDate": "2021-11-27T17:25:18Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aea191ee2486abd6d14dbb651c21d9f3" + "hash": "3078e45475728d6778dd28e0ebfbe689" }, { - "title": "Pécresse chosen as French centre-right’s first female candidate for presidency", - "description": "

    Former minister is surprise winner of Les Républicains’ nomination, beating high-profile names such as Michel Barnier

    France’s rightwing opposition party has chosen a female candidate for next year’s presidential election for the first time in its history.

    Valérie Pécresse emerged victorious after two rounds of voting by members of Les Républicains that unexpectedly saw favourites including “Monsieur Brexit” Michel Barnier knocked out in the first vote last week.

    Continue reading...", - "content": "

    Former minister is surprise winner of Les Républicains’ nomination, beating high-profile names such as Michel Barnier

    France’s rightwing opposition party has chosen a female candidate for next year’s presidential election for the first time in its history.

    Valérie Pécresse emerged victorious after two rounds of voting by members of Les Républicains that unexpectedly saw favourites including “Monsieur Brexit” Michel Barnier knocked out in the first vote last week.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/04/pecresse-chosen-as-french-centre-rights-first-female-candidate-for-presidency", - "creator": "Kim Willsher in Paris", - "pubDate": "2021-12-04T17:16:10Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Storm Arwen: three people killed after winds of almost 100mph hit UK", + "description": "

    Tens of thousands of homes left without electricity, with yellow weather warnings still in place for many regions

    Three people have died after being hit by falling trees as Storm Arwen brought winds of almost 100mph to parts of the UK overnight.

    A headteacher in Northern Ireland died after a tree fell on his car, another man was hit by a falling tree in Cumbria, and a third died after his car was hit in Aberdeenshire.

    Continue reading...", + "content": "

    Tens of thousands of homes left without electricity, with yellow weather warnings still in place for many regions

    Three people have died after being hit by falling trees as Storm Arwen brought winds of almost 100mph to parts of the UK overnight.

    A headteacher in Northern Ireland died after a tree fell on his car, another man was hit by a falling tree in Cumbria, and a third died after his car was hit in Aberdeenshire.

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/2021/nov/27/storm-arwen-two-people-killed-after-winds-of-almost-100mph-hit-uk", + "creator": "Léonie Chao-Fong", + "pubDate": "2021-11-27T16:57:26Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "af96b395ad5425f2e8aaff63df087907" + "hash": "4f62130930e62e903721435bd63ca1e3" }, { - "title": "Can you say Squid Game in Korean? TV show fuels demand for east Asian language learning", - "description": "

    Japanese and Korean are in top five choices in UK this year at online platform Duolingo

    Whether it’s down to Squid Game or kawaii culture, fascination with Korea and Japan is fuelling a boom in learning east Asian languages. Japanese is the fastest growing language to be learned in the UK this year on the online platform Duolingo, and Korean is the fourth fastest.

    Most of the interest is driven by cultural issues, the firm said in its 2021 Duolingo language report, which will be published tomorrow and analyses how the 20 million downloads of its platform are used.

    Continue reading...", - "content": "

    Japanese and Korean are in top five choices in UK this year at online platform Duolingo

    Whether it’s down to Squid Game or kawaii culture, fascination with Korea and Japan is fuelling a boom in learning east Asian languages. Japanese is the fastest growing language to be learned in the UK this year on the online platform Duolingo, and Korean is the fourth fastest.

    Most of the interest is driven by cultural issues, the firm said in its 2021 Duolingo language report, which will be published tomorrow and analyses how the 20 million downloads of its platform are used.

    Continue reading...", - "category": "Languages", - "link": "https://www.theguardian.com/education/2021/dec/04/can-you-say-squid-game-in-korean-tv-show-fuels-demand-for-east-asian-language-learning", - "creator": "James Tapper", - "pubDate": "2021-12-04T15:00:28Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "WTA still ‘deeply concerned’ over Peng Shuai’s ability to communicate freely", + "description": "

    Statement says Chinese player’s responses to chief of sport body were ‘clearly’ influenced by others

    The Women’s Tennis Association (WTA) has said it remains “deeply concerned” about the Chinese tennis star Peng Shuai, weeks after she disappeared following her allegations against a high-ranking Chinese former politician.

    The WTA said in an email statement on Saturday that its chief executive, Steve Simon, had attempted to contact Peng through “various communication channels” including two emails. It said it was concerned about her welfare and ability to communicate freely and that her responses were “clearly” influenced by others.

    Continue reading...", + "content": "

    Statement says Chinese player’s responses to chief of sport body were ‘clearly’ influenced by others

    The Women’s Tennis Association (WTA) has said it remains “deeply concerned” about the Chinese tennis star Peng Shuai, weeks after she disappeared following her allegations against a high-ranking Chinese former politician.

    The WTA said in an email statement on Saturday that its chief executive, Steve Simon, had attempted to contact Peng through “various communication channels” including two emails. It said it was concerned about her welfare and ability to communicate freely and that her responses were “clearly” influenced by others.

    Continue reading...", + "category": "Peng Shuai", + "link": "https://www.theguardian.com/sport/2021/nov/27/womens-tennis-association-remains-deeply-concerned-over-peng-shuai", + "creator": "Harry Taylor", + "pubDate": "2021-11-27T16:33:11Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4a0feefa1037ae477cf5666b00e8e83" + "hash": "57788169f50a95832e6c7621bddaeb8e" }, { - "title": "Covid news: Rio’s famous NYE party cancelled, Omicron detected in 38 countries", - "description": "

    Follow all the day’s coronavirus news from around the world as it happens

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", - "content": "

    Follow all the day’s coronavirus news from around the world as it happens

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/04/covid-news-boris-johnson-reported-to-police-over-no-10-parties-south-korea-cases-and-deaths-at-new-high", - "creator": "Nadeem Badshah (now), Sarah Marsh (earlier)", - "pubDate": "2021-12-04T17:04:33Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Controversial Pegasus spyware faces its day of reckoning | John Naughton", + "description": "

    The infamous hacking tool is now at the centre of international lawsuits thanks to a courageous research lab

    If you were compiling a list of the most toxic tech companies, Facebook – strangely – would not come out on top. First place belongs to NSO, an outfit of which most people have probably never heard. Wikipedia tells us that “NSO Group is an Israeli technology firm primarily known for its proprietary spyware Pegasus, which is capable of remote zero-click surveillance of smartphones”.

    Pause for a moment on that phrase: “remote zero-click surveillance of smartphones”. Most smartphone users assume that the ability of a hacker to penetrate their device relies upon the user doing something careless or naive – clicking on a weblink, or opening an attachment. And in most cases they would be right in that assumption. But Pegasus can get in without the user doing anything untoward. And once in, it turns everything on the device into an open book for whoever deployed the malware.

    Continue reading...", + "content": "

    The infamous hacking tool is now at the centre of international lawsuits thanks to a courageous research lab

    If you were compiling a list of the most toxic tech companies, Facebook – strangely – would not come out on top. First place belongs to NSO, an outfit of which most people have probably never heard. Wikipedia tells us that “NSO Group is an Israeli technology firm primarily known for its proprietary spyware Pegasus, which is capable of remote zero-click surveillance of smartphones”.

    Pause for a moment on that phrase: “remote zero-click surveillance of smartphones”. Most smartphone users assume that the ability of a hacker to penetrate their device relies upon the user doing something careless or naive – clicking on a weblink, or opening an attachment. And in most cases they would be right in that assumption. But Pegasus can get in without the user doing anything untoward. And once in, it turns everything on the device into an open book for whoever deployed the malware.

    Continue reading...", + "category": "Surveillance", + "link": "https://www.theguardian.com/commentisfree/2021/nov/27/notorious-pegasus-spyware-faces-its-day-of-reckoning", + "creator": "John Naughton", + "pubDate": "2021-11-27T16:00:04Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d7d7ae4161ee2ecda0e6613f47831f5" + "hash": "3f4d711e55d2d555f90bb146a74d9a65" }, { - "title": "I was told the 12 steps would cure my addiction. Why did I end up feeling more broken?", - "description": "

    In this quasi-religious programme, ‘working the steps’ is the remedy for any problem, but for me the cracks soon started to show

    Eight of us sat together in a circle in a wooden shed, an outbuilding at a large country house, somewhere in the south of England. The door was ajar, and spring light flooded the room. “Can anyone name any treatment methods for addiction, other than the 12 steps?” asked a counsellor.

    Cognitive behavioural therapy?” offered a patient.

    Continue reading...", - "content": "

    In this quasi-religious programme, ‘working the steps’ is the remedy for any problem, but for me the cracks soon started to show

    Eight of us sat together in a circle in a wooden shed, an outbuilding at a large country house, somewhere in the south of England. The door was ajar, and spring light flooded the room. “Can anyone name any treatment methods for addiction, other than the 12 steps?” asked a counsellor.

    Cognitive behavioural therapy?” offered a patient.

    Continue reading...", - "category": "Mental health", - "link": "https://www.theguardian.com/society/2021/dec/04/12-steps-addiction-cure-quasi-religious", - "creator": "Oscar Quine", - "pubDate": "2021-12-04T12:00:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The James Webb space telescope: in search of the secrets of the Milky Way", + "description": "

    Billions of dollars over budget and years late, the most expensive, complex telescope to be sent into space will launch next month. What will it learn?

    In a few weeks, the most ambitious, costly robot probe ever built, the £6.8bn James Webb space telescope, will be blasted into space on top of a giant European Ariane 5 rocket. The launch of the observatory – which has been plagued by decades of delays and massive cost overruns – promises to be the most nervously watched liftoff in the history of unmanned space exploration.

    The observatory – built by Nasa with European and Canadian space agency collaboration – has been designed to revolutionise our study of the early universe and to pinpoint possible life-supporting planets inside our galaxy. However, its planning and construction have taken more than 30 years, with the project suffering cancellation threats, political controversies and further tribulations. In the process, several other scientific projects had to be cancelled to meet the massive, swelling price tag of the observatory. As the journal Nature put it, this is “the telescope that ate astronomy”.

    Continue reading...", + "content": "

    Billions of dollars over budget and years late, the most expensive, complex telescope to be sent into space will launch next month. What will it learn?

    In a few weeks, the most ambitious, costly robot probe ever built, the £6.8bn James Webb space telescope, will be blasted into space on top of a giant European Ariane 5 rocket. The launch of the observatory – which has been plagued by decades of delays and massive cost overruns – promises to be the most nervously watched liftoff in the history of unmanned space exploration.

    The observatory – built by Nasa with European and Canadian space agency collaboration – has been designed to revolutionise our study of the early universe and to pinpoint possible life-supporting planets inside our galaxy. However, its planning and construction have taken more than 30 years, with the project suffering cancellation threats, political controversies and further tribulations. In the process, several other scientific projects had to be cancelled to meet the massive, swelling price tag of the observatory. As the journal Nature put it, this is “the telescope that ate astronomy”.

    Continue reading...", + "category": "James Webb space telescope", + "link": "https://www.theguardian.com/science/2021/nov/27/james-webb-space-telescope-launch-delays-cost-big-bang", + "creator": "Robin McKie", + "pubDate": "2021-11-27T16:00:03Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae5a5676ffc3612ad6d2d8b14e89081e" + "hash": "6d160a8da29b1d65e0e6e8fb2bd6a185" }, { - "title": "Abuse, intimidation, death threats: the vicious backlash facing former vegans", - "description": "

    Going vegan has never been more popular – but some people who try it and then decide to reintroduce animal products face shocking treatment

    In 2015, Freya Robinson decided to go vegan. For more than a year, the 28-year-old from East Sussex did not consume a single animal product. Then, in 2016, on a family holiday in Bulgaria, she passed a steak restaurant and something inside her switched. “I walked in and ordered the biggest steak I could have and completely inhaled it,” she says. After finishing it, she ordered another.

    For the previous year, Robinson had been suffering from various health problems – low energy levels, brain fog, painful periods and dull skin – which she now believes were the result of her diet. She says her decline was gradual and almost went unnoticed. “Because it’s not an instant depletion, you don’t suddenly feel bad the next day, it’s months down the line. It’s very, very slow.” In just over a year, the balanced plant-based food she cooked daily from scratch, using organic vegetables from the farm she works on, and legumes and nuts vital for protein, had, she felt, taken a toll on her body.

    Continue reading...", - "content": "

    Going vegan has never been more popular – but some people who try it and then decide to reintroduce animal products face shocking treatment

    In 2015, Freya Robinson decided to go vegan. For more than a year, the 28-year-old from East Sussex did not consume a single animal product. Then, in 2016, on a family holiday in Bulgaria, she passed a steak restaurant and something inside her switched. “I walked in and ordered the biggest steak I could have and completely inhaled it,” she says. After finishing it, she ordered another.

    For the previous year, Robinson had been suffering from various health problems – low energy levels, brain fog, painful periods and dull skin – which she now believes were the result of her diet. She says her decline was gradual and almost went unnoticed. “Because it’s not an instant depletion, you don’t suddenly feel bad the next day, it’s months down the line. It’s very, very slow.” In just over a year, the balanced plant-based food she cooked daily from scratch, using organic vegetables from the farm she works on, and legumes and nuts vital for protein, had, she felt, taken a toll on her body.

    Continue reading...", - "category": "Veganism", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/04/abuse-intimidation-death-threats-the-vicious-backlash-facing-fomer-vegans", - "creator": "Ellie Abraham", - "pubDate": "2021-12-04T10:00:22Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "New York governor warns of Covid rise as US braces for Omicron arrival", + "description": "

    Kathy Hochul orders elective operations to be postponed until at least 15 January in state where two-thirds are fully vaccinated

    New York, one of the states hit hardest and earliest by Covid-19, is taking steps to limit a new winter wave of infections as transmission rates approach those of April 2020 and the US braces for the Omicron variant, discovered in southern Africa.

    Late on Friday, Governor Kathy Hochul said: “While the new Omicron variant has yet to be detected in New York state, it’s coming.”

    Continue reading...", + "content": "

    Kathy Hochul orders elective operations to be postponed until at least 15 January in state where two-thirds are fully vaccinated

    New York, one of the states hit hardest and earliest by Covid-19, is taking steps to limit a new winter wave of infections as transmission rates approach those of April 2020 and the US braces for the Omicron variant, discovered in southern Africa.

    Late on Friday, Governor Kathy Hochul said: “While the new Omicron variant has yet to be detected in New York state, it’s coming.”

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2021/nov/27/new-york-governor-covid-coronavirus-omicron-variant", + "creator": "Edward Helmore in New York", + "pubDate": "2021-11-27T15:21:22Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b26ef4ad80acd74eef4652b4a2a9985" + "hash": "45e09c7a5757abca896a099769f925b7" }, { - "title": "Omicron cases climb amid Sydney cluster; Qld to quarantine Adelaide travellers – as it happened", - "description": "

    South Australia announces rule changes for interstate arrivals as ACT records first case of variant. This blog is now closed

    Just noting we are still waiting on the SA press conference to begin.

    There’s a press conference with the South Australian premier, Steven Marshall, and CHO Nicola Spurrier at 9.45am SA time (so roughly half an hour from now).

    Continue reading...", - "content": "

    South Australia announces rule changes for interstate arrivals as ACT records first case of variant. This blog is now closed

    Just noting we are still waiting on the SA press conference to begin.

    There’s a press conference with the South Australian premier, Steven Marshall, and CHO Nicola Spurrier at 9.45am SA time (so roughly half an hour from now).

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/04/australia-live-news-updates-omicron-covid-cases-climb-as-western-sydney-school-cluster-worsens", - "creator": "Tory Shepherd and Josh Taylor (earlier)", - "pubDate": "2021-12-04T06:47:18Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "UK officials still blocking Peter Wright’s ‘embarrassing’ Spycatcher files", + "description": "

    A documentary-maker has accused the Cabinet Office of defying the 30-year rule in withholding details of the MI5 exposé

    The Cabinet Office has been accused of “delay and deception” over its blocking of the release of files dating back more than three decades that reveal the inside story of the intelligence agent Peter Wright and the Spycatcher affair.

    Wright revealed an inside account of how MI5 “bugged and burgled” its way across London in his 1987 autobiography Spycatcher. He died aged 78 in 1995.

    Continue reading...", + "content": "

    A documentary-maker has accused the Cabinet Office of defying the 30-year rule in withholding details of the MI5 exposé

    The Cabinet Office has been accused of “delay and deception” over its blocking of the release of files dating back more than three decades that reveal the inside story of the intelligence agent Peter Wright and the Spycatcher affair.

    Wright revealed an inside account of how MI5 “bugged and burgled” its way across London in his 1987 autobiography Spycatcher. He died aged 78 in 1995.

    Continue reading...", + "category": "Espionage", + "link": "https://www.theguardian.com/world/2021/nov/27/inside-story-of-peter-wrights-spycatcher-blocked-by-cabinet-office-delay-and-deception", + "creator": "Jon Ungoed-Thomas", + "pubDate": "2021-11-27T15:18:59Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bff37e3e4f6720c743ee410d03b7ef08" + "hash": "43f6a1b7cf244d575773e1aa1b35bd89" }, { - "title": "'Matter of time': Fauci confirms first US case of Omicron – video", - "description": "

    The first confirmed case of the Omicron variant of Covid-19 in the US has been identified in California. In a White House news briefing, Anthony Fauci, the director of the national institute of allergies and infectious diseases and chief medical adviser to the US president, said the case was in an individual who had travelled from South Africa on 22 November and tested positive for Covid on 29 November. 'We knew it was just a matter of time,' he said

    Continue reading...", - "content": "

    The first confirmed case of the Omicron variant of Covid-19 in the US has been identified in California. In a White House news briefing, Anthony Fauci, the director of the national institute of allergies and infectious diseases and chief medical adviser to the US president, said the case was in an individual who had travelled from South Africa on 22 November and tested positive for Covid on 29 November. 'We knew it was just a matter of time,' he said

    Continue reading...", + "title": "New UK Covid measures to be announced to tackle Omicron spread", + "description": "

    Prime minister to set out new rules as health officials race to track down those infected with Covid variant

    Boris Johnson is to announce further measures to curb the spread of coronavirus after two cases of the Omicron variant were detected in the UK.

    Four more African countries will be added to the government’s red list with immediate effect from Sunday and Sajid Javid, the health secretary, has ordered targeted testing in two areas in England.

    Continue reading...", + "content": "

    Prime minister to set out new rules as health officials race to track down those infected with Covid variant

    Boris Johnson is to announce further measures to curb the spread of coronavirus after two cases of the Omicron variant were detected in the UK.

    Four more African countries will be added to the government’s red list with immediate effect from Sunday and Sajid Javid, the health secretary, has ordered targeted testing in two areas in England.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/01/matter-of-time-fauci-confirms-first-us-case-of-omicron-video", - "creator": "", - "pubDate": "2021-12-01T19:50:21Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "link": "https://www.theguardian.com/world/2021/nov/27/two-cases-of-omicron-covid-variant-identified-in-uk", + "creator": "Andrew Gregory, Health Editor", + "pubDate": "2021-11-27T15:14:50Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e3d1e8718c235f355e961b36c2fc8bd" + "hash": "578caef70b44d6825ba74397ef1a66f9" }, { - "title": "Time to think about mandatory Covid vaccination, says EU chief – video", - "description": "

    The EU must consider mandatory vaccination in response to the spread of the 'highly contagious' Omicron Covid variant across Europe, the European Commission president has said. Ursula von der Leyen said one-third of Europe's 150-million population were not vaccinated and it was 'appropriate' to discuss the issue

    Continue reading...", - "content": "

    The EU must consider mandatory vaccination in response to the spread of the 'highly contagious' Omicron Covid variant across Europe, the European Commission president has said. Ursula von der Leyen said one-third of Europe's 150-million population were not vaccinated and it was 'appropriate' to discuss the issue

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/dec/01/time-to-think-about-mandatory-covid-vaccination-says-eu-chief-video", - "creator": "", - "pubDate": "2021-12-01T18:59:52Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "UK minister downplays tensions with France over Channel crossings crisis", + "description": "

    Damian Hinds says PM’s published letter to Emmanuel Macron was ‘exceptionally supportive’ and insists ‘partnership is strong’

    A Home Office minister has downplayed the diplomatic row between France and the UK over the refugee crisis in the Channel, insisting it was time to “draw up new creative solutions”.

    The British prime minister, Boris Johnson, and the French president, Emmanuel Macron, clashed earlier this week over how to deal with people attempting to cross the Channel in small boats as they flee war, poverty and persecution.

    Continue reading...", + "content": "

    Damian Hinds says PM’s published letter to Emmanuel Macron was ‘exceptionally supportive’ and insists ‘partnership is strong’

    A Home Office minister has downplayed the diplomatic row between France and the UK over the refugee crisis in the Channel, insisting it was time to “draw up new creative solutions”.

    The British prime minister, Boris Johnson, and the French president, Emmanuel Macron, clashed earlier this week over how to deal with people attempting to cross the Channel in small boats as they flee war, poverty and persecution.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/nov/27/uk-minister-downplays-tensions-with-france-over-channel-crossings-crisis", + "creator": "Aamna Mohdin", + "pubDate": "2021-11-27T15:10:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5585265823459cadd6658e8c497c5d09" + "hash": "a0f7ab35661cffffb34ea37eb7a95b25" }, { - "title": "Mali: militants fire on bus, killing at least 31 people", - "description": "

    Insurgents shoot villagers going to a market on the same day UN peacekeeping convoy attacked, killing one person

    Militants have killed at least 31 people in central Mali when they fired upon a bus ferrying people to a local market and attacked a UN convoy in the north of the country in a region racked by a violent insurgency.

    The bus was attacked on Friday by unidentified gunmen as it travelled its twice-weekly route from the village of Songho to a market in Bandiagara six miles (10km) away, said Moulaye Guindo, the mayor of the nearby town of Bankass.

    Continue reading...", - "content": "

    Insurgents shoot villagers going to a market on the same day UN peacekeeping convoy attacked, killing one person

    Militants have killed at least 31 people in central Mali when they fired upon a bus ferrying people to a local market and attacked a UN convoy in the north of the country in a region racked by a violent insurgency.

    The bus was attacked on Friday by unidentified gunmen as it travelled its twice-weekly route from the village of Songho to a market in Bandiagara six miles (10km) away, said Moulaye Guindo, the mayor of the nearby town of Bankass.

    Continue reading...", - "category": "Mali", - "link": "https://www.theguardian.com/world/2021/dec/04/mali-militants-fire-on-bus-killing-at-least-31-people", - "creator": "Staff and agencies", - "pubDate": "2021-12-04T06:58:45Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘I have an outsider’s perspective’: why Will Sharpe is the A-List’s new favourite director", + "description": "

    The actor-director won a Bafta for his performance in Giri/Haji. Hailed as a star in the making by Olivia Colman​ and others, he discusses the true stories that inspired his new projects behind the camera

    Will Sharpe has only been surfing a couple of times, but he really loved it. “So I’m not a surfer, I’m not very good at it, I’ve been twice,” clarifies the 35-year-old English-Japanese actor, writer and director. “But there’s something about being in this huge, loud, ‘other’ force and I never feel calmer than when I’m underwater in the sea. I just really took to it.”

    Sharpe sees parallels with his work, which has so far included the surreal, darkly funny sitcom Flowers starring Julian Barratt and Olivia Colman that he created for Channel 4, and a magnetic performance as sarcastic, self-destructive Rodney in the BBC drama Giri/Haji, which earned him a Bafta in 2020 for best supporting actor. “When I came back to writing, having been surfing, I found myself reflecting on how there are certain similarities: you have to get everything technically right, but you’re still at the mercy of this much greater power,” he says. “And how 95% of the time you are getting the shit kicked out of you, but the 5% of the time that it works, it’s so exhilarating you just want to do it again straight away.”

    Continue reading...", + "content": "

    The actor-director won a Bafta for his performance in Giri/Haji. Hailed as a star in the making by Olivia Colman​ and others, he discusses the true stories that inspired his new projects behind the camera

    Will Sharpe has only been surfing a couple of times, but he really loved it. “So I’m not a surfer, I’m not very good at it, I’ve been twice,” clarifies the 35-year-old English-Japanese actor, writer and director. “But there’s something about being in this huge, loud, ‘other’ force and I never feel calmer than when I’m underwater in the sea. I just really took to it.”

    Sharpe sees parallels with his work, which has so far included the surreal, darkly funny sitcom Flowers starring Julian Barratt and Olivia Colman that he created for Channel 4, and a magnetic performance as sarcastic, self-destructive Rodney in the BBC drama Giri/Haji, which earned him a Bafta in 2020 for best supporting actor. “When I came back to writing, having been surfing, I found myself reflecting on how there are certain similarities: you have to get everything technically right, but you’re still at the mercy of this much greater power,” he says. “And how 95% of the time you are getting the shit kicked out of you, but the 5% of the time that it works, it’s so exhilarating you just want to do it again straight away.”

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/nov/27/will-sharpe-interview-landscapers-electrical-louis-wain-flowers-giri-haji", + "creator": "Tim Lewis", + "pubDate": "2021-11-27T15:00:01Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9adddcf902769ff84b4f374c2e043c94" + "hash": "e277554f0a9e037d4fbf290fd770a310" }, { - "title": "This was a bridge too far, even for Boris Johnson | Rowan Moore", - "description": "

    His proposed link from Scotland to Northern Ireland has finally been sunk by cost. No surprise there

    An architect who was invited to design a kitchen extension for a married couple spent an evening with them to discuss their (conflicting) needs and aspirations for the work. At the end, he gave them this valuable advice. “You don’t need a kitchen,” he said, “you need a divorce.”

    This story brings us to the announcement that Boris Johnson’s idea of building a bridge between Northern Ireland and Scotland would be, at £335bn, absurdly expensive. Such was widely suspected as soon as the plan became public given, among other things, that it would have to cross the 300m-deep Beaufort’s Dyke, which is filled with up to a million tonnes of dumped munitions. But it has required a government feasibility study by a team of “world-renowned technical advisers” to conclude that bears do, after all, shit in the woods.

    Continue reading...", - "content": "

    His proposed link from Scotland to Northern Ireland has finally been sunk by cost. No surprise there

    An architect who was invited to design a kitchen extension for a married couple spent an evening with them to discuss their (conflicting) needs and aspirations for the work. At the end, he gave them this valuable advice. “You don’t need a kitchen,” he said, “you need a divorce.”

    This story brings us to the announcement that Boris Johnson’s idea of building a bridge between Northern Ireland and Scotland would be, at £335bn, absurdly expensive. Such was widely suspected as soon as the plan became public given, among other things, that it would have to cross the 300m-deep Beaufort’s Dyke, which is filled with up to a million tonnes of dumped munitions. But it has required a government feasibility study by a team of “world-renowned technical advisers” to conclude that bears do, after all, shit in the woods.

    Continue reading...", - "category": "Architecture", - "link": "https://www.theguardian.com/commentisfree/2021/dec/04/this-was-a-bridge-too-far-even-for-boris-johnson", - "creator": "Rowan Moore", - "pubDate": "2021-12-04T17:00:31Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Succession’s plot twist prompts surge of interest in leaving money in wills to Greenpeace", + "description": "

    When Cousin Greg was disinherited by his grandfather in favour of the environmental group, inquiries about such legacies soared

    In one bewildering and painful scene in the hit TV drama Succession, Cousin Greg sees his future of ease and wealth turn to dust. His grandfather, Ewan, announces he is giving away his entire fortune to Greenpeace, depriving Greg of his inheritance.

    Now Greenpeace is hoping to benefit in real life as well as in the fictional world of the media conglomerate Waystar Royco. Thousands of people have looked into leaving money to the environmental group since the darkly comic storyline about Cousin Greg losing his inheritance and then threatening to sue the organisation was broadcast. More than 22,000 people have accessed online advice about making donations in their wills to Greenpeace. The group’s legacy webpage has also seen a tenfold surge in traffic since the episode was first broadcast earlier this month.

    Continue reading...", + "content": "

    When Cousin Greg was disinherited by his grandfather in favour of the environmental group, inquiries about such legacies soared

    In one bewildering and painful scene in the hit TV drama Succession, Cousin Greg sees his future of ease and wealth turn to dust. His grandfather, Ewan, announces he is giving away his entire fortune to Greenpeace, depriving Greg of his inheritance.

    Now Greenpeace is hoping to benefit in real life as well as in the fictional world of the media conglomerate Waystar Royco. Thousands of people have looked into leaving money to the environmental group since the darkly comic storyline about Cousin Greg losing his inheritance and then threatening to sue the organisation was broadcast. More than 22,000 people have accessed online advice about making donations in their wills to Greenpeace. The group’s legacy webpage has also seen a tenfold surge in traffic since the episode was first broadcast earlier this month.

    Continue reading...", + "category": "Greenpeace", + "link": "https://www.theguardian.com/environment/2021/nov/27/successions-plot-twist-prompts-thousands-to-leave-money-to-greenpeace-in-their-wills", + "creator": "Tom Wall", + "pubDate": "2021-11-27T15:00:00Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "726e280ea21558452cf6932aea24fe79" + "hash": "0bae7f75661fd32e4777894bd247a290" }, { - "title": "Joe Biden pledges to make any Russian invasion of Ukraine ‘very, very difficult’", - "description": "

    Washington and Kyiv say Moscow has massed troops near border ahead of planned US-Russia video summit

    Joe Biden he said he would make it “very, very difficult” for Russia to launch any invasion of Ukraine, which warned that a large-scale attack could be planned for next month.

    Washington and Kyiv say Moscow has massed troops near Ukraine’s borders and accuse Russia of planning an invasion.

    Continue reading...", - "content": "

    Washington and Kyiv say Moscow has massed troops near border ahead of planned US-Russia video summit

    Joe Biden he said he would make it “very, very difficult” for Russia to launch any invasion of Ukraine, which warned that a large-scale attack could be planned for next month.

    Washington and Kyiv say Moscow has massed troops near Ukraine’s borders and accuse Russia of planning an invasion.

    Continue reading...", - "category": "Ukraine", - "link": "https://www.theguardian.com/world/2021/dec/03/joe-biden-russia-ukraine-invasion-very-difficult", - "creator": "AFP in Washington", - "pubDate": "2021-12-03T18:03:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How a writer found himself in a missing person story", + "description": "

    While working on a book about missing persons, Francisco Garcia received a message that turned his life upside down. Here he reflects on love, loss and the enduring promise of reunion

    Despite the cold, it had been a decent day. Late March is sometimes like that in London. More winter than spring, the grass often still frozen half solid underfoot. It’s rarely a time that speaks too loudly of renewal. This year wasn’t any different, as far as I can remember. The occasion that afternoon was a friend’s 30th birthday party, if that’s what you’d call a few faintly desultory beers in a barren Peckham Rye Park.

    Back at home, my partner and I had settled down to watch a florid period drama. About half an hour in, that’s when it happened: the moment my life changed. My phone lit up with an unfamiliar name on Facebook Messenger. “Hello Francisco, this might be a shock. It’s your father’s family in Spain. Twenty years may have passed, but we have always remembered you.”

    Continue reading...", + "content": "

    While working on a book about missing persons, Francisco Garcia received a message that turned his life upside down. Here he reflects on love, loss and the enduring promise of reunion

    Despite the cold, it had been a decent day. Late March is sometimes like that in London. More winter than spring, the grass often still frozen half solid underfoot. It’s rarely a time that speaks too loudly of renewal. This year wasn’t any different, as far as I can remember. The occasion that afternoon was a friend’s 30th birthday party, if that’s what you’d call a few faintly desultory beers in a barren Peckham Rye Park.

    Back at home, my partner and I had settled down to watch a florid period drama. About half an hour in, that’s when it happened: the moment my life changed. My phone lit up with an unfamiliar name on Facebook Messenger. “Hello Francisco, this might be a shock. It’s your father’s family in Spain. Twenty years may have passed, but we have always remembered you.”

    Continue reading...", + "category": "Family", + "link": "https://www.theguardian.com/lifeandstyle/2021/nov/27/how-a-writer-found-himself-in-a-missing-person-story", + "creator": "Francisco Garcia", + "pubDate": "2021-11-27T14:00:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "286d57036627f524571b435860ba00c8" + "hash": "c6d2327d89a40bf10e6a9e85df44fd22" }, { - "title": "Covid news: Boris Johnson reported to police over No 10 parties, South Korea cases and deaths at new high", - "description": "

    Follow all the day’s coronavirus news from around the world as it happens

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", - "content": "

    Follow all the day’s coronavirus news from around the world as it happens

    UK government officials and scientific advisers believe that the danger posed by the Omicron variant may not be clear until January, potentially allowing weeks of intense mixing while the variant spreads.

    Across Westminster, invitations to Christmas drinks are landing in embossed envelopes or on WhatsApp groups. Departmental staff parties are set to take place, as well as a reception for journalists with Rishi Sunak at No 11. Even Keir Starmer and Rachel Reeves are hosting a joint bash.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/04/covid-news-boris-johnson-reported-to-police-over-no-10-parties-south-korea-cases-and-deaths-at-new-high", - "creator": "Sarah Marsh", - "pubDate": "2021-12-04T11:28:22Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "George Orwell: how romantic walks with girlfriends inspired Nineteen Eighty-Four", + "description": "

    Details from 50 newly released letters echo scenes between Winston and Julia in the dystopian novel

    The feeling of longing for a lost love can be powerful, and George Orwell makes full use of it in his work. In Nineteen Eighty-Four, his great dystopian novel, the hero Winston Smith’s memories of walks taken with Julia, the woman he can never have, give the story its humanity.

    Now a stash of largely unseen private correspondence, handed over to an academic archive on Friday by the author’s son, reveal just how large a role romantic nostalgia played in Orwell’s own life. The contents are also proof that the writer was an unlikely but enthusiastic ice-skater.

    Continue reading...", + "content": "

    Details from 50 newly released letters echo scenes between Winston and Julia in the dystopian novel

    The feeling of longing for a lost love can be powerful, and George Orwell makes full use of it in his work. In Nineteen Eighty-Four, his great dystopian novel, the hero Winston Smith’s memories of walks taken with Julia, the woman he can never have, give the story its humanity.

    Now a stash of largely unseen private correspondence, handed over to an academic archive on Friday by the author’s son, reveal just how large a role romantic nostalgia played in Orwell’s own life. The contents are also proof that the writer was an unlikely but enthusiastic ice-skater.

    Continue reading...", + "category": "George Orwell", + "link": "https://www.theguardian.com/books/2021/nov/27/george-orwell-how-romantic-walks-with-girlfriends-inspired-nineteen-eighty-four", + "creator": "Vanessa Thorpe", + "pubDate": "2021-11-27T14:00:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fec25b068076a5f7662cdc744f9c35d4" + "hash": "46e27e413ef8f3b2dbe796bb66bd59ed" }, { - "title": "Billie Eilish: ‘I’ve gotten a lot more proud of who I am’", - "description": "

    The pop superstar on her extraordinary year – the Bond theme, that Vogue cover, the success of her second album – and hosting Saturday Night Live

    It’s a measure of what Billie Eilish’s life has been like in 2021 that she woke up one morning last month, rolled over to check her phone and found out she’d got seven Grammy award nominations. She’d overslept the actual announcement. “I was up late, watching Fleabag. Again!”

    We’re speaking over Zoom from her home in Los Angeles. “This is my third time watching Fleabag. I’ve literally just paused it, again, to do this interview. Andrew Scott is my favourite actor in the world! And Phoebe [Waller-Bridge] is so fucking good, I can’t stress it enough. When I met her at the Bond premiere, I was trying not to blow smoke up her ass the entire night.”

    Eilish would be a standout figure of 2021 for her Grammy-winning title music for No Time to Die alone, written, as always, with her big brother, Finneas. It premiered at the pre-Covid 2020 Brit awards and was finally unleashed in the cinemas just over two months ago (“We saw the whole movie in December 2019… we’ve had to keep all the secrets for two years… that was hard!”). But the Bond theme is old news, given everything else that has happened this past year.

    Continue reading...", - "content": "

    The pop superstar on her extraordinary year – the Bond theme, that Vogue cover, the success of her second album – and hosting Saturday Night Live

    It’s a measure of what Billie Eilish’s life has been like in 2021 that she woke up one morning last month, rolled over to check her phone and found out she’d got seven Grammy award nominations. She’d overslept the actual announcement. “I was up late, watching Fleabag. Again!”

    We’re speaking over Zoom from her home in Los Angeles. “This is my third time watching Fleabag. I’ve literally just paused it, again, to do this interview. Andrew Scott is my favourite actor in the world! And Phoebe [Waller-Bridge] is so fucking good, I can’t stress it enough. When I met her at the Bond premiere, I was trying not to blow smoke up her ass the entire night.”

    Eilish would be a standout figure of 2021 for her Grammy-winning title music for No Time to Die alone, written, as always, with her big brother, Finneas. It premiered at the pre-Covid 2020 Brit awards and was finally unleashed in the cinemas just over two months ago (“We saw the whole movie in December 2019… we’ve had to keep all the secrets for two years… that was hard!”). But the Bond theme is old news, given everything else that has happened this past year.

    Continue reading...", - "category": "Billie Eilish", - "link": "https://www.theguardian.com/music/2021/dec/04/billie-eilish-interview-faces-of-year-happier-than-ever", - "creator": "Jude Rogers", - "pubDate": "2021-12-04T13:00:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Covid live: suspected German and Czech Omicron cases; UK expert says pandemic ‘reboot’ unlikely", + "description": "

    61 travellers from South Africa test positive for Covid in Netherlands; unequal sharing of Covid vaccines likely to lead to more variants, thinktank warns; travel bans target countries across southern Africa

    The UK should cut the gap between the second dose of a Covid-19 vaccination and the booster jab from six to five months, the Labour party said on Saturday, Reuters reports.

    As the new Omicron variant sparked concern around the world, Alex Norris, Labour’s junior health spokesperson, said:

    This new variant is a wake-up call.

    The pandemic is not over. We need to urgently bolster our defences to keep the virus at bay.

    If you look at where most of the mutations are, they are similar to regions of the spike protein that have been seen with other variants so far and that tells you that despite mutations existing in other variants, the vaccines have continued to prevent very severe disease as we’ve moved through Alpha, Beta, Gamma and Delta.

    At least from a speculative point of view we have some optimism that the vaccine should still work against this variant for severe disease but really we need to wait several weeks to have that confirmed.

    The processes of how one goes about developing a new vaccine are increasingly well oiled.

    So if it’s needed that is something that could be moved very rapidly.

    Continue reading...", + "content": "

    61 travellers from South Africa test positive for Covid in Netherlands; unequal sharing of Covid vaccines likely to lead to more variants, thinktank warns; travel bans target countries across southern Africa

    The UK should cut the gap between the second dose of a Covid-19 vaccination and the booster jab from six to five months, the Labour party said on Saturday, Reuters reports.

    As the new Omicron variant sparked concern around the world, Alex Norris, Labour’s junior health spokesperson, said:

    This new variant is a wake-up call.

    The pandemic is not over. We need to urgently bolster our defences to keep the virus at bay.

    If you look at where most of the mutations are, they are similar to regions of the spike protein that have been seen with other variants so far and that tells you that despite mutations existing in other variants, the vaccines have continued to prevent very severe disease as we’ve moved through Alpha, Beta, Gamma and Delta.

    At least from a speculative point of view we have some optimism that the vaccine should still work against this variant for severe disease but really we need to wait several weeks to have that confirmed.

    The processes of how one goes about developing a new vaccine are increasingly well oiled.

    So if it’s needed that is something that could be moved very rapidly.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/nov/27/covid-news-live-omicron-variant-spreads-to-europe-countries-rush-to-impose-travel-bans-on-southern-africa", + "creator": "Léonie Chao-Fong (now) , Harry Taylor Aamna Mohdin and Samantha Lock (earlier)", + "pubDate": "2021-11-27T13:28:02Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69fbee58efe80e8e5590d1c57a715938" + "hash": "caecbd751e483cb52442a6f35aeaa4ca" }, { - "title": "Are you dreaming of a booze-free Christmas? Join the (soda) club", - "description": "

    The market in no- and low-alcohol drinks is booming in the UK as more people swap the festive hangover for mindful drinking

    The concept of a Christmas without champagne, wine or whisky is counterintuitive to many. But this festive season, growing numbers of Britons are eschewing alcohol and gearing up for a teetotal – or at least partially so – celebration, according to retailers.

    Sales in the no- and low-alcohol category, also known as “NoLo”, are expected to grow by 17% in the UK this year, reports IWSR Drinks Market Analysis, and will hit almost 19 million cases and a value of $741m (£558m). Meanwhile, Sainsbury’s, Waitrose and Tesco all report that sales of NoLo drinks have seen huge rises year on year, a trend they expect to continue in the run-up to Christmas, amid a rise in “mindful drinking”.

    Continue reading...", - "content": "

    The market in no- and low-alcohol drinks is booming in the UK as more people swap the festive hangover for mindful drinking

    The concept of a Christmas without champagne, wine or whisky is counterintuitive to many. But this festive season, growing numbers of Britons are eschewing alcohol and gearing up for a teetotal – or at least partially so – celebration, according to retailers.

    Sales in the no- and low-alcohol category, also known as “NoLo”, are expected to grow by 17% in the UK this year, reports IWSR Drinks Market Analysis, and will hit almost 19 million cases and a value of $741m (£558m). Meanwhile, Sainsbury’s, Waitrose and Tesco all report that sales of NoLo drinks have seen huge rises year on year, a trend they expect to continue in the run-up to Christmas, amid a rise in “mindful drinking”.

    Continue reading...", - "category": "Alcohol", - "link": "https://www.theguardian.com/society/2021/dec/04/are-you-dreaming-of-a-booze-free-christmas-join-the-soda-club", - "creator": "Miranda Bryant", - "pubDate": "2021-12-04T14:30:27Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Ilhan Omar: Lauren Boebert’s ‘Jihad Squad’ bigotry is ‘no laughing matter’", + "description": "

    Islamophobic remarks by Lauren Boebert are “no laughing matter”, Ilhan Omar said, demanding action from congressional leaders – after the Colorado Republican said sorry.

    “Saying I am a suicide bomber is no laughing matter,” the Minnesota Democrat tweeted. “[House Republican leader] Kevin McCarthy and [Speaker] Nancy Pelosi need to take appropriate action, normalising this bigotry not only endangers my life but the lives of all Muslims. Anti-Muslim bigotry has no place in Congress.”

    Continue reading...", + "content": "

    Islamophobic remarks by Lauren Boebert are “no laughing matter”, Ilhan Omar said, demanding action from congressional leaders – after the Colorado Republican said sorry.

    “Saying I am a suicide bomber is no laughing matter,” the Minnesota Democrat tweeted. “[House Republican leader] Kevin McCarthy and [Speaker] Nancy Pelosi need to take appropriate action, normalising this bigotry not only endangers my life but the lives of all Muslims. Anti-Muslim bigotry has no place in Congress.”

    Continue reading...", + "category": "Ilhan Omar", + "link": "https://www.theguardian.com/us-news/2021/nov/27/ilhan-omar-lauren-boebert-bigotry-republicans-trump-pelosi-mccarthy", + "creator": "Martin Pengelly in New York", + "pubDate": "2021-11-27T13:09:58Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5ba1ad5c5bfeb2ea27407f0c3ee62817" + "hash": "a58f5eaaa3968412fc977337705d659a" }, { - "title": "Mel Brooks on losing the loves of his life: ‘People know how good Carl Reiner was, but not how great’", - "description": "

    From best friend Carl Reiner to wife Anne Bancroft, the great comic has had to face great loss. But even in the middle of a pandemic, the 95-year-old is still finding ways to laugh

    In February 2020, I joined Mel Brooks at the Beverly Hills home of his best friend, the director and writer Carl Reiner, for their nightly tradition of eating dinner together and watching the gameshow Jeopardy!. It was one of the most emotional nights of my life. Brooks, more than anyone, shaped my idea of Jewish-American humour, emphasising its joyfulness, cleverness and in-jokiness. Compared with his stellar 60s and 70s, when he was one of the most successful movie directors in the world, with The Producers and Blazing Saddles, and later his glittering 2000s, when his musical adaptation of The Producers dominated Broadway and the West End, his 80s and 90s are considered relatively fallow years. But his 1987 Star Wars spoof, Spaceballs, was the first Brooks movie I saw, and nothing was funnier to this then nine-year-old than that nonstop gag-a-thon (forget Yoda and the Force; in Spaceballs, Mel Brooks is Yoghurt and he wields the greatest power of all, the Schwartz).

    I loved listening to Brooks and Reiner – whose films included The Jerk and The Man With Two Brains – reminisce about their eight decades of friendship in which, together and separately, they created some of the greatest American comedy of the 20th century. The deep love between them was palpable, with Brooks, then 93, gently prompting 97-year-old Reiner on some of his anecdotes. It was impossible not to be moved by their friendship, and hard not to feel anxiety about the prospect of one of them someday having to dine on his own.

    Continue reading...", - "content": "

    From best friend Carl Reiner to wife Anne Bancroft, the great comic has had to face great loss. But even in the middle of a pandemic, the 95-year-old is still finding ways to laugh

    In February 2020, I joined Mel Brooks at the Beverly Hills home of his best friend, the director and writer Carl Reiner, for their nightly tradition of eating dinner together and watching the gameshow Jeopardy!. It was one of the most emotional nights of my life. Brooks, more than anyone, shaped my idea of Jewish-American humour, emphasising its joyfulness, cleverness and in-jokiness. Compared with his stellar 60s and 70s, when he was one of the most successful movie directors in the world, with The Producers and Blazing Saddles, and later his glittering 2000s, when his musical adaptation of The Producers dominated Broadway and the West End, his 80s and 90s are considered relatively fallow years. But his 1987 Star Wars spoof, Spaceballs, was the first Brooks movie I saw, and nothing was funnier to this then nine-year-old than that nonstop gag-a-thon (forget Yoda and the Force; in Spaceballs, Mel Brooks is Yoghurt and he wields the greatest power of all, the Schwartz).

    I loved listening to Brooks and Reiner – whose films included The Jerk and The Man With Two Brains – reminisce about their eight decades of friendship in which, together and separately, they created some of the greatest American comedy of the 20th century. The deep love between them was palpable, with Brooks, then 93, gently prompting 97-year-old Reiner on some of his anecdotes. It was impossible not to be moved by their friendship, and hard not to feel anxiety about the prospect of one of them someday having to dine on his own.

    Continue reading...", - "category": "Mel Brooks", - "link": "https://www.theguardian.com/film/2021/dec/04/mel-brooks-on-losing-the-loves-of-his-life-people-know-how-good-carl-reiner-was-but-not-how-great", - "creator": "Hadley Freeman", - "pubDate": "2021-12-04T08:00:21Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What connects Janet Jackson’s ‘wardrobe malfunction’ to Shonda Rhimes and John Singleton?", + "description": "

    From the Super Bowl to groundbreaking cinema: we jump down the rabbit hole, via a detour to Britney Spears

    A new documentary, Malfunction: The Dressing Down of Janet Jackson, has revisited the infamous “wardrobe malfunction” at the 2004 Super Bowl half-time show, when Justin Timberlake exposed one of Janet Jackson’s breasts – and nipple adornment – for about a half a second, causing America to lose its collective mind in a manner that was unfathomable then and remains unfathomable now.

    Continue reading...", + "content": "

    From the Super Bowl to groundbreaking cinema: we jump down the rabbit hole, via a detour to Britney Spears

    A new documentary, Malfunction: The Dressing Down of Janet Jackson, has revisited the infamous “wardrobe malfunction” at the 2004 Super Bowl half-time show, when Justin Timberlake exposed one of Janet Jackson’s breasts – and nipple adornment – for about a half a second, causing America to lose its collective mind in a manner that was unfathomable then and remains unfathomable now.

    Continue reading...", + "category": "Janet Jackson", + "link": "https://www.theguardian.com/culture/2021/nov/27/janet-jackson-wardrobe-malfunction-shonda-rhimes-john-singleton-connection", + "creator": "Larry Ryan", + "pubDate": "2021-11-27T13:00:04Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b314c9e2de4e4f0463b0fcc1962a1c0" + "hash": "e2779dcb9dc8de51de67c5d0bc1a9d17" }, { - "title": "Romance fraudster conned women in UK out of thousands, say police", - "description": "

    NCA says Osagie Aigbonohan used series of online aliases to form relationships with victims including terminally ill woman

    A romance fraudster conned a victim out of thousands of pounds and targeted hundreds of others, including a terminally ill woman, according to the National Crime Agency (NCA).

    Osagie Aigbonohan, 40, used a number of aliases to contact women online through dating and social media sites, and in one case cheated a woman out of almost £10,000, the agency said.

    Continue reading...", - "content": "

    NCA says Osagie Aigbonohan used series of online aliases to form relationships with victims including terminally ill woman

    A romance fraudster conned a victim out of thousands of pounds and targeted hundreds of others, including a terminally ill woman, according to the National Crime Agency (NCA).

    Osagie Aigbonohan, 40, used a number of aliases to contact women online through dating and social media sites, and in one case cheated a woman out of almost £10,000, the agency said.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/04/romance-fraudster-conned-women-in-uk-out-of-thousands-say-police", - "creator": "PA Media", - "pubDate": "2021-12-04T15:14:48Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Howardena Pindell: ‘I could have died – that’s when I decided to express my opinion in my work’", + "description": "

    The African American artist has been making powerful, political work since the late 70s. As a new exhibition in Edinburgh shows, she still has plenty to say

    Howardena Pindell’s art can seem as if it were made by two separate people. There are the huge canvases where stencilled dots or tiny, hole-punched discs of paper amass like drifts of leaves, which she began making while working as MoMA’s first African American curator in 1970s New York. And then there’s the work that has challenged social injustice with a gut-punch directness since the 80s.

    It is clear, though, speaking with the 78-year-old ahead of her first UK solo exhibition in a public gallery, that her swirling abstract constellations are not entirely devoid of politics. As a young curator, she’d seen artists with museum day jobs give up their creative lives. Not her. She found time for painting because “the racism [at MoMA at the time] meant I was left out of certain activities. I loved being an artist and I had the stamina to work at night.”

    Continue reading...", + "content": "

    The African American artist has been making powerful, political work since the late 70s. As a new exhibition in Edinburgh shows, she still has plenty to say

    Howardena Pindell’s art can seem as if it were made by two separate people. There are the huge canvases where stencilled dots or tiny, hole-punched discs of paper amass like drifts of leaves, which she began making while working as MoMA’s first African American curator in 1970s New York. And then there’s the work that has challenged social injustice with a gut-punch directness since the 80s.

    It is clear, though, speaking with the 78-year-old ahead of her first UK solo exhibition in a public gallery, that her swirling abstract constellations are not entirely devoid of politics. As a young curator, she’d seen artists with museum day jobs give up their creative lives. Not her. She found time for painting because “the racism [at MoMA at the time] meant I was left out of certain activities. I loved being an artist and I had the stamina to work at night.”

    Continue reading...", + "category": "Art", + "link": "https://www.theguardian.com/artanddesign/2021/nov/27/howardena-pindell-i-could-have-died-thats-when-i-decided-to-express-my-opinion-in-my-work", + "creator": "Skye Sherwin", + "pubDate": "2021-11-27T13:00:04Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "147b9c264c6a21a6fd243174a103245c" + "hash": "ebbcfac8caa1257e92745ff516bf4aec" }, { - "title": "Filming wild beasts: Cherry Kearton interviewed – archive, 11 May 1914", - "description": "

    11 May 1914: The British wildlife photographer tells the Guardian about filming animals ‘unmolested and unharassed in their native wilds’

    I found Mr Cherry Kearton, who has just returned from crossing Africa with a kinema camera for the third time, in the private room of his London office (writes a representative of the Manchester Guardian).

    He was endeavouring to conduct a business conversation on the telephone. Round him stood half a dozen merry friends, whose joy at welcoming him home was so ebullient that they refused to be serious. The author of several standard books was giving lifelike imitations of a roaring lion, while the others were laughing loudly at his performance.

    Continue reading...", - "content": "

    11 May 1914: The British wildlife photographer tells the Guardian about filming animals ‘unmolested and unharassed in their native wilds’

    I found Mr Cherry Kearton, who has just returned from crossing Africa with a kinema camera for the third time, in the private room of his London office (writes a representative of the Manchester Guardian).

    He was endeavouring to conduct a business conversation on the telephone. Round him stood half a dozen merry friends, whose joy at welcoming him home was so ebullient that they refused to be serious. The author of several standard books was giving lifelike imitations of a roaring lion, while the others were laughing loudly at his performance.

    Continue reading...", - "category": "Photography", - "link": "https://www.theguardian.com/artanddesign/2021/dec/04/filming-wild-beasts-cherry-kearton-interviewed-1914", - "creator": "A representative of the Manchester Guardian", - "pubDate": "2021-12-04T10:00:23Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Storm Arwen: wild weather batters UK – video report", + "description": "

    Two people have died after being hit by falling trees as Storm Arwen brought winds of almost 100mph to parts of the UK overnight. The extreme conditions led to the closure of roads and forced planes to abort landing

    Continue reading...", + "content": "

    Two people have died after being hit by falling trees as Storm Arwen brought winds of almost 100mph to parts of the UK overnight. The extreme conditions led to the closure of roads and forced planes to abort landing

    Continue reading...", + "category": "UK weather", + "link": "https://www.theguardian.com/uk-news/video/2021/nov/27/storm-arwen-wild-weather-batters-uk-video-report", + "creator": "", + "pubDate": "2021-11-27T12:50:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2bb82a5ddf1e968fd7bd29974c749365" + "hash": "eb56b4ffb0f4112cf778c14cfa312428" }, { - "title": "Omicron seems to carry higher Covid reinfection risk, says South Africa", - "description": "

    Scientists warn of higher rate of repeat infections but say vaccines appear to protect against serious illness

    The Omicron variant of Covid-19 appears to be reinfecting people at three times the rate of previous strains, experts in South Africa have said, as public health officials and scientists from around the world closely monitor developments in the country where it was first identified.

    As the EU’s public health agency warned that Omicron could cause more than half of all new Covid infections in Europe within the next few months, evidence was emerging, however, that vaccines still appear to offer protection against serious illness.

    Continue reading...", - "content": "

    Scientists warn of higher rate of repeat infections but say vaccines appear to protect against serious illness

    The Omicron variant of Covid-19 appears to be reinfecting people at three times the rate of previous strains, experts in South Africa have said, as public health officials and scientists from around the world closely monitor developments in the country where it was first identified.

    As the EU’s public health agency warned that Omicron could cause more than half of all new Covid infections in Europe within the next few months, evidence was emerging, however, that vaccines still appear to offer protection against serious illness.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/02/omicron-may-cause-more-covid-reinfections-say-south-african-experts", - "creator": "Peter Beaumont and Nick Dall in Cape Town", - "pubDate": "2021-12-02T18:23:07Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Suspected Omicron Covid cases found in Germany and Czech Republic", + "description": "

    Scientists checking for B.1.1.529 variant in two travellers recently returned from southern Africa

    The first suspected cases of the Omicron Covid variant in Germany and the Czech Republic are being investigated, as Dutch authorities scramble to see if 61 passengers from South Africa who tested positive for Covid-19 have the new variant.

    Omicron, first identified in South Africa and known officially as B.1.1.529, has already been detected in travellers in Belgium, Hong Kong and Israel, according to reports.

    Continue reading...", + "content": "

    Scientists checking for B.1.1.529 variant in two travellers recently returned from southern Africa

    The first suspected cases of the Omicron Covid variant in Germany and the Czech Republic are being investigated, as Dutch authorities scramble to see if 61 passengers from South Africa who tested positive for Covid-19 have the new variant.

    Omicron, first identified in South Africa and known officially as B.1.1.529, has already been detected in travellers in Belgium, Hong Kong and Israel, according to reports.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/27/suspected-omicron-covid-cases-found-germany-czech-republic", + "creator": "Tom Ambrose", + "pubDate": "2021-11-27T12:29:22Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c79da79c89365823c0e50eda49c6418" + "hash": "86a3bf768d2f212885fd6eb4308f64a8" }, { - "title": "Michigan shooting: suspect’s parents in custody charged with manslaughter", - "description": "
    • Jennifer and James Crumbley went missing, prompting search
    • Son Ethan, 15, charged with murder over deadly school shooting

    The parents of a boy who is accused of killing four students at a Michigan high school have been taken into custody after the pair went missing in the wake of being charged as part of the investigation into the mass shooting.

    Jennifer and James Crumbley were charged with four counts of involuntary manslaughter but authorities on Friday said the whereabouts of the Crumbleys were not known, prompting a search.

    Continue reading...", - "content": "
    • Jennifer and James Crumbley went missing, prompting search
    • Son Ethan, 15, charged with murder over deadly school shooting

    The parents of a boy who is accused of killing four students at a Michigan high school have been taken into custody after the pair went missing in the wake of being charged as part of the investigation into the mass shooting.

    Jennifer and James Crumbley were charged with four counts of involuntary manslaughter but authorities on Friday said the whereabouts of the Crumbleys were not known, prompting a search.

    Continue reading...", - "category": "Michigan", - "link": "https://www.theguardian.com/us-news/2021/dec/03/michigan-high-school-shooting-parents-manslaughter-charges", - "creator": "Joanna Walters and agencies", - "pubDate": "2021-12-04T08:00:02Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "In the 1950s, rather than integrate some public schools, Virginia closed them", + "description": "

    The state’s policy of ‘Massive Resistance’ exemplifies the incendiary combination of race and education in the US

    Not long after Patricia Turner and a handful of Black students desegregated Norview junior high school in Norfolk, Virginia, she realized a big difference between her new white school and her former Black school. That February of 1959, she didn’t have to wear a coat in class to stay warm, because Norview was heated.

    She hadn’t noticed the difference earlier because of the steady volley of racism directed at her, Turner said. A teacher put her papers in a separate box and returned them wearing rubber gloves. (He later wrote her an apology letter.) And her fellow students spat on her.

    A crowd gathers for an NAACP rally in May 1961 at the Prince Edward county courthouse in Farmville, Virginia, marking the seventh anniversary of the supreme court’s school desegregation ruling.

    Continue reading...", + "content": "

    The state’s policy of ‘Massive Resistance’ exemplifies the incendiary combination of race and education in the US

    Not long after Patricia Turner and a handful of Black students desegregated Norview junior high school in Norfolk, Virginia, she realized a big difference between her new white school and her former Black school. That February of 1959, she didn’t have to wear a coat in class to stay warm, because Norview was heated.

    She hadn’t noticed the difference earlier because of the steady volley of racism directed at her, Turner said. A teacher put her papers in a separate box and returned them wearing rubber gloves. (He later wrote her an apology letter.) And her fellow students spat on her.

    A crowd gathers for an NAACP rally in May 1961 at the Prince Edward county courthouse in Farmville, Virginia, marking the seventh anniversary of the supreme court’s school desegregation ruling.

    Continue reading...", + "category": "Race", + "link": "https://www.theguardian.com/world/2021/nov/27/integration-public-schools-massive-resistance-virginia-1950s", + "creator": "Susan Smith-Richardson and Lauren Burke", + "pubDate": "2021-11-27T11:00:01Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51934e6ec4442b660d5fb97ee5c118ee" + "hash": "b731beb890d8ff7521549dfb1e76e949" }, { - "title": "Nowhere left to pray: Hindu groups target Muslim sites in Gurgaon", - "description": "

    The dwindling number of places available for the metropolis’s Muslims are becoming religious battlefields

    Until a few weeks ago, no one had given much thought to the car park outside sector 37 police station in Gurgaon, a satellite city to India’s capital, Delhi. But for the last few Fridays the dusty, litter-strewn patch of concrete has become a religious battlefield.

    This week as a Hindu nationalist mob assembled in their usual saffron, roars of their signature slogans “Jai Shri Ram” (Hail Lord Ram) and “hail the motherland” filled the air. Then a cry rang out: “The Muslims are here.” And the mob began to charge.

    Continue reading...", - "content": "

    The dwindling number of places available for the metropolis’s Muslims are becoming religious battlefields

    Until a few weeks ago, no one had given much thought to the car park outside sector 37 police station in Gurgaon, a satellite city to India’s capital, Delhi. But for the last few Fridays the dusty, litter-strewn patch of concrete has become a religious battlefield.

    This week as a Hindu nationalist mob assembled in their usual saffron, roars of their signature slogans “Jai Shri Ram” (Hail Lord Ram) and “hail the motherland” filled the air. Then a cry rang out: “The Muslims are here.” And the mob began to charge.

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/2021/dec/04/hindu-groups-target-muslim-sites-india-gurgaon", - "creator": "Hannah Ellis-Petersen in Gurgaon", - "pubDate": "2021-12-04T05:00:16Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Omicron variant unlikely to reboot Covid in UK, expert says", + "description": "

    Prof Sir Andrew Pollard cautiously optimistic that widely vaccinated population will avoid serious disease

    The Omicron Covid variant is unlikely to “reboot” the pandemic in a population that has been widely vaccinated, according to a UK expert who voiced cautious optimism that existing vaccines would prevent serious disease.

    Scientists have expressed alarm about the B.1.1.529 variant, first identified in Gauteng in South Africa, over its high number of mutations. Omicron has more than 30 mutations on its spike protein – more than double the number carried by the Delta variant.

    Continue reading...", + "content": "

    Prof Sir Andrew Pollard cautiously optimistic that widely vaccinated population will avoid serious disease

    The Omicron Covid variant is unlikely to “reboot” the pandemic in a population that has been widely vaccinated, according to a UK expert who voiced cautious optimism that existing vaccines would prevent serious disease.

    Scientists have expressed alarm about the B.1.1.529 variant, first identified in Gauteng in South Africa, over its high number of mutations. Omicron has more than 30 mutations on its spike protein – more than double the number carried by the Delta variant.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/27/omicron-variant-unlikely-reboot-covid-uk-expert-says", + "creator": "Clea Skopeliti", + "pubDate": "2021-11-27T10:50:20Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c65698811d276a8f44c25a84ddb982e9" + "hash": "c9ca154bc7608aacecbb99115e062535" }, { - "title": "Dog noises, name calling, claims of abuse: a week of shame in Australian politics", - "description": "

    Despite a review finding one in three parliamentary staffers have been sexually harassed, behaviour inside the building shows no sign of improvement

    Allegations of abuse and accusations of widespread sexism. Bullying and harassment particularly of women. A cabinet minister stood aside pending an investigation into claims by a former staffer that their relationship was at times “abusive”. Even by the low standards of the Australian parliament, it was a week of horror in Canberra.

    The final sitting week of parliament for the year began with a long-awaited report on sexual harassment and cultural issues within the parliament, which found one in three parliamentary staffers “have experienced some form of sexual harassment while working there”.

    Continue reading...", - "content": "

    Despite a review finding one in three parliamentary staffers have been sexually harassed, behaviour inside the building shows no sign of improvement

    Allegations of abuse and accusations of widespread sexism. Bullying and harassment particularly of women. A cabinet minister stood aside pending an investigation into claims by a former staffer that their relationship was at times “abusive”. Even by the low standards of the Australian parliament, it was a week of horror in Canberra.

    The final sitting week of parliament for the year began with a long-awaited report on sexual harassment and cultural issues within the parliament, which found one in three parliamentary staffers “have experienced some form of sexual harassment while working there”.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/04/dog-noises-name-calling-claims-of-abuse-a-week-of-shame-in-australian-politics", - "creator": "Amy Remeikis in Canberra", - "pubDate": "2021-12-04T01:32:31Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘A core threat to our democracy’: threat of political violence growing across US", + "description": "

    Republicans’ muted response to Paul Gosar’s behavior has intensified fears about where incendiary rhetoric may lead

    Alexandria Ocasio-Cortez stood on the House floor and implored her colleagues to hold Paul Gosar accountable for sharing an altered anime video showing him killing her and attacking Joe Biden.

    “Our work here matters. Our example matters. There is meaning in our service,” Ocasio-Cortez said in her speech last week. “And as leaders in this country, when we incite violence with depictions against our colleagues, that trickles down into violence in this country.”

    Continue reading...", + "content": "

    Republicans’ muted response to Paul Gosar’s behavior has intensified fears about where incendiary rhetoric may lead

    Alexandria Ocasio-Cortez stood on the House floor and implored her colleagues to hold Paul Gosar accountable for sharing an altered anime video showing him killing her and attacking Joe Biden.

    “Our work here matters. Our example matters. There is meaning in our service,” Ocasio-Cortez said in her speech last week. “And as leaders in this country, when we incite violence with depictions against our colleagues, that trickles down into violence in this country.”

    Continue reading...", + "category": "Alexandria Ocasio-Cortez", + "link": "https://www.theguardian.com/us-news/2021/nov/27/political-violence-threats-multiplying-us", + "creator": "Joan E Greve in Washington", + "pubDate": "2021-11-27T10:00:00Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e576668ab5d7cd4f157ee302b824726" + "hash": "c794c179118e2eccf02beeb03d48208c" }, { - "title": "Emmanuel Macron accused of trying to ‘rehabilitate’ Mohammed bin Salman", - "description": "

    Human rights groups criticise French president’s planned meeting with crown prince in Saudi Arabia

    Human rights groups have criticised Emmanuel Macron’s planned meeting with Mohammed bin Salman in Saudi Arabia on Saturday, which will mark the first one-on-one public meeting of a major western leader with the crown prince since the state-sponsored assassination of the journalist Jamal Khashoggi.

    For three years since the 2018 murder, western heads of state have avoided direct one-on-one meetings with the crown prince in the kingdom. The US president, Joe Biden, has even avoided speaking to the future king in what has widely been seen as an attempt to avoid conferring legitimacy on the de facto ruler.

    But Macron’s move suggests at least one major western leader is ready to formally re-establish ties to the crown prince directly, less than a year after US intelligence agencies released a report stating they believed that Prince Mohammed had approved the murder of Khashoggi.

    Continue reading...", - "content": "

    Human rights groups criticise French president’s planned meeting with crown prince in Saudi Arabia

    Human rights groups have criticised Emmanuel Macron’s planned meeting with Mohammed bin Salman in Saudi Arabia on Saturday, which will mark the first one-on-one public meeting of a major western leader with the crown prince since the state-sponsored assassination of the journalist Jamal Khashoggi.

    For three years since the 2018 murder, western heads of state have avoided direct one-on-one meetings with the crown prince in the kingdom. The US president, Joe Biden, has even avoided speaking to the future king in what has widely been seen as an attempt to avoid conferring legitimacy on the de facto ruler.

    But Macron’s move suggests at least one major western leader is ready to formally re-establish ties to the crown prince directly, less than a year after US intelligence agencies released a report stating they believed that Prince Mohammed had approved the murder of Khashoggi.

    Continue reading...", - "category": "Emmanuel Macron", - "link": "https://www.theguardian.com/world/2021/dec/03/emmanuel-macron-accused-of-trying-to-rehabilitate-mohammed-bin-salman", - "creator": "Angelique Chrisafis in Paris and Stephanie Kirchgaessner in Washington", - "pubDate": "2021-12-03T20:26:57Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Michael Vaughan ‘sorry’ for hurt Azeem Rafiq suffered, denies racism allegations", + "description": "
    • Vaughan tells BBC Rafiq’s treatment by Yorkshire ‘hurts deeply’
    • Former England captain denies having made racist comments

    Michael Vaughan has said he was sorry for the pain his former Yorkshire teammate Azeem Rafiq endured arising from the racism he experienced at the club.

    Yorkshire’s new chairman, Lord Patel, has apologised to Rafiq for what he had been through and the former player told MPs earlier this month of the “inhuman” treatment he suffered during his time at the county, with Vaughan among a number of figures implicated in the case. In an interview with BBC Breakfast shown on Saturday morning, Vaughan denied making racist comments.

    Continue reading...", + "content": "
    • Vaughan tells BBC Rafiq’s treatment by Yorkshire ‘hurts deeply’
    • Former England captain denies having made racist comments

    Michael Vaughan has said he was sorry for the pain his former Yorkshire teammate Azeem Rafiq endured arising from the racism he experienced at the club.

    Yorkshire’s new chairman, Lord Patel, has apologised to Rafiq for what he had been through and the former player told MPs earlier this month of the “inhuman” treatment he suffered during his time at the county, with Vaughan among a number of figures implicated in the case. In an interview with BBC Breakfast shown on Saturday morning, Vaughan denied making racist comments.

    Continue reading...", + "category": "Michael Vaughan", + "link": "https://www.theguardian.com/sport/2021/nov/27/michael-vaughan-azeem-rafiq-yorkshire-cricket-racism-allegations", + "creator": "PA Media", + "pubDate": "2021-11-27T09:08:26Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86a1a41a43c41934b0a1d2907f83d6cf" + "hash": "793eac75a7eeed2aeb71eb58c1b12b68" }, { - "title": "Top Trump official to plead the fifth to Capitol attack committee", - "description": "

    John Eastman, linked to efforts to stop Biden certification, to invoke constitutional protection against self-incrimination

    Former Trump lawyer John Eastman, who was connected to efforts to stop the certification of Joe Biden’s presidential election win on 6 January, will plead the fifth amendment protection against self-incrimination before the House select committee investigating the Capitol attack.

    The move by Eastman, communicated in a letter to the select committee by his attorney, is an extraordinary step and appears to suggest a growing fear among some of Trump’s closest advisers that their testimony may implicate them in potential criminality.

    Continue reading...", - "content": "

    John Eastman, linked to efforts to stop Biden certification, to invoke constitutional protection against self-incrimination

    Former Trump lawyer John Eastman, who was connected to efforts to stop the certification of Joe Biden’s presidential election win on 6 January, will plead the fifth amendment protection against self-incrimination before the House select committee investigating the Capitol attack.

    The move by Eastman, communicated in a letter to the select committee by his attorney, is an extraordinary step and appears to suggest a growing fear among some of Trump’s closest advisers that their testimony may implicate them in potential criminality.

    Continue reading...", - "category": "US Capitol attack", - "link": "https://www.theguardian.com/us-news/2021/dec/03/top-trump-official-capitol-attack-committee-john-eastman", - "creator": "Hugo Lowell in Washington", - "pubDate": "2021-12-03T19:14:25Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Inside story: the first pandemic novels have arrived, but are we ready for them?", + "description": "

    Ali Smith, Sally Rooney, Roddy Doyle … is there anything can we learn from the first Covid-19 books?

    ‘It was a call to arms’: Jodi Picoult and Karin Slaughter on writing Covid-19 into novels

    At the start of the second world war, authors asked themselves if they were going to write about their unprecedented times, or if they should be doing something more useful – joining the fire service, becoming an air raid warden. The phoney war, with its uncertainty and dread, proved hard to write about, but the blitz brought new experiences and a new language that demanded to be recorded or imaginatively transformed. Elizabeth Bowen began to write short stories, somewhere between hallucination and documentary, that she described as “the only diary I have kept”. Set in windowless houses populated by feather boa-wearing ghosts, these are stories that take place in evenings “parched, freshening and a little acrid with ruins”.

    When lockdown hit last March, some writers offered their services as delivery drivers or volunteered at Covid test centres. Others attempted to make progress with preexisting projects, blanking out the new world careering into being in front of them. But nothing written in the past 18 months can be entirely free of Covid, with its stark blend of stasis and fear. And now, as we see the work made by writers who confronted it head on, questions emerge. Do we really want to read about the pandemic while it is still unfolding? Do we risk losing sight of the long view in getting too caught up with the contemporary?

    Continue reading...", + "content": "

    Ali Smith, Sally Rooney, Roddy Doyle … is there anything can we learn from the first Covid-19 books?

    ‘It was a call to arms’: Jodi Picoult and Karin Slaughter on writing Covid-19 into novels

    At the start of the second world war, authors asked themselves if they were going to write about their unprecedented times, or if they should be doing something more useful – joining the fire service, becoming an air raid warden. The phoney war, with its uncertainty and dread, proved hard to write about, but the blitz brought new experiences and a new language that demanded to be recorded or imaginatively transformed. Elizabeth Bowen began to write short stories, somewhere between hallucination and documentary, that she described as “the only diary I have kept”. Set in windowless houses populated by feather boa-wearing ghosts, these are stories that take place in evenings “parched, freshening and a little acrid with ruins”.

    When lockdown hit last March, some writers offered their services as delivery drivers or volunteered at Covid test centres. Others attempted to make progress with preexisting projects, blanking out the new world careering into being in front of them. But nothing written in the past 18 months can be entirely free of Covid, with its stark blend of stasis and fear. And now, as we see the work made by writers who confronted it head on, questions emerge. Do we really want to read about the pandemic while it is still unfolding? Do we risk losing sight of the long view in getting too caught up with the contemporary?

    Continue reading...", + "category": "Fiction", + "link": "https://www.theguardian.com/books/2021/nov/27/inside-story-the-first-pandemic-novels-have-arrived-but-are-we-ready-for-them", + "creator": "Lara Feigel", + "pubDate": "2021-11-27T09:00:01Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6f35bc8cedd59a66819b3aeb5720a1c7" + "hash": "eb881cc9b167f582c8ebad21ebd7bc99" }, { - "title": "Does the Omicron variant mean Covid is going to become more transmissible?", - "description": "

    As new strain dampens idea pandemic might be diminishing, what does the future hold for coronavirus?

    When scientists predicted, months ago, that Covid-19 could be entering an endemic phase, many felt ready for the crisis period of the pandemic to be over. The tantalising suggestion that coronavirus might, at some foreseeable point, be just another seasonal cold felt welcome. But the emergence of the Omicron variant, just weeks before Christmas, shows this is not guaranteed to be a smooth or quick transition.

    Continue reading...", - "content": "

    As new strain dampens idea pandemic might be diminishing, what does the future hold for coronavirus?

    When scientists predicted, months ago, that Covid-19 could be entering an endemic phase, many felt ready for the crisis period of the pandemic to be over. The tantalising suggestion that coronavirus might, at some foreseeable point, be just another seasonal cold felt welcome. But the emergence of the Omicron variant, just weeks before Christmas, shows this is not guaranteed to be a smooth or quick transition.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/03/what-does-the-future-hold-for-coronavirus-explainer", - "creator": "Hannah Devlin Science correspondent", - "pubDate": "2021-12-03T16:42:44Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kurdish village fears the worst for its loved ones after Channel disaster", + "description": "

    Relatives await news on 10 men whose phones have gone silent and a map pin that remains stubbornly stuck halfway between Britain and France

    Very little is known about the 27 people who drowned trying to cross the Channel in an inflatable boat on Wednesday, other than that many are thought to have come from northern Iraq.

    In the Kurdish village of Ranya, families had been waiting for days for news from loved ones they knew were planning to attempt the perilous crossing on Wednesday, but whose phones had gone silent. Some hoped their sons, brothers, daughters and sisters had made it across the Channel and were now in detention centres in the UK. Others feared the worst.

    Continue reading...", + "content": "

    Relatives await news on 10 men whose phones have gone silent and a map pin that remains stubbornly stuck halfway between Britain and France

    Very little is known about the 27 people who drowned trying to cross the Channel in an inflatable boat on Wednesday, other than that many are thought to have come from northern Iraq.

    In the Kurdish village of Ranya, families had been waiting for days for news from loved ones they knew were planning to attempt the perilous crossing on Wednesday, but whose phones had gone silent. Some hoped their sons, brothers, daughters and sisters had made it across the Channel and were now in detention centres in the UK. Others feared the worst.

    Continue reading...", + "category": "Iraq", + "link": "https://www.theguardian.com/world/2021/nov/27/kurdish-village-fears-the-worst-for-its-loved-ones-after-channel-disaster", + "creator": "Martin Chulov and Nechirvan Mando in Ranya, Iraqi Kurdistan", + "pubDate": "2021-11-27T08:00:53Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "91fad6ab94af54d42132d94ed2511e10" + "hash": "8538122643744db105c7e26a385ebbf2" }, { - "title": "The first man to hunt wildlife with a camera, not a rifle", - "description": "

    Cherry Kearton popularised nature like a Victorian David Attenborough – using bold techniques to get close to his subjects, as a new exhibition shows

    In 1909 two wildlife safari expeditions arrived by ship in Mombasa, Kenya, within days of each other. One party was enormous and led by the adventure-loving US president Teddy Roosevelt; the other consisted of just two men and was headed by Cherry Kearton, a young British bird photographer from Yorkshire.

    Over several months on safari the trigger-happy president and his son Kermit killed 17 lions, 11 elephants, 20 rhino, nine giraffes, 19 zebra, more than 400 hippos, hyena and other large animals, as well as many thousands of birds and smaller animals. By contrast Kearton, the first man in the world to hunt with a camera and not a rifle, killed just one animal, in self-defence.

    Continue reading...", - "content": "

    Cherry Kearton popularised nature like a Victorian David Attenborough – using bold techniques to get close to his subjects, as a new exhibition shows

    In 1909 two wildlife safari expeditions arrived by ship in Mombasa, Kenya, within days of each other. One party was enormous and led by the adventure-loving US president Teddy Roosevelt; the other consisted of just two men and was headed by Cherry Kearton, a young British bird photographer from Yorkshire.

    Over several months on safari the trigger-happy president and his son Kermit killed 17 lions, 11 elephants, 20 rhino, nine giraffes, 19 zebra, more than 400 hippos, hyena and other large animals, as well as many thousands of birds and smaller animals. By contrast Kearton, the first man in the world to hunt with a camera and not a rifle, killed just one animal, in self-defence.

    Continue reading...", - "category": "Photography", - "link": "https://www.theguardian.com/artanddesign/2021/dec/04/cherry-kearton-victorian-wildlife-photographer-exhibition", - "creator": "John Vidal", - "pubDate": "2021-12-04T10:00:23Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Sicilian town where the Covid vaccination rate hit 104%", + "description": "

    An ‘extraordinary’ campaign is credited for Palazzo Adriano’s stellar uptake – even if topping 100% is a statistical quirk

    While European governments weigh up new mandates and measures to boost the uptake of Covid jabs there is on the slopes of Sicily’s Monte delle Rose a village with a vaccination rate that defies mathematics: 104%.

    The figure is in part a statistical quirk – vaccine rates are calculated by Italian health authorities on a town or village’s official population and can in theory rise above 100% if enough non-residents are jabbed there – but Palazzo Adriano, where the Oscar-winning movie Cinema Paradiso was filmed, is by any standards a well-vaccinated community. A good portion of the population has already taken or booked a third dose and since vaccines were first available it utilised its close-knit relations to protect its people.

    Continue reading...", + "content": "

    An ‘extraordinary’ campaign is credited for Palazzo Adriano’s stellar uptake – even if topping 100% is a statistical quirk

    While European governments weigh up new mandates and measures to boost the uptake of Covid jabs there is on the slopes of Sicily’s Monte delle Rose a village with a vaccination rate that defies mathematics: 104%.

    The figure is in part a statistical quirk – vaccine rates are calculated by Italian health authorities on a town or village’s official population and can in theory rise above 100% if enough non-residents are jabbed there – but Palazzo Adriano, where the Oscar-winning movie Cinema Paradiso was filmed, is by any standards a well-vaccinated community. A good portion of the population has already taken or booked a third dose and since vaccines were first available it utilised its close-knit relations to protect its people.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/27/palazzo-adriano-sicilian-town-covid-vaccination-rate", + "creator": "Lorenzo Tondo in Palazzo Adriano", + "pubDate": "2021-11-27T08:00:53Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db118d119f8111040468d2beee66ba08" + "hash": "af73ee1f8d936211f3b1f113ea53f56b" }, { - "title": "Flashback – JLS: ‘X Factor was a crash course in this industry. Zero to hero in 10 weeks’", - "description": "

    Aston, Marvin, JB and Oritsé recreate their audition photo and reflect on backflips, friendships, reuniting and turkey farming

    Finalists on 2008’s X Factor, JLS – short for Jack the Lad Swing – are one of the show’s most successful acts. Celebrated for their R&B-infused pop and slick dance routines, the band reached No 1 with their first single, Beat Again, while their debut album won multiple Brit and Mobo awards, and went quadruple platinum. They released three more albums and a condom range, before splitting in 2013. Oritsé Williams and Aston Merrygold went on to pursue solo careers in music, Marvin Humes is thriving as a TV and radio host, while JB Gill pivoted to turkey farming in Kent. Their new album, JLS 2.0, came out on 3 December, and they complete their comeback tour on 12 December at Capital’s Jingle Bell Ball at London’s O2.

    Aston Merrygold
    It was Marvin’s idea to wear pastel polo shirts. We vibed it out in shorts, Converse and pulled-up socks. That first X Factor audition opened a lot of doors for JLS, fashion-wise, as it was quite forward-thinking at the time. The same thing happened later down the line with the deep V T-shirts. We were always happy to set boyband trends.

    Continue reading...", - "content": "

    Aston, Marvin, JB and Oritsé recreate their audition photo and reflect on backflips, friendships, reuniting and turkey farming

    Finalists on 2008’s X Factor, JLS – short for Jack the Lad Swing – are one of the show’s most successful acts. Celebrated for their R&B-infused pop and slick dance routines, the band reached No 1 with their first single, Beat Again, while their debut album won multiple Brit and Mobo awards, and went quadruple platinum. They released three more albums and a condom range, before splitting in 2013. Oritsé Williams and Aston Merrygold went on to pursue solo careers in music, Marvin Humes is thriving as a TV and radio host, while JB Gill pivoted to turkey farming in Kent. Their new album, JLS 2.0, came out on 3 December, and they complete their comeback tour on 12 December at Capital’s Jingle Bell Ball at London’s O2.

    Aston Merrygold
    It was Marvin’s idea to wear pastel polo shirts. We vibed it out in shorts, Converse and pulled-up socks. That first X Factor audition opened a lot of doors for JLS, fashion-wise, as it was quite forward-thinking at the time. The same thing happened later down the line with the deep V T-shirts. We were always happy to set boyband trends.

    Continue reading...", - "category": "JLS", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/04/flashback-jls-x-factor-was-a-crash-course-in-this-industry-zero-to-hero-in-10-weeks", - "creator": "Harriet Gibsone", - "pubDate": "2021-12-04T12:00:25Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The stars with Down’s syndrome lighting up our screens: ‘People are talking about us instead of hiding us away’", + "description": "

    From Line of Duty to Mare of Easttown, a new generation of performers are breaking through. Meet the actors, models and presenters leading a revolution in representation

    In the middle of last winter’s lockdown, while still adjusting to the news of their newborn son’s Down’s syndrome diagnosis, Matt and Charlotte Court spotted a casting ad from BBC Drama. It called for a baby to star in a Call the Midwife episode depicting the surprising yet joyful arrival of a child with Down’s syndrome in 60s London, when institutionalisation remained horribly common. The resulting shoot would prove a deeply cathartic experience for the young family. “Before that point, I had shut off certain doors for baby Nate in my mind through a lack of knowledge,” Matt remembers. “To then have that opportunity opened my eyes. If he can act one day, which is bloody difficult, then he’s got a fighting chance. He was reborn for us on that TV programme.”

    It’s a fitting metaphor for the larger shift in Down’s syndrome visibility over the past few years. While Call the Midwife has featured a number of disability-focused plotlines in its nearly decade-long run – actor Daniel Laurie, who has Down’s syndrome, is a series regular – the history of the condition’s representation on screen is one largely defined by absence.

    Continue reading...", + "content": "

    From Line of Duty to Mare of Easttown, a new generation of performers are breaking through. Meet the actors, models and presenters leading a revolution in representation

    In the middle of last winter’s lockdown, while still adjusting to the news of their newborn son’s Down’s syndrome diagnosis, Matt and Charlotte Court spotted a casting ad from BBC Drama. It called for a baby to star in a Call the Midwife episode depicting the surprising yet joyful arrival of a child with Down’s syndrome in 60s London, when institutionalisation remained horribly common. The resulting shoot would prove a deeply cathartic experience for the young family. “Before that point, I had shut off certain doors for baby Nate in my mind through a lack of knowledge,” Matt remembers. “To then have that opportunity opened my eyes. If he can act one day, which is bloody difficult, then he’s got a fighting chance. He was reborn for us on that TV programme.”

    It’s a fitting metaphor for the larger shift in Down’s syndrome visibility over the past few years. While Call the Midwife has featured a number of disability-focused plotlines in its nearly decade-long run – actor Daniel Laurie, who has Down’s syndrome, is a series regular – the history of the condition’s representation on screen is one largely defined by absence.

    Continue reading...", + "category": "Down's syndrome", + "link": "https://www.theguardian.com/society/2021/nov/27/the-stars-with-downs-syndrome-lighting-up-our-screens-people-are-talking-about-us-instead-of-hiding-us-away", + "creator": "Hayley Maitland", + "pubDate": "2021-11-27T08:00:52Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "adc5f40b9c15078764eff92de15d9193" + "hash": "2cf0464b0b86eb636a79c3d66ef6b6cf" }, - { - "title": "Jodie Whittaker on saying goodbye to Doctor Who: ‘I thought, what if I’ve ruined this for actresses?’", - "description": "

    As she gears up for her final outings as the first female Doctor, the actor reflects on how her life has changed, being the subject of fan fiction – and what happens when a Weeping Angel comes to life

    Jodie Whittaker made history in 2017 when she took over from Peter Capaldi and became the 13th Doctor in Doctor Who, making her the first woman to ever play the time-travelling alien with two hearts. She grew up near Huddersfield, West Yorkshire, and is, she says, “really emotional”, a trait she turned to good use in a series of harrowing parts, most famously in Broadchurch, where she played a grieving mother alongside David Tennant (himself the 10th Doctor). When the Broadchurch creator Chris Chibnall took over as Doctor Who showrunner, he said that casting Whittaker was “a no-brainer”. Their first series came out in 2018, and this year Chibnall revealed that the two of them had a “three series and out” pact. In July, they announced they would be leaving the show after three specials, which will air in 2022, when Russell T Davies will return as showrunner and a new Doctor will take over from Whittaker. Her final full series of Doctor Who, subtitled Flux, ends on 5 December.

    In summer, you said that you thought you’d be “filled with grief” at the end of your run. It has been a few weeks since you filmed your last scene as the Doctor – how are you feeling?
    I’ve literally just got off the phone with Mandip [Gill, who plays the Doctor’s companion, Yasmin Khan]. It’s been four years of my life. My grief of saying goodbye to the job is one thing. But it won’t feel like the end until it’s the end. It’s the everydayness of these people and this atmosphere and this group … I find myself monologuing at various people on WhatsApp, checking that they miss me! Mandip’s had to take the blue ticks off because I’m “exhausting”.

    Continue reading...", - "content": "

    As she gears up for her final outings as the first female Doctor, the actor reflects on how her life has changed, being the subject of fan fiction – and what happens when a Weeping Angel comes to life

    Jodie Whittaker made history in 2017 when she took over from Peter Capaldi and became the 13th Doctor in Doctor Who, making her the first woman to ever play the time-travelling alien with two hearts. She grew up near Huddersfield, West Yorkshire, and is, she says, “really emotional”, a trait she turned to good use in a series of harrowing parts, most famously in Broadchurch, where she played a grieving mother alongside David Tennant (himself the 10th Doctor). When the Broadchurch creator Chris Chibnall took over as Doctor Who showrunner, he said that casting Whittaker was “a no-brainer”. Their first series came out in 2018, and this year Chibnall revealed that the two of them had a “three series and out” pact. In July, they announced they would be leaving the show after three specials, which will air in 2022, when Russell T Davies will return as showrunner and a new Doctor will take over from Whittaker. Her final full series of Doctor Who, subtitled Flux, ends on 5 December.

    In summer, you said that you thought you’d be “filled with grief” at the end of your run. It has been a few weeks since you filmed your last scene as the Doctor – how are you feeling?
    I’ve literally just got off the phone with Mandip [Gill, who plays the Doctor’s companion, Yasmin Khan]. It’s been four years of my life. My grief of saying goodbye to the job is one thing. But it won’t feel like the end until it’s the end. It’s the everydayness of these people and this atmosphere and this group … I find myself monologuing at various people on WhatsApp, checking that they miss me! Mandip’s had to take the blue ticks off because I’m “exhausting”.

    Continue reading...", - "category": "Jodie Whittaker", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/04/jodie-whittaker-on-saying-goodbye-to-doctor-who-i-thought-what-if-ive-ruined-this-for-actresses", - "creator": "Rebecca Nicholson", - "pubDate": "2021-12-04T09:00:22Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + { + "title": "NSW floods: Sydney’s Warragamba Dam spills as warnings issued in Upper Hunter", + "description": "

    Dozens of SES flood rescues as flooding forecast in Singleton and Maitland

    State Emergency Service volunteers staged two dozen flood rescues and responded to almost 600 requests for help across New South Wales over the past 24 hours as residents in Eugowra prepared to evacuate.

    The SES advised river level rises had been observed along the Mandagery Creek upstream of Eugowra.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Dozens of SES flood rescues as flooding forecast in Singleton and Maitland

    State Emergency Service volunteers staged two dozen flood rescues and responded to almost 600 requests for help across New South Wales over the past 24 hours as residents in Eugowra prepared to evacuate.

    The SES advised river level rises had been observed along the Mandagery Creek upstream of Eugowra.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "New South Wales", + "link": "https://www.theguardian.com/australia-news/2021/nov/27/nsw-floods-sydneys-warragamba-dam-spills-as-warnings-issued-in-upper-hunter", + "creator": "Caitlin Cassidy, Peter Hannam and AAP", + "pubDate": "2021-11-27T07:30:07Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56bdf5d3360a68e0f374d4a34f1dba8c" + "hash": "39ed175fb735b8b7c7e7f6e56fd97652" }, { - "title": "Best biographies and memoirs of 2021", - "description": "

    Brian Cox is punchy, David Harewood candid and Miriam Margolyes raucously indiscreet

    In a bonanza year for memoirs, Ruth Coker Burks got us off to a strong start with All the Young Men (Trapeze), a clear-eyed and poignant account of her years spent looking after Aids patients in Little Rock, Arkansas, in the 1980s. While visiting a friend in hospital, Burks witnessed a group of nurses drawing straws over who should enter a room labelled “Biohazard”, the ward for men with “that gay disease”. And so she took it upon herself to sit with the dying and bury them when their families wouldn’t. Later, as the scale of fear and prejudice became apparent, she helped patients with food, transport, social security and housing, often at enormous personal cost. Her book, written with Kevin Carr O’Leary, finds light in the darkness as it reveals the love and camaraderie of a hidden community fighting for its life.

    Sadness and joy also go hand-in-hand in What It Feels Like for a Girl (Penguin), an exuberant account of Paris Lees’s tearaway teenage years in Hucknall, Nottinghamshire, where “the streets are paved wi’ dog shit”. Her gender nonconformity is just one aspect of an adolescence that also features bullying, violence, prostitution, robbery and a spell in a young offenders’ institute. Yet despite the many traumas, Lees finds joy and kinship in the underground club scene and a group of drag queens who cocoon her in love and laughter.

    Continue reading...", - "content": "

    Brian Cox is punchy, David Harewood candid and Miriam Margolyes raucously indiscreet

    In a bonanza year for memoirs, Ruth Coker Burks got us off to a strong start with All the Young Men (Trapeze), a clear-eyed and poignant account of her years spent looking after Aids patients in Little Rock, Arkansas, in the 1980s. While visiting a friend in hospital, Burks witnessed a group of nurses drawing straws over who should enter a room labelled “Biohazard”, the ward for men with “that gay disease”. And so she took it upon herself to sit with the dying and bury them when their families wouldn’t. Later, as the scale of fear and prejudice became apparent, she helped patients with food, transport, social security and housing, often at enormous personal cost. Her book, written with Kevin Carr O’Leary, finds light in the darkness as it reveals the love and camaraderie of a hidden community fighting for its life.

    Sadness and joy also go hand-in-hand in What It Feels Like for a Girl (Penguin), an exuberant account of Paris Lees’s tearaway teenage years in Hucknall, Nottinghamshire, where “the streets are paved wi’ dog shit”. Her gender nonconformity is just one aspect of an adolescence that also features bullying, violence, prostitution, robbery and a spell in a young offenders’ institute. Yet despite the many traumas, Lees finds joy and kinship in the underground club scene and a group of drag queens who cocoon her in love and laughter.

    Continue reading...", - "category": "Autobiography and memoir", - "link": "https://www.theguardian.com/books/2021/dec/04/best-biographies-and-memoirs-of-2021", - "creator": "Fiona Sturges", - "pubDate": "2021-12-04T12:00:25Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Widow of former South Korean dictator Chun Doo-hwan offers ‘deep apology’ for brutal rule", + "description": "

    During the final funeral service Lee Soon-ja says sorry for the pains suffered during her husband’s reign

    The widow of South Korea’s last military dictator has issued a brief apology over the “pains and scars” caused by her husband’s brutal rule as dozens of relatives and former aides gathered at a Seoul hospital to pay their final respects to Chun Doo-hwan.

    Chun, who took power in a 1979 coup and violently crushed pro-democracy protests a year later before being jailed for treason in the 1990s, died at his Seoul home Tuesday at the age of 90.

    Continue reading...", + "content": "

    During the final funeral service Lee Soon-ja says sorry for the pains suffered during her husband’s reign

    The widow of South Korea’s last military dictator has issued a brief apology over the “pains and scars” caused by her husband’s brutal rule as dozens of relatives and former aides gathered at a Seoul hospital to pay their final respects to Chun Doo-hwan.

    Chun, who took power in a 1979 coup and violently crushed pro-democracy protests a year later before being jailed for treason in the 1990s, died at his Seoul home Tuesday at the age of 90.

    Continue reading...", + "category": "South Korea", + "link": "https://www.theguardian.com/world/2021/nov/27/widow-of-former-south-korean-dictator-chun-doo-hwan-offers-deep-apology-for-brutal-rule", + "creator": "Associated Press", + "pubDate": "2021-11-27T07:24:11Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1cb506aebf93e0d01a61eb2dd0547f0b" + "hash": "fb27314079d8f25f36b5eed316ba1588" }, { - "title": "Storm Arwen: over 9,000 UK homes still without power after eight days", - "description": "

    Delays prompt energy regulator to threaten enforcement action and increase compensation payments

    Thousands of people are still without power eight days after Storm Arwen caused major damage to parts of the UK network.

    The latest figures from the Energy Networks Association (ENA), the national industry body, show about 9,200 homes were without power on Friday evening.

    Continue reading...", - "content": "

    Delays prompt energy regulator to threaten enforcement action and increase compensation payments

    Thousands of people are still without power eight days after Storm Arwen caused major damage to parts of the UK network.

    The latest figures from the Energy Networks Association (ENA), the national industry body, show about 9,200 homes were without power on Friday evening.

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/2021/dec/04/storm-arwen-over-9000-uk-homes-still-without-power-after-eight-days", - "creator": "PA Media", - "pubDate": "2021-12-04T11:28:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Blind date: ‘He was fully on board when I suggested we order champagne’", + "description": "

    Alizée, 25, advertising account manager, meets Rhys, 34, chef

    Alizée on Rhys

    What were you hoping for?
    Good food, meeting someone interesting and that my date would be as tall as me (six-foot gal over here!)

    Continue reading...", + "content": "

    Alizée, 25, advertising account manager, meets Rhys, 34, chef

    Alizée on Rhys

    What were you hoping for?
    Good food, meeting someone interesting and that my date would be as tall as me (six-foot gal over here!)

    Continue reading...", + "category": "Dating", + "link": "https://www.theguardian.com/lifeandstyle/2021/nov/27/blind-date-alizee-rhys", + "creator": "", + "pubDate": "2021-11-27T06:00:50Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "820514a68f2debee858a7d0bbe9a77c6" + "hash": "2cfba542d75d2f0fb718987396e19474" }, { - "title": "Nevada supreme court: gun makers not liable for 2017 Vegas shooting deaths", - "description": "
    • Stephen Paddock killed 60 with modified AR-15 rifle
    • Parents of one victim sued Colt and other manufacturers

    The Nevada supreme court has said gun manufacturers cannot be held liable for deaths in the 2017 mass shooting on the Las Vegas Strip which killed 60, because a state law shields them from liability unless the weapon malfunctions.

    The parents of a woman among those killed at a packed music festival filed a wrongful death suit against Colt Manufacturing and several other gun manufacturers in July 2019.

    Continue reading...", - "content": "
    • Stephen Paddock killed 60 with modified AR-15 rifle
    • Parents of one victim sued Colt and other manufacturers

    The Nevada supreme court has said gun manufacturers cannot be held liable for deaths in the 2017 mass shooting on the Las Vegas Strip which killed 60, because a state law shields them from liability unless the weapon malfunctions.

    The parents of a woman among those killed at a packed music festival filed a wrongful death suit against Colt Manufacturing and several other gun manufacturers in July 2019.

    Continue reading...", - "category": "Nevada", - "link": "https://www.theguardian.com/us-news/2021/dec/04/nevada-supreme-court-gun-makers-2017-mass-shooting-60-deaths-stephen-paddock", - "creator": "Associated Press in Reno, Nevada", - "pubDate": "2021-12-04T13:04:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Gove-led cabinet committee makes fresh bid for progress on levelling up", + "description": "

    Weekly meetings of ministers chaired by Michael Gove expected to lead to new policies on reducing inequality

    Michael Gove is chairing a new weekly cabinet committee on levelling up, to bang heads together across Whitehall, as the government battles to repair the political damage of the past three weeks and show it is serious about tackling economic inequalities.

    After a tumultuous period that culminated in the prime minister’s fumbled speech to the CBI on Monday, the forthcoming levelling-up white paper, expected to be published in mid-December, is regarded as a key moment to demonstrate the government’s seriousness.

    Continue reading...", + "content": "

    Weekly meetings of ministers chaired by Michael Gove expected to lead to new policies on reducing inequality

    Michael Gove is chairing a new weekly cabinet committee on levelling up, to bang heads together across Whitehall, as the government battles to repair the political damage of the past three weeks and show it is serious about tackling economic inequalities.

    After a tumultuous period that culminated in the prime minister’s fumbled speech to the CBI on Monday, the forthcoming levelling-up white paper, expected to be published in mid-December, is regarded as a key moment to demonstrate the government’s seriousness.

    Continue reading...", + "category": "Inequality", + "link": "https://www.theguardian.com/inequality/2021/nov/27/gove-cabinet-committee-bid-progress-levelling-up", + "creator": "Heather Stewart Political editor", + "pubDate": "2021-11-27T06:00:49Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9360a7ec6fea55a43ae9d3985c9b16e6" + "hash": "c7cf0985ae7e6d839560cc2ef9b4fcf7" }, { - "title": "El Salvador ‘responsible for death of woman jailed after miscarriage’", - "description": "

    Inter-American court of human rights orders Central American country to reform harsh policies on reproductive health

    The Inter-American court of human rights has ruled that El Salvador was responsible for the death of Manuela, a woman who was jailed in 2008 for killing her baby when she suffered a miscarriage.

    The court has ordered the Central American country to reform its draconian policies on reproductive health.

    Continue reading...", - "content": "

    Inter-American court of human rights orders Central American country to reform harsh policies on reproductive health

    The Inter-American court of human rights has ruled that El Salvador was responsible for the death of Manuela, a woman who was jailed in 2008 for killing her baby when she suffered a miscarriage.

    The court has ordered the Central American country to reform its draconian policies on reproductive health.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/02/el-salvador-responsible-for-death-of-woman-jailed-after-miscarriage", - "creator": "Joe Parkin Daniels in Bogota", - "pubDate": "2021-12-02T08:00:19Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Australian TV reporter Matt Doran gives lengthy on-air apology after he ‘insulted’ Adele", + "description": "

    Channel Seven reporter says his failure to listen to Adele’s album was a ‘terrible mistake’

    Australian TV reporter Matt Doran has made a lengthy, unreserved apology to Adele for failing to listen to her new album before an exclusive interview with the singer, calling the bungle a “terrible mistake”.

    Doran made international headlines this week for his interview with the singer, which was canned after he conceded he had only heard one track from her latest work, 30. Sony is refusing to release the footage.

    Continue reading...", + "content": "

    Channel Seven reporter says his failure to listen to Adele’s album was a ‘terrible mistake’

    Australian TV reporter Matt Doran has made a lengthy, unreserved apology to Adele for failing to listen to her new album before an exclusive interview with the singer, calling the bungle a “terrible mistake”.

    Doran made international headlines this week for his interview with the singer, which was canned after he conceded he had only heard one track from her latest work, 30. Sony is refusing to release the footage.

    Continue reading...", + "category": "Adele", + "link": "https://www.theguardian.com/music/2021/nov/27/australian-tv-reporter-matt-doran-gives-lengthy-on-air-apology-after-he-insulted-adele", + "creator": "Caitlin Cassidy", + "pubDate": "2021-11-27T04:25:11Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47d10e7c67c3329467c201659bd26c72" + "hash": "282c4e58971f294c401c8c8a53a131d8" }, { - "title": "Stoneycroft murder charge after woman’s body found", - "description": "

    Mohammad Ureza Azizi, 57, to face court charged with murdering Malak ‘Katy’ Adabzadeh who was found dead in house on 25 November

    A man has been charged with the murder of a 47-year-old woman whose body was found at a house in Stoneycroft, Liverpool.

    Emergency services were called to The Green around 4.55pm on 25 November to reports Malak Adabzadeh had been found in a house, Merseyside police said.

    Continue reading...", - "content": "

    Mohammad Ureza Azizi, 57, to face court charged with murdering Malak ‘Katy’ Adabzadeh who was found dead in house on 25 November

    A man has been charged with the murder of a 47-year-old woman whose body was found at a house in Stoneycroft, Liverpool.

    Emergency services were called to The Green around 4.55pm on 25 November to reports Malak Adabzadeh had been found in a house, Merseyside police said.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/04/stoneycroft-charge-after-womans-body-found", - "creator": "Press Association", - "pubDate": "2021-12-04T05:54:34Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Archaeologists unearth mummy estimated to be at least 800 years old in Peru", + "description": "

    Remains found inside an underground structure were tied up by ropes and with the hands covering the face

    A team of experts has found a mummy estimated to be at least 800 years old on Peru’s central coast, one of the archaeologists who participated in the excavation said.

    The mummified remains were of a person from the culture that developed between the coast and mountains of the South American country. The mummy, whose gender was not identified, was discovered in the Lima region, said archaeologist Pieter Van Dalen Luna on Friday.

    Continue reading...", + "content": "

    Remains found inside an underground structure were tied up by ropes and with the hands covering the face

    A team of experts has found a mummy estimated to be at least 800 years old on Peru’s central coast, one of the archaeologists who participated in the excavation said.

    The mummified remains were of a person from the culture that developed between the coast and mountains of the South American country. The mummy, whose gender was not identified, was discovered in the Lima region, said archaeologist Pieter Van Dalen Luna on Friday.

    Continue reading...", + "category": "Peru", + "link": "https://www.theguardian.com/world/2021/nov/27/archaeologists-unearth-mummy-estimated-to-be-at-least-800-years-old-in-peru", + "creator": "Reuters", + "pubDate": "2021-11-27T04:16:53Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "842ae29017f313abffea629585518996" + "hash": "c0448f12a1c94c2f75f88e2dead88e44" }, { - "title": "US military academies’ aim of equality rings hollow for graduates of color", - "description": "

    Despite anti-discrimination policies ex-cadets say racism is rife in institutions that still honor Confederate generals

    Eight years after he graduated from the US Military Academy at West Point, New York, Geoffrey Easterling remains astonished by the Confederate history still memorialized on the storied academy’s campus – the six-foot-tall painting of the Confederate general Robert E Lee in the library, the barracks dormitory named for Lee and the Lee Gate on Lee Road.

    As a black student at the army academy, he remembers feeling “devastated” when a classmate pointed out the enslaved person also depicted in the life-size Lee painting.

    Continue reading...", - "content": "

    Despite anti-discrimination policies ex-cadets say racism is rife in institutions that still honor Confederate generals

    Eight years after he graduated from the US Military Academy at West Point, New York, Geoffrey Easterling remains astonished by the Confederate history still memorialized on the storied academy’s campus – the six-foot-tall painting of the Confederate general Robert E Lee in the library, the barracks dormitory named for Lee and the Lee Gate on Lee Road.

    As a black student at the army academy, he remembers feeling “devastated” when a classmate pointed out the enslaved person also depicted in the life-size Lee painting.

    Continue reading...", - "category": "US military", - "link": "https://www.theguardian.com/us-news/2021/dec/04/us-military-academies-racism-graduates-of-color", - "creator": "Associated Press", - "pubDate": "2021-12-04T11:00:24Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kurdish woman is first victim of Channel tragedy to be named", + "description": "

    Maryam Nuri Mohamed Amin from northern Iraq was messaging her fiancé when dinghy started sinking

    A Kurdish woman from northern Iraq has become the first victim of this week’s mass drowning in the Channel to be named.

    Maryam Nuri Mohamed Amin was messaging her fiance, who lives in the UK, when the group’s dinghy started deflating on Wednesday.

    Continue reading...", + "content": "

    Maryam Nuri Mohamed Amin from northern Iraq was messaging her fiancé when dinghy started sinking

    A Kurdish woman from northern Iraq has become the first victim of this week’s mass drowning in the Channel to be named.

    Maryam Nuri Mohamed Amin was messaging her fiance, who lives in the UK, when the group’s dinghy started deflating on Wednesday.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/nov/26/kurdish-woman-is-first-victim-of-channel-tragedy-to-be-named", + "creator": "Harry Taylor", + "pubDate": "2021-11-26T23:03:28Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6984a64e88af86941c472cba3519df22" + "hash": "b0de60fe7ea1b16f61424571744158db" }, { - "title": "‘Mesmerising’: a massive murmuration of budgies is turning central Australia green and gold", - "description": "

    After a bumper wet season, huge flocks of budgerigars are on the move in the deserts of the Northern Territory

    The humble budgerigar has transformed the red centre into a sea of green and gold.

    A massive murmuration – the phenomenon of thousands of birds flocking together – has swarmed the Northern Territory.

    Continue reading...", - "content": "

    After a bumper wet season, huge flocks of budgerigars are on the move in the deserts of the Northern Territory

    The humble budgerigar has transformed the red centre into a sea of green and gold.

    A massive murmuration – the phenomenon of thousands of birds flocking together – has swarmed the Northern Territory.

    Continue reading...", - "category": "Birds", - "link": "https://www.theguardian.com/environment/2021/dec/04/mesmerising-a-massive-murmuration-of-budgies-is-turning-central-australia-green-and-gold", - "creator": "Cait Kelly", - "pubDate": "2021-12-03T19:00:05Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Stephen Sondheim: master craftsman who reinvented the musical dies aged 91", + "description": "

    Scoring his first big hit with West Side Story at 27, the US composer and lyricist raised the art form’s status with moving and funny masterpieces including Follies and Company

    ‘His songs are like a fabulous steak’: an all-star toast to Sondheim

    Stephen Sondheim, the master craftsman of the American musical, has died at the age of 91. His death, at his home in Roxbury, Connecticut, on Friday has prompted tributes throughout the entertainment industry and beyond. Andrew Lloyd Webber called him “the musical theatre giant of our times, an inspiration not just to two but to three generations [whose] contribution to theatre will never be equalled”. Cameron Mackintosh said: “The theatre has lost one of its greatest geniuses and the world has lost one of its greatest and most original writers. Sadly, there is now a giant in the sky. But the brilliance of Stephen Sondheim will still be here as his legendary songs and shows will be performed for evermore.”

    Over the course of a celebrated career spanning more than 60 years, Sondheim co-created Broadway theatre classics such as West Side Story, Gypsy, Sweeney Todd and Into the Woods, all of which also became hit movies. His intricate and dazzlingly clever songs pushed the boundaries of the art form and he made moving and funny masterpieces from unlikely subject matters, including a murderous barber (Sweeney Todd), the Roman comedies of Plautus (A Funny Thing Happened on the Way to the Forum) and a pointillist painting by Georges Seurat (Sunday in the Park With George).

    Continue reading...", + "content": "

    Scoring his first big hit with West Side Story at 27, the US composer and lyricist raised the art form’s status with moving and funny masterpieces including Follies and Company

    ‘His songs are like a fabulous steak’: an all-star toast to Sondheim

    Stephen Sondheim, the master craftsman of the American musical, has died at the age of 91. His death, at his home in Roxbury, Connecticut, on Friday has prompted tributes throughout the entertainment industry and beyond. Andrew Lloyd Webber called him “the musical theatre giant of our times, an inspiration not just to two but to three generations [whose] contribution to theatre will never be equalled”. Cameron Mackintosh said: “The theatre has lost one of its greatest geniuses and the world has lost one of its greatest and most original writers. Sadly, there is now a giant in the sky. But the brilliance of Stephen Sondheim will still be here as his legendary songs and shows will be performed for evermore.”

    Over the course of a celebrated career spanning more than 60 years, Sondheim co-created Broadway theatre classics such as West Side Story, Gypsy, Sweeney Todd and Into the Woods, all of which also became hit movies. His intricate and dazzlingly clever songs pushed the boundaries of the art form and he made moving and funny masterpieces from unlikely subject matters, including a murderous barber (Sweeney Todd), the Roman comedies of Plautus (A Funny Thing Happened on the Way to the Forum) and a pointillist painting by Georges Seurat (Sunday in the Park With George).

    Continue reading...", + "category": "Stephen Sondheim", + "link": "https://www.theguardian.com/stage/2021/nov/26/stephen-sondheim-composer-lyricist-musical-west-side-story-follies-company", + "creator": "Chris Wiegand", + "pubDate": "2021-11-26T22:21:41Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2f0b87462b7d5dfa11f0f8f9d1cecf6" + "hash": "22d05b9bb6c2af3327e3f36fc54b0806" }, { - "title": "Grounded! What did a year without flying do to the world?", - "description": "

    Normally, planes are in constant motion, pinballing between continents. But in March 2020 all that came to a halt. What did it mean for our jobs, our horizons – and the planet?

    On 14 March 2020, I left my home in the Orkney Islands to drive to Edinburgh international airport. I was due to travel to Germany for a research trip. Full of nervous anticipation, and making frantic last-minute preparations, I hadn’t paid as much attention to the coronavirus crisis as I might have, but events were developing so quickly across Europe, it was dawning on me that international travel might not be an option for much longer.

    By 5am, as I boarded the ferry, the radio bulletins seemed apocalyptic. On board, passengers sat separately, in their own private islands of paranoia. I wore a mask over my nose and mouth, and cleaned my armrests with a baby wipe soaked in Dettol. In the toilets, the ship pitching beneath my feet, I scrubbed my hands for 60 seconds and examined my own reflection. Grey, I thought. Anxious.

    Continue reading...", - "content": "

    Normally, planes are in constant motion, pinballing between continents. But in March 2020 all that came to a halt. What did it mean for our jobs, our horizons – and the planet?

    On 14 March 2020, I left my home in the Orkney Islands to drive to Edinburgh international airport. I was due to travel to Germany for a research trip. Full of nervous anticipation, and making frantic last-minute preparations, I hadn’t paid as much attention to the coronavirus crisis as I might have, but events were developing so quickly across Europe, it was dawning on me that international travel might not be an option for much longer.

    By 5am, as I boarded the ferry, the radio bulletins seemed apocalyptic. On board, passengers sat separately, in their own private islands of paranoia. I wore a mask over my nose and mouth, and cleaned my armrests with a baby wipe soaked in Dettol. In the toilets, the ship pitching beneath my feet, I scrubbed my hands for 60 seconds and examined my own reflection. Grey, I thought. Anxious.

    Continue reading...", - "category": "Travel", - "link": "https://www.theguardian.com/travel/2021/dec/04/grounded-what-did-a-year-without-flying-do-to-the-world", - "creator": "Cal Flyn", - "pubDate": "2021-12-04T06:00:18Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "BioNTech says it could tweak Covid vaccine in 100 days if needed", + "description": "

    Company says it will know in two weeks whether current Pfizer jab is effective against Omicron variant

    BioNTech says it could produce and ship an updated version of its vaccine within 100 days if the new Covid variant detected in southern Africa is found to evade existing immunity.

    The German biotechnology company is already investigating whether the vaccine it developed with US drugmaker Pfizer works well against the variant, named Omicron, which has caused concern due to its high number of mutations and initial suggestions that it could be transmitting more quickly.

    Continue reading...", + "content": "

    Company says it will know in two weeks whether current Pfizer jab is effective against Omicron variant

    BioNTech says it could produce and ship an updated version of its vaccine within 100 days if the new Covid variant detected in southern Africa is found to evade existing immunity.

    The German biotechnology company is already investigating whether the vaccine it developed with US drugmaker Pfizer works well against the variant, named Omicron, which has caused concern due to its high number of mutations and initial suggestions that it could be transmitting more quickly.

    Continue reading...", + "category": "Vaccines and immunisation", + "link": "https://www.theguardian.com/society/2021/nov/26/biontech-says-it-could-tweak-covid-vaccine-in-100-days-if-needed", + "creator": "Hannah Devlin and Julia Kollewe", + "pubDate": "2021-11-26T18:30:45Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "059be5632fbad25cebb62c1be1637129" + "hash": "0e357be229f0d842031a2ad0bbd84cf4" }, { - "title": "Blind date: ‘It would have been better if he hadn’t had to stop for a takeaway on the way home’", - "description": "

    Adriana, 27, reporter, meets Streisand, 27, freelance reporter

    Adriana on Streisand

    What were you hoping for?
    A good night, some delish food and to meet someone fun and exciting.

    Continue reading...", - "content": "

    Adriana, 27, reporter, meets Streisand, 27, freelance reporter

    Adriana on Streisand

    What were you hoping for?
    A good night, some delish food and to meet someone fun and exciting.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/04/blind-date-adriana-streisand", - "creator": "", - "pubDate": "2021-12-04T06:00:18Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Blowing the house down: life on the frontline of extreme weather in the Gambia", + "description": "

    A storm took the roof off Binta Bah’s house before torrential rain destroyed her family’s belongings, as poverty combines with the climate crisis to wreak havoc on Africa’s smallest mainland country

    The windstorm arrived in Jalambang late in the evening, when Binta Bah and her family were enjoying the evening cool outside. “But when we first heard the wind, the kids started to run and go in the house,” she says.

    First they went in one room but the roof – a sheet of corrugated iron fixed only by a timbere pole – flew off. They ran into another but the roof soon went there too.

    Continue reading...", + "content": "

    A storm took the roof off Binta Bah’s house before torrential rain destroyed her family’s belongings, as poverty combines with the climate crisis to wreak havoc on Africa’s smallest mainland country

    The windstorm arrived in Jalambang late in the evening, when Binta Bah and her family were enjoying the evening cool outside. “But when we first heard the wind, the kids started to run and go in the house,” she says.

    First they went in one room but the roof – a sheet of corrugated iron fixed only by a timbere pole – flew off. They ran into another but the roof soon went there too.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/26/blowing-the-house-down-life-on-the-frontline-of-extreme-weather-in-the-gambia", + "creator": "Lizzy Davies in Jalambang", + "pubDate": "2021-11-26T07:01:21Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e712d99250bae2c6a92fecc9e59b46f" + "hash": "0a4e40ccf2fab138dc08c0447ea8af02" }, { - "title": "Best fiction of 2021", - "description": "

    Dazzling debuts, a word-of-mouth hit, plus this year’s bestsellers from Sally Rooney, Jonathan Franzen, Kazuo Ishiguro and more

    The most anticipated, discussed and accessorised novel of the year was Sally Rooney’s Beautiful World, Where Are You (Faber), launched on a tide of tote bags and bucket hats. It’s a book about the accommodations of adulthood, which plays with interiority and narrative distance as Rooney’s characters consider the purpose of friendship, sex and politics – plus the difficulties of fame and novel-writing – in a world on fire.

    Rooney’s wasn’t the only eagerly awaited new chapter. Polish Nobel laureate Olga Tokarczuk’s magnum opus The Books of Jacob (Fitzcarraldo) reached English-language readers at last, in a mighty feat of translation by Jennifer Croft: a dazzling historical panorama about enlightenment both spiritual and scientific. In 2021 we also saw the returns of Jonathan Franzen, beginning a fine and involving 70s family trilogy with Crossroads (4th Estate); Kazuo Ishiguro, whose Klara and the Sun (Faber) probes the limits of emotion in the story of a sickly girl and her “artificial friend”; and acclaimed US author Gayl Jones, whose epic of liberated slaves in 17th-century Brazil, Palmares (Virago), has been decades in the making.

    Continue reading...", - "content": "

    Dazzling debuts, a word-of-mouth hit, plus this year’s bestsellers from Sally Rooney, Jonathan Franzen, Kazuo Ishiguro and more

    The most anticipated, discussed and accessorised novel of the year was Sally Rooney’s Beautiful World, Where Are You (Faber), launched on a tide of tote bags and bucket hats. It’s a book about the accommodations of adulthood, which plays with interiority and narrative distance as Rooney’s characters consider the purpose of friendship, sex and politics – plus the difficulties of fame and novel-writing – in a world on fire.

    Rooney’s wasn’t the only eagerly awaited new chapter. Polish Nobel laureate Olga Tokarczuk’s magnum opus The Books of Jacob (Fitzcarraldo) reached English-language readers at last, in a mighty feat of translation by Jennifer Croft: a dazzling historical panorama about enlightenment both spiritual and scientific. In 2021 we also saw the returns of Jonathan Franzen, beginning a fine and involving 70s family trilogy with Crossroads (4th Estate); Kazuo Ishiguro, whose Klara and the Sun (Faber) probes the limits of emotion in the story of a sickly girl and her “artificial friend”; and acclaimed US author Gayl Jones, whose epic of liberated slaves in 17th-century Brazil, Palmares (Virago), has been decades in the making.

    Continue reading...", - "category": "Best books of the year", - "link": "https://www.theguardian.com/books/2021/dec/04/best-fiction-of-2021", - "creator": "Justine Jordan", - "pubDate": "2021-12-04T09:00:21Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Australia news live update: flood warnings for NSW; police and defence personnel fly to Solomon Islands; Victoria records 1,362 Covid cases", + "description": "

    Victoria records 1,362 new Covid cases, NSW records 261; police give update on William Tyrrell search; Australia on track for its wettest spring in a decade; Morrison government sends help to control rioting in Solomon Islands – follow the latest updates live

    Between 1.5m and 2m Australians are only one life shock away from homelessness, new research from the Australian Housing and Urban Research Institute.

    Large numbers of Australia’s renters could fall into homelessness if they go through a relationship breakup, get a serious illness or lose work.

    Continue reading...", + "content": "

    Victoria records 1,362 new Covid cases, NSW records 261; police give update on William Tyrrell search; Australia on track for its wettest spring in a decade; Morrison government sends help to control rioting in Solomon Islands – follow the latest updates live

    Between 1.5m and 2m Australians are only one life shock away from homelessness, new research from the Australian Housing and Urban Research Institute.

    Large numbers of Australia’s renters could fall into homelessness if they go through a relationship breakup, get a serious illness or lose work.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/nov/26/australia-news-live-update-flood-warnings-as-more-heavy-rain-hits-nsw-australian-police-and-defence-personnel-fly-to-solomon-islands-religious-freedom-gay-students-teachers-scott-morrison-covid-south-africa-variant", + "creator": "Cait Kelly", + "pubDate": "2021-11-25T22:43:41Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8df88746fb9eee28b870f437d7a80c8f" + "hash": "2752d9df2307ed2b64e7292c0825b5c7" }, { - "title": "Supreme court case prompts California lawmaker to share her abortion experience", - "description": "

    Buffy Wicks speaks out about emergency procedure amid threat to Roe v Wade: ‘This story is not uncommon’

    Early one morning this fall, the California state assemblywoman Buffy Wicks felt a type of pain she had never experienced before.

    Wicks, 44, found herself doubled over in pain, barely able to walk or get her daughter ready for school. At her doctor’s shortly after, she learned that she was pregnant and having a miscarriage and would need an emergency abortion. Twenty-four hours later she had the procedure.

    Continue reading...", - "content": "

    Buffy Wicks speaks out about emergency procedure amid threat to Roe v Wade: ‘This story is not uncommon’

    Early one morning this fall, the California state assemblywoman Buffy Wicks felt a type of pain she had never experienced before.

    Wicks, 44, found herself doubled over in pain, barely able to walk or get her daughter ready for school. At her doctor’s shortly after, she learned that she was pregnant and having a miscarriage and would need an emergency abortion. Twenty-four hours later she had the procedure.

    Continue reading...", - "category": "California", - "link": "https://www.theguardian.com/us-news/2021/dec/04/buffy-wicks-abortion-supreme-court-twitter", - "creator": "Abené Clayton in Los Angeles", - "pubDate": "2021-12-04T11:00:24Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Action over variant shows government keen to avoid Christmas calamity of 2020", + "description": "

    Analysis: variant provides test of whether relaxation of rules and booster push is effective policy

    Last Christmas, as ministers rashly promised five days of festive family gatherings while a new variant gathered pace, Boris Johnson held out until the final hours until he bowed to the inevitable and cancelled Christmas.

    Despite rising cases in Europe and new restrictions on the continent, ministers had been bullish about going ahead with Christmas gatherings this year. Cabinet ministers have already sent invites for the Christmas drinks dos.

    Continue reading...", + "content": "

    Analysis: variant provides test of whether relaxation of rules and booster push is effective policy

    Last Christmas, as ministers rashly promised five days of festive family gatherings while a new variant gathered pace, Boris Johnson held out until the final hours until he bowed to the inevitable and cancelled Christmas.

    Despite rising cases in Europe and new restrictions on the continent, ministers had been bullish about going ahead with Christmas gatherings this year. Cabinet ministers have already sent invites for the Christmas drinks dos.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/25/action-over-variant-shows-government-keen-to-avoid-christmas-calamity-of-2020", + "creator": "Jessica Elgot", + "pubDate": "2021-11-25T21:32:15Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a8c95c6f881b8546da70c4df7f2e08c" + "hash": "6ef288d8073798e6ca28fd0701291675" }, { - "title": "Covid live: Omicron variant could cause ‘large wave of infections’, UK scientists warn; Switzerland tightens restrictions", - "description": "

    UK government advisers say Omicron variant could lead to wave requiring ‘stringent response measures’; Swiss government reinforces mask rules

    California is reporting its second confirmed case of the Omicron variant in as many days.

    The Los Angeles County public health department says a full vaccinated county resident is self-isolating after apparently contracting the infection during a trip to South Africa last month.

    Continue reading...", - "content": "

    UK government advisers say Omicron variant could lead to wave requiring ‘stringent response measures’; Swiss government reinforces mask rules

    California is reporting its second confirmed case of the Omicron variant in as many days.

    The Los Angeles County public health department says a full vaccinated county resident is self-isolating after apparently contracting the infection during a trip to South Africa last month.

    Continue reading...", + "title": "South Africa to be put on England’s travel red list over new Covid variant", + "description": "

    Flights from six countries will be banned as officials review travel measures after scientists voice concern over variant

    Flights from southern Africa will be banned, with six countries placed under England’s red list travel restrictions, after scientists raised the alarm over what is feared to be the worst Covid-19 variant yet identified.

    Whitehall sources said the B.1.1.529 variant, which is feared to be more transmissible and has the potential to evade immunity, posed “a potentially significant threat to the vaccine programme which we have to protect at all costs”.

    Continue reading...", + "content": "

    Flights from six countries will be banned as officials review travel measures after scientists voice concern over variant

    Flights from southern Africa will be banned, with six countries placed under England’s red list travel restrictions, after scientists raised the alarm over what is feared to be the worst Covid-19 variant yet identified.

    Whitehall sources said the B.1.1.529 variant, which is feared to be more transmissible and has the potential to evade immunity, posed “a potentially significant threat to the vaccine programme which we have to protect at all costs”.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/03/covid-news-live-new-york-state-detects-five-cases-of-omicron-variant-as-new-us-air-travel-rules-loom", - "creator": "Caroline Davies (now); Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-03T18:06:40Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "link": "https://www.theguardian.com/world/2021/nov/25/scientists-call-for-travel-code-red-over-covid-variant-found-in-southern-africa", + "creator": "Hannah Devlin, Ian Sample and Jessica Elgot", + "pubDate": "2021-11-25T21:22:42Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17b4b32d93c954f2ee63170a0c4c806f" + "hash": "96b788688d8311c240ba911b46c1c5e9" }, { - "title": "Maxwell prosecutors: ‘sexualized’ photo of young girl displayed outside Epstein bedroom", - "description": "

    Prosecution and defense argue about several photographs that might be presented at sex-trafficking trial in New York

    • This article contains depictions of sexual abuse

    A “sexually suggestive photograph of a very young girl” was displayed outside Jeffrey Epstein’s bedroom at his Palm Beach mansion, prosecutors in Ghislaine Maxwell’s child-sex trafficking trial said on Friday.

    The information emerged when the prosecution and defense argued about several photos that might be presented as evidence in her federal court case in New York.

    Continue reading...", - "content": "

    Prosecution and defense argue about several photographs that might be presented at sex-trafficking trial in New York

    • This article contains depictions of sexual abuse

    A “sexually suggestive photograph of a very young girl” was displayed outside Jeffrey Epstein’s bedroom at his Palm Beach mansion, prosecutors in Ghislaine Maxwell’s child-sex trafficking trial said on Friday.

    The information emerged when the prosecution and defense argued about several photos that might be presented as evidence in her federal court case in New York.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/03/ghislaine-maxwell-trial-jeffrey-epstein-photograph", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-03T17:47:34Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "UK ministers urged to ‘stop playing politics’ over Channel crossings", + "description": "

    Aid groups say more deaths are likely and Britain must allow safe routes for asylum seekers

    More lives will be lost in the Channel unless urgent action is taken to stop “playing politics with people’s lives”, ministers have been warned as desperate refugees vowed to keep attempting the perilous journey.

    The grim prediction came as investigators tried to identify the bodies of at least 27 people, including a pregnant woman and three children and thought to be predominantly Kurds from Iraq, who drowned on Wednesday.

    Continue reading...", + "content": "

    Aid groups say more deaths are likely and Britain must allow safe routes for asylum seekers

    More lives will be lost in the Channel unless urgent action is taken to stop “playing politics with people’s lives”, ministers have been warned as desperate refugees vowed to keep attempting the perilous journey.

    The grim prediction came as investigators tried to identify the bodies of at least 27 people, including a pregnant woman and three children and thought to be predominantly Kurds from Iraq, who drowned on Wednesday.

    Continue reading...", + "category": "Refugees", + "link": "https://www.theguardian.com/world/2021/nov/25/uk-ministers-urged-to-stop-playing-politics-over-channel-crossings", + "creator": "Jamie Grierson, Jon Henley in Calais and Dan Sabbagh in Dunkirk", + "pubDate": "2021-11-25T20:59:59Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "70283319c49ea4159b4f543601a499c8" + "hash": "840b6fc9aba1b2775cbe24ed835b6c01" }, { - "title": "‘One hell of a brave girl’: medic’s praise for Briton in Zambia crocodile attack", - "description": "

    Brent Osborn-Smith says his daughter Amelie is grateful to be alive and could return to UK this weekend

    The father of a British teenager mauled by a crocodile in southern Africa has revealed he received a text message from a medic who was evacuating her from the scene by air, reading: “You have one hell of a brave girl there, sir.”

    Amelie Osborn-Smith, 18, was left with her right foot “hanging loose” and hip dislocated after a large crocodile bit her leg while she was swimming in the Zambezi River in Zambia during a break from a white water rafting expedition.

    Continue reading...", - "content": "

    Brent Osborn-Smith says his daughter Amelie is grateful to be alive and could return to UK this weekend

    The father of a British teenager mauled by a crocodile in southern Africa has revealed he received a text message from a medic who was evacuating her from the scene by air, reading: “You have one hell of a brave girl there, sir.”

    Amelie Osborn-Smith, 18, was left with her right foot “hanging loose” and hip dislocated after a large crocodile bit her leg while she was swimming in the Zambezi River in Zambia during a break from a white water rafting expedition.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/dec/03/zambia-crocodile-attack-one-hell-of-a-brave-girl-medics-praise-for-briton", - "creator": "Jamie Grierson", - "pubDate": "2021-12-03T15:19:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘We pray for them’: Biden pays tribute to Covid victims in Thanksgiving message", + "description": "

    President wishes Americans a closer-to-normal holiday amid rise in coronavirus infections

    President Joe Biden on Thursday wished Americans a happy and closer-to-normal Thanksgiving, the second celebrated in the shadow of the coronavirus pandemic, in remarks welcoming the resumption of holiday traditions in many homes.

    In his first holiday message as president, Biden and the first lady, Jill Biden, said this year’s celebrations were especially meaningful after last year’s family separations due to the pandemic.

    Continue reading...", + "content": "

    President wishes Americans a closer-to-normal holiday amid rise in coronavirus infections

    President Joe Biden on Thursday wished Americans a happy and closer-to-normal Thanksgiving, the second celebrated in the shadow of the coronavirus pandemic, in remarks welcoming the resumption of holiday traditions in many homes.

    In his first holiday message as president, Biden and the first lady, Jill Biden, said this year’s celebrations were especially meaningful after last year’s family separations due to the pandemic.

    Continue reading...", + "category": "Joe Biden", + "link": "https://www.theguardian.com/us-news/2021/nov/25/joe-biden-thanksgiving-covid-victims-jill-message", + "creator": "Edward Helmore in New York and agency", + "pubDate": "2021-11-25T20:45:09Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "739186e302abe1caa9c7b85d91a6f7d7" + "hash": "db1c239b19fe5e9f18897d75716cbbcc" }, { - "title": "Man tortured and killed in Pakistan over alleged blasphemy", - "description": "

    Government accused of having emboldened extremists after lynching of Sri Lankan in Sialkot

    A mob in Pakistan tortured, killed and then set on fire a Sri Lankan man who was accused of blasphemy over some posters he had allegedly taken down.

    Priyantha Diyawadana, a Sri Lankan national who worked as general manager of a factory of industrial engineering company Rajco Industries in Sialkot, Punjab, was set upon by a violent crowd on Friday.

    Continue reading...", - "content": "

    Government accused of having emboldened extremists after lynching of Sri Lankan in Sialkot

    A mob in Pakistan tortured, killed and then set on fire a Sri Lankan man who was accused of blasphemy over some posters he had allegedly taken down.

    Priyantha Diyawadana, a Sri Lankan national who worked as general manager of a factory of industrial engineering company Rajco Industries in Sialkot, Punjab, was set upon by a violent crowd on Friday.

    Continue reading...", - "category": "Pakistan", - "link": "https://www.theguardian.com/world/2021/dec/03/pakistan-sri-lankan-man-priyantha-diyawadana-tortured-killed-alleged-blasphemy-sialkot", - "creator": "Shah Meer Baloch in Islambad and Hannah Ellis-Petersen in Delhi", - "pubDate": "2021-12-03T17:51:32Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Three appear in court charged with 1996 murder of Scottish schoolgirl", + "description": "

    Robert O’Brien, Andrew Kelly and Donna Brand are accused of killing Caroline Glachan 25 years ago

    Three people have appeared in court in Scotland charged with the murder of the 14-year-old schoolgirl Caroline Glachan in 1996.

    Robert O’Brien, 43, Andrew Kelly and Donna Brand, both 42, appeared in private before Dumbarton sheriff court. Police had confirmed the arrests earlier on Thursday.

    Continue reading...", + "content": "

    Robert O’Brien, Andrew Kelly and Donna Brand are accused of killing Caroline Glachan 25 years ago

    Three people have appeared in court in Scotland charged with the murder of the 14-year-old schoolgirl Caroline Glachan in 1996.

    Robert O’Brien, 43, Andrew Kelly and Donna Brand, both 42, appeared in private before Dumbarton sheriff court. Police had confirmed the arrests earlier on Thursday.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/nov/25/three-appear-court-charged-1996-scottish-schoolgirl-caroline-glachan", + "creator": "Tom Ambrose", + "pubDate": "2021-11-25T20:42:08Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "772cd5398618274150f346648dab96ad" + "hash": "16f47057d1ef7ead7b6240307121dec6" }, { - "title": "Michigan school shooting: suspect’s parents charged with manslaughter", - "description": "

    Jennifer and James Crumbley charged as prosecutors say details suggest Ethan Crumbley, 15, may have planned shooting rampage

    A prosecutor in Michigan filed involuntary manslaughter charges on Friday against the parents of a boy who is accused of killing four students at Oxford high school, after saying earlier that their actions went “far beyond negligence”, her office said.

    Jennifer and James Crumbley were charged with four counts of involuntary manslaughter.

    Continue reading...", - "content": "

    Jennifer and James Crumbley charged as prosecutors say details suggest Ethan Crumbley, 15, may have planned shooting rampage

    A prosecutor in Michigan filed involuntary manslaughter charges on Friday against the parents of a boy who is accused of killing four students at Oxford high school, after saying earlier that their actions went “far beyond negligence”, her office said.

    Jennifer and James Crumbley were charged with four counts of involuntary manslaughter.

    Continue reading...", - "category": "Michigan", - "link": "https://www.theguardian.com/us-news/2021/dec/03/michigan-high-school-shooting-parents-manslaughter-charges", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-03T17:57:21Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Interpol’s president: alleged torturer rises as symbol of UAE soft power", + "description": "

    Ahmed Nasser al-Raisi’s election has raised concerns about human rights and the surveillance state

    Maj Gen Ahmed Nasser al-Raisi’s ascent through the ranks of the interior ministry in Abu Dhabi is associated with the United Arab Emirates’ transformation into a hi-tech surveillance state.

    His personal achievements include a diploma in police management from the University of Cambridge, a doctorate in policing, security and community safety from London Metropolitan University and a medal of honour from Italy.

    Continue reading...", + "content": "

    Ahmed Nasser al-Raisi’s election has raised concerns about human rights and the surveillance state

    Maj Gen Ahmed Nasser al-Raisi’s ascent through the ranks of the interior ministry in Abu Dhabi is associated with the United Arab Emirates’ transformation into a hi-tech surveillance state.

    His personal achievements include a diploma in police management from the University of Cambridge, a doctorate in policing, security and community safety from London Metropolitan University and a medal of honour from Italy.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/25/interpols-president-alleged-torturer-rises-as-symbol-of-uae-soft-power", + "creator": "Ruth Michaelson", + "pubDate": "2021-11-25T18:40:39Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a7ee7e379741837962aac0dda1ce0db" + "hash": "3ed4a8d5cddb6b04a232de7f09c6c753" }, { - "title": "Shell U-turn on Cambo could mean end for big North Sea oil projects", - "description": "

    Industry sources say Siccar Point will struggle to find new partner to take on Shell’s 30% stake in oilfield

    Shell’s decision to back out of plans to develop the Cambo oilfield could signal the “death knell” for new large-scale North Sea projects as the UK’s tougher climate agenda prompts oil companies to retreat from the ageing oil basin.

    Industry sources have said that Shell’s project partner, the private-equity backed Siccar Point, would struggle to find a partner to take on Shell’s 30% stake in the new oilfield which has provoked outrage among green campaigners.

    Continue reading...", - "content": "

    Industry sources say Siccar Point will struggle to find new partner to take on Shell’s 30% stake in oilfield

    Shell’s decision to back out of plans to develop the Cambo oilfield could signal the “death knell” for new large-scale North Sea projects as the UK’s tougher climate agenda prompts oil companies to retreat from the ageing oil basin.

    Industry sources have said that Shell’s project partner, the private-equity backed Siccar Point, would struggle to find a partner to take on Shell’s 30% stake in the new oilfield which has provoked outrage among green campaigners.

    Continue reading...", - "category": "Royal Dutch Shell", - "link": "https://www.theguardian.com/business/2021/dec/03/shell-u-turn-cambo-could-mean-end-big-north-sea-oil-projects", - "creator": "Jillian Ambrose", - "pubDate": "2021-12-03T17:55:46Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Shock and pity mix along UK coast where Channel tragedy played out", + "description": "

    Community reacts to the drowning of 27 people amid sense of resignation that nothing may change

    A UK Border Force perimeter at Dover Marina prevented closer contact with the few dozen men and women waiting late on Thursday morning on a red doubledecker bus marked “private” – yet exhaustion was clearly etched on each one’s face.

    It was unclear if the latest arrivals, who were on boats picked up by a Border Force cutter and a lifeboat in the Channel at 5am had embarked from France knowing 27 people had drowned making the same crossing on Wednesday.

    Continue reading...", + "content": "

    Community reacts to the drowning of 27 people amid sense of resignation that nothing may change

    A UK Border Force perimeter at Dover Marina prevented closer contact with the few dozen men and women waiting late on Thursday morning on a red doubledecker bus marked “private” – yet exhaustion was clearly etched on each one’s face.

    It was unclear if the latest arrivals, who were on boats picked up by a Border Force cutter and a lifeboat in the Channel at 5am had embarked from France knowing 27 people had drowned making the same crossing on Wednesday.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/nov/25/shock-pity-mix-along-coast-where-channel-drowning-tragedy-played-out", + "creator": "Ben Quinn", + "pubDate": "2021-11-25T18:22:18Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3f6f3467654d4a9442b0e93a5d0b741" + "hash": "bc7c7ca9d1fed28bb3555edf72b97d63" }, { - "title": "Arthur Labinjo-Hughes: woman jailed for life for murder of stepson, six", - "description": "

    Emma Tustin sentenced to minimum of 29 years as boy’s father is jailed for 21 years for manslaughter

    A woman who killed her six-year-old stepson, who had been poisoned, starved and beaten in the weeks before his death, has been sentenced to life in prison with a minimum term of 29 years.

    Emma Tustin, 32, was sentenced for the murder of Arthur Labinjo-Hughes, alongside his father, 29-year-old Thomas Hughes, who was given 21 years in prison for manslaughter.

    Continue reading...", - "content": "

    Emma Tustin sentenced to minimum of 29 years as boy’s father is jailed for 21 years for manslaughter

    A woman who killed her six-year-old stepson, who had been poisoned, starved and beaten in the weeks before his death, has been sentenced to life in prison with a minimum term of 29 years.

    Emma Tustin, 32, was sentenced for the murder of Arthur Labinjo-Hughes, alongside his father, 29-year-old Thomas Hughes, who was given 21 years in prison for manslaughter.

    Continue reading...", - "category": "Crime", - "link": "https://www.theguardian.com/uk-news/2021/dec/03/arthur-labinjo-hughes-woman-jailed-murder-stepson", - "creator": "Jessica Murray Midlands correspondent", - "pubDate": "2021-12-03T16:00:36Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Interpol appoints Emirati general accused of torture as president", + "description": "

    Ahmed Nasser al-Raisi of United Arab Emirates elected despite concerns of human rights groups and MEPs

    A general from the United Arab Emirates accused of complicity in torture has been elected as president of the international policing agency Interpol in the teeth of fierce objections from human rights groups.

    Maj Gen Ahmed Nasser al-Raisi’s victory represents a boost to the growing diplomatic clout of the UAE, where he was appointed inspector general of the interior ministry in 2015, overseeing its prisons and policing.

    Continue reading...", + "content": "

    Ahmed Nasser al-Raisi of United Arab Emirates elected despite concerns of human rights groups and MEPs

    A general from the United Arab Emirates accused of complicity in torture has been elected as president of the international policing agency Interpol in the teeth of fierce objections from human rights groups.

    Maj Gen Ahmed Nasser al-Raisi’s victory represents a boost to the growing diplomatic clout of the UAE, where he was appointed inspector general of the interior ministry in 2015, overseeing its prisons and policing.

    Continue reading...", + "category": "Interpol", + "link": "https://www.theguardian.com/world/2021/nov/25/interpol-appoints-emirati-general-accused-torture-president-ahmed-nasser-al-raisi", + "creator": "Patrick Wintour Diplomatic editor and Ruth Michaelson", + "pubDate": "2021-11-25T17:59:03Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6cc4c8abb27deb2e4b00a3796f620c4" + "hash": "8929afb17d65bae605cb0aef40c00b01" }, { - "title": "Woman reunited with wedding ring she lost in potato patch 50 years ago", - "description": "

    Local metal detectorist on Western Isles ‘flabbergasted’ to find missing ring on former potato patch

    A single-minded metal detectorist has reunited a woman with the wedding ring she lost in a potato patch in the Western Isles 50 years ago.

    Peggy MacSween believed she had lost the golden band forever after it slipped off her finger while she gathered potatoes at her home on Benbecula in the Outer Hebrides.

    But after recently learning of her lost ring, fellow islander and detection enthusiast Donald MacPhee made it his mission to unearth the treasure.

    MacPhee spent three days searching Liniclate Machair, the sandy coastal meadow where the potato patch once was with a metal detector. The area had become a popular drinking spot over the years, resulting in a significant number of buried can ring pulls that confused the sonic search for the ring.

    MacPhee, who runs Benbecula’s Nunton House hostel, explained: “For three days I searched and dug 90 holes. The trouble is gold rings make the same sound [on the detector] as ring pulls and I got a lot of those – as well as many other things such as horseshoes and cans.

    “But on the third day I found the ring. I was absolutely flabbergasted. I had searched an area of 5,000 sq metres. It was a one in a 100,000 chance and certainly my best find. It was a fluke. There was technique involved, but I just got lucky.”

    Taking up the story, 86-year-old MacSween added: “He just came to the door and said: ‘I have something to show you.’ It was the ring. I couldn’t believe it, but there it was. I thought I would never see it again.”

    She said: “I was shaking the sand out of my gloves and the ring disappeared. I didn’t know until I got home. I went out once or twice to look for it, but there was no way of finding it.”

    Her husband, John, whom she married in July 1958 and died a few years ago, bought her a replacement while they were on holiday.

    MacPhee said he had started metal detecting seven years ago after watching YouTube videos. “That got me interested and this is for many reasons my best find. It was very, very emotional,” he said.

    Continue reading...", - "content": "

    Local metal detectorist on Western Isles ‘flabbergasted’ to find missing ring on former potato patch

    A single-minded metal detectorist has reunited a woman with the wedding ring she lost in a potato patch in the Western Isles 50 years ago.

    Peggy MacSween believed she had lost the golden band forever after it slipped off her finger while she gathered potatoes at her home on Benbecula in the Outer Hebrides.

    But after recently learning of her lost ring, fellow islander and detection enthusiast Donald MacPhee made it his mission to unearth the treasure.

    MacPhee spent three days searching Liniclate Machair, the sandy coastal meadow where the potato patch once was with a metal detector. The area had become a popular drinking spot over the years, resulting in a significant number of buried can ring pulls that confused the sonic search for the ring.

    MacPhee, who runs Benbecula’s Nunton House hostel, explained: “For three days I searched and dug 90 holes. The trouble is gold rings make the same sound [on the detector] as ring pulls and I got a lot of those – as well as many other things such as horseshoes and cans.

    “But on the third day I found the ring. I was absolutely flabbergasted. I had searched an area of 5,000 sq metres. It was a one in a 100,000 chance and certainly my best find. It was a fluke. There was technique involved, but I just got lucky.”

    Taking up the story, 86-year-old MacSween added: “He just came to the door and said: ‘I have something to show you.’ It was the ring. I couldn’t believe it, but there it was. I thought I would never see it again.”

    She said: “I was shaking the sand out of my gloves and the ring disappeared. I didn’t know until I got home. I went out once or twice to look for it, but there was no way of finding it.”

    Her husband, John, whom she married in July 1958 and died a few years ago, bought her a replacement while they were on holiday.

    MacPhee said he had started metal detecting seven years ago after watching YouTube videos. “That got me interested and this is for many reasons my best find. It was very, very emotional,” he said.

    Continue reading...", - "category": "Scotland", - "link": "https://www.theguardian.com/uk-news/2021/dec/03/woman-reunited-with-wedding-ring-she-lost-50-years-ago-western-isles", - "creator": "Libby Brooks Scotland correspondent", - "pubDate": "2021-12-03T11:39:46Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Google to pay £183m in back taxes to Irish government", + "description": "

    Firm’s subsidiary in Ireland agrees to backdated settlement to be paid in addition to corporation tax for 2020

    Google’s Irish subsidiary has agreed to pay €218m (£183m) in back taxes to the Irish government, according to company filings.

    The US tech company, which had been accused of avoiding hundreds of millions in tax across Europe through loopholes known as the “double Irish, Dutch sandwich”, said it had “agreed to the resolution of certain tax matters relating to prior years”.

    Continue reading...", + "content": "

    Firm’s subsidiary in Ireland agrees to backdated settlement to be paid in addition to corporation tax for 2020

    Google’s Irish subsidiary has agreed to pay €218m (£183m) in back taxes to the Irish government, according to company filings.

    The US tech company, which had been accused of avoiding hundreds of millions in tax across Europe through loopholes known as the “double Irish, Dutch sandwich”, said it had “agreed to the resolution of certain tax matters relating to prior years”.

    Continue reading...", + "category": "Google", + "link": "https://www.theguardian.com/technology/2021/nov/25/google-to-pay-183m-in-back-taxes-to-irish-government", + "creator": "Rupert Neate Wealth correspondent", + "pubDate": "2021-11-25T17:54:48Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "961e0db1667f84de29e7feb6f86955f5" + "hash": "0c403cc4dd3c7d1a49c2430fb4daee40" }, { - "title": "Easy access to tests could play a key role in fighting the Omicron variant", - "description": "

    Experts applaud Biden’s plan to expand testing but wonder if the effort goes far enough to stop the spread of the virus

    US infectious disease experts largely agree with the Biden administration’s newly announced emphasis on Covid-19 testing in the wake of the emergence of the Omicron variant, but questions remain over whether the president’s plan goes far enough to ensure that testing stops the spread of the virus.

    President Joe Biden announced new actions to combat the coronavirus in the US on Thursday, including a nationwide campaign encouraging vaccine boosters; a forthcoming rule requiring private insurance to reimburse the cost of at-home testing; a pledge to provide 50m free at-home tests to health centers and rural clinics for those not covered by private insurance; and a requirement that travelers to the United States, regardless of nationality or vaccination status, provide proof of a negative Covid-19 test within one day of boarding flights.

    Continue reading...", - "content": "

    Experts applaud Biden’s plan to expand testing but wonder if the effort goes far enough to stop the spread of the virus

    US infectious disease experts largely agree with the Biden administration’s newly announced emphasis on Covid-19 testing in the wake of the emergence of the Omicron variant, but questions remain over whether the president’s plan goes far enough to ensure that testing stops the spread of the virus.

    President Joe Biden announced new actions to combat the coronavirus in the US on Thursday, including a nationwide campaign encouraging vaccine boosters; a forthcoming rule requiring private insurance to reimburse the cost of at-home testing; a pledge to provide 50m free at-home tests to health centers and rural clinics for those not covered by private insurance; and a requirement that travelers to the United States, regardless of nationality or vaccination status, provide proof of a negative Covid-19 test within one day of boarding flights.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/03/us-coronavirus-omicron-testing-biden", - "creator": "Eric Berger", - "pubDate": "2021-12-03T11:00:02Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "French fishers to block Channel tunnel in Brexit licences row", + "description": "

    Members of industry association say large number of vehicles will be used to block key artery between nations

    French fishers are threatening to block access to the Channel tunnel and the ferry port in Calais on Friday as part of an ongoing dispute over access to the waters between France and the UK in the wake of Brexit.

    They have branded the UK’s approach as “contemptuous” and “humiliating” and say they have no other option but to block access to the port and tunnel along with two other ports, Saint-Malo and Ouistreham.

    Continue reading...", + "content": "

    Members of industry association say large number of vehicles will be used to block key artery between nations

    French fishers are threatening to block access to the Channel tunnel and the ferry port in Calais on Friday as part of an ongoing dispute over access to the waters between France and the UK in the wake of Brexit.

    They have branded the UK’s approach as “contemptuous” and “humiliating” and say they have no other option but to block access to the port and tunnel along with two other ports, Saint-Malo and Ouistreham.

    Continue reading...", + "category": "Brexit", + "link": "https://www.theguardian.com/politics/2021/nov/25/french-fishers-block-channel-tunnel-brexit-fishing-licences-row", + "creator": "Lisa O'Carroll", + "pubDate": "2021-11-25T17:14:21Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ff1230a4e738280cc976da94f14f1e4" + "hash": "9e50db3f122479f1f98b79d93f86b81b" }, { - "title": "Tories to go ahead with Christmas party despite Omicron risks", - "description": "

    Message to public is ‘keep calm and carry on’, says party co-chair Oliver Dowden

    The Conservatives are pressing ahead with their Christmas party in spite of scientists’ fears over the spread of Omicron, as their co-chair told people to “keep calm and carry on” with festivities.

    Labour has decided to cancel its Christmas function though it is not urging businesses to do the same.

    Continue reading...", - "content": "

    Message to public is ‘keep calm and carry on’, says party co-chair Oliver Dowden

    The Conservatives are pressing ahead with their Christmas party in spite of scientists’ fears over the spread of Omicron, as their co-chair told people to “keep calm and carry on” with festivities.

    Labour has decided to cancel its Christmas function though it is not urging businesses to do the same.

    Continue reading...", - "category": "Conservatives", - "link": "https://www.theguardian.com/politics/2021/dec/03/tories-to-go-ahead-with-christmas-party-despite-omicron-risks", - "creator": "Rowena Mason and Matthew Weaver", - "pubDate": "2021-12-03T17:08:18Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Brisbane company worth just $8 when awarded $385m Nauru offshore processing contract", + "description": "

    Since 2017 the contract – now worth $1.6bn – has been amended seven times without competitive tender

    A Brisbane construction company had $8 in assets and had not commenced trading, when it was awarded a government contract – ultimately worth $1.6bn – to run Australia’s offshore processing on Nauru.

    The contract was awarded after the government ordered a “financial strength assessment” that was actually done on a different company.

    Continue reading...", + "content": "

    Since 2017 the contract – now worth $1.6bn – has been amended seven times without competitive tender

    A Brisbane construction company had $8 in assets and had not commenced trading, when it was awarded a government contract – ultimately worth $1.6bn – to run Australia’s offshore processing on Nauru.

    The contract was awarded after the government ordered a “financial strength assessment” that was actually done on a different company.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/2021/nov/26/brisbane-company-worth-just-8-when-awarded-385m-nauru-offshore-processing-contract", + "creator": "Ben Doherty and Ben Butler", + "pubDate": "2021-11-25T16:30:06Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "861caeffcb8f4266c7ef180e17457e43" + "hash": "13975525c98837e9b0fc78ee093ee6bd" }, { - "title": "After Meghan’s victory, Harry has phone hackers in his sights", - "description": "

    Analysis: the prince may be prepared to risk a costly lawsuit against the Sun and Mirror, rather than settling

    The legal battle against the Mail on Sunday may finally be over.

    But for the Duke and Duchess of Sussex, another one looms, and this could make it all the way to trial.

    Continue reading...", - "content": "

    Analysis: the prince may be prepared to risk a costly lawsuit against the Sun and Mirror, rather than settling

    The legal battle against the Mail on Sunday may finally be over.

    But for the Duke and Duchess of Sussex, another one looms, and this could make it all the way to trial.

    Continue reading...", - "category": "Prince Harry", - "link": "https://www.theguardian.com/uk-news/2021/dec/03/prince-harry-phone-hackers-lawsuit", - "creator": "Haroon Siddique and Jim Waterson", - "pubDate": "2021-12-03T16:45:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Let’s talk about sex: how Cardi B and Megan Thee Stallion’s WAP sent the world into overdrive", + "description": "

    A cultural ‘cancer’, soft porn … or the height of empowerment? A revealing documentary examines the debates around one of the raunchiest – and most talked about – rap records around

    As winter forces many of us to ditch nights out with friends in favour of nights in on the sofa, Belcalis Alamanzar’s iconic words ring out across the digital ether: “A ho never gets cold!”. In a clip that went viral in 2014, the rapper better known as Cardi B parades up and down a hotel corridor, clad in a plunging, barely-there bralette and tight-fitting skirt. For women who wear little and care about it even less, Megan Thee Stallion has made a name for herself in the same vein. Together, Meg and Cardi would go on to birth a movement with their hit 2020 single, WAP, an ode to female sexuality and “wet ass pussy” which brought a slice of the club to the worlds’ living rooms at the peak of lockdown.

    In three minutes and seven seconds of poetic dirty talk, the pair walk us through the spiciest of bedroom sessions, except – contrary to patriarchal norms – they are firmly in the driver’s seat. From fellatio to make-up sex, Cardi and Megan leave their targets weak. With the video quickly becoming a talking point around the world, their sexual desire (and that of women in general) became the subject of fierce debate. While many praised their cheeky candour, others were unimpressed, with Fox News’s Candace Owens going as far as to call Cardi a “cancer cell” who was destroying culture.

    Continue reading...", + "content": "

    A cultural ‘cancer’, soft porn … or the height of empowerment? A revealing documentary examines the debates around one of the raunchiest – and most talked about – rap records around

    As winter forces many of us to ditch nights out with friends in favour of nights in on the sofa, Belcalis Alamanzar’s iconic words ring out across the digital ether: “A ho never gets cold!”. In a clip that went viral in 2014, the rapper better known as Cardi B parades up and down a hotel corridor, clad in a plunging, barely-there bralette and tight-fitting skirt. For women who wear little and care about it even less, Megan Thee Stallion has made a name for herself in the same vein. Together, Meg and Cardi would go on to birth a movement with their hit 2020 single, WAP, an ode to female sexuality and “wet ass pussy” which brought a slice of the club to the worlds’ living rooms at the peak of lockdown.

    In three minutes and seven seconds of poetic dirty talk, the pair walk us through the spiciest of bedroom sessions, except – contrary to patriarchal norms – they are firmly in the driver’s seat. From fellatio to make-up sex, Cardi and Megan leave their targets weak. With the video quickly becoming a talking point around the world, their sexual desire (and that of women in general) became the subject of fierce debate. While many praised their cheeky candour, others were unimpressed, with Fox News’s Candace Owens going as far as to call Cardi a “cancer cell” who was destroying culture.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/nov/25/queens-of-rap-cardi-b-megan-thee-stallion-wap", + "creator": "Danielle Koku", + "pubDate": "2021-11-25T16:30:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "150430be5445a7e87127e052b2790cee" + "hash": "7ea90019ecea12426d77a1dfcc214e77" }, { - "title": "The girls are back in town! Why the Sex and the City sequel is about to eclipse the original", - "description": "

    Grab your Manolos! Carrie and the gang are finally returning in And Just Like That. But, with a more diverse cast and writers’ room, could this reboot be even more radical?

    I couldn’t help but wonder – would there really be a ready market for a Sex and the City reboot, nearly 20 years after it left our screens? And then the trailer for the sequel to the culturally iconic series – which ran for six award-laden, press-smothered seasons – arrived, and I realised just how desperately I’d missed it.

    Not that I missed it in the usual sense, of course. We live in a world of constant reruns, access to all programmes at all times, YouTube videos to scratch any minor itch and Instagram fan accounts devoted to the characters, the clothes, the men and all points in between. But the hunger for new stories about Carrie Bradshaw and the gang was there, and the trailer reminded me of the best parts of SATC. The energy. The glee. The glamour. The chemistry between the co-stars, and the sight of well-scripted actors at the top of their game. And, to quote the title of the new show, And Just Like That … I was eager for more.

    Continue reading...", - "content": "

    Grab your Manolos! Carrie and the gang are finally returning in And Just Like That. But, with a more diverse cast and writers’ room, could this reboot be even more radical?

    I couldn’t help but wonder – would there really be a ready market for a Sex and the City reboot, nearly 20 years after it left our screens? And then the trailer for the sequel to the culturally iconic series – which ran for six award-laden, press-smothered seasons – arrived, and I realised just how desperately I’d missed it.

    Not that I missed it in the usual sense, of course. We live in a world of constant reruns, access to all programmes at all times, YouTube videos to scratch any minor itch and Instagram fan accounts devoted to the characters, the clothes, the men and all points in between. But the hunger for new stories about Carrie Bradshaw and the gang was there, and the trailer reminded me of the best parts of SATC. The energy. The glee. The glamour. The chemistry between the co-stars, and the sight of well-scripted actors at the top of their game. And, to quote the title of the new show, And Just Like That … I was eager for more.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/03/why-the-sex-and-the-city-sequel-is-about-to-eclipse-the-original", - "creator": "Lucy Mangan", - "pubDate": "2021-12-03T12:00:04Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "National Geographic green-eyed ‘Afghan Girl’ evacuated to Italy", + "description": "

    Sharbat Gula left Afghanistan after Taliban takeover that followed US departure from country

    National Geographic magazine’s famed green-eyed “Afghan Girl” has arrived in Italy as part of the west’s evacuation of Afghans after the Taliban takeover of the country, the Italian government has said.

    The office of the prime minister, Mario Draghi, said Italy organised the evacuation of Sharbat Gula after she asked to be helped to leave the country. The Italian government would help to get her integrated into life in Italy, the statement said on Thursday.

    Continue reading...", + "content": "

    Sharbat Gula left Afghanistan after Taliban takeover that followed US departure from country

    National Geographic magazine’s famed green-eyed “Afghan Girl” has arrived in Italy as part of the west’s evacuation of Afghans after the Taliban takeover of the country, the Italian government has said.

    The office of the prime minister, Mario Draghi, said Italy organised the evacuation of Sharbat Gula after she asked to be helped to leave the country. The Italian government would help to get her integrated into life in Italy, the statement said on Thursday.

    Continue reading...", + "category": "Afghanistan", + "link": "https://www.theguardian.com/world/2021/nov/25/national-geographic-green-eyed-afghan-girl-evacuated-italy-sharbat-gulla", + "creator": "Associated Press", + "pubDate": "2021-11-25T16:04:30Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c080ad7b5cd8ec36d96c22568977763" + "hash": "1c9d561b1f4eadff5f1223ee38185179" }, { - "title": "Antony Sher: a consummate Shakespearean and a man of staggering versatility", - "description": "

    One of the most gifted actors of his era, Sher – who has died aged 72 – combined psychology and a keen sense of the visual in soul-baring performances

    Antony Sher, who has died at the age of 72, was a man of staggering versatility. As well as being a brilliant actor, he was an accomplished artist and writer. But, far from being separate, his three careers all fed into each other: you only to have to look at his sketches of Richard III in his book Year of the King to see how his draughtsman’s eye enriched his performance. Gifted in numerous ways, Sher also saw his acting career as one that evolved from impersonation to embodiment of a character.

    Sher once told me that, when growing up as a boy in South Africa, his idols were Alec Guinness and Peter Sellers: what he envied, and initially sought to emulate, was their capacity for physical transformation. He also said that, when he left Cape Town at the age of 19 to make a career in the UK as an actor, he was aware, as a gay, Jewish South African, of being a triple outsider. He was even unsure whether he was cut out to be an actor; in his autobiography, Beside Myself, he describes himself arriving in London as a “short, slight, shy creature in black specs” understandably rejected by Rada, who strongly urged him to seek a different career.

    Continue reading...", - "content": "

    One of the most gifted actors of his era, Sher – who has died aged 72 – combined psychology and a keen sense of the visual in soul-baring performances

    Antony Sher, who has died at the age of 72, was a man of staggering versatility. As well as being a brilliant actor, he was an accomplished artist and writer. But, far from being separate, his three careers all fed into each other: you only to have to look at his sketches of Richard III in his book Year of the King to see how his draughtsman’s eye enriched his performance. Gifted in numerous ways, Sher also saw his acting career as one that evolved from impersonation to embodiment of a character.

    Sher once told me that, when growing up as a boy in South Africa, his idols were Alec Guinness and Peter Sellers: what he envied, and initially sought to emulate, was their capacity for physical transformation. He also said that, when he left Cape Town at the age of 19 to make a career in the UK as an actor, he was aware, as a gay, Jewish South African, of being a triple outsider. He was even unsure whether he was cut out to be an actor; in his autobiography, Beside Myself, he describes himself arriving in London as a “short, slight, shy creature in black specs” understandably rejected by Rada, who strongly urged him to seek a different career.

    Continue reading...", - "category": "Antony Sher", - "link": "https://www.theguardian.com/stage/2021/dec/03/antony-sher-a-consummate-shakespearean-and-a-man-of-staggering-versatility", - "creator": "Michael Billington", - "pubDate": "2021-12-03T13:16:07Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Paul Weller’s 30 greatest songs – ranked!", + "description": "

    Drawn from the Jam, the Style Council and his solo work, all of it powered by romance, storytelling and political vim, here is the best of a British songwriter unbounded by genre

    On the B-side of A Solid Bond in Your Heart lurks Weller’s mea culpa take on the sudden demise of the Jam, the arrogance of youth and the perils of becoming the Voice of a Generation. “I was a shit-stained statue / Schoolchildren would stand in awe … I thought I was lord of this crappy jungle.”

    Continue reading...", + "content": "

    Drawn from the Jam, the Style Council and his solo work, all of it powered by romance, storytelling and political vim, here is the best of a British songwriter unbounded by genre

    On the B-side of A Solid Bond in Your Heart lurks Weller’s mea culpa take on the sudden demise of the Jam, the arrogance of youth and the perils of becoming the Voice of a Generation. “I was a shit-stained statue / Schoolchildren would stand in awe … I thought I was lord of this crappy jungle.”

    Continue reading...", + "category": "Paul Weller", + "link": "https://www.theguardian.com/music/2021/nov/25/paul-wellers-30-greatest-songs-ranked", + "creator": "Alexis Petridis", + "pubDate": "2021-11-25T15:29:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf5824c81c614a10e250b87902bb9b0e" + "hash": "8841988dacbdd63e3149292988a5e776" }, { - "title": "Mia Mottley: Barbados’ first female leader on a mission to transform island", - "description": "

    Alongside cutting ties to the monarchy, new PM believes the region represents an untapped civilisation

    A republic has been proposed and postponed by Barbadian prime ministers for decades. Battling a pandemic that has devastated the country’s tourism economy, Mia Mottley, the country’s first female leader, had ample excuses to again kick the constitutional can down the road.

    Instead, at the stroke of midnight on Monday, she oversaw the transition of the Caribbean island out of the realm of the British monarchy – the country’s first local head of state, also a woman, Sandra Mason – and in case that were not enough, bestowed the title of national hero on the Barbadian megastar Rihanna in one of the new republic’s first acts.

    Continue reading...", - "content": "

    Alongside cutting ties to the monarchy, new PM believes the region represents an untapped civilisation

    A republic has been proposed and postponed by Barbadian prime ministers for decades. Battling a pandemic that has devastated the country’s tourism economy, Mia Mottley, the country’s first female leader, had ample excuses to again kick the constitutional can down the road.

    Instead, at the stroke of midnight on Monday, she oversaw the transition of the Caribbean island out of the realm of the British monarchy – the country’s first local head of state, also a woman, Sandra Mason – and in case that were not enough, bestowed the title of national hero on the Barbadian megastar Rihanna in one of the new republic’s first acts.

    Continue reading...", - "category": "Barbados", - "link": "https://www.theguardian.com/world/2021/dec/03/mia-mottley-barbados-first-female-leader-mission-to-transform-island", - "creator": "Michael Safi in Bridgetown", - "pubDate": "2021-12-03T13:26:54Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "All options fraught with risk as Biden confronts Putin over Ukraine", + "description": "

    Analysis: Moscow presents Washington with a no-win situation: capitulate on Ukrainian sovereignty or risk all-out war

    Joe Biden is preparing for a virtual summit with Vladimir Putin with the aim of fending off the threat of another Russian invasion of Ukraine.

    The summit has been previewed by the Kremlin. The White House has not confirmed it, but Biden’s press secretary, Jen Psaki, said that “high-level diplomacy is a priority of the president” and pointed to the teleconference meeting with Xi Jinping earlier in November.

    Continue reading...", + "content": "

    Analysis: Moscow presents Washington with a no-win situation: capitulate on Ukrainian sovereignty or risk all-out war

    Joe Biden is preparing for a virtual summit with Vladimir Putin with the aim of fending off the threat of another Russian invasion of Ukraine.

    The summit has been previewed by the Kremlin. The White House has not confirmed it, but Biden’s press secretary, Jen Psaki, said that “high-level diplomacy is a priority of the president” and pointed to the teleconference meeting with Xi Jinping earlier in November.

    Continue reading...", + "category": "US foreign policy", + "link": "https://www.theguardian.com/us-news/2021/nov/25/all-options-fraught-with-risk-as-biden-confronts-putin-over-ukraine", + "creator": "Julian Borger in Washington", + "pubDate": "2021-11-25T15:19:20Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0edb3ddeb7ca69cc47e8d8c13b269b84" + "hash": "1e9af2cc1b23398a49f407053265043e" }, { - "title": "‘It’s fantastic to see’: Lake District warms to its new ‘trendy’ status", - "description": "

    People from younger and more diverse demographics are exploring area amid boom in nature trips

    There are still plenty of lean, grizzled oldies in well-worn gear zipping effortlessly up Lakeland hills like it’s a walk to the corner shop. But there are also younger and more diverse communities exploring the area as hiking, climbing and enjoying nature become “fashionable and trendy” again.

    “It is absolutely fantastic,” said Richard Leafe, the chief executive of the Lake District national park. “This is what it is all about.”

    Continue reading...", - "content": "

    People from younger and more diverse demographics are exploring area amid boom in nature trips

    There are still plenty of lean, grizzled oldies in well-worn gear zipping effortlessly up Lakeland hills like it’s a walk to the corner shop. But there are also younger and more diverse communities exploring the area as hiking, climbing and enjoying nature become “fashionable and trendy” again.

    “It is absolutely fantastic,” said Richard Leafe, the chief executive of the Lake District national park. “This is what it is all about.”

    Continue reading...", - "category": "Lake District", - "link": "https://www.theguardian.com/uk-news/2021/dec/03/lake-district-warms-to-new-trendy-status", - "creator": "Mark Brown North of England correspondent", - "pubDate": "2021-12-03T12:27:33Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Warning on tackling HIV as WHO finds rise in resistance to antiretroviral drugs", + "description": "

    Nearly half of newly diagnosed infants in 10 countries have drug-resistant HIV, study finds, underlining need for new alternatives

    HIV drug resistance is on the rise, according to a new report, which found that the number of people with the virus being treated with antiretrovirals had risen to 27.5 million – an annual increase of 2 million.

    Four out of five countries with high rates had seen success in suppressing the virus with antiretroviral treatments, according to the World Health Organization’s HIV drug-resistance report.

    Continue reading...", + "content": "

    Nearly half of newly diagnosed infants in 10 countries have drug-resistant HIV, study finds, underlining need for new alternatives

    HIV drug resistance is on the rise, according to a new report, which found that the number of people with the virus being treated with antiretrovirals had risen to 27.5 million – an annual increase of 2 million.

    Four out of five countries with high rates had seen success in suppressing the virus with antiretroviral treatments, according to the World Health Organization’s HIV drug-resistance report.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/25/warning-hiv-who-finds-rise-resistance-antiretroviral-drugs", + "creator": "Kaamil Ahmed", + "pubDate": "2021-11-25T15:17:02Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e68cdfc19025f7bdd65c699c7e1a13ec" + "hash": "1ab15f6d3aff56b4f7b802ade8bd2d29" }, { - "title": "Experience: I was attacked by a dog while climbing a volcano", - "description": "

    He came back and sunk his teeth in again. The pain took my breath away as I felt his fangs in my flesh

    I was backpacking in Panama over Christmas in 2018, and planned to climb Volcán Barú. At 3,474m, it is the highest peak in the country and one of the only places on earth from where you can see the Atlantic and the Pacific Oceans at the same time. It is an active volcano, but last erupted around 1550.

    I set off before sunrise. It was a little chilly, so I had pulled on tights under my trekking trousers. I intended to reach the top by midday, then return before dark to get a lift to my hostel.

    Continue reading...", - "content": "

    He came back and sunk his teeth in again. The pain took my breath away as I felt his fangs in my flesh

    I was backpacking in Panama over Christmas in 2018, and planned to climb Volcán Barú. At 3,474m, it is the highest peak in the country and one of the only places on earth from where you can see the Atlantic and the Pacific Oceans at the same time. It is an active volcano, but last erupted around 1550.

    I set off before sunrise. It was a little chilly, so I had pulled on tights under my trekking trousers. I intended to reach the top by midday, then return before dark to get a lift to my hostel.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/03/experience-i-was-attacked-by-a-dog-while-climbing-a-volcano", - "creator": "Niki Khoroushi", - "pubDate": "2021-12-03T10:00:02Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Pregnant women urged to get Covid jab as data from England shows it is safe", + "description": "

    Analysis finds vaccinated women no more likely than unvaccinated to suffer stillbirth or premature births

    Health leaders are urging thousands of unvaccinated pregnant women to get vaccinated after the first official data from England found Covid jabs are safe and effective.

    The analysis of more than 350,000 deliveries by the UK Health Security Agency (UKHSA) shows women who have had a Covid vaccine are no more likely than unvaccinated women to suffer stillbirth, premature birth or have babies with low birthweight. It reinforces international evidence that the jabs have a good safety record in pregnant women.

    Continue reading...", + "content": "

    Analysis finds vaccinated women no more likely than unvaccinated to suffer stillbirth or premature births

    Health leaders are urging thousands of unvaccinated pregnant women to get vaccinated after the first official data from England found Covid jabs are safe and effective.

    The analysis of more than 350,000 deliveries by the UK Health Security Agency (UKHSA) shows women who have had a Covid vaccine are no more likely than unvaccinated women to suffer stillbirth, premature birth or have babies with low birthweight. It reinforces international evidence that the jabs have a good safety record in pregnant women.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/25/pregnant-women-covid-jab-safe", + "creator": "Andrew Gregory Health editor", + "pubDate": "2021-11-25T15:13:39Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e53db528dfa42255c11f361ee1e99bef" + "hash": "bf818b0c74cc768fb5ac3259b5c911c8" }, { - "title": "‘I was offered $35m for one day’s work’: George Clooney on paydays, politics and parenting", - "description": "

    The Oscar-winner discusses directing the coming-of-age drama The Tender Bar, raising twins in a pandemic and choosing causes over cash

    George Clooney is smoother than a cup of one of those Nespresso coffees he has advertised for two decades and for which has earned a highly caffeinated £30m-plus. With that, on top of the tequila company Casamigos, which he co-founded then sold four years ago for a potential $1bn (£780m), the ER juggernaut and – oh yeah! – the hugely successful film career as an actor, director and producer, it seems safe to assume that Clooney could, if he were a bit less cool, start every morning by diving into a pile of gold coins like Scrooge McDuck. So, George, I ask, do you ever think: “You know what? I think I have enough money now.”

    Unruffled as the silver hair on his head, Clooney leans forward, as if he is about to confide in me. “Well, yeah. I was offered $35m for one day’s work for an airline commercial, but I talked to Amal [Clooney, the human rights lawyer he married in 2014] about it and we decided it’s not worth it. It was [associated with] a country that, although it’s an ally, is questionable at times, and so I thought: ‘Well, if it takes a minute’s sleep away from me, it’s not worth it.’”

    Continue reading...", - "content": "

    The Oscar-winner discusses directing the coming-of-age drama The Tender Bar, raising twins in a pandemic and choosing causes over cash

    George Clooney is smoother than a cup of one of those Nespresso coffees he has advertised for two decades and for which has earned a highly caffeinated £30m-plus. With that, on top of the tequila company Casamigos, which he co-founded then sold four years ago for a potential $1bn (£780m), the ER juggernaut and – oh yeah! – the hugely successful film career as an actor, director and producer, it seems safe to assume that Clooney could, if he were a bit less cool, start every morning by diving into a pile of gold coins like Scrooge McDuck. So, George, I ask, do you ever think: “You know what? I think I have enough money now.”

    Unruffled as the silver hair on his head, Clooney leans forward, as if he is about to confide in me. “Well, yeah. I was offered $35m for one day’s work for an airline commercial, but I talked to Amal [Clooney, the human rights lawyer he married in 2014] about it and we decided it’s not worth it. It was [associated with] a country that, although it’s an ally, is questionable at times, and so I thought: ‘Well, if it takes a minute’s sleep away from me, it’s not worth it.’”

    Continue reading...", - "category": "George Clooney", - "link": "https://www.theguardian.com/film/2021/dec/03/i-was-offered-35m-for-one-days-work-george-clooney-on-paydays-politics-and-parenting", - "creator": "Hadley Freeman", - "pubDate": "2021-12-03T06:00:34Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Naomi Campbell’s fashion charity investigated over finances", + "description": "

    Regulator examines potential mismanagement at Fashion for Relief and payments to trustee

    The fashion charity established by the supermodel Naomi Campbell has come under formal investigation from the charities watchdog over misconduct concerns relating to its management and finances.

    Campbell created Fashion for Relief in 2005 to raise funds for children living in poverty and adversity around the world, and says it has raised millions over the years for good causes through its annual charity fashion show.

    Continue reading...", + "content": "

    Regulator examines potential mismanagement at Fashion for Relief and payments to trustee

    The fashion charity established by the supermodel Naomi Campbell has come under formal investigation from the charities watchdog over misconduct concerns relating to its management and finances.

    Campbell created Fashion for Relief in 2005 to raise funds for children living in poverty and adversity around the world, and says it has raised millions over the years for good causes through its annual charity fashion show.

    Continue reading...", + "category": "Charities", + "link": "https://www.theguardian.com/society/2021/nov/25/naomi-campbells-fashion-charity-investigated-over-finances", + "creator": "Patrick Butler Social policy editor", + "pubDate": "2021-11-25T15:11:23Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1da83751835607ed6193542b79fb9ca" + "hash": "d5e268e0e8f9be0731a86c7c5153344d" }, { - "title": "Talks with Iran on restoring 2015 nuclear deal suspended", - "description": "

    Europe says new Iranian regime has walked back on previous progress and advanced its nuclear programme

    The first formal talks between western powers and the new Iranian regime on how to restore the 2015 nuclear deal were suspended on Friday, with Europe warning that Iran had walked back all previous diplomatic progress and fast-forwarded its nuclear programme.

    It now seems possible the talks will collapse next week if Iran does not modify its demands, potentially risking an attack on Iran by Israel.

    Continue reading...", - "content": "

    Europe says new Iranian regime has walked back on previous progress and advanced its nuclear programme

    The first formal talks between western powers and the new Iranian regime on how to restore the 2015 nuclear deal were suspended on Friday, with Europe warning that Iran had walked back all previous diplomatic progress and fast-forwarded its nuclear programme.

    It now seems possible the talks will collapse next week if Iran does not modify its demands, potentially risking an attack on Iran by Israel.

    Continue reading...", - "category": "Iran nuclear deal", - "link": "https://www.theguardian.com/world/2021/dec/03/talks-with-iran-on-restoring-2015-nuclear-deal-suspended", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-12-03T16:18:16Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Battery arms race’: how China has monopolised the electric vehicle industry", + "description": "

    Chinese companies dominate mining, battery and manufacturing sectors, and amid human rights concerns, Europe and the US are struggling to keep pace

    Think of an electric car and the first name that comes to mind will probably be Tesla. The California company makes the world’s bestselling electric car and was recently valued at $1tn. But behind this US success story is a tale of China’s manufacturing might.

    Tesla’s factory in Shanghai now produces more cars than its plant in California. Some of the batteries that drive them are Chinese-made and the minerals that power the batteries are largely refined and mined by Chinese companies.

    Continue reading...", + "content": "

    Chinese companies dominate mining, battery and manufacturing sectors, and amid human rights concerns, Europe and the US are struggling to keep pace

    Think of an electric car and the first name that comes to mind will probably be Tesla. The California company makes the world’s bestselling electric car and was recently valued at $1tn. But behind this US success story is a tale of China’s manufacturing might.

    Tesla’s factory in Shanghai now produces more cars than its plant in California. Some of the batteries that drive them are Chinese-made and the minerals that power the batteries are largely refined and mined by Chinese companies.

    Continue reading...", + "category": "Electric, hybrid and low-emission cars", + "link": "https://www.theguardian.com/global-development/2021/nov/25/battery-arms-race-how-china-has-monopolised-the-electric-vehicle-industry", + "creator": "Pete Pattisson", + "pubDate": "2021-11-25T14:03:45Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c01488cafa81a4fca858f6edabe83254" + "hash": "9fd756b5c75d88f988b3aa0c62ffad08" }, { - "title": "Omicron driving record rate of Covid infection in South African province", - "description": "

    Officials say variant’s R number is believed to be above 6, though most cases are mild and no deaths reported

    The pace of Covid infections in the South African province of Gauteng is outstripping anything seen in previous waves, and officials say Omicron is now the dominant variant.

    Angelique Coetzee, the chair of the South African Medical Association, said Omicron’s R number, measuring its ability to spread, was believed to be above 6. The R number for Delta, the dominant variant globally, is estimated to be above 5.

    Continue reading...", - "content": "

    Officials say variant’s R number is believed to be above 6, though most cases are mild and no deaths reported

    The pace of Covid infections in the South African province of Gauteng is outstripping anything seen in previous waves, and officials say Omicron is now the dominant variant.

    Angelique Coetzee, the chair of the South African Medical Association, said Omicron’s R number, measuring its ability to spread, was believed to be above 6. The R number for Delta, the dominant variant globally, is estimated to be above 5.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/03/omicron-covid-variant-record-rate-of-infection-south-africa-gauteng", - "creator": "Peter Beaumont", - "pubDate": "2021-12-03T16:45:29Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "EU moves to place Covid booster jabs at heart of travel rules", + "description": "

    Commission says unrestricted travel between states should apply to those who get booster nine months after jabs

    People hoping to travel to the European Union next year will have to get a booster jab once their original Covid vaccines are more than nine months old, under new proposals from Brussels.

    On Thursday, the European Commission proposed a nine-month limit for vaccine validity that would apply for travel within and to the EU.

    Continue reading...", + "content": "

    Commission says unrestricted travel between states should apply to those who get booster nine months after jabs

    People hoping to travel to the European Union next year will have to get a booster jab once their original Covid vaccines are more than nine months old, under new proposals from Brussels.

    On Thursday, the European Commission proposed a nine-month limit for vaccine validity that would apply for travel within and to the EU.

    Continue reading...", + "category": "European Union", + "link": "https://www.theguardian.com/world/2021/nov/25/eu-moves-to-place-covid-booster-jabs-at-heart-of-travel-rules", + "creator": "Jennifer Rankin in Brussels", + "pubDate": "2021-11-25T13:47:23Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26ecc25256ec5708b418c38affd94c44" + "hash": "dddad8a70ba6e988330bc17d5b55bd3c" }, { - "title": "Covid: Biden says to beat Omicron variant ‘we have to shut it down worldwide’ – live", - "description": "

    After their remarks, the members of the taskforce took a handful of questions from reporters. Fauci was asked when scientists will have a better understanding of the risks posed by the Omicron variant. He said they would have a clearer picture in the “next few weeks”.

    But he said it could take longer to understand the impact of Omicron and whether it will overtake Delta as the dominant strain in the US.

    Continue reading...", - "content": "

    After their remarks, the members of the taskforce took a handful of questions from reporters. Fauci was asked when scientists will have a better understanding of the risks posed by the Omicron variant. He said they would have a clearer picture in the “next few weeks”.

    But he said it could take longer to understand the impact of Omicron and whether it will overtake Delta as the dominant strain in the US.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/us-news/live/2021/dec/03/us-government-shutdown-funding-coronavirus-omicron-joe-biden-us-politics-latest", - "creator": "Lauren Gambino in Washington", - "pubDate": "2021-12-03T18:08:15Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Apple tells Thai activists they are targets of ‘state-sponsored attackers’", + "description": "

    At least 17 people including protest leaders have received alerts about devices possibly being compromised

    Thai activists who have called for reform of the monarchy are among at least 17 people in Thailand who say they have been warned by Apple that they have been targeted by “state-sponsored” attackers.

    Warnings were sent to the prominent activists Panusaya Sithijirawattanakul and Arnon Nampa, according to Panusaya’s sister May and the administrator of Arnon’s Facebook page. Panusaya and Arnon are in pre-trial detention after leading demonstrations calling for the power of the monarchy to be curbed.

    Continue reading...", + "content": "

    At least 17 people including protest leaders have received alerts about devices possibly being compromised

    Thai activists who have called for reform of the monarchy are among at least 17 people in Thailand who say they have been warned by Apple that they have been targeted by “state-sponsored” attackers.

    Warnings were sent to the prominent activists Panusaya Sithijirawattanakul and Arnon Nampa, according to Panusaya’s sister May and the administrator of Arnon’s Facebook page. Panusaya and Arnon are in pre-trial detention after leading demonstrations calling for the power of the monarchy to be curbed.

    Continue reading...", + "category": "Thailand", + "link": "https://www.theguardian.com/world/2021/nov/25/apple-tells-thai-activists-they-are-targets-of-state-sponsored-attackers", + "creator": "Rebecca Ratcliffe and Navaon Siradapuvadol", + "pubDate": "2021-11-25T13:42:51Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e289ef9bf982dec103dec5c82279173" + "hash": "09c0024692a3f15338d0360d055a109d" }, { - "title": "‘Heartbreaking’ clean-up of animal corpses as Canada floodwaters ebb", - "description": "

    Floods and landslides in British Columbia devastated livestock in ‘easily the costliest natural disaster in Canada’s history’

    Floods and landslides that battered the Canadian province of British Columbia last month killed hundreds of thousands of farm animals and forced nearly 15,000 people from their homes, new figures revealed, as officials described the scope of the devastation – and the challenges of recovery.

    As many as 628,000 chickens, 420 dairy cattle and 12,000 hogs were killed by the floods. An estimated 3 million bees in 110 hives were also submerged.

    Continue reading...", - "content": "

    Floods and landslides in British Columbia devastated livestock in ‘easily the costliest natural disaster in Canada’s history’

    Floods and landslides that battered the Canadian province of British Columbia last month killed hundreds of thousands of farm animals and forced nearly 15,000 people from their homes, new figures revealed, as officials described the scope of the devastation – and the challenges of recovery.

    As many as 628,000 chickens, 420 dairy cattle and 12,000 hogs were killed by the floods. An estimated 3 million bees in 110 hives were also submerged.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2021/dec/03/british-columbia-floods-animal-corpses-clean-up", - "creator": "Leyland Cecco in Toronto", - "pubDate": "2021-12-03T17:21:40Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Dozens killed in Siberia after coalmine explosion – reports", + "description": "

    Russian media reports emergency officials saying 52 miners and rescuers have died in the Listvyazhnaya mine

    A devastating explosion in a Siberian coalmine on Thursday left 52 miners and rescuers dead about 250 meters (820ft) underground, Russian officials have said.

    Hours after a methane gas explosion and fire filled the mine with toxic fumes, rescuers found 14 bodies but then were forced to halt the search for 38 others because of a buildup of methane and carbon monoxide gas from the fire. A total of 239 people were rescued.

    Continue reading...", + "content": "

    Russian media reports emergency officials saying 52 miners and rescuers have died in the Listvyazhnaya mine

    A devastating explosion in a Siberian coalmine on Thursday left 52 miners and rescuers dead about 250 meters (820ft) underground, Russian officials have said.

    Hours after a methane gas explosion and fire filled the mine with toxic fumes, rescuers found 14 bodies but then were forced to halt the search for 38 others because of a buildup of methane and carbon monoxide gas from the fire. A total of 239 people were rescued.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/nov/25/dozens-trapped-underground-in-siberia-after-fatal-coalmine-fire", + "creator": "Associated Press", + "pubDate": "2021-11-25T13:32:03Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4aef209fcfc921c399ec5a1b6f0f2847" + "hash": "7554b10c935e22970a479892e80ec33f" }, { - "title": "Johnson’s imperial bombast could suck Britain into more deadly interventions | Simon Jenkins", - "description": "

    As tensions with Russia and China increase, the prime minister meddles in foreign policy to distract from domestic woes

    Relations between the world’s great powers are tenser than ever since the cold war. Troops are massing along Russia’s border with Ukraine. Chinese ships and planes are openly threatening Taiwan. Japan is rearming in response. Turkey is renewing its belligerence towards its neighbours. Russia is backing east-west fragmentation in Bosnia.

    Where Britain stands in all this is dangerously unclear, drifting on a sea of Boris Johnson’s gestures and platitudes. The Royal Navy currently has a £3.2bn aircraft carrier waving the union flag in the South China Sea, completely unprotected. China could sink it in an hour. In the Black Sea, a British destroyer provocatively invades Russian waters off Crimea, showing off to the world’s media. Last week, the British foreign secretary, Liz Truss, advanced her bid for her party’s leadership by sitting astride a tank in Estonia and warning Russia that Britain “stood firm” against its “malign activity” in Ukraine. Meanwhile, Britain’s outgoing defence chief, Sir Nick Carter, estimates that the risk of accidental war with Russia is now “the highest in decades”.

    Simon Jenkins is a Guardian columnist

    Continue reading...", - "content": "

    As tensions with Russia and China increase, the prime minister meddles in foreign policy to distract from domestic woes

    Relations between the world’s great powers are tenser than ever since the cold war. Troops are massing along Russia’s border with Ukraine. Chinese ships and planes are openly threatening Taiwan. Japan is rearming in response. Turkey is renewing its belligerence towards its neighbours. Russia is backing east-west fragmentation in Bosnia.

    Where Britain stands in all this is dangerously unclear, drifting on a sea of Boris Johnson’s gestures and platitudes. The Royal Navy currently has a £3.2bn aircraft carrier waving the union flag in the South China Sea, completely unprotected. China could sink it in an hour. In the Black Sea, a British destroyer provocatively invades Russian waters off Crimea, showing off to the world’s media. Last week, the British foreign secretary, Liz Truss, advanced her bid for her party’s leadership by sitting astride a tank in Estonia and warning Russia that Britain “stood firm” against its “malign activity” in Ukraine. Meanwhile, Britain’s outgoing defence chief, Sir Nick Carter, estimates that the risk of accidental war with Russia is now “the highest in decades”.

    Simon Jenkins is a Guardian columnist

    Continue reading...", - "category": "Foreign policy", - "link": "https://www.theguardian.com/commentisfree/2021/dec/03/boris-johnson-britain-deadly-interventions-russia-china", - "creator": "Simon Jenkins", - "pubDate": "2021-12-03T12:00:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "What is driving Europe's surge in Covid cases? – video explainer", + "description": "

    The continent is now the centre of the global coronavirus pandemic – again. As countries from the Baltic to the Med brace for harsher winter measures, the Guardian's Jon Henley looks at the reasons behind the fourth wave

    Continue reading...", + "content": "

    The continent is now the centre of the global coronavirus pandemic – again. As countries from the Baltic to the Med brace for harsher winter measures, the Guardian's Jon Henley looks at the reasons behind the fourth wave

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/nov/25/what-is-driving-europes-surge-in-covid-cases-video-explainer", + "creator": "Monika Cvorak, Jon Henley and Nikhita Chulani", + "pubDate": "2021-11-25T12:50:29Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83280d0b55ece5ff6d90d45b9faf54b5" + "hash": "61b6eace8e7f512a26fc166385614b4b" }, { - "title": "Saved for Later: Bad memes and wokewashing: why do brands tweet like people? Plus: Snapchat streaks explained", - "description": "

    In Guardian Australia’s online culture podcast, Michael Sun and Alyx Gorman bring in Vice Australia’s head of editorial Brad Esposito to chat about the evolution of brands on social media, from cringey posts to identity politics – including a tweet so tone deaf, Brad had to pull his car over to report on it. Then Michael teaches Alyx why breaking a Snapchat streak is an unforgivable faux pas

    Continue reading...", - "content": "

    In Guardian Australia’s online culture podcast, Michael Sun and Alyx Gorman bring in Vice Australia’s head of editorial Brad Esposito to chat about the evolution of brands on social media, from cringey posts to identity politics – including a tweet so tone deaf, Brad had to pull his car over to report on it. Then Michael teaches Alyx why breaking a Snapchat streak is an unforgivable faux pas

    Continue reading...", - "category": "", - "link": "https://www.theguardian.com/australia-news/audio/2021/dec/04/saved-for-later-bad-memes-and-wokewashing-why-do-brands-tweet-like-people-plus-snapchat-streaks-explained", - "creator": "Presented by Michael Sun and Alyx Gorman with Brad Esposito. Produced by Miles Herbert, Karishma Luthria and Joe Koning. Executive produced by Melanie Tait and Steph Harmon", - "pubDate": "2021-12-03T16:30:02Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Matteo Salvini: ‘I refuse to think of substituting 10m Italians with 10m migrants’", + "description": "

    Exclusive: Far-right politician is in campaign mode and says he has no regrets about draconian policies he introduced when he was interior minister

    Whether they’re camped outside in freezing temperatures or stranded at sea, Matteo Salvini exhibits little sympathy for the asylum seekers blocked at European borders. The Italian far-right leader, who as interior minister attempted to stop NGO rescue boats landing in Italian ports, in one case leading to criminal charges, will travel to Warsaw next month in a show of solidarity with his Polish allies who have deployed hardcore tactics to ward off thousands of refugees trying to enter from Belarus.

    “I think that Europe is realising that illegal immigration is dangerous,” Salvini told the Guardian in an interview conducted before 27 people drowned attempting to cross the Channel in an inflatable boat. “So maybe this shock will be useful.”

    Continue reading...", + "content": "

    Exclusive: Far-right politician is in campaign mode and says he has no regrets about draconian policies he introduced when he was interior minister

    Whether they’re camped outside in freezing temperatures or stranded at sea, Matteo Salvini exhibits little sympathy for the asylum seekers blocked at European borders. The Italian far-right leader, who as interior minister attempted to stop NGO rescue boats landing in Italian ports, in one case leading to criminal charges, will travel to Warsaw next month in a show of solidarity with his Polish allies who have deployed hardcore tactics to ward off thousands of refugees trying to enter from Belarus.

    “I think that Europe is realising that illegal immigration is dangerous,” Salvini told the Guardian in an interview conducted before 27 people drowned attempting to cross the Channel in an inflatable boat. “So maybe this shock will be useful.”

    Continue reading...", + "category": "Matteo Salvini", + "link": "https://www.theguardian.com/world/2021/nov/25/matteo-salvini-interview-far-right-migration", + "creator": "Angela Giuffrida in Rome", + "pubDate": "2021-11-25T12:37:22Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22dfc1fff33d5ce79824842a4960c3b1" + "hash": "f026a22210a3307b715ae0de2d3b014f" }, { - "title": "Covid limits migration despite more people displaced by war and disasters", - "description": "

    IOM report finds 9m more people displaced globally but mobility restricted due to pandemic, with vaccination proving a key factor


    The coronavirus pandemic had a radical effect on migration, limiting movement despite increasing levels of internal displacement from conflict and climate disasters, the UN’s International Organization for Migration said in a report on Wednesday.

    Though the number of people who migrated internationally increased to 281 million in 2020 – 9 million more than before Covid-19 – the number was 2 million lower than expected without a pandemic, according to the report.

    Continue reading...", - "content": "

    IOM report finds 9m more people displaced globally but mobility restricted due to pandemic, with vaccination proving a key factor


    The coronavirus pandemic had a radical effect on migration, limiting movement despite increasing levels of internal displacement from conflict and climate disasters, the UN’s International Organization for Migration said in a report on Wednesday.

    Though the number of people who migrated internationally increased to 281 million in 2020 – 9 million more than before Covid-19 – the number was 2 million lower than expected without a pandemic, according to the report.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/01/iom-report-covid-limits-migration-but-more-people-displaced-war-disasters", - "creator": "Kaamil Ahmed", - "pubDate": "2021-12-01T16:17:45Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Spanish police recover rare 2,000-year-old Iberian sword", + "description": "

    Double-edged, curved falcata particularly sought after because of the original condition of its blade

    More than 2,000 years after it was last wielded by a warrior somewhere on the Iberian peninsula, a rare, magnificent – and plundered – sword has been recovered by Spanish police, who tracked it down before it was sold online.

    The pre-Roman falcata, a double-edged, curved sword used by the Iberians between the fifth and first centuries BC, was seized along with 202 other archaeological pieces after it appeared on what Policía Nacional officers termed “a well known social media site”.

    Continue reading...", + "content": "

    Double-edged, curved falcata particularly sought after because of the original condition of its blade

    More than 2,000 years after it was last wielded by a warrior somewhere on the Iberian peninsula, a rare, magnificent – and plundered – sword has been recovered by Spanish police, who tracked it down before it was sold online.

    The pre-Roman falcata, a double-edged, curved sword used by the Iberians between the fifth and first centuries BC, was seized along with 202 other archaeological pieces after it appeared on what Policía Nacional officers termed “a well known social media site”.

    Continue reading...", + "category": "Spain", + "link": "https://www.theguardian.com/world/2021/nov/25/spanish-police-recover-rare-2000-year-old-iberian-sword", + "creator": "Sam Jones in Madrid", + "pubDate": "2021-11-25T12:26:09Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aa79bd7dec74a605b280d76d80e01b6e" + "hash": "3bb07a0e73ca06e5e6ef74d4a7ca9f09" }, { - "title": "How Chris and Andrew Cuomo's on-air comedy routines compromised CNN", - "description": "

    The news network implicitly endorsed the former New York governor amid accusations of sexual harassment and corruption

    For months, CNN’s primetime anchor, Chris Cuomo, refused to cover the multiple scandals surrounding his brother, the former New York governor Andrew Cuomo.

    Chris Cuomo said it would be a conflict of interest for him to report on the sexual harassment, corruption and misuse of public funds his brother had been accused of. But many wondered how CNN could justify what amounted to a blackout of one of the nation’s top news stories during the news network’s most-watched time slot.

    Continue reading...", - "content": "

    The news network implicitly endorsed the former New York governor amid accusations of sexual harassment and corruption

    For months, CNN’s primetime anchor, Chris Cuomo, refused to cover the multiple scandals surrounding his brother, the former New York governor Andrew Cuomo.

    Chris Cuomo said it would be a conflict of interest for him to report on the sexual harassment, corruption and misuse of public funds his brother had been accused of. But many wondered how CNN could justify what amounted to a blackout of one of the nation’s top news stories during the news network’s most-watched time slot.

    Continue reading...", - "category": "Andrew Cuomo", - "link": "https://www.theguardian.com/us-news/2021/dec/01/chris-cuomo-cnn-routine-brother-undermined-network", - "creator": "Danielle Tcholakian", - "pubDate": "2021-12-01T18:01:31Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "HMRC to relocate to Newcastle office owned by Tory donors via tax haven", + "description": "

    Exclusive: Deal is part of north-east regeneration scheme developed by property tycoons David and Simon Reuben

    HM Revenue and Customs has struck a deal to relocate tax officials into a new office complex in Newcastle owned by major Conservative party donors through an offshore company based in a tax haven, the Guardian can reveal.

    The department’s planned new home in the north-east of England is part of a regeneration scheme developed by a British Virgin Islands (BVI) entity controlled by the billionaire property tycoons David and Simon Reuben.

    Continue reading...", + "content": "

    Exclusive: Deal is part of north-east regeneration scheme developed by property tycoons David and Simon Reuben

    HM Revenue and Customs has struck a deal to relocate tax officials into a new office complex in Newcastle owned by major Conservative party donors through an offshore company based in a tax haven, the Guardian can reveal.

    The department’s planned new home in the north-east of England is part of a regeneration scheme developed by a British Virgin Islands (BVI) entity controlled by the billionaire property tycoons David and Simon Reuben.

    Continue reading...", + "category": "HMRC", + "link": "https://www.theguardian.com/politics/2021/nov/25/hmrc-to-relocate-to-newcastle-office-owned-by-tory-donors-via-tax-haven", + "creator": "Harry Davies and Rowena Mason", + "pubDate": "2021-11-25T11:11:21Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0e8a2efc3dde8ce7561b1d2b3b279d7" + "hash": "a77ab326b11c5952d9b51f32093bb80c" }, { - "title": "Ilhan Omar plays death threat left on voicemail during press briefing – video", - "description": "

    Ilhan Omar has played an explicit death threat she received on her voicemail at a press briefing. The Democratic representative for Minnesota said threats against her life were often triggered by attacks on her faith by Republican politicians. She urged House Republican leaders to do more to counter 'anti-Muslim hatred' in their ranks 

    Continue reading...", - "content": "

    Ilhan Omar has played an explicit death threat she received on her voicemail at a press briefing. The Democratic representative for Minnesota said threats against her life were often triggered by attacks on her faith by Republican politicians. She urged House Republican leaders to do more to counter 'anti-Muslim hatred' in their ranks 

    Continue reading...", - "category": "Ilhan Omar", - "link": "https://www.theguardian.com/us-news/video/2021/dec/01/ilhan-omar-plays-death-threat-left-on-voicemail-during-press-briefing-video", - "creator": "", - "pubDate": "2021-12-01T11:01:36Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Turkey accused of using Interpol summit to crack down on critics", + "description": "

    Campaigners claim Ankara is abusing its position as host, by pressuring the police body to harass dissidents living abroad

    Human rights activists have accused Turkey of using its role as host of Interpol’s general assembly to push for a crackdown on critics and political opponents who have fled the country.

    The alert came after the Turkish interior minister, Süleyman Soylu, said his government would use the three-day event in Istanbul to persuade the international criminal police organisation’s officials and delegates to find, arrest and extradite Turkish dissident citizens particularly those it labels terroristsabroad.

    Continue reading...", + "content": "

    Campaigners claim Ankara is abusing its position as host, by pressuring the police body to harass dissidents living abroad

    Human rights activists have accused Turkey of using its role as host of Interpol’s general assembly to push for a crackdown on critics and political opponents who have fled the country.

    The alert came after the Turkish interior minister, Süleyman Soylu, said his government would use the three-day event in Istanbul to persuade the international criminal police organisation’s officials and delegates to find, arrest and extradite Turkish dissident citizens particularly those it labels terroristsabroad.

    Continue reading...", + "category": "Interpol", + "link": "https://www.theguardian.com/global-development/2021/nov/25/turkey-accused-of-using-interpol-summit-to-crack-down-on-critics", + "creator": "Kim Willsher", + "pubDate": "2021-11-25T11:09:31Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "442654ff1c019af292fb8ac50d9f41d5" + "hash": "74dce2e1be36c689ac9bd9f886e3720a" }, { - "title": "The Mississippi and Texas laws threatening US abortion rights", - "description": "

    As the supreme court hears new challenges to Roe v Wade, American abortion rights hang in the balance

    According to recent polls, Americans overwhelmingly support Roe v Wade, the 1973 US supreme court ruling that protects a woman’s right to an abortion. But two new legal challenges to that decision could jeopardise the ability of American women to access abortions – and have knock-on effects for reproductive rights across the globe.

    Guardian US health reporter Jessica Glenza has been reporting on laws that severely restrict abortion access in Mississippi and Texas; she tells Nosheen Iqbal that this is a ‘perilous moment’ for reproductive rights in the US.

    Continue reading...", - "content": "

    As the supreme court hears new challenges to Roe v Wade, American abortion rights hang in the balance

    According to recent polls, Americans overwhelmingly support Roe v Wade, the 1973 US supreme court ruling that protects a woman’s right to an abortion. But two new legal challenges to that decision could jeopardise the ability of American women to access abortions – and have knock-on effects for reproductive rights across the globe.

    Guardian US health reporter Jessica Glenza has been reporting on laws that severely restrict abortion access in Mississippi and Texas; she tells Nosheen Iqbal that this is a ‘perilous moment’ for reproductive rights in the US.

    Continue reading...", - "category": "Abortion", - "link": "https://www.theguardian.com/world/audio/2021/dec/01/the-mississippi-and-texas-laws-threatening-abortion-rights-us-podcast", - "creator": "Presented by Nosheen Iqbal with Jessica Glenza; produced by Courtney Yusuf, Hannah Moore , Alice Fordham, Eva Krafczyk, and Axel Kacoutié; executive producers Archie Bland and Mythili Rao", - "pubDate": "2021-12-01T03:00:48Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Justice prevailed in the trial of Ahmaud Arbery’s killers. In America, that’s a shock | Moustafa Bayoumi", + "description": "

    The jury reached the right verdict – even as the criminal justice system did everything it could to exonerate the three men

    It’s shocking that Travis McMichael, Gregory McMichael, and William Bryan were found guilty of murdering Ahmaud Arbery in Brunswick, Georgia. Yet the shock doesn’t stem out of any miscarriage of justice. On the contrary, the jury in Glynn county deliberated and reached the correct decision. Stalking an innocent Black man, chasing him, cornering him, and then killing him must come with criminal consequences in this country, and each of the three murderers now faces the possibility of a life sentence.

    But the shock is that justice was served in a case where it seemed the criminal justice system and substantial portions of media coverage were doing all they could to exonerate these men. In fact, everything about this case illustrates how difficult it is to get justice for Black people in this country, starting with how often Fox News and other media outlets referred to the case as “the Arbery trial”, as if Ahmaud Arbery were the perpetrator here and not the victim.

    Continue reading...", + "content": "

    The jury reached the right verdict – even as the criminal justice system did everything it could to exonerate the three men

    It’s shocking that Travis McMichael, Gregory McMichael, and William Bryan were found guilty of murdering Ahmaud Arbery in Brunswick, Georgia. Yet the shock doesn’t stem out of any miscarriage of justice. On the contrary, the jury in Glynn county deliberated and reached the correct decision. Stalking an innocent Black man, chasing him, cornering him, and then killing him must come with criminal consequences in this country, and each of the three murderers now faces the possibility of a life sentence.

    But the shock is that justice was served in a case where it seemed the criminal justice system and substantial portions of media coverage were doing all they could to exonerate these men. In fact, everything about this case illustrates how difficult it is to get justice for Black people in this country, starting with how often Fox News and other media outlets referred to the case as “the Arbery trial”, as if Ahmaud Arbery were the perpetrator here and not the victim.

    Continue reading...", + "category": "Ahmaud Arbery", + "link": "https://www.theguardian.com/us-news/commentisfree/2021/nov/25/justice-prevailed-in-the-trial-of-ahmaud-arberys-killers-in-america-thats-a-shock", + "creator": "Moustafa Bayoumi", + "pubDate": "2021-11-25T11:00:09Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b19f2ac7485e5ebf2debc7e936cf0d0" + "hash": "d764272569365921042d1407825390d0" }, { - "title": "Covid live: Slovakia sets new daily case record; nearly 1m Germans currently infected, says health minister", - "description": "

    Low level of vaccine take-up thought to be factor in Slovakia; Germany’s Jens Spahn says more than 1% of population have Covid

    California is reporting its second confirmed case of the Omicron variant in as many days.

    The Los Angeles County public health department says a full vaccinated county resident is self-isolating after apparently contracting the infection during a trip to South Africa last month.

    Continue reading...", - "content": "

    Low level of vaccine take-up thought to be factor in Slovakia; Germany’s Jens Spahn says more than 1% of population have Covid

    California is reporting its second confirmed case of the Omicron variant in as many days.

    The Los Angeles County public health department says a full vaccinated county resident is self-isolating after apparently contracting the infection during a trip to South Africa last month.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/03/covid-news-live-new-york-state-detects-five-cases-of-omicron-variant-as-new-us-air-travel-rules-loom", - "creator": "Caroline Davies (now); Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-03T11:31:58Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Many disabled women are assaulted each year. Forgetting my own rape feels impossible", + "description": "

    After the attack, I became preoccupied with the idea that my case would be questioned because of my disability. But what happened continues to haunt me

    I have been a wheelchair user for a number of years, due to a progressive condition. I have been a rape survivor for four. These things are more connected than you might think.

    I first met Alex (not his real name) four years ago. We were at a house party. He was drunk and I was sober; this would become a running theme.

    Continue reading...", + "content": "

    After the attack, I became preoccupied with the idea that my case would be questioned because of my disability. But what happened continues to haunt me

    I have been a wheelchair user for a number of years, due to a progressive condition. I have been a rape survivor for four. These things are more connected than you might think.

    I first met Alex (not his real name) four years ago. We were at a house party. He was drunk and I was sober; this would become a running theme.

    Continue reading...", + "category": "Rape and sexual assault", + "link": "https://www.theguardian.com/society/2021/nov/25/many-disabled-women-are-assaulted-each-year-forgetting-my-own-rape-feels-impossible", + "creator": "Guardian Staff", + "pubDate": "2021-11-25T11:00:08Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c41b2b95e55b55518c61bb62b3db9eea" + "hash": "4c7f242e4d9e8c5b9163370c0b146a36" }, { - "title": "England fan disorder at Euro 2020 final almost led to deaths, review finds", - "description": "
    • Casey report refers to series of ‘near misses’ at Wembley
    • It also points to planning failures on day of ‘national shame’

    Unprecedented disorder at the Euro 2020 final was a “near miss”, with deaths and life-changing injuries only narrowly avoided, according to an independent report into events described as a “national shame”.

    Lady Louise Casey published her 129-page review on Friday into the incidents that overwhelmed Wembley stadium on 11 July. While she concludes that primary blame for the mass of public disorder must lie with the protagonists, there is also blame for both the FA and the police, whom she says were too slow to respond to trouble that began early in the day.

    Continue reading...", - "content": "
    • Casey report refers to series of ‘near misses’ at Wembley
    • It also points to planning failures on day of ‘national shame’

    Unprecedented disorder at the Euro 2020 final was a “near miss”, with deaths and life-changing injuries only narrowly avoided, according to an independent report into events described as a “national shame”.

    Lady Louise Casey published her 129-page review on Friday into the incidents that overwhelmed Wembley stadium on 11 July. While she concludes that primary blame for the mass of public disorder must lie with the protagonists, there is also blame for both the FA and the police, whom she says were too slow to respond to trouble that began early in the day.

    Continue reading...", - "category": "Euro 2020", - "link": "https://www.theguardian.com/football/2021/dec/03/england-fan-disorder-at-euro-2020-final-almost-led-to-deaths-review-finds", - "creator": "Paul MacInnes", - "pubDate": "2021-12-03T10:00:08Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Australia politics live update: PM targeted on integrity bill in question time; AFP and ADF deployed to Solomon Islands for ‘riot control’", + "description": "

    Scott Morrison announces deployment of personnel to Solomon Islands as protests continue; Labor targets federal integrity commission during question time; George Christensen ‘clarifies’ Hitler, Mao, Stalin comments; Victoria records 1,254 new Covid cases and five deaths; NSW reports 276 cases and no deaths. Follow live updates

    A special Victorian Roy Morgan SMS poll shows 76% of Victorians agree that an employed worker in Victoria should not be allowed to enter their employer’s workplace unless fully vaccinated, compared with only 24% that disagree.

    Agreement with this policy is consistently strong across gender, age and location, although there are significant political differences, the poll found.

    Let’s think about how this works in practice. If a teacher applies to work at a school, whether it’s Christian, or Islamic, or whether it’s Jewish or any other, and they apply to work at a school that’s got a clearly stated policy …

    Look, I think that is something that would depend a great deal upon what that school is prepared to be upfront with the community about now. I’d suggest there would be very few schools that that want to be in a position where they’ve got to say to the community, that this is what we believe and we’re not going to hire people, unless they subscribe to a version of belief that is very, very strict on that front.

    Continue reading...", + "content": "

    Scott Morrison announces deployment of personnel to Solomon Islands as protests continue; Labor targets federal integrity commission during question time; George Christensen ‘clarifies’ Hitler, Mao, Stalin comments; Victoria records 1,254 new Covid cases and five deaths; NSW reports 276 cases and no deaths. Follow live updates

    A special Victorian Roy Morgan SMS poll shows 76% of Victorians agree that an employed worker in Victoria should not be allowed to enter their employer’s workplace unless fully vaccinated, compared with only 24% that disagree.

    Agreement with this policy is consistently strong across gender, age and location, although there are significant political differences, the poll found.

    Let’s think about how this works in practice. If a teacher applies to work at a school, whether it’s Christian, or Islamic, or whether it’s Jewish or any other, and they apply to work at a school that’s got a clearly stated policy …

    Look, I think that is something that would depend a great deal upon what that school is prepared to be upfront with the community about now. I’d suggest there would be very few schools that that want to be in a position where they’ve got to say to the community, that this is what we believe and we’re not going to hire people, unless they subscribe to a version of belief that is very, very strict on that front.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/nov/25/australia-politics-live-update-scott-morrison-religious-discrimination-legislation-vaccine-mandate-gay-students-teachers-covid-coronavirus-anthony-albanese-labor", + "creator": "Josh Taylor (now) and Amy Remeikis (earlier)", + "pubDate": "2021-11-25T08:22:26Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02b35571116aa5bdd2e8d1a4d2888780" + "hash": "e3e909f1120103ae073b3993257163f3" }, { - "title": "Xinjiang: Twitter closes thousands of China state-linked accounts spreading propaganda", - "description": "

    Content was often ‘embarrassingly’ produced and pumped out via repurposed accounts, analysts say

    Twitter has shut down thousands of state-linked accounts in China that seek to counter evidence of human rights abuses in Xinjiang, as part of what experts called an “embarrassingly” produced propaganda operation.

    The operations used photos and images, shell and potentially automated accounts, and fake Uyghur profiles, to disseminate state propaganda and fake testimonials about their happy lives in the region, seeking to dispel evidence of a years-long campaign of oppression, with mass internments, re-education programs, and allegations of forced labour and sterilisation.

    Continue reading...", - "content": "

    Content was often ‘embarrassingly’ produced and pumped out via repurposed accounts, analysts say

    Twitter has shut down thousands of state-linked accounts in China that seek to counter evidence of human rights abuses in Xinjiang, as part of what experts called an “embarrassingly” produced propaganda operation.

    The operations used photos and images, shell and potentially automated accounts, and fake Uyghur profiles, to disseminate state propaganda and fake testimonials about their happy lives in the region, seeking to dispel evidence of a years-long campaign of oppression, with mass internments, re-education programs, and allegations of forced labour and sterilisation.

    Continue reading...", - "category": "Xinjiang", - "link": "https://www.theguardian.com/world/2021/dec/03/xinjiang-twitter-closes-thousands-of-china-state-linked-accounts-spreading-propaganda", - "creator": "Helen Davidson", - "pubDate": "2021-12-03T05:16:35Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Covid news live: Germany death toll passes 100,000; vaccines giving people ‘false sense of security’, WHO says", + "description": "

    Germany has recorded a total of 100,119 deaths amid a resurgence of the virus and tough new restrictions; WHO officials issue a new warning over social mixing ahead of the holiday season

    Aboriginal elders, health organisations and frontline workers in the Australia’s Northern Territory’s Covid outbreak have lashed out at false information about public health measures on social media, with the NT chief minister blaming the misinformation on “tinfoil hat wearing tossers, sitting in their parents’ basements in Florida”.

    Over the past few days false claims have been circulating online that Aboriginal people from Binjari and Rockhole were being forcibly removed from their homes and taken to enforced quarantine in Howard Springs, and people including children were being forcibly vaccinated.

    Continue reading...", + "content": "

    Germany has recorded a total of 100,119 deaths amid a resurgence of the virus and tough new restrictions; WHO officials issue a new warning over social mixing ahead of the holiday season

    Aboriginal elders, health organisations and frontline workers in the Australia’s Northern Territory’s Covid outbreak have lashed out at false information about public health measures on social media, with the NT chief minister blaming the misinformation on “tinfoil hat wearing tossers, sitting in their parents’ basements in Florida”.

    Over the past few days false claims have been circulating online that Aboriginal people from Binjari and Rockhole were being forcibly removed from their homes and taken to enforced quarantine in Howard Springs, and people including children were being forcibly vaccinated.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/nov/25/covid-news-live-germany-death-toll-passes-100000-vaccines-giving-people-false-sense-of-security-who-says", + "creator": "Martin Belam (now) and Samantha Lock (earlier)", + "pubDate": "2021-11-25T08:16:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c1a9138b8b5d1fee6a61fed8ce52b8d" + "hash": "8d5a9ef3313f93f56f7f8c7ae9031bd1" }, { - "title": "Old Bexley and Sidcup byelection: Tories retain true-blue seat", - "description": "

    Louie French becomes MP for suburban London seat, but Tories’ majority of nearly 19,000 cut to 4,478

    The Conservatives have held the safe seat of Old Bexley and Sidcup in the first in a series of closely watched parliamentary byelections.

    Louie French was elected as the new MP, replacing the well-liked former cabinet minister James Brokenshire, who died in October from lung cancer.

    Continue reading...", - "content": "

    Louie French becomes MP for suburban London seat, but Tories’ majority of nearly 19,000 cut to 4,478

    The Conservatives have held the safe seat of Old Bexley and Sidcup in the first in a series of closely watched parliamentary byelections.

    Louie French was elected as the new MP, replacing the well-liked former cabinet minister James Brokenshire, who died in October from lung cancer.

    Continue reading...", - "category": "Byelections", - "link": "https://www.theguardian.com/politics/2021/dec/03/old-bexley-and-sidcup-byelection-louie-french-mp-tories-retain-seat", - "creator": "Aubrey Allegretti Political correspondent and Archie Bland", - "pubDate": "2021-12-03T08:13:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Australia sends police and troops to Honiara as violent protests continue in Solomon Islands", + "description": "

    Protesters reportedly from neighbouring island, which opposed government’s 2019 decision to switch allegiance from Taiwan to China

    Australia is deploying more than 100 police and defence force personnel to the Solomon Islands amid reports of fresh protests in the capital Honiara.

    The Australian government on Thursday said the deployment would support “riot control” and security at critical infrastructure, a day after demonstrators attempted to storm parliament and topple the prime minister, Manasseh Sogavare.

    Continue reading...", + "content": "

    Protesters reportedly from neighbouring island, which opposed government’s 2019 decision to switch allegiance from Taiwan to China

    Australia is deploying more than 100 police and defence force personnel to the Solomon Islands amid reports of fresh protests in the capital Honiara.

    The Australian government on Thursday said the deployment would support “riot control” and security at critical infrastructure, a day after demonstrators attempted to storm parliament and topple the prime minister, Manasseh Sogavare.

    Continue reading...", + "category": "Solomon Islands", + "link": "https://www.theguardian.com/world/2021/nov/25/honiaras-chinatown-targeted-as-violent-protests-break-out-for-second-day-in-solomon-islands", + "creator": "Daniel Hurst and Agence France-Presse", + "pubDate": "2021-11-25T08:03:40Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a31b29802c3b71aaa707d9e66fd07df" + "hash": "d4557e474f87883c737fd8ac39770515" }, { - "title": "Alec Baldwin questions how bullet got on Rust set in emotional ABC interview", - "description": "

    In first on-camera interview since accidental film-set shooting, actor says there is only one question: ‘where did the live round come from?’

    Alec Baldwin said his 40 year acting career “could be” over after the shooting incident on the set of the western Rust that resulted in the death of cinematographer Halyna Hutchins and wounded director Joel Souza.

    In a lengthy and emotional interview on US TV with ABC News’ George Stephanopoulos, Baldwin added that he “couldn’t give a shit” about his career.

    Continue reading...", - "content": "

    In first on-camera interview since accidental film-set shooting, actor says there is only one question: ‘where did the live round come from?’

    Alec Baldwin said his 40 year acting career “could be” over after the shooting incident on the set of the western Rust that resulted in the death of cinematographer Halyna Hutchins and wounded director Joel Souza.

    In a lengthy and emotional interview on US TV with ABC News’ George Stephanopoulos, Baldwin added that he “couldn’t give a shit” about his career.

    Continue reading...", - "category": "Alec Baldwin", - "link": "https://www.theguardian.com/film/2021/dec/03/alec-baldwin-questions-how-bullet-got-on-rust-set-in-emotional-abc-interview", - "creator": "Dani Anguiano, Andrew Pulver and agencies", - "pubDate": "2021-12-03T03:45:12Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Dontae Sharpe was exonerated after 24 years in prison. That was not the end of his ordeal", + "description": "

    For many exonerees the struggle for justice carries on long after the prison gates have been flung open

    Every year Dontae Sharpe braces himself for the pardoning of the Thanksgiving turkey.

    It’s not that he objects to turkeys being spared the butcher’s knife. It’s that, from where he’s sitting, there are far more urgent candidates for a reprieve from the governor of North Carolina than a bird.

    Continue reading...", + "content": "

    For many exonerees the struggle for justice carries on long after the prison gates have been flung open

    Every year Dontae Sharpe braces himself for the pardoning of the Thanksgiving turkey.

    It’s not that he objects to turkeys being spared the butcher’s knife. It’s that, from where he’s sitting, there are far more urgent candidates for a reprieve from the governor of North Carolina than a bird.

    Continue reading...", + "category": "US justice system", + "link": "https://www.theguardian.com/us-news/2021/nov/25/dontae-sharpe-exonerated-prison-pardon", + "creator": "Ed Pilkington in Charlotte, North Carolina", + "pubDate": "2021-11-25T07:00:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3008193d0ffe7974ac259cf1dd057ddd" + "hash": "5c93aebeeea11295dd11fb544bb566b9" }, { - "title": "Rights groups urge EU to ban NSO over clients’ use of Pegasus spyware", - "description": "

    Letter signed by 86 organisations asks for sanctions against Israeli firm, alleging governments used its software to abuse rights

    Dozens of human rights organisations have called on the European Union to impose global sanctions on NSO Group and take “every action” to prohibit the sale, transfer, export and import of the Israeli company’s surveillance technology.

    The letter, signed by 86 organisations including Access Now, Amnesty International and the Digital Rights Foundation, said the EU’s sanctions regime gave it the power to target entities that were responsible for “violations or abuses that are of serious concern as regards to the objectives of the common foreign and security policy, including violations or abuses of freedom of peaceful assembly and of association, or of freedom of opinion and expression”.

    Continue reading...", - "content": "

    Letter signed by 86 organisations asks for sanctions against Israeli firm, alleging governments used its software to abuse rights

    Dozens of human rights organisations have called on the European Union to impose global sanctions on NSO Group and take “every action” to prohibit the sale, transfer, export and import of the Israeli company’s surveillance technology.

    The letter, signed by 86 organisations including Access Now, Amnesty International and the Digital Rights Foundation, said the EU’s sanctions regime gave it the power to target entities that were responsible for “violations or abuses that are of serious concern as regards to the objectives of the common foreign and security policy, including violations or abuses of freedom of peaceful assembly and of association, or of freedom of opinion and expression”.

    Continue reading...", - "category": "Human rights", - "link": "https://www.theguardian.com/law/2021/dec/03/rights-groups-urge-eu-to-ban-nso-over-clients-use-of-pegasus-spyware", - "creator": "Stephanie Kirchgaessner in Washington", - "pubDate": "2021-12-03T05:00:32Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Return to the refugee camp: Malawi orders thousands back to ‘congested’ Dzaleka", + "description": "

    People who’ve integrated into society are expected to return to the country’s oldest refugee camp, as cost of living and anti-refugee sentiment rises

    Dzaleka, Malawi’s first refugee camp, is about 25 miles north of the capital Lilongwe. Built 25 years ago in response to a surge of people fleeing genocide and wars in Burundi, Rwanda and the Democratic Republic of the Congo, it was then home to between 10,000 and 14,000 refugees. But the camp now houses more than 48,000 people from east and southern African countries – four times more than its initial capacity.

    Several hundred continue to arrive each month, according to the UN refugee agency (UNHCR), and in August 181 babies were born there. The deteriorating situation in neighbouring Mozambique is swelling the numbers further, as is the government’s recent decree that an estimated 2,000 refugees who had over the years left Dzaleka to integrate into wider Malawian society should go back, citing them as a possible danger to national security.

    Continue reading...", + "content": "

    People who’ve integrated into society are expected to return to the country’s oldest refugee camp, as cost of living and anti-refugee sentiment rises

    Dzaleka, Malawi’s first refugee camp, is about 25 miles north of the capital Lilongwe. Built 25 years ago in response to a surge of people fleeing genocide and wars in Burundi, Rwanda and the Democratic Republic of the Congo, it was then home to between 10,000 and 14,000 refugees. But the camp now houses more than 48,000 people from east and southern African countries – four times more than its initial capacity.

    Several hundred continue to arrive each month, according to the UN refugee agency (UNHCR), and in August 181 babies were born there. The deteriorating situation in neighbouring Mozambique is swelling the numbers further, as is the government’s recent decree that an estimated 2,000 refugees who had over the years left Dzaleka to integrate into wider Malawian society should go back, citing them as a possible danger to national security.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/25/return-to-the-refugee-camp-malawi-orders-thousands-back-to-congested-dzaleka", + "creator": "Benson Kunchezera", + "pubDate": "2021-11-25T07:00:04Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c8314f8f1c7f2d93e37421aea61f64f" + "hash": "daea045d3470570b24545b2542983485" }, { - "title": "Remain in Mexico: migrants face deadly peril as Biden restores Trump policy", - "description": "

    The US has struck a deal with Mexico to make asylum seekers wait south side of the border while their applications are processed

    The Biden administration’s move to revive Donald Trump’s “Remain in Mexico” policy will subject thousands of people to “enormous suffering” and leave them vulnerable to kidnap and rape as they languish in dangerous Mexican border cities, migration advocates have warned.

    After reaching a deal with Mexico, the US will by 6 December start returning asylum seekers from other Latin American countries to Mexico where they will be obliged to wait while their case is assessed.

    Continue reading...", - "content": "

    The US has struck a deal with Mexico to make asylum seekers wait south side of the border while their applications are processed

    The Biden administration’s move to revive Donald Trump’s “Remain in Mexico” policy will subject thousands of people to “enormous suffering” and leave them vulnerable to kidnap and rape as they languish in dangerous Mexican border cities, migration advocates have warned.

    After reaching a deal with Mexico, the US will by 6 December start returning asylum seekers from other Latin American countries to Mexico where they will be obliged to wait while their case is assessed.

    Continue reading...", - "category": "Mexico", - "link": "https://www.theguardian.com/world/2021/dec/03/remain-in-mexico-migrants-face-deadly-peril-as-biden-restores-trump-policy", - "creator": "David Agren in Mexico City", - "pubDate": "2021-12-03T10:00:01Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Ahmaud Arbery murder: trial laid bare America’s faultlines on race", + "description": "

    Verdict caps almost two years of anguish for the Arbery family, marked by allegations of corruption, bias and racism both inside and outside the courtroom

    As the guilty verdicts were read aloud, one after the other, Ahmaud Arbery’s mother, Wanda Cooper-Jones, could be seen in the courthouse with tears in her eyes.

    The three white men who murdered her son back in February 2020, claiming they had acted in self-defense during an attempted citizen’s arrest, expressed little emotion.

    Continue reading...", + "content": "

    Verdict caps almost two years of anguish for the Arbery family, marked by allegations of corruption, bias and racism both inside and outside the courtroom

    As the guilty verdicts were read aloud, one after the other, Ahmaud Arbery’s mother, Wanda Cooper-Jones, could be seen in the courthouse with tears in her eyes.

    The three white men who murdered her son back in February 2020, claiming they had acted in self-defense during an attempted citizen’s arrest, expressed little emotion.

    Continue reading...", + "category": "Ahmaud Arbery", + "link": "https://www.theguardian.com/us-news/2021/nov/25/ahmaud-arbery-verdict-race", + "creator": "Oliver Laughland", + "pubDate": "2021-11-25T07:00:03Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0de20de4060a2ef037595bd9c23a7507" + "hash": "d672e9e416603cd1311a4c341d3c4fb8" }, { - "title": "Shell to go ahead with seismic tests in whale breeding grounds after court win", - "description": "

    Judgment rules company can blast sound waves in search for oil along South Africa’s eastern coastline

    Royal Dutch Shell will move ahead with seismic tests to explore for oil in vital whale breeding grounds along South Africa’s eastern coastline after a court dismissed an 11th-hour legal challenge by environmental groups.

    The judgment, by a South African high court, allows Shell to begin firing within days extremely loud sound waves through the relatively untouched marine environment of the Wild Coast, which is home to whales, dolphins and seals.

    Continue reading...", - "content": "

    Judgment rules company can blast sound waves in search for oil along South Africa’s eastern coastline

    Royal Dutch Shell will move ahead with seismic tests to explore for oil in vital whale breeding grounds along South Africa’s eastern coastline after a court dismissed an 11th-hour legal challenge by environmental groups.

    The judgment, by a South African high court, allows Shell to begin firing within days extremely loud sound waves through the relatively untouched marine environment of the Wild Coast, which is home to whales, dolphins and seals.

    Continue reading...", - "category": "Royal Dutch Shell", - "link": "https://www.theguardian.com/business/2021/dec/03/shell-go-ahead-seismic-tests-whale-breeding-grounds-court-oil-south-africa", - "creator": "Jillian Ambrose Energy correspondent", - "pubDate": "2021-12-03T10:45:58Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "UK public urged to get Covid booster by 11 December if eligible to avoid waning immunity", + "description": "

    New research shows the risk of infection increases significantly six months after a second dose of the Pfizer vaccine

    Ministers are urging millions of Britons to get their Covid booster jab by 11 December to ensure they have “very high protection against Covid by Christmas Day” as new evidence shows the risk of infection increases with the time since the second dose.

    The fresh warning comes after cases broke records in parts of Europe on Wednesday, with the continent once again the centre of a pandemic that has prompted new restrictions.

    Continue reading...", + "content": "

    New research shows the risk of infection increases significantly six months after a second dose of the Pfizer vaccine

    Ministers are urging millions of Britons to get their Covid booster jab by 11 December to ensure they have “very high protection against Covid by Christmas Day” as new evidence shows the risk of infection increases with the time since the second dose.

    The fresh warning comes after cases broke records in parts of Europe on Wednesday, with the continent once again the centre of a pandemic that has prompted new restrictions.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/25/uk-public-urged-to-get-covid-booster-by-11-december-if-eligible-to-avoid-waning-immunity", + "creator": "Andrew Gregory and Hannah Devlin", + "pubDate": "2021-11-25T06:01:02Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad336110f37050eeef077fc8f99b4953" + "hash": "850c20ba589b57ad15481fd14f184f5a" }, { - "title": "Philippines court allows Nobel laureate Maria Ressa to go to Norway", - "description": "

    Journalist permitted to receive peace prize in person after judge eases travel restrictions

    The Philippine journalist Maria Ressa will be allowed to travel overseas so she can accept her Nobel peace prize in person after a court gave her permission to leave the country to visit Norway this month.

    Ressa, who is subject to travel restrictions because of the legal cases she faces in the Philippines, shared the prize with the Russian investigative journalist Dmitry Muratov, amid growing concerns over curbs on free speech worldwide.

    Continue reading...", - "content": "

    Journalist permitted to receive peace prize in person after judge eases travel restrictions

    The Philippine journalist Maria Ressa will be allowed to travel overseas so she can accept her Nobel peace prize in person after a court gave her permission to leave the country to visit Norway this month.

    Ressa, who is subject to travel restrictions because of the legal cases she faces in the Philippines, shared the prize with the Russian investigative journalist Dmitry Muratov, amid growing concerns over curbs on free speech worldwide.

    Continue reading...", - "category": "Philippines", - "link": "https://www.theguardian.com/world/2021/dec/03/philippines-court-allows-nobel-laureate-maria-ressa-norway-journalist-travel-restrictions", - "creator": "Reuters in Manila", - "pubDate": "2021-12-03T08:20:22Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘The gooey overlay of sweetness over genocide’: the myth of the ‘first Thanksgiving’", + "description": "

    Some members of the Wampanoag Nation mark Thanksgiving as their National Day of Mourning

    In 1970, Massachusetts was preparing to celebrate the 350th anniversary of the arrival of the Pilgrim Fathers on the Mayflower.

    The 53 surviving men, women and children who had left England in search of “religious freedom” are credited with starting America’s first successful colony, in Plymouth, in 1620. Their voyage to the so-called New World is celebrated by many Americans still as a powerful symbol of the birth of the United States.

    Continue reading...", + "content": "

    Some members of the Wampanoag Nation mark Thanksgiving as their National Day of Mourning

    In 1970, Massachusetts was preparing to celebrate the 350th anniversary of the arrival of the Pilgrim Fathers on the Mayflower.

    The 53 surviving men, women and children who had left England in search of “religious freedom” are credited with starting America’s first successful colony, in Plymouth, in 1620. Their voyage to the so-called New World is celebrated by many Americans still as a powerful symbol of the birth of the United States.

    Continue reading...", + "category": "Native Americans", + "link": "https://www.theguardian.com/us-news/2021/nov/25/thanksgiving-myth-wampanoag-native-american-tribe", + "creator": "Alice Hutton", + "pubDate": "2021-11-25T06:00:04Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9f3e9c62b7fabb0dac04ae0f846db270" + "hash": "db1e08d524427bafcb978eb6b266f12b" }, { - "title": "Covid booster shots significantly strengthen immunity, trial finds", - "description": "

    Jabs offer far higher protection than that needed to prevent hospitalisation and death, Cov-Boost trial lead says

    Covid booster shots can dramatically strengthen the body’s immune defences, according to a study that raises hopes of preventing another wave of severe disease driven by the Omicron variant.

    In a study published in the Lancet, researchers on the UK-based Cov-Boost trial measured immune responses in nearly 3,000 people who received one of seven Covid-19 boosters or a control jab two to three months after their second dose of either AstraZeneca or Pfizer vaccine.

    Continue reading...", - "content": "

    Jabs offer far higher protection than that needed to prevent hospitalisation and death, Cov-Boost trial lead says

    Covid booster shots can dramatically strengthen the body’s immune defences, according to a study that raises hopes of preventing another wave of severe disease driven by the Omicron variant.

    In a study published in the Lancet, researchers on the UK-based Cov-Boost trial measured immune responses in nearly 3,000 people who received one of seven Covid-19 boosters or a control jab two to three months after their second dose of either AstraZeneca or Pfizer vaccine.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/02/covid-booster-shots-significantly-strengthen-immunity-trial-finds", - "creator": "Ian Sample Science editor", - "pubDate": "2021-12-02T23:30:25Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Weatherwatch: Israel hit by torrential rain and flash floods", + "description": "

    Drains blocked by sand after extended dry period are thought to have worsened conditions

    Flash flooding affected some parts of Israel last week with the country hit by frequent storms. Earlier this year, the country experienced an extended period of dry and windy conditions. This is thought to have exacerbated the flooding, with drainage systems blocked by sand and the infrastructure unable to cope with torrential downpours. Vehicles skidded off roads and people became stranded in the flooding. One man found unconscious in the flood waters.

    Somalia is heading for its fourth consecutive drought, with worsening conditions expected over the coming months. So far, more than 100,000 people have fled their homes looking for water and food. Extreme drought conditions can affect 80% of the country of 2 million people. Projected to be one of the most vulnerable countries to climate change, Somalia has been ravaged by natural disasters, with 12 droughts and 19 flooding events since 1990.

    Continue reading...", + "content": "

    Drains blocked by sand after extended dry period are thought to have worsened conditions

    Flash flooding affected some parts of Israel last week with the country hit by frequent storms. Earlier this year, the country experienced an extended period of dry and windy conditions. This is thought to have exacerbated the flooding, with drainage systems blocked by sand and the infrastructure unable to cope with torrential downpours. Vehicles skidded off roads and people became stranded in the flooding. One man found unconscious in the flood waters.

    Somalia is heading for its fourth consecutive drought, with worsening conditions expected over the coming months. So far, more than 100,000 people have fled their homes looking for water and food. Extreme drought conditions can affect 80% of the country of 2 million people. Projected to be one of the most vulnerable countries to climate change, Somalia has been ravaged by natural disasters, with 12 droughts and 19 flooding events since 1990.

    Continue reading...", + "category": "Israel", + "link": "https://www.theguardian.com/weather/2021/nov/25/weatherwatch-israel-hit-by-torrential-rain-and-flash-floods", + "creator": "Jodie Woodcock (metdesk)", + "pubDate": "2021-11-25T06:00:04Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31342da85613185e7ee1cf904a6e6086" + "hash": "a2edb65d8e87b2464cc6e7aac0967dfe" }, { - "title": "‘Electric vibe’: Auckland celebrates end of lockdown with brunch and traffic gridlock", - "description": "

    Vaccinated people in New Zealand’s largest city can now go to the pub for the first time in over 100 days

    In Auckland, nature was healing. The ungroomed lined up for their eyebrow appointments. Bars flung open their doors with the promise of free drinks. Locals posted photos of their flat whites and brunch menus. The city’s sky tower was lit up for the first day of the “traffic light” reopening. And, in perhaps the truest sign that the gridlock-plagued city was on its pathway to normalcy, four lanes of the southern motorway were bumper to bumper.

    The traffic light system, announced by prime minister Jacinda Ardern in late November, ends lockdowns in favour of restrictions on the unvaccinated. The red, orange and green levels depend on vaccination rates and the level of strain on the health system, but even at red – the strictest level – businesses are fully open to the vaccinated, with some restrictions on gathering size.

    Continue reading...", - "content": "

    Vaccinated people in New Zealand’s largest city can now go to the pub for the first time in over 100 days

    In Auckland, nature was healing. The ungroomed lined up for their eyebrow appointments. Bars flung open their doors with the promise of free drinks. Locals posted photos of their flat whites and brunch menus. The city’s sky tower was lit up for the first day of the “traffic light” reopening. And, in perhaps the truest sign that the gridlock-plagued city was on its pathway to normalcy, four lanes of the southern motorway were bumper to bumper.

    The traffic light system, announced by prime minister Jacinda Ardern in late November, ends lockdowns in favour of restrictions on the unvaccinated. The red, orange and green levels depend on vaccination rates and the level of strain on the health system, but even at red – the strictest level – businesses are fully open to the vaccinated, with some restrictions on gathering size.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/dec/03/electric-vibe-auckland-celebrates-end-of-lockdown-with-brunch-and-traffic-gridlock", - "creator": "Tess McClure in Christchurch", - "pubDate": "2021-12-03T02:02:33Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The seven types of rest: I spent a week trying them all. Could they help end my exhaustion?", + "description": "

    When we feel extreme fatigue most of us focus on sleep problems. But proper relaxation takes many forms. I spent a week exploring what really works

    “Are you the most tired you can ever remember being?” asks a friend. Well, yes. I have it easy – my caring responsibilities are limited and my work is physically undemanding and very low stakes – but I am wrecked. The brain fog, tearful confusion and deep lethargy I feel seems near universal. A viral tweet from February asked: “Just to confirm … everyone feels tired ALL the time no matter how much sleep they get or caffeine they consume?” The 71,000-plus retweets seemed to confirm it’s the case.

    But when we say we are exhausted, or Google “Why am I tired all the time?” (searches were reportedly at an all-time high between July and September this year), what do we mean? Yes, pandemic living is, objectively, exhausting. Existing on high alert is physically and mentally depleting; our sleep has suffered and many of us have lost a sense of basic safety, affecting our capacity to relax. But the circumstances and stresses we face are individual, which means the remedy is probably also individual.

    Continue reading...", + "content": "

    When we feel extreme fatigue most of us focus on sleep problems. But proper relaxation takes many forms. I spent a week exploring what really works

    “Are you the most tired you can ever remember being?” asks a friend. Well, yes. I have it easy – my caring responsibilities are limited and my work is physically undemanding and very low stakes – but I am wrecked. The brain fog, tearful confusion and deep lethargy I feel seems near universal. A viral tweet from February asked: “Just to confirm … everyone feels tired ALL the time no matter how much sleep they get or caffeine they consume?” The 71,000-plus retweets seemed to confirm it’s the case.

    But when we say we are exhausted, or Google “Why am I tired all the time?” (searches were reportedly at an all-time high between July and September this year), what do we mean? Yes, pandemic living is, objectively, exhausting. Existing on high alert is physically and mentally depleting; our sleep has suffered and many of us have lost a sense of basic safety, affecting our capacity to relax. But the circumstances and stresses we face are individual, which means the remedy is probably also individual.

    Continue reading...", + "category": "Sleep", + "link": "https://www.theguardian.com/lifeandstyle/2021/nov/25/the-seven-types-of-rest-i-spent-a-week-trying-them-all-could-they-help-end-my-exhaustion", + "creator": "Emma Beddington", + "pubDate": "2021-11-25T06:00:03Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21661d459b3eb8da2997664ec0874839" + "hash": "6b7b3169a9d1cb2a0579636d204728b7" }, { - "title": "‘A post-menopausal Macbeth’: Joel Coen on tackling Shakespeare with Frances McDormand", - "description": "

    The writer-director talks about his new film, co-starring Denzel Washington, and reveals how it felt to work without his brother, Ethan, for the first time in nearly 40 years

    It might be the unlucky play for British theatre rep types. But for movie directors, Macbeth has been a talisman, a fascinating and liberating challenge – for Akira Kurosawa, with his version, Throne of Blood; for Roman Polanski; and for Justin Kurzel. Even Orson Welles’s once-scorned movie version from 1948, with its quaint Scottish accents, is admired today for its lo-fi energy.

    Now, Joel Coen, the co-creator of masterpieces such as Fargo, The Big Lebowski, A Serious Man and No Country for Old Men, has directed a starkly brilliant version entitled The Tragedy of Macbeth, shot in high-contrast black and white, an eerie nightmare of clarity and purity, with Denzel Washington as Macbeth and Frances McDormand (Coen’s wife) as Lady Macbeth.

    Continue reading...", - "content": "

    The writer-director talks about his new film, co-starring Denzel Washington, and reveals how it felt to work without his brother, Ethan, for the first time in nearly 40 years

    It might be the unlucky play for British theatre rep types. But for movie directors, Macbeth has been a talisman, a fascinating and liberating challenge – for Akira Kurosawa, with his version, Throne of Blood; for Roman Polanski; and for Justin Kurzel. Even Orson Welles’s once-scorned movie version from 1948, with its quaint Scottish accents, is admired today for its lo-fi energy.

    Now, Joel Coen, the co-creator of masterpieces such as Fargo, The Big Lebowski, A Serious Man and No Country for Old Men, has directed a starkly brilliant version entitled The Tragedy of Macbeth, shot in high-contrast black and white, an eerie nightmare of clarity and purity, with Denzel Washington as Macbeth and Frances McDormand (Coen’s wife) as Lady Macbeth.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/03/a-post-menopausal-macbeth-joel-coen-on-tackling-shakespeare-with-frances-mcdormand", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-03T10:00:00Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Is society coming apart? | Jill Lepore", + "description": "

    Reconstruction after Covid: a new series of long reads

    Despite Thatcher and Reagan’s best efforts, there is and has always been such a thing as society. The question is not whether it exists, but what shape it must take in a post-pandemic world

    In March 2020, Boris Johnson, pale and exhausted, self-isolating in his flat on Downing Street, released a video of himself – that he had taken himself – reassuring Britons that they would get through the pandemic, together. “One thing I think the coronavirus crisis has already proved is that there really is such a thing as society,” the prime minister announced, confirming the existence of society while talking to his phone, alone in a room.

    All this was very odd. Johnson seemed at once frantic and weak (not long afterwards, he was admitted to hospital and put in the intensive care unit). Had he, in his feverishness, undergone a political conversion? Because, by announcing the existence of society, Johnson appeared to renounce, publicly, something Margaret Thatcher had said in an interview in 1987, in remarks that are often taken as a definition of modern conservatism. “Too many children and people have been given to understand ‘I have a problem, it is the government’s job to cope with it!’” Thatcher said. “They are casting their problems on society, and who is society? There is no such thing!” She, however, had not contracted Covid-19.

    Continue reading...", + "content": "

    Reconstruction after Covid: a new series of long reads

    Despite Thatcher and Reagan’s best efforts, there is and has always been such a thing as society. The question is not whether it exists, but what shape it must take in a post-pandemic world

    In March 2020, Boris Johnson, pale and exhausted, self-isolating in his flat on Downing Street, released a video of himself – that he had taken himself – reassuring Britons that they would get through the pandemic, together. “One thing I think the coronavirus crisis has already proved is that there really is such a thing as society,” the prime minister announced, confirming the existence of society while talking to his phone, alone in a room.

    All this was very odd. Johnson seemed at once frantic and weak (not long afterwards, he was admitted to hospital and put in the intensive care unit). Had he, in his feverishness, undergone a political conversion? Because, by announcing the existence of society, Johnson appeared to renounce, publicly, something Margaret Thatcher had said in an interview in 1987, in remarks that are often taken as a definition of modern conservatism. “Too many children and people have been given to understand ‘I have a problem, it is the government’s job to cope with it!’” Thatcher said. “They are casting their problems on society, and who is society? There is no such thing!” She, however, had not contracted Covid-19.

    Continue reading...", + "category": "Society", + "link": "https://www.theguardian.com/society/2021/nov/25/society-thatcher-reagan-covid-pandemic", + "creator": "Jill Lepore", + "pubDate": "2021-11-25T06:00:02Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b919cc8c048888d363a4599a4e461e51" + "hash": "65526513db32ccf8262260dbd5339b69" }, { - "title": "From utopian dreams to Soho sleaze: the naked history of British nudism", - "description": "

    A new book details how nudism began as a movement of intellectuals, feminists and artists, only to be suppressed by the state. But our attitudes to nakedness also tell us a lot about ourselves

    When Annebella Pollen was 17, she left behind her strict Catholic upbringing for the life of a new-age hippy, living in a caravan and frolicking naked among the standing stones of Devon, while earning a living by modelling for life-drawing classes. That early experience, followed by a relationship with a bric-a-brac dealer, shaped her later life as an art historian. “I’m very interested in things that are culturally illegitimate,” says Pollen, who now teaches at the University of Brighton. “A lot of my research has been looking at objects that are despised.”

    Foraging trips with her partner to car-boot sales alerted her to a rich seam of 20th-century nudist literature that is still emerging from the attics of middle England: magazines whose wholesome titles – Sun Bathing Review or Health & Efficiency – concealed a complex negotiation with both public morality and the British weather. This is the subject Pollen has picked for her latest book Nudism in a Cold Climate, which tracks the movement from the spartan 1920s through the titillating 50s, when the new mass media whipped up a frenzy of moral anxiety, to the countercultural 60s and 70s, when the founding members were dying off and it all began to look a bit frowsty.

    Continue reading...", - "content": "

    A new book details how nudism began as a movement of intellectuals, feminists and artists, only to be suppressed by the state. But our attitudes to nakedness also tell us a lot about ourselves

    When Annebella Pollen was 17, she left behind her strict Catholic upbringing for the life of a new-age hippy, living in a caravan and frolicking naked among the standing stones of Devon, while earning a living by modelling for life-drawing classes. That early experience, followed by a relationship with a bric-a-brac dealer, shaped her later life as an art historian. “I’m very interested in things that are culturally illegitimate,” says Pollen, who now teaches at the University of Brighton. “A lot of my research has been looking at objects that are despised.”

    Foraging trips with her partner to car-boot sales alerted her to a rich seam of 20th-century nudist literature that is still emerging from the attics of middle England: magazines whose wholesome titles – Sun Bathing Review or Health & Efficiency – concealed a complex negotiation with both public morality and the British weather. This is the subject Pollen has picked for her latest book Nudism in a Cold Climate, which tracks the movement from the spartan 1920s through the titillating 50s, when the new mass media whipped up a frenzy of moral anxiety, to the countercultural 60s and 70s, when the founding members were dying off and it all began to look a bit frowsty.

    Continue reading...", - "category": "Art", - "link": "https://www.theguardian.com/artanddesign/2021/dec/03/from-utopian-dreams-to-soho-sleaze-the-naked-history-of-british-nudism", - "creator": "Claire Armitstead", - "pubDate": "2021-12-03T07:00:36Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "South Korea trials robots in preschools to prepare children for high-tech future", + "description": "

    The 25cm-tall robots that sing, dance and do kung-fu used as teaching aids in 300 childcare centres across Seoul

    Seoul has started trialling pint-sized robots as teaching aids in kindergartens – a pilot project the city government said would help prepare the next generation for a hi-tech future.

    The “Alpha Mini” is just 24.5 centimetres tall and can dance, lead sing-a-longs, recite stories and even teach kung fu moves as children mimic its push-ups and one-legged balances.

    Continue reading...", + "content": "

    The 25cm-tall robots that sing, dance and do kung-fu used as teaching aids in 300 childcare centres across Seoul

    Seoul has started trialling pint-sized robots as teaching aids in kindergartens – a pilot project the city government said would help prepare the next generation for a hi-tech future.

    The “Alpha Mini” is just 24.5 centimetres tall and can dance, lead sing-a-longs, recite stories and even teach kung fu moves as children mimic its push-ups and one-legged balances.

    Continue reading...", + "category": "South Korea", + "link": "https://www.theguardian.com/world/2021/nov/25/south-korea-trials-robots-in-preschools-to-prepare-children-for-high-tech-future", + "creator": "Agence France-Presse", + "pubDate": "2021-11-25T05:10:03Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04dc474a56ae23f6bb643da72c2b4be4" + "hash": "76dab19b81838ff821dd5588ac1e95cf" }, { - "title": "Ed Sheeran & Elton John: Merry Christmas review – an overstuffed, undercooked turkey", - "description": "

    Laudably released for charity, the favourite for this year’s Christmas No 1 leaves no musical cliche untwinkled – and its exhortation to forget the pandemic is crass

    Given recent government advice to avoid kissing strangers under the mistletoe this Christmas, there’s a sense in which the long-trailed festive hook-up between Ed Sheeran and Elton John counts as a reckless incitement to anarchy. For his part, Sheeran wants nothing more than a relentless tonguing beneath those poison berries this December: “Kiss me,” he sings; then later, “just keep kissing me!” (To be fair, this noted Wife Guy is unquestionably singing about his wife. Did you know he has a wife? He might have mentioned it.)

    In every other respect, however, Merry Christmas – in case the perfunctory title didn’t make clear – is the very exemplar of avoiding unnecessary risk during this perilous season. There are sleigh bells. Church bells. Clattering reindeer hooves. A kids’ choir. Sickly strings. The full selection box, and delivered with about as much imagination as that staple stocking filler. Old friends Sheeran and John encourage us to “pray for December snow”, and the overall effect is a blanketing avalanche of plinky-plonky schmaltz rich in bonhomie and derivative in tune.

    Continue reading...", - "content": "

    Laudably released for charity, the favourite for this year’s Christmas No 1 leaves no musical cliche untwinkled – and its exhortation to forget the pandemic is crass

    Given recent government advice to avoid kissing strangers under the mistletoe this Christmas, there’s a sense in which the long-trailed festive hook-up between Ed Sheeran and Elton John counts as a reckless incitement to anarchy. For his part, Sheeran wants nothing more than a relentless tonguing beneath those poison berries this December: “Kiss me,” he sings; then later, “just keep kissing me!” (To be fair, this noted Wife Guy is unquestionably singing about his wife. Did you know he has a wife? He might have mentioned it.)

    In every other respect, however, Merry Christmas – in case the perfunctory title didn’t make clear – is the very exemplar of avoiding unnecessary risk during this perilous season. There are sleigh bells. Church bells. Clattering reindeer hooves. A kids’ choir. Sickly strings. The full selection box, and delivered with about as much imagination as that staple stocking filler. Old friends Sheeran and John encourage us to “pray for December snow”, and the overall effect is a blanketing avalanche of plinky-plonky schmaltz rich in bonhomie and derivative in tune.

    Continue reading...", - "category": "Ed Sheeran", - "link": "https://www.theguardian.com/music/2021/dec/03/ed-sheeran-elton-john-merry-christmas-review-an-overstuffed-undercooked-turkey", - "creator": "Laura Snapes", - "pubDate": "2021-12-03T08:00:36Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Channel drownings: UK and France trade accusations after tragedy at sea", + "description": "

    Boris Johnson renews calls for France to agree to joint patrols along its coast, while Emmanuel Macron urges UK not to politicise the flow of migrants

    British and French leaders have traded accusations after at least 27 people died trying to cross the Channel in the deadliest incident since the current migration crisis began.

    In a phone call with Boris Johnson on Wednesday night, French president Emmanuel Macron stressed “the shared responsibility” of France and the UK, and told Johnson he expected full cooperation and that the situation would not be used “for political purposes”, the Élysée said.

    Continue reading...", + "content": "

    Boris Johnson renews calls for France to agree to joint patrols along its coast, while Emmanuel Macron urges UK not to politicise the flow of migrants

    British and French leaders have traded accusations after at least 27 people died trying to cross the Channel in the deadliest incident since the current migration crisis began.

    In a phone call with Boris Johnson on Wednesday night, French president Emmanuel Macron stressed “the shared responsibility” of France and the UK, and told Johnson he expected full cooperation and that the situation would not be used “for political purposes”, the Élysée said.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/nov/25/channel-drownings-uk-and-france-trade-accusations-after-tragedy-at-sea", + "creator": "Virginia Harrison, Rajeev Syal, Angelique Chrisafis, Diane Taylor and agencies", + "pubDate": "2021-11-25T05:10:01Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a051bd0b1ecab5c95fe13ea3605f0743" + "hash": "a6af60679311ab234e260569176112e1" }, { - "title": "The Home Alone house is on Airbnb. Sounds like a trap | Stuart Heritage", - "description": "

    Just how lucky will the guests who get to stay at the McCallister house later this month be? I foresee trouble

    In the interests of public service, I need to make you aware of a trap. Yesterday, a property became available on Airbnb. It is a large home in the Chicago area, available for one night only and it is suspiciously cheap. Look, it’s the Home Alone house.

    Apparently, for $18 (£13.50), you and three friends can stay overnight in the iconic McCallister residence. You will be greeted by the actor who played Buzz McCallister. There will be pizza and other 90s junk food. There will be a mirror for you to scream into. There may well be a tarantula. It all seems too good to be true, doesn’t it? This is why I am convinced that whoever ends up staying there will be robbed.

    Continue reading...", - "content": "

    Just how lucky will the guests who get to stay at the McCallister house later this month be? I foresee trouble

    In the interests of public service, I need to make you aware of a trap. Yesterday, a property became available on Airbnb. It is a large home in the Chicago area, available for one night only and it is suspiciously cheap. Look, it’s the Home Alone house.

    Apparently, for $18 (£13.50), you and three friends can stay overnight in the iconic McCallister residence. You will be greeted by the actor who played Buzz McCallister. There will be pizza and other 90s junk food. There will be a mirror for you to scream into. There may well be a tarantula. It all seems too good to be true, doesn’t it? This is why I am convinced that whoever ends up staying there will be robbed.

    Continue reading...", - "category": "Family films", - "link": "https://www.theguardian.com/film/2021/dec/03/the-home-alone-house-is-on-airbnb-sounds-like-a-trap", - "creator": "Stuart Heritage", - "pubDate": "2021-12-03T11:30:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Pakistan orders Monday closure of schools and offices in Lahore to cut smog", + "description": "

    Officials hope three-day weekend will help reduce toxic pollution levels in country’s second largest city

    Pakistan has ordered private offices and schools to remain closed on Mondays in Lahore in the hope that a three-day weekend will help reduce toxic levels of smog in the country’s second-largest city.

    The directive, issued by Punjab relief commissioner Babar Hayat Tarar, aimed to act “as a preventive and speedy remedy” during the winter smog season and will last until 15 January.

    Continue reading...", + "content": "

    Officials hope three-day weekend will help reduce toxic pollution levels in country’s second largest city

    Pakistan has ordered private offices and schools to remain closed on Mondays in Lahore in the hope that a three-day weekend will help reduce toxic levels of smog in the country’s second-largest city.

    The directive, issued by Punjab relief commissioner Babar Hayat Tarar, aimed to act “as a preventive and speedy remedy” during the winter smog season and will last until 15 January.

    Continue reading...", + "category": "Pakistan", + "link": "https://www.theguardian.com/world/2021/nov/25/pakistan-orders-monday-closure-of-schools-and-offices-in-lahore-to-cut-smog", + "creator": "Shah Meer Baloch in Lahore", + "pubDate": "2021-11-25T05:00:01Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94b5f7b3a9727159f546815f65193b37" + "hash": "ff9f6b77d7f1186574f29c7453f3132d" }, { - "title": "You be the judge: should my girlfriend spend less money on her cats?", - "description": "

    We air both sides of a domestic disagreement – and ask you to deliver a verdict
    • Have a disagreement you’d like settled? Or want to be part of our jury? Click here

    Lakshmi spends her entire salary on the cats, then says she can’t afford to go on holiday with me

    Continue reading...", - "content": "

    We air both sides of a domestic disagreement – and ask you to deliver a verdict
    • Have a disagreement you’d like settled? Or want to be part of our jury? Click here

    Lakshmi spends her entire salary on the cats, then says she can’t afford to go on holiday with me

    Continue reading...", - "category": "Relationships", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/03/you-be-the-judge-should-my-girlfriend-spend-less-money-on-her-cats", - "creator": "Interviews by Georgina Lawton", - "pubDate": "2021-12-03T08:00:37Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "China seeks to spin Peng Shuai’s #MeToo allegation into an ideological dispute", + "description": "

    Analysis: experts say emphasis on the west and international diplomacy obfuscates the original allegation

    Despite endless speculation from international press in recent weeks, there has been barely a mention of tennis star Peng Shuai’s bombshell allegation against Zhang Gaoli, the country’s former vice-premier, in domestic news coverage. Outside the country, the event was initially referred to by the editor of the official nationalist tabloid Global Times, Hu Xijin, only as “the thing people talked about”.

    “For some years now, China has responded to negative global attention either by giving an unconvincing explanation, or by stoically pretending the criticism isn’t there,” Zhang Ming, a retired professor of politics at Renmin University told Reuters this week.

    Continue reading...", + "content": "

    Analysis: experts say emphasis on the west and international diplomacy obfuscates the original allegation

    Despite endless speculation from international press in recent weeks, there has been barely a mention of tennis star Peng Shuai’s bombshell allegation against Zhang Gaoli, the country’s former vice-premier, in domestic news coverage. Outside the country, the event was initially referred to by the editor of the official nationalist tabloid Global Times, Hu Xijin, only as “the thing people talked about”.

    “For some years now, China has responded to negative global attention either by giving an unconvincing explanation, or by stoically pretending the criticism isn’t there,” Zhang Ming, a retired professor of politics at Renmin University told Reuters this week.

    Continue reading...", + "category": "Peng Shuai", + "link": "https://www.theguardian.com/sport/2021/nov/25/china-seeks-peng-shuai-metoo-allegation-ideological-dispute", + "creator": "Vincent Ni, China affairs correspondent", + "pubDate": "2021-11-25T04:35:26Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9fd82f572c725372d87ae06bb4e28476" + "hash": "aca79cdce46cd096f3b0d085b5246489" }, { - "title": "Biden plans to get booster shots to 100m Americans | First Thing", - "description": "

    President lays out plan for winter months amid Omicron arrival in US; plus George Clooney on turning down $35m for a day’s work

    Good morning.

    Joe Biden is planning to pull no punches when it comes to the emergence of the Omicron variant of Covid in the US.

    There is fresh urgency to the effort after the first US case of the Omicron variant of Covid-19 was identified in California on Wednesday and a second in Minnesota yesterday.

    The emergence of Omicron has demonstrated the tenacity of the virus, which continues to drag down Biden’s political fortunes. Voters are divided on his handling of the pandemic, with 47% approving and 49% disapproving.

    What else did he say? He said he didn’t pull the trigger. He “let go of the hammer” on the weapon, he said, and the gun went off. “I never pulled the trigger,” he repeated.

    Will there be any criminal charges brought in the case? The district attorney in Santa Fe, New Mexico, said in October that criminal charges in the shooting have not been ruled out.

    Continue reading...", - "content": "

    President lays out plan for winter months amid Omicron arrival in US; plus George Clooney on turning down $35m for a day’s work

    Good morning.

    Joe Biden is planning to pull no punches when it comes to the emergence of the Omicron variant of Covid in the US.

    There is fresh urgency to the effort after the first US case of the Omicron variant of Covid-19 was identified in California on Wednesday and a second in Minnesota yesterday.

    The emergence of Omicron has demonstrated the tenacity of the virus, which continues to drag down Biden’s political fortunes. Voters are divided on his handling of the pandemic, with 47% approving and 49% disapproving.

    What else did he say? He said he didn’t pull the trigger. He “let go of the hammer” on the weapon, he said, and the gun went off. “I never pulled the trigger,” he repeated.

    Will there be any criminal charges brought in the case? The district attorney in Santa Fe, New Mexico, said in October that criminal charges in the shooting have not been ruled out.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/03/first-thing-biden-plans-to-get-booster-shots-to-100-million-americans", - "creator": "Nicola Slawson", - "pubDate": "2021-12-03T10:46:23Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Bawled my eyes out’: tears and cheers of New Zealanders free to head home", + "description": "

    Lifting of strict isolation rules brings wave of relief – but some say being locked out has soured their view of ‘home’ forever

    New Zealanders stranded overseas and desperate to return home have shed tears of relief they will soon be able to skip the country’s managed isolation system. But for many the news is bittersweet as they still face another summer separated from loved ones, amid anger that a decision did not come sooner.

    The country will reopen its borders to vaccinated visitors in the opening months of 2022, for the first time since the prime minister, Jacinda Ardern, announced their snap closure in the first month of the Covid-19 pandemic. The country’s borders have been closed to unrestricted travel for more than a year and a half.

    Continue reading...", + "content": "

    Lifting of strict isolation rules brings wave of relief – but some say being locked out has soured their view of ‘home’ forever

    New Zealanders stranded overseas and desperate to return home have shed tears of relief they will soon be able to skip the country’s managed isolation system. But for many the news is bittersweet as they still face another summer separated from loved ones, amid anger that a decision did not come sooner.

    The country will reopen its borders to vaccinated visitors in the opening months of 2022, for the first time since the prime minister, Jacinda Ardern, announced their snap closure in the first month of the Covid-19 pandemic. The country’s borders have been closed to unrestricted travel for more than a year and a half.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/nov/25/bawled-my-eyes-out-tears-and-cheers-of-new-zealanders-free-to-head-home", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-11-25T04:04:33Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09472f1f20f5fd5fd4159b565cd4769a" + "hash": "a11db78ae1a31690054b8af79de368a2" }, { - "title": "China’s ride-hailing firm Didi to switch listing from New York to Hong Kong", - "description": "

    Stock exchange decision comes as Beijing cracks down on technology firms listing overseas

    The Chinese ride-hailing firm Didi is to move its listing from the New York stock exchange to Hong Kong, as Beijing cracks down on the country’s biggest technology companies.

    The company said it would start “immediate” preparations to delist in New York and prepare to go public in Hong Kong.

    Continue reading...", - "content": "

    Stock exchange decision comes as Beijing cracks down on technology firms listing overseas

    The Chinese ride-hailing firm Didi is to move its listing from the New York stock exchange to Hong Kong, as Beijing cracks down on the country’s biggest technology companies.

    The company said it would start “immediate” preparations to delist in New York and prepare to go public in Hong Kong.

    Continue reading...", - "category": "Technology sector", - "link": "https://www.theguardian.com/business/2021/dec/03/china-ride-hailing-firm-didi-to-switch-listing-from-new-york-to-hong-kong", - "creator": "Mark Sweney", - "pubDate": "2021-12-03T09:11:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Sweden’s first female prime minister resigns less than 12 hours into job – video", + "description": "

    Sweden’s first female prime minister, the Social Democrat Magdalena Andersson, has resigned less than 12 hours into the job when her coalition collapsed. Andersson said a decision by the Green party, the junior party in the coalition, to quit had forced her to resign from the post. 'I have asked the speaker to be relieved of my duties as prime minister,' Andersson said. 'I am ready to be prime minister in a single-party, Social Democrat government.'

    Continue reading...", + "content": "

    Sweden’s first female prime minister, the Social Democrat Magdalena Andersson, has resigned less than 12 hours into the job when her coalition collapsed. Andersson said a decision by the Green party, the junior party in the coalition, to quit had forced her to resign from the post. 'I have asked the speaker to be relieved of my duties as prime minister,' Andersson said. 'I am ready to be prime minister in a single-party, Social Democrat government.'

    Continue reading...", + "category": "Sweden", + "link": "https://www.theguardian.com/world/video/2021/nov/25/swedens-first-female-prime-minister-resigns-less-than-12-hours-into-job-video", + "creator": "", + "pubDate": "2021-11-25T02:43:44Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10e04efb93d811023a8f88f6e91bd319" + "hash": "98c11941b850dfcf076ab85987f63d28" }, { - "title": "Fair Work Commission rules BHP vaccine mandate unlawful due to lack of consultation", - "description": "

    About 50 workers at the Mt Arthur coalmine had been stood down without pay over the mandate

    The Fair Work Commission has ruled a Covid-19 vaccine mandate for all workers at BHP’s Mt Arthur coalmine was unlawful because the company did not consult adequately with its workers.

    Approximately 50 mine workers were stood down without pay last month after they were told they would be required to have had at least one dose of a Covid-19 vaccine to enter the work site after 9 November, and that they would need to be fully vaccinated by 31 January next year.

    Continue reading...", - "content": "

    About 50 workers at the Mt Arthur coalmine had been stood down without pay over the mandate

    The Fair Work Commission has ruled a Covid-19 vaccine mandate for all workers at BHP’s Mt Arthur coalmine was unlawful because the company did not consult adequately with its workers.

    Approximately 50 mine workers were stood down without pay last month after they were told they would be required to have had at least one dose of a Covid-19 vaccine to enter the work site after 9 November, and that they would need to be fully vaccinated by 31 January next year.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/03/fair-work-commission-rules-bhp-vaccine-mandate-unlawful-due-to-lack-of-consultation", - "creator": "Stephanie Convery", - "pubDate": "2021-12-03T08:31:29Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "North American fertilizer shortage sparks fears of higher food prices", + "description": "

    Warning to ‘get your fertilizer now’ as farmers postpone nitrogen purchases, raising threat of rush on supplies before planting season

    A global shortage of nitrogen fertilizer is driving prices to record levels, prompting North America’s farmers to delay purchases and raising the risk of a spring scramble to apply the crop nutrient before planting season.

    Farmers apply nitrogen to boost yields of corn, canola and wheat, and higher fertilizer costs could translate into higher meat and bread prices.

    Continue reading...", + "content": "

    Warning to ‘get your fertilizer now’ as farmers postpone nitrogen purchases, raising threat of rush on supplies before planting season

    A global shortage of nitrogen fertilizer is driving prices to record levels, prompting North America’s farmers to delay purchases and raising the risk of a spring scramble to apply the crop nutrient before planting season.

    Farmers apply nitrogen to boost yields of corn, canola and wheat, and higher fertilizer costs could translate into higher meat and bread prices.

    Continue reading...", + "category": "Farming", + "link": "https://www.theguardian.com/environment/2021/nov/25/fertilizer-shortage-north-america-farmers-food-prices", + "creator": "Reuters", + "pubDate": "2021-11-25T00:54:56Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e55f57c28464c730c706df0389f51904" + "hash": "8bd34696be7d715bb8a18116731b93e2" }, { - "title": "Tory peer Michelle Mone accused of sending racist and abusive message", - "description": "

    Exclusive: Mone is alleged to have called man of Indian heritage ‘a waste of a man’s white skin’ in WhatsApp exchange

    The Conservative peer Michelle Mone has been accused of sending a racist message to a man of Indian heritage who alleged in an official complaint that she told him he was “a waste of a man’s white skin”.

    The phrase was allegedly used in a WhatsApp message sent by the Tory member of the House of Lords in June 2019 during a disagreement following a fatal yacht crash off the coast of Monaco.

    Continue reading...", - "content": "

    Exclusive: Mone is alleged to have called man of Indian heritage ‘a waste of a man’s white skin’ in WhatsApp exchange

    The Conservative peer Michelle Mone has been accused of sending a racist message to a man of Indian heritage who alleged in an official complaint that she told him he was “a waste of a man’s white skin”.

    The phrase was allegedly used in a WhatsApp message sent by the Tory member of the House of Lords in June 2019 during a disagreement following a fatal yacht crash off the coast of Monaco.

    Continue reading...", - "category": "House of Lords", - "link": "https://www.theguardian.com/politics/2021/dec/02/michelle-mone-tory-peer-accused-of-sending-racist-abusive-messages", - "creator": "David Conn", - "pubDate": "2021-12-02T18:41:51Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "New Zealand opposition leader Judith Collins ousted after move to demote rival backfires", + "description": "

    New National party leader will be chosen next week, with former Air New Zealand boss Chris Luxon a favourite for the job

    Judith Collins, leader of New Zealand’s opposition National party, has been toppled after months of poor polling and a shock move to strip a political rival of his portfolios.

    MPs voted to end Collins’ leadership at a crisis caucus meeting on Thursday. The meeting was prompted after Collins demoted Simon Bridges, a former party leader and one of her rivals. Late on Wednesday night, she stripped Bridges of all of his portfolios, citing an inappropriate comment made by Bridges in 2017 in front of a female colleague– where Bridges says he discussed “old wives tales” about how he and his wife might produce a female child. Collins described the comment as “serious misconduct”.

    Continue reading...", + "content": "

    New National party leader will be chosen next week, with former Air New Zealand boss Chris Luxon a favourite for the job

    Judith Collins, leader of New Zealand’s opposition National party, has been toppled after months of poor polling and a shock move to strip a political rival of his portfolios.

    MPs voted to end Collins’ leadership at a crisis caucus meeting on Thursday. The meeting was prompted after Collins demoted Simon Bridges, a former party leader and one of her rivals. Late on Wednesday night, she stripped Bridges of all of his portfolios, citing an inappropriate comment made by Bridges in 2017 in front of a female colleague– where Bridges says he discussed “old wives tales” about how he and his wife might produce a female child. Collins described the comment as “serious misconduct”.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/nov/25/new-zealand-opposition-leader-judith-collins-ousted-after-move-to-demote-rival-backfires", + "creator": "Eva Corlett in Wellington and Tess McClure in Christchurch", + "pubDate": "2021-11-25T00:28:15Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "81c599644f7c514c1e950c982e4e3fdc" + "hash": "4c1c8f64e202074f2e5ad2a8bf149f3c" }, { - "title": "Ghislaine Maxwell warned Epstein’s house manager not to ‘look at his eyes’, court hears", - "description": "

    Juan Alessi was told he should speak to his boss only when spoken to and should look away when addressing him

    • This article contains depictions of sexual abuse

    The former house manager of Jeffrey Epstein’s Palm Beach home said Thursday that Ghislaine Maxwell warned that he should “never look” his boss in the eyes.

    Juan Alessi, who worked at Epstein’s Florida residence fromabout 1990 to 2002, made the startling statement during his testimony at Maxwell’s child sex-trafficking trial in Manhattan federal court.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "content": "

    Juan Alessi was told he should speak to his boss only when spoken to and should look away when addressing him

    • This article contains depictions of sexual abuse

    The former house manager of Jeffrey Epstein’s Palm Beach home said Thursday that Ghislaine Maxwell warned that he should “never look” his boss in the eyes.

    Juan Alessi, who worked at Epstein’s Florida residence fromabout 1990 to 2002, made the startling statement during his testimony at Maxwell’s child sex-trafficking trial in Manhattan federal court.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "category": "Jeffrey Epstein", - "link": "https://www.theguardian.com/us-news/2021/dec/02/ghislaine-maxwell-trial-warned-jeffrey-epstein-house-manager", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-12-02T18:49:24Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Dinghy deaths tragedy brings home our hostility to the world’s desperate", + "description": "

    Closing off all safer options forces abject refugees to approach our shores by the most perilous means

    The sheer terror of crossing the busy, dark and freezing cold Channel between France and the UK in a flimsy, unseaworthy boat was best described by 12-year-old Mohammad, who made the journey with his mother and eight-year-old sister in June after fleeing Afghanistan before the Taliban takeover. “It was like a horror movie,” he said. And that was summer – not the depths of November.

    Mohammad and his sister survived the 21-mile journey made through the night. They are among thousands of children thought to have crossed the Channel in small boats this year.

    Continue reading...", + "content": "

    Closing off all safer options forces abject refugees to approach our shores by the most perilous means

    The sheer terror of crossing the busy, dark and freezing cold Channel between France and the UK in a flimsy, unseaworthy boat was best described by 12-year-old Mohammad, who made the journey with his mother and eight-year-old sister in June after fleeing Afghanistan before the Taliban takeover. “It was like a horror movie,” he said. And that was summer – not the depths of November.

    Mohammad and his sister survived the 21-mile journey made through the night. They are among thousands of children thought to have crossed the Channel in small boats this year.

    Continue reading...", + "category": "Refugees", + "link": "https://www.theguardian.com/world/2021/nov/24/dinghy-deaths-tragedy-brings-home-our-hostility-to-the-worlds-desperate", + "creator": "Diane Taylor and Angelique Chrisafis in Paris", + "pubDate": "2021-11-24T22:22:42Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "878e45f037bee79783a8907b289bc4aa" + "hash": "c3abbf8c6e63c1edc567fdb13a8d1645" }, { - "title": "Trapped in Ikea: snowstorm in Denmark forces dozens to bed down in store", - "description": "

    Six customers and about two dozen staff spent the night in the bed department after a foot of snow fell

    A showroom in northern Denmark turned into a vast bedroom after six customers and about two dozen employees were stranded by a snowstorm and forced to spend the night in the store.

    Up to 30 centimeters (12 inches) of snow fell, trapping the customers and employees when the department store in Aalborg closed on Wednesday evening.

    Continue reading...", - "content": "

    Six customers and about two dozen staff spent the night in the bed department after a foot of snow fell

    A showroom in northern Denmark turned into a vast bedroom after six customers and about two dozen employees were stranded by a snowstorm and forced to spend the night in the store.

    Up to 30 centimeters (12 inches) of snow fell, trapping the customers and employees when the department store in Aalborg closed on Wednesday evening.

    Continue reading...", - "category": "Denmark", - "link": "https://www.theguardian.com/world/2021/dec/02/ikea-snowstorm-trapped-customers-denmark", - "creator": "AP in Copenhagen", - "pubDate": "2021-12-02T16:35:48Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘A long fight’: relief across the US as men convicted of murdering Ahmaud Arbery", + "description": "

    ‘I never thought this day would come,’ says Ahmaud Arbery’s mother as some say it’s ‘not true justice’

    Relief, emotion and a sense of hope came flooding out in Brunswick, on social media, from the White House and across the US as the nation came to terms with the Ahmaud Arbery verdicts and their place in history.

    Outside the Georgia courthouse, a joyous, flag-waving crowd repeatedly chanted: “Ahmaud Arbery! Say his name!” as the Arbery family, surrounded by their attorneys, emerged to address them.

    Continue reading...", + "content": "

    ‘I never thought this day would come,’ says Ahmaud Arbery’s mother as some say it’s ‘not true justice’

    Relief, emotion and a sense of hope came flooding out in Brunswick, on social media, from the White House and across the US as the nation came to terms with the Ahmaud Arbery verdicts and their place in history.

    Outside the Georgia courthouse, a joyous, flag-waving crowd repeatedly chanted: “Ahmaud Arbery! Say his name!” as the Arbery family, surrounded by their attorneys, emerged to address them.

    Continue reading...", + "category": "Ahmaud Arbery", + "link": "https://www.theguardian.com/us-news/2021/nov/24/ahmaud-arbery-murder-georgia-reaction", + "creator": "Richard Luscombe", + "pubDate": "2021-11-24T21:37:56Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "316079ada9ff6c6e66b36c9fb84947ed" + "hash": "952746246da9961c115682260f35ee56" }, { - "title": "Russia sends defence missiles to Pacific islands claimed by Japan", - "description": "

    Moscow defence ministry posts video of missile system arriving on Matua in Kuril island chain

    Russia has deployed coastal defence missile systems near Pacific islands also claimed by Japan, a move intended to underline Moscow’s firm stance in the dispute.

    The Bastion missile systems were moved to Matua, a deserted volcanic island in the middle of the Kuril island chain. Japan claims four of the southernmost islands.

    Continue reading...", - "content": "

    Moscow defence ministry posts video of missile system arriving on Matua in Kuril island chain

    Russia has deployed coastal defence missile systems near Pacific islands also claimed by Japan, a move intended to underline Moscow’s firm stance in the dispute.

    The Bastion missile systems were moved to Matua, a deserted volcanic island in the middle of the Kuril island chain. Japan claims four of the southernmost islands.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/02/russia-sends-defence-missiles-to-pacific-islands-claimed-by-japan", - "creator": "AP in Moscow", - "pubDate": "2021-12-02T18:07:28Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Bosnia and surrounding region still heading for crisis, says top official", + "description": "

    International community’s high representative calls for diplomatic engagement from US and Europe

    The top international official in Bosnia has said that the Serb separatist threat to re-establish their own army had receded for now, but the country and surrounding region were still heading for crisis without substantial diplomatic engagement from the US and Europe.

    Christian Schmidt, a German former minister serving as the international community’s high representative to Bosnia-Herzegovina, said the Serb separatist leader, Milorad Dodik, had been persuaded by regional leaders to suspend his plans to pull Serb soldiers out of the Bosnian national army and reconstitute a Bosnian Serb force.

    Continue reading...", + "content": "

    International community’s high representative calls for diplomatic engagement from US and Europe

    The top international official in Bosnia has said that the Serb separatist threat to re-establish their own army had receded for now, but the country and surrounding region were still heading for crisis without substantial diplomatic engagement from the US and Europe.

    Christian Schmidt, a German former minister serving as the international community’s high representative to Bosnia-Herzegovina, said the Serb separatist leader, Milorad Dodik, had been persuaded by regional leaders to suspend his plans to pull Serb soldiers out of the Bosnian national army and reconstitute a Bosnian Serb force.

    Continue reading...", + "category": "Bosnia-Herzegovina", + "link": "https://www.theguardian.com/world/2021/nov/24/bosnia-and-surrounding-region-still-heading-for-crisis-says-top-official", + "creator": "Julian Borger in Washington", + "pubDate": "2021-11-24T20:37:29Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "267d12c2cdb8efe73b004689e37fba88" + "hash": "87a42e041f764abbeb9ff013d3a58bd1" }, { - "title": "Republican senator blocks gun control law in wake of Michigan shooting", - "description": "

    Democrat Chris Murphy had sought unanimous supporter for new background checks and expanded 10-day review of purchases

    The Iowa senator Chuck Grassley, the leading Republican on the Senate judiciary committee, blocked a request on Thursday to proceed on gun control legislation in the Senate following the Michigan school shooting this week.

    Senator Chris Murphy, a Democrat from Connecticut and leading gun control advocate, requested unanimous consent on Thursday to pass the Enhanced Background Checks Act of 2021, which would require new background checks for gun transfers between private parties, as well as expand a 10-day review for gun purchases and transfers.

    Continue reading...", - "content": "

    Democrat Chris Murphy had sought unanimous supporter for new background checks and expanded 10-day review of purchases

    The Iowa senator Chuck Grassley, the leading Republican on the Senate judiciary committee, blocked a request on Thursday to proceed on gun control legislation in the Senate following the Michigan school shooting this week.

    Senator Chris Murphy, a Democrat from Connecticut and leading gun control advocate, requested unanimous consent on Thursday to pass the Enhanced Background Checks Act of 2021, which would require new background checks for gun transfers between private parties, as well as expand a 10-day review for gun purchases and transfers.

    Continue reading...", - "category": "US gun control", - "link": "https://www.theguardian.com/us-news/2021/dec/02/republican-senator-blocks-gun-control-law-chuck-grassley", - "creator": "Maya Yang", - "pubDate": "2021-12-02T22:52:17Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Logbooks linked to Antarctic explorers Shackleton and Scott found in storage room", + "description": "

    ‘Priceless’ artefacts recording details of the famed expeditions of the 1910s were discovered in the vaults of New Zealand’s meteorological service

    “Priceless” artefacts linked to Antarctic explorers Ernest Shackleton and Capt Robert Falcon Scott have been unearthed in a surprise discovery within the dark storage room of New Zealand’s meterological service.

    Metservice staff came across a set of logbooks from some of the most famous Antarctic expeditions while preparing to move buildings in Wellington.

    Continue reading...", + "content": "

    ‘Priceless’ artefacts recording details of the famed expeditions of the 1910s were discovered in the vaults of New Zealand’s meteorological service

    “Priceless” artefacts linked to Antarctic explorers Ernest Shackleton and Capt Robert Falcon Scott have been unearthed in a surprise discovery within the dark storage room of New Zealand’s meterological service.

    Metservice staff came across a set of logbooks from some of the most famous Antarctic expeditions while preparing to move buildings in Wellington.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/nov/25/logbooks-linked-to-antarctic-explorers-shackleton-and-scott-found-in-storage-room", + "creator": "Eva Corlett in Wellington", + "pubDate": "2021-11-24T20:07:26Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3dbaeb146d5ddd619f381ff160169f11" + "hash": "77134c4b539e958c1dc0a673ad6a2a3b" }, { - "title": "Hard-right French MP tops Les Républicains party’s presidential primary", - "description": "

    Éric Ciotti wants referendum ‘to stop mass immigration’ and set up ‘a French Guantánamo bay’

    A hard-right French MP who wants to hold a referendum “to stop mass immigration” and set up “a French Guantánamo bay” to deal with terrorism, has topped the first-round vote to choose a presidential candidate for the right’s Les Républicains party, in a shock result.

    Éric Ciotti, 56, a politician from Nice who is known for his hardline views on Islam and immigration, went from outsider to the surprise top position in Thursday’s first-round vote by members of Nicolas Sarkozy’s party. He now faces a second-round runoff against Valérie Pécresse, the former Sarkozy minister who wants to become France’s first female president.

    Continue reading...", - "content": "

    Éric Ciotti wants referendum ‘to stop mass immigration’ and set up ‘a French Guantánamo bay’

    A hard-right French MP who wants to hold a referendum “to stop mass immigration” and set up “a French Guantánamo bay” to deal with terrorism, has topped the first-round vote to choose a presidential candidate for the right’s Les Républicains party, in a shock result.

    Éric Ciotti, 56, a politician from Nice who is known for his hardline views on Islam and immigration, went from outsider to the surprise top position in Thursday’s first-round vote by members of Nicolas Sarkozy’s party. He now faces a second-round runoff against Valérie Pécresse, the former Sarkozy minister who wants to become France’s first female president.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/02/hard-right-french-mp-tops-les-republicains-partys-presidential-primary", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2021-12-02T17:41:05Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Ahmaud Arbery: the moment Travis McMichael received guilty verdict – video", + "description": "

    Travis McMichael, Greg McMichael and William Bryan have been found guilty of murdering Ahmaud Arbery.

    The three men pursued Arbery, a 25-year-old Black man, through their neighborhood on 23 February 2020, before Travis McMichael shot and killed him.

    The men were also found guilty on several other charges, including aggravated assault, false imprisonment, and criminal attempt to commit a felony.

    Continue reading...", + "content": "

    Travis McMichael, Greg McMichael and William Bryan have been found guilty of murdering Ahmaud Arbery.

    The three men pursued Arbery, a 25-year-old Black man, through their neighborhood on 23 February 2020, before Travis McMichael shot and killed him.

    The men were also found guilty on several other charges, including aggravated assault, false imprisonment, and criminal attempt to commit a felony.

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/video/2021/nov/24/ahmaud-arbery-the-moment-travis-mcmichael-received-guilty-verdict-video", + "creator": "", + "pubDate": "2021-11-24T19:22:25Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13f8e7d702b4dcf9a0bff0dc570c2023" + "hash": "b50a3742a3c3200d8aac19c1c1a8b70f" }, { - "title": "Grenfell Tower: Gove joins condemnation of Lewis Hamilton F1 deal", - "description": "

    Survivors of fire voiced protest after announcement of deal under which F1 champion will race carrying branding of cladding firm Kingspan

    Anger at Lewis Hamilton’s Formula One car being sponsored by a firm that made combustible insulation used on Grenfell Tower has intensified after a cabinet minister demanded a U-turn by Mercedes.

    Michael Gove, the secretary of state for levelling up, housing and communities, spoke out after Grenfell survivors branded the deal “truly shocking”. He said he was “deeply disappointed Mercedes are accepting sponsorship from cladding firm Kingspan … while the Grenfell inquiry is ongoing”.

    Continue reading...", - "content": "

    Survivors of fire voiced protest after announcement of deal under which F1 champion will race carrying branding of cladding firm Kingspan

    Anger at Lewis Hamilton’s Formula One car being sponsored by a firm that made combustible insulation used on Grenfell Tower has intensified after a cabinet minister demanded a U-turn by Mercedes.

    Michael Gove, the secretary of state for levelling up, housing and communities, spoke out after Grenfell survivors branded the deal “truly shocking”. He said he was “deeply disappointed Mercedes are accepting sponsorship from cladding firm Kingspan … while the Grenfell inquiry is ongoing”.

    Continue reading...", - "category": "Grenfell Tower fire", - "link": "https://www.theguardian.com/uk-news/2021/dec/02/grenfell-survivors-outraged-by-lewis-hamilton-car-sponsorship-deal", - "creator": "Robert Booth Social affairs correspondent", - "pubDate": "2021-12-02T16:14:41Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "From environment to economy: what to expect from new German government", + "description": "

    Analysis: coalition wants Germany to remain Europe’s ‘anchor of stability’ but there will be some changes

    Led by a party that has acted as Angela Merkel’s junior coalition partner for 12 of the last 16 years, and two parties with an energy to do things differently, Germany’s next government represents an odd mix of status quo thinking and reformist instincts.

    The coalition agreement presented by the Social Democratic party (SPD), the Greens and the Free Democratic party (FDP) on Wednesday gives a hint of how German could change – and how it could stay the same.

    Continue reading...", + "content": "

    Analysis: coalition wants Germany to remain Europe’s ‘anchor of stability’ but there will be some changes

    Led by a party that has acted as Angela Merkel’s junior coalition partner for 12 of the last 16 years, and two parties with an energy to do things differently, Germany’s next government represents an odd mix of status quo thinking and reformist instincts.

    The coalition agreement presented by the Social Democratic party (SPD), the Greens and the Free Democratic party (FDP) on Wednesday gives a hint of how German could change – and how it could stay the same.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/nov/24/from-environment-to-economy-what-to-expect-from-new-german-government", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-11-24T19:21:23Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3707af08b6b01d9b7778eb8247cbe046" + "hash": "1b114187e50c8c41ac3f33cda4ca1c41" }, { - "title": "US rejects calls for regulating or banning ‘killer robots’", - "description": "

    US official proposes ‘non-binding code of conduct’ at United Nations but campaigners disagree

    The US has rejected calls for a binding agreement regulating or banning the use of “killer robots”, instead proposing a “code of conduct” at the United Nations.

    Speaking at a meeting in Geneva focused on finding common ground on the use of such so-called lethal autonomous weapons, a US official balked at the idea of regulating their use through a “legally-binding instrument”.

    Continue reading...", - "content": "

    US official proposes ‘non-binding code of conduct’ at United Nations but campaigners disagree

    The US has rejected calls for a binding agreement regulating or banning the use of “killer robots”, instead proposing a “code of conduct” at the United Nations.

    Speaking at a meeting in Geneva focused on finding common ground on the use of such so-called lethal autonomous weapons, a US official balked at the idea of regulating their use through a “legally-binding instrument”.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/02/us-rejects-calls-regulating-banning-killer-robots", - "creator": "AFP in Geneva", - "pubDate": "2021-12-02T21:08:30Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Key moments from the Ahmaud Arbery murder trial – video report", + "description": "

    A jury returned guilty verdicts in the trial of three white men accused of murdering Ahmaud Arbery in 2020.

    Allegedly believing him to be a burglar, Travis McMichael, his father Greg McMichael and their neighbour William 'Roddie' Bryan pursued Arbery through a south Georgia neighbourhood in their pickup trucks, before a confrontation in which Travis McMichael shot Arbery dead.

    In a case that has become part of the campaign for racial justice in the US, the defendants have pleaded not guilty to all charges claiming they acted in self-defense.

    Prosecutors have argued the men had no legal right to attempt to detain Arbery, who was unarmed and described by his family as an avid runner.

    The three men face life in prison if found guilty of murder.

    Continue reading...", + "content": "

    A jury returned guilty verdicts in the trial of three white men accused of murdering Ahmaud Arbery in 2020.

    Allegedly believing him to be a burglar, Travis McMichael, his father Greg McMichael and their neighbour William 'Roddie' Bryan pursued Arbery through a south Georgia neighbourhood in their pickup trucks, before a confrontation in which Travis McMichael shot Arbery dead.

    In a case that has become part of the campaign for racial justice in the US, the defendants have pleaded not guilty to all charges claiming they acted in self-defense.

    Prosecutors have argued the men had no legal right to attempt to detain Arbery, who was unarmed and described by his family as an avid runner.

    The three men face life in prison if found guilty of murder.

    Continue reading...", + "category": "Ahmaud Arbery", + "link": "https://www.theguardian.com/us-news/video/2021/nov/24/key-moments-from-the-ahmaud-arbery-trial-video-report", + "creator": "", + "pubDate": "2021-11-24T18:53:41Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "44bbc75163cb7ddbc5419d9fae70dba9" + "hash": "0a49acc62dafa4f28cd9c1e458ff08ea" }, { - "title": "Canada votes to ban LGBTQ ‘conversion therapy’", - "description": "

    Conservatives joined Liberals in unanimous vote, prompting applause in House of Commons

    Canadian lawmakers have passed a motion banning the discredited practice of “conversion therapy”, in a rare show of unanimity in the country’s parliament.

    A surprise motion on Wednesday by the opposition Conservatives to fast-track the legislation prompted applause in the House of Commons. A handful of Liberal cabinet ministers hugged their Conservative colleagues after the vote.

    Continue reading...", - "content": "

    Conservatives joined Liberals in unanimous vote, prompting applause in House of Commons

    Canadian lawmakers have passed a motion banning the discredited practice of “conversion therapy”, in a rare show of unanimity in the country’s parliament.

    A surprise motion on Wednesday by the opposition Conservatives to fast-track the legislation prompted applause in the House of Commons. A handful of Liberal cabinet ministers hugged their Conservative colleagues after the vote.

    Continue reading...", - "category": "LGBT rights", - "link": "https://www.theguardian.com/world/2021/dec/02/canada-votes-ban-lgbtq-conversion-therapy", - "creator": "Leyland Cecco in Toronto", - "pubDate": "2021-12-02T16:32:01Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Scientists warn of new Covid variant with high number of mutations", + "description": "

    The B.1.1.529 variant was first spotted in Botswana and six cases have been found in South Africa

    Scientists have said a new Covid variant that carries an “extremely high number” of mutations may drive further waves of disease by evading the body’s defences.

    Only 10 cases in three countries have been confirmed by genomic sequencing, but the variant has sparked serious concern among some researchers because a number of the mutations may help the virus evade immunity.

    Continue reading...", + "content": "

    The B.1.1.529 variant was first spotted in Botswana and six cases have been found in South Africa

    Scientists have said a new Covid variant that carries an “extremely high number” of mutations may drive further waves of disease by evading the body’s defences.

    Only 10 cases in three countries have been confirmed by genomic sequencing, but the variant has sparked serious concern among some researchers because a number of the mutations may help the virus evade immunity.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/24/scientists-warn-of-new-covid-variant-with-high-number-of-mutations", + "creator": "Ian Sample Science editor", + "pubDate": "2021-11-24T18:30:16Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d28e986ba1a2a9ce06e9827d125e62f" + "hash": "05d3cc0b707bec59187804cf51dd6c33" }, { - "title": "Facebook takes down Chinese network behind fake Swiss biologist Covid claims", - "description": "

    Meta says misinformation spread by fictional scientist called Wilson Edwards focused on US blaming pandemic on China

    Facebook’s owner has taken down a Chinese misinformation network that attempted to spread claims about coronavirus using a fake Swiss biologist.

    Meta, the parent organisation of Facebook and Instagram, said it had taken down more than 600 accounts linked to the network, which it said included a “coordinated cluster” of Chinese state employees.

    Continue reading...", - "content": "

    Meta says misinformation spread by fictional scientist called Wilson Edwards focused on US blaming pandemic on China

    Facebook’s owner has taken down a Chinese misinformation network that attempted to spread claims about coronavirus using a fake Swiss biologist.

    Meta, the parent organisation of Facebook and Instagram, said it had taken down more than 600 accounts linked to the network, which it said included a “coordinated cluster” of Chinese state employees.

    Continue reading...", - "category": "Meta", - "link": "https://www.theguardian.com/technology/2021/dec/02/facebook-owner-meta-takes-down-chinese-network-spreading-fake-covid-posts", - "creator": "Dan Milmo Global technology editor", - "pubDate": "2021-12-02T14:09:24Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Sweden’s first female prime minister resigns after less than 12 hours", + "description": "

    Magdalena Andersson quits on day one after the Green party withdraws support for her budget

    Sweden’s first female prime minister, the Social Democrat Magdalena Andersson, has resigned less than 12 hours into the job when her coalition collapsed, plunging the country into further political uncertainty.

    Andersson said a decision by the Green party, the junior party in the coalition, to quit had forced her to resign. She added that she had told the speaker of parliament she hoped to be appointed prime minister again as the head of a single-party government.

    Continue reading...", + "content": "

    Magdalena Andersson quits on day one after the Green party withdraws support for her budget

    Sweden’s first female prime minister, the Social Democrat Magdalena Andersson, has resigned less than 12 hours into the job when her coalition collapsed, plunging the country into further political uncertainty.

    Andersson said a decision by the Green party, the junior party in the coalition, to quit had forced her to resign. She added that she had told the speaker of parliament she hoped to be appointed prime minister again as the head of a single-party government.

    Continue reading...", + "category": "Sweden", + "link": "https://www.theguardian.com/world/2021/nov/24/swedens-first-female-prime-minister-resigns-after-less-than-12-hours", + "creator": "Agencies in Stockholm", + "pubDate": "2021-11-24T18:15:16Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5717a7453607c648e841837d1094c296" + "hash": "28a3271994e76de9a1722c03619cbbe4" }, { - "title": "Second US case of Omicron linked to New York anime convention", - "description": "
    • Vaccinations were required of all attending the event
    • New York governor responds: ‘New Yorkers, get vaccinated’

    Just a day after the US announced its first case of the Omicron variant of the coronavirus had been detected in California, health officials announced on Thursday it had also been found in a man who attended an anime convention in New York City in late November.

    The man tested positive after returning home to Minnesota, health officials in that state said. Officials in New York said they were working to trace those who attended the convention, held from 19 to 21 November at the city’s Jacob K Javits convention center. Vaccinations were required for the event.

    Continue reading...", - "content": "
    • Vaccinations were required of all attending the event
    • New York governor responds: ‘New Yorkers, get vaccinated’

    Just a day after the US announced its first case of the Omicron variant of the coronavirus had been detected in California, health officials announced on Thursday it had also been found in a man who attended an anime convention in New York City in late November.

    The man tested positive after returning home to Minnesota, health officials in that state said. Officials in New York said they were working to trace those who attended the convention, held from 19 to 21 November at the city’s Jacob K Javits convention center. Vaccinations were required for the event.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/02/omicron-first-case-new-york-anime-convention", - "creator": "Associated Press", - "pubDate": "2021-12-02T18:09:23Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Erdoğan gambles on economy amid protests and rocketing inflation", + "description": "

    Analysis: push for interest rate cuts has divided party and left Turkish president in precarious position, say experts

    Turkey’s president is gambling that a strong economic recovery from the pandemic will stay on track despite rocketing inflation that has hit living standards and sparked protests in major cities.

    The $750bn economy is on course to expand by 9% this year following a return of tourism and a surge in demand for exports that has pushed factory output to pre-pandemic levels.

    Continue reading...", + "content": "

    Analysis: push for interest rate cuts has divided party and left Turkish president in precarious position, say experts

    Turkey’s president is gambling that a strong economic recovery from the pandemic will stay on track despite rocketing inflation that has hit living standards and sparked protests in major cities.

    The $750bn economy is on course to expand by 9% this year following a return of tourism and a surge in demand for exports that has pushed factory output to pre-pandemic levels.

    Continue reading...", + "category": "Turkey", + "link": "https://www.theguardian.com/world/2021/nov/24/erdogan-gambles-on-economy-amid-protests-and-rocketing-inflation", + "creator": "Phillip Inman", + "pubDate": "2021-11-24T18:00:18Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "768b980e0a2e8c6e2eacc4dd94c6db33" + "hash": "74d628329f750bd120eab9750534b247" }, { - "title": "‘It became crystal clear they were lying’: the man who made Germans admit complicity in the Holocaust", - "description": "

    With Final Account, the late director Luke Holland set out to obtain testimonies from those who participated in the Nazi atrocities – before their voices were lost. The result is a powerful mix of shame, denial and ghastly pride

    One day in 2018, the prolific documentary producer John Battsek received a call from Diane Weyermann of Participant Media, asking him if he would travel to the East Sussex village of Ditchling to meet a 69-year-old director named Luke Holland. Weyermann said that Holland had spent several years interviewing hundreds of Germans who were in some way complicit in the Holocaust, from those whose homes neighboured the concentration camps to former members of the Waffen SS. The responses he captured ran the gamut from shame to denial to a ghastly kind of pride. Now he wanted to introduce these testimonies to a mainstream audience, and he needed help.

    “Luke wasn’t consciously making a film,” Battsek says. “He was amassing an archive that he hoped would have a role to play for generations to come. We had to turn it into something that has a beginning, a middle and an end.” As soon as he saw Holland’s footage, he knew it was important: “It presented an audience with a new way into this.”

    Continue reading...", - "content": "

    With Final Account, the late director Luke Holland set out to obtain testimonies from those who participated in the Nazi atrocities – before their voices were lost. The result is a powerful mix of shame, denial and ghastly pride

    One day in 2018, the prolific documentary producer John Battsek received a call from Diane Weyermann of Participant Media, asking him if he would travel to the East Sussex village of Ditchling to meet a 69-year-old director named Luke Holland. Weyermann said that Holland had spent several years interviewing hundreds of Germans who were in some way complicit in the Holocaust, from those whose homes neighboured the concentration camps to former members of the Waffen SS. The responses he captured ran the gamut from shame to denial to a ghastly kind of pride. Now he wanted to introduce these testimonies to a mainstream audience, and he needed help.

    “Luke wasn’t consciously making a film,” Battsek says. “He was amassing an archive that he hoped would have a role to play for generations to come. We had to turn it into something that has a beginning, a middle and an end.” As soon as he saw Holland’s footage, he knew it was important: “It presented an audience with a new way into this.”

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/02/it-became-crystal-clear-they-were-lying-the-man-who-made-germans-admit-complicity-in-the-holocaust", - "creator": "Dorian Lynskey", - "pubDate": "2021-12-02T16:00:34Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Battlefield 2042 review – war in the eye of the storm", + "description": "

    PC, Xbox One/Series X/S, PlayStation 4/5; Dice/EA
    In a series known for its scale and spectacle, climate change and technical issues are the new enemies

    They say war is hell, don’t they, and also that hell is other people. So perhaps we should all have seen the chaos coming, when Electronic Arts proudly announced that 128-player matches were coming to Battlefield. We should have learned from trying to board the tube at rush hour what 128 people all vying simultaneously to complete an objective feels like, and it’s not often pleasant. Battlefield 2042 has many problems, but much potential. The ingredients for awe-inspiring war games are here, but don’t always come together – at least, not yet.

    This venerable shooter series’ characteristic bombast and spectacle is alive and well. 2042 is set under the extreme weather conditions that ravage our near future, trigger the dissolution of most nation states, and begin a war fought by stateless “no-pats” what resources are left on Earth. Running headlong into a tornado with 63 other players while another 64 await you on the other side of its vortex will leave you feeling awestruck the first time. But it doesn’t serve a match of Conquest (capture control points) or Breakthrough (capture control points, but this time in order) particularly well.

    Continue reading...", + "content": "

    PC, Xbox One/Series X/S, PlayStation 4/5; Dice/EA
    In a series known for its scale and spectacle, climate change and technical issues are the new enemies

    They say war is hell, don’t they, and also that hell is other people. So perhaps we should all have seen the chaos coming, when Electronic Arts proudly announced that 128-player matches were coming to Battlefield. We should have learned from trying to board the tube at rush hour what 128 people all vying simultaneously to complete an objective feels like, and it’s not often pleasant. Battlefield 2042 has many problems, but much potential. The ingredients for awe-inspiring war games are here, but don’t always come together – at least, not yet.

    This venerable shooter series’ characteristic bombast and spectacle is alive and well. 2042 is set under the extreme weather conditions that ravage our near future, trigger the dissolution of most nation states, and begin a war fought by stateless “no-pats” what resources are left on Earth. Running headlong into a tornado with 63 other players while another 64 await you on the other side of its vortex will leave you feeling awestruck the first time. But it doesn’t serve a match of Conquest (capture control points) or Breakthrough (capture control points, but this time in order) particularly well.

    Continue reading...", + "category": "Games", + "link": "https://www.theguardian.com/games/2021/nov/24/battlefield-2042-review-war-pc-xbox-one-series-x-s-playstation-dice-ea", + "creator": "Phil Iwaniuk", + "pubDate": "2021-11-24T13:28:59Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "49ee50f79c8b9718c5966ce8ad361af9" + "hash": "4e7ac6b46fb3b2c863751544880c129c" }, { - "title": "How Meghan took personal risks in Mail on Sunday privacy victory", - "description": "

    Analysis: Duchess of Sussex says she faced ‘deception, intimidation and calculated attacks’ and suffered a miscarriage

    The privacy victory over the Mail on Sunday has seemingly exacted a toll on the Duchess of Sussex, who in vigorously pursuing the case went far further than any other present-day royal in taking on the tabloid culture.

    The court of appeal stressed “no expense” was spared in fighting and defending the legal action over publication of extensive extracts of her private letter to her estranged father. As losers, Associated Newspapers Limited (ANL), publishers of the newspaper and Mail Online, will bear the brunt.

    Continue reading...", - "content": "

    Analysis: Duchess of Sussex says she faced ‘deception, intimidation and calculated attacks’ and suffered a miscarriage

    The privacy victory over the Mail on Sunday has seemingly exacted a toll on the Duchess of Sussex, who in vigorously pursuing the case went far further than any other present-day royal in taking on the tabloid culture.

    The court of appeal stressed “no expense” was spared in fighting and defending the legal action over publication of extensive extracts of her private letter to her estranged father. As losers, Associated Newspapers Limited (ANL), publishers of the newspaper and Mail Online, will bear the brunt.

    Continue reading...", - "category": "Meghan, the Duchess of Sussex", - "link": "https://www.theguardian.com/uk-news/2021/dec/02/how-meghan-took-personal-risks-mail-on-sunday-privacy-victory", - "creator": "Caroline Davies", - "pubDate": "2021-12-02T15:17:41Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Belgian court awards damages to couple who had twins after IVF mix-up", + "description": "

    Parents wanted second child to act as bone marrow donor to their son but ended up with three

    A hospital in Belgium has been ordered to compensate a couple for their “shock” and “impoverishment” after they ended up having three children by IVF treatment due to a mistake in its fertility clinic.

    It is the first time the Belgian courts have found that a healthy child can be the cause of loss to parents.

    Continue reading...", + "content": "

    Parents wanted second child to act as bone marrow donor to their son but ended up with three

    A hospital in Belgium has been ordered to compensate a couple for their “shock” and “impoverishment” after they ended up having three children by IVF treatment due to a mistake in its fertility clinic.

    It is the first time the Belgian courts have found that a healthy child can be the cause of loss to parents.

    Continue reading...", + "category": "Belgium", + "link": "https://www.theguardian.com/world/2021/nov/24/belgian-court-awards-damages-to-couple-who-had-twins-after-ivf-mix-up", + "creator": "Daniel Boffey in Brussels", + "pubDate": "2021-11-24T13:28:39Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea0820d04e9bff6a2862b033638a7e12" + "hash": "067886867b9a348f87ceffba2a9a5b3e" }, { - "title": "We’re all so exhausted we need another word to describe quite how exhausted we feel | Brigid Delaney", - "description": "

    Like everyone else after 20 months of virus vigilance, I’m only now stopping to take a breath

    Hey, how are you?

    You’re tired? How tired?

    Continue reading...", - "content": "

    Like everyone else after 20 months of virus vigilance, I’m only now stopping to take a breath

    Hey, how are you?

    You’re tired? How tired?

    Continue reading...", - "category": "Health & wellbeing", - "link": "https://www.theguardian.com/commentisfree/2021/dec/03/were-all-so-exhausted-we-need-another-word-to-describe-quite-how-exhausted-we-feel", - "creator": "Brigid Delaney", - "pubDate": "2021-12-02T16:30:18Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Donald Trump calls Kyle Rittenhouse ‘really a nice young man’ after visit", + "description": "

    The teenager who was acquitted after killing two people in Kenosha visited the former president at his Mar-a-Lago resort

    A teenager acquitted of murdering two men and wounding another last year during racially based protests in Wisconsin reportedly visited Donald Trump at his Florida resort, with the former president describing Kyle Rittenhouse as “really a nice young man”.

    Trump revealed the visit in an interview with the TV show host Sean Hannity that aired on Fox News on Tuesday night. It was accompanied by a photograph of the pair together at Trump’s Mar-a-Lago resort in Palm Beach, where the former president lives.

    Continue reading...", + "content": "

    The teenager who was acquitted after killing two people in Kenosha visited the former president at his Mar-a-Lago resort

    A teenager acquitted of murdering two men and wounding another last year during racially based protests in Wisconsin reportedly visited Donald Trump at his Florida resort, with the former president describing Kyle Rittenhouse as “really a nice young man”.

    Trump revealed the visit in an interview with the TV show host Sean Hannity that aired on Fox News on Tuesday night. It was accompanied by a photograph of the pair together at Trump’s Mar-a-Lago resort in Palm Beach, where the former president lives.

    Continue reading...", + "category": "Kyle Rittenhouse", + "link": "https://www.theguardian.com/us-news/2021/nov/24/donald-trump-kyle-rittenhouse-really-a-nice-young-man-after-visit", + "creator": "Richard Luscombe in Miami", + "pubDate": "2021-11-24T13:27:23Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6746b1ee6d691d4f1c375f47c0bd73c0" + "hash": "2a589dff9991e6d2d3ae9dc40ec47e73" }, { - "title": "The world owes Yoko an apology! 10 things we learned from The Beatles: Get Back", - "description": "

    Peter Jackson’s eight-hour documentary on the Fab Four reveals Ringo is an amazing drummer, McCartney was a joy and their entourage were coolest of all

    The concept for Let It Be was: no concept. The Beatles arrived in an empty studio and wondered where the equipment was. (And revealed that they knew very little about setting up PA systems.) What were they rehearsing for? A show on the QE2? A concert on Primrose Hill? A TV special in Libya? A film? What would the set look like? Would it be made of plastic? Why, George Harrison wondered, were they being recorded? Get Back makes clear that the Beatles didn’t have a clue what to expect from Let It Be.

    Continue reading...", - "content": "

    Peter Jackson’s eight-hour documentary on the Fab Four reveals Ringo is an amazing drummer, McCartney was a joy and their entourage were coolest of all

    The concept for Let It Be was: no concept. The Beatles arrived in an empty studio and wondered where the equipment was. (And revealed that they knew very little about setting up PA systems.) What were they rehearsing for? A show on the QE2? A concert on Primrose Hill? A TV special in Libya? A film? What would the set look like? Would it be made of plastic? Why, George Harrison wondered, were they being recorded? Get Back makes clear that the Beatles didn’t have a clue what to expect from Let It Be.

    Continue reading...", - "category": "The Beatles", - "link": "https://www.theguardian.com/music/2021/dec/02/the-beatles-get-back-peter-jackson-documentary", - "creator": "Andy Welch", - "pubDate": "2021-12-02T16:48:21Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Covid live: France to announce new measures as cases surge; Italy ‘super green pass’ could restrict unvaccinated", + "description": "

    France is to announce new Covid measures on Thursday; Italy considering plans that would only permit those with proof of jab to get into venues

    The health service in the UK is considering “radical ideas” to help tackle the backlog of care that has built-up over the last few years and been exacerbated by the Covid pandemic. That includes the idea of sending patients to different regions for treatment, the chief executive of NHS Providers has said.

    But Chris Hopson told Times Radio it is more likely that people will be asked to go to neighbouring hospitals rather than different parts of the country. PA Media quote him saying:

    Everybody across the NHS recognises that having patients wait for their care is not an acceptable situation. There is a moral obligation on trusts and their leaders to make sure that they do everything they can, no stone unturned, to get through those care backlogs as quickly as possible.

    What we’re working on at the moment is a really comprehensive plan to get through those backlogs as fast as possible. And some of it will be all the traditional things that we do, which is: we will expand temporary capacity; we will ensure that we use overtime as much as possible; we will ensure that we use the capacity that sits in the independent sector.

    Continue reading...", + "content": "

    France is to announce new Covid measures on Thursday; Italy considering plans that would only permit those with proof of jab to get into venues

    The health service in the UK is considering “radical ideas” to help tackle the backlog of care that has built-up over the last few years and been exacerbated by the Covid pandemic. That includes the idea of sending patients to different regions for treatment, the chief executive of NHS Providers has said.

    But Chris Hopson told Times Radio it is more likely that people will be asked to go to neighbouring hospitals rather than different parts of the country. PA Media quote him saying:

    Everybody across the NHS recognises that having patients wait for their care is not an acceptable situation. There is a moral obligation on trusts and their leaders to make sure that they do everything they can, no stone unturned, to get through those care backlogs as quickly as possible.

    What we’re working on at the moment is a really comprehensive plan to get through those backlogs as fast as possible. And some of it will be all the traditional things that we do, which is: we will expand temporary capacity; we will ensure that we use overtime as much as possible; we will ensure that we use the capacity that sits in the independent sector.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/nov/24/covid-news-live-south-korea-reports-record-daily-cases-us-to-require-vaccination-proof-at-all-border-crossings", + "creator": "Miranda Bryant (now); Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-11-24T13:23:17Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1074a063752f93378db43890c5766eea" + "hash": "36289a6d31c0eec4377787a76e5f0c2c" }, { - "title": "West Side Story review – Spielberg’s triumphantly hyperreal remake", - "description": "

    Stunning recreations of the original film’s New York retain the songs and the dancing in a re-telling that will leave you gasping

    Steven Spielberg’s West Side Story 2.0 is an ecstatic act of ancestor-worship: a vividly dreamed, cunningly modified and visually staggering revival. No one but Spielberg could have brought it off, creating a movie in which Leonard Bernstein’s score and Stephen Sondheim’s lyrics blaze out with fierce new clarity. Spielberg retains María’s narcissistic I Feel Pretty, transplanted from the bridal workshop to a fancy department store where she’s working as a cleaner. This was the number whose Cowardian skittishness Sondheim himself had second thoughts about. But its confection is entirely palatable.

    Spielberg has worked with screenwriter Tony Kushner to change the original book by Arthur Laurents, tilting the emphases and giving new stretches of unsubtitled Spanish dialogue and keeping much of the visual idiom of Jerome Robbins’s stylised choreography. This new West Side Story isn’t updated historically yet neither is it a shot-for-shot remake. But daringly, and maybe almost defiantly, it reproduces the original period ambience with stunning digital fabrications of late-50s New York whose authentic detail co-exists with an unashamed theatricality. On the big screen the effect is hyperreal, as if you have somehow hallucinated your way back 70 years on to both the musical stage for the Broadway opening night and also the city streets outside. I couldn’t watch without gasping those opening “prologue” sequences, in which the camera drifts over the slum-clearance wreckage of Manhattan’s postwar Upper West Side, as if in a sci-fi mystery, with strangely familiar musical phrases echoing up from below ground.

    Continue reading...", - "content": "

    Stunning recreations of the original film’s New York retain the songs and the dancing in a re-telling that will leave you gasping

    Steven Spielberg’s West Side Story 2.0 is an ecstatic act of ancestor-worship: a vividly dreamed, cunningly modified and visually staggering revival. No one but Spielberg could have brought it off, creating a movie in which Leonard Bernstein’s score and Stephen Sondheim’s lyrics blaze out with fierce new clarity. Spielberg retains María’s narcissistic I Feel Pretty, transplanted from the bridal workshop to a fancy department store where she’s working as a cleaner. This was the number whose Cowardian skittishness Sondheim himself had second thoughts about. But its confection is entirely palatable.

    Spielberg has worked with screenwriter Tony Kushner to change the original book by Arthur Laurents, tilting the emphases and giving new stretches of unsubtitled Spanish dialogue and keeping much of the visual idiom of Jerome Robbins’s stylised choreography. This new West Side Story isn’t updated historically yet neither is it a shot-for-shot remake. But daringly, and maybe almost defiantly, it reproduces the original period ambience with stunning digital fabrications of late-50s New York whose authentic detail co-exists with an unashamed theatricality. On the big screen the effect is hyperreal, as if you have somehow hallucinated your way back 70 years on to both the musical stage for the Broadway opening night and also the city streets outside. I couldn’t watch without gasping those opening “prologue” sequences, in which the camera drifts over the slum-clearance wreckage of Manhattan’s postwar Upper West Side, as if in a sci-fi mystery, with strangely familiar musical phrases echoing up from below ground.

    Continue reading...", - "category": "West Side Story (2021)", - "link": "https://www.theguardian.com/film/2021/dec/02/west-side-story-review-steven-spielberg", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-02T14:00:32Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "German parties agree coalition deal to make Olaf Scholz chancellor", + "description": "

    Social Democrat, Green and liberal parties agree to form government after two months of talks

    Germany’s Social Democrat, Green and liberal parties have agreed on a deal to form a new government that will see Olaf Scholz, the current finance minister, succeed Angela Merkel as the country’s new leader, local media has reported.

    The three parties, known collectively as the “traffic light coalition” due to their colours – red, green and yellow – are due to present their agreement on Wednesday afternoon in Berlin.

    Continue reading...", + "content": "

    Social Democrat, Green and liberal parties agree to form government after two months of talks

    Germany’s Social Democrat, Green and liberal parties have agreed on a deal to form a new government that will see Olaf Scholz, the current finance minister, succeed Angela Merkel as the country’s new leader, local media has reported.

    The three parties, known collectively as the “traffic light coalition” due to their colours – red, green and yellow – are due to present their agreement on Wednesday afternoon in Berlin.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/nov/24/german-parties-agree-coalition-deal-to-make-olaf-scholz-chancellor", + "creator": "Kate Connolly Berlin", + "pubDate": "2021-11-24T13:06:12Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c479dfdd4acdc44687a6412b6d7c39c4" + "hash": "080895faa5a86994a5123e5a45a0598c" }, { - "title": "‘It is phenomenal’: Farne Islands seal numbers expected to reach new high", - "description": "

    National Trust rangers predict record year as they begin count of grey seal pups

    “This is what it’s all about,” said Richard Bevan, beaming. “To see this many seals when 10 years ago there would not have been any.”

    Bevan is a zoologist surveying the shore of Inner Farne island off the coast of north Northumberland. As far as the eye can sea there are about 100 female grey seals and their dependant pups. In the water hopeful males splash about, none more obvious than a dominant bull with a roman nose and scar. “We’ve called him Pacino,” said a ranger.

    Continue reading...", - "content": "

    National Trust rangers predict record year as they begin count of grey seal pups

    “This is what it’s all about,” said Richard Bevan, beaming. “To see this many seals when 10 years ago there would not have been any.”

    Bevan is a zoologist surveying the shore of Inner Farne island off the coast of north Northumberland. As far as the eye can sea there are about 100 female grey seals and their dependant pups. In the water hopeful males splash about, none more obvious than a dominant bull with a roman nose and scar. “We’ve called him Pacino,” said a ranger.

    Continue reading...", - "category": "Marine life", - "link": "https://www.theguardian.com/environment/2021/dec/02/it-is-phenomenal-farne-islands-seal-numbers-expected-to-reach-new-high", - "creator": "Mark Brown in Inner Farne", - "pubDate": "2021-12-02T12:26:02Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "UK Covid scheme indirectly discriminated against maternity leave takers, court rules", + "description": "

    But ruling will not allow self-employed women whose income support was hit during pandemic to claim rebates

    Tens of thousands of self-employed women who took maternity leave were indirectly discriminated against by the UK government during the pandemic but will be unable to claim rebates, the court of appeal has ruled.

    The speed at which civil servants had to create a safety net for workers justified their actions, three judges found.

    Continue reading...", + "content": "

    But ruling will not allow self-employed women whose income support was hit during pandemic to claim rebates

    Tens of thousands of self-employed women who took maternity leave were indirectly discriminated against by the UK government during the pandemic but will be unable to claim rebates, the court of appeal has ruled.

    The speed at which civil servants had to create a safety net for workers justified their actions, three judges found.

    Continue reading...", + "category": "Court of appeal", + "link": "https://www.theguardian.com/law/2021/nov/24/uk-covid-scheme-indirectly-discriminated-against-maternity-leave-takers-court-rules", + "creator": "Alexandra Topping", + "pubDate": "2021-11-24T12:45:49Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "80d7a9832ec9680744edc3c09df8d010" + "hash": "bee6a51aeec40fd501b2212bd3e39c31" }, { - "title": "Labour’s main union backer says it will cut political funding", - "description": "

    Exclusive: Sharon Graham, Unite’s boss, believes union’s money would be better spent on members’ causes

    Labour’s biggest funder, Unite, will cut political donations to the party and divert the money to other leftwing causes, the union’s new general secretary, Sharon Graham, has warned.

    In a move that could blow a hole in Keir Starmer’s general election war chest, Graham said that while Unite would still pay £1m in affiliation fees to Labour, “there’s a lot of other money that we use from our political fund where, actually, I’m not sure we’re getting the best value for it”.

    Continue reading...", - "content": "

    Exclusive: Sharon Graham, Unite’s boss, believes union’s money would be better spent on members’ causes

    Labour’s biggest funder, Unite, will cut political donations to the party and divert the money to other leftwing causes, the union’s new general secretary, Sharon Graham, has warned.

    In a move that could blow a hole in Keir Starmer’s general election war chest, Graham said that while Unite would still pay £1m in affiliation fees to Labour, “there’s a lot of other money that we use from our political fund where, actually, I’m not sure we’re getting the best value for it”.

    Continue reading...", - "category": "Unite", - "link": "https://www.theguardian.com/uk-news/2021/dec/02/labours-main-union-backer-says-it-will-cut-political-funding", - "creator": "Randeep Ramesh and Heather Stewart", - "pubDate": "2021-12-02T20:01:04Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "El Salvador rights groups fear repression after raids on seven offices", + "description": "

    NGOs believe raids, officially part of an embezzlement inquiry, are an attempt to ‘criminalise social movements’

    Rights activists in El Salvador said they will not be pressured into silence after prosecutors raided the offices of seven charities and groups in the Central American country.

    “They’re trying to criminalise social movements,” said Morena Herrera, a prominent women’s rights activist. “They can’t accept that they are in support of a better El Salvador.”

    Continue reading...", + "content": "

    NGOs believe raids, officially part of an embezzlement inquiry, are an attempt to ‘criminalise social movements’

    Rights activists in El Salvador said they will not be pressured into silence after prosecutors raided the offices of seven charities and groups in the Central American country.

    “They’re trying to criminalise social movements,” said Morena Herrera, a prominent women’s rights activist. “They can’t accept that they are in support of a better El Salvador.”

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/24/el-salvador-rights-groups-fear-repression-after-raids-on-seven-offices", + "creator": "Joe Parkin Daniels", + "pubDate": "2021-11-24T12:44:58Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c23e3e3f28bd31d06e2f6b0ec7dfbded" + "hash": "e3ac685822e33ec7b27241b7204f7b80" }, { - "title": "France rejects idea of joint patrols with UK forces on Calais coast", - "description": "

    Boris Johnson proposal rebuffed with suggestion he offer legal alternatives to reduce risky Channel crossings

    France has formally rejected Boris Johnson’s proposal for British forces to conduct joint border patrols around Calais to deter migrants from crossing the Channel.

    In a letter to Johnson, Jean Castex, the French prime minister, suggested the UK should instead focus on reforming its own systems to offer “legal immigration paths” for people wishing to come to the country instead of risking the perilous crossing.

    Continue reading...", - "content": "

    Boris Johnson proposal rebuffed with suggestion he offer legal alternatives to reduce risky Channel crossings

    France has formally rejected Boris Johnson’s proposal for British forces to conduct joint border patrols around Calais to deter migrants from crossing the Channel.

    In a letter to Johnson, Jean Castex, the French prime minister, suggested the UK should instead focus on reforming its own systems to offer “legal immigration paths” for people wishing to come to the country instead of risking the perilous crossing.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/02/france-rejects-idea-of-british-patrols-along-calais-beaches", - "creator": "Léonie Chao-Fong", - "pubDate": "2021-12-02T23:24:30Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Boris Johnson accused of flouting request to wear mask at theatre", + "description": "

    Exclusive: Audience member at Almeida theatre says PM was not wearing mask during Macbeth performance

    Boris Johnson once again flouted official requests to wear a mask as he watched a performance of Macbeth at a busy theatre in north London on Tuesday night, witnesses say.

    The prime minister was in the audience to see the Shakespearean tragedy at the Almeida theatre in Islington, after a torrid few days in which backbench Tories have accused him of losing the plot.

    Continue reading...", + "content": "

    Exclusive: Audience member at Almeida theatre says PM was not wearing mask during Macbeth performance

    Boris Johnson once again flouted official requests to wear a mask as he watched a performance of Macbeth at a busy theatre in north London on Tuesday night, witnesses say.

    The prime minister was in the audience to see the Shakespearean tragedy at the Almeida theatre in Islington, after a torrid few days in which backbench Tories have accused him of losing the plot.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/nov/24/boris-johnson-accused-of-flouting-request-to-wear-mask-at-theatre", + "creator": "Rowena Mason Deputy political editor", + "pubDate": "2021-11-24T12:09:24Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1d923497021c1828db168644a4c7d08" + "hash": "7df20e51cb02566802cc76986f7ab04e" }, { - "title": "The Guardian view on Sudan: yes, it was a coup. No, it isn’t over | Editorial", - "description": "

    Though the deposed civilian prime minister has returned, the military is still calling the shots

    Coups are always something other people do. So Sudan’s army chief, Abdel Fattah al-Burhan, has insisted that the removal and detention of the prime minister and other politicians in October “was not a coup”. Instead, it was “correcting the track of the transition” that began with the ousting of Omar al-Bashir in 2019 following mass protests, and his replacement with interim arrangements under which the military and civilians shared power, uncomfortably.

    The tens of thousands who protested against military rule in Khartoum and other cities on Tuesday disagree with the general’s analysis. Though the military has now reinstated the prime minister, Abdalla Hamdok, his former allies see him as a Potemkin leader whose presence whitewashes rather than reverses the coup. Twelve ministers, including those for foreign affairs and justice, resigned in protest at the deal; the Sudanese Professionals Association (SPA), one of the leading protest groups, called it “treacherous”. The deal does not appear to mention the Forces for Freedom and Change, the civilian coalition that ousted Mr Bashir. Nor is it believed to specify when the military will hand power to an elected civilian government, though it now claims that there will be elections in 2023.

    Continue reading...", - "content": "

    Though the deposed civilian prime minister has returned, the military is still calling the shots

    Coups are always something other people do. So Sudan’s army chief, Abdel Fattah al-Burhan, has insisted that the removal and detention of the prime minister and other politicians in October “was not a coup”. Instead, it was “correcting the track of the transition” that began with the ousting of Omar al-Bashir in 2019 following mass protests, and his replacement with interim arrangements under which the military and civilians shared power, uncomfortably.

    The tens of thousands who protested against military rule in Khartoum and other cities on Tuesday disagree with the general’s analysis. Though the military has now reinstated the prime minister, Abdalla Hamdok, his former allies see him as a Potemkin leader whose presence whitewashes rather than reverses the coup. Twelve ministers, including those for foreign affairs and justice, resigned in protest at the deal; the Sudanese Professionals Association (SPA), one of the leading protest groups, called it “treacherous”. The deal does not appear to mention the Forces for Freedom and Change, the civilian coalition that ousted Mr Bashir. Nor is it believed to specify when the military will hand power to an elected civilian government, though it now claims that there will be elections in 2023.

    Continue reading...", - "category": "Sudan", - "link": "https://www.theguardian.com/commentisfree/2021/dec/02/the-guardian-view-on-sudan-yes-it-was-a-coup-no-it-isnt-over", - "creator": "Editorial", - "pubDate": "2021-12-02T18:42:32Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How to make shortbread – recipe | Felicity Cloake's masterclass", + "description": "

    Christmas shortbread as made by our resident perfectionist, with a few choices of festive flavourings

    The world may have gone mad for spiced speculoos this year, but, for me, Christmas will always be all about two biscuits: gingerbread, for decorations, and shortbread, for actual consumption. Easy to make and a genuine crowdpleaser, shortbread will keep well for several weeks, which makes it the gift that keeps on giving well into the dark days of January. Not that it’ll last that long.

    Prep 15 min
    Chill 20 min
    Cook 30 min-1 hr
    Makes About 24

    Continue reading...", + "content": "

    Christmas shortbread as made by our resident perfectionist, with a few choices of festive flavourings

    The world may have gone mad for spiced speculoos this year, but, for me, Christmas will always be all about two biscuits: gingerbread, for decorations, and shortbread, for actual consumption. Easy to make and a genuine crowdpleaser, shortbread will keep well for several weeks, which makes it the gift that keeps on giving well into the dark days of January. Not that it’ll last that long.

    Prep 15 min
    Chill 20 min
    Cook 30 min-1 hr
    Makes About 24

    Continue reading...", + "category": "Food", + "link": "https://www.theguardian.com/food/2021/nov/24/how-to-make-shortbread-recipe-felicity-cloake-masterclass", + "creator": "Felicity Cloake", + "pubDate": "2021-11-24T12:00:44Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14a1bb7a25add9850a93fe4f35d194c0" + "hash": "627973766c8e230c8217f2b42daad00d" }, { - "title": "Covid live: 10 more Omicron cases in UK amid 53,945 new infections; German ‘lockdown’ for unvaccinated", - "description": "

    Germany is seeking to break a surge in coronavirus infections; Biden announces plan for boosters for 100 million Americans

    Some Covid numbers from Germany are now in.

    The European nation reported another 73,209 new Covid cases for Wednesday and 388 deaths, according to data from the Robert Koch Institute.

    Continue reading...", - "content": "

    Germany is seeking to break a surge in coronavirus infections; Biden announces plan for boosters for 100 million Americans

    Some Covid numbers from Germany are now in.

    The European nation reported another 73,209 new Covid cases for Wednesday and 388 deaths, according to data from the Robert Koch Institute.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/02/coronavirus-news-live-south-africa-sees-exponential-increase-in-covid-cases-dominated-by-omicron-variant", - "creator": "Léonie Chao-Fong (now); Lucy Campbell, Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-12-02T20:51:10Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "French footballer Karim Benzema guilty in sex tape extortion scandal", + "description": "

    Real Madrid star given suspended jail sentence and €75,000 fine for complicity in attempted blackmail

    The French international footballer Karim Benzema has received a one-year suspended jail sentence and been fined €75,000 (£63,000) for his involvement in a sex tape extortion scandal that shocked French sport.

    A Versailles court on Wednesday found Benzema guilty of complicity in attempted blackmail against his French teammate Mathieu Valbuena over a video thought to have been stolen from Valbuena’s mobile phone.

    Continue reading...", + "content": "

    Real Madrid star given suspended jail sentence and €75,000 fine for complicity in attempted blackmail

    The French international footballer Karim Benzema has received a one-year suspended jail sentence and been fined €75,000 (£63,000) for his involvement in a sex tape extortion scandal that shocked French sport.

    A Versailles court on Wednesday found Benzema guilty of complicity in attempted blackmail against his French teammate Mathieu Valbuena over a video thought to have been stolen from Valbuena’s mobile phone.

    Continue reading...", + "category": "France", + "link": "https://www.theguardian.com/world/2021/nov/24/french-footballer-karim-benzema-guilty-sex-tape-extortion-scandal", + "creator": "Angelique Chrisafis in Paris", + "pubDate": "2021-11-24T11:56:53Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21224600b67d6fcf180445741dd7ba91" + "hash": "a474126ad8edcf85bb2f3eab01a28920" }, { - "title": "Late-season wildfire rips through Montana farming town", - "description": "

    Dozens of homes and four historic grain elevators burned as fire agencies continue to battle wind-driven blaze

    A late-season wildfire that came amid unseasonably warm weather and was pushed by strong winds ripped through a tiny central Montana farming town overnight, burning 24 homes and four grain elevators that had stood for more than a century.

    Officials were assessing the damage in Denton on Thursday morning while crews continued to fight the fire.

    Continue reading...", - "content": "

    Dozens of homes and four historic grain elevators burned as fire agencies continue to battle wind-driven blaze

    A late-season wildfire that came amid unseasonably warm weather and was pushed by strong winds ripped through a tiny central Montana farming town overnight, burning 24 homes and four grain elevators that had stood for more than a century.

    Officials were assessing the damage in Denton on Thursday morning while crews continued to fight the fire.

    Continue reading...", - "category": "Montana", - "link": "https://www.theguardian.com/us-news/2021/dec/02/montana-wildfire-denton-damage-evacuation", - "creator": "Guardian staff and agencies", - "pubDate": "2021-12-02T23:58:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Brother pays tribute to Bobbi-Anne McLeod after body found", + "description": "

    Lee McLeod describes 18-year-old who went missing in Plymouth as ‘beautiful and talented’

    The brother of an 18-year-old woman whose body was found three days after she went missing near her home in Devon has led tributes to her, describing her as “beautiful and talented”.

    Police in Plymouth launched a murder inquiry after finding a body believed to be that of Bobbi-Anne McLeod. Two men aged 24 and 26 have been arrested.

    Continue reading...", + "content": "

    Lee McLeod describes 18-year-old who went missing in Plymouth as ‘beautiful and talented’

    The brother of an 18-year-old woman whose body was found three days after she went missing near her home in Devon has led tributes to her, describing her as “beautiful and talented”.

    Police in Plymouth launched a murder inquiry after finding a body believed to be that of Bobbi-Anne McLeod. Two men aged 24 and 26 have been arrested.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/nov/24/brother-pays-tribute-to-bobbi-anne-mcleod-after-body-found", + "creator": "Steven Morris", + "pubDate": "2021-11-24T11:48:38Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f49b1ffd73284fee41bec7fb471561a" + "hash": "5800e0249afb49d7ab801f155a1935d0" }, { - "title": "Australia live news update: Labor sets 2030 emissions target of 43%; Victoria records 1,188 new Covid cases and 11 deaths; 337 cases in NSW", - "description": "

    Labor sets 2030 emissions reduction target ahead of climate policy reveal; no changes to booster shot rollout as NSW fears first local transmission of Omicron; Victoria records 1,188 Covid cases and 11 deaths; 337 new cases in NSW; Nationals MP Damian Drum to quit parliament. Follow all the day’s developments

    Federal health minister Greg Hunt has said all the Omicron cases in Australia have been “asymptomatic or very mild”.

    Hunt was on Sunrise this morning, saying authorities were “cautiously optimistic”.

    Often with diseases ... they become perhaps more transmissible but milder or less severe. If that is the case then that might be a positive direction.

    I certainly hope so. He’s a great minister. He’s got a great mind. I think if you speak to people within the Indigenous community, where he used to work, particularly in children’s education, he has a great passion for education.

    I’ve always found Alan to be a very honourable and decent man. He’s had an extramarital affair, a consensual one. He’s made a mistake. It’s cost him his marriage. There’s a lot of embarrassment on both sides, I have no doubt.

    Continue reading...", - "content": "

    Labor sets 2030 emissions reduction target ahead of climate policy reveal; no changes to booster shot rollout as NSW fears first local transmission of Omicron; Victoria records 1,188 Covid cases and 11 deaths; 337 new cases in NSW; Nationals MP Damian Drum to quit parliament. Follow all the day’s developments

    Federal health minister Greg Hunt has said all the Omicron cases in Australia have been “asymptomatic or very mild”.

    Hunt was on Sunrise this morning, saying authorities were “cautiously optimistic”.

    Often with diseases ... they become perhaps more transmissible but milder or less severe. If that is the case then that might be a positive direction.

    I certainly hope so. He’s a great minister. He’s got a great mind. I think if you speak to people within the Indigenous community, where he used to work, particularly in children’s education, he has a great passion for education.

    I’ve always found Alan to be a very honourable and decent man. He’s had an extramarital affair, a consensual one. He’s made a mistake. It’s cost him his marriage. There’s a lot of embarrassment on both sides, I have no doubt.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/03/australia-live-news-update-covid-omicron-nsw-victoria-scott-morrison-labor", - "creator": "Mostafa Rachwani", - "pubDate": "2021-12-03T00:16:19Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Norwegian journalists reporting on World Cup workers arrested in Qatar", + "description": "

    Pair investigating conditions for labourers detained as they tried to fly home

    Two Norwegian journalists investigating conditions for migrant workers in Qatar ahead of the 2022 Fifa World Cup were arrested and detained for 36 hours as they tried to leave the country, Norwegian media have reported.

    The VG newspaper reported that Halvor Ekeland, a sports journalist for the public broadcaster NRK, and Lokman Ghorbani, an NRK cameraman, were picked up by police late on Sunday as they were preparing to leave for Doha airport.

    Continue reading...", + "content": "

    Pair investigating conditions for labourers detained as they tried to fly home

    Two Norwegian journalists investigating conditions for migrant workers in Qatar ahead of the 2022 Fifa World Cup were arrested and detained for 36 hours as they tried to leave the country, Norwegian media have reported.

    The VG newspaper reported that Halvor Ekeland, a sports journalist for the public broadcaster NRK, and Lokman Ghorbani, an NRK cameraman, were picked up by police late on Sunday as they were preparing to leave for Doha airport.

    Continue reading...", + "category": "Qatar", + "link": "https://www.theguardian.com/world/2021/nov/24/norwegian-journalists-reporting-labourers-qatar-world-cup-arrested", + "creator": "Jon Henley", + "pubDate": "2021-11-24T11:03:00Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d270a5bf58f896cb6458f473a85822e" + "hash": "3b166d65b643b4ff06f2a4b39b743169" }, { - "title": "Refugees forced to claim asylum in ‘jail-like’ camps as Greece tightens system", - "description": "

    Aid agencies fear plans to scrap applications via Skype are an attempt to control and contain rather than help asylum seekers

    When Hadi Karam*, a soft-spoken Syrian, decided to leave the war-stricken city of Raqqa, he knew the journey to Europe would be risky. What he had not factored in was how technology would be a stumbling block once he reached Greece.

    “I never thought Skype would be the problem,” says the young professional, recounting his family’s ordeal trying to contact asylum officers in the country. “You ring and ring and ring. Weeks and weeks go by, and there is never any answer.”

    Continue reading...", - "content": "

    Aid agencies fear plans to scrap applications via Skype are an attempt to control and contain rather than help asylum seekers

    When Hadi Karam*, a soft-spoken Syrian, decided to leave the war-stricken city of Raqqa, he knew the journey to Europe would be risky. What he had not factored in was how technology would be a stumbling block once he reached Greece.

    “I never thought Skype would be the problem,” says the young professional, recounting his family’s ordeal trying to contact asylum officers in the country. “You ring and ring and ring. Weeks and weeks go by, and there is never any answer.”

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/01/refugees-forced-to-claim-asylum-in-jail-like-camps-as-greece-tightens-system", - "creator": "Helena Smith in Athens", - "pubDate": "2021-12-01T13:21:42Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "George Christensen advocates for civil disobedience as vaccine mandates rock Coalition", + "description": "

    Labor leader calls on Morrison to condemn member for Dawson after he likened mandates to decrees by ‘Hitler and Pol Pot’

    Scott Morrison is continuing to battle insurgencies within his own ranks, with Queensland National George Christensen sanctioning civil disobedience in response to vaccine mandates, and veteran Victorian Liberal Russell Broadbent declaring mandates “without reasonable exemptions are not only unconscionable, they are criminal”.

    Senior ministers on Wednesday persuaded two rebel Liberal senators, Gerard Rennick and Alex Antic, who have threatened to withhold support for government legislation, to support the government on procedural votes during the final sitting fortnight. The government has agreed to a tweak to the vaccine indemnity scheme.

    Continue reading...", + "content": "

    Labor leader calls on Morrison to condemn member for Dawson after he likened mandates to decrees by ‘Hitler and Pol Pot’

    Scott Morrison is continuing to battle insurgencies within his own ranks, with Queensland National George Christensen sanctioning civil disobedience in response to vaccine mandates, and veteran Victorian Liberal Russell Broadbent declaring mandates “without reasonable exemptions are not only unconscionable, they are criminal”.

    Senior ministers on Wednesday persuaded two rebel Liberal senators, Gerard Rennick and Alex Antic, who have threatened to withhold support for government legislation, to support the government on procedural votes during the final sitting fortnight. The government has agreed to a tweak to the vaccine indemnity scheme.

    Continue reading...", + "category": "Coalition", + "link": "https://www.theguardian.com/australia-news/2021/nov/24/george-christensen-advocates-for-civil-disobedience-as-vaccine-mandates-rock-coalition", + "creator": "Katharine Murphy and Paul Karp", + "pubDate": "2021-11-24T10:38:18Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "99b43a7f17a1770cf57fedc2800ef493" + "hash": "80cb7ae7ed19ed47c3a885df8f19c6eb" }, { - "title": "Activists call for revolution in ‘dated and colonial’ aid funding", - "description": "

    Aspen Institute’s New Voices want donors to exercise humility and trust those receiving grants to know what their communities need

    Aid donors are being urged to revolutionise the way money is spent to move away from colonial ideas and create meaningful change.

    Ahead of a two-day conference this week, activists from Africa, Asia and Latin America have called on public and private global health donors – including governments, the United Nations, private philanthropists and international organisations – to prioritise funding for programmes driven by the needs of the community involved, rather than dictated by preconceived objectives.

    Continue reading...", - "content": "

    Aspen Institute’s New Voices want donors to exercise humility and trust those receiving grants to know what their communities need

    Aid donors are being urged to revolutionise the way money is spent to move away from colonial ideas and create meaningful change.

    Ahead of a two-day conference this week, activists from Africa, Asia and Latin America have called on public and private global health donors – including governments, the United Nations, private philanthropists and international organisations – to prioritise funding for programmes driven by the needs of the community involved, rather than dictated by preconceived objectives.

    Continue reading...", - "category": "Global health", - "link": "https://www.theguardian.com/global-development/2021/dec/01/activists-call-for-revolution-in-dated-and-colonial-aid-funding", - "creator": "Liz Ford", - "pubDate": "2021-12-01T10:17:48Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘People are nasty as hell on there’: the battle to close Tattle – the most hate-filled corner of the web", + "description": "

    The gossip forum Tattle Life is a trolls’ paradise, created to scrutinise the lives of influencers. It has made a lot of enemies. Will one of them bring it down?

    Abbie Draper was so excited when she heard there was to be a big Tattle reveal that she set a reminder on her phone. On Friday, 1 October, at 7pm, Andy Malone was going to reveal the identity of the founder of the notorious website Tattle Life – the mysterious “Helen”.

    Founded in 2018, Tattle Life is a gossip forum dedicated to dissecting the lives of women in the public eye. Quietly, without mainstream recognition, Tattle has become one of the most-visited – and hate-filled – websites in the UK. There were 43.2m visits to Tattle in the last six months alone, mostly from British users. (Almost all the people discussed on Tattle are British.)

    Continue reading...", + "content": "

    The gossip forum Tattle Life is a trolls’ paradise, created to scrutinise the lives of influencers. It has made a lot of enemies. Will one of them bring it down?

    Abbie Draper was so excited when she heard there was to be a big Tattle reveal that she set a reminder on her phone. On Friday, 1 October, at 7pm, Andy Malone was going to reveal the identity of the founder of the notorious website Tattle Life – the mysterious “Helen”.

    Founded in 2018, Tattle Life is a gossip forum dedicated to dissecting the lives of women in the public eye. Quietly, without mainstream recognition, Tattle has become one of the most-visited – and hate-filled – websites in the UK. There were 43.2m visits to Tattle in the last six months alone, mostly from British users. (Almost all the people discussed on Tattle are British.)

    Continue reading...", + "category": "Cyberbullying", + "link": "https://www.theguardian.com/society/2021/nov/24/people-nasty-as-hell-on-there-battle-close-tattle-most-hate-filled-corner-web", + "creator": "Sirin Kale", + "pubDate": "2021-11-24T10:00:42Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ebaf680860f7c42416e2b3534a753b39" + "hash": "b2023119d8d88f26f42c5d2fe0ce83c8" }, { - "title": "Even after 40 years the response to Aids in many countries is still held back by stigma | Hakima Himmich and Mike Podmore", - "description": "

    It is hard to protect yourself from HIV when having sterile syringes or condoms can lead to arrest: discrimination is restricting progress in eliminating HIV

    Forty years after the first cases of Aids were discovered, goals for its global elimination have yet to be achieved. In 2020, nearly 700,000 people died of Aids-related illnesses and 1.5 million people were newly infected with HIV.

    This is despite scientific and medical advances in the testing, treatment and care of people living with HIV.

    Continue reading...", - "content": "

    It is hard to protect yourself from HIV when having sterile syringes or condoms can lead to arrest: discrimination is restricting progress in eliminating HIV

    Forty years after the first cases of Aids were discovered, goals for its global elimination have yet to be achieved. In 2020, nearly 700,000 people died of Aids-related illnesses and 1.5 million people were newly infected with HIV.

    This is despite scientific and medical advances in the testing, treatment and care of people living with HIV.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/dec/01/response-aids-hiv-stigma-discrimination-drug-use-homophobia", - "creator": "Hakima Himmich and Mike Podmore", - "pubDate": "2021-12-01T07:00:04Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Readers review Adele’s 30: ‘so powerful’ or a ‘depressive black hole’?", + "description": "

    It’s the biggest album of the year – and Guardian readers are split on whether Adele’s latest magnum mope-us is raw or overdone

    It’s so upfront and honest. You know exactly the story she’s telling, and even if you haven’t experienced divorce yourself, you feel every word of it. Her voice is sounding better than it’s ever done, using so much more of her range – just listen to Love is A Game. Gone are the lofty metaphors that hint at heartbreak, replaced with extremely raw and naked lyrics that welcome you in to her experiences. I think it’s much more poetic than before. Best album so far.

    Continue reading...", + "content": "

    It’s the biggest album of the year – and Guardian readers are split on whether Adele’s latest magnum mope-us is raw or overdone

    It’s so upfront and honest. You know exactly the story she’s telling, and even if you haven’t experienced divorce yourself, you feel every word of it. Her voice is sounding better than it’s ever done, using so much more of her range – just listen to Love is A Game. Gone are the lofty metaphors that hint at heartbreak, replaced with extremely raw and naked lyrics that welcome you in to her experiences. I think it’s much more poetic than before. Best album so far.

    Continue reading...", + "category": "Adele", + "link": "https://www.theguardian.com/music/2021/nov/24/readers-review-adeles-30-so-powerful-or-a-depressive-black-hole", + "creator": "Guardian readers, Rachel Obordo and Alfie Packham", + "pubDate": "2021-11-24T09:30:41Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f20e212d553c25d2e34b964f3ed037d" + "hash": "12fa66a6cf34d43efaf837248874dad8" }, { - "title": "When did Omicron Covid variant arrive in UK and is it spreading?", - "description": "

    Analysis: scientists are working full tilt to answer these vital questions that may give clues as to what is to come

    As new cases of Omicron continue to emerge in the UK, scientists are working full tilt to answer two vital questions: when did the variant arrive and is it spreading?

    While at first glance those queries may seem less important than those around vaccine effectiveness or disease severity, the answers may give important clues as to what is to come.

    Continue reading...", - "content": "

    Analysis: scientists are working full tilt to answer these vital questions that may give clues as to what is to come

    As new cases of Omicron continue to emerge in the UK, scientists are working full tilt to answer two vital questions: when did the variant arrive and is it spreading?

    While at first glance those queries may seem less important than those around vaccine effectiveness or disease severity, the answers may give important clues as to what is to come.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/01/when-did-omicron-variant-arrive-in-uk-and-is-it-spreading", - "creator": "Nicola Davis, Ian Sample and Libby Brooks", - "pubDate": "2021-12-01T09:31:53Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Nasa launches spacecraft in first ever mission to deflect asteroid", + "description": "

    Spacecraft heads off on 6.8m-mile journey to crash into moonlet Dimorphos in test to see if asteroids can be diverted from collision with Earth

    A spacecraft that must ultimately crash in order to succeed lifted off late on Tuesday from California on a Nasa mission to demonstrate the world’s first planetary defence system.

    Carried aboard a SpaceX-owned Falcon 9 rocket, the Dart (Double Asteroid Redirection Test) spacecraft soared into the sky at 10.21pm Pacific time from the Vandenberg US Space Force Base, about 150 miles (240km) north-west of Los Angeles.

    Continue reading...", + "content": "

    Spacecraft heads off on 6.8m-mile journey to crash into moonlet Dimorphos in test to see if asteroids can be diverted from collision with Earth

    A spacecraft that must ultimately crash in order to succeed lifted off late on Tuesday from California on a Nasa mission to demonstrate the world’s first planetary defence system.

    Carried aboard a SpaceX-owned Falcon 9 rocket, the Dart (Double Asteroid Redirection Test) spacecraft soared into the sky at 10.21pm Pacific time from the Vandenberg US Space Force Base, about 150 miles (240km) north-west of Los Angeles.

    Continue reading...", + "category": "Asteroids", + "link": "https://www.theguardian.com/science/2021/nov/24/nasa-launches-dart-mission-to-deflect-asteroid-in-planetary-defence-test", + "creator": "Reuters", + "pubDate": "2021-11-24T08:38:21Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26a1ad6c6cd63c399715a96131c02864" + "hash": "f6c273b11ae681668a9cea57adb88f77" }, { - "title": "'Every parent's worst nightmare': Michigan school shooting leaves three students dead – video", - "description": "

    A 15-year-old boy killed three fellow pupils and wounded eight others after opening fire with a semi-automatic handgun at a school in Oxford, Michigan. Those killed were a 16-year-old boy, a 17-year-old girl and a 14-year-old girl. The suspect was believed to have acted alone and was arrested without resistance after firing 15 to 20 shots. The suspect has declined to speak to police. Michigan's governor, Gretchen Whitmer, offered condolences at the scene, saying: 'I think this is every parent's worst nightmare.'

    Continue reading...", - "content": "

    A 15-year-old boy killed three fellow pupils and wounded eight others after opening fire with a semi-automatic handgun at a school in Oxford, Michigan. Those killed were a 16-year-old boy, a 17-year-old girl and a 14-year-old girl. The suspect was believed to have acted alone and was arrested without resistance after firing 15 to 20 shots. The suspect has declined to speak to police. Michigan's governor, Gretchen Whitmer, offered condolences at the scene, saying: 'I think this is every parent's worst nightmare.'

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/video/2021/dec/01/every-parents-worst-nightmare-michigan-school-shooting-leaves-three-students-dead-video", - "creator": "", - "pubDate": "2021-12-01T00:41:39Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The world finally has a malaria vaccine. Now it must invest in it | Ngozi Okonjo-Iweala", + "description": "

    As an economist I know it makes financial as well as ethical sense to get this world-first vaccine to the millions who need it

    I vividly remember the day I learned a harsh lesson in the tragic burden of malaria that too many of us from the African continent have endured. I was 15, living amid the chaos of Nigeria’s Biafran war, when my three-year-old sister fell sick. Her body burning with fever, I tied her on my back and carried her to a medical clinic, a six-mile trek from my home.

    We arrived at the clinic to find a huge crowd trying to break through locked doors. I knew my sister’s condition could not wait. I dropped to the ground and crawled between legs, my sister propped listlessly on my back, until I reached an open window and climbed through. By the time I was inside, my sister was barely moving. The doctor worked rapidly, injecting antimalarial drugs and infusing her with fluids to rehydrate her body. In a few hours, she started to revive. If we had waited any longer, my sister might not have survived.

    Continue reading...", + "content": "

    As an economist I know it makes financial as well as ethical sense to get this world-first vaccine to the millions who need it

    I vividly remember the day I learned a harsh lesson in the tragic burden of malaria that too many of us from the African continent have endured. I was 15, living amid the chaos of Nigeria’s Biafran war, when my three-year-old sister fell sick. Her body burning with fever, I tied her on my back and carried her to a medical clinic, a six-mile trek from my home.

    We arrived at the clinic to find a huge crowd trying to break through locked doors. I knew my sister’s condition could not wait. I dropped to the ground and crawled between legs, my sister propped listlessly on my back, until I reached an open window and climbed through. By the time I was inside, my sister was barely moving. The doctor worked rapidly, injecting antimalarial drugs and infusing her with fluids to rehydrate her body. In a few hours, she started to revive. If we had waited any longer, my sister might not have survived.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/24/the-world-finally-has-a-malaria-vaccine-now-it-must-invest-in-it", + "creator": "Ngozi Okonjo-Iweala", + "pubDate": "2021-11-24T08:00:40Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21bf5aa2e3ad1fe1ff69cfa05572063d" + "hash": "c1878f9d2a8d4986b51a7d8f9c9639b7" }, { - "title": "Germany: mandatory Covid jabs a step closer as unvaccinated face lockdown", - "description": "

    Merkel backs compulsory jabs and says ‘act of national solidarity’ required

    Vaccination could become mandatory in Germany from February, Angela Merkel has said, as she announced what her successor as chancellor, Olaf Scholz, described as “a lockdown of the unvaccinated”.

    As more EU countries confirmed cases of the Omicron variant, which the bloc’s health agency said could make up more than half of all infections on the continent within months, Merkel described the situation as “very serious”.

    Continue reading...", - "content": "

    Merkel backs compulsory jabs and says ‘act of national solidarity’ required

    Vaccination could become mandatory in Germany from February, Angela Merkel has said, as she announced what her successor as chancellor, Olaf Scholz, described as “a lockdown of the unvaccinated”.

    As more EU countries confirmed cases of the Omicron variant, which the bloc’s health agency said could make up more than half of all infections on the continent within months, Merkel described the situation as “very serious”.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/dec/02/germany-could-make-covid-vaccination-mandatory-says-merkel", - "creator": "Jon Henley Europe correspondent", - "pubDate": "2021-12-02T17:01:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Parliament building and police station burned down during protests in Solomon Islands", + "description": "

    Police used tear gas and rubber bullets to disperse protesters demanding the prime minister step down, amid reports of looting

    Police in Solomon Islands have used tear gas and rubber bullets to disperse hundreds of protesters, who allegedly burned down a building in the parliament precinct, a police station and a store in the nation’s capital of Honiara, amid reports of looting.

    The protesters marched on the parliamentary precinct in the east of Honiara, where they allegedly set fire to a leaf hut next to Parliament House where MPs and staffers go to smoke and eat lunch.

    Continue reading...", + "content": "

    Police used tear gas and rubber bullets to disperse protesters demanding the prime minister step down, amid reports of looting

    Police in Solomon Islands have used tear gas and rubber bullets to disperse hundreds of protesters, who allegedly burned down a building in the parliament precinct, a police station and a store in the nation’s capital of Honiara, amid reports of looting.

    The protesters marched on the parliamentary precinct in the east of Honiara, where they allegedly set fire to a leaf hut next to Parliament House where MPs and staffers go to smoke and eat lunch.

    Continue reading...", + "category": "Solomon Islands", + "link": "https://www.theguardian.com/world/2021/nov/24/parliament-building-and-police-station-burned-down-during-protests-in-solomon-islands", + "creator": "Georgina Kekea in Honiara", + "pubDate": "2021-11-24T07:56:56Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb2b8d6125fc2667a411c3b92b0b27f6" + "hash": "0a80f307b6603072ed3c7298f2a6aa0c" }, { - "title": "Biden and Putin to hold talks after diplomats make no progress on Ukraine", - "description": "

    The US threatened to deploy ‘high-impact’ economic measures if a Russian buildup of troops leads to a wider conflict

    Joe Biden and Vladimir Putin are due to hold talks “in the near future” after their top diplomats made no apparent progress in Stockholm towards defusing a standoff over Ukraine, amid fears of a Russian invasion.

    The US secretary of state, Antony Blinken, and the Russian foreign minister, Sergey Lavrov, opted not to make a joint appearance after trading threats during a 40-minute meeting whose short duration indicated there was little chance of a breakthrough.

    Continue reading...", - "content": "

    The US threatened to deploy ‘high-impact’ economic measures if a Russian buildup of troops leads to a wider conflict

    Joe Biden and Vladimir Putin are due to hold talks “in the near future” after their top diplomats made no apparent progress in Stockholm towards defusing a standoff over Ukraine, amid fears of a Russian invasion.

    The US secretary of state, Antony Blinken, and the Russian foreign minister, Sergey Lavrov, opted not to make a joint appearance after trading threats during a 40-minute meeting whose short duration indicated there was little chance of a breakthrough.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/02/us-and-russia-no-closer-to-breakthrough-on-ukraine-after-talks", - "creator": "Andrew Roth in Moscow and Julian Borger in Washington", - "pubDate": "2021-12-02T17:56:19Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "NFT beats cheugy to be Collins Dictionary’s word of the year", + "description": "

    The abbreviation of ‘non-fungible token’ tops a shortlist also including pingdemic, climate anxiety and metaverse

    In a year that has seen the musician Grimes sell a collection of digital artworks for almost $6m (£4.4m), and the original photo behind the 2005 Disaster Girl meme go for $473,000 (£354,000), Collins Dictionary has made NFT its word of the year.

    The abbreviation of non-fungible token has seen a “meteoric” rise in usage over the last year, said Collins, up 11,000% in the last year. Any digital creation can become an NFT, with the term referring to a certificate of ownership, registered on a blockchain, or digital ledger of transactions. The most valuable NFT to date is a collage by digital artist Beeple, which sold for £50.3m at Christie’s in March.

    Continue reading...", + "content": "

    The abbreviation of ‘non-fungible token’ tops a shortlist also including pingdemic, climate anxiety and metaverse

    In a year that has seen the musician Grimes sell a collection of digital artworks for almost $6m (£4.4m), and the original photo behind the 2005 Disaster Girl meme go for $473,000 (£354,000), Collins Dictionary has made NFT its word of the year.

    The abbreviation of non-fungible token has seen a “meteoric” rise in usage over the last year, said Collins, up 11,000% in the last year. Any digital creation can become an NFT, with the term referring to a certificate of ownership, registered on a blockchain, or digital ledger of transactions. The most valuable NFT to date is a collage by digital artist Beeple, which sold for £50.3m at Christie’s in March.

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2021/nov/24/nft-is-collins-dictionary-word-of-the-year", + "creator": "Alison Flood", + "pubDate": "2021-11-24T07:01:38Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b542b792542d541ebab2557efb4eeaa5" + "hash": "0c20921659dc2bf6d4f40af6f0d70f3b" }, { - "title": "Sex ratio of babies linked to pollution and poverty indicators", - "description": "

    Study finds some pollutants are correlated with higher levels of boys and others with more girls

    A swathe of pollutants and indicators of poverty have been linked to changes in the ratio of baby boys to girls born to millions of parents.

    A study of half the US population and the entire Swedish population examined more than 100 possible factors and found, for example, that mercury, chromium and aluminium pollution correlated with more boys being born, while lead pollution increased the proportion of girls. Proximity to farming also affected the sex ratio, possibly due to higher chemical exposures.

    Continue reading...", - "content": "

    Study finds some pollutants are correlated with higher levels of boys and others with more girls

    A swathe of pollutants and indicators of poverty have been linked to changes in the ratio of baby boys to girls born to millions of parents.

    A study of half the US population and the entire Swedish population examined more than 100 possible factors and found, for example, that mercury, chromium and aluminium pollution correlated with more boys being born, while lead pollution increased the proportion of girls. Proximity to farming also affected the sex ratio, possibly due to higher chemical exposures.

    Continue reading...", - "category": "Environment", - "link": "https://www.theguardian.com/environment/2021/dec/02/sex-ratio-of-babies-linked-to-pollution-and-poverty-indicators", - "creator": "Damian Carrington Environment editor", - "pubDate": "2021-12-02T19:00:20Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How wild turkeys’ rough and rowdy ways are creating havoc in US cities", + "description": "

    Booming populations are a conservation success story, but not all terrorised residents are happy about it

    There’s a violent gang stalking urban America.

    In New Hampshire a motorcyclist crashed after being assaulted. In New Jersey, a terrified postman rang 911 after a dozen members attacked at once. And in Michigan, one town armed public workers with pepper spray.

    Continue reading...", + "content": "

    Booming populations are a conservation success story, but not all terrorised residents are happy about it

    There’s a violent gang stalking urban America.

    In New Hampshire a motorcyclist crashed after being assaulted. In New Jersey, a terrified postman rang 911 after a dozen members attacked at once. And in Michigan, one town armed public workers with pepper spray.

    Continue reading...", + "category": "Birds", + "link": "https://www.theguardian.com/environment/2021/nov/24/wild-turkeys-us-cities-havoc-hunting", + "creator": "Alice Hutton", + "pubDate": "2021-11-24T07:00:40Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d757fb904db7c83556eeb1f8224306ba" + "hash": "d3277b7ba7d2eb6b525ee68e67c3b2ff" }, { - "title": "Fossil remains of herd of 11 dinosaurs discovered in Italy", - "description": "

    Exceptional find includes biggest and most complete dinosaur skeleton ever unearthed in the country

    A treasure trove of fossils of a herd of 11 dinosaurs has been identified for the first time in Italy, including the biggest and most complete dinosaur skeleton ever found in the country.

    Although isolated dinosaur remains have been discovered in Italy since the 1990s, palaeontologists have now identified an entire group at Villaggio del Pescatore, a former limestone quarry close to the north-eastern port city of Trieste.

    Continue reading...", - "content": "

    Exceptional find includes biggest and most complete dinosaur skeleton ever unearthed in the country

    A treasure trove of fossils of a herd of 11 dinosaurs has been identified for the first time in Italy, including the biggest and most complete dinosaur skeleton ever found in the country.

    Although isolated dinosaur remains have been discovered in Italy since the 1990s, palaeontologists have now identified an entire group at Villaggio del Pescatore, a former limestone quarry close to the north-eastern port city of Trieste.

    Continue reading...", - "category": "Dinosaurs", - "link": "https://www.theguardian.com/uk-news/2021/dec/02/fossil-remains-of-a-herd-of-11-dinosaurs-discovered-in-italy", - "creator": "Angela Giuffrida in Rome", - "pubDate": "2021-12-02T18:13:13Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A moment that changed me: The haircut that liberated me as a butch lesbian", + "description": "

    I came out in my late teens, but still felt repressed by my appearance. Almost 10 years after first booking a short back and sides, I finally took the plunge – and immediately felt revitalised

    The hairdresser steadied my head as I sat in the swivel chair, face mask on, staring into the mirror. In December 2020, another lockdown loomed, and nearly 12 months earlier I had made it a New Year’s resolution to get short hair that year. Within 45 minutes, my shoulder-length mop was down to a couple of inches.

    People often get radical haircuts in response to life-changing events, such as a breakup or the loss of a loved one. I got mine because I wanted to embrace how I felt as a butch lesbian.

    Continue reading...", + "content": "

    I came out in my late teens, but still felt repressed by my appearance. Almost 10 years after first booking a short back and sides, I finally took the plunge – and immediately felt revitalised

    The hairdresser steadied my head as I sat in the swivel chair, face mask on, staring into the mirror. In December 2020, another lockdown loomed, and nearly 12 months earlier I had made it a New Year’s resolution to get short hair that year. Within 45 minutes, my shoulder-length mop was down to a couple of inches.

    People often get radical haircuts in response to life-changing events, such as a breakup or the loss of a loved one. I got mine because I wanted to embrace how I felt as a butch lesbian.

    Continue reading...", + "category": "Sexuality", + "link": "https://www.theguardian.com/lifeandstyle/2021/nov/24/a-moment-that-changed-me-the-haircut-that-liberated-me-as-a-butch-lesbian", + "creator": "Ella Braidwood", + "pubDate": "2021-11-24T07:00:39Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c17f6a057a5b8d1cfa9b5c71984e350b" + "hash": "c74826ce849d7406588991f512ae1b2a" }, { - "title": "Biden announces plan to get booster shots to 100m Americans amid Omicron arrival in US", - "description": "

    President lays out pandemic battle plan for the winter months, including expanded pharmacy availability for vaccines

    Joe Biden announced new actions to combat the coronavirus in the US, including a nationwide campaign encouraging vaccine boosters, an expansion of at-home tests and tighter restrictions on international travel.

    Buffeted by the emergence of the Omicron variant and a political backlash from Republicans, the US president visited the National Institutes of Health in Bethesda, Maryland, on Thursday and laid out a pandemic battle plan for the winter months.

    Continue reading...", - "content": "

    President lays out pandemic battle plan for the winter months, including expanded pharmacy availability for vaccines

    Joe Biden announced new actions to combat the coronavirus in the US, including a nationwide campaign encouraging vaccine boosters, an expansion of at-home tests and tighter restrictions on international travel.

    Buffeted by the emergence of the Omicron variant and a political backlash from Republicans, the US president visited the National Institutes of Health in Bethesda, Maryland, on Thursday and laid out a pandemic battle plan for the winter months.

    Continue reading...", + "title": "Joe Lieberman on Biden, Trump and centrism: ‘It’s a strategy for making democracy work’", + "description": "

    The Democratic ex-senator preaches a deeply unfashionable gospel of compromise in a country paralysed by civil war

    A friend once joked to Joe Lieberman, former senator and vice-presidential nominee, that the Democratic party was like his appendix: it was there but not doing much for him.

    “It’s a funny line,” he says by phone from his law office in New York, “but the truth is that it’s more than that because I feel good physically when the Democrats do well – in my terms – and I do get pain when they go off and do things that I don’t agree with.

    Continue reading...", + "content": "

    The Democratic ex-senator preaches a deeply unfashionable gospel of compromise in a country paralysed by civil war

    A friend once joked to Joe Lieberman, former senator and vice-presidential nominee, that the Democratic party was like his appendix: it was there but not doing much for him.

    “It’s a funny line,” he says by phone from his law office in New York, “but the truth is that it’s more than that because I feel good physically when the Democrats do well – in my terms – and I do get pain when they go off and do things that I don’t agree with.

    Continue reading...", "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/dec/02/joe-biden-coronavirus-nationwide-campaign", + "link": "https://www.theguardian.com/us-news/2021/nov/24/joe-lieberman-most-republicans-democrats-centrists", "creator": "David Smith in Washington", - "pubDate": "2021-12-02T19:08:15Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "2021-11-24T07:00:38Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e625f20862cf1e7c9f1f1f4795f99130" + "hash": "b2338571b3d54766cdb639b0904a94c8" }, { - "title": "Peng Shuai needs more than ‘quiet diplomacy’. If she can be silenced, no Chinese athletes are safe | Jessica Shuran Yu", - "description": "

    As an athlete who spoke up about abuse, I am tired of seeing reputation being prioritised over safety

    When I first experienced abuse as an athlete, I made a vow to myself to never tell anyone. Ever. I was worried that I wouldn’t be believed, but also the thought that anyone would know me as a “victim” mortified me. On top of that, I knew that even if I told anyone, nothing would change. I was both right and wrong. Years later, after I stopped competing in figure skating, I broke my own silence on the physical abuse inflicted on me in China, and it freed me. I talked about it to my close friends, to reporters, and to my therapist – extensively. It never got easier to talk about but each time I did, I began to heal a little more.

    The most powerful perpetrator of abuse is silence. It allows for abusers to continue to harm athletes, for athletes to continue believing that such treatment is OK, and for authority figures to continue to turn a blind eye without guilt. Every allegation of abuse that is aired needs to be investigated properly for there to be any hope of justice.

    Continue reading...", - "content": "

    As an athlete who spoke up about abuse, I am tired of seeing reputation being prioritised over safety

    When I first experienced abuse as an athlete, I made a vow to myself to never tell anyone. Ever. I was worried that I wouldn’t be believed, but also the thought that anyone would know me as a “victim” mortified me. On top of that, I knew that even if I told anyone, nothing would change. I was both right and wrong. Years later, after I stopped competing in figure skating, I broke my own silence on the physical abuse inflicted on me in China, and it freed me. I talked about it to my close friends, to reporters, and to my therapist – extensively. It never got easier to talk about but each time I did, I began to heal a little more.

    The most powerful perpetrator of abuse is silence. It allows for abusers to continue to harm athletes, for athletes to continue believing that such treatment is OK, and for authority figures to continue to turn a blind eye without guilt. Every allegation of abuse that is aired needs to be investigated properly for there to be any hope of justice.

    Continue reading...", - "category": "Peng Shuai", - "link": "https://www.theguardian.com/sport/blog/2021/dec/02/peng-shuai-needs-more-than-quiet-diplomacy-jessica-shuran-yu", - "creator": "Jessica Shuran Yu", - "pubDate": "2021-12-02T20:00:21Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Pig patrol: Amsterdam airport’s innovative approach to flight safety", + "description": "

    Farm animals are being used to prevent bird strikes as numbers of geese boom around Schiphol, one of Europe’s busiest flight hubs

    A group of animals has been drafted in to combat a hazard in the skies above the runways of Amsterdam’s Schiphol airport, the Netherlands’ aviation hub.

    A six-week pilot project is studying whether a small herd of pigs can deter flocks of geese and other birds attracted to discarded sugar beet on nearby farmland.

    Continue reading...", + "content": "

    Farm animals are being used to prevent bird strikes as numbers of geese boom around Schiphol, one of Europe’s busiest flight hubs

    A group of animals has been drafted in to combat a hazard in the skies above the runways of Amsterdam’s Schiphol airport, the Netherlands’ aviation hub.

    A six-week pilot project is studying whether a small herd of pigs can deter flocks of geese and other birds attracted to discarded sugar beet on nearby farmland.

    Continue reading...", + "category": "Air transport", + "link": "https://www.theguardian.com/environment/2021/nov/24/pig-patrol-amsterdam-airports-innovative-approach-to-flight-safety", + "creator": "Senay Boztas in Amsterdam", + "pubDate": "2021-11-24T06:30:37Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de42fdd328194425a65d03642893f91e" + "hash": "fce00b4717cf1ca466914df06a6da3b0" }, { - "title": "The most unusual movie sex scenes – ranked!", - "description": "

    Lady Gaga and Adam Driver give us animal grunting in House of Gucci and Agathe Rousselle mates with a car in Titane – but that’s tame compared with some of the sexual themes cinema has found to explore

    In 1933, the Austrian star Hedy Lamarr (who also had a remarkable parallel career as an inventor) appeared in the Czech erotic drama Ecstasy playing Eva, who gave us the first female orgasm in movie history. This is simply an extended closeup on her face, after her lover’s head has disappeared from the bottom of the frame, as she abandons herself to pleasure and rapture. There were some telling cutaways – to her hand, fondling some material, and also one of her pearl necklace dropping to the floor. Afterwards, Eva languorously smokes a cigarette, doing her bit to establish one of cinema’s great post-coital tropes.

    Continue reading...", - "content": "

    Lady Gaga and Adam Driver give us animal grunting in House of Gucci and Agathe Rousselle mates with a car in Titane – but that’s tame compared with some of the sexual themes cinema has found to explore

    In 1933, the Austrian star Hedy Lamarr (who also had a remarkable parallel career as an inventor) appeared in the Czech erotic drama Ecstasy playing Eva, who gave us the first female orgasm in movie history. This is simply an extended closeup on her face, after her lover’s head has disappeared from the bottom of the frame, as she abandons herself to pleasure and rapture. There were some telling cutaways – to her hand, fondling some material, and also one of her pearl necklace dropping to the floor. Afterwards, Eva languorously smokes a cigarette, doing her bit to establish one of cinema’s great post-coital tropes.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/dec/02/the-most-unusual-movie-sex-scenes-ranked", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-02T13:25:13Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "India’s apple farmers count cost of climate crisis as snow decimates crops", + "description": "

    Kashmiri farmers lose half their harvest to early snows for third year, with fears for future of the region’s orchards

    The homegrown apple is in danger of becoming a rarity in India, as farmers have lost up to half their harvest this year, with predictions that the country’s main orchards could soon be all but wiped out.

    Early snowfalls in Kashmir, where almost 80% of India’s apples are grown, have seen the region’s farmers lose half their crops in the third year of disastrous harvests.

    Continue reading...", + "content": "

    Kashmiri farmers lose half their harvest to early snows for third year, with fears for future of the region’s orchards

    The homegrown apple is in danger of becoming a rarity in India, as farmers have lost up to half their harvest this year, with predictions that the country’s main orchards could soon be all but wiped out.

    Early snowfalls in Kashmir, where almost 80% of India’s apples are grown, have seen the region’s farmers lose half their crops in the third year of disastrous harvests.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/24/india-kashmiri-apple-farmers-climate-crisis-snow-decimates-crops", + "creator": "Aakash Hassan in Ramnagri, Kashmir", + "pubDate": "2021-11-24T06:00:38Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3cfb376709b0ea4d23c1b970af6cbcf" + "hash": "58c0274f67513b7ad7f36057538a7803" }, { - "title": "France rejects idea of British patrols along Calais beaches", - "description": "

    Move will ‘compromise sovereignty’ and UK should sort out alternative to people’s perilous Channel crossings

    France has formally rejected Boris Johnson’s call for British authorities to carry out joint patrols on the beaches around Calais to deter people from crossing the Channel unsafely. In a letter to Johnson the French prime minister, Jean Castex, said the country could not accept the presence of British police officers or soldiers as that would compromise the nation’s sovereignty.

    Castex also suggested the UK should carry out reforms of its systems to offer “legal immigration paths” for people to go to the UK instead of risking the perilous crossing.

    Continue reading...", - "content": "

    Move will ‘compromise sovereignty’ and UK should sort out alternative to people’s perilous Channel crossings

    France has formally rejected Boris Johnson’s call for British authorities to carry out joint patrols on the beaches around Calais to deter people from crossing the Channel unsafely. In a letter to Johnson the French prime minister, Jean Castex, said the country could not accept the presence of British police officers or soldiers as that would compromise the nation’s sovereignty.

    Castex also suggested the UK should carry out reforms of its systems to offer “legal immigration paths” for people to go to the UK instead of risking the perilous crossing.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/dec/02/france-rejects-idea-of-british-patrols-along-calais-beaches", - "creator": "PA Media", - "pubDate": "2021-12-02T21:19:15Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "China accuses US of ‘mistake’ after Biden invites Taiwan to democracy summit", + "description": "

    Beijing urges Washington to stick to the ‘one China’ principle amid rising tensions over Taiwan

    China’s government has accused Joe Biden of “a mistake” in inviting Taiwan to participate in a democracy summit alongside 109 other democratic governments.

    Taiwan was included in a list of participants for next month’s Summit for Democracy, published by the state department on Tuesday. Taiwan is a democracy and self-governing, but Beijing claims it is a province of China and has accused its government of separatism.

    Continue reading...", + "content": "

    Beijing urges Washington to stick to the ‘one China’ principle amid rising tensions over Taiwan

    China’s government has accused Joe Biden of “a mistake” in inviting Taiwan to participate in a democracy summit alongside 109 other democratic governments.

    Taiwan was included in a list of participants for next month’s Summit for Democracy, published by the state department on Tuesday. Taiwan is a democracy and self-governing, but Beijing claims it is a province of China and has accused its government of separatism.

    Continue reading...", + "category": "Taiwan", + "link": "https://www.theguardian.com/world/2021/nov/24/china-accuses-us-of-mistake-after-biden-invites-taiwan-to-democracy-summit", + "creator": "Helen Davidson in Taipei, and agencies", + "pubDate": "2021-11-24T05:58:01Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a69c70fd7a209f8a0bb0905ee409d4a" + "hash": "751834e04cfa525904634c5828bac710" }, { - "title": "Victorian government pressed to deliver promised funding for threatened plants and animals", - "description": "

    Critically endangered grasslands on Melbourne’s outskirts should be immediately protected, parliamentary inquiry says

    Underfunding of environmental initiatives by the Victorian government is pushing plants and animals across the state toward extinction, a state parliamentary inquiry has found.

    The Greens-led inquiry, examining the decline of habitats and wildlife in Victoria tabled its final report, calling for changes to how the state funds and enforces protection of endangered wildlife and a massive increase to the national parks budget.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Critically endangered grasslands on Melbourne’s outskirts should be immediately protected, parliamentary inquiry says

    Underfunding of environmental initiatives by the Victorian government is pushing plants and animals across the state toward extinction, a state parliamentary inquiry has found.

    The Greens-led inquiry, examining the decline of habitats and wildlife in Victoria tabled its final report, calling for changes to how the state funds and enforces protection of endangered wildlife and a massive increase to the national parks budget.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Victoria", - "link": "https://www.theguardian.com/australia-news/2021/dec/03/victorian-government-pressed-to-deliver-promised-funding-for-threatened-plants-and-animals", - "creator": "Lisa Cox", - "pubDate": "2021-12-02T21:18:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "South Korea Covid cases hit daily record as pressure on hospitals rises", + "description": "

    Prime minister Kim Boo-kyum says emergency measures may be imposed as cases spike just weeks after the country reopened

    South Korea reported a new daily record of 4,116 new coronavirus cases as the country battles to contain a spike in serious cases requiring hospitalisation, health authorities said.

    South Korea this month switched to a “living with Covid-19” plan aimed at lifting rigid distancing rules and ultimately reopening after reaching vaccination goals last month.

    Continue reading...", + "content": "

    Prime minister Kim Boo-kyum says emergency measures may be imposed as cases spike just weeks after the country reopened

    South Korea reported a new daily record of 4,116 new coronavirus cases as the country battles to contain a spike in serious cases requiring hospitalisation, health authorities said.

    South Korea this month switched to a “living with Covid-19” plan aimed at lifting rigid distancing rules and ultimately reopening after reaching vaccination goals last month.

    Continue reading...", + "category": "South Korea", + "link": "https://www.theguardian.com/world/2021/nov/24/south-korea-covid-cases-hit-daily-record-as-pressure-on-hospitals-rises", + "creator": "Reuters", + "pubDate": "2021-11-24T03:02:56Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba9ab6ea6ec313476a3d6198f728d53f" + "hash": "4383b1a0761b554056bc97fe3eabb2ce" }, { - "title": "Kavanaugh signals support for curbing abortion rights as supreme court hears arguments on Mississippi case – live", - "description": "

    Supreme court justice Amy Coney Barrett, who had advocated against abortion rights and publicly supported the reversal of Roe v Wade before her nomination to the court, has sounded in with her first question:

    Scott Stewart, the solicitor general of Mississippi: Undue burden is “perhaps the most unworkable standard in American law”.

    Continue reading...", - "content": "

    Supreme court justice Amy Coney Barrett, who had advocated against abortion rights and publicly supported the reversal of Roe v Wade before her nomination to the court, has sounded in with her first question:

    Scott Stewart, the solicitor general of Mississippi: Undue burden is “perhaps the most unworkable standard in American law”.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2021/dec/01/abortion-case-roe-v-wade-supreme-court-arguments-mississippi-us-politics-latest", - "creator": "Vivian Ho", - "pubDate": "2021-12-01T19:06:39Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "New Zealand to reopen borders to vaccinated visitors from new year", + "description": "

    Border will first open to New Zealand citizens coming from Australia, then from the rest of the world, and finally to all other vaccinated visitors from April

    New Zealand has announced it will reopen its borders to vaccinated visitors in the opening months of 2022, for the first time since prime minister Jacinda Ardern announced their snap closure in the first month of the Covid-19 pandemic. The country’s borders have been closed for more than a year and a half.

    The border will initially open to New Zealand citizens and visa holders coming from Australia, then from the rest of the world, and finally to all other vaccinated visitors from the end of April. They will still have to self-isolate at home for a week, but will no longer have to pass through the country’s expensive and highly-space limited managed isolation facilities.

    Continue reading...", + "content": "

    Border will first open to New Zealand citizens coming from Australia, then from the rest of the world, and finally to all other vaccinated visitors from April

    New Zealand has announced it will reopen its borders to vaccinated visitors in the opening months of 2022, for the first time since prime minister Jacinda Ardern announced their snap closure in the first month of the Covid-19 pandemic. The country’s borders have been closed for more than a year and a half.

    The border will initially open to New Zealand citizens and visa holders coming from Australia, then from the rest of the world, and finally to all other vaccinated visitors from the end of April. They will still have to self-isolate at home for a week, but will no longer have to pass through the country’s expensive and highly-space limited managed isolation facilities.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/nov/24/new-zealand-to-reopen-borders-to-vaccinated-visitors-from-new-year", + "creator": "Tess McClure in Christchurch", + "pubDate": "2021-11-24T01:38:10Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8b0ef18e91cd2c80f606cf01a7c9f40" + "hash": "b33d9193325144c628240849812f2a9d" }, { - "title": "People onboard sinking Channel dinghy ‘tried to contact UK authorities’", - "description": "

    Home Office acknowledges people involved in tragedy may have tried to call for help as investigations continue

    The occupants of a boat that sank last week in the Channel causing the deaths of at least 27 people may have tried to contact the UK authorities, the Home Office has acknowledged.

    Dan O’Mahoney – the clandestine channel threat commander – said he could not say with any certainty if those onboard had rung the UK for help. Speaking to parliament’s human rights committee, O’Mahoney said HM Coastguard was now investigating.

    Continue reading...", - "content": "

    Home Office acknowledges people involved in tragedy may have tried to call for help as investigations continue

    The occupants of a boat that sank last week in the Channel causing the deaths of at least 27 people may have tried to contact the UK authorities, the Home Office has acknowledged.

    Dan O’Mahoney – the clandestine channel threat commander – said he could not say with any certainty if those onboard had rung the UK for help. Speaking to parliament’s human rights committee, O’Mahoney said HM Coastguard was now investigating.

    Continue reading...", - "category": "Migration", - "link": "https://www.theguardian.com/world/2021/dec/01/people-onboard-sinking-channel-dingy-tried-to-contact-uk-authorities", - "creator": "Luke Harding in London, Nechirvan Mando in Ranya, Iraqi Kurdistan, and Rajeev Syal", - "pubDate": "2021-12-01T18:09:47Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Libya: UN special envoy quits a month before presidential elections", + "description": "

    Ján Kubiš gives no reason for resignation, having only taken post in war-torn country in January

    The UN special envoy for Libya, Ján Kubiš, has quit just a month before crucial presidential elections in the war-torn nation – without giving security council members a clear reason for his sudden departure.

    “Mr Kubiš has tendered his resignation to the secretary general, who has accepted it with regret,” UN spokesman Stéphane Dujarric told reporters, adding that António Guterres was “working on an appropriate replacement”.

    Continue reading...", + "content": "

    Ján Kubiš gives no reason for resignation, having only taken post in war-torn country in January

    The UN special envoy for Libya, Ján Kubiš, has quit just a month before crucial presidential elections in the war-torn nation – without giving security council members a clear reason for his sudden departure.

    “Mr Kubiš has tendered his resignation to the secretary general, who has accepted it with regret,” UN spokesman Stéphane Dujarric told reporters, adding that António Guterres was “working on an appropriate replacement”.

    Continue reading...", + "category": "Libya", + "link": "https://www.theguardian.com/world/2021/nov/23/libya-un-special-envoy-quits-a-month-before-presidential-elections", + "creator": "AFP at the United Nations", + "pubDate": "2021-11-23T23:00:37Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dbe1136f5e4dc42f6b534927c7c31fb3" + "hash": "dd51235dc6ff35787a3301cadc709fc1" }, { - "title": "Covid news live: UK reports 48,374 new cases and 171 deaths; France introduces new restrictions for non-EU arrivals", - "description": "

    UK cases on rise amid fears over Omicron variant; non-EU travellers to France must have negative Covid test regardless of vaccination status

    Three people who escaped an Australian Covid quarantine facility have been arrested.

    Our reporter Cait Kelly from Melbourne, Australia, has the story.

    Continue reading...", - "content": "

    UK cases on rise amid fears over Omicron variant; non-EU travellers to France must have negative Covid test regardless of vaccination status

    Three people who escaped an Australian Covid quarantine facility have been arrested.

    Our reporter Cait Kelly from Melbourne, Australia, has the story.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/dec/01/covid-news-live-who-advises-vulnerable-against-travel-over-omicron-greece-to-fine-those-over-60-who-refuse-vaccine", - "creator": "Rachel Hall (now), Martin Belam andSamantha Lock (earlier)", - "pubDate": "2021-12-01T18:57:58Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "In a crisis, you want Jacinda Ardern. That’s why her poll numbers will remain robust | Morgan Godfery", + "description": "

    Ardern is imperfect and her government often struggles to implement its agenda – but they excel at crisis management

    “If you want to know me, look at my surface”, Andy Warhol once said, or something along those lines. It’s an invitation to the obvious that should apply in politics, and yet the public regard politicians with – at best – a good deal of suspicion and, at worst, contempt. And who can blame them? In New Zealand the workers’ party (Labour) was responsible for introducing and administering neoliberalism in the 1980s, a dramatic break with their social democratic history that the Australian Labor party was also undertaking in the 1980s, the US Democrats in the 1990s, and UK Labour shortly after. As the old joke goes, capturing the distrust most people feel for left and right, “it doesn’t matter who you vote for, a politician always gets in”.

    But what distinguishes prime minister Jacinda Ardern from the politicians who bite at her heels is that the Warholian doctrine is probably true. At least in her case. In New Zealand’s double disasters – the Christchurch massacre and the Whakaari eruption – Ardern met each tragedy with immediate action, crisp and clear communication, and an extraordinary human care almost entirely absent in modern politics. She met with victims, their families took her into their own homes and at every opportunity she made an invitation to act in solidarity – from the country’s successful gun reforms to the “Christchurch call”, an international bid to stamp out violent extremism online.

    Continue reading...", + "content": "

    Ardern is imperfect and her government often struggles to implement its agenda – but they excel at crisis management

    “If you want to know me, look at my surface”, Andy Warhol once said, or something along those lines. It’s an invitation to the obvious that should apply in politics, and yet the public regard politicians with – at best – a good deal of suspicion and, at worst, contempt. And who can blame them? In New Zealand the workers’ party (Labour) was responsible for introducing and administering neoliberalism in the 1980s, a dramatic break with their social democratic history that the Australian Labor party was also undertaking in the 1980s, the US Democrats in the 1990s, and UK Labour shortly after. As the old joke goes, capturing the distrust most people feel for left and right, “it doesn’t matter who you vote for, a politician always gets in”.

    But what distinguishes prime minister Jacinda Ardern from the politicians who bite at her heels is that the Warholian doctrine is probably true. At least in her case. In New Zealand’s double disasters – the Christchurch massacre and the Whakaari eruption – Ardern met each tragedy with immediate action, crisp and clear communication, and an extraordinary human care almost entirely absent in modern politics. She met with victims, their families took her into their own homes and at every opportunity she made an invitation to act in solidarity – from the country’s successful gun reforms to the “Christchurch call”, an international bid to stamp out violent extremism online.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/commentisfree/2021/nov/24/in-a-crisis-you-want-jacinda-ardern-thats-why-her-poll-numbers-will-remain-robust", + "creator": "Morgan Godfery", + "pubDate": "2021-11-23T19:00:24Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3b997f4b2b7c2cda3e62d517da7a636" + "hash": "b5a12fba1bc77d55bb46435c4647079c" }, { - "title": "Ghislaine Maxwell accuser says she met Trump at 14 and flew with Prince Andrew", - "description": "

    ‘Jane’, who did not accuse Trump or duke of misconduct, testifies in court she was introduced to former president by Jeffrey Epstein

    • This article contains depictions of sexual abuse

    The first accuser in Ghislaine Maxwell’s child sex trafficking trial testified on Wednesday that Jeffrey Epstein introduced her to Donald Trump when she was 14. This accuser also claimed that she was on a flight with Prince Andrew.

    She did not accuse Trump or the Duke of York of any misconduct. The accuser, who used the pseudonym “Jane” in court, said this as she was was undergoing cross-examination from one of Maxwell’s attorneys.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "content": "

    ‘Jane’, who did not accuse Trump or duke of misconduct, testifies in court she was introduced to former president by Jeffrey Epstein

    • This article contains depictions of sexual abuse

    The first accuser in Ghislaine Maxwell’s child sex trafficking trial testified on Wednesday that Jeffrey Epstein introduced her to Donald Trump when she was 14. This accuser also claimed that she was on a flight with Prince Andrew.

    She did not accuse Trump or the Duke of York of any misconduct. The accuser, who used the pseudonym “Jane” in court, said this as she was was undergoing cross-examination from one of Maxwell’s attorneys.

    Information and support for anyone affected by rape or sexual abuse issues is available from the following organisations. In the US, Rainn offers support on 800-656-4673. In the UK, Rape Crisis offers support on 0808 802 9999. In Australia, support is available at 1800Respect (1800 737 732). Other international helplines can be found at ibiblio.org/rcip/internl.html

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/dec/01/ghislaine-maxwell-accuser-cross-examination", - "creator": "Victoria Bekiempis", - "pubDate": "2021-12-01T17:54:40Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A child injured in the Waukesha parade has died, bringing the toll to six", + "description": "

    Driver has been charged with five counts of intentional homicide and more charges are pending

    Prosecutors in Wisconsin on Tuesday charged a man with intentional homicide in the deaths of five people who were killed when an SUV was driven into a Christmas parade earlier this week that also left 62 people injured, including many children.

    Prosecutors say a sixth person, a child, has died and more charges are pending. Several of those injured remain in critical condition.

    Continue reading...", + "content": "

    Driver has been charged with five counts of intentional homicide and more charges are pending

    Prosecutors in Wisconsin on Tuesday charged a man with intentional homicide in the deaths of five people who were killed when an SUV was driven into a Christmas parade earlier this week that also left 62 people injured, including many children.

    Prosecutors say a sixth person, a child, has died and more charges are pending. Several of those injured remain in critical condition.

    Continue reading...", + "category": "Wisconsin", + "link": "https://www.theguardian.com/us-news/2021/nov/23/waukesha-parade-children-injured", + "creator": "Maya Yang and agencies", + "pubDate": "2021-11-23T18:32:43Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6cfe00e454e12febe87ff67341763b7" + "hash": "3f95105ace12ec645e9b36ac3c0e7373" }, { - "title": "EU executive: let Belarus border nations detain asylum seekers for 16 weeks", - "description": "

    Rights group criticise EU Commission over proposals for emergency measure to tackle crisis

    Rights groups have criticised the European Commission after it proposed that three countries sharing a border with Belarus should be allowed to hold people in special asylum processing centres for up to 16 weeks, up from the current maximum of four.

    Top officials at the EU executive said the emergency measures would give Poland, Lithuania and Latvia the flexibility to deal with an unprecedented situation caused by what the EU calls a hybrid attack from Alexander Lukashenko’s Belarusian regime.

    Continue reading...", - "content": "

    Rights group criticise EU Commission over proposals for emergency measure to tackle crisis

    Rights groups have criticised the European Commission after it proposed that three countries sharing a border with Belarus should be allowed to hold people in special asylum processing centres for up to 16 weeks, up from the current maximum of four.

    Top officials at the EU executive said the emergency measures would give Poland, Lithuania and Latvia the flexibility to deal with an unprecedented situation caused by what the EU calls a hybrid attack from Alexander Lukashenko’s Belarusian regime.

    Continue reading...", - "category": "European Union", - "link": "https://www.theguardian.com/world/2021/dec/01/belarus-border-nations-should-be-able-to-detain-asylum-seekers-for-16-weeks", - "creator": "Jennifer Rankin in Brussels", - "pubDate": "2021-12-01T18:34:14Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "New York city hall removes Thomas Jefferson statue", + "description": "

    City public design commission voted to send 884lb, 7ft statue to the New York Historical Society because Jefferson enslaved people

    A statue of Thomas Jefferson has been removed from city hall in New York, because the founder and third president enslaved people.

    A work crew spent several hours on Monday freeing the 884lb, 7ft statue from its pedestal in the council chambers and carefully maneuvering it into a padded wooden crate, for the short journey to the New York Historical Society.

    Continue reading...", + "content": "

    City public design commission voted to send 884lb, 7ft statue to the New York Historical Society because Jefferson enslaved people

    A statue of Thomas Jefferson has been removed from city hall in New York, because the founder and third president enslaved people.

    A work crew spent several hours on Monday freeing the 884lb, 7ft statue from its pedestal in the council chambers and carefully maneuvering it into a padded wooden crate, for the short journey to the New York Historical Society.

    Continue reading...", + "category": "New York", + "link": "https://www.theguardian.com/us-news/2021/nov/23/thomas-jefferson-statuue-new-york-city-hall", + "creator": "Richard Luscombe", + "pubDate": "2021-11-23T14:05:40Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22ca2dd35805e9f0dcbf2ff7d9350bf3" + "hash": "9e281365fb3c4fbb7140fc1eb18a75b2" }, { - "title": "Eruption of Vesuvius on Herculaneum ‘like Hiroshima bomb’", - "description": "

    Archaeologist compares eruption at Roman town close to Pompeii to dropping of WW2 atomic bomb

    An Italian archaeologist has compared the impact of the AD79 eruption of Mount Vesuvius on Herculaneum – the ancient Roman beach town close to Pompeii – to the dropping of an atomic bomb on the Japanese city of Hiroshima during the second world war.

    Such was the heat of the pyroclastic surge produced by Vesuvius – believed to have been between 400C and 500C – that the brains and blood of the Herculaneum’s victims instantly boiled.

    Continue reading...", - "content": "

    Archaeologist compares eruption at Roman town close to Pompeii to dropping of WW2 atomic bomb

    An Italian archaeologist has compared the impact of the AD79 eruption of Mount Vesuvius on Herculaneum – the ancient Roman beach town close to Pompeii – to the dropping of an atomic bomb on the Japanese city of Hiroshima during the second world war.

    Such was the heat of the pyroclastic surge produced by Vesuvius – believed to have been between 400C and 500C – that the brains and blood of the Herculaneum’s victims instantly boiled.

    Continue reading...", - "category": "Archaeology", - "link": "https://www.theguardian.com/science/2021/dec/01/eruption-of-vesuvius-on-herculaneum-like-hiroshima-bomb-pompei", - "creator": "Angela Giuffrida in Herculaneum", - "pubDate": "2021-12-01T16:12:37Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Carnival photos add to woe of coach accused of faking Covid pass", + "description": "

    Markus Anfang resigned as Werder Bremen coach after doubts voiced about authenticity of Covid certificate

    A German football coach who resigned over allegations that he forged his vaccine certificate has drawn condemnation and derision after it emerged he attended a carnival party this month that was exclusive to those who had got the jab or recovered from the virus.

    Markus Anfang on Saturday morning announced his resignation as the head coach of German second division club Werder Bremen, after the state prosecutor in the northern city revealed there were doubts about the authenticity of the document supposedly proving the 47-year-old had received two doses of the BioNTech/Pfizer vaccine.

    Continue reading...", + "content": "

    Markus Anfang resigned as Werder Bremen coach after doubts voiced about authenticity of Covid certificate

    A German football coach who resigned over allegations that he forged his vaccine certificate has drawn condemnation and derision after it emerged he attended a carnival party this month that was exclusive to those who had got the jab or recovered from the virus.

    Markus Anfang on Saturday morning announced his resignation as the head coach of German second division club Werder Bremen, after the state prosecutor in the northern city revealed there were doubts about the authenticity of the document supposedly proving the 47-year-old had received two doses of the BioNTech/Pfizer vaccine.

    Continue reading...", + "category": "Germany", + "link": "https://www.theguardian.com/world/2021/nov/23/anger-as-it-emerges-german-football-coach-in-vaccine-pass-scandal-attended-party", + "creator": "Philip Oltermann in Berlin", + "pubDate": "2021-11-23T13:48:23Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf12a1715c8d7a436ef4414f5ee89675" + "hash": "bb675663d083530bc3a70b5ad486353c" }, { - "title": "Prince Harry compares Covid vaccine inequity to HIV struggle", - "description": "

    Duke of Sussex says on World Aids Day that vaccinating the world against Covid is ‘test of our moral character’

    The Duke of Sussex has warned of “corporate greed and political failure” prolonging the Covid pandemic, comparing a “spectacular failure” of global vaccine equity to the struggle by millions to access HIV medicines.

    In a letter read out at a World Health Organization (WHO) and UNAIDS event on World Aids Day, Prince Harry said lessons must be learned from the HIV/Aids pandemic.

    Continue reading...", - "content": "

    Duke of Sussex says on World Aids Day that vaccinating the world against Covid is ‘test of our moral character’

    The Duke of Sussex has warned of “corporate greed and political failure” prolonging the Covid pandemic, comparing a “spectacular failure” of global vaccine equity to the struggle by millions to access HIV medicines.

    In a letter read out at a World Health Organization (WHO) and UNAIDS event on World Aids Day, Prince Harry said lessons must be learned from the HIV/Aids pandemic.

    Continue reading...", - "category": "Prince Harry", - "link": "https://www.theguardian.com/uk-news/2021/dec/01/prince-harry-compares-covid-vaccine-inequity-to-hiv-struggle", - "creator": "Caroline Davies", - "pubDate": "2021-12-01T17:49:31Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Home Office tells councils to take unaccompanied migrant children", + "description": "

    Voluntary scheme, where local authorities accept those arriving without parents, will now become compulsory

    Councils across England will be forced to care for unaccompanied children who have arrived on small boats under new rules put forward by the Home Office.

    The decision follows complaints from Kent county council and others in the south of England that they are being overwhelmed by a growing number of children entering the country.

    Continue reading...", + "content": "

    Voluntary scheme, where local authorities accept those arriving without parents, will now become compulsory

    Councils across England will be forced to care for unaccompanied children who have arrived on small boats under new rules put forward by the Home Office.

    The decision follows complaints from Kent county council and others in the south of England that they are being overwhelmed by a growing number of children entering the country.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/world/2021/nov/23/home-office-tells-councils-to-take-unaccompanied-migrant-children", + "creator": "Rajeev Syal and Libby Brooks", + "pubDate": "2021-11-23T13:46:55Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "70fa34affb6b12d9423df08e6169cdc8" + "hash": "92dc32fe33b27a9ab4dbfbec82fecf1e" }, { - "title": "US warns Russia has plans for ‘large scale’ attack on Ukraine", - "description": "

    Secretary of state says Nato is ‘prepared to impose severe costs’ on Moscow if invasion attempted

    The US says it has evidence Russia has made plans for a “large scale” attack on Ukraine and that Nato allies are “prepared to impose severe costs” on Moscow if it attempts an invasion.

    Speaking at a Nato ministers meeting in Latvia, the US secretary of state, Antony Blinken, said it was unclear whether Vladimir Putin had made a decision to invade but added: “He’s putting in place the capacity to do so in short order, should he so decide.

    Continue reading...", - "content": "

    Secretary of state says Nato is ‘prepared to impose severe costs’ on Moscow if invasion attempted

    The US says it has evidence Russia has made plans for a “large scale” attack on Ukraine and that Nato allies are “prepared to impose severe costs” on Moscow if it attempts an invasion.

    Speaking at a Nato ministers meeting in Latvia, the US secretary of state, Antony Blinken, said it was unclear whether Vladimir Putin had made a decision to invade but added: “He’s putting in place the capacity to do so in short order, should he so decide.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/dec/01/us-warns-russia-plans-large-scale-attack-on-ukraine", - "creator": "Julian Borger in Washington and Andrew Roth in Moscow", - "pubDate": "2021-12-01T17:15:59Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Covid deaths in Europe to top 2 million by March, says WHO", + "description": "

    Dr Hans Kluge describes situation as ‘very serious’ with increasing strain on health services

    Total deaths across Europe from Covid-19 are likely to exceed 2 million by March next year, the World Health Organization (WHO) has said, adding that the pandemic had become the number one cause of death in the region.

    Reported deaths have risen to nearly 4,200 a day, double the number being recorded in September, the agency said, while cumulative reported deaths in the region, which includes the UK, have already surpassed 1.5 million.

    Continue reading...", + "content": "

    Dr Hans Kluge describes situation as ‘very serious’ with increasing strain on health services

    Total deaths across Europe from Covid-19 are likely to exceed 2 million by March next year, the World Health Organization (WHO) has said, adding that the pandemic had become the number one cause of death in the region.

    Reported deaths have risen to nearly 4,200 a day, double the number being recorded in September, the agency said, while cumulative reported deaths in the region, which includes the UK, have already surpassed 1.5 million.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/23/covid-deaths-in-europe-to-top-2-million-by-march-says-who", + "creator": "Jon Henley, Europe correspondent", + "pubDate": "2021-11-23T13:38:20Z", + "folder": "00.03 News/News - EN", + "feed": "The Guardian", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "93d97cf0fa8dd9d410e8e6b027403c4e" + }, + { + "title": "Jennifer Lawrence defends Leonardo DiCaprio’s higher pay for Don’t Look Up", + "description": "

    Despite their equal billing on the forthcoming Adam McKay disaster comedy, Lawrence says she is ‘extremely fortunate and happy with my deal’

    Jennifer Lawrence has defended the higher salary paid to Leonardo DiCaprio for Don’t Look Up, their forthcoming film for which they receive equal billing.

    Speaking to Vanity Fair, Lawrence said: “Leo brings in more box office than I do. I’m extremely fortunate and happy with my deal.” A recently published report in Variety suggested that DiCaprio will receive $30m (£22.5m) for the movie, and Lawrence will be paid $25m ($18.7m) – meaning DiCaprio’s fee is 20% higher.

    Continue reading...", + "content": "

    Despite their equal billing on the forthcoming Adam McKay disaster comedy, Lawrence says she is ‘extremely fortunate and happy with my deal’

    Jennifer Lawrence has defended the higher salary paid to Leonardo DiCaprio for Don’t Look Up, their forthcoming film for which they receive equal billing.

    Speaking to Vanity Fair, Lawrence said: “Leo brings in more box office than I do. I’m extremely fortunate and happy with my deal.” A recently published report in Variety suggested that DiCaprio will receive $30m (£22.5m) for the movie, and Lawrence will be paid $25m ($18.7m) – meaning DiCaprio’s fee is 20% higher.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/nov/23/jennifer-lawrence-leonardo-dicaprio-higher-pay-for-dont-look-up", + "creator": "Andrew Pulver", + "pubDate": "2021-11-23T13:21:24Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c69c25a99fc37bdb80743c119026a030" + "hash": "3eaebae0bacbb0f4edf061cd332f2ccd" }, { - "title": "EU launches €300bn fund to challenge China’s influence", - "description": "

    Global gateway infrastructure strategy aims to counter belt and road initiative impact in Asia, Africa and Europe

    The EU’s plan to invest €300bn (£255bn) in global infrastructure will be better than China’s belt and road initiative, the European Commission president has said, as she announced a strategy to boost technology and public services in developing countries.

    Ursula von der Leyen said the EU’s global gateway strategy was a positive offer for infrastructure development around the world and based on democratic values and transparency.

    Continue reading...", - "content": "

    Global gateway infrastructure strategy aims to counter belt and road initiative impact in Asia, Africa and Europe

    The EU’s plan to invest €300bn (£255bn) in global infrastructure will be better than China’s belt and road initiative, the European Commission president has said, as she announced a strategy to boost technology and public services in developing countries.

    Ursula von der Leyen said the EU’s global gateway strategy was a positive offer for infrastructure development around the world and based on democratic values and transparency.

    Continue reading...", - "category": "Infrastructure", - "link": "https://www.theguardian.com/business/2021/dec/01/eu-infrastructure-fund-challenge-china-global-influence-asia-africa-eastern-europe-gateway", - "creator": "Jennifer Rankin", - "pubDate": "2021-12-01T16:45:39Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Hong Kong activist Tony Chung jailed under national security law", + "description": "

    Judge sentences 20-year-old to three years and seven months in prison for secession and money laundering

    A 20-year-old student activist who was arrested while attempting to seek asylum at the US consulate in Hong Kong has become the youngest person sentenced under the city’s draconian national security law.

    Tony Chung was sentenced to three years and seven months in prison after being convicted of secession and money laundering.

    Continue reading...", + "content": "

    Judge sentences 20-year-old to three years and seven months in prison for secession and money laundering

    A 20-year-old student activist who was arrested while attempting to seek asylum at the US consulate in Hong Kong has become the youngest person sentenced under the city’s draconian national security law.

    Tony Chung was sentenced to three years and seven months in prison after being convicted of secession and money laundering.

    Continue reading...", + "category": "Hong Kong", + "link": "https://www.theguardian.com/world/2021/nov/23/hong-kong-activist-tony-chung-jailed-under-national-security-law", + "creator": "Helen Davidson in Taipei", + "pubDate": "2021-11-23T12:28:22Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41d7074c06d8cffda69e167859dca03e" + "hash": "94cf56b26bd39c623cc3ec8688facf33" }, { - "title": "Michigan school shooting: fourth student dies following teen’s deadly attack", - "description": "

    Authorities name latest victim just hours after identifying the other three teenagers killed in shooting outside Detroit

    Authorities in Michigan on Wednesday said a 17-year-old boy had become the fourth student to die as a result of a high school shooting in the state the day before.

    The latest victim was named as Justin Shilling, just hours after the authorities named the other three teenagers killed in Tuesday’s shooting in Oxford, on the outskirts of Detroit.

    Continue reading...", - "content": "

    Authorities name latest victim just hours after identifying the other three teenagers killed in shooting outside Detroit

    Authorities in Michigan on Wednesday said a 17-year-old boy had become the fourth student to die as a result of a high school shooting in the state the day before.

    The latest victim was named as Justin Shilling, just hours after the authorities named the other three teenagers killed in Tuesday’s shooting in Oxford, on the outskirts of Detroit.

    Continue reading...", - "category": "US school shootings", - "link": "https://www.theguardian.com/us-news/2021/dec/01/michigan-high-school-shooting-victims-identified", - "creator": "Richard Luscombe and agencies", - "pubDate": "2021-12-01T18:02:50Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Neat enough for Pepys: Magdalene college Cambridge’s inventive new library", + "description": "

    The famous diarist’s dedicated building, left to his Cambridge alma mater, could not be altered. So architect Níall McLaughlin created a magical solution

    “My delight is in the neatness of everything,” wrote Samuel Pepys in his diary in 1663, “and so cannot be pleased with anything unless it be very neat, which is a strange folly.”

    He was referring in part to the fastidious organisation of his magnificent collection of books. By the time of his death in 1703 he had amassed 3,000 of them, which he left to his alma mater, Magdalene College, Cambridge, to be housed in a dedicated building with his name above the door. He gave strict instructions that his library be kept intact for posterity, without addition or subtraction, its contents arranged “according to heighth” in the bespoke glass-fronted bookcases he had especially commissioned. The responsibility came with an added threat: if one volume goes missing, he instructed, the whole library must be transferred to Trinity.

    Continue reading...", + "content": "

    The famous diarist’s dedicated building, left to his Cambridge alma mater, could not be altered. So architect Níall McLaughlin created a magical solution

    “My delight is in the neatness of everything,” wrote Samuel Pepys in his diary in 1663, “and so cannot be pleased with anything unless it be very neat, which is a strange folly.”

    He was referring in part to the fastidious organisation of his magnificent collection of books. By the time of his death in 1703 he had amassed 3,000 of them, which he left to his alma mater, Magdalene College, Cambridge, to be housed in a dedicated building with his name above the door. He gave strict instructions that his library be kept intact for posterity, without addition or subtraction, its contents arranged “according to heighth” in the bespoke glass-fronted bookcases he had especially commissioned. The responsibility came with an added threat: if one volume goes missing, he instructed, the whole library must be transferred to Trinity.

    Continue reading...", + "category": "Architecture", + "link": "https://www.theguardian.com/artanddesign/2021/nov/23/magdalene-college-cambridge-library-pepys-niall-mclaughlin", + "creator": "Oliver Wainwright", + "pubDate": "2021-11-23T12:24:19Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "48cc1b6a4f3a048b448206f6a5fc3bdc" + "hash": "2a0569c045046bbca19853983230411c" }, { - "title": "Donald Trump accuses Meghan of disrespect towards royal family", - "description": "

    Former president says Prince Harry ‘has been used horribly’ in interview with Nigel Farage

    The former US president Donald Trump has accused the Duchess of Sussex of being “disrespectful” to the Queen and the royal family.

    In a wide-ranging interview with the politician turned broadcaster Nigel Farage, Trump said he thought the Duke of Sussex had been “used horribly”.

    Continue reading...", - "content": "

    Former president says Prince Harry ‘has been used horribly’ in interview with Nigel Farage

    The former US president Donald Trump has accused the Duchess of Sussex of being “disrespectful” to the Queen and the royal family.

    In a wide-ranging interview with the politician turned broadcaster Nigel Farage, Trump said he thought the Duke of Sussex had been “used horribly”.

    Continue reading...", - "category": "Donald Trump", - "link": "https://www.theguardian.com/us-news/2021/dec/01/donald-trump-accuses-meghan-of-disrespect-towards-royal-family-prince-harry-nigel-farage", - "creator": "Jamie Grierson", - "pubDate": "2021-12-01T11:53:57Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Post-Brexit scheme to lure Nobel winners to UK fails to attract single applicant", + "description": "

    Programme to allow those with prestigious global prizes to get fast-track visas dismissed as ‘elitist’ and a ‘joke’

    A post-Brexit scheme to draw the world’s most celebrated academics and other leading figures to the UK has failed to attract a single applicant in the six months since it opened, it has been reported.

    The visa route open to Nobel laureates and other prestigious global prize winners in the fields of science, engineering, humanities and medicine – among others – was described as a joke by experts after ministers admitted its failure to garner any interest.

    Continue reading...", + "content": "

    Programme to allow those with prestigious global prizes to get fast-track visas dismissed as ‘elitist’ and a ‘joke’

    A post-Brexit scheme to draw the world’s most celebrated academics and other leading figures to the UK has failed to attract a single applicant in the six months since it opened, it has been reported.

    The visa route open to Nobel laureates and other prestigious global prize winners in the fields of science, engineering, humanities and medicine – among others – was described as a joke by experts after ministers admitted its failure to garner any interest.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/nov/23/post-brexit-scheme-to-lure-nobel-winners-to-uk-fails-to-attract-single-applicant", + "creator": "Kevin Rawlinson", + "pubDate": "2021-11-23T12:04:42Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60a4833bfd90fdca46252b43f584fde7" + "hash": "291812f9dc54e603a6180099f9c4eee8" }, { - "title": "Israeli doctor believes he caught Omicron variant of Covid in London", - "description": "

    Exclusive: Cardiologist Elad Maor suspects he caught virus at conference attended by more than 1,200 people

    A doctor who was one of the first people in the world to become infected with the Omicron variant says he believes he caught the virus when he was in London for a major medical conference attended by more than 1,200 health professionals.

    The disclosure from Elad Maor will raise fears that the variant may have been in the UK much earlier than previously realised – and that other medics could have been exposed to it too.

    Continue reading...", - "content": "

    Exclusive: Cardiologist Elad Maor suspects he caught virus at conference attended by more than 1,200 people

    A doctor who was one of the first people in the world to become infected with the Omicron variant says he believes he caught the virus when he was in London for a major medical conference attended by more than 1,200 health professionals.

    The disclosure from Elad Maor will raise fears that the variant may have been in the UK much earlier than previously realised – and that other medics could have been exposed to it too.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/01/israeli-doctor-believes-he-caught-omicron-variant-of-covid-in-london", - "creator": "Andrew Gregory Health editor", - "pubDate": "2021-12-01T16:05:51Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "UK will press governments to stick to climate pledges, says Cop26 president", + "description": "

    Alok Sharma says shared goals must be steered to safety by ensuring countries deliver on their promises

    The UK will continue to press governments around the world to cut greenhouse gas emissions urgently in the next year to limit global heating to 1.5C, after the UN climate talks that concluded last week, the president of the summit has pledged.

    Alok Sharma, the cabinet minister who led the Cop26 talks, said the world had shown in Glasgow that countries could work together to establish a framework for climate action but the next year must focus on keeping the promises made there.

    Continue reading...", + "content": "

    Alok Sharma says shared goals must be steered to safety by ensuring countries deliver on their promises

    The UK will continue to press governments around the world to cut greenhouse gas emissions urgently in the next year to limit global heating to 1.5C, after the UN climate talks that concluded last week, the president of the summit has pledged.

    Alok Sharma, the cabinet minister who led the Cop26 talks, said the world had shown in Glasgow that countries could work together to establish a framework for climate action but the next year must focus on keeping the promises made there.

    Continue reading...", + "category": "Climate crisis", + "link": "https://www.theguardian.com/environment/2021/nov/23/uk-governments-climate-pledges-cop26-president-alok-sharma", + "creator": "Fiona Harvey Environment correspondent", + "pubDate": "2021-11-23T12:00:15Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f730ab9e952d158f69444cd223d8c625" + "hash": "4abad2cd01d21462d2cbec8f16eeaa59" }, { - "title": "Covid-19 variants may not evolve to be less dangerous, says Neil Ferguson", - "description": "

    Senior UK scientist says extent of threat posed by Omicron will not be clear until end of year

    People should not assume that Covid will evolve to become a milder disease, a senior scientist has warned, adding that the threat posed by the Omicron coronavirus variant will not be clear until the end of December.

    Prof Neil Ferguson, head of the disease outbreak analysis and modelling group at Imperial College London, told MPs on Wednesday that while evolution would drive Covid to spread more easily the virus might not become less dangerous.

    Continue reading...", - "content": "

    Senior UK scientist says extent of threat posed by Omicron will not be clear until end of year

    People should not assume that Covid will evolve to become a milder disease, a senior scientist has warned, adding that the threat posed by the Omicron coronavirus variant will not be clear until the end of December.

    Prof Neil Ferguson, head of the disease outbreak analysis and modelling group at Imperial College London, told MPs on Wednesday that while evolution would drive Covid to spread more easily the virus might not become less dangerous.

    Continue reading...", + "title": "AstraZeneca chief links Europe’s Covid surge to rejection of firm’s vaccine", + "description": "

    Pascal Soriot says heightened T-cell immunity from Oxford jab may give more durable protection

    A decision not to use AstraZeneca’s Covid-19 vaccine for elderly people in some European countries could help explain why the virus is currently triggering such high levels of infections in mainland Europe, the company’s chief executive has said.

    Pascal Soriot told BBC Radio 4’s Today programme that heightened T-cell immunity could be giving those who received the Oxford/AstraZeneca jab more durable immune protection against the virus.

    Continue reading...", + "content": "

    Pascal Soriot says heightened T-cell immunity from Oxford jab may give more durable protection

    A decision not to use AstraZeneca’s Covid-19 vaccine for elderly people in some European countries could help explain why the virus is currently triggering such high levels of infections in mainland Europe, the company’s chief executive has said.

    Pascal Soriot told BBC Radio 4’s Today programme that heightened T-cell immunity could be giving those who received the Oxford/AstraZeneca jab more durable immune protection against the virus.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/01/covid-19-variants-omicron-may-not-evolve-less-danger-time-nervtag-uk", - "creator": "Ian Sample and Heather Stewart", - "pubDate": "2021-12-01T16:13:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "link": "https://www.theguardian.com/world/2021/nov/23/astrazeneca-chief-links-europes-covid-surge-to-rejection-of-firms-vaccine", + "creator": "Linda Geddes Science correspondent", + "pubDate": "2021-11-23T11:53:34Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b3c9eb7103dda947b6b4b23b2dc5e4c" + "hash": "fd5582699639f518bff02a2080494d21" }, { - "title": "First US case of Omicron Covid variant identified in California", - "description": "
    • Scientists studying effects of new coronavirus variant
    • CDC moves towards stricter testing rules for travelers

    The first confirmed case of the Omicron variant of Covid-19 in the United States has been identified in California.

    The identification by the Centers for Disease Control and Prevention (CDC) comes as scientists continue to study the risks posed by the new variant of the virus.

    Continue reading...", - "content": "
    • Scientists studying effects of new coronavirus variant
    • CDC moves towards stricter testing rules for travelers

    The first confirmed case of the Omicron variant of Covid-19 in the United States has been identified in California.

    The identification by the Centers for Disease Control and Prevention (CDC) comes as scientists continue to study the risks posed by the new variant of the virus.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/01/omicron-variant-california-cdc-coronavirus-covid", - "creator": "Joanna Walters and agencies", - "pubDate": "2021-12-01T19:10:24Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Crazy Frog returns, like it or not: ‘There will always be a place for novelty songs’", + "description": "

    With genitalia proudly exposed, the amphibian raced up the charts in 2005 and irritated much of the UK. Why has it been allowed a second chance? Its handler explains himself

    For a few months in 2005, you couldn’t move without encountering Crazy Frog. First sold as a ringtone, his nonsensical catchphrase, “Rring ding ding ding baa baa”, entered the national vocabulary. Then it became the most popular – and divisive – single of 2005, coupled with a CGI video of an explicitly naked frog on the lam in a futuristic cityscape. “The frog is irritating to the point of distraction and back again,” wrote BBC News. “And yet at the same, it’s strangely compelling.”

    The craze lasted for five Top 20 hits and then mercifully dwindled. The character was so hated that hackers found success with a virus offering to show users an image of him being killed off. But now the frog is staging a comeback. Next month, the once-ubiquitous amphibian will release a new single – a mash-up of a classic and a more recent song, the details of which the frog’s guardians are keeping under wraps, other than to say that both are popular on TikTok.

    Continue reading...", + "content": "

    With genitalia proudly exposed, the amphibian raced up the charts in 2005 and irritated much of the UK. Why has it been allowed a second chance? Its handler explains himself

    For a few months in 2005, you couldn’t move without encountering Crazy Frog. First sold as a ringtone, his nonsensical catchphrase, “Rring ding ding ding baa baa”, entered the national vocabulary. Then it became the most popular – and divisive – single of 2005, coupled with a CGI video of an explicitly naked frog on the lam in a futuristic cityscape. “The frog is irritating to the point of distraction and back again,” wrote BBC News. “And yet at the same, it’s strangely compelling.”

    The craze lasted for five Top 20 hits and then mercifully dwindled. The character was so hated that hackers found success with a virus offering to show users an image of him being killed off. But now the frog is staging a comeback. Next month, the once-ubiquitous amphibian will release a new single – a mash-up of a classic and a more recent song, the details of which the frog’s guardians are keeping under wraps, other than to say that both are popular on TikTok.

    Continue reading...", + "category": "Music", + "link": "https://www.theguardian.com/music/2021/nov/23/crazy-frog-returns-like-it-or-not-there-will-always-be-a-place-for-novelty-songs", + "creator": "Ralph Jones", + "pubDate": "2021-11-23T11:30:28Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "abc3680b7dd0a3698a2175a69dfd5df0" + "hash": "adf18c88e49e633d84b1320eb09d81dc" }, { - "title": "Omicron variant found around world as more nations tighten travel rules", - "description": "

    US among more than 50 nations bringing in stricter border controls as variant is identified in 24 countries

    The Omicron variant of Covid-19 has been identified in new countries around the globe, including the US, west Africa, the Gulf and Asia, as American authorities indicated they would further tighten border controls over concerns that the new strain may be more transmissible.

    Underscoring the fast spread of the variant, the National Institute for Communicable Diseases in South Africa – where Omicron was first detected – said it had now been found in five out of nine provinces, and accounted for 74% of the virus genomes sequenced in November.

    Continue reading...", - "content": "

    US among more than 50 nations bringing in stricter border controls as variant is identified in 24 countries

    The Omicron variant of Covid-19 has been identified in new countries around the globe, including the US, west Africa, the Gulf and Asia, as American authorities indicated they would further tighten border controls over concerns that the new strain may be more transmissible.

    Underscoring the fast spread of the variant, the National Institute for Communicable Diseases in South Africa – where Omicron was first detected – said it had now been found in five out of nine provinces, and accounted for 74% of the virus genomes sequenced in November.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/dec/01/omicron-covid-variant-discovered-in-west-africa-and-the-gulf", - "creator": "Peter Beaumont", - "pubDate": "2021-12-01T19:02:33Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Call to British Airways might have averted 1990 Kuwait hostage crisis", + "description": "

    Ambassador warned Foreign Office an Iraqi invasion was under way but this was not passed on to airline

    Hundreds of British passengers might have avoided being taken hostage by the Iraqi dictator Saddam Hussein in 1990 if a UK diplomatic call informing Whitehall of Iraq’s invasion of Kuwait had been relayed to British Airways, the Foreign Office has disclosed.

    New papers revealed under the 20-year-rule show that the UK ambassador to Kuwait rang the Foreign Office duty clerk to warn him that an Iraqi invasion of Kuwait was under way. The message was then passed around Whitehall, including to Downing Street and the intelligence services.

    Continue reading...", + "content": "

    Ambassador warned Foreign Office an Iraqi invasion was under way but this was not passed on to airline

    Hundreds of British passengers might have avoided being taken hostage by the Iraqi dictator Saddam Hussein in 1990 if a UK diplomatic call informing Whitehall of Iraq’s invasion of Kuwait had been relayed to British Airways, the Foreign Office has disclosed.

    New papers revealed under the 20-year-rule show that the UK ambassador to Kuwait rang the Foreign Office duty clerk to warn him that an Iraqi invasion of Kuwait was under way. The message was then passed around Whitehall, including to Downing Street and the intelligence services.

    Continue reading...", + "category": "Foreign, Commonwealth and Development Office", + "link": "https://www.theguardian.com/politics/2021/nov/23/call-to-british-airways-might-have-averted-1990-kuwait-hostage-crisis", + "creator": "Patrick Wintour Diplomatic correspondent", + "pubDate": "2021-11-23T11:08:29Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8de69f4fa3ecbaee6b46b2e8c43495d" + "hash": "ea6b95347eb38d738b13f5453e8f5977" }, { - "title": "‘I was part of the Beatles’ act’: Mike McCartney’s best photograph", - "description": "

    ‘I call our kid “Rambo Paul” in this one, because he reminds me of Stallone. I have no idea why George is pointing at his nipple’

    I didn’t intend to pick up a camera. I’d been practising on drums that had fallen off the back of a lorry into our house on Forthlin Road, Liverpool. But when I was 13, I broke my arm at scout camp, so Pete Best got the job in our kid’s group. That’s when I started taking photos on the family box camera. It was fortuitous, though, because if I had become the Beatles’ drummer, we’d probably have gone the Oasis route.

    I would go everywhere with the Beatles. I was part of the act. It’s like if Rembrandt’s kid brother was in the corner with a pad and paper, sketching his older brother. I was lucky – you couldn’t have had a better group to practise on, could you?

    Continue reading...", - "content": "

    ‘I call our kid “Rambo Paul” in this one, because he reminds me of Stallone. I have no idea why George is pointing at his nipple’

    I didn’t intend to pick up a camera. I’d been practising on drums that had fallen off the back of a lorry into our house on Forthlin Road, Liverpool. But when I was 13, I broke my arm at scout camp, so Pete Best got the job in our kid’s group. That’s when I started taking photos on the family box camera. It was fortuitous, though, because if I had become the Beatles’ drummer, we’d probably have gone the Oasis route.

    I would go everywhere with the Beatles. I was part of the act. It’s like if Rembrandt’s kid brother was in the corner with a pad and paper, sketching his older brother. I was lucky – you couldn’t have had a better group to practise on, could you?

    Continue reading...", - "category": "Art and design", - "link": "https://www.theguardian.com/artanddesign/2021/dec/01/the-beatles-mike-paul-mccartney-best-photograph", - "creator": "Interview by Henry Yates", - "pubDate": "2021-12-01T15:00:04Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Frog back from the dead helps fight plans for mine in Ecuador", + "description": "

    Campaigners say if copper mine gets go-ahead in cloud forest, the longnose harlequin, once thought to be extinct, will be threatened again

    Reports of the longnose harlequin frog’s death appear to have been greatly exaggerated – or, at least, premature. The Mark Twain of the frog world is listed by the International Union for Conservation of Nature (IUCN) as extinct, which may come as a surprise to those alive and well in the cloud forests of Ecuador’s tropical Andes.

    Known for its pointed snout, the longnose harlequin frog (Atelopus longirostris) is about to play a central role in a legal battle to stop a mining project in the Intag valley in Imbabura province, which campaigners say would be a disaster for the highly biodiverse cloud forests.

    Continue reading...", + "content": "

    Campaigners say if copper mine gets go-ahead in cloud forest, the longnose harlequin, once thought to be extinct, will be threatened again

    Reports of the longnose harlequin frog’s death appear to have been greatly exaggerated – or, at least, premature. The Mark Twain of the frog world is listed by the International Union for Conservation of Nature (IUCN) as extinct, which may come as a surprise to those alive and well in the cloud forests of Ecuador’s tropical Andes.

    Known for its pointed snout, the longnose harlequin frog (Atelopus longirostris) is about to play a central role in a legal battle to stop a mining project in the Intag valley in Imbabura province, which campaigners say would be a disaster for the highly biodiverse cloud forests.

    Continue reading...", + "category": "Mining", + "link": "https://www.theguardian.com/environment/2021/nov/23/frog-back-from-the-dead-helps-fight-mine-plans-in-ecuadors-cloud-forest-aoe", + "creator": "Graeme Green", + "pubDate": "2021-11-23T11:00:14Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "34c608ae0a88aece360bb39117649095" + "hash": "e8b2f27d6ef4045d5fe247ebe7349062" }, { - "title": "‘Long reigns often leave long shadows’: Europeans on Angela Merkel", - "description": "

    People across Europe share their views on German chancellor and role she has played in the EU

    After 16 years in office, Angela Merkel is stepping down on Thursday as chancellor of Germany. The former UK prime minister Tony Blair said she had “often defined modern Germany” and Romano Prodi, Italian prime minister between 2006 and 2008, said a new European strategy and the next-generation EU would be part of the “great legacy” she leaves.

    People across Europe share their views on her leadership in Germany and the role she has played in the European Union.

    Continue reading...", - "content": "

    People across Europe share their views on German chancellor and role she has played in the EU

    After 16 years in office, Angela Merkel is stepping down on Thursday as chancellor of Germany. The former UK prime minister Tony Blair said she had “often defined modern Germany” and Romano Prodi, Italian prime minister between 2006 and 2008, said a new European strategy and the next-generation EU would be part of the “great legacy” she leaves.

    People across Europe share their views on her leadership in Germany and the role she has played in the European Union.

    Continue reading...", - "category": "Angela Merkel", - "link": "https://www.theguardian.com/world/2021/dec/01/long-reigns-often-leave-long-shadows-europeans-on-angela-merkel", - "creator": "Guardian readers and Rachel Obordo", - "pubDate": "2021-12-01T13:40:42Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Labor blasts Barnaby Joyce for appointing Tamworth mayor and ‘solid supporter’ for infrastructure role", + "description": "

    Nationals leader accused opposition of being ‘academic snobs’ who lacked commitment to regional Australia

    Labor has blasted Nationals leader Barnaby Joyce for being set to appoint the retiring mayor of Tamworth, Col Murray, as the new chair of Infrastructure Australia.

    Asked on Tuesday by the shadow infrastructure Catherine King whether he could confirm that the Morrison government had decided, but not yet announced, that Murray, “who has described himself as a fairly solid Barnaby supporter” would be the new chair of the infrastructure advisory body, Joyce rounded on the opposition.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Nationals leader accused opposition of being ‘academic snobs’ who lacked commitment to regional Australia

    Labor has blasted Nationals leader Barnaby Joyce for being set to appoint the retiring mayor of Tamworth, Col Murray, as the new chair of Infrastructure Australia.

    Asked on Tuesday by the shadow infrastructure Catherine King whether he could confirm that the Morrison government had decided, but not yet announced, that Murray, “who has described himself as a fairly solid Barnaby supporter” would be the new chair of the infrastructure advisory body, Joyce rounded on the opposition.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Barnaby Joyce", + "link": "https://www.theguardian.com/australia-news/2021/nov/23/labor-blasts-barnaby-joyce-for-appointing-tamworth-mayor-and-solid-supporter-for-infrastructure-role", + "creator": "Katharine Murphy", + "pubDate": "2021-11-23T10:53:37Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3321264e8356e0f67dfc0b1d6ec2871" + "hash": "e52973b2123f474ac9a5d41a1ee613ce" }, { - "title": "The urinary leash: how the death of public toilets traps and trammels us all", - "description": "

    Britain has lost an estimated 50% of its public toilets in the past 10 years. This is a problem for everyone, and for some it is so acute that they are either dehydrating before going out or not leaving home at all

    For about an hour and a half before she finishes work and gets the bus home, Jacqui won’t eat or drink anything. Once, while waiting at the bus stop, and suddenly needing the loo, she had to head to the other end of town; the public toilets nearby had closed. She didn’t make it in time. Jacqui, who has multiple sclerosis, which can affect bladder and bowel function, says: “I go everywhere with a spare pair of knickers and a packet of wipes, but it’s not something you want to do if you can help it.”

    Jacqui was diagnosed with MS five years ago, and in that time she has noticed a decline in the number of public toilets. Of the ones that are left, one only takes 20p coins, “and in this increasingly cashless society, you have to make sure you always go out with a 20p”. The other block of loos are “up two flights of stairs or the lift, so it’s not the most suitable access”. If she is out for the day, she will research where the loos are, and it has meant missing out on trips with friends, such as to an outdoor festival, where the loos just weren’t accessible enough. The MS Society has given her a card, which she shows in cafes requesting access to their loos when she’s not a customer, and every person she has flashed it to “has been wonderful”. But, she adds: “You use it as a last resort because you don’t really want to burst into a cafe in front of people and say: ‘Excuse me, I need to wee.’”

    Continue reading...", - "content": "

    Britain has lost an estimated 50% of its public toilets in the past 10 years. This is a problem for everyone, and for some it is so acute that they are either dehydrating before going out or not leaving home at all

    For about an hour and a half before she finishes work and gets the bus home, Jacqui won’t eat or drink anything. Once, while waiting at the bus stop, and suddenly needing the loo, she had to head to the other end of town; the public toilets nearby had closed. She didn’t make it in time. Jacqui, who has multiple sclerosis, which can affect bladder and bowel function, says: “I go everywhere with a spare pair of knickers and a packet of wipes, but it’s not something you want to do if you can help it.”

    Jacqui was diagnosed with MS five years ago, and in that time she has noticed a decline in the number of public toilets. Of the ones that are left, one only takes 20p coins, “and in this increasingly cashless society, you have to make sure you always go out with a 20p”. The other block of loos are “up two flights of stairs or the lift, so it’s not the most suitable access”. If she is out for the day, she will research where the loos are, and it has meant missing out on trips with friends, such as to an outdoor festival, where the loos just weren’t accessible enough. The MS Society has given her a card, which she shows in cafes requesting access to their loos when she’s not a customer, and every person she has flashed it to “has been wonderful”. But, she adds: “You use it as a last resort because you don’t really want to burst into a cafe in front of people and say: ‘Excuse me, I need to wee.’”

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/01/the-urinary-leash-how-the-death-of-public-toilets-traps-and-trammels-us-all", - "creator": "Emine Saner", - "pubDate": "2021-12-01T12:00:01Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "China condemns ‘malicious hyping’ over Peng Shuai", + "description": "

    Foreign ministry takes unrepentant stance to concerns in west over wellbeing of tennis player

    China’s foreign ministry has accused unnamed people of “malicious hyping” in the case of the tennis star Peng Shuai, in a hardline and unrepentant response to questions in the west over her wellbeing.

    The whereabouts and wellbeing of Peng, a former doubles world number one, has become a matter of international concern over the past three weeks, after she alleged in a message on the Chinese social media site Weibo that the country’s former vice-premier, Zhang Gaoli, had sexually assaulted her. Peng ceased to be seen in public shortly after she made her allegation on 2 November.

    Continue reading...", + "content": "

    Foreign ministry takes unrepentant stance to concerns in west over wellbeing of tennis player

    China’s foreign ministry has accused unnamed people of “malicious hyping” in the case of the tennis star Peng Shuai, in a hardline and unrepentant response to questions in the west over her wellbeing.

    The whereabouts and wellbeing of Peng, a former doubles world number one, has become a matter of international concern over the past three weeks, after she alleged in a message on the Chinese social media site Weibo that the country’s former vice-premier, Zhang Gaoli, had sexually assaulted her. Peng ceased to be seen in public shortly after she made her allegation on 2 November.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/nov/23/china-peng-shuai-tennis-player-west", + "creator": "Vincent Ni China affairs correspondent", + "pubDate": "2021-11-23T10:40:42Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3fe7fb0d312816f072cfbf0e6e101cc3" + "hash": "0d99befad49b47362ad849f70bd92a66" }, { - "title": "The Hand of God review – Paolo Sorrentino tells his own Maradona story", - "description": "

    The Italian film-maker may owe his life to the footballer, as this vivid, autobiographical Neapolitan drama reveals

    Paolo Sorrentino’s extravagantly personal movie gives us all a sentimental education in this director’s boyhood and coming of age – or at any rate, what he now creatively remembers of it – in Naples in the 1980s, where everyone had gone collectively crazy for SSC Napoli’s new signing, footballing legend Diego Maradona. We watch as a family party explodes with joy around the TV when Maradona scores his handball goal in the 1986 World Cup. A leftwing uncle growls with pleasure at the imperialist English getting scammed.

    This is a tribute to Sorrentino’s late parents, who in 1987 died together of carbon monoxide poisoning at their holiday chalet outside the city, where 16-year-old Paolo might himself also have been staying had it not been that he wanted to see Napoli playing at home. So maybe Maradona saved his life, but it was a bittersweet rescue. The hand of God, after all, struck down his mum and dad and spared him. Newcomer Filippo Scotti plays 16-year-old Fabietto (that is, Sorrentino himself) at the centre of a garrulous swirl of family members. Toni Servillo plays his dad, Saverio, and Teresa Saponangelo gives a lovely performance as his mother, Maria, with a skittish love of making practical jokes.

    Continue reading...", - "content": "

    The Italian film-maker may owe his life to the footballer, as this vivid, autobiographical Neapolitan drama reveals

    Paolo Sorrentino’s extravagantly personal movie gives us all a sentimental education in this director’s boyhood and coming of age – or at any rate, what he now creatively remembers of it – in Naples in the 1980s, where everyone had gone collectively crazy for SSC Napoli’s new signing, footballing legend Diego Maradona. We watch as a family party explodes with joy around the TV when Maradona scores his handball goal in the 1986 World Cup. A leftwing uncle growls with pleasure at the imperialist English getting scammed.

    This is a tribute to Sorrentino’s late parents, who in 1987 died together of carbon monoxide poisoning at their holiday chalet outside the city, where 16-year-old Paolo might himself also have been staying had it not been that he wanted to see Napoli playing at home. So maybe Maradona saved his life, but it was a bittersweet rescue. The hand of God, after all, struck down his mum and dad and spared him. Newcomer Filippo Scotti plays 16-year-old Fabietto (that is, Sorrentino himself) at the centre of a garrulous swirl of family members. Toni Servillo plays his dad, Saverio, and Teresa Saponangelo gives a lovely performance as his mother, Maria, with a skittish love of making practical jokes.

    Continue reading...", - "category": "Drama films", - "link": "https://www.theguardian.com/film/2021/dec/01/the-hand-of-god-review-sorrentino-maradona-italian-film-maker-neapolitan-drama", - "creator": "Peter Bradshaw", - "pubDate": "2021-12-01T16:00:06Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Chinese birthrate falls to lowest since 1978", + "description": "

    Official statistics show 8.5 births per 1,000 people in 2020, the first time under 10 in decades

    China’s birthrate has plummeted to its lowest level since 1978 as the government struggles to stave off a looming demographic crisis.

    Data released by the country’s national bureau of statistics shows there were 8.5 births per 1,000 people in 2020, the first time in decades that the figure has fallen below 10. The statistical yearbook, released at the weekend, said the natural rate of population growth – taking in births and deaths – was at a new low of 1.45.

    Continue reading...", + "content": "

    Official statistics show 8.5 births per 1,000 people in 2020, the first time under 10 in decades

    China’s birthrate has plummeted to its lowest level since 1978 as the government struggles to stave off a looming demographic crisis.

    Data released by the country’s national bureau of statistics shows there were 8.5 births per 1,000 people in 2020, the first time in decades that the figure has fallen below 10. The statistical yearbook, released at the weekend, said the natural rate of population growth – taking in births and deaths – was at a new low of 1.45.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/nov/23/chinese-birthrate-falls-to-lowest-since-1978", + "creator": "Helen Davidson in Taipei", + "pubDate": "2021-11-23T09:37:07Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1951fca90126aeb205220f881fcc8c7d" + "hash": "cf3296b73eda1ce72fba134d5b5373bc" }, { - "title": "How the Cuomo brothers’ on-air comedy routines compromised CNN", - "description": "

    The news network implicitly endorsed the former New York governor amid accusations of sexual harassment and corruption

    For months, CNN’s primetime anchor, Chris Cuomo, refused to cover the multiple scandals surrounding his brother, the former New York governor Andrew Cuomo.

    Chris Cuomo said it would be a conflict of interest for him to report on the sexual harassment, corruption and misuse of public funds his brother had been accused of. But many wondered how CNN could justify what amounted to a blackout of one of the nation’s top news stories during the news network’s most-watched time slot.

    Continue reading...", - "content": "

    The news network implicitly endorsed the former New York governor amid accusations of sexual harassment and corruption

    For months, CNN’s primetime anchor, Chris Cuomo, refused to cover the multiple scandals surrounding his brother, the former New York governor Andrew Cuomo.

    Chris Cuomo said it would be a conflict of interest for him to report on the sexual harassment, corruption and misuse of public funds his brother had been accused of. But many wondered how CNN could justify what amounted to a blackout of one of the nation’s top news stories during the news network’s most-watched time slot.

    Continue reading...", - "category": "Andrew Cuomo", - "link": "https://www.theguardian.com/us-news/2021/dec/01/chris-cuomo-cnn-routine-brother-undermined-network", - "creator": "Danielle Tcholakian", - "pubDate": "2021-12-01T18:01:31Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Samantha Willis was a beloved young pregnant mother. Did bad vaccine advice cost her her life?", + "description": "

    When the UK’s jab programme began, expectant mothers were told to steer clear – so Samantha decided to wait until she had had her baby. Two weeks after giving birth, she died in hospital

    It was typical of Samantha Willis that she bought the food for her baby shower herself. No fuss; she didn’t want other people to be put out. She even bought a cheese board, despite the fact that, because she was pregnant, she couldn’t eat half of it.

    On 1 August, the care worker and mother of three from Derry was eight months pregnant with her third daughter. The weather was beautiful, so Samantha stood out in the sun, ironing clothes and getting everything organised for the baby.

    Continue reading...", + "content": "

    When the UK’s jab programme began, expectant mothers were told to steer clear – so Samantha decided to wait until she had had her baby. Two weeks after giving birth, she died in hospital

    It was typical of Samantha Willis that she bought the food for her baby shower herself. No fuss; she didn’t want other people to be put out. She even bought a cheese board, despite the fact that, because she was pregnant, she couldn’t eat half of it.

    On 1 August, the care worker and mother of three from Derry was eight months pregnant with her third daughter. The weather was beautiful, so Samantha stood out in the sun, ironing clothes and getting everything organised for the baby.

    Continue reading...", + "category": "Pregnancy", + "link": "https://www.theguardian.com/society/2021/nov/23/samantha-willis-was-a-beloved-young-pregnant-mother-did-bad-vaccine-advice-cost-her-her-life", + "creator": "Sirin Kale", + "pubDate": "2021-11-23T08:00:04Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec53630d7a82f9da6742dc88011a571d" + "hash": "b83e52e836ae5bf08fafcd72ae1c8372" }, { - "title": "Edie Falco: ‘Alcohol was the answer to all my problems - and the cause of them’", - "description": "

    One of TV’s most admired actors, she is now playing Hillary Clinton on screen. She discusses overcoming addiction, her adoration for Sopranos co-star James Gandolfini and the pure joy of adopting two children

    Edie Falco has never been the type of actor to demand entourages and encores. Fanfares and fuss are just not her bag, and she has little time for pretentious thespiness. When other actors talk about their “Process,” as she puts it – with a capital P – she thinks, “What are you talking about?!” With her open, thoughtful face and wide smile, she looks as if she could be your friend from the local coffee shop, as opposed to one of the most accoladed American actors of this century, having accumulated two Golden Globes, four Emmys and five Screen Actors Guild awards, plus a jaw-dropping 47 nominations. This impression of straightforwardness and – oh dreaded word – relatability has made her subtle performances of self-deceiving characters even more powerful. As the mob wife, Carmela, in The Sopranos, she could tell Tony (James Gandolfini) what she thought of him staying out all night with his “goomahs”, or mistresses, but she couldn’t admit to herself that he does much worse to fund the life she loves. Similarly, as Nurse Jackie, in the eponymous TV series, her scrubbed clean face and sensible short hair belied her character’s drug addiction.

    So it feels extremely right that, when we connect by video chat, Falco, 58, is sitting – not in a fancy hotel room, or a Hollywood mansion, but in the endearingly messy basement of her New York house, where she lives with her son, 16, and daughter, 13. Power tools hang off the wall behind her, and she is leaning on a table strewn with what she describes as “God knows, some stuff”.

    Continue reading...", - "content": "

    One of TV’s most admired actors, she is now playing Hillary Clinton on screen. She discusses overcoming addiction, her adoration for Sopranos co-star James Gandolfini and the pure joy of adopting two children

    Edie Falco has never been the type of actor to demand entourages and encores. Fanfares and fuss are just not her bag, and she has little time for pretentious thespiness. When other actors talk about their “Process,” as she puts it – with a capital P – she thinks, “What are you talking about?!” With her open, thoughtful face and wide smile, she looks as if she could be your friend from the local coffee shop, as opposed to one of the most accoladed American actors of this century, having accumulated two Golden Globes, four Emmys and five Screen Actors Guild awards, plus a jaw-dropping 47 nominations. This impression of straightforwardness and – oh dreaded word – relatability has made her subtle performances of self-deceiving characters even more powerful. As the mob wife, Carmela, in The Sopranos, she could tell Tony (James Gandolfini) what she thought of him staying out all night with his “goomahs”, or mistresses, but she couldn’t admit to herself that he does much worse to fund the life she loves. Similarly, as Nurse Jackie, in the eponymous TV series, her scrubbed clean face and sensible short hair belied her character’s drug addiction.

    So it feels extremely right that, when we connect by video chat, Falco, 58, is sitting – not in a fancy hotel room, or a Hollywood mansion, but in the endearingly messy basement of her New York house, where she lives with her son, 16, and daughter, 13. Power tools hang off the wall behind her, and she is leaning on a table strewn with what she describes as “God knows, some stuff”.

    Continue reading...", - "category": "Edie Falco", - "link": "https://www.theguardian.com/tv-and-radio/2021/dec/01/edie-falco-interview-tv-actor-alcohol-hillary-clinton-sopranos", - "creator": "Hadley Freeman", - "pubDate": "2021-12-01T06:00:53Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Covid news live: India records smallest daily rise in cases in 18 months despite festivals", + "description": "

    India’s daily Covid cases saw the slimmest daily rise in one-and-a-half-years despite recent large festivals such as Diwali as vaccination and antibody levels rise

    In the UK, Labour MP and member of the health select committee at parliament Sarah Owen has been on Sky News. She was asked about three things. Firstly on AstraZeneca suggesting they would offer tiered pricing and still offer vaccines not-for-profit to developing nations, and the risk of new variants developing due to vaccine inequality, she said:

    We are in a global pandemic, the clue is in the title and we need an international response. So moves from AstraZeneca that you’re talking about just now are very welcome because we need to ensure that everyone across the world has access to a vaccination.

    We’ve always got to be scanning the horizon. For new variants. For changes. And possible solutions, new solutions for dealing with this pandemic. And we can’t take our eye off the ball particularly as we’re staring down the barrel of winter again.

    Children should just be able to go to school. I think they’ve had a horrible last two years. The last thing they should be doing is being confronted with people who are being aggressive, or who are looking to threaten them, or threaten teaching staff or their parents. It’s completely unacceptable. Children should just be able to go to school.

    Continue reading...", + "content": "

    India’s daily Covid cases saw the slimmest daily rise in one-and-a-half-years despite recent large festivals such as Diwali as vaccination and antibody levels rise

    In the UK, Labour MP and member of the health select committee at parliament Sarah Owen has been on Sky News. She was asked about three things. Firstly on AstraZeneca suggesting they would offer tiered pricing and still offer vaccines not-for-profit to developing nations, and the risk of new variants developing due to vaccine inequality, she said:

    We are in a global pandemic, the clue is in the title and we need an international response. So moves from AstraZeneca that you’re talking about just now are very welcome because we need to ensure that everyone across the world has access to a vaccination.

    We’ve always got to be scanning the horizon. For new variants. For changes. And possible solutions, new solutions for dealing with this pandemic. And we can’t take our eye off the ball particularly as we’re staring down the barrel of winter again.

    Children should just be able to go to school. I think they’ve had a horrible last two years. The last thing they should be doing is being confronted with people who are being aggressive, or who are looking to threaten them, or threaten teaching staff or their parents. It’s completely unacceptable. Children should just be able to go to school.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/nov/23/covid-news-live-india-records-smallest-daily-rise-in-cases-in-18-months-despite-festivals", + "creator": "Martin Belam (now) and Samantha Lock (earlier)", + "pubDate": "2021-11-23T07:28:59Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0de7e5838872b14c712a26121f16b04" + "hash": "f1b175a4be13c8df96d314f2d9dc68a5" }, { - "title": "Britain’s worst Christmas trees: is anything secretly more festive and fun than a disappointing fir?", - "description": "

    There have been no end of complaints about some of the trees being put up –from a metal one in Cardiff to a puny one in Grimsby

    Name: Disappointing Christmas trees.

    Height: As much as 25m.

    Continue reading...", - "content": "

    There have been no end of complaints about some of the trees being put up –from a metal one in Cardiff to a puny one in Grimsby

    Name: Disappointing Christmas trees.

    Height: As much as 25m.

    Continue reading...", - "category": "Christmas", - "link": "https://www.theguardian.com/lifeandstyle/2021/dec/01/britains-worst-christmas-trees-is-anything-secretly-more-festive-and-fun-than-a-disappointing-fir", - "creator": "", - "pubDate": "2021-12-01T18:56:00Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Camels bearing healthcare deliver hope in Kenya – photo essay", + "description": "

    When the roads are not up to it, a mobile clinic on hooves brings family planning and other medical supplies to remote communities. Photographer Ami Vitale visits Lekiji to see how the villagers have reaped the benefits

    Thirteen camels amble their way across the dusty, drought-stricken landscape, accompanied by seven men in bright yellow T-shirts and three nurses. The camels are loaded with trunks full of medicines, bandages and family planning products. It’s a mobile health clinic on hooves. When the camels arrive at their destination, men, women and children form a line as they wait for the handlers to unload the boxes and set up tables and tents.

    Among those waiting is Jecinta Peresia, who first encountered the health visitors six years ago after she nearly died giving birth to her 11th child, a daughter called Emali.

    No roads, no problem. Communities Health Africa Trust (Chat) delivers health care to hard-to-reach areas of Kenya

    Continue reading...", + "content": "

    When the roads are not up to it, a mobile clinic on hooves brings family planning and other medical supplies to remote communities. Photographer Ami Vitale visits Lekiji to see how the villagers have reaped the benefits

    Thirteen camels amble their way across the dusty, drought-stricken landscape, accompanied by seven men in bright yellow T-shirts and three nurses. The camels are loaded with trunks full of medicines, bandages and family planning products. It’s a mobile health clinic on hooves. When the camels arrive at their destination, men, women and children form a line as they wait for the handlers to unload the boxes and set up tables and tents.

    Among those waiting is Jecinta Peresia, who first encountered the health visitors six years ago after she nearly died giving birth to her 11th child, a daughter called Emali.

    No roads, no problem. Communities Health Africa Trust (Chat) delivers health care to hard-to-reach areas of Kenya

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/23/camels-bearing-healthcare-deliver-hope-in-kenya-photo-essay", + "creator": "Ami Vitale and Wanjiku Kinuthia", + "pubDate": "2021-11-23T07:01:03Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69ef8a20018215d539c0a1a4613dca1a" + "hash": "9272f036ecd1cc5208ec86de521e7630" }, { - "title": "The push to end a genetic lottery for thousands of Australian families", - "description": "

    A bill before federal parliament would legalise IVF technology to prevent a rare genetic disorder – mitochondrial disease. In Australia, about one child a week is born with a severe form of mitochondrial disease, and many of those children will die before they turn five. While this bill has cross-party support, some MPs are opposed to it and it has also stoked controversy with religious groups.

    Laura Murphy-Oates speaks to reporter Rafqa Touma about her family’s experience with mitochondrial disease and the push to legalise mitochondrial donation

    You can also read:

    Continue reading...", - "content": "

    A bill before federal parliament would legalise IVF technology to prevent a rare genetic disorder – mitochondrial disease. In Australia, about one child a week is born with a severe form of mitochondrial disease, and many of those children will die before they turn five. While this bill has cross-party support, some MPs are opposed to it and it has also stoked controversy with religious groups.

    Laura Murphy-Oates speaks to reporter Rafqa Touma about her family’s experience with mitochondrial disease and the push to legalise mitochondrial donation

    You can also read:

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/audio/2021/dec/02/the-push-to-end-a-genetic-lottery-for-thousands-of-australian-families", - "creator": "Reported by Rafqa Touma and presented by Laura Murphy-Oates; produced by Karishma Luthria, Ellen Leabeater and Joe Koning; sound design by Joe Koning and mixing by Daniel Semo; the executive producers are Gabrielle Jackson, Melanie Tait and Laura Murphy-Oates", - "pubDate": "2021-12-01T16:30:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Outlander author Diana Gabaldon: ‘I needed Scotsmen because of the kilt factor’", + "description": "

    She secretly wrote the first of her time-travelling novels while her husband slept. Now she’s published the ninth in the smash hit series. She talks explosive sex scenes – and where George RR Martin went wrong

    Writing a novel shouldn’t have been high on Diana Gabaldon’s list of priorities in the late 1980s. She already had two jobs, as a university professor at Arizona State, with an expertise in scientific computation, and as a software reviewer for the computer press. And she had three children under six. But she’d known since she was eight years old that she was “supposed to be a novelist”, so she decided it was time to give it a try.

    With three degrees – a bachelor’s in zoology, a master’s in marine biology, and a PhD in quantitative behavioural ecology (her thesis was on “nest site selection in pinyon jays”) – Gabaldon says she “liked science, I was good at it. But I knew that was not my vocation, that’s not my calling. So when I turned 35, I said to myself, well, you know, Mozart was dead at 36. If you want to be a novelist, maybe you’d better start.”

    Continue reading...", + "content": "

    She secretly wrote the first of her time-travelling novels while her husband slept. Now she’s published the ninth in the smash hit series. She talks explosive sex scenes – and where George RR Martin went wrong

    Writing a novel shouldn’t have been high on Diana Gabaldon’s list of priorities in the late 1980s. She already had two jobs, as a university professor at Arizona State, with an expertise in scientific computation, and as a software reviewer for the computer press. And she had three children under six. But she’d known since she was eight years old that she was “supposed to be a novelist”, so she decided it was time to give it a try.

    With three degrees – a bachelor’s in zoology, a master’s in marine biology, and a PhD in quantitative behavioural ecology (her thesis was on “nest site selection in pinyon jays”) – Gabaldon says she “liked science, I was good at it. But I knew that was not my vocation, that’s not my calling. So when I turned 35, I said to myself, well, you know, Mozart was dead at 36. If you want to be a novelist, maybe you’d better start.”

    Continue reading...", + "category": "Books", + "link": "https://www.theguardian.com/books/2021/nov/23/outlander-tv-series-author-diana-gabaldon", + "creator": "Alison Flood", + "pubDate": "2021-11-23T06:00:03Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "466f9562c17c90e463d6645c086c0067" + "hash": "849956fbe920018c40f9607ac71294c9" }, { - "title": "Mother jailed for harming baby hits out at ‘unjust’ appeal ruling", - "description": "

    Lawyers and campaigners fear decision not to grant appeal against conviction risks silencing other victims of domestic abuse

    A mother jailed for harming her baby has accused the courts of “injustice” after judges accepted she was a victim of abuse but ruled against an application for an appeal against her conviction made on the grounds that her violent ex-partner coerced her to lie at her trial.

    The woman, known as “Jenny”, was convicted in 2017 of causing or allowing serious harm after her child sustained skull fractures and bleeding on the brain. The baby’s father was her co-defendant but was acquitted on a lesser charge.

    Continue reading...", - "content": "

    Lawyers and campaigners fear decision not to grant appeal against conviction risks silencing other victims of domestic abuse

    A mother jailed for harming her baby has accused the courts of “injustice” after judges accepted she was a victim of abuse but ruled against an application for an appeal against her conviction made on the grounds that her violent ex-partner coerced her to lie at her trial.

    The woman, known as “Jenny”, was convicted in 2017 of causing or allowing serious harm after her child sustained skull fractures and bleeding on the brain. The baby’s father was her co-defendant but was acquitted on a lesser charge.

    Continue reading...", - "category": "Domestic violence", - "link": "https://www.theguardian.com/global-development/2021/dec/01/mother-jailed-for-harming-baby-hits-out-at-unjust-appeal-ruling", - "creator": "Hannah Summers", - "pubDate": "2021-12-01T06:00:55Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "I got help for postnatal depression that saved me. Most women in India do not | Priyali Sur", + "description": "

    With up to one in five new mothers suffering depression or psychosis, experts say the need for help is ‘overwhelming’ India

    A month after giving birth, Divya tried to suffocate her new daughter with a pillow. “There were moments when I loved my baby; at other times I would try and suffocate her to death,” says the 26-year-old from the southern Indian state of Kerala.

    She sought help from women’s organisations and the women’s police station, staffed by female officers, in her town. But Divya was told that the safest place for a child was with her mother.

    Continue reading...", + "content": "

    With up to one in five new mothers suffering depression or psychosis, experts say the need for help is ‘overwhelming’ India

    A month after giving birth, Divya tried to suffocate her new daughter with a pillow. “There were moments when I loved my baby; at other times I would try and suffocate her to death,” says the 26-year-old from the southern Indian state of Kerala.

    She sought help from women’s organisations and the women’s police station, staffed by female officers, in her town. But Divya was told that the safest place for a child was with her mother.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/23/help-for-postnatal-depression-psychosis-india-mental-health", + "creator": "Priyali Sur in New Delhi", + "pubDate": "2021-11-23T06:00:03Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1956f3037fa810431b57bfcef4f6db9" + "hash": "788c7a259249875134982e13f80f12c8" }, { - "title": "Average of two girls aged 10 to 14 give birth daily in Paraguay, Amnesty finds", - "description": "

    Longstanding plague of child abuse and extreme abortion laws fuel crisis, report says

    An average of two girls between 10 and 14 give birth every day in Paraguay, thanks to a toxic combination of widespread child abuse and draconian abortion laws, according to a new Amnesty International report.

    Paraguay has one of the highest rates of child and teen pregnancy in Latin America, a region that, as a whole, has the second-highest rates in the world.

    Continue reading...", - "content": "

    Longstanding plague of child abuse and extreme abortion laws fuel crisis, report says

    An average of two girls between 10 and 14 give birth every day in Paraguay, thanks to a toxic combination of widespread child abuse and draconian abortion laws, according to a new Amnesty International report.

    Paraguay has one of the highest rates of child and teen pregnancy in Latin America, a region that, as a whole, has the second-highest rates in the world.

    Continue reading...", - "category": "Paraguay", - "link": "https://www.theguardian.com/global-development/2021/nov/30/paraguay-child-teen-pregnancies", - "creator": "William Costa in Asunción", - "pubDate": "2021-12-01T05:30:51Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Priti Patel put under ‘immense pressure’ by No 10 and Tory MPs over Channel crossings", + "description": "

    Downing Street declines to praise home secretary over attempts to stem record crossings in small boats

    Priti Patel is being put under “immense pressure” from Downing Street and Conservative MPs over government efforts to halt Channel crossings in small boats, with No 10 refusing to say the home secretary had done a good job.

    As figures revealed, the number of people making perilous crossings has tripled since 2020, Boris Johnson’s spokesperson twice declined to praise Patel’s strategy on Monday. He said the prime minister had “confidence in the home secretary” but would only say she has “worked extremely hard and no one can doubt this is a priority for her”.

    Continue reading...", + "content": "

    Downing Street declines to praise home secretary over attempts to stem record crossings in small boats

    Priti Patel is being put under “immense pressure” from Downing Street and Conservative MPs over government efforts to halt Channel crossings in small boats, with No 10 refusing to say the home secretary had done a good job.

    As figures revealed, the number of people making perilous crossings has tripled since 2020, Boris Johnson’s spokesperson twice declined to praise Patel’s strategy on Monday. He said the prime minister had “confidence in the home secretary” but would only say she has “worked extremely hard and no one can doubt this is a priority for her”.

    Continue reading...", + "category": "Immigration and asylum", + "link": "https://www.theguardian.com/uk-news/2021/nov/23/priti-patel-put-under-immense-pressure-by-no-10-and-tory-mps-over-channel-crossings", + "creator": "Rowena Mason, Rajeev Syal and Jessica Elgot", + "pubDate": "2021-11-23T06:00:02Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a7ee179912faf31731c7fba3b0c3847b" + "hash": "e6286905c9d271c87a5256f3d689e95d" }, { - "title": "The rising cost of the climate crisis in flooded South Sudan – in pictures", - "description": "

    Families facing severe hunger are wading through crocodile-infested waters in search of water lilies to eat. Susan Martinez and photographer Peter Caton return with Action Against Hunger to find that the dire situation they reported on in March has only worsened

    Desperate families in flood-ravaged villages in South Sudan are spending hours searching for water lilies to eat after another summer of intense rainfall worsened an already dire situation.

    People have no food and no land to cultivate after three years of floods. Fields are submerged in last year’s flood water and higher ground is overcrowded with hungry people, in what is quickly becoming a humanitarian crisis.

    Nyanyang Tong, 39, on her way to the Action Against Hunger centre with her one-year-old son, Mamuch Gatkuoth, in Paguir

    Continue reading...", - "content": "

    Families facing severe hunger are wading through crocodile-infested waters in search of water lilies to eat. Susan Martinez and photographer Peter Caton return with Action Against Hunger to find that the dire situation they reported on in March has only worsened

    Desperate families in flood-ravaged villages in South Sudan are spending hours searching for water lilies to eat after another summer of intense rainfall worsened an already dire situation.

    People have no food and no land to cultivate after three years of floods. Fields are submerged in last year’s flood water and higher ground is overcrowded with hungry people, in what is quickly becoming a humanitarian crisis.

    Nyanyang Tong, 39, on her way to the Action Against Hunger centre with her one-year-old son, Mamuch Gatkuoth, in Paguir

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/30/the-rising-cost-of-the-climate-crisis-in-flooded-south-sudan-in-pictures", - "creator": "Susan Martinez, photography by Peter Caton", - "pubDate": "2021-11-30T07:01:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "A tale of two pandemics: the true cost of Covid in the global south | Kwame Anthony Appiah", + "description": "

    Reconstruction after Covid: a new series of long reads

    While the rich nations focus on booster jabs and returning to the office, much of the world is facing devastating second-order coronavirus effects. Now is the time to build a fairer, more responsible international system for the future

    For the past year and a half, people everywhere have been in the grip of a pandemic – but not necessarily the same one. In the affluent world, a viral respiratory disease, Covid-19, suddenly became a leading cause of death. In much of the developing world, by contrast, the main engine of destruction wasn’t this new disease, but its second-order effects: measures they took, and we took, in response to the coronavirus. Richer nations and poorer nations differ in their vulnerabilities.

    Whenever I talk with members of my family in Ghana, Nigeria and Namibia, I’m reminded that a global event can also be a profoundly local one. Lives and livelihoods have been affected in these places very differently from the way they have in Europe or the US. That’s true in the economic and educational realm, but it’s true, too, in the realm of public health. And across all these realms, the stakes are often life or death.

    Continue reading...", + "content": "

    Reconstruction after Covid: a new series of long reads

    While the rich nations focus on booster jabs and returning to the office, much of the world is facing devastating second-order coronavirus effects. Now is the time to build a fairer, more responsible international system for the future

    For the past year and a half, people everywhere have been in the grip of a pandemic – but not necessarily the same one. In the affluent world, a viral respiratory disease, Covid-19, suddenly became a leading cause of death. In much of the developing world, by contrast, the main engine of destruction wasn’t this new disease, but its second-order effects: measures they took, and we took, in response to the coronavirus. Richer nations and poorer nations differ in their vulnerabilities.

    Whenever I talk with members of my family in Ghana, Nigeria and Namibia, I’m reminded that a global event can also be a profoundly local one. Lives and livelihoods have been affected in these places very differently from the way they have in Europe or the US. That’s true in the economic and educational realm, but it’s true, too, in the realm of public health. And across all these realms, the stakes are often life or death.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/23/a-tale-of-two-pandemics-the-true-cost-of-covid-in-the-global-south", + "creator": "Kwame Anthony Appiah", + "pubDate": "2021-11-23T06:00:02Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "921097a9bac43e65c8917b52965a030a" + "hash": "89dd997d03a9190529472a508e187feb" }, { - "title": "Testing, vaccines, sequencing: experts call for multi-pronged approach to Omicron", - "description": "

    ‘Best hope’ for containing the new variant is worldwide vaccine campaign where rates are low, public health experts say

    As new cases of the Omicron coronavirus variant are uncovered across the globe and threaten to spread in America, US officials are reacting by urging vaccinations and boosters instead of imposing restrictions which have increasingly provoked political fights.

    But the US should quickly invest in other tools as well, experts said, including testing, genomic sequencing and surveillance, better communication, and a strong focus on global vaccine equity to prevent the emergence of new variants.

    Continue reading...", - "content": "

    ‘Best hope’ for containing the new variant is worldwide vaccine campaign where rates are low, public health experts say

    As new cases of the Omicron coronavirus variant are uncovered across the globe and threaten to spread in America, US officials are reacting by urging vaccinations and boosters instead of imposing restrictions which have increasingly provoked political fights.

    But the US should quickly invest in other tools as well, experts said, including testing, genomic sequencing and surveillance, better communication, and a strong focus on global vaccine equity to prevent the emergence of new variants.

    Continue reading...", + "title": "UK employers step up demand for workers vaccinated against Covid", + "description": "

    Analysis shows job adverts requiring candidates to be jabbed rose by 189% between August and October

    Employers in the UK are following the lead of their counterparts in the US by stepping up demands for staff to be vaccinated against Covid-19, analysis of recruitment adverts reveals.

    According to figures from the jobs website Adzuna, the number of ads explicitly requiring candidates to be vaccinated rose by 189% between August and October as more firms ask for workers to be jabbed before they start on the job.

    Continue reading...", + "content": "

    Analysis shows job adverts requiring candidates to be jabbed rose by 189% between August and October

    Employers in the UK are following the lead of their counterparts in the US by stepping up demands for staff to be vaccinated against Covid-19, analysis of recruitment adverts reveals.

    According to figures from the jobs website Adzuna, the number of ads explicitly requiring candidates to be vaccinated rose by 189% between August and October as more firms ask for workers to be jabbed before they start on the job.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/30/testing-vaccines-sequencing-omricon-experts", - "creator": "Melody Schreiber", - "pubDate": "2021-11-30T10:00:12Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "link": "https://www.theguardian.com/world/2021/nov/23/uk-employers-step-up-demand-for-workers-vaccinated-against-covid", + "creator": "Richard Partington Economics correspondent", + "pubDate": "2021-11-23T06:00:01Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "97ed4a752d85741dd1003731f388e22e" + "hash": "68fd565713815466e74f3d2d55a75265" }, { - "title": "Despite reports of milder symptoms Omicron should not be underestimated", - "description": "

    While anecdotal accounts suggest the variant may cause less severe illness and it will take weeks for definitive data

    As the world scrambles to contain the new variant, some are hopefully seizing on anecdotal reports from South Africa that it may cause only mild illness. But although previous variants of the coronavirus have been associated with different symptoms and severity, it would be dangerous to assume that Omicron is a viral pussy cat, experts say.

    At a briefing convened by South Africa’s Department of Health on Monday, Unben Pillay, a GP from practising in Midrand on the outskirts of Johannesburg, said that while “it is still early days” the cases he was seeing were typically mild: “We are seeing patients present with dry cough, fever, night sweats and a lot of body pains. Vaccinated people tend to do much better.”

    Continue reading...", - "content": "

    While anecdotal accounts suggest the variant may cause less severe illness and it will take weeks for definitive data

    As the world scrambles to contain the new variant, some are hopefully seizing on anecdotal reports from South Africa that it may cause only mild illness. But although previous variants of the coronavirus have been associated with different symptoms and severity, it would be dangerous to assume that Omicron is a viral pussy cat, experts say.

    At a briefing convened by South Africa’s Department of Health on Monday, Unben Pillay, a GP from practising in Midrand on the outskirts of Johannesburg, said that while “it is still early days” the cases he was seeing were typically mild: “We are seeing patients present with dry cough, fever, night sweats and a lot of body pains. Vaccinated people tend to do much better.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/30/despite-reports-of-milder-symptoms-omicron-should-not-be-understimated", - "creator": "Linda Geddes Science correspondent and Nick Dall in Cape Town", - "pubDate": "2021-11-30T05:00:06Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Bulgaria bus crash kills at least 45 people", + "description": "

    Ministry officials say children are among the dead after a bus from North Macedonia crashed and caught fire on highway

    At least 46 people have died, including 12 children, after a bus caught fire in western Bulgaria on Tuesday.

    “We have an enormous tragedy here,” Bulgarian interim prime minister Stefan Yanev, who travelled to the scene, told reporters. His interior minister, Boyko Rashkov, said: “The picture is terrifying, terrifying. I have never seen anything like that before.”

    Continue reading...", + "content": "

    Ministry officials say children are among the dead after a bus from North Macedonia crashed and caught fire on highway

    At least 46 people have died, including 12 children, after a bus caught fire in western Bulgaria on Tuesday.

    “We have an enormous tragedy here,” Bulgarian interim prime minister Stefan Yanev, who travelled to the scene, told reporters. His interior minister, Boyko Rashkov, said: “The picture is terrifying, terrifying. I have never seen anything like that before.”

    Continue reading...", + "category": "Bulgaria", + "link": "https://www.theguardian.com/world/2021/nov/23/bulgaria-bus-crash-fire-kills-dozens-north-macedonia", + "creator": "Reuters", + "pubDate": "2021-11-23T05:15:53Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "217dd2632ffb2b4c685ea9a7e856c4bb" + "hash": "87d088c023e5e7e9aa15147c3925898c" }, { - "title": "What does appearance of Omicron variant mean for the double-vaccinated?", - "description": "

    We find out how much protection Covid vaccines may offer amid speculation new variant could be more resistant

    The emergence of Omicron has prompted widespread speculation that it may be more resistant to Covid-19 vaccines than existing variants, including Delta. But what does that mean for the average double-vaccinated person?

    All the vaccines currently available in the UK work by training the immune system against the coronavirus spike protein – the key it uses to infect cells by binding to the ACE2 receptor. Omicron possesses more than 30 mutations in this protein, including 10 in the so-called “receptor-binding domain” (RBD) – the specific part that latches on to this receptor. Delta has two RBD mutations.

    Continue reading...", - "content": "

    We find out how much protection Covid vaccines may offer amid speculation new variant could be more resistant

    The emergence of Omicron has prompted widespread speculation that it may be more resistant to Covid-19 vaccines than existing variants, including Delta. But what does that mean for the average double-vaccinated person?

    All the vaccines currently available in the UK work by training the immune system against the coronavirus spike protein – the key it uses to infect cells by binding to the ACE2 receptor. Omicron possesses more than 30 mutations in this protein, including 10 in the so-called “receptor-binding domain” (RBD) – the specific part that latches on to this receptor. Delta has two RBD mutations.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/28/what-does-appearance-of-omicron-mean-for-the-double-jabbed", - "creator": "Linda Geddes", - "pubDate": "2021-11-29T01:12:00Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Former South Korean dictator Chun Doo-hwan dies aged 90", + "description": "

    Chun ruled for eight years after seizing power in a coup in 1979, and presided over the infamous 1980 Gwanju student massacre

    Former South Korean president, Chun Doo-hwan, who presided over the infamous Gwanju massacre during his iron-fisted eight-year rule, has died aged 90.

    Chun had multiple myeloma, a blood cancer which was in remission, and his health had deteriorated recently, his former press secretary Min Chung-ki told reporters. He passed away at his Seoul home early in the morning and his body will be moved to a hospital for a funeral later in the day.

    Continue reading...", + "content": "

    Chun ruled for eight years after seizing power in a coup in 1979, and presided over the infamous 1980 Gwanju student massacre

    Former South Korean president, Chun Doo-hwan, who presided over the infamous Gwanju massacre during his iron-fisted eight-year rule, has died aged 90.

    Chun had multiple myeloma, a blood cancer which was in remission, and his health had deteriorated recently, his former press secretary Min Chung-ki told reporters. He passed away at his Seoul home early in the morning and his body will be moved to a hospital for a funeral later in the day.

    Continue reading...", + "category": "South Korea", + "link": "https://www.theguardian.com/world/2021/nov/23/former-south-korean-dictator-chun-doo-hwan-dies-aged-90", + "creator": "Reuters", + "pubDate": "2021-11-23T05:08:04Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "816c6e2c95ece939fdecf057137eeedf" + "hash": "a0e376fc422f8f6da277a03c8321347f" }, { - "title": "Boris Johnson says people shouldn't cancel Christmas parties over Omicron – video", - "description": "

    The prime minister has said the government does not want people to cancel events such as Christmas parties and nativity plays because of the Omicron coronavirus variant. Speaking at a Downing Street press briefing, he also said all adults would be offered vaccine booster shots by the end of January

    Continue reading...", - "content": "

    The prime minister has said the government does not want people to cancel events such as Christmas parties and nativity plays because of the Omicron coronavirus variant. Speaking at a Downing Street press briefing, he also said all adults would be offered vaccine booster shots by the end of January

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/nov/30/boris-johnson-says-people-shouldnt-cancel-christmas-parties-over-omicron-video", - "creator": "", - "pubDate": "2021-11-30T17:44:42Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Thai student accused of mocking king with crop top protest denied bail", + "description": "

    Lawyers say judgment demonstrates increasingly harsh stance taken by authorities over lese-majesty law

    It was last December that Panusaya Sithijirawattanakul, a Thai student activist, and her friends strolled into a shopping mall in Bangkok wearing crop tops. They ate ice cream and carried dog-shaped balloons. Phrases such as “I have only one father” were written in marker pen on their skin.

    Now, four of them are in pre-trial detention over the outing, which royalists say was an insult to the monarchy.

    Continue reading...", + "content": "

    Lawyers say judgment demonstrates increasingly harsh stance taken by authorities over lese-majesty law

    It was last December that Panusaya Sithijirawattanakul, a Thai student activist, and her friends strolled into a shopping mall in Bangkok wearing crop tops. They ate ice cream and carried dog-shaped balloons. Phrases such as “I have only one father” were written in marker pen on their skin.

    Now, four of them are in pre-trial detention over the outing, which royalists say was an insult to the monarchy.

    Continue reading...", + "category": "Thailand", + "link": "https://www.theguardian.com/world/2021/nov/23/thai-student-accused-of-mocking-king-with-crop-top-protest-denied-bail", + "creator": "Rebecca Ratcliffe in Bangkok", + "pubDate": "2021-11-23T05:00:01Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2906592c19bd1a21cc72262362036d92" + "hash": "951b6dce78ceb64283b6dc2f69f0d433" }, { - "title": "Why Omicron is the most worrying Covid variant yet – video explainer", - "description": "

    The discovery of a new and potentially vaccine-resistant Covid variant has concerned governments and unnerved markets around the world. Omicron has prompted the return of border closures and mandatory testing and mask wearing as countries attempt to slow its spread.

    The number of mutations on its spike protein - the part of the virus vaccines use to prime the immune system - has concerned scientists, but it will take weeks to determine the extent of the threat Omicron poses. The Guardian's science correspondent Linda Geddes explains

    Continue reading...", - "content": "

    The discovery of a new and potentially vaccine-resistant Covid variant has concerned governments and unnerved markets around the world. Omicron has prompted the return of border closures and mandatory testing and mask wearing as countries attempt to slow its spread.

    The number of mutations on its spike protein - the part of the virus vaccines use to prime the immune system - has concerned scientists, but it will take weeks to determine the extent of the threat Omicron poses. The Guardian's science correspondent Linda Geddes explains

    Continue reading...", + "title": "Pandemic hits mental health of women and young people hardest, survey finds", + "description": "

    Survey also finds adults aged 18-24 and women more concerned about personal finances than other groups

    Young people and women have taken the hardest psychological and financial hit from the pandemic, a YouGov survey has found – but few people anywhere are considering changing their lives as a result of it.

    The annual YouGov-Cambridge Globalism Project found that in many of the 27 countries surveyed, young people were consistently more likely than their elders to feel the Covid crisis had made their financial and mental health concerns worse.

    Continue reading...", + "content": "

    Survey also finds adults aged 18-24 and women more concerned about personal finances than other groups

    Young people and women have taken the hardest psychological and financial hit from the pandemic, a YouGov survey has found – but few people anywhere are considering changing their lives as a result of it.

    The annual YouGov-Cambridge Globalism Project found that in many of the 27 countries surveyed, young people were consistently more likely than their elders to feel the Covid crisis had made their financial and mental health concerns worse.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/nov/30/why-omicron-is-the-most-worrying-covid-variant-yet-video-explainer", - "creator": "Linda Geddes, Jamie Macwhirter, Meital Miselevich and Nikhita Chulani", - "pubDate": "2021-11-30T15:32:36Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "link": "https://www.theguardian.com/world/2021/nov/23/pandemic-hits-mental-health-of-women-and-young-people-hardest-survey-finds", + "creator": "Jon Henley", + "pubDate": "2021-11-23T05:00:00Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "827243b98e5855906625ccb1a136870d" + "hash": "13443b536e9adb82a544435ab9d6a773" }, { - "title": "Barbados leaves colonial history behind and becomes a republic – video report", - "description": "

    President Sandra Mason was sworn in as the new head of state in the Barbados capital Bridgetown. The celebrations were attended by Prince Charles, who acknowledged the 'appalling atrocity of slavery, which forever stains our history'. Singer and entrepreneur Rihanna was designated a National Hero of Barbados. 

    Continue reading...", - "content": "

    President Sandra Mason was sworn in as the new head of state in the Barbados capital Bridgetown. The celebrations were attended by Prince Charles, who acknowledged the 'appalling atrocity of slavery, which forever stains our history'. Singer and entrepreneur Rihanna was designated a National Hero of Barbados. 

    Continue reading...", - "category": "Barbados", - "link": "https://www.theguardian.com/world/video/2021/nov/30/barbados-leaves-colonial-history-behind-and-becomes-a-republic-video-report", - "creator": "", - "pubDate": "2021-11-30T11:51:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kevin Spacey to pay House of Cards studio more than $30m over alleged misconduct losses", + "description": "

    Court ruling made public on Monday finds Spacey violated his contract’s demands for professional behaviour

    Kevin Spacey and his production companies must pay the studio behind House of Cards more than $30m because of losses brought on by his firing for alleged sexual misconduct, according to an arbitration decision made final on Monday.

    A document filed in Los Angeles superior court requesting a judge’s approval of the ruling says that the arbitrators found that Spacey violated his contract’s demands for professional behaviour by engaging in “certain conduct in connection with several crew members in each of the five seasons that he starred in and executive produced House of Cards”.

    Continue reading...", + "content": "

    Court ruling made public on Monday finds Spacey violated his contract’s demands for professional behaviour

    Kevin Spacey and his production companies must pay the studio behind House of Cards more than $30m because of losses brought on by his firing for alleged sexual misconduct, according to an arbitration decision made final on Monday.

    A document filed in Los Angeles superior court requesting a judge’s approval of the ruling says that the arbitrators found that Spacey violated his contract’s demands for professional behaviour by engaging in “certain conduct in connection with several crew members in each of the five seasons that he starred in and executive produced House of Cards”.

    Continue reading...", + "category": "Kevin Spacey", + "link": "https://www.theguardian.com/culture/2021/nov/23/kevin-spacey-to-pay-house-of-cards-studio-more-than-30m-over-alleged-misconduct-losses", + "creator": "Associated Press", + "pubDate": "2021-11-23T04:19:07Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93d55c8ea4b6987ecde7b6021ead0405" + "hash": "52ac2f82cbc3234dce2c3b0d87f3227a" }, { - "title": "Barbados declares Rihanna a national hero during republic ceremony – video", - "description": "

    Barbados has declared singer Rihanna a national hero during its republican celebrations in Bridgetown. The country's prime minister, Mia Mottley, said, ‘On behalf of a grateful nation, but an even prouder people, we therefore present to you, the designee, for national hero of Barbados, ambassador Robyn Rihanna Fenty may you continue to shine like a diamond.' Rihanna accepted the honour to cheers from the crowd. The ceremony was part of celebrations as Barbados became the world’s newest republic.

    Continue reading...", - "content": "

    Barbados has declared singer Rihanna a national hero during its republican celebrations in Bridgetown. The country's prime minister, Mia Mottley, said, ‘On behalf of a grateful nation, but an even prouder people, we therefore present to you, the designee, for national hero of Barbados, ambassador Robyn Rihanna Fenty may you continue to shine like a diamond.' Rihanna accepted the honour to cheers from the crowd. The ceremony was part of celebrations as Barbados became the world’s newest republic.

    Continue reading...", - "category": "Barbados", - "link": "https://www.theguardian.com/world/video/2021/nov/30/barbados-declares-rihanna-a-national-hero-during-republic-ceremony-video", - "creator": "", - "pubDate": "2021-11-30T06:13:04Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "South Korean horror Hellbound takes over Squid Game as most popular Netflix series globally", + "description": "

    Violent fantasy series tops streaming ratings in more than 80 countries within 24 hours of its debut

    Another South Korean fantasy horror series from Netflix has become an overnight global phenomenon, with Hellbound toppling Squid Game as the most-watched TV show on the streaming platform.

    According to FlixPatrol analytics, Hellbound became the world’s most watched Netflix television series on 20 November, topping the streaming ratings in more than 80 countries within 24 hours of the show’s debut.

    Continue reading...", + "content": "

    Violent fantasy series tops streaming ratings in more than 80 countries within 24 hours of its debut

    Another South Korean fantasy horror series from Netflix has become an overnight global phenomenon, with Hellbound toppling Squid Game as the most-watched TV show on the streaming platform.

    According to FlixPatrol analytics, Hellbound became the world’s most watched Netflix television series on 20 November, topping the streaming ratings in more than 80 countries within 24 hours of the show’s debut.

    Continue reading...", + "category": "Television", + "link": "https://www.theguardian.com/tv-and-radio/2021/nov/23/south-korean-horror-hellbound-takes-over-squid-game-as-most-popular-netflix-series-globally", + "creator": "Kelly Burke", + "pubDate": "2021-11-23T03:56:06Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41b790671245169027342f537b57aa89" + "hash": "5e368b4abd742f4bd0c18d6a9288cd67" }, { - "title": "Covid live: boosters may protect against Omicron, says Israel’s health minister, as US checks vaccine effectiveness", - "description": "

    Nitzan Horowitz says ‘already room for optimism’ that vaccines will cover new variant; US Food & Drug Administration checking if tweaks needed

    Stock markets in Asia have bounced back again as investors’ concerns about the new Omicron Covid variant eased. In Australia the ASX200 was up more than 1%, while in Japan the Nikkei was up 0.75%.

    It followed a stronger showing on Monday on Wall Street, where the Dow Jones industrial average closed up 0.6% and the broader S&P500 was up 1.2% after some hefty losses on Friday, when news of the new strain shook confidence.

    There are so many unknowns about Omicron and the market has been jumping at shadows.

    After such a strong run and with elevated valuations, the market will always be susceptible to the odd shakeout on news that could bring risk.

    Hong Kong’s very stringent system of boarding, quarantine and also testing requirements has successfully stopped the transmission of the three Omicron cases, that we have identified in our designated quarantine hotel, from going into the community.

    Non-Hong Kong residents from these four places will not be allowed to enter Hong Kong.

    The most stringent quarantine requirements will also be implemented on relevant inbound travellers from these places.

    Continue reading...", - "content": "

    Nitzan Horowitz says ‘already room for optimism’ that vaccines will cover new variant; US Food & Drug Administration checking if tweaks needed

    Stock markets in Asia have bounced back again as investors’ concerns about the new Omicron Covid variant eased. In Australia the ASX200 was up more than 1%, while in Japan the Nikkei was up 0.75%.

    It followed a stronger showing on Monday on Wall Street, where the Dow Jones industrial average closed up 0.6% and the broader S&P500 was up 1.2% after some hefty losses on Friday, when news of the new strain shook confidence.

    There are so many unknowns about Omicron and the market has been jumping at shadows.

    After such a strong run and with elevated valuations, the market will always be susceptible to the odd shakeout on news that could bring risk.

    Hong Kong’s very stringent system of boarding, quarantine and also testing requirements has successfully stopped the transmission of the three Omicron cases, that we have identified in our designated quarantine hotel, from going into the community.

    Non-Hong Kong residents from these four places will not be allowed to enter Hong Kong.

    The most stringent quarantine requirements will also be implemented on relevant inbound travellers from these places.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/nov/30/covid-news-live-who-warns-omicron-poses-very-high-risk-new-variant-detected-in-at-least-a-dozen-countries", - "creator": "Jem Bartholomew (now); Lucy Campbell, Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-11-30T19:04:52Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Whey too expensive: New Zealand cheese lovers forced to eke out supplies as prices jump", + "description": "

    Range of issues blamed for spike in cost to $20 a block, including inflation, Covid-related supply issues and high milk prices

    Facing decades-high cheese prices, cheddar-loving New Zealanders are being forced to chase specials, downgrade their flavour expectations, or abandon the blocks entirely in favour of grated substitutes.

    A mixture of inflation, Covid-19 supply pressures and high milk prices was sending prices for hunks of cheddar through the roof, with blocks ranging from $11 to over $20 a block.

    Continue reading...", + "content": "

    Range of issues blamed for spike in cost to $20 a block, including inflation, Covid-related supply issues and high milk prices

    Facing decades-high cheese prices, cheddar-loving New Zealanders are being forced to chase specials, downgrade their flavour expectations, or abandon the blocks entirely in favour of grated substitutes.

    A mixture of inflation, Covid-19 supply pressures and high milk prices was sending prices for hunks of cheddar through the roof, with blocks ranging from $11 to over $20 a block.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/2021/nov/23/new-zealand-cheese-lovers-forced-to-eke-out-supplies-as-prices-jump", + "creator": "Tess McClure in Christchurch", + "pubDate": "2021-11-23T02:51:09Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d015983a732de97667a30bebc62d4b3d" + "hash": "1e3972dddbcd490aafe8e8bb52313cc2" }, { - "title": "Russia will act if Nato countries cross Ukraine ‘red lines’, Putin says", - "description": "

    Deployment of weapons or troops in Ukraine by Nato would trigger strong response, Russian president says

    Vladimir Putin has warned Nato countries that deploying weapons or soldiers to Ukraine would cross a “red line” for Russia and trigger a strong response, including a potential deployment of Russian missiles targeting Europe.

    Nato countries have warned Putin against further aggression against Ukraine as foreign ministers gathered in Latvia to discuss the military alliance’s contingencies for a potential Russian invasion.

    Continue reading...", - "content": "

    Deployment of weapons or troops in Ukraine by Nato would trigger strong response, Russian president says

    Vladimir Putin has warned Nato countries that deploying weapons or soldiers to Ukraine would cross a “red line” for Russia and trigger a strong response, including a potential deployment of Russian missiles targeting Europe.

    Nato countries have warned Putin against further aggression against Ukraine as foreign ministers gathered in Latvia to discuss the military alliance’s contingencies for a potential Russian invasion.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/nov/30/russia-will-act-if-nato-countries-cross-ukraine-red-lines-putin-says", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-11-30T16:08:37Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "As China threat rises, can Aukus alliance recover from rancorous birth?", + "description": "

    Questions mount about pact’s ultimate purpose and implications for other Asean countries

    It was initially seen as an audacious enlistment by Joe Biden of Australia into the 21st-century struggle against China, elevating the country in the process to a significant regional military power and finally giving substance to Global Britain and its tilt to the Indo-Pacific.

    But since then the “ruckus” about Aukus, as Boris Johnson described it, has not stopped. If this was the start of a new “anti-hegemonic coalition” to balance China’s rise, it has not quite blown up on the launchpad, but nor has it taken off as smoothly as intended.

    Continue reading...", + "content": "

    Questions mount about pact’s ultimate purpose and implications for other Asean countries

    It was initially seen as an audacious enlistment by Joe Biden of Australia into the 21st-century struggle against China, elevating the country in the process to a significant regional military power and finally giving substance to Global Britain and its tilt to the Indo-Pacific.

    But since then the “ruckus” about Aukus, as Boris Johnson described it, has not stopped. If this was the start of a new “anti-hegemonic coalition” to balance China’s rise, it has not quite blown up on the launchpad, but nor has it taken off as smoothly as intended.

    Continue reading...", + "category": "Aukus", + "link": "https://www.theguardian.com/world/2021/nov/23/as-china-threat-rises-can-aukus-alliance-recover-from-rancorous-birth", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-11-23T01:47:04Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bdff2210364f8a92b74dabbd0da21a84" + "hash": "214efd8ff45c546a4f01d21b61dbc5e4" }, { - "title": "Mythic white sperm whale captured on film near Jamaica", - "description": "

    Type of whale immortalised in Moby-Dick has only been spotted handful of times this century

    It is the most mythic animal in the ocean: a white sperm whale, filmed on Monday by Leo van Toly, watching from a Dutch merchant ship off Jamaica. Moving gracefully, outrageously pale against the blue waters of the Caribbean, for any fans of Moby-Dick, Herman Melville’s book of 1851, this vision is a CGI animation come to life.

    Sperm whales are generally grey, black or even brown in appearance. Hal Whitehead, an expert on the species, told the Guardian: “I don’t think I’ve ever seen a fully white sperm whale. I have seen ones with quite a lot of white on them, usually in patches on and near the belly.”

    Continue reading...", - "content": "

    Type of whale immortalised in Moby-Dick has only been spotted handful of times this century

    It is the most mythic animal in the ocean: a white sperm whale, filmed on Monday by Leo van Toly, watching from a Dutch merchant ship off Jamaica. Moving gracefully, outrageously pale against the blue waters of the Caribbean, for any fans of Moby-Dick, Herman Melville’s book of 1851, this vision is a CGI animation come to life.

    Sperm whales are generally grey, black or even brown in appearance. Hal Whitehead, an expert on the species, told the Guardian: “I don’t think I’ve ever seen a fully white sperm whale. I have seen ones with quite a lot of white on them, usually in patches on and near the belly.”

    Continue reading...", - "category": "Whales", - "link": "https://www.theguardian.com/environment/2021/nov/30/white-sperm-whale-rarest-animals-captured-on-film-jamaica", - "creator": "Philip Hoare", - "pubDate": "2021-11-30T16:53:01Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Diego Maradona: Cuban woman alleges footballer raped her when she was 16", + "description": "
    • Mavys Álvarez claims Argentina great had ‘stolen her childhood’
    • Complaint relates to a journey Álvarez took to Argentina in 2001

    Mavys Álvarez, a Cuban woman who had a relationship with the late footballer Diego Maradona two decades ago, has alleged the Argentine player raped her when she was a teenager and “stolen her childhood”.

    Álvarez, now 37, gave testimony last week to an Argentine Ministry of Justice court that is investigating her allegations of trafficking against Maradona’s former entourage, linked to events when she was 16.

    Continue reading...", + "content": "
    • Mavys Álvarez claims Argentina great had ‘stolen her childhood’
    • Complaint relates to a journey Álvarez took to Argentina in 2001

    Mavys Álvarez, a Cuban woman who had a relationship with the late footballer Diego Maradona two decades ago, has alleged the Argentine player raped her when she was a teenager and “stolen her childhood”.

    Álvarez, now 37, gave testimony last week to an Argentine Ministry of Justice court that is investigating her allegations of trafficking against Maradona’s former entourage, linked to events when she was 16.

    Continue reading...", + "category": "Diego Maradona", + "link": "https://www.theguardian.com/football/2021/nov/23/diego-maradona-cuban-woman-alleges-footballer-raped-her-when-she-was-16", + "creator": "Reuters", + "pubDate": "2021-11-23T01:19:14Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de47f0d7cc799e22a1164058db4ffc61" + "hash": "3c9517e7991579b0ae80d12cc745ad8e" }, { - "title": "Ghislaine Maxwell was present when Epstein abused me, accuser testifies", - "description": "

    Witness identified as ‘Jane’ alleges Epstein began sexual abuse when she was 14 and says Maxwell was sometimes in the room

    The first accuser in the child sex-trafficking trial of Ghislaine Maxwell testified in court in New York on Tuesday. The accuser, who used the name “Jane”, alleged that Maxwell was sometimes present when Jeffrey Epstein abused her.

    Epstein, a New York financier and convicted sex trafficker who counted Bill Clinton and Prince Andrew among his acquaintances, killed himself in the city in August 2019, while in jail awaiting trial for the transportation and abuse of minor teenagers.

    In the US, call or text the Childhelp abuse hotline on 800-422-4453. In the UK, the NSPCC offers support to children on 0800 1111, and adults concerned about a child on 0808 800 5000. The National Association for People Abused in Childhood (Napac) offers support for adult survivors on 0808 801 0331. In Australia, children, young adults, parents and teachers can contact the Kids Helpline on 1800 55 1800, or Bravehearts on 1800 272 831, and adult survivors can contact Blue Knot Foundation on 1300 657 380. Other sources of help can be found at Child Helplines International

    Continue reading...", - "content": "

    Witness identified as ‘Jane’ alleges Epstein began sexual abuse when she was 14 and says Maxwell was sometimes in the room

    The first accuser in the child sex-trafficking trial of Ghislaine Maxwell testified in court in New York on Tuesday. The accuser, who used the name “Jane”, alleged that Maxwell was sometimes present when Jeffrey Epstein abused her.

    Epstein, a New York financier and convicted sex trafficker who counted Bill Clinton and Prince Andrew among his acquaintances, killed himself in the city in August 2019, while in jail awaiting trial for the transportation and abuse of minor teenagers.

    In the US, call or text the Childhelp abuse hotline on 800-422-4453. In the UK, the NSPCC offers support to children on 0800 1111, and adults concerned about a child on 0808 800 5000. The National Association for People Abused in Childhood (Napac) offers support for adult survivors on 0808 801 0331. In Australia, children, young adults, parents and teachers can contact the Kids Helpline on 1800 55 1800, or Bravehearts on 1800 272 831, and adult survivors can contact Blue Knot Foundation on 1300 657 380. Other sources of help can be found at Child Helplines International

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/nov/30/ghislaine-maxwell-trial-jeffrey-epstein-testimony", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-11-30T20:06:45Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Wheel of Time actor Madeleine Madden: ‘As an Aboriginal woman, my life is politicised’", + "description": "

    The star of the new Amazon Prime fantasy series and granddaughter of Charles Perkins discusses her ‘dream role’, multiracial casting and finding freedom outside Australia

    When she walked into the London casting room of The Wheel of Time, Madeleine Madden scanned the faces – a sea of white – and thought, “Yep, standard.”

    To announce her presence, she politely inquired, “The Wheel of Time?”

    Continue reading...", + "content": "

    The star of the new Amazon Prime fantasy series and granddaughter of Charles Perkins discusses her ‘dream role’, multiracial casting and finding freedom outside Australia

    When she walked into the London casting room of The Wheel of Time, Madeleine Madden scanned the faces – a sea of white – and thought, “Yep, standard.”

    To announce her presence, she politely inquired, “The Wheel of Time?”

    Continue reading...", + "category": "Culture", + "link": "https://www.theguardian.com/culture/2021/nov/23/the-wheel-of-time-actor-madeleine-madden-as-an-aboriginal-woman-my-life-is-politicised", + "creator": "Jenny Valentish", + "pubDate": "2021-11-23T01:14:14Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72684d122b5d1e0fc5e66786a5da7a4b" + "hash": "ad38ecab75c2a55add8923c35d2c66ba" }, { - "title": "El Chapo’s wife Emma Coronel Aispuro sentenced to three years in US prison", - "description": "

    Coronel admitted to acting as a courier between Joaquín Guzmán and other members of the Sinaloa cartel while he was in prison

    Emma Coronel Aispuro, the wife of the imprisoned drug kingpin Joaquín “El Chapo” Guzmán has been sentenced to three years in a US prison, after she pleaded guilty to helping the Sinaloa drug cartel.

    Before her sentencing in a federal court in Washington, Coronel, 32, pleaded with US District Judge Rudolph Contreras to show her mercy.

    Continue reading...", - "content": "

    Coronel admitted to acting as a courier between Joaquín Guzmán and other members of the Sinaloa cartel while he was in prison

    Emma Coronel Aispuro, the wife of the imprisoned drug kingpin Joaquín “El Chapo” Guzmán has been sentenced to three years in a US prison, after she pleaded guilty to helping the Sinaloa drug cartel.

    Before her sentencing in a federal court in Washington, Coronel, 32, pleaded with US District Judge Rudolph Contreras to show her mercy.

    Continue reading...", - "category": "Joaquín 'El Chapo' Guzmán", - "link": "https://www.theguardian.com/world/2021/nov/30/emma-coronel-aispuro-el-chapo-wife-sentenced-us-prison", - "creator": "Reuters in Washington", - "pubDate": "2021-11-30T19:32:22Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Princes and the Press review – more degrading airing of the royal dirty laundry", + "description": "

    BBC programme is a compelling analysis of the troubled relationship between media and monarchy

    A few days before her wedding, Meghan decided she wanted to wear a particular tiara with emeralds. True, this isn’t the sort of issue that should trouble citizens of a mature democracy but when it comes to royals, Britain is neither mature nor, let’s face it, democratic. Indeed, Amol Rajan, the BBC media editor who presented the Princes and the Press (BBC Two), is a declared republican who once branded the royal family as “absurd” and the media as a “propaganda outlet” for the monarchy. As his measured, compelling analysis of the troubled relationship showed, he may have been right about the former, but the latter? Not so much. The media, we might conclude from his programme, may be driving the monarchy to self-destruct, which would, ironically enough, suit his earlier republican views.

    Back to tiaras. There was a problem: the Duchess of Sussex could not be allowed to wear the emerald tiara because it had some unfortunate history to do with Russia, according to the Sun’s former correspondent Dan Wootton. We never learned what that history was nor why it should matter. What we did learn from Wootton’s report is that Harry reportedly shouted at a royal dresser (who is a person, not a thing) that “whatever Meghan wants, Meghan gets.” This in turn prompted the Queen to tell somebody off.

    Continue reading...", + "content": "

    BBC programme is a compelling analysis of the troubled relationship between media and monarchy

    A few days before her wedding, Meghan decided she wanted to wear a particular tiara with emeralds. True, this isn’t the sort of issue that should trouble citizens of a mature democracy but when it comes to royals, Britain is neither mature nor, let’s face it, democratic. Indeed, Amol Rajan, the BBC media editor who presented the Princes and the Press (BBC Two), is a declared republican who once branded the royal family as “absurd” and the media as a “propaganda outlet” for the monarchy. As his measured, compelling analysis of the troubled relationship showed, he may have been right about the former, but the latter? Not so much. The media, we might conclude from his programme, may be driving the monarchy to self-destruct, which would, ironically enough, suit his earlier republican views.

    Back to tiaras. There was a problem: the Duchess of Sussex could not be allowed to wear the emerald tiara because it had some unfortunate history to do with Russia, according to the Sun’s former correspondent Dan Wootton. We never learned what that history was nor why it should matter. What we did learn from Wootton’s report is that Harry reportedly shouted at a royal dresser (who is a person, not a thing) that “whatever Meghan wants, Meghan gets.” This in turn prompted the Queen to tell somebody off.

    Continue reading...", + "category": "Television & radio", + "link": "https://www.theguardian.com/tv-and-radio/2021/nov/23/the-princes-and-the-press-review-more-degrading-airing-of-the-royal-dirty-laundry", + "creator": "Stuart Jeffries", + "pubDate": "2021-11-23T00:22:03Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2fccf5aba070699aa5de58a1f47eff7" + "hash": "aff736b772e8e0aabad8795a4e1a6029" }, { - "title": "Praise for Prince Charles after ‘historic’ slavery condemnation", - "description": "

    Equality campaigners say remarks made as Barbados became a republic are ‘start of a grown-up conversation’

    The Prince of Wales’s acknowledgment of the “appalling atrocity of slavery” that “forever stains our history” as Barbados became a republic was brave, historic, and the start of a “grown-up conversation led by a future king”, equality campaigners have said.

    Uttering words his mother, the Queen, would be constitutionally constrained from saying, Prince Charles’s speech, at the ceremony to replace the monarch as head of state in the island nation, did not demur from reflecting on the “darkest days of our past” as he looked to a bright future for Barbadians.

    Continue reading...", - "content": "

    Equality campaigners say remarks made as Barbados became a republic are ‘start of a grown-up conversation’

    The Prince of Wales’s acknowledgment of the “appalling atrocity of slavery” that “forever stains our history” as Barbados became a republic was brave, historic, and the start of a “grown-up conversation led by a future king”, equality campaigners have said.

    Uttering words his mother, the Queen, would be constitutionally constrained from saying, Prince Charles’s speech, at the ceremony to replace the monarch as head of state in the island nation, did not demur from reflecting on the “darkest days of our past” as he looked to a bright future for Barbadians.

    Continue reading...", - "category": "Prince Charles", - "link": "https://www.theguardian.com/uk-news/2021/nov/30/praise-for-prince-charles-after-historic-slavery-condemnation-barbados", - "creator": "Caroline Davies", - "pubDate": "2021-11-30T15:49:30Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Australia politics live update: Albanese says PM has ‘a problem with just telling the truth’ as Morrison faces growing backbench resistance", + "description": "

    Victoria reports 19 Covid deaths and 827 new cases; NSW two deaths and 173 cases; Chinese foreign ministry responds to Peter Dutton; Labor leader asked about PM’s claims he was informed about 2019 Hawaii trip; Coalition backbenchers threaten legislative agenda; voters endorse ALP’s economic management. Follow all the day’s news live

    Anthony Albanese was also asked about the text Scott Morrison sent him in 2019, ahead of his Hawaiian holiday during the 2019 bushfires.

    For those who need a refresher, Labor, as part of a “let’s remind everyone of all those times the prime minister didn’t tell the truth” campaign in QT, asked why the PMO had misled journalists over the whereabouts of the prime minister as Australia burned.

    I can only speak to what I have said, as the leader of the opposition will know, because I texted him from the plane when I was going on that leave and told him where I was going, and he was fully aware of where I was travelling with my family.

    Where I was going was on leave. That was the importance of the text message sent to the leader of the opposition. He knew I was taking leave. I told him I was taking leave. He chose to politicise that and has done so ever since.

    I wish to add to an answer. I want to confirm what the leader of the opposition said – that, in that text, I did not tell him the destination of where I was going on leave with my family; I simply communicated to him that I was taking leave. When I referred to him knowing where I was going and being fully aware I was travelling with my family, what I meant was that we were going on leave together. I know I didn’t tell him where we were going, because where members take leave is a private matter. I know I didn’t tell him the destination, nor would I, and nor would he expect me to have told him where I was going. I simply told him that I was taking leave with my family, and he was aware of that at that time.

    I just think this is a prime minister who can’t control his own party room, let alone capable of governing us into the future in the way that we need.

    If you can’t govern your party, how can you govern the country?

    Continue reading...", + "content": "

    Victoria reports 19 Covid deaths and 827 new cases; NSW two deaths and 173 cases; Chinese foreign ministry responds to Peter Dutton; Labor leader asked about PM’s claims he was informed about 2019 Hawaii trip; Coalition backbenchers threaten legislative agenda; voters endorse ALP’s economic management. Follow all the day’s news live

    Anthony Albanese was also asked about the text Scott Morrison sent him in 2019, ahead of his Hawaiian holiday during the 2019 bushfires.

    For those who need a refresher, Labor, as part of a “let’s remind everyone of all those times the prime minister didn’t tell the truth” campaign in QT, asked why the PMO had misled journalists over the whereabouts of the prime minister as Australia burned.

    I can only speak to what I have said, as the leader of the opposition will know, because I texted him from the plane when I was going on that leave and told him where I was going, and he was fully aware of where I was travelling with my family.

    Where I was going was on leave. That was the importance of the text message sent to the leader of the opposition. He knew I was taking leave. I told him I was taking leave. He chose to politicise that and has done so ever since.

    I wish to add to an answer. I want to confirm what the leader of the opposition said – that, in that text, I did not tell him the destination of where I was going on leave with my family; I simply communicated to him that I was taking leave. When I referred to him knowing where I was going and being fully aware I was travelling with my family, what I meant was that we were going on leave together. I know I didn’t tell him where we were going, because where members take leave is a private matter. I know I didn’t tell him the destination, nor would I, and nor would he expect me to have told him where I was going. I simply told him that I was taking leave with my family, and he was aware of that at that time.

    I just think this is a prime minister who can’t control his own party room, let alone capable of governing us into the future in the way that we need.

    If you can’t govern your party, how can you govern the country?

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/nov/23/australia-politics-morrison-coalition-labor-corona-poll-parliament-economy-albanese-andrews-canberra-victoria-nsw-act-sa-perrottet-rennick", + "creator": "Amy Remeikis", + "pubDate": "2021-11-22T22:41:06Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "714e52f67eff185cca043506feae55d7" + "hash": "d6db1ba0a1e049be2714df7385d6a11d" }, { - "title": "EU advice on inclusive language withdrawn after rightwing outcry", - "description": "

    Guidelines promoted use of ‘holiday season’ instead of Christmas and advised against saying ‘man-made’

    An internal European Commission document advising officials to use inclusive language such as “holiday season” rather than Christmas and avoid terms such as “man-made” has been withdrawn after an outcry from rightwing politicians.

    The EU executive’s volte-face over the guidelines, launched by the commissioner for equality, Helena Dalli, at the end of October, was prompted by an article in the Italian tabloid il Giornale, which claimed it amounted to an attempt to “cancel Christmas”.

    Continue reading...", - "content": "

    Guidelines promoted use of ‘holiday season’ instead of Christmas and advised against saying ‘man-made’

    An internal European Commission document advising officials to use inclusive language such as “holiday season” rather than Christmas and avoid terms such as “man-made” has been withdrawn after an outcry from rightwing politicians.

    The EU executive’s volte-face over the guidelines, launched by the commissioner for equality, Helena Dalli, at the end of October, was prompted by an article in the Italian tabloid il Giornale, which claimed it amounted to an attempt to “cancel Christmas”.

    Continue reading...", - "category": "European Commission", - "link": "https://www.theguardian.com/world/2021/nov/30/eu-advice-on-inclusive-language-withdrawn-after-rightwing-outcry", - "creator": "Daniel Boffey in Brussels", - "pubDate": "2021-11-30T15:41:19Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Biden pushes back against progressive criticism over renominating Powell as Fed chair – live", + "description": "

    America’s democracy will be at “critical risk” if the US Senate fails to pass sweeping voting rights legislation, more than 150 scholars of American democratic systems said in an open letter published Sunday.

    The academics called on the US Senate to get rid of the filibuster, the rule that requires 60 votes to advance most legislation through the upper chamber.

    Continue reading...", + "content": "

    America’s democracy will be at “critical risk” if the US Senate fails to pass sweeping voting rights legislation, more than 150 scholars of American democratic systems said in an open letter published Sunday.

    The academics called on the US Senate to get rid of the filibuster, the rule that requires 60 votes to advance most legislation through the upper chamber.

    Continue reading...", + "category": "US politics", + "link": "https://www.theguardian.com/us-news/live/2021/nov/22/build-back-better-senate-house-joe-biden-us-politics-latest", + "creator": "Abené Clayton (now), Gloria Oladipo and Joan E Greve (earlier)", + "pubDate": "2021-11-22T22:36:20Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aa402c9748fc8759cfa207c3f2f432cf" + "hash": "b870297edbd404f5bdaa62b4fe1544f5" }, { - "title": "UK spy chief suggests Beijing risks ‘miscalculation’ over west’s resolve", - "description": "

    Island’s status and surveillance technology making China ‘single greatest priority’ for MI6

    China is at risk of “miscalculating through over-confidence” over Taiwan, said the MI6 head, Richard Moore, in a statement clearly intended to warn Beijing to back off any attempt to seize control of the island.

    Giving a rare speech, Britain’s foreign intelligence chief said in London that China was at risk of “believing its own propaganda” and that the country had become “the single greatest priority” for MI6 for the first time in its history.

    Continue reading...", - "content": "

    Island’s status and surveillance technology making China ‘single greatest priority’ for MI6

    China is at risk of “miscalculating through over-confidence” over Taiwan, said the MI6 head, Richard Moore, in a statement clearly intended to warn Beijing to back off any attempt to seize control of the island.

    Giving a rare speech, Britain’s foreign intelligence chief said in London that China was at risk of “believing its own propaganda” and that the country had become “the single greatest priority” for MI6 for the first time in its history.

    Continue reading...", - "category": "MI6", - "link": "https://www.theguardian.com/uk-news/2021/nov/30/uk-spy-chief-suggests-that-beijing-risks-miscalculation-over-resolve-of-west", - "creator": "Dan Sabbagh Defence and security editor", - "pubDate": "2021-11-30T15:47:23Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "China must answer serious questions about tennis star Peng Shuai, Australia says", + "description": "

    Human rights activists step up calls for diplomatic boycott of Beijing Winter Olympics

    Chinese authorities must answer serious concerns about the tennis star Peng Shuai’s welfare, the Australian government has said.

    The intervention comes as human rights activists and an independent senator step up calls for Australia to join a diplomatic boycott of the Beijing Winter Olympics over broader allegations of rights abuses against Uyghur Muslims in Xinjiang.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "content": "

    Human rights activists step up calls for diplomatic boycott of Beijing Winter Olympics

    Chinese authorities must answer serious concerns about the tennis star Peng Shuai’s welfare, the Australian government has said.

    The intervention comes as human rights activists and an independent senator step up calls for Australia to join a diplomatic boycott of the Beijing Winter Olympics over broader allegations of rights abuses against Uyghur Muslims in Xinjiang.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", + "category": "Australian foreign policy", + "link": "https://www.theguardian.com/australia-news/2021/nov/23/china-must-answer-serious-questions-about-tennis-star-peng-shuai-australia-says", + "creator": "Daniel Hurst", + "pubDate": "2021-11-22T21:57:36Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7fc0aa5e0eb12be3070c5c854d31ceb0" + "hash": "79860146c2ff97db1cd0ccf6739426d9" }, { - "title": "Far-right TV pundit Éric Zemmour to run for French presidency", - "description": "

    It is time to ‘save’ France, controversial figure says as he reads video speech posted on social media

    Éric Zemmour, a controversial French far-right TV pundit who has convictions for inciting racial hatred, has declared he will run for president next spring, claiming he wants to “save” traditional France from “disappearing”.

    In a 10-minute video posted on social media, Zemmour sat at a desk reading a speech in front of an old-fashioned microphone, designed to look like Charles de Gaulle’s famous June 1940 broadcast to Nazi-occupied France – provoking anger from the traditional Gaullist right.

    Continue reading...", - "content": "

    It is time to ‘save’ France, controversial figure says as he reads video speech posted on social media

    Éric Zemmour, a controversial French far-right TV pundit who has convictions for inciting racial hatred, has declared he will run for president next spring, claiming he wants to “save” traditional France from “disappearing”.

    In a 10-minute video posted on social media, Zemmour sat at a desk reading a speech in front of an old-fashioned microphone, designed to look like Charles de Gaulle’s famous June 1940 broadcast to Nazi-occupied France – provoking anger from the traditional Gaullist right.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/nov/30/far-right-tv-pundit-eric-zemmour-to-run-for-french-presidency", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2021-11-30T17:04:46Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Australia's Covid pandemic in 60 seconds: Victoria and Melbourne map – video", + "description": "

    The coronavirus pandemic in Australia has caused almost 2,000 deaths and resulted in close to 200,000 cases. In the worst-hit states of New South Wales and Victoria, high vaccination rates have now reduced the rate of hospital admissions. Here we have used an experimental mapping method to show how the outbreak spread across the two states from the start of the pandemic until now. Each dot represents a person who tested positive to Covid-19, and has been placed randomly within their postcode or local government area to visualise the number of cases in a region. It’s important to remember that this is not necessarily where they caught the virus and instead is where they live. Blue dots represent those who probably caught the coronavirus overseas, and red dots are those who caught the coronavirus locally. All dots fade to grey and are removed after two weeks

    ► Subscribe to Guardian Australia on YouTube

    Continue reading...", + "content": "

    The coronavirus pandemic in Australia has caused almost 2,000 deaths and resulted in close to 200,000 cases. In the worst-hit states of New South Wales and Victoria, high vaccination rates have now reduced the rate of hospital admissions. Here we have used an experimental mapping method to show how the outbreak spread across the two states from the start of the pandemic until now. Each dot represents a person who tested positive to Covid-19, and has been placed randomly within their postcode or local government area to visualise the number of cases in a region. It’s important to remember that this is not necessarily where they caught the virus and instead is where they live. Blue dots represent those who probably caught the coronavirus overseas, and red dots are those who caught the coronavirus locally. All dots fade to grey and are removed after two weeks

    ► Subscribe to Guardian Australia on YouTube

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/video/2021/nov/23/australias-covid-pandemic-in-60-seconds-victoria-and-melbourne-map-video", + "creator": "Nick Evershed, David Fanner, Adam Adada", + "pubDate": "2021-11-22T21:53:50Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9dc1f442233b446139fb0f00d38def7" + "hash": "7eeaef6479aac8bc32d5d55a3d4d8537" }, { - "title": "Chain reaction: Canadian MP complains about minister’s video bike backdrop", - "description": "

    Conservative Ed Fast was mocked after accusing Steven Guilbeault of making ‘statement about his environmental cred’

    A conservative Canadian MP has accused the country’s environment minister of breaching parliamentary protocol after his bicycle appeared on screen during a hybrid session of parliament.

    Conservative MP Ed Fast said minister Steven Guilbeault’s purple bicycle, hung on the wall behind him, was a blatant attempt to “make a statement about his environmental cred”.

    Continue reading...", - "content": "

    Conservative Ed Fast was mocked after accusing Steven Guilbeault of making ‘statement about his environmental cred’

    A conservative Canadian MP has accused the country’s environment minister of breaching parliamentary protocol after his bicycle appeared on screen during a hybrid session of parliament.

    Conservative MP Ed Fast said minister Steven Guilbeault’s purple bicycle, hung on the wall behind him, was a blatant attempt to “make a statement about his environmental cred”.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2021/nov/30/canada-minister-bicycle-video-steven-guilbeault", - "creator": "Leyland Cecco in Toronto", - "pubDate": "2021-11-30T16:49:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Ethiopian PM vows to lead troops in war against rebels", + "description": "

    Nobel Peace prize winner Abiy Ahmed’s statement came as the Tigray People’s Liberation Front continued to press towards Addis Ababa

    Ethiopia’s prime minister, Abiy Ahmed, has vowed to lead his country’s troops “from the battlefront”, the latest dramatic step by the Nobel Peace prize winner in a devastating year-long war with rebel groups.

    “Starting tomorrow, I will mobilise to the front to lead the defence forces,” Abiy, said in a statement posted on Twitter on Monday.

    Continue reading...", + "content": "

    Nobel Peace prize winner Abiy Ahmed’s statement came as the Tigray People’s Liberation Front continued to press towards Addis Ababa

    Ethiopia’s prime minister, Abiy Ahmed, has vowed to lead his country’s troops “from the battlefront”, the latest dramatic step by the Nobel Peace prize winner in a devastating year-long war with rebel groups.

    “Starting tomorrow, I will mobilise to the front to lead the defence forces,” Abiy, said in a statement posted on Twitter on Monday.

    Continue reading...", + "category": "Ethiopia", + "link": "https://www.theguardian.com/world/2021/nov/22/ethiopian-pm-vows-to-marshal-troops-in-war-against-rebels", + "creator": "Staff and agencies in Addis Ababa", + "pubDate": "2021-11-22T21:49:35Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f76e86afde76fc715bcbe09eedf0e3f4" + "hash": "4273f38b0c3a4fe307819c278bec6741" }, { - "title": "Omicron Covid variant ‘present in Europe at least 10 days ago’", - "description": "

    Two cases of new Covid variant found in Netherlands predate last week’s alert from South Africa

    The Omicron variant of Covid-19 was present in Europe at least 10 days ago and already appears to be spreading in the Netherlands and elsewhere.

    “We have found the Omicron coronavirus variant in two test samples that were taken on November 19 and 23,” the Dutch health ministry said in a statement on Tuesday. “It is not yet clear whether these people had also visited southern Africa,” the ministry added.

    Continue reading...", - "content": "

    Two cases of new Covid variant found in Netherlands predate last week’s alert from South Africa

    The Omicron variant of Covid-19 was present in Europe at least 10 days ago and already appears to be spreading in the Netherlands and elsewhere.

    “We have found the Omicron coronavirus variant in two test samples that were taken on November 19 and 23,” the Dutch health ministry said in a statement on Tuesday. “It is not yet clear whether these people had also visited southern Africa,” the ministry added.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/30/omicron-covid-variant-present-in-europe-at-least-10-days-ago", - "creator": "Peter Beaumont", - "pubDate": "2021-11-30T18:43:18Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Murder inquiry launched after man and woman die in Somerset village", + "description": "

    Two men aged 34 and 67 have been arrested, as neighbours describe shock in quiet area

    A murder inquiry has been launched after a husband and wife suffered fatal injuries at their home in a Somerset village while their young children were in the house.

    Neighbours said there had previously been rows in the street over parking, and though Avon and Somerset police declined to discuss a possible motive, the force referred itself to the watchdog because of previous contact it had had with those involved.

    Continue reading...", + "content": "

    Two men aged 34 and 67 have been arrested, as neighbours describe shock in quiet area

    A murder inquiry has been launched after a husband and wife suffered fatal injuries at their home in a Somerset village while their young children were in the house.

    Neighbours said there had previously been rows in the street over parking, and though Avon and Somerset police declined to discuss a possible motive, the force referred itself to the watchdog because of previous contact it had had with those involved.

    Continue reading...", + "category": "UK news", + "link": "https://www.theguardian.com/uk-news/2021/nov/22/two-arrests-after-man-and-woman-die-at-house-in-somerset-village", + "creator": "Steven Morris", + "pubDate": "2021-11-22T21:08:17Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "705223468833c3032dd121c16c0e3f92" + "hash": "b03ef056b262fa0a3cc81ba95747cf66" }, { - "title": "All adults to be offered third Covid jab by end of January, says Boris Johnson", - "description": "

    PM tells Downing Street press conference temporary vaccine centres will be ‘popping up like Christmas trees’

    Every eligible adult in the UK should be offered a Covid booster by the end of January as ministers race to increase protection against the Omicron variant, Boris Johnson has announced.

    “We’re going to be throwing everything at it, to ensure everyone eligible is offered a booster in just over two months,” the prime minister said, adding that he would be getting his own third vaccine on Thursday.

    Continue reading...", - "content": "

    PM tells Downing Street press conference temporary vaccine centres will be ‘popping up like Christmas trees’

    Every eligible adult in the UK should be offered a Covid booster by the end of January as ministers race to increase protection against the Omicron variant, Boris Johnson has announced.

    “We’re going to be throwing everything at it, to ensure everyone eligible is offered a booster in just over two months,” the prime minister said, adding that he would be getting his own third vaccine on Thursday.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/30/all-adults-to-be-offered-third-covid-jab-by-end-of-january-says-boris-johnson", - "creator": "Heather Stewart Political editor", - "pubDate": "2021-11-30T16:39:05Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Johnson ‘losing the confidence’ of Tory party after rambling CBI speech", + "description": "

    Senior party members concerned after chaotic fortnight, with PM said to be losing his grip over key policies

    Conservative MPs are increasingly worried about Boris Johnson’s competence and drive after he gave a rambling speech to business leaders and was accused of losing his grip over a series of key policies from social care to rail.

    Senior members of his own party said they needed Johnson to get the government back on track after a disastrous two weeks amid dismay about his performance at the Confederation of British Industry (CBI) conference, where he lost his place in his speech for about 20 seconds and diverted into a lengthy tangent about Peppa Pig.

    Continue reading...", + "content": "

    Senior party members concerned after chaotic fortnight, with PM said to be losing his grip over key policies

    Conservative MPs are increasingly worried about Boris Johnson’s competence and drive after he gave a rambling speech to business leaders and was accused of losing his grip over a series of key policies from social care to rail.

    Senior members of his own party said they needed Johnson to get the government back on track after a disastrous two weeks amid dismay about his performance at the Confederation of British Industry (CBI) conference, where he lost his place in his speech for about 20 seconds and diverted into a lengthy tangent about Peppa Pig.

    Continue reading...", + "category": "Boris Johnson", + "link": "https://www.theguardian.com/politics/2021/nov/22/johnson-losing-the-confidence-of-tory-party-after-rambling-cbi-speech", + "creator": "Aubrey Allegretti, Rowena Mason, Joanna Partridge and Rob Davies", + "pubDate": "2021-11-22T21:05:13Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b9f523d8d7a11221c6b0341495b3d91" + "hash": "7b9c98e6d7c32b5e23b226d6fac03d72" }, { - "title": "Outrage as Fox News commentator likens Anthony Fauci to Nazi doctor", - "description": "

    Lara Logan compares top US infectious diseases expert to Dr Josef Mengele who experimented on Jews in concentration camps

    A Fox News commentator stoked outrage by comparing Dr Anthony Fauci, Joe Biden’s chief medical adviser, to Josef Mengele, the Nazi “Angel of Death”.

    Lara Logan, a host on the Fox Nation streaming service, was discussing Omicron on Fox News Prime Time on Monday night, amid fears that the new variant will trigger a new wave of Covid cases and further deepen political divisions over how to respond. Fox News has consistently broadcast misinformation about Covid and measures to contain it.

    Continue reading...", - "content": "

    Lara Logan compares top US infectious diseases expert to Dr Josef Mengele who experimented on Jews in concentration camps

    A Fox News commentator stoked outrage by comparing Dr Anthony Fauci, Joe Biden’s chief medical adviser, to Josef Mengele, the Nazi “Angel of Death”.

    Lara Logan, a host on the Fox Nation streaming service, was discussing Omicron on Fox News Prime Time on Monday night, amid fears that the new variant will trigger a new wave of Covid cases and further deepen political divisions over how to respond. Fox News has consistently broadcast misinformation about Covid and measures to contain it.

    Continue reading...", - "category": "Anthony Fauci", - "link": "https://www.theguardian.com/us-news/2021/nov/30/anthony-fauci-josef-mengele-fox-news", - "creator": "Martin Pengelly in New York", - "pubDate": "2021-11-30T17:52:21Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Waukesha Christmas parade: man charged with homicide after five killed", + "description": "

    Darrell E Brooks, 39, in custody as police chief says suspect was involved in a domestic disturbance before the incident

    Authorities in Wisconsin on Monday identified a 39-year-old man as the person who ploughed his vehicle into a Christmas parade on Sunday night, killing five people and injuring another 48, including two children who remained in a critical condition.

    Darrell E Brooks was in custody, charged with five counts of intentional first-degree homicide, Daniel Thompson, police chief of Waukesha, a city 20 miles west of Milwaukee, said at an afternoon press conference.

    Continue reading...", + "content": "

    Darrell E Brooks, 39, in custody as police chief says suspect was involved in a domestic disturbance before the incident

    Authorities in Wisconsin on Monday identified a 39-year-old man as the person who ploughed his vehicle into a Christmas parade on Sunday night, killing five people and injuring another 48, including two children who remained in a critical condition.

    Darrell E Brooks was in custody, charged with five counts of intentional first-degree homicide, Daniel Thompson, police chief of Waukesha, a city 20 miles west of Milwaukee, said at an afternoon press conference.

    Continue reading...", + "category": "Wisconsin", + "link": "https://www.theguardian.com/us-news/2021/nov/22/waukesha-christmas-parade-investigators-suspect-wisconsin", + "creator": "Richard Luscombe", + "pubDate": "2021-11-22T20:13:32Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eca52d0960a7194327db579eea536657" + "hash": "df58642d685c15e1ec771e076b037bea" }, { - "title": "Barbados’s icon: why Rihanna’s national hero status is so apt", - "description": "

    Honoured by her newly independent country, Rihanna has always proudly worn her Bajan heritage – broadening her sound from her Caribbean roots, while staying true to them

    Rihanna’s designation as a national hero of Barbados, to coincide with the country’s transition to an independent republic, could not be more apt. Not only has she been an official ambassador for culture and youth in the country since 2018, the singer remains the country’s most famous citizen and indeed advocate. She has never softened her Bajan accent, and her music, while tapping into pop, R&B and dance music, has remained rich with her Caribbean heritage.

    In her investiture ceremony, the country’s prime minister Mia Mottley addressed the pop singer, fashion icon and hugely successful entrepreneur as “ambassador Robyn Rihanna Fenty: may you continue to shine like a diamond” – a reference to 2012’s global hit Diamonds – “and bring honour to your nation, by your words, by your actions, and to do credit wherever you shall go. God bless you, my dear.”

    Continue reading...", - "content": "

    Honoured by her newly independent country, Rihanna has always proudly worn her Bajan heritage – broadening her sound from her Caribbean roots, while staying true to them

    Rihanna’s designation as a national hero of Barbados, to coincide with the country’s transition to an independent republic, could not be more apt. Not only has she been an official ambassador for culture and youth in the country since 2018, the singer remains the country’s most famous citizen and indeed advocate. She has never softened her Bajan accent, and her music, while tapping into pop, R&B and dance music, has remained rich with her Caribbean heritage.

    In her investiture ceremony, the country’s prime minister Mia Mottley addressed the pop singer, fashion icon and hugely successful entrepreneur as “ambassador Robyn Rihanna Fenty: may you continue to shine like a diamond” – a reference to 2012’s global hit Diamonds – “and bring honour to your nation, by your words, by your actions, and to do credit wherever you shall go. God bless you, my dear.”

    Continue reading...", - "category": "Rihanna", - "link": "https://www.theguardian.com/music/2021/nov/30/barbadoss-icon-why-rihannas-national-hero-status-is-so-apt", - "creator": "Ben Beaumont-Thomas", - "pubDate": "2021-11-30T15:37:29Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Covid live: UK records 44,917 new cases; strict restrictions for unvaccinated come into effect in Greece", + "description": "

    UK also reports 45 further Covid-related deaths; from today Greeks barred from all enclosed public spaces if they are unvaccinated

    Here’s some more detail from Agence France-Presse in Vienna on Austria’s move into its fourth Covid lockdown:

    People in Austria are not allowed to leave home except to go to work, shop for essentials and exercise, as the country returned to a Covid-19 lockdown on Monday morning.

    Continue reading...", + "content": "

    UK also reports 45 further Covid-related deaths; from today Greeks barred from all enclosed public spaces if they are unvaccinated

    Here’s some more detail from Agence France-Presse in Vienna on Austria’s move into its fourth Covid lockdown:

    People in Austria are not allowed to leave home except to go to work, shop for essentials and exercise, as the country returned to a Covid-19 lockdown on Monday morning.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/nov/22/covid-news-live-austria-enters-nationwide-lockdown-australia-eases-international-border-restrictions", + "creator": "Miranda Bryant (now); Sarah Marsh, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-11-22T19:19:23Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "073b13a302594707319220f30c05eedb" + "hash": "0106c5eca1422a563e4e5941be0cee45" }, { - "title": "‘The women are cannon fodder’: how Succession shows the horrors of misogyny", - "description": "

    Season three of the daddy issues drama speaks volumes about the monstrous Man Club that rules society – and even billionaire’s daughter Shiv Roy can’t escape its sadistic clutches

    Everyone eats their share of dung beetle surprise on Succession – HBO’s unrepentant daddy issues drama – but the women’s portions come heavily seasoned with the patriarchy’s favourite ingredients: sexism and misogyny. Even billionaire’s daughter Shiv Roy (played by Sarah Snook) can’t escape it. “It’s only your teats that give you any value,” her brother Kendall (Jeremy Strong) shouts after she rejects his offer to join him in another one of his patricidal business plans. Even before then, he couldn’t help but put a pin in her dreams of taking over the company: “You are too divisive … you’re still seen as a token woman, wonk, woke snowflake.”

    “I don’t think that, but the market does,” he explains.

    Continue reading...", - "content": "

    Season three of the daddy issues drama speaks volumes about the monstrous Man Club that rules society – and even billionaire’s daughter Shiv Roy can’t escape its sadistic clutches

    Everyone eats their share of dung beetle surprise on Succession – HBO’s unrepentant daddy issues drama – but the women’s portions come heavily seasoned with the patriarchy’s favourite ingredients: sexism and misogyny. Even billionaire’s daughter Shiv Roy (played by Sarah Snook) can’t escape it. “It’s only your teats that give you any value,” her brother Kendall (Jeremy Strong) shouts after she rejects his offer to join him in another one of his patricidal business plans. Even before then, he couldn’t help but put a pin in her dreams of taking over the company: “You are too divisive … you’re still seen as a token woman, wonk, woke snowflake.”

    “I don’t think that, but the market does,” he explains.

    Continue reading...", - "category": "Succession", - "link": "https://www.theguardian.com/tv-and-radio/2021/nov/30/the-women-are-cannon-fodder-how-succession-shows-the-horrors-of-misogyny", - "creator": "Flannery Dean", - "pubDate": "2021-11-30T15:41:59Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kenyan police launch investigation into death of British BBC employee", + "description": "

    Kate Mitchell’s body was found shortly after an emergency alarm was activated in her hotel room

    A murder investigation has been launched in Kenya into the death of a British woman who worked for the BBC’s international development charity.

    The body of Kate Mitchell, a senior manager at BBC Media Action, was found on Friday in the capital Nairobi shortly after an emergency alarm was activated in her room. Police in Kenya said the window to her eighth-floor hotel room had been broken and the body of a man Mitchell had been with earlier was found on the ground below.

    Continue reading...", + "content": "

    Kate Mitchell’s body was found shortly after an emergency alarm was activated in her hotel room

    A murder investigation has been launched in Kenya into the death of a British woman who worked for the BBC’s international development charity.

    The body of Kate Mitchell, a senior manager at BBC Media Action, was found on Friday in the capital Nairobi shortly after an emergency alarm was activated in her room. Police in Kenya said the window to her eighth-floor hotel room had been broken and the body of a man Mitchell had been with earlier was found on the ground below.

    Continue reading...", + "category": "Kenya", + "link": "https://www.theguardian.com/world/2021/nov/22/kenyan-police-launch-investigation-into-death-of-british-bbc-employee", + "creator": "Matthew Weaver", + "pubDate": "2021-11-22T18:48:23Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "24fa0219d5f9c84c2b2bb3a354ee9458" + "hash": "630d03ee7cc9b036bc53dd47db63d423" }, { - "title": "Tensions run high in Hastings over small boat arrivals", - "description": "

    While many in East Sussex town have rushed to help when refugees arrive on the beach, some are less welcoming

    Ten days ago, people stood on the beach in Hastings and tried to prevent a lifeboat crew from going into the sea to rescue a group of refugees in a flimsy dinghy. According to a witness, they were shouting at the RNLI: “Don’t bring any more of those, we’re full up, that’s why we stopped our donations.”

    Meanwhile, a group from the same town calling itself Hastings Supports Refugees has set up what is thought to be the first emergency response team run by volunteers to welcome the bedraggled, traumatised newcomers and provide them with hot food and drinks, dry clothes and a warm welcome as soon as they come ashore.

    Continue reading...", - "content": "

    While many in East Sussex town have rushed to help when refugees arrive on the beach, some are less welcoming

    Ten days ago, people stood on the beach in Hastings and tried to prevent a lifeboat crew from going into the sea to rescue a group of refugees in a flimsy dinghy. According to a witness, they were shouting at the RNLI: “Don’t bring any more of those, we’re full up, that’s why we stopped our donations.”

    Meanwhile, a group from the same town calling itself Hastings Supports Refugees has set up what is thought to be the first emergency response team run by volunteers to welcome the bedraggled, traumatised newcomers and provide them with hot food and drinks, dry clothes and a warm welcome as soon as they come ashore.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/nov/30/hastings-small-boat-arrivals-tensions-east-sussex-town", - "creator": "Diane Taylor", - "pubDate": "2021-11-30T13:04:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Germany and Netherlands face tightening Covid rules as Austria enters lockdown", + "description": "

    German foreign minister says most of country will be ‘vaccinated, cured or dead’ by end of winter

    Germany and the Netherlands have been told they should face still tougher Covid restrictions as the German health minister, Jens Spahn, made the startling prediction that most of his compatriots would be “vaccinated, cured or dead” by the end of winter.

    With Europe again the centre of the pandemic, ushering in tighter controls mainly on the unvaccinated across the continent, on Monday Austria became the first west European country to re-enter lockdown since vaccination began earlier this year.

    Continue reading...", + "content": "

    German foreign minister says most of country will be ‘vaccinated, cured or dead’ by end of winter

    Germany and the Netherlands have been told they should face still tougher Covid restrictions as the German health minister, Jens Spahn, made the startling prediction that most of his compatriots would be “vaccinated, cured or dead” by the end of winter.

    With Europe again the centre of the pandemic, ushering in tighter controls mainly on the unvaccinated across the continent, on Monday Austria became the first west European country to re-enter lockdown since vaccination began earlier this year.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/22/germany-and-netherlands-face-fresh-covid-rules-as-austria-enters-lockdown", + "creator": "Jon Henley, Europe correspondent, Kate Connolly in Berlin and Jennifer Rankin in Brussels", + "pubDate": "2021-11-22T18:37:04Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "828a109f567d4375ddca69852ce6767c" + "hash": "c4e0268ee7e2307a9f1e6c2512c2da8a" }, { - "title": "'Don't bring any more of those': people try to stop crew going to sea to save refugees – video", - "description": "

    The RNLI has confirmed an incident took place following claims a lifeboat crew was blocked from going to sea by people opposing the rescuing of refugees in the Channel. Hastings, which has a population of about 100,000, is on the frontline of the small boat arrivals. Refugees have been landing on its beach since 2019 but in line with the overall tripling of numbers this year there has been a huge increase, particularly in the last month.

    Continue reading...", - "content": "

    The RNLI has confirmed an incident took place following claims a lifeboat crew was blocked from going to sea by people opposing the rescuing of refugees in the Channel. Hastings, which has a population of about 100,000, is on the frontline of the small boat arrivals. Refugees have been landing on its beach since 2019 but in line with the overall tripling of numbers this year there has been a huge increase, particularly in the last month.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/video/2021/nov/30/dont-bring-any-more-of-those-people-try-to-stop-crew-going-out-to-sea-to-save-refugees-video", - "creator": "", - "pubDate": "2021-11-30T20:48:51Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Chile’s right rejoices after pro-Pinochet candidate wins presidential first round", + "description": "

    José Antonio Kast will face progressive former student leader Gabriel Boric in runoff election next month

    Chile’s right wing have claimed a jubilant victory after José Antonio Kast, a former congressman with a history of defending the Pinochet dictatorship, secured a surprise win in the first round of the country’s presidential election.

    Kast, who campaigned on a platform of public order, migration controls and conservative social values, confounded expectations to take 28% of the vote and beat the progressive former student leader Gabriel Boric by two percentage points.

    Continue reading...", + "content": "

    José Antonio Kast will face progressive former student leader Gabriel Boric in runoff election next month

    Chile’s right wing have claimed a jubilant victory after José Antonio Kast, a former congressman with a history of defending the Pinochet dictatorship, secured a surprise win in the first round of the country’s presidential election.

    Kast, who campaigned on a platform of public order, migration controls and conservative social values, confounded expectations to take 28% of the vote and beat the progressive former student leader Gabriel Boric by two percentage points.

    Continue reading...", + "category": "Chile", + "link": "https://www.theguardian.com/world/2021/nov/22/jose-antonio-kast-chile-right-wing-presidential-election", + "creator": "John Bartlett in Santiago", + "pubDate": "2021-11-22T18:18:52Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "267758bc2608a6970808e949b8be497d" + "hash": "a75a1bd310bc63059b5f47b38905140a" }, { - "title": "Josephine Baker, music hall star and civil rights activist, enters Panthéon", - "description": "

    French-American war hero is first Black woman inducted into Paris mausoleum for revered figures

    Josephine Baker, the French-American civil rights activist, music hall superstar and second world war resistance hero, has become the first Black woman to enter France’s Panthéon mausoleum of revered historical figures – taking the nation’s highest honour at a moment when tensions over national identity and immigration are dominating the run-up to next year’s presidential race.

    The elaborate ceremony on Tuesday – presided over by the French president, Emmanuel Macron – focused on Baker’s legacy as a resistance fighter, activist and anti-fascist who fled the racial segregation of the 1920s US for the Paris cabaret stage, and who fought for inclusion and against hatred.

    Continue reading...", - "content": "

    French-American war hero is first Black woman inducted into Paris mausoleum for revered figures

    Josephine Baker, the French-American civil rights activist, music hall superstar and second world war resistance hero, has become the first Black woman to enter France’s Panthéon mausoleum of revered historical figures – taking the nation’s highest honour at a moment when tensions over national identity and immigration are dominating the run-up to next year’s presidential race.

    The elaborate ceremony on Tuesday – presided over by the French president, Emmanuel Macron – focused on Baker’s legacy as a resistance fighter, activist and anti-fascist who fled the racial segregation of the 1920s US for the Paris cabaret stage, and who fought for inclusion and against hatred.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/nov/30/black-french-american-rights-activist-josephine-baker-enters-pantheon", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2021-11-30T18:16:10Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Hogging the limelight: how Peppa Pig became a global phenomenon", + "description": "

    Boris Johnson threw spotlight on show that has run for 17 years and been exported to 118 countries

    To many families taking their excited children to Peppa Pig World, the most surreal aspect isn’t the pastel-hued streets or the giant cartoon animals milling around; it’s the soundtrack. Piped from speakers spread around the park, the can’t-get-it-out-of-your-head theme tune plays on a continuous loop, and parents could be forgiven for feeling they’ve entered a nightmare rather than a toddler’s dreamscape.

    Not so for Boris Johnson. The prime minister was so buoyed by his Sunday enjoying delights such an egg-shaped boat ride overlooked by Grampy Rabbit, where he was photographed grinning alongside his one-year-old son Wilfred and wife Carrie, that he was moved to praise the New Forest amusement park effusively in a speech to business leaders on Monday.

    Continue reading...", + "content": "

    Boris Johnson threw spotlight on show that has run for 17 years and been exported to 118 countries

    To many families taking their excited children to Peppa Pig World, the most surreal aspect isn’t the pastel-hued streets or the giant cartoon animals milling around; it’s the soundtrack. Piped from speakers spread around the park, the can’t-get-it-out-of-your-head theme tune plays on a continuous loop, and parents could be forgiven for feeling they’ve entered a nightmare rather than a toddler’s dreamscape.

    Not so for Boris Johnson. The prime minister was so buoyed by his Sunday enjoying delights such an egg-shaped boat ride overlooked by Grampy Rabbit, where he was photographed grinning alongside his one-year-old son Wilfred and wife Carrie, that he was moved to praise the New Forest amusement park effusively in a speech to business leaders on Monday.

    Continue reading...", + "category": "Peppa Pig", + "link": "https://www.theguardian.com/tv-and-radio/2021/nov/22/boris-johnson-hogging-the-limelight-how-peppa-pig-became-a-global-phenomenon", + "creator": "Rachel Hall", + "pubDate": "2021-11-22T17:47:14Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "749a7089e0322e10609ab0925c520f65" + "hash": "7c498f83674eda61dc6fbe8f523dde0c" }, { - "title": "Lust actually: Christmas movies are everywhere – and this year they’re horny", - "description": "

    Move over, Miracle on 34th Street and Elf. As we face another troubled festive season, there will be some surprisingly saucy viewing

    Name: Blue Christmas films.

    Age: New.

    Continue reading...", - "content": "

    Move over, Miracle on 34th Street and Elf. As we face another troubled festive season, there will be some surprisingly saucy viewing

    Name: Blue Christmas films.

    Age: New.

    Continue reading...", - "category": "Christmas", - "link": "https://www.theguardian.com/lifeandstyle/2021/nov/30/lust-actually-christmas-movies-are-everywhere-and-this-year-theyre-horny", - "creator": "", - "pubDate": "2021-11-30T18:16:12Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Aid workers say Mediterranean a ‘liquid graveyard’ after 75 feared dead off Libya", + "description": "

    People smugglers are putting hundreds to sea this autumn despite stormy weather

    More than 75 people are feared dead after their boat capsized in stormy seas off the coast of Libya while attempting to reach Europe in one of the deadliest shipwrecks this year, according to the UN.

    Fifteen survivors were rescued by local fishers and brought to the port of Zuwara in north-western Libya. They said there were about 92 people onboard the vessel when the incident took place on 17 November. Most of those who died came from sub-Saharan Africa.

    Continue reading...", + "content": "

    People smugglers are putting hundreds to sea this autumn despite stormy weather

    More than 75 people are feared dead after their boat capsized in stormy seas off the coast of Libya while attempting to reach Europe in one of the deadliest shipwrecks this year, according to the UN.

    Fifteen survivors were rescued by local fishers and brought to the port of Zuwara in north-western Libya. They said there were about 92 people onboard the vessel when the incident took place on 17 November. Most of those who died came from sub-Saharan Africa.

    Continue reading...", + "category": "Migration", + "link": "https://www.theguardian.com/world/2021/nov/22/aid-workers-say-mediterranean-a-liquid-graveyard-after-75-feared-dead-off-libya", + "creator": "Lorenzo Tondo in Palermo", + "pubDate": "2021-11-22T17:41:00Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "414e04dfc1b19f413c44814ab878ee7d" + "hash": "a2ad7e5f13aa79f02f26383b9a554f51" }, { - "title": "‘She defined modern Germany’: Blair, Barroso and Prodi on Angela Merkel", - "description": "

    When she first took office her fellow leaders included Blair, Chirac and Bush. Three of those at her first G8 summit look back on her legacy

    European Commission president, 2004-14

    Continue reading...", - "content": "

    When she first took office her fellow leaders included Blair, Chirac and Bush. Three of those at her first G8 summit look back on her legacy

    European Commission president, 2004-14

    Continue reading...", - "category": "Angela Merkel", - "link": "https://www.theguardian.com/world/2021/nov/30/slugs-angela-merkel-blair-barroso-prodi-on-germany-leader", - "creator": "Philip Oltermann", - "pubDate": "2021-11-30T10:37:20Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Meredith Kercher killer Rudy Guede could be freed within days", + "description": "

    Man convicted of murdering British student asks for sentence, due to end in January, to be reduced

    Rudy Guede, the only person definitively convicted of the murder of the British student Meredith Kercher, could be freed in the coming days after completing 13 years of a 16-year sentence.

    Guede’s sentence is due to end on 4 January, but he has asked magistrates to reduce it by a further 45 days.

    Continue reading...", + "content": "

    Man convicted of murdering British student asks for sentence, due to end in January, to be reduced

    Rudy Guede, the only person definitively convicted of the murder of the British student Meredith Kercher, could be freed in the coming days after completing 13 years of a 16-year sentence.

    Guede’s sentence is due to end on 4 January, but he has asked magistrates to reduce it by a further 45 days.

    Continue reading...", + "category": "Meredith Kercher", + "link": "https://www.theguardian.com/world/2021/nov/22/meredith-kercher-killer-rudy-guede-could-be-freed-within-days", + "creator": "Angela Giuffrida in Rome", + "pubDate": "2021-11-22T17:22:29Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5665f3da0df2747eaf5dc88d7b6ab22d" + "hash": "a7955fca0286a085c64f73745f429b87" }, { - "title": "There Is No Evil review – passionate plea against Iran’s soul-poisoning executions", - "description": "

    Dissident Mohammad Rasoulof blasts against his country’s profligate use of capital punishment that includes making citizens carry out death sentences

    Maybe you don’t go to Iranian cinema for nail-biting action and suspense. But that’s what you are given in this arresting portmanteau film, the Golden Bear winner at last year’s Berlin film festival. It is written and directed by film-maker and democracy campaigner Mohammad Rasoulof, who has repeatedly been victimised by the Iranian government for his dissident “propaganda” – most recently, in 2020, with a one-year prison sentence and two-year ban on film-making. As with Rasoulof’s fellow Iranian director Jafar Panahi, a ban of this sort can be finessed, by playing on the government’s strange pedantry and hypocrisy. If the film is technically registered to someone else and shown outside Iran at international film festivals where its appearance boosts Iran’s cultural prestige, the authorities appear to let it slide, though persist with harassment.

    There Is No Evil consists of four short stories – with twists and ingeniously concealed interconnections – on the topic of the death penalty and how it is poisoning the country’s soul. Hundreds of people are executed a year in Iran, including children. Execution of the condemned criminal is the job of civilian functionaries but also widely carried out by soldiers doing compulsory national service.

    Continue reading...", - "content": "

    Dissident Mohammad Rasoulof blasts against his country’s profligate use of capital punishment that includes making citizens carry out death sentences

    Maybe you don’t go to Iranian cinema for nail-biting action and suspense. But that’s what you are given in this arresting portmanteau film, the Golden Bear winner at last year’s Berlin film festival. It is written and directed by film-maker and democracy campaigner Mohammad Rasoulof, who has repeatedly been victimised by the Iranian government for his dissident “propaganda” – most recently, in 2020, with a one-year prison sentence and two-year ban on film-making. As with Rasoulof’s fellow Iranian director Jafar Panahi, a ban of this sort can be finessed, by playing on the government’s strange pedantry and hypocrisy. If the film is technically registered to someone else and shown outside Iran at international film festivals where its appearance boosts Iran’s cultural prestige, the authorities appear to let it slide, though persist with harassment.

    There Is No Evil consists of four short stories – with twists and ingeniously concealed interconnections – on the topic of the death penalty and how it is poisoning the country’s soul. Hundreds of people are executed a year in Iran, including children. Execution of the condemned criminal is the job of civilian functionaries but also widely carried out by soldiers doing compulsory national service.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/nov/30/there-is-no-evil-review-passionate-plea-against-irans-soul-poisoning-executions", - "creator": "Peter Bradshaw", - "pubDate": "2021-11-30T10:00:13Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Improving migrant workers’ lives in Qatar | Letter", + "description": "

    Faha Al-Mana responds to a report on allegations of exploitation and abuse by migrant workers in the run-up to the 2022 World Cup

    Your report (‘We have fallen into a trap’: Qatar’s World Cup dream is a nightmare for hotel staff, 18 November) fails to acknowledge the progress Qatar has made to improve living and working standards for foreign workers, including those in the hospitality sector.

    The impact of Qatar’s reforms is best highlighted through its numbers: over 240,000 workers have successfully changed jobs since barriers were removed in September 2020; more than 400,000 have directly benefited from the new minimum wage; improvements to the wage protection system now protect 96% of eligible workers from wage abuse; and hundreds of thousands of workers have left Qatar and returned without permission from their employer since exit permits were abolished.

    Continue reading...", + "content": "

    Faha Al-Mana responds to a report on allegations of exploitation and abuse by migrant workers in the run-up to the 2022 World Cup

    Your report (‘We have fallen into a trap’: Qatar’s World Cup dream is a nightmare for hotel staff, 18 November) fails to acknowledge the progress Qatar has made to improve living and working standards for foreign workers, including those in the hospitality sector.

    The impact of Qatar’s reforms is best highlighted through its numbers: over 240,000 workers have successfully changed jobs since barriers were removed in September 2020; more than 400,000 have directly benefited from the new minimum wage; improvements to the wage protection system now protect 96% of eligible workers from wage abuse; and hundreds of thousands of workers have left Qatar and returned without permission from their employer since exit permits were abolished.

    Continue reading...", + "category": "Workers' rights", + "link": "https://www.theguardian.com/global-development/2021/nov/22/improving-migrant-workers-lives-in-qatar", + "creator": "Letters", + "pubDate": "2021-11-22T17:19:01Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5efcb5ff2d6c96ff371db3d0cda88a70" + "hash": "b0a80246884b567a5e3e6b99a7b0fa25" }, { - "title": "Trump chief of staff Meadows to cooperate with Capitol attack panel – live", - "description": "

    Mark Meadows, formerly Donald Trump’s chief of staff, has reached an agreement to cooperate, at least initially, with the bipartisan House committee investigating the insurrection at the US Capitol on January 6 this year by extremist supporters of the-then president, according to CNN.

    Meadows is providing records and agreeing to appear for an initial interview, the cable news company is reporting in an exclusive published moments ago.

    Meadows’ lawyer George Terwilliger said in a statement to CNN that there is now an understanding between the two parties on how information can be exchanged moving forward, stating that his client and the committee are open to engaging on a certain set of topics as they work out how to deal with information that the committee is seeking that could fall under executive privilege.

    But the agreement could be fragile if the two sides do not agree on what is privileged information. News of the understanding comes as Trump’s lawyers argued in front of a federal appeals court in Washington that the former President should be able to assert executive privilege over records from the committee.

    Continue reading...", - "content": "

    Mark Meadows, formerly Donald Trump’s chief of staff, has reached an agreement to cooperate, at least initially, with the bipartisan House committee investigating the insurrection at the US Capitol on January 6 this year by extremist supporters of the-then president, according to CNN.

    Meadows is providing records and agreeing to appear for an initial interview, the cable news company is reporting in an exclusive published moments ago.

    Meadows’ lawyer George Terwilliger said in a statement to CNN that there is now an understanding between the two parties on how information can be exchanged moving forward, stating that his client and the committee are open to engaging on a certain set of topics as they work out how to deal with information that the committee is seeking that could fall under executive privilege.

    But the agreement could be fragile if the two sides do not agree on what is privileged information. News of the understanding comes as Trump’s lawyers argued in front of a federal appeals court in Washington that the former President should be able to assert executive privilege over records from the committee.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2021/nov/30/us-congress-government-shutdown-washington-us-politics-live", - "creator": "Vivian Ho", - "pubDate": "2021-11-30T21:54:54Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Priceless Roman mosaic spent 50 years as a coffee table in New York apartment", + "description": "

    Long-lost mosaic commissioned by Emperor Caligula disappeared from Italian museum during second world war

    A priceless Roman mosaic that once decorated a ship used by the emperor Caligula was used for almost 50 years as a coffee table in an apartment in New York City.

    Dario Del Bufalo, an Italian expert on ancient stone and marble, described how he found the mosaic in an interview with CBS’s 60 Minutes on Sunday.

    Continue reading...", + "content": "

    Long-lost mosaic commissioned by Emperor Caligula disappeared from Italian museum during second world war

    A priceless Roman mosaic that once decorated a ship used by the emperor Caligula was used for almost 50 years as a coffee table in an apartment in New York City.

    Dario Del Bufalo, an Italian expert on ancient stone and marble, described how he found the mosaic in an interview with CBS’s 60 Minutes on Sunday.

    Continue reading...", + "category": "Art and design", + "link": "https://www.theguardian.com/artanddesign/2021/nov/22/priceless-roman-mosaic-coffee-table-new-york-apartment", + "creator": "Gloria Oladipo", + "pubDate": "2021-11-22T16:45:43Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fdb9513c2416fea2c844303406eb8b60" + "hash": "569923807e3d0574b106bf3526eff25f" }, { - "title": "Speed, decisiveness, cooperation: how a tiny Taiwanese village overcame Delta", - "description": "

    A rural community of 5,500 people, with an under-resourced health system, came together to take on Covid. International news editor Bonnie Malkin introduces this story about a community effort to confront Delta


    You can read the original article here: Speed, decisiveness, cooperation: how a tiny Taiwan village overcame Delta


    Continue reading...", - "content": "

    A rural community of 5,500 people, with an under-resourced health system, came together to take on Covid. International news editor Bonnie Malkin introduces this story about a community effort to confront Delta


    You can read the original article here: Speed, decisiveness, cooperation: how a tiny Taiwan village overcame Delta


    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/audio/2021/dec/01/speed-decisiveness-cooperation-how-a-tiny-taiwanese-village-overcame-delta", - "creator": "Hosted by Jane Lee. Recommended by Bonnie Malkin. Written by Helen Davidson. Read by Jason Chong. Produced by Camilla Hannan, Daniel Semo and Allison Chan. Executive producers Gabrielle Jackson and Melanie Tait", - "pubDate": "2021-11-30T16:30:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Peng Shuai backlash leaves IOC facing familiar criticism over human rights", + "description": "

    Analysis: Olympic committee is accused of engaging in a ‘publicity stunt’ by taking part in video call

    As human rights organisations and the world’s media questioned the whereabouts of the Chinese tennis player Peng Shuai, the International Olympic Committee opted for a “quiet diplomacy” approach, arguing that was the most effective way to deal with such a case.

    “Experience shows that quiet diplomacy offers the best opportunity to find a solution for questions of such nature. This explains why the IOC will not comment any further at this stage,” the Lausanne-based organisation said in an emailed statement on Thursday about the case of Peng, who disappeared from public view after she made an accusation of sexual assault against a former senior Chinese official.

    Continue reading...", + "content": "

    Analysis: Olympic committee is accused of engaging in a ‘publicity stunt’ by taking part in video call

    As human rights organisations and the world’s media questioned the whereabouts of the Chinese tennis player Peng Shuai, the International Olympic Committee opted for a “quiet diplomacy” approach, arguing that was the most effective way to deal with such a case.

    “Experience shows that quiet diplomacy offers the best opportunity to find a solution for questions of such nature. This explains why the IOC will not comment any further at this stage,” the Lausanne-based organisation said in an emailed statement on Thursday about the case of Peng, who disappeared from public view after she made an accusation of sexual assault against a former senior Chinese official.

    Continue reading...", + "category": "Peng Shuai", + "link": "https://www.theguardian.com/sport/2021/nov/22/peng-shuai-backlash-ioc-familiar-criticism-human-rights", + "creator": "Vincent Ni China affairs correspondent", + "pubDate": "2021-11-22T16:37:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85a86b06ea77484f2a6c74760511bfc2" + "hash": "5d4b8ebe13452defd15f482ee3bd9d72" }, { - "title": "Australia news updates live: bigger quarantine fines in NSW over Omicron; parliament under pressure on second-last day", - "description": "

    Labor reportedly ditching fuel emissions standards policy; penalties of $5,000 for those who fail to comply with quarantine or testing requirements come into force as authorities attempt to curb the Omicron Covid variant – follow the day’s news live

    Scott Morrison was asked about his senator David Van’s interjections in the senate yesterday, and he had this to say:

    I expect all parliamentary leaders to be seeking to be uphold those standards have been in the Parliament a long time. Just last week the interjections that I was hearing in the chamber coming across, I mean, these are things that all parliamentary leaders continue to have to uphold the standards of and I expect that of my team and I was very, very disappointed about that.

    In February this year, I spoke about integrity and conduct. Politics is about perception, and, regrettably, the public perception of our politicians is not good. Repeatedly, politicians from local, state and federal ranks have acted without integrity and contributed to the ongoing and deteriorating perception of the body politic.

    In any survey about the most trusted professions in our society, politicians usually rank amongst the lowest, and why wouldn’t this be the case, given the continued exposure of questionable activities over the years? Whether it’s alleged lies in election campaigns, dodgy preselections, misappropriation of public monies, personal benefits resulting from insider information, monies sequestered in overseas tax havens, abuse of office for personal advantage, dodgy land deals or connections with foreign governments, the list goes on and on.

    Continue reading...", - "content": "

    Labor reportedly ditching fuel emissions standards policy; penalties of $5,000 for those who fail to comply with quarantine or testing requirements come into force as authorities attempt to curb the Omicron Covid variant – follow the day’s news live

    Scott Morrison was asked about his senator David Van’s interjections in the senate yesterday, and he had this to say:

    I expect all parliamentary leaders to be seeking to be uphold those standards have been in the Parliament a long time. Just last week the interjections that I was hearing in the chamber coming across, I mean, these are things that all parliamentary leaders continue to have to uphold the standards of and I expect that of my team and I was very, very disappointed about that.

    In February this year, I spoke about integrity and conduct. Politics is about perception, and, regrettably, the public perception of our politicians is not good. Repeatedly, politicians from local, state and federal ranks have acted without integrity and contributed to the ongoing and deteriorating perception of the body politic.

    In any survey about the most trusted professions in our society, politicians usually rank amongst the lowest, and why wouldn’t this be the case, given the continued exposure of questionable activities over the years? Whether it’s alleged lies in election campaigns, dodgy preselections, misappropriation of public monies, personal benefits resulting from insider information, monies sequestered in overseas tax havens, abuse of office for personal advantage, dodgy land deals or connections with foreign governments, the list goes on and on.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/dec/01/australia-news-updates-live-covid-omicron-scott-morrison-parliament-nsw-victoria-coronavirus-travel-restrictions-quarantine-australian-politics", - "creator": "Amy Remeikis", - "pubDate": "2021-11-30T21:53:07Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Base of the iceberg: the tragic cost of concussion in amateur sport | Emma Kemp", + "description": "

    Former footy player Paul Wheatley is serving a prison sentence – the culmination of a chain of events that could be traced back to numerous on-field head knocks

    Paul Wheatley is often in bed by 7.30pm. There is little else to do once locked in his prison cell well before the sun’s light fades. So he reads a bit, then attempts to drift into unconsciousness.

    It is the only sure way to push out the voice which follows him everywhere. The one most familiar and cherished in his world frantically repeating his name, each an anguished attempt to rouse him from a seizure before they were off the road and the tree appeared and it was too late.

    Continue reading...", + "content": "

    Former footy player Paul Wheatley is serving a prison sentence – the culmination of a chain of events that could be traced back to numerous on-field head knocks

    Paul Wheatley is often in bed by 7.30pm. There is little else to do once locked in his prison cell well before the sun’s light fades. So he reads a bit, then attempts to drift into unconsciousness.

    It is the only sure way to push out the voice which follows him everywhere. The one most familiar and cherished in his world frantically repeating his name, each an anguished attempt to rouse him from a seizure before they were off the road and the tree appeared and it was too late.

    Continue reading...", + "category": "Concussion in sport", + "link": "https://www.theguardian.com/sport/2021/nov/23/base-of-the-iceberg-the-tragic-cost-of-concussion-in-amateur-sport", + "creator": "Emma Kemp", + "pubDate": "2021-11-22T16:30:30Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2b369f56837691bc909079fac4959ff" + "hash": "8ec65acbbdc79bd7d7d411ba73b6e89c" }, { - "title": "Botswana upholds ruling decriminalising same-sex relationships", - "description": "

    Court of appeal decision hailed as victory for LGBTQ+ community that could encourage other African countries to follow suit

    Gay rights campaigners expressed joy at the Botswana court of appeal’s decision to uphold a ruling that decriminalised same-sex relationships, saying the country’s judiciary had set an example for other African countries.

    The government had appealed a 2019 ruling that criminalising homosexuality was unconstitutional. The ruling had been hailed as a major victory for gay rights campaigners on the continent, following an unsuccessful attempt in Kenya to repeal colonial-era laws criminalising gay sex.

    Continue reading...", - "content": "

    Court of appeal decision hailed as victory for LGBTQ+ community that could encourage other African countries to follow suit

    Gay rights campaigners expressed joy at the Botswana court of appeal’s decision to uphold a ruling that decriminalised same-sex relationships, saying the country’s judiciary had set an example for other African countries.

    The government had appealed a 2019 ruling that criminalising homosexuality was unconstitutional. The ruling had been hailed as a major victory for gay rights campaigners on the continent, following an unsuccessful attempt in Kenya to repeal colonial-era laws criminalising gay sex.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/29/botswana-upholds-ruling-decriminalising-same-sex-relationships", - "creator": "Nyasha Chingono in Harare", - "pubDate": "2021-11-29T15:58:05Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Outrage after two journalists detained at Indigenous protest in Canada", + "description": "

    Press organizations condemn arrest of Amber Bracken and Michael Toledano at pipeline protest in British Columbia

    Press organizations in Canada have condemned the arrest of two journalists who were detained while covering Indigenous-led resistance to a controversial pipeline project and remain in custody.

    Amber Bracken, an award-winning photojournalist who has previously worked with the Guardian, and Michael Toledano, a documentary film-maker, were arrested on Friday by Royal Canadian Mounted police officers who were enforcing a court-ordered injunction in British Columbia. More than a dozen protesters were also arrested.

    Continue reading...", + "content": "

    Press organizations condemn arrest of Amber Bracken and Michael Toledano at pipeline protest in British Columbia

    Press organizations in Canada have condemned the arrest of two journalists who were detained while covering Indigenous-led resistance to a controversial pipeline project and remain in custody.

    Amber Bracken, an award-winning photojournalist who has previously worked with the Guardian, and Michael Toledano, a documentary film-maker, were arrested on Friday by Royal Canadian Mounted police officers who were enforcing a court-ordered injunction in British Columbia. More than a dozen protesters were also arrested.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2021/nov/22/canada-two-journalists-detained-indigenous-pipeline-protest", + "creator": "Leyland Ceccoin Ottawa", + "pubDate": "2021-11-22T16:23:17Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86777d060ccbc058c1a17360ed0df5ac" + "hash": "9198d8173bd32fff9bc8419c1ddf592e" }, { - "title": "Can the Gambia turn the tide to save its shrinking beaches?", - "description": "

    In a developing country reliant on its tourist industry, the rapidly eroding ‘smiling coast’ shows the urgent need for action on climate change

    When Saikou Demba was a young man starting out in the hospitality business, he opened a little hotel on the Gambian coast called the Leybato and ran a beach bar on the wide expanse of golden sand. The hotel is still there, a relaxed spot where guests can lie in hammocks beneath swaying palm trees and stroll along shell-studded pathways. But the beach bar is not. At high tide, Demba reckons it would be about five or six metres into the sea.

    “The first year the tide came in high but it was OK,” he says. “The second year, the tide came in high but it was OK. The third year, I came down one day and it [the bar] wasn’t there: half of it went into the sea.”

    Continue reading...", - "content": "

    In a developing country reliant on its tourist industry, the rapidly eroding ‘smiling coast’ shows the urgent need for action on climate change

    When Saikou Demba was a young man starting out in the hospitality business, he opened a little hotel on the Gambian coast called the Leybato and ran a beach bar on the wide expanse of golden sand. The hotel is still there, a relaxed spot where guests can lie in hammocks beneath swaying palm trees and stroll along shell-studded pathways. But the beach bar is not. At high tide, Demba reckons it would be about five or six metres into the sea.

    “The first year the tide came in high but it was OK,” he says. “The second year, the tide came in high but it was OK. The third year, I came down one day and it [the bar] wasn’t there: half of it went into the sea.”

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/28/can-the-gambia-turn-the-tide-to-save-its-shrinking-beaches", - "creator": "Lizzy Davies in Fajara", - "pubDate": "2021-11-28T13:00:27Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "West weighs up costs of boycotting China’s Winter Olympics", + "description": "

    Analysis: calls growing amid Xinjiang allegations and Peng Shuai fallout, but Beijing takes slights very seriously

    Boycotting the Beijing Winter Olympics in February may seem a simple, symbolic diplomatic gesture – when put alongside the allegations of labour camps in Xinjiang province and the apparent sexual exploitation of the Chinese tennis star Peng Shuai – but such is the contemporary economic power of China that the step will only be taken after much agonising.

    The threats and economic boycotts that Australia, Canada and more recently Lithuania have suffered at the hands of the Chinese for challenging Beijing’s authority in one way or another are not experiences other countries will want to copy lightly.

    Continue reading...", + "content": "

    Analysis: calls growing amid Xinjiang allegations and Peng Shuai fallout, but Beijing takes slights very seriously

    Boycotting the Beijing Winter Olympics in February may seem a simple, symbolic diplomatic gesture – when put alongside the allegations of labour camps in Xinjiang province and the apparent sexual exploitation of the Chinese tennis star Peng Shuai – but such is the contemporary economic power of China that the step will only be taken after much agonising.

    The threats and economic boycotts that Australia, Canada and more recently Lithuania have suffered at the hands of the Chinese for challenging Beijing’s authority in one way or another are not experiences other countries will want to copy lightly.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/nov/22/west-weighs-up-costs-of-boycotting-china-beijing-winter-olympics", + "creator": "Patrick Wintour Diplomatic editor", + "pubDate": "2021-11-22T16:15:24Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c62f2ec4fe1b5df4b1183fa65c85eee1" + "hash": "3d89216bbb96fff0dcd87edd6d77c065" }, { - "title": "Channel crossings: who would make such a dangerous journey – and why?", - "description": "

    Most of the people who reach the UK after risking their lives in small boats have their claims for asylum approved

    Last week’s tragedy in the Channel has reopened the debate on how to stop people making dangerous crossings, with the solutions presented by the government focused on how to police the waters.

    Less has been said about where those people come from, with most fleeing conflicts and persecution. About two-thirds of people arriving on small boats between January 2020 and May 2021 were from Iran, Iraq, Sudan and Syria. Many also came from Eritrea, from where 80% of asylum applications were approved.

    Continue reading...", - "content": "

    Most of the people who reach the UK after risking their lives in small boats have their claims for asylum approved

    Last week’s tragedy in the Channel has reopened the debate on how to stop people making dangerous crossings, with the solutions presented by the government focused on how to police the waters.

    Less has been said about where those people come from, with most fleeing conflicts and persecution. About two-thirds of people arriving on small boats between January 2020 and May 2021 were from Iran, Iraq, Sudan and Syria. Many also came from Eritrea, from where 80% of asylum applications were approved.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/28/channel-crossings-asylum-refugees-dangerous-journey", - "creator": "Kaamil Ahmed", - "pubDate": "2021-11-28T07:30:20Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Nasa to slam spacecraft into asteroid in mission to avoid future Armaggedon", + "description": "

    Test drive of planetary defence system aims to provide data on how to deflect asteroids away from Earth

    That’s one large rock, one momentous shift in our relationship with space. On Wednesday, Nasa will launch a mission to deliberately slam a spacecraft into an asteroid to try to alter its orbit – the first time humanity has tried to interfere in the gravitational dance of the solar system. The aim is to test drive a planetary defence system that could prevent us from going the same way as the dinosaurs, providing the first real data about what it would take to deflect an Armageddon-inducing asteroid away from Earth.

    Our planet is constantly being bombarded with small pieces of debris, but these are usually burned or broken up long before they hit the ground. Once in a while, however, something large enough to do significant damage hits the ground. About 66m years ago, one such collision is thought to have ended the reign of the dinosaurs, ejecting vast amounts of dust and debris into the upper atmosphere, which obscured the sun and caused food chains to collapse. Someday, something similar could call time on humanity’s reign – unless we can find a way to deflect it.

    Continue reading...", + "content": "

    Test drive of planetary defence system aims to provide data on how to deflect asteroids away from Earth

    That’s one large rock, one momentous shift in our relationship with space. On Wednesday, Nasa will launch a mission to deliberately slam a spacecraft into an asteroid to try to alter its orbit – the first time humanity has tried to interfere in the gravitational dance of the solar system. The aim is to test drive a planetary defence system that could prevent us from going the same way as the dinosaurs, providing the first real data about what it would take to deflect an Armageddon-inducing asteroid away from Earth.

    Our planet is constantly being bombarded with small pieces of debris, but these are usually burned or broken up long before they hit the ground. Once in a while, however, something large enough to do significant damage hits the ground. About 66m years ago, one such collision is thought to have ended the reign of the dinosaurs, ejecting vast amounts of dust and debris into the upper atmosphere, which obscured the sun and caused food chains to collapse. Someday, something similar could call time on humanity’s reign – unless we can find a way to deflect it.

    Continue reading...", + "category": "Asteroids", + "link": "https://www.theguardian.com/science/2021/nov/22/nasa-slam-spacecraft-into-asteroid-to-avoid-armaggedon", + "creator": "Linda Geddes", + "pubDate": "2021-11-22T16:04:03Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e48b4a14fe7d164ad4b0aded46c112e0" + "hash": "f914a566f7bb1ce1759520f447e2422f" }, { - "title": "‘We will start again’: Afghan female MPs fight on from parliament in exile", - "description": "

    From Greece the women are advocating for fellow refugees – and those left behind under Taliban rule

    It is a Saturday morning in November, and Afghan MP Nazifa Yousufi Bek gathers up her notes and prepares to head for the office. But instead of jumping in an armoured car bound for the mahogany-lined parliament in Kabul, her journey is by bus from a Greek hotel to a migrants’ organisation in the centre of Athens. There, taking her place on a folding chair, she inaugurates the Afghan women’s parliament in – exile.

    “Our people have nothing. Mothers are selling their children,” she tells a room packed with her peers. “We must raise our voices, we must put a stop to this,” says Yousufi Bek, 35, who fled Afghanistan with her husband and three young children after the Taliban swept to power in August. Some around her nod in agreement; others quietly weep.

    Continue reading...", - "content": "

    From Greece the women are advocating for fellow refugees – and those left behind under Taliban rule

    It is a Saturday morning in November, and Afghan MP Nazifa Yousufi Bek gathers up her notes and prepares to head for the office. But instead of jumping in an armoured car bound for the mahogany-lined parliament in Kabul, her journey is by bus from a Greek hotel to a migrants’ organisation in the centre of Athens. There, taking her place on a folding chair, she inaugurates the Afghan women’s parliament in – exile.

    “Our people have nothing. Mothers are selling their children,” she tells a room packed with her peers. “We must raise our voices, we must put a stop to this,” says Yousufi Bek, 35, who fled Afghanistan with her husband and three young children after the Taliban swept to power in August. Some around her nod in agreement; others quietly weep.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/global-development/2021/nov/27/we-will-start-again-afghan-female-mps-now-refugees-are-still-fighting-for-rights", - "creator": "Amie Ferris-Rotman", - "pubDate": "2021-11-27T12:00:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘She believed in every one of us’: ex-pupils on their inspirational teachers", + "description": "

    After Adele’s tearful reunion with a former teacher, four readers recall their own school memories

    “So bloody cool, so engaging.” That’s how Adele described her English teacher at Chestnut Grove school in Balham, south-west London, Ms McDonald, when asked who had inspired her.

    Answering a question from the actor Emma Thompson during ITV’s An Audience With Adele on Sunday, Adele said: “She really made us care, and we knew that she cared about us and stuff like that.”

    Continue reading...", + "content": "

    After Adele’s tearful reunion with a former teacher, four readers recall their own school memories

    “So bloody cool, so engaging.” That’s how Adele described her English teacher at Chestnut Grove school in Balham, south-west London, Ms McDonald, when asked who had inspired her.

    Answering a question from the actor Emma Thompson during ITV’s An Audience With Adele on Sunday, Adele said: “She really made us care, and we knew that she cared about us and stuff like that.”

    Continue reading...", + "category": "Teaching", + "link": "https://www.theguardian.com/education/2021/nov/22/she-believed-in-us-ex-pupils-on-their-inspirational-teachers-adele", + "creator": "Jamie Grierson", + "pubDate": "2021-11-22T15:50:59Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dab63ede33a36ebb9573fefad7567307" + "hash": "0afdd168d4b51046b8969c8f58553b1a" }, { - "title": "‘Taste this, it’s salty’: how rising seas are ruining the Gambia’s rice farmers", - "description": "

    The farmers, mostly women, once grew enough but must now buy imported rice as the climate crisis edges them into poverty

    In the sweltering heat of the late-morning west African sun, Aminata Jamba slashes at golden rice stalks with a sickle. “The rice is lovely,” she says, music playing in the background as her son, Sampa, silently harvests the grain. But even if the quality is high, the quantity is not.

    While once Jamba could have expected to harvest enough rice to last the whole year, this year she reckons it will last three to four months. After that, she will have to look elsewhere for a way to feed her family and make enough money to live.

    Continue reading...", - "content": "

    The farmers, mostly women, once grew enough but must now buy imported rice as the climate crisis edges them into poverty

    In the sweltering heat of the late-morning west African sun, Aminata Jamba slashes at golden rice stalks with a sickle. “The rice is lovely,” she says, music playing in the background as her son, Sampa, silently harvests the grain. But even if the quality is high, the quantity is not.

    While once Jamba could have expected to harvest enough rice to last the whole year, this year she reckons it will last three to four months. After that, she will have to look elsewhere for a way to feed her family and make enough money to live.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/27/taste-this-its-salty-how-rising-seas-are-ruining-the-gambias-rice-farmers", - "creator": "Lizzy Davies in Kerewan", - "pubDate": "2021-11-27T07:15:50Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Russia accuses west of building up forces on its borders", + "description": "

    Moscow, which has nearly 100,000 troops near Ukraine border, also criticises ‘provocative policy’ of US and EU towards Kyiv

    Russia has accused the west of building up forces on its borders as well as those of Belarus in remarks that appeared tailored to mirror recent US warnings about Moscow’s aggressive positioning towards Ukraine.

    The Kremlin, as well as Russian intelligence, security, and diplomatic officials, have all gone on the offensive in the past 48 hours after Vladimir Putin publicly instructed his diplomats that tensions should be maintained with the west as a form of aggressive deterrence.

    Continue reading...", + "content": "

    Moscow, which has nearly 100,000 troops near Ukraine border, also criticises ‘provocative policy’ of US and EU towards Kyiv

    Russia has accused the west of building up forces on its borders as well as those of Belarus in remarks that appeared tailored to mirror recent US warnings about Moscow’s aggressive positioning towards Ukraine.

    The Kremlin, as well as Russian intelligence, security, and diplomatic officials, have all gone on the offensive in the past 48 hours after Vladimir Putin publicly instructed his diplomats that tensions should be maintained with the west as a form of aggressive deterrence.

    Continue reading...", + "category": "Russia", + "link": "https://www.theguardian.com/world/2021/nov/22/russia-accuses-west-of-building-up-forces-on-its-borders", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-11-22T15:28:22Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3181c0bf9e2897f646662cc05878b19d" + "hash": "3405232836a7d4ef26bf081b68a37526" }, { - "title": "Despite reports of milder symptoms Omicron should not be understimated", - "description": "

    While anecdotal accounts suggest the variant may cause less severe illness and it will take weeks for definitive data

    As the world scrambles to contain the new variant, some are hopefully seizing on anecdotal reports from South Africa that it may cause only mild illness. But although previous variants of the coronavirus have been associated with different symptoms and severity, it would be dangerous to assume that Omicron is a viral pussy cat, experts say.

    At a briefing convened by South Africa’s Department of Health on Monday, Unben Pillay, a GP from practising in Midrand on the outskirts of Johannesburg, said that while “it is still early days” the cases he was seeing were typically mild: “We are seeing patients present with dry cough, fever, night sweats and a lot of body pains. Vaccinated people tend to do much better.”

    Continue reading...", - "content": "

    While anecdotal accounts suggest the variant may cause less severe illness and it will take weeks for definitive data

    As the world scrambles to contain the new variant, some are hopefully seizing on anecdotal reports from South Africa that it may cause only mild illness. But although previous variants of the coronavirus have been associated with different symptoms and severity, it would be dangerous to assume that Omicron is a viral pussy cat, experts say.

    At a briefing convened by South Africa’s Department of Health on Monday, Unben Pillay, a GP from practising in Midrand on the outskirts of Johannesburg, said that while “it is still early days” the cases he was seeing were typically mild: “We are seeing patients present with dry cough, fever, night sweats and a lot of body pains. Vaccinated people tend to do much better.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/30/despite-reports-of-milder-symptoms-omicron-should-not-be-understimated", - "creator": "Linda Geddes Science correspondent and Nick Dall in Cape Town", - "pubDate": "2021-11-30T05:00:06Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "After sex and on the toilet: why we can’t put our phones down – but we really, really should", + "description": "

    A new survey has found that nowhere is sacred for a society of phone addicts, not even weddings and funerals

    Age: Fresh out of the poll oven. A new one, of 1,098 American adults by the games website Solitaired, finds we use our phones all the time and everywhere.

    No way! People are addicted to phones? I honestly had no idea … Hey, less of the sarcasm. You might not realise the extent of it. Nowhere or no occasion is sacred.

    Continue reading...", + "content": "

    A new survey has found that nowhere is sacred for a society of phone addicts, not even weddings and funerals

    Age: Fresh out of the poll oven. A new one, of 1,098 American adults by the games website Solitaired, finds we use our phones all the time and everywhere.

    No way! People are addicted to phones? I honestly had no idea … Hey, less of the sarcasm. You might not realise the extent of it. Nowhere or no occasion is sacred.

    Continue reading...", + "category": "Life and style", + "link": "https://www.theguardian.com/lifeandstyle/2021/nov/22/after-sex-on-toilet-crossing-road-cant-put-phones-down", + "creator": "", + "pubDate": "2021-11-22T15:06:34Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "941684e571366a828dba743099960dce" + "hash": "33f98da1bfb77dd94ed25355b891eec9" }, { - "title": "Nothing can stop Iran’s World Cup heroes. Except war, of course…", - "description": "

    The ‘Persian Leopards’ are going great guns on the football field, but at nuclear talks in Vienna a far more dangerous game is being played

    There is a strikingly topsy-turvy, Saturnalian feel to recent qualifying matches for the 2022 football World Cup. Saudi Arabia (population 35 million) beat China (population 1.4 billion). Canada lead the US in their group. Four-time winners Italy failed to defeat lowly Northern Ireland.

    Pursuing an unbeaten run full of political symbolism, unfancied Iran are also over the moon after subjugating the neighbourhood, as is their habit. Iraq, Syria, Lebanon and the UAE all succumbed to the soar‑away “Persian Leopards”.

    Continue reading...", - "content": "

    The ‘Persian Leopards’ are going great guns on the football field, but at nuclear talks in Vienna a far more dangerous game is being played

    There is a strikingly topsy-turvy, Saturnalian feel to recent qualifying matches for the 2022 football World Cup. Saudi Arabia (population 35 million) beat China (population 1.4 billion). Canada lead the US in their group. Four-time winners Italy failed to defeat lowly Northern Ireland.

    Pursuing an unbeaten run full of political symbolism, unfancied Iran are also over the moon after subjugating the neighbourhood, as is their habit. Iraq, Syria, Lebanon and the UAE all succumbed to the soar‑away “Persian Leopards”.

    Continue reading...", - "category": "Iran nuclear deal", - "link": "https://www.theguardian.com/world/2021/nov/28/nothing-can-stop-irans-world-cup-heroes-except-war-of-course", - "creator": "Simon Tisdall", - "pubDate": "2021-11-28T09:00:22Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "How a dream coach helped Benedict Cumberbatch and Jane Campion put the unconscious on screen", + "description": "

    Kim Gillingham explains how her work on The Power of the Dog enabled the ‘lioness of an artist’ and her ‘translucent’ star to access their inmost drives

    To access his dreams the surrealist artist Salvador Dalí napped while sitting on a chair, holding keys over an upturned metal plate. After he lost consciousness, the keys dropped onto the plate, jangling him awake so he could paint fresh from his unconscious. Kim Gillingham tells this story to connect her practice to the history of artistic endeavour. She is a Jungian dream coach, based in LA, who combines ideas from psychoanalysis and the method acting of the Actors Studio to, in her words: “access the incredible resource of the unconscious through dreams and through work with the body and to use that material to bring authenticity, truth and aliveness up through whatever discipline the artist is working in”.

    Jane Campion sought Gillingham’s services to help conjure the forces at play in her first film in 12 years, The Power of the Dog. It’s a western adapted from Thomas Savage’s 1967 novel that riffs on themes of masculinity and stars Benedict Cumberbatch as Phil Burbank, a toxic alpha cowboy whose personality is designed to hide a secret that would have made him vulnerable in the story’s setting of 1920s Montana.

    The Power of the Dog is streaming now on Netflix.

    Continue reading...", + "content": "

    Kim Gillingham explains how her work on The Power of the Dog enabled the ‘lioness of an artist’ and her ‘translucent’ star to access their inmost drives

    To access his dreams the surrealist artist Salvador Dalí napped while sitting on a chair, holding keys over an upturned metal plate. After he lost consciousness, the keys dropped onto the plate, jangling him awake so he could paint fresh from his unconscious. Kim Gillingham tells this story to connect her practice to the history of artistic endeavour. She is a Jungian dream coach, based in LA, who combines ideas from psychoanalysis and the method acting of the Actors Studio to, in her words: “access the incredible resource of the unconscious through dreams and through work with the body and to use that material to bring authenticity, truth and aliveness up through whatever discipline the artist is working in”.

    Jane Campion sought Gillingham’s services to help conjure the forces at play in her first film in 12 years, The Power of the Dog. It’s a western adapted from Thomas Savage’s 1967 novel that riffs on themes of masculinity and stars Benedict Cumberbatch as Phil Burbank, a toxic alpha cowboy whose personality is designed to hide a secret that would have made him vulnerable in the story’s setting of 1920s Montana.

    The Power of the Dog is streaming now on Netflix.

    Continue reading...", + "category": "The Power of the Dog", + "link": "https://www.theguardian.com/film/2021/nov/22/dream-coach-benedict-cumberbatch-jane-campion-unconscious-on-screen-the-power-of-the-dog", + "creator": "Sophie Monks Kaufman", + "pubDate": "2021-11-22T15:00:28Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c4c5de92d019f47104ec149a2f53fd2" + "hash": "549f91f0f04d87f207e3580139ea872e" }, { - "title": "Jill Biden decks the White House halls for Christmas – in pictures", - "description": "

    The theme for the 2021 White House holiday season is Gifts from the Heart. According to Jill Biden’s office, about 6,000ft of ribbon, more than 300 candles and more than 10,000 ornaments were used this year to decorate. There are also 41 Christmas trees throughout the White House

    Continue reading...", - "content": "

    The theme for the 2021 White House holiday season is Gifts from the Heart. According to Jill Biden’s office, about 6,000ft of ribbon, more than 300 candles and more than 10,000 ornaments were used this year to decorate. There are also 41 Christmas trees throughout the White House

    Continue reading...", - "category": "Jill Biden", - "link": "https://www.theguardian.com/us-news/gallery/2021/nov/30/white-house-christmas-decorations-pictures-gallery", - "creator": "", - "pubDate": "2021-11-30T06:00:08Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Covid has formed the person I am’: young people on how the pandemic changed them", + "description": "

    While some were inspired to make the most of life when they finally could, others say they felt unvalued and overlooked, as well as disappointed by the government

    For the past 12 months, the Guardian has tracked the journey of a group of young people from across the UK, capturing their intimate feelings and experiences as the pandemic upends their lives. Here they tell us how the past year has affected them – and transformed their futures.

    Aadam Patel, 22, lives in Dewsbury, West Yorkshire, with his parents, Musa and Zubeda, and his brother and two sisters

    Continue reading...", + "content": "

    While some were inspired to make the most of life when they finally could, others say they felt unvalued and overlooked, as well as disappointed by the government

    For the past 12 months, the Guardian has tracked the journey of a group of young people from across the UK, capturing their intimate feelings and experiences as the pandemic upends their lives. Here they tell us how the past year has affected them – and transformed their futures.

    Aadam Patel, 22, lives in Dewsbury, West Yorkshire, with his parents, Musa and Zubeda, and his brother and two sisters

    Continue reading...", + "category": "Young people", + "link": "https://www.theguardian.com/society/2021/nov/22/covid-has-formed-the-person-i-am-young-people-on-how-the-pandemic-changed-them", + "creator": "Amelia Hill", + "pubDate": "2021-11-22T14:36:10Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "761a58582d4f15a1e8f87b221f8204e5" + "hash": "be3cd09ccf1c70a6e7752197a6c50de8" }, { - "title": "Trucks overturn and buildings collapse as extreme winds hit Turkey – video", - "description": "

    Four people, including a foreign national, were killed and at least 19 were injured in Istanbul on Monday as extreme winds battered Turkey's biggest city and its surrounding regions, the governor's office said. The wild weather caused at least two lorries to overturn, blocking traffic on a busy highway in Istanbul. The winds have knocked down buildings and lifted concrete slabs off roofs and walls

    Continue reading...", - "content": "

    Four people, including a foreign national, were killed and at least 19 were injured in Istanbul on Monday as extreme winds battered Turkey's biggest city and its surrounding regions, the governor's office said. The wild weather caused at least two lorries to overturn, blocking traffic on a busy highway in Istanbul. The winds have knocked down buildings and lifted concrete slabs off roofs and walls

    Continue reading...", - "category": "Turkey", - "link": "https://www.theguardian.com/world/video/2021/nov/29/trucks-overturn-and-buildings-collapse-as-extreme-winds-hit-turkey-video", - "creator": "", - "pubDate": "2021-11-29T18:49:48Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Women bore brunt of social and economic impacts of Covid – Red Cross", + "description": "

    In 82% of countries surveyed, women were disproportionately hit, from loss of income to extra responsibility for caring, report shows

    The social and economic burden of Covid-19 has fallen disproportionately on women around the world, the Red Cross has warned, in a stark analysis of the impact of the pandemic.

    Women were particularly affected by loss of income and education, rises in domestic violence, child marriage and trafficking, and responsibility for caring for children and sick relatives, according to a comprehensive report published by the International Federation of Red Cross and Red Crescent Societies (IFRC) on Monday.

    Continue reading...", + "content": "

    In 82% of countries surveyed, women were disproportionately hit, from loss of income to extra responsibility for caring, report shows

    The social and economic burden of Covid-19 has fallen disproportionately on women around the world, the Red Cross has warned, in a stark analysis of the impact of the pandemic.

    Women were particularly affected by loss of income and education, rises in domestic violence, child marriage and trafficking, and responsibility for caring for children and sick relatives, according to a comprehensive report published by the International Federation of Red Cross and Red Crescent Societies (IFRC) on Monday.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/22/women-bore-brunt-of-social-and-economic-impacts-of-covid-red-cross", + "creator": "Jessie McDonald", + "pubDate": "2021-11-22T14:07:21Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f170607ec014ef647b4acf76018ec651" + "hash": "a4887c4d3847e727f7041949f357cb1f" }, { - "title": "Sajid Javid outlines changes to Covid vaccine booster programme – video", - "description": "

    Sajid Javid has announced changes to the UK's coronavirus vaccine booster programme, including advising that all adults in the country should be offered third doses from just three months after their second vaccinations. Speaking in the Commons, the health secretary outlined this and other changes aimed at speeding up booster vaccinations as the government scrambles to limit the spread of the new Omicron variant

    Continue reading...", - "content": "

    Sajid Javid has announced changes to the UK's coronavirus vaccine booster programme, including advising that all adults in the country should be offered third doses from just three months after their second vaccinations. Speaking in the Commons, the health secretary outlined this and other changes aimed at speeding up booster vaccinations as the government scrambles to limit the spread of the new Omicron variant

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/nov/29/sajid-javid-outlines-changes-to-covid-vaccine-booster-programme-video", - "creator": "", - "pubDate": "2021-11-29T16:50:45Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘All my friends went home’: a fruit picker on life without EU workers", + "description": "

    With fellow Europeans leaving the UK, and no British workers taking their place, Eleanor Popa’s job harvesting strawberries has gone from tough to tough and lonely. Will the farm survive another year?

    Eleanor Popa used to sleep in a six-berth caravan on the site of Sharrington Strawberries, a 16-hectare (40-acre) strawberry farm in Melton Constable, Norfolk. Now, there are only four people in her caravan: everyone else has left to work in EU countries. “My friends,” she says, “they went home, or to work in Spain and Germany. A lot of them did not come back to work this year.”

    Popa, who is from Bulgaria, has been a fruit picker for two years. “It’s hard work,” she says. “We have to get up early and pick. It’s 6am in the summer. Now we get up at 7.30am. And we work in tunnels. Sometimes it’s cold, sometimes it’s hot. Sometimes it’s windy. It can be boring.” Picking strawberries is skilled work. “It took me a month to learn how to pick the fruit,” she says.

    Continue reading...", + "content": "

    With fellow Europeans leaving the UK, and no British workers taking their place, Eleanor Popa’s job harvesting strawberries has gone from tough to tough and lonely. Will the farm survive another year?

    Eleanor Popa used to sleep in a six-berth caravan on the site of Sharrington Strawberries, a 16-hectare (40-acre) strawberry farm in Melton Constable, Norfolk. Now, there are only four people in her caravan: everyone else has left to work in EU countries. “My friends,” she says, “they went home, or to work in Spain and Germany. A lot of them did not come back to work this year.”

    Popa, who is from Bulgaria, has been a fruit picker for two years. “It’s hard work,” she says. “We have to get up early and pick. It’s 6am in the summer. Now we get up at 7.30am. And we work in tunnels. Sometimes it’s cold, sometimes it’s hot. Sometimes it’s windy. It can be boring.” Picking strawberries is skilled work. “It took me a month to learn how to pick the fruit,” she says.

    Continue reading...", + "category": "Work & careers", + "link": "https://www.theguardian.com/lifeandstyle/2021/nov/22/all-my-friends-went-home-a-fruit-picker-on-life-without-eu-workers", + "creator": "Sirin Kale", + "pubDate": "2021-11-22T14:00:27Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7dd99b9012b4ec917416b3c8e7ef0885" + "hash": "f7e10ef010ca493f13639e1a1fb3c9b5" }, { - "title": "Omicron Covid variant cases expected to rise, says UK health minister – video", - "description": "

    The UK health minister, Edward Argar, has said he expects cases of the new Omicron Covid variant to rise after a number of infections were confirmed in Britain. New restrictions are being imposed this week in an attempt to limit the spread of the variant, first identified in South Africa, which scientists fear could be highly transmissible and evade some vaccine protections.

    Argar reiterated comments that ministers were hopeful that 'swift, precautionary steps' would mean no extra measures would be needed to combat the new variant.

    Continue reading...", - "content": "

    The UK health minister, Edward Argar, has said he expects cases of the new Omicron Covid variant to rise after a number of infections were confirmed in Britain. New restrictions are being imposed this week in an attempt to limit the spread of the variant, first identified in South Africa, which scientists fear could be highly transmissible and evade some vaccine protections.

    Argar reiterated comments that ministers were hopeful that 'swift, precautionary steps' would mean no extra measures would be needed to combat the new variant.

    Continue reading...", + "title": "Another Covid Christmas: Britons urged to delay festive plans", + "description": "

    Analysis: scientists say high transmission rates mean caution is critical if people are to stay safe

    As Christmas approached in 2020, it was not a Dickensian spirit but the spectre of Covid that haunted households up and down the UK.

    With cases soaring, government-approved plans to allow three households to mix for five days in England were scrapped within weeks of being made, while scientists urged families to connect over Zoom or host drinks on the pavement rather than meeting for a hug.

    Continue reading...", + "content": "

    Analysis: scientists say high transmission rates mean caution is critical if people are to stay safe

    As Christmas approached in 2020, it was not a Dickensian spirit but the spectre of Covid that haunted households up and down the UK.

    With cases soaring, government-approved plans to allow three households to mix for five days in England were scrapped within weeks of being made, while scientists urged families to connect over Zoom or host drinks on the pavement rather than meeting for a hug.

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/nov/29/omicron-covid-variant-cases-expected-to-rise-says-uk-health-minister-video", - "creator": "", - "pubDate": "2021-11-29T11:15:08Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "link": "https://www.theguardian.com/world/2021/nov/22/another-covid-christmas-britons-urged-delay-festive-plans", + "creator": "Nicola Davis Science correspondent", + "pubDate": "2021-11-22T13:35:00Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06e0d1336e7e6908c5007863d0963ad6" + "hash": "994b863c23c885b0a20910aef83beac7" }, { - "title": "Ghislaine Maxwell was ‘No 2’ in Jeffrey Epstein’s hierarchy, pilot says", - "description": "

    Lawrence Visoski testifies about pair’s relationship and tells court Bill Clinton and Prince Andrew flew on Epstein’s private plane

    As the child sex-trafficking trial of Ghislaine Maxwell entered its second day of testimony in New York City on Tuesday, the prosecution’s first witness put the British socialite in the middle of Jeffrey Epstein’s life – but also said he did not see Epstein engage in wrongdoing with minors on his private planes.

    The names of influential men who flew on Epstein’s planes were raised in court, among them Bill Clinton, Prince Andrew and Donald Trump.

    In the US, call or text the Childhelp abuse hotline on 800-422-4453. In the UK, the NSPCC offers support to children on 0800 1111, and adults concerned about a child on 0808 800 5000. The National Association for People Abused in Childhood (Napac) offers support for adult survivors on 0808 801 0331. In Australia, children, young adults, parents and teachers can contact the Kids Helpline on 1800 55 1800, or Bravehearts on 1800 272 831, and adult survivors can contact Blue Knot Foundation on 1300 657 380. Other sources of help can be found at Child Helplines International

    Continue reading...", - "content": "

    Lawrence Visoski testifies about pair’s relationship and tells court Bill Clinton and Prince Andrew flew on Epstein’s private plane

    As the child sex-trafficking trial of Ghislaine Maxwell entered its second day of testimony in New York City on Tuesday, the prosecution’s first witness put the British socialite in the middle of Jeffrey Epstein’s life – but also said he did not see Epstein engage in wrongdoing with minors on his private planes.

    The names of influential men who flew on Epstein’s planes were raised in court, among them Bill Clinton, Prince Andrew and Donald Trump.

    In the US, call or text the Childhelp abuse hotline on 800-422-4453. In the UK, the NSPCC offers support to children on 0800 1111, and adults concerned about a child on 0808 800 5000. The National Association for People Abused in Childhood (Napac) offers support for adult survivors on 0808 801 0331. In Australia, children, young adults, parents and teachers can contact the Kids Helpline on 1800 55 1800, or Bravehearts on 1800 272 831, and adult survivors can contact Blue Knot Foundation on 1300 657 380. Other sources of help can be found at Child Helplines International

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/nov/30/ghislaine-maxwell-trial-second-day-jeffrey-epstein-pilot", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-11-30T18:56:35Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Violence breaks out in Brussels in protests against Covid restrictions – video", + "description": "

    Riot police and protesters clashed in the streets of Brussels on Sunday in demonstrations over government-imposed Covid-19 restrictions, with police firing water cannon and teargas at crowds. Protesters threw smoke bombs, fireworks and rocks at officers. Belgium tightened its coronavirus restrictions on Wednesday, mandating wider use of masks and enforcing working from home, as cases surged in the country

    Continue reading...", + "content": "

    Riot police and protesters clashed in the streets of Brussels on Sunday in demonstrations over government-imposed Covid-19 restrictions, with police firing water cannon and teargas at crowds. Protesters threw smoke bombs, fireworks and rocks at officers. Belgium tightened its coronavirus restrictions on Wednesday, mandating wider use of masks and enforcing working from home, as cases surged in the country

    Continue reading...", + "category": "Belgium", + "link": "https://www.theguardian.com/world/video/2021/nov/22/violence-breaks-out-in-brussels-in-protests-against-covid-restrictions-video", + "creator": "", + "pubDate": "2021-11-22T10:41:47Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85040e12a2fcae6cfd4cf0c034993385" + "hash": "b7144d6e2460b384bf8839390f61a315" }, { - "title": "French police break up camp where Channel tragedy victims stayed", - "description": "

    Shelters outside Dunkirk used by the 27 who died at sea dismantled in latest attempt to disperse refugees

    Armed French police have broken up a makeshift migrant camp outside Dunkirk where the 27 people who died at sea last week stayed before they drowned in the Channel.

    The basic site, by a canal outside the Grand-Smythe suburb, had no toilets or running water, but was nevertheless used by several hundred people, mostly Kurds from Iraq or Iran, hoping to travel illegally to the UK.

    Continue reading...", - "content": "

    Shelters outside Dunkirk used by the 27 who died at sea dismantled in latest attempt to disperse refugees

    Armed French police have broken up a makeshift migrant camp outside Dunkirk where the 27 people who died at sea last week stayed before they drowned in the Channel.

    The basic site, by a canal outside the Grand-Smythe suburb, had no toilets or running water, but was nevertheless used by several hundred people, mostly Kurds from Iraq or Iran, hoping to travel illegally to the UK.

    Continue reading...", - "category": "Refugees", - "link": "https://www.theguardian.com/world/2021/nov/30/french-police-break-up-camp-where-channel-tragedy-victims-stayed", - "creator": "Dan Sabbagh", - "pubDate": "2021-11-30T18:13:15Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The road to reform: have things improved for Qatar’s World Cup migrant workers?", + "description": "

    A year before kick off, workers claim companies are refusing to enforce sweeping new labour laws created to stamp out human rights abuses

    When Qatar won the bid to host the World Cup in 2010, the triumphant Gulf state unveiled plans to host the most spectacular of all World Cup tournaments and began an ambitious building plan of state-of-the-art stadiums, luxury hotels and a sparkling new metro.

    Yet, over the next decade, the brutal conditions in which hundreds of thousands of migrant workers toiled in searing heat to build Qatar’s World Cup vision has been exposed, with investigations into the forced labour , debt bondage and worker death toll causing international outrage.

    Continue reading...", + "content": "

    A year before kick off, workers claim companies are refusing to enforce sweeping new labour laws created to stamp out human rights abuses

    When Qatar won the bid to host the World Cup in 2010, the triumphant Gulf state unveiled plans to host the most spectacular of all World Cup tournaments and began an ambitious building plan of state-of-the-art stadiums, luxury hotels and a sparkling new metro.

    Yet, over the next decade, the brutal conditions in which hundreds of thousands of migrant workers toiled in searing heat to build Qatar’s World Cup vision has been exposed, with investigations into the forced labour , debt bondage and worker death toll causing international outrage.

    Continue reading...", + "category": "Workers' rights", + "link": "https://www.theguardian.com/global-development/2021/nov/22/qatar-labour-rights-reforms-world-cup-legacy", + "creator": "Pete Pattisson in Doha", + "pubDate": "2021-11-22T08:00:20Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5eca7e76b0eeb26cc6ecf62567c150b6" + "hash": "5a90839d2d5f9802a37e34a9a8956aae" }, { - "title": "‘He fell on my body, then bit me’: what it’s really like to work in TV as a woman", - "description": "

    Continuing our series of exposés about the British TV industry, women remember being assaulted for three years straight, denied work once they became mums and batting off men who are ‘famously handsy’

    ‘My colleagues ignored me for a year’: what it’s really like to work in TV as a disabled person

    The television industry has a problem with the way it treats women. According to a survey by Film + TV Charity, 39% of female employees have experienced sexual harassment at work, while 67% have experienced bullying. Bectu, the union that supports TV and film workers, found that two-thirds of those who had experienced abuse did not report it for fear of being blacklisted.

    Other studies have reported mothers being prevented from working due to childcare issues, and a serious female under-representation in leadership positions, despite Ofcom finding that women make up around 45% of TV roles.

    Continue reading...", - "content": "

    Continuing our series of exposés about the British TV industry, women remember being assaulted for three years straight, denied work once they became mums and batting off men who are ‘famously handsy’

    ‘My colleagues ignored me for a year’: what it’s really like to work in TV as a disabled person

    The television industry has a problem with the way it treats women. According to a survey by Film + TV Charity, 39% of female employees have experienced sexual harassment at work, while 67% have experienced bullying. Bectu, the union that supports TV and film workers, found that two-thirds of those who had experienced abuse did not report it for fear of being blacklisted.

    Other studies have reported mothers being prevented from working due to childcare issues, and a serious female under-representation in leadership positions, despite Ofcom finding that women make up around 45% of TV roles.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/nov/30/he-fell-on-my-body-bit-me-work-tv-woman-britain-childcare", - "creator": "Ruby Lott-Lavigna", - "pubDate": "2021-11-30T13:00:03Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Pregnant women at risk in Malawi as drug shortage prevents caesareans", + "description": "

    Patients travelling long distances to find surgery cancelled as lack of anaesthetics shuts operating theatres in half of hospitals

    Almost half of Malawi’s district hospitals have closed their operating theatres due to a dire shortage of anaesthetics.

    Maternity care has been affected by a lack of drugs, said doctors. Surgery, including caesareans, has been cancelled and patients needing emergency care have been moved hundreds of miles around the country.

    Continue reading...", + "content": "

    Patients travelling long distances to find surgery cancelled as lack of anaesthetics shuts operating theatres in half of hospitals

    Almost half of Malawi’s district hospitals have closed their operating theatres due to a dire shortage of anaesthetics.

    Maternity care has been affected by a lack of drugs, said doctors. Surgery, including caesareans, has been cancelled and patients needing emergency care have been moved hundreds of miles around the country.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/22/pregnant-women-at-risk-in-malawi-as-drug-shortage-prevents-caesareans", + "creator": "Charles Pensulo in Lilongwe", + "pubDate": "2021-11-22T07:00:19Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e22d80610af962f2ed1a1f26d0d3335f" + "hash": "ef972daf6fafac4f6693d04d263460b3" }, { - "title": "The 50 best films of 2021 in the US: 50-41", - "description": "

    Our stateside movie showdown opens, celebrating Emma Seligman’s directorial debut and a powerful Covid doc from Matthew Heineman

    Continue reading...", - "content": "

    Our stateside movie showdown opens, celebrating Emma Seligman’s directorial debut and a powerful Covid doc from Matthew Heineman

    Continue reading...", - "category": "Culture", - "link": "https://www.theguardian.com/film/2021/nov/30/the-50-best-films-of-2021-in-the-us", - "creator": "Guardian Staff", - "pubDate": "2021-11-30T12:00:02Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Social media footage shows SUV speeding through Wisconsin Christmas parade – video", + "description": "

    Social media footage shows a SUV speeding through a Christmas parade in Waukesha, Wisconsin, narrowly missing a small child. The red vehicle continued down the road and hit more than 20 people, including children. Waukesha police chief Dan Thompson said a person of interest was in custody and the suspect vehicle had been recovered. 

    Continue reading...", + "content": "

    Social media footage shows a SUV speeding through a Christmas parade in Waukesha, Wisconsin, narrowly missing a small child. The red vehicle continued down the road and hit more than 20 people, including children. Waukesha police chief Dan Thompson said a person of interest was in custody and the suspect vehicle had been recovered. 

    Continue reading...", + "category": "US news", + "link": "https://www.theguardian.com/us-news/video/2021/nov/22/social-media-footage-shows-suv-speeding-through-wisconsin-christmas-parade-video", + "creator": "", + "pubDate": "2021-11-22T03:35:00Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c35e0a5ecb05068ac01a1bd966888812" + "hash": "4803e1ebd72001584a3d78242b3a9e9f" }, { - "title": "‘Head of propaganda’ for UK neo-Nazi group faces jail after conviction", - "description": "

    Ben Raymond was found guilty of membership of far-right group NS131, which promoted racial hatred

    A man has been convicted of acting as “head of propaganda” for a banned neo-Nazi terror group set up to wage a race war in Britain.

    Ben Raymond, 32, co-founded the “unapologetically racist” organisation National Action in 2013, which promoted ethnic cleansing, as well as attacks on LGBTQ+ people and liberals.

    Continue reading...", - "content": "

    Ben Raymond was found guilty of membership of far-right group NS131, which promoted racial hatred

    A man has been convicted of acting as “head of propaganda” for a banned neo-Nazi terror group set up to wage a race war in Britain.

    Ben Raymond, 32, co-founded the “unapologetically racist” organisation National Action in 2013, which promoted ethnic cleansing, as well as attacks on LGBTQ+ people and liberals.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/nov/30/head-of-propaganda-for-uk-neo-nazi-group-faces-jail-after-conviction", - "creator": "PA Media", - "pubDate": "2021-11-30T17:09:43Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "The Bank of Mum and Dad has allowed New Zealand’s wealthy to become ‘opportunity hoarders’ | Max Rashbrooke", + "description": "

    When people are born into money it’s like they’ve stepped on an up escalator, borne effortlessly upwards while the poor go down

    In the last few decades, an apparently ordinary financial institution has assumed an importance that could hardly have been foreseen. It is not a finance company, a payday lender or even a crypto-currency. It is, rather, the Bank of Mum and Dad. Barely a day goes by without a media story about the struggles of young people to afford a first home, and their experience is rarely free from some kind of parental influence. Even the young grafters who have supposedly pulled themselves up by the bootstraps into homeownership often turn out to have lived rent-free with their parents or received some other kind of family support. Even more often, of course, they have simply relied on a large deposit from mum and dad.

    This is, in one sense, innocuous: parents want to assist their offspring financially, and have surely been doing so for as long as money has existed. But it is also insidious, because it allows some young people a significant – and completely unfair – advantage over others. And because those who can help their children into homeownership are themselves more likely to be homeowners, it ensures that advantage and disadvantage are passed down the generations. The economist Shamubeel Eaqub, with his eye for a well-turned phrase, calls this “the return of the landed gentry”.

    Continue reading...", + "content": "

    When people are born into money it’s like they’ve stepped on an up escalator, borne effortlessly upwards while the poor go down

    In the last few decades, an apparently ordinary financial institution has assumed an importance that could hardly have been foreseen. It is not a finance company, a payday lender or even a crypto-currency. It is, rather, the Bank of Mum and Dad. Barely a day goes by without a media story about the struggles of young people to afford a first home, and their experience is rarely free from some kind of parental influence. Even the young grafters who have supposedly pulled themselves up by the bootstraps into homeownership often turn out to have lived rent-free with their parents or received some other kind of family support. Even more often, of course, they have simply relied on a large deposit from mum and dad.

    This is, in one sense, innocuous: parents want to assist their offspring financially, and have surely been doing so for as long as money has existed. But it is also insidious, because it allows some young people a significant – and completely unfair – advantage over others. And because those who can help their children into homeownership are themselves more likely to be homeowners, it ensures that advantage and disadvantage are passed down the generations. The economist Shamubeel Eaqub, with his eye for a well-turned phrase, calls this “the return of the landed gentry”.

    Continue reading...", + "category": "New Zealand", + "link": "https://www.theguardian.com/world/commentisfree/2021/nov/22/the-bank-of-mum-and-dad-is-allowing-new-zealands-wealthy-to-become-opportunity-hoarders", + "creator": "Max Rashbrooke", + "pubDate": "2021-11-21T19:00:04Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2677d2cbf827f5cddb95a8368c642e3" + "hash": "6654afd7ff48af95a8d84e7169ff8084" }, { - "title": "Roaming peacocks plague California city: ‘They’re a nuisance, but they’re beautiful’", - "description": "

    Multiplying birds have become an issue in the city of Tracy, wailing loudly and unleashing poop ‘like soft serve’. Now residents want to relocate them

    Dozens of feral peacocks and peahens are roaming the streets and leaping from the rooftops of Tracy, California. They claw at shingles and defecate on porches. Their calls, especially in mating season, echo through the community. They have no fear of pets nor people.

    Errant peafowl have milled around the city’s Redbridge neighborhood for years -- some believe they originally came from a now-defunct nearby dairy farm – but the numbers have exponentially increased as the birds keep multiplying. Now they’re everywhere, and ruffling some residents’ feathers.

    Continue reading...", - "content": "

    Multiplying birds have become an issue in the city of Tracy, wailing loudly and unleashing poop ‘like soft serve’. Now residents want to relocate them

    Dozens of feral peacocks and peahens are roaming the streets and leaping from the rooftops of Tracy, California. They claw at shingles and defecate on porches. Their calls, especially in mating season, echo through the community. They have no fear of pets nor people.

    Errant peafowl have milled around the city’s Redbridge neighborhood for years -- some believe they originally came from a now-defunct nearby dairy farm – but the numbers have exponentially increased as the birds keep multiplying. Now they’re everywhere, and ruffling some residents’ feathers.

    Continue reading...", - "category": "California", - "link": "https://www.theguardian.com/us-news/2021/nov/30/peacocks-plague-california-city-tracy-birds-relocate", - "creator": "Nick Robins-Early", - "pubDate": "2021-11-30T19:08:14Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "'We need your criticism', Pope tells young people – video", + "description": "

    Speaking at St Peter's Basilica in the Vatican, Pope Francis encourages young people in their efforts to protect the environment, telling them to be 'the critical conscience of society'

    Continue reading...", + "content": "

    Speaking at St Peter's Basilica in the Vatican, Pope Francis encourages young people in their efforts to protect the environment, telling them to be 'the critical conscience of society'

    Continue reading...", + "category": "Pope Francis", + "link": "https://www.theguardian.com/world/video/2021/nov/21/we-need-your-criticism-pope-tells-young-people-video", + "creator": "", + "pubDate": "2021-11-21T16:55:17Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0048764a61df056e164673f29bdc4a65" + "hash": "3a4a2d259aed6d1168e8e0db2ef7f68f" }, { - "title": "Hurrah for Barbados! Can the UK be next? | Brief letters", - "description": "

    The Monarchy | Scott’s Antarctic diary | MPs’ unintelligence contest | Parliamentary role models

    Congratulations to the Republic of Barbados for having the confidence and maturity to dispense with the Ruritanian nonsense of monarchy (Report, 30 November). I live in hope that one day we will see the same thing happen here.
    Tim Barker
    Eastington, Gloucestershire

    • Dr Brigid Purcell is correct: ink freezes in sub-zero temperatures (Letters, 29 November). This is why Edwardian-era Antarctic explorers used pencils for writing records. See the British Library’s website for a photograph of Robert Falcon Scott’s final journal entry, and you will see that those famous last words, “For God’s sake look after our people”, were written in pencil.
    Karen May
    London

    Continue reading...", - "content": "

    The Monarchy | Scott’s Antarctic diary | MPs’ unintelligence contest | Parliamentary role models

    Congratulations to the Republic of Barbados for having the confidence and maturity to dispense with the Ruritanian nonsense of monarchy (Report, 30 November). I live in hope that one day we will see the same thing happen here.
    Tim Barker
    Eastington, Gloucestershire

    • Dr Brigid Purcell is correct: ink freezes in sub-zero temperatures (Letters, 29 November). This is why Edwardian-era Antarctic explorers used pencils for writing records. See the British Library’s website for a photograph of Robert Falcon Scott’s final journal entry, and you will see that those famous last words, “For God’s sake look after our people”, were written in pencil.
    Karen May
    London

    Continue reading...", - "category": "Barbados", - "link": "https://www.theguardian.com/world/2021/nov/30/hurrah-for-barbados-can-the-uk-be-next", - "creator": "Letters", - "pubDate": "2021-11-30T17:21:12Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Sudanese PM’s release is only small step in resolving crisis", + "description": "

    Analysis: deal satisfies some international demands but route to democratic transition after fall of Omar al-Bashir remains unclear

    The deal to secure the release of the detained Sudanese prime minister, Abdalla Hamdok, signed by Hamdok and Gen Abdel Fattah al-Burhan, who seized power in a military coup on 25 October, leaves Sudan in a continuing crisis.

    While the agreement satisfies some of the immediate demands of the international community and mediators from the US and UN – not least securing the release of Hamdok and other political detainees – it leaves many of the country’s most serious issues in its political transition unresolved.

    Continue reading...", + "content": "

    Analysis: deal satisfies some international demands but route to democratic transition after fall of Omar al-Bashir remains unclear

    The deal to secure the release of the detained Sudanese prime minister, Abdalla Hamdok, signed by Hamdok and Gen Abdel Fattah al-Burhan, who seized power in a military coup on 25 October, leaves Sudan in a continuing crisis.

    While the agreement satisfies some of the immediate demands of the international community and mediators from the US and UN – not least securing the release of Hamdok and other political detainees – it leaves many of the country’s most serious issues in its political transition unresolved.

    Continue reading...", + "category": "Sudan", + "link": "https://www.theguardian.com/world/2021/nov/21/sudanese-pms-release-is-only-small-step-in-resolving-crisis", + "creator": "Peter Beaumont", + "pubDate": "2021-11-21T16:25:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f45aa9b07fd48ea005aa288f1984f6a2" + "hash": "8cda8e2498f4eead05f12a5ed39294d5" }, { - "title": "International border restrictions stop families reuniting at Christmas despite Morrison’s intention", - "description": "

    Australian citizens are unhappy their adult children living overseas don’t count as ‘immediate family’ under travel rules

    Australians with adult sons and daughters living overseas are being told their children don’t count as “immediate family” and don’t warrant exemption for entry into the country in the lead-up to Christmas.

    In October, the prime minister, Scott Morrison, announced changes to allow parents of Australian citizens to be classified as immediate family, allowing them to travel to Australian jurisdictions with 80% double-dose vaccination rates.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Australian citizens are unhappy their adult children living overseas don’t count as ‘immediate family’ under travel rules

    Australians with adult sons and daughters living overseas are being told their children don’t count as “immediate family” and don’t warrant exemption for entry into the country in the lead-up to Christmas.

    In October, the prime minister, Scott Morrison, announced changes to allow parents of Australian citizens to be classified as immediate family, allowing them to travel to Australian jurisdictions with 80% double-dose vaccination rates.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/dec/01/international-border-restrictions-stop-families-reuniting-at-christmas-despite-morrisons-intention", - "creator": "Christopher Knaus", - "pubDate": "2021-11-30T16:30:08Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "People used as 'living shields' in migration crisis, says Polish PM – video", + "description": "

    The Polish prime minister, Mateusz Morawiecki, says people from the Middle East are being used as 'living shields' as his country faces a 'new type of war', in reference to the migration crisis on its border with Belarus.

    Critics in the west have accused Belarus of artificially creating the crisis by bringing in people – mostly from the Middle East – and taking them to the border with promises of an easy crossing into the EU

    Continue reading...", + "content": "

    The Polish prime minister, Mateusz Morawiecki, says people from the Middle East are being used as 'living shields' as his country faces a 'new type of war', in reference to the migration crisis on its border with Belarus.

    Critics in the west have accused Belarus of artificially creating the crisis by bringing in people – mostly from the Middle East – and taking them to the border with promises of an easy crossing into the EU

    Continue reading...", + "category": "Poland", + "link": "https://www.theguardian.com/world/video/2021/nov/21/people-living-shields-migration-polish-pm-video-belarus-morawiecki", + "creator": "", + "pubDate": "2021-11-21T13:41:31Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc86869c753868f2ab0c80126d982360" + "hash": "02e051fc55fc23aeb06dfb95a1f2e22c" }, { - "title": "Omicron variant is vaccine inequality wake-up call, says South Africa's President Ramaphosa – video", - "description": "

    South Africa's president, Cyril Ramaphosa, has expressed disappointment at countries that have imposed travel bans on southern African countries after the emergence of a new Covid-19 variant.

    Omicron, named a 'variant of concern' by the World Health Organization on Friday, saw its first cases in South Africa, Botswana and Hong Kong and is potentially more contagious than previous variants, although experts do not know yet if it will cause more severe illness

    Continue reading...", - "content": "

    South Africa's president, Cyril Ramaphosa, has expressed disappointment at countries that have imposed travel bans on southern African countries after the emergence of a new Covid-19 variant.

    Omicron, named a 'variant of concern' by the World Health Organization on Friday, saw its first cases in South Africa, Botswana and Hong Kong and is potentially more contagious than previous variants, although experts do not know yet if it will cause more severe illness

    Continue reading...", + "title": "Sajid Javid rules out compulsory Covid vaccinations in UK – video", + "description": "

    The health secretary says the UK 'won't ever look at' mandatory vaccinations for the general public, after Austria announced it would become the first country in Europe to make coronavirus jabs compulsory. This comes as several countries, including Belgium, Germany and Norway, revealed last week they were preparing to beef up measures to tackle low uptake of Covid-19 vaccines

    Continue reading...", + "content": "

    The health secretary says the UK 'won't ever look at' mandatory vaccinations for the general public, after Austria announced it would become the first country in Europe to make coronavirus jabs compulsory. This comes as several countries, including Belgium, Germany and Norway, revealed last week they were preparing to beef up measures to tackle low uptake of Covid-19 vaccines

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/nov/28/omicron-variant-is-vaccine-inequality-wake-up-call-says-south-africa-president-ramaphosa-video", + "link": "https://www.theguardian.com/world/video/2021/nov/21/sajid-javid-rules-out-compulsory-covid-vaccinations-in-uk-video", "creator": "", - "pubDate": "2021-11-28T21:05:04Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "2021-11-21T11:31:19Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5fa785254ac583d9c19792bd9f5c580" + "hash": "cf0544bb7abfbf830f6c1a6c6fcd8a74" }, { - "title": "Covid live news: WHO says ‘very high’ global risk from Omicron; Poland announces new restrictions", - "description": "

    WHO briefing says mutations ‘concerning for potential impact on pandemic trajectory’; Poland introduces new measures to protect against Omicron

    G7 health ministers are to hold an emergency meeting on Monday on the new Omicron Covid-19 strain, as experts race to understand what the variant means for the fight to end the pandemic, AFP reports.

    The meeting was called by G7 chair Britain, which is among a steadily growing number of countries detecting cases of the heavily mutated new strain.

    Continue reading...", - "content": "

    WHO briefing says mutations ‘concerning for potential impact on pandemic trajectory’; Poland introduces new measures to protect against Omicron

    G7 health ministers are to hold an emergency meeting on Monday on the new Omicron Covid-19 strain, as experts race to understand what the variant means for the fight to end the pandemic, AFP reports.

    The meeting was called by G7 chair Britain, which is among a steadily growing number of countries detecting cases of the heavily mutated new strain.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/live/2021/nov/29/covid-live-news-omicron-variant-detected-in-canada-as-fauci-warns-two-weeks-needed-to-study-new-strain", - "creator": "Lucy Campbell (now); Rachel Hall, Martin Belam, Virginia Harrison and Helen Livingstone (earlier)", - "pubDate": "2021-11-29T16:17:15Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Indigenous community evicted as land clashes over agribusiness rock Paraguay", + "description": "

    Police in riot gear tore down a community’s homes and ripped up crops, highlighting the country’s highly unequal land ownership

    Armed police with water cannons and a low-flying helicopter have faced off against indigenous villagers brandishing sticks and bows in the latest clash over land rights in Paraguay, a country with one of the highest inequalities of land ownership in the world.

    Videos of Thursday’s confrontation showed officers in riot armour jostling members of the Hugua Po’i community – including children and elderly people – out of their homes and into torrential rain.

    Continue reading...", + "content": "

    Police in riot gear tore down a community’s homes and ripped up crops, highlighting the country’s highly unequal land ownership

    Armed police with water cannons and a low-flying helicopter have faced off against indigenous villagers brandishing sticks and bows in the latest clash over land rights in Paraguay, a country with one of the highest inequalities of land ownership in the world.

    Videos of Thursday’s confrontation showed officers in riot armour jostling members of the Hugua Po’i community – including children and elderly people – out of their homes and into torrential rain.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/21/paraguay-evictions-land-indigenous-agribusiness", + "creator": "Laurence Blair in Raúl Arsenio Oviedo", + "pubDate": "2021-11-21T10:30:09Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "678f1404c8d2c68fa5488b85abd40040" + "hash": "b8c06c4bad2beecc1c997059b6d8cd5c" }, { - "title": "Jack Dorsey steps down as Twitter chief executive", - "description": "
    • Dorsey co-founded site in 2006 and posted world’s first tweet
    • Parag Agrawal, chief technology officer, to replace Dorsey

    Twitter co-founder Jack Dorsey has stepped down from his executive role at the social media company.

    Dorsey will be replaced by chief technology officer (CTO) Parag Agrawal, the company announced on Monday.

    Continue reading...", - "content": "
    • Dorsey co-founded site in 2006 and posted world’s first tweet
    • Parag Agrawal, chief technology officer, to replace Dorsey

    Twitter co-founder Jack Dorsey has stepped down from his executive role at the social media company.

    Dorsey will be replaced by chief technology officer (CTO) Parag Agrawal, the company announced on Monday.

    Continue reading...", - "category": "Twitter", - "link": "https://www.theguardian.com/technology/2021/nov/29/twitter-chief-executive-jack-dorsey", - "creator": "Dominic Rushe in New York", - "pubDate": "2021-11-29T16:15:40Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "ICU is full of the unvaccinated – my patience with them is wearing thin | Anonymous", + "description": "

    Most of the resources the NHS is devoting to Covid in hospital are being spent on people who have not had their jab

    In hospital, Covid-19 has largely become a disease of the unvaccinated. The man in his 20s who had always watched what he ate, worked out in the gym, was too healthy to ever catch Covid badly. The 48-year-old who never got round to making the appointment.

    The person in their 50s whose friend had side-effects. The woman who wanted to wait for more evidence. The young pregnant lady worried about the effect on her baby.

    The writer is an NHS respiratory consultant who works across a number of hospitals

    Continue reading...", + "content": "

    Most of the resources the NHS is devoting to Covid in hospital are being spent on people who have not had their jab

    In hospital, Covid-19 has largely become a disease of the unvaccinated. The man in his 20s who had always watched what he ate, worked out in the gym, was too healthy to ever catch Covid badly. The 48-year-old who never got round to making the appointment.

    The person in their 50s whose friend had side-effects. The woman who wanted to wait for more evidence. The young pregnant lady worried about the effect on her baby.

    The writer is an NHS respiratory consultant who works across a number of hospitals

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/21/icu-is-full-of-the-unvaccinated-my-patience-with-them-is-wearing-thin", + "creator": "Anonymous", + "pubDate": "2021-11-21T09:16:25Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23457de1fee6e2a10ed2fd584c89dfce" + "hash": "0bd295d10feb765e2552c04ef6902dd4" }, { - "title": "Channel crossings are an English issue, says French minister", - "description": "

    UK accused of having a labour market akin to modern slavery that encourages people to make risky crossings

    Senior French ministers have accused the UK of operating a labour market akin to slavery and called on London to open safe routes for migrants, as the two governments continued to deflect blame for last week’s drownings in the Channel.

    The criticism came hours after France’s interior minister, Gérald Darmanin, held a crisis meeting with European ministers and border agencies to discuss the migrant emergency around the Channel ports.

    Continue reading...", - "content": "

    UK accused of having a labour market akin to modern slavery that encourages people to make risky crossings

    Senior French ministers have accused the UK of operating a labour market akin to slavery and called on London to open safe routes for migrants, as the two governments continued to deflect blame for last week’s drownings in the Channel.

    The criticism came hours after France’s interior minister, Gérald Darmanin, held a crisis meeting with European ministers and border agencies to discuss the migrant emergency around the Channel ports.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/nov/29/channel-crossings-are-an-english-issue-says-french-minister", - "creator": "Kim Willsher in Paris", - "pubDate": "2021-11-29T15:51:41Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Large fire breaks out near Paris opera – video", + "description": "

    A large fire has broken out in a building on Boulevard des Capucines, near the Place de L’Opéra in central Paris, sending clouds of smoke rising into the air. People were told to avoid the area, which is popular with tourists, as fire crews tackled the blaze

    Continue reading...", + "content": "

    A large fire has broken out in a building on Boulevard des Capucines, near the Place de L’Opéra in central Paris, sending clouds of smoke rising into the air. People were told to avoid the area, which is popular with tourists, as fire crews tackled the blaze

    Continue reading...", + "category": "Paris", + "link": "https://www.theguardian.com/world/video/2021/nov/20/large-fire-breaks-out-near-paris-opera-video", + "creator": "", + "pubDate": "2021-11-20T17:36:22Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05f9d6105b1e752e9e9a182460cfd75d" + "hash": "53d96469b0f948c683556575e7ca2242" }, { - "title": "Huge star atop Sagrada Família rekindles residents’ complaints", - "description": "

    Locals in Barcelona accuse religious foundation in charge of Gaudí‘s masterpiece of highhandedness

    A gigantic 12-pointed star was installed on Monday on one of the main towers of the basilica of the Sagrada Família, Antoni Gaudí’s masterpiece that has been a work in progress since 1882.

    But the star is unlikely to brighten the mood of local residents whose lives have been blighted for years by the city’s biggest tourist attraction, which before the pandemic brought 60,000 visitors a day to the area.

    Continue reading...", - "content": "

    Locals in Barcelona accuse religious foundation in charge of Gaudí‘s masterpiece of highhandedness

    A gigantic 12-pointed star was installed on Monday on one of the main towers of the basilica of the Sagrada Família, Antoni Gaudí’s masterpiece that has been a work in progress since 1882.

    But the star is unlikely to brighten the mood of local residents whose lives have been blighted for years by the city’s biggest tourist attraction, which before the pandemic brought 60,000 visitors a day to the area.

    Continue reading...", - "category": "Barcelona", - "link": "https://www.theguardian.com/world/2021/nov/29/huge-star-atop-sagrada-familia-rekindles-residents-complaints", - "creator": "Stephen Burgen in Barcelona", - "pubDate": "2021-11-29T12:52:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Drivers scramble to grab cash that spilled on to California motorway – video", + "description": "

    Drivers in southern California have scrambled to pick up cash after bags of money fell out of an armoured vehicle on a motorway. Several bags broke open, spreading mainly $1 and $20 bills all over the lanes and bringing the motorway to a chaotic halt. Videos posted online showed people laughing and jumping into the air as they held wads of money

    Continue reading...", + "content": "

    Drivers in southern California have scrambled to pick up cash after bags of money fell out of an armoured vehicle on a motorway. Several bags broke open, spreading mainly $1 and $20 bills all over the lanes and bringing the motorway to a chaotic halt. Videos posted online showed people laughing and jumping into the air as they held wads of money

    Continue reading...", + "category": "California", + "link": "https://www.theguardian.com/us-news/video/2021/nov/20/drivers-scramble-to-grab-cash-that-spilled-on-to-california-motorway-video", + "creator": "", + "pubDate": "2021-11-20T16:15:15Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f986421a5bc32f015ee1eb6b44b40128" + "hash": "efb6249461ca3698cd1305c5433bb69a" }, { - "title": "Chinese could hack data for future quantum decryption, report warns", - "description": "

    ‘Threat groups’ could target valuable secrets with aim of unlocking them when computing power allows

    Chinese hackers could target heavily encrypted datasets such as weapon designs or details of undercover intelligence officers with a view to unlocking them at a later date when quantum computing makes decryption possible, a report warns.

    Analysts at Booz Allen Hamilton, a consulting firm, say Chinese hackers could also steal pharmaceutical, chemical and material science research that can be processed by quantum computers – machines capable of crunching through numbers at unprecedented speed.

    Continue reading...", - "content": "

    ‘Threat groups’ could target valuable secrets with aim of unlocking them when computing power allows

    Chinese hackers could target heavily encrypted datasets such as weapon designs or details of undercover intelligence officers with a view to unlocking them at a later date when quantum computing makes decryption possible, a report warns.

    Analysts at Booz Allen Hamilton, a consulting firm, say Chinese hackers could also steal pharmaceutical, chemical and material science research that can be processed by quantum computers – machines capable of crunching through numbers at unprecedented speed.

    Continue reading...", - "category": "Hacking", - "link": "https://www.theguardian.com/technology/2021/nov/29/chinese-could-hack-data-for-future-quantum-decryption-report-warns", - "creator": "Dan Milmo Global technology editor", - "pubDate": "2021-11-29T16:36:42Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Migrant caravan and Qatar’s tarnished World Cup: human rights this fortnight – in pictures", + "description": "

    A roundup of the struggle for human rights and freedoms, from Pakistan to Poland

    Continue reading...", + "content": "

    A roundup of the struggle for human rights and freedoms, from Pakistan to Poland

    Continue reading...", + "category": "World news", + "link": "https://www.theguardian.com/global-development/gallery/2021/nov/20/migrant-caravan-and-qatars-tarnished-world-cup-human-rights-this-fortnight-in-pictures", + "creator": "Sarah Johnson, compiled by Eric Hilaire", + "pubDate": "2021-11-20T07:30:21Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d56640a7f1c40673e0dd11e839aa635" + "hash": "133a5421376d3835fd8c9274edf52ce4" }, { - "title": "EU border agency deported record number of people in first half of 2021", - "description": "

    Leaked Frontex report sparks concerns about people being sent back to face repression or war

    The EU border agency Frontex deported a record number of people in the first half of the year, according to a leaked document that has sparked concern about people being sent back to countries where they may face war or persecution.

    In a report issued to the EU Council of Ministers, Frontex said it had deported 8,239 non-EU nationals in the first six months of 2021, a record number and a 9% increase on the same period in 2019, before the pandemic hit global travel.

    Continue reading...", - "content": "

    Leaked Frontex report sparks concerns about people being sent back to face repression or war

    The EU border agency Frontex deported a record number of people in the first half of the year, according to a leaked document that has sparked concern about people being sent back to countries where they may face war or persecution.

    In a report issued to the EU Council of Ministers, Frontex said it had deported 8,239 non-EU nationals in the first six months of 2021, a record number and a 9% increase on the same period in 2019, before the pandemic hit global travel.

    Continue reading...", - "category": "European Union", - "link": "https://www.theguardian.com/world/2021/nov/29/eu-border-agency-frontex-deportation-record-number", - "creator": "Jennifer Rankin in Brussels", - "pubDate": "2021-11-29T15:38:17Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Covid live: Dutch police open fire at protest; German government not ruling out full lockdown", + "description": "

    Two injured as police in Rotterdam fire warning shots; German health minister says nothing can be ruled out

    A quick snap from Reuters here that the UK government has announced it will add booster shot status to the Covid-19 pass for outbound international travel, though it said they would not be added to the domestic pass at this time.

    The health ministry said that travellers who have had a booster or a third dose would be able to demonstrate their vaccine status through the NHS Covid pass from Friday, adding that a booster was not necessary to travel into England.

    This pandemic has exposed a vulnerability to whole-system emergencies – that is, emergencies that are so broad that they engage the entire system. Although the government had plans for an influenza pandemic, it did not have detailed plans for many non-health consequences and some health consequences of a pandemic like Covid-19. There were lessons from previous simulation exercises that were not fully implemented and would have helped prepare for a pandemic like Covid-19. There was limited oversight and assurance of plans in place, and many pre-pandemic plans were not adequate. In addition, there is variation in capacity, capability and maturity of risk management across government departments.

    Continue reading...", + "content": "

    Two injured as police in Rotterdam fire warning shots; German health minister says nothing can be ruled out

    A quick snap from Reuters here that the UK government has announced it will add booster shot status to the Covid-19 pass for outbound international travel, though it said they would not be added to the domestic pass at this time.

    The health ministry said that travellers who have had a booster or a third dose would be able to demonstrate their vaccine status through the NHS Covid pass from Friday, adding that a booster was not necessary to travel into England.

    This pandemic has exposed a vulnerability to whole-system emergencies – that is, emergencies that are so broad that they engage the entire system. Although the government had plans for an influenza pandemic, it did not have detailed plans for many non-health consequences and some health consequences of a pandemic like Covid-19. There were lessons from previous simulation exercises that were not fully implemented and would have helped prepare for a pandemic like Covid-19. There was limited oversight and assurance of plans in place, and many pre-pandemic plans were not adequate. In addition, there is variation in capacity, capability and maturity of risk management across government departments.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/live/2021/nov/19/covid-news-live-macron-says-locking-down-frances-unvaccinated-not-necessary", + "creator": "Nadeem Badshah (now); Lucy Campbell, Martin Belam and Samantha Lock (earlier)", + "pubDate": "2021-11-19T22:49:41Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "d7d0fd6284778d81e46308364a50842e" + "hash": "08f063fdca9f0d51cd74a48737c107a3" }, { - "title": "Ghislaine Maxwell sex-trafficking trial’s opening statements delayed", - "description": "

    Maxwell’s trial poised to go before a jury on Monday but several selected jurors voiced issues with serving

    Ghislaine Maxwell’s much-awaited sex trafficking trial in Manhattan was poised to go before a jury on Monday, with opening statements.

    The opening statements were delayed, however, after several selected jurors voiced issues with serving. One cited financial hardship. Another said their spouse had “surprised them with a trip”.

    Continue reading...", - "content": "

    Maxwell’s trial poised to go before a jury on Monday but several selected jurors voiced issues with serving

    Ghislaine Maxwell’s much-awaited sex trafficking trial in Manhattan was poised to go before a jury on Monday, with opening statements.

    The opening statements were delayed, however, after several selected jurors voiced issues with serving. One cited financial hardship. Another said their spouse had “surprised them with a trip”.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/nov/29/ghislaine-maxwell-sex-trafficking-trial", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-11-29T17:35:15Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Australia live news updates: Victoria Covid protests expected to escalate; NSW records 182 new cases; William Tyrrell search in sixth day", + "description": "

    Anti-fascist activists vow to counter-rally against another wave of planned ‘freedom rallies’ they claim have been infiltrated by far-right groups

    Asked about whether we can expect to see the introduction of a legislation for a federal anti-corruption commission in parliament in the next couple of weeks, Tim Wilson says it’s important that they “get the legislation right”:

    Because what we’ve had too often is proposals which are designed to establish, kind of, kangaroo courts, and actually would do more to breed distrust in the political conversation. We’ve seen that particularly in the consequence of what’s happening in ICAC in New South Wales.

    We want a process that’s based around integrity, that’s been consulted with the Australian community, and is actually going to do the job we need it to do, which is actually to breed trust and strength in the political system, not simply to create show trials, as I’ve seen it many times.

    I think this is pretty simple. You’ve got a group of people marching down the street with a life-sized execution device. You’ve got people threatening to kill the Premier of Victoria. If you’re any sort of leader, you just condemn that, full stop. You don’t go on and then say, “But I understand why people are frustrated.”

    I think it is legitimate to point out that Scott Morrison has pulled the sheet out of the Trump handbook here. Lie, deny, blame other people, never take responsibility for anything, try and divide the community, pander to the extreme right - this is Trump without the toupee. And, seriously, I think the Australian people deserve better than that.

    Continue reading...", + "content": "

    Anti-fascist activists vow to counter-rally against another wave of planned ‘freedom rallies’ they claim have been infiltrated by far-right groups

    Asked about whether we can expect to see the introduction of a legislation for a federal anti-corruption commission in parliament in the next couple of weeks, Tim Wilson says it’s important that they “get the legislation right”:

    Because what we’ve had too often is proposals which are designed to establish, kind of, kangaroo courts, and actually would do more to breed distrust in the political conversation. We’ve seen that particularly in the consequence of what’s happening in ICAC in New South Wales.

    We want a process that’s based around integrity, that’s been consulted with the Australian community, and is actually going to do the job we need it to do, which is actually to breed trust and strength in the political system, not simply to create show trials, as I’ve seen it many times.

    I think this is pretty simple. You’ve got a group of people marching down the street with a life-sized execution device. You’ve got people threatening to kill the Premier of Victoria. If you’re any sort of leader, you just condemn that, full stop. You don’t go on and then say, “But I understand why people are frustrated.”

    I think it is legitimate to point out that Scott Morrison has pulled the sheet out of the Trump handbook here. Lie, deny, blame other people, never take responsibility for anything, try and divide the community, pander to the extreme right - this is Trump without the toupee. And, seriously, I think the Australian people deserve better than that.

    Continue reading...", + "category": "Australia news", + "link": "https://www.theguardian.com/australia-news/live/2021/nov/20/australia-live-news-updates-victoria-covid-protests-expected-to-escalate-william-tyrrell-search-enters-in-sixth-day", + "creator": "Stephanie Convery", + "pubDate": "2021-11-19T22:49:38Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cfa30cd24b5ede4c83653bb84f38f120" + "hash": "f5a979fb06cf1d3ebb436dc8000ec15b" }, { - "title": "Eitan Biran: cable car fall survivor must be returned to Italy, Israeli court rules", - "description": "

    Six-year-old boy has been at the centre of a bitter custody battle between relatives in Italy and Israel

    Israel’s top court has ruled that a six-year-old boy who was the sole survivor of a cable car crash in northern Italy must be returned to relatives there within the next couple of weeks.

    Eitan Biran has been at the centre of a bitter custody battle between relatives in Italy and Israel since his parents were killed in the Stresa-Mottarone aerial tramway crash on 23 May.

    Continue reading...", - "content": "

    Six-year-old boy has been at the centre of a bitter custody battle between relatives in Italy and Israel

    Israel’s top court has ruled that a six-year-old boy who was the sole survivor of a cable car crash in northern Italy must be returned to relatives there within the next couple of weeks.

    Eitan Biran has been at the centre of a bitter custody battle between relatives in Italy and Israel since his parents were killed in the Stresa-Mottarone aerial tramway crash on 23 May.

    Continue reading...", - "category": "Italy", - "link": "https://www.theguardian.com/world/2021/nov/29/eitan-biran-cable-car-crash-survivor-must-be-returned-italy-israeli-court-rules", - "creator": "Angela Giuffrida in Rome", - "pubDate": "2021-11-29T17:05:54Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kyle Rittenhouse: Biden accepts verdict as acquittal sparks outrage – live", + "description": "

    Jerrold Nadler of New York, the Democratic chair of the House judiciary committee, is out with a much stronger statement than President Biden:

    “This heartbreaking verdict is a miscarriage of justice and sets a dangerous precedent which justifies federal review by [the Department of Justice].

    I stand by what the jury has to say. The jury system works.”

    Continue reading...", + "content": "

    Jerrold Nadler of New York, the Democratic chair of the House judiciary committee, is out with a much stronger statement than President Biden:

    “This heartbreaking verdict is a miscarriage of justice and sets a dangerous precedent which justifies federal review by [the Department of Justice].

    I stand by what the jury has to say. The jury system works.”

    Continue reading...", + "category": "Kyle Rittenhouse", + "link": "https://www.theguardian.com/us-news/live/2021/nov/19/kyle-rittenhouse-verdict-not-guilty-kenosha-shooting-latest", + "creator": "Kari Paul (now) and Martin Pengelly (earlier)", + "pubDate": "2021-11-19T22:30:24Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1e69811dffbbcdd464c9782d0876e6a" + "hash": "f819285396007403f2c263d950fd630f" }, { - "title": "Iran hopes to covertly advance its nuclear programme, says Israel", - "description": "

    Israeli foreign minister claims Tehran only agreed to restart talks to get sanctions removed

    Israel’s foreign minister, Yair Lapid, has claimed his country’s arch-enemy, Iran, had only agreed to restart nuclear negotiations to remove sanctions and covertly advance its weapons programme.

    Talks restarted in Vienna on Monday between Iran and the world’s leading powers including Germany, France, the UK, China and Russia after a pause of five months.

    Continue reading...", - "content": "

    Israeli foreign minister claims Tehran only agreed to restart talks to get sanctions removed

    Israel’s foreign minister, Yair Lapid, has claimed his country’s arch-enemy, Iran, had only agreed to restart nuclear negotiations to remove sanctions and covertly advance its weapons programme.

    Talks restarted in Vienna on Monday between Iran and the world’s leading powers including Germany, France, the UK, China and Russia after a pause of five months.

    Continue reading...", - "category": "Israel", - "link": "https://www.theguardian.com/world/2021/nov/29/iran-hopes-to-covertly-advance-its-nuclear-programme-says-israel", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-11-29T15:37:56Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Omar Souleyman: singer held by Turkey over alleged militant links is freed", + "description": "

    Syrian questioned by police after reports he has ties to banned Kurdish People’s Protection Units

    Celebrated Syrian singer Omar Souleyman, who has performed at festivals around the world, has been released after being detained over alleged links to Kurdish militants.

    Souleyman was freed at 10.30pm (19.30 GMT) after a confusing day during which he was released in the morning before being taken back to a detention centre.

    Continue reading...", + "content": "

    Syrian questioned by police after reports he has ties to banned Kurdish People’s Protection Units

    Celebrated Syrian singer Omar Souleyman, who has performed at festivals around the world, has been released after being detained over alleged links to Kurdish militants.

    Souleyman was freed at 10.30pm (19.30 GMT) after a confusing day during which he was released in the morning before being taken back to a detention centre.

    Continue reading...", + "category": "Turkey", + "link": "https://www.theguardian.com/world/2021/nov/19/singer-omar-souleyman-held-by-turkey-over-alleged-militant-links-is-freed", + "creator": "AFP in Ankara", + "pubDate": "2021-11-19T22:23:28Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cbb657744c08be196ae5132bf186f97" + "hash": "23ccfb1e9231e5b992275d107181b630" }, { - "title": "Merkel’s punk pick for leaving ceremony raises eyebrows", - "description": "

    Outgoing German chancellor’s choice of soundtrack for military tattoo hints at unchartered hinterland

    Angela Merkel has left Germans wondering how well they really know the chancellor who has governed them for 16 years, after picking a song by punk rocker Nina Hagen as the soundtrack for her military leaving ceremony.

    Merkel, whose Social Democrat successor, Olaf Scholz, is expected to be sworn in as chancellor next week, will be given a customary military farewell in the court outside the defence ministry on Thursday evening.

    Continue reading...", - "content": "

    Outgoing German chancellor’s choice of soundtrack for military tattoo hints at unchartered hinterland

    Angela Merkel has left Germans wondering how well they really know the chancellor who has governed them for 16 years, after picking a song by punk rocker Nina Hagen as the soundtrack for her military leaving ceremony.

    Merkel, whose Social Democrat successor, Olaf Scholz, is expected to be sworn in as chancellor next week, will be given a customary military farewell in the court outside the defence ministry on Thursday evening.

    Continue reading...", - "category": "Angela Merkel", - "link": "https://www.theguardian.com/world/2021/nov/29/angela-merkel-punk-pick-for-leaving-ceremony-raises-eyebrows", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-11-29T11:51:11Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kyle Rittenhouse verdict declares open hunting season on progressive protesters | Cas Mudde", + "description": "

    Demonstrators in the US must fear not only police brutality but also rightwing vigilantes

    Kyle Rittenhouse – the armed white teenager whose mother drove him from Illinois to Wisconsin to allegedly “protect” local businesses from anti-racism protesters in Kenosha, whereupon he shot and killed two people and injured another – has been acquitted of all charges. I don’t think anyone who has followed the trial even casually will be surprised by this verdict. After the various antics by the elected judge, which seemed to indicate where his sympathies lay, and the fact that the prosecution asked the jurors to consider charges lesser than murder, the writing was on the wall.

    I do not want to discuss the legal particulars of the verdict. It is clear that the prosecution made many mistakes and got little to no leeway from the judge, unlike the defense team. Moreover, we know that “self-defense” – often better known as vigilantism – is legally protected and highly racialized in this country. Think of the acquittal of George Zimmerman of the killing of Trayvon Martin in 2013.

    Continue reading...", + "content": "

    Demonstrators in the US must fear not only police brutality but also rightwing vigilantes

    Kyle Rittenhouse – the armed white teenager whose mother drove him from Illinois to Wisconsin to allegedly “protect” local businesses from anti-racism protesters in Kenosha, whereupon he shot and killed two people and injured another – has been acquitted of all charges. I don’t think anyone who has followed the trial even casually will be surprised by this verdict. After the various antics by the elected judge, which seemed to indicate where his sympathies lay, and the fact that the prosecution asked the jurors to consider charges lesser than murder, the writing was on the wall.

    I do not want to discuss the legal particulars of the verdict. It is clear that the prosecution made many mistakes and got little to no leeway from the judge, unlike the defense team. Moreover, we know that “self-defense” – often better known as vigilantism – is legally protected and highly racialized in this country. Think of the acquittal of George Zimmerman of the killing of Trayvon Martin in 2013.

    Continue reading...", + "category": "Kyle Rittenhouse", + "link": "https://www.theguardian.com/us-news/commentisfree/2021/nov/19/kyle-rittenhouse-verdict-acquitted-protest", + "creator": "Cas Mudde", + "pubDate": "2021-11-19T21:53:51Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e8feb2f86047f9f7310eee539e9f809" + "hash": "a8ab67233377322905e15426fa656389" }, { - "title": "South African scientists explore vaccines’ effectiveness against Omicron", - "description": "

    Crucial work will study how well current jabs work and whether they need to be updated to tackle new variant

    Scientists in South Africa have begun crucial work to assess how well Covid vaccines hold up against the Omicron variant that has been detected in more than a dozen countries since it was formally reported last week.

    The variant carries dozens of mutations that are expected to change how the virus behaves, including its ability to cause infection and how well it can hide from immune defences primed by vaccines or previous infection with an older variant.

    Continue reading...", - "content": "

    Crucial work will study how well current jabs work and whether they need to be updated to tackle new variant

    Scientists in South Africa have begun crucial work to assess how well Covid vaccines hold up against the Omicron variant that has been detected in more than a dozen countries since it was formally reported last week.

    The variant carries dozens of mutations that are expected to change how the virus behaves, including its ability to cause infection and how well it can hide from immune defences primed by vaccines or previous infection with an older variant.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/29/south-african-scientists-explore-vaccines-effectiveness-against-omicron", - "creator": "Ian Sample Science editor", - "pubDate": "2021-11-29T17:34:36Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "US wildfires have killed nearly 20% of world’s giant sequoias in two years", + "description": "

    Blazes in western US have hit thousands of Earth’s largest trees, once considered almost fire-proof

    Lightning-sparked wildfires killed thousands of giant sequoias this year, adding to a staggering two-year death toll that accounts for up to nearly a fifth of Earth’s largest trees, officials said on Friday.

    Fires in Sequoia national park and the surrounding national forest that also bears the trees’ name tore through more than a third of groves in California and torched an estimated 2,261 to 3,637 sequoias. Fires in the same area last year killed an unprecedented 7,500 to 10,400 of the 75,000 trees.

    Continue reading...", + "content": "

    Blazes in western US have hit thousands of Earth’s largest trees, once considered almost fire-proof

    Lightning-sparked wildfires killed thousands of giant sequoias this year, adding to a staggering two-year death toll that accounts for up to nearly a fifth of Earth’s largest trees, officials said on Friday.

    Fires in Sequoia national park and the surrounding national forest that also bears the trees’ name tore through more than a third of groves in California and torched an estimated 2,261 to 3,637 sequoias. Fires in the same area last year killed an unprecedented 7,500 to 10,400 of the 75,000 trees.

    Continue reading...", + "category": "Climate crisis in the American west", + "link": "https://www.theguardian.com/us-news/2021/nov/19/giant-sequoias-wildfires-killed", + "creator": "Associated Press", + "pubDate": "2021-11-19T21:15:39Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "052abed903bdc5d39fe91d34de009653" + "hash": "bfb9a52ede1aeb1b2d07cd54d69456bf" }, { - "title": "UK’s minimum gap for Covid booster jabs to be halved to three months", - "description": "

    Vaccines watchdog advises speeding up of vaccination scheme to tackle new coronavirus variant

    The UK’s minimum gap for Covid booster jabs will be halved from six months to three, after the government accepted advice from its vaccines watchdog to speed up the programme to limit the spread of the Omicron variant.

    The health secretary, Sajid Javid, confirmed that all adults would be offered the jab, after the Joint Committee on Vaccination and Immunisation (JCVI) announced that the waiting time was being cut for all adults, with priority for booking to be decided by the NHS.

    Continue reading...", - "content": "

    Vaccines watchdog advises speeding up of vaccination scheme to tackle new coronavirus variant

    The UK’s minimum gap for Covid booster jabs will be halved from six months to three, after the government accepted advice from its vaccines watchdog to speed up the programme to limit the spread of the Omicron variant.

    The health secretary, Sajid Javid, confirmed that all adults would be offered the jab, after the Joint Committee on Vaccination and Immunisation (JCVI) announced that the waiting time was being cut for all adults, with priority for booking to be decided by the NHS.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/29/covid-booster-jabs-to-be-offered-to-all-uk-adults-after-three-month-gap", - "creator": "Jamie Grierson, Rowena Mason, Peter Walker, Andrew Gregory and Linda Geddes", - "pubDate": "2021-11-29T16:27:26Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "'I'm not surprised': mixed reactions outside courthouse after Kyle Rittenhouse verdict – video", + "description": "

    A jury acquitted teenager Kyle Rittenhouse on Friday of murder after the fatal shooting of two men in a trial that highlighted divisions over gun rights and stirred fierce debate about the boundaries of self-defence in the United States. Amid a heavy law enforcement presence, several dozen protesters lined the steps outside the courthouse after the verdict was read, some carrying placards in support of Rittenhouse and others expressing disappointment

    Continue reading...", + "content": "

    A jury acquitted teenager Kyle Rittenhouse on Friday of murder after the fatal shooting of two men in a trial that highlighted divisions over gun rights and stirred fierce debate about the boundaries of self-defence in the United States. Amid a heavy law enforcement presence, several dozen protesters lined the steps outside the courthouse after the verdict was read, some carrying placards in support of Rittenhouse and others expressing disappointment

    Continue reading...", + "category": "Kyle Rittenhouse", + "link": "https://www.theguardian.com/us-news/video/2021/nov/19/im-not-surprised-mixed-reaction-outside-courthouse-after-kyle-rittenhouse-verdict-video", + "creator": "", + "pubDate": "2021-11-19T20:54:26Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69304058f6e2c0e5a75c8daeab2ebed9" + "hash": "1e7fd42ccccca4e5855f91231501aa01" }, { - "title": "Joe Biden says Omicron Covid variant a ‘cause for concern, not panic’ – live", - "description": "

    “If you are 18 years and older and got fully vaccinated before 1 June go get the get booster shot today,” Joe Biden said today. “They’re free and they’re available at 80,000 locations coast to coast. A fully vaccinated booster person is the most protected against Covid.

    “Do not wait. Go get your booster if it’s time for you to do so. And if you are not vaccinated, now is the time to go get vaccinated and to bring your children to go get vaccinated.”

    Continue reading...", - "content": "

    “If you are 18 years and older and got fully vaccinated before 1 June go get the get booster shot today,” Joe Biden said today. “They’re free and they’re available at 80,000 locations coast to coast. A fully vaccinated booster person is the most protected against Covid.

    “Do not wait. Go get your booster if it’s time for you to do so. And if you are not vaccinated, now is the time to go get vaccinated and to bring your children to go get vaccinated.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/us-news/live/2021/nov/29/joe-biden-coronavirus-covid-omicron-variant-us-politics-live", - "creator": "Vivian Ho", - "pubDate": "2021-11-29T18:34:39Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kyle Rittenhouse found not guilty after fatally shooting two in Kenosha unrest", + "description": "

    Rittenhouse killed two people and injured a third at protests last year after a white officer shot a Black man, Jacob Blake, in the back

    A jury on Friday found Kyle Rittenhouse not guilty on charges related to his shooting dead two people at an anti-racism protest and injuring a third in Kenosha, Wisconsin, last year, after a tumultuous trial that gripped America.

    Rittenhouse killed Joseph Rosenbaum, 36, and Anthony Huber, 26, and wounded Gaige Grosskreutz, 27, when he shot them with an assault rifle as he roamed the streets of Kenosha with other armed men acting as a self-described militia during protests in August 2020, after a white police officer shot a Black man, Jacob Blake, in the back.

    Continue reading...", + "content": "

    Rittenhouse killed two people and injured a third at protests last year after a white officer shot a Black man, Jacob Blake, in the back

    A jury on Friday found Kyle Rittenhouse not guilty on charges related to his shooting dead two people at an anti-racism protest and injuring a third in Kenosha, Wisconsin, last year, after a tumultuous trial that gripped America.

    Rittenhouse killed Joseph Rosenbaum, 36, and Anthony Huber, 26, and wounded Gaige Grosskreutz, 27, when he shot them with an assault rifle as he roamed the streets of Kenosha with other armed men acting as a self-described militia during protests in August 2020, after a white police officer shot a Black man, Jacob Blake, in the back.

    Continue reading...", + "category": "Kyle Rittenhouse", + "link": "https://www.theguardian.com/us-news/2021/nov/19/kyle-rittenhouse-verdict-kenosha-shooting", + "creator": "Maya Yang and Joanna Walters", + "pubDate": "2021-11-19T20:36:20Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9828b99ce26cd1920b25be680f70c203" + "hash": "6abf22ac705d9fdfb9a84436ca0d2ef7" }, { - "title": "Novak Djokovic likely to skip Australian Open over vaccine mandate, says father", - "description": "
    • Srdjan Djokovic equates vaccine mandate to ‘blackmail’
    • All players at staff at grand slam in Melbourne must be jabbed

    Novak Djokovic is unlikely to play at the Australian Open if rules on Covid-19 vaccinations are not relaxed, the world No 1’s father, Srdjan Djokovic, said.

    Organisers of the year’s first grand slam have said that all players will have to be vaccinated to take part.

    Continue reading...", - "content": "
    • Srdjan Djokovic equates vaccine mandate to ‘blackmail’
    • All players at staff at grand slam in Melbourne must be jabbed

    Novak Djokovic is unlikely to play at the Australian Open if rules on Covid-19 vaccinations are not relaxed, the world No 1’s father, Srdjan Djokovic, said.

    Organisers of the year’s first grand slam have said that all players will have to be vaccinated to take part.

    Continue reading...", - "category": "Australian Open", - "link": "https://www.theguardian.com/sport/2021/nov/29/novak-djokovic-likely-to-skip-australian-open-over-vaccine-mandate-says-father", - "creator": "Reuters", - "pubDate": "2021-11-29T04:23:56Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kiribati’s attempts to keep stranded Australian judge out of the country ruled unconstitutional", + "description": "

    In a landmark ruling, Kiribati’s chief justice ordered the government to allow high court judge David Lambourne to return

    A landmark judgment in the Pacific country of Kiribati has ruled the government’s actions in blocking an Australian, a judge on Kiribati’s high court, from returning to the island were unconstitutional.

    When David Lambourne left Kiribati in February 2020 to attend a conference in Australia, he thought it would be a brief and uneventful trip. Instead, the Australian judge, who has been resident of the Pacific nation for over two decades, found himself stranded after Covid-19 hit.

    Continue reading...", + "content": "

    In a landmark ruling, Kiribati’s chief justice ordered the government to allow high court judge David Lambourne to return

    A landmark judgment in the Pacific country of Kiribati has ruled the government’s actions in blocking an Australian, a judge on Kiribati’s high court, from returning to the island were unconstitutional.

    When David Lambourne left Kiribati in February 2020 to attend a conference in Australia, he thought it would be a brief and uneventful trip. Instead, the Australian judge, who has been resident of the Pacific nation for over two decades, found himself stranded after Covid-19 hit.

    Continue reading...", + "category": "Kiribati", + "link": "https://www.theguardian.com/world/2021/nov/20/kiribatis-attempts-to-keep-stranded-australian-judge-out-of-the-country-ruled-unconstitutional", + "creator": "Kieran Pender", + "pubDate": "2021-11-19T20:00:07Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d8384cffbdfed4898e75102e1b8c6c5" + "hash": "277ac20ba31b2821ce4da1d8e8865bd1" }, { - "title": "Nurdles: the worst toxic waste you’ve probably never heard of", - "description": "

    Billions of these tiny plastic pellets are floating in the ocean, causing as much damage as oil spills, yet they are still not classified as hazardous

    When the X-Press Pearl container ship caught fire and sank in the Indian Ocean in May, Sri Lanka was terrified that the vessel’s 350 tonnes of heavy fuel oil would spill into the ocean, causing an environmental disaster for the country’s pristine coral reefs and fishing industry.

    Classified by the UN as Sri Lanka’s “worst maritime disaster”, the biggest impact was not caused by the heavy fuel oil. Nor was it the hazardous chemicals on board, which included nitric acid, caustic soda and methanol. The most “significant” harm, according to the UN, came from the spillage of 87 containers full of lentil-sized plastic pellets: nurdles.

    Continue reading...", - "content": "

    Billions of these tiny plastic pellets are floating in the ocean, causing as much damage as oil spills, yet they are still not classified as hazardous

    When the X-Press Pearl container ship caught fire and sank in the Indian Ocean in May, Sri Lanka was terrified that the vessel’s 350 tonnes of heavy fuel oil would spill into the ocean, causing an environmental disaster for the country’s pristine coral reefs and fishing industry.

    Classified by the UN as Sri Lanka’s “worst maritime disaster”, the biggest impact was not caused by the heavy fuel oil. Nor was it the hazardous chemicals on board, which included nitric acid, caustic soda and methanol. The most “significant” harm, according to the UN, came from the spillage of 87 containers full of lentil-sized plastic pellets: nurdles.

    Continue reading...", - "category": "Plastics", - "link": "https://www.theguardian.com/environment/2021/nov/29/nurdles-plastic-pellets-environmental-ocean-spills-toxic-waste-not-classified-hazardous", - "creator": "Karen McVeigh", - "pubDate": "2021-11-29T07:15:48Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘I thought I was a goner’: survivors detail harrowing stories of Canada mudslides", + "description": "

    Emergency crews continue search for victims after flash floods tear through region

    Emergency crews in western Canada continued searching on Friday for victims of flash floods and mudslides which tore through the region this week, as survivors described harrowing escapes from the disaster.

    British Columbia declared its third state of emergency in a year on Wednesday after a month’s worth of rain fell in two days, swamping towns and cities, blocking major highways and leaving much of the province under water.

    Continue reading...", + "content": "

    Emergency crews continue search for victims after flash floods tear through region

    Emergency crews in western Canada continued searching on Friday for victims of flash floods and mudslides which tore through the region this week, as survivors described harrowing escapes from the disaster.

    British Columbia declared its third state of emergency in a year on Wednesday after a month’s worth of rain fell in two days, swamping towns and cities, blocking major highways and leaving much of the province under water.

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/2021/nov/19/canada-floods-mudslides-survivors", + "creator": "Leyland Cecco in Toronto", + "pubDate": "2021-11-19T19:15:10Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c3e6dfe3da1007902450a0bbb774e27" + "hash": "10bd85deeb0da412bdf1ca4589084233" }, { - "title": "‘I wrote it from the perspective of a night light’: How They Might Be Giants made Birdhouse in Your Soul", - "description": "

    ‘I’m completely happy that we fall within the noble tradition of the one-hit wonder in the UK’

    We had played the showcase night at New York’s CBGB, but didn’t stand out, so we tried instead playing alongside performance artists in East Village. People showing up to watch avant garde performance art bought our cassette, and we became part of this groovy little scene of really enthusiastic people.

    Continue reading...", - "content": "

    ‘I’m completely happy that we fall within the noble tradition of the one-hit wonder in the UK’

    We had played the showcase night at New York’s CBGB, but didn’t stand out, so we tried instead playing alongside performance artists in East Village. People showing up to watch avant garde performance art bought our cassette, and we became part of this groovy little scene of really enthusiastic people.

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/music/2021/nov/29/i-wrote-it-from-the-perspective-of-a-night-light-how-they-might-be-giants-made-birdhouse-in-your-soul", - "creator": "Interviews by Dave Simpson", - "pubDate": "2021-11-29T15:52:09Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kenosha shooting: jury finds Kyle Rittenhouse not guilty – video", + "description": "

    A jury on Friday found Kyle Rittenhouse not guilty on charges related to his shooting dead two people at an anti-racism protest and injuring a third in Kenosha, Wisconsin, last year, after a tumultuous trial that gripped the US

    Continue reading...", + "content": "

    A jury on Friday found Kyle Rittenhouse not guilty on charges related to his shooting dead two people at an anti-racism protest and injuring a third in Kenosha, Wisconsin, last year, after a tumultuous trial that gripped the US

    Continue reading...", + "category": "Kyle Rittenhouse", + "link": "https://www.theguardian.com/us-news/video/2021/nov/19/kenosha-shooting-jury-finds-kyle-rittenhouse-not-guilty-video", + "creator": "", + "pubDate": "2021-11-19T18:40:17Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18aa26662fae1202910a58bccea6a40b" + "hash": "53e6f3427606d1f9ad5987d6bcc566b2" }, { - "title": "‘He was a god for us’: actors on being side by side with Stephen Sondheim", - "description": "

    Musical theatre stars Jenna Russell, Daniel Evans and Janie Dee remember working with their hero, and the unique demands and rewards of his songs

    So much of his work is about love. People talk about it being cold but as a teenage girl all I could feel from it was warmth. The songs are ridiculously rich. I’d play the original cast recording of Company again and again, in the front room. I remember my mum came in with her rubber gloves on and tears streaming down her face. She said: “Oh my god, I get it!” The song was Being Alive.

    Continue reading...", - "content": "

    Musical theatre stars Jenna Russell, Daniel Evans and Janie Dee remember working with their hero, and the unique demands and rewards of his songs

    So much of his work is about love. People talk about it being cold but as a teenage girl all I could feel from it was warmth. The songs are ridiculously rich. I’d play the original cast recording of Company again and again, in the front room. I remember my mum came in with her rubber gloves on and tears streaming down her face. She said: “Oh my god, I get it!” The song was Being Alive.

    Continue reading...", - "category": "Stephen Sondheim", - "link": "https://www.theguardian.com/stage/2021/nov/29/he-was-a-god-for-us-actors-side-by-side-with-stephen-sondheim", - "creator": "Interviews by Chris Wiegand", - "pubDate": "2021-11-29T16:22:11Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Oxford University identifies 145 artefacts looted in Benin raid", + "description": "

    Plundered items likely to be returned to Nigeria include plaques, bronze figures and musical instruments

    The University of Oxford is holding 145 objects looted by British troops during an assault on the city of Benin in 1897 that are likely to be repatriated to Nigeria, a report has said.

    More than two-thirds of the plundered items are owned by the university’s Pitt Rivers Museum, and 45 are on loan. They include brass plaques, bronze figures, carved ivory tusks, musical instruments, weaving equipment, jewellery, and ceramic and coral objects dating to the 13th century.

    Continue reading...", + "content": "

    Plundered items likely to be returned to Nigeria include plaques, bronze figures and musical instruments

    The University of Oxford is holding 145 objects looted by British troops during an assault on the city of Benin in 1897 that are likely to be repatriated to Nigeria, a report has said.

    More than two-thirds of the plundered items are owned by the university’s Pitt Rivers Museum, and 45 are on loan. They include brass plaques, bronze figures, carved ivory tusks, musical instruments, weaving equipment, jewellery, and ceramic and coral objects dating to the 13th century.

    Continue reading...", + "category": "University of Oxford", + "link": "https://www.theguardian.com/education/2021/nov/19/oxford-university-identifies-145-artefacts-looted-in-benin-raid", + "creator": "Harriet Sherwood Arts and culture correspondent", + "pubDate": "2021-11-19T18:28:23Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5247a9456d99f66c70f31cd9bdea26b3" + "hash": "70b9daac52fc4f03eb36554a3ca62200" }, { - "title": "The big idea: Should we worry about artificial intelligence?", - "description": "

    Could AI turn on us, or is natural stupidity a greater threat to humanity?

    Ever since Garry Kasparov lost his second chess match against IBM’s Deep Blue in 1997, the writing has been on the wall for humanity. Or so some like to think. Advances in artificial intelligence will lead – by some estimates, in only a few decades – to the development of superintelligent, sentient machines. Movies from The Terminator to The Matrix have portrayed this prospect as rather undesirable. But is this anything more than yet another sci-fi “Project Fear”?

    Some confusion is caused by two very different uses of the phrase artificial intelligence. The first sense is, essentially, a marketing one: anything computer software does that seems clever or usefully responsive – like Siri – is said to use “AI”. The second sense, from which the first borrows its glamour, points to a future that does not yet exist, of machines with superhuman intellects. That is sometimes called AGI, for artificial general intelligence.

    Continue reading...", - "content": "

    Could AI turn on us, or is natural stupidity a greater threat to humanity?

    Ever since Garry Kasparov lost his second chess match against IBM’s Deep Blue in 1997, the writing has been on the wall for humanity. Or so some like to think. Advances in artificial intelligence will lead – by some estimates, in only a few decades – to the development of superintelligent, sentient machines. Movies from The Terminator to The Matrix have portrayed this prospect as rather undesirable. But is this anything more than yet another sci-fi “Project Fear”?

    Some confusion is caused by two very different uses of the phrase artificial intelligence. The first sense is, essentially, a marketing one: anything computer software does that seems clever or usefully responsive – like Siri – is said to use “AI”. The second sense, from which the first borrows its glamour, points to a future that does not yet exist, of machines with superhuman intellects. That is sometimes called AGI, for artificial general intelligence.

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/books/2021/nov/29/the-big-idea-should-we-worry-about-artificial-intelligence", - "creator": "Steven Poole", - "pubDate": "2021-11-29T08:00:51Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Lewis Hamilton praised after wearing rainbow helmet in Qatar GP practice", + "description": "
    • Hamilton earns praise for LGBTQ+ ‘incredible act of allyship’
    • World champion has criticised Qatar’s human rights record

    Lewis Hamilton has been praised for “an incredible act of allyship” after wearing a rainbow-coloured helmet in practice at the inaugural Qatar Grand Prix.

    The seven-time Formula One world champion’s helmet bore the colours of the Progress Pride flag – a banner which includes the traditional rainbow design with additional colours that recognise the diversity of the LGBTQ+ community.

    Continue reading...", + "content": "
    • Hamilton earns praise for LGBTQ+ ‘incredible act of allyship’
    • World champion has criticised Qatar’s human rights record

    Lewis Hamilton has been praised for “an incredible act of allyship” after wearing a rainbow-coloured helmet in practice at the inaugural Qatar Grand Prix.

    The seven-time Formula One world champion’s helmet bore the colours of the Progress Pride flag – a banner which includes the traditional rainbow design with additional colours that recognise the diversity of the LGBTQ+ community.

    Continue reading...", + "category": "Lewis Hamilton", + "link": "https://www.theguardian.com/sport/2021/nov/19/lewis-hamilton-rainbow-helmet-qatar-grand-prix-formula-one", + "creator": "PA Media", + "pubDate": "2021-11-19T18:23:07Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a0886196caa21643c00526b54f014d8" + "hash": "1a7d8baa70ebc59a341cf3a83f8256a5" }, { - "title": "Nelson, BLM and new voices: why Barbados is ditching the Queen", - "description": "

    Michael Safi reports from the ground as island nation prepares to declare itself a republic

    The first time, he stumbled on it by accident, after following a dirt track through fields of sugar cane that came to a clearing. There was a sign, Hakeem Ward remembers, beneath which someone had left an offering.

    “The sign said it was a slave burial ground,” he says. “We went and Googled it, and then I realised it was actually one of the biggest slave burial grounds in the western hemisphere.”

    Continue reading...", - "content": "

    Michael Safi reports from the ground as island nation prepares to declare itself a republic

    The first time, he stumbled on it by accident, after following a dirt track through fields of sugar cane that came to a clearing. There was a sign, Hakeem Ward remembers, beneath which someone had left an offering.

    “The sign said it was a slave burial ground,” he says. “We went and Googled it, and then I realised it was actually one of the biggest slave burial grounds in the western hemisphere.”

    Continue reading...", - "category": "Barbados", - "link": "https://www.theguardian.com/world/2021/nov/29/nelson-blm-and-new-voices-how-barbados-came-to-cut-ties-to-crown", - "creator": "Michael Safi in Bridgetown", - "pubDate": "2021-11-29T05:00:46Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "York’s anti-terror measures make centre a ‘no go zone’ for disabled people", + "description": "

    Campaigners say removal of blue badge parking to make way for new defences is in breach of Equality Act

    Disability rights campaigners are planning a legal challenge against York council after it voted to ban blue badge parking on key streets in the city centre.

    York Accessibility Action (YAA), an organisation founded by disabled York residents and carers, said the city has become a “no go zone” for many disabled people and there was now no suitable parking within 150 metres of the city centre.

    Continue reading...", + "content": "

    Campaigners say removal of blue badge parking to make way for new defences is in breach of Equality Act

    Disability rights campaigners are planning a legal challenge against York council after it voted to ban blue badge parking on key streets in the city centre.

    York Accessibility Action (YAA), an organisation founded by disabled York residents and carers, said the city has become a “no go zone” for many disabled people and there was now no suitable parking within 150 metres of the city centre.

    Continue reading...", + "category": "York", + "link": "https://www.theguardian.com/uk-news/2021/nov/19/york-anti-terror-measures-disabled-people-blue-badge-parking", + "creator": "Miranda Bryant", + "pubDate": "2021-11-19T18:16:46Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9aa65068fa95dbd526db864643c535fa" + "hash": "b14fd059c076d84e5529403ad19c1de3" }, { - "title": "The 20 best songs of 2021", - "description": "

    We celebrate everything from Lil Nas X’s conservative-baiting Montero to Wet Leg’s instant indie classic – as voted for by 31 of the Guardian’s music writers

    Continue reading...", - "content": "

    We celebrate everything from Lil Nas X’s conservative-baiting Montero to Wet Leg’s instant indie classic – as voted for by 31 of the Guardian’s music writers

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/music/2021/nov/29/the-20-best-songs-of-2021", - "creator": "Ben Beaumont-Thomas and Laura Snapes", - "pubDate": "2021-11-29T06:00:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Work on ‘Chinese military base’ in UAE abandoned after US intervenes – report", + "description": "

    Satellite images reportedly detected construction of secret facility at Khalifa port amid growing US-China rivalry

    US intelligence agencies found evidence this year of construction work on what they believed was a secret Chinese military facility in the United Arab Emirates, which was stopped after Washington’s intervention, according to a report on Friday.

    The Wall Street Journal reported that satellite imagery of the port of Khalifa had revealed suspicious construction work inside a container terminal built and operated by a Chinese shipping corporation, Cosco.

    Continue reading...", + "content": "

    Satellite images reportedly detected construction of secret facility at Khalifa port amid growing US-China rivalry

    US intelligence agencies found evidence this year of construction work on what they believed was a secret Chinese military facility in the United Arab Emirates, which was stopped after Washington’s intervention, according to a report on Friday.

    The Wall Street Journal reported that satellite imagery of the port of Khalifa had revealed suspicious construction work inside a container terminal built and operated by a Chinese shipping corporation, Cosco.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/nov/19/chinese-military-base-uae-construction-abandoned-us-intelligence-report", + "creator": "Julian Borger in Washington", + "pubDate": "2021-11-19T18:13:08Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19e8d121beece80ebc13d8013baabfb0" + "hash": "0b2084d86fce893097ad73f29a402d34" }, { - "title": "‘I feel inspired here’: refugees find business success in Naples", - "description": "

    From designing homewares to recording music, many who fled to Europe are building independent lives against the odds

    Pieces of fabric of various vibrant shades fill the Naples studio where Paboy Bojang and his team of four are working around the clock to stitch together 250 cushions for their next customer, The Conran Shop.

    They are not long from dispatching their first orders to Selfridges and Paul Smith, and with requests for the distinctive cotton cushions with ruffled borders flooding in from around the world, they will be busy for months to come.

    Continue reading...", - "content": "

    From designing homewares to recording music, many who fled to Europe are building independent lives against the odds

    Pieces of fabric of various vibrant shades fill the Naples studio where Paboy Bojang and his team of four are working around the clock to stitch together 250 cushions for their next customer, The Conran Shop.

    They are not long from dispatching their first orders to Selfridges and Paul Smith, and with requests for the distinctive cotton cushions with ruffled borders flooding in from around the world, they will be busy for months to come.

    Continue reading...", - "category": "Refugees", - "link": "https://www.theguardian.com/world/2021/nov/29/i-feel-inspired-here-refugees-find-business-success-in-naples", - "creator": "Angela Giuffrida in Naples", - "pubDate": "2021-11-29T11:28:16Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "House Democrats pass Biden’s expansive Build Back Better policy plan", + "description": "

    Bill now goes back to the Senate, where it faces total opposition from Republicans and an uphill battle against centrist Democrats

    Joe Biden has hailed the US House of Representatives for passing a $1.75tn social and climate spending bill, a central pillar of his agenda that must now go before the Senate.

    The Democratic majority in the House approved the Build Back Better Act on Friday despite fierce opposition from Republicans.

    Continue reading...", + "content": "

    Bill now goes back to the Senate, where it faces total opposition from Republicans and an uphill battle against centrist Democrats

    Joe Biden has hailed the US House of Representatives for passing a $1.75tn social and climate spending bill, a central pillar of his agenda that must now go before the Senate.

    The Democratic majority in the House approved the Build Back Better Act on Friday despite fierce opposition from Republicans.

    Continue reading...", + "category": "House of Representatives", + "link": "https://www.theguardian.com/us-news/2021/nov/19/house-democrats-pass-biden-expansive-build-back-better-policy-plan", + "creator": "Lauren Gambino and David Smith in Washington and Vivian Ho", + "pubDate": "2021-11-19T17:43:16Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22f80ee66a7e73bea345a33912715f81" + "hash": "58746ce0800a93f0a0e772ad53b056d6" }, { - "title": "Storm Arwen: thousands in UK face fourth night without power", - "description": "

    More than 150,000 homes without power on Monday, with damage thought to be worst since 2005

    More than 150,000 homes across the UK were facing a fourth night without power after Storm Arwen wreaked havoc, bringing down trees and electricity lines.

    The Energy Networks Association (ENA) said damage caused by Friday’s storm was some of the worst since 2005. More than a million homes lost power with 155,000 nationwide still waiting to be reconnected on Monday afternoon.

    Continue reading...", - "content": "

    More than 150,000 homes without power on Monday, with damage thought to be worst since 2005

    More than 150,000 homes across the UK were facing a fourth night without power after Storm Arwen wreaked havoc, bringing down trees and electricity lines.

    The Energy Networks Association (ENA) said damage caused by Friday’s storm was some of the worst since 2005. More than a million homes lost power with 155,000 nationwide still waiting to be reconnected on Monday afternoon.

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/2021/nov/29/storm-arwen-homes-in-north-of-england-without-power-for-third-night", - "creator": "Mark Brown North of England correspondent", - "pubDate": "2021-11-29T16:43:31Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "David Lacey obituary", + "description": "Guardian sports writer whose wit and talent redefined what a football column could be

    It is not customary to look forward to Monday mornings but, in the heyday of the Guardian’s print sales in the late 1970s and 80s, many readers relished Monday’s paper more than anything else.

    On a features page would be Posy Simmonds’ weekly dissection of middle-class life. And, further back, stretched across the width of the main sports page, David Lacey would offer his weekly dissection of football. Like Posy’s cartoon strip, this was one of the great institutions of British journalism.

    Continue reading...", + "content": "Guardian sports writer whose wit and talent redefined what a football column could be

    It is not customary to look forward to Monday mornings but, in the heyday of the Guardian’s print sales in the late 1970s and 80s, many readers relished Monday’s paper more than anything else.

    On a features page would be Posy Simmonds’ weekly dissection of middle-class life. And, further back, stretched across the width of the main sports page, David Lacey would offer his weekly dissection of football. Like Posy’s cartoon strip, this was one of the great institutions of British journalism.

    Continue reading...", + "category": "Football", + "link": "https://www.theguardian.com/football/2021/nov/19/david-lacey-obituary", + "creator": "Matthew Engel", + "pubDate": "2021-11-19T17:41:00Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c38d13e956a47f24d4eb6d4c1f0ca963" + "hash": "3e18aabe01abcf7f8446c64af623ec5f" }, { - "title": "Xiomara Castro poised to become first female president of Honduras", - "description": "

    Castro, who declared herself the winner in a speech late on Sunday, has vowed to fight corruption and relax abortion laws

    The opposition candidate Xiomara Castro appears poised to become the first female president of Honduras in a landslide victory 12 years after her husband was forced from power in a military-backed coup.

    With results counted from just over half of precincts on Monday, Castro held a commanding 20-point lead over her nearest rival, Nasry Asfura of the ruling National party.

    Continue reading...", - "content": "

    Castro, who declared herself the winner in a speech late on Sunday, has vowed to fight corruption and relax abortion laws

    The opposition candidate Xiomara Castro appears poised to become the first female president of Honduras in a landslide victory 12 years after her husband was forced from power in a military-backed coup.

    With results counted from just over half of precincts on Monday, Castro held a commanding 20-point lead over her nearest rival, Nasry Asfura of the ruling National party.

    Continue reading...", - "category": "Honduras", - "link": "https://www.theguardian.com/world/2021/nov/29/xiomara-castro-declares-victory-in-honduras-presidential-election", - "creator": "Jeff Ernst in Tegucigalpa", - "pubDate": "2021-11-29T18:35:38Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "England and Wales ‘one step closer to ending child marriage’ after MP vote", + "description": "

    Second reading of bill to ban marriage for under-18s receives cross-party support

    A ban on child marriage in England and Wales came a step closer Friday with cross-party support for a new bill in the House of Commons.

    The marriage and civil partnership (minimum age) bill had its second reading in parliament, with government and opposition MPs supporting the private member’s bill brought by Conservative MP Pauline Latham.

    Continue reading...", + "content": "

    Second reading of bill to ban marriage for under-18s receives cross-party support

    A ban on child marriage in England and Wales came a step closer Friday with cross-party support for a new bill in the House of Commons.

    The marriage and civil partnership (minimum age) bill had its second reading in parliament, with government and opposition MPs supporting the private member’s bill brought by Conservative MP Pauline Latham.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/19/england-and-wales-one-step-closer-to-ending-child-marriage-after-mp-vote", + "creator": "Karen McVeigh", + "pubDate": "2021-11-19T17:33:09Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d19d9db0dd294e0ebe90b6bc8cd4640" + "hash": "ccce405443bcd3260df67d7c2e79b314" }, { - "title": "Leaked papers link Xinjiang crackdown with China leadership", - "description": "

    Secret documents urge population control, mass round-ups and punishment of Uyghurs

    Excerpts from previously unpublished documents directly linking China’s crackdown on Uyghur Muslims and other minorities in Xinjiang province to speeches by the Chinese leadership in 2014 have been put online.

    The documents – including three speeches by Chinese president Xi Jinping in April 2014 – cover security, population control and the need to punish the Uyghur population. Some are marked top secret. They were leaked to the German academic Adrian Zenz.

    Continue reading...", - "content": "

    Secret documents urge population control, mass round-ups and punishment of Uyghurs

    Excerpts from previously unpublished documents directly linking China’s crackdown on Uyghur Muslims and other minorities in Xinjiang province to speeches by the Chinese leadership in 2014 have been put online.

    The documents – including three speeches by Chinese president Xi Jinping in April 2014 – cover security, population control and the need to punish the Uyghur population. Some are marked top secret. They were leaked to the German academic Adrian Zenz.

    Continue reading...", - "category": "Xinjiang", - "link": "https://www.theguardian.com/world/2021/nov/29/leaked-papers-link-xinjiang-crackdown-with-china-leadership", - "creator": "Patrick Wintour Diplomatic Editor", - "pubDate": "2021-11-29T18:33:21Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Croatia violated rights of Afghan girl who was killed by train, court rules", + "description": "

    Madina Hussiny, 6, died after police refused to let her family apply for asylum and made them walk back to Serbia

    After four years of legal struggle, the European court of human rights (ECHR) has ruled that Croatian police were responsible for the death of a six-year-old Afghan girl when they forced her family to return to Serbia via train tracks without giving them the opportunity to seek asylum.

    The little girl, named Madina Hussiny, was struck and killed by a train after being pushed back with her family by the Croatian authorities in 2017.

    Continue reading...", + "content": "

    Madina Hussiny, 6, died after police refused to let her family apply for asylum and made them walk back to Serbia

    After four years of legal struggle, the European court of human rights (ECHR) has ruled that Croatian police were responsible for the death of a six-year-old Afghan girl when they forced her family to return to Serbia via train tracks without giving them the opportunity to seek asylum.

    The little girl, named Madina Hussiny, was struck and killed by a train after being pushed back with her family by the Croatian authorities in 2017.

    Continue reading...", + "category": "Serbia", + "link": "https://www.theguardian.com/global-development/2021/nov/19/croatia-violated-rights-of-afghan-girl-who-was-killed-by-train-court-rules", + "creator": "Lorenzo Tondo", + "pubDate": "2021-11-19T17:29:22Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf906095385b901dfbab0c265b807bf5" + "hash": "017194cb7b18a1a73c51388f3beeb676" }, { - "title": "‘They need an awful lot of help’: why jobseeker isn’t enough when you’re battling cancer", - "description": "

    The AMA has joined a growing push for better welfare for those with incapacitating but ‘unstabilised’ conditions such as cancer or poor mental health

    Since he was diagnosed with cancer in the middle of the year, Tim Hurley has been relying on the support of family and friends to get him to hospital five times a week.

    They’ve also brought him meals and helped cover the cost of medication and other essentials.

    Continue reading...", - "content": "

    The AMA has joined a growing push for better welfare for those with incapacitating but ‘unstabilised’ conditions such as cancer or poor mental health

    Since he was diagnosed with cancer in the middle of the year, Tim Hurley has been relying on the support of family and friends to get him to hospital five times a week.

    They’ve also brought him meals and helped cover the cost of medication and other essentials.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/nov/30/they-need-an-awful-lot-of-help-why-jobseeker-isnt-enough-when-youre-battling-cancer", - "creator": "Luke Henriques-Gomes Social affairs and inequality editor", - "pubDate": "2021-11-29T16:30:07Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Kamala Harris takes on presidential role – briefly – as Biden has colonoscopy", + "description": "

    The vice-president became the first woman to wield the powers of the US presidency, during Biden’s routine medical procedure

    Kamala Harris on Friday morning became the first woman to wield presidential power in the US – temporarily, when Joe Biden had a colonoscopy under anesthetic.

    In a statement, the White House press secretary, Jen Psaki, said: “This morning, the president will travel to Walter Reed Medical Center for a routine physical. While he is there, the president will undergo a routine colonoscopy.

    Continue reading...", + "content": "

    The vice-president became the first woman to wield the powers of the US presidency, during Biden’s routine medical procedure

    Kamala Harris on Friday morning became the first woman to wield presidential power in the US – temporarily, when Joe Biden had a colonoscopy under anesthetic.

    In a statement, the White House press secretary, Jen Psaki, said: “This morning, the president will travel to Walter Reed Medical Center for a routine physical. While he is there, the president will undergo a routine colonoscopy.

    Continue reading...", + "category": "Kamala Harris", + "link": "https://www.theguardian.com/us-news/2021/nov/19/kamala-harris-presidential-powers-biden-colonoscopy", + "creator": "Martin Pengelly", + "pubDate": "2021-11-19T17:20:20Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6803bc07e2265cacf61280a40709115" + "hash": "3a0b1612366942a2158ca659c89740d6" }, { - "title": "Myanmar junta accused of forcing people to brink of starvation", - "description": "

    Advisory group say military has destroyed supplies, killed livestock and cut off roads used to transport food since February coup

    Myanmar’s military junta has been accused of forcing people to the brink of starvation with repeated offensives since it seized power in a coup earlier this year.

    The Special Advisory Council for Myanmar said the junta had destroyed food supplies and killed livestock while cutting off roads used to bring in food and medicine.

    Continue reading...", - "content": "

    Advisory group say military has destroyed supplies, killed livestock and cut off roads used to transport food since February coup

    Myanmar’s military junta has been accused of forcing people to the brink of starvation with repeated offensives since it seized power in a coup earlier this year.

    The Special Advisory Council for Myanmar said the junta had destroyed food supplies and killed livestock while cutting off roads used to bring in food and medicine.

    Continue reading...", - "category": "Hunger", - "link": "https://www.theguardian.com/global-development/2021/nov/26/myanmar-junta-accused-of-forcing-people-to-brink-of-starvation", - "creator": "Kaamil Ahmed", - "pubDate": "2021-11-26T13:58:52Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Lukashenko says Belarusian troops may have helped refugees reach Europe", + "description": "

    Leader acknowledges it was ‘absolutely possible’ his army had a part in creating migrant crisis at Polish border

    The Belarusian leader, Alexander Lukashenko, has acknowledged that his troops probably helped Middle Eastern asylum seekers cross into Europe, in the clearest admission yet that he engineered the new migrant crisis on the border with the EU.

    In an interview with the BBC at his presidential palace in Minsk, he said it was “absolutely possible” that his troops helped migrants across the frontier into Poland.

    Continue reading...", + "content": "

    Leader acknowledges it was ‘absolutely possible’ his army had a part in creating migrant crisis at Polish border

    The Belarusian leader, Alexander Lukashenko, has acknowledged that his troops probably helped Middle Eastern asylum seekers cross into Europe, in the clearest admission yet that he engineered the new migrant crisis on the border with the EU.

    In an interview with the BBC at his presidential palace in Minsk, he said it was “absolutely possible” that his troops helped migrants across the frontier into Poland.

    Continue reading...", + "category": "Alexander Lukashenko", + "link": "https://www.theguardian.com/world/2021/nov/19/lukashenko-says-belarusian-troops-may-have-helped-refugees-reach-europe", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-11-19T17:03:46Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0689a0471a3d11d9f4058b0ab5d746a" + "hash": "9b4a3c4b2a08b97c14b7ea00ad1e2c71" }, { - "title": "Early action against Omicron is imperative to avoid devastating consequences | Ewan Birney", - "description": "

    Scientists have sprung into action to identify the new Covid variant. We don’t yet know if it is a major threat - but we should not take any chances

    It was only a matter of time before a new Sars-CoV-2 variant of concern emerged, requiring an urgent global response. It would seem that the Omicron variant, identified by scientists across Africa, including the National Institute for Communicable Diseases (NICD), poses the next major threat in the course of the pandemic. Early evidence from their genomic surveillance suggests that this new variant is a serious cause for concern and it is imperative that we act fast in response to this new information.

    The variant has also been detected in Botswana and Hong Kong, and will undoubtedly continue to arise in other territories in the coming days; travel-related cases have appeared in Belgium and Israel. Two cases of the new variant have been detected in the UK at the time of writing.

    Continue reading...", - "content": "

    Scientists have sprung into action to identify the new Covid variant. We don’t yet know if it is a major threat - but we should not take any chances

    It was only a matter of time before a new Sars-CoV-2 variant of concern emerged, requiring an urgent global response. It would seem that the Omicron variant, identified by scientists across Africa, including the National Institute for Communicable Diseases (NICD), poses the next major threat in the course of the pandemic. Early evidence from their genomic surveillance suggests that this new variant is a serious cause for concern and it is imperative that we act fast in response to this new information.

    The variant has also been detected in Botswana and Hong Kong, and will undoubtedly continue to arise in other territories in the coming days; travel-related cases have appeared in Belgium and Israel. Two cases of the new variant have been detected in the UK at the time of writing.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/27/omicron-covid-variant-early-action-imperative-to-avoid-devastating-consequences", - "creator": "Ewan Birney", - "pubDate": "2021-11-27T19:19:41Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Peng Shuai: UN calls on China to prove tennis star’s whereabouts", + "description": "

    Women’s Tennis Association adds to pressure by saying it is considering pulling its tournaments out of China

    The UN has called on Chinese authorities to give proof of the whereabouts of tennis star Peng Shuai, as the White House said it was “deeply concerned” and the Women’s Tennis Association said it was prepared to pull its tournaments out of China over the matter.

    Peng, a former doubles world No 1, has not been seen in public since she accused the former high-ranking official Zhang Gaoli of sexual assault on 2 November.

    Continue reading...", + "content": "

    Women’s Tennis Association adds to pressure by saying it is considering pulling its tournaments out of China

    The UN has called on Chinese authorities to give proof of the whereabouts of tennis star Peng Shuai, as the White House said it was “deeply concerned” and the Women’s Tennis Association said it was prepared to pull its tournaments out of China over the matter.

    Peng, a former doubles world No 1, has not been seen in public since she accused the former high-ranking official Zhang Gaoli of sexual assault on 2 November.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/nov/19/peng-shuai-wta-prepared-to-pull-out-of-china-over-tennis-stars-disappearance", + "creator": "Helen Davidson in Taipei, Vincent Ni and Tumaini Carayol", + "pubDate": "2021-11-19T16:41:53Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2908134c4e7291862226a6d03f6bb222" + "hash": "80d0f1a6335f7f59099a54cce4a1f53e" }, { - "title": "Priti Patel blames ‘evil’ gangs for Channel crossings but the reality is far more complicated", - "description": "

    Analysis: The UK government’s own experts say many journeys are actually organised directly by desperate families

    The government repeatedly insists that sophisticated criminal networks are driving the Channel crossings by people seeking asylum in Britain. Of all the contested claims advanced by the home secretary on the issue, it remains among the most pervasive.

    True to form, in the aftermath of Wednesday’s drownings, Priti Patel wasted little time reiterating her determination to “smash the criminal gangs” behind such crossings.

    Continue reading...", - "content": "

    Analysis: The UK government’s own experts say many journeys are actually organised directly by desperate families

    The government repeatedly insists that sophisticated criminal networks are driving the Channel crossings by people seeking asylum in Britain. Of all the contested claims advanced by the home secretary on the issue, it remains among the most pervasive.

    True to form, in the aftermath of Wednesday’s drownings, Priti Patel wasted little time reiterating her determination to “smash the criminal gangs” behind such crossings.

    Continue reading...", - "category": "Refugees", - "link": "https://www.theguardian.com/world/2021/nov/27/priti-patel-blames-evil-gangs-for-channel-crossings-but-the-reality-is-far-more-complicated", - "creator": "Mark Townsend", - "pubDate": "2021-11-27T17:02:31Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘The strongman blinks’: why Narendra Modi has backed down to farmers", + "description": "

    Analysis: the authoritarian PM’s first retreat is a much needed triumph of democracy

    “The strongman finally blinks,” was how one commentator put it. On Friday morning, India woke to a surprise announcement by the prime minister, Narendra Modi, that he was repealing the farm laws, which have been at the heart of one of the greatest challenges his government had faced in almost eight years in power.

    It was a significant turning point, not only for the farmers, but for Indian politics and the reputation of the Bharatiya Janata party (BJP) government. Since Modi was first elected in 2014, his modus operandi has been that of a tough, unyielding, authoritarian strongman leader who does not bow to public pressure.

    Continue reading...", + "content": "

    Analysis: the authoritarian PM’s first retreat is a much needed triumph of democracy

    “The strongman finally blinks,” was how one commentator put it. On Friday morning, India woke to a surprise announcement by the prime minister, Narendra Modi, that he was repealing the farm laws, which have been at the heart of one of the greatest challenges his government had faced in almost eight years in power.

    It was a significant turning point, not only for the farmers, but for Indian politics and the reputation of the Bharatiya Janata party (BJP) government. Since Modi was first elected in 2014, his modus operandi has been that of a tough, unyielding, authoritarian strongman leader who does not bow to public pressure.

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/2021/nov/19/the-strongman-blinks-why-narendra-modi-has-backed-down-to-farmers", + "creator": "Hannah Ellis-Petersen South Asia correspondent", + "pubDate": "2021-11-19T16:14:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4891f21e9428a32bccc2246113636da" + "hash": "efa56dfd1fbfdfed13225ecd2d294540" }, { - "title": "Sajid Javid: Christmas will be 'great' despite Omicron variant concerns – video", - "description": "

    Speaking on Sky's Trevor Phillips on Sunday programme, the health secretary said the government's measures, including compulsory masks on public transport and in shops, were 'proportionate and balanced'

    Continue reading...", - "content": "

    Speaking on Sky's Trevor Phillips on Sunday programme, the health secretary said the government's measures, including compulsory masks on public transport and in shops, were 'proportionate and balanced'

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/nov/28/sajid-javid-christmas-will-be-great-despite-omicron-variant-concerns-video", + "title": "'An attack on our health system': Austria's chancellor condemns anti-vaxxers – video", + "description": "

    Austria is to go into a national lockdown to contain a fourth wave of coronavirus cases, the chancellor, Alexander Schallenberg, announced on Friday, as new infections hit a record high amid a pandemic surge across Europe. Despite all the persuasion and campaigns, too few people had decided to get vaccinated, Schallenberg said, leaving the country no other choice but to introduce mandatory vaccinations in February

    Continue reading...", + "content": "

    Austria is to go into a national lockdown to contain a fourth wave of coronavirus cases, the chancellor, Alexander Schallenberg, announced on Friday, as new infections hit a record high amid a pandemic surge across Europe. Despite all the persuasion and campaigns, too few people had decided to get vaccinated, Schallenberg said, leaving the country no other choice but to introduce mandatory vaccinations in February

    Continue reading...", + "category": "Austria", + "link": "https://www.theguardian.com/world/video/2021/nov/19/an-attack-on-our-health-system-austrias-chancellor-condemns-anti-vaxxers-video", "creator": "", - "pubDate": "2021-11-28T12:45:27Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "2021-11-19T15:52:18Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95a7c2f67b2230c47f816b995c674779" + "hash": "f1620dae01bdf4e7bbb6047a2669102c" }, { - "title": "Two cases of Omicron Covid variant detected in Britain, says health secretary – video", - "description": "

    The first cases of the new B.1.1.529 Covid variant have been identified in the UK. Two people found to be infected with the Omicron variant are self-isolating, according to the health secretary, Sajid Javid

    Continue reading...", - "content": "

    The first cases of the new B.1.1.529 Covid variant have been identified in the UK. Two people found to be infected with the Omicron variant are self-isolating, according to the health secretary, Sajid Javid

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/nov/27/two-cases-omicron-covid-variant-detected-britain-health-secretary-video", - "creator": "", - "pubDate": "2021-11-27T15:04:34Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "WTA’s hardline approach to Peng Shuai presents China with new problem", + "description": "

    Analysis: Up to now sports associations have rapidly backed down from rows with Beijing

    It is perhaps no coincidence that Chinese state media published an email purportedly written by the missing Chinese tennis star Peng Shuai shortly after reports emerged that the Biden administration was considering a “diplomatic boycott” of February’s Winter Olympics in Beijing.

    China says the Games are apolitical and – in the words of its embassy in Washington – “a grand gathering for countries and a fair stage for athletes from all over the world to compete”.

    Continue reading...", + "content": "

    Analysis: Up to now sports associations have rapidly backed down from rows with Beijing

    It is perhaps no coincidence that Chinese state media published an email purportedly written by the missing Chinese tennis star Peng Shuai shortly after reports emerged that the Biden administration was considering a “diplomatic boycott” of February’s Winter Olympics in Beijing.

    China says the Games are apolitical and – in the words of its embassy in Washington – “a grand gathering for countries and a fair stage for athletes from all over the world to compete”.

    Continue reading...", + "category": "China", + "link": "https://www.theguardian.com/world/2021/nov/19/wtas-hardline-approach-to-peng-shuai-presents-china-with-new-problem", + "creator": "Vincent Ni China affairs correspondent", + "pubDate": "2021-11-19T15:10:33Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "017f16d89a5d556bcc15f1dbbb1496b9" + "hash": "287932a37469db5fbbefc5ab1cfc3fb3" }, { - "title": "State-affiliated TV purports to show Ethiopian PM on the battlefront against Tigray rebels – video", - "description": "

    Footage purporting to show Abiy Ahmed on the battlefront of the country’s year-long war against Tigray forces has been broadcast, four days after he announced he would direct the army from there. Wearing military uniform, Abiy said: 'The enemy doesn't know our capabilities and our preparations … Instead of sitting in Addis, we made a change and decided to come to the front'

    Continue reading...", - "content": "

    Footage purporting to show Abiy Ahmed on the battlefront of the country’s year-long war against Tigray forces has been broadcast, four days after he announced he would direct the army from there. Wearing military uniform, Abiy said: 'The enemy doesn't know our capabilities and our preparations … Instead of sitting in Addis, we made a change and decided to come to the front'

    Continue reading...", - "category": "Ethiopia", - "link": "https://www.theguardian.com/world/video/2021/nov/26/state-affiliated-tv-ethiopian-pm-on-the-battlefront-video", - "creator": "", - "pubDate": "2021-11-26T17:03:59Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Do long jail sentences stop crime? We ask the expert", + "description": "

    Penelope Gibbs, former magistrate and founder of Transform Justice, on whether harsher sentences are effective

    Until recently, the subject of criminal punishment hasn’t been a massive concern for the public (putting aside that small demographic committed to a “hang ’em all!” approach). But in the wake of Sarah Everard’s murder, calls for misogyny to become a hate crime have gone from a whisper to a roar. That change would give judges the power to increase sentences when misogyny was found to be an aggravating factor in a crime. But would harsher sentences do much to stop such crimes happening? I asked Penelope Gibbs, former magistrate and founder of Transform Justice, a charity campaigning for a more effective justice system.

    Did you hear about the Thai fraudster who was sentenced to jail for more than 13,000 years? I guess they needed a number to describe ‘throwing away the key’. Are long sentences becoming more common?
    I don’t know about across the world, but I can tell you that in England and Wales sentences have been getting steadily longer over the past decade, by roughly 20%.

    Continue reading...", + "content": "

    Penelope Gibbs, former magistrate and founder of Transform Justice, on whether harsher sentences are effective

    Until recently, the subject of criminal punishment hasn’t been a massive concern for the public (putting aside that small demographic committed to a “hang ’em all!” approach). But in the wake of Sarah Everard’s murder, calls for misogyny to become a hate crime have gone from a whisper to a roar. That change would give judges the power to increase sentences when misogyny was found to be an aggravating factor in a crime. But would harsher sentences do much to stop such crimes happening? I asked Penelope Gibbs, former magistrate and founder of Transform Justice, a charity campaigning for a more effective justice system.

    Did you hear about the Thai fraudster who was sentenced to jail for more than 13,000 years? I guess they needed a number to describe ‘throwing away the key’. Are long sentences becoming more common?
    I don’t know about across the world, but I can tell you that in England and Wales sentences have been getting steadily longer over the past decade, by roughly 20%.

    Continue reading...", + "category": "Social trends", + "link": "https://www.theguardian.com/lifeandstyle/2021/nov/19/do-long-jail-sentences-stop-we-ask-the-expert", + "creator": "Coco Khan", + "pubDate": "2021-11-19T15:00:02Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a035b22a38a927954791fd8b663a2cee" + "hash": "a5a5a467125facba7845054008386f24" }, { - "title": "Macron attacks Johnson for trying to negotiate migration crisis via tweets – video", - "description": "

    The French president, Emmanuel Macron, has reprimanded Boris Johnson for trying to negotiate with him about stopping people crossing the Channel in public, via Twitter. He said he was 'surprised' by Johnson’s decision to communicate with him in this way, because it was 'not serious'. He added: 'We don’t communicate by tweets'

    Continue reading...", - "content": "

    The French president, Emmanuel Macron, has reprimanded Boris Johnson for trying to negotiate with him about stopping people crossing the Channel in public, via Twitter. He said he was 'surprised' by Johnson’s decision to communicate with him in this way, because it was 'not serious'. He added: 'We don’t communicate by tweets'

    Continue reading...", - "category": "Emmanuel Macron", - "link": "https://www.theguardian.com/australia-news/video/2021/nov/26/macron-attacks-johnson-for-trying-to-negotiate-migration-crisis-via-tweets-video", - "creator": "", - "pubDate": "2021-11-26T12:37:33Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Abducted Afghan psychiatrist found dead weeks after disappearance", + "description": "

    Family say the body of Dr Nader Alemi, who was taken by armed men in September, showed signs of torture

    One of Afghanistan’s most prominent psychiatrists, who was abducted by armed men in September, has been found dead, his family has confirmed.

    Dr Nader Alemi’s daughter, Manizheh Abreen, said that her father had been tortured before he died.

    Continue reading...", + "content": "

    Family say the body of Dr Nader Alemi, who was taken by armed men in September, showed signs of torture

    One of Afghanistan’s most prominent psychiatrists, who was abducted by armed men in September, has been found dead, his family has confirmed.

    Dr Nader Alemi’s daughter, Manizheh Abreen, said that her father had been tortured before he died.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/19/abducted-afghan-psychiatrist-found-dead-weeks-after-disappearance", + "creator": "Haroon Janjua in Islamabad", + "pubDate": "2021-11-19T14:44:35Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e33bfa4e5ff16665cfffd2c753afe2c2" + "hash": "7553aed7889a0a24079dbb247451bf88" }, { - "title": "Bosnian Serb leader: Putin and China will help if west imposes sanctions", - "description": "

    Exclusive: Milorad Dodik dismisses fears Serb separatists are planning breakup of Bosnia-Herzegovina

    The Bosnian Serb leader accused of risking war by pursuing the breakup of Bosnia-Herzegovina has dismissed the threat of western sanctions and hinted at an imminent summit with Vladimir Putin, saying: “I was not elected to be a coward”.

    In an interview with the Guardian, Milorad Dodik, the Serb member of the tripartite leadership of Bosnia-Herzegovina, said he would not be deterred by the outcry from London, Washington, Berlin and Brussels.

    Continue reading...", - "content": "

    Exclusive: Milorad Dodik dismisses fears Serb separatists are planning breakup of Bosnia-Herzegovina

    The Bosnian Serb leader accused of risking war by pursuing the breakup of Bosnia-Herzegovina has dismissed the threat of western sanctions and hinted at an imminent summit with Vladimir Putin, saying: “I was not elected to be a coward”.

    In an interview with the Guardian, Milorad Dodik, the Serb member of the tripartite leadership of Bosnia-Herzegovina, said he would not be deterred by the outcry from London, Washington, Berlin and Brussels.

    Continue reading...", - "category": "Bosnia-Herzegovina", - "link": "https://www.theguardian.com/world/2021/nov/29/bosnian-serb-leader-putin-and-china-will-help-if-west-imposes-sanctions", - "creator": "Daniel Boffey in Banja Luka, Bosnia-Herzegovina", - "pubDate": "2021-11-29T05:00:46Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Marry Me: do you take the J-Lo/Owen Wilson romcom to be the weirdest film of 2022?", + "description": "

    Jennifer Lopez proposes to Owen Wilson, a maths teacher she’s never met. What was she thinking? How will it end? And does anyone care?

    Nobody really wants it to be 2021, do they? A vicious global pandemic is about to enter its third year, the world is on fire and populist politics threatens to overturn democracy as we know it. Some people have reacted to these terrible times by trying to change things. Others are willing themselves back to a more innocent era.

    By “others”, I mean Jennifer Lopez and Owen Wilson, who are doing their level best to make it 2005 again. How? By making a romcom, that’s how. If this was a decade and a half ago, then Marry Me would automatically be one of the biggest hits of the year, bringing together the unstoppable forces responsible for Maid in Manhattan and Wedding Crashers. But it isn’t 2005, it’s 2021, and the thought of watching Lopez and Wilson shuffle through a romcom together is baffling. Perhaps it’d help to go through the Marry Me trailer beat by beat.

    Continue reading...", + "content": "

    Jennifer Lopez proposes to Owen Wilson, a maths teacher she’s never met. What was she thinking? How will it end? And does anyone care?

    Nobody really wants it to be 2021, do they? A vicious global pandemic is about to enter its third year, the world is on fire and populist politics threatens to overturn democracy as we know it. Some people have reacted to these terrible times by trying to change things. Others are willing themselves back to a more innocent era.

    By “others”, I mean Jennifer Lopez and Owen Wilson, who are doing their level best to make it 2005 again. How? By making a romcom, that’s how. If this was a decade and a half ago, then Marry Me would automatically be one of the biggest hits of the year, bringing together the unstoppable forces responsible for Maid in Manhattan and Wedding Crashers. But it isn’t 2005, it’s 2021, and the thought of watching Lopez and Wilson shuffle through a romcom together is baffling. Perhaps it’d help to go through the Marry Me trailer beat by beat.

    Continue reading...", + "category": "Film", + "link": "https://www.theguardian.com/film/2021/nov/19/marry-me-do-you-take-the-j-loowen-wilson-romcom-to-be-the-weirdest-film-of-2022", + "creator": "Stuart Heritage", + "pubDate": "2021-11-19T14:42:26Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef6e57fcee23b800238a46e08f70770b" + "hash": "6cc82fac7c44ac39ca2917277b358eda" }, { - "title": "Ghislaine Maxwell sex-trafficking trial to go before jury on Monday", - "description": "

    Maxwell charged with six counts related to her alleged involvement in financier Jeffrey Epstein’s sexual abuse of teen girls

    Ghislaine Maxwell’s much-awaited sex trafficking trial in Manhattan will finally go before a jury on Monday, with opening statements. The panel of 12 jurors and six alternates that will weigh Maxwell’s fate was decided around 10am local time.

    Maxwell, 59, has pleaded not guilty on six counts related to her alleged involvement in the late financier Jeffrey Epstein’s sexual abuse of teen girls, some as young as 14.

    Continue reading...", - "content": "

    Maxwell charged with six counts related to her alleged involvement in financier Jeffrey Epstein’s sexual abuse of teen girls

    Ghislaine Maxwell’s much-awaited sex trafficking trial in Manhattan will finally go before a jury on Monday, with opening statements. The panel of 12 jurors and six alternates that will weigh Maxwell’s fate was decided around 10am local time.

    Maxwell, 59, has pleaded not guilty on six counts related to her alleged involvement in the late financier Jeffrey Epstein’s sexual abuse of teen girls, some as young as 14.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/nov/29/ghislaine-maxwell-sex-trafficking-trial", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-11-29T15:16:52Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Diagnosis is rebirth’: women who found out they were autistic as adults", + "description": "

    Women from around the world describe the life-changing impact of finally receiving a diagnosis

    Less than 20 hours after asking women who had received a late diagnosis of autism, we received 139 replies from around the world.

    There were women whose lives had been scarred by victimisation, from bullying to rape, because without a diagnosis they did not know they were highly vulnerable to manipulation and abuse.

    Continue reading...", + "content": "

    Women from around the world describe the life-changing impact of finally receiving a diagnosis

    Less than 20 hours after asking women who had received a late diagnosis of autism, we received 139 replies from around the world.

    There were women whose lives had been scarred by victimisation, from bullying to rape, because without a diagnosis they did not know they were highly vulnerable to manipulation and abuse.

    Continue reading...", + "category": "Autism", + "link": "https://www.theguardian.com/society/2021/nov/19/diagnosis-women-autism-later-life", + "creator": "Amelia Hill", + "pubDate": "2021-11-19T14:36:02Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a5853e331b9a80423c498bc947e8edf" + "hash": "218a3c450632fa78fee6bde5ea4aeaaf" }, { - "title": "UK Covid live: Sajid Javid makes statement to MPs on Omicron variant and booster vaccines", - "description": "

    Move comes as more cases of Omicron variant identified in UK

    Sturgeon stresses that there is “a huge amount that we do not yet know” about the variant.

    The number of mutations suggest it might be more transmissible. But more data and analysis is required, and if it is more transmissible, they will have to find out by how much.

    Continue reading...", - "content": "

    Move comes as more cases of Omicron variant identified in UK

    Sturgeon stresses that there is “a huge amount that we do not yet know” about the variant.

    The number of mutations suggest it might be more transmissible. But more data and analysis is required, and if it is more transmissible, they will have to find out by how much.

    Continue reading...", - "category": "Politics", - "link": "https://www.theguardian.com/politics/live/2021/nov/29/uk-covid-live-omicron-cases-england-scotland-health-minister-vaccines-coronavirus-latest-update", - "creator": "Andrew Sparrow", - "pubDate": "2021-11-29T16:18:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "First known Covid case was Wuhan market vendor, says scientist", + "description": "

    Claim will reignite debate about origins of pandemic, a continuing source of tension between US and China

    The first known Covid-19 case was a vendor at the live-animal market in Wuhan, according to a scientist who has scrutinised public accounts of the earliest cases in China.

    The chronology is at odds with a timeline laid out in an influential World Health Organization (WHO) report, which suggested an accountant with no apparent link to the Hunan market was the first known case.

    Continue reading...", + "content": "

    Claim will reignite debate about origins of pandemic, a continuing source of tension between US and China

    The first known Covid-19 case was a vendor at the live-animal market in Wuhan, according to a scientist who has scrutinised public accounts of the earliest cases in China.

    The chronology is at odds with a timeline laid out in an influential World Health Organization (WHO) report, which suggested an accountant with no apparent link to the Hunan market was the first known case.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/19/first-covid-patient-in-wuhan-was-at-animal-market-study-finds", + "creator": "Hannah Devlin Science correspondent", + "pubDate": "2021-11-19T14:08:44Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ada680a66615d1053e3095fc3879de34" + "hash": "2a7d37ff561589a7ff4f96006ba01995" }, { - "title": "Nursing unions around world call for UN action on Covid vaccine patents", - "description": "

    Bodies in 28 countries file appeal for waiver of intellectual property agreement and end to ‘grossly unjust’ distribution of jabs

    Nursing unions in 28 countries have filed a formal appeal with the United Nations over the refusal of the UK, EU and others to temporarily waive patents for Covid vaccines, saying this has cost huge numbers of lives in developing nations.

    The letter, sent on Monday on behalf of unions representing more than 2.5 million healthcare workers, said staff have witnessed at first hand the “staggering numbers of deaths and the immense suffering caused by political inaction”.

    Continue reading...", - "content": "

    Bodies in 28 countries file appeal for waiver of intellectual property agreement and end to ‘grossly unjust’ distribution of jabs

    Nursing unions in 28 countries have filed a formal appeal with the United Nations over the refusal of the UK, EU and others to temporarily waive patents for Covid vaccines, saying this has cost huge numbers of lives in developing nations.

    The letter, sent on Monday on behalf of unions representing more than 2.5 million healthcare workers, said staff have witnessed at first hand the “staggering numbers of deaths and the immense suffering caused by political inaction”.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/29/nursing-unions-around-world-call-for-un-action-on-covid-vaccine-patents", - "creator": "Peter Walker Political correspondent", - "pubDate": "2021-11-29T06:00:47Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Modi repeals controversial laws in surprise victory for Indian farmers – video report", + "description": "

    Narendra Modi has announced he will repeal three contentious farm laws that prompted a year of protests and unrest in India, in one of the most significant concessions made by his government and a huge victory for India’s farmers. They had fought hard for the repeal of what the farmers called the 'black laws' that put their livelihoods at risk and gave private corporations control over the pricing of their crops

    Continue reading...", + "content": "

    Narendra Modi has announced he will repeal three contentious farm laws that prompted a year of protests and unrest in India, in one of the most significant concessions made by his government and a huge victory for India’s farmers. They had fought hard for the repeal of what the farmers called the 'black laws' that put their livelihoods at risk and gave private corporations control over the pricing of their crops

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/video/2021/nov/19/modi-repeals-controversial-laws-victory-indian-farmers-video-report", + "creator": "Maheen Sadiq", + "pubDate": "2021-11-19T14:07:16Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72e6064767eec3e533b4648f7d23e5a2" + "hash": "4f1255a05b37e156c4f1a0f19c1d1681" }, { - "title": "Trust in scientists soared in Australia and New Zealand during Covid pandemic, poll finds", - "description": "

    Gallup survey reveals the two countries have the world’s highest levels of trust in scientists, with 62% saying they trust them ‘a lot’

    As the Covid-19 pandemic raged, New Zealanders and Australians developed the world’s highest levels of trust in scientists, newly released survey data has found – and those trust levels soared as the global crisis evolved.

    The Wellcome Global Monitor, conducted by Gallup, surveyed 119,000 people across 113 countries. It found 62% of the two countries’ citizens said they trusted scientists “a lot”, compared with a global average of 41%. While trust in scientists had increased around the world since 2018, the portion who said they trusted scientists a lot jumped 15 percentage points in Australia and New Zealand, compared with nine points elsewhere. In 2018, western Europe had had the highest levels of trust in scientists, but they were overtaken in the past two years.

    Continue reading...", - "content": "

    Gallup survey reveals the two countries have the world’s highest levels of trust in scientists, with 62% saying they trust them ‘a lot’

    As the Covid-19 pandemic raged, New Zealanders and Australians developed the world’s highest levels of trust in scientists, newly released survey data has found – and those trust levels soared as the global crisis evolved.

    The Wellcome Global Monitor, conducted by Gallup, surveyed 119,000 people across 113 countries. It found 62% of the two countries’ citizens said they trusted scientists “a lot”, compared with a global average of 41%. While trust in scientists had increased around the world since 2018, the portion who said they trusted scientists a lot jumped 15 percentage points in Australia and New Zealand, compared with nine points elsewhere. In 2018, western Europe had had the highest levels of trust in scientists, but they were overtaken in the past two years.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/29/trust-in-scientists-soared-in-australia-and-new-zealand-during-covid-pandemic-poll-finds", - "creator": "Tess McClure in Christchurch", - "pubDate": "2021-11-29T11:00:45Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘It was mind-boggling’: Richard Gere on the rescue boat at the heart of Salvini trial", + "description": "

    Exclusive: the Hollywood actor, who lawyers have listed as a key witness, describes scenes of desperation on the Open Arms vessel

    The Hollywood actor Richard Gere has revealed for the first time the full story behind his mercy mission to the NGO rescue boat Open Arms as he prepares to testify as a witness against Italy’s former interior minister and far-right leader, Matteo Salvini, who is on trial for attempting to block the 147 people onboard from landing in Italy.

    In an exclusive interview with the Guardian, Gere, 72, who lawyers have listed as a key witness to the situation aboard the NGO rescue boat Open Arms, described the scenes of desperation he saw when he arrived on the vessel being held off the Italian island of Lampedusa in the summer of 2019 with conditions rapidly deteriorating.

    Continue reading...", + "content": "

    Exclusive: the Hollywood actor, who lawyers have listed as a key witness, describes scenes of desperation on the Open Arms vessel

    The Hollywood actor Richard Gere has revealed for the first time the full story behind his mercy mission to the NGO rescue boat Open Arms as he prepares to testify as a witness against Italy’s former interior minister and far-right leader, Matteo Salvini, who is on trial for attempting to block the 147 people onboard from landing in Italy.

    In an exclusive interview with the Guardian, Gere, 72, who lawyers have listed as a key witness to the situation aboard the NGO rescue boat Open Arms, described the scenes of desperation he saw when he arrived on the vessel being held off the Italian island of Lampedusa in the summer of 2019 with conditions rapidly deteriorating.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/19/richard-gere-open-arms-rescue-boat-heart-of-salvini-trial", + "creator": "Lorenzo Tondo in Palermo", + "pubDate": "2021-11-19T14:00:00Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "528fa6583cc3d33766060b7f4c6e970f" + "hash": "52a01a7e7844b2a3cd4ef8ddc11b8e0a" }, { - "title": "Sam Mendes on Stephen Sondheim: ‘He was passionate, utterly open and sharp as a knife’", - "description": "

    From their exhilarating collaborations to a supper for two that ended in tears, the director shares his most personal memories of the musicals legend who took theatre to extraordinary new heights

    He kept a selection of grooming utensils in his guest bathroom: nail scissors, implements for trimming nose hair, that sort of thing. He had a slightly shambolic air, and a listing gait, like a grad student impersonating a grownup, or as if his nanny had brushed his hair for him that morning. He would rock his head back when he talked and often spoke with his eyes closed, like someone communing with a higher power, which he probably was. His latest enthusiasms were always near the surface – to hear him speak about Rory Kinnear’s Hamlet, for example, was to make one want to go and see it all over again (he actually flew a group of his New York friends to London to see the production). He was equally expressive in his condemnation of work he didn’t care for. He was passionate, opinionated, uningratiating, sharp as a knife.

    Until his later years, when he chose to spend more time in Connecticut, he was all New York. Steve saw everything: he taught me how to calculate exactly the amount of time it would take to walk to each individual theatre by judging how many blocks east to west (five minutes per block) and north to south (two minutes). For this particular wide-eyed Brit, Steve’s life on East 49th Street was a dream of New York in the 20th century. A beautiful brownstone, wood-panelled, with walls full of framed word games and puzzles. A grand piano looked out on a walled garden filled with vines and flowers.

    Continue reading...", - "content": "

    From their exhilarating collaborations to a supper for two that ended in tears, the director shares his most personal memories of the musicals legend who took theatre to extraordinary new heights

    He kept a selection of grooming utensils in his guest bathroom: nail scissors, implements for trimming nose hair, that sort of thing. He had a slightly shambolic air, and a listing gait, like a grad student impersonating a grownup, or as if his nanny had brushed his hair for him that morning. He would rock his head back when he talked and often spoke with his eyes closed, like someone communing with a higher power, which he probably was. His latest enthusiasms were always near the surface – to hear him speak about Rory Kinnear’s Hamlet, for example, was to make one want to go and see it all over again (he actually flew a group of his New York friends to London to see the production). He was equally expressive in his condemnation of work he didn’t care for. He was passionate, opinionated, uningratiating, sharp as a knife.

    Until his later years, when he chose to spend more time in Connecticut, he was all New York. Steve saw everything: he taught me how to calculate exactly the amount of time it would take to walk to each individual theatre by judging how many blocks east to west (five minutes per block) and north to south (two minutes). For this particular wide-eyed Brit, Steve’s life on East 49th Street was a dream of New York in the 20th century. A beautiful brownstone, wood-panelled, with walls full of framed word games and puzzles. A grand piano looked out on a walled garden filled with vines and flowers.

    Continue reading...", - "category": "Stephen Sondheim", - "link": "https://www.theguardian.com/stage/2021/nov/29/sam-mendes-stephen-sondheim-passionate-sharp-knife-musicals", - "creator": "Sam Mendes", - "pubDate": "2021-11-29T11:39:00Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘We are more powerful than Modi’: Indian farmers celebrate U-turn on laws", + "description": "

    Camp outside Delhi cheers after PM announced revoking of farm laws following a year of protests

    The scent of victory was in the air. As tractors rolled through the protest camp on the outskirts of Delhi set up by farmers almost exactly a year ago, rousing cries of “long live the revolution” and “we defeated Modi” rang out. Old men with trailing silver beards and rainbow turbans danced on tractor roofs and flag-waving children were held up high.

    “For one year we have been at war,” said Ranjeet Singh, 32. “We have suffered, people have died. But today farmers won the war.”

    Continue reading...", + "content": "

    Camp outside Delhi cheers after PM announced revoking of farm laws following a year of protests

    The scent of victory was in the air. As tractors rolled through the protest camp on the outskirts of Delhi set up by farmers almost exactly a year ago, rousing cries of “long live the revolution” and “we defeated Modi” rang out. Old men with trailing silver beards and rainbow turbans danced on tractor roofs and flag-waving children were held up high.

    “For one year we have been at war,” said Ranjeet Singh, 32. “We have suffered, people have died. But today farmers won the war.”

    Continue reading...", + "category": "India", + "link": "https://www.theguardian.com/world/2021/nov/19/we-are-more-powerful-than-modi-indian-farmers-celebrate-laws-repealing", + "creator": "Hannah Ellis-Petersen in Singhu", + "pubDate": "2021-11-19T13:39:57Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d2d2180a2d31cbcd0b274894ba4ff08f" + "hash": "9d4d1c0cf54c8da3cb5bc51256e3262e" }, { - "title": "‘I owe an enormous debt to therapy!’ Rita Moreno on West Side Story, dating Brando and joy at 90", - "description": "

    She overcame racism and abuse to break Hollywood, romanced Brando, dated Elvis to make him jealous, fought hard for civil rights and won an Egot. Now in her 10th decade, she is busier and happier than ever

    Rita Moreno pops up on my computer screen in a bright red hat, huge pendant necklace and tortoiseshell glasses. “Well, here I am in my full glory,” she says from her home in Berkeley, California. And glorious she sure is. Moreno is a couple of weeks short of her 90th birthday, but look at her and you would knock off 20 years. Listen to her and you would knock off another 50.

    Can I wish you an advance happy birthday, I ask. “Yes, you can. Isn’t it exciting?” Moreno is one of the acting greats. But she could have been so much greater. She is one of only six women to have bagged the Egot (Emmy, Grammy, Oscar and Tony awards), alongside Helen Hayes, Audrey Hepburn, Barbra Streisand, Whoopi Goldberg and Liza Minnelli. Yet she has spent much of her career battling typecasting or simply not being cast at all.

    Continue reading...", - "content": "

    She overcame racism and abuse to break Hollywood, romanced Brando, dated Elvis to make him jealous, fought hard for civil rights and won an Egot. Now in her 10th decade, she is busier and happier than ever

    Rita Moreno pops up on my computer screen in a bright red hat, huge pendant necklace and tortoiseshell glasses. “Well, here I am in my full glory,” she says from her home in Berkeley, California. And glorious she sure is. Moreno is a couple of weeks short of her 90th birthday, but look at her and you would knock off 20 years. Listen to her and you would knock off another 50.

    Can I wish you an advance happy birthday, I ask. “Yes, you can. Isn’t it exciting?” Moreno is one of the acting greats. But she could have been so much greater. She is one of only six women to have bagged the Egot (Emmy, Grammy, Oscar and Tony awards), alongside Helen Hayes, Audrey Hepburn, Barbra Streisand, Whoopi Goldberg and Liza Minnelli. Yet she has spent much of her career battling typecasting or simply not being cast at all.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/lifeandstyle/2021/nov/29/i-owe-an-enormous-debt-to-therapy-rita-moreno-on-west-side-story-dating-brando-and-joy-at-90", - "creator": "Simon Hattenstone", - "pubDate": "2021-11-29T06:00:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "As millions face famine #CongoIsStarving is calling on Joe Biden to help | Vava Tampa", + "description": "

    Only a UN tribunal, sponsored by the US president, can end the culture of impunity fuelling violence and poverty in the DRC

    The numbers are difficult to absorb. According to a new IPC report, a record 27 million Congolese – roughly a quarter of the Democratic Republic of the Congo’s (DRC’s) population – are facing hunger, with 860,000 children under five acutely malnourished. The DRC is home to more starving people than any other country in the world. This could have been prevented.

    Without faith that their own president Félix Tshisekedi will act, people are turning to the US president, hoping that lobbying using the hashtag #CongoIsStarving on Twitter will urge Joe Biden to back the creation of an international criminal tribunal for the DRC to end the impunity fuelling violence and famine risk. Shockingly, it could be that simple to bring an end to this suffering; we are asking for solidarity, not charity, to save lives and end this nightmarish crisis.

    Continue reading...", + "content": "

    Only a UN tribunal, sponsored by the US president, can end the culture of impunity fuelling violence and poverty in the DRC

    The numbers are difficult to absorb. According to a new IPC report, a record 27 million Congolese – roughly a quarter of the Democratic Republic of the Congo’s (DRC’s) population – are facing hunger, with 860,000 children under five acutely malnourished. The DRC is home to more starving people than any other country in the world. This could have been prevented.

    Without faith that their own president Félix Tshisekedi will act, people are turning to the US president, hoping that lobbying using the hashtag #CongoIsStarving on Twitter will urge Joe Biden to back the creation of an international criminal tribunal for the DRC to end the impunity fuelling violence and famine risk. Shockingly, it could be that simple to bring an end to this suffering; we are asking for solidarity, not charity, to save lives and end this nightmarish crisis.

    Continue reading...", + "category": "Global development", + "link": "https://www.theguardian.com/global-development/2021/nov/19/as-millions-face-famine-congo-is-starving-is-calling-on-joe-biden-to-help", + "creator": "Vava Tampa", + "pubDate": "2021-11-19T12:40:13Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c397fbc8ef1e7ae57da2d6ed015ffd66" + "hash": "e13f3aaf53cbb5667dbafb0090a2b89e" }, { - "title": "Arizona students seek Kyle Rittenhouse removal from online nursing classes", - "description": "
    • Group at Arizona State University demand teen be banned
    • Rittenhouse acquitted of murder during Kenosha protests

    A small but vocal alliance of left-leaning students at Arizona State University (ASU) is demanding Kyle Rittenhouse be removed from online classes, despite the teen’s acquittal this month on charges of murdering two men and injuring another during protests for racial justice in Wisconsin last year.

    The 18-year-old has been celebrated in rightwing circles after a jury decided he acted in self-defense when killing and wounding the men in Kenosha in August 2020.

    Continue reading...", - "content": "
    • Group at Arizona State University demand teen be banned
    • Rittenhouse acquitted of murder during Kenosha protests

    A small but vocal alliance of left-leaning students at Arizona State University (ASU) is demanding Kyle Rittenhouse be removed from online classes, despite the teen’s acquittal this month on charges of murdering two men and injuring another during protests for racial justice in Wisconsin last year.

    The 18-year-old has been celebrated in rightwing circles after a jury decided he acted in self-defense when killing and wounding the men in Kenosha in August 2020.

    Continue reading...", - "category": "Kyle Rittenhouse", - "link": "https://www.theguardian.com/us-news/2021/nov/29/kyle-rittenhouse-arizona-statue-university-classes", - "creator": "Richard Luscombe", - "pubDate": "2021-11-29T16:12:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Good or bad? Top cardiologist gives verdict on chocolate, coffee and wine", + "description": "

    Exclusive: Prof Thomas Lüscher assesses the heart healthiness of some of our favourite treats

    Dark chocolate is a “joy” when it comes to keeping your heart healthy, coffee is likely protective, but wine is at best “neutral”, according to one of the world’s leading cardiologists.

    As editor of the European Heart Journal for more than a decade, Prof Thomas Lüscher led a team that sifted through 3,200 manuscripts from scientists and doctors every year. Only a fraction – those deemed “truly novel” and backed up with “solid data” – would be selected for publication.

    Continue reading...", + "content": "

    Exclusive: Prof Thomas Lüscher assesses the heart healthiness of some of our favourite treats

    Dark chocolate is a “joy” when it comes to keeping your heart healthy, coffee is likely protective, but wine is at best “neutral”, according to one of the world’s leading cardiologists.

    As editor of the European Heart Journal for more than a decade, Prof Thomas Lüscher led a team that sifted through 3,200 manuscripts from scientists and doctors every year. Only a fraction – those deemed “truly novel” and backed up with “solid data” – would be selected for publication.

    Continue reading...", + "category": "Health", + "link": "https://www.theguardian.com/society/2021/nov/19/good-or-bad-top-cardiologist-gives-verdict-chocolate-coffee-wine", + "creator": "Andrew Gregory Health editor", + "pubDate": "2021-11-19T12:29:35Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "83c8f074f1c13c6ff1c31a9ec982efa1" + "hash": "3b8d572357562a5712b407d7c98b8f92" }, { - "title": "The Last Matinee review – giallo-style slasher gets its knives into cinema audience", - "description": "

    Maximiliano Contenti’s horror flick attempts to unpick voyeurism but lacks the sophistication of others in the genre

    Nostalgia for idiosyncratic analogue film style is the simplest explanation for the recent giallo revival – but maybe there’s more to it than that. This most stylised of horror modes is perfect for our over-aestheticised age, so the newcomers – such as Berberian Sound Studio, Censor and Sound of Violence – make artists and viewers accessories to violence, often unleashed through that giallo mainstay, the power of the gaze. Set almost entirely in a tatty Montevideo rep cinema, Uruguayan slasher The Last Matinee joins this voyeuristic club, even if it ends up more in the raw than the refined camp.

    On a rainswept night in 1993, engineering student Ana (Luciana Grasso) insists on taking over projectionist duties for a screening of Frankenstein: Day of the Beast (an in-joke – it was released in 2011 and was directed by Ricardo Islas, who plays the killer here). She shuts herself in the booth, trying to ignore the inane banter of usher Mauricio (Pedro Duarte) – but neither have noticed a heavy-set trenchcoated bogeyman enter the auditorium to size up that night’s film faithful: three teenagers, an awkward couple on a first date, a flat-capped pensioner and a underage kid stowaway (Franco Durán).

    Continue reading...", - "content": "

    Maximiliano Contenti’s horror flick attempts to unpick voyeurism but lacks the sophistication of others in the genre

    Nostalgia for idiosyncratic analogue film style is the simplest explanation for the recent giallo revival – but maybe there’s more to it than that. This most stylised of horror modes is perfect for our over-aestheticised age, so the newcomers – such as Berberian Sound Studio, Censor and Sound of Violence – make artists and viewers accessories to violence, often unleashed through that giallo mainstay, the power of the gaze. Set almost entirely in a tatty Montevideo rep cinema, Uruguayan slasher The Last Matinee joins this voyeuristic club, even if it ends up more in the raw than the refined camp.

    On a rainswept night in 1993, engineering student Ana (Luciana Grasso) insists on taking over projectionist duties for a screening of Frankenstein: Day of the Beast (an in-joke – it was released in 2011 and was directed by Ricardo Islas, who plays the killer here). She shuts herself in the booth, trying to ignore the inane banter of usher Mauricio (Pedro Duarte) – but neither have noticed a heavy-set trenchcoated bogeyman enter the auditorium to size up that night’s film faithful: three teenagers, an awkward couple on a first date, a flat-capped pensioner and a underage kid stowaway (Franco Durán).

    Continue reading...", - "category": "Horror films", - "link": "https://www.theguardian.com/film/2021/nov/29/the-last-matinee-review-maximiliano-contenti-giallo-genre-voyeurism", - "creator": "Phil Hoad", - "pubDate": "2021-11-29T16:00:05Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘Storm clouds’ over Europe – but UK Covid rates remain high", + "description": "

    Analysis: likes of Slovakia and Austria have worse figures but UK’s have topped EU average for months

    As Covid infection rates surged again across Europe, Boris Johnson spoke this week of “storm clouds gathering” over parts of the continent and said it was unclear when or how badly the latest wave would “wash up on our shores”.

    The situation in some EU member states, particularly those with low vaccination rates, is indeed dramatic. In central and eastern Europe in particular, but also Austria, Belgium and the Netherlands, case numbers are rocketing.

    Continue reading...", + "content": "

    Analysis: likes of Slovakia and Austria have worse figures but UK’s have topped EU average for months

    As Covid infection rates surged again across Europe, Boris Johnson spoke this week of “storm clouds gathering” over parts of the continent and said it was unclear when or how badly the latest wave would “wash up on our shores”.

    The situation in some EU member states, particularly those with low vaccination rates, is indeed dramatic. In central and eastern Europe in particular, but also Austria, Belgium and the Netherlands, case numbers are rocketing.

    Continue reading...", + "category": "Coronavirus", + "link": "https://www.theguardian.com/world/2021/nov/19/storm-clouds-over-europe-but-uk-covid-rates-remain-higher", + "creator": "Jon Henley Europe correspondent", + "pubDate": "2021-11-19T12:25:02Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be0bcab773fc21c0922c5c7d7ac82f70" + "hash": "f1d486951615eb7e842cbbe8d49adae5" }, { - "title": "Disney+ channel launches in Hong Kong, without the Simpsons Tiananmen Square episode", - "description": "

    Streaming channel went live this month, but without an episode in which the family visit China

    An episode of the Simpsons in which the cartoon American family visit Tiananmen Square is absent from Disney’s streaming channel in Hong Kong, at a time when authorities are clamping down on dissent.

    The missing episode adds to concerns that mainland-style censorship is becoming the norm in the international business hub, ensnaring global streaming giants and other major tech companies.

    Continue reading...", - "content": "

    Streaming channel went live this month, but without an episode in which the family visit China

    An episode of the Simpsons in which the cartoon American family visit Tiananmen Square is absent from Disney’s streaming channel in Hong Kong, at a time when authorities are clamping down on dissent.

    The missing episode adds to concerns that mainland-style censorship is becoming the norm in the international business hub, ensnaring global streaming giants and other major tech companies.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/nov/29/disney-channel-launches-in-hong-kong-without-the-simpsons-tiananmen-square-episode", - "creator": "Agence France-Presse", - "pubDate": "2021-11-29T06:51:29Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Rap battles return in Rio’s City of God – in pictures", + "description": "

    Artists in the favela are starting to compete again after the Covid-19 pandemic curtailed public gatherings, a show that signals a return to normality for music lovers

    Continue reading...", + "content": "

    Artists in the favela are starting to compete again after the Covid-19 pandemic curtailed public gatherings, a show that signals a return to normality for music lovers

    Continue reading...", + "category": "Brazil", + "link": "https://www.theguardian.com/world/gallery/2021/nov/19/rap-battles-return-in-rio-city-of-god-in-pictures", + "creator": "Silvia Izquierdo/AP", + "pubDate": "2021-11-19T10:33:46Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e88ff5a111d48594f3c00c5ae98e2e5" + "hash": "89d1215fd92fef4b87c9db593af0c38a" }, { - "title": "David Gulpilil, a titanic force in Australian cinema, dies after lung cancer diagnosis", - "description": "

    The Indigenous actor, who was in his late 60s when he died, helped shape the history of Australian film

    Indigenous actor David Gulpilil, one of Australia’s greatest artists, has died four years after he was diagnosed with lung cancer.

    “It is with deep sadness that I share with the people of South Australia the passing of an iconic, once-in-a-generation artist who shaped the history of Australian film and Aboriginal representation on screen – David Gulpilil Ridjimiraril Dalaithngu,” the South Australian premier, Steven Marshall, said in a statement on Monday night.

    Continue reading...", - "content": "

    The Indigenous actor, who was in his late 60s when he died, helped shape the history of Australian film

    Indigenous actor David Gulpilil, one of Australia’s greatest artists, has died four years after he was diagnosed with lung cancer.

    “It is with deep sadness that I share with the people of South Australia the passing of an iconic, once-in-a-generation artist who shaped the history of Australian film and Aboriginal representation on screen – David Gulpilil Ridjimiraril Dalaithngu,” the South Australian premier, Steven Marshall, said in a statement on Monday night.

    Continue reading...", - "category": "Indigenous Australians", - "link": "https://www.theguardian.com/australia-news/2021/nov/29/david-gulpilil-a-titanic-force-in-australian-cinema-dies-after-battle-with-lung-cancer", - "creator": "Guardian staff", - "pubDate": "2021-11-29T11:35:45Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘No way around it’: Austrians queue for jabs as unvaccinated told to stay home", + "description": "

    In Linz, jab willingness is rising as police check Covid passports – but confusion remains on what is essential travel

    On a street of shops in the Austrian city of Linz, a stone’s throw from the winding Danube river, two police officers in navy-blue uniforms and peaked white caps stop random passersby to check their vaccine passports.

    Elderly shoppers rummage around in their handbags and comply with a smile, but a fortysomething woman with a nose piercing is less forthcoming: she says she left her immunisation certificate on the kitchen table as she had to dash across town to see a dentist.

    Continue reading...", + "content": "

    In Linz, jab willingness is rising as police check Covid passports – but confusion remains on what is essential travel

    On a street of shops in the Austrian city of Linz, a stone’s throw from the winding Danube river, two police officers in navy-blue uniforms and peaked white caps stop random passersby to check their vaccine passports.

    Elderly shoppers rummage around in their handbags and comply with a smile, but a fortysomething woman with a nose piercing is less forthcoming: she says she left her immunisation certificate on the kitchen table as she had to dash across town to see a dentist.

    Continue reading...", + "category": "Austria", + "link": "https://www.theguardian.com/world/2021/nov/19/austrians-queue-for-covid-jabs-as-unvaccinated-told-to-stay-home", + "creator": "Philip Oltermann in Linz", + "pubDate": "2021-11-19T10:30:02Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e379e4decde079cf94c7644eb982245f" + "hash": "10c33cdfa9760aecab1df372f9cd119e" }, { - "title": "Sajid Javid on latest Covid variant: 'Our scientists are deeply concerned' – video", - "description": "

    The health secretary, Sajid Javid, has announced the UK will temporarily ban flights from several African countries, after the discovery of the B.1.1.529 Covid variant in the region against which vaccines might be less effective.

    Officials characterise the variant, which has double the number of mutations as the currently dominant Delta variant, as the 'worst one yet'.

    Flights from South Africa, Namibia, Botswana, Zimbabwe, Lesotho and Eswatini will be banned from Friday afternoon, and returning British travellers from those destinations will have to quarantine

    Continue reading...", - "content": "

    The health secretary, Sajid Javid, has announced the UK will temporarily ban flights from several African countries, after the discovery of the B.1.1.529 Covid variant in the region against which vaccines might be less effective.

    Officials characterise the variant, which has double the number of mutations as the currently dominant Delta variant, as the 'worst one yet'.

    Flights from South Africa, Namibia, Botswana, Zimbabwe, Lesotho and Eswatini will be banned from Friday afternoon, and returning British travellers from those destinations will have to quarantine

    Continue reading...", + "title": "Has Covid ended the neoliberal era? – podcast", + "description": "

    The year 2020 exposed the risks and weaknesses of the market-driven global system like never before. It’s hard to avoid the sense that a turning point has been reached. By Adam Tooze

    Continue reading...", + "content": "

    The year 2020 exposed the risks and weaknesses of the market-driven global system like never before. It’s hard to avoid the sense that a turning point has been reached. By Adam Tooze

    Continue reading...", "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/nov/26/sajid-javid-our-scientists-are-deeply-concerned-over-latest-covid-variant-video", + "link": "https://www.theguardian.com/world/audio/2021/nov/19/has-covid-ended-the-neoliberal-era-podcast", + "creator": "Written by Adam Tooze, read by Ben Norris and produced by Esther Opoku-Gyeni", + "pubDate": "2021-11-19T10:00:31Z", + "folder": "00.03 News/News - EN", + "feed": "The Guardian", + "read": true, + "favorite": false, + "created": false, + "tags": [], + "hash": "e837a80c2e653b7a0f76923348aeff17" + }, + { + "title": "18,000 people stranded after floods and landslides in British Columbia – video", + "description": "

    Authorities and emergency crews in Canada are trying \nto reach 18,000 people stranded by \nmajor floods and landslides. The province of\nBritish Columbia declared\na state of emergency with concerns over further falls in coming days. Some grocery store shelves\nin affected areas have\nalso been stripped bare while floods and mudslides destroyed\nroads, houses and bridges,\nhampering rescue efforts

    Continue reading...", + "content": "

    Authorities and emergency crews in Canada are trying \nto reach 18,000 people stranded by \nmajor floods and landslides. The province of\nBritish Columbia declared\na state of emergency with concerns over further falls in coming days. Some grocery store shelves\nin affected areas have\nalso been stripped bare while floods and mudslides destroyed\nroads, houses and bridges,\nhampering rescue efforts

    Continue reading...", + "category": "Canada", + "link": "https://www.theguardian.com/world/video/2021/nov/19/18000-people-stranded-after-floods-and-landslides-in-british-columbia-video", "creator": "", - "pubDate": "2021-11-26T10:09:20Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "pubDate": "2021-11-19T07:38:27Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "47425aa3a99151218408ee63ba6ae3f5" + "hash": "f51c87c5c30fcf9c8fe7f8646fc431ac" }, { - "title": "Covid live: WHO says ‘very high’ global risk from new strain; Portugal finds 13 Omicron cases in Lisbon football team", - "description": "

    WHO briefing says mutations ‘concerning for potential impact on pandemic trajectory’; Belenenses played match with nine players following outbreak

    G7 health ministers are to hold an emergency meeting on Monday on the new Omicron Covid-19 strain, as experts race to understand what the variant means for the fight to end the pandemic, AFP reports.

    The meeting was called by G7 chair Britain, which is among a steadily growing number of countries detecting cases of the heavily mutated new strain.

    Continue reading...", - "content": "

    WHO briefing says mutations ‘concerning for potential impact on pandemic trajectory’; Belenenses played match with nine players following outbreak

    G7 health ministers are to hold an emergency meeting on Monday on the new Omicron Covid-19 strain, as experts race to understand what the variant means for the fight to end the pandemic, AFP reports.

    The meeting was called by G7 chair Britain, which is among a steadily growing number of countries detecting cases of the heavily mutated new strain.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/live/2021/nov/29/covid-live-news-omicron-variant-detected-in-canada-as-fauci-warns-two-weeks-needed-to-study-new-strain", - "creator": "Rachel Hall (now) and Martin Belam , Virginia Harrison and Helen Livingstone (earlier)", - "pubDate": "2021-11-29T12:05:21Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Rio Tinto’s past casts a shadow over Serbia’s hopes of a lithium revolution", + "description": "

    People in the Jadar valley fear environmental catastrophe as Europe presses for self-sufficiency in battery technology

    Photographs by Vladimir Zivojinovic

    A battery sign, flashing dangerously low, appears superimposed over a view of the globe as seen from space. “Green technologies, electric cars, clean air – all of these depend on one of the most significant lithium deposits in the world, which is located right here in Jadar, Serbia,” a gravel-voiced narrator announces. “We completely understand your concerns about the environment. Rio Tinto is carrying out detailed analyses, so as to make all of us sure that we develop the Jadar project in line with the highest environmental, security and health standards.”

    Beamed into the country’s living rooms on the public service channel RTS, the slick television ad, shown just after the evening news, finishes with images of reassuring scientists and a comforted young couple walking into the sunset: “Rio Tinto: Together we have the chance to save the planet.”

    Continue reading...", + "content": "

    People in the Jadar valley fear environmental catastrophe as Europe presses for self-sufficiency in battery technology

    Photographs by Vladimir Zivojinovic

    A battery sign, flashing dangerously low, appears superimposed over a view of the globe as seen from space. “Green technologies, electric cars, clean air – all of these depend on one of the most significant lithium deposits in the world, which is located right here in Jadar, Serbia,” a gravel-voiced narrator announces. “We completely understand your concerns about the environment. Rio Tinto is carrying out detailed analyses, so as to make all of us sure that we develop the Jadar project in line with the highest environmental, security and health standards.”

    Beamed into the country’s living rooms on the public service channel RTS, the slick television ad, shown just after the evening news, finishes with images of reassuring scientists and a comforted young couple walking into the sunset: “Rio Tinto: Together we have the chance to save the planet.”

    Continue reading...", + "category": "Serbia", + "link": "https://www.theguardian.com/global-development/2021/nov/19/rio-tintos-past-casts-a-shadow-over-serbias-hopes-of-a-lithium-revolution", + "creator": "Daniel Boffey in the Jadar valley, Serbia", + "pubDate": "2021-11-19T04:00:24Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3e6a3367b0e692a31d4d6aed3f08f14" + "hash": "8ec657783da6df1834b5118f4f7affd3" }, { - "title": "Claim Prince Charles speculated on grandchildren’s skin colour ‘is fiction’", - "description": "

    Clarence House denies claim in new book that Charles asked about ‘complexion’ of Duke and Duchess of Sussex’s future children

    The private office of the Prince of Wales has dismissed as “fiction” claims in a new book that Prince Charles was the royal who speculated on the skin colour of the Duke and Duchess of Sussex’s future children.

    The American journalist and author Christopher Andersen, a former editor of the US celebrity news magazine People, alleges in the book that Charles made the comment on the day Harry and Meghan’s engagement was announced in November 2017.

    Continue reading...", - "content": "

    Clarence House denies claim in new book that Charles asked about ‘complexion’ of Duke and Duchess of Sussex’s future children

    The private office of the Prince of Wales has dismissed as “fiction” claims in a new book that Prince Charles was the royal who speculated on the skin colour of the Duke and Duchess of Sussex’s future children.

    The American journalist and author Christopher Andersen, a former editor of the US celebrity news magazine People, alleges in the book that Charles made the comment on the day Harry and Meghan’s engagement was announced in November 2017.

    Continue reading...", - "category": "Prince Charles", - "link": "https://www.theguardian.com/uk-news/2021/nov/29/claim-prince-charles-speculated-on-grandchildrens-skin-colour-is-fiction", - "creator": "Jamie Grierson", - "pubDate": "2021-11-29T09:19:55Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "‘We have fallen into a trap’: for hotel staff Qatar’s World Cup dream is a nightmare", + "description": "

    Exclusive: Seduced by salary promises, workers at Fifa-endorsed hotels allege they have been exploited and abused

    When Fifa executives step on to the asphalt in Doha next November for the start of the 2022 World Cup finals, their next stop is likely to be the check-in at one of Qatar’s glittering array of opulent hotels, built to provide the most luxurious possible backdrop to the biggest sporting event on earth.

    Now, with a year to go before the first match, fans who want to emulate the lifestyle of the sporting elite can head to Fifa’s hospitality website to plan their stay in the host nation. There they can scroll through a catalogue of exclusive, Fifa-endorsed accommodation, from boutique hotels to five-star resorts.

    Continue reading...", + "content": "

    Exclusive: Seduced by salary promises, workers at Fifa-endorsed hotels allege they have been exploited and abused

    When Fifa executives step on to the asphalt in Doha next November for the start of the 2022 World Cup finals, their next stop is likely to be the check-in at one of Qatar’s glittering array of opulent hotels, built to provide the most luxurious possible backdrop to the biggest sporting event on earth.

    Now, with a year to go before the first match, fans who want to emulate the lifestyle of the sporting elite can head to Fifa’s hospitality website to plan their stay in the host nation. There they can scroll through a catalogue of exclusive, Fifa-endorsed accommodation, from boutique hotels to five-star resorts.

    Continue reading...", + "category": "Workers' rights", + "link": "https://www.theguardian.com/global-development/2021/nov/18/we-have-fallen-into-a-trap-for-hotel-staff-qatar-world-cup-dream-is-a-nightmare", + "creator": "Pete Pattisson in Doha", + "pubDate": "2021-11-18T12:00:05Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7100e726d75ae61a31941326b900eaf4" + "hash": "573df2281e2c34694e689413f7700282" }, { - "title": "Victims of sexual violence let down by UK asylum system, report says", - "description": "

    Study calls on Home Office to integrate gender and trauma sensitivity into asylum system

    Victims of sexual violence face further abuse and trauma as a result of the UK asylum process and are systematically let down by authorities, according to a report.

    The research found that gender-insensitive and sometimes inhumane asylum interviews, sexual harassment in unstable asylum accommodation and a lack of access to healthcare and psychological support were just some of the factors compounding the trauma of forced migrants in the UK.

    Continue reading...", - "content": "

    Study calls on Home Office to integrate gender and trauma sensitivity into asylum system

    Victims of sexual violence face further abuse and trauma as a result of the UK asylum process and are systematically let down by authorities, according to a report.

    The research found that gender-insensitive and sometimes inhumane asylum interviews, sexual harassment in unstable asylum accommodation and a lack of access to healthcare and psychological support were just some of the factors compounding the trauma of forced migrants in the UK.

    Continue reading...", - "category": "Violence against women and girls", - "link": "https://www.theguardian.com/society/2021/nov/29/victims-of-sexual-violence-let-down-by-uk-asylum-system-report-says", - "creator": "Jessica Murray Midlands correspondent", - "pubDate": "2021-11-29T10:38:49Z", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", + "title": "Lukashenko has got the ear of the EU at last – but it won’t help him", + "description": "

    The Belarusian leader may have won phone talks with Angela Merkel but Europe remains united against him

    As migrants camped out in the woods prepared for another night of sub-zero temperatures, the Estonian foreign minister, Eva-Maria Liimets, on Tuesday revealed to an evening news programme the gist of what Alexander Lukashenko demanded of Angela Merkel in the first call between a European leader and Belarus’s dictator in more than a year.

    “He wants the sanctions to be halted, [and] to be recognised as head of state so he can continue,” she said he told Merkel.

    Continue reading...", + "content": "

    The Belarusian leader may have won phone talks with Angela Merkel but Europe remains united against him

    As migrants camped out in the woods prepared for another night of sub-zero temperatures, the Estonian foreign minister, Eva-Maria Liimets, on Tuesday revealed to an evening news programme the gist of what Alexander Lukashenko demanded of Angela Merkel in the first call between a European leader and Belarus’s dictator in more than a year.

    “He wants the sanctions to be halted, [and] to be recognised as head of state so he can continue,” she said he told Merkel.

    Continue reading...", + "category": "Alexander Lukashenko", + "link": "https://www.theguardian.com/world/2021/nov/18/lukashenko-has-got-the-ear-of-the-eu-at-last-but-it-wont-help-him", + "creator": "Andrew Roth in Moscow", + "pubDate": "2021-11-18T05:00:02Z", "folder": "00.03 News/News - EN", "feed": "The Guardian", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f4bc360da63c32e3abb3daa5fdd5ab6a" - }, + "hash": "1e10785fc4e601859f03ebb394ef1eab" + } + ], + "folder": "00.03 News/News - EN", + "name": "The Guardian", + "language": "en", + "hash": "85fc049a0df7fd039d58b9d2bb1dc214" + }, + { + "title": "RSSOpinion", + "subtitle": "", + "link": "http://online.wsj.com/page/2_0006.html", + "image": "http://online.wsj.com/img/wsj_sm_logo.gif", + "description": "RSSOpinion", + "items": [ { - "title": "UK’s ‘double talk’ on Channel crisis must stop, says French interior minister", - "description": "

    Exclusive: Gérald Darmanin says UK ministers must stop saying one thing in private while insulting his country in public

    The French interior minister, Gérald Darmanin, has said British ministers including his counterpart, Priti Patel, should stop saying one thing in private while insulting his country in public if there is to be a solution to the crisis in the Channel.

    In an interview with the Guardian, Darmanin strongly criticised what he called “double talk” coming out of London and said France was not a “vassal” of the UK.

    Continue reading...", - "content": "

    Exclusive: Gérald Darmanin says UK ministers must stop saying one thing in private while insulting his country in public

    The French interior minister, Gérald Darmanin, has said British ministers including his counterpart, Priti Patel, should stop saying one thing in private while insulting his country in public if there is to be a solution to the crisis in the Channel.

    In an interview with the Guardian, Darmanin strongly criticised what he called “double talk” coming out of London and said France was not a “vassal” of the UK.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/nov/28/uks-double-talk-on-channel-crisis-must-stop-says-french-interior-minister", - "creator": "Kim Willsher in Paris", - "pubDate": "2021-11-28T20:48:59Z", + "title": "Overturning the Next Election", + "description": "If the concern is stealing the Presidency, fix the Electoral Count Act.", + "content": "If the concern is stealing the Presidency, fix the Electoral Count Act.", + "category": "PAID", + "link": "https://www.wsj.com/articles/overturning-the-2024-election-republicans-congress-electoral-count-act-donald-trump-11641331437", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:43:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b0cb718d2354beef418dee8ecb23795" + "hash": "e716a41725e1107f9ffbbe6651db7715", + "highlights": [] }, { - "title": "Xiomara Castro declares victory in Honduras presidential election", - "description": "

    Castro, expected to be country’s first female president, has vowed to fight corruption and relax abortion laws

    The Honduran presidential candidate Xiomara Castro was heading for a landslide win in Sunday’s election, declaring victory as supporters danced outside her offices to celebrate the left’s return to power 12 years after her husband was ousted in a coup.

    The election, expected to give Honduras its first female president, seemed to have run smoothly, a contrast to four years ago when a close outcome led to a contested result and deadly protests after widespread allegations of irregularities.

    Continue reading...", - "content": "

    Castro, expected to be country’s first female president, has vowed to fight corruption and relax abortion laws

    The Honduran presidential candidate Xiomara Castro was heading for a landslide win in Sunday’s election, declaring victory as supporters danced outside her offices to celebrate the left’s return to power 12 years after her husband was ousted in a coup.

    The election, expected to give Honduras its first female president, seemed to have run smoothly, a contrast to four years ago when a close outcome led to a contested result and deadly protests after widespread allegations of irregularities.

    Continue reading...", - "category": "Honduras", - "link": "https://www.theguardian.com/world/2021/nov/29/xiomara-castro-declares-victory-in-honduras-presidential-election", - "creator": "Reuters in Tegucigalpa", - "pubDate": "2021-11-29T11:19:38Z", + "title": "What if It Can Happen Here?", + "description": "I scoffed at Sinclair Lewis, but I’ve had second thoughts since the Jan. 6 attack.", + "content": "I scoffed at Sinclair Lewis, but I’ve had second thoughts since the Jan. 6 attack.", + "category": "PAID", + "link": "https://www.wsj.com/articles/what-if-it-can-happen-here-jan-6-riot-insurrection-protest-trump-public-opinion-stolen-election-2020-11641309021", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 12:49:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d95cc2ddd57f99994f249dc9107a80a8" + "hash": "b2851e1015bcafd10d5ffbd7a91f5798", + "highlights": [] }, { - "title": "Michael Flynn appears to have called QAnon ‘total nonsense’ despite his links", - "description": "

    Trump ally reportedly says conspiracy theory a ‘disinformation campaign’ created by CIA and the left, apparent recording reveals

    Michael Flynn, Donald Trump’s first national security adviser, appears to have called QAnon “total nonsense” and a “disinformation campaign” created by the CIA and the political left – despite his own extensive links to the conspiracy theory and seeming eagerness to serve as its hero.

    Flynn’s apparent statement was revealed by Lin Wood, a pro-Trump attorney and QAnon supporter once allied with the disgraced former general.

    Continue reading...", - "content": "

    Trump ally reportedly says conspiracy theory a ‘disinformation campaign’ created by CIA and the left, apparent recording reveals

    Michael Flynn, Donald Trump’s first national security adviser, appears to have called QAnon “total nonsense” and a “disinformation campaign” created by the CIA and the political left – despite his own extensive links to the conspiracy theory and seeming eagerness to serve as its hero.

    Flynn’s apparent statement was revealed by Lin Wood, a pro-Trump attorney and QAnon supporter once allied with the disgraced former general.

    Continue reading...", - "category": "QAnon", - "link": "https://www.theguardian.com/us-news/2021/nov/29/michael-flynn-trump-ally-qanon-cia-left", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-11-29T06:00:47Z", + "title": "The Two-Headed Fight for Ukraine and Taiwan", + "description": "These aren’t mere regional hot spots, as Russia and China work together to upend world order.", + "content": "These aren’t mere regional hot spots, as Russia and China work together to upend world order.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-two-headed-fight-ukraine-and-taiwan-china-russia-putin-nato-biden-us-fronts-invasion-11641308211", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 12:48:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb7110af74367df1a5b797d28b4ecefe" + "hash": "dc7123fca48f49d1f8f9682bea66b886", + "highlights": [] }, { - "title": "Ghislaine Maxwell sex-trafficking trial expected to go before jury", - "description": "

    Maxwell charged with six counts related to her alleged involvement in financier Jeffrey Epstein’s sexual abuse of teen girls

    Ghislaine Maxwell’s sex-trafficking trial in Manhattan is finally expected to go before a jury on Monday, as opening statements follow finalization of the panel of 12 jurors and six alternates.

    Maxwell, 59, has pleaded not guilty on six counts related to her alleged involvement in the late financier Jeffrey Epstein’s sexual abuse of teen girls, some as young as 14.

    Continue reading...", - "content": "

    Maxwell charged with six counts related to her alleged involvement in financier Jeffrey Epstein’s sexual abuse of teen girls

    Ghislaine Maxwell’s sex-trafficking trial in Manhattan is finally expected to go before a jury on Monday, as opening statements follow finalization of the panel of 12 jurors and six alternates.

    Maxwell, 59, has pleaded not guilty on six counts related to her alleged involvement in the late financier Jeffrey Epstein’s sexual abuse of teen girls, some as young as 14.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/nov/29/ghislaine-maxwell-sex-trafficking-trial", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-11-29T07:00:48Z", + "title": "The Theranos Fraud", + "description": "A cautionary tale about ambition and admitting failure.", + "content": "A cautionary tale about ambition and admitting failure.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-theranos-fraud-elizabeth-holmes-convicted-trial-blood-testing-start-up-11641330471", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:39:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4abf08cff64d559f0966f4f03e58c18" + "hash": "7ea8142f6cdbaf7a329eff589fc9ac7b", + "highlights": [] }, { - "title": "Six Omicron cases found in Scotland as ministers resist calls for tougher rules", - "description": "

    UK minister insists no new restrictions should be needed over Christmas despite spread of Covid variant

    Six cases of the Omicron variant of coronavirus have been confirmed in Scotland, Scottish health officials have said. It trebles the number of cases found around the UK, as ministers face calls for tougher rules on mask use and travel tests.

    Four cases were in the Lanarkshire area, with two found in the Greater Glasgow and Clyde area, Scotland’s health department said in a statement. The three cases identified previously had all been in England.

    Continue reading...", - "content": "

    UK minister insists no new restrictions should be needed over Christmas despite spread of Covid variant

    Six cases of the Omicron variant of coronavirus have been confirmed in Scotland, Scottish health officials have said. It trebles the number of cases found around the UK, as ministers face calls for tougher rules on mask use and travel tests.

    Four cases were in the Lanarkshire area, with two found in the Greater Glasgow and Clyde area, Scotland’s health department said in a statement. The three cases identified previously had all been in England.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/29/six-cases-of-covid-omicron-variant-found-in-scotland", - "creator": "Peter Walker Political correspondent", - "pubDate": "2021-11-29T08:54:47Z", + "title": "Europe Energy Crisis Goes Global", + "description": "To see climate politics turn really crazy, add fuel shortages and high prices.", + "content": "To see climate politics turn really crazy, add fuel shortages and high prices.", + "category": "PAID", + "link": "https://www.wsj.com/articles/europe-energy-crisis-goes-global-shortages-natural-gas-wind-solar-coal-russia-china-germany-11641335775", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:30:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6f07b33da16634f32138e42c758504c" + "hash": "479847eaf16144cff5af2836d3250b79", + "highlights": [] }, { - "title": "‘It is not biology’: Women’s chess hindered by low numbers and sexism", - "description": "

    The governing body is pushing to make the game more welcoming for women – but is change happening fast enough?

    Towards the end of the Queen’s Gambit, the Netflix show that helped supercharge the new chess boom, Beth Harmon crushes a series of top male grandmasters before beating Vasily Borgov, the Russian world champion. Fiction, though, remains sharply separated from fact. As Magnus Carlsen was reminded before starting his world title defence in Dubai last week, there is not a single active woman’s player in the top 100 now that Hou Yifan of China, who is ranked 83rd, is focusing on academia. The lingering question: why?

    For Carlsen, the subject was “way too complicated” to answer in a few sentences, but suggested a number of reasons, particularly cultural, were to blame. Some, though, still believe it is down to biology. As recently as 2015 Nigel Short, vice president of the world chess federation Fide, claimed that “men are hardwired to be better chess players than women, adding, “you have to gracefully accept that.”

    Continue reading...", - "content": "

    The governing body is pushing to make the game more welcoming for women – but is change happening fast enough?

    Towards the end of the Queen’s Gambit, the Netflix show that helped supercharge the new chess boom, Beth Harmon crushes a series of top male grandmasters before beating Vasily Borgov, the Russian world champion. Fiction, though, remains sharply separated from fact. As Magnus Carlsen was reminded before starting his world title defence in Dubai last week, there is not a single active woman’s player in the top 100 now that Hou Yifan of China, who is ranked 83rd, is focusing on academia. The lingering question: why?

    For Carlsen, the subject was “way too complicated” to answer in a few sentences, but suggested a number of reasons, particularly cultural, were to blame. Some, though, still believe it is down to biology. As recently as 2015 Nigel Short, vice president of the world chess federation Fide, claimed that “men are hardwired to be better chess players than women, adding, “you have to gracefully accept that.”

    Continue reading...", - "category": "World Chess Championship 2021", - "link": "https://www.theguardian.com/sport/2021/nov/29/womens-chess-sexism-misogyny", - "creator": "Sean Ingle in Dubai", - "pubDate": "2021-11-29T10:12:23Z", + "title": "Joe Biden's Inflationary Trade Policy", + "description": "The White House claims its policies are ‘worker-centric,’ but only a handful of workers benefit.", + "content": "The White House claims its policies are ‘worker-centric,’ but only a handful of workers benefit.", + "category": "PAID", + "link": "https://www.wsj.com/articles/joe-bidens-inflationary-trade-policy-tariffs-trump-prices-wages-workers-steel-aluminum-unions-big-labor-11641336748", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:27:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2f5a572fb4091b0ed263e43f0ae67221" + "hash": "ebba6b254e2f0f14c0a23a93c7a34ccf", + "highlights": [] }, { - "title": "Storm Arwen: homes in north of England without power for third night", - "description": "

    Parts of northern England had coldest night of autumn with temperatures falling to below zero

    Tens of thousands of homes in the north of England had a third night without power after Storm Arwen wreaked havoc, bringing down trees and electricity lines across the UK.

    Parts of northern England had their coldest night of autumn so far with temperatures plummeting to below zero. The Met Office said Shap in Cumbria, north-west England, recorded the lowest temperature of the season so far at -8.7C (16.34F).

    Continue reading...", - "content": "

    Parts of northern England had coldest night of autumn with temperatures falling to below zero

    Tens of thousands of homes in the north of England had a third night without power after Storm Arwen wreaked havoc, bringing down trees and electricity lines across the UK.

    Parts of northern England had their coldest night of autumn so far with temperatures plummeting to below zero. The Met Office said Shap in Cumbria, north-west England, recorded the lowest temperature of the season so far at -8.7C (16.34F).

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/2021/nov/29/storm-arwen-homes-in-north-of-england-without-power-for-third-night", - "creator": "Mark Brown North of England correspondent", - "pubDate": "2021-11-29T11:12:20Z", + "title": "New York's Trump Inquisition", + "description": "AG Letitia James better have good justification for her investigation.", + "content": "AG Letitia James better have good justification for her investigation.", + "category": "PAID", + "link": "https://www.wsj.com/articles/new-yorks-trump-inquisition-letitia-james-ivanka-eric-donald-11641336578", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:36:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae21000a295dd088bb823eaebab106ae" + "hash": "501fa1c1e8c792801fa2ba78d09c6eb8", + "highlights": [] }, { - "title": "Britain and Israel to sign trade and defence deal", - "description": "

    Pact covers Iran as well as cybersecurity, despite controversy over use of Israeli firm NSO Group’s Pegasus spyware in UK

    Britain and Israel will sign a 10-year trade and defence pact in London on Monday, promising cooperation on issues such as cybersecurity and a joint commitment to prevent Iran from obtaining nuclear weapons.

    The agreement was announced by Liz Truss, the foreign secretary, and her Israeli counterpart Yair Lapid, despite evidence that spyware made by Israeli company NSO Group had probably been used to spy on two British lawyers advising the ex-wife of the ruler of Dubai, Princess Haya.

    Continue reading...", - "content": "

    Pact covers Iran as well as cybersecurity, despite controversy over use of Israeli firm NSO Group’s Pegasus spyware in UK

    Britain and Israel will sign a 10-year trade and defence pact in London on Monday, promising cooperation on issues such as cybersecurity and a joint commitment to prevent Iran from obtaining nuclear weapons.

    The agreement was announced by Liz Truss, the foreign secretary, and her Israeli counterpart Yair Lapid, despite evidence that spyware made by Israeli company NSO Group had probably been used to spy on two British lawyers advising the ex-wife of the ruler of Dubai, Princess Haya.

    Continue reading...", - "category": "Trade policy", - "link": "https://www.theguardian.com/politics/2021/nov/28/britain-and-israel-to-sign-trade-and-defence-deal", - "creator": "Dan Sabbagh Defence and security correspondent", - "pubDate": "2021-11-28T23:56:11Z", + "title": "Protests Don't Belong at Their Targets' Homes", + "description": "The U.S. and Canada need stronger laws to protect residential neighborhoods.", + "content": "The U.S. and Canada need stronger laws to protect residential neighborhoods.", + "category": "PAID", + "link": "https://www.wsj.com/articles/protests-dont-belong-at-targets-homes-lecce-elliott-ford-carlson-kerry-collins-schumer-demonstrations-11641336483", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:25:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "996aacb71ee962676c328d4b70e938e1" + "hash": "55a67493d21e71bd1c6b81a51e154b0a", + "highlights": [] }, { - "title": "White rhinos flown from South Africa to Rwanda in largest single translocation", - "description": "

    In a bid to secure the future of the near threatened species, 30 animals have been driven, flown and finally rehomed in Akagera national park

    Getting stuck into the in-flight wine wasn’t an option for the 30 passengers flying overnight from South Africa to Rwanda. Crew members instead worked to keep the first-time air travellers placid and problem-free. The last thing anyone wanted was a 1.5-ton rhino on the rampage aboard a Boeing 747.

    “All the rhinos were slightly sedated to keep them calm and not aggressive or trying to get out of the crates,” said Jes Gruner, of conservation organisation African Parks, who oversaw the largest single rhino translocation in history this weekend. “The rhinos weren’t sedated on the plane in the sense they were totally lying down, as that’s bad for their sternums. But they were partly drugged, so they could still stand up and keep their bodily functions normal, but enough to keep them calm and stable.”

    Continue reading...", - "content": "

    In a bid to secure the future of the near threatened species, 30 animals have been driven, flown and finally rehomed in Akagera national park

    Getting stuck into the in-flight wine wasn’t an option for the 30 passengers flying overnight from South Africa to Rwanda. Crew members instead worked to keep the first-time air travellers placid and problem-free. The last thing anyone wanted was a 1.5-ton rhino on the rampage aboard a Boeing 747.

    “All the rhinos were slightly sedated to keep them calm and not aggressive or trying to get out of the crates,” said Jes Gruner, of conservation organisation African Parks, who oversaw the largest single rhino translocation in history this weekend. “The rhinos weren’t sedated on the plane in the sense they were totally lying down, as that’s bad for their sternums. But they were partly drugged, so they could still stand up and keep their bodily functions normal, but enough to keep them calm and stable.”

    Continue reading...", - "category": "Conservation", - "link": "https://www.theguardian.com/environment/2021/nov/29/white-rhinos-flown-from-south-africa-to-rwanda-in-largest-single-translocation", - "creator": "Graeme Green", - "pubDate": "2021-11-29T11:00:34Z", + "title": "Eric Adams Should Remember David Dinkins's Legacy", + "description": "For the sake of New York City, the tales of its first two black mayors need to have different endings.", + "content": "For the sake of New York City, the tales of its first two black mayors need to have different endings.", + "category": "PAID", + "link": "https://www.wsj.com/articles/eric-adams-should-remember-david-dinkins-legacy-mayor-crime-rate-violence-leadership-11641337048", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:24:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38779f0b1b37ac8d41fc7d0fa797cc77" + "hash": "f85175a4d95fd31c6422c40bca9f3b44", + "highlights": [] }, { - "title": "First Thing: US could face ‘fifth wave’ of Covid as Omicron spreads", - "description": "

    Israel seals borders and Morocco bans flights as new variant fears rise plus, tributes pour in for fashion maverick Virgil Abloh

    Good morning.

    Joe Biden’s chief medical adviser, Anthony Fauci, said on Sunday the US has “the potential to go into a fifth wave” of coronavirus infections amid rising cases and stagnating vaccination rates.

    How are other countries reacting to the spread of Omicron? Israel is barring entry to all foreign nationals and Morocco is suspending all incoming flights for two weeks. Many countries, including Brazil, Canada, European Union states, Iran and the UK, have placed restrictions on travel from various southern African countries.

    Epstein, a convicted paedophile, killed himself in a Manhattan federal jail in August 2019, while awaiting trial. Maxwell’s alleged crimes took place from 1994 to 2004, prosecutors have said.

    Authorities arrested the Briton, the daughter of the late press baron Robert Maxwell, on 2 July 2020 at an estate in the small New Hampshire town of Bradford.

    Maxwell has pleaded not guilty to all the charges against her and is expected to challenge claims she groomed underage girls.

    Continue reading...", - "content": "

    Israel seals borders and Morocco bans flights as new variant fears rise plus, tributes pour in for fashion maverick Virgil Abloh

    Good morning.

    Joe Biden’s chief medical adviser, Anthony Fauci, said on Sunday the US has “the potential to go into a fifth wave” of coronavirus infections amid rising cases and stagnating vaccination rates.

    How are other countries reacting to the spread of Omicron? Israel is barring entry to all foreign nationals and Morocco is suspending all incoming flights for two weeks. Many countries, including Brazil, Canada, European Union states, Iran and the UK, have placed restrictions on travel from various southern African countries.

    Epstein, a convicted paedophile, killed himself in a Manhattan federal jail in August 2019, while awaiting trial. Maxwell’s alleged crimes took place from 1994 to 2004, prosecutors have said.

    Authorities arrested the Briton, the daughter of the late press baron Robert Maxwell, on 2 July 2020 at an estate in the small New Hampshire town of Bradford.

    Maxwell has pleaded not guilty to all the charges against her and is expected to challenge claims she groomed underage girls.

    Continue reading...", - "category": "", - "link": "https://www.theguardian.com/us-news/2021/nov/29/first-thing-us-could-face-fifth-wave-of-covid-as-omicron-spreads", - "creator": "Nicola Slawson", - "pubDate": "2021-11-29T11:24:03Z", + "title": "Buttigieg's FAA and 5G Mid-Air Collision", + "description": "Here’s the political back story on the wireless-airline feud.", + "content": "Here’s the political back story on the wireless-airline feud.", + "category": "PAID", + "link": "https://www.wsj.com/articles/pete-buttigiegs-5g-crash-landing-airlines-wireless-carriers-steve-dickson-faa-fcc-11641337368", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 21:45:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d3fe5fa985173e4a6f1861991816c50" + "hash": "bca01879fdd9c58ca9309524aeb4add1", + "highlights": [] }, { - "title": "Covid live news: WHO Africa head urges world to keep borders open; third Omicron case found in UK", - "description": "

    UN agency’s comments follow South Africa’s call to reverse flight bans; G7 health ministers to hold urgent meeting on Omicron variant; large contact tracing operation in Westminster

    China could face more than 630,000 Covid-19 infections a day if it dropped its zero-tolerance policies by lifting travel curbs, according to a study by Peking University mathematicians, Reuters reports.

    In the report by the Chinese Centre for Disease Control and Prevention, the mathematicians said China could not afford to lift travel restrictions without more efficient vaccinations or specific treatments.

    Continue reading...", - "content": "

    UN agency’s comments follow South Africa’s call to reverse flight bans; G7 health ministers to hold urgent meeting on Omicron variant; large contact tracing operation in Westminster

    China could face more than 630,000 Covid-19 infections a day if it dropped its zero-tolerance policies by lifting travel curbs, according to a study by Peking University mathematicians, Reuters reports.

    In the report by the Chinese Centre for Disease Control and Prevention, the mathematicians said China could not afford to lift travel restrictions without more efficient vaccinations or specific treatments.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/live/2021/nov/28/covid-live-news-uk-germany-and-italy-detect-omicron-cases-israel-bans-all-visitors", - "creator": "Jem Bartholomew (now), Charlie Moloney and Martin Farrer (earlier)", - "pubDate": "2021-11-28T21:12:38Z", + "title": "Disapproval of Biden Hits New High", + "description": "Another reason Democrats would rather talk about Trump.", + "content": "Another reason Democrats would rather talk about Trump.", + "category": "PAID", + "link": "https://www.wsj.com/articles/disapproval-of-biden-hits-new-high-11641334239", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 17:10:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "44a20e7bee4edfce33cfc32124fe0204" + "hash": "d497ee7f1c5ec8d9927e3c6dc1f6fc61", + "highlights": [] }, { - "title": "Nobel-winning stock market theory used to help save coral reefs", - "description": "

    Portfolio selection rules on evaluating risk used to pick 50 reefs as ‘arks’ best able to survive climate crisis and revive coral elsewhere

    A Nobel prize-winning economic theory used by investors is showing early signs of helping save threatened coral reefs, scientists say.

    Researchers at Australia’s University of Queensland used modern portfolio theory (MPT), a mathematical framework developed by the economist Harry Markowitz in the 1950s to help risk-averse investors maximise returns, to identify the 50 reefs or coral sanctuaries around the world that are most likely to survive the climate crisis and be able to repopulate other reefs, if other threats are absent.

    Continue reading...", - "content": "

    Portfolio selection rules on evaluating risk used to pick 50 reefs as ‘arks’ best able to survive climate crisis and revive coral elsewhere

    A Nobel prize-winning economic theory used by investors is showing early signs of helping save threatened coral reefs, scientists say.

    Researchers at Australia’s University of Queensland used modern portfolio theory (MPT), a mathematical framework developed by the economist Harry Markowitz in the 1950s to help risk-averse investors maximise returns, to identify the 50 reefs or coral sanctuaries around the world that are most likely to survive the climate crisis and be able to repopulate other reefs, if other threats are absent.

    Continue reading...", - "category": "Coral", - "link": "https://www.theguardian.com/environment/2021/nov/28/stock-markets-modern-portfolio-theory-mpt-used-to-pick-coral-reefs-arks-conservation-survive-climate-crisis", - "creator": "Karen McVeigh", - "pubDate": "2021-11-28T15:00:29Z", + "title": "How to Break the Vicious Unemployment Circle", + "description": "Limit benefits when jobs are plentiful and make them generous in bad times: Alabama, Florida and North Carolina are already doing it.", + "content": "Limit benefits when jobs are plentiful and make them generous in bad times: Alabama, Florida and North Carolina are already doing it.", + "category": "PAID", + "link": "https://www.wsj.com/articles/break-the-vicious-unemployment-circle-florida-rate-benefits-north-carolina-alabama-index-covid-labor-11641400623", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 13:11:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb907fbb05fcfe17ba237df0e7cb15ca" + "hash": "9c4c8cea56dc85cfdac33d2130f96db1", + "highlights": [] }, { - "title": "Virgil Abloh: Off-White designer dies at 41", - "description": "

    The fashion maverick, also creative head at Louis Vuitton, had been suffering from an aggressive form of cancer for two years

    Fashion designer Virgil Abloh has died after suffering from cancer, it has been announced.

    The 41-year-old, who was the creative director for Louis Vuitton and Off-White, had cardiac angiosarcoma, a rare, aggressive form of the disease, according to an announcement on his official Instagram page.

    Continue reading...", - "content": "

    The fashion maverick, also creative head at Louis Vuitton, had been suffering from an aggressive form of cancer for two years

    Fashion designer Virgil Abloh has died after suffering from cancer, it has been announced.

    The 41-year-old, who was the creative director for Louis Vuitton and Off-White, had cardiac angiosarcoma, a rare, aggressive form of the disease, according to an announcement on his official Instagram page.

    Continue reading...", - "category": "Virgil Abloh", - "link": "https://www.theguardian.com/fashion/2021/nov/28/virgil-abloh-off-white-designer-dies-at-41", - "creator": "Priya Elan", - "pubDate": "2021-11-28T19:24:40Z", + "title": "China Immortalizes 'Pillar of Shame'", + "description": "The destruction of a sculpture will serve only to further the cause it stood for.", + "content": "The destruction of a sculpture will serve only to further the cause it stood for.", + "category": "PAID", + "link": "https://www.wsj.com/articles/china-immortalizes-pillar-of-shame-ccp-hong-kong-tiananmen-square-jens-galschiot-democracy-11641400675", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 13:12:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9dbaf96828b652a3312f4b1dcfac091f" + "hash": "c0ca4d0e276f357ae787545ebdc996fb", + "highlights": [] }, { - "title": "‘Shocking’ that UK is moving child refugees into hotels", - "description": "

    Children’s Society criticises practice of placing unaccompanied minors in hotels with limited care

    Record numbers of unaccompanied child asylum seekers who arrived in the UK on small boats are being accommodated in four hotels along England’s south coast, a situation that the Children’s Society has described as “shocking”.

    About 250 unaccompanied children who arrived in small boats are thought to be accommodated in hotels, which Ofsted said was an unacceptable practice.

    Continue reading...", - "content": "

    Children’s Society criticises practice of placing unaccompanied minors in hotels with limited care

    Record numbers of unaccompanied child asylum seekers who arrived in the UK on small boats are being accommodated in four hotels along England’s south coast, a situation that the Children’s Society has described as “shocking”.

    About 250 unaccompanied children who arrived in small boats are thought to be accommodated in hotels, which Ofsted said was an unacceptable practice.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/nov/28/uk-child-refugees-hotels-unaccompanied-minors", - "creator": "Diane Taylor", - "pubDate": "2021-11-28T12:28:38Z", + "title": "I Got Covid on a Cruise. I'd Take Another", + "description": "It’s a delightful way to travel, and you can still get sick at home.", + "content": "It’s a delightful way to travel, and you can still get sick at home.", + "category": "PAID", + "link": "https://www.wsj.com/articles/i-got-covid-on-a-cruise-id-take-another-omicron-coronavirus-infection-ship-tourist-lockdown-carnival-11641336045", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:26:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f48fae141696543761abfc771ae40e6f" + "hash": "337ec5b47e19aa7a4dcebd32d4e836ad", + "highlights": [] }, { - "title": "Iran nuclear talks to resume with world powers after five-month hiatus", - "description": "

    Expectations of salvaging 2015 deal low amid fears Iran is covertly boosting nuclear programme

    Talks between world powers and Iran on salvaging the 2015 nuclear deal will resume in Vienna on Monday after a five-month hiatus, but expectations of a breakthrough are low.

    The talks could liberate Iran from hundreds of western economic sanctions or lead to a tightening of the economic noose and the intensified threat of military attacks by Israel.

    Continue reading...", - "content": "

    Expectations of salvaging 2015 deal low amid fears Iran is covertly boosting nuclear programme

    Talks between world powers and Iran on salvaging the 2015 nuclear deal will resume in Vienna on Monday after a five-month hiatus, but expectations of a breakthrough are low.

    The talks could liberate Iran from hundreds of western economic sanctions or lead to a tightening of the economic noose and the intensified threat of military attacks by Israel.

    Continue reading...", - "category": "Iran nuclear deal", - "link": "https://www.theguardian.com/world/2021/nov/28/iran-nuclear-talks-to-resume-with-world-powers-after-five-month-hiatus", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-11-28T14:28:41Z", + "title": "Are Chicago Students Suffering With or From Teachers Unions?", + "description": "Windy City labor bosses among lockdown bitter-enders.", + "content": "Windy City labor bosses among lockdown bitter-enders.", + "category": "PAID", + "link": "https://www.wsj.com/articles/are-chicago-students-suffering-with-or-from-teachers-unions-11641414392", + "creator": "", + "pubDate": "Wed, 05 Jan 2022 15:26:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e3b24ab2d242d24fa9241f7f74ce163" + "hash": "e8bda4a6dbca07a54c99dcb76141c554", + "highlights": [] }, { - "title": "Lucian Freud painting denied by artist is authenticated by experts", - "description": "

    The artist insisted he did not paint Standing Male Nude, but three specialists have concluded it is his work

    Almost 25 years ago, a Swiss art collector bought a Lucian Freud painting – a full-length male nude – at auction. He then received a call from the British artist, asking to buy it from him. The two men did not know each other, and the collector politely refused, as he liked the picture.

    Three days later, he claims he received another call from a now furious Freud who told him that, unless he sold it to him, he would deny having painted it.

    Continue reading...", - "content": "

    The artist insisted he did not paint Standing Male Nude, but three specialists have concluded it is his work

    Almost 25 years ago, a Swiss art collector bought a Lucian Freud painting – a full-length male nude – at auction. He then received a call from the British artist, asking to buy it from him. The two men did not know each other, and the collector politely refused, as he liked the picture.

    Three days later, he claims he received another call from a now furious Freud who told him that, unless he sold it to him, he would deny having painted it.

    Continue reading...", - "category": "Lucian Freud", - "link": "https://www.theguardian.com/artanddesign/2021/nov/28/lucian-freud-painting-denied-by-artist-is-authenticated-by-experts", - "creator": "Dalya Alberge", - "pubDate": "2021-11-28T07:00:19Z", + "title": "To Save America, the GOP First Has to Save Itself", + "description": "Democrats need chutzpah to accuse Republicans of violating political norms—but they also have a point.", + "content": "Democrats need chutzpah to accuse Republicans of violating political norms—but they also have a point.", + "category": "PAID", + "link": "https://www.wsj.com/articles/to-save-america-the-gop-first-has-to-save-itself-partisanship-republican-2022-midterms-jan-6-capitol-insurrection-riot-protest-trump-11641230242", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 13:10:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f910edc7ccc14a87b430767e7b37962a" + "hash": "cfeaf8bb0edea12c8665fbde890b514b", + "highlights": [] }, { - "title": "Brexit leaves EU-bound Christmas presents out in the cold", - "description": "

    An increase in red tape and charges means headaches for those sending gifts to Europe

    People preparing to send Christmas parcels to family and friends in Europe face being caught out by post-Brexit red tape and charges that threaten to take some of the joy out of gift-giving.

    A warning has also been sounded that some of those who have sent gifts to the EU this year have encountered problems ranging from delays and unexpected charges to items going missing.

    Continue reading...", - "content": "

    An increase in red tape and charges means headaches for those sending gifts to Europe

    People preparing to send Christmas parcels to family and friends in Europe face being caught out by post-Brexit red tape and charges that threaten to take some of the joy out of gift-giving.

    A warning has also been sounded that some of those who have sent gifts to the EU this year have encountered problems ranging from delays and unexpected charges to items going missing.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2021/nov/28/brexit-leaves-eu-bound-christmas-presents-out-in-the-cold", - "creator": "Rupert Jones", - "pubDate": "2021-11-28T10:45:24Z", + "title": "Should We Abandon or Embrace New Year's Resolutions?", + "description": "Students discuss what they plan to do differently in 2022.", + "content": "Students discuss what they plan to do differently in 2022.", + "category": "PAID", + "link": "https://www.wsj.com/articles/should-we-abandon-or-embrace-new-years-2022-resolutions-changes-good-habits-11641336106", + "creator": "", + "pubDate": "Tue, 04 Jan 2022 18:31:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0ede481d1bae7b9d2deebf613b1cad06" + "hash": "3a0a9438d3eb40d1c901f7884f81e75d", + "highlights": [] }, { - "title": "Czech president swears in Petr Fiala as PM behind glass screen", - "description": "

    Milos Zeman performs inauguration ceremony from cubicle after testing positive for coronavirus

    The Czech president, Milos Zeman, has appointed the leader of a centre-right alliance, Petr Fiala, as prime minister in a ceremony he performed from a plexiglass cubicle after testing positive for Covid-19.

    Fiala leads a bloc of five centre and centre-right opposition parties that won an election in October, ousting the incumbent Andrej Babiš and his allies.

    Continue reading...", - "content": "

    Milos Zeman performs inauguration ceremony from cubicle after testing positive for coronavirus

    The Czech president, Milos Zeman, has appointed the leader of a centre-right alliance, Petr Fiala, as prime minister in a ceremony he performed from a plexiglass cubicle after testing positive for Covid-19.

    Fiala leads a bloc of five centre and centre-right opposition parties that won an election in October, ousting the incumbent Andrej Babiš and his allies.

    Continue reading...", - "category": "Czech Republic", - "link": "https://www.theguardian.com/world/2021/nov/28/czech-president-swears-in-petr-fiala-as-new-pm-behind-glass-screen", - "creator": "Reuters in Prague", - "pubDate": "2021-11-28T13:50:37Z", + "title": "Zuckerbucks Shouldn't Pay for Elections", + "description": "It fans mistrust to let private donors fund official voting duties.", + "content": "It fans mistrust to let private donors fund official voting duties.", + "category": "PAID", + "link": "https://www.wsj.com/articles/zuckerbucks-shouldnt-pay-for-elections-mark-zuckerberg-center-for-technology-and-civic-life-trump-biden-2020-11640912907", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 18:22:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5a270c7cb9abd22cffd45338319e24a" + "hash": "11ae2b070eb7e9b379e6e81a19678d23", + "highlights": [] }, { - "title": "A new German era dawns, but collisions lie in wait for coalition", - "description": "

    The ‘traffic light’ parties all want progress but have different ideas about what that means on business and green issues

    In Unterleuten, a bestselling novel by the German novelist Juli Zeh, the inhabitants of a village outside Berlin are shocked to find out that a plot of land on their doorstep has been earmarked for a gigantic wind farm.

    One of the characters, a birdwatcher called Gerhard Fliess, knows what to do: he calls an old friend at the local environment ministry to remind him that the countryside around Unterleuten is the habitat of an endangered species of sandpiper. Surely that will halt the bulldozers.

    Continue reading...", - "content": "

    The ‘traffic light’ parties all want progress but have different ideas about what that means on business and green issues

    In Unterleuten, a bestselling novel by the German novelist Juli Zeh, the inhabitants of a village outside Berlin are shocked to find out that a plot of land on their doorstep has been earmarked for a gigantic wind farm.

    One of the characters, a birdwatcher called Gerhard Fliess, knows what to do: he calls an old friend at the local environment ministry to remind him that the countryside around Unterleuten is the habitat of an endangered species of sandpiper. Surely that will halt the bulldozers.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/nov/28/a-new-german-era-dawns-but-collisions-lie-in-wait-for-coalition", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-11-28T10:00:23Z", + "title": "Schumer's Filibuster Stunt", + "description": "The Majority Leader will try again to blow up the Senate to blow up valid state election laws.", + "content": "The Majority Leader will try again to blow up the Senate to blow up valid state election laws.", + "category": "PAID", + "link": "https://www.wsj.com/articles/chuck-schumers-filibuster-stunt-senate-democrats-joe-manchin-kyrsten-sinema-voting-rights-11641249526", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 18:21:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb28e335eba34f3df477c5f18bce6fe2" + "hash": "714fca1abb7cb4eb7d192e02b1fb02d0", + "highlights": [] }, { - "title": "Swiss voters back law behind Covid vaccine certificate", - "description": "

    After tense campaign, early results show about two-thirds in favour of law giving legal basis for Covid pass

    Swiss voters have firmly backed the law behind the country’s Covid pass in a referendum, following a tense campaign that saw unprecedented levels of hostility.

    Early results on Sunday showed about two-thirds of voters supported the law, with market researchers GFS Bern projecting 63% backing.

    Continue reading...", - "content": "

    After tense campaign, early results show about two-thirds in favour of law giving legal basis for Covid pass

    Swiss voters have firmly backed the law behind the country’s Covid pass in a referendum, following a tense campaign that saw unprecedented levels of hostility.

    Early results on Sunday showed about two-thirds of voters supported the law, with market researchers GFS Bern projecting 63% backing.

    Continue reading...", - "category": "Switzerland", - "link": "https://www.theguardian.com/world/2021/nov/28/tensions-swiss-vote-covid-vaccine-certificate-law", - "creator": "Agence France-Presse in Geneva", - "pubDate": "2021-11-28T15:21:17Z", + "title": "Should a Stuffy Nose Stop a Nurse From Working?", + "description": "Draconian Covid policies are creating staff shortages that endanger patients.", + "content": "Draconian Covid policies are creating staff shortages that endanger patients.", + "category": "PAID", + "link": "https://www.wsj.com/articles/should-a-stuffy-nose-stop-a-nurse-from-working-covid-restrictions-doctors-symptom-test-hospitals-11641243828", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 18:06:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "923d6a5eb489e1552cdfc3d1df85da45" + "hash": "6c146fa025a00384088ad42752308dd5", + "highlights": [] }, { - "title": "How bad will the Omicron Covid variant be in Britain? Three things will tell us | Devi Sridhar", - "description": "

    A new variant identified in southern Africa is causing global panic – but its real impact will be shown by the data scientists are racing to establish

    Omicron, the name of the new Covid-19 variant that is sending worrying signals from southern Africa, sounds like something from Transformers. It has caused panic across the world, among governments, the public and the stock markets. After adding a number of southern African countries to the red list, the UK government has reimposed mandatory masks in England from Tuesday, and will require anyone travelling to the country from abroad to take a PCR test. Omicron is probably the first variant to have scientists worried since Delta became the predominant strain in every country last summer. But how bad it is? What does it mean for future lockdowns – and future deaths?

    Scientists are waiting on three pieces of data before they will be able to tell what effect this new variant will have over the next six to 12 months. The first is how infectious Omicron is. Can it outcompete Delta? Earlier this year we saw another worrying variant, Beta, that luckily faded away as a result of a selective advantage in Delta that allowed it to transmit faster between people. Limited data from South Africa shows that Omicron is very infectious, but whether it will become the predominant strain remains to be seen.

    Prof Devi Sridhar is chair of global public health at the University of Edinburgh

    Continue reading...", - "content": "

    A new variant identified in southern Africa is causing global panic – but its real impact will be shown by the data scientists are racing to establish

    Omicron, the name of the new Covid-19 variant that is sending worrying signals from southern Africa, sounds like something from Transformers. It has caused panic across the world, among governments, the public and the stock markets. After adding a number of southern African countries to the red list, the UK government has reimposed mandatory masks in England from Tuesday, and will require anyone travelling to the country from abroad to take a PCR test. Omicron is probably the first variant to have scientists worried since Delta became the predominant strain in every country last summer. But how bad it is? What does it mean for future lockdowns – and future deaths?

    Scientists are waiting on three pieces of data before they will be able to tell what effect this new variant will have over the next six to 12 months. The first is how infectious Omicron is. Can it outcompete Delta? Earlier this year we saw another worrying variant, Beta, that luckily faded away as a result of a selective advantage in Delta that allowed it to transmit faster between people. Limited data from South Africa shows that Omicron is very infectious, but whether it will become the predominant strain remains to be seen.

    Prof Devi Sridhar is chair of global public health at the University of Edinburgh

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/commentisfree/2021/nov/28/omicron-covid-variant-britain-southern-africa", - "creator": "Devi Sridhar", - "pubDate": "2021-11-28T15:40:29Z", + "title": "For Putin, OPEC and Trump, 2021 Was a Good Year", + "description": "Xi Jinping, democracy and technocrats, by contrast, didn’t fare so well during 2021.", + "content": "Xi Jinping, democracy and technocrats, by contrast, didn’t fare so well during 2021.", + "category": "PAID", + "link": "https://www.wsj.com/articles/putin-opec-trump-a-good-year-oil-russia-china-mexico-nato-2024-presidential-election-afghanistan-hong-kong-uyghur-covid-19-11641242732", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 18:03:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8bf2086756572083cfdb40c1918075ca" + "hash": "78368e941767800ccd6aa81749b332ce", + "highlights": [] }, { - "title": "Travel firms scramble to rearrange holidays amid new Covid measures", - "description": "

    Swiss skiing holidays in doubt as country joins Spain in tightening travel rules to contain Omicron variant

    Tour operators are scrambling to rearrange Swiss skiing holidays after the country joined Spain in tightening travel restrictions amid rising concerns about the spread of the new Omicron Covid variant.

    From Saturday night, Switzerland mandated 10 days of quarantine for all new arrivals, in effect wrecking skiing holidays in the Swiss Alps until further notice. Travel firms are also wrestling with Spain’s ban on non-vaccinated arrivals that will affect British holidaymakers from Wednesday 1 December.

    Continue reading...", - "content": "

    Swiss skiing holidays in doubt as country joins Spain in tightening travel rules to contain Omicron variant

    Tour operators are scrambling to rearrange Swiss skiing holidays after the country joined Spain in tightening travel restrictions amid rising concerns about the spread of the new Omicron Covid variant.

    From Saturday night, Switzerland mandated 10 days of quarantine for all new arrivals, in effect wrecking skiing holidays in the Swiss Alps until further notice. Travel firms are also wrestling with Spain’s ban on non-vaccinated arrivals that will affect British holidaymakers from Wednesday 1 December.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/28/travel-firms-scramble-to-rearrange-holidays-amid-new-covid-measures", - "creator": "Robert Booth, Sam Jones and Lisa O'Carroll", - "pubDate": "2021-11-28T15:29:39Z", + "title": "A European Revelation on Climate", + "description": "The EU admits nuclear and natural gas are part of the energy solution.", + "content": "The EU admits nuclear and natural gas are part of the energy solution.", + "category": "PAID", + "link": "https://www.wsj.com/articles/a-european-revelation-on-climate-green-energy-nuclear-natural-gas-france-germany-11641228156", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 18:19:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04d4991452b4ff9491d826dba32ffd13" + "hash": "f5238701f95e1bdf380cd3d114ea9c70", + "highlights": [] }, { - "title": "Fauci: US could face ‘fifth wave’ of Covid as Omicron variant nears", - "description": "
    • Collins and Fauci emphasise need for vaccines and boosters
    • Warning that variant shows signs of heightened transmissibility
    • Coronavirus: live coverage

    Joe Biden’s chief medical adviser, Anthony Fauci, said on Sunday the US has “the potential to go into a fifth wave” of coronavirus infections amid rising cases and stagnating vaccination rates. He also warned that the newly discovered Omicron variant shows signs of heightened transmissibility.

    As Fauci toured the US political talkshows, countries around the world including the US scrambled to guard against Omicron, which has stoked fears of vaccine resistance.

    Continue reading...", - "content": "
    • Collins and Fauci emphasise need for vaccines and boosters
    • Warning that variant shows signs of heightened transmissibility
    • Coronavirus: live coverage

    Joe Biden’s chief medical adviser, Anthony Fauci, said on Sunday the US has “the potential to go into a fifth wave” of coronavirus infections amid rising cases and stagnating vaccination rates. He also warned that the newly discovered Omicron variant shows signs of heightened transmissibility.

    As Fauci toured the US political talkshows, countries around the world including the US scrambled to guard against Omicron, which has stoked fears of vaccine resistance.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/28/us-covid-omicron-variant-fifth-wave-fauci", - "creator": "Victoria Bekiempis in New York", - "pubDate": "2021-11-28T17:42:47Z", + "title": "Biden's Air-Traffic Controllers", + "description": "Until Tehran takes the president seriously, Russia and China won’t either.", + "content": "Until Tehran takes the president seriously, Russia and China won’t either.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-air-traffic-controllers-iran-nuclear-weapons-tehran-negotiations-putin-xi-china-russia-israel-afghanistan-arms-strike-11641247753", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 17:59:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02c3261d2666e7e45854af11dd29e634" + "hash": "ac82b781d1d90bbf76418ec934309d8a", + "highlights": [] }, { - "title": "The world is watching: TV hits around the globe", - "description": "

    A Spanish trans woman’s memoirs, a Mumbai gangster drama, Israeli sisters in trouble… the Covid era is a rich moment for TV drama. Critics from Spain to South Korea tell us about the biggest shows in their countries

    Continue reading...", - "content": "

    A Spanish trans woman’s memoirs, a Mumbai gangster drama, Israeli sisters in trouble… the Covid era is a rich moment for TV drama. Critics from Spain to South Korea tell us about the biggest shows in their countries

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/nov/28/the-world-is-watching-tv-hits-around-the-globe", - "creator": "Killian Fox", - "pubDate": "2021-11-28T11:00:25Z", + "title": "Chicago's Climate Apocalypse Is a No-Snow", + "description": "The ‘once in a lifetime’ blizzard, supposedly a portent of global warming, delivered but a few inches.", + "content": "The ‘once in a lifetime’ blizzard, supposedly a portent of global warming, delivered but a few inches.", + "category": "PAID", + "link": "https://www.wsj.com/articles/chicago-apocalypse-is-a-no-snow-climate-change-forecasting-snowstorm-blizzard-extreme-weather-mainstream-media-1967-1983-11641229769", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 13:13:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89e3529aef4d0c666bde562cb1096c8e" + "hash": "e084a9a171f71503c672e20f31d08bc3", + "highlights": [] }, { - "title": "‘He’s missing’: anxious wait in Calais camps for news on Channel victims", - "description": "

    In northern France, friends and relatives of those who died in the tragic crossing on Wednesday are desperate for answers

    On Saturday Gharib Ahmed spent five hours outside the police station in Calais, desperately waiting for news. “It was so cold. There was no answer,” he said. Ahmed was seeking confirmation that his brother-in-law Twana Mamand was one of 27 people who died in the Channel on Wednesday after the flimsy dinghy taking them to the UK sank. “I want to see his body. I have to understand,” Ahmed told the Guardian.

    Relatives of the mostly Iraqi Kurds who perished in the world’s busiest shipping lane spent the weekend in a state of anxiety and confusion. Ahmed said he last heard from his brother-in-law at 3am on Wednesday, around the time Twana set off in darkness from a beach near Dunkirk. After two days of silence, Ahmed travelled with his wife, Kale Mamand – Twana’s sister – from their home in London to northern France, arriving on Friday night.

    Continue reading...", - "content": "

    In northern France, friends and relatives of those who died in the tragic crossing on Wednesday are desperate for answers

    On Saturday Gharib Ahmed spent five hours outside the police station in Calais, desperately waiting for news. “It was so cold. There was no answer,” he said. Ahmed was seeking confirmation that his brother-in-law Twana Mamand was one of 27 people who died in the Channel on Wednesday after the flimsy dinghy taking them to the UK sank. “I want to see his body. I have to understand,” Ahmed told the Guardian.

    Relatives of the mostly Iraqi Kurds who perished in the world’s busiest shipping lane spent the weekend in a state of anxiety and confusion. Ahmed said he last heard from his brother-in-law at 3am on Wednesday, around the time Twana set off in darkness from a beach near Dunkirk. After two days of silence, Ahmed travelled with his wife, Kale Mamand – Twana’s sister – from their home in London to northern France, arriving on Friday night.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/nov/28/anxious-wait-in-calais-camps-for-news-on-channel-victims", - "creator": "Luke Harding in Calais", - "pubDate": "2021-11-28T16:56:14Z", + "title": "The Great Pandemic Migration, II", + "description": "United Van Lines data show people are leaving dense, high-tax states.", + "content": "United Van Lines data show people are leaving dense, high-tax states.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-great-pandemic-migration-ii-united-van-lines-national-movers-study-11641249932", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 18:19:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ceaf412e36212c2cf1906f65d40f8a7b" + "hash": "1c12536bde3082f04215a8c9923a3929", + "highlights": [] }, { - "title": "Dancer, singer … spy: France’s Panthéon to honour Josephine Baker", - "description": "

    The performer will be the first Black woman to enter the mausoleum, in recognition of her wartime work

    In November 1940, two passengers boarded a train in Toulouse headed for Madrid, then onward to Lisbon. One was a striking Black woman in expensive furs; the other purportedly her secretary, a blonde Frenchman with moustache and thick glasses.

    Josephine Baker, toast of Paris, the world’s first Black female superstar, one of its most photographed women and Europe’s highest-paid entertainer, was travelling, openly and in her habitual style, as herself – but she was playing a brand new role.

    Continue reading...", - "content": "

    The performer will be the first Black woman to enter the mausoleum, in recognition of her wartime work

    In November 1940, two passengers boarded a train in Toulouse headed for Madrid, then onward to Lisbon. One was a striking Black woman in expensive furs; the other purportedly her secretary, a blonde Frenchman with moustache and thick glasses.

    Josephine Baker, toast of Paris, the world’s first Black female superstar, one of its most photographed women and Europe’s highest-paid entertainer, was travelling, openly and in her habitual style, as herself – but she was playing a brand new role.

    Continue reading...", - "category": "Espionage", - "link": "https://www.theguardian.com/world/2021/nov/28/dancer-singer-spy-frances-pantheon-to-honour-josephine-baker", - "creator": "Jon Henleyin Paris", - "pubDate": "2021-11-28T14:09:32Z", + "title": "Now He Tells Us", + "description": "Dr. Anthony Fauci discovers that life involves trade-offs.", + "content": "Dr. Anthony Fauci discovers that life involves trade-offs.", + "category": "PAID", + "link": "https://www.wsj.com/articles/now-he-tells-us-11641237684", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 14:21:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "41a6fc451b0467e3c93c04b796dbac79" + "hash": "f969e057b18e8ab24275de23018ecfc9", + "highlights": [] }, { - "title": "‘Unapologetically truthful and unapologetically Blak’: Australia bows down to Barkaa", - "description": "

    After overcoming personal tragedy, the rapper has clawed her way back – with a politically potent debut EP dedicated to First Nations women

    Baarka didn’t come to mess around. Born Chloe Quayle, the 26-year-old rapper was a former teenage ice addict who did three stints in jail – during her last, five years ago, she gave birth to her third child.

    Now the Malyangapa Barkindji woman has clawed her way back from what she describes as “the pits of hell” and is on the verge of releasing her debut EP, Blak Matriarchy, through Briggs’ Bad Apples Music. She has been celebrated by GQ as “the new matriarch of Australian rap”; and has her face plastered on billboards across New York, Los Angeles and London as part of YouTube’s Black Voices Music Class of 2022. (“I nearly fainted when I saw [pictures of it],” Barkaa says when we meet over Zoom. “The amount of pride that came from my family and my community ... It was a huge honour.”)

    Continue reading...", - "content": "

    After overcoming personal tragedy, the rapper has clawed her way back – with a politically potent debut EP dedicated to First Nations women

    Baarka didn’t come to mess around. Born Chloe Quayle, the 26-year-old rapper was a former teenage ice addict who did three stints in jail – during her last, five years ago, she gave birth to her third child.

    Now the Malyangapa Barkindji woman has clawed her way back from what she describes as “the pits of hell” and is on the verge of releasing her debut EP, Blak Matriarchy, through Briggs’ Bad Apples Music. She has been celebrated by GQ as “the new matriarch of Australian rap”; and has her face plastered on billboards across New York, Los Angeles and London as part of YouTube’s Black Voices Music Class of 2022. (“I nearly fainted when I saw [pictures of it],” Barkaa says when we meet over Zoom. “The amount of pride that came from my family and my community ... It was a huge honour.”)

    Continue reading...", - "category": "Rap", - "link": "https://www.theguardian.com/music/2021/nov/29/unapologetically-truthful-and-unapologetically-blak-australia-bows-down-to-barkaa", - "creator": "Janine Israel", - "pubDate": "2021-11-28T16:30:31Z", + "title": "Entitlements Always Grow and Grow", + "description": "The ‘equally worthy claim’ inexorably prompts further expansion, regardless of lawmakers’ initial limits.", + "content": "The ‘equally worthy claim’ inexorably prompts further expansion, regardless of lawmakers’ initial limits.", + "category": "PAID", + "link": "https://www.wsj.com/articles/entitlements-only-grow-build-back-better-bill-eligibility-aid-expansion-manchin-schumer-11641243361", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 18:07:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ac3cfa172a2bafcaa1146f81d9f6dfe" + "hash": "f1d93c4f0f05c045050f75bb85b75d91", + "highlights": [] }, { - "title": "Readers reply: which monarchs would have lived longer if modern medicine had been available?", - "description": "

    The long-running series in which readers answer other readers’ questions on subjects ranging from trivial flights of fancy to profound scientific and philosophical concepts

    Which British monarchs would have survived their illness or wounding if today’s medical knowledge had existed then? (Bonus question: which monarchs would we have had but for illnesses that are now easily preventable?) Jane Shaw

    Send new questions to nq@theguardian.com.

    Continue reading...", - "content": "

    The long-running series in which readers answer other readers’ questions on subjects ranging from trivial flights of fancy to profound scientific and philosophical concepts

    Which British monarchs would have survived their illness or wounding if today’s medical knowledge had existed then? (Bonus question: which monarchs would we have had but for illnesses that are now easily preventable?) Jane Shaw

    Send new questions to nq@theguardian.com.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/nov/28/readers-reply-which-monarchs-would-have-lived-longer-if-modern-medicine-had-been-available", + "title": "Covid Should Revive School Vouchers as a Liberal Cause", + "description": "A 1970 proposal would base grants on income, equalizing opportunity for rich and poor.", + "content": "A 1970 proposal would base grants on income, equalizing opportunity for rich and poor.", + "category": "PAID", + "link": "https://www.wsj.com/articles/covid-should-revive-school-vouchers-as-a-liberal-cause-education-equal-access-11641242963", "creator": "", - "pubDate": "2021-11-28T14:00:28Z", + "pubDate": "Mon, 03 Jan 2022 18:05:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0594086961347f4f43ce14554308ba1d" + "hash": "6f378e58b4463cb3db06d1c7cabdafb9", + "highlights": [] }, { - "title": "Israel seals borders and Morocco bans flights as Omicron Covid fears rise", - "description": "

    Red-listing of 50 African countries and use of phone monitoring technology among measures approved by Israel

    Israel is barring entry to all foreign nationals and Morocco is suspending all incoming flights for two weeks, in the two most drastic of travel restrictions imposed by countries around the world in an attempt to slow the spread of the new Omicron variant of coronavirus.

    Israel’s coronavirus cabinet has authorised a series of measures including banning entry by foreigners, red-listing travel to 50 African countries, and making quarantine mandatory for all Israelis arriving from abroad. The entry ban is expected to come into effect at midnight local time (10pm GMT) on Sunday.

    Continue reading...", - "content": "

    Red-listing of 50 African countries and use of phone monitoring technology among measures approved by Israel

    Israel is barring entry to all foreign nationals and Morocco is suspending all incoming flights for two weeks, in the two most drastic of travel restrictions imposed by countries around the world in an attempt to slow the spread of the new Omicron variant of coronavirus.

    Israel’s coronavirus cabinet has authorised a series of measures including banning entry by foreigners, red-listing travel to 50 African countries, and making quarantine mandatory for all Israelis arriving from abroad. The entry ban is expected to come into effect at midnight local time (10pm GMT) on Sunday.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/28/coronavirus-new-restrictions-omicron-israel", - "creator": "Jennifer Rankin and agencies", - "pubDate": "2021-11-28T19:13:46Z", + "title": "Covid Isolation Sows a Gardening Boom", + "description": "Cut off from society, Americans found a green new world in the backyard.", + "content": "Cut off from society, Americans found a green new world in the backyard.", + "category": "PAID", + "link": "https://www.wsj.com/articles/pandemic-isolation-sows-a-gardening-boom-plant-seed-backyards-record-sales-covid-19-lockdown-11641242910", + "creator": "", + "pubDate": "Mon, 03 Jan 2022 18:04:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17166a9d86b9e106a86087f39663d3c6" + "hash": "c668efa1f378a6f92864997650a21fb0", + "highlights": [] }, { - "title": "Michael Cohen: prosecutors could ‘indict Trump tomorrow’ if they wanted", - "description": "

    New York investigation of Trump Organization is one of a number of sources of legal jeopardy for the former president

    Prosecutors in New York could “indict Donald Trump tomorrow if they really wanted and be successful”, the ex-president’s former lawyer and fixer Michael Cohen said on Sunday, discussing investigations of Trump’s business affairs.

    Asked if he was “confident you did help Donald Trump commit crimes”, Cohen told NBC’s Meet the Press: “I can assure you that Donald Trump is guilty of his own crimes. Was I involved in much of the inflation and deflation of his assets? The answer to that is yes.”

    Continue reading...", - "content": "

    New York investigation of Trump Organization is one of a number of sources of legal jeopardy for the former president

    Prosecutors in New York could “indict Donald Trump tomorrow if they really wanted and be successful”, the ex-president’s former lawyer and fixer Michael Cohen said on Sunday, discussing investigations of Trump’s business affairs.

    Asked if he was “confident you did help Donald Trump commit crimes”, Cohen told NBC’s Meet the Press: “I can assure you that Donald Trump is guilty of his own crimes. Was I involved in much of the inflation and deflation of his assets? The answer to that is yes.”

    Continue reading...", - "category": "Michael Cohen", - "link": "https://www.theguardian.com/us-news/2021/nov/28/michael-cohen-trump-organization-investigations", - "creator": "Martin Pengelly in New York", - "pubDate": "2021-11-28T17:01:13Z", + "title": "Can Social Media Alter a War?", + "description": "A 2019 experiment exploited Facebook and Instagram to manipulate soldiers.", + "content": "A 2019 experiment exploited Facebook and Instagram to manipulate soldiers.", + "category": "PAID", + "link": "https://www.wsj.com/articles/can-social-media-alter-a-war-nato-russian-bots-colonial-pipeline-national-security-ukraine-cyberwarfare-hack-invasion-11641130267", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 12:45:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22b839ae04c0b29c7df6b94347e65837" + "hash": "3986b5a7b49a8131e6501a52763bad6d", + "highlights": [] }, { - "title": "Honduras presidential election: a referendum on the nation’s corruption and drugs", - "description": "

    The next congress will have the opportunity to elect a new supreme court, attorney general and state auditors

    Hondurans head to the polls on Sunday in the first general election since US federal prosecutors laid out detailed evidence of intimate ties between drug smugglers and the Honduran state.

    The country’s past three presidents, as well as local mayors, legislators, police and military commanders have been linked to drug trafficking in what US prosecutors have described as a narco-state.

    Continue reading...", - "content": "

    The next congress will have the opportunity to elect a new supreme court, attorney general and state auditors

    Hondurans head to the polls on Sunday in the first general election since US federal prosecutors laid out detailed evidence of intimate ties between drug smugglers and the Honduran state.

    The country’s past three presidents, as well as local mayors, legislators, police and military commanders have been linked to drug trafficking in what US prosecutors have described as a narco-state.

    Continue reading...", - "category": "Honduras", - "link": "https://www.theguardian.com/world/2021/nov/28/honduras-presidential-election-juan-orlando-hernandez", - "creator": "Jeff Ernst in Tegucigalpa", - "pubDate": "2021-11-28T10:00:24Z", + "title": "The Warren-Biden Bank Heist", + "description": "A coup at the FDIC breaks norms and signals more political control of finance.", + "content": "A coup at the FDIC breaks norms and signals more political control of finance.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-senator-elizabeth-warren-biden-bank-heist-fdic-jelena-mcwilliams-rohit-chopra-gruenberg-khan-cfpb-federal-reserve-nominee-11641155812", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 18:02:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3753660330797415af3c4467898be4b7" + "hash": "68996ef53fb4259c4712fa41ee5781cb", + "highlights": [] }, { - "title": "New Zealand’s secondary art market is booming – now artists want a share", - "description": "

    Without a resale royalty scheme, struggling artists are missing out on much needed money for their work

    This month New Zealand artist Ayesha Green watched in surprise as one of her artworks fetched $48,000 at auction – $29,000 more than she sold it for just a year earlier. The hammer price was sizeable for an artist who describes herself as somewhere between emerging and mid-career, and if the country had a resale royalty scheme for artists in place, Green would have taken home a healthy paycheque to put towards her practice.

    But, like all local artists whose work sells at auction, Green gets nothing.

    Continue reading...", - "content": "

    Without a resale royalty scheme, struggling artists are missing out on much needed money for their work

    This month New Zealand artist Ayesha Green watched in surprise as one of her artworks fetched $48,000 at auction – $29,000 more than she sold it for just a year earlier. The hammer price was sizeable for an artist who describes herself as somewhere between emerging and mid-career, and if the country had a resale royalty scheme for artists in place, Green would have taken home a healthy paycheque to put towards her practice.

    But, like all local artists whose work sells at auction, Green gets nothing.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/nov/29/new-zealands-secondary-art-market-is-booming-now-artists-want-a-share", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-11-28T19:00:34Z", + "title": "No Justice for Cuba's July 11 Protesters", + "description": "The Havana regime used the Christmas holidays to issue prison sentences of up to 30 years.", + "content": "The Havana regime used the Christmas holidays to issue prison sentences of up to 30 years.", + "category": "PAID", + "link": "https://www.wsj.com/articles/no-justice-for-cuba-july-11-protesters-havana-government-prison-activists-arrest-communist-aguilar-rivera-human-rights-minor-11641152872", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 17:01:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5136c047f075ac028921f47fde2f0201" + "hash": "7208f52ed332611e8f4d00c81f684ed9", + "highlights": [] }, { - "title": "Australia politics live update: national cabinet to discuss Omicron response as Covid variant detected in NSW; ABC announces new RN Breakfast host", - "description": "

    Passengers on flight with two passengers who tested positive to the new coronavirus variant told to isolate for two weeks; Patricia Karvelas announced as Fran Kelly’s replacement for RN Breakfast; radical plan to rehome racehorses; last sitting week of 2021. Follow all the news live

    Over on Sydney radio 2GB NSW police minister David Elliott said he met with with premier Dominic Perrottet and health minister Brad Hazzard on Sunday about what NSW would do:

    I’m not panicking at the moment because it appears that this is going to be the new normal.

    We need to prepare and ... make sure that we’re flexible and agile when it comes to variations and we need to be defensive and that defensive mechanism of course, is the vaccination.

    So, we’re taking a risk-balanced approach at the moment and concentrating on those nine southern African countries.

    We have increased our surveillance at the border, and after the border, we’re working very closely with our colleagues in New South Wales and Victoria, particularly, because they’re the ones that have had quarantine-free travel, as well as in the ACT, as to what is the best approach.

    Continue reading...", - "content": "

    Passengers on flight with two passengers who tested positive to the new coronavirus variant told to isolate for two weeks; Patricia Karvelas announced as Fran Kelly’s replacement for RN Breakfast; radical plan to rehome racehorses; last sitting week of 2021. Follow all the news live

    Over on Sydney radio 2GB NSW police minister David Elliott said he met with with premier Dominic Perrottet and health minister Brad Hazzard on Sunday about what NSW would do:

    I’m not panicking at the moment because it appears that this is going to be the new normal.

    We need to prepare and ... make sure that we’re flexible and agile when it comes to variations and we need to be defensive and that defensive mechanism of course, is the vaccination.

    So, we’re taking a risk-balanced approach at the moment and concentrating on those nine southern African countries.

    We have increased our surveillance at the border, and after the border, we’re working very closely with our colleagues in New South Wales and Victoria, particularly, because they’re the ones that have had quarantine-free travel, as well as in the ACT, as to what is the best approach.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/nov/29/australia-news-live-updates-omicron-variant-detected-nsw-states-tighten-border-restrictions-covid-scott-morrison-vaccine-daniel-andrews-victoria-sydney", - "creator": "Amy Remeikis", - "pubDate": "2021-11-28T21:25:11Z", + "title": "Betty White, a Humble Superstar", + "description": "Along with sitcoms, she shined on ‘Candid Camera’ and as a game-show guest.", + "content": "Along with sitcoms, she shined on ‘Candid Camera’ and as a game-show guest.", + "category": "PAID", + "link": "https://www.wsj.com/articles/betty-white-a-humble-superstar-dead-death-passing-99-100-new-years-hot-in-cleveland-mary-tyler-moore-golden-girls-11641130695", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 12:44:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6df9d8565d6a1b43a40497d1dee32de3" + "hash": "77bc8318205c4cd4ea3f99a2b32e1284", + "highlights": [] }, { - "title": "Tanzania to lift ban on teenage mothers returning to school", - "description": "

    Girls to have two years in which to return to school after giving birth, but will still be excluded whilst pregnant

    The Tanzanian government has announced it will lift a controversial ban on teenage mothers continuing their education.

    Girls will have two years in which to return to school after giving birth, the ministry of education said. However, the move is not legally binding and girls will continue to be banned from class while pregnant.

    Continue reading...", - "content": "

    Girls to have two years in which to return to school after giving birth, but will still be excluded whilst pregnant

    The Tanzanian government has announced it will lift a controversial ban on teenage mothers continuing their education.

    Girls will have two years in which to return to school after giving birth, the ministry of education said. However, the move is not legally binding and girls will continue to be banned from class while pregnant.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/26/tanzania-to-lift-ban-on-teenage-mothers-returning-to-school", - "creator": "Alice McCool in Kampala", - "pubDate": "2021-11-26T10:10:26Z", + "title": "The End of the GOP Gerrymander Panic", + "description": "Republicans may not be the 2022 redistricting favorites after all.", + "content": "Republicans may not be the 2022 redistricting favorites after all.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-end-of-the-gop-gerrymander-panic-marc-elias-redistricting-texas-california-new-york-new-jersey-florida-north-carolina-11641163075", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 18:01:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "337aeb2ec25311d4f6b231616d7da6aa" + "hash": "bbfab713856adc06cb2bd97aee2c74a1", + "highlights": [] }, { - "title": "Battery power: five innovations for cleaner, greener electric vehicles", - "description": "

    EVs are seen as key in transition to low-carbon economy, but as their human and environmental costs become clearer, can new tech help?

    While the journey to a low-carbon economy is well under way, the best route to get there remains up for debate. But, amid the slew of “pathways” and “roadmaps”, one broad consensus exists: “clean” technology will play a vital role.

    Nowhere is this truer than for transport. To cut vehicle emissions, an alternative to the combustion engine is required.

    Continue reading...", - "content": "

    EVs are seen as key in transition to low-carbon economy, but as their human and environmental costs become clearer, can new tech help?

    While the journey to a low-carbon economy is well under way, the best route to get there remains up for debate. But, amid the slew of “pathways” and “roadmaps”, one broad consensus exists: “clean” technology will play a vital role.

    Nowhere is this truer than for transport. To cut vehicle emissions, an alternative to the combustion engine is required.

    Continue reading...", - "category": "Recycling", - "link": "https://www.theguardian.com/global-development/2021/nov/26/battery-power-five-innovations-for-cleaner-greener-electric-vehicles", - "creator": "Oliver Balch", - "pubDate": "2021-11-26T09:00:24Z", + "title": "Millennials Are the Silencing Generation", + "description": "Baby boomers were carefree and exuberant; our children are dour and anxious.", + "content": "Baby boomers were carefree and exuberant; our children are dour and anxious.", + "category": "PAID", + "link": "https://www.wsj.com/articles/millennials-are-the-silencing-generation-youth-movement-baby-boomers-jobs-generation-gen-zer-cancel-culture-woke-progressive-11641153923", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 17:00:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "98a27a42666d5d3e658c10b4ccf572a3" + "hash": "7f5e8ca78f700297ba4ebfd3e1a35e2d", + "highlights": [] }, { - "title": "What does appearance of Omicron mean for the double-jabbed?", - "description": "

    We find out how much protection Covid vaccines may offer amid speculation new variant could be more resistant

    The emergence of Omicron has prompted widespread speculation that it may be more resistant to Covid-19 vaccines than existing variants, including Delta. But what does that mean for the average double-vaccinated person?

    All the vaccines currently available in the UK work by training the immune system against the coronavirus spike protein – the key it uses to infect cells by binding to the ACE2 receptor. Omicron possesses more than 30 mutations in this protein, including 10 in the so-called “receptor-binding domain” (RBD) – the specific part that latches on to this receptor. Delta has two RBD mutations.

    Continue reading...", - "content": "

    We find out how much protection Covid vaccines may offer amid speculation new variant could be more resistant

    The emergence of Omicron has prompted widespread speculation that it may be more resistant to Covid-19 vaccines than existing variants, including Delta. But what does that mean for the average double-vaccinated person?

    All the vaccines currently available in the UK work by training the immune system against the coronavirus spike protein – the key it uses to infect cells by binding to the ACE2 receptor. Omicron possesses more than 30 mutations in this protein, including 10 in the so-called “receptor-binding domain” (RBD) – the specific part that latches on to this receptor. Delta has two RBD mutations.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/28/what-does-appearance-of-omicron-mean-for-the-double-jabbed", - "creator": "Linda Geddes", - "pubDate": "2021-11-28T20:15:44Z", + "title": "10 Things to Love About America", + "description": "An immigrant’s social media posts express love for the land to which he came.", + "content": "An immigrant’s social media posts express love for the land to which he came.", + "category": "PAID", + "link": "https://www.wsj.com/articles/10-things-to-love-america-patriotism-liberty-immigrant-amjad-masad-tech-silicon-valley-woke-crt-11640902246", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 18:58:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27a054c057437884b0c0cc3cf8c52f2c" + "hash": "294e8bc84be763f8c3891d5056829941", + "highlights": [] }, { - "title": "French coastguard's mayday call after boat capsized – audio", - "description": "

    The French coastguard mayday call emerged on Thursday after 27 people drowned trying to cross the Channel. All ships were alerted in the area about \"approximately\" 15 people being overboard and to report information to Gris-Nez emergency officials.

    An emergency search began at about 2pm on Wednesday when a fishing boat sounded the alarm after spotting several people at sea off the coast of France. The cause of the accident has not been formally established but the boat used was inflatable and when found by rescuers was mostly deflated

    Continue reading...", - "content": "

    The French coastguard mayday call emerged on Thursday after 27 people drowned trying to cross the Channel. All ships were alerted in the area about \"approximately\" 15 people being overboard and to report information to Gris-Nez emergency officials.

    An emergency search began at about 2pm on Wednesday when a fishing boat sounded the alarm after spotting several people at sea off the coast of France. The cause of the accident has not been formally established but the boat used was inflatable and when found by rescuers was mostly deflated

    Continue reading...", - "category": "Migration", - "link": "https://www.theguardian.com/world/video/2021/nov/25/french-coastguards-mayday-call-after-boat-capsized-audio", + "title": "Pandemic Jobless Benefits and Work", + "description": "A new study shows the enhanced payments reduced employment.", + "content": "A new study shows the enhanced payments reduced employment.", + "category": "PAID", + "link": "https://www.wsj.com/articles/pandemic-jobless-benefits-and-work-unemployment-expansion-stimulus-covid-19-workforce-participation-omnicron-build-back-better-11641163730", "creator": "", - "pubDate": "2021-11-25T20:55:08Z", + "pubDate": "Sun, 02 Jan 2022 18:01:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a971f0f6bff875ed9c0ac638a125e9c" + "hash": "7f04bea17b7714fb5b107927cec4b84a", + "highlights": [] }, { - "title": "Priti Patel says UK will cooperate with France to stop refugees crossing the Channel – video", - "description": "

    The home secretary said it was up to France to stop refugees crossing the Channel in small boats, after 27 people, mostly Kurds from Iraq or Iran, drowned trying to reach the UK in an inflatable boat.

    Making a statement to MPs, Patel said that while there was no rapid solution to the issue of people seeking to make the crossing, she had reiterated a UK offer to send more police to France.

    Patel told the Commons she had just spoken to her French counterpart, Gérald Darmanin, after the disaster in which 17 men, seven women and three adolescents – two boys and a girl – drowned

    Continue reading...", - "content": "

    The home secretary said it was up to France to stop refugees crossing the Channel in small boats, after 27 people, mostly Kurds from Iraq or Iran, drowned trying to reach the UK in an inflatable boat.

    Making a statement to MPs, Patel said that while there was no rapid solution to the issue of people seeking to make the crossing, she had reiterated a UK offer to send more police to France.

    Patel told the Commons she had just spoken to her French counterpart, Gérald Darmanin, after the disaster in which 17 men, seven women and three adolescents – two boys and a girl – drowned

    Continue reading...", - "category": "Migration", - "link": "https://www.theguardian.com/world/video/2021/nov/25/priti-patel-says-uk-will-cooperate-with-france-refugees-channel-video", + "title": "No, Joe Biden Didn't Save Christmas", + "description": "Millions of American workers saved a complex economy from buckling.", + "content": "Millions of American workers saved a complex economy from buckling.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-did-not-save-christmas-supply-chain-economy-frontline-workers-labor-market-covid-omicron-welfare-build-back-better-psaki-11640806855", "creator": "", - "pubDate": "2021-11-25T16:33:21Z", + "pubDate": "Wed, 29 Dec 2021 18:05:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bcabf77fd211716ffc4130a56fe70d42" + "hash": "ae2a4ab04359de8446cc2326a215d050", + "highlights": [] }, { - "title": "Australia Covid live update: Omicron detected in NSW, states tighten border restrictions; ABC announces new RN Breakfast host", - "description": "

    Passengers on flight with two passengers who tested positive to the new coronavirus variant told to isolate for two weeks; Patricia Karvelas announced as Fran Kelly’s replacement for RN Breakfast; radical plan to rehome racehorses; last sitting week of 2021. Follow all the news live

    Over on Sydney radio 2GB NSW police minister David Elliott said he met with with premier Dominic Perrottet and health minister Brad Hazzard on Sunday about what NSW would do:

    I’m not panicking at the moment because it appears that this is going to be the new normal.

    We need to prepare and ... make sure that we’re flexible and agile when it comes to variations and we need to be defensive and that defensive mechanism of course, is the vaccination.

    So, we’re taking a risk-balanced approach at the moment and concentrating on those nine southern African countries.

    We have increased our surveillance at the border, and after the border, we’re working very closely with our colleagues in New South Wales and Victoria, particularly, because they’re the ones that have had quarantine-free travel, as well as in the ACT, as to what is the best approach.

    Continue reading...", - "content": "

    Passengers on flight with two passengers who tested positive to the new coronavirus variant told to isolate for two weeks; Patricia Karvelas announced as Fran Kelly’s replacement for RN Breakfast; radical plan to rehome racehorses; last sitting week of 2021. Follow all the news live

    Over on Sydney radio 2GB NSW police minister David Elliott said he met with with premier Dominic Perrottet and health minister Brad Hazzard on Sunday about what NSW would do:

    I’m not panicking at the moment because it appears that this is going to be the new normal.

    We need to prepare and ... make sure that we’re flexible and agile when it comes to variations and we need to be defensive and that defensive mechanism of course, is the vaccination.

    So, we’re taking a risk-balanced approach at the moment and concentrating on those nine southern African countries.

    We have increased our surveillance at the border, and after the border, we’re working very closely with our colleagues in New South Wales and Victoria, particularly, because they’re the ones that have had quarantine-free travel, as well as in the ACT, as to what is the best approach.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/nov/29/australia-news-live-updates-omicron-variant-detected-nsw-states-tighten-border-restrictions-covid-scott-morrison-vaccine-daniel-andrews-victoria-sydney", - "creator": "Amy Remeikis", - "pubDate": "2021-11-28T21:12:25Z", + "title": "Another New York Gun Rights Showdown", + "description": "A lawsuit challenges Albany’s law against out-of-state firearm manufacturers and sellers.", + "content": "A lawsuit challenges Albany’s law against out-of-state firearm manufacturers and sellers.", + "category": "PAID", + "link": "https://www.wsj.com/articles/another-new-york-gun-rights-showdown-lawsuit-constitution-supreme-court-11640385179", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 17:57:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca1eddcd509d51c44ec8933bdd229247" + "hash": "57930724e6ea7fdfa43c24cc1c1d1e69", + "highlights": [] }, { - "title": "Omicron’s full impact will be felt in countries where fewer are vaccinated", - "description": "

    Analysis: the new coronavirus variant seems highly transmissible, but the big question is whether it causes severe disease. Either way, poorer nations will be hit hardest

    In early August Gideon Schreiber and a team of virologists at the Weizmann Institute of Science in Israel began playing around with the spike protein of the Sars-CoV-2 virus – the protein that allows the virus to enter our cells – to see if they could predict future mutations that could yield dangerous new variants of Covid-19.

    At the time, Schreiber noted with concern that there were a variety of ways in which the spike protein could evolve. If all of these mutations occurred at once, it could yield a variant that was both extremely transmissible and potentially capable of evading some of the body’s immune defences, blunting the efficacy of the vaccines.

    Continue reading...", - "content": "

    Analysis: the new coronavirus variant seems highly transmissible, but the big question is whether it causes severe disease. Either way, poorer nations will be hit hardest

    In early August Gideon Schreiber and a team of virologists at the Weizmann Institute of Science in Israel began playing around with the spike protein of the Sars-CoV-2 virus – the protein that allows the virus to enter our cells – to see if they could predict future mutations that could yield dangerous new variants of Covid-19.

    At the time, Schreiber noted with concern that there were a variety of ways in which the spike protein could evolve. If all of these mutations occurred at once, it could yield a variant that was both extremely transmissible and potentially capable of evading some of the body’s immune defences, blunting the efficacy of the vaccines.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/27/omicrons-full-impact-will-be-felt-in-countries-where-fewer-are-vaccinated", - "creator": "David Cox", - "pubDate": "2021-11-27T15:04:41Z", + "title": "The CFPB's Arbitrary Attacks on Payday Loans", + "description": "Regulators want to place harsh restrictions on short-term lenders, but that would end up harming consumers.", + "content": "Regulators want to place harsh restrictions on short-term lenders, but that would end up harming consumers.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-cfpb-arbitrary-attacks-on-payday-loans-short-term-consumer-protection-welfare-rohit-chopra-11641153287", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 17:03:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db31e6d5a5fcc028fc10db1df4c28f45" + "hash": "a28f78a1e2e3d6b93bb84d2dad4d3d84", + "highlights": [] }, { - "title": "Covid live news: Austria reports first case of Omicron as new variant continues to spread", - "description": "

    Austria becomes latest country to detect Omicron; Sajid Javid says UK should still plan for Christmas ‘as normal’; Anthony Fauci says new variant is probably already in the US

    China could face more than 630,000 Covid-19 infections a day if it dropped its zero-tolerance policies by lifting travel curbs, according to a study by Peking University mathematicians, Reuters reports.

    In the report by the Chinese Centre for Disease Control and Prevention, the mathematicians said China could not afford to lift travel restrictions without more efficient vaccinations or specific treatments.

    Continue reading...", - "content": "

    Austria becomes latest country to detect Omicron; Sajid Javid says UK should still plan for Christmas ‘as normal’; Anthony Fauci says new variant is probably already in the US

    China could face more than 630,000 Covid-19 infections a day if it dropped its zero-tolerance policies by lifting travel curbs, according to a study by Peking University mathematicians, Reuters reports.

    In the report by the Chinese Centre for Disease Control and Prevention, the mathematicians said China could not afford to lift travel restrictions without more efficient vaccinations or specific treatments.

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/world/live/2021/nov/28/covid-live-news-uk-germany-and-italy-detect-omicron-cases-israel-bans-all-visitors", - "creator": "Charlie Moloney (now), Martin Farrer(earlier)", - "pubDate": "2021-11-28T09:56:35Z", + "title": "Will the Crime Wave Soon Crest?", + "description": "There’s already a backlash against antipolice policies, and demographic trends are encouraging.", + "content": "There’s already a backlash against antipolice policies, and demographic trends are encouraging.", + "category": "PAID", + "link": "https://www.wsj.com/articles/will-crime-wave-crest-chicago-new-york-los-angeles-homicide-felon-bail-reform-2021-shooting-killing-demographics-immigration-11641152861", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 17:05:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05e5973d7a03a17a97365fee4d5de59f" + "hash": "ed9c218ad4f03bd47745cf24fedec64e", + "highlights": [] }, { - "title": "Ghislaine Maxwell sex-trafficking trial finally to begin in earnest", - "description": "

    British socialite faces six counts alleging that she helped recruit and groom teenage girls for Jeffrey Epstein to sexually abuse

    Ghislaine Maxwell’s sex-trafficking trial is scheduled to start in earnest in federal court in Manhattan on Monday with opening statements about the eagerly awaited case.

    The first arguments will set the stage for a six-week trial in which the British socialite’s alleged involvement in Jeffrey Epstein’s crimes will be aired in grueling detail, outlining how prosecutors and defense attorneys will approach the proceedings.

    Continue reading...", - "content": "

    British socialite faces six counts alleging that she helped recruit and groom teenage girls for Jeffrey Epstein to sexually abuse

    Ghislaine Maxwell’s sex-trafficking trial is scheduled to start in earnest in federal court in Manhattan on Monday with opening statements about the eagerly awaited case.

    The first arguments will set the stage for a six-week trial in which the British socialite’s alleged involvement in Jeffrey Epstein’s crimes will be aired in grueling detail, outlining how prosecutors and defense attorneys will approach the proceedings.

    Continue reading...", - "category": "Ghislaine Maxwell", - "link": "https://www.theguardian.com/us-news/2021/nov/28/ghislaine-maxwell-sex-trafficking-trial-jeffrey-epstein", - "creator": "Victoria Bekiempis", - "pubDate": "2021-11-28T06:00:19Z", + "title": "Omicron Variant May End Up Saving Lives", + "description": "It’s far less lethal than previous versions, and its fast spread may finally push us to herd immunity.", + "content": "It’s far less lethal than previous versions, and its fast spread may finally push us to herd immunity.", + "category": "PAID", + "link": "https://www.wsj.com/articles/omicron-variant-may-end-up-saving-lives-infection-antibodies-spread-sick-covid-19-coronavirus-hospitalization-death-vaccine-11641153969", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 17:04:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "64cfa35832e7f5bd00baa7b5da98b071" + "hash": "671b59d1124b595be8abb2112eab1b48", + "highlights": [] }, { - "title": "Ride on, baby: NZ politician cycles to hospital to give birth – for the second time", - "description": "

    Green party MP Julie Anne Genter set off for the hospital while already in labour, and gave birth an hour later

    New Zealand MP Julie Anne Genter got on her bicycle early on Sunday and headed to the hospital. She was already in labour and she gave birth an hour later.

    “Big news!” the Greens politician posted on her Facebook page a few hours later. “At 3.04am this morning we welcomed the newest member of our family. I genuinely wasn’t planning to cycle in labour, but it did end up happening.”

    Continue reading...", - "content": "

    Green party MP Julie Anne Genter set off for the hospital while already in labour, and gave birth an hour later

    New Zealand MP Julie Anne Genter got on her bicycle early on Sunday and headed to the hospital. She was already in labour and she gave birth an hour later.

    “Big news!” the Greens politician posted on her Facebook page a few hours later. “At 3.04am this morning we welcomed the newest member of our family. I genuinely wasn’t planning to cycle in labour, but it did end up happening.”

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/nov/28/ride-on-baby-nz-politician-cycles-to-hospital-to-give-birth-for-the-second-time", - "creator": "Reuters", - "pubDate": "2021-11-28T03:42:20Z", + "title": "2022's Biggest Challenges Come From Russia and Iran", + "description": "U.S. and allied security depends on approaching these threats from a position of strength.", + "content": "U.S. and allied security depends on approaching these threats from a position of strength.", + "category": "PAID", + "link": "https://www.wsj.com/articles/2022-biggest-challenges-come-from-russia-and-iran-nato-nuclear-weapons-missiles-biden-putin-ukraine-invasion-11641153237", + "creator": "", + "pubDate": "Sun, 02 Jan 2022 17:03:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60276bad53a03cea8e101aa2334e6ec8" + "hash": "68c67e4d7299a89dc17398adf2403156", + "highlights": [] }, { - "title": "Fury as Nadine Dorries rejects fellow Tory’s groping claim against PM’s father", - "description": "

    Women in Westminster rally to support Tory MP Caroline Nokes after culture secretary’s denial

    Nadine Dorries was embroiled in a row with fellow Tory MP Caroline Nokes this weekend after the culture secretary dismissed her allegations of inappropriate touching against the prime minister’s father.

    Dorries said she had known Stanley Johnson for 15 years and described him as a gentleman. She rejected Nokes’s claim that he had “smacked her on the backside” at the Conservative party conference in 2003. “I don’t believe it happened,” she said in an interview with the Daily Mail. “It never happened to me. Perhaps there is something wrong with me.”

    Continue reading...", - "content": "

    Women in Westminster rally to support Tory MP Caroline Nokes after culture secretary’s denial

    Nadine Dorries was embroiled in a row with fellow Tory MP Caroline Nokes this weekend after the culture secretary dismissed her allegations of inappropriate touching against the prime minister’s father.

    Dorries said she had known Stanley Johnson for 15 years and described him as a gentleman. She rejected Nokes’s claim that he had “smacked her on the backside” at the Conservative party conference in 2003. “I don’t believe it happened,” she said in an interview with the Daily Mail. “It never happened to me. Perhaps there is something wrong with me.”

    Continue reading...", - "category": "Nadine Dorries", - "link": "https://www.theguardian.com/politics/2021/nov/28/fury-as-nadine-dorries-rejects-fellow-torys-groping-claim-against-pms-father", - "creator": "Jon Ungoed-Thomas", - "pubDate": "2021-11-28T09:45:22Z", + "title": "Escape From The Swamp", + "description": "A historic exodus from D.C. and other highly regulated locales.", + "content": "A historic exodus from D.C. and other highly regulated locales.", + "category": "PAID", + "link": "https://www.wsj.com/articles/escape-from-the-swamp-11640732030", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 17:53:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c62ff786014ecae49f6951df863ca206" + "hash": "0faf0bbb1127d1f004b90c68ad611632", + "highlights": [] }, { - "title": "Stowaway survives flight from Guatemala to Miami hidden in plane’s landing gear", - "description": "

    The Guatemalan man was taken to hospital by immigration officials after emerging from the plane on the tarmac

    A stowaway hidden in the landing gear compartment of an American Airlines jet survived a flight from his home country of Guatemala to Miami, where he was turned over to US immigration officials and taken to a hospital for evaluation.

    The US customs and border protection agency confirmed the incident in a statement initially cited by Miami-based television station WTVJ, which posted video taken of the man at Miami international airport shortly after the plane landed on Saturday.

    Continue reading...", - "content": "

    The Guatemalan man was taken to hospital by immigration officials after emerging from the plane on the tarmac

    A stowaway hidden in the landing gear compartment of an American Airlines jet survived a flight from his home country of Guatemala to Miami, where he was turned over to US immigration officials and taken to a hospital for evaluation.

    The US customs and border protection agency confirmed the incident in a statement initially cited by Miami-based television station WTVJ, which posted video taken of the man at Miami international airport shortly after the plane landed on Saturday.

    Continue reading...", - "category": "Miami", - "link": "https://www.theguardian.com/us-news/2021/nov/28/stowaway-survives-flight-from-guatemala-to-miami-hidden-in-planes-landing-gear", - "creator": "Reuters", - "pubDate": "2021-11-28T05:50:43Z", + "title": "The Conformity Crackup of 2021", + "description": "From Covid lockdowns to crime and cops, the political-media consensus was wrong.", + "content": "From Covid lockdowns to crime and cops, the political-media consensus was wrong.", + "category": "PAID", + "link": "https://www.wsj.com/articles/media-conformity-wuhan-covid-russia-crime-11640805471", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 18:56:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5cd3eefcd7792edd4e11e0e91551a0ef" + "hash": "0e7ddf83686699edeb29cf0d1f902b01", + "highlights": [] }, { - "title": "Bee aware: do you know what is in that cheap jar of honey?", - "description": "

    British beekeepers call for stricter labelling on supermarket blends to identify the countries of origin

    British beekeepers are calling for a requirement on supermarkets and other retailers to label cheap honey imports from China and other nations with the country of origin after claims that part of the global supply is bulked out with sugar syrup.

    The UK is the world’s biggest importer of Chinese honey, which can be one sixth of the price of the honey produced by bees in Britain. Supermarket own-label honey from China can be bought for as little as 69p a jar. Supermarkets say every jar of honey is “100% pure” and can be traced back to the beekeeper, but there is no requirement to identify the countries of origin of honey blended from more than one country. The European Union is now considering new rules to improve consumer information for honey and ensure the country of origin is clearly identified on the jar.

    Continue reading...", - "content": "

    British beekeepers call for stricter labelling on supermarket blends to identify the countries of origin

    British beekeepers are calling for a requirement on supermarkets and other retailers to label cheap honey imports from China and other nations with the country of origin after claims that part of the global supply is bulked out with sugar syrup.

    The UK is the world’s biggest importer of Chinese honey, which can be one sixth of the price of the honey produced by bees in Britain. Supermarket own-label honey from China can be bought for as little as 69p a jar. Supermarkets say every jar of honey is “100% pure” and can be traced back to the beekeeper, but there is no requirement to identify the countries of origin of honey blended from more than one country. The European Union is now considering new rules to improve consumer information for honey and ensure the country of origin is clearly identified on the jar.

    Continue reading...", - "category": "Supermarkets", - "link": "https://www.theguardian.com/business/2021/nov/28/bee-aware-do-you-know-what-is-in-that-cheap-jar-of-honey", - "creator": "Jon Ungoed-Thomas", - "pubDate": "2021-11-28T06:15:18Z", + "title": "No Facebook Funding for Elections", + "description": "Mark Zuckerberg donated $400 million to districts that mostly elect Democrats.", + "content": "Mark Zuckerberg donated $400 million to districts that mostly elect Democrats.", + "category": "PAID", + "link": "https://www.wsj.com/articles/no-facebook-funds-elections-democrat-districts-voting-north-carolina-veto-cooper-2020-meddling-11640890835", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 18:32:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6aaf233cffb75ca85544018d789cc698" + "hash": "68fbf73aa0058b45213dbc7e5f5dea6c", + "highlights": [] }, { - "title": "Searches for Gucci label soar after release of murder film starring Lady Gaga", - "description": "

    Designer brand reaps the benefit of Ridley Scott’s movie telling the story of the killing of firm’s ex-boss

    When is murder good for business? When it is made into a Hollywood movie, for one – and when that film stars Lady Gaga. House of Gucci, the Ridley Scott feature released last week to mixed reviews, has sent interest in the Gucci brand soaring.

    Searches for Gucci clothing were up 73% week on week, according to e-commerce aggregator Lovethesales.com on Friday, with a leap of 257% for bags and 75% for sliders. The figures suggest that the luxury brand stands only to gain from Hollywood’s telling of the story ofthe glamorous Patrizia Reggiani, who hired a hitman in 1995 to kill her ex-husband Maurizio Gucci, the former head of the fashion label.

    Continue reading...", - "content": "

    Designer brand reaps the benefit of Ridley Scott’s movie telling the story of the killing of firm’s ex-boss

    When is murder good for business? When it is made into a Hollywood movie, for one – and when that film stars Lady Gaga. House of Gucci, the Ridley Scott feature released last week to mixed reviews, has sent interest in the Gucci brand soaring.

    Searches for Gucci clothing were up 73% week on week, according to e-commerce aggregator Lovethesales.com on Friday, with a leap of 257% for bags and 75% for sliders. The figures suggest that the luxury brand stands only to gain from Hollywood’s telling of the story ofthe glamorous Patrizia Reggiani, who hired a hitman in 1995 to kill her ex-husband Maurizio Gucci, the former head of the fashion label.

    Continue reading...", - "category": "Gucci", - "link": "https://www.theguardian.com/fashion/2021/nov/28/searches-for-gucci-label-soar-after-release-of-film-starring-lady-gaga", - "creator": "Edward Helmore", - "pubDate": "2021-11-28T08:15:21Z", + "title": "The T-Cell Covid Cavalry", + "description": "Two studies suggest this line of defense reduces Omicron’s severity.", + "content": "Two studies suggest this line of defense reduces Omicron’s severity.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-t-cell-covid-cavalry-antibodies-vaccines-omicron-11640906490", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 18:54:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "07eb92dfcb2ec5ddbd5608b86648b04d" + "hash": "1e54bb9bb98bc15925d22e8d7fb5b793", + "highlights": [] }, { - "title": "Scientists sharing Omicron data were heroic. Let’s ensure they don’t regret it | Jeffrey Barrett", - "description": "The teams in Africa who detected the new Covid genome moved quickly. Their actions should not result in economic loss
    Coronavirus – latest updates
    See all our coronavirus coverage

    One of the positive experiences during two years of pandemic gloom has been the speed of scientific progress in understanding and treating Covid. Many effective vaccines were launched in less than a year and rapid large-scale trials found a cheap and effective drug, dexamethasone, that saved thousands of lives.

    The global scientific community has also carried out “genomic surveillance” – sequencing the genome of the virus to track how it evolves and spreads at an unprecedented level: the public genome database has more than 5.5m genomes. The great value of that genomic surveillance, underpinned by a commitment to rapid and open sharing of the data by all countries in near-real time, has been seen in the last few days as we’ve learned of the Covid variant called Omicron.

    Continue reading...", - "content": "The teams in Africa who detected the new Covid genome moved quickly. Their actions should not result in economic loss
    Coronavirus – latest updates
    See all our coronavirus coverage

    One of the positive experiences during two years of pandemic gloom has been the speed of scientific progress in understanding and treating Covid. Many effective vaccines were launched in less than a year and rapid large-scale trials found a cheap and effective drug, dexamethasone, that saved thousands of lives.

    The global scientific community has also carried out “genomic surveillance” – sequencing the genome of the virus to track how it evolves and spreads at an unprecedented level: the public genome database has more than 5.5m genomes. The great value of that genomic surveillance, underpinned by a commitment to rapid and open sharing of the data by all countries in near-real time, has been seen in the last few days as we’ve learned of the Covid variant called Omicron.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/commentisfree/2021/nov/28/scientists-sharing-omicron-date-were-heroic-lets-ensure-they-dont-regret-it", - "creator": "Jeffrey Barrett", - "pubDate": "2021-11-28T09:00:21Z", + "title": "Many Climate Ambitions Will End With 2021", + "description": "In the U.K., Germany and France, leaders walk back as their plans’ exorbitant price tag becomes clear.", + "content": "In the U.K., Germany and France, leaders walk back as their plans’ exorbitant price tag becomes clear.", + "category": "PAID", + "link": "https://www.wsj.com/articles/climate-ambitions-end-britain-germany-france-boilers-green-energy-costs-climate-change-emission-11640874970", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 12:24:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b1e9ba8a8845736c74b3e96c98332e1" + "hash": "2adf124748e2006aac2a28d9da68c471", + "highlights": [] }, { - "title": "Biden and Harris briefed as US braces for arrival of Omicron Covid variant", - "description": "

    US imposes travel restrictions from southern Africa as Anthony Fauci says he would not be surprised if variant were already in US

    Joe Biden and Kamala Harris have been briefed on the latest situation regarding the new Omicron coronavirus variant, the White House said on Saturday, as Britain, Germany and Italy reported detecting cases.

    Biden, who was spending Thanksgiving with family in Nantucket, Massachusetts, told reporters on Friday: “We don’t know a lot about the variant except that it is of great concern [and] seems to spread rapidly.”

    Continue reading...", - "content": "

    US imposes travel restrictions from southern Africa as Anthony Fauci says he would not be surprised if variant were already in US

    Joe Biden and Kamala Harris have been briefed on the latest situation regarding the new Omicron coronavirus variant, the White House said on Saturday, as Britain, Germany and Italy reported detecting cases.

    Biden, who was spending Thanksgiving with family in Nantucket, Massachusetts, told reporters on Friday: “We don’t know a lot about the variant except that it is of great concern [and] seems to spread rapidly.”

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/us-news/2021/nov/27/new-york-governor-covid-coronavirus-omicron-variant", - "creator": "Edward Helmore in New York", - "pubDate": "2021-11-27T20:51:08Z", + "title": "Gov. Kathy Hochul Will Tell You if You're 'Essential'", + "description": "If it’s safe enough for a bartender to return to work after five days, it’s safe enough for anybody.", + "content": "If it’s safe enough for a bartender to return to work after five days, it’s safe enough for anybody.", + "category": "PAID", + "link": "https://www.wsj.com/articles/gov-kathy-hochul-new-york-essential-covid-quarantine-teacher-healthcare-frontline-omicron-11640875496", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 12:23:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f2e6b392cbff2b8c761f72c4d021b36" + "hash": "78c5fc8bbfa3dbbc9de54774dc858921", + "highlights": [] }, { - "title": "Goodbye to job: how the pandemic changed Americans’ attitude to work", - "description": "

    Millions of workers have been leaving jobs that offer long hours and low pay – and for many the release has been exhilarating

    One morning in October, Lynn woke up and decided she would quit her job on the spot that day. The decision to quit was the climax of a reckoning that began at the start of the pandemic when she was first laid off from a job she had been in for three years.

    “I’ve always had the attitude of being a really hard worker,” Lynn said, explaining that she believed her skills made her indispensable to this company. “That really changed for me because I realized you could feel totally capable and really important when, really, you’re expendable.”

    Continue reading...", - "content": "

    Millions of workers have been leaving jobs that offer long hours and low pay – and for many the release has been exhilarating

    One morning in October, Lynn woke up and decided she would quit her job on the spot that day. The decision to quit was the climax of a reckoning that began at the start of the pandemic when she was first laid off from a job she had been in for three years.

    “I’ve always had the attitude of being a really hard worker,” Lynn said, explaining that she believed her skills made her indispensable to this company. “That really changed for me because I realized you could feel totally capable and really important when, really, you’re expendable.”

    Continue reading...", - "category": "US work & careers", - "link": "https://www.theguardian.com/money/2021/nov/28/goodbye-to-job-how-the-pandemic-changed-americans-attitude-to-work", - "creator": "Lauren Aratani", - "pubDate": "2021-11-28T07:00:20Z", + "title": "California Is Making Bacon More Expensive", + "description": "A new law will force pork producers nationwide to comply with onerous regulations.", + "content": "A new law will force pork producers nationwide to comply with onerous regulations.", + "category": "PAID", + "link": "https://www.wsj.com/articles/california-makes-bacon-expensive-commerce-clause-supreme-court-pork-prices-ballot-12-11640892337", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 18:57:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "490f36515e21ff018b2c776381d21171" + "hash": "7337edb73e3b8ddb11d37dc51ec8bab0", + "highlights": [] }, { - "title": "I have fun with my girlfriend, but she has no prospects | Philippa Perry", - "description": "People are more than the job that they do. Don’t let your friends and family decide for you – let this relationship run its course

    The question I’m a 24-year-old guy studying for my masters while working part-time for a management consultancy and I’m also a qualified associate accountant. I recently met a woman on a dating app after being single for a year since the start of the pandemic. She’s a similar age to myself and we’ve been dating for two months. She’s very attractive and nice, and we have a good time together – she can make me laugh.

    There is a red flag, though. Although she is in her mid-20s she still lives at home and seems to have no plans or ambitions to move to living independently. Plus, despite having a part-time job, she doesn’t contribute to the household bills. Now I understand that rent is high and people are staying with their parents for longer, but she isn’t even planning on going to college or progressing further in her career. She spends most of her money on going out with friends, holidays and hobbies.

    Continue reading...", - "content": "People are more than the job that they do. Don’t let your friends and family decide for you – let this relationship run its course

    The question I’m a 24-year-old guy studying for my masters while working part-time for a management consultancy and I’m also a qualified associate accountant. I recently met a woman on a dating app after being single for a year since the start of the pandemic. She’s a similar age to myself and we’ve been dating for two months. She’s very attractive and nice, and we have a good time together – she can make me laugh.

    There is a red flag, though. Although she is in her mid-20s she still lives at home and seems to have no plans or ambitions to move to living independently. Plus, despite having a part-time job, she doesn’t contribute to the household bills. Now I understand that rent is high and people are staying with their parents for longer, but she isn’t even planning on going to college or progressing further in her career. She spends most of her money on going out with friends, holidays and hobbies.

    Continue reading...", - "category": "Relationships", - "link": "https://www.theguardian.com/lifeandstyle/2021/nov/28/i-have-fun-with-my-girlfriend-but-she-has-no-prospects", - "creator": "Philippa Perry", - "pubDate": "2021-11-28T06:00:20Z", + "title": "Hallelujah, a New Mayor for New York", + "description": "Bill de Blasio leaves Eric Adams a mess, but he can’t do any worse than eight years of progressive failure.", + "content": "Bill de Blasio leaves Eric Adams a mess, but he can’t do any worse than eight years of progressive failure.", + "category": "PAID", + "link": "https://www.wsj.com/articles/a-mandate-for-mayor-eric-adams-new-york-bill-de-blasio-11640902582", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 18:50:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b20ba68e6b78cd174b243d4f78a9ed07" + "hash": "78f707060466beb674a4089a356560fe", + "highlights": [] }, { - "title": "The 20 best gadgets of 2021", - "description": "

    From smartphones to folding skis, the year’s top gizmos selected by tech experts from the Guardian, iNews, TechRadar and Wired

    Cutting-edge tech is often super-expensive, difficult to use and less than slick. Not so for Samsung’s latest folding screen phones. The Z Fold 3 tablet-phone hybrid and Z Flip 3 flip-phone reinventions are smooth, slick and even water-resistant, packing big screens in compact bodies. The Fold might be super-expensive still, but the Flip 3 costs about the same as a regular top smartphone, but is far, far more interesting. Samuel Gibbs

    Continue reading...", - "content": "

    From smartphones to folding skis, the year’s top gizmos selected by tech experts from the Guardian, iNews, TechRadar and Wired

    Cutting-edge tech is often super-expensive, difficult to use and less than slick. Not so for Samsung’s latest folding screen phones. The Z Fold 3 tablet-phone hybrid and Z Flip 3 flip-phone reinventions are smooth, slick and even water-resistant, packing big screens in compact bodies. The Fold might be super-expensive still, but the Flip 3 costs about the same as a regular top smartphone, but is far, far more interesting. Samuel Gibbs

    Continue reading...", - "category": "Smartphones", - "link": "https://www.theguardian.com/technology/2021/nov/28/the-20-best-gadgets-of-2021", - "creator": "Samuel Gibbs, Rhiannon Williams, Cat Ellis, Jeremy White", - "pubDate": "2021-11-28T08:00:21Z", + "title": "The Chicago Teachers Union's Priorities", + "description": "Will the union let public schools reopen after the holidays?", + "content": "Will the union let public schools reopen after the holidays?", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-chicago-teachers-unions-priorities-students-public-schools-strike-pedro-martinez-11640903743", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 18:44:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1725e30f11a5ec2d7d1377d9cfedb308" + "hash": "51538c17fb53d113540dec278ca77292", + "highlights": [] }, { - "title": "Easy rider? We’ll miss the roar, but electric motorbikes can’t kill our road romance", - "description": "

    For bikers, combustive power is one of the thrills of a long-haul trip. But flat batteries and charging points will just become part of exciting new journeys

    A full tank of gas, a twist of the wrist, the roar of the exhaust as you speed towards the horizon … These are the visceral touchstones of the motorcycling experience, and all are a direct product of petrol-fuelled power, as is much of the biker’s lexicon: “open it up”, “give it some gas”, “go full throttle”. For a motorcycle rider, as opposed to the modern car driver, the journey is a full-body communication game, constantly applying judgment, skill and nerve to control the thousands of explosions that are happening between your thighs in order to transport yourself, upright and in one piece, to your destination.

    Yet the days of the internal combustion engine are numbered. By 2050 the European Commission aims to have cut transport emissions by 90%, and electric vehicle technology is striding ahead for cars, trucks, buses and even aircraft. But where does this leave the motorcycle? Can this romantic form of transport and its subcultures survive the end of the petrol age?

    Continue reading...", - "content": "

    For bikers, combustive power is one of the thrills of a long-haul trip. But flat batteries and charging points will just become part of exciting new journeys

    A full tank of gas, a twist of the wrist, the roar of the exhaust as you speed towards the horizon … These are the visceral touchstones of the motorcycling experience, and all are a direct product of petrol-fuelled power, as is much of the biker’s lexicon: “open it up”, “give it some gas”, “go full throttle”. For a motorcycle rider, as opposed to the modern car driver, the journey is a full-body communication game, constantly applying judgment, skill and nerve to control the thousands of explosions that are happening between your thighs in order to transport yourself, upright and in one piece, to your destination.

    Yet the days of the internal combustion engine are numbered. By 2050 the European Commission aims to have cut transport emissions by 90%, and electric vehicle technology is striding ahead for cars, trucks, buses and even aircraft. But where does this leave the motorcycle? Can this romantic form of transport and its subcultures survive the end of the petrol age?

    Continue reading...", - "category": "Travel", - "link": "https://www.theguardian.com/travel/2021/nov/28/easy-rider-well-miss-the-roar-but-electric-motorbikes-cant-kill-our-road-romance", - "creator": "Lois Pryce", - "pubDate": "2021-11-28T05:30:17Z", + "title": "How Presidents Ring In the New Year", + "description": "Jimmy Carter toasted the shah. Donald Trump tweeted.", + "content": "Jimmy Carter toasted the shah. Donald Trump tweeted.", + "category": "PAID", + "link": "https://www.wsj.com/articles/how-president-ring-in-the-new-year-biden-trump-kennedy-carter-ford-reagan-character-11640891409", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 18:29:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc6b8b44d255eaa30cfa8266d8b3f554" + "hash": "54488b30f9e37ca08448764bf710f6ca", + "highlights": [] }, { - "title": "House of Gucci review – Lady Gaga steers a steely path through the madness", - "description": "

    Gaga rules in Ridley Scott’s at times ridiculous drama based on the true-life sagas of the Italian fashion dynasty

    “The most Gucci of them all” is how Patrizia Reggiani described herself in a 2014 interview and, judging by this entertainingly ripe, comedically tinged tragedy, she has a point. Variously known as “Lady Gucci” and “Black Widow”, Reggiani became the centre of a very 1990s scandal involving lust, money, fashion, murder… and a clairvoyant. To that tabloid-friendly cocktail, Ridley Scott’s latest “true story” potboiler adds a dash of pop superstardom, with Lady Gaga (Oscar- nominated for her close-to-home performance in A Star Is Born) relishing the chance to find the human cracks beneath a larger-than-life, femme fatale surface.

    Adapted by screenwriters Becky Johnston and Roberto Bentivegna from the nonfiction book by Sara Gay Forden, House of Gucci charts a crowd-pleasing course from the Milanese party scene of the 1970s to a high-profile, end-of-the-century trial. At its heart is the doomed romance between Patrizia and Maurizio Gucci, the latter played behind stylishly studious glasses by cinema’s sexy nerd de nos jours, Adam Driver. “I want to see how this story goes,” says Patrizia, embarking upon a twisted fairytale romance with the grandson of Guccio Gucci that starts with masked balls and talk of midnight chimes and pumpkins and ends with family back-stabbings, jealous rages and deadly rivalries.

    Continue reading...", - "content": "

    Gaga rules in Ridley Scott’s at times ridiculous drama based on the true-life sagas of the Italian fashion dynasty

    “The most Gucci of them all” is how Patrizia Reggiani described herself in a 2014 interview and, judging by this entertainingly ripe, comedically tinged tragedy, she has a point. Variously known as “Lady Gucci” and “Black Widow”, Reggiani became the centre of a very 1990s scandal involving lust, money, fashion, murder… and a clairvoyant. To that tabloid-friendly cocktail, Ridley Scott’s latest “true story” potboiler adds a dash of pop superstardom, with Lady Gaga (Oscar- nominated for her close-to-home performance in A Star Is Born) relishing the chance to find the human cracks beneath a larger-than-life, femme fatale surface.

    Adapted by screenwriters Becky Johnston and Roberto Bentivegna from the nonfiction book by Sara Gay Forden, House of Gucci charts a crowd-pleasing course from the Milanese party scene of the 1970s to a high-profile, end-of-the-century trial. At its heart is the doomed romance between Patrizia and Maurizio Gucci, the latter played behind stylishly studious glasses by cinema’s sexy nerd de nos jours, Adam Driver. “I want to see how this story goes,” says Patrizia, embarking upon a twisted fairytale romance with the grandson of Guccio Gucci that starts with masked balls and talk of midnight chimes and pumpkins and ends with family back-stabbings, jealous rages and deadly rivalries.

    Continue reading...", - "category": "House of Gucci", - "link": "https://www.theguardian.com/film/2021/nov/28/house-of-gucci-review-ridley-scott-lady-gaga-al-pacino-jared-leto", - "creator": "Mark Kermode, Observer film critic", - "pubDate": "2021-11-28T08:00:21Z", + "title": "When the Hammer (and Sickle) Fell", + "description": "Thirty years ago, the New Year’s midnight bells also ushered out the Union of Soviet Socialist Republics.", + "content": "Thirty years ago, the New Year’s midnight bells also ushered out the Union of Soviet Socialist Republics.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-hammer-sickle-fell-soviet-russia-ussr-ceonsorship-afghanistan-30-anniversary-glasnot-11640891195", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 18:34:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8fc2303be48e80d0f63ecc62c7d45952" + "hash": "479a490fd91040762fbf6329fb02ce1f", + "highlights": [] }, { - "title": "‘The goal was to silence people’: historian Joanne Freeman on congressional violence", - "description": "

    Paul Gosar was censured for a video depicting a colleague’s murder but physical assaults were a feature of the pre-civil war era

    As the House debated whether the Republican congressman Paul Gosar should be censured for depicting the murder of his colleague, one Democratic leader took a moment to reflect on the chamber’s long history of violence.

    Speaking on the House floor last week, the majority leader, Steny Hoyer, argued that Gosar had grossly violated the chamber’s rules of conduct by sharing an altered anime video showing him killing Congresswoman Alexandria Ocasio-Cortez and attacking President Joe Biden.

    Continue reading...", - "content": "

    Paul Gosar was censured for a video depicting a colleague’s murder but physical assaults were a feature of the pre-civil war era

    As the House debated whether the Republican congressman Paul Gosar should be censured for depicting the murder of his colleague, one Democratic leader took a moment to reflect on the chamber’s long history of violence.

    Speaking on the House floor last week, the majority leader, Steny Hoyer, argued that Gosar had grossly violated the chamber’s rules of conduct by sharing an altered anime video showing him killing Congresswoman Alexandria Ocasio-Cortez and attacking President Joe Biden.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/2021/nov/28/historian-joanne-freeman-congressional-violence-paul-gosar", - "creator": "Joan E Greve in Washington", - "pubDate": "2021-11-28T07:00:21Z", + "title": "So You Want to Run for the Senate?", + "description": "Good luck. Here are some questions you should ask yourself.", + "content": "Good luck. Here are some questions you should ask yourself.", + "category": "PAID", + "link": "https://www.wsj.com/articles/so-you-want-to-run-senate-wealthy-campaign-fund-history-oppo-research-office-youngkin-11640890348", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 18:30:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0a9abbb948ad1239d64af713c9488e4" + "hash": "6ebab1f41b36fd5d51483a64e33d98e5", + "highlights": [] }, { - "title": "Every good dog deserves a musical tribute", - "description": "

    Hector, dog of dogs, is the most glorious companion. Simon Tiffin reveals how he came to commission a piece of music that would evoke his spirit when he finally departs this world

    One of the earliest signs of spring in my garden is a ring of snowdrops and winter acconites that encircles the trunk of a medlar tree outside the greenhouse. This yellow-and-white display was planted to complement a collection of elegantly engraved, moss-covered mini-headstones that mark the resting places of the previous owner’s dogs. Each of these markers has a simple but evocative dedication: “Medlar, beloved Border Terrier”; “Otter, a little treasure. Sister of Medlar”; “Skip, grandson of Genghis. Sweet eccentric.” Every time I see this pet cemetery I am reminded that, despite a complex denial structure that involves a sneaking suspicion that he is immortal, there will come a time when I have to face the death of Hector, dog of dogs.

    Hector is a cockapoo and not ashamed to admit it. He sneers at terms such as “designer dog” and “hybrid” and is rightly proud of his spaniel/poodle heritage. Although many people have an origin myth of how their pet chose them, in Hector’s case it is true. When I went with my wife Alexa to see a friend whose working cocker had recently given birth, a blind, chocolate-brown caterpillar of a pup freed himself from the wriggling furry mass of his siblings and crawled his way towards us. Bonding was instant and, on our side, unconditional.

    Continue reading...", - "content": "

    Hector, dog of dogs, is the most glorious companion. Simon Tiffin reveals how he came to commission a piece of music that would evoke his spirit when he finally departs this world

    One of the earliest signs of spring in my garden is a ring of snowdrops and winter acconites that encircles the trunk of a medlar tree outside the greenhouse. This yellow-and-white display was planted to complement a collection of elegantly engraved, moss-covered mini-headstones that mark the resting places of the previous owner’s dogs. Each of these markers has a simple but evocative dedication: “Medlar, beloved Border Terrier”; “Otter, a little treasure. Sister of Medlar”; “Skip, grandson of Genghis. Sweet eccentric.” Every time I see this pet cemetery I am reminded that, despite a complex denial structure that involves a sneaking suspicion that he is immortal, there will come a time when I have to face the death of Hector, dog of dogs.

    Hector is a cockapoo and not ashamed to admit it. He sneers at terms such as “designer dog” and “hybrid” and is rightly proud of his spaniel/poodle heritage. Although many people have an origin myth of how their pet chose them, in Hector’s case it is true. When I went with my wife Alexa to see a friend whose working cocker had recently given birth, a blind, chocolate-brown caterpillar of a pup freed himself from the wriggling furry mass of his siblings and crawled his way towards us. Bonding was instant and, on our side, unconditional.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/nov/28/every-dog-deserves-a-musical-tribute-simon-tiffin-pet-hector-gets-a-hequiem", - "creator": "Simon Tiffin", - "pubDate": "2021-11-28T07:00:19Z", + "title": "Galileo and the Pandemic", + "description": "His lockdown in Florence complicated his relationship with the church’s censors.", + "content": "His lockdown in Florence complicated his relationship with the church’s censors.", + "category": "PAID", + "link": "https://www.wsj.com/articles/galileo-and-the-pandemic-covid-lockdown-florence-isolate-censor-sun-earth-pope-science-11640890024", + "creator": "", + "pubDate": "Thu, 30 Dec 2021 18:25:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89f10de82ba5faab8c1a4ec562d69240" + "hash": "9175268cc222dbad7c6345ef9b431800", + "highlights": [] }, { - "title": "Met police charge man, 19, with six counts of sharing extremist material", - "description": "

    Elias Djelloul was arrested in east London on Friday and will appear in court on Monday

    A 19-year-old man will appear in court next week accused of sharing extremist material.

    Elias Djelloul was arrested at an address in east London on Friday, the Metropolitan police’s counter-terrorism command said.

    Continue reading...", - "content": "

    Elias Djelloul was arrested in east London on Friday and will appear in court on Monday

    A 19-year-old man will appear in court next week accused of sharing extremist material.

    Elias Djelloul was arrested at an address in east London on Friday, the Metropolitan police’s counter-terrorism command said.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/nov/27/met-police-charge-man-19-with-six-counts-of-sharing-extremist-material", - "creator": "PA Media", - "pubDate": "2021-11-27T20:56:37Z", + "title": "Biden Takes Detroit for a Ride", + "description": "The car makers get new fuel standards but may not get electric-vehicle subsidies.", + "content": "The car makers get new fuel standards but may not get electric-vehicle subsidies.", + "category": "PAID", + "link": "https://www.wsj.com/articles/detroit-electric-cars-biden-double-cross-11640816424", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 18:59:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "014a2c700f602a6f3d7f1f80fbb3af58" + "hash": "73739d4508adf128311c0eb60a84417a", + "highlights": [] }, { - "title": "How settler violence is fuelling West Bank tension", - "description": "

    As attacks on Palestinians worsen, we speak to farmers, settlers, Israeli human rights activists, and the mother of a three-year-old boy left injured in a raid

    The assault was already under way when, having hastily collected her youngest child from a neighbour, Baraa Hamamda, 24, ran home to find her three-year-old son, Mohammed, lying in a small pool of blood and apparently lifeless on the bare floor where she had left him asleep. “I thought that’s it, he’s dead,” she says. “He won’t come back.”

    Mohammed wasn’t dead, though he wouldn’t regain consciousness for more than 11 hours, having been struck on the head by a stone thrown through a window by an Israeli settler, one of dozens who had invaded the isolated village of Al Mufakara, in the West Bank’s rocky, arid south Hebron hills.

    Continue reading...", - "content": "

    As attacks on Palestinians worsen, we speak to farmers, settlers, Israeli human rights activists, and the mother of a three-year-old boy left injured in a raid

    The assault was already under way when, having hastily collected her youngest child from a neighbour, Baraa Hamamda, 24, ran home to find her three-year-old son, Mohammed, lying in a small pool of blood and apparently lifeless on the bare floor where she had left him asleep. “I thought that’s it, he’s dead,” she says. “He won’t come back.”

    Mohammed wasn’t dead, though he wouldn’t regain consciousness for more than 11 hours, having been struck on the head by a stone thrown through a window by an Israeli settler, one of dozens who had invaded the isolated village of Al Mufakara, in the West Bank’s rocky, arid south Hebron hills.

    Continue reading...", - "category": "Palestinian territories", - "link": "https://www.theguardian.com/world/2021/nov/28/israel-palestine-west-bank-settler-violence-tension", - "creator": "Donald Macintyre & Quique Kierszenbaum in Al Mufakara", - "pubDate": "2021-11-28T10:00:23Z", + "title": "I Got a Lot Right in 2021, but I Overestimated Biden", + "description": "As for 2022, the GOP will retake Congress, and Covid will fade in political significance.", + "content": "As for 2022, the GOP will retake Congress, and Covid will fade in political significance.", + "category": "PAID", + "link": "https://www.wsj.com/articles/got-a-lot-right-2021-but-not-biden-approval-trump-riot-jan-6-committee-predictions-2022-nfl-mlb-covid-omicron-roe-wade-midterms-11640807077", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 18:14:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a454b27a8a1971a6e02f4317484d760" + "hash": "bfdc9a85c2a8d859967517fc93521b7f", + "highlights": [] }, { - "title": "Tonga’s drug crisis: Why a tiny Pacific island is struggling with a meth epidemic", - "description": "

    Spike in drug use has caused problems across Tongan society, with arrests doubling in two years and children severely affected

    After more than four decades spent living in New Zealand, Ned Cook knew it was time to return to his home country of Tonga.

    His country was in the grip of a methamphetamine epidemic that was ripping families apart and overrunning the country’s hospitals and jails. Cook, a trained drug and alcohol abuse counsellor, with a history of drug abuse himself, had been preparing for years to return to Tonga to combat it.

    Continue reading...", - "content": "

    Spike in drug use has caused problems across Tongan society, with arrests doubling in two years and children severely affected

    After more than four decades spent living in New Zealand, Ned Cook knew it was time to return to his home country of Tonga.

    His country was in the grip of a methamphetamine epidemic that was ripping families apart and overrunning the country’s hospitals and jails. Cook, a trained drug and alcohol abuse counsellor, with a history of drug abuse himself, had been preparing for years to return to Tonga to combat it.

    Continue reading...", - "category": "Tonga", - "link": "https://www.theguardian.com/world/2021/nov/28/tongas-drug-crisis-why-a-tiny-pacific-island-is-struggling-with-a-meth-epidemic", - "creator": "Joshua Mcdonald", - "pubDate": "2021-11-27T19:00:07Z", + "title": "Beijing Courts the Solomon Islands", + "description": "Turning from the West, the Pacific state accepts Chinese police support.", + "content": "Turning from the West, the Pacific state accepts Chinese police support.", + "category": "PAID", + "link": "https://www.wsj.com/articles/china-australia-solomon-islands-pacific-11640818334", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 18:56:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b7eac78ba8c458861ab3dfe67268848" + "hash": "4bf042aa95819cb08bfa539a1fba47f1", + "highlights": [] }, { - "title": "Australian government’s ‘anti-troll’ legislation would allow social media users to sue bullies", - "description": "

    Laws would require companies to reveal users’ identities but experts say focus on defamation will not help curb rates of online bullying

    The Australian government is set to introduce some of the toughest “anti-troll” legislation in the world, but experts say its focus on defamation will not help curb the rates of online bullying or cyberhate.

    On Sunday prime minister, Scott Morrison, announced his government would introduce legislation to parliament this week that would make social media companies reveal the identities of anonymous trolling accounts and offer a pathway to sue those people for defamation.

    Continue reading...", - "content": "

    Laws would require companies to reveal users’ identities but experts say focus on defamation will not help curb rates of online bullying

    The Australian government is set to introduce some of the toughest “anti-troll” legislation in the world, but experts say its focus on defamation will not help curb the rates of online bullying or cyberhate.

    On Sunday prime minister, Scott Morrison, announced his government would introduce legislation to parliament this week that would make social media companies reveal the identities of anonymous trolling accounts and offer a pathway to sue those people for defamation.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/nov/28/coalition-bill-would-force-social-media-companies-to-reveal-identities-of-online-bullies", - "creator": "Cait Kelly", - "pubDate": "2021-11-28T07:30:51Z", + "title": "10 Letters to Read: December's Most Notable Letters to the Editor", + "description": "A selection of contributions by readers from Queens, N.Y., to Eagle, Idaho; from sports media in Nashville to the regime in Hong Kong.", + "content": "A selection of contributions by readers from Queens, N.Y., to Eagle, Idaho; from sports media in Nashville to the regime in Hong Kong.", + "category": "PAID", + "link": "https://www.wsj.com/articles/letters-to-the-editor-hong-kong-covid-court-drugs-sports-11640732391", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 15:16:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58614878615250929ebf1498ca6a2a44" + "hash": "f4f806c05327450c0ac1dab1273db853", + "highlights": [] }, { - "title": "Omicron: everything you need to know about new Covid variant", - "description": "

    Key questions answered about coronavirus variant first detected in southern Africa

    The variant was initially referred to as B.1.1.529, but on Friday was designated as a variant of concern (VOC) by the World Health Organization because of its “concerning” mutations and because “preliminary evidence suggests an increased risk of reinfection with this variant”. The WHO system assigns such variants a Greek letter, to provide a non-stigmatising label that does not associate new variants with the location where they were first detected. The new variant has been called Omicron.

    Continue reading...", - "content": "

    Key questions answered about coronavirus variant first detected in southern Africa

    The variant was initially referred to as B.1.1.529, but on Friday was designated as a variant of concern (VOC) by the World Health Organization because of its “concerning” mutations and because “preliminary evidence suggests an increased risk of reinfection with this variant”. The WHO system assigns such variants a Greek letter, to provide a non-stigmatising label that does not associate new variants with the location where they were first detected. The new variant has been called Omicron.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/26/vaccine-resistant-what-scientists-know-new-covid-variant", - "creator": "Hannah Devlin Science correspondent", - "pubDate": "2021-11-26T18:52:02Z", + "title": "Waiting With Biden", + "description": "His presidency is not accomplishing much and maybe was never intended to.", + "content": "His presidency is not accomplishing much and maybe was never intended to.", + "category": "PAID", + "link": "https://www.wsj.com/articles/waiting-with-biden-joe-presidency-afghanistan-covid-disruptions-inflation-trump-peace-11640728023", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 18:17:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6064dcbbd21c7acb5c206a13ce8ddb20" + "hash": "dd2c74f3d8f3469b6210681c55d974ac", + "highlights": [] }, { - "title": "What should the UK do now? Experts on responses to the new Covid variant", - "description": "

    Analysis: From the red list to winter plan B, scientists consider what tools are best to counter B.1.1.529

    Despite the UK’s much-vaunted vaccination programme, and scientists’ ever-growing understanding of Covid-19, Britain and the rest of the world face the challenge of a new, potentially more transmissible variant just a month before Christmas.

    While Sajid Javid, the health secretary, announced the red-listing of six southern African countries and said “we must act with caution”, he ruled out immediate new Covid measures including triggering winter plan B – which would involve working from home, mask-wearing and Covid passports.

    Continue reading...", - "content": "

    Analysis: From the red list to winter plan B, scientists consider what tools are best to counter B.1.1.529

    Despite the UK’s much-vaunted vaccination programme, and scientists’ ever-growing understanding of Covid-19, Britain and the rest of the world face the challenge of a new, potentially more transmissible variant just a month before Christmas.

    While Sajid Javid, the health secretary, announced the red-listing of six southern African countries and said “we must act with caution”, he ruled out immediate new Covid measures including triggering winter plan B – which would involve working from home, mask-wearing and Covid passports.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/26/with-so-little-known-about-new-covid-variant-uk-must-act-fast-say-experts", - "creator": "Nicola Davis Science correspondent", - "pubDate": "2021-11-26T16:33:11Z", + "title": "The CDC Sees a Great Covid Light", + "description": "The shorter isolation period balances public health and the economy.", + "content": "The shorter isolation period balances public health and the economy.", + "category": "PAID", + "link": "https://www.wsj.com/articles/cdc-covid-biden-fauci-quarantine-11640817574", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 18:51:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "316a97e32985780235f4985274344d25" + "hash": "548199f7178e56c3b259a2291b67af7d", + "highlights": [] }, { - "title": "Macron calls for greater cooperation from UK over refugee Channel crossings – video", - "description": "

    Emmanuel Macron has stressed the need to develop 'stronger and responsible' partnerships with Britain and Europe after at least 27 people, including women and children, died on Wednesday trying to cross the Channel on an inflatable boat.

    Speaking on Thursday, the French president said: 'When these men and women reach the shores of the Channel, it is already too late.'

    British and French leaders have traded accusations after the tragedy

    Continue reading...", - "content": "

    Emmanuel Macron has stressed the need to develop 'stronger and responsible' partnerships with Britain and Europe after at least 27 people, including women and children, died on Wednesday trying to cross the Channel on an inflatable boat.

    Speaking on Thursday, the French president said: 'When these men and women reach the shores of the Channel, it is already too late.'

    British and French leaders have traded accusations after the tragedy

    Continue reading...", - "category": "Emmanuel Macron", - "link": "https://www.theguardian.com/world/video/2021/nov/25/emmanuel-macron-calls-greater-cooperation-uk-refugee-channel-crossings-video", + "title": "When It Comes to Inflation, I'm Still on Team Transitory", + "description": "Fed Chair Powell may have retired the term, but bottlenecks and shortages should be over soon.", + "content": "Fed Chair Powell may have retired the term, but bottlenecks and shortages should be over soon.", + "category": "PAID", + "link": "https://www.wsj.com/articles/when-it-comes-to-inflation-im-still-on-team-transitory-price-index-pce-goods-supply-chain-logistics-federal-reserve-interest-rates-11640807029", "creator": "", - "pubDate": "2021-11-25T16:01:19Z", + "pubDate": "Wed, 29 Dec 2021 18:14:00 -0500", "enclosure": "", "enclosureType": "", "image": "", + "id": "", "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bf3990ff9eeee934515b5a7e14a92a3" + "hash": "966a226d11c7f438c71676d5a7097916", + "highlights": [] }, { - "title": "Australia Covid news live: country braces for Omicron as states and territories tighten border restrictions on overseas arrivals", - "description": "

    Concerns new Covid variant is already in NSW and NT; UK, Germany and Italy detect cases. Follow all the day’s news live


    The Nothern Territory has two new Covid-19 cases, including an international traveller from South Africa.

    Our friends at AAP have the story:

    The Northern Territory has two new COVID-19 cases, one an arrival on a repatriation flight from South Africa where the new and heavily mutated Omicron variant has been detected.

    Authorities as yet have no genomic sequencing in relation to the passenger’s infection strain, Health Minister Natasha Fyles says.

    Continue reading...", - "content": "

    Concerns new Covid variant is already in NSW and NT; UK, Germany and Italy detect cases. Follow all the day’s news live


    The Nothern Territory has two new Covid-19 cases, including an international traveller from South Africa.

    Our friends at AAP have the story:

    The Northern Territory has two new COVID-19 cases, one an arrival on a repatriation flight from South Africa where the new and heavily mutated Omicron variant has been detected.

    Authorities as yet have no genomic sequencing in relation to the passenger’s infection strain, Health Minister Natasha Fyles says.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/nov/28/australia-covid-news-omicron-corona-nsw-victoria-nt-uk-europe-politics-canberra-morrison-andrews-perrottet-gunner-africa-", - "creator": "Justine Landis-Hanley", - "pubDate": "2021-11-27T21:55:34Z", + "title": "It's Biden's Turn to Face Putin's Ukraine Test", + "description": "The U.S. president needs to act fast with a mix of military and economic measures.", + "content": "The U.S. president needs to act fast with a mix of military and economic measures.", + "category": "PAID", + "link": "https://www.wsj.com/articles/its-bidens-turn-to-face-putins-ukraine-test-russia-invasion-special-forces-weapons-germany-11640704875", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 12:00:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "202bfd06a1f5eb96350ac0266f78bbd0" + "hash": "7aeb4c27bd188acdea95f5260cc43f0b", + "highlights": [] }, { - "title": "Niger: two killed and 17 injured in clash with French military convoy", - "description": "

    Force used against protesters who blocked vehicles amid rising anger over France’s presence in former colonies

    At least two people were killed and 18 injured in western Niger on Saturday when protesters clashed with a French military convoy they blocked after it crossed the border from Burkina Faso, Niger’s government said.

    The armoured vehicles and logistics trucks had crossed the border on Friday after being blocked in Burkina Faso for a week by demonstrations there against French forces’ failure to stop mounting violence by Islamist militants.

    Continue reading...", - "content": "

    Force used against protesters who blocked vehicles amid rising anger over France’s presence in former colonies

    At least two people were killed and 18 injured in western Niger on Saturday when protesters clashed with a French military convoy they blocked after it crossed the border from Burkina Faso, Niger’s government said.

    The armoured vehicles and logistics trucks had crossed the border on Friday after being blocked in Burkina Faso for a week by demonstrations there against French forces’ failure to stop mounting violence by Islamist militants.

    Continue reading...", - "category": "Niger", - "link": "https://www.theguardian.com/world/2021/nov/27/niger-two-killed-and-17-injured-in-clash-with-french-military-convoy", - "creator": "Reuters", - "pubDate": "2021-11-27T21:02:13Z", + "title": "No One Is Safe in Hong Kong", + "description": "Authorities extend their assault on anyone who dissents from the Communist Party line.", + "content": "Authorities extend their assault on anyone who dissents from the Communist Party line.", + "category": "PAID", + "link": "https://www.wsj.com/articles/china-communist-party-hong-kong-dissent-11640816951", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 18:48:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "64d0103ee3b488c85a38b9182703e5da" + "hash": "f2f061bc4416ce7b764ad63b57cd5d64", + "highlights": [] }, { - "title": "‘Atmospheric rivers’ threaten new floods in hard-hit Washington state", - "description": "

    Western areas still assessing millions of dollars’ worth of damage from flooding earlier this month

    Residents in Washington state were on Saturday preparing for possible flooding as “atmospheric rivers” once again threatened parts of the US north-west, which saw heavy damage from such extreme weather earlier this month.

    Flood watches were issued for much of western and north-central Washington and the National Weather Service (NWS) warned that flooding was possible through Sunday in north-western Washington.

    Continue reading...", - "content": "

    Western areas still assessing millions of dollars’ worth of damage from flooding earlier this month

    Residents in Washington state were on Saturday preparing for possible flooding as “atmospheric rivers” once again threatened parts of the US north-west, which saw heavy damage from such extreme weather earlier this month.

    Flood watches were issued for much of western and north-central Washington and the National Weather Service (NWS) warned that flooding was possible through Sunday in north-western Washington.

    Continue reading...", - "category": "Washington state", - "link": "https://www.theguardian.com/us-news/2021/nov/26/atmospheric-rivers-floods-washington-state", - "creator": "Associated Press in Bellingham, Washington", - "pubDate": "2021-11-27T20:27:04Z", + "title": "The Religious Roots of Turkey's Currency Crisis", + "description": "Erdogan’s adherence to the Quran’s commandment prohibiting paying interest on money is destroying the lira’s value.", + "content": "Erdogan’s adherence to the Quran’s commandment prohibiting paying interest on money is destroying the lira’s value.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-religious-roots-of-turkey-currency-crisis-lira-value-price-monetary-economic-policy-islam-banks-erdogan-quran-interest-rates-11640807383", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 18:13:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87a43bbbb1f1c718d1e27ad2499dffea" + "hash": "fb70c61d76f88caaeb9f2f26248d8cc2", + "highlights": [] }, { - "title": "Fundraiser for US man exonerated after 43 years in prison tops $1.4m", - "description": "
    • Kevin Strickland, 62, wrongly convicted of 1978 triple murder
    • Says criminal justice system ‘needs to be torn down and redone’

    By mid-afternoon on Saturday, a fundraiser for a man who spent 43 years in prison before a judge in Missouri this week overturned his conviction in a triple murder had raised more than $1.4m.

    The Midwest Innocence Project set up the GoFundMe page as it fought for the release of Kevin Strickland, 62, noting that he would not receive compensation from the state and would need help paying basic living expenses while struggling with extensive health problems.

    Continue reading...", - "content": "
    • Kevin Strickland, 62, wrongly convicted of 1978 triple murder
    • Says criminal justice system ‘needs to be torn down and redone’

    By mid-afternoon on Saturday, a fundraiser for a man who spent 43 years in prison before a judge in Missouri this week overturned his conviction in a triple murder had raised more than $1.4m.

    The Midwest Innocence Project set up the GoFundMe page as it fought for the release of Kevin Strickland, 62, noting that he would not receive compensation from the state and would need help paying basic living expenses while struggling with extensive health problems.

    Continue reading...", - "category": "US crime", - "link": "https://www.theguardian.com/us-news/2021/nov/27/kevin-strickland-exonerated-murder-wrongful-conviction-gofundme", - "creator": "Edward Helmore and agencies", - "pubDate": "2021-11-27T20:01:05Z", + "title": "Notable & Quotable: 14 Days to Slow the Spread", + "description": "‘The so-called circuit breakers would be triggered once individual regions have met or are approaching certain thresholds of COVID-19 cases and hospitalizations.’", + "content": "‘The so-called circuit breakers would be triggered once individual regions have met or are approaching certain thresholds of COVID-19 cases and hospitalizations.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/notable-quotable-14-days-pandemic-restrictions-circuit-breakers-lockdowns-flatten-the-curve-omicron-covid-11640807850", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 18:03:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65bb9af223df2a5f17832a237a718e2b" + "hash": "c733f2203df54dde29e47fcad555ed24", + "highlights": [] }, { - "title": "Australia’s spy agency predicted the climate crisis 40 years ago – and fretted about coal exports", - "description": "

    In a taste of things to come, a secret Office of National Assessment report worried the ‘carbon dioxide problem’ would hurt the nation’s coal industry

    The report was stamped CONFIDENTIAL twice on each page, with the customary warning it should “not be released to any other government except Britain, Canada, NZ and US”.

    About 40 years ago this week, the spooks at Australia’s intelligence agency, the Office of National Assessments (ONA), delivered the 17-page report to prime minister Malcolm Fraser.

    Continue reading...", - "content": "

    In a taste of things to come, a secret Office of National Assessment report worried the ‘carbon dioxide problem’ would hurt the nation’s coal industry

    The report was stamped CONFIDENTIAL twice on each page, with the customary warning it should “not be released to any other government except Britain, Canada, NZ and US”.

    About 40 years ago this week, the spooks at Australia’s intelligence agency, the Office of National Assessments (ONA), delivered the 17-page report to prime minister Malcolm Fraser.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/environment/2021/nov/28/australias-spy-agency-predicted-the-climate-crisis-40-years-ago-and-fretted-about-coal-exports", - "creator": "Graham Readfearn", - "pubDate": "2021-11-27T19:00:06Z", + "title": "The Doctor's Office Becomes an Assembly Line", + "description": "Consolidation is wiping out private practices and making medical care costlier and worse.", + "content": "Consolidation is wiping out private practices and making medical care costlier and worse.", + "category": "PAID", + "link": "https://www.wsj.com/articles/doctors-office-becomes-an-assembly-line-family-private-physician-hospital-medicare-reimbursement-ehr-medical-drug-price-cost-11640791761", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 12:04:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf59e9697769f8d4f551cd7f0b1446a4" + "hash": "12e20ff03379e0d989ae17fabdd88a00", + "highlights": [] }, { - "title": "I write while my children steal cars and rob houses: the awful human cost of racist stereotypes | Thomas Mayor", - "description": "

    Contrary to claims of failed responsibility of Indigenous parents, we in fact are calling for greater responsibility. We want to change this country for the better

    As I write this article, my children are stealing cars and robbing houses, I suppose. I am an Indigenous father – so, doesn’t that tell you everything you need to know about me as a parent, and about my children’s capacity to understand right from wrong?

    I know you sense the sarcasm in this. Well, a great, great majority of Australians would. But there is a certain type of person I am implicating here. The type who have an ignorance so deeply ingrained, that it is a wonder they haven’t wandered off into the dark recesses of our colonial history and followed each other off the edge of a cliff. Shouldn’t they be extinct?

    Proportionately, we are the most incarcerated people on the planet. We are not an innately criminal people. Our children are aliened from their families at unprecedented rates. This cannot be because we have no love for them. And our youth languish in detention in obscene numbers. They should be our hope for the future. These dimensions of our crisis tell plainly the structural nature of our problem. This is the torment of our powerlessness.

    Continue reading...", - "content": "

    Contrary to claims of failed responsibility of Indigenous parents, we in fact are calling for greater responsibility. We want to change this country for the better

    As I write this article, my children are stealing cars and robbing houses, I suppose. I am an Indigenous father – so, doesn’t that tell you everything you need to know about me as a parent, and about my children’s capacity to understand right from wrong?

    I know you sense the sarcasm in this. Well, a great, great majority of Australians would. But there is a certain type of person I am implicating here. The type who have an ignorance so deeply ingrained, that it is a wonder they haven’t wandered off into the dark recesses of our colonial history and followed each other off the edge of a cliff. Shouldn’t they be extinct?

    Proportionately, we are the most incarcerated people on the planet. We are not an innately criminal people. Our children are aliened from their families at unprecedented rates. This cannot be because we have no love for them. And our youth languish in detention in obscene numbers. They should be our hope for the future. These dimensions of our crisis tell plainly the structural nature of our problem. This is the torment of our powerlessness.

    Continue reading...", - "category": "Race", - "link": "https://www.theguardian.com/commentisfree/2021/nov/28/i-write-while-my-children-steal-cars-and-rob-houses-the-awful-human-cost-of-racist-stereotypes", - "creator": "Thomas Mayor", - "pubDate": "2021-11-27T19:00:06Z", + "title": "No Democracy Should Participate in the 2022 Beijing Olympics", + "description": "The Chinese Communist Party tries to whitewash its image in preparation for the Winter Games.", + "content": "The Chinese Communist Party tries to whitewash its image in preparation for the Winter Games.", + "category": "PAID", + "link": "https://www.wsj.com/articles/no-democracy-should-participate-in-the-2022-winter-beijing-olympics-internment-torture-ccp-xinjiang-surveillance-human-rights-11640789709", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 12:03:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d8674d3267b5269802efd3df958e98e" + "hash": "124f271be9979e09349a23768027b5b0", + "highlights": [] }, { - "title": "A safe haven: refugee builders are being helped to a job by one of their own", - "description": "

    Hedayat Osyun’s construction company is the kind of social enterprise he would have benefited from when he came to Australia to flee the Taliban

    When a group of fellow refugees asked for help navigating the construction industry because they believed they were being exploited, Hedayat Osyun decided to go one step further.

    He started his own construction company as a social enterprise, now known as CommUnity Construction, that solely hires and trains recently arrived refugees and asylum seekers. It’s the kind of safe haven he would have benefited from as a teenager who escaped the Taliban in 2009 and arrived in Australia.

    Continue reading...", - "content": "

    Hedayat Osyun’s construction company is the kind of social enterprise he would have benefited from when he came to Australia to flee the Taliban

    When a group of fellow refugees asked for help navigating the construction industry because they believed they were being exploited, Hedayat Osyun decided to go one step further.

    He started his own construction company as a social enterprise, now known as CommUnity Construction, that solely hires and trains recently arrived refugees and asylum seekers. It’s the kind of safe haven he would have benefited from as a teenager who escaped the Taliban in 2009 and arrived in Australia.

    Continue reading...", - "category": "Australian immigration and asylum", - "link": "https://www.theguardian.com/australia-news/2021/nov/28/a-safe-haven-refugee-builders-are-being-helped-to-a-job-by-one-of-their-own", - "creator": "Mostafa Rachwani", - "pubDate": "2021-11-27T19:00:05Z", + "title": "'Let's Go Brandon' and Other Codes", + "description": "Disney World refers to a troublemaker as a ‘treasured guest.’", + "content": "Disney World refers to a troublemaker as a ‘treasured guest.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/lets-go-brandon-and-other-codes-biden-disney-airlines-military-euphemisms-nascar-jokes-11640807481", + "creator": "", + "pubDate": "Wed, 29 Dec 2021 18:10:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "67876eb85ea8f538f7c457cafdd70ba3" + "hash": "87492697f2dff8d9452471f5a3c4c2bb", + "highlights": [] }, { - "title": "While Americans mark Thanksgiving, Republicans panned over Harris attack", - "description": "

    Criticism of vice-president over French cookware purchase backfires as people point out Donald Trump’s presidential largesse

    An attack on Kamala Harris for buying expensive French cookware rebounded on the Republican party over Thanksgiving, moving social media users to compare the vice-president’s culinary outlay with the cost to taxpayers of Donald Trump’s four years in power.

    On a visit to Paris earlier this month, Harris reportedly spent more than $500 on cookware at E Dehillerin, a shop near the Louvre museum. She told reporters she was making the purchase with Thanksgiving cooking in mind, prompting laughter when she said her husband, Doug Emhoff, was her “apprentice” in the kitchen.

    Continue reading...", - "content": "

    Criticism of vice-president over French cookware purchase backfires as people point out Donald Trump’s presidential largesse

    An attack on Kamala Harris for buying expensive French cookware rebounded on the Republican party over Thanksgiving, moving social media users to compare the vice-president’s culinary outlay with the cost to taxpayers of Donald Trump’s four years in power.

    On a visit to Paris earlier this month, Harris reportedly spent more than $500 on cookware at E Dehillerin, a shop near the Louvre museum. She told reporters she was making the purchase with Thanksgiving cooking in mind, prompting laughter when she said her husband, Doug Emhoff, was her “apprentice” in the kitchen.

    Continue reading...", - "category": "Kamala Harris", - "link": "https://www.theguardian.com/us-news/2021/nov/27/americans-thanksgiving-kamala-harris-cookware", - "creator": "Martin Pengelly in New York", - "pubDate": "2021-11-27T18:41:42Z", + "title": "The Great Pandemic Migration", + "description": "Census data reveal huge shifts out of the most locked-down states.", + "content": "Census data reveal huge shifts out of the most locked-down states.", + "category": "PAID", + "link": "https://www.wsj.com/articles/covid-states-migration-lockdowns-census-11640733268", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 19:02:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16ed4ab9dff1fdad611c6fde813174bf" + "hash": "9fff0c47a275f841754700045025a173" }, { - "title": "‘Christmas will not be cancelled’ despite tree shortage fears, Americans told", - "description": "

    American Christmas Tree Association, which represents artificial tree industry, makes pledge amid reports of looming problems

    Days after reports of shortages of Thanksgiving turkeys proved premature, the American Christmas Tree Association was moved to promise Americans that “Christmas will not be cancelled”, amid reports of looming problems.

    The statement from ACTA, which represents the artificial tree industry, came amid concern that supplies of both plastic trees and live Noble, Frazer and Balsam firs will be subject to supply chain issues and the effects of the climate crisis.

    Continue reading...", - "content": "

    American Christmas Tree Association, which represents artificial tree industry, makes pledge amid reports of looming problems

    Days after reports of shortages of Thanksgiving turkeys proved premature, the American Christmas Tree Association was moved to promise Americans that “Christmas will not be cancelled”, amid reports of looming problems.

    The statement from ACTA, which represents the artificial tree industry, came amid concern that supplies of both plastic trees and live Noble, Frazer and Balsam firs will be subject to supply chain issues and the effects of the climate crisis.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/nov/27/christmas-trees-shortage-delay-fears-america", - "creator": "Edward Helmore", - "pubDate": "2021-11-27T17:25:18Z", + "title": "Good News Out of Poland", + "description": "President Duda vetoes a law aimed at foreign media owners.", + "content": "President Duda vetoes a law aimed at foreign media owners.", + "category": "PAID", + "link": "https://www.wsj.com/articles/poland-veto-media-democracy-11640714625", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 18:58:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3078e45475728d6778dd28e0ebfbe689" + "hash": "cca8268564d77406b0c44fd0aa0f1370" }, { - "title": "Storm Arwen: three people killed after winds of almost 100mph hit UK", - "description": "

    Tens of thousands of homes left without electricity, with yellow weather warnings still in place for many regions

    Three people have died after being hit by falling trees as Storm Arwen brought winds of almost 100mph to parts of the UK overnight.

    A headteacher in Northern Ireland died after a tree fell on his car, another man was hit by a falling tree in Cumbria, and a third died after his car was hit in Aberdeenshire.

    Continue reading...", - "content": "

    Tens of thousands of homes left without electricity, with yellow weather warnings still in place for many regions

    Three people have died after being hit by falling trees as Storm Arwen brought winds of almost 100mph to parts of the UK overnight.

    A headteacher in Northern Ireland died after a tree fell on his car, another man was hit by a falling tree in Cumbria, and a third died after his car was hit in Aberdeenshire.

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/2021/nov/27/storm-arwen-two-people-killed-after-winds-of-almost-100mph-hit-uk", - "creator": "Léonie Chao-Fong", - "pubDate": "2021-11-27T16:57:26Z", + "title": "South Africa Sets a Covid Example", + "description": "The now-lifted U.S. travel ban sent an unfortunate message.", + "content": "The now-lifted U.S. travel ban sent an unfortunate message.", + "category": "PAID", + "link": "https://www.wsj.com/articles/south-africa-sets-a-covid-example-testing-omicron-transparency-science-travel-ban-11640705229", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 11:59:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f62130930e62e903721435bd63ca1e3" + "hash": "f746b3dfddf441156a13ffacf5dc8687" }, { - "title": "WTA still ‘deeply concerned’ over Peng Shuai’s ability to communicate freely", - "description": "

    Statement says Chinese player’s responses to chief of sport body were ‘clearly’ influenced by others

    The Women’s Tennis Association (WTA) has said it remains “deeply concerned” about the Chinese tennis star Peng Shuai, weeks after she disappeared following her allegations against a high-ranking Chinese former politician.

    The WTA said in an email statement on Saturday that its chief executive, Steve Simon, had attempted to contact Peng through “various communication channels” including two emails. It said it was concerned about her welfare and ability to communicate freely and that her responses were “clearly” influenced by others.

    Continue reading...", - "content": "

    Statement says Chinese player’s responses to chief of sport body were ‘clearly’ influenced by others

    The Women’s Tennis Association (WTA) has said it remains “deeply concerned” about the Chinese tennis star Peng Shuai, weeks after she disappeared following her allegations against a high-ranking Chinese former politician.

    The WTA said in an email statement on Saturday that its chief executive, Steve Simon, had attempted to contact Peng through “various communication channels” including two emails. It said it was concerned about her welfare and ability to communicate freely and that her responses were “clearly” influenced by others.

    Continue reading...", - "category": "Peng Shuai", - "link": "https://www.theguardian.com/sport/2021/nov/27/womens-tennis-association-remains-deeply-concerned-over-peng-shuai", - "creator": "Harry Taylor", - "pubDate": "2021-11-27T16:33:11Z", + "title": "Sen. Biden's Shrinking Presidency", + "description": "Thirty-six years in the upper chamber left its mark on the man now in the Oval Office.", + "content": "Thirty-six years in the upper chamber left its mark on the man now in the Oval Office.", + "category": "PAID", + "link": "https://www.wsj.com/articles/senator-biden-shrinking-presidency-democrats-dole-mccain-term-churchill-legislator-executive-11640639440", + "creator": "", + "pubDate": "Mon, 27 Dec 2021 17:27:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57788169f50a95832e6c7621bddaeb8e" + "hash": "cea90c94f63ba19f062a08afe5c22296" }, { - "title": "Controversial Pegasus spyware faces its day of reckoning | John Naughton", - "description": "

    The infamous hacking tool is now at the centre of international lawsuits thanks to a courageous research lab

    If you were compiling a list of the most toxic tech companies, Facebook – strangely – would not come out on top. First place belongs to NSO, an outfit of which most people have probably never heard. Wikipedia tells us that “NSO Group is an Israeli technology firm primarily known for its proprietary spyware Pegasus, which is capable of remote zero-click surveillance of smartphones”.

    Pause for a moment on that phrase: “remote zero-click surveillance of smartphones”. Most smartphone users assume that the ability of a hacker to penetrate their device relies upon the user doing something careless or naive – clicking on a weblink, or opening an attachment. And in most cases they would be right in that assumption. But Pegasus can get in without the user doing anything untoward. And once in, it turns everything on the device into an open book for whoever deployed the malware.

    Continue reading...", - "content": "

    The infamous hacking tool is now at the centre of international lawsuits thanks to a courageous research lab

    If you were compiling a list of the most toxic tech companies, Facebook – strangely – would not come out on top. First place belongs to NSO, an outfit of which most people have probably never heard. Wikipedia tells us that “NSO Group is an Israeli technology firm primarily known for its proprietary spyware Pegasus, which is capable of remote zero-click surveillance of smartphones”.

    Pause for a moment on that phrase: “remote zero-click surveillance of smartphones”. Most smartphone users assume that the ability of a hacker to penetrate their device relies upon the user doing something careless or naive – clicking on a weblink, or opening an attachment. And in most cases they would be right in that assumption. But Pegasus can get in without the user doing anything untoward. And once in, it turns everything on the device into an open book for whoever deployed the malware.

    Continue reading...", - "category": "Surveillance", - "link": "https://www.theguardian.com/commentisfree/2021/nov/27/notorious-pegasus-spyware-faces-its-day-of-reckoning", - "creator": "John Naughton", - "pubDate": "2021-11-27T16:00:04Z", + "title": "Breaking Norms at the Biden EPA", + "description": "The purge of advisory boards is now going to federal court.", + "content": "The purge of advisory boards is now going to federal court.", + "category": "PAID", + "link": "https://www.wsj.com/articles/breaking-norms-at-the-biden-epa-11640735671", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 18:54:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f4d711e55d2d555f90bb146a74d9a65" + "hash": "43b2db9efcba90fac102c0679dd04dcc" }, { - "title": "The James Webb space telescope: in search of the secrets of the Milky Way", - "description": "

    Billions of dollars over budget and years late, the most expensive, complex telescope to be sent into space will launch next month. What will it learn?

    In a few weeks, the most ambitious, costly robot probe ever built, the £6.8bn James Webb space telescope, will be blasted into space on top of a giant European Ariane 5 rocket. The launch of the observatory – which has been plagued by decades of delays and massive cost overruns – promises to be the most nervously watched liftoff in the history of unmanned space exploration.

    The observatory – built by Nasa with European and Canadian space agency collaboration – has been designed to revolutionise our study of the early universe and to pinpoint possible life-supporting planets inside our galaxy. However, its planning and construction have taken more than 30 years, with the project suffering cancellation threats, political controversies and further tribulations. In the process, several other scientific projects had to be cancelled to meet the massive, swelling price tag of the observatory. As the journal Nature put it, this is “the telescope that ate astronomy”.

    Continue reading...", - "content": "

    Billions of dollars over budget and years late, the most expensive, complex telescope to be sent into space will launch next month. What will it learn?

    In a few weeks, the most ambitious, costly robot probe ever built, the £6.8bn James Webb space telescope, will be blasted into space on top of a giant European Ariane 5 rocket. The launch of the observatory – which has been plagued by decades of delays and massive cost overruns – promises to be the most nervously watched liftoff in the history of unmanned space exploration.

    The observatory – built by Nasa with European and Canadian space agency collaboration – has been designed to revolutionise our study of the early universe and to pinpoint possible life-supporting planets inside our galaxy. However, its planning and construction have taken more than 30 years, with the project suffering cancellation threats, political controversies and further tribulations. In the process, several other scientific projects had to be cancelled to meet the massive, swelling price tag of the observatory. As the journal Nature put it, this is “the telescope that ate astronomy”.

    Continue reading...", - "category": "James Webb space telescope", - "link": "https://www.theguardian.com/science/2021/nov/27/james-webb-space-telescope-launch-delays-cost-big-bang", - "creator": "Robin McKie", - "pubDate": "2021-11-27T16:00:03Z", + "title": "The EPA's Mileage Standards Are a Stealth Electric-Vehicle Mandate", + "description": "How else can auto makers meet the requirement of a 55 mpg fleetwide average by model year 2026?", + "content": "How else can auto makers meet the requirement of a 55 mpg fleetwide average by model year 2026?", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-epas-mileage-standards-are-a-stealth-electric-vehicle-mandate-auto-industry-cars-regulation-11640726730", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 18:43:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d160a8da29b1d65e0e6e8fb2bd6a185" + "hash": "25659c810c4a7ddb93873957e6488a7f" }, { - "title": "New York governor warns of Covid rise as US braces for Omicron arrival", - "description": "

    Kathy Hochul orders elective operations to be postponed until at least 15 January in state where two-thirds are fully vaccinated

    New York, one of the states hit hardest and earliest by Covid-19, is taking steps to limit a new winter wave of infections as transmission rates approach those of April 2020 and the US braces for the Omicron variant, discovered in southern Africa.

    Late on Friday, Governor Kathy Hochul said: “While the new Omicron variant has yet to be detected in New York state, it’s coming.”

    Continue reading...", - "content": "

    Kathy Hochul orders elective operations to be postponed until at least 15 January in state where two-thirds are fully vaccinated

    New York, one of the states hit hardest and earliest by Covid-19, is taking steps to limit a new winter wave of infections as transmission rates approach those of April 2020 and the US braces for the Omicron variant, discovered in southern Africa.

    Late on Friday, Governor Kathy Hochul said: “While the new Omicron variant has yet to be detected in New York state, it’s coming.”

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2021/nov/27/new-york-governor-covid-coronavirus-omicron-variant", - "creator": "Edward Helmore in New York", - "pubDate": "2021-11-27T15:21:22Z", + "title": "When Populism Turns to Tyranny", + "description": "Latin America has reversed its turn to democracy. Could the U.S. do the same?", + "content": "Latin America has reversed its turn to democracy. Could the U.S. do the same?", + "category": "PAID", + "link": "https://www.wsj.com/articles/when-populism-turns-to-tyranny-chile-nicaragua-el-salvador-elections-democracy-11640533298", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 17:04:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45e09c7a5757abca896a099769f925b7" + "hash": "63fac8719a69a0341ba984fa731d1640" }, { - "title": "UK officials still blocking Peter Wright’s ‘embarrassing’ Spycatcher files", - "description": "

    A documentary-maker has accused the Cabinet Office of defying the 30-year rule in withholding details of the MI5 exposé

    The Cabinet Office has been accused of “delay and deception” over its blocking of the release of files dating back more than three decades that reveal the inside story of the intelligence agent Peter Wright and the Spycatcher affair.

    Wright revealed an inside account of how MI5 “bugged and burgled” its way across London in his 1987 autobiography Spycatcher. He died aged 78 in 1995.

    Continue reading...", - "content": "

    A documentary-maker has accused the Cabinet Office of defying the 30-year rule in withholding details of the MI5 exposé

    The Cabinet Office has been accused of “delay and deception” over its blocking of the release of files dating back more than three decades that reveal the inside story of the intelligence agent Peter Wright and the Spycatcher affair.

    Wright revealed an inside account of how MI5 “bugged and burgled” its way across London in his 1987 autobiography Spycatcher. He died aged 78 in 1995.

    Continue reading...", - "category": "Espionage", - "link": "https://www.theguardian.com/world/2021/nov/27/inside-story-of-peter-wrights-spycatcher-blocked-by-cabinet-office-delay-and-deception", - "creator": "Jon Ungoed-Thomas", - "pubDate": "2021-11-27T15:18:59Z", + "title": "California's Great Climate Fail", + "description": "A left-leaning policy shop documents the state’s emissions bust.", + "content": "A left-leaning policy shop documents the state’s emissions bust.", + "category": "PAID", + "link": "https://www.wsj.com/articles/californias-great-climate-fail-next-10-report-11639691805", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 18:49:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43f6a1b7cf244d575773e1aa1b35bd89" + "hash": "6783914be04d79523314bb5f23975ccb" }, { - "title": "New UK Covid measures to be announced to tackle Omicron spread", - "description": "

    Prime minister to set out new rules as health officials race to track down those infected with Covid variant

    Boris Johnson is to announce further measures to curb the spread of coronavirus after two cases of the Omicron variant were detected in the UK.

    Four more African countries will be added to the government’s red list with immediate effect from Sunday and Sajid Javid, the health secretary, has ordered targeted testing in two areas in England.

    Continue reading...", - "content": "

    Prime minister to set out new rules as health officials race to track down those infected with Covid variant

    Boris Johnson is to announce further measures to curb the spread of coronavirus after two cases of the Omicron variant were detected in the UK.

    Four more African countries will be added to the government’s red list with immediate effect from Sunday and Sajid Javid, the health secretary, has ordered targeted testing in two areas in England.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/27/two-cases-of-omicron-covid-variant-identified-in-uk", - "creator": "Andrew Gregory, Health Editor", - "pubDate": "2021-11-27T15:14:50Z", + "title": "Is Fluvoxamine the Covid Drug We've Been Waiting For?", + "description": "A 10-day treatment costs only $4 and appears to greatly reduce symptoms, hospitalization and death.", + "content": "A 10-day treatment costs only $4 and appears to greatly reduce symptoms, hospitalization and death.", + "category": "PAID", + "link": "https://www.wsj.com/articles/is-fluvoxamine-the-covid-miracle-drug-we-have-been-waiting-for-oral-pill-cheap-hospitalization-11640726605", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 18:44:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "578caef70b44d6825ba74397ef1a66f9" + "hash": "04cc7e05ce68d54bfd522282a71c4429" }, { - "title": "UK minister downplays tensions with France over Channel crossings crisis", - "description": "

    Damian Hinds says PM’s published letter to Emmanuel Macron was ‘exceptionally supportive’ and insists ‘partnership is strong’

    A Home Office minister has downplayed the diplomatic row between France and the UK over the refugee crisis in the Channel, insisting it was time to “draw up new creative solutions”.

    The British prime minister, Boris Johnson, and the French president, Emmanuel Macron, clashed earlier this week over how to deal with people attempting to cross the Channel in small boats as they flee war, poverty and persecution.

    Continue reading...", - "content": "

    Damian Hinds says PM’s published letter to Emmanuel Macron was ‘exceptionally supportive’ and insists ‘partnership is strong’

    A Home Office minister has downplayed the diplomatic row between France and the UK over the refugee crisis in the Channel, insisting it was time to “draw up new creative solutions”.

    The British prime minister, Boris Johnson, and the French president, Emmanuel Macron, clashed earlier this week over how to deal with people attempting to cross the Channel in small boats as they flee war, poverty and persecution.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/nov/27/uk-minister-downplays-tensions-with-france-over-channel-crossings-crisis", - "creator": "Aamna Mohdin", - "pubDate": "2021-11-27T15:10:05Z", + "title": "Lithuania Is the 'Canary' of World Order", + "description": "Russia and China are ganging up on the small Baltic state as they test U.S. and EU resolve.", + "content": "Russia and China are ganging up on the small Baltic state as they test U.S. and EU resolve.", + "category": "PAID", + "link": "https://www.wsj.com/articles/lithuania-is-the-canary-of-world-order-russia-china-baltic-states-putin-xi-jinping-11640726280", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 18:45:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0f7ab35661cffffb34ea37eb7a95b25" + "hash": "b59dd1e25d7905ddd4415efbf005b469" }, { - "title": "‘I have an outsider’s perspective’: why Will Sharpe is the A-List’s new favourite director", - "description": "

    The actor-director won a Bafta for his performance in Giri/Haji. Hailed as a star in the making by Olivia Colman​ and others, he discusses the true stories that inspired his new projects behind the camera

    Will Sharpe has only been surfing a couple of times, but he really loved it. “So I’m not a surfer, I’m not very good at it, I’ve been twice,” clarifies the 35-year-old English-Japanese actor, writer and director. “But there’s something about being in this huge, loud, ‘other’ force and I never feel calmer than when I’m underwater in the sea. I just really took to it.”

    Sharpe sees parallels with his work, which has so far included the surreal, darkly funny sitcom Flowers starring Julian Barratt and Olivia Colman that he created for Channel 4, and a magnetic performance as sarcastic, self-destructive Rodney in the BBC drama Giri/Haji, which earned him a Bafta in 2020 for best supporting actor. “When I came back to writing, having been surfing, I found myself reflecting on how there are certain similarities: you have to get everything technically right, but you’re still at the mercy of this much greater power,” he says. “And how 95% of the time you are getting the shit kicked out of you, but the 5% of the time that it works, it’s so exhilarating you just want to do it again straight away.”

    Continue reading...", - "content": "

    The actor-director won a Bafta for his performance in Giri/Haji. Hailed as a star in the making by Olivia Colman​ and others, he discusses the true stories that inspired his new projects behind the camera

    Will Sharpe has only been surfing a couple of times, but he really loved it. “So I’m not a surfer, I’m not very good at it, I’ve been twice,” clarifies the 35-year-old English-Japanese actor, writer and director. “But there’s something about being in this huge, loud, ‘other’ force and I never feel calmer than when I’m underwater in the sea. I just really took to it.”

    Sharpe sees parallels with his work, which has so far included the surreal, darkly funny sitcom Flowers starring Julian Barratt and Olivia Colman that he created for Channel 4, and a magnetic performance as sarcastic, self-destructive Rodney in the BBC drama Giri/Haji, which earned him a Bafta in 2020 for best supporting actor. “When I came back to writing, having been surfing, I found myself reflecting on how there are certain similarities: you have to get everything technically right, but you’re still at the mercy of this much greater power,” he says. “And how 95% of the time you are getting the shit kicked out of you, but the 5% of the time that it works, it’s so exhilarating you just want to do it again straight away.”

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/nov/27/will-sharpe-interview-landscapers-electrical-louis-wain-flowers-giri-haji", - "creator": "Tim Lewis", - "pubDate": "2021-11-27T15:00:01Z", + "title": "How Dating Apps Shape Romance and Love", + "description": "Students discuss young Americans’ use of online matchmaking services.", + "content": "Students discuss young Americans’ use of online matchmaking services.", + "category": "PAID", + "link": "https://www.wsj.com/articles/how-dating-apps-shape-romance-and-love-online-matchmaking-relationships-digital-age-11640727103", + "creator": "", + "pubDate": "Tue, 28 Dec 2021 18:46:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e277554f0a9e037d4fbf290fd770a310" + "hash": "fdd76b4a17b284777a98f5a913d4b2ab" }, { - "title": "Succession’s plot twist prompts surge of interest in leaving money in wills to Greenpeace", - "description": "

    When Cousin Greg was disinherited by his grandfather in favour of the environmental group, inquiries about such legacies soared

    In one bewildering and painful scene in the hit TV drama Succession, Cousin Greg sees his future of ease and wealth turn to dust. His grandfather, Ewan, announces he is giving away his entire fortune to Greenpeace, depriving Greg of his inheritance.

    Now Greenpeace is hoping to benefit in real life as well as in the fictional world of the media conglomerate Waystar Royco. Thousands of people have looked into leaving money to the environmental group since the darkly comic storyline about Cousin Greg losing his inheritance and then threatening to sue the organisation was broadcast. More than 22,000 people have accessed online advice about making donations in their wills to Greenpeace. The group’s legacy webpage has also seen a tenfold surge in traffic since the episode was first broadcast earlier this month.

    Continue reading...", - "content": "

    When Cousin Greg was disinherited by his grandfather in favour of the environmental group, inquiries about such legacies soared

    In one bewildering and painful scene in the hit TV drama Succession, Cousin Greg sees his future of ease and wealth turn to dust. His grandfather, Ewan, announces he is giving away his entire fortune to Greenpeace, depriving Greg of his inheritance.

    Now Greenpeace is hoping to benefit in real life as well as in the fictional world of the media conglomerate Waystar Royco. Thousands of people have looked into leaving money to the environmental group since the darkly comic storyline about Cousin Greg losing his inheritance and then threatening to sue the organisation was broadcast. More than 22,000 people have accessed online advice about making donations in their wills to Greenpeace. The group’s legacy webpage has also seen a tenfold surge in traffic since the episode was first broadcast earlier this month.

    Continue reading...", - "category": "Greenpeace", - "link": "https://www.theguardian.com/environment/2021/nov/27/successions-plot-twist-prompts-thousands-to-leave-money-to-greenpeace-in-their-wills", - "creator": "Tom Wall", - "pubDate": "2021-11-27T15:00:00Z", + "title": "Joe Manchin and Child Poverty", + "description": "The latest attack on the Senator is among the most dishonest.", + "content": "The latest attack on the Senator is among the most dishonest.", + "category": "PAID", + "link": "https://www.wsj.com/articles/joe-manchin-and-child-poverty-tax-credit-payments-extension-no-vote-build-back-better-11640548721", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 17:31:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0bae7f75661fd32e4777894bd247a290" + "hash": "a8c25f24e9cef5f5b2014e2af777e75c" }, { - "title": "How a writer found himself in a missing person story", - "description": "

    While working on a book about missing persons, Francisco Garcia received a message that turned his life upside down. Here he reflects on love, loss and the enduring promise of reunion

    Despite the cold, it had been a decent day. Late March is sometimes like that in London. More winter than spring, the grass often still frozen half solid underfoot. It’s rarely a time that speaks too loudly of renewal. This year wasn’t any different, as far as I can remember. The occasion that afternoon was a friend’s 30th birthday party, if that’s what you’d call a few faintly desultory beers in a barren Peckham Rye Park.

    Back at home, my partner and I had settled down to watch a florid period drama. About half an hour in, that’s when it happened: the moment my life changed. My phone lit up with an unfamiliar name on Facebook Messenger. “Hello Francisco, this might be a shock. It’s your father’s family in Spain. Twenty years may have passed, but we have always remembered you.”

    Continue reading...", - "content": "

    While working on a book about missing persons, Francisco Garcia received a message that turned his life upside down. Here he reflects on love, loss and the enduring promise of reunion

    Despite the cold, it had been a decent day. Late March is sometimes like that in London. More winter than spring, the grass often still frozen half solid underfoot. It’s rarely a time that speaks too loudly of renewal. This year wasn’t any different, as far as I can remember. The occasion that afternoon was a friend’s 30th birthday party, if that’s what you’d call a few faintly desultory beers in a barren Peckham Rye Park.

    Back at home, my partner and I had settled down to watch a florid period drama. About half an hour in, that’s when it happened: the moment my life changed. My phone lit up with an unfamiliar name on Facebook Messenger. “Hello Francisco, this might be a shock. It’s your father’s family in Spain. Twenty years may have passed, but we have always remembered you.”

    Continue reading...", - "category": "Family", - "link": "https://www.theguardian.com/lifeandstyle/2021/nov/27/how-a-writer-found-himself-in-a-missing-person-story", - "creator": "Francisco Garcia", - "pubDate": "2021-11-27T14:00:05Z", + "title": "The Metaverse Is Already Here", + "description": "Mark Zuckerberg’s new platform builds on the success of popular videogames.", + "content": "Mark Zuckerberg’s new platform builds on the success of popular videogames.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-facebook-mark-zuckerberg-metaverse-is-already-here-virtual-reality-headset-oculus-11640525817", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 10:30:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6d2327d89a40bf10e6a9e85df44fd22" + "hash": "e0e1709754c320b9bcdb3f1b6104e290" }, { - "title": "George Orwell: how romantic walks with girlfriends inspired Nineteen Eighty-Four", - "description": "

    Details from 50 newly released letters echo scenes between Winston and Julia in the dystopian novel

    The feeling of longing for a lost love can be powerful, and George Orwell makes full use of it in his work. In Nineteen Eighty-Four, his great dystopian novel, the hero Winston Smith’s memories of walks taken with Julia, the woman he can never have, give the story its humanity.

    Now a stash of largely unseen private correspondence, handed over to an academic archive on Friday by the author’s son, reveal just how large a role romantic nostalgia played in Orwell’s own life. The contents are also proof that the writer was an unlikely but enthusiastic ice-skater.

    Continue reading...", - "content": "

    Details from 50 newly released letters echo scenes between Winston and Julia in the dystopian novel

    The feeling of longing for a lost love can be powerful, and George Orwell makes full use of it in his work. In Nineteen Eighty-Four, his great dystopian novel, the hero Winston Smith’s memories of walks taken with Julia, the woman he can never have, give the story its humanity.

    Now a stash of largely unseen private correspondence, handed over to an academic archive on Friday by the author’s son, reveal just how large a role romantic nostalgia played in Orwell’s own life. The contents are also proof that the writer was an unlikely but enthusiastic ice-skater.

    Continue reading...", - "category": "George Orwell", - "link": "https://www.theguardian.com/books/2021/nov/27/george-orwell-how-romantic-walks-with-girlfriends-inspired-nineteen-eighty-four", - "creator": "Vanessa Thorpe", - "pubDate": "2021-11-27T14:00:05Z", + "title": "Kamala Harris Surveys the World", + "description": "The Vice President needs help on the major threats to American security.", + "content": "The Vice President needs help on the major threats to American security.", + "category": "PAID", + "link": "https://www.wsj.com/articles/kamala-harris-surveys-the-world-national-security-climate-change-democracy-vice-president-11640554782", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 17:28:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "46e27e413ef8f3b2dbe796bb66bd59ed" + "hash": "226830f862e044457439e1d04dbc7dba" }, { - "title": "Covid live: suspected German and Czech Omicron cases; UK expert says pandemic ‘reboot’ unlikely", - "description": "

    61 travellers from South Africa test positive for Covid in Netherlands; unequal sharing of Covid vaccines likely to lead to more variants, thinktank warns; travel bans target countries across southern Africa

    The UK should cut the gap between the second dose of a Covid-19 vaccination and the booster jab from six to five months, the Labour party said on Saturday, Reuters reports.

    As the new Omicron variant sparked concern around the world, Alex Norris, Labour’s junior health spokesperson, said:

    This new variant is a wake-up call.

    The pandemic is not over. We need to urgently bolster our defences to keep the virus at bay.

    If you look at where most of the mutations are, they are similar to regions of the spike protein that have been seen with other variants so far and that tells you that despite mutations existing in other variants, the vaccines have continued to prevent very severe disease as we’ve moved through Alpha, Beta, Gamma and Delta.

    At least from a speculative point of view we have some optimism that the vaccine should still work against this variant for severe disease but really we need to wait several weeks to have that confirmed.

    The processes of how one goes about developing a new vaccine are increasingly well oiled.

    So if it’s needed that is something that could be moved very rapidly.

    Continue reading...", - "content": "

    61 travellers from South Africa test positive for Covid in Netherlands; unequal sharing of Covid vaccines likely to lead to more variants, thinktank warns; travel bans target countries across southern Africa

    The UK should cut the gap between the second dose of a Covid-19 vaccination and the booster jab from six to five months, the Labour party said on Saturday, Reuters reports.

    As the new Omicron variant sparked concern around the world, Alex Norris, Labour’s junior health spokesperson, said:

    This new variant is a wake-up call.

    The pandemic is not over. We need to urgently bolster our defences to keep the virus at bay.

    If you look at where most of the mutations are, they are similar to regions of the spike protein that have been seen with other variants so far and that tells you that despite mutations existing in other variants, the vaccines have continued to prevent very severe disease as we’ve moved through Alpha, Beta, Gamma and Delta.

    At least from a speculative point of view we have some optimism that the vaccine should still work against this variant for severe disease but really we need to wait several weeks to have that confirmed.

    The processes of how one goes about developing a new vaccine are increasingly well oiled.

    So if it’s needed that is something that could be moved very rapidly.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/nov/27/covid-news-live-omicron-variant-spreads-to-europe-countries-rush-to-impose-travel-bans-on-southern-africa", - "creator": "Léonie Chao-Fong (now) , Harry Taylor Aamna Mohdin and Samantha Lock (earlier)", - "pubDate": "2021-11-27T13:28:02Z", + "title": "Government Can't Censor the Truth About Judges", + "description": "A well-intentioned bill to protect their privacy and safety runs afoul of the First Amendment.", + "content": "A well-intentioned bill to protect their privacy and safety runs afoul of the First Amendment.", + "category": "PAID", + "link": "https://www.wsj.com/articles/government-cant-censor-the-truth-about-judges-legislation-law-free-speech-adresses-phone-numbers-11640533446", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 16:57:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "caecbd751e483cb52442a6f35aeaa4ca" + "hash": "dcc5c7f09efb52a6bdb8036e511c45f3" }, { - "title": "Ilhan Omar: Lauren Boebert’s ‘Jihad Squad’ bigotry is ‘no laughing matter’", - "description": "

    Islamophobic remarks by Lauren Boebert are “no laughing matter”, Ilhan Omar said, demanding action from congressional leaders – after the Colorado Republican said sorry.

    “Saying I am a suicide bomber is no laughing matter,” the Minnesota Democrat tweeted. “[House Republican leader] Kevin McCarthy and [Speaker] Nancy Pelosi need to take appropriate action, normalising this bigotry not only endangers my life but the lives of all Muslims. Anti-Muslim bigotry has no place in Congress.”

    Continue reading...", - "content": "

    Islamophobic remarks by Lauren Boebert are “no laughing matter”, Ilhan Omar said, demanding action from congressional leaders – after the Colorado Republican said sorry.

    “Saying I am a suicide bomber is no laughing matter,” the Minnesota Democrat tweeted. “[House Republican leader] Kevin McCarthy and [Speaker] Nancy Pelosi need to take appropriate action, normalising this bigotry not only endangers my life but the lives of all Muslims. Anti-Muslim bigotry has no place in Congress.”

    Continue reading...", - "category": "Ilhan Omar", - "link": "https://www.theguardian.com/us-news/2021/nov/27/ilhan-omar-lauren-boebert-bigotry-republicans-trump-pelosi-mccarthy", - "creator": "Martin Pengelly in New York", - "pubDate": "2021-11-27T13:09:58Z", + "title": "The Third, and Last, Covid Winter Begins", + "description": "We’ll be living for a long time with the virus’s ramifications for health, the economy and politics.", + "content": "We’ll be living for a long time with the virus’s ramifications for health, the economy and politics.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-third-and-last-covid-winter-begins-omicron-new-york-booster-vaccines-spending-politics-11640291203", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 18:12:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": true, + "feed": "Wall Street Journal", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a58f5eaaa3968412fc977337705d659a" + "hash": "7b870e9a4ed7662fc6058ccf767a958b" }, { - "title": "What connects Janet Jackson’s ‘wardrobe malfunction’ to Shonda Rhimes and John Singleton?", - "description": "

    From the Super Bowl to groundbreaking cinema: we jump down the rabbit hole, via a detour to Britney Spears

    A new documentary, Malfunction: The Dressing Down of Janet Jackson, has revisited the infamous “wardrobe malfunction” at the 2004 Super Bowl half-time show, when Justin Timberlake exposed one of Janet Jackson’s breasts – and nipple adornment – for about a half a second, causing America to lose its collective mind in a manner that was unfathomable then and remains unfathomable now.

    Continue reading...", - "content": "

    From the Super Bowl to groundbreaking cinema: we jump down the rabbit hole, via a detour to Britney Spears

    A new documentary, Malfunction: The Dressing Down of Janet Jackson, has revisited the infamous “wardrobe malfunction” at the 2004 Super Bowl half-time show, when Justin Timberlake exposed one of Janet Jackson’s breasts – and nipple adornment – for about a half a second, causing America to lose its collective mind in a manner that was unfathomable then and remains unfathomable now.

    Continue reading...", - "category": "Janet Jackson", - "link": "https://www.theguardian.com/culture/2021/nov/27/janet-jackson-wardrobe-malfunction-shonda-rhimes-john-singleton-connection", - "creator": "Larry Ryan", - "pubDate": "2021-11-27T13:00:04Z", + "title": "The McGirt Ruling Breaches Its Levee", + "description": "Oklahoma’s civil power is at risk, as a court order showed last week.", + "content": "Oklahoma’s civil power is at risk, as a court order showed last week.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-mcgirt-ruling-breaches-its-levee-oklahoma-stephen-friot-supreme-court-11640384399", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 17:29:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2779dcb9dc8de51de67c5d0bc1a9d17" + "hash": "19e5d9497ac04b44b09b76cf49c9c7fc" }, { - "title": "Howardena Pindell: ‘I could have died – that’s when I decided to express my opinion in my work’", - "description": "

    The African American artist has been making powerful, political work since the late 70s. As a new exhibition in Edinburgh shows, she still has plenty to say

    Howardena Pindell’s art can seem as if it were made by two separate people. There are the huge canvases where stencilled dots or tiny, hole-punched discs of paper amass like drifts of leaves, which she began making while working as MoMA’s first African American curator in 1970s New York. And then there’s the work that has challenged social injustice with a gut-punch directness since the 80s.

    It is clear, though, speaking with the 78-year-old ahead of her first UK solo exhibition in a public gallery, that her swirling abstract constellations are not entirely devoid of politics. As a young curator, she’d seen artists with museum day jobs give up their creative lives. Not her. She found time for painting because “the racism [at MoMA at the time] meant I was left out of certain activities. I loved being an artist and I had the stamina to work at night.”

    Continue reading...", - "content": "

    The African American artist has been making powerful, political work since the late 70s. As a new exhibition in Edinburgh shows, she still has plenty to say

    Howardena Pindell’s art can seem as if it were made by two separate people. There are the huge canvases where stencilled dots or tiny, hole-punched discs of paper amass like drifts of leaves, which she began making while working as MoMA’s first African American curator in 1970s New York. And then there’s the work that has challenged social injustice with a gut-punch directness since the 80s.

    It is clear, though, speaking with the 78-year-old ahead of her first UK solo exhibition in a public gallery, that her swirling abstract constellations are not entirely devoid of politics. As a young curator, she’d seen artists with museum day jobs give up their creative lives. Not her. She found time for painting because “the racism [at MoMA at the time] meant I was left out of certain activities. I loved being an artist and I had the stamina to work at night.”

    Continue reading...", - "category": "Art", - "link": "https://www.theguardian.com/artanddesign/2021/nov/27/howardena-pindell-i-could-have-died-thats-when-i-decided-to-express-my-opinion-in-my-work", - "creator": "Skye Sherwin", - "pubDate": "2021-11-27T13:00:04Z", + "title": "After Violence, the Precious Work Begins", + "description": "What do surgeons think when a wounded child is wheeled in?", + "content": "What do surgeons think when a wounded child is wheeled in?", + "category": "PAID", + "link": "https://www.wsj.com/articles/after-violence-the-precious-work-begins-surgeons-shooting-stabbing-crime-wave-chicago-11640533466", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 17:02:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ebbcfac8caa1257e92745ff516bf4aec" + "hash": "3abcbf74559bd54209c4d322a09ce63d" }, { - "title": "Storm Arwen: wild weather batters UK – video report", - "description": "

    Two people have died after being hit by falling trees as Storm Arwen brought winds of almost 100mph to parts of the UK overnight. The extreme conditions led to the closure of roads and forced planes to abort landing

    Continue reading...", - "content": "

    Two people have died after being hit by falling trees as Storm Arwen brought winds of almost 100mph to parts of the UK overnight. The extreme conditions led to the closure of roads and forced planes to abort landing

    Continue reading...", - "category": "UK weather", - "link": "https://www.theguardian.com/uk-news/video/2021/nov/27/storm-arwen-wild-weather-batters-uk-video-report", + "title": "What's Chuck Schumer Up To?", + "description": "Bullying Manchin won’t win his vote, but that’s not the leader’s priority.", + "content": "Bullying Manchin won’t win his vote, but that’s not the leader’s priority.", + "category": "PAID", + "link": "https://www.wsj.com/articles/whats-schumer-up-to-chuck-joe-manchin-no-vote-build-back-better-majority-minority-11640289911", "creator": "", - "pubDate": "2021-11-27T12:50:05Z", + "pubDate": "Thu, 23 Dec 2021 17:24:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb56b4ffb0f4112cf778c14cfa312428" + "hash": "9afa935380107f31eda26cd6f3ab9df1" }, { - "title": "Suspected Omicron Covid cases found in Germany and Czech Republic", - "description": "

    Scientists checking for B.1.1.529 variant in two travellers recently returned from southern Africa

    The first suspected cases of the Omicron Covid variant in Germany and the Czech Republic are being investigated, as Dutch authorities scramble to see if 61 passengers from South Africa who tested positive for Covid-19 have the new variant.

    Omicron, first identified in South Africa and known officially as B.1.1.529, has already been detected in travellers in Belgium, Hong Kong and Israel, according to reports.

    Continue reading...", - "content": "

    Scientists checking for B.1.1.529 variant in two travellers recently returned from southern Africa

    The first suspected cases of the Omicron Covid variant in Germany and the Czech Republic are being investigated, as Dutch authorities scramble to see if 61 passengers from South Africa who tested positive for Covid-19 have the new variant.

    Omicron, first identified in South Africa and known officially as B.1.1.529, has already been detected in travellers in Belgium, Hong Kong and Israel, according to reports.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/27/suspected-omicron-covid-cases-found-germany-czech-republic", - "creator": "Tom Ambrose", - "pubDate": "2021-11-27T12:29:22Z", + "title": "The Golf War on the Arabian Peninsula", + "description": "The U.A.E. is the region’s leading destination for the sport, but Saudi Arabia is coming on strong.", + "content": "The U.A.E. is the region’s leading destination for the sport, but Saudi Arabia is coming on strong.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-golf-war-on-the-arabian-peninsula-uae-professional-sports-international-tournament-11640533781", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 16:55:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86a3bf768d2f212885fd6eb4308f64a8" + "hash": "8f66f5d4f0d4c1f1a603526840ac33b1" }, { - "title": "In the 1950s, rather than integrate some public schools, Virginia closed them", - "description": "

    The state’s policy of ‘Massive Resistance’ exemplifies the incendiary combination of race and education in the US

    Not long after Patricia Turner and a handful of Black students desegregated Norview junior high school in Norfolk, Virginia, she realized a big difference between her new white school and her former Black school. That February of 1959, she didn’t have to wear a coat in class to stay warm, because Norview was heated.

    She hadn’t noticed the difference earlier because of the steady volley of racism directed at her, Turner said. A teacher put her papers in a separate box and returned them wearing rubber gloves. (He later wrote her an apology letter.) And her fellow students spat on her.

    A crowd gathers for an NAACP rally in May 1961 at the Prince Edward county courthouse in Farmville, Virginia, marking the seventh anniversary of the supreme court’s school desegregation ruling.

    Continue reading...", - "content": "

    The state’s policy of ‘Massive Resistance’ exemplifies the incendiary combination of race and education in the US

    Not long after Patricia Turner and a handful of Black students desegregated Norview junior high school in Norfolk, Virginia, she realized a big difference between her new white school and her former Black school. That February of 1959, she didn’t have to wear a coat in class to stay warm, because Norview was heated.

    She hadn’t noticed the difference earlier because of the steady volley of racism directed at her, Turner said. A teacher put her papers in a separate box and returned them wearing rubber gloves. (He later wrote her an apology letter.) And her fellow students spat on her.

    A crowd gathers for an NAACP rally in May 1961 at the Prince Edward county courthouse in Farmville, Virginia, marking the seventh anniversary of the supreme court’s school desegregation ruling.

    Continue reading...", - "category": "Race", - "link": "https://www.theguardian.com/world/2021/nov/27/integration-public-schools-massive-resistance-virginia-1950s", - "creator": "Susan Smith-Richardson and Lauren Burke", - "pubDate": "2021-11-27T11:00:01Z", + "title": "Biden's Tiny 'Exception' to the Filibuster", + "description": "It’s like trying to remove only one small section of the Hoover Dam.", + "content": "It’s like trying to remove only one small section of the Hoover Dam.", + "category": "PAID", + "link": "https://www.wsj.com/articles/joe-bidens-tiny-exception-to-the-filibuster-senate-voting-rights-11640292526", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 18:51:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b731beb890d8ff7521549dfb1e76e949" + "hash": "0c64f2e920667fb4db39a904772f897b" }, { - "title": "Omicron variant unlikely to reboot Covid in UK, expert says", - "description": "

    Prof Sir Andrew Pollard cautiously optimistic that widely vaccinated population will avoid serious disease

    The Omicron Covid variant is unlikely to “reboot” the pandemic in a population that has been widely vaccinated, according to a UK expert who voiced cautious optimism that existing vaccines would prevent serious disease.

    Scientists have expressed alarm about the B.1.1.529 variant, first identified in Gauteng in South Africa, over its high number of mutations. Omicron has more than 30 mutations on its spike protein – more than double the number carried by the Delta variant.

    Continue reading...", - "content": "

    Prof Sir Andrew Pollard cautiously optimistic that widely vaccinated population will avoid serious disease

    The Omicron Covid variant is unlikely to “reboot” the pandemic in a population that has been widely vaccinated, according to a UK expert who voiced cautious optimism that existing vaccines would prevent serious disease.

    Scientists have expressed alarm about the B.1.1.529 variant, first identified in Gauteng in South Africa, over its high number of mutations. Omicron has more than 30 mutations on its spike protein – more than double the number carried by the Delta variant.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/27/omicron-variant-unlikely-reboot-covid-uk-expert-says", - "creator": "Clea Skopeliti", - "pubDate": "2021-11-27T10:50:20Z", + "title": "In Defense of the 'Undemocratic' Senate", + "description": "As the Framers intended, it’s a crucial check on rule by transient majorities.", + "content": "As the Framers intended, it’s a crucial check on rule by transient majorities.", + "category": "PAID", + "link": "https://www.wsj.com/articles/in-defense-of-the-undemocratic-senate-framers-representation-west-virginia-california-unequal-11640534007", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 17:06:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c9ca154bc7608aacecbb99115e062535" + "hash": "e75bca131b61b032a75ac9a24bbe40c7" }, { - "title": "‘A core threat to our democracy’: threat of political violence growing across US", - "description": "

    Republicans’ muted response to Paul Gosar’s behavior has intensified fears about where incendiary rhetoric may lead

    Alexandria Ocasio-Cortez stood on the House floor and implored her colleagues to hold Paul Gosar accountable for sharing an altered anime video showing him killing her and attacking Joe Biden.

    “Our work here matters. Our example matters. There is meaning in our service,” Ocasio-Cortez said in her speech last week. “And as leaders in this country, when we incite violence with depictions against our colleagues, that trickles down into violence in this country.”

    Continue reading...", - "content": "

    Republicans’ muted response to Paul Gosar’s behavior has intensified fears about where incendiary rhetoric may lead

    Alexandria Ocasio-Cortez stood on the House floor and implored her colleagues to hold Paul Gosar accountable for sharing an altered anime video showing him killing her and attacking Joe Biden.

    “Our work here matters. Our example matters. There is meaning in our service,” Ocasio-Cortez said in her speech last week. “And as leaders in this country, when we incite violence with depictions against our colleagues, that trickles down into violence in this country.”

    Continue reading...", - "category": "Alexandria Ocasio-Cortez", - "link": "https://www.theguardian.com/us-news/2021/nov/27/political-violence-threats-multiplying-us", - "creator": "Joan E Greve in Washington", - "pubDate": "2021-11-27T10:00:00Z", + "title": "Breaking Up Tech Is a Gift to China", + "description": "Populist proposals would punish the companies competing with Beijing on AI and quantum.", + "content": "Populist proposals would punish the companies competing with Beijing on AI and quantum.", + "category": "PAID", + "link": "https://www.wsj.com/articles/congress-breaking-up-silicon-valley-tech-is-a-gift-to-china-tencent-baidu-bytedance-quantum-11640525284", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 10:30:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c794c179118e2eccf02beeb03d48208c" + "hash": "4437fa627420a3cd7714c5d0be049c7e" }, { - "title": "Michael Vaughan ‘sorry’ for hurt Azeem Rafiq suffered, denies racism allegations", - "description": "
    • Vaughan tells BBC Rafiq’s treatment by Yorkshire ‘hurts deeply’
    • Former England captain denies having made racist comments

    Michael Vaughan has said he was sorry for the pain his former Yorkshire teammate Azeem Rafiq endured arising from the racism he experienced at the club.

    Yorkshire’s new chairman, Lord Patel, has apologised to Rafiq for what he had been through and the former player told MPs earlier this month of the “inhuman” treatment he suffered during his time at the county, with Vaughan among a number of figures implicated in the case. In an interview with BBC Breakfast shown on Saturday morning, Vaughan denied making racist comments.

    Continue reading...", - "content": "
    • Vaughan tells BBC Rafiq’s treatment by Yorkshire ‘hurts deeply’
    • Former England captain denies having made racist comments

    Michael Vaughan has said he was sorry for the pain his former Yorkshire teammate Azeem Rafiq endured arising from the racism he experienced at the club.

    Yorkshire’s new chairman, Lord Patel, has apologised to Rafiq for what he had been through and the former player told MPs earlier this month of the “inhuman” treatment he suffered during his time at the county, with Vaughan among a number of figures implicated in the case. In an interview with BBC Breakfast shown on Saturday morning, Vaughan denied making racist comments.

    Continue reading...", - "category": "Michael Vaughan", - "link": "https://www.theguardian.com/sport/2021/nov/27/michael-vaughan-azeem-rafiq-yorkshire-cricket-racism-allegations", - "creator": "PA Media", - "pubDate": "2021-11-27T09:08:26Z", + "title": "Drug Prices Haven't Been Going Up", + "description": "The myth that they have drives Biden’s proposals for price controls, which would throttle innovation.", + "content": "The myth that they have drives Biden’s proposals for price controls, which would throttle innovation.", + "category": "PAID", + "link": "https://www.wsj.com/articles/drug-prices-havent-been-going-up-generics-inflation-caps-biden-costs-innovation-11640533671", + "creator": "", + "pubDate": "Sun, 26 Dec 2021 16:56:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "793eac75a7eeed2aeb71eb58c1b12b68" + "hash": "a83939f20d87c5280ac1120ed2453186" }, { - "title": "Inside story: the first pandemic novels have arrived, but are we ready for them?", - "description": "

    Ali Smith, Sally Rooney, Roddy Doyle … is there anything can we learn from the first Covid-19 books?

    ‘It was a call to arms’: Jodi Picoult and Karin Slaughter on writing Covid-19 into novels

    At the start of the second world war, authors asked themselves if they were going to write about their unprecedented times, or if they should be doing something more useful – joining the fire service, becoming an air raid warden. The phoney war, with its uncertainty and dread, proved hard to write about, but the blitz brought new experiences and a new language that demanded to be recorded or imaginatively transformed. Elizabeth Bowen began to write short stories, somewhere between hallucination and documentary, that she described as “the only diary I have kept”. Set in windowless houses populated by feather boa-wearing ghosts, these are stories that take place in evenings “parched, freshening and a little acrid with ruins”.

    When lockdown hit last March, some writers offered their services as delivery drivers or volunteered at Covid test centres. Others attempted to make progress with preexisting projects, blanking out the new world careering into being in front of them. But nothing written in the past 18 months can be entirely free of Covid, with its stark blend of stasis and fear. And now, as we see the work made by writers who confronted it head on, questions emerge. Do we really want to read about the pandemic while it is still unfolding? Do we risk losing sight of the long view in getting too caught up with the contemporary?

    Continue reading...", - "content": "

    Ali Smith, Sally Rooney, Roddy Doyle … is there anything can we learn from the first Covid-19 books?

    ‘It was a call to arms’: Jodi Picoult and Karin Slaughter on writing Covid-19 into novels

    At the start of the second world war, authors asked themselves if they were going to write about their unprecedented times, or if they should be doing something more useful – joining the fire service, becoming an air raid warden. The phoney war, with its uncertainty and dread, proved hard to write about, but the blitz brought new experiences and a new language that demanded to be recorded or imaginatively transformed. Elizabeth Bowen began to write short stories, somewhere between hallucination and documentary, that she described as “the only diary I have kept”. Set in windowless houses populated by feather boa-wearing ghosts, these are stories that take place in evenings “parched, freshening and a little acrid with ruins”.

    When lockdown hit last March, some writers offered their services as delivery drivers or volunteered at Covid test centres. Others attempted to make progress with preexisting projects, blanking out the new world careering into being in front of them. But nothing written in the past 18 months can be entirely free of Covid, with its stark blend of stasis and fear. And now, as we see the work made by writers who confronted it head on, questions emerge. Do we really want to read about the pandemic while it is still unfolding? Do we risk losing sight of the long view in getting too caught up with the contemporary?

    Continue reading...", - "category": "Fiction", - "link": "https://www.theguardian.com/books/2021/nov/27/inside-story-the-first-pandemic-novels-have-arrived-but-are-we-ready-for-them", - "creator": "Lara Feigel", - "pubDate": "2021-11-27T09:00:01Z", + "title": "Toast of Christmas Past and Present", + "description": "New Yorkers celebrate; a venerable cocktail may or may not be turning 100.", + "content": "New Yorkers celebrate; a venerable cocktail may or may not be turning 100.", + "category": "PAID", + "link": "https://www.wsj.com/articles/toast-of-christmas-past-and-present-11640369412", + "creator": "", + "pubDate": "Fri, 24 Dec 2021 13:10:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb881cc9b167f582c8ebad21ebd7bc99" + "hash": "a38880ea3f1c4a4c1b6b88af23bb868d" }, { - "title": "Kurdish village fears the worst for its loved ones after Channel disaster", - "description": "

    Relatives await news on 10 men whose phones have gone silent and a map pin that remains stubbornly stuck halfway between Britain and France

    Very little is known about the 27 people who drowned trying to cross the Channel in an inflatable boat on Wednesday, other than that many are thought to have come from northern Iraq.

    In the Kurdish village of Ranya, families had been waiting for days for news from loved ones they knew were planning to attempt the perilous crossing on Wednesday, but whose phones had gone silent. Some hoped their sons, brothers, daughters and sisters had made it across the Channel and were now in detention centres in the UK. Others feared the worst.

    Continue reading...", - "content": "

    Relatives await news on 10 men whose phones have gone silent and a map pin that remains stubbornly stuck halfway between Britain and France

    Very little is known about the 27 people who drowned trying to cross the Channel in an inflatable boat on Wednesday, other than that many are thought to have come from northern Iraq.

    In the Kurdish village of Ranya, families had been waiting for days for news from loved ones they knew were planning to attempt the perilous crossing on Wednesday, but whose phones had gone silent. Some hoped their sons, brothers, daughters and sisters had made it across the Channel and were now in detention centres in the UK. Others feared the worst.

    Continue reading...", - "category": "Iraq", - "link": "https://www.theguardian.com/world/2021/nov/27/kurdish-village-fears-the-worst-for-its-loved-ones-after-channel-disaster", - "creator": "Martin Chulov and Nechirvan Mando in Ranya, Iraqi Kurdistan", - "pubDate": "2021-11-27T08:00:53Z", + "title": "The Return of the Wage COLA", + "description": "Kellogg workers are the latest to demand inflation insurance.", + "content": "Kellogg workers are the latest to demand inflation insurance.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-return-of-the-wage-cola-kellogg-strike-inflation-11640300025", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 18:50:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8538122643744db105c7e26a385ebbf2" + "hash": "b750328dd4e94a5d1937500ae4c6fb3a" }, { - "title": "The Sicilian town where the Covid vaccination rate hit 104%", - "description": "

    An ‘extraordinary’ campaign is credited for Palazzo Adriano’s stellar uptake – even if topping 100% is a statistical quirk

    While European governments weigh up new mandates and measures to boost the uptake of Covid jabs there is on the slopes of Sicily’s Monte delle Rose a village with a vaccination rate that defies mathematics: 104%.

    The figure is in part a statistical quirk – vaccine rates are calculated by Italian health authorities on a town or village’s official population and can in theory rise above 100% if enough non-residents are jabbed there – but Palazzo Adriano, where the Oscar-winning movie Cinema Paradiso was filmed, is by any standards a well-vaccinated community. A good portion of the population has already taken or booked a third dose and since vaccines were first available it utilised its close-knit relations to protect its people.

    Continue reading...", - "content": "

    An ‘extraordinary’ campaign is credited for Palazzo Adriano’s stellar uptake – even if topping 100% is a statistical quirk

    While European governments weigh up new mandates and measures to boost the uptake of Covid jabs there is on the slopes of Sicily’s Monte delle Rose a village with a vaccination rate that defies mathematics: 104%.

    The figure is in part a statistical quirk – vaccine rates are calculated by Italian health authorities on a town or village’s official population and can in theory rise above 100% if enough non-residents are jabbed there – but Palazzo Adriano, where the Oscar-winning movie Cinema Paradiso was filmed, is by any standards a well-vaccinated community. A good portion of the population has already taken or booked a third dose and since vaccines were first available it utilised its close-knit relations to protect its people.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/27/palazzo-adriano-sicilian-town-covid-vaccination-rate", - "creator": "Lorenzo Tondo in Palazzo Adriano", - "pubDate": "2021-11-27T08:00:53Z", + "title": "Christmas in Communist Poland", + "description": "Its banishment from the public sphere heightened its intensity at home.", + "content": "Its banishment from the public sphere heightened its intensity at home.", + "category": "PAID", + "link": "https://www.wsj.com/articles/christmas-in-communist-poland-celebration-homes-poverty-food-warsaw-golden-years-11640291064", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 17:26:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "af73ee1f8d936211f3b1f113ea53f56b" + "hash": "233dee6f7e1ae33a83c1df0fef7be205" }, { - "title": "The stars with Down’s syndrome lighting up our screens: ‘People are talking about us instead of hiding us away’", - "description": "

    From Line of Duty to Mare of Easttown, a new generation of performers are breaking through. Meet the actors, models and presenters leading a revolution in representation

    In the middle of last winter’s lockdown, while still adjusting to the news of their newborn son’s Down’s syndrome diagnosis, Matt and Charlotte Court spotted a casting ad from BBC Drama. It called for a baby to star in a Call the Midwife episode depicting the surprising yet joyful arrival of a child with Down’s syndrome in 60s London, when institutionalisation remained horribly common. The resulting shoot would prove a deeply cathartic experience for the young family. “Before that point, I had shut off certain doors for baby Nate in my mind through a lack of knowledge,” Matt remembers. “To then have that opportunity opened my eyes. If he can act one day, which is bloody difficult, then he’s got a fighting chance. He was reborn for us on that TV programme.”

    It’s a fitting metaphor for the larger shift in Down’s syndrome visibility over the past few years. While Call the Midwife has featured a number of disability-focused plotlines in its nearly decade-long run – actor Daniel Laurie, who has Down’s syndrome, is a series regular – the history of the condition’s representation on screen is one largely defined by absence.

    Continue reading...", - "content": "

    From Line of Duty to Mare of Easttown, a new generation of performers are breaking through. Meet the actors, models and presenters leading a revolution in representation

    In the middle of last winter’s lockdown, while still adjusting to the news of their newborn son’s Down’s syndrome diagnosis, Matt and Charlotte Court spotted a casting ad from BBC Drama. It called for a baby to star in a Call the Midwife episode depicting the surprising yet joyful arrival of a child with Down’s syndrome in 60s London, when institutionalisation remained horribly common. The resulting shoot would prove a deeply cathartic experience for the young family. “Before that point, I had shut off certain doors for baby Nate in my mind through a lack of knowledge,” Matt remembers. “To then have that opportunity opened my eyes. If he can act one day, which is bloody difficult, then he’s got a fighting chance. He was reborn for us on that TV programme.”

    It’s a fitting metaphor for the larger shift in Down’s syndrome visibility over the past few years. While Call the Midwife has featured a number of disability-focused plotlines in its nearly decade-long run – actor Daniel Laurie, who has Down’s syndrome, is a series regular – the history of the condition’s representation on screen is one largely defined by absence.

    Continue reading...", - "category": "Down's syndrome", - "link": "https://www.theguardian.com/society/2021/nov/27/the-stars-with-downs-syndrome-lighting-up-our-screens-people-are-talking-about-us-instead-of-hiding-us-away", - "creator": "Hayley Maitland", - "pubDate": "2021-11-27T08:00:52Z", + "title": "India May Face a Population Implosion", + "description": "‘You have a baby factory in the north and a jobs factory in the south.’", + "content": "‘You have a baby factory in the north and a jobs factory in the south.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/india-may-face-a-population-implosion-fertility-rate-replacement-levels-children-11640289956", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 17:23:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2cf0464b0b86eb636a79c3d66ef6b6cf" + "hash": "4f8e595d074634c98e9b998743720714" }, { - "title": "NSW floods: Sydney’s Warragamba Dam spills as warnings issued in Upper Hunter", - "description": "

    Dozens of SES flood rescues as flooding forecast in Singleton and Maitland

    State Emergency Service volunteers staged two dozen flood rescues and responded to almost 600 requests for help across New South Wales over the past 24 hours as residents in Eugowra prepared to evacuate.

    The SES advised river level rises had been observed along the Mandagery Creek upstream of Eugowra.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Dozens of SES flood rescues as flooding forecast in Singleton and Maitland

    State Emergency Service volunteers staged two dozen flood rescues and responded to almost 600 requests for help across New South Wales over the past 24 hours as residents in Eugowra prepared to evacuate.

    The SES advised river level rises had been observed along the Mandagery Creek upstream of Eugowra.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "New South Wales", - "link": "https://www.theguardian.com/australia-news/2021/nov/27/nsw-floods-sydneys-warragamba-dam-spills-as-warnings-issued-in-upper-hunter", - "creator": "Caitlin Cassidy, Peter Hannam and AAP", - "pubDate": "2021-11-27T07:30:07Z", + "title": "Bring Back 'Regular Order'", + "description": "First, our elected leaders have to commit to getting things done for their country and constituents.", + "content": "First, our elected leaders have to commit to getting things done for their country and constituents.", + "category": "PAID", + "link": "https://www.wsj.com/articles/bring-back-regular-order-manchin-obamacare-mccain-build-back-better-committee-hearings-11640268080", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 12:21:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39ed175fb735b8b7c7e7f6e56fd97652" + "hash": "b0cd1306b7b0dee3b199b5200d2e1012" }, { - "title": "Widow of former South Korean dictator Chun Doo-hwan offers ‘deep apology’ for brutal rule", - "description": "

    During the final funeral service Lee Soon-ja says sorry for the pains suffered during her husband’s reign

    The widow of South Korea’s last military dictator has issued a brief apology over the “pains and scars” caused by her husband’s brutal rule as dozens of relatives and former aides gathered at a Seoul hospital to pay their final respects to Chun Doo-hwan.

    Chun, who took power in a 1979 coup and violently crushed pro-democracy protests a year later before being jailed for treason in the 1990s, died at his Seoul home Tuesday at the age of 90.

    Continue reading...", - "content": "

    During the final funeral service Lee Soon-ja says sorry for the pains suffered during her husband’s reign

    The widow of South Korea’s last military dictator has issued a brief apology over the “pains and scars” caused by her husband’s brutal rule as dozens of relatives and former aides gathered at a Seoul hospital to pay their final respects to Chun Doo-hwan.

    Chun, who took power in a 1979 coup and violently crushed pro-democracy protests a year later before being jailed for treason in the 1990s, died at his Seoul home Tuesday at the age of 90.

    Continue reading...", - "category": "South Korea", - "link": "https://www.theguardian.com/world/2021/nov/27/widow-of-former-south-korean-dictator-chun-doo-hwan-offers-deep-apology-for-brutal-rule", - "creator": "Associated Press", - "pubDate": "2021-11-27T07:24:11Z", + "title": "A Larry Krasner Christmas", + "description": "Happy holidays from Philadelphia’s criminals to a wedding party and even a U.S. Congresswoman.", + "content": "Happy holidays from Philadelphia’s criminals to a wedding party and even a U.S. Congresswoman.", + "category": "PAID", + "link": "https://www.wsj.com/articles/a-larry-krasner-christmas-crime-philadelphia-11640208516", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 18:49:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb27314079d8f25f36b5eed316ba1588" + "hash": "afa8d84b50872efb98689712afdcaaa6" }, { - "title": "Blind date: ‘He was fully on board when I suggested we order champagne’", - "description": "

    Alizée, 25, advertising account manager, meets Rhys, 34, chef

    Alizée on Rhys

    What were you hoping for?
    Good food, meeting someone interesting and that my date would be as tall as me (six-foot gal over here!)

    Continue reading...", - "content": "

    Alizée, 25, advertising account manager, meets Rhys, 34, chef

    Alizée on Rhys

    What were you hoping for?
    Good food, meeting someone interesting and that my date would be as tall as me (six-foot gal over here!)

    Continue reading...", - "category": "Dating", - "link": "https://www.theguardian.com/lifeandstyle/2021/nov/27/blind-date-alizee-rhys", + "title": "California's 'Independent' Gerrymander", + "description": "The largest U.S. House delegation is stacked in Democrats’ favor.", + "content": "The largest U.S. House delegation is stacked in Democrats’ favor.", + "category": "PAID", + "link": "https://www.wsj.com/articles/golden-state-independent-gerrymander-california-redistricting-democrats-11640213983", "creator": "", - "pubDate": "2021-11-27T06:00:50Z", + "pubDate": "Fri, 24 Dec 2021 08:49:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2cfba542d75d2f0fb718987396e19474" + "hash": "ca1f92c3a3bf376331b7b78d95e046a1" }, { - "title": "Gove-led cabinet committee makes fresh bid for progress on levelling up", - "description": "

    Weekly meetings of ministers chaired by Michael Gove expected to lead to new policies on reducing inequality

    Michael Gove is chairing a new weekly cabinet committee on levelling up, to bang heads together across Whitehall, as the government battles to repair the political damage of the past three weeks and show it is serious about tackling economic inequalities.

    After a tumultuous period that culminated in the prime minister’s fumbled speech to the CBI on Monday, the forthcoming levelling-up white paper, expected to be published in mid-December, is regarded as a key moment to demonstrate the government’s seriousness.

    Continue reading...", - "content": "

    Weekly meetings of ministers chaired by Michael Gove expected to lead to new policies on reducing inequality

    Michael Gove is chairing a new weekly cabinet committee on levelling up, to bang heads together across Whitehall, as the government battles to repair the political damage of the past three weeks and show it is serious about tackling economic inequalities.

    After a tumultuous period that culminated in the prime minister’s fumbled speech to the CBI on Monday, the forthcoming levelling-up white paper, expected to be published in mid-December, is regarded as a key moment to demonstrate the government’s seriousness.

    Continue reading...", - "category": "Inequality", - "link": "https://www.theguardian.com/inequality/2021/nov/27/gove-cabinet-committee-bid-progress-levelling-up", - "creator": "Heather Stewart Political editor", - "pubDate": "2021-11-27T06:00:49Z", + "title": "Big Pharma Success, Government Failure", + "description": "The U.S. ordered too few courses of the new and promising Covid pills.", + "content": "The U.S. ordered too few courses of the new and promising Covid pills.", + "category": "PAID", + "link": "https://www.wsj.com/articles/big-pharma-success-government-failure-covid-pills-merck-molnupiravir-pfizer-paxlovid-ridgeback-11640295905", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 18:52:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7cf0985ae7e6d839560cc2ef9b4fcf7" + "hash": "1db519f14b3b593b906f40d90d80c1a0" }, { - "title": "Australian TV reporter Matt Doran gives lengthy on-air apology after he ‘insulted’ Adele", - "description": "

    Channel Seven reporter says his failure to listen to Adele’s album was a ‘terrible mistake’

    Australian TV reporter Matt Doran has made a lengthy, unreserved apology to Adele for failing to listen to her new album before an exclusive interview with the singer, calling the bungle a “terrible mistake”.

    Doran made international headlines this week for his interview with the singer, which was canned after he conceded he had only heard one track from her latest work, 30. Sony is refusing to release the footage.

    Continue reading...", - "content": "

    Channel Seven reporter says his failure to listen to Adele’s album was a ‘terrible mistake’

    Australian TV reporter Matt Doran has made a lengthy, unreserved apology to Adele for failing to listen to her new album before an exclusive interview with the singer, calling the bungle a “terrible mistake”.

    Doran made international headlines this week for his interview with the singer, which was canned after he conceded he had only heard one track from her latest work, 30. Sony is refusing to release the footage.

    Continue reading...", - "category": "Adele", - "link": "https://www.theguardian.com/music/2021/nov/27/australian-tv-reporter-matt-doran-gives-lengthy-on-air-apology-after-he-insulted-adele", - "creator": "Caitlin Cassidy", - "pubDate": "2021-11-27T04:25:11Z", + "title": "Biden's Child-Poverty Progress Isn't Real", + "description": "Inflation ate up much of the income gains, which came with greater dependency.", + "content": "Inflation ate up much of the income gains, which came with greater dependency.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-child-poverty-progress-isnt-real-inflation-income-tax-credit-consumer-price-index-work-11640290381", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 18:10:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "282c4e58971f294c401c8c8a53a131d8" + "hash": "705b2ddd1121fc5e2d0d8fdf331549cd" }, { - "title": "Archaeologists unearth mummy estimated to be at least 800 years old in Peru", - "description": "

    Remains found inside an underground structure were tied up by ropes and with the hands covering the face

    A team of experts has found a mummy estimated to be at least 800 years old on Peru’s central coast, one of the archaeologists who participated in the excavation said.

    The mummified remains were of a person from the culture that developed between the coast and mountains of the South American country. The mummy, whose gender was not identified, was discovered in the Lima region, said archaeologist Pieter Van Dalen Luna on Friday.

    Continue reading...", - "content": "

    Remains found inside an underground structure were tied up by ropes and with the hands covering the face

    A team of experts has found a mummy estimated to be at least 800 years old on Peru’s central coast, one of the archaeologists who participated in the excavation said.

    The mummified remains were of a person from the culture that developed between the coast and mountains of the South American country. The mummy, whose gender was not identified, was discovered in the Lima region, said archaeologist Pieter Van Dalen Luna on Friday.

    Continue reading...", - "category": "Peru", - "link": "https://www.theguardian.com/world/2021/nov/27/archaeologists-unearth-mummy-estimated-to-be-at-least-800-years-old-in-peru", - "creator": "Reuters", - "pubDate": "2021-11-27T04:16:53Z", + "title": "Florida's Plague Is the Media's Cold", + "description": "Covid is suddenly funny and cool now that all the right people are getting it.", + "content": "Covid is suddenly funny and cool now that all the right people are getting it.", + "category": "PAID", + "link": "https://www.wsj.com/articles/florida-plague-is-the-medias-cold-new-york-surge-omicron-infection-variant-vaccines-11640268505", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 12:18:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0448f12a1c94c2f75f88e2dead88e44" + "hash": "f6f803f4e361c84d4c38a9f0a4ee52d8" }, { - "title": "Kurdish woman is first victim of Channel tragedy to be named", - "description": "

    Maryam Nuri Mohamed Amin from northern Iraq was messaging her fiancé when dinghy started sinking

    A Kurdish woman from northern Iraq has become the first victim of this week’s mass drowning in the Channel to be named.

    Maryam Nuri Mohamed Amin was messaging her fiance, who lives in the UK, when the group’s dinghy started deflating on Wednesday.

    Continue reading...", - "content": "

    Maryam Nuri Mohamed Amin from northern Iraq was messaging her fiancé when dinghy started sinking

    A Kurdish woman from northern Iraq has become the first victim of this week’s mass drowning in the Channel to be named.

    Maryam Nuri Mohamed Amin was messaging her fiance, who lives in the UK, when the group’s dinghy started deflating on Wednesday.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/nov/26/kurdish-woman-is-first-victim-of-channel-tragedy-to-be-named", - "creator": "Harry Taylor", - "pubDate": "2021-11-26T23:03:28Z", + "title": "In Hoc Anno Domini", + "description": "This editorial was written in 1949 by the late Vermont Royster and has been published annually since.", + "content": "This editorial was written in 1949 by the late Vermont Royster and has been published annually since.", + "category": "PAID", + "link": "https://www.wsj.com/articles/in-hoc-anno-domini-vermont-royster-editorial-11640296509", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 18:53:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0de60fe7ea1b16f61424571744158db" + "hash": "12dbb37f5092a7c2fa8106bdb5783db8" }, { - "title": "Stephen Sondheim: master craftsman who reinvented the musical dies aged 91", - "description": "

    Scoring his first big hit with West Side Story at 27, the US composer and lyricist raised the art form’s status with moving and funny masterpieces including Follies and Company

    ‘His songs are like a fabulous steak’: an all-star toast to Sondheim

    Stephen Sondheim, the master craftsman of the American musical, has died at the age of 91. His death, at his home in Roxbury, Connecticut, on Friday has prompted tributes throughout the entertainment industry and beyond. Andrew Lloyd Webber called him “the musical theatre giant of our times, an inspiration not just to two but to three generations [whose] contribution to theatre will never be equalled”. Cameron Mackintosh said: “The theatre has lost one of its greatest geniuses and the world has lost one of its greatest and most original writers. Sadly, there is now a giant in the sky. But the brilliance of Stephen Sondheim will still be here as his legendary songs and shows will be performed for evermore.”

    Over the course of a celebrated career spanning more than 60 years, Sondheim co-created Broadway theatre classics such as West Side Story, Gypsy, Sweeney Todd and Into the Woods, all of which also became hit movies. His intricate and dazzlingly clever songs pushed the boundaries of the art form and he made moving and funny masterpieces from unlikely subject matters, including a murderous barber (Sweeney Todd), the Roman comedies of Plautus (A Funny Thing Happened on the Way to the Forum) and a pointillist painting by Georges Seurat (Sunday in the Park With George).

    Continue reading...", - "content": "

    Scoring his first big hit with West Side Story at 27, the US composer and lyricist raised the art form’s status with moving and funny masterpieces including Follies and Company

    ‘His songs are like a fabulous steak’: an all-star toast to Sondheim

    Stephen Sondheim, the master craftsman of the American musical, has died at the age of 91. His death, at his home in Roxbury, Connecticut, on Friday has prompted tributes throughout the entertainment industry and beyond. Andrew Lloyd Webber called him “the musical theatre giant of our times, an inspiration not just to two but to three generations [whose] contribution to theatre will never be equalled”. Cameron Mackintosh said: “The theatre has lost one of its greatest geniuses and the world has lost one of its greatest and most original writers. Sadly, there is now a giant in the sky. But the brilliance of Stephen Sondheim will still be here as his legendary songs and shows will be performed for evermore.”

    Over the course of a celebrated career spanning more than 60 years, Sondheim co-created Broadway theatre classics such as West Side Story, Gypsy, Sweeney Todd and Into the Woods, all of which also became hit movies. His intricate and dazzlingly clever songs pushed the boundaries of the art form and he made moving and funny masterpieces from unlikely subject matters, including a murderous barber (Sweeney Todd), the Roman comedies of Plautus (A Funny Thing Happened on the Way to the Forum) and a pointillist painting by Georges Seurat (Sunday in the Park With George).

    Continue reading...", - "category": "Stephen Sondheim", - "link": "https://www.theguardian.com/stage/2021/nov/26/stephen-sondheim-composer-lyricist-musical-west-side-story-follies-company", - "creator": "Chris Wiegand", - "pubDate": "2021-11-26T22:21:41Z", + "title": "The Electric-Vehicle Push Empowers China", + "description": "Instead of using its own energy reserves, the U.S. is betting on its rival’s rare earths.", + "content": "Instead of using its own energy reserves, the U.S. is betting on its rival’s rare earths.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-electric-vehicle-push-empowers-china-rare-earths-mining-motors-rivals-11640290395", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 17:26:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22d05b9bb6c2af3327e3f36fc54b0806" + "hash": "f154cb27ada8ba8ac58ea5f3f13d9b87" }, { - "title": "BioNTech says it could tweak Covid vaccine in 100 days if needed", - "description": "

    Company says it will know in two weeks whether current Pfizer jab is effective against Omicron variant

    BioNTech says it could produce and ship an updated version of its vaccine within 100 days if the new Covid variant detected in southern Africa is found to evade existing immunity.

    The German biotechnology company is already investigating whether the vaccine it developed with US drugmaker Pfizer works well against the variant, named Omicron, which has caused concern due to its high number of mutations and initial suggestions that it could be transmitting more quickly.

    Continue reading...", - "content": "

    Company says it will know in two weeks whether current Pfizer jab is effective against Omicron variant

    BioNTech says it could produce and ship an updated version of its vaccine within 100 days if the new Covid variant detected in southern Africa is found to evade existing immunity.

    The German biotechnology company is already investigating whether the vaccine it developed with US drugmaker Pfizer works well against the variant, named Omicron, which has caused concern due to its high number of mutations and initial suggestions that it could be transmitting more quickly.

    Continue reading...", - "category": "Vaccines and immunisation", - "link": "https://www.theguardian.com/society/2021/nov/26/biontech-says-it-could-tweak-covid-vaccine-in-100-days-if-needed", - "creator": "Hannah Devlin and Julia Kollewe", - "pubDate": "2021-11-26T18:30:45Z", + "title": "Where Christmas Trees Come From", + "description": "We harvested ours in South Dakota. The world-wide tradition goes back centuries.", + "content": "We harvested ours in South Dakota. The world-wide tradition goes back centuries.", + "category": "PAID", + "link": "https://www.wsj.com/articles/where-christmas-trees-come-from-traditions-ornaments-pine-south-dakota-history-11640290167", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 17:22:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e357be229f0d842031a2ad0bbd84cf4" + "hash": "3c45295ff5cf1bdcd1208146c22493d9" }, { - "title": "Blowing the house down: life on the frontline of extreme weather in the Gambia", - "description": "

    A storm took the roof off Binta Bah’s house before torrential rain destroyed her family’s belongings, as poverty combines with the climate crisis to wreak havoc on Africa’s smallest mainland country

    The windstorm arrived in Jalambang late in the evening, when Binta Bah and her family were enjoying the evening cool outside. “But when we first heard the wind, the kids started to run and go in the house,” she says.

    First they went in one room but the roof – a sheet of corrugated iron fixed only by a timbere pole – flew off. They ran into another but the roof soon went there too.

    Continue reading...", - "content": "

    A storm took the roof off Binta Bah’s house before torrential rain destroyed her family’s belongings, as poverty combines with the climate crisis to wreak havoc on Africa’s smallest mainland country

    The windstorm arrived in Jalambang late in the evening, when Binta Bah and her family were enjoying the evening cool outside. “But when we first heard the wind, the kids started to run and go in the house,” she says.

    First they went in one room but the roof – a sheet of corrugated iron fixed only by a timbere pole – flew off. They ran into another but the roof soon went there too.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/26/blowing-the-house-down-life-on-the-frontline-of-extreme-weather-in-the-gambia", - "creator": "Lizzy Davies in Jalambang", - "pubDate": "2021-11-26T07:01:21Z", + "title": "Muskogee's Local Hero", + "description": "Sixth-grader has a busy day rescuing neighbors.", + "content": "Sixth-grader has a busy day rescuing neighbors.", + "category": "PAID", + "link": "https://www.wsj.com/articles/muskogees-local-hero-11640301243", + "creator": "", + "pubDate": "Thu, 23 Dec 2021 18:14:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a4e40ccf2fab138dc08c0447ea8af02" + "hash": "e4eb6f349febba5f72519ca257aac910" }, { - "title": "Australia news live update: flood warnings for NSW; police and defence personnel fly to Solomon Islands; Victoria records 1,362 Covid cases", - "description": "

    Victoria records 1,362 new Covid cases, NSW records 261; police give update on William Tyrrell search; Australia on track for its wettest spring in a decade; Morrison government sends help to control rioting in Solomon Islands – follow the latest updates live

    Between 1.5m and 2m Australians are only one life shock away from homelessness, new research from the Australian Housing and Urban Research Institute.

    Large numbers of Australia’s renters could fall into homelessness if they go through a relationship breakup, get a serious illness or lose work.

    Continue reading...", - "content": "

    Victoria records 1,362 new Covid cases, NSW records 261; police give update on William Tyrrell search; Australia on track for its wettest spring in a decade; Morrison government sends help to control rioting in Solomon Islands – follow the latest updates live

    Between 1.5m and 2m Australians are only one life shock away from homelessness, new research from the Australian Housing and Urban Research Institute.

    Large numbers of Australia’s renters could fall into homelessness if they go through a relationship breakup, get a serious illness or lose work.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/nov/26/australia-news-live-update-flood-warnings-as-more-heavy-rain-hits-nsw-australian-police-and-defence-personnel-fly-to-solomon-islands-religious-freedom-gay-students-teachers-scott-morrison-covid-south-africa-variant", - "creator": "Cait Kelly", - "pubDate": "2021-11-25T22:43:41Z", + "title": "The Forever Student Loan Emergency", + "description": "Under leftwing pressure, Biden extends the repayment pause again.", + "content": "Under leftwing pressure, Biden extends the repayment pause again.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-forever-student-loan-emergency-joe-biden-11640211426", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 18:58:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2752d9df2307ed2b64e7292c0825b5c7" + "hash": "30daaf9ad9b815df8d90094a487491ae" }, { - "title": "Action over variant shows government keen to avoid Christmas calamity of 2020", - "description": "

    Analysis: variant provides test of whether relaxation of rules and booster push is effective policy

    Last Christmas, as ministers rashly promised five days of festive family gatherings while a new variant gathered pace, Boris Johnson held out until the final hours until he bowed to the inevitable and cancelled Christmas.

    Despite rising cases in Europe and new restrictions on the continent, ministers had been bullish about going ahead with Christmas gatherings this year. Cabinet ministers have already sent invites for the Christmas drinks dos.

    Continue reading...", - "content": "

    Analysis: variant provides test of whether relaxation of rules and booster push is effective policy

    Last Christmas, as ministers rashly promised five days of festive family gatherings while a new variant gathered pace, Boris Johnson held out until the final hours until he bowed to the inevitable and cancelled Christmas.

    Despite rising cases in Europe and new restrictions on the continent, ministers had been bullish about going ahead with Christmas gatherings this year. Cabinet ministers have already sent invites for the Christmas drinks dos.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/25/action-over-variant-shows-government-keen-to-avoid-christmas-calamity-of-2020", - "creator": "Jessica Elgot", - "pubDate": "2021-11-25T21:32:15Z", + "title": "The Meaning of Manchin's 'No'", + "description": "A senator takes a stand against the American left’s style of doing politics.", + "content": "A senator takes a stand against the American left’s style of doing politics.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-meaning-of-manchins-no-opposition-protest-stand-intimidation-democrats-moderate-11640207784", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 18:05:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ef288d8073798e6ca28fd0701291675" + "hash": "cf3fba180c2469c012b813bab08e17d0" }, { - "title": "South Africa to be put on England’s travel red list over new Covid variant", - "description": "

    Flights from six countries will be banned as officials review travel measures after scientists voice concern over variant

    Flights from southern Africa will be banned, with six countries placed under England’s red list travel restrictions, after scientists raised the alarm over what is feared to be the worst Covid-19 variant yet identified.

    Whitehall sources said the B.1.1.529 variant, which is feared to be more transmissible and has the potential to evade immunity, posed “a potentially significant threat to the vaccine programme which we have to protect at all costs”.

    Continue reading...", - "content": "

    Flights from six countries will be banned as officials review travel measures after scientists voice concern over variant

    Flights from southern Africa will be banned, with six countries placed under England’s red list travel restrictions, after scientists raised the alarm over what is feared to be the worst Covid-19 variant yet identified.

    Whitehall sources said the B.1.1.529 variant, which is feared to be more transmissible and has the potential to evade immunity, posed “a potentially significant threat to the vaccine programme which we have to protect at all costs”.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/25/scientists-call-for-travel-code-red-over-covid-variant-found-in-southern-africa", - "creator": "Hannah Devlin, Ian Sample and Jessica Elgot", - "pubDate": "2021-11-25T21:22:42Z", + "title": "Germany's Energy Surrender", + "description": "Rarely has a country worked so hard to make itself vulnerable.", + "content": "Rarely has a country worked so hard to make itself vulnerable.", + "category": "PAID", + "link": "https://www.wsj.com/articles/germanys-energy-surrender-nuclear-power-angela-merkel-russia-vladimir-putin-11640207188", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 18:52:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "96b788688d8311c240ba911b46c1c5e9" + "hash": "9759eeacdeb74ce6a094e4ea62101ab9" }, { - "title": "UK ministers urged to ‘stop playing politics’ over Channel crossings", - "description": "

    Aid groups say more deaths are likely and Britain must allow safe routes for asylum seekers

    More lives will be lost in the Channel unless urgent action is taken to stop “playing politics with people’s lives”, ministers have been warned as desperate refugees vowed to keep attempting the perilous journey.

    The grim prediction came as investigators tried to identify the bodies of at least 27 people, including a pregnant woman and three children and thought to be predominantly Kurds from Iraq, who drowned on Wednesday.

    Continue reading...", - "content": "

    Aid groups say more deaths are likely and Britain must allow safe routes for asylum seekers

    More lives will be lost in the Channel unless urgent action is taken to stop “playing politics with people’s lives”, ministers have been warned as desperate refugees vowed to keep attempting the perilous journey.

    The grim prediction came as investigators tried to identify the bodies of at least 27 people, including a pregnant woman and three children and thought to be predominantly Kurds from Iraq, who drowned on Wednesday.

    Continue reading...", - "category": "Refugees", - "link": "https://www.theguardian.com/world/2021/nov/25/uk-ministers-urged-to-stop-playing-politics-over-channel-crossings", - "creator": "Jamie Grierson, Jon Henley in Calais and Dan Sabbagh in Dunkirk", - "pubDate": "2021-11-25T20:59:59Z", + "title": "It's Time for the Fed to Go Old School", + "description": "No fancy stuff. Raise rates via open-market operations that reduce the size of the balance sheet.", + "content": "No fancy stuff. Raise rates via open-market operations that reduce the size of the balance sheet.", + "category": "PAID", + "link": "https://www.wsj.com/articles/time-fed-old-school-fed-reserve-treasuries-interest-rates-bernanke-open-market-inflation-powell-11640186734", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 12:32:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "840b6fc9aba1b2775cbe24ed835b6c01" + "hash": "1bca4554b57699ac411d1ab8065c630b" }, { - "title": "‘We pray for them’: Biden pays tribute to Covid victims in Thanksgiving message", - "description": "

    President wishes Americans a closer-to-normal holiday amid rise in coronavirus infections

    President Joe Biden on Thursday wished Americans a happy and closer-to-normal Thanksgiving, the second celebrated in the shadow of the coronavirus pandemic, in remarks welcoming the resumption of holiday traditions in many homes.

    In his first holiday message as president, Biden and the first lady, Jill Biden, said this year’s celebrations were especially meaningful after last year’s family separations due to the pandemic.

    Continue reading...", - "content": "

    President wishes Americans a closer-to-normal holiday amid rise in coronavirus infections

    President Joe Biden on Thursday wished Americans a happy and closer-to-normal Thanksgiving, the second celebrated in the shadow of the coronavirus pandemic, in remarks welcoming the resumption of holiday traditions in many homes.

    In his first holiday message as president, Biden and the first lady, Jill Biden, said this year’s celebrations were especially meaningful after last year’s family separations due to the pandemic.

    Continue reading...", - "category": "Joe Biden", - "link": "https://www.theguardian.com/us-news/2021/nov/25/joe-biden-thanksgiving-covid-victims-jill-message", - "creator": "Edward Helmore in New York and agency", - "pubDate": "2021-11-25T20:45:09Z", + "title": "By Ditching the SAT, Harvard Hurts Minority Students", + "description": "How do you help young people move forward without honestly assessing where they stand?", + "content": "How do you help young people move forward without honestly assessing where they stand?", + "category": "PAID", + "link": "https://www.wsj.com/articles/harvard-ditches-sat-hurts-minority-meritocracy-education-diversity-affirmative-action-asian-black-11640123407", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 18:27:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db1c239b19fe5e9f18897d75716cbbcc" + "hash": "5cc42328c79ef83f33620bb6e94eadce" }, { - "title": "Three appear in court charged with 1996 murder of Scottish schoolgirl", - "description": "

    Robert O’Brien, Andrew Kelly and Donna Brand are accused of killing Caroline Glachan 25 years ago

    Three people have appeared in court in Scotland charged with the murder of the 14-year-old schoolgirl Caroline Glachan in 1996.

    Robert O’Brien, 43, Andrew Kelly and Donna Brand, both 42, appeared in private before Dumbarton sheriff court. Police had confirmed the arrests earlier on Thursday.

    Continue reading...", - "content": "

    Robert O’Brien, Andrew Kelly and Donna Brand are accused of killing Caroline Glachan 25 years ago

    Three people have appeared in court in Scotland charged with the murder of the 14-year-old schoolgirl Caroline Glachan in 1996.

    Robert O’Brien, 43, Andrew Kelly and Donna Brand, both 42, appeared in private before Dumbarton sheriff court. Police had confirmed the arrests earlier on Thursday.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/nov/25/three-appear-court-charged-1996-scottish-schoolgirl-caroline-glachan", - "creator": "Tom Ambrose", - "pubDate": "2021-11-25T20:42:08Z", + "title": "What the U.S. Should Learn From U.K. Cyber Strategy", + "description": "Despite what Defense Secretary Lloyd Austin says, cyber operations neither trigger perilous conflict nor do they make conflict more violent.", + "content": "Despite what Defense Secretary Lloyd Austin says, cyber operations neither trigger perilous conflict nor do they make conflict more violent.", + "category": "PAID", + "link": "https://www.wsj.com/articles/what-the-america-should-learn-from-united-kingdom-cyber-strategy-trump-biden-obama-11640208605", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 18:47:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16f47057d1ef7ead7b6240307121dec6" + "hash": "51d6ab83f4ccc6785ecca3ccc1de9526" }, { - "title": "Interpol’s president: alleged torturer rises as symbol of UAE soft power", - "description": "

    Ahmed Nasser al-Raisi’s election has raised concerns about human rights and the surveillance state

    Maj Gen Ahmed Nasser al-Raisi’s ascent through the ranks of the interior ministry in Abu Dhabi is associated with the United Arab Emirates’ transformation into a hi-tech surveillance state.

    His personal achievements include a diploma in police management from the University of Cambridge, a doctorate in policing, security and community safety from London Metropolitan University and a medal of honour from Italy.

    Continue reading...", - "content": "

    Ahmed Nasser al-Raisi’s election has raised concerns about human rights and the surveillance state

    Maj Gen Ahmed Nasser al-Raisi’s ascent through the ranks of the interior ministry in Abu Dhabi is associated with the United Arab Emirates’ transformation into a hi-tech surveillance state.

    His personal achievements include a diploma in police management from the University of Cambridge, a doctorate in policing, security and community safety from London Metropolitan University and a medal of honour from Italy.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/25/interpols-president-alleged-torturer-rises-as-symbol-of-uae-soft-power", - "creator": "Ruth Michaelson", - "pubDate": "2021-11-25T18:40:39Z", + "title": "NFL vs. Covid Magical Thinking", + "description": "Football is showing society how to live with the reality of asymptomatic spread.", + "content": "Football is showing society how to live with the reality of asymptomatic spread.", + "category": "PAID", + "link": "https://www.wsj.com/articles/nfl-vs-covid-magical-thinking-asympomatic-basketball-football-hockey-testing-omicron-nfl-nba-11640124005", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 18:33:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ed4a8d5cddb6b04a232de7f09c6c753" + "hash": "51f4f6ae9cf3d0b6de6e8cb35e649379" }, { - "title": "Shock and pity mix along UK coast where Channel tragedy played out", - "description": "

    Community reacts to the drowning of 27 people amid sense of resignation that nothing may change

    A UK Border Force perimeter at Dover Marina prevented closer contact with the few dozen men and women waiting late on Thursday morning on a red doubledecker bus marked “private” – yet exhaustion was clearly etched on each one’s face.

    It was unclear if the latest arrivals, who were on boats picked up by a Border Force cutter and a lifeboat in the Channel at 5am had embarked from France knowing 27 people had drowned making the same crossing on Wednesday.

    Continue reading...", - "content": "

    Community reacts to the drowning of 27 people amid sense of resignation that nothing may change

    A UK Border Force perimeter at Dover Marina prevented closer contact with the few dozen men and women waiting late on Thursday morning on a red doubledecker bus marked “private” – yet exhaustion was clearly etched on each one’s face.

    It was unclear if the latest arrivals, who were on boats picked up by a Border Force cutter and a lifeboat in the Channel at 5am had embarked from France knowing 27 people had drowned making the same crossing on Wednesday.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/nov/25/shock-pity-mix-along-coast-where-channel-drowning-tragedy-played-out", - "creator": "Ben Quinn", - "pubDate": "2021-11-25T18:22:18Z", + "title": "China Bullies Little Lithuania", + "description": "The Baltic state needs U.S. and EU support as it stands up to Beijing.", + "content": "The Baltic state needs U.S. and EU support as it stands up to Beijing.", + "category": "PAID", + "link": "https://www.wsj.com/articles/china-bullies-little-lithuania-taiwan-11640215202", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 18:46:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc7c7ca9d1fed28bb3555edf72b97d63" + "hash": "55d64661516455428a908fda6f1c2dc2" }, { - "title": "Interpol appoints Emirati general accused of torture as president", - "description": "

    Ahmed Nasser al-Raisi of United Arab Emirates elected despite concerns of human rights groups and MEPs

    A general from the United Arab Emirates accused of complicity in torture has been elected as president of the international policing agency Interpol in the teeth of fierce objections from human rights groups.

    Maj Gen Ahmed Nasser al-Raisi’s victory represents a boost to the growing diplomatic clout of the UAE, where he was appointed inspector general of the interior ministry in 2015, overseeing its prisons and policing.

    Continue reading...", - "content": "

    Ahmed Nasser al-Raisi of United Arab Emirates elected despite concerns of human rights groups and MEPs

    A general from the United Arab Emirates accused of complicity in torture has been elected as president of the international policing agency Interpol in the teeth of fierce objections from human rights groups.

    Maj Gen Ahmed Nasser al-Raisi’s victory represents a boost to the growing diplomatic clout of the UAE, where he was appointed inspector general of the interior ministry in 2015, overseeing its prisons and policing.

    Continue reading...", - "category": "Interpol", - "link": "https://www.theguardian.com/world/2021/nov/25/interpol-appoints-emirati-general-accused-torture-president-ahmed-nasser-al-raisi", - "creator": "Patrick Wintour Diplomatic editor and Ruth Michaelson", - "pubDate": "2021-11-25T17:59:03Z", + "title": "At My Orphanage, a Merry Christmas That Would Astonish Dickens", + "description": "With a star-topped tree, carols, feasts and presents, my buddies and I didn’t miss out on anything.", + "content": "With a star-topped tree, carols, feasts and presents, my buddies and I didn’t miss out on anything.", + "category": "PAID", + "link": "https://www.wsj.com/articles/at-my-orphanage-a-merry-christmas-that-would-astonish-dickens-rumple-hall-feast-11640207416", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 18:07:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8929afb17d65bae605cb0aef40c00b01" + "hash": "7115bc641a07c1422be85022e1f0fc5d" }, { - "title": "Google to pay £183m in back taxes to Irish government", - "description": "

    Firm’s subsidiary in Ireland agrees to backdated settlement to be paid in addition to corporation tax for 2020

    Google’s Irish subsidiary has agreed to pay €218m (£183m) in back taxes to the Irish government, according to company filings.

    The US tech company, which had been accused of avoiding hundreds of millions in tax across Europe through loopholes known as the “double Irish, Dutch sandwich”, said it had “agreed to the resolution of certain tax matters relating to prior years”.

    Continue reading...", - "content": "

    Firm’s subsidiary in Ireland agrees to backdated settlement to be paid in addition to corporation tax for 2020

    Google’s Irish subsidiary has agreed to pay €218m (£183m) in back taxes to the Irish government, according to company filings.

    The US tech company, which had been accused of avoiding hundreds of millions in tax across Europe through loopholes known as the “double Irish, Dutch sandwich”, said it had “agreed to the resolution of certain tax matters relating to prior years”.

    Continue reading...", - "category": "Google", - "link": "https://www.theguardian.com/technology/2021/nov/25/google-to-pay-183m-in-back-taxes-to-irish-government", - "creator": "Rupert Neate Wealth correspondent", - "pubDate": "2021-11-25T17:54:48Z", + "title": "Complete and Total Trump Campaign!", + "description": "The former president’s obsession with the 2020 election may lead to GOP losses in the next two.", + "content": "The former president’s obsession with the 2020 election may lead to GOP losses in the next two.", + "category": "PAID", + "link": "https://www.wsj.com/articles/complete-and-total-campaign-sabotage-trump-endorsement-candidates-republicans-11640208053", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 18:08:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c403cc4dd3c7d1a49c2430fb4daee40" + "hash": "c559bf4a98a96276cc3f1911c425ed6d" }, { - "title": "French fishers to block Channel tunnel in Brexit licences row", - "description": "

    Members of industry association say large number of vehicles will be used to block key artery between nations

    French fishers are threatening to block access to the Channel tunnel and the ferry port in Calais on Friday as part of an ongoing dispute over access to the waters between France and the UK in the wake of Brexit.

    They have branded the UK’s approach as “contemptuous” and “humiliating” and say they have no other option but to block access to the port and tunnel along with two other ports, Saint-Malo and Ouistreham.

    Continue reading...", - "content": "

    Members of industry association say large number of vehicles will be used to block key artery between nations

    French fishers are threatening to block access to the Channel tunnel and the ferry port in Calais on Friday as part of an ongoing dispute over access to the waters between France and the UK in the wake of Brexit.

    They have branded the UK’s approach as “contemptuous” and “humiliating” and say they have no other option but to block access to the port and tunnel along with two other ports, Saint-Malo and Ouistreham.

    Continue reading...", - "category": "Brexit", - "link": "https://www.theguardian.com/politics/2021/nov/25/french-fishers-block-channel-tunnel-brexit-fishing-licences-row", - "creator": "Lisa O'Carroll", - "pubDate": "2021-11-25T17:14:21Z", + "title": "The Strategic Case for Risking War in Ukraine", + "description": "An invasion would be a diplomatic, economic and military mistake for Putin. Let him make it if he must.", + "content": "An invasion would be a diplomatic, economic and military mistake for Putin. Let him make it if he must.", + "category": "PAID", + "link": "https://www.wsj.com/articles/strategic-case-risking-war-ukraine-russia-invasion-putin-national-security-nato-europe-eu-11640186454", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 12:31:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e50db3f122479f1f98b79d93f86b81b" + "hash": "cb20321b07dc809a64334590a4d6c0b0" }, { - "title": "Brisbane company worth just $8 when awarded $385m Nauru offshore processing contract", - "description": "

    Since 2017 the contract – now worth $1.6bn – has been amended seven times without competitive tender

    A Brisbane construction company had $8 in assets and had not commenced trading, when it was awarded a government contract – ultimately worth $1.6bn – to run Australia’s offshore processing on Nauru.

    The contract was awarded after the government ordered a “financial strength assessment” that was actually done on a different company.

    Continue reading...", - "content": "

    Since 2017 the contract – now worth $1.6bn – has been amended seven times without competitive tender

    A Brisbane construction company had $8 in assets and had not commenced trading, when it was awarded a government contract – ultimately worth $1.6bn – to run Australia’s offshore processing on Nauru.

    The contract was awarded after the government ordered a “financial strength assessment” that was actually done on a different company.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/2021/nov/26/brisbane-company-worth-just-8-when-awarded-385m-nauru-offshore-processing-contract", - "creator": "Ben Doherty and Ben Butler", - "pubDate": "2021-11-25T16:30:06Z", + "title": "The Sum of All Energy Fears", + "description": "Climate mania and naive foreign policy create a crisis in Europe.", + "content": "Climate mania and naive foreign policy create a crisis in Europe.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-sum-of-all-energy-fears-11640207249", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 16:07:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13975525c98837e9b0fc78ee093ee6bd" + "hash": "02eda17f893afd31c9e5a2492a29e3f7" }, { - "title": "Let’s talk about sex: how Cardi B and Megan Thee Stallion’s WAP sent the world into overdrive", - "description": "

    A cultural ‘cancer’, soft porn … or the height of empowerment? A revealing documentary examines the debates around one of the raunchiest – and most talked about – rap records around

    As winter forces many of us to ditch nights out with friends in favour of nights in on the sofa, Belcalis Alamanzar’s iconic words ring out across the digital ether: “A ho never gets cold!”. In a clip that went viral in 2014, the rapper better known as Cardi B parades up and down a hotel corridor, clad in a plunging, barely-there bralette and tight-fitting skirt. For women who wear little and care about it even less, Megan Thee Stallion has made a name for herself in the same vein. Together, Meg and Cardi would go on to birth a movement with their hit 2020 single, WAP, an ode to female sexuality and “wet ass pussy” which brought a slice of the club to the worlds’ living rooms at the peak of lockdown.

    In three minutes and seven seconds of poetic dirty talk, the pair walk us through the spiciest of bedroom sessions, except – contrary to patriarchal norms – they are firmly in the driver’s seat. From fellatio to make-up sex, Cardi and Megan leave their targets weak. With the video quickly becoming a talking point around the world, their sexual desire (and that of women in general) became the subject of fierce debate. While many praised their cheeky candour, others were unimpressed, with Fox News’s Candace Owens going as far as to call Cardi a “cancer cell” who was destroying culture.

    Continue reading...", - "content": "

    A cultural ‘cancer’, soft porn … or the height of empowerment? A revealing documentary examines the debates around one of the raunchiest – and most talked about – rap records around

    As winter forces many of us to ditch nights out with friends in favour of nights in on the sofa, Belcalis Alamanzar’s iconic words ring out across the digital ether: “A ho never gets cold!”. In a clip that went viral in 2014, the rapper better known as Cardi B parades up and down a hotel corridor, clad in a plunging, barely-there bralette and tight-fitting skirt. For women who wear little and care about it even less, Megan Thee Stallion has made a name for herself in the same vein. Together, Meg and Cardi would go on to birth a movement with their hit 2020 single, WAP, an ode to female sexuality and “wet ass pussy” which brought a slice of the club to the worlds’ living rooms at the peak of lockdown.

    In three minutes and seven seconds of poetic dirty talk, the pair walk us through the spiciest of bedroom sessions, except – contrary to patriarchal norms – they are firmly in the driver’s seat. From fellatio to make-up sex, Cardi and Megan leave their targets weak. With the video quickly becoming a talking point around the world, their sexual desire (and that of women in general) became the subject of fierce debate. While many praised their cheeky candour, others were unimpressed, with Fox News’s Candace Owens going as far as to call Cardi a “cancer cell” who was destroying culture.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/nov/25/queens-of-rap-cardi-b-megan-thee-stallion-wap", - "creator": "Danielle Koku", - "pubDate": "2021-11-25T16:30:05Z", + "title": "Never Throw Away Santa Claus", + "description": "Getting rid of an old ornament landed me in small-claims court.", + "content": "Getting rid of an old ornament landed me in small-claims court.", + "category": "PAID", + "link": "https://www.wsj.com/articles/never-throw-away-santa-claus-tenants-ornament-apartments-small-claim-court-11640207566", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 18:06:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ea90019ecea12426d77a1dfcc214e77" + "hash": "103132b0415e06c68d059ac72e23f569" }, { - "title": "National Geographic green-eyed ‘Afghan Girl’ evacuated to Italy", - "description": "

    Sharbat Gula left Afghanistan after Taliban takeover that followed US departure from country

    National Geographic magazine’s famed green-eyed “Afghan Girl” has arrived in Italy as part of the west’s evacuation of Afghans after the Taliban takeover of the country, the Italian government has said.

    The office of the prime minister, Mario Draghi, said Italy organised the evacuation of Sharbat Gula after she asked to be helped to leave the country. The Italian government would help to get her integrated into life in Italy, the statement said on Thursday.

    Continue reading...", - "content": "

    Sharbat Gula left Afghanistan after Taliban takeover that followed US departure from country

    National Geographic magazine’s famed green-eyed “Afghan Girl” has arrived in Italy as part of the west’s evacuation of Afghans after the Taliban takeover of the country, the Italian government has said.

    The office of the prime minister, Mario Draghi, said Italy organised the evacuation of Sharbat Gula after she asked to be helped to leave the country. The Italian government would help to get her integrated into life in Italy, the statement said on Thursday.

    Continue reading...", - "category": "Afghanistan", - "link": "https://www.theguardian.com/world/2021/nov/25/national-geographic-green-eyed-afghan-girl-evacuated-italy-sharbat-gulla", - "creator": "Associated Press", - "pubDate": "2021-11-25T16:04:30Z", + "title": "Notable & Quotable: Comparing Jimmy Carter and Joe Biden", + "description": "‘Biden now sports the lowest net economic rating of any president at this point through their first term since at least Jimmy Carter in 1977.’", + "content": "‘Biden now sports the lowest net economic rating of any president at this point through their first term since at least Jimmy Carter in 1977.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/notable-quotable-carter-polling-approval-rating-inflation-economy-11640208196", + "creator": "", + "pubDate": "Wed, 22 Dec 2021 18:05:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c9d561b1f4eadff5f1223ee38185179" + "hash": "76591f0ecc1172b851bdb5ab799e55fe" }, { - "title": "Paul Weller’s 30 greatest songs – ranked!", - "description": "

    Drawn from the Jam, the Style Council and his solo work, all of it powered by romance, storytelling and political vim, here is the best of a British songwriter unbounded by genre

    On the B-side of A Solid Bond in Your Heart lurks Weller’s mea culpa take on the sudden demise of the Jam, the arrogance of youth and the perils of becoming the Voice of a Generation. “I was a shit-stained statue / Schoolchildren would stand in awe … I thought I was lord of this crappy jungle.”

    Continue reading...", - "content": "

    Drawn from the Jam, the Style Council and his solo work, all of it powered by romance, storytelling and political vim, here is the best of a British songwriter unbounded by genre

    On the B-side of A Solid Bond in Your Heart lurks Weller’s mea culpa take on the sudden demise of the Jam, the arrogance of youth and the perils of becoming the Voice of a Generation. “I was a shit-stained statue / Schoolchildren would stand in awe … I thought I was lord of this crappy jungle.”

    Continue reading...", - "category": "Paul Weller", - "link": "https://www.theguardian.com/music/2021/nov/25/paul-wellers-30-greatest-songs-ranked", - "creator": "Alexis Petridis", - "pubDate": "2021-11-25T15:29:05Z", + "title": "Biden's Omicron Reality Check", + "description": "The President hits a calmer note and rejects lockdowns.", + "content": "The President hits a calmer note and rejects lockdowns.", + "category": "PAID", + "link": "https://www.wsj.com/articles/joe-bidens-omicron-reality-check-covid-11640127849", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 18:48:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8841988dacbdd63e3149292988a5e776" + "hash": "7cc25589044a8c630451b07ac1bf0358" }, { - "title": "All options fraught with risk as Biden confronts Putin over Ukraine", - "description": "

    Analysis: Moscow presents Washington with a no-win situation: capitulate on Ukrainian sovereignty or risk all-out war

    Joe Biden is preparing for a virtual summit with Vladimir Putin with the aim of fending off the threat of another Russian invasion of Ukraine.

    The summit has been previewed by the Kremlin. The White House has not confirmed it, but Biden’s press secretary, Jen Psaki, said that “high-level diplomacy is a priority of the president” and pointed to the teleconference meeting with Xi Jinping earlier in November.

    Continue reading...", - "content": "

    Analysis: Moscow presents Washington with a no-win situation: capitulate on Ukrainian sovereignty or risk all-out war

    Joe Biden is preparing for a virtual summit with Vladimir Putin with the aim of fending off the threat of another Russian invasion of Ukraine.

    The summit has been previewed by the Kremlin. The White House has not confirmed it, but Biden’s press secretary, Jen Psaki, said that “high-level diplomacy is a priority of the president” and pointed to the teleconference meeting with Xi Jinping earlier in November.

    Continue reading...", - "category": "US foreign policy", - "link": "https://www.theguardian.com/us-news/2021/nov/25/all-options-fraught-with-risk-as-biden-confronts-putin-over-ukraine", - "creator": "Julian Borger in Washington", - "pubDate": "2021-11-25T15:19:20Z", + "title": "One Last Chance to Build Back Better", + "description": "The expanded child tax credit is about to expire; extending it should be the priority.", + "content": "The expanded child tax credit is about to expire; extending it should be the priority.", + "category": "PAID", + "link": "https://www.wsj.com/articles/one-last-chance-to-build-back-better-child-tax-credit-expansion-manchin-no-vote-biden-11640107692", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 15:50:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e9af2cc1b23398a49f407053265043e" + "hash": "beca477809da552234bcdb07a025bc83" }, { - "title": "Warning on tackling HIV as WHO finds rise in resistance to antiretroviral drugs", - "description": "

    Nearly half of newly diagnosed infants in 10 countries have drug-resistant HIV, study finds, underlining need for new alternatives

    HIV drug resistance is on the rise, according to a new report, which found that the number of people with the virus being treated with antiretrovirals had risen to 27.5 million – an annual increase of 2 million.

    Four out of five countries with high rates had seen success in suppressing the virus with antiretroviral treatments, according to the World Health Organization’s HIV drug-resistance report.

    Continue reading...", - "content": "

    Nearly half of newly diagnosed infants in 10 countries have drug-resistant HIV, study finds, underlining need for new alternatives

    HIV drug resistance is on the rise, according to a new report, which found that the number of people with the virus being treated with antiretrovirals had risen to 27.5 million – an annual increase of 2 million.

    Four out of five countries with high rates had seen success in suppressing the virus with antiretroviral treatments, according to the World Health Organization’s HIV drug-resistance report.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/25/warning-hiv-who-finds-rise-resistance-antiretroviral-drugs", - "creator": "Kaamil Ahmed", - "pubDate": "2021-11-25T15:17:02Z", + "title": "Run, Ms. Ocasio-Cortez, Run", + "description": "She says the Senate is ‘undemocratic,’ so challenge Schumer.", + "content": "She says the Senate is ‘undemocratic,’ so challenge Schumer.", + "category": "PAID", + "link": "https://www.wsj.com/articles/run-alexandria-ocasio-cortez-run-chuck-schumer-senate-11640128326", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 18:47:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ab15f6d3aff56b4f7b802ade8bd2d29" + "hash": "e304f3709878ba439625211318266978" }, { - "title": "Pregnant women urged to get Covid jab as data from England shows it is safe", - "description": "

    Analysis finds vaccinated women no more likely than unvaccinated to suffer stillbirth or premature births

    Health leaders are urging thousands of unvaccinated pregnant women to get vaccinated after the first official data from England found Covid jabs are safe and effective.

    The analysis of more than 350,000 deliveries by the UK Health Security Agency (UKHSA) shows women who have had a Covid vaccine are no more likely than unvaccinated women to suffer stillbirth, premature birth or have babies with low birthweight. It reinforces international evidence that the jabs have a good safety record in pregnant women.

    Continue reading...", - "content": "

    Analysis finds vaccinated women no more likely than unvaccinated to suffer stillbirth or premature births

    Health leaders are urging thousands of unvaccinated pregnant women to get vaccinated after the first official data from England found Covid jabs are safe and effective.

    The analysis of more than 350,000 deliveries by the UK Health Security Agency (UKHSA) shows women who have had a Covid vaccine are no more likely than unvaccinated women to suffer stillbirth, premature birth or have babies with low birthweight. It reinforces international evidence that the jabs have a good safety record in pregnant women.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/25/pregnant-women-covid-jab-safe", - "creator": "Andrew Gregory Health editor", - "pubDate": "2021-11-25T15:13:39Z", + "title": "An Ordinary Joe's Christmas", + "description": "Even in death, a homeless man brings out the better angels in his friends.", + "content": "Even in death, a homeless man brings out the better angels in his friends.", + "category": "PAID", + "link": "https://www.wsj.com/articles/an-ordinary-joes-christmas-burial-notre-dame-slovinec-homelessness-death-loss-mental-illness-11640034177", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 18:11:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf818b0c74cc768fb5ac3259b5c911c8" + "hash": "8189beb72431fa53cf57d738fb83a4af" }, { - "title": "Naomi Campbell’s fashion charity investigated over finances", - "description": "

    Regulator examines potential mismanagement at Fashion for Relief and payments to trustee

    The fashion charity established by the supermodel Naomi Campbell has come under formal investigation from the charities watchdog over misconduct concerns relating to its management and finances.

    Campbell created Fashion for Relief in 2005 to raise funds for children living in poverty and adversity around the world, and says it has raised millions over the years for good causes through its annual charity fashion show.

    Continue reading...", - "content": "

    Regulator examines potential mismanagement at Fashion for Relief and payments to trustee

    The fashion charity established by the supermodel Naomi Campbell has come under formal investigation from the charities watchdog over misconduct concerns relating to its management and finances.

    Campbell created Fashion for Relief in 2005 to raise funds for children living in poverty and adversity around the world, and says it has raised millions over the years for good causes through its annual charity fashion show.

    Continue reading...", - "category": "Charities", - "link": "https://www.theguardian.com/society/2021/nov/25/naomi-campbells-fashion-charity-investigated-over-finances", - "creator": "Patrick Butler Social policy editor", - "pubDate": "2021-11-25T15:11:23Z", + "title": "How Fauci and Collins Shut Down Covid Debate", + "description": "They worked with the media to trash the Great Barrington Declaration.", + "content": "They worked with the media to trash the Great Barrington Declaration.", + "category": "PAID", + "link": "https://www.wsj.com/articles/fauci-collins-emails-great-barrington-declaration-covid-pandemic-lockdown-11640129116", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 18:47:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5e268e0e8f9be0731a86c7c5153344d" + "hash": "2d603e98115a9739311281a2520c2edd" }, { - "title": "‘Battery arms race’: how China has monopolised the electric vehicle industry", - "description": "

    Chinese companies dominate mining, battery and manufacturing sectors, and amid human rights concerns, Europe and the US are struggling to keep pace

    Think of an electric car and the first name that comes to mind will probably be Tesla. The California company makes the world’s bestselling electric car and was recently valued at $1tn. But behind this US success story is a tale of China’s manufacturing might.

    Tesla’s factory in Shanghai now produces more cars than its plant in California. Some of the batteries that drive them are Chinese-made and the minerals that power the batteries are largely refined and mined by Chinese companies.

    Continue reading...", - "content": "

    Chinese companies dominate mining, battery and manufacturing sectors, and amid human rights concerns, Europe and the US are struggling to keep pace

    Think of an electric car and the first name that comes to mind will probably be Tesla. The California company makes the world’s bestselling electric car and was recently valued at $1tn. But behind this US success story is a tale of China’s manufacturing might.

    Tesla’s factory in Shanghai now produces more cars than its plant in California. Some of the batteries that drive them are Chinese-made and the minerals that power the batteries are largely refined and mined by Chinese companies.

    Continue reading...", - "category": "Electric, hybrid and low-emission cars", - "link": "https://www.theguardian.com/global-development/2021/nov/25/battery-arms-race-how-china-has-monopolised-the-electric-vehicle-industry", - "creator": "Pete Pattisson", - "pubDate": "2021-11-25T14:03:45Z", + "title": "'The Hound of Heaven' in Slow Pursuit", + "description": "Father Bartunek showed the meaning in the mystical verse.", + "content": "Father Bartunek showed the meaning in the mystical verse.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-hound-of-heaven-in-slow-pursuit-john-bartunek-francis-thompson-poem-confession-catholic-11640123201", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 18:33:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9fd756b5c75d88f988b3aa0c62ffad08" + "hash": "6162a1606b328bf385c680d2603b579b" }, { - "title": "EU moves to place Covid booster jabs at heart of travel rules", - "description": "

    Commission says unrestricted travel between states should apply to those who get booster nine months after jabs

    People hoping to travel to the European Union next year will have to get a booster jab once their original Covid vaccines are more than nine months old, under new proposals from Brussels.

    On Thursday, the European Commission proposed a nine-month limit for vaccine validity that would apply for travel within and to the EU.

    Continue reading...", - "content": "

    Commission says unrestricted travel between states should apply to those who get booster nine months after jabs

    People hoping to travel to the European Union next year will have to get a booster jab once their original Covid vaccines are more than nine months old, under new proposals from Brussels.

    On Thursday, the European Commission proposed a nine-month limit for vaccine validity that would apply for travel within and to the EU.

    Continue reading...", - "category": "European Union", - "link": "https://www.theguardian.com/world/2021/nov/25/eu-moves-to-place-covid-booster-jabs-at-heart-of-travel-rules", - "creator": "Jennifer Rankin in Brussels", - "pubDate": "2021-11-25T13:47:23Z", + "title": "Biden Emerges as Progressive Government's Mr. Bad Example", + "description": "A bit of humility about what Washington could achieve would have served the president well.", + "content": "A bit of humility about what Washington could achieve would have served the president well.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-progressive-example-covid-omicron-inflation-wages-afghanistan-border-crime-harris-11640011955", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 13:19:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dddad8a70ba6e988330bc17d5b55bd3c" + "hash": "d924e0e39d8a7735f47ba6b3c716ad6a" }, { - "title": "Apple tells Thai activists they are targets of ‘state-sponsored attackers’", - "description": "

    At least 17 people including protest leaders have received alerts about devices possibly being compromised

    Thai activists who have called for reform of the monarchy are among at least 17 people in Thailand who say they have been warned by Apple that they have been targeted by “state-sponsored” attackers.

    Warnings were sent to the prominent activists Panusaya Sithijirawattanakul and Arnon Nampa, according to Panusaya’s sister May and the administrator of Arnon’s Facebook page. Panusaya and Arnon are in pre-trial detention after leading demonstrations calling for the power of the monarchy to be curbed.

    Continue reading...", - "content": "

    At least 17 people including protest leaders have received alerts about devices possibly being compromised

    Thai activists who have called for reform of the monarchy are among at least 17 people in Thailand who say they have been warned by Apple that they have been targeted by “state-sponsored” attackers.

    Warnings were sent to the prominent activists Panusaya Sithijirawattanakul and Arnon Nampa, according to Panusaya’s sister May and the administrator of Arnon’s Facebook page. Panusaya and Arnon are in pre-trial detention after leading demonstrations calling for the power of the monarchy to be curbed.

    Continue reading...", - "category": "Thailand", - "link": "https://www.theguardian.com/world/2021/nov/25/apple-tells-thai-activists-they-are-targets-of-state-sponsored-attackers", - "creator": "Rebecca Ratcliffe and Navaon Siradapuvadol", - "pubDate": "2021-11-25T13:42:51Z", + "title": "Poland Gives Itself Bad Press", + "description": "Warsaw’s new media law targets a TV broadcaster owned by a U.S. firm.", + "content": "Warsaw’s new media law targets a TV broadcaster owned by a U.S. firm.", + "category": "PAID", + "link": "https://www.wsj.com/articles/poland-gives-itself-bad-press-foreign-media-law-11640029821", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 18:46:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09c0024692a3f15338d0360d055a109d" + "hash": "826fd38865de4a72ed714e2f07e56232" }, { - "title": "Dozens killed in Siberia after coalmine explosion – reports", - "description": "

    Russian media reports emergency officials saying 52 miners and rescuers have died in the Listvyazhnaya mine

    A devastating explosion in a Siberian coalmine on Thursday left 52 miners and rescuers dead about 250 meters (820ft) underground, Russian officials have said.

    Hours after a methane gas explosion and fire filled the mine with toxic fumes, rescuers found 14 bodies but then were forced to halt the search for 38 others because of a buildup of methane and carbon monoxide gas from the fire. A total of 239 people were rescued.

    Continue reading...", - "content": "

    Russian media reports emergency officials saying 52 miners and rescuers have died in the Listvyazhnaya mine

    A devastating explosion in a Siberian coalmine on Thursday left 52 miners and rescuers dead about 250 meters (820ft) underground, Russian officials have said.

    Hours after a methane gas explosion and fire filled the mine with toxic fumes, rescuers found 14 bodies but then were forced to halt the search for 38 others because of a buildup of methane and carbon monoxide gas from the fire. A total of 239 people were rescued.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/nov/25/dozens-trapped-underground-in-siberia-after-fatal-coalmine-fire", - "creator": "Associated Press", - "pubDate": "2021-11-25T13:32:03Z", + "title": "The Bleatings Will Continue Until Morale Improves", + "description": "Lawmakers point fingers after the failure of Build Back Better.", + "content": "Lawmakers point fingers after the failure of Build Back Better.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-bleatings-will-continue-until-morale-improves-11640127815", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 18:03:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7554b10c935e22970a479892e80ec33f" + "hash": "7790b27c565f078a712ac41896a23ba9" }, { - "title": "What is driving Europe's surge in Covid cases? – video explainer", - "description": "

    The continent is now the centre of the global coronavirus pandemic – again. As countries from the Baltic to the Med brace for harsher winter measures, the Guardian's Jon Henley looks at the reasons behind the fourth wave

    Continue reading...", - "content": "

    The continent is now the centre of the global coronavirus pandemic – again. As countries from the Baltic to the Med brace for harsher winter measures, the Guardian's Jon Henley looks at the reasons behind the fourth wave

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/nov/25/what-is-driving-europes-surge-in-covid-cases-video-explainer", - "creator": "Monika Cvorak, Jon Henley and Nikhita Chulani", - "pubDate": "2021-11-25T12:50:29Z", + "title": "The Dangerous Push to Give Boosters to Teens", + "description": "FDA and CDC experts said the plan was ill-advised, so the agencies cut them out of the decision process.", + "content": "FDA and CDC experts said the plan was ill-advised, so the agencies cut them out of the decision process.", + "category": "PAID", + "link": "https://www.wsj.com/articles/dangerous-push-to-give-boosters-to-teens-vacccine-covid-19-omicron-vaxx-requirement-mandate-11640107759", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 15:52:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "61b6eace8e7f512a26fc166385614b4b" + "hash": "a42c559b71c9749ca7f76a25e856180b" }, { - "title": "Matteo Salvini: ‘I refuse to think of substituting 10m Italians with 10m migrants’", - "description": "

    Exclusive: Far-right politician is in campaign mode and says he has no regrets about draconian policies he introduced when he was interior minister

    Whether they’re camped outside in freezing temperatures or stranded at sea, Matteo Salvini exhibits little sympathy for the asylum seekers blocked at European borders. The Italian far-right leader, who as interior minister attempted to stop NGO rescue boats landing in Italian ports, in one case leading to criminal charges, will travel to Warsaw next month in a show of solidarity with his Polish allies who have deployed hardcore tactics to ward off thousands of refugees trying to enter from Belarus.

    “I think that Europe is realising that illegal immigration is dangerous,” Salvini told the Guardian in an interview conducted before 27 people drowned attempting to cross the Channel in an inflatable boat. “So maybe this shock will be useful.”

    Continue reading...", - "content": "

    Exclusive: Far-right politician is in campaign mode and says he has no regrets about draconian policies he introduced when he was interior minister

    Whether they’re camped outside in freezing temperatures or stranded at sea, Matteo Salvini exhibits little sympathy for the asylum seekers blocked at European borders. The Italian far-right leader, who as interior minister attempted to stop NGO rescue boats landing in Italian ports, in one case leading to criminal charges, will travel to Warsaw next month in a show of solidarity with his Polish allies who have deployed hardcore tactics to ward off thousands of refugees trying to enter from Belarus.

    “I think that Europe is realising that illegal immigration is dangerous,” Salvini told the Guardian in an interview conducted before 27 people drowned attempting to cross the Channel in an inflatable boat. “So maybe this shock will be useful.”

    Continue reading...", - "category": "Matteo Salvini", - "link": "https://www.theguardian.com/world/2021/nov/25/matteo-salvini-interview-far-right-migration", - "creator": "Angela Giuffrida in Rome", - "pubDate": "2021-11-25T12:37:22Z", + "title": "President-Elect Boric Aims to Undo Chile's Economic Progress", + "description": "His wish list, which includes ending private pensions, would destroy Chile’s capital markets.", + "content": "His wish list, which includes ending private pensions, would destroy Chile’s capital markets.", + "category": "PAID", + "link": "https://www.wsj.com/articles/president-elect-boric-aims-to-undo-chiles-economic-progress-pensions-taxes-south-america-11640123805", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 18:34:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f026a22210a3307b715ae0de2d3b014f" + "hash": "b11442f1bce0f43d20f3ea64b591855a" }, { - "title": "Spanish police recover rare 2,000-year-old Iberian sword", - "description": "

    Double-edged, curved falcata particularly sought after because of the original condition of its blade

    More than 2,000 years after it was last wielded by a warrior somewhere on the Iberian peninsula, a rare, magnificent – and plundered – sword has been recovered by Spanish police, who tracked it down before it was sold online.

    The pre-Roman falcata, a double-edged, curved sword used by the Iberians between the fifth and first centuries BC, was seized along with 202 other archaeological pieces after it appeared on what Policía Nacional officers termed “a well known social media site”.

    Continue reading...", - "content": "

    Double-edged, curved falcata particularly sought after because of the original condition of its blade

    More than 2,000 years after it was last wielded by a warrior somewhere on the Iberian peninsula, a rare, magnificent – and plundered – sword has been recovered by Spanish police, who tracked it down before it was sold online.

    The pre-Roman falcata, a double-edged, curved sword used by the Iberians between the fifth and first centuries BC, was seized along with 202 other archaeological pieces after it appeared on what Policía Nacional officers termed “a well known social media site”.

    Continue reading...", - "category": "Spain", - "link": "https://www.theguardian.com/world/2021/nov/25/spanish-police-recover-rare-2000-year-old-iberian-sword", - "creator": "Sam Jones in Madrid", - "pubDate": "2021-11-25T12:26:09Z", + "title": "Do Young Americans Have 'a God-Shaped Hole'?", + "description": "Students ponder religion in light of Pascal’s metaphor.", + "content": "Students ponder religion in light of Pascal’s metaphor.", + "category": "PAID", + "link": "https://www.wsj.com/articles/do-young-americans-have-a-god-shaped-hole-religion-social-media-christianity-11640123450", + "creator": "", + "pubDate": "Tue, 21 Dec 2021 18:49:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3bb07a0e73ca06e5e6ef74d4a7ca9f09" + "hash": "f2abf6744fabdaf3f48db2676b07db50" }, { - "title": "HMRC to relocate to Newcastle office owned by Tory donors via tax haven", - "description": "

    Exclusive: Deal is part of north-east regeneration scheme developed by property tycoons David and Simon Reuben

    HM Revenue and Customs has struck a deal to relocate tax officials into a new office complex in Newcastle owned by major Conservative party donors through an offshore company based in a tax haven, the Guardian can reveal.

    The department’s planned new home in the north-east of England is part of a regeneration scheme developed by a British Virgin Islands (BVI) entity controlled by the billionaire property tycoons David and Simon Reuben.

    Continue reading...", - "content": "

    Exclusive: Deal is part of north-east regeneration scheme developed by property tycoons David and Simon Reuben

    HM Revenue and Customs has struck a deal to relocate tax officials into a new office complex in Newcastle owned by major Conservative party donors through an offshore company based in a tax haven, the Guardian can reveal.

    The department’s planned new home in the north-east of England is part of a regeneration scheme developed by a British Virgin Islands (BVI) entity controlled by the billionaire property tycoons David and Simon Reuben.

    Continue reading...", - "category": "HMRC", - "link": "https://www.theguardian.com/politics/2021/nov/25/hmrc-to-relocate-to-newcastle-office-owned-by-tory-donors-via-tax-haven", - "creator": "Harry Davies and Rowena Mason", - "pubDate": "2021-11-25T11:11:21Z", + "title": "The Supreme Court's Covid Vaccine Test", + "description": "Justices have to decide if they want to let OSHA rewrite the law.", + "content": "Justices have to decide if they want to let OSHA rewrite the law.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-supreme-courts-covid-vaccine-test-sixth-circuit-osha-mandate-11640034808", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 18:47:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a77ab326b11c5952d9b51f32093bb80c" + "hash": "63fd589424f58fd46c43e13cc150400b" }, { - "title": "Turkey accused of using Interpol summit to crack down on critics", - "description": "

    Campaigners claim Ankara is abusing its position as host, by pressuring the police body to harass dissidents living abroad

    Human rights activists have accused Turkey of using its role as host of Interpol’s general assembly to push for a crackdown on critics and political opponents who have fled the country.

    The alert came after the Turkish interior minister, Süleyman Soylu, said his government would use the three-day event in Istanbul to persuade the international criminal police organisation’s officials and delegates to find, arrest and extradite Turkish dissident citizens particularly those it labels terroristsabroad.

    Continue reading...", - "content": "

    Campaigners claim Ankara is abusing its position as host, by pressuring the police body to harass dissidents living abroad

    Human rights activists have accused Turkey of using its role as host of Interpol’s general assembly to push for a crackdown on critics and political opponents who have fled the country.

    The alert came after the Turkish interior minister, Süleyman Soylu, said his government would use the three-day event in Istanbul to persuade the international criminal police organisation’s officials and delegates to find, arrest and extradite Turkish dissident citizens particularly those it labels terroristsabroad.

    Continue reading...", - "category": "Interpol", - "link": "https://www.theguardian.com/global-development/2021/nov/25/turkey-accused-of-using-interpol-summit-to-crack-down-on-critics", - "creator": "Kim Willsher", - "pubDate": "2021-11-25T11:09:31Z", + "title": "Chile's Election Signals a Hard Left Turn", + "description": "The president-elect wants to remake the country’s economy.", + "content": "The president-elect wants to remake the country’s economy.", + "category": "PAID", + "link": "https://www.wsj.com/articles/chile-takes-a-hard-left-turn-gabriel-boric-president-election-jose-antonio-kast-11640035352", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 18:41:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74dce2e1be36c689ac9bd9f886e3720a" + "hash": "98948c3668c5f0773a62bc1ea4aff9f1" }, { - "title": "Justice prevailed in the trial of Ahmaud Arbery’s killers. In America, that’s a shock | Moustafa Bayoumi", - "description": "

    The jury reached the right verdict – even as the criminal justice system did everything it could to exonerate the three men

    It’s shocking that Travis McMichael, Gregory McMichael, and William Bryan were found guilty of murdering Ahmaud Arbery in Brunswick, Georgia. Yet the shock doesn’t stem out of any miscarriage of justice. On the contrary, the jury in Glynn county deliberated and reached the correct decision. Stalking an innocent Black man, chasing him, cornering him, and then killing him must come with criminal consequences in this country, and each of the three murderers now faces the possibility of a life sentence.

    But the shock is that justice was served in a case where it seemed the criminal justice system and substantial portions of media coverage were doing all they could to exonerate these men. In fact, everything about this case illustrates how difficult it is to get justice for Black people in this country, starting with how often Fox News and other media outlets referred to the case as “the Arbery trial”, as if Ahmaud Arbery were the perpetrator here and not the victim.

    Continue reading...", - "content": "

    The jury reached the right verdict – even as the criminal justice system did everything it could to exonerate the three men

    It’s shocking that Travis McMichael, Gregory McMichael, and William Bryan were found guilty of murdering Ahmaud Arbery in Brunswick, Georgia. Yet the shock doesn’t stem out of any miscarriage of justice. On the contrary, the jury in Glynn county deliberated and reached the correct decision. Stalking an innocent Black man, chasing him, cornering him, and then killing him must come with criminal consequences in this country, and each of the three murderers now faces the possibility of a life sentence.

    But the shock is that justice was served in a case where it seemed the criminal justice system and substantial portions of media coverage were doing all they could to exonerate these men. In fact, everything about this case illustrates how difficult it is to get justice for Black people in this country, starting with how often Fox News and other media outlets referred to the case as “the Arbery trial”, as if Ahmaud Arbery were the perpetrator here and not the victim.

    Continue reading...", - "category": "Ahmaud Arbery", - "link": "https://www.theguardian.com/us-news/commentisfree/2021/nov/25/justice-prevailed-in-the-trial-of-ahmaud-arberys-killers-in-america-thats-a-shock", - "creator": "Moustafa Bayoumi", - "pubDate": "2021-11-25T11:00:09Z", + "title": "The Slow Meltdown of the Chinese Economy", + "description": "Beijing’s troubles are an opportunity for the U.S.—if Washington can recognize it.", + "content": "Beijing’s troubles are an opportunity for the U.S.—if Washington can recognize it.", + "category": "PAID", + "link": "https://www.wsj.com/articles/slow-meltdown-of-china-economy-evergrande-property-market-collapse-downturn-xi-cewc-11640032283", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 18:16:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d764272569365921042d1407825390d0" + "hash": "c25113ea3333becee16585656ee0e851" }, { - "title": "Many disabled women are assaulted each year. Forgetting my own rape feels impossible", - "description": "

    After the attack, I became preoccupied with the idea that my case would be questioned because of my disability. But what happened continues to haunt me

    I have been a wheelchair user for a number of years, due to a progressive condition. I have been a rape survivor for four. These things are more connected than you might think.

    I first met Alex (not his real name) four years ago. We were at a house party. He was drunk and I was sober; this would become a running theme.

    Continue reading...", - "content": "

    After the attack, I became preoccupied with the idea that my case would be questioned because of my disability. But what happened continues to haunt me

    I have been a wheelchair user for a number of years, due to a progressive condition. I have been a rape survivor for four. These things are more connected than you might think.

    I first met Alex (not his real name) four years ago. We were at a house party. He was drunk and I was sober; this would become a running theme.

    Continue reading...", - "category": "Rape and sexual assault", - "link": "https://www.theguardian.com/society/2021/nov/25/many-disabled-women-are-assaulted-each-year-forgetting-my-own-rape-feels-impossible", - "creator": "Guardian Staff", - "pubDate": "2021-11-25T11:00:08Z", + "title": "Back to the Office in 2022", + "description": "We crave contact with co-workers, but we’ve lost our tolerance for life’s inconveniences.", + "content": "We crave contact with co-workers, but we’ve lost our tolerance for life’s inconveniences.", + "category": "PAID", + "link": "https://www.wsj.com/articles/back-to-the-office-in-2022-work-booster-omicron-meetings-lockdown-11639943352", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 16:17:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "4c7f242e4d9e8c5b9163370c0b146a36" - }, - { - "title": "Australia politics live update: PM targeted on integrity bill in question time; AFP and ADF deployed to Solomon Islands for ‘riot control’", - "description": "

    Scott Morrison announces deployment of personnel to Solomon Islands as protests continue; Labor targets federal integrity commission during question time; George Christensen ‘clarifies’ Hitler, Mao, Stalin comments; Victoria records 1,254 new Covid cases and five deaths; NSW reports 276 cases and no deaths. Follow live updates

    A special Victorian Roy Morgan SMS poll shows 76% of Victorians agree that an employed worker in Victoria should not be allowed to enter their employer’s workplace unless fully vaccinated, compared with only 24% that disagree.

    Agreement with this policy is consistently strong across gender, age and location, although there are significant political differences, the poll found.

    Let’s think about how this works in practice. If a teacher applies to work at a school, whether it’s Christian, or Islamic, or whether it’s Jewish or any other, and they apply to work at a school that’s got a clearly stated policy …

    Look, I think that is something that would depend a great deal upon what that school is prepared to be upfront with the community about now. I’d suggest there would be very few schools that that want to be in a position where they’ve got to say to the community, that this is what we believe and we’re not going to hire people, unless they subscribe to a version of belief that is very, very strict on that front.

    Continue reading...", - "content": "

    Scott Morrison announces deployment of personnel to Solomon Islands as protests continue; Labor targets federal integrity commission during question time; George Christensen ‘clarifies’ Hitler, Mao, Stalin comments; Victoria records 1,254 new Covid cases and five deaths; NSW reports 276 cases and no deaths. Follow live updates

    A special Victorian Roy Morgan SMS poll shows 76% of Victorians agree that an employed worker in Victoria should not be allowed to enter their employer’s workplace unless fully vaccinated, compared with only 24% that disagree.

    Agreement with this policy is consistently strong across gender, age and location, although there are significant political differences, the poll found.

    Let’s think about how this works in practice. If a teacher applies to work at a school, whether it’s Christian, or Islamic, or whether it’s Jewish or any other, and they apply to work at a school that’s got a clearly stated policy …

    Look, I think that is something that would depend a great deal upon what that school is prepared to be upfront with the community about now. I’d suggest there would be very few schools that that want to be in a position where they’ve got to say to the community, that this is what we believe and we’re not going to hire people, unless they subscribe to a version of belief that is very, very strict on that front.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/nov/25/australia-politics-live-update-scott-morrison-religious-discrimination-legislation-vaccine-mandate-gay-students-teachers-covid-coronavirus-anthony-albanese-labor", - "creator": "Josh Taylor (now) and Amy Remeikis (earlier)", - "pubDate": "2021-11-25T08:22:26Z", + "favorite": false, + "created": false, + "tags": [], + "hash": "e22677a6184d4636983888f8073ac566" + }, + { + "title": "By All Means, Vote in the Senate on Build Back Better", + "description": "Schumer demands that his incumbents vote for a bill that won’t pass.", + "content": "Schumer demands that his incumbents vote for a bill that won’t pass.", + "category": "PAID", + "link": "https://www.wsj.com/articles/by-all-means-vote-in-the-senate-on-build-back-better-joe-manchin-chuck-schumer-11640041762", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 18:38:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e3e909f1120103ae073b3993257163f3" + "hash": "fb22038b93ee2d75c8fd299acb979e09" }, { - "title": "Covid news live: Germany death toll passes 100,000; vaccines giving people ‘false sense of security’, WHO says", - "description": "

    Germany has recorded a total of 100,119 deaths amid a resurgence of the virus and tough new restrictions; WHO officials issue a new warning over social mixing ahead of the holiday season

    Aboriginal elders, health organisations and frontline workers in the Australia’s Northern Territory’s Covid outbreak have lashed out at false information about public health measures on social media, with the NT chief minister blaming the misinformation on “tinfoil hat wearing tossers, sitting in their parents’ basements in Florida”.

    Over the past few days false claims have been circulating online that Aboriginal people from Binjari and Rockhole were being forcibly removed from their homes and taken to enforced quarantine in Howard Springs, and people including children were being forcibly vaccinated.

    Continue reading...", - "content": "

    Germany has recorded a total of 100,119 deaths amid a resurgence of the virus and tough new restrictions; WHO officials issue a new warning over social mixing ahead of the holiday season

    Aboriginal elders, health organisations and frontline workers in the Australia’s Northern Territory’s Covid outbreak have lashed out at false information about public health measures on social media, with the NT chief minister blaming the misinformation on “tinfoil hat wearing tossers, sitting in their parents’ basements in Florida”.

    Over the past few days false claims have been circulating online that Aboriginal people from Binjari and Rockhole were being forcibly removed from their homes and taken to enforced quarantine in Howard Springs, and people including children were being forcibly vaccinated.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/nov/25/covid-news-live-germany-death-toll-passes-100000-vaccines-giving-people-false-sense-of-security-who-says", - "creator": "Martin Belam (now) and Samantha Lock (earlier)", - "pubDate": "2021-11-25T08:16:05Z", + "title": "A Dirge for the Witty Ditty", + "description": "Cantor, Porter and Sondheim could be delightfully naughty.", + "content": "Cantor, Porter and Sondheim could be delightfully naughty.", + "category": "PAID", + "link": "https://www.wsj.com/articles/a-dirge-for-the-witty-ditty-cole-porter-cantor-sondheim-jokes-songs-musicals-11640032548", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 18:16:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d5a9ef3313f93f56f7f8c7ae9031bd1" + "hash": "1e10799223064f438f37dd01fc6265c7" }, { - "title": "Australia sends police and troops to Honiara as violent protests continue in Solomon Islands", - "description": "

    Protesters reportedly from neighbouring island, which opposed government’s 2019 decision to switch allegiance from Taiwan to China

    Australia is deploying more than 100 police and defence force personnel to the Solomon Islands amid reports of fresh protests in the capital Honiara.

    The Australian government on Thursday said the deployment would support “riot control” and security at critical infrastructure, a day after demonstrators attempted to storm parliament and topple the prime minister, Manasseh Sogavare.

    Continue reading...", - "content": "

    Protesters reportedly from neighbouring island, which opposed government’s 2019 decision to switch allegiance from Taiwan to China

    Australia is deploying more than 100 police and defence force personnel to the Solomon Islands amid reports of fresh protests in the capital Honiara.

    The Australian government on Thursday said the deployment would support “riot control” and security at critical infrastructure, a day after demonstrators attempted to storm parliament and topple the prime minister, Manasseh Sogavare.

    Continue reading...", - "category": "Solomon Islands", - "link": "https://www.theguardian.com/world/2021/nov/25/honiaras-chinatown-targeted-as-violent-protests-break-out-for-second-day-in-solomon-islands", - "creator": "Daniel Hurst and Agence France-Presse", - "pubDate": "2021-11-25T08:03:40Z", + "title": "Jussie Smollett's Enablers Weren't His Friends", + "description": "His endorsers helped him throw away a life and career that might have been salvaged.", + "content": "His endorsers helped him throw away a life and career that might have been salvaged.", + "category": "PAID", + "link": "https://www.wsj.com/articles/jussie-smollett-enablers-friends-biden-harris-media-lying-race-victim-assault-hunter-rittenhouse-11639773291", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 17:30:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4557e474f87883c737fd8ac39770515" + "hash": "b24d29fe5382fca02fd072377ed476a7" }, { - "title": "Dontae Sharpe was exonerated after 24 years in prison. That was not the end of his ordeal", - "description": "

    For many exonerees the struggle for justice carries on long after the prison gates have been flung open

    Every year Dontae Sharpe braces himself for the pardoning of the Thanksgiving turkey.

    It’s not that he objects to turkeys being spared the butcher’s knife. It’s that, from where he’s sitting, there are far more urgent candidates for a reprieve from the governor of North Carolina than a bird.

    Continue reading...", - "content": "

    For many exonerees the struggle for justice carries on long after the prison gates have been flung open

    Every year Dontae Sharpe braces himself for the pardoning of the Thanksgiving turkey.

    It’s not that he objects to turkeys being spared the butcher’s knife. It’s that, from where he’s sitting, there are far more urgent candidates for a reprieve from the governor of North Carolina than a bird.

    Continue reading...", - "category": "US justice system", - "link": "https://www.theguardian.com/us-news/2021/nov/25/dontae-sharpe-exonerated-prison-pardon", - "creator": "Ed Pilkington in Charlotte, North Carolina", - "pubDate": "2021-11-25T07:00:05Z", + "title": "Democracy Boycott in Hong Kong", + "description": "Most of the public refused to participate in a sham election.", + "content": "Most of the public refused to participate in a sham election.", + "category": "PAID", + "link": "https://www.wsj.com/articles/democracy-boycott-in-hong-kong-china-election-11640038959", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 18:33:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c93aebeeea11295dd11fb544bb566b9" + "hash": "2c7b6ceb3a38f5012a9c487f7dc4cbba" }, { - "title": "Return to the refugee camp: Malawi orders thousands back to ‘congested’ Dzaleka", - "description": "

    People who’ve integrated into society are expected to return to the country’s oldest refugee camp, as cost of living and anti-refugee sentiment rises

    Dzaleka, Malawi’s first refugee camp, is about 25 miles north of the capital Lilongwe. Built 25 years ago in response to a surge of people fleeing genocide and wars in Burundi, Rwanda and the Democratic Republic of the Congo, it was then home to between 10,000 and 14,000 refugees. But the camp now houses more than 48,000 people from east and southern African countries – four times more than its initial capacity.

    Several hundred continue to arrive each month, according to the UN refugee agency (UNHCR), and in August 181 babies were born there. The deteriorating situation in neighbouring Mozambique is swelling the numbers further, as is the government’s recent decree that an estimated 2,000 refugees who had over the years left Dzaleka to integrate into wider Malawian society should go back, citing them as a possible danger to national security.

    Continue reading...", - "content": "

    People who’ve integrated into society are expected to return to the country’s oldest refugee camp, as cost of living and anti-refugee sentiment rises

    Dzaleka, Malawi’s first refugee camp, is about 25 miles north of the capital Lilongwe. Built 25 years ago in response to a surge of people fleeing genocide and wars in Burundi, Rwanda and the Democratic Republic of the Congo, it was then home to between 10,000 and 14,000 refugees. But the camp now houses more than 48,000 people from east and southern African countries – four times more than its initial capacity.

    Several hundred continue to arrive each month, according to the UN refugee agency (UNHCR), and in August 181 babies were born there. The deteriorating situation in neighbouring Mozambique is swelling the numbers further, as is the government’s recent decree that an estimated 2,000 refugees who had over the years left Dzaleka to integrate into wider Malawian society should go back, citing them as a possible danger to national security.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/25/return-to-the-refugee-camp-malawi-orders-thousands-back-to-congested-dzaleka", - "creator": "Benson Kunchezera", - "pubDate": "2021-11-25T07:00:04Z", + "title": "Spider-Man vs. Omicron", + "description": "Moviegoers haven’t surrendered to the latest viral fears.", + "content": "Moviegoers haven’t surrendered to the latest viral fears.", + "category": "PAID", + "link": "https://www.wsj.com/articles/spider-man-vs-omicron-11640034057", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 16:00:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "daea045d3470570b24545b2542983485" + "hash": "0a97d29093cd4c162c89c5140a535e5a" }, { - "title": "Ahmaud Arbery murder: trial laid bare America’s faultlines on race", - "description": "

    Verdict caps almost two years of anguish for the Arbery family, marked by allegations of corruption, bias and racism both inside and outside the courtroom

    As the guilty verdicts were read aloud, one after the other, Ahmaud Arbery’s mother, Wanda Cooper-Jones, could be seen in the courthouse with tears in her eyes.

    The three white men who murdered her son back in February 2020, claiming they had acted in self-defense during an attempted citizen’s arrest, expressed little emotion.

    Continue reading...", - "content": "

    Verdict caps almost two years of anguish for the Arbery family, marked by allegations of corruption, bias and racism both inside and outside the courtroom

    As the guilty verdicts were read aloud, one after the other, Ahmaud Arbery’s mother, Wanda Cooper-Jones, could be seen in the courthouse with tears in her eyes.

    The three white men who murdered her son back in February 2020, claiming they had acted in self-defense during an attempted citizen’s arrest, expressed little emotion.

    Continue reading...", - "category": "Ahmaud Arbery", - "link": "https://www.theguardian.com/us-news/2021/nov/25/ahmaud-arbery-verdict-race", - "creator": "Oliver Laughland", - "pubDate": "2021-11-25T07:00:03Z", + "title": "Notable & Quotable: Russia", + "description": "‘What they need is better health care, build back better, roads, schools, economic opportunity.’", + "content": "‘What they need is better health care, build back better, roads, schools, economic opportunity.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/noquo-russia-covid-ukraine-pandemic-putin-build-back-better-covid-invasion-state-department-11640032593", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 18:11:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d672e9e416603cd1311a4c341d3c4fb8" + "hash": "50051b76e462ff060c9dc4c773bbb938" }, { - "title": "UK public urged to get Covid booster by 11 December if eligible to avoid waning immunity", - "description": "

    New research shows the risk of infection increases significantly six months after a second dose of the Pfizer vaccine

    Ministers are urging millions of Britons to get their Covid booster jab by 11 December to ensure they have “very high protection against Covid by Christmas Day” as new evidence shows the risk of infection increases with the time since the second dose.

    The fresh warning comes after cases broke records in parts of Europe on Wednesday, with the continent once again the centre of a pandemic that has prompted new restrictions.

    Continue reading...", - "content": "

    New research shows the risk of infection increases significantly six months after a second dose of the Pfizer vaccine

    Ministers are urging millions of Britons to get their Covid booster jab by 11 December to ensure they have “very high protection against Covid by Christmas Day” as new evidence shows the risk of infection increases with the time since the second dose.

    The fresh warning comes after cases broke records in parts of Europe on Wednesday, with the continent once again the centre of a pandemic that has prompted new restrictions.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/25/uk-public-urged-to-get-covid-booster-by-11-december-if-eligible-to-avoid-waning-immunity", - "creator": "Andrew Gregory and Hannah Devlin", - "pubDate": "2021-11-25T06:01:02Z", + "title": "Democrats Shouldn't Build Back Bitter", + "description": "Manchin’s ‘no’ is a chance for Biden to return to his campaign promise of bipartisan reconciliation.", + "content": "Manchin’s ‘no’ is a chance for Biden to return to his campaign promise of bipartisan reconciliation.", + "category": "PAID", + "link": "https://www.wsj.com/articles/democrats-shouldnt-build-back-better-manchin-sanders-biden-vote-no-spending-bill-2022-midterms-11640012633", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 13:22:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "850c20ba589b57ad15481fd14f184f5a" + "hash": "4f980265c108f0ac863e44b2f51416f9" }, { - "title": "‘The gooey overlay of sweetness over genocide’: the myth of the ‘first Thanksgiving’", - "description": "

    Some members of the Wampanoag Nation mark Thanksgiving as their National Day of Mourning

    In 1970, Massachusetts was preparing to celebrate the 350th anniversary of the arrival of the Pilgrim Fathers on the Mayflower.

    The 53 surviving men, women and children who had left England in search of “religious freedom” are credited with starting America’s first successful colony, in Plymouth, in 1620. Their voyage to the so-called New World is celebrated by many Americans still as a powerful symbol of the birth of the United States.

    Continue reading...", - "content": "

    Some members of the Wampanoag Nation mark Thanksgiving as their National Day of Mourning

    In 1970, Massachusetts was preparing to celebrate the 350th anniversary of the arrival of the Pilgrim Fathers on the Mayflower.

    The 53 surviving men, women and children who had left England in search of “religious freedom” are credited with starting America’s first successful colony, in Plymouth, in 1620. Their voyage to the so-called New World is celebrated by many Americans still as a powerful symbol of the birth of the United States.

    Continue reading...", - "category": "Native Americans", - "link": "https://www.theguardian.com/us-news/2021/nov/25/thanksgiving-myth-wampanoag-native-american-tribe", - "creator": "Alice Hutton", - "pubDate": "2021-11-25T06:00:04Z", + "title": "As Inflation Rises, Antitrust 'Reformers' Target Lower Prices", + "description": "Biden wants to start enforcing a moribund law that took money out of consumers’ pockets.", + "content": "Biden wants to start enforcing a moribund law that took money out of consumers’ pockets.", + "category": "PAID", + "link": "https://www.wsj.com/articles/inflation-rises-antitrust-reformers-lower-prices-competition-consumer-benefit-brandeis-biden-11640032926", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 18:17:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db1e08d524427bafcb978eb6b266f12b" + "hash": "eed36c39e704eb98ddd87d6d89527cb1" }, { - "title": "Weatherwatch: Israel hit by torrential rain and flash floods", - "description": "

    Drains blocked by sand after extended dry period are thought to have worsened conditions

    Flash flooding affected some parts of Israel last week with the country hit by frequent storms. Earlier this year, the country experienced an extended period of dry and windy conditions. This is thought to have exacerbated the flooding, with drainage systems blocked by sand and the infrastructure unable to cope with torrential downpours. Vehicles skidded off roads and people became stranded in the flooding. One man found unconscious in the flood waters.

    Somalia is heading for its fourth consecutive drought, with worsening conditions expected over the coming months. So far, more than 100,000 people have fled their homes looking for water and food. Extreme drought conditions can affect 80% of the country of 2 million people. Projected to be one of the most vulnerable countries to climate change, Somalia has been ravaged by natural disasters, with 12 droughts and 19 flooding events since 1990.

    Continue reading...", - "content": "

    Drains blocked by sand after extended dry period are thought to have worsened conditions

    Flash flooding affected some parts of Israel last week with the country hit by frequent storms. Earlier this year, the country experienced an extended period of dry and windy conditions. This is thought to have exacerbated the flooding, with drainage systems blocked by sand and the infrastructure unable to cope with torrential downpours. Vehicles skidded off roads and people became stranded in the flooding. One man found unconscious in the flood waters.

    Somalia is heading for its fourth consecutive drought, with worsening conditions expected over the coming months. So far, more than 100,000 people have fled their homes looking for water and food. Extreme drought conditions can affect 80% of the country of 2 million people. Projected to be one of the most vulnerable countries to climate change, Somalia has been ravaged by natural disasters, with 12 droughts and 19 flooding events since 1990.

    Continue reading...", - "category": "Israel", - "link": "https://www.theguardian.com/weather/2021/nov/25/weatherwatch-israel-hit-by-torrential-rain-and-flash-floods", - "creator": "Jodie Woodcock (metdesk)", - "pubDate": "2021-11-25T06:00:04Z", + "title": "I Knew Better, but I Bought Tesla Stock", + "description": "A bull market can tempt a business journalist into mistaking himself for an investing genius.", + "content": "A bull market can tempt a business journalist into mistaking himself for an investing genius.", + "category": "PAID", + "link": "https://www.wsj.com/articles/i-knew-better-but-i-bought-tesla-investing-stocks-dip-index-funds-etfs-bitcoin-surge-11640032912", + "creator": "", + "pubDate": "Mon, 20 Dec 2021 18:15:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a2edb65d8e87b2464cc6e7aac0967dfe" + "hash": "82904bf4152770a286171656a0bb0269" }, { - "title": "The seven types of rest: I spent a week trying them all. Could they help end my exhaustion?", - "description": "

    When we feel extreme fatigue most of us focus on sleep problems. But proper relaxation takes many forms. I spent a week exploring what really works

    “Are you the most tired you can ever remember being?” asks a friend. Well, yes. I have it easy – my caring responsibilities are limited and my work is physically undemanding and very low stakes – but I am wrecked. The brain fog, tearful confusion and deep lethargy I feel seems near universal. A viral tweet from February asked: “Just to confirm … everyone feels tired ALL the time no matter how much sleep they get or caffeine they consume?” The 71,000-plus retweets seemed to confirm it’s the case.

    But when we say we are exhausted, or Google “Why am I tired all the time?” (searches were reportedly at an all-time high between July and September this year), what do we mean? Yes, pandemic living is, objectively, exhausting. Existing on high alert is physically and mentally depleting; our sleep has suffered and many of us have lost a sense of basic safety, affecting our capacity to relax. But the circumstances and stresses we face are individual, which means the remedy is probably also individual.

    Continue reading...", - "content": "

    When we feel extreme fatigue most of us focus on sleep problems. But proper relaxation takes many forms. I spent a week exploring what really works

    “Are you the most tired you can ever remember being?” asks a friend. Well, yes. I have it easy – my caring responsibilities are limited and my work is physically undemanding and very low stakes – but I am wrecked. The brain fog, tearful confusion and deep lethargy I feel seems near universal. A viral tweet from February asked: “Just to confirm … everyone feels tired ALL the time no matter how much sleep they get or caffeine they consume?” The 71,000-plus retweets seemed to confirm it’s the case.

    But when we say we are exhausted, or Google “Why am I tired all the time?” (searches were reportedly at an all-time high between July and September this year), what do we mean? Yes, pandemic living is, objectively, exhausting. Existing on high alert is physically and mentally depleting; our sleep has suffered and many of us have lost a sense of basic safety, affecting our capacity to relax. But the circumstances and stresses we face are individual, which means the remedy is probably also individual.

    Continue reading...", - "category": "Sleep", - "link": "https://www.theguardian.com/lifeandstyle/2021/nov/25/the-seven-types-of-rest-i-spent-a-week-trying-them-all-could-they-help-end-my-exhaustion", - "creator": "Emma Beddington", - "pubDate": "2021-11-25T06:00:03Z", + "title": "Joe Manchin Rescues the Democrats", + "description": "His opposition to Build Back Better gives Biden a chance to change course.", + "content": "His opposition to Build Back Better gives Biden a chance to change course.", + "category": "PAID", + "link": "https://www.wsj.com/articles/joe-manchin-rescues-the-democrats-build-back-better-no-vote-fox-interview-11639946223", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 18:01:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b7b3169a9d1cb2a0579636d204728b7" + "hash": "9ace4380cb2a2cab241604684144c2d9" }, { - "title": "Is society coming apart? | Jill Lepore", - "description": "

    Reconstruction after Covid: a new series of long reads

    Despite Thatcher and Reagan’s best efforts, there is and has always been such a thing as society. The question is not whether it exists, but what shape it must take in a post-pandemic world

    In March 2020, Boris Johnson, pale and exhausted, self-isolating in his flat on Downing Street, released a video of himself – that he had taken himself – reassuring Britons that they would get through the pandemic, together. “One thing I think the coronavirus crisis has already proved is that there really is such a thing as society,” the prime minister announced, confirming the existence of society while talking to his phone, alone in a room.

    All this was very odd. Johnson seemed at once frantic and weak (not long afterwards, he was admitted to hospital and put in the intensive care unit). Had he, in his feverishness, undergone a political conversion? Because, by announcing the existence of society, Johnson appeared to renounce, publicly, something Margaret Thatcher had said in an interview in 1987, in remarks that are often taken as a definition of modern conservatism. “Too many children and people have been given to understand ‘I have a problem, it is the government’s job to cope with it!’” Thatcher said. “They are casting their problems on society, and who is society? There is no such thing!” She, however, had not contracted Covid-19.

    Continue reading...", - "content": "

    Reconstruction after Covid: a new series of long reads

    Despite Thatcher and Reagan’s best efforts, there is and has always been such a thing as society. The question is not whether it exists, but what shape it must take in a post-pandemic world

    In March 2020, Boris Johnson, pale and exhausted, self-isolating in his flat on Downing Street, released a video of himself – that he had taken himself – reassuring Britons that they would get through the pandemic, together. “One thing I think the coronavirus crisis has already proved is that there really is such a thing as society,” the prime minister announced, confirming the existence of society while talking to his phone, alone in a room.

    All this was very odd. Johnson seemed at once frantic and weak (not long afterwards, he was admitted to hospital and put in the intensive care unit). Had he, in his feverishness, undergone a political conversion? Because, by announcing the existence of society, Johnson appeared to renounce, publicly, something Margaret Thatcher had said in an interview in 1987, in remarks that are often taken as a definition of modern conservatism. “Too many children and people have been given to understand ‘I have a problem, it is the government’s job to cope with it!’” Thatcher said. “They are casting their problems on society, and who is society? There is no such thing!” She, however, had not contracted Covid-19.

    Continue reading...", - "category": "Society", - "link": "https://www.theguardian.com/society/2021/nov/25/society-thatcher-reagan-covid-pandemic", - "creator": "Jill Lepore", - "pubDate": "2021-11-25T06:00:02Z", + "title": "How We Can Save Ukraine", + "description": "Biden is well positioned to prevent a Russian invasion, but the U.S. needs to act quickly.", + "content": "Biden is well positioned to prevent a Russian invasion, but the U.S. needs to act quickly.", + "category": "PAID", + "link": "https://www.wsj.com/articles/how-we-can-save-ukraine-russia-invasion-intimidation-biden-putin-sanctions-nato-crimea-11639942608", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 16:09:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65526513db32ccf8262260dbd5339b69" + "hash": "8f8d2d1e915d09f21910b34ce776c57f" }, { - "title": "South Korea trials robots in preschools to prepare children for high-tech future", - "description": "

    The 25cm-tall robots that sing, dance and do kung-fu used as teaching aids in 300 childcare centres across Seoul

    Seoul has started trialling pint-sized robots as teaching aids in kindergartens – a pilot project the city government said would help prepare the next generation for a hi-tech future.

    The “Alpha Mini” is just 24.5 centimetres tall and can dance, lead sing-a-longs, recite stories and even teach kung fu moves as children mimic its push-ups and one-legged balances.

    Continue reading...", - "content": "

    The 25cm-tall robots that sing, dance and do kung-fu used as teaching aids in 300 childcare centres across Seoul

    Seoul has started trialling pint-sized robots as teaching aids in kindergartens – a pilot project the city government said would help prepare the next generation for a hi-tech future.

    The “Alpha Mini” is just 24.5 centimetres tall and can dance, lead sing-a-longs, recite stories and even teach kung fu moves as children mimic its push-ups and one-legged balances.

    Continue reading...", - "category": "South Korea", - "link": "https://www.theguardian.com/world/2021/nov/25/south-korea-trials-robots-in-preschools-to-prepare-children-for-high-tech-future", - "creator": "Agence France-Presse", - "pubDate": "2021-11-25T05:10:03Z", + "title": "The White House Art of Furious Persuasion", + "description": "Jen Psaki all but calls Joe Manchin a liar for opposing Biden’s bill.", + "content": "Jen Psaki all but calls Joe Manchin a liar for opposing Biden’s bill.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-white-house-art-of-furious-persuasion-psaki-manchin-build-back-better-no-statement-11639947001", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 17:59:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76dab19b81838ff821dd5588ac1e95cf" + "hash": "5f1c64d18bdc1f18f14d74120079e8da" }, { - "title": "Channel drownings: UK and France trade accusations after tragedy at sea", - "description": "

    Boris Johnson renews calls for France to agree to joint patrols along its coast, while Emmanuel Macron urges UK not to politicise the flow of migrants

    British and French leaders have traded accusations after at least 27 people died trying to cross the Channel in the deadliest incident since the current migration crisis began.

    In a phone call with Boris Johnson on Wednesday night, French president Emmanuel Macron stressed “the shared responsibility” of France and the UK, and told Johnson he expected full cooperation and that the situation would not be used “for political purposes”, the Élysée said.

    Continue reading...", - "content": "

    Boris Johnson renews calls for France to agree to joint patrols along its coast, while Emmanuel Macron urges UK not to politicise the flow of migrants

    British and French leaders have traded accusations after at least 27 people died trying to cross the Channel in the deadliest incident since the current migration crisis began.

    In a phone call with Boris Johnson on Wednesday night, French president Emmanuel Macron stressed “the shared responsibility” of France and the UK, and told Johnson he expected full cooperation and that the situation would not be used “for political purposes”, the Élysée said.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/nov/25/channel-drownings-uk-and-france-trade-accusations-after-tragedy-at-sea", - "creator": "Virginia Harrison, Rajeev Syal, Angelique Chrisafis, Diane Taylor and agencies", - "pubDate": "2021-11-25T05:10:01Z", + "title": "High Inflation Needs a Policy Solution", + "description": "It will persist until politicians stop stimulating the economy and the Fed starts raising rates.", + "content": "It will persist until politicians stop stimulating the economy and the Fed starts raising rates.", + "category": "PAID", + "link": "https://www.wsj.com/articles/inflation-needs-solution-supply-chain-wage-powell-biden-infrastructure-build-back-better-stimulus-11639941882", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 16:05:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a6af60679311ab234e260569176112e1" + "hash": "3d2b4b5fe053688bb013d17db18389c6" }, { - "title": "Pakistan orders Monday closure of schools and offices in Lahore to cut smog", - "description": "

    Officials hope three-day weekend will help reduce toxic pollution levels in country’s second largest city

    Pakistan has ordered private offices and schools to remain closed on Mondays in Lahore in the hope that a three-day weekend will help reduce toxic levels of smog in the country’s second-largest city.

    The directive, issued by Punjab relief commissioner Babar Hayat Tarar, aimed to act “as a preventive and speedy remedy” during the winter smog season and will last until 15 January.

    Continue reading...", - "content": "

    Officials hope three-day weekend will help reduce toxic pollution levels in country’s second largest city

    Pakistan has ordered private offices and schools to remain closed on Mondays in Lahore in the hope that a three-day weekend will help reduce toxic levels of smog in the country’s second-largest city.

    The directive, issued by Punjab relief commissioner Babar Hayat Tarar, aimed to act “as a preventive and speedy remedy” during the winter smog season and will last until 15 January.

    Continue reading...", - "category": "Pakistan", - "link": "https://www.theguardian.com/world/2021/nov/25/pakistan-orders-monday-closure-of-schools-and-offices-in-lahore-to-cut-smog", - "creator": "Shah Meer Baloch in Lahore", - "pubDate": "2021-11-25T05:00:01Z", + "title": "The Americans Stuck in Afghanistan", + "description": "Months after its retreat, the White House admits some are still left behind.", + "content": "Months after its retreat, the White House admits some are still left behind.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-americans-stuck-in-afghanistan-taliban-joe-biden-state-department-antony-blinken-11639779695", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 17:58:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff9f6b77d7f1186574f29c7453f3132d" + "hash": "4e30484a44b799ab2957e5af167ebfff" }, { - "title": "China seeks to spin Peng Shuai’s #MeToo allegation into an ideological dispute", - "description": "

    Analysis: experts say emphasis on the west and international diplomacy obfuscates the original allegation

    Despite endless speculation from international press in recent weeks, there has been barely a mention of tennis star Peng Shuai’s bombshell allegation against Zhang Gaoli, the country’s former vice-premier, in domestic news coverage. Outside the country, the event was initially referred to by the editor of the official nationalist tabloid Global Times, Hu Xijin, only as “the thing people talked about”.

    “For some years now, China has responded to negative global attention either by giving an unconvincing explanation, or by stoically pretending the criticism isn’t there,” Zhang Ming, a retired professor of politics at Renmin University told Reuters this week.

    Continue reading...", - "content": "

    Analysis: experts say emphasis on the west and international diplomacy obfuscates the original allegation

    Despite endless speculation from international press in recent weeks, there has been barely a mention of tennis star Peng Shuai’s bombshell allegation against Zhang Gaoli, the country’s former vice-premier, in domestic news coverage. Outside the country, the event was initially referred to by the editor of the official nationalist tabloid Global Times, Hu Xijin, only as “the thing people talked about”.

    “For some years now, China has responded to negative global attention either by giving an unconvincing explanation, or by stoically pretending the criticism isn’t there,” Zhang Ming, a retired professor of politics at Renmin University told Reuters this week.

    Continue reading...", - "category": "Peng Shuai", - "link": "https://www.theguardian.com/sport/2021/nov/25/china-seeks-peng-shuai-metoo-allegation-ideological-dispute", - "creator": "Vincent Ni, China affairs correspondent", - "pubDate": "2021-11-25T04:35:26Z", + "title": "A Man and His Dogs in the Middle of Turkey", + "description": "The litter’s mother had the bearing of pedigree, Akita-like.", + "content": "The litter’s mother had the bearing of pedigree, Akita-like.", + "category": "PAID", + "link": "https://www.wsj.com/articles/a-man-and-his-dogs-in-the-middle-of-turkey-tourist-travel-guide-inflation-lira-akita-11639943697", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 16:12:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aca79cdce46cd096f3b0d085b5246489" + "hash": "dea72e66a79f156a2a5797638a7295d6" }, { - "title": "‘Bawled my eyes out’: tears and cheers of New Zealanders free to head home", - "description": "

    Lifting of strict isolation rules brings wave of relief – but some say being locked out has soured their view of ‘home’ forever

    New Zealanders stranded overseas and desperate to return home have shed tears of relief they will soon be able to skip the country’s managed isolation system. But for many the news is bittersweet as they still face another summer separated from loved ones, amid anger that a decision did not come sooner.

    The country will reopen its borders to vaccinated visitors in the opening months of 2022, for the first time since the prime minister, Jacinda Ardern, announced their snap closure in the first month of the Covid-19 pandemic. The country’s borders have been closed to unrestricted travel for more than a year and a half.

    Continue reading...", - "content": "

    Lifting of strict isolation rules brings wave of relief – but some say being locked out has soured their view of ‘home’ forever

    New Zealanders stranded overseas and desperate to return home have shed tears of relief they will soon be able to skip the country’s managed isolation system. But for many the news is bittersweet as they still face another summer separated from loved ones, amid anger that a decision did not come sooner.

    The country will reopen its borders to vaccinated visitors in the opening months of 2022, for the first time since the prime minister, Jacinda Ardern, announced their snap closure in the first month of the Covid-19 pandemic. The country’s borders have been closed to unrestricted travel for more than a year and a half.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/nov/25/bawled-my-eyes-out-tears-and-cheers-of-new-zealanders-free-to-head-home", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-11-25T04:04:33Z", + "title": "Big Tax Cuts in Arkansas", + "description": "Little Rock returns some of its booming revenue to taxpayers.", + "content": "Little Rock returns some of its booming revenue to taxpayers.", + "category": "PAID", + "link": "https://www.wsj.com/articles/big-tax-cuts-in-arkansas-asa-hutchinson-11639692526", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 17:57:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a11db78ae1a31690054b8af79de368a2" + "hash": "051b3448c81f83b43e36f81a45f32691" }, { - "title": "Sweden’s first female prime minister resigns less than 12 hours into job – video", - "description": "

    Sweden’s first female prime minister, the Social Democrat Magdalena Andersson, has resigned less than 12 hours into the job when her coalition collapsed. Andersson said a decision by the Green party, the junior party in the coalition, to quit had forced her to resign from the post. 'I have asked the speaker to be relieved of my duties as prime minister,' Andersson said. 'I am ready to be prime minister in a single-party, Social Democrat government.'

    Continue reading...", - "content": "

    Sweden’s first female prime minister, the Social Democrat Magdalena Andersson, has resigned less than 12 hours into the job when her coalition collapsed. Andersson said a decision by the Green party, the junior party in the coalition, to quit had forced her to resign from the post. 'I have asked the speaker to be relieved of my duties as prime minister,' Andersson said. 'I am ready to be prime minister in a single-party, Social Democrat government.'

    Continue reading...", - "category": "Sweden", - "link": "https://www.theguardian.com/world/video/2021/nov/25/swedens-first-female-prime-minister-resigns-less-than-12-hours-into-job-video", + "title": "Brazil's Lawmakers Embrace Default", + "description": "By failing to pay debts promptly, the country will risk its standing with global investors.", + "content": "By failing to pay debts promptly, the country will risk its standing with global investors.", + "category": "PAID", + "link": "https://www.wsj.com/articles/brazil-lawmakers-embrace-default-bolsonaro-debts-investment-private-public-precatorios-11639943762", "creator": "", - "pubDate": "2021-11-25T02:43:44Z", + "pubDate": "Sun, 19 Dec 2021 16:15:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "98c11941b850dfcf076ab85987f63d28" + "hash": "27e174f191578f52494ed67a1daaec73" }, { - "title": "North American fertilizer shortage sparks fears of higher food prices", - "description": "

    Warning to ‘get your fertilizer now’ as farmers postpone nitrogen purchases, raising threat of rush on supplies before planting season

    A global shortage of nitrogen fertilizer is driving prices to record levels, prompting North America’s farmers to delay purchases and raising the risk of a spring scramble to apply the crop nutrient before planting season.

    Farmers apply nitrogen to boost yields of corn, canola and wheat, and higher fertilizer costs could translate into higher meat and bread prices.

    Continue reading...", - "content": "

    Warning to ‘get your fertilizer now’ as farmers postpone nitrogen purchases, raising threat of rush on supplies before planting season

    A global shortage of nitrogen fertilizer is driving prices to record levels, prompting North America’s farmers to delay purchases and raising the risk of a spring scramble to apply the crop nutrient before planting season.

    Farmers apply nitrogen to boost yields of corn, canola and wheat, and higher fertilizer costs could translate into higher meat and bread prices.

    Continue reading...", - "category": "Farming", - "link": "https://www.theguardian.com/environment/2021/nov/25/fertilizer-shortage-north-america-farmers-food-prices", - "creator": "Reuters", - "pubDate": "2021-11-25T00:54:56Z", + "title": "The Fickle 'Science' of Lockdowns", + "description": "Experts foresaw before Covid that the strategy would fail. The authorities embraced it anyway.", + "content": "Experts foresaw before Covid that the strategy would fail. The authorities embraced it anyway.", + "category": "PAID", + "link": "https://www.wsj.com/articles/lockdown-science-pandemic-imperial-college-london-quarantine-social-distance-covid-fauci-omicron-11639930605", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 16:03:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8bd34696be7d715bb8a18116731b93e2" + "hash": "38305088cb0a491a6cd0638873aafd8c" }, { - "title": "New Zealand opposition leader Judith Collins ousted after move to demote rival backfires", - "description": "

    New National party leader will be chosen next week, with former Air New Zealand boss Chris Luxon a favourite for the job

    Judith Collins, leader of New Zealand’s opposition National party, has been toppled after months of poor polling and a shock move to strip a political rival of his portfolios.

    MPs voted to end Collins’ leadership at a crisis caucus meeting on Thursday. The meeting was prompted after Collins demoted Simon Bridges, a former party leader and one of her rivals. Late on Wednesday night, she stripped Bridges of all of his portfolios, citing an inappropriate comment made by Bridges in 2017 in front of a female colleague– where Bridges says he discussed “old wives tales” about how he and his wife might produce a female child. Collins described the comment as “serious misconduct”.

    Continue reading...", - "content": "

    New National party leader will be chosen next week, with former Air New Zealand boss Chris Luxon a favourite for the job

    Judith Collins, leader of New Zealand’s opposition National party, has been toppled after months of poor polling and a shock move to strip a political rival of his portfolios.

    MPs voted to end Collins’ leadership at a crisis caucus meeting on Thursday. The meeting was prompted after Collins demoted Simon Bridges, a former party leader and one of her rivals. Late on Wednesday night, she stripped Bridges of all of his portfolios, citing an inappropriate comment made by Bridges in 2017 in front of a female colleague– where Bridges says he discussed “old wives tales” about how he and his wife might produce a female child. Collins described the comment as “serious misconduct”.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/nov/25/new-zealand-opposition-leader-judith-collins-ousted-after-move-to-demote-rival-backfires", - "creator": "Eva Corlett in Wellington and Tess McClure in Christchurch", - "pubDate": "2021-11-25T00:28:15Z", + "title": "'Latinx' Isn't Popular With Latinos", + "description": "On behalf of all Hispanic Americans, I say no más to this politically correct linguistic monstrosity.", + "content": "On behalf of all Hispanic Americans, I say no más to this politically correct linguistic monstrosity.", + "category": "PAID", + "link": "https://www.wsj.com/articles/does-latinx-rhyme-kleenex-latino-latina-hispanic-woke-gender-lgbtqia-colonialism-progressives-11639930248", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 16:00:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c1c8f64e202074f2e5ad2a8bf149f3c" + "hash": "f7478e6f703f0ecd7d55ffd2f7e45c31" }, { - "title": "Dinghy deaths tragedy brings home our hostility to the world’s desperate", - "description": "

    Closing off all safer options forces abject refugees to approach our shores by the most perilous means

    The sheer terror of crossing the busy, dark and freezing cold Channel between France and the UK in a flimsy, unseaworthy boat was best described by 12-year-old Mohammad, who made the journey with his mother and eight-year-old sister in June after fleeing Afghanistan before the Taliban takeover. “It was like a horror movie,” he said. And that was summer – not the depths of November.

    Mohammad and his sister survived the 21-mile journey made through the night. They are among thousands of children thought to have crossed the Channel in small boats this year.

    Continue reading...", - "content": "

    Closing off all safer options forces abject refugees to approach our shores by the most perilous means

    The sheer terror of crossing the busy, dark and freezing cold Channel between France and the UK in a flimsy, unseaworthy boat was best described by 12-year-old Mohammad, who made the journey with his mother and eight-year-old sister in June after fleeing Afghanistan before the Taliban takeover. “It was like a horror movie,” he said. And that was summer – not the depths of November.

    Mohammad and his sister survived the 21-mile journey made through the night. They are among thousands of children thought to have crossed the Channel in small boats this year.

    Continue reading...", - "category": "Refugees", - "link": "https://www.theguardian.com/world/2021/nov/24/dinghy-deaths-tragedy-brings-home-our-hostility-to-the-worlds-desperate", - "creator": "Diane Taylor and Angelique Chrisafis in Paris", - "pubDate": "2021-11-24T22:22:42Z", + "title": "Biden's Art of the Overreach", + "description": "Don’t blame Manchin for the White House’s poorly managing expectations.", + "content": "Don’t blame Manchin for the White House’s poorly managing expectations.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-art-of-the-overreach-progressive-agenda-build-black-better-pelosi-schumer-manchin-11639690786", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:13:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c3abbf8c6e63c1edc567fdb13a8d1645" + "hash": "afeec9afad428255e1a33aa21bbede2d" }, { - "title": "‘A long fight’: relief across the US as men convicted of murdering Ahmaud Arbery", - "description": "

    ‘I never thought this day would come,’ says Ahmaud Arbery’s mother as some say it’s ‘not true justice’

    Relief, emotion and a sense of hope came flooding out in Brunswick, on social media, from the White House and across the US as the nation came to terms with the Ahmaud Arbery verdicts and their place in history.

    Outside the Georgia courthouse, a joyous, flag-waving crowd repeatedly chanted: “Ahmaud Arbery! Say his name!” as the Arbery family, surrounded by their attorneys, emerged to address them.

    Continue reading...", - "content": "

    ‘I never thought this day would come,’ says Ahmaud Arbery’s mother as some say it’s ‘not true justice’

    Relief, emotion and a sense of hope came flooding out in Brunswick, on social media, from the White House and across the US as the nation came to terms with the Ahmaud Arbery verdicts and their place in history.

    Outside the Georgia courthouse, a joyous, flag-waving crowd repeatedly chanted: “Ahmaud Arbery! Say his name!” as the Arbery family, surrounded by their attorneys, emerged to address them.

    Continue reading...", - "category": "Ahmaud Arbery", - "link": "https://www.theguardian.com/us-news/2021/nov/24/ahmaud-arbery-murder-georgia-reaction", - "creator": "Richard Luscombe", - "pubDate": "2021-11-24T21:37:56Z", + "title": "'West Side Story' and the Decline of the Movie Theater", + "description": "The remake is wonderful. Its poor performance at the box office suggests streaming is here to stay.", + "content": "The remake is wonderful. Its poor performance at the box office suggests streaming is here to stay.", + "category": "PAID", + "link": "https://www.wsj.com/articles/west-side-story-and-the-decline-of-the-bijou-streaming-movies-shows-theaters-lincoln-center-11639693733", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:53:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "952746246da9961c115682260f35ee56" + "hash": "50ba6bb07888ef5266a2ea6e3c6bd05b" }, { - "title": "Bosnia and surrounding region still heading for crisis, says top official", - "description": "

    International community’s high representative calls for diplomatic engagement from US and Europe

    The top international official in Bosnia has said that the Serb separatist threat to re-establish their own army had receded for now, but the country and surrounding region were still heading for crisis without substantial diplomatic engagement from the US and Europe.

    Christian Schmidt, a German former minister serving as the international community’s high representative to Bosnia-Herzegovina, said the Serb separatist leader, Milorad Dodik, had been persuaded by regional leaders to suspend his plans to pull Serb soldiers out of the Bosnian national army and reconstitute a Bosnian Serb force.

    Continue reading...", - "content": "

    International community’s high representative calls for diplomatic engagement from US and Europe

    The top international official in Bosnia has said that the Serb separatist threat to re-establish their own army had receded for now, but the country and surrounding region were still heading for crisis without substantial diplomatic engagement from the US and Europe.

    Christian Schmidt, a German former minister serving as the international community’s high representative to Bosnia-Herzegovina, said the Serb separatist leader, Milorad Dodik, had been persuaded by regional leaders to suspend his plans to pull Serb soldiers out of the Bosnian national army and reconstitute a Bosnian Serb force.

    Continue reading...", - "category": "Bosnia-Herzegovina", - "link": "https://www.theguardian.com/world/2021/nov/24/bosnia-and-surrounding-region-still-heading-for-crisis-says-top-official", - "creator": "Julian Borger in Washington", - "pubDate": "2021-11-24T20:37:29Z", + "title": "Notable & Quotable: Trump", + "description": "‘Liberals totally missed what Trump was about and what made him successful’", + "content": "‘Liberals totally missed what Trump was about and what made him successful’", + "category": "PAID", + "link": "https://www.wsj.com/articles/notable-quotable-trump-populism-liberal-mainstream-media-working-class-racism-tweet-crass-11639944102", + "creator": "", + "pubDate": "Sun, 19 Dec 2021 16:03:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87a42e041f764abbeb9ff013d3a58bd1" + "hash": "dc1cd5fa8404b90f37293d31b22689ba" }, { - "title": "Logbooks linked to Antarctic explorers Shackleton and Scott found in storage room", - "description": "

    ‘Priceless’ artefacts recording details of the famed expeditions of the 1910s were discovered in the vaults of New Zealand’s meteorological service

    “Priceless” artefacts linked to Antarctic explorers Ernest Shackleton and Capt Robert Falcon Scott have been unearthed in a surprise discovery within the dark storage room of New Zealand’s meterological service.

    Metservice staff came across a set of logbooks from some of the most famous Antarctic expeditions while preparing to move buildings in Wellington.

    Continue reading...", - "content": "

    ‘Priceless’ artefacts recording details of the famed expeditions of the 1910s were discovered in the vaults of New Zealand’s meteorological service

    “Priceless” artefacts linked to Antarctic explorers Ernest Shackleton and Capt Robert Falcon Scott have been unearthed in a surprise discovery within the dark storage room of New Zealand’s meterological service.

    Metservice staff came across a set of logbooks from some of the most famous Antarctic expeditions while preparing to move buildings in Wellington.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/nov/25/logbooks-linked-to-antarctic-explorers-shackleton-and-scott-found-in-storage-room", - "creator": "Eva Corlett in Wellington", - "pubDate": "2021-11-24T20:07:26Z", + "title": "Bond Bubble Bigger", + "description": "Do Biden and the Fed have any idea what fire they’re playing with?", + "content": "Do Biden and the Fed have any idea what fire they’re playing with?", + "category": "PAID", + "link": "https://www.wsj.com/articles/bond-bubble-bigger-11639792215", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 20:50:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77134c4b539e958c1dc0a673ad6a2a3b" + "hash": "916a62702bc6d07320fa2ae17897a4e7" }, { - "title": "Ahmaud Arbery: the moment Travis McMichael received guilty verdict – video", - "description": "

    Travis McMichael, Greg McMichael and William Bryan have been found guilty of murdering Ahmaud Arbery.

    The three men pursued Arbery, a 25-year-old Black man, through their neighborhood on 23 February 2020, before Travis McMichael shot and killed him.

    The men were also found guilty on several other charges, including aggravated assault, false imprisonment, and criminal attempt to commit a felony.

    Continue reading...", - "content": "

    Travis McMichael, Greg McMichael and William Bryan have been found guilty of murdering Ahmaud Arbery.

    The three men pursued Arbery, a 25-year-old Black man, through their neighborhood on 23 February 2020, before Travis McMichael shot and killed him.

    The men were also found guilty on several other charges, including aggravated assault, false imprisonment, and criminal attempt to commit a felony.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/video/2021/nov/24/ahmaud-arbery-the-moment-travis-mcmichael-received-guilty-verdict-video", + "title": "United Auto Workers of the Ivy League", + "description": "A brawl over pay at Columbia challenges academic solidarity with the working class.", + "content": "A brawl over pay at Columbia challenges academic solidarity with the working class.", + "category": "PAID", + "link": "https://www.wsj.com/articles/united-auto-workers-of-the-ivy-league-columbia-university-11639781489", "creator": "", - "pubDate": "2021-11-24T19:22:25Z", + "pubDate": "Fri, 17 Dec 2021 18:40:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b50a3742a3c3200d8aac19c1c1a8b70f" + "hash": "de0396a4b4878a04c750de7842000d5c" }, { - "title": "From environment to economy: what to expect from new German government", - "description": "

    Analysis: coalition wants Germany to remain Europe’s ‘anchor of stability’ but there will be some changes

    Led by a party that has acted as Angela Merkel’s junior coalition partner for 12 of the last 16 years, and two parties with an energy to do things differently, Germany’s next government represents an odd mix of status quo thinking and reformist instincts.

    The coalition agreement presented by the Social Democratic party (SPD), the Greens and the Free Democratic party (FDP) on Wednesday gives a hint of how German could change – and how it could stay the same.

    Continue reading...", - "content": "

    Analysis: coalition wants Germany to remain Europe’s ‘anchor of stability’ but there will be some changes

    Led by a party that has acted as Angela Merkel’s junior coalition partner for 12 of the last 16 years, and two parties with an energy to do things differently, Germany’s next government represents an odd mix of status quo thinking and reformist instincts.

    The coalition agreement presented by the Social Democratic party (SPD), the Greens and the Free Democratic party (FDP) on Wednesday gives a hint of how German could change – and how it could stay the same.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/nov/24/from-environment-to-economy-what-to-expect-from-new-german-government", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-11-24T19:21:23Z", + "title": "Democrats Can Tweak Their Child Allowance to Help Families More", + "description": "The tax credit is good policy, but it should be targeted to younger kids and those in poor families.", + "content": "The tax credit is good policy, but it should be targeted to younger kids and those in poor families.", + "category": "PAID", + "link": "https://www.wsj.com/articles/democrats-can-tweak-their-child-allowance-tax-credit-poverty-build-back-better-inflation-work-requirement-11639772566", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 17:31:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b114187e50c8c41ac3f33cda4ca1c41" + "hash": "4653e8683a668af61f96ab366e255115" }, { - "title": "Key moments from the Ahmaud Arbery murder trial – video report", - "description": "

    A jury returned guilty verdicts in the trial of three white men accused of murdering Ahmaud Arbery in 2020.

    Allegedly believing him to be a burglar, Travis McMichael, his father Greg McMichael and their neighbour William 'Roddie' Bryan pursued Arbery through a south Georgia neighbourhood in their pickup trucks, before a confrontation in which Travis McMichael shot Arbery dead.

    In a case that has become part of the campaign for racial justice in the US, the defendants have pleaded not guilty to all charges claiming they acted in self-defense.

    Prosecutors have argued the men had no legal right to attempt to detain Arbery, who was unarmed and described by his family as an avid runner.

    The three men face life in prison if found guilty of murder.

    Continue reading...", - "content": "

    A jury returned guilty verdicts in the trial of three white men accused of murdering Ahmaud Arbery in 2020.

    Allegedly believing him to be a burglar, Travis McMichael, his father Greg McMichael and their neighbour William 'Roddie' Bryan pursued Arbery through a south Georgia neighbourhood in their pickup trucks, before a confrontation in which Travis McMichael shot Arbery dead.

    In a case that has become part of the campaign for racial justice in the US, the defendants have pleaded not guilty to all charges claiming they acted in self-defense.

    Prosecutors have argued the men had no legal right to attempt to detain Arbery, who was unarmed and described by his family as an avid runner.

    The three men face life in prison if found guilty of murder.

    Continue reading...", - "category": "Ahmaud Arbery", - "link": "https://www.theguardian.com/us-news/video/2021/nov/24/key-moments-from-the-ahmaud-arbery-trial-video-report", + "title": "Purdue Sends a Message to China", + "description": "University President Mitch Daniels stands up for a Chinese student.", + "content": "University President Mitch Daniels stands up for a Chinese student.", + "category": "PAID", + "link": "https://www.wsj.com/articles/purdue-sends-a-message-to-china-mitch-daniels-zhihao-kong-purdue-11639782634", "creator": "", - "pubDate": "2021-11-24T18:53:41Z", + "pubDate": "Fri, 17 Dec 2021 18:38:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a49acc62dafa4f28cd9c1e458ff08ea" + "hash": "52125a763bbc77c0246ed326e1a215a8" }, { - "title": "Scientists warn of new Covid variant with high number of mutations", - "description": "

    The B.1.1.529 variant was first spotted in Botswana and six cases have been found in South Africa

    Scientists have said a new Covid variant that carries an “extremely high number” of mutations may drive further waves of disease by evading the body’s defences.

    Only 10 cases in three countries have been confirmed by genomic sequencing, but the variant has sparked serious concern among some researchers because a number of the mutations may help the virus evade immunity.

    Continue reading...", - "content": "

    The B.1.1.529 variant was first spotted in Botswana and six cases have been found in South Africa

    Scientists have said a new Covid variant that carries an “extremely high number” of mutations may drive further waves of disease by evading the body’s defences.

    Only 10 cases in three countries have been confirmed by genomic sequencing, but the variant has sparked serious concern among some researchers because a number of the mutations may help the virus evade immunity.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/24/scientists-warn-of-new-covid-variant-with-high-number-of-mutations", - "creator": "Ian Sample Science editor", - "pubDate": "2021-11-24T18:30:16Z", + "title": "Vladimir Putin Names His Price", + "description": "Maybe he won’t invade Ukraine if Biden grants his security wishes.", + "content": "Maybe he won’t invade Ukraine if Biden grants his security wishes.", + "category": "PAID", + "link": "https://www.wsj.com/articles/vladimir-putin-names-his-price-kremlin-ukraine-nato-joe-biden-11639779103", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 18:36:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05d3cc0b707bec59187804cf51dd6c33" + "hash": "0c2d35e32715608882f8925262c9cd41" }, { - "title": "Sweden’s first female prime minister resigns after less than 12 hours", - "description": "

    Magdalena Andersson quits on day one after the Green party withdraws support for her budget

    Sweden’s first female prime minister, the Social Democrat Magdalena Andersson, has resigned less than 12 hours into the job when her coalition collapsed, plunging the country into further political uncertainty.

    Andersson said a decision by the Green party, the junior party in the coalition, to quit had forced her to resign. She added that she had told the speaker of parliament she hoped to be appointed prime minister again as the head of a single-party government.

    Continue reading...", - "content": "

    Magdalena Andersson quits on day one after the Green party withdraws support for her budget

    Sweden’s first female prime minister, the Social Democrat Magdalena Andersson, has resigned less than 12 hours into the job when her coalition collapsed, plunging the country into further political uncertainty.

    Andersson said a decision by the Green party, the junior party in the coalition, to quit had forced her to resign. She added that she had told the speaker of parliament she hoped to be appointed prime minister again as the head of a single-party government.

    Continue reading...", - "category": "Sweden", - "link": "https://www.theguardian.com/world/2021/nov/24/swedens-first-female-prime-minister-resigns-after-less-than-12-hours", - "creator": "Agencies in Stockholm", - "pubDate": "2021-11-24T18:15:16Z", + "title": "Reflections on a 62-Year Marriage", + "description": "Fitting the Christmas season, our story is one of love and hope.", + "content": "Fitting the Christmas season, our story is one of love and hope.", + "category": "PAID", + "link": "https://www.wsj.com/articles/reflections-on-a-62-year-marriage-wedding-love-anniversary-christmas-christianity-11639771928", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 17:42:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "28a3271994e76de9a1722c03619cbbe4" + "hash": "05bf346b550c2cca2521f373f6909d74" }, { - "title": "Erdoğan gambles on economy amid protests and rocketing inflation", - "description": "

    Analysis: push for interest rate cuts has divided party and left Turkish president in precarious position, say experts

    Turkey’s president is gambling that a strong economic recovery from the pandemic will stay on track despite rocketing inflation that has hit living standards and sparked protests in major cities.

    The $750bn economy is on course to expand by 9% this year following a return of tourism and a surge in demand for exports that has pushed factory output to pre-pandemic levels.

    Continue reading...", - "content": "

    Analysis: push for interest rate cuts has divided party and left Turkish president in precarious position, say experts

    Turkey’s president is gambling that a strong economic recovery from the pandemic will stay on track despite rocketing inflation that has hit living standards and sparked protests in major cities.

    The $750bn economy is on course to expand by 9% this year following a return of tourism and a surge in demand for exports that has pushed factory output to pre-pandemic levels.

    Continue reading...", - "category": "Turkey", - "link": "https://www.theguardian.com/world/2021/nov/24/erdogan-gambles-on-economy-amid-protests-and-rocketing-inflation", - "creator": "Phillip Inman", - "pubDate": "2021-11-24T18:00:18Z", + "title": "Xi Jinping Doesn't Know What to Do After Popping a Real-Estate Bubble", + "description": "He wants to raise living standards while limiting the ‘barbaric growth of capital.’ Good luck.", + "content": "He wants to raise living standards while limiting the ‘barbaric growth of capital.’ Good luck.", + "category": "PAID", + "link": "https://www.wsj.com/articles/xi-doesnt-know-property-real-estate-housing-bubble-investment-evergrande-cewc-china-11639669010", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 12:17:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74d628329f750bd120eab9750534b247" + "hash": "3512468752efc5206a6fcc727bf686ff" }, { - "title": "Battlefield 2042 review – war in the eye of the storm", - "description": "

    PC, Xbox One/Series X/S, PlayStation 4/5; Dice/EA
    In a series known for its scale and spectacle, climate change and technical issues are the new enemies

    They say war is hell, don’t they, and also that hell is other people. So perhaps we should all have seen the chaos coming, when Electronic Arts proudly announced that 128-player matches were coming to Battlefield. We should have learned from trying to board the tube at rush hour what 128 people all vying simultaneously to complete an objective feels like, and it’s not often pleasant. Battlefield 2042 has many problems, but much potential. The ingredients for awe-inspiring war games are here, but don’t always come together – at least, not yet.

    This venerable shooter series’ characteristic bombast and spectacle is alive and well. 2042 is set under the extreme weather conditions that ravage our near future, trigger the dissolution of most nation states, and begin a war fought by stateless “no-pats” what resources are left on Earth. Running headlong into a tornado with 63 other players while another 64 await you on the other side of its vortex will leave you feeling awestruck the first time. But it doesn’t serve a match of Conquest (capture control points) or Breakthrough (capture control points, but this time in order) particularly well.

    Continue reading...", - "content": "

    PC, Xbox One/Series X/S, PlayStation 4/5; Dice/EA
    In a series known for its scale and spectacle, climate change and technical issues are the new enemies

    They say war is hell, don’t they, and also that hell is other people. So perhaps we should all have seen the chaos coming, when Electronic Arts proudly announced that 128-player matches were coming to Battlefield. We should have learned from trying to board the tube at rush hour what 128 people all vying simultaneously to complete an objective feels like, and it’s not often pleasant. Battlefield 2042 has many problems, but much potential. The ingredients for awe-inspiring war games are here, but don’t always come together – at least, not yet.

    This venerable shooter series’ characteristic bombast and spectacle is alive and well. 2042 is set under the extreme weather conditions that ravage our near future, trigger the dissolution of most nation states, and begin a war fought by stateless “no-pats” what resources are left on Earth. Running headlong into a tornado with 63 other players while another 64 await you on the other side of its vortex will leave you feeling awestruck the first time. But it doesn’t serve a match of Conquest (capture control points) or Breakthrough (capture control points, but this time in order) particularly well.

    Continue reading...", - "category": "Games", - "link": "https://www.theguardian.com/games/2021/nov/24/battlefield-2042-review-war-pc-xbox-one-series-x-s-playstation-dice-ea", - "creator": "Phil Iwaniuk", - "pubDate": "2021-11-24T13:28:59Z", + "title": "Biden's California Water Embargo", + "description": "Interior moves to block a much-needed project in the parched West.", + "content": "Interior moves to block a much-needed project in the parched West.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-california-water-embargo-gavin-newsom-cadiz-pipeline-drought-nepa-blm-interior-11639332640", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 18:33:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4e7ac6b46fb3b2c863751544880c129c" + "hash": "4cadcf2ea38ee94741c31a8c2a8c1beb" }, { - "title": "Belgian court awards damages to couple who had twins after IVF mix-up", - "description": "

    Parents wanted second child to act as bone marrow donor to their son but ended up with three

    A hospital in Belgium has been ordered to compensate a couple for their “shock” and “impoverishment” after they ended up having three children by IVF treatment due to a mistake in its fertility clinic.

    It is the first time the Belgian courts have found that a healthy child can be the cause of loss to parents.

    Continue reading...", - "content": "

    Parents wanted second child to act as bone marrow donor to their son but ended up with three

    A hospital in Belgium has been ordered to compensate a couple for their “shock” and “impoverishment” after they ended up having three children by IVF treatment due to a mistake in its fertility clinic.

    It is the first time the Belgian courts have found that a healthy child can be the cause of loss to parents.

    Continue reading...", - "category": "Belgium", - "link": "https://www.theguardian.com/world/2021/nov/24/belgian-court-awards-damages-to-couple-who-had-twins-after-ivf-mix-up", - "creator": "Daniel Boffey in Brussels", - "pubDate": "2021-11-24T13:28:39Z", + "title": "An Insider Explains the Supply-Chain Crisis", + "description": "Consumers flush with cash and pandemic restrictions combined to drive demand for goods through the roof. Economist Phil Levy doesn’t see a return to normal until at least 2023.", + "content": "Consumers flush with cash and pandemic restrictions combined to drive demand for goods through the roof. Economist Phil Levy doesn’t see a return to normal until at least 2023.", + "category": "PAID", + "link": "https://www.wsj.com/articles/insider-explains-supply-chain-crisis-phil-levy-shipping-containers-ports-costs-inflation-logistics-11639757471", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 14:30:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "067886867b9a348f87ceffba2a9a5b3e" + "hash": "b273c45ee3a0a0fbbe77aedd114207cb" }, { - "title": "Donald Trump calls Kyle Rittenhouse ‘really a nice young man’ after visit", - "description": "

    The teenager who was acquitted after killing two people in Kenosha visited the former president at his Mar-a-Lago resort

    A teenager acquitted of murdering two men and wounding another last year during racially based protests in Wisconsin reportedly visited Donald Trump at his Florida resort, with the former president describing Kyle Rittenhouse as “really a nice young man”.

    Trump revealed the visit in an interview with the TV show host Sean Hannity that aired on Fox News on Tuesday night. It was accompanied by a photograph of the pair together at Trump’s Mar-a-Lago resort in Palm Beach, where the former president lives.

    Continue reading...", - "content": "

    The teenager who was acquitted after killing two people in Kenosha visited the former president at his Mar-a-Lago resort

    A teenager acquitted of murdering two men and wounding another last year during racially based protests in Wisconsin reportedly visited Donald Trump at his Florida resort, with the former president describing Kyle Rittenhouse as “really a nice young man”.

    Trump revealed the visit in an interview with the TV show host Sean Hannity that aired on Fox News on Tuesday night. It was accompanied by a photograph of the pair together at Trump’s Mar-a-Lago resort in Palm Beach, where the former president lives.

    Continue reading...", - "category": "Kyle Rittenhouse", - "link": "https://www.theguardian.com/us-news/2021/nov/24/donald-trump-kyle-rittenhouse-really-a-nice-young-man-after-visit", - "creator": "Richard Luscombe in Miami", - "pubDate": "2021-11-24T13:27:23Z", + "title": "Eric Adams Will Need Help to Make New York Safe Again", + "description": "Legal and political changes leave the next mayor without the anticrime tools that Giuliani and Bloomberg were able to use.", + "content": "Legal and political changes leave the next mayor without the anticrime tools that Giuliani and Bloomberg were able to use.", + "category": "PAID", + "link": "https://www.wsj.com/articles/eric-adams-mayor-new-york-impossible-to-save-crime-policing-bail-reform-rikers-stop-frisk-11639772226", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 18:22:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a589dff9991e6d2d3ae9dc40ec47e73" + "hash": "3900000d7f5d634fe5893a011f8e4228" }, { - "title": "Covid live: France to announce new measures as cases surge; Italy ‘super green pass’ could restrict unvaccinated", - "description": "

    France is to announce new Covid measures on Thursday; Italy considering plans that would only permit those with proof of jab to get into venues

    The health service in the UK is considering “radical ideas” to help tackle the backlog of care that has built-up over the last few years and been exacerbated by the Covid pandemic. That includes the idea of sending patients to different regions for treatment, the chief executive of NHS Providers has said.

    But Chris Hopson told Times Radio it is more likely that people will be asked to go to neighbouring hospitals rather than different parts of the country. PA Media quote him saying:

    Everybody across the NHS recognises that having patients wait for their care is not an acceptable situation. There is a moral obligation on trusts and their leaders to make sure that they do everything they can, no stone unturned, to get through those care backlogs as quickly as possible.

    What we’re working on at the moment is a really comprehensive plan to get through those backlogs as fast as possible. And some of it will be all the traditional things that we do, which is: we will expand temporary capacity; we will ensure that we use overtime as much as possible; we will ensure that we use the capacity that sits in the independent sector.

    Continue reading...", - "content": "

    France is to announce new Covid measures on Thursday; Italy considering plans that would only permit those with proof of jab to get into venues

    The health service in the UK is considering “radical ideas” to help tackle the backlog of care that has built-up over the last few years and been exacerbated by the Covid pandemic. That includes the idea of sending patients to different regions for treatment, the chief executive of NHS Providers has said.

    But Chris Hopson told Times Radio it is more likely that people will be asked to go to neighbouring hospitals rather than different parts of the country. PA Media quote him saying:

    Everybody across the NHS recognises that having patients wait for their care is not an acceptable situation. There is a moral obligation on trusts and their leaders to make sure that they do everything they can, no stone unturned, to get through those care backlogs as quickly as possible.

    What we’re working on at the moment is a really comprehensive plan to get through those backlogs as fast as possible. And some of it will be all the traditional things that we do, which is: we will expand temporary capacity; we will ensure that we use overtime as much as possible; we will ensure that we use the capacity that sits in the independent sector.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/nov/24/covid-news-live-south-korea-reports-record-daily-cases-us-to-require-vaccination-proof-at-all-border-crossings", - "creator": "Miranda Bryant (now); Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-11-24T13:23:17Z", + "title": "Gov. Larry Hogan: Mr. Garland, Please Sue My State", + "description": "Maryland’s Democratic gerrymander is even worse than Texas’ Republican one.", + "content": "Maryland’s Democratic gerrymander is even worse than Texas’ Republican one.", + "category": "PAID", + "link": "https://www.wsj.com/articles/merrick-garland-please-sue-my-state-maryland-larry-hogan-texas-gerrymandering-voting-rights-11639757168", + "creator": "", + "pubDate": "Fri, 17 Dec 2021 14:28:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36289a6d31c0eec4377787a76e5f0c2c" + "hash": "fbe265f2d91d133eb92cdcea40f18b64" }, { - "title": "German parties agree coalition deal to make Olaf Scholz chancellor", - "description": "

    Social Democrat, Green and liberal parties agree to form government after two months of talks

    Germany’s Social Democrat, Green and liberal parties have agreed on a deal to form a new government that will see Olaf Scholz, the current finance minister, succeed Angela Merkel as the country’s new leader, local media has reported.

    The three parties, known collectively as the “traffic light coalition” due to their colours – red, green and yellow – are due to present their agreement on Wednesday afternoon in Berlin.

    Continue reading...", - "content": "

    Social Democrat, Green and liberal parties agree to form government after two months of talks

    Germany’s Social Democrat, Green and liberal parties have agreed on a deal to form a new government that will see Olaf Scholz, the current finance minister, succeed Angela Merkel as the country’s new leader, local media has reported.

    The three parties, known collectively as the “traffic light coalition” due to their colours – red, green and yellow – are due to present their agreement on Wednesday afternoon in Berlin.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/nov/24/german-parties-agree-coalition-deal-to-make-olaf-scholz-chancellor", - "creator": "Kate Connolly Berlin", - "pubDate": "2021-11-24T13:06:12Z", + "title": "Taking Joe Manchin Seriously", + "description": "Democratic leaders have never believed he meant what he said.", + "content": "Democratic leaders have never believed he meant what he said.", + "category": "PAID", + "link": "https://www.wsj.com/articles/mau-mauing-joe-manchin-joe-biden-build-back-better-congress-democrats-11639694989", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:52:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "080895faa5a86994a5123e5a45a0598c" + "hash": "b300597342ff936747edfb5cb6590891" }, { - "title": "UK Covid scheme indirectly discriminated against maternity leave takers, court rules", - "description": "

    But ruling will not allow self-employed women whose income support was hit during pandemic to claim rebates

    Tens of thousands of self-employed women who took maternity leave were indirectly discriminated against by the UK government during the pandemic but will be unable to claim rebates, the court of appeal has ruled.

    The speed at which civil servants had to create a safety net for workers justified their actions, three judges found.

    Continue reading...", - "content": "

    But ruling will not allow self-employed women whose income support was hit during pandemic to claim rebates

    Tens of thousands of self-employed women who took maternity leave were indirectly discriminated against by the UK government during the pandemic but will be unable to claim rebates, the court of appeal has ruled.

    The speed at which civil servants had to create a safety net for workers justified their actions, three judges found.

    Continue reading...", - "category": "Court of appeal", - "link": "https://www.theguardian.com/law/2021/nov/24/uk-covid-scheme-indirectly-discriminated-against-maternity-leave-takers-court-rules", - "creator": "Alexandra Topping", - "pubDate": "2021-11-24T12:45:49Z", + "title": "Wokeness Infiltrates the Salvation Army", + "description": "It backs away from a call on members to ‘lament, repent and apologize’ for racism.", + "content": "It backs away from a call on members to ‘lament, repent and apologize’ for racism.", + "category": "PAID", + "link": "https://www.wsj.com/articles/wokeness-infiltrates-the-salvation-army-discussion-guide-racism-diversity-and-incusion-christian-11639690409", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:14:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bee6a51aeec40fd501b2212bd3e39c31" + "hash": "a9f91472c5c63f055d8eb7407bba2637" }, { - "title": "El Salvador rights groups fear repression after raids on seven offices", - "description": "

    NGOs believe raids, officially part of an embezzlement inquiry, are an attempt to ‘criminalise social movements’

    Rights activists in El Salvador said they will not be pressured into silence after prosecutors raided the offices of seven charities and groups in the Central American country.

    “They’re trying to criminalise social movements,” said Morena Herrera, a prominent women’s rights activist. “They can’t accept that they are in support of a better El Salvador.”

    Continue reading...", - "content": "

    NGOs believe raids, officially part of an embezzlement inquiry, are an attempt to ‘criminalise social movements’

    Rights activists in El Salvador said they will not be pressured into silence after prosecutors raided the offices of seven charities and groups in the Central American country.

    “They’re trying to criminalise social movements,” said Morena Herrera, a prominent women’s rights activist. “They can’t accept that they are in support of a better El Salvador.”

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/24/el-salvador-rights-groups-fear-repression-after-raids-on-seven-offices", - "creator": "Joe Parkin Daniels", - "pubDate": "2021-11-24T12:44:58Z", + "title": "Refunding the San Francisco Police", + "description": "Mayor London Breed undergoes a law-and-order conversion.", + "content": "Mayor London Breed undergoes a law-and-order conversion.", + "category": "PAID", + "link": "https://www.wsj.com/articles/refunding-the-san-francisco-police-london-breed-crime-11639696468", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:48:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e3ac685822e33ec7b27241b7204f7b80" + "hash": "01810b522d4205e3efd480d8aa27e7bc" }, { - "title": "Boris Johnson accused of flouting request to wear mask at theatre", - "description": "

    Exclusive: Audience member at Almeida theatre says PM was not wearing mask during Macbeth performance

    Boris Johnson once again flouted official requests to wear a mask as he watched a performance of Macbeth at a busy theatre in north London on Tuesday night, witnesses say.

    The prime minister was in the audience to see the Shakespearean tragedy at the Almeida theatre in Islington, after a torrid few days in which backbench Tories have accused him of losing the plot.

    Continue reading...", - "content": "

    Exclusive: Audience member at Almeida theatre says PM was not wearing mask during Macbeth performance

    Boris Johnson once again flouted official requests to wear a mask as he watched a performance of Macbeth at a busy theatre in north London on Tuesday night, witnesses say.

    The prime minister was in the audience to see the Shakespearean tragedy at the Almeida theatre in Islington, after a torrid few days in which backbench Tories have accused him of losing the plot.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/nov/24/boris-johnson-accused-of-flouting-request-to-wear-mask-at-theatre", - "creator": "Rowena Mason Deputy political editor", - "pubDate": "2021-11-24T12:09:24Z", + "title": "COLA Doesn't Bring Much Refreshment", + "description": "Automatic wage hikes can’t keep up with inflation. They can only fuel it further.", + "content": "Automatic wage hikes can’t keep up with inflation. They can only fuel it further.", + "category": "PAID", + "link": "https://www.wsj.com/articles/cola-doesnt-bring-refreshment-cost-of-living-inflation-raises-john-deere-auto-workers-caterpillar-11639690580", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:18:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7df20e51cb02566802cc76986f7ab04e" + "hash": "f7ff3aa673c2cb84926f30fcb1b45ecf" }, { - "title": "How to make shortbread – recipe | Felicity Cloake's masterclass", - "description": "

    Christmas shortbread as made by our resident perfectionist, with a few choices of festive flavourings

    The world may have gone mad for spiced speculoos this year, but, for me, Christmas will always be all about two biscuits: gingerbread, for decorations, and shortbread, for actual consumption. Easy to make and a genuine crowdpleaser, shortbread will keep well for several weeks, which makes it the gift that keeps on giving well into the dark days of January. Not that it’ll last that long.

    Prep 15 min
    Chill 20 min
    Cook 30 min-1 hr
    Makes About 24

    Continue reading...", - "content": "

    Christmas shortbread as made by our resident perfectionist, with a few choices of festive flavourings

    The world may have gone mad for spiced speculoos this year, but, for me, Christmas will always be all about two biscuits: gingerbread, for decorations, and shortbread, for actual consumption. Easy to make and a genuine crowdpleaser, shortbread will keep well for several weeks, which makes it the gift that keeps on giving well into the dark days of January. Not that it’ll last that long.

    Prep 15 min
    Chill 20 min
    Cook 30 min-1 hr
    Makes About 24

    Continue reading...", - "category": "Food", - "link": "https://www.theguardian.com/food/2021/nov/24/how-to-make-shortbread-recipe-felicity-cloake-masterclass", - "creator": "Felicity Cloake", - "pubDate": "2021-11-24T12:00:44Z", + "title": "Jerome Powell, Fiscal Lobbyist", + "description": "The Fed chairman wants us to forget his role as spending cheerleader.", + "content": "The Fed chairman wants us to forget his role as spending cheerleader.", + "category": "PAID", + "link": "https://www.wsj.com/articles/jerome-powell-fiscal-lobbyist-federal-reserve-congress-spending-stimulus-11639696109", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:46:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "627973766c8e230c8217f2b42daad00d" + "hash": "1cc8d08e03f97d51a75afef1a40d9104" }, { - "title": "French footballer Karim Benzema guilty in sex tape extortion scandal", - "description": "

    Real Madrid star given suspended jail sentence and €75,000 fine for complicity in attempted blackmail

    The French international footballer Karim Benzema has received a one-year suspended jail sentence and been fined €75,000 (£63,000) for his involvement in a sex tape extortion scandal that shocked French sport.

    A Versailles court on Wednesday found Benzema guilty of complicity in attempted blackmail against his French teammate Mathieu Valbuena over a video thought to have been stolen from Valbuena’s mobile phone.

    Continue reading...", - "content": "

    Real Madrid star given suspended jail sentence and €75,000 fine for complicity in attempted blackmail

    The French international footballer Karim Benzema has received a one-year suspended jail sentence and been fined €75,000 (£63,000) for his involvement in a sex tape extortion scandal that shocked French sport.

    A Versailles court on Wednesday found Benzema guilty of complicity in attempted blackmail against his French teammate Mathieu Valbuena over a video thought to have been stolen from Valbuena’s mobile phone.

    Continue reading...", - "category": "France", - "link": "https://www.theguardian.com/world/2021/nov/24/french-footballer-karim-benzema-guilty-sex-tape-extortion-scandal", - "creator": "Angelique Chrisafis in Paris", - "pubDate": "2021-11-24T11:56:53Z", + "title": "Is the U.S. Repeating the Error of the Iraq Withdrawal?", + "description": "Regional stability declined after the 2011 pullout, and the ‘pivot to Asia’ failed. Sounds awfully familiar.", + "content": "Regional stability declined after the 2011 pullout, and the ‘pivot to Asia’ failed. Sounds awfully familiar.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-us-repeating-iraq-error-isis-surge-oil-prices-withdrawal-transition-asia-indo-pacific-pivot-11639688193", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:41:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a474126ad8edcf85bb2f3eab01a28920" + "hash": "7e929da692a0f0b65ff66881eafe00b1" }, { - "title": "Brother pays tribute to Bobbi-Anne McLeod after body found", - "description": "

    Lee McLeod describes 18-year-old who went missing in Plymouth as ‘beautiful and talented’

    The brother of an 18-year-old woman whose body was found three days after she went missing near her home in Devon has led tributes to her, describing her as “beautiful and talented”.

    Police in Plymouth launched a murder inquiry after finding a body believed to be that of Bobbi-Anne McLeod. Two men aged 24 and 26 have been arrested.

    Continue reading...", - "content": "

    Lee McLeod describes 18-year-old who went missing in Plymouth as ‘beautiful and talented’

    The brother of an 18-year-old woman whose body was found three days after she went missing near her home in Devon has led tributes to her, describing her as “beautiful and talented”.

    Police in Plymouth launched a murder inquiry after finding a body believed to be that of Bobbi-Anne McLeod. Two men aged 24 and 26 have been arrested.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/nov/24/brother-pays-tribute-to-bobbi-anne-mcleod-after-body-found", - "creator": "Steven Morris", - "pubDate": "2021-11-24T11:48:38Z", + "title": "The Great Central Bank Divide", + "description": "As inflation goes global, monetary maestros go their separate ways.", + "content": "As inflation goes global, monetary maestros go their separate ways.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-great-central-bank-divide-11639698355", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:45:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5800e0249afb49d7ab801f155a1935d0" + "hash": "1b70cc3e7907416f2e1aac81a8f87139" }, { - "title": "Norwegian journalists reporting on World Cup workers arrested in Qatar", - "description": "

    Pair investigating conditions for labourers detained as they tried to fly home

    Two Norwegian journalists investigating conditions for migrant workers in Qatar ahead of the 2022 Fifa World Cup were arrested and detained for 36 hours as they tried to leave the country, Norwegian media have reported.

    The VG newspaper reported that Halvor Ekeland, a sports journalist for the public broadcaster NRK, and Lokman Ghorbani, an NRK cameraman, were picked up by police late on Sunday as they were preparing to leave for Doha airport.

    Continue reading...", - "content": "

    Pair investigating conditions for labourers detained as they tried to fly home

    Two Norwegian journalists investigating conditions for migrant workers in Qatar ahead of the 2022 Fifa World Cup were arrested and detained for 36 hours as they tried to leave the country, Norwegian media have reported.

    The VG newspaper reported that Halvor Ekeland, a sports journalist for the public broadcaster NRK, and Lokman Ghorbani, an NRK cameraman, were picked up by police late on Sunday as they were preparing to leave for Doha airport.

    Continue reading...", - "category": "Qatar", - "link": "https://www.theguardian.com/world/2021/nov/24/norwegian-journalists-reporting-labourers-qatar-world-cup-arrested", - "creator": "Jon Henley", - "pubDate": "2021-11-24T11:03:00Z", + "title": "When Only Birds Could Twitter", + "description": "I miss the days of the postcards and the rotary phone, but I’m not giving up my WiFi.", + "content": "I miss the days of the postcards and the rotary phone, but I’m not giving up my WiFi.", + "category": "PAID", + "link": "https://www.wsj.com/articles/when-only-birds-could-tweet-phone-social-media-wifi-internet-twitter-tech-facetime-zoom-11639688027", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:15:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b166d65b643b4ff06f2a4b39b743169" + "hash": "8d2ea33781dd474d989d03e2fc41711f" }, { - "title": "George Christensen advocates for civil disobedience as vaccine mandates rock Coalition", - "description": "

    Labor leader calls on Morrison to condemn member for Dawson after he likened mandates to decrees by ‘Hitler and Pol Pot’

    Scott Morrison is continuing to battle insurgencies within his own ranks, with Queensland National George Christensen sanctioning civil disobedience in response to vaccine mandates, and veteran Victorian Liberal Russell Broadbent declaring mandates “without reasonable exemptions are not only unconscionable, they are criminal”.

    Senior ministers on Wednesday persuaded two rebel Liberal senators, Gerard Rennick and Alex Antic, who have threatened to withhold support for government legislation, to support the government on procedural votes during the final sitting fortnight. The government has agreed to a tweak to the vaccine indemnity scheme.

    Continue reading...", - "content": "

    Labor leader calls on Morrison to condemn member for Dawson after he likened mandates to decrees by ‘Hitler and Pol Pot’

    Scott Morrison is continuing to battle insurgencies within his own ranks, with Queensland National George Christensen sanctioning civil disobedience in response to vaccine mandates, and veteran Victorian Liberal Russell Broadbent declaring mandates “without reasonable exemptions are not only unconscionable, they are criminal”.

    Senior ministers on Wednesday persuaded two rebel Liberal senators, Gerard Rennick and Alex Antic, who have threatened to withhold support for government legislation, to support the government on procedural votes during the final sitting fortnight. The government has agreed to a tweak to the vaccine indemnity scheme.

    Continue reading...", - "category": "Coalition", - "link": "https://www.theguardian.com/australia-news/2021/nov/24/george-christensen-advocates-for-civil-disobedience-as-vaccine-mandates-rock-coalition", - "creator": "Katharine Murphy and Paul Karp", - "pubDate": "2021-11-24T10:38:18Z", + "title": "America's Future Depends on the Blockchain", + "description": "The U.S. needs to act fast to preserve its advantage in the ‘tokenization’ of our financial infrastructure.", + "content": "The U.S. needs to act fast to preserve its advantage in the ‘tokenization’ of our financial infrastructure.", + "category": "PAID", + "link": "https://www.wsj.com/articles/america-future-depends-on-blockchain-crypto-bitcoin-payments-transfers-federal-reserve-11639668586", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 12:16:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "80cb7ae7ed19ed47c3a885df8f19c6eb" + "hash": "4c6cfb563675db0b49968301924314f8" }, { - "title": "‘People are nasty as hell on there’: the battle to close Tattle – the most hate-filled corner of the web", - "description": "

    The gossip forum Tattle Life is a trolls’ paradise, created to scrutinise the lives of influencers. It has made a lot of enemies. Will one of them bring it down?

    Abbie Draper was so excited when she heard there was to be a big Tattle reveal that she set a reminder on her phone. On Friday, 1 October, at 7pm, Andy Malone was going to reveal the identity of the founder of the notorious website Tattle Life – the mysterious “Helen”.

    Founded in 2018, Tattle Life is a gossip forum dedicated to dissecting the lives of women in the public eye. Quietly, without mainstream recognition, Tattle has become one of the most-visited – and hate-filled – websites in the UK. There were 43.2m visits to Tattle in the last six months alone, mostly from British users. (Almost all the people discussed on Tattle are British.)

    Continue reading...", - "content": "

    The gossip forum Tattle Life is a trolls’ paradise, created to scrutinise the lives of influencers. It has made a lot of enemies. Will one of them bring it down?

    Abbie Draper was so excited when she heard there was to be a big Tattle reveal that she set a reminder on her phone. On Friday, 1 October, at 7pm, Andy Malone was going to reveal the identity of the founder of the notorious website Tattle Life – the mysterious “Helen”.

    Founded in 2018, Tattle Life is a gossip forum dedicated to dissecting the lives of women in the public eye. Quietly, without mainstream recognition, Tattle has become one of the most-visited – and hate-filled – websites in the UK. There were 43.2m visits to Tattle in the last six months alone, mostly from British users. (Almost all the people discussed on Tattle are British.)

    Continue reading...", - "category": "Cyberbullying", - "link": "https://www.theguardian.com/society/2021/nov/24/people-nasty-as-hell-on-there-battle-close-tattle-most-hate-filled-corner-web", - "creator": "Sirin Kale", - "pubDate": "2021-11-24T10:00:42Z", + "title": "Media Companies Still Hoping for 'Build Back Better' Windfall", + "description": "Can’t Pelosi and Schumer say no to anything?", + "content": "Can’t Pelosi and Schumer say no to anything?", + "category": "PAID", + "link": "https://www.wsj.com/articles/media-companies-still-hoping-for-build-back-better-windfall-11639696725", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:18:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2023119d8d88f26f42c5d2fe0ce83c8" + "hash": "6096a556f6706b6810621a104ddf4c0b" }, { - "title": "Readers review Adele’s 30: ‘so powerful’ or a ‘depressive black hole’?", - "description": "

    It’s the biggest album of the year – and Guardian readers are split on whether Adele’s latest magnum mope-us is raw or overdone

    It’s so upfront and honest. You know exactly the story she’s telling, and even if you haven’t experienced divorce yourself, you feel every word of it. Her voice is sounding better than it’s ever done, using so much more of her range – just listen to Love is A Game. Gone are the lofty metaphors that hint at heartbreak, replaced with extremely raw and naked lyrics that welcome you in to her experiences. I think it’s much more poetic than before. Best album so far.

    Continue reading...", - "content": "

    It’s the biggest album of the year – and Guardian readers are split on whether Adele’s latest magnum mope-us is raw or overdone

    It’s so upfront and honest. You know exactly the story she’s telling, and even if you haven’t experienced divorce yourself, you feel every word of it. Her voice is sounding better than it’s ever done, using so much more of her range – just listen to Love is A Game. Gone are the lofty metaphors that hint at heartbreak, replaced with extremely raw and naked lyrics that welcome you in to her experiences. I think it’s much more poetic than before. Best album so far.

    Continue reading...", - "category": "Adele", - "link": "https://www.theguardian.com/music/2021/nov/24/readers-review-adeles-30-so-powerful-or-a-depressive-black-hole", - "creator": "Guardian readers, Rachel Obordo and Alfie Packham", - "pubDate": "2021-11-24T09:30:41Z", + "title": "Ethan Crumbley Isn't an Adult", + "description": "The prosecution wants to try him as one while also blaming the 15-year-old’s parents.", + "content": "The prosecution wants to try him as one while also blaming the 15-year-old’s parents.", + "category": "PAID", + "link": "https://www.wsj.com/articles/ethan-crumbley-isnt-adult-michigan-school-shooter-court-juvenile-recidivism-criminal-justice-11639687705", + "creator": "", + "pubDate": "Thu, 16 Dec 2021 18:40:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12fa66a6cf34d43efaf837248874dad8" + "hash": "e337fb4272424e1e0307082db0b3d5aa" }, { - "title": "Nasa launches spacecraft in first ever mission to deflect asteroid", - "description": "

    Spacecraft heads off on 6.8m-mile journey to crash into moonlet Dimorphos in test to see if asteroids can be diverted from collision with Earth

    A spacecraft that must ultimately crash in order to succeed lifted off late on Tuesday from California on a Nasa mission to demonstrate the world’s first planetary defence system.

    Carried aboard a SpaceX-owned Falcon 9 rocket, the Dart (Double Asteroid Redirection Test) spacecraft soared into the sky at 10.21pm Pacific time from the Vandenberg US Space Force Base, about 150 miles (240km) north-west of Los Angeles.

    Continue reading...", - "content": "

    Spacecraft heads off on 6.8m-mile journey to crash into moonlet Dimorphos in test to see if asteroids can be diverted from collision with Earth

    A spacecraft that must ultimately crash in order to succeed lifted off late on Tuesday from California on a Nasa mission to demonstrate the world’s first planetary defence system.

    Carried aboard a SpaceX-owned Falcon 9 rocket, the Dart (Double Asteroid Redirection Test) spacecraft soared into the sky at 10.21pm Pacific time from the Vandenberg US Space Force Base, about 150 miles (240km) north-west of Los Angeles.

    Continue reading...", - "category": "Asteroids", - "link": "https://www.theguardian.com/science/2021/nov/24/nasa-launches-dart-mission-to-deflect-asteroid-in-planetary-defence-test", - "creator": "Reuters", - "pubDate": "2021-11-24T08:38:21Z", + "title": "Hawkish Fed Talk, Dovish Action", + "description": "The central bank signals negative real interest rates throughout 2022.", + "content": "The central bank signals negative real interest rates throughout 2022.", + "category": "PAID", + "link": "https://www.wsj.com/articles/more-hawkish-fed-talk-dovish-action-jerome-powell-federal-open-market-committee-11639608239", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 19:01:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6c273b11ae681668a9cea57adb88f77" + "hash": "5c7cbc6a711072492acf057a1a93841d" }, { - "title": "The world finally has a malaria vaccine. Now it must invest in it | Ngozi Okonjo-Iweala", - "description": "

    As an economist I know it makes financial as well as ethical sense to get this world-first vaccine to the millions who need it

    I vividly remember the day I learned a harsh lesson in the tragic burden of malaria that too many of us from the African continent have endured. I was 15, living amid the chaos of Nigeria’s Biafran war, when my three-year-old sister fell sick. Her body burning with fever, I tied her on my back and carried her to a medical clinic, a six-mile trek from my home.

    We arrived at the clinic to find a huge crowd trying to break through locked doors. I knew my sister’s condition could not wait. I dropped to the ground and crawled between legs, my sister propped listlessly on my back, until I reached an open window and climbed through. By the time I was inside, my sister was barely moving. The doctor worked rapidly, injecting antimalarial drugs and infusing her with fluids to rehydrate her body. In a few hours, she started to revive. If we had waited any longer, my sister might not have survived.

    Continue reading...", - "content": "

    As an economist I know it makes financial as well as ethical sense to get this world-first vaccine to the millions who need it

    I vividly remember the day I learned a harsh lesson in the tragic burden of malaria that too many of us from the African continent have endured. I was 15, living amid the chaos of Nigeria’s Biafran war, when my three-year-old sister fell sick. Her body burning with fever, I tied her on my back and carried her to a medical clinic, a six-mile trek from my home.

    We arrived at the clinic to find a huge crowd trying to break through locked doors. I knew my sister’s condition could not wait. I dropped to the ground and crawled between legs, my sister propped listlessly on my back, until I reached an open window and climbed through. By the time I was inside, my sister was barely moving. The doctor worked rapidly, injecting antimalarial drugs and infusing her with fluids to rehydrate her body. In a few hours, she started to revive. If we had waited any longer, my sister might not have survived.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/24/the-world-finally-has-a-malaria-vaccine-now-it-must-invest-in-it", - "creator": "Ngozi Okonjo-Iweala", - "pubDate": "2021-11-24T08:00:40Z", + "title": "Smash and Grab? Don't Come to Arizona", + "description": "Unlike soft-on-crime California, we take retail theft seriously.", + "content": "Unlike soft-on-crime California, we take retail theft seriously.", + "category": "PAID", + "link": "https://www.wsj.com/articles/smash-and-grab-arizona-shoplifting-crime-prosecution-retail-stores-looting-california-san-fran-11639586818", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 13:49:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c1878f9d2a8d4986b51a7d8f9c9639b7" + "hash": "e6bffc9fb80babda834e4fbea363b11a" }, { - "title": "Parliament building and police station burned down during protests in Solomon Islands", - "description": "

    Police used tear gas and rubber bullets to disperse protesters demanding the prime minister step down, amid reports of looting

    Police in Solomon Islands have used tear gas and rubber bullets to disperse hundreds of protesters, who allegedly burned down a building in the parliament precinct, a police station and a store in the nation’s capital of Honiara, amid reports of looting.

    The protesters marched on the parliamentary precinct in the east of Honiara, where they allegedly set fire to a leaf hut next to Parliament House where MPs and staffers go to smoke and eat lunch.

    Continue reading...", - "content": "

    Police used tear gas and rubber bullets to disperse protesters demanding the prime minister step down, amid reports of looting

    Police in Solomon Islands have used tear gas and rubber bullets to disperse hundreds of protesters, who allegedly burned down a building in the parliament precinct, a police station and a store in the nation’s capital of Honiara, amid reports of looting.

    The protesters marched on the parliamentary precinct in the east of Honiara, where they allegedly set fire to a leaf hut next to Parliament House where MPs and staffers go to smoke and eat lunch.

    Continue reading...", - "category": "Solomon Islands", - "link": "https://www.theguardian.com/world/2021/nov/24/parliament-building-and-police-station-burned-down-during-protests-in-solomon-islands", - "creator": "Georgina Kekea in Honiara", - "pubDate": "2021-11-24T07:56:56Z", + "title": "The Xi-Putin Entente Rises", + "description": "Both share a goal of undermining the U.S.-led global order.", + "content": "Both share a goal of undermining the U.S.-led global order.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-xi-jinping-vladimir-putin-entente-rises-moscow-beijing-russia-china-11639609900", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 18:59:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a80f307b6603072ed3c7298f2a6aa0c" + "hash": "f138a29d7215ec20ea7e385288f6f8f2" }, { - "title": "NFT beats cheugy to be Collins Dictionary’s word of the year", - "description": "

    The abbreviation of ‘non-fungible token’ tops a shortlist also including pingdemic, climate anxiety and metaverse

    In a year that has seen the musician Grimes sell a collection of digital artworks for almost $6m (£4.4m), and the original photo behind the 2005 Disaster Girl meme go for $473,000 (£354,000), Collins Dictionary has made NFT its word of the year.

    The abbreviation of non-fungible token has seen a “meteoric” rise in usage over the last year, said Collins, up 11,000% in the last year. Any digital creation can become an NFT, with the term referring to a certificate of ownership, registered on a blockchain, or digital ledger of transactions. The most valuable NFT to date is a collage by digital artist Beeple, which sold for £50.3m at Christie’s in March.

    Continue reading...", - "content": "

    The abbreviation of ‘non-fungible token’ tops a shortlist also including pingdemic, climate anxiety and metaverse

    In a year that has seen the musician Grimes sell a collection of digital artworks for almost $6m (£4.4m), and the original photo behind the 2005 Disaster Girl meme go for $473,000 (£354,000), Collins Dictionary has made NFT its word of the year.

    The abbreviation of non-fungible token has seen a “meteoric” rise in usage over the last year, said Collins, up 11,000% in the last year. Any digital creation can become an NFT, with the term referring to a certificate of ownership, registered on a blockchain, or digital ledger of transactions. The most valuable NFT to date is a collage by digital artist Beeple, which sold for £50.3m at Christie’s in March.

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/books/2021/nov/24/nft-is-collins-dictionary-word-of-the-year", - "creator": "Alison Flood", - "pubDate": "2021-11-24T07:01:38Z", + "title": "Jen Psaki Tries to 'Fake' Out the CBO's Build Back Better Score", + "description": "She says it didn’t evaluate the ‘actual bill,’ but the legislation is meant to deceive.", + "content": "She says it didn’t evaluate the ‘actual bill,’ but the legislation is meant to deceive.", + "category": "PAID", + "link": "https://www.wsj.com/articles/jen-psaki-tries-to-fake-out-congressional-budget-office-cbo-build-back-better-cost-biden-11639603930", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 18:29:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c20921659dc2bf6d4f40af6f0d70f3b" + "hash": "b3fc7a5f57d3b8a4851d3a1f21cc0b2f" }, { - "title": "How wild turkeys’ rough and rowdy ways are creating havoc in US cities", - "description": "

    Booming populations are a conservation success story, but not all terrorised residents are happy about it

    There’s a violent gang stalking urban America.

    In New Hampshire a motorcyclist crashed after being assaulted. In New Jersey, a terrified postman rang 911 after a dozen members attacked at once. And in Michigan, one town armed public workers with pepper spray.

    Continue reading...", - "content": "

    Booming populations are a conservation success story, but not all terrorised residents are happy about it

    There’s a violent gang stalking urban America.

    In New Hampshire a motorcyclist crashed after being assaulted. In New Jersey, a terrified postman rang 911 after a dozen members attacked at once. And in Michigan, one town armed public workers with pepper spray.

    Continue reading...", - "category": "Birds", - "link": "https://www.theguardian.com/environment/2021/nov/24/wild-turkeys-us-cities-havoc-hunting", - "creator": "Alice Hutton", - "pubDate": "2021-11-24T07:00:40Z", + "title": "Blame Voters for the Rising Crime Rate", + "description": "Just maybe, voters are starting to regret the consequences of electing progressive prosecutors.", + "content": "Just maybe, voters are starting to regret the consequences of electing progressive prosecutors.", + "category": "PAID", + "link": "https://www.wsj.com/articles/blame-voters-for-crime-wave-shoplifting-smash-grab-prosecutors-shooting-murder-stabbing-11639604421", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 18:15:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3277b7ba7d2eb6b525ee68e67c3b2ff" + "hash": "92abcb9a956fffab0b12fad1b4838a7c" }, { - "title": "A moment that changed me: The haircut that liberated me as a butch lesbian", - "description": "

    I came out in my late teens, but still felt repressed by my appearance. Almost 10 years after first booking a short back and sides, I finally took the plunge – and immediately felt revitalised

    The hairdresser steadied my head as I sat in the swivel chair, face mask on, staring into the mirror. In December 2020, another lockdown loomed, and nearly 12 months earlier I had made it a New Year’s resolution to get short hair that year. Within 45 minutes, my shoulder-length mop was down to a couple of inches.

    People often get radical haircuts in response to life-changing events, such as a breakup or the loss of a loved one. I got mine because I wanted to embrace how I felt as a butch lesbian.

    Continue reading...", - "content": "

    I came out in my late teens, but still felt repressed by my appearance. Almost 10 years after first booking a short back and sides, I finally took the plunge – and immediately felt revitalised

    The hairdresser steadied my head as I sat in the swivel chair, face mask on, staring into the mirror. In December 2020, another lockdown loomed, and nearly 12 months earlier I had made it a New Year’s resolution to get short hair that year. Within 45 minutes, my shoulder-length mop was down to a couple of inches.

    People often get radical haircuts in response to life-changing events, such as a breakup or the loss of a loved one. I got mine because I wanted to embrace how I felt as a butch lesbian.

    Continue reading...", - "category": "Sexuality", - "link": "https://www.theguardian.com/lifeandstyle/2021/nov/24/a-moment-that-changed-me-the-haircut-that-liberated-me-as-a-butch-lesbian", - "creator": "Ella Braidwood", - "pubDate": "2021-11-24T07:00:39Z", + "title": "Biden Raises the Ethanol Gas Tax", + "description": "Higher renewable fuel mandates may put refiners out of business.", + "content": "Higher renewable fuel mandates may put refiners out of business.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-raises-the-ethanol-gas-tax-environmental-protection-agency-renewable-fuel-standards-11639517088", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 18:55:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c74826ce849d7406588991f512ae1b2a" + "hash": "ef813b46358fd2fe93e95522b51ab237" }, { - "title": "Joe Lieberman on Biden, Trump and centrism: ‘It’s a strategy for making democracy work’", - "description": "

    The Democratic ex-senator preaches a deeply unfashionable gospel of compromise in a country paralysed by civil war

    A friend once joked to Joe Lieberman, former senator and vice-presidential nominee, that the Democratic party was like his appendix: it was there but not doing much for him.

    “It’s a funny line,” he says by phone from his law office in New York, “but the truth is that it’s more than that because I feel good physically when the Democrats do well – in my terms – and I do get pain when they go off and do things that I don’t agree with.

    Continue reading...", - "content": "

    The Democratic ex-senator preaches a deeply unfashionable gospel of compromise in a country paralysed by civil war

    A friend once joked to Joe Lieberman, former senator and vice-presidential nominee, that the Democratic party was like his appendix: it was there but not doing much for him.

    “It’s a funny line,” he says by phone from his law office in New York, “but the truth is that it’s more than that because I feel good physically when the Democrats do well – in my terms – and I do get pain when they go off and do things that I don’t agree with.

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/2021/nov/24/joe-lieberman-most-republicans-democrats-centrists", - "creator": "David Smith in Washington", - "pubDate": "2021-11-24T07:00:38Z", + "title": "The Treasury Has a Bond Bargain for You", + "description": "I bonds, currently paying 7.12%, are a great hedge against inflation.", + "content": "I bonds, currently paying 7.12%, are a great hedge against inflation.", + "category": "PAID", + "link": "https://www.wsj.com/articles/treasury-has-a-i-bond-bargain-inflation-stocks-interest-rates-rebalancing-investment-11639586799", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 13:50:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2338571b3d54766cdb639b0904a94c8" + "hash": "02fd03e19f17b42a4bb952d2152c5ab7" }, { - "title": "Pig patrol: Amsterdam airport’s innovative approach to flight safety", - "description": "

    Farm animals are being used to prevent bird strikes as numbers of geese boom around Schiphol, one of Europe’s busiest flight hubs

    A group of animals has been drafted in to combat a hazard in the skies above the runways of Amsterdam’s Schiphol airport, the Netherlands’ aviation hub.

    A six-week pilot project is studying whether a small herd of pigs can deter flocks of geese and other birds attracted to discarded sugar beet on nearby farmland.

    Continue reading...", - "content": "

    Farm animals are being used to prevent bird strikes as numbers of geese boom around Schiphol, one of Europe’s busiest flight hubs

    A group of animals has been drafted in to combat a hazard in the skies above the runways of Amsterdam’s Schiphol airport, the Netherlands’ aviation hub.

    A six-week pilot project is studying whether a small herd of pigs can deter flocks of geese and other birds attracted to discarded sugar beet on nearby farmland.

    Continue reading...", - "category": "Air transport", - "link": "https://www.theguardian.com/environment/2021/nov/24/pig-patrol-amsterdam-airports-innovative-approach-to-flight-safety", - "creator": "Senay Boztas in Amsterdam", - "pubDate": "2021-11-24T06:30:37Z", + "title": "New York Schools With de Blasio Out of the Way", + "description": "Mayor-elect Eric Adams makes a promising choice to run New York City’s public education system.", + "content": "Mayor-elect Eric Adams makes a promising choice to run New York City’s public education system.", + "category": "PAID", + "link": "https://www.wsj.com/articles/new-york-schools-without-de-blasio-education-gap-chancellor-banks-charter-mayor-adams-11639518269", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:02:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fce00b4717cf1ca466914df06a6da3b0" + "hash": "f69ae76a35d2531ea729283203997e7a" }, { - "title": "India’s apple farmers count cost of climate crisis as snow decimates crops", - "description": "

    Kashmiri farmers lose half their harvest to early snows for third year, with fears for future of the region’s orchards

    The homegrown apple is in danger of becoming a rarity in India, as farmers have lost up to half their harvest this year, with predictions that the country’s main orchards could soon be all but wiped out.

    Early snowfalls in Kashmir, where almost 80% of India’s apples are grown, have seen the region’s farmers lose half their crops in the third year of disastrous harvests.

    Continue reading...", - "content": "

    Kashmiri farmers lose half their harvest to early snows for third year, with fears for future of the region’s orchards

    The homegrown apple is in danger of becoming a rarity in India, as farmers have lost up to half their harvest this year, with predictions that the country’s main orchards could soon be all but wiped out.

    Early snowfalls in Kashmir, where almost 80% of India’s apples are grown, have seen the region’s farmers lose half their crops in the third year of disastrous harvests.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/24/india-kashmiri-apple-farmers-climate-crisis-snow-decimates-crops", - "creator": "Aakash Hassan in Ramnagri, Kashmir", - "pubDate": "2021-11-24T06:00:38Z", + "title": "The Chinese Economy's Tough Transition", + "description": "Slowing growth isn’t helping Xi Jinping’s political designs.", + "content": "Slowing growth isn’t helping Xi Jinping’s political designs.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-chinese-economys-tough-month-china-xi-jinping-11639603749", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 18:44:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58c0274f67513b7ad7f36057538a7803" + "hash": "0a3e16042f28d7f5b4efad0847b2a308" }, { - "title": "China accuses US of ‘mistake’ after Biden invites Taiwan to democracy summit", - "description": "

    Beijing urges Washington to stick to the ‘one China’ principle amid rising tensions over Taiwan

    China’s government has accused Joe Biden of “a mistake” in inviting Taiwan to participate in a democracy summit alongside 109 other democratic governments.

    Taiwan was included in a list of participants for next month’s Summit for Democracy, published by the state department on Tuesday. Taiwan is a democracy and self-governing, but Beijing claims it is a province of China and has accused its government of separatism.

    Continue reading...", - "content": "

    Beijing urges Washington to stick to the ‘one China’ principle amid rising tensions over Taiwan

    China’s government has accused Joe Biden of “a mistake” in inviting Taiwan to participate in a democracy summit alongside 109 other democratic governments.

    Taiwan was included in a list of participants for next month’s Summit for Democracy, published by the state department on Tuesday. Taiwan is a democracy and self-governing, but Beijing claims it is a province of China and has accused its government of separatism.

    Continue reading...", - "category": "Taiwan", - "link": "https://www.theguardian.com/world/2021/nov/24/china-accuses-us-of-mistake-after-biden-invites-taiwan-to-democracy-summit", - "creator": "Helen Davidson in Taipei, and agencies", - "pubDate": "2021-11-24T05:58:01Z", + "title": "An Obituary Is the Story of a Life, Not a Death", + "description": "That’s what I learned from writing the ‘In Memoriam’ column.", + "content": "That’s what I learned from writing the ‘In Memoriam’ column.", + "category": "PAID", + "link": "https://www.wsj.com/articles/an-obituary-is-the-story-of-a-life-not-a-death-loss-departed-writing-11639604293", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 18:20:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "751834e04cfa525904634c5828bac710" + "hash": "f177175a5c29d8550cdfb7ee60bdb7ce" }, { - "title": "South Korea Covid cases hit daily record as pressure on hospitals rises", - "description": "

    Prime minister Kim Boo-kyum says emergency measures may be imposed as cases spike just weeks after the country reopened

    South Korea reported a new daily record of 4,116 new coronavirus cases as the country battles to contain a spike in serious cases requiring hospitalisation, health authorities said.

    South Korea this month switched to a “living with Covid-19” plan aimed at lifting rigid distancing rules and ultimately reopening after reaching vaccination goals last month.

    Continue reading...", - "content": "

    Prime minister Kim Boo-kyum says emergency measures may be imposed as cases spike just weeks after the country reopened

    South Korea reported a new daily record of 4,116 new coronavirus cases as the country battles to contain a spike in serious cases requiring hospitalisation, health authorities said.

    South Korea this month switched to a “living with Covid-19” plan aimed at lifting rigid distancing rules and ultimately reopening after reaching vaccination goals last month.

    Continue reading...", - "category": "South Korea", - "link": "https://www.theguardian.com/world/2021/nov/24/south-korea-covid-cases-hit-daily-record-as-pressure-on-hospitals-rises", - "creator": "Reuters", - "pubDate": "2021-11-24T03:02:56Z", + "title": "A Hostile Takeover of the FDIC", + "description": "Board members had always respected the agency’s independence—until now.", + "content": "Board members had always respected the agency’s independence—until now.", + "category": "PAID", + "link": "https://www.wsj.com/articles/hostile-takeover-fdic-board-rohit-chopra-michael-hsu-jelena-mcwilliams-abuse-power-11639432939", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 18:30:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4383b1a0761b554056bc97fe3eabb2ce" + "hash": "3c8b6e8c617854fac9a419b963ac1e3c" }, { - "title": "New Zealand to reopen borders to vaccinated visitors from new year", - "description": "

    Border will first open to New Zealand citizens coming from Australia, then from the rest of the world, and finally to all other vaccinated visitors from April

    New Zealand has announced it will reopen its borders to vaccinated visitors in the opening months of 2022, for the first time since prime minister Jacinda Ardern announced their snap closure in the first month of the Covid-19 pandemic. The country’s borders have been closed for more than a year and a half.

    The border will initially open to New Zealand citizens and visa holders coming from Australia, then from the rest of the world, and finally to all other vaccinated visitors from the end of April. They will still have to self-isolate at home for a week, but will no longer have to pass through the country’s expensive and highly-space limited managed isolation facilities.

    Continue reading...", - "content": "

    Border will first open to New Zealand citizens coming from Australia, then from the rest of the world, and finally to all other vaccinated visitors from April

    New Zealand has announced it will reopen its borders to vaccinated visitors in the opening months of 2022, for the first time since prime minister Jacinda Ardern announced their snap closure in the first month of the Covid-19 pandemic. The country’s borders have been closed for more than a year and a half.

    The border will initially open to New Zealand citizens and visa holders coming from Australia, then from the rest of the world, and finally to all other vaccinated visitors from the end of April. They will still have to self-isolate at home for a week, but will no longer have to pass through the country’s expensive and highly-space limited managed isolation facilities.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/nov/24/new-zealand-to-reopen-borders-to-vaccinated-visitors-from-new-year", - "creator": "Tess McClure in Christchurch", - "pubDate": "2021-11-24T01:38:10Z", + "title": "The Midwest's Tornadoes Predate Global Warming", + "description": "Activists who insist on a relationship between climate change and twisters can’t explain the deadly storms of yesteryear.", + "content": "Activists who insist on a relationship between climate change and twisters can’t explain the deadly storms of yesteryear.", + "category": "PAID", + "link": "https://www.wsj.com/articles/midwest-twisters-predate-global-warming-kentucky-indiana-1925-climate-change-tornado-11639606056", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 18:23:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b33d9193325144c628240849812f2a9d" + "hash": "4095ef65a95cd1ca10f585cb255ebfb0" }, { - "title": "Libya: UN special envoy quits a month before presidential elections", - "description": "

    Ján Kubiš gives no reason for resignation, having only taken post in war-torn country in January

    The UN special envoy for Libya, Ján Kubiš, has quit just a month before crucial presidential elections in the war-torn nation – without giving security council members a clear reason for his sudden departure.

    “Mr Kubiš has tendered his resignation to the secretary general, who has accepted it with regret,” UN spokesman Stéphane Dujarric told reporters, adding that António Guterres was “working on an appropriate replacement”.

    Continue reading...", - "content": "

    Ján Kubiš gives no reason for resignation, having only taken post in war-torn country in January

    The UN special envoy for Libya, Ján Kubiš, has quit just a month before crucial presidential elections in the war-torn nation – without giving security council members a clear reason for his sudden departure.

    “Mr Kubiš has tendered his resignation to the secretary general, who has accepted it with regret,” UN spokesman Stéphane Dujarric told reporters, adding that António Guterres was “working on an appropriate replacement”.

    Continue reading...", - "category": "Libya", - "link": "https://www.theguardian.com/world/2021/nov/23/libya-un-special-envoy-quits-a-month-before-presidential-elections", - "creator": "AFP at the United Nations", - "pubDate": "2021-11-23T23:00:37Z", + "title": "Cuomo, Krugman and Kentucky", + "description": "New York Times columnist exploits tragedy to recycle dubious claim.", + "content": "New York Times columnist exploits tragedy to recycle dubious claim.", + "category": "PAID", + "link": "https://www.wsj.com/articles/cuomo-krugman-and-kentucky-11639606274", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 17:11:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd51235dc6ff35787a3301cadc709fc1" + "hash": "25d9671107a75a5ad0941b1ccd09332f" }, { - "title": "In a crisis, you want Jacinda Ardern. That’s why her poll numbers will remain robust | Morgan Godfery", - "description": "

    Ardern is imperfect and her government often struggles to implement its agenda – but they excel at crisis management

    “If you want to know me, look at my surface”, Andy Warhol once said, or something along those lines. It’s an invitation to the obvious that should apply in politics, and yet the public regard politicians with – at best – a good deal of suspicion and, at worst, contempt. And who can blame them? In New Zealand the workers’ party (Labour) was responsible for introducing and administering neoliberalism in the 1980s, a dramatic break with their social democratic history that the Australian Labor party was also undertaking in the 1980s, the US Democrats in the 1990s, and UK Labour shortly after. As the old joke goes, capturing the distrust most people feel for left and right, “it doesn’t matter who you vote for, a politician always gets in”.

    But what distinguishes prime minister Jacinda Ardern from the politicians who bite at her heels is that the Warholian doctrine is probably true. At least in her case. In New Zealand’s double disasters – the Christchurch massacre and the Whakaari eruption – Ardern met each tragedy with immediate action, crisp and clear communication, and an extraordinary human care almost entirely absent in modern politics. She met with victims, their families took her into their own homes and at every opportunity she made an invitation to act in solidarity – from the country’s successful gun reforms to the “Christchurch call”, an international bid to stamp out violent extremism online.

    Continue reading...", - "content": "

    Ardern is imperfect and her government often struggles to implement its agenda – but they excel at crisis management

    “If you want to know me, look at my surface”, Andy Warhol once said, or something along those lines. It’s an invitation to the obvious that should apply in politics, and yet the public regard politicians with – at best – a good deal of suspicion and, at worst, contempt. And who can blame them? In New Zealand the workers’ party (Labour) was responsible for introducing and administering neoliberalism in the 1980s, a dramatic break with their social democratic history that the Australian Labor party was also undertaking in the 1980s, the US Democrats in the 1990s, and UK Labour shortly after. As the old joke goes, capturing the distrust most people feel for left and right, “it doesn’t matter who you vote for, a politician always gets in”.

    But what distinguishes prime minister Jacinda Ardern from the politicians who bite at her heels is that the Warholian doctrine is probably true. At least in her case. In New Zealand’s double disasters – the Christchurch massacre and the Whakaari eruption – Ardern met each tragedy with immediate action, crisp and clear communication, and an extraordinary human care almost entirely absent in modern politics. She met with victims, their families took her into their own homes and at every opportunity she made an invitation to act in solidarity – from the country’s successful gun reforms to the “Christchurch call”, an international bid to stamp out violent extremism online.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/commentisfree/2021/nov/24/in-a-crisis-you-want-jacinda-ardern-thats-why-her-poll-numbers-will-remain-robust", - "creator": "Morgan Godfery", - "pubDate": "2021-11-23T19:00:24Z", + "title": "Omicron Variant Meets Our Public-Policy Mess", + "description": "Americans are having to adapt instinctively because they are led and informed badly.", + "content": "Americans are having to adapt instinctively because they are led and informed badly.", + "category": "PAID", + "link": "https://www.wsj.com/articles/omicron-variant-meets-our-policy-mess-death-fatality-covid-vaccines-mask-mandate-hospitalization-11639517305", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:00:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5a12fba1bc77d55bb46435c4647079c" + "hash": "ba0c72dc3907e8c1e80d928f09fd478d" }, { - "title": "A child injured in the Waukesha parade has died, bringing the toll to six", - "description": "

    Driver has been charged with five counts of intentional homicide and more charges are pending

    Prosecutors in Wisconsin on Tuesday charged a man with intentional homicide in the deaths of five people who were killed when an SUV was driven into a Christmas parade earlier this week that also left 62 people injured, including many children.

    Prosecutors say a sixth person, a child, has died and more charges are pending. Several of those injured remain in critical condition.

    Continue reading...", - "content": "

    Driver has been charged with five counts of intentional homicide and more charges are pending

    Prosecutors in Wisconsin on Tuesday charged a man with intentional homicide in the deaths of five people who were killed when an SUV was driven into a Christmas parade earlier this week that also left 62 people injured, including many children.

    Prosecutors say a sixth person, a child, has died and more charges are pending. Several of those injured remain in critical condition.

    Continue reading...", - "category": "Wisconsin", - "link": "https://www.theguardian.com/us-news/2021/nov/23/waukesha-parade-children-injured", - "creator": "Maya Yang and agencies", - "pubDate": "2021-11-23T18:32:43Z", + "title": "John Kerry's Financial Crusade Against Oil and Gas", + "description": "Public officials have told the climate envoy to stop trying to raise energy costs for U.S. consumers.", + "content": "Public officials have told the climate envoy to stop trying to raise energy costs for U.S. consumers.", + "category": "PAID", + "link": "https://www.wsj.com/articles/john-kerry-crusade-against-oil-gas-fracking-climate-banks-fossil-fuels-biden-energy-prices-11639603757", + "creator": "", + "pubDate": "Wed, 15 Dec 2021 18:29:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3f95105ace12ec645e9b36ac3c0e7373" + "hash": "633dfc64d944789ac235496f25618c92" }, { - "title": "New York city hall removes Thomas Jefferson statue", - "description": "

    City public design commission voted to send 884lb, 7ft statue to the New York Historical Society because Jefferson enslaved people

    A statue of Thomas Jefferson has been removed from city hall in New York, because the founder and third president enslaved people.

    A work crew spent several hours on Monday freeing the 884lb, 7ft statue from its pedestal in the council chambers and carefully maneuvering it into a padded wooden crate, for the short journey to the New York Historical Society.

    Continue reading...", - "content": "

    City public design commission voted to send 884lb, 7ft statue to the New York Historical Society because Jefferson enslaved people

    A statue of Thomas Jefferson has been removed from city hall in New York, because the founder and third president enslaved people.

    A work crew spent several hours on Monday freeing the 884lb, 7ft statue from its pedestal in the council chambers and carefully maneuvering it into a padded wooden crate, for the short journey to the New York Historical Society.

    Continue reading...", - "category": "New York", - "link": "https://www.theguardian.com/us-news/2021/nov/23/thomas-jefferson-statuue-new-york-city-hall", - "creator": "Richard Luscombe", - "pubDate": "2021-11-23T14:05:40Z", + "title": "The Price of the Fed's Delay", + "description": "Powell said he’d wait to see inflation before acting to stop it. He got that, and more.", + "content": "Powell said he’d wait to see inflation before acting to stop it. He got that, and more.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-price-of-the-feds-delay-jerome-powell-federal-reserve-inflation-producer-price-index-11639515049", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:19:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e281365fb3c4fbb7140fc1eb18a75b2" + "hash": "217cdb1ce97c60b0d9596faaec3ad86c" }, { - "title": "Carnival photos add to woe of coach accused of faking Covid pass", - "description": "

    Markus Anfang resigned as Werder Bremen coach after doubts voiced about authenticity of Covid certificate

    A German football coach who resigned over allegations that he forged his vaccine certificate has drawn condemnation and derision after it emerged he attended a carnival party this month that was exclusive to those who had got the jab or recovered from the virus.

    Markus Anfang on Saturday morning announced his resignation as the head coach of German second division club Werder Bremen, after the state prosecutor in the northern city revealed there were doubts about the authenticity of the document supposedly proving the 47-year-old had received two doses of the BioNTech/Pfizer vaccine.

    Continue reading...", - "content": "

    Markus Anfang resigned as Werder Bremen coach after doubts voiced about authenticity of Covid certificate

    A German football coach who resigned over allegations that he forged his vaccine certificate has drawn condemnation and derision after it emerged he attended a carnival party this month that was exclusive to those who had got the jab or recovered from the virus.

    Markus Anfang on Saturday morning announced his resignation as the head coach of German second division club Werder Bremen, after the state prosecutor in the northern city revealed there were doubts about the authenticity of the document supposedly proving the 47-year-old had received two doses of the BioNTech/Pfizer vaccine.

    Continue reading...", - "category": "Germany", - "link": "https://www.theguardian.com/world/2021/nov/23/anger-as-it-emerges-german-football-coach-in-vaccine-pass-scandal-attended-party", - "creator": "Philip Oltermann in Berlin", - "pubDate": "2021-11-23T13:48:23Z", + "title": "A Biden Plan for Prices? No Thanks", + "description": "The Build Back Better plan would make things worse by injecting trillions of dollars into the economy.", + "content": "The Build Back Better plan would make things worse by injecting trillions of dollars into the economy.", + "category": "PAID", + "link": "https://www.wsj.com/articles/no-biden-price-plan-wage-stagnation-inflation-money-supply-price-regulation-control-federal-reserve-11639517901", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:06:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb675663d083530bc3a70b5ad486353c" + "hash": "6c07ec30df5de498a526fd661a7388e9" }, { - "title": "Home Office tells councils to take unaccompanied migrant children", - "description": "

    Voluntary scheme, where local authorities accept those arriving without parents, will now become compulsory

    Councils across England will be forced to care for unaccompanied children who have arrived on small boats under new rules put forward by the Home Office.

    The decision follows complaints from Kent county council and others in the south of England that they are being overwhelmed by a growing number of children entering the country.

    Continue reading...", - "content": "

    Voluntary scheme, where local authorities accept those arriving without parents, will now become compulsory

    Councils across England will be forced to care for unaccompanied children who have arrived on small boats under new rules put forward by the Home Office.

    The decision follows complaints from Kent county council and others in the south of England that they are being overwhelmed by a growing number of children entering the country.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/world/2021/nov/23/home-office-tells-councils-to-take-unaccompanied-migrant-children", - "creator": "Rajeev Syal and Libby Brooks", - "pubDate": "2021-11-23T13:46:55Z", + "title": "Educators Inspired Amid Covid", + "description": "The $1 million STOP Award goes to a museum that became a school.", + "content": "The $1 million STOP Award goes to a museum that became a school.", + "category": "PAID", + "link": "https://www.wsj.com/articles/educators-inspired-amid-covid-discovery-center-stop-award-school-choice-11639517626", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 19:03:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92dc32fe33b27a9ab4dbfbec82fecf1e" + "hash": "9c8b4721dc078d4e560b74832f685a0a" }, { - "title": "Covid deaths in Europe to top 2 million by March, says WHO", - "description": "

    Dr Hans Kluge describes situation as ‘very serious’ with increasing strain on health services

    Total deaths across Europe from Covid-19 are likely to exceed 2 million by March next year, the World Health Organization (WHO) has said, adding that the pandemic had become the number one cause of death in the region.

    Reported deaths have risen to nearly 4,200 a day, double the number being recorded in September, the agency said, while cumulative reported deaths in the region, which includes the UK, have already surpassed 1.5 million.

    Continue reading...", - "content": "

    Dr Hans Kluge describes situation as ‘very serious’ with increasing strain on health services

    Total deaths across Europe from Covid-19 are likely to exceed 2 million by March next year, the World Health Organization (WHO) has said, adding that the pandemic had become the number one cause of death in the region.

    Reported deaths have risen to nearly 4,200 a day, double the number being recorded in September, the agency said, while cumulative reported deaths in the region, which includes the UK, have already surpassed 1.5 million.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/23/covid-deaths-in-europe-to-top-2-million-by-march-says-who", - "creator": "Jon Henley, Europe correspondent", - "pubDate": "2021-11-23T13:38:20Z", + "title": "Should We Get Offline From Time to Time?", + "description": "Students debate the use and abuse of smartphones and social media.", + "content": "Students debate the use and abuse of smartphones and social media.", + "category": "PAID", + "link": "https://www.wsj.com/articles/should-we-get-offline-students-smartphone-texting-social-media-twitter-instagram-facebook-11639517594", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 17:22:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93d97cf0fa8dd9d410e8e6b027403c4e" + "hash": "3d98e50855fd8b758c6bf59d085ac4c0" }, { - "title": "Jennifer Lawrence defends Leonardo DiCaprio’s higher pay for Don’t Look Up", - "description": "

    Despite their equal billing on the forthcoming Adam McKay disaster comedy, Lawrence says she is ‘extremely fortunate and happy with my deal’

    Jennifer Lawrence has defended the higher salary paid to Leonardo DiCaprio for Don’t Look Up, their forthcoming film for which they receive equal billing.

    Speaking to Vanity Fair, Lawrence said: “Leo brings in more box office than I do. I’m extremely fortunate and happy with my deal.” A recently published report in Variety suggested that DiCaprio will receive $30m (£22.5m) for the movie, and Lawrence will be paid $25m ($18.7m) – meaning DiCaprio’s fee is 20% higher.

    Continue reading...", - "content": "

    Despite their equal billing on the forthcoming Adam McKay disaster comedy, Lawrence says she is ‘extremely fortunate and happy with my deal’

    Jennifer Lawrence has defended the higher salary paid to Leonardo DiCaprio for Don’t Look Up, their forthcoming film for which they receive equal billing.

    Speaking to Vanity Fair, Lawrence said: “Leo brings in more box office than I do. I’m extremely fortunate and happy with my deal.” A recently published report in Variety suggested that DiCaprio will receive $30m (£22.5m) for the movie, and Lawrence will be paid $25m ($18.7m) – meaning DiCaprio’s fee is 20% higher.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/nov/23/jennifer-lawrence-leonardo-dicaprio-higher-pay-for-dont-look-up", - "creator": "Andrew Pulver", - "pubDate": "2021-11-23T13:21:24Z", + "title": "How Covid Changed the American Workforce", + "description": "Companies are racing to automate, as older workers and parents work less or quit.", + "content": "Companies are racing to automate, as older workers and parents work less or quit.", + "category": "PAID", + "link": "https://www.wsj.com/articles/how-covid-changed-the-american-workforce-participation-remote-benefits-welfare-inflation-11639496874", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 12:51:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3eaebae0bacbb0f4edf061cd332f2ccd" + "hash": "bbb51783151e6a5563135c4d4f4580ff" }, { - "title": "Hong Kong activist Tony Chung jailed under national security law", - "description": "

    Judge sentences 20-year-old to three years and seven months in prison for secession and money laundering

    A 20-year-old student activist who was arrested while attempting to seek asylum at the US consulate in Hong Kong has become the youngest person sentenced under the city’s draconian national security law.

    Tony Chung was sentenced to three years and seven months in prison after being convicted of secession and money laundering.

    Continue reading...", - "content": "

    Judge sentences 20-year-old to three years and seven months in prison for secession and money laundering

    A 20-year-old student activist who was arrested while attempting to seek asylum at the US consulate in Hong Kong has become the youngest person sentenced under the city’s draconian national security law.

    Tony Chung was sentenced to three years and seven months in prison after being convicted of secession and money laundering.

    Continue reading...", - "category": "Hong Kong", - "link": "https://www.theguardian.com/world/2021/nov/23/hong-kong-activist-tony-chung-jailed-under-national-security-law", - "creator": "Helen Davidson in Taipei", - "pubDate": "2021-11-23T12:28:22Z", + "title": "Pfizer's Latest Covid Breakthrough", + "description": "The company’s antiviral pill is the best therapeutic news so far.", + "content": "The company’s antiviral pill is the best therapeutic news so far.", + "category": "PAID", + "link": "https://www.wsj.com/articles/pfizers-latest-covid-breakthrough-paxlovid-antiviral-pill-11639516088", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:18:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94cf56b26bd39c623cc3ec8688facf33" + "hash": "e98a582133dfd7d12dd57e6537f93249" }, { - "title": "Neat enough for Pepys: Magdalene college Cambridge’s inventive new library", - "description": "

    The famous diarist’s dedicated building, left to his Cambridge alma mater, could not be altered. So architect Níall McLaughlin created a magical solution

    “My delight is in the neatness of everything,” wrote Samuel Pepys in his diary in 1663, “and so cannot be pleased with anything unless it be very neat, which is a strange folly.”

    He was referring in part to the fastidious organisation of his magnificent collection of books. By the time of his death in 1703 he had amassed 3,000 of them, which he left to his alma mater, Magdalene College, Cambridge, to be housed in a dedicated building with his name above the door. He gave strict instructions that his library be kept intact for posterity, without addition or subtraction, its contents arranged “according to heighth” in the bespoke glass-fronted bookcases he had especially commissioned. The responsibility came with an added threat: if one volume goes missing, he instructed, the whole library must be transferred to Trinity.

    Continue reading...", - "content": "

    The famous diarist’s dedicated building, left to his Cambridge alma mater, could not be altered. So architect Níall McLaughlin created a magical solution

    “My delight is in the neatness of everything,” wrote Samuel Pepys in his diary in 1663, “and so cannot be pleased with anything unless it be very neat, which is a strange folly.”

    He was referring in part to the fastidious organisation of his magnificent collection of books. By the time of his death in 1703 he had amassed 3,000 of them, which he left to his alma mater, Magdalene College, Cambridge, to be housed in a dedicated building with his name above the door. He gave strict instructions that his library be kept intact for posterity, without addition or subtraction, its contents arranged “according to heighth” in the bespoke glass-fronted bookcases he had especially commissioned. The responsibility came with an added threat: if one volume goes missing, he instructed, the whole library must be transferred to Trinity.

    Continue reading...", - "category": "Architecture", - "link": "https://www.theguardian.com/artanddesign/2021/nov/23/magdalene-college-cambridge-library-pepys-niall-mclaughlin", - "creator": "Oliver Wainwright", - "pubDate": "2021-11-23T12:24:19Z", + "title": "I Don't Have a Blog and Never Will", + "description": "I have many opinions, but I save them for conversations.", + "content": "I have many opinions, but I save them for conversations.", + "category": "PAID", + "link": "https://www.wsj.com/articles/i-dont-have-a-blog-and-never-will-twitter-author-books-writing-posts-social-media-11639517456", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:04:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a0569c045046bbca19853983230411c" + "hash": "782e00678b0c86dd9e81f7e09a2aacbf" }, { - "title": "Post-Brexit scheme to lure Nobel winners to UK fails to attract single applicant", - "description": "

    Programme to allow those with prestigious global prizes to get fast-track visas dismissed as ‘elitist’ and a ‘joke’

    A post-Brexit scheme to draw the world’s most celebrated academics and other leading figures to the UK has failed to attract a single applicant in the six months since it opened, it has been reported.

    The visa route open to Nobel laureates and other prestigious global prize winners in the fields of science, engineering, humanities and medicine – among others – was described as a joke by experts after ministers admitted its failure to garner any interest.

    Continue reading...", - "content": "

    Programme to allow those with prestigious global prizes to get fast-track visas dismissed as ‘elitist’ and a ‘joke’

    A post-Brexit scheme to draw the world’s most celebrated academics and other leading figures to the UK has failed to attract a single applicant in the six months since it opened, it has been reported.

    The visa route open to Nobel laureates and other prestigious global prize winners in the fields of science, engineering, humanities and medicine – among others – was described as a joke by experts after ministers admitted its failure to garner any interest.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/nov/23/post-brexit-scheme-to-lure-nobel-winners-to-uk-fails-to-attract-single-applicant", - "creator": "Kevin Rawlinson", - "pubDate": "2021-11-23T12:04:42Z", + "title": "Tony Blinken's Tiny Island Diplomacy", + "description": "Why the U.S., Japan and Australia are investing in three Pacific states.", + "content": "Why the U.S., Japan and Australia are investing in three Pacific states.", + "category": "PAID", + "link": "https://www.wsj.com/articles/tony-blinkens-tiny-island-diplomacy-china-us-micronesia-kiribati-nauru-11639520693", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:18:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "291812f9dc54e603a6180099f9c4eee8" + "hash": "e1cbf4b967efbb84fa9c24d327bcda5b" }, { - "title": "UK will press governments to stick to climate pledges, says Cop26 president", - "description": "

    Alok Sharma says shared goals must be steered to safety by ensuring countries deliver on their promises

    The UK will continue to press governments around the world to cut greenhouse gas emissions urgently in the next year to limit global heating to 1.5C, after the UN climate talks that concluded last week, the president of the summit has pledged.

    Alok Sharma, the cabinet minister who led the Cop26 talks, said the world had shown in Glasgow that countries could work together to establish a framework for climate action but the next year must focus on keeping the promises made there.

    Continue reading...", - "content": "

    Alok Sharma says shared goals must be steered to safety by ensuring countries deliver on their promises

    The UK will continue to press governments around the world to cut greenhouse gas emissions urgently in the next year to limit global heating to 1.5C, after the UN climate talks that concluded last week, the president of the summit has pledged.

    Alok Sharma, the cabinet minister who led the Cop26 talks, said the world had shown in Glasgow that countries could work together to establish a framework for climate action but the next year must focus on keeping the promises made there.

    Continue reading...", - "category": "Climate crisis", - "link": "https://www.theguardian.com/environment/2021/nov/23/uk-governments-climate-pledges-cop26-president-alok-sharma", - "creator": "Fiona Harvey Environment correspondent", - "pubDate": "2021-11-23T12:00:15Z", + "title": "Walmart's Lesson for Rohit Chopra and the CFPB", + "description": "Competition, not regulation, will reduce costs for the 7.1 million unbanked U.S. households.", + "content": "Competition, not regulation, will reduce costs for the 7.1 million unbanked U.S. households.", + "category": "PAID", + "link": "https://www.wsj.com/articles/walmart-lesson-for-rohit-chopra-and-cfpb-overdraft-fees-money-transfer-unbanked-regulation-11639518656", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:05:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4abad2cd01d21462d2cbec8f16eeaa59" + "hash": "d131b4de037ed72c7cf3e6da94c2692a" }, { - "title": "AstraZeneca chief links Europe’s Covid surge to rejection of firm’s vaccine", - "description": "

    Pascal Soriot says heightened T-cell immunity from Oxford jab may give more durable protection

    A decision not to use AstraZeneca’s Covid-19 vaccine for elderly people in some European countries could help explain why the virus is currently triggering such high levels of infections in mainland Europe, the company’s chief executive has said.

    Pascal Soriot told BBC Radio 4’s Today programme that heightened T-cell immunity could be giving those who received the Oxford/AstraZeneca jab more durable immune protection against the virus.

    Continue reading...", - "content": "

    Pascal Soriot says heightened T-cell immunity from Oxford jab may give more durable protection

    A decision not to use AstraZeneca’s Covid-19 vaccine for elderly people in some European countries could help explain why the virus is currently triggering such high levels of infections in mainland Europe, the company’s chief executive has said.

    Pascal Soriot told BBC Radio 4’s Today programme that heightened T-cell immunity could be giving those who received the Oxford/AstraZeneca jab more durable immune protection against the virus.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/23/astrazeneca-chief-links-europes-covid-surge-to-rejection-of-firms-vaccine", - "creator": "Linda Geddes Science correspondent", - "pubDate": "2021-11-23T11:53:34Z", + "title": "Russia and China's Dangerous Decline", + "description": "The risk of war arises not because they’re strong but because they foresee their advantages slipping away.", + "content": "The risk of war arises not because they’re strong but because they foresee their advantages slipping away.", + "category": "PAID", + "link": "https://www.wsj.com/articles/russia-and-china-dangerous-population-decline-indo-pacific-pivot-research-development-taiwan-ukraine-11639497466", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 12:54:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd5582699639f518bff02a2080494d21" + "hash": "db0f028a5dac27fbba9db6d6fe847222" }, { - "title": "Crazy Frog returns, like it or not: ‘There will always be a place for novelty songs’", - "description": "

    With genitalia proudly exposed, the amphibian raced up the charts in 2005 and irritated much of the UK. Why has it been allowed a second chance? Its handler explains himself

    For a few months in 2005, you couldn’t move without encountering Crazy Frog. First sold as a ringtone, his nonsensical catchphrase, “Rring ding ding ding baa baa”, entered the national vocabulary. Then it became the most popular – and divisive – single of 2005, coupled with a CGI video of an explicitly naked frog on the lam in a futuristic cityscape. “The frog is irritating to the point of distraction and back again,” wrote BBC News. “And yet at the same, it’s strangely compelling.”

    The craze lasted for five Top 20 hits and then mercifully dwindled. The character was so hated that hackers found success with a virus offering to show users an image of him being killed off. But now the frog is staging a comeback. Next month, the once-ubiquitous amphibian will release a new single – a mash-up of a classic and a more recent song, the details of which the frog’s guardians are keeping under wraps, other than to say that both are popular on TikTok.

    Continue reading...", - "content": "

    With genitalia proudly exposed, the amphibian raced up the charts in 2005 and irritated much of the UK. Why has it been allowed a second chance? Its handler explains himself

    For a few months in 2005, you couldn’t move without encountering Crazy Frog. First sold as a ringtone, his nonsensical catchphrase, “Rring ding ding ding baa baa”, entered the national vocabulary. Then it became the most popular – and divisive – single of 2005, coupled with a CGI video of an explicitly naked frog on the lam in a futuristic cityscape. “The frog is irritating to the point of distraction and back again,” wrote BBC News. “And yet at the same, it’s strangely compelling.”

    The craze lasted for five Top 20 hits and then mercifully dwindled. The character was so hated that hackers found success with a virus offering to show users an image of him being killed off. But now the frog is staging a comeback. Next month, the once-ubiquitous amphibian will release a new single – a mash-up of a classic and a more recent song, the details of which the frog’s guardians are keeping under wraps, other than to say that both are popular on TikTok.

    Continue reading...", - "category": "Music", - "link": "https://www.theguardian.com/music/2021/nov/23/crazy-frog-returns-like-it-or-not-there-will-always-be-a-place-for-novelty-songs", - "creator": "Ralph Jones", - "pubDate": "2021-11-23T11:30:28Z", + "title": "Omicron and On and On...", + "description": "Another Covid variant, another federal effort to combat it.", + "content": "Another Covid variant, another federal effort to combat it.", + "category": "PAID", + "link": "https://www.wsj.com/articles/omicron-and-on-and-on-11639523755", + "creator": "", + "pubDate": "Tue, 14 Dec 2021 18:15:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "adf18c88e49e633d84b1320eb09d81dc" + "hash": "35f34210282b34ac548bc028016b7f72" }, { - "title": "Call to British Airways might have averted 1990 Kuwait hostage crisis", - "description": "

    Ambassador warned Foreign Office an Iraqi invasion was under way but this was not passed on to airline

    Hundreds of British passengers might have avoided being taken hostage by the Iraqi dictator Saddam Hussein in 1990 if a UK diplomatic call informing Whitehall of Iraq’s invasion of Kuwait had been relayed to British Airways, the Foreign Office has disclosed.

    New papers revealed under the 20-year-rule show that the UK ambassador to Kuwait rang the Foreign Office duty clerk to warn him that an Iraqi invasion of Kuwait was under way. The message was then passed around Whitehall, including to Downing Street and the intelligence services.

    Continue reading...", - "content": "

    Ambassador warned Foreign Office an Iraqi invasion was under way but this was not passed on to airline

    Hundreds of British passengers might have avoided being taken hostage by the Iraqi dictator Saddam Hussein in 1990 if a UK diplomatic call informing Whitehall of Iraq’s invasion of Kuwait had been relayed to British Airways, the Foreign Office has disclosed.

    New papers revealed under the 20-year-rule show that the UK ambassador to Kuwait rang the Foreign Office duty clerk to warn him that an Iraqi invasion of Kuwait was under way. The message was then passed around Whitehall, including to Downing Street and the intelligence services.

    Continue reading...", - "category": "Foreign, Commonwealth and Development Office", - "link": "https://www.theguardian.com/politics/2021/nov/23/call-to-british-airways-might-have-averted-1990-kuwait-hostage-crisis", - "creator": "Patrick Wintour Diplomatic correspondent", - "pubDate": "2021-11-23T11:08:29Z", + "title": "Crisis in Ukraine Is a Winner for Putin", + "description": "He divides European and U.S. opinion, and Russians like that he’s in the world spotlight.", + "content": "He divides European and U.S. opinion, and Russians like that he’s in the world spotlight.", + "category": "PAID", + "link": "https://www.wsj.com/articles/crisis-in-ukraine-is-a-winner-for-putin-vladimir-russia-troops-border-india-biden-invasion-sanctions-11639432837", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 18:26:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea6b95347eb38d738b13f5453e8f5977" + "hash": "5d75c1b9f7d9e3aed2abcf7ce4d7d6d9" }, { - "title": "Frog back from the dead helps fight plans for mine in Ecuador", - "description": "

    Campaigners say if copper mine gets go-ahead in cloud forest, the longnose harlequin, once thought to be extinct, will be threatened again

    Reports of the longnose harlequin frog’s death appear to have been greatly exaggerated – or, at least, premature. The Mark Twain of the frog world is listed by the International Union for Conservation of Nature (IUCN) as extinct, which may come as a surprise to those alive and well in the cloud forests of Ecuador’s tropical Andes.

    Known for its pointed snout, the longnose harlequin frog (Atelopus longirostris) is about to play a central role in a legal battle to stop a mining project in the Intag valley in Imbabura province, which campaigners say would be a disaster for the highly biodiverse cloud forests.

    Continue reading...", - "content": "

    Campaigners say if copper mine gets go-ahead in cloud forest, the longnose harlequin, once thought to be extinct, will be threatened again

    Reports of the longnose harlequin frog’s death appear to have been greatly exaggerated – or, at least, premature. The Mark Twain of the frog world is listed by the International Union for Conservation of Nature (IUCN) as extinct, which may come as a surprise to those alive and well in the cloud forests of Ecuador’s tropical Andes.

    Known for its pointed snout, the longnose harlequin frog (Atelopus longirostris) is about to play a central role in a legal battle to stop a mining project in the Intag valley in Imbabura province, which campaigners say would be a disaster for the highly biodiverse cloud forests.

    Continue reading...", - "category": "Mining", - "link": "https://www.theguardian.com/environment/2021/nov/23/frog-back-from-the-dead-helps-fight-mine-plans-in-ecuadors-cloud-forest-aoe", - "creator": "Graeme Green", - "pubDate": "2021-11-23T11:00:14Z", + "title": "The Internal Revenue Leak Service", + "description": "The tax agency still can’t say how taxpayer files were stolen.", + "content": "The tax agency still can’t say how taxpayer files were stolen.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-internal-revenue-leak-service-propublica-charles-rettig-chuck-grassley-11639437071", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 18:48:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8b2f27d6ef4045d5fe247ebe7349062" + "hash": "2484cff997ff30c77b9192e8a9e5729a" }, { - "title": "Labor blasts Barnaby Joyce for appointing Tamworth mayor and ‘solid supporter’ for infrastructure role", - "description": "

    Nationals leader accused opposition of being ‘academic snobs’ who lacked commitment to regional Australia

    Labor has blasted Nationals leader Barnaby Joyce for being set to appoint the retiring mayor of Tamworth, Col Murray, as the new chair of Infrastructure Australia.

    Asked on Tuesday by the shadow infrastructure Catherine King whether he could confirm that the Morrison government had decided, but not yet announced, that Murray, “who has described himself as a fairly solid Barnaby supporter” would be the new chair of the infrastructure advisory body, Joyce rounded on the opposition.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Nationals leader accused opposition of being ‘academic snobs’ who lacked commitment to regional Australia

    Labor has blasted Nationals leader Barnaby Joyce for being set to appoint the retiring mayor of Tamworth, Col Murray, as the new chair of Infrastructure Australia.

    Asked on Tuesday by the shadow infrastructure Catherine King whether he could confirm that the Morrison government had decided, but not yet announced, that Murray, “who has described himself as a fairly solid Barnaby supporter” would be the new chair of the infrastructure advisory body, Joyce rounded on the opposition.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Barnaby Joyce", - "link": "https://www.theguardian.com/australia-news/2021/nov/23/labor-blasts-barnaby-joyce-for-appointing-tamworth-mayor-and-solid-supporter-for-infrastructure-role", - "creator": "Katharine Murphy", - "pubDate": "2021-11-23T10:53:37Z", + "title": "The Fleeing Young of Illinois", + "description": "Fiscal trouble looms for the state as its young adults flee.", + "content": "Fiscal trouble looms for the state as its young adults flee.", + "category": "PAID", + "link": "https://www.wsj.com/articles/puerto-rico-on-lake-michigan-illinois-population-university-of-illinois-extension-zach-kennedy-11639077227", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 18:46:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e52973b2123f474ac9a5d41a1ee613ce" + "hash": "bb4c91df9327a30e8800f11212fbca60" }, { - "title": "China condemns ‘malicious hyping’ over Peng Shuai", - "description": "

    Foreign ministry takes unrepentant stance to concerns in west over wellbeing of tennis player

    China’s foreign ministry has accused unnamed people of “malicious hyping” in the case of the tennis star Peng Shuai, in a hardline and unrepentant response to questions in the west over her wellbeing.

    The whereabouts and wellbeing of Peng, a former doubles world number one, has become a matter of international concern over the past three weeks, after she alleged in a message on the Chinese social media site Weibo that the country’s former vice-premier, Zhang Gaoli, had sexually assaulted her. Peng ceased to be seen in public shortly after she made her allegation on 2 November.

    Continue reading...", - "content": "

    Foreign ministry takes unrepentant stance to concerns in west over wellbeing of tennis player

    China’s foreign ministry has accused unnamed people of “malicious hyping” in the case of the tennis star Peng Shuai, in a hardline and unrepentant response to questions in the west over her wellbeing.

    The whereabouts and wellbeing of Peng, a former doubles world number one, has become a matter of international concern over the past three weeks, after she alleged in a message on the Chinese social media site Weibo that the country’s former vice-premier, Zhang Gaoli, had sexually assaulted her. Peng ceased to be seen in public shortly after she made her allegation on 2 November.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/nov/23/china-peng-shuai-tennis-player-west", - "creator": "Vincent Ni China affairs correspondent", - "pubDate": "2021-11-23T10:40:42Z", + "title": "Prison Reform Should Be a Bipartisan Issue", + "description": "America’s correctional institutions are filthy, violent, overcrowded and lack all privacy.", + "content": "America’s correctional institutions are filthy, violent, overcrowded and lack all privacy.", + "category": "PAID", + "link": "https://www.wsj.com/articles/prison-reform-should-be-a-bipartisan-issue-jan-6-washington-greene-jail-injustice-systemic-11639434786", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 18:28:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d99befad49b47362ad849f70bd92a66" + "hash": "51bf2fe180531edd064993dc735552f4" }, { - "title": "Chinese birthrate falls to lowest since 1978", - "description": "

    Official statistics show 8.5 births per 1,000 people in 2020, the first time under 10 in decades

    China’s birthrate has plummeted to its lowest level since 1978 as the government struggles to stave off a looming demographic crisis.

    Data released by the country’s national bureau of statistics shows there were 8.5 births per 1,000 people in 2020, the first time in decades that the figure has fallen below 10. The statistical yearbook, released at the weekend, said the natural rate of population growth – taking in births and deaths – was at a new low of 1.45.

    Continue reading...", - "content": "

    Official statistics show 8.5 births per 1,000 people in 2020, the first time under 10 in decades

    China’s birthrate has plummeted to its lowest level since 1978 as the government struggles to stave off a looming demographic crisis.

    Data released by the country’s national bureau of statistics shows there were 8.5 births per 1,000 people in 2020, the first time in decades that the figure has fallen below 10. The statistical yearbook, released at the weekend, said the natural rate of population growth – taking in births and deaths – was at a new low of 1.45.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/nov/23/chinese-birthrate-falls-to-lowest-since-1978", - "creator": "Helen Davidson in Taipei", - "pubDate": "2021-11-23T09:37:07Z", + "title": "Biden Seems Set on Making 'Transitory' Inflation Last", + "description": "He wants to feed demand while hoping workers get squeezed to avoid a 1970s-style wage-price spiral.", + "content": "He wants to feed demand while hoping workers get squeezed to avoid a 1970s-style wage-price spiral.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-making-transitory-inflation-rising-prices-powell-stagflation-wage-stagnation-carter-bbb-11639409062", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 13:07:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf3296b73eda1ce72fba134d5b5373bc" + "hash": "296575f39446f3146b833ea63b932459" }, { - "title": "Samantha Willis was a beloved young pregnant mother. Did bad vaccine advice cost her her life?", - "description": "

    When the UK’s jab programme began, expectant mothers were told to steer clear – so Samantha decided to wait until she had had her baby. Two weeks after giving birth, she died in hospital

    It was typical of Samantha Willis that she bought the food for her baby shower herself. No fuss; she didn’t want other people to be put out. She even bought a cheese board, despite the fact that, because she was pregnant, she couldn’t eat half of it.

    On 1 August, the care worker and mother of three from Derry was eight months pregnant with her third daughter. The weather was beautiful, so Samantha stood out in the sun, ironing clothes and getting everything organised for the baby.

    Continue reading...", - "content": "

    When the UK’s jab programme began, expectant mothers were told to steer clear – so Samantha decided to wait until she had had her baby. Two weeks after giving birth, she died in hospital

    It was typical of Samantha Willis that she bought the food for her baby shower herself. No fuss; she didn’t want other people to be put out. She even bought a cheese board, despite the fact that, because she was pregnant, she couldn’t eat half of it.

    On 1 August, the care worker and mother of three from Derry was eight months pregnant with her third daughter. The weather was beautiful, so Samantha stood out in the sun, ironing clothes and getting everything organised for the baby.

    Continue reading...", - "category": "Pregnancy", - "link": "https://www.theguardian.com/society/2021/nov/23/samantha-willis-was-a-beloved-young-pregnant-mother-did-bad-vaccine-advice-cost-her-her-life", - "creator": "Sirin Kale", - "pubDate": "2021-11-23T08:00:04Z", + "title": "Biden Sticks It to . . . Canada", + "description": "Ottawa says new EV subsidies violate the USMCA trade deal.", + "content": "Ottawa says new EV subsidies violate the USMCA trade deal.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-sticks-it-to-canada-electric-vehicle-credits-build-back-better-mary-ng-chrystia-freeland-11639436064", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 18:44:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b83e52e836ae5bf08fafcd72ae1c8372" + "hash": "9ea41463919394eb69b5b8ae15c2b079" }, { - "title": "Covid news live: India records smallest daily rise in cases in 18 months despite festivals", - "description": "

    India’s daily Covid cases saw the slimmest daily rise in one-and-a-half-years despite recent large festivals such as Diwali as vaccination and antibody levels rise

    In the UK, Labour MP and member of the health select committee at parliament Sarah Owen has been on Sky News. She was asked about three things. Firstly on AstraZeneca suggesting they would offer tiered pricing and still offer vaccines not-for-profit to developing nations, and the risk of new variants developing due to vaccine inequality, she said:

    We are in a global pandemic, the clue is in the title and we need an international response. So moves from AstraZeneca that you’re talking about just now are very welcome because we need to ensure that everyone across the world has access to a vaccination.

    We’ve always got to be scanning the horizon. For new variants. For changes. And possible solutions, new solutions for dealing with this pandemic. And we can’t take our eye off the ball particularly as we’re staring down the barrel of winter again.

    Children should just be able to go to school. I think they’ve had a horrible last two years. The last thing they should be doing is being confronted with people who are being aggressive, or who are looking to threaten them, or threaten teaching staff or their parents. It’s completely unacceptable. Children should just be able to go to school.

    Continue reading...", - "content": "

    India’s daily Covid cases saw the slimmest daily rise in one-and-a-half-years despite recent large festivals such as Diwali as vaccination and antibody levels rise

    In the UK, Labour MP and member of the health select committee at parliament Sarah Owen has been on Sky News. She was asked about three things. Firstly on AstraZeneca suggesting they would offer tiered pricing and still offer vaccines not-for-profit to developing nations, and the risk of new variants developing due to vaccine inequality, she said:

    We are in a global pandemic, the clue is in the title and we need an international response. So moves from AstraZeneca that you’re talking about just now are very welcome because we need to ensure that everyone across the world has access to a vaccination.

    We’ve always got to be scanning the horizon. For new variants. For changes. And possible solutions, new solutions for dealing with this pandemic. And we can’t take our eye off the ball particularly as we’re staring down the barrel of winter again.

    Children should just be able to go to school. I think they’ve had a horrible last two years. The last thing they should be doing is being confronted with people who are being aggressive, or who are looking to threaten them, or threaten teaching staff or their parents. It’s completely unacceptable. Children should just be able to go to school.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/nov/23/covid-news-live-india-records-smallest-daily-rise-in-cases-in-18-months-despite-festivals", - "creator": "Martin Belam (now) and Samantha Lock (earlier)", - "pubDate": "2021-11-23T07:28:59Z", + "title": "Don't Play Chicken With a Train", + "description": "Boyhood games on the tracks were dangerous but taught us valuable lessons.", + "content": "Boyhood games on the tracks were dangerous but taught us valuable lessons.", + "category": "PAID", + "link": "https://www.wsj.com/articles/do-not-play-chicken-with-a-train-tracks-boyhood-danger-risk-resilience-parenting-childhood-11639433017", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 18:28:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1b175a4be13c8df96d314f2d9dc68a5" + "hash": "802f1be67eef7e5108c49d6f8b9630fd" }, { - "title": "Camels bearing healthcare deliver hope in Kenya – photo essay", - "description": "

    When the roads are not up to it, a mobile clinic on hooves brings family planning and other medical supplies to remote communities. Photographer Ami Vitale visits Lekiji to see how the villagers have reaped the benefits

    Thirteen camels amble their way across the dusty, drought-stricken landscape, accompanied by seven men in bright yellow T-shirts and three nurses. The camels are loaded with trunks full of medicines, bandages and family planning products. It’s a mobile health clinic on hooves. When the camels arrive at their destination, men, women and children form a line as they wait for the handlers to unload the boxes and set up tables and tents.

    Among those waiting is Jecinta Peresia, who first encountered the health visitors six years ago after she nearly died giving birth to her 11th child, a daughter called Emali.

    No roads, no problem. Communities Health Africa Trust (Chat) delivers health care to hard-to-reach areas of Kenya

    Continue reading...", - "content": "

    When the roads are not up to it, a mobile clinic on hooves brings family planning and other medical supplies to remote communities. Photographer Ami Vitale visits Lekiji to see how the villagers have reaped the benefits

    Thirteen camels amble their way across the dusty, drought-stricken landscape, accompanied by seven men in bright yellow T-shirts and three nurses. The camels are loaded with trunks full of medicines, bandages and family planning products. It’s a mobile health clinic on hooves. When the camels arrive at their destination, men, women and children form a line as they wait for the handlers to unload the boxes and set up tables and tents.

    Among those waiting is Jecinta Peresia, who first encountered the health visitors six years ago after she nearly died giving birth to her 11th child, a daughter called Emali.

    No roads, no problem. Communities Health Africa Trust (Chat) delivers health care to hard-to-reach areas of Kenya

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/23/camels-bearing-healthcare-deliver-hope-in-kenya-photo-essay", - "creator": "Ami Vitale and Wanjiku Kinuthia", - "pubDate": "2021-11-23T07:01:03Z", + "title": "Biden's 'Yes' to Racial Preferences", + "description": "The administration takes Harvard’s side in a case involving Asian-Americans.", + "content": "The administration takes Harvard’s side in a case involving Asian-Americans.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-yes-to-racial-preferences-asian-americans-discrimination-prelogar-racism-trump-harvard-supreme-court-11639436054", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 18:26:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9272f036ecd1cc5208ec86de521e7630" + "hash": "c6ac63b50a445da450c5bdf17418b803" }, { - "title": "Outlander author Diana Gabaldon: ‘I needed Scotsmen because of the kilt factor’", - "description": "

    She secretly wrote the first of her time-travelling novels while her husband slept. Now she’s published the ninth in the smash hit series. She talks explosive sex scenes – and where George RR Martin went wrong

    Writing a novel shouldn’t have been high on Diana Gabaldon’s list of priorities in the late 1980s. She already had two jobs, as a university professor at Arizona State, with an expertise in scientific computation, and as a software reviewer for the computer press. And she had three children under six. But she’d known since she was eight years old that she was “supposed to be a novelist”, so she decided it was time to give it a try.

    With three degrees – a bachelor’s in zoology, a master’s in marine biology, and a PhD in quantitative behavioural ecology (her thesis was on “nest site selection in pinyon jays”) – Gabaldon says she “liked science, I was good at it. But I knew that was not my vocation, that’s not my calling. So when I turned 35, I said to myself, well, you know, Mozart was dead at 36. If you want to be a novelist, maybe you’d better start.”

    Continue reading...", - "content": "

    She secretly wrote the first of her time-travelling novels while her husband slept. Now she’s published the ninth in the smash hit series. She talks explosive sex scenes – and where George RR Martin went wrong

    Writing a novel shouldn’t have been high on Diana Gabaldon’s list of priorities in the late 1980s. She already had two jobs, as a university professor at Arizona State, with an expertise in scientific computation, and as a software reviewer for the computer press. And she had three children under six. But she’d known since she was eight years old that she was “supposed to be a novelist”, so she decided it was time to give it a try.

    With three degrees – a bachelor’s in zoology, a master’s in marine biology, and a PhD in quantitative behavioural ecology (her thesis was on “nest site selection in pinyon jays”) – Gabaldon says she “liked science, I was good at it. But I knew that was not my vocation, that’s not my calling. So when I turned 35, I said to myself, well, you know, Mozart was dead at 36. If you want to be a novelist, maybe you’d better start.”

    Continue reading...", - "category": "Books", - "link": "https://www.theguardian.com/books/2021/nov/23/outlander-tv-series-author-diana-gabaldon", - "creator": "Alison Flood", - "pubDate": "2021-11-23T06:00:03Z", + "title": "Yellen and the Global Tax Stall", + "description": "Other countries aren’t following where Build Back Better would lead.", + "content": "Other countries aren’t following where Build Back Better would lead.", + "category": "PAID", + "link": "https://www.wsj.com/articles/janet-yellen-and-the-global-tax-stall-corporate-tax-increases-build-back-better-democrats-congress-11639419999", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 18:43:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "849956fbe920018c40f9607ac71294c9" + "hash": "16ad777b68599b4d2f1ae7753bc48b03" }, { - "title": "I got help for postnatal depression that saved me. Most women in India do not | Priyali Sur", - "description": "

    With up to one in five new mothers suffering depression or psychosis, experts say the need for help is ‘overwhelming’ India

    A month after giving birth, Divya tried to suffocate her new daughter with a pillow. “There were moments when I loved my baby; at other times I would try and suffocate her to death,” says the 26-year-old from the southern Indian state of Kerala.

    She sought help from women’s organisations and the women’s police station, staffed by female officers, in her town. But Divya was told that the safest place for a child was with her mother.

    Continue reading...", - "content": "

    With up to one in five new mothers suffering depression or psychosis, experts say the need for help is ‘overwhelming’ India

    A month after giving birth, Divya tried to suffocate her new daughter with a pillow. “There were moments when I loved my baby; at other times I would try and suffocate her to death,” says the 26-year-old from the southern Indian state of Kerala.

    She sought help from women’s organisations and the women’s police station, staffed by female officers, in her town. But Divya was told that the safest place for a child was with her mother.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/23/help-for-postnatal-depression-psychosis-india-mental-health", - "creator": "Priyali Sur in New Delhi", - "pubDate": "2021-11-23T06:00:03Z", + "title": "Top-Notch Dudes", + "description": "The White House announces three remarkable heroes will receive the Medal of Honor.", + "content": "The White House announces three remarkable heroes will receive the Medal of Honor.", + "category": "PAID", + "link": "https://www.wsj.com/articles/top-notch-dudes-11639416345", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 12:25:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "788c7a259249875134982e13f80f12c8" + "hash": "643f54eaef45986d1e6d6125b739308c" }, { - "title": "Priti Patel put under ‘immense pressure’ by No 10 and Tory MPs over Channel crossings", - "description": "

    Downing Street declines to praise home secretary over attempts to stem record crossings in small boats

    Priti Patel is being put under “immense pressure” from Downing Street and Conservative MPs over government efforts to halt Channel crossings in small boats, with No 10 refusing to say the home secretary had done a good job.

    As figures revealed, the number of people making perilous crossings has tripled since 2020, Boris Johnson’s spokesperson twice declined to praise Patel’s strategy on Monday. He said the prime minister had “confidence in the home secretary” but would only say she has “worked extremely hard and no one can doubt this is a priority for her”.

    Continue reading...", - "content": "

    Downing Street declines to praise home secretary over attempts to stem record crossings in small boats

    Priti Patel is being put under “immense pressure” from Downing Street and Conservative MPs over government efforts to halt Channel crossings in small boats, with No 10 refusing to say the home secretary had done a good job.

    As figures revealed, the number of people making perilous crossings has tripled since 2020, Boris Johnson’s spokesperson twice declined to praise Patel’s strategy on Monday. He said the prime minister had “confidence in the home secretary” but would only say she has “worked extremely hard and no one can doubt this is a priority for her”.

    Continue reading...", - "category": "Immigration and asylum", - "link": "https://www.theguardian.com/uk-news/2021/nov/23/priti-patel-put-under-immense-pressure-by-no-10-and-tory-mps-over-channel-crossings", - "creator": "Rowena Mason, Rajeev Syal and Jessica Elgot", - "pubDate": "2021-11-23T06:00:02Z", + "title": "The Biden Stagflation Is Coming", + "description": "His approach to the economy is already causing prices to rise. It will soon stifle growth as well.", + "content": "His approach to the economy is already causing prices to rise. It will soon stifle growth as well.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-biden-stagflation-is-coming-regulation-growth-inflation-build-back-better-khan-cordray-gensler-chopra-11639412593", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 13:07:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6286905c9d271c87a5256f3d689e95d" + "hash": "97bfdf2efdc6a6378f71592f62d97a45" }, { - "title": "A tale of two pandemics: the true cost of Covid in the global south | Kwame Anthony Appiah", - "description": "

    Reconstruction after Covid: a new series of long reads

    While the rich nations focus on booster jabs and returning to the office, much of the world is facing devastating second-order coronavirus effects. Now is the time to build a fairer, more responsible international system for the future

    For the past year and a half, people everywhere have been in the grip of a pandemic – but not necessarily the same one. In the affluent world, a viral respiratory disease, Covid-19, suddenly became a leading cause of death. In much of the developing world, by contrast, the main engine of destruction wasn’t this new disease, but its second-order effects: measures they took, and we took, in response to the coronavirus. Richer nations and poorer nations differ in their vulnerabilities.

    Whenever I talk with members of my family in Ghana, Nigeria and Namibia, I’m reminded that a global event can also be a profoundly local one. Lives and livelihoods have been affected in these places very differently from the way they have in Europe or the US. That’s true in the economic and educational realm, but it’s true, too, in the realm of public health. And across all these realms, the stakes are often life or death.

    Continue reading...", - "content": "

    Reconstruction after Covid: a new series of long reads

    While the rich nations focus on booster jabs and returning to the office, much of the world is facing devastating second-order coronavirus effects. Now is the time to build a fairer, more responsible international system for the future

    For the past year and a half, people everywhere have been in the grip of a pandemic – but not necessarily the same one. In the affluent world, a viral respiratory disease, Covid-19, suddenly became a leading cause of death. In much of the developing world, by contrast, the main engine of destruction wasn’t this new disease, but its second-order effects: measures they took, and we took, in response to the coronavirus. Richer nations and poorer nations differ in their vulnerabilities.

    Whenever I talk with members of my family in Ghana, Nigeria and Namibia, I’m reminded that a global event can also be a profoundly local one. Lives and livelihoods have been affected in these places very differently from the way they have in Europe or the US. That’s true in the economic and educational realm, but it’s true, too, in the realm of public health. And across all these realms, the stakes are often life or death.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/23/a-tale-of-two-pandemics-the-true-cost-of-covid-in-the-global-south", - "creator": "Kwame Anthony Appiah", - "pubDate": "2021-11-23T06:00:02Z", + "title": "Biden Will Pay a High Price for Bread and Circuses", + "description": "Voters aren’t amused by Washington’s political clown show, which is rapidly raising the cost of living.", + "content": "Voters aren’t amused by Washington’s political clown show, which is rapidly raising the cost of living.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-will-pay-a-high-price-for-bread-and-circuses-economy-inflation-services-powell-11639433333", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 18:31:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89dd997d03a9190529472a508e187feb" + "hash": "fcf427f8f9dce1bdc99386534ba9f6eb" }, { - "title": "UK employers step up demand for workers vaccinated against Covid", - "description": "

    Analysis shows job adverts requiring candidates to be jabbed rose by 189% between August and October

    Employers in the UK are following the lead of their counterparts in the US by stepping up demands for staff to be vaccinated against Covid-19, analysis of recruitment adverts reveals.

    According to figures from the jobs website Adzuna, the number of ads explicitly requiring candidates to be vaccinated rose by 189% between August and October as more firms ask for workers to be jabbed before they start on the job.

    Continue reading...", - "content": "

    Analysis shows job adverts requiring candidates to be jabbed rose by 189% between August and October

    Employers in the UK are following the lead of their counterparts in the US by stepping up demands for staff to be vaccinated against Covid-19, analysis of recruitment adverts reveals.

    According to figures from the jobs website Adzuna, the number of ads explicitly requiring candidates to be vaccinated rose by 189% between August and October as more firms ask for workers to be jabbed before they start on the job.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/23/uk-employers-step-up-demand-for-workers-vaccinated-against-covid", - "creator": "Richard Partington Economics correspondent", - "pubDate": "2021-11-23T06:00:01Z", + "title": "Old Wisdom for Today's Markets", + "description": "My advice is to figure out in which direction the consensus is wrong.", + "content": "My advice is to figure out in which direction the consensus is wrong.", + "category": "PAID", + "link": "https://www.wsj.com/articles/old-wisdom-for-todays-markets-wall-street-meme-stocks-interest-rates-crypto-inflation-bubble-11639323322", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 13:05:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68fd565713815466e74f3d2d55a75265" + "hash": "c66fdf8a0a840440acac0dbe3fe0829f" }, { - "title": "Bulgaria bus crash kills at least 45 people", - "description": "

    Ministry officials say children are among the dead after a bus from North Macedonia crashed and caught fire on highway

    At least 46 people have died, including 12 children, after a bus caught fire in western Bulgaria on Tuesday.

    “We have an enormous tragedy here,” Bulgarian interim prime minister Stefan Yanev, who travelled to the scene, told reporters. His interior minister, Boyko Rashkov, said: “The picture is terrifying, terrifying. I have never seen anything like that before.”

    Continue reading...", - "content": "

    Ministry officials say children are among the dead after a bus from North Macedonia crashed and caught fire on highway

    At least 46 people have died, including 12 children, after a bus caught fire in western Bulgaria on Tuesday.

    “We have an enormous tragedy here,” Bulgarian interim prime minister Stefan Yanev, who travelled to the scene, told reporters. His interior minister, Boyko Rashkov, said: “The picture is terrifying, terrifying. I have never seen anything like that before.”

    Continue reading...", - "category": "Bulgaria", - "link": "https://www.theguardian.com/world/2021/nov/23/bulgaria-bus-crash-fire-kills-dozens-north-macedonia", - "creator": "Reuters", - "pubDate": "2021-11-23T05:15:53Z", + "title": "Chile's High-Stakes Election", + "description": "The country’s left has taken a radical turn and wants to rewrite the constitution.", + "content": "The country’s left has taken a radical turn and wants to rewrite the constitution.", + "category": "PAID", + "link": "https://www.wsj.com/articles/chile-high-stakes-election-economic-stagnation-constitution-jose-kast-gabriel-boric-11639339343", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 16:47:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87d088c023e5e7e9aa15147c3925898c" + "hash": "3d611502cf6d893676b4acea4c4a8b42" }, { - "title": "Former South Korean dictator Chun Doo-hwan dies aged 90", - "description": "

    Chun ruled for eight years after seizing power in a coup in 1979, and presided over the infamous 1980 Gwanju student massacre

    Former South Korean president, Chun Doo-hwan, who presided over the infamous Gwanju massacre during his iron-fisted eight-year rule, has died aged 90.

    Chun had multiple myeloma, a blood cancer which was in remission, and his health had deteriorated recently, his former press secretary Min Chung-ki told reporters. He passed away at his Seoul home early in the morning and his body will be moved to a hospital for a funeral later in the day.

    Continue reading...", - "content": "

    Chun ruled for eight years after seizing power in a coup in 1979, and presided over the infamous 1980 Gwanju student massacre

    Former South Korean president, Chun Doo-hwan, who presided over the infamous Gwanju massacre during his iron-fisted eight-year rule, has died aged 90.

    Chun had multiple myeloma, a blood cancer which was in remission, and his health had deteriorated recently, his former press secretary Min Chung-ki told reporters. He passed away at his Seoul home early in the morning and his body will be moved to a hospital for a funeral later in the day.

    Continue reading...", - "category": "South Korea", - "link": "https://www.theguardian.com/world/2021/nov/23/former-south-korean-dictator-chun-doo-hwan-dies-aged-90", - "creator": "Reuters", - "pubDate": "2021-11-23T05:08:04Z", + "title": "Notable & Quotable: Elections", + "description": "‘The fact that Trump won all but one of these bellwether counties again, despite losing nationally, is impressive.’", + "content": "‘The fact that Trump won all but one of these bellwether counties again, despite losing nationally, is impressive.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/notable-quotable-elections-bellwether-counties-vote-hispanic-latino-2020-presidential-race-2022-11639433895", + "creator": "", + "pubDate": "Mon, 13 Dec 2021 18:27:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a0e376fc422f8f6da277a03c8321347f" + "hash": "e60bb5bb0a55b42501ae3b0168435110" }, { - "title": "Thai student accused of mocking king with crop top protest denied bail", - "description": "

    Lawyers say judgment demonstrates increasingly harsh stance taken by authorities over lese-majesty law

    It was last December that Panusaya Sithijirawattanakul, a Thai student activist, and her friends strolled into a shopping mall in Bangkok wearing crop tops. They ate ice cream and carried dog-shaped balloons. Phrases such as “I have only one father” were written in marker pen on their skin.

    Now, four of them are in pre-trial detention over the outing, which royalists say was an insult to the monarchy.

    Continue reading...", - "content": "

    Lawyers say judgment demonstrates increasingly harsh stance taken by authorities over lese-majesty law

    It was last December that Panusaya Sithijirawattanakul, a Thai student activist, and her friends strolled into a shopping mall in Bangkok wearing crop tops. They ate ice cream and carried dog-shaped balloons. Phrases such as “I have only one father” were written in marker pen on their skin.

    Now, four of them are in pre-trial detention over the outing, which royalists say was an insult to the monarchy.

    Continue reading...", - "category": "Thailand", - "link": "https://www.theguardian.com/world/2021/nov/23/thai-student-accused-of-mocking-king-with-crop-top-protest-denied-bail", - "creator": "Rebecca Ratcliffe in Bangkok", - "pubDate": "2021-11-23T05:00:01Z", + "title": "The Real Cost of Biden's Spending Plan", + "description": "CBO comes clean on the price tag if the programs are made permanent.", + "content": "CBO comes clean on the price tag if the programs are made permanent.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-real-cost-of-biden-spending-plan-build-back-better-cbo-reconciliation-graham-pelosi-manchin-11639344374", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 17:34:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "951b6dce78ceb64283b6dc2f69f0d433" + "hash": "5482dc0a9bf56b40e79cfa924270168c" }, { - "title": "Pandemic hits mental health of women and young people hardest, survey finds", - "description": "

    Survey also finds adults aged 18-24 and women more concerned about personal finances than other groups

    Young people and women have taken the hardest psychological and financial hit from the pandemic, a YouGov survey has found – but few people anywhere are considering changing their lives as a result of it.

    The annual YouGov-Cambridge Globalism Project found that in many of the 27 countries surveyed, young people were consistently more likely than their elders to feel the Covid crisis had made their financial and mental health concerns worse.

    Continue reading...", - "content": "

    Survey also finds adults aged 18-24 and women more concerned about personal finances than other groups

    Young people and women have taken the hardest psychological and financial hit from the pandemic, a YouGov survey has found – but few people anywhere are considering changing their lives as a result of it.

    The annual YouGov-Cambridge Globalism Project found that in many of the 27 countries surveyed, young people were consistently more likely than their elders to feel the Covid crisis had made their financial and mental health concerns worse.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/23/pandemic-hits-mental-health-of-women-and-young-people-hardest-survey-finds", - "creator": "Jon Henley", - "pubDate": "2021-11-23T05:00:00Z", + "title": "Randi Weingarten Says Pass the SALT", + "description": "The teachers union chief wants to give millionaires a tax break.", + "content": "The teachers union chief wants to give millionaires a tax break.", + "category": "PAID", + "link": "https://www.wsj.com/articles/randi-weingarten-says-pass-the-salt-deduction-congress-tom-suozzi-joyce-beatty-11639165724", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 17:29:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13443b536e9adb82a544435ab9d6a773" + "hash": "e5bbf9fab351c60b40693e21d864c305" }, { - "title": "Kevin Spacey to pay House of Cards studio more than $30m over alleged misconduct losses", - "description": "

    Court ruling made public on Monday finds Spacey violated his contract’s demands for professional behaviour

    Kevin Spacey and his production companies must pay the studio behind House of Cards more than $30m because of losses brought on by his firing for alleged sexual misconduct, according to an arbitration decision made final on Monday.

    A document filed in Los Angeles superior court requesting a judge’s approval of the ruling says that the arbitrators found that Spacey violated his contract’s demands for professional behaviour by engaging in “certain conduct in connection with several crew members in each of the five seasons that he starred in and executive produced House of Cards”.

    Continue reading...", - "content": "

    Court ruling made public on Monday finds Spacey violated his contract’s demands for professional behaviour

    Kevin Spacey and his production companies must pay the studio behind House of Cards more than $30m because of losses brought on by his firing for alleged sexual misconduct, according to an arbitration decision made final on Monday.

    A document filed in Los Angeles superior court requesting a judge’s approval of the ruling says that the arbitrators found that Spacey violated his contract’s demands for professional behaviour by engaging in “certain conduct in connection with several crew members in each of the five seasons that he starred in and executive produced House of Cards”.

    Continue reading...", - "category": "Kevin Spacey", - "link": "https://www.theguardian.com/culture/2021/nov/23/kevin-spacey-to-pay-house-of-cards-studio-more-than-30m-over-alleged-misconduct-losses", - "creator": "Associated Press", - "pubDate": "2021-11-23T04:19:07Z", + "title": "The Unconstitutional Convictions You Don't Know About", + "description": "Though right to a jury trial is enshrined in the Bill of Rights and Constitution, it’s hardly ever enforced.", + "content": "Though right to a jury trial is enshrined in the Bill of Rights and Constitution, it’s hardly ever enforced.", + "category": "PAID", + "link": "https://www.wsj.com/articles/unconstitutional-convictions-rittenhouse-arbery-smollett-jury-trial-jurors-plea-bargain-injustice-11639339630", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 16:49:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52ac2f82cbc3234dce2c3b0d87f3227a" + "hash": "415c7342a3e34d3610a6131fa765564b" }, { - "title": "South Korean horror Hellbound takes over Squid Game as most popular Netflix series globally", - "description": "

    Violent fantasy series tops streaming ratings in more than 80 countries within 24 hours of its debut

    Another South Korean fantasy horror series from Netflix has become an overnight global phenomenon, with Hellbound toppling Squid Game as the most-watched TV show on the streaming platform.

    According to FlixPatrol analytics, Hellbound became the world’s most watched Netflix television series on 20 November, topping the streaming ratings in more than 80 countries within 24 hours of the show’s debut.

    Continue reading...", - "content": "

    Violent fantasy series tops streaming ratings in more than 80 countries within 24 hours of its debut

    Another South Korean fantasy horror series from Netflix has become an overnight global phenomenon, with Hellbound toppling Squid Game as the most-watched TV show on the streaming platform.

    According to FlixPatrol analytics, Hellbound became the world’s most watched Netflix television series on 20 November, topping the streaming ratings in more than 80 countries within 24 hours of the show’s debut.

    Continue reading...", - "category": "Television", - "link": "https://www.theguardian.com/tv-and-radio/2021/nov/23/south-korean-horror-hellbound-takes-over-squid-game-as-most-popular-netflix-series-globally", - "creator": "Kelly Burke", - "pubDate": "2021-11-23T03:56:06Z", + "title": "Almost Anybody Can Now Vote in New York", + "description": "Democrats on the City Council give 800,000 noncitizens the franchise, as others dissent.", + "content": "Democrats on the City Council give 800,000 noncitizens the franchise, as others dissent.", + "category": "PAID", + "link": "https://www.wsj.com/articles/almost-anybody-can-now-vote-in-new-york-noncitizen-illegal-alien-election-interference-11639331608", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 17:28:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e368b4abd742f4bd0c18d6a9288cd67" + "hash": "6785a98f50ca740e967d201b0f5d721f" }, { - "title": "Whey too expensive: New Zealand cheese lovers forced to eke out supplies as prices jump", - "description": "

    Range of issues blamed for spike in cost to $20 a block, including inflation, Covid-related supply issues and high milk prices

    Facing decades-high cheese prices, cheddar-loving New Zealanders are being forced to chase specials, downgrade their flavour expectations, or abandon the blocks entirely in favour of grated substitutes.

    A mixture of inflation, Covid-19 supply pressures and high milk prices was sending prices for hunks of cheddar through the roof, with blocks ranging from $11 to over $20 a block.

    Continue reading...", - "content": "

    Range of issues blamed for spike in cost to $20 a block, including inflation, Covid-related supply issues and high milk prices

    Facing decades-high cheese prices, cheddar-loving New Zealanders are being forced to chase specials, downgrade their flavour expectations, or abandon the blocks entirely in favour of grated substitutes.

    A mixture of inflation, Covid-19 supply pressures and high milk prices was sending prices for hunks of cheddar through the roof, with blocks ranging from $11 to over $20 a block.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/2021/nov/23/new-zealand-cheese-lovers-forced-to-eke-out-supplies-as-prices-jump", - "creator": "Tess McClure in Christchurch", - "pubDate": "2021-11-23T02:51:09Z", + "title": "A Tribunal Investigates China's Genocide Against the Uyghurs", + "description": "The London-based panel found that torture, sexual violence, persecution and other crimes are proven.", + "content": "The London-based panel found that torture, sexual violence, persecution and other crimes are proven.", + "category": "PAID", + "link": "https://www.wsj.com/articles/tribunal-investigates-china-uyghur-genocide-crimes-against-humanity-rape-torture-beijing-extermination-11639339993", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 16:38:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e3972dddbcd490aafe8e8bb52313cc2" + "hash": "e63351ec049c582e9940384da97eae2d" }, { - "title": "As China threat rises, can Aukus alliance recover from rancorous birth?", - "description": "

    Questions mount about pact’s ultimate purpose and implications for other Asean countries

    It was initially seen as an audacious enlistment by Joe Biden of Australia into the 21st-century struggle against China, elevating the country in the process to a significant regional military power and finally giving substance to Global Britain and its tilt to the Indo-Pacific.

    But since then the “ruckus” about Aukus, as Boris Johnson described it, has not stopped. If this was the start of a new “anti-hegemonic coalition” to balance China’s rise, it has not quite blown up on the launchpad, but nor has it taken off as smoothly as intended.

    Continue reading...", - "content": "

    Questions mount about pact’s ultimate purpose and implications for other Asean countries

    It was initially seen as an audacious enlistment by Joe Biden of Australia into the 21st-century struggle against China, elevating the country in the process to a significant regional military power and finally giving substance to Global Britain and its tilt to the Indo-Pacific.

    But since then the “ruckus” about Aukus, as Boris Johnson described it, has not stopped. If this was the start of a new “anti-hegemonic coalition” to balance China’s rise, it has not quite blown up on the launchpad, but nor has it taken off as smoothly as intended.

    Continue reading...", - "category": "Aukus", - "link": "https://www.theguardian.com/world/2021/nov/23/as-china-threat-rises-can-aukus-alliance-recover-from-rancorous-birth", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-11-23T01:47:04Z", + "title": "Kamala Harris Needs to Get Serious", + "description": "Her shaky standing is a danger to the country given the position she could be called on to fill.", + "content": "Her shaky standing is a danger to the country given the position she could be called on to fill.", + "category": "PAID", + "link": "https://www.wsj.com/articles/kamala-harris-needs-to-get-serious-biden-administration-competency-approval-rating-polling-11639093358", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 19:05:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "214efd8ff45c546a4f01d21b61dbc5e4" + "hash": "036f3cb1a6a59b3c0fbcd922c852f36e" }, { - "title": "Diego Maradona: Cuban woman alleges footballer raped her when she was 16", - "description": "
    • Mavys Álvarez claims Argentina great had ‘stolen her childhood’
    • Complaint relates to a journey Álvarez took to Argentina in 2001

    Mavys Álvarez, a Cuban woman who had a relationship with the late footballer Diego Maradona two decades ago, has alleged the Argentine player raped her when she was a teenager and “stolen her childhood”.

    Álvarez, now 37, gave testimony last week to an Argentine Ministry of Justice court that is investigating her allegations of trafficking against Maradona’s former entourage, linked to events when she was 16.

    Continue reading...", - "content": "
    • Mavys Álvarez claims Argentina great had ‘stolen her childhood’
    • Complaint relates to a journey Álvarez took to Argentina in 2001

    Mavys Álvarez, a Cuban woman who had a relationship with the late footballer Diego Maradona two decades ago, has alleged the Argentine player raped her when she was a teenager and “stolen her childhood”.

    Álvarez, now 37, gave testimony last week to an Argentine Ministry of Justice court that is investigating her allegations of trafficking against Maradona’s former entourage, linked to events when she was 16.

    Continue reading...", - "category": "Diego Maradona", - "link": "https://www.theguardian.com/football/2021/nov/23/diego-maradona-cuban-woman-alleges-footballer-raped-her-when-she-was-16", - "creator": "Reuters", - "pubDate": "2021-11-23T01:19:14Z", + "title": "No Rules for Progressive Radicals", + "description": "Biden appointees try to stage a coup against the director of the FDIC on bank mergers.", + "content": "Biden appointees try to stage a coup against the director of the FDIC on bank mergers.", + "category": "PAID", + "link": "https://www.wsj.com/articles/no-rules-for-progressives-radicals-rohit-chopra-jelena-mcwilliams-cfpb-fdic-richard-cordray-gigi-sohn-biden-11639161917", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 18:05:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c9517e7991579b0ae80d12cc745ad8e" + "hash": "442a01a758f8b23c6a44b356bf8cb4cf" }, { - "title": "The Wheel of Time actor Madeleine Madden: ‘As an Aboriginal woman, my life is politicised’", - "description": "

    The star of the new Amazon Prime fantasy series and granddaughter of Charles Perkins discusses her ‘dream role’, multiracial casting and finding freedom outside Australia

    When she walked into the London casting room of The Wheel of Time, Madeleine Madden scanned the faces – a sea of white – and thought, “Yep, standard.”

    To announce her presence, she politely inquired, “The Wheel of Time?”

    Continue reading...", - "content": "

    The star of the new Amazon Prime fantasy series and granddaughter of Charles Perkins discusses her ‘dream role’, multiracial casting and finding freedom outside Australia

    When she walked into the London casting room of The Wheel of Time, Madeleine Madden scanned the faces – a sea of white – and thought, “Yep, standard.”

    To announce her presence, she politely inquired, “The Wheel of Time?”

    Continue reading...", - "category": "Culture", - "link": "https://www.theguardian.com/culture/2021/nov/23/the-wheel-of-time-actor-madeleine-madden-as-an-aboriginal-woman-my-life-is-politicised", - "creator": "Jenny Valentish", - "pubDate": "2021-11-23T01:14:14Z", + "title": "The Fed Is the Main Inflation Culprit", + "description": "The central bank has enabled price increases that may soon pose a risk to financial stability.", + "content": "The central bank has enabled price increases that may soon pose a risk to financial stability.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-fed-is-the-main-inflation-culprit-economic-upheaval-debt-wages-federal-reserve-powell-11639322957", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 13:04:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad38ecab75c2a55add8923c35d2c66ba" + "hash": "b7135e8e1509dc30091bf45c7f2e1add" }, { - "title": "The Princes and the Press review – more degrading airing of the royal dirty laundry", - "description": "

    BBC programme is a compelling analysis of the troubled relationship between media and monarchy

    A few days before her wedding, Meghan decided she wanted to wear a particular tiara with emeralds. True, this isn’t the sort of issue that should trouble citizens of a mature democracy but when it comes to royals, Britain is neither mature nor, let’s face it, democratic. Indeed, Amol Rajan, the BBC media editor who presented the Princes and the Press (BBC Two), is a declared republican who once branded the royal family as “absurd” and the media as a “propaganda outlet” for the monarchy. As his measured, compelling analysis of the troubled relationship showed, he may have been right about the former, but the latter? Not so much. The media, we might conclude from his programme, may be driving the monarchy to self-destruct, which would, ironically enough, suit his earlier republican views.

    Back to tiaras. There was a problem: the Duchess of Sussex could not be allowed to wear the emerald tiara because it had some unfortunate history to do with Russia, according to the Sun’s former correspondent Dan Wootton. We never learned what that history was nor why it should matter. What we did learn from Wootton’s report is that Harry reportedly shouted at a royal dresser (who is a person, not a thing) that “whatever Meghan wants, Meghan gets.” This in turn prompted the Queen to tell somebody off.

    Continue reading...", - "content": "

    BBC programme is a compelling analysis of the troubled relationship between media and monarchy

    A few days before her wedding, Meghan decided she wanted to wear a particular tiara with emeralds. True, this isn’t the sort of issue that should trouble citizens of a mature democracy but when it comes to royals, Britain is neither mature nor, let’s face it, democratic. Indeed, Amol Rajan, the BBC media editor who presented the Princes and the Press (BBC Two), is a declared republican who once branded the royal family as “absurd” and the media as a “propaganda outlet” for the monarchy. As his measured, compelling analysis of the troubled relationship showed, he may have been right about the former, but the latter? Not so much. The media, we might conclude from his programme, may be driving the monarchy to self-destruct, which would, ironically enough, suit his earlier republican views.

    Back to tiaras. There was a problem: the Duchess of Sussex could not be allowed to wear the emerald tiara because it had some unfortunate history to do with Russia, according to the Sun’s former correspondent Dan Wootton. We never learned what that history was nor why it should matter. What we did learn from Wootton’s report is that Harry reportedly shouted at a royal dresser (who is a person, not a thing) that “whatever Meghan wants, Meghan gets.” This in turn prompted the Queen to tell somebody off.

    Continue reading...", - "category": "Television & radio", - "link": "https://www.theguardian.com/tv-and-radio/2021/nov/23/the-princes-and-the-press-review-more-degrading-airing-of-the-royal-dirty-laundry", - "creator": "Stuart Jeffries", - "pubDate": "2021-11-23T00:22:03Z", + "title": "School Choice Saves Money and Helps Kids", + "description": "Evidence builds, as political momentum grows in the states.", + "content": "Evidence builds, as political momentum grows in the states.", + "category": "PAID", + "link": "https://www.wsj.com/articles/school-choice-saves-money-and-helps-kids-education-charter-in-person-learning-remote-covid-11639340381", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 16:48:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aff736b772e8e0aabad8795a4e1a6029" + "hash": "301c753965a212cea640260d8010abc7" }, { - "title": "Australia politics live update: Albanese says PM has ‘a problem with just telling the truth’ as Morrison faces growing backbench resistance", - "description": "

    Victoria reports 19 Covid deaths and 827 new cases; NSW two deaths and 173 cases; Chinese foreign ministry responds to Peter Dutton; Labor leader asked about PM’s claims he was informed about 2019 Hawaii trip; Coalition backbenchers threaten legislative agenda; voters endorse ALP’s economic management. Follow all the day’s news live

    Anthony Albanese was also asked about the text Scott Morrison sent him in 2019, ahead of his Hawaiian holiday during the 2019 bushfires.

    For those who need a refresher, Labor, as part of a “let’s remind everyone of all those times the prime minister didn’t tell the truth” campaign in QT, asked why the PMO had misled journalists over the whereabouts of the prime minister as Australia burned.

    I can only speak to what I have said, as the leader of the opposition will know, because I texted him from the plane when I was going on that leave and told him where I was going, and he was fully aware of where I was travelling with my family.

    Where I was going was on leave. That was the importance of the text message sent to the leader of the opposition. He knew I was taking leave. I told him I was taking leave. He chose to politicise that and has done so ever since.

    I wish to add to an answer. I want to confirm what the leader of the opposition said – that, in that text, I did not tell him the destination of where I was going on leave with my family; I simply communicated to him that I was taking leave. When I referred to him knowing where I was going and being fully aware I was travelling with my family, what I meant was that we were going on leave together. I know I didn’t tell him where we were going, because where members take leave is a private matter. I know I didn’t tell him the destination, nor would I, and nor would he expect me to have told him where I was going. I simply told him that I was taking leave with my family, and he was aware of that at that time.

    I just think this is a prime minister who can’t control his own party room, let alone capable of governing us into the future in the way that we need.

    If you can’t govern your party, how can you govern the country?

    Continue reading...", - "content": "

    Victoria reports 19 Covid deaths and 827 new cases; NSW two deaths and 173 cases; Chinese foreign ministry responds to Peter Dutton; Labor leader asked about PM’s claims he was informed about 2019 Hawaii trip; Coalition backbenchers threaten legislative agenda; voters endorse ALP’s economic management. Follow all the day’s news live

    Anthony Albanese was also asked about the text Scott Morrison sent him in 2019, ahead of his Hawaiian holiday during the 2019 bushfires.

    For those who need a refresher, Labor, as part of a “let’s remind everyone of all those times the prime minister didn’t tell the truth” campaign in QT, asked why the PMO had misled journalists over the whereabouts of the prime minister as Australia burned.

    I can only speak to what I have said, as the leader of the opposition will know, because I texted him from the plane when I was going on that leave and told him where I was going, and he was fully aware of where I was travelling with my family.

    Where I was going was on leave. That was the importance of the text message sent to the leader of the opposition. He knew I was taking leave. I told him I was taking leave. He chose to politicise that and has done so ever since.

    I wish to add to an answer. I want to confirm what the leader of the opposition said – that, in that text, I did not tell him the destination of where I was going on leave with my family; I simply communicated to him that I was taking leave. When I referred to him knowing where I was going and being fully aware I was travelling with my family, what I meant was that we were going on leave together. I know I didn’t tell him where we were going, because where members take leave is a private matter. I know I didn’t tell him the destination, nor would I, and nor would he expect me to have told him where I was going. I simply told him that I was taking leave with my family, and he was aware of that at that time.

    I just think this is a prime minister who can’t control his own party room, let alone capable of governing us into the future in the way that we need.

    If you can’t govern your party, how can you govern the country?

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/nov/23/australia-politics-morrison-coalition-labor-corona-poll-parliament-economy-albanese-andrews-canberra-victoria-nsw-act-sa-perrottet-rennick", - "creator": "Amy Remeikis", - "pubDate": "2021-11-22T22:41:06Z", + "title": "The U.S. Sanctions Everybody but Putin", + "description": "Western governments still shrink from truth-telling because it might destabilize his regime.", + "content": "Western governments still shrink from truth-telling because it might destabilize his regime.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-us-sanctions-everybody-but-putin-russia-ukraine-threat-allies-domestic-approval-11639175749", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 17:48:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6db1ba0a1e049be2714df7385d6a11d" + "hash": "502bd550551bb779d3a06288792993c0" }, { - "title": "Biden pushes back against progressive criticism over renominating Powell as Fed chair – live", - "description": "

    America’s democracy will be at “critical risk” if the US Senate fails to pass sweeping voting rights legislation, more than 150 scholars of American democratic systems said in an open letter published Sunday.

    The academics called on the US Senate to get rid of the filibuster, the rule that requires 60 votes to advance most legislation through the upper chamber.

    Continue reading...", - "content": "

    America’s democracy will be at “critical risk” if the US Senate fails to pass sweeping voting rights legislation, more than 150 scholars of American democratic systems said in an open letter published Sunday.

    The academics called on the US Senate to get rid of the filibuster, the rule that requires 60 votes to advance most legislation through the upper chamber.

    Continue reading...", - "category": "US politics", - "link": "https://www.theguardian.com/us-news/live/2021/nov/22/build-back-better-senate-house-joe-biden-us-politics-latest", - "creator": "Abené Clayton (now), Gloria Oladipo and Joan E Greve (earlier)", - "pubDate": "2021-11-22T22:36:20Z", + "title": "Republicans Can Embrace Much of Biden's Anticorruption Plan", + "description": "The president hasn’t been tough enough on Russia and China, but in general terms his strategy is good.", + "content": "The president hasn’t been tough enough on Russia and China, but in general terms his strategy is good.", + "category": "PAID", + "link": "https://www.wsj.com/articles/republicans-can-embrace-much-of-biden-anticorruption-plan-kleptocracy-russia-china-corruption-11639339155", + "creator": "", + "pubDate": "Sun, 12 Dec 2021 16:51:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b870297edbd404f5bdaa62b4fe1544f5" + "hash": "45e00d07b6dc4da523fe0efa59398e7f" }, { - "title": "China must answer serious questions about tennis star Peng Shuai, Australia says", - "description": "

    Human rights activists step up calls for diplomatic boycott of Beijing Winter Olympics

    Chinese authorities must answer serious concerns about the tennis star Peng Shuai’s welfare, the Australian government has said.

    The intervention comes as human rights activists and an independent senator step up calls for Australia to join a diplomatic boycott of the Beijing Winter Olympics over broader allegations of rights abuses against Uyghur Muslims in Xinjiang.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "content": "

    Human rights activists step up calls for diplomatic boycott of Beijing Winter Olympics

    Chinese authorities must answer serious concerns about the tennis star Peng Shuai’s welfare, the Australian government has said.

    The intervention comes as human rights activists and an independent senator step up calls for Australia to join a diplomatic boycott of the Beijing Winter Olympics over broader allegations of rights abuses against Uyghur Muslims in Xinjiang.

    Sign up to receive an email with the top stories from Guardian Australia every morning

    Continue reading...", - "category": "Australian foreign policy", - "link": "https://www.theguardian.com/australia-news/2021/nov/23/china-must-answer-serious-questions-about-tennis-star-peng-shuai-australia-says", - "creator": "Daniel Hurst", - "pubDate": "2021-11-22T21:57:36Z", + "title": "At the Democracy Summit, Biden Bungles Again", + "description": "How did Pakistan and Congo pass muster when Singapore and Hungary were found wanting?", + "content": "How did Pakistan and Congo pass muster when Singapore and Hungary were found wanting?", + "category": "PAID", + "link": "https://www.wsj.com/articles/at-the-democracy-summit-biden-bungles-again-activists-human-rights-realism-china-xi-pakistan-11639083688", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 18:18:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79860146c2ff97db1cd0ccf6739426d9" + "hash": "0d72edad1ba0d2e7cde4090f0829f565" }, { - "title": "Australia's Covid pandemic in 60 seconds: Victoria and Melbourne map – video", - "description": "

    The coronavirus pandemic in Australia has caused almost 2,000 deaths and resulted in close to 200,000 cases. In the worst-hit states of New South Wales and Victoria, high vaccination rates have now reduced the rate of hospital admissions. Here we have used an experimental mapping method to show how the outbreak spread across the two states from the start of the pandemic until now. Each dot represents a person who tested positive to Covid-19, and has been placed randomly within their postcode or local government area to visualise the number of cases in a region. It’s important to remember that this is not necessarily where they caught the virus and instead is where they live. Blue dots represent those who probably caught the coronavirus overseas, and red dots are those who caught the coronavirus locally. All dots fade to grey and are removed after two weeks

    ► Subscribe to Guardian Australia on YouTube

    Continue reading...", - "content": "

    The coronavirus pandemic in Australia has caused almost 2,000 deaths and resulted in close to 200,000 cases. In the worst-hit states of New South Wales and Victoria, high vaccination rates have now reduced the rate of hospital admissions. Here we have used an experimental mapping method to show how the outbreak spread across the two states from the start of the pandemic until now. Each dot represents a person who tested positive to Covid-19, and has been placed randomly within their postcode or local government area to visualise the number of cases in a region. It’s important to remember that this is not necessarily where they caught the virus and instead is where they live. Blue dots represent those who probably caught the coronavirus overseas, and red dots are those who caught the coronavirus locally. All dots fade to grey and are removed after two weeks

    ► Subscribe to Guardian Australia on YouTube

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/nov/23/australias-covid-pandemic-in-60-seconds-victoria-and-melbourne-map-video", - "creator": "Nick Evershed, David Fanner, Adam Adada", - "pubDate": "2021-11-22T21:53:50Z", + "title": "Building Back Bitter", + "description": "Inflation hits a 39-year high as Biden continues to demand another federal spending surge.", + "content": "Inflation hits a 39-year high as Biden continues to demand another federal spending surge.", + "category": "PAID", + "link": "https://www.wsj.com/articles/building-back-bitter-11639171577", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 16:26:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7eeaef6479aac8bc32d5d55a3d4d8537" + "hash": "6b048c13f552a042e6d4d71df0dad9ef" }, { - "title": "Ethiopian PM vows to lead troops in war against rebels", - "description": "

    Nobel Peace prize winner Abiy Ahmed’s statement came as the Tigray People’s Liberation Front continued to press towards Addis Ababa

    Ethiopia’s prime minister, Abiy Ahmed, has vowed to lead his country’s troops “from the battlefront”, the latest dramatic step by the Nobel Peace prize winner in a devastating year-long war with rebel groups.

    “Starting tomorrow, I will mobilise to the front to lead the defence forces,” Abiy, said in a statement posted on Twitter on Monday.

    Continue reading...", - "content": "

    Nobel Peace prize winner Abiy Ahmed’s statement came as the Tigray People’s Liberation Front continued to press towards Addis Ababa

    Ethiopia’s prime minister, Abiy Ahmed, has vowed to lead his country’s troops “from the battlefront”, the latest dramatic step by the Nobel Peace prize winner in a devastating year-long war with rebel groups.

    “Starting tomorrow, I will mobilise to the front to lead the defence forces,” Abiy, said in a statement posted on Twitter on Monday.

    Continue reading...", - "category": "Ethiopia", - "link": "https://www.theguardian.com/world/2021/nov/22/ethiopian-pm-vows-to-marshal-troops-in-war-against-rebels", - "creator": "Staff and agencies in Addis Ababa", - "pubDate": "2021-11-22T21:49:35Z", + "title": "Joe Manchin's Inflation Vindication", + "description": "Prices rise 6.8% in a year, ample reason to shelve the Biden tax and spending blowout.", + "content": "Prices rise 6.8% in a year, ample reason to shelve the Biden tax and spending blowout.", + "category": "PAID", + "link": "https://www.wsj.com/articles/joe-manchins-inflation-vindication-consumer-prices-rise-build-back-better-joe-biden-11639171900", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 18:06:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4273f38b0c3a4fe307819c278bec6741" + "hash": "7e0639eaf4908c49008ffba4ac3f1812" }, { - "title": "Murder inquiry launched after man and woman die in Somerset village", - "description": "

    Two men aged 34 and 67 have been arrested, as neighbours describe shock in quiet area

    A murder inquiry has been launched after a husband and wife suffered fatal injuries at their home in a Somerset village while their young children were in the house.

    Neighbours said there had previously been rows in the street over parking, and though Avon and Somerset police declined to discuss a possible motive, the force referred itself to the watchdog because of previous contact it had had with those involved.

    Continue reading...", - "content": "

    Two men aged 34 and 67 have been arrested, as neighbours describe shock in quiet area

    A murder inquiry has been launched after a husband and wife suffered fatal injuries at their home in a Somerset village while their young children were in the house.

    Neighbours said there had previously been rows in the street over parking, and though Avon and Somerset police declined to discuss a possible motive, the force referred itself to the watchdog because of previous contact it had had with those involved.

    Continue reading...", - "category": "UK news", - "link": "https://www.theguardian.com/uk-news/2021/nov/22/two-arrests-after-man-and-woman-die-at-house-in-somerset-village", - "creator": "Steven Morris", - "pubDate": "2021-11-22T21:08:17Z", + "title": "The Supreme Court's Abortion Standing", + "description": "The merits of the Texas law weren’t at issue, and the majority is right to block most pre-enforcement federal lawsuits.", + "content": "The merits of the Texas law weren’t at issue, and the majority is right to block most pre-enforcement federal lawsuits.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-supreme-courts-abortion-standing-texas-law-neil-gorsuch-11639175695", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 18:03:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b03ef056b262fa0a3cc81ba95747cf66" + "hash": "bd808e6de29b41dff8c7dfd0ede614a1" }, { - "title": "Johnson ‘losing the confidence’ of Tory party after rambling CBI speech", - "description": "

    Senior party members concerned after chaotic fortnight, with PM said to be losing his grip over key policies

    Conservative MPs are increasingly worried about Boris Johnson’s competence and drive after he gave a rambling speech to business leaders and was accused of losing his grip over a series of key policies from social care to rail.

    Senior members of his own party said they needed Johnson to get the government back on track after a disastrous two weeks amid dismay about his performance at the Confederation of British Industry (CBI) conference, where he lost his place in his speech for about 20 seconds and diverted into a lengthy tangent about Peppa Pig.

    Continue reading...", - "content": "

    Senior party members concerned after chaotic fortnight, with PM said to be losing his grip over key policies

    Conservative MPs are increasingly worried about Boris Johnson’s competence and drive after he gave a rambling speech to business leaders and was accused of losing his grip over a series of key policies from social care to rail.

    Senior members of his own party said they needed Johnson to get the government back on track after a disastrous two weeks amid dismay about his performance at the Confederation of British Industry (CBI) conference, where he lost his place in his speech for about 20 seconds and diverted into a lengthy tangent about Peppa Pig.

    Continue reading...", - "category": "Boris Johnson", - "link": "https://www.theguardian.com/politics/2021/nov/22/johnson-losing-the-confidence-of-tory-party-after-rambling-cbi-speech", - "creator": "Aubrey Allegretti, Rowena Mason, Joanna Partridge and Rob Davies", - "pubDate": "2021-11-22T21:05:13Z", + "title": "Congress's Message to Biden on Defense", + "description": "The House overrules the Pentagon’s after-inflation budget cut.", + "content": "The House overrules the Pentagon’s after-inflation budget cut.", + "category": "PAID", + "link": "https://www.wsj.com/articles/congresss-message-to-biden-on-defense-national-defense-authorization-act-budget-11639082990", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 17:58:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b9c98e6d7c32b5e23b226d6fac03d72" + "hash": "56a33db0e1b463eeb20e7ca7b76382be" }, { - "title": "Waukesha Christmas parade: man charged with homicide after five killed", - "description": "

    Darrell E Brooks, 39, in custody as police chief says suspect was involved in a domestic disturbance before the incident

    Authorities in Wisconsin on Monday identified a 39-year-old man as the person who ploughed his vehicle into a Christmas parade on Sunday night, killing five people and injuring another 48, including two children who remained in a critical condition.

    Darrell E Brooks was in custody, charged with five counts of intentional first-degree homicide, Daniel Thompson, police chief of Waukesha, a city 20 miles west of Milwaukee, said at an afternoon press conference.

    Continue reading...", - "content": "

    Darrell E Brooks, 39, in custody as police chief says suspect was involved in a domestic disturbance before the incident

    Authorities in Wisconsin on Monday identified a 39-year-old man as the person who ploughed his vehicle into a Christmas parade on Sunday night, killing five people and injuring another 48, including two children who remained in a critical condition.

    Darrell E Brooks was in custody, charged with five counts of intentional first-degree homicide, Daniel Thompson, police chief of Waukesha, a city 20 miles west of Milwaukee, said at an afternoon press conference.

    Continue reading...", - "category": "Wisconsin", - "link": "https://www.theguardian.com/us-news/2021/nov/22/waukesha-christmas-parade-investigators-suspect-wisconsin", - "creator": "Richard Luscombe", - "pubDate": "2021-11-22T20:13:32Z", + "title": "Invading Ukraine Is a Trap for Vladimir Putin", + "description": "Russia can’t be an empire without it, but it can’t even be a great power if it overreaches.", + "content": "Russia can’t be an empire without it, but it can’t even be a great power if it overreaches.", + "category": "PAID", + "link": "https://www.wsj.com/articles/ukraine-is-a-trap-for-vladimir-putin-donbas-invasion-russia-crimea-biden-germany-covid-11639171903", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 17:49:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df58642d685c15e1ec771e076b037bea" + "hash": "354c77dc04dfee7787cf38c8b9c5b8b5" }, { - "title": "Covid live: UK records 44,917 new cases; strict restrictions for unvaccinated come into effect in Greece", - "description": "

    UK also reports 45 further Covid-related deaths; from today Greeks barred from all enclosed public spaces if they are unvaccinated

    Here’s some more detail from Agence France-Presse in Vienna on Austria’s move into its fourth Covid lockdown:

    People in Austria are not allowed to leave home except to go to work, shop for essentials and exercise, as the country returned to a Covid-19 lockdown on Monday morning.

    Continue reading...", - "content": "

    UK also reports 45 further Covid-related deaths; from today Greeks barred from all enclosed public spaces if they are unvaccinated

    Here’s some more detail from Agence France-Presse in Vienna on Austria’s move into its fourth Covid lockdown:

    People in Austria are not allowed to leave home except to go to work, shop for essentials and exercise, as the country returned to a Covid-19 lockdown on Monday morning.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/nov/22/covid-news-live-austria-enters-nationwide-lockdown-australia-eases-international-border-restrictions", - "creator": "Miranda Bryant (now); Sarah Marsh, Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-11-22T19:19:23Z", + "title": "Is MIT's Research Helping the Chinese Military?", + "description": "My concerns about how Beijing might be using our findings were dismissed as racist and political.", + "content": "My concerns about how Beijing might be using our findings were dismissed as racist and political.", + "category": "PAID", + "link": "https://www.wsj.com/articles/is-mit-research-helping-the-chinese-military-pla-genocide-mcgovern-institute-partnerships-repression-11639149202", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 11:23:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0106c5eca1422a563e4e5941be0cee45" + "hash": "edb47cb19f62385561f042a83e97bf07" }, { - "title": "Kenyan police launch investigation into death of British BBC employee", - "description": "

    Kate Mitchell’s body was found shortly after an emergency alarm was activated in her hotel room

    A murder investigation has been launched in Kenya into the death of a British woman who worked for the BBC’s international development charity.

    The body of Kate Mitchell, a senior manager at BBC Media Action, was found on Friday in the capital Nairobi shortly after an emergency alarm was activated in her room. Police in Kenya said the window to her eighth-floor hotel room had been broken and the body of a man Mitchell had been with earlier was found on the ground below.

    Continue reading...", - "content": "

    Kate Mitchell’s body was found shortly after an emergency alarm was activated in her hotel room

    A murder investigation has been launched in Kenya into the death of a British woman who worked for the BBC’s international development charity.

    The body of Kate Mitchell, a senior manager at BBC Media Action, was found on Friday in the capital Nairobi shortly after an emergency alarm was activated in her room. Police in Kenya said the window to her eighth-floor hotel room had been broken and the body of a man Mitchell had been with earlier was found on the ground below.

    Continue reading...", - "category": "Kenya", - "link": "https://www.theguardian.com/world/2021/nov/22/kenyan-police-launch-investigation-into-death-of-british-bbc-employee", - "creator": "Matthew Weaver", - "pubDate": "2021-11-22T18:48:23Z", + "title": "Merrick Garland One-Ups Eric Holder", + "description": "The Justice Department is pursuing an even more partisan agenda than it did in the Obama years.", + "content": "The Justice Department is pursuing an even more partisan agenda than it did in the Obama years.", + "category": "PAID", + "link": "https://www.wsj.com/articles/merrick-garland-one-ups-eric-holder-biden-obama-texas-redistricting-voting-repression-strassel-11639092297", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 18:39:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "630d03ee7cc9b036bc53dd47db63d423" + "hash": "0255147c44072af7a7b835ceaa7714ec" }, { - "title": "Germany and Netherlands face tightening Covid rules as Austria enters lockdown", - "description": "

    German foreign minister says most of country will be ‘vaccinated, cured or dead’ by end of winter

    Germany and the Netherlands have been told they should face still tougher Covid restrictions as the German health minister, Jens Spahn, made the startling prediction that most of his compatriots would be “vaccinated, cured or dead” by the end of winter.

    With Europe again the centre of the pandemic, ushering in tighter controls mainly on the unvaccinated across the continent, on Monday Austria became the first west European country to re-enter lockdown since vaccination began earlier this year.

    Continue reading...", - "content": "

    German foreign minister says most of country will be ‘vaccinated, cured or dead’ by end of winter

    Germany and the Netherlands have been told they should face still tougher Covid restrictions as the German health minister, Jens Spahn, made the startling prediction that most of his compatriots would be “vaccinated, cured or dead” by the end of winter.

    With Europe again the centre of the pandemic, ushering in tighter controls mainly on the unvaccinated across the continent, on Monday Austria became the first west European country to re-enter lockdown since vaccination began earlier this year.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/22/germany-and-netherlands-face-fresh-covid-rules-as-austria-enters-lockdown", - "creator": "Jon Henley, Europe correspondent, Kate Connolly in Berlin and Jennifer Rankin in Brussels", - "pubDate": "2021-11-22T18:37:04Z", + "title": "Norman Podhoretz on the Spiritual War for America", + "description": "The left wants to win, he says, but ‘I’m not sure anymore what our side wants.’ That’s a big part of what drew him to Trump.", + "content": "The left wants to win, he says, but ‘I’m not sure anymore what our side wants.’ That’s a big part of what drew him to Trump.", + "category": "PAID", + "link": "https://www.wsj.com/articles/norman-podhoretz-spiritual-war-for-america-conservatism-republican-trump-youngkin-carlson-11639149560", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 11:24:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4e0268ee7e2307a9f1e6c2512c2da8a" + "hash": "92787c97f40bf401dec057cbe29a0bcd" }, { - "title": "Chile’s right rejoices after pro-Pinochet candidate wins presidential first round", - "description": "

    José Antonio Kast will face progressive former student leader Gabriel Boric in runoff election next month

    Chile’s right wing have claimed a jubilant victory after José Antonio Kast, a former congressman with a history of defending the Pinochet dictatorship, secured a surprise win in the first round of the country’s presidential election.

    Kast, who campaigned on a platform of public order, migration controls and conservative social values, confounded expectations to take 28% of the vote and beat the progressive former student leader Gabriel Boric by two percentage points.

    Continue reading...", - "content": "

    José Antonio Kast will face progressive former student leader Gabriel Boric in runoff election next month

    Chile’s right wing have claimed a jubilant victory after José Antonio Kast, a former congressman with a history of defending the Pinochet dictatorship, secured a surprise win in the first round of the country’s presidential election.

    Kast, who campaigned on a platform of public order, migration controls and conservative social values, confounded expectations to take 28% of the vote and beat the progressive former student leader Gabriel Boric by two percentage points.

    Continue reading...", - "category": "Chile", - "link": "https://www.theguardian.com/world/2021/nov/22/jose-antonio-kast-chile-right-wing-presidential-election", - "creator": "John Bartlett in Santiago", - "pubDate": "2021-11-22T18:18:52Z", + "title": "The Bourbon Boom Puts Rural Kentucky Back on the Map", + "description": "A revival of interest in ‘America’s native spirit’ is undoing Prohibition’s economic damage.", + "content": "A revival of interest in ‘America’s native spirit’ is undoing Prohibition’s economic damage.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-bourbon-boom-puts-rural-kentucky-back-on-the-map-rural-south-whiskey-prohibition-alcohol-11639160532", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 17:42:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a75a1bd310bc63059b5f47b38905140a" + "hash": "f9a2a10c748fb3c92b80e5e7536e02db" }, { - "title": "Hogging the limelight: how Peppa Pig became a global phenomenon", - "description": "

    Boris Johnson threw spotlight on show that has run for 17 years and been exported to 118 countries

    To many families taking their excited children to Peppa Pig World, the most surreal aspect isn’t the pastel-hued streets or the giant cartoon animals milling around; it’s the soundtrack. Piped from speakers spread around the park, the can’t-get-it-out-of-your-head theme tune plays on a continuous loop, and parents could be forgiven for feeling they’ve entered a nightmare rather than a toddler’s dreamscape.

    Not so for Boris Johnson. The prime minister was so buoyed by his Sunday enjoying delights such an egg-shaped boat ride overlooked by Grampy Rabbit, where he was photographed grinning alongside his one-year-old son Wilfred and wife Carrie, that he was moved to praise the New Forest amusement park effusively in a speech to business leaders on Monday.

    Continue reading...", - "content": "

    Boris Johnson threw spotlight on show that has run for 17 years and been exported to 118 countries

    To many families taking their excited children to Peppa Pig World, the most surreal aspect isn’t the pastel-hued streets or the giant cartoon animals milling around; it’s the soundtrack. Piped from speakers spread around the park, the can’t-get-it-out-of-your-head theme tune plays on a continuous loop, and parents could be forgiven for feeling they’ve entered a nightmare rather than a toddler’s dreamscape.

    Not so for Boris Johnson. The prime minister was so buoyed by his Sunday enjoying delights such an egg-shaped boat ride overlooked by Grampy Rabbit, where he was photographed grinning alongside his one-year-old son Wilfred and wife Carrie, that he was moved to praise the New Forest amusement park effusively in a speech to business leaders on Monday.

    Continue reading...", - "category": "Peppa Pig", - "link": "https://www.theguardian.com/tv-and-radio/2021/nov/22/boris-johnson-hogging-the-limelight-how-peppa-pig-became-a-global-phenomenon", - "creator": "Rachel Hall", - "pubDate": "2021-11-22T17:47:14Z", + "title": "If the Supreme Court Overturns Roe v. Wade", + "description": "Yes, the end of Roe would disrupt U.S. politics and the idea that no liberal policy can ever change.", + "content": "Yes, the end of Roe would disrupt U.S. politics and the idea that no liberal policy can ever change.", + "category": "PAID", + "link": "https://www.wsj.com/articles/if-the-supreme-court-overturns-roe-v-wade-dobbs-jackson-mississippi-federalism-abortion-biden-11638995447", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 16:48:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c498f83674eda61dc6fbe8f523dde0c" + "hash": "e892997d7c8f1f0be5ed9b574f282b8a" }, { - "title": "Aid workers say Mediterranean a ‘liquid graveyard’ after 75 feared dead off Libya", - "description": "

    People smugglers are putting hundreds to sea this autumn despite stormy weather

    More than 75 people are feared dead after their boat capsized in stormy seas off the coast of Libya while attempting to reach Europe in one of the deadliest shipwrecks this year, according to the UN.

    Fifteen survivors were rescued by local fishers and brought to the port of Zuwara in north-western Libya. They said there were about 92 people onboard the vessel when the incident took place on 17 November. Most of those who died came from sub-Saharan Africa.

    Continue reading...", - "content": "

    People smugglers are putting hundreds to sea this autumn despite stormy weather

    More than 75 people are feared dead after their boat capsized in stormy seas off the coast of Libya while attempting to reach Europe in one of the deadliest shipwrecks this year, according to the UN.

    Fifteen survivors were rescued by local fishers and brought to the port of Zuwara in north-western Libya. They said there were about 92 people onboard the vessel when the incident took place on 17 November. Most of those who died came from sub-Saharan Africa.

    Continue reading...", - "category": "Migration", - "link": "https://www.theguardian.com/world/2021/nov/22/aid-workers-say-mediterranean-a-liquid-graveyard-after-75-feared-dead-off-libya", - "creator": "Lorenzo Tondo in Palermo", - "pubDate": "2021-11-22T17:41:00Z", + "title": "Notable & Quotable: Checking Covid 'Facts'", + "description": "‘Claims that the 1963 movie ‘Omicron’ predicted the evolution of the latest variant strain of SARS-CoV-2 are false.’", + "content": "‘Claims that the 1963 movie ‘Omicron’ predicted the evolution of the latest variant strain of SARS-CoV-2 are false.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/notable-quotable-checking-covid-fact-checking-omicron-misinformation-disinformation-reuters-11639160847", + "creator": "", + "pubDate": "Fri, 10 Dec 2021 17:41:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a2ad7e5f13aa79f02f26383b9a554f51" + "hash": "2e3c1ce0999b5113a2fa3f87cffdca05" }, { - "title": "Meredith Kercher killer Rudy Guede could be freed within days", - "description": "

    Man convicted of murdering British student asks for sentence, due to end in January, to be reduced

    Rudy Guede, the only person definitively convicted of the murder of the British student Meredith Kercher, could be freed in the coming days after completing 13 years of a 16-year sentence.

    Guede’s sentence is due to end on 4 January, but he has asked magistrates to reduce it by a further 45 days.

    Continue reading...", - "content": "

    Man convicted of murdering British student asks for sentence, due to end in January, to be reduced

    Rudy Guede, the only person definitively convicted of the murder of the British student Meredith Kercher, could be freed in the coming days after completing 13 years of a 16-year sentence.

    Guede’s sentence is due to end on 4 January, but he has asked magistrates to reduce it by a further 45 days.

    Continue reading...", - "category": "Meredith Kercher", - "link": "https://www.theguardian.com/world/2021/nov/22/meredith-kercher-killer-rudy-guede-could-be-freed-within-days", - "creator": "Angela Giuffrida in Rome", - "pubDate": "2021-11-22T17:22:29Z", + "title": "Biden's Federal Vaccine Mandate Wipeout", + "description": "The Administration ignored the law. It is getting crushed in court.", + "content": "The Administration ignored the law. It is getting crushed in court.", + "category": "PAID", + "link": "https://www.wsj.com/articles/bidens-covid-vaccine-mandate-wipeout-courts-11639076342", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 19:25:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a7955fca0286a085c64f73745f429b87" + "hash": "27271c1a3e43656f322a34047c320698" }, { - "title": "Improving migrant workers’ lives in Qatar | Letter", - "description": "

    Faha Al-Mana responds to a report on allegations of exploitation and abuse by migrant workers in the run-up to the 2022 World Cup

    Your report (‘We have fallen into a trap’: Qatar’s World Cup dream is a nightmare for hotel staff, 18 November) fails to acknowledge the progress Qatar has made to improve living and working standards for foreign workers, including those in the hospitality sector.

    The impact of Qatar’s reforms is best highlighted through its numbers: over 240,000 workers have successfully changed jobs since barriers were removed in September 2020; more than 400,000 have directly benefited from the new minimum wage; improvements to the wage protection system now protect 96% of eligible workers from wage abuse; and hundreds of thousands of workers have left Qatar and returned without permission from their employer since exit permits were abolished.

    Continue reading...", - "content": "

    Faha Al-Mana responds to a report on allegations of exploitation and abuse by migrant workers in the run-up to the 2022 World Cup

    Your report (‘We have fallen into a trap’: Qatar’s World Cup dream is a nightmare for hotel staff, 18 November) fails to acknowledge the progress Qatar has made to improve living and working standards for foreign workers, including those in the hospitality sector.

    The impact of Qatar’s reforms is best highlighted through its numbers: over 240,000 workers have successfully changed jobs since barriers were removed in September 2020; more than 400,000 have directly benefited from the new minimum wage; improvements to the wage protection system now protect 96% of eligible workers from wage abuse; and hundreds of thousands of workers have left Qatar and returned without permission from their employer since exit permits were abolished.

    Continue reading...", - "category": "Workers' rights", - "link": "https://www.theguardian.com/global-development/2021/nov/22/improving-migrant-workers-lives-in-qatar", - "creator": "Letters", - "pubDate": "2021-11-22T17:19:01Z", + "title": "The Ayatollahs' Twitter Trolls", + "description": "How social-media companies help Iran’s regime suppress the democracy movement.", + "content": "How social-media companies help Iran’s regime suppress the democracy movement.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-ayatollahs-twitter-trolls-protest-censorship-free-speech-iran-social-media-content-moderation-11639083078", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 18:45:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0a80246884b567a5e3e6b99a7b0fa25" + "hash": "696e276268cb0f4aadd8a57dfeb83f32" }, { - "title": "Priceless Roman mosaic spent 50 years as a coffee table in New York apartment", - "description": "

    Long-lost mosaic commissioned by Emperor Caligula disappeared from Italian museum during second world war

    A priceless Roman mosaic that once decorated a ship used by the emperor Caligula was used for almost 50 years as a coffee table in an apartment in New York City.

    Dario Del Bufalo, an Italian expert on ancient stone and marble, described how he found the mosaic in an interview with CBS’s 60 Minutes on Sunday.

    Continue reading...", - "content": "

    Long-lost mosaic commissioned by Emperor Caligula disappeared from Italian museum during second world war

    A priceless Roman mosaic that once decorated a ship used by the emperor Caligula was used for almost 50 years as a coffee table in an apartment in New York City.

    Dario Del Bufalo, an Italian expert on ancient stone and marble, described how he found the mosaic in an interview with CBS’s 60 Minutes on Sunday.

    Continue reading...", - "category": "Art and design", - "link": "https://www.theguardian.com/artanddesign/2021/nov/22/priceless-roman-mosaic-coffee-table-new-york-apartment", - "creator": "Gloria Oladipo", - "pubDate": "2021-11-22T16:45:43Z", + "title": "Who's Afraid of Nathan Law? China", + "description": "Biden’s democracy summit gets the right kind of criticism.", + "content": "Biden’s democracy summit gets the right kind of criticism.", + "category": "PAID", + "link": "https://www.wsj.com/articles/whos-afraid-of-nathan-law-china-chris-tang-biden-summit-for-democracy-11639090755", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 19:01:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "569923807e3d0574b106bf3526eff25f" + "hash": "7e7344d198c7e63928d890bf3b9aa3ed" }, { - "title": "Peng Shuai backlash leaves IOC facing familiar criticism over human rights", - "description": "

    Analysis: Olympic committee is accused of engaging in a ‘publicity stunt’ by taking part in video call

    As human rights organisations and the world’s media questioned the whereabouts of the Chinese tennis player Peng Shuai, the International Olympic Committee opted for a “quiet diplomacy” approach, arguing that was the most effective way to deal with such a case.

    “Experience shows that quiet diplomacy offers the best opportunity to find a solution for questions of such nature. This explains why the IOC will not comment any further at this stage,” the Lausanne-based organisation said in an emailed statement on Thursday about the case of Peng, who disappeared from public view after she made an accusation of sexual assault against a former senior Chinese official.

    Continue reading...", - "content": "

    Analysis: Olympic committee is accused of engaging in a ‘publicity stunt’ by taking part in video call

    As human rights organisations and the world’s media questioned the whereabouts of the Chinese tennis player Peng Shuai, the International Olympic Committee opted for a “quiet diplomacy” approach, arguing that was the most effective way to deal with such a case.

    “Experience shows that quiet diplomacy offers the best opportunity to find a solution for questions of such nature. This explains why the IOC will not comment any further at this stage,” the Lausanne-based organisation said in an emailed statement on Thursday about the case of Peng, who disappeared from public view after she made an accusation of sexual assault against a former senior Chinese official.

    Continue reading...", - "category": "Peng Shuai", - "link": "https://www.theguardian.com/sport/2021/nov/22/peng-shuai-backlash-ioc-familiar-criticism-human-rights", - "creator": "Vincent Ni China affairs correspondent", - "pubDate": "2021-11-22T16:37:05Z", + "title": "The Stealth Gas-Heating Tax", + "description": "The House methane ‘fee’ is a tax on consumers who use natural gas.", + "content": "The House methane ‘fee’ is a tax on consumers who use natural gas.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-stealth-home-heating-tax-methane-fee-house-democrats-spending-bill-joe-manchin-biden-11637963624", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 19:24:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d4b8ebe13452defd15f482ee3bd9d72" + "hash": "c7d034e69eb8dbce9ff2eb12ef2ac1da" }, { - "title": "Base of the iceberg: the tragic cost of concussion in amateur sport | Emma Kemp", - "description": "

    Former footy player Paul Wheatley is serving a prison sentence – the culmination of a chain of events that could be traced back to numerous on-field head knocks

    Paul Wheatley is often in bed by 7.30pm. There is little else to do once locked in his prison cell well before the sun’s light fades. So he reads a bit, then attempts to drift into unconsciousness.

    It is the only sure way to push out the voice which follows him everywhere. The one most familiar and cherished in his world frantically repeating his name, each an anguished attempt to rouse him from a seizure before they were off the road and the tree appeared and it was too late.

    Continue reading...", - "content": "

    Former footy player Paul Wheatley is serving a prison sentence – the culmination of a chain of events that could be traced back to numerous on-field head knocks

    Paul Wheatley is often in bed by 7.30pm. There is little else to do once locked in his prison cell well before the sun’s light fades. So he reads a bit, then attempts to drift into unconsciousness.

    It is the only sure way to push out the voice which follows him everywhere. The one most familiar and cherished in his world frantically repeating his name, each an anguished attempt to rouse him from a seizure before they were off the road and the tree appeared and it was too late.

    Continue reading...", - "category": "Concussion in sport", - "link": "https://www.theguardian.com/sport/2021/nov/23/base-of-the-iceberg-the-tragic-cost-of-concussion-in-amateur-sport", - "creator": "Emma Kemp", - "pubDate": "2021-11-22T16:30:30Z", + "title": "America Needs Saudi Self-Defense", + "description": "Without interceptors for Riyadh, America risks making Iran stronger and driving oil prices up.", + "content": "Without interceptors for Riyadh, America risks making Iran stronger and driving oil prices up.", + "category": "PAID", + "link": "https://www.wsj.com/articles/us-needs-saudi-arabia-arms-patriot-interceptors-drone-missile-houthis-oil-prices-biden-human-rights-11639064928", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 12:29:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ec65acbbdc79bd7d7d411ba73b6e89c" + "hash": "02e39fff3e45f8507925c6354cb7114f" }, { - "title": "Outrage after two journalists detained at Indigenous protest in Canada", - "description": "

    Press organizations condemn arrest of Amber Bracken and Michael Toledano at pipeline protest in British Columbia

    Press organizations in Canada have condemned the arrest of two journalists who were detained while covering Indigenous-led resistance to a controversial pipeline project and remain in custody.

    Amber Bracken, an award-winning photojournalist who has previously worked with the Guardian, and Michael Toledano, a documentary film-maker, were arrested on Friday by Royal Canadian Mounted police officers who were enforcing a court-ordered injunction in British Columbia. More than a dozen protesters were also arrested.

    Continue reading...", - "content": "

    Press organizations condemn arrest of Amber Bracken and Michael Toledano at pipeline protest in British Columbia

    Press organizations in Canada have condemned the arrest of two journalists who were detained while covering Indigenous-led resistance to a controversial pipeline project and remain in custody.

    Amber Bracken, an award-winning photojournalist who has previously worked with the Guardian, and Michael Toledano, a documentary film-maker, were arrested on Friday by Royal Canadian Mounted police officers who were enforcing a court-ordered injunction in British Columbia. More than a dozen protesters were also arrested.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2021/nov/22/canada-two-journalists-detained-indigenous-pipeline-protest", - "creator": "Leyland Ceccoin Ottawa", - "pubDate": "2021-11-22T16:23:17Z", + "title": "Iran's Increasingly Short Path to a Bomb", + "description": "The 2015 deal’s lax rules made it easy for Tehran to advance its program.", + "content": "The 2015 deal’s lax rules made it easy for Tehran to advance its program.", + "category": "PAID", + "link": "https://www.wsj.com/articles/irans-increasingly-short-path-to-a-bomb-nuclear-deal-biden-trump-jcpoa-11638887488", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 18:52:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9198d8173bd32fff9bc8419c1ddf592e" + "hash": "8583f8a241fa3c306380d43d6c881009" }, { - "title": "West weighs up costs of boycotting China’s Winter Olympics", - "description": "

    Analysis: calls growing amid Xinjiang allegations and Peng Shuai fallout, but Beijing takes slights very seriously

    Boycotting the Beijing Winter Olympics in February may seem a simple, symbolic diplomatic gesture – when put alongside the allegations of labour camps in Xinjiang province and the apparent sexual exploitation of the Chinese tennis star Peng Shuai – but such is the contemporary economic power of China that the step will only be taken after much agonising.

    The threats and economic boycotts that Australia, Canada and more recently Lithuania have suffered at the hands of the Chinese for challenging Beijing’s authority in one way or another are not experiences other countries will want to copy lightly.

    Continue reading...", - "content": "

    Analysis: calls growing amid Xinjiang allegations and Peng Shuai fallout, but Beijing takes slights very seriously

    Boycotting the Beijing Winter Olympics in February may seem a simple, symbolic diplomatic gesture – when put alongside the allegations of labour camps in Xinjiang province and the apparent sexual exploitation of the Chinese tennis star Peng Shuai – but such is the contemporary economic power of China that the step will only be taken after much agonising.

    The threats and economic boycotts that Australia, Canada and more recently Lithuania have suffered at the hands of the Chinese for challenging Beijing’s authority in one way or another are not experiences other countries will want to copy lightly.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/nov/22/west-weighs-up-costs-of-boycotting-china-beijing-winter-olympics", - "creator": "Patrick Wintour Diplomatic editor", - "pubDate": "2021-11-22T16:15:24Z", + "title": "Let's Pump the Brakes on Big Tech", + "description": "Smartphones exist to distract us. Cars require the opposite.", + "content": "Smartphones exist to distract us. Cars require the opposite.", + "category": "PAID", + "link": "https://www.wsj.com/articles/lets-pump-the-brakes-on-big-tech-car-distracted-driving-accidents-auto-maker-apple-google-11639064616", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 13:34:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d89216bbb96fff0dcd87edd6d77c065" + "hash": "b1788370d7d0fe26a8a0fe3308b59fe1" }, { - "title": "Nasa to slam spacecraft into asteroid in mission to avoid future Armaggedon", - "description": "

    Test drive of planetary defence system aims to provide data on how to deflect asteroids away from Earth

    That’s one large rock, one momentous shift in our relationship with space. On Wednesday, Nasa will launch a mission to deliberately slam a spacecraft into an asteroid to try to alter its orbit – the first time humanity has tried to interfere in the gravitational dance of the solar system. The aim is to test drive a planetary defence system that could prevent us from going the same way as the dinosaurs, providing the first real data about what it would take to deflect an Armageddon-inducing asteroid away from Earth.

    Our planet is constantly being bombarded with small pieces of debris, but these are usually burned or broken up long before they hit the ground. Once in a while, however, something large enough to do significant damage hits the ground. About 66m years ago, one such collision is thought to have ended the reign of the dinosaurs, ejecting vast amounts of dust and debris into the upper atmosphere, which obscured the sun and caused food chains to collapse. Someday, something similar could call time on humanity’s reign – unless we can find a way to deflect it.

    Continue reading...", - "content": "

    Test drive of planetary defence system aims to provide data on how to deflect asteroids away from Earth

    That’s one large rock, one momentous shift in our relationship with space. On Wednesday, Nasa will launch a mission to deliberately slam a spacecraft into an asteroid to try to alter its orbit – the first time humanity has tried to interfere in the gravitational dance of the solar system. The aim is to test drive a planetary defence system that could prevent us from going the same way as the dinosaurs, providing the first real data about what it would take to deflect an Armageddon-inducing asteroid away from Earth.

    Our planet is constantly being bombarded with small pieces of debris, but these are usually burned or broken up long before they hit the ground. Once in a while, however, something large enough to do significant damage hits the ground. About 66m years ago, one such collision is thought to have ended the reign of the dinosaurs, ejecting vast amounts of dust and debris into the upper atmosphere, which obscured the sun and caused food chains to collapse. Someday, something similar could call time on humanity’s reign – unless we can find a way to deflect it.

    Continue reading...", - "category": "Asteroids", - "link": "https://www.theguardian.com/science/2021/nov/22/nasa-slam-spacecraft-into-asteroid-to-avoid-armaggedon", - "creator": "Linda Geddes", - "pubDate": "2021-11-22T16:04:03Z", + "title": "Biden Would Make Daycare Even More Expensive", + "description": "The Build Back Better bill would act like a $20,000 to $30,000 annual tax on middle-income families.", + "content": "The Build Back Better bill would act like a $20,000 to $30,000 annual tax on middle-income families.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-would-make-daycare-even-pricier-child-care-cost-quality-regulation-build-back-better-11639084122", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 18:47:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f914a566f7bb1ce1759520f447e2422f" + "hash": "d505c7b55bab9208544d9d1c5bc1006a" }, { - "title": "‘She believed in every one of us’: ex-pupils on their inspirational teachers", - "description": "

    After Adele’s tearful reunion with a former teacher, four readers recall their own school memories

    “So bloody cool, so engaging.” That’s how Adele described her English teacher at Chestnut Grove school in Balham, south-west London, Ms McDonald, when asked who had inspired her.

    Answering a question from the actor Emma Thompson during ITV’s An Audience With Adele on Sunday, Adele said: “She really made us care, and we knew that she cared about us and stuff like that.”

    Continue reading...", - "content": "

    After Adele’s tearful reunion with a former teacher, four readers recall their own school memories

    “So bloody cool, so engaging.” That’s how Adele described her English teacher at Chestnut Grove school in Balham, south-west London, Ms McDonald, when asked who had inspired her.

    Answering a question from the actor Emma Thompson during ITV’s An Audience With Adele on Sunday, Adele said: “She really made us care, and we knew that she cared about us and stuff like that.”

    Continue reading...", - "category": "Teaching", - "link": "https://www.theguardian.com/education/2021/nov/22/she-believed-in-us-ex-pupils-on-their-inspirational-teachers-adele", - "creator": "Jamie Grierson", - "pubDate": "2021-11-22T15:50:59Z", + "title": "Court Packing Is Discreditable as Ever", + "description": "Judicial independence is too important to sacrifice for a majority’s temporary political advantage.", + "content": "Judicial independence is too important to sacrifice for a majority’s temporary political advantage.", + "category": "PAID", + "link": "https://www.wsj.com/articles/court-packing-is-discreditable-as-ever-supreme-court-expansion-biden-progressives-constitution-11639083365", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 18:50:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0afdd168d4b51046b8969c8f58553b1a" + "hash": "85298a4be84985d65d3568cd7b292620" }, { - "title": "Russia accuses west of building up forces on its borders", - "description": "

    Moscow, which has nearly 100,000 troops near Ukraine border, also criticises ‘provocative policy’ of US and EU towards Kyiv

    Russia has accused the west of building up forces on its borders as well as those of Belarus in remarks that appeared tailored to mirror recent US warnings about Moscow’s aggressive positioning towards Ukraine.

    The Kremlin, as well as Russian intelligence, security, and diplomatic officials, have all gone on the offensive in the past 48 hours after Vladimir Putin publicly instructed his diplomats that tensions should be maintained with the west as a form of aggressive deterrence.

    Continue reading...", - "content": "

    Moscow, which has nearly 100,000 troops near Ukraine border, also criticises ‘provocative policy’ of US and EU towards Kyiv

    Russia has accused the west of building up forces on its borders as well as those of Belarus in remarks that appeared tailored to mirror recent US warnings about Moscow’s aggressive positioning towards Ukraine.

    The Kremlin, as well as Russian intelligence, security, and diplomatic officials, have all gone on the offensive in the past 48 hours after Vladimir Putin publicly instructed his diplomats that tensions should be maintained with the west as a form of aggressive deterrence.

    Continue reading...", - "category": "Russia", - "link": "https://www.theguardian.com/world/2021/nov/22/russia-accuses-west-of-building-up-forces-on-its-borders", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-11-22T15:28:22Z", + "title": "What Hillary Might Have Said", + "description": "American greatness does not depend on a particular partisan outcome.", + "content": "American greatness does not depend on a particular partisan outcome.", + "category": "PAID", + "link": "https://www.wsj.com/articles/what-hillary-might-have-said-11639098094", + "creator": "", + "pubDate": "Thu, 09 Dec 2021 20:01:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3405232836a7d4ef26bf081b68a37526" + "hash": "e50b0bbac0f011a6fe46918de73d5a97" }, { - "title": "After sex and on the toilet: why we can’t put our phones down – but we really, really should", - "description": "

    A new survey has found that nowhere is sacred for a society of phone addicts, not even weddings and funerals

    Age: Fresh out of the poll oven. A new one, of 1,098 American adults by the games website Solitaired, finds we use our phones all the time and everywhere.

    No way! People are addicted to phones? I honestly had no idea … Hey, less of the sarcasm. You might not realise the extent of it. Nowhere or no occasion is sacred.

    Continue reading...", - "content": "

    A new survey has found that nowhere is sacred for a society of phone addicts, not even weddings and funerals

    Age: Fresh out of the poll oven. A new one, of 1,098 American adults by the games website Solitaired, finds we use our phones all the time and everywhere.

    No way! People are addicted to phones? I honestly had no idea … Hey, less of the sarcasm. You might not realise the extent of it. Nowhere or no occasion is sacred.

    Continue reading...", - "category": "Life and style", - "link": "https://www.theguardian.com/lifeandstyle/2021/nov/22/after-sex-on-toilet-crossing-road-cant-put-phones-down", + "title": "Christendom's Greatest Satirist", + "description": "In Martin Luther’s age, Erasmus tried to bridge the Catholic-Protestant divide.", + "content": "In Martin Luther’s age, Erasmus tried to bridge the Catholic-Protestant divide.", + "category": "PAID", + "link": "https://www.wsj.com/articles/christendoms-greatest-satirist-desiderius-erasmus-martin-luther-reformation-catholic-polarization-11639083987", "creator": "", - "pubDate": "2021-11-22T15:06:34Z", + "pubDate": "Thu, 09 Dec 2021 18:41:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "33f98da1bfb77dd94ed25355b891eec9" + "hash": "1f64cac6fc4a58fd512cf8dfc3a5fa06" }, { - "title": "How a dream coach helped Benedict Cumberbatch and Jane Campion put the unconscious on screen", - "description": "

    Kim Gillingham explains how her work on The Power of the Dog enabled the ‘lioness of an artist’ and her ‘translucent’ star to access their inmost drives

    To access his dreams the surrealist artist Salvador Dalí napped while sitting on a chair, holding keys over an upturned metal plate. After he lost consciousness, the keys dropped onto the plate, jangling him awake so he could paint fresh from his unconscious. Kim Gillingham tells this story to connect her practice to the history of artistic endeavour. She is a Jungian dream coach, based in LA, who combines ideas from psychoanalysis and the method acting of the Actors Studio to, in her words: “access the incredible resource of the unconscious through dreams and through work with the body and to use that material to bring authenticity, truth and aliveness up through whatever discipline the artist is working in”.

    Jane Campion sought Gillingham’s services to help conjure the forces at play in her first film in 12 years, The Power of the Dog. It’s a western adapted from Thomas Savage’s 1967 novel that riffs on themes of masculinity and stars Benedict Cumberbatch as Phil Burbank, a toxic alpha cowboy whose personality is designed to hide a secret that would have made him vulnerable in the story’s setting of 1920s Montana.

    The Power of the Dog is streaming now on Netflix.

    Continue reading...", - "content": "

    Kim Gillingham explains how her work on The Power of the Dog enabled the ‘lioness of an artist’ and her ‘translucent’ star to access their inmost drives

    To access his dreams the surrealist artist Salvador Dalí napped while sitting on a chair, holding keys over an upturned metal plate. After he lost consciousness, the keys dropped onto the plate, jangling him awake so he could paint fresh from his unconscious. Kim Gillingham tells this story to connect her practice to the history of artistic endeavour. She is a Jungian dream coach, based in LA, who combines ideas from psychoanalysis and the method acting of the Actors Studio to, in her words: “access the incredible resource of the unconscious through dreams and through work with the body and to use that material to bring authenticity, truth and aliveness up through whatever discipline the artist is working in”.

    Jane Campion sought Gillingham’s services to help conjure the forces at play in her first film in 12 years, The Power of the Dog. It’s a western adapted from Thomas Savage’s 1967 novel that riffs on themes of masculinity and stars Benedict Cumberbatch as Phil Burbank, a toxic alpha cowboy whose personality is designed to hide a secret that would have made him vulnerable in the story’s setting of 1920s Montana.

    The Power of the Dog is streaming now on Netflix.

    Continue reading...", - "category": "The Power of the Dog", - "link": "https://www.theguardian.com/film/2021/nov/22/dream-coach-benedict-cumberbatch-jane-campion-unconscious-on-screen-the-power-of-the-dog", - "creator": "Sophie Monks Kaufman", - "pubDate": "2021-11-22T15:00:28Z", + "title": "Stupid Inflation Tricks, Round 2", + "description": "An energy executive instructs Sen. Warren on natural gas prices and CO2 emissions.", + "content": "An energy executive instructs Sen. Warren on natural gas prices and CO2 emissions.", + "category": "PAID", + "link": "https://www.wsj.com/articles/stupid-inflation-tricks-round-2-elizabeth-warren-toby-rice-eqt-energy-prices-natural-gas-11638990465", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 17:17:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "549f91f0f04d87f207e3580139ea872e" + "hash": "8eb8600254628a6dfa528effb5dd12a4" }, { - "title": "‘Covid has formed the person I am’: young people on how the pandemic changed them", - "description": "

    While some were inspired to make the most of life when they finally could, others say they felt unvalued and overlooked, as well as disappointed by the government

    For the past 12 months, the Guardian has tracked the journey of a group of young people from across the UK, capturing their intimate feelings and experiences as the pandemic upends their lives. Here they tell us how the past year has affected them – and transformed their futures.

    Aadam Patel, 22, lives in Dewsbury, West Yorkshire, with his parents, Musa and Zubeda, and his brother and two sisters

    Continue reading...", - "content": "

    While some were inspired to make the most of life when they finally could, others say they felt unvalued and overlooked, as well as disappointed by the government

    For the past 12 months, the Guardian has tracked the journey of a group of young people from across the UK, capturing their intimate feelings and experiences as the pandemic upends their lives. Here they tell us how the past year has affected them – and transformed their futures.

    Aadam Patel, 22, lives in Dewsbury, West Yorkshire, with his parents, Musa and Zubeda, and his brother and two sisters

    Continue reading...", - "category": "Young people", - "link": "https://www.theguardian.com/society/2021/nov/22/covid-has-formed-the-person-i-am-young-people-on-how-the-pandemic-changed-them", - "creator": "Amelia Hill", - "pubDate": "2021-11-22T14:36:10Z", + "title": "Inflation Isn't 'Transitory' on My Farm", + "description": "My shipment of flowerpots is floating in the Pacific, and my fertilizer costs could triple this year.", + "content": "My shipment of flowerpots is floating in the Pacific, and my fertilizer costs could triple this year.", + "category": "PAID", + "link": "https://www.wsj.com/articles/inflation-isnt-transitory-on-my-farm-supply-chain-shipping-small-business-trade-fertilizer-hawley-rubio-11638980824", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 12:33:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be3cd09ccf1c70a6e7752197a6c50de8" + "hash": "6fc01e147b1176a2aeb23a55ab2097d8" }, { - "title": "Women bore brunt of social and economic impacts of Covid – Red Cross", - "description": "

    In 82% of countries surveyed, women were disproportionately hit, from loss of income to extra responsibility for caring, report shows

    The social and economic burden of Covid-19 has fallen disproportionately on women around the world, the Red Cross has warned, in a stark analysis of the impact of the pandemic.

    Women were particularly affected by loss of income and education, rises in domestic violence, child marriage and trafficking, and responsibility for caring for children and sick relatives, according to a comprehensive report published by the International Federation of Red Cross and Red Crescent Societies (IFRC) on Monday.

    Continue reading...", - "content": "

    In 82% of countries surveyed, women were disproportionately hit, from loss of income to extra responsibility for caring, report shows

    The social and economic burden of Covid-19 has fallen disproportionately on women around the world, the Red Cross has warned, in a stark analysis of the impact of the pandemic.

    Women were particularly affected by loss of income and education, rises in domestic violence, child marriage and trafficking, and responsibility for caring for children and sick relatives, according to a comprehensive report published by the International Federation of Red Cross and Red Crescent Societies (IFRC) on Monday.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/22/women-bore-brunt-of-social-and-economic-impacts-of-covid-red-cross", - "creator": "Jessie McDonald", - "pubDate": "2021-11-22T14:07:21Z", + "title": "Their Friends the Americans", + "description": "The Saudis are running out of ammo to defend against the Houthis.", + "content": "The Saudis are running out of ammo to defend against the Houthis.", + "category": "PAID", + "link": "https://www.wsj.com/articles/their-friends-the-americans-saudi-arabia-houthis-iran-ammunition-senate-resolution-11638975527", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 17:04:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4887c4d3847e727f7041949f357cb1f" + "hash": "c2735e11713f274c28b1a661f826e93f" }, { - "title": "‘All my friends went home’: a fruit picker on life without EU workers", - "description": "

    With fellow Europeans leaving the UK, and no British workers taking their place, Eleanor Popa’s job harvesting strawberries has gone from tough to tough and lonely. Will the farm survive another year?

    Eleanor Popa used to sleep in a six-berth caravan on the site of Sharrington Strawberries, a 16-hectare (40-acre) strawberry farm in Melton Constable, Norfolk. Now, there are only four people in her caravan: everyone else has left to work in EU countries. “My friends,” she says, “they went home, or to work in Spain and Germany. A lot of them did not come back to work this year.”

    Popa, who is from Bulgaria, has been a fruit picker for two years. “It’s hard work,” she says. “We have to get up early and pick. It’s 6am in the summer. Now we get up at 7.30am. And we work in tunnels. Sometimes it’s cold, sometimes it’s hot. Sometimes it’s windy. It can be boring.” Picking strawberries is skilled work. “It took me a month to learn how to pick the fruit,” she says.

    Continue reading...", - "content": "

    With fellow Europeans leaving the UK, and no British workers taking their place, Eleanor Popa’s job harvesting strawberries has gone from tough to tough and lonely. Will the farm survive another year?

    Eleanor Popa used to sleep in a six-berth caravan on the site of Sharrington Strawberries, a 16-hectare (40-acre) strawberry farm in Melton Constable, Norfolk. Now, there are only four people in her caravan: everyone else has left to work in EU countries. “My friends,” she says, “they went home, or to work in Spain and Germany. A lot of them did not come back to work this year.”

    Popa, who is from Bulgaria, has been a fruit picker for two years. “It’s hard work,” she says. “We have to get up early and pick. It’s 6am in the summer. Now we get up at 7.30am. And we work in tunnels. Sometimes it’s cold, sometimes it’s hot. Sometimes it’s windy. It can be boring.” Picking strawberries is skilled work. “It took me a month to learn how to pick the fruit,” she says.

    Continue reading...", - "category": "Work & careers", - "link": "https://www.theguardian.com/lifeandstyle/2021/nov/22/all-my-friends-went-home-a-fruit-picker-on-life-without-eu-workers", - "creator": "Sirin Kale", - "pubDate": "2021-11-22T14:00:27Z", + "title": "Deter Russia by Arming NATO Allies", + "description": "Moscow is challenging Europe’s postwar security system, and not only by threatening Ukraine.", + "content": "Moscow is challenging Europe’s postwar security system, and not only by threatening Ukraine.", + "category": "PAID", + "link": "https://www.wsj.com/articles/deter-russia-by-arming-nato-allies-ukraine-putin-invasion-poland-lithuania-belarus-biden-11638980893", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 12:34:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7e10ef010ca493f13639e1a1fb3c9b5" + "hash": "73e93d2b979873d10a88af97aca2ebce" }, { - "title": "Another Covid Christmas: Britons urged to delay festive plans", - "description": "

    Analysis: scientists say high transmission rates mean caution is critical if people are to stay safe

    As Christmas approached in 2020, it was not a Dickensian spirit but the spectre of Covid that haunted households up and down the UK.

    With cases soaring, government-approved plans to allow three households to mix for five days in England were scrapped within weeks of being made, while scientists urged families to connect over Zoom or host drinks on the pavement rather than meeting for a hug.

    Continue reading...", - "content": "

    Analysis: scientists say high transmission rates mean caution is critical if people are to stay safe

    As Christmas approached in 2020, it was not a Dickensian spirit but the spectre of Covid that haunted households up and down the UK.

    With cases soaring, government-approved plans to allow three households to mix for five days in England were scrapped within weeks of being made, while scientists urged families to connect over Zoom or host drinks on the pavement rather than meeting for a hug.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/22/another-covid-christmas-britons-urged-delay-festive-plans", - "creator": "Nicola Davis Science correspondent", - "pubDate": "2021-11-22T13:35:00Z", + "title": "The Predictable Consequences of 'Defund the Police'", + "description": "It took a spate of murders for the mayor of Oakland, Calif., to abandon the destructive slogan.", + "content": "It took a spate of murders for the mayor of Oakland, Calif., to abandon the destructive slogan.", + "category": "PAID", + "link": "https://www.wsj.com/articles/consequences-of-defunding-the-police-libby-schaaf-violent-crime-rate-murder-public-safety-11638915238", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 18:24:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "994b863c23c885b0a20910aef83beac7" + "hash": "ad072c64ace4127ac75a7e181e68d45d" }, { - "title": "Violence breaks out in Brussels in protests against Covid restrictions – video", - "description": "

    Riot police and protesters clashed in the streets of Brussels on Sunday in demonstrations over government-imposed Covid-19 restrictions, with police firing water cannon and teargas at crowds. Protesters threw smoke bombs, fireworks and rocks at officers. Belgium tightened its coronavirus restrictions on Wednesday, mandating wider use of masks and enforcing working from home, as cases surged in the country

    Continue reading...", - "content": "

    Riot police and protesters clashed in the streets of Brussels on Sunday in demonstrations over government-imposed Covid-19 restrictions, with police firing water cannon and teargas at crowds. Protesters threw smoke bombs, fireworks and rocks at officers. Belgium tightened its coronavirus restrictions on Wednesday, mandating wider use of masks and enforcing working from home, as cases surged in the country

    Continue reading...", - "category": "Belgium", - "link": "https://www.theguardian.com/world/video/2021/nov/22/violence-breaks-out-in-brussels-in-protests-against-covid-restrictions-video", + "title": "About All Those Pandemic Billionaires", + "description": "Thomas Piketty shows how government stoked wealth inequality.", + "content": "Thomas Piketty shows how government stoked wealth inequality.", + "category": "PAID", + "link": "https://www.wsj.com/articles/about-all-those-pandemic-billionaires-world-inequality-report-thomas-piketty-11638991033", "creator": "", - "pubDate": "2021-11-22T10:41:47Z", + "pubDate": "Wed, 08 Dec 2021 17:02:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7144d6e2460b384bf8839390f61a315" + "hash": "5b00c63f65d7306f2591f03e2a599f10" }, { - "title": "The road to reform: have things improved for Qatar’s World Cup migrant workers?", - "description": "

    A year before kick off, workers claim companies are refusing to enforce sweeping new labour laws created to stamp out human rights abuses

    When Qatar won the bid to host the World Cup in 2010, the triumphant Gulf state unveiled plans to host the most spectacular of all World Cup tournaments and began an ambitious building plan of state-of-the-art stadiums, luxury hotels and a sparkling new metro.

    Yet, over the next decade, the brutal conditions in which hundreds of thousands of migrant workers toiled in searing heat to build Qatar’s World Cup vision has been exposed, with investigations into the forced labour , debt bondage and worker death toll causing international outrage.

    Continue reading...", - "content": "

    A year before kick off, workers claim companies are refusing to enforce sweeping new labour laws created to stamp out human rights abuses

    When Qatar won the bid to host the World Cup in 2010, the triumphant Gulf state unveiled plans to host the most spectacular of all World Cup tournaments and began an ambitious building plan of state-of-the-art stadiums, luxury hotels and a sparkling new metro.

    Yet, over the next decade, the brutal conditions in which hundreds of thousands of migrant workers toiled in searing heat to build Qatar’s World Cup vision has been exposed, with investigations into the forced labour , debt bondage and worker death toll causing international outrage.

    Continue reading...", - "category": "Workers' rights", - "link": "https://www.theguardian.com/global-development/2021/nov/22/qatar-labour-rights-reforms-world-cup-legacy", - "creator": "Pete Pattisson in Doha", - "pubDate": "2021-11-22T08:00:20Z", + "title": "How I Reached the Tipping Point", + "description": "Another customer gave a Whole Foods cashier a hard time. I gave her a $20 bill.", + "content": "Another customer gave a Whole Foods cashier a hard time. I gave her a $20 bill.", + "category": "PAID", + "link": "https://www.wsj.com/articles/how-i-reached-the-tipping-point-charity-kindness-giving-covid-19-masks-11638988631", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 16:46:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a90839d2d5f9802a37e34a9a8956aae" + "hash": "941214bd8e42d101f32b4e6326c29402" }, { - "title": "Pregnant women at risk in Malawi as drug shortage prevents caesareans", - "description": "

    Patients travelling long distances to find surgery cancelled as lack of anaesthetics shuts operating theatres in half of hospitals

    Almost half of Malawi’s district hospitals have closed their operating theatres due to a dire shortage of anaesthetics.

    Maternity care has been affected by a lack of drugs, said doctors. Surgery, including caesareans, has been cancelled and patients needing emergency care have been moved hundreds of miles around the country.

    Continue reading...", - "content": "

    Patients travelling long distances to find surgery cancelled as lack of anaesthetics shuts operating theatres in half of hospitals

    Almost half of Malawi’s district hospitals have closed their operating theatres due to a dire shortage of anaesthetics.

    Maternity care has been affected by a lack of drugs, said doctors. Surgery, including caesareans, has been cancelled and patients needing emergency care have been moved hundreds of miles around the country.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/22/pregnant-women-at-risk-in-malawi-as-drug-shortage-prevents-caesareans", - "creator": "Charles Pensulo in Lilongwe", - "pubDate": "2021-11-22T07:00:19Z", + "title": "The Unbreakable Elizabeth Holmes", + "description": "Like the sitcom heroine, she’s innocent, more or less, and ready to move on.", + "content": "Like the sitcom heroine, she’s innocent, more or less, and ready to move on.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-unbreakable-elizabeth-holmes-trial-theranos-lab-reports-fraud-silicon-valley-venture-capital-11638916935", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 18:19:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef972daf6fafac4f6693d04d263460b3" + "hash": "3d54ddf3cd69eff0f959ca609ab9ff18" }, { - "title": "Social media footage shows SUV speeding through Wisconsin Christmas parade – video", - "description": "

    Social media footage shows a SUV speeding through a Christmas parade in Waukesha, Wisconsin, narrowly missing a small child. The red vehicle continued down the road and hit more than 20 people, including children. Waukesha police chief Dan Thompson said a person of interest was in custody and the suspect vehicle had been recovered. 

    Continue reading...", - "content": "

    Social media footage shows a SUV speeding through a Christmas parade in Waukesha, Wisconsin, narrowly missing a small child. The red vehicle continued down the road and hit more than 20 people, including children. Waukesha police chief Dan Thompson said a person of interest was in custody and the suspect vehicle had been recovered. 

    Continue reading...", - "category": "US news", - "link": "https://www.theguardian.com/us-news/video/2021/nov/22/social-media-footage-shows-suv-speeding-through-wisconsin-christmas-parade-video", + "title": "Capitalism---the People's Choice", + "description": "Gallup finds that most Americans prefer capitalism.", + "content": "Gallup finds that most Americans prefer capitalism.", + "category": "PAID", + "link": "https://www.wsj.com/articles/capitalismthe-peoples-choice-11639000741", "creator": "", - "pubDate": "2021-11-22T03:35:00Z", + "pubDate": "Wed, 08 Dec 2021 16:59:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4803e1ebd72001584a3d78242b3a9e9f" + "hash": "4ac4c64504669403091c285a26a20abb" }, { - "title": "The Bank of Mum and Dad has allowed New Zealand’s wealthy to become ‘opportunity hoarders’ | Max Rashbrooke", - "description": "

    When people are born into money it’s like they’ve stepped on an up escalator, borne effortlessly upwards while the poor go down

    In the last few decades, an apparently ordinary financial institution has assumed an importance that could hardly have been foreseen. It is not a finance company, a payday lender or even a crypto-currency. It is, rather, the Bank of Mum and Dad. Barely a day goes by without a media story about the struggles of young people to afford a first home, and their experience is rarely free from some kind of parental influence. Even the young grafters who have supposedly pulled themselves up by the bootstraps into homeownership often turn out to have lived rent-free with their parents or received some other kind of family support. Even more often, of course, they have simply relied on a large deposit from mum and dad.

    This is, in one sense, innocuous: parents want to assist their offspring financially, and have surely been doing so for as long as money has existed. But it is also insidious, because it allows some young people a significant – and completely unfair – advantage over others. And because those who can help their children into homeownership are themselves more likely to be homeowners, it ensures that advantage and disadvantage are passed down the generations. The economist Shamubeel Eaqub, with his eye for a well-turned phrase, calls this “the return of the landed gentry”.

    Continue reading...", - "content": "

    When people are born into money it’s like they’ve stepped on an up escalator, borne effortlessly upwards while the poor go down

    In the last few decades, an apparently ordinary financial institution has assumed an importance that could hardly have been foreseen. It is not a finance company, a payday lender or even a crypto-currency. It is, rather, the Bank of Mum and Dad. Barely a day goes by without a media story about the struggles of young people to afford a first home, and their experience is rarely free from some kind of parental influence. Even the young grafters who have supposedly pulled themselves up by the bootstraps into homeownership often turn out to have lived rent-free with their parents or received some other kind of family support. Even more often, of course, they have simply relied on a large deposit from mum and dad.

    This is, in one sense, innocuous: parents want to assist their offspring financially, and have surely been doing so for as long as money has existed. But it is also insidious, because it allows some young people a significant – and completely unfair – advantage over others. And because those who can help their children into homeownership are themselves more likely to be homeowners, it ensures that advantage and disadvantage are passed down the generations. The economist Shamubeel Eaqub, with his eye for a well-turned phrase, calls this “the return of the landed gentry”.

    Continue reading...", - "category": "New Zealand", - "link": "https://www.theguardian.com/world/commentisfree/2021/nov/22/the-bank-of-mum-and-dad-is-allowing-new-zealands-wealthy-to-become-opportunity-hoarders", - "creator": "Max Rashbrooke", - "pubDate": "2021-11-21T19:00:04Z", + "title": "Hong Kong Listing Means More Trouble for Didi", + "description": "‘National security’ laws allow Beijing to operate with impunity, free from foreign regulatory scrutiny.", + "content": "‘National security’ laws allow Beijing to operate with impunity, free from foreign regulatory scrutiny.", + "category": "PAID", + "link": "https://www.wsj.com/articles/hong-kong-listing-means-trouble-for-didi-chuxing-hkex-nyse-xi-national-security-emerging-markets-11638988934", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 16:50:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6654afd7ff48af95a8d84e7169ff8084" + "hash": "31d24d36a05a5f7bb17f94e4756065e9" }, { - "title": "'We need your criticism', Pope tells young people – video", - "description": "

    Speaking at St Peter's Basilica in the Vatican, Pope Francis encourages young people in their efforts to protect the environment, telling them to be 'the critical conscience of society'

    Continue reading...", - "content": "

    Speaking at St Peter's Basilica in the Vatican, Pope Francis encourages young people in their efforts to protect the environment, telling them to be 'the critical conscience of society'

    Continue reading...", - "category": "Pope Francis", - "link": "https://www.theguardian.com/world/video/2021/nov/21/we-need-your-criticism-pope-tells-young-people-video", + "title": "Yes, the Crime Wave is as Bad as You Think", + "description": "Progressives gaslight the public by claiming things used to be worse.", + "content": "Progressives gaslight the public by claiming things used to be worse.", + "category": "PAID", + "link": "https://www.wsj.com/articles/yes-the-crime-wave-is-as-bad-as-you-think-murder-rate-violent-killings-shootings-defund-police-11638988699", "creator": "", - "pubDate": "2021-11-21T16:55:17Z", + "pubDate": "Wed, 08 Dec 2021 16:51:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a4a2d259aed6d1168e8e0db2ef7f68f" + "hash": "ebc10e0ee36566f2672be17b8a92fa69" }, { - "title": "Sudanese PM’s release is only small step in resolving crisis", - "description": "

    Analysis: deal satisfies some international demands but route to democratic transition after fall of Omar al-Bashir remains unclear

    The deal to secure the release of the detained Sudanese prime minister, Abdalla Hamdok, signed by Hamdok and Gen Abdel Fattah al-Burhan, who seized power in a military coup on 25 October, leaves Sudan in a continuing crisis.

    While the agreement satisfies some of the immediate demands of the international community and mediators from the US and UN – not least securing the release of Hamdok and other political detainees – it leaves many of the country’s most serious issues in its political transition unresolved.

    Continue reading...", - "content": "

    Analysis: deal satisfies some international demands but route to democratic transition after fall of Omar al-Bashir remains unclear

    The deal to secure the release of the detained Sudanese prime minister, Abdalla Hamdok, signed by Hamdok and Gen Abdel Fattah al-Burhan, who seized power in a military coup on 25 October, leaves Sudan in a continuing crisis.

    While the agreement satisfies some of the immediate demands of the international community and mediators from the US and UN – not least securing the release of Hamdok and other political detainees – it leaves many of the country’s most serious issues in its political transition unresolved.

    Continue reading...", - "category": "Sudan", - "link": "https://www.theguardian.com/world/2021/nov/21/sudanese-pms-release-is-only-small-step-in-resolving-crisis", - "creator": "Peter Beaumont", - "pubDate": "2021-11-21T16:25:05Z", + "title": "Children and the Burden of Covid Policy", + "description": "A mandate deadline approaches at one of America’s largest school systems.", + "content": "A mandate deadline approaches at one of America’s largest school systems.", + "category": "PAID", + "link": "https://www.wsj.com/articles/children-and-the-burden-of-covid-policy-11638995783", + "creator": "", + "pubDate": "Wed, 08 Dec 2021 15:36:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8cda8e2498f4eead05f12a5ed39294d5" + "hash": "b28261a5ef8639c840ea61f13b9944cb" }, { - "title": "People used as 'living shields' in migration crisis, says Polish PM – video", - "description": "

    The Polish prime minister, Mateusz Morawiecki, says people from the Middle East are being used as 'living shields' as his country faces a 'new type of war', in reference to the migration crisis on its border with Belarus.

    Critics in the west have accused Belarus of artificially creating the crisis by bringing in people – mostly from the Middle East – and taking them to the border with promises of an easy crossing into the EU

    Continue reading...", - "content": "

    The Polish prime minister, Mateusz Morawiecki, says people from the Middle East are being used as 'living shields' as his country faces a 'new type of war', in reference to the migration crisis on its border with Belarus.

    Critics in the west have accused Belarus of artificially creating the crisis by bringing in people – mostly from the Middle East – and taking them to the border with promises of an easy crossing into the EU

    Continue reading...", - "category": "Poland", - "link": "https://www.theguardian.com/world/video/2021/nov/21/people-living-shields-migration-polish-pm-video-belarus-morawiecki", + "title": "Those Who Campaign, Teach My Students", + "description": "In a semester at UT Austin, I tried to show how to hook voters and rise in politics.", + "content": "In a semester at UT Austin, I tried to show how to hook voters and rise in politics.", + "category": "PAID", + "link": "https://www.wsj.com/articles/those-who-campaign-teach-my-students-bush-trump-obama-carville-axelrod-baker-mckinnon-11638988456", "creator": "", - "pubDate": "2021-11-21T13:41:31Z", + "pubDate": "Wed, 08 Dec 2021 16:56:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02e051fc55fc23aeb06dfb95a1f2e22c" + "hash": "f93350ea4ba49eb863535fc521b9b8ed" }, { - "title": "Sajid Javid rules out compulsory Covid vaccinations in UK – video", - "description": "

    The health secretary says the UK 'won't ever look at' mandatory vaccinations for the general public, after Austria announced it would become the first country in Europe to make coronavirus jabs compulsory. This comes as several countries, including Belgium, Germany and Norway, revealed last week they were preparing to beef up measures to tackle low uptake of Covid-19 vaccines

    Continue reading...", - "content": "

    The health secretary says the UK 'won't ever look at' mandatory vaccinations for the general public, after Austria announced it would become the first country in Europe to make coronavirus jabs compulsory. This comes as several countries, including Belgium, Germany and Norway, revealed last week they were preparing to beef up measures to tackle low uptake of Covid-19 vaccines

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/video/2021/nov/21/sajid-javid-rules-out-compulsory-covid-vaccinations-in-uk-video", + "title": "Federal Courts Aren't Royal Ones", + "description": "The judiciary should make it harder for judges to influence the selection of their successors.", + "content": "The judiciary should make it harder for judges to influence the selection of their successors.", + "category": "PAID", + "link": "https://www.wsj.com/articles/federal-courts-arent-royal-ones-separation-of-powers-judicial-successor-appointee-biden-king-11638988111", "creator": "", - "pubDate": "2021-11-21T11:31:19Z", + "pubDate": "Wed, 08 Dec 2021 16:54:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cf0544bb7abfbf830f6c1a6c6fcd8a74" + "hash": "cb8545231e771a3a1f5db910b3c7e621" }, { - "title": "Indigenous community evicted as land clashes over agribusiness rock Paraguay", - "description": "

    Police in riot gear tore down a community’s homes and ripped up crops, highlighting the country’s highly unequal land ownership

    Armed police with water cannons and a low-flying helicopter have faced off against indigenous villagers brandishing sticks and bows in the latest clash over land rights in Paraguay, a country with one of the highest inequalities of land ownership in the world.

    Videos of Thursday’s confrontation showed officers in riot armour jostling members of the Hugua Po’i community – including children and elderly people – out of their homes and into torrential rain.

    Continue reading...", - "content": "

    Police in riot gear tore down a community’s homes and ripped up crops, highlighting the country’s highly unequal land ownership

    Armed police with water cannons and a low-flying helicopter have faced off against indigenous villagers brandishing sticks and bows in the latest clash over land rights in Paraguay, a country with one of the highest inequalities of land ownership in the world.

    Videos of Thursday’s confrontation showed officers in riot armour jostling members of the Hugua Po’i community – including children and elderly people – out of their homes and into torrential rain.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/21/paraguay-evictions-land-indigenous-agribusiness", - "creator": "Laurence Blair in Raúl Arsenio Oviedo", - "pubDate": "2021-11-21T10:30:09Z", + "title": "Biden's Supreme Court Packers Pack Up", + "description": "Their report on adding Justices puts the issue in the President’s court.", + "content": "Their report on adding Justices puts the issue in the President’s court.", + "category": "PAID", + "link": "https://www.wsj.com/articles/bidens-supreme-court-packers-pack-up-advisory-commission-report-11638918665", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 18:54:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8c06c4bad2beecc1c997059b6d8cd5c" + "hash": "8a2e4173366b4426186abb8d9b9e3fb5" }, { - "title": "ICU is full of the unvaccinated – my patience with them is wearing thin | Anonymous", - "description": "

    Most of the resources the NHS is devoting to Covid in hospital are being spent on people who have not had their jab

    In hospital, Covid-19 has largely become a disease of the unvaccinated. The man in his 20s who had always watched what he ate, worked out in the gym, was too healthy to ever catch Covid badly. The 48-year-old who never got round to making the appointment.

    The person in their 50s whose friend had side-effects. The woman who wanted to wait for more evidence. The young pregnant lady worried about the effect on her baby.

    The writer is an NHS respiratory consultant who works across a number of hospitals

    Continue reading...", - "content": "

    Most of the resources the NHS is devoting to Covid in hospital are being spent on people who have not had their jab

    In hospital, Covid-19 has largely become a disease of the unvaccinated. The man in his 20s who had always watched what he ate, worked out in the gym, was too healthy to ever catch Covid badly. The 48-year-old who never got round to making the appointment.

    The person in their 50s whose friend had side-effects. The woman who wanted to wait for more evidence. The young pregnant lady worried about the effect on her baby.

    The writer is an NHS respiratory consultant who works across a number of hospitals

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/21/icu-is-full-of-the-unvaccinated-my-patience-with-them-is-wearing-thin", - "creator": "Anonymous", - "pubDate": "2021-11-21T09:16:25Z", + "title": "The Fight for Ukraine From Putin's View", + "description": "He sees Russia’s loss of the country as a historic injustice. So how far will he go?", + "content": "He sees Russia’s loss of the country as a historic injustice. So how far will he go?", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-fight-for-ukraine-from-putin-view-vladimir-biden-talks-russia-unity-ussr-crimea-invasion-11638889320", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 15:26:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0bd295d10feb765e2552c04ef6902dd4" + "hash": "f07808e2c340683658a113bd0c961ff6" }, { - "title": "Large fire breaks out near Paris opera – video", - "description": "

    A large fire has broken out in a building on Boulevard des Capucines, near the Place de L’Opéra in central Paris, sending clouds of smoke rising into the air. People were told to avoid the area, which is popular with tourists, as fire crews tackled the blaze

    Continue reading...", - "content": "

    A large fire has broken out in a building on Boulevard des Capucines, near the Place de L’Opéra in central Paris, sending clouds of smoke rising into the air. People were told to avoid the area, which is popular with tourists, as fire crews tackled the blaze

    Continue reading...", - "category": "Paris", - "link": "https://www.theguardian.com/world/video/2021/nov/20/large-fire-breaks-out-near-paris-opera-video", + "title": "Trump's Georgia Vendetta", + "description": "He stokes a GOP primary fight that may elect Stacey Abrams.", + "content": "He stokes a GOP primary fight that may elect Stacey Abrams.", + "category": "PAID", + "link": "https://www.wsj.com/articles/donald-trumps-georgia-vendetta-stacey-abrams-david-perdue-brian-kemp-11638835818", "creator": "", - "pubDate": "2021-11-20T17:36:22Z", + "pubDate": "Tue, 07 Dec 2021 18:54:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53d96469b0f948c683556575e7ca2242" + "hash": "c48581e12ba81a20fc65e70b24d23fdd" }, { - "title": "Drivers scramble to grab cash that spilled on to California motorway – video", - "description": "

    Drivers in southern California have scrambled to pick up cash after bags of money fell out of an armoured vehicle on a motorway. Several bags broke open, spreading mainly $1 and $20 bills all over the lanes and bringing the motorway to a chaotic halt. Videos posted online showed people laughing and jumping into the air as they held wads of money

    Continue reading...", - "content": "

    Drivers in southern California have scrambled to pick up cash after bags of money fell out of an armoured vehicle on a motorway. Several bags broke open, spreading mainly $1 and $20 bills all over the lanes and bringing the motorway to a chaotic halt. Videos posted online showed people laughing and jumping into the air as they held wads of money

    Continue reading...", - "category": "California", - "link": "https://www.theguardian.com/us-news/video/2021/nov/20/drivers-scramble-to-grab-cash-that-spilled-on-to-california-motorway-video", + "title": "Biden Finds a Culprit for America's Crime Wave: Covid-19", + "description": "The White House calls the virus a ‘root cause’ in an effort to shift blame from perpetrators and policies.", + "content": "The White House calls the virus a ‘root cause’ in an effort to shift blame from perpetrators and policies.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-tries-to-blame-covid-19-for-crime-shoplifting-looting-bail-reform-california-defund-police-11638802657", "creator": "", - "pubDate": "2021-11-20T16:15:15Z", + "pubDate": "Mon, 06 Dec 2021 13:15:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "efb6249461ca3698cd1305c5433bb69a" + "hash": "95cb3a9928401b3323bdcfe03bb9c45f" }, { - "title": "Migrant caravan and Qatar’s tarnished World Cup: human rights this fortnight – in pictures", - "description": "

    A roundup of the struggle for human rights and freedoms, from Pakistan to Poland

    Continue reading...", - "content": "

    A roundup of the struggle for human rights and freedoms, from Pakistan to Poland

    Continue reading...", - "category": "World news", - "link": "https://www.theguardian.com/global-development/gallery/2021/nov/20/migrant-caravan-and-qatars-tarnished-world-cup-human-rights-this-fortnight-in-pictures", - "creator": "Sarah Johnson, compiled by Eric Hilaire", - "pubDate": "2021-11-20T07:30:21Z", + "title": "Religious Schools and the Constitution", + "description": "The Supreme Court could extend a landmark school-choice case.", + "content": "The Supreme Court could extend a landmark school-choice case.", + "category": "PAID", + "link": "https://www.wsj.com/articles/religious-schools-and-the-constitution-supreme-court-carson-v-makin-maine-11638836528", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 18:53:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "133a5421376d3835fd8c9274edf52ce4" + "hash": "ea8e6b2f119dde0054568bafdac34d87" }, { - "title": "Covid live: Dutch police open fire at protest; German government not ruling out full lockdown", - "description": "

    Two injured as police in Rotterdam fire warning shots; German health minister says nothing can be ruled out

    A quick snap from Reuters here that the UK government has announced it will add booster shot status to the Covid-19 pass for outbound international travel, though it said they would not be added to the domestic pass at this time.

    The health ministry said that travellers who have had a booster or a third dose would be able to demonstrate their vaccine status through the NHS Covid pass from Friday, adding that a booster was not necessary to travel into England.

    This pandemic has exposed a vulnerability to whole-system emergencies – that is, emergencies that are so broad that they engage the entire system. Although the government had plans for an influenza pandemic, it did not have detailed plans for many non-health consequences and some health consequences of a pandemic like Covid-19. There were lessons from previous simulation exercises that were not fully implemented and would have helped prepare for a pandemic like Covid-19. There was limited oversight and assurance of plans in place, and many pre-pandemic plans were not adequate. In addition, there is variation in capacity, capability and maturity of risk management across government departments.

    Continue reading...", - "content": "

    Two injured as police in Rotterdam fire warning shots; German health minister says nothing can be ruled out

    A quick snap from Reuters here that the UK government has announced it will add booster shot status to the Covid-19 pass for outbound international travel, though it said they would not be added to the domestic pass at this time.

    The health ministry said that travellers who have had a booster or a third dose would be able to demonstrate their vaccine status through the NHS Covid pass from Friday, adding that a booster was not necessary to travel into England.

    This pandemic has exposed a vulnerability to whole-system emergencies – that is, emergencies that are so broad that they engage the entire system. Although the government had plans for an influenza pandemic, it did not have detailed plans for many non-health consequences and some health consequences of a pandemic like Covid-19. There were lessons from previous simulation exercises that were not fully implemented and would have helped prepare for a pandemic like Covid-19. There was limited oversight and assurance of plans in place, and many pre-pandemic plans were not adequate. In addition, there is variation in capacity, capability and maturity of risk management across government departments.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/live/2021/nov/19/covid-news-live-macron-says-locking-down-frances-unvaccinated-not-necessary", - "creator": "Nadeem Badshah (now); Lucy Campbell, Martin Belam and Samantha Lock (earlier)", - "pubDate": "2021-11-19T22:49:41Z", + "title": "The Supreme Court's Chance to Rein In the Regulatory State", + "description": "The doctrine of Chevron deference is at stake in an otherwise obscure case the justices heard last week.", + "content": "The doctrine of Chevron deference is at stake in an otherwise obscure case the justices heard last week.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-supreme-court-chance-to-rein-in-federal-agency-power-chevron-deference-gorsuch-barrett-11638888240", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 15:11:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": true, + "feed": "Wall Street Journal", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08f063fdca9f0d51cd74a48737c107a3" + "hash": "9204847fee9c5749cfc4f5692966feb2" }, { - "title": "Australia live news updates: Victoria Covid protests expected to escalate; NSW records 182 new cases; William Tyrrell search in sixth day", - "description": "

    Anti-fascist activists vow to counter-rally against another wave of planned ‘freedom rallies’ they claim have been infiltrated by far-right groups

    Asked about whether we can expect to see the introduction of a legislation for a federal anti-corruption commission in parliament in the next couple of weeks, Tim Wilson says it’s important that they “get the legislation right”:

    Because what we’ve had too often is proposals which are designed to establish, kind of, kangaroo courts, and actually would do more to breed distrust in the political conversation. We’ve seen that particularly in the consequence of what’s happening in ICAC in New South Wales.

    We want a process that’s based around integrity, that’s been consulted with the Australian community, and is actually going to do the job we need it to do, which is actually to breed trust and strength in the political system, not simply to create show trials, as I’ve seen it many times.

    I think this is pretty simple. You’ve got a group of people marching down the street with a life-sized execution device. You’ve got people threatening to kill the Premier of Victoria. If you’re any sort of leader, you just condemn that, full stop. You don’t go on and then say, “But I understand why people are frustrated.”

    I think it is legitimate to point out that Scott Morrison has pulled the sheet out of the Trump handbook here. Lie, deny, blame other people, never take responsibility for anything, try and divide the community, pander to the extreme right - this is Trump without the toupee. And, seriously, I think the Australian people deserve better than that.

    Continue reading...", - "content": "

    Anti-fascist activists vow to counter-rally against another wave of planned ‘freedom rallies’ they claim have been infiltrated by far-right groups

    Asked about whether we can expect to see the introduction of a legislation for a federal anti-corruption commission in parliament in the next couple of weeks, Tim Wilson says it’s important that they “get the legislation right”:

    Because what we’ve had too often is proposals which are designed to establish, kind of, kangaroo courts, and actually would do more to breed distrust in the political conversation. We’ve seen that particularly in the consequence of what’s happening in ICAC in New South Wales.

    We want a process that’s based around integrity, that’s been consulted with the Australian community, and is actually going to do the job we need it to do, which is actually to breed trust and strength in the political system, not simply to create show trials, as I’ve seen it many times.

    I think this is pretty simple. You’ve got a group of people marching down the street with a life-sized execution device. You’ve got people threatening to kill the Premier of Victoria. If you’re any sort of leader, you just condemn that, full stop. You don’t go on and then say, “But I understand why people are frustrated.”

    I think it is legitimate to point out that Scott Morrison has pulled the sheet out of the Trump handbook here. Lie, deny, blame other people, never take responsibility for anything, try and divide the community, pander to the extreme right - this is Trump without the toupee. And, seriously, I think the Australian people deserve better than that.

    Continue reading...", - "category": "Australia news", - "link": "https://www.theguardian.com/australia-news/live/2021/nov/20/australia-live-news-updates-victoria-covid-protests-expected-to-escalate-william-tyrrell-search-enters-in-sixth-day", - "creator": "Stephanie Convery", - "pubDate": "2021-11-19T22:49:38Z", + "title": "Systemic Bias Against Asians", + "description": "To the San Francisco school board, some minorities are more equal than others.", + "content": "To the San Francisco school board, some minorities are more equal than others.", + "category": "PAID", + "link": "https://www.wsj.com/articles/systemic-anti-asian-bias-san-francisco-merit-test-sat-harvard-california-minorities-racism-11638830364", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 18:27:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5a979fb06cf1d3ebb436dc8000ec15b" + "hash": "47425719eacf2bf17345562039ee887c" }, { - "title": "Kyle Rittenhouse: Biden accepts verdict as acquittal sparks outrage – live", - "description": "

    Jerrold Nadler of New York, the Democratic chair of the House judiciary committee, is out with a much stronger statement than President Biden:

    “This heartbreaking verdict is a miscarriage of justice and sets a dangerous precedent which justifies federal review by [the Department of Justice].

    I stand by what the jury has to say. The jury system works.”

    Continue reading...", - "content": "

    Jerrold Nadler of New York, the Democratic chair of the House judiciary committee, is out with a much stronger statement than President Biden:

    “This heartbreaking verdict is a miscarriage of justice and sets a dangerous precedent which justifies federal review by [the Department of Justice].

    I stand by what the jury has to say. The jury system works.”

    Continue reading...", - "category": "Kyle Rittenhouse", - "link": "https://www.theguardian.com/us-news/live/2021/nov/19/kyle-rittenhouse-verdict-not-guilty-kenosha-shooting-latest", - "creator": "Kari Paul (now) and Martin Pengelly (earlier)", - "pubDate": "2021-11-19T22:30:24Z", + "title": "Saule Omarova Withdraws", + "description": "The White House lost on her nomination because it is bowing to Elizabeth Warren on financial regulation.", + "content": "The White House lost on her nomination because it is bowing to Elizabeth Warren on financial regulation.", + "category": "PAID", + "link": "https://www.wsj.com/articles/saule-omarova-withdraws-comptroller-of-the-currency-biden-elizabeth-warren-11638919303", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 21:42:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f819285396007403f2c263d950fd630f" + "hash": "3ca8dd438a0f9f09ade577c2936c3490" }, { - "title": "Omar Souleyman: singer held by Turkey over alleged militant links is freed", - "description": "

    Syrian questioned by police after reports he has ties to banned Kurdish People’s Protection Units

    Celebrated Syrian singer Omar Souleyman, who has performed at festivals around the world, has been released after being detained over alleged links to Kurdish militants.

    Souleyman was freed at 10.30pm (19.30 GMT) after a confusing day during which he was released in the morning before being taken back to a detention centre.

    Continue reading...", - "content": "

    Syrian questioned by police after reports he has ties to banned Kurdish People’s Protection Units

    Celebrated Syrian singer Omar Souleyman, who has performed at festivals around the world, has been released after being detained over alleged links to Kurdish militants.

    Souleyman was freed at 10.30pm (19.30 GMT) after a confusing day during which he was released in the morning before being taken back to a detention centre.

    Continue reading...", - "category": "Turkey", - "link": "https://www.theguardian.com/world/2021/nov/19/singer-omar-souleyman-held-by-turkey-over-alleged-militant-links-is-freed", - "creator": "AFP in Ankara", - "pubDate": "2021-11-19T22:23:28Z", + "title": "California Shoplifting 'With Relative Ease'", + "description": "But at least for the moment cops are still welcome in restaurants.", + "content": "But at least for the moment cops are still welcome in restaurants.", + "category": "PAID", + "link": "https://www.wsj.com/articles/california-shoplifting-with-relative-ease-11638919761", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 18:29:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23ccfb1e9231e5b992275d107181b630" + "hash": "dba4ed4f3cd217ac8022c3ae77889f54" }, { - "title": "Kyle Rittenhouse verdict declares open hunting season on progressive protesters | Cas Mudde", - "description": "

    Demonstrators in the US must fear not only police brutality but also rightwing vigilantes

    Kyle Rittenhouse – the armed white teenager whose mother drove him from Illinois to Wisconsin to allegedly “protect” local businesses from anti-racism protesters in Kenosha, whereupon he shot and killed two people and injured another – has been acquitted of all charges. I don’t think anyone who has followed the trial even casually will be surprised by this verdict. After the various antics by the elected judge, which seemed to indicate where his sympathies lay, and the fact that the prosecution asked the jurors to consider charges lesser than murder, the writing was on the wall.

    I do not want to discuss the legal particulars of the verdict. It is clear that the prosecution made many mistakes and got little to no leeway from the judge, unlike the defense team. Moreover, we know that “self-defense” – often better known as vigilantism – is legally protected and highly racialized in this country. Think of the acquittal of George Zimmerman of the killing of Trayvon Martin in 2013.

    Continue reading...", - "content": "

    Demonstrators in the US must fear not only police brutality but also rightwing vigilantes

    Kyle Rittenhouse – the armed white teenager whose mother drove him from Illinois to Wisconsin to allegedly “protect” local businesses from anti-racism protesters in Kenosha, whereupon he shot and killed two people and injured another – has been acquitted of all charges. I don’t think anyone who has followed the trial even casually will be surprised by this verdict. After the various antics by the elected judge, which seemed to indicate where his sympathies lay, and the fact that the prosecution asked the jurors to consider charges lesser than murder, the writing was on the wall.

    I do not want to discuss the legal particulars of the verdict. It is clear that the prosecution made many mistakes and got little to no leeway from the judge, unlike the defense team. Moreover, we know that “self-defense” – often better known as vigilantism – is legally protected and highly racialized in this country. Think of the acquittal of George Zimmerman of the killing of Trayvon Martin in 2013.

    Continue reading...", - "category": "Kyle Rittenhouse", - "link": "https://www.theguardian.com/us-news/commentisfree/2021/nov/19/kyle-rittenhouse-verdict-acquitted-protest", - "creator": "Cas Mudde", - "pubDate": "2021-11-19T21:53:51Z", + "title": "China Will Soon Lead the U.S. in Tech", + "description": "Beijing pulls ahead in 5G and artificial intelligence, while catching up in semiconductors.", + "content": "Beijing pulls ahead in 5G and artificial intelligence, while catching up in semiconductors.", + "category": "PAID", + "link": "https://www.wsj.com/articles/china-will-soon-lead-the-us-in-tech-global-leader-semiconductors-5g-wireless-green-energy-11638915759", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 18:26:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8ab67233377322905e15426fa656389" + "hash": "ce2b514996e488fb65388b479110797e" }, { - "title": "US wildfires have killed nearly 20% of world’s giant sequoias in two years", - "description": "

    Blazes in western US have hit thousands of Earth’s largest trees, once considered almost fire-proof

    Lightning-sparked wildfires killed thousands of giant sequoias this year, adding to a staggering two-year death toll that accounts for up to nearly a fifth of Earth’s largest trees, officials said on Friday.

    Fires in Sequoia national park and the surrounding national forest that also bears the trees’ name tore through more than a third of groves in California and torched an estimated 2,261 to 3,637 sequoias. Fires in the same area last year killed an unprecedented 7,500 to 10,400 of the 75,000 trees.

    Continue reading...", - "content": "

    Blazes in western US have hit thousands of Earth’s largest trees, once considered almost fire-proof

    Lightning-sparked wildfires killed thousands of giant sequoias this year, adding to a staggering two-year death toll that accounts for up to nearly a fifth of Earth’s largest trees, officials said on Friday.

    Fires in Sequoia national park and the surrounding national forest that also bears the trees’ name tore through more than a third of groves in California and torched an estimated 2,261 to 3,637 sequoias. Fires in the same area last year killed an unprecedented 7,500 to 10,400 of the 75,000 trees.

    Continue reading...", - "category": "Climate crisis in the American west", - "link": "https://www.theguardian.com/us-news/2021/nov/19/giant-sequoias-wildfires-killed", - "creator": "Associated Press", - "pubDate": "2021-11-19T21:15:39Z", + "title": "Notable & Quotable: Masking My 6-Year-Old", + "description": "‘It’s the entire system, starting at the top with elected leadership, that is failing our children.’", + "content": "‘It’s the entire system, starting at the top with elected leadership, that is failing our children.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/notable-quotable-masking-my-6-year-old-education-mandates-schooling-covid-19-hochul-11638916196", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 18:18:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bfb9a52ede1aeb1b2d07cd54d69456bf" + "hash": "39ed59ece58d6c3cbd3ef3dde8eca2d3" }, { - "title": "'I'm not surprised': mixed reactions outside courthouse after Kyle Rittenhouse verdict – video", - "description": "

    A jury acquitted teenager Kyle Rittenhouse on Friday of murder after the fatal shooting of two men in a trial that highlighted divisions over gun rights and stirred fierce debate about the boundaries of self-defence in the United States. Amid a heavy law enforcement presence, several dozen protesters lined the steps outside the courthouse after the verdict was read, some carrying placards in support of Rittenhouse and others expressing disappointment

    Continue reading...", - "content": "

    A jury acquitted teenager Kyle Rittenhouse on Friday of murder after the fatal shooting of two men in a trial that highlighted divisions over gun rights and stirred fierce debate about the boundaries of self-defence in the United States. Amid a heavy law enforcement presence, several dozen protesters lined the steps outside the courthouse after the verdict was read, some carrying placards in support of Rittenhouse and others expressing disappointment

    Continue reading...", - "category": "Kyle Rittenhouse", - "link": "https://www.theguardian.com/us-news/video/2021/nov/19/im-not-surprised-mixed-reaction-outside-courthouse-after-kyle-rittenhouse-verdict-video", + "title": "De Blasio's Vaccine Mandate Looks Unlawful", + "description": "The Supreme Court has approved only far milder measures.", + "content": "The Supreme Court has approved only far milder measures.", + "category": "PAID", + "link": "https://www.wsj.com/articles/de-blasio-vaccine-mandate-looks-unlawful-shots-covid-19-private-employees-new-york-bill-11638916746", "creator": "", - "pubDate": "2021-11-19T20:54:26Z", + "pubDate": "Tue, 07 Dec 2021 18:25:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e7fd42ccccca4e5855f91231501aa01" + "hash": "b315dffc2c580450ca40c303affecfb8" }, { - "title": "Kyle Rittenhouse found not guilty after fatally shooting two in Kenosha unrest", - "description": "

    Rittenhouse killed two people and injured a third at protests last year after a white officer shot a Black man, Jacob Blake, in the back

    A jury on Friday found Kyle Rittenhouse not guilty on charges related to his shooting dead two people at an anti-racism protest and injuring a third in Kenosha, Wisconsin, last year, after a tumultuous trial that gripped America.

    Rittenhouse killed Joseph Rosenbaum, 36, and Anthony Huber, 26, and wounded Gaige Grosskreutz, 27, when he shot them with an assault rifle as he roamed the streets of Kenosha with other armed men acting as a self-described militia during protests in August 2020, after a white police officer shot a Black man, Jacob Blake, in the back.

    Continue reading...", - "content": "

    Rittenhouse killed two people and injured a third at protests last year after a white officer shot a Black man, Jacob Blake, in the back

    A jury on Friday found Kyle Rittenhouse not guilty on charges related to his shooting dead two people at an anti-racism protest and injuring a third in Kenosha, Wisconsin, last year, after a tumultuous trial that gripped America.

    Rittenhouse killed Joseph Rosenbaum, 36, and Anthony Huber, 26, and wounded Gaige Grosskreutz, 27, when he shot them with an assault rifle as he roamed the streets of Kenosha with other armed men acting as a self-described militia during protests in August 2020, after a white police officer shot a Black man, Jacob Blake, in the back.

    Continue reading...", - "category": "Kyle Rittenhouse", - "link": "https://www.theguardian.com/us-news/2021/nov/19/kyle-rittenhouse-verdict-kenosha-shooting", - "creator": "Maya Yang and Joanna Walters", - "pubDate": "2021-11-19T20:36:20Z", + "title": "Tax the Rich: Good or Bad Idea?", + "description": "Students discuss raising rates.", + "content": "Students discuss raising rates.", + "category": "PAID", + "link": "https://www.wsj.com/articles/tax-the-rich-good-or-bad-wealth-rate-unrealized-capital-gains-investment-build-back-better-11638916192", + "creator": "", + "pubDate": "Tue, 07 Dec 2021 18:55:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6abf22ac705d9fdfb9a84436ca0d2ef7" + "hash": "5a199466e356ee794b86ae5656c2e648" }, { - "title": "Kiribati’s attempts to keep stranded Australian judge out of the country ruled unconstitutional", - "description": "

    In a landmark ruling, Kiribati’s chief justice ordered the government to allow high court judge David Lambourne to return

    A landmark judgment in the Pacific country of Kiribati has ruled the government’s actions in blocking an Australian, a judge on Kiribati’s high court, from returning to the island were unconstitutional.

    When David Lambourne left Kiribati in February 2020 to attend a conference in Australia, he thought it would be a brief and uneventful trip. Instead, the Australian judge, who has been resident of the Pacific nation for over two decades, found himself stranded after Covid-19 hit.

    Continue reading...", - "content": "

    In a landmark ruling, Kiribati’s chief justice ordered the government to allow high court judge David Lambourne to return

    A landmark judgment in the Pacific country of Kiribati has ruled the government’s actions in blocking an Australian, a judge on Kiribati’s high court, from returning to the island were unconstitutional.

    When David Lambourne left Kiribati in February 2020 to attend a conference in Australia, he thought it would be a brief and uneventful trip. Instead, the Australian judge, who has been resident of the Pacific nation for over two decades, found himself stranded after Covid-19 hit.

    Continue reading...", - "category": "Kiribati", - "link": "https://www.theguardian.com/world/2021/nov/20/kiribatis-attempts-to-keep-stranded-australian-judge-out-of-the-country-ruled-unconstitutional", - "creator": "Kieran Pender", - "pubDate": "2021-11-19T20:00:07Z", + "title": "Gigi Sohn's Strange Bedfellows", + "description": "OAN and Newsmax push a left-wing nominee who targets conservatives.", + "content": "OAN and Newsmax push a left-wing nominee who targets conservatives.", + "category": "PAID", + "link": "https://www.wsj.com/articles/gigi-sohns-strange-bedfellows-newsmax-media-oan-fox-confirmation-censorship-net-neutraility-11638722334", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 18:57:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "277ac20ba31b2821ce4da1d8e8865bd1" + "hash": "9e235cd980517d3cca174e0c16257c1a" }, { - "title": "‘I thought I was a goner’: survivors detail harrowing stories of Canada mudslides", - "description": "

    Emergency crews continue search for victims after flash floods tear through region

    Emergency crews in western Canada continued searching on Friday for victims of flash floods and mudslides which tore through the region this week, as survivors described harrowing escapes from the disaster.

    British Columbia declared its third state of emergency in a year on Wednesday after a month’s worth of rain fell in two days, swamping towns and cities, blocking major highways and leaving much of the province under water.

    Continue reading...", - "content": "

    Emergency crews continue search for victims after flash floods tear through region

    Emergency crews in western Canada continued searching on Friday for victims of flash floods and mudslides which tore through the region this week, as survivors described harrowing escapes from the disaster.

    British Columbia declared its third state of emergency in a year on Wednesday after a month’s worth of rain fell in two days, swamping towns and cities, blocking major highways and leaving much of the province under water.

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/2021/nov/19/canada-floods-mudslides-survivors", - "creator": "Leyland Cecco in Toronto", - "pubDate": "2021-11-19T19:15:10Z", + "title": "The U.S. Needs a Hypersonic Capability Now", + "description": "Washington mothballed its program just as Beijing made developing the technology a priority.", + "content": "Washington mothballed its program just as Beijing made developing the technology a priority.", + "category": "PAID", + "link": "https://www.wsj.com/articles/america-needs-a-hypersonic-capability-china-xi-beijing-missile-weapons-attack-defense-budget-11638827597", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 18:42:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10bd85deeb0da412bdf1ca4589084233" + "hash": "948f21d499e9cd756f76a688de71f97f" }, { - "title": "Kenosha shooting: jury finds Kyle Rittenhouse not guilty – video", - "description": "

    A jury on Friday found Kyle Rittenhouse not guilty on charges related to his shooting dead two people at an anti-racism protest and injuring a third in Kenosha, Wisconsin, last year, after a tumultuous trial that gripped the US

    Continue reading...", - "content": "

    A jury on Friday found Kyle Rittenhouse not guilty on charges related to his shooting dead two people at an anti-racism protest and injuring a third in Kenosha, Wisconsin, last year, after a tumultuous trial that gripped the US

    Continue reading...", - "category": "Kyle Rittenhouse", - "link": "https://www.theguardian.com/us-news/video/2021/nov/19/kenosha-shooting-jury-finds-kyle-rittenhouse-not-guilty-video", + "title": "Biden's Only Honorable Course on Ukraine and Russia", + "description": "If the U.S. wavers, Moscow will benefit and Iran and China will capitalize.", + "content": "If the U.S. wavers, Moscow will benefit and Iran and China will capitalize.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-only-honorable-course-on-ukraine-russia-putin-border-troops-amass-iran-china-afghanistan-11638825314", "creator": "", - "pubDate": "2021-11-19T18:40:17Z", + "pubDate": "Mon, 06 Dec 2021 18:28:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53e6f3427606d1f9ad5987d6bcc566b2" + "hash": "fc1c01f41529eceecfa508a8380b3efe" }, { - "title": "Oxford University identifies 145 artefacts looted in Benin raid", - "description": "

    Plundered items likely to be returned to Nigeria include plaques, bronze figures and musical instruments

    The University of Oxford is holding 145 objects looted by British troops during an assault on the city of Benin in 1897 that are likely to be repatriated to Nigeria, a report has said.

    More than two-thirds of the plundered items are owned by the university’s Pitt Rivers Museum, and 45 are on loan. They include brass plaques, bronze figures, carved ivory tusks, musical instruments, weaving equipment, jewellery, and ceramic and coral objects dating to the 13th century.

    Continue reading...", - "content": "

    Plundered items likely to be returned to Nigeria include plaques, bronze figures and musical instruments

    The University of Oxford is holding 145 objects looted by British troops during an assault on the city of Benin in 1897 that are likely to be repatriated to Nigeria, a report has said.

    More than two-thirds of the plundered items are owned by the university’s Pitt Rivers Museum, and 45 are on loan. They include brass plaques, bronze figures, carved ivory tusks, musical instruments, weaving equipment, jewellery, and ceramic and coral objects dating to the 13th century.

    Continue reading...", - "category": "University of Oxford", - "link": "https://www.theguardian.com/education/2021/nov/19/oxford-university-identifies-145-artefacts-looted-in-benin-raid", - "creator": "Harriet Sherwood Arts and culture correspondent", - "pubDate": "2021-11-19T18:28:23Z", + "title": "Remote Learning Fails the Test", + "description": "New research finds student scores fell more sharply where virtual learning was prevalent.", + "content": "New research finds student scores fell more sharply where virtual learning was prevalent.", + "category": "PAID", + "link": "https://www.wsj.com/articles/remote-learning-fails-the-test-nber-study-schools-11638463245", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 18:53:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "70b9daac52fc4f03eb36554a3ca62200" + "hash": "97f2fbaa3fe2a4d93baf57f46a122695" }, { - "title": "Lewis Hamilton praised after wearing rainbow helmet in Qatar GP practice", - "description": "
    • Hamilton earns praise for LGBTQ+ ‘incredible act of allyship’
    • World champion has criticised Qatar’s human rights record

    Lewis Hamilton has been praised for “an incredible act of allyship” after wearing a rainbow-coloured helmet in practice at the inaugural Qatar Grand Prix.

    The seven-time Formula One world champion’s helmet bore the colours of the Progress Pride flag – a banner which includes the traditional rainbow design with additional colours that recognise the diversity of the LGBTQ+ community.

    Continue reading...", - "content": "
    • Hamilton earns praise for LGBTQ+ ‘incredible act of allyship’
    • World champion has criticised Qatar’s human rights record

    Lewis Hamilton has been praised for “an incredible act of allyship” after wearing a rainbow-coloured helmet in practice at the inaugural Qatar Grand Prix.

    The seven-time Formula One world champion’s helmet bore the colours of the Progress Pride flag – a banner which includes the traditional rainbow design with additional colours that recognise the diversity of the LGBTQ+ community.

    Continue reading...", - "category": "Lewis Hamilton", - "link": "https://www.theguardian.com/sport/2021/nov/19/lewis-hamilton-rainbow-helmet-qatar-grand-prix-formula-one", - "creator": "PA Media", - "pubDate": "2021-11-19T18:23:07Z", + "title": "This Debt-Ceiling Crisis Threatens Democracy as Well as Solvency", + "description": "A ‘suspension’ rather than an increase would hand an unconstitutional blank check to the president.", + "content": "A ‘suspension’ rather than an increase would hand an unconstitutional blank check to the president.", + "category": "PAID", + "link": "https://www.wsj.com/articles/debt-ceiling-crisis-threatens-democracy-budget-limit-build-back-better-mcconnell-schumer-11638718728", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 18:40:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a7d8baa70ebc59a341cf3a83f8256a5" + "hash": "5e9b77f5b015f68beb2dce08b76b524c" }, { - "title": "York’s anti-terror measures make centre a ‘no go zone’ for disabled people", - "description": "

    Campaigners say removal of blue badge parking to make way for new defences is in breach of Equality Act

    Disability rights campaigners are planning a legal challenge against York council after it voted to ban blue badge parking on key streets in the city centre.

    York Accessibility Action (YAA), an organisation founded by disabled York residents and carers, said the city has become a “no go zone” for many disabled people and there was now no suitable parking within 150 metres of the city centre.

    Continue reading...", - "content": "

    Campaigners say removal of blue badge parking to make way for new defences is in breach of Equality Act

    Disability rights campaigners are planning a legal challenge against York council after it voted to ban blue badge parking on key streets in the city centre.

    York Accessibility Action (YAA), an organisation founded by disabled York residents and carers, said the city has become a “no go zone” for many disabled people and there was now no suitable parking within 150 metres of the city centre.

    Continue reading...", - "category": "York", - "link": "https://www.theguardian.com/uk-news/2021/nov/19/york-anti-terror-measures-disabled-people-blue-badge-parking", - "creator": "Miranda Bryant", - "pubDate": "2021-11-19T18:16:46Z", + "title": "Bill de Blasio's Parting Insult", + "description": "He mandates vaccines for all workers in one last swipe at New York.", + "content": "He mandates vaccines for all workers in one last swipe at New York.", + "category": "PAID", + "link": "https://www.wsj.com/articles/bill-de-blasios-parting-insult-covid-vaccine-mandate-workers-11638830767", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 18:50:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b14fd059c076d84e5529403ad19c1de3" + "hash": "dc86cf16e7df2eff1a9c4c2d976d631c" }, { - "title": "Work on ‘Chinese military base’ in UAE abandoned after US intervenes – report", - "description": "

    Satellite images reportedly detected construction of secret facility at Khalifa port amid growing US-China rivalry

    US intelligence agencies found evidence this year of construction work on what they believed was a secret Chinese military facility in the United Arab Emirates, which was stopped after Washington’s intervention, according to a report on Friday.

    The Wall Street Journal reported that satellite imagery of the port of Khalifa had revealed suspicious construction work inside a container terminal built and operated by a Chinese shipping corporation, Cosco.

    Continue reading...", - "content": "

    Satellite images reportedly detected construction of secret facility at Khalifa port amid growing US-China rivalry

    US intelligence agencies found evidence this year of construction work on what they believed was a secret Chinese military facility in the United Arab Emirates, which was stopped after Washington’s intervention, according to a report on Friday.

    The Wall Street Journal reported that satellite imagery of the port of Khalifa had revealed suspicious construction work inside a container terminal built and operated by a Chinese shipping corporation, Cosco.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/nov/19/chinese-military-base-uae-construction-abandoned-us-intelligence-report", - "creator": "Julian Borger in Washington", - "pubDate": "2021-11-19T18:13:08Z", + "title": "Xi Jinping Sails China's Economy Into a Shoal", + "description": "A real-estate correction proves harder to stage-manage than hoped.", + "content": "A real-estate correction proves harder to stage-manage than hoped.", + "category": "PAID", + "link": "https://www.wsj.com/articles/xi-jinping-sails-into-an-economic-shoal-china-beijing-evergrande-real-estate-11638821003", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 23:22:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b2084d86fce893097ad73f29a402d34" + "hash": "5003897e860bf8ebf632d6c87c4a4964" }, { - "title": "House Democrats pass Biden’s expansive Build Back Better policy plan", - "description": "

    Bill now goes back to the Senate, where it faces total opposition from Republicans and an uphill battle against centrist Democrats

    Joe Biden has hailed the US House of Representatives for passing a $1.75tn social and climate spending bill, a central pillar of his agenda that must now go before the Senate.

    The Democratic majority in the House approved the Build Back Better Act on Friday despite fierce opposition from Republicans.

    Continue reading...", - "content": "

    Bill now goes back to the Senate, where it faces total opposition from Republicans and an uphill battle against centrist Democrats

    Joe Biden has hailed the US House of Representatives for passing a $1.75tn social and climate spending bill, a central pillar of his agenda that must now go before the Senate.

    The Democratic majority in the House approved the Build Back Better Act on Friday despite fierce opposition from Republicans.

    Continue reading...", - "category": "House of Representatives", - "link": "https://www.theguardian.com/us-news/2021/nov/19/house-democrats-pass-biden-expansive-build-back-better-policy-plan", - "creator": "Lauren Gambino and David Smith in Washington and Vivian Ho", - "pubDate": "2021-11-19T17:43:16Z", + "title": "Biden, Trump and CNN", + "description": "Coverage of a dubious claim by a Washington Post columnist shows the cable network at a crossroads.", + "content": "Coverage of a dubious claim by a Washington Post columnist shows the cable network at a crossroads.", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-trump-and-cnn-11638827798", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 16:56:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58746ce0800a93f0a0e772ad53b056d6" + "hash": "1c5445a4da38acce0c8e9df84b594dbd" }, { - "title": "David Lacey obituary", - "description": "Guardian sports writer whose wit and talent redefined what a football column could be

    It is not customary to look forward to Monday mornings but, in the heyday of the Guardian’s print sales in the late 1970s and 80s, many readers relished Monday’s paper more than anything else.

    On a features page would be Posy Simmonds’ weekly dissection of middle-class life. And, further back, stretched across the width of the main sports page, David Lacey would offer his weekly dissection of football. Like Posy’s cartoon strip, this was one of the great institutions of British journalism.

    Continue reading...", - "content": "Guardian sports writer whose wit and talent redefined what a football column could be

    It is not customary to look forward to Monday mornings but, in the heyday of the Guardian’s print sales in the late 1970s and 80s, many readers relished Monday’s paper more than anything else.

    On a features page would be Posy Simmonds’ weekly dissection of middle-class life. And, further back, stretched across the width of the main sports page, David Lacey would offer his weekly dissection of football. Like Posy’s cartoon strip, this was one of the great institutions of British journalism.

    Continue reading...", - "category": "Football", - "link": "https://www.theguardian.com/football/2021/nov/19/david-lacey-obituary", - "creator": "Matthew Engel", - "pubDate": "2021-11-19T17:41:00Z", + "title": "Bob Knew How to Dole Out the Jokes", + "description": "He was a tough partisan, but the senator’s humor was warmly regarded on both sides of the aisle.", + "content": "He was a tough partisan, but the senator’s humor was warmly regarded on both sides of the aisle.", + "category": "PAID", + "link": "https://www.wsj.com/articles/bob-knew-how-to-dole-out-the-jokes-wit-funny-remembrance-death-robert-al-gore-bill-clinton-11638825084", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 18:39:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e18aabe01abcf7f8446c64af623ec5f" + "hash": "a160354e33a409134c21b74b515531c3" }, { - "title": "England and Wales ‘one step closer to ending child marriage’ after MP vote", - "description": "

    Second reading of bill to ban marriage for under-18s receives cross-party support

    A ban on child marriage in England and Wales came a step closer Friday with cross-party support for a new bill in the House of Commons.

    The marriage and civil partnership (minimum age) bill had its second reading in parliament, with government and opposition MPs supporting the private member’s bill brought by Conservative MP Pauline Latham.

    Continue reading...", - "content": "

    Second reading of bill to ban marriage for under-18s receives cross-party support

    A ban on child marriage in England and Wales came a step closer Friday with cross-party support for a new bill in the House of Commons.

    The marriage and civil partnership (minimum age) bill had its second reading in parliament, with government and opposition MPs supporting the private member’s bill brought by Conservative MP Pauline Latham.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/19/england-and-wales-one-step-closer-to-ending-child-marriage-after-mp-vote", - "creator": "Karen McVeigh", - "pubDate": "2021-11-19T17:33:09Z", + "title": "Omicron: Keep Calm and Carry On", + "description": "‘Mutation’ sounds scary, but mutations can make a pathogen less dangerous.", + "content": "‘Mutation’ sounds scary, but mutations can make a pathogen less dangerous.", + "category": "PAID", + "link": "https://www.wsj.com/articles/omicron-keep-calm-and-carry-on-variant-mutation-immunity-hospitalization-vaccines-covid-19-11638802758", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 13:14:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ccce405443bcd3260df67d7c2e79b314" + "hash": "575ca5b9f7e715c564d2b1a5bb53429a" }, { - "title": "Croatia violated rights of Afghan girl who was killed by train, court rules", - "description": "

    Madina Hussiny, 6, died after police refused to let her family apply for asylum and made them walk back to Serbia

    After four years of legal struggle, the European court of human rights (ECHR) has ruled that Croatian police were responsible for the death of a six-year-old Afghan girl when they forced her family to return to Serbia via train tracks without giving them the opportunity to seek asylum.

    The little girl, named Madina Hussiny, was struck and killed by a train after being pushed back with her family by the Croatian authorities in 2017.

    Continue reading...", - "content": "

    Madina Hussiny, 6, died after police refused to let her family apply for asylum and made them walk back to Serbia

    After four years of legal struggle, the European court of human rights (ECHR) has ruled that Croatian police were responsible for the death of a six-year-old Afghan girl when they forced her family to return to Serbia via train tracks without giving them the opportunity to seek asylum.

    The little girl, named Madina Hussiny, was struck and killed by a train after being pushed back with her family by the Croatian authorities in 2017.

    Continue reading...", - "category": "Serbia", - "link": "https://www.theguardian.com/global-development/2021/nov/19/croatia-violated-rights-of-afghan-girl-who-was-killed-by-train-court-rules", - "creator": "Lorenzo Tondo", - "pubDate": "2021-11-19T17:29:22Z", + "title": "How Fintech Became a Hit in Brazil", + "description": "The heroes are central-bank technocrats who opened the market to financial competition.", + "content": "The heroes are central-bank technocrats who opened the market to financial competition.", + "category": "PAID", + "link": "https://www.wsj.com/articles/how-fintech-became-a-hit-in-brazil-nubank-innovation-credit-cards-banking-accessibility-11638714533", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 15:39:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": false, + "feed": "Wall Street Journal", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "017194cb7b18a1a73c51388f3beeb676" + "hash": "baca2dc3460b060354b87768b5263a78" }, { - "title": "Kamala Harris takes on presidential role – briefly – as Biden has colonoscopy", - "description": "

    The vice-president became the first woman to wield the powers of the US presidency, during Biden’s routine medical procedure

    Kamala Harris on Friday morning became the first woman to wield presidential power in the US – temporarily, when Joe Biden had a colonoscopy under anesthetic.

    In a statement, the White House press secretary, Jen Psaki, said: “This morning, the president will travel to Walter Reed Medical Center for a routine physical. While he is there, the president will undergo a routine colonoscopy.

    Continue reading...", - "content": "

    The vice-president became the first woman to wield the powers of the US presidency, during Biden’s routine medical procedure

    Kamala Harris on Friday morning became the first woman to wield presidential power in the US – temporarily, when Joe Biden had a colonoscopy under anesthetic.

    In a statement, the White House press secretary, Jen Psaki, said: “This morning, the president will travel to Walter Reed Medical Center for a routine physical. While he is there, the president will undergo a routine colonoscopy.

    Continue reading...", - "category": "Kamala Harris", - "link": "https://www.theguardian.com/us-news/2021/nov/19/kamala-harris-presidential-powers-biden-colonoscopy", - "creator": "Martin Pengelly", - "pubDate": "2021-11-19T17:20:20Z", + "title": "James Bond's License to Kill Fun", + "description": "The Daniel Craig movies have taken a dark turn like too many films these days.", + "content": "The Daniel Craig movies have taken a dark turn like too many films these days.", + "category": "PAID", + "link": "https://www.wsj.com/articles/james-bond-license-to-kill-fun-daniel-craig-no-time-to-die-sean-connery-media-hollywood-11638713465", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 13:51:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a0b1612366942a2158ca659c89740d6" + "hash": "afff2ed222a7a92c64cd85ebfe6cd3b3" }, { - "title": "Lukashenko says Belarusian troops may have helped refugees reach Europe", - "description": "

    Leader acknowledges it was ‘absolutely possible’ his army had a part in creating migrant crisis at Polish border

    The Belarusian leader, Alexander Lukashenko, has acknowledged that his troops probably helped Middle Eastern asylum seekers cross into Europe, in the clearest admission yet that he engineered the new migrant crisis on the border with the EU.

    In an interview with the BBC at his presidential palace in Minsk, he said it was “absolutely possible” that his troops helped migrants across the frontier into Poland.

    Continue reading...", - "content": "

    Leader acknowledges it was ‘absolutely possible’ his army had a part in creating migrant crisis at Polish border

    The Belarusian leader, Alexander Lukashenko, has acknowledged that his troops probably helped Middle Eastern asylum seekers cross into Europe, in the clearest admission yet that he engineered the new migrant crisis on the border with the EU.

    In an interview with the BBC at his presidential palace in Minsk, he said it was “absolutely possible” that his troops helped migrants across the frontier into Poland.

    Continue reading...", - "category": "Alexander Lukashenko", - "link": "https://www.theguardian.com/world/2021/nov/19/lukashenko-says-belarusian-troops-may-have-helped-refugees-reach-europe", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-11-19T17:03:46Z", + "title": "Notable & Quotable: Teachers and Their Unions", + "description": "‘I tried to volunteer to teach kids with severe disabilities in person. But my district and union would not allow it.’", + "content": "‘I tried to volunteer to teach kids with severe disabilities in person. But my district and union would not allow it.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/notable-quotable-teachers-and-their-unions-covid-closures-schools-special-needs-11638829344", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 18:23:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b4a3c4b2a08b97c14b7ea00ad1e2c71" + "hash": "79d04cae2fe3f6d32051ca35def6bc81" }, { - "title": "Peng Shuai: UN calls on China to prove tennis star’s whereabouts", - "description": "

    Women’s Tennis Association adds to pressure by saying it is considering pulling its tournaments out of China

    The UN has called on Chinese authorities to give proof of the whereabouts of tennis star Peng Shuai, as the White House said it was “deeply concerned” and the Women’s Tennis Association said it was prepared to pull its tournaments out of China over the matter.

    Peng, a former doubles world No 1, has not been seen in public since she accused the former high-ranking official Zhang Gaoli of sexual assault on 2 November.

    Continue reading...", - "content": "

    Women’s Tennis Association adds to pressure by saying it is considering pulling its tournaments out of China

    The UN has called on Chinese authorities to give proof of the whereabouts of tennis star Peng Shuai, as the White House said it was “deeply concerned” and the Women’s Tennis Association said it was prepared to pull its tournaments out of China over the matter.

    Peng, a former doubles world No 1, has not been seen in public since she accused the former high-ranking official Zhang Gaoli of sexual assault on 2 November.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/nov/19/peng-shuai-wta-prepared-to-pull-out-of-china-over-tennis-stars-disappearance", - "creator": "Helen Davidson in Taipei, Vincent Ni and Tumaini Carayol", - "pubDate": "2021-11-19T16:41:53Z", + "title": "Xi Jinping Sails Into an Economic Shoal", + "description": "A Chinese real-estate correction proves harder to stage-manage than hoped.", + "content": "A Chinese real-estate correction proves harder to stage-manage than hoped.", + "category": "PAID", + "link": "https://www.wsj.com/articles/xi-jinping-sails-into-an-economic-shoal-china-beijing-evergrande-real-estate-11638821003", + "creator": "", + "pubDate": "Mon, 06 Dec 2021 18:46:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "80d0f1a6335f7f59099a54cce4a1f53e" + "hash": "a8f76021799c57abd90cb70135b1dfe8" }, { - "title": "‘The strongman blinks’: why Narendra Modi has backed down to farmers", - "description": "

    Analysis: the authoritarian PM’s first retreat is a much needed triumph of democracy

    “The strongman finally blinks,” was how one commentator put it. On Friday morning, India woke to a surprise announcement by the prime minister, Narendra Modi, that he was repealing the farm laws, which have been at the heart of one of the greatest challenges his government had faced in almost eight years in power.

    It was a significant turning point, not only for the farmers, but for Indian politics and the reputation of the Bharatiya Janata party (BJP) government. Since Modi was first elected in 2014, his modus operandi has been that of a tough, unyielding, authoritarian strongman leader who does not bow to public pressure.

    Continue reading...", - "content": "

    Analysis: the authoritarian PM’s first retreat is a much needed triumph of democracy

    “The strongman finally blinks,” was how one commentator put it. On Friday morning, India woke to a surprise announcement by the prime minister, Narendra Modi, that he was repealing the farm laws, which have been at the heart of one of the greatest challenges his government had faced in almost eight years in power.

    It was a significant turning point, not only for the farmers, but for Indian politics and the reputation of the Bharatiya Janata party (BJP) government. Since Modi was first elected in 2014, his modus operandi has been that of a tough, unyielding, authoritarian strongman leader who does not bow to public pressure.

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/2021/nov/19/the-strongman-blinks-why-narendra-modi-has-backed-down-to-farmers", - "creator": "Hannah Ellis-Petersen South Asia correspondent", - "pubDate": "2021-11-19T16:14:05Z", + "title": "Rogues Are on the March Around the World", + "description": "Iran and Russia give every sign they don’t take President Biden seriously.", + "content": "Iran and Russia give every sign they don’t take President Biden seriously.", + "category": "PAID", + "link": "https://www.wsj.com/articles/rogues-are-on-the-march-russia-kremlin-ukraine-putin-iran-nuclear-putin-xi-china-biden-11638724476", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 15:47:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "efa56dfd1fbfdfed13225ecd2d294540" + "hash": "a1209f0fa53a2b2935f3a79becc48e6f" }, { - "title": "'An attack on our health system': Austria's chancellor condemns anti-vaxxers – video", - "description": "

    Austria is to go into a national lockdown to contain a fourth wave of coronavirus cases, the chancellor, Alexander Schallenberg, announced on Friday, as new infections hit a record high amid a pandemic surge across Europe. Despite all the persuasion and campaigns, too few people had decided to get vaccinated, Schallenberg said, leaving the country no other choice but to introduce mandatory vaccinations in February

    Continue reading...", - "content": "

    Austria is to go into a national lockdown to contain a fourth wave of coronavirus cases, the chancellor, Alexander Schallenberg, announced on Friday, as new infections hit a record high amid a pandemic surge across Europe. Despite all the persuasion and campaigns, too few people had decided to get vaccinated, Schallenberg said, leaving the country no other choice but to introduce mandatory vaccinations in February

    Continue reading...", - "category": "Austria", - "link": "https://www.theguardian.com/world/video/2021/nov/19/an-attack-on-our-health-system-austrias-chancellor-condemns-anti-vaxxers-video", + "title": "Bob Dole Loved Kansas and America", + "description": "‘Let’s go see the soldiers,’ he said in 2016. Getting around wasn’t easy, but paying tribute was worth it.", + "content": "‘Let’s go see the soldiers,’ he said in 2016. Getting around wasn’t easy, but paying tribute was worth it.", + "category": "PAID", + "link": "https://www.wsj.com/articles/bob-dole-loved-kansas-and-america-senator-representative-county-attorney-11638732165", "creator": "", - "pubDate": "2021-11-19T15:52:18Z", + "pubDate": "Sun, 05 Dec 2021 15:44:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1620dae01bdf4e7bbb6047a2669102c" + "hash": "d7478c9b34cf9b1b6efb60c74b8e934a" }, { - "title": "WTA’s hardline approach to Peng Shuai presents China with new problem", - "description": "

    Analysis: Up to now sports associations have rapidly backed down from rows with Beijing

    It is perhaps no coincidence that Chinese state media published an email purportedly written by the missing Chinese tennis star Peng Shuai shortly after reports emerged that the Biden administration was considering a “diplomatic boycott” of February’s Winter Olympics in Beijing.

    China says the Games are apolitical and – in the words of its embassy in Washington – “a grand gathering for countries and a fair stage for athletes from all over the world to compete”.

    Continue reading...", - "content": "

    Analysis: Up to now sports associations have rapidly backed down from rows with Beijing

    It is perhaps no coincidence that Chinese state media published an email purportedly written by the missing Chinese tennis star Peng Shuai shortly after reports emerged that the Biden administration was considering a “diplomatic boycott” of February’s Winter Olympics in Beijing.

    China says the Games are apolitical and – in the words of its embassy in Washington – “a grand gathering for countries and a fair stage for athletes from all over the world to compete”.

    Continue reading...", - "category": "China", - "link": "https://www.theguardian.com/world/2021/nov/19/wtas-hardline-approach-to-peng-shuai-presents-china-with-new-problem", - "creator": "Vincent Ni China affairs correspondent", - "pubDate": "2021-11-19T15:10:33Z", + "title": "Eric Zemmour Is No Donald Trump", + "description": "The French far-right candidate is presenting his vision in a manner that is attuned to the French elite.", + "content": "The French far-right candidate is presenting his vision in a manner that is attuned to the French elite.", + "category": "PAID", + "link": "https://www.wsj.com/articles/eric-zemmour-trump-french-presidential-election-populism-immigration-northern-africa-11638714147", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 15:42:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": false, + "feed": "Wall Street Journal", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "287932a37469db5fbbefc5ab1cfc3fb3" + "hash": "e14d3f2c0d01c62401689fa3f2d5b66a" }, { - "title": "Do long jail sentences stop crime? We ask the expert", - "description": "

    Penelope Gibbs, former magistrate and founder of Transform Justice, on whether harsher sentences are effective

    Until recently, the subject of criminal punishment hasn’t been a massive concern for the public (putting aside that small demographic committed to a “hang ’em all!” approach). But in the wake of Sarah Everard’s murder, calls for misogyny to become a hate crime have gone from a whisper to a roar. That change would give judges the power to increase sentences when misogyny was found to be an aggravating factor in a crime. But would harsher sentences do much to stop such crimes happening? I asked Penelope Gibbs, former magistrate and founder of Transform Justice, a charity campaigning for a more effective justice system.

    Did you hear about the Thai fraudster who was sentenced to jail for more than 13,000 years? I guess they needed a number to describe ‘throwing away the key’. Are long sentences becoming more common?
    I don’t know about across the world, but I can tell you that in England and Wales sentences have been getting steadily longer over the past decade, by roughly 20%.

    Continue reading...", - "content": "

    Penelope Gibbs, former magistrate and founder of Transform Justice, on whether harsher sentences are effective

    Until recently, the subject of criminal punishment hasn’t been a massive concern for the public (putting aside that small demographic committed to a “hang ’em all!” approach). But in the wake of Sarah Everard’s murder, calls for misogyny to become a hate crime have gone from a whisper to a roar. That change would give judges the power to increase sentences when misogyny was found to be an aggravating factor in a crime. But would harsher sentences do much to stop such crimes happening? I asked Penelope Gibbs, former magistrate and founder of Transform Justice, a charity campaigning for a more effective justice system.

    Did you hear about the Thai fraudster who was sentenced to jail for more than 13,000 years? I guess they needed a number to describe ‘throwing away the key’. Are long sentences becoming more common?
    I don’t know about across the world, but I can tell you that in England and Wales sentences have been getting steadily longer over the past decade, by roughly 20%.

    Continue reading...", - "category": "Social trends", - "link": "https://www.theguardian.com/lifeandstyle/2021/nov/19/do-long-jail-sentences-stop-we-ask-the-expert", - "creator": "Coco Khan", - "pubDate": "2021-11-19T15:00:02Z", + "title": "Robert Dole Dies at Age 98", + "description": "The Kansan overcame grievous war wounds to twice lead the Senate.", + "content": "The Kansan overcame grievous war wounds to twice lead the Senate.", + "category": "PAID", + "link": "https://www.wsj.com/articles/robert-bob-dole-dies-at-age-98-clinton-campaign-1996-world-war-ii-veteran-senate-leader-11638726702", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 13:48:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5a5a467125facba7845054008386f24" + "hash": "c98ad2a2101fc0d9f481609b4fb5c520" }, { - "title": "Abducted Afghan psychiatrist found dead weeks after disappearance", - "description": "

    Family say the body of Dr Nader Alemi, who was taken by armed men in September, showed signs of torture

    One of Afghanistan’s most prominent psychiatrists, who was abducted by armed men in September, has been found dead, his family has confirmed.

    Dr Nader Alemi’s daughter, Manizheh Abreen, said that her father had been tortured before he died.

    Continue reading...", - "content": "

    Family say the body of Dr Nader Alemi, who was taken by armed men in September, showed signs of torture

    One of Afghanistan’s most prominent psychiatrists, who was abducted by armed men in September, has been found dead, his family has confirmed.

    Dr Nader Alemi’s daughter, Manizheh Abreen, said that her father had been tortured before he died.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/19/abducted-afghan-psychiatrist-found-dead-weeks-after-disappearance", - "creator": "Haroon Janjua in Islamabad", - "pubDate": "2021-11-19T14:44:35Z", + "title": "Squaring Up to Defend Mathematics", + "description": "America’s top scientists warn about the political erosion of education standards.", + "content": "America’s top scientists warn about the political erosion of education standards.", + "category": "PAID", + "link": "https://www.wsj.com/articles/defending-mathematics-science-stem-equity-education-california-k12-math-matters-11638728196", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 15:45:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7553aed7889a0a24079dbb247451bf88" + "hash": "17e516b5d6d8805c99250010227bc2cb" }, { - "title": "Marry Me: do you take the J-Lo/Owen Wilson romcom to be the weirdest film of 2022?", - "description": "

    Jennifer Lopez proposes to Owen Wilson, a maths teacher she’s never met. What was she thinking? How will it end? And does anyone care?

    Nobody really wants it to be 2021, do they? A vicious global pandemic is about to enter its third year, the world is on fire and populist politics threatens to overturn democracy as we know it. Some people have reacted to these terrible times by trying to change things. Others are willing themselves back to a more innocent era.

    By “others”, I mean Jennifer Lopez and Owen Wilson, who are doing their level best to make it 2005 again. How? By making a romcom, that’s how. If this was a decade and a half ago, then Marry Me would automatically be one of the biggest hits of the year, bringing together the unstoppable forces responsible for Maid in Manhattan and Wedding Crashers. But it isn’t 2005, it’s 2021, and the thought of watching Lopez and Wilson shuffle through a romcom together is baffling. Perhaps it’d help to go through the Marry Me trailer beat by beat.

    Continue reading...", - "content": "

    Jennifer Lopez proposes to Owen Wilson, a maths teacher she’s never met. What was she thinking? How will it end? And does anyone care?

    Nobody really wants it to be 2021, do they? A vicious global pandemic is about to enter its third year, the world is on fire and populist politics threatens to overturn democracy as we know it. Some people have reacted to these terrible times by trying to change things. Others are willing themselves back to a more innocent era.

    By “others”, I mean Jennifer Lopez and Owen Wilson, who are doing their level best to make it 2005 again. How? By making a romcom, that’s how. If this was a decade and a half ago, then Marry Me would automatically be one of the biggest hits of the year, bringing together the unstoppable forces responsible for Maid in Manhattan and Wedding Crashers. But it isn’t 2005, it’s 2021, and the thought of watching Lopez and Wilson shuffle through a romcom together is baffling. Perhaps it’d help to go through the Marry Me trailer beat by beat.

    Continue reading...", - "category": "Film", - "link": "https://www.theguardian.com/film/2021/nov/19/marry-me-do-you-take-the-j-loowen-wilson-romcom-to-be-the-weirdest-film-of-2022", - "creator": "Stuart Heritage", - "pubDate": "2021-11-19T14:42:26Z", + "title": "Labor Pains and Opportunities in Baseball", + "description": "A joint venture and the business promise of betting add up to a promising future.", + "content": "A joint venture and the business promise of betting add up to a promising future.", + "category": "PAID", + "link": "https://www.wsj.com/articles/labor-pains-and-opportunities-in-baseball-lockout-strike-free-agent-trading-cards-mlb-11638713802", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 15:42:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cc82fac7c44ac39ca2917277b358eda" + "hash": "0c89e856ed223a4c45347f0297d96647" }, { - "title": "‘Diagnosis is rebirth’: women who found out they were autistic as adults", - "description": "

    Women from around the world describe the life-changing impact of finally receiving a diagnosis

    Less than 20 hours after asking women who had received a late diagnosis of autism, we received 139 replies from around the world.

    There were women whose lives had been scarred by victimisation, from bullying to rape, because without a diagnosis they did not know they were highly vulnerable to manipulation and abuse.

    Continue reading...", - "content": "

    Women from around the world describe the life-changing impact of finally receiving a diagnosis

    Less than 20 hours after asking women who had received a late diagnosis of autism, we received 139 replies from around the world.

    There were women whose lives had been scarred by victimisation, from bullying to rape, because without a diagnosis they did not know they were highly vulnerable to manipulation and abuse.

    Continue reading...", - "category": "Autism", - "link": "https://www.theguardian.com/society/2021/nov/19/diagnosis-women-autism-later-life", - "creator": "Amelia Hill", - "pubDate": "2021-11-19T14:36:02Z", + "title": "What Spreads Faster Than Covid? Vaccination.", + "description": "Our last pointless ideological fight may be over whether the vaccinated are spreaders.", + "content": "Our last pointless ideological fight may be over whether the vaccinated are spreaders.", + "category": "PAID", + "link": "https://www.wsj.com/articles/what-spreads-faster-than-covid-19-vaccination-distribution-breakthrough-infection-omicron-11638570230", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 18:14:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "218a3c450632fa78fee6bde5ea4aeaaf" + "hash": "4d19320ea97fe81ac3cc83865d2a640f" }, { - "title": "First known Covid case was Wuhan market vendor, says scientist", - "description": "

    Claim will reignite debate about origins of pandemic, a continuing source of tension between US and China

    The first known Covid-19 case was a vendor at the live-animal market in Wuhan, according to a scientist who has scrutinised public accounts of the earliest cases in China.

    The chronology is at odds with a timeline laid out in an influential World Health Organization (WHO) report, which suggested an accountant with no apparent link to the Hunan market was the first known case.

    Continue reading...", - "content": "

    Claim will reignite debate about origins of pandemic, a continuing source of tension between US and China

    The first known Covid-19 case was a vendor at the live-animal market in Wuhan, according to a scientist who has scrutinised public accounts of the earliest cases in China.

    The chronology is at odds with a timeline laid out in an influential World Health Organization (WHO) report, which suggested an accountant with no apparent link to the Hunan market was the first known case.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/19/first-covid-patient-in-wuhan-was-at-animal-market-study-finds", - "creator": "Hannah Devlin Science correspondent", - "pubDate": "2021-11-19T14:08:44Z", + "title": "Murder and Mandates in Chicago", + "description": "Violence in the city soars as Mayor Lightfoot feuds with police.", + "content": "Violence in the city soars as Mayor Lightfoot feuds with police.", + "category": "PAID", + "link": "https://www.wsj.com/articles/murder-and-vaccine-mandates-in-chicago-lori-lightfoot-foxx-murder-homicide-violent-crime-11638723397", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 15:46:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2a7d37ff561589a7ff4f96006ba01995" + "hash": "f1b4eb084bba0763327f37ab12388ae5" }, { - "title": "Modi repeals controversial laws in surprise victory for Indian farmers – video report", - "description": "

    Narendra Modi has announced he will repeal three contentious farm laws that prompted a year of protests and unrest in India, in one of the most significant concessions made by his government and a huge victory for India’s farmers. They had fought hard for the repeal of what the farmers called the 'black laws' that put their livelihoods at risk and gave private corporations control over the pricing of their crops

    Continue reading...", - "content": "

    Narendra Modi has announced he will repeal three contentious farm laws that prompted a year of protests and unrest in India, in one of the most significant concessions made by his government and a huge victory for India’s farmers. They had fought hard for the repeal of what the farmers called the 'black laws' that put their livelihoods at risk and gave private corporations control over the pricing of their crops

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/video/2021/nov/19/modi-repeals-controversial-laws-victory-indian-farmers-video-report", - "creator": "Maheen Sadiq", - "pubDate": "2021-11-19T14:07:16Z", + "title": "The Vast Promise of mRNA Technology", + "description": "The Covid vaccine platform offers real hope for treating many other diseases, including cancer. How an immigrant from Hungary played a prominent scientific role.", + "content": "The Covid vaccine platform offers real hope for treating many other diseases, including cancer. How an immigrant from Hungary played a prominent scientific role.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-vast-promise-of-mrna-vaccines-covid-19-omicron-shots-pfizer-biontech-ms-cancer-11638554419", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 18:31:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f1255a05b37e156c4f1a0f19c1d1681" + "hash": "17c312378e15a13e2d5cc6cc997d9167" }, { - "title": "‘It was mind-boggling’: Richard Gere on the rescue boat at the heart of Salvini trial", - "description": "

    Exclusive: the Hollywood actor, who lawyers have listed as a key witness, describes scenes of desperation on the Open Arms vessel

    The Hollywood actor Richard Gere has revealed for the first time the full story behind his mercy mission to the NGO rescue boat Open Arms as he prepares to testify as a witness against Italy’s former interior minister and far-right leader, Matteo Salvini, who is on trial for attempting to block the 147 people onboard from landing in Italy.

    In an exclusive interview with the Guardian, Gere, 72, who lawyers have listed as a key witness to the situation aboard the NGO rescue boat Open Arms, described the scenes of desperation he saw when he arrived on the vessel being held off the Italian island of Lampedusa in the summer of 2019 with conditions rapidly deteriorating.

    Continue reading...", - "content": "

    Exclusive: the Hollywood actor, who lawyers have listed as a key witness, describes scenes of desperation on the Open Arms vessel

    The Hollywood actor Richard Gere has revealed for the first time the full story behind his mercy mission to the NGO rescue boat Open Arms as he prepares to testify as a witness against Italy’s former interior minister and far-right leader, Matteo Salvini, who is on trial for attempting to block the 147 people onboard from landing in Italy.

    In an exclusive interview with the Guardian, Gere, 72, who lawyers have listed as a key witness to the situation aboard the NGO rescue boat Open Arms, described the scenes of desperation he saw when he arrived on the vessel being held off the Italian island of Lampedusa in the summer of 2019 with conditions rapidly deteriorating.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/19/richard-gere-open-arms-rescue-boat-heart-of-salvini-trial", - "creator": "Lorenzo Tondo in Palermo", - "pubDate": "2021-11-19T14:00:00Z", + "title": "The Media Stonewalls on the Steele Dossier", + "description": "News companies are even more reluctant than other businesses to come clean about their misbehavior.", + "content": "News companies are even more reluctant than other businesses to come clean about their misbehavior.", + "category": "PAID", + "link": "https://www.wsj.com/articles/the-media-stonewalls-steele-dossier-disinformation-trump-nyt-washington-post-trump-11638718026", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 13:50:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52a01a7e7844b2a3cd4ef8ddc11b8e0a" + "hash": "25d9eb03c3d2d067f66ab5f40955b977" }, { - "title": "‘We are more powerful than Modi’: Indian farmers celebrate U-turn on laws", - "description": "

    Camp outside Delhi cheers after PM announced revoking of farm laws following a year of protests

    The scent of victory was in the air. As tractors rolled through the protest camp on the outskirts of Delhi set up by farmers almost exactly a year ago, rousing cries of “long live the revolution” and “we defeated Modi” rang out. Old men with trailing silver beards and rainbow turbans danced on tractor roofs and flag-waving children were held up high.

    “For one year we have been at war,” said Ranjeet Singh, 32. “We have suffered, people have died. But today farmers won the war.”

    Continue reading...", - "content": "

    Camp outside Delhi cheers after PM announced revoking of farm laws following a year of protests

    The scent of victory was in the air. As tractors rolled through the protest camp on the outskirts of Delhi set up by farmers almost exactly a year ago, rousing cries of “long live the revolution” and “we defeated Modi” rang out. Old men with trailing silver beards and rainbow turbans danced on tractor roofs and flag-waving children were held up high.

    “For one year we have been at war,” said Ranjeet Singh, 32. “We have suffered, people have died. But today farmers won the war.”

    Continue reading...", - "category": "India", - "link": "https://www.theguardian.com/world/2021/nov/19/we-are-more-powerful-than-modi-indian-farmers-celebrate-laws-repealing", - "creator": "Hannah Ellis-Petersen in Singhu", - "pubDate": "2021-11-19T13:39:57Z", + "title": "Fly Me to the Swamp", + "description": "Washington is the hot destination for ‘protest tourism.’", + "content": "Washington is the hot destination for ‘protest tourism.’", + "category": "PAID", + "link": "https://www.wsj.com/articles/fly-me-to-the-swamp-11638568888", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 17:01:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9d4d1c0cf54c8da3cb5bc51256e3262e" + "hash": "1a7ee6f14aa199f9bf59ab7cdaf5d70c" }, { - "title": "As millions face famine #CongoIsStarving is calling on Joe Biden to help | Vava Tampa", - "description": "

    Only a UN tribunal, sponsored by the US president, can end the culture of impunity fuelling violence and poverty in the DRC

    The numbers are difficult to absorb. According to a new IPC report, a record 27 million Congolese – roughly a quarter of the Democratic Republic of the Congo’s (DRC’s) population – are facing hunger, with 860,000 children under five acutely malnourished. The DRC is home to more starving people than any other country in the world. This could have been prevented.

    Without faith that their own president Félix Tshisekedi will act, people are turning to the US president, hoping that lobbying using the hashtag #CongoIsStarving on Twitter will urge Joe Biden to back the creation of an international criminal tribunal for the DRC to end the impunity fuelling violence and famine risk. Shockingly, it could be that simple to bring an end to this suffering; we are asking for solidarity, not charity, to save lives and end this nightmarish crisis.

    Continue reading...", - "content": "

    Only a UN tribunal, sponsored by the US president, can end the culture of impunity fuelling violence and poverty in the DRC

    The numbers are difficult to absorb. According to a new IPC report, a record 27 million Congolese – roughly a quarter of the Democratic Republic of the Congo’s (DRC’s) population – are facing hunger, with 860,000 children under five acutely malnourished. The DRC is home to more starving people than any other country in the world. This could have been prevented.

    Without faith that their own president Félix Tshisekedi will act, people are turning to the US president, hoping that lobbying using the hashtag #CongoIsStarving on Twitter will urge Joe Biden to back the creation of an international criminal tribunal for the DRC to end the impunity fuelling violence and famine risk. Shockingly, it could be that simple to bring an end to this suffering; we are asking for solidarity, not charity, to save lives and end this nightmarish crisis.

    Continue reading...", - "category": "Global development", - "link": "https://www.theguardian.com/global-development/2021/nov/19/as-millions-face-famine-congo-is-starving-is-calling-on-joe-biden-to-help", - "creator": "Vava Tampa", - "pubDate": "2021-11-19T12:40:13Z", + "title": "Look at Build Back Better's Benefits, Not Its Price Tag", + "description": "The media loves to focus on a big number, but the bill is paid for and delivers for the American people.", + "content": "The media loves to focus on a big number, but the bill is paid for and delivers for the American people.", + "category": "PAID", + "link": "https://www.wsj.com/articles/look-at-build-back-betters-benefits-not-price-tag-federal-budget-bbb-reconciliation-debt-cbo-11638718325", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 15:43:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e13f3aaf53cbb5667dbafb0090a2b89e" + "hash": "1406a867078a9634bedc84e0c4f274f8" }, { - "title": "Good or bad? Top cardiologist gives verdict on chocolate, coffee and wine", - "description": "

    Exclusive: Prof Thomas Lüscher assesses the heart healthiness of some of our favourite treats

    Dark chocolate is a “joy” when it comes to keeping your heart healthy, coffee is likely protective, but wine is at best “neutral”, according to one of the world’s leading cardiologists.

    As editor of the European Heart Journal for more than a decade, Prof Thomas Lüscher led a team that sifted through 3,200 manuscripts from scientists and doctors every year. Only a fraction – those deemed “truly novel” and backed up with “solid data” – would be selected for publication.

    Continue reading...", - "content": "

    Exclusive: Prof Thomas Lüscher assesses the heart healthiness of some of our favourite treats

    Dark chocolate is a “joy” when it comes to keeping your heart healthy, coffee is likely protective, but wine is at best “neutral”, according to one of the world’s leading cardiologists.

    As editor of the European Heart Journal for more than a decade, Prof Thomas Lüscher led a team that sifted through 3,200 manuscripts from scientists and doctors every year. Only a fraction – those deemed “truly novel” and backed up with “solid data” – would be selected for publication.

    Continue reading...", - "category": "Health", - "link": "https://www.theguardian.com/society/2021/nov/19/good-or-bad-top-cardiologist-gives-verdict-chocolate-coffee-wine", - "creator": "Andrew Gregory Health editor", - "pubDate": "2021-11-19T12:29:35Z", + "title": "I Finished Second in the Cheapskate Sweepstakes", + "description": "Tommy, Greg and I turned my 50th-birthday getaway into a competition to see who could be most frugal.", + "content": "Tommy, Greg and I turned my 50th-birthday getaway into a competition to see who could be most frugal.", + "category": "PAID", + "link": "https://www.wsj.com/articles/i-finished-second-in-the-cheapskate-sweepstakes-competition-friendship-budget-travel-11638731895", + "creator": "", + "pubDate": "Sun, 05 Dec 2021 15:40:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b8d572357562a5712b407d7c98b8f92" + "hash": "b8706b59ba85d5019a1637487784ffa9" }, { - "title": "‘Storm clouds’ over Europe – but UK Covid rates remain high", - "description": "

    Analysis: likes of Slovakia and Austria have worse figures but UK’s have topped EU average for months

    As Covid infection rates surged again across Europe, Boris Johnson spoke this week of “storm clouds gathering” over parts of the continent and said it was unclear when or how badly the latest wave would “wash up on our shores”.

    The situation in some EU member states, particularly those with low vaccination rates, is indeed dramatic. In central and eastern Europe in particular, but also Austria, Belgium and the Netherlands, case numbers are rocketing.

    Continue reading...", - "content": "

    Analysis: likes of Slovakia and Austria have worse figures but UK’s have topped EU average for months

    As Covid infection rates surged again across Europe, Boris Johnson spoke this week of “storm clouds gathering” over parts of the continent and said it was unclear when or how badly the latest wave would “wash up on our shores”.

    The situation in some EU member states, particularly those with low vaccination rates, is indeed dramatic. In central and eastern Europe in particular, but also Austria, Belgium and the Netherlands, case numbers are rocketing.

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/2021/nov/19/storm-clouds-over-europe-but-uk-covid-rates-remain-higher", - "creator": "Jon Henley Europe correspondent", - "pubDate": "2021-11-19T12:25:02Z", + "title": "Yes, Justice Sotomayor, the Court Will 'Survive'", + "description": "The abortion case is about life and liberty, not her and her colleagues.", + "content": "The abortion case is about life and liberty, not her and her colleagues.", + "category": "PAID", + "link": "https://www.wsj.com/articles/justice-sotomayor-supreme-court-abortion-politicization-mississippi-dobbs-jackson-15-weeks-11638554054", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 18:31:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1d486951615eb7e842cbbe8d49adae5" + "hash": "d3801841deb9ee6a951176d7863aa153" }, { - "title": "Rap battles return in Rio’s City of God – in pictures", - "description": "

    Artists in the favela are starting to compete again after the Covid-19 pandemic curtailed public gatherings, a show that signals a return to normality for music lovers

    Continue reading...", - "content": "

    Artists in the favela are starting to compete again after the Covid-19 pandemic curtailed public gatherings, a show that signals a return to normality for music lovers

    Continue reading...", - "category": "Brazil", - "link": "https://www.theguardian.com/world/gallery/2021/nov/19/rap-battles-return-in-rio-city-of-god-in-pictures", - "creator": "Silvia Izquierdo/AP", - "pubDate": "2021-11-19T10:33:46Z", + "title": "How to Get Away With Manslaughter", + "description": "The Supreme Court’s McGirt ruling opened a bizarre loophole for Oklahoma criminals.", + "content": "The Supreme Court’s McGirt ruling opened a bizarre loophole for Oklahoma criminals.", + "category": "PAID", + "link": "https://www.wsj.com/articles/how-to-get-away-with-manslaughter-mcgirt-oklahoma-neil-gorsuch-supreme-court-11638484034", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 18:48:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89d1215fd92fef4b87c9db593af0c38a" + "hash": "15b0024c1cd7f60b3c4575bf043281cc" }, { - "title": "‘No way around it’: Austrians queue for jabs as unvaccinated told to stay home", - "description": "

    In Linz, jab willingness is rising as police check Covid passports – but confusion remains on what is essential travel

    On a street of shops in the Austrian city of Linz, a stone’s throw from the winding Danube river, two police officers in navy-blue uniforms and peaked white caps stop random passersby to check their vaccine passports.

    Elderly shoppers rummage around in their handbags and comply with a smile, but a fortysomething woman with a nose piercing is less forthcoming: she says she left her immunisation certificate on the kitchen table as she had to dash across town to see a dentist.

    Continue reading...", - "content": "

    In Linz, jab willingness is rising as police check Covid passports – but confusion remains on what is essential travel

    On a street of shops in the Austrian city of Linz, a stone’s throw from the winding Danube river, two police officers in navy-blue uniforms and peaked white caps stop random passersby to check their vaccine passports.

    Elderly shoppers rummage around in their handbags and comply with a smile, but a fortysomething woman with a nose piercing is less forthcoming: she says she left her immunisation certificate on the kitchen table as she had to dash across town to see a dentist.

    Continue reading...", - "category": "Austria", - "link": "https://www.theguardian.com/world/2021/nov/19/austrians-queue-for-covid-jabs-as-unvaccinated-told-to-stay-home", - "creator": "Philip Oltermann in Linz", - "pubDate": "2021-11-19T10:30:02Z", + "title": "Hawaii Is No Paradise if You Need Medical Care", + "description": "High taxes contribute to a shortage of doctors while certificate-of-need laws crimp capacity.", + "content": "High taxes contribute to a shortage of doctors while certificate-of-need laws crimp capacity.", + "category": "PAID", + "link": "https://www.wsj.com/articles/hawaii-no-paradise-medical-care-covid-hospitals-honolulu-certificate-of-need-general-excise-tax-11638569759", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 18:12:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10c33cdfa9760aecab1df372f9cd119e" + "hash": "ed7f06c5b8dfc366263310858a0a85d2" }, { - "title": "Has Covid ended the neoliberal era? – podcast", - "description": "

    The year 2020 exposed the risks and weaknesses of the market-driven global system like never before. It’s hard to avoid the sense that a turning point has been reached. By Adam Tooze

    Continue reading...", - "content": "

    The year 2020 exposed the risks and weaknesses of the market-driven global system like never before. It’s hard to avoid the sense that a turning point has been reached. By Adam Tooze

    Continue reading...", - "category": "Coronavirus", - "link": "https://www.theguardian.com/world/audio/2021/nov/19/has-covid-ended-the-neoliberal-era-podcast", - "creator": "Written by Adam Tooze, read by Ben Norris and produced by Esther Opoku-Gyeni", - "pubDate": "2021-11-19T10:00:31Z", + "title": "Biden's Covid Quagmire", + "description": "He can’t keep his promise to ‘beat’ the virus. Can he escape it before it’s too late?", + "content": "He can’t keep his promise to ‘beat’ the virus. Can he escape it before it’s too late?", + "category": "PAID", + "link": "https://www.wsj.com/articles/biden-covid-19-quagmire-omicron-variant-testing-vaccines-travel-restrictions-mask-approval-rating-11638485778", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 18:25:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": true, + "feed": "Wall Street Journal", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e837a80c2e653b7a0f76923348aeff17" + "hash": "270999591a05eef8ad1bfc8f2c4fea34" }, { - "title": "18,000 people stranded after floods and landslides in British Columbia – video", - "description": "

    Authorities and emergency crews in Canada are trying \nto reach 18,000 people stranded by \nmajor floods and landslides. The province of\nBritish Columbia declared\na state of emergency with concerns over further falls in coming days. Some grocery store shelves\nin affected areas have\nalso been stripped bare while floods and mudslides destroyed\nroads, houses and bridges,\nhampering rescue efforts

    Continue reading...", - "content": "

    Authorities and emergency crews in Canada are trying \nto reach 18,000 people stranded by \nmajor floods and landslides. The province of\nBritish Columbia declared\na state of emergency with concerns over further falls in coming days. Some grocery store shelves\nin affected areas have\nalso been stripped bare while floods and mudslides destroyed\nroads, houses and bridges,\nhampering rescue efforts

    Continue reading...", - "category": "Canada", - "link": "https://www.theguardian.com/world/video/2021/nov/19/18000-people-stranded-after-floods-and-landslides-in-british-columbia-video", + "title": "Build Back Better vs. Small Business", + "description": "Wage mandates for green subsidies will squeeze nonunion shops.", + "content": "Wage mandates for green subsidies will squeeze nonunion shops.", + "category": "PAID", + "link": "https://www.wsj.com/articles/build-back-better-vs-small-business-house-spending-bill-congress-prevailing-wage-unions-contractors-11638572386", "creator": "", - "pubDate": "2021-11-19T07:38:27Z", + "pubDate": "Fri, 03 Dec 2021 18:47:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", - "read": true, + "feed": "Wall Street Journal", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f51c87c5c30fcf9c8fe7f8646fc431ac" + "hash": "d1cc1f296f102692af1c31c38ec3e1a1" }, { - "title": "Rio Tinto’s past casts a shadow over Serbia’s hopes of a lithium revolution", - "description": "

    People in the Jadar valley fear environmental catastrophe as Europe presses for self-sufficiency in battery technology

    Photographs by Vladimir Zivojinovic

    A battery sign, flashing dangerously low, appears superimposed over a view of the globe as seen from space. “Green technologies, electric cars, clean air – all of these depend on one of the most significant lithium deposits in the world, which is located right here in Jadar, Serbia,” a gravel-voiced narrator announces. “We completely understand your concerns about the environment. Rio Tinto is carrying out detailed analyses, so as to make all of us sure that we develop the Jadar project in line with the highest environmental, security and health standards.”

    Beamed into the country’s living rooms on the public service channel RTS, the slick television ad, shown just after the evening news, finishes with images of reassuring scientists and a comforted young couple walking into the sunset: “Rio Tinto: Together we have the chance to save the planet.”

    Continue reading...", - "content": "

    People in the Jadar valley fear environmental catastrophe as Europe presses for self-sufficiency in battery technology

    Photographs by Vladimir Zivojinovic

    A battery sign, flashing dangerously low, appears superimposed over a view of the globe as seen from space. “Green technologies, electric cars, clean air – all of these depend on one of the most significant lithium deposits in the world, which is located right here in Jadar, Serbia,” a gravel-voiced narrator announces. “We completely understand your concerns about the environment. Rio Tinto is carrying out detailed analyses, so as to make all of us sure that we develop the Jadar project in line with the highest environmental, security and health standards.”

    Beamed into the country’s living rooms on the public service channel RTS, the slick television ad, shown just after the evening news, finishes with images of reassuring scientists and a comforted young couple walking into the sunset: “Rio Tinto: Together we have the chance to save the planet.”

    Continue reading...", - "category": "Serbia", - "link": "https://www.theguardian.com/global-development/2021/nov/19/rio-tintos-past-casts-a-shadow-over-serbias-hopes-of-a-lithium-revolution", - "creator": "Daniel Boffey in the Jadar valley, Serbia", - "pubDate": "2021-11-19T04:00:24Z", + "title": "A Young Boy Found Older Brothers in the Beatles", + "description": "Joe Peppercorn turned his gratitude for the band into an annual marathon of their music.", + "content": "Joe Peppercorn turned his gratitude for the band into an annual marathon of their music.", + "category": "PAID", + "link": "https://www.wsj.com/articles/peppercorn-brothers-john-lennon-paul-mccartney-george-harrison-ringo-starr-beatles-11638569898", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 18:10:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8ec657783da6df1834b5118f4f7affd3" + "hash": "bbe647c7814b0027f26f9115dc2406ec" }, { - "title": "‘We have fallen into a trap’: for hotel staff Qatar’s World Cup dream is a nightmare", - "description": "

    Exclusive: Seduced by salary promises, workers at Fifa-endorsed hotels allege they have been exploited and abused

    When Fifa executives step on to the asphalt in Doha next November for the start of the 2022 World Cup finals, their next stop is likely to be the check-in at one of Qatar’s glittering array of opulent hotels, built to provide the most luxurious possible backdrop to the biggest sporting event on earth.

    Now, with a year to go before the first match, fans who want to emulate the lifestyle of the sporting elite can head to Fifa’s hospitality website to plan their stay in the host nation. There they can scroll through a catalogue of exclusive, Fifa-endorsed accommodation, from boutique hotels to five-star resorts.

    Continue reading...", - "content": "

    Exclusive: Seduced by salary promises, workers at Fifa-endorsed hotels allege they have been exploited and abused

    When Fifa executives step on to the asphalt in Doha next November for the start of the 2022 World Cup finals, their next stop is likely to be the check-in at one of Qatar’s glittering array of opulent hotels, built to provide the most luxurious possible backdrop to the biggest sporting event on earth.

    Now, with a year to go before the first match, fans who want to emulate the lifestyle of the sporting elite can head to Fifa’s hospitality website to plan their stay in the host nation. There they can scroll through a catalogue of exclusive, Fifa-endorsed accommodation, from boutique hotels to five-star resorts.

    Continue reading...", - "category": "Workers' rights", - "link": "https://www.theguardian.com/global-development/2021/nov/18/we-have-fallen-into-a-trap-for-hotel-staff-qatar-world-cup-dream-is-a-nightmare", - "creator": "Pete Pattisson in Doha", - "pubDate": "2021-11-18T12:00:05Z", + "title": "What Jerome Powell Couldn't Say in His Speech, and Doesn't Know", + "description": "The Fed chief sticks to untested new policy tools while inflation transforms the American economy.", + "content": "The Fed chief sticks to untested new policy tools while inflation transforms the American economy.", + "category": "PAID", + "link": "https://www.wsj.com/articles/jerome-powell-doesnt-know-federal-reserve-chairman-inflation-transitory-average-target-11638457724", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 13:13:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "573df2281e2c34694e689413f7700282" + "hash": "06959f10ee9546e6367fcbe5cff7eb6f" }, { - "title": "Lukashenko has got the ear of the EU at last – but it won’t help him", - "description": "

    The Belarusian leader may have won phone talks with Angela Merkel but Europe remains united against him

    As migrants camped out in the woods prepared for another night of sub-zero temperatures, the Estonian foreign minister, Eva-Maria Liimets, on Tuesday revealed to an evening news programme the gist of what Alexander Lukashenko demanded of Angela Merkel in the first call between a European leader and Belarus’s dictator in more than a year.

    “He wants the sanctions to be halted, [and] to be recognised as head of state so he can continue,” she said he told Merkel.

    Continue reading...", - "content": "

    The Belarusian leader may have won phone talks with Angela Merkel but Europe remains united against him

    As migrants camped out in the woods prepared for another night of sub-zero temperatures, the Estonian foreign minister, Eva-Maria Liimets, on Tuesday revealed to an evening news programme the gist of what Alexander Lukashenko demanded of Angela Merkel in the first call between a European leader and Belarus’s dictator in more than a year.

    “He wants the sanctions to be halted, [and] to be recognised as head of state so he can continue,” she said he told Merkel.

    Continue reading...", - "category": "Alexander Lukashenko", - "link": "https://www.theguardian.com/world/2021/nov/18/lukashenko-has-got-the-ear-of-the-eu-at-last-but-it-wont-help-him", - "creator": "Andrew Roth in Moscow", - "pubDate": "2021-11-18T05:00:02Z", + "title": "Seattle Defunds the Police Again", + "description": "Voters have rejected lawlessness, but the City Council isn’t listening.", + "content": "Voters have rejected lawlessness, but the City Council isn’t listening.", + "category": "PAID", + "link": "https://www.wsj.com/articles/seattle-city-council-defunds-the-police-again-11638572886", + "creator": "", + "pubDate": "Fri, 03 Dec 2021 18:34:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", "folder": "00.03 News/News - EN", - "feed": "The Guardian", + "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e10785fc4e601859f03ebb394ef1eab" - } - ], - "folder": "00.03 News/News - EN", - "name": "The Guardian", - "language": "en", - "hash": "85fc049a0df7fd039d58b9d2bb1dc214" - }, - { - "title": "RSSOpinion", - "subtitle": "", - "link": "http://online.wsj.com/page/2_0006.html", - "image": "http://online.wsj.com/img/wsj_sm_logo.gif", - "description": "RSSOpinion", - "items": [ + "hash": "2d3427149882b95b4bb0b30a83626c09" + }, + { + "title": "Will the Justices Let Go of Abortion?", + "description": "Overturning Roe v. Wade wouldn’t settle the issue, but it would create the possibility of a settlement.", + "content": "Overturning Roe v. Wade wouldn’t settle the issue, but it would create the possibility of a settlement.", + "category": "PAID", + "link": "https://www.wsj.com/articles/will-the-justices-let-go-of-abortion-roe-wade-jackson-mississipi-fifteen-weeks-dobbs-11638487513", + "creator": "", + "pubDate": "Thu, 02 Dec 2021 18:51:00 -0500", + "enclosure": "", + "enclosureType": "", + "image": "", + "language": "en", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e65932ee5aa900001bb45b9dab0ca4ff" + }, { - "title": "10 Things to Love About America", - "description": "An immigrant’s social media posts express love for the land to which he came.", - "content": "An immigrant’s social media posts express love for the land to which he came.", + "title": "November's Jobs Message to the Federal Reserve", + "description": "The labor market is healthy enough to take higher interest rates.", + "content": "The labor market is healthy enough to take higher interest rates.", "category": "PAID", - "link": "https://www.wsj.com/articles/10-things-to-love-america-patriotism-liberty-immigrant-amjad-masad-tech-silicon-valley-woke-crt-11640902246", + "link": "https://www.wsj.com/articles/novembers-message-to-the-fed-jobs-report-unemployment-interest-rates-11638570571", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:58:00 -0500", + "pubDate": "Fri, 03 Dec 2021 18:37:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -237917,21 +263645,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "294e8bc84be763f8c3891d5056829941", - "highlights": [] + "hash": "b0a7fe1c0cdcb18954ec0a0e62d7a55d" }, { - "title": "The Conformity Crackup of 2021", - "description": "From Covid lockdowns to crime and cops, the political-media consensus was wrong.", - "content": "From Covid lockdowns to crime and cops, the political-media consensus was wrong.", + "title": "Omicron Reinfects Government", + "description": "Covid strategy needs a midcourse correction. It got Joe Biden’s vaccine mandate.", + "content": "Covid strategy needs a midcourse correction. It got Joe Biden’s vaccine mandate.", "category": "PAID", - "link": "https://www.wsj.com/articles/media-conformity-wuhan-covid-russia-crime-11640805471", + "link": "https://www.wsj.com/articles/omicron-reinfects-government-vaccines-mandates-inflexibility-crime-adapt-biden-fauci-11638394059", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:56:00 -0500", + "pubDate": "Wed, 01 Dec 2021 18:17:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -237939,21 +263665,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e7ddf83686699edeb29cf0d1f902b01", - "highlights": [] + "hash": "ae6d9a0575f0a736c8273bb531ab39af" }, { - "title": "No Facebook Funding for Elections", - "description": "Mark Zuckerberg donated $400 million to districts that mostly elect Democrats.", - "content": "Mark Zuckerberg donated $400 million to districts that mostly elect Democrats.", + "title": "Notable & Quotable: Stacey Abrams Says 'I Did Not Challenge' the Election", + "description": "‘When I acknowledged I would not become governor, that he had won the election, I did not challenge the outcome of the election.'", + "content": "‘When I acknowledged I would not become governor, that he had won the election, I did not challenge the outcome of the election.'", "category": "PAID", - "link": "https://www.wsj.com/articles/no-facebook-funds-elections-democrat-districts-voting-north-carolina-veto-cooper-2020-meddling-11640890835", + "link": "https://www.wsj.com/articles/notable-i-did-not-challenge-stacey-abrams-maddow-challenge-election-results-trump-11638569987", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:32:00 -0500", + "pubDate": "Fri, 03 Dec 2021 18:11:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -237961,21 +263685,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "68fbf73aa0058b45213dbc7e5f5dea6c", - "highlights": [] + "hash": "f9856e4c65632d30b45daf7c5e3d209d" }, { - "title": "The T-Cell Covid Cavalry", - "description": "Two studies suggest this line of defense reduces Omicron’s severity.", - "content": "Two studies suggest this line of defense reduces Omicron’s severity.", + "title": "America's Two-Track Jobs Recovery", + "description": "Memo to Ron Klain: Here are the pandemic policies that worked.", + "content": "Memo to Ron Klain: Here are the pandemic policies that worked.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-t-cell-covid-cavalry-antibodies-vaccines-omicron-11640906490", + "link": "https://www.wsj.com/articles/americas-two-track-jobs-recovery-republican-democrat-governors-lockdowns-covid-11638486433", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:54:00 -0500", + "pubDate": "Thu, 02 Dec 2021 18:46:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -237983,21 +263705,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e54bb9bb98bc15925d22e8d7fb5b793", - "highlights": [] + "hash": "ac768b0eb4761b2da2d62393a7c3c255" }, { - "title": "Many Climate Ambitions Will End With 2021", - "description": "In the U.K., Germany and France, leaders walk back as their plans’ exorbitant price tag becomes clear.", - "content": "In the U.K., Germany and France, leaders walk back as their plans’ exorbitant price tag becomes clear.", + "title": "Ray Dalio's China Equivalence", + "description": "The investor’s comments show why so many Americans dislike Wall Street.", + "content": "The investor’s comments show why so many Americans dislike Wall Street.", "category": "PAID", - "link": "https://www.wsj.com/articles/climate-ambitions-end-britain-germany-france-boilers-green-energy-costs-climate-change-emission-11640874970", + "link": "https://www.wsj.com/articles/ray-dalios-china-equivalence-bridgewater-xi-jinping-wall-street-america-11638486891", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:24:00 -0500", + "pubDate": "Thu, 02 Dec 2021 18:42:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238005,21 +263725,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2adf124748e2006aac2a28d9da68c471", - "highlights": [] + "hash": "34d009471e41d40ac76c35492dbae60d" }, { - "title": "Gov. Kathy Hochul Will Tell You if You're 'Essential'", - "description": "If it’s safe enough for a bartender to return to work after five days, it’s safe enough for anybody.", - "content": "If it’s safe enough for a bartender to return to work after five days, it’s safe enough for anybody.", + "title": "The Supreme Court Takes Up Religious Liberty---Again", + "description": "Organizations that get state money shouldn’t have to disavow their faith.", + "content": "Organizations that get state money shouldn’t have to disavow their faith.", "category": "PAID", - "link": "https://www.wsj.com/articles/gov-kathy-hochul-new-york-essential-covid-quarantine-teacher-healthcare-frontline-omicron-11640875496", + "link": "https://www.wsj.com/articles/justices-take-up-religious-liberty-freedom-funding-schools-vaccines-supreme-court-comer-11638475065", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:23:00 -0500", + "pubDate": "Thu, 02 Dec 2021 18:25:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238027,21 +263745,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "78c5fc8bbfa3dbbc9de54774dc858921", - "highlights": [] + "hash": "2d29dec942c772b16a02a0ca29c0b066" }, { - "title": "California Is Making Bacon More Expensive", - "description": "A new law will force pork producers nationwide to comply with onerous regulations.", - "content": "A new law will force pork producers nationwide to comply with onerous regulations.", + "title": "Pete Buttigieg's Highway to Green Heaven", + "description": "The spending bill gives him new power to force CO2 cuts on states.", + "content": "The spending bill gives him new power to force CO2 cuts on states.", "category": "PAID", - "link": "https://www.wsj.com/articles/california-makes-bacon-expensive-commerce-clause-supreme-court-pork-prices-ballot-12-11640892337", + "link": "https://www.wsj.com/articles/pete-buttigiegs-highway-to-green-heaven-biden-administration-house-spending-bill-emissions-epa-11638481930", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:57:00 -0500", + "pubDate": "Thu, 02 Dec 2021 18:42:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238049,21 +263765,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7337edb73e3b8ddb11d37dc51ec8bab0", - "highlights": [] + "hash": "32e34f745f2ff72d7cfeb075eff7047e" }, { - "title": "Hallelujah, a New Mayor for New York", - "description": "Bill de Blasio leaves Eric Adams a mess, but he can’t do any worse than eight years of progressive failure.", - "content": "Bill de Blasio leaves Eric Adams a mess, but he can’t do any worse than eight years of progressive failure.", + "title": "Covid-19 and the Right to Travel", + "description": "Bans and quarantines are constitutionally suspect when applied against U.S. citizens.", + "content": "Bans and quarantines are constitutionally suspect when applied against U.S. citizens.", "category": "PAID", - "link": "https://www.wsj.com/articles/a-mandate-for-mayor-eric-adams-new-york-bill-de-blasio-11640902582", + "link": "https://www.wsj.com/articles/covid-19-and-travel-ban-restrictions-unconstitutional-international-abroad-omicron-biden-11638458140", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:50:00 -0500", + "pubDate": "Thu, 02 Dec 2021 13:13:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238071,21 +263785,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "78f707060466beb674a4089a356560fe", - "highlights": [] + "hash": "4a89b59c3c13bba48619d7ab60fededd" }, { - "title": "No, Joe Biden Didn't Save Christmas", - "description": "Millions of American workers saved a complex economy from buckling.", - "content": "Millions of American workers saved a complex economy from buckling.", + "title": "Boston's Eviction Ban Overreach", + "description": "A Massachusetts judge issues a scathing reprimand to the city.", + "content": "A Massachusetts judge issues a scathing reprimand to the city.", "category": "PAID", - "link": "https://www.wsj.com/articles/biden-did-not-save-christmas-supply-chain-economy-frontline-workers-labor-market-covid-omicron-welfare-build-back-better-psaki-11640806855", + "link": "https://www.wsj.com/articles/bostons-eviction-ban-overreach-massachusetts-judge-irene-bagdoian-11638476194", "creator": "", - "pubDate": "Wed, 29 Dec 2021 18:05:00 -0500", + "pubDate": "Thu, 02 Dec 2021 18:41:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238093,21 +263805,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae2a4ab04359de8446cc2326a215d050", - "highlights": [] + "hash": "2e52a17e404920d6360924434f6e2848" }, { - "title": "The Chicago Teachers Union's Priorities", - "description": "Will the union let public schools reopen after the holidays?", - "content": "Will the union let public schools reopen after the holidays?", + "title": "Businesses Offer Higher Wages, but Who Will Accept Them?", + "description": "Latest NFIB employment survey shows a continuing labor shortage.", + "content": "Latest NFIB employment survey shows a continuing labor shortage.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-chicago-teachers-unions-priorities-students-public-schools-strike-pedro-martinez-11640903743", + "link": "https://www.wsj.com/articles/businesses-offer-higher-wages-but-who-will-accept-them-11638467214", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:44:00 -0500", + "pubDate": "Thu, 02 Dec 2021 12:46:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238115,21 +263825,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "51538c17fb53d113540dec278ca77292", - "highlights": [] + "hash": "b5e5fa5ada0515dfee94bc54bbbb6a7d" }, { - "title": "How Presidents Ring In the New Year", - "description": "Jimmy Carter toasted the shah. Donald Trump tweeted.", - "content": "Jimmy Carter toasted the shah. Donald Trump tweeted.", + "title": "Madrid, the City That Wouldn't Lock Down", + "description": "Isabel Díaz Ayuso called for freedom, kept the regional economy going, and won big at the polls.", + "content": "Isabel Díaz Ayuso called for freedom, kept the regional economy going, and won big at the polls.", "category": "PAID", - "link": "https://www.wsj.com/articles/how-president-ring-in-the-new-year-biden-trump-kennedy-carter-ford-reagan-character-11640891409", + "link": "https://www.wsj.com/articles/madrid-the-city-that-wouldnt-lockdown-isabel-diaz-ayuso-freedom-covid-19-coronavirus-11638475346", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:29:00 -0500", + "pubDate": "Thu, 02 Dec 2021 19:17:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238137,21 +263845,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "54488b30f9e37ca08448764bf710f6ca", - "highlights": [] + "hash": "5ab478a61e3f76284817a400aa08d81f" }, { - "title": "Can Social Media Alter a War?", - "description": "A 2019 experiment exploited Facebook and Instagram to manipulate soldiers.", - "content": "A 2019 experiment exploited Facebook and Instagram to manipulate soldiers.", + "title": "Notable & Quotable: School Money for Adults", + "description": "‘Spending on curriculum, textbooks, supplies and sundries is a small portion of school budgets.’", + "content": "‘Spending on curriculum, textbooks, supplies and sundries is a small portion of school budgets.’", "category": "PAID", - "link": "https://www.wsj.com/articles/can-social-media-alter-a-war-nato-russian-bots-colonial-pipeline-national-security-ukraine-cyberwarfare-hack-invasion-11641130267", + "link": "https://www.wsj.com/articles/notable-quotable-school-money-education-spending-teachers-union-big-labor-nyc-little-rock-11638476038", "creator": "", - "pubDate": "Sun, 02 Jan 2022 12:45:00 -0500", + "pubDate": "Thu, 02 Dec 2021 18:21:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238159,21 +263865,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3986b5a7b49a8131e6501a52763bad6d", - "highlights": [] + "hash": "0096effb8c6611cbddcb1280b23b186d" }, { - "title": "Betty White, a Humble Superstar", - "description": "Along with sitcoms, she shined on ‘Candid Camera’ and as a game-show guest.", - "content": "Along with sitcoms, she shined on ‘Candid Camera’ and as a game-show guest.", + "title": "Good Reasons to Go Slow on Abortion Precedents", + "description": "Overturning them all at once poses risks to legal and political stability. Gradualism is a better way.", + "content": "Overturning them all at once poses risks to legal and political stability. Gradualism is a better way.", "category": "PAID", - "link": "https://www.wsj.com/articles/betty-white-a-humble-superstar-dead-death-passing-99-100-new-years-hot-in-cleveland-mary-tyler-moore-golden-girls-11641130695", + "link": "https://www.wsj.com/articles/supreme-court-go-slow-roe-v-wade-abortion-precedents-gradualism-mississippi-dobbs-11638475763", "creator": "", - "pubDate": "Sun, 02 Jan 2022 12:44:00 -0500", + "pubDate": "Thu, 02 Dec 2021 18:28:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238181,21 +263885,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "77bc8318205c4cd4ea3f99a2b32e1284", - "highlights": [] + "hash": "ef2d50ff469155d80d9caaaf3fe94a2f" }, { - "title": "When the Hammer (and Sickle) Fell", - "description": "Thirty years ago, the New Year’s midnight bells also ushered out the Union of Soviet Socialist Republics.", - "content": "Thirty years ago, the New Year’s midnight bells also ushered out the Union of Soviet Socialist Republics.", + "title": "On Health Policy, Donald Trump Beats Joe Biden Hands Down", + "description": "Operation Warp Speed achieved a breakthrough at low cost. Build Back Better would spend huge sums to encourage failure.", + "content": "Operation Warp Speed achieved a breakthrough at low cost. Build Back Better would spend huge sums to encourage failure.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-hammer-sickle-fell-soviet-russia-ussr-ceonsorship-afghanistan-30-anniversary-glasnot-11640891195", + "link": "https://www.wsj.com/articles/health-policy-donald-trump-beats-joe-biden-operation-warp-speed-covid-19-build-back-better-11638475736", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:34:00 -0500", + "pubDate": "Thu, 02 Dec 2021 18:28:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238203,21 +263905,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "479a490fd91040762fbf6329fb02ce1f", - "highlights": [] + "hash": "1a9bbc371cf385daed230e3fd4624215" }, { - "title": "Escape From The Swamp", - "description": "A historic exodus from D.C. and other highly regulated locales.", - "content": "A historic exodus from D.C. and other highly regulated locales.", + "title": "Deterring Russia in Ukraine", + "description": "Vladimir Putin is probing to see if the U.S. really would push back.", + "content": "Vladimir Putin is probing to see if the U.S. really would push back.", "category": "PAID", - "link": "https://www.wsj.com/articles/escape-from-the-swamp-11640732030", + "link": "https://www.wsj.com/articles/deterring-vladimir-putin-in-ukraine-antony-blinken-joe-biden-russia-11638398219", "creator": "", - "pubDate": "Tue, 28 Dec 2021 17:53:00 -0500", + "pubDate": "Wed, 01 Dec 2021 19:09:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238225,21 +263925,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0faf0bbb1127d1f004b90c68ad611632", - "highlights": [] + "hash": "497bf9aded1ff62b7f3621b9f320622f" }, { - "title": "So You Want to Run for the Senate?", - "description": "Good luck. Here are some questions you should ask yourself.", - "content": "Good luck. Here are some questions you should ask yourself.", + "title": "Will Santa Claus Visit Chuck Schumer?", + "description": "Traveling in a flying sleigh may be easier than passing what he wants by Christmas.", + "content": "Traveling in a flying sleigh may be easier than passing what he wants by Christmas.", "category": "PAID", - "link": "https://www.wsj.com/articles/so-you-want-to-run-senate-wealthy-campaign-fund-history-oppo-research-office-youngkin-11640890348", + "link": "https://www.wsj.com/articles/will-santa-claus-visit-chuck-schumer-senate-debt-limit-budget-build-back-better-ndaa-11638392522", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:30:00 -0500", + "pubDate": "Wed, 01 Dec 2021 18:41:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238247,21 +263945,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ebab1f41b36fd5d51483a64e33d98e5", - "highlights": [] + "hash": "e33e44fc3719ba90777424f5b517dd01" }, { - "title": "Galileo and the Pandemic", - "description": "His lockdown in Florence complicated his relationship with the church’s censors.", - "content": "His lockdown in Florence complicated his relationship with the church’s censors.", + "title": "Advantage, Women's Tennis Association", + "description": "The WTA announces it is suspending all tournaments in China.", + "content": "The WTA announces it is suspending all tournaments in China.", "category": "PAID", - "link": "https://www.wsj.com/articles/galileo-and-the-pandemic-covid-lockdown-florence-isolate-censor-sun-earth-pope-science-11640890024", + "link": "https://www.wsj.com/articles/advantage-womens-tennis-association-steve-simon-peng-shuai-china-beijing-11638400900", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:25:00 -0500", + "pubDate": "Wed, 01 Dec 2021 18:54:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238269,21 +263965,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9175268cc222dbad7c6345ef9b431800", - "highlights": [] + "hash": "b9ad2c6eb2e29ca1c4c727b77d64bfe6" }, { - "title": "Biden Takes Detroit for a Ride", - "description": "The car makers get new fuel standards but may not get electric-vehicle subsidies.", - "content": "The car makers get new fuel standards but may not get electric-vehicle subsidies.", + "title": "A Biden Vaccine Mandate Puts Patients at Risk", + "description": "Washington’s threat to withhold Medicare and Medicaid funding is likely to do more harm than good.", + "content": "Washington’s threat to withhold Medicare and Medicaid funding is likely to do more harm than good.", "category": "PAID", - "link": "https://www.wsj.com/articles/detroit-electric-cars-biden-double-cross-11640816424", + "link": "https://www.wsj.com/articles/a-vaccine-mandate-puts-patients-at-risk-cms-healthcare-worker-shortage-covid-omicron-11638371830", "creator": "", - "pubDate": "Wed, 29 Dec 2021 18:59:00 -0500", + "pubDate": "Wed, 01 Dec 2021 17:41:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238291,21 +263985,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "73739d4508adf128311c0eb60a84417a", - "highlights": [] + "hash": "145d9846dd1083d9aacfb084cee736b0" }, { - "title": "I Got a Lot Right in 2021, but I Overestimated Biden", - "description": "As for 2022, the GOP will retake Congress, and Covid will fade in political significance.", - "content": "As for 2022, the GOP will retake Congress, and Covid will fade in political significance.", + "title": "Justice Sotomayor Gets Political on Abortion", + "description": "She loses her cool during the Supreme Court’s oral argument.", + "content": "She loses her cool during the Supreme Court’s oral argument.", "category": "PAID", - "link": "https://www.wsj.com/articles/got-a-lot-right-2021-but-not-biden-approval-trump-riot-jan-6-committee-predictions-2022-nfl-mlb-covid-omicron-roe-wade-midterms-11640807077", + "link": "https://www.wsj.com/articles/sonia-sotomayor-gets-political-supreme-court-dobbs-v-jackson-abortion-roe-casey-11638400452", "creator": "", - "pubDate": "Wed, 29 Dec 2021 18:14:00 -0500", + "pubDate": "Wed, 01 Dec 2021 19:08:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238313,21 +264005,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfdc9a85c2a8d859967517fc93521b7f", - "highlights": [] + "hash": "5259dc03ef78821e7eb15460f4d7a409" }, { - "title": "Beijing Courts the Solomon Islands", - "description": "Turning from the West, the Pacific state accepts Chinese police support.", - "content": "Turning from the West, the Pacific state accepts Chinese police support.", + "title": "China's Environmental Threat to Antarctica", + "description": "Beijing appears intent on exploiting the continent militarily and commercially.", + "content": "Beijing appears intent on exploiting the continent militarily and commercially.", "category": "PAID", - "link": "https://www.wsj.com/articles/china-australia-solomon-islands-pacific-11640818334", + "link": "https://www.wsj.com/articles/china-environmental-threat-to-antarctica-research-mining-satellites-telescopes-11638394184", "creator": "", - "pubDate": "Wed, 29 Dec 2021 18:56:00 -0500", + "pubDate": "Wed, 01 Dec 2021 18:40:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238335,21 +264025,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bf042aa95819cb08bfa539a1fba47f1", - "highlights": [] + "hash": "cf35a90b06c28248fce4e0310af3bd83" }, { - "title": "10 Letters to Read: December's Most Notable Letters to the Editor", - "description": "A selection of contributions by readers from Queens, N.Y., to Eagle, Idaho; from sports media in Nashville to the regime in Hong Kong.", - "content": "A selection of contributions by readers from Queens, N.Y., to Eagle, Idaho; from sports media in Nashville to the regime in Hong Kong.", + "title": "Waukesha Killings Make the Media Colorblind Again", + "description": "The contrast with the Kyle Rittenhouse case illustrates the double standard.", + "content": "The contrast with the Kyle Rittenhouse case illustrates the double standard.", "category": "PAID", - "link": "https://www.wsj.com/articles/letters-to-the-editor-hong-kong-covid-court-drugs-sports-11640732391", + "link": "https://www.wsj.com/articles/waukesha-killings-make-the-media-colorblind-again-postracial-america-race-agenda-11638310613", "creator": "", - "pubDate": "Wed, 29 Dec 2021 15:16:00 -0500", + "pubDate": "Tue, 30 Nov 2021 18:21:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238357,21 +264045,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f4f806c05327450c0ac1dab1273db853", - "highlights": [] + "hash": "b305dbba754f16b212897919cc20344f" }, { - "title": "Waiting With Biden", - "description": "His presidency is not accomplishing much and maybe was never intended to.", - "content": "His presidency is not accomplishing much and maybe was never intended to.", + "title": "The Pentagon's Bureaucratic Posture Review", + "description": "A 10-month study reflects little strategic urgency about growing global threats.", + "content": "A 10-month study reflects little strategic urgency about growing global threats.", "category": "PAID", - "link": "https://www.wsj.com/articles/waiting-with-biden-joe-presidency-afghanistan-covid-disruptions-inflation-trump-peace-11640728023", + "link": "https://www.wsj.com/articles/bureaucratic-global-posture-review-pentagon-defense-biden-china-11638380029", "creator": "", - "pubDate": "Tue, 28 Dec 2021 18:17:00 -0500", + "pubDate": "Wed, 01 Dec 2021 19:05:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238379,21 +264065,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd2c74f3d8f3469b6210681c55d974ac", - "highlights": [] + "hash": "34e50710106c2d082466a41b6c9ab753" }, { - "title": "The CDC Sees a Great Covid Light", - "description": "The shorter isolation period balances public health and the economy.", - "content": "The shorter isolation period balances public health and the economy.", + "title": "'No' on Fed Chairman Jerome Powell", + "description": "He’s failed in his main mission, to keep the currency sound.", + "content": "He’s failed in his main mission, to keep the currency sound.", "category": "PAID", - "link": "https://www.wsj.com/articles/cdc-covid-biden-fauci-quarantine-11640817574", + "link": "https://www.wsj.com/articles/no-on-jerome-powell-at-the-federal-reserve-nomination-brainard-lael-tom-cotton-inflation-11638392277", "creator": "", - "pubDate": "Wed, 29 Dec 2021 18:51:00 -0500", + "pubDate": "Wed, 01 Dec 2021 18:40:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238401,21 +264085,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "548199f7178e56c3b259a2291b67af7d", - "highlights": [] + "hash": "472bcb6cac2cddec42f988bb8614ed12" }, { - "title": "When It Comes to Inflation, I'm Still on Team Transitory", - "description": "Fed Chair Powell may have retired the term, but bottlenecks and shortages should be over soon.", - "content": "Fed Chair Powell may have retired the term, but bottlenecks and shortages should be over soon.", + "title": "Michael Bloomberg: Why I'm Backing Charter Schools", + "description": "The public school system is failing. My philanthropy will give $750 million to a proven alternative.", + "content": "The public school system is failing. My philanthropy will give $750 million to a proven alternative.", "category": "PAID", - "link": "https://www.wsj.com/articles/when-it-comes-to-inflation-im-still-on-team-transitory-price-index-pce-goods-supply-chain-logistics-federal-reserve-interest-rates-11640807029", + "link": "https://www.wsj.com/articles/michael-bloomberg-why-im-backing-charter-schools-covid-19-learning-loss-teachers-union-11638371324", "creator": "", - "pubDate": "Wed, 29 Dec 2021 18:14:00 -0500", + "pubDate": "Wed, 01 Dec 2021 11:00:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238423,21 +264105,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "966a226d11c7f438c71676d5a7097916", - "highlights": [] + "hash": "cae3270b9e4596207863b18121f78412" }, { - "title": "It's Biden's Turn to Face Putin's Ukraine Test", - "description": "The U.S. president needs to act fast with a mix of military and economic measures.", - "content": "The U.S. president needs to act fast with a mix of military and economic measures.", + "title": "An Abortion Crossroads at the Supreme Court", + "description": "The Court must consider the Constitution and long-time precedent.", + "content": "The Court must consider the Constitution and long-time precedent.", "category": "PAID", - "link": "https://www.wsj.com/articles/its-bidens-turn-to-face-putins-ukraine-test-russia-invasion-special-forces-weapons-germany-11640704875", + "link": "https://www.wsj.com/articles/an-abortion-crossroads-at-the-supreme-court-dobbs-jackson-mississippi-john-roberts-11638311038", "creator": "", - "pubDate": "Tue, 28 Dec 2021 12:00:00 -0500", + "pubDate": "Tue, 30 Nov 2021 18:54:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238445,21 +264125,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7aeb4c27bd188acdea95f5260cc43f0b", - "highlights": [] + "hash": "034dbffece393a4e3be71d4d33586e8d" }, { - "title": "No One Is Safe in Hong Kong", - "description": "Authorities extend their assault on anyone who dissents from the Communist Party line.", - "content": "Authorities extend their assault on anyone who dissents from the Communist Party line.", + "title": "Should We Be Adverse to the Metaverse?", + "description": "Students discuss a world in which business and personal interactions take place in an ever more realistic virtual reality.", + "content": "Students discuss a world in which business and personal interactions take place in an ever more realistic virtual reality.", "category": "PAID", - "link": "https://www.wsj.com/articles/china-communist-party-hong-kong-dissent-11640816951", + "link": "https://www.wsj.com/articles/should-we-be-adverse-to-the-metaverse-zuckerberg-social-media-college-students-11638310340", "creator": "", - "pubDate": "Wed, 29 Dec 2021 18:48:00 -0500", + "pubDate": "Tue, 30 Nov 2021 18:39:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238467,21 +264145,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2f061bc4416ce7b764ad63b57cd5d64", - "highlights": [] + "hash": "0d5941b0bfaa772cf3f2cd21b520b323" }, { - "title": "The Religious Roots of Turkey's Currency Crisis", - "description": "Erdogan’s adherence to the Quran’s commandment prohibiting paying interest on money is destroying the lira’s value.", - "content": "Erdogan’s adherence to the Quran’s commandment prohibiting paying interest on money is destroying the lira’s value.", + "title": "Decoding the Omicron Panic", + "description": "Covid overkill is bad for everybody except the politicians.", + "content": "Covid overkill is bad for everybody except the politicians.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-religious-roots-of-turkey-currency-crisis-lira-value-price-monetary-economic-policy-islam-banks-erdogan-quran-interest-rates-11640807383", + "link": "https://www.wsj.com/articles/decoding-the-omicron-panic-covid-vaccines-politics-lockdowns-variant-11638309070", "creator": "", - "pubDate": "Wed, 29 Dec 2021 18:13:00 -0500", + "pubDate": "Tue, 30 Nov 2021 18:22:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238489,21 +264165,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb70c61d76f88caaeb9f2f26248d8cc2", - "highlights": [] + "hash": "bea8abc79e70e441e7acee5dfd83c2dc" }, { - "title": "Notable & Quotable: 14 Days to Slow the Spread", - "description": "‘The so-called circuit breakers would be triggered once individual regions have met or are approaching certain thresholds of COVID-19 cases and hospitalizations.’", - "content": "‘The so-called circuit breakers would be triggered once individual regions have met or are approaching certain thresholds of COVID-19 cases and hospitalizations.’", + "title": "Sic 'Transitory' Gloria Fed", + "description": "Federal Reserve Chairman Jerome Powell finally abandons the word to describe 6% annual inflation over the last year.", + "content": "Federal Reserve Chairman Jerome Powell finally abandons the word to describe 6% annual inflation over the last year.", "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-14-days-pandemic-restrictions-circuit-breakers-lockdowns-flatten-the-curve-omicron-covid-11640807850", + "link": "https://www.wsj.com/articles/sic-transitory-gloria-inflation-transitory-jerome-powell-pat-toomey-11638314379", "creator": "", - "pubDate": "Wed, 29 Dec 2021 18:03:00 -0500", + "pubDate": "Tue, 30 Nov 2021 19:13:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238511,21 +264185,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c733f2203df54dde29e47fcad555ed24", - "highlights": [] + "hash": "7cdeae8771120eb6f499549e8465b820" }, { - "title": "The Doctor's Office Becomes an Assembly Line", - "description": "Consolidation is wiping out private practices and making medical care costlier and worse.", - "content": "Consolidation is wiping out private practices and making medical care costlier and worse.", + "title": "A Playbook to Revive the Biden Presidency", + "description": "He’ll need to appeal to the center of the country, not his party, on, say, immigration.", + "content": "He’ll need to appeal to the center of the country, not his party, on, say, immigration.", "category": "PAID", - "link": "https://www.wsj.com/articles/doctors-office-becomes-an-assembly-line-family-private-physician-hospital-medicare-reimbursement-ehr-medical-drug-price-cost-11640791761", + "link": "https://www.wsj.com/articles/a-playbook-to-revive-the-biden-presidency-approval-ratings-losses-immigration-11638284975", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:04:00 -0500", + "pubDate": "Tue, 30 Nov 2021 12:26:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238533,21 +264205,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "12e20ff03379e0d989ae17fabdd88a00", - "highlights": [] + "hash": "ce868f863629418a454e85fe95aae2e8" }, { - "title": "No Democracy Should Participate in the 2022 Beijing Olympics", - "description": "The Chinese Communist Party tries to whitewash its image in preparation for the Winter Games.", - "content": "The Chinese Communist Party tries to whitewash its image in preparation for the Winter Games.", + "title": "A Dubious Union Revote at Amazon", + "description": "An NLRB ruling puts Big Labor’s interests above employees’ will.", + "content": "An NLRB ruling puts Big Labor’s interests above employees’ will.", "category": "PAID", - "link": "https://www.wsj.com/articles/no-democracy-should-participate-in-the-2022-winter-beijing-olympics-internment-torture-ccp-xinjiang-surveillance-human-rights-11640789709", + "link": "https://www.wsj.com/articles/a-dubious-union-revote-at-amazon-alabama-nlrb-lisa-henderson-11638313026", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:03:00 -0500", + "pubDate": "Tue, 30 Nov 2021 18:52:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238555,21 +264225,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "124f271be9979e09349a23768027b5b0", - "highlights": [] + "hash": "aefc0f17663150d2eecc30202adcb863" }, { - "title": "'Let's Go Brandon' and Other Codes", - "description": "Disney World refers to a troublemaker as a ‘treasured guest.’", - "content": "Disney World refers to a troublemaker as a ‘treasured guest.’", + "title": "The Fed Battles Wyoming on Cryptocurrency", + "description": "Powell and Brainard stand in the way of sensible regulation.", + "content": "Powell and Brainard stand in the way of sensible regulation.", "category": "PAID", - "link": "https://www.wsj.com/articles/lets-go-brandon-and-other-codes-biden-disney-airlines-military-euphemisms-nascar-jokes-11640807481", + "link": "https://www.wsj.com/articles/the-fed-battles-wyoming-cryptocurrency-powell-brainard-bitcoin-digital-assets-spdi-fintech-11638308314", "creator": "", - "pubDate": "Wed, 29 Dec 2021 18:10:00 -0500", + "pubDate": "Tue, 30 Nov 2021 18:24:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238577,21 +264245,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "87492697f2dff8d9452471f5a3c4c2bb", - "highlights": [] + "hash": "bbb604335cf199f14f13fca2ead9aacb" }, { - "title": "The Great Pandemic Migration", - "description": "Census data reveal huge shifts out of the most locked-down states.", - "content": "Census data reveal huge shifts out of the most locked-down states.", + "title": "What Pro-Lifers Want From the Supreme Court", + "description": "It’s the job of the American people, not the justices, to decide abortion.", + "content": "It’s the job of the American people, not the justices, to decide abortion.", "category": "PAID", - "link": "https://www.wsj.com/articles/covid-states-migration-lockdowns-census-11640733268", + "link": "https://www.wsj.com/articles/what-pro-lifers-want-supreme-court-casey-roe-undue-burden-dobbs-jackson-womens-health-11638222045", "creator": "", - "pubDate": "Tue, 28 Dec 2021 19:02:00 -0500", + "pubDate": "Mon, 29 Nov 2021 18:18:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238599,20 +264265,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fff0c47a275f841754700045025a173" + "hash": "0fe01a3ec1a293bcbbf78a47b7758b1b" }, { - "title": "Good News Out of Poland", - "description": "President Duda vetoes a law aimed at foreign media owners.", - "content": "President Duda vetoes a law aimed at foreign media owners.", + "title": "Richard Cordray to the Fed?", + "description": "Biden considers another protege of Elizabeth Warren to supervise banks.", + "content": "Biden considers another protege of Elizabeth Warren to supervise banks.", "category": "PAID", - "link": "https://www.wsj.com/articles/poland-veto-media-democracy-11640714625", + "link": "https://www.wsj.com/articles/richard-cordray-to-the-fed-joe-biden-cfpb-11638315333", "creator": "", - "pubDate": "Tue, 28 Dec 2021 18:58:00 -0500", + "pubDate": "Tue, 30 Nov 2021 18:51:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238620,20 +264285,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cca8268564d77406b0c44fd0aa0f1370" + "hash": "d1e6a5101b80518f407515761b32aa6b" }, { - "title": "South Africa Sets a Covid Example", - "description": "The now-lifted U.S. travel ban sent an unfortunate message.", - "content": "The now-lifted U.S. travel ban sent an unfortunate message.", + "title": "How Many Cuomo Brothers Work at CNN?", + "description": "News outlets treated the politician like family.", + "content": "News outlets treated the politician like family.", "category": "PAID", - "link": "https://www.wsj.com/articles/south-africa-sets-a-covid-example-testing-omicron-transparency-science-travel-ban-11640705229", + "link": "https://www.wsj.com/articles/how-many-cuomo-brothers-work-at-cnn-11638313632", "creator": "", - "pubDate": "Tue, 28 Dec 2021 11:59:00 -0500", + "pubDate": "Tue, 30 Nov 2021 18:07:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238641,20 +264305,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f746b3dfddf441156a13ffacf5dc8687" + "hash": "8b0b9b6dc7fb98621c04192af42c154b" }, { - "title": "Sen. Biden's Shrinking Presidency", - "description": "Thirty-six years in the upper chamber left its mark on the man now in the Oval Office.", - "content": "Thirty-six years in the upper chamber left its mark on the man now in the Oval Office.", + "title": "Notable & Quotable: Gordon Wood on Slavery", + "description": "‘The New York Times has the history completely backwards.’", + "content": "‘The New York Times has the history completely backwards.’", "category": "PAID", - "link": "https://www.wsj.com/articles/senator-biden-shrinking-presidency-democrats-dole-mccain-term-churchill-legislator-executive-11640639440", + "link": "https://www.wsj.com/articles/notable-quotable-gordon-wood-slavery-1619-project-nikole-hannah-jones-systemic-racism-11638308854", "creator": "", - "pubDate": "Mon, 27 Dec 2021 17:27:00 -0500", + "pubDate": "Tue, 30 Nov 2021 18:20:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238662,20 +264325,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cea90c94f63ba19f062a08afe5c22296" + "hash": "15b19e632ac677c66211b4315a9e4702" }, { - "title": "Breaking Norms at the Biden EPA", - "description": "The purge of advisory boards is now going to federal court.", - "content": "The purge of advisory boards is now going to federal court.", + "title": "John Roberts and the Abortion Precedents", + "description": "The chief justice has a chance to protect the Supreme Court, strike a blow for democracy, and overturn bad decisions.", + "content": "The chief justice has a chance to protect the Supreme Court, strike a blow for democracy, and overturn bad decisions.", "category": "PAID", - "link": "https://www.wsj.com/articles/breaking-norms-at-the-biden-epa-11640735671", + "link": "https://www.wsj.com/articles/two-generations-of-roe-is-enough-abortion-law-overturn-11638286403", "creator": "", - "pubDate": "Tue, 28 Dec 2021 18:54:00 -0500", + "pubDate": "Tue, 30 Nov 2021 12:26:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238683,20 +264345,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "43b2db9efcba90fac102c0679dd04dcc" + "hash": "daab2c4ab25cbcf51a4adf06e819083d" }, { - "title": "The EPA's Mileage Standards Are a Stealth Electric-Vehicle Mandate", - "description": "How else can auto makers meet the requirement of a 55 mpg fleetwide average by model year 2026?", - "content": "How else can auto makers meet the requirement of a 55 mpg fleetwide average by model year 2026?", + "title": "Hyperpartisan Gigi Sohn Doesn't Belong at the FCC", + "description": "Biden’s nominee has suggested regulators use their power to suppress the speech of conservatives.", + "content": "Biden’s nominee has suggested regulators use their power to suppress the speech of conservatives.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-epas-mileage-standards-are-a-stealth-electric-vehicle-mandate-auto-industry-cars-regulation-11640726730", + "link": "https://www.wsj.com/articles/hyperpartisan-gigi-sohn-doesnt-belong-at-the-fcc-politicization-tweets-11638309404", "creator": "", - "pubDate": "Tue, 28 Dec 2021 18:43:00 -0500", + "pubDate": "Tue, 30 Nov 2021 18:24:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238704,20 +264365,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "25659c810c4a7ddb93873957e6488a7f" + "hash": "7fe5a3fffa701474467a8b49b652f3db" }, { - "title": "When Populism Turns to Tyranny", - "description": "Latin America has reversed its turn to democracy. Could the U.S. do the same?", - "content": "Latin America has reversed its turn to democracy. Could the U.S. do the same?", + "title": "The Omicron Non-Emergency", + "description": "Vaccine mandates are hurting hospitals, as a judge blocks Biden’s on health care workers.", + "content": "Vaccine mandates are hurting hospitals, as a judge blocks Biden’s on health care workers.", "category": "PAID", - "link": "https://www.wsj.com/articles/when-populism-turns-to-tyranny-chile-nicaragua-el-salvador-elections-democracy-11640533298", + "link": "https://www.wsj.com/articles/the-omicron-non-emergency-joe-biden-south-africa-kathy-hochul-11638225480", "creator": "", - "pubDate": "Sun, 26 Dec 2021 17:04:00 -0500", + "pubDate": "Mon, 29 Nov 2021 18:39:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238725,20 +264385,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "63fac8719a69a0341ba984fa731d1640" + "hash": "d8cf5fd3730c9c6bb636f7e60e343163" }, { - "title": "California's Great Climate Fail", - "description": "A left-leaning policy shop documents the state’s emissions bust.", - "content": "A left-leaning policy shop documents the state’s emissions bust.", + "title": "Where Did That IMF Covid Money Go?", + "description": "Iran got $5 billion, but the world’s poor countries aren’t benefitting from ‘special drawing rights.’", + "content": "Iran got $5 billion, but the world’s poor countries aren’t benefitting from ‘special drawing rights.’", "category": "PAID", - "link": "https://www.wsj.com/articles/californias-great-climate-fail-next-10-report-11639691805", + "link": "https://www.wsj.com/articles/where-did-that-imf-covid-cash-go-special-drawing-rights-11638223617", "creator": "", - "pubDate": "Tue, 28 Dec 2021 18:49:00 -0500", + "pubDate": "Mon, 29 Nov 2021 18:23:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238746,20 +264405,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6783914be04d79523314bb5f23975ccb" + "hash": "b430984ac8919d4ea5f50d2e59f9bf8b" }, { - "title": "Is Fluvoxamine the Covid Drug We've Been Waiting For?", - "description": "A 10-day treatment costs only $4 and appears to greatly reduce symptoms, hospitalization and death.", - "content": "A 10-day treatment costs only $4 and appears to greatly reduce symptoms, hospitalization and death.", + "title": "Hong Kong Says Vote---or Else", + "description": "China fears a boycott of the sham vote it will hold next month.", + "content": "China fears a boycott of the sham vote it will hold next month.", "category": "PAID", - "link": "https://www.wsj.com/articles/is-fluvoxamine-the-covid-miracle-drug-we-have-been-waiting-for-oral-pill-cheap-hospitalization-11640726605", + "link": "https://www.wsj.com/articles/hong-kongs-rigged-election-china-legislative-council-11638224614", "creator": "", - "pubDate": "Tue, 28 Dec 2021 18:44:00 -0500", + "pubDate": "Mon, 29 Nov 2021 18:36:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238767,20 +264425,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "04cc7e05ce68d54bfd522282a71c4429" + "hash": "2817f70f1e201ab1849888e4a8d83d8c" }, { - "title": "Lithuania Is the 'Canary' of World Order", - "description": "Russia and China are ganging up on the small Baltic state as they test U.S. and EU resolve.", - "content": "Russia and China are ganging up on the small Baltic state as they test U.S. and EU resolve.", + "title": "The WTO's Fast Track to Irrelevance", + "description": "China and others try to exploit the pact, while Western nations burden it with irrelevant goals.", + "content": "China and others try to exploit the pact, while Western nations burden it with irrelevant goals.", "category": "PAID", - "link": "https://www.wsj.com/articles/lithuania-is-the-canary-of-world-order-russia-china-baltic-states-putin-xi-jinping-11640726280", + "link": "https://www.wsj.com/articles/world-trade-organization-fast-track-irrelevance-tpp-cptpp-china-ministerial-conference-omicron-11638201072", "creator": "", - "pubDate": "Tue, 28 Dec 2021 18:45:00 -0500", + "pubDate": "Mon, 29 Nov 2021 13:02:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238788,20 +264445,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b59dd1e25d7905ddd4415efbf005b469" + "hash": "c2b7cc203292d5944eeb2dd9be71902c" }, { - "title": "How Dating Apps Shape Romance and Love", - "description": "Students discuss young Americans’ use of online matchmaking services.", - "content": "Students discuss young Americans’ use of online matchmaking services.", + "title": "Biden Joins the Lumber Trade Wars", + "description": "How not to fight inflation: raise home building costs by doubling tariffs.", + "content": "How not to fight inflation: raise home building costs by doubling tariffs.", "category": "PAID", - "link": "https://www.wsj.com/articles/how-dating-apps-shape-romance-and-love-online-matchmaking-relationships-digital-age-11640727103", + "link": "https://www.wsj.com/articles/biden-joins-the-lumber-wars-commerce-department-tariffs-canada-11638226400", "creator": "", - "pubDate": "Tue, 28 Dec 2021 18:46:00 -0500", + "pubDate": "Mon, 29 Nov 2021 18:34:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238809,20 +264465,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdd76b4a17b284777a98f5a913d4b2ab" + "hash": "931e6ddfe0c5ece161db466b7054f59c" }, { - "title": "Joe Manchin and Child Poverty", - "description": "The latest attack on the Senator is among the most dishonest.", - "content": "The latest attack on the Senator is among the most dishonest.", + "title": "This Abortion Case 'Feels Different'", + "description": "The law before the high court this week focuses on protecting the unborn, not restricting women.", + "content": "The law before the high court this week focuses on protecting the unborn, not restricting women.", "category": "PAID", - "link": "https://www.wsj.com/articles/joe-manchin-and-child-poverty-tax-credit-payments-extension-no-vote-build-back-better-11640548721", + "link": "https://www.wsj.com/articles/this-abortion-case-feels-different-supreme-court-unborn-dobbs-jackson-womens-health-11638223308", "creator": "", - "pubDate": "Sun, 26 Dec 2021 17:31:00 -0500", + "pubDate": "Mon, 29 Nov 2021 18:22:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238830,20 +264485,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8c25f24e9cef5f5b2014e2af777e75c" + "hash": "5aef7750ca7098dfcdaae0b469f9e595" }, { - "title": "The Metaverse Is Already Here", - "description": "Mark Zuckerberg’s new platform builds on the success of popular videogames.", - "content": "Mark Zuckerberg’s new platform builds on the success of popular videogames.", + "title": "Global Free Trade Is in Crisis", + "description": "Western leaders have failed to deal with economic dislocation and China’s cheating.", + "content": "Western leaders have failed to deal with economic dislocation and China’s cheating.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-facebook-mark-zuckerberg-metaverse-is-already-here-virtual-reality-headset-oculus-11640525817", + "link": "https://www.wsj.com/articles/the-world-free-trade-system-is-in-crisis-organization-meeting-omicron-tariffs-sanctions-11638220676", "creator": "", - "pubDate": "Sun, 26 Dec 2021 10:30:00 -0500", + "pubDate": "Mon, 29 Nov 2021 18:18:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238851,20 +264505,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0e1709754c320b9bcdb3f1b6104e290" + "hash": "87787c2fa87a30fdce84fe66de3cc872" }, { - "title": "Kamala Harris Surveys the World", - "description": "The Vice President needs help on the major threats to American security.", - "content": "The Vice President needs help on the major threats to American security.", + "title": "The Erdogan Lira Crisis", + "description": "Turkey’s currency burns while its president fiddles with rates.", + "content": "Turkey’s currency burns while its president fiddles with rates.", "category": "PAID", - "link": "https://www.wsj.com/articles/kamala-harris-surveys-the-world-national-security-climate-change-democracy-vice-president-11640554782", + "link": "https://www.wsj.com/articles/the-erdogan-lira-crisis-turkey-11638219071", "creator": "", - "pubDate": "Sun, 26 Dec 2021 17:28:00 -0500", + "pubDate": "Mon, 29 Nov 2021 18:32:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238872,20 +264525,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "226830f862e044457439e1d04dbc7dba" + "hash": "6dc866141d70a032fd9e4f744ea69f36" }, { - "title": "Government Can't Censor the Truth About Judges", - "description": "A well-intentioned bill to protect their privacy and safety runs afoul of the First Amendment.", - "content": "A well-intentioned bill to protect their privacy and safety runs afoul of the First Amendment.", + "title": "Biden's Partisan Pandemic History", + "description": "The President wastes another opportunity to lead on Covid.", + "content": "The President wastes another opportunity to lead on Covid.", "category": "PAID", - "link": "https://www.wsj.com/articles/government-cant-censor-the-truth-about-judges-legislation-law-free-speech-adresses-phone-numbers-11640533446", + "link": "https://www.wsj.com/articles/bidens-partisan-pandemic-history-11638224460", "creator": "", - "pubDate": "Sun, 26 Dec 2021 16:57:00 -0500", + "pubDate": "Mon, 29 Nov 2021 17:21:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238893,20 +264545,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcc5c7f09efb52a6bdb8036e511c45f3" + "hash": "38bf9aac1ddec5621e44177a971865aa" }, { - "title": "The Third, and Last, Covid Winter Begins", - "description": "We’ll be living for a long time with the virus’s ramifications for health, the economy and politics.", - "content": "We’ll be living for a long time with the virus’s ramifications for health, the economy and politics.", + "title": "The Left, the Ahmaud Arbery Verdict and 'Felony Murder'", + "description": "If the charge is unjust, the jury should have convicted only one of the defendants.", + "content": "If the charge is unjust, the jury should have convicted only one of the defendants.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-third-and-last-covid-winter-begins-omicron-new-york-booster-vaccines-spending-politics-11640291203", + "link": "https://www.wsj.com/articles/the-left-ahmaud-arbery-and-felony-murder-racial-discrimination-justice-ahmaud-arbery-11638222968", "creator": "", - "pubDate": "Thu, 23 Dec 2021 18:12:00 -0500", + "pubDate": "Mon, 29 Nov 2021 18:21:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238914,20 +264565,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b870e9a4ed7662fc6058ccf767a958b" + "hash": "daf1370ba1437130d73bbd0a4a957c00" }, { - "title": "The McGirt Ruling Breaches Its Levee", - "description": "Oklahoma’s civil power is at risk, as a court order showed last week.", - "content": "Oklahoma’s civil power is at risk, as a court order showed last week.", + "title": "'Leadership' and Dirty Tricks at Harvard", + "description": "The student council’s extreme measures to stave off a ‘vote of no confidence.’", + "content": "The student council’s extreme measures to stave off a ‘vote of no confidence.’", "category": "PAID", - "link": "https://www.wsj.com/articles/the-mcgirt-ruling-breaches-its-levee-oklahoma-stephen-friot-supreme-court-11640384399", + "link": "https://www.wsj.com/articles/leadership-and-dirty-tricks-at-harvard-election-votes-university-11638220916", "creator": "", - "pubDate": "Sun, 26 Dec 2021 17:29:00 -0500", + "pubDate": "Mon, 29 Nov 2021 18:19:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238935,20 +264585,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "19e5d9497ac04b44b09b76cf49c9c7fc" + "hash": "da0cf47f976b5c08650fd91b2e3a07c6" }, { - "title": "After Violence, the Precious Work Begins", - "description": "What do surgeons think when a wounded child is wheeled in?", - "content": "What do surgeons think when a wounded child is wheeled in?", + "title": "Courts and the Regulatory State", + "description": "The Supreme Court has a chance to revisit its Chevron deference to runaway bureaucracies.", + "content": "The Supreme Court has a chance to revisit its Chevron deference to runaway bureaucracies.", "category": "PAID", - "link": "https://www.wsj.com/articles/after-violence-the-precious-work-begins-surgeons-shooting-stabbing-crime-wave-chicago-11640533466", + "link": "https://www.wsj.com/articles/courts-and-the-regulatory-state-american-hospital-association-agencies-chevron-rulings-11638123948", "creator": "", - "pubDate": "Sun, 26 Dec 2021 17:02:00 -0500", + "pubDate": "Sun, 28 Nov 2021 17:17:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238956,20 +264605,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3abcbf74559bd54209c4d322a09ce63d" + "hash": "ff378ebb4cf59c71581383437d0212c6" }, { - "title": "What's Chuck Schumer Up To?", - "description": "Bullying Manchin won’t win his vote, but that’s not the leader’s priority.", - "content": "Bullying Manchin won’t win his vote, but that’s not the leader’s priority.", + "title": "Does Abortion Promote Equality for Women?", + "description": "No, says Mississippi’s Attorney General Lynn Fitch, as her office defends the state’s restrictions.", + "content": "No, says Mississippi’s Attorney General Lynn Fitch, as her office defends the state’s restrictions.", "category": "PAID", - "link": "https://www.wsj.com/articles/whats-schumer-up-to-chuck-joe-manchin-no-vote-build-back-better-majority-minority-11640289911", + "link": "https://www.wsj.com/articles/does-abortion-promote-equality-for-women-childbearing-law-11638115972", "creator": "", - "pubDate": "Thu, 23 Dec 2021 17:24:00 -0500", + "pubDate": "Sun, 28 Nov 2021 17:06:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238977,20 +264625,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9afa935380107f31eda26cd6f3ab9df1" + "hash": "c739e270785697a2d7760cc4d26c4806" }, { - "title": "The Golf War on the Arabian Peninsula", - "description": "The U.A.E. is the region’s leading destination for the sport, but Saudi Arabia is coming on strong.", - "content": "The U.A.E. is the region’s leading destination for the sport, but Saudi Arabia is coming on strong.", + "title": "A California Attempt to Repair the Crumbling Pillar of U.S. Education", + "description": "A proposed ballot measure would make good schools a constitutional right.", + "content": "A proposed ballot measure would make good schools a constitutional right.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-golf-war-on-the-arabian-peninsula-uae-professional-sports-international-tournament-11640533781", + "link": "https://www.wsj.com/articles/the-crumbling-pillar-of-education-california-dave-welch-vergara-school-choice-charter-11638115242", "creator": "", - "pubDate": "Sun, 26 Dec 2021 16:55:00 -0500", + "pubDate": "Sun, 28 Nov 2021 15:26:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -238998,20 +264645,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f66f5d4f0d4c1f1a603526840ac33b1" + "hash": "8e42b87fe153be975513287e2e8a1aa3" }, { - "title": "Biden's Tiny 'Exception' to the Filibuster", - "description": "It’s like trying to remove only one small section of the Hoover Dam.", - "content": "It’s like trying to remove only one small section of the Hoover Dam.", + "title": "Stupid Inflation Tricks", + "description": "Democrats keep coming up with new culprits to blame for rising prices.", + "content": "Democrats keep coming up with new culprits to blame for rising prices.", "category": "PAID", - "link": "https://www.wsj.com/articles/joe-bidens-tiny-exception-to-the-filibuster-senate-voting-rights-11640292526", + "link": "https://www.wsj.com/articles/stupid-inflation-tricks-elizabeth-warren-inflation-poultry-cartel-11638129322", "creator": "", - "pubDate": "Thu, 23 Dec 2021 18:51:00 -0500", + "pubDate": "Sun, 28 Nov 2021 17:15:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239019,20 +264665,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c64f2e920667fb4db39a904772f897b" + "hash": "3fc2c99c65cd2e3dc8e2a0624ff97979" }, { - "title": "In Defense of the 'Undemocratic' Senate", - "description": "As the Framers intended, it’s a crucial check on rule by transient majorities.", - "content": "As the Framers intended, it’s a crucial check on rule by transient majorities.", + "title": "López Obrador Courts the Mexican Military", + "description": "The president tries a sweeping power grab in the name of ‘national security.’", + "content": "The president tries a sweeping power grab in the name of ‘national security.’", "category": "PAID", - "link": "https://www.wsj.com/articles/in-defense-of-the-undemocratic-senate-framers-representation-west-virginia-california-unequal-11640534007", + "link": "https://www.wsj.com/articles/lopez-obrador-courts-the-mexican-military-amlo-national-security-powers-tariffs-trump-11638121942", "creator": "", - "pubDate": "Sun, 26 Dec 2021 17:06:00 -0500", + "pubDate": "Sun, 28 Nov 2021 17:03:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239040,20 +264685,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e75bca131b61b032a75ac9a24bbe40c7" + "hash": "4b27ad20b6acaefedc6b9a098dee1708" }, { - "title": "Breaking Up Tech Is a Gift to China", - "description": "Populist proposals would punish the companies competing with Beijing on AI and quantum.", - "content": "Populist proposals would punish the companies competing with Beijing on AI and quantum.", + "title": "At Home in the Retirement Center", + "description": "My husband and I found convenience, camaraderie and the ability to relax.", + "content": "My husband and I found convenience, camaraderie and the ability to relax.", "category": "PAID", - "link": "https://www.wsj.com/articles/congress-breaking-up-silicon-valley-tech-is-a-gift-to-china-tencent-baidu-bytedance-quantum-11640525284", + "link": "https://www.wsj.com/articles/at-home-in-the-retirement-center-complex-neighbors-11638115526", "creator": "", - "pubDate": "Sun, 26 Dec 2021 10:30:00 -0500", + "pubDate": "Sun, 28 Nov 2021 16:59:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239061,20 +264705,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4437fa627420a3cd7714c5d0be049c7e" + "hash": "9328f04adbe92af1829b99be1530f67a" }, { - "title": "Drug Prices Haven't Been Going Up", - "description": "The myth that they have drives Biden’s proposals for price controls, which would throttle innovation.", - "content": "The myth that they have drives Biden’s proposals for price controls, which would throttle innovation.", + "title": "Iran Has Biden's Nuclear Number", + "description": "Tehran wants a ‘less for more’ deal that would be weaker than Obama’s.", + "content": "Tehran wants a ‘less for more’ deal that would be weaker than Obama’s.", "category": "PAID", - "link": "https://www.wsj.com/articles/drug-prices-havent-been-going-up-generics-inflation-caps-biden-costs-innovation-11640533671", + "link": "https://www.wsj.com/articles/iran-has-biden-nuclear-number-antony-blinken-robert-malley-jake-sullivan-bomb-jcpoa-deal-11636487314", "creator": "", - "pubDate": "Sun, 26 Dec 2021 16:56:00 -0500", + "pubDate": "Sun, 28 Nov 2021 17:13:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239082,20 +264725,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a83939f20d87c5280ac1120ed2453186" + "hash": "5f57f3f8b708a9b228d6ac5f38a8f54c" }, { - "title": "Toast of Christmas Past and Present", - "description": "New Yorkers celebrate; a venerable cocktail may or may not be turning 100.", - "content": "New Yorkers celebrate; a venerable cocktail may or may not be turning 100.", + "title": "South Korea Wants to Declare Peace---Without Peace", + "description": "Seoul’s government wants Biden to sign onto empty words that won’t deter Pyongyang’s aggression.", + "content": "Seoul’s government wants Biden to sign onto empty words that won’t deter Pyongyang’s aggression.", "category": "PAID", - "link": "https://www.wsj.com/articles/toast-of-christmas-past-and-present-11640369412", + "link": "https://www.wsj.com/articles/south-korea-wants-peace-without-peace-kim-jong-un-war-moon-jae-in-biden-north-korea-11638114856", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:10:00 -0500", + "pubDate": "Sun, 28 Nov 2021 15:27:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239103,20 +264745,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a38880ea3f1c4a4c1b6b88af23bb868d" + "hash": "65f774d7a6dbc83859c862908ebfa764" }, { - "title": "The Return of the Wage COLA", - "description": "Kellogg workers are the latest to demand inflation insurance.", - "content": "Kellogg workers are the latest to demand inflation insurance.", + "title": "Is This a 'Normal' Covid Winter?", + "description": "Today’s surge would be worse if individuals and states hadn’t ignored Biden’s restrictions on booster shots.", + "content": "Today’s surge would be worse if individuals and states hadn’t ignored Biden’s restrictions on booster shots.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-return-of-the-wage-cola-kellogg-strike-inflation-11640300025", + "link": "https://www.wsj.com/articles/is-this-a-normal-covid-winter-aaron-rodgers-covid-natural-immunity-vaccines-11637960718", "creator": "", - "pubDate": "Thu, 23 Dec 2021 18:50:00 -0500", + "pubDate": "Fri, 26 Nov 2021 17:38:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239124,20 +264765,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b750328dd4e94a5d1937500ae4c6fb3a" + "hash": "de51b5f0395a9ab7fc767ea8488c76bc" }, { - "title": "Christmas in Communist Poland", - "description": "Its banishment from the public sphere heightened its intensity at home.", - "content": "Its banishment from the public sphere heightened its intensity at home.", + "title": "Financial Climate Risks Are Minimal", + "description": "A new Fed study finds that banks aren’t threatened, contrary to Biden regulatory claims.", + "content": "A new Fed study finds that banks aren’t threatened, contrary to Biden regulatory claims.", "category": "PAID", - "link": "https://www.wsj.com/articles/christmas-in-communist-poland-celebration-homes-poverty-food-warsaw-golden-years-11640291064", + "link": "https://www.wsj.com/articles/financial-climate-risks-are-minimal-federal-reserve-study-banks-11637270186", "creator": "", - "pubDate": "Thu, 23 Dec 2021 17:26:00 -0500", + "pubDate": "Sun, 28 Nov 2021 17:11:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239145,41 +264785,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "233dee6f7e1ae33a83c1df0fef7be205" + "hash": "895fd11f4fde32bc21b69e4f48dafe34" }, { - "title": "India May Face a Population Implosion", - "description": "‘You have a baby factory in the north and a jobs factory in the south.’", - "content": "‘You have a baby factory in the north and a jobs factory in the south.’", + "title": "The Omicron Variant Panic", + "description": "Markets fall, but the biggest danger is more government lockdowns.", + "content": "Markets fall, but the biggest danger is more government lockdowns.", "category": "PAID", - "link": "https://www.wsj.com/articles/india-may-face-a-population-implosion-fertility-rate-replacement-levels-children-11640289956", + "link": "https://www.wsj.com/articles/the-omicron-variant-panic-covid-south-africa-markets-biden-administration-11637964316", "creator": "", - "pubDate": "Thu, 23 Dec 2021 17:23:00 -0500", + "pubDate": "Fri, 26 Nov 2021 18:16:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "4f8e595d074634c98e9b998743720714" + "hash": "5aa2f6c82189a9f4d026a0d4e281db55" }, { - "title": "Bring Back 'Regular Order'", - "description": "First, our elected leaders have to commit to getting things done for their country and constituents.", - "content": "First, our elected leaders have to commit to getting things done for their country and constituents.", + "title": "Jamie Dimon's China Joke Is on JPMorgan's 'Stakeholders'", + "description": "His kowtow shows that investor value is still paramount—and maybe in this case it shouldn’t be.", + "content": "His kowtow shows that investor value is still paramount—and maybe in this case it shouldn’t be.", "category": "PAID", - "link": "https://www.wsj.com/articles/bring-back-regular-order-manchin-obamacare-mccain-build-back-better-committee-hearings-11640268080", + "link": "https://www.wsj.com/articles/jamie-dimon-joke-is-on-jpmorgan-chase-stakeholder-capitalism-china-communist-xi-esg-11638201619", "creator": "", - "pubDate": "Thu, 23 Dec 2021 12:21:00 -0500", + "pubDate": "Mon, 29 Nov 2021 13:02:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239187,20 +264825,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0cd1306b7b0dee3b199b5200d2e1012" + "hash": "1e855e73bc6771dd4772b0495b8e1e52" }, { - "title": "A Larry Krasner Christmas", - "description": "Happy holidays from Philadelphia’s criminals to a wedding party and even a U.S. Congresswoman.", - "content": "Happy holidays from Philadelphia’s criminals to a wedding party and even a U.S. Congresswoman.", + "title": "School Closures Aren't Just for Covid Anymore", + "description": "Remote learning turns out to be an easy fix for other problems—never mind the huge educational costs.", + "content": "Remote learning turns out to be an easy fix for other problems—never mind the huge educational costs.", "category": "PAID", - "link": "https://www.wsj.com/articles/a-larry-krasner-christmas-crime-philadelphia-11640208516", + "link": "https://www.wsj.com/articles/school-closures-arent-just-for-covid-anymore-education-children-shutdown-remote-learning-11638116323", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:49:00 -0500", + "pubDate": "Sun, 28 Nov 2021 17:08:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239208,20 +264845,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "afa8d84b50872efb98689712afdcaaa6" + "hash": "cad884a7f4a35cd1453028e6e0587c03" }, { - "title": "California's 'Independent' Gerrymander", - "description": "The largest U.S. House delegation is stacked in Democrats’ favor.", - "content": "The largest U.S. House delegation is stacked in Democrats’ favor.", + "title": "The Biden Era of Greed?", + "description": "Democrats’ inflation excuses lead to inconvenient conclusions.", + "content": "Democrats’ inflation excuses lead to inconvenient conclusions.", "category": "PAID", - "link": "https://www.wsj.com/articles/golden-state-independent-gerrymander-california-redistricting-democrats-11640213983", + "link": "https://www.wsj.com/articles/the-biden-era-of-greed-11637965598", "creator": "", - "pubDate": "Fri, 24 Dec 2021 08:49:00 -0500", + "pubDate": "Fri, 26 Nov 2021 17:26:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239229,20 +264865,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca1f92c3a3bf376331b7b78d95e046a1" + "hash": "1da406554e572ecae8ca0e14b4d1f0ee" }, { - "title": "Big Pharma Success, Government Failure", - "description": "The U.S. ordered too few courses of the new and promising Covid pills.", - "content": "The U.S. ordered too few courses of the new and promising Covid pills.", + "title": "Iran's Nuclear Negotiators Make the U.S. Sit at the Kiddie Table", + "description": "The Islamic Republic relishes humiliating Americans while granting no concessions.", + "content": "The Islamic Republic relishes humiliating Americans while granting no concessions.", "category": "PAID", - "link": "https://www.wsj.com/articles/big-pharma-success-government-failure-covid-pills-merck-molnupiravir-pfizer-paxlovid-ridgeback-11640295905", + "link": "https://www.wsj.com/articles/iran-nuclear-jcpoa-tehran-enrichment-islamic-republic-11638129541", "creator": "", - "pubDate": "Thu, 23 Dec 2021 18:52:00 -0500", + "pubDate": "Sun, 28 Nov 2021 17:23:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239250,20 +264885,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1db519f14b3b593b906f40d90d80c1a0" + "hash": "1da6301147c25eb3b044259b02a1cb4d" }, { - "title": "Biden's Child-Poverty Progress Isn't Real", - "description": "Inflation ate up much of the income gains, which came with greater dependency.", - "content": "Inflation ate up much of the income gains, which came with greater dependency.", + "title": "Narendra Modi Surrenders to the Farmers", + "description": "The repeal of three market-friendly agricultural laws will prevent India’s workers from moving to factories from farms.", + "content": "The repeal of three market-friendly agricultural laws will prevent India’s workers from moving to factories from farms.", "category": "PAID", - "link": "https://www.wsj.com/articles/biden-child-poverty-progress-isnt-real-inflation-income-tax-credit-consumer-price-index-work-11640290381", + "link": "https://www.wsj.com/articles/modi-surrenders-to-the-farmers-narendra-laws-revoke-government-protests-11637810356", "creator": "", - "pubDate": "Thu, 23 Dec 2021 18:10:00 -0500", + "pubDate": "Fri, 26 Nov 2021 11:07:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239271,20 +264905,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "705b2ddd1121fc5e2d0d8fdf331549cd" + "hash": "99852ba1746cebf8466697c8e89899d9" }, { - "title": "Florida's Plague Is the Media's Cold", - "description": "Covid is suddenly funny and cool now that all the right people are getting it.", - "content": "Covid is suddenly funny and cool now that all the right people are getting it.", + "title": "San Franciscans Get What They Voted for With Chesa Boudin", + "description": "The Weather Underground scion isn’t the first district attorney they’ve elected on a soft-on-crime platform.", + "content": "The Weather Underground scion isn’t the first district attorney they’ve elected on a soft-on-crime platform.", "category": "PAID", - "link": "https://www.wsj.com/articles/florida-plague-is-the-medias-cold-new-york-surge-omicron-infection-variant-vaccines-11640268505", + "link": "https://www.wsj.com/articles/san-francisco-crime-chesa-boudin-progressive-prosecutor-11637961667", "creator": "", - "pubDate": "Thu, 23 Dec 2021 12:18:00 -0500", + "pubDate": "Fri, 26 Nov 2021 17:45:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239292,20 +264925,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6f803f4e361c84d4c38a9f0a4ee52d8" + "hash": "4f9e9275b96ab2be369edeeb6c878896" }, { - "title": "In Hoc Anno Domini", - "description": "This editorial was written in 1949 by the late Vermont Royster and has been published annually since.", - "content": "This editorial was written in 1949 by the late Vermont Royster and has been published annually since.", + "title": "A Black Path to the Middle Class", + "description": "New research on the upward mobility of HBCU graduates.", + "content": "New research on the upward mobility of HBCU graduates.", "category": "PAID", - "link": "https://www.wsj.com/articles/in-hoc-anno-domini-vermont-royster-editorial-11640296509", + "link": "https://www.wsj.com/articles/a-black-path-to-the-middle-class-hbcu-report-uncf-11637798974", "creator": "", - "pubDate": "Thu, 23 Dec 2021 18:53:00 -0500", + "pubDate": "Fri, 26 Nov 2021 18:14:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239313,20 +264945,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "12dbb37f5092a7c2fa8106bdb5783db8" + "hash": "f2d5aa886f7f063999b89591e1dbf505" }, { - "title": "The Electric-Vehicle Push Empowers China", - "description": "Instead of using its own energy reserves, the U.S. is betting on its rival’s rare earths.", - "content": "Instead of using its own energy reserves, the U.S. is betting on its rival’s rare earths.", + "title": "When Federal Employees Telecommute, Why Are Agencies in D.C.?", + "description": "The idea of moving offices to the heartland has been floated for years. It’s never been more relevant.", + "content": "The idea of moving offices to the heartland has been floated for years. It’s never been more relevant.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-electric-vehicle-push-empowers-china-rare-earths-mining-motors-rivals-11640290395", + "link": "https://www.wsj.com/articles/when-federal-employees-telecommute-why-are-agencies-in-d-c-pandemic-relocate-11637963307", "creator": "", - "pubDate": "Thu, 23 Dec 2021 17:26:00 -0500", + "pubDate": "Fri, 26 Nov 2021 17:42:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239334,20 +264965,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f154cb27ada8ba8ac58ea5f3f13d9b87" + "hash": "60b5f42126f31351e961ffd44f808760" }, { - "title": "Where Christmas Trees Come From", - "description": "We harvested ours in South Dakota. The world-wide tradition goes back centuries.", - "content": "We harvested ours in South Dakota. The world-wide tradition goes back centuries.", + "title": "Democrats Have a Waukesha Problem", + "description": "The massacre at a Christmas parade reveals the dangers of their crime policies.", + "content": "The massacre at a Christmas parade reveals the dangers of their crime policies.", "category": "PAID", - "link": "https://www.wsj.com/articles/where-christmas-trees-come-from-traditions-ornaments-pine-south-dakota-history-11640290167", + "link": "https://www.wsj.com/articles/democrats-waukesha-aoc-progressive-prosecutors-crime-wisconsin-bail-reform-11637796347", "creator": "", - "pubDate": "Thu, 23 Dec 2021 17:22:00 -0500", + "pubDate": "Thu, 25 Nov 2021 16:34:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239355,20 +264985,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c45295ff5cf1bdcd1208146c22493d9" + "hash": "157bcefc42b88f31380245eefae2d4fb" }, { - "title": "Muskogee's Local Hero", - "description": "Sixth-grader has a busy day rescuing neighbors.", - "content": "Sixth-grader has a busy day rescuing neighbors.", + "title": "Will Noncitizens Pick New York's Mayors?", + "description": "The City Council wants to let some 800,000 vote in local elections.", + "content": "The City Council wants to let some 800,000 vote in local elections.", "category": "PAID", - "link": "https://www.wsj.com/articles/muskogees-local-hero-11640301243", + "link": "https://www.wsj.com/articles/will-noncitizens-pick-new-yorks-mayors-11637968529", "creator": "", - "pubDate": "Thu, 23 Dec 2021 18:14:00 -0500", + "pubDate": "Fri, 26 Nov 2021 18:15:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239376,20 +265005,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4eb6f349febba5f72519ca257aac910" + "hash": "0db0b1572fa45fcb2dbcb90833722c8c" }, { - "title": "The Forever Student Loan Emergency", - "description": "Under leftwing pressure, Biden extends the repayment pause again.", - "content": "Under leftwing pressure, Biden extends the repayment pause again.", + "title": "The Kippahs on the Yeshiva University Basketball Court", + "description": "Its star player wants to be the first Orthodox Jew in the NBA.", + "content": "Its star player wants to be the first Orthodox Jew in the NBA.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-forever-student-loan-emergency-joe-biden-11640211426", + "link": "https://www.wsj.com/articles/the-kippahs-on-the-basketball-court-ryan-turell-yeshiva-university-winning-streak-11637943263", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:58:00 -0500", + "pubDate": "Fri, 26 Nov 2021 13:23:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239397,20 +265025,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "30daaf9ad9b815df8d90094a487491ae" + "hash": "11fa57b8735b9618be26e897f5b1100c" }, { - "title": "The Meaning of Manchin's 'No'", - "description": "A senator takes a stand against the American left’s style of doing politics.", - "content": "A senator takes a stand against the American left’s style of doing politics.", + "title": "An Honest Score for the Spending Bill", + "description": "Sen. John Cornyn wants CBO to report the true cost of the House entitlement blowout.", + "content": "Sen. John Cornyn wants CBO to report the true cost of the House entitlement blowout.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-meaning-of-manchins-no-opposition-protest-stand-intimidation-democrats-moderate-11640207784", + "link": "https://www.wsj.com/articles/an-honest-score-for-the-spending-bill-cbo-house-congress-senator-john-cornyn-11637786112", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:05:00 -0500", + "pubDate": "Fri, 26 Nov 2021 18:12:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239418,20 +265045,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf3fba180c2469c012b813bab08e17d0" + "hash": "1b7050c209c09843a08ff6422c8342a9" }, { - "title": "Germany's Energy Surrender", - "description": "Rarely has a country worked so hard to make itself vulnerable.", - "content": "Rarely has a country worked so hard to make itself vulnerable.", + "title": "Social Distancing Was a Problem Before Covid", + "description": "Marriage and childbirth rates, declining for years, reached new lows during the pandemic.", + "content": "Marriage and childbirth rates, declining for years, reached new lows during the pandemic.", "category": "PAID", - "link": "https://www.wsj.com/articles/germanys-energy-surrender-nuclear-power-angela-merkel-russia-vladimir-putin-11640207188", + "link": "https://www.wsj.com/articles/social-distancing-was-a-problem-before-covid-family-marriage-pandemic-religion-11637795685", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:52:00 -0500", + "pubDate": "Thu, 25 Nov 2021 15:00:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239439,20 +265065,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9759eeacdeb74ce6a094e4ea62101ab9" + "hash": "d7bc46f00e2a0dd44d91394100d4ab85" }, { - "title": "It's Time for the Fed to Go Old School", - "description": "No fancy stuff. Raise rates via open-market operations that reduce the size of the balance sheet.", - "content": "No fancy stuff. Raise rates via open-market operations that reduce the size of the balance sheet.", + "title": "Walter Kirn Is Middle America's Defiant Defender", + "description": "The novelist discusses the Kyle Rittenhouse verdict and urban elites’ illiberal attitudes toward those who live between the East and West coasts.", + "content": "The novelist discusses the Kyle Rittenhouse verdict and urban elites’ illiberal attitudes toward those who live between the East and West coasts.", "category": "PAID", - "link": "https://www.wsj.com/articles/time-fed-old-school-fed-reserve-treasuries-interest-rates-bernanke-open-market-inflation-powell-11640186734", + "link": "https://www.wsj.com/articles/walter-kirn-is-middle-america-indignant-defender-clooney-coastal-elites-liberals-11637945028", "creator": "", - "pubDate": "Wed, 22 Dec 2021 12:32:00 -0500", + "pubDate": "Fri, 26 Nov 2021 13:24:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239460,20 +265085,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bca4554b57699ac411d1ab8065c630b" + "hash": "9baab3c5f2b142bc43fff39172f1753b" }, { - "title": "By Ditching the SAT, Harvard Hurts Minority Students", - "description": "How do you help young people move forward without honestly assessing where they stand?", - "content": "How do you help young people move forward without honestly assessing where they stand?", + "title": "10 Letters to Read: November's Most Notable Letters to the Editor", + "description": "A selection of contributions from our readers, including a famed military adviser, a former Fed official, a commercial pilot and more.", + "content": "A selection of contributions from our readers, including a famed military adviser, a former Fed official, a commercial pilot and more.", "category": "PAID", - "link": "https://www.wsj.com/articles/harvard-ditches-sat-hurts-minority-meritocracy-education-diversity-affirmative-action-asian-black-11640123407", + "link": "https://www.wsj.com/articles/10-letters-to-read-november-editor-luttwak-cia-vaccine-mandate-children-books-retire-inflation-11637617738", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:27:00 -0500", + "pubDate": "Thu, 25 Nov 2021 13:35:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239481,20 +265105,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cc42328c79ef83f33620bb6e94eadce" + "hash": "610f0f70d4ce48c1d65c9e4df5c9ec27" }, { - "title": "What the U.S. Should Learn From U.K. Cyber Strategy", - "description": "Despite what Defense Secretary Lloyd Austin says, cyber operations neither trigger perilous conflict nor do they make conflict more violent.", - "content": "Despite what Defense Secretary Lloyd Austin says, cyber operations neither trigger perilous conflict nor do they make conflict more violent.", + "title": "The COP26 Plan to Keep Africa Poor", + "description": "We want to help with climate change, but our lives and economies depend on fossil fuels.", + "content": "We want to help with climate change, but our lives and economies depend on fossil fuels.", "category": "PAID", - "link": "https://www.wsj.com/articles/what-the-america-should-learn-from-united-kingdom-cyber-strategy-trump-biden-obama-11640208605", + "link": "https://www.wsj.com/articles/the-cop26-plan-to-keep-africa-poor-climate-change-clean-energy-11637964581", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:47:00 -0500", + "pubDate": "Fri, 26 Nov 2021 17:40:00 -0500", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "en", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", @@ -239502,9933 +265125,10385 @@ "favorite": false, "created": false, "tags": [], - "hash": "51d6ab83f4ccc6785ecca3ccc1de9526" + "hash": "074adbeeba25fb8c6ba55e2e2613aab4" + }, + { + "title": "Biden's Covid Death Milestone", + "description": "More Americans have died of the virus in 2021 than in all of 2020.", + "content": "More Americans have died of the virus in 2021 than in all of 2020.", + "category": "PAID", + "link": "https://www.wsj.com/articles/bidens-covid-death-milestone-biden-administration-trump-11637708781", + "creator": "", + "pubDate": "Thu, 25 Nov 2021 16:44:00 -0500", + "folder": "00.03 News/News - EN", + "feed": "Wall Street Journal", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5dafb28ac7fc8a35c4331ef09529b690" }, { - "title": "NFL vs. Covid Magical Thinking", - "description": "Football is showing society how to live with the reality of asymptomatic spread.", - "content": "Football is showing society how to live with the reality of asymptomatic spread.", + "title": "A Tax Break for Union Dues", + "description": "The House budget bill includes a $250 per worker write-off.", + "content": "The House budget bill includes a $250 per worker write-off.", "category": "PAID", - "link": "https://www.wsj.com/articles/nfl-vs-covid-magical-thinking-asympomatic-basketball-football-hockey-testing-omicron-nfl-nba-11640124005", + "link": "https://www.wsj.com/articles/a-tax-break-for-union-dues-labor-house-democrats-budget-bill-11637689873", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:33:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 16:43:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51f4f6ae9cf3d0b6de6e8cb35e649379" + "hash": "ad78323da0279333c7647edf2a529f64" }, { - "title": "China Bullies Little Lithuania", - "description": "The Baltic state needs U.S. and EU support as it stands up to Beijing.", - "content": "The Baltic state needs U.S. and EU support as it stands up to Beijing.", + "title": "Did Jamie Dimon Hit a Nerve?", + "description": "Jokes about Communist Party longevity are no laughing matter in China.", + "content": "Jokes about Communist Party longevity are no laughing matter in China.", "category": "PAID", - "link": "https://www.wsj.com/articles/china-bullies-little-lithuania-taiwan-11640215202", + "link": "https://www.wsj.com/articles/did-jamie-dimon-hit-a-nerve-china-communist-party-11637862914", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:46:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 16:42:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55d64661516455428a908fda6f1c2dc2" + "hash": "631c9b0527403825120b408e2e2aea83" }, { - "title": "At My Orphanage, a Merry Christmas That Would Astonish Dickens", - "description": "With a star-topped tree, carols, feasts and presents, my buddies and I didn’t miss out on anything.", - "content": "With a star-topped tree, carols, feasts and presents, my buddies and I didn’t miss out on anything.", + "title": "How Did Activision Pass the ESG Test?", + "description": "Asset managers seem willing to include any company paying lip service to progressive priorities.", + "content": "Asset managers seem willing to include any company paying lip service to progressive priorities.", "category": "PAID", - "link": "https://www.wsj.com/articles/at-my-orphanage-a-merry-christmas-that-would-astonish-dickens-rumple-hall-feast-11640207416", + "link": "https://www.wsj.com/articles/activision-esg-vanguard-blackrock-fidelity-woke-gaming-investing-sexual-misconduct-11637794901", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:07:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 16:33:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7115bc641a07c1422be85022e1f0fc5d" + "hash": "825d9e2abe157480e57ef0fff6568aeb" }, { - "title": "Complete and Total Trump Campaign!", - "description": "The former president’s obsession with the 2020 election may lead to GOP losses in the next two.", - "content": "The former president’s obsession with the 2020 election may lead to GOP losses in the next two.", + "title": "The Housing Gang Is Getting Back Together for Another Bust", + "description": "Fan and Fred will buy mortgages up to $1 million, repeating the mistakes that led to the 2008 crash.", + "content": "Fan and Fred will buy mortgages up to $1 million, repeating the mistakes that led to the 2008 crash.", "category": "PAID", - "link": "https://www.wsj.com/articles/complete-and-total-campaign-sabotage-trump-endorsement-candidates-republicans-11640208053", + "link": "https://www.wsj.com/articles/the-housing-gang-is-getting-back-together-for-another-bust-inflation-mortgage-rates-11637794694", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:08:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 16:31:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c559bf4a98a96276cc3f1911c425ed6d" + "hash": "078bd99978e71dbda296d58e2651e7e0" }, { - "title": "The Strategic Case for Risking War in Ukraine", - "description": "An invasion would be a diplomatic, economic and military mistake for Putin. Let him make it if he must.", - "content": "An invasion would be a diplomatic, economic and military mistake for Putin. Let him make it if he must.", + "title": "The Film That Taught Me to 'Let It Be'", + "description": "The Beatles start to say goodbye in the 1970 documentary.", + "content": "The Beatles start to say goodbye in the 1970 documentary.", "category": "PAID", - "link": "https://www.wsj.com/articles/strategic-case-risking-war-ukraine-russia-invasion-putin-national-security-nato-europe-eu-11640186454", + "link": "https://www.wsj.com/articles/the-beatles-let-it-be-peter-jackson-john-paul-george-ringo-friendship-1970-11637795405", "creator": "", - "pubDate": "Wed, 22 Dec 2021 12:31:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 16:29:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb20321b07dc809a64334590a4d6c0b0" + "hash": "94bfb30f6faf102cce6c9e927ce5c709" }, { - "title": "The Sum of All Energy Fears", - "description": "Climate mania and naive foreign policy create a crisis in Europe.", - "content": "Climate mania and naive foreign policy create a crisis in Europe.", + "title": "Why My Church Grew During the Pandemic", + "description": "Our priests had no intention of limiting access to the Lord.", + "content": "Our priests had no intention of limiting access to the Lord.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-sum-of-all-energy-fears-11640207249", + "link": "https://www.wsj.com/articles/why-my-church-grew-during-the-pandemic-mass-service-catholic-adoration-eucharist-11637795847", "creator": "", - "pubDate": "Wed, 22 Dec 2021 16:07:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 16:27:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02eda17f893afd31c9e5a2492a29e3f7" + "hash": "9093c193b186b07482d03ea227e4e7ad" }, { - "title": "Never Throw Away Santa Claus", - "description": "Getting rid of an old ornament landed me in small-claims court.", - "content": "Getting rid of an old ornament landed me in small-claims court.", + "title": "Breaking News From 1795: Jane Austen Falls in Love", + "description": "A poem in the author’s irresistible novel ‘Emma’ may reveal the Irishman who captured her heart.", + "content": "A poem in the author’s irresistible novel ‘Emma’ may reveal the Irishman who captured her heart.", "category": "PAID", - "link": "https://www.wsj.com/articles/never-throw-away-santa-claus-tenants-ornament-apartments-small-claim-court-11640207566", + "link": "https://www.wsj.com/articles/jane-austen-tom-lefroy-kipling-emma-persuasion-love-decoding-pride-prejudice-11637794443", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:06:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 25 Nov 2021 14:59:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "103132b0415e06c68d059ac72e23f569" + "hash": "8edc2c5488ce84209ab6f01860f08148" }, { - "title": "Notable & Quotable: Comparing Jimmy Carter and Joe Biden", - "description": "‘Biden now sports the lowest net economic rating of any president at this point through their first term since at least Jimmy Carter in 1977.’", - "content": "‘Biden now sports the lowest net economic rating of any president at this point through their first term since at least Jimmy Carter in 1977.’", + "title": "The Leadership Germans Wanted", + "description": "A more-of-the-same government emerges from a muddled vote.", + "content": "A more-of-the-same government emerges from a muddled vote.", "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-carter-polling-approval-rating-inflation-economy-11640208196", + "link": "https://www.wsj.com/articles/the-leadership-germans-wanted-olaf-scholz-angela-merkel-christian-lindner-11637773238", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:05:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 19:42:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76591f0ecc1172b851bdb5ab799e55fe" + "hash": "aef9b84e8548c9c440ebc35540d63a06" }, { - "title": "Biden's Omicron Reality Check", - "description": "The President hits a calmer note and rejects lockdowns.", - "content": "The President hits a calmer note and rejects lockdowns.", + "title": "The Ahmaud Arbery Verdict", + "description": "A Georgia jury rejects a citizen’s-arrest defense in the 2020 killing.", + "content": "A Georgia jury rejects a citizen’s-arrest defense in the 2020 killing.", "category": "PAID", - "link": "https://www.wsj.com/articles/joe-bidens-omicron-reality-check-covid-11640127849", + "link": "https://www.wsj.com/articles/the-ahmaud-arbery-verdict-travis-greg-mcmichael-william-bryan-11637800000", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:48:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 19:41:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cc25589044a8c630451b07ac1bf0358" + "hash": "4f8458432217a5cd69717ec45431d795" }, { - "title": "One Last Chance to Build Back Better", - "description": "The expanded child tax credit is about to expire; extending it should be the priority.", - "content": "The expanded child tax credit is about to expire; extending it should be the priority.", + "title": "'One More at the Table'", + "description": "High prices and shortages challenge consumers and food pantries, but the joy of Thanksgiving remains in abundance.", + "content": "High prices and shortages challenge consumers and food pantries, but the joy of Thanksgiving remains in abundance.", "category": "PAID", - "link": "https://www.wsj.com/articles/one-last-chance-to-build-back-better-child-tax-credit-expansion-manchin-no-vote-biden-11640107692", + "link": "https://www.wsj.com/articles/one-more-at-the-table-11637783628", "creator": "", - "pubDate": "Tue, 21 Dec 2021 15:50:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Wed, 24 Nov 2021 14:53:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "beca477809da552234bcdb07a025bc83" + "hash": "f4198adc09e40a2be28258bab3bd279e" }, { - "title": "Run, Ms. Ocasio-Cortez, Run", - "description": "She says the Senate is ‘undemocratic,’ so challenge Schumer.", - "content": "She says the Senate is ‘undemocratic,’ so challenge Schumer.", + "title": "What the Kyle Rittenhouse Trial Says About America", + "description": "Students weigh in on American culture and the criminal-justice system.", + "content": "Students weigh in on American culture and the criminal-justice system.", "category": "PAID", - "link": "https://www.wsj.com/articles/run-alexandria-ocasio-cortez-run-chuck-schumer-senate-11640128326", + "link": "https://www.wsj.com/articles/what-the-kyle-rittenhouse-trial-says-about-america-kenosha-shooting-acquitted-riots-11637706467", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:47:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 18:44:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e304f3709878ba439625211318266978" + "hash": "5a49c7baf57df74bc4551e601d81e4ff" }, { - "title": "An Ordinary Joe's Christmas", - "description": "Even in death, a homeless man brings out the better angels in his friends.", - "content": "Even in death, a homeless man brings out the better angels in his friends.", + "title": "The Desolate Wilderness", + "description": "An account of the Pilgrims’ journey to Plymouth in 1620, as recorded by Nathaniel Morton.", + "content": "An account of the Pilgrims’ journey to Plymouth in 1620, as recorded by Nathaniel Morton.", "category": "PAID", - "link": "https://www.wsj.com/articles/an-ordinary-joes-christmas-burial-notre-dame-slovinec-homelessness-death-loss-mental-illness-11640034177", + "link": "https://www.wsj.com/articles/the-desolate-wilderness-william-bradford-nathaniel-morton-plymouth-pilgrims-11637708909", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:11:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 18:41:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8189beb72431fa53cf57d738fb83a4af" + "hash": "ec25a43c4efa55285e26bfcbb368e73c" }, { - "title": "How Fauci and Collins Shut Down Covid Debate", - "description": "They worked with the media to trash the Great Barrington Declaration.", - "content": "They worked with the media to trash the Great Barrington Declaration.", + "title": "And the Fair Land", + "description": "For all our social discord we yet remain the longest enduring society of free men governing themselves without benefit of kings or dictators.", + "content": "For all our social discord we yet remain the longest enduring society of free men governing themselves without benefit of kings or dictators.", "category": "PAID", - "link": "https://www.wsj.com/articles/fauci-collins-emails-great-barrington-declaration-covid-pandemic-lockdown-11640129116", + "link": "https://www.wsj.com/articles/and-the-fair-land-11637710823", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:47:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 18:40:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d603e98115a9739311281a2520c2edd" + "hash": "1f6b85ea6c5ddab5492bbc8d69216772" }, { - "title": "'The Hound of Heaven' in Slow Pursuit", - "description": "Father Bartunek showed the meaning in the mystical verse.", - "content": "Father Bartunek showed the meaning in the mystical verse.", + "title": "Strategic Political Oil Reserve", + "description": "Biden taps the U.S. emergency supply but prices still rise.", + "content": "Biden taps the U.S. emergency supply but prices still rise.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-hound-of-heaven-in-slow-pursuit-john-bartunek-francis-thompson-poem-confession-catholic-11640123201", + "link": "https://www.wsj.com/articles/strategic-political-oil-reserve-opec-biden-11637701493", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:33:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 18:36:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6162a1606b328bf385c680d2603b579b" + "hash": "f10b5c7c37ed1f3bedd12adc4c2e91e6" }, { - "title": "Biden Emerges as Progressive Government's Mr. Bad Example", - "description": "A bit of humility about what Washington could achieve would have served the president well.", - "content": "A bit of humility about what Washington could achieve would have served the president well.", + "title": "The Great Ohio Opioid Stick-Up", + "description": "A jury verdict against pharmacies distorts product liability law.", + "content": "A jury verdict against pharmacies distorts product liability law.", "category": "PAID", - "link": "https://www.wsj.com/articles/biden-progressive-example-covid-omicron-inflation-wages-afghanistan-border-crime-harris-11640011955", + "link": "https://www.wsj.com/articles/the-great-ohio-opioid-stick-up-dan-polster-cvs-walmart-walgreens-jury-11637709510", "creator": "", - "pubDate": "Mon, 20 Dec 2021 13:19:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 18:33:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d924e0e39d8a7735f47ba6b3c716ad6a" + "hash": "8c515b973614a0b180c93a519151fcda" }, { - "title": "Poland Gives Itself Bad Press", - "description": "Warsaw’s new media law targets a TV broadcaster owned by a U.S. firm.", - "content": "Warsaw’s new media law targets a TV broadcaster owned by a U.S. firm.", + "title": "College Testing Bait-and-Switch", + "description": "After dropping the SAT, the University of California kills plans for a new test.", + "content": "After dropping the SAT, the University of California kills plans for a new test.", "category": "PAID", - "link": "https://www.wsj.com/articles/poland-gives-itself-bad-press-foreign-media-law-11640029821", + "link": "https://www.wsj.com/articles/college-testing-bait-and-switch-university-of-california-sat-janet-napolitano-11637689492", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:46:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 18:30:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "826fd38865de4a72ed714e2f07e56232" + "hash": "e9d26ebdb373f19c8ef3e15220652c2c" }, { - "title": "The Bleatings Will Continue Until Morale Improves", - "description": "Lawmakers point fingers after the failure of Build Back Better.", - "content": "Lawmakers point fingers after the failure of Build Back Better.", + "title": "America Repeated Vietnam's Mistakes in Afghanistan", + "description": "Lessons from both conflicts should become part of the military’s education requirements.", + "content": "Lessons from both conflicts should become part of the military’s education requirements.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-bleatings-will-continue-until-morale-improves-11640127815", + "link": "https://www.wsj.com/articles/america-vietnam-mistakes-afghanistan-quagmire-binladen-strategy-11637705112", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:03:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 18:19:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7790b27c565f078a712ac41896a23ba9" + "hash": "644a81ab956cba52297bcf1be192d8a5" }, { - "title": "The Dangerous Push to Give Boosters to Teens", - "description": "FDA and CDC experts said the plan was ill-advised, so the agencies cut them out of the decision process.", - "content": "FDA and CDC experts said the plan was ill-advised, so the agencies cut them out of the decision process.", + "title": "How to Protect Your Brain From Injury", + "description": "A direct blow isn’t the only source of trauma, and it’s crucial to know the symptoms.", + "content": "A direct blow isn’t the only source of trauma, and it’s crucial to know the symptoms.", "category": "PAID", - "link": "https://www.wsj.com/articles/dangerous-push-to-give-boosters-to-teens-vacccine-covid-19-omicron-vaxx-requirement-mandate-11640107759", + "link": "https://www.wsj.com/articles/how-to-protect-your-brain-from-injury-abbott-test-concussion-football-nfl-11637703934", "creator": "", - "pubDate": "Tue, 21 Dec 2021 15:52:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 18:18:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a42c559b71c9749ca7f76a25e856180b" + "hash": "b25092f67d6bca615e2be3d4d895e534" }, { - "title": "President-Elect Boric Aims to Undo Chile's Economic Progress", - "description": "His wish list, which includes ending private pensions, would destroy Chile’s capital markets.", - "content": "His wish list, which includes ending private pensions, would destroy Chile’s capital markets.", + "title": "Notable & Quotable: Ruy Teixeira on Voter Turnout", + "description": "‘No myth is stronger in progressive circles than the magical, wonderworking powers of voter turnout.’", + "content": "‘No myth is stronger in progressive circles than the magical, wonderworking powers of voter turnout.’", "category": "PAID", - "link": "https://www.wsj.com/articles/president-elect-boric-aims-to-undo-chiles-economic-progress-pensions-taxes-south-america-11640123805", + "link": "https://www.wsj.com/articles/notable-quotable-ruy-teixeira-on-voter-turnout-elections-voting-democrats-11637706161", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:34:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 18:16:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b11442f1bce0f43d20f3ea64b591855a" + "hash": "2007ce520ad77bcb34354b677c6c1f76" }, { - "title": "Do Young Americans Have 'a God-Shaped Hole'?", - "description": "Students ponder religion in light of Pascal’s metaphor.", - "content": "Students ponder religion in light of Pascal’s metaphor.", + "title": "Justice, Not Revenge, for Ahmaud Arbery and Kyle Rittenhouse", + "description": "The purpose of a trial is to assess the facts in each case, not to settle scores between identity groups.", + "content": "The purpose of a trial is to assess the facts in each case, not to settle scores between identity groups.", "category": "PAID", - "link": "https://www.wsj.com/articles/do-young-americans-have-a-god-shaped-hole-religion-social-media-christianity-11640123450", + "link": "https://www.wsj.com/articles/justice-ahmaud-arbery-kyle-rittenhouse-kenosha-riots-11637704695", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:49:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 18:16:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2abf6744fabdaf3f48db2676b07db50" + "hash": "0a9a1bc22e649935a219f0b5b59610c3" }, { - "title": "The Supreme Court's Covid Vaccine Test", - "description": "Justices have to decide if they want to let OSHA rewrite the law.", - "content": "Justices have to decide if they want to let OSHA rewrite the law.", + "title": "After COP26, Electric Vehicles Galore!", + "description": "What surging stocks say about a favorite climate non-solution.", + "content": "What surging stocks say about a favorite climate non-solution.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-supreme-courts-covid-vaccine-test-sixth-circuit-osha-mandate-11640034808", + "link": "https://www.wsj.com/articles/after-cop26-electric-vehicles-galore-rivian-tesla-subsidies-emissions-passenger-batteries-11637704766", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:47:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 18:15:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63fd589424f58fd46c43e13cc150400b" + "hash": "402020d7d3362e828249ef0ade0f8b96" }, { - "title": "Chile's Election Signals a Hard Left Turn", - "description": "The president-elect wants to remake the country’s economy.", - "content": "The president-elect wants to remake the country’s economy.", + "title": "Do Not Talk About Flight Club", + "description": "Coastal columnists still don’t like explaining why Californians are fleeing to Texas.", + "content": "Coastal columnists still don’t like explaining why Californians are fleeing to Texas.", "category": "PAID", - "link": "https://www.wsj.com/articles/chile-takes-a-hard-left-turn-gabriel-boric-president-election-jose-antonio-kast-11640035352", + "link": "https://www.wsj.com/articles/do-not-talk-about-flight-club-11637706285", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:41:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 17:24:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "98948c3668c5f0773a62bc1ea4aff9f1" + "hash": "bb8f6ebdf8c73c24e82ed6ff85ec4815" }, { - "title": "The Slow Meltdown of the Chinese Economy", - "description": "Beijing’s troubles are an opportunity for the U.S.—if Washington can recognize it.", - "content": "Beijing’s troubles are an opportunity for the U.S.—if Washington can recognize it.", + "title": "Can Biden Come Back? Many Others Have", + "description": "After GOP midterm losses in the House, Reagan’s approval was 35% as 1983 began.", + "content": "After GOP midterm losses in the House, Reagan’s approval was 35% as 1983 began.", "category": "PAID", - "link": "https://www.wsj.com/articles/slow-meltdown-of-china-economy-evergrande-property-market-collapse-downturn-xi-cewc-11640032283", + "link": "https://www.wsj.com/articles/can-biden-come-back-many-others-have-clinton-reagan-obama-approval-poll-popularity-11637684716", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:16:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 12:59:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c25113ea3333becee16585656ee0e851" + "hash": "76149e12248ba95bcfec4da7f2354325" }, { - "title": "Back to the Office in 2022", - "description": "We crave contact with co-workers, but we’ve lost our tolerance for life’s inconveniences.", - "content": "We crave contact with co-workers, but we’ve lost our tolerance for life’s inconveniences.", + "title": "Don't Let Ideologues Steal Thanksgiving", + "description": "For the left, it’s become an occasion to air grievances ranging from ‘colonialism’ to ‘carbon footprints.’", + "content": "For the left, it’s become an occasion to air grievances ranging from ‘colonialism’ to ‘carbon footprints.’", "category": "PAID", - "link": "https://www.wsj.com/articles/back-to-the-office-in-2022-work-booster-omicron-meetings-lockdown-11639943352", + "link": "https://www.wsj.com/articles/dont-let-ideologues-steal-thanksgiving-cancel-culture-native-americans-holiday-11637684786", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:17:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Tue, 23 Nov 2021 12:58:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e22677a6184d4636983888f8073ac566" + "hash": "22a2210b28ca482fcc985064720da4f7" }, { - "title": "By All Means, Vote in the Senate on Build Back Better", - "description": "Schumer demands that his incumbents vote for a bill that won’t pass.", - "content": "Schumer demands that his incumbents vote for a bill that won’t pass.", + "title": "Biden Signs Up for Powell's Inflation", + "description": "Republicans are under no obligation to endorse his Fed nominees.", + "content": "Republicans are under no obligation to endorse his Fed nominees.", "category": "PAID", - "link": "https://www.wsj.com/articles/by-all-means-vote-in-the-senate-on-build-back-better-joe-manchin-chuck-schumer-11640041762", + "link": "https://www.wsj.com/articles/biden-and-the-jerome-powell-inflation-lael-brainard-federal-reserve-11637613794", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:38:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 18:53:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb22038b93ee2d75c8fd299acb979e09" + "hash": "7f239bfda2a6fc91b106869e4ca21dc0" }, { - "title": "A Dirge for the Witty Ditty", - "description": "Cantor, Porter and Sondheim could be delightfully naughty.", - "content": "Cantor, Porter and Sondheim could be delightfully naughty.", + "title": "The Waukesha Rampage", + "description": "The suspected assailant was free on a $1,000 bond despite recent charges of violence.", + "content": "The suspected assailant was free on a $1,000 bond despite recent charges of violence.", "category": "PAID", - "link": "https://www.wsj.com/articles/a-dirge-for-the-witty-ditty-cole-porter-cantor-sondheim-jokes-songs-musicals-11640032548", + "link": "https://www.wsj.com/articles/the-waukesha-rampage-darrell-brooks-wisconsin-john-chisholm-11637622563", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:16:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 18:49:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e10799223064f438f37dd01fc6265c7" + "hash": "14aaef7ce7500a2980e15ef0f7a28c16" }, { - "title": "Jussie Smollett's Enablers Weren't His Friends", - "description": "His endorsers helped him throw away a life and career that might have been salvaged.", - "content": "His endorsers helped him throw away a life and career that might have been salvaged.", + "title": "Censoring the Pilgrims", + "description": "The left wants to cancel the WSJ’s annual Thanksgiving editorials.", + "content": "The left wants to cancel the WSJ’s annual Thanksgiving editorials.", "category": "PAID", - "link": "https://www.wsj.com/articles/jussie-smollett-enablers-friends-biden-harris-media-lying-race-victim-assault-hunter-rittenhouse-11639773291", + "link": "https://www.wsj.com/articles/censoring-the-pilgrims-thanksgiving-editorials-vermont-royster-cancel-culture-11637617548", "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:30:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 18:45:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b24d29fe5382fca02fd072377ed476a7" + "hash": "f56bf9bb99613f27314d2c11fd351ab4" }, { - "title": "Democracy Boycott in Hong Kong", - "description": "Most of the public refused to participate in a sham election.", - "content": "Most of the public refused to participate in a sham election.", + "title": "Piling on the Business Fines", + "description": "The House spending bill targets employers with huge new penalties.", + "content": "The House spending bill targets employers with huge new penalties.", "category": "PAID", - "link": "https://www.wsj.com/articles/democracy-boycott-in-hong-kong-china-election-11640038959", + "link": "https://www.wsj.com/articles/piling-on-the-business-fines-osha-build-back-better-house-spending-bill-penalities-11637518976", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:33:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 18:43:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2c7b6ceb3a38f5012a9c487f7dc4cbba" + "hash": "e8fc52827403bf78c1844ce18f2fccdb" }, { - "title": "Spider-Man vs. Omicron", - "description": "Moviegoers haven’t surrendered to the latest viral fears.", - "content": "Moviegoers haven’t surrendered to the latest viral fears.", + "title": "On ObamaCare, Democrats Defy the Supreme Court", + "description": "The justices said in 2012 that Congress couldn’t punish states that refuse the Medicaid expansion.", + "content": "The justices said in 2012 that Congress couldn’t punish states that refuse the Medicaid expansion.", "category": "PAID", - "link": "https://www.wsj.com/articles/spider-man-vs-omicron-11640034057", + "link": "https://www.wsj.com/articles/on-obamacare-democrats-defy-the-supreme-court-hospitals-uninsured-patients-bill-11637619017", "creator": "", - "pubDate": "Mon, 20 Dec 2021 16:00:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 18:41:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a97d29093cd4c162c89c5140a535e5a" + "hash": "9094d426859184b72deb10b21e856ad9" }, { - "title": "Notable & Quotable: Russia", - "description": "‘What they need is better health care, build back better, roads, schools, economic opportunity.’", - "content": "‘What they need is better health care, build back better, roads, schools, economic opportunity.’", + "title": "Yes, You Should Get a Covid Booster", + "description": "Vaccine effectiveness is waning. A third shot restores it with few side effects.", + "content": "Vaccine effectiveness is waning. A third shot restores it with few side effects.", "category": "PAID", - "link": "https://www.wsj.com/articles/noquo-russia-covid-ukraine-pandemic-putin-build-back-better-covid-invasion-state-department-11640032593", + "link": "https://www.wsj.com/articles/yes-get-a-covid-booster-vaccine-third-dose-shot-safe-effective-side-effects-11637617768", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:11:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 18:40:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50051b76e462ff060c9dc4c773bbb938" + "hash": "7c0008ea8db66f4181fc02e93c227b48" }, { - "title": "Democrats Shouldn't Build Back Bitter", - "description": "Manchin’s ‘no’ is a chance for Biden to return to his campaign promise of bipartisan reconciliation.", - "content": "Manchin’s ‘no’ is a chance for Biden to return to his campaign promise of bipartisan reconciliation.", + "title": "A Ping-Pong Table and a Lifetime of Memories", + "description": "Steve Fortuna paid $15 for it half a century ago. When his father died, he kept the paddles.", + "content": "Steve Fortuna paid $15 for it half a century ago. When his father died, he kept the paddles.", "category": "PAID", - "link": "https://www.wsj.com/articles/democrats-shouldnt-build-back-better-manchin-sanders-biden-vote-no-spending-bill-2022-midterms-11640012633", + "link": "https://www.wsj.com/articles/a-ping-pong-table-and-a-lifetime-of-memories-table-tennis-play-11637619379", "creator": "", - "pubDate": "Mon, 20 Dec 2021 13:22:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 18:39:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f980265c108f0ac863e44b2f51416f9" + "hash": "813d31104ab5978749c1520c7cfd2f9a" }, { - "title": "As Inflation Rises, Antitrust 'Reformers' Target Lower Prices", - "description": "Biden wants to start enforcing a moribund law that took money out of consumers’ pockets.", - "content": "Biden wants to start enforcing a moribund law that took money out of consumers’ pockets.", + "title": "Notable & Quotable: 76 Years After the A-Bomb", + "description": "‘Hirohito made the surrender official Aug. 15. I was spared my date with death, 2½ months later.’", + "content": "‘Hirohito made the surrender official Aug. 15. I was spared my date with death, 2½ months later.’", "category": "PAID", - "link": "https://www.wsj.com/articles/inflation-rises-antitrust-reformers-lower-prices-competition-consumer-benefit-brandeis-biden-11640032926", + "link": "https://www.wsj.com/articles/notable-quotable-76-years-after-the-atomic-bomb-world-war-two-japan-invasion-11637618711", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:17:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 18:36:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eed36c39e704eb98ddd87d6d89527cb1" + "hash": "87b79f1fc4ec696fd58ba563c28bd7ee" }, { - "title": "I Knew Better, but I Bought Tesla Stock", - "description": "A bull market can tempt a business journalist into mistaking himself for an investing genius.", - "content": "A bull market can tempt a business journalist into mistaking himself for an investing genius.", + "title": "The Campaign to Distract Biden From Asia", + "description": "China and Russia form an entente to hobble America, with a little help from Iran.", + "content": "China and Russia form an entente to hobble America, with a little help from Iran.", "category": "PAID", - "link": "https://www.wsj.com/articles/i-knew-better-but-i-bought-tesla-investing-stocks-dip-index-funds-etfs-bitcoin-surge-11640032912", + "link": "https://www.wsj.com/articles/the-campaign-to-distract-biden-from-asia-russia-china-xi-putin-foreign-policy-allies-11637617569", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:15:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 18:35:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82904bf4152770a286171656a0bb0269" + "hash": "7cd977eb579c1acf7d1903e5e32f1d24" }, { - "title": "Joe Manchin Rescues the Democrats", - "description": "His opposition to Build Back Better gives Biden a chance to change course.", - "content": "His opposition to Build Back Better gives Biden a chance to change course.", + "title": "China's Peng Shuai Goes 'Missing'", + "description": "The tennis star accused a top Communist of sexual assault. Beijing can’t deal with it.", + "content": "The tennis star accused a top Communist of sexual assault. Beijing can’t deal with it.", "category": "PAID", - "link": "https://www.wsj.com/articles/joe-manchin-rescues-the-democrats-build-back-better-no-vote-fox-interview-11639946223", + "link": "https://www.wsj.com/articles/china-missing-tennis-star-peng-shuai-australia-foreign-policy-trade-assault-11637620780", "creator": "", - "pubDate": "Sun, 19 Dec 2021 18:01:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 18:33:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ace4380cb2a2cab241604684144c2d9" + "hash": "d5a1349d97a66224111d98b3173926b2" }, { - "title": "How We Can Save Ukraine", - "description": "Biden is well positioned to prevent a Russian invasion, but the U.S. needs to act quickly.", - "content": "Biden is well positioned to prevent a Russian invasion, but the U.S. needs to act quickly.", + "title": "President Biden and American Gratitude", + "description": "Why hasn’t the White House announced a posthumous Medal of Honor for Alwyn Cashe yet?", + "content": "Why hasn’t the White House announced a posthumous Medal of Honor for Alwyn Cashe yet?", "category": "PAID", - "link": "https://www.wsj.com/articles/how-we-can-save-ukraine-russia-invasion-intimidation-biden-putin-sanctions-nato-crimea-11639942608", + "link": "https://www.wsj.com/articles/president-biden-and-american-gratitude-11637617891", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:09:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 16:51:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f8d2d1e915d09f21910b34ce776c57f" + "hash": "4358aa78ff2008e215cddd596a425c25" }, { - "title": "The White House Art of Furious Persuasion", - "description": "Jen Psaki all but calls Joe Manchin a liar for opposing Biden’s bill.", - "content": "Jen Psaki all but calls Joe Manchin a liar for opposing Biden’s bill.", + "title": "Woke Imperialism Harms U.S. Interests", + "description": "The Biden Administration promotes an avant-garde concept of ‘rights’ that isolates America.", + "content": "The Biden Administration promotes an avant-garde concept of ‘rights’ that isolates America.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-white-house-art-of-furious-persuasion-psaki-manchin-build-back-better-no-statement-11639947001", + "link": "https://www.wsj.com/articles/woke-imperialism-harms-u-s-interests-china-russia-equity-worldview-11637596572", "creator": "", - "pubDate": "Sun, 19 Dec 2021 17:59:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 13:04:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f1c64d18bdc1f18f14d74120079e8da" + "hash": "8476dbd2f59559faeff5cf8b29ffb7e6" }, { - "title": "High Inflation Needs a Policy Solution", - "description": "It will persist until politicians stop stimulating the economy and the Fed starts raising rates.", - "content": "It will persist until politicians stop stimulating the economy and the Fed starts raising rates.", + "title": "Kyle Rittenhouse and the Left's Terrifying Assault on Due Process", + "description": "They want revolutionary justice. The legal system’s verdict will be supplanted by the people’s judgment.", + "content": "They want revolutionary justice. The legal system’s verdict will be supplanted by the people’s judgment.", "category": "PAID", - "link": "https://www.wsj.com/articles/inflation-needs-solution-supply-chain-wage-powell-biden-infrastructure-build-back-better-stimulus-11639941882", + "link": "https://www.wsj.com/articles/kyle-rittenhouse-and-the-lefts-terrifying-assault-on-due-process-trial-verdict-not-guilty-11637597046", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:05:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Mon, 22 Nov 2021 13:01:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d2b4b5fe053688bb013d17db18389c6" + "hash": "f0fae7ed82f34c4e3951cceae98dcbd3" }, { - "title": "The Americans Stuck in Afghanistan", - "description": "Months after its retreat, the White House admits some are still left behind.", - "content": "Months after its retreat, the White House admits some are still left behind.", + "title": "COP26 Prepared the World to Beat Climate Change", + "description": "We can bemoan that there is still a gap between our ambitions and actions. Or we can work to close it.", + "content": "We can bemoan that there is still a gap between our ambitions and actions. Or we can work to close it.", "category": "PAID", - "link": "https://www.wsj.com/articles/the-americans-stuck-in-afghanistan-taliban-joe-biden-state-department-antony-blinken-11639779695", + "link": "https://www.wsj.com/articles/cop26-prepared-the-world-to-beat-climate-change-global-warming-emissions-glasgow-11637526170", "creator": "", - "pubDate": "Sun, 19 Dec 2021 17:58:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 17:18:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4e30484a44b799ab2957e5af167ebfff" + "hash": "ff76360621de83921e0043d023086ae9" }, { - "title": "A Man and His Dogs in the Middle of Turkey", - "description": "The litter’s mother had the bearing of pedigree, Akita-like.", - "content": "The litter’s mother had the bearing of pedigree, Akita-like.", + "title": "The Coddling of American Children Is a Boon to Beijing", + "description": "In China, my son had to study hard. Here in the U.S., he just needs to bring a ‘healthy snack’ to school.", + "content": "In China, my son had to study hard. Here in the U.S., he just needs to bring a ‘healthy snack’ to school.", "category": "PAID", - "link": "https://www.wsj.com/articles/a-man-and-his-dogs-in-the-middle-of-turkey-tourist-travel-guide-inflation-lira-akita-11639943697", + "link": "https://www.wsj.com/articles/the-coddling-of-american-children-is-a-boon-to-beijing-china-education-college-victim-11637525811", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:12:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 17:17:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dea72e66a79f156a2a5797638a7295d6" + "hash": "6e30a2a407fd64139ea7f728aa498c74" }, { - "title": "Big Tax Cuts in Arkansas", - "description": "Little Rock returns some of its booming revenue to taxpayers.", - "content": "Little Rock returns some of its booming revenue to taxpayers.", + "title": "Honduras and the Clinton Legacy", + "description": "Will the country follow the undemocratic paths of El Salvador and Nicaragua?", + "content": "Will the country follow the undemocratic paths of El Salvador and Nicaragua?", "category": "PAID", - "link": "https://www.wsj.com/articles/big-tax-cuts-in-arkansas-asa-hutchinson-11639692526", + "link": "https://www.wsj.com/articles/honduras-and-the-clinton-legacy-democracy-socialism-national-security-imperialism-11637526692", "creator": "", - "pubDate": "Sun, 19 Dec 2021 17:57:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 16:47:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "051b3448c81f83b43e36f81a45f32691" + "hash": "656e3e3ef25d124c80ad1b55f0cadc26" }, { - "title": "Brazil's Lawmakers Embrace Default", - "description": "By failing to pay debts promptly, the country will risk its standing with global investors.", - "content": "By failing to pay debts promptly, the country will risk its standing with global investors.", + "title": "The Kamikaze Democrats", + "description": "Pelosi and Biden march swing-district House Members to the end of their careers.", + "content": "Pelosi and Biden march swing-district House Members to the end of their careers.", "category": "PAID", - "link": "https://www.wsj.com/articles/brazil-lawmakers-embrace-default-bolsonaro-debts-investment-private-public-precatorios-11639943762", + "link": "https://www.wsj.com/articles/the-kamikaze-democrats-nancy-pelosi-joe-biden-build-back-better-house-welfare-2022-11637362201", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:15:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 16:34:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27e174f191578f52494ed67a1daaec73" + "hash": "158ad46ad3153964978635327d0f34ff" }, { - "title": "The Fickle 'Science' of Lockdowns", - "description": "Experts foresaw before Covid that the strategy would fail. The authorities embraced it anyway.", - "content": "Experts foresaw before Covid that the strategy would fail. The authorities embraced it anyway.", + "title": "'Cuba Libre' at the Latin Grammys", + "description": "The patriotic protest anthem ‘Patria y Vida’ wins song of the year.", + "content": "The patriotic protest anthem ‘Patria y Vida’ wins song of the year.", "category": "PAID", - "link": "https://www.wsj.com/articles/lockdown-science-pandemic-imperial-college-london-quarantine-social-distance-covid-fauci-omicron-11639930605", + "link": "https://www.wsj.com/articles/cuba-libre-latin-grammys-patria-y-vida-osorbo-yotuel-gente-de-zona-el-funky-descemer-bueno-11637366048", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:03:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 16:33:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38305088cb0a491a6cd0638873aafd8c" + "hash": "a29e9e9d4f06801f67435ccd2ed55554" }, { - "title": "'Latinx' Isn't Popular With Latinos", - "description": "On behalf of all Hispanic Americans, I say no más to this politically correct linguistic monstrosity.", - "content": "On behalf of all Hispanic Americans, I say no más to this politically correct linguistic monstrosity.", + "title": "A Tax Cut for the Tarheel State", + "description": "Democratic Gov. Roy Cooper heeds the message from Virginia.", + "content": "Democratic Gov. Roy Cooper heeds the message from Virginia.", "category": "PAID", - "link": "https://www.wsj.com/articles/does-latinx-rhyme-kleenex-latino-latina-hispanic-woke-gender-lgbtqia-colonialism-progressives-11639930248", + "link": "https://www.wsj.com/articles/a-tax-cut-for-the-tarheel-state-north-carolina-cooper-personal-income-virginia-youngkin-11637516606", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:00:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 16:33:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7478e6f703f0ecd7d55ffd2f7e45c31" + "hash": "7ab2d3e2724ea1f95843d360c2ae78cb" }, { - "title": "Biden's Art of the Overreach", - "description": "Don’t blame Manchin for the White House’s poorly managing expectations.", - "content": "Don’t blame Manchin for the White House’s poorly managing expectations.", + "title": "Losing by Five, With 1,400 Votes Rejected", + "description": "In a squeaker House race, bad mail votes are 275 times the margin.", + "content": "In a squeaker House race, bad mail votes are 275 times the margin.", "category": "PAID", - "link": "https://www.wsj.com/articles/biden-art-of-the-overreach-progressive-agenda-build-black-better-pelosi-schumer-manchin-11639690786", + "link": "https://www.wsj.com/articles/losing-by-five-with-1-400-votes-rejected-florida-primary-election-voting-by-mail-usps-11637159981", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:13:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 16:32:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "afeec9afad428255e1a33aa21bbede2d" + "hash": "eb00e2de7875c8a8ca651f73857ecf48" }, { - "title": "'West Side Story' and the Decline of the Movie Theater", - "description": "The remake is wonderful. Its poor performance at the box office suggests streaming is here to stay.", - "content": "The remake is wonderful. Its poor performance at the box office suggests streaming is here to stay.", + "title": "Politicians Have Earned Your Distrust", + "description": "Our leaders care more about putting ‘points on the board’ than doing what’s right.", + "content": "Our leaders care more about putting ‘points on the board’ than doing what’s right.", "category": "PAID", - "link": "https://www.wsj.com/articles/west-side-story-and-the-decline-of-the-bijou-streaming-movies-shows-theaters-lincoln-center-11639693733", + "link": "https://www.wsj.com/articles/politicos-earned-distrust-biden-inflation-reconciliation-cuomo-covid-deaths-nursing-homes-11637504680", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:53:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 13:45:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50ba6bb07888ef5266a2ea6e3c6bd05b" + "hash": "065aa308167a27ec8c38c725341a91ef" }, { - "title": "Notable & Quotable: Trump", - "description": "‘Liberals totally missed what Trump was about and what made him successful’", - "content": "‘Liberals totally missed what Trump was about and what made him successful’", + "title": "The Left Betrays the Working Class on Covid Mandates", + "description": "Some unions are even siding with management against employees who resist vaccination.", + "content": "Some unions are even siding with management against employees who resist vaccination.", "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-trump-populism-liberal-mainstream-media-working-class-racism-tweet-crass-11639944102", + "link": "https://www.wsj.com/articles/left-betrays-working-class-covid-mandates-vaccine-religious-approval-exemption-nyc-osha-11637505203", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:03:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sun, 21 Nov 2021 13:44:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc1cd5fa8404b90f37293d31b22689ba" + "hash": "3e84d40e9abc2595260ad575c1ea4dcd" }, { - "title": "Bond Bubble Bigger", - "description": "Do Biden and the Fed have any idea what fire they’re playing with?", - "content": "Do Biden and the Fed have any idea what fire they’re playing with?", + "title": "Enes Kanter: Move the Olympics for Peng Shuai's Sake", + "description": "The IOC shockingly echoes Beijing’s rhetoric on the tennis star’s disappearance.", + "content": "The IOC shockingly echoes Beijing’s rhetoric on the tennis star’s disappearance.", "category": "PAID", - "link": "https://www.wsj.com/articles/bond-bubble-bigger-11639792215", + "link": "https://www.wsj.com/articles/enes-kanter-move-the-olympics-for-peng-shuais-sake-11637444316", "creator": "", - "pubDate": "Fri, 17 Dec 2021 20:50:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Sat, 20 Nov 2021 16:38:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "916a62702bc6d07320fa2ae17897a4e7" + "hash": "1454a31374fc9c9989558963006efddd" }, { - "title": "United Auto Workers of the Ivy League", - "description": "A brawl over pay at Columbia challenges academic solidarity with the working class.", - "content": "A brawl over pay at Columbia challenges academic solidarity with the working class.", + "title": "As Joe Biden Turns 79, a Panic Over Kamala Harris", + "description": "He’s unlikely to run in 2024, and his VP is deeply unpopular.", + "content": "He’s unlikely to run in 2024, and his VP is deeply unpopular.", "category": "PAID", - "link": "https://www.wsj.com/articles/united-auto-workers-of-the-ivy-league-columbia-university-11639781489", + "link": "https://www.wsj.com/articles/as-biden-turns-79-a-panic-over-kamala-harris-11637362818", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:40:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 19:03:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de0396a4b4878a04c750de7842000d5c" + "hash": "ddaf9316e51dda112d9d968456d8aed5" }, { - "title": "Democrats Can Tweak Their Child Allowance to Help Families More", - "description": "The tax credit is good policy, but it should be targeted to younger kids and those in poor families.", - "content": "The tax credit is good policy, but it should be targeted to younger kids and those in poor families.", + "title": "CNN's Modified Limited Steele Climbdown", + "description": "We are right even when we are wrong, says the network about its part in the collusion hoax.", + "content": "We are right even when we are wrong, says the network about its part in the collusion hoax.", "category": "PAID", - "link": "https://www.wsj.com/articles/democrats-can-tweak-their-child-allowance-tax-credit-poverty-build-back-better-inflation-work-requirement-11639772566", + "link": "https://www.wsj.com/articles/the-media-steele-climbdown-cnn-dossier-trump-russia-collusion-durham-clinton-2016-election-11637354774", "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:31:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 18:25:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4653e8683a668af61f96ab366e255115" + "hash": "03ba9fb7f8485c76be6debbbf645a4ec" }, { - "title": "Purdue Sends a Message to China", - "description": "University President Mitch Daniels stands up for a Chinese student.", - "content": "University President Mitch Daniels stands up for a Chinese student.", + "title": "Comrade Omarova vs. Margaret Thatcher", + "description": "Some aspiring apparatchiks will say anything to seize power.", + "content": "Some aspiring apparatchiks will say anything to seize power.", "category": "PAID", - "link": "https://www.wsj.com/articles/purdue-sends-a-message-to-china-mitch-daniels-zhihao-kong-purdue-11639782634", + "link": "https://www.wsj.com/articles/comrade-omarova-vs-margaret-thatcher-11637352783", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:38:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 15:13:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52125a763bbc77c0246ed326e1a215a8" + "hash": "a7c9603b37f2661a972317a4fb6dd287" }, { - "title": "Vladimir Putin Names His Price", - "description": "Maybe he won’t invade Ukraine if Biden grants his security wishes.", - "content": "Maybe he won’t invade Ukraine if Biden grants his security wishes.", + "title": "The Impossible Insurrection of January 6", + "description": "The right couldn’t stage a coup because liberals dominate nearly every institution of American politics and culture. Yet liberals refuse to see it.", + "content": "The right couldn’t stage a coup because liberals dominate nearly every institution of American politics and culture. Yet liberals refuse to see it.", "category": "PAID", - "link": "https://www.wsj.com/articles/vladimir-putin-names-his-price-kremlin-ukraine-nato-joe-biden-11639779103", + "link": "https://www.wsj.com/articles/impossible-insurrection-jan-6-capitol-hill-riot-conservative-liberalism-colleges-media-trump-11637344629", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:36:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 14:25:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c2d35e32715608882f8925262c9cd41" + "hash": "16feb61fb271668e3c13a24ae9c99d33" }, { - "title": "Reflections on a 62-Year Marriage", - "description": "Fitting the Christmas season, our story is one of love and hope.", - "content": "Fitting the Christmas season, our story is one of love and hope.", + "title": "Democrats Turn a Blind Eye to Connecticut's Juvenile Crime Wave", + "description": "The state desperately needs a special session of the Legislature to address it, but Gov. Lamont refuses.", + "content": "The state desperately needs a special session of the Legislature to address it, but Gov. Lamont refuses.", "category": "PAID", - "link": "https://www.wsj.com/articles/reflections-on-a-62-year-marriage-wedding-love-anniversary-christmas-christianity-11639771928", + "link": "https://www.wsj.com/articles/democrats-connecticut-juvenile-crime-gun-violence-homicide-shootings-murder-lamont-11637345153", "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:42:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Fri, 19 Nov 2021 14:24:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "05bf346b550c2cca2521f373f6909d74" + "hash": "c27199e001efb88c9c7ef6d1e86a0601" }, { - "title": "Xi Jinping Doesn't Know What to Do After Popping a Real-Estate Bubble", - "description": "He wants to raise living standards while limiting the ‘barbaric growth of capital.’ Good luck.", - "content": "He wants to raise living standards while limiting the ‘barbaric growth of capital.’ Good luck.", + "title": "The Real Biden Bill: At Least $4.6 Trillion", + "description": "Program by program, here’s how Democrats disguise the real cost of their entitlement blowout.", + "content": "Program by program, here’s how Democrats disguise the real cost of their entitlement blowout.", "category": "PAID", - "link": "https://www.wsj.com/articles/xi-doesnt-know-property-real-estate-housing-bubble-investment-evergrande-cewc-china-11639669010", + "link": "https://www.wsj.com/articles/the-real-biden-bill-at-least-4-6-trillion-congressional-budget-office-score-congress-democrats-11637275848", "creator": "", - "pubDate": "Thu, 16 Dec 2021 12:17:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 18 Nov 2021 21:50:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3512468752efc5206a6fcc727bf686ff" + "hash": "42689585a54eafffda9c14cb3ac3dd58" }, { - "title": "Biden's California Water Embargo", - "description": "Interior moves to block a much-needed project in the parched West.", - "content": "Interior moves to block a much-needed project in the parched West.", + "title": "America Slowly Learns to Live With Covid", + "description": "Shots are an achievement but not a miracle, and other realities with which we’re coming to terms.", + "content": "Shots are an achievement but not a miracle, and other realities with which we’re coming to terms.", "category": "PAID", - "link": "https://www.wsj.com/articles/biden-california-water-embargo-gavin-newsom-cadiz-pipeline-drought-nepa-blm-interior-11639332640", + "link": "https://www.wsj.com/articles/america-slowly-learns-to-live-with-covid-vaccines-shots-flu-fauci-antivax-infection-11637275001", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:33:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 18 Nov 2021 18:43:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4cadcf2ea38ee94741c31a8c2a8c1beb" + "hash": "7107f4759889425b7fca6d438e2116df" }, { - "title": "An Insider Explains the Supply-Chain Crisis", - "description": "Consumers flush with cash and pandemic restrictions combined to drive demand for goods through the roof. Economist Phil Levy doesn’t see a return to normal until at least 2023.", - "content": "Consumers flush with cash and pandemic restrictions combined to drive demand for goods through the roof. Economist Phil Levy doesn’t see a return to normal until at least 2023.", + "title": "John Deere, Inflation Bellwether", + "description": "The company’s union workers win automatic cost-of-living increases, which should raise alarms at the Federal Reserve.", + "content": "The company’s union workers win automatic cost-of-living increases, which should raise alarms at the Federal Reserve.", "category": "PAID", - "link": "https://www.wsj.com/articles/insider-explains-supply-chain-crisis-phil-levy-shipping-containers-ports-costs-inflation-logistics-11639757471", + "link": "https://www.wsj.com/articles/john-deere-inflation-bellwether-united-auto-workers-union-wages-11637276050", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:30:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 18 Nov 2021 18:39:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b273c45ee3a0a0fbbe77aedd114207cb" + "hash": "e78c2ae56ebd9dc231b45b910d09e850" }, { - "title": "Eric Adams Will Need Help to Make New York Safe Again", - "description": "Legal and political changes leave the next mayor without the anticrime tools that Giuliani and Bloomberg were able to use.", - "content": "Legal and political changes leave the next mayor without the anticrime tools that Giuliani and Bloomberg were able to use.", + "title": "On China, Women's Tennis Beats the NBA", + "description": "The WTA calls for an investigation into a charge of sexual assault.", + "content": "The WTA calls for an investigation into a charge of sexual assault.", "category": "PAID", - "link": "https://www.wsj.com/articles/eric-adams-mayor-new-york-impossible-to-save-crime-policing-bail-reform-rikers-stop-frisk-11639772226", + "link": "https://www.wsj.com/articles/on-china-womens-tennis-association-beats-the-nba-peng-shuai-steve-simon-11637191294", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:22:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 18 Nov 2021 18:38:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3900000d7f5d634fe5893a011f8e4228" + "hash": "863fbead638a9c5dbfcf7003c5404c07" }, { - "title": "Gov. Larry Hogan: Mr. Garland, Please Sue My State", - "description": "Maryland’s Democratic gerrymander is even worse than Texas’ Republican one.", - "content": "Maryland’s Democratic gerrymander is even worse than Texas’ Republican one.", + "title": "The FBI's Raid on James O'Keefe", + "description": "Justice had better have good reason for seizing a journalist’s records.", + "content": "Justice had better have good reason for seizing a journalist’s records.", "category": "PAID", - "link": "https://www.wsj.com/articles/merrick-garland-please-sue-my-state-maryland-larry-hogan-texas-gerrymandering-voting-rights-11639757168", + "link": "https://www.wsj.com/articles/the-fbis-raid-on-james-okeefe-project-veritas-department-of-justice-merrick-garland-11637091882", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:28:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 18 Nov 2021 18:34:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbe265f2d91d133eb92cdcea40f18b64" + "hash": "794dac340c98d9b4f2cb976d92098a6e" }, { - "title": "Taking Joe Manchin Seriously", - "description": "Democratic leaders have never believed he meant what he said.", - "content": "Democratic leaders have never believed he meant what he said.", + "title": "Congress Needs to Get Back to Regular Order", + "description": "Reconciliation wasn’t meant to be the vehicle for social change.", + "content": "Reconciliation wasn’t meant to be the vehicle for social change.", "category": "PAID", - "link": "https://www.wsj.com/articles/mau-mauing-joe-manchin-joe-biden-build-back-better-congress-democrats-11639694989", + "link": "https://www.wsj.com/articles/congress-needs-order-filibuster-reconciliation-spending-build-back-better-cbo-byrd-rule-11637270597", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:52:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 18 Nov 2021 18:29:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b300597342ff936747edfb5cb6590891" + "hash": "cb92b8911bfb9147a9f0d97292765777" }, { - "title": "Wokeness Infiltrates the Salvation Army", - "description": "It backs away from a call on members to ‘lament, repent and apologize’ for racism.", - "content": "It backs away from a call on members to ‘lament, repent and apologize’ for racism.", + "title": "Xi Jinping's War on Tibetan Buddhism", + "description": "Beijing wants future lamas and monks to learn the faith only in Mandarin.", + "content": "Beijing wants future lamas and monks to learn the faith only in Mandarin.", "category": "PAID", - "link": "https://www.wsj.com/articles/wokeness-infiltrates-the-salvation-army-discussion-guide-racism-diversity-and-incusion-christian-11639690409", + "link": "https://www.wsj.com/articles/xi-jinping-war-on-tibetan-buddhism-lanugage-china-monks-education-unity-sixth-plenum-11637269866", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:14:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 18 Nov 2021 18:27:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9f91472c5c63f055d8eb7407bba2637" + "hash": "5681de0363fbf963e5715b4cf03755db" }, { - "title": "Refunding the San Francisco Police", - "description": "Mayor London Breed undergoes a law-and-order conversion.", - "content": "Mayor London Breed undergoes a law-and-order conversion.", - "category": "PAID", - "link": "https://www.wsj.com/articles/refunding-the-san-francisco-police-london-breed-crime-11639696468", - "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:48:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "title": "On Reconciliation Bill, Senate Moderates Hide Behind Joe Manchin and Kyrsten Sinema", + "description": "Sens. Maggie Hassan, Mark Kelly and Catherine Cortez Masto have been awfully quiet. All are up for re-election in 2022.", + "content": "Sens. Maggie Hassan, Mark Kelly and Catherine Cortez Masto have been awfully quiet. All are up for re-election in 2022.", + "category": "PAID", + "link": "https://www.wsj.com/articles/reconciliation-bill-moderates-let-joe-manchin-kyrsten-sinema-hassan-kelly-build-back-better-11637276328", + "creator": "", + "pubDate": "Thu, 18 Nov 2021 18:25:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "01810b522d4205e3efd480d8aa27e7bc" + "hash": "4d70e533eb05650f6073a37c37ad2174" }, { - "title": "COLA Doesn't Bring Much Refreshment", - "description": "Automatic wage hikes can’t keep up with inflation. They can only fuel it further.", - "content": "Automatic wage hikes can’t keep up with inflation. They can only fuel it further.", + "title": "The Toshiba Split: A Farewell to Poor Japanese Management?", + "description": "Having shed inefficiencies since the 1990s, the corporate environment may be ready for reform.", + "content": "Having shed inefficiencies since the 1990s, the corporate environment may be ready for reform.", "category": "PAID", - "link": "https://www.wsj.com/articles/cola-doesnt-bring-refreshment-cost-of-living-inflation-raises-john-deere-auto-workers-caterpillar-11639690580", + "link": "https://www.wsj.com/articles/toshiba-split-japan-management-division-keiretsu-cross-shareholding-foreign-activist-investor-11637272011", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:18:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 18 Nov 2021 18:06:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f7ff3aa673c2cb84926f30fcb1b45ecf" + "hash": "fbd3fd75a66cec6413676a0b32ac6e42" }, { - "title": "Jerome Powell, Fiscal Lobbyist", - "description": "The Fed chairman wants us to forget his role as spending cheerleader.", - "content": "The Fed chairman wants us to forget his role as spending cheerleader.", + "title": "Will Joe Manchin Stand His Ground on Inflation?", + "description": "Federal spending is its biggest driver. He has demanded an honest accounting, due this week.", + "content": "Federal spending is its biggest driver. He has demanded an honest accounting, due this week.", "category": "PAID", - "link": "https://www.wsj.com/articles/jerome-powell-fiscal-lobbyist-federal-reserve-congress-spending-stimulus-11639696109", + "link": "https://www.wsj.com/articles/joe-manchin-stand-his-ground-on-inflation-budget-debt-economy-build-back-better-cbo-11637248788", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:46:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 18 Nov 2021 12:05:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1cc8d08e03f97d51a75afef1a40d9104" + "hash": "b1e423d41303996b7485ce9bf24d4ea3" }, { - "title": "Is the U.S. Repeating the Error of the Iraq Withdrawal?", - "description": "Regional stability declined after the 2011 pullout, and the ‘pivot to Asia’ failed. Sounds awfully familiar.", - "content": "Regional stability declined after the 2011 pullout, and the ‘pivot to Asia’ failed. Sounds awfully familiar.", + "title": "The U.S. Navy's Range Has Diminished Dangerously", + "description": "Carrier air wings aren’t prepared to overcome weapons that push U.S. ships away from shore.", + "content": "Carrier air wings aren’t prepared to overcome weapons that push U.S. ships away from shore.", "category": "PAID", - "link": "https://www.wsj.com/articles/biden-us-repeating-iraq-error-isis-surge-oil-prices-withdrawal-transition-asia-indo-pacific-pivot-11639688193", + "link": "https://www.wsj.com/articles/the-navy-range-has-diminished-dangerously-missile-aircraft-carrier-killer-china-ngad-air-dominance-11637248615", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:41:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "id": "", - "language": "en", + "pubDate": "Thu, 18 Nov 2021 12:03:00 -0500", "folder": "00.03 News/News - EN", "feed": "Wall Street Journal", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e929da692a0f0b65ff66881eafe00b1" - }, + "hash": "55a64d9e5dd6875f443b4f373ba5ef0d" + } + ], + "folder": "00.03 News/News - EN", + "name": "Wall Street Journal", + "language": "en", + "hash": "2a586801a94f5dc610fe74f8e2a23629" + }, + { + "title": "Courrier international - Actualités France et Monde", + "subtitle": "", + "link": "https://www.courrierinternational.com/", + "image": "https://www.courrierinternational.com/sites/ci_master/themes/ci/images/courrier-logo-default-rss.png", + "description": "Derniers articles parus sur Courrier international", + "items": [ { - "title": "The Great Central Bank Divide", - "description": "As inflation goes global, monetary maestros go their separate ways.", - "content": "As inflation goes global, monetary maestros go their separate ways.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-great-central-bank-divide-11639698355", + "title": "Malgré la hausse de la production, le baril de pétrole à 100 dollars en 2022 ?", + "description": "Craintes atténuées d’une éventuelle baisse de la demande mondiale en raison du nouveau variant, hausse de la production décidée par l’Opep, le prix du baril de pétrole, qui a bondi de 50 % en 2021, va-t-il baisser ou poursuivre sa progression et atteindre de nouveau la barre symbolique des 100 dollars, un niveau jamais atteint depuis 2014 ? s’interrogent certains médias.", + "content": "Craintes atténuées d’une éventuelle baisse de la demande mondiale en raison du nouveau variant, hausse de la production décidée par l’Opep, le prix du baril de pétrole, qui a bondi de 50 % en 2021, va-t-il baisser ou poursuivre sa progression et atteindre de nouveau la barre symbolique des 100 dollars, un niveau jamais atteint depuis 2014 ? s’interrogent certains médias.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/inflation-malgre-la-hausse-de-la-production-le-baril-de-petrole-100-dollars-en-2022", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:45:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Wed, 05 Jan 2022 15:36:30 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3646s.jpg?itok=8AtTcE-d", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3646s.jpg?itok=8AtTcE-d", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b70cc3e7907416f2e1aac81a8f87139" + "hash": "5f0c7d213af2747efbce71425af8d399", + "highlights": [] }, { - "title": "When Only Birds Could Twitter", - "description": "I miss the days of the postcards and the rotary phone, but I’m not giving up my WiFi.", - "content": "I miss the days of the postcards and the rotary phone, but I’m not giving up my WiFi.", - "category": "PAID", - "link": "https://www.wsj.com/articles/when-only-birds-could-tweet-phone-social-media-wifi-internet-twitter-tech-facetime-zoom-11639688027", + "title": "Exclu de Wall Street, China Mobile se rattrape à Shanghai", + "description": "Le plus gros opérateur de téléphonie mobile du monde en nombre d’abonnés a réussi l’introduction en Bourse de la décennie sur la place chinoise en levant l’équivalent de 6,8 milliards d’euros. Un an après avoir été chassé de Wall Street sur décision du gouvernement Trump.", + "content": "Le plus gros opérateur de téléphonie mobile du monde en nombre d’abonnés a réussi l’introduction en Bourse de la décennie sur la place chinoise en levant l’équivalent de 6,8 milliards d’euros. Un an après avoir été chassé de Wall Street sur décision du gouvernement Trump.", + "category": "", + "link": "https://www.courrierinternational.com/article/bourse-exclu-de-wall-street-china-mobile-se-rattrape-shanghai", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:15:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Wed, 05 Jan 2022 13:31:13 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/051_xxjpbee007178_20210529_pepfn0a001.jpg?itok=Gad8hctM", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/051_xxjpbee007178_20210529_pepfn0a001.jpg?itok=Gad8hctM", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d2ea33781dd474d989d03e2fc41711f" + "hash": "c3e689c2cc67ad6e2b8c02cacd7b80f3", + "highlights": [] }, { - "title": "America's Future Depends on the Blockchain", - "description": "The U.S. needs to act fast to preserve its advantage in the ‘tokenization’ of our financial infrastructure.", - "content": "The U.S. needs to act fast to preserve its advantage in the ‘tokenization’ of our financial infrastructure.", - "category": "PAID", - "link": "https://www.wsj.com/articles/america-future-depends-on-blockchain-crypto-bitcoin-payments-transfers-federal-reserve-11639668586", + "title": "Le vrai-faux grand retour du CES à Las Vegas", + "description": "Après une édition 2021 totalement en ligne, le grand salon des tendances de la technologie, Consumer Electronics Show, revient en version hybride et raccourcie cette semaine à Las Vegas. Avec une liste d’absents qui s’allonge depuis l’apparition d’Omicron, le CES 2022 n’aura pas le faste d’avant la pandémie.", + "content": "Après une édition 2021 totalement en ligne, le grand salon des tendances de la technologie, Consumer Electronics Show, revient en version hybride et raccourcie cette semaine à Las Vegas. Avec une liste d’absents qui s’allonge depuis l’apparition d’Omicron, le CES 2022 n’aura pas le faste d’avant la pandémie.", + "category": "", + "link": "https://www.courrierinternational.com/article/electronique-le-vrai-faux-grand-retour-du-ces-las-vegas", "creator": "", - "pubDate": "Thu, 16 Dec 2021 12:16:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Tue, 04 Jan 2022 18:51:38 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2022-01-04_a_17.19.20.png?itok=9c6VLblu", + "enclosureType": "image/png", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2022-01-04_a_17.19.20.png?itok=9c6VLblu", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c6cfb563675db0b49968301924314f8" + "hash": "774842a6778b64d5680fb441a451fa98", + "highlights": [] }, { - "title": "Media Companies Still Hoping for 'Build Back Better' Windfall", - "description": "Can’t Pelosi and Schumer say no to anything?", - "content": "Can’t Pelosi and Schumer say no to anything?", - "category": "PAID", - "link": "https://www.wsj.com/articles/media-companies-still-hoping-for-build-back-better-windfall-11639696725", + "title": "Les sommes d’argent envoyées au Mexique par la diaspora explosent", + "description": "Les émigrés mexicains – principalement aux États-Unis – ont envoyé plus d’argent que jamais à leur famille ou proches restés au pays, les fameuses remesas. L’année devrait se terminer par un record historique, qui soulage l’économie mexicaine.", + "content": "Les émigrés mexicains – principalement aux États-Unis – ont envoyé plus d’argent que jamais à leur famille ou proches restés au pays, les fameuses remesas. L’année devrait se terminer par un record historique, qui soulage l’économie mexicaine.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-les-sommes-dargent-envoyees-au-mexique-par-la-diaspora-explosent", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:18:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Tue, 04 Jan 2022 15:59:50 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/50milliards.png?itok=dTNzdsOC", + "enclosureType": "image/png", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/50milliards.png?itok=dTNzdsOC", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6096a556f6706b6810621a104ddf4c0b" + "hash": "51a1c27b261ccde8361ecd1eb783739c", + "highlights": [] }, { - "title": "Ethan Crumbley Isn't an Adult", - "description": "The prosecution wants to try him as one while also blaming the 15-year-old’s parents.", - "content": "The prosecution wants to try him as one while also blaming the 15-year-old’s parents.", - "category": "PAID", - "link": "https://www.wsj.com/articles/ethan-crumbley-isnt-adult-michigan-school-shooter-court-juvenile-recidivism-criminal-justice-11639687705", + "title": "Le BlackBerry, pionnier des smartphones, raccroche", + "description": "Dépassée par l’essor des écrans tactiles, l’entreprise canadienne met hors service son système d’exploitation maison. Tous les modèles à clavier physique du téléphone qui fut longtemps celui des stars, des hommes politiques et des cadres supérieurs, cessent de fonctionner ce 4 janvier.", + "content": "Dépassée par l’essor des écrans tactiles, l’entreprise canadienne met hors service son système d’exploitation maison. Tous les modèles à clavier physique du téléphone qui fut longtemps celui des stars, des hommes politiques et des cadres supérieurs, cessent de fonctionner ce 4 janvier.", + "category": "", + "link": "https://www.courrierinternational.com/article/obsolescence-le-blackberry-pionnier-des-smartphones-raccroche", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:40:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Tue, 04 Jan 2022 15:57:28 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_was8882154.jpg?itok=eXLB0xqL", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_was8882154.jpg?itok=eXLB0xqL", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e337fb4272424e1e0307082db0b3d5aa" + "hash": "d802bb91d69c51d72e68d4a42649c42a", + "highlights": [] }, { - "title": "Hawkish Fed Talk, Dovish Action", - "description": "The central bank signals negative real interest rates throughout 2022.", - "content": "The central bank signals negative real interest rates throughout 2022.", - "category": "PAID", - "link": "https://www.wsj.com/articles/more-hawkish-fed-talk-dovish-action-jerome-powell-federal-open-market-committee-11639608239", + "title": "Le héros de Times Square, les humains de la Big Tech et les tripoteurs du métavers", + "description": "Sans elle, il n’y aurait pas de vrai réveillon new-yorkais : entassés sur Broadway ou figés devant leur télévision à l’approche de l’heure dite, des millions d’Américains, l’œil terni par les libations, attendent tous les ans que la chute de la fameuse boule multicolore de Times Square leur indique minuit pile et l’instant des grandes effusions. La sphère de 500 kilos, large de près de 4 mètres, scintille de ses 32 256 ampoules led en descendant le long d’un pylône fiché au sommet du plus haut immeuble de Times Square.\n\nLe rythme de sa course, entamée à 23 h 59, est régi par le tic-tac...", + "content": "Sans elle, il n’y aurait pas de vrai réveillon new-yorkais : entassés sur Broadway ou figés devant leur télévision à l’approche de l’heure dite, des millions d’Américains, l’œil terni par les libations, attendent tous les ans que la chute de la fameuse boule multicolore de Times Square leur indique minuit pile et l’instant des grandes effusions. La sphère de 500 kilos, large de près de 4 mètres, scintille de ses 32 256 ampoules led en descendant le long d’un pylône fiché au sommet du plus haut immeuble de Times Square.\n\nLe rythme de sa course, entamée à 23 h 59, est régi par le tic-tac...", + "category": "", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-le-heros-de-times-square-les-humains-de-la-big-tech-et-les-tripoteurs-du", "creator": "", - "pubDate": "Wed, 15 Dec 2021 19:01:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Tue, 04 Jan 2022 09:19:43 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_20.png?itok=dHaEYsjs", + "enclosureType": "image/png", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_20.png?itok=dHaEYsjs", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c7cbc6a711072492acf057a1a93841d" + "hash": "cb38ee1d29e23fa6b92cb70fc6bc54d4", + "highlights": [] }, { - "title": "Smash and Grab? Don't Come to Arizona", - "description": "Unlike soft-on-crime California, we take retail theft seriously.", - "content": "Unlike soft-on-crime California, we take retail theft seriously.", - "category": "PAID", - "link": "https://www.wsj.com/articles/smash-and-grab-arizona-shoplifting-crime-prosecution-retail-stores-looting-california-san-fran-11639586818", + "title": "L’inflation, nuage dans le “ciel bleu” de l’économie mondiale en 2022", + "description": "Trois experts interrogés par le quotidien suisse Le Temps échangent leurs vues pour la nouvelle année. Si la croissance doit revenir à la normale, reste une grande inconnue, l’inflation, qui pourrait être alimentée par le variant Omicron mais aussi par des facteurs à plus long terme.", + "content": "Trois experts interrogés par le quotidien suisse Le Temps échangent leurs vues pour la nouvelle année. Si la croissance doit revenir à la normale, reste une grande inconnue, l’inflation, qui pourrait être alimentée par le variant Omicron mais aussi par des facteurs à plus long terme.", + "category": "", + "link": "https://www.courrierinternational.com/article/previsions-linflation-nuage-dans-le-ciel-bleu-de-leconomie-mondiale-en-2022", "creator": "", - "pubDate": "Wed, 15 Dec 2021 13:49:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Mon, 03 Jan 2022 17:26:05 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts41fzz.jpg?itok=wHlMDwei", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts41fzz.jpg?itok=wHlMDwei", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6bffc9fb80babda834e4fbea363b11a" + "hash": "744db2c7c4dcc72d6c43b2d69173a5ee", + "highlights": [] }, { - "title": "The Xi-Putin Entente Rises", - "description": "Both share a goal of undermining the U.S.-led global order.", - "content": "Both share a goal of undermining the U.S.-led global order.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-xi-jinping-vladimir-putin-entente-rises-moscow-beijing-russia-china-11639609900", + "title": "Tesla : des livraisons record et des rappels de véhicules massifs", + "description": "Le constructeur automobile a présenté deux visages très contrastés en quelques jours. D’un côté, l’entreprise annonce l’augmentation de ses livraisons pour l’année 2021, de l’autre, elle se retrouve obligée de rappeler près de 500 000 véhicules pour un problème de conception.", + "content": "Le constructeur automobile a présenté deux visages très contrastés en quelques jours. D’un côté, l’entreprise annonce l’augmentation de ses livraisons pour l’année 2021, de l’autre, elle se retrouve obligée de rappeler près de 500 000 véhicules pour un problème de conception.", + "category": "", + "link": "https://www.courrierinternational.com/article/automobile-tesla-des-livraisons-record-et-des-rappels-de-vehicules-massifs", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:59:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Mon, 03 Jan 2022 15:13:13 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/teslamodel3_0.jpg?itok=kjXNSZM7", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/teslamodel3_0.jpg?itok=kjXNSZM7", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f138a29d7215ec20ea7e385288f6f8f2" + "hash": "197ad4679eab5384047542ba6b05ed81", + "highlights": [] }, { - "title": "Jen Psaki Tries to 'Fake' Out the CBO's Build Back Better Score", - "description": "She says it didn’t evaluate the ‘actual bill,’ but the legislation is meant to deceive.", - "content": "She says it didn’t evaluate the ‘actual bill,’ but the legislation is meant to deceive.", - "category": "PAID", - "link": "https://www.wsj.com/articles/jen-psaki-tries-to-fake-out-congressional-budget-office-cbo-build-back-better-cost-biden-11639603930", + "title": "Le canal de Suez enregistre un record de transit de marchandises en 2021", + "description": "Malgré le blocage causé par le porte-conteneurs Ever Given en mars, le trafic a augmenté de 12,8 % l’an dernier sur cette voie cruciale pour le commerce mondial. L’autorité égyptienne chargée du canal a annoncé dimanche un chiffre d’affaires “sans précédent” de 6,3 milliards de dollars en 2021.", + "content": "Malgré le blocage causé par le porte-conteneurs Ever Given en mars, le trafic a augmenté de 12,8 % l’an dernier sur cette voie cruciale pour le commerce mondial. L’autorité égyptienne chargée du canal a annoncé dimanche un chiffre d’affaires “sans précédent” de 6,3 milliards de dollars en 2021.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-le-canal-de-suez-enregistre-un-record-de-transit-de-marchandises-en-2021", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:29:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Mon, 03 Jan 2022 13:35:58 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_31.jpg?itok=ntT1W0eT", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_31.jpg?itok=ntT1W0eT", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3fc7a5f57d3b8a4851d3a1f21cc0b2f" + "hash": "10630a85d0e00c6f33cd18f0f2829c59", + "highlights": [] }, { - "title": "Blame Voters for the Rising Crime Rate", - "description": "Just maybe, voters are starting to regret the consequences of electing progressive prosecutors.", - "content": "Just maybe, voters are starting to regret the consequences of electing progressive prosecutors.", - "category": "PAID", - "link": "https://www.wsj.com/articles/blame-voters-for-crime-wave-shoplifting-smash-grab-prosecutors-shooting-murder-stabbing-11639604421", + "title": "Prouver les crimes de guerre en Syrie à l’aide d'images synthétiques", + "description": "Amazon s’en sert pour entraîner son assistant virtuel et Tesla, son pilote automatique. Les données synthétiques ouvrent des perspectives pour que l’intelligence artificielle soit à la portée de tous.", + "content": "Amazon s’en sert pour entraîner son assistant virtuel et Tesla, son pilote automatique. Les données synthétiques ouvrent des perspectives pour que l’intelligence artificielle soit à la portée de tous.", + "category": "", + "link": "https://www.courrierinternational.com/article/intelligence-artificielle-prouver-les-crimes-de-guerre-en-syrie-laide-dimages-synthetiques", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:15:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Mon, 03 Jan 2022 06:21:04 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/synthetic_data_cover_02.jpg?itok=yrGxPr1C", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/synthetic_data_cover_02.jpg?itok=yrGxPr1C", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92abcb9a956fffab0b12fad1b4838a7c" + "hash": "7cd460bf3bd409cbe8cdd57a7822d1ba", + "highlights": [] }, { - "title": "Biden Raises the Ethanol Gas Tax", - "description": "Higher renewable fuel mandates may put refiners out of business.", - "content": "Higher renewable fuel mandates may put refiners out of business.", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-raises-the-ethanol-gas-tax-environmental-protection-agency-renewable-fuel-standards-11639517088", + "title": "J’ai revêtu l’habit du forçat moderne, livreur à vélo", + "description": "En Suisse comme ailleurs, la pandémie a été à l’origine d’une explosion des livraisons à domicile. Ce journaliste du Temps, qui reconnaît avoir déjà passé commande “avachi sur le canapé”, a testé le quotidien des galériens du deux-roues à Zurich. “L’autre côté du miroir est beaucoup moins douillet”, avertit-il.\n ", + "content": "En Suisse comme ailleurs, la pandémie a été à l’origine d’une explosion des livraisons à domicile. Ce journaliste du Temps, qui reconnaît avoir déjà passé commande “avachi sur le canapé”, a testé le quotidien des galériens du deux-roues à Zurich. “L’autre côté du miroir est beaucoup moins douillet”, avertit-il.\n ", + "category": "", + "link": "https://www.courrierinternational.com/article/vu-de-suisse-jai-revetu-lhabit-du-forcat-moderne-livreur-velo", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:55:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Mon, 03 Jan 2022 06:21:04 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3115b.jpg?itok=0qBrLX7R", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3115b.jpg?itok=0qBrLX7R", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef813b46358fd2fe93e95522b51ab237" + "hash": "7e379cc5a00470e74cb32b94a8ccdfbe", + "highlights": [] }, { - "title": "The Treasury Has a Bond Bargain for You", - "description": "I bonds, currently paying 7.12%, are a great hedge against inflation.", - "content": "I bonds, currently paying 7.12%, are a great hedge against inflation.", - "category": "PAID", - "link": "https://www.wsj.com/articles/treasury-has-a-i-bond-bargain-inflation-stocks-interest-rates-rebalancing-investment-11639586799", + "title": "Comment Shein, roi de la “fast fashion”, a réussi à déshabiller Amazon", + "description": "Prisée par les moins de 20 ans, la plateforme Shein fait office d’intermédiaire entre les usines de prêt-à-porter chinoises et les adolescents occidentaux. Avec un modèle unique qui contribue massivement au gaspillage, explique Rest of World.", + "content": "Prisée par les moins de 20 ans, la plateforme Shein fait office d’intermédiaire entre les usines de prêt-à-porter chinoises et les adolescents occidentaux. Avec un modèle unique qui contribue massivement au gaspillage, explique Rest of World.", + "category": "", + "link": "https://www.courrierinternational.com/article/mode-comment-shein-roi-de-la-fast-fashion-reussi-deshabiller-amazon", "creator": "", - "pubDate": "Wed, 15 Dec 2021 13:50:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Sun, 02 Jan 2022 16:15:36 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/27122021-capture_decran_2021-12-27_a_16.56.15.jpg?itok=jyQ2ENAJ", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/27122021-capture_decran_2021-12-27_a_16.56.15.jpg?itok=jyQ2ENAJ", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02fd03e19f17b42a4bb952d2152c5ab7" + "hash": "a2dce7dd62e9727f85225f2e768c8d5f", + "highlights": [] }, { - "title": "New York Schools With de Blasio Out of the Way", - "description": "Mayor-elect Eric Adams makes a promising choice to run New York City’s public education system.", - "content": "Mayor-elect Eric Adams makes a promising choice to run New York City’s public education system.", - "category": "PAID", - "link": "https://www.wsj.com/articles/new-york-schools-without-de-blasio-education-gap-chancellor-banks-charter-mayor-adams-11639518269", + "title": "La folie électorale de 2022 inquiète les marchés mondiaux", + "description": "Dans le monde entier, des citoyens seront appelés aux urnes en 2022. La finance, qui requiert visibilité et clairvoyance pour guider ses investissements, s’inquiète de cette instabilité, raconte le média américain spécialisé Fortune.", + "content": "Dans le monde entier, des citoyens seront appelés aux urnes en 2022. La finance, qui requiert visibilité et clairvoyance pour guider ses investissements, s’inquiète de cette instabilité, raconte le média américain spécialisé Fortune.", + "category": "", + "link": "https://www.courrierinternational.com/article/finance-la-folie-electorale-de-2022-inquiete-les-marches-mondiaux", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:02:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Sun, 02 Jan 2022 06:00:50 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_628522004.jpg?itok=o2vJb6GS", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_628522004.jpg?itok=o2vJb6GS", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f69ae76a35d2531ea729283203997e7a" + "hash": "e34ade28382515362eb720acafd369ff", + "highlights": [] }, { - "title": "The Chinese Economy's Tough Transition", - "description": "Slowing growth isn’t helping Xi Jinping’s political designs.", - "content": "Slowing growth isn’t helping Xi Jinping’s political designs.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-chinese-economys-tough-month-china-xi-jinping-11639603749", + "title": "L’UE propose d’accorder au nucléaire et au gaz naturel un label “vert”", + "description": "Le nucléaire et le gaz naturel pourraient être qualifiés de sources d’énergie “durables”, selon un projet de labellisation verte dévoilé ce week-end par la Commission européenne. Défendu par la France et plusieurs pays d’Europe centrale, le texte provoque la consternation en Allemagne et chez les défenseurs de l’environnement.", + "content": "Le nucléaire et le gaz naturel pourraient être qualifiés de sources d’énergie “durables”, selon un projet de labellisation verte dévoilé ce week-end par la Commission européenne. Défendu par la France et plusieurs pays d’Europe centrale, le texte provoque la consternation en Allemagne et chez les défenseurs de l’environnement.", + "category": "", + "link": "https://www.courrierinternational.com/article/energie-lue-propose-daccorder-au-nucleaire-et-au-gaz-naturel-un-label-vert", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:44:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Sun, 02 Jan 2022 06:00:50 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/centrale.png?itok=mzum2n_Y", + "enclosureType": "image/png", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/centrale.png?itok=mzum2n_Y", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a3e16042f28d7f5b4efad0847b2a308" + "hash": "cd11d507b51d249518ea085f0f13bc56", + "highlights": [] }, { - "title": "An Obituary Is the Story of a Life, Not a Death", - "description": "That’s what I learned from writing the ‘In Memoriam’ column.", - "content": "That’s what I learned from writing the ‘In Memoriam’ column.", - "category": "PAID", - "link": "https://www.wsj.com/articles/an-obituary-is-the-story-of-a-life-not-a-death-loss-departed-writing-11639604293", + "title": "En Nouvelle-Calédonie, la quête du “nickel vert” de Tesla", + "description": "Le fabricant de voitures électriques est devenu le principal client de la mine de nickel de Goro, en Nouvelle-Calédonie. Une ressource essentielle pour les batteries de ses véhicules, et dont l’extraction était jusqu’à présent “sale, destructrice et politiquement lourde”, rapporte le New York Times.", + "content": "Le fabricant de voitures électriques est devenu le principal client de la mine de nickel de Goro, en Nouvelle-Calédonie. Une ressource essentielle pour les batteries de ses véhicules, et dont l’extraction était jusqu’à présent “sale, destructrice et politiquement lourde”, rapporte le New York Times.", + "category": "", + "link": "https://www.courrierinternational.com/article/energie-verte-en-nouvelle-caledonie-la-quete-du-nickel-vert-de-tesla", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:20:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Sat, 01 Jan 2022 16:03:23 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/new_caledonia_nickel_mining_1.jpg?itok=rIH5VGnc", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/new_caledonia_nickel_mining_1.jpg?itok=rIH5VGnc", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f177175a5c29d8550cdfb7ee60bdb7ce" + "hash": "0ce0cd46481848b0a22a6deeed29a635", + "highlights": [] }, { - "title": "A Hostile Takeover of the FDIC", - "description": "Board members had always respected the agency’s independence—until now.", - "content": "Board members had always respected the agency’s independence—until now.", - "category": "PAID", - "link": "https://www.wsj.com/articles/hostile-takeover-fdic-board-rohit-chopra-michael-hsu-jelena-mcwilliams-abuse-power-11639432939", + "title": "Le pouls, un indicateur économique trop longtemps ignoré", + "description": "C’est un nouvel outil de prévision qui intéresse l’économie du bien-être. Le pouls d’un individu permet d’évaluer son degré de satisfaction, sa situation économique mais aussi son avenir à long terme.\n ", + "content": "C’est un nouvel outil de prévision qui intéresse l’économie du bien-être. Le pouls d’un individu permet d’évaluer son degré de satisfaction, sa situation économique mais aussi son avenir à long terme.\n ", + "category": "", + "link": "https://www.courrierinternational.com/article/bien-etre-le-pouls-un-indicateur-economique-trop-longtemps-ignore", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:30:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Sat, 01 Jan 2022 11:28:52 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/1120-cost.jpeg?itok=srzzixlJ", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/1120-cost.jpeg?itok=srzzixlJ", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c8b6e8c617854fac9a419b963ac1e3c" + "hash": "61f3d6f561f9a6846fc30f254f220c7e", + "highlights": [] }, { - "title": "The Midwest's Tornadoes Predate Global Warming", - "description": "Activists who insist on a relationship between climate change and twisters can’t explain the deadly storms of yesteryear.", - "content": "Activists who insist on a relationship between climate change and twisters can’t explain the deadly storms of yesteryear.", - "category": "PAID", - "link": "https://www.wsj.com/articles/midwest-twisters-predate-global-warming-kentucky-indiana-1925-climate-change-tornado-11639606056", + "title": "Le patron d’Uniqlo ne veut pas choisir entre la Chine et les États-Unis", + "description": "Les tensions entre Pékin et Washington ne sont pas bonnes pour le commerce mondial, explique le PDG de la chaîne de mode japonaise. Le coton utilisé par Uniqlo vient-il des provinces du Xinjiang, où les Ouïgours sont persécutés ? Tadashi Yanai refuse de répondre au nom du principe de neutralité.", + "content": "Les tensions entre Pékin et Washington ne sont pas bonnes pour le commerce mondial, explique le PDG de la chaîne de mode japonaise. Le coton utilisé par Uniqlo vient-il des provinces du Xinjiang, où les Ouïgours sont persécutés ? Tadashi Yanai refuse de répondre au nom du principe de neutralité.", + "category": "", + "link": "https://www.courrierinternational.com/article/verbatim-le-patron-duniqlo-ne-veut-pas-choisir-entre-la-chine-et-les-etats-unis", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:23:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Fri, 31 Dec 2021 16:07:51 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/053_ar-006yunikuroyanaiinta1120.jpg?itok=Z0L0m0-T", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/053_ar-006yunikuroyanaiinta1120.jpg?itok=Z0L0m0-T", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4095ef65a95cd1ca10f585cb255ebfb0" + "hash": "a893b8bd78797b6680d2c17374f1e610", + "highlights": [] }, { - "title": "Cuomo, Krugman and Kentucky", - "description": "New York Times columnist exploits tragedy to recycle dubious claim.", - "content": "New York Times columnist exploits tragedy to recycle dubious claim.", - "category": "PAID", - "link": "https://www.wsj.com/articles/cuomo-krugman-and-kentucky-11639606274", + "title": "Les prix du gaz baissent grâce au redoux en Europe", + "description": "Un temps doux et des livraisons par navires-citernes en provenance d’Asie ont fait baisser le prix du mégawattheure de gaz de 12 % jeudi 30 décembre. La crise de l’énergie n’est pas pour autant terminée, la flambée des prix du gaz ayant dépassé en 2021 les 350 %.", + "content": "Un temps doux et des livraisons par navires-citernes en provenance d’Asie ont fait baisser le prix du mégawattheure de gaz de 12 % jeudi 30 décembre. La crise de l’énergie n’est pas pour autant terminée, la flambée des prix du gaz ayant dépassé en 2021 les 350 %.", + "category": "", + "link": "https://www.courrierinternational.com/article/energie-les-prix-du-gaz-baissent-grace-au-redoux-en-europe", "creator": "", - "pubDate": "Wed, 15 Dec 2021 17:11:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Fri, 31 Dec 2021 14:27:41 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_211027-99-751558_dpai.jpg?itok=YHahMnLc", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_211027-99-751558_dpai.jpg?itok=YHahMnLc", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25d9671107a75a5ad0941b1ccd09332f" + "hash": "f11223ab7196b8515b95d033451b6f21", + "highlights": [] }, { - "title": "Omicron Variant Meets Our Public-Policy Mess", - "description": "Americans are having to adapt instinctively because they are led and informed badly.", - "content": "Americans are having to adapt instinctively because they are led and informed badly.", - "category": "PAID", - "link": "https://www.wsj.com/articles/omicron-variant-meets-our-policy-mess-death-fatality-covid-vaccines-mask-mandate-hospitalization-11639517305", + "title": "Les baskets usagées ont-elles vraiment droit à “une seconde vie” ?", + "description": "Avec son programme de collecte de vêtements usagés, Zara s’engage dans une démarche écoresponsable. Un grand journal allemand a cherché à savoir si la marque de mode tenait ses promesses.", + "content": "Avec son programme de collecte de vêtements usagés, Zara s’engage dans une démarche écoresponsable. Un grand journal allemand a cherché à savoir si la marque de mode tenait ses promesses.", + "category": "", + "link": "https://www.courrierinternational.com/article/courrier-ados-les-baskets-usagees-ont-elles-vraiment-droit-une-seconde-vie", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:00:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Fri, 31 Dec 2021 11:49:30 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/20211207_article-illustration_kelly-nichols_200x157mm_300dpi_rgb_web.jpg?itok=LoMNqp82", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/20211207_article-illustration_kelly-nichols_200x157mm_300dpi_rgb_web.jpg?itok=LoMNqp82", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba0c72dc3907e8c1e80d928f09fd478d" + "hash": "b5779de63318f237923a18047b8194f0", + "highlights": [] }, { - "title": "John Kerry's Financial Crusade Against Oil and Gas", - "description": "Public officials have told the climate envoy to stop trying to raise energy costs for U.S. consumers.", - "content": "Public officials have told the climate envoy to stop trying to raise energy costs for U.S. consumers.", - "category": "PAID", - "link": "https://www.wsj.com/articles/john-kerry-crusade-against-oil-gas-fracking-climate-banks-fossil-fuels-biden-energy-prices-11639603757", + "title": "En Roumanie, le plus grand investisseur étranger est… le Roumain lui-même", + "description": "En 2020, la diaspora roumaine a envoyé 3,4 milliards d’euros vers la Roumanie. Davantage que le volume des investissements étrangers directs.", + "content": "En 2020, la diaspora roumaine a envoyé 3,4 milliards d’euros vers la Roumanie. Davantage que le volume des investissements étrangers directs.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-en-roumanie-le-plus-grand-investisseur-etranger-est-le-roumain-lui-meme", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:29:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Fri, 31 Dec 2021 11:14:25 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_43_2.png?itok=p61uzT9D", + "enclosureType": "image/png", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_43_2.png?itok=p61uzT9D", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "633dfc64d944789ac235496f25618c92" + "hash": "26a789100f35a7e2795f34bd41df32a8", + "highlights": [] }, { - "title": "The Price of the Fed's Delay", - "description": "Powell said he’d wait to see inflation before acting to stop it. He got that, and more.", - "content": "Powell said he’d wait to see inflation before acting to stop it. He got that, and more.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-price-of-the-feds-delay-jerome-powell-federal-reserve-inflation-producer-price-index-11639515049", + "title": "#Metoo : pourquoi le Danemark a été si lent au démarrage", + "description": "La presse danoise dresse un bilan sans fard de l’irruption, plus tardive qu’ailleurs, de la vague #MeToo dans le royaume. Finalement, le Danemark ne serait pas aussi égalitaire qu’il aime à le croire et son modèle de management scandinave a facilité certaines dérives.\n ", + "content": "La presse danoise dresse un bilan sans fard de l’irruption, plus tardive qu’ailleurs, de la vague #MeToo dans le royaume. Finalement, le Danemark ne serait pas aussi égalitaire qu’il aime à le croire et son modèle de management scandinave a facilité certaines dérives.\n ", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/sexisme-metoo-pourquoi-le-danemark-ete-si-lent-au-demarrage", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:19:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Thu, 30 Dec 2021 15:13:56 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_20180308-190226-l-2.jpg?itok=7rbHSK2S", + "enclosureType": "image/jpeg", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_20180308-190226-l-2.jpg?itok=7rbHSK2S", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "217cdb1ce97c60b0d9596faaec3ad86c" + "hash": "9410d555f4f992eca09de2afd2d58ad4", + "highlights": [] }, { - "title": "A Biden Plan for Prices? No Thanks", - "description": "The Build Back Better plan would make things worse by injecting trillions of dollars into the economy.", - "content": "The Build Back Better plan would make things worse by injecting trillions of dollars into the economy.", - "category": "PAID", - "link": "https://www.wsj.com/articles/no-biden-price-plan-wage-stagnation-inflation-money-supply-price-regulation-control-federal-reserve-11639517901", + "title": "La déroute de Didi, le champion chinois des VTC", + "description": "Depuis que les autorités chinoises ont ouvert une enquête sur les activités de Didi cet été, le groupe de chauffeurs privés s’enfonce dans le rouge. Ses pertes d’exploitation sur les neuf premiers mois de l’année ont atteint 6,3 milliards de dollars, tandis que ses revenus au dernier trimestre ont baissé de 2 %.", + "content": "Depuis que les autorités chinoises ont ouvert une enquête sur les activités de Didi cet été, le groupe de chauffeurs privés s’enfonce dans le rouge. Ses pertes d’exploitation sur les neuf premiers mois de l’année ont atteint 6,3 milliards de dollars, tandis que ses revenus au dernier trimestre ont baissé de 2 %.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-la-deroute-de-didi-le-champion-chinois-des-vtc", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:06:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", + "pubDate": "Thu, 30 Dec 2021 13:36:37 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_250.png?itok=mzsIrEXd", + "enclosureType": "image/png", + "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_250.png?itok=mzsIrEXd", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c07ec30df5de498a526fd661a7388e9" + "hash": "d6d67202f8d96b6e3cbd672dfe706047", + "highlights": [] }, { - "title": "Educators Inspired Amid Covid", - "description": "The $1 million STOP Award goes to a museum that became a school.", - "content": "The $1 million STOP Award goes to a museum that became a school.", - "category": "PAID", - "link": "https://www.wsj.com/articles/educators-inspired-amid-covid-discovery-center-stop-award-school-choice-11639517626", + "title": "En Espagne, une réforme du marché du travail qui “ne plaît à personne”", + "description": "Le gouvernement de coalition de gauche de Pedro Sánchez a donné son feu vert, mardi 28 décembre, à une réforme majeure du marché du travail. Le texte est pourtant loin de faire consensus, y compris au sein de l’exécutif, analyse la presse espagnole.", + "content": "Le gouvernement de coalition de gauche de Pedro Sánchez a donné son feu vert, mardi 28 décembre, à une réforme majeure du marché du travail. Le texte est pourtant loin de faire consensus, y compris au sein de l’exécutif, analyse la presse espagnole.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/accord-en-espagne-une-reforme-du-marche-du-travail-qui-ne-plait-personne", "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:03:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 29 Dec 2021 17:50:47 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxji7yj.jpg?itok=mDoigz7v", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c8b4721dc078d4e560b74832f685a0a" + "hash": "0cdc697d70f81c4d2a9c14fb8023bf9f", + "highlights": [] }, { - "title": "Should We Get Offline From Time to Time?", - "description": "Students debate the use and abuse of smartphones and social media.", - "content": "Students debate the use and abuse of smartphones and social media.", - "category": "PAID", - "link": "https://www.wsj.com/articles/should-we-get-offline-students-smartphone-texting-social-media-twitter-instagram-facebook-11639517594", + "title": "La Chine se plaint à l’ONU d’incidents avec les satellites Starlink d’Elon Musk", + "description": "La station spatiale chinoise a dû manœuvrer à deux reprises pour éviter la collision avec des satellites Internet du réseau de SpaceX. Les autorités chinoises déposent plainte à l’ONU et demandent que le Traité pour l’espace soit respecté, y compris par des entreprises privées.", + "content": "La station spatiale chinoise a dû manœuvrer à deux reprises pour éviter la collision avec des satellites Internet du réseau de SpaceX. Les autorités chinoises déposent plainte à l’ONU et demandent que le Traité pour l’espace soit respecté, y compris par des entreprises privées.", + "category": "", + "link": "https://www.courrierinternational.com/article/espace-la-chine-se-plaint-lonu-dincidents-avec-les-satellites-starlink-delon-musk", "creator": "", - "pubDate": "Tue, 14 Dec 2021 17:22:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 29 Dec 2021 16:57:00 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/017_242338.jpg?itok=znEEyE-R", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d98e50855fd8b758c6bf59d085ac4c0" + "hash": "d1c2406996107d6dac884e3136c00865", + "highlights": [] }, { - "title": "How Covid Changed the American Workforce", - "description": "Companies are racing to automate, as older workers and parents work less or quit.", - "content": "Companies are racing to automate, as older workers and parents work less or quit.", - "category": "PAID", - "link": "https://www.wsj.com/articles/how-covid-changed-the-american-workforce-participation-remote-benefits-welfare-inflation-11639496874", + "title": "Les PDG n’ont pas peur du Covid-19 pour 2022", + "description": "Les dirigeants des plus grandes entreprises s’attendent à gérer beaucoup de problèmes en 2022, de la pénurie de main-d’œuvre jusqu’aux cyberattaques, mais ils placent la pandémie au dernier rang de leurs soucis, constate le média économique américain.", + "content": "Les dirigeants des plus grandes entreprises s’attendent à gérer beaucoup de problèmes en 2022, de la pénurie de main-d’œuvre jusqu’aux cyberattaques, mais ils placent la pandémie au dernier rang de leurs soucis, constate le média économique américain.", + "category": "", + "link": "https://www.courrierinternational.com/article/sondage-les-pdg-nont-pas-peur-du-covid-19-pour-2022", "creator": "", - "pubDate": "Tue, 14 Dec 2021 12:51:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 29 Dec 2021 13:56:14 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3wsiv.jpg?itok=ND_1B5ih", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbb51783151e6a5563135c4d4f4580ff" + "hash": "4b336087479985407f8aa335917e5ed5", + "highlights": [] }, { - "title": "Pfizer's Latest Covid Breakthrough", - "description": "The company’s antiviral pill is the best therapeutic news so far.", - "content": "The company’s antiviral pill is the best therapeutic news so far.", - "category": "PAID", - "link": "https://www.wsj.com/articles/pfizers-latest-covid-breakthrough-paxlovid-antiviral-pill-11639516088", + "title": "Les Lego plus rentables que les lingots d’or ?", + "description": "Portés par la demande des collectionneurs et nostalgiques du jeu de construction, les Lego ont la cote et s’échangent à prix d’or sur le marché de l’occasion. De quoi faire de la brique de plastique un investissement de choix, selon une étude relayée par le Guardian.", + "content": "Portés par la demande des collectionneurs et nostalgiques du jeu de construction, les Lego ont la cote et s’échangent à prix d’or sur le marché de l’occasion. De quoi faire de la brique de plastique un investissement de choix, selon une étude relayée par le Guardian.", + "category": "", + "link": "https://www.courrierinternational.com/article/placement-les-lego-plus-rentables-que-les-lingots-dor", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:18:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 29 Dec 2021 12:21:43 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/legoor.jpg?itok=cig6pTDC", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e98a582133dfd7d12dd57e6537f93249" + "hash": "ff13b32a9ed8ec543d74fe0d587b357e", + "highlights": [] }, { - "title": "I Don't Have a Blog and Never Will", - "description": "I have many opinions, but I save them for conversations.", - "content": "I have many opinions, but I save them for conversations.", - "category": "PAID", - "link": "https://www.wsj.com/articles/i-dont-have-a-blog-and-never-will-twitter-author-books-writing-posts-social-media-11639517456", + "title": "Les Philippines renouent avec les mines à ciel ouvert", + "description": "Un moratoire imposé il y a quatre ans et visant à lutter contre les dommages sur l’environnement provoqués par les mines à ciel ouvert a été levé par le gouvernement philippin, qui espère ainsi relancer l’économie. Les écologistes crient à la “trahison”.", + "content": "Un moratoire imposé il y a quatre ans et visant à lutter contre les dommages sur l’environnement provoqués par les mines à ciel ouvert a été levé par le gouvernement philippin, qui espère ainsi relancer l’économie. Les écologistes crient à la “trahison”.", + "category": "", + "link": "https://www.courrierinternational.com/article/environnement-les-philippines-renouent-avec-les-mines-ciel-ouvert", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:04:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 29 Dec 2021 12:17:34 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_m43zj.jpg?itok=RRQ6aBOQ", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "782e00678b0c86dd9e81f7e09a2aacbf" + "hash": "4131ad1090cd4917dafc1c732452de83", + "highlights": [] }, { - "title": "Tony Blinken's Tiny Island Diplomacy", - "description": "Why the U.S., Japan and Australia are investing in three Pacific states.", - "content": "Why the U.S., Japan and Australia are investing in three Pacific states.", - "category": "PAID", - "link": "https://www.wsj.com/articles/tony-blinkens-tiny-island-diplomacy-china-us-micronesia-kiribati-nauru-11639520693", + "title": "La justice interdit à Shell de forer au large de l’Afrique du Sud", + "description": "Un juge sud-africain a donné raison aux pêcheurs, aux communautés et aux défenseurs de l’environnement de la Côte Sauvage. Le géant pétrolier anglo-néerlandais devra cesser l’exploration sismique dans cette zone préservée de l’océan Indien.", + "content": "Un juge sud-africain a donné raison aux pêcheurs, aux communautés et aux défenseurs de l’environnement de la Côte Sauvage. Le géant pétrolier anglo-néerlandais devra cesser l’exploration sismique dans cette zone préservée de l’océan Indien.", + "category": "", + "link": "https://www.courrierinternational.com/article/environnement-la-justice-interdit-shell-de-forer-au-large-de-lafrique-du-sud", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:18:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 28 Dec 2021 16:55:14 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/058_2486935.jpg?itok=WSLhlpr8", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1cbf4b967efbb84fa9c24d327bcda5b" + "hash": "d199fe2eca534ae7ff13921c372bcb7b", + "highlights": [] }, { - "title": "Walmart's Lesson for Rohit Chopra and the CFPB", - "description": "Competition, not regulation, will reduce costs for the 7.1 million unbanked U.S. households.", - "content": "Competition, not regulation, will reduce costs for the 7.1 million unbanked U.S. households.", - "category": "PAID", - "link": "https://www.wsj.com/articles/walmart-lesson-for-rohit-chopra-and-cfpb-overdraft-fees-money-transfer-unbanked-regulation-11639518656", + "title": "Face à la fermeture de leurs commerces, le “petit exode” des Néerlandais en Belgique", + "description": "Alors qu’aux Pays-Bas, les commerces dits non essentiels sont fermés depuis le 19 décembre, de nombreux Néerlandais traversent la frontière pour faire leurs achats ou aller au restaurant, au plus grand agacement des autorités belges, comme le rapportent les médias des deux pays.", + "content": "Alors qu’aux Pays-Bas, les commerces dits non essentiels sont fermés depuis le 19 décembre, de nombreux Néerlandais traversent la frontière pour faire leurs achats ou aller au restaurant, au plus grand agacement des autorités belges, comme le rapportent les médias des deux pays.", + "category": "", + "link": "https://www.courrierinternational.com/article/frontieres-face-la-fermeture-de-leurs-commerces-le-petit-exode-des-neerlandais-en-belgique", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:05:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 28 Dec 2021 15:50:09 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9va67h.jpg?itok=BZ_fJ2O9", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d131b4de037ed72c7cf3e6da94c2692a" + "hash": "7ec1ea822e736bd270a813b3e4efc79a", + "highlights": [] }, { - "title": "Russia and China's Dangerous Decline", - "description": "The risk of war arises not because they’re strong but because they foresee their advantages slipping away.", - "content": "The risk of war arises not because they’re strong but because they foresee their advantages slipping away.", - "category": "PAID", - "link": "https://www.wsj.com/articles/russia-and-china-dangerous-population-decline-indo-pacific-pivot-research-development-taiwan-ukraine-11639497466", + "title": "Le champignon de Paris a fait son retour dans la capitale", + "description": "Alors que l’espèce de champignons la plus cultivée du monde avait quitté la ville depuis environ un siècle, un projet d’agriculture urbaine installé dans un ancien parking du nord-est parisien lui a fait retrouver les sous-sols de Paris.", + "content": "Alors que l’espèce de champignons la plus cultivée du monde avait quitté la ville depuis environ un siècle, un projet d’agriculture urbaine installé dans un ancien parking du nord-est parisien lui a fait retrouver les sous-sols de Paris.", + "category": "", + "link": "https://www.courrierinternational.com/article/agriculture-le-champignon-de-paris-fait-son-retour-dans-la-capitale", "creator": "", - "pubDate": "Tue, 14 Dec 2021 12:54:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 28 Dec 2021 13:15:12 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/080_hl_lpierre_1300762_0.jpg?itok=v2gdFiqb", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db0f028a5dac27fbba9db6d6fe847222" + "hash": "238b75b1f8ee20700aba40f6257f2adc", + "highlights": [] }, { - "title": "Omicron and On and On...", - "description": "Another Covid variant, another federal effort to combat it.", - "content": "Another Covid variant, another federal effort to combat it.", - "category": "PAID", - "link": "https://www.wsj.com/articles/omicron-and-on-and-on-11639523755", + "title": "Le ratage d’Omicron, la grande peur du cream cheese et les gagnants du télescope", + "description": "Sous les néons de Times Square, en plein centre de Manhattan, la file d’attente s’allonge sur deux pâtés de maisons. À l’approche des fêtes, des milliers de New-Yorkais prennent d’assaut les camionnettes et les tentes de test Covid. Trouver un test rapide dans une pharmacie relève du coup de chance et les laboratoires ne peuvent plus répondre à la demande pour les dépistages les plus fiables. D’où les questions agacées du magazine Recode, qui s’étonne de ce nouveau fiasco des...", + "content": "Sous les néons de Times Square, en plein centre de Manhattan, la file d’attente s’allonge sur deux pâtés de maisons. À l’approche des fêtes, des milliers de New-Yorkais prennent d’assaut les camionnettes et les tentes de test Covid. Trouver un test rapide dans une pharmacie relève du coup de chance et les laboratoires ne peuvent plus répondre à la demande pour les dépistages les plus fiables. D’où les questions agacées du magazine Recode, qui s’étonne de ce nouveau fiasco des...", + "category": "", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-le-ratage-domicron-la-grande-peur-du-cream-cheese-et-les-gagnants-du", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:15:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 28 Dec 2021 08:55:54 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_19.png?itok=UOWo05q1", + "enclosureType": "image/png", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "35f34210282b34ac548bc028016b7f72" + "hash": "2da7b7e373e39d2040d940bb5ea4199e", + "highlights": [] }, { - "title": "Crisis in Ukraine Is a Winner for Putin", - "description": "He divides European and U.S. opinion, and Russians like that he’s in the world spotlight.", - "content": "He divides European and U.S. opinion, and Russians like that he’s in the world spotlight.", - "category": "PAID", - "link": "https://www.wsj.com/articles/crisis-in-ukraine-is-a-winner-for-putin-vladimir-russia-troops-border-india-biden-invasion-sanctions-11639432837", + "title": "Les pays gagnants et perdants de la reprise économique en 2021", + "description": "La pandémie a précipité le monde dans une crise dont les économistes pensaient qu’elle durerait. Ils se sont trompés, constate The Economist qui dresse un tableau positif du rebond. Où l’Europe du Nord et les États-Unis s’en sortent mieux que l’Allemagne, le Royaume-Uni et l’Espagne.", + "content": "La pandémie a précipité le monde dans une crise dont les économistes pensaient qu’elle durerait. Ils se sont trompés, constate The Economist qui dresse un tableau positif du rebond. Où l’Europe du Nord et les États-Unis s’en sortent mieux que l’Allemagne, le Royaume-Uni et l’Espagne.", + "category": "", + "link": "https://www.courrierinternational.com/article/classement-les-pays-gagnants-et-perdants-de-la-reprise-economique-en-2021", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:26:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 27 Dec 2021 15:27:56 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9ug43t.jpg?itok=yNDkGxcg", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d75c1b9f7d9e3aed2abcf7ce4d7d6d9" + "hash": "0a7e835aa14af9a938d64bb21f66ca6b", + "highlights": [] }, { - "title": "The Internal Revenue Leak Service", - "description": "The tax agency still can’t say how taxpayer files were stolen.", - "content": "The tax agency still can’t say how taxpayer files were stolen.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-internal-revenue-leak-service-propublica-charles-rettig-chuck-grassley-11639437071", + "title": "Tesla exploite la faiblesse humaine face à la technologie", + "description": "Début décembre, le fabricant automobile avait mis à jour le logiciel interne de ses véhicules et offert la possibilité de jouer à des jeux vidéo tout en conduisant. Menacé par une enquête des autorités américaines, Tesla a depuis fait marche arrière, mais cette affaire montre combien nous sommes démunis face à cette “sucrerie irrésistible” qu’est la technologie, observe ce chroniqueur suisse.", + "content": "Début décembre, le fabricant automobile avait mis à jour le logiciel interne de ses véhicules et offert la possibilité de jouer à des jeux vidéo tout en conduisant. Menacé par une enquête des autorités américaines, Tesla a depuis fait marche arrière, mais cette affaire montre combien nous sommes démunis face à cette “sucrerie irrésistible” qu’est la technologie, observe ce chroniqueur suisse.", + "category": "", + "link": "https://www.courrierinternational.com/article/vu-de-suisse-tesla-exploite-la-faiblesse-humaine-face-la-technologie", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:48:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 27 Dec 2021 15:01:32 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3zkmd.jpg?itok=TiY7D8S1", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2484cff997ff30c77b9192e8a9e5729a" + "hash": "c0f0f1602d272c75b87058b92fdce3ee", + "highlights": [] }, { - "title": "The Fleeing Young of Illinois", - "description": "Fiscal trouble looms for the state as its young adults flee.", - "content": "Fiscal trouble looms for the state as its young adults flee.", - "category": "PAID", - "link": "https://www.wsj.com/articles/puerto-rico-on-lake-michigan-illinois-population-university-of-illinois-extension-zach-kennedy-11639077227", + "title": "Finissons-en avec l’obsession allemande pour l’inflation !", + "description": "La hausse des prix fait paniquer l’Allemagne, assure Marcel Fratzscher dans les pages de la Süddeutsche Zeitung. Pour l’économiste d’outre-Rhin, le pays gagnerait pourtant à exorciser sa traditionnelle peur de l’inflation, qu’il juge irrationnelle.", + "content": "La hausse des prix fait paniquer l’Allemagne, assure Marcel Fratzscher dans les pages de la Süddeutsche Zeitung. Pour l’économiste d’outre-Rhin, le pays gagnerait pourtant à exorciser sa traditionnelle peur de l’inflation, qu’il juge irrationnelle.", + "category": "", + "link": "https://www.courrierinternational.com/article/opinion-finissons-en-avec-lobsession-allemande-pour-linflation", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:46:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 27 Dec 2021 06:28:30 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/allemagne_inflation2222.jpg?itok=DeTtE14M", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb4c91df9327a30e8800f11212fbca60" + "hash": "75d8c4c22c0eb86c3f39f3f672974835", + "highlights": [] }, { - "title": "Prison Reform Should Be a Bipartisan Issue", - "description": "America’s correctional institutions are filthy, violent, overcrowded and lack all privacy.", - "content": "America’s correctional institutions are filthy, violent, overcrowded and lack all privacy.", - "category": "PAID", - "link": "https://www.wsj.com/articles/prison-reform-should-be-a-bipartisan-issue-jan-6-washington-greene-jail-injustice-systemic-11639434786", + "title": "Quand les bidonvilles de Séoul deviennent une “version miniature” de “Squid Game”", + "description": "En dépit de sa croissance spectaculaire ces dernières décennies, la Corée du Sud souffre d’inégalités vertigineuses. Ce journal japonais a dépêché son correspondant dans un bidonville en plein cœur de Séoul, livrant une vision irréelle de la capitale.", + "content": "En dépit de sa croissance spectaculaire ces dernières décennies, la Corée du Sud souffre d’inégalités vertigineuses. Ce journal japonais a dépêché son correspondant dans un bidonville en plein cœur de Séoul, livrant une vision irréelle de la capitale.", + "category": "", + "link": "https://www.courrierinternational.com/article/vu-du-japon-quand-les-bidonvilles-de-seoul-deviennent-une-version-miniature-de-squid-game", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:28:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 24 Dec 2021 15:51:46 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/020_1210026582.jpg?itok=jbTQz-l0", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51bf2fe180531edd064993dc735552f4" + "hash": "d7fa94de82a4cd288203e6fecac467d0", + "highlights": [] }, { - "title": "Biden Seems Set on Making 'Transitory' Inflation Last", - "description": "He wants to feed demand while hoping workers get squeezed to avoid a 1970s-style wage-price spiral.", - "content": "He wants to feed demand while hoping workers get squeezed to avoid a 1970s-style wage-price spiral.", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-making-transitory-inflation-rising-prices-powell-stagflation-wage-stagnation-carter-bbb-11639409062", + "title": "Adieu, boulot de merde : les employés vont voir ailleurs", + "description": "La “grande démission” des salariés américains est à la une du magazine Mother Jones, dans un style plutôt direct.", + "content": "La “grande démission” des salariés américains est à la une du magazine Mother Jones, dans un style plutôt direct.", + "category": "", + "link": "https://www.courrierinternational.com/une/grande-demission-adieu-boulot-de-merde-les-employes-vont-voir-ailleurs", "creator": "", - "pubDate": "Mon, 13 Dec 2021 13:07:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 23 Dec 2021 14:41:18 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/cover_mother_jones.jpg?itok=3A07nC50", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "296575f39446f3146b833ea63b932459" + "hash": "d73b15168695a77eaafe825f1201a088", + "highlights": [] }, { - "title": "Biden Sticks It to . . . Canada", - "description": "Ottawa says new EV subsidies violate the USMCA trade deal.", - "content": "Ottawa says new EV subsidies violate the USMCA trade deal.", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-sticks-it-to-canada-electric-vehicle-credits-build-back-better-mary-ng-chrystia-freeland-11639436064", + "title": "À Lisbonne, au cœur de la crise du logement", + "description": "Les investisseurs étrangers et le surtourisme sont responsables de la flambée des prix du logement dans la capitale portugaise. Un reportage de la journaliste Beatriz Ramalho da Silva que publie The Guardian détaille les effets d’une crise sans précédent.", + "content": "Les investisseurs étrangers et le surtourisme sont responsables de la flambée des prix du logement dans la capitale portugaise. Un reportage de la journaliste Beatriz Ramalho da Silva que publie The Guardian détaille les effets d’une crise sans précédent.", + "category": "", + "link": "https://www.courrierinternational.com/article/portugal-lisbonne-au-coeur-de-la-crise-du-logement", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:44:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 23 Dec 2021 14:32:36 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lisbon-2898787.jpg?itok=ZId8Fu7x", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ea41463919394eb69b5b8ae15c2b079" + "hash": "bacd18cfb846b2a275910817a2eb1721", + "highlights": [] }, { - "title": "Don't Play Chicken With a Train", - "description": "Boyhood games on the tracks were dangerous but taught us valuable lessons.", - "content": "Boyhood games on the tracks were dangerous but taught us valuable lessons.", - "category": "PAID", - "link": "https://www.wsj.com/articles/do-not-play-chicken-with-a-train-tracks-boyhood-danger-risk-resilience-parenting-childhood-11639433017", + "title": "En Espagne, un syndicat pour les streameurs", + "description": "La confédération syndicale espagnole UGT souhaite créer un syndicat destiné aux streameurs du pays. Face aux grandes plateformes numériques, les règles et les conditions de travail autour de cette nouvelle profession restent imprécises, analyse la presse espagnole.", + "content": "La confédération syndicale espagnole UGT souhaite créer un syndicat destiné aux streameurs du pays. Face aux grandes plateformes numériques, les règles et les conditions de travail autour de cette nouvelle profession restent imprécises, analyse la presse espagnole.", + "category": "", + "link": "https://www.courrierinternational.com/article/travail-en-espagne-un-syndicat-pour-les-streameurs", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:28:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 22 Dec 2021 15:14:47 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-12-22_a_14.06.02.png?itok=AAUm0hQC", + "enclosureType": "image/png", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "802f1be67eef7e5108c49d6f8b9630fd" + "hash": "25ee975bf37112a78d42ca0980154a08", + "highlights": [] }, { - "title": "Biden's 'Yes' to Racial Preferences", - "description": "The administration takes Harvard’s side in a case involving Asian-Americans.", - "content": "The administration takes Harvard’s side in a case involving Asian-Americans.", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-yes-to-racial-preferences-asian-americans-discrimination-prelogar-racism-trump-harvard-supreme-court-11639436054", + "title": "La France peut-elle vraiment croire en une réindustrialisation ?", + "description": "Prenant l’exemple d’une entreprise de la Loire soutenue par le plan de relance gouvernemental et constatant l’importance du concept de “relocalisation” dans la campagne présidentielle, le Financial Times se demande si la France peut réellement réinventer son secteur industriel, en crise.", + "content": "Prenant l’exemple d’une entreprise de la Loire soutenue par le plan de relance gouvernemental et constatant l’importance du concept de “relocalisation” dans la campagne présidentielle, le Financial Times se demande si la France peut réellement réinventer son secteur industriel, en crise.", + "category": "", + "link": "https://www.courrierinternational.com/article/tissu-la-france-peut-elle-vraiment-croire-en-une-reindustrialisation", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:26:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 22 Dec 2021 06:45:54 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/charlieu.jpg?itok=ZIwC2W-O", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c6ac63b50a445da450c5bdf17418b803" + "hash": "ddf78dd0a53f4ab3f323e502adc49c54", + "highlights": [] }, { - "title": "Yellen and the Global Tax Stall", - "description": "Other countries aren’t following where Build Back Better would lead.", - "content": "Other countries aren’t following where Build Back Better would lead.", - "category": "PAID", - "link": "https://www.wsj.com/articles/janet-yellen-and-the-global-tax-stall-corporate-tax-increases-build-back-better-democrats-congress-11639419999", + "title": "Pourquoi avons-nous tant de mal à parler d’argent ?", + "description": "Pourquoi dire à nos amis que nous voulons une augmentation tout en évitant de donner le montant de notre salaire ? Ou parler de notre recherche de logement en se gardant de préciser le volume de notre apport ? Alors que de nombreux tabous ont sauté, celui qui pèse sur la question de l’argent semble solidement installé, constate ce journal belge, qui explore la question.", + "content": "Pourquoi dire à nos amis que nous voulons une augmentation tout en évitant de donner le montant de notre salaire ? Ou parler de notre recherche de logement en se gardant de préciser le volume de notre apport ? Alors que de nombreux tabous ont sauté, celui qui pèse sur la question de l’argent semble solidement installé, constate ce journal belge, qui explore la question.", + "category": "", + "link": "https://www.courrierinternational.com/une/tabou-pourquoi-avons-nous-tant-de-mal-parler-dargent", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:43:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 21 Dec 2021 12:19:57 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/zenodm.png?itok=HJqorTzm", + "enclosureType": "image/png", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16ad777b68599b4d2f1ae7753bc48b03" + "hash": "4ec9e6b0d683b26340da630b527f3559", + "highlights": [] }, { - "title": "Top-Notch Dudes", - "description": "The White House announces three remarkable heroes will receive the Medal of Honor.", - "content": "The White House announces three remarkable heroes will receive the Medal of Honor.", - "category": "PAID", - "link": "https://www.wsj.com/articles/top-notch-dudes-11639416345", + "title": "En Amazonie, la fièvre de l’or a saisi les habitants des fleuves", + "description": "S’accrochant à l’espoir d’une vie meilleure, les populations traditionnelles des bordures du fleuve Madeira, un important affluent de l’Amazone, se tournent vers l’orpaillage réalisé dans l’eau depuis des embarcations de dragage. Même si la police en a brûlé plusieurs à la fin de novembre, cette activité illégale tend à se poursuivre.", + "content": "S’accrochant à l’espoir d’une vie meilleure, les populations traditionnelles des bordures du fleuve Madeira, un important affluent de l’Amazone, se tournent vers l’orpaillage réalisé dans l’eau depuis des embarcations de dragage. Même si la police en a brûlé plusieurs à la fin de novembre, cette activité illégale tend à se poursuivre.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/bresil-en-amazonie-la-fievre-de-lor-saisi-les-habitants-des-fleuves", "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:25:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Sat, 18 Dec 2021 14:15:32 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxkikdp.jpg?itok=kJkTm55p", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "643f54eaef45986d1e6d6125b739308c" + "hash": "1d2b41f1d9e62b4c078a00de2920e0c8", + "highlights": [] }, { - "title": "The Biden Stagflation Is Coming", - "description": "His approach to the economy is already causing prices to rise. It will soon stifle growth as well.", - "content": "His approach to the economy is already causing prices to rise. It will soon stifle growth as well.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-biden-stagflation-is-coming-regulation-growth-inflation-build-back-better-khan-cordray-gensler-chopra-11639412593", + "title": "La justice invalide l’immunité de la famille Sackler dans la crise des opioïdes", + "description": "La famille Sackler, propriétaire du fabricant de l’OxyContin, cet antidouleur au cœur d’un scandale sanitaire qui a fait des centaines de milliers de morts par overdose aux États-Unis, avait accepté la faillite en échange de l’immunité et d’un versement de 4,5 milliards de dollars. L’accord vient d’être annulé.", + "content": "La famille Sackler, propriétaire du fabricant de l’OxyContin, cet antidouleur au cœur d’un scandale sanitaire qui a fait des centaines de milliers de morts par overdose aux États-Unis, avait accepté la faillite en échange de l’immunité et d’un versement de 4,5 milliards de dollars. L’accord vient d’être annulé.", + "category": "", + "link": "https://www.courrierinternational.com/article/etats-unis-la-justice-invalide-limmunite-de-la-famille-sackler-dans-la-crise-des-opioides", "creator": "", - "pubDate": "Mon, 13 Dec 2021 13:07:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 17 Dec 2021 20:43:23 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_dozier-demonstr211203_npsmm.jpg?itok=cfYKweuX", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "97bfdf2efdc6a6378f71592f62d97a45" + "hash": "72731b27437f0039feb41578ff411961", + "highlights": [] }, { - "title": "Biden Will Pay a High Price for Bread and Circuses", - "description": "Voters aren’t amused by Washington’s political clown show, which is rapidly raising the cost of living.", - "content": "Voters aren’t amused by Washington’s political clown show, which is rapidly raising the cost of living.", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-will-pay-a-high-price-for-bread-and-circuses-economy-inflation-services-powell-11639433333", + "title": "La livre turque dévisse encore après une nouvelle décision d’Erdogan", + "description": "La politique du président turc, qui dévalue la monnaie nationale au prétexte de lutter contre l’inflation, et qui divise la presse locale, a de fortes conséquences sur le pouvoir d’achat de la population.", + "content": "La politique du président turc, qui dévalue la monnaie nationale au prétexte de lutter contre l’inflation, et qui divise la presse locale, a de fortes conséquences sur le pouvoir d’achat de la population.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/economie-la-livre-turque-devisse-encore-apres-une-nouvelle-decision-derdogan", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:31:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 17 Dec 2021 17:03:02 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3regf.jpg?itok=fmuwwAPh", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fcf427f8f9dce1bdc99386534ba9f6eb" + "hash": "b417f4a2919d9293022a543e6ca35cc8", + "highlights": [] }, { - "title": "Old Wisdom for Today's Markets", - "description": "My advice is to figure out in which direction the consensus is wrong.", - "content": "My advice is to figure out in which direction the consensus is wrong.", - "category": "PAID", - "link": "https://www.wsj.com/articles/old-wisdom-for-todays-markets-wall-street-meme-stocks-interest-rates-crypto-inflation-bubble-11639323322", + "title": "En Colombie, la pandémie a fait des ravages chez les classes moyennes", + "description": "La classe moyenne colombienne ne représentait plus que 25 % de la population en 2020, contre 30 % en 2019, rapporte El Tiempo. Dans le pays, qui compte près de 51 millions d’habitants, les restrictions sanitaires et leurs conséquences économiques ont fait chuter dans la précarité ou la pauvreté 2,2 millions de personnes.", + "content": "La classe moyenne colombienne ne représentait plus que 25 % de la population en 2020, contre 30 % en 2019, rapporte El Tiempo. Dans le pays, qui compte près de 51 millions d’habitants, les restrictions sanitaires et leurs conséquences économiques ont fait chuter dans la précarité ou la pauvreté 2,2 millions de personnes.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-en-colombie-la-pandemie-fait-des-ravages-chez-les-classes-moyennes", "creator": "", - "pubDate": "Sun, 12 Dec 2021 13:05:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 17 Dec 2021 16:43:29 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_5_21.png?itok=OMHSRKlX", + "enclosureType": "image/png", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c66fdf8a0a840440acac0dbe3fe0829f" + "hash": "b8d92a8d0931f37a58aa2920bd615abd", + "highlights": [] }, { - "title": "Chile's High-Stakes Election", - "description": "The country’s left has taken a radical turn and wants to rewrite the constitution.", - "content": "The country’s left has taken a radical turn and wants to rewrite the constitution.", - "category": "PAID", - "link": "https://www.wsj.com/articles/chile-high-stakes-election-economic-stagnation-constitution-jose-kast-gabriel-boric-11639339343", + "title": "L’UE échoue encore à apporter une réponse à la flambée du prix de l’énergie", + "description": "Les 27 ne sont pas parvenus à trouver une solution commune à la crise énergétique actuelle lors du sommet européen, jeudi 16 décembre. L’Espagne, très affectée par la hausse du prix de l’électricité, regrette la passivité de Bruxelles, rapporte la presse espagnole.", + "content": "Les 27 ne sont pas parvenus à trouver une solution commune à la crise énergétique actuelle lors du sommet européen, jeudi 16 décembre. L’Espagne, très affectée par la hausse du prix de l’électricité, regrette la passivité de Bruxelles, rapporte la presse espagnole.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/vu-despagne-lue-echoue-encore-apporter-une-reponse-la-flambee-du-prix-de-lenergie", "creator": "", - "pubDate": "Sun, 12 Dec 2021 16:47:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 17 Dec 2021 12:53:00 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxhuupz.jpg?itok=sSyEWAGN", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d611502cf6d893676b4acea4c4a8b42" + "hash": "87ee7e679de1faaac75bf97d03c45935", + "highlights": [] }, { - "title": "Notable & Quotable: Elections", - "description": "‘The fact that Trump won all but one of these bellwether counties again, despite losing nationally, is impressive.’", - "content": "‘The fact that Trump won all but one of these bellwether counties again, despite losing nationally, is impressive.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-elections-bellwether-counties-vote-hispanic-latino-2020-presidential-race-2022-11639433895", + "title": "L’Europe se dote d’une loi contre le Far West numérique", + "description": "Le Parlement européen a adopté mercredi 15 décembre le Règlement sur les marchés numériques, la première législation qui s’attaque aux monopoles des géants de la tech. Une “régulation sans équivalent au niveau mondial”, salue le quotidien suisse Le Temps.", + "content": "Le Parlement européen a adopté mercredi 15 décembre le Règlement sur les marchés numériques, la première législation qui s’attaque aux monopoles des géants de la tech. Une “régulation sans équivalent au niveau mondial”, salue le quotidien suisse Le Temps.", + "category": "", + "link": "https://www.courrierinternational.com/article/technologie-leurope-se-dote-dune-loi-contre-le-far-west-numerique", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:27:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 16 Dec 2021 15:52:50 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3pzjy.jpg?itok=BUOBDo8F", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e60bb5bb0a55b42501ae3b0168435110" + "hash": "79fb3a1cd574f4a6c1ff2511e3981832", + "highlights": [] }, { - "title": "The Real Cost of Biden's Spending Plan", - "description": "CBO comes clean on the price tag if the programs are made permanent.", - "content": "CBO comes clean on the price tag if the programs are made permanent.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-real-cost-of-biden-spending-plan-build-back-better-cbo-reconciliation-graham-pelosi-manchin-11639344374", + "title": "Taïwan bloque le transfert de sa haute technologie à la Chine ", + "description": "Dès le début 2022, les régulateurs de Taipei pourront interdire aux entreprises de l’île de revendre leurs filiales à la Chine, pour empêcher que l’industrie des semi-conducteurs ne profite au continent, rapporte le quotidien économique Nikkei Asia.", + "content": "Dès le début 2022, les régulateurs de Taipei pourront interdire aux entreprises de l’île de revendre leurs filiales à la Chine, pour empêcher que l’industrie des semi-conducteurs ne profite au continent, rapporte le quotidien économique Nikkei Asia.", + "category": "", + "link": "https://www.courrierinternational.com/article/tensions-taiwan-bloque-le-transfert-de-sa-haute-technologie-la-chine", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:34:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 16 Dec 2021 15:51:26 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxlcsav.jpg?itok=XU8jGgc-", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5482dc0a9bf56b40e79cfa924270168c" + "hash": "e89f81163d823e0a50082950cbbd1c3e", + "highlights": [] }, { - "title": "Randi Weingarten Says Pass the SALT", - "description": "The teachers union chief wants to give millionaires a tax break.", - "content": "The teachers union chief wants to give millionaires a tax break.", - "category": "PAID", - "link": "https://www.wsj.com/articles/randi-weingarten-says-pass-the-salt-deduction-congress-tom-suozzi-joyce-beatty-11639165724", + "title": "Les jeunes Chinois s’enfoncent “dans le bourbier de la dette”", + "description": "S’intéressant au recours des jeunes Chinois aux prêts en ligne, le Hong Kong Economic Journal lance un avertissement. Entre surconsommation et défauts de paiement, le titre décrit une situation intenable qui pourrait déstabiliser la société dans son ensemble.", + "content": "S’intéressant au recours des jeunes Chinois aux prêts en ligne, le Hong Kong Economic Journal lance un avertissement. Entre surconsommation et défauts de paiement, le titre décrit une situation intenable qui pourrait déstabiliser la société dans son ensemble.", + "category": "", + "link": "https://www.courrierinternational.com/article/crise-les-jeunes-chinois-senfoncent-dans-le-bourbier-de-la-dette", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:29:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 16 Dec 2021 15:44:29 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/jeunechinois.jpg?itok=7Z_mOAQv", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e5bbf9fab351c60b40693e21d864c305" + "hash": "a1c5ff66e86a531b6badffcbcf891c85", + "highlights": [] }, { - "title": "The Unconstitutional Convictions You Don't Know About", - "description": "Though right to a jury trial is enshrined in the Bill of Rights and Constitution, it’s hardly ever enforced.", - "content": "Though right to a jury trial is enshrined in the Bill of Rights and Constitution, it’s hardly ever enforced.", - "category": "PAID", - "link": "https://www.wsj.com/articles/unconstitutional-convictions-rittenhouse-arbery-smollett-jury-trial-jurors-plea-bargain-injustice-11639339630", + "title": "En Afghanistan, l’hyperinflation porte un coup à l’économie déjà exsangue", + "description": "Les robinets de l’aide internationale ont été fermés avec l’arrivée des talibans au pouvoir, engendrant une pénurie de liquidités. Le régime tente d’adopter des mesures d’urgence pour stabiliser les prix, mais doit composer avec les sanctions et le manque de fonctionnaires qualifiés.", + "content": "Les robinets de l’aide internationale ont été fermés avec l’arrivée des talibans au pouvoir, engendrant une pénurie de liquidités. Le régime tente d’adopter des mesures d’urgence pour stabiliser les prix, mais doit composer avec les sanctions et le manque de fonctionnaires qualifiés.", + "category": "", + "link": "https://www.courrierinternational.com/article/monnaie-en-afghanistan-lhyperinflation-porte-un-coup-leconomie-deja-exsangue", "creator": "", - "pubDate": "Sun, 12 Dec 2021 16:49:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 16 Dec 2021 15:39:59 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9ul3k7_0.jpg?itok=BdFZ67sK", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "415c7342a3e34d3610a6131fa765564b" + "hash": "dcdebd54026f7d280c7fb52a2ca2f878", + "highlights": [] }, { - "title": "Almost Anybody Can Now Vote in New York", - "description": "Democrats on the City Council give 800,000 noncitizens the franchise, as others dissent.", - "content": "Democrats on the City Council give 800,000 noncitizens the franchise, as others dissent.", - "category": "PAID", - "link": "https://www.wsj.com/articles/almost-anybody-can-now-vote-in-new-york-noncitizen-illegal-alien-election-interference-11639331608", + "title": "Les États-Unis s’attaquent enfin au blanchiment d’argent", + "description": "Devenue un véritable paradis fiscal, la première puissance économique du monde aurait enfin décidé de lutter sérieusement contre les sociétés écrans et le blanchiment de fonds, selon plusieurs médias.", + "content": "Devenue un véritable paradis fiscal, la première puissance économique du monde aurait enfin décidé de lutter sérieusement contre les sociétés écrans et le blanchiment de fonds, selon plusieurs médias.", + "category": "", + "link": "https://www.courrierinternational.com/article/corruption-les-etats-unis-sattaquent-enfin-au-blanchiment-dargent", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:28:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 16 Dec 2021 09:23:06 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxku9x0.jpg?itok=7_RT2n_I", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6785a98f50ca740e967d201b0f5d721f" + "hash": "d6be2900f7d3e4ff8a752ef48ecc9fd8", + "highlights": [] }, { - "title": "A Tribunal Investigates China's Genocide Against the Uyghurs", - "description": "The London-based panel found that torture, sexual violence, persecution and other crimes are proven.", - "content": "The London-based panel found that torture, sexual violence, persecution and other crimes are proven.", - "category": "PAID", - "link": "https://www.wsj.com/articles/tribunal-investigates-china-uyghur-genocide-crimes-against-humanity-rape-torture-beijing-extermination-11639339993", + "title": "Une publicité où des femmes se transforment en vaches fait scandale en Corée du Sud", + "description": "La plus grande marque sud-coréenne de produits laitiers n’avait pas mesuré l’effet boomerang de sa campagne mettant en scène des femmes se métamorphosant en vaches. Le débat national sur le sexisme qui a suivi sa mise en ligne a contraint Seoul Milk à présenter des excuses.", + "content": "La plus grande marque sud-coréenne de produits laitiers n’avait pas mesuré l’effet boomerang de sa campagne mettant en scène des femmes se métamorphosant en vaches. Le débat national sur le sexisme qui a suivi sa mise en ligne a contraint Seoul Milk à présenter des excuses.", + "category": "", + "link": "https://www.courrierinternational.com/article/buzz-une-publicite-ou-des-femmes-se-transforment-en-vaches-fait-scandale-en-coree-du-sud", "creator": "", - "pubDate": "Sun, 12 Dec 2021 16:38:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 15 Dec 2021 17:19:47 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture-coree.png?itok=wcuCoigQ", + "enclosureType": "image/png", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e63351ec049c582e9940384da97eae2d" + "hash": "1f015a3776fa18715881ff0543b800d0", + "highlights": [] }, { - "title": "Kamala Harris Needs to Get Serious", - "description": "Her shaky standing is a danger to the country given the position she could be called on to fill.", - "content": "Her shaky standing is a danger to the country given the position she could be called on to fill.", - "category": "PAID", - "link": "https://www.wsj.com/articles/kamala-harris-needs-to-get-serious-biden-administration-competency-approval-rating-polling-11639093358", + "title": "Des réductions de salaire considérables pour certains fonctionnaires chinois", + "description": "Triste hiver en perspective pour les fonctionnaires de plusieurs villes et provinces chinoises qui ont vu leur salaire réduit de 20 à 30 %, selon des informations diffusées puis censurées sur les réseaux sociaux chinois, et reprises par le journal Hong Kong Economic Times.", + "content": "Triste hiver en perspective pour les fonctionnaires de plusieurs villes et provinces chinoises qui ont vu leur salaire réduit de 20 à 30 %, selon des informations diffusées puis censurées sur les réseaux sociaux chinois, et reprises par le journal Hong Kong Economic Times.", + "category": "", + "link": "https://www.courrierinternational.com/article/economie-des-reductions-de-salaire-considerables-pour-certains-fonctionnaires-chinois", "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:05:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 15 Dec 2021 16:31:02 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_8tz7mw.jpg?itok=ZW-k32rh", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "036f3cb1a6a59b3c0fbcd922c852f36e" + "hash": "10dfb7a808ae4206d06778011b71abe6", + "highlights": [] }, { - "title": "No Rules for Progressive Radicals", - "description": "Biden appointees try to stage a coup against the director of the FDIC on bank mergers.", - "content": "Biden appointees try to stage a coup against the director of the FDIC on bank mergers.", - "category": "PAID", - "link": "https://www.wsj.com/articles/no-rules-for-progressives-radicals-rohit-chopra-jelena-mcwilliams-cfpb-fdic-richard-cordray-gigi-sohn-biden-11639161917", + "title": "L’inflation au Royaume-Uni atteint son plus haut niveau depuis dix ans", + "description": "La hausse des prix outre-Manche s’est établie en novembre à 5,1 % sur un an. Pourtant, la Banque d’Angleterre, qui doit donner ses objectifs monétaires jeudi 16 décembre, pourrait reporter à 2022 une remontée des taux.", + "content": "La hausse des prix outre-Manche s’est établie en novembre à 5,1 % sur un an. Pourtant, la Banque d’Angleterre, qui doit donner ses objectifs monétaires jeudi 16 décembre, pourrait reporter à 2022 une remontée des taux.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-linflation-au-royaume-uni-atteint-son-plus-haut-niveau-depuis-dix-ans", "creator": "", - "pubDate": "Fri, 10 Dec 2021 18:05:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 15 Dec 2021 12:15:31 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_248.png?itok=Eb3hD7w2", + "enclosureType": "image/png", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "442a01a758f8b23c6a44b356bf8cb4cf" + "hash": "e0bff8480b3787b6aa8b92b878794a44", + "highlights": [] }, { - "title": "The Fed Is the Main Inflation Culprit", - "description": "The central bank has enabled price increases that may soon pose a risk to financial stability.", - "content": "The central bank has enabled price increases that may soon pose a risk to financial stability.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-fed-is-the-main-inflation-culprit-economic-upheaval-debt-wages-federal-reserve-powell-11639322957", + "title": "Qu’est-ce qu’on mange demain ?", + "description": "Chaque semaine, Courrier international explique ses choix éditoriaux et les débats qu’ils suscitent parfois au sein de la rédaction. Pour ce dernier numéro de l’année, nous avons choisi un sujet de saison : l’alimentation du futur. Comment nourrir bientôt 9 milliards d’êtres humains ? Peut-être en se tournant vers les semences du passé… À découvrir aussi : plusieurs longs reportages qui vous emmènent de l’Amazonie au Japon, en passant par l’Allemagne et l’Inde. Et aussi, un retour en cartoons sur l’année 2021. Avec, pour nos abonnés et dans certains points de vente, notre supplément Courrier ados.", + "content": "Chaque semaine, Courrier international explique ses choix éditoriaux et les débats qu’ils suscitent parfois au sein de la rédaction. Pour ce dernier numéro de l’année, nous avons choisi un sujet de saison : l’alimentation du futur. Comment nourrir bientôt 9 milliards d’êtres humains ? Peut-être en se tournant vers les semences du passé… À découvrir aussi : plusieurs longs reportages qui vous emmènent de l’Amazonie au Japon, en passant par l’Allemagne et l’Inde. Et aussi, un retour en cartoons sur l’année 2021. Avec, pour nos abonnés et dans certains points de vente, notre supplément Courrier ados.", + "category": "", + "link": "https://www.courrierinternational.com/article/la-une-de-lhebdo-quest-ce-quon-mange-demain", "creator": "", - "pubDate": "Sun, 12 Dec 2021 13:04:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 15 Dec 2021 11:32:09 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/couv1616-_1.jpg?itok=KwVzT07H", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7135e8e1509dc30091bf45c7f2e1add" + "hash": "a2322d69eaada815e20dd6d8229ff7f5", + "highlights": [] }, { - "title": "School Choice Saves Money and Helps Kids", - "description": "Evidence builds, as political momentum grows in the states.", - "content": "Evidence builds, as political momentum grows in the states.", - "category": "PAID", - "link": "https://www.wsj.com/articles/school-choice-saves-money-and-helps-kids-education-charter-in-person-learning-remote-covid-11639340381", + "title": "Au Japon, travailler jusqu’à 80 ans ou plus", + "description": "Pour répondre à la pénurie de main-d’œuvre et à la crise démographique, de grandes entreprises reculent, voire suppriment, l’âge de la retraite.", + "content": "Pour répondre à la pénurie de main-d’œuvre et à la crise démographique, de grandes entreprises reculent, voire suppriment, l’âge de la retraite.", + "category": "", + "link": "https://www.courrierinternational.com/article/emploi-au-japon-travailler-jusqua-80-ans-ou-plus", "creator": "", - "pubDate": "Sun, 12 Dec 2021 16:48:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 15 Dec 2021 06:36:40 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/p-42-epee.w.jpg?itok=u7JT6H7S", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "301c753965a212cea640260d8010abc7" + "hash": "7d750b72dbba7b7690a368e3b6bfc6d3", + "highlights": [] }, { - "title": "The U.S. Sanctions Everybody but Putin", - "description": "Western governments still shrink from truth-telling because it might destabilize his regime.", - "content": "Western governments still shrink from truth-telling because it might destabilize his regime.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-us-sanctions-everybody-but-putin-russia-ukraine-threat-allies-domestic-approval-11639175749", + "title": "L’interminable dégringolade de la livre libanaise", + "description": "Enregistrant un nouveau record à la baisse, la monnaie libanaise s’enfonce dans une dépréciation vertigineuse qui semble sans fin. Et qui s’accompagne d’une inflation à trois chiffres.", + "content": "Enregistrant un nouveau record à la baisse, la monnaie libanaise s’enfonce dans une dépréciation vertigineuse qui semble sans fin. Et qui s’accompagne d’une inflation à trois chiffres.", + "category": "", + "link": "https://www.courrierinternational.com/article/devaluation-linterminable-degringolade-de-la-livre-libanaise", "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:48:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 14 Dec 2021 16:08:31 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxdc089.jpg?itok=pkbahsh-", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "502bd550551bb779d3a06288792993c0" + "hash": "29603eaed468f01856f7060ed54e1591", + "highlights": [] }, { - "title": "Republicans Can Embrace Much of Biden's Anticorruption Plan", - "description": "The president hasn’t been tough enough on Russia and China, but in general terms his strategy is good.", - "content": "The president hasn’t been tough enough on Russia and China, but in general terms his strategy is good.", - "category": "PAID", - "link": "https://www.wsj.com/articles/republicans-can-embrace-much-of-biden-anticorruption-plan-kleptocracy-russia-china-corruption-11639339155", + "title": "Le procès d’UBS, un raté historique de la justice française", + "description": "En condamnant UBS à payer 1,8 milliard d’euros, la cour d’appel de Paris a largement réduit la sanction contre le géant suisse de la gestion de fortune. Selon les titres de la presse suisse, il s’agit d’un rendez-vous manqué avec le secret bancaire ou bien d’une justice d’équilibre.", + "content": "En condamnant UBS à payer 1,8 milliard d’euros, la cour d’appel de Paris a largement réduit la sanction contre le géant suisse de la gestion de fortune. Selon les titres de la presse suisse, il s’agit d’un rendez-vous manqué avec le secret bancaire ou bien d’une justice d’équilibre.", + "category": "", + "link": "https://www.courrierinternational.com/article/vu-de-suisse-le-proces-dubs-un-rate-historique-de-la-justice-francaise", "creator": "", - "pubDate": "Sun, 12 Dec 2021 16:51:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 14 Dec 2021 14:53:17 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9uk3ud_0.jpg?itok=j72ooRmG", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "45e00d07b6dc4da523fe0efa59398e7f" + "hash": "1fe82d048c950a51cdc14664b852e178", + "highlights": [] }, { - "title": "At the Democracy Summit, Biden Bungles Again", - "description": "How did Pakistan and Congo pass muster when Singapore and Hungary were found wanting?", - "content": "How did Pakistan and Congo pass muster when Singapore and Hungary were found wanting?", - "category": "PAID", - "link": "https://www.wsj.com/articles/at-the-democracy-summit-biden-bungles-again-activists-human-rights-realism-china-xi-pakistan-11639083688", + "title": "Les aléas de Nord Stream 2 font à nouveau flamber les prix du gaz européen", + "description": "La ministre des Affaires étrangères allemande, Annalena Baerbock, en affirmant que son pays ne peut autoriser l’exploitation du gazoduc controversé entre la Russie et l’Europe, a entraîné lundi 13 décembre une hausse de 10 % des prix du gaz en Europe.", + "content": "La ministre des Affaires étrangères allemande, Annalena Baerbock, en affirmant que son pays ne peut autoriser l’exploitation du gazoduc controversé entre la Russie et l’Europe, a entraîné lundi 13 décembre une hausse de 10 % des prix du gaz en Europe.", + "category": "", + "link": "https://www.courrierinternational.com/article/energie-les-aleas-de-nord-stream-2-font-nouveau-flamber-les-prix-du-gaz-europeen", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:18:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 14 Dec 2021 14:00:01 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9um29p.jpg?itok=6GMcS4-q", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d72edad1ba0d2e7cde4090f0829f565" + "hash": "fb5b66d4555a5e48db702c46c17b64bd", + "highlights": [] }, { - "title": "Building Back Bitter", - "description": "Inflation hits a 39-year high as Biden continues to demand another federal spending surge.", - "content": "Inflation hits a 39-year high as Biden continues to demand another federal spending surge.", - "category": "PAID", - "link": "https://www.wsj.com/articles/building-back-bitter-11639171577", + "title": "L’Argentine sous pression pour la renégociation de sa dette auprès du FMI", + "description": "Ce 18 décembre, Buenos Aires devrait réussir à rembourser près de deux milliards de dollars dus au FMI. Mais d’âpres négociations sont en cours au sujet des échéances de remboursement pour 2022 et 2023, qui paraissent impossibles à tenir pour un pays en pleine crise économique.", + "content": "Ce 18 décembre, Buenos Aires devrait réussir à rembourser près de deux milliards de dollars dus au FMI. Mais d’âpres négociations sont en cours au sujet des échéances de remboursement pour 2022 et 2023, qui paraissent impossibles à tenir pour un pays en pleine crise économique.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/milliards-largentine-sous-pression-pour-la-renegociation-de-sa-dette-aupres-du-fmi", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:26:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 14 Dec 2021 10:54:32 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3njd1.jpg?itok=qGzzEPWy", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b048c13f552a042e6d4d71df0dad9ef" + "hash": "f00c3616bfbc771054d96d8b19ba3ed2", + "highlights": [] }, { - "title": "Joe Manchin's Inflation Vindication", - "description": "Prices rise 6.8% in a year, ample reason to shelve the Biden tax and spending blowout.", - "content": "Prices rise 6.8% in a year, ample reason to shelve the Biden tax and spending blowout.", - "category": "PAID", - "link": "https://www.wsj.com/articles/joe-manchins-inflation-vindication-consumer-prices-rise-build-back-better-joe-biden-11639171900", + "title": "Un monde sans Amazon, l’hôtel du bon cobalt et l’embauche asynchrone", + "description": "Bon, personne n’en est mort, et l’incident reste une broutille, comparé aux grandes coupures d’électricité survenues dans le passé aux États-Unis. Mais la panne, pendant toute la journée du 7 décembre, d’Amazon Web Services (AWS), la filiale de l’empire Amazon qui assure le tiers du réseau dans le nuage des entreprises américaines, a au moins révélé l’emprise de la Big Tech. Au siège de l’ONU, à New York, les traductions simultanées dans les six langues officielles ont été stoppées net, faute de cloud, en plein débat à l’Assemblée...", + "content": "Bon, personne n’en est mort, et l’incident reste une broutille, comparé aux grandes coupures d’électricité survenues dans le passé aux États-Unis. Mais la panne, pendant toute la journée du 7 décembre, d’Amazon Web Services (AWS), la filiale de l’empire Amazon qui assure le tiers du réseau dans le nuage des entreprises américaines, a au moins révélé l’emprise de la Big Tech. Au siège de l’ONU, à New York, les traductions simultanées dans les six langues officielles ont été stoppées net, faute de cloud, en plein débat à l’Assemblée...", + "category": "", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-un-monde-sans-amazon-lhotel-du-bon-cobalt-et-lembauche-asynchrone", "creator": "", - "pubDate": "Fri, 10 Dec 2021 18:06:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 14 Dec 2021 09:32:42 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_18.png?itok=OsIY90I7", + "enclosureType": "image/png", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e0639eaf4908c49008ffba4ac3f1812" + "hash": "56328b024ded9978c4e40d1ded2f1f6e", + "highlights": [] }, { - "title": "The Supreme Court's Abortion Standing", - "description": "The merits of the Texas law weren’t at issue, and the majority is right to block most pre-enforcement federal lawsuits.", - "content": "The merits of the Texas law weren’t at issue, and the majority is right to block most pre-enforcement federal lawsuits.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-supreme-courts-abortion-standing-texas-law-neil-gorsuch-11639175695", + "title": "Elon Musk sacré personnalité de l’année par le magazine “Time”", + "description": "Pour son célèbre titre annuel, le journal américain a opté pour le richissime fondateur de l’entreprise de véhicules électriques Tesla. Passionné d’aérospatial, l’entrepreneur sud-africain entend résoudre les problèmes de notre temps à l’aide de la technologie, ce qui fait de lui un pur produit de notre époque.", + "content": "Pour son célèbre titre annuel, le journal américain a opté pour le richissime fondateur de l’entreprise de véhicules électriques Tesla. Passionné d’aérospatial, l’entrepreneur sud-africain entend résoudre les problèmes de notre temps à l’aide de la technologie, ce qui fait de lui un pur produit de notre époque.", + "category": "", + "link": "https://www.courrierinternational.com/article/influence-elon-musk-sacre-personnalite-de-lannee-par-le-magazine-time", "creator": "", - "pubDate": "Fri, 10 Dec 2021 18:03:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 13 Dec 2021 19:53:39 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/sans_titre_6.png?itok=1AuW-3YK", + "enclosureType": "image/png", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd808e6de29b41dff8c7dfd0ede614a1" + "hash": "72a8433d34c1b0ff64cc16d0bf331bbc", + "highlights": [] }, { - "title": "Congress's Message to Biden on Defense", - "description": "The House overrules the Pentagon’s after-inflation budget cut.", - "content": "The House overrules the Pentagon’s after-inflation budget cut.", - "category": "PAID", - "link": "https://www.wsj.com/articles/congresss-message-to-biden-on-defense-national-defense-authorization-act-budget-11639082990", + "title": "Le chinois SenseTime, sur liste noire américaine, reporte son entrée en Bourse", + "description": "Le spécialiste chinois de la reconnaissance faciale est contraint de suspendre sa levée de fonds à Hong Kong après avoir été placé par Washington sur la liste des entreprises du “complexe militaro-industriel chinois”, accusé de violations des droits humains envers les Ouïgours.", + "content": "Le spécialiste chinois de la reconnaissance faciale est contraint de suspendre sa levée de fonds à Hong Kong après avoir été placé par Washington sur la liste des entreprises du “complexe militaro-industriel chinois”, accusé de violations des droits humains envers les Ouïgours.", + "category": "", + "link": "https://www.courrierinternational.com/article/surveillance-le-chinois-sensetime-sur-liste-noire-americaine-reporte-son-entree-en-bourse", "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:58:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 13 Dec 2021 14:00:11 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtx6uy15.jpg?itok=RN-_ima6", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56a33db0e1b463eeb20e7ca7b76382be" + "hash": "67da82694593bffb828eee746d6ff3ec", + "highlights": [] }, { - "title": "Invading Ukraine Is a Trap for Vladimir Putin", - "description": "Russia can’t be an empire without it, but it can’t even be a great power if it overreaches.", - "content": "Russia can’t be an empire without it, but it can’t even be a great power if it overreaches.", - "category": "PAID", - "link": "https://www.wsj.com/articles/ukraine-is-a-trap-for-vladimir-putin-donbas-invasion-russia-crimea-biden-germany-covid-11639171903", + "title": "Les petits arrangements climatiques de l’industrie automobile en Europe ", + "description": "Les voitures sont responsables de 13 % des émissions de CO2 dans l’Union européenne. Malgré un renforcement des règles, les constructeurs minimisent leurs émissions et retardent la transition vers l’électrique, accuse une ONG environnementale.", + "content": "Les voitures sont responsables de 13 % des émissions de CO2 dans l’Union européenne. Malgré un renforcement des règles, les constructeurs minimisent leurs émissions et retardent la transition vers l’électrique, accuse une ONG environnementale.", + "category": "", + "link": "https://www.courrierinternational.com/article/pollution-les-petits-arrangements-climatiques-de-lindustrie-automobile-en-europe", "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:49:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 13 Dec 2021 06:01:55 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/p-43-ammer.w.jpg?itok=sBtbn_sM", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "354c77dc04dfee7787cf38c8b9c5b8b5" + "hash": "3410b762079bf26382c74916b518cae0", + "highlights": [] }, { - "title": "Is MIT's Research Helping the Chinese Military?", - "description": "My concerns about how Beijing might be using our findings were dismissed as racist and political.", - "content": "My concerns about how Beijing might be using our findings were dismissed as racist and political.", - "category": "PAID", - "link": "https://www.wsj.com/articles/is-mit-research-helping-the-chinese-military-pla-genocide-mcgovern-institute-partnerships-repression-11639149202", + "title": "Le promoteur chinois Evergrande au bord de la faillite, et alors  ?", + "description": "L’agence de notation Fitch a sonné l’alarme jeudi 9 décembre : le géant chinois surendetté est en défaut de paiement. La menace d’une crise financière majeure est toujours là, mais n’a pas semblé émouvoir les marchés vendredi.", + "content": "L’agence de notation Fitch a sonné l’alarme jeudi 9 décembre : le géant chinois surendetté est en défaut de paiement. La menace d’une crise financière majeure est toujours là, mais n’a pas semblé émouvoir les marchés vendredi.", + "category": "", + "link": "https://www.courrierinternational.com/article/immobilier-le-promoteur-chinois-evergrande-au-bord-de-la-faillite-et-alors", "creator": "", - "pubDate": "Fri, 10 Dec 2021 11:23:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 10 Dec 2021 20:00:34 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/020_1347287397.jpg?itok=H6gYLoIH", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "edb47cb19f62385561f042a83e97bf07" + "hash": "c4905a8bfdcc01df3a05ad910b2ee04b", + "highlights": [] }, { - "title": "Merrick Garland One-Ups Eric Holder", - "description": "The Justice Department is pursuing an even more partisan agenda than it did in the Obama years.", - "content": "The Justice Department is pursuing an even more partisan agenda than it did in the Obama years.", - "category": "PAID", - "link": "https://www.wsj.com/articles/merrick-garland-one-ups-eric-holder-biden-obama-texas-redistricting-voting-repression-strassel-11639092297", + "title": "Un café Starbucks à Buffalo sera le premier à se doter d’un syndicat", + "description": "En votant, jeudi 9 décembre, pour la création d’une section syndicale, les salariés du Starbucks de l’avenue Elmwood, à Buffalo, remportent une victoire symbolique. Elle est le signe des nouveaux rapports de force dans le monde du travail, selon le Wall Street Journal. ", + "content": "En votant, jeudi 9 décembre, pour la création d’une section syndicale, les salariés du Starbucks de l’avenue Elmwood, à Buffalo, remportent une victoire symbolique. Elle est le signe des nouveaux rapports de force dans le monde du travail, selon le Wall Street Journal. ", + "category": "", + "link": "https://www.courrierinternational.com/article/etats-unis-un-cafe-starbucks-buffalo-sera-le-premier-se-doter-dun-syndicat", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:39:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 10 Dec 2021 17:39:11 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxlg5vx.jpg?itok=BZwpso3e", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0255147c44072af7a7b835ceaa7714ec" + "hash": "ba198995e7d164b54ca026f33cd09a05", + "highlights": [] }, { - "title": "Norman Podhoretz on the Spiritual War for America", - "description": "The left wants to win, he says, but ‘I’m not sure anymore what our side wants.’ That’s a big part of what drew him to Trump.", - "content": "The left wants to win, he says, but ‘I’m not sure anymore what our side wants.’ That’s a big part of what drew him to Trump.", - "category": "PAID", - "link": "https://www.wsj.com/articles/norman-podhoretz-spiritual-war-for-america-conservatism-republican-trump-youngkin-carlson-11639149560", + "title": "Record de commandes de yachts : qu’importe la pandémie, les plus riches se font plaisir", + "description": "Comme après la crise financière de 2008, les carnets de commandes des constructeurs de superyachts sont plus remplis que jamais, avec 1 200 ventes conclues en 2021. Les super-riches jouissent ainsi de la consolidation de leur fortune lors des mois de pandémie, explique le quotidien britannique The Times.", + "content": "Comme après la crise financière de 2008, les carnets de commandes des constructeurs de superyachts sont plus remplis que jamais, avec 1 200 ventes conclues en 2021. Les super-riches jouissent ainsi de la consolidation de leur fortune lors des mois de pandémie, explique le quotidien britannique The Times.", + "category": "", + "link": "https://www.courrierinternational.com/article/luxe-record-de-commandes-de-yachts-quimporte-la-pandemie-les-plus-riches-se-font-plaisir", "creator": "", - "pubDate": "Fri, 10 Dec 2021 11:24:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 09 Dec 2021 15:26:49 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_201108-99-259128_dpai.jpg?itok=PU--v-1Z", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92787c97f40bf401dec057cbe29a0bcd" + "hash": "d23a10f9918b5f5fd183d3655b248a23", + "highlights": [] }, { - "title": "The Bourbon Boom Puts Rural Kentucky Back on the Map", - "description": "A revival of interest in ‘America’s native spirit’ is undoing Prohibition’s economic damage.", - "content": "A revival of interest in ‘America’s native spirit’ is undoing Prohibition’s economic damage.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-bourbon-boom-puts-rural-kentucky-back-on-the-map-rural-south-whiskey-prohibition-alcohol-11639160532", + "title": "Le variant Omicron reporte la fin du télétravail chez Google, Uber et Ford", + "description": "De nombreuses grandes entreprises avaient décidé d’un retour en présentiel au début de 2022. Avec l’apparition du nouveau variant, certaines jouent la prudence et maintiennent le travail à domicile.", + "content": "De nombreuses grandes entreprises avaient décidé d’un retour en présentiel au début de 2022. Avec l’apparition du nouveau variant, certaines jouent la prudence et maintiennent le travail à domicile.", + "category": "", + "link": "https://www.courrierinternational.com/article/etats-unis-le-variant-omicron-reporte-la-fin-du-teletravail-chez-google-uber-et-ford", "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:42:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 09 Dec 2021 14:45:25 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxk6kqd.jpg?itok=nwxxFH4y", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f9a2a10c748fb3c92b80e5e7536e02db" + "hash": "d1cf55e01c3b767d88b10dca3513398e", + "highlights": [] }, { - "title": "If the Supreme Court Overturns Roe v. Wade", - "description": "Yes, the end of Roe would disrupt U.S. politics and the idea that no liberal policy can ever change.", - "content": "Yes, the end of Roe would disrupt U.S. politics and the idea that no liberal policy can ever change.", - "category": "PAID", - "link": "https://www.wsj.com/articles/if-the-supreme-court-overturns-roe-v-wade-dobbs-jackson-mississippi-federalism-abortion-biden-11638995447", + "title": "Weibo, le Twitter chinois, chute à son entrée en Bourse à Hong Kong", + "description": "Les actions du grand réseau social chinois ont perdu plus de 6 % à leur introduction sur le marché à Hong Kong, ce 8 décembre. Signe de la méfiance des investisseurs pour les valeurs de la tech chinoise, qui subit la pression de Pékin.", + "content": "Les actions du grand réseau social chinois ont perdu plus de 6 % à leur introduction sur le marché à Hong Kong, ce 8 décembre. Signe de la méfiance des investisseurs pour les valeurs de la tech chinoise, qui subit la pression de Pékin.", + "category": "", + "link": "https://www.courrierinternational.com/article/reseaux-sociaux-weibo-le-twitter-chinois-chute-son-entree-en-bourse-hong-kong", "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:48:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 08 Dec 2021 14:03:45 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/weibocapture.jpg?itok=LqXBG_s6", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e892997d7c8f1f0be5ed9b574f282b8a" + "hash": "1e2e7e01ca7bdde389a4ffc7266ab7ab", + "highlights": [] }, { - "title": "Notable & Quotable: Checking Covid 'Facts'", - "description": "‘Claims that the 1963 movie ‘Omicron’ predicted the evolution of the latest variant strain of SARS-CoV-2 are false.’", - "content": "‘Claims that the 1963 movie ‘Omicron’ predicted the evolution of the latest variant strain of SARS-CoV-2 are false.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-checking-covid-fact-checking-omicron-misinformation-disinformation-reuters-11639160847", + "title": "2 750 milliardaires contrôlent 3,5 % de la richesse mondiale", + "description": "Selon le rapport 2022 du Laboratoire sur les inégalités mondiales, codirigé par Thomas Piketty, 3,5 % du patrimoine mondial est détenu par quelque 2 750 ultrariches, tandis que les 50 % les plus pauvres se partagent 2 % des richesses de la planète, note Bloomberg.", + "content": "Selon le rapport 2022 du Laboratoire sur les inégalités mondiales, codirigé par Thomas Piketty, 3,5 % du patrimoine mondial est détenu par quelque 2 750 ultrariches, tandis que les 50 % les plus pauvres se partagent 2 % des richesses de la planète, note Bloomberg.", + "category": "", + "link": "https://www.courrierinternational.com/article/fosse-2-750-milliardaires-controlent-35-de-la-richesse-mondiale", "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:41:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 07 Dec 2021 16:41:04 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxelvg4.jpg?itok=pC-FqHfP", + "enclosureType": "image/jpeg", "image": "", "id": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e3c1ce0999b5113a2fa3f87cffdca05" + "hash": "48a6f4406c62b72b7159a8e263c80a70", + "highlights": [] }, { - "title": "Biden's Federal Vaccine Mandate Wipeout", - "description": "The Administration ignored the law. It is getting crushed in court.", - "content": "The Administration ignored the law. It is getting crushed in court.", - "category": "PAID", - "link": "https://www.wsj.com/articles/bidens-covid-vaccine-mandate-wipeout-courts-11639076342", + "title": "Le fonds d’investissement Blackstone, plus grand propriétaire d’entrepôts au monde", + "description": "Le géant américain Blackstone s’est lancé dans une course à l’achat d’entrepôts depuis une dizaine d’années. L’explosion de l’e-commerce en est la principale raison : avec le flux continu des marchandises, les vendeurs sont obligés de recourir à ces espaces de stockage.", + "content": "Le géant américain Blackstone s’est lancé dans une course à l’achat d’entrepôts depuis une dizaine d’années. L’explosion de l’e-commerce en est la principale raison : avec le flux continu des marchandises, les vendeurs sont obligés de recourir à ces espaces de stockage.", + "category": "", + "link": "https://www.courrierinternational.com/article/economie-le-fonds-dinvestissement-blackstone-plus-grand-proprietaire-dentrepots-au-monde", "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:25:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 07 Dec 2021 15:03:09 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/035_pbu473833_07_0_0.jpg?itok=520GZb4H", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27271c1a3e43656f322a34047c320698" + "hash": "5bed53e1dbb768af33f0210e34c01d50", + "highlights": [] }, { - "title": "The Ayatollahs' Twitter Trolls", - "description": "How social-media companies help Iran’s regime suppress the democracy movement.", - "content": "How social-media companies help Iran’s regime suppress the democracy movement.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-ayatollahs-twitter-trolls-protest-censorship-free-speech-iran-social-media-content-moderation-11639083078", + "title": "Hauts et bas du BOO, le récif de Jeff Bezos et les sceptiques du molnupiravir", + "description": "Les photos et les vidéos sont apparues vers le mois de mai sur les réseaux sociaux, raconte NBC. Elles montraient des gens souriants en train d’avaler des pots de liquide noir, de s’en enduire ou d’y baigner leurs bébés et leurs chiens. Dans l’univers parallèle de Facebook, des groupes forts de dizaines de milliers d’internautes échangeaient sur leurs récents usages miraculeux de BOO, le produit phare du site...", + "content": "Les photos et les vidéos sont apparues vers le mois de mai sur les réseaux sociaux, raconte NBC. Elles montraient des gens souriants en train d’avaler des pots de liquide noir, de s’en enduire ou d’y baigner leurs bébés et leurs chiens. Dans l’univers parallèle de Facebook, des groupes forts de dizaines de milliers d’internautes échangeaient sur leurs récents usages miraculeux de BOO, le produit phare du site...", + "category": "", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-hauts-et-bas-du-boo-le-recif-de-jeff-bezos-et-les-sceptiques-du-molnupiravir", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:45:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 07 Dec 2021 11:38:46 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_17.png?itok=fgZu2-aq", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "696e276268cb0f4aadd8a57dfeb83f32" + "hash": "c70cf8f2be14aef427cab589bdf00654", + "highlights": [] }, { - "title": "Who's Afraid of Nathan Law? China", - "description": "Biden’s democracy summit gets the right kind of criticism.", - "content": "Biden’s democracy summit gets the right kind of criticism.", - "category": "PAID", - "link": "https://www.wsj.com/articles/whos-afraid-of-nathan-law-china-chris-tang-biden-summit-for-democracy-11639090755", + "title": "Le patron d’une fintech licencie 900 salariés par Zoom", + "description": "Vishal Garg, PDG de la société américaine de crédit hypothécaire Better.com, a convoqué une réunion pour annoncer une réduction de 9 % des effectifs, apprenant du même coup aux participants leur licenciement avant les fêtes.", + "content": "Vishal Garg, PDG de la société américaine de crédit hypothécaire Better.com, a convoqué une réunion pour annoncer une réduction de 9 % des effectifs, apprenant du même coup aux participants leur licenciement avant les fêtes.", + "category": "", + "link": "https://www.courrierinternational.com/article/telelicenciement-le-patron-dune-fintech-licencie-900-salaries-par-zoom", "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:01:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 06 Dec 2021 12:40:55 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-12-06_a_12.10.00.png?itok=ZXIrQlKx", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "7e7344d198c7e63928d890bf3b9aa3ed" + "hash": "0ec811202780493d0f48d59dce3fc82c", + "highlights": [] }, { - "title": "The Stealth Gas-Heating Tax", - "description": "The House methane ‘fee’ is a tax on consumers who use natural gas.", - "content": "The House methane ‘fee’ is a tax on consumers who use natural gas.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-stealth-home-heating-tax-methane-fee-house-democrats-spending-bill-joe-manchin-biden-11637963624", + "title": "En Turquie, la monnaie chute et le peuple trinque", + "description": "La forte dépréciation de la livre turque a provoqué une flambée généralisée des prix dont souffrent les classes défavorisées et moyennes, rapporte le site Middle East Eye.", + "content": "La forte dépréciation de la livre turque a provoqué une flambée généralisée des prix dont souffrent les classes défavorisées et moyennes, rapporte le site Middle East Eye.", + "category": "", + "link": "https://www.courrierinternational.com/article/crise-en-turquie-la-monnaie-chute-et-le-peuple-trinque", "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:24:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 06 Dec 2021 10:16:31 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/p-28-ares_w_0.jpg?itok=OUjx4jlT", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7d034e69eb8dbce9ff2eb12ef2ac1da" + "hash": "e656e13d48859b2c897537167348f803" }, { - "title": "America Needs Saudi Self-Defense", - "description": "Without interceptors for Riyadh, America risks making Iran stronger and driving oil prices up.", - "content": "Without interceptors for Riyadh, America risks making Iran stronger and driving oil prices up.", - "category": "PAID", - "link": "https://www.wsj.com/articles/us-needs-saudi-arabia-arms-patriot-interceptors-drone-missile-houthis-oil-prices-biden-human-rights-11639064928", + "title": "Trop cher, le fer rouille en Algérie ", + "description": "Chantiers au ralenti, chômage et dépôts de bilan : le BTP algérien est à la peine. En cause, la flambée des prix du fer à béton, essentiel à la structure des bâtiments.", + "content": "Chantiers au ralenti, chômage et dépôts de bilan : le BTP algérien est à la peine. En cause, la flambée des prix du fer à béton, essentiel à la structure des bâtiments.", + "category": "", + "link": "https://www.courrierinternational.com/article/construction-trop-cher-le-fer-rouille-en-algerie", "creator": "", - "pubDate": "Thu, 09 Dec 2021 12:29:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 06 Dec 2021 06:04:09 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/otto-web_2.jpg?itok=RLPsU8yH", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02e39fff3e45f8507925c6354cb7114f" + "hash": "a3f30b3520998922179f628b4d05458f" }, { - "title": "Iran's Increasingly Short Path to a Bomb", - "description": "The 2015 deal’s lax rules made it easy for Tehran to advance its program.", - "content": "The 2015 deal’s lax rules made it easy for Tehran to advance its program.", - "category": "PAID", - "link": "https://www.wsj.com/articles/irans-increasingly-short-path-to-a-bomb-nuclear-deal-biden-trump-jcpoa-11638887488", + "title": "Un projet de production d’hydrogène vert à échelle industrielle en Espagne", + "description": "La compagnie d’électricité espagnole Iberdrola s’associe à la société suédoise H2 Green Steel dans un plan à 2,3 milliards d’euros pour produire de l’hydrogène renouvelable sur le territoire espagnol à l’horizon 2025 ou 2026.", + "content": "La compagnie d’électricité espagnole Iberdrola s’associe à la société suédoise H2 Green Steel dans un plan à 2,3 milliards d’euros pour produire de l’hydrogène renouvelable sur le territoire espagnol à l’horizon 2025 ou 2026.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-un-projet-de-production-dhydrogene-vert-echelle-industrielle-en-espagne", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:52:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 03 Dec 2021 21:07:26 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_245.png?itok=o1VTmoFZ", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8583f8a241fa3c306380d43d6c881009" + "hash": "afbff5136adea0916fb9492d8b7d56e1" }, { - "title": "Let's Pump the Brakes on Big Tech", - "description": "Smartphones exist to distract us. Cars require the opposite.", - "content": "Smartphones exist to distract us. Cars require the opposite.", - "category": "PAID", - "link": "https://www.wsj.com/articles/lets-pump-the-brakes-on-big-tech-car-distracted-driving-accidents-auto-maker-apple-google-11639064616", + "title": "Uber paie 9 millions de dollars dans l’affaire des plaintes pour harcèlement sexuel", + "description": "La plateforme de chauffeurs privés avait été condamnée en Californie à payer 59 millions de dollars pour refus de coopérer sur des plaintes pour agressions sexuelles. L’accord réduit l’amende mais oblige Uber à transmettre les données anonymisées.", + "content": "La plateforme de chauffeurs privés avait été condamnée en Californie à payer 59 millions de dollars pour refus de coopérer sur des plaintes pour agressions sexuelles. L’accord réduit l’amende mais oblige Uber à transmettre les données anonymisées.", + "category": "", + "link": "https://www.courrierinternational.com/article/etats-unis-uber-paie-9-millions-de-dollars-dans-laffaire-des-plaintes-pour-harcelement", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:34:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 03 Dec 2021 19:36:14 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxk6krx.jpg?itok=fG_qNz7R", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1788370d7d0fe26a8a0fe3308b59fe1" + "hash": "4f2bdb893c976dc21ff98bab4f9fed7b" }, { - "title": "Biden Would Make Daycare Even More Expensive", - "description": "The Build Back Better bill would act like a $20,000 to $30,000 annual tax on middle-income families.", - "content": "The Build Back Better bill would act like a $20,000 to $30,000 annual tax on middle-income families.", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-would-make-daycare-even-pricier-child-care-cost-quality-regulation-build-back-better-11639084122", + "title": "Les femmes les plus influentes de 2021, selon le “Financial Times”", + "description": "Le quotidien économique et financier britannique a dévoilé sa liste des femmes les plus influentes de l’année 2021. Des “dirigeantes”, des “héroïnes” et des “créatrices”.", + "content": "Le quotidien économique et financier britannique a dévoilé sa liste des femmes les plus influentes de l’année 2021. Des “dirigeantes”, des “héroïnes” et des “créatrices”.", + "category": "", + "link": "https://www.courrierinternational.com/article/liste-les-femmes-les-plus-influentes-de-2021-selon-le-financial-times", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:47:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 03 Dec 2021 18:07:37 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_par8092659.jpg?itok=Fclycl3G", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "d505c7b55bab9208544d9d1c5bc1006a" + "hash": "f029b7c935d01da3d5670f2c7e54ceba" }, { - "title": "Court Packing Is Discreditable as Ever", - "description": "Judicial independence is too important to sacrifice for a majority’s temporary political advantage.", - "content": "Judicial independence is too important to sacrifice for a majority’s temporary political advantage.", - "category": "PAID", - "link": "https://www.wsj.com/articles/court-packing-is-discreditable-as-ever-supreme-court-expansion-biden-progressives-constitution-11639083365", + "title": "Macron dans le Golfe, une tournée au menu économique et diplomatique copieux", + "description": "En visite express dans la péninsule arabique, le président français a signé une vente de Rafale avec les Émirats. Au même moment, au Liban, un ministre qui avait tenu des propos jugés hostiles par l’Arabie Saoudite, où le chef de l’État doit se rendre samedi 4 décembre, quittait ses fonctions.", + "content": "En visite express dans la péninsule arabique, le président français a signé une vente de Rafale avec les Émirats. Au même moment, au Liban, un ministre qui avait tenu des propos jugés hostiles par l’Arabie Saoudite, où le chef de l’État doit se rendre samedi 4 décembre, quittait ses fonctions.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/visite-macron-dans-le-golfe-une-tournee-au-menu-economique-et-diplomatique-copieux", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:50:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 03 Dec 2021 16:04:49 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9tw2tp.jpg?itok=Gcx_TuYy", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85298a4be84985d65d3568cd7b292620" + "hash": "d07265dcd16316491f84a5c2ec599fba" }, { - "title": "What Hillary Might Have Said", - "description": "American greatness does not depend on a particular partisan outcome.", - "content": "American greatness does not depend on a particular partisan outcome.", - "category": "PAID", - "link": "https://www.wsj.com/articles/what-hillary-might-have-said-11639098094", + "title": "Le train de la chance pour le Laos ?", + "description": "L’inauguration, ce 3 décembre, de la ligne de train traversant le Laos du nord au sud marque le succès d’un chantier financé en partie par la Chine. Entre surendettement et développement du commerce avec ses voisins, les enjeux sont de taille pour le pays enclavé.", + "content": "L’inauguration, ce 3 décembre, de la ligne de train traversant le Laos du nord au sud marque le succès d’un chantier financé en partie par la Chine. Entre surendettement et développement du commerce avec ses voisins, les enjeux sont de taille pour le pays enclavé.", + "category": "", + "link": "https://www.courrierinternational.com/article/infrastructure-le-train-de-la-chance-pour-le-laos", "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:01:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 03 Dec 2021 06:00:24 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-12-01_a_11.51.56.png?itok=SU41xlA4", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e50b0bbac0f011a6fe46918de73d5a97" + "hash": "86df45861e94f562915e3d71498206eb" }, { - "title": "Christendom's Greatest Satirist", - "description": "In Martin Luther’s age, Erasmus tried to bridge the Catholic-Protestant divide.", - "content": "In Martin Luther’s age, Erasmus tried to bridge the Catholic-Protestant divide.", - "category": "PAID", - "link": "https://www.wsj.com/articles/christendoms-greatest-satirist-desiderius-erasmus-martin-luther-reformation-catholic-polarization-11639083987", + "title": "Susan Arnold, première présidente de Disney", + "description": "Susan Arnold prendra ses fonctions à la fin de l’année à la tête du conseil d’administration du géant du divertissement. Une première depuis la création de Walt Disney, il y a quatre-vingt-dix-huit ans, qui marque aussi la fin d’une époque.", + "content": "Susan Arnold prendra ses fonctions à la fin de l’année à la tête du conseil d’administration du géant du divertissement. Une première depuis la création de Walt Disney, il y a quatre-vingt-dix-huit ans, qui marque aussi la fin d’une époque.", + "category": "", + "link": "https://www.courrierinternational.com/article/divertissement-susan-arnold-premiere-presidente-de-disney", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:41:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 02 Dec 2021 16:32:44 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_serrano-notitle211125_npfq6.jpg?itok=BHUuFIqo", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f64cac6fc4a58fd512cf8dfc3a5fa06" + "hash": "cda3c0bdb45cd7a31c2dc109eb3ce781" }, { - "title": "Stupid Inflation Tricks, Round 2", - "description": "An energy executive instructs Sen. Warren on natural gas prices and CO2 emissions.", - "content": "An energy executive instructs Sen. Warren on natural gas prices and CO2 emissions.", - "category": "PAID", - "link": "https://www.wsj.com/articles/stupid-inflation-tricks-round-2-elizabeth-warren-toby-rice-eqt-energy-prices-natural-gas-11638990465", + "title": "Bruxelles veut concurrencer les nouvelles routes de la soie chinoises", + "description": "La Commission européenne a présenté, mercredi 1er décembre, Global Gateway, une stratégie d’investissements de 300 milliards d’euros en faveur des pays en développement. Pour la presse espagnole, nul doute, l’UE cherche à s’affirmer sur la scène géopolitique face à la Chine.", + "content": "La Commission européenne a présenté, mercredi 1er décembre, Global Gateway, une stratégie d’investissements de 300 milliards d’euros en faveur des pays en développement. Pour la presse espagnole, nul doute, l’UE cherche à s’affirmer sur la scène géopolitique face à la Chine.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/vu-despagne-bruxelles-veut-concurrencer-les-nouvelles-routes-de-la-soie-chinoises", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:17:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 02 Dec 2021 15:57:48 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxkwpuo.jpg?itok=o7UUsUvN", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8eb8600254628a6dfa528effb5dd12a4" + "hash": "3c6e73b4ea10ba3989b99ac941c02ed1" }, { - "title": "Inflation Isn't 'Transitory' on My Farm", - "description": "My shipment of flowerpots is floating in the Pacific, and my fertilizer costs could triple this year.", - "content": "My shipment of flowerpots is floating in the Pacific, and my fertilizer costs could triple this year.", - "category": "PAID", - "link": "https://www.wsj.com/articles/inflation-isnt-transitory-on-my-farm-supply-chain-shipping-small-business-trade-fertilizer-hawley-rubio-11638980824", + "title": "Les Américains, champions du monde des déchets plastiques", + "description": "Chaque Américain jette, en moyenne, 130 kilos de plastique par an. Selon un rapport commandé par le Congrès, le pays est le premier producteur mondial de déchets plastiques.", + "content": "Chaque Américain jette, en moyenne, 130 kilos de plastique par an. Selon un rapport commandé par le Congrès, le pays est le premier producteur mondial de déchets plastiques.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-les-americains-champions-du-monde-des-dechets-plastiques", "creator": "", - "pubDate": "Wed, 08 Dec 2021 12:33:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 02 Dec 2021 15:01:08 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_6_24.png?itok=9xuXw6o5", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fc01e147b1176a2aeb23a55ab2097d8" + "hash": "d256c4310dc24e6003e3a81d5cf9b912" }, { - "title": "Their Friends the Americans", - "description": "The Saudis are running out of ammo to defend against the Houthis.", - "content": "The Saudis are running out of ammo to defend against the Houthis.", - "category": "PAID", - "link": "https://www.wsj.com/articles/their-friends-the-americans-saudi-arabia-houthis-iran-ammunition-senate-resolution-11638975527", + "title": "Le variant Omicron menace la reprise économique mondiale, selon l’OCDE", + "description": "Dans son rapport semestriel présenté mercredi, l’organisation internationale révise à la hausse ses prévisions pour l’inflation en 2022, qui s’établirait à 4,4 % dans les pays développés, mais ne touche pas aux perspectives de croissance mondiale.", + "content": "Dans son rapport semestriel présenté mercredi, l’organisation internationale révise à la hausse ses prévisions pour l’inflation en 2022, qui s’établirait à 4,4 % dans les pays développés, mais ne touche pas aux perspectives de croissance mondiale.", + "category": "", + "link": "https://www.courrierinternational.com/article/croissance-le-variant-omicron-menace-la-reprise-economique-mondiale-selon-locde", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:04:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 01 Dec 2021 17:33:49 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/020_1346534514.jpg?itok=KBrffgmM", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c2735e11713f274c28b1a661f826e93f" + "hash": "8640d2fcd3bbf285e3b38fd2d60dd983" }, { - "title": "Deter Russia by Arming NATO Allies", - "description": "Moscow is challenging Europe’s postwar security system, and not only by threatening Ukraine.", - "content": "Moscow is challenging Europe’s postwar security system, and not only by threatening Ukraine.", - "category": "PAID", - "link": "https://www.wsj.com/articles/deter-russia-by-arming-nato-allies-ukraine-putin-invasion-poland-lithuania-belarus-biden-11638980893", + "title": "Encore une année record pour les énergies renouvelables", + "description": "Quelque 290 gigawatts de capacités nouvelles auront été installés en 2021, affirme l’Agence internationale de l’énergie. L’éolien et le solaire devraient fournir 95 % de la croissance de la production mondiale d’électricité d’ici à la fin 2026.", + "content": "Quelque 290 gigawatts de capacités nouvelles auront été installés en 2021, affirme l’Agence internationale de l’énergie. L’éolien et le solaire devraient fournir 95 % de la croissance de la production mondiale d’électricité d’ici à la fin 2026.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-encore-une-annee-record-pour-les-energies-renouvelables", "creator": "", - "pubDate": "Wed, 08 Dec 2021 12:34:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 01 Dec 2021 12:28:39 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_241.png?itok=ndSNcHgF", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73e93d2b979873d10a88af97aca2ebce" + "hash": "435681cf5c9758f7b56d39091bf1778a" }, { - "title": "The Predictable Consequences of 'Defund the Police'", - "description": "It took a spate of murders for the mayor of Oakland, Calif., to abandon the destructive slogan.", - "content": "It took a spate of murders for the mayor of Oakland, Calif., to abandon the destructive slogan.", - "category": "PAID", - "link": "https://www.wsj.com/articles/consequences-of-defunding-the-police-libby-schaaf-violent-crime-rate-murder-public-safety-11638915238", + "title": "L’inflation dans la zone euro s’emballe à 4,9 %", + "description": "La hausse des prix dans la zone euro, portée par la crise de l’énergie, a atteint en novembre son niveau le plus élevé depuis l’introduction de la monnaie unique. Mais selon la Banque centrale européenne, cette flambée devrait s’atténuer dès le mois prochain.", + "content": "La hausse des prix dans la zone euro, portée par la crise de l’énergie, a atteint en novembre son niveau le plus élevé depuis l’introduction de la monnaie unique. Mais selon la Banque centrale européenne, cette flambée devrait s’atténuer dès le mois prochain.", + "category": "", + "link": "https://www.courrierinternational.com/article/conjoncture-linflation-dans-la-zone-euro-semballe-49", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:24:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 30 Nov 2021 16:27:30 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_210929-99-410128_dpai.jpg?itok=6Kj7cfXX", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad072c64ace4127ac75a7e181e68d45d" + "hash": "c7935f65e45229157b83d3039ede9e0e" }, { - "title": "About All Those Pandemic Billionaires", - "description": "Thomas Piketty shows how government stoked wealth inequality.", - "content": "Thomas Piketty shows how government stoked wealth inequality.", - "category": "PAID", - "link": "https://www.wsj.com/articles/about-all-those-pandemic-billionaires-world-inequality-report-thomas-piketty-11638991033", + "title": "Lego offre trois jours de congé à ses salariés après une année “extraordinaire”", + "description": "L’entreprise danoise, qui affiche des bénéfices en hausse de 140 % au premier semestre, remercie ses 20 400 employés dans le monde avec une prime et des vacances supplémentaires.", + "content": "L’entreprise danoise, qui affiche des bénéfices en hausse de 140 % au premier semestre, remercie ses 20 400 employés dans le monde avec une prime et des vacances supplémentaires.", + "category": "", + "link": "https://www.courrierinternational.com/article/social-lego-offre-trois-jours-de-conge-ses-salaries-apres-une-annee-extraordinaire", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:02:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 30 Nov 2021 14:34:04 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/020_1311193228.jpg?itok=tn64aP90", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b00c63f65d7306f2591f03e2a599f10" + "hash": "087850ec674c4c3da8c48b1c47d9fc65" }, { - "title": "How I Reached the Tipping Point", - "description": "Another customer gave a Whole Foods cashier a hard time. I gave her a $20 bill.", - "content": "Another customer gave a Whole Foods cashier a hard time. I gave her a $20 bill.", - "category": "PAID", - "link": "https://www.wsj.com/articles/how-i-reached-the-tipping-point-charity-kindness-giving-covid-19-masks-11638988631", + "title": "L’ami Covid, la guerre froide chez McDo et les narcos high-tech", + "description": "Comme toute la planète, les États-Unis se préparent avec inquiétude à l’arrivée du variant Omicron, découvert en Afrique du Sud. Mais le New York Times Magazine a tout de même décidé de consacrer cette semaine sa une aux conséquences positives de deux ans de pandémie de Covid-19. Depuis janvier 2020, le gouvernement a injecté plus de 4 000 milliards de dollars de fonds publics dans l’économie, l’équivalent du budget annuel du pays, destinés autant à la survie du citoyen lambda qu’à...", + "content": "Comme toute la planète, les États-Unis se préparent avec inquiétude à l’arrivée du variant Omicron, découvert en Afrique du Sud. Mais le New York Times Magazine a tout de même décidé de consacrer cette semaine sa une aux conséquences positives de deux ans de pandémie de Covid-19. Depuis janvier 2020, le gouvernement a injecté plus de 4 000 milliards de dollars de fonds publics dans l’économie, l’équivalent du budget annuel du pays, destinés autant à la survie du citoyen lambda qu’à...", + "category": "", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-lami-covid-la-guerre-froide-chez-mcdo-et-les-narcos-high-tech", "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:46:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 30 Nov 2021 09:05:35 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_16.png?itok=jpLm1rCo", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "941214bd8e42d101f32b4e6326c29402" + "hash": "93002caafde43f0e0c68f6e50b6d4170" }, { - "title": "The Unbreakable Elizabeth Holmes", - "description": "Like the sitcom heroine, she’s innocent, more or less, and ready to move on.", - "content": "Like the sitcom heroine, she’s innocent, more or less, and ready to move on.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-unbreakable-elizabeth-holmes-trial-theranos-lab-reports-fraud-silicon-valley-venture-capital-11638916935", + "title": "Espagne : à Cadix, la “dernière génération” d’ouvriers de la métallurgie ?", + "description": "La jeunesse de Cadix est inquiète pour son avenir. Dans cette région de l’Andalousie, marquée par un taux de chômage parmi les plus élevés du pays, la nouvelle génération du secteur de la métallurgie craint le pire.", + "content": "La jeunesse de Cadix est inquiète pour son avenir. Dans cette région de l’Andalousie, marquée par un taux de chômage parmi les plus élevés du pays, la nouvelle génération du secteur de la métallurgie craint le pire.", + "category": "", + "link": "https://www.courrierinternational.com/article/video-espagne-cadix-la-derniere-generation-douvriers-de-la-metallurgie", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:19:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 29 Nov 2021 18:07:43 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-11-29_a_15.18.06.png?itok=alchZv2T", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d54ddf3cd69eff0f959ca609ab9ff18" + "hash": "e85638535f5ce4f61be05817c9c19ee9" }, { - "title": "Capitalism---the People's Choice", - "description": "Gallup finds that most Americans prefer capitalism.", - "content": "Gallup finds that most Americans prefer capitalism.", - "category": "PAID", - "link": "https://www.wsj.com/articles/capitalismthe-peoples-choice-11639000741", + "title": "La France a-t-elle raison de déréférencer Wish ?", + "description": "La France a frappé fort en décidant d’interdire aux moteurs de recherche de référencer le site de vente en ligne Wish. Mais c’est peut-être un acte avant tout symbolique, estime ce quotidien de Genève.", + "content": "La France a frappé fort en décidant d’interdire aux moteurs de recherche de référencer le site de vente en ligne Wish. Mais c’est peut-être un acte avant tout symbolique, estime ce quotidien de Genève.", + "category": "", + "link": "https://www.courrierinternational.com/article/vu-de-suisse-la-france-t-elle-raison-de-dereferencer-wish", "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:59:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 29 Nov 2021 12:30:23 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_porzycki-shopifya210826_nplzo.jpg?itok=N3EOfkbJ", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "4ac4c64504669403091c285a26a20abb" + "hash": "c319fdf3696c008e7f389153117062c4" }, { - "title": "Hong Kong Listing Means More Trouble for Didi", - "description": "‘National security’ laws allow Beijing to operate with impunity, free from foreign regulatory scrutiny.", - "content": "‘National security’ laws allow Beijing to operate with impunity, free from foreign regulatory scrutiny.", - "category": "PAID", - "link": "https://www.wsj.com/articles/hong-kong-listing-means-trouble-for-didi-chuxing-hkex-nyse-xi-national-security-emerging-markets-11638988934", + "title": "Tout le monde paie cher ses courses", + "description": "L’indice mondial du prix des denrées alimentaires grimpe en flèche, dépassant les pics de 2008 et 2011. La note n’est cependant pas aussi salée au Nord qu’au Sud, note le Financial Times.", + "content": "L’indice mondial du prix des denrées alimentaires grimpe en flèche, dépassant les pics de 2008 et 2011. La note n’est cependant pas aussi salée au Nord qu’au Sud, note le Financial Times.", + "category": "", + "link": "https://www.courrierinternational.com/article/consommation-tout-le-monde-paie-cher-ses-courses", "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:50:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 29 Nov 2021 05:52:35 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/kazanevsky_1.jpg?itok=GJsJv9Nm", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "31d24d36a05a5f7bb17f94e4756065e9" + "hash": "822ee5101ed6028dd3ad54dc9c1cb525" }, { - "title": "Yes, the Crime Wave is as Bad as You Think", - "description": "Progressives gaslight the public by claiming things used to be worse.", - "content": "Progressives gaslight the public by claiming things used to be worse.", - "category": "PAID", - "link": "https://www.wsj.com/articles/yes-the-crime-wave-is-as-bad-as-you-think-murder-rate-violent-killings-shootings-defund-police-11638988699", + "title": "Voyage dans l’enfer de la bureaucratie post-Brexit", + "description": "L’accord sur le Brexit a compliqué les relations commerciales entre l’Union européenne et le Royaume-Uni, selon la Neue Zürcher Zeitung​. Même l’importation de vin, pourtant exemptée de droits de douane, s’est considérablement complexifiée.", + "content": "L’accord sur le Brexit a compliqué les relations commerciales entre l’Union européenne et le Royaume-Uni, selon la Neue Zürcher Zeitung​. Même l’importation de vin, pourtant exemptée de droits de douane, s’est considérablement complexifiée.", + "category": "", + "link": "https://www.courrierinternational.com/article/economie-voyage-dans-lenfer-de-la-bureaucratie-post-brexit", "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:51:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Sun, 28 Nov 2021 10:36:26 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/tom_2016-11-03-5399-w.jpg?itok=15IPa2ta", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ebc10e0ee36566f2672be17b8a92fa69" + "hash": "3344baee4dd638539bfa49cf0c275143" }, { - "title": "Children and the Burden of Covid Policy", - "description": "A mandate deadline approaches at one of America’s largest school systems.", - "content": "A mandate deadline approaches at one of America’s largest school systems.", - "category": "PAID", - "link": "https://www.wsj.com/articles/children-and-the-burden-of-covid-policy-11638995783", + "title": "Une journée avec un “cow-boy” indonésien collecteur de dettes", + "description": "Un journaliste indonésien a suivi pendant une journée un collecteur de dettes qui arpente les rues de Jakarta à moto. Depuis le début de la pandémie, les prêts en ligne légaux et illégaux se multiplient. Des milliers d’Indonésiens seraient concernés.", + "content": "Un journaliste indonésien a suivi pendant une journée un collecteur de dettes qui arpente les rues de Jakarta à moto. Depuis le début de la pandémie, les prêts en ligne légaux et illégaux se multiplient. Des milliers d’Indonésiens seraient concernés.", + "category": "", + "link": "https://www.courrierinternational.com/article/societe-une-journee-avec-un-cow-boy-indonesien-collecteur-de-dettes", "creator": "", - "pubDate": "Wed, 08 Dec 2021 15:36:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Sat, 27 Nov 2021 13:51:14 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/clone-martirena_2016-04-08-1419.jpg?itok=xLkT2g7B", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b28261a5ef8639c840ea61f13b9944cb" + "hash": "85b9769642a525b342f829a7498e240f" }, { - "title": "Those Who Campaign, Teach My Students", - "description": "In a semester at UT Austin, I tried to show how to hook voters and rise in politics.", - "content": "In a semester at UT Austin, I tried to show how to hook voters and rise in politics.", - "category": "PAID", - "link": "https://www.wsj.com/articles/those-who-campaign-teach-my-students-bush-trump-obama-carville-axelrod-baker-mckinnon-11638988456", + "title": "Costa Rica : les zones d’ombres du “paradis” d’Amérique centrale", + "description": "Le pays, de loin le plus stable et démocratique de la région, est désormais de plus en plus fracturé par les inégalités, la crise économique et les coupes budgétaires. Il reste cependant un exemple pour la zone. Un reportage du site nicaraguayen Divergentes.", + "content": "Le pays, de loin le plus stable et démocratique de la région, est désormais de plus en plus fracturé par les inégalités, la crise économique et les coupes budgétaires. Il reste cependant un exemple pour la zone. Un reportage du site nicaraguayen Divergentes.", + "category": "", + "link": "https://www.courrierinternational.com/article/revers-costa-rica-les-zones-dombres-du-paradis-damerique-centrale", "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:56:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Sat, 27 Nov 2021 06:04:50 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/p-39-kazanevsky_0.jpg?itok=YsiKyB2z", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f93350ea4ba49eb863535fc521b9b8ed" + "hash": "477794094b2c5c73e8c45f83a7c57910" }, { - "title": "Federal Courts Aren't Royal Ones", - "description": "The judiciary should make it harder for judges to influence the selection of their successors.", - "content": "The judiciary should make it harder for judges to influence the selection of their successors.", - "category": "PAID", - "link": "https://www.wsj.com/articles/federal-courts-arent-royal-ones-separation-of-powers-judicial-successor-appointee-biden-king-11638988111", + "title": "Un Black Friday de manifestations contre Amazon", + "description": "Des salariés du géant du commerce en ligne, à l’appel du mouvement international Make Amazon Pay, ont choisi cette journée au chiffre d’affaires exceptionnel pour protester contre leurs conditions de travail. Des entrepôts ont aussi été bloqués par Extinction Rebellion au Royaume-Uni, en Allemagne et aux Pays-Bas.", + "content": "Des salariés du géant du commerce en ligne, à l’appel du mouvement international Make Amazon Pay, ont choisi cette journée au chiffre d’affaires exceptionnel pour protester contre leurs conditions de travail. Des entrepôts ont aussi été bloqués par Extinction Rebellion au Royaume-Uni, en Allemagne et aux Pays-Bas.", + "category": "", + "link": "https://www.courrierinternational.com/article/social-un-black-friday-de-manifestations-contre-amazon", "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:54:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 26 Nov 2021 19:57:27 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9tf8nk.jpg?itok=dOXTEsou", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb8545231e771a3a1f5db910b3c7e621" + "hash": "0025b20e0cd71982b819eda351e6fe5e" }, { - "title": "Biden's Supreme Court Packers Pack Up", - "description": "Their report on adding Justices puts the issue in the President’s court.", - "content": "Their report on adding Justices puts the issue in the President’s court.", - "category": "PAID", - "link": "https://www.wsj.com/articles/bidens-supreme-court-packers-pack-up-advisory-commission-report-11638918665", + "title": "L’Europe et l’Asie se barricadent face au nouveau variant d’Afrique du Sud", + "description": "Après le Royaume-Uni le 25 novembre au soir, de plus en plus de pays décident d’interdire les vols en provenance d’Afrique australe, où une nouvelle souche potentiellement plus contagieuse du Covid-19 a été détectée. L’OMS appelle pourtant à ne pas aller trop vite.", + "content": "Après le Royaume-Uni le 25 novembre au soir, de plus en plus de pays décident d’interdire les vols en provenance d’Afrique australe, où une nouvelle souche potentiellement plus contagieuse du Covid-19 a été détectée. L’OMS appelle pourtant à ne pas aller trop vite.", + "category": "", + "link": "https://www.courrierinternational.com/article/contagion-leurope-et-lasie-se-barricadent-face-au-nouveau-variant-dafrique-du-sud", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:54:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 26 Nov 2021 17:02:52 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxkm36h.jpg?itok=fvGjOQlS", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8a2e4173366b4426186abb8d9b9e3fb5" + "hash": "b9129c7300d6c77faa193660997b59f2" }, { - "title": "The Fight for Ukraine From Putin's View", - "description": "He sees Russia’s loss of the country as a historic injustice. So how far will he go?", - "content": "He sees Russia’s loss of the country as a historic injustice. So how far will he go?", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-fight-for-ukraine-from-putin-view-vladimir-biden-talks-russia-unity-ussr-crimea-invasion-11638889320", + "title": "Des cochons patrouillent pour protéger le principal aéroport des Pays-Bas", + "description": "Pour lutter contre la présence d’oiseaux autour de l’aéroport international de Schiphol, aux Pays-Bas, les autorités ont décidé de déployer une armée de… cochons. Le projet doit notamment permettre d’éviter des accidents.\n ", + "content": "Pour lutter contre la présence d’oiseaux autour de l’aéroport international de Schiphol, aux Pays-Bas, les autorités ont décidé de déployer une armée de… cochons. Le projet doit notamment permettre d’éviter des accidents.\n ", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/securite-des-cochons-patrouillent-pour-proteger-le-principal-aeroport-des-pays-bas", "creator": "", - "pubDate": "Tue, 07 Dec 2021 15:26:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 26 Nov 2021 11:58:03 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-11-26_a_11.54.53.png?itok=GlyJdUW6", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f07808e2c340683658a113bd0c961ff6" + "hash": "95d2e549b878039ad3bd75f67435b0b0" }, { - "title": "Trump's Georgia Vendetta", - "description": "He stokes a GOP primary fight that may elect Stacey Abrams.", - "content": "He stokes a GOP primary fight that may elect Stacey Abrams.", - "category": "PAID", - "link": "https://www.wsj.com/articles/donald-trumps-georgia-vendetta-stacey-abrams-david-perdue-brian-kemp-11638835818", + "title": "Le chantier de la gare de Stuttgart entaché de soupçons de pots-de-vin", + "description": "La Deutsche Bahn est accusée par deux lanceurs d’alerte d’avoir ignoré leurs signalements répétés de fraudes et de détournements de fonds dans le projet d’infrastructures le plus coûteux d’Allemagne, la gare souterraine de Stuttgart.", + "content": "La Deutsche Bahn est accusée par deux lanceurs d’alerte d’avoir ignoré leurs signalements répétés de fraudes et de détournements de fonds dans le projet d’infrastructures le plus coûteux d’Allemagne, la gare souterraine de Stuttgart.", + "category": "", + "link": "https://www.courrierinternational.com/article/grands-travaux-le-chantier-de-la-gare-de-stuttgart-entache-de-soupcons-de-pots-de-vin", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:54:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 25 Nov 2021 15:42:10 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9kv7dz.jpg?itok=ZMie9Jrf", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c48581e12ba81a20fc65e70b24d23fdd" + "hash": "b1c21bf012620f6c211e47c035c311cb" }, { - "title": "Biden Finds a Culprit for America's Crime Wave: Covid-19", - "description": "The White House calls the virus a ‘root cause’ in an effort to shift blame from perpetrators and policies.", - "content": "The White House calls the virus a ‘root cause’ in an effort to shift blame from perpetrators and policies.", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-tries-to-blame-covid-19-for-crime-shoplifting-looting-bail-reform-california-defund-police-11638802657", + "title": "Biden puise dans les réserves stratégiques pour lutter contre la crise de l’énergie", + "description": "Les États-Unis ont convaincu la Chine, l’Inde, le Royaume-Uni, le Japon et la Corée du Sud de libérer une partie de leurs réserves nationales de pétrole afin de faire baisser les prix du baril. Un effet d’annonce qui risque de faire flop.", + "content": "Les États-Unis ont convaincu la Chine, l’Inde, le Royaume-Uni, le Japon et la Corée du Sud de libérer une partie de leurs réserves nationales de pétrole afin de faire baisser les prix du baril. Un effet d’annonce qui risque de faire flop.", + "category": "", + "link": "https://www.courrierinternational.com/article/petrole-biden-puise-dans-les-reserves-strategiques-pour-lutter-contre-la-crise-de-lenergie", "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:15:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 24 Nov 2021 18:01:29 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_1355172566.jpg?itok=oQinPrU9", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95cb3a9928401b3323bdcfe03bb9c45f" + "hash": "fe7c25a4b87267ec51814459d6139fff" }, { - "title": "Religious Schools and the Constitution", - "description": "The Supreme Court could extend a landmark school-choice case.", - "content": "The Supreme Court could extend a landmark school-choice case.", - "category": "PAID", - "link": "https://www.wsj.com/articles/religious-schools-and-the-constitution-supreme-court-carson-v-makin-maine-11638836528", + "title": "La marque Tolkien met fin à l’aventure de la cryptomonnaie JRR Token", + "description": "Une nouvelle monnaie numérique avait fait parler d’elle en abusant des clins d’œil à l’univers du Seigneur des anneaux. Elle jouait notamment sur la proximité du mot “token” (“jeton”) avec le nom “Tolkien”. Les ayants droit du célèbre écrivain ont obtenu sa suppression.", + "content": "Une nouvelle monnaie numérique avait fait parler d’elle en abusant des clins d’œil à l’univers du Seigneur des anneaux. Elle jouait notamment sur la proximité du mot “token” (“jeton”) avec le nom “Tolkien”. Les ayants droit du célèbre écrivain ont obtenu sa suppression.", + "category": "", + "link": "https://www.courrierinternational.com/article/epilogue-la-marque-tolkien-met-fin-laventure-de-la-cryptomonnaie-jrr-token", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:53:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 24 Nov 2021 15:27:03 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_porzycki-cryptocu210928_npcwk_0.jpg?itok=NdbLcLf9", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea8e6b2f119dde0054568bafdac34d87" + "hash": "2adeb0f8fe77aae792b44e1ddea30bb8" }, { - "title": "The Supreme Court's Chance to Rein In the Regulatory State", - "description": "The doctrine of Chevron deference is at stake in an otherwise obscure case the justices heard last week.", - "content": "The doctrine of Chevron deference is at stake in an otherwise obscure case the justices heard last week.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-supreme-court-chance-to-rein-in-federal-agency-power-chevron-deference-gorsuch-barrett-11638888240", + "title": "En Hongrie, la monnaie nationale plombée par l’inflation et la pandémie", + "description": "Le forint enregistre une perte de valeur record. Plus largement, relève le journal Népszava, “l’économie hongroise est malade”.", + "content": "Le forint enregistre une perte de valeur record. Plus largement, relève le journal Népszava, “l’économie hongroise est malade”.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/economie-en-hongrie-la-monnaie-nationale-plombee-par-linflation-et-la-pandemie", "creator": "", - "pubDate": "Tue, 07 Dec 2021 15:11:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 24 Nov 2021 15:06:37 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtx2ea23.jpg?itok=-2yprspa", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9204847fee9c5749cfc4f5692966feb2" + "hash": "985f46ac8998870f06444bedc6c9fa16" }, { - "title": "Systemic Bias Against Asians", - "description": "To the San Francisco school board, some minorities are more equal than others.", - "content": "To the San Francisco school board, some minorities are more equal than others.", - "category": "PAID", - "link": "https://www.wsj.com/articles/systemic-anti-asian-bias-san-francisco-merit-test-sat-harvard-california-minorities-racism-11638830364", + "title": "La folie des grandeurs agricoles du président Joko Widodo", + "description": "Pour anticiper une crise alimentaire majeure annoncée par les Nations unies, le gouvernement indonésien a lancé en 2020 un programme de gigantesques domaines agricoles à Kalimantan et Sumatra. Il est plus que jamais dénoncé par les organisations environnementales, souligne Koran Tempo.\n \n \n\n   ", + "content": "Pour anticiper une crise alimentaire majeure annoncée par les Nations unies, le gouvernement indonésien a lancé en 2020 un programme de gigantesques domaines agricoles à Kalimantan et Sumatra. Il est plus que jamais dénoncé par les organisations environnementales, souligne Koran Tempo.\n \n \n\n   ", + "category": "", + "link": "https://www.courrierinternational.com/article/indonesie-la-folie-des-grandeurs-agricoles-du-president-joko-widodo", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:27:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 24 Nov 2021 14:35:54 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-11-24_a_13.46.39.png?itok=93M5-WpW", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47425719eacf2bf17345562039ee887c" + "hash": "137d54d5c27b7917280677ca71a73277" }, { - "title": "Saule Omarova Withdraws", - "description": "The White House lost on her nomination because it is bowing to Elizabeth Warren on financial regulation.", - "content": "The White House lost on her nomination because it is bowing to Elizabeth Warren on financial regulation.", - "category": "PAID", - "link": "https://www.wsj.com/articles/saule-omarova-withdraws-comptroller-of-the-currency-biden-elizabeth-warren-11638919303", + "title": "Apple poursuit le concepteur israélien du logiciel espion Pegasus", + "description": "La marque à la pomme voudrait interdire d’accès à ses iPhones le programme de surveillance de NSO, qu’elle accuse de “violation flagrante de la loi”.", + "content": "La marque à la pomme voudrait interdire d’accès à ses iPhones le programme de surveillance de NSO, qu’elle accuse de “violation flagrante de la loi”.", + "category": "", + "link": "https://www.courrierinternational.com/article/surveillance-apple-poursuit-le-concepteur-israelien-du-logiciel-espion-pegasus", "creator": "", - "pubDate": "Tue, 07 Dec 2021 21:42:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 24 Nov 2021 14:23:48 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxjgjwq.jpg?itok=cPB_RVST", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ca8dd438a0f9f09ade577c2936c3490" + "hash": "9194246260072321ca97d03199b6f98b" }, { - "title": "California Shoplifting 'With Relative Ease'", - "description": "But at least for the moment cops are still welcome in restaurants.", - "content": "But at least for the moment cops are still welcome in restaurants.", - "category": "PAID", - "link": "https://www.wsj.com/articles/california-shoplifting-with-relative-ease-11638919761", + "title": "Comment les ouvriers vietnamiens ont sauvé la production d’Apple et de Samsung", + "description": "Le Covid-19 a fortement perturbé l’activité des sous-traitants électroniques implantés au Vietnam. Grâce à l’installation de campements au sein même des complexes industriels, les ouvriers vietnamiens ont maintenu le rythme de production au prix de leur santé, raconte Rest of World.", + "content": "Le Covid-19 a fortement perturbé l’activité des sous-traitants électroniques implantés au Vietnam. Grâce à l’installation de campements au sein même des complexes industriels, les ouvriers vietnamiens ont maintenu le rythme de production au prix de leur santé, raconte Rest of World.", + "category": "", + "link": "https://www.courrierinternational.com/article/exploitation-comment-les-ouvriers-vietnamiens-ont-sauve-la-production-dapple-et-de-samsung", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:29:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 23 Nov 2021 16:51:59 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtss0e3.jpg?itok=oWenNerE", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dba4ed4f3cd217ac8022c3ae77889f54" + "hash": "a146aa80bc4f4ab7232b5a0a97b72420" }, { - "title": "China Will Soon Lead the U.S. in Tech", - "description": "Beijing pulls ahead in 5G and artificial intelligence, while catching up in semiconductors.", - "content": "Beijing pulls ahead in 5G and artificial intelligence, while catching up in semiconductors.", - "category": "PAID", - "link": "https://www.wsj.com/articles/china-will-soon-lead-the-us-in-tech-global-leader-semiconductors-5g-wireless-green-energy-11638915759", + "title": "Samsung investit 17 milliards de dollars dans une usine de puces au Texas", + "description": "Le numéro deux mondial des semi-conducteurs installera ses nouvelles lignes de production à Austin. Il répond ainsi à la pression de l’administration Biden pour relocaliser la fabrication des composants électroniques, dont la pénurie pénalise l’économie mondiale.", + "content": "Le numéro deux mondial des semi-conducteurs installera ses nouvelles lignes de production à Austin. Il répond ainsi à la pression de l’administration Biden pour relocaliser la fabrication des composants électroniques, dont la pénurie pénalise l’économie mondiale.", + "category": "", + "link": "https://www.courrierinternational.com/article/electronique-samsung-investit-17-milliards-de-dollars-dans-une-usine-de-puces-au-texas", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:26:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 23 Nov 2021 15:32:34 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_jung-sedex202201027_npurh.jpg?itok=HKQmc00_", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce2b514996e488fb65388b479110797e" + "hash": "58df0a26a8d2ccd08720f165881e3968" }, { - "title": "Notable & Quotable: Masking My 6-Year-Old", - "description": "‘It’s the entire system, starting at the top with elected leadership, that is failing our children.’", - "content": "‘It’s the entire system, starting at the top with elected leadership, that is failing our children.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-masking-my-6-year-old-education-mandates-schooling-covid-19-hochul-11638916196", + "title": "“Au revoir Hong Kong” : la capitale financière ne se remet pas du Covid-19", + "description": "Nikkei Asia constate la désaffection des milieux d’affaires pour la ville à cause des interminables restrictions liées au Covid-19. Une remise en cause du statut de Hong Kong sur le marché financier, note le magazine économique japonais.", + "content": "Nikkei Asia constate la désaffection des milieux d’affaires pour la ville à cause des interminables restrictions liées au Covid-19. Une remise en cause du statut de Hong Kong sur le marché financier, note le magazine économique japonais.", + "category": "", + "link": "https://www.courrierinternational.com/une/contrecoup-au-revoir-hong-kong-la-capitale-financiere-ne-se-remet-pas-du-covid-19", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:18:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 23 Nov 2021 12:43:15 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/https3a2f2fs3-ap-northeast-1.amazonaws.com2fpsh-ex-ftnikkei-3937bb42fimages2f22f72f22f62f37446272-1-eng-gb2f2021111820cover20large.jpg?itok=df_Teu9J", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39ed59ece58d6c3cbd3ef3dde8eca2d3" + "hash": "87e6536ad82ca49a2a14fd6a0b86f1b6" }, { - "title": "De Blasio's Vaccine Mandate Looks Unlawful", - "description": "The Supreme Court has approved only far milder measures.", - "content": "The Supreme Court has approved only far milder measures.", - "category": "PAID", - "link": "https://www.wsj.com/articles/de-blasio-vaccine-mandate-looks-unlawful-shots-covid-19-private-employees-new-york-bill-11638916746", + "title": "Les brise-fer de l’espace, les bricoleurs d’Apple, l’improbable TGV et les nouveaux détecteurs de mensonge", + "description": "“‘Désolé de vous réveiller si tôt’, dit la voix dans le haut-parleur, ‘mais un satellite s’est fragmenté et vous allez devoir commencer les procédures pour vous mettre en lieu sûr’”, raconte Space.com. La bande-son de la conversation entre la base de Houston et les astronautes de la Station spatiale internationale, le 15 novembre, rappelle de manière saisissante celle des personnages du film Gravity, quelques minutes avant la destruction de...", + "content": "“‘Désolé de vous réveiller si tôt’, dit la voix dans le haut-parleur, ‘mais un satellite s’est fragmenté et vous allez devoir commencer les procédures pour vous mettre en lieu sûr’”, raconte Space.com. La bande-son de la conversation entre la base de Houston et les astronautes de la Station spatiale internationale, le 15 novembre, rappelle de manière saisissante celle des personnages du film Gravity, quelques minutes avant la destruction de...", + "category": "", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-les-brise-fer-de-lespace-les-bricoleurs-dapple-limprobable-tgv-et-les", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:25:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 23 Nov 2021 09:14:06 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_1.png?itok=WUzjortT", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b315dffc2c580450ca40c303affecfb8" + "hash": "4ddbf801dae312dd89c73ec999e2f0c2" }, { - "title": "Tax the Rich: Good or Bad Idea?", - "description": "Students discuss raising rates.", - "content": "Students discuss raising rates.", - "category": "PAID", - "link": "https://www.wsj.com/articles/tax-the-rich-good-or-bad-wealth-rate-unrealized-capital-gains-investment-build-back-better-11638916192", + "title": "Le patron de la banque centrale américaine reconduit pour un second mandat", + "description": "Jerome Powell, le patron de la Fed, la banque centrale américaine, sera reconduit pour un second mandat de quatre ans, a annoncé lundi Joe Biden, qui mise sur “la stabilité et l’indépendance” de l’institution. M. Powell aura la lourde tâche de dompter l’inflation sans mettre en péril la reprise économique.", + "content": "Jerome Powell, le patron de la Fed, la banque centrale américaine, sera reconduit pour un second mandat de quatre ans, a annoncé lundi Joe Biden, qui mise sur “la stabilité et l’indépendance” de l’institution. M. Powell aura la lourde tâche de dompter l’inflation sans mettre en péril la reprise économique.", + "category": "", + "link": "https://www.courrierinternational.com/article/economie-le-patron-de-la-banque-centrale-americaine-reconduit-pour-un-second-mandat", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:55:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 23 Nov 2021 05:51:33 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/jerome_powell.png?itok=jcihT0V-", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a199466e356ee794b86ae5656c2e648" + "hash": "7cd80a433a22c7b62d2fa56be552ab84" }, { - "title": "Gigi Sohn's Strange Bedfellows", - "description": "OAN and Newsmax push a left-wing nominee who targets conservatives.", - "content": "OAN and Newsmax push a left-wing nominee who targets conservatives.", - "category": "PAID", - "link": "https://www.wsj.com/articles/gigi-sohns-strange-bedfellows-newsmax-media-oan-fox-confirmation-censorship-net-neutraility-11638722334", + "title": "Et si la pénurie de main-d’œuvre était une chance pour les travailleurs ? ", + "description": "De la “grande démission” cet été à la vague de grèves cet automne, la grogne sociale des Américains marque une inversion du rapport de forces dans l’entreprise et leur donne plus de poids pour réclamer de meilleures conditions de travail.\n ", + "content": "De la “grande démission” cet été à la vague de grèves cet automne, la grogne sociale des Américains marque une inversion du rapport de forces dans l’entreprise et leur donne plus de poids pour réclamer de meilleures conditions de travail.\n ", + "category": "", + "link": "https://www.courrierinternational.com/article/etats-unis-et-si-la-penurie-de-main-doeuvre-etait-une-chance-pour-les-travailleurs", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:57:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 23 Nov 2021 05:51:33 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/p-34-cost-w.jpg?itok=BHm15Krs", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e235cd980517d3cca174e0c16257c1a" + "hash": "373393ced4b875478aeadc2fbfb8f353" }, { - "title": "The U.S. Needs a Hypersonic Capability Now", - "description": "Washington mothballed its program just as Beijing made developing the technology a priority.", - "content": "Washington mothballed its program just as Beijing made developing the technology a priority.", - "category": "PAID", - "link": "https://www.wsj.com/articles/america-needs-a-hypersonic-capability-china-xi-beijing-missile-weapons-attack-defense-budget-11638827597", + "title": "Dans sa guerre contre les taux d’intérêt, Erdogan fait s’effondrer la monnaie nationale", + "description": "La politique monétaire voulue par le président turc, centrée sur la réduction des taux d’intérêt, affecte sévèrement le pouvoir d’achat de la population. Surtout, elle déconcerte les économistes, qui critiquent l’obstination d’Erdogan.", + "content": "La politique monétaire voulue par le président turc, centrée sur la réduction des taux d’intérêt, affecte sévèrement le pouvoir d’achat de la population. Surtout, elle déconcerte les économistes, qui critiquent l’obstination d’Erdogan.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/inflation-dans-sa-guerre-contre-les-taux-dinteret-erdogan-fait-seffondrer-la-monnaie", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:42:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 22 Nov 2021 16:59:29 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_picture-596e7831-427c-11e8-876b-000000000001.jpg?itok=tWO1y09S", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "948f21d499e9cd756f76a688de71f97f" + "hash": "99f437d7727b4e18adaa198ccc8d36da" }, { - "title": "Biden's Only Honorable Course on Ukraine and Russia", - "description": "If the U.S. wavers, Moscow will benefit and Iran and China will capitalize.", - "content": "If the U.S. wavers, Moscow will benefit and Iran and China will capitalize.", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-only-honorable-course-on-ukraine-russia-putin-border-troops-amass-iran-china-afghanistan-11638825314", + "title": "Le pire est passé pour les chaînes d’approvisionnement", + "description": "Les ports sont encore saturés mais le coût du fret maritime baisse. La reprise de la demande de biens de consommation, la recrudescence du Covid-19 et les aléas climatiques entravent encore le retour à la normale. Qui devrait intervenir au début de 2022.", + "content": "Les ports sont encore saturés mais le coût du fret maritime baisse. La reprise de la demande de biens de consommation, la recrudescence du Covid-19 et les aléas climatiques entravent encore le retour à la normale. Qui devrait intervenir au début de 2022.", + "category": "", + "link": "https://www.courrierinternational.com/article/commerce-le-pire-est-passe-pour-les-chaines-dapprovisionnement", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:28:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 22 Nov 2021 15:21:11 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9rv62k.jpg?itok=gxvzPfQu", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc1c01f41529eceecfa508a8380b3efe" + "hash": "bd6cf2b37fb0dd1abf6e3b726f557fb9" }, { - "title": "Remote Learning Fails the Test", - "description": "New research finds student scores fell more sharply where virtual learning was prevalent.", - "content": "New research finds student scores fell more sharply where virtual learning was prevalent.", - "category": "PAID", - "link": "https://www.wsj.com/articles/remote-learning-fails-the-test-nber-study-schools-11638463245", + "title": "Faut-il avoir peur de ce “monstre” qu’est l’inflation ?", + "description": "Économistes et banques centrales avaient anticipé une hausse des prix après le ralentissement de l’économie imposé par la pandémie. Mais ces derniers mois, des doutes ont émergé sur le caractère “transitoire” de la poussée inflationniste actuelle, observe Bloomberg Businessweek.", + "content": "Économistes et banques centrales avaient anticipé une hausse des prix après le ralentissement de l’économie imposé par la pandémie. Mais ces derniers mois, des doutes ont émergé sur le caractère “transitoire” de la poussée inflationniste actuelle, observe Bloomberg Businessweek.", + "category": "", + "link": "https://www.courrierinternational.com/une/economie-faut-il-avoir-peur-de-ce-monstre-quest-linflation", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:53:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 22 Nov 2021 13:04:58 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-11-22_a_11.58.03.png?itok=w5wK6FXB", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "97f2fbaa3fe2a4d93baf57f46a122695" + "hash": "0090d231acb5362e7707ade1be3ced74" }, { - "title": "This Debt-Ceiling Crisis Threatens Democracy as Well as Solvency", - "description": "A ‘suspension’ rather than an increase would hand an unconstitutional blank check to the president.", - "content": "A ‘suspension’ rather than an increase would hand an unconstitutional blank check to the president.", - "category": "PAID", - "link": "https://www.wsj.com/articles/debt-ceiling-crisis-threatens-democracy-budget-limit-build-back-better-mcconnell-schumer-11638718728", + "title": "L’Espagne testera la semaine de quatre jours en 2022 ", + "description": "L’année prochaine, 200 entreprises volontaires, de différents secteurs et tailles, expérimenteront les 32 heures de travail hebdomadaires, conformément à une proposition du parti de gauche radicale Más País.", + "content": "L’année prochaine, 200 entreprises volontaires, de différents secteurs et tailles, expérimenteront les 32 heures de travail hebdomadaires, conformément à une proposition du parti de gauche radicale Más País.", + "category": "", + "link": "https://www.courrierinternational.com/article/travail-lespagne-testera-la-semaine-de-quatre-jours-en-2022", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:40:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 22 Nov 2021 06:22:04 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/p-32-otto-w.jpg?itok=qos5_ptL", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e9b77f5b015f68beb2dce08b76b524c" + "hash": "db1a61dcb7cc13549d4820e8089b5ab3" }, { - "title": "Bill de Blasio's Parting Insult", - "description": "He mandates vaccines for all workers in one last swipe at New York.", - "content": "He mandates vaccines for all workers in one last swipe at New York.", - "category": "PAID", - "link": "https://www.wsj.com/articles/bill-de-blasios-parting-insult-covid-vaccine-mandate-workers-11638830767", + "title": "Le Japon en passe d’accorder un titre de séjour illimité aux travailleurs étrangers qualifiés", + "description": "La mesure, dont le Nihon Keizai Shimbun se fait l’écho, est un tournant pour le Japon qui a toujours rechigné à accueillir un grand nombre d’immigrés. Face à la pression démographique, les autorités ont décidé d’assouplir les règles de délivrance des visas aux travailleurs qualifiés et d’autoriser le regroupement familial.", + "content": "La mesure, dont le Nihon Keizai Shimbun se fait l’écho, est un tournant pour le Japon qui a toujours rechigné à accueillir un grand nombre d’immigrés. Face à la pression démographique, les autorités ont décidé d’assouplir les règles de délivrance des visas aux travailleurs qualifiés et d’autoriser le regroupement familial.", + "category": "", + "link": "https://www.courrierinternational.com/article/demographie-le-japon-en-passe-daccorder-un-titre-de-sejour-illimite-aux-travailleurs", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:50:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Sat, 20 Nov 2021 16:59:35 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/053_ar-211015gaikokujin001.jpg?itok=LnvZmJQ8", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc86cf16e7df2eff1a9c4c2d976d631c" + "hash": "a23e553032bc39da74a945fb6d8f6756" }, { - "title": "Xi Jinping Sails China's Economy Into a Shoal", - "description": "A real-estate correction proves harder to stage-manage than hoped.", - "content": "A real-estate correction proves harder to stage-manage than hoped.", - "category": "PAID", - "link": "https://www.wsj.com/articles/xi-jinping-sails-into-an-economic-shoal-china-beijing-evergrande-real-estate-11638821003", + "title": "Un nouveau plan de relance massif au Japon", + "description": "Le Premier ministre japonais Fumio Kishida a dévoilé un plan de relance d’une ampleur historique afin de renouer avec la croissance et rétablir une économie moribonde.", + "content": "Le Premier ministre japonais Fumio Kishida a dévoilé un plan de relance d’une ampleur historique afin de renouer avec la croissance et rétablir une économie moribonde.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-un-nouveau-plan-de-relance-massif-au-japon", "creator": "", - "pubDate": "Mon, 06 Dec 2021 23:22:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 19 Nov 2021 14:27:05 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_2_54.png?itok=K3ALs1EU", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "5003897e860bf8ebf632d6c87c4a4964" + "hash": "c322a18ec4409e42eb740f7f59cf8a6f" }, { - "title": "Biden, Trump and CNN", - "description": "Coverage of a dubious claim by a Washington Post columnist shows the cable network at a crossroads.", - "content": "Coverage of a dubious claim by a Washington Post columnist shows the cable network at a crossroads.", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-trump-and-cnn-11638827798", + "title": "L’inflation peut-elle couler la présidence de Joe Biden ?", + "description": "La hausse des prix s’accélère un peu partout dans le monde, en particulier aux États-Unis, où le président Biden risque d’en payer le prix politique, comme Jimmy Carter avant lui. Cette hausse est-elle temporaire ou faut-il s’en alarmer ?", + "content": "La hausse des prix s’accélère un peu partout dans le monde, en particulier aux États-Unis, où le président Biden risque d’en payer le prix politique, comme Jimmy Carter avant lui. Cette hausse est-elle temporaire ou faut-il s’en alarmer ?", + "category": "", + "link": "https://www.courrierinternational.com/article/economie-linflation-peut-elle-couler-la-presidence-de-joe-biden", "creator": "", - "pubDate": "Mon, 06 Dec 2021 16:56:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 18 Nov 2021 17:24:05 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxjrntp.jpg?itok=f7gpxw5f", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c5445a4da38acce0c8e9df84b594dbd" + "hash": "fb0d36b77c0fc592a0c198ad43c5bc9a" }, { - "title": "Bob Knew How to Dole Out the Jokes", - "description": "He was a tough partisan, but the senator’s humor was warmly regarded on both sides of the aisle.", - "content": "He was a tough partisan, but the senator’s humor was warmly regarded on both sides of the aisle.", - "category": "PAID", - "link": "https://www.wsj.com/articles/bob-knew-how-to-dole-out-the-jokes-wit-funny-remembrance-death-robert-al-gore-bill-clinton-11638825084", + "title": "Amazon interdit Visa à ses clients britanniques", + "description": "Le géant du commerce électronique n’acceptera plus de paiement avec une carte de crédit Visa sur sa plateforme au Royaume-Uni à partir du 19 janvier. Une manière d’obliger le réseau mondial à réduire ses frais de transactions.", + "content": "Le géant du commerce électronique n’acceptera plus de paiement avec une carte de crédit Visa sur sa plateforme au Royaume-Uni à partir du 19 janvier. Une manière d’obliger le réseau mondial à réduire ses frais de transactions.", + "category": "", + "link": "https://www.courrierinternational.com/article/e-commerce-amazon-interdit-visa-ses-clients-britanniques", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:39:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 18 Nov 2021 17:03:05 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtx3f00e.jpg?itok=uBsVwFi0", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "a160354e33a409134c21b74b515531c3" + "hash": "a24c84dcd1e3ab9e3a10af67b98eabd1" }, { - "title": "Omicron: Keep Calm and Carry On", - "description": "‘Mutation’ sounds scary, but mutations can make a pathogen less dangerous.", - "content": "‘Mutation’ sounds scary, but mutations can make a pathogen less dangerous.", - "category": "PAID", - "link": "https://www.wsj.com/articles/omicron-keep-calm-and-carry-on-variant-mutation-immunity-hospitalization-vaccines-covid-19-11638802758", + "title": "Fin de la grève “historique” chez John Deere aux États-Unis", + "description": "Les grévistes du fabricant de matériel agricole américain ont voté la reprise du travail après avoir obtenu de substantielles hausses de salaire. Le conflit, qui durait depuis un mois, symbolisait la résurgence du mouvement social après deux ans de pandémie.", + "content": "Les grévistes du fabricant de matériel agricole américain ont voté la reprise du travail après avoir obtenu de substantielles hausses de salaire. Le conflit, qui durait depuis un mois, symbolisait la résurgence du mouvement social après deux ans de pandémie.", + "category": "", + "link": "https://www.courrierinternational.com/article/social-fin-de-la-greve-historique-chez-john-deere-aux-etats-unis", "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:14:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 18 Nov 2021 14:15:50 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_1346752039.jpg?itok=AF0opGIB", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "575ca5b9f7e715c564d2b1a5bb53429a" + "hash": "a43082d71fe8fa154f0784ae4209861f" }, { - "title": "How Fintech Became a Hit in Brazil", - "description": "The heroes are central-bank technocrats who opened the market to financial competition.", - "content": "The heroes are central-bank technocrats who opened the market to financial competition.", - "category": "PAID", - "link": "https://www.wsj.com/articles/how-fintech-became-a-hit-in-brazil-nubank-innovation-credit-cards-banking-accessibility-11638714533", + "title": "Shell file à l’anglaise, les Pays-Bas accusent le coup", + "description": "La compagnie énergétique anglo-néerlandaise a annoncé lundi 15 novembre sa décision de s’installer fiscalement au Royaume-Uni. Pour une partie des Pays-Bas, et en particulier pour le Premier ministre de droite libérale Mark Rutte, la nouvelle a beaucoup de mal à passer.", + "content": "La compagnie énergétique anglo-néerlandaise a annoncé lundi 15 novembre sa décision de s’installer fiscalement au Royaume-Uni. Pour une partie des Pays-Bas, et en particulier pour le Premier ministre de droite libérale Mark Rutte, la nouvelle a beaucoup de mal à passer.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/fiscalite-shell-file-langlaise-les-pays-bas-accusent-le-coup", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:39:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 18 Nov 2021 10:27:49 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9rn9wu_1.jpg?itok=T9smgoJ9", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": true, + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "baca2dc3460b060354b87768b5263a78" + "hash": "36f08cf4eefff29e8fb87cf9e10e9ff5" }, { - "title": "James Bond's License to Kill Fun", - "description": "The Daniel Craig movies have taken a dark turn like too many films these days.", - "content": "The Daniel Craig movies have taken a dark turn like too many films these days.", - "category": "PAID", - "link": "https://www.wsj.com/articles/james-bond-license-to-kill-fun-daniel-craig-no-time-to-die-sean-connery-media-hollywood-11638713465", + "title": "La semaine de quatre jours, c’est bon pour la planète", + "description": "Diminuer le temps de travail permet de réduire les déplacements, la production et la consommation. Et donc les émissions polluantes, plaide le quotidien de la City.", + "content": "Diminuer le temps de travail permet de réduire les déplacements, la production et la consommation. Et donc les émissions polluantes, plaide le quotidien de la City.", + "category": "", + "link": "https://www.courrierinternational.com/article/boulot-la-semaine-de-quatre-jours-cest-bon-pour-la-planete", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:51:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 18 Nov 2021 06:06:22 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/trabajo_martasevilla_courrierinternatinal_cmyk_nov2021-w.jpg?itok=iVSuF6z9", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "afff2ed222a7a92c64cd85ebfe6cd3b3" + "hash": "3608c5018eea654e5326ed6b548a16e7" }, { - "title": "Notable & Quotable: Teachers and Their Unions", - "description": "‘I tried to volunteer to teach kids with severe disabilities in person. But my district and union would not allow it.’", - "content": "‘I tried to volunteer to teach kids with severe disabilities in person. But my district and union would not allow it.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-teachers-and-their-unions-covid-closures-schools-special-needs-11638829344", + "title": "Le patron d’Activision Blizzard mis en cause pour sa gestion du harcèlement sexuel", + "description": "Contrairement à ses affirmations, Bobby Kotick aurait eu une parfaite connaissance du sexisme ambiant au sein du géant américain des jeux vidéo qu’il dirige. Les appels à sa démission se multiplient après les révélations d’une retentissante enquête parue dans le Wall Street Journal.", + "content": "Contrairement à ses affirmations, Bobby Kotick aurait eu une parfaite connaissance du sexisme ambiant au sein du géant américain des jeux vidéo qu’il dirige. Les appels à sa démission se multiplient après les révélations d’une retentissante enquête parue dans le Wall Street Journal.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/jeux-video-le-patron-dactivision-blizzard-mis-en-cause-pour-sa-gestion-du", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:23:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 17 Nov 2021 17:58:58 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/bobby_kotick.jpg?itok=QbJ3cl7P", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79d04cae2fe3f6d32051ca35def6bc81" + "hash": "34ae771bec0b983b53ee24e2a0ea49e3" }, { - "title": "Xi Jinping Sails Into an Economic Shoal", - "description": "A Chinese real-estate correction proves harder to stage-manage than hoped.", - "content": "A Chinese real-estate correction proves harder to stage-manage than hoped.", - "category": "PAID", - "link": "https://www.wsj.com/articles/xi-jinping-sails-into-an-economic-shoal-china-beijing-evergrande-real-estate-11638821003", + "title": "Le bitcoin à la peine après les nouvelles attaques de la Chine contre le minage", + "description": "La principale agence de planification chinoise a annoncé, le mardi 16 novembre, le détail des mesures de répression des cryptomonnaies. Les deux principales monnaies virtuelles, le bitcoin et l’ether, ont aussitôt dévissé.", + "content": "La principale agence de planification chinoise a annoncé, le mardi 16 novembre, le détail des mesures de répression des cryptomonnaies. Les deux principales monnaies virtuelles, le bitcoin et l’ether, ont aussitôt dévissé.", + "category": "", + "link": "https://www.courrierinternational.com/article/cryptomonnaie-le-bitcoin-la-peine-apres-les-nouvelles-attaques-de-la-chine-contre-le-minage", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:46:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 17 Nov 2021 17:21:03 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxjspr2.jpg?itok=IU8GAWa7", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a8f76021799c57abd90cb70135b1dfe8" + "hash": "3460c52d80dad192a4a80a8f469e58b3" }, { - "title": "Rogues Are on the March Around the World", - "description": "Iran and Russia give every sign they don’t take President Biden seriously.", - "content": "Iran and Russia give every sign they don’t take President Biden seriously.", - "category": "PAID", - "link": "https://www.wsj.com/articles/rogues-are-on-the-march-russia-kremlin-ukraine-putin-iran-nuclear-putin-xi-china-biden-11638724476", + "title": "La première mini-centrale nucléaire de Bill Gates en fonction d’ici sept ans aux États-Unis", + "description": "Porté par le milliardaire américain via sa start-up TerraPower depuis 2006, le premier petit réacteur nucléaire Natrium sera implanté à Kemmerer, dans le Wyoming, et serait opérationnel d’ici sept ans. Sa construction sera financée pour moitié par le plan d’infrastructures de Joe Biden.", + "content": "Porté par le milliardaire américain via sa start-up TerraPower depuis 2006, le premier petit réacteur nucléaire Natrium sera implanté à Kemmerer, dans le Wyoming, et serait opérationnel d’ici sept ans. Sa construction sera financée pour moitié par le plan d’infrastructures de Joe Biden.", + "category": "", + "link": "https://www.courrierinternational.com/article/energie-la-premiere-mini-centrale-nucleaire-de-bill-gates-en-fonction-dici-sept-ans-aux", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:47:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 17 Nov 2021 13:01:18 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/020_1236298089.jpg?itok=9jWHyYvb", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1209f0fa53a2b2935f3a79becc48e6f" + "hash": "ea3ba8902f0bb48fec4eb8b9227bc677" }, { - "title": "Bob Dole Loved Kansas and America", - "description": "‘Let’s go see the soldiers,’ he said in 2016. Getting around wasn’t easy, but paying tribute was worth it.", - "content": "‘Let’s go see the soldiers,’ he said in 2016. Getting around wasn’t easy, but paying tribute was worth it.", - "category": "PAID", - "link": "https://www.wsj.com/articles/bob-dole-loved-kansas-and-america-senator-representative-county-attorney-11638732165", + "title": "Remettre le travail à sa place", + "description": "Chaque semaine, Courrier international explique ses choix éditoriaux et les débats qu’ils suscitent parfois au sein de la rédaction. Dans ce numéro, nous nous interrogeons sur notre rapport au travail. Aux États-Unis, le rapport de force s’inverse dans les entreprises. Après l’Islande, l’Espagne et l’Irlande testent la semaine de quatre jours. Comment rééquilibrer nos vies ? En travaillant moins ? Les décryptages de la presse étrangère.", + "content": "Chaque semaine, Courrier international explique ses choix éditoriaux et les débats qu’ils suscitent parfois au sein de la rédaction. Dans ce numéro, nous nous interrogeons sur notre rapport au travail. Aux États-Unis, le rapport de force s’inverse dans les entreprises. Après l’Islande, l’Espagne et l’Irlande testent la semaine de quatre jours. Comment rééquilibrer nos vies ? En travaillant moins ? Les décryptages de la presse étrangère.", + "category": "", + "link": "https://www.courrierinternational.com/article/la-une-de-lhebdo-remettre-le-travail-sa-place", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:44:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 17 Nov 2021 09:19:17 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/couv-.jpg?itok=pjPus9lp", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7478c9b34cf9b1b6efb60c74b8e934a" + "hash": "c572d4615ce2119f69e901b46f81da37" }, { - "title": "Eric Zemmour Is No Donald Trump", - "description": "The French far-right candidate is presenting his vision in a manner that is attuned to the French elite.", - "content": "The French far-right candidate is presenting his vision in a manner that is attuned to the French elite.", - "category": "PAID", - "link": "https://www.wsj.com/articles/eric-zemmour-trump-french-presidential-election-populism-immigration-northern-africa-11638714147", + "title": "Le plan stratégique de Google à 650 millions d’euros pour l’Australie", + "description": "Changement de ton entre le géant américain et le pouvoir australien. Alors qu’en janvier Google menaçait de couper l’accès à son moteur de recherche, ce mardi, son PDG a lancé le projet Digital Future, qui prévoit 6 000 emplois directs d’ici cinq ans, en présence du Premier ministre.", + "content": "Changement de ton entre le géant américain et le pouvoir australien. Alors qu’en janvier Google menaçait de couper l’accès à son moteur de recherche, ce mardi, son PDG a lancé le projet Digital Future, qui prévoit 6 000 emplois directs d’ici cinq ans, en présence du Premier ministre.", + "category": "", + "link": "https://www.courrierinternational.com/article/big-tech-le-plan-strategique-de-google-650-millions-deuros-pour-laustralie", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:42:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 16 Nov 2021 17:51:39 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_1o052q.jpg?itok=Pv_qG98-", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": true, + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e14d3f2c0d01c62401689fa3f2d5b66a" + "hash": "e3c97b4b499e230d2fb652ba553b550a" }, { - "title": "Robert Dole Dies at Age 98", - "description": "The Kansan overcame grievous war wounds to twice lead the Senate.", - "content": "The Kansan overcame grievous war wounds to twice lead the Senate.", - "category": "PAID", - "link": "https://www.wsj.com/articles/robert-bob-dole-dies-at-age-98-clinton-campaign-1996-world-war-ii-veteran-senate-leader-11638726702", + "title": "La tour de Babel du streaming, les chauffards d’Amazon et le malheur des hackeurs", + "description": "Grâce à Netflix, Hulu et aux autres géants du streaming, nos écrans sont devenus des kaléidoscopes bigarrés, pleins de petites merveilles danoises, coréennes, indiennes ou brésiliennes. Après le succès planétaire de la série coréenne Squid Game, une enquête du magazine Rest of World révèle une conséquence méconnue de cette nouvelle tour de Babel culturelle : la pénurie de traducteurs...", + "content": "Grâce à Netflix, Hulu et aux autres géants du streaming, nos écrans sont devenus des kaléidoscopes bigarrés, pleins de petites merveilles danoises, coréennes, indiennes ou brésiliennes. Après le succès planétaire de la série coréenne Squid Game, une enquête du magazine Rest of World révèle une conséquence méconnue de cette nouvelle tour de Babel culturelle : la pénurie de traducteurs...", + "category": "", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-la-tour-de-babel-du-streaming-les-chauffards-damazon-et-le-malheur-des", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:48:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 16 Nov 2021 10:49:01 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_15.png?itok=TyWsAy00", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c98ad2a2101fc0d9f481609b4fb5c520" + "hash": "d125fa793a103c2a67a99b4a5eb41842" }, { - "title": "Squaring Up to Defend Mathematics", - "description": "America’s top scientists warn about the political erosion of education standards.", - "content": "America’s top scientists warn about the political erosion of education standards.", - "category": "PAID", - "link": "https://www.wsj.com/articles/defending-mathematics-science-stem-equity-education-california-k12-math-matters-11638728196", + "title": "De Barcelone à Paris, l’offensive anti-Airbnb", + "description": "La pandémie a permis de le mesurer : Airbnb participe à l’inflation des loyers et des prix à la vente dans les grandes métropoles. Beaucoup d’entre elles déploient désormais un arsenal contre la plateforme de location.", + "content": "La pandémie a permis de le mesurer : Airbnb participe à l’inflation des loyers et des prix à la vente dans les grandes métropoles. Beaucoup d’entre elles déploient désormais un arsenal contre la plateforme de location.", + "category": "", + "link": "https://www.courrierinternational.com/article/immobilier-de-barcelone-paris-loffensive-anti-airbnb", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:45:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 16 Nov 2021 06:37:50 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/vlahovic_2.jpg?itok=gLtmSHWp", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17e516b5d6d8805c99250010227bc2cb" + "hash": "a6e6450c4e58f4153b29cbef3ffbbeda" }, { - "title": "Labor Pains and Opportunities in Baseball", - "description": "A joint venture and the business promise of betting add up to a promising future.", - "content": "A joint venture and the business promise of betting add up to a promising future.", - "category": "PAID", - "link": "https://www.wsj.com/articles/labor-pains-and-opportunities-in-baseball-lockout-strike-free-agent-trading-cards-mlb-11638713802", + "title": "Airbus décroche un mégacontrat de 255 avions", + "description": "Au salon aéronautique de Dubaï, l’avionneur européen a annoncé un contrat estimé à 30 milliards de dollars avec le fonds d’investissement Indigo Partners, représentant des compagnies aériennes low cost. Et veut y voir le signe du retour à la normale post-pandémie.", + "content": "Au salon aéronautique de Dubaï, l’avionneur européen a annoncé un contrat estimé à 30 milliards de dollars avec le fonds d’investissement Indigo Partners, représentant des compagnies aériennes low cost. Et veut y voir le signe du retour à la normale post-pandémie.", + "category": "", + "link": "https://www.courrierinternational.com/article/aviation-airbus-decroche-un-megacontrat-de-255-avions", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:42:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 15 Nov 2021 18:16:17 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9rm6eh.jpg?itok=HBMo99Va", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c89e856ed223a4c45347f0297d96647" + "hash": "4d68e2c6d2a666208e1c4badc62021ae" }, { - "title": "What Spreads Faster Than Covid? Vaccination.", - "description": "Our last pointless ideological fight may be over whether the vaccinated are spreaders.", - "content": "Our last pointless ideological fight may be over whether the vaccinated are spreaders.", - "category": "PAID", - "link": "https://www.wsj.com/articles/what-spreads-faster-than-covid-19-vaccination-distribution-breakthrough-infection-omicron-11638570230", + "title": "Les semaines de 75 heures des sous-traitants du géant de la mode Shein", + "description": "Une enquête de l’ONG Public Eye dénonce les conditions de travail de certains fournisseurs de la marque d’ultrafast fashion chinoise. Pour tenir le rythme, certains multiplient les heures supplémentaires en violation du droit du travail.", + "content": "Une enquête de l’ONG Public Eye dénonce les conditions de travail de certains fournisseurs de la marque d’ultrafast fashion chinoise. Pour tenir le rythme, certains multiplient les heures supplémentaires en violation du droit du travail.", + "category": "", + "link": "https://www.courrierinternational.com/article/social-les-semaines-de-75-heures-des-sous-traitants-du-geant-de-la-mode-shein", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:14:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 15 Nov 2021 17:43:11 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_1315928691.jpg?itok=O97hFYeK", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d19320ea97fe81ac3cc83865d2a640f" + "hash": "a9619035521a4e55352e9a229e66d99d" }, { - "title": "Murder and Mandates in Chicago", - "description": "Violence in the city soars as Mayor Lightfoot feuds with police.", - "content": "Violence in the city soars as Mayor Lightfoot feuds with police.", - "category": "PAID", - "link": "https://www.wsj.com/articles/murder-and-vaccine-mandates-in-chicago-lori-lightfoot-foxx-murder-homicide-violent-crime-11638723397", + "title": "La gomme arabique, moisson dorée du Soudan", + "description": "La récolte ancestrale de la sève d’acacia fait du Soudan le premier producteur mondial de cet ingrédient essentiel à l’industrie mondiale, depuis le chewing-gum jusqu’aux médicaments. Mais les paysans ne perçoivent qu’une petite fraction des profits engendrés par cette ressource. \n \n ", + "content": "La récolte ancestrale de la sève d’acacia fait du Soudan le premier producteur mondial de cet ingrédient essentiel à l’industrie mondiale, depuis le chewing-gum jusqu’aux médicaments. Mais les paysans ne perçoivent qu’une petite fraction des profits engendrés par cette ressource. \n \n ", + "category": "", + "link": "https://www.courrierinternational.com/long-format/reportage-la-gomme-arabique-moisson-doree-du-soudan", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:46:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Sun, 14 Nov 2021 06:52:54 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/gum-8.jpg?itok=csB9ld3-", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1b4eb084bba0763327f37ab12388ae5" + "hash": "02f03e2feb55b78320f97404c33f0239" }, { - "title": "The Vast Promise of mRNA Technology", - "description": "The Covid vaccine platform offers real hope for treating many other diseases, including cancer. How an immigrant from Hungary played a prominent scientific role.", - "content": "The Covid vaccine platform offers real hope for treating many other diseases, including cancer. How an immigrant from Hungary played a prominent scientific role.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-vast-promise-of-mrna-vaccines-covid-19-omicron-shots-pfizer-biontech-ms-cancer-11638554419", + "title": "AstraZeneca veut tirer des bénéfices de son vaccin contre le Covid-19", + "description": "Le géant pharmaceutique s’était engagé à ne pas gagner d’argent avant la fin de la pandémie, en vendant à prix coûtant ses doses contre le Covid-19. Mais l’entreprise suédo-britannique estime que la maladie est devenue endémique. Et signe des contrats aux marges bénéficiaires “modestes” pour 2022.", + "content": "Le géant pharmaceutique s’était engagé à ne pas gagner d’argent avant la fin de la pandémie, en vendant à prix coûtant ses doses contre le Covid-19. Mais l’entreprise suédo-britannique estime que la maladie est devenue endémique. Et signe des contrats aux marges bénéficiaires “modestes” pour 2022.", + "category": "", + "link": "https://www.courrierinternational.com/article/industrie-astrazeneca-veut-tirer-des-benefices-de-son-vaccin-contre-le-covid-19", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:31:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 12 Nov 2021 19:48:03 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/widak-covid19v211021.jpg?itok=lGFut0cA", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "17c312378e15a13e2d5cc6cc997d9167" + "hash": "7c9e4c19a4acab3bd23fa6a3ba508db2" }, { - "title": "The Media Stonewalls on the Steele Dossier", - "description": "News companies are even more reluctant than other businesses to come clean about their misbehavior.", - "content": "News companies are even more reluctant than other businesses to come clean about their misbehavior.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-media-stonewalls-steele-dossier-disinformation-trump-nyt-washington-post-trump-11638718026", + "title": "Quand Adele, Ed Sheeran et Abba embouteillent l’industrie du vinyle", + "description": "Le retour en force du vinyle atteint de tels sommets que le secteur est en forte tension, peu aidé par des sorties pop attendues et des problèmes de chaîne d’approvisionnement.", + "content": "Le retour en force du vinyle atteint de tels sommets que le secteur est en forte tension, peu aidé par des sorties pop attendues et des problèmes de chaîne d’approvisionnement.", + "category": "", + "link": "https://www.courrierinternational.com/article/musique-quand-adele-ed-sheeran-et-abba-embouteillent-lindustrie-du-vinyle", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:50:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 12 Nov 2021 06:02:49 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/vinylrecordsadv241.jpg?itok=eGKgwzuX", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25d9eb03c3d2d067f66ab5f40955b977" + "hash": "af9d369b9b4531a7a81bc1dde31af80a" }, { - "title": "Fly Me to the Swamp", - "description": "Washington is the hot destination for ‘protest tourism.’", - "content": "Washington is the hot destination for ‘protest tourism.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/fly-me-to-the-swamp-11638568888", + "title": "Tremblez, chers Français, le vin anglais sort de sa cave", + "description": "À la faveur du réchauffement climatique et d’investissements importants, y compris de la part de maisons françaises, la production et la qualité du pétillant britannique explosent, s’enthousiasme ce journal londonien. Les vins tranquilles, quant à eux, signent une percée remarquée.", + "content": "À la faveur du réchauffement climatique et d’investissements importants, y compris de la part de maisons françaises, la production et la qualité du pétillant britannique explosent, s’enthousiasme ce journal londonien. Les vins tranquilles, quant à eux, signent une percée remarquée.", + "category": "", + "link": "https://www.courrierinternational.com/article/boom-tremblez-chers-francais-le-vin-anglais-sort-de-sa-cave", "creator": "", - "pubDate": "Fri, 03 Dec 2021 17:01:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Fri, 12 Nov 2021 06:02:49 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/020_614163490.jpg?itok=bycSc_3i", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a7ee6f14aa199f9bf59ab7cdaf5d70c" + "hash": "95660142b75b34738f1365b3db5fa3e1" }, { - "title": "Look at Build Back Better's Benefits, Not Its Price Tag", - "description": "The media loves to focus on a big number, but the bill is paid for and delivers for the American people.", - "content": "The media loves to focus on a big number, but the bill is paid for and delivers for the American people.", - "category": "PAID", - "link": "https://www.wsj.com/articles/look-at-build-back-betters-benefits-not-price-tag-federal-budget-bbb-reconciliation-debt-cbo-11638718325", + "title": "Aux quatre coins du globe, le marché du logement est devenu fou", + "description": "Prix galopants, loyers exorbitants pour des surfaces sans cesse réduites, jeunes professionnels contraints de retourner vivre chez leurs parents… De Buenos Aires à Melbourne, en passant par Berlin ou Dublin, le marché de l’immobilier s’emballe et rien ne semble pouvoir le freiner.", + "content": "Prix galopants, loyers exorbitants pour des surfaces sans cesse réduites, jeunes professionnels contraints de retourner vivre chez leurs parents… De Buenos Aires à Melbourne, en passant par Berlin ou Dublin, le marché de l’immobilier s’emballe et rien ne semble pouvoir le freiner.", + "category": "", + "link": "https://www.courrierinternational.com/article/immobilier-aux-quatre-coins-du-globe-le-marche-du-logement-est-devenu-fou", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:43:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Thu, 11 Nov 2021 06:19:27 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/sjoed.jpg?itok=mHvCZeUr", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1406a867078a9634bedc84e0c4f274f8" + "hash": "f0581457e24218d4a6937c06371bb4bc" }, { - "title": "I Finished Second in the Cheapskate Sweepstakes", - "description": "Tommy, Greg and I turned my 50th-birthday getaway into a competition to see who could be most frugal.", - "content": "Tommy, Greg and I turned my 50th-birthday getaway into a competition to see who could be most frugal.", - "category": "PAID", - "link": "https://www.wsj.com/articles/i-finished-second-in-the-cheapskate-sweepstakes-competition-friendship-budget-travel-11638731895", + "title": "Les États-Unis enregistrent la plus forte hausse des prix depuis trente ans", + "description": "Outre-Atlantique, en octobre, une augmentation de 6,2 % des prix a été enregistrée par rapport au même mois en 2020. Un record qui inquiète les ménages américains et leur président.\n ", + "content": "Outre-Atlantique, en octobre, une augmentation de 6,2 % des prix a été enregistrée par rapport au même mois en 2020. Un record qui inquiète les ménages américains et leur président.\n ", + "category": "", + "link": "https://www.courrierinternational.com/article/inflation-les-etats-unis-enregistrent-la-plus-forte-hausse-des-prix-depuis-trente-ans", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:40:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 10 Nov 2021 19:44:21 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxje5fs.jpg?itok=3dt2TKM5", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8706b59ba85d5019a1637487784ffa9" + "hash": "ee516e4e2a516a5c646394737250fa4c" }, { - "title": "Yes, Justice Sotomayor, the Court Will 'Survive'", - "description": "The abortion case is about life and liberty, not her and her colleagues.", - "content": "The abortion case is about life and liberty, not her and her colleagues.", - "category": "PAID", - "link": "https://www.wsj.com/articles/justice-sotomayor-supreme-court-abortion-politicization-mississippi-dobbs-jackson-15-weeks-11638554054", + "title": "Le “South China Morning Post” bientôt absorbé par Pékin ?", + "description": "Le grand quotidien anglophone de Hong Kong semble être sur le point de changer de propriétaire. Alors que son rapprochement avec Pékin était de plus en plus visible, le journal pourrait cette fois passer directement sous le contrôle de l’État chinois.", + "content": "Le grand quotidien anglophone de Hong Kong semble être sur le point de changer de propriétaire. Alors que son rapprochement avec Pékin était de plus en plus visible, le journal pourrait cette fois passer directement sous le contrôle de l’État chinois.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/hong-kong-le-south-china-morning-post-bientot-absorbe-par-pekin", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:31:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 10 Nov 2021 17:27:08 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/scmp.jpg?itok=jQtLIQyO", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3801841deb9ee6a951176d7863aa153" + "hash": "ffce9bc271f59f66137e5a3070ffd8ba" }, { - "title": "How to Get Away With Manslaughter", - "description": "The Supreme Court’s McGirt ruling opened a bizarre loophole for Oklahoma criminals.", - "content": "The Supreme Court’s McGirt ruling opened a bizarre loophole for Oklahoma criminals.", - "category": "PAID", - "link": "https://www.wsj.com/articles/how-to-get-away-with-manslaughter-mcgirt-oklahoma-neil-gorsuch-supreme-court-11638484034", + "title": "Logement : la loi du plus riche", + "description": "Chaque semaine, Courrier international explique ses choix éditoriaux et les débats qu’ils suscitent parfois au sein de la rédaction. Dans ce numéro, nous décryptons la surchauffe de l’immobilier, de Buenos Aires à Singapour en passant par Dublin et Melbourne. Une bombe à retardement pour l’économie mondiale, qui risque d’alimenter la colère des classes moyennes.", + "content": "Chaque semaine, Courrier international explique ses choix éditoriaux et les débats qu’ils suscitent parfois au sein de la rédaction. Dans ce numéro, nous décryptons la surchauffe de l’immobilier, de Buenos Aires à Singapour en passant par Dublin et Melbourne. Une bombe à retardement pour l’économie mondiale, qui risque d’alimenter la colère des classes moyennes.", + "category": "", + "link": "https://www.courrierinternational.com/article/la-une-de-lhebdo-logement-la-loi-du-plus-riche", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:48:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Wed, 10 Nov 2021 10:07:40 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/1619-ok.jpg?itok=MiYj-fz0", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15b0024c1cd7f60b3c4575bf043281cc" + "hash": "852b928404589fde2a6c61eb85e29ce9" }, { - "title": "Hawaii Is No Paradise if You Need Medical Care", - "description": "High taxes contribute to a shortage of doctors while certificate-of-need laws crimp capacity.", - "content": "High taxes contribute to a shortage of doctors while certificate-of-need laws crimp capacity.", - "category": "PAID", - "link": "https://www.wsj.com/articles/hawaii-no-paradise-medical-care-covid-hospitals-honolulu-certificate-of-need-general-excise-tax-11638569759", + "title": "Alibaba installe sa plateforme logistique européenne à Liège sans tambour ni trompette", + "description": "Depuis cet été, trois avions par jour transportent des tonnes de marchandises du géant du e-commerce chinois à destination de l’Europe. Annoncée depuis 2018, l’arrivée du groupe chinois suscite toujours l’inquiétude des riverains.", + "content": "Depuis cet été, trois avions par jour transportent des tonnes de marchandises du géant du e-commerce chinois à destination de l’Europe. Annoncée depuis 2018, l’arrivée du groupe chinois suscite toujours l’inquiétude des riverains.", + "category": "", + "link": "https://www.courrierinternational.com/article/belgique-alibaba-installe-sa-plateforme-logistique-europeenne-liege-sans-tambour-ni", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:12:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 09 Nov 2021 17:28:37 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_3133350.jpg?itok=0p-rLjU8", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed7f06c5b8dfc366263310858a0a85d2" + "hash": "92e37a16bcb33997a0f3524a45e9bc89" }, { - "title": "Biden's Covid Quagmire", - "description": "He can’t keep his promise to ‘beat’ the virus. Can he escape it before it’s too late?", - "content": "He can’t keep his promise to ‘beat’ the virus. Can he escape it before it’s too late?", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-covid-19-quagmire-omicron-variant-testing-vaccines-travel-restrictions-mask-approval-rating-11638485778", + "title": "Le retour de Greg LeMond, le nouvel empire d’Amazon et le métavers au boulot", + "description": "Qui pourrait oublier Greg LeMond, trois fois vainqueur du Tour de France ? Wired est allé le traquer au fond du Tennessee, à Knoxville, où l’ancien champion et légendaire grande gueule du sport international, aujourd’hui âgé de 60 ans et un peu grassouillet, s’acharne à révolutionner le vélo. Le vélo électrique. Lemond n’en est pas à sa première entreprise de ce genre, et ses premiers essais de reconversion dans la tech sportive avaient failli être compromis par l’opprobre des annonceurs...", + "content": "Qui pourrait oublier Greg LeMond, trois fois vainqueur du Tour de France ? Wired est allé le traquer au fond du Tennessee, à Knoxville, où l’ancien champion et légendaire grande gueule du sport international, aujourd’hui âgé de 60 ans et un peu grassouillet, s’acharne à révolutionner le vélo. Le vélo électrique. Lemond n’en est pas à sa première entreprise de ce genre, et ses premiers essais de reconversion dans la tech sportive avaient failli être compromis par l’opprobre des annonceurs...", + "category": "", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-le-retour-de-greg-lemond-le-nouvel-empire-damazon-et-le-metavers-au-boulot", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:25:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Tue, 09 Nov 2021 09:25:52 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_14.png?itok=M3MRq2a0", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "270999591a05eef8ad1bfc8f2c4fea34" + "hash": "47de012bcd88118a93bfa7cd17cc8d08" }, { - "title": "Build Back Better vs. Small Business", - "description": "Wage mandates for green subsidies will squeeze nonunion shops.", - "content": "Wage mandates for green subsidies will squeeze nonunion shops.", - "category": "PAID", - "link": "https://www.wsj.com/articles/build-back-better-vs-small-business-house-spending-bill-congress-prevailing-wage-unions-contractors-11638572386", + "title": "Paytm vise le record d’introduction en Bourse en Inde", + "description": "Le pionnier du paiement en ligne espère lever 2,46 milliards de dollars à partir de ce lundi 8 novembre sur la place boursière de Bombay. Le grand quotidien de la capitale économique du pays met en garde contre les mirages de la fintech.", + "content": "Le pionnier du paiement en ligne espère lever 2,46 milliards de dollars à partir de ce lundi 8 novembre sur la place boursière de Bombay. Le grand quotidien de la capitale économique du pays met en garde contre les mirages de la fintech.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-paytm-vise-le-record-dintroduction-en-bourse-en-inde", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:47:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 08 Nov 2021 17:55:49 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_236.png?itok=G1TNRZrz", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1cc1f296f102692af1c31c38ec3e1a1" + "hash": "c23033a53cb19d05a0002535095a01bc" }, { - "title": "A Young Boy Found Older Brothers in the Beatles", - "description": "Joe Peppercorn turned his gratitude for the band into an annual marathon of their music.", - "content": "Joe Peppercorn turned his gratitude for the band into an annual marathon of their music.", - "category": "PAID", - "link": "https://www.wsj.com/articles/peppercorn-brothers-john-lennon-paul-mccartney-george-harrison-ringo-starr-beatles-11638569898", + "title": "Face à la pénurie de routiers, le Royaume-Uni s’en remet aux trains", + "description": "Pour éviter les rayons vides à Noël, le gestionnaire du réseau ferré britannique consacre un nombre croissant de sillons aux trains de marchandise, constate la presse. Certains espèrent un virage durable en direction du rail, sur fond de transition écologique.", + "content": "Pour éviter les rayons vides à Noël, le gestionnaire du réseau ferré britannique consacre un nombre croissant de sillons aux trains de marchandise, constate la presse. Certains espèrent un virage durable en direction du rail, sur fond de transition écologique.", + "category": "", + "link": "https://www.courrierinternational.com/article/logistique-face-la-penurie-de-routiers-le-royaume-uni-sen-remet-aux-trains", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:10:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 08 Nov 2021 16:42:13 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_nicholson-notitle141127_nppem.jpg?itok=VdadGR0U", + "enclosureType": "image/jpeg", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbe647c7814b0027f26f9115dc2406ec" + "hash": "851e2065aed69dd84eed04165fecc21f" }, { - "title": "What Jerome Powell Couldn't Say in His Speech, and Doesn't Know", - "description": "The Fed chief sticks to untested new policy tools while inflation transforms the American economy.", - "content": "The Fed chief sticks to untested new policy tools while inflation transforms the American economy.", - "category": "PAID", - "link": "https://www.wsj.com/articles/jerome-powell-doesnt-know-federal-reserve-chairman-inflation-transitory-average-target-11638457724", + "title": "Elon Musk a-t-il gagné son coup de poker contre la taxe des milliardaires ?", + "description": "En lançant sur Twitter samedi un sondage pour décider s’il devait vendre 10 % des actions de Tesla, l’entrepreneur américain s’opposait au projet démocrate de taxation des plus-values. Ce lundi, l’action du constructeur automobile dégringole.", + "content": "En lançant sur Twitter samedi un sondage pour décider s’il devait vendre 10 % des actions de Tesla, l’entrepreneur américain s’opposait au projet démocrate de taxation des plus-values. Ce lundi, l’action du constructeur automobile dégringole.", + "category": "", + "link": "https://www.courrierinternational.com/article/bourse-elon-musk-t-il-gagne-son-coup-de-poker-contre-la-taxe-des-milliardaires", "creator": "", - "pubDate": "Thu, 02 Dec 2021 13:13:00 -0500", - "enclosure": "", - "enclosureType": "", + "pubDate": "Mon, 08 Nov 2021 16:31:17 +0100", + "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/musk.png?itok=L3zWu3Ys", + "enclosureType": "image/png", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06959f10ee9546e6367fcbe5cff7eb6f" + "hash": "3963ce16cbd8164924836b249dd6d636" }, { - "title": "Seattle Defunds the Police Again", - "description": "Voters have rejected lawlessness, but the City Council isn’t listening.", - "content": "Voters have rejected lawlessness, but the City Council isn’t listening.", - "category": "PAID", - "link": "https://www.wsj.com/articles/seattle-city-council-defunds-the-police-again-11638572886", + "title": "Les petits boulots les plus bizarres d’Allemagne", + "description": "Le travail à temps partiel concerne 3,4 millions de personnes, principalement des étudiants et des retraités. Des journalistes de Die Zeit ont raconté leurs expériences les plus étranges.", + "content": "Le travail à temps partiel concerne 3,4 millions de personnes, principalement des étudiants et des retraités. Des journalistes de Die Zeit ont raconté leurs expériences les plus étranges.", + "category": "", + "link": "https://www.courrierinternational.com/article/travail-les-petits-boulots-les-plus-bizarres-dallemagne", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:34:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 08 Nov 2021 09:20:08 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d3427149882b95b4bb0b30a83626c09" + "hash": "e063d279e4393d26815eade6ef001515" }, { - "title": "Will the Justices Let Go of Abortion?", - "description": "Overturning Roe v. Wade wouldn’t settle the issue, but it would create the possibility of a settlement.", - "content": "Overturning Roe v. Wade wouldn’t settle the issue, but it would create the possibility of a settlement.", - "category": "PAID", - "link": "https://www.wsj.com/articles/will-the-justices-let-go-of-abortion-roe-wade-jackson-mississipi-fifteen-weeks-dobbs-11638487513", + "title": "Ces abattoirs européens qui exploitent les ouvriers étrangers", + "description": "S’il y a de la viande bon marché en Europe, c’est aussi parce que les industriels du secteur ont externalisé une partie de la main-d’œuvre. Des milliers d’étrangers, employés par des intermédiaires, sont sous-payés et travaillent dans des conditions déplorables, explique cette enquête du Guardian.", + "content": "S’il y a de la viande bon marché en Europe, c’est aussi parce que les industriels du secteur ont externalisé une partie de la main-d’œuvre. Des milliers d’étrangers, employés par des intermédiaires, sont sous-payés et travaillent dans des conditions déplorables, explique cette enquête du Guardian.", + "category": "", + "link": "https://www.courrierinternational.com/article/agroalimentaire-ces-abattoirs-europeens-qui-exploitent-les-ouvriers-etrangers", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:51:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 08 Nov 2021 05:57:22 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e65932ee5aa900001bb45b9dab0ca4ff" + "hash": "663cd91d56dad5d2c8a8ed7c4c0d6422" }, { - "title": "November's Jobs Message to the Federal Reserve", - "description": "The labor market is healthy enough to take higher interest rates.", - "content": "The labor market is healthy enough to take higher interest rates.", - "category": "PAID", - "link": "https://www.wsj.com/articles/novembers-message-to-the-fed-jobs-report-unemployment-interest-rates-11638570571", + "title": "La cocotte-minute de la livraison express", + "description": "À Londres comme à Paris, une nouvelle génération de start-up tente de mettre la main sur le marché déjà concurrentiel du quick commerce, les livraisons de courses ultrarapides, en moins de dix minutes. Le Wall Street Journal décrypte ce phénomène en plein essor.", + "content": "À Londres comme à Paris, une nouvelle génération de start-up tente de mettre la main sur le marché déjà concurrentiel du quick commerce, les livraisons de courses ultrarapides, en moins de dix minutes. Le Wall Street Journal décrypte ce phénomène en plein essor.", + "category": "", + "link": "https://www.courrierinternational.com/article/concurrence-la-cocotte-minute-de-la-livraison-express", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:37:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Sat, 06 Nov 2021 14:35:11 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0a7fe1c0cdcb18954ec0a0e62d7a55d" + "hash": "a3aefd635ba134c339b9c41b51444cfa" }, { - "title": "Omicron Reinfects Government", - "description": "Covid strategy needs a midcourse correction. It got Joe Biden’s vaccine mandate.", - "content": "Covid strategy needs a midcourse correction. It got Joe Biden’s vaccine mandate.", - "category": "PAID", - "link": "https://www.wsj.com/articles/omicron-reinfects-government-vaccines-mandates-inflexibility-crime-adapt-biden-fauci-11638394059", + "title": "La France, détrônée par l’Espagne, n’est plus le deuxième plus gros producteur de vin", + "description": "Même si elle n’a pas été épargnée par les intempéries cette année, l’Espagne a ravi sa deuxième place à la France dans le classement des plus gros producteurs de vin, constate le quotidien barcelonais La Vanguardia.", + "content": "Même si elle n’a pas été épargnée par les intempéries cette année, l’Espagne a ravi sa deuxième place à la France dans le classement des plus gros producteurs de vin, constate le quotidien barcelonais La Vanguardia.", + "category": "", + "link": "https://www.courrierinternational.com/article/classement-la-france-detronee-par-lespagne-nest-plus-le-deuxieme-plus-gros-producteur-de-vin", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:17:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Fri, 05 Nov 2021 16:59:49 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae6d9a0575f0a736c8273bb531ab39af" + "hash": "dc5201850533de7ef882167b777c5810" }, { - "title": "Notable & Quotable: Stacey Abrams Says 'I Did Not Challenge' the Election", - "description": "‘When I acknowledged I would not become governor, that he had won the election, I did not challenge the outcome of the election.'", - "content": "‘When I acknowledged I would not become governor, that he had won the election, I did not challenge the outcome of the election.'", - "category": "PAID", - "link": "https://www.wsj.com/articles/notable-i-did-not-challenge-stacey-abrams-maddow-challenge-election-results-trump-11638569987", + "title": "Des engagements encourageants pour délaisser les énergies fossiles", + "description": "Plusieurs pays promettent de ne plus financer les énergies fossiles ou de mettre fin aux projets de centrale à charbon, explique le New Scientist.", + "content": "Plusieurs pays promettent de ne plus financer les énergies fossiles ou de mettre fin aux projets de centrale à charbon, explique le New Scientist.", + "category": "", + "link": "https://www.courrierinternational.com/article/cop26-des-engagements-encourageants-pour-delaisser-les-energies-fossiles", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:11:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Fri, 05 Nov 2021 15:44:45 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f9856e4c65632d30b45daf7c5e3d209d" + "hash": "2ecd6b06aeb024421c502e471132a336" }, { - "title": "America's Two-Track Jobs Recovery", - "description": "Memo to Ron Klain: Here are the pandemic policies that worked.", - "content": "Memo to Ron Klain: Here are the pandemic policies that worked.", - "category": "PAID", - "link": "https://www.wsj.com/articles/americas-two-track-jobs-recovery-republican-democrat-governors-lockdowns-covid-11638486433", + "title": "Vaccination quasi obligatoire pour plus de 100 millions de salariés américains", + "description": "À compter du 4 janvier prochain, les employés non vaccinés des entreprises de plus de 100 salariés devront se soumettre à un test de dépistage Covid hebdomadaire, à leurs frais. La décision, qui vise à faire “sortir définitivement” les États-Unis de la pandémie, se heurte à l’opposition des républicains.", + "content": "À compter du 4 janvier prochain, les employés non vaccinés des entreprises de plus de 100 salariés devront se soumettre à un test de dépistage Covid hebdomadaire, à leurs frais. La décision, qui vise à faire “sortir définitivement” les États-Unis de la pandémie, se heurte à l’opposition des républicains.", + "category": "", + "link": "https://www.courrierinternational.com/article/pandemie-vaccination-quasi-obligatoire-pour-plus-de-100-millions-de-salaries-americains", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:46:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Fri, 05 Nov 2021 05:55:22 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac768b0eb4761b2da2d62393a7c3c255" + "hash": "74a2f42552ae2548ccecdc4300676b5f" }, { - "title": "Ray Dalio's China Equivalence", - "description": "The investor’s comments show why so many Americans dislike Wall Street.", - "content": "The investor’s comments show why so many Americans dislike Wall Street.", - "category": "PAID", - "link": "https://www.wsj.com/articles/ray-dalios-china-equivalence-bridgewater-xi-jinping-wall-street-america-11638486891", + "title": "La Banque centrale américaine ralentit son soutien à l’économie", + "description": "La Fed a annoncé mercredi 3 novembre qu’elle allait progressivement cesser d’injecter des liquidités sur les marchés aux États-Unis, repoussant l’éventualité d’une hausse des taux d’intérêt.", + "content": "La Fed a annoncé mercredi 3 novembre qu’elle allait progressivement cesser d’injecter des liquidités sur les marchés aux États-Unis, repoussant l’éventualité d’une hausse des taux d’intérêt.", + "category": "", + "link": "https://www.courrierinternational.com/article/monnaie-la-banque-centrale-americaine-ralentit-son-soutien-leconomie", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:42:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Thu, 04 Nov 2021 16:31:25 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "34d009471e41d40ac76c35492dbae60d" + "hash": "0395ac8fa006434ff62a6ce7d6cfe14a" }, { - "title": "The Supreme Court Takes Up Religious Liberty---Again", - "description": "Organizations that get state money shouldn’t have to disavow their faith.", - "content": "Organizations that get state money shouldn’t have to disavow their faith.", - "category": "PAID", - "link": "https://www.wsj.com/articles/justices-take-up-religious-liberty-freedom-funding-schools-vaccines-supreme-court-comer-11638475065", + "title": "L’économie argentine vire au cauchemar avec ses multiples taux de change en dollars", + "description": "Il existe au moins sept taux de change en devises différents en Argentine. Un symptôme d’une économie qui se noie depuis longtemps entre dette, inflation et dévaluation, comme une véritable malédiction.", + "content": "Il existe au moins sept taux de change en devises différents en Argentine. Un symptôme d’une économie qui se noie depuis longtemps entre dette, inflation et dévaluation, comme une véritable malédiction.", + "category": "", + "link": "https://www.courrierinternational.com/article/monnaie-leconomie-argentine-vire-au-cauchemar-avec-ses-multiples-taux-de-change-en-dollars", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:25:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Thu, 04 Nov 2021 11:58:03 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d29dec942c772b16a02a0ca29c0b066" + "hash": "48ed7c6973ab14259c9eca419ec01106" }, { - "title": "Pete Buttigieg's Highway to Green Heaven", - "description": "The spending bill gives him new power to force CO2 cuts on states.", - "content": "The spending bill gives him new power to force CO2 cuts on states.", - "category": "PAID", - "link": "https://www.wsj.com/articles/pete-buttigiegs-highway-to-green-heaven-biden-administration-house-spending-bill-emissions-epa-11638481930", + "title": "Les pays du Nord engagent 8,5 milliards de dollars pour décarboner l’Afrique du Sud", + "description": "Réunis à Glasgow pour la 26e Conférence des Nations unies pour le climat, les États-Unis, le Royaume-Uni, l’Union européenne, mais aussi la France et l’Allemagne, ont annoncé, le mardi 2 novembre, avoir conclu un accord avec Johannesburg pour soutenir la “transition énergétique juste” de l’Afrique du Sud, très dépendante du charbon.", + "content": "Réunis à Glasgow pour la 26e Conférence des Nations unies pour le climat, les États-Unis, le Royaume-Uni, l’Union européenne, mais aussi la France et l’Allemagne, ont annoncé, le mardi 2 novembre, avoir conclu un accord avec Johannesburg pour soutenir la “transition énergétique juste” de l’Afrique du Sud, très dépendante du charbon.", + "category": "", + "link": "https://www.courrierinternational.com/article/cop26-les-pays-du-nord-engagent-85-milliards-de-dollars-pour-decarboner-lafrique-du-sud", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:42:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Wed, 03 Nov 2021 17:48:37 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "32e34f745f2ff72d7cfeb075eff7047e" + "hash": "29e78f21ffa6bacc1c66418ab8f25cd2" }, { - "title": "Covid-19 and the Right to Travel", - "description": "Bans and quarantines are constitutionally suspect when applied against U.S. citizens.", - "content": "Bans and quarantines are constitutionally suspect when applied against U.S. citizens.", - "category": "PAID", - "link": "https://www.wsj.com/articles/covid-19-and-travel-ban-restrictions-unconstitutional-international-abroad-omicron-biden-11638458140", + "title": "Des salaires en hausse de 10 % ? Pas assez, selon les grévistes de John Deere aux États-Unis", + "description": "La direction avait doublé la mise, mais les 10 000 salariés du fabricant de matériel agricole Deere & Company ont rejeté mardi l’accord et poursuivent leur grève. Alimentant le mouvement social qui enfle face à la pénurie de main-d’œuvre.", + "content": "La direction avait doublé la mise, mais les 10 000 salariés du fabricant de matériel agricole Deere & Company ont rejeté mardi l’accord et poursuivent leur grève. Alimentant le mouvement social qui enfle face à la pénurie de main-d’œuvre.", + "category": "", + "link": "https://www.courrierinternational.com/article/social-des-salaires-en-hausse-de-10-pas-assez-selon-les-grevistes-de-john-deere-aux-etats", "creator": "", - "pubDate": "Thu, 02 Dec 2021 13:13:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Wed, 03 Nov 2021 12:34:19 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a89b59c3c13bba48619d7ab60fededd" + "hash": "53bafb6a71231a73d7ceb2f9fef2e7cd" }, { - "title": "Boston's Eviction Ban Overreach", - "description": "A Massachusetts judge issues a scathing reprimand to the city.", - "content": "A Massachusetts judge issues a scathing reprimand to the city.", - "category": "PAID", - "link": "https://www.wsj.com/articles/bostons-eviction-ban-overreach-massachusetts-judge-irene-bagdoian-11638476194", + "title": "Facebook cesse d’utiliser son système de reconnaissance faciale", + "description": "Invoquant des “inquiétudes sociétales”, la maison-mère de Facebook, Meta, a annoncé qu’elle n’utiliserait plus la reconnaissance faciale pour proposer un “tag” automatiquement sur les photos. Les données sur plus d’un milliard d’utilisateurs devraient être effacées.", + "content": "Invoquant des “inquiétudes sociétales”, la maison-mère de Facebook, Meta, a annoncé qu’elle n’utiliserait plus la reconnaissance faciale pour proposer un “tag” automatiquement sur les photos. Les données sur plus d’un milliard d’utilisateurs devraient être effacées.", + "category": "", + "link": "https://www.courrierinternational.com/article/technologie-facebook-cesse-dutiliser-son-systeme-de-reconnaissance-faciale", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:41:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 02 Nov 2021 21:24:54 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e52a17e404920d6360924434f6e2848" + "hash": "f054c7aa604220fe898ca75620532c40" }, { - "title": "Businesses Offer Higher Wages, but Who Will Accept Them?", - "description": "Latest NFIB employment survey shows a continuing labor shortage.", - "content": "Latest NFIB employment survey shows a continuing labor shortage.", - "category": "PAID", - "link": "https://www.wsj.com/articles/businesses-offer-higher-wages-but-who-will-accept-them-11638467214", + "title": "La Chine suscite des peurs en demandant à ses habitants de stocker des provisions", + "description": "Le gouvernement de Pékin a appelé les foyers à faire des réserves de produits de base, en prévision, d’après les autorités, de nouveaux confinements locaux.", + "content": "Le gouvernement de Pékin a appelé les foyers à faire des réserves de produits de base, en prévision, d’après les autorités, de nouveaux confinements locaux.", + "category": "", + "link": "https://www.courrierinternational.com/article/asie-la-chine-suscite-des-peurs-en-demandant-ses-habitants-de-stocker-des-provisions", "creator": "", - "pubDate": "Thu, 02 Dec 2021 12:46:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 02 Nov 2021 19:42:26 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5e5fa5ada0515dfee94bc54bbbb6a7d" + "hash": "ca884d385d52330772cab0d058ccd285" }, { - "title": "Madrid, the City That Wouldn't Lock Down", - "description": "Isabel Díaz Ayuso called for freedom, kept the regional economy going, and won big at the polls.", - "content": "Isabel Díaz Ayuso called for freedom, kept the regional economy going, and won big at the polls.", - "category": "PAID", - "link": "https://www.wsj.com/articles/madrid-the-city-that-wouldnt-lockdown-isabel-diaz-ayuso-freedom-covid-19-coronavirus-11638475346", + "title": "Epic Games met fin à la version chinoise du jeu Fortnite", + "description": "L’éditeur américain du très populaire jeu en ligne, qui avait fait alliance avec le géant numérique local Tencent pour pénétrer le marché chinois, a annoncé la fermeture définitive de Fortress Night.", + "content": "L’éditeur américain du très populaire jeu en ligne, qui avait fait alliance avec le géant numérique local Tencent pour pénétrer le marché chinois, a annoncé la fermeture définitive de Fortress Night.", + "category": "", + "link": "https://www.courrierinternational.com/article/game-over-epic-games-met-fin-la-version-chinoise-du-jeu-fortnite", "creator": "", - "pubDate": "Thu, 02 Dec 2021 19:17:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 02 Nov 2021 17:09:10 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5ab478a61e3f76284817a400aa08d81f" + "hash": "416c3cabd6a7cf9383093c66f17f2037" }, { - "title": "Notable & Quotable: School Money for Adults", - "description": "‘Spending on curriculum, textbooks, supplies and sundries is a small portion of school budgets.’", - "content": "‘Spending on curriculum, textbooks, supplies and sundries is a small portion of school budgets.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-school-money-education-spending-teachers-union-big-labor-nyc-little-rock-11638476038", + "title": "L’Espagne, victime collatérale de l’arrêt de l’activité du gazoduc Maghreb-Europe", + "description": "Madrid est pris au piège par les tensions entre l’Algérie et le Maroc, qui ont conduit à la suspension de l’activité du gazoduc Maghreb-Europe. La pénurie de gaz devrait être évitée, rassure la presse espagnole, mais les coûts d’approvisionnement vont augmenter.", + "content": "Madrid est pris au piège par les tensions entre l’Algérie et le Maroc, qui ont conduit à la suspension de l’activité du gazoduc Maghreb-Europe. La pénurie de gaz devrait être évitée, rassure la presse espagnole, mais les coûts d’approvisionnement vont augmenter.", + "category": "", + "link": "https://www.courrierinternational.com/revue-de-presse/energie-lespagne-victime-collaterale-de-larret-de-lactivite-du-gazoduc-maghreb", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:21:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 02 Nov 2021 17:06:45 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0096effb8c6611cbddcb1280b23b186d" + "hash": "98891e4bfb857391be7893c6ea9733b3" }, { - "title": "Good Reasons to Go Slow on Abortion Precedents", - "description": "Overturning them all at once poses risks to legal and political stability. Gradualism is a better way.", - "content": "Overturning them all at once poses risks to legal and political stability. Gradualism is a better way.", - "category": "PAID", - "link": "https://www.wsj.com/articles/supreme-court-go-slow-roe-v-wade-abortion-precedents-gradualism-mississippi-dobbs-11638475763", + "title": "Le premier accord de la COP26 engage plus de cent pays à inverser la déforestation", + "description": "Au deuxième jour du sommet sur le climat à Glasgow, les chefs d’États qui abritent plus de 85 % des forêts mondiales s’accordent à mettre fin à la déforestation d’ici 2030 et promettent d’allouer à cet effet 16,5 milliards d’euros de fonds publics et privés.", + "content": "Au deuxième jour du sommet sur le climat à Glasgow, les chefs d’États qui abritent plus de 85 % des forêts mondiales s’accordent à mettre fin à la déforestation d’ici 2030 et promettent d’allouer à cet effet 16,5 milliards d’euros de fonds publics et privés.", + "category": "", + "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-le-premier-accord-de-la-cop26-engage-plus-de-cent-pays-inverser-la", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:28:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 02 Nov 2021 14:26:32 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef2d50ff469155d80d9caaaf3fe94a2f" + "hash": "91f4370ccedd67c49be4ffaa45940b6e" }, { - "title": "On Health Policy, Donald Trump Beats Joe Biden Hands Down", - "description": "Operation Warp Speed achieved a breakthrough at low cost. Build Back Better would spend huge sums to encourage failure.", - "content": "Operation Warp Speed achieved a breakthrough at low cost. Build Back Better would spend huge sums to encourage failure.", - "category": "PAID", - "link": "https://www.wsj.com/articles/health-policy-donald-trump-beats-joe-biden-operation-warp-speed-covid-19-build-back-better-11638475736", + "title": "Parole de baleine, le dernier des poumons d’acier, le secret des pénuries et les fous du tungstène", + "description": "On devrait lire plus souvent Hakai Magazine, une publication canadienne de Victoria, en Colombie-Britannique, consacrée à la vie scientifique et culturelle des régions côtières. L’un des articles décrit magistralement le nouveau projet d’un groupe international de biologistes et de spécialistes de l’intelligence artificielle, formé en 2017 au hasard d’un séminaire à l’université Harvard, qui tente de décrypter le langage des baleines dans l’espoir d’engager un jour la...", + "content": "On devrait lire plus souvent Hakai Magazine, une publication canadienne de Victoria, en Colombie-Britannique, consacrée à la vie scientifique et culturelle des régions côtières. L’un des articles décrit magistralement le nouveau projet d’un groupe international de biologistes et de spécialistes de l’intelligence artificielle, formé en 2017 au hasard d’un séminaire à l’université Harvard, qui tente de décrypter le langage des baleines dans l’espoir d’engager un jour la...", + "category": "", + "link": "https://www.courrierinternational.com/article/la-lettre-tech-parole-de-baleine-le-dernier-des-poumons-dacier-le-secret-des-penuries-et-les", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:28:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 02 Nov 2021 12:19:04 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a9bbc371cf385daed230e3fd4624215" + "hash": "ada8d22c39e2496e1d925d2fb126774b" }, { - "title": "Deterring Russia in Ukraine", - "description": "Vladimir Putin is probing to see if the U.S. really would push back.", - "content": "Vladimir Putin is probing to see if the U.S. really would push back.", - "category": "PAID", - "link": "https://www.wsj.com/articles/deterring-vladimir-putin-in-ukraine-antony-blinken-joe-biden-russia-11638398219", + "title": "Dans la plus grande usine du monde de séquestration du CO2", + "description": "Retirer le dioxyde de carbone de l’air. Le pétrifier sous terre pour accélérer la décarbonation. Cette méthode, utilisée par un nouveau site pilote en Islande, est-elle vraiment la solution à l’urgence climatique ?", + "content": "Retirer le dioxyde de carbone de l’air. Le pétrifier sous terre pour accélérer la décarbonation. Cette méthode, utilisée par un nouveau site pilote en Islande, est-elle vraiment la solution à l’urgence climatique ?", + "category": "", + "link": "https://www.courrierinternational.com/article/technologie-dans-la-plus-grande-usine-du-monde-de-sequestration-du-co2", "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:09:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 02 Nov 2021 06:03:30 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "497bf9aded1ff62b7f3621b9f320622f" + "hash": "e0712775f4f57282d00e445435cc9261" }, { - "title": "Will Santa Claus Visit Chuck Schumer?", - "description": "Traveling in a flying sleigh may be easier than passing what he wants by Christmas.", - "content": "Traveling in a flying sleigh may be easier than passing what he wants by Christmas.", - "category": "PAID", - "link": "https://www.wsj.com/articles/will-santa-claus-visit-chuck-schumer-senate-debt-limit-budget-build-back-better-ndaa-11638392522", + "title": "Le Japon dit enfin adieu à la disquette", + "description": "Sony n’en produit plus, elles sont difficiles à trouver en magasin. Et pourtant, les bonnes vieilles disquettes sont toujours utilisées par certaines entreprises et collectivités territoriales du Japon. Qui, en 2021, lancent enfin leur modernisation numérique. Les explications de la presse japonaise.", + "content": "Sony n’en produit plus, elles sont difficiles à trouver en magasin. Et pourtant, les bonnes vieilles disquettes sont toujours utilisées par certaines entreprises et collectivités territoriales du Japon. Qui, en 2021, lancent enfin leur modernisation numérique. Les explications de la presse japonaise.", + "category": "", + "link": "https://www.courrierinternational.com/article/anachronisme-le-japon-dit-enfin-adieu-la-disquette", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:41:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 01 Nov 2021 17:26:58 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e33e44fc3719ba90777424f5b517dd01" + "hash": "78193263d5e86c07c0444c6ab6dcbb4a" }, { - "title": "Advantage, Women's Tennis Association", - "description": "The WTA announces it is suspending all tournaments in China.", - "content": "The WTA announces it is suspending all tournaments in China.", - "category": "PAID", - "link": "https://www.wsj.com/articles/advantage-womens-tennis-association-steve-simon-peng-shuai-china-beijing-11638400900", + "title": "Après le burger sans viande, les œufs végétaux", + "description": "Vendredi 29 octobre, une entreprise suisse a dit avoir conçu le premier œuf dur végétal au monde. Le journal Le Temps raconte comment ce marché représente le nouveau terrain de chasse des géants de l’agroalimentaire.", + "content": "Vendredi 29 octobre, une entreprise suisse a dit avoir conçu le premier œuf dur végétal au monde. Le journal Le Temps raconte comment ce marché représente le nouveau terrain de chasse des géants de l’agroalimentaire.", + "category": "", + "link": "https://www.courrierinternational.com/article/veganisme-apres-le-burger-sans-viande-les-oeufs-vegetaux", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:54:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 01 Nov 2021 17:21:08 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9ad2c6eb2e29ca1c4c727b77d64bfe6" + "hash": "2f74cacf2ca42e9daba341c031199d24" }, { - "title": "A Biden Vaccine Mandate Puts Patients at Risk", - "description": "Washington’s threat to withhold Medicare and Medicaid funding is likely to do more harm than good.", - "content": "Washington’s threat to withhold Medicare and Medicaid funding is likely to do more harm than good.", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-vaccine-mandate-puts-patients-at-risk-cms-healthcare-worker-shortage-covid-omicron-11638371830", + "title": "On taxe bien l’alcool, pourquoi pas le carbone ?", + "description": "Et si la meilleure politique pour le climat consistait à prélever un impôt sur la pollution ? L’histoire de la taxe sur l’alcool aux États-Unis est à cet égard édifiante.", + "content": "Et si la meilleure politique pour le climat consistait à prélever un impôt sur la pollution ? L’histoire de la taxe sur l’alcool aux États-Unis est à cet égard édifiante.", + "category": "", + "link": "https://www.courrierinternational.com/article/crise-climatique-taxe-bien-lalcool-pourquoi-pas-le-carbone", "creator": "", - "pubDate": "Wed, 01 Dec 2021 17:41:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 01 Nov 2021 05:44:48 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "145d9846dd1083d9aacfb084cee736b0" + "hash": "a485c04b096a5f8a6ac93567a5b0a0f0" }, { - "title": "Justice Sotomayor Gets Political on Abortion", - "description": "She loses her cool during the Supreme Court’s oral argument.", - "content": "She loses her cool during the Supreme Court’s oral argument.", - "category": "PAID", - "link": "https://www.wsj.com/articles/sonia-sotomayor-gets-political-supreme-court-dobbs-v-jackson-abortion-roe-casey-11638400452", + "title": "À Miami, les riches Latino-Américains se ruent sur l’immobilier", + "description": "Les crises sociales, les bouleversements politiques, la pandémie de Covid-19 ont provoqué un important afflux d’investisseurs des pays d’Amérique latine dans des biens immobiliers de la capitale de la Floride. Nouveauté : ils achètent souvent pour en faire leur résidence principale et télétravailler.", + "content": "Les crises sociales, les bouleversements politiques, la pandémie de Covid-19 ont provoqué un important afflux d’investisseurs des pays d’Amérique latine dans des biens immobiliers de la capitale de la Floride. Nouveauté : ils achètent souvent pour en faire leur résidence principale et télétravailler.", + "category": "", + "link": "https://www.courrierinternational.com/article/tendance-miami-les-riches-latino-americains-se-ruent-sur-limmobilier", "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:08:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Sun, 31 Oct 2021 13:49:12 +0100", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5259dc03ef78821e7eb15460f4d7a409" + "hash": "9c2dd9a8dfcdf03c150c4a886767e776" }, { - "title": "China's Environmental Threat to Antarctica", - "description": "Beijing appears intent on exploiting the continent militarily and commercially.", - "content": "Beijing appears intent on exploiting the continent militarily and commercially.", - "category": "PAID", - "link": "https://www.wsj.com/articles/china-environmental-threat-to-antarctica-research-mining-satellites-telescopes-11638394184", + "title": "À Rome, le G20 approuve une taxation des multinationales “qui bénéficiera aux pays riches”", + "description": "En ouvrant le sommet du G20 ce 30 octobre, le chef du gouvernement italien Mario Draghi a invité à relancer le multilatéralisme pour répondre aux défis mondiaux. Dans la foulée, les dirigeants ont donné leur “bénédiction” à un taux d’imposition minimal des grandes entreprises. Ce dernier représente une victoire pour Joe Biden et pour les pays riches, observe la presse étrangère.\n\n\n ", + "content": "En ouvrant le sommet du G20 ce 30 octobre, le chef du gouvernement italien Mario Draghi a invité à relancer le multilatéralisme pour répondre aux défis mondiaux. Dans la foulée, les dirigeants ont donné leur “bénédiction” à un taux d’imposition minimal des grandes entreprises. Ce dernier représente une victoire pour Joe Biden et pour les pays riches, observe la presse étrangère.\n\n\n ", + "category": "", + "link": "https://www.courrierinternational.com/article/fiscalite-rome-le-g20-approuve-une-taxation-des-multinationales-qui-beneficiera-aux-pays", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:40:00 -0500", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": false, + "pubDate": "Sat, 30 Oct 2021 16:19:38 +0200", + "folder": "00.03 News/News - FR", + "feed": "Courier International - Eco", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "cf35a90b06c28248fce4e0310af3bd83" - }, + "hash": "1876bb9ea7892631487e94cc38970a5f" + } + ], + "folder": "00.03 News/News - FR", + "name": "Courier International - Eco", + "language": "fr", + "hash": "438887e02b156a2cf6ade5792e509a25" + }, + { + "title": "Le Monde.fr - Actualités et Infos en France et dans le monde", + "subtitle": "", + "link": "https://www.lemonde.fr/rss/en_continu.xml", + "image": null, + "description": "Le Monde.fr - 1er site d’information. Les articles du journal et toute l’actualité en continu : International, France, Société, Economie, Culture, Environnement, Blogs ...", + "items": [ { - "title": "Waukesha Killings Make the Media Colorblind Again", - "description": "The contrast with the Kyle Rittenhouse case illustrates the double standard.", - "content": "The contrast with the Kyle Rittenhouse case illustrates the double standard.", - "category": "PAID", - "link": "https://www.wsj.com/articles/waukesha-killings-make-the-media-colorblind-again-postracial-america-race-agenda-11638310613", + "title": "Présidentielle 2022 : « Emmerder les non-vaccinés », l’opération calculée du quasi-candidat Macron", + "description": "(FILES) This file photo taken on December 4, 2021 shows French President Emmanuel Macron briefing reporters at King Abdulaziz International Airport in Saudi Arabia's Red Sea coastal city of Jeddah. President Emmanuel Macron on January 5, 2022 warned people in France not yet vaccinated against Covid-19 that he would cause them trouble by limiting access to key aspects of life in the country. (Photo by Thomas SAMSON / AFP)", + "content": "(FILES) This file photo taken on December 4, 2021 shows French President Emmanuel Macron briefing reporters at King Abdulaziz International Airport in Saudi Arabia's Red Sea coastal city of Jeddah. President Emmanuel Macron on January 5, 2022 warned people in France not yet vaccinated against Covid-19 that he would cause them trouble by limiting access to key aspects of life in the country. (Photo by Thomas SAMSON / AFP)", + "category": "", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2022/01/05/presidentielle-2022-emmerder-les-non-vaccines-l-operation-calculee-du-quasi-candidat-macron_6108332_6059010.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:21:00 -0500", + "pubDate": "Wed, 05 Jan 2022 21:02:33 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b305dbba754f16b212897919cc20344f" + "hash": "15c1f6699352092f5956b13f51937eb7", + "highlights": [] }, { - "title": "The Pentagon's Bureaucratic Posture Review", - "description": "A 10-month study reflects little strategic urgency about growing global threats.", - "content": "A 10-month study reflects little strategic urgency about growing global threats.", - "category": "PAID", - "link": "https://www.wsj.com/articles/bureaucratic-global-posture-review-pentagon-defense-biden-china-11638380029", + "title": "Des manifestants ont pénétré, mercredi, dans un bâtiment de la mairie d’Almaty, la capitale économique du pays secoué par un mouvement de colère depuis dimanche.", + "description": "Des manifestants ont pénétré dans un bâtiment de la mairie d’Almaty, capitale économique du pays, mercredi 5 janvier.", + "content": "Des manifestants ont pénétré dans un bâtiment de la mairie d’Almaty, capitale économique du pays, mercredi 5 janvier.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/05/kazakhstan-le-president-renvoie-son-gouvernement_6108235_3210.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:05:00 -0500", + "pubDate": "Wed, 05 Jan 2022 05:46:23 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "34e50710106c2d082466a41b6c9ab753" + "hash": "534a534bc8ebc91382156759bb7e7383", + "highlights": [] }, { - "title": "'No' on Fed Chairman Jerome Powell", - "description": "He’s failed in his main mission, to keep the currency sound.", - "content": "He’s failed in his main mission, to keep the currency sound.", - "category": "PAID", - "link": "https://www.wsj.com/articles/no-on-jerome-powell-at-the-federal-reserve-nomination-brainard-lael-tom-cotton-inflation-11638392277", + "title": "Enquête | Le mystère des gendarmes français assassinés à Kigali", + "description": "Des documents qui relatent les assassinats, chez Gaëtan Lana, à Mance (Meurthe-et-Moselle), le 23 décembre 2021.", + "content": "Des documents qui relatent les assassinats, chez Gaëtan Lana, à Mance (Meurthe-et-Moselle), le 23 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/afrique/article/2022/01/05/le-mystere-des-gendarmes-francais-assassines-a-kigali_6108223_3212.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:40:00 -0500", + "pubDate": "Wed, 05 Jan 2022 02:44:28 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "472bcb6cac2cddec42f988bb8614ed12" + "hash": "2b8d134a69c84790358ca2e8bb614983", + "highlights": [] }, { - "title": "Michael Bloomberg: Why I'm Backing Charter Schools", - "description": "The public school system is failing. My philanthropy will give $750 million to a proven alternative.", - "content": "The public school system is failing. My philanthropy will give $750 million to a proven alternative.", - "category": "PAID", - "link": "https://www.wsj.com/articles/michael-bloomberg-why-im-backing-charter-schools-covid-19-learning-loss-teachers-union-11638371324", + "title": "Covid-19 : avec plus de 332 000 cas de contamination enregistrés en vingt-quatre heures, l’épidémie poursuit sa forte progression en France", + "description": "Un centre de dépistage mobile situé place Charles-de-Gaulle, à Paris, le 5 janvier.", + "content": "Un centre de dépistage mobile situé place Charles-de-Gaulle, à Paris, le 5 janvier.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/05/covid-19-335-000-nouvelles-contaminations-66-000-primovaccines-de-plus-annonce-olivier-veran_6108328_3244.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 11:00:00 -0500", + "pubDate": "Wed, 05 Jan 2022 19:30:56 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cae3270b9e4596207863b18121f78412" + "hash": "24cbac63eb1c1c0cade2fb2bb20eee4f", + "highlights": [] }, { - "title": "An Abortion Crossroads at the Supreme Court", - "description": "The Court must consider the Constitution and long-time precedent.", - "content": "The Court must consider the Constitution and long-time precedent.", - "category": "PAID", - "link": "https://www.wsj.com/articles/an-abortion-crossroads-at-the-supreme-court-dobbs-jackson-mississippi-john-roberts-11638311038", + "title": "Didier Tabuteau, une nomination surprise à la tête du Conseil d’Etat", + "description": "A 63 ans, ce spécialiste des questions de santé publique a été nommé, mercredi 5 janvier, en conseil des ministres vice-président de l’institution du Palais Royal, dont il présidait la section sociale.", + "content": "A 63 ans, ce spécialiste des questions de santé publique a été nommé, mercredi 5 janvier, en conseil des ministres vice-président de l’institution du Palais Royal, dont il présidait la section sociale.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/05/didier-tabuteau-une-nomination-surprise-a-la-tete-du-conseil-d-etat_6108326_3224.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:54:00 -0500", + "pubDate": "Wed, 05 Jan 2022 19:19:04 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "034dbffece393a4e3be71d4d33586e8d" + "hash": "d79009addc012fcc9a3970f8a46f0885", + "highlights": [] }, { - "title": "Should We Be Adverse to the Metaverse?", - "description": "Students discuss a world in which business and personal interactions take place in an ever more realistic virtual reality.", - "content": "Students discuss a world in which business and personal interactions take place in an ever more realistic virtual reality.", - "category": "PAID", - "link": "https://www.wsj.com/articles/should-we-be-adverse-to-the-metaverse-zuckerberg-social-media-college-students-11638310340", + "title": "Un délégué ministériel de la cause queer nommé dans le nouveau gouvernement allemand", + "description": "Sven Lehmann, lors de la cérémonie de passation de pouvoirs à Berlin, en Allemagne, le 9 décembre 2021.", + "content": "Sven Lehmann, lors de la cérémonie de passation de pouvoirs à Berlin, en Allemagne, le 9 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/05/un-delegue-ministeriel-de-la-cause-queer-nomme-dans-le-nouveau-gouvernement-allemand_6108325_3210.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:39:00 -0500", + "pubDate": "Wed, 05 Jan 2022 19:18:01 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d5941b0bfaa772cf3f2cd21b520b323" + "hash": "53d10e330e5da42a48400f2e81912425", + "highlights": [] }, { - "title": "Decoding the Omicron Panic", - "description": "Covid overkill is bad for everybody except the politicians.", - "content": "Covid overkill is bad for everybody except the politicians.", - "category": "PAID", - "link": "https://www.wsj.com/articles/decoding-the-omicron-panic-covid-vaccines-politics-lockdowns-variant-11638309070", + "title": "Après le meurtre de Chahinez Boutaa née Daoud, deux rapports avaient pointé des dysfonctionnements ainsi que des fautes ou des erreurs d’appréciation commises par plusieurs agents. Les sanctions vont de l’avertissement à trois jours d’exclusion temporaire de fonction avec sursis.", + "description": "Hommage à Chahinez Boutaa, le 5 mai 2021 à Mérignac (Gironde).", + "content": "Hommage à Chahinez Boutaa, le 5 mai 2021 à Mérignac (Gironde).", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/05/feminicide-de-merignac-des-propositions-de-sanction-contre-cinq-policiers_6108265_3224.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:22:00 -0500", + "pubDate": "Wed, 05 Jan 2022 09:38:25 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bea8abc79e70e441e7acee5dfd83c2dc" + "hash": "df3eb6849e4b987d82dd44504181913a", + "highlights": [] }, { - "title": "Sic 'Transitory' Gloria Fed", - "description": "Federal Reserve Chairman Jerome Powell finally abandons the word to describe 6% annual inflation over the last year.", - "content": "Federal Reserve Chairman Jerome Powell finally abandons the word to describe 6% annual inflation over the last year.", - "category": "PAID", - "link": "https://www.wsj.com/articles/sic-transitory-gloria-inflation-transitory-jerome-powell-pat-toomey-11638314379", + "title": "L'état d'urgence a été décrété dans plusieurs départements d'Outre-Mer, mercredi 5 janvier, en conseil des ministres.", + "description": "Alors que le variant Omicron est désormais majoritaire parmi les infections par le SARS-CoV-2 dépistées en France, plusieurs restrictions sanitaires ont été décidées.", + "content": "Alors que le variant Omicron est désormais majoritaire parmi les infections par le SARS-CoV-2 dépistées en France, plusieurs restrictions sanitaires ont été décidées.", + "category": "", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/31/masque-en-exterieur-discotheques-concerts-etc-ce-qui-est-obligatoire-interdit-ou-restreint-en-raison-de-la-cinquieme-vague-de-covid-19_6107820_4355770.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:13:00 -0500", + "pubDate": "Fri, 31 Dec 2021 16:25:08 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cdeae8771120eb6f499549e8465b820" + "hash": "9bfc850c19293a7c884de3b458d21c94", + "highlights": [] }, { - "title": "A Playbook to Revive the Biden Presidency", - "description": "He’ll need to appeal to the center of the country, not his party, on, say, immigration.", - "content": "He’ll need to appeal to the center of the country, not his party, on, say, immigration.", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-playbook-to-revive-the-biden-presidency-approval-ratings-losses-immigration-11638284975", + "title": "De son côté, Hongkong a interdit les arrivées en provenance de huit pays, dont la France. Ces annonces surviennent alors que les contaminations au Covid-19 se multiplient à travers le monde.", + "description": "Un londonien masqué entre dans la gare de Westminster, dans le centre de Londres, le 5 janvier 2022.", + "content": "Un londonien masqué entre dans la gare de Westminster, dans le centre de Londres, le 5 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/05/covid-19-dans-le-monde-hongkong-interdit-les-arrivees-en-provenance-de-huit-pays_6108276_3244.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:26:00 -0500", + "pubDate": "Wed, 05 Jan 2022 11:05:43 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce868f863629418a454e85fe95aae2e8" + "hash": "c63b16311ab1715aecfd9b08e4597686", + "highlights": [] }, { - "title": "A Dubious Union Revote at Amazon", - "description": "An NLRB ruling puts Big Labor’s interests above employees’ will.", - "content": "An NLRB ruling puts Big Labor’s interests above employees’ will.", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-dubious-union-revote-at-amazon-alabama-nlrb-lisa-henderson-11638313026", + "title": "Bristol : les quatre personnes jugées pour avoir déboulonné la statue d’un esclavagiste relaxées", + "description": "Le 13 décembre 2021, un manifestant tenait une pancarte « Heureux qu’il soit parti » devant la Cour de la Couronne de Bristol, où se tenait le procès des quatre personnes accusées d’avoir déboulonné la statue d’Edward Colston.", + "content": "Le 13 décembre 2021, un manifestant tenait une pancarte « Heureux qu’il soit parti » devant la Cour de la Couronne de Bristol, où se tenait le procès des quatre personnes accusées d’avoir déboulonné la statue d’Edward Colston.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/05/bristol-les-quatre-personnes-jugees-pour-avoir-deboulonne-la-statue-d-un-esclavagiste-relaxees_6108322_3210.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:52:00 -0500", + "pubDate": "Wed, 05 Jan 2022 18:03:58 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aefc0f17663150d2eecc30202adcb863" + "hash": "8854740ad6489d83dbe86af08968e17f", + "highlights": [] }, { - "title": "The Fed Battles Wyoming on Cryptocurrency", - "description": "Powell and Brainard stand in the way of sensible regulation.", - "content": "Powell and Brainard stand in the way of sensible regulation.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-fed-battles-wyoming-cryptocurrency-powell-brainard-bitcoin-digital-assets-spdi-fintech-11638308314", + "title": "Le premier ministre a pris la parole après les interpellations des présidents de groupes. L’examen du projet de loi se déroule dans un climat tendu puisqu’il a été suspendu plusieurs fois en trois jours.", + "description": "French far-left La France Insoumise (LFI) group's member of parliament Eric Coquerel speaks during a session of questions to the Government at the French National Assembly in Paris, on January 5, 2022. (Photo by Bertrand GUAY / AFP)", + "content": "French far-left La France Insoumise (LFI) group's member of parliament Eric Coquerel speaks during a session of questions to the Government at the French National Assembly in Paris, on January 5, 2022. (Photo by Bertrand GUAY / AFP)", + "category": "", + "link": "https://www.lemonde.fr/election-presidentielle-2022/live/2022/01/05/devant-l-assemblee-nationale-jean-castex-appelle-les-deputes-a-debattre-du-passe-vaccinal-dans-des-delais-rapides_6108249_6059010.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:24:00 -0500", + "pubDate": "Wed, 05 Jan 2022 13:06:31 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bbb604335cf199f14f13fca2ead9aacb" + "hash": "14eada614545491be934e0af2a35fc1d", + "highlights": [] }, { - "title": "What Pro-Lifers Want From the Supreme Court", - "description": "It’s the job of the American people, not the justices, to decide abortion.", - "content": "It’s the job of the American people, not the justices, to decide abortion.", - "category": "PAID", - "link": "https://www.wsj.com/articles/what-pro-lifers-want-supreme-court-casey-roe-undue-burden-dobbs-jackson-womens-health-11638222045", + "title": "En Afghanistan, les talibans demandent aux commerçants d’Herat de décapiter les mannequins", + "description": "Les têtes des mannequins dans un magasin de vêtements pour femmes à Herat, le 5 janvier 2022.", + "content": "Les têtes des mannequins dans un magasin de vêtements pour femmes à Herat, le 5 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/05/en-afghanistan-les-talibans-demandent-aux-commercants-d-herat-de-decapiter-les-mannequins_6108317_3210.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:18:00 -0500", + "pubDate": "Wed, 05 Jan 2022 17:58:55 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0fe01a3ec1a293bcbbf78a47b7758b1b" + "hash": "0efb33606680e0823584b0b7c3eae895", + "highlights": [] }, { - "title": "Richard Cordray to the Fed?", - "description": "Biden considers another protege of Elizabeth Warren to supervise banks.", - "content": "Biden considers another protege of Elizabeth Warren to supervise banks.", - "category": "PAID", - "link": "https://www.wsj.com/articles/richard-cordray-to-the-fed-joe-biden-cfpb-11638315333", + "title": "A Bordeaux, l’extrême gauche municipale règle ses comptes", + "description": "Le membre du Nouveau parti anticapitaliste (NPA) et candidat à l’élection présidentielle française de 2022, Philippe Poutou, prononce un discours lors d’un meeting à Strasbourg, dans l’est de la France, le 30 novembre 2021.", + "content": "Le membre du Nouveau parti anticapitaliste (NPA) et candidat à l’élection présidentielle française de 2022, Philippe Poutou, prononce un discours lors d’un meeting à Strasbourg, dans l’est de la France, le 30 novembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/05/a-bordeaux-l-extreme-gauche-municipale-regle-ses-comptes_6108316_823448.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:51:00 -0500", + "pubDate": "Wed, 05 Jan 2022 17:57:42 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1e6a5101b80518f407515761b32aa6b" + "hash": "2bbc685bfd2d0403b00e694048987c51", + "highlights": [] }, { - "title": "How Many Cuomo Brothers Work at CNN?", - "description": "News outlets treated the politician like family.", - "content": "News outlets treated the politician like family.", - "category": "PAID", - "link": "https://www.wsj.com/articles/how-many-cuomo-brothers-work-at-cnn-11638313632", + "title": "A Hongkong, le désarroi des « ex-covidés » contraints à l’isolement", + "description": "Dans l’un des centres pour « isolés guéris » situé dans le parc d’exposition Asia World, à côté de l’aéroport international de Hongkong, le 2 janvier 2022.", + "content": "Dans l’un des centres pour « isolés guéris » situé dans le parc d’exposition Asia World, à côté de l’aéroport international de Hongkong, le 2 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/05/a-hongkong-le-desarroi-des-ex-covides-contraints-a-l-isolement_6108277_3210.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:07:00 -0500", + "pubDate": "Wed, 05 Jan 2022 11:14:11 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b0b9b6dc7fb98621c04192af42c154b" + "hash": "382fb03c7995827c355d9466dd60343b", + "highlights": [] }, { - "title": "Notable & Quotable: Gordon Wood on Slavery", - "description": "‘The New York Times has the history completely backwards.’", - "content": "‘The New York Times has the history completely backwards.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-gordon-wood-slavery-1619-project-nikole-hannah-jones-systemic-racism-11638308854", + "title": "A Marseille, nouvel incendie mortel dans une copropriété dégradée", + "description": "La cité « Les rosiers » à Marseille, le 30 août 2021.", + "content": "La cité « Les rosiers » à Marseille, le 30 août 2021.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/05/a-marseille-nouvel-incendie-mortel-dans-une-copropriete-degradee_6108314_3224.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:20:00 -0500", + "pubDate": "Wed, 05 Jan 2022 17:50:41 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15b19e632ac677c66211b4315a9e4702" + "hash": "5c0fe8f42573ad8fe2fa2dc5707bcb6d", + "highlights": [] }, { - "title": "John Roberts and the Abortion Precedents", - "description": "The chief justice has a chance to protect the Supreme Court, strike a blow for democracy, and overturn bad decisions.", - "content": "The chief justice has a chance to protect the Supreme Court, strike a blow for democracy, and overturn bad decisions.", - "category": "PAID", - "link": "https://www.wsj.com/articles/two-generations-of-roe-is-enough-abortion-law-overturn-11638286403", + "title": "« Emmerder » les non-vaccinés : pour la presse étrangère, Emmanuel Macron « reprend certains codes des extrêmes »", + "description": "Pour le « Guardian », même si le langage « grossier » du président français est susceptible de provoquer « une réaction extrême, voire violente, de la part des anti-vaccins », il s’agit bien d’un « calcul politique prudent ».", + "content": "Pour le « Guardian », même si le langage « grossier » du président français est susceptible de provoquer « une réaction extrême, voire violente, de la part des anti-vaccins », il s’agit bien d’un « calcul politique prudent ».", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/05/emmerder-les-non-vaccines-pour-la-presse-etrangere-emmanuel-macron-reprend-certains-codes-des-extremes_6108310_823448.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:26:00 -0500", + "pubDate": "Wed, 05 Jan 2022 17:36:09 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "daab2c4ab25cbcf51a4adf06e819083d" + "hash": "b5090e6796d52539e726ccb1f0207127", + "highlights": [] }, { - "title": "Hyperpartisan Gigi Sohn Doesn't Belong at the FCC", - "description": "Biden’s nominee has suggested regulators use their power to suppress the speech of conservatives.", - "content": "Biden’s nominee has suggested regulators use their power to suppress the speech of conservatives.", - "category": "PAID", - "link": "https://www.wsj.com/articles/hyperpartisan-gigi-sohn-doesnt-belong-at-the-fcc-politicization-tweets-11638309404", + "title": "L’exemption accordée au numéro 1 mondial suscite l’indignation en Australie, où le premier ministre menace le Serbe de le renvoyer « par le premier avion » s’il ne la justifie pas.", + "description": "Le numéro un mondial pourrait remporter à Melbourne son 21e Grand Chelem.", + "content": "Le numéro un mondial pourrait remporter à Melbourne son 21e Grand Chelem.", + "category": "", + "link": "https://www.lemonde.fr/sport/article/2022/01/05/tennis-novak-djokovic-somme-de-s-expliquer-sur-sa-derogation-medicale_6108278_3242.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:24:00 -0500", + "pubDate": "Wed, 05 Jan 2022 11:15:38 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7fe5a3fffa701474467a8b49b652f3db" + "hash": "95a4ddc7cb41aaf1c73ab7ee20a8367d", + "highlights": [] }, { - "title": "The Omicron Non-Emergency", - "description": "Vaccine mandates are hurting hospitals, as a judge blocks Biden’s on health care workers.", - "content": "Vaccine mandates are hurting hospitals, as a judge blocks Biden’s on health care workers.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-omicron-non-emergency-joe-biden-south-africa-kathy-hochul-11638225480", + "title": "Passe vaccinal : Jean Castex défend Emmanuel Macron, qui veut « emmerder » les non-vaccinés", + "description": "Le premier ministre, Jean Castex, à l’Assemblée nationale, mercredi 5 janvier 2022.", + "content": "Le premier ministre, Jean Castex, à l’Assemblée nationale, mercredi 5 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/05/passe-vaccinal-jean-castex-defend-emmanuel-macron-qui-veut-emmerder-les-non-vaccines_6108307_823448.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:39:00 -0500", + "pubDate": "Wed, 05 Jan 2022 16:21:53 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d8cf5fd3730c9c6bb636f7e60e343163" + "hash": "267a7c96f60e324cd7a4b1812eda0b0e", + "highlights": [] }, { - "title": "Where Did That IMF Covid Money Go?", - "description": "Iran got $5 billion, but the world’s poor countries aren’t benefitting from ‘special drawing rights.’", - "content": "Iran got $5 billion, but the world’s poor countries aren’t benefitting from ‘special drawing rights.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/where-did-that-imf-covid-cash-go-special-drawing-rights-11638223617", + "title": "« Des insultes du matin au soir » : les laboratoires sous tension avec l’engorgement des tests de dépistage du Covid-19", + "description": "Des personnes patientent devant un laboratoire d’analyses médicales pour des tests PCR, à Paris, le 26 décembre 2021.", + "content": "Des personnes patientent devant un laboratoire d’analyses médicales pour des tests PCR, à Paris, le 26 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/05/des-insultes-du-matin-au-soir-les-laboratoires-sous-tension-avec-l-engorgement-des-tests-de-depistage-du-covid-19_6108224_3244.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:23:00 -0500", + "pubDate": "Wed, 05 Jan 2022 02:46:03 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b430984ac8919d4ea5f50d2e59f9bf8b" + "hash": "532a5267522f49552ddb73dfdb102b49", + "highlights": [] }, { - "title": "Hong Kong Says Vote---or Else", - "description": "China fears a boycott of the sham vote it will hold next month.", - "content": "China fears a boycott of the sham vote it will hold next month.", - "category": "PAID", - "link": "https://www.wsj.com/articles/hong-kongs-rigged-election-china-legislative-council-11638224614", + "title": "Didier Tabuteau nommé vice-président du Conseil d’État", + "description": "Le haut fonctionnaire a été nommé au lendemain du départ de son prédécesseur, Bruno Lasserre. Aucun passage de relais n’aura été possible – une première pour cette institution au cœur de la République.", + "content": "Le haut fonctionnaire a été nommé au lendemain du départ de son prédécesseur, Bruno Lasserre. Aucun passage de relais n’aura été possible – une première pour cette institution au cœur de la République.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/05/didier-tabuteau-nomme-vice-president-du-conseil-d-etat_6108303_823448.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:36:00 -0500", + "pubDate": "Wed, 05 Jan 2022 15:14:41 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2817f70f1e201ab1849888e4a8d83d8c" + "hash": "226519e91d7731a9691bc05c71204aaa", + "highlights": [] }, { - "title": "The WTO's Fast Track to Irrelevance", - "description": "China and others try to exploit the pact, while Western nations burden it with irrelevant goals.", - "content": "China and others try to exploit the pact, while Western nations burden it with irrelevant goals.", - "category": "PAID", - "link": "https://www.wsj.com/articles/world-trade-organization-fast-track-irrelevance-tpp-cptpp-china-ministerial-conference-omicron-11638201072", + "title": "Jean-Luc Mélenchon promet un meeting « immersif » le 16 janvier à Nantes", + "description": "Un hologramme du candidat à l’élection présidentielle de La France insoumis (LFI) Jean-Luc Mélenchon parle à une foule de sympathisants et militants rassemblés à Grenoble, alors que ce dernier tient un meeting physique à Dijon, simultanément retransmis dans six autres villes de France, mardi 18 avril 2017.", + "content": "Un hologramme du candidat à l’élection présidentielle de La France insoumis (LFI) Jean-Luc Mélenchon parle à une foule de sympathisants et militants rassemblés à Grenoble, alors que ce dernier tient un meeting physique à Dijon, simultanément retransmis dans six autres villes de France, mardi 18 avril 2017.", + "category": "", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2022/01/05/presidentielle-2022-jean-luc-melenchon-promet-un-meeting-immersif-le-16-janvier-a-nantes_6108301_6059010.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 13:02:00 -0500", + "pubDate": "Wed, 05 Jan 2022 15:06:19 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c2b7cc203292d5944eeb2dd9be71902c" + "hash": "178614a766d2f0d1eccde0e124bd2401", + "highlights": [] }, { - "title": "Biden Joins the Lumber Trade Wars", - "description": "How not to fight inflation: raise home building costs by doubling tariffs.", - "content": "How not to fight inflation: raise home building costs by doubling tariffs.", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-joins-the-lumber-wars-commerce-department-tariffs-canada-11638226400", + "title": "Cigarette électronique : les médecins ne doivent pas conseiller le vapotage pour se sevrer du tabac, selon le HCSP", + "description": "Selon le Haut Conseil de la santé publique, « les connaissances fondées sur les preuves sont insuffisantes pour proposer [les cigarettes électroniques] comme aides au sevrage tabagique ».", + "content": "Selon le Haut Conseil de la santé publique, « les connaissances fondées sur les preuves sont insuffisantes pour proposer [les cigarettes électroniques] comme aides au sevrage tabagique ».", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/05/les-medecins-ne-doivent-pas-conseiller-le-vapotage-pour-se-sevrer-du-tabac-selon-le-hcsp_6108299_3224.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:34:00 -0500", + "pubDate": "Wed, 05 Jan 2022 14:26:24 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "931e6ddfe0c5ece161db466b7054f59c" + "hash": "36cec850a899168665b93391736a0cb3", + "highlights": [] }, { - "title": "This Abortion Case 'Feels Different'", - "description": "The law before the high court this week focuses on protecting the unborn, not restricting women.", - "content": "The law before the high court this week focuses on protecting the unborn, not restricting women.", - "category": "PAID", - "link": "https://www.wsj.com/articles/this-abortion-case-feels-different-supreme-court-unborn-dobbs-jackson-womens-health-11638223308", + "title": "Mosquée d’Allonnes : les deux associations gérantes dissoutes en conseil des ministres", + "description": "Un message annonçait la fermeture de la mosquée d’Allonnes, sur décision préfectorale, le 13 octobre 2021.", + "content": "Un message annonçait la fermeture de la mosquée d’Allonnes, sur décision préfectorale, le 13 octobre 2021.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/05/les-deux-associations-gerantes-de-la-mosquee-d-allonnes-egalement-dissoutes_6108298_3224.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:22:00 -0500", + "pubDate": "Wed, 05 Jan 2022 14:08:14 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5aef7750ca7098dfcdaae0b469f9e595" + "hash": "665bfb3e3f6798fa154f839fbd2900f0", + "highlights": [] }, { - "title": "Global Free Trade Is in Crisis", - "description": "Western leaders have failed to deal with economic dislocation and China’s cheating.", - "content": "Western leaders have failed to deal with economic dislocation and China’s cheating.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-world-free-trade-system-is-in-crisis-organization-meeting-omicron-tariffs-sanctions-11638220676", + "title": "Le groupuscule d’ultradroite les Zouaves Paris dissous en conseil des ministres", + "description": "Capture vidéo de l’agression des militants de SOS-Racisme par des sympathisants d’Eric Zemmour, à Villepinte (Seine-Saint-Denis), le 5 décembre 2021.", + "content": "Capture vidéo de l’agression des militants de SOS-Racisme par des sympathisants d’Eric Zemmour, à Villepinte (Seine-Saint-Denis), le 5 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/05/le-groupuscule-d-ultradroite-les-zouaves-paris-dissous-en-conseil-des-ministres_6108294_3224.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:18:00 -0500", + "pubDate": "Wed, 05 Jan 2022 13:57:08 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87787c2fa87a30fdce84fe66de3cc872" + "hash": "6bf7634616758d95091f09a291bbe6f3", + "highlights": [] }, { - "title": "The Erdogan Lira Crisis", - "description": "Turkey’s currency burns while its president fiddles with rates.", - "content": "Turkey’s currency burns while its president fiddles with rates.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-erdogan-lira-crisis-turkey-11638219071", + "title": "Activision poursuit une entreprise qui vend des logiciels pour tricher à « Call of Duty »", + "description": "Sur son site, EngineOwning propose notamment des outils de tricherie pour plusieurs jeux multijoueurs populaires d’Activision, comme les titres de la saga « Call of Duty » (« Warzone », le récent « Vanguard », mais aussi « Modern Warfare »).", + "content": "Sur son site, EngineOwning propose notamment des outils de tricherie pour plusieurs jeux multijoueurs populaires d’Activision, comme les titres de la saga « Call of Duty » (« Warzone », le récent « Vanguard », mais aussi « Modern Warfare »).", + "category": "", + "link": "https://www.lemonde.fr/pixels/article/2022/01/05/activision-poursuit-une-entreprise-qui-vend-des-logiciels-pour-tricher-a-call-of-duty_6108293_4408996.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:32:00 -0500", + "pubDate": "Wed, 05 Jan 2022 13:08:14 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6dc866141d70a032fd9e4f744ea69f36" + "hash": "9d4b6b0986fd65f3a20a8dc29ad7c1f9", + "highlights": [] }, { - "title": "Biden's Partisan Pandemic History", - "description": "The President wastes another opportunity to lead on Covid.", - "content": "The President wastes another opportunity to lead on Covid.", - "category": "PAID", - "link": "https://www.wsj.com/articles/bidens-partisan-pandemic-history-11638224460", + "title": "Covid-19 : l’état d’urgence sanitaire décrété à la Guadeloupe, en Guyane, à Mayotte, Saint-Martin et Saint-Barthélemy", + "description": "L’hôpital de Pointe-à-Pitre, en Guadeloupe, le 30 juillet 2021.", + "content": "L’hôpital de Pointe-à-Pitre, en Guadeloupe, le 30 juillet 2021.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/05/covid-19-l-etat-d-urgence-sanitaire-decrete-en-guadeloupe-guyane-a-mayotte-saint-martin-et-saint-barthelemy_6108289_3244.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:21:00 -0500", + "pubDate": "Wed, 05 Jan 2022 13:03:27 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "38bf9aac1ddec5621e44177a971865aa" + "hash": "8281cc826fd1111c5c4a9223cc9ee784", + "highlights": [] }, { - "title": "The Left, the Ahmaud Arbery Verdict and 'Felony Murder'", - "description": "If the charge is unjust, the jury should have convicted only one of the defendants.", - "content": "If the charge is unjust, the jury should have convicted only one of the defendants.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-left-ahmaud-arbery-and-felony-murder-racial-discrimination-justice-ahmaud-arbery-11638222968", + "title": "Shein, le nouveau géant de l’« ultra fast fashion » aux méthodes peu reluisantes", + "description": "Une ouvrière emballe des paquets dans un atelier clandestin d’un sous-traitant de l’entreprise Shein, en Chine, le 24 novembre 2021.", + "content": "Une ouvrière emballe des paquets dans un atelier clandestin d’un sous-traitant de l’entreprise Shein, en Chine, le 24 novembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/05/les-coulisses-peu-reluisantes-de-shein-nouveau-geant-du-pret-a-porter_6108229_3234.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:21:00 -0500", + "pubDate": "Wed, 05 Jan 2022 05:15:32 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "daf1370ba1437130d73bbd0a4a957c00" + "hash": "18f5adcd351c293efea9b8eb1146146e", + "highlights": [] }, { - "title": "'Leadership' and Dirty Tricks at Harvard", - "description": "The student council’s extreme measures to stave off a ‘vote of no confidence.’", - "content": "The student council’s extreme measures to stave off a ‘vote of no confidence.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/leadership-and-dirty-tricks-at-harvard-election-votes-university-11638220916", + "title": "Dépakine : Sanofi jugé responsable d’un manque de vigilance et d’information sur les risques", + "description": "Une usine Sanofi à Mourenx, dans le sud-ouest de la France.", + "content": "Une usine Sanofi à Mourenx, dans le sud-ouest de la France.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/05/depakine-sanofi-juge-responsable-d-un-manque-de-vigilance-et-d-information-sur-les-risques_6108281_3224.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:19:00 -0500", + "pubDate": "Wed, 05 Jan 2022 11:20:29 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da0cf47f976b5c08650fd91b2e3a07c6" + "hash": "669afa4635c105c6b2d219e58686eae6", + "highlights": [] }, { - "title": "Courts and the Regulatory State", - "description": "The Supreme Court has a chance to revisit its Chevron deference to runaway bureaucracies.", - "content": "The Supreme Court has a chance to revisit its Chevron deference to runaway bureaucracies.", - "category": "PAID", - "link": "https://www.wsj.com/articles/courts-and-the-regulatory-state-american-hospital-association-agencies-chevron-rulings-11638123948", + "title": "En Turquie, la « ruée vers l’or » des cryptomonnaies", + "description": "Devant un bureau de change, à Istanbul, en Turquie, le 8 novembre 2021.", + "content": "Devant un bureau de change, à Istanbul, en Turquie, le 8 novembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/05/en-turquie-la-ruee-vers-l-or-des-cryptomonnaies_6108275_3234.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:17:00 -0500", + "pubDate": "Wed, 05 Jan 2022 11:00:06 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff378ebb4cf59c71581383437d0212c6" + "hash": "db0dd00a7cfe492b8258bd94c61ade82", + "highlights": [] }, { - "title": "Does Abortion Promote Equality for Women?", - "description": "No, says Mississippi’s Attorney General Lynn Fitch, as her office defends the state’s restrictions.", - "content": "No, says Mississippi’s Attorney General Lynn Fitch, as her office defends the state’s restrictions.", - "category": "PAID", - "link": "https://www.wsj.com/articles/does-abortion-promote-equality-for-women-childbearing-law-11638115972", + "title": "Boeing ukrainien abattu : un tribunal canadien ordonne l’indemnisation des familles de victimes", + "description": "Des gens commémorent, le 11 janvier 2021, les victimes du crash de l’avion de ligne ukrainien, abattu en janvier 2020 à Téhéran par un missile iranien.", + "content": "Des gens commémorent, le 11 janvier 2021, les victimes du crash de l’avion de ligne ukrainien, abattu en janvier 2020 à Téhéran par un missile iranien.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/05/boeing-ukrainien-abattu-un-tribunal-canadien-ordonne-l-indemnisation-des-familles-de-victimes_6108257_3210.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:06:00 -0500", + "pubDate": "Wed, 05 Jan 2022 08:41:38 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c739e270785697a2d7760cc4d26c4806" + "hash": "46ecfd1adbb6625784a0b5644ac04ba3", + "highlights": [] }, { - "title": "A California Attempt to Repair the Crumbling Pillar of U.S. Education", - "description": "A proposed ballot measure would make good schools a constitutional right.", - "content": "A proposed ballot measure would make good schools a constitutional right.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-crumbling-pillar-of-education-california-dave-welch-vergara-school-choice-charter-11638115242", + "title": "La Corée du Nord tire un nouveau projectile non identifié", + "description": "Des patrouilles de l’armée sud-coréenne surveillent la frontière avec la Corée du Nord, le 5 janvier 2022.", + "content": "Des patrouilles de l’armée sud-coréenne surveillent la frontière avec la Corée du Nord, le 5 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/05/la-coree-du-nord-tire-un-nouveau-projectile-non-identifie_6108254_3210.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 15:26:00 -0500", + "pubDate": "Wed, 05 Jan 2022 08:02:24 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e42b87fe153be975513287e2e8a1aa3" + "hash": "a5ddca3c4f4d2ae7edfaf9b135509888", + "highlights": [] }, { - "title": "Stupid Inflation Tricks", - "description": "Democrats keep coming up with new culprits to blame for rising prices.", - "content": "Democrats keep coming up with new culprits to blame for rising prices.", - "category": "PAID", - "link": "https://www.wsj.com/articles/stupid-inflation-tricks-elizabeth-warren-inflation-poultry-cartel-11638129322", + "title": "Covid-19 : pourquoi on est dans le flou pour mesurer la progression d’Omicron", + "description": "Les indicateurs quotidiens de criblage ne permettent plus de suivre la progression du variant B.1.1.529 sur le territoire français.", + "content": "Les indicateurs quotidiens de criblage ne permettent plus de suivre la progression du variant B.1.1.529 sur le territoire français.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/05/covid-19-pourquoi-on-est-dans-le-flou-pour-mesurer-la-progression-d-omicron_6108252_3244.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:15:00 -0500", + "pubDate": "Wed, 05 Jan 2022 07:55:59 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3fc2c99c65cd2e3dc8e2a0624ff97979" + "hash": "a889083e651a9bce99bc62187bfe054c", + "highlights": [] }, { - "title": "López Obrador Courts the Mexican Military", - "description": "The president tries a sweeping power grab in the name of ‘national security.’", - "content": "The president tries a sweeping power grab in the name of ‘national security.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/lopez-obrador-courts-the-mexican-military-amlo-national-security-powers-tariffs-trump-11638121942", + "title": "Un Colombien inculpé aux Etats-Unis pour son rôle dans l’assassinat du président haïtien", + "description": "Croquis représentant Mario Antonio Palacios, au tribunal de Miami (Floride), le 4 janvier 2022.", + "content": "Croquis représentant Mario Antonio Palacios, au tribunal de Miami (Floride), le 4 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/05/un-colombien-inculpe-aux-etats-unis-pour-son-role-dans-l-assassinat-du-president-haitien_6108247_3210.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:03:00 -0500", + "pubDate": "Wed, 05 Jan 2022 06:55:13 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b27ad20b6acaefedc6b9a098dee1708" + "hash": "30e2228af1baffaa9991e029a3165237", + "highlights": [] }, { - "title": "At Home in the Retirement Center", - "description": "My husband and I found convenience, camaraderie and the ability to relax.", - "content": "My husband and I found convenience, camaraderie and the ability to relax.", - "category": "PAID", - "link": "https://www.wsj.com/articles/at-home-in-the-retirement-center-complex-neighbors-11638115526", + "title": "La cérémonie des Golden Globes maintenue, mais sans public ni retransmission télévisée", + "description": "(FILES) In this file photo taken on December 13, 2021 the stage is set for the nominations announcement for the 79th Golden Globe Awards, at the Beverly Hilton Hotel in Beverly Hills, California. A stripped-down Golden Globes will go ahead with no audience or media on January 9, 2022, as the event traditionally known as Hollywood's biggest party reels from an industry boycott over ethical lapses by its organizers. (Photo by Robyn Beck / AFP)", + "content": "(FILES) In this file photo taken on December 13, 2021 the stage is set for the nominations announcement for the 79th Golden Globe Awards, at the Beverly Hilton Hotel in Beverly Hills, California. A stripped-down Golden Globes will go ahead with no audience or media on January 9, 2022, as the event traditionally known as Hollywood's biggest party reels from an industry boycott over ethical lapses by its organizers. (Photo by Robyn Beck / AFP)", + "category": "", + "link": "https://www.lemonde.fr/culture/article/2022/01/05/la-ceremonie-des-golden-globes-maintenue-mais-sans-public-ni-retransmission-televisee_6108233_3246.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 16:59:00 -0500", + "pubDate": "Wed, 05 Jan 2022 05:20:09 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9328f04adbe92af1829b99be1530f67a" + "hash": "0065560c6fcf5f9e08959c0772c330e4", + "highlights": [] }, { - "title": "Iran Has Biden's Nuclear Number", - "description": "Tehran wants a ‘less for more’ deal that would be weaker than Obama’s.", - "content": "Tehran wants a ‘less for more’ deal that would be weaker than Obama’s.", - "category": "PAID", - "link": "https://www.wsj.com/articles/iran-has-biden-nuclear-number-antony-blinken-robert-malley-jake-sullivan-bomb-jcpoa-deal-11636487314", + "title": "Guadeloupe : le CHU assiégé par des militants contre l’obligation vaccinale des soignants, son directeur exfiltré par la police", + "description": "L’entrée du centre hospitalier universitaire (CHU) de Pointe-à-Pitre, en Guadeloupe, le 30 juillet 2021.", + "content": "L’entrée du centre hospitalier universitaire (CHU) de Pointe-à-Pitre, en Guadeloupe, le 30 juillet 2021.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/05/guadeloupe-le-chu-assiege-par-des-militants-contre-l-obligation-vaccinale-des-soignants-son-directeur-exfiltre-par-la-police_6108226_3244.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:13:00 -0500", + "pubDate": "Wed, 05 Jan 2022 04:21:14 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f57f3f8b708a9b228d6ac5f38a8f54c" + "hash": "9eeedb70131156a97a9b2ebdd7cc37d5", + "highlights": [] }, { - "title": "South Korea Wants to Declare Peace---Without Peace", - "description": "Seoul’s government wants Biden to sign onto empty words that won’t deter Pyongyang’s aggression.", - "content": "Seoul’s government wants Biden to sign onto empty words that won’t deter Pyongyang’s aggression.", - "category": "PAID", - "link": "https://www.wsj.com/articles/south-korea-wants-peace-without-peace-kim-jong-un-war-moon-jae-in-biden-north-korea-11638114856", + "title": "Donald Trump renonce à donner une conférence de presse jeudi, un an après l’attaque de ses partisans sur le Capitole", + "description": "Donald Trump, le 24 novembre 2020, à la Maison Blanche, à Washington.", + "content": "Donald Trump, le 24 novembre 2020, à la Maison Blanche, à Washington.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/05/donald-trump-renonce-a-donner-une-conference-de-presse-jeudi-un-an-apres-l-attaque-de-ses-partisans-sur-le-capitole_6108225_3210.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 15:27:00 -0500", + "pubDate": "Wed, 05 Jan 2022 03:48:06 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "65f774d7a6dbc83859c862908ebfa764" + "hash": "0b7c3245151bfd74de04d3ebba18c19b", + "highlights": [] }, { - "title": "Is This a 'Normal' Covid Winter?", - "description": "Today’s surge would be worse if individuals and states hadn’t ignored Biden’s restrictions on booster shots.", - "content": "Today’s surge would be worse if individuals and states hadn’t ignored Biden’s restrictions on booster shots.", - "category": "PAID", - "link": "https://www.wsj.com/articles/is-this-a-normal-covid-winter-aaron-rodgers-covid-natural-immunity-vaccines-11637960718", + "title": "Après les propos d’Emmanuel Macron sur les non-vaccinés, les débats sur le passe vaccinal de nouveau suspendus à l’Assemblée", + "description": "Les débats ont été houleux, dans la nuit du 4 au 5 janvier 2022, à l’Assemblée nationale, avant que la séance ne soit suspendue.", + "content": "Les débats ont été houleux, dans la nuit du 4 au 5 janvier 2022, à l’Assemblée nationale, avant que la séance ne soit suspendue.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/05/apres-les-propos-d-emmanuel-macron-sur-les-non-vaccines-les-debats-sur-le-passe-vaccinal-de-nouveau-suspendus-a-l-assemblee_6108218_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:38:00 -0500", + "pubDate": "Wed, 05 Jan 2022 02:42:33 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "de51b5f0395a9ab7fc767ea8488c76bc" + "hash": "843129616ac01420be637545652defe8", + "highlights": [] }, { - "title": "Financial Climate Risks Are Minimal", - "description": "A new Fed study finds that banks aren’t threatened, contrary to Biden regulatory claims.", - "content": "A new Fed study finds that banks aren’t threatened, contrary to Biden regulatory claims.", - "category": "PAID", - "link": "https://www.wsj.com/articles/financial-climate-risks-are-minimal-federal-reserve-study-banks-11637270186", + "title": "Coupe de France : Lens renverse Lille et se qualifie pour les huitièmes de finale", + "description": "Lens passe en force face à Lille, grâce au doublé et au tir au but décisif de son capitaine, Seko Fofana, le 4 janvier 2022, au stade Bollaert-Delelis.", + "content": "Lens passe en force face à Lille, grâce au doublé et au tir au but décisif de son capitaine, Seko Fofana, le 4 janvier 2022, au stade Bollaert-Delelis.", + "category": "", + "link": "https://www.lemonde.fr/sport/article/2022/01/05/coupe-de-france-lens-renverse-lille-et-se-qualifie-pour-les-huitiemes-de-finale_6108215_3242.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:11:00 -0500", + "pubDate": "Wed, 05 Jan 2022 00:16:41 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "895fd11f4fde32bc21b69e4f48dafe34" + "hash": "805c611aa324bbb85fee83d78cdc1169", + "highlights": [] }, { - "title": "The Omicron Variant Panic", - "description": "Markets fall, but the biggest danger is more government lockdowns.", - "content": "Markets fall, but the biggest danger is more government lockdowns.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-omicron-variant-panic-covid-south-africa-markets-biden-administration-11637964316", + "title": "La Ligue de football professionnel détaille son nouveau protocole sanitaire : test obligatoire avant un match et durée d’isolement réduite", + "description": "La nouvelle version du « protocole d’organisation des matchs » a été finalisée mardi par la LFP, qui suit les nouvelles consignes du gouvernement.", + "content": "La nouvelle version du « protocole d’organisation des matchs » a été finalisée mardi par la LFP, qui suit les nouvelles consignes du gouvernement.", + "category": "", + "link": "https://www.lemonde.fr/sport/article/2022/01/04/la-ligue-de-football-professionnel-detaille-son-nouveau-protocole-sanitaire-test-obligatoire-avant-un-match-et-duree-d-isolement-reduite_6108210_3242.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 18:16:00 -0500", + "pubDate": "Tue, 04 Jan 2022 23:15:04 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", - "read": true, + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5aa2f6c82189a9f4d026a0d4e281db55" + "hash": "6f31fb9d4b72074b830efd79d8dba46d", + "highlights": [] }, { - "title": "Jamie Dimon's China Joke Is on JPMorgan's 'Stakeholders'", - "description": "His kowtow shows that investor value is still paramount—and maybe in this case it shouldn’t be.", - "content": "His kowtow shows that investor value is still paramount—and maybe in this case it shouldn’t be.", - "category": "PAID", - "link": "https://www.wsj.com/articles/jamie-dimon-joke-is-on-jpmorgan-chase-stakeholder-capitalism-china-communist-xi-esg-11638201619", + "title": "Passe sanitaire : 192 483 faux recensés par le ministère de l’intérieur, 435 enquêtes ouvertes", + "description": "Débat sur le projet de loi pour le renforcement des outils de gestion de la crise sanitaire et le passe vaccinal, à l'Assemblée nationale, le 3 janvier 2022. Les députés de La République en marche applaudissent le ministre de la santé, Olivier Véran.", + "content": "Débat sur le projet de loi pour le renforcement des outils de gestion de la crise sanitaire et le passe vaccinal, à l'Assemblée nationale, le 3 janvier 2022. Les députés de La République en marche applaudissent le ministre de la santé, Olivier Véran.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/04/passe-sanitaire-192-483-faux-recenses-par-le-ministere-de-l-interieur-435-enquetes-ouvertes_6108208_3244.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 13:02:00 -0500", + "pubDate": "Tue, 04 Jan 2022 22:12:27 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e855e73bc6771dd4772b0495b8e1e52" + "hash": "44fa941cb26752a9b38b13848ed6851e", + "highlights": [] }, { - "title": "School Closures Aren't Just for Covid Anymore", - "description": "Remote learning turns out to be an easy fix for other problems—never mind the huge educational costs.", - "content": "Remote learning turns out to be an easy fix for other problems—never mind the huge educational costs.", - "category": "PAID", - "link": "https://www.wsj.com/articles/school-closures-arent-just-for-covid-anymore-education-children-shutdown-remote-learning-11638116323", + "title": "Covid-19 : « Les non-vaccinés, j’ai très envie de les emmerder. Et donc on va continuer de le faire », assume Emmanuel Macron dans une interview", + "description": "Emmanuel Macron, à Bruxelles, en décembre 2021.", + "content": "Emmanuel Macron, à Bruxelles, en décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/04/les-non-vaccines-j-ai-tres-envie-de-les-emmerder-declare-emmanuel-macron_6108205_823448.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:08:00 -0500", + "pubDate": "Tue, 04 Jan 2022 21:28:16 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cad884a7f4a35cd1453028e6e0587c03" + "hash": "c9d6277c4f0bf4912d30874667af1a13", + "highlights": [] }, { - "title": "The Biden Era of Greed?", - "description": "Democrats’ inflation excuses lead to inconvenient conclusions.", - "content": "Democrats’ inflation excuses lead to inconvenient conclusions.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-biden-era-of-greed-11637965598", + "title": "Tesla critiqué pour avoir ouvert un showroom dans le Xinjiang, dans le nord-ouest de la Chine", + "description": "La firme d’Elon Musk est sous le feu des critiques pour avoir ouvert une salle d’exposition à Urumqi, capitale du Xinjiang, une région où le régime de Pékin pratique l’assimilation forcée et l’internement des minorités musulmanes.", + "content": "La firme d’Elon Musk est sous le feu des critiques pour avoir ouvert une salle d’exposition à Urumqi, capitale du Xinjiang, une région où le régime de Pékin pratique l’assimilation forcée et l’internement des minorités musulmanes.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/04/tesla-critique-pour-avoir-ouvert-un-showroom-dans-le-xinjiang_6108206_3234.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:26:00 -0500", + "pubDate": "Tue, 04 Jan 2022 21:36:55 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1da406554e572ecae8ca0e14b4d1f0ee" + "hash": "2c98d9834ac14e69b23b06798ca3ffc0", + "highlights": [] }, { - "title": "Iran's Nuclear Negotiators Make the U.S. Sit at the Kiddie Table", - "description": "The Islamic Republic relishes humiliating Americans while granting no concessions.", - "content": "The Islamic Republic relishes humiliating Americans while granting no concessions.", - "category": "PAID", - "link": "https://www.wsj.com/articles/iran-nuclear-jcpoa-tehran-enrichment-islamic-republic-11638129541", + "title": "Le nombre de contaminations dues au variant Omicron s'accroît brutalement. Plus de 200 000 cas ont été recensés en vingt-quatre heures au Royaume-Uni et un million aux Etats-Unis.", + "description": "Un homme traverse le London Bridge, avec le Tower Bridge derrière, pendant l’heure de pointe matinale, alors que le gouvernement britannique recommande le télétravail, dans le quartier financier de la City de Londres, le 4 janvier 2022.", + "content": "Un homme traverse le London Bridge, avec le Tower Bridge derrière, pendant l’heure de pointe matinale, alors que le gouvernement britannique recommande le télétravail, dans le quartier financier de la City de Londres, le 4 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/04/covid-19-dans-le-monde-plus-de-200-000-cas-recenses-en-vingt-quatre-heures-au-royaume-uni_6108196_3244.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 17:23:00 -0500", + "pubDate": "Tue, 04 Jan 2022 19:18:44 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1da6301147c25eb3b044259b02a1cb4d" + "hash": "dc5b84354e2d21fe8b68afa638a1bc0e", + "highlights": [] }, { - "title": "Narendra Modi Surrenders to the Farmers", - "description": "The repeal of three market-friendly agricultural laws will prevent India’s workers from moving to factories from farms.", - "content": "The repeal of three market-friendly agricultural laws will prevent India’s workers from moving to factories from farms.", - "category": "PAID", - "link": "https://www.wsj.com/articles/modi-surrenders-to-the-farmers-narendra-laws-revoke-government-protests-11637810356", + "title": "Un incendie dans les Bouches-du-Rhône crée une importante pollution de l’air « comparable à celle de Pékin »", + "description": "Un pompier français et des sauveteurs de la Croix-Rouge se tiennent au milieu de la fumée provoquée par un incendie qui a déjà dévasté quelque 200 hectares à Vitrolles, dans le sud de la France, le 10 août 2016. - Quatre pompiers ont été gravement brûlés alors qu’ils luttaient pour maîtriser un incendie qui fait rage et qui a déjà dévasté quelque 200 hectares, et transportés à l’hôpital. (Photo de BORIS HORVAT / AFP)Traduit avec www.DeepL.com/Translator (version gratuite)", + "content": "Un pompier français et des sauveteurs de la Croix-Rouge se tiennent au milieu de la fumée provoquée par un incendie qui a déjà dévasté quelque 200 hectares à Vitrolles, dans le sud de la France, le 10 août 2016. - Quatre pompiers ont été gravement brûlés alors qu’ils luttaient pour maîtriser un incendie qui fait rage et qui a déjà dévasté quelque 200 hectares, et transportés à l’hôpital. (Photo de BORIS HORVAT / AFP)Traduit avec www.DeepL.com/Translator (version gratuite)", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/04/un-incendie-dans-les-bouches-du-rhone-cree-une-importante-pollution-de-l-air-comparable-a-celle-de-pekin_6108204_3244.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 11:07:00 -0500", + "pubDate": "Tue, 04 Jan 2022 20:59:04 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "99852ba1746cebf8466697c8e89899d9" + "hash": "6213ce1f68deca157ad8b8441bb5b9df", + "highlights": [] }, { - "title": "San Franciscans Get What They Voted for With Chesa Boudin", - "description": "The Weather Underground scion isn’t the first district attorney they’ve elected on a soft-on-crime platform.", - "content": "The Weather Underground scion isn’t the first district attorney they’ve elected on a soft-on-crime platform.", - "category": "PAID", - "link": "https://www.wsj.com/articles/san-francisco-crime-chesa-boudin-progressive-prosecutor-11637961667", + "title": "Le sujet de l’application du passe vaccinal aux enfants dès 12 ans était un point de crispations majeur entre la majorité parlementaire et les groupes d’opposition de droite et gauche.", + "description": "Les bancs du MODEM lors de la seconde journée de débat sur leprojet de loi « renforçant les outils de gestion de la crise sanitaire »à l’Assemblée nationale, le 4 janvier 2022.", + "content": "Les bancs du MODEM lors de la seconde journée de débat sur leprojet de loi « renforçant les outils de gestion de la crise sanitaire »à l’Assemblée nationale, le 4 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/politique/live/2022/01/04/passe-vaccinal-les-debats-ont-repris-a-l-assemblee-nationale_6108116_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:45:00 -0500", + "pubDate": "Tue, 04 Jan 2022 11:58:57 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f9e9275b96ab2be369edeeb6c878896" + "hash": "09cac1a6dbc98dafc0d464722f44cfa0", + "highlights": [] }, { - "title": "A Black Path to the Middle Class", - "description": "New research on the upward mobility of HBCU graduates.", - "content": "New research on the upward mobility of HBCU graduates.", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-black-path-to-the-middle-class-hbcu-report-uncf-11637798974", + "title": "Tony Blair, distingué par la reine, mal-aimé de la population", + "description": "L’ancien premier ministre britannique, Tony Blair, à Londres le 6 juin 2021. Le 31 décembre 2021, la reine Elizabeth II a décidé de le faire « chevalier compagnon » de l’ordre de la Jarretière.", + "content": "L’ancien premier ministre britannique, Tony Blair, à Londres le 6 juin 2021. Le 31 décembre 2021, la reine Elizabeth II a décidé de le faire « chevalier compagnon » de l’ordre de la Jarretière.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/04/tony-blair-distingue-par-la-reine-mal-aime-de-la-population_6108201_3210.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 18:14:00 -0500", + "pubDate": "Tue, 04 Jan 2022 20:23:22 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f2d5aa886f7f063999b89591e1dbf505" + "hash": "3899ca7d72cf3aef0bb978ffdfd51e16", + "highlights": [] }, { - "title": "When Federal Employees Telecommute, Why Are Agencies in D.C.?", - "description": "The idea of moving offices to the heartland has been floated for years. It’s never been more relevant.", - "content": "The idea of moving offices to the heartland has been floated for years. It’s never been more relevant.", - "category": "PAID", - "link": "https://www.wsj.com/articles/when-federal-employees-telecommute-why-are-agencies-in-d-c-pandemic-relocate-11637963307", + "title": "Le bouclier thermique du télescope James-Webb déployé, étape cruciale de la mission", + "description": "Cette image (non datée) publiée par la NASA montre le télescope James-Webb en cours de préparation pour le lancement. L’agence spatiale américaine a déployé le pare-soleil du télescope le 4 janvier 2022.", + "content": "Cette image (non datée) publiée par la NASA montre le télescope James-Webb en cours de préparation pour le lancement. L’agence spatiale américaine a déployé le pare-soleil du télescope le 4 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/sciences/article/2022/01/04/le-bouclier-thermique-du-telescope-james-webb-deploye-etape-cruciale-de-la-mission_6108200_1650684.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:42:00 -0500", + "pubDate": "Tue, 04 Jan 2022 20:17:22 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60b5f42126f31351e961ffd44f808760" + "hash": "8bdd26ea2367e6cee459154416f58e5b", + "highlights": [] }, { - "title": "Democrats Have a Waukesha Problem", - "description": "The massacre at a Christmas parade reveals the dangers of their crime policies.", - "content": "The massacre at a Christmas parade reveals the dangers of their crime policies.", - "category": "PAID", - "link": "https://www.wsj.com/articles/democrats-waukesha-aoc-progressive-prosecutors-crime-wisconsin-bail-reform-11637796347", + "title": "Les jeux vidéo les plus attendus de 2022", + "description": "Cette année verra le retour de héros connus ainsi que de nombreux petits nouveaux. Pour vous aider à vous y retrouver, Pixels a sélectionné les sorties de jeux vidéo les plus prometteuses de cette année.", + "content": "Cette année verra le retour de héros connus ainsi que de nombreux petits nouveaux. Pour vous aider à vous y retrouver, Pixels a sélectionné les sorties de jeux vidéo les plus prometteuses de cette année.", + "category": "", + "link": "https://www.lemonde.fr/pixels/article/2022/01/04/les-jeux-video-les-plus-attendus-de-2022_6108199_4408996.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:34:00 -0500", + "pubDate": "Tue, 04 Jan 2022 20:00:05 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "157bcefc42b88f31380245eefae2d4fb" + "hash": "3c233d5a84da48e842fb99651d178af4", + "highlights": [] }, { - "title": "Will Noncitizens Pick New York's Mayors?", - "description": "The City Council wants to let some 800,000 vote in local elections.", - "content": "The City Council wants to let some 800,000 vote in local elections.", - "category": "PAID", - "link": "https://www.wsj.com/articles/will-noncitizens-pick-new-yorks-mayors-11637968529", + "title": "La Bourse de Paris bat des records et passe au-dessus des 7 300 points", + "description": "Les craintes sur des perturbations liées au variant Omicron du SARS-CoV-2 ne cessent de se dissiper pour les investisseurs.", + "content": "Les craintes sur des perturbations liées au variant Omicron du SARS-CoV-2 ne cessent de se dissiper pour les investisseurs.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/04/la-bourse-de-paris-bat-des-records-et-passe-au-dessus-des-7-300-points_6108198_3234.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 18:15:00 -0500", + "pubDate": "Tue, 04 Jan 2022 19:58:54 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0db0b1572fa45fcb2dbcb90833722c8c" + "hash": "db41c56c38edbd54982d006cb5bc9d71", + "highlights": [] }, { - "title": "The Kippahs on the Yeshiva University Basketball Court", - "description": "Its star player wants to be the first Orthodox Jew in the NBA.", - "content": "Its star player wants to be the first Orthodox Jew in the NBA.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-kippahs-on-the-basketball-court-ryan-turell-yeshiva-university-winning-streak-11637943263", + "title": "Covid-19 : la flambée épidémique se poursuit en France avec 272 000 cas enregistrés en vingt-quatre heures", + "description": "Un patient placé en réanimation à l’hôpital de la Timone, à Marseille, le 31 décembre 2021.", + "content": "Un patient placé en réanimation à l’hôpital de la Timone, à Marseille, le 31 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/04/covid-19-la-flambee-epidemique-se-poursuit-en-france-avec-272-000-cas-de-contamination-enregistres-en-vingt-quatre-heures_6108197_3244.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 13:23:00 -0500", + "pubDate": "Tue, 04 Jan 2022 19:30:26 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11fa57b8735b9618be26e897f5b1100c" + "hash": "5af056bb011da67ab0935d8c1779893b", + "highlights": [] }, { - "title": "An Honest Score for the Spending Bill", - "description": "Sen. John Cornyn wants CBO to report the true cost of the House entitlement blowout.", - "content": "Sen. John Cornyn wants CBO to report the true cost of the House entitlement blowout.", - "category": "PAID", - "link": "https://www.wsj.com/articles/an-honest-score-for-the-spending-bill-cbo-house-congress-senator-john-cornyn-11637786112", + "title": "Passe vaccinal : les raisons du couac à l’Assemblée nationale", + "description": "La députée (LR) et vice-présidente de l’Assemblée nationale Annie Genevard, lors de la séance de questions au gouvernement, à l’Assemblée nationale, le 4 janvier 2022.", + "content": "La députée (LR) et vice-présidente de l’Assemblée nationale Annie Genevard, lors de la séance de questions au gouvernement, à l’Assemblée nationale, le 4 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/04/amateurisme-de-la-majorite-irresponsabilite-des-lr-les-raisons-du-couac-a-l-assemblee-autour-du-passe-vaccinal_6108195_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 18:12:00 -0500", + "pubDate": "Tue, 04 Jan 2022 19:11:56 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b7050c209c09843a08ff6422c8342a9" + "hash": "83dd3b1b489e4eb126abe19752e61c02", + "highlights": [] }, { - "title": "Social Distancing Was a Problem Before Covid", - "description": "Marriage and childbirth rates, declining for years, reached new lows during the pandemic.", - "content": "Marriage and childbirth rates, declining for years, reached new lows during the pandemic.", - "category": "PAID", - "link": "https://www.wsj.com/articles/social-distancing-was-a-problem-before-covid-family-marriage-pandemic-religion-11637795685", + "title": "Explosion sur le Dakar 2022 : une enquête pour « tentative d’assassinats terroristes » ouverte par le Parquet national antiterroriste", + "description": "Le rallye-raid Dakar 2022 est parti de Djedda (Arabie saoudite) le 1er janvier 2022.", + "content": "Le rallye-raid Dakar 2022 est parti de Djedda (Arabie saoudite) le 1er janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/04/l-explosion-survenue-en-marge-du-dakar-pourrait-contrarier-les-ambitions-de-l-arabie-saoudite_6108182_3210.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 15:00:00 -0500", + "pubDate": "Tue, 04 Jan 2022 17:40:12 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7bc46f00e2a0dd44d91394100d4ab85" + "hash": "8b73ad8b75463b10a64b8d21307967de", + "highlights": [] }, { - "title": "Walter Kirn Is Middle America's Defiant Defender", - "description": "The novelist discusses the Kyle Rittenhouse verdict and urban elites’ illiberal attitudes toward those who live between the East and West coasts.", - "content": "The novelist discusses the Kyle Rittenhouse verdict and urban elites’ illiberal attitudes toward those who live between the East and West coasts.", - "category": "PAID", - "link": "https://www.wsj.com/articles/walter-kirn-is-middle-america-indignant-defender-clooney-coastal-elites-liberals-11637945028", + "title": "L’ancien ministre socialiste Philippe Martin condamné à deux ans de prison avec sursis pour emploi fictif à l’Assemblée nationale", + "description": "Philippe Martin, ancien député du Gers et ministre de l’écologie dans le gouvernement de Jean-Marc Ayrault, à l’Assemblée nationale, en février 2017.", + "content": "Philippe Martin, ancien député du Gers et ministre de l’écologie dans le gouvernement de Jean-Marc Ayrault, à l’Assemblée nationale, en février 2017.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/04/l-ancien-ministre-socialiste-philippe-martin-condamne-a-deux-ans-de-prison-avec-sursis-pour-emploi-fictif-a-l-assemblee-nationale_6108188_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 13:24:00 -0500", + "pubDate": "Tue, 04 Jan 2022 18:15:04 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9baab3c5f2b142bc43fff39172f1753b" + "hash": "bf1771a810af7b77b38ad0ce495fc2f7", + "highlights": [] }, { - "title": "10 Letters to Read: November's Most Notable Letters to the Editor", - "description": "A selection of contributions from our readers, including a famed military adviser, a former Fed official, a commercial pilot and more.", - "content": "A selection of contributions from our readers, including a famed military adviser, a former Fed official, a commercial pilot and more.", - "category": "PAID", - "link": "https://www.wsj.com/articles/10-letters-to-read-november-editor-luttwak-cia-vaccine-mandate-children-books-retire-inflation-11637617738", + "title": "Pour ou contre le passe vaccinal ? Un certain flou règne chez Les Républicains", + "description": "Le député Damien Abad (LR) à l’Assemblée, le 4 janvier 2022.", + "content": "Le député Damien Abad (LR) à l’Assemblée, le 4 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/04/pour-ou-contre-le-passe-vaccinal-un-certain-flou-regne-chez-les-republicains_6108183_823448.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 13:35:00 -0500", + "pubDate": "Tue, 04 Jan 2022 17:45:41 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "610f0f70d4ce48c1d65c9e4df5c9ec27" + "hash": "a98953682c002ba66709242e9a735c9a", + "highlights": [] }, { - "title": "The COP26 Plan to Keep Africa Poor", - "description": "We want to help with climate change, but our lives and economies depend on fossil fuels.", - "content": "We want to help with climate change, but our lives and economies depend on fossil fuels.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-cop26-plan-to-keep-africa-poor-climate-change-clean-energy-11637964581", + "title": "Un nouveau prix pour les photographes sexagénaires en activité", + "description": "« Capri, 1981 », photo de Luigi Ghirri, qui illustre la page d’accueil du site Internet du prix Viviane Esders.", + "content": "« Capri, 1981 », photo de Luigi Ghirri, qui illustre la page d’accueil du site Internet du prix Viviane Esders.", + "category": "", + "link": "https://www.lemonde.fr/culture/article/2022/01/04/un-nouveau-prix-pour-les-photographes-sexagenaires-en-activite_6108181_3246.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:40:00 -0500", + "pubDate": "Tue, 04 Jan 2022 17:38:58 +0100", "enclosure": "", "enclosureType": "", "image": "", - "language": "en", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "074adbeeba25fb8c6ba55e2e2613aab4" + "hash": "71e11960db88812e014f9fbaad4a66e5", + "highlights": [] }, { - "title": "Biden's Covid Death Milestone", - "description": "More Americans have died of the virus in 2021 than in all of 2020.", - "content": "More Americans have died of the virus in 2021 than in all of 2020.", - "category": "PAID", - "link": "https://www.wsj.com/articles/bidens-covid-death-milestone-biden-administration-trump-11637708781", + "title": "François Ruffin s’annonce à un meeting de La France insoumise, en guise de soutien officiel à Jean-Luc Mélenchon", + "description": "François Ruffin, député du groupe La France insoumise (LFI), lors des débats à l’Assemblée nationale sur le projet de loi « renforçant les outils de gestion de la crise sanitaire » qui vise à instaurer un passe vaccinal, à Paris, lundi 3 janvier 2022.", + "content": "François Ruffin, député du groupe La France insoumise (LFI), lors des débats à l’Assemblée nationale sur le projet de loi « renforçant les outils de gestion de la crise sanitaire » qui vise à instaurer un passe vaccinal, à Paris, lundi 3 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2022/01/04/francois-ruffin-s-annonce-a-un-meeting-de-la-france-insoumise-en-guise-de-soutien-officiel-a-jean-luc-melenchon_6108179_6059010.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:44:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 17:04:35 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5dafb28ac7fc8a35c4331ef09529b690" + "hash": "28184ce0eccc486556d92d4187ae24d2", + "highlights": [] }, { - "title": "A Tax Break for Union Dues", - "description": "The House budget bill includes a $250 per worker write-off.", - "content": "The House budget bill includes a $250 per worker write-off.", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-tax-break-for-union-dues-labor-house-democrats-budget-bill-11637689873", + "title": "La grippe aviaire s’étend en France, avec 41 élevages infectés, dont un premier en Vendée", + "description": "Sur cette photo prise le 29 décembre 2020, des canards s’ébattent dans un enclos extérieur de la ferme du président du syndicat agricole Modef des Landes, Serge Mora, à Mugron, dans le sud-ouest de la France.", + "content": "Sur cette photo prise le 29 décembre 2020, des canards s’ébattent dans un enclos extérieur de la ferme du président du syndicat agricole Modef des Landes, Serge Mora, à Mugron, dans le sud-ouest de la France.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/04/la-grippe-aviaire-s-etend-en-france-avec-41-elevages-infectes-dont-un-premier-en-vendee_6108174_3244.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:43:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 16:00:41 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad78323da0279333c7647edf2a529f64" + "hash": "38d5ce9b11d21f5bd510e95a97d5344a", + "highlights": [] }, { - "title": "Did Jamie Dimon Hit a Nerve?", - "description": "Jokes about Communist Party longevity are no laughing matter in China.", - "content": "Jokes about Communist Party longevity are no laughing matter in China.", - "category": "PAID", - "link": "https://www.wsj.com/articles/did-jamie-dimon-hit-a-nerve-china-communist-party-11637862914", + "title": "Valérie Pécresse présente son équipe de campagne et son nouveau QG pour l’élection présidentielle", + "description": "Valérie Pecresse, présidente de la région Ile-de-France et candidate à l’élection présidentielle 2022 du parti Les Républicains (LR), pose dans son bureau lors de l’inauguration de son QG de campagne à Paris dans le 17e arrondissement, le 4 janvier 2022.", + "content": "Valérie Pecresse, présidente de la région Ile-de-France et candidate à l’élection présidentielle 2022 du parti Les Républicains (LR), pose dans son bureau lors de l’inauguration de son QG de campagne à Paris dans le 17e arrondissement, le 4 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2022/01/04/valerie-pecresse-presente-son-equipe-de-campagne-et-son-nouveau-qg-pour-l-election-presidentielle_6108171_6059010.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:42:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 15:29:39 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "631c9b0527403825120b408e2e2aea83" + "hash": "048d69b71d0b3fe5a70cd4785a555e16", + "highlights": [] }, { - "title": "How Did Activision Pass the ESG Test?", - "description": "Asset managers seem willing to include any company paying lip service to progressive priorities.", - "content": "Asset managers seem willing to include any company paying lip service to progressive priorities.", - "category": "PAID", - "link": "https://www.wsj.com/articles/activision-esg-vanguard-blackrock-fidelity-woke-gaming-investing-sexual-misconduct-11637794901", + "title": "Les partenaires sociaux veulent reconquérir l’influence perdue depuis 2017", + "description": "Le président du MEDEF,  Geoffroy Roux de Bezieux à l’issue d’une rencontre entre les partenaires sociaux et le président de la République, au palais de l’Elysée, le 6 juillet 2021.", + "content": "Le président du MEDEF,  Geoffroy Roux de Bezieux à l’issue d’une rencontre entre les partenaires sociaux et le président de la République, au palais de l’Elysée, le 6 juillet 2021.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/04/les-partenaires-sociaux-veulent-reconquerir-l-influence-perdue-depuis-2017_6108169_823448.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:33:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 15:19:43 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "825d9e2abe157480e57ef0fff6568aeb" + "hash": "aea65e5dd597233d4a527ccedbf362a6", + "highlights": [] }, { - "title": "The Housing Gang Is Getting Back Together for Another Bust", - "description": "Fan and Fred will buy mortgages up to $1 million, repeating the mistakes that led to the 2008 crash.", - "content": "Fan and Fred will buy mortgages up to $1 million, repeating the mistakes that led to the 2008 crash.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-housing-gang-is-getting-back-together-for-another-bust-inflation-mortgage-rates-11637794694", + "title": "Covid-19 : de nouvelles mesures pour faciliter le remboursement du PGE", + "description": "Le ministre de l’économie, Bruno Le Maire, a assuré que l’Etat viendrait en aide aux entreprises les plus en difficulté.", + "content": "Le ministre de l’économie, Bruno Le Maire, a assuré que l’Etat viendrait en aide aux entreprises les plus en difficulté.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/04/pge-les-entreprises-pourront-decaler-le-remboursement-de-six-mois-et-l-etaler-sur-dix-ans_6108168_3234.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:31:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 15:17:04 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "078bd99978e71dbda296d58e2651e7e0" + "hash": "721270aed952d6f46d0b28100f05c8bb", + "highlights": [] }, { - "title": "The Film That Taught Me to 'Let It Be'", - "description": "The Beatles start to say goodbye in the 1970 documentary.", - "content": "The Beatles start to say goodbye in the 1970 documentary.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-beatles-let-it-be-peter-jackson-john-paul-george-ringo-friendship-1970-11637795405", + "title": "Kazakhstan : le président promet une réponse « ferme » aux manifestations", + "description": "Des manifestants ont pénétré dans un bâtiment de la mairie d’Almaty, capitale économique du pays, mercredi 5 janvier.", + "content": "Des manifestants ont pénétré dans un bâtiment de la mairie d’Almaty, capitale économique du pays, mercredi 5 janvier.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/05/kazakhstan-le-president-renvoie-son-gouvernement_6108235_3210.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:29:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Wed, 05 Jan 2022 05:46:23 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "94bfb30f6faf102cce6c9e927ce5c709" + "hash": "88defcf78058a22d74ae5049b3a13a0e", + "highlights": [] }, { - "title": "Why My Church Grew During the Pandemic", - "description": "Our priests had no intention of limiting access to the Lord.", - "content": "Our priests had no intention of limiting access to the Lord.", - "category": "PAID", - "link": "https://www.wsj.com/articles/why-my-church-grew-during-the-pandemic-mass-service-catholic-adoration-eucharist-11637795847", + "title": "Paris la Défense refuse le projet des tours jumelles", + "description": "C’est à la place de ces deux bâtiments de la résidence des Damiers, à Courbevoie dans les Hauts-de-Seine (photographiés ici le 20 août 2018), que les tours Hermitage Plaza devaient s’ériger.", + "content": "C’est à la place de ces deux bâtiments de la résidence des Damiers, à Courbevoie dans les Hauts-de-Seine (photographiés ici le 20 août 2018), que les tours Hermitage Plaza devaient s’ériger.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/04/paris-la-defense-refuse-le-projet-des-tours-jumelles_6108164_3234.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:27:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 14:00:05 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9093c193b186b07482d03ea227e4e7ad" + "hash": "ade79cac090e19fb4443b0ed7c101338", + "highlights": [] }, { - "title": "Breaking News From 1795: Jane Austen Falls in Love", - "description": "A poem in the author’s irresistible novel ‘Emma’ may reveal the Irishman who captured her heart.", - "content": "A poem in the author’s irresistible novel ‘Emma’ may reveal the Irishman who captured her heart.", - "category": "PAID", - "link": "https://www.wsj.com/articles/jane-austen-tom-lefroy-kipling-emma-persuasion-love-decoding-pride-prejudice-11637794443", + "title": "Caddie, le fabricant de chariots de supermarché, placé en redressement judiciaire", + "description": "A Drusenheim, en 2015.", + "content": "A Drusenheim, en 2015.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/04/caddie-le-fabricant-de-chariots-de-supermarche-place-en-redressement-judiciaire_6108163_3234.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 14:59:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 13:53:42 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8edc2c5488ce84209ab6f01860f08148" + "hash": "64acf1bbfd60272651e4b08924bf8250", + "highlights": [] }, { - "title": "The Leadership Germans Wanted", - "description": "A more-of-the-same government emerges from a muddled vote.", - "content": "A more-of-the-same government emerges from a muddled vote.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-leadership-germans-wanted-olaf-scholz-angela-merkel-christian-lindner-11637773238", + "title": "L’Assemblée nationale reprend les discussions sur le projet de loi sanitaire à 15 heures après la suspension des débats intervenue dans la nuit de mardi à mercredi.", + "description": "France's Prime Minister Jean Castex (C) speaks with France's Health Minister Olivier Veran (R) past France's Junior Minister for Social Economy Olivia Gregoire during a session of questions to the Government at the French National Assembly in Paris, on January 5, 2022. (Photo by Bertrand GUAY / AFP)", + "content": "France's Prime Minister Jean Castex (C) speaks with France's Health Minister Olivier Veran (R) past France's Junior Minister for Social Economy Olivia Gregoire during a session of questions to the Government at the French National Assembly in Paris, on January 5, 2022. (Photo by Bertrand GUAY / AFP)", + "category": "", + "link": "https://www.lemonde.fr/election-presidentielle-2022/live/2022/01/05/interview-d-emmanuel-macron-l-assemblee-reprend-les-discussions-a-15-heures-apres-la-suspension-des-debats_6108249_6059010.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 19:42:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Wed, 05 Jan 2022 07:12:50 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aef9b84e8548c9c440ebc35540d63a06" + "hash": "caadae7fea6b38fe3391b48319f5a36e", + "highlights": [] }, { - "title": "The Ahmaud Arbery Verdict", - "description": "A Georgia jury rejects a citizen’s-arrest defense in the 2020 killing.", - "content": "A Georgia jury rejects a citizen’s-arrest defense in the 2020 killing.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-ahmaud-arbery-verdict-travis-greg-mcmichael-william-bryan-11637800000", + "title": "Covid-19 dans le monde : Hongkong interdit les arrivées en provenance de huit pays, dont la France", + "description": "Le gouvernement d’Hongkong a annoncé mercredi qu’il interdisait toute arrivée de voyageurs en provenance de huit pays, alors que les contaminations au nouveau coronavirus se multiplient à travers le monde.", + "content": "Le gouvernement d’Hongkong a annoncé mercredi qu’il interdisait toute arrivée de voyageurs en provenance de huit pays, alors que les contaminations au nouveau coronavirus se multiplient à travers le monde.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/05/covid-19-dans-le-monde-hongkong-interdit-les-arrivees-en-provenance-de-huit-pays_6108276_3244.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 19:41:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Wed, 05 Jan 2022 11:05:43 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f8458432217a5cd69717ec45431d795" + "hash": "e5eaa78ce47c0de968ecea1b4ae9d6d1", + "highlights": [] }, { - "title": "'One More at the Table'", - "description": "High prices and shortages challenge consumers and food pantries, but the joy of Thanksgiving remains in abundance.", - "content": "High prices and shortages challenge consumers and food pantries, but the joy of Thanksgiving remains in abundance.", - "category": "PAID", - "link": "https://www.wsj.com/articles/one-more-at-the-table-11637783628", + "title": "Féminicide de Mérignac : des propositions de sanction contre cinq policiers", + "description": "Hommage à Chahinez Boutaa, le 5 mai 2021 à Mérignac (Gironde).", + "content": "Hommage à Chahinez Boutaa, le 5 mai 2021 à Mérignac (Gironde).", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/05/feminicide-de-merignac-des-propositions-de-sanction-contre-cinq-policiers_6108265_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 14:53:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Wed, 05 Jan 2022 09:38:25 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f4198adc09e40a2be28258bab3bd279e" + "hash": "7eea2e76f3ce79c875af35585f8d36fa", + "highlights": [] }, { - "title": "What the Kyle Rittenhouse Trial Says About America", - "description": "Students weigh in on American culture and the criminal-justice system.", - "content": "Students weigh in on American culture and the criminal-justice system.", - "category": "PAID", - "link": "https://www.wsj.com/articles/what-the-kyle-rittenhouse-trial-says-about-america-kenosha-shooting-acquitted-riots-11637706467", + "title": "L’explosion d’un immeuble à Sanary-sur-Mer est due à une intervention humaine", + "description": "Un bateau passe devant les décombres de l’immeuble de trois étages qui s’est effondré à la suite d’une explosion de gaz, le 7 décembre 2021 à Sanary-sur-Mer.", + "content": "Un bateau passe devant les décombres de l’immeuble de trois étages qui s’est effondré à la suite d’une explosion de gaz, le 7 décembre 2021 à Sanary-sur-Mer.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/04/l-explosion-d-un-immeuble-a-sanary-sur-mer-est-due-a-une-intervention-humaine_6108162_3224.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:44:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 13:31:41 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5a49c7baf57df74bc4551e601d81e4ff" + "hash": "52cefc1f4fd06e1ff03af5efa1019e34", + "highlights": [] }, { - "title": "The Desolate Wilderness", - "description": "An account of the Pilgrims’ journey to Plymouth in 1620, as recorded by Nathaniel Morton.", - "content": "An account of the Pilgrims’ journey to Plymouth in 1620, as recorded by Nathaniel Morton.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-desolate-wilderness-william-bradford-nathaniel-morton-plymouth-pilgrims-11637708909", + "title": "Tennis : Novak Djokovic annonce avoir obtenu une « dérogation » pour se rendre en Australie jouer l’Open", + "description": "Novak Djokovic, le 21 février 2021, après sa victoire à Melbourne, lors de l’Open d’Australie.", + "content": "Novak Djokovic, le 21 février 2021, après sa victoire à Melbourne, lors de l’Open d’Australie.", + "category": "", + "link": "https://www.lemonde.fr/sport/article/2022/01/04/tennis-novak-djokovic-annonce-avoir-obtenu-une-derogation-pour-se-rendre-en-australie-jouer-l-open_6108161_3242.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:41:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 13:21:18 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ec25a43c4efa55285e26bfcbb368e73c" + "hash": "615c7d92ae11dcd3a02c39ef127fa322", + "highlights": [] }, { - "title": "And the Fair Land", - "description": "For all our social discord we yet remain the longest enduring society of free men governing themselves without benefit of kings or dictators.", - "content": "For all our social discord we yet remain the longest enduring society of free men governing themselves without benefit of kings or dictators.", - "category": "PAID", - "link": "https://www.wsj.com/articles/and-the-fair-land-11637710823", + "title": "Covid-19 : comment protéger et traiter les immunodéprimés, l’autre population de patients en réanimation ?", + "description": "Les immunodéprimés.", + "content": "Les immunodéprimés.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/04/covid-19-les-immunodeprimes-l-autre-population-de-patients-en-reanimation_6108141_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:40:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 10:41:38 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f6b85ea6c5ddab5492bbc8d69216772" + "hash": "d4fc46d985b9b476a3270bd41cb17f51", + "highlights": [] }, { - "title": "Strategic Political Oil Reserve", - "description": "Biden taps the U.S. emergency supply but prices still rise.", - "content": "Biden taps the U.S. emergency supply but prices still rise.", - "category": "PAID", - "link": "https://www.wsj.com/articles/strategic-political-oil-reserve-opec-biden-11637701493", + "title": "Covid-19 à l’école : parents, vous avez des réticences ou des difficultés à appliquer le nouveau protocole de tests pour les enfants, témoignez", + "description": "FILE - Katie Lucey administers a COVID-19 test on her son Maguire at a PCR and Rapid Antigen COVID-19 coronavirus test pop up on Wall Street in New York on Thursday, Dec. 16, 2021. U.S. health officials are endorsing ‘test-to-stay’ policies that will allow close contacts of infected students to remain in classrooms. The Centers for Disease Control and Prevention on Friday, Dec. 17, decided to more firmly embrace the approach, after research of such policies in the Chicago and Los Angeles areas found COVID-19 infections did not increase when schools switched to test-to-stay. (AP Photo/Ted Shaffrey)", + "content": "FILE - Katie Lucey administers a COVID-19 test on her son Maguire at a PCR and Rapid Antigen COVID-19 coronavirus test pop up on Wall Street in New York on Thursday, Dec. 16, 2021. U.S. health officials are endorsing ‘test-to-stay’ policies that will allow close contacts of infected students to remain in classrooms. The Centers for Disease Control and Prevention on Friday, Dec. 17, decided to more firmly embrace the approach, after research of such policies in the Chicago and Los Angeles areas found COVID-19 infections did not increase when schools switched to test-to-stay. (AP Photo/Ted Shaffrey)", + "category": "", + "link": "https://www.lemonde.fr/societe/appel-temoignages/2022/01/04/covid-19-a-l-ecole-parents-vous-avez-des-reticences-ou-des-difficultes-a-appliquer-le-nouveau-protocole-de-tests-pour-les-enfants-temoignez_6108156_3224.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:36:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 12:47:14 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f10b5c7c37ed1f3bedd12adc4c2e91e6" + "hash": "823fd4daa9a747d2dea82691a5092aa7", + "highlights": [] }, { - "title": "The Great Ohio Opioid Stick-Up", - "description": "A jury verdict against pharmacies distorts product liability law.", - "content": "A jury verdict against pharmacies distorts product liability law.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-great-ohio-opioid-stick-up-dan-polster-cvs-walmart-walgreens-jury-11637709510", + "title": "Dans l’Oregon, Airbnb va masquer les noms des clients pour lutter contre les discriminations", + "description": "En 2015, une expérience réalisée par trois chercheurs de la Harvard Business School sur 6 400 annonces Airbnb aux Etats-Unis avait relevé un problème de discrimination raciste sur la plate-forme.", + "content": "En 2015, une expérience réalisée par trois chercheurs de la Harvard Business School sur 6 400 annonces Airbnb aux Etats-Unis avait relevé un problème de discrimination raciste sur la plate-forme.", + "category": "", + "link": "https://www.lemonde.fr/pixels/article/2022/01/04/dans-l-oregon-airbnb-va-masquer-les-noms-des-clients-pour-lutter-contre-les-discriminations_6108155_4408996.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:33:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 12:20:00 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8c515b973614a0b180c93a519151fcda" + "hash": "3bea3841bac8f6274e7cb194f6a24f09", + "highlights": [] }, { - "title": "College Testing Bait-and-Switch", - "description": "After dropping the SAT, the University of California kills plans for a new test.", - "content": "After dropping the SAT, the University of California kills plans for a new test.", - "category": "PAID", - "link": "https://www.wsj.com/articles/college-testing-bait-and-switch-university-of-california-sat-janet-napolitano-11637689492", + "title": "Féminicide de Mérignac : six policiers convoqués devant des conseils de discipline", + "description": "A Mérignac, le 5 mai 2021.", + "content": "A Mérignac, le 5 mai 2021.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/04/feminicide-de-merignac-six-policiers-convoques-devant-des-conseils-de-discipline_6108154_3224.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:30:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 11:58:47 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e9d26ebdb373f19c8ef3e15220652c2c" + "hash": "a7793d7050be90df15889123ba07e537", + "highlights": [] }, { - "title": "America Repeated Vietnam's Mistakes in Afghanistan", - "description": "Lessons from both conflicts should become part of the military’s education requirements.", - "content": "Lessons from both conflicts should become part of the military’s education requirements.", - "category": "PAID", - "link": "https://www.wsj.com/articles/america-vietnam-mistakes-afghanistan-quagmire-binladen-strategy-11637705112", + "title": "Entretien avec le climatologue Michael E. Mann : « Le film “Don’t Look Up” est une métaphore puissante de la crise climatique en cours »", + "description": "Le climatologue Michael E. Mann, près de chez lui, en Pennsylvanie, le 21 mars 2021.", + "content": "Le climatologue Michael E. Mann, près de chez lui, en Pennsylvanie, le 21 mars 2021.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/04/le-film-don-t-look-up-est-une-metaphore-puissante-de-la-crise-climatique-en-cours_6108090_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:19:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 02:27:59 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "644a81ab956cba52297bcf1be192d8a5" + "hash": "3ab23140bea82b72d432e0765d01b431", + "highlights": [] }, { - "title": "How to Protect Your Brain From Injury", - "description": "A direct blow isn’t the only source of trauma, and it’s crucial to know the symptoms.", - "content": "A direct blow isn’t the only source of trauma, and it’s crucial to know the symptoms.", - "category": "PAID", - "link": "https://www.wsj.com/articles/how-to-protect-your-brain-from-injury-abbott-test-concussion-football-nfl-11637703934", + "title": "Free Mobile sanctionné d’une amende de 300 000 euros par la CNIL", + "description": "A picture taken on March 10, 2014 shows French telecom and Internet company Free logo near Iliad's headquarters in Paris. French conglomerate Bouygues Telecom is ready to sell its cell phone antennas and frequencies to competitor Free to smooth its bid to take over Vivendi's SFR, its chief executive said Sunday. AFP PHOTO ERIC PIERMONT (Photo by Eric PIERMONT / AFP)", + "content": "A picture taken on March 10, 2014 shows French telecom and Internet company Free logo near Iliad's headquarters in Paris. French conglomerate Bouygues Telecom is ready to sell its cell phone antennas and frequencies to competitor Free to smooth its bid to take over Vivendi's SFR, its chief executive said Sunday. AFP PHOTO ERIC PIERMONT (Photo by Eric PIERMONT / AFP)", + "category": "", + "link": "https://www.lemonde.fr/pixels/article/2022/01/04/free-mobile-sanctionne-d-une-amende-de-300-000-euros-par-la-cnil_6108148_4408996.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:18:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 11:22:50 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b25092f67d6bca615e2be3d4d895e534" + "hash": "a30fe8abb619ddfd31df5a0af28767b3", + "highlights": [] }, { - "title": "Notable & Quotable: Ruy Teixeira on Voter Turnout", - "description": "‘No myth is stronger in progressive circles than the magical, wonderworking powers of voter turnout.’", - "content": "‘No myth is stronger in progressive circles than the magical, wonderworking powers of voter turnout.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-ruy-teixeira-on-voter-turnout-elections-voting-democrats-11637706161", + "title": "Passe vaccinal à l’Assemblée : taxée d’amateurisme, la majorité répond à la droite sur le thème de la responsabilité", + "description": "Les bancs de la droite, à l’Assemblée nationale, lundi 3 janvier.", + "content": "Les bancs de la droite, à l’Assemblée nationale, lundi 3 janvier.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/04/passe-vaccinal-a-l-assemblee-taxee-d-amateurisme-la-majorite-repond-a-la-droite-sur-le-theme-de-la-responsabilite_6108146_823448.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:16:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 11:14:57 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2007ce520ad77bcb34354b677c6c1f76" + "hash": "873018c4507c16dbd71956a7d2678fbb", + "highlights": [] }, { - "title": "Justice, Not Revenge, for Ahmaud Arbery and Kyle Rittenhouse", - "description": "The purpose of a trial is to assess the facts in each case, not to settle scores between identity groups.", - "content": "The purpose of a trial is to assess the facts in each case, not to settle scores between identity groups.", - "category": "PAID", - "link": "https://www.wsj.com/articles/justice-ahmaud-arbery-kyle-rittenhouse-kenosha-riots-11637704695", + "title": "Veillée de Tiananmen à Hongkong : Chow Hang-tung condamnée une seconde fois pour avoir commémoré la répression", + "description": "L’avocate hongkongaise Chow Hang-tung, le 5 juin 2021.", + "content": "L’avocate hongkongaise Chow Hang-tung, le 5 juin 2021.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/04/hongkong-la-militante-chow-hang-tung-condamnee-une-seconde-fois-pour-avoir-incite-a-commemorer-la-repression-de-la-place-tiananmen_6108140_3210.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:16:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 10:40:42 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a9a1bc22e649935a219f0b5b59610c3" + "hash": "3f4d4cb08ac794bdf519cac8555a7783", + "highlights": [] }, { - "title": "After COP26, Electric Vehicles Galore!", - "description": "What surging stocks say about a favorite climate non-solution.", - "content": "What surging stocks say about a favorite climate non-solution.", - "category": "PAID", - "link": "https://www.wsj.com/articles/after-cop26-electric-vehicles-galore-rivian-tesla-subsidies-emissions-passenger-batteries-11637704766", + "title": "Covid-19 : la flambée épidémique se poursuit en France avec 272 000 cas de contamination enregistrés en vingt-quatre heures", + "description": "Un patient placé en réanimation à l’hôpital de la Timone, à Marseille, le 31 décembre 2021.", + "content": "Un patient placé en réanimation à l’hôpital de la Timone, à Marseille, le 31 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/04/covid-19-la-flambee-epidemique-se-poursuit-en-france-avec-272-000-cas-de-contamination-enregistres-en-vingt-quatre-heures_6108197_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:15:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 19:30:26 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "402020d7d3362e828249ef0ade0f8b96" + "hash": "7a76ae9027f93868e1fdd817096c8e28", + "highlights": [] }, { - "title": "Do Not Talk About Flight Club", - "description": "Coastal columnists still don’t like explaining why Californians are fleeing to Texas.", - "content": "Coastal columnists still don’t like explaining why Californians are fleeing to Texas.", - "category": "PAID", - "link": "https://www.wsj.com/articles/do-not-talk-about-flight-club-11637706285", + "title": "Covid-19 dans le monde : plus de 200 000 cas recensés en vingt-quatre heures au Royaume-Uni, un million aux Etats-Unis", + "description": "Un homme traverse le London Bridge, avec le Tower Bridge derrière, pendant l’heure de pointe matinale, alors que le gouvernement britannique recommande le télétravail, dans le quartier financier de la City de Londres, Londres, Grande-Bretagne, 4 janvier 2022.", + "content": "Un homme traverse le London Bridge, avec le Tower Bridge derrière, pendant l’heure de pointe matinale, alors que le gouvernement britannique recommande le télétravail, dans le quartier financier de la City de Londres, Londres, Grande-Bretagne, 4 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/04/covid-19-dans-le-monde-plus-de-200-000-cas-recenses-en-vingt-quatre-heures-au-royaume-uni_6108196_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 17:24:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 19:18:44 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bb8f6ebdf8c73c24e82ed6ff85ec4815" + "hash": "092ef68eb6238726573d623c2053898d", + "highlights": [] }, { - "title": "Can Biden Come Back? Many Others Have", - "description": "After GOP midterm losses in the House, Reagan’s approval was 35% as 1983 began.", - "content": "After GOP midterm losses in the House, Reagan’s approval was 35% as 1983 began.", - "category": "PAID", - "link": "https://www.wsj.com/articles/can-biden-come-back-many-others-have-clinton-reagan-obama-approval-poll-popularity-11637684716", + "title": "« Amateurisme » de la majorité, « irresponsabilité » des LR : les raisons du couac à l’Assemblée autour du passe vaccinal", + "description": "La députée (LR) et vice-présidente de l’Assemblée nationale Annie Genevard, lors de la séance de questions au gouvernement, à l’Assemblée nationale, le 4 janvier 2022.", + "content": "La députée (LR) et vice-présidente de l’Assemblée nationale Annie Genevard, lors de la séance de questions au gouvernement, à l’Assemblée nationale, le 4 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/04/amateurisme-de-la-majorite-irresponsabilite-des-lr-les-raisons-du-couac-a-l-assemblee-autour-du-passe-vaccinal_6108195_823448.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:59:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 19:11:56 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "76149e12248ba95bcfec4da7f2354325" + "hash": "1c3ad85a13ce605836aed949318a7756", + "highlights": [] }, { - "title": "Don't Let Ideologues Steal Thanksgiving", - "description": "For the left, it’s become an occasion to air grievances ranging from ‘colonialism’ to ‘carbon footprints.’", - "content": "For the left, it’s become an occasion to air grievances ranging from ‘colonialism’ to ‘carbon footprints.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/dont-let-ideologues-steal-thanksgiving-cancel-culture-native-americans-holiday-11637684786", + "title": "Lundi soir, une majorité d’élus ont voté contre la poursuite des débats sur le projet de loi transformant le passe sanitaire en passe vaccinal. Alexandre Lemarié, journaliste au « Monde » chargé de la majorité, répondra à vos questions à partir de midi.", + "description": "Olivier Véran, ministre de la santé, lors des Questions au Gouvernement à l'Assemblée nationale 4 janvier 2022.", + "content": "Olivier Véran, ministre de la santé, lors des Questions au Gouvernement à l'Assemblée nationale 4 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/politique/live/2022/01/04/suspension-de-l-examen-du-projet-de-loi-sur-le-passe-vaccinal-a-l-assemblee-posez-vos-questions-a-notre-journaliste_6108116_823448.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:58:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 07:32:11 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22a2210b28ca482fcc985064720da4f7" + "hash": "8fef4d42341304c91e53b90b800ba595", + "highlights": [] }, { - "title": "Biden Signs Up for Powell's Inflation", - "description": "Republicans are under no obligation to endorse his Fed nominees.", - "content": "Republicans are under no obligation to endorse his Fed nominees.", - "category": "PAID", - "link": "https://www.wsj.com/articles/biden-and-the-jerome-powell-inflation-lael-brainard-federal-reserve-11637613794", + "title": "Afrique du Sud : l’incendie du Parlement de nouveau maîtrisé après une reprise du feu", + "description": "L’incendie avait repris sur le toit de l’Assemblée nationale, au Cap, en Afrique du Sud, le 3 janvier 2022.", + "content": "L’incendie avait repris sur le toit de l’Assemblée nationale, au Cap, en Afrique du Sud, le 3 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/afrique/article/2022/01/04/afrique-du-sud-l-incendie-du-parlement-de-nouveau-maitrise-apres-une-reprise-du-feu_6108139_3212.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:53:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 10:40:25 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7f239bfda2a6fc91b106869e4ca21dc0" + "hash": "833c1d37ea02bf7a046bb88698f4b7cc", + "highlights": [] }, { - "title": "The Waukesha Rampage", - "description": "The suspected assailant was free on a $1,000 bond despite recent charges of violence.", - "content": "The suspected assailant was free on a $1,000 bond despite recent charges of violence.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-waukesha-rampage-darrell-brooks-wisconsin-john-chisholm-11637622563", + "title": "En Syrie, la province d’Idlib de nouveau visée par des bombardements russes", + "description": "La station d’eau d’Al-Arshani, le 2 janvier 2022, après une frappe aérienne russe, au nord-est de la ville d’Idlib (Syrie), tenue par les rebelles.", + "content": "La station d’eau d’Al-Arshani, le 2 janvier 2022, après une frappe aérienne russe, au nord-est de la ville d’Idlib (Syrie), tenue par les rebelles.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/04/en-syrie-la-province-d-idlib-de-nouveau-visee-par-des-bombardements-russes_6108135_3210.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:49:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 10:33:39 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14aaef7ce7500a2980e15ef0f7a28c16" + "hash": "b4a7e4d219482cdaaf186b11d39f809e", + "highlights": [] }, { - "title": "Censoring the Pilgrims", - "description": "The left wants to cancel the WSJ’s annual Thanksgiving editorials.", - "content": "The left wants to cancel the WSJ’s annual Thanksgiving editorials.", - "category": "PAID", - "link": "https://www.wsj.com/articles/censoring-the-pilgrims-thanksgiving-editorials-vermont-royster-cancel-culture-11637617548", + "title": "L’inflation maintient son rythme en décembre, à 2,8 % sur un an", + "description": "A Francfort, le 22 décembre 2021.", + "content": "A Francfort, le 22 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/04/l-inflation-maintient-son-rythme-en-decembre-a-2-8-sur-un-an_6108130_3234.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:45:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 10:17:57 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f56bf9bb99613f27314d2c11fd351ab4" + "hash": "6196513d58f8d0df6d5142eae8cba6da", + "highlights": [] }, { - "title": "Piling on the Business Fines", - "description": "The House spending bill targets employers with huge new penalties.", - "content": "The House spending bill targets employers with huge new penalties.", - "category": "PAID", - "link": "https://www.wsj.com/articles/piling-on-the-business-fines-osha-build-back-better-house-spending-bill-penalities-11637518976", + "title": "Le placement sous bracelet électronique des Balkany révoqué par la justice après de nombreux « incidents »", + "description": "Patrick Balkany et son épouse Isabelle Balkany arrivent pour une audience à la Cour de cassation à Paris le 5 mai 2021.", + "content": "Patrick Balkany et son épouse Isabelle Balkany arrivent pour une audience à la Cour de cassation à Paris le 5 mai 2021.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/04/le-placement-sous-bracelet-electronique-des-balkany-revoque-par-la-justice-apres-de-nombreux-incidents_6108123_3224.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:43:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 10:07:07 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e8fc52827403bf78c1844ce18f2fccdb" + "hash": "c4a21bf60b04d464fa0f06fb75389a70", + "highlights": [] }, { - "title": "On ObamaCare, Democrats Defy the Supreme Court", - "description": "The justices said in 2012 that Congress couldn’t punish states that refuse the Medicaid expansion.", - "content": "The justices said in 2012 that Congress couldn’t punish states that refuse the Medicaid expansion.", - "category": "PAID", - "link": "https://www.wsj.com/articles/on-obamacare-democrats-defy-the-supreme-court-hospitals-uninsured-patients-bill-11637619017", + "title": "Transition numérique, ligne éditoriale... « Le Monde » a répondu à vos questions", + "description": "Le siège du groupe Le Monde", + "content": "Le siège du groupe Le Monde", + "category": "", + "link": "https://www.lemonde.fr/le-monde-et-vous/live/2022/01/04/le-monde-vous-repond-en-direct-sur-sa-transition-numerique-et-sa-ligne-editoriale_6108122_6065879.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:41:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 10:00:03 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9094d426859184b72deb10b21e856ad9" + "hash": "623cc739cf2ee311cc2e46f416ec6ada", + "highlights": [] }, { - "title": "Yes, You Should Get a Covid Booster", - "description": "Vaccine effectiveness is waning. A third shot restores it with few side effects.", - "content": "Vaccine effectiveness is waning. A third shot restores it with few side effects.", - "category": "PAID", - "link": "https://www.wsj.com/articles/yes-get-a-covid-booster-vaccine-third-dose-shot-safe-effective-side-effects-11637617768", + "title": "Covid-19 : les enfants des soignants seront accueillis à l’école en cas de fermeture de classe", + "description": "La liste des autres professions de santé – pharmaciens, biologistes, ambulanciers… – qui pourront aussi également en bénéficier sera communiquée dans la journée.", + "content": "La liste des autres professions de santé – pharmaciens, biologistes, ambulanciers… – qui pourront aussi également en bénéficier sera communiquée dans la journée.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/04/covid-19-les-enfants-des-soignants-seront-accueillis-a-l-ecole-en-cas-de-fermeture-de-classe_6108121_3224.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:40:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 09:58:35 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c0008ea8db66f4181fc02e93c227b48" + "hash": "4c70241724a5cc90232169acdb71ab77", + "highlights": [] }, { - "title": "A Ping-Pong Table and a Lifetime of Memories", - "description": "Steve Fortuna paid $15 for it half a century ago. When his father died, he kept the paddles.", - "content": "Steve Fortuna paid $15 for it half a century ago. When his father died, he kept the paddles.", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-ping-pong-table-and-a-lifetime-of-memories-table-tennis-play-11637619379", + "title": "Venezuela : l’opposition confirme Juan Guaido au poste de président par intérim", + "description": "Juan Guaido, en avril 2019, à Caracas.", + "content": "Juan Guaido, en avril 2019, à Caracas.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/04/venezuela-l-opposition-confirme-juan-guaido-au-poste-de-president-par-interim_6108114_3210.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:39:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 06:39:50 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "813d31104ab5978749c1520c7cfd2f9a" + "hash": "423414fb92237e5f0eec9cae0213da6d", + "highlights": [] }, { - "title": "Notable & Quotable: 76 Years After the A-Bomb", - "description": "‘Hirohito made the surrender official Aug. 15. I was spared my date with death, 2½ months later.’", - "content": "‘Hirohito made the surrender official Aug. 15. I was spared my date with death, 2½ months later.’", - "category": "PAID", - "link": "https://www.wsj.com/articles/notable-quotable-76-years-after-the-atomic-bomb-world-war-two-japan-invasion-11637618711", + "title": "Le premier ministre haïtien déclare avoir été visé par une tentative d’assassinat", + "description": "Le premier ministre haïtien Ariel Henry, à Port-au-Prince, le 26 novembre 2021.", + "content": "Le premier ministre haïtien Ariel Henry, à Port-au-Prince, le 26 novembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/04/le-premier-ministre-haitien-declare-avoir-ete-vise-par-une-tentative-d-assassinat_6108101_3210.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:36:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 05:36:40 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87b79f1fc4ec696fd58ba563c28bd7ee" + "hash": "df5b87c2dbff5d9929983447658e9d58", + "highlights": [] }, { - "title": "The Campaign to Distract Biden From Asia", - "description": "China and Russia form an entente to hobble America, with a little help from Iran.", - "content": "China and Russia form an entente to hobble America, with a little help from Iran.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-campaign-to-distract-biden-from-asia-russia-china-xi-putin-foreign-policy-allies-11637617569", + "title": "Un an après l’assaut du Capitole, retour sur le jour où la démocratie américaine a vacillé", + "description": "Des partisans de Donald Trump manifestent à l’extérieur du Capitole, à Washington, le 6 janvier 2021.", + "content": "Des partisans de Donald Trump manifestent à l’extérieur du Capitole, à Washington, le 6 janvier 2021.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/04/un-an-apres-l-assaut-du-capitole-retour-sur-le-jour-ou-la-democratie-americaine-a-vacille_6108099_3210.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:35:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 05:33:09 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cd977eb579c1acf7d1903e5e32f1d24" + "hash": "3c7c8b98cb05edc36711d35ec7c72046", + "highlights": [] }, { - "title": "China's Peng Shuai Goes 'Missing'", - "description": "The tennis star accused a top Communist of sexual assault. Beijing can’t deal with it.", - "content": "The tennis star accused a top Communist of sexual assault. Beijing can’t deal with it.", - "category": "PAID", - "link": "https://www.wsj.com/articles/china-missing-tennis-star-peng-shuai-australia-foreign-policy-trade-assault-11637620780", + "title": "Les traversées de la Manche par des migrants ont atteint un chiffre inédit en 2021", + "description": "Un groupe de migrants est ramené sur les rives de Douvres, en Angleterre, après avoir tenté de traverser la Manche dans une petite embarcation, le 24 décembre 2021.", + "content": "Un groupe de migrants est ramené sur les rives de Douvres, en Angleterre, après avoir tenté de traverser la Manche dans une petite embarcation, le 24 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/04/les-traversees-de-la-manche-par-des-migrants-ont-atteint-un-chiffre-inedit-en-2021_6108094_3210.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:33:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 03:55:45 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d5a1349d97a66224111d98b3173926b2" + "hash": "f89a842e14030cea8b0871e6190382db", + "highlights": [] }, { - "title": "President Biden and American Gratitude", - "description": "Why hasn’t the White House announced a posthumous Medal of Honor for Alwyn Cashe yet?", - "content": "Why hasn’t the White House announced a posthumous Medal of Honor for Alwyn Cashe yet?", - "category": "PAID", - "link": "https://www.wsj.com/articles/president-biden-and-american-gratitude-11637617891", + "title": "Elizabeth Holmes, la fondatrice de la start-up Theranos, condamnée pour fraude à l’issue d’un procès qui a bousculé la Silicon Valley", + "description": "La fondatrice de Theranos, Elizabeth Holmes, arrive à la cour fédérale de San José, en Californie, le 3 janvier 2022.", + "content": "La fondatrice de Theranos, Elizabeth Holmes, arrive à la cour fédérale de San José, en Californie, le 3 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/04/etats-unis-au-proces-theranos-le-jury-reste-indecis-sur-la-culpabilite-d-elizabeth-holmes_6108076_3234.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:51:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 00:09:43 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4358aa78ff2008e215cddd596a425c25" + "hash": "02b4cc9be0079cae3544770b35b4195b", + "highlights": [] }, { - "title": "Woke Imperialism Harms U.S. Interests", - "description": "The Biden Administration promotes an avant-garde concept of ‘rights’ that isolates America.", - "content": "The Biden Administration promotes an avant-garde concept of ‘rights’ that isolates America.", - "category": "PAID", - "link": "https://www.wsj.com/articles/woke-imperialism-harms-u-s-interests-china-russia-equity-worldview-11637596572", + "title": "Le catalogue de David Bowie tombe dans l’escarcelle de Warner Music", + "description": "David Bowie, sur scène, lors du concert hommage à Freddie Mercury, dans le stade de Wembley, à Londres, le 20 avril 1992", + "content": "David Bowie, sur scène, lors du concert hommage à Freddie Mercury, dans le stade de Wembley, à Londres, le 20 avril 1992", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/04/le-catalogue-de-david-bowie-tombe-dans-l-escarcelle-de-warner-music_6108088_3234.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 13:04:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 02:15:43 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8476dbd2f59559faeff5cf8b29ffb7e6" + "hash": "45520cfa0f7e19a6179255a631e80bc8", + "highlights": [] }, { - "title": "Kyle Rittenhouse and the Left's Terrifying Assault on Due Process", - "description": "They want revolutionary justice. The legal system’s verdict will be supplanted by the people’s judgment.", - "content": "They want revolutionary justice. The legal system’s verdict will be supplanted by the people’s judgment.", - "category": "PAID", - "link": "https://www.wsj.com/articles/kyle-rittenhouse-and-the-lefts-terrifying-assault-on-due-process-trial-verdict-not-guilty-11637597046", + "title": "Northvolt : naissance d’un géant européen de la batterie électrique", + "description": "L’usine de batteries du groupe suédois Northvolt, en construction à Skelleftea, en Suède, en décembre 2021.", + "content": "L’usine de batteries du groupe suédois Northvolt, en construction à Skelleftea, en Suède, en décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/04/northvolt-naissance-d-un-geant-europeen-de-la-batterie-electrique_6108086_3234.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 13:01:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 01:59:34 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0fae7ed82f34c4e3951cceae98dcbd3" + "hash": "4cb4f194534e64993683d0d39f9deb50", + "highlights": [] }, { - "title": "COP26 Prepared the World to Beat Climate Change", - "description": "We can bemoan that there is still a gap between our ambitions and actions. Or we can work to close it.", - "content": "We can bemoan that there is still a gap between our ambitions and actions. Or we can work to close it.", - "category": "PAID", - "link": "https://www.wsj.com/articles/cop26-prepared-the-world-to-beat-climate-change-global-warming-emissions-glasgow-11637526170", + "title": "Passe vaccinal : suspension surprise de l’examen du projet de loi à l’Assemblée nationale", + "description": "Les bancs de La France Insoumise (LFI) lors du débat sur le projet de loi pour le renforcement des outils de gestion de la crise sanitaire et le passe vaccinal à l'Assemblée Nationale, à Paris, le 3 janvier 2022.", + "content": "Les bancs de La France Insoumise (LFI) lors du débat sur le projet de loi pour le renforcement des outils de gestion de la crise sanitaire et le passe vaccinal à l'Assemblée Nationale, à Paris, le 3 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/03/passe-vaccinal-l-examen-du-projet-de-loi-commence-par-des-debats-houleux-a-l-assemblee-nationale_6108065_823448.html", "creator": "", - "pubDate": "Sun, 21 Nov 2021 17:18:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 18:59:29 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff76360621de83921e0043d023086ae9" + "hash": "4e9f97d459bf5af5fb9e18e520876718", + "highlights": [] }, { - "title": "The Coddling of American Children Is a Boon to Beijing", - "description": "In China, my son had to study hard. Here in the U.S., he just needs to bring a ‘healthy snack’ to school.", - "content": "In China, my son had to study hard. Here in the U.S., he just needs to bring a ‘healthy snack’ to school.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-coddling-of-american-children-is-a-boon-to-beijing-china-education-college-victim-11637525811", + "title": "Coupe de France : porté par un triplé de Mbappé, le PSG élimine sans encombre Vannes", + "description": "L’attaquant parisien Kylian Mbappé, au stade de la Rabine à Vannes, le 3 janvier 2022.", + "content": "L’attaquant parisien Kylian Mbappé, au stade de la Rabine à Vannes, le 3 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/sport/article/2022/01/03/coupe-de-france-porte-par-un-triple-de-mbappe-le-psg-elimine-sans-encombre-vannes_6108075_3242.html", "creator": "", - "pubDate": "Sun, 21 Nov 2021 17:17:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 23:32:08 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e30a2a407fd64139ea7f728aa498c74" + "hash": "fa3c0219db3392518cbb8e96bdd01754", + "highlights": [] }, { - "title": "Honduras and the Clinton Legacy", - "description": "Will the country follow the undemocratic paths of El Salvador and Nicaragua?", - "content": "Will the country follow the undemocratic paths of El Salvador and Nicaragua?", - "category": "PAID", - "link": "https://www.wsj.com/articles/honduras-and-the-clinton-legacy-democracy-socialism-national-security-imperialism-11637526692", + "title": "Passe vaccinal : menaces de mort et agressions se multiplient contre les députés de la majorité", + "description": "L’hémicycle de l’Assemblée nationale avant l’examen du projet de loi visant à transformer le passe sanitaire en passe vaccinal, le 3 janvier 2022.", + "content": "L’hémicycle de l’Assemblée nationale avant l’examen du projet de loi visant à transformer le passe sanitaire en passe vaccinal, le 3 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/politique/article/2022/01/03/passe-vaccinal-menaces-de-mort-et-agressions-se-multiplient-contre-les-deputes-de-la-majorite_6108074_823448.html", "creator": "", - "pubDate": "Sun, 21 Nov 2021 16:47:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 22:44:13 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "656e3e3ef25d124c80ad1b55f0cadc26" + "hash": "788cee61a711cc08939757b249344a96", + "highlights": [] }, { - "title": "The Kamikaze Democrats", - "description": "Pelosi and Biden march swing-district House Members to the end of their careers.", - "content": "Pelosi and Biden march swing-district House Members to the end of their careers.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-kamikaze-democrats-nancy-pelosi-joe-biden-build-back-better-house-welfare-2022-11637362201", + "title": "Covid-19 : il sera finalement possible de boire ou de manger « rapidement » dans le train", + "description": "Le premier ministre, Jean Castex, avait annoncé le 27 décembre que la consommation de boissons et d’aliments serait « interdite dans les transports collectifs » à partir du 3 janvier 2022.", + "content": "Le premier ministre, Jean Castex, avait annoncé le 27 décembre que la consommation de boissons et d’aliments serait « interdite dans les transports collectifs » à partir du 3 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/03/il-sera-finalement-possible-de-boire-ou-de-manger-rapidement-dans-le-train_6108073_3244.html", "creator": "", - "pubDate": "Sun, 21 Nov 2021 16:34:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 21:57:02 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "158ad46ad3153964978635327d0f34ff" + "hash": "27c42783dfd3a5c1bec804b54288c80a", + "highlights": [] }, { - "title": "'Cuba Libre' at the Latin Grammys", - "description": "The patriotic protest anthem ‘Patria y Vida’ wins song of the year.", - "content": "The patriotic protest anthem ‘Patria y Vida’ wins song of the year.", - "category": "PAID", - "link": "https://www.wsj.com/articles/cuba-libre-latin-grammys-patria-y-vida-osorbo-yotuel-gente-de-zona-el-funky-descemer-bueno-11637366048", + "title": "Apple dépasse brièvement les 3 000 milliards de dollars de capitalisation boursière", + "description": "Rien ne semble pouvoir arrêter la progression du cours d’Apple, qui a pourtant déçu les analystes lors de son dernier trimestre, achevé à la fin de septembre et publié à la fin d’octobre.", + "content": "Rien ne semble pouvoir arrêter la progression du cours d’Apple, qui a pourtant déçu les analystes lors de son dernier trimestre, achevé à la fin de septembre et publié à la fin d’octobre.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/03/apple-depasse-brievement-les-3-000-milliards-de-dollars-de-capitalisation-boursiere_6108072_3234.html", "creator": "", - "pubDate": "Sun, 21 Nov 2021 16:33:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 21:40:46 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a29e9e9d4f06801f67435ccd2ed55554" + "hash": "fbf157d68a1859e0cd3e4c360a9b2d2c", + "highlights": [] }, { - "title": "A Tax Cut for the Tarheel State", - "description": "Democratic Gov. Roy Cooper heeds the message from Virginia.", - "content": "Democratic Gov. Roy Cooper heeds the message from Virginia.", - "category": "PAID", - "link": "https://www.wsj.com/articles/a-tax-cut-for-the-tarheel-state-north-carolina-cooper-personal-income-virginia-youngkin-11637516606", + "title": "Ligue 1 : Monaco nomme le Belge Philippe Clement comme nouvel entraîneur", + "description": "Philippe Clement, le 7 décembre 2012.", + "content": "Philippe Clement, le 7 décembre 2012.", + "category": "", + "link": "https://www.lemonde.fr/sport/article/2022/01/03/football-le-belge-philippe-clement-devient-le-nouvel-entraineur-de-monaco_6108069_3242.html", "creator": "", - "pubDate": "Sun, 21 Nov 2021 16:33:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 19:41:37 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ab2d3e2724ea1f95843d360c2ae78cb" + "hash": "5a83b887065ebf885cc4c12941c8d320", + "highlights": [] }, { - "title": "Losing by Five, With 1,400 Votes Rejected", - "description": "In a squeaker House race, bad mail votes are 275 times the margin.", - "content": "In a squeaker House race, bad mail votes are 275 times the margin.", - "category": "PAID", - "link": "https://www.wsj.com/articles/losing-by-five-with-1-400-votes-rejected-florida-primary-election-voting-by-mail-usps-11637159981", + "title": "Covid -19 : isolement , cas contact, écoles… visualisez les nouveaux protocoles sanitaires", + "description": "Les protocoles d’isolement des personnes contaminées par le SARS-CoV-2 et de leurs cas contacts ont été allégés le 3 janvier, y compris ceux concernant les enfants.", + "content": "Les protocoles d’isolement des personnes contaminées par le SARS-CoV-2 et de leurs cas contacts ont été allégés le 3 janvier, y compris ceux concernant les enfants.", + "category": "", + "link": "https://www.lemonde.fr/les-decodeurs/article/2022/01/03/positif-au-covid-cas-contact-ecoles-visualisez-les-nouveaux-protocoles-sanitaires_6108064_4355770.html", "creator": "", - "pubDate": "Sun, 21 Nov 2021 16:32:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 18:57:04 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb00e2de7875c8a8ca651f73857ecf48" + "hash": "cc0a1e087a370020dd3e4c3c043c1364", + "highlights": [] }, { - "title": "Politicians Have Earned Your Distrust", - "description": "Our leaders care more about putting ‘points on the board’ than doing what’s right.", - "content": "Our leaders care more about putting ‘points on the board’ than doing what’s right.", - "category": "PAID", - "link": "https://www.wsj.com/articles/politicos-earned-distrust-biden-inflation-reconciliation-cuomo-covid-deaths-nursing-homes-11637504680", + "title": "Igor Bogdanoff est mort, six jours après son frère jumeau Grichka", + "description": "Igor Bogdanoff (à gauche) et son frère, Grichka Bogdanoff (à droite), assistent à la séance de photos du Jean-Paul Gaultier Fashion Freak Show au Théâtre des Folies-Bergère, à Paris, le 28 septembre 2018.", + "content": "Igor Bogdanoff (à gauche) et son frère, Grichka Bogdanoff (à droite), assistent à la séance de photos du Jean-Paul Gaultier Fashion Freak Show au Théâtre des Folies-Bergère, à Paris, le 28 septembre 2018.", + "category": "", + "link": "https://www.lemonde.fr/disparitions/article/2022/01/03/igor-bogdanoff-est-mort-six-jours-apres-son-frere-jumeau-grichka_6108061_3382.html", "creator": "", - "pubDate": "Sun, 21 Nov 2021 13:45:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 18:30:38 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "065aa308167a27ec8c38c725341a91ef" + "hash": "773e11af39b22ea175d3742be3f603b1", + "highlights": [] }, { - "title": "The Left Betrays the Working Class on Covid Mandates", - "description": "Some unions are even siding with management against employees who resist vaccination.", - "content": "Some unions are even siding with management against employees who resist vaccination.", - "category": "PAID", - "link": "https://www.wsj.com/articles/left-betrays-working-class-covid-mandates-vaccine-religious-approval-exemption-nyc-osha-11637505203", + "title": "Caddie, le fabricant de chariots de supermarché, s’est déclaré en cessation de paiement", + "description": "Des salariés de l’usine de fabrication Caddie attendent le verdict du tribunal de commerce de Paris sur la reprise de l’entreprise, à Drusenheim (Bas-Rhin), le 27 octobre 2014.", + "content": "Des salariés de l’usine de fabrication Caddie attendent le verdict du tribunal de commerce de Paris sur la reprise de l’entreprise, à Drusenheim (Bas-Rhin), le 27 octobre 2014.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/03/caddie-le-fabricant-de-chariots-de-supermarche-s-est-declare-en-cessation-de-paiement_6108059_3234.html", "creator": "", - "pubDate": "Sun, 21 Nov 2021 13:44:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 18:19:46 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e84d40e9abc2595260ad575c1ea4dcd" + "hash": "2db52fff35d1a3f43b5cbf37a115524d", + "highlights": [] }, { - "title": "Enes Kanter: Move the Olympics for Peng Shuai's Sake", - "description": "The IOC shockingly echoes Beijing’s rhetoric on the tennis star’s disappearance.", - "content": "The IOC shockingly echoes Beijing’s rhetoric on the tennis star’s disappearance.", - "category": "PAID", - "link": "https://www.wsj.com/articles/enes-kanter-move-the-olympics-for-peng-shuais-sake-11637444316", + "title": "Covid-19 : les Etats-Unis autorisent le rappel du vaccin de Pfizer pour les 12-15 ans", + "description": "Une jeune fille se fait vacciner contre le Covid-19, à Chicago, le 11 décembre 2021.", + "content": "Une jeune fille se fait vacciner contre le Covid-19, à Chicago, le 11 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/planete/article/2022/01/03/covid-19-les-etats-unis-autorisent-le-rappel-du-vaccin-de-pfizer-pour-les-12-15-ans_6108058_3244.html", "creator": "", - "pubDate": "Sat, 20 Nov 2021 16:38:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 18:13:28 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1454a31374fc9c9989558963006efddd" + "hash": "1140df303287749c2bdd22ac231ee20b", + "highlights": [] }, { - "title": "As Joe Biden Turns 79, a Panic Over Kamala Harris", - "description": "He’s unlikely to run in 2024, and his VP is deeply unpopular.", - "content": "He’s unlikely to run in 2024, and his VP is deeply unpopular.", - "category": "PAID", - "link": "https://www.wsj.com/articles/as-biden-turns-79-a-panic-over-kamala-harris-11637362818", + "title": "Audiences télé 2021 : TF1 et France 2 restent en tête, forte progression de CNews parmi les chaînes d’information en continu", + "description": "La durée d’écoute globale de la télévision en 2021 a retrouvé son niveau d’avant la crise sanitaire et les confinements, soit 3 h 41 par jour en moyenne contre 3 h 58 en 2020.", + "content": "La durée d’écoute globale de la télévision en 2021 a retrouvé son niveau d’avant la crise sanitaire et les confinements, soit 3 h 41 par jour en moyenne contre 3 h 58 en 2020.", + "category": "", + "link": "https://www.lemonde.fr/actualite-medias/article/2022/01/03/audiences-tele-2021-tf1-et-france-2-restent-en-tete-forte-progression-de-cnews-parmi-les-chaines-d-information-en-continu_6108054_3236.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 19:03:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 17:45:15 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ddaf9316e51dda112d9d968456d8aed5" + "hash": "715f0f38dacdac8a5aa393c587b0a084", + "highlights": [] }, { - "title": "CNN's Modified Limited Steele Climbdown", - "description": "We are right even when we are wrong, says the network about its part in the collusion hoax.", - "content": "We are right even when we are wrong, says the network about its part in the collusion hoax.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-media-steele-climbdown-cnn-dossier-trump-russia-collusion-durham-clinton-2016-election-11637354774", + "title": "Entretien | « L’ARN messager offre un potentiel énorme pour un grand nombre de maladies », estime Ugur Sahin, président de BioNTech", + "description": "Ugur Sahin, fondateur et PDG de l’entreprise pharmaceutique BioNtech, le 1er juin 2020 à Mayence, en Allemagne.", + "content": "Ugur Sahin, fondateur et PDG de l’entreprise pharmaceutique BioNtech, le 1er juin 2020 à Mayence, en Allemagne.", + "category": "", + "link": "https://www.lemonde.fr/sciences/article/2022/01/03/ugur-sahin-president-de-biontech-l-arn-messager-offre-un-potentiel-enorme-pour-un-grand-nombre-de-maladies_6108051_1650684.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 18:25:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 17:12:26 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03ba9fb7f8485c76be6debbbf645a4ec" + "hash": "2d38fde8c37f301d516a688b77ae5d31", + "highlights": [] }, { - "title": "Comrade Omarova vs. Margaret Thatcher", - "description": "Some aspiring apparatchiks will say anything to seize power.", - "content": "Some aspiring apparatchiks will say anything to seize power.", - "category": "PAID", - "link": "https://www.wsj.com/articles/comrade-omarova-vs-margaret-thatcher-11637352783", + "title": "Familles sans papiers évacuées à Clichy : le Conseil d’Etat ordonne leur relogement à la mairie", + "description": "Le Conseil d’Etat a déclaré le pourvoi du maire de Clichy non admissible. La mairie devra donc reloger en urgence des familles en situation irrégulière qui avaient été évacuées en 2020.", + "content": "Le Conseil d’Etat a déclaré le pourvoi du maire de Clichy non admissible. La mairie devra donc reloger en urgence des familles en situation irrégulière qui avaient été évacuées en 2020.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/03/familles-sans-papiers-evacuees-a-clichy-le-conseil-d-etat-ordonne-leur-relogement-a-la-mairie_6108050_3224.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 15:13:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 17:04:51 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a7c9603b37f2661a972317a4fb6dd287" + "hash": "272912df8ec5f1546f6d75326a3f78f7", + "highlights": [] }, { - "title": "The Impossible Insurrection of January 6", - "description": "The right couldn’t stage a coup because liberals dominate nearly every institution of American politics and culture. Yet liberals refuse to see it.", - "content": "The right couldn’t stage a coup because liberals dominate nearly every institution of American politics and culture. Yet liberals refuse to see it.", - "category": "PAID", - "link": "https://www.wsj.com/articles/impossible-insurrection-jan-6-capitol-hill-riot-conservative-liberalism-colleges-media-trump-11637344629", + "title": "L’incendie dévastateur qui a ravagé le Parlement sud-africain au Cap, dimanche, et qui avait été maîtrisé, est reparti lundi après-midi.", + "description": "Des pompiers luttent contre l’incendie qui ravage l’Assemblée nationale au Cap, en Afrique du Sud, le 2 janvier 2022.", + "content": "Des pompiers luttent contre l’incendie qui ravage l’Assemblée nationale au Cap, en Afrique du Sud, le 2 janvier 2022.", + "category": "", + "link": "https://www.lemonde.fr/afrique/article/2022/01/02/afrique-du-sud-un-violent-incendie-devaste-le-parlement-du-cap_6107939_3212.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 14:25:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Sun, 02 Jan 2022 12:16:42 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16feb61fb271668e3c13a24ae9c99d33" + "hash": "8debca75745cbef38df7d93403da4770", + "highlights": [] }, { - "title": "Democrats Turn a Blind Eye to Connecticut's Juvenile Crime Wave", - "description": "The state desperately needs a special session of the Legislature to address it, but Gov. Lamont refuses.", - "content": "The state desperately needs a special session of the Legislature to address it, but Gov. Lamont refuses.", - "category": "PAID", - "link": "https://www.wsj.com/articles/democrats-connecticut-juvenile-crime-gun-violence-homicide-shootings-murder-lamont-11637345153", + "title": "Jean-Marc Morandini renvoyé en procès pour « harcèlement sexuel » et « travail dissimulé »", + "description": "(FILES) In this file photo taken on July 19, 2016, French journalist, radio and TV presenter Jean-Marc Morandini looks on during a press conference in Paris. Morandini will also be tried for \"sexual harassment\" and \"hidden work\" in another case, as well as \"corruption of minors\", AFP learnt on January 3, 2022. (Photo by GEOFFROY VAN DER HASSELT / AFP)", + "content": "(FILES) In this file photo taken on July 19, 2016, French journalist, radio and TV presenter Jean-Marc Morandini looks on during a press conference in Paris. Morandini will also be tried for \"sexual harassment\" and \"hidden work\" in another case, as well as \"corruption of minors\", AFP learnt on January 3, 2022. (Photo by GEOFFROY VAN DER HASSELT / AFP)", + "category": "", + "link": "https://www.lemonde.fr/police-justice/article/2022/01/03/jean-marc-morandini-renvoye-en-proces-pour-harcelement-sexuel-et-travail-dissimule_6108049_1653578.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 14:24:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 16:37:03 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c27199e001efb88c9c7ef6d1e86a0601" + "hash": "fd24b3352192f947556439fde0484a96", + "highlights": [] }, { - "title": "The Real Biden Bill: At Least $4.6 Trillion", - "description": "Program by program, here’s how Democrats disguise the real cost of their entitlement blowout.", - "content": "Program by program, here’s how Democrats disguise the real cost of their entitlement blowout.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-real-biden-bill-at-least-4-6-trillion-congressional-budget-office-score-congress-democrats-11637275848", + "title": "OPEP : le Koweïtien Haitham Al-Ghais nouveau secrétaire général", + "description": "Le nouveau secrétaire général de l’Organisation des pays exportateurs de pétrole (OPEP), Haitham Al-Ghais, ici en décembre 2018.", + "content": "Le nouveau secrétaire général de l’Organisation des pays exportateurs de pétrole (OPEP), Haitham Al-Ghais, ici en décembre 2018.", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/03/opep-le-koweitien-haitham-al-ghais-nouveau-secretaire-general_6108046_3234.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 21:50:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 16:21:55 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "42689585a54eafffda9c14cb3ac3dd58" + "hash": "34f611fa2ba6d1c3555c639d72339a06", + "highlights": [] }, { - "title": "America Slowly Learns to Live With Covid", - "description": "Shots are an achievement but not a miracle, and other realities with which we’re coming to terms.", - "content": "Shots are an achievement but not a miracle, and other realities with which we’re coming to terms.", - "category": "PAID", - "link": "https://www.wsj.com/articles/america-slowly-learns-to-live-with-covid-vaccines-shots-flu-fauci-antivax-infection-11637275001", + "title": "A Taïwan, un puissant séisme fait trembler les immeubles sans faire de victime", + "description": "A Taipei, le 3 janvier 2021, peu après le séisme qui a secoué Taïwan.", + "content": "A Taipei, le 3 janvier 2021, peu après le séisme qui a secoué Taïwan.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/03/un-puissant-seisme-secoue-taiwan-sans-faire-de-victime_6108045_3210.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 18:43:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 16:05:19 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7107f4759889425b7fca6d438e2116df" + "hash": "05f33cfdb478fee867bcf21e8af402ea", + "highlights": [] }, { - "title": "John Deere, Inflation Bellwether", - "description": "The company’s union workers win automatic cost-of-living increases, which should raise alarms at the Federal Reserve.", - "content": "The company’s union workers win automatic cost-of-living increases, which should raise alarms at the Federal Reserve.", - "category": "PAID", - "link": "https://www.wsj.com/articles/john-deere-inflation-bellwether-united-auto-workers-union-wages-11637276050", + "title": "Plus de 4 400 migrants sont morts ou ont disparu en mer en tentant de rejoindre l’Espagne en 2021, selon le bilan d’une ONG espagnole", + "description": "Des migrants secourus en Méditerranée alors qu’ils tentaient la traversée vers l’Espagne, le 9 août 2018.", + "content": "Des migrants secourus en Méditerranée alors qu’ils tentaient la traversée vers l’Espagne, le 9 août 2018.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/03/plus-de-4-400-migrants-sont-morts-ou-ont-disparu-en-mer-en-tentant-de-rejoindre-l-espagne-en-2021-selon-le-bilan-d-une-ong-espagnole_6108044_3210.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 18:39:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 15:51:34 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e78c2ae56ebd9dc231b45b910d09e850" + "hash": "a1a4f95bb65a83812181c17b871e33f8", + "highlights": [] }, { - "title": "On China, Women's Tennis Beats the NBA", - "description": "The WTA calls for an investigation into a charge of sexual assault.", - "content": "The WTA calls for an investigation into a charge of sexual assault.", - "category": "PAID", - "link": "https://www.wsj.com/articles/on-china-womens-tennis-association-beats-the-nba-peng-shuai-steve-simon-11637191294", + "title": "« Une guerre nucléaire ne doit jamais être menée » : les cinq pays du Conseil de sécurité s’engagent à prévenir la dissémination de l’arme nucléaire", + "description": "A Vienne, lors de discussions pour relancer l’accord de 2015 sur le programme nucléaire iranien, le 27 décembre 2021.", + "content": "A Vienne, lors de discussions pour relancer l’accord de 2015 sur le programme nucléaire iranien, le 27 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/international/article/2022/01/03/les-etats-unis-la-russie-la-chine-le-royaume-uni-et-la-france-s-engagent-a-prevenir-la-dissemination-de-l-arme-nucleaire_6108043_3210.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 18:38:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 15:31:07 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "863fbead638a9c5dbfcf7003c5404c07" + "hash": "951c0713afaaee09193d11309b034ff3", + "highlights": [] }, { - "title": "The FBI's Raid on James O'Keefe", - "description": "Justice had better have good reason for seizing a journalist’s records.", - "content": "Justice had better have good reason for seizing a journalist’s records.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-fbis-raid-on-james-okeefe-project-veritas-department-of-justice-merrick-garland-11637091882", + "title": "« Si des millions d’enfants sont contaminés, les hôpitaux pédiatriques seront eux aussi en difficulté »", + "description": "Au service de réanimation de l'hôpital Nord de Marseille, le 31 décembre 2021.", + "content": "Au service de réanimation de l'hôpital Nord de Marseille, le 31 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/planete/live/2022/01/03/covid-19-omicron-isolement-passe-vaccinal-quelle-strategie-face-a-la-cinquieme-vague-posez-vos-questions-a-notre-journaliste_6108041_3244.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 18:34:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 14:51:27 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "794dac340c98d9b4f2cb976d92098a6e" + "hash": "80d2c13996ec0111f926aef7c36d0aff", + "highlights": [] }, { - "title": "Congress Needs to Get Back to Regular Order", - "description": "Reconciliation wasn’t meant to be the vehicle for social change.", - "content": "Reconciliation wasn’t meant to be the vehicle for social change.", - "category": "PAID", - "link": "https://www.wsj.com/articles/congress-needs-order-filibuster-reconciliation-spending-build-back-better-cbo-byrd-rule-11637270597", + "title": "Marine Le Pen décale son premier grand meeting de campagne en raison de la pandémie de Covid-19", + "description": "Marine Le Pen, candidate du Rassemblement national (RN) à l’élection présidentielle 2022, lors de sa conférence de presse sur l'immigration, donnée dans le cadre de sa campagne à Paris, le 2 décembre 2021.", + "content": "Marine Le Pen, candidate du Rassemblement national (RN) à l’élection présidentielle 2022, lors de sa conférence de presse sur l'immigration, donnée dans le cadre de sa campagne à Paris, le 2 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2022/01/03/marine-le-pen-decale-son-premier-grand-meeting-de-campagne-en-raison-de-la-pandemie-de-covid-19_6108040_6059010.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 18:29:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 14:51:10 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb92b8911bfb9147a9f0d97292765777" + "hash": "db01e252dba6447833292ad75117081f", + "highlights": [] }, { - "title": "Xi Jinping's War on Tibetan Buddhism", - "description": "Beijing wants future lamas and monks to learn the faith only in Mandarin.", - "content": "Beijing wants future lamas and monks to learn the faith only in Mandarin.", - "category": "PAID", - "link": "https://www.wsj.com/articles/xi-jinping-war-on-tibetan-buddhism-lanugage-china-monks-education-unity-sixth-plenum-11637269866", + "title": "Passe vaccinal : la suspension des débats, un « camouflet pour la majorité », selon le président du groupe LR, Damien Abad", + "description": "Les députés votent à main lever pour cesser l’examen du Passe Vaccinal, à l’Assemblée nationale à Paris le 3 janvier 2021.", + "content": "Les députés votent à main lever pour cesser l’examen du Passe Vaccinal, à l’Assemblée nationale à Paris le 3 janvier 2021.", + "category": "", + "link": "https://www.lemonde.fr/politique/live/2022/01/04/passe-vaccinal-suivez-les-reactions-apres-la-suspension-du-projet-de-loi-a-l-assemblee-nationale_6108116_823448.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 18:27:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Tue, 04 Jan 2022 07:32:17 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5681de0363fbf963e5715b4cf03755db" + "hash": "a6ffcd4c75fc62570ac07998d3e6639e", + "highlights": [] }, { - "title": "On Reconciliation Bill, Senate Moderates Hide Behind Joe Manchin and Kyrsten Sinema", - "description": "Sens. Maggie Hassan, Mark Kelly and Catherine Cortez Masto have been awfully quiet. All are up for re-election in 2022.", - "content": "Sens. Maggie Hassan, Mark Kelly and Catherine Cortez Masto have been awfully quiet. All are up for re-election in 2022.", - "category": "PAID", - "link": "https://www.wsj.com/articles/reconciliation-bill-moderates-let-joe-manchin-kyrsten-sinema-hassan-kelly-build-back-better-11637276328", + "title": "Covid -19 : isolement , cas contact, écoles…visualisez les nouveaux protocoles sanitaires", + "description": "Les protocoles d’isolement des personnes contaminées par le SARS-CoV-2 et de leurs cas contacts ont été allégés le 3 janvier, y compris ceux concernant les enfants.", + "content": "Les protocoles d’isolement des personnes contaminées par le SARS-CoV-2 et de leurs cas contacts ont été allégés le 3 janvier, y compris ceux concernant les enfants.", + "category": "", + "link": "https://www.lemonde.fr/les-decodeurs/article/2022/01/03/positif-au-covid-cas-contact-ecoles-visualisez-les-nouveaux-protocoles-sanitaires_6108064_4355770.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 18:25:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 18:57:04 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d70e533eb05650f6073a37c37ad2174" + "hash": "a6f16614ebf15a4dbc00746f996672a5", + "highlights": [] }, { - "title": "The Toshiba Split: A Farewell to Poor Japanese Management?", - "description": "Having shed inefficiencies since the 1990s, the corporate environment may be ready for reform.", - "content": "Having shed inefficiencies since the 1990s, the corporate environment may be ready for reform.", - "category": "PAID", - "link": "https://www.wsj.com/articles/toshiba-split-japan-management-division-keiretsu-cross-shareholding-foreign-activist-investor-11637272011", + "title": "Bruno Le Maire annonce un renforcement des aides aux entreprises affectées par les restrictions", + "description": "France's Economy and Finance Minister Bruno Le Maire delivers a speech during a visit of the aerospace company ArianeGroup in Vernon, northern France, on December 6, 2021. France's Economy and Finance Minister Bruno Le Maire and France's Overseas Minister Sebastien Lecornu visit the test bench housing the Vulcain engine that will power the last Ariane 5 rocket, as well as the technical platform where the Prometheus engine is assembled, the future reusable engine for European launchers. (Photo by Eric PIERMONT / AFP)", + "content": "France's Economy and Finance Minister Bruno Le Maire delivers a speech during a visit of the aerospace company ArianeGroup in Vernon, northern France, on December 6, 2021. France's Economy and Finance Minister Bruno Le Maire and France's Overseas Minister Sebastien Lecornu visit the test bench housing the Vulcain engine that will power the last Ariane 5 rocket, as well as the technical platform where the Prometheus engine is assembled, the future reusable engine for European launchers. (Photo by Eric PIERMONT / AFP)", + "category": "", + "link": "https://www.lemonde.fr/economie/article/2022/01/03/bruno-le-maire-annonce-un-renforcement-des-aides-aux-entreprises-affectees-par-les-restrictions_6108031_3234.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 18:06:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 13:39:54 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbd3fd75a66cec6413676a0b32ac6e42" + "hash": "38e7042c71ee8e0dc041fd3e1266549b", + "highlights": [] }, { - "title": "Will Joe Manchin Stand His Ground on Inflation?", - "description": "Federal spending is its biggest driver. He has demanded an honest accounting, due this week.", - "content": "Federal spending is its biggest driver. He has demanded an honest accounting, due this week.", - "category": "PAID", - "link": "https://www.wsj.com/articles/joe-manchin-stand-his-ground-on-inflation-budget-debt-economy-build-back-better-cbo-11637248788", + "title": "Précarité étudiante : les universités en première ligne dans la distribution d’aides matérielles et financières", + "description": "Dans l’épicerie Agoraé, les étudiants peuvent trouver des produits de première nécessité à prix réduit. A Angers, le 14 décembre 2021.", + "content": "Dans l’épicerie Agoraé, les étudiants peuvent trouver des produits de première nécessité à prix réduit. A Angers, le 14 décembre 2021.", + "category": "", + "link": "https://www.lemonde.fr/societe/article/2022/01/03/les-universites-en-premiere-ligne-pour-lutter-contre-la-precarite-etudiante_6107985_3224.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 12:05:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 05:48:11 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1e423d41303996b7485ce9bf24d4ea3" + "hash": "cfbbc08ee94f172f92d680a6e8ae269b", + "highlights": [] }, { - "title": "The U.S. Navy's Range Has Diminished Dangerously", - "description": "Carrier air wings aren’t prepared to overcome weapons that push U.S. ships away from shore.", - "content": "Carrier air wings aren’t prepared to overcome weapons that push U.S. ships away from shore.", - "category": "PAID", - "link": "https://www.wsj.com/articles/the-navy-range-has-diminished-dangerously-missile-aircraft-carrier-killer-china-ngad-air-dominance-11637248615", + "title": "L’un des principaux groupes de presse portugais victime d’une attaque informatique", + "description": "L’opération a été revendiquée par un groupe de pirates, Lapsus$, déjà responsable de plusieurs offensives, notamment contre le ministère de la santé brésilien.", + "content": "L’opération a été revendiquée par un groupe de pirates, Lapsus$, déjà responsable de plusieurs offensives, notamment contre le ministère de la santé brésilien.", + "category": "", + "link": "https://www.lemonde.fr/pixels/article/2022/01/03/l-un-des-principaux-groupes-de-presse-portugais-victime-d-une-attaque-informatique_6108025_4408996.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 12:03:00 -0500", - "folder": "00.03 News/News - EN", - "feed": "Wall Street Journal", + "pubDate": "Mon, 03 Jan 2022 12:08:30 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "55a64d9e5dd6875f443b4f373ba5ef0d" - } - ], - "folder": "00.03 News/News - EN", - "name": "Wall Street Journal", - "language": "en", - "hash": "2a586801a94f5dc610fe74f8e2a23629" - }, - { - "title": "Courrier international - Actualités France et Monde", - "subtitle": "", - "link": "https://www.courrierinternational.com/", - "image": "https://www.courrierinternational.com/sites/ci_master/themes/ci/images/courrier-logo-default-rss.png", - "description": "Derniers articles parus sur Courrier international", - "items": [ + "hash": "d6c44b329f7d14cb1a0632e72c200f51", + "highlights": [] + }, { - "title": "Comment Shein, roi de la “fast fashion”, a réussi à déshabiller Amazon", - "description": "Prisée par les moins de 20 ans, la plateforme Shein fait office d’intermédiaire entre les usines de prêt-à-porter chinoises et les adolescents occidentaux. Avec un modèle unique qui contribue massivement au gaspillage, explique Rest of World.", - "content": "Prisée par les moins de 20 ans, la plateforme Shein fait office d’intermédiaire entre les usines de prêt-à-porter chinoises et les adolescents occidentaux. Avec un modèle unique qui contribue massivement au gaspillage, explique Rest of World.", + "title": "Covid-19 à l’école : Jean-Michel Blanquer justifie avoir dévoilé le nouveau protocole sanitaire tardivement « pour être au plus près de la réalité »", + "description": "Le ministre de l’éducation nationale Jean-Michel Blanquer le 21 décembre 2021.", + "content": "Le ministre de l’éducation nationale Jean-Michel Blanquer le 21 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/mode-comment-shein-roi-de-la-fast-fashion-reussi-deshabiller-amazon", + "link": "https://www.lemonde.fr/planete/article/2022/01/03/covid-19-a-l-ecole-jean-michel-blanquer-justifie-avoir-devoile-le-nouveau-protocole-sanitaire-tardivement-pour-etre-au-plus-pres-de-la-realite_6108023_3244.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 16:15:36 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/27122021-capture_decran_2021-12-27_a_16.56.15.jpg?itok=jyQ2ENAJ", - "enclosureType": "image/jpeg", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/27122021-capture_decran_2021-12-27_a_16.56.15.jpg?itok=jyQ2ENAJ", + "pubDate": "Mon, 03 Jan 2022 12:06:15 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a2dce7dd62e9727f85225f2e768c8d5f", + "hash": "adb2439df89c3513e828087354f336bd", "highlights": [] }, { - "title": "La folie électorale de 2022 inquiète les marchés mondiaux", - "description": "Dans le monde entier, des citoyens seront appelés aux urnes en 2022. La finance, qui requiert visibilité et clairvoyance pour guider ses investissements, s’inquiète de cette instabilité, raconte le média américain spécialisé Fortune.", - "content": "Dans le monde entier, des citoyens seront appelés aux urnes en 2022. La finance, qui requiert visibilité et clairvoyance pour guider ses investissements, s’inquiète de cette instabilité, raconte le média américain spécialisé Fortune.", + "title": "Passe vaccinal, contrôles d’identité, état d’urgence… Ce que contient le projet de loi examiné lundi à l’Assemblée", + "description": "Les députés travaillent à partir de lundi sur le projet de loi « renforçant les outils de gestion de la crise sanitaire » qui remplace notamment le passe sanitaire par le passe vaccinal pour lutter contre l’épidémie de Covid-19.", + "content": "Les députés travaillent à partir de lundi sur le projet de loi « renforçant les outils de gestion de la crise sanitaire » qui remplace notamment le passe sanitaire par le passe vaccinal pour lutter contre l’épidémie de Covid-19.", "category": "", - "link": "https://www.courrierinternational.com/article/finance-la-folie-electorale-de-2022-inquiete-les-marches-mondiaux", + "link": "https://www.lemonde.fr/planete/article/2022/01/03/passe-vaccinal-controles-d-identite-etat-d-urgence-ce-que-contient-le-projet-de-loi-examine-lundi-a-l-assemblee_6108018_3244.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 06:00:50 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_628522004.jpg?itok=o2vJb6GS", - "enclosureType": "image/jpeg", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_628522004.jpg?itok=o2vJb6GS", + "pubDate": "Mon, 03 Jan 2022 11:30:44 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e34ade28382515362eb720acafd369ff", + "hash": "0d28dcc5ccb7f6d5f5c81e3e1a8aa39b", "highlights": [] }, { - "title": "L’UE propose d’accorder au nucléaire et au gaz naturel un label “vert”", - "description": "Le nucléaire et le gaz naturel pourraient être qualifiés de sources d’énergie “durables”, selon un projet de labellisation verte dévoilé ce week-end par la Commission européenne. Défendu par la France et plusieurs pays d’Europe centrale, le texte provoque la consternation en Allemagne et chez les défenseurs de l’environnement.", - "content": "Le nucléaire et le gaz naturel pourraient être qualifiés de sources d’énergie “durables”, selon un projet de labellisation verte dévoilé ce week-end par la Commission européenne. Défendu par la France et plusieurs pays d’Europe centrale, le texte provoque la consternation en Allemagne et chez les défenseurs de l’environnement.", + "title": "Ventes, montants, crédits… 2021, année record pour l’immobilier", + "description": "Des immeubles de Fontenay-le-Fleury (Yvelines), en mars 2021.", + "content": "Des immeubles de Fontenay-le-Fleury (Yvelines), en mars 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/energie-lue-propose-daccorder-au-nucleaire-et-au-gaz-naturel-un-label-vert", + "link": "https://www.lemonde.fr/economie/article/2022/01/03/marche-immobilier-hausse-record-des-transactions-et-des-prix-en-2021_6108015_3234.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 06:00:50 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/centrale.png?itok=mzum2n_Y", - "enclosureType": "image/png", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/centrale.png?itok=mzum2n_Y", + "pubDate": "Mon, 03 Jan 2022 11:00:16 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd11d507b51d249518ea085f0f13bc56", + "hash": "6eae4a85575e096f41d93c49f91cedc8", "highlights": [] }, { - "title": "En Nouvelle-Calédonie, la quête du “nickel vert” de Tesla", - "description": "Le fabricant de voitures électriques est devenu le principal client de la mine de nickel de Goro, en Nouvelle-Calédonie. Une ressource essentielle pour les batteries de ses véhicules, et dont l’extraction était jusqu’à présent “sale, destructrice et politiquement lourde”, rapporte le New York Times.", - "content": "Le fabricant de voitures électriques est devenu le principal client de la mine de nickel de Goro, en Nouvelle-Calédonie. Une ressource essentielle pour les batteries de ses véhicules, et dont l’extraction était jusqu’à présent “sale, destructrice et politiquement lourde”, rapporte le New York Times.", + "title": "Immobilier : l’achat en viager connaît un regain d’intérêt", + "description": "Ce marché devient, depuis trois ans, un outil de placement pour les acheteurs et, pour nombre de vendeurs, une réponse à des besoins financiers liés à l’allongement de la durée de vie.", + "content": "Ce marché devient, depuis trois ans, un outil de placement pour les acheteurs et, pour nombre de vendeurs, une réponse à des besoins financiers liés à l’allongement de la durée de vie.", "category": "", - "link": "https://www.courrierinternational.com/article/energie-verte-en-nouvelle-caledonie-la-quete-du-nickel-vert-de-tesla", + "link": "https://www.lemonde.fr/economie/article/2022/01/03/immobilier-l-achat-en-viager-connait-un-regain-d-interet_6108014_3234.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 16:03:23 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/new_caledonia_nickel_mining_1.jpg?itok=rIH5VGnc", - "enclosureType": "image/jpeg", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/new_caledonia_nickel_mining_1.jpg?itok=rIH5VGnc", + "pubDate": "Mon, 03 Jan 2022 11:00:09 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0ce0cd46481848b0a22a6deeed29a635", + "hash": "96871e120af872dd2746530d9c97bbb8", "highlights": [] }, { - "title": "Le pouls, un indicateur économique trop longtemps ignoré", - "description": "C’est un nouvel outil de prévision qui intéresse l’économie du bien-être. Le pouls d’un individu permet d’évaluer son degré de satisfaction, sa situation économique mais aussi son avenir à long terme.\n ", - "content": "C’est un nouvel outil de prévision qui intéresse l’économie du bien-être. Le pouls d’un individu permet d’évaluer son degré de satisfaction, sa situation économique mais aussi son avenir à long terme.\n ", + "title": "Jean-Luc Mélenchon rejette une nouvelle fois une primaire à gauche", + "description": "French leftist movement La France Insoumise (LFI)'s presidential candidate Jean-Luc Melenchon gestures as he talks during a campaign rally in the business district of La Defense, west of Paris on December 5, 2021. (Photo by Anne-Christine POUJOULAT / AFP)", + "content": "French leftist movement La France Insoumise (LFI)'s presidential candidate Jean-Luc Melenchon gestures as he talks during a campaign rally in the business district of La Defense, west of Paris on December 5, 2021. (Photo by Anne-Christine POUJOULAT / AFP)", "category": "", - "link": "https://www.courrierinternational.com/article/bien-etre-le-pouls-un-indicateur-economique-trop-longtemps-ignore", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2022/01/03/jean-luc-melenchon-rejette-une-nouvelle-fois-une-primaire-a-gauche_6108011_6059010.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 11:28:52 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/1120-cost.jpeg?itok=srzzixlJ", - "enclosureType": "image/jpeg", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/1120-cost.jpeg?itok=srzzixlJ", + "pubDate": "Mon, 03 Jan 2022 10:42:09 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "61f3d6f561f9a6846fc30f254f220c7e", + "hash": "3002fc564aec36193860e9006bb4f430", "highlights": [] }, { - "title": "Le patron d’Uniqlo ne veut pas choisir entre la Chine et les États-Unis", - "description": "Les tensions entre Pékin et Washington ne sont pas bonnes pour le commerce mondial, explique le PDG de la chaîne de mode japonaise. Le coton utilisé par Uniqlo vient-il des provinces du Xinjiang, où les Ouïgours sont persécutés ? Tadashi Yanai refuse de répondre au nom du principe de neutralité.", - "content": "Les tensions entre Pékin et Washington ne sont pas bonnes pour le commerce mondial, explique le PDG de la chaîne de mode japonaise. Le coton utilisé par Uniqlo vient-il des provinces du Xinjiang, où les Ouïgours sont persécutés ? Tadashi Yanai refuse de répondre au nom du principe de neutralité.", + "title": "A Calais, des affrontements entre migrants et forces de l’ordre", + "description": "Évacuation d’un camp de migrants dimanche 2 janvier 2022, rue du Beau-Marais à Calais. Des membres des forces de l’ordre et des migrants avaient été blessés lors d’affrontements à cet endroit trois jours auparavant.", + "content": "Évacuation d’un camp de migrants dimanche 2 janvier 2022, rue du Beau-Marais à Calais. Des membres des forces de l’ordre et des migrants avaient été blessés lors d’affrontements à cet endroit trois jours auparavant.", "category": "", - "link": "https://www.courrierinternational.com/article/verbatim-le-patron-duniqlo-ne-veut-pas-choisir-entre-la-chine-et-les-etats-unis", + "link": "https://www.lemonde.fr/societe/article/2022/01/03/a-calais-des-affrontements-entre-migrants-et-forces-de-l-ordre_6108008_3224.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 16:07:51 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/053_ar-006yunikuroyanaiinta1120.jpg?itok=Z0L0m0-T", - "enclosureType": "image/jpeg", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/053_ar-006yunikuroyanaiinta1120.jpg?itok=Z0L0m0-T", + "pubDate": "Mon, 03 Jan 2022 10:17:34 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a893b8bd78797b6680d2c17374f1e610", + "hash": "1b66586a57560961d3f7fffc2b08eb69", "highlights": [] }, { - "title": "Les prix du gaz baissent grâce au redoux en Europe", - "description": "Un temps doux et des livraisons par navires-citernes en provenance d’Asie ont fait baisser le prix du mégawattheure de gaz de 12 % jeudi 30 décembre. La crise de l’énergie n’est pas pour autant terminée, la flambée des prix du gaz ayant dépassé en 2021 les 350 %.", - "content": "Un temps doux et des livraisons par navires-citernes en provenance d’Asie ont fait baisser le prix du mégawattheure de gaz de 12 % jeudi 30 décembre. La crise de l’énergie n’est pas pour autant terminée, la flambée des prix du gaz ayant dépassé en 2021 les 350 %.", + "title": "Hongkong : « CitizenNews » cesse ses activités en raison de craintes pour la sécurité de ses journalistes", + "description": "Chris Yeung, le cofondateur de « CitizenNews », le 3 janvier 2022, à Hongkong.", + "content": "Chris Yeung, le cofondateur de « CitizenNews », le 3 janvier 2022, à Hongkong.", "category": "", - "link": "https://www.courrierinternational.com/article/energie-les-prix-du-gaz-baissent-grace-au-redoux-en-europe", + "link": "https://www.lemonde.fr/international/article/2022/01/03/hongkong-un-troisieme-media-contraint-de-fermer-ses-portes_6108007_3210.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:27:41 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_211027-99-751558_dpai.jpg?itok=YHahMnLc", - "enclosureType": "image/jpeg", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_211027-99-751558_dpai.jpg?itok=YHahMnLc", + "pubDate": "Mon, 03 Jan 2022 10:13:04 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f11223ab7196b8515b95d033451b6f21", + "hash": "04f9412eec0561ac167529e5b6a5ab78", "highlights": [] }, { - "title": "Les baskets usagées ont-elles vraiment droit à “une seconde vie” ?", - "description": "Avec son programme de collecte de vêtements usagés, Zara s’engage dans une démarche écoresponsable. Un grand journal allemand a cherché à savoir si la marque de mode tenait ses promesses.", - "content": "Avec son programme de collecte de vêtements usagés, Zara s’engage dans une démarche écoresponsable. Un grand journal allemand a cherché à savoir si la marque de mode tenait ses promesses.", + "title": "Les deux tiers des mollusques des grands fonds marins seraient menacés par les projets d’exploration", + "description": "Deux chalutiers chinois dans le port d’Abidjan (Côte d’Ivoire), le 28 novembre 2014.", + "content": "Deux chalutiers chinois dans le port d’Abidjan (Côte d’Ivoire), le 28 novembre 2014.", "category": "", - "link": "https://www.courrierinternational.com/article/courrier-ados-les-baskets-usagees-ont-elles-vraiment-droit-une-seconde-vie", + "link": "https://www.lemonde.fr/planete/article/2022/01/03/les-deux-tiers-des-mollusques-des-grands-fonds-marins-seraient-menaces-par-les-projets-d-exploration_6108003_3244.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 11:49:30 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/20211207_article-illustration_kelly-nichols_200x157mm_300dpi_rgb_web.jpg?itok=LoMNqp82", - "enclosureType": "image/jpeg", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/20211207_article-illustration_kelly-nichols_200x157mm_300dpi_rgb_web.jpg?itok=LoMNqp82", + "pubDate": "Mon, 03 Jan 2022 09:47:00 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5779de63318f237923a18047b8194f0", + "hash": "66f218301bf241a34cd9519d2bfabcf3", "highlights": [] }, { - "title": "En Roumanie, le plus grand investisseur étranger est… le Roumain lui-même", - "description": "En 2020, la diaspora roumaine a envoyé 3,4 milliards d’euros vers la Roumanie. Davantage que le volume des investissements étrangers directs.", - "content": "En 2020, la diaspora roumaine a envoyé 3,4 milliards d’euros vers la Roumanie. Davantage que le volume des investissements étrangers directs.", + "title": "Covid-19 : le gouvernement confronté au retour des incertitudes économiques", + "description": "(FILES) In this file photo taken on May 14, 2020, a produce vendor holds a plastic bag containing potatoes as she serves clients behind a plastic sheet at a street market on the Saxe Avenue in Paris, as France eases lockdown measures taken to curb the spread of the COVID-19 pandemic, caused by the novel coronavirus. (Photo by Ludovic MARIN / AFP)", + "content": "(FILES) In this file photo taken on May 14, 2020, a produce vendor holds a plastic bag containing potatoes as she serves clients behind a plastic sheet at a street market on the Saxe Avenue in Paris, as France eases lockdown measures taken to curb the spread of the COVID-19 pandemic, caused by the novel coronavirus. (Photo by Ludovic MARIN / AFP)", "category": "", - "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-en-roumanie-le-plus-grand-investisseur-etranger-est-le-roumain-lui-meme", + "link": "https://www.lemonde.fr/economie/article/2022/01/03/covid-19-le-gouvernement-confronte-au-retour-des-incertitudes-economiques_6108000_3234.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 11:14:25 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_43_2.png?itok=p61uzT9D", - "enclosureType": "image/png", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_43_2.png?itok=p61uzT9D", + "pubDate": "Mon, 03 Jan 2022 09:38:38 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26a789100f35a7e2795f34bd41df32a8", + "hash": "e35e370d3e25adfcf36e1d9989a13340", "highlights": [] }, { - "title": "#Metoo : pourquoi le Danemark a été si lent au démarrage", - "description": "La presse danoise dresse un bilan sans fard de l’irruption, plus tardive qu’ailleurs, de la vague #MeToo dans le royaume. Finalement, le Danemark ne serait pas aussi égalitaire qu’il aime à le croire et son modèle de management scandinave a facilité certaines dérives.\n ", - "content": "La presse danoise dresse un bilan sans fard de l’irruption, plus tardive qu’ailleurs, de la vague #MeToo dans le royaume. Finalement, le Danemark ne serait pas aussi égalitaire qu’il aime à le croire et son modèle de management scandinave a facilité certaines dérives.\n ", + "title": "En 2021, pour la deuxième année consécutive, les ventes de voitures neuves ont plafonné", + "description": "Dans l’usine Renault de Flins, le 30 novembre 2021.", + "content": "Dans l’usine Renault de Flins, le 30 novembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/sexisme-metoo-pourquoi-le-danemark-ete-si-lent-au-demarrage", + "link": "https://www.lemonde.fr/economie/article/2022/01/03/en-2021-pour-la-deuxieme-annee-consecutive-les-ventes-de-voitures-neuves-ont-plafonne_6107994_3234.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 15:13:56 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_20180308-190226-l-2.jpg?itok=7rbHSK2S", - "enclosureType": "image/jpeg", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_20180308-190226-l-2.jpg?itok=7rbHSK2S", + "pubDate": "Mon, 03 Jan 2022 09:17:57 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9410d555f4f992eca09de2afd2d58ad4", + "hash": "da477f9fe46db3a4e312b987885534a3", "highlights": [] }, { - "title": "La déroute de Didi, le champion chinois des VTC", - "description": "Depuis que les autorités chinoises ont ouvert une enquête sur les activités de Didi cet été, le groupe de chauffeurs privés s’enfonce dans le rouge. Ses pertes d’exploitation sur les neuf premiers mois de l’année ont atteint 6,3 milliards de dollars, tandis que ses revenus au dernier trimestre ont baissé de 2 %.", - "content": "Depuis que les autorités chinoises ont ouvert une enquête sur les activités de Didi cet été, le groupe de chauffeurs privés s’enfonce dans le rouge. Ses pertes d’exploitation sur les neuf premiers mois de l’année ont atteint 6,3 milliards de dollars, tandis que ses revenus au dernier trimestre ont baissé de 2 %.", + "title": "A l’hôpital Nord de Marseille qui fait face à un afflux de patients Covid en réanimation : « La sélection, on l’opère depuis plusieurs jours »", + "description": "Marine Merono (au centre), au service de réanimation de l’hôpital Nord de Marseille, le 31 décembre 2021.", + "content": "Marine Merono (au centre), au service de réanimation de l’hôpital Nord de Marseille, le 31 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-la-deroute-de-didi-le-champion-chinois-des-vtc", + "link": "https://www.lemonde.fr/planete/article/2022/01/03/a-l-hopital-nord-de-marseille-la-selection-on-l-opere-depuis-plusieurs-jours_6107986_3244.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 13:36:37 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_250.png?itok=mzsIrEXd", - "enclosureType": "image/png", - "image": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_250.png?itok=mzsIrEXd", + "pubDate": "Mon, 03 Jan 2022 06:00:03 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6d67202f8d96b6e3cbd672dfe706047", + "hash": "57495530cffc1a0bc58ca6e5b93ebcfb", "highlights": [] }, { - "title": "En Espagne, une réforme du marché du travail qui “ne plaît à personne”", - "description": "Le gouvernement de coalition de gauche de Pedro Sánchez a donné son feu vert, mardi 28 décembre, à une réforme majeure du marché du travail. Le texte est pourtant loin de faire consensus, y compris au sein de l’exécutif, analyse la presse espagnole.", - "content": "Le gouvernement de coalition de gauche de Pedro Sánchez a donné son feu vert, mardi 28 décembre, à une réforme majeure du marché du travail. Le texte est pourtant loin de faire consensus, y compris au sein de l’exécutif, analyse la presse espagnole.", + "title": "Le chalutage de fond dénoncé comme la pire technique de pêche", + "description": "Des militants de l’association Ocean Rebellion dénoncent le chalutage de fond lors de la COP26, à Glasgow, en Ecosse, le 30 octobre 2021.", + "content": "Des militants de l’association Ocean Rebellion dénoncent le chalutage de fond lors de la COP26, à Glasgow, en Ecosse, le 30 octobre 2021.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/accord-en-espagne-une-reforme-du-marche-du-travail-qui-ne-plait-personne", + "link": "https://www.lemonde.fr/planete/article/2022/01/03/le-chalutage-de-fond-denonce-comme-la-pire-technique-de-peche_6107979_3244.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 17:50:47 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxji7yj.jpg?itok=mDoigz7v", - "enclosureType": "image/jpeg", + "pubDate": "Mon, 03 Jan 2022 03:02:13 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0cdc697d70f81c4d2a9c14fb8023bf9f", + "hash": "07b0ebf1783990a1f67437eee3ff0521", "highlights": [] }, { - "title": "La Chine se plaint à l’ONU d’incidents avec les satellites Starlink d’Elon Musk", - "description": "La station spatiale chinoise a dû manœuvrer à deux reprises pour éviter la collision avec des satellites Internet du réseau de SpaceX. Les autorités chinoises déposent plainte à l’ONU et demandent que le Traité pour l’espace soit respecté, y compris par des entreprises privées.", - "content": "La station spatiale chinoise a dû manœuvrer à deux reprises pour éviter la collision avec des satellites Internet du réseau de SpaceX. Les autorités chinoises déposent plainte à l’ONU et demandent que le Traité pour l’espace soit respecté, y compris par des entreprises privées.", + "title": "Covid-19 : masques, garde d’enfants, télétravail… ce qui change en France dès lundi", + "description": "Le port du masque devient obligatoire dès l’âge de 6 ans dans les transports collectifs intérieurs et les lieux recevant du public. Les règles d’isolement des personnes testées positives au Covid-19 et des cas contacts s’allègent, mais sous conditions.", + "content": "Le port du masque devient obligatoire dès l’âge de 6 ans dans les transports collectifs intérieurs et les lieux recevant du public. Les règles d’isolement des personnes testées positives au Covid-19 et des cas contacts s’allègent, mais sous conditions.", "category": "", - "link": "https://www.courrierinternational.com/article/espace-la-chine-se-plaint-lonu-dincidents-avec-les-satellites-starlink-delon-musk", + "link": "https://www.lemonde.fr/planete/article/2022/01/03/covid-19-masques-gardes-d-enfants-teletravail-ce-qui-change-en-france-a-partir-d-aujourd-hui_6107978_3244.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 16:57:00 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/017_242338.jpg?itok=znEEyE-R", - "enclosureType": "image/jpeg", + "pubDate": "Mon, 03 Jan 2022 02:51:47 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1c2406996107d6dac884e3136c00865", + "hash": "cac547a8bfa49792ed8e43911bed5e6e", "highlights": [] }, { - "title": "Les PDG n’ont pas peur du Covid-19 pour 2022", - "description": "Les dirigeants des plus grandes entreprises s’attendent à gérer beaucoup de problèmes en 2022, de la pénurie de main-d’œuvre jusqu’aux cyberattaques, mais ils placent la pandémie au dernier rang de leurs soucis, constate le média économique américain.", - "content": "Les dirigeants des plus grandes entreprises s’attendent à gérer beaucoup de problèmes en 2022, de la pénurie de main-d’œuvre jusqu’aux cyberattaques, mais ils placent la pandémie au dernier rang de leurs soucis, constate le média économique américain.", + "title": "Joe Biden promet, une nouvelle fois, une réponse des Etats-Unis et de leurs alliés en cas d’invasion de l’Ukraine par la Russie", + "description": "A gauche, le président ukrainien, Volodymyr Zelensky, à Riga (Lettonie) en octobre 2019 ; à droite, le président américain Joe Biden, à Rehoboth Beach (Etat du Delaware, Etats-Unis), en juin 2021.", + "content": "A gauche, le président ukrainien, Volodymyr Zelensky, à Riga (Lettonie) en octobre 2019 ; à droite, le président américain Joe Biden, à Rehoboth Beach (Etat du Delaware, Etats-Unis), en juin 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/sondage-les-pdg-nont-pas-peur-du-covid-19-pour-2022", + "link": "https://www.lemonde.fr/international/article/2022/01/03/joe-biden-promet-une-nouvelle-fois-une-reponse-energique-en-cas-d-envahissement-de-l-ukraine-par-la-russie_6107969_3210.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 13:56:14 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3wsiv.jpg?itok=ND_1B5ih", - "enclosureType": "image/jpeg", + "pubDate": "Mon, 03 Jan 2022 00:27:35 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b336087479985407f8aa335917e5ed5", + "hash": "6673216d89c86cb2b5bee920744a5f01", "highlights": [] }, { - "title": "Les Lego plus rentables que les lingots d’or ?", - "description": "Portés par la demande des collectionneurs et nostalgiques du jeu de construction, les Lego ont la cote et s’échangent à prix d’or sur le marché de l’occasion. De quoi faire de la brique de plastique un investissement de choix, selon une étude relayée par le Guardian.", - "content": "Portés par la demande des collectionneurs et nostalgiques du jeu de construction, les Lego ont la cote et s’échangent à prix d’or sur le marché de l’occasion. De quoi faire de la brique de plastique un investissement de choix, selon une étude relayée par le Guardian.", + "title": "Covid-19 en France : la pression hospitalière reste forte, avant une réunion ministérielle sur le variant Omicron", + "description": "Selon les chiffres publiés dimanche par Santé publique France, en ce début d’année 2022, les hôpitaux français accueillent au total 19 043 malades du Covid, contre 18 811 la veille.", + "content": "Selon les chiffres publiés dimanche par Santé publique France, en ce début d’année 2022, les hôpitaux français accueillent au total 19 043 malades du Covid, contre 18 811 la veille.", "category": "", - "link": "https://www.courrierinternational.com/article/placement-les-lego-plus-rentables-que-les-lingots-dor", + "link": "https://www.lemonde.fr/planete/article/2022/01/02/covid-19-en-france-avant-une-reunion-ministerielle-sur-le-variant-omicron-la-pression-hospitaliere-reste-forte_6107968_3244.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:21:43 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/legoor.jpg?itok=cig6pTDC", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 22:55:52 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff13b32a9ed8ec543d74fe0d587b357e", + "hash": "935447d04f94790a67641397389cc3d3", "highlights": [] }, { - "title": "Les Philippines renouent avec les mines à ciel ouvert", - "description": "Un moratoire imposé il y a quatre ans et visant à lutter contre les dommages sur l’environnement provoqués par les mines à ciel ouvert a été levé par le gouvernement philippin, qui espère ainsi relancer l’économie. Les écologistes crient à la “trahison”.", - "content": "Un moratoire imposé il y a quatre ans et visant à lutter contre les dommages sur l’environnement provoqués par les mines à ciel ouvert a été levé par le gouvernement philippin, qui espère ainsi relancer l’économie. Les écologistes crient à la “trahison”.", + "title": "Soudan : le premier ministre Hamdok annonce sa démission après de nouvelles manifestations.", + "description": "« J’ai tenté de mon mieux d’empêcher le pays de glisser vers la catastrophe » , a déclaré le premier ministre du Soudan Abdallah Hamdok, dimanche 2 janvier.", + "content": "« J’ai tenté de mon mieux d’empêcher le pays de glisser vers la catastrophe » , a déclaré le premier ministre du Soudan Abdallah Hamdok, dimanche 2 janvier.", "category": "", - "link": "https://www.courrierinternational.com/article/environnement-les-philippines-renouent-avec-les-mines-ciel-ouvert", + "link": "https://www.lemonde.fr/afrique/article/2022/01/02/soudan-internet-suspendu-en-vue-de-nouvelles-manifestations-antiputsch_6107943_3212.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:17:34 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_m43zj.jpg?itok=RRQ6aBOQ", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 13:21:19 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4131ad1090cd4917dafc1c732452de83", + "hash": "2e26b94d174155da0fe8946cc2ad0417", "highlights": [] }, { - "title": "La justice interdit à Shell de forer au large de l’Afrique du Sud", - "description": "Un juge sud-africain a donné raison aux pêcheurs, aux communautés et aux défenseurs de l’environnement de la Côte Sauvage. Le géant pétrolier anglo-néerlandais devra cesser l’exploration sismique dans cette zone préservée de l’océan Indien.", - "content": "Un juge sud-africain a donné raison aux pêcheurs, aux communautés et aux défenseurs de l’environnement de la Côte Sauvage. Le géant pétrolier anglo-néerlandais devra cesser l’exploration sismique dans cette zone préservée de l’océan Indien.", + "title": "Covid-19 dans le monde : Israël élargit la 4e dose de vaccin, les Etats-Unis rejoignent la liste des pays classés « rouge » par la France", + "description": "Un enfant subit un test, à Ramat Gan, en Israël, le 2 janvier 2022.", + "content": "Un enfant subit un test, à Ramat Gan, en Israël, le 2 janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/environnement-la-justice-interdit-shell-de-forer-au-large-de-lafrique-du-sud", + "link": "https://www.lemonde.fr/planete/article/2022/01/02/covid-19-dans-le-monde-israel-elargit-la-4e-dose-de-vaccin-les-etats-unis-rejoignent-la-liste-des-pays-classes-rouge-par-la-france_6107967_3244.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 16:55:14 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/058_2486935.jpg?itok=WSLhlpr8", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 21:28:19 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d199fe2eca534ae7ff13921c372bcb7b", + "hash": "c033577427a75a4ff5c412fb987e52ca", "highlights": [] }, { - "title": "Face à la fermeture de leurs commerces, le “petit exode” des Néerlandais en Belgique", - "description": "Alors qu’aux Pays-Bas, les commerces dits non essentiels sont fermés depuis le 19 décembre, de nombreux Néerlandais traversent la frontière pour faire leurs achats ou aller au restaurant, au plus grand agacement des autorités belges, comme le rapportent les médias des deux pays.", - "content": "Alors qu’aux Pays-Bas, les commerces dits non essentiels sont fermés depuis le 19 décembre, de nombreux Néerlandais traversent la frontière pour faire leurs achats ou aller au restaurant, au plus grand agacement des autorités belges, comme le rapportent les médias des deux pays.", + "title": "« La mort, je m’en fous » : second volet de notre rencontre exclusive avec Michel Houellebecq", + "description": "Michel Houellebecq à l’occasion du débat « Dialogue in Europe », à Paris, en avril 2019.", + "content": "Michel Houellebecq à l’occasion du débat « Dialogue in Europe », à Paris, en avril 2019.", "category": "", - "link": "https://www.courrierinternational.com/article/frontieres-face-la-fermeture-de-leurs-commerces-le-petit-exode-des-neerlandais-en-belgique", + "link": "https://www.lemonde.fr/livres/article/2022/01/02/michel-houellebecq-la-mort-je-m-en-fous_6107965_3260.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 15:50:09 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9va67h.jpg?itok=BZ_fJ2O9", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 20:29:40 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ec1ea822e736bd270a813b3e4efc79a", + "hash": "c326470b7a7562e135324d8209fd8e99", "highlights": [] }, { - "title": "Le champignon de Paris a fait son retour dans la capitale", - "description": "Alors que l’espèce de champignons la plus cultivée du monde avait quitté la ville depuis environ un siècle, un projet d’agriculture urbaine installé dans un ancien parking du nord-est parisien lui a fait retrouver les sous-sols de Paris.", - "content": "Alors que l’espèce de champignons la plus cultivée du monde avait quitté la ville depuis environ un siècle, un projet d’agriculture urbaine installé dans un ancien parking du nord-est parisien lui a fait retrouver les sous-sols de Paris.", + "title": "Le célèbre paléontologue kényan Richard Leakey est mort", + "description": "Richard Leakey, alors à la tête du Service de la faune du Kenya (KWS), en 2018.", + "content": "Richard Leakey, alors à la tête du Service de la faune du Kenya (KWS), en 2018.", "category": "", - "link": "https://www.courrierinternational.com/article/agriculture-le-champignon-de-paris-fait-son-retour-dans-la-capitale", + "link": "https://www.lemonde.fr/disparitions/article/2022/01/02/le-celebre-paleontologue-kenyan-richard-leakey-est-mort_6107964_3382.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 13:15:12 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/080_hl_lpierre_1300762_0.jpg?itok=v2gdFiqb", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 20:19:08 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "238b75b1f8ee20700aba40f6257f2adc", + "hash": "a08dbdea4ffef2084c27d5478705a12a", "highlights": [] }, { - "title": "Le ratage d’Omicron, la grande peur du cream cheese et les gagnants du télescope", - "description": "Sous les néons de Times Square, en plein centre de Manhattan, la file d’attente s’allonge sur deux pâtés de maisons. À l’approche des fêtes, des milliers de New-Yorkais prennent d’assaut les camionnettes et les tentes de test Covid. Trouver un test rapide dans une pharmacie relève du coup de chance et les laboratoires ne peuvent plus répondre à la demande pour les dépistages les plus fiables. D’où les questions agacées du magazine Recode, qui s’étonne de ce nouveau fiasco des...", - "content": "Sous les néons de Times Square, en plein centre de Manhattan, la file d’attente s’allonge sur deux pâtés de maisons. À l’approche des fêtes, des milliers de New-Yorkais prennent d’assaut les camionnettes et les tentes de test Covid. Trouver un test rapide dans une pharmacie relève du coup de chance et les laboratoires ne peuvent plus répondre à la demande pour les dépistages les plus fiables. D’où les questions agacées du magazine Recode, qui s’étonne de ce nouveau fiasco des...", + "title": "Twitter suspend le compte de l’élue républicaine Marjorie Taylor Greene, accusée de désinformation", + "description": "L’élue républicaine Marjorie Taylor Greene, au Capitole, à Washington, le 7 décembre 2021.", + "content": "L’élue républicaine Marjorie Taylor Greene, au Capitole, à Washington, le 7 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/la-lettre-tech-le-ratage-domicron-la-grande-peur-du-cream-cheese-et-les-gagnants-du", + "link": "https://www.lemonde.fr/international/article/2022/01/02/twitter-suspend-le-compte-de-l-elue-republicaine-marjorie-taylor-greene-accusee-de-desinformation_6107963_3210.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 08:55:54 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_19.png?itok=UOWo05q1", - "enclosureType": "image/png", + "pubDate": "Sun, 02 Jan 2022 19:23:09 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2da7b7e373e39d2040d940bb5ea4199e", + "hash": "8b05d1eab2ed80de07f423ba9666d283", "highlights": [] }, { - "title": "Les pays gagnants et perdants de la reprise économique en 2021", - "description": "La pandémie a précipité le monde dans une crise dont les économistes pensaient qu’elle durerait. Ils se sont trompés, constate The Economist qui dresse un tableau positif du rebond. Où l’Europe du Nord et les États-Unis s’en sortent mieux que l’Allemagne, le Royaume-Uni et l’Espagne.", - "content": "La pandémie a précipité le monde dans une crise dont les économistes pensaient qu’elle durerait. Ils se sont trompés, constate The Economist qui dresse un tableau positif du rebond. Où l’Europe du Nord et les États-Unis s’en sortent mieux que l’Allemagne, le Royaume-Uni et l’Espagne.", + "title": "Autotests, isolement limité… Le protocole sanitaire à l’école s’adapte pour éviter les fermetures de classe", + "description": "A compter de lundi, les enfants cas contacts pourront rester en classe à condition d’effectuer trois tests négatifs en quatre jours. Le ministre de l’éducation national, Jean-Michel Blanquer, annonce que des autotests seront mis gratuitement à la disposition des familles en pharmacie.", + "content": "A compter de lundi, les enfants cas contacts pourront rester en classe à condition d’effectuer trois tests négatifs en quatre jours. Le ministre de l’éducation national, Jean-Michel Blanquer, annonce que des autotests seront mis gratuitement à la disposition des familles en pharmacie.", "category": "", - "link": "https://www.courrierinternational.com/article/classement-les-pays-gagnants-et-perdants-de-la-reprise-economique-en-2021", + "link": "https://www.lemonde.fr/societe/article/2022/01/02/covid-19-a-l-ecole-sept-jours-d-isolement-pour-les-cas-positifs-trois-tests-consecutifs-pour-les-cas-contacts_6107932_3224.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 15:27:56 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9ug43t.jpg?itok=yNDkGxcg", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 09:38:09 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0a7e835aa14af9a938d64bb21f66ca6b", + "hash": "1feffcb0b7103e5b16d30df6be4a7a33", "highlights": [] }, { - "title": "Tesla exploite la faiblesse humaine face à la technologie", - "description": "Début décembre, le fabricant automobile avait mis à jour le logiciel interne de ses véhicules et offert la possibilité de jouer à des jeux vidéo tout en conduisant. Menacé par une enquête des autorités américaines, Tesla a depuis fait marche arrière, mais cette affaire montre combien nous sommes démunis face à cette “sucrerie irrésistible” qu’est la technologie, observe ce chroniqueur suisse.", - "content": "Début décembre, le fabricant automobile avait mis à jour le logiciel interne de ses véhicules et offert la possibilité de jouer à des jeux vidéo tout en conduisant. Menacé par une enquête des autorités américaines, Tesla a depuis fait marche arrière, mais cette affaire montre combien nous sommes démunis face à cette “sucrerie irrésistible” qu’est la technologie, observe ce chroniqueur suisse.", + "title": "Protocole sanitaire à l’école, passage à 2022, présidence du Conseil de l’UE… Les cinq infos à retenir du week-end", + "description": "Sur les Champs-Elysées, à Paris, des milliers de touristes et de badauds sont sortis, munis de masques, pour la Saint-Sylvestre pour célébrer le passage à 2022.", + "content": "Sur les Champs-Elysées, à Paris, des milliers de touristes et de badauds sont sortis, munis de masques, pour la Saint-Sylvestre pour célébrer le passage à 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/vu-de-suisse-tesla-exploite-la-faiblesse-humaine-face-la-technologie", + "link": "https://www.lemonde.fr/les-decodeurs/article/2022/01/02/duree-d-isolement-raccourcie-multitests-a-l-ecole-passage-a-2022-presidence-du-conseil-de-l-ue-les-cinq-infos-a-retenir-du-week-end_6107958_4355770.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 15:01:32 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3zkmd.jpg?itok=TiY7D8S1", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 18:28:31 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0f0f1602d272c75b87058b92fdce3ee", + "hash": "d4003b6a78d0549c2ef6e9b5044456a5", "highlights": [] }, { - "title": "Finissons-en avec l’obsession allemande pour l’inflation !", - "description": "La hausse des prix fait paniquer l’Allemagne, assure Marcel Fratzscher dans les pages de la Süddeutsche Zeitung. Pour l’économiste d’outre-Rhin, le pays gagnerait pourtant à exorciser sa traditionnelle peur de l’inflation, qu’il juge irrationnelle.", - "content": "La hausse des prix fait paniquer l’Allemagne, assure Marcel Fratzscher dans les pages de la Süddeutsche Zeitung. Pour l’économiste d’outre-Rhin, le pays gagnerait pourtant à exorciser sa traditionnelle peur de l’inflation, qu’il juge irrationnelle.", + "title": "Reportage | En PACA, ces nouveaux vaccinés contre le Covid-19 convaincus « au forceps »", + "description": "Au centre de vaccination de l’hôpital de la Timone, à Marseille, le 30 décembre 2021, Julie Sampo (22 ans) redoute la vaccination au moment de se faire piquer. Avec Rayan Cherfeddine (à gauche), ils vont recevoir leur première dose du vaccin de Pfizer pour pouvoir voyager en février.", + "content": "Au centre de vaccination de l’hôpital de la Timone, à Marseille, le 30 décembre 2021, Julie Sampo (22 ans) redoute la vaccination au moment de se faire piquer. Avec Rayan Cherfeddine (à gauche), ils vont recevoir leur première dose du vaccin de Pfizer pour pouvoir voyager en février.", "category": "", - "link": "https://www.courrierinternational.com/article/opinion-finissons-en-avec-lobsession-allemande-pour-linflation", + "link": "https://www.lemonde.fr/planete/article/2022/01/02/en-provence-alpes-cote-d-azur-des-nouveaux-vaccines-contre-le-covid-19-convaincus-au-forceps_6107948_3244.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 06:28:30 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/allemagne_inflation2222.jpg?itok=DeTtE14M", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 14:11:27 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "75d8c4c22c0eb86c3f39f3f672974835", + "hash": "2e003e3424a42dcdf0e4bc3096295fa7", "highlights": [] }, { - "title": "Quand les bidonvilles de Séoul deviennent une “version miniature” de “Squid Game”", - "description": "En dépit de sa croissance spectaculaire ces dernières décennies, la Corée du Sud souffre d’inégalités vertigineuses. Ce journal japonais a dépêché son correspondant dans un bidonville en plein cœur de Séoul, livrant une vision irréelle de la capitale.", - "content": "En dépit de sa croissance spectaculaire ces dernières décennies, la Corée du Sud souffre d’inégalités vertigineuses. Ce journal japonais a dépêché son correspondant dans un bidonville en plein cœur de Séoul, livrant une vision irréelle de la capitale.", + "title": "Coupe de France de football : Bastia et Nancy créent la surprise", + "description": "Nancy a éliminé Rennes en 16es de finale de la Coupe de France, dimanche 2 janvier.", + "content": "Nancy a éliminé Rennes en 16es de finale de la Coupe de France, dimanche 2 janvier.", "category": "", - "link": "https://www.courrierinternational.com/article/vu-du-japon-quand-les-bidonvilles-de-seoul-deviennent-une-version-miniature-de-squid-game", + "link": "https://www.lemonde.fr/sport/article/2022/01/02/football-bordeaux-premier-club-de-ligue-1-elimine-de-la-coupe-de-france_6107952_3242.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 15:51:46 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/020_1210026582.jpg?itok=jbTQz-l0", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 15:45:40 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7fa94de82a4cd288203e6fecac467d0", + "hash": "beca5de57d9ba3450ba6e7a32b42429c", "highlights": [] }, { - "title": "Adieu, boulot de merde : les employés vont voir ailleurs", - "description": "La “grande démission” des salariés américains est à la une du magazine Mother Jones, dans un style plutôt direct.", - "content": "La “grande démission” des salariés américains est à la une du magazine Mother Jones, dans un style plutôt direct.", + "title": "Covid-19 : Lionel Messi et trois joueurs du PSG positifs, la pandémie bouscule le football européen", + "description": "Lionel Messi, au Parc des Princes, à Paris, le 7 décembre 2021.", + "content": "Lionel Messi, au Parc des Princes, à Paris, le 7 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/une/grande-demission-adieu-boulot-de-merde-les-employes-vont-voir-ailleurs", + "link": "https://www.lemonde.fr/planete/article/2022/01/02/covid-19-lionel-messi-et-trois-joueurs-du-psg-positifs-la-pandemie-bouscule-le-football-europeen_6107951_3244.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:41:18 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/cover_mother_jones.jpg?itok=3A07nC50", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 15:17:34 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d73b15168695a77eaafe825f1201a088", + "hash": "d0e48530d80371f7c0abc113758145a5", "highlights": [] }, { - "title": "À Lisbonne, au cœur de la crise du logement", - "description": "Les investisseurs étrangers et le surtourisme sont responsables de la flambée des prix du logement dans la capitale portugaise. Un reportage de la journaliste Beatriz Ramalho da Silva que publie The Guardian détaille les effets d’une crise sans précédent.", - "content": "Les investisseurs étrangers et le surtourisme sont responsables de la flambée des prix du logement dans la capitale portugaise. Un reportage de la journaliste Beatriz Ramalho da Silva que publie The Guardian détaille les effets d’une crise sans précédent.", + "title": "Enquête | Pour son bicentenaire, la peintre Rosa Bonheur retrouve la lumière", + "description": "Katherine Brault, dans l’atelier de Rosa Bonheur, devant un tableau inachevé, à Thomery (Seine-et-Marne), le 21 octobre 2021.", + "content": "Katherine Brault, dans l’atelier de Rosa Bonheur, devant un tableau inachevé, à Thomery (Seine-et-Marne), le 21 octobre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/portugal-lisbonne-au-coeur-de-la-crise-du-logement", + "link": "https://www.lemonde.fr/culture/article/2022/01/02/l-eclat-retrouve-de-rosa-bonheur-la-peintre-qui-humanisait-les-animaux_6107918_3246.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:32:36 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lisbon-2898787.jpg?itok=ZId8Fu7x", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 04:52:19 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bacd18cfb846b2a275910817a2eb1721", + "hash": "1259f376cc9ab76169c28b04a2c9991a", "highlights": [] }, { - "title": "En Espagne, un syndicat pour les streameurs", - "description": "La confédération syndicale espagnole UGT souhaite créer un syndicat destiné aux streameurs du pays. Face aux grandes plateformes numériques, les règles et les conditions de travail autour de cette nouvelle profession restent imprécises, analyse la presse espagnole.", - "content": "La confédération syndicale espagnole UGT souhaite créer un syndicat destiné aux streameurs du pays. Face aux grandes plateformes numériques, les règles et les conditions de travail autour de cette nouvelle profession restent imprécises, analyse la presse espagnole.", + "title": "Sept tonnes de protoxyde d’azote saisies en Seine-et-Marne", + "description": "Des ballons et des bidons de protoxyde d’azote, communément appelé gaz hilarant, le 21 janvier 2019, à Lille.", + "content": "Des ballons et des bidons de protoxyde d’azote, communément appelé gaz hilarant, le 21 janvier 2019, à Lille.", "category": "", - "link": "https://www.courrierinternational.com/article/travail-en-espagne-un-syndicat-pour-les-streameurs", + "link": "https://www.lemonde.fr/societe/article/2022/01/02/sept-tonnes-de-protoxyde-d-azote-saisies-en-seine-et-marne_6107944_3224.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 15:14:47 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-12-22_a_14.06.02.png?itok=AAUm0hQC", - "enclosureType": "image/png", + "pubDate": "Sun, 02 Jan 2022 13:54:06 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25ee975bf37112a78d42ca0980154a08", + "hash": "b06b3ae7c1972ebcfa6b7f0637dad350", "highlights": [] }, { - "title": "La France peut-elle vraiment croire en une réindustrialisation ?", - "description": "Prenant l’exemple d’une entreprise de la Loire soutenue par le plan de relance gouvernemental et constatant l’importance du concept de “relocalisation” dans la campagne présidentielle, le Financial Times se demande si la France peut réellement réinventer son secteur industriel, en crise.", - "content": "Prenant l’exemple d’une entreprise de la Loire soutenue par le plan de relance gouvernemental et constatant l’importance du concept de “relocalisation” dans la campagne présidentielle, le Financial Times se demande si la France peut réellement réinventer son secteur industriel, en crise.", + "title": "Clément Beaune était l’invité de l’émission « Questions politiques »", + "description": "A l’occasion du début de la présidence française du Conseil de l’UE, le secrétaire d’Etat chargé des affaires européennes était l’invité de France Inter, de France Télévisions et du « Monde », dimanche.", + "content": "A l’occasion du début de la présidence française du Conseil de l’UE, le secrétaire d’Etat chargé des affaires européennes était l’invité de France Inter, de France Télévisions et du « Monde », dimanche.", "category": "", - "link": "https://www.courrierinternational.com/article/tissu-la-france-peut-elle-vraiment-croire-en-une-reindustrialisation", + "link": "https://www.lemonde.fr/politique/video/2022/01/02/suivez-en-direct-l-emission-questions-politiques-avec-clement-beaune_6107938_823448.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 06:45:54 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/charlieu.jpg?itok=ZIwC2W-O", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 12:00:03 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ddf78dd0a53f4ab3f323e502adc49c54", + "hash": "3380ecc21bfe849a23e8e1c05ff2ec69", "highlights": [] }, { - "title": "Pourquoi avons-nous tant de mal à parler d’argent ?", - "description": "Pourquoi dire à nos amis que nous voulons une augmentation tout en évitant de donner le montant de notre salaire ? Ou parler de notre recherche de logement en se gardant de préciser le volume de notre apport ? Alors que de nombreux tabous ont sauté, celui qui pèse sur la question de l’argent semble solidement installé, constate ce journal belge, qui explore la question.", - "content": "Pourquoi dire à nos amis que nous voulons une augmentation tout en évitant de donner le montant de notre salaire ? Ou parler de notre recherche de logement en se gardant de préciser le volume de notre apport ? Alors que de nombreux tabous ont sauté, celui qui pèse sur la question de l’argent semble solidement installé, constate ce journal belge, qui explore la question.", + "title": "Le drapeau européen sous l'Arc de triomphe a été retiré dans la nuit de samedi à dimanche, «conformément au timing prévu», a assuré l’Élysée.", + "description": "L’Arc de triomphe, à Paris, paré du drapeau européen à l’occasion de l’ouverture de la présidence française du Conseil de l’Union européenne, le 1er janvier 2022.", + "content": "L’Arc de triomphe, à Paris, paré du drapeau européen à l’occasion de l’ouverture de la présidence française du Conseil de l’Union européenne, le 1er janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/une/tabou-pourquoi-avons-nous-tant-de-mal-parler-dargent", + "link": "https://www.lemonde.fr/politique/article/2022/01/01/drapeau-europeen-sous-l-arc-de-triomphe-clement-beaune-defend-une-initiative-symbolique-et-temporaire-face-aux-critiques_6107881_823448.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:19:57 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/zenodm.png?itok=HJqorTzm", - "enclosureType": "image/png", + "pubDate": "Sat, 01 Jan 2022 14:41:51 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ec9e6b0d683b26340da630b527f3559", + "hash": "090daa08c9b23371dd972f7f15ffa8a3", "highlights": [] }, { - "title": "En Amazonie, la fièvre de l’or a saisi les habitants des fleuves", - "description": "S’accrochant à l’espoir d’une vie meilleure, les populations traditionnelles des bordures du fleuve Madeira, un important affluent de l’Amazone, se tournent vers l’orpaillage réalisé dans l’eau depuis des embarcations de dragage. Même si la police en a brûlé plusieurs à la fin de novembre, cette activité illégale tend à se poursuivre.", - "content": "S’accrochant à l’espoir d’une vie meilleure, les populations traditionnelles des bordures du fleuve Madeira, un important affluent de l’Amazone, se tournent vers l’orpaillage réalisé dans l’eau depuis des embarcations de dragage. Même si la police en a brûlé plusieurs à la fin de novembre, cette activité illégale tend à se poursuivre.", + "title": "La free-party illégale dans l’Yonne a pris fin dimanche", + "description": "Des voitures incendiées à Strasbourg (Bas-Rhin), dans la nuit du 31 décembre 2021 au 1er janvier 2022.", + "content": "Des voitures incendiées à Strasbourg (Bas-Rhin), dans la nuit du 31 décembre 2021 au 1er janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/bresil-en-amazonie-la-fievre-de-lor-saisi-les-habitants-des-fleuves", + "link": "https://www.lemonde.fr/societe/article/2022/01/01/a-strasbourg-douze-personnes-interpellees-suite-a-des-violences-urbaines_6107838_3224.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 14:15:32 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxkikdp.jpg?itok=kJkTm55p", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 03:21:54 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d2b41f1d9e62b4c078a00de2920e0c8", + "hash": "c490acf7aa9f8831641f2fdb489bb97f", "highlights": [] }, { - "title": "La justice invalide l’immunité de la famille Sackler dans la crise des opioïdes", - "description": "La famille Sackler, propriétaire du fabricant de l’OxyContin, cet antidouleur au cœur d’un scandale sanitaire qui a fait des centaines de milliers de morts par overdose aux États-Unis, avait accepté la faillite en échange de l’immunité et d’un versement de 4,5 milliards de dollars. L’accord vient d’être annulé.", - "content": "La famille Sackler, propriétaire du fabricant de l’OxyContin, cet antidouleur au cœur d’un scandale sanitaire qui a fait des centaines de milliers de morts par overdose aux États-Unis, avait accepté la faillite en échange de l’immunité et d’un versement de 4,5 milliards de dollars. L’accord vient d’être annulé.", + "title": "Corée du Nord : une personne est entrée clandestinement depuis le Sud", + "description": "Des soldats sud-coréens dans un poste de garde, vu du parc de la paix Imjingak, près de la zone démilitarisée (DMZ) qui divise les deux Corées, à Paju, le 1er janvier 2022.", + "content": "Des soldats sud-coréens dans un poste de garde, vu du parc de la paix Imjingak, près de la zone démilitarisée (DMZ) qui divise les deux Corées, à Paju, le 1er janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/etats-unis-la-justice-invalide-limmunite-de-la-famille-sackler-dans-la-crise-des-opioides", + "link": "https://www.lemonde.fr/international/article/2022/01/02/une-personne-entre-clandestinement-en-coree-du-nord-depuis-le-sud_6107922_3210.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 20:43:23 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_dozier-demonstr211203_npsmm.jpg?itok=cfYKweuX", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 06:02:20 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72731b27437f0039feb41578ff411961", + "hash": "4783d61f6a7d6a1cb01b213afcbb5e42", "highlights": [] }, { - "title": "La livre turque dévisse encore après une nouvelle décision d’Erdogan", - "description": "La politique du président turc, qui dévalue la monnaie nationale au prétexte de lutter contre l’inflation, et qui divise la presse locale, a de fortes conséquences sur le pouvoir d’achat de la population.", - "content": "La politique du président turc, qui dévalue la monnaie nationale au prétexte de lutter contre l’inflation, et qui divise la presse locale, a de fortes conséquences sur le pouvoir d’achat de la population.", + "title": "Présidentielle 2022 : Aurore Bergé appelle à un « front commun contre la violence » visant les élus", + "description": "La députée La République en marche Aurore Bergé, lors d’une séance de questions au gouvernement, à l’Assemblée nationale, à Paris, le 20 octobre 2020.", + "content": "La députée La République en marche Aurore Bergé, lors d’une séance de questions au gouvernement, à l’Assemblée nationale, à Paris, le 20 octobre 2020.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/economie-la-livre-turque-devisse-encore-apres-une-nouvelle-decision-derdogan", + "link": "https://www.lemonde.fr/politique/article/2022/01/02/aurore-berge-appelle-a-un-front-commun-contre-la-violence-visant-les-elus_6107917_823448.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:03:02 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3regf.jpg?itok=fmuwwAPh", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 03:54:31 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b417f4a2919d9293022a543e6ca35cc8", + "hash": "a7192e2844603633db35dd174c2cf372", "highlights": [] }, { - "title": "En Colombie, la pandémie a fait des ravages chez les classes moyennes", - "description": "La classe moyenne colombienne ne représentait plus que 25 % de la population en 2020, contre 30 % en 2019, rapporte El Tiempo. Dans le pays, qui compte près de 51 millions d’habitants, les restrictions sanitaires et leurs conséquences économiques ont fait chuter dans la précarité ou la pauvreté 2,2 millions de personnes.", - "content": "La classe moyenne colombienne ne représentait plus que 25 % de la population en 2020, contre 30 % en 2019, rapporte El Tiempo. Dans le pays, qui compte près de 51 millions d’habitants, les restrictions sanitaires et leurs conséquences économiques ont fait chuter dans la précarité ou la pauvreté 2,2 millions de personnes.", + "title": "Covid-19 dans le monde : Londres appelle à « vivre avec » le virus, plus de 2 700 vols annulés aux Etats-Unis", + "description": "Des policiers portant des masques patrouillent sur le pont de Westminster alors que les gens se rassemblent pour célébrer le Nouvel An, à Londres, le 31 décembre 2021.", + "content": "Des policiers portant des masques patrouillent sur le pont de Westminster alors que les gens se rassemblent pour célébrer le Nouvel An, à Londres, le 31 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-en-colombie-la-pandemie-fait-des-ravages-chez-les-classes-moyennes", + "link": "https://www.lemonde.fr/planete/article/2022/01/02/covid-19-dans-le-monde-londres-appelle-a-vivre-avec-le-virus-plus-de-2-600-de-vols-annules-aux-etats-unis_6107916_3244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 16:43:29 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_5_21.png?itok=OMHSRKlX", - "enclosureType": "image/png", + "pubDate": "Sun, 02 Jan 2022 03:03:06 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8d92a8d0931f37a58aa2920bd615abd", + "hash": "93e558a789ec4d3d8e1669903dc8b584", "highlights": [] }, { - "title": "L’UE échoue encore à apporter une réponse à la flambée du prix de l’énergie", - "description": "Les 27 ne sont pas parvenus à trouver une solution commune à la crise énergétique actuelle lors du sommet européen, jeudi 16 décembre. L’Espagne, très affectée par la hausse du prix de l’électricité, regrette la passivité de Bruxelles, rapporte la presse espagnole.", - "content": "Les 27 ne sont pas parvenus à trouver une solution commune à la crise énergétique actuelle lors du sommet européen, jeudi 16 décembre. L’Espagne, très affectée par la hausse du prix de l’électricité, regrette la passivité de Bruxelles, rapporte la presse espagnole.", + "title": "Covid-19 : les non-vaccinés devraient pouvoir dire s’ils souhaitent ou non être réanimés, estime le professeur Grimaldi", + "description": "Une infirmière tient la main d’un patient atteint du Covid-19 sous ventilateur, à l’hôpital de la Timone, à Marseille, le 31 décembre 2021.", + "content": "Une infirmière tient la main d’un patient atteint du Covid-19 sous ventilateur, à l’hôpital de la Timone, à Marseille, le 31 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/vu-despagne-lue-echoue-encore-apporter-une-reponse-la-flambee-du-prix-de-lenergie", + "link": "https://www.lemonde.fr/planete/article/2022/01/02/covid-19-les-non-vaccines-devraient-pouvoir-dire-s-ils-souhaitent-ou-non-etre-reanimes-estime-le-professeur-grimaldi_6107912_3244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:53:00 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxhuupz.jpg?itok=sSyEWAGN", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 01:51:22 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87ee7e679de1faaac75bf97d03c45935", + "hash": "5d171f7acc502330e1b67e00db862f58", "highlights": [] }, { - "title": "L’Europe se dote d’une loi contre le Far West numérique", - "description": "Le Parlement européen a adopté mercredi 15 décembre le Règlement sur les marchés numériques, la première législation qui s’attaque aux monopoles des géants de la tech. Une “régulation sans équivalent au niveau mondial”, salue le quotidien suisse Le Temps.", - "content": "Le Parlement européen a adopté mercredi 15 décembre le Règlement sur les marchés numériques, la première législation qui s’attaque aux monopoles des géants de la tech. Une “régulation sans équivalent au niveau mondial”, salue le quotidien suisse Le Temps.", + "title": "Covid-19 : la période d’isolement réduite à sept jours dès lundi pour les vaccinés testés positifs", + "description": "Le ministre de la santé, Olivier Veran, à Paris, le 10 décembre 2020.", + "content": "Le ministre de la santé, Olivier Veran, à Paris, le 10 décembre 2020.", "category": "", - "link": "https://www.courrierinternational.com/article/technologie-leurope-se-dote-dune-loi-contre-le-far-west-numerique", + "link": "https://www.lemonde.fr/planete/article/2022/01/02/covid-19-la-periode-d-isolement-reduite-a-sept-jours-pour-les-vaccines-testes-positifs_6107910_3244.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:52:50 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3pzjy.jpg?itok=BUOBDo8F", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 00:28:45 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79fb3a1cd574f4a6c1ff2511e3981832", + "hash": "fc739fb542b87748540e6183498c5882", "highlights": [] }, { - "title": "Taïwan bloque le transfert de sa haute technologie à la Chine ", - "description": "Dès le début 2022, les régulateurs de Taipei pourront interdire aux entreprises de l’île de revendre leurs filiales à la Chine, pour empêcher que l’industrie des semi-conducteurs ne profite au continent, rapporte le quotidien économique Nikkei Asia.", - "content": "Dès le début 2022, les régulateurs de Taipei pourront interdire aux entreprises de l’île de revendre leurs filiales à la Chine, pour empêcher que l’industrie des semi-conducteurs ne profite au continent, rapporte le quotidien économique Nikkei Asia.", + "title": "Dans le Colorado, deux personnes portées disparues et un millier de maisons détruites à la suite d’incendies dévastateurs", + "description": "La neige recouvre les restes brûlés d’une maison après l’incendie Marshall, à Louisville, dans le Colorado, aux Etats-Unis, le 1er janvier 2022.", + "content": "La neige recouvre les restes brûlés d’une maison après l’incendie Marshall, à Louisville, dans le Colorado, aux Etats-Unis, le 1er janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/tensions-taiwan-bloque-le-transfert-de-sa-haute-technologie-la-chine", + "link": "https://www.lemonde.fr/planete/article/2022/01/01/dans-le-colorado-3-personnes-disparues-et-1-000-maisons-detruites-apres-des-incendies-devastateurs_6107907_3244.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:51:26 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxlcsav.jpg?itok=XU8jGgc-", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 23:45:45 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e89f81163d823e0a50082950cbbd1c3e", + "hash": "9473c8ad971792cf40d78292e3c7a04f", "highlights": [] }, { - "title": "Les jeunes Chinois s’enfoncent “dans le bourbier de la dette”", - "description": "S’intéressant au recours des jeunes Chinois aux prêts en ligne, le Hong Kong Economic Journal lance un avertissement. Entre surconsommation et défauts de paiement, le titre décrit une situation intenable qui pourrait déstabiliser la société dans son ensemble.", - "content": "S’intéressant au recours des jeunes Chinois aux prêts en ligne, le Hong Kong Economic Journal lance un avertissement. Entre surconsommation et défauts de paiement, le titre décrit une situation intenable qui pourrait déstabiliser la société dans son ensemble.", + "title": "Covid-19 en France : plus de 200 000 nouveaux cas en vingt-quatre heures pour la quatrième journée d’affilée", + "description": "Dans une rue de Paris, le 31 décembre 2021.", + "content": "Dans une rue de Paris, le 31 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/crise-les-jeunes-chinois-senfoncent-dans-le-bourbier-de-la-dette", + "link": "https://www.lemonde.fr/planete/article/2022/01/01/covid-19-en-france-plus-de-200-000-nouveaux-cas-en-vingt-quatre-heures-pour-la-troisieme-journee-consecutive_6107905_3244.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:44:29 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/jeunechinois.jpg?itok=7Z_mOAQv", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 21:38:30 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1c5ff66e86a531b6badffcbcf891c85", + "hash": "a1f785d84d2a85f9940fa8d6ff14a3b2", "highlights": [] }, { - "title": "En Afghanistan, l’hyperinflation porte un coup à l’économie déjà exsangue", - "description": "Les robinets de l’aide internationale ont été fermés avec l’arrivée des talibans au pouvoir, engendrant une pénurie de liquidités. Le régime tente d’adopter des mesures d’urgence pour stabiliser les prix, mais doit composer avec les sanctions et le manque de fonctionnaires qualifiés.", - "content": "Les robinets de l’aide internationale ont été fermés avec l’arrivée des talibans au pouvoir, engendrant une pénurie de liquidités. Le régime tente d’adopter des mesures d’urgence pour stabiliser les prix, mais doit composer avec les sanctions et le manque de fonctionnaires qualifiés.", + "title": "Dakar 2022 : le pilote français Philippe Boutron blessé dans l’explosion de sa voiture", + "description": "Blessé à la jambe, il a été opéré en Arabie saoudite et doit être rapatrié en France. Des investigations sont en cours pour élucider les circonstances de l’explosion.", + "content": "Blessé à la jambe, il a été opéré en Arabie saoudite et doit être rapatrié en France. Des investigations sont en cours pour élucider les circonstances de l’explosion.", "category": "", - "link": "https://www.courrierinternational.com/article/monnaie-en-afghanistan-lhyperinflation-porte-un-coup-leconomie-deja-exsangue", + "link": "https://www.lemonde.fr/sport/article/2022/01/01/dakar-2022-le-pilote-francais-philippe-boutron-blesse-dans-l-explosion-de-sa-voiture_6107904_3242.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:39:59 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9ul3k7_0.jpg?itok=BdFZ67sK", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 20:53:29 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dcdebd54026f7d280c7fb52a2ca2f878", + "hash": "9a8393ede1744f7a11541ac6eac9882e", "highlights": [] }, { - "title": "Les États-Unis s’attaquent enfin au blanchiment d’argent", - "description": "Devenue un véritable paradis fiscal, la première puissance économique du monde aurait enfin décidé de lutter sérieusement contre les sociétés écrans et le blanchiment de fonds, selon plusieurs médias.", - "content": "Devenue un véritable paradis fiscal, la première puissance économique du monde aurait enfin décidé de lutter sérieusement contre les sociétés écrans et le blanchiment de fonds, selon plusieurs médias.", + "title": "Handball : l’international français Elohim Prandi hospitalisé après une agression au couteau", + "description": "Elohim Prandi sous les couleurs du Paris-Saint-Germain (PSG), le 29 décembre 2020.", + "content": "Elohim Prandi sous les couleurs du Paris-Saint-Germain (PSG), le 29 décembre 2020.", "category": "", - "link": "https://www.courrierinternational.com/article/corruption-les-etats-unis-sattaquent-enfin-au-blanchiment-dargent", + "link": "https://www.lemonde.fr/police-justice/article/2022/01/01/handball-l-international-francais-elohim-prandi-hospitalise-apres-une-agression-au-couteau-mais-hors-de-danger_6107903_1653578.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 09:23:06 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxku9x0.jpg?itok=7_RT2n_I", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 20:16:44 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6be2900f7d3e4ff8a752ef48ecc9fd8", + "hash": "b4b092260b3da9005561b37c06645029", "highlights": [] }, { - "title": "Une publicité où des femmes se transforment en vaches fait scandale en Corée du Sud", - "description": "La plus grande marque sud-coréenne de produits laitiers n’avait pas mesuré l’effet boomerang de sa campagne mettant en scène des femmes se métamorphosant en vaches. Le débat national sur le sexisme qui a suivi sa mise en ligne a contraint Seoul Milk à présenter des excuses.", - "content": "La plus grande marque sud-coréenne de produits laitiers n’avait pas mesuré l’effet boomerang de sa campagne mettant en scène des femmes se métamorphosant en vaches. Le débat national sur le sexisme qui a suivi sa mise en ligne a contraint Seoul Milk à présenter des excuses.", + "title": "Covid-19 : les assistantes maternelles pourront garder jusqu’à six enfants", + "description": "Dans un arrêté publié samedi, le gouvernement élève le nombre maximal d’enfants avec l’objectif de faciliter la recherche de remplacement en cas d’arrêt maladie.", + "content": "Dans un arrêté publié samedi, le gouvernement élève le nombre maximal d’enfants avec l’objectif de faciliter la recherche de remplacement en cas d’arrêt maladie.", "category": "", - "link": "https://www.courrierinternational.com/article/buzz-une-publicite-ou-des-femmes-se-transforment-en-vaches-fait-scandale-en-coree-du-sud", + "link": "https://www.lemonde.fr/societe/article/2022/01/01/covid-19-les-assistantes-maternelles-pourront-garder-jusqu-a-six-enfants_6107900_3224.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 17:19:47 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture-coree.png?itok=wcuCoigQ", - "enclosureType": "image/png", + "pubDate": "Sat, 01 Jan 2022 19:08:33 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f015a3776fa18715881ff0543b800d0", + "hash": "6a58a650e84035765bb8680aea282be1", "highlights": [] }, { - "title": "Des réductions de salaire considérables pour certains fonctionnaires chinois", - "description": "Triste hiver en perspective pour les fonctionnaires de plusieurs villes et provinces chinoises qui ont vu leur salaire réduit de 20 à 30 %, selon des informations diffusées puis censurées sur les réseaux sociaux chinois, et reprises par le journal Hong Kong Economic Times.", - "content": "Triste hiver en perspective pour les fonctionnaires de plusieurs villes et provinces chinoises qui ont vu leur salaire réduit de 20 à 30 %, selon des informations diffusées puis censurées sur les réseaux sociaux chinois, et reprises par le journal Hong Kong Economic Times.", + "title": "Irak : des milliers de manifestants pour le deuxième anniversaire de la mort du général Soleimani", + "description": "Des milliers de partisans du Hachd Al-Chaabi, une coalition de milices irakiennes dominée par des factions pro-iraniennes, manifestent à Bagdad, le 1er janvier 2022.", + "content": "Des milliers de partisans du Hachd Al-Chaabi, une coalition de milices irakiennes dominée par des factions pro-iraniennes, manifestent à Bagdad, le 1er janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/economie-des-reductions-de-salaire-considerables-pour-certains-fonctionnaires-chinois", + "link": "https://www.lemonde.fr/international/article/2022/01/01/irak-des-milliers-de-manifestants-pour-le-deuxieme-anniversaire-de-la-mort-du-general-soleimani_6107895_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:31:02 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_8tz7mw.jpg?itok=ZW-k32rh", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 17:24:28 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "10dfb7a808ae4206d06778011b71abe6", + "hash": "86f1e8a3c183ad77f7c2a9e83d86d8b7", "highlights": [] }, { - "title": "L’inflation au Royaume-Uni atteint son plus haut niveau depuis dix ans", - "description": "La hausse des prix outre-Manche s’est établie en novembre à 5,1 % sur un an. Pourtant, la Banque d’Angleterre, qui doit donner ses objectifs monétaires jeudi 16 décembre, pourrait reporter à 2022 une remontée des taux.", - "content": "La hausse des prix outre-Manche s’est établie en novembre à 5,1 % sur un an. Pourtant, la Banque d’Angleterre, qui doit donner ses objectifs monétaires jeudi 16 décembre, pourrait reporter à 2022 une remontée des taux.", + "title": "Récit | Le lent cheminement vers la fermeture de l’ENA, désormais remplacée par l’INSP", + "description": "Photos des anciennes promotions dans le hall d’entrée de l’ENA, à Strasbourg, le 14 janvier 2013.", + "content": "Photos des anciennes promotions dans le hall d’entrée de l’ENA, à Strasbourg, le 14 janvier 2013.", "category": "", - "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-linflation-au-royaume-uni-atteint-son-plus-haut-niveau-depuis-dix-ans", + "link": "https://www.lemonde.fr/politique/article/2022/01/01/la-reforme-de-la-haute-fonction-publique-un-concentre-du-quinquennat-macron_6107893_823448.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 12:15:31 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_248.png?itok=Eb3hD7w2", - "enclosureType": "image/png", + "pubDate": "Sat, 01 Jan 2022 17:18:18 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0bff8480b3787b6aa8b92b878794a44", + "hash": "3f6ad5e41738c58c61272b569ec3c612", "highlights": [] }, { - "title": "Qu’est-ce qu’on mange demain ?", - "description": "Chaque semaine, Courrier international explique ses choix éditoriaux et les débats qu’ils suscitent parfois au sein de la rédaction. Pour ce dernier numéro de l’année, nous avons choisi un sujet de saison : l’alimentation du futur. Comment nourrir bientôt 9 milliards d’êtres humains ? Peut-être en se tournant vers les semences du passé… À découvrir aussi : plusieurs longs reportages qui vous emmènent de l’Amazonie au Japon, en passant par l’Allemagne et l’Inde. Et aussi, un retour en cartoons sur l’année 2021. Avec, pour nos abonnés et dans certains points de vente, notre supplément Courrier ados.", - "content": "Chaque semaine, Courrier international explique ses choix éditoriaux et les débats qu’ils suscitent parfois au sein de la rédaction. Pour ce dernier numéro de l’année, nous avons choisi un sujet de saison : l’alimentation du futur. Comment nourrir bientôt 9 milliards d’êtres humains ? Peut-être en se tournant vers les semences du passé… À découvrir aussi : plusieurs longs reportages qui vous emmènent de l’Amazonie au Japon, en passant par l’Allemagne et l’Inde. Et aussi, un retour en cartoons sur l’année 2021. Avec, pour nos abonnés et dans certains points de vente, notre supplément Courrier ados.", + "title": "La Commission européenne dévoile un projet classant les investissements dans le nucléaire comme « durables »", + "description": "La centrale nucléaire de Civaux (Vienne), le 8 octobre 2021.", + "content": "La centrale nucléaire de Civaux (Vienne), le 8 octobre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/la-une-de-lhebdo-quest-ce-quon-mange-demain", + "link": "https://www.lemonde.fr/energies/article/2022/01/01/la-commission-europeenne-devoile-un-projet-classant-les-investissements-dans-le-nucleaire-comme-durables_6107890_1653054.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 11:32:09 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/couv1616-_1.jpg?itok=KwVzT07H", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 16:12:06 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a2322d69eaada815e20dd6d8229ff7f5", + "hash": "0ee8e813dcfab6192a54952544731d39", "highlights": [] }, { - "title": "Au Japon, travailler jusqu’à 80 ans ou plus", - "description": "Pour répondre à la pénurie de main-d’œuvre et à la crise démographique, de grandes entreprises reculent, voire suppriment, l’âge de la retraite.", - "content": "Pour répondre à la pénurie de main-d’œuvre et à la crise démographique, de grandes entreprises reculent, voire suppriment, l’âge de la retraite.", + "title": "Une militaire tuée à coups de couteau en Maine-et-Loire, l’hypothèse d’un féminicide « privilégiée »", + "description": "Le corps de la victime a été retrouvé près de son domicile, proche de Saumur. Le suspect, interpellé samedi matin, est un militaire d’un autre régiment.", + "content": "Le corps de la victime a été retrouvé près de son domicile, proche de Saumur. Le suspect, interpellé samedi matin, est un militaire d’un autre régiment.", "category": "", - "link": "https://www.courrierinternational.com/article/emploi-au-japon-travailler-jusqua-80-ans-ou-plus", + "link": "https://www.lemonde.fr/societe/article/2022/01/01/une-militaire-tuee-a-coups-de-couteau-en-maine-et-loire-l-hypothese-d-un-feminicide-privilegiee_6107888_3224.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 06:36:40 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/p-42-epee.w.jpg?itok=u7JT6H7S", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 15:31:21 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d750b72dbba7b7690a368e3b6bfc6d3", + "hash": "ad43f41b587a1796e056d384ba49134b", "highlights": [] }, { - "title": "L’interminable dégringolade de la livre libanaise", - "description": "Enregistrant un nouveau record à la baisse, la monnaie libanaise s’enfonce dans une dépréciation vertigineuse qui semble sans fin. Et qui s’accompagne d’une inflation à trois chiffres.", - "content": "Enregistrant un nouveau record à la baisse, la monnaie libanaise s’enfonce dans une dépréciation vertigineuse qui semble sans fin. Et qui s’accompagne d’une inflation à trois chiffres.", + "title": "Harcèlement : un dispositif de signalement mis en place au sein des services du premier ministre", + "description": "L’installation de ce dispositif intervient après plusieurs enquêtes révélant le management brutal au sein de certains services de Matignon.", + "content": "L’installation de ce dispositif intervient après plusieurs enquêtes révélant le management brutal au sein de certains services de Matignon.", "category": "", - "link": "https://www.courrierinternational.com/article/devaluation-linterminable-degringolade-de-la-livre-libanaise", + "link": "https://www.lemonde.fr/politique/article/2022/01/01/harcelement-un-dispositif-de-signalement-mis-en-place-au-sein-des-services-du-premier-ministre_6107880_823448.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 16:08:31 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxdc089.jpg?itok=pkbahsh-", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 14:37:17 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29603eaed468f01856f7060ed54e1591", + "hash": "47cbf24ab7c173b9252cbfa4e764b8f5", "highlights": [] }, { - "title": "Le procès d’UBS, un raté historique de la justice française", - "description": "En condamnant UBS à payer 1,8 milliard d’euros, la cour d’appel de Paris a largement réduit la sanction contre le géant suisse de la gestion de fortune. Selon les titres de la presse suisse, il s’agit d’un rendez-vous manqué avec le secret bancaire ou bien d’une justice d’équilibre.", - "content": "En condamnant UBS à payer 1,8 milliard d’euros, la cour d’appel de Paris a largement réduit la sanction contre le géant suisse de la gestion de fortune. Selon les titres de la presse suisse, il s’agit d’un rendez-vous manqué avec le secret bancaire ou bien d’une justice d’équilibre.", + "title": "Le « mois sans alcool » reprend, toujours sans aides publiques", + "description": "L’opération n’aura pas de soutien de l’Etat, qui s’en est brutalement retiré à la fin de 2019, cédant au lobbying des alcooliers.", + "content": "L’opération n’aura pas de soutien de l’Etat, qui s’en est brutalement retiré à la fin de 2019, cédant au lobbying des alcooliers.", "category": "", - "link": "https://www.courrierinternational.com/article/vu-de-suisse-le-proces-dubs-un-rate-historique-de-la-justice-francaise", + "link": "https://www.lemonde.fr/societe/article/2022/01/01/le-mois-sans-alcool-reprend-toujours-sans-aides-publiques_6107875_3224.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 14:53:17 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9uk3ud_0.jpg?itok=j72ooRmG", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 13:18:36 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1fe82d048c950a51cdc14664b852e178", + "hash": "2f600b76842c28a00a22b06325a92319", "highlights": [] }, { - "title": "Les aléas de Nord Stream 2 font à nouveau flamber les prix du gaz européen", - "description": "La ministre des Affaires étrangères allemande, Annalena Baerbock, en affirmant que son pays ne peut autoriser l’exploitation du gazoduc controversé entre la Russie et l’Europe, a entraîné lundi 13 décembre une hausse de 10 % des prix du gaz en Europe.", - "content": "La ministre des Affaires étrangères allemande, Annalena Baerbock, en affirmant que son pays ne peut autoriser l’exploitation du gazoduc controversé entre la Russie et l’Europe, a entraîné lundi 13 décembre une hausse de 10 % des prix du gaz en Europe.", + "title": "« En l’absence de mesures, la vague Omicron pourrait être supérieure aux vagues précédentes »", + "description": "Au service de réanimation de l'hôpital Nord de Marseille, le 31 décembre 2021.", + "content": "Au service de réanimation de l'hôpital Nord de Marseille, le 31 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/energie-les-aleas-de-nord-stream-2-font-nouveau-flamber-les-prix-du-gaz-europeen", + "link": "https://www.lemonde.fr/planete/live/2022/01/03/covid-19-omicron-isolement-passe-vaccinal-quelle-strategie-face-a-la-cinquieme-vague-posez-vos-questions-a-notre-journaliste_6108041_3244.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 14:00:01 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9um29p.jpg?itok=6GMcS4-q", - "enclosureType": "image/jpeg", + "pubDate": "Mon, 03 Jan 2022 14:51:27 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb5b66d4555a5e48db702c46c17b64bd", + "hash": "19c95e27a32e684f0513e3d3c47c6d4f", "highlights": [] }, { - "title": "L’Argentine sous pression pour la renégociation de sa dette auprès du FMI", - "description": "Ce 18 décembre, Buenos Aires devrait réussir à rembourser près de deux milliards de dollars dus au FMI. Mais d’âpres négociations sont en cours au sujet des échéances de remboursement pour 2022 et 2023, qui paraissent impossibles à tenir pour un pays en pleine crise économique.", - "content": "Ce 18 décembre, Buenos Aires devrait réussir à rembourser près de deux milliards de dollars dus au FMI. Mais d’âpres négociations sont en cours au sujet des échéances de remboursement pour 2022 et 2023, qui paraissent impossibles à tenir pour un pays en pleine crise économique.", + "title": "Cet incendie dévastateur était parti dimanche matin de l’ancien bâtiment abritant l’Assemblée nationale. Aucune victime n’a été signalée.", + "description": "Des pompiers luttent contre l’incendie qui ravage l’Assemblée nationale au Cap, en Afrique du Sud, dimanche 2 janvier 2022.", + "content": "Des pompiers luttent contre l’incendie qui ravage l’Assemblée nationale au Cap, en Afrique du Sud, dimanche 2 janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/milliards-largentine-sous-pression-pour-la-renegociation-de-sa-dette-aupres-du-fmi", + "link": "https://www.lemonde.fr/afrique/article/2022/01/02/afrique-du-sud-un-violent-incendie-devaste-le-parlement-du-cap_6107939_3212.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 10:54:32 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rts3njd1.jpg?itok=qGzzEPWy", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 12:16:42 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f00c3616bfbc771054d96d8b19ba3ed2", + "hash": "b47c3023979f6b721fbf27e7d16b736d", "highlights": [] }, { - "title": "Un monde sans Amazon, l’hôtel du bon cobalt et l’embauche asynchrone", - "description": "Bon, personne n’en est mort, et l’incident reste une broutille, comparé aux grandes coupures d’électricité survenues dans le passé aux États-Unis. Mais la panne, pendant toute la journée du 7 décembre, d’Amazon Web Services (AWS), la filiale de l’empire Amazon qui assure le tiers du réseau dans le nuage des entreprises américaines, a au moins révélé l’emprise de la Big Tech. Au siège de l’ONU, à New York, les traductions simultanées dans les six langues officielles ont été stoppées net, faute de cloud, en plein débat à l’Assemblée...", - "content": "Bon, personne n’en est mort, et l’incident reste une broutille, comparé aux grandes coupures d’électricité survenues dans le passé aux États-Unis. Mais la panne, pendant toute la journée du 7 décembre, d’Amazon Web Services (AWS), la filiale de l’empire Amazon qui assure le tiers du réseau dans le nuage des entreprises américaines, a au moins révélé l’emprise de la Big Tech. Au siège de l’ONU, à New York, les traductions simultanées dans les six langues officielles ont été stoppées net, faute de cloud, en plein débat à l’Assemblée...", + "title": "Le président Cyril Ramaphosa rend un dernier hommage à Desmond Tutu, « père spirituel » de la démocratie sud-africaine", + "description": "Lors de la messe de requiem pour Desmond Tutu, dans la ville sud-africaine du Cap, le 1er janvier 2022.", + "content": "Lors de la messe de requiem pour Desmond Tutu, dans la ville sud-africaine du Cap, le 1er janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/la-lettre-tech-un-monde-sans-amazon-lhotel-du-bon-cobalt-et-lembauche-asynchrone", + "link": "https://www.lemonde.fr/afrique/article/2022/01/01/en-afrique-du-sud-une-messe-de-requiem-et-un-dernier-hommage-a-desmond-tutu_6107873_3212.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:32:42 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_18.png?itok=OsIY90I7", - "enclosureType": "image/png", + "pubDate": "Sat, 01 Jan 2022 12:21:57 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "56328b024ded9978c4e40d1ded2f1f6e", + "hash": "e34f4869da1f1221c694e9a8d8b4c7e5", "highlights": [] }, { - "title": "Elon Musk sacré personnalité de l’année par le magazine “Time”", - "description": "Pour son célèbre titre annuel, le journal américain a opté pour le richissime fondateur de l’entreprise de véhicules électriques Tesla. Passionné d’aérospatial, l’entrepreneur sud-africain entend résoudre les problèmes de notre temps à l’aide de la technologie, ce qui fait de lui un pur produit de notre époque.", - "content": "Pour son célèbre titre annuel, le journal américain a opté pour le richissime fondateur de l’entreprise de véhicules électriques Tesla. Passionné d’aérospatial, l’entrepreneur sud-africain entend résoudre les problèmes de notre temps à l’aide de la technologie, ce qui fait de lui un pur produit de notre époque.", + "title": "Le monde a basculé en 2022 à l’ombre de la pandémie", + "description": "Evénements sévèrement encadrés ou tout simplement annulés, réveillons souvent limités à la « bulle » familiale : une fois encore, la planète a basculé dans la nouvelle année à l’ombre de la pandémie.", + "content": "Evénements sévèrement encadrés ou tout simplement annulés, réveillons souvent limités à la « bulle » familiale : une fois encore, la planète a basculé dans la nouvelle année à l’ombre de la pandémie.", "category": "", - "link": "https://www.courrierinternational.com/article/influence-elon-musk-sacre-personnalite-de-lannee-par-le-magazine-time", + "link": "https://www.lemonde.fr/international/live/2021/12/31/nouvel-an-2022-l-australie-a-celebre-la-nouvelle-annee-malgre-la-pandemie-couvre-feu-au-quebec_6107800_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 19:53:39 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/sans_titre_6.png?itok=1AuW-3YK", - "enclosureType": "image/png", + "pubDate": "Fri, 31 Dec 2021 12:19:31 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "72a8433d34c1b0ff64cc16d0bf331bbc", + "hash": "96c90ea0299608e01f06fa2c060840b3", "highlights": [] }, { - "title": "Le chinois SenseTime, sur liste noire américaine, reporte son entrée en Bourse", - "description": "Le spécialiste chinois de la reconnaissance faciale est contraint de suspendre sa levée de fonds à Hong Kong après avoir été placé par Washington sur la liste des entreprises du “complexe militaro-industriel chinois”, accusé de violations des droits humains envers les Ouïgours.", - "content": "Le spécialiste chinois de la reconnaissance faciale est contraint de suspendre sa levée de fonds à Hong Kong après avoir été placé par Washington sur la liste des entreprises du “complexe militaro-industriel chinois”, accusé de violations des droits humains envers les Ouïgours.", + "title": "Le port du masque devient obligatoire dès 6 ans dans certains lieux publics à partir de lundi", + "description": "Un décret paru samedi au « Journal officiel » impose le port du masque aux enfants âgés de 6 ans et plus dans les transports publics, les enceintes sportives ou encore les lieux de culte. Cette obligation ne concernait jusqu’ici que les enfants âgés de 11 ans et plus.", + "content": "Un décret paru samedi au « Journal officiel » impose le port du masque aux enfants âgés de 6 ans et plus dans les transports publics, les enceintes sportives ou encore les lieux de culte. Cette obligation ne concernait jusqu’ici que les enfants âgés de 11 ans et plus.", "category": "", - "link": "https://www.courrierinternational.com/article/surveillance-le-chinois-sensetime-sur-liste-noire-americaine-reporte-son-entree-en-bourse", + "link": "https://www.lemonde.fr/planete/article/2022/01/01/le-masque-obligatoire-des-6-ans-dans-certains-lieux-publics-a-partir-de-lundi_6107868_3244.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:00:11 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtx6uy15.jpg?itok=RN-_ima6", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 11:09:53 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "67da82694593bffb828eee746d6ff3ec", + "hash": "0d79244bc98a4ed9d37d60086b68c8a6", "highlights": [] }, { - "title": "Les petits arrangements climatiques de l’industrie automobile en Europe ", - "description": "Les voitures sont responsables de 13 % des émissions de CO2 dans l’Union européenne. Malgré un renforcement des règles, les constructeurs minimisent leurs émissions et retardent la transition vers l’électrique, accuse une ONG environnementale.", - "content": "Les voitures sont responsables de 13 % des émissions de CO2 dans l’Union européenne. Malgré un renforcement des règles, les constructeurs minimisent leurs émissions et retardent la transition vers l’électrique, accuse une ONG environnementale.", + "title": "Agnès Buzyn, Gérard Collomb, Pierre Gattaz… Découvrez la promotion 2022 de la Légion d’honneur", + "description": "Marquée par un souci de parité, cette promotion fait la part belle à celles et ceux qui ont lutté contre la pandémie de Covid-19, en récompensant notamment les membres du conseil scientifique.", + "content": "Marquée par un souci de parité, cette promotion fait la part belle à celles et ceux qui ont lutté contre la pandémie de Covid-19, en récompensant notamment les membres du conseil scientifique.", "category": "", - "link": "https://www.courrierinternational.com/article/pollution-les-petits-arrangements-climatiques-de-lindustrie-automobile-en-europe", + "link": "https://www.lemonde.fr/politique/article/2022/01/01/agnes-buzyn-gerard-collomb-pierre-gattaz-decouvrez-la-promotion-2022-de-la-legion-d-honneur_6107865_823448.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 06:01:55 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/p-43-ammer.w.jpg?itok=sBtbn_sM", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 10:49:49 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3410b762079bf26382c74916b518cae0", + "hash": "f5312760176a1726fe81b867d6da2c78", "highlights": [] }, { - "title": "Le promoteur chinois Evergrande au bord de la faillite, et alors  ?", - "description": "L’agence de notation Fitch a sonné l’alarme jeudi 9 décembre : le géant chinois surendetté est en défaut de paiement. La menace d’une crise financière majeure est toujours là, mais n’a pas semblé émouvoir les marchés vendredi.", - "content": "L’agence de notation Fitch a sonné l’alarme jeudi 9 décembre : le géant chinois surendetté est en défaut de paiement. La menace d’une crise financière majeure est toujours là, mais n’a pas semblé émouvoir les marchés vendredi.", + "title": "Les stations de sports d’hiver mises en difficulté par la cinquième vague de Covid-19", + "description": "A L’Alpe d’Huez (Isère), le 13 décembre 2021.", + "content": "A L’Alpe d’Huez (Isère), le 13 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/immobilier-le-promoteur-chinois-evergrande-au-bord-de-la-faillite-et-alors", + "link": "https://www.lemonde.fr/economie/article/2022/01/01/les-stations-de-sports-d-hiver-mises-en-difficulte-par-la-cinquieme-vague-de-covid-19_6107860_3234.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 20:00:34 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/020_1347287397.jpg?itok=H6gYLoIH", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 09:30:08 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c4905a8bfdcc01df3a05ad910b2ee04b", + "hash": "c015ce8579ce695404f811db5dba2c09", "highlights": [] }, { - "title": "Un café Starbucks à Buffalo sera le premier à se doter d’un syndicat", - "description": "En votant, jeudi 9 décembre, pour la création d’une section syndicale, les salariés du Starbucks de l’avenue Elmwood, à Buffalo, remportent une victoire symbolique. Elle est le signe des nouveaux rapports de force dans le monde du travail, selon le Wall Street Journal. ", - "content": "En votant, jeudi 9 décembre, pour la création d’une section syndicale, les salariés du Starbucks de l’avenue Elmwood, à Buffalo, remportent une victoire symbolique. Elle est le signe des nouveaux rapports de force dans le monde du travail, selon le Wall Street Journal. ", + "title": "Consommation, environnement, international… Ce qui change avec le passage en 2022", + "description": "Sur la scène internationale, le 1er janvier marque le début de la présidence française du Conseil de l’Union européenne. En France, les changements sont nombreux, de la revalorisation du smic et des retraites à la contraception gratuite pour les moins de 25 ans.", + "content": "Sur la scène internationale, le 1er janvier marque le début de la présidence française du Conseil de l’Union européenne. En France, les changements sont nombreux, de la revalorisation du smic et des retraites à la contraception gratuite pour les moins de 25 ans.", "category": "", - "link": "https://www.courrierinternational.com/article/etats-unis-un-cafe-starbucks-buffalo-sera-le-premier-se-doter-dun-syndicat", + "link": "https://www.lemonde.fr/les-decodeurs/article/2022/01/01/consommation-environnement-international-ce-qui-change-avec-le-passage-en-2022_6107856_4355770.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:39:11 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxlg5vx.jpg?itok=BZwpso3e", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 08:26:26 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ba198995e7d164b54ca026f33cd09a05", + "hash": "6d68b64ee16406eab0342206b7f09de0", "highlights": [] }, { - "title": "Record de commandes de yachts : qu’importe la pandémie, les plus riches se font plaisir", - "description": "Comme après la crise financière de 2008, les carnets de commandes des constructeurs de superyachts sont plus remplis que jamais, avec 1 200 ventes conclues en 2021. Les super-riches jouissent ainsi de la consolidation de leur fortune lors des mois de pandémie, explique le quotidien britannique The Times.", - "content": "Comme après la crise financière de 2008, les carnets de commandes des constructeurs de superyachts sont plus remplis que jamais, avec 1 200 ventes conclues en 2021. Les super-riches jouissent ainsi de la consolidation de leur fortune lors des mois de pandémie, explique le quotidien britannique The Times.", + "title": "Du CSA à l’Arcom, le régulateur de l’audiovisuel étend ses pouvoirs au numérique", + "description": "Le président du Conseil supérieur de l’audiovisuel, Roch-Olivier Maistre, le 24 janvier 2019, à Paris.", + "content": "Le président du Conseil supérieur de l’audiovisuel, Roch-Olivier Maistre, le 24 janvier 2019, à Paris.", "category": "", - "link": "https://www.courrierinternational.com/article/luxe-record-de-commandes-de-yachts-quimporte-la-pandemie-les-plus-riches-se-font-plaisir", + "link": "https://www.lemonde.fr/economie/article/2022/01/01/du-csa-a-l-arcom-le-regulateur-de-l-audiovisuel-etend-ses-pouvoirs-au-numerique_6107855_3234.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 15:26:49 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_201108-99-259128_dpai.jpg?itok=PU--v-1Z", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 08:00:14 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d23a10f9918b5f5fd183d3655b248a23", + "hash": "ad96f35af224c9232ef808177a65d7bb", "highlights": [] }, { - "title": "Le variant Omicron reporte la fin du télétravail chez Google, Uber et Ford", - "description": "De nombreuses grandes entreprises avaient décidé d’un retour en présentiel au début de 2022. Avec l’apparition du nouveau variant, certaines jouent la prudence et maintiennent le travail à domicile.", - "content": "De nombreuses grandes entreprises avaient décidé d’un retour en présentiel au début de 2022. Avec l’apparition du nouveau variant, certaines jouent la prudence et maintiennent le travail à domicile.", + "title": "La France prend les rênes de l’Union européenne pour six mois", + "description": "La tour Eiffel a revêtu les couleurs de l’Union européenne, vendredi 31 décembre 2021.", + "content": "La tour Eiffel a revêtu les couleurs de l’Union européenne, vendredi 31 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/etats-unis-le-variant-omicron-reporte-la-fin-du-teletravail-chez-google-uber-et-ford", + "link": "https://www.lemonde.fr/international/article/2022/01/01/la-france-prend-les-renes-de-l-union-europeenne-pour-six-mois_6107846_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 14:45:25 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxk6kqd.jpg?itok=nwxxFH4y", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 06:44:59 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1cf55e01c3b767d88b10dca3513398e", + "hash": "b05d3cb0066cb294dadb60183f2f2e58", "highlights": [] }, { - "title": "Weibo, le Twitter chinois, chute à son entrée en Bourse à Hong Kong", - "description": "Les actions du grand réseau social chinois ont perdu plus de 6 % à leur introduction sur le marché à Hong Kong, ce 8 décembre. Signe de la méfiance des investisseurs pour les valeurs de la tech chinoise, qui subit la pression de Pékin.", - "content": "Les actions du grand réseau social chinois ont perdu plus de 6 % à leur introduction sur le marché à Hong Kong, ce 8 décembre. Signe de la méfiance des investisseurs pour les valeurs de la tech chinoise, qui subit la pression de Pékin.", + "title": "En Inde, au moins douze personnes tuées à la suite d’une bousculade dans un sanctuaire hindou", + "description": "Des fidèles au bord de la rivière Yamuna, lors du festival  Chhath Puja le 10 novembre 2021.", + "content": "Des fidèles au bord de la rivière Yamuna, lors du festival  Chhath Puja le 10 novembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/reseaux-sociaux-weibo-le-twitter-chinois-chute-son-entree-en-bourse-hong-kong", + "link": "https://www.lemonde.fr/international/article/2022/01/01/en-inde-au-moins-12-personnes-tuees-suite-a-une-bousculade-dans-un-sanctuaire-hindou_6107842_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 14:03:45 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/weibocapture.jpg?itok=LqXBG_s6", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 05:59:38 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e2e7e01ca7bdde389a4ffc7266ab7ab", + "hash": "44400233fe5fa827254e6b276c1be572", "highlights": [] }, { - "title": "2 750 milliardaires contrôlent 3,5 % de la richesse mondiale", - "description": "Selon le rapport 2022 du Laboratoire sur les inégalités mondiales, codirigé par Thomas Piketty, 3,5 % du patrimoine mondial est détenu par quelque 2 750 ultrariches, tandis que les 50 % les plus pauvres se partagent 2 % des richesses de la planète, note Bloomberg.", - "content": "Selon le rapport 2022 du Laboratoire sur les inégalités mondiales, codirigé par Thomas Piketty, 3,5 % du patrimoine mondial est détenu par quelque 2 750 ultrariches, tandis que les 50 % les plus pauvres se partagent 2 % des richesses de la planète, note Bloomberg.", + "title": "En Corée du Nord, Kim Jong-un affirme que la sécurité alimentaire est sa priorité", + "description": "Cette photo non datée publiée le 1er janvier 2022 par l’agence de presse nord-coréenne KCNA montre le président Kim Jong-un lors d’une réunion plénière du Parti du travail de Corée, à Pyongyang.", + "content": "Cette photo non datée publiée le 1er janvier 2022 par l’agence de presse nord-coréenne KCNA montre le président Kim Jong-un lors d’une réunion plénière du Parti du travail de Corée, à Pyongyang.", "category": "", - "link": "https://www.courrierinternational.com/article/fosse-2-750-milliardaires-controlent-35-de-la-richesse-mondiale", + "link": "https://www.lemonde.fr/international/article/2022/01/01/en-coree-du-nord-kim-jong-un-affirme-faire-de-la-securite-alimentaire-sa-priorite_6107840_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 16:41:04 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxelvg4.jpg?itok=pC-FqHfP", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 04:50:59 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "48a6f4406c62b72b7159a8e263c80a70", + "hash": "0904a850809c2ce8b94d9f1a7e6e7fbf", "highlights": [] }, { - "title": "Le fonds d’investissement Blackstone, plus grand propriétaire d’entrepôts au monde", - "description": "Le géant américain Blackstone s’est lancé dans une course à l’achat d’entrepôts depuis une dizaine d’années. L’explosion de l’e-commerce en est la principale raison : avec le flux continu des marchandises, les vendeurs sont obligés de recourir à ces espaces de stockage.", - "content": "Le géant américain Blackstone s’est lancé dans une course à l’achat d’entrepôts depuis une dizaine d’années. L’explosion de l’e-commerce en est la principale raison : avec le flux continu des marchandises, les vendeurs sont obligés de recourir à ces espaces de stockage.", + "title": "Jours fériés en 2022, ponts, vacances... Le calendrier de vos congés", + "description": "Combien de jours fériés tombent hors week-end ? Y aura-t-il des ponts en mai ? Chaque année, le calendrier profite plus ou moins aux salariés. Grâce à notre générateur de jours fériés, nous vous les prédisons tous jusqu’en 2100 !", + "content": "Combien de jours fériés tombent hors week-end ? Y aura-t-il des ponts en mai ? Chaque année, le calendrier profite plus ou moins aux salariés. Grâce à notre générateur de jours fériés, nous vous les prédisons tous jusqu’en 2100 !", "category": "", - "link": "https://www.courrierinternational.com/article/economie-le-fonds-dinvestissement-blackstone-plus-grand-proprietaire-dentrepots-au-monde", + "link": "https://www.lemonde.fr/les-decodeurs/article/2022/01/01/comment-tombent-les-jours-feries-en-2022-et-les-annees-suivantes_6107839_4355770.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 15:03:09 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/035_pbu473833_07_0_0.jpg?itok=520GZb4H", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 04:30:08 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5bed53e1dbb768af33f0210e34c01d50", + "hash": "408e7addd27114bfdbae7b350690cd79", "highlights": [] }, { - "title": "Hauts et bas du BOO, le récif de Jeff Bezos et les sceptiques du molnupiravir", - "description": "Les photos et les vidéos sont apparues vers le mois de mai sur les réseaux sociaux, raconte NBC. Elles montraient des gens souriants en train d’avaler des pots de liquide noir, de s’en enduire ou d’y baigner leurs bébés et leurs chiens. Dans l’univers parallèle de Facebook, des groupes forts de dizaines de milliers d’internautes échangeaient sur leurs récents usages miraculeux de BOO, le produit phare du site...", - "content": "Les photos et les vidéos sont apparues vers le mois de mai sur les réseaux sociaux, raconte NBC. Elles montraient des gens souriants en train d’avaler des pots de liquide noir, de s’en enduire ou d’y baigner leurs bébés et leurs chiens. Dans l’univers parallèle de Facebook, des groupes forts de dizaines de milliers d’internautes échangeaient sur leurs récents usages miraculeux de BOO, le produit phare du site...", + "title": "Guinée : Alpha Condé, président déchu, autorisé à quitter le pays pour raison médicale", + "description": "L’ex-président guinéen Alpha Condé, le 7 novembre 2020. Il a été renversé par un  coup d’Etat militaire en septembre 2021.", + "content": "L’ex-président guinéen Alpha Condé, le 7 novembre 2020. Il a été renversé par un  coup d’Etat militaire en septembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/la-lettre-tech-hauts-et-bas-du-boo-le-recif-de-jeff-bezos-et-les-sceptiques-du-molnupiravir", + "link": "https://www.lemonde.fr/afrique/article/2022/01/01/guinee-alpha-conde-president-dechu-autorise-a-quitter-le-pays-pour-raison-medicale_6107837_3212.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 11:38:46 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_17.png?itok=fgZu2-aq", - "enclosureType": "image/png", + "pubDate": "Sat, 01 Jan 2022 02:32:43 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": true, + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c70cf8f2be14aef427cab589bdf00654", + "hash": "bb88d51462c3b7d89274f5c7ce6801d8", "highlights": [] }, { - "title": "Le patron d’une fintech licencie 900 salariés par Zoom", - "description": "Vishal Garg, PDG de la société américaine de crédit hypothécaire Better.com, a convoqué une réunion pour annoncer une réduction de 9 % des effectifs, apprenant du même coup aux participants leur licenciement avant les fêtes.", - "content": "Vishal Garg, PDG de la société américaine de crédit hypothécaire Better.com, a convoqué une réunion pour annoncer une réduction de 9 % des effectifs, apprenant du même coup aux participants leur licenciement avant les fêtes.", + "title": "En Tunisie, Noureddine Bhiri, homme fort d’Ennahda, a été arrêté", + "description": "Le député d’Ennahda, Noureddine Bhiri, devant le Parlement à Tunis, le 26 juillet 2021.", + "content": "Le député d’Ennahda, Noureddine Bhiri, devant le Parlement à Tunis, le 26 juillet 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/telelicenciement-le-patron-dune-fintech-licencie-900-salaries-par-zoom", + "link": "https://www.lemonde.fr/afrique/article/2021/12/31/en-tunisie-arrestation-de-noureddine-bhiri-homme-fort-d-ennahda_6107836_3212.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:40:55 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-12-06_a_12.10.00.png?itok=ZXIrQlKx", - "enclosureType": "image/png", + "pubDate": "Fri, 31 Dec 2021 22:49:10 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": true, + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0ec811202780493d0f48d59dce3fc82c", + "hash": "c63d70092c1e9b499de4f27394aab907", "highlights": [] }, { - "title": "En Turquie, la monnaie chute et le peuple trinque", - "description": "La forte dépréciation de la livre turque a provoqué une flambée généralisée des prix dont souffrent les classes défavorisées et moyennes, rapporte le site Middle East Eye.", - "content": "La forte dépréciation de la livre turque a provoqué une flambée généralisée des prix dont souffrent les classes défavorisées et moyennes, rapporte le site Middle East Eye.", + "title": "L’actrice américaine Betty White est morte à l’âge de 99 ans", + "description": "L’actrice américaine Betty White, lors de la 16e cérémonie annuelle des Screen Actors Guild Awards, à Los Angeles, le 23 janvier 2010.", + "content": "L’actrice américaine Betty White, lors de la 16e cérémonie annuelle des Screen Actors Guild Awards, à Los Angeles, le 23 janvier 2010.", "category": "", - "link": "https://www.courrierinternational.com/article/crise-en-turquie-la-monnaie-chute-et-le-peuple-trinque", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/31/l-actrice-americaine-betty-white-est-morte-a-l-age-de-99-ans_6107835_3382.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:16:31 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/p-28-ares_w_0.jpg?itok=OUjx4jlT", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 22:23:01 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e656e13d48859b2c897537167348f803" + "hash": "4f0e6f5574e9c99e71c8e70db9463927", + "highlights": [] }, { - "title": "Trop cher, le fer rouille en Algérie ", - "description": "Chantiers au ralenti, chômage et dépôts de bilan : le BTP algérien est à la peine. En cause, la flambée des prix du fer à béton, essentiel à la structure des bâtiments.", - "content": "Chantiers au ralenti, chômage et dépôts de bilan : le BTP algérien est à la peine. En cause, la flambée des prix du fer à béton, essentiel à la structure des bâtiments.", + "title": "Gagnés par la culture du cocon, les Français ont-ils encore le cœur à faire la fête ?", + "description": "L’installation « Quelle Fête », par le designer Rotganzen.", + "content": "L’installation « Quelle Fête », par le designer Rotganzen.", "category": "", - "link": "https://www.courrierinternational.com/article/construction-trop-cher-le-fer-rouille-en-algerie", + "link": "https://www.lemonde.fr/m-perso/article/2021/12/31/la-bamboche-c-est-termine-fin-de-party-sur-les-dance-floors_6107763_4497916.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 06:04:09 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/otto-web_2.jpg?itok=RLPsU8yH", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 04:25:23 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3f30b3520998922179f628b4d05458f" + "hash": "84a1d7392655c7894e72585b5af3cf7f", + "highlights": [] }, { - "title": "Un projet de production d’hydrogène vert à échelle industrielle en Espagne", - "description": "La compagnie d’électricité espagnole Iberdrola s’associe à la société suédoise H2 Green Steel dans un plan à 2,3 milliards d’euros pour produire de l’hydrogène renouvelable sur le territoire espagnol à l’horizon 2025 ou 2026.", - "content": "La compagnie d’électricité espagnole Iberdrola s’associe à la société suédoise H2 Green Steel dans un plan à 2,3 milliards d’euros pour produire de l’hydrogène renouvelable sur le territoire espagnol à l’horizon 2025 ou 2026.", + "title": "Les vœux d’Emmanuel Macron pour 2022, qui sera « peut-être l’année de sortie de l’épidémie »", + "description": "Images of French President Emmanuel Macron are seen on computer screens as he delivers his televised New Year's address to the nation from the Elysee Palace, in Illiers-Combray, central France, on December 31, 2021. (Photo by Martin BUREAU / AFP)", + "content": "Images of French President Emmanuel Macron are seen on computer screens as he delivers his televised New Year's address to the nation from the Elysee Palace, in Illiers-Combray, central France, on December 31, 2021. (Photo by Martin BUREAU / AFP)", "category": "", - "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-un-projet-de-production-dhydrogene-vert-echelle-industrielle-en-espagne", + "link": "https://www.lemonde.fr/politique/article/2021/12/31/emmanuel-macron-a-presente-les-derniers-v-ux-de-son-quinquennat-a-l-approche-de-la-presidentielle_6107831_823448.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 21:07:26 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_245.png?itok=o1VTmoFZ", - "enclosureType": "image/png", + "pubDate": "Fri, 31 Dec 2021 20:14:56 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "afbff5136adea0916fb9492d8b7d56e1" + "hash": "8f77bf0c5b35dbf9a17ea2d96e6206df", + "highlights": [] }, { - "title": "Uber paie 9 millions de dollars dans l’affaire des plaintes pour harcèlement sexuel", - "description": "La plateforme de chauffeurs privés avait été condamnée en Californie à payer 59 millions de dollars pour refus de coopérer sur des plaintes pour agressions sexuelles. L’accord réduit l’amende mais oblige Uber à transmettre les données anonymisées.", - "content": "La plateforme de chauffeurs privés avait été condamnée en Californie à payer 59 millions de dollars pour refus de coopérer sur des plaintes pour agressions sexuelles. L’accord réduit l’amende mais oblige Uber à transmettre les données anonymisées.", + "title": "Covid-19 : nouveau record de contaminations avec plus de 232 000 cas dépistés en vingt-quatre heures en France", + "description": "La progression du variant B.1.1.529, appelé « Omicron », était attendue, car il est particulièrement contagieux.", + "content": "La progression du variant B.1.1.529, appelé « Omicron », était attendue, car il est particulièrement contagieux.", "category": "", - "link": "https://www.courrierinternational.com/article/etats-unis-uber-paie-9-millions-de-dollars-dans-laffaire-des-plaintes-pour-harcelement", + "link": "https://www.lemonde.fr/planete/article/2021/12/31/covid-19-le-variant-omicron-est-desormais-majoritaire-en-france_6107782_3244.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 19:36:14 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxk6krx.jpg?itok=fG_qNz7R", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 09:06:12 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f2bdb893c976dc21ff98bab4f9fed7b" + "hash": "7ed2fca750b904255246581e6725407b", + "highlights": [] }, { - "title": "Les femmes les plus influentes de 2021, selon le “Financial Times”", - "description": "Le quotidien économique et financier britannique a dévoilé sa liste des femmes les plus influentes de l’année 2021. Des “dirigeantes”, des “héroïnes” et des “créatrices”.", - "content": "Le quotidien économique et financier britannique a dévoilé sa liste des femmes les plus influentes de l’année 2021. Des “dirigeantes”, des “héroïnes” et des “créatrices”.", + "title": "L’autorité sanitaire suisse a décidé que les cantons pouvaient réduire la durée d’isolement des cas contacts à sept jours au lieu de dix auparavant, face à la rapide progression d’Omicron.", + "description": "Un soignant administre une dose du vaccin Spoutnik V contre le Covid-19 à un sans-abri, à Moscou, le 20 décembre 2021.", + "content": "Un soignant administre une dose du vaccin Spoutnik V contre le Covid-19 à un sans-abri, à Moscou, le 20 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/liste-les-femmes-les-plus-influentes-de-2021-selon-le-financial-times", + "link": "https://www.lemonde.fr/planete/article/2021/12/31/covid-19-dans-le-monde-le-pic-du-million-de-contaminations-quotidiennes-a-ete-franchi-cette-semaine_6107750_3244.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:07:37 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_par8092659.jpg?itok=Fclycl3G", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 01:30:18 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": true, + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f029b7c935d01da3d5670f2c7e54ceba" + "hash": "d57c6f853695c0fbe497b024a5cc0f84", + "highlights": [] }, { - "title": "Macron dans le Golfe, une tournée au menu économique et diplomatique copieux", - "description": "En visite express dans la péninsule arabique, le président français a signé une vente de Rafale avec les Émirats. Au même moment, au Liban, un ministre qui avait tenu des propos jugés hostiles par l’Arabie Saoudite, où le chef de l’État doit se rendre samedi 4 décembre, quittait ses fonctions.", - "content": "En visite express dans la péninsule arabique, le président français a signé une vente de Rafale avec les Émirats. Au même moment, au Liban, un ministre qui avait tenu des propos jugés hostiles par l’Arabie Saoudite, où le chef de l’État doit se rendre samedi 4 décembre, quittait ses fonctions.", + "title": "Un an après le Brexit, le lent effritement de l’économie britannique", + "description": "Supermarché Sainsbury’s, à Londres, le 7 septembre 2021.", + "content": "Supermarché Sainsbury’s, à Londres, le 7 septembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/visite-macron-dans-le-golfe-une-tournee-au-menu-economique-et-diplomatique-copieux", + "link": "https://www.lemonde.fr/economie/article/2021/12/31/brexit-un-an-apres-le-lent-effritement-de-l-economie-britannique_6107791_3234.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 16:04:49 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9tw2tp.jpg?itok=Gcx_TuYy", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 11:16:22 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d07265dcd16316491f84a5c2ec599fba" + "hash": "69fa0b3ce35d82aefecd8cc65002a581", + "highlights": [] }, { - "title": "Le train de la chance pour le Laos ?", - "description": "L’inauguration, ce 3 décembre, de la ligne de train traversant le Laos du nord au sud marque le succès d’un chantier financé en partie par la Chine. Entre surendettement et développement du commerce avec ses voisins, les enjeux sont de taille pour le pays enclavé.", - "content": "L’inauguration, ce 3 décembre, de la ligne de train traversant le Laos du nord au sud marque le succès d’un chantier financé en partie par la Chine. Entre surendettement et développement du commerce avec ses voisins, les enjeux sont de taille pour le pays enclavé.", + "title": "Bernard Cazeneuve estime qu’« une grande partie de la gauche s’est égarée » dans le « communautarisme »", + "description": "L’ancien premier ministre Bernard Cazeneuve, le 20 février 2019, à Paris.", + "content": "L’ancien premier ministre Bernard Cazeneuve, le 20 février 2019, à Paris.", "category": "", - "link": "https://www.courrierinternational.com/article/infrastructure-le-train-de-la-chance-pour-le-laos", + "link": "https://www.lemonde.fr/politique/article/2021/12/31/bernard-cazeneuve-estime-qu-une-grande-partie-de-la-gauche-s-est-egaree-dans-le-communautarisme_6107826_823448.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 06:00:24 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-12-01_a_11.51.56.png?itok=SU41xlA4", - "enclosureType": "image/png", + "pubDate": "Fri, 31 Dec 2021 18:10:01 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86df45861e94f562915e3d71498206eb" + "hash": "c12973f0b190197985c8fc85feb14f3b", + "highlights": [] }, { - "title": "Susan Arnold, première présidente de Disney", - "description": "Susan Arnold prendra ses fonctions à la fin de l’année à la tête du conseil d’administration du géant du divertissement. Une première depuis la création de Walt Disney, il y a quatre-vingt-dix-huit ans, qui marque aussi la fin d’une époque.", - "content": "Susan Arnold prendra ses fonctions à la fin de l’année à la tête du conseil d’administration du géant du divertissement. Une première depuis la création de Walt Disney, il y a quatre-vingt-dix-huit ans, qui marque aussi la fin d’une époque.", + "title": "Vague de douceur hivernale en France : cette semaine a été la plus chaude jamais mesurée depuis 1947", + "description": "Des personnes observent un phénomène météorologique rare appelé « brume de mer » au-dessus de la baie des Anges, sur la Côte d’Azur, à Nice, le 31 décembre 2021.", + "content": "Des personnes observent un phénomène météorologique rare appelé « brume de mer » au-dessus de la baie des Anges, sur la Côte d’Azur, à Nice, le 31 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/divertissement-susan-arnold-premiere-presidente-de-disney", + "link": "https://www.lemonde.fr/planete/article/2021/12/31/vague-de-douceur-hivernale-en-france-cette-semaine-a-ete-la-plus-chaude-jamais-mesuree-depuis-1947_6107825_3244.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 16:32:44 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_serrano-notitle211125_npfq6.jpg?itok=BHUuFIqo", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 18:03:33 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cda3c0bdb45cd7a31c2dc109eb3ce781" + "hash": "4422657542a716224aad4147c12b9b42", + "highlights": [] }, { - "title": "Bruxelles veut concurrencer les nouvelles routes de la soie chinoises", - "description": "La Commission européenne a présenté, mercredi 1er décembre, Global Gateway, une stratégie d’investissements de 300 milliards d’euros en faveur des pays en développement. Pour la presse espagnole, nul doute, l’UE cherche à s’affirmer sur la scène géopolitique face à la Chine.", - "content": "La Commission européenne a présenté, mercredi 1er décembre, Global Gateway, une stratégie d’investissements de 300 milliards d’euros en faveur des pays en développement. Pour la presse espagnole, nul doute, l’UE cherche à s’affirmer sur la scène géopolitique face à la Chine.", + "title": "Fabien Roussel et Jean-Luc Mélenchon fourniront des masques FFP2 à l’entrée de leurs meetings", + "description": "Fabien Roussel lors d’un déplacement à La Réunion, le 16 décembre 2021.", + "content": "Fabien Roussel lors d’un déplacement à La Réunion, le 16 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/vu-despagne-bruxelles-veut-concurrencer-les-nouvelles-routes-de-la-soie-chinoises", + "link": "https://www.lemonde.fr/politique/article/2021/12/31/fabien-roussel-et-jean-luc-melenchon-fourniront-des-masques-ffp2-a-l-entree-de-leurs-meetings_6107822_823448.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 15:57:48 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxkwpuo.jpg?itok=o7UUsUvN", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 17:27:33 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c6e73b4ea10ba3989b99ac941c02ed1" + "hash": "e9c5c2f66de758775884351ca0c1a237", + "highlights": [] }, { - "title": "Les Américains, champions du monde des déchets plastiques", - "description": "Chaque Américain jette, en moyenne, 130 kilos de plastique par an. Selon un rapport commandé par le Congrès, le pays est le premier producteur mondial de déchets plastiques.", - "content": "Chaque Américain jette, en moyenne, 130 kilos de plastique par an. Selon un rapport commandé par le Congrès, le pays est le premier producteur mondial de déchets plastiques.", + "title": "La France « condamne » le lancement d’une fusée iranienne en plein « progrès » sur le nucléaire", + "description": "Une photographie du lancement de la fusée par l’Iran diffusée par le ministère de la défense iranien, jeudi 30 décembre.", + "content": "Une photographie du lancement de la fusée par l’Iran diffusée par le ministère de la défense iranien, jeudi 30 décembre.", "category": "", - "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-les-americains-champions-du-monde-des-dechets-plastiques", + "link": "https://www.lemonde.fr/international/article/2021/12/31/la-france-condamne-le-lancement-d-une-fusee-iranienne-en-plein-progres-sur-le-nucleaire_6107821_3210.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 15:01:08 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_6_24.png?itok=9xuXw6o5", - "enclosureType": "image/png", + "pubDate": "Fri, 31 Dec 2021 16:50:59 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d256c4310dc24e6003e3a81d5cf9b912" + "hash": "9612e13dc508b4d5b43361f1971a16d1", + "highlights": [] }, { - "title": "Le variant Omicron menace la reprise économique mondiale, selon l’OCDE", - "description": "Dans son rapport semestriel présenté mercredi, l’organisation internationale révise à la hausse ses prévisions pour l’inflation en 2022, qui s’établirait à 4,4 % dans les pays développés, mais ne touche pas aux perspectives de croissance mondiale.", - "content": "Dans son rapport semestriel présenté mercredi, l’organisation internationale révise à la hausse ses prévisions pour l’inflation en 2022, qui s’établirait à 4,4 % dans les pays développés, mais ne touche pas aux perspectives de croissance mondiale.", + "title": "Covid-19 dans le monde : Israël élargit la 4e dose de vaccin, les Etats-Unis rejoignent la liste des pays classés « rouge » par la France", + "description": "Un enfant subit un test, à Ramat Gan, en Israël, le 2 janvier 2022.  L’augmentation du nombre de cas d’infection par le variant Omicron pourrait conduire Israël à l’immunité collective, a déclaré, dimanche, le directeur général du ministère de la santé, Nachman Ash.", + "content": "Un enfant subit un test, à Ramat Gan, en Israël, le 2 janvier 2022.  L’augmentation du nombre de cas d’infection par le variant Omicron pourrait conduire Israël à l’immunité collective, a déclaré, dimanche, le directeur général du ministère de la santé, Nachman Ash.", "category": "", - "link": "https://www.courrierinternational.com/article/croissance-le-variant-omicron-menace-la-reprise-economique-mondiale-selon-locde", + "link": "https://www.lemonde.fr/planete/article/2022/01/02/covid-19-dans-le-monde-israel-elargit-la-4e-dose-de-vaccin-les-etats-unis-rejoignent-la-liste-des-pays-classes-rouge-par-la-france_6107967_3244.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 17:33:49 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/020_1346534514.jpg?itok=KBrffgmM", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 21:28:19 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8640d2fcd3bbf285e3b38fd2d60dd983" + "hash": "a818cca4bb70719568a29d5c7a6f3f8c", + "highlights": [] }, { - "title": "Encore une année record pour les énergies renouvelables", - "description": "Quelque 290 gigawatts de capacités nouvelles auront été installés en 2021, affirme l’Agence internationale de l’énergie. L’éolien et le solaire devraient fournir 95 % de la croissance de la production mondiale d’électricité d’ici à la fin 2026.", - "content": "Quelque 290 gigawatts de capacités nouvelles auront été installés en 2021, affirme l’Agence internationale de l’énergie. L’éolien et le solaire devraient fournir 95 % de la croissance de la production mondiale d’électricité d’ici à la fin 2026.", + "title": "Au Cap, l’Assemblée nationale entièrement détruite dans l’incendie du Parlement sud-africain", + "description": "L’enceinte de l’Assemblée nationale, où siègent les députés sud-africains, a entièrement brûlé dans le violent incendie qui fait rage depuis dimanche matin, selon le porte-parole du Parlement. Aucune victime n’a été signalée, mais les dégâts sont considérables.", + "content": "L’enceinte de l’Assemblée nationale, où siègent les députés sud-africains, a entièrement brûlé dans le violent incendie qui fait rage depuis dimanche matin, selon le porte-parole du Parlement. Aucune victime n’a été signalée, mais les dégâts sont considérables.", "category": "", - "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-encore-une-annee-record-pour-les-energies-renouvelables", + "link": "https://www.lemonde.fr/afrique/article/2022/01/02/afrique-du-sud-un-violent-incendie-devaste-le-parlement-du-cap_6107939_3212.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 12:28:39 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_241.png?itok=ndSNcHgF", - "enclosureType": "image/png", + "pubDate": "Sun, 02 Jan 2022 12:16:42 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "435681cf5c9758f7b56d39091bf1778a" + "hash": "88b239ba37b06725f2926338bb7f65d0", + "highlights": [] }, { - "title": "L’inflation dans la zone euro s’emballe à 4,9 %", - "description": "La hausse des prix dans la zone euro, portée par la crise de l’énergie, a atteint en novembre son niveau le plus élevé depuis l’introduction de la monnaie unique. Mais selon la Banque centrale européenne, cette flambée devrait s’atténuer dès le mois prochain.", - "content": "La hausse des prix dans la zone euro, portée par la crise de l’énergie, a atteint en novembre son niveau le plus élevé depuis l’introduction de la monnaie unique. Mais selon la Banque centrale européenne, cette flambée devrait s’atténuer dès le mois prochain.", + "title": "Dans le Colorado, trois personnes portées disparues et 1 000 maisons détruites à la suite d’incendies dévastateurs", + "description": "La neige recouvre les restes brûlés d’une maison après l’incendie Marshall, à Louisville, dans le Colorado, aux Etats-Unis, le 1er janvier 2022.", + "content": "La neige recouvre les restes brûlés d’une maison après l’incendie Marshall, à Louisville, dans le Colorado, aux Etats-Unis, le 1er janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/conjoncture-linflation-dans-la-zone-euro-semballe-49", + "link": "https://www.lemonde.fr/planete/article/2022/01/01/dans-le-colorado-3-personnes-disparues-et-1-000-maisons-detruites-apres-des-incendies-devastateurs_6107907_3244.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 16:27:30 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_dpa-pa_210929-99-410128_dpai.jpg?itok=6Kj7cfXX", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 23:45:45 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7935f65e45229157b83d3039ede9e0e" + "hash": "b8f5f79b23dc476b2baeeb5d28508698", + "highlights": [] }, { - "title": "Lego offre trois jours de congé à ses salariés après une année “extraordinaire”", - "description": "L’entreprise danoise, qui affiche des bénéfices en hausse de 140 % au premier semestre, remercie ses 20 400 employés dans le monde avec une prime et des vacances supplémentaires.", - "content": "L’entreprise danoise, qui affiche des bénéfices en hausse de 140 % au premier semestre, remercie ses 20 400 employés dans le monde avec une prime et des vacances supplémentaires.", + "title": "Masque en extérieur, discothèques, concerts... Ce qui est obligatoire, interdit ou restreint en raison de la cinquième vague de Covid-19", + "description": "Alors que le variant Omicron est désormais majoritaire parmi les infections par le SARS-CoV-2 dépistées en France, plusieurs restrictions sanitaires ont été décidées.", + "content": "Alors que le variant Omicron est désormais majoritaire parmi les infections par le SARS-CoV-2 dépistées en France, plusieurs restrictions sanitaires ont été décidées.", "category": "", - "link": "https://www.courrierinternational.com/article/social-lego-offre-trois-jours-de-conge-ses-salaries-apres-une-annee-extraordinaire", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/31/masque-en-exterieur-discotheques-concerts-etc-ce-qui-est-obligatoire-interdit-ou-restreint-en-raison-de-la-cinquieme-vague-de-covid-19_6107820_4355770.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 14:34:04 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/020_1311193228.jpg?itok=tn64aP90", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 16:25:08 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "087850ec674c4c3da8c48b1c47d9fc65" + "hash": "96141f98d47bd467ba702eeb00663cd5", + "highlights": [] }, { - "title": "L’ami Covid, la guerre froide chez McDo et les narcos high-tech", - "description": "Comme toute la planète, les États-Unis se préparent avec inquiétude à l’arrivée du variant Omicron, découvert en Afrique du Sud. Mais le New York Times Magazine a tout de même décidé de consacrer cette semaine sa une aux conséquences positives de deux ans de pandémie de Covid-19. Depuis janvier 2020, le gouvernement a injecté plus de 4 000 milliards de dollars de fonds publics dans l’économie, l’équivalent du budget annuel du pays, destinés autant à la survie du citoyen lambda qu’à...", - "content": "Comme toute la planète, les États-Unis se préparent avec inquiétude à l’arrivée du variant Omicron, découvert en Afrique du Sud. Mais le New York Times Magazine a tout de même décidé de consacrer cette semaine sa une aux conséquences positives de deux ans de pandémie de Covid-19. Depuis janvier 2020, le gouvernement a injecté plus de 4 000 milliards de dollars de fonds publics dans l’économie, l’équivalent du budget annuel du pays, destinés autant à la survie du citoyen lambda qu’à...", + "title": "En 2021, le marché automobile ne se relève pas du creux historique de la première année de pandémie", + "description": "Des voitures garées sur un terminal portuaire à Fos-sur-Mer (Bouches-du-Rhône), le 23 juillet 2020.", + "content": "Des voitures garées sur un terminal portuaire à Fos-sur-Mer (Bouches-du-Rhône), le 23 juillet 2020.", "category": "", - "link": "https://www.courrierinternational.com/article/la-lettre-tech-lami-covid-la-guerre-froide-chez-mcdo-et-les-narcos-high-tech", + "link": "https://www.lemonde.fr/economie/article/2021/12/31/en-2021-le-marche-automobile-ne-se-releve-pas-du-creux-historique-de-la-premiere-annee-de-pandemie_6107819_3234.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 09:05:35 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_16.png?itok=jpLm1rCo", - "enclosureType": "image/png", + "pubDate": "Fri, 31 Dec 2021 16:19:39 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93002caafde43f0e0c68f6e50b6d4170" + "hash": "f9328e3b83d06dfe76f0b52324115b3e", + "highlights": [] }, { - "title": "Espagne : à Cadix, la “dernière génération” d’ouvriers de la métallurgie ?", - "description": "La jeunesse de Cadix est inquiète pour son avenir. Dans cette région de l’Andalousie, marquée par un taux de chômage parmi les plus élevés du pays, la nouvelle génération du secteur de la métallurgie craint le pire.", - "content": "La jeunesse de Cadix est inquiète pour son avenir. Dans cette région de l’Andalousie, marquée par un taux de chômage parmi les plus élevés du pays, la nouvelle génération du secteur de la métallurgie craint le pire.", + "title": "Joseph Stiglitz : « Mes pronostics pour l’économie mondiale en 2022 »", + "description": "A Wall Street, le 30 novembre 2021.", + "content": "A Wall Street, le 30 novembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/video-espagne-cadix-la-derniere-generation-douvriers-de-la-metallurgie", + "link": "https://www.lemonde.fr/idees/article/2021/12/31/joseph-stiglitz-mes-pronostics-pour-l-economie-mondiale-en-2022_6107753_3232.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:07:43 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-11-29_a_15.18.06.png?itok=alchZv2T", - "enclosureType": "image/png", + "pubDate": "Fri, 31 Dec 2021 01:56:18 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e85638535f5ce4f61be05817c9c19ee9" + "hash": "09833d1c8776af69c4938db656fcc6d1", + "highlights": [] }, { - "title": "La France a-t-elle raison de déréférencer Wish ?", - "description": "La France a frappé fort en décidant d’interdire aux moteurs de recherche de référencer le site de vente en ligne Wish. Mais c’est peut-être un acte avant tout symbolique, estime ce quotidien de Genève.", - "content": "La France a frappé fort en décidant d’interdire aux moteurs de recherche de référencer le site de vente en ligne Wish. Mais c’est peut-être un acte avant tout symbolique, estime ce quotidien de Genève.", + "title": "En Asie, naissance de la plus vaste zone de libre-échange du monde", + "description": "Dès le 1er janvier 2022, ce bloc appelé RCEP, qui comprend notamment la Chine, le Japon, l’Australie et la Corée du Sud, représentera à lui seul le tiers du produit intérieur brut de la planète et le tiers de la population mondiale.", + "content": "Dès le 1er janvier 2022, ce bloc appelé RCEP, qui comprend notamment la Chine, le Japon, l’Australie et la Corée du Sud, représentera à lui seul le tiers du produit intérieur brut de la planète et le tiers de la population mondiale.", "category": "", - "link": "https://www.courrierinternational.com/article/vu-de-suisse-la-france-t-elle-raison-de-dereferencer-wish", + "link": "https://www.lemonde.fr/economie/article/2021/12/31/en-asie-naissance-de-la-plus-vaste-zone-de-libre-echange-du-monde_6107811_3234.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 12:30:23 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_porzycki-shopifya210826_nplzo.jpg?itok=N3EOfkbJ", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 15:00:11 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": true, + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c319fdf3696c008e7f389153117062c4" + "hash": "7f094efe65192d092e5a98507a578085", + "highlights": [] }, { - "title": "Tout le monde paie cher ses courses", - "description": "L’indice mondial du prix des denrées alimentaires grimpe en flèche, dépassant les pics de 2008 et 2011. La note n’est cependant pas aussi salée au Nord qu’au Sud, note le Financial Times.", - "content": "L’indice mondial du prix des denrées alimentaires grimpe en flèche, dépassant les pics de 2008 et 2011. La note n’est cependant pas aussi salée au Nord qu’au Sud, note le Financial Times.", + "title": "La France clarifie sa position sur le CBD en interdisant la vente de fleurs et de feuilles de chanvre", + "description": "Des fleurs séchées de chanvre sont préparées dans une entreprise de fabrication de produits issus du cannabis, dans l’est de la Suisse, le 19 mai 2021.", + "content": "Des fleurs séchées de chanvre sont préparées dans une entreprise de fabrication de produits issus du cannabis, dans l’est de la Suisse, le 19 mai 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/consommation-tout-le-monde-paie-cher-ses-courses", + "link": "https://www.lemonde.fr/societe/article/2021/12/31/la-france-clarifie-sa-position-sur-le-cbd-en-interdisant-la-vente-de-fleurs-et-de-feuilles-de-chanvre_6107809_3224.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 05:52:35 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/kazanevsky_1.jpg?itok=GJsJv9Nm", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 14:47:08 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": true, + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "822ee5101ed6028dd3ad54dc9c1cb525" + "hash": "8de95cf8ad991e07f15bca7761f58faf", + "highlights": [] }, { - "title": "Voyage dans l’enfer de la bureaucratie post-Brexit", - "description": "L’accord sur le Brexit a compliqué les relations commerciales entre l’Union européenne et le Royaume-Uni, selon la Neue Zürcher Zeitung​. Même l’importation de vin, pourtant exemptée de droits de douane, s’est considérablement complexifiée.", - "content": "L’accord sur le Brexit a compliqué les relations commerciales entre l’Union européenne et le Royaume-Uni, selon la Neue Zürcher Zeitung​. Même l’importation de vin, pourtant exemptée de droits de douane, s’est considérablement complexifiée.", + "title": "Protocole sanitaire à l’école, durée d’isolement raccourcie, passage à 2022, présidence du Conseil de l’UE… Les cinq infos à retenir du week-end", + "description": "Sur les Champs-Elysées, à Paris, des milliers de touristes et de badauds sont sortis, munis de masques, pour la Saint-Sylvestre pour célébrer le passage à 2022.", + "content": "Sur les Champs-Elysées, à Paris, des milliers de touristes et de badauds sont sortis, munis de masques, pour la Saint-Sylvestre pour célébrer le passage à 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/economie-voyage-dans-lenfer-de-la-bureaucratie-post-brexit", + "link": "https://www.lemonde.fr/les-decodeurs/article/2022/01/02/duree-d-isolement-raccourcie-multitests-a-l-ecole-passage-a-2022-presidence-du-conseil-de-l-ue-les-cinq-infos-a-retenir-du-week-end_6107958_4355770.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 10:36:26 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/tom_2016-11-03-5399-w.jpg?itok=15IPa2ta", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 18:28:31 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3344baee4dd638539bfa49cf0c275143" + "hash": "f0dcc08af5cf009cf63ac8fe8a5a70ba", + "highlights": [] }, { - "title": "Une journée avec un “cow-boy” indonésien collecteur de dettes", - "description": "Un journaliste indonésien a suivi pendant une journée un collecteur de dettes qui arpente les rues de Jakarta à moto. Depuis le début de la pandémie, les prêts en ligne légaux et illégaux se multiplient. Des milliers d’Indonésiens seraient concernés.", - "content": "Un journaliste indonésien a suivi pendant une journée un collecteur de dettes qui arpente les rues de Jakarta à moto. Depuis le début de la pandémie, les prêts en ligne légaux et illégaux se multiplient. Des milliers d’Indonésiens seraient concernés.", + "title": "Soudan : nouvelles manifestations antiputsch, au moins deux morts", + "description": "Des manifestants participent à un rassemblement contre le régime militaire après le coup d’Etat du 25 octobre à Khartoum, au Soudan, le 30 décembre 2021.", + "content": "Des manifestants participent à un rassemblement contre le régime militaire après le coup d’Etat du 25 octobre à Khartoum, au Soudan, le 30 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/societe-une-journee-avec-un-cow-boy-indonesien-collecteur-de-dettes", + "link": "https://www.lemonde.fr/afrique/article/2022/01/02/soudan-internet-suspendu-en-vue-de-nouvelles-manifestations-antiputsch_6107943_3212.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 13:51:14 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/clone-martirena_2016-04-08-1419.jpg?itok=xLkT2g7B", - "enclosureType": "image/jpeg", + "pubDate": "Sun, 02 Jan 2022 13:21:19 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": true, + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "85b9769642a525b342f829a7498e240f" + "hash": "b388da03d8ce407d2861a527d504565d", + "highlights": [] }, { - "title": "Costa Rica : les zones d’ombres du “paradis” d’Amérique centrale", - "description": "Le pays, de loin le plus stable et démocratique de la région, est désormais de plus en plus fracturé par les inégalités, la crise économique et les coupes budgétaires. Il reste cependant un exemple pour la zone. Un reportage du site nicaraguayen Divergentes.", - "content": "Le pays, de loin le plus stable et démocratique de la région, est désormais de plus en plus fracturé par les inégalités, la crise économique et les coupes budgétaires. Il reste cependant un exemple pour la zone. Un reportage du site nicaraguayen Divergentes.", + "title": "« Année cruciale », « adieu Macron » : les candidats à l’élection présidentielle devancent le chef de l’Etat pour les vœux", + "description": "Emmanuel Macron, président de la République, donne sa conférence de presse de présentation de la présidence française du Conseil de l’Union européenne depuis l’Elysée, à Paris, le 9 décembre 2021.", + "content": "Emmanuel Macron, président de la République, donne sa conférence de presse de présentation de la présidence française du Conseil de l’Union européenne depuis l’Elysée, à Paris, le 9 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/revers-costa-rica-les-zones-dombres-du-paradis-damerique-centrale", + "link": "https://www.lemonde.fr/politique/article/2021/12/31/annee-cruciale-adieu-macron-les-candidats-a-l-election-presidentielle-devancent-le-chef-de-l-etat-pour-les-v-ux_6107808_823448.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 06:04:50 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/p-39-kazanevsky_0.jpg?itok=YsiKyB2z", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 14:14:26 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": true, + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "477794094b2c5c73e8c45f83a7c57910" + "hash": "031a2b9457af7b313f79213f30a86948", + "highlights": [] }, { - "title": "Un Black Friday de manifestations contre Amazon", - "description": "Des salariés du géant du commerce en ligne, à l’appel du mouvement international Make Amazon Pay, ont choisi cette journée au chiffre d’affaires exceptionnel pour protester contre leurs conditions de travail. Des entrepôts ont aussi été bloqués par Extinction Rebellion au Royaume-Uni, en Allemagne et aux Pays-Bas.", - "content": "Des salariés du géant du commerce en ligne, à l’appel du mouvement international Make Amazon Pay, ont choisi cette journée au chiffre d’affaires exceptionnel pour protester contre leurs conditions de travail. Des entrepôts ont aussi été bloqués par Extinction Rebellion au Royaume-Uni, en Allemagne et aux Pays-Bas.", + "title": "Covid-19 en France : plus de 200 000 nouveaux cas en vingt-quatre heures pour la quatrième journée consécutive", + "description": "Dans une rue de Paris, le 31 décembre 2021.", + "content": "Dans une rue de Paris, le 31 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/social-un-black-friday-de-manifestations-contre-amazon", + "link": "https://www.lemonde.fr/planete/article/2022/01/01/covid-19-en-france-plus-de-200-000-nouveaux-cas-en-vingt-quatre-heures-pour-la-troisieme-journee-consecutive_6107905_3244.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 19:57:27 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9tf8nk.jpg?itok=dOXTEsou", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 21:38:30 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0025b20e0cd71982b819eda351e6fe5e" + "hash": "6a7c3d3a6486a2810fa4393b980cca04", + "highlights": [] }, { - "title": "L’Europe et l’Asie se barricadent face au nouveau variant d’Afrique du Sud", - "description": "Après le Royaume-Uni le 25 novembre au soir, de plus en plus de pays décident d’interdire les vols en provenance d’Afrique australe, où une nouvelle souche potentiellement plus contagieuse du Covid-19 a été détectée. L’OMS appelle pourtant à ne pas aller trop vite.", - "content": "Après le Royaume-Uni le 25 novembre au soir, de plus en plus de pays décident d’interdire les vols en provenance d’Afrique australe, où une nouvelle souche potentiellement plus contagieuse du Covid-19 a été détectée. L’OMS appelle pourtant à ne pas aller trop vite.", + "title": "Drapeau européen sous l’Arc de triomphe : Clément Beaune défend une « initiative symbolique et temporaire » face aux critiques", + "description": "L’Arc de triomphe, à Paris, paré du drapeau européen à l’occasion de l’ouverture de la présidence française du Conseil de l’Union européenne, le 1er janvier 2022.", + "content": "L’Arc de triomphe, à Paris, paré du drapeau européen à l’occasion de l’ouverture de la présidence française du Conseil de l’Union européenne, le 1er janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/contagion-leurope-et-lasie-se-barricadent-face-au-nouveau-variant-dafrique-du-sud", + "link": "https://www.lemonde.fr/politique/article/2022/01/01/drapeau-europeen-sous-l-arc-de-triomphe-clement-beaune-defend-une-initiative-symbolique-et-temporaire-face-aux-critiques_6107881_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:02:52 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxkm36h.jpg?itok=fvGjOQlS", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 14:41:51 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9129c7300d6c77faa193660997b59f2" + "hash": "83ceddc886f32277f25435c6075eb2da", + "highlights": [] }, { - "title": "Des cochons patrouillent pour protéger le principal aéroport des Pays-Bas", - "description": "Pour lutter contre la présence d’oiseaux autour de l’aéroport international de Schiphol, aux Pays-Bas, les autorités ont décidé de déployer une armée de… cochons. Le projet doit notamment permettre d’éviter des accidents.\n ", - "content": "Pour lutter contre la présence d’oiseaux autour de l’aéroport international de Schiphol, aux Pays-Bas, les autorités ont décidé de déployer une armée de… cochons. Le projet doit notamment permettre d’éviter des accidents.\n ", + "title": "Gérald Darmanin s’est félicité d’une baisse des violences et de la mobilisation des forces de l’ordre. A Saint-Florentin, 1 500 personnes sont rassemblées pour une fête sur un site industriel.", + "description": "Des voitures ayant été incendiées dans la nuit du 31 décembre 2021 au 1er janvier 2022, à Strasbourg.", + "content": "Des voitures ayant été incendiées dans la nuit du 31 décembre 2021 au 1er janvier 2022, à Strasbourg.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/securite-des-cochons-patrouillent-pour-proteger-le-principal-aeroport-des-pays-bas", + "link": "https://www.lemonde.fr/societe/article/2022/01/01/a-strasbourg-douze-personnes-interpellees-suite-a-des-violences-urbaines_6107838_3224.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 11:58:03 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-11-26_a_11.54.53.png?itok=GlyJdUW6", - "enclosureType": "image/png", + "pubDate": "Sat, 01 Jan 2022 03:21:54 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": true, + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95d2e549b878039ad3bd75f67435b0b0" + "hash": "c58fd398f0564150be6a0cd5545dce37", + "highlights": [] }, { - "title": "Le chantier de la gare de Stuttgart entaché de soupçons de pots-de-vin", - "description": "La Deutsche Bahn est accusée par deux lanceurs d’alerte d’avoir ignoré leurs signalements répétés de fraudes et de détournements de fonds dans le projet d’infrastructures le plus coûteux d’Allemagne, la gare souterraine de Stuttgart.", - "content": "La Deutsche Bahn est accusée par deux lanceurs d’alerte d’avoir ignoré leurs signalements répétés de fraudes et de détournements de fonds dans le projet d’infrastructures le plus coûteux d’Allemagne, la gare souterraine de Stuttgart.", + "title": "Le variant Omicron provoque une ruée sur les tests de dépistage, menant pharmacies et laboratoires au bord de la rupture", + "description": "La file d’attente devant une pharmacie de Lille, pour effectuer un test de dépistage du Covid-19, le 16 décembre 2021.", + "content": "La file d’attente devant une pharmacie de Lille, pour effectuer un test de dépistage du Covid-19, le 16 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/grands-travaux-le-chantier-de-la-gare-de-stuttgart-entache-de-soupcons-de-pots-de-vin", + "link": "https://www.lemonde.fr/planete/article/2021/12/31/ruee-sur-les-tests-de-depistage-du-covid-19-la-panique-omicron-a-saisi-toute-la-population_6107766_3244.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 15:42:10 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9kv7dz.jpg?itok=ZMie9Jrf", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 05:25:17 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b1c21bf012620f6c211e47c035c311cb" + "hash": "b253a896816ee89e58fcb46464b2be71", + "highlights": [] }, { - "title": "Biden puise dans les réserves stratégiques pour lutter contre la crise de l’énergie", - "description": "Les États-Unis ont convaincu la Chine, l’Inde, le Royaume-Uni, le Japon et la Corée du Sud de libérer une partie de leurs réserves nationales de pétrole afin de faire baisser les prix du baril. Un effet d’annonce qui risque de faire flop.", - "content": "Les États-Unis ont convaincu la Chine, l’Inde, le Royaume-Uni, le Japon et la Corée du Sud de libérer une partie de leurs réserves nationales de pétrole afin de faire baisser les prix du baril. Un effet d’annonce qui risque de faire flop.", + "title": "En France, 600 000 volailles abattues en un mois pour contenir la diffusion de la grippe aviaire", + "description": "Vingt-six foyers ont été recensés par le ministère de l’agriculture dans des élevages, notamment dans le Nord et le Sud-Ouest, depuis un premier cas identifié à la fin de novembre.", + "content": "Vingt-six foyers ont été recensés par le ministère de l’agriculture dans des élevages, notamment dans le Nord et le Sud-Ouest, depuis un premier cas identifié à la fin de novembre.", "category": "", - "link": "https://www.courrierinternational.com/article/petrole-biden-puise-dans-les-reserves-strategiques-pour-lutter-contre-la-crise-de-lenergie", + "link": "https://www.lemonde.fr/economie/article/2021/12/31/en-france-600-000-volailles-abattues-en-un-mois-pour-contenir-la-diffusion-de-la-grippe-aviaire_6107801_3234.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 18:01:29 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_1355172566.jpg?itok=oQinPrU9", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 12:22:20 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fe7c25a4b87267ec51814459d6139fff" + "hash": "34831914961be7db23e2317a458ef297", + "highlights": [] }, { - "title": "La marque Tolkien met fin à l’aventure de la cryptomonnaie JRR Token", - "description": "Une nouvelle monnaie numérique avait fait parler d’elle en abusant des clins d’œil à l’univers du Seigneur des anneaux. Elle jouait notamment sur la proximité du mot “token” (“jeton”) avec le nom “Tolkien”. Les ayants droit du célèbre écrivain ont obtenu sa suppression.", - "content": "Une nouvelle monnaie numérique avait fait parler d’elle en abusant des clins d’œil à l’univers du Seigneur des anneaux. Elle jouait notamment sur la proximité du mot “token” (“jeton”) avec le nom “Tolkien”. Les ayants droit du célèbre écrivain ont obtenu sa suppression.", + "title": "Avec la vague Omicron, une vague d’« absentéisme » chez les enseignants ?", + "description": "Des professeurs du lycée Les Battières durant un cours à Lyon, centre-est de la France le 15 octobre 2021.", + "content": "Des professeurs du lycée Les Battières durant un cours à Lyon, centre-est de la France le 15 octobre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/epilogue-la-marque-tolkien-met-fin-laventure-de-la-cryptomonnaie-jrr-token", + "link": "https://www.lemonde.fr/societe/article/2021/12/31/avec-la-vague-omicron-une-vague-d-absenteisme-chez-les-enseignants_6107797_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 15:27:03 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_porzycki-cryptocu210928_npcwk_0.jpg?itok=NdbLcLf9", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 12:00:08 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2adeb0f8fe77aae792b44e1ddea30bb8" + "hash": "144a7e7c3648f246bbac7c07d536fca1", + "highlights": [] }, { - "title": "En Hongrie, la monnaie nationale plombée par l’inflation et la pandémie", - "description": "Le forint enregistre une perte de valeur record. Plus largement, relève le journal Népszava, “l’économie hongroise est malade”.", - "content": "Le forint enregistre une perte de valeur record. Plus largement, relève le journal Népszava, “l’économie hongroise est malade”.", + "title": "Les hôpitaux d’Ile-de-France déprogramment de nombreuses interventions chirurgicales pour libérer des lits Covid", + "description": "Dans les bureaux du service de soins intensifs Covid-19 de l’hôpital Delafontaine AP-HP, à Saint-Denis (Seine-Saint-Denis), le 29 décembre 2021.", + "content": "Dans les bureaux du service de soins intensifs Covid-19 de l’hôpital Delafontaine AP-HP, à Saint-Denis (Seine-Saint-Denis), le 29 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/economie-en-hongrie-la-monnaie-nationale-plombee-par-linflation-et-la-pandemie", + "link": "https://www.lemonde.fr/planete/article/2021/12/31/en-ile-de-france-des-interventions-chirurgicales-reportees-pour-liberer-des-lits_6107794_3244.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 15:06:37 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtx2ea23.jpg?itok=-2yprspa", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 11:43:11 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "985f46ac8998870f06444bedc6c9fa16" + "hash": "7db1ce2f5cafdbaf9611d5b06afedf4c", + "highlights": [] }, { - "title": "La folie des grandeurs agricoles du président Joko Widodo", - "description": "Pour anticiper une crise alimentaire majeure annoncée par les Nations unies, le gouvernement indonésien a lancé en 2020 un programme de gigantesques domaines agricoles à Kalimantan et Sumatra. Il est plus que jamais dénoncé par les organisations environnementales, souligne Koran Tempo.\n \n \n\n   ", - "content": "Pour anticiper une crise alimentaire majeure annoncée par les Nations unies, le gouvernement indonésien a lancé en 2020 un programme de gigantesques domaines agricoles à Kalimantan et Sumatra. Il est plus que jamais dénoncé par les organisations environnementales, souligne Koran Tempo.\n \n \n\n   ", + "title": "Tensions autour de l’Ukraine : Vladimir Poutine impose son calendrier à Joe Biden", + "description": "Vladimir Poutine et Joe Biden.", + "content": "Vladimir Poutine et Joe Biden.", "category": "", - "link": "https://www.courrierinternational.com/article/indonesie-la-folie-des-grandeurs-agricoles-du-president-joko-widodo", + "link": "https://www.lemonde.fr/international/article/2021/12/31/ukraine-vladimir-poutine-impose-son-calendrier-a-joe-biden_6107764_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 14:35:54 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-11-24_a_13.46.39.png?itok=93M5-WpW", - "enclosureType": "image/png", + "pubDate": "Fri, 31 Dec 2021 04:45:41 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "137d54d5c27b7917280677ca71a73277" + "hash": "64aa2416e3108b9db4fa2c8efce3e093", + "highlights": [] }, { - "title": "Apple poursuit le concepteur israélien du logiciel espion Pegasus", - "description": "La marque à la pomme voudrait interdire d’accès à ses iPhones le programme de surveillance de NSO, qu’elle accuse de “violation flagrante de la loi”.", - "content": "La marque à la pomme voudrait interdire d’accès à ses iPhones le programme de surveillance de NSO, qu’elle accuse de “violation flagrante de la loi”.", + "title": "La Martinique résignée après la prolongation de l’état d’urgence sanitaire", + "description": "Des voiliers ancrés au large de la ville côtière de Saint-Pierre sur l’île des Caraïbes françaises de la Martinique, le 17 décembre 2021.", + "content": "Des voiliers ancrés au large de la ville côtière de Saint-Pierre sur l’île des Caraïbes françaises de la Martinique, le 17 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/surveillance-apple-poursuit-le-concepteur-israelien-du-logiciel-espion-pegasus", + "link": "https://www.lemonde.fr/politique/article/2021/12/31/la-martinique-resignee-apres-la-prolongation-de-l-etat-d-urgence-sanitaire_6107783_823448.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 14:23:48 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxjgjwq.jpg?itok=cPB_RVST", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 09:26:08 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9194246260072321ca97d03199b6f98b" + "hash": "28161643f47b1daa0ffabcf8b2f29651", + "highlights": [] }, { - "title": "Comment les ouvriers vietnamiens ont sauvé la production d’Apple et de Samsung", - "description": "Le Covid-19 a fortement perturbé l’activité des sous-traitants électroniques implantés au Vietnam. Grâce à l’installation de campements au sein même des complexes industriels, les ouvriers vietnamiens ont maintenu le rythme de production au prix de leur santé, raconte Rest of World.", - "content": "Le Covid-19 a fortement perturbé l’activité des sous-traitants électroniques implantés au Vietnam. Grâce à l’installation de campements au sein même des complexes industriels, les ouvriers vietnamiens ont maintenu le rythme de production au prix de leur santé, raconte Rest of World.", + "title": "Après un record de chaleur, l’Alaska fait face à un tapis de glace", + "description": "Quelques heures après que l’Etat a enregistré un record de température pour décembre, des pluies torrentielles se sont déversées. La température a ensuite chuté, provoquant la formation massive de glace.", + "content": "Quelques heures après que l’Etat a enregistré un record de température pour décembre, des pluies torrentielles se sont déversées. La température a ensuite chuté, provoquant la formation massive de glace.", "category": "", - "link": "https://www.courrierinternational.com/article/exploitation-comment-les-ouvriers-vietnamiens-ont-sauve-la-production-dapple-et-de-samsung", + "link": "https://www.lemonde.fr/planete/article/2021/12/31/icemageddon-apres-un-record-de-chaleur-l-alaska-fait-face-a-un-tapis-de-glace_6107779_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 16:51:59 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtss0e3.jpg?itok=oWenNerE", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 08:57:15 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a146aa80bc4f4ab7232b5a0a97b72420" + "hash": "05a89a292f5dee823864a34702243b27", + "highlights": [] }, { - "title": "Samsung investit 17 milliards de dollars dans une usine de puces au Texas", - "description": "Le numéro deux mondial des semi-conducteurs installera ses nouvelles lignes de production à Austin. Il répond ainsi à la pression de l’administration Biden pour relocaliser la fabrication des composants électroniques, dont la pénurie pénalise l’économie mondiale.", - "content": "Le numéro deux mondial des semi-conducteurs installera ses nouvelles lignes de production à Austin. Il répond ainsi à la pression de l’administration Biden pour relocaliser la fabrication des composants électroniques, dont la pénurie pénalise l’économie mondiale.", + "title": "L’Indonésie accepte de secourir une centaine de réfugiés rohingya", + "description": "Les réfugiés rohingya ont été transportés en bus dans un centre de Lhokseumawe, sur la côte nord de la province d’Aceh, à Sumatra (Indonésie), le 31 décembre 2021.", + "content": "Les réfugiés rohingya ont été transportés en bus dans un centre de Lhokseumawe, sur la côte nord de la province d’Aceh, à Sumatra (Indonésie), le 31 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/electronique-samsung-investit-17-milliards-de-dollars-dans-une-usine-de-puces-au-texas", + "link": "https://www.lemonde.fr/international/article/2021/12/31/l-indonesie-accepte-de-secourir-une-centaine-de-refugies-rohingyas_6107773_3210.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 15:32:34 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_jung-sedex202201027_npurh.jpg?itok=HKQmc00_", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 06:59:20 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58df0a26a8d2ccd08720f165881e3968" + "hash": "71dd8c30a62ce288b5214fdeb2cef1e7", + "highlights": [] }, { - "title": "“Au revoir Hong Kong” : la capitale financière ne se remet pas du Covid-19", - "description": "Nikkei Asia constate la désaffection des milieux d’affaires pour la ville à cause des interminables restrictions liées au Covid-19. Une remise en cause du statut de Hong Kong sur le marché financier, note le magazine économique japonais.", - "content": "Nikkei Asia constate la désaffection des milieux d’affaires pour la ville à cause des interminables restrictions liées au Covid-19. Une remise en cause du statut de Hong Kong sur le marché financier, note le magazine économique japonais.", + "title": "L’Allemagne veut aider la France à rendre l’Europe « plus souveraine »", + "description": "La ministre des affaires étrangères, Annalena Baerbock, le 23 décembre 2021.", + "content": "La ministre des affaires étrangères, Annalena Baerbock, le 23 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/une/contrecoup-au-revoir-hong-kong-la-capitale-financiere-ne-se-remet-pas-du-covid-19", + "link": "https://www.lemonde.fr/international/article/2021/12/31/l-allemagne-veut-aider-la-france-a-rendre-l-europe-plus-souveraine_6107772_3210.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:43:15 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/https3a2f2fs3-ap-northeast-1.amazonaws.com2fpsh-ex-ftnikkei-3937bb42fimages2f22f72f22f62f37446272-1-eng-gb2f2021111820cover20large.jpg?itok=df_Teu9J", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 06:34:13 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87e6536ad82ca49a2a14fd6a0b86f1b6" + "hash": "a69250a2e017bd92c51fd3c13fb44d9f", + "highlights": [] }, { - "title": "Les brise-fer de l’espace, les bricoleurs d’Apple, l’improbable TGV et les nouveaux détecteurs de mensonge", - "description": "“‘Désolé de vous réveiller si tôt’, dit la voix dans le haut-parleur, ‘mais un satellite s’est fragmenté et vous allez devoir commencer les procédures pour vous mettre en lieu sûr’”, raconte Space.com. La bande-son de la conversation entre la base de Houston et les astronautes de la Station spatiale internationale, le 15 novembre, rappelle de manière saisissante celle des personnages du film Gravity, quelques minutes avant la destruction de...", - "content": "“‘Désolé de vous réveiller si tôt’, dit la voix dans le haut-parleur, ‘mais un satellite s’est fragmenté et vous allez devoir commencer les procédures pour vous mettre en lieu sûr’”, raconte Space.com. La bande-son de la conversation entre la base de Houston et les astronautes de la Station spatiale internationale, le 15 novembre, rappelle de manière saisissante celle des personnages du film Gravity, quelques minutes avant la destruction de...", + "title": "Suicide de Jeffrey Epstein : les gardiens de prison ne seront pas poursuivis", + "description": "Jeffrey Epstein était incarcéré au Metropolitan Correctionnal Facility à New York. Il s’est donné la mort dans sa cellule dans la nuit du 9 au 10 août 2019.", + "content": "Jeffrey Epstein était incarcéré au Metropolitan Correctionnal Facility à New York. Il s’est donné la mort dans sa cellule dans la nuit du 9 au 10 août 2019.", "category": "", - "link": "https://www.courrierinternational.com/article/la-lettre-tech-les-brise-fer-de-lespace-les-bricoleurs-dapple-limprobable-tgv-et-les", + "link": "https://www.lemonde.fr/international/article/2021/12/31/suicide-de-jeffrey-epstein-les-gardiens-de-sa-prison-ne-seront-pas-poursuivis_6107771_3210.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 09:14:06 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_1.png?itok=WUzjortT", - "enclosureType": "image/png", + "pubDate": "Fri, 31 Dec 2021 06:17:08 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ddbf801dae312dd89c73ec999e2f0c2" + "hash": "67f839c62c240730a411844a6228597c", + "highlights": [] }, { - "title": "Le patron de la banque centrale américaine reconduit pour un second mandat", - "description": "Jerome Powell, le patron de la Fed, la banque centrale américaine, sera reconduit pour un second mandat de quatre ans, a annoncé lundi Joe Biden, qui mise sur “la stabilité et l’indépendance” de l’institution. M. Powell aura la lourde tâche de dompter l’inflation sans mettre en péril la reprise économique.", - "content": "Jerome Powell, le patron de la Fed, la banque centrale américaine, sera reconduit pour un second mandat de quatre ans, a annoncé lundi Joe Biden, qui mise sur “la stabilité et l’indépendance” de l’institution. M. Powell aura la lourde tâche de dompter l’inflation sans mettre en péril la reprise économique.", + "title": "Face au variant Omicron, faut-il généraliser le port des masques FFP2 ? Nos explications", + "description": "Dans une chambre du service de réanimation médicale de l’hôpital Louis-Pasteur à Colmar (Haut-Rhin), le 1er décembre 2021.", + "content": "Dans une chambre du service de réanimation médicale de l’hôpital Louis-Pasteur à Colmar (Haut-Rhin), le 1er décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/economie-le-patron-de-la-banque-centrale-americaine-reconduit-pour-un-second-mandat", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/31/covid-19-face-au-variant-omicron-faut-il-generaliser-le-port-des-masques-ffp2_6107767_4355770.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 05:51:33 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/jerome_powell.png?itok=jcihT0V-", - "enclosureType": "image/png", + "pubDate": "Fri, 31 Dec 2021 05:31:57 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cd80a433a22c7b62d2fa56be552ab84" + "hash": "c9b923b1b2898f4299c189d03958900a", + "highlights": [] }, { - "title": "Et si la pénurie de main-d’œuvre était une chance pour les travailleurs ? ", - "description": "De la “grande démission” cet été à la vague de grèves cet automne, la grogne sociale des Américains marque une inversion du rapport de forces dans l’entreprise et leur donne plus de poids pour réclamer de meilleures conditions de travail.\n ", - "content": "De la “grande démission” cet été à la vague de grèves cet automne, la grogne sociale des Américains marque une inversion du rapport de forces dans l’entreprise et leur donne plus de poids pour réclamer de meilleures conditions de travail.\n ", + "title": "Dans le Colorado, des centaines de maisons détruites par les flammes", + "description": "Des centaines de maisons ont été dévorées par les flammes, à Superior, dans la banlieue de Boulder, Colorado, le 30 décembre 2021.", + "content": "Des centaines de maisons ont été dévorées par les flammes, à Superior, dans la banlieue de Boulder, Colorado, le 30 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/etats-unis-et-si-la-penurie-de-main-doeuvre-etait-une-chance-pour-les-travailleurs", + "link": "https://www.lemonde.fr/planete/article/2021/12/31/dans-le-colorado-des-centaines-de-maisons-detruites-par-les-flammes_6107765_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 05:51:33 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/p-34-cost-w.jpg?itok=BHm15Krs", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 04:49:41 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "373393ced4b875478aeadc2fbfb8f353" + "hash": "87b00a573c6817322a98e415b5128273", + "highlights": [] }, { - "title": "Dans sa guerre contre les taux d’intérêt, Erdogan fait s’effondrer la monnaie nationale", - "description": "La politique monétaire voulue par le président turc, centrée sur la réduction des taux d’intérêt, affecte sévèrement le pouvoir d’achat de la population. Surtout, elle déconcerte les économistes, qui critiquent l’obstination d’Erdogan.", - "content": "La politique monétaire voulue par le président turc, centrée sur la réduction des taux d’intérêt, affecte sévèrement le pouvoir d’achat de la population. Surtout, elle déconcerte les économistes, qui critiquent l’obstination d’Erdogan.", + "title": "Le Pentagone facilite le recours à la force en cas de troubles à Washington", + "description": "Des gardes nationaux déployés près du Capitole, à Washington, lors de la cérémonie d’investiture du président américain, Joe Biden, le 19 janvier 2021.", + "content": "Des gardes nationaux déployés près du Capitole, à Washington, lors de la cérémonie d’investiture du président américain, Joe Biden, le 19 janvier 2021.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/inflation-dans-sa-guerre-contre-les-taux-dinteret-erdogan-fait-seffondrer-la-monnaie", + "link": "https://www.lemonde.fr/international/article/2021/12/31/le-pentagone-facilite-le-recours-a-la-force-en-cas-de-troubles-a-washington_6107761_3210.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:59:29 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_picture-596e7831-427c-11e8-876b-000000000001.jpg?itok=tWO1y09S", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 03:48:04 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": true, + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "99f437d7727b4e18adaa198ccc8d36da" + "hash": "01f3bfd47540bccd3f4693afea6f804c", + "highlights": [] }, { - "title": "Le pire est passé pour les chaînes d’approvisionnement", - "description": "Les ports sont encore saturés mais le coût du fret maritime baisse. La reprise de la demande de biens de consommation, la recrudescence du Covid-19 et les aléas climatiques entravent encore le retour à la normale. Qui devrait intervenir au début de 2022.", - "content": "Les ports sont encore saturés mais le coût du fret maritime baisse. La reprise de la demande de biens de consommation, la recrudescence du Covid-19 et les aléas climatiques entravent encore le retour à la normale. Qui devrait intervenir au début de 2022.", + "title": "Dans le Colorado, 3 personnes disparues et 1 000 maisons détruites après des incendies dévastateurs", + "description": "La neige recouvre les restes brûlés d’une maison après l’incendie Marshall, à Louisville, dans le Colorado, aux Etats-Unis, le 1er janvier 2022.", + "content": "La neige recouvre les restes brûlés d’une maison après l’incendie Marshall, à Louisville, dans le Colorado, aux Etats-Unis, le 1er janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/commerce-le-pire-est-passe-pour-les-chaines-dapprovisionnement", + "link": "https://www.lemonde.fr/planete/article/2022/01/01/dans-le-colorado-3-personnes-disparues-et-1-000-maisons-detruites-apres-des-incendies-devastateurs_6107907_3244.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 15:21:11 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9rv62k.jpg?itok=gxvzPfQu", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 23:45:45 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd6cf2b37fb0dd1abf6e3b726f557fb9" + "hash": "377c148c56f8d11f9b5dc094ebd390f5", + "highlights": [] }, { - "title": "Faut-il avoir peur de ce “monstre” qu’est l’inflation ?", - "description": "Économistes et banques centrales avaient anticipé une hausse des prix après le ralentissement de l’économie imposé par la pandémie. Mais ces derniers mois, des doutes ont émergé sur le caractère “transitoire” de la poussée inflationniste actuelle, observe Bloomberg Businessweek.", - "content": "Économistes et banques centrales avaient anticipé une hausse des prix après le ralentissement de l’économie imposé par la pandémie. Mais ces derniers mois, des doutes ont émergé sur le caractère “transitoire” de la poussée inflationniste actuelle, observe Bloomberg Businessweek.", + "title": "Joe Biden demande à la Cour suprême de mettre fin à la politique anti-immigration mise en place par Donald Trump", + "description": "A Tijuana, au Mexique, à la frontière avec les Etats-Unis, le 21 juin 2018.", + "content": "A Tijuana, au Mexique, à la frontière avec les Etats-Unis, le 21 juin 2018.", "category": "", - "link": "https://www.courrierinternational.com/une/economie-faut-il-avoir-peur-de-ce-monstre-quest-linflation", + "link": "https://www.lemonde.fr/international/article/2021/12/31/joe-biden-demande-a-la-cour-supreme-de-mettre-fin-a-la-politique-anti-immigration-mise-en-place-par-donald-trump_6107759_3210.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 13:04:58 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/capture_decran_2021-11-22_a_11.58.03.png?itok=w5wK6FXB", - "enclosureType": "image/png", + "pubDate": "Fri, 31 Dec 2021 03:16:44 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0090d231acb5362e7707ade1be3ced74" + "hash": "0766192645f817cb6abc0c86e9e22cfd", + "highlights": [] }, { - "title": "L’Espagne testera la semaine de quatre jours en 2022 ", - "description": "L’année prochaine, 200 entreprises volontaires, de différents secteurs et tailles, expérimenteront les 32 heures de travail hebdomadaires, conformément à une proposition du parti de gauche radicale Más País.", - "content": "L’année prochaine, 200 entreprises volontaires, de différents secteurs et tailles, expérimenteront les 32 heures de travail hebdomadaires, conformément à une proposition du parti de gauche radicale Más País.", + "title": "Jean Messiha rattrapé par des affaires de plagiat", + "description": "Jean Messiha lors du meeting électoral d’Eric Zemmour à Villepinte (Seine-Saint-Denis), le 5 décembre 2021.", + "content": "Jean Messiha lors du meeting électoral d’Eric Zemmour à Villepinte (Seine-Saint-Denis), le 5 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/travail-lespagne-testera-la-semaine-de-quatre-jours-en-2022", + "link": "https://www.lemonde.fr/politique/article/2021/12/31/jean-messiha-rattrape-par-des-affaires-de-plagiat_6107758_823448.html", "creator": "", - "pubDate": "Mon, 22 Nov 2021 06:22:04 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/p-32-otto-w.jpg?itok=qos5_ptL", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 03:07:38 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db1a61dcb7cc13549d4820e8089b5ab3" + "hash": "c39814e3b523536d95d6094ebd5e73b8", + "highlights": [] }, { - "title": "Le Japon en passe d’accorder un titre de séjour illimité aux travailleurs étrangers qualifiés", - "description": "La mesure, dont le Nihon Keizai Shimbun se fait l’écho, est un tournant pour le Japon qui a toujours rechigné à accueillir un grand nombre d’immigrés. Face à la pression démographique, les autorités ont décidé d’assouplir les règles de délivrance des visas aux travailleurs qualifiés et d’autoriser le regroupement familial.", - "content": "La mesure, dont le Nihon Keizai Shimbun se fait l’écho, est un tournant pour le Japon qui a toujours rechigné à accueillir un grand nombre d’immigrés. Face à la pression démographique, les autorités ont décidé d’assouplir les règles de délivrance des visas aux travailleurs qualifiés et d’autoriser le regroupement familial.", + "title": "Guadeloupe : le leader syndicaliste Elie Domota interpellé lors d’une manifestation contre le passe sanitaire", + "description": "Elie Domota, porte-parole du LKP, le 2 décembre 2021.", + "content": "Elie Domota, porte-parole du LKP, le 2 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/demographie-le-japon-en-passe-daccorder-un-titre-de-sejour-illimite-aux-travailleurs", + "link": "https://www.lemonde.fr/societe/article/2021/12/31/guadeloupe-le-leader-syndicaliste-elie-domota-interpelle-lors-d-une-manifestation-contre-le-passe-sanitaire_6107752_3224.html", "creator": "", - "pubDate": "Sat, 20 Nov 2021 16:59:35 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/053_ar-211015gaikokujin001.jpg?itok=LnvZmJQ8", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 01:50:35 +0100", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a23e553032bc39da74a945fb6d8f6756" + "hash": "a105356771d33a722b01b584724228fa", + "highlights": [] }, { - "title": "Un nouveau plan de relance massif au Japon", - "description": "Le Premier ministre japonais Fumio Kishida a dévoilé un plan de relance d’une ampleur historique afin de renouer avec la croissance et rétablir une économie moribonde.", - "content": "Le Premier ministre japonais Fumio Kishida a dévoilé un plan de relance d’une ampleur historique afin de renouer avec la croissance et rétablir une économie moribonde.", + "title": "Variant Omicron : l’Afrique du Sud déclare que le pic de contaminations est passé, sans hausse importante du nombre de morts", + "description": "Dans un centre de test du Covid-19, à Johannesburg, le 8 décembre 2021.", + "content": "Dans un centre de test du Covid-19, à Johannesburg, le 8 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-un-nouveau-plan-de-relance-massif-au-japon", + "link": "https://www.lemonde.fr/planete/article/2021/12/31/variant-omicron-l-afrique-du-sud-declare-que-le-pic-est-passe-sans-hausse-importante-du-nombre-de-deces_6107747_3244.html", "creator": "", - "pubDate": "Fri, 19 Nov 2021 14:27:05 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_2_54.png?itok=K3ALs1EU", - "enclosureType": "image/png", + "pubDate": "Fri, 31 Dec 2021 00:50:36 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": true, + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c322a18ec4409e42eb740f7f59cf8a6f" + "hash": "2a7c93d8ef7c9b00ec06d8858f0c6a27", + "highlights": [] }, { - "title": "L’inflation peut-elle couler la présidence de Joe Biden ?", - "description": "La hausse des prix s’accélère un peu partout dans le monde, en particulier aux États-Unis, où le président Biden risque d’en payer le prix politique, comme Jimmy Carter avant lui. Cette hausse est-elle temporaire ou faut-il s’en alarmer ?", - "content": "La hausse des prix s’accélère un peu partout dans le monde, en particulier aux États-Unis, où le président Biden risque d’en payer le prix politique, comme Jimmy Carter avant lui. Cette hausse est-elle temporaire ou faut-il s’en alarmer ?", + "title": "Ethiopie : des dizaines de civils tués dans des frappes aériennes au Tigré", + "description": "Des villageois rentrent du marché à Yechila, au Tigré (Ethiopie), le 10 juillet 2021.", + "content": "Des villageois rentrent du marché à Yechila, au Tigré (Ethiopie), le 10 juillet 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/economie-linflation-peut-elle-couler-la-presidence-de-joe-biden", + "link": "https://www.lemonde.fr/afrique/article/2021/12/30/ethiopie-des-dizaines-de-civils-tues-dans-des-frappes-aeriennes-au-tigre_6107745_3212.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 17:24:05 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxjrntp.jpg?itok=f7gpxw5f", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 23:51:28 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb0d36b77c0fc592a0c198ad43c5bc9a" + "hash": "9d7038318176fe94249ca73d345f9541", + "highlights": [] }, { - "title": "Amazon interdit Visa à ses clients britanniques", - "description": "Le géant du commerce électronique n’acceptera plus de paiement avec une carte de crédit Visa sur sa plateforme au Royaume-Uni à partir du 19 janvier. Une manière d’obliger le réseau mondial à réduire ses frais de transactions.", - "content": "Le géant du commerce électronique n’acceptera plus de paiement avec une carte de crédit Visa sur sa plateforme au Royaume-Uni à partir du 19 janvier. Une manière d’obliger le réseau mondial à réduire ses frais de transactions.", + "title": "Crise en Ukraine : Joe Biden assure à Vladimir Poutine que les Etats-Unis répondront de « façon résolue » à toute invasion", + "description": "Le président américain, Joe Biden, s’entretient au téléphone avec son homologue russe, Vladimir Poutine, à Wilmington (Delaware), le 30 décembre 2021.", + "content": "Le président américain, Joe Biden, s’entretient au téléphone avec son homologue russe, Vladimir Poutine, à Wilmington (Delaware), le 30 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/e-commerce-amazon-interdit-visa-ses-clients-britanniques", + "link": "https://www.lemonde.fr/international/article/2021/12/30/nouvel-echange-telephonique-entre-joe-biden-et-vladimir-poutine-pour-sortir-de-la-crise-ukrainienne_6107742_3210.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 17:03:05 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtx3f00e.jpg?itok=uBsVwFi0", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 22:41:22 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": true, + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a24c84dcd1e3ab9e3a10af67b98eabd1" + "hash": "ec232d02a5f9be4f4a7b6ff31be5f57f", + "highlights": [] }, { - "title": "Fin de la grève “historique” chez John Deere aux États-Unis", - "description": "Les grévistes du fabricant de matériel agricole américain ont voté la reprise du travail après avoir obtenu de substantielles hausses de salaire. Le conflit, qui durait depuis un mois, symbolisait la résurgence du mouvement social après deux ans de pandémie.", - "content": "Les grévistes du fabricant de matériel agricole américain ont voté la reprise du travail après avoir obtenu de substantielles hausses de salaire. Le conflit, qui durait depuis un mois, symbolisait la résurgence du mouvement social après deux ans de pandémie.", + "title": "L’Iran annonce le lancement d’une fusée en plein pourparlers sur le nucléaire", + "description": "Une photo publiée par le ministère de la défense iranien le 30 décembre 2021 du décollage de la fusée satellite Simorgh, lors de son lancement dans un endroit non divulgué en Iran.", + "content": "Une photo publiée par le ministère de la défense iranien le 30 décembre 2021 du décollage de la fusée satellite Simorgh, lors de son lancement dans un endroit non divulgué en Iran.", "category": "", - "link": "https://www.courrierinternational.com/article/social-fin-de-la-greve-historique-chez-john-deere-aux-etats-unis", + "link": "https://www.lemonde.fr/international/article/2021/12/30/l-iran-annonce-le-lancement-d-une-fusee-en-plein-pourparlers-sur-le-nucleaire_6107741_3210.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 14:15:50 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_1346752039.jpg?itok=AF0opGIB", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 21:43:59 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a43082d71fe8fa154f0784ae4209861f" + "hash": "26cbcefc72bf3d873c3c8e3cb9e0a2ed", + "highlights": [] }, { - "title": "Shell file à l’anglaise, les Pays-Bas accusent le coup", - "description": "La compagnie énergétique anglo-néerlandaise a annoncé lundi 15 novembre sa décision de s’installer fiscalement au Royaume-Uni. Pour une partie des Pays-Bas, et en particulier pour le Premier ministre de droite libérale Mark Rutte, la nouvelle a beaucoup de mal à passer.", - "content": "La compagnie énergétique anglo-néerlandaise a annoncé lundi 15 novembre sa décision de s’installer fiscalement au Royaume-Uni. Pour une partie des Pays-Bas, et en particulier pour le Premier ministre de droite libérale Mark Rutte, la nouvelle a beaucoup de mal à passer.", + "title": "Covid-19 en France : 206 000 nouveaux cas en vingt-quatre heures, plus de 3 500 hospitalisations en soins critiques", + "description": "Dans un centre de vaccination, à Nantes, le 30 décembre 2021.", + "content": "Dans un centre de vaccination, à Nantes, le 30 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/fiscalite-shell-file-langlaise-les-pays-bas-accusent-le-coup", + "link": "https://www.lemonde.fr/planete/article/2021/12/30/206-000-nouveaux-cas-en-vingt-quatre-heures-plus-de-3-500-patients-covid-hospitalises-en-france_6107740_3244.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 10:27:49 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9rn9wu_1.jpg?itok=T9smgoJ9", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 20:41:30 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36f08cf4eefff29e8fb87cf9e10e9ff5" + "hash": "ee229841e569be17c58710b3903d2199", + "highlights": [] }, { - "title": "La semaine de quatre jours, c’est bon pour la planète", - "description": "Diminuer le temps de travail permet de réduire les déplacements, la production et la consommation. Et donc les émissions polluantes, plaide le quotidien de la City.", - "content": "Diminuer le temps de travail permet de réduire les déplacements, la production et la consommation. Et donc les émissions polluantes, plaide le quotidien de la City.", + "title": "Présidentielle 2022 : Valérie Pécresse veut appliquer les jauges et le passe sanitaire dans ses meetings", + "description": "Valérie Pécresse lors d’un meeting à Paris, le 11 décembre 2021.", + "content": "Valérie Pécresse lors d’un meeting à Paris, le 11 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/boulot-la-semaine-de-quatre-jours-cest-bon-pour-la-planete", + "link": "https://www.lemonde.fr/politique/article/2021/12/30/presidentielle-2022-valerie-pecresse-veut-appliquer-les-jauges-et-le-passe-sanitaire-dans-ses-meetings_6107738_823448.html", "creator": "", - "pubDate": "Thu, 18 Nov 2021 06:06:22 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/trabajo_martasevilla_courrierinternatinal_cmyk_nov2021-w.jpg?itok=iVSuF6z9", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 20:08:58 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3608c5018eea654e5326ed6b548a16e7" + "hash": "fc02f3bbfd0dd06ec44a7ce49edebfd5", + "highlights": [] }, { - "title": "Le patron d’Activision Blizzard mis en cause pour sa gestion du harcèlement sexuel", - "description": "Contrairement à ses affirmations, Bobby Kotick aurait eu une parfaite connaissance du sexisme ambiant au sein du géant américain des jeux vidéo qu’il dirige. Les appels à sa démission se multiplient après les révélations d’une retentissante enquête parue dans le Wall Street Journal.", - "content": "Contrairement à ses affirmations, Bobby Kotick aurait eu une parfaite connaissance du sexisme ambiant au sein du géant américain des jeux vidéo qu’il dirige. Les appels à sa démission se multiplient après les révélations d’une retentissante enquête parue dans le Wall Street Journal.", + "title": "Plusieurs blessés dans des affrontements entre migrants et policiers lors du démantèlement d’un campement à Calais", + "description": "Dans un campement de migrants à Calais, le 1er décembre 2021.", + "content": "Dans un campement de migrants à Calais, le 1er décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/jeux-video-le-patron-dactivision-blizzard-mis-en-cause-pour-sa-gestion-du", + "link": "https://www.lemonde.fr/societe/article/2021/12/30/plusieurs-blesses-dans-des-affrontements-entre-migrants-et-policiers-lors-du-demantelement-d-un-campement-a-calais_6107737_3224.html", "creator": "", - "pubDate": "Wed, 17 Nov 2021 17:58:58 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/bobby_kotick.jpg?itok=QbJ3cl7P", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 19:44:53 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "34ae771bec0b983b53ee24e2a0ea49e3" + "hash": "f02f2e32ba0e7bd3c54979db88109ec2", + "highlights": [] }, { - "title": "Le bitcoin à la peine après les nouvelles attaques de la Chine contre le minage", - "description": "La principale agence de planification chinoise a annoncé, le mardi 16 novembre, le détail des mesures de répression des cryptomonnaies. Les deux principales monnaies virtuelles, le bitcoin et l’ether, ont aussitôt dévissé.", - "content": "La principale agence de planification chinoise a annoncé, le mardi 16 novembre, le détail des mesures de répression des cryptomonnaies. Les deux principales monnaies virtuelles, le bitcoin et l’ether, ont aussitôt dévissé.", + "title": "En Afrique du Sud, une messe de requiem et un dernier hommage à Desmond Tutu", + "description": "Lors de la messe de requiem pour Desmond Tutu, dans la ville sud-africaine du Cap, samedi 1er janvier 2022.", + "content": "Lors de la messe de requiem pour Desmond Tutu, dans la ville sud-africaine du Cap, samedi 1er janvier 2022.", "category": "", - "link": "https://www.courrierinternational.com/article/cryptomonnaie-le-bitcoin-la-peine-apres-les-nouvelles-attaques-de-la-chine-contre-le-minage", + "link": "https://www.lemonde.fr/afrique/article/2022/01/01/en-afrique-du-sud-une-messe-de-requiem-et-un-dernier-hommage-a-desmond-tutu_6107873_3212.html", "creator": "", - "pubDate": "Wed, 17 Nov 2021 17:21:03 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxjspr2.jpg?itok=IU8GAWa7", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 12:21:57 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3460c52d80dad192a4a80a8f469e58b3" + "hash": "5ca7ebcd0ae12dc10d645f78b5758e84", + "highlights": [] }, { - "title": "La première mini-centrale nucléaire de Bill Gates en fonction d’ici sept ans aux États-Unis", - "description": "Porté par le milliardaire américain via sa start-up TerraPower depuis 2006, le premier petit réacteur nucléaire Natrium sera implanté à Kemmerer, dans le Wyoming, et serait opérationnel d’ici sept ans. Sa construction sera financée pour moitié par le plan d’infrastructures de Joe Biden.", - "content": "Porté par le milliardaire américain via sa start-up TerraPower depuis 2006, le premier petit réacteur nucléaire Natrium sera implanté à Kemmerer, dans le Wyoming, et serait opérationnel d’ici sept ans. Sa construction sera financée pour moitié par le plan d’infrastructures de Joe Biden.", + "title": "AS Monaco : Niko Kovac, l’entraîneur du club, a été limogé", + "description": "Niko Kovac lors d’un match opposant l’AS Monaco au FC Nantes, le 6 août 2021.", + "content": "Niko Kovac lors d’un match opposant l’AS Monaco au FC Nantes, le 6 août 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/energie-la-premiere-mini-centrale-nucleaire-de-bill-gates-en-fonction-dici-sept-ans-aux", + "link": "https://www.lemonde.fr/sport/article/2021/12/30/ligue-1-niko-kovac-l-entraineur-de-monaco-a-ete-limoge_6107736_3242.html", "creator": "", - "pubDate": "Wed, 17 Nov 2021 13:01:18 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/020_1236298089.jpg?itok=9jWHyYvb", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 19:41:17 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea3ba8902f0bb48fec4eb8b9227bc677" + "hash": "b6df7d371423dbbca9cb50fcf21f2112", + "highlights": [] }, { - "title": "Remettre le travail à sa place", - "description": "Chaque semaine, Courrier international explique ses choix éditoriaux et les débats qu’ils suscitent parfois au sein de la rédaction. Dans ce numéro, nous nous interrogeons sur notre rapport au travail. Aux États-Unis, le rapport de force s’inverse dans les entreprises. Après l’Islande, l’Espagne et l’Irlande testent la semaine de quatre jours. Comment rééquilibrer nos vies ? En travaillant moins ? Les décryptages de la presse étrangère.", - "content": "Chaque semaine, Courrier international explique ses choix éditoriaux et les débats qu’ils suscitent parfois au sein de la rédaction. Dans ce numéro, nous nous interrogeons sur notre rapport au travail. Aux États-Unis, le rapport de force s’inverse dans les entreprises. Après l’Islande, l’Espagne et l’Irlande testent la semaine de quatre jours. Comment rééquilibrer nos vies ? En travaillant moins ? Les décryptages de la presse étrangère.", + "title": "« Quel livre aimez-vous le plus offrir ? » Seize écrivains dévoilent leur cadeau littéraire favori", + "description": "Barbara Cassin, Marie NDiaye, Daniel Pennac, Mohamed Mbougar Sarr, Joann Sfar, Leïla Slimani… Seize auteurs ont répondu à la question posée par « Le Monde des livres ». S’ils ne devaient en choisir qu’un…", + "content": "Barbara Cassin, Marie NDiaye, Daniel Pennac, Mohamed Mbougar Sarr, Joann Sfar, Leïla Slimani… Seize auteurs ont répondu à la question posée par « Le Monde des livres ». S’ils ne devaient en choisir qu’un…", "category": "", - "link": "https://www.courrierinternational.com/article/la-une-de-lhebdo-remettre-le-travail-sa-place", + "link": "https://www.lemonde.fr/livres/article/2021/12/30/barbara-cassin-marie-ndiaye-daniel-pennac-mohamed-mbougar-sarr-joann-sfar-leila-slimani-quels-livres-les-ecrivains-offrent-ils-le-plus_6107727_3260.html", "creator": "", - "pubDate": "Wed, 17 Nov 2021 09:19:17 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/couv-.jpg?itok=pjPus9lp", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 18:00:11 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c572d4615ce2119f69e901b46f81da37" + "hash": "793084bb1a2dbe3f3b11a653f2db4421", + "highlights": [] }, { - "title": "Le plan stratégique de Google à 650 millions d’euros pour l’Australie", - "description": "Changement de ton entre le géant américain et le pouvoir australien. Alors qu’en janvier Google menaçait de couper l’accès à son moteur de recherche, ce mardi, son PDG a lancé le projet Digital Future, qui prévoit 6 000 emplois directs d’ici cinq ans, en présence du Premier ministre.", - "content": "Changement de ton entre le géant américain et le pouvoir australien. Alors qu’en janvier Google menaçait de couper l’accès à son moteur de recherche, ce mardi, son PDG a lancé le projet Digital Future, qui prévoit 6 000 emplois directs d’ici cinq ans, en présence du Premier ministre.", + "title": "Les hôpitaux français désormais incités à acheter leurs masques et gants de protection en France ou en Europe", + "description": "Dans une usine de fabrication de masques à Saint-Barthélemy-d'Anjou, près d’Angers, le 31 mars 2020.", + "content": "Dans une usine de fabrication de masques à Saint-Barthélemy-d'Anjou, près d’Angers, le 31 mars 2020.", "category": "", - "link": "https://www.courrierinternational.com/article/big-tech-le-plan-strategique-de-google-650-millions-deuros-pour-laustralie", + "link": "https://www.lemonde.fr/economie/article/2021/12/30/les-hopitaux-francais-desormais-incites-a-acheter-leurs-masques-et-gants-de-protection-en-france-ou-en-europe_6107734_3234.html", "creator": "", - "pubDate": "Tue, 16 Nov 2021 17:51:39 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_1o052q.jpg?itok=Pv_qG98-", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 19:31:42 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e3c97b4b499e230d2fb652ba553b550a" + "hash": "44fdf201c1c143dd7dc0107f97952290", + "highlights": [] }, { - "title": "La tour de Babel du streaming, les chauffards d’Amazon et le malheur des hackeurs", - "description": "Grâce à Netflix, Hulu et aux autres géants du streaming, nos écrans sont devenus des kaléidoscopes bigarrés, pleins de petites merveilles danoises, coréennes, indiennes ou brésiliennes. Après le succès planétaire de la série coréenne Squid Game, une enquête du magazine Rest of World révèle une conséquence méconnue de cette nouvelle tour de Babel culturelle : la pénurie de traducteurs...", - "content": "Grâce à Netflix, Hulu et aux autres géants du streaming, nos écrans sont devenus des kaléidoscopes bigarrés, pleins de petites merveilles danoises, coréennes, indiennes ou brésiliennes. Après le succès planétaire de la série coréenne Squid Game, une enquête du magazine Rest of World révèle une conséquence méconnue de cette nouvelle tour de Babel culturelle : la pénurie de traducteurs...", + "title": "En Grèce, migrants et passeurs empruntent des routes plus périlleuses", + "description": "Le pape François rencontre des migrants lors de sa visite dans le camp de réfugiés de Karatepe, sur l’île de Lesbos, le 5 décembre 2021.", + "content": "Le pape François rencontre des migrants lors de sa visite dans le camp de réfugiés de Karatepe, sur l’île de Lesbos, le 5 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/la-lettre-tech-la-tour-de-babel-du-streaming-les-chauffards-damazon-et-le-malheur-des", + "link": "https://www.lemonde.fr/international/article/2021/12/30/en-grece-migrants-et-passeurs-empruntent-des-routes-plus-perilleuses_6107733_3210.html", "creator": "", - "pubDate": "Tue, 16 Nov 2021 10:49:01 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_15.png?itok=TyWsAy00", - "enclosureType": "image/png", + "pubDate": "Thu, 30 Dec 2021 19:01:57 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d125fa793a103c2a67a99b4a5eb41842" + "hash": "8a3eee6b2bbd5f203ac4450439aa61fd", + "highlights": [] }, { - "title": "De Barcelone à Paris, l’offensive anti-Airbnb", - "description": "La pandémie a permis de le mesurer : Airbnb participe à l’inflation des loyers et des prix à la vente dans les grandes métropoles. Beaucoup d’entre elles déploient désormais un arsenal contre la plateforme de location.", - "content": "La pandémie a permis de le mesurer : Airbnb participe à l’inflation des loyers et des prix à la vente dans les grandes métropoles. Beaucoup d’entre elles déploient désormais un arsenal contre la plateforme de location.", + "title": "A Strasbourg, douze personnes interpellées suite à des violences urbaines", + "description": "La préfecture a recensé une « forte activité » pendant la nuit de la Saint-Sylvestre dans certains quartiers de la capitale alsacienne. Deux policiers ont été légèrement blessés.", + "content": "La préfecture a recensé une « forte activité » pendant la nuit de la Saint-Sylvestre dans certains quartiers de la capitale alsacienne. Deux policiers ont été légèrement blessés.", "category": "", - "link": "https://www.courrierinternational.com/article/immobilier-de-barcelone-paris-loffensive-anti-airbnb", + "link": "https://www.lemonde.fr/societe/article/2022/01/01/a-strasbourg-douze-personnes-interpellees-suite-a-des-violences-urbaines_6107838_3224.html", "creator": "", - "pubDate": "Tue, 16 Nov 2021 06:37:50 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/vlahovic_2.jpg?itok=gLtmSHWp", - "enclosureType": "image/jpeg", + "pubDate": "Sat, 01 Jan 2022 03:21:54 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a6e6450c4e58f4153b29cbef3ffbbeda" + "hash": "fb64f163d963b2575de284423a88d53d", + "highlights": [] }, { - "title": "Airbus décroche un mégacontrat de 255 avions", - "description": "Au salon aéronautique de Dubaï, l’avionneur européen a annoncé un contrat estimé à 30 milliards de dollars avec le fonds d’investissement Indigo Partners, représentant des compagnies aériennes low cost. Et veut y voir le signe du retour à la normale post-pandémie.", - "content": "Au salon aéronautique de Dubaï, l’avionneur européen a annoncé un contrat estimé à 30 milliards de dollars avec le fonds d’investissement Indigo Partners, représentant des compagnies aériennes low cost. Et veut y voir le signe du retour à la normale post-pandémie.", + "title": "Nouvel An 2022 : A New York, Times Square renoue avec les festivités sur fond de passation de pouvoir", + "description": "Evénements sévèrement encadrés ou tout simplement annulés, files d’attente pour se faire dépister avant des réveillons souvent limités à la « bulle » familiale : une fois encore, la planète aborde la nouvelle année à l’ombre de la pandémie.", + "content": "Evénements sévèrement encadrés ou tout simplement annulés, files d’attente pour se faire dépister avant des réveillons souvent limités à la « bulle » familiale : une fois encore, la planète aborde la nouvelle année à l’ombre de la pandémie.", "category": "", - "link": "https://www.courrierinternational.com/article/aviation-airbus-decroche-un-megacontrat-de-255-avions", + "link": "https://www.lemonde.fr/international/live/2021/12/31/nouvel-an-2022-l-australie-a-celebre-la-nouvelle-annee-malgre-la-pandemie-couvre-feu-au-quebec_6107800_3210.html", "creator": "", - "pubDate": "Mon, 15 Nov 2021 18:16:17 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/000_9rm6eh.jpg?itok=HBMo99Va", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 12:19:31 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d68e2c6d2a666208e1c4badc62021ae" + "hash": "1b3489eb3d07e71d21ddfa2d0182c532", + "highlights": [] }, { - "title": "Les semaines de 75 heures des sous-traitants du géant de la mode Shein", - "description": "Une enquête de l’ONG Public Eye dénonce les conditions de travail de certains fournisseurs de la marque d’ultrafast fashion chinoise. Pour tenir le rythme, certains multiplient les heures supplémentaires en violation du droit du travail.", - "content": "Une enquête de l’ONG Public Eye dénonce les conditions de travail de certains fournisseurs de la marque d’ultrafast fashion chinoise. Pour tenir le rythme, certains multiplient les heures supplémentaires en violation du droit du travail.", + "title": "Royaume-Uni : les nouvelles conditions d’entrée en France créent la confusion chez certains Britanniques, interdits temporairement d’accès au tunnel sous la Manche", + "description": "Des voitures et des camions font la queue à l’entrée de l’Eurotunnel, en prévision des restrictions accrues pour les voyageurs se rendant en France depuis la Grande-Bretagne, à Folkestone, en Grande-Bretagne, le 17 décembre 2021.", + "content": "Des voitures et des camions font la queue à l’entrée de l’Eurotunnel, en prévision des restrictions accrues pour les voyageurs se rendant en France depuis la Grande-Bretagne, à Folkestone, en Grande-Bretagne, le 17 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/social-les-semaines-de-75-heures-des-sous-traitants-du-geant-de-la-mode-shein", + "link": "https://www.lemonde.fr/international/article/2021/12/30/royaume-uni-les-nouvelles-conditions-d-entree-en-france-creent-la-confusion-chez-certains-britanniques-interdits-temporairement-d-acces-au-tunnel-sous-la-manche_6107731_3210.html", "creator": "", - "pubDate": "Mon, 15 Nov 2021 17:43:11 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/063_1315928691.jpg?itok=O97hFYeK", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 18:44:29 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9619035521a4e55352e9a229e66d99d" + "hash": "c92757b3c7077eaaab0c00b182e57d83", + "highlights": [] }, { - "title": "La gomme arabique, moisson dorée du Soudan", - "description": "La récolte ancestrale de la sève d’acacia fait du Soudan le premier producteur mondial de cet ingrédient essentiel à l’industrie mondiale, depuis le chewing-gum jusqu’aux médicaments. Mais les paysans ne perçoivent qu’une petite fraction des profits engendrés par cette ressource. \n \n ", - "content": "La récolte ancestrale de la sève d’acacia fait du Soudan le premier producteur mondial de cet ingrédient essentiel à l’industrie mondiale, depuis le chewing-gum jusqu’aux médicaments. Mais les paysans ne perçoivent qu’une petite fraction des profits engendrés par cette ressource. \n \n ", + "title": "Au Soudan, la police tue des manifestants", + "description": "Lors d’une manifestation pour dénoncer le coup d’Etat militaire d’octobre, à Khartoum, au Soudan, le 30 décembre 2021.", + "content": "Lors d’une manifestation pour dénoncer le coup d’Etat militaire d’octobre, à Khartoum, au Soudan, le 30 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/long-format/reportage-la-gomme-arabique-moisson-doree-du-soudan", + "link": "https://www.lemonde.fr/afrique/article/2021/12/30/au-soudan-des-manifestants-tues-par-des-tirs-des-forces-de-police_6107730_3212.html", "creator": "", - "pubDate": "Sun, 14 Nov 2021 06:52:54 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/gum-8.jpg?itok=csB9ld3-", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 18:43:07 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02f03e2feb55b78320f97404c33f0239" + "hash": "dcf443e7fe78b8d99ac1477961a4e96a", + "highlights": [] }, { - "title": "AstraZeneca veut tirer des bénéfices de son vaccin contre le Covid-19", - "description": "Le géant pharmaceutique s’était engagé à ne pas gagner d’argent avant la fin de la pandémie, en vendant à prix coûtant ses doses contre le Covid-19. Mais l’entreprise suédo-britannique estime que la maladie est devenue endémique. Et signe des contrats aux marges bénéficiaires “modestes” pour 2022.", - "content": "Le géant pharmaceutique s’était engagé à ne pas gagner d’argent avant la fin de la pandémie, en vendant à prix coûtant ses doses contre le Covid-19. Mais l’entreprise suédo-britannique estime que la maladie est devenue endémique. Et signe des contrats aux marges bénéficiaires “modestes” pour 2022.", + "title": "Pourquoi les soins psychiatriques sans consentement s’invitent dans la loi sur le passe vaccinal", + "description": "Un patient placé en chambre isolée, sur son lit à l’hôpital psychiatrique « EPS de Ville Evrard, Centre psychiatres du Bois de Bondy », le 7 mai 2020.", + "content": "Un patient placé en chambre isolée, sur son lit à l’hôpital psychiatrique « EPS de Ville Evrard, Centre psychiatres du Bois de Bondy », le 7 mai 2020.", "category": "", - "link": "https://www.courrierinternational.com/article/industrie-astrazeneca-veut-tirer-des-benefices-de-son-vaccin-contre-le-covid-19", + "link": "https://www.lemonde.fr/societe/article/2021/12/30/pourquoi-les-soins-psychiatriques-sans-consentement-s-invitent-dans-la-loi-sur-le-passe-vaccinal_6107729_3224.html", "creator": "", - "pubDate": "Fri, 12 Nov 2021 19:48:03 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/widak-covid19v211021.jpg?itok=lGFut0cA", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 18:17:41 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7c9e4c19a4acab3bd23fa6a3ba508db2" + "hash": "3a7662744e832d99473b471b799eb4be", + "highlights": [] }, { - "title": "Quand Adele, Ed Sheeran et Abba embouteillent l’industrie du vinyle", - "description": "Le retour en force du vinyle atteint de tels sommets que le secteur est en forte tension, peu aidé par des sorties pop attendues et des problèmes de chaîne d’approvisionnement.", - "content": "Le retour en force du vinyle atteint de tels sommets que le secteur est en forte tension, peu aidé par des sorties pop attendues et des problèmes de chaîne d’approvisionnement.", + "title": "Explosion des cas de Covid-19 : les clubs sportifs français confrontés à des calendriers bousculés", + "description": "A l’approche des 16es de finales de la Coupe de France, du 1er au 4 janvier, le Covid-19 occupe les esprits des clubs de football. Aucun report de match ne pourra être envisagé – Ici, lors de la finale de la compétition entre le Paris-Saint-Germain et Saint-Etienne, au Stade de France, à Saint-Denis, le 24 juillet 2020.", + "content": "A l’approche des 16es de finales de la Coupe de France, du 1er au 4 janvier, le Covid-19 occupe les esprits des clubs de football. Aucun report de match ne pourra être envisagé – Ici, lors de la finale de la compétition entre le Paris-Saint-Germain et Saint-Etienne, au Stade de France, à Saint-Denis, le 24 juillet 2020.", "category": "", - "link": "https://www.courrierinternational.com/article/musique-quand-adele-ed-sheeran-et-abba-embouteillent-lindustrie-du-vinyle", + "link": "https://www.lemonde.fr/sport/article/2021/12/30/explosion-des-cas-de-covid-19-les-clubs-sportifs-francais-confrontes-a-des-calendriers-bouscules_6107728_3242.html", "creator": "", - "pubDate": "Fri, 12 Nov 2021 06:02:49 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/vinylrecordsadv241.jpg?itok=eGKgwzuX", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 18:16:18 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "af9d369b9b4531a7a81bc1dde31af80a" + "hash": "1a199d797c323f02fe8d6eead4a80688", + "highlights": [] }, { - "title": "Tremblez, chers Français, le vin anglais sort de sa cave", - "description": "À la faveur du réchauffement climatique et d’investissements importants, y compris de la part de maisons françaises, la production et la qualité du pétillant britannique explosent, s’enthousiasme ce journal londonien. Les vins tranquilles, quant à eux, signent une percée remarquée.", - "content": "À la faveur du réchauffement climatique et d’investissements importants, y compris de la part de maisons françaises, la production et la qualité du pétillant britannique explosent, s’enthousiasme ce journal londonien. Les vins tranquilles, quant à eux, signent une percée remarquée.", + "title": "Télétravail : le nouveau protocole national en entreprise dévoilé", + "description": "Une femme travaille à son domicile, le 14 mai 2020 à Vertou, en périphérie de Nantes.", + "content": "Une femme travaille à son domicile, le 14 mai 2020 à Vertou, en périphérie de Nantes.", "category": "", - "link": "https://www.courrierinternational.com/article/boom-tremblez-chers-francais-le-vin-anglais-sort-de-sa-cave", + "link": "https://www.lemonde.fr/economie/article/2021/12/30/teletravail-le-nouveau-protocole-national-en-entreprise-devoile_6107724_3234.html", "creator": "", - "pubDate": "Fri, 12 Nov 2021 06:02:49 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/020_614163490.jpg?itok=bycSc_3i", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 17:46:34 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95660142b75b34738f1365b3db5fa3e1" + "hash": "49fc4c8be67b161df6e90b1e62902e75", + "highlights": [] }, { - "title": "Aux quatre coins du globe, le marché du logement est devenu fou", - "description": "Prix galopants, loyers exorbitants pour des surfaces sans cesse réduites, jeunes professionnels contraints de retourner vivre chez leurs parents… De Buenos Aires à Melbourne, en passant par Berlin ou Dublin, le marché de l’immobilier s’emballe et rien ne semble pouvoir le freiner.", - "content": "Prix galopants, loyers exorbitants pour des surfaces sans cesse réduites, jeunes professionnels contraints de retourner vivre chez leurs parents… De Buenos Aires à Melbourne, en passant par Berlin ou Dublin, le marché de l’immobilier s’emballe et rien ne semble pouvoir le freiner.", + "title": "L’hôpital public au point de rupture : une crise et des maux qui viennent de loin", + "description": "Dans l’unité de soins intensifs Covid-19 à l’hôpital de la Timone, à Marseille, le 23 décembre.", + "content": "Dans l’unité de soins intensifs Covid-19 à l’hôpital de la Timone, à Marseille, le 23 décembre.", "category": "", - "link": "https://www.courrierinternational.com/article/immobilier-aux-quatre-coins-du-globe-le-marche-du-logement-est-devenu-fou", + "link": "https://www.lemonde.fr/societe/article/2021/12/30/l-hopital-au-point-de-rupture-une-crise-qui-vient-de-loin_6107667_3224.html", "creator": "", - "pubDate": "Thu, 11 Nov 2021 06:19:27 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/sjoed.jpg?itok=mHvCZeUr", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 05:34:06 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f0581457e24218d4a6937c06371bb4bc" + "hash": "8053d51a79a50109d550f9cb98530a52", + "highlights": [] }, { - "title": "Les États-Unis enregistrent la plus forte hausse des prix depuis trente ans", - "description": "Outre-Atlantique, en octobre, une augmentation de 6,2 % des prix a été enregistrée par rapport au même mois en 2020. Un record qui inquiète les ménages américains et leur président.\n ", - "content": "Outre-Atlantique, en octobre, une augmentation de 6,2 % des prix a été enregistrée par rapport au même mois en 2020. Un record qui inquiète les ménages américains et leur président.\n ", + "title": "« Année cruciale », « adieu Macron » : les candidats à l’élection présidentielle devancent le chef de l’Etat pour les vœux", + "description": "Emmanuel Macron, président de la République, donne sa conférence de presse de présentation de la présidence française du Conseil de l’Union européenne depuis l’Elysée, à Paris, le 9 décembre 2021.", + "content": "Emmanuel Macron, président de la République, donne sa conférence de presse de présentation de la présidence française du Conseil de l’Union européenne depuis l’Elysée, à Paris, le 9 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/inflation-les-etats-unis-enregistrent-la-plus-forte-hausse-des-prix-depuis-trente-ans", + "link": "https://www.lemonde.fr/politique/article/2021/12/31/annee-cruciale-adieu-macron-les-candidats-a-l-election-presidentielle-devancent-le-chef-de-l-etat-pour-les-v-ux_6107808_823448.html", "creator": "", - "pubDate": "Wed, 10 Nov 2021 19:44:21 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/rtxje5fs.jpg?itok=3dt2TKM5", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 14:14:26 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ee516e4e2a516a5c646394737250fa4c" + "hash": "100fdd839901b910bab85a2fc5c9faa3", + "highlights": [] }, { - "title": "Le “South China Morning Post” bientôt absorbé par Pékin ?", - "description": "Le grand quotidien anglophone de Hong Kong semble être sur le point de changer de propriétaire. Alors que son rapprochement avec Pékin était de plus en plus visible, le journal pourrait cette fois passer directement sous le contrôle de l’État chinois.", - "content": "Le grand quotidien anglophone de Hong Kong semble être sur le point de changer de propriétaire. Alors que son rapprochement avec Pékin était de plus en plus visible, le journal pourrait cette fois passer directement sous le contrôle de l’État chinois.", + "title": "Nouvel An 2022 : l’Australie a célébré la nouvelle année malgré la pandémie, Vladimir Poutine défend son bilan", + "description": "Festivités sévèrement encadrées ou tout simplement annulées, files d’attente pour se faire dépister avant des réveillons souvent limités à la « bulle » familiale : une fois encore, la planète aborde la nouvelle année à l’ombre de la pandémie.", + "content": "Festivités sévèrement encadrées ou tout simplement annulées, files d’attente pour se faire dépister avant des réveillons souvent limités à la « bulle » familiale : une fois encore, la planète aborde la nouvelle année à l’ombre de la pandémie.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/hong-kong-le-south-china-morning-post-bientot-absorbe-par-pekin", + "link": "https://www.lemonde.fr/international/live/2021/12/31/nouvel-an-2022-de-l-australie-a-l-alaska-le-monde-bascule-dans-la-nouvelle-annee-toujours-sous-la-menace-du-covid-19_6107800_3210.html", "creator": "", - "pubDate": "Wed, 10 Nov 2021 17:27:08 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/scmp.jpg?itok=jQtLIQyO", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 12:19:41 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ffce9bc271f59f66137e5a3070ffd8ba" + "hash": "7f493ca684a44aaaafd5c885ada56bf1", + "highlights": [] }, { - "title": "Logement : la loi du plus riche", - "description": "Chaque semaine, Courrier international explique ses choix éditoriaux et les débats qu’ils suscitent parfois au sein de la rédaction. Dans ce numéro, nous décryptons la surchauffe de l’immobilier, de Buenos Aires à Singapour en passant par Dublin et Melbourne. Une bombe à retardement pour l’économie mondiale, qui risque d’alimenter la colère des classes moyennes.", - "content": "Chaque semaine, Courrier international explique ses choix éditoriaux et les débats qu’ils suscitent parfois au sein de la rédaction. Dans ce numéro, nous décryptons la surchauffe de l’immobilier, de Buenos Aires à Singapour en passant par Dublin et Melbourne. Une bombe à retardement pour l’économie mondiale, qui risque d’alimenter la colère des classes moyennes.", + "title": "Les restrictions sanitaires sont de retour dans de nombreux pays à l’approche des célébrations du Nouvel An, notamment au Québec et en Allemagne.", + "description": "Un soignant administre une dose du vaccin Spoutnik V contre le Covid-19 à un sans-abri, à Moscou, le 20 décembre 2021.", + "content": "Un soignant administre une dose du vaccin Spoutnik V contre le Covid-19 à un sans-abri, à Moscou, le 20 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/la-une-de-lhebdo-logement-la-loi-du-plus-riche", + "link": "https://www.lemonde.fr/planete/article/2021/12/31/covid-19-dans-le-monde-le-pic-du-million-de-contaminations-quotidiennes-a-ete-franchi-cette-semaine_6107750_3244.html", "creator": "", - "pubDate": "Wed, 10 Nov 2021 10:07:40 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/1619-ok.jpg?itok=MiYj-fz0", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 01:30:18 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "852b928404589fde2a6c61eb85e29ce9" + "hash": "00aed6ccda9d06549d94052dd8e8501c", + "highlights": [] }, { - "title": "Alibaba installe sa plateforme logistique européenne à Liège sans tambour ni trompette", - "description": "Depuis cet été, trois avions par jour transportent des tonnes de marchandises du géant du e-commerce chinois à destination de l’Europe. Annoncée depuis 2018, l’arrivée du groupe chinois suscite toujours l’inquiétude des riverains.", - "content": "Depuis cet été, trois avions par jour transportent des tonnes de marchandises du géant du e-commerce chinois à destination de l’Europe. Annoncée depuis 2018, l’arrivée du groupe chinois suscite toujours l’inquiétude des riverains.", + "title": "Covid-19 : le variant Omicron est désormais majoritaire en France", + "description": "La progression du variant B.1.1.529, appelé « Omicron », était attendue, car il est particulièrement contagieux.", + "content": "La progression du variant B.1.1.529, appelé « Omicron », était attendue, car il est particulièrement contagieux.", "category": "", - "link": "https://www.courrierinternational.com/article/belgique-alibaba-installe-sa-plateforme-logistique-europeenne-liege-sans-tambour-ni", + "link": "https://www.lemonde.fr/planete/article/2021/12/31/covid-19-le-variant-omicron-est-desormais-majoritaire-en-france_6107782_3244.html", "creator": "", - "pubDate": "Tue, 09 Nov 2021 17:28:37 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/043_3133350.jpg?itok=0p-rLjU8", - "enclosureType": "image/jpeg", + "pubDate": "Fri, 31 Dec 2021 09:06:12 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "92e37a16bcb33997a0f3524a45e9bc89" + "hash": "2f09a21c634204d9124b5963ca62799f", + "highlights": [] }, { - "title": "Le retour de Greg LeMond, le nouvel empire d’Amazon et le métavers au boulot", - "description": "Qui pourrait oublier Greg LeMond, trois fois vainqueur du Tour de France ? Wired est allé le traquer au fond du Tennessee, à Knoxville, où l’ancien champion et légendaire grande gueule du sport international, aujourd’hui âgé de 60 ans et un peu grassouillet, s’acharne à révolutionner le vélo. Le vélo électrique. Lemond n’en est pas à sa première entreprise de ce genre, et ses premiers essais de reconversion dans la tech sportive avaient failli être compromis par l’opprobre des annonceurs...", - "content": "Qui pourrait oublier Greg LeMond, trois fois vainqueur du Tour de France ? Wired est allé le traquer au fond du Tennessee, à Knoxville, où l’ancien champion et légendaire grande gueule du sport international, aujourd’hui âgé de 60 ans et un peu grassouillet, s’acharne à révolutionner le vélo. Le vélo électrique. Lemond n’en est pas à sa première entreprise de ce genre, et ses premiers essais de reconversion dans la tech sportive avaient failli être compromis par l’opprobre des annonceurs...", + "title": "Après Paris et des départements d’Ile-de-France, d’autres préfectures ont annoncé, jeudi, l’obligation du port du masque en extérieur, comme à Lyon, Villeurbanne, en Loire-Atlantique, à Tours, dans 72 communes de Charente-Maritime, à Périgueux, Bergerac et Sarlat.", + "description": "Un homme portant un masque facial traverse l’avenue des Champs-Elysées, à Paris, mardi 28 décembre 2021.", + "content": "Un homme portant un masque facial traverse l’avenue des Champs-Elysées, à Paris, mardi 28 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/la-lettre-tech-le-retour-de-greg-lemond-le-nouvel-empire-damazon-et-le-metavers-au-boulot", + "link": "https://www.lemonde.fr/planete/article/2021/12/30/covid-19-masque-obligatoire-a-l-exterieur-dans-presque-toute-l-ile-de-france-des-vendredi_6107693_3244.html", "creator": "", - "pubDate": "Tue, 09 Nov 2021 09:25:52 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/lettre_tech_1_0_0_14.png?itok=M3MRq2a0", - "enclosureType": "image/png", + "pubDate": "Thu, 30 Dec 2021 10:54:57 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47de012bcd88118a93bfa7cd17cc8d08" + "hash": "4330e44f54e03d84dc618b8e2f2a13ae", + "highlights": [] }, { - "title": "Paytm vise le record d’introduction en Bourse en Inde", - "description": "Le pionnier du paiement en ligne espère lever 2,46 milliards de dollars à partir de ce lundi 8 novembre sur la place boursière de Bombay. Le grand quotidien de la capitale économique du pays met en garde contre les mirages de la fintech.", - "content": "Le pionnier du paiement en ligne espère lever 2,46 milliards de dollars à partir de ce lundi 8 novembre sur la place boursière de Bombay. Le grand quotidien de la capitale économique du pays met en garde contre les mirages de la fintech.", + "title": "Plusieurs centaines de salariés des hypermarchés Cora en grève pour réclamer une hausse des salaires", + "description": "Dans l’hypermarché Cora de Charleroi, en juillet 2014.", + "content": "Dans l’hypermarché Cora de Charleroi, en juillet 2014.", "category": "", - "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-paytm-vise-le-record-dintroduction-en-bourse-en-inde", + "link": "https://www.lemonde.fr/economie/article/2021/12/30/plusieurs-centaines-de-salaries-des-hypermarches-cora-en-greve-pour-reclamer-une-hausse-des-salaires_6107722_3234.html", "creator": "", - "pubDate": "Mon, 08 Nov 2021 17:55:49 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/image_236.png?itok=G1TNRZrz", - "enclosureType": "image/png", + "pubDate": "Thu, 30 Dec 2021 17:11:29 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c23033a53cb19d05a0002535095a01bc" + "hash": "b6cf61ad6167ad22472269c3194df139", + "highlights": [] }, { - "title": "Face à la pénurie de routiers, le Royaume-Uni s’en remet aux trains", - "description": "Pour éviter les rayons vides à Noël, le gestionnaire du réseau ferré britannique consacre un nombre croissant de sillons aux trains de marchandise, constate la presse. Certains espèrent un virage durable en direction du rail, sur fond de transition écologique.", - "content": "Pour éviter les rayons vides à Noël, le gestionnaire du réseau ferré britannique consacre un nombre croissant de sillons aux trains de marchandise, constate la presse. Certains espèrent un virage durable en direction du rail, sur fond de transition écologique.", + "title": "L’Université de Paris sommée de changer de nom par le Conseil d’Etat", + "description": "L’entrée du Conseil d’État français au Palais Royal à Paris, le 18 octobre 2018.", + "content": "L’entrée du Conseil d’État français au Palais Royal à Paris, le 18 octobre 2018.", "category": "", - "link": "https://www.courrierinternational.com/article/logistique-face-la-penurie-de-routiers-le-royaume-uni-sen-remet-aux-trains", + "link": "https://www.lemonde.fr/societe/article/2021/12/30/l-universite-de-paris-sommee-de-changer-de-nom-par-le-conseil-d-etat_6107720_3224.html", "creator": "", - "pubDate": "Mon, 08 Nov 2021 16:42:13 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/075_nicholson-notitle141127_nppem.jpg?itok=VdadGR0U", - "enclosureType": "image/jpeg", + "pubDate": "Thu, 30 Dec 2021 16:26:08 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "851e2065aed69dd84eed04165fecc21f" + "hash": "b61603819946eef2ac0325f919705cae", + "highlights": [] }, { - "title": "Elon Musk a-t-il gagné son coup de poker contre la taxe des milliardaires ?", - "description": "En lançant sur Twitter samedi un sondage pour décider s’il devait vendre 10 % des actions de Tesla, l’entrepreneur américain s’opposait au projet démocrate de taxation des plus-values. Ce lundi, l’action du constructeur automobile dégringole.", - "content": "En lançant sur Twitter samedi un sondage pour décider s’il devait vendre 10 % des actions de Tesla, l’entrepreneur américain s’opposait au projet démocrate de taxation des plus-values. Ce lundi, l’action du constructeur automobile dégringole.", + "title": "Eric Zemmour, du mépris des femmes à la hantise de l’immigration", + "description": "Un homme tient le livre du parti d’extrême droite français « Reconquête ! » lors d’une visite de campagne d’Eric Zemmour à Husseren-les-Châteaux (Haut-Rhin), le 18 décembre 2021.", + "content": "Un homme tient le livre du parti d’extrême droite français « Reconquête ! » lors d’une visite de campagne d’Eric Zemmour à Husseren-les-Châteaux (Haut-Rhin), le 18 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/bourse-elon-musk-t-il-gagne-son-coup-de-poker-contre-la-taxe-des-milliardaires", + "link": "https://www.lemonde.fr/politique/article/2021/12/30/eric-zemmour-du-mepris-des-femmes-a-la-hantise-de-l-immigration_6107701_823448.html", "creator": "", - "pubDate": "Mon, 08 Nov 2021 16:31:17 +0100", - "enclosure": "https://www.courrierinternational.com/sites/ci_master/files/styles/image_940/public/illustrations/thumbnails/musk.png?itok=L3zWu3Ys", - "enclosureType": "image/png", + "pubDate": "Thu, 30 Dec 2021 12:00:13 +0100", + "enclosure": "", + "enclosureType": "", "image": "", + "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3963ce16cbd8164924836b249dd6d636" + "hash": "5985afe92c3a73ef4d4de96d64ed8d5a", + "highlights": [] }, { - "title": "Les petits boulots les plus bizarres d’Allemagne", - "description": "Le travail à temps partiel concerne 3,4 millions de personnes, principalement des étudiants et des retraités. Des journalistes de Die Zeit ont raconté leurs expériences les plus étranges.", - "content": "Le travail à temps partiel concerne 3,4 millions de personnes, principalement des étudiants et des retraités. Des journalistes de Die Zeit ont raconté leurs expériences les plus étranges.", + "title": "Ligue 1 : Troyes se sépare de son entraîneur Laurent Batlles", + "description": "Laurent Batlles, lors d’un match entre l’Estac et Marseille, le 28 novembre 2021.", + "content": "Laurent Batlles, lors d’un match entre l’Estac et Marseille, le 28 novembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/travail-les-petits-boulots-les-plus-bizarres-dallemagne", + "link": "https://www.lemonde.fr/sport/article/2021/12/30/ligue-1-troyes-se-separe-de-son-entraineur-laurent-batlles_6107714_3242.html", "creator": "", - "pubDate": "Mon, 08 Nov 2021 09:20:08 +0100", + "pubDate": "Thu, 30 Dec 2021 14:05:01 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e063d279e4393d26815eade6ef001515" + "hash": "31ca564bd8ff0f7dca196f19079a89a7", + "highlights": [] }, { - "title": "Ces abattoirs européens qui exploitent les ouvriers étrangers", - "description": "S’il y a de la viande bon marché en Europe, c’est aussi parce que les industriels du secteur ont externalisé une partie de la main-d’œuvre. Des milliers d’étrangers, employés par des intermédiaires, sont sous-payés et travaillent dans des conditions déplorables, explique cette enquête du Guardian.", - "content": "S’il y a de la viande bon marché en Europe, c’est aussi parce que les industriels du secteur ont externalisé une partie de la main-d’œuvre. Des milliers d’étrangers, employés par des intermédiaires, sont sous-payés et travaillent dans des conditions déplorables, explique cette enquête du Guardian.", + "title": "Riot Games accepte de payer 100 millions de dollars après une action de groupe pour discrimination sexiste", + "description": "Le jeu « League of Legends » sur un écran de smartphone, devant le logo du studio Riot Games, à Los Angeles, le 27 décembre 2021.", + "content": "Le jeu « League of Legends » sur un écran de smartphone, devant le logo du studio Riot Games, à Los Angeles, le 27 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/agroalimentaire-ces-abattoirs-europeens-qui-exploitent-les-ouvriers-etrangers", + "link": "https://www.lemonde.fr/pixels/article/2021/12/30/riot-games-accepte-de-payer-100-millions-de-dollars-apres-une-action-de-groupe-pour-discrimination-sexiste_6107710_4408996.html", "creator": "", - "pubDate": "Mon, 08 Nov 2021 05:57:22 +0100", + "pubDate": "Thu, 30 Dec 2021 13:30:08 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "663cd91d56dad5d2c8a8ed7c4c0d6422" + "hash": "f988e3f91ba5d36f52eb068d03adf75e", + "highlights": [] }, { - "title": "La cocotte-minute de la livraison express", - "description": "À Londres comme à Paris, une nouvelle génération de start-up tente de mettre la main sur le marché déjà concurrentiel du quick commerce, les livraisons de courses ultrarapides, en moins de dix minutes. Le Wall Street Journal décrypte ce phénomène en plein essor.", - "content": "À Londres comme à Paris, une nouvelle génération de start-up tente de mettre la main sur le marché déjà concurrentiel du quick commerce, les livraisons de courses ultrarapides, en moins de dix minutes. Le Wall Street Journal décrypte ce phénomène en plein essor.", + "title": "Impact d’Omicron : les scénarios de l’Institut Pasteur pour la France", + "description": "L’organisme de recherche a publié, mercredi 29 décembre, une nouvelle série de modélisations estimant les conséquences de ce variant sur le système de santé.", + "content": "Des infirmiers s’occupent d’un patient atteint du Covid-19 au service de réanimation de l’hôpital Antoine-Béclère, à Clamart (Hauts-de-Seine), le 23 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/concurrence-la-cocotte-minute-de-la-livraison-express", + "link": "https://www.lemonde.fr/planete/article/2021/12/30/impact-d-omicron-les-scenarios-de-l-institut-pasteur-pour-la-france_6107691_3244.html", "creator": "", - "pubDate": "Sat, 06 Nov 2021 14:35:11 +0100", + "pubDate": "Thu, 30 Dec 2021 10:51:28 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a3aefd635ba134c339b9c41b51444cfa" + "hash": "ddc648539e244d9bee4029fac6e8fb7f", + "highlights": [] }, { - "title": "La France, détrônée par l’Espagne, n’est plus le deuxième plus gros producteur de vin", - "description": "Même si elle n’a pas été épargnée par les intempéries cette année, l’Espagne a ravi sa deuxième place à la France dans le classement des plus gros producteurs de vin, constate le quotidien barcelonais La Vanguardia.", - "content": "Même si elle n’a pas été épargnée par les intempéries cette année, l’Espagne a ravi sa deuxième place à la France dans le classement des plus gros producteurs de vin, constate le quotidien barcelonais La Vanguardia.", + "title": "Quels départements français ont gagné ou perdu des habitants entre 2013 et 2019 ?", + "description": "Un nouveau-né à la maternité des Diaconesses, à Paris, en novembre 2020.", + "content": "Un nouveau-né à la maternité des Diaconesses, à Paris, en novembre 2020.", "category": "", - "link": "https://www.courrierinternational.com/article/classement-la-france-detronee-par-lespagne-nest-plus-le-deuxieme-plus-gros-producteur-de-vin", + "link": "https://www.lemonde.fr/societe/article/2021/12/30/quels-departements-francais-ont-gagne-ou-perdu-des-habitants-entre-2013-et-2019_6107705_3224.html", "creator": "", - "pubDate": "Fri, 05 Nov 2021 16:59:49 +0100", + "pubDate": "Thu, 30 Dec 2021 12:26:00 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc5201850533de7ef882167b777c5810" + "hash": "7f8c49973be066dcd72c0cc72f352459", + "highlights": [] }, { - "title": "Des engagements encourageants pour délaisser les énergies fossiles", - "description": "Plusieurs pays promettent de ne plus financer les énergies fossiles ou de mettre fin aux projets de centrale à charbon, explique le New Scientist.", - "content": "Plusieurs pays promettent de ne plus financer les énergies fossiles ou de mettre fin aux projets de centrale à charbon, explique le New Scientist.", + "title": "Covid-19 : près d’un million de tests de dépistage réalisés par jour la semaine de Noël", + "description": "Dans un centre de dépistage, à Nice, le 23 novembre 2021.", + "content": "Dans un centre de dépistage, à Nice, le 23 novembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/cop26-des-engagements-encourageants-pour-delaisser-les-energies-fossiles", + "link": "https://www.lemonde.fr/planete/article/2021/12/30/covid-19-pres-d-un-million-de-tests-de-depistage-realises-par-jour-la-semaine-de-noel_6107703_3244.html", "creator": "", - "pubDate": "Fri, 05 Nov 2021 15:44:45 +0100", + "pubDate": "Thu, 30 Dec 2021 12:13:06 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2ecd6b06aeb024421c502e471132a336" + "hash": "be7950ab92c07563dfd08deb98f3d97d", + "highlights": [] }, { - "title": "Vaccination quasi obligatoire pour plus de 100 millions de salariés américains", - "description": "À compter du 4 janvier prochain, les employés non vaccinés des entreprises de plus de 100 salariés devront se soumettre à un test de dépistage Covid hebdomadaire, à leurs frais. La décision, qui vise à faire “sortir définitivement” les États-Unis de la pandémie, se heurte à l’opposition des républicains.", - "content": "À compter du 4 janvier prochain, les employés non vaccinés des entreprises de plus de 100 salariés devront se soumettre à un test de dépistage Covid hebdomadaire, à leurs frais. La décision, qui vise à faire “sortir définitivement” les États-Unis de la pandémie, se heurte à l’opposition des républicains.", + "title": "Grâce à Michel Houellebecq, l’autre rentrée de Bruno Le Maire", + "description": "Le ministre de l’économie et des finances, Bruno Le Maire, à l’Assemblée nationale, le 16 octobre 2018.", + "content": "Le ministre de l’économie et des finances, Bruno Le Maire, à l’Assemblée nationale, le 16 octobre 2018.", "category": "", - "link": "https://www.courrierinternational.com/article/pandemie-vaccination-quasi-obligatoire-pour-plus-de-100-millions-de-salaries-americains", + "link": "https://www.lemonde.fr/culture/article/2021/12/30/grace-a-houellebecq-l-autre-rentree-de-bruno-le-maire_6107702_3246.html", "creator": "", - "pubDate": "Fri, 05 Nov 2021 05:55:22 +0100", + "pubDate": "Thu, 30 Dec 2021 12:06:27 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "74a2f42552ae2548ccecdc4300676b5f" + "hash": "c05d68b0ef31f9e5c4055ecc557ae8af", + "highlights": [] }, { - "title": "La Banque centrale américaine ralentit son soutien à l’économie", - "description": "La Fed a annoncé mercredi 3 novembre qu’elle allait progressivement cesser d’injecter des liquidités sur les marchés aux États-Unis, repoussant l’éventualité d’une hausse des taux d’intérêt.", - "content": "La Fed a annoncé mercredi 3 novembre qu’elle allait progressivement cesser d’injecter des liquidités sur les marchés aux États-Unis, repoussant l’éventualité d’une hausse des taux d’intérêt.", + "title": "Electricité : la disponibilité des centrales nucléaires françaises au plus bas", + "description": "Le coeur du réacteur de la centrale nucléaire de Civaux (Vienne), le 8 septembre 2021.", + "content": "Le coeur du réacteur de la centrale nucléaire de Civaux (Vienne), le 8 septembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/monnaie-la-banque-centrale-americaine-ralentit-son-soutien-leconomie", + "link": "https://www.lemonde.fr/economie/article/2021/12/30/la-disponibilite-des-centrales-nucleaires-francaises-au-plus-bas_6107699_3234.html", "creator": "", - "pubDate": "Thu, 04 Nov 2021 16:31:25 +0100", + "pubDate": "Thu, 30 Dec 2021 11:30:10 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0395ac8fa006434ff62a6ce7d6cfe14a" + "hash": "ad6442b1a40e551fc299abd40360418a", + "highlights": [] }, { - "title": "L’économie argentine vire au cauchemar avec ses multiples taux de change en dollars", - "description": "Il existe au moins sept taux de change en devises différents en Argentine. Un symptôme d’une économie qui se noie depuis longtemps entre dette, inflation et dévaluation, comme une véritable malédiction.", - "content": "Il existe au moins sept taux de change en devises différents en Argentine. Un symptôme d’une économie qui se noie depuis longtemps entre dette, inflation et dévaluation, comme une véritable malédiction.", + "title": "Les étudiants n’auront pas à montrer de passe sanitaire ou vaccinal pour les partiels, qui se tiendront au sein des établissements.", + "description": "La ministre de l’enseignement supérieur, Frédérique Vidal, a confirmé mercredi le maintien des examens en présentiel.", + "content": "La ministre de l’enseignement supérieur, Frédérique Vidal, a confirmé mercredi le maintien des examens en présentiel.", "category": "", - "link": "https://www.courrierinternational.com/article/monnaie-leconomie-argentine-vire-au-cauchemar-avec-ses-multiples-taux-de-change-en-dollars", + "link": "https://www.lemonde.fr/campus/article/2021/12/29/universite-les-partiels-auront-lieu-en-presentiel_6107601_4401467.html", "creator": "", - "pubDate": "Thu, 04 Nov 2021 11:58:03 +0100", + "pubDate": "Wed, 29 Dec 2021 09:36:41 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "48ed7c6973ab14259c9eca419ec01106" + "hash": "b60c6fcdb1f2c0f6ffdacf95085f4326", + "highlights": [] }, { - "title": "Les pays du Nord engagent 8,5 milliards de dollars pour décarboner l’Afrique du Sud", - "description": "Réunis à Glasgow pour la 26e Conférence des Nations unies pour le climat, les États-Unis, le Royaume-Uni, l’Union européenne, mais aussi la France et l’Allemagne, ont annoncé, le mardi 2 novembre, avoir conclu un accord avec Johannesburg pour soutenir la “transition énergétique juste” de l’Afrique du Sud, très dépendante du charbon.", - "content": "Réunis à Glasgow pour la 26e Conférence des Nations unies pour le climat, les États-Unis, le Royaume-Uni, l’Union européenne, mais aussi la France et l’Allemagne, ont annoncé, le mardi 2 novembre, avoir conclu un accord avec Johannesburg pour soutenir la “transition énergétique juste” de l’Afrique du Sud, très dépendante du charbon.", + "title": "Les salles de cinéma ont accueilli 96 millions de spectateurs en 2021", + "description": "Sur les sept derniers mois de l’année, les seuls comparables en raison de la fermeture des salles, la fréquentation accuse un recul de 23,4 % par rapport à la même période en 2019.", + "content": "Le contrôle des passes sanitaires, à l’entrée du cinéma le Grand Rex, à Paris, le 21 juillet 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/cop26-les-pays-du-nord-engagent-85-milliards-de-dollars-pour-decarboner-lafrique-du-sud", + "link": "https://www.lemonde.fr/economie/article/2021/12/30/les-salles-de-cinema-ont-accueilli-96-millions-de-spectateurs-en-2021_6107695_3234.html", "creator": "", - "pubDate": "Wed, 03 Nov 2021 17:48:37 +0100", + "pubDate": "Thu, 30 Dec 2021 11:00:20 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29e78f21ffa6bacc1c66418ab8f25cd2" + "hash": "e26c6d54cfad497c19bda8040aafe627", + "highlights": [] }, { - "title": "Des salaires en hausse de 10 % ? Pas assez, selon les grévistes de John Deere aux États-Unis", - "description": "La direction avait doublé la mise, mais les 10 000 salariés du fabricant de matériel agricole Deere & Company ont rejeté mardi l’accord et poursuivent leur grève. Alimentant le mouvement social qui enfle face à la pénurie de main-d’œuvre.", - "content": "La direction avait doublé la mise, mais les 10 000 salariés du fabricant de matériel agricole Deere & Company ont rejeté mardi l’accord et poursuivent leur grève. Alimentant le mouvement social qui enfle face à la pénurie de main-d’œuvre.", + "title": "Rencontre exclusive avec Michel Houellebecq avant la sortie d’« Anéantir », son nouveau roman : « C’est avec les bons sentiments qu’on fait de la bonne littérature »", + "description": "L’écrivain, star mondiale de la littérature française contemporaine, se confie au « Monde » en exclusivité, peu avant la parution le 7 janvier d’« Anéantir ». Premier volet d’une rencontre en deux parties.", + "content": "Michel Houellebecq, à New York, en 2017.", "category": "", - "link": "https://www.courrierinternational.com/article/social-des-salaires-en-hausse-de-10-pas-assez-selon-les-grevistes-de-john-deere-aux-etats", + "link": "https://www.lemonde.fr/livres/article/2021/12/30/michel-houellebecq-c-est-avec-les-bons-sentiments-qu-on-fait-de-la-bonne-litterature_6107688_3260.html", "creator": "", - "pubDate": "Wed, 03 Nov 2021 12:34:19 +0100", + "pubDate": "Thu, 30 Dec 2021 10:30:16 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53bafb6a71231a73d7ceb2f9fef2e7cd" + "hash": "50228e8700db7e64438d1ee665cf59b7", + "highlights": [] }, { - "title": "Facebook cesse d’utiliser son système de reconnaissance faciale", - "description": "Invoquant des “inquiétudes sociétales”, la maison-mère de Facebook, Meta, a annoncé qu’elle n’utiliserait plus la reconnaissance faciale pour proposer un “tag” automatiquement sur les photos. Les données sur plus d’un milliard d’utilisateurs devraient être effacées.", - "content": "Invoquant des “inquiétudes sociétales”, la maison-mère de Facebook, Meta, a annoncé qu’elle n’utiliserait plus la reconnaissance faciale pour proposer un “tag” automatiquement sur les photos. Les données sur plus d’un milliard d’utilisateurs devraient être effacées.", + "title": "Nouvel an : à Strasbourg, un couvre-feu instauré pour les moins de 16 ans", + "description": "Un arrêté préfectoral impose un couvre-feu pour les moins de 16 ans le soir du réveillon, dans sept communes de l’agglomération strasbourgeoise. Une mesure parmi d’autres, qui semble faire consensus, pour éviter que cette soirée du réveillon dérape, comme c’est souvent le cas dans la capitale alsacienne.", + "content": "Des voitures brûlées les jours précédant le Nouvel An, amassées dans une casse automobile, à Strasbourg, le 1er janvier 2020.", "category": "", - "link": "https://www.courrierinternational.com/article/technologie-facebook-cesse-dutiliser-son-systeme-de-reconnaissance-faciale", + "link": "https://www.lemonde.fr/societe/article/2021/12/30/nouvel-an-a-strasbourg-un-couvre-feu-instaure-pour-les-moins-de-16-ans_6107687_3224.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 21:24:54 +0100", + "pubDate": "Thu, 30 Dec 2021 10:24:38 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f054c7aa604220fe898ca75620532c40" + "hash": "0e164e585d2e1f727409fbaea4e4b5a3", + "highlights": [] }, { - "title": "La Chine suscite des peurs en demandant à ses habitants de stocker des provisions", - "description": "Le gouvernement de Pékin a appelé les foyers à faire des réserves de produits de base, en prévision, d’après les autorités, de nouveaux confinements locaux.", - "content": "Le gouvernement de Pékin a appelé les foyers à faire des réserves de produits de base, en prévision, d’après les autorités, de nouveaux confinements locaux.", + "title": "Covid-19 : les foires et les salons ne seront pas concernés par les jauges", + "description": "Zoos et parcs d’attractions ne seront pas non plus soumis à cette mesure, a annoncé jeudi le ministre chargé du tourisme et des PME, Jean-Baptiste Lemoyne.", + "content": "A partir du 15 janvier, le passe vaccinal devrait s’appliquer également aux foires, salons, parcs et zoos, actuellement soumis au passe sanitaire.", "category": "", - "link": "https://www.courrierinternational.com/article/asie-la-chine-suscite-des-peurs-en-demandant-ses-habitants-de-stocker-des-provisions", + "link": "https://www.lemonde.fr/economie/article/2021/12/30/covid-19-les-foires-et-les-salons-ne-seront-pas-concernes-par-les-jauges_6107686_3234.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 19:42:26 +0100", + "pubDate": "Thu, 30 Dec 2021 10:09:14 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ca884d385d52330772cab0d058ccd285" + "hash": "2bf1052a3190eb65694204a79deb1330", + "highlights": [] }, { - "title": "Epic Games met fin à la version chinoise du jeu Fortnite", - "description": "L’éditeur américain du très populaire jeu en ligne, qui avait fait alliance avec le géant numérique local Tencent pour pénétrer le marché chinois, a annoncé la fermeture définitive de Fortress Night.", - "content": "L’éditeur américain du très populaire jeu en ligne, qui avait fait alliance avec le géant numérique local Tencent pour pénétrer le marché chinois, a annoncé la fermeture définitive de Fortress Night.", + "title": "Télétravail obligatoire : jusqu’à 1 000 euros d’amende par salarié pour les entreprises récalcitrantes, annonce la ministre du travail", + "description": "Le gouvernement souhaite pouvoir sanctionner d’une amende administrative les entreprises ne respectant pas l’obligation de télétravail « pour les salariés pour lesquels c’est possible », d’au moins trois jours par semaine, annoncée lundi par Jean Castex. Ces amendes, prévues par un amendement introduit dans le projet de loi sur le passe vaccinal, ne pourront pas excéder 50 000 euros, a précisé Elisabeth Borne, jeudi sur LCI.", + "content": "Le gouvernement souhaite pouvoir sanctionner d’une amende administrative les entreprises ne respectant pas l’obligation de télétravail « pour les salariés pour lesquels c’est possible », d’au moins trois jours par semaine, annoncée lundi par Jean Castex. Ces amendes, prévues par un amendement introduit dans le projet de loi sur le passe vaccinal, ne pourront pas excéder 50 000 euros, a précisé Elisabeth Borne, jeudi sur LCI.", "category": "", - "link": "https://www.courrierinternational.com/article/game-over-epic-games-met-fin-la-version-chinoise-du-jeu-fortnite", + "link": "https://www.lemonde.fr/economie/article/2021/12/30/teletravail-obligatoire-jusqu-a-1-000-euros-d-amende-par-salarie-pour-les-entreprises-recalcitrantes_6107683_3234.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 17:09:10 +0100", + "pubDate": "Thu, 30 Dec 2021 09:13:00 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "416c3cabd6a7cf9383093c66f17f2037" + "hash": "11e6736f6a6a56cc6e0ef93a97220c4c", + "highlights": [] }, { - "title": "L’Espagne, victime collatérale de l’arrêt de l’activité du gazoduc Maghreb-Europe", - "description": "Madrid est pris au piège par les tensions entre l’Algérie et le Maroc, qui ont conduit à la suspension de l’activité du gazoduc Maghreb-Europe. La pénurie de gaz devrait être évitée, rassure la presse espagnole, mais les coûts d’approvisionnement vont augmenter.", - "content": "Madrid est pris au piège par les tensions entre l’Algérie et le Maroc, qui ont conduit à la suspension de l’activité du gazoduc Maghreb-Europe. La pénurie de gaz devrait être évitée, rassure la presse espagnole, mais les coûts d’approvisionnement vont augmenter.", + "title": "Nouvel An 2022 : de l’Australie à l’Alaska, le monde bascule dans la nouvelle année, toujours sous la menace du Covid-19", + "description": "Des passantes passent devant un panneau affichant l’année 2022 le 30 décembre 2021, à Pristina, au Kosovo.", + "content": "Des passantes passent devant un panneau affichant l’année 2022 le 30 décembre 2021, à Pristina, au Kosovo.", "category": "", - "link": "https://www.courrierinternational.com/revue-de-presse/energie-lespagne-victime-collaterale-de-larret-de-lactivite-du-gazoduc-maghreb", + "link": "https://www.lemonde.fr/international/live/2021/12/31/nouvel-an-2022-de-l-australie-a-l-alaska-le-monde-bascule-dans-la-nouvelle-annee-toujours-sous-la-menace-du-covid-19_6107800_3210.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 17:06:45 +0100", + "pubDate": "Fri, 31 Dec 2021 12:19:41 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "98891e4bfb857391be7893c6ea9733b3" + "hash": "89c85fd778fb5ecad016911c911e9e8d", + "highlights": [] }, { - "title": "Le premier accord de la COP26 engage plus de cent pays à inverser la déforestation", - "description": "Au deuxième jour du sommet sur le climat à Glasgow, les chefs d’États qui abritent plus de 85 % des forêts mondiales s’accordent à mettre fin à la déforestation d’ici 2030 et promettent d’allouer à cet effet 16,5 milliards d’euros de fonds publics et privés.", - "content": "Au deuxième jour du sommet sur le climat à Glasgow, les chefs d’États qui abritent plus de 85 % des forêts mondiales s’accordent à mettre fin à la déforestation d’ici 2030 et promettent d’allouer à cet effet 16,5 milliards d’euros de fonds publics et privés.", + "title": "La Chine interdit les tatouages à ses footballeurs", + "description": "Les joueurs de la sélection nationale ont dorénavant « l’interdiction formelle d’avoir de nouveaux tatouages », a annoncé le ministère des sports.", + "content": "Les joueurs de l’équipe nationale de football chinoise, au stade de Chardja (Emirats arabes unis), le 7 juin 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/le-chiffre-du-jour-le-premier-accord-de-la-cop26-engage-plus-de-cent-pays-inverser-la", + "link": "https://www.lemonde.fr/international/article/2021/12/30/la-chine-interdit-les-tatouages-a-ses-footballeurs_6107674_3210.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 14:26:32 +0100", + "pubDate": "Thu, 30 Dec 2021 06:31:33 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "91f4370ccedd67c49be4ffaa45940b6e" + "hash": "dadb1e3b11d35f81f602c2efa0c16b09", + "highlights": [] }, { - "title": "Parole de baleine, le dernier des poumons d’acier, le secret des pénuries et les fous du tungstène", - "description": "On devrait lire plus souvent Hakai Magazine, une publication canadienne de Victoria, en Colombie-Britannique, consacrée à la vie scientifique et culturelle des régions côtières. L’un des articles décrit magistralement le nouveau projet d’un groupe international de biologistes et de spécialistes de l’intelligence artificielle, formé en 2017 au hasard d’un séminaire à l’université Harvard, qui tente de décrypter le langage des baleines dans l’espoir d’engager un jour la...", - "content": "On devrait lire plus souvent Hakai Magazine, une publication canadienne de Victoria, en Colombie-Britannique, consacrée à la vie scientifique et culturelle des régions côtières. L’un des articles décrit magistralement le nouveau projet d’un groupe international de biologistes et de spécialistes de l’intelligence artificielle, formé en 2017 au hasard d’un séminaire à l’université Harvard, qui tente de décrypter le langage des baleines dans l’espoir d’engager un jour la...", + "title": "Face à la vague Omicron, les hôpitaux britanniques résistent pour l’instant", + "description": "Si le nombre d’hospitalisations augmente, cela ne submerge pas à ce stade le système de santé. Boris Johnson n’annoncera pas d’autres restrictions avant la nouvelle année.", + "content": "L’entrée du St Thomas’ Hospital, dans le centre de Londres, le 23 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/la-lettre-tech-parole-de-baleine-le-dernier-des-poumons-dacier-le-secret-des-penuries-et-les", + "link": "https://www.lemonde.fr/planete/article/2021/12/30/face-a-la-vague-omicron-les-hopitaux-britanniques-resistent-pour-l-instant_6107670_3244.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 12:19:04 +0100", + "pubDate": "Thu, 30 Dec 2021 05:37:00 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ada8d22c39e2496e1d925d2fb126774b" + "hash": "614e22ca6740f2af4632a29fe1f5bbb3", + "highlights": [] }, { - "title": "Dans la plus grande usine du monde de séquestration du CO2", - "description": "Retirer le dioxyde de carbone de l’air. Le pétrifier sous terre pour accélérer la décarbonation. Cette méthode, utilisée par un nouveau site pilote en Islande, est-elle vraiment la solution à l’urgence climatique ?", - "content": "Retirer le dioxyde de carbone de l’air. Le pétrifier sous terre pour accélérer la décarbonation. Cette méthode, utilisée par un nouveau site pilote en Islande, est-elle vraiment la solution à l’urgence climatique ?", + "title": "Joe Biden va proposer à Vladimir Poutine une « voie diplomatique » pour sortir de la crise ukrainienne", + "description": "Le président américain, Joe Biden, à Washington, le 18 novembre 2021, et le président russe, Vladimir Poutine, à Moscou, le 4 décembre 2021.", + "content": "Le président américain, Joe Biden, à Washington, le 18 novembre 2021, et le président russe, Vladimir Poutine, à Moscou, le 4 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/technologie-dans-la-plus-grande-usine-du-monde-de-sequestration-du-co2", + "link": "https://www.lemonde.fr/international/article/2021/12/30/biden-proposera-a-poutine-une-voie-diplomatique-sur-l-ukraine-lors-d-un-appel-jeudi_6107665_3210.html", "creator": "", - "pubDate": "Tue, 02 Nov 2021 06:03:30 +0100", + "pubDate": "Thu, 30 Dec 2021 05:26:20 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e0712775f4f57282d00e445435cc9261" + "hash": "0c20f7c4be5baa4c196913960fc1dac9", + "highlights": [] }, { - "title": "Le Japon dit enfin adieu à la disquette", - "description": "Sony n’en produit plus, elles sont difficiles à trouver en magasin. Et pourtant, les bonnes vieilles disquettes sont toujours utilisées par certaines entreprises et collectivités territoriales du Japon. Qui, en 2021, lancent enfin leur modernisation numérique. Les explications de la presse japonaise.", - "content": "Sony n’en produit plus, elles sont difficiles à trouver en magasin. Et pourtant, les bonnes vieilles disquettes sont toujours utilisées par certaines entreprises et collectivités territoriales du Japon. Qui, en 2021, lancent enfin leur modernisation numérique. Les explications de la presse japonaise.", + "title": "Hongkong : deux membres du média prodémocratie « Stand News » inculpés de « sédition »", + "description": "Le site d’information hongkongais a fermé mercredi à la suite de la perquisition de ses locaux et de l’arrestation de sept personnes.", + "content": "Le rédacteur en chef adjoint de « Stand News », Ronson Chan, quitte les bureaux du site d’information, à Hongkong, en Chine, le 29 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/anachronisme-le-japon-dit-enfin-adieu-la-disquette", + "link": "https://www.lemonde.fr/international/article/2021/12/30/hongkong-washington-condamne-la-fermeture-du-media-prodemocratie-stand-news_6107659_3210.html", "creator": "", - "pubDate": "Mon, 01 Nov 2021 17:26:58 +0100", + "pubDate": "Thu, 30 Dec 2021 04:58:23 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78193263d5e86c07c0444c6ab6dcbb4a" + "hash": "483684b3b1e0c81e3546c7b7ab29ec41", + "highlights": [] }, { - "title": "Après le burger sans viande, les œufs végétaux", - "description": "Vendredi 29 octobre, une entreprise suisse a dit avoir conçu le premier œuf dur végétal au monde. Le journal Le Temps raconte comment ce marché représente le nouveau terrain de chasse des géants de l’agroalimentaire.", - "content": "Vendredi 29 octobre, une entreprise suisse a dit avoir conçu le premier œuf dur végétal au monde. Le journal Le Temps raconte comment ce marché représente le nouveau terrain de chasse des géants de l’agroalimentaire.", + "title": "Birmanie : le Conseil de sécurité de l’ONU condamne un massacre imputé à l’armée", + "description": "Au moins trente-cinq personnes, dont deux employés de l’ONG Save the Children, ont été tuées le 24 décembre dans l’est du pays.", + "content": "Dans la commune de Hpruso, dans l’Etat de Kayah, en Birmanie, le 24 décembre 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/veganisme-apres-le-burger-sans-viande-les-oeufs-vegetaux", + "link": "https://www.lemonde.fr/international/article/2021/12/30/le-conseil-de-securite-de-l-onu-condamne-un-massacre-impute-a-l-armee-birmane_6107658_3210.html", "creator": "", - "pubDate": "Mon, 01 Nov 2021 17:21:08 +0100", + "pubDate": "Thu, 30 Dec 2021 04:38:30 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2f74cacf2ca42e9daba341c031199d24" + "hash": "8e03fe1111d440f663ddac5efbd51644", + "highlights": [] }, { - "title": "On taxe bien l’alcool, pourquoi pas le carbone ?", - "description": "Et si la meilleure politique pour le climat consistait à prélever un impôt sur la pollution ? L’histoire de la taxe sur l’alcool aux États-Unis est à cet égard édifiante.", - "content": "Et si la meilleure politique pour le climat consistait à prélever un impôt sur la pollution ? L’histoire de la taxe sur l’alcool aux États-Unis est à cet égard édifiante.", + "title": "Covid-19 : face au « raz de marée » Omicron, le passe vaccinal franchit une étape devant les députés", + "description": "Validé en commission, le projet de loi renforçant les outils de gestion de la crise sanitaire sera discuté lundi dans l’hémicycle de l’Assemblée, puis au Sénat le 5 janvier.", + "content": "Une spectatrice présente une pièce d’identité lors du contrôle de son passe sanitaire avant d’entrer dans le cinéma Le Grand Rex, à Paris, le 21 juillet 2021.", "category": "", - "link": "https://www.courrierinternational.com/article/crise-climatique-taxe-bien-lalcool-pourquoi-pas-le-carbone", + "link": "https://www.lemonde.fr/politique/article/2021/12/30/covid-19-face-au-raz-de-maree-omicron-le-passe-vaccinal-franchit-une-etape-devant-les-deputes_6107654_823448.html", "creator": "", - "pubDate": "Mon, 01 Nov 2021 05:44:48 +0100", + "pubDate": "Thu, 30 Dec 2021 03:08:20 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a485c04b096a5f8a6ac93567a5b0a0f0" + "hash": "58334e223b18eb2ad0dce392aa0dc156", + "highlights": [] }, { - "title": "À Miami, les riches Latino-Américains se ruent sur l’immobilier", - "description": "Les crises sociales, les bouleversements politiques, la pandémie de Covid-19 ont provoqué un important afflux d’investisseurs des pays d’Amérique latine dans des biens immobiliers de la capitale de la Floride. Nouveauté : ils achètent souvent pour en faire leur résidence principale et télétravailler.", - "content": "Les crises sociales, les bouleversements politiques, la pandémie de Covid-19 ont provoqué un important afflux d’investisseurs des pays d’Amérique latine dans des biens immobiliers de la capitale de la Floride. Nouveauté : ils achètent souvent pour en faire leur résidence principale et télétravailler.", + "title": "OGC Nice : Antoine Bonifaci, « légende » du club et ex-international, est mort", + "description": "L’ancien joueur avait 90 ans. C’est une « légende du club rouge et noir » qui s’est éteinte le 29 décembre, regrette le club.", + "content": "Antoine Bonifaci portant le maillot de l’Inter de Milan, en 1955.", "category": "", - "link": "https://www.courrierinternational.com/article/tendance-miami-les-riches-latino-americains-se-ruent-sur-limmobilier", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/30/foot-mort-de-l-ex-international-antoine-bonifaci-legende-de-l-ogc-nice_6107651_3382.html", "creator": "", - "pubDate": "Sun, 31 Oct 2021 13:49:12 +0100", + "pubDate": "Thu, 30 Dec 2021 00:35:06 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", + "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c2dd9a8dfcdf03c150c4a886767e776" + "hash": "a66d9af1b982cf829390c2b01c16d945", + "highlights": [] }, { - "title": "À Rome, le G20 approuve une taxation des multinationales “qui bénéficiera aux pays riches”", - "description": "En ouvrant le sommet du G20 ce 30 octobre, le chef du gouvernement italien Mario Draghi a invité à relancer le multilatéralisme pour répondre aux défis mondiaux. Dans la foulée, les dirigeants ont donné leur “bénédiction” à un taux d’imposition minimal des grandes entreprises. Ce dernier représente une victoire pour Joe Biden et pour les pays riches, observe la presse étrangère.\n\n\n ", - "content": "En ouvrant le sommet du G20 ce 30 octobre, le chef du gouvernement italien Mario Draghi a invité à relancer le multilatéralisme pour répondre aux défis mondiaux. Dans la foulée, les dirigeants ont donné leur “bénédiction” à un taux d’imposition minimal des grandes entreprises. Ce dernier représente une victoire pour Joe Biden et pour les pays riches, observe la presse étrangère.\n\n\n ", + "title": "Affaire Jeffrey Epstein : Ghislaine Maxwell reconnue coupable de crimes sexuels par un tribunal de New York", + "description": "La fille du magnat des médias Robert Maxwell était poursuivie, entre autres, pour avoir fourni au financier, entre les années 1994 et 2004, des jeunes filles mineures exploitées sexuellement.", + "content": "Une conférence de presse est organisée devant le tribunal de New-York après la condamnation de Ghislaine Maxwell, le 29 décembre.", "category": "", - "link": "https://www.courrierinternational.com/article/fiscalite-rome-le-g20-approuve-une-taxation-des-multinationales-qui-beneficiera-aux-pays", + "link": "https://www.lemonde.fr/international/article/2021/12/29/affaire-jeffrey-epstein-ghislaine-maxwell-reconnue-coupable-de-crimes-sexuels-par-un-tribunal-de-new-york_6107649_3210.html", "creator": "", - "pubDate": "Sat, 30 Oct 2021 16:19:38 +0200", + "pubDate": "Wed, 29 Dec 2021 23:30:54 +0100", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Courier International - Eco", - "read": true, + "feed": "Le Monde", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1876bb9ea7892631487e94cc38970a5f" - } - ], - "folder": "00.03 News/News - FR", - "name": "Courier International - Eco", - "language": "fr", - "hash": "438887e02b156a2cf6ade5792e509a25" - }, - { - "title": "Le Monde.fr - Actualités et Infos en France et dans le monde", - "subtitle": "", - "link": "https://www.lemonde.fr/rss/en_continu.xml", - "image": null, - "description": "Le Monde.fr - 1er site d’information. Les articles du journal et toute l’actualité en continu : International, France, Société, Economie, Culture, Environnement, Blogs ...", - "items": [ + "hash": "110c052f275bb3e8151d6e9b0964f580", + "highlights": [] + }, { - "title": "« La mort, je m’en fous » : second volet de notre rencontre exclusive avec Michel Houellebecq", - "description": "Michel Houellebecq à l’occasion du débat « Dialogue in Europe », à Paris, en avril 2019.", - "content": "Michel Houellebecq à l’occasion du débat « Dialogue in Europe », à Paris, en avril 2019.", + "title": "Covid-19 dans le monde : le pic du million de contaminations quotidiennes a été franchi cette semaine", + "description": "Un soignant administre une dose du vaccin Spoutnik V contre le Covid-19 à un sans-abri, à Moscou, le 20 décembre 2021.", + "content": "Un soignant administre une dose du vaccin Spoutnik V contre le Covid-19 à un sans-abri, à Moscou, le 20 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/livres/article/2022/01/02/michel-houellebecq-la-mort-je-m-en-fous_6107965_3260.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/31/covid-19-dans-le-monde-le-pic-du-million-de-contaminations-quotidiennes-a-ete-franchi-cette-semaine_6107750_3244.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 20:29:40 +0100", + "pubDate": "Fri, 31 Dec 2021 01:30:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249440,17 +275515,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c326470b7a7562e135324d8209fd8e99", + "hash": "510c47162a2f90adc7a76ee8997e7343", "highlights": [] }, { - "title": "Le célèbre paléontologue kényan Richard Leakey est mort", - "description": "Richard Leakey, alors à la tête du Service de la faune du Kenya (KWS), en 2018.", - "content": "Richard Leakey, alors à la tête du Service de la faune du Kenya (KWS), en 2018.", + "title": "Variant Omicron : l’Afrique du Sud déclare que le pic est passé, sans hausse importante du nombre de décès", + "description": "Dans un centre de test du Covid-19, à Johannesburg, le 8 décembre 2021.", + "content": "Dans un centre de test du Covid-19, à Johannesburg, le 8 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2022/01/02/le-celebre-paleontologue-kenyan-richard-leakey-est-mort_6107964_3382.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/31/variant-omicron-l-afrique-du-sud-declare-que-le-pic-est-passe-sans-hausse-importante-du-nombre-de-deces_6107747_3244.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 20:19:08 +0100", + "pubDate": "Fri, 31 Dec 2021 00:50:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249462,17 +275537,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a08dbdea4ffef2084c27d5478705a12a", + "hash": "a310cd16d8b0d31d650b12b476bc7290", "highlights": [] }, { - "title": "Twitter suspend le compte de l’élue républicaine Marjorie Taylor Greene, accusée de désinformation", - "description": "L’élue républicaine Marjorie Taylor Greene, au Capitole, à Washington, le 7 décembre 2021.", - "content": "L’élue républicaine Marjorie Taylor Greene, au Capitole, à Washington, le 7 décembre 2021.", + "title": "Crise ukrainienne : Joe Biden assure à Vladimir Poutine que les Etats-Unis répondront de « façon résolue » à toute invasion", + "description": "Le président américain, Joe Biden, s’entretient au téléphone avec son homologue russe, Vladimir Poutine, à Wilmington (Delaware), le 30 décembre 2021.", + "content": "Le président américain, Joe Biden, s’entretient au téléphone avec son homologue russe, Vladimir Poutine, à Wilmington (Delaware), le 30 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2022/01/02/twitter-suspend-le-compte-de-l-elue-republicaine-marjorie-taylor-greene-accusee-de-desinformation_6107963_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/30/nouvel-echange-telephonique-entre-joe-biden-et-vladimir-poutine-pour-sortir-de-la-crise-ukrainienne_6107742_3210.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 19:23:09 +0100", + "pubDate": "Thu, 30 Dec 2021 22:41:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249484,17 +275559,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b05d1eab2ed80de07f423ba9666d283", + "hash": "4bc376bac621248e1cc18ac6fee34566", "highlights": [] }, { - "title": "Autotests, isolement limité… Le protocole sanitaire à l’école s’adapte pour éviter les fermetures de classe", - "description": "A compter de lundi, les enfants cas contacts pourront rester en classe à condition d’effectuer trois tests négatifs en quatre jours. Le ministre de l’éducation national, Jean-Michel Blanquer, annonce que des autotests seront mis gratuitement à la disposition des familles en pharmacie.", - "content": "A compter de lundi, les enfants cas contacts pourront rester en classe à condition d’effectuer trois tests négatifs en quatre jours. Le ministre de l’éducation national, Jean-Michel Blanquer, annonce que des autotests seront mis gratuitement à la disposition des familles en pharmacie.", + "title": "Vidéos simulant des tirs sur M. Macron et des élus « insoumis » : le procès des deux auteurs renvoyé à février", + "description": "Les deux hommes, un militaire de l’armée de terre de 21 ans et un cuisinier intérimaire de 30 ans, devaient être jugés mercredi en comparution immédiate au tribunal judiciaire de Paris.", + "content": "Emmanuel Macron, à Bormes-les-Mimosas, le 27 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2022/01/02/covid-19-a-l-ecole-sept-jours-d-isolement-pour-les-cas-positifs-trois-tests-consecutifs-pour-les-cas-contacts_6107932_3224.html", + "link": "https://www.lemonde.fr/police-justice/article/2021/12/29/le-proces-des-deux-auteurs-des-videos-simulant-des-tirs-sur-m-macron-et-des-elus-insoumis-renvoye-a-fevrier_6107648_1653578.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 09:38:09 +0100", + "pubDate": "Wed, 29 Dec 2021 23:03:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249506,17 +275581,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1feffcb0b7103e5b16d30df6be4a7a33", + "hash": "fc4c286e2fabd0eccc9bae57fb0f2439", "highlights": [] }, { - "title": "Protocole sanitaire à l’école, durée d’isolement raccourcie, passage à 2022, présidence du Conseil de l’UE… Les cinq infos à retenir du week-end", - "description": "Sur les Champs-Elysées, à Paris, des milliers de touristes et de badauds sont sortis, munis de masques, pour la Saint-Sylvestre pour célébrer le passage à 2022.", - "content": "Sur les Champs-Elysées, à Paris, des milliers de touristes et de badauds sont sortis, munis de masques, pour la Saint-Sylvestre pour célébrer le passage à 2022.", + "title": "Covid-19 : A Paris, le port du masque redevient obligatoire en extérieur dès vendredi, fermeture des bars à 2 heures du matin la nuit du Nouvel An", + "description": "La préfecture de Paris a présenté, mercredi soir, dans un communiqué de presse, de nouvelles consignes pour s’adapter au regain épidémique et à la propagation rapide du variant Omicron.", + "content": "A Paris, le 29 décembre.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2022/01/02/duree-d-isolement-raccourcie-multitests-a-l-ecole-passage-a-2022-presidence-du-conseil-de-l-ue-les-cinq-infos-a-retenir-du-week-end_6107958_4355770.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/29/plus-de-200-000-contaminations-au-covid-19-en-vingt-quatre-heures-en-france-selon-olivier-veran_6107628_3244.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 18:28:31 +0100", + "pubDate": "Wed, 29 Dec 2021 15:50:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249528,17 +275603,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0dcc08af5cf009cf63ac8fe8a5a70ba", + "hash": "8055fbe10f25bc18c45ae0e31d891e8e", "highlights": [] }, { - "title": "Reportage | En PACA, ces nouveaux vaccinés contre le Covid-19 convaincus « au forceps »", - "description": "Au centre de vaccination de l’hôpital de la Timone, à Marseille, le 30 décembre 2021, Julie Sampo (22 ans) redoute la vaccination au moment de se faire piquer. Avec Rayan Cherfeddine (à gauche), ils vont recevoir leur première dose du vaccin de Pfizer pour pouvoir voyager en février.", - "content": "Au centre de vaccination de l’hôpital de la Timone, à Marseille, le 30 décembre 2021, Julie Sampo (22 ans) redoute la vaccination au moment de se faire piquer. Avec Rayan Cherfeddine (à gauche), ils vont recevoir leur première dose du vaccin de Pfizer pour pouvoir voyager en février.", + "title": "La stratégie « zéro Covid » crée des tensions dans le sud-ouest de la Chine", + "description": "La présence d’un cas positif dans la ville touristique de Jinghong a poussé les autorités à boucler le principal quartier. La colère gronde chez les touristes qui attendent des tests pour pouvoir quitter la ville.", + "content": "Photo d’archive du 20 juillet 2021 montrant un marché nocturne de Jinghong.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2022/01/02/en-provence-alpes-cote-d-azur-des-nouveaux-vaccines-contre-le-covid-19-convaincus-au-forceps_6107948_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/29/la-strategie-zero-covid-cree-des-tensions-dans-le-sud-ouest-de-la-chine_6107643_3210.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 14:11:27 +0100", + "pubDate": "Wed, 29 Dec 2021 20:14:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249550,17 +275625,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e003e3424a42dcdf0e4bc3096295fa7", + "hash": "40107c1f0a289df4c88c9ec55b30effd", "highlights": [] }, { - "title": "Au Cap, l’Assemblée nationale entièrement détruite dans l’incendie du Parlement sud-africain", - "description": "L’enceinte de l’Assemblée nationale, où siègent les députés sud-africains, a entièrement brûlé dans le violent incendie qui fait rage depuis dimanche matin, selon le porte-parole du Parlement. Aucune victime n’a été signalée, mais les dégâts sont considérables.", - "content": "L’enceinte de l’Assemblée nationale, où siègent les députés sud-africains, a entièrement brûlé dans le violent incendie qui fait rage depuis dimanche matin, selon le porte-parole du Parlement. Aucune victime n’a été signalée, mais les dégâts sont considérables.", + "title": "En Belgique, le Conseil d’Etat fait rouvrir les salles de spectacle", + "description": "L’institution a jugé, mardi, la mesure disproportionnée et portant « atteinte à la liberté d’expression artistique ». Elle a conduit le gouvernement à renoncer, mercredi, à son projet destiné à limiter la circulation du variant Omicron.", + "content": "Une femme tient une banderole sur laquelle on peut lire « Silence s’il vous plaît » lors d’une manifestation contre les restrictions imposées par le gouvernement belge pour contenir la propagation de la maladie du coronavirus (COVID-19) à Bruxelles, en Belgique, le 26 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2022/01/02/afrique-du-sud-un-violent-incendie-devaste-le-parlement-du-cap_6107939_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/29/en-belgique-le-conseil-d-etat-fait-rouvrir-les-salles-de-spectacle_6107642_3210.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 12:16:42 +0100", + "pubDate": "Wed, 29 Dec 2021 19:35:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249572,17 +275647,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "88b239ba37b06725f2926338bb7f65d0", + "hash": "800f60e2fec34d43c3a3a5f6da028968", "highlights": [] }, { - "title": "Coupe de France de football : Bastia et Nancy créent la surprise", - "description": "Nancy a éliminé Rennes en 16es de finale de la Coupe de France, dimanche 2 janvier.", - "content": "Nancy a éliminé Rennes en 16es de finale de la Coupe de France, dimanche 2 janvier.", + "title": "Les salariés licenciés de la SAM occupent la fonderie automobile pendant les fêtes", + "description": "Licenciés après la liquidation de la Société aveyronnaise de métallurgie, les salariés comptent poursuivre en janvier l’occupation qui dure depuis trente-sept jours.", + "content": "A Viviez, devant le siège de la SAM, le 1er décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2022/01/02/football-bordeaux-premier-club-de-ligue-1-elimine-de-la-coupe-de-france_6107952_3242.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/29/les-salaries-licencies-de-la-sam-occupent-la-fonderie-automobile-pendant-les-fetes_6107641_3234.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 15:45:40 +0100", + "pubDate": "Wed, 29 Dec 2021 19:17:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249594,17 +275669,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "beca5de57d9ba3450ba6e7a32b42429c", + "hash": "27ec4be9c86d2c235a8f714f44d439c5", "highlights": [] }, { - "title": "Covid-19 : Lionel Messi et trois joueurs du PSG positifs, la pandémie bouscule le football européen", - "description": "Lionel Messi, au Parc des Princes, à Paris, le 7 décembre 2021.", - "content": "Lionel Messi, au Parc des Princes, à Paris, le 7 décembre 2021.", + "title": "Etudes de santé : le Conseil d’Etat donne en partie raison aux étudiants recalés à l’oral de l’université de Paris", + "description": "La haute juridiction estime que le juge des référés aurait dû reconnaître en juillet l’urgence du recours formé par treize étudiants, très bien classés aux écrits et recalés à l’oral pour intégrer la filière médecine.", + "content": "L’entrée du Conseil d’État français, en octobre 2018.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2022/01/02/covid-19-lionel-messi-et-trois-joueurs-du-psg-positifs-la-pandemie-bouscule-le-football-europeen_6107951_3244.html", + "link": "https://www.lemonde.fr/campus/article/2021/12/29/etudes-de-sante-le-conseil-d-etat-donne-en-partie-raison-aux-etudiants-recales-a-l-oral-de-l-universite-de-paris_6107640_4401467.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 15:17:34 +0100", + "pubDate": "Wed, 29 Dec 2021 19:00:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249616,17 +275691,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d0e48530d80371f7c0abc113758145a5", + "hash": "f365008cca9a4f96bb77a5b4a74f7a64", "highlights": [] }, { - "title": "Enquête | Pour son bicentenaire, la peintre Rosa Bonheur retrouve la lumière", - "description": "Katherine Brault, dans l’atelier de Rosa Bonheur, devant un tableau inachevé, à Thomery (Seine-et-Marne), le 21 octobre 2021.", - "content": "Katherine Brault, dans l’atelier de Rosa Bonheur, devant un tableau inachevé, à Thomery (Seine-et-Marne), le 21 octobre 2021.", + "title": "Covid-19 : Omicron et Delta accentuent la pression sur « des systèmes de santé au bord de l’effondrement », s’inquiète l’OMS", + "description": "L’Organisation mondiale de la santé s’est dite mercredi « très préoccupée par le fait qu’Omicron, plus transmissible, circulant en même temps que Delta, entraîne un tsunami » de contaminations.", + "content": "Un centre de soins contre le Covid-19 installé dans un complexe sportif, à New Delhi, en Inde, le 22 décembre.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2022/01/02/l-eclat-retrouve-de-rosa-bonheur-la-peintre-qui-humanisait-les-animaux_6107918_3246.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/29/covid-19-les-variants-omicron-et-delta-accentuent-la-pression-sur-des-systemes-de-sante-au-bord-de-l-effondrement-s-inquiete-l-oms_6107637_3244.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 04:52:19 +0100", + "pubDate": "Wed, 29 Dec 2021 18:13:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249638,17 +275713,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "1259f376cc9ab76169c28b04a2c9991a", + "hash": "e13558f5f90068908664b6b501d716e3", "highlights": [] }, { - "title": "Sept tonnes de protoxyde d’azote saisies en Seine-et-Marne", - "description": "Des ballons et des bidons de protoxyde d’azote, communément appelé gaz hilarant, le 21 janvier 2019, à Lille.", - "content": "Des ballons et des bidons de protoxyde d’azote, communément appelé gaz hilarant, le 21 janvier 2019, à Lille.", + "title": "« Titane », « Memoria », « Drive My Car », « First Cow »... Les films préférés de nos critiques cinéma en 2021", + "description": "Les sept journalistes cinéma du « Monde » reviennent sur les longs-métrages qui les ont le plus marqués cette année.", + "content": "Les sept journalistes cinéma du « Monde » reviennent sur les longs-métrages qui les ont le plus marqués cette année.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2022/01/02/sept-tonnes-de-protoxyde-d-azote-saisies-en-seine-et-marne_6107944_3224.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/29/titane-memoria-drive-my-car-first-cow-les-films-preferes-de-nos-critiques-cinema-en-2021_6107633_3246.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 13:54:06 +0100", + "pubDate": "Wed, 29 Dec 2021 17:38:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249660,17 +275735,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b06b3ae7c1972ebcfa6b7f0637dad350", + "hash": "167b48a9a76099f654109c306c339ce5", "highlights": [] }, { - "title": "Soudan : nouvelles manifestations antiputsch, au moins deux morts", - "description": "Des manifestants participent à un rassemblement contre le régime militaire après le coup d’Etat du 25 octobre à Khartoum, au Soudan, le 30 décembre 2021.", - "content": "Des manifestants participent à un rassemblement contre le régime militaire après le coup d’Etat du 25 octobre à Khartoum, au Soudan, le 30 décembre 2021.", + "title": "April Ashley, pionnière de la lutte pour les droits des personnes transgenres, est morte", + "description": "Après son changement de sexe au début des années 1960, elle avait quitté le Royaume-Uni pendant plus de trois décennies en raison des discriminations. Elle a consacré sa vie à défendre les droits des personnes transgenres. Elle avait 86 ans.", + "content": "April Ashley, le 21 avril 1982, à Londres.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2022/01/02/soudan-internet-suspendu-en-vue-de-nouvelles-manifestations-antiputsch_6107943_3212.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/29/april-ashley-pionniere-de-la-lutte-pour-les-droits-des-personnes-transgenres-est-morte_6107630_3382.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 13:21:19 +0100", + "pubDate": "Wed, 29 Dec 2021 16:58:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249682,17 +275757,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b388da03d8ce407d2861a527d504565d", + "hash": "4a8a7ca33547a45d86d28a9a7ce578ec", "highlights": [] }, { - "title": "Clément Beaune était l’invité de l’émission « Questions politiques »", - "description": "A l’occasion du début de la présidence française du Conseil de l’UE, le secrétaire d’Etat chargé des affaires européennes était l’invité de France Inter, de France Télévisions et du « Monde », dimanche.", - "content": "A l’occasion du début de la présidence française du Conseil de l’UE, le secrétaire d’Etat chargé des affaires européennes était l’invité de France Inter, de France Télévisions et du « Monde », dimanche.", + "title": "Une enquête ouverte sur l’incendie et les dégradations commises au domicile du député LRM Pascal Bois", + "description": "Le garage personnel du député de l’Oise a été endommagé par un incendie mercredi et des inscriptions hostiles ont été découvertes sur un mur d’enceinte de son domicile. Gerald Darmanin a demandé aux préfets de renforcer la protection des élus « dans le contexte de l’examen du projet de loi du passe vaccinal ».", + "content": "Le député LRM Pascal Bois à l’Assemblée nationale, le 6 février 2019.", "category": "", - "link": "https://www.lemonde.fr/politique/video/2022/01/02/suivez-en-direct-l-emission-questions-politiques-avec-clement-beaune_6107938_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/29/une-enquete-ouverte-sur-l-incendie-et-les-degradations-commises-au-domicile-du-depute-lrm-pascal-bois_6107629_3224.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 12:00:03 +0100", + "pubDate": "Wed, 29 Dec 2021 16:22:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249704,17 +275779,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3380ecc21bfe849a23e8e1c05ff2ec69", + "hash": "a69e5fe259d370ac1a69188a47b69f2f", "highlights": [] }, { - "title": "Le drapeau européen sous l'Arc de triomphe a été retiré dans la nuit de samedi à dimanche, «conformément au timing prévu», a assuré l’Élysée.", - "description": "L’Arc de triomphe, à Paris, paré du drapeau européen à l’occasion de l’ouverture de la présidence française du Conseil de l’Union européenne, le 1er janvier 2022.", - "content": "L’Arc de triomphe, à Paris, paré du drapeau européen à l’occasion de l’ouverture de la présidence française du Conseil de l’Union européenne, le 1er janvier 2022.", + "title": "Covid-19 : un couvre-feu décrété à La Réunion de 21 heures à 5 heures à partir du 1er janvier pour au moins trois semaines", + "description": "Pointant le « risque de saturation » des capacités hospitalières de l’île, où l’état d’urgence sanitaire avait été rétabli par Jean Castex lundi, le préfet du département d’outre-mer, Jacques Billant, a également annoncé l’interdiction des événements dans l’espace public (sauf manifestation politique ou religieuse), des rassemblements privés dans les salles des fêtes et le rétablissement des jauges dans les établissements recevant du public.", + "content": "Pointant le « risque de saturation » des capacités hospitalières de l’île, où l’état d’urgence sanitaire avait été rétabli par Jean Castex lundi, le préfet du département d’outre-mer, Jacques Billant, a également annoncé l’interdiction des événements dans l’espace public (sauf manifestation politique ou religieuse), des rassemblements privés dans les salles des fêtes et le rétablissement des jauges dans les établissements recevant du public.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2022/01/01/drapeau-europeen-sous-l-arc-de-triomphe-clement-beaune-defend-une-initiative-symbolique-et-temporaire-face-aux-critiques_6107881_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/29/covid-19-un-couvre-feu-decrete-a-la-reunion-a-partir-du-1er-janvier_6107622_3224.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 14:41:51 +0100", + "pubDate": "Wed, 29 Dec 2021 14:06:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249726,17 +275801,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "090daa08c9b23371dd972f7f15ffa8a3", + "hash": "b95932ccfe8e906274731dda55a96058", "highlights": [] }, { - "title": "La free-party illégale dans l’Yonne a pris fin dimanche", - "description": "Des voitures incendiées à Strasbourg (Bas-Rhin), dans la nuit du 31 décembre 2021 au 1er janvier 2022.", - "content": "Des voitures incendiées à Strasbourg (Bas-Rhin), dans la nuit du 31 décembre 2021 au 1er janvier 2022.", + "title": "Dans la Marne, la mémoire des as de l’aviation à la rescousse des opposants à un projet photovoltaïque", + "description": "Près de Reims, un collectif de 400 personnes s’oppose à l’installation de panneaux solaires sur plusieurs dizaines d’hectares de cultures céréalières.", + "content": "Vue aérienne d’un champ de panneaux solaires à  Massangis,  Bourgogne, France.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2022/01/01/a-strasbourg-douze-personnes-interpellees-suite-a-des-violences-urbaines_6107838_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/29/dans-la-marne-la-memoire-des-as-de-l-aviation-a-la-rescousse-des-opposants-a-un-projet-photovoltaique_6107618_3244.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 03:21:54 +0100", + "pubDate": "Wed, 29 Dec 2021 14:00:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249748,17 +275823,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c490acf7aa9f8831641f2fdb489bb97f", + "hash": "29e81cbd1b28a9f2c0abc1e1b1bdddf0", "highlights": [] }, { - "title": "Corée du Nord : une personne est entrée clandestinement depuis le Sud", - "description": "Des soldats sud-coréens dans un poste de garde, vu du parc de la paix Imjingak, près de la zone démilitarisée (DMZ) qui divise les deux Corées, à Paju, le 1er janvier 2022.", - "content": "Des soldats sud-coréens dans un poste de garde, vu du parc de la paix Imjingak, près de la zone démilitarisée (DMZ) qui divise les deux Corées, à Paju, le 1er janvier 2022.", + "title": "Présidentielle et Covid-19 : les meetings de Marine Le Pen, d’Eric Zemmour et de Jean-Luc Mélenchon n’auront pas de jauge", + "description": "La République en marche a dit qu’elle respecterait la mise en place de jauges, annoncée par Jean Castex lundi, même si elle ne concerne pas les meetings politiques. Du côté de Yannick Jadot, Valérie Pécresse ou Anne Hidalgo, les équipes de campagne, sans parler de jauges, assurent « respecter les règles sanitaires ».", + "content": "La République en marche a dit qu’elle respecterait la mise en place de jauges, annoncée par Jean Castex lundi, même si elle ne concerne pas les meetings politiques. Du côté de Yannick Jadot, Valérie Pécresse ou Anne Hidalgo, les équipes de campagne, sans parler de jauges, assurent « respecter les règles sanitaires ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2022/01/02/une-personne-entre-clandestinement-en-coree-du-nord-depuis-le-sud_6107922_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/29/presidentielle-et-covid-19-les-meetings-du-rassemblement-national-et-de-la-france-insoumise-n-auront-pas-de-jauge_6107615_823448.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 06:02:20 +0100", + "pubDate": "Wed, 29 Dec 2021 12:57:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249770,17 +275845,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4783d61f6a7d6a1cb01b213afcbb5e42", + "hash": "958204512fb619ddd37968d2ffea4f8e", "highlights": [] }, { - "title": "Présidentielle 2022 : Aurore Bergé appelle à un « front commun contre la violence » visant les élus", - "description": "La députée La République en marche Aurore Bergé, lors d’une séance de questions au gouvernement, à l’Assemblée nationale, à Paris, le 20 octobre 2020.", - "content": "La députée La République en marche Aurore Bergé, lors d’une séance de questions au gouvernement, à l’Assemblée nationale, à Paris, le 20 octobre 2020.", + "title": "En Russie, la justice ordonne la dissolution du Centre de défense des droits humains de l’ONG Memorial", + "description": "La décision, prononcée mercredi, survient au lendemain de l’interdiction de la structure mère de l’organisation, vivement critiquée par les Nations unies. La Cour européenne des droits de l’homme a demandé à la Russie de « suspendre » cette dissolution.", + "content": "L’avocat Ilya Novikov tient une conférence de presse à la sortie du tribunal de Moscou, mercredi 29 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2022/01/02/aurore-berge-appelle-a-un-front-commun-contre-la-violence-visant-les-elus_6107917_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/29/en-russie-la-justice-ordonne-la-dissolution-du-centre-de-defense-des-droits-humains-de-l-ong-memorial_6107614_3210.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 03:54:31 +0100", + "pubDate": "Wed, 29 Dec 2021 12:42:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249792,17 +275867,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7192e2844603633db35dd174c2cf372", + "hash": "1969df365501ccd4b56eaffdf9677010", "highlights": [] }, { - "title": "Covid-19 dans le monde : Londres appelle à « vivre avec » le virus, plus de 2 700 vols annulés aux Etats-Unis", - "description": "Des policiers portant des masques patrouillent sur le pont de Westminster alors que les gens se rassemblent pour célébrer le Nouvel An, à Londres, le 31 décembre 2021.", - "content": "Des policiers portant des masques patrouillent sur le pont de Westminster alors que les gens se rassemblent pour célébrer le Nouvel An, à Londres, le 31 décembre 2021.", + "title": "« Pensez à covoiturer », « prenez les transports en commun » : de nouveaux messages obligatoires sur les publicités automobiles", + "description": "A la télévision comme sur Internet, toute promotion d’un véhicule à moteur devra être accompagnée d’un message encourageant à une mobilité moins polluante dès le 1er mars 2022.", + "content": "Sur une voie rapide près de Caen (Calvados), le 22 avril 2018.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2022/01/02/covid-19-dans-le-monde-londres-appelle-a-vivre-avec-le-virus-plus-de-2-600-de-vols-annules-aux-etats-unis_6107916_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/29/pensez-a-covoiturer-prenez-les-transports-en-commun-de-nouveaux-messages-obligatoires-sur-les-publicites-automobiles_6107611_3234.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 03:03:06 +0100", + "pubDate": "Wed, 29 Dec 2021 11:48:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249814,17 +275889,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "93e558a789ec4d3d8e1669903dc8b584", + "hash": "ccca536206062b32bf4dd1408328614d", "highlights": [] }, { - "title": "Covid-19 : les non-vaccinés devraient pouvoir dire s’ils souhaitent ou non être réanimés, estime le professeur Grimaldi", - "description": "Une infirmière tient la main d’un patient atteint du Covid-19 sous ventilateur, à l’hôpital de la Timone, à Marseille, le 31 décembre 2021.", - "content": "Une infirmière tient la main d’un patient atteint du Covid-19 sous ventilateur, à l’hôpital de la Timone, à Marseille, le 31 décembre 2021.", + "title": "La photographe franco-suisse Sabine Weiss, figure du courant humaniste, est morte à l’âge de 97 ans", + "description": "Elle était notamment connue pour ses photos du Paris des années 1950 et s’inscrivait dans l’école française humaniste qui comptait également Robert Doisneau, Willy Ronis ou encore Edouard Boubat. Elle est morte mardi à Paris, a annoncé sa famille dans un communiqué.", + "content": "La photographe franco-suisse Sabine Weiss, le 16 juillet 2020 à Vannes.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2022/01/02/covid-19-les-non-vaccines-devraient-pouvoir-dire-s-ils-souhaitent-ou-non-etre-reanimes-estime-le-professeur-grimaldi_6107912_3244.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/29/la-photographe-franco-suisse-sabine-weiss-figure-du-courant-humaniste-est-morte_6107608_3382.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 01:51:22 +0100", + "pubDate": "Wed, 29 Dec 2021 11:31:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249836,17 +275911,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d171f7acc502330e1b67e00db862f58", + "hash": "68805c5e12fd397a7fcaeae8d9ebd8ef", "highlights": [] }, { - "title": "Covid-19 : la période d’isolement réduite à sept jours dès lundi pour les vaccinés testés positifs", - "description": "Le ministre de la santé, Olivier Veran, à Paris, le 10 décembre 2020.", - "content": "Le ministre de la santé, Olivier Veran, à Paris, le 10 décembre 2020.", + "title": "En Afghanistan, le recul des droits des femmes", + "description": "Une manifestation de femmes, dans les rues de Kaboul, a été violemment réprimée par les autorités talibanes, qui viennent d’édicter de nouvelles « recommandations » limitant la liberté des Afghanes.", + "content": "Manifestation de femmes afghanes contre les « recommandations » très restrictives des talibans à leur égard, à Kaboul, le 28 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2022/01/02/covid-19-la-periode-d-isolement-reduite-a-sept-jours-pour-les-vaccines-testes-positifs_6107910_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/29/en-afghanistan-le-recul-des-droits-des-femmes_6107607_3210.html", "creator": "", - "pubDate": "Sun, 02 Jan 2022 00:28:45 +0100", + "pubDate": "Wed, 29 Dec 2021 11:18:57 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249858,17 +275933,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc739fb542b87748540e6183498c5882", + "hash": "48b60f78b0d04109e3c44c6ad4a93925", "highlights": [] }, { - "title": "Dans le Colorado, trois personnes portées disparues et 1 000 maisons détruites à la suite d’incendies dévastateurs", - "description": "La neige recouvre les restes brûlés d’une maison après l’incendie Marshall, à Louisville, dans le Colorado, aux Etats-Unis, le 1er janvier 2022.", - "content": "La neige recouvre les restes brûlés d’une maison après l’incendie Marshall, à Louisville, dans le Colorado, aux Etats-Unis, le 1er janvier 2022.", + "title": "L’un des derniers médias indépendants de Hongkong contraint de fermer ses portes", + "description": "La police a persquitionné les locaux du site Internet « Stand News », qui a annoncé son arrêt après avoir pris connaissance du gel de ses actifs. Plusieurs de ses dirigeants ont été interpellés.", + "content": "Des policiers attendent à l’extérieur de l’immeuble où se situent les bureaux de « Stand News », à Hongkong, le 29 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2022/01/01/dans-le-colorado-3-personnes-disparues-et-1-000-maisons-detruites-apres-des-incendies-devastateurs_6107907_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/29/l-un-des-derniers-medias-independants-de-hongkong-contraint-de-fermer-ses-portes_6107606_3210.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 23:45:45 +0100", + "pubDate": "Wed, 29 Dec 2021 11:14:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249880,17 +275955,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b8f5f79b23dc476b2baeeb5d28508698", + "hash": "e124e5fbee1837047b75006de3eff015", "highlights": [] }, { - "title": "Covid-19 en France : plus de 200 000 nouveaux cas en vingt-quatre heures pour la quatrième journée d’affilée", - "description": "Dans une rue de Paris, le 31 décembre 2021.", - "content": "Dans une rue de Paris, le 31 décembre 2021.", + "title": "Les sept profils de djihadistes français que dessine une étude inédite", + "description": "Pour la première fois, une étude portant sur l’ensemble des hommes incarcérés pour terrorisme islamiste en France permet de dégager des points communs : un milieu urbain, une famille plutôt stable, la précarité économique, un niveau d’études faible, une radicalisation sur Internet. « Le Monde » s’est entretenu avec Xavier Crettiez, coauteur de cette radiographie.", + "content": "Salle d’audience temporaire pour le procès des attaques terroristes islamistes de novembre 2015, à Paris, le 2 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2022/01/01/covid-19-en-france-plus-de-200-000-nouveaux-cas-en-vingt-quatre-heures-pour-la-troisieme-journee-consecutive_6107905_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/29/djihadisme-en-france-deux-tiers-des-condamnes-pour-terrorisme-ont-vecu-un-choc-moral-virtuel_6107570_3224.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 21:38:30 +0100", + "pubDate": "Wed, 29 Dec 2021 05:20:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249902,17 +275977,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1f785d84d2a85f9940fa8d6ff14a3b2", + "hash": "c2acccd3c3d9c101669f61186861ad18", "highlights": [] }, { - "title": "Dakar 2022 : le pilote français Philippe Boutron blessé dans l’explosion de sa voiture", - "description": "Blessé à la jambe, il a été opéré en Arabie saoudite et doit être rapatrié en France. Des investigations sont en cours pour élucider les circonstances de l’explosion.", - "content": "Blessé à la jambe, il a été opéré en Arabie saoudite et doit être rapatrié en France. Des investigations sont en cours pour élucider les circonstances de l’explosion.", + "title": "Le site d’information prodémocratie a publié un communiqué, mercredi, annonçant la fin de ses activités et le licenciement de ses équipes après l’annonce de poursuites par les autorités en vertu d’une loi datant de l’époque coloniale.", + "description": "Le site d’information prodémocratie a publié un communiqué, mercredi, révélant la fin de ses activités et le licenciement de son équipe après l’annonce de poursuites par les autorités en vertu d’une loi datant de l’époque coloniale.", + "content": "Le rédacteur en chef de « Stand News », Patrick Lam, est interpellé à l’extérieur des locaux du site d’information, à Hongkong, le 29 décembre.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2022/01/01/dakar-2022-le-pilote-francais-philippe-boutron-blesse-dans-l-explosion-de-sa-voiture_6107904_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/29/a-hongkong-la-police-arrete-six-membres-d-un-site-d-information_6107564_3210.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 20:53:29 +0100", + "pubDate": "Wed, 29 Dec 2021 02:44:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249924,17 +275999,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a8393ede1744f7a11541ac6eac9882e", + "hash": "70f3c570aafb92ad5223fffbade1cc9e", "highlights": [] }, { - "title": "Handball : l’international français Elohim Prandi hospitalisé après une agression au couteau", - "description": "Elohim Prandi sous les couleurs du Paris-Saint-Germain (PSG), le 29 décembre 2020.", - "content": "Elohim Prandi sous les couleurs du Paris-Saint-Germain (PSG), le 29 décembre 2020.", + "title": "Envisager de demander un test négatif en plus du passe vaccinal pour l’accès à certains lieux est une « question légitime », selon Olivier Véran", + "description": "Interrogé par la commission des lois, Olivier Véran s’est dit « favorable » à un contrôle du passe lors des rassemblements politiques.", + "content": "Le ministre de la santé, Olivier Véran, à l’Assemblée nationale, mercredi 29 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/police-justice/article/2022/01/01/handball-l-international-francais-elohim-prandi-hospitalise-apres-une-agression-au-couteau-mais-hors-de-danger_6107903_1653578.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/29/covid-19-le-projet-de-loi-sur-le-passe-vaccinal-examine-mercredi-a-l-assemblee-nationale_6107599_823448.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 20:16:44 +0100", + "pubDate": "Wed, 29 Dec 2021 09:22:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249946,17 +276021,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4b092260b3da9005561b37c06645029", + "hash": "3bd272a106bb9a8c8af89f1c55069e25", "highlights": [] }, { - "title": "Covid-19 : les assistantes maternelles pourront garder jusqu’à six enfants", - "description": "Dans un arrêté publié samedi, le gouvernement élève le nombre maximal d’enfants avec l’objectif de faciliter la recherche de remplacement en cas d’arrêt maladie.", - "content": "Dans un arrêté publié samedi, le gouvernement élève le nombre maximal d’enfants avec l’objectif de faciliter la recherche de remplacement en cas d’arrêt maladie.", + "title": "Covid-19 : les discothèques resteront fermées au moins jusqu’à fin janvier", + "description": "« Le mois de décembre représentant 20 % du chiffre d’affaires annuel », des compensations financières seront mises en place, a fait savoir Jean-Baptiste Lemoyne, ministre délégué chargé du tourisme et des PME.", + "content": "La piste vide du Nine, discotheque et salle de concert à Toulouse, le 5 juin 2020", "category": "", - "link": "https://www.lemonde.fr/societe/article/2022/01/01/covid-19-les-assistantes-maternelles-pourront-garder-jusqu-a-six-enfants_6107900_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/29/covid-19-les-discotheques-resteront-fermees-jusqu-a-fin-janvier_6107595_3234.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 19:08:33 +0100", + "pubDate": "Wed, 29 Dec 2021 08:39:37 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249968,17 +276043,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a58a650e84035765bb8680aea282be1", + "hash": "09d518bf03d364b06ee49cbeb1c7ede7", "highlights": [] }, { - "title": "Irak : des milliers de manifestants pour le deuxième anniversaire de la mort du général Soleimani", - "description": "Des milliers de partisans du Hachd Al-Chaabi, une coalition de milices irakiennes dominée par des factions pro-iraniennes, manifestent à Bagdad, le 1er janvier 2022.", - "content": "Des milliers de partisans du Hachd Al-Chaabi, une coalition de milices irakiennes dominée par des factions pro-iraniennes, manifestent à Bagdad, le 1er janvier 2022.", + "title": "Tribune | Christiane Taubira : « A gauche, nos convergences sont suffisantes pour nous permettre de gouverner ensemble cinq ans »", + "description": "L’ancienne ministre de la justice a annoncé qu’elle rendrait, d’ici à la mi-janvier, sa décision sur son éventuelle candidature à la présidentielle. Evoquant des pistes de rassemblement, elle rappelle, dans une tribune au « Monde », que les forces de gauche sont « liées par un destin collectif qui transcende les péripéties personnelles ».", + "content": "Christiane Taubira après l'annonce de son éventuelle candidature à l'élection présidentielle de 2022, à Saint-Denis (Seine-Saint-Denis), le 18 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2022/01/01/irak-des-milliers-de-manifestants-pour-le-deuxieme-anniversaire-de-la-mort-du-general-soleimani_6107895_3210.html", + "link": "https://www.lemonde.fr/idees/article/2021/12/29/christiane-taubira-a-gauche-nos-convergences-sont-suffisantes-pour-nous-permettre-de-gouverner-ensemble-cinq-ans_6107580_3232.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 17:24:28 +0100", + "pubDate": "Wed, 29 Dec 2021 06:39:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -249990,17 +276065,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "86f1e8a3c183ad77f7c2a9e83d86d8b7", + "hash": "f5297766dc396461225d23288faf8892", "highlights": [] }, { - "title": "Récit | Le lent cheminement vers la fermeture de l’ENA, désormais remplacée par l’INSP", - "description": "Photos des anciennes promotions dans le hall d’entrée de l’ENA, à Strasbourg, le 14 janvier 2013.", - "content": "Photos des anciennes promotions dans le hall d’entrée de l’ENA, à Strasbourg, le 14 janvier 2013.", + "title": "Météo : cinq départements en vigilance orange, risque d’avalanche en Savoie, Haute-Savoie et Isère", + "description": "Météo-France a placé mercredi en vigilance orange pluie-inondation la Savoie, la Haute-Savoie, l’Ain et l’Isère. En milieu de journée, le Puy-de-Dôme a été placé en vigilance orange crues, tout comme l’Ain.", + "content": "Un télésiège fermé devant un bâtiment d’hébergement désert pendant une forte chute de neige dans la station de ski d’hiver fermée de Val d’Isère, alors que l’épidémie de Covid-19 se poursuit en France, le 12 décembre 2020.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2022/01/01/la-reforme-de-la-haute-fonction-publique-un-concentre-du-quinquennat-macron_6107893_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/29/quatre-departements-en-vigilance-orange-risque-d-avalanche-en-haute-savoie_6107586_3244.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 17:18:18 +0100", + "pubDate": "Wed, 29 Dec 2021 07:04:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250012,17 +276087,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f6ad5e41738c58c61272b569ec3c612", + "hash": "894cd0376bc15caf29f32247cc61fafb", "highlights": [] }, { - "title": "La Commission européenne dévoile un projet classant les investissements dans le nucléaire comme « durables »", - "description": "La centrale nucléaire de Civaux (Vienne), le 8 octobre 2021.", - "content": "La centrale nucléaire de Civaux (Vienne), le 8 octobre 2021.", + "title": "Aux Philippines, levée d’un moratoire sur les mines à ciel ouvert", + "description": "La mesure avait été imposée en 2017 par le gouvernement précédent, qui accusait le secteur minier de provoquer de graves dommages à l’environnement.", + "content": "Vue aérienne du site minier de Cagdianao, sur l’île de Dinagat, aux Philippines, le 25 février 2017.", "category": "", - "link": "https://www.lemonde.fr/energies/article/2022/01/01/la-commission-europeenne-devoile-un-projet-classant-les-investissements-dans-le-nucleaire-comme-durables_6107890_1653054.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/29/aux-philippines-levee-d-un-moratoire-sur-les-mines-a-ciel-ouvert_6107575_3244.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 16:12:06 +0100", + "pubDate": "Wed, 29 Dec 2021 05:59:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250034,17 +276109,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ee8e813dcfab6192a54952544731d39", + "hash": "5ab2169296e4bf08d466325d7f8195f6", "highlights": [] }, { - "title": "Une militaire tuée à coups de couteau en Maine-et-Loire, l’hypothèse d’un féminicide « privilégiée »", - "description": "Le corps de la victime a été retrouvé près de son domicile, proche de Saumur. Le suspect, interpellé samedi matin, est un militaire d’un autre régiment.", - "content": "Le corps de la victime a été retrouvé près de son domicile, proche de Saumur. Le suspect, interpellé samedi matin, est un militaire d’un autre régiment.", + "title": "En Russie, la dissolution de l’ONG Memorial marque l’ampleur du recul démocratique de l’ère Poutine", + "description": "La fin de la plus ancienne et la plus connue des associations de défense des droits de l’homme russes, gardienne de la mémoire des victimes de la terreur stalinienne, a été prononcée par la Cour suprême, mardi 28 décembre.", + "content": "La fin de la plus ancienne et la plus connue des associations de défense des droits de l’homme russes, gardienne de la mémoire des victimes de la terreur stalinienne, a été prononcée par la Cour suprême, mardi 28 décembre.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2022/01/01/une-militaire-tuee-a-coups-de-couteau-en-maine-et-loire-l-hypothese-d-un-feminicide-privilegiee_6107888_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/29/en-russie-la-dissolution-de-l-ong-memorial-marque-l-ampleur-du-recul-democratique-de-l-ere-poutine_6107571_3210.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 15:31:21 +0100", + "pubDate": "Wed, 29 Dec 2021 05:24:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250056,17 +276131,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad43f41b587a1796e056d384ba49134b", + "hash": "be339a886398c814b5778744290d075c", "highlights": [] }, { - "title": "Harcèlement : un dispositif de signalement mis en place au sein des services du premier ministre", - "description": "L’installation de ce dispositif intervient après plusieurs enquêtes révélant le management brutal au sein de certains services de Matignon.", - "content": "L’installation de ce dispositif intervient après plusieurs enquêtes révélant le management brutal au sein de certains services de Matignon.", + "title": "Présidentielle 2022 : les pistes de l’exécutif pour organiser une élection sous Covid-19", + "description": "Le ministre de l’intérieur, Gérald Darmanin, réunira une commission pour définir les modalités d’un scrutin perturbé par l’épidémie. Si le gouvernement exclut l’usage du vote par correspondance, il a déjà déposé un décret pour faciliter le processus de procuration.", + "content": "Un assesseur porte des gants, lors du premier tour des élections municipales, à Lyon, le 15 mars 2020.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2022/01/01/harcelement-un-dispositif-de-signalement-mis-en-place-au-sein-des-services-du-premier-ministre_6107880_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/29/presidentielle-2022-les-pistes-de-l-executif-pour-organiser-une-election-sous-covid-19_6107569_823448.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 14:37:17 +0100", + "pubDate": "Wed, 29 Dec 2021 05:03:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250078,17 +276153,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "47cbf24ab7c173b9252cbfa4e764b8f5", + "hash": "cacbb7d1ab0394c66f7e0214a6e6281b", "highlights": [] }, { - "title": "Le « mois sans alcool » reprend, toujours sans aides publiques", - "description": "L’opération n’aura pas de soutien de l’Etat, qui s’en est brutalement retiré à la fin de 2019, cédant au lobbying des alcooliers.", - "content": "L’opération n’aura pas de soutien de l’Etat, qui s’en est brutalement retiré à la fin de 2019, cédant au lobbying des alcooliers.", + "title": "Harry Reid, ancien chef démocrate du Sénat américain, est mort", + "description": "L’élu démocrate aura été un personnage majeur de la fin de la présidence de George W. Bush, et d’une grande partie des deux mandats de Barack Obama. Il avait 82 ans.", + "content": "Le sénateur démocrate du Nevada, Harry Reid, lors d’une conférence de presse au Capitole, à Washington, aux Etats-Unis, le 3 décembre 1996.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2022/01/01/le-mois-sans-alcool-reprend-toujours-sans-aides-publiques_6107875_3224.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/29/harry-reid-ancien-chef-democrate-du-senat-americain-est-mort_6107566_3382.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 13:18:36 +0100", + "pubDate": "Wed, 29 Dec 2021 04:38:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250100,17 +276175,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f600b76842c28a00a22b06325a92319", + "hash": "fb8cb2e57a96d53d813100575a001b3d", "highlights": [] }, { - "title": "Le président Cyril Ramaphosa rend un dernier hommage à Desmond Tutu, « père spirituel » de la démocratie sud-africaine", - "description": "Lors de la messe de requiem pour Desmond Tutu, dans la ville sud-africaine du Cap, le 1er janvier 2022.", - "content": "Lors de la messe de requiem pour Desmond Tutu, dans la ville sud-africaine du Cap, le 1er janvier 2022.", + "title": "Après la rencontre entre Mahmoud Abbas et Benny Gantz en Israël, des « mesures de confiance » annoncées avec l’Autorité palestinienne", + "description": "Le ministère israélien de la défense a annoncé, mercredi, le versement de taxes perçues en son nom à la Palestine et la régularisation de 6 000 Palestiniens vivant en zone C, en Cisjordanie.", + "content": "Le président palestinien, Mahmoud Abbas, le 23 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2022/01/01/en-afrique-du-sud-une-messe-de-requiem-et-un-dernier-hommage-a-desmond-tutu_6107873_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/29/le-president-palestinien-mahmoud-abbas-rencontre-le-ministre-israelien-de-la-defense_6107565_3210.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 12:21:57 +0100", + "pubDate": "Wed, 29 Dec 2021 03:54:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250122,17 +276197,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "e34f4869da1f1221c694e9a8d8b4c7e5", + "hash": "b671e1711e5460cdd97e22a7302b0e17", "highlights": [] }, { - "title": "Le monde a basculé en 2022 à l’ombre de la pandémie", - "description": "Evénements sévèrement encadrés ou tout simplement annulés, réveillons souvent limités à la « bulle » familiale : une fois encore, la planète a basculé dans la nouvelle année à l’ombre de la pandémie.", - "content": "Evénements sévèrement encadrés ou tout simplement annulés, réveillons souvent limités à la « bulle » familiale : une fois encore, la planète a basculé dans la nouvelle année à l’ombre de la pandémie.", + "title": "Nucléaire iranien : Washington voit des progrès « modestes » dans les négociations", + "description": "Ces progrès sont toutefois « beaucoup trop lents », a déclaré à la presse le porte-parole du département d’Etat américain mardi, au lendemain de la reprise des pourparlers.", + "content": "Le porte-parole du département d’Etat américain, Ned Price, à Washington, aux Etats-Unis, le 16 février 2021.", "category": "", - "link": "https://www.lemonde.fr/international/live/2021/12/31/nouvel-an-2022-l-australie-a-celebre-la-nouvelle-annee-malgre-la-pandemie-couvre-feu-au-quebec_6107800_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/29/nucleaire-iranien-washington-voit-des-progres-modestes-dans-les-negociations_6107563_3210.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 12:19:31 +0100", + "pubDate": "Wed, 29 Dec 2021 02:21:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250144,17 +276219,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "96c90ea0299608e01f06fa2c060840b3", + "hash": "81ca0af297e53f1c4e26ecaaa18c98e2", "highlights": [] }, { - "title": "Le port du masque devient obligatoire dès 6 ans dans certains lieux publics à partir de lundi", - "description": "Un décret paru samedi au « Journal officiel » impose le port du masque aux enfants âgés de 6 ans et plus dans les transports publics, les enceintes sportives ou encore les lieux de culte. Cette obligation ne concernait jusqu’ici que les enfants âgés de 11 ans et plus.", - "content": "Un décret paru samedi au « Journal officiel » impose le port du masque aux enfants âgés de 6 ans et plus dans les transports publics, les enceintes sportives ou encore les lieux de culte. Cette obligation ne concernait jusqu’ici que les enfants âgés de 11 ans et plus.", + "title": "Aux Etats-Unis, des reliques de la guerre de Sécession retrouvées dans une capsule temporelle", + "description": "A l’intérieur se trouvaient des munitions, de la monnaie, des journaux, des livres, des documents de loges maçonniques de la région… Mais pas de photo d’Abraham Lincoln.", + "content": "Un marque-page à l’effigie de Robert Lee extrait de la capsule temporelle trouvée sous la statue du général confédéré, à Richmond, en Virginie, le 28 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2022/01/01/le-masque-obligatoire-des-6-ans-dans-certains-lieux-publics-a-partir-de-lundi_6107868_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/28/aux-etats-unis-des-reliques-de-la-guerre-de-secession-retrouvees-dans-une-capsule-temporelle_6107557_3210.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 11:09:53 +0100", + "pubDate": "Tue, 28 Dec 2021 23:44:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250166,17 +276241,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d79244bc98a4ed9d37d60086b68c8a6", + "hash": "c2e476859ba773fb3abd72dc84e15017", "highlights": [] }, { - "title": "Agnès Buzyn, Gérard Collomb, Pierre Gattaz… Découvrez la promotion 2022 de la Légion d’honneur", - "description": "Marquée par un souci de parité, cette promotion fait la part belle à celles et ceux qui ont lutté contre la pandémie de Covid-19, en récompensant notamment les membres du conseil scientifique.", - "content": "Marquée par un souci de parité, cette promotion fait la part belle à celles et ceux qui ont lutté contre la pandémie de Covid-19, en récompensant notamment les membres du conseil scientifique.", + "title": "La Russie et les Etats-Unis organiseront des pourparlers en janvier sur l’Ukraine et la sécurité en Europe", + "description": "Ces discussions visent à permettre un apaisement après des semaines d’escalade des tensions au sujet de l’Ukraine. Signe qu’elles seront âpres, le chef de la diplomatie russe, Sergueï Lavrov, a d’ores et déjà exclu toute « concession ».", + "content": "Ces discussions visent à permettre un apaisement après des semaines d’escalade des tensions au sujet de l’Ukraine. Signe qu’elles seront âpres, le chef de la diplomatie russe, Sergueï Lavrov, a d’ores et déjà exclu toute « concession ».", "category": "", - "link": "https://www.lemonde.fr/politique/article/2022/01/01/agnes-buzyn-gerard-collomb-pierre-gattaz-decouvrez-la-promotion-2022-de-la-legion-d-honneur_6107865_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/28/la-russie-et-les-etats-unis-organiseront-des-pourparlers-en-janvier-sur-l-ukraine-et-la-securite-en-europe_6107556_3210.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 10:49:49 +0100", + "pubDate": "Tue, 28 Dec 2021 22:51:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250188,17 +276263,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5312760176a1726fe81b867d6da2c78", + "hash": "4b05abc6aeec5c308bf6da9d582951d5", "highlights": [] }, { - "title": "Les stations de sports d’hiver mises en difficulté par la cinquième vague de Covid-19", - "description": "A L’Alpe d’Huez (Isère), le 13 décembre 2021.", - "content": "A L’Alpe d’Huez (Isère), le 13 décembre 2021.", + "title": "Hugo Maradona, le frère de Diego, est mort à l’âge de 52 ans", + "description": "Le cadet du génie argentin du football a succombé à un infarctus dans sa maison de l’agglomération napolitaine, selon des médias italiens.", + "content": "Diego Maradona (à gauche) avec son frère Hugo, en 1986 en Argentine.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2022/01/01/les-stations-de-sports-d-hiver-mises-en-difficulte-par-la-cinquieme-vague-de-covid-19_6107860_3234.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/28/hugo-maradona-le-frere-de-diego-est-mort-a-l-age-de-52-ans_6107555_3382.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 09:30:08 +0100", + "pubDate": "Tue, 28 Dec 2021 22:09:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250210,17 +276285,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c015ce8579ce695404f811db5dba2c09", + "hash": "733f7760239e14e65f4498986fa78815", "highlights": [] }, { - "title": "Consommation, environnement, international… Ce qui change avec le passage en 2022", - "description": "Sur la scène internationale, le 1er janvier marque le début de la présidence française du Conseil de l’Union européenne. En France, les changements sont nombreux, de la revalorisation du smic et des retraites à la contraception gratuite pour les moins de 25 ans.", - "content": "Sur la scène internationale, le 1er janvier marque le début de la présidence française du Conseil de l’Union européenne. En France, les changements sont nombreux, de la revalorisation du smic et des retraites à la contraception gratuite pour les moins de 25 ans.", + "title": "Le secteur de l’événementiel s’inquiète des « conséquences terribles » des nouvelles mesures du gouvernement", + "description": "", + "content": "", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2022/01/01/consommation-environnement-international-ce-qui-change-avec-le-passage-en-2022_6107856_4355770.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/28/le-secteur-de-l-evenementiel-s-inquiete-des-consequences-terribles-des-nouvelles-mesures-du-gouvernement_6107554_3234.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 08:26:26 +0100", + "pubDate": "Tue, 28 Dec 2021 21:38:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250232,17 +276307,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d68b64ee16406eab0342206b7f09de0", + "hash": "6486118799644171a177a3ccf85732e3", "highlights": [] }, { - "title": "Du CSA à l’Arcom, le régulateur de l’audiovisuel étend ses pouvoirs au numérique", - "description": "Le président du Conseil supérieur de l’audiovisuel, Roch-Olivier Maistre, le 24 janvier 2019, à Paris.", - "content": "Le président du Conseil supérieur de l’audiovisuel, Roch-Olivier Maistre, le 24 janvier 2019, à Paris.", + "title": "La disponibilité des centrales nucléaires françaises au plus bas", + "description": "Sur 56 réacteurs, 17 sont à l’arrêt, ce qui peut poser problème en cas de grand froid, souligne le gestionnaire RTE, qui a relevé son niveau de vigilance.", + "content": "Le coeur du réacteur de la centrale nucléaire de Civaux (Vienne), le 8 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2022/01/01/du-csa-a-l-arcom-le-regulateur-de-l-audiovisuel-etend-ses-pouvoirs-au-numerique_6107855_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/30/la-disponibilite-des-centrales-nucleaires-francaises-au-plus-bas_6107699_3234.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 08:00:14 +0100", + "pubDate": "Thu, 30 Dec 2021 11:30:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250254,17 +276329,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad96f35af224c9232ef808177a65d7bb", + "hash": "7f0d124043bead070941d05e32410544", "highlights": [] }, { - "title": "La France prend les rênes de l’Union européenne pour six mois", - "description": "La tour Eiffel a revêtu les couleurs de l’Union européenne, vendredi 31 décembre 2021.", - "content": "La tour Eiffel a revêtu les couleurs de l’Union européenne, vendredi 31 décembre 2021.", + "title": "Covid-19 : masque obligatoire à l’extérieur dans presque toute l’Ile-de-France dès vendredi", + "description": "Après Paris hier soir, les autres départements de la région francilienne ont à leur tour décrété la mesure, qui s’appliquera à toutes les personnes âgées de plus de 11 ans.", + "content": "Après Paris hier soir, les autres départements de la région francilienne ont à leur tour décrété la mesure, qui s’appliquera à toutes les personnes âgées de plus de 11 ans.", "category": "", - "link": "https://www.lemonde.fr/international/article/2022/01/01/la-france-prend-les-renes-de-l-union-europeenne-pour-six-mois_6107846_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/30/covid-19-masque-obligatoire-a-l-exterieur-dans-presque-toute-l-ile-de-france-des-vendredi_6107693_3244.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 06:44:59 +0100", + "pubDate": "Thu, 30 Dec 2021 10:54:57 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250276,17 +276351,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "b05d3cb0066cb294dadb60183f2f2e58", + "hash": "c6a38b172ee0f0bc24da3887111c1068", "highlights": [] }, { - "title": "En Inde, au moins douze personnes tuées à la suite d’une bousculade dans un sanctuaire hindou", - "description": "Des fidèles au bord de la rivière Yamuna, lors du festival  Chhath Puja le 10 novembre 2021.", - "content": "Des fidèles au bord de la rivière Yamuna, lors du festival  Chhath Puja le 10 novembre 2021.", + "title": "Biden va proposer à Poutine une « voie diplomatique » pour sortir de la crise ukrainienne", + "description": "Le président américain et son homologue russe doivent s’entretenir au téléphone, jeudi. Il s’agira du deuxième appel en moins d’un mois pour tenter de sortir de la crise.", + "content": "Le président américain, Joe Biden, à Washington, le 18 novembre 2021, et le président russe, Vladimir Poutine, à Moscou, le 4 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2022/01/01/en-inde-au-moins-12-personnes-tuees-suite-a-une-bousculade-dans-un-sanctuaire-hindou_6107842_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/30/biden-proposera-a-poutine-une-voie-diplomatique-sur-l-ukraine-lors-d-un-appel-jeudi_6107665_3210.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 05:59:38 +0100", + "pubDate": "Thu, 30 Dec 2021 05:26:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250298,17 +276373,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "44400233fe5fa827254e6b276c1be572", + "hash": "107486ce32f298b6f8e4858f092c42f9", "highlights": [] }, { - "title": "En Corée du Nord, Kim Jong-un affirme que la sécurité alimentaire est sa priorité", - "description": "Cette photo non datée publiée le 1er janvier 2022 par l’agence de presse nord-coréenne KCNA montre le président Kim Jong-un lors d’une réunion plénière du Parti du travail de Corée, à Pyongyang.", - "content": "Cette photo non datée publiée le 1er janvier 2022 par l’agence de presse nord-coréenne KCNA montre le président Kim Jong-un lors d’une réunion plénière du Parti du travail de Corée, à Pyongyang.", + "title": "Avec près de 180 000 nouveaux cas enregistrés en vingt-quatre heures, l’épidémie de Covid-19 continue de progresser fortement en France", + "description": "Après les plus de 100 000 cas enregistrés le jour de Noël, le nombre de tests positifs sur une journée a atteint un niveau inédit mardi. Plus de 3 400 patients sont hospitalisés en soins critiques en raison du Covid-19, soit une hausse de 417 patients sur une journée, tandis que 242 personnes sont mortes de la maladie.", + "content": "Après les plus de 100 000 cas enregistrés le jour de Noël, le nombre de tests positifs sur une journée a atteint un niveau inédit mardi. Plus de 3 400 patients sont hospitalisés en soins critiques en raison du Covid-19, soit une hausse de 417 patients sur une journée, tandis que 242 personnes sont mortes de la maladie.", "category": "", - "link": "https://www.lemonde.fr/international/article/2022/01/01/en-coree-du-nord-kim-jong-un-affirme-faire-de-la-securite-alimentaire-sa-priorite_6107840_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/28/covid-19-pres-de-180-000-tests-positifs-sur-une-journee-en-france-un-niveau-jamais-atteint_6107548_3244.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 04:50:59 +0100", + "pubDate": "Tue, 28 Dec 2021 19:49:57 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250320,17 +276395,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "0904a850809c2ce8b94d9f1a7e6e7fbf", + "hash": "7c217c62cfdfae5b6dc63cb3cc9746ac", "highlights": [] }, { - "title": "Jours fériés en 2022, ponts, vacances... Le calendrier de vos congés", - "description": "Combien de jours fériés tombent hors week-end ? Y aura-t-il des ponts en mai ? Chaque année, le calendrier profite plus ou moins aux salariés. Grâce à notre générateur de jours fériés, nous vous les prédisons tous jusqu’en 2100 !", - "content": "Combien de jours fériés tombent hors week-end ? Y aura-t-il des ponts en mai ? Chaque année, le calendrier profite plus ou moins aux salariés. Grâce à notre générateur de jours fériés, nous vous les prédisons tous jusqu’en 2100 !", + "title": "Covid-19 : le risque présenté par Omicron reste « très élevé » selon l’OMS, mise en garde des autorités américaines sur les tests antigéniques", + "description": "En Europe, de nouvelles restrictions ont été décidées. La France, le Royaume-Uni, le Portugal, le Danemark, l’Islande et la Grèce ont enregistré des seuils jamais atteints de cas quotidiens.", + "content": "Un panneau informe les gens que la bibliothèque n’a plus de kits de test Covid-19 à domicile, à Miami, en Floride, aux Etats-Unis, le 28 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2022/01/01/comment-tombent-les-jours-feries-en-2022-et-les-annees-suivantes_6107839_4355770.html", + "link": "https://www.lemonde.fr/international/article/2021/12/28/la-justice-belge-suspend-la-fermeture-des-salles-de-spectacle_6107547_3210.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 04:30:08 +0100", + "pubDate": "Tue, 28 Dec 2021 19:40:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250342,17 +276417,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "408e7addd27114bfdbae7b350690cd79", + "hash": "d18da8611a30162235f0c119a3894676", "highlights": [] }, { - "title": "Guinée : Alpha Condé, président déchu, autorisé à quitter le pays pour raison médicale", - "description": "L’ex-président guinéen Alpha Condé, le 7 novembre 2020. Il a été renversé par un  coup d’Etat militaire en septembre 2021.", - "content": "L’ex-président guinéen Alpha Condé, le 7 novembre 2020. Il a été renversé par un  coup d’Etat militaire en septembre 2021.", + "title": "La Bourse de Paris bat son record à la clôture, malgré les craintes dues au variant Omicron", + "description": "L’indice vedette CAC 40, qui avait déjà progressé de 0,76 % lundi, a pris 0,57 % à 7 181,11 points. Ses précédents records en séance et à la clôture dataient de la mi-novembre, au plus haut depuis vingt et un ans.", + "content": "L’indice vedette CAC 40, qui avait déjà progressé de 0,76 % lundi, a pris 0,57 % à 7 181,11 points. Ses précédents records en séance et à la clôture dataient de la mi-novembre, au plus haut depuis vingt et un ans.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2022/01/01/guinee-alpha-conde-president-dechu-autorise-a-quitter-le-pays-pour-raison-medicale_6107837_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/28/la-bourse-de-paris-bat-son-record-a-la-cloture-malgre-les-craintes-dues-au-variant-omicron_6107545_3234.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 02:32:43 +0100", + "pubDate": "Tue, 28 Dec 2021 19:28:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250364,17 +276439,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb88d51462c3b7d89274f5c7ce6801d8", + "hash": "95d6eecc685f1b48e455174bf30fbe57", "highlights": [] }, { - "title": "En Tunisie, Noureddine Bhiri, homme fort d’Ennahda, a été arrêté", - "description": "Le député d’Ennahda, Noureddine Bhiri, devant le Parlement à Tunis, le 26 juillet 2021.", - "content": "Le député d’Ennahda, Noureddine Bhiri, devant le Parlement à Tunis, le 26 juillet 2021.", + "title": "Le gouvernement a annoncé qu’il suffirait, dès le 28 décembre, de trois mois (au lieu de quatre) après la précédente injection ou infection au Covid-19 pour bénéficier de la dose de rappel vaccinal.", + "description": "Depuis le 28 décembre, le délai entre la précédente injection ou infection au Covid-19 et la dose de rappel a été ramené à trois mois, au lieu cinq mois, puis quatre précédemment.", + "content": "Centre de vaccination à Perpignan, en juillet 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/31/en-tunisie-arrestation-de-noureddine-bhiri-homme-fort-d-ennahda_6107836_3212.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/09/troisieme-dose-de-vaccin-contre-le-covid-19-nos-reponses-a-vos-questions_6101555_4355770.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 22:49:10 +0100", + "pubDate": "Tue, 09 Nov 2021 21:03:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250386,17 +276461,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "c63d70092c1e9b499de4f27394aab907", + "hash": "6fa798b97694dc074cd9ab0c1a15620d", "highlights": [] }, { - "title": "L’actrice américaine Betty White est morte à l’âge de 99 ans", - "description": "L’actrice américaine Betty White, lors de la 16e cérémonie annuelle des Screen Actors Guild Awards, à Los Angeles, le 23 janvier 2010.", - "content": "L’actrice américaine Betty White, lors de la 16e cérémonie annuelle des Screen Actors Guild Awards, à Los Angeles, le 23 janvier 2010.", + "title": "En Jordanie, une bagarre au Parlement lors d’un débat sur l’égalité hommes-femmes", + "description": "Plusieurs députés se sont violemment opposés à l’introduction de la mention des « Jordaniennes » dans les « droits et devoirs des Jordaniens » de la Constitution.", + "content": "Des députés jordaniens se battent au sein du Parlement, le 28 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/31/l-actrice-americaine-betty-white-est-morte-a-l-age-de-99-ans_6107835_3382.html", + "link": "https://www.lemonde.fr/international/article/2021/12/28/en-jordanie-une-bagarre-au-parlement-lors-d-un-debat-sur-l-egalite-hommes-femmes_6107540_3210.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 22:23:01 +0100", + "pubDate": "Tue, 28 Dec 2021 18:04:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250408,17 +276483,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f0e6f5574e9c99e71c8e70db9463927", + "hash": "7a3e7e9c3ee1293c1b470f5567efd56d", "highlights": [] }, { - "title": "Gagnés par la culture du cocon, les Français ont-ils encore le cœur à faire la fête ?", - "description": "L’installation « Quelle Fête », par le designer Rotganzen.", - "content": "L’installation « Quelle Fête », par le designer Rotganzen.", + "title": "Covid-19 : avec le retour des jauges, le sport français replonge dans l’incertitude", + "description": "La décision de limiter la fréquentation des enceintes sportives, à compter du 3 janvier, inquiète fortement les clubs, qui craignent pour leur modèle économique si les restrictions venaient à se durcir encore.", + "content": "Lors du match de championnat de France, sous jauge, entre l’Asvel Lyon-Villeurbanne et le SIG Strasbourg, à l’Astroballe, à Villeurbanne (Rhône), le 20 mai 2021.", "category": "", - "link": "https://www.lemonde.fr/m-perso/article/2021/12/31/la-bamboche-c-est-termine-fin-de-party-sur-les-dance-floors_6107763_4497916.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/28/covid-19-avec-le-retour-des-jauges-le-sport-francais-plonge-a-nouveau-dans-l-incertitude_6107533_3242.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 04:25:23 +0100", + "pubDate": "Tue, 28 Dec 2021 17:46:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250430,17 +276505,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "84a1d7392655c7894e72585b5af3cf7f", + "hash": "bfdcf6748a8b54da8fe15fdd08be864a", "highlights": [] }, { - "title": "Les vœux d’Emmanuel Macron pour 2022, qui sera « peut-être l’année de sortie de l’épidémie »", - "description": "Images of French President Emmanuel Macron are seen on computer screens as he delivers his televised New Year's address to the nation from the Elysee Palace, in Illiers-Combray, central France, on December 31, 2021. (Photo by Martin BUREAU / AFP)", - "content": "Images of French President Emmanuel Macron are seen on computer screens as he delivers his televised New Year's address to the nation from the Elysee Palace, in Illiers-Combray, central France, on December 31, 2021. (Photo by Martin BUREAU / AFP)", + "title": "Pourquoi meetings politiques et offices religieux ne sont pas soumis à des jauges", + "description": "Pour tenter d’endiguer la cinquième vague de Covid-19, le gouvernement a annoncé de nouvelles contraintes relatives aux rassemblements publics et aux concerts. Protégés par la Constitution, les réunions électorales et les lieux de culte ne sont pas, pour l’instant, concernés.", + "content": "Pour tenter d’endiguer la cinquième vague de Covid-19, le gouvernement a annoncé de nouvelles contraintes relatives aux rassemblements publics et aux concerts. Protégés par la Constitution, les réunions électorales et les lieux de culte ne sont pas, pour l’instant, concernés.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/31/emmanuel-macron-a-presente-les-derniers-v-ux-de-son-quinquennat-a-l-approche-de-la-presidentielle_6107831_823448.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/28/pourquoi-meetings-politiques-et-offices-religieux-ne-sont-pas-soumis-a-des-jauges_6107532_4355770.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 20:14:56 +0100", + "pubDate": "Tue, 28 Dec 2021 17:42:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250452,17 +276527,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f77bf0c5b35dbf9a17ea2d96e6206df", + "hash": "3c30cf89e092c7b078eccc8bfafc7e53", "highlights": [] }, { - "title": "Covid-19 : nouveau record de contaminations avec plus de 232 000 cas dépistés en vingt-quatre heures en France", - "description": "La progression du variant B.1.1.529, appelé « Omicron », était attendue, car il est particulièrement contagieux.", - "content": "La progression du variant B.1.1.529, appelé « Omicron », était attendue, car il est particulièrement contagieux.", + "title": "Covid-19 dans le monde : la Finlande ferme ses frontières aux non-vaccinés, les restrictions se multiplient en Europe à l’approche du Nouvel An", + "description": "L’interdiction d’entrer sur le territoire finlandais pour les voyageurs étrangers non vaccinés contre le Covid-19 s’applique dès mardi. Dans plusieurs pays d’Europe, le nombre de contaminations quotidiennes atteint des seuils inédits.", + "content": "L’interdiction d’entrer sur le territoire finlandais pour les voyageurs étrangers non vaccinés contre le Covid-19 s’applique dès mardi. Dans plusieurs pays d’Europe, le nombre de contaminations quotidiennes atteint des seuils inédits.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/31/covid-19-le-variant-omicron-est-desormais-majoritaire-en-france_6107782_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/28/covid-19-dans-le-monde-duree-d-isolement-reduite-de-moitie-en-cas-d-infection-aux-etats-unis-perturbations-dans-le-ciel_6107455_3244.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:06:12 +0100", + "pubDate": "Tue, 28 Dec 2021 00:00:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250474,17 +276549,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ed2fca750b904255246581e6725407b", + "hash": "566b10acaa1dabb3977ccaec46b571bc", "highlights": [] }, { - "title": "L’autorité sanitaire suisse a décidé que les cantons pouvaient réduire la durée d’isolement des cas contacts à sept jours au lieu de dix auparavant, face à la rapide progression d’Omicron.", - "description": "Un soignant administre une dose du vaccin Spoutnik V contre le Covid-19 à un sans-abri, à Moscou, le 20 décembre 2021.", - "content": "Un soignant administre une dose du vaccin Spoutnik V contre le Covid-19 à un sans-abri, à Moscou, le 20 décembre 2021.", + "title": "Covid-19 : le Festival d’Angoulême 2022, prévu du 27 au 30 janvier, va être reporté", + "description": "L’annonce du rétablissement de jauges pour les événements culturels a rendu quasi impossible l’organisation de la manifestation internationale de la bande dessinée. La nouvelle date du festival n’est pas encore connue.", + "content": "Le rayon mangas du Festival d’Angoulême, en 2016.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/31/covid-19-dans-le-monde-le-pic-du-million-de-contaminations-quotidiennes-a-ete-franchi-cette-semaine_6107750_3244.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/28/covid-19-le-festival-d-angouleme-2022-vers-une-probable-annulation_6107523_3246.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 01:30:18 +0100", + "pubDate": "Tue, 28 Dec 2021 15:08:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250496,17 +276571,17 @@ "favorite": false, "created": false, "tags": [], - "hash": "d57c6f853695c0fbe497b024a5cc0f84", + "hash": "4326afd1d4554222ba2bde485cfbf845", "highlights": [] }, { - "title": "Un an après le Brexit, le lent effritement de l’économie britannique", - "description": "Supermarché Sainsbury’s, à Londres, le 7 septembre 2021.", - "content": "Supermarché Sainsbury’s, à Londres, le 7 septembre 2021.", + "title": "Une enquête ouverte sur l’incendie et les dégradations commises au domicile du député LRM Pascal Bois", + "description": "Le garage personnel du député de l’Oise a été endommagé par un incendie mercredi et des inscriptions hostiles ont été découvertes sur un mur d’enceinte de son domicile. La gendarmerie a annoncé qu’une enquête était en cours.", + "content": "Le député LRM Pascal Bois à l’Assemblée nationale, le 6 février 2019.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/31/brexit-un-an-apres-le-lent-effritement-de-l-economie-britannique_6107791_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/29/une-enquete-ouverte-sur-l-incendie-et-les-degradations-commises-au-domicile-du-depute-lrm-pascal-bois_6107629_3224.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 11:16:22 +0100", + "pubDate": "Wed, 29 Dec 2021 16:22:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250518,17 +276593,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69fa0b3ce35d82aefecd8cc65002a581", - "highlights": [] + "hash": "264f9948898940dff085331a18fb508e" }, { - "title": "Bernard Cazeneuve estime qu’« une grande partie de la gauche s’est égarée » dans le « communautarisme »", - "description": "L’ancien premier ministre Bernard Cazeneuve, le 20 février 2019, à Paris.", - "content": "L’ancien premier ministre Bernard Cazeneuve, le 20 février 2019, à Paris.", + "title": "Plus de 200 000 contaminations au Covid-19 en vingt-quatre heures en France, selon Olivier Véran", + "description": "Auditionné par la commission des lois de l’Assemblée nationale, mercredi, le ministre de la santé a qualifié la hausse de contaminations de « raz de marée » préoccupant pour le système hospitalier.", + "content": "Olivier Véran lors de son audition devant la commission des lois de l’Assemblée nationale, à Paris, mercredi 29 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/31/bernard-cazeneuve-estime-qu-une-grande-partie-de-la-gauche-s-est-egaree-dans-le-communautarisme_6107826_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/29/plus-de-200-000-contaminations-au-covid-19-en-vingt-quatre-heures-en-france-selon-olivier-veran_6107628_3244.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 18:10:01 +0100", + "pubDate": "Wed, 29 Dec 2021 15:50:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250540,17 +276614,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c12973f0b190197985c8fc85feb14f3b", - "highlights": [] + "hash": "0a83d4320d772bca7367b803cb8a2210" }, { - "title": "Vague de douceur hivernale en France : cette semaine a été la plus chaude jamais mesurée depuis 1947", - "description": "Des personnes observent un phénomène météorologique rare appelé « brume de mer » au-dessus de la baie des Anges, sur la Côte d’Azur, à Nice, le 31 décembre 2021.", - "content": "Des personnes observent un phénomène météorologique rare appelé « brume de mer » au-dessus de la baie des Anges, sur la Côte d’Azur, à Nice, le 31 décembre 2021.", + "title": "Présidentielle et Covid-19 : les meetings du Rassemblement national et de La France insoumise n’auront pas de jauge", + "description": "L’obligation de la mise en place de jauges, annoncée par Jean Castex lundi, ne concerne pas les meetings politiques et l’exercice du culte, tous deux protégés par la Constitution.", + "content": "L’obligation de la mise en place de jauges, annoncée par Jean Castex lundi, ne concerne pas les meetings politiques et l’exercice du culte, tous deux protégés par la Constitution.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/31/vague-de-douceur-hivernale-en-france-cette-semaine-a-ete-la-plus-chaude-jamais-mesuree-depuis-1947_6107825_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/29/presidentielle-et-covid-19-les-meetings-du-rassemblement-national-et-de-la-france-insoumise-n-auront-pas-de-jauge_6107615_823448.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 18:03:33 +0100", + "pubDate": "Wed, 29 Dec 2021 12:57:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250562,17 +276635,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4422657542a716224aad4147c12b9b42", - "highlights": [] + "hash": "fc7789c7c95da5c05cc90e1b47d6e283" }, { - "title": "Fabien Roussel et Jean-Luc Mélenchon fourniront des masques FFP2 à l’entrée de leurs meetings", - "description": "Fabien Roussel lors d’un déplacement à La Réunion, le 16 décembre 2021.", - "content": "Fabien Roussel lors d’un déplacement à La Réunion, le 16 décembre 2021.", + "title": "En Russie, la justice ordonne la dissolution du Centre de défense des droits humains de l’ONG Memorial", + "description": "La décision, prononcée mercredi, survient au lendemain de l’interdiction de la structure mère de l’organisation, vivement critiquée par le Royaume-Uni et les Nations unies.", + "content": "L’avocat Ilya Novikov tient une conférence de presse à la sortie du tribunal de Moscou, mercredi 29 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/31/fabien-roussel-et-jean-luc-melenchon-fourniront-des-masques-ffp2-a-l-entree-de-leurs-meetings_6107822_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/29/en-russie-la-justice-ordonne-la-dissolution-du-centre-de-defense-des-droits-humains-de-l-ong-memorial_6107614_3210.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 17:27:33 +0100", + "pubDate": "Wed, 29 Dec 2021 12:42:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250584,17 +276656,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9c5c2f66de758775884351ca0c1a237", - "highlights": [] + "hash": "6bbbbe4078865a3d1a895a41fb4d050d" }, { - "title": "La France « condamne » le lancement d’une fusée iranienne en plein « progrès » sur le nucléaire", - "description": "Une photographie du lancement de la fusée par l’Iran diffusée par le ministère de la défense iranien, jeudi 30 décembre.", - "content": "Une photographie du lancement de la fusée par l’Iran diffusée par le ministère de la défense iranien, jeudi 30 décembre.", + "title": "Université : les partiels auront lieu en présentiel", + "description": "Des reports pourront cependant être envisagés « au cas par cas », « si on a une promotion qui est particulièrement touchée », a fait savoir la ministre de l’enseignement supérieur.", + "content": "Des reports pourront cependant être envisagés « au cas par cas », « si on a une promotion qui est particulièrement touchée », a fait savoir la ministre de l’enseignement supérieur.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/31/la-france-condamne-le-lancement-d-une-fusee-iranienne-en-plein-progres-sur-le-nucleaire_6107821_3210.html", + "link": "https://www.lemonde.fr/campus/article/2021/12/29/universite-les-partiels-auront-lieu-en-presentiel_6107601_4401467.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 16:50:59 +0100", + "pubDate": "Wed, 29 Dec 2021 09:36:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250606,17 +276677,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9612e13dc508b4d5b43361f1971a16d1", - "highlights": [] + "hash": "00abeb6ffe1c9fe3754a8e85e91b1437" }, { - "title": "Masque en extérieur, discothèques, concerts... Ce qui est obligatoire, interdit ou restreint en raison de la cinquième vague de Covid-19", - "description": "Alors que le variant Omicron est désormais majoritaire parmi les infections par le SARS-CoV-2 dépistées en France, plusieurs restrictions sanitaires ont été décidées.", - "content": "Alors que le variant Omicron est désormais majoritaire parmi les infections par le SARS-CoV-2 dépistées en France, plusieurs restrictions sanitaires ont été décidées.", + "title": "Covid-19 : le projet de loi sur le passe vaccinal examiné mercredi à l’Assemblée nationale", + "description": "Initialement prévu pour une application fin janvier, le texte sera examiné par la commission des lois dès mercredi, après une audition à 14 h 30 du ministre de la santé, Olivier Véran.", + "content": "Le ministre de la santé, Olivier Véran, à l'Assemblée nationale, le 20 juillet 2021.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/31/masque-en-exterieur-discotheques-concerts-etc-ce-qui-est-obligatoire-interdit-ou-restreint-en-raison-de-la-cinquieme-vague-de-covid-19_6107820_4355770.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/29/covid-19-le-projet-de-loi-sur-le-passe-vaccinal-examine-mercredi-a-l-assemblee-nationale_6107599_823448.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 16:25:08 +0100", + "pubDate": "Wed, 29 Dec 2021 09:22:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250628,17 +276698,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "96141f98d47bd467ba702eeb00663cd5", - "highlights": [] + "hash": "7d96d7adab18b85d4d87e6b5799716c5" }, { - "title": "En 2021, le marché automobile ne se relève pas du creux historique de la première année de pandémie", - "description": "Des voitures garées sur un terminal portuaire à Fos-sur-Mer (Bouches-du-Rhône), le 23 juillet 2020.", - "content": "Des voitures garées sur un terminal portuaire à Fos-sur-Mer (Bouches-du-Rhône), le 23 juillet 2020.", + "title": "Météo : quatre départements en vigilance orange, risque d’avalanche en Haute-Savoie", + "description": "Météo-France a placé mercredi en vigilance orange pluie-inondation la Savoie, la Haute-Savoie, l’Ain et l’Isère.", + "content": "Météo-France a placé mercredi en vigilance orange pluie-inondation la Savoie, la Haute-Savoie, l’Ain et l’Isère.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/31/en-2021-le-marche-automobile-ne-se-releve-pas-du-creux-historique-de-la-premiere-annee-de-pandemie_6107819_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/29/quatre-departements-en-vigilance-orange-risque-d-avalanche-en-haute-savoie_6107586_3244.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 16:19:39 +0100", + "pubDate": "Wed, 29 Dec 2021 07:04:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250650,17 +276719,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9328e3b83d06dfe76f0b52324115b3e", - "highlights": [] + "hash": "ac9b4d8edbebc2c6889e67604272f115" }, { - "title": "Joseph Stiglitz : « Mes pronostics pour l’économie mondiale en 2022 »", - "description": "A Wall Street, le 30 novembre 2021.", - "content": "A Wall Street, le 30 novembre 2021.", + "title": "Mahmoud Abbas rencontre Benny Gantz en Israël, des « mesures de confiance » annoncées avec l’Autorité palestinienne", + "description": "Le ministère israélien de la défense a annoncé, mercredi, le versement de taxes perçues en son nom à la Palestine et la régularisation de 6 000 Palestiniens en zone C.", + "content": "Le président palestinien, Mahmoud Abbas, participe à une réunion avec le président russe, Vladimir Poutine, à Sotchi, en Russie, le 23 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/idees/article/2021/12/31/joseph-stiglitz-mes-pronostics-pour-l-economie-mondiale-en-2022_6107753_3232.html", + "link": "https://www.lemonde.fr/international/article/2021/12/29/le-president-palestinien-mahmoud-abbas-rencontre-le-ministre-israelien-de-la-defense_6107565_3210.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 01:56:18 +0100", + "pubDate": "Wed, 29 Dec 2021 03:54:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250672,17 +276740,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "09833d1c8776af69c4938db656fcc6d1", - "highlights": [] + "hash": "551898d81a542899e148f2e730327921" }, { - "title": "En Asie, naissance de la plus vaste zone de libre-échange du monde", - "description": "Dès le 1er janvier 2022, ce bloc appelé RCEP, qui comprend notamment la Chine, le Japon, l’Australie et la Corée du Sud, représentera à lui seul le tiers du produit intérieur brut de la planète et le tiers de la population mondiale.", - "content": "Dès le 1er janvier 2022, ce bloc appelé RCEP, qui comprend notamment la Chine, le Japon, l’Australie et la Corée du Sud, représentera à lui seul le tiers du produit intérieur brut de la planète et le tiers de la population mondiale.", + "title": "Télétravail : le gouvernement envisage des amendes pour les entreprises récalcitrantes", + "description": "Le recours au télétravail sera rendu obligatoire à partir de la rentrée « pour tous les salariés pour lesquels il est possible », à raison de « trois jours minimum par semaine et quatre jours quand cela est possible », avait annoncé Jean Castex lundi.", + "content": "Le recours au télétravail sera rendu obligatoire à partir de la rentrée « pour tous les salariés pour lesquels il est possible », à raison de « trois jours minimum par semaine et quatre jours quand cela est possible », avait annoncé Jean Castex lundi.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/31/en-asie-naissance-de-la-plus-vaste-zone-de-libre-echange-du-monde_6107811_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/28/teletravail-le-gouvernement-envisage-des-amendes-administratives-pour-les-entreprises-recalcitrantes_6107528_3234.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 15:00:11 +0100", + "pubDate": "Tue, 28 Dec 2021 16:06:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250694,17 +276761,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f094efe65192d092e5a98507a578085", - "highlights": [] + "hash": "3cdaf3b6c6a714e814a3c07d60780c22" }, { - "title": "La France clarifie sa position sur le CBD en interdisant la vente de fleurs et de feuilles de chanvre", - "description": "Des fleurs séchées de chanvre sont préparées dans une entreprise de fabrication de produits issus du cannabis, dans l’est de la Suisse, le 19 mai 2021.", - "content": "Des fleurs séchées de chanvre sont préparées dans une entreprise de fabrication de produits issus du cannabis, dans l’est de la Suisse, le 19 mai 2021.", + "title": "Mort de Grichka Bogdanoff, l’un des jumeaux stars des années 1980", + "description": "Il était notamment connu, avec son jumeau Igor, pour l’émission de science-fiction « Temps X » diffusée entre 1979 et 1981. Il est mort mardi à Paris à l’âge de 72 ans, a annoncé sa famille.", + "content": "Grichka Bogdanoff (à gauche) et son frère jumeau, Igor, en septembre 2015, à Garches (Hauts-de-Seine).", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/31/la-france-clarifie-sa-position-sur-le-cbd-en-interdisant-la-vente-de-fleurs-et-de-feuilles-de-chanvre_6107809_3224.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/28/grichka-l-un-des-deux-freres-bogdanoff-est-mort_6107525_3382.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:47:08 +0100", + "pubDate": "Tue, 28 Dec 2021 15:19:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250716,17 +276782,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8de95cf8ad991e07f15bca7761f58faf", - "highlights": [] + "hash": "e99f7286a94cd610f83f9354b79cab8e" }, { - "title": "« Année cruciale », « adieu Macron » : les candidats à l’élection présidentielle devancent le chef de l’Etat pour les vœux", - "description": "Emmanuel Macron, président de la République, donne sa conférence de presse de présentation de la présidence française du Conseil de l’Union européenne depuis l’Elysée, à Paris, le 9 décembre 2021.", - "content": "Emmanuel Macron, président de la République, donne sa conférence de presse de présentation de la présidence française du Conseil de l’Union européenne depuis l’Elysée, à Paris, le 9 décembre 2021.", + "title": "Election présidentielle 2022 : La République en marche appliquera les jauges de public pendant la campagne", + "description": "Le mouvement présidentiel compte suivre les restrictions sanitaires annoncées par le gouvernement, même si le Conseil constitutionnel a rappelé que les limites imposées aux grands rassemblements ne s’appliquent pas aux meetings.", + "content": "Les élus et soutiens de la majorité présidentielle, lors d’un meeting à Paris, le 29 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/31/annee-cruciale-adieu-macron-les-candidats-a-l-election-presidentielle-devancent-le-chef-de-l-etat-pour-les-v-ux_6107808_823448.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/28/election-presidentielle-2022-la-republique-en-marche-appliquera-les-jauges-de-public-pendant-la-campagne_6107521_6059010.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:14:26 +0100", + "pubDate": "Tue, 28 Dec 2021 14:43:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250738,17 +276803,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "031a2b9457af7b313f79213f30a86948", - "highlights": [] + "hash": "76a62a5fd6a344df0b429663381723fb" }, { - "title": "Covid-19 en France : plus de 200 000 nouveaux cas en vingt-quatre heures pour la quatrième journée consécutive", - "description": "Dans une rue de Paris, le 31 décembre 2021.", - "content": "Dans une rue de Paris, le 31 décembre 2021.", + "title": "Ski alpin : Tessa Worley remporte le slalom géant de Lienz", + "description": "La skieuse française a décroché sa première victoire de la saison, en l’absence de deux des cadors de la discipline, Shiffrin et Gut-Behrami, positives au coronavirus.", + "content": "Tessa Worley sur le podium du slalom géant de Lienz (Autriche), le 28 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2022/01/01/covid-19-en-france-plus-de-200-000-nouveaux-cas-en-vingt-quatre-heures-pour-la-troisieme-journee-consecutive_6107905_3244.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/28/ski-alpin-tessa-worley-remporte-le-slalom-geant-de-lienz_6107520_3242.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 21:38:30 +0100", + "pubDate": "Tue, 28 Dec 2021 14:24:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250760,17 +276824,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a7c3d3a6486a2810fa4393b980cca04", - "highlights": [] + "hash": "ef5811db9d7c12673c22b4b447d93496" }, { - "title": "Drapeau européen sous l’Arc de triomphe : Clément Beaune défend une « initiative symbolique et temporaire » face aux critiques", - "description": "L’Arc de triomphe, à Paris, paré du drapeau européen à l’occasion de l’ouverture de la présidence française du Conseil de l’Union européenne, le 1er janvier 2022.", - "content": "L’Arc de triomphe, à Paris, paré du drapeau européen à l’occasion de l’ouverture de la présidence française du Conseil de l’Union européenne, le 1er janvier 2022.", + "title": "Des personnalités s’organisent pour imposer un débat sur « la vieillesse » à la présidentielle", + "description": "Le Conseil national autoproclamé de la vieillesse, créé en décembre, souhaite la création d’une instance qui conseillerait le gouvernement pour que les politiques publiques soient adaptées aux personnes âgées.", + "content": "Le Conseil national autoproclamé de la vieillesse, créé en décembre, souhaite la création d’une instance qui conseillerait le gouvernement pour que les politiques publiques soient adaptées aux personnes âgées.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2022/01/01/drapeau-europeen-sous-l-arc-de-triomphe-clement-beaune-defend-une-initiative-symbolique-et-temporaire-face-aux-critiques_6107881_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/28/des-personnalites-s-organisent-pour-imposer-un-debat-sur-la-vieillesse-a-la-presidentielle_6107513_3224.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 14:41:51 +0100", + "pubDate": "Tue, 28 Dec 2021 12:00:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250782,17 +276845,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83ceddc886f32277f25435c6075eb2da", - "highlights": [] + "hash": "2f4274d927621bbd37fe858c1aea36b4" }, { - "title": "Gérald Darmanin s’est félicité d’une baisse des violences et de la mobilisation des forces de l’ordre. A Saint-Florentin, 1 500 personnes sont rassemblées pour une fête sur un site industriel.", - "description": "Des voitures ayant été incendiées dans la nuit du 31 décembre 2021 au 1er janvier 2022, à Strasbourg.", - "content": "Des voitures ayant été incendiées dans la nuit du 31 décembre 2021 au 1er janvier 2022, à Strasbourg.", + "title": "La Cour suprême russe dissout l’ONG Memorial, pilier de la défense des libertés dans le pays", + "description": "Le travail de Memorial s’étend de la protection des droits humains à l’étude des crimes du régime soviétique. Les poursuites la visant sont perçues comme un nouveau palier dans la répression à l’égard des voix critiques du président, Vladimir Poutine.", + "content": "Un militant de l’ONG de défense des droits humains Memorial, dont la pancarte dit « Nous vivrons toujours », est arrêté devant la Cour suprême russe, à Moscou, le 28 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2022/01/01/a-strasbourg-douze-personnes-interpellees-suite-a-des-violences-urbaines_6107838_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/28/la-cour-supreme-russe-dissout-l-ong-memorial-pilier-de-la-defense-des-libertes-dans-le-pays_6107511_3210.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 03:21:54 +0100", + "pubDate": "Tue, 28 Dec 2021 11:46:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250804,17 +276866,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c58fd398f0564150be6a0cd5545dce37", - "highlights": [] + "hash": "6d453a38049234020b442b48b7caf494" }, { - "title": "Le variant Omicron provoque une ruée sur les tests de dépistage, menant pharmacies et laboratoires au bord de la rupture", - "description": "La file d’attente devant une pharmacie de Lille, pour effectuer un test de dépistage du Covid-19, le 16 décembre 2021.", - "content": "La file d’attente devant une pharmacie de Lille, pour effectuer un test de dépistage du Covid-19, le 16 décembre 2021.", + "title": "Covid-19 : face à Omicron, les hôpitaux dans l’expectative", + "description": "Alors que la vague portée par le variant Delta semble avoir atteint un plateau, les contaminations par Omicron explosent, mais leur impact sur les établissements est encore difficile à évaluer.", + "content": "Alors que la vague portée par le variant Delta semble avoir atteint un plateau, les contaminations par Omicron explosent, mais leur impact sur les établissements est encore difficile à évaluer.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/31/ruee-sur-les-tests-de-depistage-du-covid-19-la-panique-omicron-a-saisi-toute-la-population_6107766_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/28/face-a-omicron-les-hopitaux-dans-l-expectative_6107509_3244.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 05:25:17 +0100", + "pubDate": "Tue, 28 Dec 2021 11:19:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250826,17 +276887,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b253a896816ee89e58fcb46464b2be71", - "highlights": [] + "hash": "36b703a767b7bf6d80353e213b91ad8f" }, { - "title": "En France, 600 000 volailles abattues en un mois pour contenir la diffusion de la grippe aviaire", - "description": "Vingt-six foyers ont été recensés par le ministère de l’agriculture dans des élevages, notamment dans le Nord et le Sud-Ouest, depuis un premier cas identifié à la fin de novembre.", - "content": "Vingt-six foyers ont été recensés par le ministère de l’agriculture dans des élevages, notamment dans le Nord et le Sud-Ouest, depuis un premier cas identifié à la fin de novembre.", + "title": "En Wallonie, des médecins lancent le débat sur la « priorité absolue » accordée aux patients atteints du Covid-19", + "description": "Trois médecins du Centre hospitalier universitaire de Namur appellent à un « débat éthique » sur la prise en charge prioritaire dont bénéficient les patients contaminés ayant fait le choix de ne pas se faire vacciner.", + "content": "Un membre du personnel médical travaille au service des soins intensifs du Centre hospitalier régional de la Citadelle à Liège (Belgique), le 21 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/31/en-france-600-000-volailles-abattues-en-un-mois-pour-contenir-la-diffusion-de-la-grippe-aviaire_6107801_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/28/en-wallonie-des-medecins-lancent-le-debat-sur-la-priorite-absolue-accordee-aux-patients-atteints-du-covid-19_6107506_3244.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 12:22:20 +0100", + "pubDate": "Tue, 28 Dec 2021 11:12:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250848,17 +276908,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34831914961be7db23e2317a458ef297", - "highlights": [] + "hash": "b06f17fe69bda89e1d650cc6ffab88e6" }, { - "title": "Avec la vague Omicron, une vague d’« absentéisme » chez les enseignants ?", - "description": "Des professeurs du lycée Les Battières durant un cours à Lyon, centre-est de la France le 15 octobre 2021.", - "content": "Des professeurs du lycée Les Battières durant un cours à Lyon, centre-est de la France le 15 octobre 2021.", + "title": "L’armée israélienne assouplit ses règles de tir contre les civils palestiniens", + "description": "Les soldats pourront ouvrir le feu sur des lanceurs de pierres et de cocktails Molotov, même après les faits. Un changement qui ravit la droite.", + "content": "Le premier ministre de l’Autorité palestinienne, Mohammed Shtayyeh, arrivant à Naplouse, en Cisjordanie, le 29 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/31/avec-la-vague-omicron-une-vague-d-absenteisme-chez-les-enseignants_6107797_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/28/l-armee-israelienne-assouplit-ses-regles-de-tir-contre-les-civils-palestiniens_6107504_3210.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 12:00:08 +0100", + "pubDate": "Tue, 28 Dec 2021 10:55:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250870,17 +276929,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "144a7e7c3648f246bbac7c07d536fca1", - "highlights": [] + "hash": "ab6ed5e83413ac9de105eafc34bce6ab" }, { - "title": "Les hôpitaux d’Ile-de-France déprogramment de nombreuses interventions chirurgicales pour libérer des lits Covid", - "description": "Dans les bureaux du service de soins intensifs Covid-19 de l’hôpital Delafontaine AP-HP, à Saint-Denis (Seine-Saint-Denis), le 29 décembre 2021.", - "content": "Dans les bureaux du service de soins intensifs Covid-19 de l’hôpital Delafontaine AP-HP, à Saint-Denis (Seine-Saint-Denis), le 29 décembre 2021.", + "title": "Covid-19 : une prime mensuelle pour les infirmiers des services de soins critiques", + "description": "Une prime de 100 euros net leur sera versée dès le mois de janvier afin de matérialiser « une reconnaissance indispensable pour ces services », a dit le premier ministre. Près de 30 000 personnes sont concernées.", + "content": "Une infirmière s’occupe d’un patient atteint du Covid-19 en unité de soins critiques à l’hôpital de Créteil (Val-de-Marne), le 28 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/31/en-ile-de-france-des-interventions-chirurgicales-reportees-pour-liberer-des-lits_6107794_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/28/covid-19-une-prime-mensuelle-sera-versee-aux-infirmiers-des-services-de-soins-critiques_6107502_3244.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 11:43:11 +0100", + "pubDate": "Tue, 28 Dec 2021 10:46:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250892,17 +276950,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7db1ce2f5cafdbaf9611d5b06afedf4c", - "highlights": [] + "hash": "aaa6dae4a69757af373bad75d1f6652a" }, { - "title": "Tensions autour de l’Ukraine : Vladimir Poutine impose son calendrier à Joe Biden", - "description": "Vladimir Poutine et Joe Biden.", - "content": "Vladimir Poutine et Joe Biden.", + "title": "Le dirigeant du Xinjiang quitte son poste après cinq ans de répression contre les Ouïgours", + "description": "Chen Quanguo a imposé une sécurisation drastique de la région et organisé l’internement dans des camps de « rééducation » de plus d’un million de Ouïgours.", + "content": "Le secrétaire du parti du Xinjiang, Chen Quanguo, lors d’une réunion de la délégation du Xinjiang à l’Assemblée nationale populaire, à Pékin, le 12 mars 2019.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/31/ukraine-vladimir-poutine-impose-son-calendrier-a-joe-biden_6107764_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/28/le-dirigeant-du-xinjiang-quitte-son-poste-apres-cinq-ans-de-repression_6107501_3210.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 04:45:41 +0100", + "pubDate": "Tue, 28 Dec 2021 10:46:37 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250914,17 +276971,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "64aa2416e3108b9db4fa2c8efce3e093", - "highlights": [] + "hash": "daf46543381c1716c32a72748e580867" }, { - "title": "La Martinique résignée après la prolongation de l’état d’urgence sanitaire", - "description": "Des voiliers ancrés au large de la ville côtière de Saint-Pierre sur l’île des Caraïbes françaises de la Martinique, le 17 décembre 2021.", - "content": "Des voiliers ancrés au large de la ville côtière de Saint-Pierre sur l’île des Caraïbes françaises de la Martinique, le 17 décembre 2021.", + "title": "Consommation interdite dans les transports : la mesure sera appliquée « avec discernement » pour les « jeunes enfants »", + "description": "Jean Castex a annoncé lundi, lors d’une conférence de presse, que « la consommation de boissons et d’aliments sera interdite dans les transports collectifs, y compris longue distance », à compter de la semaine prochaine, pour lutter contre l’épidémie.", + "content": "Un TGV au dépôt de Charenton-le-Pont, près de Paris, en décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/31/la-martinique-resignee-apres-la-prolongation-de-l-etat-d-urgence-sanitaire_6107783_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/28/consommation-interdite-dans-les-transports-la-sncf-s-adaptera-et-se-donne-jusqu-a-debut-janvier-pour-decliner-la-mesure_6107500_3244.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:26:08 +0100", + "pubDate": "Tue, 28 Dec 2021 10:39:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250936,17 +276992,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "28161643f47b1daa0ffabcf8b2f29651", - "highlights": [] + "hash": "8fe78d4460ae46b8e669b06374482c6b" }, { - "title": "Après un record de chaleur, l’Alaska fait face à un tapis de glace", - "description": "Quelques heures après que l’Etat a enregistré un record de température pour décembre, des pluies torrentielles se sont déversées. La température a ensuite chuté, provoquant la formation massive de glace.", - "content": "Quelques heures après que l’Etat a enregistré un record de température pour décembre, des pluies torrentielles se sont déversées. La température a ensuite chuté, provoquant la formation massive de glace.", + "title": "La préfecture de l’Oise ordonne la fermeture temporaire de la grande mosquée de Beauvais", + "description": "L’établissement religieux sera fermé pour six mois en raison de prêches « incitant à la haine », « à la violence » et « faisant l’apologie du djihad ».", + "content": "La mosquée de Beauvais, capture d’écran du 28 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/31/icemageddon-apres-un-record-de-chaleur-l-alaska-fait-face-a-un-tapis-de-glace_6107779_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/28/la-prefecture-de-l-oise-ordonne-la-fermeture-temporaire-de-la-grande-mosquee-de-beauvais_6107496_3224.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 08:57:15 +0100", + "pubDate": "Tue, 28 Dec 2021 10:23:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250958,17 +277013,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "05a89a292f5dee823864a34702243b27", - "highlights": [] + "hash": "ccbf00342fa5dfe83a6b5f34a9a95107" }, { - "title": "L’Indonésie accepte de secourir une centaine de réfugiés rohingya", - "description": "Les réfugiés rohingya ont été transportés en bus dans un centre de Lhokseumawe, sur la côte nord de la province d’Aceh, à Sumatra (Indonésie), le 31 décembre 2021.", - "content": "Les réfugiés rohingya ont été transportés en bus dans un centre de Lhokseumawe, sur la côte nord de la province d’Aceh, à Sumatra (Indonésie), le 31 décembre 2021.", + "title": "Le rebond épidémique assombrit les perspectives d’Air France-KLM", + "description": "Si les passagers répondent encore présent, le nouveau variant du SARS-CoV-2 conduit les compagnies aériennes à annuler des vols et pèse sur les cours de Bourse.", + "content": "A l’aéroport Paris-Charles-de Gaulle, le 14 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/31/l-indonesie-accepte-de-secourir-une-centaine-de-refugies-rohingyas_6107773_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/28/le-rebond-epidemique-assombrit-les-perspectives-d-air-france-klm_6107495_3234.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 06:59:20 +0100", + "pubDate": "Tue, 28 Dec 2021 10:20:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -250980,17 +277034,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71dd8c30a62ce288b5214fdeb2cef1e7", - "highlights": [] + "hash": "3eaa3e3b6fbe0168133adc6f07fa2d66" }, { - "title": "L’Allemagne veut aider la France à rendre l’Europe « plus souveraine »", - "description": "La ministre des affaires étrangères, Annalena Baerbock, le 23 décembre 2021.", - "content": "La ministre des affaires étrangères, Annalena Baerbock, le 23 décembre 2021.", + "title": "Au Cameroun, 47 militants du principal parti d’opposition condamnés à de la prison ferme", + "description": "Les membres du Mouvement pour la renaissance du Cameroun (MRC) étaient notamment poursuivis pour « rébellion » et « tentative d’insurrection ».", + "content": "Maurice Kamto, leader du Mouvement pour la renaissance du Cameroun (MRC), à Paris, le 30 janvier 2020.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/31/l-allemagne-veut-aider-la-france-a-rendre-l-europe-plus-souveraine_6107772_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/28/au-cameroun-47-militants-du-principal-parti-d-opposition-condamnes-a-de-la-prison-ferme_6107491_3212.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 06:34:13 +0100", + "pubDate": "Tue, 28 Dec 2021 09:14:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251002,17 +277055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a69250a2e017bd92c51fd3c13fb44d9f", - "highlights": [] + "hash": "873a34b8a4b88e9b3653c207a831957e" }, { - "title": "Suicide de Jeffrey Epstein : les gardiens de prison ne seront pas poursuivis", - "description": "Jeffrey Epstein était incarcéré au Metropolitan Correctionnal Facility à New York. Il s’est donné la mort dans sa cellule dans la nuit du 9 au 10 août 2019.", - "content": "Jeffrey Epstein était incarcéré au Metropolitan Correctionnal Facility à New York. Il s’est donné la mort dans sa cellule dans la nuit du 9 au 10 août 2019.", + "title": "Covid-19 : la vente d’autotests autorisée dans les grandes surfaces « à titre exceptionnel »", + "description": "Ces tests, jusqu’ici vendus uniquement en pharmacie, seront disponibles dans les grandes surfaces « jusqu’au 31 janvier », précise un arrêté paru au « Journal officiel », mardi. Une décision saluée par la grande distribution qui promet de les vendre à prix coûtant.", + "content": "Des personnes patientent afin d’effectuer un test de dépistage au SARS-CoV-2 à la veille des fêtes de fin d’année, le 23 décembre 2021, à Paris.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/31/suicide-de-jeffrey-epstein-les-gardiens-de-sa-prison-ne-seront-pas-poursuivis_6107771_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/28/covid-19-la-vente-d-autotests-autorisee-en-dehors-des-pharmacies_6107490_3244.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 06:17:08 +0100", + "pubDate": "Tue, 28 Dec 2021 08:58:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251024,17 +277076,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67f839c62c240730a411844a6228597c", - "highlights": [] + "hash": "e9d7627b4f5559e9f281bc008fbcb622" }, { - "title": "Face au variant Omicron, faut-il généraliser le port des masques FFP2 ? Nos explications", - "description": "Dans une chambre du service de réanimation médicale de l’hôpital Louis-Pasteur à Colmar (Haut-Rhin), le 1er décembre 2021.", - "content": "Dans une chambre du service de réanimation médicale de l’hôpital Louis-Pasteur à Colmar (Haut-Rhin), le 1er décembre 2021.", + "title": "Télétravail : trois jours au minimum par semaine à compter du 3 janvier", + "description": "Pour une durée de trois semaines, salariés du privé et fonctionnaires qui le peuvent seront amenés à pratiquer un télétravail renforcé, en raison de la vague de Covid-19 liée au variant Omicron.", + "content": "Lors d’une vidéoconférence à domicile, le 14 mai 2020, à Vertou (Loire-Atlantique).", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/31/covid-19-face-au-variant-omicron-faut-il-generaliser-le-port-des-masques-ffp2_6107767_4355770.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/28/teletravail-trois-jours-minimum-par-semaine-a-compter-du-3-janvier_6107488_3234.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 05:31:57 +0100", + "pubDate": "Tue, 28 Dec 2021 08:09:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251046,17 +277097,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9b923b1b2898f4299c189d03958900a", - "highlights": [] + "hash": "29c62feb7730eea7f85a17b9a4e61190" }, { - "title": "Dans le Colorado, des centaines de maisons détruites par les flammes", - "description": "Des centaines de maisons ont été dévorées par les flammes, à Superior, dans la banlieue de Boulder, Colorado, le 30 décembre 2021.", - "content": "Des centaines de maisons ont été dévorées par les flammes, à Superior, dans la banlieue de Boulder, Colorado, le 30 décembre 2021.", + "title": "En Argentine, deux alpinistes français en difficulté secourus dans les Andes", + "description": "Retrouvés sains et saufs, les deux hommes ont été transférés à un camp de base intermédiaire.", + "content": "Le Nevado Ojos del Salado, volcan andin situé à la frontière de l’Argentine et du Chili, culmine à 6 891 mètres d’altitude.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/31/dans-le-colorado-des-centaines-de-maisons-detruites-par-les-flammes_6107765_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/28/en-argentine-deux-alpinistes-francais-en-difficulte-secourus-dans-les-andes_6107482_3210.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 04:49:41 +0100", + "pubDate": "Tue, 28 Dec 2021 06:26:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251068,17 +277118,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "87b00a573c6817322a98e415b5128273", - "highlights": [] + "hash": "5cd20179fbc34e7b7a80e343356fde72" }, { - "title": "Le Pentagone facilite le recours à la force en cas de troubles à Washington", - "description": "Des gardes nationaux déployés près du Capitole, à Washington, lors de la cérémonie d’investiture du président américain, Joe Biden, le 19 janvier 2021.", - "content": "Des gardes nationaux déployés près du Capitole, à Washington, lors de la cérémonie d’investiture du président américain, Joe Biden, le 19 janvier 2021.", + "title": "Covid-19 : en tentant de freiner le virus « sans contraintes excessives », Emmanuel Macron joue les équilibristes", + "description": "A l’issue d’un conseil de défense sanitaire puis d’un conseil des ministres, lundi 27 décembre, le premier ministre Jean Castex a annoncé une série de mesures sanitaires mais s’est refusé à imposer un couvre-feu ou à repousser la rentrée scolaire.", + "content": "Emmanuel Macron dirige la réunion spéciale du cabinet des ministres en visioconférence, depuis le Fort de Bregancon, à Bormes-les-Mimosas, le 27 décembre 2021,", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/31/le-pentagone-facilite-le-recours-a-la-force-en-cas-de-troubles-a-washington_6107761_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/28/covid-19-en-tentant-de-freiner-le-virus-sans-contraintes-excessives-emmanuel-macron-joue-les-equilibristes_6107477_823448.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 03:48:04 +0100", + "pubDate": "Tue, 28 Dec 2021 05:26:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251090,17 +277139,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "01f3bfd47540bccd3f4693afea6f804c", - "highlights": [] + "hash": "1444edf3e1cdaa147bd057056d099534" }, { - "title": "Dans le Colorado, 3 personnes disparues et 1 000 maisons détruites après des incendies dévastateurs", - "description": "La neige recouvre les restes brûlés d’une maison après l’incendie Marshall, à Louisville, dans le Colorado, aux Etats-Unis, le 1er janvier 2022.", - "content": "La neige recouvre les restes brûlés d’une maison après l’incendie Marshall, à Louisville, dans le Colorado, aux Etats-Unis, le 1er janvier 2022.", + "title": "La Commission européenne s’apprête à classer le nucléaire comme énergie verte", + "description": "Bruxelles devrait parallèlement accorder au gaz le label d’énergie de transition, à l’issue de négociations en faux-semblants avec Paris et Berlin.", + "content": "La centrale nucléaire de Chinon, sur le territoire de la commune d’Avoine (Indre-et-Loire), en juillet 2020.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2022/01/01/dans-le-colorado-3-personnes-disparues-et-1-000-maisons-detruites-apres-des-incendies-devastateurs_6107907_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/28/la-commission-europeenne-s-apprete-a-classer-le-nucleaire-comme-energie-verte_6107466_3234.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 23:45:45 +0100", + "pubDate": "Tue, 28 Dec 2021 04:58:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251112,17 +277160,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "377c148c56f8d11f9b5dc094ebd390f5", - "highlights": [] + "hash": "152890cc682026c851f5ee2fc20633e0" }, { - "title": "Joe Biden demande à la Cour suprême de mettre fin à la politique anti-immigration mise en place par Donald Trump", - "description": "A Tijuana, au Mexique, à la frontière avec les Etats-Unis, le 21 juin 2018.", - "content": "A Tijuana, au Mexique, à la frontière avec les Etats-Unis, le 21 juin 2018.", + "title": "A Los Angeles, la police critiquée après la mort d’une adolescente tuée lors d’une intervention dans un magasin", + "description": "La jeune fille de 14 ans se trouvait dans une cabine d’essayage lorsqu’elle a été touchée par la balle d’un policier intervenant pour une agression.", + "content": "Mémorial improvisé pour l’adolescente tuée par une balle perdue de la police dans un magasin de North Hollywood, en Californie, le 27 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/31/joe-biden-demande-a-la-cour-supreme-de-mettre-fin-a-la-politique-anti-immigration-mise-en-place-par-donald-trump_6107759_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/28/a-los-angeles-la-police-critiquee-apres-la-mort-d-une-adolescente-tuee-lors-d-une-intervention-dans-un-magasin_6107464_3210.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 03:16:44 +0100", + "pubDate": "Tue, 28 Dec 2021 03:48:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251134,17 +277181,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0766192645f817cb6abc0c86e9e22cfd", - "highlights": [] + "hash": "2e27f74ddc378c2c2eed531d8b2c7ec4" }, { - "title": "Jean Messiha rattrapé par des affaires de plagiat", - "description": "Jean Messiha lors du meeting électoral d’Eric Zemmour à Villepinte (Seine-Saint-Denis), le 5 décembre 2021.", - "content": "Jean Messiha lors du meeting électoral d’Eric Zemmour à Villepinte (Seine-Saint-Denis), le 5 décembre 2021.", + "title": "Au Brésil, le bilan des inondations passe à vingt morts, 63 000 personnes déplacées", + "description": "De fortes précipitations ont provoqué la rupture de barrages et le débordement de rivières dans l’Etat de Bahia durant le week-end.", + "content": "Une rue d’Itapetinga, dans l’Etat de Bahia, au Brésil, le 27 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/31/jean-messiha-rattrape-par-des-affaires-de-plagiat_6107758_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/28/au-bresil-le-bilan-des-inondations-passe-a-20-morts-63-000-personnes-deplacees_6107463_3244.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 03:07:38 +0100", + "pubDate": "Tue, 28 Dec 2021 02:08:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251156,17 +277202,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c39814e3b523536d95d6094ebd5e73b8", - "highlights": [] + "hash": "1ccfec6ff0b0490d280b417c0ba8200a" }, { - "title": "Guadeloupe : le leader syndicaliste Elie Domota interpellé lors d’une manifestation contre le passe sanitaire", - "description": "Elie Domota, porte-parole du LKP, le 2 décembre 2021.", - "content": "Elie Domota, porte-parole du LKP, le 2 décembre 2021.", + "title": "Aux Etats-Unis, une deuxième capsule temporelle découverte sous une statue confédérée", + "description": "Une boîte en métal a été retrouvée à Richmond, en Virginie, sous le socle de la statue du général Robert Lee, déboulonnée en septembre. Elle pourrait contenir des reliques de la guerre de Sécession.", + "content": "Une boîte pouvant être une capsule temporelle de 1887 a été retrouvée sous la statue du général confédéré Robert E. Lee, à Richmond, en Virginie, aux Etats-Unis, le 27 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/31/guadeloupe-le-leader-syndicaliste-elie-domota-interpelle-lors-d-une-manifestation-contre-le-passe-sanitaire_6107752_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/28/aux-etats-unis-une-deuxieme-capsule-temporelle-decouverte-sous-une-statue-confederee_6107459_3210.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 01:50:35 +0100", + "pubDate": "Tue, 28 Dec 2021 00:50:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251178,17 +277223,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a105356771d33a722b01b584724228fa", - "highlights": [] + "hash": "d4d8b0ce6b25ef13aa1c8282c71ecfab" }, { - "title": "Variant Omicron : l’Afrique du Sud déclare que le pic de contaminations est passé, sans hausse importante du nombre de morts", - "description": "Dans un centre de test du Covid-19, à Johannesburg, le 8 décembre 2021.", - "content": "Dans un centre de test du Covid-19, à Johannesburg, le 8 décembre 2021.", + "title": "En Russie, l’historien du goulag Iouri Dmitriev condamné à quinze ans de prison", + "description": "Le procès portait sur des violences sexuelles à l’encontre de sa fille adoptive. Ses partisans dénoncent une mesure de représailles.", + "content": "L’historien russe Iouri Dmitriev à la sortie d’une audition par la cour, en Russie, en juillet 2020.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/31/variant-omicron-l-afrique-du-sud-declare-que-le-pic-est-passe-sans-hausse-importante-du-nombre-de-deces_6107747_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/27/en-russie-l-historien-du-goulag-iouri-dmitriev-condamne-a-quinze-ans-de-prison_6107414_3210.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 00:50:36 +0100", + "pubDate": "Mon, 27 Dec 2021 13:12:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251200,17 +277244,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a7c93d8ef7c9b00ec06d8858f0c6a27", - "highlights": [] + "hash": "63018bb2abb56a56f1b8ae42ec3e0115" }, { - "title": "Ethiopie : des dizaines de civils tués dans des frappes aériennes au Tigré", - "description": "Des villageois rentrent du marché à Yechila, au Tigré (Ethiopie), le 10 juillet 2021.", - "content": "Des villageois rentrent du marché à Yechila, au Tigré (Ethiopie), le 10 juillet 2021.", + "title": "En Iran, un Français en grève de la faim pour protester contre ses conditions de détention", + "description": "Benjamin Brière, âgé de 36 ans, est détenu dans le pays depuis le mois de mai 2020. Il est accusé d’espionnage après avoir pris « des photographies de zones interdites » à l’aide d’un drone, a expliqué son avocat.", + "content": "Une photo non datée de Benjamin Brière, Français détenu en Iran depuis mai 2020.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/30/ethiopie-des-dizaines-de-civils-tues-dans-des-frappes-aeriennes-au-tigre_6107745_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/27/en-iran-un-francais-en-greve-de-la-faim-pour-protester-contre-ses-conditions-de-detention_6107408_3210.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 23:51:28 +0100", + "pubDate": "Mon, 27 Dec 2021 12:33:37 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251222,17 +277265,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d7038318176fe94249ca73d345f9541", - "highlights": [] + "hash": "775250595cfc031dce219df8376141c2" }, { - "title": "Crise en Ukraine : Joe Biden assure à Vladimir Poutine que les Etats-Unis répondront de « façon résolue » à toute invasion", - "description": "Le président américain, Joe Biden, s’entretient au téléphone avec son homologue russe, Vladimir Poutine, à Wilmington (Delaware), le 30 décembre 2021.", - "content": "Le président américain, Joe Biden, s’entretient au téléphone avec son homologue russe, Vladimir Poutine, à Wilmington (Delaware), le 30 décembre 2021.", + "title": "Marée noire à Maurice : le capitaine du bateau et son second condamnés à vingt mois de prison", + "description": "Le bateau « Wakashio » s’était échoué à l’été 2020 sur un récif corallien au sud-est de l’île Maurice, relâchant plus de 1 000 tonnes de fioul et provoquant la plus grave marée noire que l’archipel ait jamais connue.", + "content": "Vue aérienne, le 15 août 2020, du navire échoué trois semaines auparavant dans les eaux mauriciennes, et de la nappe d’hydrocarbures relâchée.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/30/nouvel-echange-telephonique-entre-joe-biden-et-vladimir-poutine-pour-sortir-de-la-crise-ukrainienne_6107742_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/27/maree-noire-a-maurice-le-capitaine-du-bateau-et-son-second-condamnes-a-vingt-mois-de-prison_6107407_3212.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 22:41:22 +0100", + "pubDate": "Mon, 27 Dec 2021 12:04:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251244,17 +277286,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ec232d02a5f9be4f4a7b6ff31be5f57f", - "highlights": [] + "hash": "c8ffdf825378a85bef0771c7dd3f32e0" }, { - "title": "L’Iran annonce le lancement d’une fusée en plein pourparlers sur le nucléaire", - "description": "Une photo publiée par le ministère de la défense iranien le 30 décembre 2021 du décollage de la fusée satellite Simorgh, lors de son lancement dans un endroit non divulgué en Iran.", - "content": "Une photo publiée par le ministère de la défense iranien le 30 décembre 2021 du décollage de la fusée satellite Simorgh, lors de son lancement dans un endroit non divulgué en Iran.", + "title": "Jean-Marc Vallée, le réalisateur de la série « Big Little Lies » et de « Dallas Buyers Club » est mort", + "description": "Le cinéaste canadien était très apprécié du cinéma pour son approche naturaliste, « transformant des histoires vraies en fictions à succès », décrit « The New York Times ».", + "content": "Le réalisateur canadien Jean-Marc Vallée lors d’une avant-première en juin 2018, à Los Angeles.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/30/l-iran-annonce-le-lancement-d-une-fusee-en-plein-pourparlers-sur-le-nucleaire_6107741_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/27/jean-marc-vallee-le-realisateur-de-dallas-buyers-club-et-de-la-serie-big-little-lies-est-mort_6107403_3246.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 21:43:59 +0100", + "pubDate": "Mon, 27 Dec 2021 10:42:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251266,17 +277307,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26cbcefc72bf3d873c3c8e3cb9e0a2ed", - "highlights": [] + "hash": "215c21191981eb383f19c01f55ef3a38" }, { - "title": "Covid-19 en France : 206 000 nouveaux cas en vingt-quatre heures, plus de 3 500 hospitalisations en soins critiques", - "description": "Dans un centre de vaccination, à Nantes, le 30 décembre 2021.", - "content": "Dans un centre de vaccination, à Nantes, le 30 décembre 2021.", + "title": "« C’est un moment historique » : au CHU de Lille, premières consultations avec les nouvelles candidates de la PMA", + "description": "Face à la hausse de la demande depuis l’ouverture de la PMA à toutes les femmes, début août, l’hôpital de Lille a décidé de proposer des créneaux supplémentaires. L’équipe soignante accueille des femmes seules ou en couple aux parcours parfois compliqués.", + "content": "Le CHU de Lille accueille désormais à l’hôpital Jeanne-de-Flandre des femmes seules ou en couple, désirant une PMA, le 8 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/30/206-000-nouveaux-cas-en-vingt-quatre-heures-plus-de-3-500-patients-covid-hospitalises-en-france_6107740_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/27/c-est-un-moment-historique-au-chu-de-lille-premieres-consultations-avec-les-nouvelles-candidates-de-la-pma_6107381_3224.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 20:41:30 +0100", + "pubDate": "Mon, 27 Dec 2021 03:01:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251288,17 +277328,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee229841e569be17c58710b3903d2199", - "highlights": [] + "hash": "7fe00149e9005bcbdf29c1dce9292ff9" }, { - "title": "Présidentielle 2022 : Valérie Pécresse veut appliquer les jauges et le passe sanitaire dans ses meetings", - "description": "Valérie Pécresse lors d’un meeting à Paris, le 11 décembre 2021.", - "content": "Valérie Pécresse lors d’un meeting à Paris, le 11 décembre 2021.", + "title": "Art : 2021, une année record pour les maisons de vente", + "description": "Sotheby’s et Christie’s ont multiplié les vacations. Derrière ces deux poids lourds, l’ensemble des acteurs affiche une croissance à deux chiffres.", + "content": "Le commissaire-priseur Pierre Mothes supervise la 161e vente des Hospices de Beaune (Côte-d’Or), le 21 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/30/presidentielle-2022-valerie-pecresse-veut-appliquer-les-jauges-et-le-passe-sanitaire-dans-ses-meetings_6107738_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/27/art-2021-une-annee-record-pour-les-maisons-de-vente_6107397_3234.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 20:08:58 +0100", + "pubDate": "Mon, 27 Dec 2021 08:59:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251310,17 +277349,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc02f3bbfd0dd06ec44a7ce49edebfd5", - "highlights": [] + "hash": "f8b63546f4693510bf0ead9f42de01d6" }, { - "title": "Plusieurs blessés dans des affrontements entre migrants et policiers lors du démantèlement d’un campement à Calais", - "description": "Dans un campement de migrants à Calais, le 1er décembre 2021.", - "content": "Dans un campement de migrants à Calais, le 1er décembre 2021.", + "title": "En Somalie, le président suspend son premier ministre qu’il accuse de corruption", + "description": "Le premier ministre avait lui-même accusé le chef de l’Etat de saboter le processus électoral après que ce dernier lui a retiré la mission d’organiser des élections. Le mandat du président Mohamed Abdullahi Mohamed a expiré en février.", + "content": "Le président somalien Mohamed Abdullahi Mohamed lors de l’investiture de Cyril Ramaphosa, président de l’Afrique du Sud, en mai 2019, à Pretoria.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/30/plusieurs-blesses-dans-des-affrontements-entre-migrants-et-policiers-lors-du-demantelement-d-un-campement-a-calais_6107737_3224.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/27/en-somalie-le-president-suspend-son-premier-ministre-qu-il-accuse-de-corruption_6107396_3212.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:44:53 +0100", + "pubDate": "Mon, 27 Dec 2021 07:47:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251332,17 +277370,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f02f2e32ba0e7bd3c54979db88109ec2", - "highlights": [] + "hash": "a30c8fce86e69b12067a876950108d09" }, { - "title": "En Afrique du Sud, une messe de requiem et un dernier hommage à Desmond Tutu", - "description": "Lors de la messe de requiem pour Desmond Tutu, dans la ville sud-africaine du Cap, samedi 1er janvier 2022.", - "content": "Lors de la messe de requiem pour Desmond Tutu, dans la ville sud-africaine du Cap, samedi 1er janvier 2022.", + "title": "Covid-19 : face au variant Omicron, une semaine décisive pour le gouvernement", + "description": "Le projet de loi visant à transformer le « passe sanitaire » en « passe vaccinal » est examiné en conseil des ministres lundi, après un conseil de défense sanitaire. L’exécutif envisage aussi d’alléger les contraintes d’isolement des cas contacts.", + "content": "Le président Emmanuel Macron, à l’Elysée, le 20 décembre.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2022/01/01/en-afrique-du-sud-une-messe-de-requiem-et-un-dernier-hommage-a-desmond-tutu_6107873_3212.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/27/covid-19-face-au-variant-omicron-une-semaine-decisive-pour-le-gouvernement_6107383_823448.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 12:21:57 +0100", + "pubDate": "Mon, 27 Dec 2021 05:24:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251354,17 +277391,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ca7ebcd0ae12dc10d645f78b5758e84", - "highlights": [] + "hash": "7bc747fb28574a749f1e23adf6c8e5f8" }, { - "title": "AS Monaco : Niko Kovac, l’entraîneur du club, a été limogé", - "description": "Niko Kovac lors d’un match opposant l’AS Monaco au FC Nantes, le 6 août 2021.", - "content": "Niko Kovac lors d’un match opposant l’AS Monaco au FC Nantes, le 6 août 2021.", + "title": "Des pluies torrentielles font dix-huit morts au Brésil, treize morts en Bolivie", + "description": "Environ 35 000 personnes ont été chassées de leur domicile par le phénomène climatique dans l’Etat de Bahia. En Bolivie, les autorités font état d’un millier de familles sinistrées.", + "content": "Une vue aérienne montre les inondations causées par le débordement de la rivière Cachoeira à Itabuna, dans l’Etat de Bahia, au Brésil, le 26 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/30/ligue-1-niko-kovac-l-entraineur-de-monaco-a-ete-limoge_6107736_3242.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/27/au-bresil-18-morts-et-58-communes-inondees-sous-des-pluies-torrentielles_6107379_3244.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:41:17 +0100", + "pubDate": "Mon, 27 Dec 2021 01:57:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251376,17 +277412,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6df7d371423dbbca9cb50fcf21f2112", - "highlights": [] + "hash": "6abe1f11904ed71904f9f3cb6f09e2e3" }, { - "title": "« Quel livre aimez-vous le plus offrir ? » Seize écrivains dévoilent leur cadeau littéraire favori", - "description": "Barbara Cassin, Marie NDiaye, Daniel Pennac, Mohamed Mbougar Sarr, Joann Sfar, Leïla Slimani… Seize auteurs ont répondu à la question posée par « Le Monde des livres ». S’ils ne devaient en choisir qu’un…", - "content": "Barbara Cassin, Marie NDiaye, Daniel Pennac, Mohamed Mbougar Sarr, Joann Sfar, Leïla Slimani… Seize auteurs ont répondu à la question posée par « Le Monde des livres ». S’ils ne devaient en choisir qu’un…", + "title": "Climat : en 2021, des catastrophes toujours plus coûteuses, selon une ONG", + "description": "Au total, les dix catastrophes les plus coûteuses de l’année 2021 ont causé plus de 170 milliards de dollars de dommages, ont fait au moins 1 075 morts et déplacé plus de 1,3 million de personnes, d’après Christian Aid.", + "content": "Un automobiliste conduit une voiture sur une voie rapide inondée de Brooklyn, à New York, après le passage de la tempête Ida aux Etats-Unis, le 2 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/livres/article/2021/12/30/barbara-cassin-marie-ndiaye-daniel-pennac-mohamed-mbougar-sarr-joann-sfar-leila-slimani-quels-livres-les-ecrivains-offrent-ils-le-plus_6107727_3260.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/27/climat-en-2021-des-catastrophes-toujours-plus-couteuses-selon-une-ong_6107377_3244.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:00:11 +0100", + "pubDate": "Mon, 27 Dec 2021 01:38:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251398,17 +277433,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "793084bb1a2dbe3f3b11a653f2db4421", - "highlights": [] + "hash": "c7cbc6cb71e25ed16c88d7ad36678cb1" }, { - "title": "Les hôpitaux français désormais incités à acheter leurs masques et gants de protection en France ou en Europe", - "description": "Dans une usine de fabrication de masques à Saint-Barthélemy-d'Anjou, près d’Angers, le 31 mars 2020.", - "content": "Dans une usine de fabrication de masques à Saint-Barthélemy-d'Anjou, près d’Angers, le 31 mars 2020.", + "title": "L’évadé de l’hôpital de Pontoise interpellé en Allemagne", + "description": "Le fugitif et sa compagne, qui avait tiré mardi sur l’un des agents pénitentiaires qui escortaient l’homme, ont été retrouvés dimanche à l’ouest de Düsseldorf.", + "content": "L’hôpital de Pontoise (Val-d'Oise), le 23 octobre 2020.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/30/les-hopitaux-francais-desormais-incites-a-acheter-leurs-masques-et-gants-de-protection-en-france-ou-en-europe_6107734_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/27/fin-de-cavale-pour-l-evade-de-l-hopital-de-pontoise_6107374_3224.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:31:42 +0100", + "pubDate": "Mon, 27 Dec 2021 01:02:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251420,17 +277454,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44fdf201c1c143dd7dc0107f97952290", - "highlights": [] + "hash": "65196b89cbd27a159505787f69d39b10" }, { - "title": "En Grèce, migrants et passeurs empruntent des routes plus périlleuses", - "description": "Le pape François rencontre des migrants lors de sa visite dans le camp de réfugiés de Karatepe, sur l’île de Lesbos, le 5 décembre 2021.", - "content": "Le pape François rencontre des migrants lors de sa visite dans le camp de réfugiés de Karatepe, sur l’île de Lesbos, le 5 décembre 2021.", + "title": "Un Franco-Syrien incarcéré en France pour du matériel fourni à l’armée syrienne", + "description": "L’homme, vivant à l’étranger, a été arrêté dans le sud de la France. Parmi les matériels fournis figurent des éléments ayant pu servir à la fabrication d’armes chimiques.", + "content": "Un soldat de l’armée syrienne sur une route dans la campagne d’Alep, dans le nord du pays, le 17 février 2020.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/30/en-grece-migrants-et-passeurs-empruntent-des-routes-plus-perilleuses_6107733_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/27/un-franco-syrien-incarcere-en-france-pour-du-materiel-fourni-a-l-armee-syrienne_6107370_3224.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 19:01:57 +0100", + "pubDate": "Mon, 27 Dec 2021 00:21:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251442,17 +277475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a3eee6b2bbd5f203ac4450439aa61fd", - "highlights": [] + "hash": "9140d3ad31c035027d25329084c96bd4" }, { - "title": "A Strasbourg, douze personnes interpellées suite à des violences urbaines", - "description": "La préfecture a recensé une « forte activité » pendant la nuit de la Saint-Sylvestre dans certains quartiers de la capitale alsacienne. Deux policiers ont été légèrement blessés.", - "content": "La préfecture a recensé une « forte activité » pendant la nuit de la Saint-Sylvestre dans certains quartiers de la capitale alsacienne. Deux policiers ont été légèrement blessés.", + "title": "Covid-19 dans le monde : hausse des hospitalisations d’enfants à New York, le Pérou va acheter 55 millions de doses de vaccin", + "description": "Les admissions pédiatriques associées à la maladie ont quadruplé dans la ville américaine entre la semaine du 5 décembre et celle du 19 décembre.", + "content": "Une femme réalise un test Covid-19 sur son fils, à New York, le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2022/01/01/a-strasbourg-douze-personnes-interpellees-suite-a-des-violences-urbaines_6107838_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/26/covid-19-new-york-constate-une-hausse-des-hospitalisations-d-enfants_6107367_3244.html", "creator": "", - "pubDate": "Sat, 01 Jan 2022 03:21:54 +0100", + "pubDate": "Sun, 26 Dec 2021 23:50:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251464,17 +277496,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb64f163d963b2575de284423a88d53d", - "highlights": [] + "hash": "d6be407c4bccd3b9dedb97fc00335646" }, { - "title": "Nouvel An 2022 : A New York, Times Square renoue avec les festivités sur fond de passation de pouvoir", - "description": "Evénements sévèrement encadrés ou tout simplement annulés, files d’attente pour se faire dépister avant des réveillons souvent limités à la « bulle » familiale : une fois encore, la planète aborde la nouvelle année à l’ombre de la pandémie.", - "content": "Evénements sévèrement encadrés ou tout simplement annulés, files d’attente pour se faire dépister avant des réveillons souvent limités à la « bulle » familiale : une fois encore, la planète aborde la nouvelle année à l’ombre de la pandémie.", + "title": "Top 14 : Castres, seul naufragé du Boxing Day, s’impose à Perpignan", + "description": "Le club tarnais se hisse provisoirement à la quatrième place en attendant que puissent se disputer les autres matchs d’une journée déjà largement tronquée par la recrudescence de la pandémie, avec quatre reports.", + "content": "L’ouvreur argentin de Castres, Benjamin Urdapilleta, attrape le ballon lors du match de rugby à XV français Top14 entre Perpignan et Castres, au stade Aimé-Giral, le 26 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/live/2021/12/31/nouvel-an-2022-l-australie-a-celebre-la-nouvelle-annee-malgre-la-pandemie-couvre-feu-au-quebec_6107800_3210.html", + "link": "https://www.lemonde.fr/rugby/article/2021/12/26/top-14-castres-seul-naufrage-du-boxing-day-s-impose-a-perpignan_6107364_1616937.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 12:19:31 +0100", + "pubDate": "Sun, 26 Dec 2021 21:55:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251486,17 +277517,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b3489eb3d07e71d21ddfa2d0182c532", - "highlights": [] + "hash": "91e455197731914cf7f379a2044ffc76" }, { - "title": "Royaume-Uni : les nouvelles conditions d’entrée en France créent la confusion chez certains Britanniques, interdits temporairement d’accès au tunnel sous la Manche", - "description": "Des voitures et des camions font la queue à l’entrée de l’Eurotunnel, en prévision des restrictions accrues pour les voyageurs se rendant en France depuis la Grande-Bretagne, à Folkestone, en Grande-Bretagne, le 17 décembre 2021.", - "content": "Des voitures et des camions font la queue à l’entrée de l’Eurotunnel, en prévision des restrictions accrues pour les voyageurs se rendant en France depuis la Grande-Bretagne, à Folkestone, en Grande-Bretagne, le 17 décembre 2021.", + "title": "Israël prévoit de doubler le nombre de colons dans le Golan occupé", + "description": "Selon le plan approuvé par le gouvernement, 7 300 unités de logement seront construites dans les cinq ans à venir dans les colonies existantes, ainsi que deux nouvelles colonies, Assif et Matar, accueillant 6 000 maisons.", + "content": "Le premier ministre israélien, Naftali Bennett, lors de la réunion hebdomadaire sur le plateau du Golan occupé par Israël, le 26 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/30/royaume-uni-les-nouvelles-conditions-d-entree-en-france-creent-la-confusion-chez-certains-britanniques-interdits-temporairement-d-acces-au-tunnel-sous-la-manche_6107731_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/26/israel-prevoit-de-doubler-le-nombre-de-colons-dans-le-golan-occupe_6107363_3210.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:44:29 +0100", + "pubDate": "Sun, 26 Dec 2021 21:25:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251508,17 +277538,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c92757b3c7077eaaab0c00b182e57d83", - "highlights": [] + "hash": "a58e2674c965689c4fe652c31bb455e0" }, { - "title": "Au Soudan, la police tue des manifestants", - "description": "Lors d’une manifestation pour dénoncer le coup d’Etat militaire d’octobre, à Khartoum, au Soudan, le 30 décembre 2021.", - "content": "Lors d’une manifestation pour dénoncer le coup d’Etat militaire d’octobre, à Khartoum, au Soudan, le 30 décembre 2021.", + "title": "Covid-19 : plus de 500 nouvelles hospitalisations en vingt-quatre heures en France", + "description": "Selon les chiffres publiés dimanche soir par Santé publique France, 27 697 nouveaux cas de Covid-19 ont été enregistrés en vingt-quatre heures.", + "content": "Dans l’unité de soins continus Covid de l’hôpital la Timone à Marseille, le 24 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/30/au-soudan-des-manifestants-tues-par-des-tirs-des-forces-de-police_6107730_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/26/covid-19-plus-de-500-nouvelles-hospitalisations-en-vingt-quatre-heures-en-france_6107362_3244.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:43:07 +0100", + "pubDate": "Sun, 26 Dec 2021 20:55:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251530,17 +277559,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dcf443e7fe78b8d99ac1477961a4e96a", - "highlights": [] + "hash": "fc3ee4d807970def9a4917500ab1ffde" }, { - "title": "Pourquoi les soins psychiatriques sans consentement s’invitent dans la loi sur le passe vaccinal", - "description": "Un patient placé en chambre isolée, sur son lit à l’hôpital psychiatrique « EPS de Ville Evrard, Centre psychiatres du Bois de Bondy », le 7 mai 2020.", - "content": "Un patient placé en chambre isolée, sur son lit à l’hôpital psychiatrique « EPS de Ville Evrard, Centre psychiatres du Bois de Bondy », le 7 mai 2020.", + "title": "L’ONU appelle les autorités à lancer « une enquête sérieuse et transparente » sur l’attaque contre des civils en Birmanie", + "description": "Le secrétaire général adjoint de l’ONU a qualifié de « crédibles » les informations sur la découverte de « 35 corps » dans des véhicules calcinés dans l’Etat de Kayah.", + "content": "Des véhicules incendiés dans le canton de Hpruso, en Birmanie, le 24 décembre 2021 (photo fournie par la Force de défense des nationalités karenni).", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/30/pourquoi-les-soins-psychiatriques-sans-consentement-s-invitent-dans-la-loi-sur-le-passe-vaccinal_6107729_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/26/l-onu-appelle-les-autorites-a-lancer-une-enquete-serieuse-et-transparente-sur-l-attaque-contre-des-civils-en-birmanie_6107361_3210.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:17:41 +0100", + "pubDate": "Sun, 26 Dec 2021 20:39:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251552,17 +277580,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3a7662744e832d99473b471b799eb4be", - "highlights": [] + "hash": "cf88f3b2d33c99b53d172c8fadc53f18" }, { - "title": "Explosion des cas de Covid-19 : les clubs sportifs français confrontés à des calendriers bousculés", - "description": "A l’approche des 16es de finales de la Coupe de France, du 1er au 4 janvier, le Covid-19 occupe les esprits des clubs de football. Aucun report de match ne pourra être envisagé – Ici, lors de la finale de la compétition entre le Paris-Saint-Germain et Saint-Etienne, au Stade de France, à Saint-Denis, le 24 juillet 2020.", - "content": "A l’approche des 16es de finales de la Coupe de France, du 1er au 4 janvier, le Covid-19 occupe les esprits des clubs de football. Aucun report de match ne pourra être envisagé – Ici, lors de la finale de la compétition entre le Paris-Saint-Germain et Saint-Etienne, au Stade de France, à Saint-Denis, le 24 juillet 2020.", + "title": "Elections professionnelles : des cadres assimilés à l’employeur obtiennent le droit de vote", + "description": "Le gouvernement va devoir réécrire le code du travail, à la suite d’une décision du Conseil constitutionnel qui abroge les règles définissant la qualité d’électeur pour les instances de représentation du personnel.", + "content": "Carte électorale pour élections aux conseils de prud'hommes et code du travail", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/30/explosion-des-cas-de-covid-19-les-clubs-sportifs-francais-confrontes-a-des-calendriers-bouscules_6107728_3242.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/26/elections-professionnelles-des-cadres-assimiles-a-l-employeur-obtiennent-le-droit-de-vote_6107360_823448.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 18:16:18 +0100", + "pubDate": "Sun, 26 Dec 2021 20:25:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251574,17 +277601,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a199d797c323f02fe8d6eead4a80688", - "highlights": [] + "hash": "f3899a85297ca085462f887c35968b93" }, { - "title": "Télétravail : le nouveau protocole national en entreprise dévoilé", - "description": "Une femme travaille à son domicile, le 14 mai 2020 à Vertou, en périphérie de Nantes.", - "content": "Une femme travaille à son domicile, le 14 mai 2020 à Vertou, en périphérie de Nantes.", + "title": "Enquête | Les failles de la protection des données des Français par les pouvoirs publics", + "description": "Les administrations sont désormais une cible privilégiée des pirates informatiques, qui essayent de s’emparer des données des citoyens. Si plusieurs agences veillent au grain, des militants dénoncent le manque de « volonté politique » du gouvernement.", + "content": "Tiroir d’interconnexion au data center Interxion, à Marseille, le 8 juillet 2020.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/30/teletravail-le-nouveau-protocole-national-en-entreprise-devoile_6107724_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/26/les-failles-de-la-protection-des-donnees-des-francais-par-les-pouvoirs-publics_6107313_3224.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 17:46:34 +0100", + "pubDate": "Sun, 26 Dec 2021 02:06:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251596,17 +277622,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "49fc4c8be67b161df6e90b1e62902e75", - "highlights": [] + "hash": "d60f1e68a0a10a76e8dcbfe0f21c18de" }, { - "title": "L’hôpital public au point de rupture : une crise et des maux qui viennent de loin", - "description": "Dans l’unité de soins intensifs Covid-19 à l’hôpital de la Timone, à Marseille, le 23 décembre.", - "content": "Dans l’unité de soins intensifs Covid-19 à l’hôpital de la Timone, à Marseille, le 23 décembre.", + "title": "Plus 100 000 cas de Covid-19 en 24 heures en France, mort de Desmond Tutu, télescope James-Webb… Les cinq infos à retenir du week-end", + "description": "Si vous n’avez pas suivi l’actualité des 25 et 26 décembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", + "content": "Au service de soins intensifs Covid-19 de l’hôpital de la Timone, à Marseille, le 23 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/30/l-hopital-au-point-de-rupture-une-crise-qui-vient-de-loin_6107667_3224.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/26/plus-100-000-cas-de-covid-19-par-jour-en-france-mort-de-desmond-tutu-telescope-james-webb-les-cinq-infos-a-retenir-du-week-end_6107356_4355770.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:34:06 +0100", + "pubDate": "Sun, 26 Dec 2021 18:00:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251618,17 +277643,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8053d51a79a50109d550f9cb98530a52", - "highlights": [] + "hash": "2a4dd4db68cf7bee98a73ce25f0ec4a9" }, { - "title": "« Année cruciale », « adieu Macron » : les candidats à l’élection présidentielle devancent le chef de l’Etat pour les vœux", - "description": "Emmanuel Macron, président de la République, donne sa conférence de presse de présentation de la présidence française du Conseil de l’Union européenne depuis l’Elysée, à Paris, le 9 décembre 2021.", - "content": "Emmanuel Macron, président de la République, donne sa conférence de presse de présentation de la présidence française du Conseil de l’Union européenne depuis l’Elysée, à Paris, le 9 décembre 2021.", + "title": "Covid-19 : en Belgique, le monde culturel mobilisé contre la fermeture des salles de spectacle", + "description": "La décision de fermeture des salles à compter de dimanche a été présentée mercredi comme une mesure de précaution face au très contagieux variant Omicron.", + "content": "Lors de la manifestation contre les restrictions imposées par le gouvernement belge pour contenir la propagation du Covid-19 à Bruxelles, le 26 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/31/annee-cruciale-adieu-macron-les-candidats-a-l-election-presidentielle-devancent-le-chef-de-l-etat-pour-les-v-ux_6107808_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/26/covid-19-en-belgique-le-monde-culturel-mobilise-contre-la-fermeture-des-salles-de-spectacle_6107355_3244.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 14:14:26 +0100", + "pubDate": "Sun, 26 Dec 2021 17:23:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251640,17 +277664,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "100fdd839901b910bab85a2fc5c9faa3", - "highlights": [] + "hash": "ecfa565bf5aa9f9cd0bb4d26af844f10" }, { - "title": "Nouvel An 2022 : l’Australie a célébré la nouvelle année malgré la pandémie, Vladimir Poutine défend son bilan", - "description": "Festivités sévèrement encadrées ou tout simplement annulées, files d’attente pour se faire dépister avant des réveillons souvent limités à la « bulle » familiale : une fois encore, la planète aborde la nouvelle année à l’ombre de la pandémie.", - "content": "Festivités sévèrement encadrées ou tout simplement annulées, files d’attente pour se faire dépister avant des réveillons souvent limités à la « bulle » familiale : une fois encore, la planète aborde la nouvelle année à l’ombre de la pandémie.", + "title": "Que sait-on vraiment des surrisques de contamination dans les clubs et boîtes de nuit ?", + "description": "Depuis le début de la pandémie, les espaces festifs ont connu seize mois de fermeture. Mais sur quoi s’appuient ces décisions ? « Le Monde » a eu accès aux premiers enseignements d’une nouvelle étude très attendue.", + "content": "Extrait de la série « Bientôt nous danserons », Granon édition.", "category": "", - "link": "https://www.lemonde.fr/international/live/2021/12/31/nouvel-an-2022-de-l-australie-a-l-alaska-le-monde-bascule-dans-la-nouvelle-annee-toujours-sous-la-menace-du-covid-19_6107800_3210.html", + "link": "https://www.lemonde.fr/musiques/article/2021/12/26/que-sait-on-vraiment-des-surrisques-de-contamination-dans-les-clubs-et-boites-de-nuit_6107354_1654986.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 12:19:41 +0100", + "pubDate": "Sun, 26 Dec 2021 17:00:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251662,17 +277685,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f493ca684a44aaaafd5c885ada56bf1", - "highlights": [] + "hash": "8821adee03ba167972cfc2ff314f4490" }, { - "title": "Les restrictions sanitaires sont de retour dans de nombreux pays à l’approche des célébrations du Nouvel An, notamment au Québec et en Allemagne.", - "description": "Un soignant administre une dose du vaccin Spoutnik V contre le Covid-19 à un sans-abri, à Moscou, le 20 décembre 2021.", - "content": "Un soignant administre une dose du vaccin Spoutnik V contre le Covid-19 à un sans-abri, à Moscou, le 20 décembre 2021.", + "title": "Le Burkina Faso décrète un deuil national de deux jours après une attaque meurtrière", + "description": "Une embuscade dans le nord du pays a visé, jeudi, un convoi de commerçants escorté par des Volontaires de défenses pour la patrie – un groupe qui épaule l’armée burkinabée. L’attaque a tué 41 civils et supplétifs de l’armée.", + "content": "Des manifestants réclament la démission du gouvernement de Roch Marc Christian Kaboré, accusé d’être incapable d’enrayer les violences djihadistes au Burkina Faso, le 27 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/31/covid-19-dans-le-monde-le-pic-du-million-de-contaminations-quotidiennes-a-ete-franchi-cette-semaine_6107750_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/26/le-burkina-faso-decrete-un-deuil-national-de-deux-jours-apres-une-attaque-meurtriere_6107350_3212.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 01:30:18 +0100", + "pubDate": "Sun, 26 Dec 2021 15:32:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251684,17 +277706,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "00aed6ccda9d06549d94052dd8e8501c", - "highlights": [] + "hash": "d006e6b02844b87ec46dbb67d8fb40c5" }, { - "title": "Covid-19 : le variant Omicron est désormais majoritaire en France", - "description": "La progression du variant B.1.1.529, appelé « Omicron », était attendue, car il est particulièrement contagieux.", - "content": "La progression du variant B.1.1.529, appelé « Omicron », était attendue, car il est particulièrement contagieux.", + "title": "Mort de Desmond Tutu : pluie d’hommage au « géant qui s’est dressé contre l’apartheid »", + "description": "Les réactions se multiplient en hommage à l’archevêque anglican sud-africain, icône de la lutte contre l’apartheid et prix Nobel de la paix, après l’annonce de sa mort, dimanche, à 90 ans.", + "content": "Desmond Tutu lors d’un rassemblement de jeunes leaders, en février 2010, à Londres.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/31/covid-19-le-variant-omicron-est-desormais-majoritaire-en-france_6107782_3244.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/26/mort-de-desmond-tutu-pluie-d-hommage-au-geant-qui-s-est-dresse-contre-l-apartheid_6107349_3382.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 09:06:12 +0100", + "pubDate": "Sun, 26 Dec 2021 15:30:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251706,17 +277727,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f09a21c634204d9124b5963ca62799f", - "highlights": [] + "hash": "103f6eaf2056553e0121f73b60063fbf" }, { - "title": "Après Paris et des départements d’Ile-de-France, d’autres préfectures ont annoncé, jeudi, l’obligation du port du masque en extérieur, comme à Lyon, Villeurbanne, en Loire-Atlantique, à Tours, dans 72 communes de Charente-Maritime, à Périgueux, Bergerac et Sarlat.", - "description": "Un homme portant un masque facial traverse l’avenue des Champs-Elysées, à Paris, mardi 28 décembre 2021.", - "content": "Un homme portant un masque facial traverse l’avenue des Champs-Elysées, à Paris, mardi 28 décembre 2021.", + "title": "En Inde, deuxième pays le plus peuplé, la fécondité tombe sous le seuil de remplacement", + "description": "Le boom démographique indien est terminé. Le deuxième pays le plus peuplé de la planète, avec 1,38 milliard d’habitants, présente désormais un indice synthétique de fécondité – qui correspond au nombre moyen d’enfants qu’une femme pourrait avoir au cours de sa vie – de 2, au-dessous du seuil de remplacement, fixé à 2,1.", + "content": "Des femmes qui ont subi une opération de stérilisation, dans l’Etat indien de Chhattisgarh, le 14 novembre 2014.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/30/covid-19-masque-obligatoire-a-l-exterieur-dans-presque-toute-l-ile-de-france-des-vendredi_6107693_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/23/la-fecondite-en-inde-tombe-sous-le-seuil-de-remplacement_6107086_3244.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:54:57 +0100", + "pubDate": "Thu, 23 Dec 2021 02:50:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251728,17 +277748,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4330e44f54e03d84dc618b8e2f2a13ae", - "highlights": [] + "hash": "ca06a2fae063e74b6667343927931e15" }, { - "title": "Plusieurs centaines de salariés des hypermarchés Cora en grève pour réclamer une hausse des salaires", - "description": "Dans l’hypermarché Cora de Charleroi, en juillet 2014.", - "content": "Dans l’hypermarché Cora de Charleroi, en juillet 2014.", + "title": "Covid-19 : le match de Top 14 Stade toulousain – Stade français, quatrième rencontre de la 13e journée reportée", + "description": "Les effectifs des équipes françaises de rugby sont largement touchés par le Covid-19, provoquant des annulations de rencontres en cascade. La date de report du match entre Toulouse et le Stade français n’est pas encore connue.", + "content": "Des joueurs du Stade français jouent contre ceux du Stade toulousain pour le Top 14, en janvier 2016, à Paris.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/30/plusieurs-centaines-de-salaries-des-hypermarches-cora-en-greve-pour-reclamer-une-hausse-des-salaires_6107722_3234.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/26/top-14-le-match-stade-toulousain-stade-francais-quatrieme-rencontre-de-la-13e-journee-reportee_6107345_3242.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 17:11:29 +0100", + "pubDate": "Sun, 26 Dec 2021 13:29:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251750,17 +277769,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6cf61ad6167ad22472269c3194df139", - "highlights": [] + "hash": "1024d1e1847d8c671819cda021372532" }, { - "title": "L’Université de Paris sommée de changer de nom par le Conseil d’Etat", - "description": "L’entrée du Conseil d’État français au Palais Royal à Paris, le 18 octobre 2018.", - "content": "L’entrée du Conseil d’État français au Palais Royal à Paris, le 18 octobre 2018.", + "title": "Thomas Pesquet devient la deuxième personnalité masculine préférée des Français, toujours derrière Jean-Jacques Goldman", + "description": "Le chanteur de 70 ans conserve sa première place au classement annuel réalisé par « Le JDD », aux côtés de l’actrice Sophie Marceau pour les personnalités féminines.", + "content": "L’astronaute français Thomas Pesquet lors d’une conférence de presse à Cologne, le 12 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/30/l-universite-de-paris-sommee-de-changer-de-nom-par-le-conseil-d-etat_6107720_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/26/thomas-pesquet-devient-la-deuxieme-personnalite-masculine-preferee-des-francais-toujours-derriere-jean-jacques-goldman_6107344_3224.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 16:26:08 +0100", + "pubDate": "Sun, 26 Dec 2021 12:50:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251772,17 +277790,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b61603819946eef2ac0325f919705cae", - "highlights": [] + "hash": "850375924337faf8f1efae103ebef321" }, { - "title": "Eric Zemmour, du mépris des femmes à la hantise de l’immigration", - "description": "Un homme tient le livre du parti d’extrême droite français « Reconquête ! » lors d’une visite de campagne d’Eric Zemmour à Husseren-les-Châteaux (Haut-Rhin), le 18 décembre 2021.", - "content": "Un homme tient le livre du parti d’extrême droite français « Reconquête ! » lors d’une visite de campagne d’Eric Zemmour à Husseren-les-Châteaux (Haut-Rhin), le 18 décembre 2021.", + "title": "Au large de la Libye, les corps de 28 migrants repêchés après le naufrage de leur embarcation", + "description": "Trois survivants ont également été retrouvés, a précisé un responsable sécuritaire local. Depuis le début de 2021, environ 1 500 migrants sont morts au large de la Libye, selon l’Organisation internationale pour les migrations.", + "content": "Des migrants en provenance de Libye sur le point d’être débarqués sur l’île italienne de Lampedusa, le 31 juillet 2020.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/30/eric-zemmour-du-mepris-des-femmes-a-la-hantise-de-l-immigration_6107701_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/26/au-large-de-la-libye-les-corps-de-28-migrants-repeches-apres-le-naufrage-de-leur-embarcation_6107343_3210.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:00:13 +0100", + "pubDate": "Sun, 26 Dec 2021 12:44:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251794,17 +277811,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5985afe92c3a73ef4d4de96d64ed8d5a", - "highlights": [] + "hash": "8a2f7cc91bda3e64272593fe2f81d231" }, { - "title": "Ligue 1 : Troyes se sépare de son entraîneur Laurent Batlles", - "description": "Laurent Batlles, lors d’un match entre l’Estac et Marseille, le 28 novembre 2021.", - "content": "Laurent Batlles, lors d’un match entre l’Estac et Marseille, le 28 novembre 2021.", + "title": "Mort de Karolos Papoulias, ancien président grec", + "description": "Alors que les Grecs, frappés de plein fouet par l’austérité, n’avaient plus rien à donner aux créanciers de l’UE et du FMI, il est l’un des premiers hommes politiques à abandonner son salaire en solidarité « aux sacrifices du peuple ».", + "content": "Karolos Papoulias à Berlin, en 2013.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/30/ligue-1-troyes-se-separe-de-son-entraineur-laurent-batlles_6107714_3242.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/26/mort-de-karolos-papoulias-ancien-president-grec_6107342_3382.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 14:05:01 +0100", + "pubDate": "Sun, 26 Dec 2021 12:39:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251816,17 +277832,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31ca564bd8ff0f7dca196f19079a89a7", - "highlights": [] + "hash": "dceadbbc673a7f36b263fd4ecc1903a3" }, { - "title": "Riot Games accepte de payer 100 millions de dollars après une action de groupe pour discrimination sexiste", - "description": "Le jeu « League of Legends » sur un écran de smartphone, devant le logo du studio Riot Games, à Los Angeles, le 27 décembre 2021.", - "content": "Le jeu « League of Legends » sur un écran de smartphone, devant le logo du studio Riot Games, à Los Angeles, le 27 décembre 2021.", + "title": "Avec la mort de Desmond Tutu s’éteint une infatigable voix des opprimés", + "description": "L’ancien instituteur et prêtre a tout au long de sa vie mené de nombreux combats pour la dignité humaine, le pardon et la réconciliation. Ce proche de Nelson Mandela, mort le 26 décembre 2021, avait reçu le prix Nobel de la paix en 1984.", + "content": "Desmond Tutu, au Cap, le 7 octobre 2017.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/30/riot-games-accepte-de-payer-100-millions-de-dollars-apres-une-action-de-groupe-pour-discrimination-sexiste_6107710_4408996.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/26/desmond-tutu-l-infatigable-voix-des-opprimes_6107340_3212.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 13:30:08 +0100", + "pubDate": "Sun, 26 Dec 2021 12:31:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251838,17 +277853,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f988e3f91ba5d36f52eb068d03adf75e", - "highlights": [] + "hash": "dd5812ab69f4a5388328e52d54cf5b4a" }, { - "title": "Impact d’Omicron : les scénarios de l’Institut Pasteur pour la France", - "description": "L’organisme de recherche a publié, mercredi 29 décembre, une nouvelle série de modélisations estimant les conséquences de ce variant sur le système de santé.", - "content": "Des infirmiers s’occupent d’un patient atteint du Covid-19 au service de réanimation de l’hôpital Antoine-Béclère, à Clamart (Hauts-de-Seine), le 23 décembre 2021.", + "title": "Jérôme Jaffré et Vincent Martigny étaient les invités de l’émission « Questions politiques »", + "description": "Le politologue, chercheur associé au Cevipof, et l’historien, professeur agrégé en science politique à l’université de Nice, étaient les invités de France Inter, de France Télévisions et du « Monde », dimanche, de midi à 13 heures.", + "content": "A picture taken on November 3, 2015 in Paris shows microphones bearing the logo of French radio station \"France Inter\"de micros de Radio France dans un studio au si?ge de France Inter ? Paris le 3 novembre 2015 . AFP PHOTO / JOEL SAGET (Photo by Joël SAGET / AFP)", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/30/impact-d-omicron-les-scenarios-de-l-institut-pasteur-pour-la-france_6107691_3244.html", + "link": "https://www.lemonde.fr/politique/video/2021/12/26/en-direct-jerome-jaffre-et-vincent-martigny-sont-les-invites-de-l-emission-questions-politiques_6107336_823448.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:51:28 +0100", + "pubDate": "Sun, 26 Dec 2021 11:45:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251860,17 +277874,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ddc648539e244d9bee4029fac6e8fb7f", - "highlights": [] + "hash": "752c44660f45224433a4aa0f98bd68ea" }, { - "title": "Quels départements français ont gagné ou perdu des habitants entre 2013 et 2019 ?", - "description": "Un nouveau-né à la maternité des Diaconesses, à Paris, en novembre 2020.", - "content": "Un nouveau-né à la maternité des Diaconesses, à Paris, en novembre 2020.", + "title": "En Afghanistan, les talibans interdisent aux femmes de voyager seules", + "description": "Depuis leur arrivée au pouvoir en août, ils ont imposé diverses restrictions aux femmes et aux filles, en dépit de promesses initiales selon lesquelles leur régime serait moins strict que durant leur premier règne (1996-2001).", + "content": "Une femme passe devant des salons de beauté dont les vitrines ont été dégradées, à Kaboul, le 12 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/30/quels-departements-francais-ont-gagne-ou-perdu-des-habitants-entre-2013-et-2019_6107705_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/26/afghanistan-les-talibans-imposent-de-nouvelles-restrictions-aux-droits-des-femmes_6107334_3210.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:26:00 +0100", + "pubDate": "Sun, 26 Dec 2021 11:22:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251882,17 +277895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f8c49973be066dcd72c0cc72f352459", - "highlights": [] + "hash": "d9e1517b0ccbd2710614c86c27ec2963" }, { - "title": "Covid-19 : près d’un million de tests de dépistage réalisés par jour la semaine de Noël", - "description": "Dans un centre de dépistage, à Nice, le 23 novembre 2021.", - "content": "Dans un centre de dépistage, à Nice, le 23 novembre 2021.", + "title": "Covid-19 : des professionnels de santé demandent un report de la rentrée scolaire du 3 janvier", + "description": "Dans une tribune publiée par « Le Journal du dimanche », une cinquantaine de professionnels de santé critiquent le manque de moyens déployés jusqu’à présent par le ministère de l’éducation nationale pour freiner l’épidémie dans les écoles.", + "content": "Des écoliers, portant des masques de protection, jouent dans la cour d’une école privée à Saint-Sébastien-sur-Loire, près de Nantes, le 10 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/30/covid-19-pres-d-un-million-de-tests-de-depistage-realises-par-jour-la-semaine-de-noel_6107703_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/26/covid-19-des-professionnels-de-sante-demandent-la-gestion-sanitaire-dans-les-etablissements-scolaires-par-le-ministere-de-la-sante_6107331_3244.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:13:06 +0100", + "pubDate": "Sun, 26 Dec 2021 10:57:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251904,17 +277916,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "be7950ab92c07563dfd08deb98f3d97d", - "highlights": [] + "hash": "14b3d5838b9535e8e3c73ad2c74863dc" }, { - "title": "Grâce à Michel Houellebecq, l’autre rentrée de Bruno Le Maire", - "description": "Le ministre de l’économie et des finances, Bruno Le Maire, à l’Assemblée nationale, le 16 octobre 2018.", - "content": "Le ministre de l’économie et des finances, Bruno Le Maire, à l’Assemblée nationale, le 16 octobre 2018.", + "title": "Pas de grand meeting, une campagne quasi-dématérialisée… les partis se préparent à une présidentielle bousculée par le Covid-19", + "description": "Sur le terrain, les candidats vont devoir s’adapter à la situation sanitaire, dont les contraintes permettent aussi à certains de masquer leurs difficultés, comme le manque de ressources financières ou d’adhérents.", + "content": "Un panneau rappelle les gestes barrières contre le Covid-19, lors du meeting de campagne d’Anne Hidalgo à Perpignan, le 12 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/30/grace-a-houellebecq-l-autre-rentree-de-bruno-le-maire_6107702_3246.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/24/presidentielle-2022-une-campagne-bousculee-par-le-covid-19_6107210_823448.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 12:06:27 +0100", + "pubDate": "Fri, 24 Dec 2021 10:00:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251926,17 +277937,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c05d68b0ef31f9e5c4055ecc557ae8af", - "highlights": [] + "hash": "e08067682a6f6822a779ce819f1def4d" }, { - "title": "Electricité : la disponibilité des centrales nucléaires françaises au plus bas", - "description": "Le coeur du réacteur de la centrale nucléaire de Civaux (Vienne), le 8 septembre 2021.", - "content": "Le coeur du réacteur de la centrale nucléaire de Civaux (Vienne), le 8 septembre 2021.", + "title": "Desmond Tutu, prix Nobel de la paix, héros de la lutte contre l’apartheid, est mort", + "description": "L’archevêque anglican sud-africain, prix Nobel de la Paix en 1984, était âgé de 90 ans. Il avait annoncé son retrait de la vie publique en 2010.", + "content": "Desmond Tutu, en 2014.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/30/la-disponibilite-des-centrales-nucleaires-francaises-au-plus-bas_6107699_3234.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/26/desmond-tutu-prix-nobel-de-la-paix-heros-de-la-lutte-contre-l-apartheid-est-mort_6107324_3212.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:30:10 +0100", + "pubDate": "Sun, 26 Dec 2021 08:33:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251948,17 +277958,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ad6442b1a40e551fc299abd40360418a", - "highlights": [] + "hash": "7303d1417cf282798b8e53b227e7e660" }, { - "title": "Les étudiants n’auront pas à montrer de passe sanitaire ou vaccinal pour les partiels, qui se tiendront au sein des établissements.", - "description": "La ministre de l’enseignement supérieur, Frédérique Vidal, a confirmé mercredi le maintien des examens en présentiel.", - "content": "La ministre de l’enseignement supérieur, Frédérique Vidal, a confirmé mercredi le maintien des examens en présentiel.", + "title": "Le risque en 2022 d’une guerre entre l’Algérie et le Maroc", + "description": "La tension sans précédent entre l’Algérie et le Maroc pourrait dégénérer à la faveur d’un incident mal maîtrisé, alors même qu’aucune des parties ne désire un conflit ouvert.", + "content": "Une photo prise depuis la région marocaine d’Oujda montre des Algériens prenant des photos le long de la frontière avec le Maroc, le 4 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/campus/article/2021/12/29/universite-les-partiels-auront-lieu-en-presentiel_6107601_4401467.html", + "link": "https://www.lemonde.fr/blog/filiu/2021/12/26/le-risque-en-2022-dun-conflit-entre-lalgerie-et-le-maroc/", "creator": "", - "pubDate": "Wed, 29 Dec 2021 09:36:41 +0100", + "pubDate": "Sun, 26 Dec 2021 07:59:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251970,17 +277979,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b60c6fcdb1f2c0f6ffdacf95085f4326", - "highlights": [] + "hash": "c13c1c3d93a7aa69fd166df96a1d614c" }, { - "title": "Les salles de cinéma ont accueilli 96 millions de spectateurs en 2021", - "description": "Sur les sept derniers mois de l’année, les seuls comparables en raison de la fermeture des salles, la fréquentation accuse un recul de 23,4 % par rapport à la même période en 2019.", - "content": "Le contrôle des passes sanitaires, à l’entrée du cinéma le Grand Rex, à Paris, le 21 juillet 2021.", + "title": "Morts de migrants dans la Manche : les corps de seize victimes rapatriés au Kurdistan d’Irak", + "description": "Au moins vingt-sept personnes ont péri dans le drame du 24 novembre, le plus meurtrier survenu dans la mer sillonnée quotidiennement par des migrants qui tentent de rejoindre le Royaume-Uni.", + "content": "Un homme accueille le cercueil d’une des seize victimes mortes le 24 novembre, lors d’un naufrage en Manche, à l’aéroport d’Erbil, en Irak, dimanche 26 décembre.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/30/les-salles-de-cinema-ont-accueilli-96-millions-de-spectateurs-en-2021_6107695_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/12/26/naufrage-de-migrants-dans-la-manche-les-corps-de-seize-victimes-rapatries-au-kurdistan-d-irak_6107316_3210.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:00:20 +0100", + "pubDate": "Sun, 26 Dec 2021 03:56:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -251992,17 +278000,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e26c6d54cfad497c19bda8040aafe627", - "highlights": [] + "hash": "1e7712c723ab069ef4459a1d66ca9c46" }, { - "title": "Rencontre exclusive avec Michel Houellebecq avant la sortie d’« Anéantir », son nouveau roman : « C’est avec les bons sentiments qu’on fait de la bonne littérature »", - "description": "L’écrivain, star mondiale de la littérature française contemporaine, se confie au « Monde » en exclusivité, peu avant la parution le 7 janvier d’« Anéantir ». Premier volet d’une rencontre en deux parties.", - "content": "Michel Houellebecq, à New York, en 2017.", + "title": "République démocratique du Congo : un attentat fait au moins cinq morts dans la ville de Beni, au Nord-Kivu", + "description": "Un kamikaze a fait exploser sa bombe samedi 25 décembre dans un restaurant où plus d’une trentaine de personnes célébraient Noël. Les autorités accusent les rebelles du groupe ADF, affiliés à l’organisation Etat islamique.", + "content": "Des soldats ougandais patrouillent dans la région de Beni, en République démocratique du Congo, le 8 décembre 2021, dans le cadre de la lutte contre les rebelles du groupe Forces démocratiques alliées (ADF).", "category": "", - "link": "https://www.lemonde.fr/livres/article/2021/12/30/michel-houellebecq-c-est-avec-les-bons-sentiments-qu-on-fait-de-la-bonne-litterature_6107688_3260.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/26/republique-democratique-du-congo-un-attentat-fait-au-moins-cinq-morts-dans-la-ville-de-beni-au-nord-kivu_6107305_3212.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:30:16 +0100", + "pubDate": "Sun, 26 Dec 2021 00:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252014,17 +278021,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50228e8700db7e64438d1ee665cf59b7", - "highlights": [] + "hash": "b0f4fb5ce1b27afebcd74236080932a8" }, { - "title": "Nouvel an : à Strasbourg, un couvre-feu instauré pour les moins de 16 ans", - "description": "Un arrêté préfectoral impose un couvre-feu pour les moins de 16 ans le soir du réveillon, dans sept communes de l’agglomération strasbourgeoise. Une mesure parmi d’autres, qui semble faire consensus, pour éviter que cette soirée du réveillon dérape, comme c’est souvent le cas dans la capitale alsacienne.", - "content": "Des voitures brûlées les jours précédant le Nouvel An, amassées dans une casse automobile, à Strasbourg, le 1er janvier 2020.", + "title": "Une œuvre de street art en hommage aux victimes algériennes du 17 octobre 1961 dégradée à Ivry", + "description": "Il y a deux mois, à l’occasion des 60 ans du massacre de manifestants algériens, C215 avait peint au pochoir sur un mur de garage un portrait d’une des victimes, Ahmad Khalfi.", + "content": "Le street-artiste C215, de son vrai nom Christian Guémy, lors de l’hommage au journaliste algérien emprisonné Khaled Drareni, le 15 octobre 2020 à Paris.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/30/nouvel-an-a-strasbourg-un-couvre-feu-instaure-pour-les-moins-de-16-ans_6107687_3224.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/25/une-uvre-de-street-art-en-hommage-aux-victimes-algeriennes-du-17-octobre-1961-degradee-a-ivry_6107304_3246.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:24:38 +0100", + "pubDate": "Sat, 25 Dec 2021 22:36:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252036,17 +278042,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e164e585d2e1f727409fbaea4e4b5a3", - "highlights": [] + "hash": "04e75c7b3884f94af2338f6470e88f69" }, { - "title": "Covid-19 : les foires et les salons ne seront pas concernés par les jauges", - "description": "Zoos et parcs d’attractions ne seront pas non plus soumis à cette mesure, a annoncé jeudi le ministre chargé du tourisme et des PME, Jean-Baptiste Lemoyne.", - "content": "A partir du 15 janvier, le passe vaccinal devrait s’appliquer également aux foires, salons, parcs et zoos, actuellement soumis au passe sanitaire.", + "title": "Covid-19 : le seuil des 100 000 cas par jour dépassé en France", + "description": "Avant de retrouver leurs proches pour Noël, les Français se sont testés massivement ces derniers jours. Le pays a atteint un niveau inédit de contaminations depuis le début de l’épidémie, selon les chiffres publiés samedi soir par Santé publique France.", + "content": "Le personnel médical de l’unité de soins intensifs de l’hôpital la Timone à Marseille, le 23 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/30/covid-19-les-foires-et-les-salons-ne-seront-pas-concernes-par-les-jauges_6107686_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/25/covid-19-le-seuil-des-100-000-cas-par-jour-depasse-en-france_6107301_3244.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:09:14 +0100", + "pubDate": "Sat, 25 Dec 2021 19:49:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252058,17 +278063,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bf1052a3190eb65694204a79deb1330", - "highlights": [] + "hash": "d5b71bb6b341d95b81be6f3595e3cb72" }, { - "title": "Télétravail obligatoire : jusqu’à 1 000 euros d’amende par salarié pour les entreprises récalcitrantes, annonce la ministre du travail", - "description": "Le gouvernement souhaite pouvoir sanctionner d’une amende administrative les entreprises ne respectant pas l’obligation de télétravail « pour les salariés pour lesquels c’est possible », d’au moins trois jours par semaine, annoncée lundi par Jean Castex. Ces amendes, prévues par un amendement introduit dans le projet de loi sur le passe vaccinal, ne pourront pas excéder 50 000 euros, a précisé Elisabeth Borne, jeudi sur LCI.", - "content": "Le gouvernement souhaite pouvoir sanctionner d’une amende administrative les entreprises ne respectant pas l’obligation de télétravail « pour les salariés pour lesquels c’est possible », d’au moins trois jours par semaine, annoncée lundi par Jean Castex. Ces amendes, prévues par un amendement introduit dans le projet de loi sur le passe vaccinal, ne pourront pas excéder 50 000 euros, a précisé Elisabeth Borne, jeudi sur LCI.", + "title": "Décors inédits, costumes sur mesure, tableaux, meubles… la Comédie-Française se prépare à fêter les 400 ans de Molière", + "description": "Le 15 janvier, la Comédie-Française célébrera le 400e anniversaire du baptême de Molière (sa date de naissance reste inconnue). Pour l’occasion, pas moins de neuf pièces du dramaturge seront jouées jusqu’à l’été prochain. A Paris et à Sarcelles, près de 200 artisans et techniciens s’affairent avant que le rideau rouge ne se lève.", + "content": "Dans les ateliers de décors, à Sarcelles (Val-d’Oise), le 9 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/30/teletravail-obligatoire-jusqu-a-1-000-euros-d-amende-par-salarie-pour-les-entreprises-recalcitrantes_6107683_3234.html", + "link": "https://www.lemonde.fr/m-le-mag/article/2021/12/24/a-paris-et-a-sarcelles-la-comedie-francaise-cote-ateliers_6107175_4500055.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 09:13:00 +0100", + "pubDate": "Fri, 24 Dec 2021 01:10:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252080,17 +278084,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "11e6736f6a6a56cc6e0ef93a97220c4c", - "highlights": [] + "hash": "4dfd136a6090b126775a394a2eb76da0" }, { - "title": "Nouvel An 2022 : de l’Australie à l’Alaska, le monde bascule dans la nouvelle année, toujours sous la menace du Covid-19", - "description": "Des passantes passent devant un panneau affichant l’année 2022 le 30 décembre 2021, à Pristina, au Kosovo.", - "content": "Des passantes passent devant un panneau affichant l’année 2022 le 30 décembre 2021, à Pristina, au Kosovo.", + "title": "En Birmanie, des dizaines de personnes retrouvées mortes dans des véhicules incendiés", + "description": "L’ONG Save the Children a annoncé que deux membres de son personnel étaient « portés disparus ». Selon la junte, il s’agit de violences qui ont éclaté après que des soldats ont tenté d’arrêter ces véhicules.", + "content": "Des véhicules incendiés dans le canton de Hpruso, en Birmanie, le 24 décembre 2021 (photo fournie par la Force de défense des nationalités karenni).", "category": "", - "link": "https://www.lemonde.fr/international/live/2021/12/31/nouvel-an-2022-de-l-australie-a-l-alaska-le-monde-bascule-dans-la-nouvelle-annee-toujours-sous-la-menace-du-covid-19_6107800_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/25/en-birmanie-des-dizaines-de-personnes-retrouvees-mortes-dans-des-vehicules-incendies_6107299_3210.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 12:19:41 +0100", + "pubDate": "Sat, 25 Dec 2021 18:52:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252102,17 +278105,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89c85fd778fb5ecad016911c911e9e8d", - "highlights": [] + "hash": "69aa019897fa2a5db56c590866fc0487" }, { - "title": "La Chine interdit les tatouages à ses footballeurs", - "description": "Les joueurs de la sélection nationale ont dorénavant « l’interdiction formelle d’avoir de nouveaux tatouages », a annoncé le ministère des sports.", - "content": "Les joueurs de l’équipe nationale de football chinoise, au stade de Chardja (Emirats arabes unis), le 7 juin 2021.", + "title": "Elizabeth II apporte une dimension personnelle à son message de Noël", + "description": "La reine a déclaré que si Noël était un moment de bonheur pour beaucoup, il pouvait être difficile pour ceux qui ont perdu des proches, une peine qu’elle dit comprendre tout particulièrement cette année, marquée par la disparition du prince Philip.", + "content": "Elizabeth II enregistre son message de Noël dans le salon blanc du château de Windsor, à côté d’une photo de la reine et du duc d’Edimbourg, à Windsor, en Grande-Bretagne, le 23 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/30/la-chine-interdit-les-tatouages-a-ses-footballeurs_6107674_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/25/elizabeth-ii-apporte-une-dimension-personnelle-a-son-message-de-noel_6107297_3210.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 06:31:33 +0100", + "pubDate": "Sat, 25 Dec 2021 17:21:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252124,17 +278126,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dadb1e3b11d35f81f602c2efa0c16b09", - "highlights": [] + "hash": "f0488cb9205dba50fb752f8bbeeb2c50" }, { - "title": "Face à la vague Omicron, les hôpitaux britanniques résistent pour l’instant", - "description": "Si le nombre d’hospitalisations augmente, cela ne submerge pas à ce stade le système de santé. Boris Johnson n’annoncera pas d’autres restrictions avant la nouvelle année.", - "content": "L’entrée du St Thomas’ Hospital, dans le centre de Londres, le 23 décembre 2021.", + "title": "Sur l’île de La Palma, fin de l’éruption du volcan Cumbre Vieja", + "description": "Cet arrêt a été pressenti plusieurs fois ces trois derniers mois, avant que l’éruption reprenne quelques jours plus tard, au grand désarroi des habitants de cette île des Canaries.", + "content": "Des soldats espagnols se tiennent sur une colline et observent un écoulement de lave  sur l’île canarienne de La Palma, en Espagne, le 29 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/30/face-a-la-vague-omicron-les-hopitaux-britanniques-resistent-pour-l-instant_6107670_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/25/canaries-fin-de-l-eruption-du-volcan-cumbre-vieja_6107293_3244.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:37:00 +0100", + "pubDate": "Sat, 25 Dec 2021 16:02:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252146,17 +278147,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "614e22ca6740f2af4632a29fe1f5bbb3", - "highlights": [] + "hash": "f2d49383b8a91f7dc180b16212fda2c0" }, { - "title": "Joe Biden va proposer à Vladimir Poutine une « voie diplomatique » pour sortir de la crise ukrainienne", - "description": "Le président américain, Joe Biden, à Washington, le 18 novembre 2021, et le président russe, Vladimir Poutine, à Moscou, le 4 décembre 2021.", - "content": "Le président américain, Joe Biden, à Washington, le 18 novembre 2021, et le président russe, Vladimir Poutine, à Moscou, le 4 décembre 2021.", + "title": "L’Arabie saoudite annonce une opération militaire à grande échelle au Yémen", + "description": "Riyad intervient au Yémen depuis 2015 à la tête d’une coalition pour appuyer les forces gouvernementales, en guerre depuis sept ans contre les rebelles houthistes. Ces derniers, proches de l’Iran, frappent souvent le territoire saoudien depuis le Yémen.", + "content": "Des Yéménites inspectent les dégâts causés par un bombardement aérien de la coalition dirigée par l’Arabie saoudite dans la capitale Sanaa, tenue par les rebelles houthistes, le 24 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/30/biden-proposera-a-poutine-une-voie-diplomatique-sur-l-ukraine-lors-d-un-appel-jeudi_6107665_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/25/l-arabie-saoudite-annonce-une-operation-militaire-a-grande-echelle-au-yemen_6107291_3210.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:26:20 +0100", + "pubDate": "Sat, 25 Dec 2021 15:26:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252168,17 +278168,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c20f7c4be5baa4c196913960fc1dac9", - "highlights": [] + "hash": "cf6df2838420c51156c934fa7869a1a8" }, { - "title": "Hongkong : deux membres du média prodémocratie « Stand News » inculpés de « sédition »", - "description": "Le site d’information hongkongais a fermé mercredi à la suite de la perquisition de ses locaux et de l’arrestation de sept personnes.", - "content": "Le rédacteur en chef adjoint de « Stand News », Ronson Chan, quitte les bureaux du site d’information, à Hongkong, en Chine, le 29 décembre 2021.", + "title": "La Russie annonce la fin de ses manœuvres aux frontières de l’Ukraine", + "description": "Depuis plus d’un mois, la Russie est accusée par les Occidentaux d’avoir massé des dizaines de milliers de soldats près de la frontière ukrainienne, en vue d’une possible intervention militaire contre Kiev.", + "content": "Des soldats russes participent à des exercices sur le champ de tir de Kadamovskiy dans la région de Rostov, dans le sud de la Russie, mercredi 22 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/30/hongkong-washington-condamne-la-fermeture-du-media-prodemocratie-stand-news_6107659_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/25/la-russie-annonce-la-fin-de-ses-man-uvres-aux-frontieres-de-l-ukraine_6107289_3210.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 04:58:23 +0100", + "pubDate": "Sat, 25 Dec 2021 14:46:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252190,17 +278189,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "483684b3b1e0c81e3546c7b7ab29ec41", - "highlights": [] + "hash": "a6f51890a08df6df1a50ee395a59a267" }, { - "title": "Birmanie : le Conseil de sécurité de l’ONU condamne un massacre imputé à l’armée", - "description": "Au moins trente-cinq personnes, dont deux employés de l’ONG Save the Children, ont été tuées le 24 décembre dans l’est du pays.", - "content": "Dans la commune de Hpruso, dans l’Etat de Kayah, en Birmanie, le 24 décembre 2021.", + "title": "Lors de son traditionnel message urbi et orbi le souverain pontife a insisté sur les « tragédies immenses » et « oubliées » qui se jouent en Syrie et au Yémen, en proie à des conflits qui ont fait « de nombreuses victimes et un nombre incalculable de réfugiés ».", + "description": "Lors de son traditionnel message urbi et orbi le souverain pontife a insisté sur les « tragédies immenses » et « oubliées » qui se jouent en Syrie et au Yémen, en proie à des conflits qui ont fait « de nombreuses victimes et un nombre incalculable de réfugiés ».", + "content": "Le pape François salue les fidèles rassemblés sur la place Saint-Pierre au Vatican, samedi 25 décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/30/le-conseil-de-securite-de-l-onu-condamne-un-massacre-impute-a-l-armee-birmane_6107658_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/24/a-la-messe-de-noel-le-pape-francois-appelle-les-fideles-a-redecouvrir-les-petites-choses-de-la-vie_6107256_3224.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 04:38:30 +0100", + "pubDate": "Fri, 24 Dec 2021 22:30:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252212,17 +278210,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e03fe1111d440f663ddac5efbd51644", - "highlights": [] + "hash": "e3039e56ef853faf172087a733f7adf1" }, { - "title": "Covid-19 : face au « raz de marée » Omicron, le passe vaccinal franchit une étape devant les députés", - "description": "Validé en commission, le projet de loi renforçant les outils de gestion de la crise sanitaire sera discuté lundi dans l’hémicycle de l’Assemblée, puis au Sénat le 5 janvier.", - "content": "Une spectatrice présente une pièce d’identité lors du contrôle de son passe sanitaire avant d’entrer dans le cinéma Le Grand Rex, à Paris, le 21 juillet 2021.", + "title": "Plusieurs fois retardé, le lancement du télescope géant James Webb est imminent : suivez le décollage en direct", + "description": "Après dix milliards de dollars et trois décennies de développement, le télescope le plus ambitieux de l’histoire de l’exploration spatiale doit décoller à 13h20, au sommet d’une fusée Ariane 5, depuis le centre spatial guyanais de Kourou.", + "content": "In this still picture from a NASA TV broadcast, Arianespace's Ariane 5 rocket with NASA’s James Webb Space Telescope onboard launches from Europe’s Spaceport, the Guiana Space Center in Kourou, French Guiana, on December 25, 2021. Some three decades and billions of dollars in the making, the world's most powerful space telescope is headed to its outpost 1.5 million kms (930,000 miles) from Earth, after several delays caused by technical hitches. - RESTRICTED TO EDITORIAL USE - MANDATORY CREDIT \"AFP PHOTO / NASA TV\" - NO MARKETING - NO ADVERTISING CAMPAIGNS - DISTRIBUTED AS A SERVICE TO CLIENTS (Photo by NASA TV / AFP) / RESTRICTED TO EDITORIAL USE - MANDATORY CREDIT \"AFP PHOTO / NASA TV\" - NO MARKETING - NO ADVERTISING CAMPAIGNS - DISTRIBUTED AS A SERVICE TO CLIENTS", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/30/covid-19-face-au-raz-de-maree-omicron-le-passe-vaccinal-franchit-une-etape-devant-les-deputes_6107654_823448.html", + "link": "https://www.lemonde.fr/sciences/live/2021/12/25/telescope-spatial-james-webb-suivez-son-lancement-en-video-et-posez-vos-questions-a-des-chercheurs-qui-l-utiliseront_6107280_1650684.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 03:08:20 +0100", + "pubDate": "Sat, 25 Dec 2021 10:36:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252234,17 +278231,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "58334e223b18eb2ad0dce392aa0dc156", - "highlights": [] + "hash": "58325e8545f16d095221a18213a1c474" }, { - "title": "OGC Nice : Antoine Bonifaci, « légende » du club et ex-international, est mort", - "description": "L’ancien joueur avait 90 ans. C’est une « légende du club rouge et noir » qui s’est éteinte le 29 décembre, regrette le club.", - "content": "Antoine Bonifaci portant le maillot de l’Inter de Milan, en 1955.", + "title": "Aux Philippines, un Noël précaire pour les survivants du typhon Rai", + "description": "Plus d’une semaine après le passage du typhon qui a fait près de 400 morts et des centaines de milliers de sans-abri, les survivants s’accrochent à leur famille et à leur foi après que leurs maisons ont été balayées et les festivités prévues, annulées.", + "content": "Sur cette photo prise le 24 décembre 2021, le père Ricardo Virtudazo, rend visite à des paroissiens touchés par le typhon à Alegria, dans la province de Surigao del Norte.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/30/foot-mort-de-l-ex-international-antoine-bonifaci-legende-de-l-ogc-nice_6107651_3382.html", + "link": "https://www.lemonde.fr/international/article/2021/12/25/philippines-noel-precaire-pour-les-survivants-du-typhon-rai_6107284_3210.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 00:35:06 +0100", + "pubDate": "Sat, 25 Dec 2021 11:28:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252256,17 +278252,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a66d9af1b982cf829390c2b01c16d945", - "highlights": [] + "hash": "8ce8f6e2e2e7a9cc47b5a652074d4a58" }, { - "title": "Affaire Jeffrey Epstein : Ghislaine Maxwell reconnue coupable de crimes sexuels par un tribunal de New York", - "description": "La fille du magnat des médias Robert Maxwell était poursuivie, entre autres, pour avoir fourni au financier, entre les années 1994 et 2004, des jeunes filles mineures exploitées sexuellement.", - "content": "Une conférence de presse est organisée devant le tribunal de New-York après la condamnation de Ghislaine Maxwell, le 29 décembre.", + "title": "Covid-19 dans le monde : plus de 7 000 vols annulés le week-end de Noël", + "description": "Les voyages de fin d’année connaissent des perturbations en raison de la propagation fulgurante du variant Omicron sur la planète.", + "content": "A l’aéroport de Denver, le 24 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/29/affaire-jeffrey-epstein-ghislaine-maxwell-reconnue-coupable-de-crimes-sexuels-par-un-tribunal-de-new-york_6107649_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/25/covid-19-dans-le-monde-plus-de-4-500-vols-annules-le-week-end-de-noel-la-chine-en-alerte_6107282_3244.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 23:30:54 +0100", + "pubDate": "Sat, 25 Dec 2021 11:09:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252278,17 +278273,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "110c052f275bb3e8151d6e9b0964f580", - "highlights": [] + "hash": "3941eec4b51fe6a03cc97f71cf61c787" }, { - "title": "Covid-19 dans le monde : le pic du million de contaminations quotidiennes a été franchi cette semaine", - "description": "Un soignant administre une dose du vaccin Spoutnik V contre le Covid-19 à un sans-abri, à Moscou, le 20 décembre 2021.", - "content": "Un soignant administre une dose du vaccin Spoutnik V contre le Covid-19 à un sans-abri, à Moscou, le 20 décembre 2021.", + "title": "Le télescope James-Webb a été lancé avec succès depuis Kourou", + "description": "Cet instrument d’observation du cosmos, le plus perfectionné jamais envoyé dans l’espace, a été propulsé dans l’espace par une fusée Ariane-5 à 13 h 20, heure de Paris.", + "content": "Séparation du télescope James Webb de la fusée Ariane 5, samedi 25 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/31/covid-19-dans-le-monde-le-pic-du-million-de-contaminations-quotidiennes-a-ete-franchi-cette-semaine_6107750_3244.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/25/le-telescope-james-webb-pret-a-etre-lance_6107278_1650684.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 01:30:18 +0100", + "pubDate": "Sat, 25 Dec 2021 10:25:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252300,17 +278294,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "510c47162a2f90adc7a76ee8997e7343", - "highlights": [] + "hash": "a0f009148877379dd3e46ac63e848708" }, { - "title": "Variant Omicron : l’Afrique du Sud déclare que le pic est passé, sans hausse importante du nombre de décès", - "description": "Dans un centre de test du Covid-19, à Johannesburg, le 8 décembre 2021.", - "content": "Dans un centre de test du Covid-19, à Johannesburg, le 8 décembre 2021.", + "title": "Jésus a-t-il vraiment existé ? Pourquoi les historiens rejettent la thèse d’une création mythique", + "description": "Née à la fin du XVIIIe siècle, la thèse « mythiste » conteste la réalité historique de Jésus. Si elle a suscité et suscite encore de nombreux débats, elle se trouve aujourd’hui largement décrédibilisée.", + "content": "Sermon sur la montagne, Carl Heinrich Bloch, 1877.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/31/variant-omicron-l-afrique-du-sud-declare-que-le-pic-est-passe-sans-hausse-importante-du-nombre-de-deces_6107747_3244.html", + "link": "https://www.lemonde.fr/le-monde-des-religions/article/2021/12/25/jesus-a-t-il-vraiment-existe-les-arguments-des-historiens-face-a-la-these-mythiste_6107263_6038514.html", "creator": "", - "pubDate": "Fri, 31 Dec 2021 00:50:36 +0100", + "pubDate": "Sat, 25 Dec 2021 07:00:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252322,17 +278315,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a310cd16d8b0d31d650b12b476bc7290", - "highlights": [] + "hash": "9a35757e13e92e4fb4b4293c56de4da6" }, { - "title": "Crise ukrainienne : Joe Biden assure à Vladimir Poutine que les Etats-Unis répondront de « façon résolue » à toute invasion", - "description": "Le président américain, Joe Biden, s’entretient au téléphone avec son homologue russe, Vladimir Poutine, à Wilmington (Delaware), le 30 décembre 2021.", - "content": "Le président américain, Joe Biden, s’entretient au téléphone avec son homologue russe, Vladimir Poutine, à Wilmington (Delaware), le 30 décembre 2021.", + "title": "Au Soudan, des manifestants anti-putsch dispersés par des tirs de gaz lacrymogène", + "description": "Les opposants au pouvoir militaire se dispersaient en début de soirée dans les rues de Khartoum, sous les coups des charges policières.", + "content": "Manifestation à Khartoum, au Soudan, à la date du troisième anniversaire de la révolution, le 19 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/30/nouvel-echange-telephonique-entre-joe-biden-et-vladimir-poutine-pour-sortir-de-la-crise-ukrainienne_6107742_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/25/nouvelle-manifestation-au-soudan-internet-et-ponts-coupes-a-khartoum_6107274_3212.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 22:41:22 +0100", + "pubDate": "Sat, 25 Dec 2021 09:54:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252344,17 +278336,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4bc376bac621248e1cc18ac6fee34566", - "highlights": [] + "hash": "7a9fb234c81e37c47a14f771d2bec94f" }, { - "title": "Vidéos simulant des tirs sur M. Macron et des élus « insoumis » : le procès des deux auteurs renvoyé à février", - "description": "Les deux hommes, un militaire de l’armée de terre de 21 ans et un cuisinier intérimaire de 30 ans, devaient être jugés mercredi en comparution immédiate au tribunal judiciaire de Paris.", - "content": "Emmanuel Macron, à Bormes-les-Mimosas, le 27 décembre 2021.", + "title": "Le Mali dément tout déploiement des mercenaires russes du Groupe Wagner", + "description": "L’arrivée des Russes avait été annoncée et dénoncée jeudi par une quinzaine de puissances occidentales impliquées dans la lutte antidjihadiste dans le pays, dont la France.", + "content": "Le président de transition malien, le colonel Assimi Goita, le 24 octobre 2021, à Bamako.", "category": "", - "link": "https://www.lemonde.fr/police-justice/article/2021/12/29/le-proces-des-deux-auteurs-des-videos-simulant-des-tirs-sur-m-macron-et-des-elus-insoumis-renvoye-a-fevrier_6107648_1653578.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/25/le-mali-dement-tout-deploiement-de-mercenaires-du-groupe-russe-wagner_6107262_3212.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 23:03:59 +0100", + "pubDate": "Sat, 25 Dec 2021 06:31:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252366,17 +278357,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc4c286e2fabd0eccc9bae57fb0f2439", - "highlights": [] + "hash": "066f95d15a1c5feab139a152f58e04c6" }, { - "title": "Covid-19 : A Paris, le port du masque redevient obligatoire en extérieur dès vendredi, fermeture des bars à 2 heures du matin la nuit du Nouvel An", - "description": "La préfecture de Paris a présenté, mercredi soir, dans un communiqué de presse, de nouvelles consignes pour s’adapter au regain épidémique et à la propagation rapide du variant Omicron.", - "content": "A Paris, le 29 décembre.", + "title": "De Bethléem à Rio de Janeiro, les chrétiens célèbrent un deuxième Noël assombri par la pandémie de Covid-19", + "description": "La flambée des infections au Covid-19 a jeté un froid sur les projets festifs, mais les traditionnelles messes du réveillon ont eu lieu dans le monde entier.", + "content": "Une fidèle allume une bougie, vendredi 24 décembre 2021, lors de la messe du réveillon de l’église Saint-Joseph du Caire.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/29/plus-de-200-000-contaminations-au-covid-19-en-vingt-quatre-heures-en-france-selon-olivier-veran_6107628_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/25/de-bethleem-a-rio-de-janeiro-les-chretiens-celebrent-un-deuxieme-noel-assombri-par-la-pandemie-de-covid-19_6107260_3210.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 15:50:02 +0100", + "pubDate": "Sat, 25 Dec 2021 02:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252388,17 +278378,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8055fbe10f25bc18c45ae0e31d891e8e", - "highlights": [] + "hash": "ebadb0f80640e7efb9d3ccc9bdc91db4" }, { - "title": "La stratégie « zéro Covid » crée des tensions dans le sud-ouest de la Chine", - "description": "La présence d’un cas positif dans la ville touristique de Jinghong a poussé les autorités à boucler le principal quartier. La colère gronde chez les touristes qui attendent des tests pour pouvoir quitter la ville.", - "content": "Photo d’archive du 20 juillet 2021 montrant un marché nocturne de Jinghong.", + "title": "Gambie : la commission Vérité, réconciliation et réparations recommande des poursuites contre l’ex-dictateur Yahya Jammeh", + "description": "Le rapport souhaite un procès « dans un pays d’Afrique de l’Ouest autre que la Gambie », pour notamment « meurtres, détentions arbitraires, disparitions ». Le dirigeant avait présidé le pays de 1994 à 2016, avant d’être contraint de quitter le pouvoir.", + "content": "Yahya Jammeh, alors dirigeant de la Gambie, lors de la campagne présidentielle, en novembre 2016.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/29/la-strategie-zero-covid-cree-des-tensions-dans-le-sud-ouest-de-la-chine_6107643_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/25/gambie-la-commission-verite-et-reconciliation-recommande-des-poursuites-contre-l-ex-dictateur-yahya-jammeh_6107259_3212.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 20:14:31 +0100", + "pubDate": "Sat, 25 Dec 2021 00:45:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252410,17 +278399,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40107c1f0a289df4c88c9ec55b30effd", - "highlights": [] + "hash": "63383052d4c3741cdd4aaecd50fea1a1" }, { - "title": "En Belgique, le Conseil d’Etat fait rouvrir les salles de spectacle", - "description": "L’institution a jugé, mardi, la mesure disproportionnée et portant « atteinte à la liberté d’expression artistique ». Elle a conduit le gouvernement à renoncer, mercredi, à son projet destiné à limiter la circulation du variant Omicron.", - "content": "Une femme tient une banderole sur laquelle on peut lire « Silence s’il vous plaît » lors d’une manifestation contre les restrictions imposées par le gouvernement belge pour contenir la propagation de la maladie du coronavirus (COVID-19) à Bruxelles, en Belgique, le 26 décembre 2021.", + "title": "Grèce : une trentaine de migrants morts dans plusieurs naufrages cette semaine", + "description": "Quelques heures à peine après qu’une première embarcation s’est échouée sur un îlot près d’Anticythère, faisant onze morts et 90 rescapés, un autre bateau a chaviré au large de l’île de Paros. Selon un premier bilan, soixante-trois personnes ont été secourues et seize sont mortes.", + "content": "Un bateau de migrants arrive sur l’île de Lesbos, en 2015.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/29/en-belgique-le-conseil-d-etat-fait-rouvrir-les-salles-de-spectacle_6107642_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/24/au-moins-quatorze-morts-dans-deux-naufrages-de-bateaux-de-migrants-en-grece_6107257_3210.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 19:35:47 +0100", + "pubDate": "Fri, 24 Dec 2021 23:45:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252432,17 +278420,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "800f60e2fec34d43c3a3a5f6da028968", - "highlights": [] + "hash": "804dd419346d0f7e39ba76efe8e5065c" }, { - "title": "Les salariés licenciés de la SAM occupent la fonderie automobile pendant les fêtes", - "description": "Licenciés après la liquidation de la Société aveyronnaise de métallurgie, les salariés comptent poursuivre en janvier l’occupation qui dure depuis trente-sept jours.", - "content": "A Viviez, devant le siège de la SAM, le 1er décembre 2021.", + "title": "Un consulat russe attaqué au cocktail Molotov dans l’ouest de l’Ukraine", + "description": "Selon le ministère des affaires étrangères russe, l’incident n’a pas fait de blessés, ni endommagé le bâtiment de Lviv.", + "content": "Un drapeau russe flotte à l’entrée du consulat russe à Londres le 21 juillet 2020.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/29/les-salaries-licencies-de-la-sam-occupent-la-fonderie-automobile-pendant-les-fetes_6107641_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/12/24/un-consulat-russe-attaque-au-cocktail-molotov-dans-l-ouest-de-l-ukraine_6107255_3210.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 19:17:18 +0100", + "pubDate": "Fri, 24 Dec 2021 21:10:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252454,17 +278441,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27ec4be9c86d2c235a8f714f44d439c5", - "highlights": [] + "hash": "78c4e641965141dc722dc53d14b353e0" }, { - "title": "Etudes de santé : le Conseil d’Etat donne en partie raison aux étudiants recalés à l’oral de l’université de Paris", - "description": "La haute juridiction estime que le juge des référés aurait dû reconnaître en juillet l’urgence du recours formé par treize étudiants, très bien classés aux écrits et recalés à l’oral pour intégrer la filière médecine.", - "content": "L’entrée du Conseil d’État français, en octobre 2018.", + "title": "Guadeloupe : les manifestants antipasse sanitaire quittent le conseil régional", + "description": "Les occupants promettent cependant de nouvelles actions après Noël, alors que l’Etat a exclu toute négociation qui viserait à « abroger une loi de la République ».", + "content": "Cette photo tirée d’une vidéo de l’AFP TV du 24 décembre 2021 montre l’envahissement du conseil régional de Guadeloupe par des manifestants, à Basse-Terre.", "category": "", - "link": "https://www.lemonde.fr/campus/article/2021/12/29/etudes-de-sante-le-conseil-d-etat-donne-en-partie-raison-aux-etudiants-recales-a-l-oral-de-l-universite-de-paris_6107640_4401467.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/24/guadeloupe-les-manifestants-antipasse-sanitaire-quittent-le-conseil-regional_6107254_3224.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 19:00:23 +0100", + "pubDate": "Fri, 24 Dec 2021 20:49:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252476,17 +278462,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f365008cca9a4f96bb77a5b4a74f7a64", - "highlights": [] + "hash": "64f9d65aada453789bdd43294e26df5d" }, { - "title": "Covid-19 : Omicron et Delta accentuent la pression sur « des systèmes de santé au bord de l’effondrement », s’inquiète l’OMS", - "description": "L’Organisation mondiale de la santé s’est dite mercredi « très préoccupée par le fait qu’Omicron, plus transmissible, circulant en même temps que Delta, entraîne un tsunami » de contaminations.", - "content": "Un centre de soins contre le Covid-19 installé dans un complexe sportif, à New Delhi, en Inde, le 22 décembre.", + "title": "Quatre loups au comportement inhabituel abattus dans un zoo du Tarn", + "description": "Neuf loups se sont échappés de leur enclos dimanche alors que ce parc animalier, situé à environ 35 kilomètres d’Albi, était ouvert. Ce « problème de sécurité » a justifié la fermeture du zoo jusqu’à la mi-janvier.", + "content": "Un loup arctique se promène au parc zoologique Planet Sauvage à Port-Saint-Père, près de Nantes, le 5 juin 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/29/covid-19-les-variants-omicron-et-delta-accentuent-la-pression-sur-des-systemes-de-sante-au-bord-de-l-effondrement-s-inquiete-l-oms_6107637_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/24/quatre-loups-au-comportement-inhabituel-abattus-dans-un-zoo-du-tarn_6107250_3244.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 18:13:58 +0100", + "pubDate": "Fri, 24 Dec 2021 18:39:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252498,17 +278483,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e13558f5f90068908664b6b501d716e3", - "highlights": [] + "hash": "553331082049aa5a327fce2e530ecbc2" }, { - "title": "« Titane », « Memoria », « Drive My Car », « First Cow »... Les films préférés de nos critiques cinéma en 2021", - "description": "Les sept journalistes cinéma du « Monde » reviennent sur les longs-métrages qui les ont le plus marqués cette année.", - "content": "Les sept journalistes cinéma du « Monde » reviennent sur les longs-métrages qui les ont le plus marqués cette année.", + "title": "Les sages-femmes sont appelées par des syndicats à « une semaine noire » pour les fêtes", + "description": "La CGT a déposé un préavis de grève et réclame notamment « de mettre [la] rémunération [des sages-femmes] au niveau de leur formation et de leurs responsabilités », ainsi que « des effectifs sous statut pérenne nécessaires à des prises en charge de qualité et en toute sécurité des femmes ».", + "content": "Dans le cabinet de Mélanie Gobillard, sage-femme libérale, le 4 novembre à Paris.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/29/titane-memoria-drive-my-car-first-cow-les-films-preferes-de-nos-critiques-cinema-en-2021_6107633_3246.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/24/les-sages-femmes-sont-appelees-par-des-syndicats-a-une-semaine-noire-pour-les-fetes_6107242_3224.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 17:38:44 +0100", + "pubDate": "Fri, 24 Dec 2021 16:43:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252520,17 +278504,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "167b48a9a76099f654109c306c339ce5", - "highlights": [] + "hash": "6b5ed923848b70f7e1ddf11155d94fde" }, { - "title": "April Ashley, pionnière de la lutte pour les droits des personnes transgenres, est morte", - "description": "Après son changement de sexe au début des années 1960, elle avait quitté le Royaume-Uni pendant plus de trois décennies en raison des discriminations. Elle a consacré sa vie à défendre les droits des personnes transgenres. Elle avait 86 ans.", - "content": "April Ashley, le 21 avril 1982, à Londres.", + "title": "Covid-19 : Emmanuel Macron tiendra lundi 27 décembre un conseil de défense sanitaire", + "description": "Alors que les records de contaminations s’enchaînent, l’exécutif devrait procéder à une réévaluation de la situation sanitaire, juste avant un conseil des ministres exceptionnel qui doit adopter le projet de loi transformant le passe sanitaire en passe vaccinal.", + "content": "Le président de la République, Emmanuel Macron, dans la cour de l’Elysée, le 20 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/29/april-ashley-pionniere-de-la-lutte-pour-les-droits-des-personnes-transgenres-est-morte_6107630_3382.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/24/covid-19-emmanuel-macron-tiendra-lundi-27-decembre-un-conseil-de-defense-sanitaire_6107241_823448.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 16:58:10 +0100", + "pubDate": "Fri, 24 Dec 2021 16:28:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252542,17 +278525,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a8a7ca33547a45d86d28a9a7ce578ec", - "highlights": [] + "hash": "99e59000803b2c0588f6ac710b3c5a2e" }, { - "title": "Une enquête ouverte sur l’incendie et les dégradations commises au domicile du député LRM Pascal Bois", - "description": "Le garage personnel du député de l’Oise a été endommagé par un incendie mercredi et des inscriptions hostiles ont été découvertes sur un mur d’enceinte de son domicile. Gerald Darmanin a demandé aux préfets de renforcer la protection des élus « dans le contexte de l’examen du projet de loi du passe vaccinal ».", - "content": "Le député LRM Pascal Bois à l’Assemblée nationale, le 6 février 2019.", + "title": "Variant Omicron : les Etats-Unis rouvriront le 31 décembre leurs frontières aux voyageurs de huit pays africains", + "description": "Depuis l’apparition de ce variant, l’arrivée sur le sol américain est interdite aux personnes venant d’Afrique du Sud, du Botswana, du Zimbabwe, de Namibie, du Lesotho, d’Eswatini, du Mozambique et du Malawi.", + "content": "MIAMI, FLORIDA - DECEMBER 23: Travelers make their way through Miami International Airport on December 23, 2021 in Miami, Florida. AAA estimates that over 109 million Americans will be traveling 50 miles or more during the holiday season between Dec. 23 and Jan. 2, an increase of 27.7% from 2020. Joe Raedle/Getty Images/AFP (Photo by JOE RAEDLE / GETTY IMAGES NORTH AMERICA / Getty Images via AFP)", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/29/une-enquete-ouverte-sur-l-incendie-et-les-degradations-commises-au-domicile-du-depute-lrm-pascal-bois_6107629_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/24/variant-omicron-les-etats-unis-rouvriront-le-31-decembre-leurs-frontieres-aux-voyageurs-de-huit-pays-africains_6107240_3244.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 16:22:11 +0100", + "pubDate": "Fri, 24 Dec 2021 16:17:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252564,17 +278546,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a69e5fe259d370ac1a69188a47b69f2f", - "highlights": [] + "hash": "cf71ebffabe548d4cc077b605cdf1642" }, { - "title": "Covid-19 : un couvre-feu décrété à La Réunion de 21 heures à 5 heures à partir du 1er janvier pour au moins trois semaines", - "description": "Pointant le « risque de saturation » des capacités hospitalières de l’île, où l’état d’urgence sanitaire avait été rétabli par Jean Castex lundi, le préfet du département d’outre-mer, Jacques Billant, a également annoncé l’interdiction des événements dans l’espace public (sauf manifestation politique ou religieuse), des rassemblements privés dans les salles des fêtes et le rétablissement des jauges dans les établissements recevant du public.", - "content": "Pointant le « risque de saturation » des capacités hospitalières de l’île, où l’état d’urgence sanitaire avait été rétabli par Jean Castex lundi, le préfet du département d’outre-mer, Jacques Billant, a également annoncé l’interdiction des événements dans l’espace public (sauf manifestation politique ou religieuse), des rassemblements privés dans les salles des fêtes et le rétablissement des jauges dans les établissements recevant du public.", + "title": "Emmanuel Macron tiendra, lundi 27 décembre, un conseil de défense sanitaire consacré au Covid-19.", + "description": "Le projet de loi sera examiné lors d’un conseil des ministres exceptionnel lundi 27 décembre, puis en commission à l’Assemblée nationale mercredi 29 décembre avant son examen dans la même semaine, et doit entrer en vigueur le 15 janvier.", + "content": "Contrôle du passe sanitaire dans les bars et les restaurants par des gendarmes, à Les Vans (Ardèche), le 8 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/29/covid-19-un-couvre-feu-decrete-a-la-reunion-a-partir-du-1er-janvier_6107622_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/24/projet-de-loi-passe-vaccinal-cumul-test-negatif-et-vaccin-controles-sanctions-ce-que-le-gouvernement-envisage_6107224_823448.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:06:52 +0100", + "pubDate": "Fri, 24 Dec 2021 12:19:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252586,17 +278567,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b95932ccfe8e906274731dda55a96058", - "highlights": [] + "hash": "3cc6e858a70fe40668e0da86b1cf79a1" }, { - "title": "Dans la Marne, la mémoire des as de l’aviation à la rescousse des opposants à un projet photovoltaïque", - "description": "Près de Reims, un collectif de 400 personnes s’oppose à l’installation de panneaux solaires sur plusieurs dizaines d’hectares de cultures céréalières.", - "content": "Vue aérienne d’un champ de panneaux solaires à  Massangis,  Bourgogne, France.", + "title": "Un tribunal russe condamne Google et Meta à des amendes de 87 millions et 23 millions d’euros", + "description": "Les géants californiens ont été reconnus coupables de « récidive » pour ne pas avoir supprimé de leurs plates-formes des contenus jugés illégaux en Russie, liés, selon les autorités, à la drogue, à la pédopornographie ou relevant de l’« appel au suicide ».", + "content": "Logo de la firme américaine Google, condamnée le 24 décembre 2021 à une amende de 87 millions d’euros par un tribunal russe.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/29/dans-la-marne-la-memoire-des-as-de-l-aviation-a-la-rescousse-des-opposants-a-un-projet-photovoltaique_6107618_3244.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/24/un-tribunal-russe-condamne-google-a-une-amende-de-87-millions-d-euros_6107232_4408996.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 14:00:08 +0100", + "pubDate": "Fri, 24 Dec 2021 13:23:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252608,17 +278588,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "29e81cbd1b28a9f2c0abc1e1b1bdddf0", - "highlights": [] + "hash": "51c2a2405b5616732d1a6bec8ed847a4" }, { - "title": "Présidentielle et Covid-19 : les meetings de Marine Le Pen, d’Eric Zemmour et de Jean-Luc Mélenchon n’auront pas de jauge", - "description": "La République en marche a dit qu’elle respecterait la mise en place de jauges, annoncée par Jean Castex lundi, même si elle ne concerne pas les meetings politiques. Du côté de Yannick Jadot, Valérie Pécresse ou Anne Hidalgo, les équipes de campagne, sans parler de jauges, assurent « respecter les règles sanitaires ».", - "content": "La République en marche a dit qu’elle respecterait la mise en place de jauges, annoncée par Jean Castex lundi, même si elle ne concerne pas les meetings politiques. Du côté de Yannick Jadot, Valérie Pécresse ou Anne Hidalgo, les équipes de campagne, sans parler de jauges, assurent « respecter les règles sanitaires ».", + "title": "Une enquête ouverte pour « injure » envers Marine Le Pen devant son domicile", + "description": "Une plainte contre X pour « injure non publique » a été déposée, vendredi en fin de matinée, par l’officier de sécurité de la candidate du Rassemblement national, a fait savoir le parquet de Versailles.", + "content": "La candidate du Rassemblement national, Marine Le Pen, à Saint-Pierre (La Réunion), le 21 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/29/presidentielle-et-covid-19-les-meetings-du-rassemblement-national-et-de-la-france-insoumise-n-auront-pas-de-jauge_6107615_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/24/une-enquete-ouverte-pour-injure-envers-marine-le-pen-devant-son-domicile_6107231_3224.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:57:00 +0100", + "pubDate": "Fri, 24 Dec 2021 13:22:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252630,17 +278609,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "958204512fb619ddd37968d2ffea4f8e", - "highlights": [] + "hash": "f8f5945de595a14234550296485d5557" }, { - "title": "En Russie, la justice ordonne la dissolution du Centre de défense des droits humains de l’ONG Memorial", - "description": "La décision, prononcée mercredi, survient au lendemain de l’interdiction de la structure mère de l’organisation, vivement critiquée par les Nations unies. La Cour européenne des droits de l’homme a demandé à la Russie de « suspendre » cette dissolution.", - "content": "L’avocat Ilya Novikov tient une conférence de presse à la sortie du tribunal de Moscou, mercredi 29 décembre 2021.", + "title": "Covid-19 : un test négatif de moins de vingt-quatre heures nécessaire pour se rendre dans les outre-mer", + "description": "", + "content": "", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/29/en-russie-la-justice-ordonne-la-dissolution-du-centre-de-defense-des-droits-humains-de-l-ong-memorial_6107614_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/24/covid-19-un-test-negatif-de-moins-de-vingt-quatre-heures-necessaire-pour-se-rendre-dans-les-outre-mer_6107229_3244.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:42:09 +0100", + "pubDate": "Fri, 24 Dec 2021 12:43:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252652,17 +278630,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1969df365501ccd4b56eaffdf9677010", - "highlights": [] + "hash": "7c7d39019e0c7f2397fe783a75ab49f0" }, { - "title": "« Pensez à covoiturer », « prenez les transports en commun » : de nouveaux messages obligatoires sur les publicités automobiles", - "description": "A la télévision comme sur Internet, toute promotion d’un véhicule à moteur devra être accompagnée d’un message encourageant à une mobilité moins polluante dès le 1er mars 2022.", - "content": "Sur une voie rapide près de Caen (Calvados), le 22 avril 2018.", + "title": "Après l’irruption de manifestants opposés au passe sanitaire dans l’enceinte du conseil régional, le ministère des outre-mer fait savoir vendredi que « l’Etat ne négociera pas pour abroger une loi de la République votée au Parlement ».", + "description": "Les manifestants ont obtenu une réunion avec le président de la région. Ils demandent à l’Etat de se joindre à la table des négociations, interrompues depuis deux semaines, pour discuter des problèmes à l’origine de la crise sociale que connaît l’île.", + "content": "Cette photo tirée d’une vidéo montre l’envahissement du conseil régional de Guadeloupe par des manifestants, à Basse-Terre, le 23 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/29/pensez-a-covoiturer-prenez-les-transports-en-commun-de-nouveaux-messages-obligatoires-sur-les-publicites-automobiles_6107611_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/23/en-guadeloupe-des-manifestants-antipasse-sanitaire-s-introduisent-de-force-dans-l-enceinte-du-conseil-regional_6107162_3224.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:48:13 +0100", + "pubDate": "Thu, 23 Dec 2021 19:12:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252674,17 +278651,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccca536206062b32bf4dd1408328614d", - "highlights": [] + "hash": "09b079077ac5f13149ff2db1e5af6ffd" }, { - "title": "La photographe franco-suisse Sabine Weiss, figure du courant humaniste, est morte à l’âge de 97 ans", - "description": "Elle était notamment connue pour ses photos du Paris des années 1950 et s’inscrivait dans l’école française humaniste qui comptait également Robert Doisneau, Willy Ronis ou encore Edouard Boubat. Elle est morte mardi à Paris, a annoncé sa famille dans un communiqué.", - "content": "La photographe franco-suisse Sabine Weiss, le 16 juillet 2020 à Vannes.", + "title": "La Haute Autorité de santé recommande un rappel vaccinal à partir de trois mois après la primovaccination", + "description": "Face au variant Omicron, l’instance sanitaire estime par ailleurs que l’administration d’une dose de rappel aux adolescents fragiles âgés de 12 à 17 ans « peut être envisagée ».", + "content": "Une adolescente reçoit une dose de vaccin contre le Covid-19, le 23 décembre 2021, à Anglet (Pyrénées-Atlantiques).", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/29/la-photographe-franco-suisse-sabine-weiss-figure-du-courant-humaniste-est-morte_6107608_3382.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/24/face-au-variant-omicron-la-haute-autorite-de-sante-recommande-un-rappel-vaccinal-a-partir-de-trois-mois-apres-la-primovaccination_6107221_3244.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:31:25 +0100", + "pubDate": "Fri, 24 Dec 2021 11:15:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252696,17 +278672,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68805c5e12fd397a7fcaeae8d9ebd8ef", - "highlights": [] + "hash": "5e7cf4175461c5dacce04ba70a994205" }, { - "title": "En Afghanistan, le recul des droits des femmes", - "description": "Une manifestation de femmes, dans les rues de Kaboul, a été violemment réprimée par les autorités talibanes, qui viennent d’édicter de nouvelles « recommandations » limitant la liberté des Afghanes.", - "content": "Manifestation de femmes afghanes contre les « recommandations » très restrictives des talibans à leur égard, à Kaboul, le 28 décembre 2021.", + "title": "Au Mali, le déploiement des mercenaires russes de Wagner complique davantage la position française", + "description": "La France, associée à quatorze autres pays, estime, pour la première fois officiellement, que des « mercenaires » russes ont commencé à prendre pied au Mali. Mais Paris assure, pour l’heure, qu’il ne retirera pas ses soldats.", + "content": "Lors d’une manifestation de soutien à la junte et à une intervention russe, à Bamako, le 28 mai 2021, quatre jours après le coup d’Etat militaire.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/29/en-afghanistan-le-recul-des-droits-des-femmes_6107607_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/24/paris-et-ses-allies-denoncent-le-deploiement-du-groupe-wagner-au-mali_6107209_3212.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:18:57 +0100", + "pubDate": "Fri, 24 Dec 2021 09:38:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252718,17 +278693,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48b60f78b0d04109e3c44c6ad4a93925", - "highlights": [] + "hash": "eefe004d3aa64c23fb416318696eff62" }, { - "title": "L’un des derniers médias indépendants de Hongkong contraint de fermer ses portes", - "description": "La police a persquitionné les locaux du site Internet « Stand News », qui a annoncé son arrêt après avoir pris connaissance du gel de ses actifs. Plusieurs de ses dirigeants ont été interpellés.", - "content": "Des policiers attendent à l’extérieur de l’immeuble où se situent les bureaux de « Stand News », à Hongkong, le 29 décembre 2021.", + "title": "En Angleterre, le variant Omicron menace de faire dérailler la Premier League de football", + "description": "Si les spectateurs restent admis dans les stades, trop de joueurs sont malades et deux matchs du Boxing Day sont déjà annulés.", + "content": "Lors du match de Premier League entre Tottenham et Liverpool, à Londres, le 19 décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/29/l-un-des-derniers-medias-independants-de-hongkong-contraint-de-fermer-ses-portes_6107606_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/24/en-angleterre-le-variant-omicron-menace-de-faire-derailler-la-premier-league-de-football_6107208_3234.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 11:14:44 +0100", + "pubDate": "Fri, 24 Dec 2021 09:36:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252740,17 +278714,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e124e5fbee1837047b75006de3eff015", - "highlights": [] + "hash": "90b9cda961bf2ec6491012893293bf26" }, { - "title": "Les sept profils de djihadistes français que dessine une étude inédite", - "description": "Pour la première fois, une étude portant sur l’ensemble des hommes incarcérés pour terrorisme islamiste en France permet de dégager des points communs : un milieu urbain, une famille plutôt stable, la précarité économique, un niveau d’études faible, une radicalisation sur Internet. « Le Monde » s’est entretenu avec Xavier Crettiez, coauteur de cette radiographie.", - "content": "Salle d’audience temporaire pour le procès des attaques terroristes islamistes de novembre 2015, à Paris, le 2 septembre 2021.", + "title": "A Saint-Dizier, la Manufacture de pianos et la petite musique de la relocalisation", + "description": "Du fait de la crise due au Covid-19, l’entreprise de Haute-Marne qui a délocalisé en Chine une partie de sa production il y a trois ans, souffre de retards liés aux perturbations logistiques et à la flambée des coûts du transport.", + "content": "La Manufacture de pianos finalise l’installation d’un nouvel atelier d’environ 5 000 mètres carrés à Saint-Dizier, à proximité de l’atelier de sa gamme plus élitiste, vendue sous la marque Gary Pons.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/29/djihadisme-en-france-deux-tiers-des-condamnes-pour-terrorisme-ont-vecu-un-choc-moral-virtuel_6107570_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/24/a-saint-dizier-la-manufacture-de-pianos-et-la-petite-musique-de-la-relocalisation_6107206_3234.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 05:20:26 +0100", + "pubDate": "Fri, 24 Dec 2021 09:26:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252762,17 +278735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2acccd3c3d9c101669f61186861ad18", - "highlights": [] + "hash": "c88ebce37e27c977ceb52e4bff956120" }, { - "title": "Le site d’information prodémocratie a publié un communiqué, mercredi, annonçant la fin de ses activités et le licenciement de ses équipes après l’annonce de poursuites par les autorités en vertu d’une loi datant de l’époque coloniale.", - "description": "Le site d’information prodémocratie a publié un communiqué, mercredi, révélant la fin de ses activités et le licenciement de son équipe après l’annonce de poursuites par les autorités en vertu d’une loi datant de l’époque coloniale.", - "content": "Le rédacteur en chef de « Stand News », Patrick Lam, est interpellé à l’extérieur des locaux du site d’information, à Hongkong, le 29 décembre.", + "title": "Les conditions d’attribution des aides à la presse évoluent", + "description": "Engagée dans le sillage du combat des anciens journalistes de « Science & Vie », la révision de ces dispositifs renforce la définition de contenu journalistique, mais entérine la possibilité qu’il soit fourni par des prestataires extérieurs.", + "content": "Un kiosque à journaux, à Paris, le 21 mars 2020.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/29/a-hongkong-la-police-arrete-six-membres-d-un-site-d-information_6107564_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/24/les-conditions-d-attribution-des-aides-a-la-presse-evoluent_6107204_3234.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 02:44:30 +0100", + "pubDate": "Fri, 24 Dec 2021 09:23:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252784,17 +278756,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70f3c570aafb92ad5223fffbade1cc9e", - "highlights": [] + "hash": "c016b0c1a69a4b5e4f602e92da3ee453" }, { - "title": "Envisager de demander un test négatif en plus du passe vaccinal pour l’accès à certains lieux est une « question légitime », selon Olivier Véran", - "description": "Interrogé par la commission des lois, Olivier Véran s’est dit « favorable » à un contrôle du passe lors des rassemblements politiques.", - "content": "Le ministre de la santé, Olivier Véran, à l’Assemblée nationale, mercredi 29 décembre 2021.", + "title": "A Hongkong, deux sculptures commémoratives de Tiananmen retirées d’universités", + "description": "Ces décisions interviennent au lendemain du déboulonnage d’une sculpture dans une université de Hongkong. Pékin continue d’imposer sa marque autoritaire sur la région semi-autonome depuis les grandes manifestations de 2019.", + "content": "Des cartes portant l’inscription chinoise « honte » ont été placées à l’endroit d’une sculpture commémorative des manifestations de Tiananmen qui a été déboulonnée le 24 décembre 2021, à l’université Lingnan de Hongkong.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/29/covid-19-le-projet-de-loi-sur-le-passe-vaccinal-examine-mercredi-a-l-assemblee-nationale_6107599_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/24/a-hongkong-deux-sculptures-commemoratives-de-tiananmen-retirees-d-universites_6107202_3210.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 09:22:46 +0100", + "pubDate": "Fri, 24 Dec 2021 09:18:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252806,17 +278777,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bd272a106bb9a8c8af89f1c55069e25", - "highlights": [] + "hash": "1bfa9d01488f2ad6db9a2325b3512095" }, { - "title": "Covid-19 : les discothèques resteront fermées au moins jusqu’à fin janvier", - "description": "« Le mois de décembre représentant 20 % du chiffre d’affaires annuel », des compensations financières seront mises en place, a fait savoir Jean-Baptiste Lemoyne, ministre délégué chargé du tourisme et des PME.", - "content": "La piste vide du Nine, discotheque et salle de concert à Toulouse, le 5 juin 2020", + "title": "JO de Pékin 2022 : le Japon n’enverra pas de responsables ministériels", + "description": "Les Etats-Unis, le Royaume-Uni, l’Australie et le Canada avaient déjà annoncé leur boycottage politique des Jeux, une expression que le porte-parole japonais s’est gardé d’utiliser pour qualifier la décision de son pays.", + "content": "Le porte-parole du gouvernement nippon, Hirokazu Matsuno, lors d’une conférence de presse annonçant que le Japon n’enverra pas de responsables ministériels aux Jeux olympiques d’hiver, à Pékin, en février, le 24 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/29/covid-19-les-discotheques-resteront-fermees-jusqu-a-fin-janvier_6107595_3234.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/24/jo-de-pekin-2022-le-japon-n-enverra-pas-de-responsables-ministeriels_6107197_3242.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 08:39:37 +0100", + "pubDate": "Fri, 24 Dec 2021 08:10:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252828,17 +278798,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "09d518bf03d364b06ee49cbeb1c7ede7", - "highlights": [] + "hash": "a61de249bf6856a5903ad6ff6b3df5d6" }, { - "title": "Tribune | Christiane Taubira : « A gauche, nos convergences sont suffisantes pour nous permettre de gouverner ensemble cinq ans »", - "description": "L’ancienne ministre de la justice a annoncé qu’elle rendrait, d’ici à la mi-janvier, sa décision sur son éventuelle candidature à la présidentielle. Evoquant des pistes de rassemblement, elle rappelle, dans une tribune au « Monde », que les forces de gauche sont « liées par un destin collectif qui transcende les péripéties personnelles ».", - "content": "Christiane Taubira après l'annonce de son éventuelle candidature à l'élection présidentielle de 2022, à Saint-Denis (Seine-Saint-Denis), le 18 décembre 2021.", + "title": "Au moins trente-sept morts dans l’incendie d’un ferry au Bangladesh", + "description": "Le bateau, surchargé, a pris feu au milieu d’une rivière, dans le sud du pays. Une centaine de personnes sont en outre victimes de brûlures et la police craint un bilan humain plus lourd.", + "content": "La structure brûlée du ferry dont l’incendie a tué au moins trente-deux personnes, le 24 décembre 2021, au Bangladesh.", "category": "", - "link": "https://www.lemonde.fr/idees/article/2021/12/29/christiane-taubira-a-gauche-nos-convergences-sont-suffisantes-pour-nous-permettre-de-gouverner-ensemble-cinq-ans_6107580_3232.html", + "link": "https://www.lemonde.fr/international/article/2021/12/24/au-moins-32-morts-dans-l-incendie-d-un-ferry-au-bangladesh_6107192_3210.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 06:39:41 +0100", + "pubDate": "Fri, 24 Dec 2021 05:38:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252850,17 +278819,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5297766dc396461225d23288faf8892", - "highlights": [] + "hash": "81e7754f6cf86a0f35614ba31579c382" }, { - "title": "Météo : cinq départements en vigilance orange, risque d’avalanche en Savoie, Haute-Savoie et Isère", - "description": "Météo-France a placé mercredi en vigilance orange pluie-inondation la Savoie, la Haute-Savoie, l’Ain et l’Isère. En milieu de journée, le Puy-de-Dôme a été placé en vigilance orange crues, tout comme l’Ain.", - "content": "Un télésiège fermé devant un bâtiment d’hébergement désert pendant une forte chute de neige dans la station de ski d’hiver fermée de Val d’Isère, alors que l’épidémie de Covid-19 se poursuit en France, le 12 décembre 2020.", + "title": "Covid-19 : face au variant Omicron, des certitudes, des zones d’ombre et le risque d’une économie à nouveau désorganisée", + "description": "Très contagieux, d’une dangerosité incertaine, répondant moins aux vaccins et à la plupart des médicaments disponibles, mal suivi par les tests : le portrait-robot de ce nouveau variant commence à se préciser.", + "content": "Un échantillon prélevé sur un patient testé pour le Covid-19, à Paris, le 23 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/29/quatre-departements-en-vigilance-orange-risque-d-avalanche-en-haute-savoie_6107586_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/24/covid-19-face-au-variant-omicron-des-certitudes-des-zones-d-ombre-et-le-risque-d-une-economie-a-nouveau-desorganisee_6107190_3244.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 07:04:43 +0100", + "pubDate": "Fri, 24 Dec 2021 05:36:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252872,17 +278840,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "894cd0376bc15caf29f32247cc61fafb", - "highlights": [] + "hash": "9e60ad8b06954756f2d0169231c93e82" }, { - "title": "Aux Philippines, levée d’un moratoire sur les mines à ciel ouvert", - "description": "La mesure avait été imposée en 2017 par le gouvernement précédent, qui accusait le secteur minier de provoquer de graves dommages à l’environnement.", - "content": "Vue aérienne du site minier de Cagdianao, sur l’île de Dinagat, aux Philippines, le 25 février 2017.", + "title": "Amazon, Meta, Google, Lenovo… Le salon CES de Las Vegas voit la liste des défections s’allonger en raison d’Omicron", + "description": "Le salon annuel le plus connu de l’électronique grand public est pour l’instant maintenu du 5 au 8 janvier. La précédente édition s’était déroulée en ligne.", + "content": "L’entrée du Consumer Electronics Show (CES), à Las Vegas (Nevada), le 6 janvier 2020.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/29/aux-philippines-levee-d-un-moratoire-sur-les-mines-a-ciel-ouvert_6107575_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/24/amazon-meta-google-lenovo-le-salon-ces-de-las-vegas-voit-la-liste-des-defections-s-allonger-en-raison-d-omicron_6107189_3244.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 05:59:54 +0100", + "pubDate": "Fri, 24 Dec 2021 05:10:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252894,17 +278861,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ab2169296e4bf08d466325d7f8195f6", - "highlights": [] + "hash": "48f59cd3701b631e713b959b3652bd05" }, { - "title": "En Russie, la dissolution de l’ONG Memorial marque l’ampleur du recul démocratique de l’ère Poutine", - "description": "La fin de la plus ancienne et la plus connue des associations de défense des droits de l’homme russes, gardienne de la mémoire des victimes de la terreur stalinienne, a été prononcée par la Cour suprême, mardi 28 décembre.", - "content": "La fin de la plus ancienne et la plus connue des associations de défense des droits de l’homme russes, gardienne de la mémoire des victimes de la terreur stalinienne, a été prononcée par la Cour suprême, mardi 28 décembre.", + "title": "L’ex-présidente de Corée du Sud Park Geun-hye a été graciée", + "description": "L’ancienne chef d’Etat, destituée en 2017, purgeait une peine de vingt-deux ans de prison pour corruption, abus de pouvoir et violation de la loi électorale.", + "content": "L’ancienne présidente sud-coréenne Park Geun-hye, à l’hôpital de Séoul, le 20 juillet 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/29/en-russie-la-dissolution-de-l-ong-memorial-marque-l-ampleur-du-recul-democratique-de-l-ere-poutine_6107571_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/24/l-ex-presidente-de-coree-du-sud-park-geun-hye-graciee_6107185_3210.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 05:24:59 +0100", + "pubDate": "Fri, 24 Dec 2021 04:19:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252916,17 +278882,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "be339a886398c814b5778744290d075c", - "highlights": [] + "hash": "cb2e11128a17ffb1a3e29e1af9875184" }, { - "title": "Présidentielle 2022 : les pistes de l’exécutif pour organiser une élection sous Covid-19", - "description": "Le ministre de l’intérieur, Gérald Darmanin, réunira une commission pour définir les modalités d’un scrutin perturbé par l’épidémie. Si le gouvernement exclut l’usage du vote par correspondance, il a déjà déposé un décret pour faciliter le processus de procuration.", - "content": "Un assesseur porte des gants, lors du premier tour des élections municipales, à Lyon, le 15 mars 2020.", + "title": "Covid-19 : malgré la propagation du variant Omicron, les Américains déterminés à voyager pour les fêtes", + "description": "D’après des estimations, plus de 109 millions de personnes devaient quitter leur région entre le 23 décembre et le 2 janvier, un chiffre en hausse de 34 % par rapport à l’an dernier.", + "content": "D’après des estimations, plus de 109 millions de personnes devaient quitter leur région entre le 23 décembre et le 2 janvier, un chiffre en hausse de 34 % par rapport à l’an dernier.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/29/presidentielle-2022-les-pistes-de-l-executif-pour-organiser-une-election-sous-covid-19_6107569_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/24/covid-19-malgre-la-poussee-du-variant-omicron-les-americains-determines-a-voyager-pour-les-fetes_6107181_3210.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 05:03:58 +0100", + "pubDate": "Fri, 24 Dec 2021 02:58:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252938,17 +278903,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cacbb7d1ab0394c66f7e0214a6e6281b", - "highlights": [] + "hash": "5c3b5387b0f4e69b1a796558acaafc9e" }, { - "title": "Harry Reid, ancien chef démocrate du Sénat américain, est mort", - "description": "L’élu démocrate aura été un personnage majeur de la fin de la présidence de George W. Bush, et d’une grande partie des deux mandats de Barack Obama. Il avait 82 ans.", - "content": "Le sénateur démocrate du Nevada, Harry Reid, lors d’une conférence de presse au Capitole, à Washington, aux Etats-Unis, le 3 décembre 1996.", + "title": "Les Etats-Unis interdisent l’importation de produits du Xinjiang issus du travail forcé", + "description": "La loi signée par Joe Biden, jeudi, s’inscrit dans la logique de condamnation de la répression des Ouïgours par Pékin, et notamment leur enfermement dans des camps de travail.", + "content": "Une usine de coton, à Aksou, dans la province chinoise du Xinjiang, en avril 2021.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/29/harry-reid-ancien-chef-democrate-du-senat-americain-est-mort_6107566_3382.html", + "link": "https://www.lemonde.fr/international/article/2021/12/24/les-etats-unis-interdissent-l-importation-de-produits-du-xinjiang-issus-du-travail-force_6107174_3210.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 04:38:14 +0100", + "pubDate": "Fri, 24 Dec 2021 01:01:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252960,17 +278924,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb8cb2e57a96d53d813100575a001b3d", - "highlights": [] + "hash": "f1770a58937bba9aa2bb1fc2a23a2496" }, { - "title": "Après la rencontre entre Mahmoud Abbas et Benny Gantz en Israël, des « mesures de confiance » annoncées avec l’Autorité palestinienne", - "description": "Le ministère israélien de la défense a annoncé, mercredi, le versement de taxes perçues en son nom à la Palestine et la régularisation de 6 000 Palestiniens vivant en zone C, en Cisjordanie.", - "content": "Le président palestinien, Mahmoud Abbas, le 23 novembre 2021.", + "title": "Naufrage de migrants dans la Manche : les corps de seize victimes rapatriés au Kurdistan d’Irak", + "description": "Au moins vingt-sept personnes ont péri dans le drame du 24 novembre, le plus meurtrier survenu dans la mer sillonnée quotidiennement par des migrants qui tentent de rejoindre le Royaume-Uni.", + "content": "Un homme accueille le cercueil d’une des seize victimes mortes le 24 novembre, lors d’un naufrage en Manche, à l’aéroport d’Erbil, en Irak, dimanche 26 décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/29/le-president-palestinien-mahmoud-abbas-rencontre-le-ministre-israelien-de-la-defense_6107565_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/26/naufrage-de-migrants-dans-la-manche-les-corps-de-seize-victimes-rapatries-au-kurdistan-d-irak_6107316_3210.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 03:54:14 +0100", + "pubDate": "Sun, 26 Dec 2021 03:56:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -252982,17 +278945,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b671e1711e5460cdd97e22a7302b0e17", - "highlights": [] + "hash": "7cf85c8f15741b81088825f054cd981f" }, { - "title": "Nucléaire iranien : Washington voit des progrès « modestes » dans les négociations", - "description": "Ces progrès sont toutefois « beaucoup trop lents », a déclaré à la presse le porte-parole du département d’Etat américain mardi, au lendemain de la reprise des pourparlers.", - "content": "Le porte-parole du département d’Etat américain, Ned Price, à Washington, aux Etats-Unis, le 16 février 2021.", + "title": "Covid-19 dans le monde : près de 6 300 vols annulés le week-end de Noël, la Chine en alerte", + "description": "Les voyages de fin d’année connaissent des perturbations en raison de la propagation fulgurante du variant Omicron sur la planète.", + "content": "A l’aéroport de Los Angeles, en Californie, vendredi 24 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/29/nucleaire-iranien-washington-voit-des-progres-modestes-dans-les-negociations_6107563_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/25/covid-19-dans-le-monde-plus-de-4-500-vols-annules-le-week-end-de-noel-la-chine-en-alerte_6107282_3244.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 02:21:29 +0100", + "pubDate": "Sat, 25 Dec 2021 11:09:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253004,17 +278966,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "81ca0af297e53f1c4e26ecaaa18c98e2", - "highlights": [] + "hash": "35dd51ae3e92d1b5f2bf3d07c9037fdf" }, { - "title": "Aux Etats-Unis, des reliques de la guerre de Sécession retrouvées dans une capsule temporelle", - "description": "A l’intérieur se trouvaient des munitions, de la monnaie, des journaux, des livres, des documents de loges maçonniques de la région… Mais pas de photo d’Abraham Lincoln.", - "content": "Un marque-page à l’effigie de Robert Lee extrait de la capsule temporelle trouvée sous la statue du général confédéré, à Richmond, en Virginie, le 28 décembre 2021.", + "title": "Etats-Unis : une policière reconnue coupable d’homicide involontaire sur un conducteur noir", + "description": "L’agente a plaidé avoir confondu son arme avec son Taser lors de l’interpellation d’un Afro-Américain de 20 ans. Elle encourt une peine maximale de vingt-cinq ans de prison et devrait être fixée sur son sort en février.", + "content": "Kim Potter et son avocat, au tribunal, à Minneapolis (Minnesota), le 23 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/28/aux-etats-unis-des-reliques-de-la-guerre-de-secession-retrouvees-dans-une-capsule-temporelle_6107557_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/23/etats-unis-une-policiere-reconnue-coupable-d-homicide-involontaire-sur-un-conducteur-noir_6107171_3210.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 23:44:11 +0100", + "pubDate": "Thu, 23 Dec 2021 23:58:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253026,17 +278987,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2e476859ba773fb3abd72dc84e15017", - "highlights": [] + "hash": "293b979312f5ee6de08cc70d3b31e1ee" }, { - "title": "La Russie et les Etats-Unis organiseront des pourparlers en janvier sur l’Ukraine et la sécurité en Europe", - "description": "Ces discussions visent à permettre un apaisement après des semaines d’escalade des tensions au sujet de l’Ukraine. Signe qu’elles seront âpres, le chef de la diplomatie russe, Sergueï Lavrov, a d’ores et déjà exclu toute « concession ».", - "content": "Ces discussions visent à permettre un apaisement après des semaines d’escalade des tensions au sujet de l’Ukraine. Signe qu’elles seront âpres, le chef de la diplomatie russe, Sergueï Lavrov, a d’ores et déjà exclu toute « concession ».", + "title": "Accusé de comportement inapproprié par des femmes, l’acteur américain James Franco reconnaît des relations sexuelles", + "description": "Des anciennes élèves de l’école que l’acteur américain avait développée à Hollywood avaient dénoncé des comportements inappropriés en 2018.", + "content": "Des anciennes élèves de l’école que l’acteur américain avait développée à Hollywood avaient dénoncé des comportements inappropriés en 2018.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/28/la-russie-et-les-etats-unis-organiseront-des-pourparlers-en-janvier-sur-l-ukraine-et-la-securite-en-europe_6107556_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/23/accuse-de-comportement-inapproprie-par-des-femmes-l-acteur-americain-james-franco-reconnait-des-relations-sexuelles_6107170_3246.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 22:51:29 +0100", + "pubDate": "Thu, 23 Dec 2021 22:25:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253048,17 +279008,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b05abc6aeec5c308bf6da9d582951d5", - "highlights": [] + "hash": "71e02c4567d572bcd7a108023ca9123a" }, { - "title": "Hugo Maradona, le frère de Diego, est mort à l’âge de 52 ans", - "description": "Le cadet du génie argentin du football a succombé à un infarctus dans sa maison de l’agglomération napolitaine, selon des médias italiens.", - "content": "Diego Maradona (à gauche) avec son frère Hugo, en 1986 en Argentine.", + "title": "L’ex-premier ministre français François Fillon rejoint un géant de la pétrochimie russe", + "description": "L’ancien homme politique a été nommé au conseil de la société Sibur. Ce groupe est notamment contrôlé par l’un des hommes les plus riches de Russie et un proche du président Vladimir Poutine.", + "content": "François Fillon, au palais de justice de Paris, le 22 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/28/hugo-maradona-le-frere-de-diego-est-mort-a-l-age-de-52-ans_6107555_3382.html", + "link": "https://www.lemonde.fr/international/article/2021/12/23/l-ex-premier-ministre-francais-francois-fillon-rejoint-un-geant-de-la-petrochimie-russe_6107169_3210.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 22:09:14 +0100", + "pubDate": "Thu, 23 Dec 2021 21:50:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253070,17 +279029,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "733f7760239e14e65f4498986fa78815", - "highlights": [] + "hash": "84d11e1b184bf9977195816b4bdfe219" }, { - "title": "Le secteur de l’événementiel s’inquiète des « conséquences terribles » des nouvelles mesures du gouvernement", - "description": "", - "content": "", + "title": "Enquête | Le port d’Anvers, épicentre du trafic de cocaïne en Europe", + "description": "« L’Europe des narcos » (2/2). L’immense port belge est devenu la principale porte d’entrée de la cocaïne sur le marché européen. Policiers et douaniers ont beau multiplier les saisies, ils avouent une forme d’impuissance face à l’emprise de certaines organisations criminelles.", + "content": "Vue aérienne du port d’Anvers, le 19 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/28/le-secteur-de-l-evenementiel-s-inquiete-des-consequences-terribles-des-nouvelles-mesures-du-gouvernement_6107554_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/12/23/des-chargements-de-plusieurs-centaines-de-kilos-de-cocaine-c-est-devenu-la-routine-le-port-d-anvers-epicentre-de-tous-les-trafics_6107089_3210.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 21:38:10 +0100", + "pubDate": "Thu, 23 Dec 2021 04:05:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253092,17 +279050,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6486118799644171a177a3ccf85732e3", - "highlights": [] + "hash": "23a254281c741a543c7e82accee9c7e5" }, { - "title": "La disponibilité des centrales nucléaires françaises au plus bas", - "description": "Sur 56 réacteurs, 17 sont à l’arrêt, ce qui peut poser problème en cas de grand froid, souligne le gestionnaire RTE, qui a relevé son niveau de vigilance.", - "content": "Le coeur du réacteur de la centrale nucléaire de Civaux (Vienne), le 8 septembre 2021.", + "title": "Il s’agit du nombre le plus élevé de cas quotidiens jamais atteint depuis le début de l’épidémie en France. Le conseil scientifique, qui conseille le gouvernement, estime qu’il pourrait devenir nécessaire d’alléger les règles d’isolement.", + "description": "Il s’agit du nombre le plus élevé de cas quotidiens jamais atteint depuis le début de l’épidémie en France. Le conseil scientifique, qui conseille le gouvernement, estime qu’il pourrait devenir nécessaire d’alléger les règles d’isolement.", + "content": "Des personnes font la queue dans l’attente d’un test de dépistage du Covid-19, à Paris, le 23 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/30/la-disponibilite-des-centrales-nucleaires-francaises-au-plus-bas_6107699_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/23/omicron-l-absenteisme-pourrait-desorganiser-la-france-alerte-le-conseil-scientifique_6107138_3244.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 11:30:10 +0100", + "pubDate": "Thu, 23 Dec 2021 14:11:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253114,17 +279071,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f0d124043bead070941d05e32410544", - "highlights": [] + "hash": "540ec0ad7d4f08348dde52a3ceda039b" }, { - "title": "Covid-19 : masque obligatoire à l’extérieur dans presque toute l’Ile-de-France dès vendredi", - "description": "Après Paris hier soir, les autres départements de la région francilienne ont à leur tour décrété la mesure, qui s’appliquera à toutes les personnes âgées de plus de 11 ans.", - "content": "Après Paris hier soir, les autres départements de la région francilienne ont à leur tour décrété la mesure, qui s’appliquera à toutes les personnes âgées de plus de 11 ans.", + "title": "Assaut du Capitole : Trump demande à la Cour suprême de bloquer le transfert de documents à la commission", + "description": "L’ex-président veut garder secrètes ces archives incluant, entre autres, les listes de personnes lui ayant rendu visite ou l’ayant appelé le 6 janvier, que lui réclame une commission parlementaire aux mains des démocrates.", + "content": "L’ex-président veut garder secrètes ces archives incluant, entre autres, les listes de personnes lui ayant rendu visite ou l’ayant appelé le 6 janvier, que lui réclame une commission parlementaire aux mains des démocrates.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/30/covid-19-masque-obligatoire-a-l-exterieur-dans-presque-toute-l-ile-de-france-des-vendredi_6107693_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/23/assaut-du-capitole-trump-demande-a-la-cour-supreme-de-bloquer-le-transfert-de-documents-a-la-commission_6107163_3210.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 10:54:57 +0100", + "pubDate": "Thu, 23 Dec 2021 19:48:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253136,17 +279092,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6a38b172ee0f0bc24da3887111c1068", - "highlights": [] + "hash": "9be0dca373b3722e62f5193a7fb02633" }, { - "title": "Biden va proposer à Poutine une « voie diplomatique » pour sortir de la crise ukrainienne", - "description": "Le président américain et son homologue russe doivent s’entretenir au téléphone, jeudi. Il s’agira du deuxième appel en moins d’un mois pour tenter de sortir de la crise.", - "content": "Le président américain, Joe Biden, à Washington, le 18 novembre 2021, et le président russe, Vladimir Poutine, à Moscou, le 4 décembre 2021.", + "title": "L’écrivaine américaine Joan Didion est morte", + "description": "Essayiste et romancière, Joan Didion est morte jeudi à l’âge de 87 ans. Elle fut l’une des pionnières du « new journalism », dénommé aussi « journalisme littéraire » ou « littérature du réel ».", + "content": "L’écrivaine Joan Didion en 2009.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/30/biden-proposera-a-poutine-une-voie-diplomatique-sur-l-ukraine-lors-d-un-appel-jeudi_6107665_3210.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/23/l-ecrivaine-americaine-joan-didion-est-morte_6107157_3382.html", "creator": "", - "pubDate": "Thu, 30 Dec 2021 05:26:20 +0100", + "pubDate": "Thu, 23 Dec 2021 18:34:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253158,17 +279113,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "107486ce32f298b6f8e4858f092c42f9", - "highlights": [] + "hash": "1941849706420c54159e06143b033b9f" }, { - "title": "Avec près de 180 000 nouveaux cas enregistrés en vingt-quatre heures, l’épidémie de Covid-19 continue de progresser fortement en France", - "description": "Après les plus de 100 000 cas enregistrés le jour de Noël, le nombre de tests positifs sur une journée a atteint un niveau inédit mardi. Plus de 3 400 patients sont hospitalisés en soins critiques en raison du Covid-19, soit une hausse de 417 patients sur une journée, tandis que 242 personnes sont mortes de la maladie.", - "content": "Après les plus de 100 000 cas enregistrés le jour de Noël, le nombre de tests positifs sur une journée a atteint un niveau inédit mardi. Plus de 3 400 patients sont hospitalisés en soins critiques en raison du Covid-19, soit une hausse de 417 patients sur une journée, tandis que 242 personnes sont mortes de la maladie.", + "title": "Covid-19 : Emmanuel Macron s’accroche à sa stratégie vaccinale contre le variant Omicron", + "description": "Le chef de l’Etat mise sur la troisième dose et la vaccination des enfants pour ne pas avoir à imposer d’autres mesures restrictives, du moins dans l’immédiat. Un conseil des ministres extraordinaire doit se réunir à l’Elysée lundi 27 décembre.", + "content": "Emmanuel Macron, au local de l’association Aider la vie / Entraide 18 à Bourges, le 7 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/28/covid-19-pres-de-180-000-tests-positifs-sur-une-journee-en-france-un-niveau-jamais-atteint_6107548_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/23/face-a-omicron-emmanuel-macron-s-accroche-a-sa-strategie-vaccinale_6107155_823448.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 19:49:57 +0100", + "pubDate": "Thu, 23 Dec 2021 18:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253180,17 +279134,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c217c62cfdfae5b6dc63cb3cc9746ac", - "highlights": [] + "hash": "bca8530e63da8bb63df22e18e51c1aad" }, { - "title": "Covid-19 : le risque présenté par Omicron reste « très élevé » selon l’OMS, mise en garde des autorités américaines sur les tests antigéniques", - "description": "En Europe, de nouvelles restrictions ont été décidées. La France, le Royaume-Uni, le Portugal, le Danemark, l’Islande et la Grèce ont enregistré des seuils jamais atteints de cas quotidiens.", - "content": "Un panneau informe les gens que la bibliothèque n’a plus de kits de test Covid-19 à domicile, à Miami, en Floride, aux Etats-Unis, le 28 décembre 2021.", + "title": "Covid-19 : les réponses aux principales questions sur la vaccination des enfants", + "description": "La campagne vaccinale a été étendue, mercredi, à l’ensemble des enfants de 5 ans à 11 ans, ce qui suscite de nombreuses interrogations.", + "content": "Vaccination d’une petite fille, à Strasbourg, le 22 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/28/la-justice-belge-suspend-la-fermeture-des-salles-de-spectacle_6107547_3210.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/23/vaccination-des-enfants-contre-le-covid-19-ou-prendre-rendez-vous-quels-sont-les-benefices-nos-reponses-a-vos-questions_6107115_4355770.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 19:40:29 +0100", + "pubDate": "Thu, 23 Dec 2021 10:08:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253202,17 +279155,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d18da8611a30162235f0c119a3894676", - "highlights": [] + "hash": "c80e5b1c12bd5be0021d82a90536c48f" }, { - "title": "La Bourse de Paris bat son record à la clôture, malgré les craintes dues au variant Omicron", - "description": "L’indice vedette CAC 40, qui avait déjà progressé de 0,76 % lundi, a pris 0,57 % à 7 181,11 points. Ses précédents records en séance et à la clôture dataient de la mi-novembre, au plus haut depuis vingt et un ans.", - "content": "L’indice vedette CAC 40, qui avait déjà progressé de 0,76 % lundi, a pris 0,57 % à 7 181,11 points. Ses précédents records en séance et à la clôture dataient de la mi-novembre, au plus haut depuis vingt et un ans.", + "title": "La pilule anti-Covid de Merck à son tour autorisée aux Etats-Unis", + "description": "Cette approbation survient au lendemain de celle concernant le même type de traitement développé par Pfizer. Cette pilule est destinée aux adultes susceptibles de développer des formes graves du Covid-19.", + "content": "La pilule anti-Covid du laboratoire Merck a été autorisée aux Etats-Unis, le 23 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/28/la-bourse-de-paris-bat-son-record-a-la-cloture-malgre-les-craintes-dues-au-variant-omicron_6107545_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/23/la-pilule-anti-covid-de-merck-autorisee-aux-etats-unis_6107148_3244.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 19:28:26 +0100", + "pubDate": "Thu, 23 Dec 2021 16:42:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253224,17 +279176,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95d6eecc685f1b48e455174bf30fbe57", - "highlights": [] + "hash": "88e07b1b18f334e42b8011ba7e7a9406" }, { - "title": "Le gouvernement a annoncé qu’il suffirait, dès le 28 décembre, de trois mois (au lieu de quatre) après la précédente injection ou infection au Covid-19 pour bénéficier de la dose de rappel vaccinal.", - "description": "Depuis le 28 décembre, le délai entre la précédente injection ou infection au Covid-19 et la dose de rappel a été ramené à trois mois, au lieu cinq mois, puis quatre précédemment.", - "content": "Centre de vaccination à Perpignan, en juillet 2021.", + "title": "Passe vaccinal : avant l’examen du projet de loi, l’opposition critique un « manque d’anticipation » vis-à-vis des tests", + "description": "« Insoumis » et écologistes s’alarment jeudi d’une possible pénurie de tests et d’autotests de dépistage du SARS-CoV-2.", + "content": "Plusieurs personnes patientent devant une pharmacie, avant de faire un test pour détecter s’ils sont positifs au SARS-CoV-2, le 23 décembre 2021 à Paris.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/09/troisieme-dose-de-vaccin-contre-le-covid-19-nos-reponses-a-vos-questions_6101555_4355770.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/23/passe-vaccinal-avant-l-examen-du-projet-de-loi-l-opposition-critique-un-manque-d-anticipation-vis-a-vis-des-tests_6107147_823448.html", "creator": "", - "pubDate": "Tue, 09 Nov 2021 21:03:10 +0100", + "pubDate": "Thu, 23 Dec 2021 16:10:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253246,17 +279197,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fa798b97694dc074cd9ab0c1a15620d", - "highlights": [] + "hash": "800d1624685d90788d413e92706c5789" }, { - "title": "En Jordanie, une bagarre au Parlement lors d’un débat sur l’égalité hommes-femmes", - "description": "Plusieurs députés se sont violemment opposés à l’introduction de la mention des « Jordaniennes » dans les « droits et devoirs des Jordaniens » de la Constitution.", - "content": "Des députés jordaniens se battent au sein du Parlement, le 28 décembre 2021.", + "title": "Covid-19 : masque en extérieur en Italie, couvre-feu en Catalogne… les restrictions se multiplient en Europe", + "description": "En Italie, le masque assurant une protection supérieure, le FFP2, deviendra obligatoire pour se rendre au cinéma, au théâtre, aux événements sportifs ou dans les transports publics, bus, cars, avions ou navires.", + "content": "Une femme à vélo lors d’un précédent couvre-feu, à Barcelone, le 26 octobre 2020.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/28/en-jordanie-une-bagarre-au-parlement-lors-d-un-debat-sur-l-egalite-hommes-femmes_6107540_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/23/covid-19-la-catalogne-instaure-un-couvre-feu-les-restrictions-se-multiplient-en-europe_6107146_3244.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 18:04:51 +0100", + "pubDate": "Thu, 23 Dec 2021 15:54:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253268,17 +279218,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a3e7e9c3ee1293c1b470f5567efd56d", - "highlights": [] + "hash": "8f76038f9dbc26a8b6cb76e103b6239b" }, { - "title": "Covid-19 : avec le retour des jauges, le sport français replonge dans l’incertitude", - "description": "La décision de limiter la fréquentation des enceintes sportives, à compter du 3 janvier, inquiète fortement les clubs, qui craignent pour leur modèle économique si les restrictions venaient à se durcir encore.", - "content": "Lors du match de championnat de France, sous jauge, entre l’Asvel Lyon-Villeurbanne et le SIG Strasbourg, à l’Astroballe, à Villeurbanne (Rhône), le 20 mai 2021.", + "title": "Rap, jazz, rock, classique, chanson… Les albums préférés du « Monde » en 2021", + "description": "Les rédactrices et rédacteurs de la rubrique Musiques du « Monde » présentent chacun leurs cinq disques favoris, parmi ceux remarqués et défendus durant l’année écoulée.", + "content": "Pochette de l’album « An Evening with Silk Sonic » de Bruno Mars et Anderson .Paak.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/28/covid-19-avec-le-retour-des-jauges-le-sport-francais-plonge-a-nouveau-dans-l-incertitude_6107533_3242.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/23/rap-jazz-rock-classique-chanson-les-albums-preferes-du-monde-en-2021_6107141_3246.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 17:46:16 +0100", + "pubDate": "Thu, 23 Dec 2021 14:24:37 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253290,17 +279239,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfdcf6748a8b54da8fe15fdd08be864a", - "highlights": [] + "hash": "3fb3b7b378c1e06c64c0fc260ddec49d" }, { - "title": "Pourquoi meetings politiques et offices religieux ne sont pas soumis à des jauges", - "description": "Pour tenter d’endiguer la cinquième vague de Covid-19, le gouvernement a annoncé de nouvelles contraintes relatives aux rassemblements publics et aux concerts. Protégés par la Constitution, les réunions électorales et les lieux de culte ne sont pas, pour l’instant, concernés.", - "content": "Pour tenter d’endiguer la cinquième vague de Covid-19, le gouvernement a annoncé de nouvelles contraintes relatives aux rassemblements publics et aux concerts. Protégés par la Constitution, les réunions électorales et les lieux de culte ne sont pas, pour l’instant, concernés.", + "title": "Covid-19 dans le monde : près de 6 000 vols annulés le week-end de Noël, la Chine en alerte", + "description": "Les voyages de fin d’année connaissent des perturbations en raison de la propagation fulgurante du variant Omicron sur la planète.", + "content": "A l’aéroport de Los Angeles, en Californie, vendredi 24 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/28/pourquoi-meetings-politiques-et-offices-religieux-ne-sont-pas-soumis-a-des-jauges_6107532_4355770.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/25/covid-19-dans-le-monde-plus-de-4-500-vols-annules-le-week-end-de-noel-la-chine-en-alerte_6107282_3244.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 17:42:09 +0100", + "pubDate": "Sat, 25 Dec 2021 11:09:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253312,17 +279260,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c30cf89e092c7b078eccc8bfafc7e53", - "highlights": [] + "hash": "6c6c0e6c061fcab1f594a07a2e9ef4e6" }, { - "title": "Covid-19 dans le monde : la Finlande ferme ses frontières aux non-vaccinés, les restrictions se multiplient en Europe à l’approche du Nouvel An", - "description": "L’interdiction d’entrer sur le territoire finlandais pour les voyageurs étrangers non vaccinés contre le Covid-19 s’applique dès mardi. Dans plusieurs pays d’Europe, le nombre de contaminations quotidiennes atteint des seuils inédits.", - "content": "L’interdiction d’entrer sur le territoire finlandais pour les voyageurs étrangers non vaccinés contre le Covid-19 s’applique dès mardi. Dans plusieurs pays d’Europe, le nombre de contaminations quotidiennes atteint des seuils inédits.", + "title": "La Belgique arrêtera ses sept réacteurs nucléaires d’ici à 2025", + "description": "L’accord conclu entre les sept partis partenaires de la coalition gouvernementale ne ferme cependant pas la porte au nucléaire de nouvelle génération.", + "content": "L’accord conclu entre les sept partis partenaires de la coalition gouvernementale ne ferme cependant pas la porte au nucléaire de nouvelle génération.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/28/covid-19-dans-le-monde-duree-d-isolement-reduite-de-moitie-en-cas-d-infection-aux-etats-unis-perturbations-dans-le-ciel_6107455_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/23/la-belgique-arretera-ses-sept-reacteurs-nucleaires-d-ici-a-2025_6107140_3210.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:00:31 +0100", + "pubDate": "Thu, 23 Dec 2021 14:23:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253334,17 +279281,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "566b10acaa1dabb3977ccaec46b571bc", - "highlights": [] + "hash": "8bae3336cd0cfa853ad7d20367b03cc9" }, { - "title": "Covid-19 : le Festival d’Angoulême 2022, prévu du 27 au 30 janvier, va être reporté", - "description": "L’annonce du rétablissement de jauges pour les événements culturels a rendu quasi impossible l’organisation de la manifestation internationale de la bande dessinée. La nouvelle date du festival n’est pas encore connue.", - "content": "Le rayon mangas du Festival d’Angoulême, en 2016.", + "title": "Log4j : le ministère belge de la défense victime d’une cyberattaque", + "description": "Une partie de ses activités sont paralysées depuis le 16 décembre par des pirates ayant mis à profit « Log4shell », une des failles de sécurité les plus importantes de ces dernières années.", + "content": "Une partie de ses activités sont paralysées depuis le 16 décembre par des pirates ayant mis à profit « Log4shell », une des failles de sécurité les plus importantes de ces dernières années.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/28/covid-19-le-festival-d-angouleme-2022-vers-une-probable-annulation_6107523_3246.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/23/log4j-le-ministere-belge-de-la-defense-victime-d-une-cyberattaque_6107134_4408996.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 15:08:20 +0100", + "pubDate": "Thu, 23 Dec 2021 13:22:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253356,17 +279302,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4326afd1d4554222ba2bde485cfbf845", - "highlights": [] + "hash": "2e97f3c50594689c2d08770ca3b38394" }, { - "title": "Une enquête ouverte sur l’incendie et les dégradations commises au domicile du député LRM Pascal Bois", - "description": "Le garage personnel du député de l’Oise a été endommagé par un incendie mercredi et des inscriptions hostiles ont été découvertes sur un mur d’enceinte de son domicile. La gendarmerie a annoncé qu’une enquête était en cours.", - "content": "Le député LRM Pascal Bois à l’Assemblée nationale, le 6 février 2019.", + "title": "Vladimir Poutine évoque « une réaction positive » des Occidentaux après l’annonce de négociations sur l’OTAN", + "description": "Le président russe a toutefois réitéré ses exigences visant à interdire tout élargissement futur de l’Alliance atlantique, au cours de sa conférence de presse annuelle, réclamant des « garanties maintenant, pas dans dix ans ».", + "content": "Le président russe, Vladimir Poutine, lors de sa conférence de presse annuelle à Moscou, le 23 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/29/une-enquete-ouverte-sur-l-incendie-et-les-degradations-commises-au-domicile-du-depute-lrm-pascal-bois_6107629_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/23/vladimir-poutine-evoque-une-reaction-positive-des-occidentaux-apres-l-annonce-de-negociations-sur-l-otan_6107133_3210.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 16:22:11 +0100", + "pubDate": "Thu, 23 Dec 2021 13:05:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253378,16 +279323,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "264f9948898940dff085331a18fb508e" + "hash": "f6c9f7b07fc4cb9e50a20017a0583adc" }, { - "title": "Plus de 200 000 contaminations au Covid-19 en vingt-quatre heures en France, selon Olivier Véran", - "description": "Auditionné par la commission des lois de l’Assemblée nationale, mercredi, le ministre de la santé a qualifié la hausse de contaminations de « raz de marée » préoccupant pour le système hospitalier.", - "content": "Olivier Véran lors de son audition devant la commission des lois de l’Assemblée nationale, à Paris, mercredi 29 décembre 2021.", + "title": "Référendum en Nouvelle-Calédonie : l’un des principaux mouvements indépendantistes dépose un premier recours", + "description": "« Les conditions d’organisation du scrutin ont altéré la sincérité de la consultation », selon le Parti de libération kanak. Le non à l’indépendance l’a emporté lors du dernier référendum sur l’autodétermination de l’archipel.", + "content": "Les indépendantistes avaient appelé au report du scrutin et, face au refus de l’Etat, avaient appelé à la non-participation de leurs militants et sympathisants au vote.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/29/plus-de-200-000-contaminations-au-covid-19-en-vingt-quatre-heures-en-france-selon-olivier-veran_6107628_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/23/referendum-en-nouvelle-caledonie-l-un-des-principaux-mouvements-independantistes-depose-un-premier-recours_6107132_823448.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 15:50:02 +0100", + "pubDate": "Thu, 23 Dec 2021 12:32:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253399,16 +279344,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a83d4320d772bca7367b803cb8a2210" + "hash": "1031ef7895231ac46e75102dbbc453dc" }, { - "title": "Présidentielle et Covid-19 : les meetings du Rassemblement national et de La France insoumise n’auront pas de jauge", - "description": "L’obligation de la mise en place de jauges, annoncée par Jean Castex lundi, ne concerne pas les meetings politiques et l’exercice du culte, tous deux protégés par la Constitution.", - "content": "L’obligation de la mise en place de jauges, annoncée par Jean Castex lundi, ne concerne pas les meetings politiques et l’exercice du culte, tous deux protégés par la Constitution.", + "title": "Covid-19 dans le monde : plus de 4 500 vols annulés le week-end de Noël, la Chine en alerte", + "description": "Les voyages de fin d’année connaissent des perturbations en raison de la propagation fulgurante du variant Omicron sur la planète.", + "content": "A l’aéroport de Los Angeles, en Californie, vendredi 24 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/29/presidentielle-et-covid-19-les-meetings-du-rassemblement-national-et-de-la-france-insoumise-n-auront-pas-de-jauge_6107615_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/25/covid-19-dans-le-monde-plus-de-4-500-vols-annules-le-week-end-de-noel-la-chine-en-alerte_6107282_3244.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:57:00 +0100", + "pubDate": "Sat, 25 Dec 2021 11:09:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253420,16 +279365,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc7789c7c95da5c05cc90e1b47d6e283" + "hash": "b80eee3935d79cbde36b0ae71da89550" }, { - "title": "En Russie, la justice ordonne la dissolution du Centre de défense des droits humains de l’ONG Memorial", - "description": "La décision, prononcée mercredi, survient au lendemain de l’interdiction de la structure mère de l’organisation, vivement critiquée par le Royaume-Uni et les Nations unies.", - "content": "L’avocat Ilya Novikov tient une conférence de presse à la sortie du tribunal de Moscou, mercredi 29 décembre 2021.", + "title": "Le télescope James-Webb prêt à être lancé", + "description": "La fusée Ariane-5 propulsera cet instrument d’observation du cosmos, le plus perfectionné jamais envoyé dans l’espace, depuis le centre spatial guyanais, à partir de 9 h 20 (13 h 20 à Paris).", + "content": "Photo fournie par la NASA de la fusée Ariane-5 transportant le télescope spatial James-Webb.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/29/en-russie-la-justice-ordonne-la-dissolution-du-centre-de-defense-des-droits-humains-de-l-ong-memorial_6107614_3210.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/25/le-telescope-james-webb-pret-a-etre-lance_6107278_1650684.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 12:42:09 +0100", + "pubDate": "Sat, 25 Dec 2021 10:25:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253441,16 +279386,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6bbbbe4078865a3d1a895a41fb4d050d" + "hash": "c9e3360f79c96551229ef6c39998e275" }, { - "title": "Université : les partiels auront lieu en présentiel", - "description": "Des reports pourront cependant être envisagés « au cas par cas », « si on a une promotion qui est particulièrement touchée », a fait savoir la ministre de l’enseignement supérieur.", - "content": "Des reports pourront cependant être envisagés « au cas par cas », « si on a une promotion qui est particulièrement touchée », a fait savoir la ministre de l’enseignement supérieur.", + "title": "Au Soudan, Internet et téléphones coupés avant un appel à manifester contre les militaires", + "description": "Les militants qui s’organisent régulièrement en ligne ou diffusent en direct des images de leurs défilés sont privés d’accès aux réseaux sociaux samedi.", + "content": "Manifestation à Khartoum, au Soudan, à la date du 3e anniversaire de la révolution, le 19 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/campus/article/2021/12/29/universite-les-partiels-auront-lieu-en-presentiel_6107601_4401467.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/25/nouvelle-manifestation-au-soudan-internet-et-ponts-coupes-a-khartoum_6107274_3212.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 09:36:41 +0100", + "pubDate": "Sat, 25 Dec 2021 09:54:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253462,16 +279407,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "00abeb6ffe1c9fe3754a8e85e91b1437" + "hash": "29e0d3096567c85e2ccef3d89436a960" }, { - "title": "Covid-19 : le projet de loi sur le passe vaccinal examiné mercredi à l’Assemblée nationale", - "description": "Initialement prévu pour une application fin janvier, le texte sera examiné par la commission des lois dès mercredi, après une audition à 14 h 30 du ministre de la santé, Olivier Véran.", - "content": "Le ministre de la santé, Olivier Véran, à l'Assemblée nationale, le 20 juillet 2021.", + "title": "Grèce : une trentaine de migrants sont morts dans plusieurs naufrages cette semaine", + "description": "Quelques heures à peine après qu’une première embarcation s’est échouée sur un îlot près d’Anticythère, faisant onze morts et 90 rescapés, un autre bateau a chaviré au large de l’île de Paros. Selon un premier bilan, soixante-trois personnes ont été secourues et seize sont mortes.", + "content": "Un bateau de migrants arrive sur l’île de Lesbos, en 2015.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/29/covid-19-le-projet-de-loi-sur-le-passe-vaccinal-examine-mercredi-a-l-assemblee-nationale_6107599_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/24/au-moins-quatorze-morts-dans-deux-naufrages-de-bateaux-de-migrants-en-grece_6107257_3210.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 09:22:46 +0100", + "pubDate": "Fri, 24 Dec 2021 23:45:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253483,16 +279428,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d96d7adab18b85d4d87e6b5799716c5" + "hash": "c8a8dde75da105dcf5c8185a03c373be" }, { - "title": "Météo : quatre départements en vigilance orange, risque d’avalanche en Haute-Savoie", - "description": "Météo-France a placé mercredi en vigilance orange pluie-inondation la Savoie, la Haute-Savoie, l’Ain et l’Isère.", - "content": "Météo-France a placé mercredi en vigilance orange pluie-inondation la Savoie, la Haute-Savoie, l’Ain et l’Isère.", + "title": "A la messe de Noël, le pape François appelle les fidèles à « redécouvrir les petites choses de la vie »", + "description": "Quelque 2 000 personnes ont assisté à cette célébration, masquées et assises à distance les unes des autres. En 2020, seules 200 personnes avaient pu assister à la messe en raison des restrictions.", + "content": "Quelque 2 000 personnes ont assisté à cette célébration, masquées et assises à distance les unes des autres. En 2020, seules 200 personnes avaient pu assister à la messe en raison des restrictions.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/29/quatre-departements-en-vigilance-orange-risque-d-avalanche-en-haute-savoie_6107586_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/24/a-la-messe-de-noel-le-pape-francois-appelle-les-fideles-a-redecouvrir-les-petites-choses-de-la-vie_6107256_3224.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 07:04:43 +0100", + "pubDate": "Fri, 24 Dec 2021 22:30:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253504,16 +279449,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac9b4d8edbebc2c6889e67604272f115" + "hash": "87ece368520a0014a3143dc67d25206e" }, { - "title": "Mahmoud Abbas rencontre Benny Gantz en Israël, des « mesures de confiance » annoncées avec l’Autorité palestinienne", - "description": "Le ministère israélien de la défense a annoncé, mercredi, le versement de taxes perçues en son nom à la Palestine et la régularisation de 6 000 Palestiniens en zone C.", - "content": "Le président palestinien, Mahmoud Abbas, participe à une réunion avec le président russe, Vladimir Poutine, à Sotchi, en Russie, le 23 novembre 2021.", + "title": "Franck Provost mis en examen pour blanchiment de fraude fiscale aggravée", + "description": "Le ministère public a dit avoir reçu « plusieurs signalements » de l’utilisation d’un « logiciel frauduleux » permettant de « détourner des recettes encaissées en espèces ».", + "content": "L’homme d’affaires français Franck Provost quitte le palais présidentiel de l’Elysée, le 21 janvier 2014 à Paris.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/29/le-president-palestinien-mahmoud-abbas-rencontre-le-ministre-israelien-de-la-defense_6107565_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/23/le-coiffeur-franck-provost-mis-en-examen-pour-blanchiment-de-fraude-fiscale-aggravee_6107123_3224.html", "creator": "", - "pubDate": "Wed, 29 Dec 2021 03:54:14 +0100", + "pubDate": "Thu, 23 Dec 2021 11:25:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253525,16 +279470,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "551898d81a542899e148f2e730327921" + "hash": "ac849d02ac8a3f4f0c4ffaaae929e1d9" }, { - "title": "Télétravail : le gouvernement envisage des amendes pour les entreprises récalcitrantes", - "description": "Le recours au télétravail sera rendu obligatoire à partir de la rentrée « pour tous les salariés pour lesquels il est possible », à raison de « trois jours minimum par semaine et quatre jours quand cela est possible », avait annoncé Jean Castex lundi.", - "content": "Le recours au télétravail sera rendu obligatoire à partir de la rentrée « pour tous les salariés pour lesquels il est possible », à raison de « trois jours minimum par semaine et quatre jours quand cela est possible », avait annoncé Jean Castex lundi.", + "title": "Moncef Marzouki, ancien président de Tunisie, condamné à quatre ans de prison", + "description": "L’ex-chef d’Etat, qui réside à Paris, avait vivement critiqué le coup de force de Kaïs Saïed.", + "content": "L’ancien président tunisien Moncef Marzouki, à Tunis, le 7 août 2019.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/28/teletravail-le-gouvernement-envisage-des-amendes-administratives-pour-les-entreprises-recalcitrantes_6107528_3234.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/23/moncef-marzouki-ancien-president-de-tunisie-condamne-a-quatre-ans-de-prison_6107122_3212.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 16:06:32 +0100", + "pubDate": "Thu, 23 Dec 2021 11:22:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253546,16 +279491,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cdaf3b6c6a714e814a3c07d60780c22" + "hash": "177f571add7e2a62b4358c5d9f3ffae2" }, { - "title": "Mort de Grichka Bogdanoff, l’un des jumeaux stars des années 1980", - "description": "Il était notamment connu, avec son jumeau Igor, pour l’émission de science-fiction « Temps X » diffusée entre 1979 et 1981. Il est mort mardi à Paris à l’âge de 72 ans, a annoncé sa famille.", - "content": "Grichka Bogdanoff (à gauche) et son frère jumeau, Igor, en septembre 2015, à Garches (Hauts-de-Seine).", + "title": "Professeur suspendu à l’IEP Grenoble : « une erreur formelle », regrette Jean-Michel Blanquer", + "description": "Le ministre de l’éducation nationale a commenté, mercredi sur LCI, la suspension temporaire par Sciences Po Grenoble d’un professeur, Klaus Kinzler, pour des « propos diffamatoires ».", + "content": "France's Education, Youth and Sports Minister Jean-Michel Blanquer walks after taking part in the weekly cabinet meeting at The Elysee Presidential Palace in Paris on December 15, 2021. (Photo by Ludovic MARIN / AFP)", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/28/grichka-l-un-des-deux-freres-bogdanoff-est-mort_6107525_3382.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/23/professeur-suspendu-a-l-iep-grenoble-une-erreur-formelle-regrette-jean-michel-blanquer_6107117_823448.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 15:19:58 +0100", + "pubDate": "Thu, 23 Dec 2021 10:29:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253567,16 +279512,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e99f7286a94cd610f83f9354b79cab8e" + "hash": "651790a6b48f10a90ad2015bf8590770" }, { - "title": "Election présidentielle 2022 : La République en marche appliquera les jauges de public pendant la campagne", - "description": "Le mouvement présidentiel compte suivre les restrictions sanitaires annoncées par le gouvernement, même si le Conseil constitutionnel a rappelé que les limites imposées aux grands rassemblements ne s’appliquent pas aux meetings.", - "content": "Les élus et soutiens de la majorité présidentielle, lors d’un meeting à Paris, le 29 novembre 2021.", + "title": "La NHL prive ses joueurs et les fans de hockey sur glace du rêve olympique", + "description": "Contrainte de reporter de nombreux matchs à cause du Covid-19, la Ligue nord-américaine a décidé de ne pas libérer ses joueurs pour les JO de Pékin. Une décision qui arrange les clubs, mais désole le reste des acteurs.", + "content": "A 24 ans, la grande star canadienne des Oilers d’Edmonton, Connor McDavid, ici en action à Seattle le 18 décembre 2021, ne pourra pas disputer ses premiers Jeux olympiques.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/28/election-presidentielle-2022-la-republique-en-marche-appliquera-les-jauges-de-public-pendant-la-campagne_6107521_6059010.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/23/la-nhl-prive-ses-joueurs-et-les-fans-de-hockey-sur-glace-du-reve-olympique_6107116_3242.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 14:43:49 +0100", + "pubDate": "Thu, 23 Dec 2021 10:26:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253588,16 +279533,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "76a62a5fd6a344df0b429663381723fb" + "hash": "b85ac37a6aa47b524a8f9bede76e6ab3" }, { - "title": "Ski alpin : Tessa Worley remporte le slalom géant de Lienz", - "description": "La skieuse française a décroché sa première victoire de la saison, en l’absence de deux des cadors de la discipline, Shiffrin et Gut-Behrami, positives au coronavirus.", - "content": "Tessa Worley sur le podium du slalom géant de Lienz (Autriche), le 28 décembre 2021.", + "title": "La France simplifie l’accès aux archives judiciaires de la guerre d’Algérie, un nouveau pas pour le travail de mémoire", + "description": "Un arrêté interministériel publié jeudi au « Journal officiel » ouvre les archives judiciaires françaises « en relation » avec la guerre d’Algérie avec quinze ans d’avance sur le calendrier légal.", + "content": "Tracts de l’armée française pendant la guerre d’Algérie, au Service historique de l’Armée de terre du fort de Vincennes, en 2001.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/28/ski-alpin-tessa-worley-remporte-le-slalom-geant-de-lienz_6107520_3242.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/23/la-france-simplifie-l-acces-aux-archives-judiciaires-de-la-guerre-d-algerie_6107102_3212.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 14:24:59 +0100", + "pubDate": "Thu, 23 Dec 2021 06:29:57 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253609,16 +279554,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef5811db9d7c12673c22b4b447d93496" + "hash": "2bc3e07ff262358e9ed4e86bdddd0d4c" }, { - "title": "Des personnalités s’organisent pour imposer un débat sur « la vieillesse » à la présidentielle", - "description": "Le Conseil national autoproclamé de la vieillesse, créé en décembre, souhaite la création d’une instance qui conseillerait le gouvernement pour que les politiques publiques soient adaptées aux personnes âgées.", - "content": "Le Conseil national autoproclamé de la vieillesse, créé en décembre, souhaite la création d’une instance qui conseillerait le gouvernement pour que les politiques publiques soient adaptées aux personnes âgées.", + "title": "Madagascar : au moins 85 morts dans le naufrage d’un bateau de transport de marchandises", + "description": "Le navire naufragé, qui n’était pas autorisé à transporter des passagers, en avait embarqué 138 lundi matin. Seulement 50 d’entre eux ont été sauvés.", + "content": "L’épave du bateau qui a fait naufrage, lundi 21 décembre, au large de Madagascar.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/28/des-personnalites-s-organisent-pour-imposer-un-debat-sur-la-vieillesse-a-la-presidentielle_6107513_3224.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/23/madagascar-au-moins-85-morts-dans-le-naufrage-d-un-bateau-de-transport-de-marchandises_6107107_3212.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 12:00:13 +0100", + "pubDate": "Thu, 23 Dec 2021 08:57:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253630,16 +279575,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f4274d927621bbd37fe858c1aea36b4" + "hash": "ed8d6a5b277fa6f3beab6200a4a973b9" }, { - "title": "La Cour suprême russe dissout l’ONG Memorial, pilier de la défense des libertés dans le pays", - "description": "Le travail de Memorial s’étend de la protection des droits humains à l’étude des crimes du régime soviétique. Les poursuites la visant sont perçues comme un nouveau palier dans la répression à l’égard des voix critiques du président, Vladimir Poutine.", - "content": "Un militant de l’ONG de défense des droits humains Memorial, dont la pancarte dit « Nous vivrons toujours », est arrêté devant la Cour suprême russe, à Moscou, le 28 décembre 2021.", + "title": "Au Mexique, la Cour suprême ordonne le maintien du référendum sur la révocation du mandat présidentiel", + "description": "L’Institut national électoral avait décidé vendredi de suspendre les préparatifs de la consultation populaire, voulue par le président Andres Manuel Lopez Obrador, en invoquant le manque de budget.", + "content": "Le président du Mexique, Andres Manuel Lopez Obrador, à Mexico, le 27 juillet 2020.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/28/la-cour-supreme-russe-dissout-l-ong-memorial-pilier-de-la-defense-des-libertes-dans-le-pays_6107511_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/23/au-mexique-la-cour-supreme-ordonne-le-maintien-du-referendum-sur-la-revocation-du-mandat-presidentiel_6107106_3210.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 11:46:11 +0100", + "pubDate": "Thu, 23 Dec 2021 08:08:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253651,16 +279596,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d453a38049234020b442b48b7caf494" + "hash": "3f8fc91d16d778af07359e64eaf4f1ae" }, { - "title": "Covid-19 : face à Omicron, les hôpitaux dans l’expectative", - "description": "Alors que la vague portée par le variant Delta semble avoir atteint un plateau, les contaminations par Omicron explosent, mais leur impact sur les établissements est encore difficile à évaluer.", - "content": "Alors que la vague portée par le variant Delta semble avoir atteint un plateau, les contaminations par Omicron explosent, mais leur impact sur les établissements est encore difficile à évaluer.", + "title": "Gaz en Europe : quatre questions pour comprendre l’envolée des prix et ses conséquences", + "description": "La conjonction de nombreux facteurs économiques, météorologiques et géopolitiques conduit à un « choc gazier » qui fait craindre des répercussions économiques importantes.", + "content": "La conjonction de nombreux facteurs économiques, météorologiques et géopolitiques conduit à un « choc gazier » qui fait craindre des répercussions économiques importantes.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/28/face-a-omicron-les-hopitaux-dans-l-expectative_6107509_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/23/gaz-en-europe-quatre-questions-pour-comprendre-l-envolee-des-prix-et-ses-consequences_6107105_3234.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 11:19:31 +0100", + "pubDate": "Thu, 23 Dec 2021 08:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253672,16 +279617,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36b703a767b7bf6d80353e213b91ad8f" + "hash": "2c4ab297f852b08aeda9981d1ce9e5db" }, { - "title": "En Wallonie, des médecins lancent le débat sur la « priorité absolue » accordée aux patients atteints du Covid-19", - "description": "Trois médecins du Centre hospitalier universitaire de Namur appellent à un « débat éthique » sur la prise en charge prioritaire dont bénéficient les patients contaminés ayant fait le choix de ne pas se faire vacciner.", - "content": "Un membre du personnel médical travaille au service des soins intensifs du Centre hospitalier régional de la Citadelle à Liège (Belgique), le 21 décembre 2021.", + "title": "Birmanie : les corps de deux nouvelles victimes retrouvés après un glissement de terrain", + "description": "Les secouristes ont retrouvé les corps de trois victimes depuis mercredi mais des dizaines de mineurs sont toujours portés disparus après l’affaissement d’une colline, au nord du pays.", + "content": "Les secouristes fouillent, le 23 décembre 2021, le lac et les décombres à la recherche des corps de mineurs emportés par un glissement de terrain la veille, à Hpakant, en Birmanie.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/28/en-wallonie-des-medecins-lancent-le-debat-sur-la-priorite-absolue-accordee-aux-patients-atteints-du-covid-19_6107506_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/23/birmanie-un-deuxieme-corps-retrouve-apres-un-glissement-de-terrain-mortel_6107103_3210.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 11:12:07 +0100", + "pubDate": "Thu, 23 Dec 2021 06:36:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253693,16 +279638,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b06f17fe69bda89e1d650cc6ffab88e6" + "hash": "22bb23a01dcbaad2591a8d3c9632c420" }, { - "title": "L’armée israélienne assouplit ses règles de tir contre les civils palestiniens", - "description": "Les soldats pourront ouvrir le feu sur des lanceurs de pierres et de cocktails Molotov, même après les faits. Un changement qui ravit la droite.", - "content": "Le premier ministre de l’Autorité palestinienne, Mohammed Shtayyeh, arrivant à Naplouse, en Cisjordanie, le 29 novembre 2021.", + "title": "Covid-19 : face à la vague Omicron, les pays européens serrent la vis", + "description": "Restrictions de rassemblement et de circulation, mais aussi vaccination ou dépistages massifs : alors que les contaminations au nouveau variant s’envolent sur le continent, les Etats se mobilisent tous azimuts.", + "content": "Des personnes font la queue pour présenter leur passe vaccinal afin de pouvoir entrer dans un magasin, à Berlin, le 21 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/28/l-armee-israelienne-assouplit-ses-regles-de-tir-contre-les-civils-palestiniens_6107504_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/23/covid-19-face-a-la-vague-omicron-les-pays-europeens-serrent-la-vis_6107097_3244.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 10:55:44 +0100", + "pubDate": "Thu, 23 Dec 2021 05:54:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253714,16 +279659,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab6ed5e83413ac9de105eafc34bce6ab" + "hash": "4cd0640edb81d9fd6f875a0086a16df2" }, { - "title": "Covid-19 : une prime mensuelle pour les infirmiers des services de soins critiques", - "description": "Une prime de 100 euros net leur sera versée dès le mois de janvier afin de matérialiser « une reconnaissance indispensable pour ces services », a dit le premier ministre. Près de 30 000 personnes sont concernées.", - "content": "Une infirmière s’occupe d’un patient atteint du Covid-19 en unité de soins critiques à l’hôpital de Créteil (Val-de-Marne), le 28 décembre 2021.", + "title": "A Hongkong, une statue commémorative de Tiananmen déboulonnée dans une université", + "description": "Le territoire a longtemps été le seul endroit en Chine où il était possible de rendre hommage aux victimes de la répression de Tiananmen, mais Pékin entend imprimer sa marque autoritaire sur l’ancienne colonie britannique.", + "content": "Le « Pilier de la honte », université de Hongkong, le 10 octobre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/28/covid-19-une-prime-mensuelle-sera-versee-aux-infirmiers-des-services-de-soins-critiques_6107502_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/23/hongkong-une-statue-commemorative-de-tiananmen-deboulonnee-dans-une-universite_6107090_3210.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 10:46:39 +0100", + "pubDate": "Thu, 23 Dec 2021 04:20:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253735,16 +279680,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aaa6dae4a69757af373bad75d1f6652a" + "hash": "8f81a04e198a9005c429d45e71daccfd" }, { - "title": "Le dirigeant du Xinjiang quitte son poste après cinq ans de répression contre les Ouïgours", - "description": "Chen Quanguo a imposé une sécurisation drastique de la région et organisé l’internement dans des camps de « rééducation » de plus d’un million de Ouïgours.", - "content": "Le secrétaire du parti du Xinjiang, Chen Quanguo, lors d’une réunion de la délégation du Xinjiang à l’Assemblée nationale populaire, à Pékin, le 12 mars 2019.", + "title": "Eric Zemmour condamne les auteurs d’une vidéo qui simulent des tirs sur Emmanuel Macron et des élus LFI", + "description": "« Je ne veux ni de votre soutien ni de votre aide », déclare le candidat à la présidentielle à deux hommes dont la vidéo a provoqué un dépôt de plainte d’Alexis Corbière et Raquel Garrido pour « menace de mort et provocation à la commission d’un crime ».", + "content": "Eric Zemmour à Husseren-les-Châteaux (Haut-Rhin, le 18 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/28/le-dirigeant-du-xinjiang-quitte-son-poste-apres-cinq-ans-de-repression_6107501_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/23/eric-zemmour-condamne-les-auteurs-d-une-video-qui-simulent-des-tirs-sur-emmanuel-macron-et-des-elus-lfi_6107083_3224.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 10:46:37 +0100", + "pubDate": "Thu, 23 Dec 2021 01:30:57 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253756,16 +279701,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "daf46543381c1716c32a72748e580867" + "hash": "06fef15e7d58739d5940440cb4c35f6f" }, { - "title": "Consommation interdite dans les transports : la mesure sera appliquée « avec discernement » pour les « jeunes enfants »", - "description": "Jean Castex a annoncé lundi, lors d’une conférence de presse, que « la consommation de boissons et d’aliments sera interdite dans les transports collectifs, y compris longue distance », à compter de la semaine prochaine, pour lutter contre l’épidémie.", - "content": "Un TGV au dépôt de Charenton-le-Pont, près de Paris, en décembre 2021.", + "title": "Ligue 1 : le PSG et l’OM accrochés pour le dernier match de l’année, Nice prend la deuxième place", + "description": "Parisiens et Marseillais ont arraché le nul dans le temps additionnel, respectivement à Lorient et face à Reims (1-1), alors que les Niçois ont difficilement battu Lens (2-1). Pour son premier match de championnat à la tête de Saint-Etienne, Pascal Dupraz s’est incliné face à Nantes (1-0).", + "content": "L’attaquant argentin du PSG, Mauro Icardi, buteur à Lorient, le 22 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/28/consommation-interdite-dans-les-transports-la-sncf-s-adaptera-et-se-donne-jusqu-a-debut-janvier-pour-decliner-la-mesure_6107500_3244.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/23/ligue-1-le-psg-et-l-om-accroches-pour-le-dernier-match-de-l-annee-nice-prend-la-deuxieme-place_6107080_3242.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 10:39:11 +0100", + "pubDate": "Thu, 23 Dec 2021 00:13:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253777,16 +279722,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fe78d4460ae46b8e669b06374482c6b" + "hash": "d3da463298a5250f5fd596fbe155536d" }, { - "title": "La préfecture de l’Oise ordonne la fermeture temporaire de la grande mosquée de Beauvais", - "description": "L’établissement religieux sera fermé pour six mois en raison de prêches « incitant à la haine », « à la violence » et « faisant l’apologie du djihad ».", - "content": "La mosquée de Beauvais, capture d’écran du 28 décembre 2021.", + "title": "Aux Etats-Unis, la cérémonie des Oscars d’honneur repoussée à cause du variant Omicron", + "description": "Aucune nouvelle date n’a été fixée pour les Governors Awards à ce stade. Pour l’instant, l’édition 2022 des Oscars n’est, quant à elle, pas remise en cause et est toujours prévue le 27 mars.", + "content": "Les Governors Awards récompensent les actrices et acteurs pour l’ensemble de leur carrière.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/28/la-prefecture-de-l-oise-ordonne-la-fermeture-temporaire-de-la-grande-mosquee-de-beauvais_6107496_3224.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/22/aux-etats-unis-la-ceremonie-des-oscars-d-honneur-repoussee-a-cause-du-variant-omicron_6107077_3246.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 10:23:56 +0100", + "pubDate": "Wed, 22 Dec 2021 22:43:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253798,16 +279743,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ccbf00342fa5dfe83a6b5f34a9a95107" + "hash": "a475ac586946fca15e7ef0ddc25f246f" }, { - "title": "Le rebond épidémique assombrit les perspectives d’Air France-KLM", - "description": "Si les passagers répondent encore présent, le nouveau variant du SARS-CoV-2 conduit les compagnies aériennes à annuler des vols et pèse sur les cours de Bourse.", - "content": "A l’aéroport Paris-Charles-de Gaulle, le 14 décembre 2021.", + "title": "La pilule anti-Covid de Pfizer autorisée aux Etats-Unis", + "description": "Ce traitement, commercialisé sous le nom de Paxlovid, consiste en une combinaison de deux pilules prise deux fois par jour pendant cinq jours.", + "content": "Les antiviraux, tels que le Paxlovid, agissent en diminuant la capacité d’un virus à se répliquer, freinant ainsi la maladie.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/28/le-rebond-epidemique-assombrit-les-perspectives-d-air-france-klm_6107495_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/la-pilule-anti-covid-de-pfizer-autorisee-aux-etats-unis_6107073_3244.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 10:20:23 +0100", + "pubDate": "Wed, 22 Dec 2021 19:32:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253819,16 +279764,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3eaa3e3b6fbe0168133adc6f07fa2d66" + "hash": "0a0626c5f500dd4e01dbf92e1f18b4d3" }, { - "title": "Au Cameroun, 47 militants du principal parti d’opposition condamnés à de la prison ferme", - "description": "Les membres du Mouvement pour la renaissance du Cameroun (MRC) étaient notamment poursuivis pour « rébellion » et « tentative d’insurrection ».", - "content": "Maurice Kamto, leader du Mouvement pour la renaissance du Cameroun (MRC), à Paris, le 30 janvier 2020.", + "title": "Covid-19 : Belgique, Espagne… à l’approche de Noël, les pays européens mettent en place de nouvelles restrictions", + "description": "Le variant Omicron est « en passe de devenir ou déjà devenu dominant dans plusieurs pays, y compris au Danemark, au Portugal et au Royaume-Uni » selon l’OMS, ce qui devrait entraîner mécaniquement une hausse du nombre de patients hospitalisés.", + "content": "Des passants font du shopping à Londres en portant un masque, le 21 décembre.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/28/au-cameroun-47-militants-du-principal-parti-d-opposition-condamnes-a-de-la-prison-ferme_6107491_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/covid-19-belgique-espagne-a-l-approche-de-noel-les-pays-europeens-mettent-en-place-de-nouvelles-restrictions_6107072_3244.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 09:14:13 +0100", + "pubDate": "Wed, 22 Dec 2021 19:26:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253840,16 +279785,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "873a34b8a4b88e9b3653c207a831957e" + "hash": "dd116d92042c490fc1060a1c5389df51" }, { - "title": "Covid-19 : la vente d’autotests autorisée dans les grandes surfaces « à titre exceptionnel »", - "description": "Ces tests, jusqu’ici vendus uniquement en pharmacie, seront disponibles dans les grandes surfaces « jusqu’au 31 janvier », précise un arrêté paru au « Journal officiel », mardi. Une décision saluée par la grande distribution qui promet de les vendre à prix coûtant.", - "content": "Des personnes patientent afin d’effectuer un test de dépistage au SARS-CoV-2 à la veille des fêtes de fin d’année, le 23 décembre 2021, à Paris.", + "title": "Les leçons démographiques de la période de crise du Covid-19 en France", + "description": "L’Institut national d’études démographiques a publié, mercredi 22 décembre, une note de conjoncture qui balaie les principaux bouleversements liés à la crise sanitaire, principalement en 2020, de la natalité à l’espérance de vie.", + "content": "Un patient Covid-19 est transporté sous assistance respiratoire, à l’hôpital André-Grégoire de Montreuil (Seine-Saint-Denis), le 14 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/28/covid-19-la-vente-d-autotests-autorisee-en-dehors-des-pharmacies_6107490_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/22/les-lecons-demographiques-de-la-periode-de-crise-du-covid-19-en-france_6107071_3224.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 08:58:49 +0100", + "pubDate": "Wed, 22 Dec 2021 19:03:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253861,16 +279806,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9d7627b4f5559e9f281bc008fbcb622" + "hash": "1d3c12521313dc174bd0aeb25b3e4d4b" }, { - "title": "Télétravail : trois jours au minimum par semaine à compter du 3 janvier", - "description": "Pour une durée de trois semaines, salariés du privé et fonctionnaires qui le peuvent seront amenés à pratiquer un télétravail renforcé, en raison de la vague de Covid-19 liée au variant Omicron.", - "content": "Lors d’une vidéoconférence à domicile, le 14 mai 2020, à Vertou (Loire-Atlantique).", + "title": "Covid-19 : « Aucun pays ne pourra se sortir de la pandémie à coups de doses de rappel », juge l’OMS", + "description": "L’Organisation mondiale de la santé estime que « des programmes de rappel sans discernement ont toutes les chances de prolonger la pandémie […] en détournant les doses disponibles vers les pays qui ont déjà des taux de vaccination élevés ».", + "content": "Un soignant prépare une dose de vaccin contre le Covid-19 dans un centre de vaccination à Belfast, le 21 décembre.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/28/teletravail-trois-jours-minimum-par-semaine-a-compter-du-3-janvier_6107488_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/covid-19-aucun-pays-ne-pourra-se-sortir-de-la-pandemie-a-coups-de-doses-de-rappel-juge-l-oms_6107066_3244.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 08:09:00 +0100", + "pubDate": "Wed, 22 Dec 2021 18:43:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253882,16 +279827,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "29c62feb7730eea7f85a17b9a4e61190" + "hash": "e5a51bde6139936b3f411950db806e22" }, { - "title": "En Argentine, deux alpinistes français en difficulté secourus dans les Andes", - "description": "Retrouvés sains et saufs, les deux hommes ont été transférés à un camp de base intermédiaire.", - "content": "Le Nevado Ojos del Salado, volcan andin situé à la frontière de l’Argentine et du Chili, culmine à 6 891 mètres d’altitude.", + "title": "Huit cas de grippe aviaire détectés dans des élevages du Sud-Ouest", + "description": "Depuis la découverte d’un premier foyer dans le Nord, fin novembre, les éleveurs sont contraints de confiner leurs volailles de manière plus stricte.", + "content": "Des canards confinés à Bourriot-Bergonce (Landes), le 22 février 2017 .", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/28/en-argentine-deux-alpinistes-francais-en-difficulte-secourus-dans-les-andes_6107482_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/22/sept-cas-de-grippe-aviaire-detectes-dans-des-elevages-du-sud-ouest_6107062_3234.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 06:26:38 +0100", + "pubDate": "Wed, 22 Dec 2021 18:09:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253903,16 +279848,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5cd20179fbc34e7b7a80e343356fde72" + "hash": "5e6383d2fd3d5db708aa1208d2fd1236" }, { - "title": "Covid-19 : en tentant de freiner le virus « sans contraintes excessives », Emmanuel Macron joue les équilibristes", - "description": "A l’issue d’un conseil de défense sanitaire puis d’un conseil des ministres, lundi 27 décembre, le premier ministre Jean Castex a annoncé une série de mesures sanitaires mais s’est refusé à imposer un couvre-feu ou à repousser la rentrée scolaire.", - "content": "Emmanuel Macron dirige la réunion spéciale du cabinet des ministres en visioconférence, depuis le Fort de Bregancon, à Bormes-les-Mimosas, le 27 décembre 2021,", + "title": "Le Conseil de sécurité de l’ONU va accorder une aide humanitaire à l’Afghanistan des talibans", + "description": "« C’est un bon pas, nous l’apprécions, car cela peut aider la situation économique de l’Afghanistan », a réagi le porte-parole des talibans.", + "content": "Un combattant taliban regardant les drapeaux de l’Afghanistan des talibans, à Kaboul, le 25 août 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/28/covid-19-en-tentant-de-freiner-le-virus-sans-contraintes-excessives-emmanuel-macron-joue-les-equilibristes_6107477_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/22/le-conseil-de-securite-de-l-onu-va-accorder-une-aide-humanitaire-a-l-afghanistan-des-talibans_6107054_3210.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 05:26:56 +0100", + "pubDate": "Wed, 22 Dec 2021 17:25:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253924,16 +279869,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1444edf3e1cdaa147bd057056d099534" + "hash": "f3ee0c8b11f70ad92b7b57640d1c1ed9" }, { - "title": "La Commission européenne s’apprête à classer le nucléaire comme énergie verte", - "description": "Bruxelles devrait parallèlement accorder au gaz le label d’énergie de transition, à l’issue de négociations en faux-semblants avec Paris et Berlin.", - "content": "La centrale nucléaire de Chinon, sur le territoire de la commune d’Avoine (Indre-et-Loire), en juillet 2020.", + "title": "Covid-19 : « pas de lien direct » établi à ce stade entre la vaccination et des troubles menstruels, selon l’ANSM", + "description": "Depuis l’été, les signalements de saignements anormaux ou de retards de règles après une vaccination contre le Covid-19 affluent. Mais un nouveau point de situation de l’Agence de sécurité du médicament relève que « les données disponibles ne permettent pas de déterminer le lien direct entre le vaccin et la survenue [de perturbations menstruelles] ».", + "content": "Une jeune femme reçoit une dose de vaccin contre le Covid-19 dans un centre de vaccination du 10e arrondissement à Paris, le 2 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/28/la-commission-europeenne-s-apprete-a-classer-le-nucleaire-comme-energie-verte_6107466_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/covid-19-pas-de-lien-direct-entre-la-vaccination-et-des-troubles-menstruels_6107053_3244.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 04:58:45 +0100", + "pubDate": "Wed, 22 Dec 2021 17:08:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253945,16 +279890,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "152890cc682026c851f5ee2fc20633e0" + "hash": "85ec5f662bdbf5677d727a456d0b7635" }, { - "title": "A Los Angeles, la police critiquée après la mort d’une adolescente tuée lors d’une intervention dans un magasin", - "description": "La jeune fille de 14 ans se trouvait dans une cabine d’essayage lorsqu’elle a été touchée par la balle d’un policier intervenant pour une agression.", - "content": "Mémorial improvisé pour l’adolescente tuée par une balle perdue de la police dans un magasin de North Hollywood, en Californie, le 27 décembre 2021.", + "title": "Russia Today exclue de diffusion par satellite en Allemagne", + "description": "La chaîne de télévision, qui sert d’outil de propagande du Kremlin à l’étranger, avait commencé sa diffusion en allemand le 16 décembre depuis la Serbie, mais sans autorisation du régulateur berlinois.", + "content": "La chaîne de télévision, qui sert d’outil de propagande du Kremlin à l’étranger, avait commencé sa diffusion en allemand le 16 décembre depuis la Serbie, mais sans autorisation du régulateur berlinois.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/28/a-los-angeles-la-police-critiquee-apres-la-mort-d-une-adolescente-tuee-lors-d-une-intervention-dans-un-magasin_6107464_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/22/russia-today-exclue-de-diffusion-en-allemagne_6107047_3210.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 03:48:51 +0100", + "pubDate": "Wed, 22 Dec 2021 15:18:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253966,16 +279911,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e27f74ddc378c2c2eed531d8b2c7ec4" + "hash": "e4903caeb25b18a258959b0a905a4f0e" }, { - "title": "Au Brésil, le bilan des inondations passe à vingt morts, 63 000 personnes déplacées", - "description": "De fortes précipitations ont provoqué la rupture de barrages et le débordement de rivières dans l’Etat de Bahia durant le week-end.", - "content": "Une rue d’Itapetinga, dans l’Etat de Bahia, au Brésil, le 27 décembre 2021.", + "title": "Variant Omicron : les Etats-Unis rouvriront le 31 décembre leurs frontières aux voyageurs de huit pays africains", + "description": "Depuis l’apparition de ce variant, l’arrivée sur le sol américain est interdite aux personnes venant d’Afrique du Sud, du Botswana, du Zimbabwe, de Namibie, du Lesotho, d’Eswatini, du Mozambique et du Malawi.", + "content": "MIAMI, FLORIDA - DECEMBER 23: Travelers make their way through Miami International Airport on December 23, 2021 in Miami, Florida. AAA estimates that over 109 million Americans will be traveling 50 miles or more during the holiday season between Dec. 23 and Jan. 2, an increase of 27.7% from 2020. Joe Raedle/Getty Images/AFP (Photo by JOE RAEDLE / GETTY IMAGES NORTH AMERICA / Getty Images via AFP)", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/28/au-bresil-le-bilan-des-inondations-passe-a-20-morts-63-000-personnes-deplacees_6107463_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/24/variant-omicron-les-etats-unis-rouvriront-le-31-decembre-leurs-frontieres-aux-voyageurs-de-huit-pays-africains_6107240_3244.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 02:08:23 +0100", + "pubDate": "Fri, 24 Dec 2021 16:17:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -253987,16 +279932,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ccfec6ff0b0490d280b417c0ba8200a" + "hash": "5c85b7069ee30f1a3aeffed53b666178" }, { - "title": "Aux Etats-Unis, une deuxième capsule temporelle découverte sous une statue confédérée", - "description": "Une boîte en métal a été retrouvée à Richmond, en Virginie, sous le socle de la statue du général Robert Lee, déboulonnée en septembre. Elle pourrait contenir des reliques de la guerre de Sécession.", - "content": "Une boîte pouvant être une capsule temporelle de 1887 a été retrouvée sous la statue du général confédéré Robert E. Lee, à Richmond, en Virginie, aux Etats-Unis, le 27 décembre 2021.", + "title": "Un tribunal russe condamne Google à une amende de 87 millions d’euros", + "description": "La firme a été reconnue coupable de « récidive » pour ne pas avoir supprimé de ses plateformes des contenus jugés illégaux en Russie, liés, selon les autorités, à la drogue, la pédopornographie ou relevant de l’« appel au suicide ».", + "content": "Logo de la firme américaine Google, condamnée le 24 décembre 2021 à une amende de 87 millions d’euros par un tribunal russe.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/28/aux-etats-unis-une-deuxieme-capsule-temporelle-decouverte-sous-une-statue-confederee_6107459_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/24/un-tribunal-russe-condamne-google-a-une-amende-de-87-millions-d-euros_6107232_4408996.html", "creator": "", - "pubDate": "Tue, 28 Dec 2021 00:50:30 +0100", + "pubDate": "Fri, 24 Dec 2021 13:23:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254008,16 +279953,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4d8b0ce6b25ef13aa1c8282c71ecfab" + "hash": "fa8772014c61e6d93c9464672ed784e7" }, { - "title": "En Russie, l’historien du goulag Iouri Dmitriev condamné à quinze ans de prison", - "description": "Le procès portait sur des violences sexuelles à l’encontre de sa fille adoptive. Ses partisans dénoncent une mesure de représailles.", - "content": "L’historien russe Iouri Dmitriev à la sortie d’une audition par la cour, en Russie, en juillet 2020.", + "title": "Crash du vol MH17 : les procureurs néerlandais requièrent la perpétuité contre les quatre suspects", + "description": "Le Boeing de la compagnie Malaysia Airlines a été abattu en 2014 dans l’espace aérien ukrainien. Les 298 personnes à son bord sont mortes.", + "content": "Des débris de l’avion abattu au-dessus de l’est de l’Ukraine par un missile Buk de fabrication russe.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/27/en-russie-l-historien-du-goulag-iouri-dmitriev-condamne-a-quinze-ans-de-prison_6107414_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/22/crash-du-vol-mh17-les-procureurs-neerlandais-requierent-la-perpetuite-contre-les-quatre-suspects_6107046_3210.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 13:12:24 +0100", + "pubDate": "Wed, 22 Dec 2021 15:15:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254029,16 +279974,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "63018bb2abb56a56f1b8ae42ec3e0115" + "hash": "719440bca8f95f528f35bb5657ac19ac" }, { - "title": "En Iran, un Français en grève de la faim pour protester contre ses conditions de détention", - "description": "Benjamin Brière, âgé de 36 ans, est détenu dans le pays depuis le mois de mai 2020. Il est accusé d’espionnage après avoir pris « des photographies de zones interdites » à l’aide d’un drone, a expliqué son avocat.", - "content": "Une photo non datée de Benjamin Brière, Français détenu en Iran depuis mai 2020.", + "title": "Face à Omicron, Emmanuel Macron s’accroche à sa stratégie vaccinale", + "description": "Le chef de l’Etat mise sur la troisième dose et la vaccination des enfants contre le Covid-19 pour ne pas avoir à imposer d’autres mesures restrictives, du moins dans l’immédiat. Un conseil des ministres extraordinaire doit se réunir à l’Elysée lundi 27 décembre.", + "content": "Emmanuel Macron, au Palais de l’Elysée, jeudi 9 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/27/en-iran-un-francais-en-greve-de-la-faim-pour-protester-contre-ses-conditions-de-detention_6107408_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/23/face-a-omicron-emmanuel-macron-s-accroche-a-sa-strategie-vaccinale_6107155_823448.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 12:33:37 +0100", + "pubDate": "Thu, 23 Dec 2021 18:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254050,16 +279995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "775250595cfc031dce219df8376141c2" + "hash": "7ddccbb1c53ac875b70dcba1cfd35688" }, { - "title": "Marée noire à Maurice : le capitaine du bateau et son second condamnés à vingt mois de prison", - "description": "Le bateau « Wakashio » s’était échoué à l’été 2020 sur un récif corallien au sud-est de l’île Maurice, relâchant plus de 1 000 tonnes de fioul et provoquant la plus grave marée noire que l’archipel ait jamais connue.", - "content": "Vue aérienne, le 15 août 2020, du navire échoué trois semaines auparavant dans les eaux mauriciennes, et de la nappe d’hydrocarbures relâchée.", + "title": "Covid-19 : la Catalogne instaure un couvre-feu, les restrictions se multiplient en Europe", + "description": "Il sera désormais interdit de circuler entre 1 heure et 6 heures du matin dans les villes catalanes de plus de 10 000 habitants où le taux d’incidence dépasse 250 cas pour 100 000 habitants sur sept jours, soit l’intégralité de ces grandes villes actuellement.", + "content": "Une femme à vélo lors d’un précédent couvre-feu, à Barcelone, le 26 octobre 2020.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/27/maree-noire-a-maurice-le-capitaine-du-bateau-et-son-second-condamnes-a-vingt-mois-de-prison_6107407_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/23/covid-19-la-catalogne-instaure-un-couvre-feu-les-restrictions-se-multiplient-en-europe_6107146_3244.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 12:04:42 +0100", + "pubDate": "Thu, 23 Dec 2021 15:54:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254071,16 +280016,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8ffdf825378a85bef0771c7dd3f32e0" + "hash": "65b5e2fbc0f13b819841fdd2ff3c9d7a" }, { - "title": "Jean-Marc Vallée, le réalisateur de la série « Big Little Lies » et de « Dallas Buyers Club » est mort", - "description": "Le cinéaste canadien était très apprécié du cinéma pour son approche naturaliste, « transformant des histoires vraies en fictions à succès », décrit « The New York Times ».", - "content": "Le réalisateur canadien Jean-Marc Vallée lors d’une avant-première en juin 2018, à Los Angeles.", + "title": "Variant Omicron : l’« absentéisme » pourrait « désorganiser » la France, alerte le Conseil scientifique", + "description": "L’extrême contagiosité du variant Omicron pourrait entraîner une « désorganisation » de nombreux secteurs en janvier (supermarchés, transports, hôpitaux, écoles…) à cause d’une multiplication des arrêts de travail et de l’« absentéisme », met en garde cette instance qui conseille le gouvernement.", + "content": "De nombreux patients attendent pour effectuer un test de dépistage du SARS-CoV-2, le 23 décembre 2021 à Paris.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/27/jean-marc-vallee-le-realisateur-de-dallas-buyers-club-et-de-la-serie-big-little-lies-est-mort_6107403_3246.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/23/omicron-l-absenteisme-pourrait-desorganiser-la-france-alerte-le-conseil-scientifique_6107138_3244.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 10:42:43 +0100", + "pubDate": "Thu, 23 Dec 2021 14:11:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254092,16 +280037,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "215c21191981eb383f19c01f55ef3a38" + "hash": "2cb782d80b7641491fa050356c0ac6ea" }, { - "title": "« C’est un moment historique » : au CHU de Lille, premières consultations avec les nouvelles candidates de la PMA", - "description": "Face à la hausse de la demande depuis l’ouverture de la PMA à toutes les femmes, début août, l’hôpital de Lille a décidé de proposer des créneaux supplémentaires. L’équipe soignante accueille des femmes seules ou en couple aux parcours parfois compliqués.", - "content": "Le CHU de Lille accueille désormais à l’hôpital Jeanne-de-Flandre des femmes seules ou en couple, désirant une PMA, le 8 décembre 2021.", + "title": "Au Japon, McDonald’s réduit ses portions de frites pour éviter la pénurie", + "description": "L’entreprise précise avoir pris cette mesure pour permettre à tous les consommateurs de pouvoir commander des frites, malgré les difficultés d’approvisionnement en pommes de terre liées à la pandémie et aux inondations au Canada.", + "content": "McDonald's à Tokyo", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/27/c-est-un-moment-historique-au-chu-de-lille-premieres-consultations-avec-les-nouvelles-candidates-de-la-pma_6107381_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/22/au-japon-mcdonald-s-reduit-ses-portions-de-frites-pour-eviter-la-penurie_6107039_3210.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 03:01:00 +0100", + "pubDate": "Wed, 22 Dec 2021 13:56:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254113,16 +280058,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fe00149e9005bcbdf29c1dce9292ff9" + "hash": "8f22c57bf05f08dca3c5b0310b4cd6ad" }, { - "title": "Art : 2021, une année record pour les maisons de vente", - "description": "Sotheby’s et Christie’s ont multiplié les vacations. Derrière ces deux poids lourds, l’ensemble des acteurs affiche une croissance à deux chiffres.", - "content": "Le commissaire-priseur Pierre Mothes supervise la 161e vente des Hospices de Beaune (Côte-d’Or), le 21 novembre 2021.", + "title": "Benjamin Mendy inculpé d’un septième viol", + "description": "Lors de sa comparution devant un tribunal anglais, le défenseur français de Manchester City a été accusé d’un nouveau viol. Son procès prévu le 24 janvier a par ailleurs été repoussé.", + "content": "Le défenseur français de Manchester City, Benjamin Mendy a été inculpé d’un septième viol", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/27/art-2021-une-annee-record-pour-les-maisons-de-vente_6107397_3234.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/22/benjamin-mendy-inculpe-d-un-septieme-viol_6107037_3242.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 08:59:24 +0100", + "pubDate": "Wed, 22 Dec 2021 13:11:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254134,16 +280079,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8b63546f4693510bf0ead9f42de01d6" + "hash": "51c2cef9d1c8bcd74a1ded6cdbf4639c" }, { - "title": "En Somalie, le président suspend son premier ministre qu’il accuse de corruption", - "description": "Le premier ministre avait lui-même accusé le chef de l’Etat de saboter le processus électoral après que ce dernier lui a retiré la mission d’organiser des élections. Le mandat du président Mohamed Abdullahi Mohamed a expiré en février.", - "content": "Le président somalien Mohamed Abdullahi Mohamed lors de l’investiture de Cyril Ramaphosa, président de l’Afrique du Sud, en mai 2019, à Pretoria.", + "title": "Des microplastiques venus des océans détectés dans l’air au-dessus des Pyrénées", + "description": "Transportés par des masses d’air, les polluants prélevés à l’observatoire du pic du Midi proviennent notamment du nord-ouest du continent africain, en passant au-dessus de la Méditerranée, d’Amérique du Nord ou de l’océan Atlantique.", + "content": "La région du mont Everest", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/27/en-somalie-le-president-suspend-son-premier-ministre-qu-il-accuse-de-corruption_6107396_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/des-microplastiques-venus-des-oceans-detectes-dans-l-air-au-dessus-des-pyrenees_6107036_3244.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 07:47:33 +0100", + "pubDate": "Wed, 22 Dec 2021 13:01:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254155,16 +280100,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a30c8fce86e69b12067a876950108d09" + "hash": "ac685c86c3718ff8f6aa253a9d733363" }, { - "title": "Covid-19 : face au variant Omicron, une semaine décisive pour le gouvernement", - "description": "Le projet de loi visant à transformer le « passe sanitaire » en « passe vaccinal » est examiné en conseil des ministres lundi, après un conseil de défense sanitaire. L’exécutif envisage aussi d’alléger les contraintes d’isolement des cas contacts.", - "content": "Le président Emmanuel Macron, à l’Elysée, le 20 décembre.", + "title": "Au Sénégal, des députés veulent durcir les sanctions contre l’homosexualité", + "description": "La proposition de loi vise à « lutter contre toute perversion dans l’espace public » en instaurant notamment des peines allant de cinq à dix ans de prison ferme.", + "content": "Lors d’une manifestation demandant la criminalisation de l’homosexualité, à Dakar, le 23 mai 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/27/covid-19-face-au-variant-omicron-une-semaine-decisive-pour-le-gouvernement_6107383_823448.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/22/au-senegal-des-deputes-veulent-durcir-les-sanctions-contre-l-homosexualite_6107035_3212.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 05:24:21 +0100", + "pubDate": "Wed, 22 Dec 2021 13:00:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254176,16 +280121,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7bc747fb28574a749f1e23adf6c8e5f8" + "hash": "9b14d6084accc47b75548b5e739af4a3" }, { - "title": "Des pluies torrentielles font dix-huit morts au Brésil, treize morts en Bolivie", - "description": "Environ 35 000 personnes ont été chassées de leur domicile par le phénomène climatique dans l’Etat de Bahia. En Bolivie, les autorités font état d’un millier de familles sinistrées.", - "content": "Une vue aérienne montre les inondations causées par le débordement de la rivière Cachoeira à Itabuna, dans l’Etat de Bahia, au Brésil, le 26 décembre 2021.", + "title": "Covid-19 : Xi’an, une ville de 13 millions d’habitants en Chine, se confine après une centaine de cas", + "description": "Le pays a fait état mercredi de 52 nouveaux malades dans cette ville du nord, portant à 143 le nombre de patients recensés depuis le 9 décembre. Les habitants doivent désormais « rester chez eux sauf raison impérative ».", + "content": "Le pays a fait état mercredi de 52 nouveaux malades à Xi’an, portant à 143 le nombre de patients recensés dans cette ville depuis le 9 décembre.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/27/au-bresil-18-morts-et-58-communes-inondees-sous-des-pluies-torrentielles_6107379_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/covid-dans-le-monde-la-chine-confine-une-ville-de-13-millions-d-habitants_6107034_3244.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 01:57:13 +0100", + "pubDate": "Wed, 22 Dec 2021 12:53:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254197,16 +280142,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6abe1f11904ed71904f9f3cb6f09e2e3" + "hash": "db0e8787115433a1740b333bdbb72c81" }, { - "title": "Climat : en 2021, des catastrophes toujours plus coûteuses, selon une ONG", - "description": "Au total, les dix catastrophes les plus coûteuses de l’année 2021 ont causé plus de 170 milliards de dollars de dommages, ont fait au moins 1 075 morts et déplacé plus de 1,3 million de personnes, d’après Christian Aid.", - "content": "Un automobiliste conduit une voiture sur une voie rapide inondée de Brooklyn, à New York, après le passage de la tempête Ida aux Etats-Unis, le 2 septembre 2021.", + "title": "Primauté du droit européen : Bruxelles estime que la Pologne « a violé les principes généraux du droit de l’UE » et lance une procédure d’infraction", + "description": "Un arrêt émis par le Tribunal constitutionnel polonais en octobre remet en cause la primauté du droit communautaire, un principe-clé de l’appartenance à l’Union européenne.", + "content": "Un arrêt émis par le Tribunal constitutionnel polonais en octobre remet en cause la primauté du droit communautaire, un principe-clé de l’appartenance à l’Union européenne.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/27/climat-en-2021-des-catastrophes-toujours-plus-couteuses-selon-une-ong_6107377_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/22/primaute-du-droit-europeen-bruxelles-lance-une-procedure-d-infraction-contre-la-pologne_6107032_3210.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 01:38:40 +0100", + "pubDate": "Wed, 22 Dec 2021 12:43:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254218,16 +280163,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7cbc6cb71e25ed16c88d7ad36678cb1" + "hash": "d781145ed40d8056aec7a9169506d8b6" }, { - "title": "L’évadé de l’hôpital de Pontoise interpellé en Allemagne", - "description": "Le fugitif et sa compagne, qui avait tiré mardi sur l’un des agents pénitentiaires qui escortaient l’homme, ont été retrouvés dimanche à l’ouest de Düsseldorf.", - "content": "L’hôpital de Pontoise (Val-d'Oise), le 23 octobre 2020.", + "title": "Mercredi 22 décembre, le parquet de Paris a annoncé l’ouverture d’une enquête par le Pôle national de lutte contre la haine en ligne (PNLH), pour « menaces de mort et provocation à la haine raciale ».", + "description": "Le député et l’élue locale, membres de La France insoumise, ont interpellé mardi le ministre de l’intérieur à propos d’une vidéo où des militants pro-Zemmour s’entraînent au tir en citant leurs noms et celui d’Emmanuel Macron.", + "content": "Alexis Corbière, député La France insoumis, à Montreuil (Seine-Saint-Denis), le 13 juin 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/27/fin-de-cavale-pour-l-evade-de-l-hopital-de-pontoise_6107374_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/22/alexis-corbiere-et-raquel-garrido-deposent-plainte-pour-menace-de-mort_6106993_3224.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 01:02:53 +0100", + "pubDate": "Wed, 22 Dec 2021 09:01:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254239,16 +280184,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "65196b89cbd27a159505787f69d39b10" + "hash": "ead79067af8a6589bd188072dd7a2e14" }, { - "title": "Un Franco-Syrien incarcéré en France pour du matériel fourni à l’armée syrienne", - "description": "L’homme, vivant à l’étranger, a été arrêté dans le sud de la France. Parmi les matériels fournis figurent des éléments ayant pu servir à la fabrication d’armes chimiques.", - "content": "Un soldat de l’armée syrienne sur une route dans la campagne d’Alep, dans le nord du pays, le 17 février 2020.", + "title": "Le bilan écologique contrasté du quinquennat Macron", + "description": "Pour le think tank Terra Nova, si Emmanuel Macron est le président qui a fait le plus pour l’environnement, il manque un changement systémique et un portage politique.", + "content": "Des manifestants hostiles à la construction d’un aéroport à Notre-Dame-des-Landes (Loire-Atlantique), le 12 octobre 2018, à Nantes.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/27/un-franco-syrien-incarcere-en-france-pour-du-materiel-fourni-a-l-armee-syrienne_6107370_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/le-bilan-ecologique-contraste-du-quinquennat-macron_6107023_3244.html", "creator": "", - "pubDate": "Mon, 27 Dec 2021 00:21:19 +0100", + "pubDate": "Wed, 22 Dec 2021 11:30:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254260,16 +280205,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9140d3ad31c035027d25329084c96bd4" + "hash": "768d8af408d23c867ed9f0250327365d" }, { - "title": "Covid-19 dans le monde : hausse des hospitalisations d’enfants à New York, le Pérou va acheter 55 millions de doses de vaccin", - "description": "Les admissions pédiatriques associées à la maladie ont quadruplé dans la ville américaine entre la semaine du 5 décembre et celle du 19 décembre.", - "content": "Une femme réalise un test Covid-19 sur son fils, à New York, le 16 décembre 2021.", + "title": "Michelle Bachelet : « Au Sahel, le manque de transparence nourrit les spéculations, les peurs et les tensions »", + "description": "De retour du Burkina Faso et du Niger, la représentante de l’ONU dresse un bilan de sa tournée dans la région.", + "content": "Michelle Bachelet, Haut-commissaire des Nations unies pour les droits humains, à Genève le 13 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/26/covid-19-new-york-constate-une-hausse-des-hospitalisations-d-enfants_6107367_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/22/michelle-bachelet-au-sahel-le-manque-de-transparence-nourrit-les-speculations-les-peurs-et-les-tensions_6107022_3212.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 23:50:47 +0100", + "pubDate": "Wed, 22 Dec 2021 11:24:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254281,16 +280226,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6be407c4bccd3b9dedb97fc00335646" + "hash": "9fce7b7a26948e130a9bb2c4b532c712" }, { - "title": "Top 14 : Castres, seul naufragé du Boxing Day, s’impose à Perpignan", - "description": "Le club tarnais se hisse provisoirement à la quatrième place en attendant que puissent se disputer les autres matchs d’une journée déjà largement tronquée par la recrudescence de la pandémie, avec quatre reports.", - "content": "L’ouvreur argentin de Castres, Benjamin Urdapilleta, attrape le ballon lors du match de rugby à XV français Top14 entre Perpignan et Castres, au stade Aimé-Giral, le 26 décembre 2021.", + "title": "Variant Omicron : plus de « 100 000 contaminations par jour d’ici à la fin du mois » en France, selon Olivier Véran", + "description": "Le ministre de la santé, Olivier Véran, s’est appuyé mercredi sur des modélisations, se basant sur la contagiosité du variant, pour avancer ce chiffre.", + "content": "Olivier Véran le 1er octobre 2021, à Paris.", "category": "", - "link": "https://www.lemonde.fr/rugby/article/2021/12/26/top-14-castres-seul-naufrage-du-boxing-day-s-impose-a-perpignan_6107364_1616937.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/omicron-plus-de-100-000-contaminations-par-jour-pourraient-etre-atteintes-d-ici-a-la-fin-de-l-annee_6107021_3244.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 21:55:22 +0100", + "pubDate": "Wed, 22 Dec 2021 11:22:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254302,16 +280247,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91e455197731914cf7f379a2044ffc76" + "hash": "91760f3b9454c3b03ef5c5cd58fad046" }, { - "title": "Israël prévoit de doubler le nombre de colons dans le Golan occupé", - "description": "Selon le plan approuvé par le gouvernement, 7 300 unités de logement seront construites dans les cinq ans à venir dans les colonies existantes, ainsi que deux nouvelles colonies, Assif et Matar, accueillant 6 000 maisons.", - "content": "Le premier ministre israélien, Naftali Bennett, lors de la réunion hebdomadaire sur le plateau du Golan occupé par Israël, le 26 décembre 2021.", + "title": "En Libye, l’élection présidentielle « impossible » à tenir vendredi, selon une commission parlementaire", + "description": "Le scrutin prévu le 24 décembre devait marquer l’aboutissement d’un processus politique parrainé par l’ONU pour clore une décennie de chaos.", + "content": "Des candidats à l’élection présidentielle en Libye, Ahmed Maiteeq (à gauche) et Fathi Bashagha (au centre), arrivent à Benghazi pour y rencontrer le maréchal Khalifa Haftar, l’homme fort de l’est, lui aussi candidat.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/26/israel-prevoit-de-doubler-le-nombre-de-colons-dans-le-golan-occupe_6107363_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/22/en-libye-l-election-presidentielle-impossible-a-tenir-vendredi-selon-une-commission-parlementaire_6107017_3212.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 21:25:33 +0100", + "pubDate": "Wed, 22 Dec 2021 11:11:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254323,16 +280268,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a58e2674c965689c4fe652c31bb455e0" + "hash": "e45d3a3ef4ef739cb1ecbaa096fc5bc7" }, { - "title": "Covid-19 : plus de 500 nouvelles hospitalisations en vingt-quatre heures en France", - "description": "Selon les chiffres publiés dimanche soir par Santé publique France, 27 697 nouveaux cas de Covid-19 ont été enregistrés en vingt-quatre heures.", - "content": "Dans l’unité de soins continus Covid de l’hôpital la Timone à Marseille, le 24 décembre 2021.", + "title": "Au Japon, le rejet du droit de vote des étrangers illustre la défiance envers les immigrés", + "description": "Sous pression des milieux nationalistes, la ville de Musashino a rejeté un projet de la maire visant à permettre aux étrangers de s’exprimer lors des référendums locaux.", + "content": "La maire de Musashino (Japon), Reiko Matsushita, lors du vote de sa proposition d’accorder le droit de vote aux étrangers de la ville pour les référendums locaux, le 21 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/26/covid-19-plus-de-500-nouvelles-hospitalisations-en-vingt-quatre-heures-en-france_6107362_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/22/le-rejet-du-droit-de-vote-des-etrangers-illustration-de-la-defiance-des-japonais-envers-les-immigres_6107015_3210.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 20:55:24 +0100", + "pubDate": "Wed, 22 Dec 2021 11:01:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254344,16 +280289,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc3ee4d807970def9a4917500ab1ffde" + "hash": "13722bf5d5c23ca7e3ecca1ab7036967" }, { - "title": "L’ONU appelle les autorités à lancer « une enquête sérieuse et transparente » sur l’attaque contre des civils en Birmanie", - "description": "Le secrétaire général adjoint de l’ONU a qualifié de « crédibles » les informations sur la découverte de « 35 corps » dans des véhicules calcinés dans l’Etat de Kayah.", - "content": "Des véhicules incendiés dans le canton de Hpruso, en Birmanie, le 24 décembre 2021 (photo fournie par la Force de défense des nationalités karenni).", + "title": "« Rien n’est exclu » : mis sous pression par le variant Omicron, le gouvernement n’écarte plus de nouvelles restrictions", + "description": "A trois jours du réveillon de Noël, le dernier variant du SARS-CoV-2 fait vaciller l’agenda du gouvernement. Cette nouvelle souche du coronavirus fait à nouveau planer la menace si ce n’est d’un confinement, du moins de mesures contraignantes, comme les jauges dans les commerces, un couvre-feu ou les fermetures de bars et restaurants pour la Saint-Sylvestre ou le début 2022.", + "content": "A Ajaccio, le 7 décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/26/l-onu-appelle-les-autorites-a-lancer-une-enquete-serieuse-et-transparente-sur-l-attaque-contre-des-civils-en-birmanie_6107361_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/22/covid-19-l-executif-mis-sous-pression-par-le-variant-omicron_6106964_823448.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 20:39:42 +0100", + "pubDate": "Wed, 22 Dec 2021 05:16:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254365,16 +280310,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf88f3b2d33c99b53d172c8fadc53f18" + "hash": "617cf741c032934c8f698f18525de434" }, { - "title": "Elections professionnelles : des cadres assimilés à l’employeur obtiennent le droit de vote", - "description": "Le gouvernement va devoir réécrire le code du travail, à la suite d’une décision du Conseil constitutionnel qui abroge les règles définissant la qualité d’électeur pour les instances de représentation du personnel.", - "content": "Carte électorale pour élections aux conseils de prud'hommes et code du travail", + "title": "Après le Sahara occidental, le Covid-19 déclenche une nouvelle brouille entre Rabat et Madrid", + "description": "Le Maroc a justifié sa décision de rapatrier ses ressortissants via le Portugal en pointant « l’absence de respect des protocoles sanitaires » en Espagne.", + "content": "Le ministre espagnol des affaires étrangères, José Manuel Albares, à Riga, en Lettonie, le 1er décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/26/elections-professionnelles-des-cadres-assimiles-a-l-employeur-obtiennent-le-droit-de-vote_6107360_823448.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/22/apres-le-sahara-occidental-le-covid-19-declenche-une-nouvelle-brouille-entre-rabat-et-madrid_6106999_3212.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 20:25:39 +0100", + "pubDate": "Wed, 22 Dec 2021 09:52:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254386,16 +280331,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3899a85297ca085462f887c35968b93" + "hash": "a29cc4d354435d94a2c9d98bb1170756" }, { - "title": "Enquête | Les failles de la protection des données des Français par les pouvoirs publics", - "description": "Les administrations sont désormais une cible privilégiée des pirates informatiques, qui essayent de s’emparer des données des citoyens. Si plusieurs agences veillent au grain, des militants dénoncent le manque de « volonté politique » du gouvernement.", - "content": "Tiroir d’interconnexion au data center Interxion, à Marseille, le 8 juillet 2020.", + "title": "Covid-19 : Elisabeth Borne appelle les entreprises à élargir le recours au télétravail dès la rentrée de janvier", + "description": "La ministre du travail a demandé mercredi aux entreprises de « se préparer dès maintenant à renforcer le télétravail à la rentrée », trois ou quatre jours par semaine.", + "content": "La ministre du travail, Elisabeth Borne, le 8 décembre 2021, au palais de l’Elysée, à Paris.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/26/les-failles-de-la-protection-des-donnees-des-francais-par-les-pouvoirs-publics_6107313_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/covid-19-elisabeth-borne-appelle-les-entreprises-a-elargir-le-recours-au-teletravail-des-la-rentree-de-janvier_6106998_3244.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 02:06:44 +0100", + "pubDate": "Wed, 22 Dec 2021 09:32:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254407,16 +280352,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d60f1e68a0a10a76e8dcbfe0f21c18de" + "hash": "4f92ad75ae33d901175365b221592b9c" }, { - "title": "Plus 100 000 cas de Covid-19 en 24 heures en France, mort de Desmond Tutu, télescope James-Webb… Les cinq infos à retenir du week-end", - "description": "Si vous n’avez pas suivi l’actualité des 25 et 26 décembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", - "content": "Au service de soins intensifs Covid-19 de l’hôpital de la Timone, à Marseille, le 23 décembre 2021.", + "title": "« Laurent Wauquiez a une lecture erronée de la situation à Sciences Po Grenoble »", + "description": "La directrice de l’IEP, Sabine Saurugger, répond à la polémique qui monte depuis plusieurs mois sur son établissement, dont les financements ont été suspendus par la région Auvergne-Rhône-Alpes.", + "content": "Des étudiants manifestent contre l’islamophobie, devant le campus de Sciences Po Grenoble, à Saint-Martin-d’Hères (Isère), le 9 mars 2021.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/26/plus-100-000-cas-de-covid-19-par-jour-en-france-mort-de-desmond-tutu-telescope-james-webb-les-cinq-infos-a-retenir-du-week-end_6107356_4355770.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/22/laurent-wauquiez-a-une-lecture-erronee-de-la-situation-a-sciences-po-grenoble_6106997_3224.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 18:00:04 +0100", + "pubDate": "Wed, 22 Dec 2021 09:18:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254428,16 +280373,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a4dd4db68cf7bee98a73ce25f0ec4a9" + "hash": "1fba3bc0db48e7ec68b6d4bab93743fc" }, { - "title": "Covid-19 : en Belgique, le monde culturel mobilisé contre la fermeture des salles de spectacle", - "description": "La décision de fermeture des salles à compter de dimanche a été présentée mercredi comme une mesure de précaution face au très contagieux variant Omicron.", - "content": "Lors de la manifestation contre les restrictions imposées par le gouvernement belge pour contenir la propagation du Covid-19 à Bruxelles, le 26 décembre 2021.", + "title": "Cameroun : la Coupe d’Afrique des nations aura bien lieu", + "description": "En visite dans le pays, Patrice Motsepe, le président de la Confédération africaine de football, a confirmé le maintien de la compétition malgré « l’énorme défi » du Covid-19.", + "content": "Le nouveau président de la Fédération camerounaise de football (Fécafoot), Samuel Eto’o, à Yaoundé, le 11 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/26/covid-19-en-belgique-le-monde-culturel-mobilise-contre-la-fermeture-des-salles-de-spectacle_6107355_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/22/cameroun-la-coupe-d-afrique-des-nations-aura-bien-lieu_6106996_3212.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 17:23:47 +0100", + "pubDate": "Wed, 22 Dec 2021 09:14:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254449,16 +280394,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecfa565bf5aa9f9cd0bb4d26af844f10" + "hash": "becf71e25c17cf12d260d50940f669cc" }, { - "title": "Que sait-on vraiment des surrisques de contamination dans les clubs et boîtes de nuit ?", - "description": "Depuis le début de la pandémie, les espaces festifs ont connu seize mois de fermeture. Mais sur quoi s’appuient ces décisions ? « Le Monde » a eu accès aux premiers enseignements d’une nouvelle étude très attendue.", - "content": "Extrait de la série « Bientôt nous danserons », Granon édition.", + "title": "La vaccination contre le Covid-19 ouverte à tous les enfants de 5 à 11 ans", + "description": "Les prises de rendez-vous seront possibles  « dans les heures qui viennent », selon le ministre de la santé, Olivier Véran. La vaccination des enfants de cette tranche d’âge est assurée avec le vaccin de Pfizer et BionTech.", + "content": "Vaccination à Sélestat, dans le Bas-Rhin, mardi 21 décembre.", "category": "", - "link": "https://www.lemonde.fr/musiques/article/2021/12/26/que-sait-on-vraiment-des-surrisques-de-contamination-dans-les-clubs-et-boites-de-nuit_6107354_1654986.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/la-vaccination-contre-le-covid-19-ouverte-a-tous-les-enfants-de-5-a-11-ans_6106994_3244.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 17:00:14 +0100", + "pubDate": "Wed, 22 Dec 2021 09:07:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254470,16 +280415,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8821adee03ba167972cfc2ff314f4490" + "hash": "84cf89fc71559a664a17ac181ae94d7b" }, { - "title": "Le Burkina Faso décrète un deuil national de deux jours après une attaque meurtrière", - "description": "Une embuscade dans le nord du pays a visé, jeudi, un convoi de commerçants escorté par des Volontaires de défenses pour la patrie – un groupe qui épaule l’armée burkinabée. L’attaque a tué 41 civils et supplétifs de l’armée.", - "content": "Des manifestants réclament la démission du gouvernement de Roch Marc Christian Kaboré, accusé d’être incapable d’enrayer les violences djihadistes au Burkina Faso, le 27 novembre 2021.", + "title": "Le piton de la Fournaise à nouveau en éruption sur l’île de La Réunion", + "description": "Pour la deuxième fois de l’année, le volcan, un des plus actifs au monde, a donné de premiers signes de réveil dans la nuit de mardi à mercredi.", + "content": "Les éruptions du volcan de La Réunion sont qualifiées d’effusives ou de type hawaïen.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/26/le-burkina-faso-decrete-un-deuil-national-de-deux-jours-apres-une-attaque-meurtriere_6107350_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/le-piton-de-la-fournaise-est-a-nouveau-entre-en-eruption_6106983_3244.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 15:32:05 +0100", + "pubDate": "Wed, 22 Dec 2021 07:27:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254491,16 +280436,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d006e6b02844b87ec46dbb67d8fb40c5" + "hash": "b760885973286ffbec41ce1158331b9e" }, { - "title": "Mort de Desmond Tutu : pluie d’hommage au « géant qui s’est dressé contre l’apartheid »", - "description": "Les réactions se multiplient en hommage à l’archevêque anglican sud-africain, icône de la lutte contre l’apartheid et prix Nobel de la paix, après l’annonce de sa mort, dimanche, à 90 ans.", - "content": "Desmond Tutu lors d’un rassemblement de jeunes leaders, en février 2010, à Londres.", + "title": "Un mort et au moins 70 personnes disparues après un glissement de terrain en Birmanie", + "description": "Environ 200 secouristes participent aux recherches de survivants après un glissement de terrain dans une mine de jade de Hpakant, au nord du pays.", + "content": "Des sauveteurs se préparent à rechercher des mineurs disparus à la suite d’un glissement de terrain dans une mine de jade à Hpakant, dans l’Etat de Kachin, le 22 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/26/mort-de-desmond-tutu-pluie-d-hommage-au-geant-qui-s-est-dresse-contre-l-apartheid_6107349_3382.html", + "link": "https://www.lemonde.fr/international/article/2021/12/22/un-mort-et-au-moins-70-personnes-disparues-apres-un-glissement-de-terrain-en-birmanie_6106977_3210.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 15:30:22 +0100", + "pubDate": "Wed, 22 Dec 2021 06:51:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254512,16 +280457,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "103f6eaf2056553e0121f73b60063fbf" + "hash": "f1f8d54075d29fe22b04330c973b9d31" }, { - "title": "En Inde, deuxième pays le plus peuplé, la fécondité tombe sous le seuil de remplacement", - "description": "Le boom démographique indien est terminé. Le deuxième pays le plus peuplé de la planète, avec 1,38 milliard d’habitants, présente désormais un indice synthétique de fécondité – qui correspond au nombre moyen d’enfants qu’une femme pourrait avoir au cours de sa vie – de 2, au-dessous du seuil de remplacement, fixé à 2,1.", - "content": "Des femmes qui ont subi une opération de stérilisation, dans l’Etat indien de Chhattisgarh, le 14 novembre 2014.", + "title": "Forte chute de l’espérance de vie aux Etats-Unis, en grande partie à cause du Covid-19", + "description": "L’espérance de vie des Américains s’est réduite de près de deux ans en 2020 par rapport à 2019, pour s’établir à 77 ans. Le Covid-19 a été la troisième cause de décès dans le pays, derrière les maladies cardiovasculaires et le cancer.", + "content": "L’espérance de vie des Américains s’est réduite de près de deux ans en 2020 par rapport à 2019, pour s’établir à 77 ans. Le Covid-19 a été la troisième cause de décès dans le pays, derrière les maladies cardiovasculaires et le cancer.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/23/la-fecondite-en-inde-tombe-sous-le-seuil-de-remplacement_6107086_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/22/forte-chute-de-l-esperance-de-vie-aux-etats-unis-en-grande-partie-a-cause-du-covid-19_6106976_3210.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 02:50:27 +0100", + "pubDate": "Wed, 22 Dec 2021 06:33:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254533,16 +280478,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca06a2fae063e74b6667343927931e15" + "hash": "2834ba3f5a384b4b6993fd9d6f36e590" }, { - "title": "Covid-19 : le match de Top 14 Stade toulousain – Stade français, quatrième rencontre de la 13e journée reportée", - "description": "Les effectifs des équipes françaises de rugby sont largement touchés par le Covid-19, provoquant des annulations de rencontres en cascade. La date de report du match entre Toulouse et le Stade français n’est pas encore connue.", - "content": "Des joueurs du Stade français jouent contre ceux du Stade toulousain pour le Top 14, en janvier 2016, à Paris.", + "title": "« Juges, procureurs, suspects, familles, journalistes… Tout le monde a peur » : aux Pays-Bas et en Belgique, la percée sanglante des mafieux", + "description": "De puissants groupes de trafiquants de drogue, ayant pour certains des attaches au sein de la communauté marocaine, ont émergé ces dernières années au Benelux dans un contexte d’extrême violence.", + "content": "De puissants groupes de trafiquants de drogue, ayant pour certains des attaches au sein de la communauté marocaine, ont émergé ces dernières années au Benelux dans un contexte d’extrême violence.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/26/top-14-le-match-stade-toulousain-stade-francais-quatrieme-rencontre-de-la-13e-journee-reportee_6107345_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/22/aux-pays-bas-et-en-belgique-la-percee-sanglante-des-mafieux_6106967_3210.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 13:29:52 +0100", + "pubDate": "Wed, 22 Dec 2021 05:57:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254554,16 +280499,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1024d1e1847d8c671819cda021372532" + "hash": "e192b834976911b6e9492c07b26abc09" }, { - "title": "Thomas Pesquet devient la deuxième personnalité masculine préférée des Français, toujours derrière Jean-Jacques Goldman", - "description": "Le chanteur de 70 ans conserve sa première place au classement annuel réalisé par « Le JDD », aux côtés de l’actrice Sophie Marceau pour les personnalités féminines.", - "content": "L’astronaute français Thomas Pesquet lors d’une conférence de presse à Cologne, le 12 novembre 2021.", + "title": "Des économistes plaident pour une réforme de la fiscalité des successions, car la France devient une « société d’héritiers »", + "description": "Le Conseil d’analyse économique rappelle que cette fiscalité profite aux 0,1 % les plus aisés, consommateurs de dispositifs d’exemptions.", + "content": "Lingots d’or, à Paris, en avril 2010.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/26/thomas-pesquet-devient-la-deuxieme-personnalite-masculine-preferee-des-francais-toujours-derriere-jean-jacques-goldman_6107344_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/22/des-economistes-plaident-pour-une-refonte-de-la-fiscalite-de-l-heritage_6106966_823448.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 12:50:29 +0100", + "pubDate": "Wed, 22 Dec 2021 05:34:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254575,16 +280520,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "850375924337faf8f1efae103ebef321" + "hash": "819b1120df3e6d216f7daa4e233ba24c" }, { - "title": "Au large de la Libye, les corps de 28 migrants repêchés après le naufrage de leur embarcation", - "description": "Trois survivants ont également été retrouvés, a précisé un responsable sécuritaire local. Depuis le début de 2021, environ 1 500 migrants sont morts au large de la Libye, selon l’Organisation internationale pour les migrations.", - "content": "Des migrants en provenance de Libye sur le point d’être débarqués sur l’île italienne de Lampedusa, le 31 juillet 2020.", + "title": "Les cancers de la prostate liés à l’exposition aux pesticides reconnus comme maladie professionnelle", + "description": "Cette décision était « attendue, particulièrement aux Antilles », où le chlordécone a été utilisé pendant des décennies, a noté le ministère de la santé dans un communiqué.", + "content": "Manifestation contre la menace de prescription du dossier du scandale sanitaire lié au chlordécone,  à Fort-de-France, en Martinique, le 27 février 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/26/au-large-de-la-libye-les-corps-de-28-migrants-repeches-apres-le-naufrage-de-leur-embarcation_6107343_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/les-cancers-de-la-prostate-lies-a-l-exposition-au-chlordecone-reconnus-comme-maladie-professionnelle_6106958_3244.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 12:44:12 +0100", + "pubDate": "Wed, 22 Dec 2021 03:22:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254596,16 +280541,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a2f7cc91bda3e64272593fe2f81d231" + "hash": "0cb708e70a1b2f79691b5de087603a64" }, { - "title": "Mort de Karolos Papoulias, ancien président grec", - "description": "Alors que les Grecs, frappés de plein fouet par l’austérité, n’avaient plus rien à donner aux créanciers de l’UE et du FMI, il est l’un des premiers hommes politiques à abandonner son salaire en solidarité « aux sacrifices du peuple ».", - "content": "Karolos Papoulias à Berlin, en 2013.", + "title": "Martinique : deux membres de l’intersyndicale, opposés à l’obligation vaccinale, meurent du Covid-19", + "description": "Mobilisés contre l’obligation vaccinale, les deux hommes de 48 ans et 61 ans auraient été contaminés à l’occasion d’une réunion de travail avec la préfecture, comme d’autres participants, dont le préfet de la Martinique.", + "content": "Mobilisés contre l’obligation vaccinale, les deux hommes de 48 ans et 61 ans auraient été contaminés à l’occasion d’une réunion de travail avec la préfecture, comme d’autres participants, dont le préfet de la Martinique.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/26/mort-de-karolos-papoulias-ancien-president-grec_6107342_3382.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/martinique-deux-representants-de-l-intersyndicale-meurent-du-covid-19_6106953_3244.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 12:39:49 +0100", + "pubDate": "Wed, 22 Dec 2021 01:43:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254617,16 +280562,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dceadbbc673a7f36b263fd4ecc1903a3" + "hash": "f379e421d668d1777e69f1d608e936ca" }, { - "title": "Avec la mort de Desmond Tutu s’éteint une infatigable voix des opprimés", - "description": "L’ancien instituteur et prêtre a tout au long de sa vie mené de nombreux combats pour la dignité humaine, le pardon et la réconciliation. Ce proche de Nelson Mandela, mort le 26 décembre 2021, avait reçu le prix Nobel de la paix en 1984.", - "content": "Desmond Tutu, au Cap, le 7 octobre 2017.", + "title": "Découverte d’un embryon de dinosaure datant d’au moins 66 millions d’années", + "description": "Ce fossile d’oviraptorosaure, découvert en Chine, s’apprêtait à éclore comme un oiseau, une position qui n’avait encore jamais été observée chez les dinosaures.", + "content": "Baby Yingliang a été retrouvé le dos courbé, ses pieds de chaque côté de sa tête, avec celle-ci rentrée sur son ventre.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/26/desmond-tutu-l-infatigable-voix-des-opprimes_6107340_3212.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/22/decouverte-d-un-embryon-de-dinosaure-datant-d-au-moins-66-millions-d-annees_6106950_1650684.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 12:31:14 +0100", + "pubDate": "Wed, 22 Dec 2021 00:40:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254638,16 +280583,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd5812ab69f4a5388328e52d54cf5b4a" + "hash": "ba93ba86a4f3b29774ce8cfb43fd2e88" }, { - "title": "Jérôme Jaffré et Vincent Martigny étaient les invités de l’émission « Questions politiques »", - "description": "Le politologue, chercheur associé au Cevipof, et l’historien, professeur agrégé en science politique à l’université de Nice, étaient les invités de France Inter, de France Télévisions et du « Monde », dimanche, de midi à 13 heures.", - "content": "A picture taken on November 3, 2015 in Paris shows microphones bearing the logo of French radio station \"France Inter\"de micros de Radio France dans un studio au si?ge de France Inter ? Paris le 3 novembre 2015 . AFP PHOTO / JOEL SAGET (Photo by Joël SAGET / AFP)", + "title": "Joe Biden estime que les Etats-Unis sont « prêts » à affronter le variant Omicron", + "description": "Le nouveau variant a représenté 73,2 % des nouvelles contaminations au Covid-19 la semaine écoulée aux Etats-Unis.", + "content": "Joe Biden, le 21 décembre à la Maison Blanche.", "category": "", - "link": "https://www.lemonde.fr/politique/video/2021/12/26/en-direct-jerome-jaffre-et-vincent-martigny-sont-les-invites-de-l-emission-questions-politiques_6107336_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/21/nous-ne-devons-pas-paniquer-joe-biden-estime-que-les-etats-unis-sont-prets-a-affronter-le-variant-omicron_6106945_3244.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 11:45:09 +0100", + "pubDate": "Tue, 21 Dec 2021 22:25:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254659,16 +280604,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "752c44660f45224433a4aa0f98bd68ea" + "hash": "6176716675139f2336501b0e6bbf9789" }, { - "title": "En Afghanistan, les talibans interdisent aux femmes de voyager seules", - "description": "Depuis leur arrivée au pouvoir en août, ils ont imposé diverses restrictions aux femmes et aux filles, en dépit de promesses initiales selon lesquelles leur régime serait moins strict que durant leur premier règne (1996-2001).", - "content": "Une femme passe devant des salons de beauté dont les vitrines ont été dégradées, à Kaboul, le 12 septembre 2021.", + "title": "Amiante : la SNCF condamnée en appel à indemniser 119 ex-cheminots pour préjudice d’anxiété", + "description": "La cour a retenu une « faute contractuelle » à l’encontre de la SNCF. La fédération SUD-Rail estime que ce jugement « ne met pas fin à la problématique de l’amiante » dans l’entreprise.", + "content": "La SNCF a fait savoir qu’elle ne ferait « aucun commentaire sur ce sujet ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/26/afghanistan-les-talibans-imposent-de-nouvelles-restrictions-aux-droits-des-femmes_6107334_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/21/amiante-la-sncf-condamnee-en-appel-a-indemniser-119-ex-cheminots-pour-prejudice-d-anxiete_6106944_3234.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 11:22:47 +0100", + "pubDate": "Tue, 21 Dec 2021 21:26:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254680,16 +280625,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9e1517b0ccbd2710614c86c27ec2963" + "hash": "d6f660301c89bcbf69fd653aa2f09a88" }, { - "title": "Covid-19 : des professionnels de santé demandent un report de la rentrée scolaire du 3 janvier", - "description": "Dans une tribune publiée par « Le Journal du dimanche », une cinquantaine de professionnels de santé critiquent le manque de moyens déployés jusqu’à présent par le ministère de l’éducation nationale pour freiner l’épidémie dans les écoles.", - "content": "Des écoliers, portant des masques de protection, jouent dans la cour d’une école privée à Saint-Sébastien-sur-Loire, près de Nantes, le 10 décembre 2021.", + "title": "Après plus de vingt ans de pertes, ING quitte le marché de la banque en ligne en France", + "description": "La banque néerlandaise va supprimer 460 postes et discute actuellement avec des concurrents bancaires, dont Boursorama, la reprise de son portefeuille de clients.", + "content": "La banque néerlandaise ING, à Amsterdam, le 7 novembre 2012.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/26/covid-19-des-professionnels-de-sante-demandent-la-gestion-sanitaire-dans-les-etablissements-scolaires-par-le-ministere-de-la-sante_6107331_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/21/apres-plus-de-vingt-ans-de-pertes-ing-quitte-le-marche-de-la-banque-en-ligne-en-france_6106943_3234.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 10:57:32 +0100", + "pubDate": "Tue, 21 Dec 2021 20:58:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254701,16 +280646,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14b3d5838b9535e8e3c73ad2c74863dc" + "hash": "3fcc9cb7fc1ce853d1bdd020e54a3cb3" }, { - "title": "Pas de grand meeting, une campagne quasi-dématérialisée… les partis se préparent à une présidentielle bousculée par le Covid-19", - "description": "Sur le terrain, les candidats vont devoir s’adapter à la situation sanitaire, dont les contraintes permettent aussi à certains de masquer leurs difficultés, comme le manque de ressources financières ou d’adhérents.", - "content": "Un panneau rappelle les gestes barrières contre le Covid-19, lors du meeting de campagne d’Anne Hidalgo à Perpignan, le 12 décembre 2021.", + "title": "Covid-19 : les syndicats défavorables à un passe sanitaire pour les fonctionnaires", + "description": "Les partenaires sociaux ont été consultés par la ministre de la transformation et de la fonction publiques, Amélie de Montchalin, sur l’éventualité d’un passe sanitaire au travail. Une proposition qui ne devrait pas figurer dans le prochain projet de loi du gouvernement.", + "content": "La ministre de la transformation et de la fonction publiques, Amélie de Montchalin, à Paris, le 8 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/24/presidentielle-2022-une-campagne-bousculee-par-le-covid-19_6107210_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/21/covid-19-les-syndicats-defavorables-a-un-passe-sanitaire-pour-les-fonctionnaires_6106942_823448.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 10:00:04 +0100", + "pubDate": "Tue, 21 Dec 2021 20:06:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254722,16 +280667,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e08067682a6f6822a779ce819f1def4d" + "hash": "73b37630a54e116ed05bd29364644e18" }, { - "title": "Desmond Tutu, prix Nobel de la paix, héros de la lutte contre l’apartheid, est mort", - "description": "L’archevêque anglican sud-africain, prix Nobel de la Paix en 1984, était âgé de 90 ans. Il avait annoncé son retrait de la vie publique en 2010.", - "content": "Desmond Tutu, en 2014.", + "title": "« Prise illégale d’intérêts » : Eric Dupond-Moretti remporte une manche dans une bataille procédurale", + "description": "Le garde des sceaux a obtenu l’annulation d’une décision de la Cour de justice de la République par la Cour de cassation.", + "content": "Le ministre de la justice, Eric Dupond-Moretti, lors de l’inauguration de la nouvelle cour administrative d’appel de Toulouse, le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/26/desmond-tutu-prix-nobel-de-la-paix-heros-de-la-lutte-contre-l-apartheid-est-mort_6107324_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/21/prise-illegale-d-interets-eric-dupond-moretti-remporte-une-bataille-procedurale_6106941_3224.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 08:33:29 +0100", + "pubDate": "Tue, 21 Dec 2021 19:55:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254743,16 +280688,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7303d1417cf282798b8e53b227e7e660" + "hash": "1cf1d10662a5ff3644204ffa87621b60" }, { - "title": "Le risque en 2022 d’une guerre entre l’Algérie et le Maroc", - "description": "La tension sans précédent entre l’Algérie et le Maroc pourrait dégénérer à la faveur d’un incident mal maîtrisé, alors même qu’aucune des parties ne désire un conflit ouvert.", - "content": "Une photo prise depuis la région marocaine d’Oujda montre des Algériens prenant des photos le long de la frontière avec le Maroc, le 4 novembre 2021.", + "title": "Covid-19 : nouvelles restrictions en Europe pour endiguer la cinquième vague, quatrième dose pour les plus de 60 ans en Israël", + "description": "Selon l’Organisation mondiale de la santé, Omicron est, désormais, dominant au Danemark, ainsi qu’au Portugal et au Royaume-Uni.", + "content": "A Berlin, le 21 décembre.", "category": "", - "link": "https://www.lemonde.fr/blog/filiu/2021/12/26/le-risque-en-2022-dun-conflit-entre-lalgerie-et-le-maroc/", + "link": "https://www.lemonde.fr/planete/article/2021/12/21/covid-19-face-a-la-menace-constituee-par-le-variant-omicron-de-nouvelles-restrictions-decidees-en-europe_6106940_3244.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 07:59:31 +0100", + "pubDate": "Tue, 21 Dec 2021 19:49:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254764,16 +280709,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c13c1c3d93a7aa69fd166df96a1d614c" + "hash": "b2b5b178583589c64ff4dee853129e40" }, { - "title": "Morts de migrants dans la Manche : les corps de seize victimes rapatriés au Kurdistan d’Irak", - "description": "Au moins vingt-sept personnes ont péri dans le drame du 24 novembre, le plus meurtrier survenu dans la mer sillonnée quotidiennement par des migrants qui tentent de rejoindre le Royaume-Uni.", - "content": "Un homme accueille le cercueil d’une des seize victimes mortes le 24 novembre, lors d’un naufrage en Manche, à l’aéroport d’Erbil, en Irak, dimanche 26 décembre.", + "title": "Le coiffeur Franck Provost mis en examen pour blanchiment de fraude fiscale aggravée", + "description": "Le ministère public a dit avoir reçu « plusieurs signalements » de l’utilisation d’un « logiciel frauduleux […] permettant de détourner des recettes encaissées en espèces ».", + "content": "L’homme d’affaires français Franck Provost quitte le palais présidentiel de l’Elysée, le 21 janvier 2014 à Paris.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/26/naufrage-de-migrants-dans-la-manche-les-corps-de-seize-victimes-rapatries-au-kurdistan-d-irak_6107316_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/23/le-coiffeur-franck-provost-mis-en-examen-pour-blanchiment-de-fraude-fiscale-aggravee_6107123_3224.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 03:56:08 +0100", + "pubDate": "Thu, 23 Dec 2021 11:25:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254785,16 +280730,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e7712c723ab069ef4459a1d66ca9c46" + "hash": "ca80dfa342d283a111e5e87b9dd10ab9" }, { - "title": "République démocratique du Congo : un attentat fait au moins cinq morts dans la ville de Beni, au Nord-Kivu", - "description": "Un kamikaze a fait exploser sa bombe samedi 25 décembre dans un restaurant où plus d’une trentaine de personnes célébraient Noël. Les autorités accusent les rebelles du groupe ADF, affiliés à l’organisation Etat islamique.", - "content": "Des soldats ougandais patrouillent dans la région de Beni, en République démocratique du Congo, le 8 décembre 2021, dans le cadre de la lutte contre les rebelles du groupe Forces démocratiques alliées (ADF).", + "title": "Hôtellerie-restauration : accord pour une revalorisation moyenne des salaires de 16 % en 2022", + "description": "La CFDT a annoncé, mardi, qu’elle donnerait son accord à cette « avancée inédite ». La rémunération minimum dans le secteur sera supérieure de 4 % au smic.", + "content": "Un serveur à la terrasse du Café de Flore, à Paris, le 19 mai 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/26/republique-democratique-du-congo-un-attentat-fait-au-moins-cinq-morts-dans-la-ville-de-beni-au-nord-kivu_6107305_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/21/hotellerie-restauration-accord-pour-une-revalorisation-moyenne-des-salaires-de-16-en-2022_6106939_3234.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 00:00:12 +0100", + "pubDate": "Tue, 21 Dec 2021 19:33:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254806,16 +280751,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0f4fb5ce1b27afebcd74236080932a8" + "hash": "7ba23470ea2a8d494b3604d52ff336af" }, { - "title": "Une œuvre de street art en hommage aux victimes algériennes du 17 octobre 1961 dégradée à Ivry", - "description": "Il y a deux mois, à l’occasion des 60 ans du massacre de manifestants algériens, C215 avait peint au pochoir sur un mur de garage un portrait d’une des victimes, Ahmad Khalfi.", - "content": "Le street-artiste C215, de son vrai nom Christian Guémy, lors de l’hommage au journaliste algérien emprisonné Khaled Drareni, le 15 octobre 2020 à Paris.", + "title": "Ex-milliardaire adulée de la Silicon Valley, elle risque aujourd’hui vingt ans de prison pour fraude : Elizabeth Holmes, la chute d’une « girl boss »", + "description": "Le procès de la fondatrice de la start-up médicale Theranos, accusée d’avoir fait fortune aux Etats-Unis en escroquant investisseurs et patients, s’est achevé le 17 décembre. L’ancienne icône féministe de la tech a tenté de se disculper en se présentant comme victime de violences sexuelles sous l’emprise d’un ex-amant et associé.", + "content": "La fondatrice et ancienne patronne de Theranos, Elizabeth Holmes, quitte le tribunal fédéral de San José, en Californie, le 17 juillet 2019.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/25/une-uvre-de-street-art-en-hommage-aux-victimes-algeriennes-du-17-octobre-1961-degradee-a-ivry_6107304_3246.html", + "link": "https://www.lemonde.fr/international/article/2021/12/21/la-chute-d-elizabeth-holmes-girl-boss-de-la-silicon-valley_6106857_3210.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 22:36:40 +0100", + "pubDate": "Tue, 21 Dec 2021 01:19:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254827,16 +280772,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "04e75c7b3884f94af2338f6470e88f69" + "hash": "14c10c689fd7836fc21d9194e0d73690" }, { - "title": "Covid-19 : le seuil des 100 000 cas par jour dépassé en France", - "description": "Avant de retrouver leurs proches pour Noël, les Français se sont testés massivement ces derniers jours. Le pays a atteint un niveau inédit de contaminations depuis le début de l’épidémie, selon les chiffres publiés samedi soir par Santé publique France.", - "content": "Le personnel médical de l’unité de soins intensifs de l’hôpital la Timone à Marseille, le 23 décembre 2021.", + "title": "Un conseil des ministres exceptionnel aura lieu le 27 décembre, avec l’ambition d’une « adoption définitive » par le Parlement « dès la première quinzaine du mois de janvier ». D’ici là, l’exécutif s’attend à « une période de turbulences ».", + "description": "L’exécutif vise une « adoption définitive » par le Parlement « dès la première quinzaine du mois de janvier ». D’ici là, il n’exclut pas de nouvelles restrictions alors que « 20 % des cas positifs » dans toute la France relèvent du variant Omicron.", + "content": "L’exécutif vise une « adoption définitive » par le Parlement « dès la première quinzaine du mois de janvier ». D’ici là, il n’exclut pas de nouvelles restrictions alors que « 20 % des cas positifs » dans toute la France relèvent du variant Omicron.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/25/covid-19-le-seuil-des-100-000-cas-par-jour-depasse-en-france_6107301_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/21/covid-19-en-france-le-gouvernement-accelere-sur-le-passe-vaccinal-et-n-exclut-pas-de-nouvelles-mesures_6106912_3244.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 19:49:44 +0100", + "pubDate": "Tue, 21 Dec 2021 14:14:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254848,16 +280793,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d5b71bb6b341d95b81be6f3595e3cb72" + "hash": "f5869de316fe7be90e66d3ac6391d02f" }, { - "title": "Décors inédits, costumes sur mesure, tableaux, meubles… la Comédie-Française se prépare à fêter les 400 ans de Molière", - "description": "Le 15 janvier, la Comédie-Française célébrera le 400e anniversaire du baptême de Molière (sa date de naissance reste inconnue). Pour l’occasion, pas moins de neuf pièces du dramaturge seront jouées jusqu’à l’été prochain. A Paris et à Sarcelles, près de 200 artisans et techniciens s’affairent avant que le rideau rouge ne se lève.", - "content": "Dans les ateliers de décors, à Sarcelles (Val-d’Oise), le 9 novembre 2021.", + "title": "« C’était me faire vacciner ou perdre mon emploi » : le passe vaccinal entre en vigueur en Tunisie", + "description": "A partir du 22 décembre, ce document devient obligatoire pour accéder aux administrations, aux transports, aux cafés-restaurants, mais aussi pour travailler dans certaines entreprises privées.", + "content": "Une infirmière prépare une dose de vaccin Johnson & Johnson, à Tunis, en août 2021.", "category": "", - "link": "https://www.lemonde.fr/m-le-mag/article/2021/12/24/a-paris-et-a-sarcelles-la-comedie-francaise-cote-ateliers_6107175_4500055.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/21/c-etait-me-faire-vacciner-ou-perdre-mon-emploi-le-passe-vaccinal-entre-en-vigueur-en-tunisie_6106935_3212.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 01:10:09 +0100", + "pubDate": "Tue, 21 Dec 2021 18:45:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254869,16 +280814,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4dfd136a6090b126775a394a2eb76da0" + "hash": "526684a08e0101686b931779c8bc3497" }, { - "title": "En Birmanie, des dizaines de personnes retrouvées mortes dans des véhicules incendiés", - "description": "L’ONG Save the Children a annoncé que deux membres de son personnel étaient « portés disparus ». Selon la junte, il s’agit de violences qui ont éclaté après que des soldats ont tenté d’arrêter ces véhicules.", - "content": "Des véhicules incendiés dans le canton de Hpruso, en Birmanie, le 24 décembre 2021 (photo fournie par la Force de défense des nationalités karenni).", + "title": "La plaque du square Samuel-Paty dégradée à Paris", + "description": "Les services de la Ville de Paris ont remis la plaque en état mardi, a-t-elle précisé.", + "content": "La plaque du square Samuel Paty, à Paris, en hommage au professeur assassiné.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/25/en-birmanie-des-dizaines-de-personnes-retrouvees-mortes-dans-des-vehicules-incendies_6107299_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/21/la-plaque-du-square-samuel-paty-degradee-a-paris_6106933_3224.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 18:52:53 +0100", + "pubDate": "Tue, 21 Dec 2021 18:38:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254890,16 +280835,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69aa019897fa2a5db56c590866fc0487" + "hash": "a56eca15866aa76c6848d9f82048483f" }, { - "title": "Elizabeth II apporte une dimension personnelle à son message de Noël", - "description": "La reine a déclaré que si Noël était un moment de bonheur pour beaucoup, il pouvait être difficile pour ceux qui ont perdu des proches, une peine qu’elle dit comprendre tout particulièrement cette année, marquée par la disparition du prince Philip.", - "content": "Elizabeth II enregistre son message de Noël dans le salon blanc du château de Windsor, à côté d’une photo de la reine et du duc d’Edimbourg, à Windsor, en Grande-Bretagne, le 23 décembre 2021.", + "title": "Hongkong : une statue commémorative de Tiananmen déboulonnée dans une université", + "description": "Le territoire a longtemps été le seul endroit en Chine où il était possible de rendre hommage aux victimes de la répression de Tiananmen, mais Pékin entend imprimer sa marque autoritaire sur l’ex-colonie britannique.", + "content": "Le « pilier de la honte » dans l’Université de Hongkong, le 10 octobre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/25/elizabeth-ii-apporte-une-dimension-personnelle-a-son-message-de-noel_6107297_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/23/hongkong-une-statue-commemorative-de-tiananmen-deboulonnee-dans-une-universite_6107090_3210.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 17:21:06 +0100", + "pubDate": "Thu, 23 Dec 2021 04:20:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254911,16 +280856,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0488cb9205dba50fb752f8bbeeb2c50" + "hash": "50d6d2ed2c3ee0bb4824f9939be1a4d6" }, { - "title": "Sur l’île de La Palma, fin de l’éruption du volcan Cumbre Vieja", - "description": "Cet arrêt a été pressenti plusieurs fois ces trois derniers mois, avant que l’éruption reprenne quelques jours plus tard, au grand désarroi des habitants de cette île des Canaries.", - "content": "Des soldats espagnols se tiennent sur une colline et observent un écoulement de lave  sur l’île canarienne de La Palma, en Espagne, le 29 novembre 2021.", + "title": "Sept cas de grippe aviaire détectés dans des élevages du Sud-Ouest", + "description": "Le virus H5N1 s’étend sur le territoire depuis la découverte d’un premier foyer dans le Nord fin novembre. Le ministère de l’agriculture va contraindre les éleveurs à confiner leurs volailles de manière plus stricte.", + "content": "Des canards confinés à Bourriot-Bergonce (Landes), le 22 février 2017 .", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/25/canaries-fin-de-l-eruption-du-volcan-cumbre-vieja_6107293_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/22/sept-cas-de-grippe-aviaire-detectes-dans-des-elevages-du-sud-ouest_6107062_3234.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 16:02:07 +0100", + "pubDate": "Wed, 22 Dec 2021 18:09:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254932,16 +280877,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2d49383b8a91f7dc180b16212fda2c0" + "hash": "aee0edff41f3f4ff1c79c5caa6158a01" }, { - "title": "L’Arabie saoudite annonce une opération militaire à grande échelle au Yémen", - "description": "Riyad intervient au Yémen depuis 2015 à la tête d’une coalition pour appuyer les forces gouvernementales, en guerre depuis sept ans contre les rebelles houthistes. Ces derniers, proches de l’Iran, frappent souvent le territoire saoudien depuis le Yémen.", - "content": "Des Yéménites inspectent les dégâts causés par un bombardement aérien de la coalition dirigée par l’Arabie saoudite dans la capitale Sanaa, tenue par les rebelles houthistes, le 24 décembre 2021.", + "title": "Covid-19 : « pas de lien direct » entre la vaccination et des troubles menstruels", + "description": "Depuis l’été, les signalements de saignements anormaux ou de retards de règles après une vaccination contre le Covid-19 affluent. Mais un nouveau point de situation de l’Agence de sécurité du médicament relève que « les données disponibles ne permettent pas de déterminer le lien direct entre le vaccin et la survenue [de perturbations menstruelles] ».", + "content": "Une jeune femme reçoit une dose de vaccin contre le Covid-19 dans un centre de vaccination du 10e arrondissement à Paris, le 2 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/25/l-arabie-saoudite-annonce-une-operation-militaire-a-grande-echelle-au-yemen_6107291_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/covid-19-pas-de-lien-direct-entre-la-vaccination-et-des-troubles-menstruels_6107053_3244.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 15:26:35 +0100", + "pubDate": "Wed, 22 Dec 2021 17:08:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254953,16 +280898,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf6df2838420c51156c934fa7869a1a8" + "hash": "d476635ccd01099d4edbf9771958a13b" }, { - "title": "La Russie annonce la fin de ses manœuvres aux frontières de l’Ukraine", - "description": "Depuis plus d’un mois, la Russie est accusée par les Occidentaux d’avoir massé des dizaines de milliers de soldats près de la frontière ukrainienne, en vue d’une possible intervention militaire contre Kiev.", - "content": "Des soldats russes participent à des exercices sur le champ de tir de Kadamovskiy dans la région de Rostov, dans le sud de la Russie, mercredi 22 décembre 2021.", + "title": "Aux Canaries, trois mois après l’éruption du volcan Cumbre Vieja", + "description": "En images. L’éruption du volcan, qui a débuté le 19 septembre, est la première depuis cinquante ans et la plus longue que cette petite île située dans l’océan Atlantique ait connue.", + "content": "La lave du volcan a atteint la mer sur l’île canarienne de La Palma, en Espagne, le lundi 6 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/25/la-russie-annonce-la-fin-de-ses-man-uvres-aux-frontieres-de-l-ukraine_6107289_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/21/aux-canaries-trois-mois-apres-l-eruption-du-volcan-cumbre-vieja_6106932_3210.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 14:46:08 +0100", + "pubDate": "Tue, 21 Dec 2021 18:02:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254974,16 +280919,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a6f51890a08df6df1a50ee395a59a267" + "hash": "c25bd8bfc6eee8305c204b377cac4b82" }, { - "title": "Lors de son traditionnel message urbi et orbi le souverain pontife a insisté sur les « tragédies immenses » et « oubliées » qui se jouent en Syrie et au Yémen, en proie à des conflits qui ont fait « de nombreuses victimes et un nombre incalculable de réfugiés ».", - "description": "Lors de son traditionnel message urbi et orbi le souverain pontife a insisté sur les « tragédies immenses » et « oubliées » qui se jouent en Syrie et au Yémen, en proie à des conflits qui ont fait « de nombreuses victimes et un nombre incalculable de réfugiés ».", - "content": "Le pape François salue les fidèles rassemblés sur la place Saint-Pierre au Vatican, samedi 25 décembre.", + "title": "Mme Stojberg a été condamnée à soixante jours de prison pour avoir illégalement ordonné la séparation de couples de demandeurs d’asile.", + "description": "Mme Stojberg a été condamnée à soixante jours de prison pour avoir illégalement ordonné la séparation de couples de demandeurs d’asile.", + "content": "Inger Stojberg, en janvier 2016, à Bruxelles.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/24/a-la-messe-de-noel-le-pape-francois-appelle-les-fideles-a-redecouvrir-les-petites-choses-de-la-vie_6107256_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/21/au-danemark-l-ex-ministre-de-l-immigration-risque-l-exclusion-du-parlement_6106873_3210.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 22:30:46 +0100", + "pubDate": "Tue, 21 Dec 2021 06:32:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -254995,16 +280940,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3039e56ef853faf172087a733f7adf1" + "hash": "8219e6b18736508d74a333e1bbddeb84" }, { - "title": "Plusieurs fois retardé, le lancement du télescope géant James Webb est imminent : suivez le décollage en direct", - "description": "Après dix milliards de dollars et trois décennies de développement, le télescope le plus ambitieux de l’histoire de l’exploration spatiale doit décoller à 13h20, au sommet d’une fusée Ariane 5, depuis le centre spatial guyanais de Kourou.", - "content": "In this still picture from a NASA TV broadcast, Arianespace's Ariane 5 rocket with NASA’s James Webb Space Telescope onboard launches from Europe’s Spaceport, the Guiana Space Center in Kourou, French Guiana, on December 25, 2021. Some three decades and billions of dollars in the making, the world's most powerful space telescope is headed to its outpost 1.5 million kms (930,000 miles) from Earth, after several delays caused by technical hitches. - RESTRICTED TO EDITORIAL USE - MANDATORY CREDIT \"AFP PHOTO / NASA TV\" - NO MARKETING - NO ADVERTISING CAMPAIGNS - DISTRIBUTED AS A SERVICE TO CLIENTS (Photo by NASA TV / AFP) / RESTRICTED TO EDITORIAL USE - MANDATORY CREDIT \"AFP PHOTO / NASA TV\" - NO MARKETING - NO ADVERTISING CAMPAIGNS - DISTRIBUTED AS A SERVICE TO CLIENTS", + "title": "Le réacteur nucléaire EPR construit par Areva en Finlande a démarré, après douze ans de retard", + "description": "L’EPR d’Olkiluoto va devenir le plus puissant réacteur en opération en Europe. Il doit fournir environ 15 % de la consommation du pays nordique.", + "content": "L’EPR d’Olkiluoto, construit par Areva, le 28 août 2015.", "category": "", - "link": "https://www.lemonde.fr/sciences/live/2021/12/25/telescope-spatial-james-webb-suivez-son-lancement-en-video-et-posez-vos-questions-a-des-chercheurs-qui-l-utiliseront_6107280_1650684.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/21/nucleaire-l-epr-construit-par-areva-en-finlande-a-demarre-apres-douze-ans-de-retard_6106926_3244.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 10:36:45 +0100", + "pubDate": "Tue, 21 Dec 2021 17:15:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255016,16 +280961,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "58325e8545f16d095221a18213a1c474" + "hash": "5f65e547ecd5072db411f2d69d8f3e2e" }, { - "title": "Aux Philippines, un Noël précaire pour les survivants du typhon Rai", - "description": "Plus d’une semaine après le passage du typhon qui a fait près de 400 morts et des centaines de milliers de sans-abri, les survivants s’accrochent à leur famille et à leur foi après que leurs maisons ont été balayées et les festivités prévues, annulées.", - "content": "Sur cette photo prise le 24 décembre 2021, le père Ricardo Virtudazo, rend visite à des paroissiens touchés par le typhon à Alegria, dans la province de Surigao del Norte.", + "title": "Joe Biden « devait rétablir l’ordre face au chaos. Mais le chaos prévaut » : les critiques de la presse américaine", + "description": "Le président des Etats-Unis est confronté à de grandes difficultés, à la fois sur le plan sanitaire et politique, avec des promesses non tenues qui s’accumulent.", + "content": "Le président américain, Joe Biden, à Hartford (Connecticut), pour défendre son plan de réformes sociales « Build Back Better » (« reconstruire mieux »), le 15 octobre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/25/philippines-noel-precaire-pour-les-survivants-du-typhon-rai_6107284_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/21/promesses-non-tenues-et-objectifs-trop-ambitieux-joe-biden-malmene-par-la-presse-americaine_6106925_3210.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:28:01 +0100", + "pubDate": "Tue, 21 Dec 2021 17:14:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255037,16 +280982,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ce8f6e2e2e7a9cc47b5a652074d4a58" + "hash": "a1699e4b0009840a8017aee7dba8a479" }, { - "title": "Covid-19 dans le monde : plus de 7 000 vols annulés le week-end de Noël", - "description": "Les voyages de fin d’année connaissent des perturbations en raison de la propagation fulgurante du variant Omicron sur la planète.", - "content": "A l’aéroport de Denver, le 24 décembre 2021.", + "title": "Avec le dernier « Père Noël secret » de Reddit, la fin d’une certaine époque d’Internet", + "description": "Sur le site, des inconnus du monde entier s’échangeaient des cadeaux, que ce soit à l’occasion d’un « Secret Santa » ou tout au long de l’année. Mais la tradition, vieille de près de quinze ans, se termine.", + "content": "Reddit ferme à la fin de l’année RedditGifts.com, le site par lequel s’organisent les transactions et qui permet aux internautes de poster des photographies de leurs cadeaux.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/25/covid-19-dans-le-monde-plus-de-4-500-vols-annules-le-week-end-de-noel-la-chine-en-alerte_6107282_3244.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/21/avec-le-dernier-secret-santa-de-reddit-la-fin-d-une-certaine-epoque-d-internet_6106924_4408996.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:09:02 +0100", + "pubDate": "Tue, 21 Dec 2021 17:04:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255058,16 +281003,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3941eec4b51fe6a03cc97f71cf61c787" + "hash": "a1f0a5e1060dc1a39df59b968a18bbbe" }, { - "title": "Le télescope James-Webb a été lancé avec succès depuis Kourou", - "description": "Cet instrument d’observation du cosmos, le plus perfectionné jamais envoyé dans l’espace, a été propulsé dans l’espace par une fusée Ariane-5 à 13 h 20, heure de Paris.", - "content": "Séparation du télescope James Webb de la fusée Ariane 5, samedi 25 décembre 2021.", + "title": "Covid-19 : que sait-on de la fiabilité des tests antigéniques ?", + "description": "Les dépistages se multiplient à l’approche des fêtes de fin d’année, mais les résultats des tests antigéniques doivent être pris avec précaution. Comme le résume un spécialiste, un test négatif « n’est pas un certificat de laisser-aller ».", + "content": "Le barnum devant la pharmacie de l'Odéon, dans le 6e arrondissement de Paris, pratique des tests antigéniques sans rendez-vous.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/25/le-telescope-james-webb-pret-a-etre-lance_6107278_1650684.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/21/que-sait-on-de-la-fiabilite-des-tests-antigeniques_6106923_4355770.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 10:25:14 +0100", + "pubDate": "Tue, 21 Dec 2021 16:57:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255079,16 +281024,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0f009148877379dd3e46ac63e848708" + "hash": "b963beb9ca70ae391b85023f97bb6355" }, { - "title": "Jésus a-t-il vraiment existé ? Pourquoi les historiens rejettent la thèse d’une création mythique", - "description": "Née à la fin du XVIIIe siècle, la thèse « mythiste » conteste la réalité historique de Jésus. Si elle a suscité et suscite encore de nombreux débats, elle se trouve aujourd’hui largement décrédibilisée.", - "content": "Sermon sur la montagne, Carl Heinrich Bloch, 1877.", + "title": "La justice rejette des demandes d’indemnisation de riverains de l’usine Metaleurop", + "description": "Implantée à Noyelles-Godault (Pas-de-Calais), l’usine sidérurgique Metaleurop rejetait dans l’air, en 1985, 67 tonnes de plomb et 26 700 de dioxyde de soufre.", + "content": "La dernière cheminée de l'ancienne fonderie Metaleurop de Noyelles-Godault a été dynamitée le 17 mars 2006.", "category": "", - "link": "https://www.lemonde.fr/le-monde-des-religions/article/2021/12/25/jesus-a-t-il-vraiment-existe-les-arguments-des-historiens-face-a-la-these-mythiste_6107263_6038514.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/21/la-justice-rejette-des-demandes-d-indemnisation-de-riverains-de-l-usine-metaleurop_6106922_3224.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 07:00:10 +0100", + "pubDate": "Tue, 21 Dec 2021 16:36:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255100,16 +281045,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a35757e13e92e4fb4b4293c56de4da6" + "hash": "bfc8e067f8111db4dde35688c6408199" }, { - "title": "Au Soudan, des manifestants anti-putsch dispersés par des tirs de gaz lacrymogène", - "description": "Les opposants au pouvoir militaire se dispersaient en début de soirée dans les rues de Khartoum, sous les coups des charges policières.", - "content": "Manifestation à Khartoum, au Soudan, à la date du troisième anniversaire de la révolution, le 19 décembre 2021.", + "title": "Rachat de « La Provence » : bataille juridique autour du pacte d’actionnaires", + "description": "Un droit d’agrément soumet toute nouvelle entrée d’actionnaire à un accord à l’unanimité du conseil d’administration, dans lequel Xavier Niel, potentiel repreneur, détient deux sièges. Le liquidateur du Groupe Bernard Tapie, propriétaire du journal, demande sa suspension.", + "content": "A l’entrée du siège du quotidien La Provence, à Marseille, le 20 décembre 2012.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/25/nouvelle-manifestation-au-soudan-internet-et-ponts-coupes-a-khartoum_6107274_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/21/rachat-de-la-provence-bataille-juridique-autour-du-pacte-d-actionnaires_6106920_3234.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 09:54:02 +0100", + "pubDate": "Tue, 21 Dec 2021 16:16:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255121,16 +281066,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a9fb234c81e37c47a14f771d2bec94f" + "hash": "eb137262578351217eaae3e2d2726bd2" }, { - "title": "Le Mali dément tout déploiement des mercenaires russes du Groupe Wagner", - "description": "L’arrivée des Russes avait été annoncée et dénoncée jeudi par une quinzaine de puissances occidentales impliquées dans la lutte antidjihadiste dans le pays, dont la France.", - "content": "Le président de transition malien, le colonel Assimi Goita, le 24 octobre 2021, à Bamako.", + "title": "Pour ses 77 ans, « Le Monde » s’offre un record de 500 000 abonnés", + "description": "Grâce à l’envol des abonnements numériques, amplifié par la crise sanitaire, et à la résistance du papier, le journal a atteint un niveau de diffusion payante largement supérieur à son ancien record, qui datait de 1979.", + "content": "Le nouveau siège du groupe Le Monde, à proximité de la gare d’Austerlitz, dans le 13e arrondissement de Paris.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/25/le-mali-dement-tout-deploiement-de-mercenaires-du-groupe-russe-wagner_6107262_3212.html", + "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/21/pour-ses-77-ans-le-monde-s-offre-un-record-de-500-000-abonnes_6106916_3236.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 06:31:16 +0100", + "pubDate": "Tue, 21 Dec 2021 15:22:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255142,16 +281087,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "066f95d15a1c5feab139a152f58e04c6" + "hash": "b7a94b24f8221ffdc0b8ad2cfb7f0f8d" }, { - "title": "De Bethléem à Rio de Janeiro, les chrétiens célèbrent un deuxième Noël assombri par la pandémie de Covid-19", - "description": "La flambée des infections au Covid-19 a jeté un froid sur les projets festifs, mais les traditionnelles messes du réveillon ont eu lieu dans le monde entier.", - "content": "Une fidèle allume une bougie, vendredi 24 décembre 2021, lors de la messe du réveillon de l’église Saint-Joseph du Caire.", + "title": "Variant Omicron : plus de « 100 000 contaminations par jour d’ici à la fin du mois » en France, selon Olivier Véran", + "description": "Olivier Véran s’est appuyé mercredi sur des modélisations pour avancer ce chiffre, en raison de la contagiosité fulgurante du variant Omicron du coronavirus.", + "content": "Olivier Véran le 1er octobre 2021, à Paris.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/25/de-bethleem-a-rio-de-janeiro-les-chretiens-celebrent-un-deuxieme-noel-assombri-par-la-pandemie-de-covid-19_6107260_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/omicron-plus-de-100-000-contaminations-par-jour-pourraient-etre-atteintes-d-ici-a-la-fin-de-l-annee_6107021_3244.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 02:00:12 +0100", + "pubDate": "Wed, 22 Dec 2021 11:22:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255163,16 +281108,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebadb0f80640e7efb9d3ccc9bdc91db4" + "hash": "420c5dfa03d162829f1ffcb3f2a34fe6" }, { - "title": "Gambie : la commission Vérité, réconciliation et réparations recommande des poursuites contre l’ex-dictateur Yahya Jammeh", - "description": "Le rapport souhaite un procès « dans un pays d’Afrique de l’Ouest autre que la Gambie », pour notamment « meurtres, détentions arbitraires, disparitions ». Le dirigeant avait présidé le pays de 1994 à 2016, avant d’être contraint de quitter le pouvoir.", - "content": "Yahya Jammeh, alors dirigeant de la Gambie, lors de la campagne présidentielle, en novembre 2016.", + "title": "Le rejet du droit de vote des étrangers, illustration de la défiance des Japonais envers les immigrés", + "description": "Sous pression des milieux nationalistes, la ville de Musashino a rejeté un projet de la maire visant à permettre aux étrangers de s’exprimer lors des référendums locaux.", + "content": "La maire de Musashino (Japon), Reiko Matsushita, lors du vote de sa proposition d’accorder le droit de vote aux étrangers de la ville pour les référendums locaux, le 21 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/25/gambie-la-commission-verite-et-reconciliation-recommande-des-poursuites-contre-l-ex-dictateur-yahya-jammeh_6107259_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/22/le-rejet-du-droit-de-vote-des-etrangers-illustration-de-la-defiance-des-japonais-envers-les-immigres_6107015_3210.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 00:45:17 +0100", + "pubDate": "Wed, 22 Dec 2021 11:01:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255184,16 +281129,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "63383052d4c3741cdd4aaecd50fea1a1" + "hash": "738fc128cb507226dee8c3472c07a6cb" }, { - "title": "Grèce : une trentaine de migrants morts dans plusieurs naufrages cette semaine", - "description": "Quelques heures à peine après qu’une première embarcation s’est échouée sur un îlot près d’Anticythère, faisant onze morts et 90 rescapés, un autre bateau a chaviré au large de l’île de Paros. Selon un premier bilan, soixante-trois personnes ont été secourues et seize sont mortes.", - "content": "Un bateau de migrants arrive sur l’île de Lesbos, en 2015.", + "title": "Alexis Corbière et Raquel Garrido déposent plainte pour « menace de mort »", + "description": "Le député et l’élue locale, membres de La France insoumise, interpellent le ministre de l’intérieur à propos d’une vidéo où des militants pro-Zemmour s’entraînent au tir en citant leurs noms et celui d’Emmanuel Macron.", + "content": "Alexis Corbière, député La France insoumis, à Montreuil (Seine-Saint-Denis), le 13 juin 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/24/au-moins-quatorze-morts-dans-deux-naufrages-de-bateaux-de-migrants-en-grece_6107257_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/22/alexis-corbiere-et-raquel-garrido-deposent-plainte-pour-menace-de-mort_6106993_3224.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 23:45:08 +0100", + "pubDate": "Wed, 22 Dec 2021 09:01:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255205,16 +281150,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "804dd419346d0f7e39ba76efe8e5065c" + "hash": "c9713b44569a921fad5ffd75f70891a2" }, { - "title": "Un consulat russe attaqué au cocktail Molotov dans l’ouest de l’Ukraine", - "description": "Selon le ministère des affaires étrangères russe, l’incident n’a pas fait de blessés, ni endommagé le bâtiment de Lviv.", - "content": "Un drapeau russe flotte à l’entrée du consulat russe à Londres le 21 juillet 2020.", + "title": "Les cancers de la prostate liés à l’exposition au chlordécone reconnus comme maladie professionnelle", + "description": "Au cœur d’un dossier extrêmement sensible depuis des années aux Antilles, la mesure est destinée à faciliter l’indemnisation des victimes exposées à ce pesticide ultra-toxique.", + "content": "Manifestation contre la menace de prescription du dossier du scandale sanitaire lié au chlordécone,  à Fort-de-France, en Martinique, le 27 février 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/24/un-consulat-russe-attaque-au-cocktail-molotov-dans-l-ouest-de-l-ukraine_6107255_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/22/les-cancers-de-la-prostate-lies-a-l-exposition-au-chlordecone-reconnus-comme-maladie-professionnelle_6106958_3244.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 21:10:41 +0100", + "pubDate": "Wed, 22 Dec 2021 03:22:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255226,16 +281171,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78c4e641965141dc722dc53d14b353e0" + "hash": "52ba5de598a703e33a231825bc60f5ec" }, { - "title": "Guadeloupe : les manifestants antipasse sanitaire quittent le conseil régional", - "description": "Les occupants promettent cependant de nouvelles actions après Noël, alors que l’Etat a exclu toute négociation qui viserait à « abroger une loi de la République ».", - "content": "Cette photo tirée d’une vidéo de l’AFP TV du 24 décembre 2021 montre l’envahissement du conseil régional de Guadeloupe par des manifestants, à Basse-Terre.", + "title": "En Malaisie, le bilan des inondations s’établit à 14 morts et plus de 70 000 déplacés", + "description": "L’Etat densément peuplé du Selangor, qui entoure Kuala Lumpur, est l’une des régions les plus touchées.", + "content": "Des habitants de Shah Alam, capitale du Selangor, en Malaisie, le 21 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/24/guadeloupe-les-manifestants-antipasse-sanitaire-quittent-le-conseil-regional_6107254_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/21/en-malaisie-le-bilan-des-inondations-s-etablit-a-14-morts-et-plus-de-70-000-deplaces_6106914_3210.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 20:49:27 +0100", + "pubDate": "Tue, 21 Dec 2021 14:47:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255247,16 +281192,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "64f9d65aada453789bdd43294e26df5d" + "hash": "f8a23fee84235b83f5a16fb52f23861b" }, { - "title": "Quatre loups au comportement inhabituel abattus dans un zoo du Tarn", - "description": "Neuf loups se sont échappés de leur enclos dimanche alors que ce parc animalier, situé à environ 35 kilomètres d’Albi, était ouvert. Ce « problème de sécurité » a justifié la fermeture du zoo jusqu’à la mi-janvier.", - "content": "Un loup arctique se promène au parc zoologique Planet Sauvage à Port-Saint-Père, près de Nantes, le 5 juin 2021.", + "title": "Sciences Po Grenoble dénonce une décision « politique » après la suspension de financements par Laurent Wauquiez", + "description": "Le président de la région Auvergne-Rhône-Alpes va arrêter de financer l’école après un arrêté visant un professeur d’allemand, suspendu pour « propos diffamatoires ».", + "content": "Des étudiants manifestent contre l’islamophobie, devant le campus de Sciences Po Grenoble, à Saint-Martin-d’Hères (Isère), le 9 mars 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/24/quatre-loups-au-comportement-inhabituel-abattus-dans-un-zoo-du-tarn_6107250_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/21/science-po-grenoble-denonce-une-decision-politique-apres-la-suspension-de-financements-regionaux_6106913_3224.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 18:39:48 +0100", + "pubDate": "Tue, 21 Dec 2021 14:24:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255268,16 +281213,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "553331082049aa5a327fce2e530ecbc2" + "hash": "62f9aaf5b5ef3202bdf66b2b2c3f6a0b" }, { - "title": "Les sages-femmes sont appelées par des syndicats à « une semaine noire » pour les fêtes", - "description": "La CGT a déposé un préavis de grève et réclame notamment « de mettre [la] rémunération [des sages-femmes] au niveau de leur formation et de leurs responsabilités », ainsi que « des effectifs sous statut pérenne nécessaires à des prises en charge de qualité et en toute sécurité des femmes ».", - "content": "Dans le cabinet de Mélanie Gobillard, sage-femme libérale, le 4 novembre à Paris.", + "title": "Les oppositions critiquent la stratégie du passe vaccinal du gouvernement", + "description": "Le projet de loi visant à remplacer le passe sanitaire par un passe vaccinal, défendu par le gouvernement pour freiner la propagation du variant Omicron, est très loin de faire l’unanimité.", + "content": "Le projet de loi visant à remplacer le passe sanitaire par un passe vaccinal, défendu par le gouvernement pour freiner la propagation du variant Omicron, est très loin de faire l’unanimité.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/24/les-sages-femmes-sont-appelees-par-des-syndicats-a-une-semaine-noire-pour-les-fetes_6107242_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/21/usine-a-gaz-probleme-ethique-les-oppositions-critiquent-la-strategie-du-passe-vaccinal-du-gouvernement_6106909_823448.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 16:43:41 +0100", + "pubDate": "Tue, 21 Dec 2021 13:41:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255289,16 +281234,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b5ed923848b70f7e1ddf11155d94fde" + "hash": "9a9fd76dbe69e28ec0ced5711ec340b8" }, { - "title": "Covid-19 : Emmanuel Macron tiendra lundi 27 décembre un conseil de défense sanitaire", - "description": "Alors que les records de contaminations s’enchaînent, l’exécutif devrait procéder à une réévaluation de la situation sanitaire, juste avant un conseil des ministres exceptionnel qui doit adopter le projet de loi transformant le passe sanitaire en passe vaccinal.", - "content": "Le président de la République, Emmanuel Macron, dans la cour de l’Elysée, le 20 décembre 2021.", + "title": "Présidentielle 2022 : à quatre mois de l’échéance, l’ombre de l’abstention plane sur le scrutin", + "description": "Sur fond de résurgence du Covid-19, les électeurs pourraient bouder les urnes en avril 2022, comme ils l’ont fait lors des régionales, en juin.", + "content": "Sur fond de résurgence du Covid-19, les électeurs pourraient bouder les urnes en avril 2022, comme ils l’ont fait lors des régionales, en juin.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/24/covid-19-emmanuel-macron-tiendra-lundi-27-decembre-un-conseil-de-defense-sanitaire_6107241_823448.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/21/election-presidentielle-2022-l-ombre-de-l-abstention-plane-sur-le-scrutin_6106856_6059010.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 16:28:11 +0100", + "pubDate": "Tue, 21 Dec 2021 01:11:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255310,16 +281255,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "99e59000803b2c0588f6ac710b3c5a2e" + "hash": "c10dafec7304b4b2ddbd38bc497ed952" }, { - "title": "Variant Omicron : les Etats-Unis rouvriront le 31 décembre leurs frontières aux voyageurs de huit pays africains", - "description": "Depuis l’apparition de ce variant, l’arrivée sur le sol américain est interdite aux personnes venant d’Afrique du Sud, du Botswana, du Zimbabwe, de Namibie, du Lesotho, d’Eswatini, du Mozambique et du Malawi.", - "content": "MIAMI, FLORIDA - DECEMBER 23: Travelers make their way through Miami International Airport on December 23, 2021 in Miami, Florida. AAA estimates that over 109 million Americans will be traveling 50 miles or more during the holiday season between Dec. 23 and Jan. 2, an increase of 27.7% from 2020. Joe Raedle/Getty Images/AFP (Photo by JOE RAEDLE / GETTY IMAGES NORTH AMERICA / Getty Images via AFP)", + "title": "En Pologne, deux figures de l’opposition ciblées par le logiciel espion Pegasus", + "description": "Très sophistiqué, ce logiciel peut accéder à une foule d’informations sur les téléphones de ses victimes : contacts, messages, géolocalisation, mais aussi micro et caméra.", + "content": "L’avocat polonais Roman Giertych, qui a défendu plusieurs figures de l’opposition, et dont le téléphone a été infecté par Pegasus.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/24/variant-omicron-les-etats-unis-rouvriront-le-31-decembre-leurs-frontieres-aux-voyageurs-de-huit-pays-africains_6107240_3244.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/21/en-pologne-deux-figures-de-l-opposition-ciblees-par-le-logiciel-espion-pegasus_6106904_4408996.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 16:17:36 +0100", + "pubDate": "Tue, 21 Dec 2021 12:50:37 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255331,16 +281276,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf71ebffabe548d4cc077b605cdf1642" + "hash": "e8b50192c85819007d2cd627eb676fb6" }, { - "title": "Emmanuel Macron tiendra, lundi 27 décembre, un conseil de défense sanitaire consacré au Covid-19.", - "description": "Le projet de loi sera examiné lors d’un conseil des ministres exceptionnel lundi 27 décembre, puis en commission à l’Assemblée nationale mercredi 29 décembre avant son examen dans la même semaine, et doit entrer en vigueur le 15 janvier.", - "content": "Contrôle du passe sanitaire dans les bars et les restaurants par des gendarmes, à Les Vans (Ardèche), le 8 décembre 2021.", + "title": "L’armée française annonce avoir tué l’un des auteurs de l’assassinat de six humanitaires français au Niger", + "description": "Soumana Boura dirigeait un groupe de plusieurs dizaines de combattants dans l’ouest du Niger. Il a été éliminé par un tir de drone, selon l’armée française.", + "content": "Un détachement d’éléments anti-jihadistes des Forces spéciales « Almahaou » (Tourbillon) patrouille le 6 novembre 2021 dans la région de Tillabéri (ouest du Niger), théâtre d’actions meurtrières de présumés jihadistes depuis le début de l’année.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/24/projet-de-loi-passe-vaccinal-cumul-test-negatif-et-vaccin-controles-sanctions-ce-que-le-gouvernement-envisage_6107224_823448.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/21/l-armee-francaise-annonce-avoir-tue-l-un-des-auteurs-de-l-assassinat-de-six-humanitaires-francais-au-niger_6106901_3212.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 12:19:24 +0100", + "pubDate": "Tue, 21 Dec 2021 11:40:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255352,16 +281297,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3cc6e858a70fe40668e0da86b1cf79a1" + "hash": "9781dafafd259d91c82a3d7369c395b3" }, { - "title": "Un tribunal russe condamne Google et Meta à des amendes de 87 millions et 23 millions d’euros", - "description": "Les géants californiens ont été reconnus coupables de « récidive » pour ne pas avoir supprimé de leurs plates-formes des contenus jugés illégaux en Russie, liés, selon les autorités, à la drogue, à la pédopornographie ou relevant de l’« appel au suicide ».", - "content": "Logo de la firme américaine Google, condamnée le 24 décembre 2021 à une amende de 87 millions d’euros par un tribunal russe.", + "title": "« Merry Christmas » : le premier SMS de l’histoire vendu 107 000 euros aux enchères", + "description": "Ce message a été envoyé le 3 décembre 1992 par l’ingénieur informatique britannique Neil Papworth à son collègue Richard Jarvis, via le réseau de Vodafone.", + "content": "Le tout premier texto de l’histoire sera vendu aux enchères sous forme de NFT par la maison de ventes Aguttes, à Neuilly-sur-Seine (Hauts-de-Seine), le 21 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/24/un-tribunal-russe-condamne-google-a-une-amende-de-87-millions-d-euros_6107232_4408996.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/21/merry-christmas-le-premier-sms-de-l-histoire-mis-aux-encheres-sous-forme-de-nft_6106896_4408996.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:23:44 +0100", + "pubDate": "Tue, 21 Dec 2021 11:05:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255373,16 +281318,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51c2a2405b5616732d1a6bec8ed847a4" + "hash": "b73bcd64bb1f0ea0e1e3002780d83af4" }, { - "title": "Une enquête ouverte pour « injure » envers Marine Le Pen devant son domicile", - "description": "Une plainte contre X pour « injure non publique » a été déposée, vendredi en fin de matinée, par l’officier de sécurité de la candidate du Rassemblement national, a fait savoir le parquet de Versailles.", - "content": "La candidate du Rassemblement national, Marine Le Pen, à Saint-Pierre (La Réunion), le 21 décembre 2021.", + "title": "En Espagne, les conservateurs rompent avec les libéraux pour rasseoir leur hégémonie sur la droite", + "description": "Le Parti populaire a provoqué des élections anticipées en Castille-Leon, dans l’espoir de marginaliser Ciudadanos.", + "content": "La présidente du parti Ciudadanos, Inés Arrimadas, lors d’une session parlementaire à Madrid, en mai 2020.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/24/une-enquete-ouverte-pour-injure-envers-marine-le-pen-devant-son-domicile_6107231_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/21/en-espagne-les-conservateurs-rompent-avec-les-liberaux-pour-rasseoir-leur-hegemonie-sur-la-droite_6106895_3210.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:22:21 +0100", + "pubDate": "Tue, 21 Dec 2021 11:04:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255394,16 +281339,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8f5945de595a14234550296485d5557" + "hash": "d9bad45813325f0bca97a0759b8cc959" }, { - "title": "Covid-19 : un test négatif de moins de vingt-quatre heures nécessaire pour se rendre dans les outre-mer", - "description": "", - "content": "", + "title": "A Paris, une longue prise d’otages a pris fin, sans faire de victime, et le forcené a été interpellé", + "description": "Connu pour souffrir de troubles psychiatriques, l’homme, interpellé mardi matin, retenait depuis lundi après-midi une mère, gérante du commerce, et sa fille, dans une quincaillerie du 12e arrondissement.", + "content": "Des policiers et des membres de la brigade de recherche et d’intervention lundi soir 20 décembre 2021, devant la quincaillerie où une mère et sa fille étaient retenues en otage depuis 15 h 30.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/24/covid-19-un-test-negatif-de-moins-de-vingt-quatre-heures-necessaire-pour-se-rendre-dans-les-outre-mer_6107229_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/21/une-longue-prise-d-otages-a-paris-a-pris-fin-sans-blesse-a-deplorer-le-forcene-a-ete-interpelle_6106894_3224.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 12:43:03 +0100", + "pubDate": "Tue, 21 Dec 2021 11:01:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255415,16 +281360,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c7d39019e0c7f2397fe783a75ab49f0" + "hash": "8e273bbe7f6eded3ad72582301b25453" }, { - "title": "Après l’irruption de manifestants opposés au passe sanitaire dans l’enceinte du conseil régional, le ministère des outre-mer fait savoir vendredi que « l’Etat ne négociera pas pour abroger une loi de la République votée au Parlement ».", - "description": "Les manifestants ont obtenu une réunion avec le président de la région. Ils demandent à l’Etat de se joindre à la table des négociations, interrompues depuis deux semaines, pour discuter des problèmes à l’origine de la crise sociale que connaît l’île.", - "content": "Cette photo tirée d’une vidéo montre l’envahissement du conseil régional de Guadeloupe par des manifestants, à Basse-Terre, le 23 décembre 2021.", + "title": "« On en parle à tous les repas sans réussir à se décider » : la vaccination des enfants, le dilemme des parents", + "description": "Entre lassitude due à la lourdeur des protocoles à l’école et crainte des effets secondaires du vaccin, des parents expliquent au « Monde » pourquoi ils souhaitent faire vacciner leurs enfants ou, au contraire, le refusent.", + "content": "Une enfant reçoit une dose du vaccin Pfizer/BioNTech contre le Covid-19, à Paris, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/23/en-guadeloupe-des-manifestants-antipasse-sanitaire-s-introduisent-de-force-dans-l-enceinte-du-conseil-regional_6107162_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/21/covid-19-les-parents-tirailles-apres-le-feu-vert-a-la-vaccination-des-5-11-ans_6106862_3224.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 19:12:24 +0100", + "pubDate": "Tue, 21 Dec 2021 02:35:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255436,16 +281381,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "09b079077ac5f13149ff2db1e5af6ffd" + "hash": "8926768480938367c06229590a8a7337" }, { - "title": "La Haute Autorité de santé recommande un rappel vaccinal à partir de trois mois après la primovaccination", - "description": "Face au variant Omicron, l’instance sanitaire estime par ailleurs que l’administration d’une dose de rappel aux adolescents fragiles âgés de 12 à 17 ans « peut être envisagée ».", - "content": "Une adolescente reçoit une dose de vaccin contre le Covid-19, le 23 décembre 2021, à Anglet (Pyrénées-Atlantiques).", + "title": "Potentiel candidat à l’élection présidentielle de 2023 en RDC, Moïse Katumbi lance son parti", + "description": "L’ancien gouverneur du Katanga, qui reste pour l’instant membre de la coalition au pouvoir, a tenu un meeting à Kisangani devant une foule nombreuse.", + "content": "L’homme d’affaires et politicien congolais Moïse Katumbi lors d’un bain de foule à Kinshasa, en novembre 2020.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/24/face-au-variant-omicron-la-haute-autorite-de-sante-recommande-un-rappel-vaccinal-a-partir-de-trois-mois-apres-la-primovaccination_6107221_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/21/potentiel-candidat-a-l-election-presidentielle-de-2023-en-rdc-moise-katumbi-lance-son-parti_6106885_3212.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 11:15:49 +0100", + "pubDate": "Tue, 21 Dec 2021 09:40:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255457,16 +281402,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e7cf4175461c5dacce04ba70a994205" + "hash": "e6edb79efcf8d1972cd2d4777893e51c" }, { - "title": "Au Mali, le déploiement des mercenaires russes de Wagner complique davantage la position française", - "description": "La France, associée à quatorze autres pays, estime, pour la première fois officiellement, que des « mercenaires » russes ont commencé à prendre pied au Mali. Mais Paris assure, pour l’heure, qu’il ne retirera pas ses soldats.", - "content": "Lors d’une manifestation de soutien à la junte et à une intervention russe, à Bamako, le 28 mai 2021, quatre jours après le coup d’Etat militaire.", + "title": "Parcoursup : lancement de la phase d’orientation post-bac", + "description": "Le site Parcoursup.fr 2022 ouvre mardi. Les élèves de terminale vont pouvoir découvrir son organisation, les formations proposées et le fonctionnement de sa procédure.", + "content": "Ce sont 19 500 formations qui sont proposées pour cette promotion 2022.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/24/paris-et-ses-allies-denoncent-le-deploiement-du-groupe-wagner-au-mali_6107209_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/21/parcoursup-lancement-de-la-phase-d-orientation-post-bac_6106884_3224.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 09:38:35 +0100", + "pubDate": "Tue, 21 Dec 2021 09:35:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255478,16 +281423,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eefe004d3aa64c23fb416318696eff62" + "hash": "096a6c80d8025fd4828464d302df5119" }, { - "title": "En Angleterre, le variant Omicron menace de faire dérailler la Premier League de football", - "description": "Si les spectateurs restent admis dans les stades, trop de joueurs sont malades et deux matchs du Boxing Day sont déjà annulés.", - "content": "Lors du match de Premier League entre Tottenham et Liverpool, à Londres, le 19 décembre.", + "title": "Covid-19 : face au variant Omicron, le Maroc interdit les célébrations du Nouvel An", + "description": "Le gouvernement a annoncé une série de mesures qui seront appliquées dans la nuit du 31 décembre au 1er janvier, dont un couvre-feu de minuit à 6 heures.", + "content": "Dans un centre de vaccination à Errahma, près de Casablanca, en août 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/24/en-angleterre-le-variant-omicron-menace-de-faire-derailler-la-premier-league-de-football_6107208_3234.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/21/covid-19-face-au-variant-omicron-le-maroc-interdit-les-celebrations-du-nouvel-an_6106882_3212.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 09:36:08 +0100", + "pubDate": "Tue, 21 Dec 2021 09:24:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255499,16 +281444,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "90b9cda961bf2ec6491012893293bf26" + "hash": "96bc31a73b1ab8542346ba872a9ef167" }, { - "title": "A Saint-Dizier, la Manufacture de pianos et la petite musique de la relocalisation", - "description": "Du fait de la crise due au Covid-19, l’entreprise de Haute-Marne qui a délocalisé en Chine une partie de sa production il y a trois ans, souffre de retards liés aux perturbations logistiques et à la flambée des coûts du transport.", - "content": "La Manufacture de pianos finalise l’installation d’un nouvel atelier d’environ 5 000 mètres carrés à Saint-Dizier, à proximité de l’atelier de sa gamme plus élitiste, vendue sous la marque Gary Pons.", + "title": "CAN 2022 : le président de la Confédération africaine de football en visite au Cameroun", + "description": "Patrice Motsepe doit rencontrer le président Paul Biya et visiter le stade d’Olembé, à Yaoundé, où doit se dérouler le match d’ouverture de la compétition.", + "content": "Patrice Motsepe, le président de la Confédération africaine de football (CAF), à Sandton, en Afrique du Sud, le 25 février 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/24/a-saint-dizier-la-manufacture-de-pianos-et-la-petite-musique-de-la-relocalisation_6107206_3234.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/21/can-2022-le-president-de-la-confederation-africaine-de-football-en-visite-au-cameroun_6106881_3212.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 09:26:14 +0100", + "pubDate": "Tue, 21 Dec 2021 09:12:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255520,16 +281465,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c88ebce37e27c977ceb52e4bff956120" + "hash": "2163aecfb3a7b178b43113773a8319d3" }, { - "title": "Les conditions d’attribution des aides à la presse évoluent", - "description": "Engagée dans le sillage du combat des anciens journalistes de « Science & Vie », la révision de ces dispositifs renforce la définition de contenu journalistique, mais entérine la possibilité qu’il soit fourni par des prestataires extérieurs.", - "content": "Un kiosque à journaux, à Paris, le 21 mars 2020.", + "title": "Travailleurs sans papiers : une enquête vise une entreprise de collecte de déchets", + "description": "L’inspection du travail a ouvert une enquête sur l’entreprise de collecte de déchets Sepur. Plusieurs éboueurs sans papiers ont par ailleurs porté plainte pour extorsion contre leurs chefs d’équipe.", + "content": "Des éboueurs travaillent à Paris, le 24 mars 2020.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/24/les-conditions-d-attribution-des-aides-a-la-presse-evoluent_6107204_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/21/travailleurs-sans-papiers-une-enquete-vise-une-entreprise-de-collecte-de-dechets_6106879_3224.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 09:23:46 +0100", + "pubDate": "Tue, 21 Dec 2021 09:03:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255541,16 +281486,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c016b0c1a69a4b5e4f602e92da3ee453" + "hash": "72d382960dbbb30685ab37b5333d5f46" }, { - "title": "A Hongkong, deux sculptures commémoratives de Tiananmen retirées d’universités", - "description": "Ces décisions interviennent au lendemain du déboulonnage d’une sculpture dans une université de Hongkong. Pékin continue d’imposer sa marque autoritaire sur la région semi-autonome depuis les grandes manifestations de 2019.", - "content": "Des cartes portant l’inscription chinoise « honte » ont été placées à l’endroit d’une sculpture commémorative des manifestations de Tiananmen qui a été déboulonnée le 24 décembre 2021, à l’université Lingnan de Hongkong.", + "title": "Aux Philippines, l’île de Bohol, ravagée par le typhon Rai, appelle à l’aide", + "description": "Le gouverneur de la province a demandé mardi au gouvernement du président Rodrigo Duterte d’envoyer des fonds pour fournir eau potable et nourriture aux familles en détresse.", + "content": "Ce qu’il reste de la ville d’Ubay, dans la province de Bohol, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/24/a-hongkong-deux-sculptures-commemoratives-de-tiananmen-retirees-d-universites_6107202_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/21/une-province-des-philippines-ravagee-par-le-typhon-rai-appelle-a-l-aide_6106877_3210.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 09:18:10 +0100", + "pubDate": "Tue, 21 Dec 2021 08:23:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255562,16 +281507,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1bfa9d01488f2ad6db9a2325b3512095" + "hash": "2b864df74e14784241416aaa7ab79e18" }, { - "title": "JO de Pékin 2022 : le Japon n’enverra pas de responsables ministériels", - "description": "Les Etats-Unis, le Royaume-Uni, l’Australie et le Canada avaient déjà annoncé leur boycottage politique des Jeux, une expression que le porte-parole japonais s’est gardé d’utiliser pour qualifier la décision de son pays.", - "content": "Le porte-parole du gouvernement nippon, Hirokazu Matsuno, lors d’une conférence de presse annonçant que le Japon n’enverra pas de responsables ministériels aux Jeux olympiques d’hiver, à Pékin, en février, le 24 décembre 2021.", + "title": "Ligue 1 : à l’heure des jauges pleines, la voix des speakers retrouve de l’écho", + "description": "Alors que la Ligue 1 termine mercredi la première partie de son championnat, le rôle des animateurs au micro a repris du sens depuis le retour des supporteurs en août. Mais la dégradation de la situation sanitaire fait planer la menace du retour du huis clos.", + "content": "Le Kop Auteuil fêtait ses 30 ans à l’occasion de la réception de l’affiche entre le Paris Saint-Germain et le FC Nantes au Parc des Princes, le 20 novembre.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/24/jo-de-pekin-2022-le-japon-n-enverra-pas-de-responsables-ministeriels_6107197_3242.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/21/ligue-1-a-l-heure-des-jauges-pleines-la-voix-des-speakers-retrouve-de-l-echo_6106875_3242.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 08:10:08 +0100", + "pubDate": "Tue, 21 Dec 2021 07:00:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255583,16 +281528,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a61de249bf6856a5903ad6ff6b3df5d6" + "hash": "a964d0edad521770e0bf568f52b938a5" }, { - "title": "Au moins trente-sept morts dans l’incendie d’un ferry au Bangladesh", - "description": "Le bateau, surchargé, a pris feu au milieu d’une rivière, dans le sud du pays. Une centaine de personnes sont en outre victimes de brûlures et la police craint un bilan humain plus lourd.", - "content": "La structure brûlée du ferry dont l’incendie a tué au moins trente-deux personnes, le 24 décembre 2021, au Bangladesh.", + "title": "Premières exécutions de condamnés à mort au Japon depuis 2019", + "description": "Trois hommes ont subi la peine capitale, mardi. L’un d’eux était l’auteur de meurtres sur des membres de sa famille et des voisins en 2004, les deux autres ont commis un double meurtre en 2003.", + "content": "Trois hommes ont subi la peine capitale, mardi. L’un d’eux était l’auteur de meurtres sur des membres de sa famille et des voisins en 2004, les deux autres ont commis un double meurtre en 2003.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/24/au-moins-32-morts-dans-l-incendie-d-un-ferry-au-bangladesh_6107192_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/21/premieres-executions-de-condamnes-a-mort-au-japon-depuis-2019_6106870_3210.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 05:38:47 +0100", + "pubDate": "Tue, 21 Dec 2021 05:46:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255604,16 +281549,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "81e7754f6cf86a0f35614ba31579c382" + "hash": "728786da029567bf866f1f1c8ea921ec" }, { - "title": "Covid-19 : face au variant Omicron, des certitudes, des zones d’ombre et le risque d’une économie à nouveau désorganisée", - "description": "Très contagieux, d’une dangerosité incertaine, répondant moins aux vaccins et à la plupart des médicaments disponibles, mal suivi par les tests : le portrait-robot de ce nouveau variant commence à se préciser.", - "content": "Un échantillon prélevé sur un patient testé pour le Covid-19, à Paris, le 23 décembre 2021.", + "title": "De l’arnaque artisanale à l’escroquerie en bande organisée, plongée dans la fabrique des faux passes sanitaires", + "description": "Depuis juin, 182 000 faux passes ont été découverts. Parmi les 400 enquêtes ouvertes et la centaine d’interpellations dénombrées par le ministère de l’intérieur, les profils des faussaires et des détenteurs sont aussi divers que les méthodes utilisées.", + "content": "Devant le Parlement européen, à Strasbourg, le 24 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/24/covid-19-face-au-variant-omicron-des-certitudes-des-zones-d-ombre-et-le-risque-d-une-economie-a-nouveau-desorganisee_6107190_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/21/trafic-de-faux-passes-sanitaires-des-methodes-et-des-profils-varies_6106866_3224.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 05:36:03 +0100", + "pubDate": "Tue, 21 Dec 2021 05:28:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255625,16 +281570,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e60ad8b06954756f2d0169231c93e82" + "hash": "9c60da64b65859cc9e42799eb3457095" }, { - "title": "Amazon, Meta, Google, Lenovo… Le salon CES de Las Vegas voit la liste des défections s’allonger en raison d’Omicron", - "description": "Le salon annuel le plus connu de l’électronique grand public est pour l’instant maintenu du 5 au 8 janvier. La précédente édition s’était déroulée en ligne.", - "content": "L’entrée du Consumer Electronics Show (CES), à Las Vegas (Nevada), le 6 janvier 2020.", + "title": "Haïti : les otages nord-américains libérés se sont en fait évadés", + "description": "Après deux mois passés aux mains d’un gang, douze membres d’un groupe de missionnaires nord-américains, dont un bébé, ont retrouvé la liberté, jeudi dernier, en s’échappant en pleine nuit.", + "content": "Weston Showalter, le porte-parole de l’organisation religieuse Christian Aid Ministries, donne, le 20 décembre à Berlin (Ohio), une conférence de presse pour expliquer les circonstances de l’évasion des douze missionnaires retenus en otage à Haïti peandant deux mois. A côté de lui, une photo du groupe de dix-sept personnes kidnappées à l’origine.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/24/amazon-meta-google-lenovo-le-salon-ces-de-las-vegas-voit-la-liste-des-defections-s-allonger-en-raison-d-omicron_6107189_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/21/haiti-les-otages-nord-americains-liberes-se-sont-en-fait-evades_6106864_3210.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 05:10:00 +0100", + "pubDate": "Tue, 21 Dec 2021 04:04:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255646,16 +281591,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "48f59cd3701b631e713b959b3652bd05" + "hash": "89aaecdabc9404c87a93b13a2a5b8aff" }, { - "title": "L’ex-présidente de Corée du Sud Park Geun-hye a été graciée", - "description": "L’ancienne chef d’Etat, destituée en 2017, purgeait une peine de vingt-deux ans de prison pour corruption, abus de pouvoir et violation de la loi électorale.", - "content": "L’ancienne présidente sud-coréenne Park Geun-hye, à l’hôpital de Séoul, le 20 juillet 2021.", + "title": "Le Pentagone révèle qu’une centaine de militaires américains ont eu une « activité extrémiste interdite » dans l’année", + "description": "Parmi ces pratiques, le ministère américain de la défense cite le fait de prôner le renversement du gouvernement ou le « terrorisme intérieur ».", + "content": "Le porte-parole du Pentagone, John Kirby, en conférence de presse, le 20 décembre 2021 à Washington.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/24/l-ex-presidente-de-coree-du-sud-park-geun-hye-graciee_6107185_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/21/le-pentagone-revele-qu-une-centaine-de-militaires-americains-ont-eu-une-activite-extremiste-interdite-dans-l-annee_6106860_3210.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 04:19:07 +0100", + "pubDate": "Tue, 21 Dec 2021 02:14:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255667,16 +281612,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb2e11128a17ffb1a3e29e1af9875184" + "hash": "6734c7362339150c12db7d89fb42d326" }, { - "title": "Covid-19 : malgré la propagation du variant Omicron, les Américains déterminés à voyager pour les fêtes", - "description": "D’après des estimations, plus de 109 millions de personnes devaient quitter leur région entre le 23 décembre et le 2 janvier, un chiffre en hausse de 34 % par rapport à l’an dernier.", - "content": "D’après des estimations, plus de 109 millions de personnes devaient quitter leur région entre le 23 décembre et le 2 janvier, un chiffre en hausse de 34 % par rapport à l’an dernier.", + "title": "L’enseignant qui accusait Sciences Po Grenoble d’être un institut de « rééducation politique » suspendu pour diffamation", + "description": "Ce professeur avait été accusé en début d’année par des étudiants d’être islamophobe. Par la suite, il avait reproché à la direction de ne pas l’avoir protégé, et à ses collègues d’avoir endoctriné les élèves.", + "content": "Des étudiants manifestent contre l’islamophobie, devant le campus de Sciences Po Grenoble, à Saint-Martin-d’Hères (Isère), le 9 mars 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/24/covid-19-malgre-la-poussee-du-variant-omicron-les-americains-determines-a-voyager-pour-les-fetes_6107181_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/20/l-enseignant-qui-accusait-sciences-po-grenoble-d-etre-un-institut-de-reeducation-politique-suspendu-pour-diffamation_6106848_3224.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 02:58:49 +0100", + "pubDate": "Mon, 20 Dec 2021 21:59:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255688,16 +281633,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c3b5387b0f4e69b1a796558acaafc9e" + "hash": "8b0314d138550dcf2c5a4387bd313364" }, { - "title": "Les Etats-Unis interdisent l’importation de produits du Xinjiang issus du travail forcé", - "description": "La loi signée par Joe Biden, jeudi, s’inscrit dans la logique de condamnation de la répression des Ouïgours par Pékin, et notamment leur enfermement dans des camps de travail.", - "content": "Une usine de coton, à Aksou, dans la province chinoise du Xinjiang, en avril 2021.", + "title": "Jacques Vendroux, voix historique du football à Radio France, recruté par Europe 1", + "description": "Le journaliste quitte le groupe radiophonique public après cinquante-cinq ans sur les antennes.", + "content": "Le journaliste Jacques Vendroux, à Paris, en septembre 2009.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/24/les-etats-unis-interdissent-l-importation-de-produits-du-xinjiang-issus-du-travail-force_6107174_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/20/medias-europe-1-recrute-jacques-vendroux-voix-historique-du-football-a-radio-france_6106847_3234.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 01:01:18 +0100", + "pubDate": "Mon, 20 Dec 2021 21:48:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255709,16 +281654,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1770a58937bba9aa2bb1fc2a23a2496" + "hash": "c119824380ebc2be8c3e74de383b8ce5" }, { - "title": "Naufrage de migrants dans la Manche : les corps de seize victimes rapatriés au Kurdistan d’Irak", - "description": "Au moins vingt-sept personnes ont péri dans le drame du 24 novembre, le plus meurtrier survenu dans la mer sillonnée quotidiennement par des migrants qui tentent de rejoindre le Royaume-Uni.", - "content": "Un homme accueille le cercueil d’une des seize victimes mortes le 24 novembre, lors d’un naufrage en Manche, à l’aéroport d’Erbil, en Irak, dimanche 26 décembre.", + "title": "Alaa Abdel Fattah, figure de la révolution égyptienne, condamné à cinq ans de prison", + "description": "Alaa Abdel Fattah était déjà en détention provisoire depuis plus de deux ans. Il a passé au total sept ans en prison depuis 2013.", + "content": "Alaa Abdel Fattah, le 23 mai 2015, au tribunal du Caire.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/26/naufrage-de-migrants-dans-la-manche-les-corps-de-seize-victimes-rapatries-au-kurdistan-d-irak_6107316_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/20/alaa-abdel-fattah-figure-de-la-revolution-egyptienne-condamne-a-cinq-ans-de-prison_6106846_3212.html", "creator": "", - "pubDate": "Sun, 26 Dec 2021 03:56:08 +0100", + "pubDate": "Mon, 20 Dec 2021 20:23:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255730,16 +281675,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cf85c8f15741b81088825f054cd981f" + "hash": "ee329a28567a0c19b30bea2a84a53e16" }, { - "title": "Covid-19 dans le monde : près de 6 300 vols annulés le week-end de Noël, la Chine en alerte", - "description": "Les voyages de fin d’année connaissent des perturbations en raison de la propagation fulgurante du variant Omicron sur la planète.", - "content": "A l’aéroport de Los Angeles, en Californie, vendredi 24 décembre 2021.", + "title": "« Nous ne devons pas paniquer » : Joe Biden estime que les Etats-Unis sont « prêts » à affronter le variant Omicron", + "description": "Le nouveau variant a représenté 73,2 % des nouvelles contaminations au Covid-19 la semaine écoulée aux Etats-Unis.", + "content": "Joe Biden, le 21 décembre à la Maison Blanche.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/25/covid-19-dans-le-monde-plus-de-4-500-vols-annules-le-week-end-de-noel-la-chine-en-alerte_6107282_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/21/nous-ne-devons-pas-paniquer-joe-biden-estime-que-les-etats-unis-sont-prets-a-affronter-le-variant-omicron_6106945_3244.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:09:02 +0100", + "pubDate": "Tue, 21 Dec 2021 22:25:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255751,16 +281696,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "35dd51ae3e92d1b5f2bf3d07c9037fdf" + "hash": "ea0e2cc4666e2b390931a2a468630ca7" }, { - "title": "Etats-Unis : une policière reconnue coupable d’homicide involontaire sur un conducteur noir", - "description": "L’agente a plaidé avoir confondu son arme avec son Taser lors de l’interpellation d’un Afro-Américain de 20 ans. Elle encourt une peine maximale de vingt-cinq ans de prison et devrait être fixée sur son sort en février.", - "content": "Kim Potter et son avocat, au tribunal, à Minneapolis (Minnesota), le 23 décembre 2021.", + "title": "Autonomie, situation des prisonniers, énergie... Paris et la Corse à la recherche d’un « accord complet » à la veille de la présidentielle", + "description": "Un nouveau cycle de négociations s’est ouvert en octobre entre le président du Conseil exécutif de Corse, Gilles Simeoni, et l’Etat.", + "content": "Gilles Simeoni, à gauche, célèbre son élection à la présidence du Conseil exécutif de Corse, à Ajaccio, le 1er juillet 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/23/etats-unis-une-policiere-reconnue-coupable-d-homicide-involontaire-sur-un-conducteur-noir_6107171_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/20/le-paquet-global-corse-au-c-ur-de-la-presidentielle_6106741_823448.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 23:58:14 +0100", + "pubDate": "Mon, 20 Dec 2021 04:28:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255772,16 +281717,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "293b979312f5ee6de08cc70d3b31e1ee" + "hash": "4652bf511b4d48784f4aeecb489048d7" }, { - "title": "Accusé de comportement inapproprié par des femmes, l’acteur américain James Franco reconnaît des relations sexuelles", - "description": "Des anciennes élèves de l’école que l’acteur américain avait développée à Hollywood avaient dénoncé des comportements inappropriés en 2018.", - "content": "Des anciennes élèves de l’école que l’acteur américain avait développée à Hollywood avaient dénoncé des comportements inappropriés en 2018.", + "title": "Que sait-on de la fiabilité des tests antigéniques ?", + "description": "Les dépistages se multiplient à l’approche des fêtes de fin d’année, mais les résultats des tests antigéniques doivent être appréhendés avec précaution.", + "content": "Le barnum devant la pharmacie de l'Odéon, dans le 6e arrondissement de Paris, pratique des tests antigéniques sans rendez-vous.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/23/accuse-de-comportement-inapproprie-par-des-femmes-l-acteur-americain-james-franco-reconnait-des-relations-sexuelles_6107170_3246.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/21/que-sait-on-de-la-fiabilite-des-tests-antigeniques_6106923_4355770.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 22:25:04 +0100", + "pubDate": "Tue, 21 Dec 2021 16:57:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255793,16 +281738,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71e02c4567d572bcd7a108023ca9123a" + "hash": "59ef08838172cee769e6f1013bc093c4" }, { - "title": "L’ex-premier ministre français François Fillon rejoint un géant de la pétrochimie russe", - "description": "L’ancien homme politique a été nommé au conseil de la société Sibur. Ce groupe est notamment contrôlé par l’un des hommes les plus riches de Russie et un proche du président Vladimir Poutine.", - "content": "François Fillon, au palais de justice de Paris, le 22 novembre 2021.", + "title": "Covid-19 : le gouvernement veut faire voter le passe vaccinal le plus vite possible et n’exclut pas de nouvelles restrictions", + "description": "Un conseil des ministres exceptionnel aura lieu le 27 décembre, avec l’ambition d’une « adoption définitive » par le Parlement « dès la première quinzaine du mois de janvier ». D’ici là, l’exécutif s’attend à « une période de turbulences ».", + "content": "Un policier contrôle les passes sanitaires de clients d’un bar de Saint-Malo, le 19 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/23/l-ex-premier-ministre-francais-francois-fillon-rejoint-un-geant-de-la-petrochimie-russe_6107169_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/21/covid-19-en-france-le-gouvernement-accelere-sur-le-passe-vaccinal-et-n-exclut-pas-de-nouvelles-mesures_6106912_3244.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 21:50:33 +0100", + "pubDate": "Tue, 21 Dec 2021 14:14:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255814,16 +281759,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84d11e1b184bf9977195816b4bdfe219" + "hash": "8960a63e8d39cdab17b680578f6261ce" }, { - "title": "Enquête | Le port d’Anvers, épicentre du trafic de cocaïne en Europe", - "description": "« L’Europe des narcos » (2/2). L’immense port belge est devenu la principale porte d’entrée de la cocaïne sur le marché européen. Policiers et douaniers ont beau multiplier les saisies, ils avouent une forme d’impuissance face à l’emprise de certaines organisations criminelles.", - "content": "Vue aérienne du port d’Anvers, le 19 novembre 2021.", + "title": "Covid-19 : aux Antilles, les soignants réfractaires au vaccin pourront bénéficier d’une rupture conventionnelle", + "description": "Selon l’ARS de Guadeloupe, près de 10 000 soignants sont concernés par l’obligation vaccinale, et plus de 90 % d’entre eux sont « en conformité » avec la loi.", + "content": "De « 6 % à 7 % de soignants » ne sont pas vaccinés en Guadeloupe, selon l’ARS de l’île.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/23/des-chargements-de-plusieurs-centaines-de-kilos-de-cocaine-c-est-devenu-la-routine-le-port-d-anvers-epicentre-de-tous-les-trafics_6107089_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/20/covid-19-aux-antilles-les-soignants-refractaires-au-vaccin-pourront-beneficier-d-une-rupture-conventionnelle_6106841_3244.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 04:05:59 +0100", + "pubDate": "Mon, 20 Dec 2021 19:21:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255835,16 +281780,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "23a254281c741a543c7e82accee9c7e5" + "hash": "1755eeb1e377c7d1941a6d61df71c9bb" }, { - "title": "Il s’agit du nombre le plus élevé de cas quotidiens jamais atteint depuis le début de l’épidémie en France. Le conseil scientifique, qui conseille le gouvernement, estime qu’il pourrait devenir nécessaire d’alléger les règles d’isolement.", - "description": "Il s’agit du nombre le plus élevé de cas quotidiens jamais atteint depuis le début de l’épidémie en France. Le conseil scientifique, qui conseille le gouvernement, estime qu’il pourrait devenir nécessaire d’alléger les règles d’isolement.", - "content": "Des personnes font la queue dans l’attente d’un test de dépistage du Covid-19, à Paris, le 23 décembre 2021.", + "title": "En Haïti, l’explosion d’un camion-citerne a fait au moins 90 morts", + "description": "Il s’agit « toujours malheureusement d’un chiffre partiel » vu l’état critique de certaines personnes hospitalisées, a fait savoir la mairie de Cap-Haïtien, où a eu lieu l’accident.", + "content": "Le lieu de l’accident, à Cap-Haïtien, le 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/23/omicron-l-absenteisme-pourrait-desorganiser-la-france-alerte-le-conseil-scientifique_6107138_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/en-haiti-l-explosion-d-un-camion-citerne-fait-au-moins-90-morts_6106840_3210.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:11:48 +0100", + "pubDate": "Mon, 20 Dec 2021 19:13:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255856,16 +281801,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "540ec0ad7d4f08348dde52a3ceda039b" + "hash": "2cfb82e99178e27d0fda6a7ed92f4571" }, { - "title": "Assaut du Capitole : Trump demande à la Cour suprême de bloquer le transfert de documents à la commission", - "description": "L’ex-président veut garder secrètes ces archives incluant, entre autres, les listes de personnes lui ayant rendu visite ou l’ayant appelé le 6 janvier, que lui réclame une commission parlementaire aux mains des démocrates.", - "content": "L’ex-président veut garder secrètes ces archives incluant, entre autres, les listes de personnes lui ayant rendu visite ou l’ayant appelé le 6 janvier, que lui réclame une commission parlementaire aux mains des démocrates.", + "title": "14 sujets de dispute pour animer votre réveillon : le passe sanitaire, les sondages, les vaccins contre le Covid-19, l’écriture inclusive", + "description": "Encore cette année, vous ne devriez pas échapper aux débats avec vos proches… Voici quelques arguments « pour » et « contre » sur des sujets incontournables de l’année.", + "content": "Encore cette année, vous ne devriez pas échapper aux débats avec vos proches… Voici quelques arguments « pour » et « contre » sur des sujets incontournables de l’année.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/23/assaut-du-capitole-trump-demande-a-la-cour-supreme-de-bloquer-le-transfert-de-documents-a-la-commission_6107163_3210.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/20/vaccins-chasse-miss-france-mondial-au-qatar-14-sujets-de-dispute-pour-animer-votre-reveillon_6106836_4355770.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 19:48:22 +0100", + "pubDate": "Mon, 20 Dec 2021 18:38:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255877,16 +281822,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9be0dca373b3722e62f5193a7fb02633" + "hash": "d90b7e73bfe11acd2ae3f0348bc7c764" }, { - "title": "L’écrivaine américaine Joan Didion est morte", - "description": "Essayiste et romancière, Joan Didion est morte jeudi à l’âge de 87 ans. Elle fut l’une des pionnières du « new journalism », dénommé aussi « journalisme littéraire » ou « littérature du réel ».", - "content": "L’écrivaine Joan Didion en 2009.", + "title": "La banque suisse UBS, condamnée en France pour fraude fiscale, se pourvoit en cassation", + "description": "Elle avait été condamnée à un total de 1,8 milliard d’euros en appel pour avoir envoyé des commerciaux suisses en France afin de « chasser » les riches clients de sa filiale française.", + "content": "Elle avait été condamnée à un total de 1,8 milliard d’euros en appel pour avoir envoyé des commerciaux suisses en France afin de « chasser » les riches clients de sa filiale française.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/23/l-ecrivaine-americaine-joan-didion-est-morte_6107157_3382.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/20/fraude-fiscale-ubs-se-pourvoit-en-cassation_6106835_3234.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 18:34:00 +0100", + "pubDate": "Mon, 20 Dec 2021 18:34:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255898,16 +281843,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1941849706420c54159e06143b033b9f" + "hash": "0a09fb6a274332a9fc0291e8268d802f" }, { - "title": "Covid-19 : Emmanuel Macron s’accroche à sa stratégie vaccinale contre le variant Omicron", - "description": "Le chef de l’Etat mise sur la troisième dose et la vaccination des enfants pour ne pas avoir à imposer d’autres mesures restrictives, du moins dans l’immédiat. Un conseil des ministres extraordinaire doit se réunir à l’Elysée lundi 27 décembre.", - "content": "Emmanuel Macron, au local de l’association Aider la vie / Entraide 18 à Bourges, le 7 décembre 2021.", + "title": "« Protéger sans isoler » dans les Ehpad : les recommandations du gouvernement pour les fêtes de Noël", + "description": "Elles ont été formulées lundi, pour répondre aux critiques de collectifs de familles contre des restrictions de liberté imposées par certains directeurs d’établissements ou agences régionales de santé.", + "content": "Dans un Ehpad du centre hospitalier Léopold-Ollier à Chambonas, en Ardèche, le 7 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/23/face-a-omicron-emmanuel-macron-s-accroche-a-sa-strategie-vaccinale_6107155_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/20/covid-19-proteger-sans-isoler-les-residents-des-ehpad-pour-noel_6106834_3244.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 18:00:12 +0100", + "pubDate": "Mon, 20 Dec 2021 18:15:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255919,16 +281864,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bca8530e63da8bb63df22e18e51c1aad" + "hash": "9512e8c78177f99a9098f3805bd9f630" }, { - "title": "Covid-19 : les réponses aux principales questions sur la vaccination des enfants", - "description": "La campagne vaccinale a été étendue, mercredi, à l’ensemble des enfants de 5 ans à 11 ans, ce qui suscite de nombreuses interrogations.", - "content": "Vaccination d’une petite fille, à Strasbourg, le 22 décembre 2021.", + "title": "Nouvelle passe d’armes diplomatique entre l’Allemagne et la Russie après le meurtre d’un exilé tchétchène à Berlin", + "description": "La Russie expulse des diplomates allemands. Berlin accuse en effet Moscou d’avoir commandité l’assassinat sur son sol d’un opposant tchétchène en 2019.", + "content": "Les avocats de la défense (de gauche à droite), Christian Koch, Ingmar Pauli et Robert Unger, lors du verdict prononcé au tribunal régional supérieur de Berlin, le 15 décembre 2021, concernant le meurtre de Zelimkhan Tornike Khangochvili.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/23/vaccination-des-enfants-contre-le-covid-19-ou-prendre-rendez-vous-quels-sont-les-benefices-nos-reponses-a-vos-questions_6107115_4355770.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/nouvelle-passe-d-armes-entre-l-allemagne-et-la-russie-apres-le-meurtre-d-un-exile-tchetchene-a-berlin_6106829_3210.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 10:08:12 +0100", + "pubDate": "Mon, 20 Dec 2021 17:27:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255940,16 +281885,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c80e5b1c12bd5be0021d82a90536c48f" + "hash": "fa23fdc94e272d647d7807a8059ccab1" }, { - "title": "La pilule anti-Covid de Merck à son tour autorisée aux Etats-Unis", - "description": "Cette approbation survient au lendemain de celle concernant le même type de traitement développé par Pfizer. Cette pilule est destinée aux adultes susceptibles de développer des formes graves du Covid-19.", - "content": "La pilule anti-Covid du laboratoire Merck a été autorisée aux Etats-Unis, le 23 décembre 2021.", + "title": "Au Gabon, un ancien coach de football arrêté après le dépôt d’une plainte pour pédophilie", + "description": "Patrick Assoumou Eyi est accusé d’avoir agressé sexuellement des centaines d’enfants lorsqu’il entraînait la sélection nationale des moins de 17 ans.", + "content": "Des jeunes Gabonais jouent au football à Franceville, en janvier 2017.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/23/la-pilule-anti-covid-de-merck-autorisee-aux-etats-unis_6107148_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/20/au-gabon-un-ancien-coach-de-football-arrete-apres-le-depot-d-une-plainte-pour-pedophilie_6106828_3212.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 16:42:16 +0100", + "pubDate": "Mon, 20 Dec 2021 17:21:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255961,16 +281906,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "88e07b1b18f334e42b8011ba7e7a9406" + "hash": "aedca405f7b6583febe405f94272a1c8" }, { - "title": "Passe vaccinal : avant l’examen du projet de loi, l’opposition critique un « manque d’anticipation » vis-à-vis des tests", - "description": "« Insoumis » et écologistes s’alarment jeudi d’une possible pénurie de tests et d’autotests de dépistage du SARS-CoV-2.", - "content": "Plusieurs personnes patientent devant une pharmacie, avant de faire un test pour détecter s’ils sont positifs au SARS-CoV-2, le 23 décembre 2021 à Paris.", + "title": "Le produit du laboratoire américain utilise une technologie plus classique que celles des vaccins à ARN messager. Il déclenche une réponse immunitaire sans injection de virus, qui peut en revanche être faible.", + "description": "Le produit du laboratoire américain utilise une technologie plus classique que celles des vaccins à ARN messager. Il déclenche une réponse immunitaire sans injection de virus, qui peut en revanche être faible.", + "content": "Le produit du laboratoire américain utilise une technologie plus classique que celles des vaccins à ARN messager. Il déclenche une réponse immunitaire sans injection de virus, qui peut en revanche être faible.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/23/passe-vaccinal-avant-l-examen-du-projet-de-loi-l-opposition-critique-un-manque-d-anticipation-vis-a-vis-des-tests_6107147_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/20/covid-19-l-agence-europeenne-des-medicaments-approuve-le-vaccin-de-novavax_6106809_3244.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 16:10:01 +0100", + "pubDate": "Mon, 20 Dec 2021 14:15:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -255982,16 +281927,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "800d1624685d90788d413e92706c5789" + "hash": "b1780d01cec77d98a393effcc44c0881" }, { - "title": "Covid-19 : masque en extérieur en Italie, couvre-feu en Catalogne… les restrictions se multiplient en Europe", - "description": "En Italie, le masque assurant une protection supérieure, le FFP2, deviendra obligatoire pour se rendre au cinéma, au théâtre, aux événements sportifs ou dans les transports publics, bus, cars, avions ou navires.", - "content": "Une femme à vélo lors d’un précédent couvre-feu, à Barcelone, le 26 octobre 2020.", + "title": "La ministre du travail, Elisabeth Borne, a réuni lundi les partenaires sociaux en visioconférence pour aborder la question. Bilan : les syndicats « n’y sont pas favorables » et les organisations patronales « sont réservées ».", + "description": "La ministre du travail, Elisabeth Borne, a réuni syndicats et organisations patronales pour aborder la question. Bilan : les premiers « n’y sont pas favorables » et les secondes « sont réservées ».", + "content": "La ministre du travail, Elisabeth Borne, a réuni syndicats et organisations patronales pour aborder la question. Bilan : les premiers « n’y sont pas favorables » et les secondes « sont réservées ».", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/23/covid-19-la-catalogne-instaure-un-couvre-feu-les-restrictions-se-multiplient-en-europe_6107146_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/20/covid-19-negociations-entre-le-gouvernement-et-les-partenaires-sociaux-sur-un-passe-vaccinal-en-entreprises_6106796_3244.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 15:54:15 +0100", + "pubDate": "Mon, 20 Dec 2021 12:26:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256003,16 +281948,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f76038f9dbc26a8b6cb76e103b6239b" + "hash": "4f543d60e7cb21b49db6a3bbc15ae531" }, { - "title": "Rap, jazz, rock, classique, chanson… Les albums préférés du « Monde » en 2021", - "description": "Les rédactrices et rédacteurs de la rubrique Musiques du « Monde » présentent chacun leurs cinq disques favoris, parmi ceux remarqués et défendus durant l’année écoulée.", - "content": "Pochette de l’album « An Evening with Silk Sonic » de Bruno Mars et Anderson .Paak.", + "title": "Comprendre l’imbroglio autour de Francis Palombi, passé de provaccin à « non-vacciné repenti »", + "description": "Le président de la Confédération des commerçants de France a, depuis son lit d’hôpital, exhorté à se faire vacciner. Un témoignage jugé incohérent par les activistes antivax.", + "content": "L’appel à la vaccination de Francis Palombi, présenté comme un « non-vacciné repenti », alors qu’il avait toujours été publiquement pour, a suscité incompréhension et suspicion.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/23/rap-jazz-rock-classique-chanson-les-albums-preferes-du-monde-en-2021_6107141_3246.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/20/comprendre-l-imbroglio-autour-de-francis-palombi-passe-de-provaccin-a-non-vaccine-repenti_6106827_4355770.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:24:37 +0100", + "pubDate": "Mon, 20 Dec 2021 17:10:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256024,16 +281969,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fb3b7b378c1e06c64c0fc260ddec49d" + "hash": "d4da619d4f8caa590aa346b6b37eebbd" }, { - "title": "Covid-19 dans le monde : près de 6 000 vols annulés le week-end de Noël, la Chine en alerte", - "description": "Les voyages de fin d’année connaissent des perturbations en raison de la propagation fulgurante du variant Omicron sur la planète.", - "content": "A l’aéroport de Los Angeles, en Californie, vendredi 24 décembre 2021.", + "title": "Les victimes des chasses aux sorcières entre le XVIe et le XVIIIe siècle bientôt officiellement innocentées en Ecosse", + "description": "Près de 4 000 personnes ont été jugées pour sorcellerie en Ecosse. Un texte visant à blanchir leur mémoire a été déposé au Parlement écossais, et devrait être voté d’ici à l’été 2022.", + "content": "Neuf femmes sont brûlées pour sorcellerie sur une berge de Dumfries, en Ecosse (13 avril 1659).", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/25/covid-19-dans-le-monde-plus-de-4-500-vols-annules-le-week-end-de-noel-la-chine-en-alerte_6107282_3244.html", + "link": "https://www.lemonde.fr/big-browser/article/2021/12/20/en-ecosse-les-victimes-des-chasses-aux-sorcieres-bientot-officiellement-innocentees_6106826_4832693.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:09:02 +0100", + "pubDate": "Mon, 20 Dec 2021 17:02:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256045,16 +281990,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6c6c0e6c061fcab1f594a07a2e9ef4e6" + "hash": "ff704f2aad95f42f7a1f01041b08c59b" }, { - "title": "La Belgique arrêtera ses sept réacteurs nucléaires d’ici à 2025", - "description": "L’accord conclu entre les sept partis partenaires de la coalition gouvernementale ne ferme cependant pas la porte au nucléaire de nouvelle génération.", - "content": "L’accord conclu entre les sept partis partenaires de la coalition gouvernementale ne ferme cependant pas la porte au nucléaire de nouvelle génération.", + "title": "Le journal espagnol « El Pais » transmet au Vatican une enquête sur 251 membres du clergé accusés de pédocriminalité", + "description": "Le journal a mené une enquête pendant trois ans avant de remettre un rapport de 385 pages au pape François.", + "content": "Des religieux brandissent des croix lors de la congrégation de l’église Our Lady of Guadalupe le samedi 11 décembre 2021 à Midland, Texas.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/23/la-belgique-arretera-ses-sept-reacteurs-nucleaires-d-ici-a-2025_6107140_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/le-journal-espagnol-el-pais-transmet-au-vatican-une-enquete-sur-251-membres-du-clerge-accuses-de-pedocriminalite_6106821_3210.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:23:49 +0100", + "pubDate": "Mon, 20 Dec 2021 16:47:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256066,16 +282011,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bae3336cd0cfa853ad7d20367b03cc9" + "hash": "d4ba843a9c89d378ffd71eee96dc5ef7" }, { - "title": "Log4j : le ministère belge de la défense victime d’une cyberattaque", - "description": "Une partie de ses activités sont paralysées depuis le 16 décembre par des pirates ayant mis à profit « Log4shell », une des failles de sécurité les plus importantes de ces dernières années.", - "content": "Une partie de ses activités sont paralysées depuis le 16 décembre par des pirates ayant mis à profit « Log4shell », une des failles de sécurité les plus importantes de ces dernières années.", + "title": "« On a joué le jeu, on est vaccinés, on se fait tester. On en a marre » : la grande lassitude face à une épidémie qui n’en finit pas", + "description": "Partout en France, l’envolée des contaminations, qui menacent de se multiplier avec la propagation du variant Omicron, éreinte une population qui pensait passer enfin des fêtes normales grâce au vaccin.", + "content": "Partout en France, l’envolée des contaminations, qui menacent de se multiplier avec la propagation du variant Omicron, éreinte une population qui pensait passer enfin des fêtes normales grâce au vaccin.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/23/log4j-le-ministere-belge-de-la-defense-victime-d-une-cyberattaque_6107134_4408996.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/20/personne-ne-peut-dire-moi-ca-va-nickel-face-au-covid-19-la-grande-vague-de-lassitude_6106757_3244.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 13:22:06 +0100", + "pubDate": "Mon, 20 Dec 2021 06:23:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256087,16 +282032,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e97f3c50594689c2d08770ca3b38394" + "hash": "71cd0769d5bad0a2f43153cc50c0d7e1" }, { - "title": "Vladimir Poutine évoque « une réaction positive » des Occidentaux après l’annonce de négociations sur l’OTAN", - "description": "Le président russe a toutefois réitéré ses exigences visant à interdire tout élargissement futur de l’Alliance atlantique, au cours de sa conférence de presse annuelle, réclamant des « garanties maintenant, pas dans dix ans ».", - "content": "Le président russe, Vladimir Poutine, lors de sa conférence de presse annuelle à Moscou, le 23 décembre 2021.", + "title": "En Ethiopie, les rebelles du Tigré annoncent se retirer des régions de l’Amhara et de l’Afar", + "description": "Selon Getachew Reda, le porte-parole du TPLF, les forces tigréennes sont en train de se replier pour « ouvrir la porte » à l’aide humanitaire.", + "content": "Un véhicule militaire détruit à Karakore, en région Amhara, le 10 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/23/vladimir-poutine-evoque-une-reaction-positive-des-occidentaux-apres-l-annonce-de-negociations-sur-l-otan_6107133_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/20/en-ethiopie-les-rebelles-du-tigre-annoncent-se-retirer-des-regions-de-l-amhara-et-de-l-afar_6106817_3212.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 13:05:38 +0100", + "pubDate": "Mon, 20 Dec 2021 16:10:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256108,16 +282053,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6c9f7b07fc4cb9e50a20017a0583adc" + "hash": "5f9b0b1bc8d5d98712b4c6c61d4e1084" }, { - "title": "Référendum en Nouvelle-Calédonie : l’un des principaux mouvements indépendantistes dépose un premier recours", - "description": "« Les conditions d’organisation du scrutin ont altéré la sincérité de la consultation », selon le Parti de libération kanak. Le non à l’indépendance l’a emporté lors du dernier référendum sur l’autodétermination de l’archipel.", - "content": "Les indépendantistes avaient appelé au report du scrutin et, face au refus de l’Etat, avaient appelé à la non-participation de leurs militants et sympathisants au vote.", + "title": "Le Forum économique de Davos, prévu en janvier, reporté au début de l’été 2022", + "description": "En raison de la propagation du variant Omicron, les organisateurs ont préféré annuler la rencontre qui devait avoir lieu du 17 au 21 janvier.", + "content": "Le logo du Forum économique mondial.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/23/referendum-en-nouvelle-caledonie-l-un-des-principaux-mouvements-independantistes-depose-un-premier-recours_6107132_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/20/le-forum-economique-de-davos-prevu-en-janvier-reporte-au-debut-de-l-ete-2022_6106816_3234.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 12:32:48 +0100", + "pubDate": "Mon, 20 Dec 2021 15:19:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256129,16 +282074,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1031ef7895231ac46e75102dbbc453dc" + "hash": "e3a78518d669c022415ab5e0af4229b5" }, { - "title": "Covid-19 dans le monde : plus de 4 500 vols annulés le week-end de Noël, la Chine en alerte", - "description": "Les voyages de fin d’année connaissent des perturbations en raison de la propagation fulgurante du variant Omicron sur la planète.", - "content": "A l’aéroport de Los Angeles, en Californie, vendredi 24 décembre 2021.", + "title": "Une nouvelle photo embarrassante pour Boris Johnson, en train de boire du vin lors d’une réunion festive en plein confinement de 2020", + "description": "Le « Guardian » a publié un cliché du premier ministre britannique en train de boire du vin avec une quinzaine de personnes dans le jardin de sa résidence de Downing Street. La photo date de mai 2020 selon le quotidien britannique.", + "content": "Le premier ministre britannique, Boris Johnson, le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/25/covid-19-dans-le-monde-plus-de-4-500-vols-annules-le-week-end-de-noel-la-chine-en-alerte_6107282_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/au-royaume-uni-une-nouvelle-photo-de-boris-johnson-dans-une-reunion-festive-en-plein-confinement-fait-polemique_6106814_3210.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 11:09:02 +0100", + "pubDate": "Mon, 20 Dec 2021 14:47:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256150,16 +282095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b80eee3935d79cbde36b0ae71da89550" + "hash": "c057fd396b24c4495fb2ee9225671ce6" }, { - "title": "Le télescope James-Webb prêt à être lancé", - "description": "La fusée Ariane-5 propulsera cet instrument d’observation du cosmos, le plus perfectionné jamais envoyé dans l’espace, depuis le centre spatial guyanais, à partir de 9 h 20 (13 h 20 à Paris).", - "content": "Photo fournie par la NASA de la fusée Ariane-5 transportant le télescope spatial James-Webb.", + "title": "Covid-19 : la vaccination des enfants de 5 à 11 ans approuvée par la Haute Autorité de santé", + "description": "Après la décision du Comité d’éthique vendredi, il s’agit du deuxième avis que le gouvernement attendait pour commencer la vaccination des enfants. Le Conseil d’orientation de la stratégie vaccinale doit encore rendre ses conclusions mercredi, date à laquelle le gouvernement entend commencer la campagne.", + "content": "Après la décision du Comité d’éthique vendredi, il s’agit du deuxième avis que le gouvernement attendait pour commencer la vaccination des enfants. Le Conseil d’orientation de la stratégie vaccinale doit encore rendre ses conclusions mercredi, date à laquelle le gouvernement entend commencer la campagne.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/25/le-telescope-james-webb-pret-a-etre-lance_6107278_1650684.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/20/covid-19-la-vaccination-des-enfants-de-5-a-11-ans-approuvee-par-la-haute-autorite-de-sante_6106812_3244.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 10:25:14 +0100", + "pubDate": "Mon, 20 Dec 2021 14:37:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256171,16 +282116,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9e3360f79c96551229ef6c39998e275" + "hash": "7e621b65760998127334f41bbfec58a0" }, { - "title": "Au Soudan, Internet et téléphones coupés avant un appel à manifester contre les militaires", - "description": "Les militants qui s’organisent régulièrement en ligne ou diffusent en direct des images de leurs défilés sont privés d’accès aux réseaux sociaux samedi.", - "content": "Manifestation à Khartoum, au Soudan, à la date du 3e anniversaire de la révolution, le 19 décembre 2021.", + "title": "BNP Paribas vend sa banque américaine Bank of the West pour plus de 16 milliards de dollars", + "description": "Avec cette opération, le groupe bancaire français se retire du marché américain de la banque de détail, qu’il avait investi il y a plus de quarante ans.", + "content": "Une banderole affichant le logo de la banque BNP Paribas, à Paros, le 4 février 2020.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/25/nouvelle-manifestation-au-soudan-internet-et-ponts-coupes-a-khartoum_6107274_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/20/bnp-paribas-vend-sa-banque-americaine-bank-of-the-west-pour-plus-de-16-milliards-de-dollars_6106811_3234.html", "creator": "", - "pubDate": "Sat, 25 Dec 2021 09:54:02 +0100", + "pubDate": "Mon, 20 Dec 2021 14:20:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256192,16 +282137,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "29e0d3096567c85e2ccef3d89436a960" + "hash": "6f6568aeb55f408034f852d024de4e7d" }, { - "title": "Grèce : une trentaine de migrants sont morts dans plusieurs naufrages cette semaine", - "description": "Quelques heures à peine après qu’une première embarcation s’est échouée sur un îlot près d’Anticythère, faisant onze morts et 90 rescapés, un autre bateau a chaviré au large de l’île de Paros. Selon un premier bilan, soixante-trois personnes ont été secourues et seize sont mortes.", - "content": "Un bateau de migrants arrive sur l’île de Lesbos, en 2015.", + "title": "Avec la prolongation des mesures de restrictions en France, de plus en plus de menaces de mort contre les élus", + "description": "Des mesures comme l’instauration du passe sanitaire exposent de nouveau les élus à des messages haineux anonymes. Certains dénoncent la dégradation du débat public.", + "content": "Un incendie criminel a visé la permanence du député LRM Sacha Houlié, à Poitiers, le 20 août 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/24/au-moins-quatorze-morts-dans-deux-naufrages-de-bateaux-de-migrants-en-grece_6107257_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/20/avec-la-prolongation-de-la-crise-sanitaire-les-menaces-de-morts-envers-les-elus-en-recrudescence_6106808_823448.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 23:45:08 +0100", + "pubDate": "Mon, 20 Dec 2021 14:00:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256213,16 +282158,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8a8dde75da105dcf5c8185a03c373be" + "hash": "ca7cf2135e92f3aeccbe21d5db43dda4" }, { - "title": "A la messe de Noël, le pape François appelle les fidèles à « redécouvrir les petites choses de la vie »", - "description": "Quelque 2 000 personnes ont assisté à cette célébration, masquées et assises à distance les unes des autres. En 2020, seules 200 personnes avaient pu assister à la messe en raison des restrictions.", - "content": "Quelque 2 000 personnes ont assisté à cette célébration, masquées et assises à distance les unes des autres. En 2020, seules 200 personnes avaient pu assister à la messe en raison des restrictions.", + "title": "Philippines : le bilan du typhon Rai monte à 375 morts", + "description": "La branche philippine de la Croix-Rouge fait état d’un « carnage complet » au niveau des zones côtières après le passage du typhon, le plus puissant qui ait frappé les Philippines cette année. Les survivants, désespérés, appellent à un approvisionnement urgent en eau et en nourriture.", + "content": "Un Philippin parcourt les ruines de sa maison, à San Jose, aux Philippines, le 19 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/24/a-la-messe-de-noel-le-pape-francois-appelle-les-fideles-a-redecouvrir-les-petites-choses-de-la-vie_6107256_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/aux-philippines-le-bilan-du-passage-du-typhon-rai-s-etablit-desormais-a-au-moins-375-morts_6106805_3210.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 22:30:46 +0100", + "pubDate": "Mon, 20 Dec 2021 13:30:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256234,16 +282179,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "87ece368520a0014a3143dc67d25206e" + "hash": "a16fc2972849addd9438571ade4b50db" }, { - "title": "Franck Provost mis en examen pour blanchiment de fraude fiscale aggravée", - "description": "Le ministère public a dit avoir reçu « plusieurs signalements » de l’utilisation d’un « logiciel frauduleux » permettant de « détourner des recettes encaissées en espèces ».", - "content": "L’homme d’affaires français Franck Provost quitte le palais présidentiel de l’Elysée, le 21 janvier 2014 à Paris.", + "title": "Trente ans après la chute de l’URSS, visualisez la dislocation de l’empire soviétique, de la Lituanie au Kazakhstan", + "description": "L’achèvement de la dissolution progressive de l’URSS, en décembre 1991, marque la fin de la guerre froide.", + "content": "L’achèvement de la dissolution progressive de l’URSS, en décembre 1991, marque la fin de la guerre froide.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/23/le-coiffeur-franck-provost-mis-en-examen-pour-blanchiment-de-fraude-fiscale-aggravee_6107123_3224.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/20/trente-ans-apres-la-chute-de-l-urss-visualisez-la-dislocation-de-l-empire-sovietique-de-la-lituanie-au-kazakhstan_6106803_4355770.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 11:25:43 +0100", + "pubDate": "Mon, 20 Dec 2021 13:06:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256255,16 +282200,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac849d02ac8a3f4f0c4ffaaae929e1d9" + "hash": "8f014568791a85bbabd388cf2d4aedca" }, { - "title": "Moncef Marzouki, ancien président de Tunisie, condamné à quatre ans de prison", - "description": "L’ex-chef d’Etat, qui réside à Paris, avait vivement critiqué le coup de force de Kaïs Saïed.", - "content": "L’ancien président tunisien Moncef Marzouki, à Tunis, le 7 août 2019.", + "title": "Des inondations en Malaisie font au moins sept morts et plus de 50 000 personnes évacuées", + "description": "Le premier ministre malaisien a expliqué que l’Etat de Selangor avait reçu en un jour l’équivalent d’un mois de précipitations. Plusieurs dizaines de milliers de militaires et de sauveteurs sont déployés dans le pays.", + "content": "Des personnes sont secourues à Shah Alam, dans l’Etat malaisien de Selangor, le 20 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/23/moncef-marzouki-ancien-president-de-tunisie-condamne-a-quatre-ans-de-prison_6107122_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/des-inondations-en-malaisie-font-au-moins-sept-morts-et-plus-de-50-000-personnes-evacuees_6106802_3210.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 11:22:08 +0100", + "pubDate": "Mon, 20 Dec 2021 13:04:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256276,16 +282221,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "177f571add7e2a62b4358c5d9f3ffae2" + "hash": "35f393dae21872a7cabd3fb82800e728" }, { - "title": "Professeur suspendu à l’IEP Grenoble : « une erreur formelle », regrette Jean-Michel Blanquer", - "description": "Le ministre de l’éducation nationale a commenté, mercredi sur LCI, la suspension temporaire par Sciences Po Grenoble d’un professeur, Klaus Kinzler, pour des « propos diffamatoires ».", - "content": "France's Education, Youth and Sports Minister Jean-Michel Blanquer walks after taking part in the weekly cabinet meeting at The Elysee Presidential Palace in Paris on December 15, 2021. (Photo by Ludovic MARIN / AFP)", + "title": "Comment Amazon est devenue une multinationale tentaculaire", + "description": "La vraie machine à cash de cet empire commercial, fondé sur le culte des algorithmes et du « client roi », n’est pas son site d’e-commerce : sans Amazon, des pans entiers du Web mondial disparaîtraient.", + "content": "La vraie machine à cash de cet empire commercial, fondé sur le culte des algorithmes et du « client roi », n’est pas son site d’e-commerce : sans Amazon, des pans entiers du Web mondial disparaîtraient.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/23/professeur-suspendu-a-l-iep-grenoble-une-erreur-formelle-regrette-jean-michel-blanquer_6107117_823448.html", + "link": "https://www.lemonde.fr/economie/video/2021/12/20/comment-amazon-est-devenu-un-empire_6106798_3234.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 10:29:59 +0100", + "pubDate": "Mon, 20 Dec 2021 12:51:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256297,16 +282242,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "651790a6b48f10a90ad2015bf8590770" + "hash": "c813f0011824a47ee9a48005b016aee6" }, { - "title": "La NHL prive ses joueurs et les fans de hockey sur glace du rêve olympique", - "description": "Contrainte de reporter de nombreux matchs à cause du Covid-19, la Ligue nord-américaine a décidé de ne pas libérer ses joueurs pour les JO de Pékin. Une décision qui arrange les clubs, mais désole le reste des acteurs.", - "content": "A 24 ans, la grande star canadienne des Oilers d’Edmonton, Connor McDavid, ici en action à Seattle le 18 décembre 2021, ne pourra pas disputer ses premiers Jeux olympiques.", + "title": "Royaume-Uni : la démission de David Frost, ministre du Brexit, nouveau coup dur pour Boris Johnson", + "description": "Difficultés politiques, aggravation de la situation sanitaire, révélations sur des fêtes à Downing street pendant le confinement… Le gouvernement de Boris Johnson s’enfonce chaque jour davantage dans la crise et le quotidien conservateur « Daily Telegraph » multiplie déjà les articles comparant les mérites d’éventuels candidats à son remplacement.", + "content": "Boris Johnson à Downing Street, Londres, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/23/la-nhl-prive-ses-joueurs-et-les-fans-de-hockey-sur-glace-du-reve-olympique_6107116_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/boris-johnson-affaibli-par-le-depart-de-son-m-brexit_6106794_3210.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 10:26:56 +0100", + "pubDate": "Mon, 20 Dec 2021 11:42:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256318,16 +282263,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b85ac37a6aa47b524a8f9bede76e6ab3" + "hash": "7b1f549cf5620cb0343edd7d1ce1ee55" }, { - "title": "La France simplifie l’accès aux archives judiciaires de la guerre d’Algérie, un nouveau pas pour le travail de mémoire", - "description": "Un arrêté interministériel publié jeudi au « Journal officiel » ouvre les archives judiciaires françaises « en relation » avec la guerre d’Algérie avec quinze ans d’avance sur le calendrier légal.", - "content": "Tracts de l’armée française pendant la guerre d’Algérie, au Service historique de l’Armée de terre du fort de Vincennes, en 2001.", + "title": "L’enseignant qui accusait Sciences Po Grenoble d’être un institut de « rééducation politique » suspendu pour diffamation", + "description": "Cet enseignant de l’IEP avait été accusé en début d’année par des étudiants d’être islamophobe. Par la suite, il avait accusé la direction de ne pas l’avoir protégé, et ses collègues d’avoir endoctriné les élèves.", + "content": "Des étudiants manifestent contre l’islamophobie, devant le campus de Sciences Po Grenoble, le 9 mars 2021 à Saint-Martin-d'Hères.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/23/la-france-simplifie-l-acces-aux-archives-judiciaires-de-la-guerre-d-algerie_6107102_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/20/l-enseignant-qui-accusait-sciences-po-grenoble-d-etre-un-institut-de-reeducation-politique-suspendu-pour-diffamation_6106848_3224.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 06:29:57 +0100", + "pubDate": "Mon, 20 Dec 2021 21:59:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256339,16 +282284,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bc3e07ff262358e9ed4e86bdddd0d4c" + "hash": "cbe0c1c3b040338f68509e30ac90e290" }, { - "title": "Madagascar : au moins 85 morts dans le naufrage d’un bateau de transport de marchandises", - "description": "Le navire naufragé, qui n’était pas autorisé à transporter des passagers, en avait embarqué 138 lundi matin. Seulement 50 d’entre eux ont été sauvés.", - "content": "L’épave du bateau qui a fait naufrage, lundi 21 décembre, au large de Madagascar.", + "title": "Médias : Europe 1 recrute Jacques Vendroux, voix historique du football à Radio France", + "description": "Le journaliste quitte le groupe radiophonique public après cinquante-cinq ans sur les antennes.", + "content": "Le journaliste Jacques Vendroux, à Paris, le 2 septembre 2009.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/23/madagascar-au-moins-85-morts-dans-le-naufrage-d-un-bateau-de-transport-de-marchandises_6107107_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/20/medias-europe-1-recrute-jacques-vendroux-voix-historique-du-football-a-radio-france_6106847_3234.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 08:57:43 +0100", + "pubDate": "Mon, 20 Dec 2021 21:48:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256360,16 +282305,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed8d6a5b277fa6f3beab6200a4a973b9" + "hash": "b85b745825b7e630f8441dcd2afb407b" }, { - "title": "Au Mexique, la Cour suprême ordonne le maintien du référendum sur la révocation du mandat présidentiel", - "description": "L’Institut national électoral avait décidé vendredi de suspendre les préparatifs de la consultation populaire, voulue par le président Andres Manuel Lopez Obrador, en invoquant le manque de budget.", - "content": "Le président du Mexique, Andres Manuel Lopez Obrador, à Mexico, le 27 juillet 2020.", + "title": "Un rapport met en garde contre une présidence française de l’Union européenne « sous l’influence » des lobbies", + "description": "L’ONG Corporate Europe Observatory et l’Observatoire des multinationales publient un rapport sans concession sur les liens entre le gouvernement français et les grandes entreprises.", + "content": "L’ONG Corporate Europe Observatory et l’Observatoire des multinationales publient un rapport sans concession sur les liens entre le gouvernement français et les grandes entreprises.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/23/au-mexique-la-cour-supreme-ordonne-le-maintien-du-referendum-sur-la-revocation-du-mandat-presidentiel_6107106_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/20/un-rapport-met-en-garde-contre-l-influence-des-lobbies-sur-la-future-presidence-francaise-de-l-union-europeenne_6106792_3234.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 08:08:44 +0100", + "pubDate": "Mon, 20 Dec 2021 11:33:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256381,16 +282326,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f8fc91d16d778af07359e64eaf4f1ae" + "hash": "e48d243f0fbe8bd65deaa825da38a6d4" }, { - "title": "Gaz en Europe : quatre questions pour comprendre l’envolée des prix et ses conséquences", - "description": "La conjonction de nombreux facteurs économiques, météorologiques et géopolitiques conduit à un « choc gazier » qui fait craindre des répercussions économiques importantes.", - "content": "La conjonction de nombreux facteurs économiques, météorologiques et géopolitiques conduit à un « choc gazier » qui fait craindre des répercussions économiques importantes.", + "title": "Un Kosovar refusant d’être renvoyé dans son pays se suicide au tribunal de Bordeaux", + "description": "L’homme de 41 ans a mis fin à ses jours mercredi, au sous-sol du tribunal judiciaire de Bordeaux. Il avait refusé d’embarquer sur un vol deux jours auparavant. Le risque suicidaire venait d’être signalé par une enquête sociale rapide.", + "content": "Palais de justice de Bordeaux, le 14 juin 2021", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/23/gaz-en-europe-quatre-questions-pour-comprendre-l-envolee-des-prix-et-ses-consequences_6107105_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/20/un-kosovar-refusant-d-etre-renvoye-dans-son-pays-se-suicide-au-tribunal-de-bordeaux_6106786_3224.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 08:00:12 +0100", + "pubDate": "Mon, 20 Dec 2021 10:42:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256402,16 +282347,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c4ab297f852b08aeda9981d1ce9e5db" + "hash": "89ad3d3287e44e938f033fd9d0afe58b" }, { - "title": "Birmanie : les corps de deux nouvelles victimes retrouvés après un glissement de terrain", - "description": "Les secouristes ont retrouvé les corps de trois victimes depuis mercredi mais des dizaines de mineurs sont toujours portés disparus après l’affaissement d’une colline, au nord du pays.", - "content": "Les secouristes fouillent, le 23 décembre 2021, le lac et les décombres à la recherche des corps de mineurs emportés par un glissement de terrain la veille, à Hpakant, en Birmanie.", + "title": "Derrière la rumeur sur Brigitte Macron, la crainte d’une trumpisation des débats politiques en France", + "description": "La première dame est la cible d’une infox questionnant sa véritable identité. L’épisode révèle la hantise du monde médiatique que l’élection présidentielle puisse être parasitée par des théories du complot infamantes.", + "content": "L’épisode révèle la hantise du monde médiatique que l’élection présidentielle de 2022 puisse être parasitée, comme les deux dernières présidentielles américaines, par des théories du complot infamantes.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/23/birmanie-un-deuxieme-corps-retrouve-apres-un-glissement-de-terrain-mortel_6107103_3210.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/20/derriere-la-rumeur-sur-brigitte-macron-la-crainte-de-la-trumpisation-des-debats-en-france_6106782_4355770.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 06:36:38 +0100", + "pubDate": "Mon, 20 Dec 2021 10:21:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256423,16 +282368,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22bb23a01dcbaad2591a8d3c9632c420" + "hash": "04db24bdc4f6cff2bc763dcfb4a2c08e" }, { - "title": "Covid-19 : face à la vague Omicron, les pays européens serrent la vis", - "description": "Restrictions de rassemblement et de circulation, mais aussi vaccination ou dépistages massifs : alors que les contaminations au nouveau variant s’envolent sur le continent, les Etats se mobilisent tous azimuts.", - "content": "Des personnes font la queue pour présenter leur passe vaccinal afin de pouvoir entrer dans un magasin, à Berlin, le 21 décembre 2021.", + "title": "Les violences conjugales sont un problème « quasi satanique » selon le pape François", + "description": "Depuis le mois de janvier, 112 femmes ont été tuées en Italie, selon le ministère de l’intérieur, dont plus de la moitié par leur mari ou ex-conjoint.", + "content": "Le pape François lors d’une prière, le 19 décembre 2021, au Vatican.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/23/covid-19-face-a-la-vague-omicron-les-pays-europeens-serrent-la-vis_6107097_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/20/les-violences-conjugales-sont-un-probleme-quasi-satanique-selon-le-pape-francois_6106780_3224.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 05:54:32 +0100", + "pubDate": "Mon, 20 Dec 2021 10:10:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256444,16 +282389,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4cd0640edb81d9fd6f875a0086a16df2" + "hash": "f68fe47d884e1370d5b97c2cb7066de8" }, { - "title": "A Hongkong, une statue commémorative de Tiananmen déboulonnée dans une université", - "description": "Le territoire a longtemps été le seul endroit en Chine où il était possible de rendre hommage aux victimes de la répression de Tiananmen, mais Pékin entend imprimer sa marque autoritaire sur l’ancienne colonie britannique.", - "content": "Le « Pilier de la honte », université de Hongkong, le 10 octobre 2021.", + "title": "Sur les traces de Mohamed Kamel, Ahmed Belhireche et Fayçal Hamrouche, les trois migrants algériens morts sur des rails au Pays basque", + "description": "Le drame s’est produit le 12 octobre quand un TER a percuté quatre migrants. Un rescapé et la famille de deux des victimes ont décidé de porter plainte contre X.", + "content": "Des personnes tiennent une banderole devant la gare de Saint-Jean-de-Luz-Ciboure, lors d’une manifestation à l’appel d’associations locales, le 13 octobre 2021, au lendemain de la mort de trois migrants et de la blessure grave d’un autre qui ont été heurtés par un train.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/23/hongkong-une-statue-commemorative-de-tiananmen-deboulonnee-dans-une-universite_6107090_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/20/sur-les-traces-de-mohamed-kamel-ahmed-belhireche-et-faycal-hamrouche-migrants-algeriens-morts-sur-des-rails-au-pays-basque_6106778_3224.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 04:20:58 +0100", + "pubDate": "Mon, 20 Dec 2021 09:51:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256465,16 +282410,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f81a04e198a9005c429d45e71daccfd" + "hash": "3775ffbea30e92c76a00b69772099ba2" }, { - "title": "Eric Zemmour condamne les auteurs d’une vidéo qui simulent des tirs sur Emmanuel Macron et des élus LFI", - "description": "« Je ne veux ni de votre soutien ni de votre aide », déclare le candidat à la présidentielle à deux hommes dont la vidéo a provoqué un dépôt de plainte d’Alexis Corbière et Raquel Garrido pour « menace de mort et provocation à la commission d’un crime ».", - "content": "Eric Zemmour à Husseren-les-Châteaux (Haut-Rhin, le 18 décembre 2021.", + "title": "Le projet de loi spécifique à Mayotte en cours de finalisation", + "description": "Avec ce texte, promesse de Sébastien Lecornu ministre des outre-mer, l’archipel deviendrait un département-région, comme la Guyane et la Martinique.", + "content": "Sébastien Lecornu, ministre français des outre-mer, au Palais de l’Elysée à Paris, le 8 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/23/eric-zemmour-condamne-les-auteurs-d-une-video-qui-simulent-des-tirs-sur-emmanuel-macron-et-des-elus-lfi_6107083_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/20/le-projet-de-loi-specifique-a-mayotte-en-cours-de-finalisation_6106775_823448.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 01:30:57 +0100", + "pubDate": "Mon, 20 Dec 2021 09:37:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256486,16 +282431,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "06fef15e7d58739d5940440cb4c35f6f" + "hash": "69ecbed06c0446622788b5168a481270" }, { - "title": "Ligue 1 : le PSG et l’OM accrochés pour le dernier match de l’année, Nice prend la deuxième place", - "description": "Parisiens et Marseillais ont arraché le nul dans le temps additionnel, respectivement à Lorient et face à Reims (1-1), alors que les Niçois ont difficilement battu Lens (2-1). Pour son premier match de championnat à la tête de Saint-Etienne, Pascal Dupraz s’est incliné face à Nantes (1-0).", - "content": "L’attaquant argentin du PSG, Mauro Icardi, buteur à Lorient, le 22 décembre 2021.", + "title": "« Même les triples vaccinés sont susceptibles de transmettre le Covid-19 », met en garde le PDG de BioNTech", + "description": "Ugur Sahin, cofondateur du laboratoire à l’origine du vaccin à ARN messager produit avec Pfizer, revient, dans un entretien au « Monde », sur les données d’efficacité des vaccins contre le Covid-19 face au nouveau variant du SARS-CoV-2.", + "content": "Ugur Sahin, PDG et cofondateur de BioNTech, à Berlin, en Allemagne, le 27 août.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/23/ligue-1-le-psg-et-l-om-accroches-pour-le-dernier-match-de-l-annee-nice-prend-la-deuxieme-place_6107080_3242.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/20/ugur-sahin-pdg-de-biontech-meme-les-triple-vaccines-sont-susceptibles-de-transmettre-omicron_6106748_3244.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 00:13:33 +0100", + "pubDate": "Mon, 20 Dec 2021 05:17:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256507,16 +282452,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3da463298a5250f5fd596fbe155536d" + "hash": "1b8235fc1dcde86ef38e10c095f69911" }, { - "title": "Aux Etats-Unis, la cérémonie des Oscars d’honneur repoussée à cause du variant Omicron", - "description": "Aucune nouvelle date n’a été fixée pour les Governors Awards à ce stade. Pour l’instant, l’édition 2022 des Oscars n’est, quant à elle, pas remise en cause et est toujours prévue le 27 mars.", - "content": "Les Governors Awards récompensent les actrices et acteurs pour l’ensemble de leur carrière.", + "title": "Des députés français en visite à Taïwan en pleine campagne référendaire", + "description": "Emmenés par François de Rugy, ils ont rencontré la présidente Tsai Ing-Wen. Plusieurs référendums se déroulaient dans l’île au même moment, tous remportés par le Parti démocrate progressiste au pouvoir.", + "content": "La délégation française emmenée par François de Rugy, président du « groupe d’études à vocation internationale sur les questions liées à l’expansion de l’économie taïwanaise » , lors de sa visite à Taipei. Au centre, la présidente taïwanaise, Tsai Ing-wen. A Taipei, le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/22/aux-etats-unis-la-ceremonie-des-oscars-d-honneur-repoussee-a-cause-du-variant-omicron_6107077_3246.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/des-deputes-francais-en-visite-a-taiwan-en-pleine-campagne-referendaire_6106765_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 22:43:21 +0100", + "pubDate": "Mon, 20 Dec 2021 07:27:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256528,16 +282473,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a475ac586946fca15e7ef0ddc25f246f" + "hash": "8688390bab7a9ffc82e3fb7c7bb2a1af" }, { - "title": "La pilule anti-Covid de Pfizer autorisée aux Etats-Unis", - "description": "Ce traitement, commercialisé sous le nom de Paxlovid, consiste en une combinaison de deux pilules prise deux fois par jour pendant cinq jours.", - "content": "Les antiviraux, tels que le Paxlovid, agissent en diminuant la capacité d’un virus à se répliquer, freinant ainsi la maladie.", + "title": "La bataille linguistique sur le catalan enflamme l’Espagne", + "description": "La question de la langue est devenue le cheval de bataille des indépendantistes en Catalogne, qui ont manifesté, samedi, à Barcelone.", + "content": "La question de la langue est devenue le cheval de bataille des indépendantistes en Catalogne, qui ont manifesté, samedi, à Barcelone.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/la-pilule-anti-covid-de-pfizer-autorisee-aux-etats-unis_6107073_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/le-catalan-la-bataille-linguistique-qui-enflamme-l-espagne_6106764_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 19:32:52 +0100", + "pubDate": "Mon, 20 Dec 2021 07:25:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256549,16 +282494,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a0626c5f500dd4e01dbf92e1f18b4d3" + "hash": "ca585458b6eada5d1ecd301becca4593" }, { - "title": "Covid-19 : Belgique, Espagne… à l’approche de Noël, les pays européens mettent en place de nouvelles restrictions", - "description": "Le variant Omicron est « en passe de devenir ou déjà devenu dominant dans plusieurs pays, y compris au Danemark, au Portugal et au Royaume-Uni » selon l’OMS, ce qui devrait entraîner mécaniquement une hausse du nombre de patients hospitalisés.", - "content": "Des passants font du shopping à Londres en portant un masque, le 21 décembre.", + "title": "Le milliardaire japonais Yusaku Maezawa est revenu sur la Terre après douze jours dans l’espace", + "description": "Ce voyage marque le retour de la Russie dans le tourisme spatial après un hiatus d’une décennie.", + "content": "Yusaku Maezawa sort du module Soyouz après son atterissage à Zhezkazgan au Kazakhstan, le 20 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/covid-19-belgique-espagne-a-l-approche-de-noel-les-pays-europeens-mettent-en-place-de-nouvelles-restrictions_6107072_3244.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/20/le-milliardaire-japonais-yusaku-maezawa-est-revenu-sur-la-terre-apres-douze-jours-dans-l-espace_6106758_1650684.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 19:26:07 +0100", + "pubDate": "Mon, 20 Dec 2021 06:45:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256570,16 +282515,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd116d92042c490fc1060a1c5389df51" + "hash": "569608e07aef17dd57fcfeb04bee4250" }, { - "title": "Les leçons démographiques de la période de crise du Covid-19 en France", - "description": "L’Institut national d’études démographiques a publié, mercredi 22 décembre, une note de conjoncture qui balaie les principaux bouleversements liés à la crise sanitaire, principalement en 2020, de la natalité à l’espérance de vie.", - "content": "Un patient Covid-19 est transporté sous assistance respiratoire, à l’hôpital André-Grégoire de Montreuil (Seine-Saint-Denis), le 14 décembre 2021.", + "title": "Vague épidémique, première britannique et frustration tricolore : ce qu’il fallait (aussi) retenir du week-end sportif", + "description": "Il n’y avait pas que les courses de Noël et le début des vacances scolaires au menu du week-end… Tour d’horizon de l’actualité sportive à côté de laquelle vous auriez pu passer.", + "content": "A Londres, Royaume-Uni, le 17 décembre.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/22/les-lecons-demographiques-de-la-periode-de-crise-du-covid-19-en-france_6107071_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/20/vague-epidemique-premiere-britannique-et-frustration-tricolore-ce-qu-il-fallait-aussi-retenir-du-week-end-sportif_6106753_3242.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 19:03:22 +0100", + "pubDate": "Mon, 20 Dec 2021 06:00:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256591,16 +282536,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d3c12521313dc174bd0aeb25b3e4d4b" + "hash": "ca79adcd0b6d3532403e4f15722bbcef" }, { - "title": "Covid-19 : « Aucun pays ne pourra se sortir de la pandémie à coups de doses de rappel », juge l’OMS", - "description": "L’Organisation mondiale de la santé estime que « des programmes de rappel sans discernement ont toutes les chances de prolonger la pandémie […] en détournant les doses disponibles vers les pays qui ont déjà des taux de vaccination élevés ».", - "content": "Un soignant prépare une dose de vaccin contre le Covid-19 dans un centre de vaccination à Belfast, le 21 décembre.", + "title": "Peng Shuai sort du silence, mais la WTA réaffirme son « inquiétude »", + "description": "L’instance qui gère le circuit féminin de tennis ne semble pas convaincue que la joueuse de tennis chinoise s’exprime librement, après une interview dans laquelle elle réfute les agressions de viols qu’elle avait formulées contre un haut dirigeant.", + "content": "Peng Shuai, le 3 novembre 2017, à Zhuhai, en Chine.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/covid-19-aucun-pays-ne-pourra-se-sortir-de-la-pandemie-a-coups-de-doses-de-rappel-juge-l-oms_6107066_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/affaire-peng-shuai-la-joueuse-de-tennis-chinoise-s-exprime-pour-la-premiere-fois-sur-les-accusations-de-viol-qu-elle-a-formulees_6106749_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:43:24 +0100", + "pubDate": "Mon, 20 Dec 2021 05:35:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256612,16 +282557,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5a51bde6139936b3f411950db806e22" + "hash": "1db899211651f89a61144d0d619ea813" }, { - "title": "Huit cas de grippe aviaire détectés dans des élevages du Sud-Ouest", - "description": "Depuis la découverte d’un premier foyer dans le Nord, fin novembre, les éleveurs sont contraints de confiner leurs volailles de manière plus stricte.", - "content": "Des canards confinés à Bourriot-Bergonce (Landes), le 22 février 2017 .", + "title": "L’Arabie saoudite a utilisé le logiciel espion Pegasus contre des enquêteurs de l’ONU sur le Yémen", + "description": "Selon une enquête du « Monde » et de seize autres médias, le téléphone de Kamal Jendoubi, le président du groupe d’experts des Nations unies sur la guerre au Yémen, a été infecté par le logiciel israélien en 2019. Riyad soutient militairement le gouvernement yéménite dans son combat contre les rebelles houthistes", + "content": "Kamel Jendoubi, président du groupe d’experts sur le Yémen au siège européen des Nations unies, à Genève, le 8 septembre 2021", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/22/sept-cas-de-grippe-aviaire-detectes-dans-des-elevages-du-sud-ouest_6107062_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/l-arabie-saoudite-a-utilise-le-logiciel-espion-pegasus-contre-des-enqueteurs-de-l-onu-sur-le-yemen_6106745_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:09:18 +0100", + "pubDate": "Mon, 20 Dec 2021 05:00:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256633,16 +282578,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e6383d2fd3d5db708aa1208d2fd1236" + "hash": "fb0b6889340af63fff97c9dcd6c0aff0" }, { - "title": "Le Conseil de sécurité de l’ONU va accorder une aide humanitaire à l’Afghanistan des talibans", - "description": "« C’est un bon pas, nous l’apprécions, car cela peut aider la situation économique de l’Afghanistan », a réagi le porte-parole des talibans.", - "content": "Un combattant taliban regardant les drapeaux de l’Afghanistan des talibans, à Kaboul, le 25 août 2021.", + "title": "En Birmanie, verdict repoussé dans l’un des volets du procès d’Aung San Suu Kyi", + "description": "L’ancienne dirigeante, déjà condamnée récemment à deux ans de prison, est sous le coup de nombreuses inculpations, et risque plusieurs décennies de détention pour l’ensemble des faits qui lui sont reprochés.", + "content": "Aung San Suu Kyi, à Naypyitaw, le 28 janvier 2019.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/22/le-conseil-de-securite-de-l-onu-va-accorder-une-aide-humanitaire-a-l-afghanistan-des-talibans_6107054_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/en-birmanie-verdict-attendu-pour-aung-san-suu-kyi-dans-un-nouveau-volet-de-son-proces_6106737_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 17:25:46 +0100", + "pubDate": "Mon, 20 Dec 2021 02:48:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256654,16 +282599,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3ee0c8b11f70ad92b7b57640d1c1ed9" + "hash": "02e0e9406a09c4cd0b43b3ea924a732e" }, { - "title": "Covid-19 : « pas de lien direct » établi à ce stade entre la vaccination et des troubles menstruels, selon l’ANSM", - "description": "Depuis l’été, les signalements de saignements anormaux ou de retards de règles après une vaccination contre le Covid-19 affluent. Mais un nouveau point de situation de l’Agence de sécurité du médicament relève que « les données disponibles ne permettent pas de déterminer le lien direct entre le vaccin et la survenue [de perturbations menstruelles] ».", - "content": "Une jeune femme reçoit une dose de vaccin contre le Covid-19 dans un centre de vaccination du 10e arrondissement à Paris, le 2 décembre 2021.", + "title": "Chili : le candidat de la gauche, Gabriel Boric, remporte l’élection présidentielle", + "description": "Le jeune député de 35 ans a battu, avec 56 % des voix, le candidat d’extrême droite, José Antonio Kast, en fondant son programme sur davantage de justice sociale dans un pays particulièrement inégalitaire.", + "content": "Le jeune député de 35 ans a battu, avec 56 % des voix, le candidat d’extrême droite, José Antonio Kast, en fondant son programme sur davantage de justice sociale dans un pays particulièrement inégalitaire.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/covid-19-pas-de-lien-direct-entre-la-vaccination-et-des-troubles-menstruels_6107053_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/chili-le-candidat-de-la-gauche-gabriel-boric-remporte-l-election-presidentielle_6106732_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 17:08:04 +0100", + "pubDate": "Mon, 20 Dec 2021 00:20:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256675,16 +282620,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85ec5f662bdbf5677d727a456d0b7635" + "hash": "d09a66bbc8b41f5f1541e82ae329caa3" }, { - "title": "Russia Today exclue de diffusion par satellite en Allemagne", - "description": "La chaîne de télévision, qui sert d’outil de propagande du Kremlin à l’étranger, avait commencé sa diffusion en allemand le 16 décembre depuis la Serbie, mais sans autorisation du régulateur berlinois.", - "content": "La chaîne de télévision, qui sert d’outil de propagande du Kremlin à l’étranger, avait commencé sa diffusion en allemand le 16 décembre depuis la Serbie, mais sans autorisation du régulateur berlinois.", + "title": "Le rappeur Drakeo the Ruler poignardé à mort lors d’un festival à Los Angeles", + "description": "Le rappeur de 28 ans, dont le vrai nom était Darrell Caldwell, a été agressé samedi soir, lors d’un concert qui devait accueillir plusieurs artistes, dont Snoop Dogg, 50 Cent et Ice Cube.", + "content": "Mars 2021, le rappeur Drakeo the Ruler pose devant un studio d’enregistrement à Los Angeles.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/22/russia-today-exclue-de-diffusion-en-allemagne_6107047_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/19/le-rappeur-drakeo-the-ruler-poignarde-a-mort-lors-d-un-festival-a-los-angeles_6106731_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 15:18:12 +0100", + "pubDate": "Sun, 19 Dec 2021 23:21:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256696,16 +282641,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e4903caeb25b18a258959b0a905a4f0e" + "hash": "7c11836be81dc17995795286c8800617" }, { - "title": "Variant Omicron : les Etats-Unis rouvriront le 31 décembre leurs frontières aux voyageurs de huit pays africains", - "description": "Depuis l’apparition de ce variant, l’arrivée sur le sol américain est interdite aux personnes venant d’Afrique du Sud, du Botswana, du Zimbabwe, de Namibie, du Lesotho, d’Eswatini, du Mozambique et du Malawi.", - "content": "MIAMI, FLORIDA - DECEMBER 23: Travelers make their way through Miami International Airport on December 23, 2021 in Miami, Florida. AAA estimates that over 109 million Americans will be traveling 50 miles or more during the holiday season between Dec. 23 and Jan. 2, an increase of 27.7% from 2020. Joe Raedle/Getty Images/AFP (Photo by JOE RAEDLE / GETTY IMAGES NORTH AMERICA / Getty Images via AFP)", + "title": "La chef de la diplomatie britannique, Liz Truss, reprend les négociations post-Brexit", + "description": "Sa nomination intervient après la démission du secrétaire d’Etat chargé du Brexit David Frost, au terme d’une semaine particulièrement éprouvante pour Boris Johnson.", + "content": "La ministre britannique des affaires étrangères, Liz Truss, prend la parole lors d’une session des ministres des affaires étrangères et du développement du G7, avec les pays invités et les nations de l’Asean, le dernier jour du sommet à Liverpool, en Grande-Bretagne, le 12 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/24/variant-omicron-les-etats-unis-rouvriront-le-31-decembre-leurs-frontieres-aux-voyageurs-de-huit-pays-africains_6107240_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/19/la-cheffe-de-la-diplomatie-britannique-liz-truss-reprend-les-negociations-post-brexit_6106729_3210.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 16:17:36 +0100", + "pubDate": "Sun, 19 Dec 2021 21:02:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256717,16 +282662,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c85b7069ee30f1a3aeffed53b666178" + "hash": "0903e30859c41751df3122db19d52e1a" }, { - "title": "Un tribunal russe condamne Google à une amende de 87 millions d’euros", - "description": "La firme a été reconnue coupable de « récidive » pour ne pas avoir supprimé de ses plateformes des contenus jugés illégaux en Russie, liés, selon les autorités, à la drogue, la pédopornographie ou relevant de l’« appel au suicide ».", - "content": "Logo de la firme américaine Google, condamnée le 24 décembre 2021 à une amende de 87 millions d’euros par un tribunal russe.", + "title": "A Hongkong, faible participation aux élections verrouillées par Pékin", + "description": "Visant à élire le Conseil législatif, ce scrutin se tenait en vertu d’un nouveau processus imposé par la Chine, qui a drastiquement réduit le nombre des sièges pourvus au suffrage universel et réservé le droit d’être candidat à des « patriotes ».", + "content": "Des fonctionnaires de la commission des affaires électorales comptent les votes  lors des élections législatives, à Hongkong,  le 19 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/24/un-tribunal-russe-condamne-google-a-une-amende-de-87-millions-d-euros_6107232_4408996.html", + "link": "https://www.lemonde.fr/international/article/2021/12/19/hongkong-faible-participation-au-scrutin-sans-opposition-verrouille-par-pekin_6106728_3210.html", "creator": "", - "pubDate": "Fri, 24 Dec 2021 13:23:44 +0100", + "pubDate": "Sun, 19 Dec 2021 20:28:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256738,16 +282683,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa8772014c61e6d93c9464672ed784e7" + "hash": "192f7813cf8774d78adacfa28d91e8ac" }, { - "title": "Crash du vol MH17 : les procureurs néerlandais requièrent la perpétuité contre les quatre suspects", - "description": "Le Boeing de la compagnie Malaysia Airlines a été abattu en 2014 dans l’espace aérien ukrainien. Les 298 personnes à son bord sont mortes.", - "content": "Des débris de l’avion abattu au-dessus de l’est de l’Ukraine par un missile Buk de fabrication russe.", + "title": "Le vaste plan de réformes sociales de Joe Biden menacé par le sénateur démocrate Joe Manchin", + "description": "L’élu de Virginie-Occidentale a annoncé dimanche qu’il n’approuverait pas ce programme crucial pour le mandat du président américain, le jugeant trop dispendieux en période d’inflation.", + "content": "Le sénateur Joe Manchin monte dans sa voiture, après avoir participé à un vote au Capitole américain, à Washington, DC.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/22/crash-du-vol-mh17-les-procureurs-neerlandais-requierent-la-perpetuite-contre-les-quatre-suspects_6107046_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/19/le-vaste-plan-de-reformes-sociales-de-joe-biden-menace-par-le-senateur-democrate-joe-manchin_6106725_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 15:15:33 +0100", + "pubDate": "Sun, 19 Dec 2021 19:52:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256759,16 +282704,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "719440bca8f95f528f35bb5657ac19ac" + "hash": "1ac5957cf955b7d2c31a8dbef77e8306" }, { - "title": "Face à Omicron, Emmanuel Macron s’accroche à sa stratégie vaccinale", - "description": "Le chef de l’Etat mise sur la troisième dose et la vaccination des enfants contre le Covid-19 pour ne pas avoir à imposer d’autres mesures restrictives, du moins dans l’immédiat. Un conseil des ministres extraordinaire doit se réunir à l’Elysée lundi 27 décembre.", - "content": "Emmanuel Macron, au Palais de l’Elysée, jeudi 9 décembre 2021.", + "title": "Election présidentielle 2022 : plus de 1 500 élus appellent à l’union de la gauche", + "description": "Une tribune, publiée dans « Le Journal du dimanche », est notamment signée par des soutiens de la candidate PS, Anne Hidalgo, comme Martine Aubry ou Carole Delga.", + "content": "Des militants du mouvement la Primaire populaire, le 11 décembre 2021 sur la place de la République, à Paris.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/23/face-a-omicron-emmanuel-macron-s-accroche-a-sa-strategie-vaccinale_6107155_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/19/presidentielle-2022-plus-de-1-500-elus-appellent-a-l-union-de-la-gauche_6106724_823448.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 18:00:12 +0100", + "pubDate": "Sun, 19 Dec 2021 19:12:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256780,16 +282725,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ddccbb1c53ac875b70dcba1cfd35688" + "hash": "0885ec521b4febd2234e8489b6fb39a0" }, { - "title": "Covid-19 : la Catalogne instaure un couvre-feu, les restrictions se multiplient en Europe", - "description": "Il sera désormais interdit de circuler entre 1 heure et 6 heures du matin dans les villes catalanes de plus de 10 000 habitants où le taux d’incidence dépasse 250 cas pour 100 000 habitants sur sept jours, soit l’intégralité de ces grandes villes actuellement.", - "content": "Une femme à vélo lors d’un précédent couvre-feu, à Barcelone, le 26 octobre 2020.", + "title": "Passe vaccinal : le gouvernement espère une entrée en vigueur fin janvier", + "description": "Le porte-parole du gouvernement, Gabriel Attal, s’est félicité d’une « augmentation des rendez-vous pris pour une première injection » après les annonces de Jean Castex vendredi.", + "content": "Contrôle du passe sanitaire sur le marché de Noël de Strasbourg, le 3 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/23/covid-19-la-catalogne-instaure-un-couvre-feu-les-restrictions-se-multiplient-en-europe_6107146_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/19/passe-vaccinal-le-gouvernement-espere-une-entree-en-vigueur-fin-janvier_6106723_3244.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 15:54:15 +0100", + "pubDate": "Sun, 19 Dec 2021 19:03:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256801,16 +282746,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "65b5e2fbc0f13b819841fdd2ff3c9d7a" + "hash": "c3a4f844992f2220217802e17328283b" }, { - "title": "Variant Omicron : l’« absentéisme » pourrait « désorganiser » la France, alerte le Conseil scientifique", - "description": "L’extrême contagiosité du variant Omicron pourrait entraîner une « désorganisation » de nombreux secteurs en janvier (supermarchés, transports, hôpitaux, écoles…) à cause d’une multiplication des arrêts de travail et de l’« absentéisme », met en garde cette instance qui conseille le gouvernement.", - "content": "De nombreux patients attendent pour effectuer un test de dépistage du SARS-CoV-2, le 23 décembre 2021 à Paris.", + "title": "Mondial de handball : les Bleues s’inclinent en finale face à la Norvège", + "description": "Les championnes olympiques ne réaliseront pas le doublé après leur sacre de cet été à Tokyo, battues 22-29 par les Scandinaves. Ces dernières, qui n’avaient pas glané de titre mondial depuis 2015, avaient déjà privé les tricolores du sacre continental à l’Euro, l’an passé.", + "content": "Les championnes olympiques ne réaliseront pas le doublé après leur sacre de cet été à Tokyo, battues 22-29 par les Scandinaves. Ces dernières, qui n’avaient pas glané de titre mondial depuis 2015, avaient déjà privé les tricolores du sacre continental à l’Euro, l’an passé.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/23/omicron-l-absenteisme-pourrait-desorganiser-la-france-alerte-le-conseil-scientifique_6107138_3244.html", + "link": "https://www.lemonde.fr/sport/live/2021/12/19/france-norvege-suivez-en-direct-la-finale-du-mondial-feminin-de-handball_6106705_3242.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 14:11:48 +0100", + "pubDate": "Sun, 19 Dec 2021 15:30:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256822,16 +282767,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cb782d80b7641491fa050356c0ac6ea" + "hash": "d09482eab7869433a70bfbde1e822719" }, { - "title": "Au Japon, McDonald’s réduit ses portions de frites pour éviter la pénurie", - "description": "L’entreprise précise avoir pris cette mesure pour permettre à tous les consommateurs de pouvoir commander des frites, malgré les difficultés d’approvisionnement en pommes de terre liées à la pandémie et aux inondations au Canada.", - "content": "McDonald's à Tokyo", + "title": "Grippe aviaire : un deuxième foyer détecté dans un élevage des Landes", + "description": "Ce foyer est le deuxième détecté dans le Sud-Ouest, principale zone de production de foie gras, depuis l’épizootie de grippe aviaire qui avait touché quinze départements l’hiver dernier et conduit à l’abattage de 3,5 millions de volailles d’élevage.", + "content": "Ce foyer est le deuxième détecté dans le Sud-Ouest, principale zone de production de foie gras, depuis l’épizootie de grippe aviaire qui avait touché quinze départements l’hiver dernier et conduit à l’abattage de 3,5 millions de volailles d’élevage.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/22/au-japon-mcdonald-s-reduit-ses-portions-de-frites-pour-eviter-la-penurie_6107039_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/19/grippe-aviaire-un-deuxieme-foyer-detecte-dans-un-elevage-des-landes_6106721_3244.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 13:56:17 +0100", + "pubDate": "Sun, 19 Dec 2021 18:48:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256843,16 +282788,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f22c57bf05f08dca3c5b0310b4cd6ad" + "hash": "8c31a6f27b68dcefd3db62d6e76f32e7" }, { - "title": "Benjamin Mendy inculpé d’un septième viol", - "description": "Lors de sa comparution devant un tribunal anglais, le défenseur français de Manchester City a été accusé d’un nouveau viol. Son procès prévu le 24 janvier a par ailleurs été repoussé.", - "content": "Le défenseur français de Manchester City, Benjamin Mendy a été inculpé d’un septième viol", + "title": "Un an après sa disparition, marche blanche en hommage à Delphine Jubillar", + "description": "Un an après la disparition de l’infirmière, dont le mari est soupçonné de l’avoir tuée, près de trois cents proches et anonymes ont manifesté, lors d’une marche blanche à Cagnac-les-Mines, dans le Tarn.", + "content": "Des participants assistent à une marche blanche intitulée « justice et vérité », derrière une banderole où figurent les noms des trois enfants de Delphine Jubillar, un an après la disparition de l’infirmière, à Cagnac-les-Mines, dans le sud de la France, le 19 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/22/benjamin-mendy-inculpe-d-un-septieme-viol_6107037_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/19/un-an-apres-sa-disparition-marche-blanche-en-hommage-a-delphine-jubillar_6106720_3224.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 13:11:02 +0100", + "pubDate": "Sun, 19 Dec 2021 18:29:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256864,16 +282809,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51c2cef9d1c8bcd74a1ded6cdbf4639c" + "hash": "f8b5938639f9ce4272de157649f4766e" }, { - "title": "Des microplastiques venus des océans détectés dans l’air au-dessus des Pyrénées", - "description": "Transportés par des masses d’air, les polluants prélevés à l’observatoire du pic du Midi proviennent notamment du nord-ouest du continent africain, en passant au-dessus de la Méditerranée, d’Amérique du Nord ou de l’océan Atlantique.", - "content": "La région du mont Everest", + "title": "Passe vaccinal, confinement aux Pays-Bas… Les cinq infos à retenir du week-end", + "description": "Si vous n’avez pas suivi l’actualité des 18 et 19 décembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", + "content": "C’est l’un des plus puissants typhons que les Philippines aient connus.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/des-microplastiques-venus-des-oceans-detectes-dans-l-air-au-dessus-des-pyrenees_6107036_3244.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/19/passe-vaccinal-confinement-aux-pays-bas-les-cinq-infos-a-retenir-du-week-end_6106719_4355770.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 13:01:46 +0100", + "pubDate": "Sun, 19 Dec 2021 18:00:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256885,16 +282830,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac685c86c3718ff8f6aa253a9d733363" + "hash": "496a3e89de1c054c1fb391f772e13e04" }, { - "title": "Au Sénégal, des députés veulent durcir les sanctions contre l’homosexualité", - "description": "La proposition de loi vise à « lutter contre toute perversion dans l’espace public » en instaurant notamment des peines allant de cinq à dix ans de prison ferme.", - "content": "Lors d’une manifestation demandant la criminalisation de l’homosexualité, à Dakar, le 23 mai 2021.", + "title": "A Calais, un véhicule militaire s’embourbe après des dérapages devant un camp de migrants, l’armée ouvre une enquête", + "description": "L’armée a annoncé dimanche le déclenchement « immédiat » d’une enquête après la diffusion d’images montrant l’embourbement d’un véhicule de la mission Vigipirate.", + "content": "L’armée a annoncé dimanche le déclenchement « immédiat » d’une enquête après la diffusion d’images montrant l’embourbement d’un véhicule de la mission Vigipirate.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/22/au-senegal-des-deputes-veulent-durcir-les-sanctions-contre-l-homosexualite_6107035_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/19/a-calais-un-vehicule-militaire-fait-des-derapages-devant-un-camp-de-migrants-l-armee-ouvre-une-enquete_6106717_3224.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 13:00:07 +0100", + "pubDate": "Sun, 19 Dec 2021 17:33:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256906,16 +282851,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b14d6084accc47b75548b5e739af4a3" + "hash": "1e059f38bfa71b767aa158999457a701" }, { - "title": "Covid-19 : Xi’an, une ville de 13 millions d’habitants en Chine, se confine après une centaine de cas", - "description": "Le pays a fait état mercredi de 52 nouveaux malades dans cette ville du nord, portant à 143 le nombre de patients recensés depuis le 9 décembre. Les habitants doivent désormais « rester chez eux sauf raison impérative ».", - "content": "Le pays a fait état mercredi de 52 nouveaux malades à Xi’an, portant à 143 le nombre de patients recensés dans cette ville depuis le 9 décembre.", + "title": "Variant Omicron : la livraison de vaccins dans l’UE accélérée par la Commission européenne", + "description": "L’exécutif européen a annoncé dimanche un accord avec les groupes BioNTech et Pfizer pour livrer 20 millions de doses supplémentaires de leur vaccin contre le Covid-19.", + "content": "Un policier à l’entrée d’un centre de vaccination de Dublin, en Irlande, dimanche 19 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/covid-dans-le-monde-la-chine-confine-une-ville-de-13-millions-d-habitants_6107034_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/19/variant-omicron-la-livraison-de-vaccins-dans-l-ue-acceleree-par-la-commission-europeenne_6106715_3244.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 12:53:42 +0100", + "pubDate": "Sun, 19 Dec 2021 17:18:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256927,16 +282872,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "db0e8787115433a1740b333bdbb72c81" + "hash": "6566203a3313b8118dbda93e4c6111ef" }, { - "title": "Primauté du droit européen : Bruxelles estime que la Pologne « a violé les principes généraux du droit de l’UE » et lance une procédure d’infraction", - "description": "Un arrêt émis par le Tribunal constitutionnel polonais en octobre remet en cause la primauté du droit communautaire, un principe-clé de l’appartenance à l’Union européenne.", - "content": "Un arrêt émis par le Tribunal constitutionnel polonais en octobre remet en cause la primauté du droit communautaire, un principe-clé de l’appartenance à l’Union européenne.", + "title": "Coupe de France : Angers et Metz éliminés, une première réussie pour Dupraz à Saint-Etienne", + "description": "Les premières surprises de ces 32es de finale ont été l’élimination des Angevins et des Messins, pensionnaires de Ligue 1, par des clubs de cinquième et quatrième divisions.", + "content": "Les joueurs de Bergerac (N2) célèbrent leur exploit réalisé en 32e de finale de la Coupe de France face à Metz, le 19 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/22/primaute-du-droit-europeen-bruxelles-lance-une-procedure-d-infraction-contre-la-pologne_6107032_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/19/coupe-de-france-metz-tombe-a-bergerac-une-premiere-reussie-pour-dupraz-a-saint-etienne_6106711_3242.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 12:43:34 +0100", + "pubDate": "Sun, 19 Dec 2021 16:59:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256948,16 +282893,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d781145ed40d8056aec7a9169506d8b6" + "hash": "ada3da3c21d33862589c6b8cf996a1d8" }, { - "title": "Mercredi 22 décembre, le parquet de Paris a annoncé l’ouverture d’une enquête par le Pôle national de lutte contre la haine en ligne (PNLH), pour « menaces de mort et provocation à la haine raciale ».", - "description": "Le député et l’élue locale, membres de La France insoumise, ont interpellé mardi le ministre de l’intérieur à propos d’une vidéo où des militants pro-Zemmour s’entraînent au tir en citant leurs noms et celui d’Emmanuel Macron.", - "content": "Alexis Corbière, député La France insoumis, à Montreuil (Seine-Saint-Denis), le 13 juin 2021.", + "title": "Biathlon : vainqueur de la mass start, Emilien Jacquelin conclut une belle étape bleue au Grand-Bornand", + "description": "Quentin Fillon Maillet, arrivé deuxième, accompagne l’Isérois sur le podium. Plus tôt dans la journée, Julia Simon avait, elle aussi, terminé deuxième chez les féminines.", + "content": "French’s Emiline Jacquelin celebrates after winning the men’s 12,5 km mass start event of the IBU Biathlon World Cup in Le Grand Bornand near Annecy on December 19, 2021. (Photo by OLIVIER CHASSIGNOLE / AFP)", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/22/alexis-corbiere-et-raquel-garrido-deposent-plainte-pour-menace-de-mort_6106993_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/19/biathlon-vainqueur-de-la-mass-start-emilien-jacquelin-conclut-une-belle-etape-bleue-au-grand-bornand_6106709_3242.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:01:59 +0100", + "pubDate": "Sun, 19 Dec 2021 16:19:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256969,16 +282914,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ead79067af8a6589bd188072dd7a2e14" + "hash": "076333aed8b95b6f2da807135ae2cd77" }, { - "title": "Le bilan écologique contrasté du quinquennat Macron", - "description": "Pour le think tank Terra Nova, si Emmanuel Macron est le président qui a fait le plus pour l’environnement, il manque un changement systémique et un portage politique.", - "content": "Des manifestants hostiles à la construction d’un aéroport à Notre-Dame-des-Landes (Loire-Atlantique), le 12 octobre 2018, à Nantes.", + "title": "Le changement de nom de famille pourrait être simplifié, annonce Eric Dupond-Moretti", + "description": "La majorité veut simplifier le changement de patronyme par le biais d’une proposition de loi, a annoncé dimanche le ministre de la justice, dans une interview au magazine « Elle ».", + "content": "La majorité veut simplifier le changement de patronyme par le biais d’une proposition de loi, a annoncé dimanche le ministre de la justice, dans une interview au magazine « Elle ».", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/le-bilan-ecologique-contraste-du-quinquennat-macron_6107023_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/19/chaque-francais-pourra-choisir-son-nom-pour-garder-celui-de-sa-mere-celui-de-son-pere-ou-les-deux-la-majorite-veut-simplifier-le-changement-de-patronyme_6106706_3224.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 11:30:48 +0100", + "pubDate": "Sun, 19 Dec 2021 15:37:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -256990,16 +282935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "768d8af408d23c867ed9f0250327365d" + "hash": "caa52efb4905ba4c9244383882a68645" }, { - "title": "Michelle Bachelet : « Au Sahel, le manque de transparence nourrit les spéculations, les peurs et les tensions »", - "description": "De retour du Burkina Faso et du Niger, la représentante de l’ONU dresse un bilan de sa tournée dans la région.", - "content": "Michelle Bachelet, Haut-commissaire des Nations unies pour les droits humains, à Genève le 13 septembre 2021.", + "title": "Covid-19 : Jean-Michel Blanquer écarte l’idée d’une prolongation des vacances scolaires, hypothèse « non privilégiée »", + "description": "« J’ai toujours résisté au maximum à cette pression car l’école n’est pas une variable d’ajustement, elle est essentielle pour nos enfants et donc c’est la dernière chose à fermer », a martelé le ministre de l’éducation, alors que débutent les congés de Noël.", + "content": "« J’ai toujours résisté au maximum à cette pression car l’école n’est pas une variable d’ajustement, elle est essentielle pour nos enfants et donc c’est la dernière chose à fermer », a martelé le ministre de l’éducation, alors que débutent les congés de Noël.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/22/michelle-bachelet-au-sahel-le-manque-de-transparence-nourrit-les-speculations-les-peurs-et-les-tensions_6107022_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/19/covid-19-blanquer-ecarte-l-idee-d-une-prolongation-des-vacances-scolaires-hypothese-non-privilegiee_6106702_3244.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 11:24:46 +0100", + "pubDate": "Sun, 19 Dec 2021 14:57:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257011,16 +282956,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fce7b7a26948e130a9bb2c4b532c712" + "hash": "67131d3a99a92152f1fe0078cfa60220" }, { - "title": "Variant Omicron : plus de « 100 000 contaminations par jour d’ici à la fin du mois » en France, selon Olivier Véran", - "description": "Le ministre de la santé, Olivier Véran, s’est appuyé mercredi sur des modélisations, se basant sur la contagiosité du variant, pour avancer ce chiffre.", - "content": "Olivier Véran le 1er octobre 2021, à Paris.", + "title": "Cinquante-cinq personnes ont été interpellées en France lors des rassemblements de supporteurs célébrant la victoire de l’Algérie en finale de la Coupe arabe.", + "description": "Les Fennecs étaient opposés aux Aigles de Carthage et ont remporté la finale (2-0), devant les tribunes bondées du stade Al-Bayt d’Al-Khor. En France, 55 personnes ont été interpellées lors de rassemblements de supporteurs célébrant la victoire.", + "content": "Les défenseurs algériens Ilyes Chetti (à gauche) et Mohamed Tougai posent avec le trophée de la Coupe arabe, au stade Al-Bayt d’Al-Khor, dans le nord-est du Qatar, samedi 18 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/omicron-plus-de-100-000-contaminations-par-jour-pourraient-etre-atteintes-d-ici-a-la-fin-de-l-annee_6107021_3244.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/19/l-algerie-remporte-sa-premiere-coupe-arabe-de-football_6106688_3242.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 11:22:14 +0100", + "pubDate": "Sun, 19 Dec 2021 10:34:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257032,16 +282977,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91760f3b9454c3b03ef5c5cd58fad046" + "hash": "90febea35cdf8b0184ba6e8690dfd07c" }, { - "title": "En Libye, l’élection présidentielle « impossible » à tenir vendredi, selon une commission parlementaire", - "description": "Le scrutin prévu le 24 décembre devait marquer l’aboutissement d’un processus politique parrainé par l’ONU pour clore une décennie de chaos.", - "content": "Des candidats à l’élection présidentielle en Libye, Ahmed Maiteeq (à gauche) et Fathi Bashagha (au centre), arrivent à Benghazi pour y rencontrer le maréchal Khalifa Haftar, l’homme fort de l’est, lui aussi candidat.", + "title": "Covid-19 : négociations entre le gouvernement et les partenaires sociaux sur un passe vaccinal en entreprises", + "description": "Alors que la ministre du travail, Elisabeth Borne, discute lundi avec les partenaires sociaux, les syndicats se montrent sceptiques sur l’élargissement du passe vaccinal dans les entreprises.", + "content": "Alors que la ministre du travail, Elisabeth Borne, discute lundi avec les partenaires sociaux, les syndicats se montrent sceptiques sur l’élargissement du passe vaccinal dans les entreprises.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/22/en-libye-l-election-presidentielle-impossible-a-tenir-vendredi-selon-une-commission-parlementaire_6107017_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/20/covid-19-negociations-entre-le-gouvernement-et-les-partenaires-sociaux-sur-un-passe-vaccinal-en-entreprises_6106796_3244.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 11:11:56 +0100", + "pubDate": "Mon, 20 Dec 2021 12:26:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257053,16 +282998,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e45d3a3ef4ef739cb1ecbaa096fc5bc7" + "hash": "d03f95d0c1b22bb3ef395a4e60b841ef" }, { - "title": "Au Japon, le rejet du droit de vote des étrangers illustre la défiance envers les immigrés", - "description": "Sous pression des milieux nationalistes, la ville de Musashino a rejeté un projet de la maire visant à permettre aux étrangers de s’exprimer lors des référendums locaux.", - "content": "La maire de Musashino (Japon), Reiko Matsushita, lors du vote de sa proposition d’accorder le droit de vote aux étrangers de la ville pour les référendums locaux, le 21 décembre 2021.", + "title": "Un rapport met en garde contre l’influence des lobbies sur la future présidence française de l’Union européenne", + "description": "Alors que la France s’apprête à présider le Conseil de l’UE pour six mois, l’ONG Corporate Europe Observatory et l’Observatoire des multinationales publient un rapport sans concession sur les liens entre le gouvernement français et les grandes entreprises.", + "content": "Le président français, Emmanuel Macron, à Bruxelles, vendredi 17décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/22/le-rejet-du-droit-de-vote-des-etrangers-illustration-de-la-defiance-des-japonais-envers-les-immigres_6107015_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/20/un-rapport-met-en-garde-contre-l-influence-des-lobbies-sur-la-future-presidence-francaise-de-l-union-europeenne_6106792_3234.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 11:01:21 +0100", + "pubDate": "Mon, 20 Dec 2021 11:33:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257074,16 +283019,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "13722bf5d5c23ca7e3ecca1ab7036967" + "hash": "4aeb6006e670daf421851c5525dc5123" }, { - "title": "« Rien n’est exclu » : mis sous pression par le variant Omicron, le gouvernement n’écarte plus de nouvelles restrictions", - "description": "A trois jours du réveillon de Noël, le dernier variant du SARS-CoV-2 fait vaciller l’agenda du gouvernement. Cette nouvelle souche du coronavirus fait à nouveau planer la menace si ce n’est d’un confinement, du moins de mesures contraignantes, comme les jauges dans les commerces, un couvre-feu ou les fermetures de bars et restaurants pour la Saint-Sylvestre ou le début 2022.", - "content": "A Ajaccio, le 7 décembre.", + "title": "Derrière la rumeur sur Brigitte Macron, la crainte de la trumpisation des débats en France", + "description": "Analyse. La première dame est la cible d’une infox questionnant sa véritable identité. Six ans après l’élection de Donald Trump, la France n’est pas à l’abri de « boules puantes », susceptibles d’altérer l’issue d’un scrutin, mais dans une proportion moindre, pour l’instant.", + "content": "Emmanuel Macron et sa femme Brigitte Macron au Touquet, le 15 mars 2020.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/22/covid-19-l-executif-mis-sous-pression-par-le-variant-omicron_6106964_823448.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/20/derriere-la-rumeur-sur-brigitte-macron-la-crainte-de-la-trumpisation-des-debats-en-france_6106782_4355770.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 05:16:38 +0100", + "pubDate": "Mon, 20 Dec 2021 10:21:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257095,16 +283040,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "617cf741c032934c8f698f18525de434" + "hash": "e076f2ecaab33985e97779fdaaf1732c" }, { - "title": "Après le Sahara occidental, le Covid-19 déclenche une nouvelle brouille entre Rabat et Madrid", - "description": "Le Maroc a justifié sa décision de rapatrier ses ressortissants via le Portugal en pointant « l’absence de respect des protocoles sanitaires » en Espagne.", - "content": "Le ministre espagnol des affaires étrangères, José Manuel Albares, à Riga, en Lettonie, le 1er décembre 2021.", + "title": "Le catalan, la bataille linguistique qui enflamme l’Espagne", + "description": "La question de la langue est devenue le principal cheval de bataille des indépendantistes en Catalogne, qui ont manifesté, samedi, à Barcelone.", + "content": "La question de la langue est devenue le principal cheval de bataille des indépendantistes en Catalogne, qui ont manifesté, samedi, à Barcelone.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/22/apres-le-sahara-occidental-le-covid-19-declenche-une-nouvelle-brouille-entre-rabat-et-madrid_6106999_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/20/le-catalan-la-bataille-linguistique-qui-enflamme-l-espagne_6106764_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:52:44 +0100", + "pubDate": "Mon, 20 Dec 2021 07:25:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257116,16 +283061,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a29cc4d354435d94a2c9d98bb1170756" + "hash": "02473e6b508e7b3231df4574eb944e7b" }, { - "title": "Covid-19 : Elisabeth Borne appelle les entreprises à élargir le recours au télétravail dès la rentrée de janvier", - "description": "La ministre du travail a demandé mercredi aux entreprises de « se préparer dès maintenant à renforcer le télétravail à la rentrée », trois ou quatre jours par semaine.", - "content": "La ministre du travail, Elisabeth Borne, le 8 décembre 2021, au palais de l’Elysée, à Paris.", + "title": "Soudan : sécurité renforcée à Khartoum avant une manifestation au jour du troisième anniversaire de la révolution", + "description": "Les autorités ont fermé des ponts menant au centre de la capitale, en prévision de la mobilisation dimanche après-midi contre l’armée, qui a suspendu la transition démocratique.", + "content": "Une manifestation à Khartoum contre la junte militaire, le 13 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/covid-19-elisabeth-borne-appelle-les-entreprises-a-elargir-le-recours-au-teletravail-des-la-rentree-de-janvier_6106998_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/19/soudan-securite-renforcee-a-khartoum-avant-une-manifestation-au-jour-du-troisieme-anniversaire-de-la-revolution_6106700_3212.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:32:27 +0100", + "pubDate": "Sun, 19 Dec 2021 12:23:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257137,16 +283082,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f92ad75ae33d901175365b221592b9c" + "hash": "118247251515708f0ec58f1d29e43da3" }, { - "title": "« Laurent Wauquiez a une lecture erronée de la situation à Sciences Po Grenoble »", - "description": "La directrice de l’IEP, Sabine Saurugger, répond à la polémique qui monte depuis plusieurs mois sur son établissement, dont les financements ont été suspendus par la région Auvergne-Rhône-Alpes.", - "content": "Des étudiants manifestent contre l’islamophobie, devant le campus de Sciences Po Grenoble, à Saint-Martin-d’Hères (Isère), le 9 mars 2021.", + "title": "Affaire Peng Shuai : de nouvelles images de la joueuse de tennis chinoise mises en ligne", + "description": "Une journaliste d’un média d’Etat a diffusé, dimanche, une vidéo et une photo de la sportive, qui a accusé un ancien haut dirigeant du régime d’agression sexuelle et dont le sort suscite, depuis, l’inquiétude.", + "content": "La joueuse de tennis chinoise Peng Shuai lors de l’Open d’Australie, à Melbourne, le 21 janvier 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/22/laurent-wauquiez-a-une-lecture-erronee-de-la-situation-a-sciences-po-grenoble_6106997_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/19/affaire-peng-shuai-de-nouvelles-images-de-la-joueuse-de-tennis-chinoise-mises-en-ligne_6106697_3242.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:18:21 +0100", + "pubDate": "Sun, 19 Dec 2021 11:56:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257158,16 +283103,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fba3bc0db48e7ec68b6d4bab93743fc" + "hash": "52960b2953865f513d7d7aa5fddc04aa" }, { - "title": "Cameroun : la Coupe d’Afrique des nations aura bien lieu", - "description": "En visite dans le pays, Patrice Motsepe, le président de la Confédération africaine de football, a confirmé le maintien de la compétition malgré « l’énorme défi » du Covid-19.", - "content": "Le nouveau président de la Fédération camerounaise de football (Fécafoot), Samuel Eto’o, à Yaoundé, le 11 décembre 2021.", + "title": "« Yannick Jadot a un problème de leadership », affirme Barbara Pompili, ministre de la transition écologique", + "description": "La ministre de la transition écologique était l’invitée de France Inter, de France Télévisions et du « Monde », dimanche 19 décembre de midi à 13 heures.", + "content": "La ministre de la transition écologique était l’invitée de France Inter, de France Télévisions et du « Monde », dimanche 19 décembre de midi à 13 heures.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/22/cameroun-la-coupe-d-afrique-des-nations-aura-bien-lieu_6106996_3212.html", + "link": "https://www.lemonde.fr/politique/video/2021/12/19/questions-politiques-en-direct-barbara-pompili-ministre-de-la-transition-ecologique-est-l-invitee-de-l-emission_6106695_823448.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:14:53 +0100", + "pubDate": "Sun, 19 Dec 2021 11:45:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257179,16 +283124,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "becf71e25c17cf12d260d50940f669cc" + "hash": "519249b3b7677fd494836fd27ad0b0f0" }, { - "title": "La vaccination contre le Covid-19 ouverte à tous les enfants de 5 à 11 ans", - "description": "Les prises de rendez-vous seront possibles  « dans les heures qui viennent », selon le ministre de la santé, Olivier Véran. La vaccination des enfants de cette tranche d’âge est assurée avec le vaccin de Pfizer et BionTech.", - "content": "Vaccination à Sélestat, dans le Bas-Rhin, mardi 21 décembre.", + "title": "Aux Philippines, le bilan du passage du typhon Rai s’alourdit, au moins 208 morts", + "description": "Les secouristes tentent de fournir de l’eau et de la nourriture aux îles dévastées par ce puissant phénomène naturel, qui a balayé le centre et le sud de l’archipel jeudi et vendredi.", + "content": "Des habitations ravagées par le typhon Rai, à Surigao, à l’extrémité nord de l’île de Mindanao, le 18 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/la-vaccination-contre-le-covid-19-ouverte-a-tous-les-enfants-de-5-a-11-ans_6106994_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/19/aux-philippines-le-bilan-du-passage-du-typhon-rai-s-alourdit-avec-pres-de-100-morts_6106694_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:07:34 +0100", + "pubDate": "Sun, 19 Dec 2021 11:42:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257200,16 +283145,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84cf89fc71559a664a17ac181ae94d7b" + "hash": "32032a76770fe6db3e0f07e33cfe9389" }, { - "title": "Le piton de la Fournaise à nouveau en éruption sur l’île de La Réunion", - "description": "Pour la deuxième fois de l’année, le volcan, un des plus actifs au monde, a donné de premiers signes de réveil dans la nuit de mardi à mercredi.", - "content": "Les éruptions du volcan de La Réunion sont qualifiées d’effusives ou de type hawaïen.", + "title": "La photographe et romancière américaine Eve Babitz, égérie d’Hollywood, est morte", + "description": "Elle incarnait l’élégance désinvolte de la Californie des années 1960. L’autrice d’« Eve à Hollywood » est morte vendredi, à l’âge de 78 ans.", + "content": "Elle incarnait l’élégance désinvolte de la Californie des années 1960. L’autrice d’« Eve à Hollywood » est morte vendredi, à l’âge de 78 ans.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/le-piton-de-la-fournaise-est-a-nouveau-entre-en-eruption_6106983_3244.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/19/la-photographe-et-romanciere-americaine-eve-babitz-egerie-d-hollywood-est-morte_6106684_3382.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 07:27:28 +0100", + "pubDate": "Sun, 19 Dec 2021 09:03:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257221,16 +283166,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b760885973286ffbec41ce1158331b9e" + "hash": "abbacb10b70c4588336cb260343d2377" }, { - "title": "Un mort et au moins 70 personnes disparues après un glissement de terrain en Birmanie", - "description": "Environ 200 secouristes participent aux recherches de survivants après un glissement de terrain dans une mine de jade de Hpakant, au nord du pays.", - "content": "Des sauveteurs se préparent à rechercher des mineurs disparus à la suite d’un glissement de terrain dans une mine de jade à Hpakant, dans l’Etat de Kachin, le 22 décembre 2021.", + "title": "La revanche posthume de Mouammar Kadhafi", + "description": "Dix ans après le lynchage de Kadhafi, ses idées inspirent largement l’antiparlementarisme du chef de l’Etat tunisien, tandis qu’un de ses fils se présente à la première présidentielle de l’histoire libyenne.", + "content": "Saïf al-Islam Kadhafi, en bas à gauche, lors de la présentation, le 14 novembre, de sa candidature à la présidentielle libyenne.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/22/un-mort-et-au-moins-70-personnes-disparues-apres-un-glissement-de-terrain-en-birmanie_6106977_3210.html", + "link": "https://www.lemonde.fr/blog/filiu/2021/12/19/la-revanche-posthume-de-kadhafi/", "creator": "", - "pubDate": "Wed, 22 Dec 2021 06:51:16 +0100", + "pubDate": "Sun, 19 Dec 2021 07:24:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257242,16 +283187,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1f8d54075d29fe22b04330c973b9d31" + "hash": "f8aaa195144ef64e0063e56306fe8048" }, { - "title": "Forte chute de l’espérance de vie aux Etats-Unis, en grande partie à cause du Covid-19", - "description": "L’espérance de vie des Américains s’est réduite de près de deux ans en 2020 par rapport à 2019, pour s’établir à 77 ans. Le Covid-19 a été la troisième cause de décès dans le pays, derrière les maladies cardiovasculaires et le cancer.", - "content": "L’espérance de vie des Américains s’est réduite de près de deux ans en 2020 par rapport à 2019, pour s’établir à 77 ans. Le Covid-19 a été la troisième cause de décès dans le pays, derrière les maladies cardiovasculaires et le cancer.", + "title": "En Malaisie, des inondations provoquent l’évacuation de 22 000 personnes", + "description": "En raison des pluies torrentielles, les rivières en crue ont inondé des zones urbaines et bloqué toute circulation sur les routes principales.", + "content": "Des routes inondées à Shah Alam, en Malaisie, le 19 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/22/forte-chute-de-l-esperance-de-vie-aux-etats-unis-en-grande-partie-a-cause-du-covid-19_6106976_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/19/malaisie-des-inondations-provoquent-l-evacuation-de-22-000-personnes_6106676_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 06:33:32 +0100", + "pubDate": "Sun, 19 Dec 2021 06:43:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257263,16 +283208,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2834ba3f5a384b4b6993fd9d6f36e590" + "hash": "bd4e4add0e5b34717029b95cd5b8293c" }, { - "title": "« Juges, procureurs, suspects, familles, journalistes… Tout le monde a peur » : aux Pays-Bas et en Belgique, la percée sanglante des mafieux", - "description": "De puissants groupes de trafiquants de drogue, ayant pour certains des attaches au sein de la communauté marocaine, ont émergé ces dernières années au Benelux dans un contexte d’extrême violence.", - "content": "De puissants groupes de trafiquants de drogue, ayant pour certains des attaches au sein de la communauté marocaine, ont émergé ces dernières années au Benelux dans un contexte d’extrême violence.", + "title": "L’architecte Richard Rogers, l’un des coauteurs du Centre Pompidou, est mort", + "description": "Avec son associé Renzo Piano, il avait remporté, en 1971, le concours du Musée national d’art moderne construit dans le quartier de Beaubourg, à Paris. Père de l’école dite « high-tech », il a aussi réalisé le siège de Lloyd’s à Londres. Il est décédé samedi 18 décembre, à l’âge de 88 ans.", + "content": "L’architecte britannique Richard Rogers, à Paris, en novembre 2007, devant le Centre Pompidou, co-réalisé avec l’Italien Renzo Piano.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/22/aux-pays-bas-et-en-belgique-la-percee-sanglante-des-mafieux_6106967_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/19/l-architecte-richard-rogers-l-un-des-coauteurs-du-centre-pompidou-est-mort_6106668_3246.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 05:57:52 +0100", + "pubDate": "Sun, 19 Dec 2021 03:59:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257284,16 +283229,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e192b834976911b6e9492c07b26abc09" + "hash": "3f277d30d343113f8b873d468517bd74" }, { - "title": "Des économistes plaident pour une réforme de la fiscalité des successions, car la France devient une « société d’héritiers »", - "description": "Le Conseil d’analyse économique rappelle que cette fiscalité profite aux 0,1 % les plus aisés, consommateurs de dispositifs d’exemptions.", - "content": "Lingots d’or, à Paris, en avril 2010.", + "title": "Attaque d’un convoi français au Niger : la France a déjà mené une enquête, répond Paris à Niamey", + "description": "Vendredi, le président nigérien, Mohamed Bazoum, avait demandé à la France d’ouvrir une enquête sur les heurts qui se sont déroulés à la fin de novembre sur la route du convoi militaire de la force « Barkhane » et qui pourraient avoir fait trois morts.", + "content": "Vendredi, le président nigérien, Mohamed Bazoum, avait demandé à la France d’ouvrir une enquête sur les heurts qui se sont déroulés à la fin de novembre sur la route du convoi militaire de la force « Barkhane » et qui pourraient avoir fait trois morts.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/22/des-economistes-plaident-pour-une-refonte-de-la-fiscalite-de-l-heritage_6106966_823448.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/19/attaque-d-un-convoi-francais-au-niger-la-france-a-deja-realise-une-enquete-repond-paris-a-niamey_6106665_3212.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 05:34:09 +0100", + "pubDate": "Sun, 19 Dec 2021 03:04:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257305,16 +283250,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "819b1120df3e6d216f7daa4e233ba24c" + "hash": "a330e87641323abef47d48793d6d615a" }, { - "title": "Les cancers de la prostate liés à l’exposition aux pesticides reconnus comme maladie professionnelle", - "description": "Cette décision était « attendue, particulièrement aux Antilles », où le chlordécone a été utilisé pendant des décennies, a noté le ministère de la santé dans un communiqué.", - "content": "Manifestation contre la menace de prescription du dossier du scandale sanitaire lié au chlordécone,  à Fort-de-France, en Martinique, le 27 février 2021.", + "title": "Une enquête du « New York Times » lève le voile sur la mort de milliers de civils au Moyen-Orient dans des frappes américaines", + "description": "Le quotidien a eu accès à 1 300 rapports du Pentagone qui montrent de nombreuses défaillances dans le renseignement et les exécutions de missions de drones en Afghanistan, Irak et Syrie, sans qu’une faute ou sanction ne soit prononcée.", + "content": "Le « New York Times » a dû intenter plusieurs procès au Pentagone et au commandement central de l’armée américaine pour obtenir les documents concernant des incidents au provoqués par les frappes de Washington au Moyen-Orient.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/les-cancers-de-la-prostate-lies-a-l-exposition-au-chlordecone-reconnus-comme-maladie-professionnelle_6106958_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/19/une-enquete-du-new-york-times-leve-le-voile-sur-la-mort-de-milliers-de-civils-au-moyen-orient-a-cause-des-frappes-de-drones-americaines_6106664_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 03:22:31 +0100", + "pubDate": "Sun, 19 Dec 2021 02:21:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257326,16 +283271,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cb708e70a1b2f79691b5de087603a64" + "hash": "f3652f02d05483e112406c5321b74012" }, { - "title": "Martinique : deux membres de l’intersyndicale, opposés à l’obligation vaccinale, meurent du Covid-19", - "description": "Mobilisés contre l’obligation vaccinale, les deux hommes de 48 ans et 61 ans auraient été contaminés à l’occasion d’une réunion de travail avec la préfecture, comme d’autres participants, dont le préfet de la Martinique.", - "content": "Mobilisés contre l’obligation vaccinale, les deux hommes de 48 ans et 61 ans auraient été contaminés à l’occasion d’une réunion de travail avec la préfecture, comme d’autres participants, dont le préfet de la Martinique.", + "title": "L’ex-négociateur du Brexit, David Frost, démissionne du gouvernement britannique", + "description": "Dans une lettre publiée par Downing Street, le secrétaire d’Etat évoque ses inquiétudes quant à la « direction » que prend actuellement le gouvernement de Boris Johnson.", + "content": "David Frost à la sortie du 10 Downing Street, à Londres, le 15 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/martinique-deux-representants-de-l-intersyndicale-meurent-du-covid-19_6106953_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/18/le-negociateur-du-brexit-david-frost-demissionne-du-gouvernement-britannique_6106658_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 01:43:42 +0100", + "pubDate": "Sat, 18 Dec 2021 23:41:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257347,16 +283292,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f379e421d668d1777e69f1d608e936ca" + "hash": "347e0e819ca87b1a50c3bb4e9aa8c0ea" }, { - "title": "Découverte d’un embryon de dinosaure datant d’au moins 66 millions d’années", - "description": "Ce fossile d’oviraptorosaure, découvert en Chine, s’apprêtait à éclore comme un oiseau, une position qui n’avait encore jamais été observée chez les dinosaures.", - "content": "Baby Yingliang a été retrouvé le dos courbé, ses pieds de chaque côté de sa tête, avec celle-ci rentrée sur son ventre.", + "title": "Plus de 25 000 manifestants anti-passe sanitaire en France, en léger rebond", + "description": "Le ministère de l’intérieur a recensé 131 actions sur tout le territoire. Les manifestants protestaient alors que le gouvernement a annoncé un durcissement des mesures pour lutter contre l’épidémie.", + "content": "Un manifestant tient une pancarte sur laquelle on peut lire « Non au passeport sanitaire », lors d’une manifestations des Patriotes, à Paris, France, le 18 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/22/decouverte-d-un-embryon-de-dinosaure-datant-d-au-moins-66-millions-d-annees_6106950_1650684.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/18/plus-de-25-000-manifestants-anti-passe-sanitaire-en-france-en-leger-rebond_6106656_3244.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 00:40:40 +0100", + "pubDate": "Sat, 18 Dec 2021 22:42:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257368,16 +283313,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba93ba86a4f3b29774ce8cfb43fd2e88" + "hash": "cdd94c371f9a3214b3d1d3f0d7976d9d" }, { - "title": "Joe Biden estime que les Etats-Unis sont « prêts » à affronter le variant Omicron", - "description": "Le nouveau variant a représenté 73,2 % des nouvelles contaminations au Covid-19 la semaine écoulée aux Etats-Unis.", - "content": "Joe Biden, le 21 décembre à la Maison Blanche.", + "title": "Des manifestations antiracistes partout en France pour la régularisation des sans-papiers", + "description": "A Dunkerque, Paris, Bordeaux ou Montpellier, des manifestants se sont inquiétés de « la montée des idées d’extrême droite ». Dans la capitale, les autorités ont dénombré 2 300 manifestants, selon une source policière.", + "content": "Des manifestants défilent en faveur de la régularisation des sans-papiers, dans le cadre d’un mouvement « antiracisme et solidarité », le jour de la Journée internationale des migrants, à Paris, le 18 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/21/nous-ne-devons-pas-paniquer-joe-biden-estime-que-les-etats-unis-sont-prets-a-affronter-le-variant-omicron_6106945_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/18/des-manifestations-antiracistes-partout-en-france-pour-la-regularisation-des-sans-papiers_6106655_3224.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 22:25:32 +0100", + "pubDate": "Sat, 18 Dec 2021 21:01:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257389,16 +283334,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6176716675139f2336501b0e6bbf9789" + "hash": "30231661a9c6c60dd9b3d89a3cb4869a" }, { - "title": "Amiante : la SNCF condamnée en appel à indemniser 119 ex-cheminots pour préjudice d’anxiété", - "description": "La cour a retenu une « faute contractuelle » à l’encontre de la SNCF. La fédération SUD-Rail estime que ce jugement « ne met pas fin à la problématique de l’amiante » dans l’entreprise.", - "content": "La SNCF a fait savoir qu’elle ne ferait « aucun commentaire sur ce sujet ».", + "title": "L’ancien chroniqueur du « Monde » et critique littéraire Pierre Lepape est mort", + "description": "Journaliste, critique littéraire, biographe, essayiste, Pierre Lepape est mort samedi à l’âge de 80 ans à l’hôpital Saint-Antoine de Paris.", + "content": "Une photo prise le 7 mars 2013 montre la façade du siège du journal Le Monde à Paris.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/21/amiante-la-sncf-condamnee-en-appel-a-indemniser-119-ex-cheminots-pour-prejudice-d-anxiete_6106944_3234.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/18/l-ancien-chroniqueur-du-monde-et-critique-litteraire-pierre-lepape-est-mort_6106653_3382.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 21:26:41 +0100", + "pubDate": "Sat, 18 Dec 2021 20:37:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257410,16 +283355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6f660301c89bcbf69fd653aa2f09a88" + "hash": "aaa1d66115a04238a93f3f9bff9689e7" }, { - "title": "Après plus de vingt ans de pertes, ING quitte le marché de la banque en ligne en France", - "description": "La banque néerlandaise va supprimer 460 postes et discute actuellement avec des concurrents bancaires, dont Boursorama, la reprise de son portefeuille de clients.", - "content": "La banque néerlandaise ING, à Amsterdam, le 7 novembre 2012.", + "title": "Variant Omicron : le premier ministre des Pays-Bas annonce un « confinement » à partir de dimanche", + "description": "L’annonce du premier ministre néerlandais, Mark Rutte, intervient alors que le pays tenter d’enrayer une forte augmentation des cas de Covid-19 dus à cette mutation du coronavirus.", + "content": "Le premier ministre néerlandais, Mark Rutte, lors d’une conférence de presse le 14 décembre 2021 à La Haye.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/21/apres-plus-de-vingt-ans-de-pertes-ing-quitte-le-marche-de-la-banque-en-ligne-en-france_6106943_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/12/18/variant-omicron-le-premier-ministre-des-pays-bas-annonce-un-confinement-a-partir-de-dimanche_6106650_3210.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 20:58:58 +0100", + "pubDate": "Sat, 18 Dec 2021 19:27:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257431,16 +283376,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3fcc9cb7fc1ce853d1bdd020e54a3cb3" + "hash": "6ef95a5495c5ef7ee30d9976a1f2137b" }, { - "title": "Covid-19 : les syndicats défavorables à un passe sanitaire pour les fonctionnaires", - "description": "Les partenaires sociaux ont été consultés par la ministre de la transformation et de la fonction publiques, Amélie de Montchalin, sur l’éventualité d’un passe sanitaire au travail. Une proposition qui ne devrait pas figurer dans le prochain projet de loi du gouvernement.", - "content": "La ministre de la transformation et de la fonction publiques, Amélie de Montchalin, à Paris, le 8 décembre 2021.", + "title": "Laurent Bouvet, cofondateur du Printemps républicain, est mort", + "description": "Le politiste avait notamment été à l’origine de la création du mouvement prônant une vision stricte de la laïcité. Il est mort samedi à 52 ans des suites d’une longue maladie.", + "content": "Laurent Bouvet, lors de l’université d’été du PS à La Rochelle, le 25 août 2012.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/21/covid-19-les-syndicats-defavorables-a-un-passe-sanitaire-pour-les-fonctionnaires_6106942_823448.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/18/laurent-bouvet-cofondateur-du-printemps-republicain-est-mort_6106645_3382.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 20:06:12 +0100", + "pubDate": "Sat, 18 Dec 2021 18:55:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257452,16 +283397,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "73b37630a54e116ed05bd29364644e18" + "hash": "ba9542684d5250d6a11a4656e485272b" }, { - "title": "« Prise illégale d’intérêts » : Eric Dupond-Moretti remporte une manche dans une bataille procédurale", - "description": "Le garde des sceaux a obtenu l’annulation d’une décision de la Cour de justice de la République par la Cour de cassation.", - "content": "Le ministre de la justice, Eric Dupond-Moretti, lors de l’inauguration de la nouvelle cour administrative d’appel de Toulouse, le 16 décembre 2021.", + "title": "A Saint-Denis, Christiane Taubira suscite l’espoir de ses soutiens et amende sa position vis-à-vis du vaccin contre le Covid-19", + "description": "L’ancienne ministre de la justice, qui a déclaré vendredi « envisager » une candidature à la présidentielle, était samedi en Seine-Saint-Denis. L’occasion de s’afficher avec ses partisans et de clarifier sa position sur la vaccination contre le Covid-19 après un moment de flou.", + "content": "Christiane Taubira au lendemain de l’annonce de son éventuelle candidature à l’élection présidentielle de 2022, sur le marché de Noël de Saint-Denis (Seine-Saint-Denis), le 18 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/21/prise-illegale-d-interets-eric-dupond-moretti-remporte-une-bataille-procedurale_6106941_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/18/a-saint-denis-christiane-taubira-suscite-l-espoir-de-ses-soutiens-et-reste-prudente-sur-la-politique-vaccinale_6106641_6059010.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 19:55:30 +0100", + "pubDate": "Sat, 18 Dec 2021 17:36:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257473,16 +283418,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cf1d10662a5ff3644204ffa87621b60" + "hash": "c780d6b97dd59760f582b6bcd85d88ca" }, { - "title": "Covid-19 : nouvelles restrictions en Europe pour endiguer la cinquième vague, quatrième dose pour les plus de 60 ans en Israël", - "description": "Selon l’Organisation mondiale de la santé, Omicron est, désormais, dominant au Danemark, ainsi qu’au Portugal et au Royaume-Uni.", - "content": "A Berlin, le 21 décembre.", + "title": "Biathlon : Quentin Fillon-Maillet, impérial, s’impose lors de la poursuite du Grand-Bornand", + "description": "Avec sa victoire, le biathlète français récupère le dossard jaune du leader au classement général de la Coupe du monde. Plus tôt, Julia Simon avait fini deuxième chez les femmes.", + "content": "Le Français Quentin Fillon lors de sa victoire dans la poursuite du Grand-Bornand, le 18 décembre.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/21/covid-19-face-a-la-menace-constituee-par-le-variant-omicron-de-nouvelles-restrictions-decidees-en-europe_6106940_3244.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/18/biathlon-quentin-fillon-maillet-imperial-s-impose-sur-la-poursuite-du-grand-bornand_6106638_3242.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 19:49:01 +0100", + "pubDate": "Sat, 18 Dec 2021 16:09:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257494,16 +283439,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b2b5b178583589c64ff4dee853129e40" + "hash": "31a91cccc9a717dbeb35c451ee873a75" }, { - "title": "Le coiffeur Franck Provost mis en examen pour blanchiment de fraude fiscale aggravée", - "description": "Le ministère public a dit avoir reçu « plusieurs signalements » de l’utilisation d’un « logiciel frauduleux […] permettant de détourner des recettes encaissées en espèces ».", - "content": "L’homme d’affaires français Franck Provost quitte le palais présidentiel de l’Elysée, le 21 janvier 2014 à Paris.", + "title": "Christiane Taubira annonce son soutien à la Primaire populaire, « dernier espace pour construire l’union » de la gauche", + "description": "Celle qui a déclaré la veille « envisager » d’être candidate à l’élection présidentielle fait partie des dix candidats sélectionnés par la Primaire populaire, issue d’un collectif ayant pour but de relier les aspirations de la société civile et des partis de gauche.", + "content": "Christiane Taubira a annoncé samedi 18 décembre son soutien à la Primaire populaire.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/23/le-coiffeur-franck-provost-mis-en-examen-pour-blanchiment-de-fraude-fiscale-aggravee_6107123_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/18/christiane-taubira-annonce-son-soutien-a-la-primaire-populaire-dernier-espace-pour-construire-l-union-de-la-gauche_6106637_6059010.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 11:25:43 +0100", + "pubDate": "Sat, 18 Dec 2021 16:05:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257515,16 +283460,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca80dfa342d283a111e5e87b9dd10ab9" + "hash": "c80370614c888f5156df5d58f0c685d9" }, { - "title": "Hôtellerie-restauration : accord pour une revalorisation moyenne des salaires de 16 % en 2022", - "description": "La CFDT a annoncé, mardi, qu’elle donnerait son accord à cette « avancée inédite ». La rémunération minimum dans le secteur sera supérieure de 4 % au smic.", - "content": "Un serveur à la terrasse du Café de Flore, à Paris, le 19 mai 2021.", + "title": "Interrogé sur la différence entre passe vaccinal et obligation vaccinale, le ministre de la santé a revendiqué pour la première fois sans détour le choix du gouvernement.", + "description": "Interrogé par le média Brut sur la différence entre passe vaccinal et obligation vaccinale, le ministre de la santé a assumé le choix du gouvernement, estimant qu’il était plus efficace.", + "content": "Olivier Veran, le ministre  français de la santé, à Paris, le 1er décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/21/hotellerie-restauration-accord-pour-une-revalorisation-moyenne-des-salaires-de-16-en-2022_6106939_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/18/marine-le-pen-s-oppose-au-passe-vaccinal-et-denonce-un-plus-grand-enfermement-des-francais_6106607_823448.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 19:33:33 +0100", + "pubDate": "Sat, 18 Dec 2021 09:20:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257536,16 +283481,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ba23470ea2a8d494b3604d52ff336af" + "hash": "eb927a46e2b5e6d5630e88b6f6d5c346" }, { - "title": "Ex-milliardaire adulée de la Silicon Valley, elle risque aujourd’hui vingt ans de prison pour fraude : Elizabeth Holmes, la chute d’une « girl boss »", - "description": "Le procès de la fondatrice de la start-up médicale Theranos, accusée d’avoir fait fortune aux Etats-Unis en escroquant investisseurs et patients, s’est achevé le 17 décembre. L’ancienne icône féministe de la tech a tenté de se disculper en se présentant comme victime de violences sexuelles sous l’emprise d’un ex-amant et associé.", - "content": "La fondatrice et ancienne patronne de Theranos, Elizabeth Holmes, quitte le tribunal fédéral de San José, en Californie, le 17 juillet 2019.", + "title": "Arrêt du match Paris FC-OL : Lyon interdit les déplacements de ses groupes de supporteurs", + "description": "La décision des dirigeants lyonnais intervient alors que des violences en tribunes ont provoqué, vendredi, l’interruption définitive de la rencontre de Coupe de France.", + "content": "Lors du match de Coupe de France entre le Paris FC et l’Olympique lyonnais (OL), au stade Charléty, à Paris, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/21/la-chute-d-elizabeth-holmes-girl-boss-de-la-silicon-valley_6106857_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/18/apres-les-incidents-lors-du-match-face-au-paris-fc-l-ol-interdit-les-deplacements-de-ses-groupes-de-supporteurs_6106626_3242.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 01:19:24 +0100", + "pubDate": "Sat, 18 Dec 2021 12:59:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257557,16 +283502,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "14c10c689fd7836fc21d9194e0d73690" + "hash": "493bb374ca8ff7cdfba84237f56270a9" }, { - "title": "Un conseil des ministres exceptionnel aura lieu le 27 décembre, avec l’ambition d’une « adoption définitive » par le Parlement « dès la première quinzaine du mois de janvier ». D’ici là, l’exécutif s’attend à « une période de turbulences ».", - "description": "L’exécutif vise une « adoption définitive » par le Parlement « dès la première quinzaine du mois de janvier ». D’ici là, il n’exclut pas de nouvelles restrictions alors que « 20 % des cas positifs » dans toute la France relèvent du variant Omicron.", - "content": "L’exécutif vise une « adoption définitive » par le Parlement « dès la première quinzaine du mois de janvier ». D’ici là, il n’exclut pas de nouvelles restrictions alors que « 20 % des cas positifs » dans toute la France relèvent du variant Omicron.", + "title": "Après un superbe début de saison, l’Italienne s’est à nouveau imposée, samedi, sur la descente dans la station savoyarde. Elle pourrait réaliser le doublé en cas de succès sur le Super-G, dimanche.", + "description": "Après un superbe début de saison, l’Italienne s’est à nouveau imposée, samedi, sur la descente dans la station savoyarde. Elle pourrait réaliser le doublé en cas de succès sur le Super-G, dimanche.", + "content": "Sofia Goggia, après sa victoire sur le Super-G de Lake Louise (Canada), le 5 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/21/covid-19-en-france-le-gouvernement-accelere-sur-le-passe-vaccinal-et-n-exclut-pas-de-nouvelles-mesures_6106912_3244.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/18/ski-alpin-reine-de-la-vitesse-sofia-goggia-s-est-assagie-pour-rester-au-sommet_6106588_3242.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 14:14:41 +0100", + "pubDate": "Sat, 18 Dec 2021 06:00:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257578,16 +283523,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5869de316fe7be90e66d3ac6391d02f" + "hash": "cac9c948622f893a6f0d157cc0e32700" }, { - "title": "« C’était me faire vacciner ou perdre mon emploi » : le passe vaccinal entre en vigueur en Tunisie", - "description": "A partir du 22 décembre, ce document devient obligatoire pour accéder aux administrations, aux transports, aux cafés-restaurants, mais aussi pour travailler dans certaines entreprises privées.", - "content": "Une infirmière prépare une dose de vaccin Johnson & Johnson, à Tunis, en août 2021.", + "title": "En Afghanistan, les talibans vont recommencer à délivrer des passeports", + "description": "La reprise de la délivrance des passeports constitue un test de la bonne volonté des talibans, lesquels se sont engagés auprès de la communauté internationale à laisser partir leurs compatriotes qui le souhaitent et disposent de visas valides.", + "content": "Des combattants talibans gardent un point de contrôle dans une rue de Kaboul, la capitale afghane, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/21/c-etait-me-faire-vacciner-ou-perdre-mon-emploi-le-passe-vaccinal-entre-en-vigueur-en-tunisie_6106935_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/18/en-afghanistan-les-talibans-vont-recommencer-a-delivrer-des-passeports_6106621_3210.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:45:05 +0100", + "pubDate": "Sat, 18 Dec 2021 11:43:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257599,16 +283544,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "526684a08e0101686b931779c8bc3497" + "hash": "2569e48bc43cabc327fc3393409ae0a7" }, { - "title": "La plaque du square Samuel-Paty dégradée à Paris", - "description": "Les services de la Ville de Paris ont remis la plaque en état mardi, a-t-elle précisé.", - "content": "La plaque du square Samuel Paty, à Paris, en hommage au professeur assassiné.", + "title": "Covid-19 : le feu d’artifice et les concerts du Nouvel An sur les Champs-Elysées sont annulés", + "description": "La Mairie de Paris a fait part samedi de l’annulation des festivités prévues sur les Champs-Elysées pour la Saint-Sylvestre.", + "content": "L’avenue des Champs-Elysées, à Paris, le 31 décembre 2020.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/21/la-plaque-du-square-samuel-paty-degradee-a-paris_6106933_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/18/covid-19-le-feu-d-artifice-et-les-concerts-du-nouvel-an-sur-les-champs-elysees-sont-annules_6106619_3244.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:38:05 +0100", + "pubDate": "Sat, 18 Dec 2021 11:24:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257620,16 +283565,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a56eca15866aa76c6848d9f82048483f" + "hash": "66fbc54d28533256520ae20a125c3e00" }, { - "title": "Hongkong : une statue commémorative de Tiananmen déboulonnée dans une université", - "description": "Le territoire a longtemps été le seul endroit en Chine où il était possible de rendre hommage aux victimes de la répression de Tiananmen, mais Pékin entend imprimer sa marque autoritaire sur l’ex-colonie britannique.", - "content": "Le « pilier de la honte » dans l’Université de Hongkong, le 10 octobre 2021.", + "title": "Le garçonnet, prénommé Hamza, a été retrouvé chez la sœur de son père. Ce dernier, qui avait été décrit comme un homme « potentiellement dangereux », a été placé en garde à vue.", + "description": "Le garçonnet, prénommé Hamza, avait été enlevé vendredi soir à Fouquières-lès-Lens, a priori par son père, qui a été placé en garde à vue.", + "content": "« Hamza, garçon, 12 ans, 1,50 mètre, teint mat, brun aux yeux noirs, habillé d’un pyjama gris, d’un pull bleu et d’un manteau noir, a été enlevé à Fouquières-lès-Lens, 27, rue Pasteur, le 17 décembre 2021 vers 19 h 30 », selon le ministère de l’intérieur.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/23/hongkong-une-statue-commemorative-de-tiananmen-deboulonnee-dans-une-universite_6107090_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/18/declenchement-du-plan-alerte-enlevement-pour-un-enfant-de-12-ans-pres-de-lens_6106594_3224.html", "creator": "", - "pubDate": "Thu, 23 Dec 2021 04:20:58 +0100", + "pubDate": "Sat, 18 Dec 2021 07:35:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257641,16 +283586,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50d6d2ed2c3ee0bb4824f9939be1a4d6" + "hash": "e56ac49204ba75a8d1701df692b46eb4" }, { - "title": "Sept cas de grippe aviaire détectés dans des élevages du Sud-Ouest", - "description": "Le virus H5N1 s’étend sur le territoire depuis la découverte d’un premier foyer dans le Nord fin novembre. Le ministère de l’agriculture va contraindre les éleveurs à confiner leurs volailles de manière plus stricte.", - "content": "Des canards confinés à Bourriot-Bergonce (Landes), le 22 février 2017 .", + "title": "Présidentielle 2022 : un scrutin plus imprévisible que jamais, selon la troisième enquête électorale publiée par « Le Monde »", + "description": "Dans l’enquête Ipsos-Sopra Steria en partenariat avec le Cevipof et la Fondation Jean-Jaurès pour « Le Monde », Emmanuel Macron reste en tête et Valérie Pécresse progresse significativement. Les réponses montrent surtout la grande indécision des sondés, puisque 30 % du panel a changé d’avis en deux mois.", + "content": "Des panneaux électoraux à Paris, en mai 2019.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/22/sept-cas-de-grippe-aviaire-detectes-dans-des-elevages-du-sud-ouest_6107062_3234.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/18/presidentielle-2022-un-scrutin-plus-que-jamais-imprevisible_6106578_6059010.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 18:09:18 +0100", + "pubDate": "Sat, 18 Dec 2021 04:23:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257662,16 +283607,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aee0edff41f3f4ff1c79c5caa6158a01" + "hash": "5bfca9f7b85cf364f9fa85451196a71d" }, { - "title": "Covid-19 : « pas de lien direct » entre la vaccination et des troubles menstruels", - "description": "Depuis l’été, les signalements de saignements anormaux ou de retards de règles après une vaccination contre le Covid-19 affluent. Mais un nouveau point de situation de l’Agence de sécurité du médicament relève que « les données disponibles ne permettent pas de déterminer le lien direct entre le vaccin et la survenue [de perturbations menstruelles] ».", - "content": "Une jeune femme reçoit une dose de vaccin contre le Covid-19 dans un centre de vaccination du 10e arrondissement à Paris, le 2 décembre 2021.", + "title": "Aux Philippines, le bilan du passage du typhon Rai s’alourdit encore, avec au moins 208 morts", + "description": "Les secouristes tentent de fournir de l’eau et de la nourriture aux îles dévastées par ce puissant phénomène naturel, qui a balayé le centre et le sud de l’archipel jeudi et vendredi.", + "content": "Des habitations ravagées par le typhon Rai, à Surigao, à l’extrémité nord de l’île de Mindanao, le 18 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/covid-19-pas-de-lien-direct-entre-la-vaccination-et-des-troubles-menstruels_6107053_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/19/aux-philippines-le-bilan-du-passage-du-typhon-rai-s-alourdit-avec-pres-de-100-morts_6106694_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 17:08:04 +0100", + "pubDate": "Sun, 19 Dec 2021 11:42:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257683,16 +283628,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d476635ccd01099d4edbf9771958a13b" + "hash": "a1c3d9b96dd707911d222ac2ddfba631" }, { - "title": "Aux Canaries, trois mois après l’éruption du volcan Cumbre Vieja", - "description": "En images. L’éruption du volcan, qui a débuté le 19 septembre, est la première depuis cinquante ans et la plus longue que cette petite île située dans l’océan Atlantique ait connue.", - "content": "La lave du volcan a atteint la mer sur l’île canarienne de La Palma, en Espagne, le lundi 6 décembre 2021.", + "title": "Les négociations sur le nucléaire iranien menacées d’enlisement", + "description": "Les Iraniens ont demandé une pause dans les discussions en cours à Vienne, alors que « quelques progrès techniques » ont été enregistrés ces derniers jours.", + "content": "Le secrétaire général adjoint du Service européen pour l’action extérieure (SEAE) Enrique Mora et le négociateur en chef iranien Ali Bagheri (à droite) et les délégations lors de négociations sur le nucléaire iranien, à Vienne, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/21/aux-canaries-trois-mois-apres-l-eruption-du-volcan-cumbre-vieja_6106932_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/18/les-negociations-sur-le-nucleaire-iranien-menacees-d-enlisement_6106608_3210.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 18:02:49 +0100", + "pubDate": "Sat, 18 Dec 2021 09:40:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257704,16 +283649,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c25bd8bfc6eee8305c204b377cac4b82" + "hash": "87c624577c371821d3916fc8cb0d3865" }, { - "title": "Mme Stojberg a été condamnée à soixante jours de prison pour avoir illégalement ordonné la séparation de couples de demandeurs d’asile.", - "description": "Mme Stojberg a été condamnée à soixante jours de prison pour avoir illégalement ordonné la séparation de couples de demandeurs d’asile.", - "content": "Inger Stojberg, en janvier 2016, à Bruxelles.", + "title": "Covid-19 : la dose de rappel sera obligatoire pour les soignants et les pompiers à partir du 30 janvier, annonce le ministre de la santé", + "description": "La vaccination est déjà obligatoire depuis le 15 septembre pour ces professionnels, mais aucune date limite n’avait été fixée jusqu’ici pour recevoir une nouvelle injection.", + "content": "La vaccination est déjà obligatoire depuis le 15 septembre pour ces professionnels, mais aucune date limite n’avait été fixée jusqu’ici pour recevoir une nouvelle injection.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/21/au-danemark-l-ex-ministre-de-l-immigration-risque-l-exclusion-du-parlement_6106873_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/18/covid-19-la-dose-de-rappel-sera-obligatoire-pour-les-soignants-et-les-pompiers-a-partir-du-30-janvier_6106604_3244.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 06:32:24 +0100", + "pubDate": "Sat, 18 Dec 2021 09:01:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257725,16 +283670,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8219e6b18736508d74a333e1bbddeb84" + "hash": "c6ac47cb0a3c7e65b9865c706f0ce719" }, { - "title": "Le réacteur nucléaire EPR construit par Areva en Finlande a démarré, après douze ans de retard", - "description": "L’EPR d’Olkiluoto va devenir le plus puissant réacteur en opération en Europe. Il doit fournir environ 15 % de la consommation du pays nordique.", - "content": "L’EPR d’Olkiluoto, construit par Areva, le 28 août 2015.", + "title": "Au Mexique, le projet de référendum sur la révocation du mandat présidentiel mis en pause", + "description": "L’Institut national électoral a invoqué un manque de budget pour organiser en avril la consultation populaire voulue par le président mexicain, Andres Manuel Lopez Obrador, sur son maintien au pouvoir jusqu’en 2024.", + "content": "Le président mexicain, Andres Manuel Lopez Obrador (« AMLO »), le 15 décembre 2021, à Mexico.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/21/nucleaire-l-epr-construit-par-areva-en-finlande-a-demarre-apres-douze-ans-de-retard_6106926_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/18/au-mexique-le-projet-de-referendum-sur-la-revocation-du-mandat-presidentiel-mis-en-pause_6106597_3210.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 17:15:24 +0100", + "pubDate": "Sat, 18 Dec 2021 08:27:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257746,16 +283691,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f65e547ecd5072db411f2d69d8f3e2e" + "hash": "cf94e4a95513b4b620cfe232a92c7f1d" }, { - "title": "Joe Biden « devait rétablir l’ordre face au chaos. Mais le chaos prévaut » : les critiques de la presse américaine", - "description": "Le président des Etats-Unis est confronté à de grandes difficultés, à la fois sur le plan sanitaire et politique, avec des promesses non tenues qui s’accumulent.", - "content": "Le président américain, Joe Biden, à Hartford (Connecticut), pour défendre son plan de réformes sociales « Build Back Better » (« reconstruire mieux »), le 15 octobre 2021.", + "title": "Les championnes olympiques françaises vont tenter d’ajouter un titre à leur incroyable palmarès international, ce dimanche, en Espagne. Coup d'envoi de la rencontre à 17h30.", + "description": "Les championnes olympiques françaises vont tenter d’ajouter un titre à leur incroyable palmarès international, ce dimanche, en Espagne.", + "content": "L’équipe de France célèbre sa victoire face au Danemark, en demi-finale du Mondial de handball, le 17 décembre, en Espagne.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/21/promesses-non-tenues-et-objectifs-trop-ambitieux-joe-biden-malmene-par-la-presse-americaine_6106925_3210.html", + "link": "https://www.lemonde.fr/sport/live/2021/12/19/france-norvege-suivez-en-direct-la-finale-du-mondial-feminin-de-handball_6106705_3242.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 17:14:51 +0100", + "pubDate": "Sun, 19 Dec 2021 15:30:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257767,16 +283712,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1699e4b0009840a8017aee7dba8a479" + "hash": "7c2fae57b61171b16451fa965400c8b9" }, { - "title": "Avec le dernier « Père Noël secret » de Reddit, la fin d’une certaine époque d’Internet", - "description": "Sur le site, des inconnus du monde entier s’échangeaient des cadeaux, que ce soit à l’occasion d’un « Secret Santa » ou tout au long de l’année. Mais la tradition, vieille de près de quinze ans, se termine.", - "content": "Reddit ferme à la fin de l’année RedditGifts.com, le site par lequel s’organisent les transactions et qui permet aux internautes de poster des photographies de leurs cadeaux.", + "title": "Coupe de France : Metz tombe à Bergerac, une première réussie pour Dupraz à Saint-Etienne", + "description": "La grosse surprise de ces 32es de finale a été l’élimination des Messins, pensionnaires de Ligue 1, par le club de quatrième division.", + "content": "Les joueurs de Bergerac (N2) célèbrent leur exploit réalisé en 32e de finale de la Coupe de France face à Metz, le 19 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/21/avec-le-dernier-secret-santa-de-reddit-la-fin-d-une-certaine-epoque-d-internet_6106924_4408996.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/19/coupe-de-france-metz-tombe-a-bergerac-une-premiere-reussie-pour-dupraz-a-saint-etienne_6106711_3242.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 17:04:49 +0100", + "pubDate": "Sun, 19 Dec 2021 16:59:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257788,16 +283733,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1f0a5e1060dc1a39df59b968a18bbbe" + "hash": "723693d582128101a2f9b6d3798bc0b1" }, { - "title": "Covid-19 : que sait-on de la fiabilité des tests antigéniques ?", - "description": "Les dépistages se multiplient à l’approche des fêtes de fin d’année, mais les résultats des tests antigéniques doivent être pris avec précaution. Comme le résume un spécialiste, un test négatif « n’est pas un certificat de laisser-aller ».", - "content": "Le barnum devant la pharmacie de l'Odéon, dans le 6e arrondissement de Paris, pratique des tests antigéniques sans rendez-vous.", + "title": "Aux Philippines, le bilan du passage du typhon Rai s’alourdit, avec près de 110 morts", + "description": "Les secouristes tentent de fournir de l’eau et de la nourriture aux îles dévastées par le typhon, qui a balayé le centre et le sud de l’archipel jeudi et vendredi.", + "content": "Des habitations ravagées par le typhon Rai, à Surigao, à l’extrémité nord de l’île de Mindanao, le 18 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/21/que-sait-on-de-la-fiabilite-des-tests-antigeniques_6106923_4355770.html", + "link": "https://www.lemonde.fr/international/article/2021/12/19/aux-philippines-le-bilan-du-passage-du-typhon-rai-s-alourdit-avec-pres-de-100-morts_6106694_3210.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:57:25 +0100", + "pubDate": "Sun, 19 Dec 2021 11:42:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257809,16 +283754,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b963beb9ca70ae391b85023f97bb6355" + "hash": "39bb1ed57196731535cc88c9fe4b515c" }, { - "title": "La justice rejette des demandes d’indemnisation de riverains de l’usine Metaleurop", - "description": "Implantée à Noyelles-Godault (Pas-de-Calais), l’usine sidérurgique Metaleurop rejetait dans l’air, en 1985, 67 tonnes de plomb et 26 700 de dioxyde de soufre.", - "content": "La dernière cheminée de l'ancienne fonderie Metaleurop de Noyelles-Godault a été dynamitée le 17 mars 2006.", + "title": "Aux Philippines, le typhon Rai a fait au moins 75 morts", + "description": "Plus de 300 000 personnes ont dû quitter leur foyer à la suite du passage de la tempête, la plus violente de l’année dans le pays.", + "content": "La ville de Surigao, aux Philippines, après le passage du typhon Rai, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/21/la-justice-rejette-des-demandes-d-indemnisation-de-riverains-de-l-usine-metaleurop_6106922_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/18/aux-philippines-le-typhon-rai-a-fait-plus-d-une-vingtaine-de-morts_6106589_3244.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:36:21 +0100", + "pubDate": "Sat, 18 Dec 2021 06:41:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257830,16 +283775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfc8e067f8111db4dde35688c6408199" + "hash": "e9538c6a411dfae13d0d2dedca1e2c78" }, { - "title": "Rachat de « La Provence » : bataille juridique autour du pacte d’actionnaires", - "description": "Un droit d’agrément soumet toute nouvelle entrée d’actionnaire à un accord à l’unanimité du conseil d’administration, dans lequel Xavier Niel, potentiel repreneur, détient deux sièges. Le liquidateur du Groupe Bernard Tapie, propriétaire du journal, demande sa suspension.", - "content": "A l’entrée du siège du quotidien La Provence, à Marseille, le 20 décembre 2012.", + "title": "Le président du Niger demande à la France d’ouvrir une enquête sur les heurts survenus lors du passage d’un convoi de « Barkhane »", + "description": "Trois personnes avaient été tuées à Téra, à la fin de novembre, dans l’ouest du pays, en marge d’une manifestation d’opposition au convoi militaire français.", + "content": "Le président du Niger, Mohamed Bazoum, à Glasgow, en Ecosse, le 1er novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/21/rachat-de-la-provence-bataille-juridique-autour-du-pacte-d-actionnaires_6106920_3234.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/18/le-president-du-niger-demande-a-la-france-d-ouvrir-une-enquete-suite-aux-heurts-lors-du-passage-d-un-convoi-de-barkhane_6106583_3212.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:16:55 +0100", + "pubDate": "Sat, 18 Dec 2021 05:33:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257851,16 +283796,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb137262578351217eaae3e2d2726bd2" + "hash": "df4a1a187f9c033f770d3d8a0089b8ce" }, { - "title": "Pour ses 77 ans, « Le Monde » s’offre un record de 500 000 abonnés", - "description": "Grâce à l’envol des abonnements numériques, amplifié par la crise sanitaire, et à la résistance du papier, le journal a atteint un niveau de diffusion payante largement supérieur à son ancien record, qui datait de 1979.", - "content": "Le nouveau siège du groupe Le Monde, à proximité de la gare d’Austerlitz, dans le 13e arrondissement de Paris.", + "title": "« Voulons-nous plus de liberté ou plus de sécurité ? » : au procès du 13-Novembre, l’audition très politique de l’ancien patron de la DGSI", + "description": "Patrick Calvar a interrogé, vendredi 17 décembre, le dilemme démocratique que représente la lutte contre le terrorisme et a notamment insisté sur la faiblesse des contrôles aux frontières de l’Union européenne.", + "content": "L’ancien patron de la DGSI Patrick Calvar, lors du procès des attentats du 13-Novembre, à Paris, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/21/pour-ses-77-ans-le-monde-s-offre-un-record-de-500-000-abonnes_6106916_3236.html", + "link": "https://www.lemonde.fr/police-justice/article/2021/12/18/voulons-nous-plus-de-liberte-ou-plus-de-securite-au-proces-du-13-novembre-l-audition-tres-politique-de-l-ancien-patron-de-la-dgsi_6106580_1653578.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 15:22:21 +0100", + "pubDate": "Sat, 18 Dec 2021 04:48:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257872,16 +283817,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7a94b24f8221ffdc0b8ad2cfb7f0f8d" + "hash": "66cdc307327326df452b939dbe31e346" }, { - "title": "Variant Omicron : plus de « 100 000 contaminations par jour d’ici à la fin du mois » en France, selon Olivier Véran", - "description": "Olivier Véran s’est appuyé mercredi sur des modélisations pour avancer ce chiffre, en raison de la contagiosité fulgurante du variant Omicron du coronavirus.", - "content": "Olivier Véran le 1er octobre 2021, à Paris.", + "title": "Aux Etats-Unis, l’obligation vaccinale des salariés rétablie par une cour fédérale", + "description": "Cette mesure, qui concerne les entreprises de plus de 100 employés, avait été suspendue en appel. Elle peut encore être contestée devant la Cour suprême.", + "content": "Des opposants à l’obligation vaccinale des salariés manifestent devant l’hôtel de ville de Phoenix, dans l’Arizona, le 7 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/omicron-plus-de-100-000-contaminations-par-jour-pourraient-etre-atteintes-d-ici-a-la-fin-de-l-annee_6107021_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/18/aux-etats-unis-l-obligation-vaccinale-des-salaries-retablie-par-une-cour-federale_6106579_3244.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 11:22:14 +0100", + "pubDate": "Sat, 18 Dec 2021 04:36:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257893,16 +283838,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "420c5dfa03d162829f1ffcb3f2a34fe6" + "hash": "53abd13a54da72ede402cc718036537a" }, { - "title": "Le rejet du droit de vote des étrangers, illustration de la défiance des Japonais envers les immigrés", - "description": "Sous pression des milieux nationalistes, la ville de Musashino a rejeté un projet de la maire visant à permettre aux étrangers de s’exprimer lors des référendums locaux.", - "content": "La maire de Musashino (Japon), Reiko Matsushita, lors du vote de sa proposition d’accorder le droit de vote aux étrangers de la ville pour les référendums locaux, le 21 décembre 2021.", + "title": "Loire-Atlantique : 400 veaux tués dans l’incendie d’un bâtiment agricole", + "description": "Le feu s’est déclaré vendredi en fin de journée dans une exploitation de Guéméné-Penfao. Deux personnes ont été légèrement incommodées par les fumées.", + "content": "400 veaux ont été piégés dans l’incendie d’un bâtiment agricole de 1 300 m2, à Guéméné-Penfao, en Loire-Atlantique, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/22/le-rejet-du-droit-de-vote-des-etrangers-illustration-de-la-defiance-des-japonais-envers-les-immigres_6107015_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/18/loire-atlantique-400-veaux-tues-dans-l-incendie-d-un-batiment-agricole_6106576_3224.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 11:01:21 +0100", + "pubDate": "Sat, 18 Dec 2021 03:54:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257914,16 +283859,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "738fc128cb507226dee8c3472c07a6cb" + "hash": "aa17a36405abcc44d7687887c44ef2c8" }, { - "title": "Alexis Corbière et Raquel Garrido déposent plainte pour « menace de mort »", - "description": "Le député et l’élue locale, membres de La France insoumise, interpellent le ministre de l’intérieur à propos d’une vidéo où des militants pro-Zemmour s’entraînent au tir en citant leurs noms et celui d’Emmanuel Macron.", - "content": "Alexis Corbière, député La France insoumis, à Montreuil (Seine-Saint-Denis), le 13 juin 2021.", + "title": "Cent trente-huit migrants secourus dans la Manche", + "description": "Deux navires de la marine et deux canots de la SNSM sont intervenus au large des côtes calaisiennes. Les réfugiés tentaient de rejoindre l’Angleterre sur des embarcations de fortune.", + "content": "Un groupe de réfugiés tente de traverser la Manche sur un canot gonflable, le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/22/alexis-corbiere-et-raquel-garrido-deposent-plainte-pour-menace-de-mort_6106993_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/18/138-migrants-secourus-dans-la-manche_6106574_3210.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 09:01:59 +0100", + "pubDate": "Sat, 18 Dec 2021 03:49:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257935,16 +283880,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9713b44569a921fad5ffd75f70891a2" + "hash": "6f60aa1e97cbf5a5cc207b7cd860a46d" }, { - "title": "Les cancers de la prostate liés à l’exposition au chlordécone reconnus comme maladie professionnelle", - "description": "Au cœur d’un dossier extrêmement sensible depuis des années aux Antilles, la mesure est destinée à faciliter l’indemnisation des victimes exposées à ce pesticide ultra-toxique.", - "content": "Manifestation contre la menace de prescription du dossier du scandale sanitaire lié au chlordécone,  à Fort-de-France, en Martinique, le 27 février 2021.", + "title": "Le TGV, fleuron de la SNCF, concurrencé pour la première fois en France", + "description": "La filiale française de la compagnie italienne Trenitalia a fait rouler ses premiers trains à grande vitesse, Frecciarossa, samedi 18 décembre entre Paris, Lyon et Milan.", + "content": "Le train à grande vitesse italien Frecciarossa (« flèche rouge ») à quai, avant son lancement, à Milan (Italie), le 13 décembre 2008.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/22/les-cancers-de-la-prostate-lies-a-l-exposition-au-chlordecone-reconnus-comme-maladie-professionnelle_6106958_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/18/le-tgv-fleuron-de-la-sncf-concurrence-pour-la-premiere-fois_6106571_3234.html", "creator": "", - "pubDate": "Wed, 22 Dec 2021 03:22:31 +0100", + "pubDate": "Sat, 18 Dec 2021 02:40:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257956,16 +283901,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52ba5de598a703e33a231825bc60f5ec" + "hash": "3c87203733bdbc286afe9a93d89d1327" }, { - "title": "En Malaisie, le bilan des inondations s’établit à 14 morts et plus de 70 000 déplacés", - "description": "L’Etat densément peuplé du Selangor, qui entoure Kuala Lumpur, est l’une des régions les plus touchées.", - "content": "Des habitants de Shah Alam, capitale du Selangor, en Malaisie, le 21 décembre 2021.", + "title": "A San Francisco, un quartier placé en état d’urgence pour faire face à la hausse des overdoses", + "description": "Le nombre de décès liés notamment à la prise de fentanyl, un opiacée de synthèse, a explosé depuis un an dans le quartier de Tenderloin, connu pour sa forte population de sans-abri et de toxicomanes.", + "content": "Le quartier de Tenderloin, l’un des plus pauvres de San Francisco, enregistre des décès par overdose presque chaque jour (ici, le 13 avril 2020).", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/21/en-malaisie-le-bilan-des-inondations-s-etablit-a-14-morts-et-plus-de-70-000-deplaces_6106914_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/18/a-san-francisco-un-quartier-place-en-etat-d-urgence-pour-faire-face-a-la-hausse-des-overdoses_6106570_3210.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 14:47:19 +0100", + "pubDate": "Sat, 18 Dec 2021 02:21:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257977,16 +283922,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8a23fee84235b83f5a16fb52f23861b" + "hash": "c46ed90a730de7b744ffbb3105606b66" }, { - "title": "Sciences Po Grenoble dénonce une décision « politique » après la suspension de financements par Laurent Wauquiez", - "description": "Le président de la région Auvergne-Rhône-Alpes va arrêter de financer l’école après un arrêté visant un professeur d’allemand, suspendu pour « propos diffamatoires ».", - "content": "Des étudiants manifestent contre l’islamophobie, devant le campus de Sciences Po Grenoble, à Saint-Martin-d’Hères (Isère), le 9 mars 2021.", + "title": "Assaut du Capitole : un partisan de Donald Trump condamné à cinq ans de prison", + "description": "Robert Scott Palmer avait lancé divers projectiles sur la police pour essayer de pénétrer dans l’enceinte du Congrès, le 6 janvier. Il s’agit de la peine la plus lourde prononcée jusqu’à présent contre l’un des émeutiers.", + "content": "Le 6 janvier 2021, des partisans de Trump avaient convergé vers le Capitole afin de s’introduire dans l’édifice pour empêcher le Congrès de certifier la victoire de Joe Biden à l’élection présidentielle.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/21/science-po-grenoble-denonce-une-decision-politique-apres-la-suspension-de-financements-regionaux_6106913_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/18/assaut-du-capitole-un-partisan-de-trump-condamne-a-cinq-ans-de-prison_6106567_3210.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 14:24:13 +0100", + "pubDate": "Sat, 18 Dec 2021 01:01:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -257998,16 +283943,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "62f9aaf5b5ef3202bdf66b2b2c3f6a0b" + "hash": "6a5fd2855b27e2f2c58620d16759419c" }, { - "title": "Les oppositions critiquent la stratégie du passe vaccinal du gouvernement", - "description": "Le projet de loi visant à remplacer le passe sanitaire par un passe vaccinal, défendu par le gouvernement pour freiner la propagation du variant Omicron, est très loin de faire l’unanimité.", - "content": "Le projet de loi visant à remplacer le passe sanitaire par un passe vaccinal, défendu par le gouvernement pour freiner la propagation du variant Omicron, est très loin de faire l’unanimité.", + "title": "Coupe de France : Paris FC-Lyon définitivement arrêté après des incidents en tribunes", + "description": "Pendant la pause, plusieurs fumigènes ont été lancés aux abords du parcage des supporteurs lyonnais.", + "content": "Des supporteurs marchent sur la pelouse pendant le match opposant le Paris FC à l’Olympique Lyonnais (OL) au stade Charlety à Paris, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/21/usine-a-gaz-probleme-ethique-les-oppositions-critiquent-la-strategie-du-passe-vaccinal-du-gouvernement_6106909_823448.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/17/coupe-de-france-paris-fc-lyon-interrompu-par-des-incidents-en-tribunes_6106562_3242.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 13:41:43 +0100", + "pubDate": "Fri, 17 Dec 2021 22:49:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258019,16 +283964,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a9fd76dbe69e28ec0ced5711ec340b8" + "hash": "1eb6633d6ad15eb367ac68b3afe5e0bf" }, { - "title": "Présidentielle 2022 : à quatre mois de l’échéance, l’ombre de l’abstention plane sur le scrutin", - "description": "Sur fond de résurgence du Covid-19, les électeurs pourraient bouder les urnes en avril 2022, comme ils l’ont fait lors des régionales, en juin.", - "content": "Sur fond de résurgence du Covid-19, les électeurs pourraient bouder les urnes en avril 2022, comme ils l’ont fait lors des régionales, en juin.", + "title": "Daniel Malgouyres condamné à dix-huit ans de réclusion pour avoir tué un cambrioleur au cours d’une effraction qu’il avait lui-même commanditée", + "description": "L’homme a été reconnu coupable d’avoir organisé en 2017 une tentative d’extorsion sur son épouse lors d’un faux cambriolage de leur propriété située près de Béziers.", + "content": "Le jardin et la maison de Françoise et Daniel Malgouyres, près de Béziers (Hérault), en 2001.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/21/election-presidentielle-2022-l-ombre-de-l-abstention-plane-sur-le-scrutin_6106856_6059010.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/17/daniel-malgouyres-condamne-a-dix-huit-ans-de-reclusion-pour-avoir-tue-un-cambrioleur-au-cours-d-une-effraction-qu-il-avait-lui-meme-commandite_6106561_3224.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 01:11:29 +0100", + "pubDate": "Fri, 17 Dec 2021 22:43:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258040,16 +283985,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c10dafec7304b4b2ddbd38bc497ed952" + "hash": "750f4a328d15c1c5bd82033977828f7e" }, { - "title": "En Pologne, deux figures de l’opposition ciblées par le logiciel espion Pegasus", - "description": "Très sophistiqué, ce logiciel peut accéder à une foule d’informations sur les téléphones de ses victimes : contacts, messages, géolocalisation, mais aussi micro et caméra.", - "content": "L’avocat polonais Roman Giertych, qui a défendu plusieurs figures de l’opposition, et dont le téléphone a été infecté par Pegasus.", + "title": "Un adjoint d’Anne Hidalgo démissionne en raison d’un conflit d’intérêts", + "description": "Dans sa déclaration d’intérêts, Hermano Sanches Ruivo avait affirmé n’être rémunéré que par la mairie, et n’affirme avoir aucune autre activité professionnelle.", + "content": "Dans sa déclaration d’intérêts, Hermano Sanches Ruivo avait affirmé n’être rémunéré que par la mairie, et n’affirme avoir aucune autre activité professionnelle.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/21/en-pologne-deux-figures-de-l-opposition-ciblees-par-le-logiciel-espion-pegasus_6106904_4408996.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/17/un-adjoint-d-anne-hidalgo-demissionne-en-raison-d-un-conflit-d-interets_6106560_823448.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 12:50:37 +0100", + "pubDate": "Fri, 17 Dec 2021 22:07:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258061,16 +284006,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8b50192c85819007d2cd627eb676fb6" + "hash": "5d4d1b202cc367925771dccc526f170b" }, { - "title": "L’armée française annonce avoir tué l’un des auteurs de l’assassinat de six humanitaires français au Niger", - "description": "Soumana Boura dirigeait un groupe de plusieurs dizaines de combattants dans l’ouest du Niger. Il a été éliminé par un tir de drone, selon l’armée française.", - "content": "Un détachement d’éléments anti-jihadistes des Forces spéciales « Almahaou » (Tourbillon) patrouille le 6 novembre 2021 dans la région de Tillabéri (ouest du Niger), théâtre d’actions meurtrières de présumés jihadistes depuis le début de l’année.", + "title": "Covid-19 : « passe vaccinal », délai pour la dose de rappel… Ce qu’il faut retenir des annonces de Jean Castex", + "description": "Le premier ministre a annoncé une série de mesures contre la cinquième vague de Covid-19, dont un projet de loi pour que « seule la vaccination (soit) valable dans le passe » sanitaire. Le chef du gouvernement a dit assumer de « faire peser la contrainte sur les non-vaccinés ».", + "content": "Jean Castex, lors de son allocution à Matignon, le 17 décembre.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/21/l-armee-francaise-annonce-avoir-tue-l-un-des-auteurs-de-l-assassinat-de-six-humanitaires-francais-au-niger_6106901_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/17/covid-19-passe-vaccinal-delai-pour-la-dose-de-rappel-ce-qu-il-faut-retenir-des-annonces-de-jean-castex_6106558_3244.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 11:40:43 +0100", + "pubDate": "Fri, 17 Dec 2021 21:09:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258082,16 +284027,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9781dafafd259d91c82a3d7369c395b3" + "hash": "939bf88905d2a56d1a5caaee542507ea" }, { - "title": "« Merry Christmas » : le premier SMS de l’histoire vendu 107 000 euros aux enchères", - "description": "Ce message a été envoyé le 3 décembre 1992 par l’ingénieur informatique britannique Neil Papworth à son collègue Richard Jarvis, via le réseau de Vodafone.", - "content": "Le tout premier texto de l’histoire sera vendu aux enchères sous forme de NFT par la maison de ventes Aguttes, à Neuilly-sur-Seine (Hauts-de-Seine), le 21 décembre 2021.", + "title": "Sur fond de Covid-19, Emmanuel Macron annule un voyage risqué au Mali", + "description": "L’Elysée a mis en avant la crise sanitaire en France pour expliquer l’annulation de la rencontre du chef de l’Etat avec son homologue malien ainsi que de sa visite aux troupes françaises sur place, initialement prévues pour les 20 et 21 décembre.", + "content": "Emmanuel Macron, à Bruxelles, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/21/merry-christmas-le-premier-sms-de-l-histoire-mis-aux-encheres-sous-forme-de-nft_6106896_4408996.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/17/sur-fond-de-covid-19-emmanuel-macron-annule-un-voyage-risque-au-mali_6106555_3212.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 11:05:00 +0100", + "pubDate": "Fri, 17 Dec 2021 20:18:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258103,16 +284048,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b73bcd64bb1f0ea0e1e3002780d83af4" + "hash": "ab784d099843ce4d6480d5f48efe54ac" }, { - "title": "En Espagne, les conservateurs rompent avec les libéraux pour rasseoir leur hégémonie sur la droite", - "description": "Le Parti populaire a provoqué des élections anticipées en Castille-Leon, dans l’espoir de marginaliser Ciudadanos.", - "content": "La présidente du parti Ciudadanos, Inés Arrimadas, lors d’une session parlementaire à Madrid, en mai 2020.", + "title": "Jean Castex annonce une loi pour transformer le passe sanitaire en passe vaccinal et « faire peser la contrainte sur les non vaccinés »", + "description": "Alors que le nombre de cas continue de flamber en France, un conseil de défense sanitaire s’est tenu, vendredi 17 décembre. Le premier ministre a par ailleurs annoncé que le délai pour être éligible à une dose de rappel était ramené à 4 mois.", + "content": "Alors que le nombre de cas continue de flamber en France, un conseil de défense sanitaire s’est tenu, vendredi 17 décembre. Le premier ministre a par ailleurs annoncé que le délai pour être éligible à une dose de rappel était ramené à 4 mois.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/21/en-espagne-les-conservateurs-rompent-avec-les-liberaux-pour-rasseoir-leur-hegemonie-sur-la-droite_6106895_3210.html", + "link": "https://www.lemonde.fr/planete/live/2021/12/17/covid-19-suivez-la-declaration-de-jean-castex-apres-le-conseil-de-defense-sanitaire_6106548_3244.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 11:04:20 +0100", + "pubDate": "Fri, 17 Dec 2021 19:12:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258124,16 +284069,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d9bad45813325f0bca97a0759b8cc959" + "hash": "4e4665a117008a5da85f76063fdcae15" }, { - "title": "A Paris, une longue prise d’otages a pris fin, sans faire de victime, et le forcené a été interpellé", - "description": "Connu pour souffrir de troubles psychiatriques, l’homme, interpellé mardi matin, retenait depuis lundi après-midi une mère, gérante du commerce, et sa fille, dans une quincaillerie du 12e arrondissement.", - "content": "Des policiers et des membres de la brigade de recherche et d’intervention lundi soir 20 décembre 2021, devant la quincaillerie où une mère et sa fille étaient retenues en otage depuis 15 h 30.", + "title": "Après le naufrage ayant causé la mort de vingt-sept migrants dans la Manche, une enquête confiée à des juges", + "description": "Les circonstances de ce drame restent encore floues. Des questions se posent notamment sur les appels qu’ont passés les migrants aux autorités françaises et anglaises, quand leur embarcation de fortune a commencé à couler.", + "content": "Les circonstances de ce drame restent encore floues. Des questions se posent notamment sur les appels qu’ont passés les migrants aux autorités françaises et anglaises, quand leur embarcation de fortune a commencé à couler.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/21/une-longue-prise-d-otages-a-paris-a-pris-fin-sans-blesse-a-deplorer-le-forcene-a-ete-interpelle_6106894_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/apres-le-naufrage-ayant-cause-la-mort-de-vingt-sept-migrants-dans-la-manche-une-enquete-a-ete-confiee-a-des-juges_6106553_3210.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 11:01:50 +0100", + "pubDate": "Fri, 17 Dec 2021 19:48:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258145,16 +284090,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e273bbe7f6eded3ad72582301b25453" + "hash": "b65fe8a8ddfe06afdde2f954eac508d6" }, { - "title": "« On en parle à tous les repas sans réussir à se décider » : la vaccination des enfants, le dilemme des parents", - "description": "Entre lassitude due à la lourdeur des protocoles à l’école et crainte des effets secondaires du vaccin, des parents expliquent au « Monde » pourquoi ils souhaitent faire vacciner leurs enfants ou, au contraire, le refusent.", - "content": "Une enfant reçoit une dose du vaccin Pfizer/BioNTech contre le Covid-19, à Paris, le 17 décembre 2021.", + "title": "Le Conseil d’Etat précise les cas où le droit européen peut être contourné", + "description": "A l’occasion d’un arrêt sur le temps de travail des militaires, les conditions de recours à un « joker national » contre la jurisprudence de la cour de Luxembourg sont explicitées.", + "content": "Le Conseil d’Etat, à Paris.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/21/covid-19-les-parents-tirailles-apres-le-feu-vert-a-la-vaccination-des-5-11-ans_6106862_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/17/le-conseil-d-etat-precise-les-cas-ou-le-droit-europeen-peut-etre-contourne_6106551_3224.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 02:35:14 +0100", + "pubDate": "Fri, 17 Dec 2021 19:38:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258166,16 +284111,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8926768480938367c06229590a8a7337" + "hash": "277f3de7b30ebacec1cc484db09db0d0" }, { - "title": "Potentiel candidat à l’élection présidentielle de 2023 en RDC, Moïse Katumbi lance son parti", - "description": "L’ancien gouverneur du Katanga, qui reste pour l’instant membre de la coalition au pouvoir, a tenu un meeting à Kisangani devant une foule nombreuse.", - "content": "L’homme d’affaires et politicien congolais Moïse Katumbi lors d’un bain de foule à Kinshasa, en novembre 2020.", + "title": "Un nouveau rapport révèle le fonctionnement de Predator, un logiciel espion conçu par l’entreprise Cytrox", + "description": "Sise en Macédoine du Nord, cette société a récemment été épinglée par Facebook, qui a travaillé en collaboration avec le Citizen Lab et supprimé des faux comptes utilisés pour approcher les victimes de son logiciel.", + "content": "Les chercheurs sont parvenus à étudier deux versions de Predator, l’une développée pour fonctionner sur iOS, le système d’exploitation des appareils mobile d’Apple, et l’autre conçue pour les téléphones Android.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/21/potentiel-candidat-a-l-election-presidentielle-de-2023-en-rdc-moise-katumbi-lance-son-parti_6106885_3212.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/17/un-nouveau-rapport-revele-le-fonctionnement-de-predator-un-logiciel-espion-concu-par-l-entreprise-cytrox_6106550_4408996.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 09:40:10 +0100", + "pubDate": "Fri, 17 Dec 2021 19:13:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258187,16 +284132,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6edb79efcf8d1972cd2d4777893e51c" + "hash": "af905d3c0f0c509ab41bd96434fb9af6" }, { - "title": "Parcoursup : lancement de la phase d’orientation post-bac", - "description": "Le site Parcoursup.fr 2022 ouvre mardi. Les élèves de terminale vont pouvoir découvrir son organisation, les formations proposées et le fonctionnement de sa procédure.", - "content": "Ce sont 19 500 formations qui sont proposées pour cette promotion 2022.", + "title": "L’équipe de France se qualifie pour la finale du Mondial féminin de handball en battant in extremis le Danemark", + "description": "Les Bleues ont été bousculées par les Danoises avant de finir par s’imposer (23-22), vendredi, en demi-finale. Elles restent invaincues depuis le début de la compétition.", + "content": "Les Bleues ont été bousculées par les Danoises avant de finir par s’imposer (23-22), vendredi, en demi-finale. Elles restent invaincues depuis le début de la compétition.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/21/parcoursup-lancement-de-la-phase-d-orientation-post-bac_6106884_3224.html", + "link": "https://www.lemonde.fr/sport/live/2021/12/17/france-danemark-suivez-la-demi-finale-du-mondial-feminin-de-handball-en-direct_6106506_3242.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 09:35:43 +0100", + "pubDate": "Fri, 17 Dec 2021 15:30:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258208,16 +284153,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "096a6c80d8025fd4828464d302df5119" + "hash": "6d498c664b9b1e4226f9c70b7e2b9d52" }, { - "title": "Covid-19 : face au variant Omicron, le Maroc interdit les célébrations du Nouvel An", - "description": "Le gouvernement a annoncé une série de mesures qui seront appliquées dans la nuit du 31 décembre au 1er janvier, dont un couvre-feu de minuit à 6 heures.", - "content": "Dans un centre de vaccination à Errahma, près de Casablanca, en août 2021.", + "title": "La décennie Kim Jong-un, une ère marquée par les menaces et le repli", + "description": "Plus que les sanctions internationales, la pandémie a mis en échec la stratégie du dirigeant nord-coréen de poursuivre parallèlement ses ambitions nucléaires et le développement économique, entraînant une dépendance plus grande envers la Chine.", + "content": "Des photos des leaders Nord-Coréens Kim Il-sung et Kim Jong-il, à Pyongyang, le 3 décembre 2018.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/21/covid-19-face-au-variant-omicron-le-maroc-interdit-les-celebrations-du-nouvel-an_6106882_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/kim-jong-un-fete-ses-dix-ans-au-pouvoir-dans-un-pays-referme-sur-lui-meme_6106544_3210.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 09:24:20 +0100", + "pubDate": "Fri, 17 Dec 2021 18:47:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258229,16 +284174,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "96bc31a73b1ab8542346ba872a9ef167" + "hash": "8aa1daf6001e6145fc2bae7cc4a572c3" }, { - "title": "CAN 2022 : le président de la Confédération africaine de football en visite au Cameroun", - "description": "Patrice Motsepe doit rencontrer le président Paul Biya et visiter le stade d’Olembé, à Yaoundé, où doit se dérouler le match d’ouverture de la compétition.", - "content": "Patrice Motsepe, le président de la Confédération africaine de football (CAF), à Sandton, en Afrique du Sud, le 25 février 2021.", + "title": "Le Conseil national de l’ordre des médecins fait appel du blâme infligé au professeur Didier Raoult", + "description": "Un blâme avait été infligé au professeur Didier Raoult en première instance par la chambre disciplinaire de l’ordre des médecins de Nouvelle-Aquitaine – instance indépendante du Conseil national.", + "content": "Didier Raoult, à Marseille, le 27 août.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/21/can-2022-le-president-de-la-confederation-africaine-de-football-en-visite-au-cameroun_6106881_3212.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/17/le-conseil-national-de-l-ordre-des-medecins-fait-appel-du-blame-inflige-au-professeur-didier-raoult_6106541_1650684.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 09:12:31 +0100", + "pubDate": "Fri, 17 Dec 2021 18:17:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258250,16 +284195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2163aecfb3a7b178b43113773a8319d3" + "hash": "7e1dada81288755e47e40e5a14044c28" }, { - "title": "Travailleurs sans papiers : une enquête vise une entreprise de collecte de déchets", - "description": "L’inspection du travail a ouvert une enquête sur l’entreprise de collecte de déchets Sepur. Plusieurs éboueurs sans papiers ont par ailleurs porté plainte pour extorsion contre leurs chefs d’équipe.", - "content": "Des éboueurs travaillent à Paris, le 24 mars 2020.", + "title": "Election présidentielle 2022 : Emmanuel Macron entame son bilan, Christiane Taubira « envisage » d’être candidate… Le récap politique de la semaine", + "description": "Alors que l’ancienne garde des sceaux a annoncé sa possible candidature à l’élection présidentielle, Anne Hidalgo propose un débat télévisé aux candidats de gauche. De son côté, le chef de l’Etat débute son retour sur expérience.", + "content": "Christiane Taubira, lors du meeting de campagne de Benoît Hamon pour l’élection présidentielle, le 5 février 2017.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/21/travailleurs-sans-papiers-une-enquete-vise-une-entreprise-de-collecte-de-dechets_6106879_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/17/election-presidentielle-2022-emmanuel-macron-entame-son-bilan-christiane-taubira-envisage-d-etre-candidate-le-recap-politique-de-la-semaine_6106534_6059010.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 09:03:13 +0100", + "pubDate": "Fri, 17 Dec 2021 18:00:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258271,16 +284216,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "72d382960dbbb30685ab37b5333d5f46" + "hash": "6d8db6e6d96bc26d80b1a1bd492a7b2a" }, { - "title": "Aux Philippines, l’île de Bohol, ravagée par le typhon Rai, appelle à l’aide", - "description": "Le gouverneur de la province a demandé mardi au gouvernement du président Rodrigo Duterte d’envoyer des fonds pour fournir eau potable et nourriture aux familles en détresse.", - "content": "Ce qu’il reste de la ville d’Ubay, dans la province de Bohol, le 17 décembre 2021.", + "title": "Affaire Theranos : « Si Elizabeth Holmes est acquittée, rien ne changera dans la culture de la Silicon Valley »", + "description": "Le verdict du procès de la fondatrice de la start-up de biotech américaine a été mis en délibéré. John Carreyrou, le journaliste qui, en 2015, a révélé dans le « Wall Street Journal » que le laboratoire mentait sur la fiabilité de ses machines et avait recours à des appareils concurrents, revient sur l’affaire.", + "content": "Elizabeth Holmes, fondatrice de Theranos, au tribunal de San José, en Californie, le 22 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/21/une-province-des-philippines-ravagee-par-le-typhon-rai-appelle-a-l-aide_6106877_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/17/affaire-theranos-si-elizabeth-holmes-est-acquittee-rien-ne-changera-dans-la-culture-de-la-silicon-valley_6106530_3234.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 08:23:38 +0100", + "pubDate": "Fri, 17 Dec 2021 17:33:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258292,16 +284237,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2b864df74e14784241416aaa7ab79e18" + "hash": "3354fc712b6554ad47cdbf84b09783ee" }, { - "title": "Ligue 1 : à l’heure des jauges pleines, la voix des speakers retrouve de l’écho", - "description": "Alors que la Ligue 1 termine mercredi la première partie de son championnat, le rôle des animateurs au micro a repris du sens depuis le retour des supporteurs en août. Mais la dégradation de la situation sanitaire fait planer la menace du retour du huis clos.", - "content": "Le Kop Auteuil fêtait ses 30 ans à l’occasion de la réception de l’affiche entre le Paris Saint-Germain et le FC Nantes au Parc des Princes, le 20 novembre.", + "title": "La région Grand-Est va ouvrir des lignes ferroviaires franco-allemandes à la concurrence", + "description": "Selon l’exécutif de la région, ces lignes représentent un potentiel de développement aujourd’hui sous-utilisé par la SNCF.", + "content": "Selon l’exécutif de la région, ces lignes représentent un potentiel de développement aujourd’hui sous-utilisé par la SNCF.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/21/ligue-1-a-l-heure-des-jauges-pleines-la-voix-des-speakers-retrouve-de-l-echo_6106875_3242.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/17/la-region-grand-est-va-ouvrir-des-lignes-ferroviaires-franco-allemandes-a-la-concurrence_6106528_3234.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 07:00:21 +0100", + "pubDate": "Fri, 17 Dec 2021 17:27:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258313,16 +284258,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a964d0edad521770e0bf568f52b938a5" + "hash": "afbf4e7bf3cfb77f912f1d90ae07ded1" }, { - "title": "Premières exécutions de condamnés à mort au Japon depuis 2019", - "description": "Trois hommes ont subi la peine capitale, mardi. L’un d’eux était l’auteur de meurtres sur des membres de sa famille et des voisins en 2004, les deux autres ont commis un double meurtre en 2003.", - "content": "Trois hommes ont subi la peine capitale, mardi. L’un d’eux était l’auteur de meurtres sur des membres de sa famille et des voisins en 2004, les deux autres ont commis un double meurtre en 2003.", + "title": "« Questions politiques » en direct : Barbara Pompili, ministre de la transition écologique, est l’invitée de l’émission", + "description": "La ministre de la transition écologique est l’invité de France Inter, de France Télévisions et du « Monde », dimanche de midi à 13 heures.", + "content": "La ministre de la transition écologique est l’invité de France Inter, de France Télévisions et du « Monde », dimanche de midi à 13 heures.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/21/premieres-executions-de-condamnes-a-mort-au-japon-depuis-2019_6106870_3210.html", + "link": "https://www.lemonde.fr/politique/video/2021/12/19/questions-politiques-en-direct-barbara-pompili-ministre-de-la-transition-ecologique-est-l-invitee-de-l-emission_6106695_823448.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 05:46:13 +0100", + "pubDate": "Sun, 19 Dec 2021 11:45:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258334,16 +284279,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "728786da029567bf866f1f1c8ea921ec" + "hash": "6fa0f15e29f2a1800f41f6f324cbe26e" }, { - "title": "De l’arnaque artisanale à l’escroquerie en bande organisée, plongée dans la fabrique des faux passes sanitaires", - "description": "Depuis juin, 182 000 faux passes ont été découverts. Parmi les 400 enquêtes ouvertes et la centaine d’interpellations dénombrées par le ministère de l’intérieur, les profils des faussaires et des détenteurs sont aussi divers que les méthodes utilisées.", - "content": "Devant le Parlement européen, à Strasbourg, le 24 novembre 2021.", + "title": "L’ONU va lancer une enquête internationale sur les exactions en Ethiopie", + "description": "Une commission d’experts sera chargée d’enquêter et de réunir des preuves sur de possibles crimes contre l’humanité commis dans le cadre du conflit au Tigré.", + "content": "Un véhicule militaire à Kombolcha, en Ethiopie, le 11 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/21/trafic-de-faux-passes-sanitaires-des-methodes-et-des-profils-varies_6106866_3224.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/17/l-onu-va-lancer-une-enquete-internationale-sur-les-exactions-en-ethiopie_6106527_3212.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 05:28:10 +0100", + "pubDate": "Fri, 17 Dec 2021 17:17:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258355,16 +284300,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9c60da64b65859cc9e42799eb3457095" + "hash": "7b98f762c0262aa8147394613d4deb44" }, { - "title": "Haïti : les otages nord-américains libérés se sont en fait évadés", - "description": "Après deux mois passés aux mains d’un gang, douze membres d’un groupe de missionnaires nord-américains, dont un bébé, ont retrouvé la liberté, jeudi dernier, en s’échappant en pleine nuit.", - "content": "Weston Showalter, le porte-parole de l’organisation religieuse Christian Aid Ministries, donne, le 20 décembre à Berlin (Ohio), une conférence de presse pour expliquer les circonstances de l’évasion des douze missionnaires retenus en otage à Haïti peandant deux mois. A côté de lui, une photo du groupe de dix-sept personnes kidnappées à l’origine.", + "title": "Espionnage de François Ruffin : LVMH paie 10 millions d’euros d’amende et évite des poursuites", + "description": "L’ancien directeur du renseignement intérieur est soupçonné d’avoir mobilisé son réseau afin d’espionner François Ruffin, député de La France insoumise et réalisateur de « Merci patron ! », pour le compte de LVMH.", + "content": "Francois Ruffin lors de la séance des questions à l’Assemblée nationale, le 14 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/21/haiti-les-otages-nord-americains-liberes-se-sont-en-fait-evades_6106864_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/17/espionnage-de-francois-ruffin-lvmh-paie-10-millions-d-euros-d-amende-et-evite-des-poursuites_6106518_3224.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 04:04:33 +0100", + "pubDate": "Fri, 17 Dec 2021 16:37:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258376,16 +284321,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89aaecdabc9404c87a93b13a2a5b8aff" + "hash": "787e227b60cdf2d022e2dac2b3877720" }, { - "title": "Le Pentagone révèle qu’une centaine de militaires américains ont eu une « activité extrémiste interdite » dans l’année", - "description": "Parmi ces pratiques, le ministère américain de la défense cite le fait de prôner le renversement du gouvernement ou le « terrorisme intérieur ».", - "content": "Le porte-parole du Pentagone, John Kirby, en conférence de presse, le 20 décembre 2021 à Washington.", + "title": "Licences de pêche : la France va demander à la Commission européenne d’engager une procédure contre le Royaume-uni", + "description": "Il s’agit de poursuivre une « pression politique » sur Londres qui « ne respecte pas à 100 % l’accord », a expliqué le secrétaire d’Etat aux affaires européennes, Clément Beaune. La France attend toujours des autorités britanniques la délivrance de 73 licences à ses pêcheurs.", + "content": "Des pêcheurs français sur leur chalutier participent au blocage du port de Calais, le 26 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/21/le-pentagone-revele-qu-une-centaine-de-militaires-americains-ont-eu-une-activite-extremiste-interdite-dans-l-annee_6106860_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/licences-de-peche-la-france-va-demander-a-la-commission-europeenne-d-engager-une-procedure-contre-le-royaume-uni_6106509_3210.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 02:14:46 +0100", + "pubDate": "Fri, 17 Dec 2021 15:36:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258397,16 +284342,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6734c7362339150c12db7d89fb42d326" + "hash": "e6efee7dd181e0915e683907d3107f88" }, { - "title": "L’enseignant qui accusait Sciences Po Grenoble d’être un institut de « rééducation politique » suspendu pour diffamation", - "description": "Ce professeur avait été accusé en début d’année par des étudiants d’être islamophobe. Par la suite, il avait reproché à la direction de ne pas l’avoir protégé, et à ses collègues d’avoir endoctriné les élèves.", - "content": "Des étudiants manifestent contre l’islamophobie, devant le campus de Sciences Po Grenoble, à Saint-Martin-d’Hères (Isère), le 9 mars 2021.", + "title": "Enquête | Pratiques dégradantes et arnaques en série : les supplices de l’internationale du porno", + "description": "« Plaintes contre X », troisième volet. L’enquête judiciaire de grande ampleur qui met en cause les pratiques de producteurs et d’acteurs français montre comment, sous couvert d’amateurisme, des sociétés prospèrent sur le dos de leurs sous-traitants et, in fine, sur celui des femmes recrutées pour les tournages.", + "content": "« Plaintes contre X », troisième volet. L’enquête judiciaire de grande ampleur qui met en cause les pratiques de producteurs et d’acteurs français montre comment, sous couvert d’amateurisme, des sociétés prospèrent sur le dos de leurs sous-traitants et, in fine, sur celui des femmes recrutées pour les tournages.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/20/l-enseignant-qui-accusait-sciences-po-grenoble-d-etre-un-institut-de-reeducation-politique-suspendu-pour-diffamation_6106848_3224.html", + "link": "https://www.lemonde.fr/police-justice/article/2021/12/17/pratiques-degradantes-et-arnaques-en-serie-les-supplices-de-l-internationale-du-porno_6106457_1653578.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 21:59:11 +0100", + "pubDate": "Fri, 17 Dec 2021 12:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258418,16 +284363,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b0314d138550dcf2c5a4387bd313364" + "hash": "40b4729af50f82950609046f1befbb98" }, { - "title": "Jacques Vendroux, voix historique du football à Radio France, recruté par Europe 1", - "description": "Le journaliste quitte le groupe radiophonique public après cinquante-cinq ans sur les antennes.", - "content": "Le journaliste Jacques Vendroux, à Paris, en septembre 2009.", + "title": "Christiane Taubira espère rebattre les cartes à gauche, Yannick Jadot ferme la porte à une primaire", + "description": "L’ancienne garde des sceaux a dit envisager de se présenter à l’élection présidentielle, vendredi, tout en repoussant sa décision définitive à la mi-janvier. A gauche, les candidats ont relancé, chacun de leur côté, les appels au rassemblement.", + "content": "Christiane Taubira, lors du meeting de campagne de Benoît Hamon pour l’élection présidentielle, le 5 février 2017.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/20/medias-europe-1-recrute-jacques-vendroux-voix-historique-du-football-a-radio-france_6106847_3234.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/17/christiane-taubira-espere-rebattre-les-cartes-a-gauche-anne-hidalgo-veut-travailler-a-une-plate-forme-commune-en-vue-de-l-election-presidentielle_6106500_6059010.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 21:48:51 +0100", + "pubDate": "Fri, 17 Dec 2021 14:45:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258439,16 +284384,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c119824380ebc2be8c3e74de383b8ce5" + "hash": "fa0e85857d17189d15e0d5a344ef90fb" }, { - "title": "Alaa Abdel Fattah, figure de la révolution égyptienne, condamné à cinq ans de prison", - "description": "Alaa Abdel Fattah était déjà en détention provisoire depuis plus de deux ans. Il a passé au total sept ans en prison depuis 2013.", - "content": "Alaa Abdel Fattah, le 23 mai 2015, au tribunal du Caire.", + "title": "Le Centre national de la musique adopte un nouveau budget de crise", + "description": "Les 194 millions d’euros prévus en 2022 visent à relancer la filière musicale, notamment le spectacle vivant, tout en mettant en place une politique d’investissement destinée aux salles de spectacles et aux festivals.", + "content": "Jean-Philippe Thiellay, le président du Centre national de la musique, en février 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/20/alaa-abdel-fattah-figure-de-la-revolution-egyptienne-condamne-a-cinq-ans-de-prison_6106846_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/17/le-centre-national-de-la-musique-adopte-un-nouveau-budget-de-crise_6106494_3234.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 20:23:02 +0100", + "pubDate": "Fri, 17 Dec 2021 14:29:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258460,16 +284405,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee329a28567a0c19b30bea2a84a53e16" + "hash": "bd085d5a7be637a841be524dc5471a0c" }, { - "title": "« Nous ne devons pas paniquer » : Joe Biden estime que les Etats-Unis sont « prêts » à affronter le variant Omicron", - "description": "Le nouveau variant a représenté 73,2 % des nouvelles contaminations au Covid-19 la semaine écoulée aux Etats-Unis.", - "content": "Joe Biden, le 21 décembre à la Maison Blanche.", + "title": "Malaisie : des inondations provoquent l’évacuation de 22 000 personnes", + "description": "Des pluies diluviennes ont provoqué les crues des rivières qui ont inondé des zones urbaines et bloqué toute circulation sur les routes principales.", + "content": "Des routes inondées à Shah Alam, en Malaisie, le 19 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/21/nous-ne-devons-pas-paniquer-joe-biden-estime-que-les-etats-unis-sont-prets-a-affronter-le-variant-omicron_6106945_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/19/malaisie-des-inondations-provoquent-l-evacuation-de-22-000-personnes_6106676_3210.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 22:25:32 +0100", + "pubDate": "Sun, 19 Dec 2021 06:43:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258481,16 +284426,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea0e2cc4666e2b390931a2a468630ca7" + "hash": "849e8028c2f12a691b43632d5e7e3c11" }, { - "title": "Autonomie, situation des prisonniers, énergie... Paris et la Corse à la recherche d’un « accord complet » à la veille de la présidentielle", - "description": "Un nouveau cycle de négociations s’est ouvert en octobre entre le président du Conseil exécutif de Corse, Gilles Simeoni, et l’Etat.", - "content": "Gilles Simeoni, à gauche, célèbre son élection à la présidence du Conseil exécutif de Corse, à Ajaccio, le 1er juillet 2021.", + "title": "Attaque d’un convoi français au Niger : la France a déjà réalisé une enquête, répond Paris à Niamey", + "description": "Le président nigérien, Mohamed Bazoum, avait demandé, vendredi, à la France d’ouvrir une enquête sur les heurts qui se sont déroulés à la fin de novembre sur la route du convoi militaire de la force « Barkhane », et qui pourraient avoir fait trois morts.", + "content": "Le président nigérien, Mohamed Bazoum, avait demandé, vendredi, à la France d’ouvrir une enquête sur les heurts qui se sont déroulés à la fin de novembre sur la route du convoi militaire de la force « Barkhane », et qui pourraient avoir fait trois morts.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/20/le-paquet-global-corse-au-c-ur-de-la-presidentielle_6106741_823448.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/19/attaque-d-un-convoi-francais-au-niger-la-france-a-deja-realise-une-enquete-repond-paris-a-niamey_6106665_3212.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 04:28:52 +0100", + "pubDate": "Sun, 19 Dec 2021 03:04:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258502,16 +284447,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4652bf511b4d48784f4aeecb489048d7" + "hash": "833294ea24b248163059757215c17166" }, { - "title": "Que sait-on de la fiabilité des tests antigéniques ?", - "description": "Les dépistages se multiplient à l’approche des fêtes de fin d’année, mais les résultats des tests antigéniques doivent être appréhendés avec précaution.", - "content": "Le barnum devant la pharmacie de l'Odéon, dans le 6e arrondissement de Paris, pratique des tests antigéniques sans rendez-vous.", + "title": "Le négociateur du Brexit, David Frost, démissionne du gouvernement britannique", + "description": "Dans une lettre publiée par Downing Street, le secrétaire d’Etat évoque ses inquiétudes quant à la « direction » que prend actuellement le gouvernement de Boris Johnson.", + "content": "David Frost à la sortie de Downing Street, à Londres, le 15 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/21/que-sait-on-de-la-fiabilite-des-tests-antigeniques_6106923_4355770.html", + "link": "https://www.lemonde.fr/international/article/2021/12/18/le-negociateur-du-brexit-david-frost-demissionne-du-gouvernement-britannique_6106658_3210.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 16:57:25 +0100", + "pubDate": "Sat, 18 Dec 2021 23:41:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258523,16 +284468,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "59ef08838172cee769e6f1013bc093c4" + "hash": "6f86a844802c158d2aeeb39a004cec3f" }, { - "title": "Covid-19 : le gouvernement veut faire voter le passe vaccinal le plus vite possible et n’exclut pas de nouvelles restrictions", - "description": "Un conseil des ministres exceptionnel aura lieu le 27 décembre, avec l’ambition d’une « adoption définitive » par le Parlement « dès la première quinzaine du mois de janvier ». D’ici là, l’exécutif s’attend à « une période de turbulences ».", - "content": "Un policier contrôle les passes sanitaires de clients d’un bar de Saint-Malo, le 19 novembre 2021.", + "title": "Des manifestations « antiracistes » partout en France pour la régularisation des sans-papiers", + "description": "A Dunkerque, Paris, Bordeaux ou Montpellier, des manifestants se sont inquiétés de « la montée des idées d’extrême droite ». Dans la capitale, les autorités ont dénombré 2 300 manifestants, selon une source policière.", + "content": "Des manifestants défilent en faveur de la régularisation des sans-papiers, dans le cadre d’un mouvement « antiracisme et solidarité », le jour de la Journée internationale des migrants, à Paris, le 18 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/21/covid-19-en-france-le-gouvernement-accelere-sur-le-passe-vaccinal-et-n-exclut-pas-de-nouvelles-mesures_6106912_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/18/des-manifestations-antiracistes-partout-en-france-pour-la-regularisation-des-sans-papiers_6106655_3224.html", "creator": "", - "pubDate": "Tue, 21 Dec 2021 14:14:41 +0100", + "pubDate": "Sat, 18 Dec 2021 21:01:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258544,16 +284489,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8960a63e8d39cdab17b680578f6261ce" + "hash": "ab40efb6efcac47cac53df8fe5e0ea67" }, { - "title": "Covid-19 : aux Antilles, les soignants réfractaires au vaccin pourront bénéficier d’une rupture conventionnelle", - "description": "Selon l’ARS de Guadeloupe, près de 10 000 soignants sont concernés par l’obligation vaccinale, et plus de 90 % d’entre eux sont « en conformité » avec la loi.", - "content": "De « 6 % à 7 % de soignants » ne sont pas vaccinés en Guadeloupe, selon l’ARS de l’île.", + "title": "La Commission européenne ouvre une enquête sur la suppression des vols intérieurs en France", + "description": "Bruxelles a annoncé une « analyse approfondie du dossier », « une étape procédurale » qui ne préjuge pas de la décision finale de la Commission, a précisé un porte-parole.", + "content": "Un avions EasyJet décolle de l’aéroport Charles de Gaulle, près de Paris, le 2 décembre.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/20/covid-19-aux-antilles-les-soignants-refractaires-au-vaccin-pourront-beneficier-d-une-rupture-conventionnelle_6106841_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/la-commission-europeenne-ouvre-une-enquete-sur-la-suppression-des-vols-interieurs-en-france_6106491_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 19:21:32 +0100", + "pubDate": "Fri, 17 Dec 2021 14:13:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258565,16 +284510,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1755eeb1e377c7d1941a6d61df71c9bb" + "hash": "195dfa25123c71ec4c6c4eff6226d003" }, { - "title": "En Haïti, l’explosion d’un camion-citerne a fait au moins 90 morts", - "description": "Il s’agit « toujours malheureusement d’un chiffre partiel » vu l’état critique de certaines personnes hospitalisées, a fait savoir la mairie de Cap-Haïtien, où a eu lieu l’accident.", - "content": "Le lieu de l’accident, à Cap-Haïtien, le 15 décembre 2021.", + "title": "La Russie présente ses exigences pour limiter l’influence de l’OTAN et des Etats-Unis dans son voisinage", + "description": "Les deux traités présentés proposent notamment d’interdire tout nouvel élargissement de l’Alliance atlantique ainsi que l’établissement de bases militaires américaines dans les pays de l’ancien espace soviétique.", + "content": "Un exercice militaire russe en Crimée, péninsule ukrainienne annexée, le 23 avril 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/en-haiti-l-explosion-d-un-camion-citerne-fait-au-moins-90-morts_6106840_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/la-russie-presente-ses-exigences-pour-limiter-l-influence-de-l-otan-et-des-etats-unis-dans-son-voisinage_6106489_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 19:13:44 +0100", + "pubDate": "Fri, 17 Dec 2021 14:02:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258586,16 +284531,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cfb82e99178e27d0fda6a7ed92f4571" + "hash": "35952623c0f2df273a6d51c7840a4486" }, { - "title": "14 sujets de dispute pour animer votre réveillon : le passe sanitaire, les sondages, les vaccins contre le Covid-19, l’écriture inclusive", - "description": "Encore cette année, vous ne devriez pas échapper aux débats avec vos proches… Voici quelques arguments « pour » et « contre » sur des sujets incontournables de l’année.", - "content": "Encore cette année, vous ne devriez pas échapper aux débats avec vos proches… Voici quelques arguments « pour » et « contre » sur des sujets incontournables de l’année.", + "title": "Vidéo : Christiane Taubira « envisage » une candidature à l’élection présidentielle", + "description": "Dans une vidéo publiée sur ses réseaux sociaux, l’ancienne garde des sceaux a annoncé, vendredi 17 décembre, qu’elle envisageait d’être candidate à l’élection présidentielle.", + "content": "(FILES) This file photo taken on January 29, 2016 shows former French Justice Minister Christiane Taubira at New York University on January 29, 2016, in New York. Christiane Taubira declared in a video posted on the social networks on December 17, 2021 she is \"considering\" her candidacy for June 2022 presidential elections. (Photo by Jewel Samad / AFP)", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/20/vaccins-chasse-miss-france-mondial-au-qatar-14-sujets-de-dispute-pour-animer-votre-reveillon_6106836_4355770.html", + "link": "https://www.lemonde.fr/politique/video/2021/12/17/video-christiane-taubira-envisage-une-candidature-a-l-election-presidentielle_6106487_823448.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:38:51 +0100", + "pubDate": "Fri, 17 Dec 2021 14:00:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258607,16 +284552,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d90b7e73bfe11acd2ae3f0348bc7c764" + "hash": "c16e82f04da3e2088022e853bfdf920d" }, { - "title": "La banque suisse UBS, condamnée en France pour fraude fiscale, se pourvoit en cassation", - "description": "Elle avait été condamnée à un total de 1,8 milliard d’euros en appel pour avoir envoyé des commerciaux suisses en France afin de « chasser » les riches clients de sa filiale française.", - "content": "Elle avait été condamnée à un total de 1,8 milliard d’euros en appel pour avoir envoyé des commerciaux suisses en France afin de « chasser » les riches clients de sa filiale française.", + "title": "Covid-19 : « Le risque d’être infecté tout en étant vacciné a augmenté avec le variant Delta »", + "description": "Un nouveau conseil de défense sanitaire se tient vendredi et devrait acter de nouvelles mesures pour lutter contre l’épidémie. Les journalistes des Décodeurs ont répondu à vos questions sur cette nouvelle vague, marquée par la propagation du variant Omicron.", + "content": "Un nouveau conseil de défense sanitaire se tient vendredi et devrait acter de nouvelles mesures pour lutter contre l’épidémie. Les journalistes des Décodeurs ont répondu à vos questions sur cette nouvelle vague, marquée par la propagation du variant Omicron.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/20/fraude-fiscale-ubs-se-pourvoit-en-cassation_6106835_3234.html", + "link": "https://www.lemonde.fr/planete/live/2021/12/17/covid-19-la-cinquieme-vague-de-l-epidemie-se-distingue-t-elle-des-precedentes-posez-vos-questions-a-nos-journalistes_6106480_3244.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:34:42 +0100", + "pubDate": "Fri, 17 Dec 2021 13:30:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258628,16 +284573,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a09fb6a274332a9fc0291e8268d802f" + "hash": "ef9d8d9082ee4a0b8027e688f27d7698" }, { - "title": "« Protéger sans isoler » dans les Ehpad : les recommandations du gouvernement pour les fêtes de Noël", - "description": "Elles ont été formulées lundi, pour répondre aux critiques de collectifs de familles contre des restrictions de liberté imposées par certains directeurs d’établissements ou agences régionales de santé.", - "content": "Dans un Ehpad du centre hospitalier Léopold-Ollier à Chambonas, en Ardèche, le 7 décembre 2021.", + "title": "Affaires PPDA : deux nouvelles procédures judiciaires pour viol", + "description": "Un juge d’instruction va enquêter de nouveau sur des accusations de viol par l’écrivaine Florence Porcel. Une deuxième enquête préliminaire fait suite à une plainte déposée par une femme qui accuse Patrick Poivre d’Arvor de l’avoir violée lors du Festival de Cannes en 1985.", + "content": "Patrick Poivre d'Arvor en 2007, avant le débat entre Ségolène Royal et Nicolas Sarkozy.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/20/covid-19-proteger-sans-isoler-les-residents-des-ehpad-pour-noel_6106834_3244.html", + "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/17/affaires-ppda-deux-nouvelles-procedures-judiciaires-pour-viol_6106475_3236.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 18:15:35 +0100", + "pubDate": "Fri, 17 Dec 2021 13:15:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258649,16 +284594,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9512e8c78177f99a9098f3805bd9f630" + "hash": "f6387aeb8501421ec986a8ea7ec4373a" }, { - "title": "Nouvelle passe d’armes diplomatique entre l’Allemagne et la Russie après le meurtre d’un exilé tchétchène à Berlin", - "description": "La Russie expulse des diplomates allemands. Berlin accuse en effet Moscou d’avoir commandité l’assassinat sur son sol d’un opposant tchétchène en 2019.", - "content": "Les avocats de la défense (de gauche à droite), Christian Koch, Ingmar Pauli et Robert Unger, lors du verdict prononcé au tribunal régional supérieur de Berlin, le 15 décembre 2021, concernant le meurtre de Zelimkhan Tornike Khangochvili.", + "title": "La CNIL met en demeure l’entreprise de reconnaissance faciale Clearview", + "description": "Cette société américaine controversée, qui a aspiré des milliards de photographies mises en ligne sur Internet pour alimenter ses algorithmes, fait l’objet de multiples enquêtes dans le monde.", + "content": "En mai 2020, l’ONG Privacy International avait adressé une réclamation de cinquante pages à la CNIL, estimant que Clearview AI ne respectait pas le droit encadrant la collecte et l’utilisation de données personnelles.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/nouvelle-passe-d-armes-entre-l-allemagne-et-la-russie-apres-le-meurtre-d-un-exile-tchetchene-a-berlin_6106829_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/17/la-cnil-met-en-demeure-l-entreprise-de-reconnaissance-faciale-clearview_6106474_4408996.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 17:27:44 +0100", + "pubDate": "Fri, 17 Dec 2021 13:13:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258670,16 +284615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa23fdc94e272d647d7807a8059ccab1" + "hash": "d74bdd0f2953902b525ba85499b21003" }, { - "title": "Au Gabon, un ancien coach de football arrêté après le dépôt d’une plainte pour pédophilie", - "description": "Patrick Assoumou Eyi est accusé d’avoir agressé sexuellement des centaines d’enfants lorsqu’il entraînait la sélection nationale des moins de 17 ans.", - "content": "Des jeunes Gabonais jouent au football à Franceville, en janvier 2017.", + "title": "Déclenchement du plan Alerte enlèvement pour un enfant de 12 ans près de Lens", + "description": "Un garçonnet prénommé Hamza a été enlevé vendredi soir à Fouquières-lès-Lens, dans le Pas-de-Calais. Le père est suspecté d’être l’auteur du rapt.", + "content": "« Hamza, garçon, 12 ans, 1,50 mètre, teint mat, brun aux yeux noirs, habillé d’un pyjama gris, d’un pull bleu et d’un manteau noir, a été enlevé à Fouquières-lès-Lens, 27, rue Pasteur, le 17 décembre 2021 vers 19 h 30 », selon le ministère de l’intérieur.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/20/au-gabon-un-ancien-coach-de-football-arrete-apres-le-depot-d-une-plainte-pour-pedophilie_6106828_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/18/declenchement-du-plan-alerte-enlevement-pour-un-enfant-de-12-ans-pres-de-lens_6106594_3224.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 17:21:26 +0100", + "pubDate": "Sat, 18 Dec 2021 07:35:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258691,16 +284636,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aedca405f7b6583febe405f94272a1c8" + "hash": "96be4ac6c2e2bdc83ae5032cc1c90b18" }, { - "title": "Le produit du laboratoire américain utilise une technologie plus classique que celles des vaccins à ARN messager. Il déclenche une réponse immunitaire sans injection de virus, qui peut en revanche être faible.", - "description": "Le produit du laboratoire américain utilise une technologie plus classique que celles des vaccins à ARN messager. Il déclenche une réponse immunitaire sans injection de virus, qui peut en revanche être faible.", - "content": "Le produit du laboratoire américain utilise une technologie plus classique que celles des vaccins à ARN messager. Il déclenche une réponse immunitaire sans injection de virus, qui peut en revanche être faible.", + "title": "Aux Philippines, le typhon Rai a fait plus d’une vingtaine de morts", + "description": "Plus de 300 000 personnes ont dû quitter leur foyer suite au passage de la tempête la plus violente de l’année dans le pays.", + "content": "La ville de Surigao, aux Philippines, après le passage du typhon Rai, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/20/covid-19-l-agence-europeenne-des-medicaments-approuve-le-vaccin-de-novavax_6106809_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/18/aux-philippines-le-typhon-rai-a-fait-plus-d-une-vingtaine-de-morts_6106589_3244.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 14:15:14 +0100", + "pubDate": "Sat, 18 Dec 2021 06:41:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258712,16 +284657,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1780d01cec77d98a393effcc44c0881" + "hash": "dc1e9bb9179af324bcd793e18f00ff86" }, { - "title": "La ministre du travail, Elisabeth Borne, a réuni lundi les partenaires sociaux en visioconférence pour aborder la question. Bilan : les syndicats « n’y sont pas favorables » et les organisations patronales « sont réservées ».", - "description": "La ministre du travail, Elisabeth Borne, a réuni syndicats et organisations patronales pour aborder la question. Bilan : les premiers « n’y sont pas favorables » et les secondes « sont réservées ».", - "content": "La ministre du travail, Elisabeth Borne, a réuni syndicats et organisations patronales pour aborder la question. Bilan : les premiers « n’y sont pas favorables » et les secondes « sont réservées ».", + "title": "Le président du Niger demande à la France d’ouvrir une enquête suite aux heurts lors du passage d’un convoi de Barkhane", + "description": "Trois personnes avaient été tuées à Téra, fin novembre, dans l’ouest du pays, en marge d’une manifestation d’opposition au convoi militaire français.", + "content": "Le président du Niger, Mohamed Bazoum, à Glasgow, en Écosse, le 1er novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/20/covid-19-negociations-entre-le-gouvernement-et-les-partenaires-sociaux-sur-un-passe-vaccinal-en-entreprises_6106796_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/18/le-president-du-niger-demande-a-la-france-d-ouvrir-une-enquete-suite-aux-heurts-lors-du-passage-d-un-convoi-de-barkhane_6106583_3212.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 12:26:19 +0100", + "pubDate": "Sat, 18 Dec 2021 05:33:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258733,16 +284678,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4f543d60e7cb21b49db6a3bbc15ae531" + "hash": "2623294d0ed423f9c2eb7bda927de605" }, { - "title": "Comprendre l’imbroglio autour de Francis Palombi, passé de provaccin à « non-vacciné repenti »", - "description": "Le président de la Confédération des commerçants de France a, depuis son lit d’hôpital, exhorté à se faire vacciner. Un témoignage jugé incohérent par les activistes antivax.", - "content": "L’appel à la vaccination de Francis Palombi, présenté comme un « non-vacciné repenti », alors qu’il avait toujours été publiquement pour, a suscité incompréhension et suspicion.", + "title": "138 migrants secourus dans la Manche", + "description": "Deux navires de la marine et deux canots de la SNSM sont intervenus au large du détroit du Pas-de-Calais. Les réfugiés tentaient de rejoindre l’Angleterre sur des embarcations de fortune.", + "content": "Un groupe de réfugiés tente de traverser la Manche sur un canot gonflable, le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/20/comprendre-l-imbroglio-autour-de-francis-palombi-passe-de-provaccin-a-non-vaccine-repenti_6106827_4355770.html", + "link": "https://www.lemonde.fr/international/article/2021/12/18/138-migrants-secourus-dans-la-manche_6106574_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 17:10:29 +0100", + "pubDate": "Sat, 18 Dec 2021 03:49:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258754,16 +284699,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4da619d4f8caa590aa346b6b37eebbd" + "hash": "690c034f77299a2aa874c9b6617991ea" }, { - "title": "Les victimes des chasses aux sorcières entre le XVIe et le XVIIIe siècle bientôt officiellement innocentées en Ecosse", - "description": "Près de 4 000 personnes ont été jugées pour sorcellerie en Ecosse. Un texte visant à blanchir leur mémoire a été déposé au Parlement écossais, et devrait être voté d’ici à l’été 2022.", - "content": "Neuf femmes sont brûlées pour sorcellerie sur une berge de Dumfries, en Ecosse (13 avril 1659).", + "title": "Assaut du Capitole : un partisan de Trump condamné à cinq ans de prison", + "description": "Robert Scott Palmer, 54 ans, avait lancé divers projectiles sur la police pour essayer de pénétrer dans l’enceinte du Congrès, le 6 janvier. Il s’agit de la peine la plus lourde prononcée jusqu’ici contre un de ces émeutiers.", + "content": "Des partisans de Trump avaient convergé vers le Capitole afin de s’introduire dans l’édifice pour empêcher le Congrès de certifier la victoire de Joe Biden, le 6 janvier 2021.", "category": "", - "link": "https://www.lemonde.fr/big-browser/article/2021/12/20/en-ecosse-les-victimes-des-chasses-aux-sorcieres-bientot-officiellement-innocentees_6106826_4832693.html", + "link": "https://www.lemonde.fr/international/article/2021/12/18/assaut-du-capitole-un-partisan-de-trump-condamne-a-cinq-ans-de-prison_6106567_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 17:02:29 +0100", + "pubDate": "Sat, 18 Dec 2021 01:01:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258775,16 +284720,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff704f2aad95f42f7a1f01041b08c59b" + "hash": "655c17feba7e0c46a5502f576b027aad" }, { - "title": "Le journal espagnol « El Pais » transmet au Vatican une enquête sur 251 membres du clergé accusés de pédocriminalité", - "description": "Le journal a mené une enquête pendant trois ans avant de remettre un rapport de 385 pages au pape François.", - "content": "Des religieux brandissent des croix lors de la congrégation de l’église Our Lady of Guadalupe le samedi 11 décembre 2021 à Midland, Texas.", + "title": "Coup d’Etat présumé à Madagascar : deux Français condamnés à des peines de travaux forcés", + "description": "Paul Rafanoharana et l’ancien colonel de l’armée française Philippe François ont été condamnés à des peines de travaux forcés, de respectivement vingt et dix ans. Ils étaient accusés d’avoir fomenté un coup d’Etat contre le président Rajoelina.", + "content": "Andry Rajoelina, le président malgache, lors de sa cérémonie d’investiture, le 19 janvier 2019.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/le-journal-espagnol-el-pais-transmet-au-vatican-une-enquete-sur-251-membres-du-clerge-accuses-de-pedocriminalite_6106821_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/17/coup-d-etat-presume-a-madagascar-deux-francais-condamnes-a-des-peines-de-travaux-forces_6106468_3212.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 16:47:05 +0100", + "pubDate": "Fri, 17 Dec 2021 12:17:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258796,16 +284741,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d4ba843a9c89d378ffd71eee96dc5ef7" + "hash": "1f1c412e742d1f8b44b73cb123fb5953" }, { - "title": "« On a joué le jeu, on est vaccinés, on se fait tester. On en a marre » : la grande lassitude face à une épidémie qui n’en finit pas", - "description": "Partout en France, l’envolée des contaminations, qui menacent de se multiplier avec la propagation du variant Omicron, éreinte une population qui pensait passer enfin des fêtes normales grâce au vaccin.", - "content": "Partout en France, l’envolée des contaminations, qui menacent de se multiplier avec la propagation du variant Omicron, éreinte une population qui pensait passer enfin des fêtes normales grâce au vaccin.", + "title": "Football : « Ce serait incompréhensible que la CAN n’ait pas lieu »", + "description": "Les pressions de clubs européens, sur fond de pandémie, nourrissent les rumeurs d’une annulation de la Coupe d’Afrique des nations, censée débuter le 9 janvier au Cameroun.", + "content": "Le ministre camerounais des sports, Narcisse Mouelle Kombi, lors de la présentation du trophée de la Coupe d’Afrique des nations de football à Yaoundé, le 7 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/20/personne-ne-peut-dire-moi-ca-va-nickel-face-au-covid-19-la-grande-vague-de-lassitude_6106757_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/17/football-ce-serait-incomprehensible-que-la-can-n-ait-pas-lieu_6106461_3212.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 06:23:36 +0100", + "pubDate": "Fri, 17 Dec 2021 12:09:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258817,16 +284762,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71cd0769d5bad0a2f43153cc50c0d7e1" + "hash": "8eea946539f90ece128fa34561199770" }, { - "title": "En Ethiopie, les rebelles du Tigré annoncent se retirer des régions de l’Amhara et de l’Afar", - "description": "Selon Getachew Reda, le porte-parole du TPLF, les forces tigréennes sont en train de se replier pour « ouvrir la porte » à l’aide humanitaire.", - "content": "Un véhicule militaire détruit à Karakore, en région Amhara, le 10 décembre 2021.", + "title": "Présidentielle 2022 : Christiane Taubira « envisage d’être candidate ». Suivez en direct les réactions", + "description": "« Je ne serai pas une candidate de plus. Je mettrai toutes mes forces dans les dernières chances de l’union », promet l’ancienne ministre dans un message vidéo posté vendredi sur les réseaux sociaux dans lequel elle donne rendez-vous aux Français « à la mi-janvier ».", + "content": "Christiane Taubira, à New York, en janvier 2016.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/20/en-ethiopie-les-rebelles-du-tigre-annoncent-se-retirer-des-regions-de-l-amhara-et-de-l-afar_6106817_3212.html", + "link": "https://www.lemonde.fr/politique/live/2021/12/17/election-presidentielle-christiane-taubira-envisage-une-candidature-et-agite-la-gauche_6106447_823448.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 16:10:36 +0100", + "pubDate": "Fri, 17 Dec 2021 11:29:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258838,16 +284783,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f9b0b1bc8d5d98712b4c6c61d4e1084" + "hash": "9d81b82f5095cdbf9cec8ce09f550a9a" }, { - "title": "Le Forum économique de Davos, prévu en janvier, reporté au début de l’été 2022", - "description": "En raison de la propagation du variant Omicron, les organisateurs ont préféré annuler la rencontre qui devait avoir lieu du 17 au 21 janvier.", - "content": "Le logo du Forum économique mondial.", + "title": "Le « constat plus modéré » du ministère de la santé sur la crise de l’hôpital", + "description": "Face aux estimations alarmantes sur les fermetures de lit, une enquête commandée par Olivier Véran à ses services souligne une relative stabilité dans les capacités d’accueil des établissements, et dans les effectifs.", + "content": "Le ministre de la santé, Olivier Véran, quitte le palais de l’Elysée, le 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/20/le-forum-economique-de-davos-prevu-en-janvier-reporte-au-debut-de-l-ete-2022_6106816_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/17/le-constat-plus-modere-du-ministere-de-la-sante-sur-la-crise-de-l-hopital_6106441_3224.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 15:19:52 +0100", + "pubDate": "Fri, 17 Dec 2021 11:00:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258859,16 +284804,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3a78518d669c022415ab5e0af4229b5" + "hash": "e3a48597460a8a9956fe8b4c35965fde" }, { - "title": "Une nouvelle photo embarrassante pour Boris Johnson, en train de boire du vin lors d’une réunion festive en plein confinement de 2020", - "description": "Le « Guardian » a publié un cliché du premier ministre britannique en train de boire du vin avec une quinzaine de personnes dans le jardin de sa résidence de Downing Street. La photo date de mai 2020 selon le quotidien britannique.", - "content": "Le premier ministre britannique, Boris Johnson, le 16 décembre 2021.", + "title": "Electricité : un nouvel arrêt de centrale nucléaire complique encore le calendrier", + "description": "EDF a annoncé mettre à l’arrêt les deux réacteurs d’exploitation de la centrale de Chooz. Avec l’hiver, les inquiétudes sur l’approvisionnement électrique se font plus fortes.", + "content": "La centrale nucléaire de Chooz (Ardennes), en mai 2017.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/au-royaume-uni-une-nouvelle-photo-de-boris-johnson-dans-une-reunion-festive-en-plein-confinement-fait-polemique_6106814_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/17/electricite-un-nouvel-arret-de-centrale-nucleaire-complique-encore-le-calendrier_6106438_3234.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 14:47:51 +0100", + "pubDate": "Fri, 17 Dec 2021 10:56:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258880,16 +284825,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c057fd396b24c4495fb2ee9225671ce6" + "hash": "70b6281120b8a3d1ed8aecf5933b6a2c" }, { - "title": "Covid-19 : la vaccination des enfants de 5 à 11 ans approuvée par la Haute Autorité de santé", - "description": "Après la décision du Comité d’éthique vendredi, il s’agit du deuxième avis que le gouvernement attendait pour commencer la vaccination des enfants. Le Conseil d’orientation de la stratégie vaccinale doit encore rendre ses conclusions mercredi, date à laquelle le gouvernement entend commencer la campagne.", - "content": "Après la décision du Comité d’éthique vendredi, il s’agit du deuxième avis que le gouvernement attendait pour commencer la vaccination des enfants. Le Conseil d’orientation de la stratégie vaccinale doit encore rendre ses conclusions mercredi, date à laquelle le gouvernement entend commencer la campagne.", + "title": "A Osaka, un grave incendie dans une clinique fait de nombreuses victimes", + "description": "Au moins 27 personnes étaient présumées mortes vendredi après un incendie qui s’est déclaré dans une clinique de la deuxième plus grande métropole du Japon.", + "content": "Des pompiers inspectent les locaux ravagés par l’incendie qui s’est déclenché dans une clinique d’Osaka, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/20/covid-19-la-vaccination-des-enfants-de-5-a-11-ans-approuvee-par-la-haute-autorite-de-sante_6106812_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/incendie-meurtrier-dans-un-immeuble-a-osaka_6106434_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 14:37:13 +0100", + "pubDate": "Fri, 17 Dec 2021 10:51:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258901,16 +284846,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e621b65760998127334f41bbfec58a0" + "hash": "afedb7c3c357e83e393515ce1ad6a960" }, { - "title": "BNP Paribas vend sa banque américaine Bank of the West pour plus de 16 milliards de dollars", - "description": "Avec cette opération, le groupe bancaire français se retire du marché américain de la banque de détail, qu’il avait investi il y a plus de quarante ans.", - "content": "Une banderole affichant le logo de la banque BNP Paribas, à Paros, le 4 février 2020.", + "title": "Moratoire sur les poules pondeuses en cage : un décret du gouvernement contesté", + "description": "Trois ans après la promulgation de la loi EGalim, un décret publié mercredi 15 décembre prévoit que des travaux pourront être effectués dans des bâtiments de poules pondeuses en cage si la production n’augmente pas. Une « trahison » de l’esprit de la loi, selon les associations.", + "content": "Un élevage de poules en cage, en Alsace, en octobre 2005.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/20/bnp-paribas-vend-sa-banque-americaine-bank-of-the-west-pour-plus-de-16-milliards-de-dollars_6106811_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/17/moratoire-sur-les-poules-pondeuses-en-cage-un-decret-du-gouvernement-conteste_6106430_3244.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 14:20:59 +0100", + "pubDate": "Fri, 17 Dec 2021 10:30:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258922,16 +284867,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f6568aeb55f408034f852d024de4e7d" + "hash": "979f6e7462e7580d7ec22770ebb44041" }, { - "title": "Avec la prolongation des mesures de restrictions en France, de plus en plus de menaces de mort contre les élus", - "description": "Des mesures comme l’instauration du passe sanitaire exposent de nouveau les élus à des messages haineux anonymes. Certains dénoncent la dégradation du débat public.", - "content": "Un incendie criminel a visé la permanence du député LRM Sacha Houlié, à Poitiers, le 20 août 2021.", + "title": "Le schéma national du maintien de l’ordre révisé par le ministère de l’intérieur", + "description": "Le nouveau texte maintient l’usage controversé de techniques d’encerclement et d’armes de « force intermédiaire » comme le lanceur de balles de défense.", + "content": "Des manifestants font face à des gendarmes lors d’une journée nationale de protestation contre la vaccination obligatoire contre le Covid-19 pour certains travailleurs et le passe sanitaire, à Paris, le 14 août 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/20/avec-la-prolongation-de-la-crise-sanitaire-les-menaces-de-morts-envers-les-elus-en-recrudescence_6106808_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/17/le-schema-national-du-maintien-de-l-ordre-revise-par-le-ministere-de-l-interieur_6106429_3224.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 14:00:16 +0100", + "pubDate": "Fri, 17 Dec 2021 10:30:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258943,16 +284888,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca7cf2135e92f3aeccbe21d5db43dda4" + "hash": "b4175668e461e75f60f8d67b4c1274fd" }, { - "title": "Philippines : le bilan du typhon Rai monte à 375 morts", - "description": "La branche philippine de la Croix-Rouge fait état d’un « carnage complet » au niveau des zones côtières après le passage du typhon, le plus puissant qui ait frappé les Philippines cette année. Les survivants, désespérés, appellent à un approvisionnement urgent en eau et en nourriture.", - "content": "Un Philippin parcourt les ruines de sa maison, à San Jose, aux Philippines, le 19 décembre 2021.", + "title": "Covid-19 : l’arrivée du variant Omicron relance le débat sur la fracture vaccinale Nord-Sud", + "description": "Alors que 56,5 % de la population mondiale a reçu au moins une dose d’un vaccin contre le Covid-19, ce taux n’est que de 7,5 % dans les pays à faible revenu. Que signifie une telle disparité ? Et comment en amoindrir la portée ?", + "content": "Alors que 56,5 % de la population mondiale a reçu au moins une dose d’un vaccin contre le Covid-19, ce taux n’est que de 7,5 % dans les pays à faible revenu. Que signifie une telle disparité ? Et comment en amoindrir la portée ?", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/aux-philippines-le-bilan-du-passage-du-typhon-rai-s-etablit-desormais-a-au-moins-375-morts_6106805_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/17/covid-19-l-arrivee-du-variant-omicron-relance-le-debat-sur-la-fracture-vaccinale-nord-sud_6106385_3244.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 13:30:31 +0100", + "pubDate": "Fri, 17 Dec 2021 05:09:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258964,16 +284909,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a16fc2972849addd9438571ade4b50db" + "hash": "9bc8ad4f8c923def937dd9812c4d5ae3" }, { - "title": "Trente ans après la chute de l’URSS, visualisez la dislocation de l’empire soviétique, de la Lituanie au Kazakhstan", - "description": "L’achèvement de la dissolution progressive de l’URSS, en décembre 1991, marque la fin de la guerre froide.", - "content": "L’achèvement de la dissolution progressive de l’URSS, en décembre 1991, marque la fin de la guerre froide.", + "title": "Ordonnances Macron sur le dialogue social : la « révolution culturelle » n’a pas eu lieu", + "description": "Un comité d’experts souligne le « découragement de nombre d’élus » depuis la réforme de la négociation collective en septembre 2017.", + "content": "Le secrétaire de la CFDT Laurent Berger et celui de la CGT, Philippe Martinez lors de leur rencontre avec Emmanuel Macron et le ministre des finances Bruno Le Maire, au palais de l’Élysée, le 6 juillet 2021.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/20/trente-ans-apres-la-chute-de-l-urss-visualisez-la-dislocation-de-l-empire-sovietique-de-la-lituanie-au-kazakhstan_6106803_4355770.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/17/ordonnances-macron-sur-le-dialogue-social-la-revolution-culturelle-n-a-pas-eu-lieu_6106426_823448.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 13:06:29 +0100", + "pubDate": "Fri, 17 Dec 2021 10:22:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -258985,16 +284930,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f014568791a85bbabd388cf2d4aedca" + "hash": "5d4922f01c5306ef002f04b8e9811ce4" }, { - "title": "Des inondations en Malaisie font au moins sept morts et plus de 50 000 personnes évacuées", - "description": "Le premier ministre malaisien a expliqué que l’Etat de Selangor avait reçu en un jour l’équivalent d’un mois de précipitations. Plusieurs dizaines de milliers de militaires et de sauveteurs sont déployés dans le pays.", - "content": "Des personnes sont secourues à Shah Alam, dans l’Etat malaisien de Selangor, le 20 décembre 2021.", + "title": "Tous les migrants noyés dans la Manche à la fin de novembre ont désormais été identifiés", + "description": "La dernière victime est un homme de nationalité vietnamienne de 29 ans. Parmi les vingt-six autres figurent sept femmes, un adolescent de 16 ans et une fillette de 7 ans.", + "content": "Un groupe de migrants quitte les côtes françaises en direction du Royaume-Uni, le 16 décembre, à bord d’un bateau gonflable comparable à celui des 27 migrants morts à la fin de novembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/des-inondations-en-malaisie-font-au-moins-sept-morts-et-plus-de-50-000-personnes-evacuees_6106802_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/tous-les-migrants-noyes-dans-la-manche-a-la-fin-de-novembre-ont-desormais-ete-identifies_6106420_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 13:04:11 +0100", + "pubDate": "Fri, 17 Dec 2021 10:05:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259006,16 +284951,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "35f393dae21872a7cabd3fb82800e728" + "hash": "5054dcc8230ac6e6ff8b621b3d4296b6" }, { - "title": "Comment Amazon est devenue une multinationale tentaculaire", - "description": "La vraie machine à cash de cet empire commercial, fondé sur le culte des algorithmes et du « client roi », n’est pas son site d’e-commerce : sans Amazon, des pans entiers du Web mondial disparaîtraient.", - "content": "La vraie machine à cash de cet empire commercial, fondé sur le culte des algorithmes et du « client roi », n’est pas son site d’e-commerce : sans Amazon, des pans entiers du Web mondial disparaîtraient.", + "title": "Au procès du double infanticide de Limonest, la mère a reconnu les faits", + "description": "Après avoir longtemps nié, Jamila El Rhoufi a avoué à l’audience, devant la cour d’assises de Lyon, jeudi 16 décembre, avoir étouffé ses deux filles en 2018.", + "content": "Après avoir longtemps nié, Jamila El Rhoufi a avoué à l’audience, devant la cour d’assises de Lyon, jeudi 16 décembre, avoir étouffé ses deux filles en 2018.", "category": "", - "link": "https://www.lemonde.fr/economie/video/2021/12/20/comment-amazon-est-devenu-un-empire_6106798_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/17/au-proces-du-double-infanticide-de-limonest-la-mere-a-reconnu-les-faits_6106416_3224.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 12:51:40 +0100", + "pubDate": "Fri, 17 Dec 2021 09:52:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259027,16 +284972,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c813f0011824a47ee9a48005b016aee6" + "hash": "2644ab1555c6911ad61b0cef7de40dde" }, { - "title": "Royaume-Uni : la démission de David Frost, ministre du Brexit, nouveau coup dur pour Boris Johnson", - "description": "Difficultés politiques, aggravation de la situation sanitaire, révélations sur des fêtes à Downing street pendant le confinement… Le gouvernement de Boris Johnson s’enfonce chaque jour davantage dans la crise et le quotidien conservateur « Daily Telegraph » multiplie déjà les articles comparant les mérites d’éventuels candidats à son remplacement.", - "content": "Boris Johnson à Downing Street, Londres, le 17 décembre 2021.", + "title": "Covid-19 : la vaccination de tous les enfants de 5 à 11 ans approuvée par le Comité d’éthique", + "description": "Le Comité consultatif national d’éthique, qui insiste toutefois sur le libre choix laissé aux parents, exclut d’imposer un passe sanitaire aux enfants.", + "content": "Des écoliers attendent d’entrer en classe, à Lille, le 2 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/boris-johnson-affaibli-par-le-depart-de-son-m-brexit_6106794_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/17/covid-19-la-vaccination-de-tous-les-enfants-de-5-a-11-ans-approuvee-par-le-comite-d-ethique_6106415_3244.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 11:42:30 +0100", + "pubDate": "Fri, 17 Dec 2021 09:15:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259048,16 +284993,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b1f549cf5620cb0343edd7d1ce1ee55" + "hash": "a29bda9cda0aa90e58bdbac9b2d9f59d" }, { - "title": "L’enseignant qui accusait Sciences Po Grenoble d’être un institut de « rééducation politique » suspendu pour diffamation", - "description": "Cet enseignant de l’IEP avait été accusé en début d’année par des étudiants d’être islamophobe. Par la suite, il avait accusé la direction de ne pas l’avoir protégé, et ses collègues d’avoir endoctriné les élèves.", - "content": "Des étudiants manifestent contre l’islamophobie, devant le campus de Sciences Po Grenoble, le 9 mars 2021 à Saint-Martin-d'Hères.", + "title": "Lucia Hiriart, la veuve du dictateur chilien Augusto Pinochet, est morte", + "description": "Des Chiliens se sont rassemblés dans le centre de Santiago pour célébrer sa disparition. Elle était considérée comme partie prenante du régime de terreur imposé au Chili par son mari, poursuivi jusqu’à sa mort pour violation des droits de l’homme.", + "content": "Des Chiliens célèbrent la mort de Lucia Hiriart, la veuve du dictateur Pinochet, le 16 décembre 2021 à Santiago.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/20/l-enseignant-qui-accusait-sciences-po-grenoble-d-etre-un-institut-de-reeducation-politique-suspendu-pour-diffamation_6106848_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/lucia-hiriart-la-veuve-du-dictateur-chilien-augusto-pinochet-est-morte_6106413_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 21:59:11 +0100", + "pubDate": "Fri, 17 Dec 2021 08:56:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259069,16 +285014,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cbe0c1c3b040338f68509e30ac90e290" + "hash": "bd2fafb8df3e88a27c7f133690d8dff8" }, { - "title": "Médias : Europe 1 recrute Jacques Vendroux, voix historique du football à Radio France", - "description": "Le journaliste quitte le groupe radiophonique public après cinquante-cinq ans sur les antennes.", - "content": "Le journaliste Jacques Vendroux, à Paris, le 2 septembre 2009.", + "title": "Aux Philippines, le supertyphon Rai a fait au moins douze morts", + "description": "Rai est le cyclone le plus puissant ayant frappé les Philippines cette année. Deux personnes ont aussi été blessées, et 300 000 personnes, évacuées.", + "content": "Un enfant joue au milieu des arbres arrachés par le supertyphon Rai, à Dulag, aux Philippines, le 17 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/20/medias-europe-1-recrute-jacques-vendroux-voix-historique-du-football-a-radio-france_6106847_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/aux-philippines-le-supertyphon-rai-a-fait-au-moins-un-mort_6106412_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 21:48:51 +0100", + "pubDate": "Fri, 17 Dec 2021 08:25:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259090,16 +285035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b85b745825b7e630f8441dcd2afb407b" + "hash": "ed8379f0b13a9665a32b0cee603271f7" }, { - "title": "Un rapport met en garde contre une présidence française de l’Union européenne « sous l’influence » des lobbies", - "description": "L’ONG Corporate Europe Observatory et l’Observatoire des multinationales publient un rapport sans concession sur les liens entre le gouvernement français et les grandes entreprises.", - "content": "L’ONG Corporate Europe Observatory et l’Observatoire des multinationales publient un rapport sans concession sur les liens entre le gouvernement français et les grandes entreprises.", + "title": "En Guadeloupe, une cinquantaine d’élus locaux déplorent un « climat de terreur »", + "description": "Dans un communiqué diffusé jeudi soir, ils ont aussi dénoncé « les atteintes inadmissibles à l’intégrité physique de nombreux professionnels de santé ». La grève contre l’obligation vaccinale dure depuis plus d’un mois.", + "content": "Un barrage de voitures calcinées à La Boucan, en Guadeloupe, le 24 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/20/un-rapport-met-en-garde-contre-l-influence-des-lobbies-sur-la-future-presidence-francaise-de-l-union-europeenne_6106792_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/17/guadeloupe-une-cinquantaine-d-elus-locaux-deplorent-un-climat-de-terreur_6106399_3224.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 11:33:52 +0100", + "pubDate": "Fri, 17 Dec 2021 06:58:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259111,16 +285056,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e48d243f0fbe8bd65deaa825da38a6d4" + "hash": "67077a4236cd8d5930b9117535a92812" }, { - "title": "Un Kosovar refusant d’être renvoyé dans son pays se suicide au tribunal de Bordeaux", - "description": "L’homme de 41 ans a mis fin à ses jours mercredi, au sous-sol du tribunal judiciaire de Bordeaux. Il avait refusé d’embarquer sur un vol deux jours auparavant. Le risque suicidaire venait d’être signalé par une enquête sociale rapide.", - "content": "Palais de justice de Bordeaux, le 14 juin 2021", + "title": "Au Royaume-Uni, Boris Johnson assume la « responsabilité » de la sévère défaite de son parti dans une législative partielle", + "description": "Le LibDem, parti europhile, l’emporte dans le North Shropshire, une circonscription rurale normalement acquise aux conservateurs.", + "content": "Boris Johnson, à Londres, le 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/20/un-kosovar-refusant-d-etre-renvoye-dans-son-pays-se-suicide-au-tribunal-de-bordeaux_6106786_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/le-parti-de-boris-johnson-severement-battu-dans-une-legislative-partielle_6106398_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 10:42:50 +0100", + "pubDate": "Fri, 17 Dec 2021 06:33:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259132,16 +285077,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89ad3d3287e44e938f033fd9d0afe58b" + "hash": "6dcd65311a16da3a4ea934397b0b2502" }, { - "title": "Derrière la rumeur sur Brigitte Macron, la crainte d’une trumpisation des débats politiques en France", - "description": "La première dame est la cible d’une infox questionnant sa véritable identité. L’épisode révèle la hantise du monde médiatique que l’élection présidentielle puisse être parasitée par des théories du complot infamantes.", - "content": "L’épisode révèle la hantise du monde médiatique que l’élection présidentielle de 2022 puisse être parasitée, comme les deux dernières présidentielles américaines, par des théories du complot infamantes.", + "title": "De New York à Saint-Malo, la grande offensive des villes contre Airbnb", + "description": "Les restrictions à l’endroit des meublés de tourisme ont proliféré en 2021, freinant l’ascension du géant Airbnb. Le dernier acte se jouera à la Commission européenne.", + "content": "Des membres de l’association Alda occupent un meublé touristique permanent à Biarritz (Pyrénées-Atlantiques), le 21 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/20/derriere-la-rumeur-sur-brigitte-macron-la-crainte-de-la-trumpisation-des-debats-en-france_6106782_4355770.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/17/la-grande-offensive-des-villes-contre-airbnb_6106394_3234.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 10:21:45 +0100", + "pubDate": "Fri, 17 Dec 2021 06:14:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259153,16 +285098,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "04db24bdc4f6cff2bc763dcfb4a2c08e" + "hash": "90d4fc041ed189ce7efb31cf53fb3f03" }, { - "title": "Les violences conjugales sont un problème « quasi satanique » selon le pape François", - "description": "Depuis le mois de janvier, 112 femmes ont été tuées en Italie, selon le ministère de l’intérieur, dont plus de la moitié par leur mari ou ex-conjoint.", - "content": "Le pape François lors d’une prière, le 19 décembre 2021, au Vatican.", + "title": "Crise des opiacés aux Etats-Unis : un tribunal remet en cause l’immunité de la famille Sackler", + "description": "Les propriétaires du laboratoire Purdue étaient censés échapper aux poursuites en échange du versement de 4,5 milliards de dollars. Purdue commercialise l’OxyContin, à l’origine d’une véritable épidémie d’overdose.", + "content": "Manifestation de victimes de la crise des opiacées devant le ministère de la justice, à Washington, le 3 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/20/les-violences-conjugales-sont-un-probleme-quasi-satanique-selon-le-pape-francois_6106780_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/crise-des-opiacees-aux-etats-unis-un-tribunal-remet-en-cause-l-impunite-de-la-famille-sackler_6106386_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 10:10:45 +0100", + "pubDate": "Fri, 17 Dec 2021 05:29:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259174,16 +285119,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f68fe47d884e1370d5b97c2cb7066de8" + "hash": "edb20143059112784f952dbb0d2047fc" }, { - "title": "Sur les traces de Mohamed Kamel, Ahmed Belhireche et Fayçal Hamrouche, les trois migrants algériens morts sur des rails au Pays basque", - "description": "Le drame s’est produit le 12 octobre quand un TER a percuté quatre migrants. Un rescapé et la famille de deux des victimes ont décidé de porter plainte contre X.", - "content": "Des personnes tiennent une banderole devant la gare de Saint-Jean-de-Luz-Ciboure, lors d’une manifestation à l’appel d’associations locales, le 13 octobre 2021, au lendemain de la mort de trois migrants et de la blessure grave d’un autre qui ont été heurtés par un train.", + "title": "Répression des Ouïgours : le Sénat américain interdit l’importation de produits fabriqués dans le Xinjiang", + "description": "Les élus protestent contre les violations des droits des Ouïgours, soumis au travail forcé dans cette province chinoise. Washington a, par ailleurs, pris des sanctions contre des firmes high-tech chinoises soupçonnées de participer à leur surveillance.", + "content": "Manifestation contre la tenue des Jeux olympiques d’hiver à Pékin, en soutien aux Ouïgours, devant le Chinese Theater, à Los Angeles, le 10 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/20/sur-les-traces-de-mohamed-kamel-ahmed-belhireche-et-faycal-hamrouche-migrants-algeriens-morts-sur-des-rails-au-pays-basque_6106778_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/repression-des-ouigours-le-senat-americain-interdit-l-importation-de-produits-fabriques-dans-le-xinjiang_6106382_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 09:51:41 +0100", + "pubDate": "Fri, 17 Dec 2021 04:57:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259195,16 +285140,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3775ffbea30e92c76a00b69772099ba2" + "hash": "d1123e323ecce9d373a0501b9fe89f98" }, { - "title": "Le projet de loi spécifique à Mayotte en cours de finalisation", - "description": "Avec ce texte, promesse de Sébastien Lecornu ministre des outre-mer, l’archipel deviendrait un département-région, comme la Guyane et la Martinique.", - "content": "Sébastien Lecornu, ministre français des outre-mer, au Palais de l’Elysée à Paris, le 8 décembre 2021.", + "title": "Bruce Springsteen cède la totalité de ses droits musicaux à Sony Music", + "description": "La maison de disques n’a pas précisé le montant, mais la presse américaine parle d’un contrat record d’un demi-milliard de dollars.", + "content": "Bruce Springsteen sur scène, lors de la cérémonie commémorant les attentats du 11 septembre 2001, à New York, le 11 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/20/le-projet-de-loi-specifique-a-mayotte-en-cours-de-finalisation_6106775_823448.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/17/bruce-springsteen-cede-la-totalite-de-ses-droits-musicaux-a-sony-music_6106381_3246.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 09:37:22 +0100", + "pubDate": "Fri, 17 Dec 2021 04:22:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259216,16 +285161,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69ecbed06c0446622788b5168a481270" + "hash": "8f9523b90170dd1b646147468d7e7011" }, { - "title": "« Même les triples vaccinés sont susceptibles de transmettre le Covid-19 », met en garde le PDG de BioNTech", - "description": "Ugur Sahin, cofondateur du laboratoire à l’origine du vaccin à ARN messager produit avec Pfizer, revient, dans un entretien au « Monde », sur les données d’efficacité des vaccins contre le Covid-19 face au nouveau variant du SARS-CoV-2.", - "content": "Ugur Sahin, PDG et cofondateur de BioNTech, à Berlin, en Allemagne, le 27 août.", + "title": "Crise en Ukraine : l’OTAN et l’UE mettent en garde Moscou contre de « lourdes conséquences » en cas d’intervention militaire", + "description": "L’Alliance a rejeté la demande de la Russie de fermer la porte de l’adhésion à l’Ukraine. Les dirigeants européens ont, eux, reconduit pour six mois les sanctions à l’encontre de Moscou.", + "content": "Le président ukrainien, Volodymyr Zelensky, et le secrétaire général de l’OTAN, Jens Stoltenberg, lors d’une conférence de presse au sujet de la crise ukrainienne, à Bruxelles, le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/20/ugur-sahin-pdg-de-biontech-meme-les-triple-vaccines-sont-susceptibles-de-transmettre-omicron_6106748_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/crise-ukrainienne-l-otan-et-l-union-europeenne-mettent-en-garde-moscou-contre-de-lourdes-consequences-en-cas-d-intervention-militaire_6106378_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 05:17:10 +0100", + "pubDate": "Fri, 17 Dec 2021 02:42:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259237,16 +285182,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b8235fc1dcde86ef38e10c095f69911" + "hash": "b01e62b4bcd1e87da9442f4d7e13b3ba" }, { - "title": "Des députés français en visite à Taïwan en pleine campagne référendaire", - "description": "Emmenés par François de Rugy, ils ont rencontré la présidente Tsai Ing-Wen. Plusieurs référendums se déroulaient dans l’île au même moment, tous remportés par le Parti démocrate progressiste au pouvoir.", - "content": "La délégation française emmenée par François de Rugy, président du « groupe d’études à vocation internationale sur les questions liées à l’expansion de l’économie taïwanaise » , lors de sa visite à Taipei. Au centre, la présidente taïwanaise, Tsai Ing-wen. A Taipei, le 16 décembre 2021.", + "title": "Covid-19 dans le monde : pour le G7, Omicron est « la plus grande menace actuelle pour la santé publique »", + "description": "Les ministres de la santé des sept plus grandes puissances mondiales ont souligné la nécessité d’une bonne coopération internationale face à la propagation rapide du variant du coronavirus.", + "content": "Les ministres de la santé des sept plus grandes puissances mondiales ont souligné la nécessité d’une bonne coopération internationale face à la propagation rapide du variant du coronavirus.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/des-deputes-francais-en-visite-a-taiwan-en-pleine-campagne-referendaire_6106765_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/17/covid-19-dans-le-monde-pour-le-g7-omicron-est-la-plus-grande-menace-actuelle-pour-la-sante-publique_6106375_3244.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 07:27:35 +0100", + "pubDate": "Fri, 17 Dec 2021 02:16:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259258,16 +285203,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8688390bab7a9ffc82e3fb7c7bb2a1af" + "hash": "a873f6e93fb52050a503b9ec990ca80b" }, { - "title": "La bataille linguistique sur le catalan enflamme l’Espagne", - "description": "La question de la langue est devenue le cheval de bataille des indépendantistes en Catalogne, qui ont manifesté, samedi, à Barcelone.", - "content": "La question de la langue est devenue le cheval de bataille des indépendantistes en Catalogne, qui ont manifesté, samedi, à Barcelone.", + "title": "Etats-Unis : le Sénat confirme la nomination de Nicholas Burns comme ambassadeur en Chine", + "description": "Cet ancien ambassadeur auprès de l’OTAN avait été nommé en août par Joe Biden. Sa désignation met fin à plus d’un an de vacance diplomatique à Pékin.", + "content": "Nicholas Burns s’exprime pour défendre sa nomination en tant qu’ambassadeur des Etats-unis en Chine, devant le Congrès, à Washington, le 20 octobre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/le-catalan-la-bataille-linguistique-qui-enflamme-l-espagne_6106764_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/etats-unis-le-senat-confirme-la-nomination-de-nicholas-burns-comme-ambassadeur-en-chine_6106374_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 07:25:11 +0100", + "pubDate": "Fri, 17 Dec 2021 01:09:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259279,16 +285224,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca585458b6eada5d1ecd301becca4593" + "hash": "83733a9314758b6ebe5466c49b25de73" }, { - "title": "Le milliardaire japonais Yusaku Maezawa est revenu sur la Terre après douze jours dans l’espace", - "description": "Ce voyage marque le retour de la Russie dans le tourisme spatial après un hiatus d’une décennie.", - "content": "Yusaku Maezawa sort du module Soyouz après son atterissage à Zhezkazgan au Kazakhstan, le 20 décembre 2021.", + "title": "Le Royaume-Uni et l’Australie ratifient un accord de libre-échange post-Brexit", + "description": "Il s’agit du premier accord de ce type obtenu par Londres depuis sa sortie de l’Union européenne. Jusqu’à présent, à peine 1 % des échanges commerciaux britanniques se faisaient avec l’Australie.", + "content": "Le premier ministre australien, Scott Morrison, et son homologue britannique, Boris Johnson, à Glasgow (Ecosse), le 1er novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/20/le-milliardaire-japonais-yusaku-maezawa-est-revenu-sur-la-terre-apres-douze-jours-dans-l-espace_6106758_1650684.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/le-royaume-uni-et-l-australie-ratifient-un-accord-de-libre-echange-post-brexit_6106370_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 06:45:58 +0100", + "pubDate": "Fri, 17 Dec 2021 00:27:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259300,16 +285245,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "569608e07aef17dd57fcfeb04bee4250" + "hash": "ecad5c5d65f7c24e99b9d90fdc299c61" }, { - "title": "Vague épidémique, première britannique et frustration tricolore : ce qu’il fallait (aussi) retenir du week-end sportif", - "description": "Il n’y avait pas que les courses de Noël et le début des vacances scolaires au menu du week-end… Tour d’horizon de l’actualité sportive à côté de laquelle vous auriez pu passer.", - "content": "A Londres, Royaume-Uni, le 17 décembre.", + "title": "Le Franco-Rwandais, qui comparaissait depuis le 22 novembre, a transporté des miliciens sur des lieux de massacre, a estimé la cour d’assises de Paris.", + "description": "Le Franco-Rwandais, qui comparaissait depuis le 22 novembre, a transporté des miliciens sur des lieux de massacre, a estimé la cour d’assises de Paris.", + "content": "Dessin d’audience du premier jour du procès de Claude Muhayimana devant la cour d’assises de Paris, le 22 novembre 2021. Le Franco-Rwandais est accusé d’avoir conduit des miliciens sur le lieu de massacres lors du génocide des Tutsi au Rwanda en 1994.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/20/vague-epidemique-premiere-britannique-et-frustration-tricolore-ce-qu-il-fallait-aussi-retenir-du-week-end-sportif_6106753_3242.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/16/rwanda-quinze-ans-de-prison-requis-contre-claude-muhayimana-pour-complicite-de-genocide_6106272_3212.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 06:00:13 +0100", + "pubDate": "Thu, 16 Dec 2021 10:10:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259321,16 +285266,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca79adcd0b6d3532403e4f15722bbcef" + "hash": "ee2217e72a6b5f024e26759ac8a82a66" }, { - "title": "Peng Shuai sort du silence, mais la WTA réaffirme son « inquiétude »", - "description": "L’instance qui gère le circuit féminin de tennis ne semble pas convaincue que la joueuse de tennis chinoise s’exprime librement, après une interview dans laquelle elle réfute les agressions de viols qu’elle avait formulées contre un haut dirigeant.", - "content": "Peng Shuai, le 3 novembre 2017, à Zhuhai, en Chine.", + "title": "Daniel Malgouyres condamné à dix-huit ans de réclusion pour avoir tué un cambrioleur au cours d’une effraction qu’il avait lui-même commandité", + "description": "Ce vrai-faux cambriolage avait été orchestré afin de voler son épouse, avec qui il était en instance de divorce.", + "content": "Le jardin et la maison de Françoise et Daniel Malgouyres, près de Béziers (Hérault), en 2001.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/affaire-peng-shuai-la-joueuse-de-tennis-chinoise-s-exprime-pour-la-premiere-fois-sur-les-accusations-de-viol-qu-elle-a-formulees_6106749_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/17/daniel-malgouyres-condamne-a-dix-huit-ans-de-reclusion-pour-avoir-tue-un-cambrioleur-au-cours-d-une-effraction-qu-il-avait-lui-meme-commandite_6106561_3224.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 05:35:01 +0100", + "pubDate": "Fri, 17 Dec 2021 22:43:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259342,16 +285287,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1db899211651f89a61144d0d619ea813" + "hash": "f0eaf4333535c59fdf379ff8719c9359" }, { - "title": "L’Arabie saoudite a utilisé le logiciel espion Pegasus contre des enquêteurs de l’ONU sur le Yémen", - "description": "Selon une enquête du « Monde » et de seize autres médias, le téléphone de Kamal Jendoubi, le président du groupe d’experts des Nations unies sur la guerre au Yémen, a été infecté par le logiciel israélien en 2019. Riyad soutient militairement le gouvernement yéménite dans son combat contre les rebelles houthistes", - "content": "Kamel Jendoubi, président du groupe d’experts sur le Yémen au siège européen des Nations unies, à Genève, le 8 septembre 2021", + "title": "Kim Jong-un fête ses dix ans au pouvoir dans un pays refermé sur lui-même", + "description": "Plus que les sanctions internationales, la pandémie a mis en échec la stratégie du dirigeant nord-coréen de poursuivre parallèlement ses ambitions nucléaires et le développement économique. Conséquence : une dépendance plus grande à la Chine", + "content": "(FILES) This file photo taken on December 3, 2018 shows pedestrians walking past the portraits of late North Korean leaders Kim Il Sung and Kim Jong Il a Kim Il Sung square in Pyongyang. After 10 years in power, North Korea's once youthful Kim Jong Un is now one of the world's more experienced leaders, and will look to defy the West for decades to come with his nuclear arsenal, analysts say. - TO GO WITH NKorea-Kim-politics-military-diplomacy,FOCUS by Sunghee Hwang (Photo by ED JONES / AFP) / TO GO WITH NKorea-Kim-politics-military-diplomacy,FOCUS by Sunghee Hwang", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/l-arabie-saoudite-a-utilise-le-logiciel-espion-pegasus-contre-des-enqueteurs-de-l-onu-sur-le-yemen_6106745_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/17/kim-jong-un-fete-ses-dix-ans-au-pouvoir-dans-un-pays-referme-sur-lui-meme_6106544_3210.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 05:00:29 +0100", + "pubDate": "Fri, 17 Dec 2021 18:47:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259363,16 +285308,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb0b6889340af63fff97c9dcd6c0aff0" + "hash": "df54fb4b7a54df9adc58c96bff46e49e" }, { - "title": "En Birmanie, verdict repoussé dans l’un des volets du procès d’Aung San Suu Kyi", - "description": "L’ancienne dirigeante, déjà condamnée récemment à deux ans de prison, est sous le coup de nombreuses inculpations, et risque plusieurs décennies de détention pour l’ensemble des faits qui lui sont reprochés.", - "content": "Aung San Suu Kyi, à Naypyitaw, le 28 janvier 2019.", + "title": "Hôtellerie-restauration : le patronat propose une nouvelle grille des salaires avec « une augmentation moyenne de 16 % »", + "description": "Cette grille sera soumise à la signature des organisations syndicales de salariés à partir de lundi et jusqu’au 17 janvier 2022.", + "content": "Le bar restaurant le Dardaillon, aux Vans (Ardèche), le 8 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/en-birmanie-verdict-attendu-pour-aung-san-suu-kyi-dans-un-nouveau-volet-de-son-proces_6106737_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/16/hotellerie-restauration-le-patronat-propose-une-nouvelle-grille-des-salaires-avec-une-augmentation-moyenne-de-16_6106367_3234.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 02:48:23 +0100", + "pubDate": "Thu, 16 Dec 2021 22:47:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259384,16 +285329,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "02e0e9406a09c4cd0b43b3ea924a732e" + "hash": "1f05751fd2e6ff98aa0f3780b3378df6" }, { - "title": "Chili : le candidat de la gauche, Gabriel Boric, remporte l’élection présidentielle", - "description": "Le jeune député de 35 ans a battu, avec 56 % des voix, le candidat d’extrême droite, José Antonio Kast, en fondant son programme sur davantage de justice sociale dans un pays particulièrement inégalitaire.", - "content": "Le jeune député de 35 ans a battu, avec 56 % des voix, le candidat d’extrême droite, José Antonio Kast, en fondant son programme sur davantage de justice sociale dans un pays particulièrement inégalitaire.", + "title": "Anne Hidalgo présente son projet pour l’Union européenne et veut « faire de l’humain et de la planète » ses « nouvelles priorités »", + "description": "La candidate socialiste à l’élection présidentielle 2022 propose d’accentuer la lutte contre la pauvreté, de renforcer les droits des femmes, d’augmenter les prérogatives du Parlement européen et d’instaurer des « revenus et des salaires minimums cohérents ».", + "content": "Anne Hidalgo, maire de Paris et candidate socialiste à l’élection présidentielle 2022, lors d’un meeting à Perpignan, devant les drapeaux français et européen, le 12 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/chili-le-candidat-de-la-gauche-gabriel-boric-remporte-l-election-presidentielle_6106732_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/16/anne-hidalgo-presente-son-projet-pour-l-union-europeenne-et-veut-faire-de-l-humain-et-de-la-planete-ses-nouvelles-priorites_6106366_6059010.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 00:20:09 +0100", + "pubDate": "Thu, 16 Dec 2021 22:32:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259405,16 +285350,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d09a66bbc8b41f5f1541e82ae329caa3" + "hash": "a576be3ead7d64261c87cdb0a62f3f19" }, { - "title": "Le rappeur Drakeo the Ruler poignardé à mort lors d’un festival à Los Angeles", - "description": "Le rappeur de 28 ans, dont le vrai nom était Darrell Caldwell, a été agressé samedi soir, lors d’un concert qui devait accueillir plusieurs artistes, dont Snoop Dogg, 50 Cent et Ice Cube.", - "content": "Mars 2021, le rappeur Drakeo the Ruler pose devant un studio d’enregistrement à Los Angeles.", + "title": "Jean-Luc Mélenchon rend hommage à la mémoire des esclaves et dénonce la « permanence des volontés esclavagistes »", + "description": "En déplacement à la Guadeloupe, le candidat à l’élection présidentielle a notamment cité la Coupe du monde de football 2022 au Qatar comme l’exemple d’une forme d’esclavagisme moderne.", + "content": "Jean-Luc Mélenchon, leader et candidat à l’élection présidentielle de La France insoumise, dépose une gerbe au pied du monument de l’abolition de l’esclavage, en bas des « marches des esclaves », à Petit-Canal, à la Guadeloupe, le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/19/le-rappeur-drakeo-the-ruler-poignarde-a-mort-lors-d-un-festival-a-los-angeles_6106731_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/16/jean-luc-melenchon-rend-hommage-a-la-memoire-des-esclaves-et-denonce-la-permanence-des-volontes-esclavagistes_6106365_6059010.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 23:21:18 +0100", + "pubDate": "Thu, 16 Dec 2021 21:11:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259426,16 +285371,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c11836be81dc17995795286c8800617" + "hash": "f3e33577f5576e08a32c595159b141f8" }, { - "title": "La chef de la diplomatie britannique, Liz Truss, reprend les négociations post-Brexit", - "description": "Sa nomination intervient après la démission du secrétaire d’Etat chargé du Brexit David Frost, au terme d’une semaine particulièrement éprouvante pour Boris Johnson.", - "content": "La ministre britannique des affaires étrangères, Liz Truss, prend la parole lors d’une session des ministres des affaires étrangères et du développement du G7, avec les pays invités et les nations de l’Asean, le dernier jour du sommet à Liverpool, en Grande-Bretagne, le 12 décembre 2021.", + "title": "Le réchauffement climatique déstabilise plus que jamais les pôles", + "description": "Le pôle Nord se transforme de manière « alarmante et indéniable ». Au pôle Sud, l’un des principaux glaciers de l’Antarctique risque de se désintégrer en partie d’ici cinq ans.", + "content": "Les icebergs à l’embouchure du fjord de glace Jakobshavn (Groenland), le 16 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/19/la-cheffe-de-la-diplomatie-britannique-liz-truss-reprend-les-negociations-post-brexit_6106729_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/16/le-rechauffement-climatique-destabilise-plus-que-jamais-les-poles_6106364_3244.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 21:02:01 +0100", + "pubDate": "Thu, 16 Dec 2021 21:02:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259447,16 +285392,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0903e30859c41751df3122db19d52e1a" + "hash": "69a057eb609e8058a9cb962c6c958ad6" }, { - "title": "A Hongkong, faible participation aux élections verrouillées par Pékin", - "description": "Visant à élire le Conseil législatif, ce scrutin se tenait en vertu d’un nouveau processus imposé par la Chine, qui a drastiquement réduit le nombre des sièges pourvus au suffrage universel et réservé le droit d’être candidat à des « patriotes ».", - "content": "Des fonctionnaires de la commission des affaires électorales comptent les votes  lors des élections législatives, à Hongkong,  le 19 décembre 2021.", + "title": "Violences au meeting d’Eric Zemmour : deux hommes mis en examen", + "description": "Ils avaient été filmés en train de frapper à coups de poing et de chaise des militants de SOS-Racisme.", + "content": "Capture vidéo de l’agression de militants de SOS-Racisme par des sympathisants d’Eric Zemmour, à Villepinte (Seine-Saint-Denis), le 5 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/19/hongkong-faible-participation-au-scrutin-sans-opposition-verrouille-par-pekin_6106728_3210.html", + "link": "https://www.lemonde.fr/police-justice/article/2021/12/16/violences-au-meeting-d-eric-zemmour-deux-hommes-mis-en-examen_6106363_1653578.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 20:28:31 +0100", + "pubDate": "Thu, 16 Dec 2021 21:00:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259468,16 +285413,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "192f7813cf8774d78adacfa28d91e8ac" + "hash": "f0eee2c6f2bb7680a1130b858357beec" }, { - "title": "Le vaste plan de réformes sociales de Joe Biden menacé par le sénateur démocrate Joe Manchin", - "description": "L’élu de Virginie-Occidentale a annoncé dimanche qu’il n’approuverait pas ce programme crucial pour le mandat du président américain, le jugeant trop dispendieux en période d’inflation.", - "content": "Le sénateur Joe Manchin monte dans sa voiture, après avoir participé à un vote au Capitole américain, à Washington, DC.", + "title": "Facebook ferme des centaines de comptes associés à des entreprises privées de surveillance", + "description": "Sept entités ont été identifiées et environ 50 000 internautes, dont le groupe Meta pense qu’ils ont pu faire partie de leurs cibles, ont été alertés. Parmi eux, des opposants politiques, des avocats, des militants des droits de l’homme ou des médecins.", + "content": "Sept entités ont été identifiées et environ 50 000 internautes, dont le groupe Meta pense qu’ils ont pu faire partie de leurs cibles, ont été alertés. Parmi eux, des opposants politiques, des avocats, des militants des droits de l’homme ou des médecins.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/19/le-vaste-plan-de-reformes-sociales-de-joe-biden-menace-par-le-senateur-democrate-joe-manchin_6106725_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/16/facebook-ferme-des-centaines-de-comptes-associes-a-des-entreprises-privees-de-surveillance_6106359_4408996.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 19:52:34 +0100", + "pubDate": "Thu, 16 Dec 2021 21:00:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259489,16 +285434,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ac5957cf955b7d2c31a8dbef77e8306" + "hash": "bb2f68c21b9833021cc522f82c086670" }, { - "title": "Election présidentielle 2022 : plus de 1 500 élus appellent à l’union de la gauche", - "description": "Une tribune, publiée dans « Le Journal du dimanche », est notamment signée par des soutiens de la candidate PS, Anne Hidalgo, comme Martine Aubry ou Carole Delga.", - "content": "Des militants du mouvement la Primaire populaire, le 11 décembre 2021 sur la place de la République, à Paris.", + "title": "Le Danemark veut envoyer 300 détenus étrangers au Kosovo", + "description": "La ministre kosovare de la justice a confirmé jeudi l’accord qui prévoit de confier à une prison de son pays des prisonniers étrangers, condamnés au Danemark et susceptibles d’être expulsés après avoir purgé leur peine.", + "content": "Nick Haekkerup, le ministre de la justice du Danemark, à Malmö (Suède), le 13 octobre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/19/presidentielle-2022-plus-de-1-500-elus-appellent-a-l-union-de-la-gauche_6106724_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/16/le-danemark-veut-envoyer-300-detenus-etrangers-au-kosovo_6106356_3210.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 19:12:44 +0100", + "pubDate": "Thu, 16 Dec 2021 20:31:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259510,16 +285455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0885ec521b4febd2234e8489b6fb39a0" + "hash": "c52612c9ee0c84798ba2f4445d97e392" }, { - "title": "Passe vaccinal : le gouvernement espère une entrée en vigueur fin janvier", - "description": "Le porte-parole du gouvernement, Gabriel Attal, s’est félicité d’une « augmentation des rendez-vous pris pour une première injection » après les annonces de Jean Castex vendredi.", - "content": "Contrôle du passe sanitaire sur le marché de Noël de Strasbourg, le 3 décembre 2021.", + "title": "Ligue des nations : la France défiera le Danemark, la Croatie et l’Autriche", + "description": "Les champions du monde français ont hérité d’un groupe abordable, à l’inverse des champions d’Europe italiens qui devront faire face à l’Angleterre, leur adversaire en finale du dernier Euro.", + "content": "N’Golo Kanté face au milieu de terrain ukrainien Ruslan Malinovskyi lors d’un match de qualification pour la Coupe du monde de la FIFA, le 24 mars 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/19/passe-vaccinal-le-gouvernement-espere-une-entree-en-vigueur-fin-janvier_6106723_3244.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/16/ligue-des-nations-la-france-defiera-le-danemark-la-croatie-et-l-autriche_6106354_3242.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 19:03:32 +0100", + "pubDate": "Thu, 16 Dec 2021 19:53:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259531,16 +285476,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3a4f844992f2220217802e17328283b" + "hash": "b24b57935e3e522e7e95b2e8789bb31b" }, { - "title": "Mondial de handball : les Bleues s’inclinent en finale face à la Norvège", - "description": "Les championnes olympiques ne réaliseront pas le doublé après leur sacre de cet été à Tokyo, battues 22-29 par les Scandinaves. Ces dernières, qui n’avaient pas glané de titre mondial depuis 2015, avaient déjà privé les tricolores du sacre continental à l’Euro, l’an passé.", - "content": "Les championnes olympiques ne réaliseront pas le doublé après leur sacre de cet été à Tokyo, battues 22-29 par les Scandinaves. Ces dernières, qui n’avaient pas glané de titre mondial depuis 2015, avaient déjà privé les tricolores du sacre continental à l’Euro, l’an passé.", + "title": "France-Danemark : avantage aux Danoises au terme de la première période", + "description": "Le Danemark mène 12-10 à la mi-temps de la demi-finale du Mondial féminin de handball, qui l’oppose à l’équipe de France . Vivez le match en direct.", + "content": "Les Bleues peinent à tromper la défense danoise, en début de rencontre.", "category": "", - "link": "https://www.lemonde.fr/sport/live/2021/12/19/france-norvege-suivez-en-direct-la-finale-du-mondial-feminin-de-handball_6106705_3242.html", + "link": "https://www.lemonde.fr/sport/live/2021/12/17/france-danemark-suivez-la-demi-finale-du-mondial-feminin-de-handball-en-direct_6106506_3242.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 15:30:17 +0100", + "pubDate": "Fri, 17 Dec 2021 15:30:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259552,16 +285497,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d09482eab7869433a70bfbde1e822719" + "hash": "cacaa1f3ce20435b5749fffb62b2c4ea" }, { - "title": "Grippe aviaire : un deuxième foyer détecté dans un élevage des Landes", - "description": "Ce foyer est le deuxième détecté dans le Sud-Ouest, principale zone de production de foie gras, depuis l’épizootie de grippe aviaire qui avait touché quinze départements l’hiver dernier et conduit à l’abattage de 3,5 millions de volailles d’élevage.", - "content": "Ce foyer est le deuxième détecté dans le Sud-Ouest, principale zone de production de foie gras, depuis l’épizootie de grippe aviaire qui avait touché quinze départements l’hiver dernier et conduit à l’abattage de 3,5 millions de volailles d’élevage.", + "title": "Election présidentielle : Christiane Taubira espère rebattre les cartes à gauche, Yannick Jadot ferme la porte à une primaire", + "description": "L’ancienne garde des sceaux a dit envisager de se présenter, vendredi, tout en repoussant sa décision définitive à la mi-janvier. A gauche, les autres candidats ont relancé, chacun de leur côté, les appels au rassemblement.", + "content": "Christiane Taubira, lors du meeting de campagne de Benoît Hamon pour l’élection présidentielle, le 5 février 2017.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/19/grippe-aviaire-un-deuxieme-foyer-detecte-dans-un-elevage-des-landes_6106721_3244.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/17/christiane-taubira-espere-rebattre-les-cartes-a-gauche-anne-hidalgo-veut-travailler-a-une-plate-forme-commune-en-vue-de-l-election-presidentielle_6106500_6059010.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 18:48:33 +0100", + "pubDate": "Fri, 17 Dec 2021 14:45:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259573,16 +285518,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c31a6f27b68dcefd3db62d6e76f32e7" + "hash": "d10ef0c0cc2b511bc5297ffd8b393f42" }, { - "title": "Un an après sa disparition, marche blanche en hommage à Delphine Jubillar", - "description": "Un an après la disparition de l’infirmière, dont le mari est soupçonné de l’avoir tuée, près de trois cents proches et anonymes ont manifesté, lors d’une marche blanche à Cagnac-les-Mines, dans le Tarn.", - "content": "Des participants assistent à une marche blanche intitulée « justice et vérité », derrière une banderole où figurent les noms des trois enfants de Delphine Jubillar, un an après la disparition de l’infirmière, à Cagnac-les-Mines, dans le sud de la France, le 19 décembre 2021.", + "title": "A Istanbul, un sommet pour accentuer la percée turque en Afrique", + "description": "Commerce, armement, soft power : les liens de la Turquie avec le continent ne cessent de s’étoffer.", + "content": "Le président turc, Recep Tayyip Erdogan, au palais présidentiel, à Ankara (Turquie), le 24 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/19/un-an-apres-sa-disparition-marche-blanche-en-hommage-a-delphine-jubillar_6106720_3224.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/16/a-istanbul-un-sommet-pour-accentuer-la-percee-turque-en-afrique_6106351_3212.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 18:29:06 +0100", + "pubDate": "Thu, 16 Dec 2021 19:00:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259594,16 +285539,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8b5938639f9ce4272de157649f4766e" + "hash": "0a7399fe1e7c7e2d72444662661d6535" }, { - "title": "Passe vaccinal, confinement aux Pays-Bas… Les cinq infos à retenir du week-end", - "description": "Si vous n’avez pas suivi l’actualité des 18 et 19 décembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", - "content": "C’est l’un des plus puissants typhons que les Philippines aient connus.", + "title": "Covid-19 : « Il faut endiguer la vague Delta avant que ne déferle la vague Omicron », alerte l’épidémiologiste Antoine Flahault", + "description": "L’exemple du Royaume-Uni, confronté à une explosion des contaminations, devrait inciter la France à durcir sa stratégie contre le virus afin d’éviter une nouvelle saturation massive des hôpitaux, estime le directeur de l’Institut de santé globale de l’université de Genève.", + "content": "Le professeur Antoine Flahault, épidémiologiste et directeur de l’Institut de santé globale (université de Genève), à Paris, le 1er octobre 2021.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/19/passe-vaccinal-confinement-aux-pays-bas-les-cinq-infos-a-retenir-du-week-end_6106719_4355770.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/16/covid-19-il-faut-endiguer-la-vague-delta-avant-que-ne-deferle-la-vague-omicron_6106290_3244.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 18:00:10 +0100", + "pubDate": "Thu, 16 Dec 2021 11:07:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259615,16 +285560,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "496a3e89de1c054c1fb391f772e13e04" + "hash": "81a450cbca52804a09f0324b9daddb3d" }, { - "title": "A Calais, un véhicule militaire s’embourbe après des dérapages devant un camp de migrants, l’armée ouvre une enquête", - "description": "L’armée a annoncé dimanche le déclenchement « immédiat » d’une enquête après la diffusion d’images montrant l’embourbement d’un véhicule de la mission Vigipirate.", - "content": "L’armée a annoncé dimanche le déclenchement « immédiat » d’une enquête après la diffusion d’images montrant l’embourbement d’un véhicule de la mission Vigipirate.", + "title": "En Russie, les indiscrétions involontaires de la justice concernant la présence militaire de Moscou en Ukraine", + "description": "Dans le cadre d’une affaire de corruption, un tribunal de Rostov-sur-le-Don a détaillé les livraisons de nourriture aux unités militaires russes déployées dans le Donbass.", + "content": "Une affiche dans les rues de Donetsk appelant à rejoindre l’armée de la République de Donetsk afin de « défendre le Donbass », le 15 novembre 2018.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/19/a-calais-un-vehicule-militaire-fait-des-derapages-devant-un-camp-de-migrants-l-armee-ouvre-une-enquete_6106717_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/16/en-russie-les-indiscretions-involontaires-de-la-justice-sur-la-presence-militaire-de-moscou-en-ukraine_6106346_3210.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 17:33:55 +0100", + "pubDate": "Thu, 16 Dec 2021 18:59:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259636,16 +285581,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e059f38bfa71b767aa158999457a701" + "hash": "b53c4fcf75acf1399b5777ac652fd135" }, { - "title": "Variant Omicron : la livraison de vaccins dans l’UE accélérée par la Commission européenne", - "description": "L’exécutif européen a annoncé dimanche un accord avec les groupes BioNTech et Pfizer pour livrer 20 millions de doses supplémentaires de leur vaccin contre le Covid-19.", - "content": "Un policier à l’entrée d’un centre de vaccination de Dublin, en Irlande, dimanche 19 décembre 2021.", + "title": "L’avionneur européen a annoncé une commande de 134 appareils passée par la compagnie australienne puis une autre de 100 A320neo pour les filiales d’Air France-KLM.", + "description": "L’avionneur européen a annoncé une commande de 134 appareils passée par la compagnie australienne puis une autre de 100 A320neo pour les filiales d’Air France-KLM.", + "content": "L’avionneur européen a annoncé une commande de 134 appareils passée par la compagnie australienne puis une autre de 100 A320neo pour les filiales d’Air France-KLM.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/19/variant-omicron-la-livraison-de-vaccins-dans-l-ue-acceleree-par-la-commission-europeenne_6106715_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/16/avec-la-commande-geante-de-qantas-airbus-prend-un-client-historique-a-boeing_6106280_3234.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 17:18:28 +0100", + "pubDate": "Thu, 16 Dec 2021 10:42:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259657,16 +285602,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6566203a3313b8118dbda93e4c6111ef" + "hash": "f28c99e4ec8d806869c47dcb74bf6077" }, { - "title": "Coupe de France : Angers et Metz éliminés, une première réussie pour Dupraz à Saint-Etienne", - "description": "Les premières surprises de ces 32es de finale ont été l’élimination des Angevins et des Messins, pensionnaires de Ligue 1, par des clubs de cinquième et quatrième divisions.", - "content": "Les joueurs de Bergerac (N2) célèbrent leur exploit réalisé en 32e de finale de la Coupe de France face à Metz, le 19 décembre 2021.", + "title": "La réforme de l’irresponsabilité pénale définitivement adoptée par le Parlement", + "description": "Il n’y aura plus d’irresponsabilité si l’abolition temporaire du discernement résulte de la consommation proche et volontaire de psychotropes dans le but même de commettre une infraction.", + "content": "Une femme tient une pancarte représentant Sarah Halimi sur laquelle on peut lire « Harcelée, massacrée, défenestrée – sans justice, pas de République », lors d’une manifestation organisée par des associations juives, à Paris, dimanche 25 avril 2021.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/19/coupe-de-france-metz-tombe-a-bergerac-une-premiere-reussie-pour-dupraz-a-saint-etienne_6106711_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/16/la-reforme-de-l-irresponsabilite-penale-definitivement-adoptee-par-le-parlement_6106341_3224.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:59:30 +0100", + "pubDate": "Thu, 16 Dec 2021 18:17:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259678,16 +285623,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ada3da3c21d33862589c6b8cf996a1d8" + "hash": "ba96242460997d3929786325e6c2da46" }, { - "title": "Biathlon : vainqueur de la mass start, Emilien Jacquelin conclut une belle étape bleue au Grand-Bornand", - "description": "Quentin Fillon Maillet, arrivé deuxième, accompagne l’Isérois sur le podium. Plus tôt dans la journée, Julia Simon avait, elle aussi, terminé deuxième chez les féminines.", - "content": "French’s Emiline Jacquelin celebrates after winning the men’s 12,5 km mass start event of the IBU Biathlon World Cup in Le Grand Bornand near Annecy on December 19, 2021. (Photo by OLIVIER CHASSIGNOLE / AFP)", + "title": "Valérie Pécresse multiplie les attaques contre Emmanuel Macron, afin d’installer un duel avec le chef de l’Etat", + "description": "A quatre mois de l’élection présidentielle, la candidate des Républicains a dénoncé à nouveau jeudi le « manque de sincérité » du président et assuré : « Il n’a pas réformé, il ne réformera plus. »", + "content": "Les Republicains (LR) right-wing party's candidate for the 2022 presidential election Valerie Pecresse gives a fist bump to a municipal police officer as she arrives for a visit of a police station in Meaux, eastern Paris, on December 15, 2021. (Photo by JULIEN DE ROSA / AFP)", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/19/biathlon-vainqueur-de-la-mass-start-emilien-jacquelin-conclut-une-belle-etape-bleue-au-grand-bornand_6106709_3242.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/16/valerie-pecresse-multiplie-les-attaques-contre-emmanuel-macron-et-tente-d-installer-un-duel-avec-le-chef-de-l-etat_6106333_6059010.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:19:59 +0100", + "pubDate": "Thu, 16 Dec 2021 17:36:57 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259699,16 +285644,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "076333aed8b95b6f2da807135ae2cd77" + "hash": "f18d6f6c198f43ed7632208f46da6a32" }, { - "title": "Le changement de nom de famille pourrait être simplifié, annonce Eric Dupond-Moretti", - "description": "La majorité veut simplifier le changement de patronyme par le biais d’une proposition de loi, a annoncé dimanche le ministre de la justice, dans une interview au magazine « Elle ».", - "content": "La majorité veut simplifier le changement de patronyme par le biais d’une proposition de loi, a annoncé dimanche le ministre de la justice, dans une interview au magazine « Elle ».", + "title": "Entre variant Omicron et inflation, la Banque centrale européenne choisit une politique monétaire très accommodante", + "description": "La BCE va très lentement réduire son soutien à l’économie mais, contrairement à la Fed, elle va continuer à agir au moins jusqu’à début 2023.", + "content": "La présidente de la BCE Christine Lagarde, à Francfort (Allemagne), le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/19/chaque-francais-pourra-choisir-son-nom-pour-garder-celui-de-sa-mere-celui-de-son-pere-ou-les-deux-la-majorite-veut-simplifier-le-changement-de-patronyme_6106706_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/16/entre-variant-omicron-et-inflation-la-banque-centrale-europeenne-choisit-une-politique-monetaire-tres-accommodante_6106329_3234.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 15:37:27 +0100", + "pubDate": "Thu, 16 Dec 2021 17:17:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259720,16 +285665,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "caa52efb4905ba4c9244383882a68645" + "hash": "ca9fd1dc352aaecd5ec996f0d6cd8bd8" }, { - "title": "Covid-19 : Jean-Michel Blanquer écarte l’idée d’une prolongation des vacances scolaires, hypothèse « non privilégiée »", - "description": "« J’ai toujours résisté au maximum à cette pression car l’école n’est pas une variable d’ajustement, elle est essentielle pour nos enfants et donc c’est la dernière chose à fermer », a martelé le ministre de l’éducation, alors que débutent les congés de Noël.", - "content": "« J’ai toujours résisté au maximum à cette pression car l’école n’est pas une variable d’ajustement, elle est essentielle pour nos enfants et donc c’est la dernière chose à fermer », a martelé le ministre de l’éducation, alors que débutent les congés de Noël.", + "title": "« Gilets jaunes » : amende pour un policier jugé pour un tir de LBD, relaxe pour un commandant qui avait porté un coup de matraque", + "description": "Six mois de prison avec sursis avaient été requis à l’encontre de deux policiers qui avaient blessé un manifestant au bas du visage et à l’abdomen par deux tirs de lanceur de balles de défense.", + "content": "Lors d’une manifestation de « gilets jaunes », à Marseille, le 19 janvier 2019.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/19/covid-19-blanquer-ecarte-l-idee-d-une-prolongation-des-vacances-scolaires-hypothese-non-privilegiee_6106702_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/16/amende-pour-un-policier-juge-pour-un-tir-de-lbd-sur-un-gilet-jaune_6106319_3224.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 14:57:01 +0100", + "pubDate": "Thu, 16 Dec 2021 15:58:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259741,16 +285686,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67131d3a99a92152f1fe0078cfa60220" + "hash": "5e272d84add45862e5828861fb83aded" }, { - "title": "Cinquante-cinq personnes ont été interpellées en France lors des rassemblements de supporteurs célébrant la victoire de l’Algérie en finale de la Coupe arabe.", - "description": "Les Fennecs étaient opposés aux Aigles de Carthage et ont remporté la finale (2-0), devant les tribunes bondées du stade Al-Bayt d’Al-Khor. En France, 55 personnes ont été interpellées lors de rassemblements de supporteurs célébrant la victoire.", - "content": "Les défenseurs algériens Ilyes Chetti (à gauche) et Mohamed Tougai posent avec le trophée de la Coupe arabe, au stade Al-Bayt d’Al-Khor, dans le nord-est du Qatar, samedi 18 décembre 2021.", + "title": "SNCF : l’appel à la grève sur le TGV Sud-Est ce week-end levé par les syndicats CGT-Cheminots et SUD-Rail", + "description": "Les syndicats ont conjointement retiré leurs préavis, jeudi après-midi, à la suite de nouvelles négociations avec la direction du groupe concernant les conditions de travail et les rémunérations. La veille, l’UNSA ferroviaire avait déjà annoncé « sortir de la grève », satisfaite des « avancées significatives ».", + "content": "Un salarié d’une société de nettoyage dans le dépôt TGV de Charenton-le-Pont, le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/19/l-algerie-remporte-sa-premiere-coupe-arabe-de-football_6106688_3242.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/16/sncf-l-appel-a-la-greve-sur-le-tgv-sud-est-ce-week-end-leve-par-les-syndicats-cgt-cheminots-et-sud-rail_6106317_3234.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 10:34:08 +0100", + "pubDate": "Thu, 16 Dec 2021 15:50:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259762,16 +285707,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "90febea35cdf8b0184ba6e8690dfd07c" + "hash": "20dd16c59e915cc20033b03f039b20aa" }, { - "title": "Covid-19 : négociations entre le gouvernement et les partenaires sociaux sur un passe vaccinal en entreprises", - "description": "Alors que la ministre du travail, Elisabeth Borne, discute lundi avec les partenaires sociaux, les syndicats se montrent sceptiques sur l’élargissement du passe vaccinal dans les entreprises.", - "content": "Alors que la ministre du travail, Elisabeth Borne, discute lundi avec les partenaires sociaux, les syndicats se montrent sceptiques sur l’élargissement du passe vaccinal dans les entreprises.", + "title": "L’Agence européenne des médicaments autorise provisoirement la pilule anti-Covid-19 de Pfizer", + "description": "Le géant pharmaceutique a annoncé mardi que sa pilule réduisait de près de 90 % les risques d’hospitalisation et de mort chez les personnes à risque lorsqu’elle était prise dans les premiers jours après l’apparition des symptômes.", + "content": "Un malade atteint du Covid-19 s’apprête à recevoir un traitement par anticorps monoclonal à l’hôpital San Giuseppe, à Albano, en Italie, le 22 avril 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/20/covid-19-negociations-entre-le-gouvernement-et-les-partenaires-sociaux-sur-un-passe-vaccinal-en-entreprises_6106796_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/16/l-agence-europeenne-du-medicament-autorise-deux-traitements-contre-le-covid_6106316_3244.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 12:26:19 +0100", + "pubDate": "Thu, 16 Dec 2021 15:42:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259783,16 +285728,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d03f95d0c1b22bb3ef395a4e60b841ef" + "hash": "a85304aadb807b9e3f7f75be18cea0c7" }, { - "title": "Un rapport met en garde contre l’influence des lobbies sur la future présidence française de l’Union européenne", - "description": "Alors que la France s’apprête à présider le Conseil de l’UE pour six mois, l’ONG Corporate Europe Observatory et l’Observatoire des multinationales publient un rapport sans concession sur les liens entre le gouvernement français et les grandes entreprises.", - "content": "Le président français, Emmanuel Macron, à Bruxelles, vendredi 17décembre.", + "title": "Valérie Pécresse multiplie les attaques contre Emmanuel Macron, dans la tentative d’installer un duel avec le chef de l’Etat", + "description": "A quatre mois de l’élection présidentielle, la candidate des Républicains critique régulièrement le bilan du président de la République, qui a tenté de répliquer mercredi soir sur TF1.", + "content": "Les Republicains (LR) right-wing party's candidate for the 2022 presidential election Valerie Pecresse gives a fist bump to a municipal police officer as she arrives for a visit of a police station in Meaux, eastern Paris, on December 15, 2021. (Photo by JULIEN DE ROSA / AFP)", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/20/un-rapport-met-en-garde-contre-l-influence-des-lobbies-sur-la-future-presidence-francaise-de-l-union-europeenne_6106792_3234.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/16/valerie-pecresse-multiplie-les-attaques-contre-emmanuel-macron-et-tente-d-installer-un-duel-avec-le-chef-de-l-etat_6106333_6059010.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 11:33:52 +0100", + "pubDate": "Thu, 16 Dec 2021 17:36:57 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259804,16 +285749,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4aeb6006e670daf421851c5525dc5123" + "hash": "b4ace1662a421ec6ade7b6c06a242c86" }, { - "title": "Derrière la rumeur sur Brigitte Macron, la crainte de la trumpisation des débats en France", - "description": "Analyse. La première dame est la cible d’une infox questionnant sa véritable identité. Six ans après l’élection de Donald Trump, la France n’est pas à l’abri de « boules puantes », susceptibles d’altérer l’issue d’un scrutin, mais dans une proportion moindre, pour l’instant.", - "content": "Emmanuel Macron et sa femme Brigitte Macron au Touquet, le 15 mars 2020.", + "title": "Entre variant Omicron et inflation, la banque centrale européenne choisit une politique monétaire très accommodante", + "description": "La BCE va très lentement réduire son soutien à l’économie, mais contrairement à la Fed, elle va continuer à agir au moins jusqu’à début 2023.", + "content": "La présidence de la BCE Christine Lagarde, à Francfort (Allemagne), le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/20/derriere-la-rumeur-sur-brigitte-macron-la-crainte-de-la-trumpisation-des-debats-en-france_6106782_4355770.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/16/entre-variant-omicron-et-inflation-la-banque-centrale-europeenne-choisit-une-politique-monetaire-tres-accommodante_6106329_3234.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 10:21:45 +0100", + "pubDate": "Thu, 16 Dec 2021 17:17:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259825,16 +285770,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e076f2ecaab33985e97779fdaaf1732c" + "hash": "40f9d5814452881f304bb84819231bff" }, { - "title": "Le catalan, la bataille linguistique qui enflamme l’Espagne", - "description": "La question de la langue est devenue le principal cheval de bataille des indépendantistes en Catalogne, qui ont manifesté, samedi, à Barcelone.", - "content": "La question de la langue est devenue le principal cheval de bataille des indépendantistes en Catalogne, qui ont manifesté, samedi, à Barcelone.", + "title": "Cette vulnérabilité, rendue publique vendredi, peut avoir des conséquences graves et au long terme pour de très nombreuses organisations. Notre journaliste Florian Reynaud répond à vos questions à partir de 15 heures.", + "description": "Baptisée « Log4Shell », cette vulnérabilité, rendue publique vendredi, peut avoir des conséquences graves et au long terme pour de très nombreuses organisations. Notre journaliste Florian Reynaud a répondu à vos questions en direct.", + "content": "Baptisée « Log4Shell », cette vulnérabilité, rendue publique vendredi, peut avoir des conséquences graves et au long terme pour de très nombreuses organisations. Notre journaliste Florian Reynaud a répondu à vos questions en direct.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/20/le-catalan-la-bataille-linguistique-qui-enflamme-l-espagne_6106764_3210.html", + "link": "https://www.lemonde.fr/pixels/live/2021/12/16/log4j-posez-vos-questions-sur-la-plus-importante-faille-de-securite-informatique-depuis-des-annees_6106306_4408996.html", "creator": "", - "pubDate": "Mon, 20 Dec 2021 07:25:11 +0100", + "pubDate": "Thu, 16 Dec 2021 13:00:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259846,16 +285791,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "02473e6b508e7b3231df4574eb944e7b" + "hash": "ee498e61855f00a27e6fc78928708421" }, { - "title": "Soudan : sécurité renforcée à Khartoum avant une manifestation au jour du troisième anniversaire de la révolution", - "description": "Les autorités ont fermé des ponts menant au centre de la capitale, en prévision de la mobilisation dimanche après-midi contre l’armée, qui a suspendu la transition démocratique.", - "content": "Une manifestation à Khartoum contre la junte militaire, le 13 décembre 2021.", + "title": "« ISF gate » : comment de grandes fortunes françaises ont pratiqué l’évasion fiscale au Canada", + "description": "Le journal « Libération » révèle que plusieurs familles fortunées sont soupçonnées d’avoir dissimulé des centaines de millions d’euros dans des « trusts » opaques pour échapper à l’impôt de solidarité sur la fortune (ISF).", + "content": "Le journal « Libération » révèle que plusieurs familles fortunées sont soupçonnées d’avoir dissimulé des centaines de millions d’euros dans des « trusts » opaques pour échapper à l’impôt de solidarité sur la fortune (ISF).", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/19/soudan-securite-renforcee-a-khartoum-avant-une-manifestation-au-jour-du-troisieme-anniversaire-de-la-revolution_6106700_3212.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/16/isf-gate-comment-de-grandes-fortunes-francaises-ont-pratique-l-evasion-fiscale-au-canada_6106313_4355770.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 12:23:30 +0100", + "pubDate": "Thu, 16 Dec 2021 14:24:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259867,16 +285812,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "118247251515708f0ec58f1d29e43da3" + "hash": "e2409dfdd735560d168dd46b633720c2" }, { - "title": "Affaire Peng Shuai : de nouvelles images de la joueuse de tennis chinoise mises en ligne", - "description": "Une journaliste d’un média d’Etat a diffusé, dimanche, une vidéo et une photo de la sportive, qui a accusé un ancien haut dirigeant du régime d’agression sexuelle et dont le sort suscite, depuis, l’inquiétude.", - "content": "La joueuse de tennis chinoise Peng Shuai lors de l’Open d’Australie, à Melbourne, le 21 janvier 2021.", + "title": "Affaire Omar Raddad : la justice accepte de rouvrir le dossier, première étape pour une éventuelle révision du procès", + "description": "La commission d’instruction de la Cour de révision a accepté de rouvrir le dossier judiciaire de l’ancien jardinier marocain, condamné pour le meurtre en 1991 d’une riche veuve, Ghislaine Marchal, qu’il nie depuis trente ans. Condamné en 1994 à dix-huit ans de réclusion, Omar Raddad avait bénéficié d’une grâce partielle du président Jacques Chirac, qui ne vaut pas annulation de la condamnation.", + "content": "Omar Raddad, le 25 novembre 2021, à Paris.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/19/affaire-peng-shuai-de-nouvelles-images-de-la-joueuse-de-tennis-chinoise-mises-en-ligne_6106697_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/16/condamnation-d-omar-raddad-la-justice-decide-de-rouvrir-le-dossier_6106311_3224.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 11:56:15 +0100", + "pubDate": "Thu, 16 Dec 2021 14:19:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259888,16 +285833,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52960b2953865f513d7d7aa5fddc04aa" + "hash": "9bb61f097be2ca227efaf5920b6e37bd" }, { - "title": "« Yannick Jadot a un problème de leadership », affirme Barbara Pompili, ministre de la transition écologique", - "description": "La ministre de la transition écologique était l’invitée de France Inter, de France Télévisions et du « Monde », dimanche 19 décembre de midi à 13 heures.", - "content": "La ministre de la transition écologique était l’invitée de France Inter, de France Télévisions et du « Monde », dimanche 19 décembre de midi à 13 heures.", + "title": "La justice marocaine autorise l’extradition d’un Ouïgour vers la Chine", + "description": "Agé de 34 ans, ce père de trois enfants, établi en Turquie depuis 2012, avait été arrêté à son arrivée sur le sol marocain. La Chine en avait fait la demande, lui reprochant de faire partie d’une « organisation terroriste ».", + "content": "Des manifestants réunis devant l’ambassade chinoise à Londres, le 9 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/video/2021/12/19/questions-politiques-en-direct-barbara-pompili-ministre-de-la-transition-ecologique-est-l-invitee-de-l-emission_6106695_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/16/la-justice-marocaine-autorise-l-extradition-d-un-ouigour-vers-la-chine_6106310_3210.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 11:45:11 +0100", + "pubDate": "Thu, 16 Dec 2021 13:43:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259909,16 +285854,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "519249b3b7677fd494836fd27ad0b0f0" + "hash": "71f69c505c50e6c0097cf99945f3407a" }, { - "title": "Aux Philippines, le bilan du passage du typhon Rai s’alourdit, au moins 208 morts", - "description": "Les secouristes tentent de fournir de l’eau et de la nourriture aux îles dévastées par ce puissant phénomène naturel, qui a balayé le centre et le sud de l’archipel jeudi et vendredi.", - "content": "Des habitations ravagées par le typhon Rai, à Surigao, à l’extrémité nord de l’île de Mindanao, le 18 décembre 2021.", + "title": "Le Danemark premier pays de l’UE à autoriser la pilule contre le Covid de Merck", + "description": "L’annonce intervient alors que le Danemark fait feu de tout bois face à une vague record de cas de Covid-19 et à une flambée du variant Omicron, qui devrait devenir dominant à Copenhague cette semaine.", + "content": "Les résultats complets de l’essai clinique communiqués le 26 novembre par Merck/MSD montrent une efficacité bien moindre que celle annoncée à grand bruit début octobre sur la base de données intermédiaires", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/19/aux-philippines-le-bilan-du-passage-du-typhon-rai-s-alourdit-avec-pres-de-100-morts_6106694_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/16/le-danemark-premier-pays-de-l-ue-a-autoriser-la-pilule-contre-le-covid-de-merck_6106309_3244.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 11:42:51 +0100", + "pubDate": "Thu, 16 Dec 2021 13:34:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259930,16 +285875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32032a76770fe6db3e0f07e33cfe9389" + "hash": "8a2e9949bec778363c307c1d82998bc5" }, { - "title": "La photographe et romancière américaine Eve Babitz, égérie d’Hollywood, est morte", - "description": "Elle incarnait l’élégance désinvolte de la Californie des années 1960. L’autrice d’« Eve à Hollywood » est morte vendredi, à l’âge de 78 ans.", - "content": "Elle incarnait l’élégance désinvolte de la Californie des années 1960. L’autrice d’« Eve à Hollywood » est morte vendredi, à l’âge de 78 ans.", + "title": "Formule 1 : Mercedes retire son appel contre le sacre de Max Verstappen à Abou Dhabi", + "description": "Un final incroyable et hautement controversé a offert au Néerlandais Max Verstappen (Red Bull) son premier titre en formule 1, dimanche, suscitant le recours de l’équipe de son rival britannique, Lewis Hamilton.", + "content": "Max Verstappen est devenu dimanche 12 décembre champion du monde de F1 devant le Britannique Lewis Hamilton au terme du Grand Prix d’Abou Dhabi.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/19/la-photographe-et-romanciere-americaine-eve-babitz-egerie-d-hollywood-est-morte_6106684_3382.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/16/formule-1-mercedes-retire-son-appel-contre-le-sacre-de-max-verstappen-a-abou-dhabi_6106304_3242.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 09:03:43 +0100", + "pubDate": "Thu, 16 Dec 2021 12:44:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259951,16 +285896,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "abbacb10b70c4588336cb260343d2377" + "hash": "9e99b78fde250043568a6527b11b46d7" }, { - "title": "La revanche posthume de Mouammar Kadhafi", - "description": "Dix ans après le lynchage de Kadhafi, ses idées inspirent largement l’antiparlementarisme du chef de l’Etat tunisien, tandis qu’un de ses fils se présente à la première présidentielle de l’histoire libyenne.", - "content": "Saïf al-Islam Kadhafi, en bas à gauche, lors de la présentation, le 14 novembre, de sa candidature à la présidentielle libyenne.", + "title": "Enquête sur le porno français, 2e volet : une mécanique des larmes et de la violence", + "description": "L’enquête judiciaire d’une ampleur inédite à laquelle « Le Monde » consacre une série d’articles lève le voile sur les méthodes de certains personnages de ce milieu pour contraindre leurs victimes à accepter des pratiques toujours plus dégradantes. ", + "content": "L’enquête judiciaire d’une ampleur inédite à laquelle « Le Monde » consacre une série d’articles lève le voile sur les méthodes de certains personnages de ce milieu pour contraindre leurs victimes à accepter des pratiques toujours plus dégradantes. ", "category": "", - "link": "https://www.lemonde.fr/blog/filiu/2021/12/19/la-revanche-posthume-de-kadhafi/", + "link": "https://www.lemonde.fr/police-justice/article/2021/12/16/dans-le-porno-francais-une-mecanique-des-larmes-et-de-la-violence_6106296_1653578.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 07:24:21 +0100", + "pubDate": "Thu, 16 Dec 2021 12:00:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259972,16 +285917,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8aaa195144ef64e0063e56306fe8048" + "hash": "e1362845423c659a15e35c7dcc0306dc" }, { - "title": "En Malaisie, des inondations provoquent l’évacuation de 22 000 personnes", - "description": "En raison des pluies torrentielles, les rivières en crue ont inondé des zones urbaines et bloqué toute circulation sur les routes principales.", - "content": "Des routes inondées à Shah Alam, en Malaisie, le 19 décembre 2021.", + "title": "« Avec les doigts ou à la cuillère », le thiéboudiène sénégalais sur la carte culinaire de l’humanité", + "description": "L’Unesco a inscrit le plat national sénégalais, à base de riz, de poisson et de légumes, sur la liste du Patrimoine culturel immatériel.", + "content": "Une femme sert un plat de thiéboudiène près du marché Kermel à Dakar, la capitale sénégalaise, le 14 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/19/malaisie-des-inondations-provoquent-l-evacuation-de-22-000-personnes_6106676_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/16/avec-les-doigts-ou-a-la-cuillere-le-thieboudiene-senegalais-sur-la-carte-culinaire-de-l-humanite_6106301_3212.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 06:43:45 +0100", + "pubDate": "Thu, 16 Dec 2021 12:30:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -259993,16 +285938,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd4e4add0e5b34717029b95cd5b8293c" + "hash": "9aa2c8116507a4bd2a0e99513190e35b" }, { - "title": "L’architecte Richard Rogers, l’un des coauteurs du Centre Pompidou, est mort", - "description": "Avec son associé Renzo Piano, il avait remporté, en 1971, le concours du Musée national d’art moderne construit dans le quartier de Beaubourg, à Paris. Père de l’école dite « high-tech », il a aussi réalisé le siège de Lloyd’s à Londres. Il est décédé samedi 18 décembre, à l’âge de 88 ans.", - "content": "L’architecte britannique Richard Rogers, à Paris, en novembre 2007, devant le Centre Pompidou, co-réalisé avec l’Italien Renzo Piano.", + "title": "Les gardes à vue d’Alexandre Benalla et de son épouse ont été levées, sans poursuite à ce stade", + "description": "Le couple avait été interpellé le 14 décembre pour être entendu sur des « suspicions de blanchiment de fraude fiscale aggravée, de faux et usage de faux, d’abus de biens sociaux, de trafic d’influence et de corruption ».", + "content": "Le 5 novembre 2021, Alexandre Benalla quitte le palais de justice de Paris, après le rendu du verdict de son procès pour avoir agressé un jeune couple lors d’une manifestation du 1er mai 2018, alors qu’il était garde du corps du président français.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/19/l-architecte-richard-rogers-l-un-des-coauteurs-du-centre-pompidou-est-mort_6106668_3246.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/16/la-garde-a-vue-d-alexandre-benalla-et-de-son-epouse-a-ete-levee-sans-poursuite-a-ce-stade_6106293_3224.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 03:59:08 +0100", + "pubDate": "Thu, 16 Dec 2021 11:38:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260014,16 +285959,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f277d30d343113f8b873d468517bd74" + "hash": "98553e8707e4a059fc69353b31178e35" }, { - "title": "Attaque d’un convoi français au Niger : la France a déjà mené une enquête, répond Paris à Niamey", - "description": "Vendredi, le président nigérien, Mohamed Bazoum, avait demandé à la France d’ouvrir une enquête sur les heurts qui se sont déroulés à la fin de novembre sur la route du convoi militaire de la force « Barkhane » et qui pourraient avoir fait trois morts.", - "content": "Vendredi, le président nigérien, Mohamed Bazoum, avait demandé à la France d’ouvrir une enquête sur les heurts qui se sont déroulés à la fin de novembre sur la route du convoi militaire de la force « Barkhane » et qui pourraient avoir fait trois morts.", + "title": "L’impact limité des sanctions sur la Biélorussie", + "description": "Cinq séries de sanctions européennes ont été adoptées depuis la présidentielle d’août 2020. Leur effet ne devrait pas se faire sentir avant le deuxième semestre 2022.", + "content": "Le président biélorusse, Alexandre Loukachenko, le 30 novembre 2021, à Minsk.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/19/attaque-d-un-convoi-francais-au-niger-la-france-a-deja-realise-une-enquete-repond-paris-a-niamey_6106665_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/16/l-impact-limite-des-sanctions-sur-la-bielorussie_6106282_3210.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 03:04:20 +0100", + "pubDate": "Thu, 16 Dec 2021 10:48:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260035,16 +285980,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a330e87641323abef47d48793d6d615a" + "hash": "1cf16c43b0213de41ec8207a7f967da3" }, { - "title": "Une enquête du « New York Times » lève le voile sur la mort de milliers de civils au Moyen-Orient dans des frappes américaines", - "description": "Le quotidien a eu accès à 1 300 rapports du Pentagone qui montrent de nombreuses défaillances dans le renseignement et les exécutions de missions de drones en Afghanistan, Irak et Syrie, sans qu’une faute ou sanction ne soit prononcée.", - "content": "Le « New York Times » a dû intenter plusieurs procès au Pentagone et au commandement central de l’armée américaine pour obtenir les documents concernant des incidents au provoqués par les frappes de Washington au Moyen-Orient.", + "title": "La Norvège inflige une amende record à l’appli Grindr pour partage illégal des données", + "description": "Grindr est accusée d’avoir partagé avec des annonceurs les coordonnées GPS, des éléments du profil de ses utilisateurs et le fait même qu’ils utilisent l’appli, donnant ainsi des indications sur leurs préférences sexuelles.", + "content": "Grindr est accusée d’avoir partagé avec des annonceurs les coordonnées GPS, des éléments du profil de ses utilisateurs et le fait même qu’ils utilisent l’appli, donnant ainsi des indications sur leurs préférences sexuelles.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/19/une-enquete-du-new-york-times-leve-le-voile-sur-la-mort-de-milliers-de-civils-au-moyen-orient-a-cause-des-frappes-de-drones-americaines_6106664_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/16/la-norvege-inflige-une-amende-record-a-l-appli-grindr-pour-partage-illegal-des-donnees_6106278_4408996.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 02:21:54 +0100", + "pubDate": "Thu, 16 Dec 2021 10:38:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260056,16 +286001,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3652f02d05483e112406c5321b74012" + "hash": "fe9cf7b8feec1e69304979b49d82018f" }, { - "title": "L’ex-négociateur du Brexit, David Frost, démissionne du gouvernement britannique", - "description": "Dans une lettre publiée par Downing Street, le secrétaire d’Etat évoque ses inquiétudes quant à la « direction » que prend actuellement le gouvernement de Boris Johnson.", - "content": "David Frost à la sortie du 10 Downing Street, à Londres, le 15 septembre 2021.", + "title": "Violences dans le football : le match sera « définitivement interrompu » si un arbitre ou un joueur est blessé par un projectile", + "description": "Un mois après le match OL-OM, interrompu à cause d’un projectile lancé sur Dimitri Payet, le gouvernement réunissait jeudi les dirigeants du football français pour arrêter des mesures visant à endiguer les incidents à répétition en Ligue 1. Les bouteilles en plastique seront également interdites dans les stades au 1er juillet 2022.", + "content": "Le Marseillais Dimitri Payet lors d’une rencontre entr l’OM et l’OL, après avoir reçu une bouteille en plastique lancée depuis les tribunes, le 21 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/18/le-negociateur-du-brexit-david-frost-demissionne-du-gouvernement-britannique_6106658_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/16/violences-dans-le-football-le-match-definitivement-interrompu-quand-un-joueur-sera-blesse_6106276_3242.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 23:41:30 +0100", + "pubDate": "Thu, 16 Dec 2021 10:31:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260077,16 +286022,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "347e0e819ca87b1a50c3bb4e9aa8c0ea" + "hash": "f9f57488fae8674b4c917b8c05fb8134" }, { - "title": "Plus de 25 000 manifestants anti-passe sanitaire en France, en léger rebond", - "description": "Le ministère de l’intérieur a recensé 131 actions sur tout le territoire. Les manifestants protestaient alors que le gouvernement a annoncé un durcissement des mesures pour lutter contre l’épidémie.", - "content": "Un manifestant tient une pancarte sur laquelle on peut lire « Non au passeport sanitaire », lors d’une manifestations des Patriotes, à Paris, France, le 18 décembre 2021.", + "title": "La Fed prévoit trois hausses de taux en 2022, alors que l’inflation lamine le pouvoir d’achat des Américains", + "description": "La banque centrale américaine prévoit que les taux directeurs passeront en moyenne à 0,9 % fin 2022, à 1,6 % fin 2023 avec deux hausses prévues dans l’année, puis à 2,1 % en 2024 avec deux hausses également et enfin 2,5 % à long terme.", + "content": "Le bâtiment de la Réserve fédérale, à Washington, en avril 2020.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/18/plus-de-25-000-manifestants-anti-passe-sanitaire-en-france-en-leger-rebond_6106656_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/16/face-a-la-remontee-de-l-inflation-qui-lamine-le-pouvoir-d-achat-des-americains-la-fed-prevoit-trois-hausses-de-taux-en-2022_6106275_3234.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 22:42:59 +0100", + "pubDate": "Thu, 16 Dec 2021 10:30:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260098,16 +286043,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdd94c371f9a3214b3d1d3f0d7976d9d" + "hash": "68806e2c641df4edc84da34dce1e5df7" }, { - "title": "Des manifestations antiracistes partout en France pour la régularisation des sans-papiers", - "description": "A Dunkerque, Paris, Bordeaux ou Montpellier, des manifestants se sont inquiétés de « la montée des idées d’extrême droite ». Dans la capitale, les autorités ont dénombré 2 300 manifestants, selon une source policière.", - "content": "Des manifestants défilent en faveur de la régularisation des sans-papiers, dans le cadre d’un mouvement « antiracisme et solidarité », le jour de la Journée internationale des migrants, à Paris, le 18 décembre 2021.", + "title": "Affaire Delphine Jubillar : un an après sa disparition, le mystère reste entier", + "description": "La jeune femme de 33 ans n’a plus donné signe de vie depuis la nuit du 15 au 16 décembre 2020, après une dispute avec son mari à leur domicile. Mercredi, la nouvelle compagne de Cédric Jubillar a été placée en garde à vue à la suite de soupçons de « recel de cadavre ».", + "content": "La maison de Delphine Jubillar, qui a disparu dans la nuit du 15 décembre 2020, à Cagnac-les-Mines (Tarn), le 22 décembre 2020.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/18/des-manifestations-antiracistes-partout-en-france-pour-la-regularisation-des-sans-papiers_6106655_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/16/un-an-apres-le-mystere-de-la-disparition-de-delphine-jubillar-reste-entier_6106232_3224.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 21:01:19 +0100", + "pubDate": "Thu, 16 Dec 2021 03:02:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260119,16 +286064,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "30231661a9c6c60dd9b3d89a3cb4869a" + "hash": "a353f989f3bb29356d0fb05004b8a92b" }, { - "title": "L’ancien chroniqueur du « Monde » et critique littéraire Pierre Lepape est mort", - "description": "Journaliste, critique littéraire, biographe, essayiste, Pierre Lepape est mort samedi à l’âge de 80 ans à l’hôpital Saint-Antoine de Paris.", - "content": "Une photo prise le 7 mars 2013 montre la façade du siège du journal Le Monde à Paris.", + "title": "Entretien d’Emmanuel Macron sur TF1 et LCI : un président « égocentré » et un exercice de « propagande », dénoncent les oppositions", + "description": "Au lendemain de l’entretien fleuve du chef de l’Etat diffusé mercredi, plusieurs candidats à l’élection présidentielle et dirigeants de partis d’opposition ont critiqué le fond comme la forme de l’exercice télévisuel.", + "content": "Le président de la République, Emmanuel Macron, lors de son interview à l’Elysée, le 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/18/l-ancien-chroniqueur-du-monde-et-critique-litteraire-pierre-lepape-est-mort_6106653_3382.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/16/entretien-d-emmanuel-macron-sur-tf1-et-lci-un-president-egocentre-et-un-exercice-de-propagande-denoncent-les-oppositions_6106268_823448.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 20:37:17 +0100", + "pubDate": "Thu, 16 Dec 2021 09:39:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260140,16 +286085,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aaa1d66115a04238a93f3f9bff9689e7" + "hash": "33b27ad714fc1110b9c986044becfdd8" }, { - "title": "Variant Omicron : le premier ministre des Pays-Bas annonce un « confinement » à partir de dimanche", - "description": "L’annonce du premier ministre néerlandais, Mark Rutte, intervient alors que le pays tenter d’enrayer une forte augmentation des cas de Covid-19 dus à cette mutation du coronavirus.", - "content": "Le premier ministre néerlandais, Mark Rutte, lors d’une conférence de presse le 14 décembre 2021 à La Haye.", + "title": "Covid-19 : la France durcit les conditions d’entrée pour les voyages à destination et en provenance du Royaume-Uni", + "description": "Le gouvernement français a annoncé jeudi rétablir, à compter de samedi, l’obligation de « motifs impérieux » pour les voyageurs en partance ou de retour du Royaume-Uni face à « la diffusion extrêmement rapide du variant Omicron » dans ce pays.", + "content": "Un passager à l’aéroport de Roissy-Charles-de-Gaulle, près de Paris, le 2 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/18/variant-omicron-le-premier-ministre-des-pays-bas-annonce-un-confinement-a-partir-de-dimanche_6106650_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/16/covid-19-la-france-durcit-les-conditions-d-entree-pour-les-voyageurs-en-provenance-du-royaume-uni_6106265_3244.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 19:27:39 +0100", + "pubDate": "Thu, 16 Dec 2021 09:25:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260161,16 +286106,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6ef95a5495c5ef7ee30d9976a1f2137b" + "hash": "1b03abe9c871e763a4573698cb024f75" }, { - "title": "Laurent Bouvet, cofondateur du Printemps républicain, est mort", - "description": "Le politiste avait notamment été à l’origine de la création du mouvement prônant une vision stricte de la laïcité. Il est mort samedi à 52 ans des suites d’une longue maladie.", - "content": "Laurent Bouvet, lors de l’université d’été du PS à La Rochelle, le 25 août 2012.", + "title": "Droits voisins : Google veut faire la paix avec les agences de presse et les éditeurs", + "description": "Le géant américain du numérique fait siennes les injonctions formulées en 2020 par l’Autorité de la concurrence, espérant « tourner la page » de deux années de conflit avec les journaux et les agences de presse.", + "content": "A Mountain View, en Californie, en septembre 2019.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/18/laurent-bouvet-cofondateur-du-printemps-republicain-est-mort_6106645_3382.html", + "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/16/droits-voisins-google-veut-faire-la-paix-avec-les-agences-de-presse-et-les-editeurs_6106264_3236.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 18:55:05 +0100", + "pubDate": "Thu, 16 Dec 2021 09:08:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260182,16 +286127,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba9542684d5250d6a11a4656e485272b" + "hash": "f172446a1d46182a2b834b73159fd255" }, { - "title": "A Saint-Denis, Christiane Taubira suscite l’espoir de ses soutiens et amende sa position vis-à-vis du vaccin contre le Covid-19", - "description": "L’ancienne ministre de la justice, qui a déclaré vendredi « envisager » une candidature à la présidentielle, était samedi en Seine-Saint-Denis. L’occasion de s’afficher avec ses partisans et de clarifier sa position sur la vaccination contre le Covid-19 après un moment de flou.", - "content": "Christiane Taubira au lendemain de l’annonce de son éventuelle candidature à l’élection présidentielle de 2022, sur le marché de Noël de Saint-Denis (Seine-Saint-Denis), le 18 décembre 2021.", + "title": "Election présidentielle 2022 : le pouvoir d’achat, enjeu-clé de la campagne", + "description": "Plutôt qu’un calcul détaillé comme celui du gouvernement ou des économistes, « le pouvoir d’achat, c’est le petit plus que l’on s’offre quand on a tout payé », selon une note du think tank Terra Nova publiée jeudi.", + "content": "Une caissière dans un supermarché de Montpellier (Herault), le 30 mars 2020.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/18/a-saint-denis-christiane-taubira-suscite-l-espoir-de-ses-soutiens-et-reste-prudente-sur-la-politique-vaccinale_6106641_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/16/pouvoir-d-achat-un-enjeu-cle-de-la-campagne-presidentielle_6106262_823448.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 17:36:43 +0100", + "pubDate": "Thu, 16 Dec 2021 08:49:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260203,16 +286148,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c780d6b97dd59760f582b6bcd85d88ca" + "hash": "c895a2483f38f7e1d941b200768c3eec" }, { - "title": "Biathlon : Quentin Fillon-Maillet, impérial, s’impose lors de la poursuite du Grand-Bornand", - "description": "Avec sa victoire, le biathlète français récupère le dossard jaune du leader au classement général de la Coupe du monde. Plus tôt, Julia Simon avait fini deuxième chez les femmes.", - "content": "Le Français Quentin Fillon lors de sa victoire dans la poursuite du Grand-Bornand, le 18 décembre.", + "title": "Aux Pays-Bas, « Rutte 4 » démarre avec la même équipe, mais sur des bases différentes", + "description": "L’accord de gouvernement conclu par le premier ministre, Mark Rutte, fruit de neuf mois de laborieuses négociations, prévoit de respecter le principe de neutralité carbone en 2050 et de réduire les inégalités, avec des investissements dans les secteurs de l’éducation et du logement.", + "content": "Mark Rutte (centre), et les leaders de VVD, D66 et CDA, annoncent l’accord de coalition des partis gouvernementaux, à La Haye, le 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/18/biathlon-quentin-fillon-maillet-imperial-s-impose-sur-la-poursuite-du-grand-bornand_6106638_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/16/aux-pays-bas-rutte-4-demarre-avec-la-meme-equipe-mais-sur-des-bases-differentes_6106260_3210.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 16:09:36 +0100", + "pubDate": "Thu, 16 Dec 2021 08:18:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260224,16 +286169,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31a91cccc9a717dbeb35c451ee873a75" + "hash": "f10e104cb04dc23419886655b07ad6f1" }, { - "title": "Christiane Taubira annonce son soutien à la Primaire populaire, « dernier espace pour construire l’union » de la gauche", - "description": "Celle qui a déclaré la veille « envisager » d’être candidate à l’élection présidentielle fait partie des dix candidats sélectionnés par la Primaire populaire, issue d’un collectif ayant pour but de relier les aspirations de la société civile et des partis de gauche.", - "content": "Christiane Taubira a annoncé samedi 18 décembre son soutien à la Primaire populaire.", + "title": "Aux Philippines, le « supertyphon » Rai provoque l’évacuation de plus de 90 000 personnes", + "description": "Initialement attendu dans l’après-midi, le typhon a touché terre dès jeudi matin sur l’île de Siargao, dans le centre des Philippines. Des vents atteignant 195 km/h ont été signalés dans le pays, touché par une vingtaine de typhons par an.", + "content": "Une touriste cherche refuge à Dapa, sur l’île de Mindanao, alors que le typhon Rai arrivait sur les Philippines, le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/18/christiane-taubira-annonce-son-soutien-a-la-primaire-populaire-dernier-espace-pour-construire-l-union-de-la-gauche_6106637_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/16/aux-philippines-le-supertyphon-rai-provoque-l-evacuation-de-plus-de-45-000-personnes_6106259_3210.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 16:05:55 +0100", + "pubDate": "Thu, 16 Dec 2021 08:01:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260245,16 +286190,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c80370614c888f5156df5d58f0c685d9" + "hash": "9772ab3823dbd43dd43240789cafe8ee" }, { - "title": "Interrogé sur la différence entre passe vaccinal et obligation vaccinale, le ministre de la santé a revendiqué pour la première fois sans détour le choix du gouvernement.", - "description": "Interrogé par le média Brut sur la différence entre passe vaccinal et obligation vaccinale, le ministre de la santé a assumé le choix du gouvernement, estimant qu’il était plus efficace.", - "content": "Olivier Veran, le ministre  français de la santé, à Paris, le 1er décembre 2021.", + "title": "Selon Reporters sans frontières, 488 journalistes sont emprisonnés dans le monde", + "description": "C’est le bilan le plus élevé depuis 1995. Selon l’ONG de défense de la liberté de la presse, trois pays en sont les principaux responsables : la Birmanie, la Biélorussie et la Chine.", + "content": "Le journaliste Olivier Dubois (photographié ici au cours d’un reportage, à Nioro, au Mali, en septembre 2020) est retenu depuis avril au Mali.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/18/marine-le-pen-s-oppose-au-passe-vaccinal-et-denonce-un-plus-grand-enfermement-des-francais_6106607_823448.html", + "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/16/selon-reporters-sans-frontieres-488-journalistes-sont-emprisonnes-dans-le-monde_6106252_3236.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 09:20:23 +0100", + "pubDate": "Thu, 16 Dec 2021 06:39:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260266,16 +286211,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb927a46e2b5e6d5630e88b6f6d5c346" + "hash": "37fb8f1190435d238018b319c1589bc1" }, { - "title": "Arrêt du match Paris FC-OL : Lyon interdit les déplacements de ses groupes de supporteurs", - "description": "La décision des dirigeants lyonnais intervient alors que des violences en tribunes ont provoqué, vendredi, l’interruption définitive de la rencontre de Coupe de France.", - "content": "Lors du match de Coupe de France entre le Paris FC et l’Olympique lyonnais (OL), au stade Charléty, à Paris, le 17 décembre 2021.", + "title": "Assassinat de JFK : des milliers de documents du FBI et de la CIA déclassifiés", + "description": "Les rapports montrent que les enquêteurs ont multiplié les pistes. Selon la conclusion de l’enquête, le président américain a été tué par Lee Harvey Oswald.", + "content": "John F. Kennedy et sa femme, Jacqueline Bouvier Kennedy, à Dallas (Texas), le 22 novembre 1963, peu avant l’assassinat du président américain.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/18/apres-les-incidents-lors-du-match-face-au-paris-fc-l-ol-interdit-les-deplacements-de-ses-groupes-de-supporteurs_6106626_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/16/assassinat-de-jfk-des-milliers-de-documents-du-fbi-et-de-la-cia-declassifies_6106249_3210.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 12:59:14 +0100", + "pubDate": "Thu, 16 Dec 2021 06:09:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260287,16 +286232,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "493bb374ca8ff7cdfba84237f56270a9" + "hash": "9ec7f45e33423b7a0ecba7cd2a55b562" }, { - "title": "Après un superbe début de saison, l’Italienne s’est à nouveau imposée, samedi, sur la descente dans la station savoyarde. Elle pourrait réaliser le doublé en cas de succès sur le Super-G, dimanche.", - "description": "Après un superbe début de saison, l’Italienne s’est à nouveau imposée, samedi, sur la descente dans la station savoyarde. Elle pourrait réaliser le doublé en cas de succès sur le Super-G, dimanche.", - "content": "Sofia Goggia, après sa victoire sur le Super-G de Lake Louise (Canada), le 5 décembre 2021.", + "title": "Après la COP26, le Haut Conseil pour le climat appelle la France à accélérer ses efforts et renforcer ses objectifs", + "description": "L’instance indépendante exhorte aussi le pays à retrouver un leadership international sur le climat et demande une « opérationnalisation » des plans d’action des ministères.", + "content": "Des manifestants demandant des mesures plus ambitieuses pour lutter contre le changement climatique, à Paris, en mai 2021.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/18/ski-alpin-reine-de-la-vitesse-sofia-goggia-s-est-assagie-pour-rester-au-sommet_6106588_3242.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/16/le-haut-conseil-pour-le-climat-appelle-la-france-a-accelerer-ses-efforts-et-renforcer-ses-objectifs_6106247_3244.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 06:00:16 +0100", + "pubDate": "Thu, 16 Dec 2021 06:00:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260308,16 +286253,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cac9c948622f893a6f0d157cc0e32700" + "hash": "114facf7fbfd87cb67e93ab1ab7d1455" }, { - "title": "En Afghanistan, les talibans vont recommencer à délivrer des passeports", - "description": "La reprise de la délivrance des passeports constitue un test de la bonne volonté des talibans, lesquels se sont engagés auprès de la communauté internationale à laisser partir leurs compatriotes qui le souhaitent et disposent de visas valides.", - "content": "Des combattants talibans gardent un point de contrôle dans une rue de Kaboul, la capitale afghane, le 17 décembre 2021.", + "title": "Présidentielle 2022 : sur TF1, le presque candidat Emmanuel Macron joue la carte de l’empathie avec les Français", + "description": "Le chef de l’Etat a dressé le bilan de son quinquennat, regrettant certaines de ses petites phrases et renonçant à la réforme des retraites. Mais il a également assumé sa politique économique et égratigné ses potentiels rivaux lors de l’élection.", + "content": "Emmanuel Macron face aux journalistes de TF1 et LCI, au palais de l’Elysée, lors d’un entretien préenregistré et diffusé mercredi 15 décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/18/en-afghanistan-les-talibans-vont-recommencer-a-delivrer-des-passeports_6106621_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/16/presidentielle-2022-sur-tf1-le-presque-candidat-emmanuel-macron-joue-la-carte-de-l-empathie-avec-les-francais_6106243_6059010.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 11:43:43 +0100", + "pubDate": "Thu, 16 Dec 2021 05:46:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260329,16 +286274,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2569e48bc43cabc327fc3393409ae0a7" + "hash": "1ac6bbd9575517b1c19cf8d4a8a52c41" }, { - "title": "Covid-19 : le feu d’artifice et les concerts du Nouvel An sur les Champs-Elysées sont annulés", - "description": "La Mairie de Paris a fait part samedi de l’annulation des festivités prévues sur les Champs-Elysées pour la Saint-Sylvestre.", - "content": "L’avenue des Champs-Elysées, à Paris, le 31 décembre 2020.", + "title": "Marée noire en Californie : l’opérateur de l’oléoduc poursuivi pour « négligence »", + "description": "La société texane Amplify Energy a été inculpée par un procureur fédéral mercredi. Une importante fuite de pétrole avait souillé les côtes au sud de Los Angeles en octobre.", + "content": "Nettoyage de la plage de Coronal Del Mar, dans le sud de la Californie, souillée par une marée noire, le 7 octobre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/18/covid-19-le-feu-d-artifice-et-les-concerts-du-nouvel-an-sur-les-champs-elysees-sont-annules_6106619_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/16/maree-noire-en-californie-l-operateur-de-l-oleoduc-poursuivi-pour-negligence_6106239_3244.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 11:24:39 +0100", + "pubDate": "Thu, 16 Dec 2021 04:42:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260350,16 +286295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "66fbc54d28533256520ae20a125c3e00" + "hash": "dd9ecd4ed8176e3987f84a1fe07ae0fc" }, { - "title": "Le garçonnet, prénommé Hamza, a été retrouvé chez la sœur de son père. Ce dernier, qui avait été décrit comme un homme « potentiellement dangereux », a été placé en garde à vue.", - "description": "Le garçonnet, prénommé Hamza, avait été enlevé vendredi soir à Fouquières-lès-Lens, a priori par son père, qui a été placé en garde à vue.", - "content": "« Hamza, garçon, 12 ans, 1,50 mètre, teint mat, brun aux yeux noirs, habillé d’un pyjama gris, d’un pull bleu et d’un manteau noir, a été enlevé à Fouquières-lès-Lens, 27, rue Pasteur, le 17 décembre 2021 vers 19 h 30 », selon le ministère de l’intérieur.", + "title": "Protection de l’enfance : le Sénat vote pour une meilleure prise en charge des enfants placés", + "description": "Le projet de loi avait déjà été adopté en première lecture par les députés en juillet. Il prévoit notamment un suivi après 18 ans et l’interdiction de l’hébergement des mineurs à l’hôtel.", + "content": "Le projet de loi avait déjà été adopté en première lecture par les députés en juillet. Il prévoit notamment un suivi après 18 ans et l’interdiction de l’hébergement des mineurs à l’hôtel.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/18/declenchement-du-plan-alerte-enlevement-pour-un-enfant-de-12-ans-pres-de-lens_6106594_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/16/protection-de-l-enfance-le-senat-vote-pour-une-meilleure-prise-en-charge-des-enfants-places_6106238_3224.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 07:35:01 +0100", + "pubDate": "Thu, 16 Dec 2021 04:25:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260371,16 +286316,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e56ac49204ba75a8d1701df692b46eb4" + "hash": "736758182e3a0add6ff1f93bec0ebd42" }, { - "title": "Présidentielle 2022 : un scrutin plus imprévisible que jamais, selon la troisième enquête électorale publiée par « Le Monde »", - "description": "Dans l’enquête Ipsos-Sopra Steria en partenariat avec le Cevipof et la Fondation Jean-Jaurès pour « Le Monde », Emmanuel Macron reste en tête et Valérie Pécresse progresse significativement. Les réponses montrent surtout la grande indécision des sondés, puisque 30 % du panel a changé d’avis en deux mois.", - "content": "Des panneaux électoraux à Paris, en mai 2019.", + "title": "Une Française meurt des suites d’une maladie dans un camp pour femmes djihadistes en Syrie", + "description": "Arrivée en 2014 en Syrie et emprisonnée depuis 2019, elle souffrait de diabète depuis plusieurs années. Sa fille de 6 ans est aujourd’hui orpheline.", + "content": "Le camp de Roj (Syrie), où sont détenus les proches de personnes soupçonnées d’appartenir à l’organisation Etat islamique, en mars 2021.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/18/presidentielle-2022-un-scrutin-plus-que-jamais-imprevisible_6106578_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/16/une-francaise-meurt-des-suites-d-une-maladie-dans-un-camp-pour-femmes-djihadistes-en-syrie_6106236_3210.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 04:23:44 +0100", + "pubDate": "Thu, 16 Dec 2021 04:04:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260392,16 +286337,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bfca9f7b85cf364f9fa85451196a71d" + "hash": "ff12b8156ad06f015c262b3b501dc25e" }, { - "title": "Aux Philippines, le bilan du passage du typhon Rai s’alourdit encore, avec au moins 208 morts", - "description": "Les secouristes tentent de fournir de l’eau et de la nourriture aux îles dévastées par ce puissant phénomène naturel, qui a balayé le centre et le sud de l’archipel jeudi et vendredi.", - "content": "Des habitations ravagées par le typhon Rai, à Surigao, à l’extrémité nord de l’île de Mindanao, le 18 décembre 2021.", + "title": "Un NFT de la première page de Wikipedia s’envole à 750 000 dollars aux enchères", + "description": "Il s’agit d’un objet numérique certifié (NFT) de la toute première page éditée sur l’encyclopédie en ligne en 2001. Egalement mis en vente mercredi par Christies, l’ordinateur du fondateur de Wikipedia, Jimmy Wales, est, lui, parti à 187 500 dollars.", + "content": "L’iMac de Jimmy Wales, le fondateur de Wikipedia, a été vendu aux enchères 187 500 dollars, le 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/19/aux-philippines-le-bilan-du-passage-du-typhon-rai-s-alourdit-avec-pres-de-100-morts_6106694_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/16/la-premiere-page-de-wikipedia-s-envole-a-750-000-dollars-aux-encheres_6106234_4408996.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 11:42:51 +0100", + "pubDate": "Thu, 16 Dec 2021 03:28:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260413,16 +286358,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a1c3d9b96dd707911d222ac2ddfba631" + "hash": "3854c59e48759de8e8fa2c789f1879d0" }, { - "title": "Les négociations sur le nucléaire iranien menacées d’enlisement", - "description": "Les Iraniens ont demandé une pause dans les discussions en cours à Vienne, alors que « quelques progrès techniques » ont été enregistrés ces derniers jours.", - "content": "Le secrétaire général adjoint du Service européen pour l’action extérieure (SEAE) Enrique Mora et le négociateur en chef iranien Ali Bagheri (à droite) et les délégations lors de négociations sur le nucléaire iranien, à Vienne, le 17 décembre 2021.", + "title": "Tornades aux Etats-Unis : Joe Biden promet l’aide fédérale aux sinistrés", + "description": "Le président américain s’est rendu mercredi dans le Kentucky, Etat particulièrement touché par les vents violents qui ont traversé le Midwest vendredi. De nouvelles tempêtes frappent actuellement le centre et le nord du pays.", + "content": "Joe Biden donne une conférence de presse à Dawson Springs, dans le Kentucky, mercredi 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/18/les-negociations-sur-le-nucleaire-iranien-menacees-d-enlisement_6106608_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/16/tornades-aux-etats-unis-joe-biden-promet-l-aide-federale-aux-sinistres_6106226_3210.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 09:40:34 +0100", + "pubDate": "Thu, 16 Dec 2021 01:31:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260434,16 +286379,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "87c624577c371821d3916fc8cb0d3865" + "hash": "5b565c62084b5906ac164dff1c271010" }, { - "title": "Covid-19 : la dose de rappel sera obligatoire pour les soignants et les pompiers à partir du 30 janvier, annonce le ministre de la santé", - "description": "La vaccination est déjà obligatoire depuis le 15 septembre pour ces professionnels, mais aucune date limite n’avait été fixée jusqu’ici pour recevoir une nouvelle injection.", - "content": "La vaccination est déjà obligatoire depuis le 15 septembre pour ces professionnels, mais aucune date limite n’avait été fixée jusqu’ici pour recevoir une nouvelle injection.", + "title": "Accident de la route mortel à Paris : le chauffeur de la Tesla mis en examen pour « homicide involontaire »", + "description": "Selon l’avocate du chauffeur de taxi mis en cause, la pédale de frein est restée bloquée. Une personne est morte et 19 autres ont été blessées samedi, dans le 13e arrondissement.", + "content": "Une voiture Tesla dans les rues de Paris, le 14 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/18/covid-19-la-dose-de-rappel-sera-obligatoire-pour-les-soignants-et-les-pompiers-a-partir-du-30-janvier_6106604_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/16/accident-de-la-route-mortel-a-paris-le-chauffeur-de-la-tesla-mis-en-examen-pour-homicide-involontaire_6106221_3224.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 09:01:45 +0100", + "pubDate": "Thu, 16 Dec 2021 00:32:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260455,16 +286400,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c6ac47cb0a3c7e65b9865c706f0ce719" + "hash": "51c955fb65599aa1d7976c1b16d215d6" }, { - "title": "Au Mexique, le projet de référendum sur la révocation du mandat présidentiel mis en pause", - "description": "L’Institut national électoral a invoqué un manque de budget pour organiser en avril la consultation populaire voulue par le président mexicain, Andres Manuel Lopez Obrador, sur son maintien au pouvoir jusqu’en 2024.", - "content": "Le président mexicain, Andres Manuel Lopez Obrador (« AMLO »), le 15 décembre 2021, à Mexico.", + "title": "Une violence « systémique et généralisée » envers les migrants aux frontières européennes", + "description": "Dans un rapport publié jeudi 16 décembre, plusieurs associations de défense du droit d’asile en Europe dénoncent les refoulements illégaux aux frontières internes et externes de l’Europe.", + "content": "Des soldats de l’armée espagnole affrontent des migrants près de la frontière entre le Maroc et l’Espagne, dans l’enclave espagnole de Ceuta, le 18 mai 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/18/au-mexique-le-projet-de-referendum-sur-la-revocation-du-mandat-presidentiel-mis-en-pause_6106597_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/16/une-violence-systemique-et-generalisee-envers-les-migrants-aux-frontieres-europeennes_6106220_3210.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 08:27:24 +0100", + "pubDate": "Thu, 16 Dec 2021 00:15:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260476,16 +286421,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf94e4a95513b4b620cfe232a92c7f1d" + "hash": "f1ed4e6554f60a55e5831565032f8f4c" }, { - "title": "Les championnes olympiques françaises vont tenter d’ajouter un titre à leur incroyable palmarès international, ce dimanche, en Espagne. Coup d'envoi de la rencontre à 17h30.", - "description": "Les championnes olympiques françaises vont tenter d’ajouter un titre à leur incroyable palmarès international, ce dimanche, en Espagne.", - "content": "L’équipe de France célèbre sa victoire face au Danemark, en demi-finale du Mondial de handball, le 17 décembre, en Espagne.", + "title": "Pesticides : l’exposition des Français est en baisse mais reste généralisée", + "description": "L’étude publiée jeudi par Santé publique France (SpF) minimise cependant le niveau d’imprégnation au glyphosate et fait l’impasse sur celui aux néonicotinoïdes.", + "content": "Un agriculteur pulvérise l’herbicide glyphosate Roundup 720 dans un champ, à Saint Germain-sur-Sarthe (Sarthe), en septembre 2019.", "category": "", - "link": "https://www.lemonde.fr/sport/live/2021/12/19/france-norvege-suivez-en-direct-la-finale-du-mondial-feminin-de-handball_6106705_3242.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/16/pesticides-l-exposition-des-francais-est-en-baisse-mais-reste-generalisee_6106219_3244.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 15:30:17 +0100", + "pubDate": "Thu, 16 Dec 2021 00:00:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260497,16 +286442,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c2fae57b61171b16451fa965400c8b9" + "hash": "9fe8f33ff98daca9a9e195a165143fce" }, { - "title": "Coupe de France : Metz tombe à Bergerac, une première réussie pour Dupraz à Saint-Etienne", - "description": "La grosse surprise de ces 32es de finale a été l’élimination des Messins, pensionnaires de Ligue 1, par le club de quatrième division.", - "content": "Les joueurs de Bergerac (N2) célèbrent leur exploit réalisé en 32e de finale de la Coupe de France face à Metz, le 19 décembre 2021.", + "title": "Sur TF1, Emmanuel Macron reste flou concernant une éventuelle candidature en 2022 : « On ne transforme pas un pays en cinq ans »", + "description": "Lors d’un entretien donné à TF1 et LCI à quatre mois de l’élection présidentielle, le président de la République est revenu sur les moments forts de son quinquennat, esquissant certains mea culpa et renonçant à son projet initial de réforme des retraites.", + "content": "Emmanuel Macron répond aux questions des journalistes depuis l’Elysée, lors d’une émission diffusée le 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/19/coupe-de-france-metz-tombe-a-bergerac-une-premiere-reussie-pour-dupraz-a-saint-etienne_6106711_3242.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/15/sur-tf1-emmanuel-macron-reste-flou-sur-une-eventuelle-candidature-en-2022-on-ne-transforme-pas-un-pays-en-cinq-ans_6106217_823448.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 16:59:30 +0100", + "pubDate": "Wed, 15 Dec 2021 23:23:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260518,16 +286463,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "723693d582128101a2f9b6d3798bc0b1" + "hash": "763db0865e63f2de9cb391a408b9d2ad" }, { - "title": "Aux Philippines, le bilan du passage du typhon Rai s’alourdit, avec près de 110 morts", - "description": "Les secouristes tentent de fournir de l’eau et de la nourriture aux îles dévastées par le typhon, qui a balayé le centre et le sud de l’archipel jeudi et vendredi.", - "content": "Des habitations ravagées par le typhon Rai, à Surigao, à l’extrémité nord de l’île de Mindanao, le 18 décembre 2021.", + "title": "Réforme des retraites : Emmanuel Macron confirme l’abandon du texte, avant l’élection présidentielle", + "description": "S’il est toujours en faveur d’une « sortie des régimes spéciaux » au profit de « trois grands régimes », il ne défend plus le passage à un seul système universel.", + "content": "Emmanuel Macron répond aux questions des journalistes Audrey Crespo-Mara et Darius Rochebin à l’Elysée, lors d’une émission enregistrée dimanche 12 décembre et diffusée le 15 décembre sur TF1 et LCI.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/19/aux-philippines-le-bilan-du-passage-du-typhon-rai-s-alourdit-avec-pres-de-100-morts_6106694_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/15/emmanuel-macron-confirme-l-abandon-de-la-reforme-des-retraites-avant-l-election-presidentielle_6106216_823448.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 11:42:51 +0100", + "pubDate": "Wed, 15 Dec 2021 22:53:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260539,16 +286484,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "39bb1ed57196731535cc88c9fe4b515c" + "hash": "611b2d12f574d9d356f66777f1b9e8fe" }, { - "title": "Aux Philippines, le typhon Rai a fait au moins 75 morts", - "description": "Plus de 300 000 personnes ont dû quitter leur foyer à la suite du passage de la tempête, la plus violente de l’année dans le pays.", - "content": "La ville de Surigao, aux Philippines, après le passage du typhon Rai, le 17 décembre 2021.", + "title": "Jean-Michel Aulas, président de l’OL, suspendu pendant 10 matchs après les incidents lors du match contre l’OM", + "description": "Le président de l’Olympique lyonnais se serait montré menaçant envers l’arbitre pour qu’il autorise la reprise du jeu après un incident lors du match contre Marseille, le 21 novembre.", + "content": "Le président de l’Olympique lyonnais, Jean-Michel Aulas, le 15 octobre 2019.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/18/aux-philippines-le-typhon-rai-a-fait-plus-d-une-vingtaine-de-morts_6106589_3244.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/15/incidents-lors-d-ol-om-jean-michel-aulas-sanctionne-de-dix-matchs-de-suspension_6106215_3242.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 06:41:33 +0100", + "pubDate": "Wed, 15 Dec 2021 22:03:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260560,16 +286505,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9538c6a411dfae13d0d2dedca1e2c78" + "hash": "b1620f017c3c56db745882ef4ee9e226" }, { - "title": "Le président du Niger demande à la France d’ouvrir une enquête sur les heurts survenus lors du passage d’un convoi de « Barkhane »", - "description": "Trois personnes avaient été tuées à Téra, à la fin de novembre, dans l’ouest du pays, en marge d’une manifestation d’opposition au convoi militaire français.", - "content": "Le président du Niger, Mohamed Bazoum, à Glasgow, en Ecosse, le 1er novembre 2021.", + "title": "L’équipe de France se qualifie pour les demi-finales du Mondial féminin de handball en battant la Suède", + "description": "Les Bleues ont dominé les Suédoises (31-26), mercredi, en quarts de finale et restent invaincues depuis le début de la compétition.", + "content": "Les Bleues ont dominé les Suédoises (31-26), mercredi, en quarts de finale et restent invaincues depuis le début de la compétition.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/18/le-president-du-niger-demande-a-la-france-d-ouvrir-une-enquete-suite-aux-heurts-lors-du-passage-d-un-convoi-de-barkhane_6106583_3212.html", + "link": "https://www.lemonde.fr/sport/live/2021/12/15/france-suede-suivez-le-quart-de-finale-du-mondial-feminin-de-handball-en-direct_6106196_3242.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 05:33:50 +0100", + "pubDate": "Wed, 15 Dec 2021 18:30:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260581,16 +286526,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df4a1a187f9c033f770d3d8a0089b8ce" + "hash": "84c19907b50176747aa6b20b7ac632b1" }, { - "title": "« Voulons-nous plus de liberté ou plus de sécurité ? » : au procès du 13-Novembre, l’audition très politique de l’ancien patron de la DGSI", - "description": "Patrick Calvar a interrogé, vendredi 17 décembre, le dilemme démocratique que représente la lutte contre le terrorisme et a notamment insisté sur la faiblesse des contrôles aux frontières de l’Union européenne.", - "content": "L’ancien patron de la DGSI Patrick Calvar, lors du procès des attentats du 13-Novembre, à Paris, le 17 décembre 2021.", + "title": "Suivez en direct l’entretien d’Emmanuel Macron sur TF1 et LCI", + "description": "Le président de la République va faire le bilan de son quinquennat, mercredi, à partir de 21 h 05. A quatre mois de l’élection présidentielle, cette interview intitulée « Où va la France ? » est très critiquée par l’opposition.", + "content": "Le président de la République doit faire le bilan de son quinquennat lors de cet entretien diffusé par TF1 et LCI.", "category": "", - "link": "https://www.lemonde.fr/police-justice/article/2021/12/18/voulons-nous-plus-de-liberte-ou-plus-de-securite-au-proces-du-13-novembre-l-audition-tres-politique-de-l-ancien-patron-de-la-dgsi_6106580_1653578.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/live/2021/12/15/entretien-d-emmanuel-macron-sur-tf1-et-lci-suivez-son-interview-en-direct_6106202_6059010.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 04:48:58 +0100", + "pubDate": "Wed, 15 Dec 2021 19:00:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260602,16 +286547,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "66cdc307327326df452b939dbe31e346" + "hash": "67fe71e7642a3be10747dc3096266eb5" }, { - "title": "Aux Etats-Unis, l’obligation vaccinale des salariés rétablie par une cour fédérale", - "description": "Cette mesure, qui concerne les entreprises de plus de 100 employés, avait été suspendue en appel. Elle peut encore être contestée devant la Cour suprême.", - "content": "Des opposants à l’obligation vaccinale des salariés manifestent devant l’hôtel de ville de Phoenix, dans l’Arizona, le 7 décembre 2021.", + "title": "Jean-Luc Mélenchon à la Guadeloupe pour échanger avec les soignants en grève contre l’obligation vaccinale", + "description": "Le candidat à l’élection présidentielle, favorable à la vaccination mais opposé à l’obligation, a dénoncé la responsabilité de l’Etat dans le climat de défiance et salué les soignants mobilisés.", + "content": "Jean-Luc Mélenchon échangeant avec des membres du personnel soignant du CHU de Pointe-à-Pitre, en Guadeloupe, en grève pour protester contre l’obligation vaccinale contre le Covid-19, le 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/18/aux-etats-unis-l-obligation-vaccinale-des-salaries-retablie-par-une-cour-federale_6106579_3244.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/15/jean-luc-melenchon-en-guadeloupe-face-aux-soignants-en-greve-contre-l-obligation-vaccinale_6106211_6059010.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 04:36:14 +0100", + "pubDate": "Wed, 15 Dec 2021 20:42:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260623,16 +286568,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "53abd13a54da72ede402cc718036537a" + "hash": "e557928c1559ed423fba536023966c4f" }, { - "title": "Loire-Atlantique : 400 veaux tués dans l’incendie d’un bâtiment agricole", - "description": "Le feu s’est déclaré vendredi en fin de journée dans une exploitation de Guéméné-Penfao. Deux personnes ont été légèrement incommodées par les fumées.", - "content": "400 veaux ont été piégés dans l’incendie d’un bâtiment agricole de 1 300 m2, à Guéméné-Penfao, en Loire-Atlantique, le 17 décembre 2021.", + "title": "L’autrice afroféministe bell hooks est morte, à l’âge de 69 ans", + "description": "Ses thèmes de prédilection étaient le féminisme, le racisme, la culture, la politique, le genre, l’amour et la spiritualité.", + "content": "Ses thèmes de prédilection étaient le féminisme, le racisme, la culture, la politique, le genre, l’amour et la spiritualité.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/18/loire-atlantique-400-veaux-tues-dans-l-incendie-d-un-batiment-agricole_6106576_3224.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/15/l-autrice-et-critique-afrofeministe-bell-hooks-est-morte_6106209_3382.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 03:54:49 +0100", + "pubDate": "Wed, 15 Dec 2021 19:58:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260644,16 +286589,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa17a36405abcc44d7687887c44ef2c8" + "hash": "c0f01c4d5211ad591e85c411dcc7cc0e" }, { - "title": "Cent trente-huit migrants secourus dans la Manche", - "description": "Deux navires de la marine et deux canots de la SNSM sont intervenus au large des côtes calaisiennes. Les réfugiés tentaient de rejoindre l’Angleterre sur des embarcations de fortune.", - "content": "Un groupe de réfugiés tente de traverser la Manche sur un canot gonflable, le 16 décembre 2021.", + "title": "La réforme de la formation des enseignants entraîne des moyens supplémentaires", + "description": "Sans création de postes, le ministère de l’éducation nationale arrive à dégager des moyens d’enseignement supplémentaires, avec la réforme de la formation des enseignants.", + "content": "Une professeure avec sa classe de seconde MTNE (métier des transitions numériques et énergétiques) au lycée professionnel Philadelphe-de-Gerde, à Pessac (Gironde), le 9 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/18/138-migrants-secourus-dans-la-manche_6106574_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/15/rentree-2022-la-reforme-de-la-formation-des-enseignants-entraine-des-moyens-supplementaires_6106208_3224.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 03:49:49 +0100", + "pubDate": "Wed, 15 Dec 2021 19:50:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260665,16 +286610,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f60aa1e97cbf5a5cc207b7cd860a46d" + "hash": "4d3c76dbcd9277cca0cb2eb6377fdfb8" }, { - "title": "Le TGV, fleuron de la SNCF, concurrencé pour la première fois en France", - "description": "La filiale française de la compagnie italienne Trenitalia a fait rouler ses premiers trains à grande vitesse, Frecciarossa, samedi 18 décembre entre Paris, Lyon et Milan.", - "content": "Le train à grande vitesse italien Frecciarossa (« flèche rouge ») à quai, avant son lancement, à Milan (Italie), le 13 décembre 2008.", + "title": "Dans les Bouches-du-Rhône et le Var, alerte à la pollution aux particules fines jeudi", + "description": "Les autorités conseillent d’éviter les activités physiques et sportives intenses, de maîtriser le chauffage ou encore de privilégier le covoiturage et les transports en commun.", + "content": "Carte d’alerte à la pollution aux particules fines sur le Var et les Bouches-du-Rhône, pour le 16 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/18/le-tgv-fleuron-de-la-sncf-concurrence-pour-la-premiere-fois_6106571_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/15/dans-les-bouches-du-rhone-et-le-var-alerte-a-la-pollution-aux-particules-fines-jeudi_6106207_3244.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 02:40:47 +0100", + "pubDate": "Wed, 15 Dec 2021 19:40:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260686,16 +286631,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c87203733bdbc286afe9a93d89d1327" + "hash": "3884999e5af6a95894fa20db5a6a3046" }, { - "title": "A San Francisco, un quartier placé en état d’urgence pour faire face à la hausse des overdoses", - "description": "Le nombre de décès liés notamment à la prise de fentanyl, un opiacée de synthèse, a explosé depuis un an dans le quartier de Tenderloin, connu pour sa forte population de sans-abri et de toxicomanes.", - "content": "Le quartier de Tenderloin, l’un des plus pauvres de San Francisco, enregistre des décès par overdose presque chaque jour (ici, le 13 avril 2020).", + "title": "George Floyd : Derek Chauvin endosse pour la première fois une part de responsabilité dans le meurtre de l’Afro-Américain", + "description": "L’ancien agent de police de Minneapolis a plaidé coupable de « violation des droits constitutionnels » de M. Floyd, mercredi. Il avait provoqué la mort du quadragénaire en pressant durant neuf minutes son genou contre son cou, malgré ses supplications.", + "content": "L’ancien agent de police de Minneapolis a plaidé coupable de « violation des droits constitutionnels » de M. Floyd, mercredi. Il avait provoqué la mort du quadragénaire en pressant durant neuf minutes son genou contre son cou, malgré ses supplications.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/18/a-san-francisco-un-quartier-place-en-etat-d-urgence-pour-faire-face-a-la-hausse-des-overdoses_6106570_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/15/violences-policieres-derek-chauvin-plaide-coupable-de-violation-des-droits-constitutionnels-de-george-floyd_6106204_3210.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 02:21:51 +0100", + "pubDate": "Wed, 15 Dec 2021 19:08:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260707,16 +286652,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c46ed90a730de7b744ffbb3105606b66" + "hash": "03a954d1381e3151df45627175eb0b6b" }, { - "title": "Assaut du Capitole : un partisan de Donald Trump condamné à cinq ans de prison", - "description": "Robert Scott Palmer avait lancé divers projectiles sur la police pour essayer de pénétrer dans l’enceinte du Congrès, le 6 janvier. Il s’agit de la peine la plus lourde prononcée jusqu’à présent contre l’un des émeutiers.", - "content": "Le 6 janvier 2021, des partisans de Trump avaient convergé vers le Capitole afin de s’introduire dans l’édifice pour empêcher le Congrès de certifier la victoire de Joe Biden à l’élection présidentielle.", + "title": "Israël a frappé des sites chimiques syriens, selon le « Washington Post »", + "description": "D’après le quotidien américain, à l’origine de ces révélations, l’Etat hébreu craint que le régime ne reconstitue son programme d’armes neurotoxiques officiellement dissout en 2013.", + "content": "Bombardements sur la ville de Binnish dans le nord-ouest de la province d’Idlib (Syrie), contrôlée par les rebelles, le 3 août 2020.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/18/assaut-du-capitole-un-partisan-de-trump-condamne-a-cinq-ans-de-prison_6106567_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/15/israel-aurait-frappe-des-sites-chimiques-syriens_6106200_3210.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 01:01:47 +0100", + "pubDate": "Wed, 15 Dec 2021 18:58:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260728,16 +286673,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a5fd2855b27e2f2c58620d16759419c" + "hash": "27727c0cce27a56d8aa887522c7a184c" }, { - "title": "Coupe de France : Paris FC-Lyon définitivement arrêté après des incidents en tribunes", - "description": "Pendant la pause, plusieurs fumigènes ont été lancés aux abords du parcage des supporteurs lyonnais.", - "content": "Des supporteurs marchent sur la pelouse pendant le match opposant le Paris FC à l’Olympique Lyonnais (OL) au stade Charlety à Paris, le 17 décembre 2021.", + "title": "L’université d’Aix-Marseille prépare sa rentrée en distanciel", + "description": "Début janvier, pendant deux semaines, seuls les examens se dérouleront dans les locaux, a annoncé le président de l’université, Eric Berton.", + "content": "Illustration.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/17/coupe-de-france-paris-fc-lyon-interrompu-par-des-incidents-en-tribunes_6106562_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/15/a-l-universite-d-aix-marseille-des-cours-a-distance-pour-permettre-la-tenue-des-examens-en-presentiel_6106198_3224.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 22:49:08 +0100", + "pubDate": "Wed, 15 Dec 2021 18:33:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260749,16 +286694,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1eb6633d6ad15eb367ac68b3afe5e0bf" + "hash": "7073205aecabc4e5b105da430f5c6098" }, { - "title": "Daniel Malgouyres condamné à dix-huit ans de réclusion pour avoir tué un cambrioleur au cours d’une effraction qu’il avait lui-même commanditée", - "description": "L’homme a été reconnu coupable d’avoir organisé en 2017 une tentative d’extorsion sur son épouse lors d’un faux cambriolage de leur propriété située près de Béziers.", - "content": "Le jardin et la maison de Françoise et Daniel Malgouyres, près de Béziers (Hérault), en 2001.", + "title": "Le Parlement adopte le dernier budget du quinquennat d’Emmanuel Macron", + "description": "A quatre mois de l’élection présidentielle, le vote mercredi à l’Assemblée nationale a été l’occasion pour l’opposition de critiquer un budget « électoraliste » soutenu par la majorité.", + "content": "A quatre mois de l’élection présidentielle, le vote mercredi à l’Assemblée nationale a été l’occasion pour l’opposition de critiquer un budget « électoraliste » soutenu par la majorité.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/17/daniel-malgouyres-condamne-a-dix-huit-ans-de-reclusion-pour-avoir-tue-un-cambrioleur-au-cours-d-une-effraction-qu-il-avait-lui-meme-commandite_6106561_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/15/le-parlement-adopte-le-dernier-budget-du-quinquennat-d-emmanuel-macron_6106197_823448.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 22:43:54 +0100", + "pubDate": "Wed, 15 Dec 2021 18:31:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260770,16 +286715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "750f4a328d15c1c5bd82033977828f7e" + "hash": "55fa1265235189a63fa5cb03d3dba21e" }, { - "title": "Un adjoint d’Anne Hidalgo démissionne en raison d’un conflit d’intérêts", - "description": "Dans sa déclaration d’intérêts, Hermano Sanches Ruivo avait affirmé n’être rémunéré que par la mairie, et n’affirme avoir aucune autre activité professionnelle.", - "content": "Dans sa déclaration d’intérêts, Hermano Sanches Ruivo avait affirmé n’être rémunéré que par la mairie, et n’affirme avoir aucune autre activité professionnelle.", + "title": "Selon des informations du « Monde », un nouveau conseil de défense sanitaire doit se tenir vendredi, à 16 heures.", + "description": "Le porte-parole du gouvernement, Gabriel Attal, a dit qu’il pourrait y avoir « de nouvelles décisions d’ici à la fin de la semaine ». Les autorités craignent que près de 4 000 patients se trouvent en réanimation « autour des fêtes ».", + "content": "Dans un hôpital de Bastia (Haute-Corse), le 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/17/un-adjoint-d-anne-hidalgo-demissionne-en-raison-d-un-conflit-d-interets_6106560_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/15/covid-19-4-000-patients-attendus-en-reanimation-autour-des-fetes-selon-gabriel-attal_6106166_3244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 22:07:58 +0100", + "pubDate": "Wed, 15 Dec 2021 14:18:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260791,16 +286736,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d4d1b202cc367925771dccc526f170b" + "hash": "6b038292a8e6a8b1a6c4a9ba8913834b" }, { - "title": "Covid-19 : « passe vaccinal », délai pour la dose de rappel… Ce qu’il faut retenir des annonces de Jean Castex", - "description": "Le premier ministre a annoncé une série de mesures contre la cinquième vague de Covid-19, dont un projet de loi pour que « seule la vaccination (soit) valable dans le passe » sanitaire. Le chef du gouvernement a dit assumer de « faire peser la contrainte sur les non-vaccinés ».", - "content": "Jean Castex, lors de son allocution à Matignon, le 17 décembre.", + "title": "La journaliste vietnamienne Pham Doan Trang condamnée à neuf ans de prison", + "description": "Récompensée à l’étranger par plusieurs prix couronnant sa lutte pour la liberté d’expression, l’écrivaine et blogueuse était accusée de « propagande anti-Etat » et de déclarations « préjudiciables » à la stabilité sociale.", + "content": "Capture d’écran de la journaliste Pham Doan Trang, à partir d’une vidéo de The 88 Project, un groupe de défense des droits qui traque les prisonniers politiques vietnamiens, diffusée sur YouTube.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/17/covid-19-passe-vaccinal-delai-pour-la-dose-de-rappel-ce-qu-il-faut-retenir-des-annonces-de-jean-castex_6106558_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/15/la-journaliste-vietnamienne-pham-doan-trang-condamnee-a-neuf-ans-de-prison_6106192_3210.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 21:09:45 +0100", + "pubDate": "Wed, 15 Dec 2021 17:58:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260812,16 +286757,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "939bf88905d2a56d1a5caaee542507ea" + "hash": "c0d40cc1c389c72fed10d6b7e1789ad4" }, { - "title": "Sur fond de Covid-19, Emmanuel Macron annule un voyage risqué au Mali", - "description": "L’Elysée a mis en avant la crise sanitaire en France pour expliquer l’annulation de la rencontre du chef de l’Etat avec son homologue malien ainsi que de sa visite aux troupes françaises sur place, initialement prévues pour les 20 et 21 décembre.", - "content": "Emmanuel Macron, à Bruxelles, le 17 décembre 2021.", + "title": "Tribune | « Y en a marre » : le coup de colère du joueur Dimitri Payet contre la violence dans les stades de football", + "description": "Le meneur de jeu de l’Olympique de Marseille, victime d’un jet de bouteille lors d’un match contre Lyon, le 21 novembre, dit son exaspération devant l’inertie des instances professionnelles face à la violence dans les stades. Avant la réunion interministérielle prévue jeudi 16 décembre, il les appelle à prendre leurs responsabilités.", + "content": "Le meneur de jeu de l’Olympique de Marseille, victime d’un jet de bouteille lors d’un match contre Lyon, le 21 novembre, dit son exaspération devant l’inertie des instances professionnelles face à la violence dans les stades. Avant la réunion interministérielle prévue jeudi 16 décembre, il les appelle à prendre leurs responsabilités.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/17/sur-fond-de-covid-19-emmanuel-macron-annule-un-voyage-risque-au-mali_6106555_3212.html", + "link": "https://www.lemonde.fr/idees/article/2021/12/15/dimitri-payet-est-ce-que-je-dois-arreter-de-tirer-les-corners-est-ce-que-je-dois-arreter-de-jouer-au-football-dites-moi_6106190_3232.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 20:18:12 +0100", + "pubDate": "Wed, 15 Dec 2021 17:53:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260833,16 +286778,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab784d099843ce4d6480d5f48efe54ac" + "hash": "bdf48fbdd5c888baa1227f166f2b3c2f" }, { - "title": "Jean Castex annonce une loi pour transformer le passe sanitaire en passe vaccinal et « faire peser la contrainte sur les non vaccinés »", - "description": "Alors que le nombre de cas continue de flamber en France, un conseil de défense sanitaire s’est tenu, vendredi 17 décembre. Le premier ministre a par ailleurs annoncé que le délai pour être éligible à une dose de rappel était ramené à 4 mois.", - "content": "Alors que le nombre de cas continue de flamber en France, un conseil de défense sanitaire s’est tenu, vendredi 17 décembre. Le premier ministre a par ailleurs annoncé que le délai pour être éligible à une dose de rappel était ramené à 4 mois.", + "title": "Abaisser la majorité pénale, créer des centres fermés… que valent les propositions des candidats sur la justice des mineurs ?", + "description": "Plusieurs d’entre eux critiquent le laxisme de la répression des plus jeunes. Pourtant, de nombreuses mesures sont déjà appliquées.", + "content": "La justice des mineurs a connu, depuis deux décennies, de nombreuses réformes allant dans le sens d’un durcissement.", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/12/17/covid-19-suivez-la-declaration-de-jean-castex-apres-le-conseil-de-defense-sanitaire_6106548_3244.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/15/abaisser-la-majorite-penale-creer-des-centres-fermes-que-valent-ces-propositions-sur-la-justice-des-mineurs_6106189_4355770.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 19:12:24 +0100", + "pubDate": "Wed, 15 Dec 2021 17:51:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260854,16 +286799,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e4665a117008a5da85f76063fdcae15" + "hash": "092f39b305e81b5eb5f5ab218868ebc5" }, { - "title": "Après le naufrage ayant causé la mort de vingt-sept migrants dans la Manche, une enquête confiée à des juges", - "description": "Les circonstances de ce drame restent encore floues. Des questions se posent notamment sur les appels qu’ont passés les migrants aux autorités françaises et anglaises, quand leur embarcation de fortune a commencé à couler.", - "content": "Les circonstances de ce drame restent encore floues. Des questions se posent notamment sur les appels qu’ont passés les migrants aux autorités françaises et anglaises, quand leur embarcation de fortune a commencé à couler.", + "title": "Covid-19 : la France durcit les conditions d’entrée pour les voyageurs en provenance du Royaume-Uni", + "description": "La durée de validité des tests est réduite à vingt-quatre heures et les déplacements de « tourisme ou professionnels pour des personnes qui ne sont pas résidentes en France seront limités », a annoncé le porte-parole du gouvernement, Gabriel Attal.", + "content": "Un passager à l’aéroport de Roissy-Charles-de-Gaulle, près de Paris, le 2 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/apres-le-naufrage-ayant-cause-la-mort-de-vingt-sept-migrants-dans-la-manche-une-enquete-a-ete-confiee-a-des-juges_6106553_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/16/covid-19-la-france-durcit-les-conditions-d-entree-pour-les-voyageurs-en-provenance-du-royaume-uni_6106265_3244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 19:48:54 +0100", + "pubDate": "Thu, 16 Dec 2021 09:25:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260875,16 +286820,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b65fe8a8ddfe06afdde2f954eac508d6" + "hash": "083c7ddea69b70d926e761894c1036ed" }, { - "title": "Le Conseil d’Etat précise les cas où le droit européen peut être contourné", - "description": "A l’occasion d’un arrêt sur le temps de travail des militaires, les conditions de recours à un « joker national » contre la jurisprudence de la cour de Luxembourg sont explicitées.", - "content": "Le Conseil d’Etat, à Paris.", + "title": "Pouvoir d’achat : un enjeu clé de la campagne présidentielle", + "description": "Plutôt qu’un calcul détaillé comme celui du gouvernement ou des économistes, « le pouvoir d’achat, c’est le petit plus que l’on s’offre quand on a tout payé », selon une note du think tank Terra Nova publiée jeudi.", + "content": "Emmanuel Macron face aux journalistes de TF1 et LCI, au palais de l’Elysée, lors d’un entretien préenregistré et diffusé mercredi 15 décembre.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/17/le-conseil-d-etat-precise-les-cas-ou-le-droit-europeen-peut-etre-contourne_6106551_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/16/pouvoir-d-achat-un-enjeu-cle-de-la-campagne-presidentielle_6106262_823448.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 19:38:06 +0100", + "pubDate": "Thu, 16 Dec 2021 08:49:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260896,16 +286841,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "277f3de7b30ebacec1cc484db09db0d0" + "hash": "37f0c11e6e7eecf87c1da52446348403" }, { - "title": "Un nouveau rapport révèle le fonctionnement de Predator, un logiciel espion conçu par l’entreprise Cytrox", - "description": "Sise en Macédoine du Nord, cette société a récemment été épinglée par Facebook, qui a travaillé en collaboration avec le Citizen Lab et supprimé des faux comptes utilisés pour approcher les victimes de son logiciel.", - "content": "Les chercheurs sont parvenus à étudier deux versions de Predator, l’une développée pour fonctionner sur iOS, le système d’exploitation des appareils mobile d’Apple, et l’autre conçue pour les téléphones Android.", + "title": "Le Haut Conseil pour le climat appelle la France à accélérer ses efforts et renforcer ses objectifs", + "description": "L’instance indépendante exhorte aussi le pays à retrouver un leadership international sur le climat et demande une « opérationnalisation » des plans d’action des ministères.", + "content": "Des manifestants demandant des mesures plus ambitieuses pour lutter contre le changement climatique, à Paris, en mai 2021.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/17/un-nouveau-rapport-revele-le-fonctionnement-de-predator-un-logiciel-espion-concu-par-l-entreprise-cytrox_6106550_4408996.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/16/le-haut-conseil-pour-le-climat-appelle-la-france-a-accelerer-ses-efforts-et-renforcer-ses-objectifs_6106247_3244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 19:13:46 +0100", + "pubDate": "Thu, 16 Dec 2021 06:00:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260917,16 +286862,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "af905d3c0f0c509ab41bd96434fb9af6" + "hash": "1cfeb5c135d6f134299ec9aa23003f62" }, { - "title": "L’équipe de France se qualifie pour la finale du Mondial féminin de handball en battant in extremis le Danemark", - "description": "Les Bleues ont été bousculées par les Danoises avant de finir par s’imposer (23-22), vendredi, en demi-finale. Elles restent invaincues depuis le début de la compétition.", - "content": "Les Bleues ont été bousculées par les Danoises avant de finir par s’imposer (23-22), vendredi, en demi-finale. Elles restent invaincues depuis le début de la compétition.", + "title": "Le nouveau calcul de l’allocation-chômage, entré en vigueur en octobre, a été validé par le Conseil d’Etat", + "description": "Selon une évaluation de l’Unédic, jusqu’à 1,15 million de personnes ouvrant des droits dans l’année suivant l’entrée en vigueur de la réforme toucheraient une allocation mensuelle plus faible (de 17 % en moyenne).", + "content": "Selon une évaluation de l’Unédic, jusqu’à 1,15 million de personnes ouvrant des droits dans l’année suivant l’entrée en vigueur de la réforme toucheraient une allocation mensuelle plus faible (de 17 % en moyenne).", "category": "", - "link": "https://www.lemonde.fr/sport/live/2021/12/17/france-danemark-suivez-la-demi-finale-du-mondial-feminin-de-handball-en-direct_6106506_3242.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/15/assurance-chomage-le-conseil-d-etat-valide-la-reforme-du-calcul-de-l-allocation_6106188_823448.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 15:30:11 +0100", + "pubDate": "Wed, 15 Dec 2021 17:44:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260938,16 +286883,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d498c664b9b1e4226f9c70b7e2b9d52" + "hash": "3f678ecfa97f01aeb9caf3e84fdf4ceb" }, { - "title": "La décennie Kim Jong-un, une ère marquée par les menaces et le repli", - "description": "Plus que les sanctions internationales, la pandémie a mis en échec la stratégie du dirigeant nord-coréen de poursuivre parallèlement ses ambitions nucléaires et le développement économique, entraînant une dépendance plus grande envers la Chine.", - "content": "Des photos des leaders Nord-Coréens Kim Il-sung et Kim Jong-il, à Pyongyang, le 3 décembre 2018.", + "title": "Sergio Agüero annonce sa retraite des terrains de football en raison de problèmes cardiaques", + "description": "Le joueur argentin du FC Barcelone avait fait un malaise cardiaque le 30 octobre au cours d’un match contre le Deportivo Alavés. Il raccroche les crampons à l’âge de 33 ans.", + "content": "L’Argentin Sergio Agüero, évoluant au FC Barcelone, lors du match contre le Deportivo Alavés, le 30 octobre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/kim-jong-un-fete-ses-dix-ans-au-pouvoir-dans-un-pays-referme-sur-lui-meme_6106544_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/15/le-footballeur-argentin-sergio-aguero-annonce-sa-retraite-en-raison-de-problemes-cardiaques_6106186_3242.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:47:17 +0100", + "pubDate": "Wed, 15 Dec 2021 17:05:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260959,16 +286904,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8aa1daf6001e6145fc2bae7cc4a572c3" + "hash": "74310fdbfd24b3fc88bcb726483ce820" }, { - "title": "Le Conseil national de l’ordre des médecins fait appel du blâme infligé au professeur Didier Raoult", - "description": "Un blâme avait été infligé au professeur Didier Raoult en première instance par la chambre disciplinaire de l’ordre des médecins de Nouvelle-Aquitaine – instance indépendante du Conseil national.", - "content": "Didier Raoult, à Marseille, le 27 août.", + "title": "Paris renforce encore son arsenal contre la location touristique professionnelle de type Airbnb", + "description": "En 2022, de nouvelles contraintes seront fixées aux investisseurs qui souhaitent transformer des lieux en meublés touristiques. A plus long terme, la Ville envisage des quotas dans les quartiers tendus.", + "content": "Ian Brossat, l’adjoint au logement à la mairie de Paris, à Paris, en avril 2019.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/17/le-conseil-national-de-l-ordre-des-medecins-fait-appel-du-blame-inflige-au-professeur-didier-raoult_6106541_1650684.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/15/paris-etoffe-encore-son-arsenal-contre-la-location-touristique-professionnelle_6106182_3234.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:17:28 +0100", + "pubDate": "Wed, 15 Dec 2021 16:30:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -260980,16 +286925,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e1dada81288755e47e40e5a14044c28" + "hash": "886ed407b97f8b3575d1483479120a39" }, { - "title": "Election présidentielle 2022 : Emmanuel Macron entame son bilan, Christiane Taubira « envisage » d’être candidate… Le récap politique de la semaine", - "description": "Alors que l’ancienne garde des sceaux a annoncé sa possible candidature à l’élection présidentielle, Anne Hidalgo propose un débat télévisé aux candidats de gauche. De son côté, le chef de l’Etat débute son retour sur expérience.", - "content": "Christiane Taubira, lors du meeting de campagne de Benoît Hamon pour l’élection présidentielle, le 5 février 2017.", + "title": "Les gardes à vue d’Alexandre Benalla et de son épouse ont été prolongées, mercredi. Elles peuvent durer 48 heures.", + "description": "L’ancien conseiller d’Emmanuel Macron et son épouse sont entendus actuellement dans le cadre d’une enquête préliminaire du Parquet national financier.", + "content": "Alexandre Benalla, en septembre 2018.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/17/election-presidentielle-2022-emmanuel-macron-entame-son-bilan-christiane-taubira-envisage-d-etre-candidate-le-recap-politique-de-la-semaine_6106534_6059010.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/14/alexandre-benalla-en-garde-a-vue-pour-des-soupcons-de-corruption-autour-d-un-contrat-de-securite-avec-un-oligarque-russe_6106006_3224.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:00:11 +0100", + "pubDate": "Tue, 14 Dec 2021 13:12:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261001,16 +286946,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d8db6e6d96bc26d80b1a1bd492a7b2a" + "hash": "f561884692767a50dfe7ef8d09ed82a5" }, { - "title": "Affaire Theranos : « Si Elizabeth Holmes est acquittée, rien ne changera dans la culture de la Silicon Valley »", - "description": "Le verdict du procès de la fondatrice de la start-up de biotech américaine a été mis en délibéré. John Carreyrou, le journaliste qui, en 2015, a révélé dans le « Wall Street Journal » que le laboratoire mentait sur la fiabilité de ses machines et avait recours à des appareils concurrents, revient sur l’affaire.", - "content": "Elizabeth Holmes, fondatrice de Theranos, au tribunal de San José, en Californie, le 22 novembre 2021.", + "title": "Un deuxième homme soupçonné d’être impliqué dans les violences contre des militants de SOS Racisme lors du meeting d'Eric Zemmour à Villepinte a été interpellé mercredi.", + "description": "Marc de Cacqueray-Valmenier avait été identifié par plusieurs médias sur les vidéos montrant l’agression à coups de poing et de chaises de militants de SOS-Racisme.", + "content": "Capture vidéo de l’agression des militants de SOS-Racisme par des sympathisants d’Eric Zemmour, à Villepinte (Seine-Saint-Denis), le 5 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/17/affaire-theranos-si-elizabeth-holmes-est-acquittee-rien-ne-changera-dans-la-culture-de-la-silicon-valley_6106530_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/14/violences-au-meeting-d-eric-zemmour-le-leader-presume-des-zouaves-paris-interpelle_6106054_3224.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:33:09 +0100", + "pubDate": "Tue, 14 Dec 2021 20:46:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261022,16 +286967,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3354fc712b6554ad47cdbf84b09783ee" + "hash": "55aa5ec523a7c583b8c979537c4e03f1" }, { - "title": "La région Grand-Est va ouvrir des lignes ferroviaires franco-allemandes à la concurrence", - "description": "Selon l’exécutif de la région, ces lignes représentent un potentiel de développement aujourd’hui sous-utilisé par la SNCF.", - "content": "Selon l’exécutif de la région, ces lignes représentent un potentiel de développement aujourd’hui sous-utilisé par la SNCF.", + "title": "L’appel à la grève SNCF maintenu pour les TGV Sud-Est, la direction prévoit un trafic « très dégradé » ce week-end", + "description": "Alors qu’un compromis était espéré mercredi, la direction de la SNCF a acté l’échec des négociations avec les syndicats qui réclament, notamment, des hausses des salaires, une « prime Covid », ou encore des embauches. Des prévisions de trafic « très dégradé » seront publiées « à 17 heures » mercredi.", + "content": "Alors qu’un compromis était espéré mercredi, la direction de la SNCF a acté l’échec des négociations avec les syndicats qui réclament, notamment, des hausses des salaires, une « prime Covid », ou encore des embauches. Des prévisions de trafic « très dégradé » seront publiées « à 17 heures » mercredi.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/17/la-region-grand-est-va-ouvrir-des-lignes-ferroviaires-franco-allemandes-a-la-concurrence_6106528_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/15/sncf-apres-l-echec-des-negociations-un-trafic-tres-degrade-ce-week-end-sur-les-tgv-sud-est_6106168_3234.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:27:02 +0100", + "pubDate": "Wed, 15 Dec 2021 14:38:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261043,16 +286988,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "afbf4e7bf3cfb77f912f1d90ae07ded1" + "hash": "068913da7ef3c836f178847e2845c38b" }, { - "title": "« Questions politiques » en direct : Barbara Pompili, ministre de la transition écologique, est l’invitée de l’émission", - "description": "La ministre de la transition écologique est l’invité de France Inter, de France Télévisions et du « Monde », dimanche de midi à 13 heures.", - "content": "La ministre de la transition écologique est l’invité de France Inter, de France Télévisions et du « Monde », dimanche de midi à 13 heures.", + "title": "Droits voisins en France : Google propose plusieurs engagements", + "description": "Les éditeurs et agences de presse sont invités à faire part de leurs observations à l’Autorité de la concurrence jusqu’au 31 janvier 2022 au sujet des propositions du géant américain, applicables pour une durée de cinq ans.", + "content": "L’Autorité de la concurrence avait estimé, en juillet, que Google n’avait pas respecté l’injonction de négocier de bonne foi avec les éditeurs, la condamnant à « la plus forte amende » jamais infligée par le « gendarme » français.", "category": "", - "link": "https://www.lemonde.fr/politique/video/2021/12/19/questions-politiques-en-direct-barbara-pompili-ministre-de-la-transition-ecologique-est-l-invitee-de-l-emission_6106695_823448.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/15/droits-voisins-en-france-google-propose-plusieurs-engagements_6106167_4408996.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 11:45:11 +0100", + "pubDate": "Wed, 15 Dec 2021 14:21:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261064,16 +287009,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fa0f15e29f2a1800f41f6f324cbe26e" + "hash": "031e4c7d779dc9fefcc33ca7ba40b3a4" }, { - "title": "L’ONU va lancer une enquête internationale sur les exactions en Ethiopie", - "description": "Une commission d’experts sera chargée d’enquêter et de réunir des preuves sur de possibles crimes contre l’humanité commis dans le cadre du conflit au Tigré.", - "content": "Un véhicule militaire à Kombolcha, en Ethiopie, le 11 décembre 2021.", + "title": "Un Russe condamné à la prison à perpétuité en Allemagne pour le meurtre d’un Géorgien sur ordre présumé du pouvoir russe", + "description": "La Cour de Berlin a reconnu cet homme coupable d’avoir abattu de trois balles un Géorgien issu de la minorité tchétchène, dans un parc de Berlin, le 23 août 2019.", + "content": "Le procès du Russe accusé d’avoir tué un Géorgien dans un parc de Berlin en août 2019 s’est tenu le 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/17/l-onu-va-lancer-une-enquete-internationale-sur-les-exactions-en-ethiopie_6106527_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/15/allemagne-un-russe-condamne-a-perpetuite-pour-le-meurtre-d-un-georgien-sur-ordre-presume-de-moscou_6106164_3210.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 17:17:35 +0100", + "pubDate": "Wed, 15 Dec 2021 13:33:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261085,16 +287030,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b98f762c0262aa8147394613d4deb44" + "hash": "093e6b7056c264c99e22926344829c12" }, { - "title": "Espionnage de François Ruffin : LVMH paie 10 millions d’euros d’amende et évite des poursuites", - "description": "L’ancien directeur du renseignement intérieur est soupçonné d’avoir mobilisé son réseau afin d’espionner François Ruffin, député de La France insoumise et réalisateur de « Merci patron ! », pour le compte de LVMH.", - "content": "Francois Ruffin lors de la séance des questions à l’Assemblée nationale, le 14 décembre 2021.", + "title": "Le variant Omicron entraîne des risques « très élevés », selon une agence sanitaire européenne qui incite à un « renforcement » des restrictions", + "description": "Le Centre européen de prévention et de contrôle des maladies estime que, « dans la situation actuelle, la vaccination seule ne nous permettra pas d’empêcher l’impact du variant Omicron ».", + "content": "Le Centre européen de prévention et de contrôle des maladies estime que, « dans la situation actuelle, la vaccination seule ne nous permettra pas d’empêcher l’impact du variant Omicron ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/17/espionnage-de-francois-ruffin-lvmh-paie-10-millions-d-euros-d-amende-et-evite-des-poursuites_6106518_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/15/covid-19-le-vaccin-de-johnson-amp-johnson-peut-etre-utilise-pour-le-rappel-chez-les-adultes_6106163_3244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 16:37:39 +0100", + "pubDate": "Wed, 15 Dec 2021 13:30:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261106,16 +287051,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "787e227b60cdf2d022e2dac2b3877720" + "hash": "b9e6ef5f17ab5157c76ee55f542dd3e1" }, { - "title": "Licences de pêche : la France va demander à la Commission européenne d’engager une procédure contre le Royaume-uni", - "description": "Il s’agit de poursuivre une « pression politique » sur Londres qui « ne respecte pas à 100 % l’accord », a expliqué le secrétaire d’Etat aux affaires européennes, Clément Beaune. La France attend toujours des autorités britanniques la délivrance de 73 licences à ses pêcheurs.", - "content": "Des pêcheurs français sur leur chalutier participent au blocage du port de Calais, le 26 novembre 2021.", + "title": "L’Etat jugé responsable d’une « faute lourde » pour quatre meurtres commis dans la Drôme et le Vaucluse en 2016", + "description": "Les troubles psychiatriques de l’auteur présumé du quadruple meurtre avaient échappé aux forces de l’ordre et aux services de soin, qui l’avaient pourtant pris en charge.", + "content": "Des gendarmes à Chabeuil, le 26 décembre 2016.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/licences-de-peche-la-france-va-demander-a-la-commission-europeenne-d-engager-une-procedure-contre-le-royaume-uni_6106509_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/15/l-etat-juge-responsable-d-une-faute-lourde-pour-quatre-meurtres-commis-dans-la-drome-et-le-vaucluse-en-2016_6106160_3224.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 15:36:52 +0100", + "pubDate": "Wed, 15 Dec 2021 12:58:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261127,16 +287072,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6efee7dd181e0915e683907d3107f88" + "hash": "4217e6d22d3df5fba34d55c644523d47" }, { - "title": "Enquête | Pratiques dégradantes et arnaques en série : les supplices de l’internationale du porno", - "description": "« Plaintes contre X », troisième volet. L’enquête judiciaire de grande ampleur qui met en cause les pratiques de producteurs et d’acteurs français montre comment, sous couvert d’amateurisme, des sociétés prospèrent sur le dos de leurs sous-traitants et, in fine, sur celui des femmes recrutées pour les tournages.", - "content": "« Plaintes contre X », troisième volet. L’enquête judiciaire de grande ampleur qui met en cause les pratiques de producteurs et d’acteurs français montre comment, sous couvert d’amateurisme, des sociétés prospèrent sur le dos de leurs sous-traitants et, in fine, sur celui des femmes recrutées pour les tournages.", + "title": "Viols en réunion, traite d’êtres humains, proxénétisme : l’enquête qui fait trembler le porno français", + "description": "« Plaintes contre X » : « Le Monde » consacre une enquête en quatre volets à l’affaire de violences sexuelles dans le milieu du porno français. Avec une soixantaine de victimes identifiées, ce dossier judiciaire, qui porte sur des vidéos vues par un très large public, secoue l’industrie du X.", + "content": "« Plaintes contre X » : « Le Monde » consacre une enquête en quatre volets à l’affaire de violences sexuelles dans le milieu du porno français. Avec une soixantaine de victimes identifiées, ce dossier judiciaire, qui porte sur des vidéos vues par un très large public, secoue l’industrie du X.", "category": "", - "link": "https://www.lemonde.fr/police-justice/article/2021/12/17/pratiques-degradantes-et-arnaques-en-serie-les-supplices-de-l-internationale-du-porno_6106457_1653578.html", + "link": "https://www.lemonde.fr/societe/visuel/2021/12/15/viols-en-reunion-traite-d-etres-humains-proxenetisme-l-enquete-qui-fait-trembler-le-porno-francais_6106153_3224.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:00:12 +0100", + "pubDate": "Wed, 15 Dec 2021 11:24:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261148,16 +287093,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40b4729af50f82950609046f1befbb98" + "hash": "cd8c260f55576689d1f69acdfd6137ff" }, { - "title": "Christiane Taubira espère rebattre les cartes à gauche, Yannick Jadot ferme la porte à une primaire", - "description": "L’ancienne garde des sceaux a dit envisager de se présenter à l’élection présidentielle, vendredi, tout en repoussant sa décision définitive à la mi-janvier. A gauche, les candidats ont relancé, chacun de leur côté, les appels au rassemblement.", - "content": "Christiane Taubira, lors du meeting de campagne de Benoît Hamon pour l’élection présidentielle, le 5 février 2017.", + "title": "Des députés appellent les universités à mobiliser leur patrimoine au service du logement des étudiants", + "description": "Les députés Richard Lioger (LRM) et David Corceiro (MoDem) remettent un rapport d’information, mercredi 15 décembre, qui pointe l’insuffisance de l’offre, alors que les rangs ne cessent de gonfler dans l’enseignement supérieur.", + "content": "La résidence universitaire « Ilôt des Poiriers » du Crous de Créteil, à Villetaneuse (Seine-Saint-Denis).", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/17/christiane-taubira-espere-rebattre-les-cartes-a-gauche-anne-hidalgo-veut-travailler-a-une-plate-forme-commune-en-vue-de-l-election-presidentielle_6106500_6059010.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/15/des-deputes-appellent-les-universites-a-mobiliser-leur-patrimoine-au-service-du-logement-des-etudiants_6106157_3224.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:45:45 +0100", + "pubDate": "Wed, 15 Dec 2021 12:00:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261169,16 +287114,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa0e85857d17189d15e0d5a344ef90fb" + "hash": "a3bcb5a9fc8db6103193535cd53b5c57" }, { - "title": "Le Centre national de la musique adopte un nouveau budget de crise", - "description": "Les 194 millions d’euros prévus en 2022 visent à relancer la filière musicale, notamment le spectacle vivant, tout en mettant en place une politique d’investissement destinée aux salles de spectacles et aux festivals.", - "content": "Jean-Philippe Thiellay, le président du Centre national de la musique, en février 2021.", + "title": "Fort rebond attendu de la valeur de la production agricole française en 2021", + "description": "Les céréaliers sont les premiers bénéficiaires de la hausse des cours des matières premières.", + "content": "Un champ de blé, à Saint-Philbert-sur-Risle, dans l’Eure, le 13 août 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/17/le-centre-national-de-la-musique-adopte-un-nouveau-budget-de-crise_6106494_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/15/fort-rebond-attendu-de-la-valeur-de-la-production-agricole-francaise-en-2021_6106156_3234.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:29:02 +0100", + "pubDate": "Wed, 15 Dec 2021 12:00:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261190,16 +287135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd085d5a7be637a841be524dc5471a0c" + "hash": "8292bb0b68b85e964b546fed2becdcfa" }, { - "title": "Malaisie : des inondations provoquent l’évacuation de 22 000 personnes", - "description": "Des pluies diluviennes ont provoqué les crues des rivières qui ont inondé des zones urbaines et bloqué toute circulation sur les routes principales.", - "content": "Des routes inondées à Shah Alam, en Malaisie, le 19 décembre 2021.", + "title": "Ces nouvelles mesures, valables du 16 décembre au 31 janvier, interviennent alors que l’Europe fait face à une nouvelle vague de Covid-19, marquée par une rapide propagation du variant Omicron.", + "description": "Ces nouvelles mesures, valables du 16 décembre au 31 janvier, interviennent alors que l’Europe fait face à une nouvelle vague de Covid-19, marquée par une rapide propagation du variant Omicron.", + "content": "Dans un centre de vaccination anti-Covid-19 de la Croix-Rouge italienne, à Rome, le 29 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/19/malaisie-des-inondations-provoquent-l-evacuation-de-22-000-personnes_6106676_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/14/covid-19-les-pays-bas-ferment-les-ecoles-primaires-une-semaine-plus-tot-par-crainte-du-variant-omicron_6106061_3244.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 06:43:45 +0100", + "pubDate": "Tue, 14 Dec 2021 23:49:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261211,16 +287156,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "849e8028c2f12a691b43632d5e7e3c11" + "hash": "91e72dc98ecb607fb9c3b6af63daaa34" }, { - "title": "Attaque d’un convoi français au Niger : la France a déjà réalisé une enquête, répond Paris à Niamey", - "description": "Le président nigérien, Mohamed Bazoum, avait demandé, vendredi, à la France d’ouvrir une enquête sur les heurts qui se sont déroulés à la fin de novembre sur la route du convoi militaire de la force « Barkhane », et qui pourraient avoir fait trois morts.", - "content": "Le président nigérien, Mohamed Bazoum, avait demandé, vendredi, à la France d’ouvrir une enquête sur les heurts qui se sont déroulés à la fin de novembre sur la route du convoi militaire de la force « Barkhane », et qui pourraient avoir fait trois morts.", + "title": "Disparition de Delphine Jubillar : la compagne actuelle de son mari placée en garde à vue", + "description": "Cette femme de 44 ans est entendue depuis 7 heures du matin dans une gendarmerie du Tarn. Un nouveau rebondissement dans l’affaire de la disparition de l’infirmière de 33 ans.", + "content": "Des collègues et des membres de la famille de Delphine Jubillar participent à une marche blanche à Albi, le 12 juin 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/19/attaque-d-un-convoi-francais-au-niger-la-france-a-deja-realise-une-enquete-repond-paris-a-niamey_6106665_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/15/disparition-de-delphine-jubillar-la-compagne-de-son-mari-placee-en-garde-a-vue_6106151_3224.html", "creator": "", - "pubDate": "Sun, 19 Dec 2021 03:04:20 +0100", + "pubDate": "Wed, 15 Dec 2021 11:13:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261232,16 +287177,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "833294ea24b248163059757215c17166" + "hash": "3853aa55c607a5db8f43d1bc8643a350" }, { - "title": "Le négociateur du Brexit, David Frost, démissionne du gouvernement britannique", - "description": "Dans une lettre publiée par Downing Street, le secrétaire d’Etat évoque ses inquiétudes quant à la « direction » que prend actuellement le gouvernement de Boris Johnson.", - "content": "David Frost à la sortie de Downing Street, à Londres, le 15 septembre 2021.", + "title": "En France, l’année 2021 a été moins chaude que les précédentes, mais elle a été marquée par des anomalies", + "description": "Pour la première fois depuis six ans, le pays n’a pas subi de canicule généralisée. Une forte variabilité mensuelle des températures a été relevée.", + "content": "Des bougies anti-gel protégeant des arbres fruitiers de la chute des températures en dessous de zéro degré, à Westhoffen (Bas-Rhin), en avril 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/18/le-negociateur-du-brexit-david-frost-demissionne-du-gouvernement-britannique_6106658_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/15/climat-l-annee-2021-a-ete-moins-chaude-que-les-precedentes-mais-marquee-par-des-anomalies-en-france_6106147_3244.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 23:41:30 +0100", + "pubDate": "Wed, 15 Dec 2021 11:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261253,16 +287198,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6f86a844802c158d2aeeb39a004cec3f" + "hash": "a84f6362409dec57ee579dcdccdb8494" }, { - "title": "Des manifestations « antiracistes » partout en France pour la régularisation des sans-papiers", - "description": "A Dunkerque, Paris, Bordeaux ou Montpellier, des manifestants se sont inquiétés de « la montée des idées d’extrême droite ». Dans la capitale, les autorités ont dénombré 2 300 manifestants, selon une source policière.", - "content": "Des manifestants défilent en faveur de la régularisation des sans-papiers, dans le cadre d’un mouvement « antiracisme et solidarité », le jour de la Journée internationale des migrants, à Paris, le 18 décembre 2021.", + "title": "Accident en Russie : le patron multimillionnaire de la mine arrêté", + "description": "Le patron du groupe SDS-Ugol, son directeur général, son directeur technique et l’ingénieur en chef de la mine ont été interpellés. Ils sont soupçonnés de violations des normes de sécurité industrielle et d’abus de pouvoir.", + "content": "Lors de l’hommage en mémoire des mineurs morts dans la mine de Kemerovo, en Russie, le 3 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/18/des-manifestations-antiracistes-partout-en-france-pour-la-regularisation-des-sans-papiers_6106655_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/15/accident-en-russie-le-patron-multimillionnaire-de-la-mine-arrete_6106146_3210.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 21:01:19 +0100", + "pubDate": "Wed, 15 Dec 2021 10:59:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261274,16 +287219,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab40efb6efcac47cac53df8fe5e0ea67" + "hash": "9ac7708baf5529d8898abc0cb4b53bbe" }, { - "title": "La Commission européenne ouvre une enquête sur la suppression des vols intérieurs en France", - "description": "Bruxelles a annoncé une « analyse approfondie du dossier », « une étape procédurale » qui ne préjuge pas de la décision finale de la Commission, a précisé un porte-parole.", - "content": "Un avions EasyJet décolle de l’aéroport Charles de Gaulle, près de Paris, le 2 décembre.", + "title": "La sénatrice Esther Benbassa, accusée de harcèlement moral, quitte Europe Ecologie-Les Verts", + "description": "La sénatrice écologiste précise avoir été maintenue « en retrait » du parti après l’article de « Mediapart » publié en juillet, puis suspendue le 30 novembre, « le temps pour le bureau exécutif d’EELV d’organiser à son tour une procédure interne ». Elle quitte le parti sans attendre la conclusion de cette procédure.", + "content": "Esther Benbassa à Saint-Denis (Seine-Saint-Denis), le 30 novembre 2019.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/la-commission-europeenne-ouvre-une-enquete-sur-la-suppression-des-vols-interieurs-en-france_6106491_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/15/la-senatrice-esther-benbassa-accusee-de-harcelement-moral-quitte-europe-ecologie-les-verts_6106143_823448.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:13:07 +0100", + "pubDate": "Wed, 15 Dec 2021 10:55:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261295,16 +287240,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "195dfa25123c71ec4c6c4eff6226d003" + "hash": "ac982dbbeb87dbfd70d24acc1305a17c" }, { - "title": "La Russie présente ses exigences pour limiter l’influence de l’OTAN et des Etats-Unis dans son voisinage", - "description": "Les deux traités présentés proposent notamment d’interdire tout nouvel élargissement de l’Alliance atlantique ainsi que l’établissement de bases militaires américaines dans les pays de l’ancien espace soviétique.", - "content": "Un exercice militaire russe en Crimée, péninsule ukrainienne annexée, le 23 avril 2021.", + "title": "Les eurodéputés prêts à porter Roberta Metsola, une élue anti-IVG, à leur tête", + "description": "La Maltaise, hostile au droit des femmes à disposer de leur corps, est la seule candidate au perchoir du Parlement de Strasbourg.", + "content": "Roberta Metsola dans les bureaux du Parlement européen, à La Valette (Malte), en décembre 2019.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/la-russie-presente-ses-exigences-pour-limiter-l-influence-de-l-otan-et-des-etats-unis-dans-son-voisinage_6106489_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/15/les-eurodeputes-prets-a-porter-roberta-metsola-une-elue-anti-ivg-a-leur-tete_6106142_3210.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:02:49 +0100", + "pubDate": "Wed, 15 Dec 2021 10:55:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261316,16 +287261,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "35952623c0f2df273a6d51c7840a4486" + "hash": "9d69f5b98366a7ec075e626bc6394890" }, { - "title": "Vidéo : Christiane Taubira « envisage » une candidature à l’élection présidentielle", - "description": "Dans une vidéo publiée sur ses réseaux sociaux, l’ancienne garde des sceaux a annoncé, vendredi 17 décembre, qu’elle envisageait d’être candidate à l’élection présidentielle.", - "content": "(FILES) This file photo taken on January 29, 2016 shows former French Justice Minister Christiane Taubira at New York University on January 29, 2016, in New York. Christiane Taubira declared in a video posted on the social networks on December 17, 2021 she is \"considering\" her candidacy for June 2022 presidential elections. (Photo by Jewel Samad / AFP)", + "title": "La lutte du patron français de Generali pour garder le pouvoir", + "description": "Le géant italien de l’assurance a présenté mercredi 15 décembre son nouveau plan stratégique, alors que la reconduction de son son patron, Philippe Donnet, est contestée par deux des plus puissants acteurs du capitalisme italien.", + "content": "Le PDG de Generali Philippe Donnet, le 21 novembre 2018, à Milan.", "category": "", - "link": "https://www.lemonde.fr/politique/video/2021/12/17/video-christiane-taubira-envisage-une-candidature-a-l-election-presidentielle_6106487_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/15/la-lutte-du-patron-francais-de-generali-pour-garder-le-pouvoir_6106141_3234.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:00:17 +0100", + "pubDate": "Wed, 15 Dec 2021 10:51:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261337,16 +287282,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c16e82f04da3e2088022e853bfdf920d" + "hash": "f7e2690640d12e99dfb98755eb8dc1b6" }, { - "title": "Covid-19 : « Le risque d’être infecté tout en étant vacciné a augmenté avec le variant Delta »", - "description": "Un nouveau conseil de défense sanitaire se tient vendredi et devrait acter de nouvelles mesures pour lutter contre l’épidémie. Les journalistes des Décodeurs ont répondu à vos questions sur cette nouvelle vague, marquée par la propagation du variant Omicron.", - "content": "Un nouveau conseil de défense sanitaire se tient vendredi et devrait acter de nouvelles mesures pour lutter contre l’épidémie. Les journalistes des Décodeurs ont répondu à vos questions sur cette nouvelle vague, marquée par la propagation du variant Omicron.", + "title": "Valérie Pécresse concentre les critiques de la majorité présidentielle", + "description": "Depuis sa récente percée dans les sondages, la candidate des Républicains à l’élection présidentielle est attaquée par de nombreux proches d’Emmanuel Macron, notamment sur ses propositions et son positionnement politique.", + "content": "Valérie Pécresse, la candidate des Républicains à l’élection présidentielle, lors de son premier discours, à la Mutualité (Paris), le 11 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/12/17/covid-19-la-cinquieme-vague-de-l-epidemie-se-distingue-t-elle-des-precedentes-posez-vos-questions-a-nos-journalistes_6106480_3244.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/15/mauvais-macron-ou-mechant-ciotti-dame-du-defaire-programme-fou-valerie-pecresse-au-centre-des-critiques-de-la-majorite-presidentielle_6106139_6059010.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 13:30:07 +0100", + "pubDate": "Wed, 15 Dec 2021 10:49:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261358,16 +287303,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef9d8d9082ee4a0b8027e688f27d7698" + "hash": "10daa6e24521c2d97c9729efec871530" }, { - "title": "Affaires PPDA : deux nouvelles procédures judiciaires pour viol", - "description": "Un juge d’instruction va enquêter de nouveau sur des accusations de viol par l’écrivaine Florence Porcel. Une deuxième enquête préliminaire fait suite à une plainte déposée par une femme qui accuse Patrick Poivre d’Arvor de l’avoir violée lors du Festival de Cannes en 1985.", - "content": "Patrick Poivre d'Arvor en 2007, avant le débat entre Ségolène Royal et Nicolas Sarkozy.", + "title": "Covid-19 : à New York, les enfants doivent être vaccinés pour aller au restaurant ou pratiquer un sport scolaire", + "description": "Depuis mardi 14 décembre, les enfants de 5 à 11 ans doivent présenter une preuve de vaccination pour entrer dans un lieu fermé de la ville. Parmi eux, 31 % ont reçu au moins une dose.", + "content": "Des enfants et adultes portent le masque dans les rues de New York, le 14 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/17/affaires-ppda-deux-nouvelles-procedures-judiciaires-pour-viol_6106475_3236.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/15/covid-19-a-new-york-les-enfants-doivent-etre-vaccines-pour-aller-au-restaurant-ou-pratiquer-un-sport-scolaire_6106137_3244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 13:15:45 +0100", + "pubDate": "Wed, 15 Dec 2021 10:43:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261379,16 +287324,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f6387aeb8501421ec986a8ea7ec4373a" + "hash": "bc1e7750b6addcea8f5821e05f76351e" }, { - "title": "La CNIL met en demeure l’entreprise de reconnaissance faciale Clearview", - "description": "Cette société américaine controversée, qui a aspiré des milliards de photographies mises en ligne sur Internet pour alimenter ses algorithmes, fait l’objet de multiples enquêtes dans le monde.", - "content": "En mai 2020, l’ONG Privacy International avait adressé une réclamation de cinquante pages à la CNIL, estimant que Clearview AI ne respectait pas le droit encadrant la collecte et l’utilisation de données personnelles.", + "title": "« Pourquoi personne n’est venu les aider ? » : la détresse des familles des Kurdes morts noyés dans la Manche", + "description": "En Irak, « Le Monde » a rencontré trois familles de victimes du naufrage du 24 novembre. Ce jour-là, 27 passagers étaient morts en tentant de rejoindre l’Angleterre. Elles évoquent le parcours de leurs proches et les raisons qui les ont poussés à vouloir rejoindre le Royaume-Uni, et veulent comprendre pourquoi personne ne les a secourus.", + "content": "Dans la chambre de Maryam Muhammadamin, surnommée Baran, portée disparue lors du naufrage du 24 novembre 2021. A Soran (Kurdistan irakien), le 12 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/17/la-cnil-met-en-demeure-l-entreprise-de-reconnaissance-faciale-clearview_6106474_4408996.html", + "link": "https://www.lemonde.fr/international/article/2021/12/15/ma-fille-est-devenue-la-mariee-de-la-mer-sur-les-traces-des-kurdes-irakiens-noyes-dans-la-manche_6106074_3210.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 13:13:09 +0100", + "pubDate": "Wed, 15 Dec 2021 02:35:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261400,16 +287345,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d74bdd0f2953902b525ba85499b21003" + "hash": "43b0a652a9e8d6b44778bd3ddf74e2dd" }, { - "title": "Déclenchement du plan Alerte enlèvement pour un enfant de 12 ans près de Lens", - "description": "Un garçonnet prénommé Hamza a été enlevé vendredi soir à Fouquières-lès-Lens, dans le Pas-de-Calais. Le père est suspecté d’être l’auteur du rapt.", - "content": "« Hamza, garçon, 12 ans, 1,50 mètre, teint mat, brun aux yeux noirs, habillé d’un pyjama gris, d’un pull bleu et d’un manteau noir, a été enlevé à Fouquières-lès-Lens, 27, rue Pasteur, le 17 décembre 2021 vers 19 h 30 », selon le ministère de l’intérieur.", + "title": "Cinq syndicats français critiquent Solidarnosc pour sa complaisance à l’égard de Marine Le Pen et d’Eric Zemmour", + "description": "La CFDT, la CFTC, la CGT, FO et l’UNSA ont saisi la Confédération européenne des syndicats pour discuter de l’hypothèse d’une exclusion du mouvement polonais de l’organisation internationale.", + "content": "Des militants du syndicat polonais Solidarnosc, lors d’une manifestation au Luxembourg, le 22 octobre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/18/declenchement-du-plan-alerte-enlevement-pour-un-enfant-de-12-ans-pres-de-lens_6106594_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/15/cinq-syndicats-francais-critiquent-solidarnosc-pour-sa-complaisance-a-l-egard-de-marine-le-pen-et-d-eric-zemmour_6106129_823448.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 07:35:01 +0100", + "pubDate": "Wed, 15 Dec 2021 10:21:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261421,16 +287366,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "96be4ac6c2e2bdc83ae5032cc1c90b18" + "hash": "cf3147c490686d8ac0f8f8e679ba1b0b" }, { - "title": "Aux Philippines, le typhon Rai a fait plus d’une vingtaine de morts", - "description": "Plus de 300 000 personnes ont dû quitter leur foyer suite au passage de la tempête la plus violente de l’année dans le pays.", - "content": "La ville de Surigao, aux Philippines, après le passage du typhon Rai, le 17 décembre 2021.", + "title": "Rentrée 2022 : la réforme de la formation des enseignants entraîne des moyens supplémentaires", + "description": "Via une nouvelle formule d’alternance, les étudiants en MEEF pourront passer un tiers de leur temps en classe, augmentant ainsi le taux d’encadrement des élèves.", + "content": "Une professeure avec sa classe de seconde MTNE (métier des transitions numériques et énergétiques) au lycée professionnel Philadelphe-de-Gerde, à Pessac (Gironde), le 9 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/18/aux-philippines-le-typhon-rai-a-fait-plus-d-une-vingtaine-de-morts_6106589_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/15/rentree-2022-la-reforme-de-la-formation-des-enseignants-entraine-des-moyens-supplementaires_6106208_3224.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 06:41:33 +0100", + "pubDate": "Wed, 15 Dec 2021 19:50:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261442,16 +287387,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc1e9bb9179af324bcd793e18f00ff86" + "hash": "1e5bd7a954082cc8353adebb611d0f0b" }, { - "title": "Le président du Niger demande à la France d’ouvrir une enquête suite aux heurts lors du passage d’un convoi de Barkhane", - "description": "Trois personnes avaient été tuées à Téra, fin novembre, dans l’ouest du pays, en marge d’une manifestation d’opposition au convoi militaire français.", - "content": "Le président du Niger, Mohamed Bazoum, à Glasgow, en Écosse, le 1er novembre 2021.", + "title": "France-Suède : les Bleues creusent un premier écart", + "description": "Invaincue depuis le début de la compétition, l’équipe de France féminine affronte la Suède en quarts de finale du Mondial. Suivez ce match en direct.", + "content": "Linn Blohm au duel avec Grace Zaadi Deuna lors du quart de finale du Mondial de handball féminin entre la France et la Suède, à Granollers, le 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/18/le-president-du-niger-demande-a-la-france-d-ouvrir-une-enquete-suite-aux-heurts-lors-du-passage-d-un-convoi-de-barkhane_6106583_3212.html", + "link": "https://www.lemonde.fr/sport/live/2021/12/15/france-suede-suivez-le-quart-de-finale-du-mondial-feminin-de-handball-en-direct_6106196_3242.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 05:33:50 +0100", + "pubDate": "Wed, 15 Dec 2021 18:30:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261463,16 +287408,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2623294d0ed423f9c2eb7bda927de605" + "hash": "20675d6a909b3525334ccf63a9a6ffaa" }, { - "title": "138 migrants secourus dans la Manche", - "description": "Deux navires de la marine et deux canots de la SNSM sont intervenus au large du détroit du Pas-de-Calais. Les réfugiés tentaient de rejoindre l’Angleterre sur des embarcations de fortune.", - "content": "Un groupe de réfugiés tente de traverser la Manche sur un canot gonflable, le 16 décembre 2021.", + "title": "La majorité des syndicats de Renault approuvent le projet social et industriel du groupe en France", + "description": "L’accord triennal prévoit une production de 700 000 voitures et 2 500 embauches d’ici à 2025, mais aussi 1 700 suppressions de postes de cols blancs dans les deux ans.", + "content": "Le logo Renault, à Paris, en 2015.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/18/138-migrants-secourus-dans-la-manche_6106574_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/15/la-majorite-des-syndicats-de-renault-approuvent-le-projet-social-et-industriel-du-groupe-en-france_6106128_3234.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 03:49:49 +0100", + "pubDate": "Wed, 15 Dec 2021 10:19:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261484,16 +287429,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "690c034f77299a2aa874c9b6617991ea" + "hash": "2bfa1ab307baec46c22f563330237aab" }, { - "title": "Assaut du Capitole : un partisan de Trump condamné à cinq ans de prison", - "description": "Robert Scott Palmer, 54 ans, avait lancé divers projectiles sur la police pour essayer de pénétrer dans l’enceinte du Congrès, le 6 janvier. Il s’agit de la peine la plus lourde prononcée jusqu’ici contre un de ces émeutiers.", - "content": "Des partisans de Trump avaient convergé vers le Capitole afin de s’introduire dans l’édifice pour empêcher le Congrès de certifier la victoire de Joe Biden, le 6 janvier 2021.", + "title": "Etats généraux de la justice : les « citoyens » rejoignent les magistrats pour demander plus de moyens", + "description": "L’atelier ouvert aux non-experts sélectionnés parmi des volontaires dans le cadre des états généraux de la justice a rendu, mardi 14 décembre, dix-huit recommandations.", + "content": "Paris, France, le 2 décembre 2021 - Première séquence des ateliers délibératifs de 50 citoyens, dans le cadre des Etats généraux de la justice, se tenant dans l’espace coworking Deskopolitan. Judith Ferrando, codirectrice de Missions publiques, et Haffide Boulakras, magistrat et directeur du programme Procédure pénale numérique (PPN) au ministère de la justice, prennent la parole avant le vote des participants concernant le thème 6.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/18/assaut-du-capitole-un-partisan-de-trump-condamne-a-cinq-ans-de-prison_6106567_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/15/etats-generaux-de-la-justice-les-citoyens-rejoignent-les-magistrats-pour-demander-plus-de-moyens_6106127_3224.html", "creator": "", - "pubDate": "Sat, 18 Dec 2021 01:01:47 +0100", + "pubDate": "Wed, 15 Dec 2021 10:17:37 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261505,16 +287450,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "655c17feba7e0c46a5502f576b027aad" + "hash": "277bc85c9e1583c8bc1d11247da06aee" }, { - "title": "Coup d’Etat présumé à Madagascar : deux Français condamnés à des peines de travaux forcés", - "description": "Paul Rafanoharana et l’ancien colonel de l’armée française Philippe François ont été condamnés à des peines de travaux forcés, de respectivement vingt et dix ans. Ils étaient accusés d’avoir fomenté un coup d’Etat contre le président Rajoelina.", - "content": "Andry Rajoelina, le président malgache, lors de sa cérémonie d’investiture, le 19 janvier 2019.", + "title": "Un double infanticide commis dans une gendarmerie jugé par la cour d’assises de Lyon", + "description": "L’accusée, femme d’un militaire, nie avoir commis le crime, en juin 2018, et plaide la piste d’une intoxication alimentaire. L’accusation met en avant une personnalité mythomane, qui entretenait une relation fusionnelle avec ses deux filles.", + "content": "L’accusée, femme d’un militaire, nie avoir commis le crime, en juin 2018, et plaide la piste d’une intoxication alimentaire. L’accusation met en avant une personnalité mythomane, qui entretenait une relation fusionnelle avec ses deux filles.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/17/coup-d-etat-presume-a-madagascar-deux-francais-condamnes-a-des-peines-de-travaux-forces_6106468_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/15/un-double-infanticide-commis-dans-une-gendarmerie-juge-par-la-cour-d-assises-de-lyon_6106125_3224.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:17:17 +0100", + "pubDate": "Wed, 15 Dec 2021 10:14:37 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261526,16 +287471,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f1c412e742d1f8b44b73cb123fb5953" + "hash": "bda0d57550574c85cb6aaaaa1c6448f5" }, { - "title": "Football : « Ce serait incompréhensible que la CAN n’ait pas lieu »", - "description": "Les pressions de clubs européens, sur fond de pandémie, nourrissent les rumeurs d’une annulation de la Coupe d’Afrique des nations, censée débuter le 9 janvier au Cameroun.", - "content": "Le ministre camerounais des sports, Narcisse Mouelle Kombi, lors de la présentation du trophée de la Coupe d’Afrique des nations de football à Yaoundé, le 7 décembre 2021.", + "title": "Amazon abandonne son projet d’entrepôt à Fournès, dans le Gard, après une mobilisation citoyenne", + "description": "L’opposition d’élus et de citoyens ainsi que le marathon judiciaire ont contraint le groupe américain à renoncer à son centre de tri des colis.", + "content": "Rassemblement de membres de l’association Attac, à Fournès (Gard), le 29 mai 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/17/football-ce-serait-incomprehensible-que-la-can-n-ait-pas-lieu_6106461_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/15/amazon-abandonne-son-projet-d-entrepot-a-fournes-dans-le-gard_6106124_3234.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 12:09:44 +0100", + "pubDate": "Wed, 15 Dec 2021 10:13:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261547,16 +287492,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8eea946539f90ece128fa34561199770" + "hash": "d92361b986057aab918b2ea2e0054529" }, { - "title": "Présidentielle 2022 : Christiane Taubira « envisage d’être candidate ». Suivez en direct les réactions", - "description": "« Je ne serai pas une candidate de plus. Je mettrai toutes mes forces dans les dernières chances de l’union », promet l’ancienne ministre dans un message vidéo posté vendredi sur les réseaux sociaux dans lequel elle donne rendez-vous aux Français « à la mi-janvier ».", - "content": "Christiane Taubira, à New York, en janvier 2016.", + "title": "Au Canada, un plan de 28 milliards d’euros pour réparer les torts subis par les peuples autochtones", + "description": "Grâce à une enveloppe d’une ampleur inédite, le gouvernement de Justin Trudeau espère tourner la page des discriminations infligées depuis le XIXe siècle aux familles des peuples des Premières Nations.", + "content": "Le premier ministre canadien, Justin Trudeau, lors d’une conférence de presse aux côtés de la ministre de la famille, de l’enfance et du développement social, Karina Gould, à Ottawa, le 13 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/live/2021/12/17/election-presidentielle-christiane-taubira-envisage-une-candidature-et-agite-la-gauche_6106447_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/15/au-canada-un-plan-de-28-milliards-d-euros-pour-reparer-les-torts-subis-par-les-peuples-autochtones_6106122_3210.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 11:29:06 +0100", + "pubDate": "Wed, 15 Dec 2021 10:05:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261568,16 +287513,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d81b82f5095cdbf9cec8ce09f550a9a" + "hash": "71727f51c1f4f86bd2ed3717e51abe5c" }, { - "title": "Le « constat plus modéré » du ministère de la santé sur la crise de l’hôpital", - "description": "Face aux estimations alarmantes sur les fermetures de lit, une enquête commandée par Olivier Véran à ses services souligne une relative stabilité dans les capacités d’accueil des établissements, et dans les effectifs.", - "content": "Le ministre de la santé, Olivier Véran, quitte le palais de l’Elysée, le 15 décembre 2021.", + "title": "De la prison ferme pour la « mafia des déchets » dans le Sud-Est", + "description": "Onze prévenus et sept sociétés du bâtiment étaient jugés pour avoir déversé des milliers de tonnes de gravats en pleine nature. La justice a également prononcé de lourdes amendes et une obligation de remettre les terrains pollués en état.", + "content": "Le terrain d’une des victimes de l’affaire des « déballes » sauvages de remblais, à Trans-en-Provence (Var), le 18 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/17/le-constat-plus-modere-du-ministere-de-la-sante-sur-la-crise-de-l-hopital_6106441_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/15/de-la-prison-ferme-pour-la-mafia-des-dechets-dans-le-sud-est_6106119_3244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 11:00:10 +0100", + "pubDate": "Wed, 15 Dec 2021 09:56:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261589,16 +287534,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3a48597460a8a9956fe8b4c35965fde" + "hash": "585a7a681f056186a42504c2be058782" }, { - "title": "Electricité : un nouvel arrêt de centrale nucléaire complique encore le calendrier", - "description": "EDF a annoncé mettre à l’arrêt les deux réacteurs d’exploitation de la centrale de Chooz. Avec l’hiver, les inquiétudes sur l’approvisionnement électrique se font plus fortes.", - "content": "La centrale nucléaire de Chooz (Ardennes), en mai 2017.", + "title": "A Lyon, front commun contre les écologistes à la métropole", + "description": "La nouvelle majorité écologiste est accusée par l’ensemble des groupes d’opposition de réduire leurs pouvoirs au sein des instances métropolitaines.", + "content": "Bruno Bernard, président EELV de la métropole de Lyon, à Lyon, le 2 juillet 2020.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/17/electricite-un-nouvel-arret-de-centrale-nucleaire-complique-encore-le-calendrier_6106438_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/15/a-lyon-front-commun-contre-les-ecologistes-a-la-metropole_6106118_823448.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 10:56:06 +0100", + "pubDate": "Wed, 15 Dec 2021 09:56:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261610,16 +287555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70b6281120b8a3d1ed8aecf5933b6a2c" + "hash": "84cbd4ce90ddb92a5f6f1e13f3d1acd2" }, { - "title": "A Osaka, un grave incendie dans une clinique fait de nombreuses victimes", - "description": "Au moins 27 personnes étaient présumées mortes vendredi après un incendie qui s’est déclaré dans une clinique de la deuxième plus grande métropole du Japon.", - "content": "Des pompiers inspectent les locaux ravagés par l’incendie qui s’est déclenché dans une clinique d’Osaka, le 17 décembre 2021.", + "title": "Covid-19 : la vaccination des 5-11 ans démarre pour les enfants à risque", + "description": "Le gouvernement a ouvert, mercredi, la vaccination aux enfants souffrant de maladies hépatiques chroniques, cardiaques et respiratoires chroniques, neurologiques, d’obésité, de diabète, d’immunodéficience primitive ou atteints de trisomie 21.", + "content": "Un garçon de 11 ans vacciné à Berlin, le 14 décembre 2021, au début de la campagne de vaccination pour les enfants de moins de 12 ans en Allemagne.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/incendie-meurtrier-dans-un-immeuble-a-osaka_6106434_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/15/covid-19-la-vaccination-des-5-11-ans-demarre-pour-les-enfants-a-risque_6106111_3244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 10:51:59 +0100", + "pubDate": "Wed, 15 Dec 2021 09:14:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261631,16 +287576,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "afedb7c3c357e83e393515ce1ad6a960" + "hash": "2044fe665ca002cef6601d14bafc9b3f" }, { - "title": "Moratoire sur les poules pondeuses en cage : un décret du gouvernement contesté", - "description": "Trois ans après la promulgation de la loi EGalim, un décret publié mercredi 15 décembre prévoit que des travaux pourront être effectués dans des bâtiments de poules pondeuses en cage si la production n’augmente pas. Une « trahison » de l’esprit de la loi, selon les associations.", - "content": "Un élevage de poules en cage, en Alsace, en octobre 2005.", + "title": "Buffalo Grill importe en France la chaîne de fast-food Popeyes Louisiana Kitchen pour concurrencer KFC", + "description": "L’enseigne spécialisée dans les grillades de viande s’apprête à déployer en France la chaîne de fast-food, deuxième acteur mondial de la protéine de poulet.", + "content": "Un restaurant de l’enseigne Popeyes Louisiana Kitchen, à Chicago, en mai 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/17/moratoire-sur-les-poules-pondeuses-en-cage-un-decret-du-gouvernement-conteste_6106430_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/15/buffalo-grill-a-l-assaut-du-roi-du-poulet-kfc_6106110_3234.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 10:30:34 +0100", + "pubDate": "Wed, 15 Dec 2021 09:00:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261652,16 +287597,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "979f6e7462e7580d7ec22770ebb44041" + "hash": "933bb6fbfb1f5847c8a3fc80544092dc" }, { - "title": "Le schéma national du maintien de l’ordre révisé par le ministère de l’intérieur", - "description": "Le nouveau texte maintient l’usage controversé de techniques d’encerclement et d’armes de « force intermédiaire » comme le lanceur de balles de défense.", - "content": "Des manifestants font face à des gendarmes lors d’une journée nationale de protestation contre la vaccination obligatoire contre le Covid-19 pour certains travailleurs et le passe sanitaire, à Paris, le 14 août 2021.", + "title": "Covid-19 : le profil du variant Omicron se précise grâce aux premières études en vie réelle", + "description": "En Afrique du Sud, une étude en population réelle confirme la baisse d’efficacité des deux premières doses de vaccin face au variant mais lui attribue une moindre sévérité. Selon une autre étude, menée au Royaume-Uni, le rappel vaccinal rehausse notablement la protection.", + "content": "Dans un laboratoire dédié au séquençage du variant Omicron, au Ndlovu Research Center d’Elandsdoorn-B (Afrique du Sud), le 8 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/17/le-schema-national-du-maintien-de-l-ordre-revise-par-le-ministere-de-l-interieur_6106429_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/15/covid-19-en-afrique-du-sud-le-variant-omicron-resiste-davantage-au-vaccin-mais-se-montre-moins-severe_6106081_3244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 10:30:10 +0100", + "pubDate": "Wed, 15 Dec 2021 04:58:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261673,16 +287618,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4175668e461e75f60f8d67b4c1274fd" + "hash": "0200756d275d0f62307cc6b9d2f8b18e" }, { - "title": "Covid-19 : l’arrivée du variant Omicron relance le débat sur la fracture vaccinale Nord-Sud", - "description": "Alors que 56,5 % de la population mondiale a reçu au moins une dose d’un vaccin contre le Covid-19, ce taux n’est que de 7,5 % dans les pays à faible revenu. Que signifie une telle disparité ? Et comment en amoindrir la portée ?", - "content": "Alors que 56,5 % de la population mondiale a reçu au moins une dose d’un vaccin contre le Covid-19, ce taux n’est que de 7,5 % dans les pays à faible revenu. Que signifie une telle disparité ? Et comment en amoindrir la portée ?", + "title": "Magistrats et greffiers manifestent pour réclamer des moyens « dignes »", + "description": "Cette « mobilisation générale pour la justice », à l’appel de dix-sept organisations, a été massivement suivie dans toute la France.", + "content": "Manifestation de magistrats, avocats et syndicats de travailleurs de la justice devant le ministère de l’économie et des finances, à Paris, le 15 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/17/covid-19-l-arrivee-du-variant-omicron-relance-le-debat-sur-la-fracture-vaccinale-nord-sud_6106385_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/15/magistrats-et-greffiers-manifestent-pour-reclamer-des-moyens-dignes_6106105_3224.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 05:09:00 +0100", + "pubDate": "Wed, 15 Dec 2021 08:19:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261694,16 +287639,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bc8ad4f8c923def937dd9812c4d5ae3" + "hash": "a8ea24d3847d698a44a8f8d3415b1c71" }, { - "title": "Ordonnances Macron sur le dialogue social : la « révolution culturelle » n’a pas eu lieu", - "description": "Un comité d’experts souligne le « découragement de nombre d’élus » depuis la réforme de la négociation collective en septembre 2017.", - "content": "Le secrétaire de la CFDT Laurent Berger et celui de la CGT, Philippe Martinez lors de leur rencontre avec Emmanuel Macron et le ministre des finances Bruno Le Maire, au palais de l’Élysée, le 6 juillet 2021.", + "title": "A Hongkong, un tribunal ordonne la liquidation de la société mère du journal « Apple Daily », symbole du mouvement prodémocratie", + "description": "L’exécutif hongkongais avait demandé, en septembre, la dissolution de la société gérant ce média d’opposition, estimant cette mesure « opportune dans l’intérêt général ».", + "content": "Une édition du journal hongkongais d’opposition « Apple Daily », le 11 août 2020.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/17/ordonnances-macron-sur-le-dialogue-social-la-revolution-culturelle-n-a-pas-eu-lieu_6106426_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/15/a-hongkong-un-tribunal-ordonne-la-liquidation-de-la-societe-mere-du-journal-apple-daily-symbole-du-mouvement-prodemocratie_6106099_3210.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 10:22:24 +0100", + "pubDate": "Wed, 15 Dec 2021 06:49:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261715,16 +287660,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d4922f01c5306ef002f04b8e9811ce4" + "hash": "f9ff52fc410fa338a3f8d0c70567f624" }, { - "title": "Tous les migrants noyés dans la Manche à la fin de novembre ont désormais été identifiés", - "description": "La dernière victime est un homme de nationalité vietnamienne de 29 ans. Parmi les vingt-six autres figurent sept femmes, un adolescent de 16 ans et une fillette de 7 ans.", - "content": "Un groupe de migrants quitte les côtes françaises en direction du Royaume-Uni, le 16 décembre, à bord d’un bateau gonflable comparable à celui des 27 migrants morts à la fin de novembre.", + "title": "NBA : Stephen Curry entre dans l’histoire, en devenant le meilleur marqueur à trois points", + "description": "Le joueur des Golden State Warriors a dépassé Ray Allen en marquant un 2 973e panier à longue distance, mardi soir, à New York. Il lui a fallu 511 matchs de moins que son illustre prédécesseur pour y parvenir.", + "content": "Stephen Curry tire pour 3 points, sa grande spécialité, au Madison Square Garden de New York, le 14 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/tous-les-migrants-noyes-dans-la-manche-a-la-fin-de-novembre-ont-desormais-ete-identifies_6106420_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/15/nba-stephen-curry-entre-dans-l-histoire-en-devenant-le-meilleur-tireur-a-3-points_6106095_3242.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 10:05:25 +0100", + "pubDate": "Wed, 15 Dec 2021 06:08:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261736,16 +287681,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5054dcc8230ac6e6ff8b621b3d4296b6" + "hash": "e82bb961e9145a366d3499ed761bd10b" }, { - "title": "Au procès du double infanticide de Limonest, la mère a reconnu les faits", - "description": "Après avoir longtemps nié, Jamila El Rhoufi a avoué à l’audience, devant la cour d’assises de Lyon, jeudi 16 décembre, avoir étouffé ses deux filles en 2018.", - "content": "Après avoir longtemps nié, Jamila El Rhoufi a avoué à l’audience, devant la cour d’assises de Lyon, jeudi 16 décembre, avoir étouffé ses deux filles en 2018.", + "title": "Passe sanitaire désactivé pour certaines personnes de plus de 65 ans : 10 questions pour comprendre", + "description": "A partir de mercredi, les personnes âgées de 65 ans et plus qui n’auront pas effectué leur dose de rappel sept mois après leur dernière injection perdront leur passe sanitaire.", + "content": "Des agents de sécurité contrôlent les passes sanitaires sur le marché de Noël de Strasbourg, le 3 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/17/au-proces-du-double-infanticide-de-limonest-la-mere-a-reconnu-les-faits_6106416_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/15/passe-sanitaire-desactive-pour-certains-plus-de-65-ans-10-questions-pour-comprendre_6106091_3244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 09:52:46 +0100", + "pubDate": "Wed, 15 Dec 2021 06:00:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261757,16 +287702,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2644ab1555c6911ad61b0cef7de40dde" + "hash": "24a325226f8c26ae8cc4f888ed8f97ec" }, { - "title": "Covid-19 : la vaccination de tous les enfants de 5 à 11 ans approuvée par le Comité d’éthique", - "description": "Le Comité consultatif national d’éthique, qui insiste toutefois sur le libre choix laissé aux parents, exclut d’imposer un passe sanitaire aux enfants.", - "content": "Des écoliers attendent d’entrer en classe, à Lille, le 2 septembre 2021.", + "title": "Négociations sous tension dans l’hôtellerie-restauration", + "description": "Syndicats et employeurs se retrouvent jeudi pour des négociations salariales. Subissant une pénurie de main-d’œuvre qui traduit une crise d’attractivité, le patronat est aussi pressé par le gouvernement.", + "content": "Une terrasse parisienne, en mars 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/17/covid-19-la-vaccination-de-tous-les-enfants-de-5-a-11-ans-approuvee-par-le-comite-d-ethique_6106415_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/15/negociations-sous-tension-dans-l-hotellerie-restauration_6106090_3234.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 09:15:53 +0100", + "pubDate": "Wed, 15 Dec 2021 06:00:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261778,16 +287723,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a29bda9cda0aa90e58bdbac9b2d9f59d" + "hash": "249d2cf1d973f8a2e59f9ba1e4b309c1" }, { - "title": "Lucia Hiriart, la veuve du dictateur chilien Augusto Pinochet, est morte", - "description": "Des Chiliens se sont rassemblés dans le centre de Santiago pour célébrer sa disparition. Elle était considérée comme partie prenante du régime de terreur imposé au Chili par son mari, poursuivi jusqu’à sa mort pour violation des droits de l’homme.", - "content": "Des Chiliens célèbrent la mort de Lucia Hiriart, la veuve du dictateur Pinochet, le 16 décembre 2021 à Santiago.", + "title": "Election présidentielle : Emmanuel Macron au défi de « réinventer » son projet", + "description": "TF1 et LCI doivent diffuser, mercredi soir, un long entretien avec le chef de l’Etat. Tandis que son statut de non-candidat irrite les oppositions, l’entourage du président réfléchit à la tonalité de la future campagne. Pour ses soutiens, promettre de réaliser les réformes non menées ne suffira pas, il faudra apaiser et surprendre. ", + "content": "Des affiches de soutien au futur candidat Emmanuel Macron, dans les rues d’Aulnoye-Aymeries (Nord), le 19 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/lucia-hiriart-la-veuve-du-dictateur-chilien-augusto-pinochet-est-morte_6106413_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/14/election-presidentielle-2022-emmanuel-macron-au-defi-de-reinventer-son-projet_6105939_823448.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 08:56:19 +0100", + "pubDate": "Tue, 14 Dec 2021 04:52:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261799,16 +287744,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd2fafb8df3e88a27c7f133690d8dff8" + "hash": "95e25c664881061862ff6070a8256480" }, { - "title": "Aux Philippines, le supertyphon Rai a fait au moins douze morts", - "description": "Rai est le cyclone le plus puissant ayant frappé les Philippines cette année. Deux personnes ont aussi été blessées, et 300 000 personnes, évacuées.", - "content": "Un enfant joue au milieu des arbres arrachés par le supertyphon Rai, à Dulag, aux Philippines, le 17 décembre 2021.", + "title": "Des marques de joaillerie accusées de financer indirectement la junte militaire en Birmanie en vendant des rubis", + "description": "Van Cleef & Arpels (Richemont) ou Bulgari (LVMH) font partie des entreprises visées par un rapport de l’ONG Global Witness. Mais les négociants estiment qu’il est quasi impossible de connaître la localisation exacte et la date d’extraction des pierres précieuses sur le marché.", + "content": "Un mineur de rubis dans un tunnel de la mine de Mogok, au nord de Mandalay (Birmanie), en mai 2019.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/aux-philippines-le-supertyphon-rai-a-fait-au-moins-un-mort_6106412_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/15/birmanie-les-marques-de-joaillerie-accusees-de-financer-indirectement-la-junte-en-continuant-a-vendre-des-rubis-extraits-dans-le-pays_6106077_3234.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 08:25:03 +0100", + "pubDate": "Wed, 15 Dec 2021 03:23:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261820,16 +287765,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ed8379f0b13a9665a32b0cee603271f7" + "hash": "1a4ad87c363688a726598c9ec3a1d075" }, { - "title": "En Guadeloupe, une cinquantaine d’élus locaux déplorent un « climat de terreur »", - "description": "Dans un communiqué diffusé jeudi soir, ils ont aussi dénoncé « les atteintes inadmissibles à l’intégrité physique de nombreux professionnels de santé ». La grève contre l’obligation vaccinale dure depuis plus d’un mois.", - "content": "Un barrage de voitures calcinées à La Boucan, en Guadeloupe, le 24 novembre 2021.", + "title": "Etats-Unis : six employées de Tesla portent plainte contre l’entreprise pour harcèlement sexuel", + "description": "L’un des avocats des plaignantes dénonce un « problème systémique » chez le constructeur automobile, qui laisserait s’installer une atmosphère propice aux commentaires et actes douteux envers les femmes.", + "content": "L’usine Tesla de Fremont, en Californie, dans laquelle travaillent ou  travaillaient cinq des six femmes qui ont porté plainte, le 14 décembre 2021, pour harcèlement sexuel sur leur lieu de travail.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/17/guadeloupe-une-cinquantaine-d-elus-locaux-deplorent-un-climat-de-terreur_6106399_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/15/etats-unis-six-employees-de-tesla-portent-plainte-contre-l-entreprise-pour-harcelement-sexuel_6106075_3210.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 06:58:03 +0100", + "pubDate": "Wed, 15 Dec 2021 02:55:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261841,16 +287786,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67077a4236cd8d5930b9117535a92812" + "hash": "4e1e84c0a3958e3789e02385ae3298e8" }, { - "title": "Au Royaume-Uni, Boris Johnson assume la « responsabilité » de la sévère défaite de son parti dans une législative partielle", - "description": "Le LibDem, parti europhile, l’emporte dans le North Shropshire, une circonscription rurale normalement acquise aux conservateurs.", - "content": "Boris Johnson, à Londres, le 15 décembre 2021.", + "title": "Koh-Lanta s’achève… sans vainqueur en raison de « manquements au code d’honneur »", + "description": "Ni Claude, ni Laurent n’ont remporté la vingtième saison du jeu de TF1. Les organisateurs du populaire jeu de TF1 ont pris la décision de ne sacrer aucun candidat après avoir découvert que certains d’entre eux se sont procuré de la nourriture « en dehors du cadre de jeu ».", + "content": "Les finalistes de l’émission « Koh-Lanta, la légende », diffusée sur TF1.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/le-parti-de-boris-johnson-severement-battu-dans-une-legislative-partielle_6106398_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/15/la-vingtieme-saison-de-koh-lanta-s-acheve-sans-vainqueur_6106070_3246.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 06:33:02 +0100", + "pubDate": "Wed, 15 Dec 2021 01:55:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261862,16 +287807,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dcd65311a16da3a4ea934397b0b2502" + "hash": "e96892eed3186764665cbfc362e8a02a" }, { - "title": "De New York à Saint-Malo, la grande offensive des villes contre Airbnb", - "description": "Les restrictions à l’endroit des meublés de tourisme ont proliféré en 2021, freinant l’ascension du géant Airbnb. Le dernier acte se jouera à la Commission européenne.", - "content": "Des membres de l’association Alda occupent un meublé touristique permanent à Biarritz (Pyrénées-Atlantiques), le 21 septembre 2021.", + "title": "Accident de la route à Paris : Tesla écarte toute « défaillance technique »", + "description": "L’accident d’une voiture Tesla, samedi, a fait un mort et vingt blessés, dont trois dans un état grave. Une enquête devra déterminer pourquoi le conducteur, qui circulait à vitesse très élevée, a perdu le contrôle de son véhicule.", + "content": "Un taxi parisien dans une Tesla, le 14 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/17/la-grande-offensive-des-villes-contre-airbnb_6106394_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/15/accident-de-la-route-a-paris-tesla-ecarte-toute-defaillance-technique_6106068_3234.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 06:14:44 +0100", + "pubDate": "Wed, 15 Dec 2021 01:09:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261883,16 +287828,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "90d4fc041ed189ce7efb31cf53fb3f03" + "hash": "b562b69b8de33333fe983cb46ff1bdb4" }, { - "title": "Crise des opiacés aux Etats-Unis : un tribunal remet en cause l’immunité de la famille Sackler", - "description": "Les propriétaires du laboratoire Purdue étaient censés échapper aux poursuites en échange du versement de 4,5 milliards de dollars. Purdue commercialise l’OxyContin, à l’origine d’une véritable épidémie d’overdose.", - "content": "Manifestation de victimes de la crise des opiacées devant le ministère de la justice, à Washington, le 3 décembre 2021.", + "title": "Hockey sur glace : le beau parcours de Rouen en Ligue des champions s’arrête en quarts de finale", + "description": "Auteurs d’un résultat nul encourageant au match aller, en Finlande, les Dragons se sont finalement inclinés, à domicile, face à Tampere (4-0). Mais ils sont le premier club français de hockey à avoir atteint ce niveau de la compétition.", + "content": "Auteurs d’un résultat nul encourageant au match aller, en Finlande, les Dragons se sont finalement inclinés, à domicile, face à Tampere (4-0). Mais ils sont le premier club français de hockey à avoir atteint ce niveau de la compétition.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/crise-des-opiacees-aux-etats-unis-un-tribunal-remet-en-cause-l-impunite-de-la-famille-sackler_6106386_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/15/hockey-sur-glace-le-beau-parcours-de-rouen-en-ligue-des-champions-s-arrete-en-quarts-de-finale_6106066_3242.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 05:29:03 +0100", + "pubDate": "Wed, 15 Dec 2021 00:34:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261904,16 +287849,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "edb20143059112784f952dbb0d2047fc" + "hash": "9243747f54d3f8e276f1ef43a143ab54" }, { - "title": "Répression des Ouïgours : le Sénat américain interdit l’importation de produits fabriqués dans le Xinjiang", - "description": "Les élus protestent contre les violations des droits des Ouïgours, soumis au travail forcé dans cette province chinoise. Washington a, par ailleurs, pris des sanctions contre des firmes high-tech chinoises soupçonnées de participer à leur surveillance.", - "content": "Manifestation contre la tenue des Jeux olympiques d’hiver à Pékin, en soutien aux Ouïgours, devant le Chinese Theater, à Los Angeles, le 10 décembre 2021.", + "title": "Variant Omicron : les mesures du gouvernement britannique adoptées, malgré la large rébellion des conservateurs", + "description": "Il s’agit d’une victoire en demi-teinte pour le conservateur Boris Johnson, qui n’avait encore jamais été confronté à autant de dissidences au sein de son propre parti.", + "content": "Le premier ministre britannique, Boris Johnson, lors d’une allocution télévisée, dimanche 12 décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/repression-des-ouigours-le-senat-americain-interdit-l-importation-de-produits-fabriques-dans-le-xinjiang_6106382_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/14/variant-omicron-les-mesures-du-gouvernement-britannique-adoptees-malgre-la-large-rebellion-des-conservateurs_6106060_3210.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 04:57:49 +0100", + "pubDate": "Tue, 14 Dec 2021 22:40:37 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261925,16 +287870,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1123e323ecce9d373a0501b9fe89f98" + "hash": "115fe10979b3ace0cb53e3698a64938b" }, { - "title": "Bruce Springsteen cède la totalité de ses droits musicaux à Sony Music", - "description": "La maison de disques n’a pas précisé le montant, mais la presse américaine parle d’un contrat record d’un demi-milliard de dollars.", - "content": "Bruce Springsteen sur scène, lors de la cérémonie commémorant les attentats du 11 septembre 2001, à New York, le 11 septembre 2021.", + "title": "Alexeï Navalny reçoit le prix Sakharov : y a-t-il une place pour la contestation en Russie ?", + "description": "La fille de l’opposant russe Navalny reçoit pour lui le prix Sakharov 2021, lors d’une cérémonie au Parlement européen. Benoît Vitkine, correspondant du « Monde » à Moscou, répond à vos questions à partir de 13 heures.", + "content": "Alexeï Navalny sortant d’un poste de police, le 18 janvier 2021, à Khimki, dans la banlieue de Moscou, après une décision de justice le condamnant à 30 jours de prison.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/17/bruce-springsteen-cede-la-totalite-de-ses-droits-musicaux-a-sony-music_6106381_3246.html", + "link": "https://www.lemonde.fr/international/live/2021/12/15/alexei-navalny-recoit-le-prix-sakharov-y-a-t-il-une-place-pour-la-contestation-en-russie_6106159_3210.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 04:22:31 +0100", + "pubDate": "Wed, 15 Dec 2021 12:30:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261946,16 +287891,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8f9523b90170dd1b646147468d7e7011" + "hash": "3ad24fe692211a71f9a6b921f920450f" }, { - "title": "Crise en Ukraine : l’OTAN et l’UE mettent en garde Moscou contre de « lourdes conséquences » en cas d’intervention militaire", - "description": "L’Alliance a rejeté la demande de la Russie de fermer la porte de l’adhésion à l’Ukraine. Les dirigeants européens ont, eux, reconduit pour six mois les sanctions à l’encontre de Moscou.", - "content": "Le président ukrainien, Volodymyr Zelensky, et le secrétaire général de l’OTAN, Jens Stoltenberg, lors d’une conférence de presse au sujet de la crise ukrainienne, à Bruxelles, le 16 décembre 2021.", + "title": "Climat : l’année 2021 a été moins chaude que les précédentes mais marquée par des anomalies en France", + "description": "Pour la première fois depuis six ans, le pays n’a pas subi de canicule généralisée. Une forte variabilité mensuelle des températures a été relevée.", + "content": "Des bougies dans un verger de Westhoffen (Bas-Rhin) pour tenter de protéger les arbres fruitiers lors d’un épisode de gelées tardives, le 6 avril 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/crise-ukrainienne-l-otan-et-l-union-europeenne-mettent-en-garde-moscou-contre-de-lourdes-consequences-en-cas-d-intervention-militaire_6106378_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/15/climat-l-annee-2021-a-ete-moins-chaude-que-les-precedentes-mais-marquee-par-des-anomalies-en-france_6106147_3244.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 02:42:14 +0100", + "pubDate": "Wed, 15 Dec 2021 11:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261967,16 +287912,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b01e62b4bcd1e87da9442f4d7e13b3ba" + "hash": "e94c1418e849d393859b29154f57e759" }, { - "title": "Covid-19 dans le monde : pour le G7, Omicron est « la plus grande menace actuelle pour la santé publique »", - "description": "Les ministres de la santé des sept plus grandes puissances mondiales ont souligné la nécessité d’une bonne coopération internationale face à la propagation rapide du variant du coronavirus.", - "content": "Les ministres de la santé des sept plus grandes puissances mondiales ont souligné la nécessité d’une bonne coopération internationale face à la propagation rapide du variant du coronavirus.", + "title": "Buffalo Grill à l’assaut du roi du poulet KFC", + "description": "L’enseigne spécialisée dans les grillades de viande s’apprête à déployer en France la chaîne de fast-food Popeyes Louisiana Kitchen, deuxième acteur mondial de la protéine de poulet.", + "content": "Un restaurant de l’enseigne Popeyes Louisiana Kitchen, à Chicago, en mai 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/17/covid-19-dans-le-monde-pour-le-g7-omicron-est-la-plus-grande-menace-actuelle-pour-la-sante-publique_6106375_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/15/buffalo-grill-a-l-assaut-du-roi-du-poulet-kfc_6106110_3234.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 02:16:14 +0100", + "pubDate": "Wed, 15 Dec 2021 09:00:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -261988,16 +287933,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a873f6e93fb52050a503b9ec990ca80b" + "hash": "64ef426f60b5a3843d24204b0423c165" }, { - "title": "Etats-Unis : le Sénat confirme la nomination de Nicholas Burns comme ambassadeur en Chine", - "description": "Cet ancien ambassadeur auprès de l’OTAN avait été nommé en août par Joe Biden. Sa désignation met fin à plus d’un an de vacance diplomatique à Pékin.", - "content": "Nicholas Burns s’exprime pour défendre sa nomination en tant qu’ambassadeur des Etats-unis en Chine, devant le Congrès, à Washington, le 20 octobre 2021.", + "title": "Justice : magistrats et greffiers manifestent pour réclamer des moyens « dignes »", + "description": "Cette « mobilisation générale pour la justice », à l’appel de 17 organisations, s’annonce massivement suivie mercredi dans toute la France, tant l’expression d’un malaise semble avoir gagné l’ensemble des acteurs judiciaires.", + "content": "L’avocat français et vice-président du Conseil du Barreau de Paris Vincent Niore, l’avocat français et vice-président du Conseil du Barreau de Paris Julie Couturier et l’avocat français et président du Conseil du Barreau de Paris Olivier Cousi manifestent près de l’Assemblée nationale contre le projet de loi « confiance en la justice » concernant le secret professionnel des avocats à Paris, le 16 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/etats-unis-le-senat-confirme-la-nomination-de-nicholas-burns-comme-ambassadeur-en-chine_6106374_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/15/magistrats-et-greffiers-manifestent-pour-reclamer-des-moyens-dignes_6106105_3224.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 01:09:39 +0100", + "pubDate": "Wed, 15 Dec 2021 08:19:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262009,16 +287954,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83733a9314758b6ebe5466c49b25de73" + "hash": "1b0088a62a4e689736f01d9eeaf82c83" }, { - "title": "Le Royaume-Uni et l’Australie ratifient un accord de libre-échange post-Brexit", - "description": "Il s’agit du premier accord de ce type obtenu par Londres depuis sa sortie de l’Union européenne. Jusqu’à présent, à peine 1 % des échanges commerciaux britanniques se faisaient avec l’Australie.", - "content": "Le premier ministre australien, Scott Morrison, et son homologue britannique, Boris Johnson, à Glasgow (Ecosse), le 1er novembre 2021.", + "title": "Birmanie : les marques de joaillerie accusées de financer indirectement la junte en continuant à vendre des rubis extraits dans le pays", + "description": "Van Cleef & Arpels (Richemont) ou Bulgari (LVMH) font partie des entreprises visées par un rapport de l’ONG Global Witness. Mais les négociants estiment qu’il est quasi impossible de connaître la localisation exacte et la date d’extraction des pierres précieuses sur le marché.", + "content": "Un mineur de rubis dans un tunnel de la mine de Mogok, au nord de Mandalay (Birmanie), en mai 2019.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/le-royaume-uni-et-l-australie-ratifient-un-accord-de-libre-echange-post-brexit_6106370_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/15/birmanie-les-marques-de-joaillerie-accusees-de-financer-indirectement-la-junte-en-continuant-a-vendre-des-rubis-extraits-dans-le-pays_6106077_3234.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 00:27:13 +0100", + "pubDate": "Wed, 15 Dec 2021 03:23:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262030,16 +287975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecad5c5d65f7c24e99b9d90fdc299c61" + "hash": "7cef5a70b5c869e2a3f1a406a9c52ae6" }, { - "title": "Le Franco-Rwandais, qui comparaissait depuis le 22 novembre, a transporté des miliciens sur des lieux de massacre, a estimé la cour d’assises de Paris.", - "description": "Le Franco-Rwandais, qui comparaissait depuis le 22 novembre, a transporté des miliciens sur des lieux de massacre, a estimé la cour d’assises de Paris.", - "content": "Dessin d’audience du premier jour du procès de Claude Muhayimana devant la cour d’assises de Paris, le 22 novembre 2021. Le Franco-Rwandais est accusé d’avoir conduit des miliciens sur le lieu de massacres lors du génocide des Tutsi au Rwanda en 1994.", + "title": "Ligue 1 : Pascal Dupraz devient le nouvel entraîneur de Saint-Etienne", + "description": "Il succède à Claude Puel, limogé après une énième déroute contre Rennes (0-5) en Ligue 1 le 5 décembre.", + "content": "Pascal Dupraz lors du match de Coupe de France entre Montpellier et Caen, au stade de la Mosson, à Montpellier, le 19 janvier 2020.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/16/rwanda-quinze-ans-de-prison-requis-contre-claude-muhayimana-pour-complicite-de-genocide_6106272_3212.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/14/ligue-1-pascal-dupraz-devient-le-nouvel-entraineur-de-saint-etienne_6106059_3242.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 10:10:32 +0100", + "pubDate": "Tue, 14 Dec 2021 22:05:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262051,16 +287996,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee2217e72a6b5f024e26759ac8a82a66" + "hash": "9b91aac791898d83143098905e445e38" }, { - "title": "Daniel Malgouyres condamné à dix-huit ans de réclusion pour avoir tué un cambrioleur au cours d’une effraction qu’il avait lui-même commandité", - "description": "Ce vrai-faux cambriolage avait été orchestré afin de voler son épouse, avec qui il était en instance de divorce.", - "content": "Le jardin et la maison de Françoise et Daniel Malgouyres, près de Béziers (Hérault), en 2001.", + "title": "Yannick Jadot tend la main à Anne Hidalgo et affirme qu’elle pourrait « évidemment » être sa première ministre", + "description": "Réitérant son refus d’une primaire à gauche en vue de l’élection présidentielle de 2022, le candidat écologiste a appelé, mardi, la candidate socialiste à se ranger derrière lui.", + "content": "Yannick Jadot lors de son premier meeting de campagne, le 11 decembre 2021, à Laon (Aisne).", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/17/daniel-malgouyres-condamne-a-dix-huit-ans-de-reclusion-pour-avoir-tue-un-cambrioleur-au-cours-d-une-effraction-qu-il-avait-lui-meme-commandite_6106561_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/14/yannick-jadot-tend-la-main-a-anne-hidalgo-et-affirme-qu-elle-pourrait-evidemment-etre-sa-premiere-ministre_6106058_6059010.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 22:43:54 +0100", + "pubDate": "Tue, 14 Dec 2021 21:53:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262072,16 +288017,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0eaf4333535c59fdf379ff8719c9359" + "hash": "672629f3c45a966b1531f64257c562b9" }, { - "title": "Kim Jong-un fête ses dix ans au pouvoir dans un pays refermé sur lui-même", - "description": "Plus que les sanctions internationales, la pandémie a mis en échec la stratégie du dirigeant nord-coréen de poursuivre parallèlement ses ambitions nucléaires et le développement économique. Conséquence : une dépendance plus grande à la Chine", - "content": "(FILES) This file photo taken on December 3, 2018 shows pedestrians walking past the portraits of late North Korean leaders Kim Il Sung and Kim Jong Il a Kim Il Sung square in Pyongyang. After 10 years in power, North Korea's once youthful Kim Jong Un is now one of the world's more experienced leaders, and will look to defy the West for decades to come with his nuclear arsenal, analysts say. - TO GO WITH NKorea-Kim-politics-military-diplomacy,FOCUS by Sunghee Hwang (Photo by ED JONES / AFP) / TO GO WITH NKorea-Kim-politics-military-diplomacy,FOCUS by Sunghee Hwang", + "title": "Violences au meeting d’Eric Zemmour : le leader présumé des Zouaves Paris interpellé", + "description": "Marc de Cacqueray-Valmenier a été arrêté par la brigade de recherche et d’intervention de la Préfecture de police de Paris.", + "content": "Lors du premier meeting de la campagne présidentielle d’Eric Zemmour, à Villepinte, le 5 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/17/kim-jong-un-fete-ses-dix-ans-au-pouvoir-dans-un-pays-referme-sur-lui-meme_6106544_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/14/violences-au-meeting-d-eric-zemmour-le-leader-presume-des-zouaves-paris-interpelle_6106054_3224.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 18:47:17 +0100", + "pubDate": "Tue, 14 Dec 2021 20:46:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262093,16 +288038,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df54fb4b7a54df9adc58c96bff46e49e" + "hash": "7fc4770504a6f997cc7b5b2030bc9b6d" }, { - "title": "Hôtellerie-restauration : le patronat propose une nouvelle grille des salaires avec « une augmentation moyenne de 16 % »", - "description": "Cette grille sera soumise à la signature des organisations syndicales de salariés à partir de lundi et jusqu’au 17 janvier 2022.", - "content": "Le bar restaurant le Dardaillon, aux Vans (Ardèche), le 8 décembre 2021.", + "title": "Assaut du Capitole : la ville de Washington porte plainte contre des groupes d’extrême droite", + "description": "Cette action au civil vise à décourager de futurs actes de violence et à dédommager les victimes, dont font partie les agents de police qui gardaient le bâtiment le 6 janvier.", + "content": "Des partisans du président américain Donald Trump envahissent le Capitole, à Washington, DC, aux États-Unis, le 6 janvier 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/16/hotellerie-restauration-le-patronat-propose-une-nouvelle-grille-des-salaires-avec-une-augmentation-moyenne-de-16_6106367_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/12/14/la-ville-de-washington-porte-plainte-contre-des-groupes-d-extreme-droite-pour-l-assaut-du-capitole_6106052_3210.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 22:47:18 +0100", + "pubDate": "Tue, 14 Dec 2021 20:16:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262114,16 +288059,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f05751fd2e6ff98aa0f3780b3378df6" + "hash": "9a82aa7b0b7d482cad4c235ac64d7e31" }, { - "title": "Anne Hidalgo présente son projet pour l’Union européenne et veut « faire de l’humain et de la planète » ses « nouvelles priorités »", - "description": "La candidate socialiste à l’élection présidentielle 2022 propose d’accentuer la lutte contre la pauvreté, de renforcer les droits des femmes, d’augmenter les prérogatives du Parlement européen et d’instaurer des « revenus et des salaires minimums cohérents ».", - "content": "Anne Hidalgo, maire de Paris et candidate socialiste à l’élection présidentielle 2022, lors d’un meeting à Perpignan, devant les drapeaux français et européen, le 12 décembre 2021.", + "title": "Veolia autorisé à racheter son rival Suez par la Commission européenne", + "description": "Veolia a notamment dû s’engager à céder l’essentiel des activités de Suez en France afin d’obtenir l’autorisation européenne.", + "content": "Veolia détient actuellement 29,9 % du capital de Suez.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/16/anne-hidalgo-presente-son-projet-pour-l-union-europeenne-et-veut-faire-de-l-humain-et-de-la-planete-ses-nouvelles-priorites_6106366_6059010.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/14/bruxelles-autorise-veolia-a-racheter-son-rival-suez_6106051_3234.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 22:32:26 +0100", + "pubDate": "Tue, 14 Dec 2021 20:15:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262135,16 +288080,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a576be3ead7d64261c87cdb0a62f3f19" + "hash": "e1c86317e315ae4c31b456055829d88f" }, { - "title": "Jean-Luc Mélenchon rend hommage à la mémoire des esclaves et dénonce la « permanence des volontés esclavagistes »", - "description": "En déplacement à la Guadeloupe, le candidat à l’élection présidentielle a notamment cité la Coupe du monde de football 2022 au Qatar comme l’exemple d’une forme d’esclavagisme moderne.", - "content": "Jean-Luc Mélenchon, leader et candidat à l’élection présidentielle de La France insoumise, dépose une gerbe au pied du monument de l’abolition de l’esclavage, en bas des « marches des esclaves », à Petit-Canal, à la Guadeloupe, le 16 décembre 2021.", + "title": "Comment la Chine conteste la suprématie du cinéma hollywoodien", + "description": "Un plan quinquennal vise à renforcer le septième art chinois, en matière d’influence mondiale, de nombre de films et de salles, tout en marginalisant sur son marché les films américains.", + "content": "L’affiche du film « The Battle at Lake Changjin », dans un cinéma de Pékin (Chine), le 30 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/16/jean-luc-melenchon-rend-hommage-a-la-memoire-des-esclaves-et-denonce-la-permanence-des-volontes-esclavagistes_6106365_6059010.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/14/pekin-s-attaque-a-la-suprematie-du-cinema-hollywoodien_6105926_3234.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 21:11:16 +0100", + "pubDate": "Tue, 14 Dec 2021 00:44:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262156,16 +288101,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f3e33577f5576e08a32c595159b141f8" + "hash": "1286140fc056f7fac7d43b3ce676b65f" }, { - "title": "Le réchauffement climatique déstabilise plus que jamais les pôles", - "description": "Le pôle Nord se transforme de manière « alarmante et indéniable ». Au pôle Sud, l’un des principaux glaciers de l’Antarctique risque de se désintégrer en partie d’ici cinq ans.", - "content": "Les icebergs à l’embouchure du fjord de glace Jakobshavn (Groenland), le 16 septembre 2021.", + "title": "Ligue 1 : match diffusé en clair, garanties financières… les recommandations d’un rapport parlementaire pour « sécuriser et consolider » le football français", + "description": "La mission parlementaire sur les droits télévisuels, créée après le fiasco Mediapro, soutient notamment la création par la Ligue de football professionnel d’une société commerciale ouverte aux capitaux privés pour exploiter et gérer les droits télévisuels.", + "content": "Pour diffuser 80 % des matchs de la Ligue 1, Amazon a offert que 250 millions d’euros par an.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/16/le-rechauffement-climatique-destabilise-plus-que-jamais-les-poles_6106364_3244.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/14/ligue-1-match-diffuse-en-clair-garanties-financieres-les-recommandations-d-un-rapport-parlementaire-pour-securiser-et-consolider-le-football-francais_6106047_3242.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 21:02:28 +0100", + "pubDate": "Tue, 14 Dec 2021 19:14:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262177,16 +288122,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69a057eb609e8058a9cb962c6c958ad6" + "hash": "3edada1d09dfd58d0b967f53241bb692" }, { - "title": "Violences au meeting d’Eric Zemmour : deux hommes mis en examen", - "description": "Ils avaient été filmés en train de frapper à coups de poing et de chaise des militants de SOS-Racisme.", - "content": "Capture vidéo de l’agression de militants de SOS-Racisme par des sympathisants d’Eric Zemmour, à Villepinte (Seine-Saint-Denis), le 5 décembre 2021.", + "title": "L’Europe avance sur la régulation du monde numérique", + "description": "Le Parlement européen se penche sur deux textes visant à encadrer les géants du Web, Google, Amazon, Facebook et Apple (GAFA) en tête.", + "content": "Le Parlement européen se penche sur deux textes visant à encadrer les géants du Web, Google, Amazon, Facebook et Apple (GAFA) en tête.", "category": "", - "link": "https://www.lemonde.fr/police-justice/article/2021/12/16/violences-au-meeting-d-eric-zemmour-deux-hommes-mis-en-examen_6106363_1653578.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/14/l-europe-avance-sur-la-regulation-du-monde-numerique_6106046_3234.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 21:00:34 +0100", + "pubDate": "Tue, 14 Dec 2021 19:07:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262198,16 +288143,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0eee2c6f2bb7680a1130b858357beec" + "hash": "412df01b9c188189d96e293e9834be8d" }, { - "title": "Facebook ferme des centaines de comptes associés à des entreprises privées de surveillance", - "description": "Sept entités ont été identifiées et environ 50 000 internautes, dont le groupe Meta pense qu’ils ont pu faire partie de leurs cibles, ont été alertés. Parmi eux, des opposants politiques, des avocats, des militants des droits de l’homme ou des médecins.", - "content": "Sept entités ont été identifiées et environ 50 000 internautes, dont le groupe Meta pense qu’ils ont pu faire partie de leurs cibles, ont été alertés. Parmi eux, des opposants politiques, des avocats, des militants des droits de l’homme ou des médecins.", + "title": "La majorité des migrants noyés dans la Manche à la fin de novembre est désormais identifiée", + "description": "Ce naufrage est le plus meurtrier depuis que les migrants tentent de rejoindre l’Angleterre par la mer. Quatre arrestations avaient été annoncées par les autorités françaises à la suite de ce drame.", + "content": "Ce naufrage est le plus meurtrier depuis que les migrants tentent de rejoindre l’Angleterre par la mer. Quatre arrestations avaient été annoncées par les autorités françaises à la suite de ce drame.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/16/facebook-ferme-des-centaines-de-comptes-associes-a-des-entreprises-privees-de-surveillance_6106359_4408996.html", + "link": "https://www.lemonde.fr/international/article/2021/12/14/la-majorite-des-migrants-noyes-dans-la-manche-a-la-fin-de-novembre-est-desormais-identifiee_6106042_3210.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 21:00:05 +0100", + "pubDate": "Tue, 14 Dec 2021 18:51:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262219,16 +288164,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb2f68c21b9833021cc522f82c086670" + "hash": "62a5fa0cfeaedf81ce482f0dc13c3f87" }, { - "title": "Le Danemark veut envoyer 300 détenus étrangers au Kosovo", - "description": "La ministre kosovare de la justice a confirmé jeudi l’accord qui prévoit de confier à une prison de son pays des prisonniers étrangers, condamnés au Danemark et susceptibles d’être expulsés après avoir purgé leur peine.", - "content": "Nick Haekkerup, le ministre de la justice du Danemark, à Malmö (Suède), le 13 octobre 2021.", + "title": "Prison ferme pour l’ex-ministre de l’immigration danoise", + "description": "Inger Stojberg, qui a incarné de 2015 à 2019 le durcissement de la politique migratoire de Copenhague, jusqu’à l’outrance, a été condamnée à soixante jours d’incarcération pour avoir illégalement ordonné la séparation de couples de demandeurs d’asile.", + "content": "L’ancienne ministre danoise de l’immigration, Inger Stojberg, à Copenhague, le 2 septembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/16/le-danemark-veut-envoyer-300-detenus-etrangers-au-kosovo_6106356_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/14/prison-ferme-pour-l-ex-ministre-danoise-de-l-immigration_6106041_3210.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 20:31:31 +0100", + "pubDate": "Tue, 14 Dec 2021 18:46:37 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262240,16 +288185,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c52612c9ee0c84798ba2f4445d97e392" + "hash": "85e9d1c93ce659aa408d3e2a1b4d62af" }, { - "title": "Ligue des nations : la France défiera le Danemark, la Croatie et l’Autriche", - "description": "Les champions du monde français ont hérité d’un groupe abordable, à l’inverse des champions d’Europe italiens qui devront faire face à l’Angleterre, leur adversaire en finale du dernier Euro.", - "content": "N’Golo Kanté face au milieu de terrain ukrainien Ruslan Malinovskyi lors d’un match de qualification pour la Coupe du monde de la FIFA, le 24 mars 2021.", + "title": "La compagnie G7 met à l’arrêt ses taxis électriques Model 3 de Tesla après un accident mortel survenu samedi à Paris", + "description": "L’accident a fait un mort et vingt blessés, dont trois sont dans un état grave, a rapporté le parquet de Paris, mardi soir. La compagnie de taxis parisiens a fait savoir que ses trente-sept Model 3 de Tesla resteraient au garage le temps de l’enquête.", + "content": "Le constructeur automobile Tesla n’a pas souhaité faire de commentaire au sujet de cet accident.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/16/ligue-des-nations-la-france-defiera-le-danemark-la-croatie-et-l-autriche_6106354_3242.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/14/la-compagnie-g7-met-a-l-arret-ses-taxis-electriques-tesla-apres-un-accident-grave-survenu-samedi-a-paris_6106038_3234.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 19:53:55 +0100", + "pubDate": "Tue, 14 Dec 2021 18:22:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262261,16 +288206,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b24b57935e3e522e7e95b2e8789bb31b" + "hash": "dce6046760835f5214a3d9ab500aba1c" }, { - "title": "France-Danemark : avantage aux Danoises au terme de la première période", - "description": "Le Danemark mène 12-10 à la mi-temps de la demi-finale du Mondial féminin de handball, qui l’oppose à l’équipe de France . Vivez le match en direct.", - "content": "Les Bleues peinent à tromper la défense danoise, en début de rencontre.", + "title": "En Biélorussie, le mari de Svetlana Tsikhanovskaïa condamné à dix-huit ans de prison", + "description": "Très critique envers le régime, le blogueur Sergueï Tsikhanovski avait été arrêté en mai 2020 alors qu’il menait campagne pour l’élection présidentielle.", + "content": "Une manifestante montre le portrait du blogueur emprisonné Sergueï Tsikhanovsky, opposant politique du président Loukachenko, sous lequel on peut lire « Liberté pour les prisonniers politiques », le 12 octobre 2020 à Minsk.", "category": "", - "link": "https://www.lemonde.fr/sport/live/2021/12/17/france-danemark-suivez-la-demi-finale-du-mondial-feminin-de-handball-en-direct_6106506_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/14/en-bielorussie-le-mari-de-svetlana-tsikhanovskaia-condamne-a-dix-huit-ans-de-prison_6106037_3210.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 15:30:11 +0100", + "pubDate": "Tue, 14 Dec 2021 18:19:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262282,16 +288227,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cacaa1f3ce20435b5749fffb62b2c4ea" + "hash": "802f8c13da078857bdff282ca5fb9d6e" }, { - "title": "Election présidentielle : Christiane Taubira espère rebattre les cartes à gauche, Yannick Jadot ferme la porte à une primaire", - "description": "L’ancienne garde des sceaux a dit envisager de se présenter, vendredi, tout en repoussant sa décision définitive à la mi-janvier. A gauche, les autres candidats ont relancé, chacun de leur côté, les appels au rassemblement.", - "content": "Christiane Taubira, lors du meeting de campagne de Benoît Hamon pour l’élection présidentielle, le 5 février 2017.", + "title": "En Haïti, l’explosion d’un camion-citerne fait au moins soixante-deux morts", + "description": "Une quarantaine d’habitations autour du lieu de l’explosion ont également pris feu à la suite de la déflagration, laissant craindre un bilan plus lourd.", + "content": "Des pompiers se tiennent à côté de l’incendie provoqué par le camion-citerne, à Cap-Haïtien, en Haïti, mardi 14 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/17/christiane-taubira-espere-rebattre-les-cartes-a-gauche-anne-hidalgo-veut-travailler-a-une-plate-forme-commune-en-vue-de-l-election-presidentielle_6106500_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/14/en-haiti-l-explosion-d-un-camion-citerne-fait-au-moins-soixante-morts_6106036_3210.html", "creator": "", - "pubDate": "Fri, 17 Dec 2021 14:45:45 +0100", + "pubDate": "Tue, 14 Dec 2021 18:17:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262303,16 +288248,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d10ef0c0cc2b511bc5297ffd8b393f42" + "hash": "737b8232b3315aa481a3944b89d84103" }, { - "title": "A Istanbul, un sommet pour accentuer la percée turque en Afrique", - "description": "Commerce, armement, soft power : les liens de la Turquie avec le continent ne cessent de s’étoffer.", - "content": "Le président turc, Recep Tayyip Erdogan, au palais présidentiel, à Ankara (Turquie), le 24 novembre 2021.", + "title": "La rumba congolaise, patrimoine culturel immatériel de l’humanité", + "description": "L’Unesco a annoncé mardi l’admission sur sa liste de cette musique phare des deux Congo.", + "content": "Le chanteur congolais Papa Wemba, surnommé le « roi de la rumba », lors d’un concert au New Morning à Paris en février 2006.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/16/a-istanbul-un-sommet-pour-accentuer-la-percee-turque-en-afrique_6106351_3212.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/14/la-rumba-congolaise-patrimoine-culturel-immateriel-de-l-humanite_6106034_3212.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 19:00:19 +0100", + "pubDate": "Tue, 14 Dec 2021 18:15:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262324,16 +288269,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a7399fe1e7c7e2d72444662661d6535" + "hash": "55407a5c0d8fee63d22b39b1dc0d4f5b" }, { - "title": "Covid-19 : « Il faut endiguer la vague Delta avant que ne déferle la vague Omicron », alerte l’épidémiologiste Antoine Flahault", - "description": "L’exemple du Royaume-Uni, confronté à une explosion des contaminations, devrait inciter la France à durcir sa stratégie contre le virus afin d’éviter une nouvelle saturation massive des hôpitaux, estime le directeur de l’Institut de santé globale de l’université de Genève.", - "content": "Le professeur Antoine Flahault, épidémiologiste et directeur de l’Institut de santé globale (université de Genève), à Paris, le 1er octobre 2021.", + "title": "En Allemagne, la vague du Covid-19 reporte encore la reprise", + "description": "L’institut IFO a baissé sa prévision de croissance pour 2022. « L’hiver sera dur », prévient le ministère de l’économie, qui note toutefois que le chômage baisse.", + "content": "La centrale électrique du siège de Volkswagen, à Wolfsburg, en Basse-Saxe, en mars 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/16/covid-19-il-faut-endiguer-la-vague-delta-avant-que-ne-deferle-la-vague-omicron_6106290_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/14/en-allemagne-la-vague-du-covid-19-reporte-encore-la-reprise_6106033_3234.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 11:07:50 +0100", + "pubDate": "Tue, 14 Dec 2021 18:05:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262345,16 +288290,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "81a450cbca52804a09f0324b9daddb3d" + "hash": "aa548efeb2a556523cff2f5ddad904e9" }, { - "title": "En Russie, les indiscrétions involontaires de la justice concernant la présence militaire de Moscou en Ukraine", - "description": "Dans le cadre d’une affaire de corruption, un tribunal de Rostov-sur-le-Don a détaillé les livraisons de nourriture aux unités militaires russes déployées dans le Donbass.", - "content": "Une affiche dans les rues de Donetsk appelant à rejoindre l’armée de la République de Donetsk afin de « défendre le Donbass », le 15 novembre 2018.", + "title": "L’Insee anticipe une baisse du pouvoir d’achat en France au premier semestre 2022", + "description": "Dans une note de conjoncture publiée mardi, l’institut national de statistiques chiffre à − 0,5 % cette évolution sur les six prochains mois en raison de la hausse des prix. La croissance du produit intérieur brut devrait, elle, atteindre 6,7 % sur l’année 2021 et 3 % sur le premier semestre 2022.", + "content": "Une station-service, à Paris, le 20 octobre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/16/en-russie-les-indiscretions-involontaires-de-la-justice-sur-la-presence-militaire-de-moscou-en-ukraine_6106346_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/14/l-insee-anticipe-une-baisse-du-pouvoir-d-achat-en-france-au-premier-semestre-2022_6106031_3234.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:59:53 +0100", + "pubDate": "Tue, 14 Dec 2021 18:00:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262366,16 +288311,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b53c4fcf75acf1399b5777ac652fd135" + "hash": "9a35fdc1f9dbe99af25f92d57736dbce" }, { - "title": "L’avionneur européen a annoncé une commande de 134 appareils passée par la compagnie australienne puis une autre de 100 A320neo pour les filiales d’Air France-KLM.", - "description": "L’avionneur européen a annoncé une commande de 134 appareils passée par la compagnie australienne puis une autre de 100 A320neo pour les filiales d’Air France-KLM.", - "content": "L’avionneur européen a annoncé une commande de 134 appareils passée par la compagnie australienne puis une autre de 100 A320neo pour les filiales d’Air France-KLM.", + "title": "Outre-mer : Marine Le Pen souhaite un grand ministère d’Etat ; Jean-Luc Mélenchon en visite à la Guadeloupe et à la Martinique", + "description": "Après le troisième référendum en Nouvelle-Calédonie, et le conflit social à la Guadeloupe et à la Martinique, de nombreux candidats à l’élection présidentielle se rendent en outre-mer ces prochains jours.", + "content": "Marine Le Pen au cours d’une conférence de presse, le 2 décembre 2021, à Paris.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/16/avec-la-commande-geante-de-qantas-airbus-prend-un-client-historique-a-boeing_6106280_3234.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/14/outre-mer-marine-le-pen-souhaite-un-grand-ministere-d-etat-jean-luc-melenchon-en-visite-a-la-guadeloupe-et-a-la-martinique_6106029_6059010.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 10:42:08 +0100", + "pubDate": "Tue, 14 Dec 2021 17:49:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262387,16 +288332,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f28c99e4ec8d806869c47dcb74bf6077" + "hash": "4e951f2e3dcbba7779ab25dfbf37adc6" }, { - "title": "La réforme de l’irresponsabilité pénale définitivement adoptée par le Parlement", - "description": "Il n’y aura plus d’irresponsabilité si l’abolition temporaire du discernement résulte de la consommation proche et volontaire de psychotropes dans le but même de commettre une infraction.", - "content": "Une femme tient une pancarte représentant Sarah Halimi sur laquelle on peut lire « Harcelée, massacrée, défenestrée – sans justice, pas de République », lors d’une manifestation organisée par des associations juives, à Paris, dimanche 25 avril 2021.", + "title": "La faille « Log4Shell » laisse entrevoir quelques semaines agitées, préviennent les experts en sécurité informatique", + "description": "Selon le directeur général de l’Agence nationale de la sécurité des systèmes d’information, la faille de sécurité est « grave ».", + "content": "La vulnérabilité est présente dans Log4j, un petit module de code utilisé dans de multiples logiciels et applications à travers le monde.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/16/la-reforme-de-l-irresponsabilite-penale-definitivement-adoptee-par-le-parlement_6106341_3224.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/14/la-faille-log4shell-laisse-entrevoir-quelques-semaines-agitees-previennent-les-experts-en-securite-informatique_6106028_4408996.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 18:17:53 +0100", + "pubDate": "Tue, 14 Dec 2021 17:43:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262408,16 +288353,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba96242460997d3929786325e6c2da46" + "hash": "0546ba7c26270983882a42a572553789" }, { - "title": "Valérie Pécresse multiplie les attaques contre Emmanuel Macron, afin d’installer un duel avec le chef de l’Etat", - "description": "A quatre mois de l’élection présidentielle, la candidate des Républicains a dénoncé à nouveau jeudi le « manque de sincérité » du président et assuré : « Il n’a pas réformé, il ne réformera plus. »", - "content": "Les Republicains (LR) right-wing party's candidate for the 2022 presidential election Valerie Pecresse gives a fist bump to a municipal police officer as she arrives for a visit of a police station in Meaux, eastern Paris, on December 15, 2021. (Photo by JULIEN DE ROSA / AFP)", + "title": "En Chine, LinkedIn remplacé par une version simplifiée", + "description": "Baptisée « InCareer », cette nouvelle plate-forme remplace désormais le réseau social de Microsoft. Cette nouvelle version n’inclut ni flux social ni options de partage.", + "content": "Baptisée « InCareer », cette nouvelle plate-forme remplace désormais le réseau social de Microsoft. Cette nouvelle version n’inclut ni flux social ni options de partage.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/16/valerie-pecresse-multiplie-les-attaques-contre-emmanuel-macron-et-tente-d-installer-un-duel-avec-le-chef-de-l-etat_6106333_6059010.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/14/en-chine-linkedin-remplace-par-une-version-simplifiee_6106025_4408996.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 17:36:57 +0100", + "pubDate": "Tue, 14 Dec 2021 16:15:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262429,16 +288374,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f18d6f6c198f43ed7632208f46da6a32" + "hash": "55056796c7f34b6ebe131d5e50a62375" }, { - "title": "Entre variant Omicron et inflation, la Banque centrale européenne choisit une politique monétaire très accommodante", - "description": "La BCE va très lentement réduire son soutien à l’économie mais, contrairement à la Fed, elle va continuer à agir au moins jusqu’à début 2023.", - "content": "La présidente de la BCE Christine Lagarde, à Francfort (Allemagne), le 16 décembre 2021.", + "title": "Brigitte Barèges, déchue de son mandat de maire de Montauban en première instance, relaxée en appel", + "description": "En février, elle avait été condamnée à cinq ans d’inéligibilité avec effet immédiat par le tribunal judiciaire de Toulouse, qui estimait que sa « communication politique » avait été financée avec des « deniers publics ».", + "content": "L’ancienne maire de Montauban Brigitte Barèges, accompagnée de son ancien adjoint Thierry Deville, au palais de justice de Toulouse, le 10 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/16/entre-variant-omicron-et-inflation-la-banque-centrale-europeenne-choisit-une-politique-monetaire-tres-accommodante_6106329_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/14/brigitte-bareges-ex-maire-de-montauban-relaxee-en-appel-apres-avoir-ete-dechue-de-son-mandat_6106024_3224.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 17:17:27 +0100", + "pubDate": "Tue, 14 Dec 2021 16:03:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262450,16 +288395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca9fd1dc352aaecd5ec996f0d6cd8bd8" + "hash": "546427f6853d172b5c5ce4b9d51ced79" }, { - "title": "« Gilets jaunes » : amende pour un policier jugé pour un tir de LBD, relaxe pour un commandant qui avait porté un coup de matraque", - "description": "Six mois de prison avec sursis avaient été requis à l’encontre de deux policiers qui avaient blessé un manifestant au bas du visage et à l’abdomen par deux tirs de lanceur de balles de défense.", - "content": "Lors d’une manifestation de « gilets jaunes », à Marseille, le 19 janvier 2019.", + "title": "Premier démantèlement d’une usine de cigarettes clandestine en France", + "description": "Les douanes ont mis au jour un hangar situé près de Meaux où se trouvait tout le nécessaire à la fabrication de contrefaçons.", + "content": "Sur cette photo fournie par les douanes françaises, on peut voir les machines outils utilisées par les trafficants et saisies lors du démantèlement de l’usine de fabrication de cigarettes de contrefaçon à Poincy (Seine-et-Marne), le 9 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/16/amende-pour-un-policier-juge-pour-un-tir-de-lbd-sur-un-gilet-jaune_6106319_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/14/premier-demantelement-d-une-usine-de-cigarettes-clandestine-en-france_6106023_3224.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:58:59 +0100", + "pubDate": "Tue, 14 Dec 2021 15:56:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262471,16 +288416,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e272d84add45862e5828861fb83aded" + "hash": "a465c48cd6ad4828099b803eef446c35" }, { - "title": "SNCF : l’appel à la grève sur le TGV Sud-Est ce week-end levé par les syndicats CGT-Cheminots et SUD-Rail", - "description": "Les syndicats ont conjointement retiré leurs préavis, jeudi après-midi, à la suite de nouvelles négociations avec la direction du groupe concernant les conditions de travail et les rémunérations. La veille, l’UNSA ferroviaire avait déjà annoncé « sortir de la grève », satisfaite des « avancées significatives ».", - "content": "Un salarié d’une société de nettoyage dans le dépôt TGV de Charenton-le-Pont, le 16 décembre 2021.", + "title": "Au Danemark, une entreprise condamnée pour avoir vendu du kérosène utilisé par l’armée russe en Syrie", + "description": "La justice danoise a estimé que l’entreprise et son dirigeant auraient dû être conscients de la probable utilisation de leur carburant en Syrie. Ces derniers ont été condamnés pour violation de l’embargo occidental frappant le pays.", + "content": "Des membres de la Défense civile syrienne, appelés les « casques blancs », à la recherche de victimes après la destruction d’un immeuble par un bombardement sur Alep, en octobre 2016.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/16/sncf-l-appel-a-la-greve-sur-le-tgv-sud-est-ce-week-end-leve-par-les-syndicats-cgt-cheminots-et-sud-rail_6106317_3234.html", + "link": "https://www.lemonde.fr/police-justice/article/2021/12/14/au-danemark-une-entreprise-condamnee-pour-avoir-vendu-du-kerosene-utilise-par-l-armee-russe-en-syrie_6106022_1653578.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:50:52 +0100", + "pubDate": "Tue, 14 Dec 2021 15:54:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262492,16 +288437,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "20dd16c59e915cc20033b03f039b20aa" + "hash": "01811d990b548f538dc2e0bc4a3a4f30" }, { - "title": "L’Agence européenne des médicaments autorise provisoirement la pilule anti-Covid-19 de Pfizer", - "description": "Le géant pharmaceutique a annoncé mardi que sa pilule réduisait de près de 90 % les risques d’hospitalisation et de mort chez les personnes à risque lorsqu’elle était prise dans les premiers jours après l’apparition des symptômes.", - "content": "Un malade atteint du Covid-19 s’apprête à recevoir un traitement par anticorps monoclonal à l’hôpital San Giuseppe, à Albano, en Italie, le 22 avril 2021.", + "title": "Pilule anti-Covid-19 : Pfizer confirme que son nouveau traitement est très efficace", + "description": "La comprimé du laboratoire, qui sera commercialisé sous le nom de Paxlovid, réduit d’environ 89 % les hospitalisations chez les personnes à risque, selon les essais cliniques.", + "content": "Comprimés de Paxlovid, dans l’usine Pfizer d’Ascoli Piceno, en Italie (photo non datée).", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/16/l-agence-europeenne-du-medicament-autorise-deux-traitements-contre-le-covid_6106316_3244.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/14/covid-19-pfizer-confirme-que-son-nouveau-traitement-est-tres-efficace_6106017_1650684.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 15:42:01 +0100", + "pubDate": "Tue, 14 Dec 2021 15:14:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262513,16 +288458,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a85304aadb807b9e3f7f75be18cea0c7" + "hash": "5d4e417b624070334f791152b5545c65" }, { - "title": "Valérie Pécresse multiplie les attaques contre Emmanuel Macron, dans la tentative d’installer un duel avec le chef de l’Etat", - "description": "A quatre mois de l’élection présidentielle, la candidate des Républicains critique régulièrement le bilan du président de la République, qui a tenté de répliquer mercredi soir sur TF1.", - "content": "Les Republicains (LR) right-wing party's candidate for the 2022 presidential election Valerie Pecresse gives a fist bump to a municipal police officer as she arrives for a visit of a police station in Meaux, eastern Paris, on December 15, 2021. (Photo by JULIEN DE ROSA / AFP)", + "title": "Biélorussie : plusieurs opposants condamnés à des peines allant jusqu’à dix-huit ans de prison", + "description": "Sergueï Tsikhanovski, le mari de l’opposante exilée Svetlana Tsikhanovskaïa, a notamment écopé de la peine la plus lourde.", + "content": "Des Biélorusses manifestent pour demander la libération des prisonniers politiques, dont Sergueï Tsikhanovski (sur la photo), en octobre 2020.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/16/valerie-pecresse-multiplie-les-attaques-contre-emmanuel-macron-et-tente-d-installer-un-duel-avec-le-chef-de-l-etat_6106333_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/14/bielorussie-plusieurs-opposants-condamnes-a-des-peines-allant-jusqu-a-dix-huit-ans-de-prison_6106013_3210.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 17:36:57 +0100", + "pubDate": "Tue, 14 Dec 2021 14:51:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262534,16 +288479,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4ace1662a421ec6ade7b6c06a242c86" + "hash": "863af6d43ad6b172388e3735bea930ef" }, { - "title": "Entre variant Omicron et inflation, la banque centrale européenne choisit une politique monétaire très accommodante", - "description": "La BCE va très lentement réduire son soutien à l’économie, mais contrairement à la Fed, elle va continuer à agir au moins jusqu’à début 2023.", - "content": "La présidence de la BCE Christine Lagarde, à Francfort (Allemagne), le 16 décembre 2021.", + "title": "FIFA : l’enquête pénale visant Gianni Infantino reprend en Suisse", + "description": "Deux procureurs extraordinaires doivent être élus, mercredi, par le Parlement suisse. Ils sont censés faire la lumière sur les rencontres secrètes entre le président de la Fédération internationale de football et l’ex-procureur général suisse Michael Lauber.", + "content": "Gianni Infantino à Caracas (Venezuela), le 15 octobre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/16/entre-variant-omicron-et-inflation-la-banque-centrale-europeenne-choisit-une-politique-monetaire-tres-accommodante_6106329_3234.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/14/fifa-l-enquete-penale-visant-gianni-infantino-reprend-en-suisse_6106008_3242.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 17:17:27 +0100", + "pubDate": "Tue, 14 Dec 2021 13:33:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262555,16 +288500,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "40f9d5814452881f304bb84819231bff" + "hash": "750214dd1ca22a972e44efd0bc04e000" }, { - "title": "Cette vulnérabilité, rendue publique vendredi, peut avoir des conséquences graves et au long terme pour de très nombreuses organisations. Notre journaliste Florian Reynaud répond à vos questions à partir de 15 heures.", - "description": "Baptisée « Log4Shell », cette vulnérabilité, rendue publique vendredi, peut avoir des conséquences graves et au long terme pour de très nombreuses organisations. Notre journaliste Florian Reynaud a répondu à vos questions en direct.", - "content": "Baptisée « Log4Shell », cette vulnérabilité, rendue publique vendredi, peut avoir des conséquences graves et au long terme pour de très nombreuses organisations. Notre journaliste Florian Reynaud a répondu à vos questions en direct.", + "title": "Alexandre Benalla en garde à vue pour des soupçons de corruption autour d’un contrat de sécurité avec un oligarque russe", + "description": "L’ancien conseiller d’Emmanuel Macron et son épouse sont entendus actuellement dans le cadre d’une enquête préliminaire du Parquet national financier.", + "content": "Alexandre Benalla, le 19 septembre 2018.", "category": "", - "link": "https://www.lemonde.fr/pixels/live/2021/12/16/log4j-posez-vos-questions-sur-la-plus-importante-faille-de-securite-informatique-depuis-des-annees_6106306_4408996.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/14/alexandre-benalla-en-garde-a-vue-pour-des-soupcons-de-corruption-autour-d-un-contrat-de-securite-avec-un-oligarque-russe_6106006_3224.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 13:00:06 +0100", + "pubDate": "Tue, 14 Dec 2021 13:12:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262576,16 +288521,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee498e61855f00a27e6fc78928708421" + "hash": "89dc916a8aa79613da8626f8c3bb6295" }, { - "title": "« ISF gate » : comment de grandes fortunes françaises ont pratiqué l’évasion fiscale au Canada", - "description": "Le journal « Libération » révèle que plusieurs familles fortunées sont soupçonnées d’avoir dissimulé des centaines de millions d’euros dans des « trusts » opaques pour échapper à l’impôt de solidarité sur la fortune (ISF).", - "content": "Le journal « Libération » révèle que plusieurs familles fortunées sont soupçonnées d’avoir dissimulé des centaines de millions d’euros dans des « trusts » opaques pour échapper à l’impôt de solidarité sur la fortune (ISF).", + "title": "Emmanuel Macron sur TF1 et LCI : les oppositions dénoncent un manque d’équité dans la répartition du temps de parole", + "description": "Valérie Pécresse et Yannick Jadot ont dit vouloir saisir le Conseil supérieur de l’audiovisuel pour contester le décompte du temps de parole du chef de l’Etat, qui n’est pas encore candidat.", + "content": "Lors d’une allocution du président de la République, Emmanuel Macron, à Paris, le 31 mars 2021.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/16/isf-gate-comment-de-grandes-fortunes-francaises-ont-pratique-l-evasion-fiscale-au-canada_6106313_4355770.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/14/emmanuel-macron-sur-tf1-et-lci-les-oppositions-denoncent-un-manque-d-equite-dans-la-repartition-du-temps-de-parole_6106005_823448.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 14:24:26 +0100", + "pubDate": "Tue, 14 Dec 2021 13:01:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262597,16 +288542,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2409dfdd735560d168dd46b633720c2" + "hash": "f13e02fb6e336255b35492e07a6bdd5d" }, { - "title": "Affaire Omar Raddad : la justice accepte de rouvrir le dossier, première étape pour une éventuelle révision du procès", - "description": "La commission d’instruction de la Cour de révision a accepté de rouvrir le dossier judiciaire de l’ancien jardinier marocain, condamné pour le meurtre en 1991 d’une riche veuve, Ghislaine Marchal, qu’il nie depuis trente ans. Condamné en 1994 à dix-huit ans de réclusion, Omar Raddad avait bénéficié d’une grâce partielle du président Jacques Chirac, qui ne vaut pas annulation de la condamnation.", - "content": "Omar Raddad, le 25 novembre 2021, à Paris.", + "title": "Exactions minières et prédations : la méthode de la milice Wagner en Afrique", + "description": "Des documents sécuritaires consultés par « Le Monde » dressent un tableau des activités de la société de mercenaires russe en Centrafrique, au Mozambique et en Libye. Au Mali, l’implantation du groupe est par ailleurs en train de se formaliser sur une zone aurifère.", + "content": "Des mercenaires russes du groupe de sécurité privée Wagner montent la garde lors d’un défilé à Bangui (République centrafricaine), en mai 2019.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/16/condamnation-d-omar-raddad-la-justice-decide-de-rouvrir-le-dossier_6106311_3224.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/14/exactions-et-predations-la-methode-de-la-milice-wagner-en-afrique_6105992_3212.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 14:19:36 +0100", + "pubDate": "Tue, 14 Dec 2021 11:35:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262618,16 +288563,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9bb61f097be2ca227efaf5920b6e37bd" + "hash": "4d821d1ce9a8a622e6f3d6f65ddd3595" }, { - "title": "La justice marocaine autorise l’extradition d’un Ouïgour vers la Chine", - "description": "Agé de 34 ans, ce père de trois enfants, établi en Turquie depuis 2012, avait été arrêté à son arrivée sur le sol marocain. La Chine en avait fait la demande, lui reprochant de faire partie d’une « organisation terroriste ».", - "content": "Des manifestants réunis devant l’ambassade chinoise à Londres, le 9 décembre 2021.", + "title": "La France a recensé près de 1 400 actes antireligieux en 2021", + "description": "Les actes antireligieux ont diminué de plus de 17 % par rapport à la même période en 2019, selon le dernier bilan du ministère de l’intérieur.", + "content": "Le carré musulman du cimetière de Thiais, au sud de Paris.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/16/la-justice-marocaine-autorise-l-extradition-d-un-ouigour-vers-la-chine_6106310_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/14/la-france-a-recense-pres-de-1-400-actes-antireligieux-en-2021_6106002_3224.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 13:43:48 +0100", + "pubDate": "Tue, 14 Dec 2021 12:45:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262639,16 +288584,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71f69c505c50e6c0097cf99945f3407a" + "hash": "ef3cada5f709b3100e44bed42c66117e" }, { - "title": "Le Danemark premier pays de l’UE à autoriser la pilule contre le Covid de Merck", - "description": "L’annonce intervient alors que le Danemark fait feu de tout bois face à une vague record de cas de Covid-19 et à une flambée du variant Omicron, qui devrait devenir dominant à Copenhague cette semaine.", - "content": "Les résultats complets de l’essai clinique communiqués le 26 novembre par Merck/MSD montrent une efficacité bien moindre que celle annoncée à grand bruit début octobre sur la base de données intermédiaires", + "title": "SNCF : des syndicats appellent à la grève pour le premier week-end des vacances de Noël", + "description": "Ces appels concernent notamment les TGV Sud-Ouest et Sud-Est, et sont respectivement valables de vendredi à dimanche, et les vendredis, samedis et dimanches des trois week-ends des vacances scolaires.", + "content": "Des voyageurs dans la gare de Lyon, à Paris, lors d’une grève pendant les vacances de fin d’année, le 22 décembre 2019.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/16/le-danemark-premier-pays-de-l-ue-a-autoriser-la-pilule-contre-le-covid-de-merck_6106309_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/14/sncf-des-syndicats-appellent-a-la-greve-pour-le-premier-week-end-des-vacances-de-noel_6105996_3234.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 13:34:59 +0100", + "pubDate": "Tue, 14 Dec 2021 12:11:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262660,16 +288605,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a2e9949bec778363c307c1d82998bc5" + "hash": "cdcb344446fc105537b5a58f491a86eb" }, { - "title": "Formule 1 : Mercedes retire son appel contre le sacre de Max Verstappen à Abou Dhabi", - "description": "Un final incroyable et hautement controversé a offert au Néerlandais Max Verstappen (Red Bull) son premier titre en formule 1, dimanche, suscitant le recours de l’équipe de son rival britannique, Lewis Hamilton.", - "content": "Max Verstappen est devenu dimanche 12 décembre champion du monde de F1 devant le Britannique Lewis Hamilton au terme du Grand Prix d’Abou Dhabi.", + "title": "L’archevêque de Paris démissionnaire dément toute liaison avec une femme", + "description": "Monseigneur Michel Aupetit, dans un entretien au « Parisien » mardi, se dit « victime d’une cabale ».", + "content": "L’archevêque de Paris, Mgr Michel Aupetit, à Paris, le 15 juin 2019.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/16/formule-1-mercedes-retire-son-appel-contre-le-sacre-de-max-verstappen-a-abou-dhabi_6106304_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/14/l-archeveque-de-paris-demissionnaire-dement-toute-liaison-avec-une-femme_6105993_3224.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 12:44:40 +0100", + "pubDate": "Tue, 14 Dec 2021 11:44:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262681,16 +288626,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e99b78fde250043568a6527b11b46d7" + "hash": "61acea12b5077c104d128ae4ff75965d" }, { - "title": "Enquête sur le porno français, 2e volet : une mécanique des larmes et de la violence", - "description": "L’enquête judiciaire d’une ampleur inédite à laquelle « Le Monde » consacre une série d’articles lève le voile sur les méthodes de certains personnages de ce milieu pour contraindre leurs victimes à accepter des pratiques toujours plus dégradantes. ", - "content": "L’enquête judiciaire d’une ampleur inédite à laquelle « Le Monde » consacre une série d’articles lève le voile sur les méthodes de certains personnages de ce milieu pour contraindre leurs victimes à accepter des pratiques toujours plus dégradantes. ", + "title": "Violences sexuelles dans l’Eglise : les évêques français affirment que le pape soutient leurs décisions après le rapport Sauvé", + "description": "Le président et les vice-présidents de la Conférence des évêques de France ont été reçus par le pape François, lundi 13 décembre, notamment pour évoquer les suites de l’enquête de la Commission indépendante sur les abus sexuels dans l’Eglise.", + "content": "Le pape François, en audience avec le président et les vice-présidents de la Conférence des évêques de France, au Vatican, le 13 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/police-justice/article/2021/12/16/dans-le-porno-francais-une-mecanique-des-larmes-et-de-la-violence_6106296_1653578.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/14/violences-sexuelles-dans-l-eglise-les-eveques-francais-affirment-que-le-pape-soutient-leurs-decisions-apres-le-rapport-sauve_6105935_3224.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 12:00:03 +0100", + "pubDate": "Tue, 14 Dec 2021 03:39:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262702,16 +288647,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1362845423c659a15e35c7dcc0306dc" + "hash": "6aa331f1186f0bc1006e3e284c961a0b" }, { - "title": "« Avec les doigts ou à la cuillère », le thiéboudiène sénégalais sur la carte culinaire de l’humanité", - "description": "L’Unesco a inscrit le plat national sénégalais, à base de riz, de poisson et de légumes, sur la liste du Patrimoine culturel immatériel.", - "content": "Une femme sert un plat de thiéboudiène près du marché Kermel à Dakar, la capitale sénégalaise, le 14 décembre 2021.", + "title": "En Afghanistan, l’ONU accuse les talibans d’exécutions extrajudiciaires", + "description": "L’Organisation des Nations unies dénonce plus de cent exécutions d’anciens membres des forces de sécurité afghanes et de personnes associées à l’ancien gouvernement, renversé à la mi-août.", + "content": "Des soldats talibans patrouillent à Kaboul, le 19 août 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/16/avec-les-doigts-ou-a-la-cuillere-le-thieboudiene-senegalais-sur-la-carte-culinaire-de-l-humanite_6106301_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/14/en-afghanistan-l-onu-accuse-les-talibans-d-executions-extrajudiciaires_6105987_3210.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 12:30:13 +0100", + "pubDate": "Tue, 14 Dec 2021 11:13:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262723,16 +288668,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9aa2c8116507a4bd2a0e99513190e35b" + "hash": "707c7dffdce61b730173af5f93f04558" }, { - "title": "Les gardes à vue d’Alexandre Benalla et de son épouse ont été levées, sans poursuite à ce stade", - "description": "Le couple avait été interpellé le 14 décembre pour être entendu sur des « suspicions de blanchiment de fraude fiscale aggravée, de faux et usage de faux, d’abus de biens sociaux, de trafic d’influence et de corruption ».", - "content": "Le 5 novembre 2021, Alexandre Benalla quitte le palais de justice de Paris, après le rendu du verdict de son procès pour avoir agressé un jeune couple lors d’une manifestation du 1er mai 2018, alors qu’il était garde du corps du président français.", + "title": "Politique industrielle : la Cour des comptes critique l’empilement des dispositifs", + "description": "L’efficacité des mesures de politique industrielle engagées depuis dix ans demeure difficile à évaluer, malgré la mobilisation de sommes d’argent public considérables.", + "content": "Emmanuel Macron, sur le chantier de construction de l’autoroute A79 près de Moulins, le 8 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/16/la-garde-a-vue-d-alexandre-benalla-et-de-son-epouse-a-ete-levee-sans-poursuite-a-ce-stade_6106293_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/14/politique-industrielle-la-cour-des-comptes-critique-l-empilement-des-dispositifs_6105974_823448.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 11:38:34 +0100", + "pubDate": "Tue, 14 Dec 2021 10:43:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262744,16 +288689,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98553e8707e4a059fc69353b31178e35" + "hash": "eea83a9052f2bb1a22bdea3f4df45b0b" }, { - "title": "L’impact limité des sanctions sur la Biélorussie", - "description": "Cinq séries de sanctions européennes ont été adoptées depuis la présidentielle d’août 2020. Leur effet ne devrait pas se faire sentir avant le deuxième semestre 2022.", - "content": "Le président biélorusse, Alexandre Loukachenko, le 30 novembre 2021, à Minsk.", + "title": "« Le Monde » organise son salon des masters le 29 janvier 2022 à Paris", + "description": "Cet événement dédié aux formations de niveau master rassemblera des grandes écoles et des universités, qui présenteront leurs programmes et répondront aux questions des visiteurs. Des conférences seront également organisées.", + "content": "Cet événement dédié aux formations de niveau master rassemblera des grandes écoles et des universités, qui présenteront leurs programmes et répondront aux questions des visiteurs. Des conférences seront également organisées.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/16/l-impact-limite-des-sanctions-sur-la-bielorussie_6106282_3210.html", + "link": "https://www.lemonde.fr/campus/article/2021/12/14/le-monde-organise-son-salon-des-masters-le-29-janvier-2022-a-paris_6105972_4401467.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 10:48:41 +0100", + "pubDate": "Tue, 14 Dec 2021 10:40:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262765,16 +288710,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cf16c43b0213de41ec8207a7f967da3" + "hash": "9f3be22e55060d45c7d63f75f74b78ff" }, { - "title": "La Norvège inflige une amende record à l’appli Grindr pour partage illégal des données", - "description": "Grindr est accusée d’avoir partagé avec des annonceurs les coordonnées GPS, des éléments du profil de ses utilisateurs et le fait même qu’ils utilisent l’appli, donnant ainsi des indications sur leurs préférences sexuelles.", - "content": "Grindr est accusée d’avoir partagé avec des annonceurs les coordonnées GPS, des éléments du profil de ses utilisateurs et le fait même qu’ils utilisent l’appli, donnant ainsi des indications sur leurs préférences sexuelles.", + "title": "Le variant Omicron se propage à un rythme inédit, juge l’OMS", + "description": "On dénombre « un peu plus de 130 cas du variant Omicron » en France, a déclaré le porte-parole du gouvernement, Gabriel Attal, mardi.", + "content": "Un test Covid-19 à Providence (Etats-Unis), le 7 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/16/la-norvege-inflige-une-amende-record-a-l-appli-grindr-pour-partage-illegal-des-donnees_6106278_4408996.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/14/variant-omicron-il-faut-se-preparer-selon-castex-sans-nouvelles-mesures-a-ce-stade_6105966_3244.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 10:38:42 +0100", + "pubDate": "Tue, 14 Dec 2021 10:05:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262786,16 +288731,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe9cf7b8feec1e69304979b49d82018f" + "hash": "7386c1adf108a58e37009c6cfec7d6b3" }, { - "title": "Violences dans le football : le match sera « définitivement interrompu » si un arbitre ou un joueur est blessé par un projectile", - "description": "Un mois après le match OL-OM, interrompu à cause d’un projectile lancé sur Dimitri Payet, le gouvernement réunissait jeudi les dirigeants du football français pour arrêter des mesures visant à endiguer les incidents à répétition en Ligue 1. Les bouteilles en plastique seront également interdites dans les stades au 1er juillet 2022.", - "content": "Le Marseillais Dimitri Payet lors d’une rencontre entr l’OM et l’OL, après avoir reçu une bouteille en plastique lancée depuis les tribunes, le 21 novembre 2021.", + "title": "Covid : redoubler de prudence à l’approche des fêtes, le remède amer du conseil scientifique", + "description": "Pour endiguer la vague Delta et la menace Omicron, le conseil scientifique plaide pour un renforcement des mesures de contrôle, doublé d’une accélération des rappels.", + "content": "Des affiches rappelant les passants à respecter les gestes barrières, sur le marché de Noël de Strasbourg, le 26 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/16/violences-dans-le-football-le-match-definitivement-interrompu-quand-un-joueur-sera-blesse_6106276_3242.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/14/redoubler-de-prudence-a-l-approche-des-fetes-le-remede-amer-du-conseil-scientifique_6105964_3244.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 10:31:36 +0100", + "pubDate": "Tue, 14 Dec 2021 10:05:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262807,16 +288752,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9f57488fae8674b4c917b8c05fb8134" + "hash": "678e172c735a8bc39e89639beae10ee0" }, { - "title": "La Fed prévoit trois hausses de taux en 2022, alors que l’inflation lamine le pouvoir d’achat des Américains", - "description": "La banque centrale américaine prévoit que les taux directeurs passeront en moyenne à 0,9 % fin 2022, à 1,6 % fin 2023 avec deux hausses prévues dans l’année, puis à 2,1 % en 2024 avec deux hausses également et enfin 2,5 % à long terme.", - "content": "Le bâtiment de la Réserve fédérale, à Washington, en avril 2020.", + "title": "Le record de température de 38 °C enregistré en juin 2020 dans l’Arctique a été validé par l’ONU", + "description": "La ville de Verkhoïansk se situe au-delà du cercle polaire, en Sibérie, et a connu une température record à l’été 2020.", + "content": "Verkhoïansk se trouve à environ 115 kilomètres au nord du cercle polaire et les températures y sont mesurées depuis 1885.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/16/face-a-la-remontee-de-l-inflation-qui-lamine-le-pouvoir-d-achat-des-americains-la-fed-prevoit-trois-hausses-de-taux-en-2022_6106275_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/14/le-record-de-temperature-de-38-c-enregistre-en-juin-2020-dans-l-arctique-a-ete-valide-par-l-onu_6105962_3244.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 10:30:17 +0100", + "pubDate": "Tue, 14 Dec 2021 09:26:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262828,16 +288773,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68806e2c641df4edc84da34dce1e5df7" + "hash": "cfb04cf0daef98f9c3afa268ee85162a" }, { - "title": "Affaire Delphine Jubillar : un an après sa disparition, le mystère reste entier", - "description": "La jeune femme de 33 ans n’a plus donné signe de vie depuis la nuit du 15 au 16 décembre 2020, après une dispute avec son mari à leur domicile. Mercredi, la nouvelle compagne de Cédric Jubillar a été placée en garde à vue à la suite de soupçons de « recel de cadavre ».", - "content": "La maison de Delphine Jubillar, qui a disparu dans la nuit du 15 décembre 2020, à Cagnac-les-Mines (Tarn), le 22 décembre 2020.", + "title": "Les opérateurs télécoms tentés d’augmenter le prix des forfaits fixes et mobiles", + "description": "Alors que les revenus du secteur stagnent depuis de nombreuses années, les opérateurs veulent répercuter la hausse de leurs charges sur les forfaits.", + "content": "Une boutique Orange, à Bordeaux (Gironde), le 23 février 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/16/un-an-apres-le-mystere-de-la-disparition-de-delphine-jubillar-reste-entier_6106232_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/14/les-operateurs-telecoms-tentes-d-augmenter-le-prix-des-forfaits-fixes-et-mobiles_6105961_3234.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 03:02:42 +0100", + "pubDate": "Tue, 14 Dec 2021 09:00:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262849,16 +288794,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a353f989f3bb29356d0fb05004b8a92b" + "hash": "a94ea052bb5bba3a180cf1f4401384f8" }, { - "title": "Entretien d’Emmanuel Macron sur TF1 et LCI : un président « égocentré » et un exercice de « propagande », dénoncent les oppositions", - "description": "Au lendemain de l’entretien fleuve du chef de l’Etat diffusé mercredi, plusieurs candidats à l’élection présidentielle et dirigeants de partis d’opposition ont critiqué le fond comme la forme de l’exercice télévisuel.", - "content": "Le président de la République, Emmanuel Macron, lors de son interview à l’Elysée, le 15 décembre 2021.", + "title": "Covid-19 : l’Anses préconise d’éviter les masques FFP2 au graphène, par précaution", + "description": "L’agence de sécurité sanitaire a estimé que les données faisaient défaut quant à la toxicité de ce matériau synthétique utilisé dans la fabrication de certains masques FFP2.", + "content": "En avril, le Canada avait été le premier pays à mettre en évidence les risques potentiels des masques FFP2 (ou KN95, l’équivalent nord-américain) contenant du graphène.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/16/entretien-d-emmanuel-macron-sur-tf1-et-lci-un-president-egocentre-et-un-exercice-de-propagande-denoncent-les-oppositions_6106268_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/14/covid-19-l-anses-preconise-d-eviter-les-masques-ffp2-au-graphene-par-precaution_6105958_3244.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 09:39:07 +0100", + "pubDate": "Tue, 14 Dec 2021 08:30:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262870,16 +288815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "33b27ad714fc1110b9c986044becfdd8" + "hash": "c7af053d412ff766c46039897f34837d" }, { - "title": "Covid-19 : la France durcit les conditions d’entrée pour les voyages à destination et en provenance du Royaume-Uni", - "description": "Le gouvernement français a annoncé jeudi rétablir, à compter de samedi, l’obligation de « motifs impérieux » pour les voyageurs en partance ou de retour du Royaume-Uni face à « la diffusion extrêmement rapide du variant Omicron » dans ce pays.", - "content": "Un passager à l’aéroport de Roissy-Charles-de-Gaulle, près de Paris, le 2 décembre 2021.", + "title": "UFC-Que choisir demande la réforme de l’indice de réparabilité", + "description": "Défauts d’affichage sur les sites de vente en ligne, mode de calcul inefficace… L’association de consommateurs pointe les manquements de l’outil mis en place en janvier 2021 pour encourager l’achat de produits réparables et lutter contre le gaspillage.", + "content": "Les smartphones font partie des cinq types d’équipements choisis par les pouvoirs publics comme produits pilotes de l’indice de réparabilité.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/16/covid-19-la-france-durcit-les-conditions-d-entree-pour-les-voyageurs-en-provenance-du-royaume-uni_6106265_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/14/ufc-que-choisir-demande-la-reforme-de-l-indice-de-reparabilite_6105954_3234.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 09:25:26 +0100", + "pubDate": "Tue, 14 Dec 2021 06:37:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262891,16 +288836,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b03abe9c871e763a4573698cb024f75" + "hash": "51847955ca4cbdad4c489ba69a97e96f" }, { - "title": "Droits voisins : Google veut faire la paix avec les agences de presse et les éditeurs", - "description": "Le géant américain du numérique fait siennes les injonctions formulées en 2020 par l’Autorité de la concurrence, espérant « tourner la page » de deux années de conflit avec les journaux et les agences de presse.", - "content": "A Mountain View, en Californie, en septembre 2019.", + "title": "Covid-19 : avec 90 % de la population éligible ayant reçu au moins une dose, la France a-t-elle atteint son plafond vaccinal ?", + "description": "Le rythme des primo-injections stagne à son plus bas niveau depuis presque un an et les marges de manœuvre pour convaincre les 6 millions d’adultes non vaccinés apparaissent désormais limitées.", + "content": "Le rythme des primo-injections stagne à son plus bas niveau depuis presque un an et les marges de manœuvre pour convaincre les 6 millions d’adultes non vaccinés apparaissent désormais limitées.", "category": "", - "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/16/droits-voisins-google-veut-faire-la-paix-avec-les-agences-de-presse-et-les-editeurs_6106264_3236.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/14/covid-19-avec-90-de-la-population-eligible-ayant-recu-au-moins-une-dose-la-france-a-t-elle-atteint-son-plafond-vaccinal_6105943_3244.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 09:08:05 +0100", + "pubDate": "Tue, 14 Dec 2021 05:41:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262912,16 +288857,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f172446a1d46182a2b834b73159fd255" + "hash": "c7ed5d41423090a338ed36b436826036" }, { - "title": "Election présidentielle 2022 : le pouvoir d’achat, enjeu-clé de la campagne", - "description": "Plutôt qu’un calcul détaillé comme celui du gouvernement ou des économistes, « le pouvoir d’achat, c’est le petit plus que l’on s’offre quand on a tout payé », selon une note du think tank Terra Nova publiée jeudi.", - "content": "Une caissière dans un supermarché de Montpellier (Herault), le 30 mars 2020.", + "title": "Assaut du Capitole : l’ancien chef de cabinet de Donald Trump pourrait être poursuivi pénalement", + "description": "Mark Meadows est accusé d’entraver l’enquête du Congrès sur l’attaque survenue le 6 janvier à Washington par des partisans de l’ancien président américain.", + "content": "Mark Meadows (à gauche) aux côtés de Donald Trump, à la Maison Blanche, à Washington, le 21 octobre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/16/pouvoir-d-achat-un-enjeu-cle-de-la-campagne-presidentielle_6106262_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/14/assaut-du-capitole-l-ancien-chef-du-cabinet-de-donald-trump-pourrait-etre-poursuivi-penalement_6105934_3210.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 08:49:43 +0100", + "pubDate": "Tue, 14 Dec 2021 03:25:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262933,16 +288878,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c895a2483f38f7e1d941b200768c3eec" + "hash": "e0e49352faeed09807e83fbf7fdd2d57" }, { - "title": "Aux Pays-Bas, « Rutte 4 » démarre avec la même équipe, mais sur des bases différentes", - "description": "L’accord de gouvernement conclu par le premier ministre, Mark Rutte, fruit de neuf mois de laborieuses négociations, prévoit de respecter le principe de neutralité carbone en 2050 et de réduire les inégalités, avec des investissements dans les secteurs de l’éducation et du logement.", - "content": "Mark Rutte (centre), et les leaders de VVD, D66 et CDA, annoncent l’accord de coalition des partis gouvernementaux, à La Haye, le 15 décembre 2021.", + "title": "Le groupe France Loisirs trouve un repreneur, mais va perdre 90 % de ses employés", + "description": "Seuls 47 postes seront préservés par Financière Trésor du patrimoine sur les 516 que comptait le club de livres en France. Quatorze boutiques seront conservées sur les 122 actuelles.", + "content": "Une librairie France Loisirs, à Paris, en novembre 2020.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/16/aux-pays-bas-rutte-4-demarre-avec-la-meme-equipe-mais-sur-des-bases-differentes_6106260_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/14/le-groupe-france-loisirs-trouve-un-repreneur-mais-va-perdre-plus-de-600-emplois_6105932_3234.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 08:18:19 +0100", + "pubDate": "Tue, 14 Dec 2021 02:52:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262954,16 +288899,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f10e104cb04dc23419886655b07ad6f1" + "hash": "ce049a21dc904789d7304e229fc939d3" }, { - "title": "Aux Philippines, le « supertyphon » Rai provoque l’évacuation de plus de 90 000 personnes", - "description": "Initialement attendu dans l’après-midi, le typhon a touché terre dès jeudi matin sur l’île de Siargao, dans le centre des Philippines. Des vents atteignant 195 km/h ont été signalés dans le pays, touché par une vingtaine de typhons par an.", - "content": "Une touriste cherche refuge à Dapa, sur l’île de Mindanao, alors que le typhon Rai arrivait sur les Philippines, le 16 décembre 2021.", + "title": "Alerte sur les substances toxiques disséminées par les plastiques", + "description": "Deux études internationales relèvent la présence d’additifs dangereux pour la santé et l’environnement dans les granulés servant de base à la production du plastique, jusqu’à son recyclage.", + "content": "Des bouchons de bouteilles en plastique dans la cour d’une usine de recyclage de déchets de MP Industries à Gardanne, près de Marseille, le 23 novembre 2018.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/16/aux-philippines-le-supertyphon-rai-provoque-l-evacuation-de-plus-de-45-000-personnes_6106259_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/14/alerte-sur-les-substances-toxiques-disseminees-par-les-plastiques_6105930_3244.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 08:01:56 +0100", + "pubDate": "Tue, 14 Dec 2021 02:00:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262975,16 +288920,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9772ab3823dbd43dd43240789cafe8ee" + "hash": "70afeeb2df07e04389184e2c28285040" }, { - "title": "Selon Reporters sans frontières, 488 journalistes sont emprisonnés dans le monde", - "description": "C’est le bilan le plus élevé depuis 1995. Selon l’ONG de défense de la liberté de la presse, trois pays en sont les principaux responsables : la Birmanie, la Biélorussie et la Chine.", - "content": "Le journaliste Olivier Dubois (photographié ici au cours d’un reportage, à Nioro, au Mali, en septembre 2020) est retenu depuis avril au Mali.", + "title": "A Vienne, les négociations sur le nucléaire iranien restent au point mort", + "description": "L’Iran a fait des propositions qui sont « incompatibles » avec l’accord de Vienne, ont déclaré les trois pays européens, dont la France, impliqués dans les discussions entamées en Autriche depuis le 29 novembre.", + "content": "L’Iran a fait des propositions qui sont « incompatibles » avec l’accord de Vienne, ont déclaré les trois pays européens, dont la France, impliqués dans les discussions entamées en Autriche depuis le 29 novembre.", "category": "", - "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/16/selon-reporters-sans-frontieres-488-journalistes-sont-emprisonnes-dans-le-monde_6106252_3236.html", + "link": "https://www.lemonde.fr/international/article/2021/12/14/a-vienne-les-negociations-sur-le-nucleaire-iranien-restent-au-point-mort_6105929_3210.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 06:39:00 +0100", + "pubDate": "Tue, 14 Dec 2021 01:59:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -262996,16 +288941,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "37fb8f1190435d238018b319c1589bc1" + "hash": "08af2e5aec5dcca5e6ae5de95d3a4e84" }, { - "title": "Assassinat de JFK : des milliers de documents du FBI et de la CIA déclassifiés", - "description": "Les rapports montrent que les enquêteurs ont multiplié les pistes. Selon la conclusion de l’enquête, le président américain a été tué par Lee Harvey Oswald.", - "content": "John F. Kennedy et sa femme, Jacqueline Bouvier Kennedy, à Dallas (Texas), le 22 novembre 1963, peu avant l’assassinat du président américain.", + "title": "Mondial féminin de handball : en battant la Russie, la France hérite de la Suède en quarts de finale", + "description": "Les championnes olympiques ont étouffé, lundi, l’équipe russe (33-28) grâce à une Allison Pineau des grands soirs. Elles retrouveront l’équipe scandinave qu’elles avaient éliminée en demi-finales aux derniers JO.", + "content": "La joueuse française Coralie Lassource en action entre deux adversaires russes, le 13 décembre 2021, à Granollers (Espagne).", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/16/assassinat-de-jfk-des-milliers-de-documents-du-fbi-et-de-la-cia-declassifies_6106249_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/13/mondial-feminin-de-handball-en-battant-la-russie-la-france-herite-de-la-suede-en-quart-de-finale_6105925_3242.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 06:09:56 +0100", + "pubDate": "Mon, 13 Dec 2021 23:52:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263017,16 +288962,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ec7f45e33423b7a0ecba7cd2a55b562" + "hash": "c8eb7953ba148b04c6f934d9e25e5942" }, { - "title": "Après la COP26, le Haut Conseil pour le climat appelle la France à accélérer ses efforts et renforcer ses objectifs", - "description": "L’instance indépendante exhorte aussi le pays à retrouver un leadership international sur le climat et demande une « opérationnalisation » des plans d’action des ministères.", - "content": "Des manifestants demandant des mesures plus ambitieuses pour lutter contre le changement climatique, à Paris, en mai 2021.", + "title": "Les militaires américains responsables de la frappe de drone à Kaboul ne seront pas poursuivis", + "description": "Cette frappe, qui avait tué dix civils afghans, avait été menée la veille du retrait américain d’Afghanistan, intervenu le 30 août, après vingt ans de présence dans le pays.", + "content": "Des chaussures partiellement brûlées dans les décombres de la maison endommagée le 29 août par une frappe de drone de l’armée américaine, à Kaboul.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/16/le-haut-conseil-pour-le-climat-appelle-la-france-a-accelerer-ses-efforts-et-renforcer-ses-objectifs_6106247_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/13/les-militaires-americains-responsables-de-la-frappe-de-drone-a-kaboul-ne-seront-pas-poursuivis_6105923_3210.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 06:00:11 +0100", + "pubDate": "Mon, 13 Dec 2021 23:09:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263038,16 +288983,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "114facf7fbfd87cb67e93ab1ab7d1455" + "hash": "067d722b6d400703b0b2974ee09932f1" }, { - "title": "Présidentielle 2022 : sur TF1, le presque candidat Emmanuel Macron joue la carte de l’empathie avec les Français", - "description": "Le chef de l’Etat a dressé le bilan de son quinquennat, regrettant certaines de ses petites phrases et renonçant à la réforme des retraites. Mais il a également assumé sa politique économique et égratigné ses potentiels rivaux lors de l’élection.", - "content": "Emmanuel Macron face aux journalistes de TF1 et LCI, au palais de l’Elysée, lors d’un entretien préenregistré et diffusé mercredi 15 décembre.", + "title": "Pays-Bas : accord de coalition pour former un gouvernement au terme de neuf mois de discussions", + "description": "Le pacte gouvernemental devrait être présenté mercredi et Mark Rutte formera ensuite son nouveau gouvernement, qui entrera en fonctions au début de 2022.", + "content": "Bien que le VVD ait remporté les élections législatives, Mark Rutte a besoin du soutien du D66, des chrétiens-démocrates de la CDA et de l’Union chrétienne pour obtenir la majorité au Parlement.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/16/presidentielle-2022-sur-tf1-le-presque-candidat-emmanuel-macron-joue-la-carte-de-l-empathie-avec-les-francais_6106243_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/13/pays-bas-accord-de-coalition-pour-former-un-gouvernement-au-terme-de-neuf-mois-de-discussions_6105922_3210.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 05:46:05 +0100", + "pubDate": "Mon, 13 Dec 2021 22:57:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263059,16 +289004,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1ac6bbd9575517b1c19cf8d4a8a52c41" + "hash": "b85d0c9e6f0da8a398b41dc101fb1e6b" }, { - "title": "Marée noire en Californie : l’opérateur de l’oléoduc poursuivi pour « négligence »", - "description": "La société texane Amplify Energy a été inculpée par un procureur fédéral mercredi. Une importante fuite de pétrole avait souillé les côtes au sud de Los Angeles en octobre.", - "content": "Nettoyage de la plage de Coronal Del Mar, dans le sud de la Californie, souillée par une marée noire, le 7 octobre 2021.", + "title": "Tunisie : le président prolonge le gel du Parlement, annonce un référendum et des législatives", + "description": "Une réforme de la Constitution sera élaborée à la suite d’une consultation en ligne, puis seront organisés un référendum en juillet et des élections législatives en décembre.", + "content": "« Les réformes constitutionnelles et autres seront soumis à référendum le 25 juillet 2022, jour anniversaire de la proclamation de la République », a déclaré le président tunisien, Kaïs Saïed, lundi 13 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/16/maree-noire-en-californie-l-operateur-de-l-oleoduc-poursuivi-pour-negligence_6106239_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/13/tunisie-le-president-prolonge-le-gel-du-parlement-annonce-un-referendum-et-des-legislatives_6105921_3212.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 04:42:34 +0100", + "pubDate": "Mon, 13 Dec 2021 22:14:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263080,16 +289025,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd9ecd4ed8176e3987f84a1fe07ae0fc" + "hash": "6e896c53481cba2069459e073e05e52f" }, { - "title": "Protection de l’enfance : le Sénat vote pour une meilleure prise en charge des enfants placés", - "description": "Le projet de loi avait déjà été adopté en première lecture par les députés en juillet. Il prévoit notamment un suivi après 18 ans et l’interdiction de l’hébergement des mineurs à l’hôtel.", - "content": "Le projet de loi avait déjà été adopté en première lecture par les députés en juillet. Il prévoit notamment un suivi après 18 ans et l’interdiction de l’hébergement des mineurs à l’hôtel.", + "title": "Agressions sexuelles : les victimes de Larry Nassar concluent un accord d’indemnisation avec les autorités sportives américaines", + "description": "Les centaines de victimes recevront 380 millions de dollars. Condamné en 2017 et 2018, l’ancien médecin de l’équipe féminine américaine de gymnastique purge une peine de prison à vie.", + "content": "Le docteur Larry Nassar lors de l’audience au cours de laquelle la durée de sa peine d’emprisonnement a été fixée, à Lansing, dans le Michigan, le 16 janvier 2018.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/16/protection-de-l-enfance-le-senat-vote-pour-une-meilleure-prise-en-charge-des-enfants-places_6106238_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/13/agressions-sexuelles-les-victimes-de-larry-nassar-concluent-un-accord-d-indemnisation-avec-les-autorites-sportives-americaines_6105919_3242.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 04:25:51 +0100", + "pubDate": "Mon, 13 Dec 2021 21:52:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263101,16 +289046,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "736758182e3a0add6ff1f93bec0ebd42" + "hash": "5e8d75f2c8f3da79961da94f43232e71" }, { - "title": "Une Française meurt des suites d’une maladie dans un camp pour femmes djihadistes en Syrie", - "description": "Arrivée en 2014 en Syrie et emprisonnée depuis 2019, elle souffrait de diabète depuis plusieurs années. Sa fille de 6 ans est aujourd’hui orpheline.", - "content": "Le camp de Roj (Syrie), où sont détenus les proches de personnes soupçonnées d’appartenir à l’organisation Etat islamique, en mars 2021.", + "title": "Airbnb annonce avoir reversé 93 millions d’euros de taxe de séjour aux communes françaises", + "description": "La plate-forme ne publie pas le nombre de logements proposés dans l’Hexagone ni ce que les locations ont rapporté aux hôtes.", + "content": "Au niveau fiscal, Airbnb France a payé 204 662 euros d’impôt sur les sociétés au titre de 2020, contre 193 398 euros pour 2019.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/16/une-francaise-meurt-des-suites-d-une-maladie-dans-un-camp-pour-femmes-djihadistes-en-syrie_6106236_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/13/airbnb-annonce-avoir-verse-93-millions-d-euros-de-taxe-de-sejour-reverses-aux-communes-francaises_6105914_3234.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 04:04:30 +0100", + "pubDate": "Mon, 13 Dec 2021 20:16:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263122,16 +289067,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff12b8156ad06f015c262b3b501dc25e" + "hash": "6d9af88055193ae7cfa59cef4181d009" }, { - "title": "Un NFT de la première page de Wikipedia s’envole à 750 000 dollars aux enchères", - "description": "Il s’agit d’un objet numérique certifié (NFT) de la toute première page éditée sur l’encyclopédie en ligne en 2001. Egalement mis en vente mercredi par Christies, l’ordinateur du fondateur de Wikipedia, Jimmy Wales, est, lui, parti à 187 500 dollars.", - "content": "L’iMac de Jimmy Wales, le fondateur de Wikipedia, a été vendu aux enchères 187 500 dollars, le 15 décembre 2021.", + "title": "Veronica Forqué, l’actrice espagnole qui a tenu le rôle de Kika pour Pedro Almodovar, est morte", + "description": "L’actrice de 66 ans, l’une des plus populaires du cinéma espagnol des années 1980 et 1990, avait joué dans plusieurs films d’Almodovar.", + "content": "Veronica Forqué adresse un baiser à la foule, qu’elle va poser sur le tapis rouge de la 35e cérémonie des Goya, à Malaga, le 6 mars 2021.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/16/la-premiere-page-de-wikipedia-s-envole-a-750-000-dollars-aux-encheres_6106234_4408996.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/13/mort-de-l-actrice-espagnole-veronica-forque-qui-a-tenu-le-role-de-kika-pour-pedro-almodovar_6105912_3382.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 03:28:03 +0100", + "pubDate": "Mon, 13 Dec 2021 19:57:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263143,16 +289088,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3854c59e48759de8e8fa2c789f1879d0" + "hash": "58e97da13b9c8e735af0d2aa98cd149c" }, { - "title": "Tornades aux Etats-Unis : Joe Biden promet l’aide fédérale aux sinistrés", - "description": "Le président américain s’est rendu mercredi dans le Kentucky, Etat particulièrement touché par les vents violents qui ont traversé le Midwest vendredi. De nouvelles tempêtes frappent actuellement le centre et le nord du pays.", - "content": "Joe Biden donne une conférence de presse à Dawson Springs, dans le Kentucky, mercredi 15 décembre 2021.", + "title": "Elon Musk désigné personnalité de l’année par le magazine « Time »", + "description": "Tesla est devenu le constructeur automobile le mieux valorisé du monde et SpaceX a envoyé une fusée à la frontière de l’espace avec un équipage entièrement civil.", + "content": "Le PDG de Tesla, Elon Musk, sur le site de construction de la Gigafactory de Tesla à Gruenheide près de Berlin, en Allemagne, le 13 août 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/16/tornades-aux-etats-unis-joe-biden-promet-l-aide-federale-aux-sinistres_6106226_3210.html", + "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/13/elon-musk-designe-personnalite-de-l-annee-par-le-magazine-time_6105910_3236.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 01:31:01 +0100", + "pubDate": "Mon, 13 Dec 2021 19:25:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263164,16 +289109,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5b565c62084b5906ac164dff1c271010" + "hash": "1965c47ee12c19533e15342a2fda9ef4" }, { - "title": "Accident de la route mortel à Paris : le chauffeur de la Tesla mis en examen pour « homicide involontaire »", - "description": "Selon l’avocate du chauffeur de taxi mis en cause, la pédale de frein est restée bloquée. Une personne est morte et 19 autres ont été blessées samedi, dans le 13e arrondissement.", - "content": "Une voiture Tesla dans les rues de Paris, le 14 décembre 2021.", + "title": "Cinq sites pornographiques sommés par le CSA d’empêcher l’accès des mineurs à leurs contenus", + "description": "Pornhub, Tukif, XHamster, XVideos et XNXX s’exposent à un blocage total en France s’ils ne respectent pas cette obligation dans les quinze jours.", + "content": "LAS VEGAS, NV - JANUARY 24: A Pornhub logo is displayed at the company's booth at the 2018 AVN Adult Entertainment Expo at the Hard Rock Hotel & Casino on January 24, 2018 in Las Vegas, Nevada. Ethan Miller/Getty Images/AFP (Photo by Ethan Miller / GETTY IMAGES NORTH AMERICA / Getty Images via AFP)", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/16/accident-de-la-route-mortel-a-paris-le-chauffeur-de-la-tesla-mis-en-examen-pour-homicide-involontaire_6106221_3224.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/13/cinq-sites-pornographiques-sommes-par-le-csa-d-empecher-l-acces-des-mineurs-a-leurs-contenus_6105909_4408996.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:32:25 +0100", + "pubDate": "Mon, 13 Dec 2021 19:08:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263185,16 +289130,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51c955fb65599aa1d7976c1b16d215d6" + "hash": "a90a067cea001a4d695c215db9a469b1" }, { - "title": "Une violence « systémique et généralisée » envers les migrants aux frontières européennes", - "description": "Dans un rapport publié jeudi 16 décembre, plusieurs associations de défense du droit d’asile en Europe dénoncent les refoulements illégaux aux frontières internes et externes de l’Europe.", - "content": "Des soldats de l’armée espagnole affrontent des migrants près de la frontière entre le Maroc et l’Espagne, dans l’enclave espagnole de Ceuta, le 18 mai 2021.", + "title": "« Log4Shell », la faille de sécurité qui sème la panique sur Internet", + "description": "Une bibliothèque utilisée par le langage de programmation Java, baptisée Log4j, peut être détournée pour faire fonctionner du code non autorisé sur un serveur. De nombreuses entreprises ou administrations sont potentiellement concernées.", + "content": "Une bibliothèque utilisée par le langage de programmation Java, baptisée Log4j, peut être détournée pour faire fonctionner du code non autorisé sur un serveur. De nombreuses entreprises ou administrations sont potentiellement concernées.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/16/une-violence-systemique-et-generalisee-envers-les-migrants-aux-frontieres-europeennes_6106220_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/13/log4shell-la-faille-de-securite-qui-seme-la-panique-sur-internet_6105907_4408996.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:15:12 +0100", + "pubDate": "Mon, 13 Dec 2021 18:44:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263206,16 +289151,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1ed4e6554f60a55e5831565032f8f4c" + "hash": "d8fd827f1f5a0fd77ab7ca6eb8caaad1" }, { - "title": "Pesticides : l’exposition des Français est en baisse mais reste généralisée", - "description": "L’étude publiée jeudi par Santé publique France (SpF) minimise cependant le niveau d’imprégnation au glyphosate et fait l’impasse sur celui aux néonicotinoïdes.", - "content": "Un agriculteur pulvérise l’herbicide glyphosate Roundup 720 dans un champ, à Saint Germain-sur-Sarthe (Sarthe), en septembre 2019.", + "title": "Valérie Pécresse saisit le CSA après l’annonce de l’interview d’Emmanuel Macron sur TF1", + "description": "Alors que TF1 et LCI diffuseront, mercredi soir, une interview du président de la République, la candidate des Républicains à l’élection présidentielle devait être interrogée au même moment sur BFM-TV. Mais l’émission a été annulée.", + "content": "Les Republicains (LR) right-wing party's candidate for the 2022 presidential election Valerie Pecresse speaks to supporters during a public meeting in La Madeleine, near Lille, on December 10, 2021. (Photo by FRANCOIS LO PRESTI / AFP)", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/16/pesticides-l-exposition-des-francais-est-en-baisse-mais-reste-generalisee_6106219_3244.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/13/valerie-pecresse-saisit-le-csa-apres-l-annonce-de-l-interview-d-emmanuel-macron-sur-tf1_6105906_6059010.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 00:00:16 +0100", + "pubDate": "Mon, 13 Dec 2021 18:36:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263227,16 +289172,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fe8f33ff98daca9a9e195a165143fce" + "hash": "a0ca8063c7d0533e27302c29b0bda572" }, { - "title": "Sur TF1, Emmanuel Macron reste flou concernant une éventuelle candidature en 2022 : « On ne transforme pas un pays en cinq ans »", - "description": "Lors d’un entretien donné à TF1 et LCI à quatre mois de l’élection présidentielle, le président de la République est revenu sur les moments forts de son quinquennat, esquissant certains mea culpa et renonçant à son projet initial de réforme des retraites.", - "content": "Emmanuel Macron répond aux questions des journalistes depuis l’Elysée, lors d’une émission diffusée le 15 décembre 2021.", + "title": "JO Paris 2024 : la Seine sera le théâtre de la cérémonie d’ouverture des Jeux, devant 600 000 personnes", + "description": "Les organisateurs ont dévoilé, lundi 13 décembre, leur concept de « Seine olympique » : les 10 500 athlètes défileront, le 26 juillet 2024, sur des bateaux, devant les spectateurs massés sur les quais du fleuve parisien.", + "content": "Vue d’artiste du défilé sur la Seine lors de la cérémonie d’ouverture des JO 2024 à Paris.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/15/sur-tf1-emmanuel-macron-reste-flou-sur-une-eventuelle-candidature-en-2022-on-ne-transforme-pas-un-pays-en-cinq-ans_6106217_823448.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/13/jo-paris-2024-la-seine-sera-le-theatre-de-la-ceremonie-d-ouverture-des-jeux-devant-600-000-personnes_6105905_3242.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 23:23:41 +0100", + "pubDate": "Mon, 13 Dec 2021 18:17:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263248,16 +289193,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "763db0865e63f2de9cb391a408b9d2ad" + "hash": "78a59aa5c975209e643a5bd214dca7e0" }, { - "title": "Réforme des retraites : Emmanuel Macron confirme l’abandon du texte, avant l’élection présidentielle", - "description": "S’il est toujours en faveur d’une « sortie des régimes spéciaux » au profit de « trois grands régimes », il ne défend plus le passage à un seul système universel.", - "content": "Emmanuel Macron répond aux questions des journalistes Audrey Crespo-Mara et Darius Rochebin à l’Elysée, lors d’une émission enregistrée dimanche 12 décembre et diffusée le 15 décembre sur TF1 et LCI.", + "title": "Le groupe Wagner sanctionné par l’Union européenne", + "description": "Les Vingt-Sept reprochent à ce groupe de mercenaires, qui a recours principalement à d’anciens militaires russes, des violations des droits humains et des opérations clandestines menées dans ces pays au bénéfice du Kremlin.", + "content": "Un camion du groupe militaire privé russe Wagner dans la base de l’armée centrafricaine (FACA) de Bangassou, attaquée et pillée le 3 janvier par les rebelles. Photo prise le 3 février 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/15/emmanuel-macron-confirme-l-abandon-de-la-reforme-des-retraites-avant-l-election-presidentielle_6106216_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/13/l-union-europeenne-sanctionne-les-mercenaires-russes-du-groupe-wagner_6105904_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 22:53:21 +0100", + "pubDate": "Mon, 13 Dec 2021 18:13:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263269,16 +289214,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "611b2d12f574d9d356f66777f1b9e8fe" + "hash": "316450c0558447c9cc1612df147b8d0c" }, { - "title": "Jean-Michel Aulas, président de l’OL, suspendu pendant 10 matchs après les incidents lors du match contre l’OM", - "description": "Le président de l’Olympique lyonnais se serait montré menaçant envers l’arbitre pour qu’il autorise la reprise du jeu après un incident lors du match contre Marseille, le 21 novembre.", - "content": "Le président de l’Olympique lyonnais, Jean-Michel Aulas, le 15 octobre 2019.", + "title": "Militaires renversés à Levallois-Perret en 2017 : trente ans de réclusion pour le conducteur", + "description": "Hamou Benlatreche avait blessé six soldats de l’opération Sentinelle avant de prendre la fuite. Il a été condamné, lundi 13 décembre, pour « tentative d’assassinat terroriste ».", + "content": "La voiture endommagée d’Hamou Benlatreche lors de son arrestation à côté de Marquise, près de Calais, le 9 août 2017.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/15/incidents-lors-d-ol-om-jean-michel-aulas-sanctionne-de-dix-matchs-de-suspension_6106215_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/13/militaires-renverses-a-levallois-perret-en-2017-trente-ans-de-reclusion-pour-le-conducteur_6105883_3224.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 22:03:33 +0100", + "pubDate": "Mon, 13 Dec 2021 16:34:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263290,16 +289235,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1620f017c3c56db745882ef4ee9e226" + "hash": "7ac95e80d0be99b3c2f33806e83c5475" }, { - "title": "L’équipe de France se qualifie pour les demi-finales du Mondial féminin de handball en battant la Suède", - "description": "Les Bleues ont dominé les Suédoises (31-26), mercredi, en quarts de finale et restent invaincues depuis le début de la compétition.", - "content": "Les Bleues ont dominé les Suédoises (31-26), mercredi, en quarts de finale et restent invaincues depuis le début de la compétition.", + "title": "Variant Omicron : « Il faut se préparer » selon Jean Castex, sans nouvelles mesures à ce stade", + "description": "On dénombre « un peu plus de 130 cas du variant Omicron » en France, a déclaré le porte-parole du gouvernement, Gabriel Attal, mardi.", + "content": "Jean Castex, en visite au centre de vaccination du parc Chanot, à Marseille, lundi 13 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/sport/live/2021/12/15/france-suede-suivez-le-quart-de-finale-du-mondial-feminin-de-handball-en-direct_6106196_3242.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/14/variant-omicron-il-faut-se-preparer-selon-castex-sans-nouvelles-mesures-a-ce-stade_6105966_3244.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:30:15 +0100", + "pubDate": "Tue, 14 Dec 2021 10:05:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263311,16 +289256,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84c19907b50176747aa6b20b7ac632b1" + "hash": "b0572af18a0e1bd43303597b8ecb77d5" }, { - "title": "Suivez en direct l’entretien d’Emmanuel Macron sur TF1 et LCI", - "description": "Le président de la République va faire le bilan de son quinquennat, mercredi, à partir de 21 h 05. A quatre mois de l’élection présidentielle, cette interview intitulée « Où va la France ? » est très critiquée par l’opposition.", - "content": "Le président de la République doit faire le bilan de son quinquennat lors de cet entretien diffusé par TF1 et LCI.", + "title": "Le président français s’est rendu en Hongrie, lundi. Les désaccords avec le premier ministre hongrois sont profonds, mais il reste susceptible d’être un allié sur des sujets comme les investissements, le nucléaire ou la défense européenne.", + "description": "Le président français s’est rendu en Hongrie, lundi. Les désaccords avec le premier ministre hongrois sont profonds, mais il reste susceptible d’être un allié sur des sujets comme les investissements, le nucléaire ou la défense européenne.", + "content": "Le président français, Emmanuel Macron, et le premier ministre hongrois, Viktor Orban, à l’issue d’une conférence de presse commune, à Budapest, le 13 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/live/2021/12/15/entretien-d-emmanuel-macron-sur-tf1-et-lci-suivez-son-interview-en-direct_6106202_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/13/emmanuel-macron-en-visite-en-hongrie-chez-viktor-orban-un-adversaire-politique-mais-un-partenaire-europeen_6105807_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 19:00:10 +0100", + "pubDate": "Mon, 13 Dec 2021 04:39:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263332,16 +289277,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67fe71e7642a3be10747dc3096266eb5" + "hash": "4864b4f126722678ca52e99b93faee8e" }, { - "title": "Jean-Luc Mélenchon à la Guadeloupe pour échanger avec les soignants en grève contre l’obligation vaccinale", - "description": "Le candidat à l’élection présidentielle, favorable à la vaccination mais opposé à l’obligation, a dénoncé la responsabilité de l’Etat dans le climat de défiance et salué les soignants mobilisés.", - "content": "Jean-Luc Mélenchon échangeant avec des membres du personnel soignant du CHU de Pointe-à-Pitre, en Guadeloupe, en grève pour protester contre l’obligation vaccinale contre le Covid-19, le 15 décembre 2021.", + "title": "Variant Omicron : face au « raz-de-marée » au Royaume-Uni, la presse bat le rappel", + "description": "Si les lignes éditoriales divergent, les médias britanniques ont tous fait de l’urgence de la vaccination contre le Covid-19 leur « une » après l’intervention du premier ministre, Boris Johnson, dimanche.", + "content": "Une longue file d’attente s’est formée aux abords de la pharmacie de Sevenoaks (Angleterre), dans l’espoir de recevoir une dose de rappel du vaccin contre le Covid-19, le 13 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/15/jean-luc-melenchon-en-guadeloupe-face-aux-soignants-en-greve-contre-l-obligation-vaccinale_6106211_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/13/variant-omicron-face-au-raz-de-maree-au-royaume-uni-la-presse-britannique-bat-le-rappel_6105882_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 20:42:03 +0100", + "pubDate": "Mon, 13 Dec 2021 16:22:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263353,16 +289298,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e557928c1559ed423fba536023966c4f" + "hash": "22af9f44c2ac10b146d8d3b18b987a4d" }, { - "title": "L’autrice afroféministe bell hooks est morte, à l’âge de 69 ans", - "description": "Ses thèmes de prédilection étaient le féminisme, le racisme, la culture, la politique, le genre, l’amour et la spiritualité.", - "content": "Ses thèmes de prédilection étaient le féminisme, le racisme, la culture, la politique, le genre, l’amour et la spiritualité.", + "title": "Derrière Eric Zemmour, les cinquante lieutenants d’une campagne d’extrême droite", + "description": "Grognards du RN, « Maréchal connexion », transfuges des Républicains, orphelins de la droite catholique et de La Manif pour tous, membres de l’ultradroite, réseaux d’influence intellectuelle… « Le Monde » a enquêté sur les multiples familles des principaux soutiens du candidat à l’élection présidentielle.", + "content": "Grognards du RN, « Maréchal connexion », transfuges des Républicains, orphelins de la droite catholique et de La Manif pour tous, membres de l’ultradroite, réseaux d’influence intellectuelle… « Le Monde » a enquêté sur les multiples familles des principaux soutiens du candidat à l’élection présidentielle.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/15/l-autrice-et-critique-afrofeministe-bell-hooks-est-morte_6106209_3382.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/12/derriere-eric-zemmour-les-cinquante-lieutenants-d-une-campagne-d-extreme-droite_6105788_4355770.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 19:58:22 +0100", + "pubDate": "Sun, 12 Dec 2021 19:28:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263374,16 +289319,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0f01c4d5211ad591e85c411dcc7cc0e" + "hash": "7e9ddc89a7a2e75405dbe30eb30f2f55" }, { - "title": "La réforme de la formation des enseignants entraîne des moyens supplémentaires", - "description": "Sans création de postes, le ministère de l’éducation nationale arrive à dégager des moyens d’enseignement supplémentaires, avec la réforme de la formation des enseignants.", - "content": "Une professeure avec sa classe de seconde MTNE (métier des transitions numériques et énergétiques) au lycée professionnel Philadelphe-de-Gerde, à Pessac (Gironde), le 9 décembre 2021.", + "title": "Aux Canaries, la longue éruption du volcan Cumbre Vieja oblige à confiner 33 000 habitants", + "description": "Les habitants de plusieurs communes de l’île espagnole de La Palma, dans l’archipel, ont reçu l’ordre de se confiner en raison des gaz toxiques émanant du volcan entré en éruption il y a près de trois mois.", + "content": "Un membre de l’Unité militaire d’urgence espagnole (UME), nettoie les cendres des maisons, suite à l’éruption du volcan Cumbre Vieja sur l’île canarienne de La Palma, le 12 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/15/rentree-2022-la-reforme-de-la-formation-des-enseignants-entraine-des-moyens-supplementaires_6106208_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/13/aux-canaries-la-longue-eruption-du-volcan-cumbre-vieja-oblige-a-confiner-33-000-habitants_6105878_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 19:50:51 +0100", + "pubDate": "Mon, 13 Dec 2021 16:01:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263395,16 +289340,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d3c76dbcd9277cca0cb2eb6377fdfb8" + "hash": "1698a1bf01e043625a380d191435505e" }, { - "title": "Dans les Bouches-du-Rhône et le Var, alerte à la pollution aux particules fines jeudi", - "description": "Les autorités conseillent d’éviter les activités physiques et sportives intenses, de maîtriser le chauffage ou encore de privilégier le covoiturage et les transports en commun.", - "content": "Carte d’alerte à la pollution aux particules fines sur le Var et les Bouches-du-Rhône, pour le 16 décembre 2021.", + "title": "Koffi Olomidé, star de la rumba congolaise, condamné pour la séquestration de quatre de ses ex-danseuses", + "description": "Le chanteur a été relaxé d’agressions sexuelles « au bénéfice du doute », a expliqué, lundi, la présidente de la 7e chambre correctionnelle de la cour d’appel de Versailles.", + "content": "Koffi Olomidé aux All Africa Music Awards, à Lagos, au Nigeria, le 21 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/15/dans-les-bouches-du-rhone-et-le-var-alerte-a-la-pollution-aux-particules-fines-jeudi_6106207_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/13/koffi-olomide-star-de-la-rumba-congolaise-condamne-pour-la-sequestration-de-quatre-de-ses-ex-danseuses_6105875_3212.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 19:40:23 +0100", + "pubDate": "Mon, 13 Dec 2021 15:41:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263416,16 +289361,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3884999e5af6a95894fa20db5a6a3046" + "hash": "5c5b9df98f0a913466d2af3fd7126608" }, { - "title": "George Floyd : Derek Chauvin endosse pour la première fois une part de responsabilité dans le meurtre de l’Afro-Américain", - "description": "L’ancien agent de police de Minneapolis a plaidé coupable de « violation des droits constitutionnels » de M. Floyd, mercredi. Il avait provoqué la mort du quadragénaire en pressant durant neuf minutes son genou contre son cou, malgré ses supplications.", - "content": "L’ancien agent de police de Minneapolis a plaidé coupable de « violation des droits constitutionnels » de M. Floyd, mercredi. Il avait provoqué la mort du quadragénaire en pressant durant neuf minutes son genou contre son cou, malgré ses supplications.", + "title": "Ligue des champions : le PSG affrontera finalement le Real Madrid et Lille défiera Chelsea en huitièmes de finale", + "description": "Un premier tirage au sort, plus tôt dans la journée, avait été annulé en raison d’une « erreur matérielle » et d’une réclamation de l’Atlético de Madrid.", + "content": "L’ancien attaquant international russe Andrey Arshavin lors du tirage au sort des huitièmes de finale de la Ligue des champions au siège de l’UEFA à Nyon, le 13 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/15/violences-policieres-derek-chauvin-plaide-coupable-de-violation-des-droits-constitutionnels-de-george-floyd_6106204_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/13/ligue-des-champions-le-psg-affrontera-manchester-united-et-lille-rencontrera-chelsea-en-huitiemes-de-finale-de-la-competition_6105859_3242.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 19:08:38 +0100", + "pubDate": "Mon, 13 Dec 2021 12:26:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263437,16 +289382,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03a954d1381e3151df45627175eb0b6b" + "hash": "bb3471c9302ee9ff9cfa85bbe7bccf3a" }, { - "title": "Israël a frappé des sites chimiques syriens, selon le « Washington Post »", - "description": "D’après le quotidien américain, à l’origine de ces révélations, l’Etat hébreu craint que le régime ne reconstitue son programme d’armes neurotoxiques officiellement dissout en 2013.", - "content": "Bombardements sur la ville de Binnish dans le nord-ouest de la province d’Idlib (Syrie), contrôlée par les rebelles, le 3 août 2020.", + "title": "Fraude fiscale : UBS condamnée en appel à 1,8 milliard d’euros en amende, confiscation et dommages et intérêts", + "description": "UBS était poursuivie pour avoir envoyé des commerciaux suisses en France pour « chasser » les riches clients de sa filiale française. Cette peine est largement inférieure à celle prononcée en première instance.", + "content": "UBS était poursuivie pour avoir envoyé des commerciaux suisses en France pour « chasser » les riches clients de sa filiale française. Cette peine est largement inférieure à celle prononcée en première instance.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/15/israel-aurait-frappe-des-sites-chimiques-syriens_6106200_3210.html", + "link": "https://www.lemonde.fr/evasion-fiscale/article/2021/12/13/fraude-fiscale-ubs-condamnee-en-appel-a-1-8-milliard-d-euros-en-amende-confiscation-et-dommages-et-interets_6105872_4862750.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:58:43 +0100", + "pubDate": "Mon, 13 Dec 2021 14:46:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263458,16 +289403,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "27727c0cce27a56d8aa887522c7a184c" + "hash": "0524cc465cee6e4801895db3b89b570d" }, { - "title": "L’université d’Aix-Marseille prépare sa rentrée en distanciel", - "description": "Début janvier, pendant deux semaines, seuls les examens se dérouleront dans les locaux, a annoncé le président de l’université, Eric Berton.", - "content": "Illustration.", + "title": "Variant Omicron : l’OMS alerte sur une « potentielle » résistance aux vaccins", + "description": "Identifié dans plus de soixante pays, le variant Omicron se propage à une « vitesse phénoménale », a souligné le ministre de la santé britannique lundi, estimant qu’il représentait quelque 40 % des infections à Londres.", + "content": "Des personnes font la queue pour se faire vacciner, à Sevenoaks, en Angleterre, le 13 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/15/a-l-universite-d-aix-marseille-des-cours-a-distance-pour-permettre-la-tenue-des-examens-en-presentiel_6106198_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/13/variant-omicron-l-oms-alerte-sur-une-potentielle-resistance-aux-vaccins_6105870_3244.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:33:11 +0100", + "pubDate": "Mon, 13 Dec 2021 14:29:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263479,16 +289424,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7073205aecabc4e5b105da430f5c6098" + "hash": "781713d7d4889bbbc71d01b40ab6cda5" }, { - "title": "Le Parlement adopte le dernier budget du quinquennat d’Emmanuel Macron", - "description": "A quatre mois de l’élection présidentielle, le vote mercredi à l’Assemblée nationale a été l’occasion pour l’opposition de critiquer un budget « électoraliste » soutenu par la majorité.", - "content": "A quatre mois de l’élection présidentielle, le vote mercredi à l’Assemblée nationale a été l’occasion pour l’opposition de critiquer un budget « électoraliste » soutenu par la majorité.", + "title": "Au Soudan, la police tire des lacrymogènes pour éloigner des centaines de manifestants du palais présidentiel", + "description": "De nombreux Soudanais sortent régulièrement dans la rue pour dénoncer le coup d’Etat mené le 25 octobre par le chef de l’armée, le général Abdel Fattah Al-Bourhane, exigeant la remise du pouvoir aux civils.", + "content": "Manifestation contre le coup d’Etat militaire, à Khartoum, le 9 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/15/le-parlement-adopte-le-dernier-budget-du-quinquennat-d-emmanuel-macron_6106197_823448.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/13/au-soudan-la-police-tire-des-lacrymogenes-pour-eloigner-des-centaines-de-manifestants-du-palais-presidentiel_6105869_3212.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:31:01 +0100", + "pubDate": "Mon, 13 Dec 2021 14:23:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263500,16 +289445,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55fa1265235189a63fa5cb03d3dba21e" + "hash": "2ca61716613c8d25ea9d80c108eb5c94" }, { - "title": "Selon des informations du « Monde », un nouveau conseil de défense sanitaire doit se tenir vendredi, à 16 heures.", - "description": "Le porte-parole du gouvernement, Gabriel Attal, a dit qu’il pourrait y avoir « de nouvelles décisions d’ici à la fin de la semaine ». Les autorités craignent que près de 4 000 patients se trouvent en réanimation « autour des fêtes ».", - "content": "Dans un hôpital de Bastia (Haute-Corse), le 15 décembre 2021.", + "title": "Masayuki Uemura, le père de la première console de jeux de Nintendo, est mort", + "description": "Cet ingénieur de formation, mort le 6 décembre à l’âge de 78 ans, a conçu la première console de jeux de la société japonaise, en 1983, la Famicom, plus connue sous le nom de NES dans le reste du monde.", + "content": "Masayuki Uemura, le 10 juillet 2013.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/15/covid-19-4-000-patients-attendus-en-reanimation-autour-des-fetes-selon-gabriel-attal_6106166_3244.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/13/masayuki-uemura-le-pere-de-la-premiere-console-de-jeux-de-nintendo-est-mort_6105866_4408996.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 14:18:26 +0100", + "pubDate": "Mon, 13 Dec 2021 13:37:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263521,16 +289466,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6b038292a8e6a8b1a6c4a9ba8913834b" + "hash": "1dfa4f680db52f6bee67ee9ea8dbdb75" }, { - "title": "La journaliste vietnamienne Pham Doan Trang condamnée à neuf ans de prison", - "description": "Récompensée à l’étranger par plusieurs prix couronnant sa lutte pour la liberté d’expression, l’écrivaine et blogueuse était accusée de « propagande anti-Etat » et de déclarations « préjudiciables » à la stabilité sociale.", - "content": "Capture d’écran de la journaliste Pham Doan Trang, à partir d’une vidéo de The 88 Project, un groupe de défense des droits qui traque les prisonniers politiques vietnamiens, diffusée sur YouTube.", + "title": "Etats-Unis : les dégâts des tornades en images", + "description": "Des tornades ont touché plusieurs Etats du Midwest américain le 10 décembre. Le bilan dépasse les 90 morts.", + "content": "Vue aérienne de Mayfield, aux Etats-Unis, le 11 décembre 2021, après le passage d’un tornade.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/15/la-journaliste-vietnamienne-pham-doan-trang-condamnee-a-neuf-ans-de-prison_6106192_3210.html", + "link": "https://www.lemonde.fr/planete/video/2021/12/13/etats-unis-les-degats-des-tornades-en-images_6105863_3244.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 17:58:31 +0100", + "pubDate": "Mon, 13 Dec 2021 13:21:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263542,16 +289487,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0d40cc1c389c72fed10d6b7e1789ad4" + "hash": "3972982456d0a0d0892ca1e8ced8c489" }, { - "title": "Tribune | « Y en a marre » : le coup de colère du joueur Dimitri Payet contre la violence dans les stades de football", - "description": "Le meneur de jeu de l’Olympique de Marseille, victime d’un jet de bouteille lors d’un match contre Lyon, le 21 novembre, dit son exaspération devant l’inertie des instances professionnelles face à la violence dans les stades. Avant la réunion interministérielle prévue jeudi 16 décembre, il les appelle à prendre leurs responsabilités.", - "content": "Le meneur de jeu de l’Olympique de Marseille, victime d’un jet de bouteille lors d’un match contre Lyon, le 21 novembre, dit son exaspération devant l’inertie des instances professionnelles face à la violence dans les stades. Avant la réunion interministérielle prévue jeudi 16 décembre, il les appelle à prendre leurs responsabilités.", + "title": "Dans les écoles, la ventilation, parent pauvre de la lutte contre le Covid-19", + "description": "Des capteurs de CO2 et purificateurs d’air arrivent doucement dans les établissements, alors que le nombre de cas positifs en milieu scolaire augmente.", + "content": "Des capteurs de CO2 et purificateurs d’air arrivent doucement dans les établissements, alors que le nombre de cas positifs en milieu scolaire augmente.", "category": "", - "link": "https://www.lemonde.fr/idees/article/2021/12/15/dimitri-payet-est-ce-que-je-dois-arreter-de-tirer-les-corners-est-ce-que-je-dois-arreter-de-jouer-au-football-dites-moi_6106190_3232.html", + "link": "https://www.lemonde.fr/education/article/2021/12/13/la-ventilation-parent-pauvre-de-la-lutte-contre-le-covid-19-a-l-ecole_6105801_1473685.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 17:53:00 +0100", + "pubDate": "Mon, 13 Dec 2021 02:33:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263563,16 +289508,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bdf48fbdd5c888baa1227f166f2b3c2f" + "hash": "ffab4de7dd31e66a2c55c4bea0f0cb47" }, { - "title": "Abaisser la majorité pénale, créer des centres fermés… que valent les propositions des candidats sur la justice des mineurs ?", - "description": "Plusieurs d’entre eux critiquent le laxisme de la répression des plus jeunes. Pourtant, de nombreuses mesures sont déjà appliquées.", - "content": "La justice des mineurs a connu, depuis deux décennies, de nombreuses réformes allant dans le sens d’un durcissement.", + "title": "Yannick Agnel, poursuivi pour viol sur mineure, « reconnaît la matérialité des faits »", + "description": "L’ancien champion olympique français de natation, placé sous contrôle judiciaire, a été mis en examen samedi pour « viol et agression sexuelle sur mineure de 15 ans ».", + "content": "Yannick Agnel aux Jeux olympiques de Rio, au Brésil, le 7 août 2016.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/15/abaisser-la-majorite-penale-creer-des-centres-fermes-que-valent-ces-propositions-sur-la-justice-des-mineurs_6106189_4355770.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/13/l-ex-nageur-yannick-agnel-poursuivi-pour-viol-sur-mineure-reconnait-la-materialite-des-faits_6105855_3242.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 17:51:39 +0100", + "pubDate": "Mon, 13 Dec 2021 12:08:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263584,16 +289529,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "092f39b305e81b5eb5f5ab218868ebc5" + "hash": "7d3eb418b74d0d915c5c799ae98c7b46" }, { - "title": "Covid-19 : la France durcit les conditions d’entrée pour les voyageurs en provenance du Royaume-Uni", - "description": "La durée de validité des tests est réduite à vingt-quatre heures et les déplacements de « tourisme ou professionnels pour des personnes qui ne sont pas résidentes en France seront limités », a annoncé le porte-parole du gouvernement, Gabriel Attal.", - "content": "Un passager à l’aéroport de Roissy-Charles-de-Gaulle, près de Paris, le 2 décembre 2021.", + "title": "A Abou Dhabi, Naftali Bennett scelle le rapprochement d’Israël avec les Emirats", + "description": "Pour la première fois, un premier ministre israélien peut effectuer ce déplacement, fruit de la normalisation des relations de l’Etat hébreu avec plusieurs pays arabes.", + "content": "Lors de la première visite d’un dirigeant israélien aux Emirats arabes unis, le premier ministre Naftali Bennett est accueilli par le prince héritier, Mohammed Ben Zayed Al-Nahyane, à Abou Dhabi, le 12 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/16/covid-19-la-france-durcit-les-conditions-d-entree-pour-les-voyageurs-en-provenance-du-royaume-uni_6106265_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/13/a-abou-dhabi-naftali-bennett-scelle-le-rapprochement-d-israel-avec-les-emirats_6105853_3210.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 09:25:26 +0100", + "pubDate": "Mon, 13 Dec 2021 12:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263605,16 +289550,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "083c7ddea69b70d926e761894c1036ed" + "hash": "5688b19f2964a6743d9d102146ac4e7d" }, { - "title": "Pouvoir d’achat : un enjeu clé de la campagne présidentielle", - "description": "Plutôt qu’un calcul détaillé comme celui du gouvernement ou des économistes, « le pouvoir d’achat, c’est le petit plus que l’on s’offre quand on a tout payé », selon une note du think tank Terra Nova publiée jeudi.", - "content": "Emmanuel Macron face aux journalistes de TF1 et LCI, au palais de l’Elysée, lors d’un entretien préenregistré et diffusé mercredi 15 décembre.", + "title": "Le mémorial du Mont-Valérien vandalisé par une inscription anti-passe sanitaire", + "description": "Le Mémorial de la France combattante, inauguré par le général de Gaulle en 1960 à Suresnes (Hauts-de-Seine), a été vandalisé dans la nuit de dimanche à lundi.", + "content": "Le Mémorial du Mont-Valérien, à Suresnes,  le 16 mars 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/16/pouvoir-d-achat-un-enjeu-cle-de-la-campagne-presidentielle_6106262_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/13/le-memorial-du-mont-valerien-vandalise-par-une-inscription-anti-passe-sanitaire_6105850_3224.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 08:49:43 +0100", + "pubDate": "Mon, 13 Dec 2021 11:25:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263626,16 +289571,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "37f0c11e6e7eecf87c1da52446348403" + "hash": "ee0628ffec27486031c83b9723b2d034" }, { - "title": "Le Haut Conseil pour le climat appelle la France à accélérer ses efforts et renforcer ses objectifs", - "description": "L’instance indépendante exhorte aussi le pays à retrouver un leadership international sur le climat et demande une « opérationnalisation » des plans d’action des ministères.", - "content": "Des manifestants demandant des mesures plus ambitieuses pour lutter contre le changement climatique, à Paris, en mai 2021.", + "title": "Un incendie d’ampleur inégalée fait au moins cinq morts à La Réunion", + "description": "Le feu a touché un immeuble appartenant à un bailleur social. La phase de reconnaissance des bâtiments par les sapeurs-pompiers se poursuit dans des conditions difficiles. Le bilan n’est donc pas définitif.", + "content": "Le feu a touché un immeuble appartenant à un bailleur social. La phase de reconnaissance des bâtiments par les sapeurs-pompiers se poursuit dans des conditions difficiles. Le bilan n’est donc pas définitif.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/16/le-haut-conseil-pour-le-climat-appelle-la-france-a-accelerer-ses-efforts-et-renforcer-ses-objectifs_6106247_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/13/un-incendie-d-ampleur-inegalee-fait-au-moins-cinq-morts-a-la-reunion_6105849_3224.html", "creator": "", - "pubDate": "Thu, 16 Dec 2021 06:00:11 +0100", + "pubDate": "Mon, 13 Dec 2021 11:15:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263647,16 +289592,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cfeb5c135d6f134299ec9aa23003f62" + "hash": "2c19b6e82eb6cbd47f594a628905133a" }, { - "title": "Le nouveau calcul de l’allocation-chômage, entré en vigueur en octobre, a été validé par le Conseil d’Etat", - "description": "Selon une évaluation de l’Unédic, jusqu’à 1,15 million de personnes ouvrant des droits dans l’année suivant l’entrée en vigueur de la réforme toucheraient une allocation mensuelle plus faible (de 17 % en moyenne).", - "content": "Selon une évaluation de l’Unédic, jusqu’à 1,15 million de personnes ouvrant des droits dans l’année suivant l’entrée en vigueur de la réforme toucheraient une allocation mensuelle plus faible (de 17 % en moyenne).", + "title": "Claude Guéant incarcéré en application de sa peine dans l’affaire des primes en liquide du ministère de l’intérieur", + "description": "Il avait été condamné en 2017 à deux ans de prison, dont un avec sursis, dans cette affaire de détournement de fonds publics survenue alors qu’il était directeur de cabinet de Nicolas Sarkozy au ministère de l’intérieur.", + "content": "Le 5 décembre 2018, Claude Guéant, ancien ministre de l’intérieur français, mis en examen pour recel, arrive pour son procès à Paris.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/15/assurance-chomage-le-conseil-d-etat-valide-la-reforme-du-calcul-de-l-allocation_6106188_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/13/claude-gueant-incarcere-en-application-de-sa-peine-dans-l-affaire-des-primes-en-liquide-du-ministere-de-l-interieur_6105846_3224.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 17:44:20 +0100", + "pubDate": "Mon, 13 Dec 2021 11:13:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263668,16 +289613,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f678ecfa97f01aeb9caf3e84fdf4ceb" + "hash": "ca736df701437d99d7a96df357b957a1" }, { - "title": "Sergio Agüero annonce sa retraite des terrains de football en raison de problèmes cardiaques", - "description": "Le joueur argentin du FC Barcelone avait fait un malaise cardiaque le 30 octobre au cours d’un match contre le Deportivo Alavés. Il raccroche les crampons à l’âge de 33 ans.", - "content": "L’Argentin Sergio Agüero, évoluant au FC Barcelone, lors du match contre le Deportivo Alavés, le 30 octobre 2021.", + "title": "Salariés ou chefs d’entreprise, comment organisez-vous le télétravail à l’approche des fêtes de fin d’année ? Témoignez", + "description": "Face à la cinquième vague de Covid-19, un nouveau protocole sanitaire a-t-il été mis en place sur votre lieu de travail ? Concrètement, comment votre entreprise appréhende-t-elle la reprise épidémique à quinze jours de Noël ? Racontez-nous.", + "content": "Lauryn Morley, enseignante suppléante à l’école Washington Waldorf de Bethesda, dans le Maryland, travaille depuis son domicile en raison de l’épidémie due au coronavirus, le 1er avril 2020 à Arlington, en Virginie.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/15/le-footballeur-argentin-sergio-aguero-annonce-sa-retraite-en-raison-de-problemes-cardiaques_6106186_3242.html", + "link": "https://www.lemonde.fr/societe/appel-temoignages/2021/12/13/salaries-ou-chefs-d-entreprise-comment-organisez-vous-le-teletravail-a-l-approche-des-fetes-de-fin-d-annee-temoignez_6105845_3224.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 17:05:12 +0100", + "pubDate": "Mon, 13 Dec 2021 11:11:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263689,16 +289634,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "74310fdbfd24b3fc88bcb726483ce820" + "hash": "843426c1ff4d85d21fa63de7617b4ce1" }, { - "title": "Paris renforce encore son arsenal contre la location touristique professionnelle de type Airbnb", - "description": "En 2022, de nouvelles contraintes seront fixées aux investisseurs qui souhaitent transformer des lieux en meublés touristiques. A plus long terme, la Ville envisage des quotas dans les quartiers tendus.", - "content": "Ian Brossat, l’adjoint au logement à la mairie de Paris, à Paris, en avril 2019.", + "title": "Présidentielle 2022 : La France insoumise tente de convaincre le Parti communiste de se rallier", + "description": "La France insoumise multiplie les demandes de ralliement des communistes. Malgré des soutiens ponctuels, Fabien Roussel promet qu’il maintiendra sa candidature jusqu’au bout.", + "content": "Jean-Luc Mélenchon, candidat La France insoumise à la présidentielle 2022, durant son meeting de campagne à la Défense, près de Paris, le 5 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/15/paris-etoffe-encore-son-arsenal-contre-la-location-touristique-professionnelle_6106182_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/13/presidentielle-2022-la-france-insoumise-tente-de-convaincre-le-parti-communiste-de-se-rallier_6105843_823448.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 16:30:03 +0100", + "pubDate": "Mon, 13 Dec 2021 10:45:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263710,16 +289655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "886ed407b97f8b3575d1483479120a39" + "hash": "0c8043fd0af69e9c7cc7f99c34435b6d" }, { - "title": "Les gardes à vue d’Alexandre Benalla et de son épouse ont été prolongées, mercredi. Elles peuvent durer 48 heures.", - "description": "L’ancien conseiller d’Emmanuel Macron et son épouse sont entendus actuellement dans le cadre d’une enquête préliminaire du Parquet national financier.", - "content": "Alexandre Benalla, en septembre 2018.", + "title": "Election présidentielle 2022 : Anne Hidalgo continue de faire valoir son projet en attendant une primaire de la gauche", + "description": "En meeting à Perpignan dimanche, la candidate socialiste, qui a lancé un appel à l’union de la gauche pour l’élection présidentielle, s’est attaquée à l’extrême droite et a affirmé vouloir « réunifier » les Français.", + "content": "Meeting d’Anne Hidalgo à Perpignan, le 12 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/14/alexandre-benalla-en-garde-a-vue-pour-des-soupcons-de-corruption-autour-d-un-contrat-de-securite-avec-un-oligarque-russe_6106006_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/13/election-presidentielle-2022-en-attendant-une-primaire-de-la-gauche-anne-hidalgo-continue-de-faire-valoir-son-projet_6105838_6059010.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 13:12:16 +0100", + "pubDate": "Mon, 13 Dec 2021 10:33:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263731,16 +289676,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f561884692767a50dfe7ef8d09ed82a5" + "hash": "f2af583e3d44130d94ab010a8f2f8e5e" }, { - "title": "Un deuxième homme soupçonné d’être impliqué dans les violences contre des militants de SOS Racisme lors du meeting d'Eric Zemmour à Villepinte a été interpellé mercredi.", - "description": "Marc de Cacqueray-Valmenier avait été identifié par plusieurs médias sur les vidéos montrant l’agression à coups de poing et de chaises de militants de SOS-Racisme.", - "content": "Capture vidéo de l’agression des militants de SOS-Racisme par des sympathisants d’Eric Zemmour, à Villepinte (Seine-Saint-Denis), le 5 décembre 2021.", + "title": "Le taux du Livret A augmentera en début d’année 2022, annonce Bruno Le Maire", + "description": "Le montant n’a pas été précisé, mais l’augmentation du taux de ce placement refuge sera proposée par le gouvernement en janvier et interviendra le 1er février.", + "content": "Le montant n’a pas été précisé, mais l’augmentation du taux de ce placement refuge sera proposée par le gouvernement en janvier et interviendra le 1er février.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/14/violences-au-meeting-d-eric-zemmour-le-leader-presume-des-zouaves-paris-interpelle_6106054_3224.html", + "link": "https://www.lemonde.fr/argent/article/2021/12/13/le-taux-du-livret-a-augmentera-en-debut-d-annee-2022-annonce-bruno-le-maire_6105836_1657007.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 20:46:55 +0100", + "pubDate": "Mon, 13 Dec 2021 10:28:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263752,16 +289697,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55aa5ec523a7c583b8c979537c4e03f1" + "hash": "1b8ceaab3115bb6280386816fb4ebd44" }, { - "title": "L’appel à la grève SNCF maintenu pour les TGV Sud-Est, la direction prévoit un trafic « très dégradé » ce week-end", - "description": "Alors qu’un compromis était espéré mercredi, la direction de la SNCF a acté l’échec des négociations avec les syndicats qui réclament, notamment, des hausses des salaires, une « prime Covid », ou encore des embauches. Des prévisions de trafic « très dégradé » seront publiées « à 17 heures » mercredi.", - "content": "Alors qu’un compromis était espéré mercredi, la direction de la SNCF a acté l’échec des négociations avec les syndicats qui réclament, notamment, des hausses des salaires, une « prime Covid », ou encore des embauches. Des prévisions de trafic « très dégradé » seront publiées « à 17 heures » mercredi.", + "title": "En Nouvelle-Calédonie, les indépendantistes « ne reconnaissent pas la légitimité » du référendum", + "description": "« Ce référendum n’est pas conforme à l’esprit et à la lettre de l’accord de Nouméa, en 1998 », ont-ils expliqué lundi dans un communiqué.", + "content": "A Nouméa, dans un bureau de vote, dimanche 12 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/15/sncf-apres-l-echec-des-negociations-un-trafic-tres-degrade-ce-week-end-sur-les-tgv-sud-est_6106168_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/13/en-nouvelle-caledonie-les-independantistes-ne-reconnaissent-pas-la-legitimite-du-referendum_6105834_823448.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 14:38:31 +0100", + "pubDate": "Mon, 13 Dec 2021 10:23:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263773,16 +289718,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "068913da7ef3c836f178847e2845c38b" + "hash": "81ed1ea4b42e0f53d4e4440abe0d0547" }, { - "title": "Droits voisins en France : Google propose plusieurs engagements", - "description": "Les éditeurs et agences de presse sont invités à faire part de leurs observations à l’Autorité de la concurrence jusqu’au 31 janvier 2022 au sujet des propositions du géant américain, applicables pour une durée de cinq ans.", - "content": "L’Autorité de la concurrence avait estimé, en juillet, que Google n’avait pas respecté l’injonction de négocier de bonne foi avec les éditeurs, la condamnant à « la plus forte amende » jamais infligée par le « gendarme » français.", + "title": "Hongkong : Jimmy Lai et sept autres militants condamnés à des peines de prison ferme, à la suite de la veillée interdite du 4 juin", + "description": "Lundi, le tribunal de district de Wan Chai a condamné huit militants à des peines de prison ferme pour leur participation à la veillée du souvenir de Tiananmen du 4 juin 2020 qui avait été interdite pour raisons sanitaires.", + "content": "Le 9 février 2021, Jimmy Lai quitte la cour d’appel final de Hongkong. Il a été condamné le 9 décembre 2021 pour l’organisation d’une veillée interdite à Tiananmen le 4 juin 2020.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/15/droits-voisins-en-france-google-propose-plusieurs-engagements_6106167_4408996.html", + "link": "https://www.lemonde.fr/international/article/2021/12/13/de-nouvelles-peines-de-prison-ferme-pour-jimmy-lai-et-sept-autres-militants-a-la-suite-de-la-veillee-interdite-du-4-juin_6105823_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 14:21:39 +0100", + "pubDate": "Mon, 13 Dec 2021 09:31:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263794,16 +289739,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "031e4c7d779dc9fefcc33ca7ba40b3a4" + "hash": "4d505d759c9b96a1862dea7d6e295458" }, { - "title": "Un Russe condamné à la prison à perpétuité en Allemagne pour le meurtre d’un Géorgien sur ordre présumé du pouvoir russe", - "description": "La Cour de Berlin a reconnu cet homme coupable d’avoir abattu de trois balles un Géorgien issu de la minorité tchétchène, dans un parc de Berlin, le 23 août 2019.", - "content": "Le procès du Russe accusé d’avoir tué un Géorgien dans un parc de Berlin en août 2019 s’est tenu le 15 décembre 2021.", + "title": "Enquête | Dans les prisons secrètes des renseignements maliens", + "description": "Les méthodes des services de la sécurité d’Etat sont dénoncées par les défenseurs des droits humains. « Le Monde » a recueilli le témoignage d’anciens détenus rapportant des actes de torture dans des lieux sans existence juridique.", + "content": "Dossiers des personnes enlevées ou portées disparues, à la Commission nationale des droits de l’homme (CNDH) du Mali, à Bamako, le 10 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/15/allemagne-un-russe-condamne-a-perpetuite-pour-le-meurtre-d-un-georgien-sur-ordre-presume-de-moscou_6106164_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/13/dans-les-prisons-secretes-des-renseignements-maliens-il-n-y-a-pas-de-loi-la-justice-c-est-nous_6105797_3212.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 13:33:09 +0100", + "pubDate": "Mon, 13 Dec 2021 01:29:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263815,16 +289760,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "093e6b7056c264c99e22926344829c12" + "hash": "89853786168db21a228eeb2a99e49813" }, { - "title": "Le variant Omicron entraîne des risques « très élevés », selon une agence sanitaire européenne qui incite à un « renforcement » des restrictions", - "description": "Le Centre européen de prévention et de contrôle des maladies estime que, « dans la situation actuelle, la vaccination seule ne nous permettra pas d’empêcher l’impact du variant Omicron ».", - "content": "Le Centre européen de prévention et de contrôle des maladies estime que, « dans la situation actuelle, la vaccination seule ne nous permettra pas d’empêcher l’impact du variant Omicron ».", + "title": "Vicente Fernandez, idole de la chanson populaire au Mexique, est mort", + "description": "Le crooner aux sombreros et aux romances, qui était hospitalisé depuis une chute en août, s’est éteint, dimanche, à l’âge de 81 ans. Environ 7 000 admirateurs ont défilé devant son cercueil.", + "content": "Vicente Fernandez lors des Latin Grammy Awards, le 14 novembre 2019, à las Vegas.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/15/covid-19-le-vaccin-de-johnson-amp-johnson-peut-etre-utilise-pour-le-rappel-chez-les-adultes_6106163_3244.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/13/au-mexique-la-mort-de-vicente-fernandez-idole-de-la-chanson-populaire-bouleverse-le-pays_6105820_3382.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 13:30:56 +0100", + "pubDate": "Mon, 13 Dec 2021 07:03:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263836,16 +289781,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9e6ef5f17ab5157c76ee55f542dd3e1" + "hash": "492945ce6bf8e09ecac15a721089117a" }, { - "title": "L’Etat jugé responsable d’une « faute lourde » pour quatre meurtres commis dans la Drôme et le Vaucluse en 2016", - "description": "Les troubles psychiatriques de l’auteur présumé du quadruple meurtre avaient échappé aux forces de l’ordre et aux services de soin, qui l’avaient pourtant pris en charge.", - "content": "Des gendarmes à Chabeuil, le 26 décembre 2016.", + "title": "A quatre mois de la présidentielle, la confusion règne à gauche", + "description": "La proposition de primaire lancée, mercredi, par Anne Hidalgo n’a toujours reçu aucune réponse positive de la part de ses principaux concurrents, tandis que Christiane Taubira hésite à se lancer. L’union semble hors de portée.", + "content": "La candidate du Parti Socialiste à la présidentielle, Anne Hidalgo, en meeting à Perpignan, le 12 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/15/l-etat-juge-responsable-d-une-faute-lourde-pour-quatre-meurtres-commis-dans-la-drome-et-le-vaucluse-en-2016_6106160_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/13/election-presidentielle-2022-la-confusion-regne-a-gauche_6105812_823448.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 12:58:38 +0100", + "pubDate": "Mon, 13 Dec 2021 05:45:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263857,16 +289802,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4217e6d22d3df5fba34d55c644523d47" + "hash": "3feaa68ef5dbafc1b3cd584084220cbf" }, { - "title": "Viols en réunion, traite d’êtres humains, proxénétisme : l’enquête qui fait trembler le porno français", - "description": "« Plaintes contre X » : « Le Monde » consacre une enquête en quatre volets à l’affaire de violences sexuelles dans le milieu du porno français. Avec une soixantaine de victimes identifiées, ce dossier judiciaire, qui porte sur des vidéos vues par un très large public, secoue l’industrie du X.", - "content": "« Plaintes contre X » : « Le Monde » consacre une enquête en quatre volets à l’affaire de violences sexuelles dans le milieu du porno français. Avec une soixantaine de victimes identifiées, ce dossier judiciaire, qui porte sur des vidéos vues par un très large public, secoue l’industrie du X.", + "title": "Covid-19 : en Ardèche, une cohabitation forcée et parfois électrique entre vaccinés et non-vaccinés", + "description": "Dans ce département, où le taux d’incidence est le double de la moyenne nationale, le taux de vaccination est aussi plus faible. La lassitude envers les contraintes liées au virus est palpable.", + "content": "Le marchés de Noël est annulé à Les Vans de nuit (Ardèche), 7 Décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/visuel/2021/12/15/viols-en-reunion-traite-d-etres-humains-proxenetisme-l-enquete-qui-fait-trembler-le-porno-francais_6106153_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/13/covid-19-en-ardeche-une-cohabitation-forcee-et-parfois-electrique-entre-vaccines-et-non-vaccines_6105803_3244.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 11:24:26 +0100", + "pubDate": "Mon, 13 Dec 2021 03:22:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263878,16 +289823,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd8c260f55576689d1f69acdfd6137ff" + "hash": "6527fb48c3e64c265c2f3ad21bd534a7" }, { - "title": "Des députés appellent les universités à mobiliser leur patrimoine au service du logement des étudiants", - "description": "Les députés Richard Lioger (LRM) et David Corceiro (MoDem) remettent un rapport d’information, mercredi 15 décembre, qui pointe l’insuffisance de l’offre, alors que les rangs ne cessent de gonfler dans l’enseignement supérieur.", - "content": "La résidence universitaire « Ilôt des Poiriers » du Crous de Créteil, à Villetaneuse (Seine-Saint-Denis).", + "title": "Le président sud-africain, Cyril Ramaphosa, positif au Covid-19", + "description": "Le chef d’Etat, entièrement vacciné, souffre de symptômes légers et s’est mis à l’isolement dimanche. Pour l’instant, aucune information ne précise s’il a été contaminé par le nouveau variant Omicron, détecté en novembre dans le pays.", + "content": "Le chef d’Etat, entièrement vacciné, souffre de symptômes légers et s’est mis à l’isolement dimanche. Pour l’instant, aucune information ne précise s’il a été contaminé par le nouveau variant Omicron, détecté en novembre dans le pays.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/15/des-deputes-appellent-les-universites-a-mobiliser-leur-patrimoine-au-service-du-logement-des-etudiants_6106157_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/13/le-president-sud-africain-cyril-ramaphosa-positif-au-covid-19_6105802_3244.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 12:00:24 +0100", + "pubDate": "Mon, 13 Dec 2021 03:13:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263899,16 +289844,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3bcb5a9fc8db6103193535cd53b5c57" + "hash": "d903b8c281f4b06734224798a1394efd" }, { - "title": "Fort rebond attendu de la valeur de la production agricole française en 2021", - "description": "Les céréaliers sont les premiers bénéficiaires de la hausse des cours des matières premières.", - "content": "Un champ de blé, à Saint-Philbert-sur-Risle, dans l’Eure, le 13 août 2021.", + "title": "Environnement : un rapport dénonce l’impact toujours plus néfaste de grandes entreprises européennes de la viande et des produits laitiers", + "description": "Selon l’Institute for Agriculture and Trade Policy, trente-cinq des plus grandes sociétés de ces secteurs ont été responsables, en 2018, de 7 % des émissions de l’Union européenne. L’ONG appelle les gouvernements à « réglementer l’agrobusiness ».", + "content": "Selon l’Institute for Agriculture and Trade Policy, trente-cinq des plus grandes sociétés de ces secteurs ont été responsables, en 2018, de 7 % des émissions de l’Union européenne. L’ONG appelle les gouvernements à « réglementer l’agrobusiness ».", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/15/fort-rebond-attendu-de-la-valeur-de-la-production-agricole-francaise-en-2021_6106156_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/13/environnement-un-rapport-denonce-l-impact-toujours-plus-nefaste-de-grandes-entreprises-europeennes-de-la-viande-et-des-produits-laitiers_6105796_3244.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 12:00:08 +0100", + "pubDate": "Mon, 13 Dec 2021 01:21:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263920,16 +289865,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8292bb0b68b85e964b546fed2becdcfa" + "hash": "c0919060784a0efacf8ceb776acef65f" }, { - "title": "Ces nouvelles mesures, valables du 16 décembre au 31 janvier, interviennent alors que l’Europe fait face à une nouvelle vague de Covid-19, marquée par une rapide propagation du variant Omicron.", - "description": "Ces nouvelles mesures, valables du 16 décembre au 31 janvier, interviennent alors que l’Europe fait face à une nouvelle vague de Covid-19, marquée par une rapide propagation du variant Omicron.", - "content": "Dans un centre de vaccination anti-Covid-19 de la Croix-Rouge italienne, à Rome, le 29 novembre 2021.", + "title": "Ligue 1 : Paris et Mbappé cliniques, Bamba Dieng acrobatique, Nantes euphorique", + "description": "Ce qu’il faut retenir de la 18e journée, disputée ce week-end.", + "content": "Bamba Dieng a ouvert la marque face à Strasbourg d’un splendide retourné acrobatique.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/14/covid-19-les-pays-bas-ferment-les-ecoles-primaires-une-semaine-plus-tot-par-crainte-du-variant-omicron_6106061_3244.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/12/ligue-1-paris-et-mbappe-cliniques-bamba-dieng-acrobatique-nantes-euphorique_6105794_3242.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 23:49:44 +0100", + "pubDate": "Sun, 12 Dec 2021 23:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263941,16 +289886,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "91e72dc98ecb607fb9c3b6af63daaa34" + "hash": "02061e35a3b994fbbd7981bf3275c233" }, { - "title": "Disparition de Delphine Jubillar : la compagne actuelle de son mari placée en garde à vue", - "description": "Cette femme de 44 ans est entendue depuis 7 heures du matin dans une gendarmerie du Tarn. Un nouveau rebondissement dans l’affaire de la disparition de l’infirmière de 33 ans.", - "content": "Des collègues et des membres de la famille de Delphine Jubillar participent à une marche blanche à Albi, le 12 juin 2021.", + "title": "Aux Etats-Unis, une tornade historique a semé la désolation sur son passage", + "description": "Le phénomène météorologique hors-norme a déjoué le système d’alertes à la population. Le bilan devrait dépasser la centaine de morts, pour la plupart dans le Kentucky.", + "content": "Des secours autour d’une église dévastée à Mayfield, Kentucky, le 12 décembre REUTERS/Adrees Latif", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/15/disparition-de-delphine-jubillar-la-compagne-de-son-mari-placee-en-garde-a-vue_6106151_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/12/aux-etats-unis-une-tornade-historique-a-seme-la-desolation-sur-son-passage_6105792_3244.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 11:13:58 +0100", + "pubDate": "Sun, 12 Dec 2021 20:46:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263962,16 +289907,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3853aa55c607a5db8f43d1bc8643a350" + "hash": "462fff3c58316fb10ad9d9ea4cec05b9" }, { - "title": "En France, l’année 2021 a été moins chaude que les précédentes, mais elle a été marquée par des anomalies", - "description": "Pour la première fois depuis six ans, le pays n’a pas subi de canicule généralisée. Une forte variabilité mensuelle des températures a été relevée.", - "content": "Des bougies anti-gel protégeant des arbres fruitiers de la chute des températures en dessous de zéro degré, à Westhoffen (Bas-Rhin), en avril 2021.", + "title": "Variant Omicron : un « raz-de-marée arrive » au Royaume-Uni, Boris Johnson prend une série de nouvelles mesures", + "description": "Le premier ministre britannique s’est adressé dimanche soir à la nation dans une allocution, annonçant que tous les plus de 18 ans en Angleterre pourraient recevoir une troisième dose de vaccin d’ici fin décembre.", + "content": "Boris Johnson, à Downing Street, à Londres, le 11 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/15/climat-l-annee-2021-a-ete-moins-chaude-que-les-precedentes-mais-marquee-par-des-anomalies-en-france_6106147_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/12/face-a-la-progression-du-variant-omicron-le-niveau-d-alerte-covid-releve-au-royaume-uni_6105791_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 11:00:12 +0100", + "pubDate": "Sun, 12 Dec 2021 20:03:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -263983,16 +289928,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a84f6362409dec57ee579dcdccdb8494" + "hash": "1fbb502de126feca8c31b80ebb395ce7" }, { - "title": "Accident en Russie : le patron multimillionnaire de la mine arrêté", - "description": "Le patron du groupe SDS-Ugol, son directeur général, son directeur technique et l’ingénieur en chef de la mine ont été interpellés. Ils sont soupçonnés de violations des normes de sécurité industrielle et d’abus de pouvoir.", - "content": "Lors de l’hommage en mémoire des mineurs morts dans la mine de Kemerovo, en Russie, le 3 décembre 2021.", + "title": "En Alsace, la quête d’un lithium produit en France et durable", + "description": "Le lithium contenu dans les eaux souterraines du fossé rhénan attise les convoitises. Au nord de Strasbourg, plusieurs sociétés tentent d’extraire cet or blanc, indispensable à la construction des batteries électriques.", + "content": "A l’intérieur de la centrale géothermique de Rittershoffen (Bas-Rhin), qui fait partie du programme EuGeLi, le 18 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/15/accident-en-russie-le-patron-multimillionnaire-de-la-mine-arrete_6106146_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/12/en-alsace-la-quete-d-un-lithium-produit-en-france-et-responsable_6105786_3244.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:59:08 +0100", + "pubDate": "Sun, 12 Dec 2021 19:10:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264004,16 +289949,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ac7708baf5529d8898abc0cb4b53bbe" + "hash": "b47334974984aa0debdd0ac1cb497a5f" }, { - "title": "La sénatrice Esther Benbassa, accusée de harcèlement moral, quitte Europe Ecologie-Les Verts", - "description": "La sénatrice écologiste précise avoir été maintenue « en retrait » du parti après l’article de « Mediapart » publié en juillet, puis suspendue le 30 novembre, « le temps pour le bureau exécutif d’EELV d’organiser à son tour une procédure interne ». Elle quitte le parti sans attendre la conclusion de cette procédure.", - "content": "Esther Benbassa à Saint-Denis (Seine-Saint-Denis), le 30 novembre 2019.", + "title": "Le rappeur Ninho, à l’AccorHotels Arena de Paris, entre brio et impréparation", + "description": "Après deux reports liés à la crise sanitaire, le rappeur francilien s’est produit, samedi 11 décembre, dans un concert avec de nombreux invités surprises.", + "content": "Ninho en concert à l’AccorHotels Arena, à Paris, le 11 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/15/la-senatrice-esther-benbassa-accusee-de-harcelement-moral-quitte-europe-ecologie-les-verts_6106143_823448.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/12/le-rappeur-ninho-a-l-accorhotels-arena-de-paris-entre-brio-et-impreparation_6105785_3246.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:55:17 +0100", + "pubDate": "Sun, 12 Dec 2021 19:03:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264025,16 +289970,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac982dbbeb87dbfd70d24acc1305a17c" + "hash": "affcf641bb68e6e29aba022e43061d98" }, { - "title": "Les eurodéputés prêts à porter Roberta Metsola, une élue anti-IVG, à leur tête", - "description": "La Maltaise, hostile au droit des femmes à disposer de leur corps, est la seule candidate au perchoir du Parlement de Strasbourg.", - "content": "Roberta Metsola dans les bureaux du Parlement européen, à La Valette (Malte), en décembre 2019.", + "title": "Nouvelle-Calédonie, tornades aux Etats-Unis, suites du Brexit… Les informations à retenir ce week-end", + "description": "Si vous n’avez pas suivi l’actualité de ce week-end des 11 et 12 décembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", + "content": "Si vous n’avez pas suivi l’actualité de ce week-end des 11 et 12 décembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/15/les-eurodeputes-prets-a-porter-roberta-metsola-une-elue-anti-ivg-a-leur-tete_6106142_3210.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/12/nouvelle-caledonie-tornades-aux-etats-unis-suites-du-brexit-les-informations-a-retenir-ce-week-end_6105784_4355770.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:55:08 +0100", + "pubDate": "Sun, 12 Dec 2021 19:00:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264046,16 +289991,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d69f5b98366a7ec075e626bc6394890" + "hash": "03fdccc15c6d0bac0c5e8bd17c5c55af" }, { - "title": "La lutte du patron français de Generali pour garder le pouvoir", - "description": "Le géant italien de l’assurance a présenté mercredi 15 décembre son nouveau plan stratégique, alors que la reconduction de son son patron, Philippe Donnet, est contestée par deux des plus puissants acteurs du capitalisme italien.", - "content": "Le PDG de Generali Philippe Donnet, le 21 novembre 2018, à Milan.", + "title": "Le groupe France Loisirs trouve un repreneur mais va perdre plus de 600 emplois", + "description": "Seuls 138 postes seront préservés par la SAS Financière Trésor du Patrimoine sur les 750 que comptait le club de livres en France. Quatorze boutiques seront conservées sur les 122 actuelles.", + "content": "Une librairie France Loisirs, à Paris, en novembre 2020.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/15/la-lutte-du-patron-francais-de-generali-pour-garder-le-pouvoir_6106141_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/14/le-groupe-france-loisirs-trouve-un-repreneur-mais-va-perdre-plus-de-600-emplois_6105932_3234.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:51:58 +0100", + "pubDate": "Tue, 14 Dec 2021 02:52:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264067,16 +290012,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f7e2690640d12e99dfb98755eb8dc1b6" + "hash": "228d656e376f1ccc8fe5723dd389962d" }, { - "title": "Valérie Pécresse concentre les critiques de la majorité présidentielle", - "description": "Depuis sa récente percée dans les sondages, la candidate des Républicains à l’élection présidentielle est attaquée par de nombreux proches d’Emmanuel Macron, notamment sur ses propositions et son positionnement politique.", - "content": "Valérie Pécresse, la candidate des Républicains à l’élection présidentielle, lors de son premier discours, à la Mutualité (Paris), le 11 décembre 2021.", + "title": "Max Verstappen, nouveau roi de la formule 1", + "description": "Dimanche 12 décembre, le pilote néerlandais de 24 ans a détrôné le septuple champion du monde, le Britannique Lewis Hamilton, lors du dernier tour du dernier Grand Prix de la saison à Abou Dhabi.", + "content": "Max Verstappen (à gauche) est le nouveau champion du monde de F1, devant Lewis Hamilton (à droite).", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/15/mauvais-macron-ou-mechant-ciotti-dame-du-defaire-programme-fou-valerie-pecresse-au-centre-des-critiques-de-la-majorite-presidentielle_6106139_6059010.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/12/max-verstappen-nouveau-roi-de-la-formule-1_6105777_3242.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:49:13 +0100", + "pubDate": "Sun, 12 Dec 2021 17:57:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264088,16 +290033,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "10daa6e24521c2d97c9729efec871530" + "hash": "67943b8736423564e170079f62f219e0" }, { - "title": "Covid-19 : à New York, les enfants doivent être vaccinés pour aller au restaurant ou pratiquer un sport scolaire", - "description": "Depuis mardi 14 décembre, les enfants de 5 à 11 ans doivent présenter une preuve de vaccination pour entrer dans un lieu fermé de la ville. Parmi eux, 31 % ont reçu au moins une dose.", - "content": "Des enfants et adultes portent le masque dans les rues de New York, le 14 décembre 2021.", + "title": "Covid-19 : 400 enquêtes en cours sur des réseaux de faux passes sanitaires, « nécessité » de vacciner les plus de 5 ans selon Castex", + "description": "Au total, près de 14 000 patients sont hospitalisés en France en raison du Covid, dont 2 500 en soins critiques.", + "content": "Dans une unité Covid de l’hôpital marseillais La Timone, le 10 décembre.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/15/covid-19-a-new-york-les-enfants-doivent-etre-vaccines-pour-aller-au-restaurant-ou-pratiquer-un-sport-scolaire_6106137_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/12/covid-19-400-enquetes-en-cours-sur-des-reseaux-de-faux-passes-sanitaires-necessite-de-vacciner-les-plus-de-5-ans-selon-castex_6105776_3244.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:43:30 +0100", + "pubDate": "Sun, 12 Dec 2021 17:39:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264109,16 +290054,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bc1e7750b6addcea8f5821e05f76351e" + "hash": "0e0d8e46d60e1bea255c9fdf5b02928c" }, { - "title": "« Pourquoi personne n’est venu les aider ? » : la détresse des familles des Kurdes morts noyés dans la Manche", - "description": "En Irak, « Le Monde » a rencontré trois familles de victimes du naufrage du 24 novembre. Ce jour-là, 27 passagers étaient morts en tentant de rejoindre l’Angleterre. Elles évoquent le parcours de leurs proches et les raisons qui les ont poussés à vouloir rejoindre le Royaume-Uni, et veulent comprendre pourquoi personne ne les a secourus.", - "content": "Dans la chambre de Maryam Muhammadamin, surnommée Baran, portée disparue lors du naufrage du 24 novembre 2021. A Soran (Kurdistan irakien), le 12 décembre 2021.", + "title": "Formule 1 : vainqueur de l’ultime Grand Prix de la saison, Max Verstappen décroche son premier titre mondial", + "description": "Le pilote néerlandais a devancé, dimanche, son rival britannique Lewis Hamilton dans le dernier tour du dernier Grand Prix d’une saison de formule 1 qui aura été très accrochée entre les deux pilotes.", + "content": "Max Verstappen a remporté la course à Abou Dhabi et le championnat du monde.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/15/ma-fille-est-devenue-la-mariee-de-la-mer-sur-les-traces-des-kurdes-irakiens-noyes-dans-la-manche_6106074_3210.html", + "link": "https://www.lemonde.fr/sport/live/2021/12/12/formule-1-verstappen-ou-hamilton-suivez-l-ultime-grand-prix-et-le-denouement-du-championnat-du-monde_6105755_3242.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 02:35:30 +0100", + "pubDate": "Sun, 12 Dec 2021 12:00:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264130,16 +290075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "43b0a652a9e8d6b44778bd3ddf74e2dd" + "hash": "b4461eab3e9163676734a982e7cd59f9" }, { - "title": "Cinq syndicats français critiquent Solidarnosc pour sa complaisance à l’égard de Marine Le Pen et d’Eric Zemmour", - "description": "La CFDT, la CFTC, la CGT, FO et l’UNSA ont saisi la Confédération européenne des syndicats pour discuter de l’hypothèse d’une exclusion du mouvement polonais de l’organisation internationale.", - "content": "Des militants du syndicat polonais Solidarnosc, lors d’une manifestation au Luxembourg, le 22 octobre 2021.", + "title": "Le skieur français a remporté les deux manches de l’épreuve. Alexis Pinturault, l’autre étoile française du ski alpin, a été éliminé lors de la première manche.", + "description": "Le skieur français a remporté les deux manches de l’épreuve. Alexis Pinturault, l’autre étoile française du ski alpin, a été éliminé lors de la première manche.", + "content": "Clément Noël lors de la première manche de l’épreuve de slalom masculin de la Coupe du monde de ski alpin à Val-d’Isère, le 12 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/15/cinq-syndicats-francais-critiquent-solidarnosc-pour-sa-complaisance-a-l-egard-de-marine-le-pen-et-d-eric-zemmour_6106129_823448.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/12/ski-alpin-clement-noel-realise-le-meilleur-temps-de-la-premiere-manche-du-slalom_6105758_3242.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:21:39 +0100", + "pubDate": "Sun, 12 Dec 2021 12:41:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264151,16 +290096,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf3147c490686d8ac0f8f8e679ba1b0b" + "hash": "4ab182fd342e427973f4a20fe15844e6" }, { - "title": "Rentrée 2022 : la réforme de la formation des enseignants entraîne des moyens supplémentaires", - "description": "Via une nouvelle formule d’alternance, les étudiants en MEEF pourront passer un tiers de leur temps en classe, augmentant ainsi le taux d’encadrement des élèves.", - "content": "Une professeure avec sa classe de seconde MTNE (métier des transitions numériques et énergétiques) au lycée professionnel Philadelphe-de-Gerde, à Pessac (Gironde), le 9 décembre 2021.", + "title": "« La Nouvelle-Calédonie restera donc française », déclare Macron après la large victoire du « non » au référendum sur l’indépendance", + "description": "Le président de la République s’est exprimé à l’issue du troisième et dernier référendum d’autodétermination organisé en Nouvelle-Calédonie, boycotté par les indépendantistes. « Je prends acte solennellement du résultat de ces trois scrutins qui confirment la volonté exprimée par la majorité des Calédoniens de rester dans la République et la nation française », a-t-il déclaré, reconnaissant que « le corps électoral est resté profondément divisé ».", + "content": "Le président de la République s’est exprimé à l’issue du troisième et dernier référendum d’autodétermination organisé en Nouvelle-Calédonie, boycotté par les indépendantistes. « Je prends acte solennellement du résultat de ces trois scrutins qui confirment la volonté exprimée par la majorité des Calédoniens de rester dans la République et la nation française », a-t-il déclaré, reconnaissant que « le corps électoral est resté profondément divisé ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/15/rentree-2022-la-reforme-de-la-formation-des-enseignants-entraine-des-moyens-supplementaires_6106208_3224.html", + "link": "https://www.lemonde.fr/politique/live/2021/12/12/referendum-en-nouvelle-caledonie-quelle-suite-apres-la-troisieme-victoire-du-non-a-l-independance_6105742_823448.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 19:50:51 +0100", + "pubDate": "Sun, 12 Dec 2021 09:46:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264172,16 +290117,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e5bd7a954082cc8353adebb611d0f0b" + "hash": "4c6a535e19065ae2a3ffad87d97bbd04" }, { - "title": "France-Suède : les Bleues creusent un premier écart", - "description": "Invaincue depuis le début de la compétition, l’équipe de France féminine affronte la Suède en quarts de finale du Mondial. Suivez ce match en direct.", - "content": "Linn Blohm au duel avec Grace Zaadi Deuna lors du quart de finale du Mondial de handball féminin entre la France et la Suède, à Granollers, le 15 décembre 2021.", + "title": "Aux Etats-Unis, des paysages dévastés après le passage de tornades meurtrières dans le centre et le sud du pays", + "description": "Des dizaines de personnes ont été tuées aux Etats-Unis par des tornades, parmi « les pires » de l’histoire des Etats-Unis, selon le président, Joe Biden.", + "content": "La tornade a arraché une bonne partie du toit et des murs de cette maison située à Mayfield, ici le 11 décembre.", "category": "", - "link": "https://www.lemonde.fr/sport/live/2021/12/15/france-suede-suivez-le-quart-de-finale-du-mondial-feminin-de-handball-en-direct_6106196_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/12/aux-etats-unis-la-recherche-de-survivants-apres-le-passage-de-tornades-meurtrieres-dans-le-centre-et-le-sud-du-pays_6105759_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 18:30:15 +0100", + "pubDate": "Sun, 12 Dec 2021 12:43:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264193,16 +290138,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "20675d6a909b3525334ccf63a9a6ffaa" + "hash": "142d3040ffa7313a4f2d838e5b69c51a" }, { - "title": "La majorité des syndicats de Renault approuvent le projet social et industriel du groupe en France", - "description": "L’accord triennal prévoit une production de 700 000 voitures et 2 500 embauches d’ici à 2025, mais aussi 1 700 suppressions de postes de cols blancs dans les deux ans.", - "content": "Le logo Renault, à Paris, en 2015.", + "title": "La romancière Anne Rice, autrice des « Chroniques des vampires », est morte", + "description": "Ecrivaine aux plus de 100 millions de livres vendus, elle a consacré son œuvre à refaçonner la figure mythologique du vampire, devenu sous sa plume un être sensuel, tourmenté et érotique. Elle est morte le 11 décembre, à l’âge de 80 ans", + "content": "Anne Rice au salon Entertainment Weekly’s PopFest at The Reef, à Los Angeles, le 29 octobre 2016.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/15/la-majorite-des-syndicats-de-renault-approuvent-le-projet-social-et-industriel-du-groupe-en-france_6106128_3234.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/12/la-romanciere-anne-rice-autrice-des-chroniques-des-vampires-est-morte_6105749_3382.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:19:33 +0100", + "pubDate": "Sun, 12 Dec 2021 10:38:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264214,16 +290159,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bfa1ab307baec46c22f563330237aab" + "hash": "9f3d787bc3f103215d1fa6ee70d603e9" }, { - "title": "Etats généraux de la justice : les « citoyens » rejoignent les magistrats pour demander plus de moyens", - "description": "L’atelier ouvert aux non-experts sélectionnés parmi des volontaires dans le cadre des états généraux de la justice a rendu, mardi 14 décembre, dix-huit recommandations.", - "content": "Paris, France, le 2 décembre 2021 - Première séquence des ateliers délibératifs de 50 citoyens, dans le cadre des Etats généraux de la justice, se tenant dans l’espace coworking Deskopolitan. Judith Ferrando, codirectrice de Missions publiques, et Haffide Boulakras, magistrat et directeur du programme Procédure pénale numérique (PPN) au ministère de la justice, prennent la parole avant le vote des participants concernant le thème 6.", + "title": "Education, santé, libertés : le lourd tribut payé par l’Afrique à la pandémie de Covid-19", + "description": "Un rapport de la Fondation Mo Ibrahim pointe les défis que devra relever le continent pour faire face aux conséquences de la crise sanitaire.", + "content": "Vaccination contre le Covid-19 dans une clinique de Johannesburg, en Afrique du Sud, le 8 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/15/etats-generaux-de-la-justice-les-citoyens-rejoignent-les-magistrats-pour-demander-plus-de-moyens_6106127_3224.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/12/education-sante-libertes-le-lourd-tribut-paye-par-l-afrique-a-la-pandemie-de-covid-19_6105738_3212.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:17:37 +0100", + "pubDate": "Sun, 12 Dec 2021 08:00:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264235,16 +290180,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "277bc85c9e1583c8bc1d11247da06aee" + "hash": "714deeb7b659b502a66291d4ea3aeb18" }, { - "title": "Un double infanticide commis dans une gendarmerie jugé par la cour d’assises de Lyon", - "description": "L’accusée, femme d’un militaire, nie avoir commis le crime, en juin 2018, et plaide la piste d’une intoxication alimentaire. L’accusation met en avant une personnalité mythomane, qui entretenait une relation fusionnelle avec ses deux filles.", - "content": "L’accusée, femme d’un militaire, nie avoir commis le crime, en juin 2018, et plaide la piste d’une intoxication alimentaire. L’accusation met en avant une personnalité mythomane, qui entretenait une relation fusionnelle avec ses deux filles.", + "title": "Le taux de participation s’élevait à 17 heures à 41,60 %, selon le Haut-Commissariat, en très forte baisse par rapport aux deux précédents référendums, conséquence de l’appel à bouder le scrutin des indépendantistes.", + "description": "A 84 % du dépouillement des bulletins de vote, le « non » à l’indépendance de cet archipel français stratégique du Pacifique-Sud l’emporte à 96 %, selon la chaîne de télévision NC la 1ère.", + "content": "A 84 % du dépouillement des bulletins de vote, le « non » à l’indépendance de cet archipel français stratégique du Pacifique-Sud l’emporte à 96 %, selon la chaîne de télévision NC la 1ère.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/15/un-double-infanticide-commis-dans-une-gendarmerie-juge-par-la-cour-d-assises-de-lyon_6106125_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/12/les-bureaux-de-vote-pour-le-referendum-sur-l-independance-de-la-nouvelle-caledonie-ont-ouvert_6105720_823448.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:14:37 +0100", + "pubDate": "Sun, 12 Dec 2021 00:46:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264256,16 +290201,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bda0d57550574c85cb6aaaaa1c6448f5" + "hash": "6cb057d459132de8bee85ebb36210427" }, { - "title": "Amazon abandonne son projet d’entrepôt à Fournès, dans le Gard, après une mobilisation citoyenne", - "description": "L’opposition d’élus et de citoyens ainsi que le marathon judiciaire ont contraint le groupe américain à renoncer à son centre de tri des colis.", - "content": "Rassemblement de membres de l’association Attac, à Fournès (Gard), le 29 mai 2021.", + "title": "Peut-on faire la paix au Moyen-Orient en résidant à Genève ?", + "description": "C’est à Genève que vivent les envoyés spéciaux de l’ONU pour la Syrie, le Yémen et la Libye. L’un d’eux, Jan Kubis, vient d’ailleurs de démissionner pour ne pas avoir à résider à Tripoli, remarque l’historien Jean-Pierre Filiu.", + "content": "L’envoyé spécial des Nations Unies, Jan Kubis, à Berlin (Allemagne), le 18 mars 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/15/amazon-abandonne-son-projet-d-entrepot-a-fournes-dans-le-gard_6106124_3234.html", + "link": "https://www.lemonde.fr/blog/filiu/2021/12/12/peut-on-faire-la-paix-au-moyen-orient-en-residant-a-geneve/", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:13:44 +0100", + "pubDate": "Sun, 12 Dec 2021 07:32:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264277,16 +290222,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d92361b986057aab918b2ea2e0054529" + "hash": "56e1332e190d37cb9a7710860c744a82" }, { - "title": "Au Canada, un plan de 28 milliards d’euros pour réparer les torts subis par les peuples autochtones", - "description": "Grâce à une enveloppe d’une ampleur inédite, le gouvernement de Justin Trudeau espère tourner la page des discriminations infligées depuis le XIXe siècle aux familles des peuples des Premières Nations.", - "content": "Le premier ministre canadien, Justin Trudeau, lors d’une conférence de presse aux côtés de la ministre de la famille, de l’enfance et du développement social, Karina Gould, à Ottawa, le 13 décembre 2021.", + "title": "Laurent Wauquiez assure Valérie Pécresse de « son soutien total »", + "description": "Le président de la région Auvergne-Rhône-Alpes affirme, dans le « JDD », qu’il ne veut pas s’attarder sur les désaccords qu’il a connus avec la candidate LR à la présidentielle, notamment quand elle avait quitté le parti qu’il présidait en 2019.", + "content": "Laurent Wauquiez, aux Estables (Haute-Loire), en août 2018.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/15/au-canada-un-plan-de-28-milliards-d-euros-pour-reparer-les-torts-subis-par-les-peuples-autochtones_6106122_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/12/laurent-wauquiez-assure-valerie-pecresse-de-son-soutien-total_6105731_823448.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 10:05:45 +0100", + "pubDate": "Sun, 12 Dec 2021 06:16:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264298,16 +290243,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71727f51c1f4f86bd2ed3717e51abe5c" + "hash": "4e5e254e9db09811f334377f523449fb" }, { - "title": "De la prison ferme pour la « mafia des déchets » dans le Sud-Est", - "description": "Onze prévenus et sept sociétés du bâtiment étaient jugés pour avoir déversé des milliers de tonnes de gravats en pleine nature. La justice a également prononcé de lourdes amendes et une obligation de remettre les terrains pollués en état.", - "content": "Le terrain d’une des victimes de l’affaire des « déballes » sauvages de remblais, à Trans-en-Provence (Var), le 18 novembre 2021.", + "title": "Un Français arrêté au Niger en marge de la célébration de la Journée internationale des droits de l’homme", + "description": "Mathieu Pourchier, un salarié de l’organisation Agir ensemble pour les droits humains, fait partie des cinq personnes interpellées vendredi à Niamey. Des ONG y voient un lien avec les manifestations contre le passage d’un convoi militaire français dans le pays, il y a deux semaines.", + "content": "Des officiers de police dans les rues de Niamey, le 23 avril 2020.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/15/de-la-prison-ferme-pour-la-mafia-des-dechets-dans-le-sud-est_6106119_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/12/un-francais-arrete-au-niger-en-marge-de-la-celebration-de-la-journee-internationale-des-droits-de-l-homme_6105728_3212.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:56:21 +0100", + "pubDate": "Sun, 12 Dec 2021 04:02:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264319,16 +290264,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "585a7a681f056186a42504c2be058782" + "hash": "facaf1485a5ffb4e3efe34df128d18b7" }, { - "title": "A Lyon, front commun contre les écologistes à la métropole", - "description": "La nouvelle majorité écologiste est accusée par l’ensemble des groupes d’opposition de réduire leurs pouvoirs au sein des instances métropolitaines.", - "content": "Bruno Bernard, président EELV de la métropole de Lyon, à Lyon, le 2 juillet 2020.", + "title": "La Francilienne Diane Leyre élue Miss France 2022, dans un contexte qui pousse à élargir l’accès au concours", + "description": "Cette diplômée de commerce international âgée de 24 ans a devancé Miss Martinique, première dauphine, et Miss Alsace, deuxième dauphine. La compétition, réservée notamment aux femmes célibataires, fait l’objet d’un nombre croissant de critiques.", + "content": "Diane Leyre, élue Miss France, reçoit sa couronne des mains d’Amandine Petit, à Caen, le 12 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/15/a-lyon-front-commun-contre-les-ecologistes-a-la-metropole_6106118_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/12/diane-leyre-ile-de-france-elue-miss-france-2022-dans-un-contexte-qui-pousse-a-elargir-l-acces-au-concours_6105722_3224.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:56:02 +0100", + "pubDate": "Sun, 12 Dec 2021 01:17:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264340,16 +290285,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84cbd4ce90ddb92a5f6f1e13f3d1acd2" + "hash": "57942f10057099d5cb03a58ae50c400c" }, { - "title": "Covid-19 : la vaccination des 5-11 ans démarre pour les enfants à risque", - "description": "Le gouvernement a ouvert, mercredi, la vaccination aux enfants souffrant de maladies hépatiques chroniques, cardiaques et respiratoires chroniques, neurologiques, d’obésité, de diabète, d’immunodéficience primitive ou atteints de trisomie 21.", - "content": "Un garçon de 11 ans vacciné à Berlin, le 14 décembre 2021, au début de la campagne de vaccination pour les enfants de moins de 12 ans en Allemagne.", + "title": "Troisième vol habité réussi pour la fusée de Blue Origin, avec six passagers, dont la fille du pionnier de l’espace américain Alan Shepard", + "description": "A bord se trouvait Laura Shepard Churchley, la fille du premier Américain à avoir franchi, en 1961, l’ultime frontière.", + "content": "Les six passagers, dont Laura Shepard Churchley à gauche, après leur vol dans l’espace, le 11 décembre.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/15/covid-19-la-vaccination-des-5-11-ans-demarre-pour-les-enfants-a-risque_6106111_3244.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/11/troisieme-vol-habite-reussi-pour-la-fusee-de-blue-origin-avec-six-passagers-dont-la-fille-du-pionnier-de-l-espace-americain-alan-shepard_6105718_1650684.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:14:23 +0100", + "pubDate": "Sat, 11 Dec 2021 22:19:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264361,16 +290306,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2044fe665ca002cef6601d14bafc9b3f" + "hash": "84a7f71e9ce4942c0a9f61d4f201c80a" }, { - "title": "Buffalo Grill importe en France la chaîne de fast-food Popeyes Louisiana Kitchen pour concurrencer KFC", - "description": "L’enseigne spécialisée dans les grillades de viande s’apprête à déployer en France la chaîne de fast-food, deuxième acteur mondial de la protéine de poulet.", - "content": "Un restaurant de l’enseigne Popeyes Louisiana Kitchen, à Chicago, en mai 2021.", + "title": "Yannick Agnel, ancien champion olympique de natation, mis en examen pour « viol et agression sexuelle sur mineure de 15 ans »", + "description": "L’ancien sportif de haut niveau, âgé de 29 ans, a été placé sous contrôle judiciaire, malgré les réquisitions de placement en détention provisoire formulées par le parquet et le juge d’instruction.", + "content": "Yannick Agnel le 30 mars 2016 avant une compétition, à Montpellier.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/15/buffalo-grill-a-l-assaut-du-roi-du-poulet-kfc_6106110_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/11/yannick-agnel-ancien-champion-olympique-de-natation-mis-en-examen-pour-viol-et-agression-sexuelle-sur-mineure-de-15-ans_6105716_3224.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:00:16 +0100", + "pubDate": "Sat, 11 Dec 2021 20:27:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264382,16 +290327,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "933bb6fbfb1f5847c8a3fc80544092dc" + "hash": "3590b6388a9760c6c70f9666f73ebf76" }, { - "title": "Covid-19 : le profil du variant Omicron se précise grâce aux premières études en vie réelle", - "description": "En Afrique du Sud, une étude en population réelle confirme la baisse d’efficacité des deux premières doses de vaccin face au variant mais lui attribue une moindre sévérité. Selon une autre étude, menée au Royaume-Uni, le rappel vaccinal rehausse notablement la protection.", - "content": "Dans un laboratoire dédié au séquençage du variant Omicron, au Ndlovu Research Center d’Elandsdoorn-B (Afrique du Sud), le 8 décembre 2021.", + "title": "Mondial de handball : bousculées, mais victorieuses des Serbes, les Bleues qualifiées pour les quarts de finale", + "description": "La France a battu, samedi, la Serbie au bout du suspense (22-19). Lundi, l’issue du dernier match du tour principal, lors duquel elle affrontera la Russie, déterminera qui occupera la première place du groupe.", + "content": "La demi-centre serbe Tamara Radojevic et le pivot français Béatrice Edwige face à face au cours du match France-Serbie du tour principal du Mondial de handball, en Espagne, samedi 11 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/15/covid-19-en-afrique-du-sud-le-variant-omicron-resiste-davantage-au-vaccin-mais-se-montre-moins-severe_6106081_3244.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/11/mondial-de-handball-bousculees-mais-victorieuses-des-serbes-les-bleues-qualifiees-pour-les-quarts-de-finale_6105714_3242.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 04:58:36 +0100", + "pubDate": "Sat, 11 Dec 2021 20:04:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264403,16 +290348,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0200756d275d0f62307cc6b9d2f8b18e" + "hash": "d23e9a979874bfac1f9794b5b6cdb173" }, { - "title": "Magistrats et greffiers manifestent pour réclamer des moyens « dignes »", - "description": "Cette « mobilisation générale pour la justice », à l’appel de dix-sept organisations, a été massivement suivie dans toute la France.", - "content": "Manifestation de magistrats, avocats et syndicats de travailleurs de la justice devant le ministère de l’économie et des finances, à Paris, le 15 décembre 2021.", + "title": "Avec des prix qui flambent depuis dix ans, l’automobile redevient un produit de luxe", + "description": "A croire qu’il faudrait réinventer la 4CV ou la 2CV du milieu du siècle dernier, pour permettre à plus de ménages de s’offrir un véhicule. D’ailleurs, en France, l’acheteur se situe désormais au seuil de la soixantaine.", + "content": "Sur le stand DS, au salon de l’automobile de Toulouse, le 12 novembre.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/15/magistrats-et-greffiers-manifestent-pour-reclamer-des-moyens-dignes_6106105_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/13/avec-des-prix-qui-flambent-depuis-dix-ans-l-automobile-redevient-un-produit-de-luxe_6105885_3234.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 08:19:26 +0100", + "pubDate": "Mon, 13 Dec 2021 17:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264424,16 +290369,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8ea24d3847d698a44a8f8d3415b1c71" + "hash": "257812aab21a9a8dbb0f621127487e53" }, { - "title": "A Hongkong, un tribunal ordonne la liquidation de la société mère du journal « Apple Daily », symbole du mouvement prodémocratie", - "description": "L’exécutif hongkongais avait demandé, en septembre, la dissolution de la société gérant ce média d’opposition, estimant cette mesure « opportune dans l’intérêt général ».", - "content": "Une édition du journal hongkongais d’opposition « Apple Daily », le 11 août 2020.", + "title": "Référendum en Nouvelle-Calédonie : une drôle de non-campagne", + "description": "Cette troisième consultation, organisée dimanche 12 décembre, se déroule dans un climat étrange : les indépendantistes ont appelé à la boycotter à cause de la crise sanitaire, et les loyalistes font campagne sans adversaire sur le terrain.", + "content": "Dimanche 12 décembre, les Calédoniens votent pour un troisième référendum sur l’indépendance. Nouméa, le 8 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/15/a-hongkong-un-tribunal-ordonne-la-liquidation-de-la-societe-mere-du-journal-apple-daily-symbole-du-mouvement-prodemocratie_6106099_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/11/referendum-en-nouvelle-caledonie-une-drole-de-non-campagne_6105708_823448.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 06:49:28 +0100", + "pubDate": "Sat, 11 Dec 2021 18:00:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264445,16 +290390,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9ff52fc410fa338a3f8d0c70567f624" + "hash": "c4873daa7f25387e6e726f8a5ca7137f" }, { - "title": "NBA : Stephen Curry entre dans l’histoire, en devenant le meilleur marqueur à trois points", - "description": "Le joueur des Golden State Warriors a dépassé Ray Allen en marquant un 2 973e panier à longue distance, mardi soir, à New York. Il lui a fallu 511 matchs de moins que son illustre prédécesseur pour y parvenir.", - "content": "Stephen Curry tire pour 3 points, sa grande spécialité, au Madison Square Garden de New York, le 14 décembre 2021.", + "title": "Covid-19 : un traitement préventif pour les personnes peu réceptives aux vaccins autorisé en France", + "description": "Ce traitement par anticorps vise à agir avant l’apparition de la maladie. Il doit suppléer la vaccination chez des personnes dont l’organisme réagit peu aux vaccins.", + "content": "Evusheld combine deux molécules, tixagévimab et cilgavimab.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/15/nba-stephen-curry-entre-dans-l-histoire-en-devenant-le-meilleur-tireur-a-3-points_6106095_3242.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/11/covid-19-un-traitement-preventif-pour-les-personnes-peu-receptives-aux-vaccins-autorise-en-france_6105710_3244.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 06:08:01 +0100", + "pubDate": "Sat, 11 Dec 2021 19:12:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264466,16 +290411,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e82bb961e9145a366d3499ed761bd10b" + "hash": "bfe9fecf2965dbde4abd3ca5f6b15de0" }, { - "title": "Passe sanitaire désactivé pour certaines personnes de plus de 65 ans : 10 questions pour comprendre", - "description": "A partir de mercredi, les personnes âgées de 65 ans et plus qui n’auront pas effectué leur dose de rappel sept mois après leur dernière injection perdront leur passe sanitaire.", - "content": "Des agents de sécurité contrôlent les passes sanitaires sur le marché de Noël de Strasbourg, le 3 décembre 2021.", + "title": "Etats-Unis : des tornades ont tué au moins 70 personnes dans le Kentucky et provoqué des dégâts dans plusieurs Etats du Sud", + "description": "C’est dans le Kentucky, dans le centre-est du pays, que le bilan le plus lourd est à déplorer après le passage, vendredi 10 décembre, de ce phénomène météorologique dévastateur qui touche particulièrement les plaines des Etats-Unis.", + "content": "Une église détruite par la tornade dans la ville de Mayfield, dans le Kentucky, le 11 décembre.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/15/passe-sanitaire-desactive-pour-certains-plus-de-65-ans-10-questions-pour-comprendre_6106091_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/11/aux-etats-unis-une-tornade-fait-au-moins-cinquante-morts-dans-le-kentucky-selon-le-gouverneur-de-l-etat_6105687_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 06:00:18 +0100", + "pubDate": "Sat, 11 Dec 2021 12:22:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264487,16 +290432,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24a325226f8c26ae8cc4f888ed8f97ec" + "hash": "9cdb25047bb97a64db93b7c674ce641b" }, { - "title": "Négociations sous tension dans l’hôtellerie-restauration", - "description": "Syndicats et employeurs se retrouvent jeudi pour des négociations salariales. Subissant une pénurie de main-d’œuvre qui traduit une crise d’attractivité, le patronat est aussi pressé par le gouvernement.", - "content": "Une terrasse parisienne, en mars 2021.", + "title": "Jacques Auxiette, ancien président des Pays de la Loire, est mort", + "description": "L’annonce de la mort de l’élu socialiste a suscité des réactions unanimes, saluant son engagement et sa passion du travail de terrain.", + "content": "Jacques Auxiette, président de la région Pays de la Loire, à Nantes, le 1er décembre 2014.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/15/negociations-sous-tension-dans-l-hotellerie-restauration_6106090_3234.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/11/jacques-auxiette-ancien-president-des-pays-de-la-loire-est-mort_6105702_3382.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 06:00:16 +0100", + "pubDate": "Sat, 11 Dec 2021 16:11:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264508,16 +290453,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "249d2cf1d973f8a2e59f9ba1e4b309c1" + "hash": "f201d6ebbee7d4b6d1d04c6f3a6e60f1" }, { - "title": "Election présidentielle : Emmanuel Macron au défi de « réinventer » son projet", - "description": "TF1 et LCI doivent diffuser, mercredi soir, un long entretien avec le chef de l’Etat. Tandis que son statut de non-candidat irrite les oppositions, l’entourage du président réfléchit à la tonalité de la future campagne. Pour ses soutiens, promettre de réaliser les réformes non menées ne suffira pas, il faudra apaiser et surprendre. ", - "content": "Des affiches de soutien au futur candidat Emmanuel Macron, dans les rues d’Aulnoye-Aymeries (Nord), le 19 novembre 2021.", + "title": "« Je veux que les journalistes meurent vieux » : les lauréats du prix Nobel de la paix dénoncent une « période sombre » pour l’information", + "description": "Le rédacteur en chef de « Novaïa Gazeta », colauréat du prix, a fait observer un moment de silence pour les reporters tués dans l’exercice de leur profession.", + "content": "La lauréate du prix Nobel de la paix Maria Ressa et son co-lauréat, Dmitri Mouratov, lors de la cérémonie de remise du prix, le 10 décembre 2021, à Oslo.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/14/election-presidentielle-2022-emmanuel-macron-au-defi-de-reinventer-son-projet_6105939_823448.html", + "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/11/je-veux-que-les-journalistes-meurent-vieux-les-laureats-du-prix-nobel-de-la-paix-denoncent-une-periode-sombre-pour-l-information_6105697_3236.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 04:52:01 +0100", + "pubDate": "Sat, 11 Dec 2021 14:27:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264529,16 +290474,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95e25c664881061862ff6070a8256480" + "hash": "468d3f4c649ae8922d87a60db77f9616" }, { - "title": "Des marques de joaillerie accusées de financer indirectement la junte militaire en Birmanie en vendant des rubis", - "description": "Van Cleef & Arpels (Richemont) ou Bulgari (LVMH) font partie des entreprises visées par un rapport de l’ONG Global Witness. Mais les négociants estiment qu’il est quasi impossible de connaître la localisation exacte et la date d’extraction des pierres précieuses sur le marché.", - "content": "Un mineur de rubis dans un tunnel de la mine de Mogok, au nord de Mandalay (Birmanie), en mai 2019.", + "title": "Variant Omicron : face au « raz-de-marée » au Royaume-Uni, la presse britannique bat le rappel", + "description": "Si les lignes éditoriales divergent, les médias britanniques ont tous fait de l’urgence de la vaccination contre le Covid-19 leur « une » après l’intervention du premier ministre, Boris Johnson, la veille.", + "content": "Une longue file d’attente s’est formée devant la pharmacie de Sevenoaks (Angleterre), dans l’espoir de recevoir une dose de rappel du vaccin contre le Covid-19, le 13 décembre 2021", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/15/birmanie-les-marques-de-joaillerie-accusees-de-financer-indirectement-la-junte-en-continuant-a-vendre-des-rubis-extraits-dans-le-pays_6106077_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/12/13/variant-omicron-face-au-raz-de-maree-au-royaume-uni-la-presse-britannique-bat-le-rappel_6105882_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 03:23:49 +0100", + "pubDate": "Mon, 13 Dec 2021 16:22:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264550,16 +290495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1a4ad87c363688a726598c9ec3a1d075" + "hash": "cc3dfa960f6e425067d4d907bd7ec0d6" }, { - "title": "Etats-Unis : six employées de Tesla portent plainte contre l’entreprise pour harcèlement sexuel", - "description": "L’un des avocats des plaignantes dénonce un « problème systémique » chez le constructeur automobile, qui laisserait s’installer une atmosphère propice aux commentaires et actes douteux envers les femmes.", - "content": "L’usine Tesla de Fremont, en Californie, dans laquelle travaillent ou  travaillaient cinq des six femmes qui ont porté plainte, le 14 décembre 2021, pour harcèlement sexuel sur leur lieu de travail.", + "title": "Pêche post-Brexit : le Royaume-Uni accorde 23 licences supplémentaires aux Français, des actions prévues", + "description": "Ce nombre reste très en deçà des 104 licences que réclamait Paris ces derniers jours en menaçant d’aller au contentieux en l’absence, avant vendredi, de « geste de bonne volonté » de la part de Londres.", + "content": "Des pêcheurs français bloquent le port de Saint-Malo pour dénoncer le manque de licences accordées par le Royaume-Uni, le 26 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/15/etats-unis-six-employees-de-tesla-portent-plainte-contre-l-entreprise-pour-harcelement-sexuel_6106075_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/11/peche-post-brexit-le-royaume-uni-accorde-23-licences-supplementaires-aux-francais_6105696_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 02:55:55 +0100", + "pubDate": "Sat, 11 Dec 2021 14:26:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264571,16 +290516,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e1e84c0a3958e3789e02385ae3298e8" + "hash": "d8fe1ddf7e5c2fbc3adc5f295aa8a9da" }, { - "title": "Koh-Lanta s’achève… sans vainqueur en raison de « manquements au code d’honneur »", - "description": "Ni Claude, ni Laurent n’ont remporté la vingtième saison du jeu de TF1. Les organisateurs du populaire jeu de TF1 ont pris la décision de ne sacrer aucun candidat après avoir découvert que certains d’entre eux se sont procuré de la nourriture « en dehors du cadre de jeu ».", - "content": "Les finalistes de l’émission « Koh-Lanta, la légende », diffusée sur TF1.", + "title": "Thomas Piketty : « Plus que jamais, la planète va devoir prendre en compte les multiples fractures inégalitaires qui la traversent »", + "description": "Le « Rapport sur les inégalités mondiales », publié cette semaine, rend compte de l’hyperconcentration patrimoniale par les 10 % les plus riches, mais aussi de la trop lente avancée de la lutte contre les inégalités de genre et environnementales, explique l’économiste dans sa chronique.", + "content": "Le « Rapport sur les inégalités mondiales », publié cette semaine, rend compte de l’hyperconcentration patrimoniale par les 10 % les plus riches, mais aussi de la trop lente avancée de la lutte contre les inégalités de genre et environnementales, explique l’économiste dans sa chronique.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/15/la-vingtieme-saison-de-koh-lanta-s-acheve-sans-vainqueur_6106070_3246.html", + "link": "https://www.lemonde.fr/idees/article/2021/12/11/thomas-piketty-plus-que-jamais-la-planete-va-devoir-prendre-en-compte-les-multiples-fractures-inegalitaires-qui-la-traversent_6105628_3232.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 01:55:20 +0100", + "pubDate": "Sat, 11 Dec 2021 06:00:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264592,16 +290537,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e96892eed3186764665cbfc362e8a02a" + "hash": "8ea38980d825376311fe8ab949410f8d" }, { - "title": "Accident de la route à Paris : Tesla écarte toute « défaillance technique »", - "description": "L’accident d’une voiture Tesla, samedi, a fait un mort et vingt blessés, dont trois dans un état grave. Une enquête devra déterminer pourquoi le conducteur, qui circulait à vitesse très élevée, a perdu le contrôle de son véhicule.", - "content": "Un taxi parisien dans une Tesla, le 14 décembre 2021.", + "title": "Biathlon : Quentin Fillon-Maillet vainqueur en patron, doublé français à Hochfilzen", + "description": "Le biathlète français a remporté, samedi, l’épreuve de poursuite de l’étape autrichienne de la Coupe du monde, devant son compatriote Emilien Jacquelin.", + "content": "Une semaine après avoir brisé sa crosse à Ostersund (Suède), Quentin Fillon-Maillet a remporté la poursuite à Hochfilzen (Autriche).", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/15/accident-de-la-route-a-paris-tesla-ecarte-toute-defaillance-technique_6106068_3234.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/11/biathlon-quentin-fillon-maillet-vainqueur-en-patron-double-francais-a-hochfilzen_6105693_3242.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 01:09:25 +0100", + "pubDate": "Sat, 11 Dec 2021 13:52:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264613,16 +290558,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b562b69b8de33333fe983cb46ff1bdb4" + "hash": "410c630e737747722341f68ed87f56b1" }, { - "title": "Hockey sur glace : le beau parcours de Rouen en Ligue des champions s’arrête en quarts de finale", - "description": "Auteurs d’un résultat nul encourageant au match aller, en Finlande, les Dragons se sont finalement inclinés, à domicile, face à Tampere (4-0). Mais ils sont le premier club français de hockey à avoir atteint ce niveau de la compétition.", - "content": "Auteurs d’un résultat nul encourageant au match aller, en Finlande, les Dragons se sont finalement inclinés, à domicile, face à Tampere (4-0). Mais ils sont le premier club français de hockey à avoir atteint ce niveau de la compétition.", + "title": "Emmanuel Macron en visite en Hongrie chez Viktor Orban, « un adversaire politique mais un partenaire européen »", + "description": "Le président français rencontre, lundi, le premier ministre hongrois, avec qui les divergences sont nombreuses, mais susceptible d’être un allié sur des sujets comme les investissements, le nucléaire ou la défense européenne.", + "content": "Le premier ministre hongrois, Viktor Orban, le 10 décembre 2020, à Bruxelles.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/15/hockey-sur-glace-le-beau-parcours-de-rouen-en-ligue-des-champions-s-arrete-en-quarts-de-finale_6106066_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/13/emmanuel-macron-en-visite-en-hongrie-chez-viktor-orban-un-adversaire-politique-mais-un-partenaire-europeen_6105807_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 00:34:18 +0100", + "pubDate": "Mon, 13 Dec 2021 04:39:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264634,16 +290579,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9243747f54d3f8e276f1ef43a143ab54" + "hash": "0db110d46f95100b3f8c556725c1a8e4" }, { - "title": "Variant Omicron : les mesures du gouvernement britannique adoptées, malgré la large rébellion des conservateurs", - "description": "Il s’agit d’une victoire en demi-teinte pour le conservateur Boris Johnson, qui n’avait encore jamais été confronté à autant de dissidences au sein de son propre parti.", - "content": "Le premier ministre britannique, Boris Johnson, lors d’une allocution télévisée, dimanche 12 décembre.", + "title": "Variant Omicron : un « raz-de-marée arrive » au Royaume-Uni, Boris Johnson prend une série de nouvelles mesures", + "description": "Le premier ministre britannique s’est adressé dimanche soir à la nation dans une allocution, annonçant que tous les plus de 18 ans en Angleterre pourraient recevoir une troisième de vaccin d’ici fin décembre.", + "content": "Boris Johnson, le 11 décembre à Downing Street.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/14/variant-omicron-les-mesures-du-gouvernement-britannique-adoptees-malgre-la-large-rebellion-des-conservateurs_6106060_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/12/face-a-la-progression-du-variant-omicron-le-niveau-d-alerte-covid-releve-au-royaume-uni_6105791_3210.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 22:40:37 +0100", + "pubDate": "Sun, 12 Dec 2021 20:03:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264655,16 +290600,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "115fe10979b3ace0cb53e3698a64938b" + "hash": "0d0800aa1d3015e2bb15f3ff5a6f4d94" }, { - "title": "Alexeï Navalny reçoit le prix Sakharov : y a-t-il une place pour la contestation en Russie ?", - "description": "La fille de l’opposant russe Navalny reçoit pour lui le prix Sakharov 2021, lors d’une cérémonie au Parlement européen. Benoît Vitkine, correspondant du « Monde » à Moscou, répond à vos questions à partir de 13 heures.", - "content": "Alexeï Navalny sortant d’un poste de police, le 18 janvier 2021, à Khimki, dans la banlieue de Moscou, après une décision de justice le condamnant à 30 jours de prison.", + "title": "Le G7 affiche son unité contre les régimes autoritaires", + "description": "Les ministres des affaires étrangères réunis à Liverpool visent implicitement la Chine et la Russie. Les Européens accusent Moscou de se préparer à envahir l’Ukraine.", + "content": "La Britannique Liz Truss, lors du sommet des ministres des affaires étrangères du groupe des Sept (G7), au Musée de Liverpool, en Angleterre, samedi 11 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/international/live/2021/12/15/alexei-navalny-recoit-le-prix-sakharov-y-a-t-il-une-place-pour-la-contestation-en-russie_6106159_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/11/le-g7-affiche-son-unite-contre-les-regimes-autoritaires_6105689_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 12:30:04 +0100", + "pubDate": "Sat, 11 Dec 2021 13:02:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264676,16 +290621,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ad24fe692211a71f9a6b921f920450f" + "hash": "1402b37e50db25241b35c1e77a2bbcc6" }, { - "title": "Climat : l’année 2021 a été moins chaude que les précédentes mais marquée par des anomalies en France", - "description": "Pour la première fois depuis six ans, le pays n’a pas subi de canicule généralisée. Une forte variabilité mensuelle des températures a été relevée.", - "content": "Des bougies dans un verger de Westhoffen (Bas-Rhin) pour tenter de protéger les arbres fruitiers lors d’un épisode de gelées tardives, le 6 avril 2021.", + "title": "Présidentielle : comment Valérie Pécresse va mener sa campagne", + "description": "La candidate des Républicains s’emploie à mettre son parti en ordre de bataille. Elle doit s’exprimer, samedi 11 décembre, devant les cadres et les parlementaires du mouvement, réunis à la Mutualité, à Paris.", + "content": "Valérie Pécresse, candidate des Républicains pour la présidentielle 2022, à Lille, le 10 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/15/climat-l-annee-2021-a-ete-moins-chaude-que-les-precedentes-mais-marquee-par-des-anomalies-en-france_6106147_3244.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/11/election-presidentielle-2022-valerie-pecresse-s-emploie-a-mettre-lr-en-ordre-de-bataille_6105625_6059010.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 11:00:12 +0100", + "pubDate": "Sat, 11 Dec 2021 04:56:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264697,16 +290642,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e94c1418e849d393859b29154f57e759" + "hash": "fdc978d208036220408c6a600adfaeb8" }, { - "title": "Buffalo Grill à l’assaut du roi du poulet KFC", - "description": "L’enseigne spécialisée dans les grillades de viande s’apprête à déployer en France la chaîne de fast-food Popeyes Louisiana Kitchen, deuxième acteur mondial de la protéine de poulet.", - "content": "Un restaurant de l’enseigne Popeyes Louisiana Kitchen, à Chicago, en mai 2021.", + "title": "En Inde, les agriculteurs quittent New Delhi au terme d’un an de manifestations contre la réforme agraire de Narendra Modi", + "description": "Des centaines de manifestants dansaient et célébraient leur « victoire », samedi 11 décembre, au moment de lever les barrages routiers et de démanteler leurs abris de fortune sur de grandes autoroutes.", + "content": "Des agriculteurs indiens dansent et célèbrent leur lutte victorieuse, près de New Delhi (Inde), le 11 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/15/buffalo-grill-a-l-assaut-du-roi-du-poulet-kfc_6106110_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/12/11/en-inde-les-agriculteurs-quittent-new-delhi-au-terme-d-un-an-de-manifestations-contre-la-reforme-agraire-de-narendra-modi_6105682_3210.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 09:00:16 +0100", + "pubDate": "Sat, 11 Dec 2021 11:34:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264718,16 +290663,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "64ef426f60b5a3843d24204b0423c165" + "hash": "fb6687781811ba9f51eb0c43cc9a21fa" }, { - "title": "Justice : magistrats et greffiers manifestent pour réclamer des moyens « dignes »", - "description": "Cette « mobilisation générale pour la justice », à l’appel de 17 organisations, s’annonce massivement suivie mercredi dans toute la France, tant l’expression d’un malaise semble avoir gagné l’ensemble des acteurs judiciaires.", - "content": "L’avocat français et vice-président du Conseil du Barreau de Paris Vincent Niore, l’avocat français et vice-président du Conseil du Barreau de Paris Julie Couturier et l’avocat français et président du Conseil du Barreau de Paris Olivier Cousi manifestent près de l’Assemblée nationale contre le projet de loi « confiance en la justice » concernant le secret professionnel des avocats à Paris, le 16 novembre 2021.", + "title": "Solide malgré la crise du Covid, la Compagnie des Alpes affiche un appétit qui se veut plus raisonné", + "description": "Bien aidé par l’Etat, son premier actionnaire, le spécialiste des domaines skiables et parcs de loisirs ne sort pas si affaibli du Covid-19 et garde ses ambitions intactes… hormis pour l’international.", + "content": "Parc Asterix resort characters pose in front of the entrance of the Euro Disney park on April 12, 2012 in Marne-La-Vallee outside Paris, to celebrate the 20th anniversary of the resort. AFP PHOTO PIERRE VERDY (Photo by PIERRE VERDY / AFP)", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/15/magistrats-et-greffiers-manifestent-pour-reclamer-des-moyens-dignes_6106105_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/11/solide-malgre-la-crise-du-covid-la-compagnie-des-alpes-affiche-un-appetit-qui-se-veut-plus-raisonne_6105673_3234.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 08:19:26 +0100", + "pubDate": "Sat, 11 Dec 2021 10:35:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264739,16 +290684,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b0088a62a4e689736f01d9eeaf82c83" + "hash": "a7105ab784c99f17518c492207368d5b" }, { - "title": "Birmanie : les marques de joaillerie accusées de financer indirectement la junte en continuant à vendre des rubis extraits dans le pays", - "description": "Van Cleef & Arpels (Richemont) ou Bulgari (LVMH) font partie des entreprises visées par un rapport de l’ONG Global Witness. Mais les négociants estiment qu’il est quasi impossible de connaître la localisation exacte et la date d’extraction des pierres précieuses sur le marché.", - "content": "Un mineur de rubis dans un tunnel de la mine de Mogok, au nord de Mandalay (Birmanie), en mai 2019.", + "title": "Mort d’Edouard Crépey, adjoint au secrétariat général du gouvernement", + "description": "Haut fonctionnaire, conseiller d’Etat, il avait travaillé au cabinet de Nicolas Sarkozy à l’Elysée, notamment sur la réforme constitutionnelle de 2008. Il avait rejoint le secrétariat général du gouvernement en 2019. Il est décédé le 28 novembre, à l’âge de 45 ans.", + "content": "Edouard Crepey, à Paris, le 19 janvier 2012.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/15/birmanie-les-marques-de-joaillerie-accusees-de-financer-indirectement-la-junte-en-continuant-a-vendre-des-rubis-extraits-dans-le-pays_6106077_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/11/mort-d-edouard-crepey-adjoint-au-secretariat-general-du-gouvernement_6105672_823448.html", "creator": "", - "pubDate": "Wed, 15 Dec 2021 03:23:49 +0100", + "pubDate": "Sat, 11 Dec 2021 10:33:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264760,16 +290705,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7cef5a70b5c869e2a3f1a406a9c52ae6" + "hash": "372f06731637ac775d8348f4d3bb901e" }, { - "title": "Ligue 1 : Pascal Dupraz devient le nouvel entraîneur de Saint-Etienne", - "description": "Il succède à Claude Puel, limogé après une énième déroute contre Rennes (0-5) en Ligue 1 le 5 décembre.", - "content": "Pascal Dupraz lors du match de Coupe de France entre Montpellier et Caen, au stade de la Mosson, à Montpellier, le 19 janvier 2020.", + "title": "Dette de Corsica Ferries : l’Etat octroie 50 millions d’euros à la Corse", + "description": "Cette mesure, votée dans le projet de loi de finances 2022, est une reconnaissance implicite de la responsabilité de l’Etat dans ce dossier.", + "content": "Un ferry de la compagnie « Corsica ferries » amarré dans la rade de Toulon, le 5 janvier 2021 à Toulon.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/14/ligue-1-pascal-dupraz-devient-le-nouvel-entraineur-de-saint-etienne_6106059_3242.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/11/dette-de-corsica-ferries-l-etat-octroie-50-millions-d-euros-a-la-corse_6105665_823448.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 22:05:49 +0100", + "pubDate": "Sat, 11 Dec 2021 10:03:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264781,16 +290726,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b91aac791898d83143098905e445e38" + "hash": "681c3769f262d468440173acc6026637" }, { - "title": "Yannick Jadot tend la main à Anne Hidalgo et affirme qu’elle pourrait « évidemment » être sa première ministre", - "description": "Réitérant son refus d’une primaire à gauche en vue de l’élection présidentielle de 2022, le candidat écologiste a appelé, mardi, la candidate socialiste à se ranger derrière lui.", - "content": "Yannick Jadot lors de son premier meeting de campagne, le 11 decembre 2021, à Laon (Aisne).", + "title": "Loi « 3DS » : les incompréhensions se multiplient entre les oppositions et les députés de la majorité", + "description": "Considérant que les députés ont détricoté leurs propositions, les sénateurs attendent désormais « des gages très forts » sur ce texte-fleuve visant à fluidifier les relations entre l’Etat et les collectivités.", + "content": "La ministre de la cohésion des territoires, Jacqueline Gourault, lors d’une séance de questions au gouvernement à l’Assemblée nationale, à Paris, le 20 juillet 2021.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/14/yannick-jadot-tend-la-main-a-anne-hidalgo-et-affirme-qu-elle-pourrait-evidemment-etre-sa-premiere-ministre_6106058_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/11/loi-3ds-les-incomprehensions-se-multiplient-entre-les-oppositions-et-les-deputes-de-la-majorite_6105660_823448.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 21:53:00 +0100", + "pubDate": "Sat, 11 Dec 2021 09:57:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264802,16 +290747,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "672629f3c45a966b1531f64257c562b9" + "hash": "b6ae2402a7d38721a8925060dc02b245" }, { - "title": "Violences au meeting d’Eric Zemmour : le leader présumé des Zouaves Paris interpellé", - "description": "Marc de Cacqueray-Valmenier a été arrêté par la brigade de recherche et d’intervention de la Préfecture de police de Paris.", - "content": "Lors du premier meeting de la campagne présidentielle d’Eric Zemmour, à Villepinte, le 5 décembre 2021.", + "title": "La Cour de cassation examine le pourvoi d’Eric Dupond-Moretti, mis en examen pour « prise illégale d’intérêts »", + "description": "Le garde des sceaux conteste le refus de la Cour de justice de la République d’auditionner en qualité de témoin le procureur général près la Cour de cassation, François Molins. L’arrêt sera rendu le 21 décembre.", + "content": "Le garde des sceaux conteste le refus de la Cour de justice de la République d’auditionner en qualité de témoin le procureur général près la Cour de cassation, François Molins. L’arrêt sera rendu le 21 décembre.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/14/violences-au-meeting-d-eric-zemmour-le-leader-presume-des-zouaves-paris-interpelle_6106054_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/11/la-cour-de-cassation-examine-le-pourvoi-de-dupond-moretti-mis-en-examen-pour-prise-illegale-d-interets_6105655_3224.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 20:46:55 +0100", + "pubDate": "Sat, 11 Dec 2021 09:39:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264823,16 +290768,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7fc4770504a6f997cc7b5b2030bc9b6d" + "hash": "13ed3267203e3eb502255deb94172e6b" }, { - "title": "Assaut du Capitole : la ville de Washington porte plainte contre des groupes d’extrême droite", - "description": "Cette action au civil vise à décourager de futurs actes de violence et à dédommager les victimes, dont font partie les agents de police qui gardaient le bâtiment le 6 janvier.", - "content": "Des partisans du président américain Donald Trump envahissent le Capitole, à Washington, DC, aux États-Unis, le 6 janvier 2021.", + "title": "Au Royaume-Uni, la fête de trop de Boris Johnson", + "description": "Cerné par les affaires, le premier ministre britannique est au cœur d’un nouveau scandale sur la célébration de Noël en 2020 au 10 Downing Street, en pleine pandémie. Sa popularité est en chute libre et dans son propre camp, son départ n’est plus tabou.", + "content": "Le premier ministre britannique, Boris Johnson, le 8 décembre 2021, à Londres.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/14/la-ville-de-washington-porte-plainte-contre-des-groupes-d-extreme-droite-pour-l-assaut-du-capitole_6106052_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/11/au-royaume-uni-la-fete-de-trop-de-boris-johnson_6105617_3210.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 20:16:36 +0100", + "pubDate": "Sat, 11 Dec 2021 02:23:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264844,16 +290789,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a82aa7b0b7d482cad4c235ac64d7e31" + "hash": "2a08e36cec781574703b5e67347b5e51" }, { - "title": "Veolia autorisé à racheter son rival Suez par la Commission européenne", - "description": "Veolia a notamment dû s’engager à céder l’essentiel des activités de Suez en France afin d’obtenir l’autorisation européenne.", - "content": "Veolia détient actuellement 29,9 % du capital de Suez.", + "title": "Au Bénin, la figure de l’opposition Reckya Madougou condamnée à vingt ans de prison", + "description": "L’ancienne garde des sceaux a été reconnue coupable de « complicité d’actes terroristes » par la Cour de répression des infractions économiques et du terrorisme. Mis en place par le pouvoir en 2018, ce tribunal spécial est accusé par ses détracteurs de servir d’instrument juridique du pouvoir pour museler l’opposition.", + "content": "Des soutiens de l’opposante Reckya Madougou, à Porto-Novo (Bénin), le 10 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/14/bruxelles-autorise-veolia-a-racheter-son-rival-suez_6106051_3234.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/11/au-benin-la-figure-de-l-opposition-reckya-madougou-condamnee-a-vingt-ans-de-prison_6105646_3212.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 20:15:44 +0100", + "pubDate": "Sat, 11 Dec 2021 08:29:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264865,16 +290810,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e1c86317e315ae4c31b456055829d88f" + "hash": "cf2a7ed277677a070fc8061fb47d03d1" }, { - "title": "Comment la Chine conteste la suprématie du cinéma hollywoodien", - "description": "Un plan quinquennal vise à renforcer le septième art chinois, en matière d’influence mondiale, de nombre de films et de salles, tout en marginalisant sur son marché les films américains.", - "content": "L’affiche du film « The Battle at Lake Changjin », dans un cinéma de Pékin (Chine), le 30 septembre 2021.", + "title": "Inondations : premières opérations de nettoyage dans le Sud-Ouest, décrue en cours", + "description": "Météo-France a levé l’alerte rouge dans les deux départements du Sud-Ouest touchés depuis jeudi par de fortes crues provoquées par des pluies abondantes.", + "content": "A Bayonne, le 11 décembre 2021, des employés de la mairie nettoient les bords de la Nive, après les inondations.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/14/pekin-s-attaque-a-la-suprematie-du-cinema-hollywoodien_6105926_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/11/inondations-les-landes-et-les-pyrenees-atlantiques-redescendent-en-vigilance-orange_6105641_3244.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 00:44:23 +0100", + "pubDate": "Sat, 11 Dec 2021 07:00:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264886,16 +290831,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1286140fc056f7fac7d43b3ce676b65f" + "hash": "cd0554894feb9b1777de4d85ba487e83" }, { - "title": "Ligue 1 : match diffusé en clair, garanties financières… les recommandations d’un rapport parlementaire pour « sécuriser et consolider » le football français", - "description": "La mission parlementaire sur les droits télévisuels, créée après le fiasco Mediapro, soutient notamment la création par la Ligue de football professionnel d’une société commerciale ouverte aux capitaux privés pour exploiter et gérer les droits télévisuels.", - "content": "Pour diffuser 80 % des matchs de la Ligue 1, Amazon a offert que 250 millions d’euros par an.", + "title": "La démocratie américaine « est devenue une arme de destruction massive » : Pékin charge sévèrement Washington", + "description": "La Chine a été laissée à l’écart du sommet virtuel pour la démocratie organisé par Joe Biden, et a vertement accusé le président américain, dans un communiqué, d’attiser les divisions idéologiques héritées de la guerre froide.", + "content": "La Chine a été laissée à l’écart du sommet virtuel pour la démocratie organisé par Joe Biden, et a vertement accusé le président américain, dans un communiqué, d’attiser les divisions idéologiques héritées de la guerre froide.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/14/ligue-1-match-diffuse-en-clair-garanties-financieres-les-recommandations-d-un-rapport-parlementaire-pour-securiser-et-consolider-le-football-francais_6106047_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/11/la-democratie-americaine-est-devenue-une-arme-de-destruction-massive-pekin-charge-severement-washington_6105634_3210.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:14:41 +0100", + "pubDate": "Sat, 11 Dec 2021 06:26:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264907,16 +290852,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3edada1d09dfd58d0b967f53241bb692" + "hash": "fbc844b8e75ef0df18e66a85360ca9bd" }, { - "title": "L’Europe avance sur la régulation du monde numérique", - "description": "Le Parlement européen se penche sur deux textes visant à encadrer les géants du Web, Google, Amazon, Facebook et Apple (GAFA) en tête.", - "content": "Le Parlement européen se penche sur deux textes visant à encadrer les géants du Web, Google, Amazon, Facebook et Apple (GAFA) en tête.", + "title": "Le Sénégal rétablit la fonction de premier ministre", + "description": "La nomination du futur chef de gouvernement, dont la fonction avait disparu en 2019, interviendra après les élections locales de janvier.", + "content": "Le président sénégalais, Macky Sall, à Paris, le 11 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/14/l-europe-avance-sur-la-regulation-du-monde-numerique_6106046_3234.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/11/le-senegal-retablit-le-poste-de-premier-ministre_6105627_3212.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 19:07:08 +0100", + "pubDate": "Sat, 11 Dec 2021 05:32:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264928,16 +290873,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "412df01b9c188189d96e293e9834be8d" + "hash": "75a2c13b6c6be3ebd73fe9e75c4c03ce" }, { - "title": "La majorité des migrants noyés dans la Manche à la fin de novembre est désormais identifiée", - "description": "Ce naufrage est le plus meurtrier depuis que les migrants tentent de rejoindre l’Angleterre par la mer. Quatre arrestations avaient été annoncées par les autorités françaises à la suite de ce drame.", - "content": "Ce naufrage est le plus meurtrier depuis que les migrants tentent de rejoindre l’Angleterre par la mer. Quatre arrestations avaient été annoncées par les autorités françaises à la suite de ce drame.", + "title": "Mort de Michael Nesmith, membre des Monkees, groupe de rock américain à succès des années 1960", + "description": "Le groupe californien est considéré comme le premier boys band de l’histoire, monté de toutes pièces pour une émission de télévision, en pleine Beatlemania.", + "content": "Michael Nesmith, le 5 novembre 2021, à Rosemont (Illinois).", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/14/la-majorite-des-migrants-noyes-dans-la-manche-a-la-fin-de-novembre-est-desormais-identifiee_6106042_3210.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/11/mort-de-michael-nesmith-membre-des-monkees-groupe-de-rock-americain-a-succes-des-annees-1960_6105622_3382.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:51:54 +0100", + "pubDate": "Sat, 11 Dec 2021 04:36:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264949,16 +290894,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "62a5fa0cfeaedf81ce482f0dc13c3f87" + "hash": "47ccbfe84d4bad86ec806e09a6954b99" }, { - "title": "Prison ferme pour l’ex-ministre de l’immigration danoise", - "description": "Inger Stojberg, qui a incarné de 2015 à 2019 le durcissement de la politique migratoire de Copenhague, jusqu’à l’outrance, a été condamnée à soixante jours d’incarcération pour avoir illégalement ordonné la séparation de couples de demandeurs d’asile.", - "content": "L’ancienne ministre danoise de l’immigration, Inger Stojberg, à Copenhague, le 2 septembre 2021.", + "title": "Vente de frégates françaises à la Grèce : l’offre américaine est caduque car le contrat est signé, affirme Paris", + "description": "Vendredi, Washington avait donné son autorisation à une possible vente à la Grèce de quatre frégates. Une tentative de concurrencer la France, qui avait conclu en septembre un accord préalable de vente de trois navires à la marine grecque.", + "content": "Vendredi, Washington avait donné son autorisation à une possible vente à la Grèce de quatre frégates. Une tentative de concurrencer la France, qui avait conclu en septembre un accord préalable de vente de trois navires à la marine grecque.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/14/prison-ferme-pour-l-ex-ministre-danoise-de-l-immigration_6106041_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/11/apres-l-affaire-des-sous-marins-australiens-les-etats-unis-reviennent-concurrencer-la-france-dans-le-domaine-des-fregates_6105620_3210.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:46:37 +0100", + "pubDate": "Sat, 11 Dec 2021 03:41:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264970,16 +290915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85e9d1c93ce659aa408d3e2a1b4d62af" + "hash": "b7dc1ef9144075f8a6a08049435ee423" }, { - "title": "La compagnie G7 met à l’arrêt ses taxis électriques Model 3 de Tesla après un accident mortel survenu samedi à Paris", - "description": "L’accident a fait un mort et vingt blessés, dont trois sont dans un état grave, a rapporté le parquet de Paris, mardi soir. La compagnie de taxis parisiens a fait savoir que ses trente-sept Model 3 de Tesla resteraient au garage le temps de l’enquête.", - "content": "Le constructeur automobile Tesla n’a pas souhaité faire de commentaire au sujet de cet accident.", + "title": "Perpétuité pour les meurtriers de Rudy, abattu à 15 ans dans un règlement de comptes à Marseille", + "description": "L’adolescent avait été tué en novembre 2016 selon les codes du narcobanditisme, sur la base d’une simple rumeur. Les deux hommes condamnés, qui clament leur innocence, ont annoncé leur intention de faire appel.", + "content": "L’adolescent avait été tué en novembre 2016 selon les codes du narcobanditisme, sur la base d’une simple rumeur. Les deux hommes condamnés, qui clament leur innocence, ont annoncé leur intention de faire appel.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/14/la-compagnie-g7-met-a-l-arret-ses-taxis-electriques-tesla-apres-un-accident-grave-survenu-samedi-a-paris_6106038_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/11/perpetuite-pour-les-meurtriers-de-rudy-abattu-a-15-ans-dans-un-reglement-de-comptes-a-marseille_6105619_3224.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:22:52 +0100", + "pubDate": "Sat, 11 Dec 2021 03:21:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -264991,16 +290936,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dce6046760835f5214a3d9ab500aba1c" + "hash": "ce7a3418f9ee6c678bd1ea15c34000c9" }, { - "title": "En Biélorussie, le mari de Svetlana Tsikhanovskaïa condamné à dix-huit ans de prison", - "description": "Très critique envers le régime, le blogueur Sergueï Tsikhanovski avait été arrêté en mai 2020 alors qu’il menait campagne pour l’élection présidentielle.", - "content": "Une manifestante montre le portrait du blogueur emprisonné Sergueï Tsikhanovsky, opposant politique du président Loukachenko, sous lequel on peut lire « Liberté pour les prisonniers politiques », le 12 octobre 2020 à Minsk.", + "title": "Lassina Zerbo nommé premier ministre du Burkina Faso", + "description": "Cet ancien responsable au sein des Nations unies succède à Christophe Joseph Dabiré, qui a démissionné mercredi, impuissant face au fléau des attaques djihadistes dans le pays.", + "content": "Cet ancien responsable au sein des Nations unies succède à Christophe Joseph Dabiré, qui a démissionné mercredi, impuissant face au fléau des attaques djihadistes dans le pays.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/14/en-bielorussie-le-mari-de-svetlana-tsikhanovskaia-condamne-a-dix-huit-ans-de-prison_6106037_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/11/lassina-zerbo-nomme-premier-ministre-du-burkina-faso_6105610_3212.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:19:22 +0100", + "pubDate": "Sat, 11 Dec 2021 00:21:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265012,16 +290957,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "802f8c13da078857bdff282ca5fb9d6e" + "hash": "0911dc1e818ccaa9aa8bfb3fa84e3e7a" }, { - "title": "En Haïti, l’explosion d’un camion-citerne fait au moins soixante-deux morts", - "description": "Une quarantaine d’habitations autour du lieu de l’explosion ont également pris feu à la suite de la déflagration, laissant craindre un bilan plus lourd.", - "content": "Des pompiers se tiennent à côté de l’incendie provoqué par le camion-citerne, à Cap-Haïtien, en Haïti, mardi 14 décembre 2021.", + "title": "Les deux départements attendent la décrue de rivières et de torrents sortis de leur lit depuis jeudi. Aucune victime n’est à déplorer en France, mais une femme est morte en Espagne.", + "description": "Les deux départements attendent la décrue de rivières et de torrents sortis de leur lit depuis jeudi car gonflés par des pluies abondantes et la fonte d’une partie du manteau neigeux dans les Pyrénées. Aucune victime n’est à déplorer en France, mais une femme est morte en Espagne.", + "content": "Les deux départements attendent la décrue de rivières et de torrents sortis de leur lit depuis jeudi car gonflés par des pluies abondantes et la fonte d’une partie du manteau neigeux dans les Pyrénées. Aucune victime n’est à déplorer en France, mais une femme est morte en Espagne.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/14/en-haiti-l-explosion-d-un-camion-citerne-fait-au-moins-soixante-morts_6106036_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/10/pyrenees-atlantiques-debordements-et-glissements-de-terrain-apres-des-pluies-intenses_6105487_3244.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:17:48 +0100", + "pubDate": "Fri, 10 Dec 2021 11:27:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265029,20 +290974,20 @@ "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "737b8232b3315aa481a3944b89d84103" + "hash": "7cdddd8d276071b86b119ddd8c458216" }, { - "title": "La rumba congolaise, patrimoine culturel immatériel de l’humanité", - "description": "L’Unesco a annoncé mardi l’admission sur sa liste de cette musique phare des deux Congo.", - "content": "Le chanteur congolais Papa Wemba, surnommé le « roi de la rumba », lors d’un concert au New Morning à Paris en février 2006.", + "title": "Plus de deux cents migrants mis à l’abri après l’évacuation d’un tunnel parisien", + "description": "Les personnes vont « bénéficier d’une évaluation de leur situation administrative, d’un accompagnement social, sanitaire et administratif avant d’être réorientées vers des hébergements adaptés à leur situation », a précisé la préfecture.", + "content": "Les personnes vont « bénéficier d’une évaluation de leur situation administrative, d’un accompagnement social, sanitaire et administratif avant d’être réorientées vers des hébergements adaptés à leur situation », a précisé la préfecture.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/14/la-rumba-congolaise-patrimoine-culturel-immateriel-de-l-humanite_6106034_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/10/plus-de-deux-cents-migrants-mis-a-l-abri-apres-l-evacuation-d-un-tunnel-parisien_6105609_3224.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:15:12 +0100", + "pubDate": "Fri, 10 Dec 2021 23:02:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265054,16 +290999,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55407a5c0d8fee63d22b39b1dc0d4f5b" + "hash": "1c97a04fa641be356c0e7837c6bb1406" }, { - "title": "En Allemagne, la vague du Covid-19 reporte encore la reprise", - "description": "L’institut IFO a baissé sa prévision de croissance pour 2022. « L’hiver sera dur », prévient le ministère de l’économie, qui note toutefois que le chômage baisse.", - "content": "La centrale électrique du siège de Volkswagen, à Wolfsburg, en Basse-Saxe, en mars 2021.", + "title": "Patrick Poivre d’Arvor visé par deux nouvelles plaintes, pour viol et agression sexuelle", + "description": "Les plaignantes dénoncent des faits prescrits, mais « déposent plainte par solidarité avec les autres » ayant témoigné contre le présentateur « pour ne pas laisser dire que ce sont “des menteuses” », a expliqué leur avocate.", + "content": "Les plaignantes dénoncent des faits prescrits, mais « déposent plainte par solidarité avec les autres » ayant témoigné contre le présentateur « pour ne pas laisser dire que ce sont “des menteuses” », a expliqué leur avocate.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/14/en-allemagne-la-vague-du-covid-19-reporte-encore-la-reprise_6106033_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/10/patrick-poivre-d-arvor-vise-par-deux-nouvelles-plaintes-pour-viol-et-agression-sexuelle_6105608_3224.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:05:07 +0100", + "pubDate": "Fri, 10 Dec 2021 21:49:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265075,16 +291020,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa548efeb2a556523cff2f5ddad904e9" + "hash": "b3ce47e44c59764937c9eb3f512fab69" }, { - "title": "L’Insee anticipe une baisse du pouvoir d’achat en France au premier semestre 2022", - "description": "Dans une note de conjoncture publiée mardi, l’institut national de statistiques chiffre à − 0,5 % cette évolution sur les six prochains mois en raison de la hausse des prix. La croissance du produit intérieur brut devrait, elle, atteindre 6,7 % sur l’année 2021 et 3 % sur le premier semestre 2022.", - "content": "Une station-service, à Paris, le 20 octobre 2021.", + "title": "Covid-19 : le plan blanc activé dans l’ensemble des Hauts-de-France, en Normandie et dans une partie de la Bretagne", + "description": "Ce dispositif permet notamment de déprogrammer des opérations et de réaffecter du personnel aux services de soins critiques.", + "content": "Ce dispositif permet notamment de déprogrammer des opérations et de réaffecter du personnel aux services de soins critiques.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/14/l-insee-anticipe-une-baisse-du-pouvoir-d-achat-en-france-au-premier-semestre-2022_6106031_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/10/covid-19-le-plan-blanc-active-dans-l-ensemble-des-hauts-de-france-en-normandie-et-dans-une-partie-de-la-bretagne_6105607_3244.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 18:00:29 +0100", + "pubDate": "Fri, 10 Dec 2021 21:36:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265096,16 +291041,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9a35fdc1f9dbe99af25f92d57736dbce" + "hash": "7ee4e45abdcde8ca24a2d2f48cc30fd1" }, { - "title": "Outre-mer : Marine Le Pen souhaite un grand ministère d’Etat ; Jean-Luc Mélenchon en visite à la Guadeloupe et à la Martinique", - "description": "Après le troisième référendum en Nouvelle-Calédonie, et le conflit social à la Guadeloupe et à la Martinique, de nombreux candidats à l’élection présidentielle se rendent en outre-mer ces prochains jours.", - "content": "Marine Le Pen au cours d’une conférence de presse, le 2 décembre 2021, à Paris.", + "title": "Le directeur du journal d’extrême droite « Rivarol » à nouveau condamné pour négationnisme", + "description": "Jérôme Bourbon a été condamné une quinzaine de fois, en particulier pour provocation à la haine, contestation de crime contre l’humanité et injure raciste.", + "content": "Jérôme Bourbon a été condamné une quinzaine de fois, en particulier pour provocation à la haine, contestation de crime contre l’humanité et injure raciste.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/14/outre-mer-marine-le-pen-souhaite-un-grand-ministere-d-etat-jean-luc-melenchon-en-visite-a-la-guadeloupe-et-a-la-martinique_6106029_6059010.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/10/le-directeur-du-journal-d-extreme-droite-rivarol-a-nouveau-condamne-pour-negationnisme_6105606_3224.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 17:49:43 +0100", + "pubDate": "Fri, 10 Dec 2021 21:15:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265113,20 +291058,20 @@ "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "4e951f2e3dcbba7779ab25dfbf37adc6" + "hash": "b961ceaaea64c9c5327d709469015df0" }, { - "title": "La faille « Log4Shell » laisse entrevoir quelques semaines agitées, préviennent les experts en sécurité informatique", - "description": "Selon le directeur général de l’Agence nationale de la sécurité des systèmes d’information, la faille de sécurité est « grave ».", - "content": "La vulnérabilité est présente dans Log4j, un petit module de code utilisé dans de multiples logiciels et applications à travers le monde.", + "title": "« Nous voulons retrouver nos familles tant qu’il est encore temps » : partout dans le monde, les enfants adoptés illégalement demandent justice", + "description": "Dernier épisode de notre série sur les filières de l’adoption internationale. En Europe, aux Etats-Unis et ailleurs, les personnes adoptées à l’étranger ces dernières décennies luttent pour remonter le fil de leur histoire. Longtemps indifférents, certains pays doivent s’adapter et reconnaître leurs négligences passées.", + "content": "Dernier épisode de notre série sur les filières de l’adoption internationale. En Europe, aux Etats-Unis et ailleurs, les personnes adoptées à l’étranger ces dernières décennies luttent pour remonter le fil de leur histoire. Longtemps indifférents, certains pays doivent s’adapter et reconnaître leurs négligences passées.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/14/la-faille-log4shell-laisse-entrevoir-quelques-semaines-agitees-previennent-les-experts-en-securite-informatique_6106028_4408996.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/nous-voulons-retrouver-nos-familles-tant-qu-il-est-encore-temps-partout-dans-le-monde-les-enfants-adoptes-illegalement-demandent-justice_6105434_3210.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 17:43:34 +0100", + "pubDate": "Fri, 10 Dec 2021 05:27:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265138,16 +291083,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0546ba7c26270983882a42a572553789" + "hash": "bd8c83daf325e35b0052e02041b4c69b" }, { - "title": "En Chine, LinkedIn remplacé par une version simplifiée", - "description": "Baptisée « InCareer », cette nouvelle plate-forme remplace désormais le réseau social de Microsoft. Cette nouvelle version n’inclut ni flux social ni options de partage.", - "content": "Baptisée « InCareer », cette nouvelle plate-forme remplace désormais le réseau social de Microsoft. Cette nouvelle version n’inclut ni flux social ni options de partage.", + "title": "Ligue 1 : Paris et Mbappé cliniques, Bamba Dieng acrobatique, Nantes euphorique", + "description": "Ce qu’il faut retenir de la 18e journée de Ligue 1, disputée ce week-end.", + "content": "Bamba Dieng a ouvert la marque face à Strasbourg d’un splendide retourné acrobatique.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/14/en-chine-linkedin-remplace-par-une-version-simplifiee_6106025_4408996.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/12/ligue-1-paris-et-mbappe-cliniques-bamba-dieng-acrobatique-nantes-euphorique_6105794_3242.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 16:15:39 +0100", + "pubDate": "Sun, 12 Dec 2021 23:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265159,16 +291104,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55056796c7f34b6ebe131d5e50a62375" + "hash": "9967e07c52f1d616fceaaafec76ccfb0" }, { - "title": "Brigitte Barèges, déchue de son mandat de maire de Montauban en première instance, relaxée en appel", - "description": "En février, elle avait été condamnée à cinq ans d’inéligibilité avec effet immédiat par le tribunal judiciaire de Toulouse, qui estimait que sa « communication politique » avait été financée avec des « deniers publics ».", - "content": "L’ancienne maire de Montauban Brigitte Barèges, accompagnée de son ancien adjoint Thierry Deville, au palais de justice de Toulouse, le 10 décembre 2021.", + "title": "Le rappeur Ninho à l’AccorHotels Arena de Paris : entre brio et impréparation", + "description": "Après deux reports liés à la crise sanitaire, le rappeur francilien s’est produit samedi 11 décembre dans la salle parisienne. Un concert avec de nombreux invités surprises.", + "content": "Ninho en concert à l’AccorHotels Arena, à Paris, le 11 décembre 2021.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/14/brigitte-bareges-ex-maire-de-montauban-relaxee-en-appel-apres-avoir-ete-dechue-de-son-mandat_6106024_3224.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/12/le-rappeur-ninho-a-l-accorhotels-arena-de-paris-entre-brio-et-impreparation_6105785_3246.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 16:03:34 +0100", + "pubDate": "Sun, 12 Dec 2021 19:03:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265180,16 +291125,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "546427f6853d172b5c5ce4b9d51ced79" + "hash": "c43ea463884af81e4a8c7a628cbcba0e" }, { - "title": "Premier démantèlement d’une usine de cigarettes clandestine en France", - "description": "Les douanes ont mis au jour un hangar situé près de Meaux où se trouvait tout le nécessaire à la fabrication de contrefaçons.", - "content": "Sur cette photo fournie par les douanes françaises, on peut voir les machines outils utilisées par les trafficants et saisies lors du démantèlement de l’usine de fabrication de cigarettes de contrefaçon à Poincy (Seine-et-Marne), le 9 décembre 2021.", + "title": "Max Verstappen, nouveau roi de la formule 1", + "description": "Dimanche 12 décembre, le pilote néerlandais de 24 ans a détrôné le septuple champion du monde, le Britannique Lewis Hamilton, lors du dernier tour du dernier Grand Prix de la saison à Abou Dhabi.", + "content": "Max Verstappen brandit le drapeau néerlandais sur le podium à Abou Dhabi.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/14/premier-demantelement-d-une-usine-de-cigarettes-clandestine-en-france_6106023_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/12/max-verstappen-nouveau-roi-de-la-formule-1_6105777_3242.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 15:56:39 +0100", + "pubDate": "Sun, 12 Dec 2021 17:57:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265201,16 +291146,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a465c48cd6ad4828099b803eef446c35" + "hash": "9f2a7bbd89dc0658b508d9d650b6c79c" }, { - "title": "Au Danemark, une entreprise condamnée pour avoir vendu du kérosène utilisé par l’armée russe en Syrie", - "description": "La justice danoise a estimé que l’entreprise et son dirigeant auraient dû être conscients de la probable utilisation de leur carburant en Syrie. Ces derniers ont été condamnés pour violation de l’embargo occidental frappant le pays.", - "content": "Des membres de la Défense civile syrienne, appelés les « casques blancs », à la recherche de victimes après la destruction d’un immeuble par un bombardement sur Alep, en octobre 2016.", + "title": "Un professeur d’un lycée d’Angers renvoyé en correctionnelle pour « discrimination raciale ou religieuse »", + "description": "Cet enseignant d’un lycée professionnel privé catholique, également maire LR d’une commune de Maine-et-Loire, aurait « invité » les élèves musulmans à changer de religion. Il plaide le second degré et estime avoir été mal compris.", + "content": "Paris, France le 2 novembre 2020 - Au college Gustave Flaubert dans le 13e arrondissement de Paris. Ici, le carnet de correspondance d un eleve est ouvert a la page de la charte de laicite a l ecole.", "category": "", - "link": "https://www.lemonde.fr/police-justice/article/2021/12/14/au-danemark-une-entreprise-condamnee-pour-avoir-vendu-du-kerosene-utilise-par-l-armee-russe-en-syrie_6106022_1653578.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/10/un-professeur-d-un-lycee-d-angers-renvoye-en-correctionnelle-pour-discrimination-raciale-ou-religieuse_6105602_3224.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 15:54:50 +0100", + "pubDate": "Fri, 10 Dec 2021 20:25:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265222,16 +291167,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "01811d990b548f538dc2e0bc4a3a4f30" + "hash": "4d417c6821220b40867f1526c6b0aaad" }, { - "title": "Pilule anti-Covid-19 : Pfizer confirme que son nouveau traitement est très efficace", - "description": "La comprimé du laboratoire, qui sera commercialisé sous le nom de Paxlovid, réduit d’environ 89 % les hospitalisations chez les personnes à risque, selon les essais cliniques.", - "content": "Comprimés de Paxlovid, dans l’usine Pfizer d’Ascoli Piceno, en Italie (photo non datée).", + "title": "Gaspillage : à partir du 1er janvier, les invendus non alimentaires ne pourront plus être détruits", + "description": "Les produits électriques et électroniques, les piles, textiles, meubles, cartouches d’encre ainsi que les produits d’hygiène et de puériculture sont notamment concernés par la mesure.", + "content": "Les produits électriques et électroniques, les piles, textiles, meubles, cartouches d’encre ainsi que les produits d’hygiène et de puériculture sont notamment concernés par la mesure.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/14/covid-19-pfizer-confirme-que-son-nouveau-traitement-est-tres-efficace_6106017_1650684.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/10/gaspillage-a-partir-du-1er-janvier-les-invendus-non-alimentaires-ne-pourront-plus-etre-detruits_6105601_3244.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 15:14:52 +0100", + "pubDate": "Fri, 10 Dec 2021 20:10:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265243,16 +291188,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5d4e417b624070334f791152b5545c65" + "hash": "a2a6c059e450157f58a33cc70fe871e4" }, { - "title": "Biélorussie : plusieurs opposants condamnés à des peines allant jusqu’à dix-huit ans de prison", - "description": "Sergueï Tsikhanovski, le mari de l’opposante exilée Svetlana Tsikhanovskaïa, a notamment écopé de la peine la plus lourde.", - "content": "Des Biélorusses manifestent pour demander la libération des prisonniers politiques, dont Sergueï Tsikhanovski (sur la photo), en octobre 2020.", + "title": "Etats-Unis : l’inflation au plus haut depuis 1982", + "description": "La hausse des prix a accéléré en novembre, pour afficher un rythme de 6,8 %, soit la plus forte augmentation jamais enregistrée depuis trente-neuf ans.", + "content": "La hausse des prix a accéléré en novembre, pour afficher un rythme de 6,8 %, soit la plus forte augmentation jamais enregistrée depuis trente-neuf ans.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/14/bielorussie-plusieurs-opposants-condamnes-a-des-peines-allant-jusqu-a-dix-huit-ans-de-prison_6106013_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/10/etats-unis-l-inflation-au-plus-haut-depuis-1982_6105600_3234.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 14:51:18 +0100", + "pubDate": "Fri, 10 Dec 2021 20:04:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265264,16 +291209,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "863af6d43ad6b172388e3735bea930ef" + "hash": "56865881f66e75bae665c3084008dfe8" }, { - "title": "FIFA : l’enquête pénale visant Gianni Infantino reprend en Suisse", - "description": "Deux procureurs extraordinaires doivent être élus, mercredi, par le Parlement suisse. Ils sont censés faire la lumière sur les rencontres secrètes entre le président de la Fédération internationale de football et l’ex-procureur général suisse Michael Lauber.", - "content": "Gianni Infantino à Caracas (Venezuela), le 15 octobre 2021.", + "title": "Magnus Carlsen conserve sans problème son titre de champion du monde d’échecs", + "description": "Après un début de match équilibré, le challenger russe Ian Nepomniachtchi a complètement craqué et concédé quatre défaites au Norvégien.", + "content": "Après un début de match équilibré, le challenger russe Ian Nepomniachtchi a complètement craqué et concédé quatre défaites au Norvégien.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/14/fifa-l-enquete-penale-visant-gianni-infantino-reprend-en-suisse_6106008_3242.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/10/magnus-carlsen-conserve-sans-probleme-son-titre-de-champion-du-monde-d-echecs_6105595_3242.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 13:33:08 +0100", + "pubDate": "Fri, 10 Dec 2021 19:04:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265285,16 +291230,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "750214dd1ca22a972e44efd0bc04e000" + "hash": "9d269a4e0a7e617c20273ad0b0e93042" }, { - "title": "Alexandre Benalla en garde à vue pour des soupçons de corruption autour d’un contrat de sécurité avec un oligarque russe", - "description": "L’ancien conseiller d’Emmanuel Macron et son épouse sont entendus actuellement dans le cadre d’une enquête préliminaire du Parquet national financier.", - "content": "Alexandre Benalla, le 19 septembre 2018.", + "title": "En Allemagne, tomber en sortant du lit pour faire du télétravail est désormais considéré comme un accident du travail", + "description": "Le Tribunal social fédéral affirme que sa décision « sert à la sécurité et à la protection de la santé des employés lors de l’aménagement et de l’exploitation des lieux de travail » dans le contexte du recours au télétravail pendant la pandémie.", + "content": "Le Tribunal social fédéral affirme que sa décision « sert à la sécurité et à la protection de la santé des employés lors de l’aménagement et de l’exploitation des lieux de travail » dans le contexte du recours au télétravail pendant la pandémie.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/14/alexandre-benalla-en-garde-a-vue-pour-des-soupcons-de-corruption-autour-d-un-contrat-de-securite-avec-un-oligarque-russe_6106006_3224.html", + "link": "https://www.lemonde.fr/big-browser/article/2021/12/10/en-allemagne-tomber-en-sortant-du-lit-pour-faire-du-teletravail-est-desormais-considere-comme-un-accident-du-travail_6105594_4832693.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 13:12:16 +0100", + "pubDate": "Fri, 10 Dec 2021 18:45:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265302,20 +291247,20 @@ "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "89dc916a8aa79613da8626f8c3bb6295" + "hash": "859dee096c8f7cf20eb572f99cda2058" }, { - "title": "Emmanuel Macron sur TF1 et LCI : les oppositions dénoncent un manque d’équité dans la répartition du temps de parole", - "description": "Valérie Pécresse et Yannick Jadot ont dit vouloir saisir le Conseil supérieur de l’audiovisuel pour contester le décompte du temps de parole du chef de l’Etat, qui n’est pas encore candidat.", - "content": "Lors d’une allocution du président de la République, Emmanuel Macron, à Paris, le 31 mars 2021.", + "title": "Une importante faille de sécurité met en danger de nombreux serveurs sur Internet", + "description": "Surnommée « Log4Shell », cette faille de sécurité permet à un attaquant d’exécuter du code informatique sur le serveur d’une entreprise. De nombreux chercheurs ont exprimé leur inquiétude.", + "content": "Surnommée « Log4Shell », cette faille de sécurité permet à un attaquant d’exécuter du code informatique sur le serveur d’une entreprise. De nombreux chercheurs ont exprimé leur inquiétude.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/14/emmanuel-macron-sur-tf1-et-lci-les-oppositions-denoncent-un-manque-d-equite-dans-la-repartition-du-temps-de-parole_6106005_823448.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/10/une-importante-faille-de-securite-decouverte-met-en-danger-de-nombreux-serveurs-sur-internet_6105590_4408996.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 13:01:39 +0100", + "pubDate": "Fri, 10 Dec 2021 18:23:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265323,20 +291268,20 @@ "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f13e02fb6e336255b35492e07a6bdd5d" + "hash": "7107260aa57b4fdedff97b23f7ae047b" }, { - "title": "Exactions minières et prédations : la méthode de la milice Wagner en Afrique", - "description": "Des documents sécuritaires consultés par « Le Monde » dressent un tableau des activités de la société de mercenaires russe en Centrafrique, au Mozambique et en Libye. Au Mali, l’implantation du groupe est par ailleurs en train de se formaliser sur une zone aurifère.", - "content": "Des mercenaires russes du groupe de sécurité privée Wagner montent la garde lors d’un défilé à Bangui (République centrafricaine), en mai 2019.", + "title": "Etats-Unis : la Cour suprême refuse de bloquer la loi anti-avortement au Texas", + "description": "La haute juridiction a néanmoins autorisé les tribunaux fédéraux à intervenir contre la loi, mais les cliniques et les médecins qui pratiquent des avortements au-delà de six semaines de grossesse restent sous la menace de poursuites onéreuses.", + "content": "La haute juridiction a néanmoins autorisé les tribunaux fédéraux à intervenir contre la loi, mais les cliniques et les médecins qui pratiquent des avortements au-delà de six semaines de grossesse restent sous la menace de poursuites onéreuses.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/14/exactions-et-predations-la-methode-de-la-milice-wagner-en-afrique_6105992_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/loi-anti-avortement-au-texas-la-cour-supreme-autorise-les-tribunaux-federaux-a-intervenir-contre-le-texte_6105586_3210.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 11:35:52 +0100", + "pubDate": "Fri, 10 Dec 2021 18:08:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265348,16 +291293,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d821d1ce9a8a622e6f3d6f65ddd3595" + "hash": "2160a8ae56008bcd7d0a9b414c870892" }, { - "title": "La France a recensé près de 1 400 actes antireligieux en 2021", - "description": "Les actes antireligieux ont diminué de plus de 17 % par rapport à la même période en 2019, selon le dernier bilan du ministère de l’intérieur.", - "content": "Le carré musulman du cimetière de Thiais, au sud de Paris.", + "title": "Election présidentielle 2022 : la partie de poker d’Hidalgo, la droite s’essaye à l’unité, Macron l’Européen… Le récap politique de la semaine", + "description": "Alors qu’Anne Hidalgo tente de créer un électrochoc à gauche, Valérie Pécresse, désormais candidate du parti Les Républicains, œuvre à l’unité de son camp. Par ailleurs, Emmanuel Macron a tenu jeudi sa première conférence de presse depuis deux ans.", + "content": "Alors qu’Anne Hidalgo tente de créer un électrochoc à gauche, Valérie Pécresse, désormais candidate du parti Les Républicains, œuvre à l’unité de son camp. Par ailleurs, Emmanuel Macron a tenu jeudi sa première conférence de presse depuis deux ans.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/14/la-france-a-recense-pres-de-1-400-actes-antireligieux-en-2021_6106002_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/10/election-presidentielle-2022-la-partie-de-poker-d-hidalgo-la-droite-s-essaye-a-l-unite-macron-l-europeen-le-recap-politique-de-la-semaine_6105584_823448.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 12:45:59 +0100", + "pubDate": "Fri, 10 Dec 2021 18:00:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265369,16 +291314,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef3cada5f709b3100e44bed42c66117e" + "hash": "f825900f79a0c94b40c2c014fe0e2064" }, { - "title": "SNCF : des syndicats appellent à la grève pour le premier week-end des vacances de Noël", - "description": "Ces appels concernent notamment les TGV Sud-Ouest et Sud-Est, et sont respectivement valables de vendredi à dimanche, et les vendredis, samedis et dimanches des trois week-ends des vacances scolaires.", - "content": "Des voyageurs dans la gare de Lyon, à Paris, lors d’une grève pendant les vacances de fin d’année, le 22 décembre 2019.", + "title": "Suivez l’émission « Questions politiques », dont l’invité est Jean-Luc Mélenchon", + "description": "Le candidat à l’élection présidentielle et chef de file des Insoumis est l’invité de France Inter, de France Télévisions et du « Monde » dimanche.", + "content": "French leftist movement La France Insoumise (LFI)'s presidential candidate Jean-Luc Melenchon gestures on stage during a campaign rally in the business district of La Defense, west of Paris on December 5, 2021. (Photo by Anne-Christine POUJOULAT / AFP)", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/14/sncf-des-syndicats-appellent-a-la-greve-pour-le-premier-week-end-des-vacances-de-noel_6105996_3234.html", + "link": "https://www.lemonde.fr/politique/video/2021/12/12/suivez-l-emission-questions-politiques-dont-l-invite-est-jean-luc-melenchon_6105756_823448.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 12:11:13 +0100", + "pubDate": "Sun, 12 Dec 2021 12:01:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265390,16 +291335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cdcb344446fc105537b5a58f491a86eb" + "hash": "9defa793507c81fe825fdb993f58fedc" }, { - "title": "L’archevêque de Paris démissionnaire dément toute liaison avec une femme", - "description": "Monseigneur Michel Aupetit, dans un entretien au « Parisien » mardi, se dit « victime d’une cabale ».", - "content": "L’archevêque de Paris, Mgr Michel Aupetit, à Paris, le 15 juin 2019.", + "title": "Référendum en Nouvelle-Calédonie : le « non » à l’indépendance largement en tête, selon des résultats partiels", + "description": "Les habitants de Nouvelle-Calédonie étaient appelés à voter dimanche pour un troisième et dernier référendum d’autodétermination, censé clore un processus de décolonisation entamé en 1998 avec l’accord de Nouméa. L’issue du vote ne faisait guère de doute, les indépendantistes ayant décidé de boycotter le scrutin après avoir échoué à obtenir son report, estimant que l’épidémie de Covid-19 ne leur permettait pas de « mener une campagne équitable ».", + "content": "Les habitants de Nouvelle-Calédonie étaient appelés à voter dimanche pour un troisième et dernier référendum d’autodétermination, censé clore un processus de décolonisation entamé en 1998 avec l’accord de Nouméa. L’issue du vote ne faisait guère de doute, les indépendantistes ayant décidé de boycotter le scrutin après avoir échoué à obtenir son report, estimant que l’épidémie de Covid-19 ne leur permettait pas de « mener une campagne équitable ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/14/l-archeveque-de-paris-demissionnaire-dement-toute-liaison-avec-une-femme_6105993_3224.html", + "link": "https://www.lemonde.fr/politique/live/2021/12/12/referendum-sur-l-independance-de-la-nouvelle-caledonie-suivez-les-resultats-en-direct_6105742_823448.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 11:44:20 +0100", + "pubDate": "Sun, 12 Dec 2021 09:46:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265411,16 +291356,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "61acea12b5077c104d128ae4ff75965d" + "hash": "f26cec48b26d8ba5b577b3e6286dbd8e" }, { - "title": "Violences sexuelles dans l’Eglise : les évêques français affirment que le pape soutient leurs décisions après le rapport Sauvé", - "description": "Le président et les vice-présidents de la Conférence des évêques de France ont été reçus par le pape François, lundi 13 décembre, notamment pour évoquer les suites de l’enquête de la Commission indépendante sur les abus sexuels dans l’Eglise.", - "content": "Le pape François, en audience avec le président et les vice-présidents de la Conférence des évêques de France, au Vatican, le 13 décembre 2021.", + "title": "L’avocat Alex Ursulet mis en examen pour viol", + "description": "Le pénaliste parisien, âgé de 64 ans, est poursuivi pour « viol par personne ayant autorité », jeudi 9 décembre à la suite de la plainte d’une avocate ayant été stagiaire à son cabinet.", + "content": "Le pénaliste parisien, âgé de 64 ans, est poursuivi pour « viol par personne ayant autorité », jeudi 9 décembre à la suite de la plainte d’une avocate ayant été stagiaire à son cabinet.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/14/violences-sexuelles-dans-l-eglise-les-eveques-francais-affirment-que-le-pape-soutient-leurs-decisions-apres-le-rapport-sauve_6105935_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/10/l-avocat-alex-ursulet-mis-en-examen-pour-viol_6105576_3224.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 03:39:27 +0100", + "pubDate": "Fri, 10 Dec 2021 17:50:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265428,20 +291373,20 @@ "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "6aa331f1186f0bc1006e3e284c961a0b" + "hash": "0ca2a80e3fc2409778aaedf8ebf5a7cd" }, { - "title": "En Afghanistan, l’ONU accuse les talibans d’exécutions extrajudiciaires", - "description": "L’Organisation des Nations unies dénonce plus de cent exécutions d’anciens membres des forces de sécurité afghanes et de personnes associées à l’ancien gouvernement, renversé à la mi-août.", - "content": "Des soldats talibans patrouillent à Kaboul, le 19 août 2021.", + "title": "La Finlande achète 64 chasseurs F-35 pour 8,4 milliards d’euros", + "description": "Le gouvernement finlandais a préféré l’avion américain au Rafale de Dassault, au Gripen et à l’Eurofighter.", + "content": "Le gouvernement finlandais a préféré l’avion américain au Rafale de Dassault, au Gripen et à l’Eurofighter.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/14/en-afghanistan-l-onu-accuse-les-talibans-d-executions-extrajudiciaires_6105987_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/la-finlande-achete-64-chasseurs-f-35-pour-8-4-milliards-d-euros_6105564_3210.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 11:13:48 +0100", + "pubDate": "Fri, 10 Dec 2021 16:25:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265453,16 +291398,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "707c7dffdce61b730173af5f93f04558" + "hash": "e341ef9517f81e9d8b96f01417331ffd" }, { - "title": "Politique industrielle : la Cour des comptes critique l’empilement des dispositifs", - "description": "L’efficacité des mesures de politique industrielle engagées depuis dix ans demeure difficile à évaluer, malgré la mobilisation de sommes d’argent public considérables.", - "content": "Emmanuel Macron, sur le chantier de construction de l’autoroute A79 près de Moulins, le 8 décembre 2021.", + "title": "Au Soudan du Sud, la difficile lutte contre le mystérieux « syndrome du hochement de tête »", + "description": "Maux de tête, convulsions… Dans le pays, des milliers de personnes souffrent de cette maladie neurologique incurable, dont l’origine reste inconnue.", + "content": "Maux de tête, convulsions… Dans le pays, des milliers de personnes souffrent de cette maladie neurologique incurable, dont l’origine reste inconnue.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/14/politique-industrielle-la-cour-des-comptes-critique-l-empilement-des-dispositifs_6105974_823448.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/10/au-soudan-du-sud-la-difficile-lutte-contre-le-mysterieux-syndrome-du-hochement-de-tete_6105562_3212.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 10:43:40 +0100", + "pubDate": "Fri, 10 Dec 2021 16:19:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265470,20 +291415,20 @@ "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "eea83a9052f2bb1a22bdea3f4df45b0b" + "hash": "15dcc5d0bb07f8939be63ed9604f5444" }, { - "title": "« Le Monde » organise son salon des masters le 29 janvier 2022 à Paris", - "description": "Cet événement dédié aux formations de niveau master rassemblera des grandes écoles et des universités, qui présenteront leurs programmes et répondront aux questions des visiteurs. Des conférences seront également organisées.", - "content": "Cet événement dédié aux formations de niveau master rassemblera des grandes écoles et des universités, qui présenteront leurs programmes et répondront aux questions des visiteurs. Des conférences seront également organisées.", + "title": "Les Etats-Unis sanctionnent le Cambodge pour sa proximité avec la Chine", + "description": "Washington soupçonne Phnom Penh de faciliter l’accès de la Chine au golfe de Thaïlande en lui ouvrant sa base navale de Ream.", + "content": "Washington soupçonne Phnom Penh de faciliter l’accès de la Chine au golfe de Thaïlande en lui ouvrant sa base navale de Ream.", "category": "", - "link": "https://www.lemonde.fr/campus/article/2021/12/14/le-monde-organise-son-salon-des-masters-le-29-janvier-2022-a-paris_6105972_4401467.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/les-etats-unis-sanctionnent-le-cambodge-pour-sa-proximite-avec-la-chine_6105560_3210.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 10:40:46 +0100", + "pubDate": "Fri, 10 Dec 2021 15:59:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265495,16 +291440,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f3be22e55060d45c7d63f75f74b78ff" + "hash": "51ebfb4c142f3ce3572f28776cce0e55" }, { - "title": "Le variant Omicron se propage à un rythme inédit, juge l’OMS", - "description": "On dénombre « un peu plus de 130 cas du variant Omicron » en France, a déclaré le porte-parole du gouvernement, Gabriel Attal, mardi.", - "content": "Un test Covid-19 à Providence (Etats-Unis), le 7 décembre 2021.", + "title": "Réforme de la métropole Aix-Marseille Provence : Benoît Payan dénonce « une farce »", + "description": "Le maire socialiste de Marseille estime que les dispositions votées mercredi 8 décembre en première lecture ne règlent « aucun des dysfonctionnements » qu’il dénonce depuis quelques mois.", + "content": "Le maire socialiste de Marseille estime que les dispositions votées mercredi 8 décembre en première lecture ne règlent « aucun des dysfonctionnements » qu’il dénonce depuis quelques mois.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/14/variant-omicron-il-faut-se-preparer-selon-castex-sans-nouvelles-mesures-a-ce-stade_6105966_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/10/reforme-de-la-metropole-aix-marseille-provence-benoit-payan-denonce-une-farce_6105559_823448.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 10:05:50 +0100", + "pubDate": "Fri, 10 Dec 2021 15:56:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265516,16 +291461,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7386c1adf108a58e37009c6cfec7d6b3" + "hash": "6d4a0b4d413c9f80b08b7c58be60c4bd" }, { - "title": "Covid : redoubler de prudence à l’approche des fêtes, le remède amer du conseil scientifique", - "description": "Pour endiguer la vague Delta et la menace Omicron, le conseil scientifique plaide pour un renforcement des mesures de contrôle, doublé d’une accélération des rappels.", - "content": "Des affiches rappelant les passants à respecter les gestes barrières, sur le marché de Noël de Strasbourg, le 26 novembre 2021.", + "title": "Biathlon : premier podium individuel de la saison pour Justine Braisaz-Bouchet à Hochfilzen", + "description": "La Savoyarde a terminé vendredi deuxième du sprint en Autriche, avec le meilleur temps à ski. Partie avec le dossard rouge de leader, Anaïs Chevalier-Bouchet finit soixantième.", + "content": "La Savoyarde a terminé vendredi deuxième du sprint en Autriche, avec le meilleur temps à ski. Partie avec le dossard rouge de leader, Anaïs Chevalier-Bouchet finit soixantième.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/14/redoubler-de-prudence-a-l-approche-des-fetes-le-remede-amer-du-conseil-scientifique_6105964_3244.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/10/biathlon-premier-podium-individuel-de-la-saison-pour-justine-braisaz-boucher_6105558_3242.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 10:05:13 +0100", + "pubDate": "Fri, 10 Dec 2021 15:56:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265537,16 +291482,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "678e172c735a8bc39e89639beae10ee0" + "hash": "75d92b8ff04cab8831435c0a1c3e4c71" }, { - "title": "Le record de température de 38 °C enregistré en juin 2020 dans l’Arctique a été validé par l’ONU", - "description": "La ville de Verkhoïansk se situe au-delà du cercle polaire, en Sibérie, et a connu une température record à l’été 2020.", - "content": "Verkhoïansk se trouve à environ 115 kilomètres au nord du cercle polaire et les températures y sont mesurées depuis 1885.", + "title": "JO d’hiver à Pékin : l’appel au boycottage diplomatique épouse une géopolitique attendue", + "description": "Partie des Etats-Unis, l’initiative a rallié l’Australie, la Nouvelle-Zélande, le Canada et le Royaume-Uni. Pour l’heure, l’Europe tergiverse et l’Asie écarte l’idée.", + "content": "Partie des Etats-Unis, l’initiative a rallié l’Australie, la Nouvelle-Zélande, le Canada et le Royaume-Uni. Pour l’heure, l’Europe tergiverse et l’Asie écarte l’idée.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/14/le-record-de-temperature-de-38-c-enregistre-en-juin-2020-dans-l-arctique-a-ete-valide-par-l-onu_6105962_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/l-appel-au-boycottage-diplomatique-des-jo-de-pekin-epouse-une-geopolitique-attendue_6105512_3210.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:26:44 +0100", + "pubDate": "Fri, 10 Dec 2021 12:56:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265558,16 +291503,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfb04cf0daef98f9c3afa268ee85162a" + "hash": "5dc4a86f011ac55dddb45eb6b4686c5e" }, { - "title": "Les opérateurs télécoms tentés d’augmenter le prix des forfaits fixes et mobiles", - "description": "Alors que les revenus du secteur stagnent depuis de nombreuses années, les opérateurs veulent répercuter la hausse de leurs charges sur les forfaits.", - "content": "Une boutique Orange, à Bordeaux (Gironde), le 23 février 2021.", + "title": "Macron et Scholz main dans la main pour maintenir la croissance européenne", + "description": "Le nouveau chancelier allemand a réservé vendredi sa première visite à l’étranger au président français, qui compte sur le soutien de Berlin pour concrétiser une série de chantiers durant la présidence française de l’UE au premier semestre 2022.", + "content": "Le nouveau chancelier allemand a réservé vendredi sa première visite à l’étranger au président français, qui compte sur le soutien de Berlin pour concrétiser une série de chantiers durant la présidence française de l’UE au premier semestre 2022.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/14/les-operateurs-telecoms-tentes-d-augmenter-le-prix-des-forfaits-fixes-et-mobiles_6105961_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/macron-et-scholz-main-dans-la-main-pour-maintenir-la-croissance-europeenne_6105555_3210.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 09:00:10 +0100", + "pubDate": "Fri, 10 Dec 2021 15:48:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265579,16 +291524,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a94ea052bb5bba3a180cf1f4401384f8" + "hash": "2bfb2a6318b13c26e6fb0fde2146065c" }, { - "title": "Covid-19 : l’Anses préconise d’éviter les masques FFP2 au graphène, par précaution", - "description": "L’agence de sécurité sanitaire a estimé que les données faisaient défaut quant à la toxicité de ce matériau synthétique utilisé dans la fabrication de certains masques FFP2.", - "content": "En avril, le Canada avait été le premier pays à mettre en évidence les risques potentiels des masques FFP2 (ou KN95, l’équivalent nord-américain) contenant du graphène.", + "title": "La Nouvelle-Zélande part en guerre contre la cigarette", + "description": "Le gouvernement néo-zélandais s’est fixé il y a dix ans l’objectif d’atteindre moins de 5 % de fumeurs quotidiens d’ici 2025. Pour l’atteindre, il se prépare à élever progressivement l’âge légal pour acheter du tabac.", + "content": "Le gouvernement néo-zélandais s’est fixé il y a dix ans l’objectif d’atteindre moins de 5 % de fumeurs quotidiens d’ici 2025. Pour l’atteindre, il se prépare à élever progressivement l’âge légal pour acheter du tabac.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/14/covid-19-l-anses-preconise-d-eviter-les-masques-ffp2-au-graphene-par-precaution_6105958_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/la-nouvelle-zelande-part-en-guerre-contre-la-cigarette_6105553_3210.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 08:30:40 +0100", + "pubDate": "Fri, 10 Dec 2021 15:37:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265600,16 +291545,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7af053d412ff766c46039897f34837d" + "hash": "b0d161682220971b3f7401aa47fceecd" }, { - "title": "UFC-Que choisir demande la réforme de l’indice de réparabilité", - "description": "Défauts d’affichage sur les sites de vente en ligne, mode de calcul inefficace… L’association de consommateurs pointe les manquements de l’outil mis en place en janvier 2021 pour encourager l’achat de produits réparables et lutter contre le gaspillage.", - "content": "Les smartphones font partie des cinq types d’équipements choisis par les pouvoirs publics comme produits pilotes de l’indice de réparabilité.", + "title": "Les bureaux de vote pour le référendum sur l’indépendance de la Nouvelle-Calédonie ont ouvert", + "description": "Cette troisième et dernière consultation du territoire français clôt un processus de décolonisation entamé il y a plus de trente ans. Le boycottage des partis indépendantistes favorise la victoire du non à l’autodétermination.", + "content": "Le vote sur l’indépendance de la Nouvelle-Calédonie a débuté, dimanche 12 décembre, notamment à Nouméa.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/14/ufc-que-choisir-demande-la-reforme-de-l-indice-de-reparabilite_6105954_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/12/les-bureaux-de-vote-pour-le-referendum-sur-l-independance-de-la-nouvelle-caledonie-ont-ouvert_6105720_823448.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 06:37:24 +0100", + "pubDate": "Sun, 12 Dec 2021 00:46:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265621,16 +291566,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "51847955ca4cbdad4c489ba69a97e96f" + "hash": "5f30a1f9c61bc235cb9ea297f25fea38" }, { - "title": "Covid-19 : avec 90 % de la population éligible ayant reçu au moins une dose, la France a-t-elle atteint son plafond vaccinal ?", - "description": "Le rythme des primo-injections stagne à son plus bas niveau depuis presque un an et les marges de manœuvre pour convaincre les 6 millions d’adultes non vaccinés apparaissent désormais limitées.", - "content": "Le rythme des primo-injections stagne à son plus bas niveau depuis presque un an et les marges de manœuvre pour convaincre les 6 millions d’adultes non vaccinés apparaissent désormais limitées.", + "title": "Antoine Dupont désigné meilleur joueur mondial de rugby de l’année", + "description": "Il est le troisième Français à obtenir cette distinction créée en 2001 par World Rugby, après l’ancien demi de mêlée et actuel sélectionneur de l’équipe de France Fabien Galthié, en 2002, et l’ancien troisième ligne Thierry Dusautoir, en 2011.", + "content": "Il est le troisième Français à obtenir cette distinction créée en 2001 par World Rugby, après l’ancien demi de mêlée et actuel sélectionneur de l’équipe de France Fabien Galthié, en 2002, et l’ancien troisième ligne Thierry Dusautoir, en 2011.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/14/covid-19-avec-90-de-la-population-eligible-ayant-recu-au-moins-une-dose-la-france-a-t-elle-atteint-son-plafond-vaccinal_6105943_3244.html", + "link": "https://www.lemonde.fr/rugby/article/2021/12/10/le-francais-antoine-dupont-designe-meilleur-joueur-mondial-de-rugby-de-l-annee_6105544_1616937.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 05:41:49 +0100", + "pubDate": "Fri, 10 Dec 2021 15:16:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265638,20 +291583,20 @@ "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "c7ed5d41423090a338ed36b436826036" + "hash": "21576e1569ebac528bcef138fccf1d78" }, { - "title": "Assaut du Capitole : l’ancien chef de cabinet de Donald Trump pourrait être poursuivi pénalement", - "description": "Mark Meadows est accusé d’entraver l’enquête du Congrès sur l’attaque survenue le 6 janvier à Washington par des partisans de l’ancien président américain.", - "content": "Mark Meadows (à gauche) aux côtés de Donald Trump, à la Maison Blanche, à Washington, le 21 octobre 2021.", + "title": "Game Awards : triomphe de « It Takes Two » et « Deathloop », nouveau jeu « Star Wars »… retrouvez le palmarès et les principales annonces", + "description": "Le titre coopératif des studios Hazelight a remporté trois titres, dont celui de « meilleur jeu de l’année ». Quelques sorties majeures ont par ailleurs été officialisées au cours de cette remise des prix équivalente aux Oscars des jeux vidéo.", + "content": "Le titre coopératif des studios Hazelight a remporté trois titres, dont celui de « meilleur jeu de l’année ». Quelques sorties majeures ont par ailleurs été officialisées au cours de cette remise des prix équivalente aux Oscars des jeux vidéo.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/14/assaut-du-capitole-l-ancien-chef-du-cabinet-de-donald-trump-pourrait-etre-poursuivi-penalement_6105934_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/10/game-awards-triomphe-de-it-takes-two-et-deathloop-nouveau-jeu-star-wars-retrouvez-le-palmares-et-les-principales-annonces_6105539_4408996.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 03:25:50 +0100", + "pubDate": "Fri, 10 Dec 2021 15:02:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265663,16 +291608,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0e49352faeed09807e83fbf7fdd2d57" + "hash": "36685e24497e47c20cebf87f5a505e77" }, { - "title": "Le groupe France Loisirs trouve un repreneur, mais va perdre 90 % de ses employés", - "description": "Seuls 47 postes seront préservés par Financière Trésor du patrimoine sur les 516 que comptait le club de livres en France. Quatorze boutiques seront conservées sur les 122 actuelles.", - "content": "Une librairie France Loisirs, à Paris, en novembre 2020.", + "title": "Covid-19 dans le monde : l’obligation vaccinale fait son chemin en Allemagne et en République tchèque", + "description": "Le Bundestag a adopté une loi obligeant les soignants à se vacciner, tandis que Vienne prépare l’obligation vaccinale pour les plus de 60 ans.", + "content": "Le Bundestag a adopté une loi obligeant les soignants à se vacciner, tandis que Vienne prépare l’obligation vaccinale pour les plus de 60 ans.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/14/le-groupe-france-loisirs-trouve-un-repreneur-mais-va-perdre-plus-de-600-emplois_6105932_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/10/covid-19-dans-le-monde-l-obligation-vaccinale-fait-son-chemin-en-allemagne-et-en-republique-tcheque_6105528_3244.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 02:52:59 +0100", + "pubDate": "Fri, 10 Dec 2021 14:20:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265684,16 +291629,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce049a21dc904789d7304e229fc939d3" + "hash": "2519969e5959e19a661627c29957fe9e" }, { - "title": "Alerte sur les substances toxiques disséminées par les plastiques", - "description": "Deux études internationales relèvent la présence d’additifs dangereux pour la santé et l’environnement dans les granulés servant de base à la production du plastique, jusqu’à son recyclage.", - "content": "Des bouchons de bouteilles en plastique dans la cour d’une usine de recyclage de déchets de MP Industries à Gardanne, près de Marseille, le 23 novembre 2018.", + "title": "Vous n’êtes pas vacciné·e, comment organisez-vous votre vie sans passe sanitaire ?", + "description": "Sans passe sanitaire, quelles sont les contraintes qui pèsent le plus sur votre quotidien ? Racontez-nous comment vous vivez cette période, au moment où la campagne de rappel vaccinal s’intensifie en France.", + "content": "Sans passe sanitaire, quelles sont les contraintes qui pèsent le plus sur votre quotidien ? Racontez-nous comment vous vivez cette période, au moment où la campagne de rappel vaccinal s’intensifie en France.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/14/alerte-sur-les-substances-toxiques-disseminees-par-les-plastiques_6105930_3244.html", + "link": "https://www.lemonde.fr/planete/appel-temoignages/2021/12/10/vous-n-etes-pas-vaccine-e-comment-organisez-vous-votre-vie-sans-passe-sanitaire_6105522_3244.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 02:00:07 +0100", + "pubDate": "Fri, 10 Dec 2021 13:50:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265705,16 +291650,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "70afeeb2df07e04389184e2c28285040" + "hash": "c87c0b9150cbc8f3875696ffb185f2ae" }, { - "title": "A Vienne, les négociations sur le nucléaire iranien restent au point mort", - "description": "L’Iran a fait des propositions qui sont « incompatibles » avec l’accord de Vienne, ont déclaré les trois pays européens, dont la France, impliqués dans les discussions entamées en Autriche depuis le 29 novembre.", - "content": "L’Iran a fait des propositions qui sont « incompatibles » avec l’accord de Vienne, ont déclaré les trois pays européens, dont la France, impliqués dans les discussions entamées en Autriche depuis le 29 novembre.", + "title": "Arnaud Montebourg appelle Yannick Jadot, Jean-Luc Mélenchon et Fabien Roussel pour une primaire à gauche", + "description": "Le prétendant à l’Elysée a appelé plusieurs candidats de gauche pour tenter de les convaincre de s’unir pour l’élection présidentielle 2022. Ségolène Royal demande, elle, à Anne Hidalgo de « se désister ».", + "content": "Le prétendant à l’Elysée a appelé plusieurs candidats de gauche pour tenter de les convaincre de s’unir pour l’élection présidentielle 2022. Ségolène Royal demande, elle, à Anne Hidalgo de « se désister ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/14/a-vienne-les-negociations-sur-le-nucleaire-iranien-restent-au-point-mort_6105929_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/10/primaire-a-gauche-arnaud-montebourg-tente-le-tout-pour-le-tout-aupres-de-yannick-jadot-jean-luc-melenchon-et-fabien-roussel_6105517_6059010.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 01:59:35 +0100", + "pubDate": "Fri, 10 Dec 2021 13:17:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265726,16 +291671,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "08af2e5aec5dcca5e6ae5de95d3a4e84" + "hash": "a3268c876a4ced409c285c0ce59281cb" }, { - "title": "Mondial féminin de handball : en battant la Russie, la France hérite de la Suède en quarts de finale", - "description": "Les championnes olympiques ont étouffé, lundi, l’équipe russe (33-28) grâce à une Allison Pineau des grands soirs. Elles retrouveront l’équipe scandinave qu’elles avaient éliminée en demi-finales aux derniers JO.", - "content": "La joueuse française Coralie Lassource en action entre deux adversaires russes, le 13 décembre 2021, à Granollers (Espagne).", + "title": "Pêche post-Brexit : Paris confirme être prêt à lancer une procédure contentieuse contre Londres", + "description": "Le secrétaire d’Etat aux affaires européennes a redit que la France n’attendrait pas au-delà de vendredi un geste des Britanniques, qui ont fermement refusé l’ultimatum.", + "content": "Le secrétaire d’Etat aux affaires européennes a redit que la France n’attendrait pas au-delà de vendredi un geste des Britanniques, qui ont fermement refusé l’ultimatum.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/13/mondial-feminin-de-handball-en-battant-la-russie-la-france-herite-de-la-suede-en-quart-de-finale_6105925_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/peche-post-brexit-paris-confirme-etre-pret-a-lancer-une-procedure-contentieuse-contre-londres_6105514_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 23:52:16 +0100", + "pubDate": "Fri, 10 Dec 2021 13:10:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265747,16 +291692,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8eb7953ba148b04c6f934d9e25e5942" + "hash": "0def74715b73384259dc54f0d196790e" }, { - "title": "Les militaires américains responsables de la frappe de drone à Kaboul ne seront pas poursuivis", - "description": "Cette frappe, qui avait tué dix civils afghans, avait été menée la veille du retrait américain d’Afghanistan, intervenu le 30 août, après vingt ans de présence dans le pays.", - "content": "Des chaussures partiellement brûlées dans les décombres de la maison endommagée le 29 août par une frappe de drone de l’armée américaine, à Kaboul.", + "title": "Viktor Orban débouté par la Cour constitutionnelle hongroise sur son recours contre la primauté du droit européen", + "description": "Le gouvernement avait demandé à la cour de se pencher sur un arrêt rendu en décembre 2020 par la Cour de justice de l’Union européenne, qui condamnait Budapest pour avoir enfreint le droit de l’UE en matière d’asile.", + "content": "Le gouvernement avait demandé à la cour de se pencher sur un arrêt rendu en décembre 2020 par la Cour de justice de l’Union européenne, qui condamnait Budapest pour avoir enfreint le droit de l’UE en matière d’asile.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/13/les-militaires-americains-responsables-de-la-frappe-de-drone-a-kaboul-ne-seront-pas-poursuivis_6105923_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/la-cour-constitutionnelle-hongroise-rejette-le-recours-de-viktor-orban-contre-la-primaute-du-droit-europeen_6105504_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 23:09:28 +0100", + "pubDate": "Fri, 10 Dec 2021 12:21:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265768,16 +291713,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "067d722b6d400703b0b2974ee09932f1" + "hash": "8425a65e64d870552e1a33f5d445f834" }, { - "title": "Pays-Bas : accord de coalition pour former un gouvernement au terme de neuf mois de discussions", - "description": "Le pacte gouvernemental devrait être présenté mercredi et Mark Rutte formera ensuite son nouveau gouvernement, qui entrera en fonctions au début de 2022.", - "content": "Bien que le VVD ait remporté les élections législatives, Mark Rutte a besoin du soutien du D66, des chrétiens-démocrates de la CDA et de l’Union chrétienne pour obtenir la majorité au Parlement.", + "title": "La justice britannique ouvre la voie à une extradition de Julian Assange, fondateur de WikiLeaks, vers les Etats-Unis", + "description": "La Haute Cour de justice de Londres a annulé vendredi le refus, en première instance, d’extrader l’Australien, poursuivi par les autorités américaines pour espionnage, après la révélation, à partir de 2010, de plus de 700 000 documents classifiés sur les activités militaires et diplomatiques américaines, en particulier en Irak et en Afghanistan.", + "content": "La Haute Cour de justice de Londres a annulé vendredi le refus, en première instance, d’extrader l’Australien, poursuivi par les autorités américaines pour espionnage, après la révélation, à partir de 2010, de plus de 700 000 documents classifiés sur les activités militaires et diplomatiques américaines, en particulier en Irak et en Afghanistan.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/13/pays-bas-accord-de-coalition-pour-former-un-gouvernement-au-terme-de-neuf-mois-de-discussions_6105922_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/10/la-justice-britannique-ouvre-la-voie-a-une-extradition-de-julian-assange_6105491_4408996.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 22:57:14 +0100", + "pubDate": "Fri, 10 Dec 2021 11:51:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265789,16 +291734,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b85d0c9e6f0da8a398b41dc101fb1e6b" + "hash": "8bd0d11cc8aedde3edd78072fed8f7b6" }, { - "title": "Tunisie : le président prolonge le gel du Parlement, annonce un référendum et des législatives", - "description": "Une réforme de la Constitution sera élaborée à la suite d’une consultation en ligne, puis seront organisés un référendum en juillet et des élections législatives en décembre.", - "content": "« Les réformes constitutionnelles et autres seront soumis à référendum le 25 juillet 2022, jour anniversaire de la proclamation de la République », a déclaré le président tunisien, Kaïs Saïed, lundi 13 décembre 2021.", + "title": "Pêche post-Brexit : le Royaume-Uni accorde 23 licences supplémentaires aux Français", + "description": "Ce nombre reste très en deçà des 104 licences que réclamait Paris ces derniers jours, en menaçant d’aller au contentieux en l’absence, avant vendredi, de « geste de bonne volonté » de la part de Londres.", + "content": "Des pêcheurs français bloquent le port de Saint-Malo pour dénoncer le manque de licences accordées par le Royaume-Uni, le 26 novembre 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/13/tunisie-le-president-prolonge-le-gel-du-parlement-annonce-un-referendum-et-des-legislatives_6105921_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/11/peche-post-brexit-le-royaume-uni-accorde-23-licences-supplementaires-aux-francais_6105696_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 22:14:22 +0100", + "pubDate": "Sat, 11 Dec 2021 14:26:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265810,16 +291755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e896c53481cba2069459e073e05e52f" + "hash": "9fc482ba3c16b73f6f96c7067951962a" }, { - "title": "Agressions sexuelles : les victimes de Larry Nassar concluent un accord d’indemnisation avec les autorités sportives américaines", - "description": "Les centaines de victimes recevront 380 millions de dollars. Condamné en 2017 et 2018, l’ancien médecin de l’équipe féminine américaine de gymnastique purge une peine de prison à vie.", - "content": "Le docteur Larry Nassar lors de l’audience au cours de laquelle la durée de sa peine d’emprisonnement a été fixée, à Lansing, dans le Michigan, le 16 janvier 2018.", + "title": "Valérie Pécresse et Xavier Bertrand promettent une campagne présidentielle « main dans la main »", + "description": "Après avoir rendu visite à tous ses autres concurrents battus au congrès, la candidate des Républicains à l’élection présidentielle 2022 est aux côtés de Xavier Bertrand, vendredi, pour une visite de terrain dans les Hauts-de-France.", + "content": "Après avoir rendu visite à tous ses autres concurrents battus au congrès, la candidate des Républicains à l’élection présidentielle 2022 est aux côtés de Xavier Bertrand, vendredi, pour une visite de terrain dans les Hauts-de-France.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/13/agressions-sexuelles-les-victimes-de-larry-nassar-concluent-un-accord-d-indemnisation-avec-les-autorites-sportives-americaines_6105919_3242.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/10/valerie-pecresse-et-xavier-bertrand-promettent-une-campagne-presidentielle-main-dans-la-main_6105490_6059010.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 21:52:47 +0100", + "pubDate": "Fri, 10 Dec 2021 11:38:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265831,16 +291776,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e8d75f2c8f3da79961da94f43232e71" + "hash": "ea114edc03a326cc6f83a8ee9af686ec" }, { - "title": "Airbnb annonce avoir reversé 93 millions d’euros de taxe de séjour aux communes françaises", - "description": "La plate-forme ne publie pas le nombre de logements proposés dans l’Hexagone ni ce que les locations ont rapporté aux hôtes.", - "content": "Au niveau fiscal, Airbnb France a payé 204 662 euros d’impôt sur les sociétés au titre de 2020, contre 193 398 euros pour 2019.", + "title": "Premier stade français à bénéficier d’un naming, le MMArena, au Mans, perd son partenaire historique", + "description": "L’assureur MMA, entreprise sarthoise emblématique, mettra fin en juin 2022 au contrat qui le liait au gestionnaire du stade de 25 000 places inauguré en 2011 au cœur du circuit des 24 Heures du Mans.", + "content": "L’assureur MMA, entreprise sarthoise emblématique, mettra fin en juin 2022 au contrat qui le liait au gestionnaire du stade de 25 000 places inauguré en 2011 au cœur du circuit des 24 Heures du Mans.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/13/airbnb-annonce-avoir-verse-93-millions-d-euros-de-taxe-de-sejour-reverses-aux-communes-francaises_6105914_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/10/premier-stade-francais-a-beneficier-d-un-naming-le-mmarena-au-mans-perd-son-partenaire-historique_6105485_3234.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 20:16:21 +0100", + "pubDate": "Fri, 10 Dec 2021 11:20:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265852,16 +291797,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d9af88055193ae7cfa59cef4181d009" + "hash": "15d44590129bee0eb87652d53cc640ec" }, { - "title": "Veronica Forqué, l’actrice espagnole qui a tenu le rôle de Kika pour Pedro Almodovar, est morte", - "description": "L’actrice de 66 ans, l’une des plus populaires du cinéma espagnol des années 1980 et 1990, avait joué dans plusieurs films d’Almodovar.", - "content": "Veronica Forqué adresse un baiser à la foule, qu’elle va poser sur le tapis rouge de la 35e cérémonie des Goya, à Malaga, le 6 mars 2021.", + "title": "En Rhône-Alpes, la neige coupe l’électricité à un millier de foyers", + "description": "Une quarantaine d’automobilistes ont aussi été bloqués quelques heures par d’importantes chutes de neige en Côte-d’Or.", + "content": "Une quarantaine d’automobilistes ont aussi été bloqués quelques heures par d’importantes chutes de neige en Côte-d’Or.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/13/mort-de-l-actrice-espagnole-veronica-forque-qui-a-tenu-le-role-de-kika-pour-pedro-almodovar_6105912_3382.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/10/des-automobilistes-bloques-par-la-neige-en-cote-d-or_6105484_3224.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 19:57:07 +0100", + "pubDate": "Fri, 10 Dec 2021 11:19:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265873,16 +291818,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "58e97da13b9c8e735af0d2aa98cd149c" + "hash": "2f291fd20fee48469e1b0db2872809d0" }, { - "title": "Elon Musk désigné personnalité de l’année par le magazine « Time »", - "description": "Tesla est devenu le constructeur automobile le mieux valorisé du monde et SpaceX a envoyé une fusée à la frontière de l’espace avec un équipage entièrement civil.", - "content": "Le PDG de Tesla, Elon Musk, sur le site de construction de la Gigafactory de Tesla à Gruenheide près de Berlin, en Allemagne, le 13 août 2021.", + "title": "Au tribunal de Paris, Twitter défend à nouveau ses pratiques de modération", + "description": "Le réseau social fait l’objet d’une procédure initiée par plusieurs associations, qui lui demandent de révéler combien de modérateurs francophones il emploie.", + "content": "Le réseau social fait l’objet d’une procédure initiée par plusieurs associations, qui lui demandent de révéler combien de modérateurs francophones il emploie.", "category": "", - "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/13/elon-musk-designe-personnalite-de-l-annee-par-le-magazine-time_6105910_3236.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/10/au-tribunal-de-paris-twitter-defend-a-nouveau-ses-pratiques-de-moderation_6105476_4408996.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 19:25:53 +0100", + "pubDate": "Fri, 10 Dec 2021 10:43:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265894,16 +291839,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1965c47ee12c19533e15342a2fda9ef4" + "hash": "320473e86c5243411365ccc4aa2c438d" }, { - "title": "Cinq sites pornographiques sommés par le CSA d’empêcher l’accès des mineurs à leurs contenus", - "description": "Pornhub, Tukif, XHamster, XVideos et XNXX s’exposent à un blocage total en France s’ils ne respectent pas cette obligation dans les quinze jours.", - "content": "LAS VEGAS, NV - JANUARY 24: A Pornhub logo is displayed at the company's booth at the 2018 AVN Adult Entertainment Expo at the Hard Rock Hotel & Casino on January 24, 2018 in Las Vegas, Nevada. Ethan Miller/Getty Images/AFP (Photo by Ethan Miller / GETTY IMAGES NORTH AMERICA / Getty Images via AFP)", + "title": "Nombre de cas, dépistages, hospitalisations... en quoi la cinquième vague diffère-t-elle des précédentes ?", + "description": "Si, pour l’instant, le nombre de patients admis en soins critiques est limité, la dynamique de l’épidémie fait craindre une saturation du système de soin fragilisé par vingt et un mois de crise sanitaire.", + "content": "Si, pour l’instant, le nombre de patients admis en soins critiques est limité, la dynamique de l’épidémie fait craindre une saturation du système de soin fragilisé par vingt et un mois de crise sanitaire.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/13/cinq-sites-pornographiques-sommes-par-le-csa-d-empecher-l-acces-des-mineurs-a-leurs-contenus_6105909_4408996.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/10/covid-19-la-cinquieme-vague-est-elle-vraiment-differente-des-precedentes_6105474_4355770.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 19:08:56 +0100", + "pubDate": "Fri, 10 Dec 2021 10:40:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265915,16 +291860,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a90a067cea001a4d695c215db9a469b1" + "hash": "b4dacd01eb68732df03c680119dde4af" }, { - "title": "« Log4Shell », la faille de sécurité qui sème la panique sur Internet", - "description": "Une bibliothèque utilisée par le langage de programmation Java, baptisée Log4j, peut être détournée pour faire fonctionner du code non autorisé sur un serveur. De nombreuses entreprises ou administrations sont potentiellement concernées.", - "content": "Une bibliothèque utilisée par le langage de programmation Java, baptisée Log4j, peut être détournée pour faire fonctionner du code non autorisé sur un serveur. De nombreuses entreprises ou administrations sont potentiellement concernées.", + "title": "Le Maroc prolonge la fermeture de ses frontières jusqu’au 31 décembre", + "description": "Les vols de passagers au départ et à destination du royaume sont suspendus depuis le 29 novembre pour éviter la propagation du Covid-19 et du variant Omicron.", + "content": "Les vols de passagers au départ et à destination du royaume sont suspendus depuis le 29 novembre pour éviter la propagation du Covid-19 et du variant Omicron.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/13/log4shell-la-faille-de-securite-qui-seme-la-panique-sur-internet_6105907_4408996.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/10/le-maroc-prolonge-la-fermeture-de-ses-frontieres-jusqu-au-31-decembre_6105462_3212.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:44:13 +0100", + "pubDate": "Fri, 10 Dec 2021 09:55:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265936,16 +291881,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8fd827f1f5a0fd77ab7ca6eb8caaad1" + "hash": "bde1911e94e6d056c9b3575958dd786c" }, { - "title": "Valérie Pécresse saisit le CSA après l’annonce de l’interview d’Emmanuel Macron sur TF1", - "description": "Alors que TF1 et LCI diffuseront, mercredi soir, une interview du président de la République, la candidate des Républicains à l’élection présidentielle devait être interrogée au même moment sur BFM-TV. Mais l’émission a été annulée.", - "content": "Les Republicains (LR) right-wing party's candidate for the 2022 presidential election Valerie Pecresse speaks to supporters during a public meeting in La Madeleine, near Lille, on December 10, 2021. (Photo by FRANCOIS LO PRESTI / AFP)", + "title": "Aux Etats-Unis, une tornade fait des dizaines de morts, une « tragédie inimaginable », déplore Joe Biden", + "description": "La tempête a provoqué des dégâts et tué au moins cinquante personnes dans des Etats du sud et du sud-est des Etats-Unis, vendredi 10 décembre.", + "content": "Une église détruite par la tornade dans la ville de Mayfield, dans le Kentucky, le 11 décembre.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/13/valerie-pecresse-saisit-le-csa-apres-l-annonce-de-l-interview-d-emmanuel-macron-sur-tf1_6105906_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/11/aux-etats-unis-une-tornade-fait-au-moins-cinquante-morts-dans-le-kentucky-selon-le-gouverneur-de-l-etat_6105687_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:36:31 +0100", + "pubDate": "Sat, 11 Dec 2021 12:22:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265957,16 +291902,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0ca8063c7d0533e27302c29b0bda572" + "hash": "f42bfcfa0527b556ac7230b082239ca6" }, { - "title": "JO Paris 2024 : la Seine sera le théâtre de la cérémonie d’ouverture des Jeux, devant 600 000 personnes", - "description": "Les organisateurs ont dévoilé, lundi 13 décembre, leur concept de « Seine olympique » : les 10 500 athlètes défileront, le 26 juillet 2024, sur des bateaux, devant les spectateurs massés sur les quais du fleuve parisien.", - "content": "Vue d’artiste du défilé sur la Seine lors de la cérémonie d’ouverture des JO 2024 à Paris.", + "title": "Inondations : les Landes et les Pyrénées-Atlantiques redescendent en vigilance orange", + "description": "Météo-France a levé l’alerte rouge dans les deux départements du Sud-Ouest touchés depuis jeudi par de fortes crues provoquées par des pluies abondantes.", + "content": "Le Sud-Ouest est placé en vigilance orange pour des risques d’inondations et d’avalanches, samedi 11 décembre, dans le bulletin matinal de Météo-France.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/13/jo-paris-2024-la-seine-sera-le-theatre-de-la-ceremonie-d-ouverture-des-jeux-devant-600-000-personnes_6105905_3242.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/11/inondations-les-landes-et-les-pyrenees-atlantiques-redescendent-en-vigilance-orange_6105641_3244.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:17:02 +0100", + "pubDate": "Sat, 11 Dec 2021 07:00:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265978,16 +291923,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78a59aa5c975209e643a5bd214dca7e0" + "hash": "dbf9deca233b8e8af2ef2eb5e6f83c04" }, { - "title": "Le groupe Wagner sanctionné par l’Union européenne", - "description": "Les Vingt-Sept reprochent à ce groupe de mercenaires, qui a recours principalement à d’anciens militaires russes, des violations des droits humains et des opérations clandestines menées dans ces pays au bénéfice du Kremlin.", - "content": "Un camion du groupe militaire privé russe Wagner dans la base de l’armée centrafricaine (FACA) de Bangassou, attaquée et pillée le 3 janvier par les rebelles. Photo prise le 3 février 2021.", + "title": "Aux Etats-Unis, une tornade fait au moins cinquante morts dans le Kentucky, selon le gouverneur de l’Etat", + "description": "La tempête a provoqué des dégâts et tué plusieurs personnes dans des Etats du sud-est et du centre-sud des Etats-Unis, vendredi 10 décembre.", + "content": "Une église détruite par la tornade dans la ville de Mayfield, dans le Kentucky, le 11 décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/13/l-union-europeenne-sanctionne-les-mercenaires-russes-du-groupe-wagner_6105904_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/11/aux-etats-unis-une-tornade-fait-au-moins-cinquante-morts-dans-le-kentucky-selon-le-gouverneur-de-l-etat_6105687_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 18:13:38 +0100", + "pubDate": "Sat, 11 Dec 2021 12:22:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -265999,16 +291944,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "316450c0558447c9cc1612df147b8d0c" + "hash": "06032e852be73afdbf0fb456fbc0e61b" }, { - "title": "Militaires renversés à Levallois-Perret en 2017 : trente ans de réclusion pour le conducteur", - "description": "Hamou Benlatreche avait blessé six soldats de l’opération Sentinelle avant de prendre la fuite. Il a été condamné, lundi 13 décembre, pour « tentative d’assassinat terroriste ».", - "content": "La voiture endommagée d’Hamou Benlatreche lors de son arrestation à côté de Marquise, près de Calais, le 9 août 2017.", + "title": "Guerre d’Algérie : la France va ouvrir ses archives sur les « enquêtes judiciaires » avec « quinze ans d’avance », annonce Roselyne Bachelot", + "description": "Avant l’annonce de la ministre de la culture, vendredi matin, Emmanuel Macron avait déjà décidé en mars de « faciliter l’accès aux archives classifiées de plus de cinquante ans », couvrant la période du conflit. Ces gestes d’apaisement étaient recommandés dans le rapport remis au chef de l’Etat par l’historien Benjamin Stora, en janvier, dans le but de « réconcilier les mémoires » et de « regarder l’histoire en face ».", + "content": "Avant l’annonce de la ministre de la culture, vendredi matin, Emmanuel Macron avait déjà décidé en mars de « faciliter l’accès aux archives classifiées de plus de cinquante ans », couvrant la période du conflit. Ces gestes d’apaisement étaient recommandés dans le rapport remis au chef de l’Etat par l’historien Benjamin Stora, en janvier, dans le but de « réconcilier les mémoires » et de « regarder l’histoire en face ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/13/militaires-renverses-a-levallois-perret-en-2017-trente-ans-de-reclusion-pour-le-conducteur_6105883_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/10/guerre-d-algerie-la-france-va-ouvrir-ses-archives-sur-les-enquetes-judiciaires-avec-quinze-ans-d-avance-annonce-roselyne-bachelot_6105458_3224.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 16:34:02 +0100", + "pubDate": "Fri, 10 Dec 2021 09:13:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -266020,16 +291965,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ac95e80d0be99b3c2f33806e83c5475" + "hash": "10b7e70a08e1a1e09a157f2f548b2dd8" }, { - "title": "Variant Omicron : « Il faut se préparer » selon Jean Castex, sans nouvelles mesures à ce stade", - "description": "On dénombre « un peu plus de 130 cas du variant Omicron » en France, a déclaré le porte-parole du gouvernement, Gabriel Attal, mardi.", - "content": "Jean Castex, en visite au centre de vaccination du parc Chanot, à Marseille, lundi 13 décembre 2021.", + "title": "Après l’affaire des sous-marins australiens, les Etats-Unis reviennent concurrencer la France dans le domaine des frégates", + "description": "Washington a donné son feu vert à une possible vente à la Grèce de quatre frégates, alors que Paris a conclu en septembre un accord préalable sur la vente de trois frégates françaises à la marine grecque.", + "content": "Washington a donné son feu vert à une possible vente à la Grèce de quatre frégates, alors que Paris a conclu en septembre un accord préalable sur la vente de trois frégates françaises à la marine grecque.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/14/variant-omicron-il-faut-se-preparer-selon-castex-sans-nouvelles-mesures-a-ce-stade_6105966_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/11/apres-l-affaire-des-sous-marins-australiens-les-etats-unis-reviennent-concurrencer-la-france-dans-le-domaine-des-fregates_6105620_3210.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 10:05:50 +0100", + "pubDate": "Sat, 11 Dec 2021 03:41:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -266041,16 +291986,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0572af18a0e1bd43303597b8ecb77d5" + "hash": "01f3df3f565b78eb7ae6b911026b6c22" }, { - "title": "Le président français s’est rendu en Hongrie, lundi. Les désaccords avec le premier ministre hongrois sont profonds, mais il reste susceptible d’être un allié sur des sujets comme les investissements, le nucléaire ou la défense européenne.", - "description": "Le président français s’est rendu en Hongrie, lundi. Les désaccords avec le premier ministre hongrois sont profonds, mais il reste susceptible d’être un allié sur des sujets comme les investissements, le nucléaire ou la défense européenne.", - "content": "Le président français, Emmanuel Macron, et le premier ministre hongrois, Viktor Orban, à l’issue d’une conférence de presse commune, à Budapest, le 13 décembre 2021.", + "title": "La Chine est responsable d’un « génocide » des Ouïgours, selon des experts réunis à Londres", + "description": "Dans un rapport de 63 pages, un groupe d’avocats et d’experts des droits humains a estimé que la Chine était responsable de « crimes contre l’humanité », « au-delà de tout doute raisonnable ».", + "content": "Dans un rapport de 63 pages, un groupe d’avocats et d’experts des droits humains a estimé que la Chine était responsable de « crimes contre l’humanité », « au-delà de tout doute raisonnable ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/13/emmanuel-macron-en-visite-en-hongrie-chez-viktor-orban-un-adversaire-politique-mais-un-partenaire-europeen_6105807_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/la-chine-est-responsable-d-un-genocide-des-ouigours-selon-des-experts-reunis-a-londres_6105455_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 04:39:46 +0100", + "pubDate": "Fri, 10 Dec 2021 08:59:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -266062,16 +292007,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4864b4f126722678ca52e99b93faee8e" + "hash": "f1671bb3bb27cdd22a95e907558c8b0b" }, { - "title": "Variant Omicron : face au « raz-de-marée » au Royaume-Uni, la presse bat le rappel", - "description": "Si les lignes éditoriales divergent, les médias britanniques ont tous fait de l’urgence de la vaccination contre le Covid-19 leur « une » après l’intervention du premier ministre, Boris Johnson, dimanche.", - "content": "Une longue file d’attente s’est formée aux abords de la pharmacie de Sevenoaks (Angleterre), dans l’espoir de recevoir une dose de rappel du vaccin contre le Covid-19, le 13 décembre 2021.", + "title": "A l’usine Bosch de Rodez, le « sacrifice » des salariés et « l’effort » de l’entreprise", + "description": "Un accord a été signé, entérinant la suppression de 750 emplois sur 1 250. Mais le groupe a aussi fait le choix de réinternaliser des productions automobiles qui avaient été sous-traitées.", + "content": "Un accord a été signé, entérinant la suppression de 750 emplois sur 1 250. Mais le groupe a aussi fait le choix de réinternaliser des productions automobiles qui avaient été sous-traitées.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/13/variant-omicron-face-au-raz-de-maree-au-royaume-uni-la-presse-britannique-bat-le-rappel_6105882_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/10/a-l-usine-bosch-de-rodez-le-sacrifice-des-salaries-et-l-effort-de-l-entreprise_6105449_3234.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 16:22:09 +0100", + "pubDate": "Fri, 10 Dec 2021 08:43:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -266083,16 +292028,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22af9f44c2ac10b146d8d3b18b987a4d" + "hash": "2e6cee0b4256361035f78c9a84b514c1" }, { - "title": "Derrière Eric Zemmour, les cinquante lieutenants d’une campagne d’extrême droite", - "description": "Grognards du RN, « Maréchal connexion », transfuges des Républicains, orphelins de la droite catholique et de La Manif pour tous, membres de l’ultradroite, réseaux d’influence intellectuelle… « Le Monde » a enquêté sur les multiples familles des principaux soutiens du candidat à l’élection présidentielle.", - "content": "Grognards du RN, « Maréchal connexion », transfuges des Républicains, orphelins de la droite catholique et de La Manif pour tous, membres de l’ultradroite, réseaux d’influence intellectuelle… « Le Monde » a enquêté sur les multiples familles des principaux soutiens du candidat à l’élection présidentielle.", + "title": "Plus de 40 000 espèces menacées d’extinction, dont les libellules", + "description": "Au moins 1/6e des espèces de libellules et de demoiselles risquent de s’éteindre, victimes de la disparition des zones humides, alerte l’Union internationale pour la conservation de la nature.", + "content": "Au moins 1/6e des espèces de libellules et de demoiselles risquent de s’éteindre, victimes de la disparition des zones humides, alerte l’Union internationale pour la conservation de la nature.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/12/derriere-eric-zemmour-les-cinquante-lieutenants-d-une-campagne-d-extreme-droite_6105788_4355770.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/10/plus-de-40-000-especes-menacees-d-extinction-dont-les-libellules-selon-la-liste-rouge-de-l-uicn_6105448_3244.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 19:28:28 +0100", + "pubDate": "Fri, 10 Dec 2021 08:38:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -266104,16 +292049,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e9ddc89a7a2e75405dbe30eb30f2f55" + "hash": "2f41c1c3df1086fe98cb4d3ca9664ee6" }, { - "title": "Aux Canaries, la longue éruption du volcan Cumbre Vieja oblige à confiner 33 000 habitants", - "description": "Les habitants de plusieurs communes de l’île espagnole de La Palma, dans l’archipel, ont reçu l’ordre de se confiner en raison des gaz toxiques émanant du volcan entré en éruption il y a près de trois mois.", - "content": "Un membre de l’Unité militaire d’urgence espagnole (UME), nettoie les cendres des maisons, suite à l’éruption du volcan Cumbre Vieja sur l’île canarienne de La Palma, le 12 décembre 2021.", + "title": "La France a encore perdu 100 000 agriculteurs en dix ans", + "description": "L’élevage est le plus touché, le nombre d’exploitations spécialisées dans la production de lait ou de viande ayant plongé de 31 %.", + "content": "L’élevage est le plus touché, le nombre d’exploitations spécialisées dans la production de lait ou de viande ayant plongé de 31 %.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/13/aux-canaries-la-longue-eruption-du-volcan-cumbre-vieja-oblige-a-confiner-33-000-habitants_6105878_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/10/la-france-a-encore-perdu-100-000-agriculteurs-en-dix-ans_6105446_3234.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 16:01:24 +0100", + "pubDate": "Fri, 10 Dec 2021 08:00:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -266125,16 +292070,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1698a1bf01e043625a380d191435505e" + "hash": "93ec45b3e195f586cc0b60b650fd722e" }, { - "title": "Koffi Olomidé, star de la rumba congolaise, condamné pour la séquestration de quatre de ses ex-danseuses", - "description": "Le chanteur a été relaxé d’agressions sexuelles « au bénéfice du doute », a expliqué, lundi, la présidente de la 7e chambre correctionnelle de la cour d’appel de Versailles.", - "content": "Koffi Olomidé aux All Africa Music Awards, à Lagos, au Nigeria, le 21 novembre 2021.", + "title": "L’acteur américain Jussie Smollett reconnu coupable d’avoir organisé sa propre agression", + "description": "L’accusation a fait valoir que le comédien de la série « Empire » avait manigancé une attaque raciste et homophobe en 2019 pour faire avancer sa carrière. Il risque trois ans de prison.", + "content": "L’accusation a fait valoir que le comédien de la série « Empire » avait manigancé une attaque raciste et homophobe en 2019 pour faire avancer sa carrière. Il risque trois ans de prison.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/13/koffi-olomide-star-de-la-rumba-congolaise-condamne-pour-la-sequestration-de-quatre-de-ses-ex-danseuses_6105875_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/l-acteur-americain-jussie-smollet-reconnu-coupable-d-avoir-organise-sa-propre-agression_6105441_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 15:41:04 +0100", + "pubDate": "Fri, 10 Dec 2021 06:47:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -266146,16 +292091,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5c5b9df98f0a913466d2af3fd7126608" + "hash": "820fbe3092edc66dd5d1f693c51187b0" }, { - "title": "Ligue des champions : le PSG affrontera finalement le Real Madrid et Lille défiera Chelsea en huitièmes de finale", - "description": "Un premier tirage au sort, plus tôt dans la journée, avait été annulé en raison d’une « erreur matérielle » et d’une réclamation de l’Atlético de Madrid.", - "content": "L’ancien attaquant international russe Andrey Arshavin lors du tirage au sort des huitièmes de finale de la Ligue des champions au siège de l’UEFA à Nyon, le 13 décembre 2021.", + "title": "Le Burkina Faso et le Niger annoncent avoir tué une centaine de « terroristes » dans une opération commune", + "description": "Deux bases djihadistes ont été démantelées à l’issue de ces assauts à la frontière entre les deux pays confrontés à des attaques récurrentes.", + "content": "Deux bases djihadistes ont été démantelées à l’issue de ces assauts à la frontière entre les deux pays confrontés à des attaques récurrentes.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/13/ligue-des-champions-le-psg-affrontera-manchester-united-et-lille-rencontrera-chelsea-en-huitiemes-de-finale-de-la-competition_6105859_3242.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/10/le-burkina-faso-et-le-niger-annoncent-avoir-tue-une-centaine-de-terroristes-dans-une-operation-commune_6105440_3212.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:26:42 +0100", + "pubDate": "Fri, 10 Dec 2021 06:29:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -266167,16 +292112,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb3471c9302ee9ff9cfa85bbe7bccf3a" + "hash": "ee1efc4d734251530f5f1bb9d6c135c3" }, { - "title": "Fraude fiscale : UBS condamnée en appel à 1,8 milliard d’euros en amende, confiscation et dommages et intérêts", - "description": "UBS était poursuivie pour avoir envoyé des commerciaux suisses en France pour « chasser » les riches clients de sa filiale française. Cette peine est largement inférieure à celle prononcée en première instance.", - "content": "UBS était poursuivie pour avoir envoyé des commerciaux suisses en France pour « chasser » les riches clients de sa filiale française. Cette peine est largement inférieure à celle prononcée en première instance.", + "title": "Logements sociaux : les députés valident la prolongation du dispositif SRU", + "description": "Le texte pérennise, au-delà de son échéance initiale de 2025, le taux légal de logement social à 20 % ou 25 %, selon les territoires et selon le niveau de tension locative.", + "content": "Le texte pérennise, au-delà de son échéance initiale de 2025, le taux légal de logement social à 20 % ou 25 %, selon les territoires et selon le niveau de tension locative.", "category": "", - "link": "https://www.lemonde.fr/evasion-fiscale/article/2021/12/13/fraude-fiscale-ubs-condamnee-en-appel-a-1-8-milliard-d-euros-en-amende-confiscation-et-dommages-et-interets_6105872_4862750.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/10/logements-sociaux-les-deputes-valident-la-prolongation-du-dispositif-sru_6105439_3224.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:46:29 +0100", + "pubDate": "Fri, 10 Dec 2021 06:08:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -266188,16 +292133,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0524cc465cee6e4801895db3b89b570d" + "hash": "d3c74c5dc1592ae6bab1139d8ad8540a" }, { - "title": "Variant Omicron : l’OMS alerte sur une « potentielle » résistance aux vaccins", - "description": "Identifié dans plus de soixante pays, le variant Omicron se propage à une « vitesse phénoménale », a souligné le ministre de la santé britannique lundi, estimant qu’il représentait quelque 40 % des infections à Londres.", - "content": "Des personnes font la queue pour se faire vacciner, à Sevenoaks, en Angleterre, le 13 décembre 2021.", + "title": "A la tête du Conseil de l’Union européenne à partir de janvier, Emmanuel Macron se pose en chef de file des pro-européens", + "description": "Réforme de l’espace Shengen, pacte migratoire, Europe de la défense… Jeudi, le chef de l’Etat a présenté ses priorités pour la présidence française du Conseil de l’UE. Un programme ambitieux, parfois trop au regard de ses prérogatives réelles.", + "content": "Réforme de l’espace Shengen, pacte migratoire, Europe de la défense… Jeudi, le chef de l’Etat a présenté ses priorités pour la présidence française du Conseil de l’UE. Un programme ambitieux, parfois trop au regard de ses prérogatives réelles.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/13/variant-omicron-l-oms-alerte-sur-une-potentielle-resistance-aux-vaccins_6105870_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/09/macron-se-pose-en-chef-de-file-des-pro-europeens_6105411_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:29:44 +0100", + "pubDate": "Thu, 09 Dec 2021 23:55:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -266209,16 +292154,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "781713d7d4889bbbc71d01b40ab6cda5" + "hash": "c4a0fa6602d1d865515b7999748303b4" }, { - "title": "Au Soudan, la police tire des lacrymogènes pour éloigner des centaines de manifestants du palais présidentiel", - "description": "De nombreux Soudanais sortent régulièrement dans la rue pour dénoncer le coup d’Etat mené le 25 octobre par le chef de l’armée, le général Abdel Fattah Al-Bourhane, exigeant la remise du pouvoir aux civils.", - "content": "Manifestation contre le coup d’Etat militaire, à Khartoum, le 9 décembre 2021.", + "title": "Mexique : au moins 53 migrants tués dans un accident de camion", + "description": "Une centaine de personnes étaient entassées dans le véhicule, qui se serait renversé après avoir percuté un mur. La plupart seraient originaires du Guatemala.", + "content": "Une centaine de personnes étaient entassées dans le véhicule, qui se serait renversé après avoir percuté un mur. La plupart seraient originaires du Guatemala.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/13/au-soudan-la-police-tire-des-lacrymogenes-pour-eloigner-des-centaines-de-manifestants-du-palais-presidentiel_6105869_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/mexique-au-moins-53-migrants-tues-dans-un-accident-de-camion_6105428_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 14:23:10 +0100", + "pubDate": "Fri, 10 Dec 2021 04:25:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -266230,20 +292175,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ca61716613c8d25ea9d80c108eb5c94" + "hash": "eca50e3b68005107de473e2374df2b4b" }, { - "title": "Masayuki Uemura, le père de la première console de jeux de Nintendo, est mort", - "description": "Cet ingénieur de formation, mort le 6 décembre à l’âge de 78 ans, a conçu la première console de jeux de la société japonaise, en 1983, la Famicom, plus connue sous le nom de NES dans le reste du monde.", - "content": "Masayuki Uemura, le 10 juillet 2013.", + "title": "Le Sénégal rétablit le poste de premier ministre", + "description": "La nomination du futur chef de gouvernement, dont la fonction avait disparu en 2019, interviendra après les élections locales de janvier.", + "content": "La nomination du futur chef de gouvernement, dont la fonction avait disparu en 2019, interviendra après les élections locales de janvier.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/13/masayuki-uemura-le-pere-de-la-premiere-console-de-jeux-de-nintendo-est-mort_6105866_4408996.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/11/le-senegal-retablit-le-poste-de-premier-ministre_6105627_3212.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 13:37:15 +0100", + "pubDate": "Sat, 11 Dec 2021 05:32:59 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266251,20 +292195,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1dfa4f680db52f6bee67ee9ea8dbdb75" + "hash": "5132b32e94a90242f27174a1edef846e" }, { - "title": "Etats-Unis : les dégâts des tornades en images", - "description": "Des tornades ont touché plusieurs Etats du Midwest américain le 10 décembre. Le bilan dépasse les 90 morts.", - "content": "Vue aérienne de Mayfield, aux Etats-Unis, le 11 décembre 2021, après le passage d’un tornade.", + "title": "Mort de Michael Nesmith, membre des Monkees, groupe de rock américain à succès des années 1960", + "description": "Le quatuor californien est considéré comme le premier boys band de l’histoire, monté de toutes pièces pour une émission de télévision, en pleine beatlemania.", + "content": "Le quatuor californien est considéré comme le premier boys band de l’histoire, monté de toutes pièces pour une émission de télévision, en pleine beatlemania.", "category": "", - "link": "https://www.lemonde.fr/planete/video/2021/12/13/etats-unis-les-degats-des-tornades-en-images_6105863_3244.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/11/mort-de-michael-nesmith-membre-des-monkees-groupe-de-rock-americain-a-succes-des-annees-1960_6105622_3382.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 13:21:25 +0100", + "pubDate": "Sat, 11 Dec 2021 04:36:32 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266272,20 +292215,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3972982456d0a0d0892ca1e8ced8c489" + "hash": "bfaad611062a389517c6a733c174e7f3" }, { - "title": "Dans les écoles, la ventilation, parent pauvre de la lutte contre le Covid-19", - "description": "Des capteurs de CO2 et purificateurs d’air arrivent doucement dans les établissements, alors que le nombre de cas positifs en milieu scolaire augmente.", - "content": "Des capteurs de CO2 et purificateurs d’air arrivent doucement dans les établissements, alors que le nombre de cas positifs en milieu scolaire augmente.", + "title": "Aux Etats-Unis, naissance historique d’un syndicat dans des cafés Starbucks", + "description": "Deux établissements de Buffalo, dans l’Etat de New York, ont voté pour la création d’un syndicat, une première au sein de la compagnie.", + "content": "Deux établissements de Buffalo, dans l’Etat de New York, ont voté pour la création d’un syndicat, une première au sein de la compagnie.", "category": "", - "link": "https://www.lemonde.fr/education/article/2021/12/13/la-ventilation-parent-pauvre-de-la-lutte-contre-le-covid-19-a-l-ecole_6105801_1473685.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/naissance-historique-de-syndicats-dans-des-cafes-starbucks-aux-etats-unis_6105426_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 02:33:22 +0100", + "pubDate": "Fri, 10 Dec 2021 03:42:18 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266293,20 +292235,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffab4de7dd31e66a2c55c4bea0f0cb47" + "hash": "e532300317baef34247757c82690f30b" }, { - "title": "Yannick Agnel, poursuivi pour viol sur mineure, « reconnaît la matérialité des faits »", - "description": "L’ancien champion olympique français de natation, placé sous contrôle judiciaire, a été mis en examen samedi pour « viol et agression sexuelle sur mineure de 15 ans ».", - "content": "Yannick Agnel aux Jeux olympiques de Rio, au Brésil, le 7 août 2016.", + "title": "Joe Biden réaffirme personnellement son soutien à l’Ukraine face au risque d’une attaque russe", + "description": "Le président des Etats-Unis a redit son « engagement indéfectible » pour la « souveraineté et l’intégrité territoriale de l’Ukraine », lors d’une conversation téléphonique avec son homologue ukrainien, Volodymyr Zelensky.", + "content": "Le président des Etats-Unis a redit son « engagement indéfectible » pour la « souveraineté et l’intégrité territoriale de l’Ukraine », lors d’une conversation téléphonique avec son homologue ukrainien, Volodymyr Zelensky.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/13/l-ex-nageur-yannick-agnel-poursuivi-pour-viol-sur-mineure-reconnait-la-materialite-des-faits_6105855_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/joe-biden-reaffirme-personnellement-son-soutien-a-l-ukraine-face-au-risque-d-une-attaque-russe_6105418_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:08:56 +0100", + "pubDate": "Fri, 10 Dec 2021 01:45:04 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266314,20 +292255,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d3eb418b74d0d915c5c799ae98c7b46" + "hash": "0a54ead1648de5d3ec044991dbb9fe68" }, { - "title": "A Abou Dhabi, Naftali Bennett scelle le rapprochement d’Israël avec les Emirats", - "description": "Pour la première fois, un premier ministre israélien peut effectuer ce déplacement, fruit de la normalisation des relations de l’Etat hébreu avec plusieurs pays arabes.", - "content": "Lors de la première visite d’un dirigeant israélien aux Emirats arabes unis, le premier ministre Naftali Bennett est accueilli par le prince héritier, Mohammed Ben Zayed Al-Nahyane, à Abou Dhabi, le 12 décembre 2021.", + "title": "Bruno Le Maire et Eric Zemmour s’opposent lors d’un débat houleux", + "description": "Le candidat d’extrême droite à la présidentielle et le ministre de l’économie se sont livrés jeudi, dans l’émission politique « Elysée 2022 » sur France 2, à un débat agité sur l’état du pays, son histoire et leur conception de la nation.", + "content": "Le candidat d’extrême droite à la présidentielle et le ministre de l’économie se sont livrés jeudi, dans l’émission politique « Elysée 2022 » sur France 2, à un débat agité sur l’état du pays, son histoire et leur conception de la nation.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/13/a-abou-dhabi-naftali-bennett-scelle-le-rapprochement-d-israel-avec-les-emirats_6105853_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/10/bruno-le-maire-et-eric-zemmour-s-opposent-lors-d-un-debat-houleux_6105416_6059010.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 12:00:12 +0100", + "pubDate": "Fri, 10 Dec 2021 01:13:59 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266335,20 +292275,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5688b19f2964a6743d9d102146ac4e7d" + "hash": "8c28a7b00794a15b4f61c6414b4a376a" }, { - "title": "Le mémorial du Mont-Valérien vandalisé par une inscription anti-passe sanitaire", - "description": "Le Mémorial de la France combattante, inauguré par le général de Gaulle en 1960 à Suresnes (Hauts-de-Seine), a été vandalisé dans la nuit de dimanche à lundi.", - "content": "Le Mémorial du Mont-Valérien, à Suresnes,  le 16 mars 2021.", + "title": "Assaut du Capitole : un tribunal rejette la nouvelle tentative de Donald Trump de bloquer la transmission de documents au Congrès", + "description": "La décision d’une cour d’appel fédérale doit permettre à la commission d’enquête parlementaire d’en savoir plus sur le rôle de l’ancien président dans l’attaque du 6 janvier. Ce dernier a quatorze jours pour se tourner vers la Cour suprême.", + "content": "La décision d’une cour d’appel fédérale doit permettre à la commission d’enquête parlementaire d’en savoir plus sur le rôle de l’ancien président dans l’attaque du 6 janvier. Ce dernier a quatorze jours pour se tourner vers la Cour suprême.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/13/le-memorial-du-mont-valerien-vandalise-par-une-inscription-anti-passe-sanitaire_6105850_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/assaut-du-capitole-un-tribunal-rejette-la-nouvelle-tentative-de-donald-trump-de-bloquer-la-transmission-de-documents-au-congres_6105412_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 11:25:55 +0100", + "pubDate": "Fri, 10 Dec 2021 00:51:53 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266356,20 +292295,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee0628ffec27486031c83b9723b2d034" + "hash": "0be957d272478f861c0687f5ae46e75f" }, { - "title": "Un incendie d’ampleur inégalée fait au moins cinq morts à La Réunion", - "description": "Le feu a touché un immeuble appartenant à un bailleur social. La phase de reconnaissance des bâtiments par les sapeurs-pompiers se poursuit dans des conditions difficiles. Le bilan n’est donc pas définitif.", - "content": "Le feu a touché un immeuble appartenant à un bailleur social. La phase de reconnaissance des bâtiments par les sapeurs-pompiers se poursuit dans des conditions difficiles. Le bilan n’est donc pas définitif.", + "title": "Mondial de handball : les Bleues battent la Pologne sans trembler", + "description": "Les handballeuses françaises ont commencé, jeudi, le tour principal par une victoire 26 à 16 contre la Pologne. Elles accéderont aux quarts de finale si elles s’imposent, samedi, face à la Serbie.", + "content": "Les handballeuses françaises ont commencé, jeudi, le tour principal par une victoire 26 à 16 contre la Pologne. Elles accéderont aux quarts de finale si elles s’imposent, samedi, face à la Serbie.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/13/un-incendie-d-ampleur-inegalee-fait-au-moins-cinq-morts-a-la-reunion_6105849_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/09/mondial-de-handball-les-bleues-battent-la-pologne-sans-trembler_6105410_3242.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 11:15:39 +0100", + "pubDate": "Thu, 09 Dec 2021 23:39:40 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266377,20 +292315,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c19b6e82eb6cbd47f594a628905133a" + "hash": "a9998989bdd86ba11c0f289f6356c5a9" }, { - "title": "Claude Guéant incarcéré en application de sa peine dans l’affaire des primes en liquide du ministère de l’intérieur", - "description": "Il avait été condamné en 2017 à deux ans de prison, dont un avec sursis, dans cette affaire de détournement de fonds publics survenue alors qu’il était directeur de cabinet de Nicolas Sarkozy au ministère de l’intérieur.", - "content": "Le 5 décembre 2018, Claude Guéant, ancien ministre de l’intérieur français, mis en examen pour recel, arrive pour son procès à Paris.", + "title": "Pierre Ménès, placé en garde à vue, jeudi 9 décembre, dans le cadre d’une enquête pour une agression sexuelle qu’il dément, sera jugé le 8 juin.", + "description": "L’ancien chroniqueur de la chaîne cryptée, qu’il a quittée au début de juillet, avait été placé jeudi matin en garde à vue. Celle-ci a été levée dans la soirée.", + "content": "L’ancien chroniqueur de la chaîne cryptée, qu’il a quittée au début de juillet, avait été placé jeudi matin en garde à vue. Celle-ci a été levée dans la soirée.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/13/claude-gueant-incarcere-en-application-de-sa-peine-dans-l-affaire-des-primes-en-liquide-du-ministere-de-l-interieur_6105846_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/09/l-ex-chroniqueur-de-canal-pierre-menes-accuse-d-agression-sexuelle-est-place-en-garde-a-vue_6105345_3224.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 11:13:17 +0100", + "pubDate": "Thu, 09 Dec 2021 13:20:34 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266398,20 +292335,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca736df701437d99d7a96df357b957a1" + "hash": "a45a5fc0eb91b5673f9b80c1beaf0831" }, { - "title": "Salariés ou chefs d’entreprise, comment organisez-vous le télétravail à l’approche des fêtes de fin d’année ? Témoignez", - "description": "Face à la cinquième vague de Covid-19, un nouveau protocole sanitaire a-t-il été mis en place sur votre lieu de travail ? Concrètement, comment votre entreprise appréhende-t-elle la reprise épidémique à quinze jours de Noël ? Racontez-nous.", - "content": "Lauryn Morley, enseignante suppléante à l’école Washington Waldorf de Bethesda, dans le Maryland, travaille depuis son domicile en raison de l’épidémie due au coronavirus, le 1er avril 2020 à Arlington, en Virginie.", + "title": "Un tiers des produits ménagers « potentiellement nocifs », alerte « 60 millions de consommateurs »", + "description": "Le magazine invite surtout à se méfier des lingettes désinfectantes pour W-C et multisurfaces, des sprays désinfectants et des désodorisants.", + "content": "Le magazine invite surtout à se méfier des lingettes désinfectantes pour W-C et multisurfaces, des sprays désinfectants et des désodorisants.", "category": "", - "link": "https://www.lemonde.fr/societe/appel-temoignages/2021/12/13/salaries-ou-chefs-d-entreprise-comment-organisez-vous-le-teletravail-a-l-approche-des-fetes-de-fin-d-annee-temoignez_6105845_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/09/un-tiers-des-produits-menagers-potentiellement-nocifs-alerte-60-millions-de-consommateurs_6105408_3244.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 11:11:19 +0100", + "pubDate": "Thu, 09 Dec 2021 22:35:54 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266419,41 +292355,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "843426c1ff4d85d21fa63de7617b4ce1" + "hash": "dd167bee7edbb577cc09c6d5aacefed7" }, { - "title": "Présidentielle 2022 : La France insoumise tente de convaincre le Parti communiste de se rallier", - "description": "La France insoumise multiplie les demandes de ralliement des communistes. Malgré des soutiens ponctuels, Fabien Roussel promet qu’il maintiendra sa candidature jusqu’au bout.", - "content": "Jean-Luc Mélenchon, candidat La France insoumise à la présidentielle 2022, durant son meeting de campagne à la Défense, près de Paris, le 5 décembre 2021.", + "title": "Rénovation de l’appartement de Boris Johnson : le Parti conservateur écope d’une amende", + "description": "La commission électorale britannique a conclu jeudi que le parti du premier ministre avait reçu un don privé de plus de 67 000 livres pour la rénovation de son logement. Seules 15 000 livres ont été déclarées comme un don par le parti.", + "content": "La commission électorale britannique a conclu jeudi que le parti du premier ministre avait reçu un don privé de plus de 67 000 livres pour la rénovation de son logement. Seules 15 000 livres ont été déclarées comme un don par le parti.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/13/presidentielle-2022-la-france-insoumise-tente-de-convaincre-le-parti-communiste-de-se-rallier_6105843_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/09/renovation-de-l-appartement-de-boris-johnson-le-parti-conservateur-ecope-d-une-amende_6105406_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 10:45:13 +0100", + "pubDate": "Thu, 09 Dec 2021 22:01:44 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "0c8043fd0af69e9c7cc7f99c34435b6d" + "hash": "fbd05fe8e22d01fe3f72ed490032c980" }, { - "title": "Election présidentielle 2022 : Anne Hidalgo continue de faire valoir son projet en attendant une primaire de la gauche", - "description": "En meeting à Perpignan dimanche, la candidate socialiste, qui a lancé un appel à l’union de la gauche pour l’élection présidentielle, s’est attaquée à l’extrême droite et a affirmé vouloir « réunifier » les Français.", - "content": "Meeting d’Anne Hidalgo à Perpignan, le 12 décembre 2021.", + "title": "Loi anti-avortement au Texas : la Cour suprême autorise les tribunaux fédéraux à intervenir contre le texte", + "description": "Cette décision lève les obstacles de procédure qui ont empêché jusqu’ici les juges fédéraux de bloquer la loi texane, qui enfreint pourtant la jurisprudence de la haute cour.", + "content": "Cette décision lève les obstacles de procédure qui ont empêché jusqu’ici les juges fédéraux de bloquer la loi texane, qui enfreint pourtant la jurisprudence de la haute cour.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/13/election-presidentielle-2022-en-attendant-une-primaire-de-la-gauche-anne-hidalgo-continue-de-faire-valoir-son-projet_6105838_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/loi-anti-avortement-au-texas-la-cour-supreme-autorise-les-tribunaux-federaux-a-intervenir-contre-le-texte_6105586_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 10:33:12 +0100", + "pubDate": "Fri, 10 Dec 2021 18:08:58 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266461,20 +292395,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2af583e3d44130d94ab010a8f2f8e5e" + "hash": "0d1e4eca74f67a315bf2c6109a63f847" }, { - "title": "Le taux du Livret A augmentera en début d’année 2022, annonce Bruno Le Maire", - "description": "Le montant n’a pas été précisé, mais l’augmentation du taux de ce placement refuge sera proposée par le gouvernement en janvier et interviendra le 1er février.", - "content": "Le montant n’a pas été précisé, mais l’augmentation du taux de ce placement refuge sera proposée par le gouvernement en janvier et interviendra le 1er février.", + "title": "Inondations : Météo-France place les Landes et les Pyrénées-Atlantiques en vigilance rouge aux crues", + "description": "Le département des Pyrénées-Atlantiques fait toujours face, vendredi 10 décembre, à des pluies intenses et des débordements de cours d’eau qui ont entraîné 160 interventions de pompiers depuis jeudi sans faire de victimes.", + "content": "Le département des Pyrénées-Atlantiques fait toujours face, vendredi 10 décembre, à des pluies intenses et des débordements de cours d’eau qui ont entraîné 160 interventions de pompiers depuis jeudi sans faire de victimes.", "category": "", - "link": "https://www.lemonde.fr/argent/article/2021/12/13/le-taux-du-livret-a-augmentera-en-debut-d-annee-2022-annonce-bruno-le-maire_6105836_1657007.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/10/pyrenees-atlantiques-debordements-et-glissements-de-terrain-apres-des-pluies-intenses_6105487_3244.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 10:28:28 +0100", + "pubDate": "Fri, 10 Dec 2021 11:27:07 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266482,41 +292415,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "1b8ceaab3115bb6280386816fb4ebd44" + "hash": "62853071262a85930f44bf9c7dda48af" }, { - "title": "En Nouvelle-Calédonie, les indépendantistes « ne reconnaissent pas la légitimité » du référendum", - "description": "« Ce référendum n’est pas conforme à l’esprit et à la lettre de l’accord de Nouméa, en 1998 », ont-ils expliqué lundi dans un communiqué.", - "content": "A Nouméa, dans un bureau de vote, dimanche 12 décembre 2021.", + "title": "Un adjoint d’Anne Hidalgo entendu par la police", + "description": "Hermano Sanches Ruivo est soupçonné de blanchiment de fraude fiscale. En cas de mise en examen, il devra démissionner, a annoncé la mairie le 9 décembre.", + "content": "Hermano Sanches Ruivo est soupçonné de blanchiment de fraude fiscale. En cas de mise en examen, il devra démissionner, a annoncé la mairie le 9 décembre.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/13/en-nouvelle-caledonie-les-independantistes-ne-reconnaissent-pas-la-legitimite-du-referendum_6105834_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/09/un-adjoint-d-anne-hidalgo-entendu-par-la-police_6105405_823448.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 10:23:53 +0100", + "pubDate": "Thu, 09 Dec 2021 21:46:46 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "81ed1ea4b42e0f53d4e4440abe0d0547" + "hash": "7d55e45138b267d4b634940eefc02e82" }, { - "title": "Hongkong : Jimmy Lai et sept autres militants condamnés à des peines de prison ferme, à la suite de la veillée interdite du 4 juin", - "description": "Lundi, le tribunal de district de Wan Chai a condamné huit militants à des peines de prison ferme pour leur participation à la veillée du souvenir de Tiananmen du 4 juin 2020 qui avait été interdite pour raisons sanitaires.", - "content": "Le 9 février 2021, Jimmy Lai quitte la cour d’appel final de Hongkong. Il a été condamné le 9 décembre 2021 pour l’organisation d’une veillée interdite à Tiananmen le 4 juin 2020.", + "title": "Un incendie mortel au siège du parti islamiste Ennahda en Tunisie", + "description": "Le bilan est actuellement d’un mort et dix-huit blessés, dont deux dirigeants. Le sinistre se serait déclaré, selon les médias, après l’immolation d’un militant du parti.", + "content": "Le bilan est actuellement d’un mort et dix-huit blessés, dont deux dirigeants. Le sinistre se serait déclaré, selon les médias, après l’immolation d’un militant du parti.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/13/de-nouvelles-peines-de-prison-ferme-pour-jimmy-lai-et-sept-autres-militants-a-la-suite-de-la-veillee-interdite-du-4-juin_6105823_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/09/un-incendie-mortel-au-siege-du-parti-islamiste-ennahda-en-tunisie_6105404_3212.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 09:31:02 +0100", + "pubDate": "Thu, 09 Dec 2021 21:23:11 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266524,20 +292455,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d505d759c9b96a1862dea7d6e295458" + "hash": "93b6f23110f5b46d675b00d0bece9af3" }, { - "title": "Enquête | Dans les prisons secrètes des renseignements maliens", - "description": "Les méthodes des services de la sécurité d’Etat sont dénoncées par les défenseurs des droits humains. « Le Monde » a recueilli le témoignage d’anciens détenus rapportant des actes de torture dans des lieux sans existence juridique.", - "content": "Dossiers des personnes enlevées ou portées disparues, à la Commission nationale des droits de l’homme (CNDH) du Mali, à Bamako, le 10 décembre 2021.", + "title": "Dopage et triche dans le monde du cheval : six personnes mises en examen", + "description": "Selon le parquet d’Aix-en-Provence, une enquête ouverte il y a dix mois a « permis de révéler de très nombreux faits de dopage équin et de manipulation de courses hippiques, dans le cadre d’une organisation concertée ».", + "content": "Selon le parquet d’Aix-en-Provence, une enquête ouverte il y a dix mois a « permis de révéler de très nombreux faits de dopage équin et de manipulation de courses hippiques, dans le cadre d’une organisation concertée ».", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/13/dans-les-prisons-secretes-des-renseignements-maliens-il-n-y-a-pas-de-loi-la-justice-c-est-nous_6105797_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/09/dopage-et-triche-dans-le-monde-du-cheval-six-personnes-mises-en-examen_6105403_3224.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 01:29:23 +0100", + "pubDate": "Thu, 09 Dec 2021 21:01:09 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266545,20 +292475,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "89853786168db21a228eeb2a99e49813" + "hash": "e951bb554abf4bc555469e9e06e354a4" }, { - "title": "Vicente Fernandez, idole de la chanson populaire au Mexique, est mort", - "description": "Le crooner aux sombreros et aux romances, qui était hospitalisé depuis une chute en août, s’est éteint, dimanche, à l’âge de 81 ans. Environ 7 000 admirateurs ont défilé devant son cercueil.", - "content": "Vicente Fernandez lors des Latin Grammy Awards, le 14 novembre 2019, à las Vegas.", + "title": "A Dassault Aviation, le « carnet de commandes est plein » et les ouvriers en grève pour réclamer un salaire à la hauteur", + "description": "Sept des neuf usines du groupe, qui vient de conclure une vente de 80 Rafale pour 17 milliards d’euros, étaient bloquées, jeudi.", + "content": "Sept des neuf usines du groupe, qui vient de conclure une vente de 80 Rafale pour 17 milliards d’euros, étaient bloquées, jeudi.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/13/au-mexique-la-mort-de-vicente-fernandez-idole-de-la-chanson-populaire-bouleverse-le-pays_6105820_3382.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/09/a-dassault-aviation-le-carnet-de-commandes-est-plein-et-les-ouvriers-en-greve-pour-reclamer-un-salaire-a-la-hauteur_6105402_3234.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 07:03:18 +0100", + "pubDate": "Thu, 09 Dec 2021 20:43:11 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266566,20 +292495,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "492945ce6bf8e09ecac15a721089117a" + "hash": "179b907b62e77839a6df73c2ffb23b01" }, { - "title": "A quatre mois de la présidentielle, la confusion règne à gauche", - "description": "La proposition de primaire lancée, mercredi, par Anne Hidalgo n’a toujours reçu aucune réponse positive de la part de ses principaux concurrents, tandis que Christiane Taubira hésite à se lancer. L’union semble hors de portée.", - "content": "La candidate du Parti Socialiste à la présidentielle, Anne Hidalgo, en meeting à Perpignan, le 12 décembre 2021.", + "title": "Boycott des JO de Pékin : le chef de l’ONU ira à la cérémonie, Macron refuse une mesure « toute petite et symbolique »", + "description": "Jusqu’ici, les Etats-Unis, le Canada, l’Australie et le Royaume-Uni ont annoncé que leurs responsables politiques ne feraient pas le déplacement. Ce ne sera pas le cas de ceux de l’ONU ni de la France.", + "content": "Jusqu’ici, les Etats-Unis, le Canada, l’Australie et le Royaume-Uni ont annoncé que leurs responsables politiques ne feraient pas le déplacement. Ce ne sera pas le cas de ceux de l’ONU ni de la France.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/13/election-presidentielle-2022-la-confusion-regne-a-gauche_6105812_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/09/boycott-des-jeux-olympiques-de-pekin-le-chef-de-l-onu-ira-a-la-ceremonie-macron-refuse-une-mesure-toute-petite-et-symbolique_6105400_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 05:45:50 +0100", + "pubDate": "Thu, 09 Dec 2021 20:33:37 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266587,20 +292515,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3feaa68ef5dbafc1b3cd584084220cbf" + "hash": "e9f5b05aaadd78da90cdd5ced0ff1c26" }, { - "title": "Covid-19 : en Ardèche, une cohabitation forcée et parfois électrique entre vaccinés et non-vaccinés", - "description": "Dans ce département, où le taux d’incidence est le double de la moyenne nationale, le taux de vaccination est aussi plus faible. La lassitude envers les contraintes liées au virus est palpable.", - "content": "Le marchés de Noël est annulé à Les Vans de nuit (Ardèche), 7 Décembre 2021.", + "title": "A Madagascar, l’assassinat d’un travailleur humanitaire révèle la tragique situation du Sud", + "description": "La région subit la pire sécheresse depuis quarante ans ; 1,3 million de personnes a besoin d’assistance alimentaire.", + "content": "La région subit la pire sécheresse depuis quarante ans ; 1,3 million de personnes a besoin d’assistance alimentaire.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/13/covid-19-en-ardeche-une-cohabitation-forcee-et-parfois-electrique-entre-vaccines-et-non-vaccines_6105803_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/09/a-madagascar-l-assassinat-d-un-travailleur-humanitaire-revele-la-tragique-situation-du-sud_6105399_3212.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 03:22:18 +0100", + "pubDate": "Thu, 09 Dec 2021 20:33:32 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266608,41 +292535,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "6527fb48c3e64c265c2f3ad21bd534a7" + "hash": "fc55c18e876360071705cfe903a4944b" }, { - "title": "Le président sud-africain, Cyril Ramaphosa, positif au Covid-19", - "description": "Le chef d’Etat, entièrement vacciné, souffre de symptômes légers et s’est mis à l’isolement dimanche. Pour l’instant, aucune information ne précise s’il a été contaminé par le nouveau variant Omicron, détecté en novembre dans le pays.", - "content": "Le chef d’Etat, entièrement vacciné, souffre de symptômes légers et s’est mis à l’isolement dimanche. Pour l’instant, aucune information ne précise s’il a été contaminé par le nouveau variant Omicron, détecté en novembre dans le pays.", + "title": "Licences de pêche post-Brexit : le Royaume-Uni refuse la « date butoir » du 10 décembre, censée régler le litige avec la France", + "description": "Juste avant qu’Emmanuel Macron ne dénonce à nouveau « les relations difficiles » entre les deux pays, Londres affirmait ne pas tenir compte de l’échéance fixée par la Commission européenne.", + "content": "Juste avant qu’Emmanuel Macron ne dénonce à nouveau « les relations difficiles » entre les deux pays, Londres affirmait ne pas tenir compte de l’échéance fixée par la Commission européenne.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/13/le-president-sud-africain-cyril-ramaphosa-positif-au-covid-19_6105802_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/09/licences-de-peche-post-brexit-le-royaume-uni-refuse-la-date-butoir-du-10-decembre-censee-regler-le-litige-avec-la-france_6105395_3210.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 03:13:58 +0100", + "pubDate": "Thu, 09 Dec 2021 19:48:17 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "d903b8c281f4b06734224798a1394efd" + "hash": "fc6763d51c26c0027d21346f701ad2db" }, { - "title": "Environnement : un rapport dénonce l’impact toujours plus néfaste de grandes entreprises européennes de la viande et des produits laitiers", - "description": "Selon l’Institute for Agriculture and Trade Policy, trente-cinq des plus grandes sociétés de ces secteurs ont été responsables, en 2018, de 7 % des émissions de l’Union européenne. L’ONG appelle les gouvernements à « réglementer l’agrobusiness ».", - "content": "Selon l’Institute for Agriculture and Trade Policy, trente-cinq des plus grandes sociétés de ces secteurs ont été responsables, en 2018, de 7 % des émissions de l’Union européenne. L’ONG appelle les gouvernements à « réglementer l’agrobusiness ».", + "title": "A La Réunion, une enquête sur les embauches politiques de l’ex-président de région", + "description": "Des perquisitions ont été effectuées, lundi 6 et mardi 7 décembre, au conseil régional de La Réunion et au domicile de l’ancien président de la collectivité, Didier Robert, entendu par la police.", + "content": "Des perquisitions ont été effectuées, lundi 6 et mardi 7 décembre, au conseil régional de La Réunion et au domicile de l’ancien président de la collectivité, Didier Robert, entendu par la police.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/13/environnement-un-rapport-denonce-l-impact-toujours-plus-nefaste-de-grandes-entreprises-europeennes-de-la-viande-et-des-produits-laitiers_6105796_3244.html", + "link": "https://www.lemonde.fr/police-justice/article/2021/12/09/a-la-reunion-une-enquete-sur-les-embauches-politiques-de-l-ex-president-de-region_6105394_1653578.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 01:21:48 +0100", + "pubDate": "Thu, 09 Dec 2021 19:45:48 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266650,20 +292575,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0919060784a0efacf8ceb776acef65f" + "hash": "d81be528773031254e6c4cb026058365" }, { - "title": "Ligue 1 : Paris et Mbappé cliniques, Bamba Dieng acrobatique, Nantes euphorique", - "description": "Ce qu’il faut retenir de la 18e journée, disputée ce week-end.", - "content": "Bamba Dieng a ouvert la marque face à Strasbourg d’un splendide retourné acrobatique.", + "title": "Mexique : au moins 53 migrants tués dans un accident de camion", + "description": "Une centaine de personnes étaient entassées dans le véhicule qui se serait renversé après avoir percuté un mur. La plupart seraient originaires du Guatemala.", + "content": "Une centaine de personnes étaient entassées dans le véhicule qui se serait renversé après avoir percuté un mur. La plupart seraient originaires du Guatemala.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/12/ligue-1-paris-et-mbappe-cliniques-bamba-dieng-acrobatique-nantes-euphorique_6105794_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/mexique-au-moins-53-migrants-tues-dans-un-accident-de-camion_6105428_3210.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 23:00:12 +0100", + "pubDate": "Fri, 10 Dec 2021 04:25:38 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266671,20 +292595,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "02061e35a3b994fbbd7981bf3275c233" + "hash": "fdd796f0a3ca311d0be8268b403e834e" }, { - "title": "Aux Etats-Unis, une tornade historique a semé la désolation sur son passage", - "description": "Le phénomène météorologique hors-norme a déjoué le système d’alertes à la population. Le bilan devrait dépasser la centaine de morts, pour la plupart dans le Kentucky.", - "content": "Des secours autour d’une église dévastée à Mayfield, Kentucky, le 12 décembre REUTERS/Adrees Latif", + "title": "Naissance historique de syndicats dans des cafés Starbucks aux Etats-Unis", + "description": "Deux établissements à Buffalo, dans le nord-est du pays, ont voté pour la création d’un syndicat, une première au sein de la compagnie.", + "content": "Deux établissements à Buffalo, dans le nord-est du pays, ont voté pour la création d’un syndicat, une première au sein de la compagnie.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/12/aux-etats-unis-une-tornade-historique-a-seme-la-desolation-sur-son-passage_6105792_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/naissance-historique-de-syndicats-dans-des-cafes-starbucks-aux-etats-unis_6105426_3210.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 20:46:38 +0100", + "pubDate": "Fri, 10 Dec 2021 03:42:18 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266692,20 +292615,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "462fff3c58316fb10ad9d9ea4cec05b9" + "hash": "3b53f5901a1b0b9061f09631192bbf3f" }, { - "title": "Variant Omicron : un « raz-de-marée arrive » au Royaume-Uni, Boris Johnson prend une série de nouvelles mesures", - "description": "Le premier ministre britannique s’est adressé dimanche soir à la nation dans une allocution, annonçant que tous les plus de 18 ans en Angleterre pourraient recevoir une troisième dose de vaccin d’ici fin décembre.", - "content": "Boris Johnson, à Downing Street, à Londres, le 11 décembre 2021.", + "title": "Joe Biden réaffirme personnellement son soutien à l’Ukraine face au risque d’une attaque russe", + "description": "Le président américain a redit son « engagement indéfectible » envers la « souveraineté et l’intégrité territoriale de l’Ukraine » lors d’une conversation téléphonique avec son homologue ukrainien, Volodymyr Zelensky.", + "content": "Le président américain a redit son « engagement indéfectible » envers la « souveraineté et l’intégrité territoriale de l’Ukraine » lors d’une conversation téléphonique avec son homologue ukrainien, Volodymyr Zelensky.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/12/face-a-la-progression-du-variant-omicron-le-niveau-d-alerte-covid-releve-au-royaume-uni_6105791_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/joe-biden-reaffirme-personnellement-son-soutien-a-l-ukraine-face-au-risque-d-une-attaque-russe_6105418_3210.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 20:03:08 +0100", + "pubDate": "Fri, 10 Dec 2021 01:45:04 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266713,20 +292635,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fbb502de126feca8c31b80ebb395ce7" + "hash": "ffadf87b320736c066e432e7e9b3eb68" }, { - "title": "En Alsace, la quête d’un lithium produit en France et durable", - "description": "Le lithium contenu dans les eaux souterraines du fossé rhénan attise les convoitises. Au nord de Strasbourg, plusieurs sociétés tentent d’extraire cet or blanc, indispensable à la construction des batteries électriques.", - "content": "A l’intérieur de la centrale géothermique de Rittershoffen (Bas-Rhin), qui fait partie du programme EuGeLi, le 18 novembre 2021.", + "title": "Assaut du Capitole : un tribunal rejette la nouvelle tentative de Donald Trump de bloquer la transmission de documents au Congrès", + "description": "La décision d’une cour d’appel fédérale doit permettre à la commission d’enquête parlementaire d’en savoir plus sur le rôle de l’ancien président dans l’attaque du 6 janvier. Ce dernier a quatorze jours pour se tourner vers la Cour suprême.", + "content": "La décision d’une cour d’appel fédérale doit permettre à la commission d’enquête parlementaire d’en savoir plus sur le rôle de l’ancien président dans l’attaque du 6 janvier. Ce dernier a quatorze jours pour se tourner vers la Cour suprême.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/12/en-alsace-la-quete-d-un-lithium-produit-en-france-et-responsable_6105786_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/10/assaut-du-capitole-un-tribunal-rejette-la-nouvelle-tentative-de-donald-trump-de-bloquer-la-transmission-de-documents-au-congres_6105412_3210.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 19:10:38 +0100", + "pubDate": "Fri, 10 Dec 2021 00:51:53 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266734,20 +292655,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b47334974984aa0debdd0ac1cb497a5f" + "hash": "fdacd11cc253ca1e005c43e7c3657590" }, { - "title": "Le rappeur Ninho, à l’AccorHotels Arena de Paris, entre brio et impréparation", - "description": "Après deux reports liés à la crise sanitaire, le rappeur francilien s’est produit, samedi 11 décembre, dans un concert avec de nombreux invités surprises.", - "content": "Ninho en concert à l’AccorHotels Arena, à Paris, le 11 décembre 2021.", + "title": "Mondial de handball : les Bleues battent la Pologne sans trembler", + "description": "Les handballeuses françaises débutent le tour principal par une victoire 26 à 16 face à la Pologne. Elles accéderont aux quarts de finale, samedi, si elles s’imposent face à la Serbie.", + "content": "Les handballeuses françaises débutent le tour principal par une victoire 26 à 16 face à la Pologne. Elles accéderont aux quarts de finale, samedi, si elles s’imposent face à la Serbie.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/12/le-rappeur-ninho-a-l-accorhotels-arena-de-paris-entre-brio-et-impreparation_6105785_3246.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/09/mondial-de-handball-les-bleues-battent-la-pologne-sans-trembler_6105410_3242.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 19:03:13 +0100", + "pubDate": "Thu, 09 Dec 2021 23:39:40 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266755,20 +292675,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "affcf641bb68e6e29aba022e43061d98" + "hash": "b9f4ede93d569b2cd4962e631be20b64" }, { - "title": "Nouvelle-Calédonie, tornades aux Etats-Unis, suites du Brexit… Les informations à retenir ce week-end", - "description": "Si vous n’avez pas suivi l’actualité de ce week-end des 11 et 12 décembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", - "content": "Si vous n’avez pas suivi l’actualité de ce week-end des 11 et 12 décembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", + "title": "A Madagascar, l’assassinat d’un travailleur humanitaire révèle la tragique situation du Sud", + "description": "La région subit la pire sécheresse depuis quarante ans ; 1,3 million de personnes a besoin d’assistance alimentaire.", + "content": "La région subit la pire sécheresse depuis quarante ans ; 1,3 million de personnes a besoin d’assistance alimentaire.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/12/nouvelle-caledonie-tornades-aux-etats-unis-suites-du-brexit-les-informations-a-retenir-ce-week-end_6105784_4355770.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/09/a-madagascar-l-assassinat-d-un-travailleur-humanitaire-revele-la-tragique-situation-du-sud_6105399_3212.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 19:00:14 +0100", + "pubDate": "Thu, 09 Dec 2021 20:33:32 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266776,41 +292695,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "03fdccc15c6d0bac0c5e8bd17c5c55af" + "hash": "94c1711c4103c0369fc11a2b270603ba" }, { - "title": "Le groupe France Loisirs trouve un repreneur mais va perdre plus de 600 emplois", - "description": "Seuls 138 postes seront préservés par la SAS Financière Trésor du Patrimoine sur les 750 que comptait le club de livres en France. Quatorze boutiques seront conservées sur les 122 actuelles.", - "content": "Une librairie France Loisirs, à Paris, en novembre 2020.", + "title": "Après Fabien Roussel et Yannick Jadot, c’est au tour de Jean-Luc Mélenchon de retoquer jeudi soir la proposition d'Anne Hidalgo en dénonçant une « improvisation ».", + "description": "Les trois candidats de gauche à l’élection présidentielle ont opposé une fin de non-recevoir, jeudi, à la proposition de la maire de Paris. Mme Hidalgo estime que cette réponse, « trop rapide pour être sérieuse », sera forcée d’évoluer.", + "content": "Les trois candidats de gauche à l’élection présidentielle ont opposé une fin de non-recevoir, jeudi, à la proposition de la maire de Paris. Mme Hidalgo estime que cette réponse, « trop rapide pour être sérieuse », sera forcée d’évoluer.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/14/le-groupe-france-loisirs-trouve-un-repreneur-mais-va-perdre-plus-de-600-emplois_6105932_3234.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/09/yannick-jadot-et-fabien-roussel-rejettent-la-primaire-a-gauche-proposee-par-anne-hidalgo_6105305_6059010.html", "creator": "", - "pubDate": "Tue, 14 Dec 2021 02:52:59 +0100", + "pubDate": "Thu, 09 Dec 2021 10:31:05 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "228d656e376f1ccc8fe5723dd389962d" + "hash": "93b3a17cd6e1b8ac0a9b3c8925e4c88d" }, { - "title": "Max Verstappen, nouveau roi de la formule 1", - "description": "Dimanche 12 décembre, le pilote néerlandais de 24 ans a détrôné le septuple champion du monde, le Britannique Lewis Hamilton, lors du dernier tour du dernier Grand Prix de la saison à Abou Dhabi.", - "content": "Max Verstappen (à gauche) est le nouveau champion du monde de F1, devant Lewis Hamilton (à droite).", + "title": "Emmanuel Macron souhaite « une Europe puissante dans le monde, pleinement souveraine »", + "description": "Le président de la République a dévoilé son programme pour la présidence française du Conseil de l’Union européenne, qui commencera le 1er janvier.", + "content": "Le président de la République a dévoilé son programme pour la présidence française du Conseil de l’Union européenne, qui commencera le 1er janvier.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/12/max-verstappen-nouveau-roi-de-la-formule-1_6105777_3242.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/09/presidence-francaise-de-l-ue-emmanuel-macron-souhaite-une-europe-puissante-dans-le-monde-pleinement-souveraine_6105392_823448.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:57:56 +0100", + "pubDate": "Thu, 09 Dec 2021 19:23:39 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266818,20 +292735,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "67943b8736423564e170079f62f219e0" + "hash": "0b9abc0fc1de9430ad1d8184e3db2583" }, { - "title": "Covid-19 : 400 enquêtes en cours sur des réseaux de faux passes sanitaires, « nécessité » de vacciner les plus de 5 ans selon Castex", - "description": "Au total, près de 14 000 patients sont hospitalisés en France en raison du Covid, dont 2 500 en soins critiques.", - "content": "Dans une unité Covid de l’hôpital marseillais La Timone, le 10 décembre.", + "title": "Des activistes kazakhs visés par le logiciel espion Pegasus", + "description": "@correction J’ai mis le gentilé kazakhstanais, cara je crois me souvenir que kazakh désigne l’ethnie, et kazakhstanais la nationalité, mais je vois que dans d’autres papiers on ne fait pas la distinction...", + "content": "@correction J’ai mis le gentilé kazakhstanais, cara je crois me souvenir que kazakh désigne l’ethnie, et kazakhstanais la nationalité, mais je vois que dans d’autres papiers on ne fait pas la distinction...", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/12/covid-19-400-enquetes-en-cours-sur-des-reseaux-de-faux-passes-sanitaires-necessite-de-vacciner-les-plus-de-5-ans-selon-castex_6105776_3244.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/09/des-activistes-kazakhs-vises-par-le-logiciel-espion-pegasus_6105390_4408996.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:39:19 +0100", + "pubDate": "Thu, 09 Dec 2021 18:59:06 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266839,20 +292755,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e0d8e46d60e1bea255c9fdf5b02928c" + "hash": "d321de9b9ec95dc82d5659ce6f5de389" }, { - "title": "Formule 1 : vainqueur de l’ultime Grand Prix de la saison, Max Verstappen décroche son premier titre mondial", - "description": "Le pilote néerlandais a devancé, dimanche, son rival britannique Lewis Hamilton dans le dernier tour du dernier Grand Prix d’une saison de formule 1 qui aura été très accrochée entre les deux pilotes.", - "content": "Max Verstappen a remporté la course à Abou Dhabi et le championnat du monde.", + "title": "Maryse Wolinski, romancière et journaliste, est morte", + "description": "Autrice et journaliste, celle qui a partagé la vie du dessinateur Georges Wolinski pendant quarante-trois ans est morte à 78 ans des suites d’une maladie.", + "content": "Autrice et journaliste, celle qui a partagé la vie du dessinateur Georges Wolinski pendant quarante-trois ans est morte à 78 ans des suites d’une maladie.", "category": "", - "link": "https://www.lemonde.fr/sport/live/2021/12/12/formule-1-verstappen-ou-hamilton-suivez-l-ultime-grand-prix-et-le-denouement-du-championnat-du-monde_6105755_3242.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/09/maryse-wolinski-romanciere-et-journaliste-est-morte_6105389_3382.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 12:00:17 +0100", + "pubDate": "Thu, 09 Dec 2021 18:32:15 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266860,20 +292775,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4461eab3e9163676734a982e7cd59f9" + "hash": "67338ba8a45bfecb41ff4fdbedf79462" }, { - "title": "Le skieur français a remporté les deux manches de l’épreuve. Alexis Pinturault, l’autre étoile française du ski alpin, a été éliminé lors de la première manche.", - "description": "Le skieur français a remporté les deux manches de l’épreuve. Alexis Pinturault, l’autre étoile française du ski alpin, a été éliminé lors de la première manche.", - "content": "Clément Noël lors de la première manche de l’épreuve de slalom masculin de la Coupe du monde de ski alpin à Val-d’Isère, le 12 décembre 2021.", + "title": "Yannick Agnel, ancien champion olympique de natation, interpellé dans le cadre d’une affaire de viol sur mineure", + "description": "L’ancien sportif de haut niveau, âgé de 29 ans, est actuellement en garde à vue à Mulhouse, selon la procureure de la République.", + "content": "L’ancien sportif de haut niveau, âgé de 29 ans, est actuellement en garde à vue à Mulhouse, selon la procureure de la République.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/12/ski-alpin-clement-noel-realise-le-meilleur-temps-de-la-premiere-manche-du-slalom_6105758_3242.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/09/yannick-agnel-ancien-champion-olympique-de-natation-interpelle-dans-le-cadre-d-une-affaire-de-viol-sur-mineure_6105385_3242.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 12:41:22 +0100", + "pubDate": "Thu, 09 Dec 2021 18:10:11 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266881,20 +292795,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ab182fd342e427973f4a20fe15844e6" + "hash": "545621c1d09b5bbb16ab7584c7b2009d" }, { - "title": "« La Nouvelle-Calédonie restera donc française », déclare Macron après la large victoire du « non » au référendum sur l’indépendance", - "description": "Le président de la République s’est exprimé à l’issue du troisième et dernier référendum d’autodétermination organisé en Nouvelle-Calédonie, boycotté par les indépendantistes. « Je prends acte solennellement du résultat de ces trois scrutins qui confirment la volonté exprimée par la majorité des Calédoniens de rester dans la République et la nation française », a-t-il déclaré, reconnaissant que « le corps électoral est resté profondément divisé ».", - "content": "Le président de la République s’est exprimé à l’issue du troisième et dernier référendum d’autodétermination organisé en Nouvelle-Calédonie, boycotté par les indépendantistes. « Je prends acte solennellement du résultat de ces trois scrutins qui confirment la volonté exprimée par la majorité des Calédoniens de rester dans la République et la nation française », a-t-il déclaré, reconnaissant que « le corps électoral est resté profondément divisé ».", + "title": "NFT : Ubisoft lance la plate-forme Quartz, fraîchement accueillie par les internautes", + "description": "Elle permet d’acheter des jetons non fongibles utilisables dans le jeu « Tom Clancy’s Ghost Recon Breakpoint », une des licences phares de l’entreprise française.", + "content": "Elle permet d’acheter des jetons non fongibles utilisables dans le jeu « Tom Clancy’s Ghost Recon Breakpoint », une des licences phares de l’entreprise française.", "category": "", - "link": "https://www.lemonde.fr/politique/live/2021/12/12/referendum-en-nouvelle-caledonie-quelle-suite-apres-la-troisieme-victoire-du-non-a-l-independance_6105742_823448.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/09/nft-ubisoft-lance-la-plate-forme-quartz-fraichement-accueillie-par-les-internautes_6105380_4408996.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 09:46:24 +0100", + "pubDate": "Thu, 09 Dec 2021 18:06:31 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266902,20 +292815,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c6a535e19065ae2a3ffad87d97bbd04" + "hash": "905351fbd9f774634008d0d8a1efab29" }, { - "title": "Aux Etats-Unis, des paysages dévastés après le passage de tornades meurtrières dans le centre et le sud du pays", - "description": "Des dizaines de personnes ont été tuées aux Etats-Unis par des tornades, parmi « les pires » de l’histoire des Etats-Unis, selon le président, Joe Biden.", - "content": "La tornade a arraché une bonne partie du toit et des murs de cette maison située à Mayfield, ici le 11 décembre.", + "title": "Salaires dans la fonction publique : trois syndicats rompent les discussions avec le gouvernement", + "description": "La CGT, la FSU et Solidaires ont quitté la réunion sur les salaires de la fonction publique organisée, jeudi 9 décembre, par le gouvernement, qui refuse une réévaluation générale du point d’indice.", + "content": "La CGT, la FSU et Solidaires ont quitté la réunion sur les salaires de la fonction publique organisée, jeudi 9 décembre, par le gouvernement, qui refuse une réévaluation générale du point d’indice.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/12/aux-etats-unis-la-recherche-de-survivants-apres-le-passage-de-tornades-meurtrieres-dans-le-centre-et-le-sud-du-pays_6105759_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/09/salaires-dans-la-fonction-publique-trois-syndicats-rompent-les-discussions-avec-le-gouvernement_6105377_823448.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 12:43:53 +0100", + "pubDate": "Thu, 09 Dec 2021 17:46:30 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266923,20 +292835,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "142d3040ffa7313a4f2d838e5b69c51a" + "hash": "6de3ac121083202b466f7eeb4447df2e" }, { - "title": "La romancière Anne Rice, autrice des « Chroniques des vampires », est morte", - "description": "Ecrivaine aux plus de 100 millions de livres vendus, elle a consacré son œuvre à refaçonner la figure mythologique du vampire, devenu sous sa plume un être sensuel, tourmenté et érotique. Elle est morte le 11 décembre, à l’âge de 80 ans", - "content": "Anne Rice au salon Entertainment Weekly’s PopFest at The Reef, à Los Angeles, le 29 octobre 2016.", + "title": "A Rouen, le sort de la statue de Napoléon déclenche une vive polémique", + "description": "Les Rouennais ont été invités à voter pour décider si le monument doit être déplacé et remplacé par une figure féminine ou s’il doit revenir sur la place de l’Hôtel-de-Ville alors qu’il est en restauration depuis plus d’un an. La mairie, à l’origine de cette consultation, s’est engagée à respecter le résultat, connu lundi 13 ou mardi 14 décembre.", + "content": "Les Rouennais ont été invités à voter pour décider si le monument doit être déplacé et remplacé par une figure féminine ou s’il doit revenir sur la place de l’Hôtel-de-Ville alors qu’il est en restauration depuis plus d’un an. La mairie, à l’origine de cette consultation, s’est engagée à respecter le résultat, connu lundi 13 ou mardi 14 décembre.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/12/la-romanciere-anne-rice-autrice-des-chroniques-des-vampires-est-morte_6105749_3382.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/09/a-rouen-le-sort-de-la-statue-de-napoleon-declenche-une-vive-polemique_6105374_823448.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 10:38:48 +0100", + "pubDate": "Thu, 09 Dec 2021 17:31:03 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266944,20 +292855,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f3d787bc3f103215d1fa6ee70d603e9" + "hash": "b6772e15846784a0d2863e65483da113" }, { - "title": "Education, santé, libertés : le lourd tribut payé par l’Afrique à la pandémie de Covid-19", - "description": "Un rapport de la Fondation Mo Ibrahim pointe les défis que devra relever le continent pour faire face aux conséquences de la crise sanitaire.", - "content": "Vaccination contre le Covid-19 dans une clinique de Johannesburg, en Afrique du Sud, le 8 décembre 2021.", + "title": "Variant Omicron : l’OMS craint que les pays riches accumulent les vaccins au détriment des Etats plus pauvres", + "description": "« La seule façon de ralentir cette maladie est de faire en sorte que toutes les personnes à risque soient vaccinées », a rappelé une responsable de l’Organisation mondiale de la santé. En Afrique, seuls 7,8 % de la population sont entièrement vaccinés.", + "content": "« La seule façon de ralentir cette maladie est de faire en sorte que toutes les personnes à risque soient vaccinées », a rappelé une responsable de l’Organisation mondiale de la santé. En Afrique, seuls 7,8 % de la population sont entièrement vaccinés.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/12/education-sante-libertes-le-lourd-tribut-paye-par-l-afrique-a-la-pandemie-de-covid-19_6105738_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/09/variant-omicron-l-oms-craint-que-les-pays-riches-accumulent-les-vaccins-au-detriment-des-etats-plus-pauvres_6105364_3244.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 08:00:14 +0100", + "pubDate": "Thu, 09 Dec 2021 16:55:42 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266965,20 +292875,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "714deeb7b659b502a66291d4ea3aeb18" + "hash": "9d0e5bbe9fffefef9ab0a8282eb1d5c9" }, { - "title": "Le taux de participation s’élevait à 17 heures à 41,60 %, selon le Haut-Commissariat, en très forte baisse par rapport aux deux précédents référendums, conséquence de l’appel à bouder le scrutin des indépendantistes.", - "description": "A 84 % du dépouillement des bulletins de vote, le « non » à l’indépendance de cet archipel français stratégique du Pacifique-Sud l’emporte à 96 %, selon la chaîne de télévision NC la 1ère.", - "content": "A 84 % du dépouillement des bulletins de vote, le « non » à l’indépendance de cet archipel français stratégique du Pacifique-Sud l’emporte à 96 %, selon la chaîne de télévision NC la 1ère.", + "title": "Présidence française de l’UE : Emmanuel Macron veut « une réforme de l’espace Schengen », suivez notre direct", + "description": "« Nous unifierons sous cette présidence une réforme de l’espace Schengen autour de deux priorités : la mise en place d’un pilotage politique et la création d’un mécanisme de soutien d’urgence aux frontières en cas de crise », détaille le chef de l’Etat, qui donne une conférence de presse sur la PFUE qui doit commencer le 1er janvier 2022.", + "content": "« Nous unifierons sous cette présidence une réforme de l’espace Schengen autour de deux priorités : la mise en place d’un pilotage politique et la création d’un mécanisme de soutien d’urgence aux frontières en cas de crise », détaille le chef de l’Etat, qui donne une conférence de presse sur la PFUE qui doit commencer le 1er janvier 2022.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/12/les-bureaux-de-vote-pour-le-referendum-sur-l-independance-de-la-nouvelle-caledonie-ont-ouvert_6105720_823448.html", + "link": "https://www.lemonde.fr/politique/live/2021/12/09/emmanuel-macron-presente-ses-priorites-pour-la-presidence-francaise-de-l-ue-suivez-sa-conference-de-presse-en-direct_6105347_823448.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:46:48 +0100", + "pubDate": "Thu, 09 Dec 2021 14:00:07 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -266986,20 +292895,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6cb057d459132de8bee85ebb36210427" + "hash": "26000a27ba6e77bc6093e77eac789a45" }, { - "title": "Peut-on faire la paix au Moyen-Orient en résidant à Genève ?", - "description": "C’est à Genève que vivent les envoyés spéciaux de l’ONU pour la Syrie, le Yémen et la Libye. L’un d’eux, Jan Kubis, vient d’ailleurs de démissionner pour ne pas avoir à résider à Tripoli, remarque l’historien Jean-Pierre Filiu.", - "content": "L’envoyé spécial des Nations Unies, Jan Kubis, à Berlin (Allemagne), le 18 mars 2021.", + "title": "Avis favorable des experts du patrimoine pour le réaménagement intérieur de Notre-Dame de Paris", + "description": "La célèbre cathédrale gothique, ravagée le 15 avril 2019 par un gigantesque incendie, est en cours de restauration, avant sa réouverture prévue en 2024.", + "content": "La célèbre cathédrale gothique, ravagée le 15 avril 2019 par un gigantesque incendie, est en cours de restauration, avant sa réouverture prévue en 2024.", "category": "", - "link": "https://www.lemonde.fr/blog/filiu/2021/12/12/peut-on-faire-la-paix-au-moyen-orient-en-residant-a-geneve/", + "link": "https://www.lemonde.fr/societe/article/2021/12/09/avis-favorable-des-experts-du-patrimoine-pour-le-reamenagement-interieur-de-notre-dame-de-paris_6105361_3224.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 07:32:36 +0100", + "pubDate": "Thu, 09 Dec 2021 16:16:53 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267007,20 +292915,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "56e1332e190d37cb9a7710860c744a82" + "hash": "386981482c10bb6be31570c95970ba96" }, { - "title": "Laurent Wauquiez assure Valérie Pécresse de « son soutien total »", - "description": "Le président de la région Auvergne-Rhône-Alpes affirme, dans le « JDD », qu’il ne veut pas s’attarder sur les désaccords qu’il a connus avec la candidate LR à la présidentielle, notamment quand elle avait quitté le parti qu’il présidait en 2019.", - "content": "Laurent Wauquiez, aux Estables (Haute-Loire), en août 2018.", + "title": "Covid-19 : le variant Omicron peut contourner les défenses vaccinales, selon les premières données expérimentales", + "description": "Les études, dont celles du pionnier des vaccins à ARN messager BioNTech, montrent que deux doses devraient être insuffisantes pour contrer l’infection. Les résultats sont plus encourageants avec trois doses.", + "content": "Les études, dont celles du pionnier des vaccins à ARN messager BioNTech, montrent que deux doses devraient être insuffisantes pour contrer l’infection. Les résultats sont plus encourageants avec trois doses.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/12/laurent-wauquiez-assure-valerie-pecresse-de-son-soutien-total_6105731_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/09/covid-19-le-variant-omicron-peut-contourner-les-defenses-vaccinales_6105340_3244.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 06:16:09 +0100", + "pubDate": "Thu, 09 Dec 2021 13:04:28 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267028,20 +292935,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e5e254e9db09811f334377f523449fb" + "hash": "d7a2dbf5612ca530dea48d4afa0cee9d" }, { - "title": "Un Français arrêté au Niger en marge de la célébration de la Journée internationale des droits de l’homme", - "description": "Mathieu Pourchier, un salarié de l’organisation Agir ensemble pour les droits humains, fait partie des cinq personnes interpellées vendredi à Niamey. Des ONG y voient un lien avec les manifestations contre le passage d’un convoi militaire français dans le pays, il y a deux semaines.", - "content": "Des officiers de police dans les rues de Niamey, le 23 avril 2020.", + "title": "Netflix, Amazon, Apple et Disney devront investir 250 à 300 millions d’euros par an en France", + "description": "Les services de vidéo à la demande ont signé avec le Conseil supérieur de l’audiovisuel des conventions qui fixent des obligations de financement de séries et films locaux.", + "content": "Les services de vidéo à la demande ont signé avec le Conseil supérieur de l’audiovisuel des conventions qui fixent des obligations de financement de séries et films locaux.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/12/un-francais-arrete-au-niger-en-marge-de-la-celebration-de-la-journee-internationale-des-droits-de-l-homme_6105728_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/09/netflix-amazon-apple-et-disney-devront-investir-250-a-300-millions-d-euros-par-an-en-france_6105354_3234.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 04:02:29 +0100", + "pubDate": "Thu, 09 Dec 2021 15:07:39 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267049,20 +292955,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "facaf1485a5ffb4e3efe34df128d18b7" + "hash": "f135ecd3143b94b31628f948bbc8a51c" }, { - "title": "La Francilienne Diane Leyre élue Miss France 2022, dans un contexte qui pousse à élargir l’accès au concours", - "description": "Cette diplômée de commerce international âgée de 24 ans a devancé Miss Martinique, première dauphine, et Miss Alsace, deuxième dauphine. La compétition, réservée notamment aux femmes célibataires, fait l’objet d’un nombre croissant de critiques.", - "content": "Diane Leyre, élue Miss France, reçoit sa couronne des mains d’Amandine Petit, à Caen, le 12 décembre 2021.", + "title": "Luc Besson accusé de viol : un non-lieu prononcé par la juge d’instruction", + "description": "La magistrate a suivi les réquisitions du parquet de Paris, qui avait réclamé au début d’octobre l’abandon des poursuites contre le cinéaste, placé sous le statut de témoin assisté en janvier.", + "content": "La magistrate a suivi les réquisitions du parquet de Paris, qui avait réclamé au début d’octobre l’abandon des poursuites contre le cinéaste, placé sous le statut de témoin assisté en janvier.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/12/diane-leyre-ile-de-france-elue-miss-france-2022-dans-un-contexte-qui-pousse-a-elargir-l-acces-au-concours_6105722_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/09/luc-besson-accuse-de-viol-un-non-lieu-prononce-par-la-juge-d-instruction_6105353_3224.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 01:17:08 +0100", + "pubDate": "Thu, 09 Dec 2021 14:42:51 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267070,20 +292975,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "57942f10057099d5cb03a58ae50c400c" + "hash": "a7628c6fab087a5b5d67bfb189f55684" }, { - "title": "Troisième vol habité réussi pour la fusée de Blue Origin, avec six passagers, dont la fille du pionnier de l’espace américain Alan Shepard", - "description": "A bord se trouvait Laura Shepard Churchley, la fille du premier Américain à avoir franchi, en 1961, l’ultime frontière.", - "content": "Les six passagers, dont Laura Shepard Churchley à gauche, après leur vol dans l’espace, le 11 décembre.", + "title": "La spectatrice responsable de la chute de coureurs du Tour de France condamnée à 1 200 euros d’amende", + "description": "Lors de la première étape du Tour 2021, elle avait agité une pancarte en tournant le dos au sens de la course et avait été percutée par le peloton, provoquant la chute de nombreux coureurs.", + "content": "Lors de la première étape du Tour 2021, elle avait agité une pancarte en tournant le dos au sens de la course et avait été percutée par le peloton, provoquant la chute de nombreux coureurs.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/11/troisieme-vol-habite-reussi-pour-la-fusee-de-blue-origin-avec-six-passagers-dont-la-fille-du-pionnier-de-l-espace-americain-alan-shepard_6105718_1650684.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/09/chute-sur-le-tour-de-france-la-spectatrice-a-la-pancarte-condamnee-a-1-200-euros-d-amende_6105351_3224.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 22:19:00 +0100", + "pubDate": "Thu, 09 Dec 2021 14:19:02 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267091,20 +292995,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "84a7f71e9ce4942c0a9f61d4f201c80a" + "hash": "36a38842179b99009a37eb63e47257f6" }, { - "title": "Yannick Agnel, ancien champion olympique de natation, mis en examen pour « viol et agression sexuelle sur mineure de 15 ans »", - "description": "L’ancien sportif de haut niveau, âgé de 29 ans, a été placé sous contrôle judiciaire, malgré les réquisitions de placement en détention provisoire formulées par le parquet et le juge d’instruction.", - "content": "Yannick Agnel le 30 mars 2016 avant une compétition, à Montpellier.", + "title": "Présidentielle 2022 : des sociétés de journalistes et des directeurs de rédaction appellent les candidats à respecter la liberté de la presse", + "description": "Tribunes. De nombreux médias, dont « Le Monde », exhortent tous les candidats déclarés à l’élection présidentielle à s’engager publiquement à respecter le travail des journalistes.", + "content": "Tribunes. De nombreux médias, dont « Le Monde », exhortent tous les candidats déclarés à l’élection présidentielle à s’engager publiquement à respecter le travail des journalistes.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/11/yannick-agnel-ancien-champion-olympique-de-natation-mis-en-examen-pour-viol-et-agression-sexuelle-sur-mineure-de-15-ans_6105716_3224.html", + "link": "https://www.lemonde.fr/idees/article/2021/12/09/presidentielle-2022-une-trentaine-de-societes-de-journalistes-appellent-les-candidats-a-respecter-la-liberte-de-la-presse_6105341_3232.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 20:27:09 +0100", + "pubDate": "Thu, 09 Dec 2021 13:04:45 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267112,20 +293015,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "3590b6388a9760c6c70f9666f73ebf76" + "hash": "36993747c2d26d3431a4fc45bc35bbd6" }, { - "title": "Mondial de handball : bousculées, mais victorieuses des Serbes, les Bleues qualifiées pour les quarts de finale", - "description": "La France a battu, samedi, la Serbie au bout du suspense (22-19). Lundi, l’issue du dernier match du tour principal, lors duquel elle affrontera la Russie, déterminera qui occupera la première place du groupe.", - "content": "La demi-centre serbe Tamara Radojevic et le pivot français Béatrice Edwige face à face au cours du match France-Serbie du tour principal du Mondial de handball, en Espagne, samedi 11 décembre 2021.", + "title": "La Chine et l’OMC, 20 ans d’histoire : comment la concurrence chinoise a bouleversé l’industrie européenne", + "description": "Deuxième épisode de notre série « Chine et OMC : un roman de la mondialisation ». En deux décennies, l’empire du Milieu est devenu le premier exportateur de biens de la planète, mais aussi la troisième destination des exportations européennes. Une interdépendance qui n’a pas fait que des perdants.", + "content": "Deuxième épisode de notre série « Chine et OMC : un roman de la mondialisation ». En deux décennies, l’empire du Milieu est devenu le premier exportateur de biens de la planète, mais aussi la troisième destination des exportations européennes. Une interdépendance qui n’a pas fait que des perdants.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/11/mondial-de-handball-bousculees-mais-victorieuses-des-serbes-les-bleues-qualifiees-pour-les-quarts-de-finale_6105714_3242.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/08/omc-les-vingt-ans-qui-ont-consacre-la-puissance-de-la-chine_6105090_3234.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 20:04:30 +0100", + "pubDate": "Wed, 08 Dec 2021 01:16:59 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267133,20 +293035,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d23e9a979874bfac1f9794b5b6cdb173" + "hash": "f31a5fd254585ec59a478657563c97b5" }, { - "title": "Avec des prix qui flambent depuis dix ans, l’automobile redevient un produit de luxe", - "description": "A croire qu’il faudrait réinventer la 4CV ou la 2CV du milieu du siècle dernier, pour permettre à plus de ménages de s’offrir un véhicule. D’ailleurs, en France, l’acheteur se situe désormais au seuil de la soixantaine.", - "content": "Sur le stand DS, au salon de l’automobile de Toulouse, le 12 novembre.", + "title": "Pollution, érosion, raréfaction : la FAO s’alarme de la dégradation des terres et des eaux", + "description": "Un rapport de l’agence de l’ONU pour l’alimentation et l’agriculture dresse un constat accablant de l’état des sols et des eaux, soumis à un niveau de pression inédit pour nourrir la population.", + "content": "Un rapport de l’agence de l’ONU pour l’alimentation et l’agriculture dresse un constat accablant de l’état des sols et des eaux, soumis à un niveau de pression inédit pour nourrir la population.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/13/avec-des-prix-qui-flambent-depuis-dix-ans-l-automobile-redevient-un-produit-de-luxe_6105885_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/09/pollution-erosion-rarefaction-la-fao-s-alarme-de-la-degradation-des-terres-et-des-eaux_6105334_3244.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 17:00:12 +0100", + "pubDate": "Thu, 09 Dec 2021 12:32:33 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267154,20 +293055,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "257812aab21a9a8dbb0f621127487e53" + "hash": "5bae3f9e319a9b6824c454515557d68c" }, { - "title": "Référendum en Nouvelle-Calédonie : une drôle de non-campagne", - "description": "Cette troisième consultation, organisée dimanche 12 décembre, se déroule dans un climat étrange : les indépendantistes ont appelé à la boycotter à cause de la crise sanitaire, et les loyalistes font campagne sans adversaire sur le terrain.", - "content": "Dimanche 12 décembre, les Calédoniens votent pour un troisième référendum sur l’indépendance. Nouméa, le 8 décembre 2021.", + "title": "L’Italie inflige une amende de 1,13 milliard à Amazon pour abus de position dominante", + "description": "L’autorité antitrust italienne avait déjà imposé une sanction de 68,7 millions d’euros en novembre au géant américain de la distribution en ligne.", + "content": "L’autorité antitrust italienne avait déjà imposé une sanction de 68,7 millions d’euros en novembre au géant américain de la distribution en ligne.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/11/referendum-en-nouvelle-caledonie-une-drole-de-non-campagne_6105708_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/09/l-italie-inflige-une-amende-de-1-13-milliard-a-amazon-pour-abus-de-position-dominante_6105329_3234.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 18:00:15 +0100", + "pubDate": "Thu, 09 Dec 2021 11:37:10 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267175,20 +293075,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4873daa7f25387e6e726f8a5ca7137f" + "hash": "13559f06647409d7d7f3cb1ac95ba348" }, { - "title": "Covid-19 : un traitement préventif pour les personnes peu réceptives aux vaccins autorisé en France", - "description": "Ce traitement par anticorps vise à agir avant l’apparition de la maladie. Il doit suppléer la vaccination chez des personnes dont l’organisme réagit peu aux vaccins.", - "content": "Evusheld combine deux molécules, tixagévimab et cilgavimab.", + "title": "Le promoteur immobilier chinois Evergrande a connu un défaut de paiement", + "description": "L’agence de notation Fitch a annoncé, jeudi, que deux promoteurs immobiliers chinois, Evergrande et Kaisa, n’avaient pas honoré des remboursements.", + "content": "L’agence de notation Fitch a annoncé, jeudi, que deux promoteurs immobiliers chinois, Evergrande et Kaisa, n’avaient pas honoré des remboursements.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/11/covid-19-un-traitement-preventif-pour-les-personnes-peu-receptives-aux-vaccins-autorise-en-france_6105710_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/09/defauts-de-paiement-en-serie-dans-le-secteur-immobilier-chinois-dont-le-promoteur-evergrande_6105327_3210.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 19:12:03 +0100", + "pubDate": "Thu, 09 Dec 2021 11:33:15 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267196,20 +293095,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfe9fecf2965dbde4abd3ca5f6b15de0" + "hash": "385e147c34a17fc5e1016e2322335247" }, { - "title": "Etats-Unis : des tornades ont tué au moins 70 personnes dans le Kentucky et provoqué des dégâts dans plusieurs Etats du Sud", - "description": "C’est dans le Kentucky, dans le centre-est du pays, que le bilan le plus lourd est à déplorer après le passage, vendredi 10 décembre, de ce phénomène météorologique dévastateur qui touche particulièrement les plaines des Etats-Unis.", - "content": "Une église détruite par la tornade dans la ville de Mayfield, dans le Kentucky, le 11 décembre.", + "title": "Tennis : Amélie Mauresmo succède à Guy Forget à la tête du tournoi de Roland-Garros", + "description": "La Fédération française de tennis a annoncé jeudi la nomination de l’ancienne numéro un mondiale. Elle prendra la suite de l’ancien joueur et capitaine de l’équipe de France, dont le contrat arrivait à échéance au 31 décembre.", + "content": "La Fédération française de tennis a annoncé jeudi la nomination de l’ancienne numéro un mondiale. Elle prendra la suite de l’ancien joueur et capitaine de l’équipe de France, dont le contrat arrivait à échéance au 31 décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/11/aux-etats-unis-une-tornade-fait-au-moins-cinquante-morts-dans-le-kentucky-selon-le-gouverneur-de-l-etat_6105687_3210.html", + "link": "https://www.lemonde.fr/tennis/article/2021/12/09/roland-garros-amelie-mauresmo-succede-a-guy-forget-a-la-tete-du-tournoi_6105323_1616659.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:22:31 +0100", + "pubDate": "Thu, 09 Dec 2021 11:17:30 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267217,20 +293115,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9cdb25047bb97a64db93b7c674ce641b" + "hash": "653cd1ea4a3e17eeb40446b72fb045b2" }, { - "title": "Jacques Auxiette, ancien président des Pays de la Loire, est mort", - "description": "L’annonce de la mort de l’élu socialiste a suscité des réactions unanimes, saluant son engagement et sa passion du travail de terrain.", - "content": "Jacques Auxiette, président de la région Pays de la Loire, à Nantes, le 1er décembre 2014.", + "title": "JO de Pékin 2022 : la France ne boycottera pas sur le plan diplomatique, assure Jean-Michel Blanquer", + "description": "« Le sport est un monde en soi qui doit être préservé au maximum des interférences politiques », a fait valoir le ministre de l’éducation et des sports.", + "content": "« Le sport est un monde en soi qui doit être préservé au maximum des interférences politiques », a fait valoir le ministre de l’éducation et des sports.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/11/jacques-auxiette-ancien-president-des-pays-de-la-loire-est-mort_6105702_3382.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/09/jo-de-pekin-2022-la-france-ne-boycottera-pas-sur-le-plan-diplomatique-assure-jean-michel-blanquer_6105321_3242.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 16:11:53 +0100", + "pubDate": "Thu, 09 Dec 2021 11:08:42 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267238,20 +293135,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f201d6ebbee7d4b6d1d04c6f3a6e60f1" + "hash": "55ca8e9dcd87b5b355f980914bd6e8ae" }, { - "title": "« Je veux que les journalistes meurent vieux » : les lauréats du prix Nobel de la paix dénoncent une « période sombre » pour l’information", - "description": "Le rédacteur en chef de « Novaïa Gazeta », colauréat du prix, a fait observer un moment de silence pour les reporters tués dans l’exercice de leur profession.", - "content": "La lauréate du prix Nobel de la paix Maria Ressa et son co-lauréat, Dmitri Mouratov, lors de la cérémonie de remise du prix, le 10 décembre 2021, à Oslo.", + "title": "La Commission européenne veut faire des livreurs de Deliveroo et des chauffeurs d’Uber des salariés", + "description": "La proposition de directive de l’exécutif européen doit encore être examinée par les Etats membres et par le Parlement européen. Un compromis sera compliqué à obtenir sur ce sujet qui divise les Vingt-Sept.", + "content": "La proposition de directive de l’exécutif européen doit encore être examinée par les Etats membres et par le Parlement européen. Un compromis sera compliqué à obtenir sur ce sujet qui divise les Vingt-Sept.", "category": "", - "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/11/je-veux-que-les-journalistes-meurent-vieux-les-laureats-du-prix-nobel-de-la-paix-denoncent-une-periode-sombre-pour-l-information_6105697_3236.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/09/la-commission-europeenne-veut-faire-des-livreurs-de-deliveroo-et-des-chauffeurs-d-uber-des-salaries_6105315_3234.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 14:27:51 +0100", + "pubDate": "Thu, 09 Dec 2021 11:00:07 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267259,20 +293155,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "468d3f4c649ae8922d87a60db77f9616" + "hash": "5f42e4ddf29887524bb4479f66a7e378" }, { - "title": "Variant Omicron : face au « raz-de-marée » au Royaume-Uni, la presse britannique bat le rappel", - "description": "Si les lignes éditoriales divergent, les médias britanniques ont tous fait de l’urgence de la vaccination contre le Covid-19 leur « une » après l’intervention du premier ministre, Boris Johnson, la veille.", - "content": "Une longue file d’attente s’est formée devant la pharmacie de Sevenoaks (Angleterre), dans l’espoir de recevoir une dose de rappel du vaccin contre le Covid-19, le 13 décembre 2021", + "title": "Les transports franciliens cherchent des milliards désespérément", + "description": "Il manque 1,7 milliard d’euros pour boucler les travaux d’extension du RER E vers l’ouest, tandis que l’extension de la ligne 1 vers l’est n’est toujours pas financée.", + "content": "Il manque 1,7 milliard d’euros pour boucler les travaux d’extension du RER E vers l’ouest, tandis que l’extension de la ligne 1 vers l’est n’est toujours pas financée.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/13/variant-omicron-face-au-raz-de-maree-au-royaume-uni-la-presse-britannique-bat-le-rappel_6105882_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/09/les-transports-franciliens-cherchent-des-milliards-desesperement_6105314_3234.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 16:22:09 +0100", + "pubDate": "Thu, 09 Dec 2021 10:56:18 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267280,20 +293175,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cc3dfa960f6e425067d4d907bd7ec0d6" + "hash": "6634cc6a0f8ecf066de1a0d4a7f034d1" }, { - "title": "Pêche post-Brexit : le Royaume-Uni accorde 23 licences supplémentaires aux Français, des actions prévues", - "description": "Ce nombre reste très en deçà des 104 licences que réclamait Paris ces derniers jours en menaçant d’aller au contentieux en l’absence, avant vendredi, de « geste de bonne volonté » de la part de Londres.", - "content": "Des pêcheurs français bloquent le port de Saint-Malo pour dénoncer le manque de licences accordées par le Royaume-Uni, le 26 novembre 2021.", + "title": "Covid-19 : la France interdit de danser dans les bars et restaurants pendant quatre semaines, les pharmacies autorisées à ouvrir le dimanche", + "description": "Les danses seront interdites dans ces lieux à partir de vendredi matin jusqu’au 6 janvier inclus, période durant laquelle les discothèques devront aussi fermer leurs portes dans le cadre des nouvelles mesures anti-Covid.", + "content": "Les danses seront interdites dans ces lieux à partir de vendredi matin jusqu’au 6 janvier inclus, période durant laquelle les discothèques devront aussi fermer leurs portes dans le cadre des nouvelles mesures anti-Covid.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/11/peche-post-brexit-le-royaume-uni-accorde-23-licences-supplementaires-aux-francais_6105696_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/09/covid-19-la-france-interdit-de-danser-dans-les-bars-et-restaurants-pendant-quatre-semaines-les-pharmacies-autorisees-a-ouvrir-le-dimanche_6105309_3244.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 14:26:43 +0100", + "pubDate": "Thu, 09 Dec 2021 10:39:59 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267301,20 +293195,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d8fe1ddf7e5c2fbc3adc5f295aa8a9da" + "hash": "b17402386d44becaa9dfb53405820777" }, { - "title": "Thomas Piketty : « Plus que jamais, la planète va devoir prendre en compte les multiples fractures inégalitaires qui la traversent »", - "description": "Le « Rapport sur les inégalités mondiales », publié cette semaine, rend compte de l’hyperconcentration patrimoniale par les 10 % les plus riches, mais aussi de la trop lente avancée de la lutte contre les inégalités de genre et environnementales, explique l’économiste dans sa chronique.", - "content": "Le « Rapport sur les inégalités mondiales », publié cette semaine, rend compte de l’hyperconcentration patrimoniale par les 10 % les plus riches, mais aussi de la trop lente avancée de la lutte contre les inégalités de genre et environnementales, explique l’économiste dans sa chronique.", + "title": "A Kinshasa comme à Brazzaville, la rumba dans la peau", + "description": "L’Unesco statuera dans quelques jours sur l’inscription de cette musique au Patrimoine culturel immatériel. Sur les deux rives du fleuve Congo, ses amoureux ont déjà tranché.", + "content": "L’Unesco statuera dans quelques jours sur l’inscription de cette musique au Patrimoine culturel immatériel. Sur les deux rives du fleuve Congo, ses amoureux ont déjà tranché.", "category": "", - "link": "https://www.lemonde.fr/idees/article/2021/12/11/thomas-piketty-plus-que-jamais-la-planete-va-devoir-prendre-en-compte-les-multiples-fractures-inegalitaires-qui-la-traversent_6105628_3232.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/09/a-kinshasa-comme-a-brazzaville-la-rumba-dans-la-peau_6105308_3212.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 06:00:05 +0100", + "pubDate": "Thu, 09 Dec 2021 10:33:03 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267322,20 +293215,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8ea38980d825376311fe8ab949410f8d" + "hash": "9b2fd6bd9ba370ea5f43e9cc75a6417e" }, { - "title": "Biathlon : Quentin Fillon-Maillet vainqueur en patron, doublé français à Hochfilzen", - "description": "Le biathlète français a remporté, samedi, l’épreuve de poursuite de l’étape autrichienne de la Coupe du monde, devant son compatriote Emilien Jacquelin.", - "content": "Une semaine après avoir brisé sa crosse à Ostersund (Suède), Quentin Fillon-Maillet a remporté la poursuite à Hochfilzen (Autriche).", + "title": "Laïcité : le gouvernement passe à la pratique", + "description": "Un comité interministériel, jeudi 9 décembre, devait entériner plusieurs décrets d’application de la loi contre le séparatisme et accélérer les formations à la laïcité.", + "content": "Un comité interministériel, jeudi 9 décembre, devait entériner plusieurs décrets d’application de la loi contre le séparatisme et accélérer les formations à la laïcité.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/11/biathlon-quentin-fillon-maillet-vainqueur-en-patron-double-francais-a-hochfilzen_6105693_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/09/laicite-le-gouvernement-passe-a-la-pratique_6105303_3224.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 13:52:27 +0100", + "pubDate": "Thu, 09 Dec 2021 10:27:48 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267343,20 +293235,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "410c630e737747722341f68ed87f56b1" + "hash": "695ea54b07ad95f16a89ffc734edcd89" }, { - "title": "Emmanuel Macron en visite en Hongrie chez Viktor Orban, « un adversaire politique mais un partenaire européen »", - "description": "Le président français rencontre, lundi, le premier ministre hongrois, avec qui les divergences sont nombreuses, mais susceptible d’être un allié sur des sujets comme les investissements, le nucléaire ou la défense européenne.", - "content": "Le premier ministre hongrois, Viktor Orban, le 10 décembre 2020, à Bruxelles.", + "title": "Vivendi lancera son OPA sur le groupe Lagardère dès février 2022", + "description": "Vincent Bolloré accélère la prise de contrôle du groupe sur lequel il avait annoncé une offre publique d’achat à la mi-septembre.", + "content": "Vincent Bolloré accélère la prise de contrôle du groupe sur lequel il avait annoncé une offre publique d’achat à la mi-septembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/13/emmanuel-macron-en-visite-en-hongrie-chez-viktor-orban-un-adversaire-politique-mais-un-partenaire-europeen_6105807_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/09/vivendi-lancera-son-opa-sur-le-groupe-lagardere-des-fevrier-2022_6105302_3234.html", "creator": "", - "pubDate": "Mon, 13 Dec 2021 04:39:46 +0100", + "pubDate": "Thu, 09 Dec 2021 10:17:39 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267364,20 +293255,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0db110d46f95100b3f8c556725c1a8e4" + "hash": "3ce90e7330b5dbcf2822aa2a52ff617d" }, { - "title": "Variant Omicron : un « raz-de-marée arrive » au Royaume-Uni, Boris Johnson prend une série de nouvelles mesures", - "description": "Le premier ministre britannique s’est adressé dimanche soir à la nation dans une allocution, annonçant que tous les plus de 18 ans en Angleterre pourraient recevoir une troisième de vaccin d’ici fin décembre.", - "content": "Boris Johnson, le 11 décembre à Downing Street.", + "title": "Les 27 migrants morts noyés dans la Manche fin novembre avaient bien appelé les secours", + "description": "Le 24 novembre, vingt-sept personnes ont trouvé la mort dans le naufrage de leur embarcation. Plusieurs témoignages de proches des victimes et les relevés des appels téléphoniques corroborent le fait qu’ils avaient joint les secours.", + "content": "Le 24 novembre, vingt-sept personnes ont trouvé la mort dans le naufrage de leur embarcation. Plusieurs témoignages de proches des victimes et les relevés des appels téléphoniques corroborent le fait qu’ils avaient joint les secours.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/12/face-a-la-progression-du-variant-omicron-le-niveau-d-alerte-covid-releve-au-royaume-uni_6105791_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/09/naufrage-dans-la-manche-les-migrants-avaient-bien-appele-les-secours_6105249_3224.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 20:03:08 +0100", + "pubDate": "Thu, 09 Dec 2021 02:10:20 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267385,20 +293275,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d0800aa1d3015e2bb15f3ff5a6f4d94" + "hash": "89a37dbb7d8a0c8772ae5d078f7777d4" }, { - "title": "Le G7 affiche son unité contre les régimes autoritaires", - "description": "Les ministres des affaires étrangères réunis à Liverpool visent implicitement la Chine et la Russie. Les Européens accusent Moscou de se préparer à envahir l’Ukraine.", - "content": "La Britannique Liz Truss, lors du sommet des ministres des affaires étrangères du groupe des Sept (G7), au Musée de Liverpool, en Angleterre, samedi 11 décembre 2021.", + "title": "Primaire à gauche : « Non, je ne participerai pas », répond Yannick Jadot à Anne Hidalgo", + "description": "Le candidat écologiste a rejeté jeudi la proposition de sa concurrente socialiste et d’Arnaud Montebourg, qui ont souhaité mercredi un processus de désignation d’un candidat unique de la gauche à l’élection présidentielle 2022.", + "content": "Le candidat écologiste a rejeté jeudi la proposition de sa concurrente socialiste et d’Arnaud Montebourg, qui ont souhaité mercredi un processus de désignation d’un candidat unique de la gauche à l’élection présidentielle 2022.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/11/le-g7-affiche-son-unite-contre-les-regimes-autoritaires_6105689_3210.html", + "link": "https://www.lemonde.fr/politique/live/2021/12/09/anne-hidalgo-et-arnaud-montebourg-proposent-une-primaire-a-gauche-les-reactions-en-direct_6105284_823448.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 13:02:25 +0100", + "pubDate": "Thu, 09 Dec 2021 07:47:19 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267406,20 +293295,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1402b37e50db25241b35c1e77a2bbcc6" + "hash": "4a6b6020fd95bf46391d5c70f326c151" }, { - "title": "Présidentielle : comment Valérie Pécresse va mener sa campagne", - "description": "La candidate des Républicains s’emploie à mettre son parti en ordre de bataille. Elle doit s’exprimer, samedi 11 décembre, devant les cadres et les parlementaires du mouvement, réunis à la Mutualité, à Paris.", - "content": "Valérie Pécresse, candidate des Républicains pour la présidentielle 2022, à Lille, le 10 décembre 2021.", + "title": "Nouvelle-Calédonie : le ministre des outre-mer va se rendre sur place pour le référendum", + "description": "Sébastien Lecornu se déplacera à Nouméa pour le scrutin du 12 décembre, mais les indépendantistes kanak lui opposent une fin de non-recevoir et appellent toujours au boycott.", + "content": "Sébastien Lecornu se déplacera à Nouméa pour le scrutin du 12 décembre, mais les indépendantistes kanak lui opposent une fin de non-recevoir et appellent toujours au boycott.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/11/election-presidentielle-2022-valerie-pecresse-s-emploie-a-mettre-lr-en-ordre-de-bataille_6105625_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/09/nouvelle-caledonie-le-ministre-des-outre-mer-va-se-rendre-sur-place-pour-le-referendum_6105281_823448.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 04:56:15 +0100", + "pubDate": "Thu, 09 Dec 2021 06:57:54 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267427,20 +293315,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdc978d208036220408c6a600adfaeb8" + "hash": "92faf25ccd56c4b6cfb9191488aacf91" }, { - "title": "En Inde, les agriculteurs quittent New Delhi au terme d’un an de manifestations contre la réforme agraire de Narendra Modi", - "description": "Des centaines de manifestants dansaient et célébraient leur « victoire », samedi 11 décembre, au moment de lever les barrages routiers et de démanteler leurs abris de fortune sur de grandes autoroutes.", - "content": "Des agriculteurs indiens dansent et célèbrent leur lutte victorieuse, près de New Delhi (Inde), le 11 décembre 2021.", + "title": "Ouïgours : les Etats-Unis limitent les importations de produits fabriqués au Xinjiang", + "description": "La Chambre des représentants a adopté un texte de loi demandant aux entreprises de prouver que les biens venus de cette région de Chine ne sont pas issus du travail forcé de la minorité ouïgoure.", + "content": "La Chambre des représentants a adopté un texte de loi demandant aux entreprises de prouver que les biens venus de cette région de Chine ne sont pas issus du travail forcé de la minorité ouïgoure.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/11/en-inde-les-agriculteurs-quittent-new-delhi-au-terme-d-un-an-de-manifestations-contre-la-reforme-agraire-de-narendra-modi_6105682_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/09/les-etats-unis-limitent-les-importations-de-produits-fabriques-au-xinjiang_6105280_3210.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 11:34:04 +0100", + "pubDate": "Thu, 09 Dec 2021 06:45:22 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267448,20 +293335,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb6687781811ba9f51eb0c43cc9a21fa" + "hash": "b3840941b8b3f97938ebc65b4d226aec" }, { - "title": "Solide malgré la crise du Covid, la Compagnie des Alpes affiche un appétit qui se veut plus raisonné", - "description": "Bien aidé par l’Etat, son premier actionnaire, le spécialiste des domaines skiables et parcs de loisirs ne sort pas si affaibli du Covid-19 et garde ses ambitions intactes… hormis pour l’international.", - "content": "Parc Asterix resort characters pose in front of the entrance of the Euro Disney park on April 12, 2012 in Marne-La-Vallee outside Paris, to celebrate the 20th anniversary of the resort. AFP PHOTO PIERRE VERDY (Photo by PIERRE VERDY / AFP)", + "title": "Métropole Aix-Marseille-Provence : les députés adoptent la réforme de la gouvernance voulue par Emmanuel Macron", + "description": "Elle va entraîner un transfert de certaines compétences vers les municipalités. Cette collectivité géante rassemble 92 communes et 1,8 million d’habitants.", + "content": "Elle va entraîner un transfert de certaines compétences vers les municipalités. Cette collectivité géante rassemble 92 communes et 1,8 million d’habitants.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/11/solide-malgre-la-crise-du-covid-la-compagnie-des-alpes-affiche-un-appetit-qui-se-veut-plus-raisonne_6105673_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/09/metropole-aix-marseille-provence-les-deputes-adoptent-la-reforme-de-la-gouvernance-voulue-par-emmanuel-macron_6105279_823448.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:35:43 +0100", + "pubDate": "Thu, 09 Dec 2021 06:17:53 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267469,20 +293355,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7105ab784c99f17518c492207368d5b" + "hash": "e80f3f276e942f86964b8710df8225cb" }, { - "title": "Mort d’Edouard Crépey, adjoint au secrétariat général du gouvernement", - "description": "Haut fonctionnaire, conseiller d’Etat, il avait travaillé au cabinet de Nicolas Sarkozy à l’Elysée, notamment sur la réforme constitutionnelle de 2008. Il avait rejoint le secrétariat général du gouvernement en 2019. Il est décédé le 28 novembre, à l’âge de 45 ans.", - "content": "Edouard Crepey, à Paris, le 19 janvier 2012.", + "title": "L’Europe au cœur de la future campagne d’Emmanuel Macron", + "description": "Le chef de l’Etat qui donnera une conférence de presse sur ce sujet jeudi, entend utiliser sa position pro-européenne comme un instrument de clivage politique dans la course à la présidentielle 2022.", + "content": "Le chef de l’Etat qui donnera une conférence de presse sur ce sujet jeudi, entend utiliser sa position pro-européenne comme un instrument de clivage politique dans la course à la présidentielle 2022.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/11/mort-d-edouard-crepey-adjoint-au-secretariat-general-du-gouvernement_6105672_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/09/emmanuel-macron-veut-mettre-l-europe-au-c-ur-de-sa-future-campagne_6105273_823448.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:33:22 +0100", + "pubDate": "Thu, 09 Dec 2021 06:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267490,20 +293375,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "372f06731637ac775d8348f4d3bb901e" + "hash": "f9d6274ef61f774766b94336eea92d74" }, { - "title": "Dette de Corsica Ferries : l’Etat octroie 50 millions d’euros à la Corse", - "description": "Cette mesure, votée dans le projet de loi de finances 2022, est une reconnaissance implicite de la responsabilité de l’Etat dans ce dossier.", - "content": "Un ferry de la compagnie « Corsica ferries » amarré dans la rade de Toulon, le 5 janvier 2021 à Toulon.", + "title": "Présidentielle 2022 : le jour où Anne Hidalgo a décidé de « prendre son risque » en proposant une primaire à gauche", + "description": "Au terme d’une journée à rebondissements, la maire de Paris, en difficulté dans sa campagne, a appelé à l’organisation d’un scrutin avec les autres candidats, espérant un « électrochoc ». La proposition a été accueillie fraîchement, sauf par Arnaud Montebourg.", + "content": "Au terme d’une journée à rebondissements, la maire de Paris, en difficulté dans sa campagne, a appelé à l’organisation d’un scrutin avec les autres candidats, espérant un « électrochoc ». La proposition a été accueillie fraîchement, sauf par Arnaud Montebourg.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/11/dette-de-corsica-ferries-l-etat-octroie-50-millions-d-euros-a-la-corse_6105665_823448.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/09/presidentielle-2022-anne-hidalgo-joue-son-va-tout-en-proposant-une-primaire-a-gauche_6105269_6059010.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 10:03:46 +0100", + "pubDate": "Thu, 09 Dec 2021 05:42:20 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267511,20 +293395,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "681c3769f262d468440173acc6026637" + "hash": "d76c97e9b43f26935af48e361e276bfc" }, { - "title": "Loi « 3DS » : les incompréhensions se multiplient entre les oppositions et les députés de la majorité", - "description": "Considérant que les députés ont détricoté leurs propositions, les sénateurs attendent désormais « des gages très forts » sur ce texte-fleuve visant à fluidifier les relations entre l’Etat et les collectivités.", - "content": "La ministre de la cohésion des territoires, Jacqueline Gourault, lors d’une séance de questions au gouvernement à l’Assemblée nationale, à Paris, le 20 juillet 2021.", + "title": "A Hongkong, le magnat de la presse Jimmy Lai condamné pour avoir commémoré la répression de la place Tiananmen", + "description": "Il avait participé à une manifestation en 2020. Deux autres militants prodémocratie ont été, comme lui, reconnus coupables de rassemblement illégal.", + "content": "Il avait participé à une manifestation en 2020. Deux autres militants prodémocratie ont été, comme lui, reconnus coupables de rassemblement illégal.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/11/loi-3ds-les-incomprehensions-se-multiplient-entre-les-oppositions-et-les-deputes-de-la-majorite_6105660_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/09/a-hongkong-le-magnat-de-la-presse-jimmy-lai-condamne-pour-avoir-commemore-la-repression-de-la-place-tiananmen_6105261_3210.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 09:57:20 +0100", + "pubDate": "Thu, 09 Dec 2021 04:43:09 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267532,20 +293415,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6ae2402a7d38721a8925060dc02b245" + "hash": "ca8dad5fe94717a633c37da4d179ef4e" }, { - "title": "La Cour de cassation examine le pourvoi d’Eric Dupond-Moretti, mis en examen pour « prise illégale d’intérêts »", - "description": "Le garde des sceaux conteste le refus de la Cour de justice de la République d’auditionner en qualité de témoin le procureur général près la Cour de cassation, François Molins. L’arrêt sera rendu le 21 décembre.", - "content": "Le garde des sceaux conteste le refus de la Cour de justice de la République d’auditionner en qualité de témoin le procureur général près la Cour de cassation, François Molins. L’arrêt sera rendu le 21 décembre.", + "title": "Crise aux Antilles : près de 150 enquêtes ouvertes en Martinique", + "description": "Selon le parquet, les investigations font suite aux violences, parfois accompagnées de pillages, commises sur l’île en marge des blocages menés depuis le 22 novembre.", + "content": "Selon le parquet, les investigations font suite aux violences, parfois accompagnées de pillages, commises sur l’île en marge des blocages menés depuis le 22 novembre.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/11/la-cour-de-cassation-examine-le-pourvoi-de-dupond-moretti-mis-en-examen-pour-prise-illegale-d-interets_6105655_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/09/crise-aux-antilles-pres-de-150-enquetes-ouvertes-en-martinique_6105259_3224.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 09:39:18 +0100", + "pubDate": "Thu, 09 Dec 2021 03:56:19 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267553,20 +293435,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "13ed3267203e3eb502255deb94172e6b" + "hash": "0c54038cc924b1f2d6cdb6426feaecb5" }, { - "title": "Au Royaume-Uni, la fête de trop de Boris Johnson", - "description": "Cerné par les affaires, le premier ministre britannique est au cœur d’un nouveau scandale sur la célébration de Noël en 2020 au 10 Downing Street, en pleine pandémie. Sa popularité est en chute libre et dans son propre camp, son départ n’est plus tabou.", - "content": "Le premier ministre britannique, Boris Johnson, le 8 décembre 2021, à Londres.", + "title": "Covid-19 : le dépistage actuel à l’école primaire ne permet pas de casser les chaînes de transmission", + "description": "Une modélisation de l’Inserm révèle l’importance de la circulation du variant Delta à l’école. Si la stratégie de dépistage déployée aujourd’hui ne peut stopper la propagation du virus, un autre protocole serait plus performant. Par ailleurs, la vaccination de la moitié des 5-11 ans ferait chuter de 75 % le nombre d’infections.", + "content": "Une modélisation de l’Inserm révèle l’importance de la circulation du variant Delta à l’école. Si la stratégie de dépistage déployée aujourd’hui ne peut stopper la propagation du virus, un autre protocole serait plus performant. Par ailleurs, la vaccination de la moitié des 5-11 ans ferait chuter de 75 % le nombre d’infections.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/11/au-royaume-uni-la-fete-de-trop-de-boris-johnson_6105617_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/09/covid-19-le-depistage-actuel-a-l-ecole-primaire-ne-permet-pas-de-casser-les-chaines-de-transmission_6105258_3244.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 02:23:35 +0100", + "pubDate": "Thu, 09 Dec 2021 03:47:56 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267574,20 +293455,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2a08e36cec781574703b5e67347b5e51" + "hash": "620c1e79b92a7a4526941a2660715c07" }, { - "title": "Au Bénin, la figure de l’opposition Reckya Madougou condamnée à vingt ans de prison", - "description": "L’ancienne garde des sceaux a été reconnue coupable de « complicité d’actes terroristes » par la Cour de répression des infractions économiques et du terrorisme. Mis en place par le pouvoir en 2018, ce tribunal spécial est accusé par ses détracteurs de servir d’instrument juridique du pouvoir pour museler l’opposition.", - "content": "Des soutiens de l’opposante Reckya Madougou, à Porto-Novo (Bénin), le 10 décembre 2021.", + "title": "Ukraine : Joe Biden menace la Russie de sanctions économiques comme elle « n’en a jamais vu »", + "description": "S’il a exclu une intervention militaire de l’OTAN, le président américain a brandi, mercredi, la menace de sanctions économiques très dures contre Moscou et réaffirmé qu’il allait envoyer des armes à Kiev.", + "content": "S’il a exclu une intervention militaire de l’OTAN, le président américain a brandi, mercredi, la menace de sanctions économiques très dures contre Moscou et réaffirmé qu’il allait envoyer des armes à Kiev.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/11/au-benin-la-figure-de-l-opposition-reckya-madougou-condamnee-a-vingt-ans-de-prison_6105646_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/09/ukraine-joe-biden-menace-la-russie-de-sanctions-economiques-comme-elle-n-en-a-jamais-vu_6105256_3210.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 08:29:06 +0100", + "pubDate": "Thu, 09 Dec 2021 03:13:50 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267595,20 +293475,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf2a7ed277677a070fc8061fb47d03d1" + "hash": "77f836455c295a14a9a83139085ea89d" }, { - "title": "Inondations : premières opérations de nettoyage dans le Sud-Ouest, décrue en cours", - "description": "Météo-France a levé l’alerte rouge dans les deux départements du Sud-Ouest touchés depuis jeudi par de fortes crues provoquées par des pluies abondantes.", - "content": "A Bayonne, le 11 décembre 2021, des employés de la mairie nettoient les bords de la Nive, après les inondations.", + "title": "Ligue des champions : convaincant, Lille s’invite au banquet européen", + "description": "Large vainqueur dans le froid de Wolfsburg (3-1) et premier de son groupe, le LOSC se hisse en huitièmes de finale de la compétition pour la deuxième fois de son histoire.", + "content": "Large vainqueur dans le froid de Wolfsburg (3-1) et premier de son groupe, le LOSC se hisse en huitièmes de finale de la compétition pour la deuxième fois de son histoire.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/11/inondations-les-landes-et-les-pyrenees-atlantiques-redescendent-en-vigilance-orange_6105641_3244.html", + "link": "https://www.lemonde.fr/football/article/2021/12/09/ligue-des-champions-convaincant-lille-s-invite-au-banquet-europeen_6105254_1616938.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 07:00:38 +0100", + "pubDate": "Thu, 09 Dec 2021 02:56:25 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267616,20 +293495,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd0554894feb9b1777de4d85ba487e83" + "hash": "a292c7f21ba94eaff2e89b0a9217cd8b" }, { - "title": "La démocratie américaine « est devenue une arme de destruction massive » : Pékin charge sévèrement Washington", - "description": "La Chine a été laissée à l’écart du sommet virtuel pour la démocratie organisé par Joe Biden, et a vertement accusé le président américain, dans un communiqué, d’attiser les divisions idéologiques héritées de la guerre froide.", - "content": "La Chine a été laissée à l’écart du sommet virtuel pour la démocratie organisé par Joe Biden, et a vertement accusé le président américain, dans un communiqué, d’attiser les divisions idéologiques héritées de la guerre froide.", + "title": "Etats généraux de la justice : « Le sujet des moyens est évidemment sur la table »", + "description": "Jean-Marc Sauvé, président du comité indépendant des Etats généraux de la justice, assure que l’exercice n’est ni « balisé » ni « prédéterminé » et qu’il devra prendre en compte le « mal-être » exprimé par les magistrats.", + "content": "Jean-Marc Sauvé, président du comité indépendant des Etats généraux de la justice, assure que l’exercice n’est ni « balisé » ni « prédéterminé » et qu’il devra prendre en compte le « mal-être » exprimé par les magistrats.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/11/la-democratie-americaine-est-devenue-une-arme-de-destruction-massive-pekin-charge-severement-washington_6105634_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/09/etats-generaux-de-la-justice-le-sujet-des-moyens-est-evidemment-sur-la-table_6105253_3224.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 06:26:25 +0100", + "pubDate": "Thu, 09 Dec 2021 02:50:33 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267637,20 +293515,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "fbc844b8e75ef0df18e66a85360ca9bd" + "hash": "602a6cc0cb5398721e826008f8ba1006" }, { - "title": "Le Sénégal rétablit la fonction de premier ministre", - "description": "La nomination du futur chef de gouvernement, dont la fonction avait disparu en 2019, interviendra après les élections locales de janvier.", - "content": "Le président sénégalais, Macky Sall, à Paris, le 11 novembre 2021.", + "title": "A Vichy, Emmanuel Macron mène campagne sans le dire contre Eric Zemmour", + "description": "Le chef de l’Etat s’est rendu dans la cité thermale mercredi, une première pour un président de la République depuis le général de Gaulle, en 1959. Il était accompagné de Serge et Beate Klarsfeld.", + "content": "Le chef de l’Etat s’est rendu dans la cité thermale mercredi, une première pour un président de la République depuis le général de Gaulle, en 1959. Il était accompagné de Serge et Beate Klarsfeld.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/11/le-senegal-retablit-le-poste-de-premier-ministre_6105627_3212.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/09/a-vichy-emmanuel-macron-mene-campagne-sans-le-dire-contre-eric-zemmour_6105251_6059010.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 05:32:59 +0100", + "pubDate": "Thu, 09 Dec 2021 02:30:24 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267658,20 +293535,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "75a2c13b6c6be3ebd73fe9e75c4c03ce" + "hash": "8fd7947d906ef0949376004b63f6b209" }, { - "title": "Mort de Michael Nesmith, membre des Monkees, groupe de rock américain à succès des années 1960", - "description": "Le groupe californien est considéré comme le premier boys band de l’histoire, monté de toutes pièces pour une émission de télévision, en pleine Beatlemania.", - "content": "Michael Nesmith, le 5 novembre 2021, à Rosemont (Illinois).", + "title": "A Madagascar, l’assassinat d’un travailleur humanitaire révèle la tragique situation du sud", + "description": "La région, qui subit la pire sécheresse depuis quarante ans, compte 1,3 million de personnes ayant besoin d’assistance alimentaire.", + "content": "La région, qui subit la pire sécheresse depuis quarante ans, compte 1,3 million de personnes ayant besoin d’assistance alimentaire.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/11/mort-de-michael-nesmith-membre-des-monkees-groupe-de-rock-americain-a-succes-des-annees-1960_6105622_3382.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/09/a-madagascar-l-assassinat-d-un-travailleur-humanitaire-revele-la-tragique-situation-du-sud_6105399_3212.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 04:36:32 +0100", + "pubDate": "Thu, 09 Dec 2021 20:33:32 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267679,20 +293555,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "47ccbfe84d4bad86ec806e09a6954b99" + "hash": "84e783d29bbc4210dcaf37a12530077a" }, { - "title": "Vente de frégates françaises à la Grèce : l’offre américaine est caduque car le contrat est signé, affirme Paris", - "description": "Vendredi, Washington avait donné son autorisation à une possible vente à la Grèce de quatre frégates. Une tentative de concurrencer la France, qui avait conclu en septembre un accord préalable de vente de trois navires à la marine grecque.", - "content": "Vendredi, Washington avait donné son autorisation à une possible vente à la Grèce de quatre frégates. Une tentative de concurrencer la France, qui avait conclu en septembre un accord préalable de vente de trois navires à la marine grecque.", + "title": "Pierre Ménès, ex-chroniqueur de Canal+, placé en garde à vue du chef d’agression sexuelle", + "description": "L’ex-chroniqueur vedette de la chaîne cryptée, qu’il a quittée au début de juillet, est entendu depuis jeudi matin à la demande du parquet.", + "content": "L’ex-chroniqueur vedette de la chaîne cryptée, qu’il a quittée au début de juillet, est entendu depuis jeudi matin à la demande du parquet.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/11/apres-l-affaire-des-sous-marins-australiens-les-etats-unis-reviennent-concurrencer-la-france-dans-le-domaine-des-fregates_6105620_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/09/l-ex-chroniqueur-de-canal-pierre-menes-accuse-d-agression-sexuelle-est-place-en-garde-a-vue_6105345_3224.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 03:41:10 +0100", + "pubDate": "Thu, 09 Dec 2021 13:20:34 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267700,20 +293575,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b7dc1ef9144075f8a6a08049435ee423" + "hash": "dfc04a193abefe0571191725bde0a778" }, { - "title": "Perpétuité pour les meurtriers de Rudy, abattu à 15 ans dans un règlement de comptes à Marseille", - "description": "L’adolescent avait été tué en novembre 2016 selon les codes du narcobanditisme, sur la base d’une simple rumeur. Les deux hommes condamnés, qui clament leur innocence, ont annoncé leur intention de faire appel.", - "content": "L’adolescent avait été tué en novembre 2016 selon les codes du narcobanditisme, sur la base d’une simple rumeur. Les deux hommes condamnés, qui clament leur innocence, ont annoncé leur intention de faire appel.", + "title": "A Alger, Jean-Yves Le Drian amorce la réconciliation franco-algérienne", + "description": "Le ministre français des affaires étrangères a rencontré, mercredi, le président algérien. Cette visite vise à « apaiser » une relation en crise depuis deux mois.", + "content": "Le ministre français des affaires étrangères a rencontré, mercredi, le président algérien. Cette visite vise à « apaiser » une relation en crise depuis deux mois.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/11/perpetuite-pour-les-meurtriers-de-rudy-abattu-a-15-ans-dans-un-reglement-de-comptes-a-marseille_6105619_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/09/a-alger-jean-yves-le-drian-amorce-la-reconciliation-franco-algerienne_6105250_3210.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 03:21:29 +0100", + "pubDate": "Thu, 09 Dec 2021 02:14:09 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267721,20 +293595,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce7a3418f9ee6c678bd1ea15c34000c9" + "hash": "7720d919634bf47c2a9f7fd25b0d7fe1" }, { - "title": "Lassina Zerbo nommé premier ministre du Burkina Faso", - "description": "Cet ancien responsable au sein des Nations unies succède à Christophe Joseph Dabiré, qui a démissionné mercredi, impuissant face au fléau des attaques djihadistes dans le pays.", - "content": "Cet ancien responsable au sein des Nations unies succède à Christophe Joseph Dabiré, qui a démissionné mercredi, impuissant face au fléau des attaques djihadistes dans le pays.", + "title": "Burkina Faso : impuissant face aux attaques djihadistes, le gouvernement démissionne", + "description": "Le premier ministre, Christophe Joseph Dabiré, a remis sa démission après plusieurs jours de manifestations dans le pays. La population dénonçait l’incapacité des autorités à lutter contre le djihadisme.", + "content": "Le premier ministre, Christophe Joseph Dabiré, a remis sa démission après plusieurs jours de manifestations dans le pays. La population dénonçait l’incapacité des autorités à lutter contre le djihadisme.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/11/lassina-zerbo-nomme-premier-ministre-du-burkina-faso_6105610_3212.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/09/burkina-faso-impuissants-face-aux-attaques-djihadistes-le-gouvernement-demissionne_6105246_3212.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 00:21:18 +0100", + "pubDate": "Thu, 09 Dec 2021 00:54:37 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267742,41 +293615,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "0911dc1e818ccaa9aa8bfb3fa84e3e7a" + "hash": "e9fae6b68f505e6d336cecaa73e77081" }, { - "title": "Les deux départements attendent la décrue de rivières et de torrents sortis de leur lit depuis jeudi. Aucune victime n’est à déplorer en France, mais une femme est morte en Espagne.", - "description": "Les deux départements attendent la décrue de rivières et de torrents sortis de leur lit depuis jeudi car gonflés par des pluies abondantes et la fonte d’une partie du manteau neigeux dans les Pyrénées. Aucune victime n’est à déplorer en France, mais une femme est morte en Espagne.", - "content": "Les deux départements attendent la décrue de rivières et de torrents sortis de leur lit depuis jeudi car gonflés par des pluies abondantes et la fonte d’une partie du manteau neigeux dans les Pyrénées. Aucune victime n’est à déplorer en France, mais une femme est morte en Espagne.", + "title": "Interrogée mercredi sur TF1, la candidate du PS dit avoir « pris acte » de la faiblesse et de l’éparpillement de l’offre à gauche. LFI, EELV et le PC lui ont aussitôt opposé un net refus.", + "description": "Interrogée mercredi sur TF1, la candidate du PS dit avoir « pris acte » de la faiblesse et de l’éparpillement de l’offre à gauche. LFI, EELV et le PC lui ont aussitôt opposé un net refus.", + "content": "Interrogée mercredi sur TF1, la candidate du PS dit avoir « pris acte » de la faiblesse et de l’éparpillement de l’offre à gauche. LFI, EELV et le PC lui ont aussitôt opposé un net refus.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/10/pyrenees-atlantiques-debordements-et-glissements-de-terrain-apres-des-pluies-intenses_6105487_3244.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/08/arnaud-montebourg-pret-a-offrir-sa-candidature-a-un-projet-et-candidat-commun-pour-l-election-presidentielle_6105215_6059010.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 11:27:07 +0100", + "pubDate": "Wed, 08 Dec 2021 18:28:43 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7cdddd8d276071b86b119ddd8c458216" + "hash": "f21c97d8ea027661b4277767ea9ff4be" }, { - "title": "Plus de deux cents migrants mis à l’abri après l’évacuation d’un tunnel parisien", - "description": "Les personnes vont « bénéficier d’une évaluation de leur situation administrative, d’un accompagnement social, sanitaire et administratif avant d’être réorientées vers des hébergements adaptés à leur situation », a précisé la préfecture.", - "content": "Les personnes vont « bénéficier d’une évaluation de leur situation administrative, d’un accompagnement social, sanitaire et administratif avant d’être réorientées vers des hébergements adaptés à leur situation », a précisé la préfecture.", + "title": "A Paris, l’action contre le crack bloquée par les désaccords politiques", + "description": "La mobilisation des pouvoirs publics « s’est relâchée », selon la Cour des comptes, qui a rendu public un « audit flash » mercredi 8 décembre. « Tout est au point mort », dénoncent les professionnels de la lutte contre la toxicomanie.", + "content": "La mobilisation des pouvoirs publics « s’est relâchée », selon la Cour des comptes, qui a rendu public un « audit flash » mercredi 8 décembre. « Tout est au point mort », dénoncent les professionnels de la lutte contre la toxicomanie.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/10/plus-de-deux-cents-migrants-mis-a-l-abri-apres-l-evacuation-d-un-tunnel-parisien_6105609_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/08/a-paris-l-action-contre-le-crack-bloquee-par-les-desaccords-politiques_6105240_823448.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 23:02:30 +0100", + "pubDate": "Wed, 08 Dec 2021 23:30:11 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267784,20 +293655,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "1c97a04fa641be356c0e7837c6bb1406" + "hash": "7983463344b792e376bc9b3d36fcb6b7" }, { - "title": "Patrick Poivre d’Arvor visé par deux nouvelles plaintes, pour viol et agression sexuelle", - "description": "Les plaignantes dénoncent des faits prescrits, mais « déposent plainte par solidarité avec les autres » ayant témoigné contre le présentateur « pour ne pas laisser dire que ce sont “des menteuses” », a expliqué leur avocate.", - "content": "Les plaignantes dénoncent des faits prescrits, mais « déposent plainte par solidarité avec les autres » ayant témoigné contre le présentateur « pour ne pas laisser dire que ce sont “des menteuses” », a expliqué leur avocate.", + "title": "Jet de bouteille sur Payet : Lyon perd un point, le match contre l’OM sera rejoué à huis clos", + "description": "La commission de discipline de la Ligue de football professionnel a reconnu la responsabilité du club lyonnais dans les incidents du match contre Marseille lors duquel Dimitri Payet avait été touché par une bouteille d’eau lancée par un supporteur.", + "content": "La commission de discipline de la Ligue de football professionnel a reconnu la responsabilité du club lyonnais dans les incidents du match contre Marseille lors duquel Dimitri Payet avait été touché par une bouteille d’eau lancée par un supporteur.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/10/patrick-poivre-d-arvor-vise-par-deux-nouvelles-plaintes-pour-viol-et-agression-sexuelle_6105608_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/08/jet-de-bouteille-sur-payet-lyon-perd-un-point-le-match-contre-l-om-sera-rejoue-a-huis-clos_6105239_3242.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 21:49:41 +0100", + "pubDate": "Wed, 08 Dec 2021 23:04:30 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267805,20 +293675,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3ce47e44c59764937c9eb3f512fab69" + "hash": "a0844c35f4c62082e9805984b9b0b8b8" }, { - "title": "Covid-19 : le plan blanc activé dans l’ensemble des Hauts-de-France, en Normandie et dans une partie de la Bretagne", - "description": "Ce dispositif permet notamment de déprogrammer des opérations et de réaffecter du personnel aux services de soins critiques.", - "content": "Ce dispositif permet notamment de déprogrammer des opérations et de réaffecter du personnel aux services de soins critiques.", + "title": "L’agresseur présumé d’Eric Zemmour mis en examen pour « violences volontaires »", + "description": "Le mis en cause est accusé d’avoir légèrement blessé au poignet le candidat d’extrême droite à la présidentielle en l’agrippant avant son entrée en scène, lors de son meeting dimanche à Villepinte.", + "content": "Le mis en cause est accusé d’avoir légèrement blessé au poignet le candidat d’extrême droite à la présidentielle en l’agrippant avant son entrée en scène, lors de son meeting dimanche à Villepinte.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/10/covid-19-le-plan-blanc-active-dans-l-ensemble-des-hauts-de-france-en-normandie-et-dans-une-partie-de-la-bretagne_6105607_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/08/l-agresseur-presume-d-eric-zemmour-mis-en-examen-pour-violences-volontaires_6105238_3224.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 21:36:42 +0100", + "pubDate": "Wed, 08 Dec 2021 23:01:57 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267826,41 +293695,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ee4e45abdcde8ca24a2d2f48cc30fd1" + "hash": "ae01d05e1b29217d12fb485fd9184e1d" }, { - "title": "Le directeur du journal d’extrême droite « Rivarol » à nouveau condamné pour négationnisme", - "description": "Jérôme Bourbon a été condamné une quinzaine de fois, en particulier pour provocation à la haine, contestation de crime contre l’humanité et injure raciste.", - "content": "Jérôme Bourbon a été condamné une quinzaine de fois, en particulier pour provocation à la haine, contestation de crime contre l’humanité et injure raciste.", + "title": "Ligue des champions : Lille qualifié pour les huitièmes de finale grâce à sa victoire contre Wolfsburg", + "description": "Les Lillois ont largement dominé les Allemands et l’ont emporté par 3 buts à 1. Premier de sa poule, le LOSC sera tête de série pour la suite de la compétition", + "content": "Les Lillois ont largement dominé les Allemands et l’ont emporté par 3 buts à 1. Premier de sa poule, le LOSC sera tête de série pour la suite de la compétition", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/10/le-directeur-du-journal-d-extreme-droite-rivarol-a-nouveau-condamne-pour-negationnisme_6105606_3224.html", + "link": "https://www.lemonde.fr/football/live/2021/12/08/wolfsburg-lille-en-direct-le-losc-joue-sa-qualification-pour-les-huitiemes-de-finale_6105221_1616938.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 21:15:11 +0100", + "pubDate": "Wed, 08 Dec 2021 19:00:16 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b961ceaaea64c9c5327d709469015df0" + "hash": "8e0f38a0ff1cbf6a92a11ff4760d29d1" }, { - "title": "« Nous voulons retrouver nos familles tant qu’il est encore temps » : partout dans le monde, les enfants adoptés illégalement demandent justice", - "description": "Dernier épisode de notre série sur les filières de l’adoption internationale. En Europe, aux Etats-Unis et ailleurs, les personnes adoptées à l’étranger ces dernières décennies luttent pour remonter le fil de leur histoire. Longtemps indifférents, certains pays doivent s’adapter et reconnaître leurs négligences passées.", - "content": "Dernier épisode de notre série sur les filières de l’adoption internationale. En Europe, aux Etats-Unis et ailleurs, les personnes adoptées à l’étranger ces dernières décennies luttent pour remonter le fil de leur histoire. Longtemps indifférents, certains pays doivent s’adapter et reconnaître leurs négligences passées.", + "title": "Instagram « peut aider » les jeunes en difficulté, plaide son patron devant les parlementaires américains, pas convaincus", + "description": "A la veille de l’audition, Instagram a annoncé une série de mesures censées renforcer la protection de ses plus jeunes utilisateurs. Ses annonces ont été accueillies avec méfiance par les élus.", + "content": "A la veille de l’audition, Instagram a annoncé une série de mesures censées renforcer la protection de ses plus jeunes utilisateurs. Ses annonces ont été accueillies avec méfiance par les élus.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/nous-voulons-retrouver-nos-familles-tant-qu-il-est-encore-temps-partout-dans-le-monde-les-enfants-adoptes-illegalement-demandent-justice_6105434_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/08/instagram-peut-aider-les-jeunes-en-difficulte-plaide-son-patron-devant-les-parlementaires-americains-pas-convaincus_6105236_4408996.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 05:27:11 +0100", + "pubDate": "Wed, 08 Dec 2021 22:46:22 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267868,20 +293735,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd8c83daf325e35b0052e02041b4c69b" + "hash": "5421e08d96bc88a65f4038a41415a98f" }, { - "title": "Ligue 1 : Paris et Mbappé cliniques, Bamba Dieng acrobatique, Nantes euphorique", - "description": "Ce qu’il faut retenir de la 18e journée de Ligue 1, disputée ce week-end.", - "content": "Bamba Dieng a ouvert la marque face à Strasbourg d’un splendide retourné acrobatique.", + "title": "La spectatrice responsable de la chute de cyclistes sur le Tour de France a été condamnée à 1 200 euros d’amende", + "description": "Lors de la première étape du Tour 2021, elle avait agité une pancarte en tournant le dos au sens de la course et avait été percutée par le peloton, provoquant la chute de nombreux coureurs.", + "content": "Lors de la première étape du Tour 2021, elle avait agité une pancarte en tournant le dos au sens de la course et avait été percutée par le peloton, provoquant la chute de nombreux coureurs.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/12/ligue-1-paris-et-mbappe-cliniques-bamba-dieng-acrobatique-nantes-euphorique_6105794_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/09/chute-sur-le-tour-de-france-la-spectatrice-a-la-pancarte-condamnee-a-1-200-euros-d-amende_6105351_3224.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 23:00:12 +0100", + "pubDate": "Thu, 09 Dec 2021 14:19:02 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267889,20 +293755,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9967e07c52f1d616fceaaafec76ccfb0" + "hash": "47ebda7af5d3488765027e3f61df056c" }, { - "title": "Le rappeur Ninho à l’AccorHotels Arena de Paris : entre brio et impréparation", - "description": "Après deux reports liés à la crise sanitaire, le rappeur francilien s’est produit samedi 11 décembre dans la salle parisienne. Un concert avec de nombreux invités surprises.", - "content": "Ninho en concert à l’AccorHotels Arena, à Paris, le 11 décembre 2021.", + "title": "Pierre Ménès, ex-chroniqueur de Canal+, est placé en garde à vue du chef d’agression sexuelle", + "description": "L’ex-chroniqueur vedette de la chaîne cryptée, qu’il a quittée au début de juillet, est entendu depuis jeudi matin à la demande du parquet.", + "content": "L’ex-chroniqueur vedette de la chaîne cryptée, qu’il a quittée au début de juillet, est entendu depuis jeudi matin à la demande du parquet.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/12/le-rappeur-ninho-a-l-accorhotels-arena-de-paris-entre-brio-et-impreparation_6105785_3246.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/09/l-ex-chroniqueur-de-canal-pierre-menes-accuse-d-agression-sexuelle-est-place-en-garde-a-vue_6105345_3224.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 19:03:13 +0100", + "pubDate": "Thu, 09 Dec 2021 13:20:34 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267910,20 +293775,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c43ea463884af81e4a8c7a628cbcba0e" + "hash": "db4ce51241e4c2d9e01c8136567c468d" }, { - "title": "Max Verstappen, nouveau roi de la formule 1", - "description": "Dimanche 12 décembre, le pilote néerlandais de 24 ans a détrôné le septuple champion du monde, le Britannique Lewis Hamilton, lors du dernier tour du dernier Grand Prix de la saison à Abou Dhabi.", - "content": "Max Verstappen brandit le drapeau néerlandais sur le podium à Abou Dhabi.", + "title": "Covid-19 : le variant Omicron peut contourner les défenses vaccinales", + "description": "Les premières données expérimentales, dont celles du pionnier des vaccins à ARN messager BioNTech, montrent que deux doses devraient être insuffisantes pour contrer l’infection. Les résultats sont plus encourageants avec trois doses.", + "content": "Les premières données expérimentales, dont celles du pionnier des vaccins à ARN messager BioNTech, montrent que deux doses devraient être insuffisantes pour contrer l’infection. Les résultats sont plus encourageants avec trois doses.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/12/max-verstappen-nouveau-roi-de-la-formule-1_6105777_3242.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/09/covid-19-le-variant-omicron-peut-contourner-les-defenses-vaccinales_6105340_3244.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 17:57:56 +0100", + "pubDate": "Thu, 09 Dec 2021 13:04:28 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267931,20 +293795,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f2a7bbd89dc0658b508d9d650b6c79c" + "hash": "327d6ae0f7682cd03720309853357b30" }, { - "title": "Un professeur d’un lycée d’Angers renvoyé en correctionnelle pour « discrimination raciale ou religieuse »", - "description": "Cet enseignant d’un lycée professionnel privé catholique, également maire LR d’une commune de Maine-et-Loire, aurait « invité » les élèves musulmans à changer de religion. Il plaide le second degré et estime avoir été mal compris.", - "content": "Paris, France le 2 novembre 2020 - Au college Gustave Flaubert dans le 13e arrondissement de Paris. Ici, le carnet de correspondance d un eleve est ouvert a la page de la charte de laicite a l ecole.", + "title": "Yannick Jadot et Fabien Roussel rejettent la primaire à gauche proposée par Anne Hidalgo", + "description": "Les candidats écologiste et communiste à l’élection présidentielle ont opposé une fin de non-recevoir, jeudi, à la proposition de la maire de Paris, y voyant « un tour de passe-passe ».", + "content": "Les candidats écologiste et communiste à l’élection présidentielle ont opposé une fin de non-recevoir, jeudi, à la proposition de la maire de Paris, y voyant « un tour de passe-passe ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/10/un-professeur-d-un-lycee-d-angers-renvoye-en-correctionnelle-pour-discrimination-raciale-ou-religieuse_6105602_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/09/yannick-jadot-et-fabien-roussel-rejettent-la-primaire-a-gauche-proposee-par-anne-hidalgo_6105305_6059010.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 20:25:27 +0100", + "pubDate": "Thu, 09 Dec 2021 10:31:05 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267952,20 +293815,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d417c6821220b40867f1526c6b0aaad" + "hash": "1830a9e8677bd9bacbdad62ebee78e38" }, { - "title": "Gaspillage : à partir du 1er janvier, les invendus non alimentaires ne pourront plus être détruits", - "description": "Les produits électriques et électroniques, les piles, textiles, meubles, cartouches d’encre ainsi que les produits d’hygiène et de puériculture sont notamment concernés par la mesure.", - "content": "Les produits électriques et électroniques, les piles, textiles, meubles, cartouches d’encre ainsi que les produits d’hygiène et de puériculture sont notamment concernés par la mesure.", + "title": "Covid-19 : plusieurs régions réactivent le plan blanc dans leurs hôpitaux", + "description": "En tout, six régions métropolitaines ont réactivé le plan blanc, qui permet notamment de déprogrammer des opérations : la Corse, la Provence-Alpes-Côte d’Azur, l’Ile-de-France, l’Occitanie, les Pays de la Loire et la Bourgogne-Franche-Comté.", + "content": "En tout, six régions métropolitaines ont réactivé le plan blanc, qui permet notamment de déprogrammer des opérations : la Corse, la Provence-Alpes-Côte d’Azur, l’Ile-de-France, l’Occitanie, les Pays de la Loire et la Bourgogne-Franche-Comté.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/10/gaspillage-a-partir-du-1er-janvier-les-invendus-non-alimentaires-ne-pourront-plus-etre-detruits_6105601_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/08/covid-19-plusieurs-regions-reactivent-le-plan-blanc-dans-leurs-hopitaux_6105235_3244.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 20:10:09 +0100", + "pubDate": "Wed, 08 Dec 2021 22:11:16 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267973,20 +293835,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a2a6c059e450157f58a33cc70fe871e4" + "hash": "89f98089715ba4bb962036460e863326" }, { - "title": "Etats-Unis : l’inflation au plus haut depuis 1982", - "description": "La hausse des prix a accéléré en novembre, pour afficher un rythme de 6,8 %, soit la plus forte augmentation jamais enregistrée depuis trente-neuf ans.", - "content": "La hausse des prix a accéléré en novembre, pour afficher un rythme de 6,8 %, soit la plus forte augmentation jamais enregistrée depuis trente-neuf ans.", + "title": "On a testé… « Halo Infinite », un jeu sur lequel il faut mettre le grappin", + "description": "Sauver le monde, encore ? Le guerrier super héroïque Master Chief aurait pu tomber dans la routine. Mais des combats dynamiques et un séduisant monde semi-ouvert apportent du sang neuf à cette série qui fête ses vingt ans.", + "content": "Sauver le monde, encore ? Le guerrier super héroïque Master Chief aurait pu tomber dans la routine. Mais des combats dynamiques et un séduisant monde semi-ouvert apportent du sang neuf à cette série qui fête ses vingt ans.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/10/etats-unis-l-inflation-au-plus-haut-depuis-1982_6105600_3234.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/08/on-a-teste-halo-infinite-un-jeu-sur-lequel-il-faut-mettre-le-grappin_6105231_4408996.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 20:04:51 +0100", + "pubDate": "Wed, 08 Dec 2021 21:00:13 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -267994,20 +293855,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "56865881f66e75bae665c3084008dfe8" + "hash": "236cacd2c2c553a92e7e72ce6e82820e" }, { - "title": "Magnus Carlsen conserve sans problème son titre de champion du monde d’échecs", - "description": "Après un début de match équilibré, le challenger russe Ian Nepomniachtchi a complètement craqué et concédé quatre défaites au Norvégien.", - "content": "Après un début de match équilibré, le challenger russe Ian Nepomniachtchi a complètement craqué et concédé quatre défaites au Norvégien.", + "title": "Nouveau congé spécifique à l’annonce d’un cancer ou d’une maladie chronique chez l’enfant", + "description": "Ce texte, voté à l’unanimité par le Parlement, étend le congé de deux jours accordés pour l’annonce de la survenue d’un handicap chez l’enfant aux cas de pathologie chronique nécessitant un apprentissage thérapeutique et de cancer.", + "content": "Ce texte, voté à l’unanimité par le Parlement, étend le congé de deux jours accordés pour l’annonce de la survenue d’un handicap chez l’enfant aux cas de pathologie chronique nécessitant un apprentissage thérapeutique et de cancer.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/10/magnus-carlsen-conserve-sans-probleme-son-titre-de-champion-du-monde-d-echecs_6105595_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/08/nouveau-conge-specifique-a-l-annonce-d-un-cancer-ou-d-une-maladie-chronique-chez-l-enfant_6105229_3224.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 19:04:00 +0100", + "pubDate": "Wed, 08 Dec 2021 20:37:25 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268015,62 +293875,59 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d269a4e0a7e617c20273ad0b0e93042" + "hash": "2e8132b5e636c627c2f81f2808640985" }, { - "title": "En Allemagne, tomber en sortant du lit pour faire du télétravail est désormais considéré comme un accident du travail", - "description": "Le Tribunal social fédéral affirme que sa décision « sert à la sécurité et à la protection de la santé des employés lors de l’aménagement et de l’exploitation des lieux de travail » dans le contexte du recours au télétravail pendant la pandémie.", - "content": "Le Tribunal social fédéral affirme que sa décision « sert à la sécurité et à la protection de la santé des employés lors de l’aménagement et de l’exploitation des lieux de travail » dans le contexte du recours au télétravail pendant la pandémie.", + "title": "Variant Omicron : retour au télétravail au Royaume-Uni, fermeture des écoles et vie nocturne réduite au Danemark", + "description": "Omicron semble provoquer un taux de réinfection plus élevé, mais aussi des symptômes moins sévères, a par ailleurs annoncé mercredi l’Organisation mondiale de la santé.", + "content": "Omicron semble provoquer un taux de réinfection plus élevé, mais aussi des symptômes moins sévères, a par ailleurs annoncé mercredi l’Organisation mondiale de la santé.", "category": "", - "link": "https://www.lemonde.fr/big-browser/article/2021/12/10/en-allemagne-tomber-en-sortant-du-lit-pour-faire-du-teletravail-est-desormais-considere-comme-un-accident-du-travail_6105594_4832693.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/08/variant-omicron-retour-au-teletravail-au-royaume-uni-fermeture-des-ecoles-et-vie-nocturne-reduite-au-danemark_6105227_3244.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 18:45:43 +0100", + "pubDate": "Wed, 08 Dec 2021 20:31:51 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "859dee096c8f7cf20eb572f99cda2058" + "hash": "7ab4002a5d844b21696467cf04bc0e17" }, { - "title": "Une importante faille de sécurité met en danger de nombreux serveurs sur Internet", - "description": "Surnommée « Log4Shell », cette faille de sécurité permet à un attaquant d’exécuter du code informatique sur le serveur d’une entreprise. De nombreux chercheurs ont exprimé leur inquiétude.", - "content": "Surnommée « Log4Shell », cette faille de sécurité permet à un attaquant d’exécuter du code informatique sur le serveur d’une entreprise. De nombreux chercheurs ont exprimé leur inquiétude.", + "title": "Mauvaise passe pour le football ivoirien", + "description": "La sélection nationale ne s’est pas qualifiée pour la Coupe du monde 2022, et l’élection à la présidence de la fédération, prévue le 20 décembre, a été une nouvelle fois reportée.", + "content": "La sélection nationale ne s’est pas qualifiée pour la Coupe du monde 2022, et l’élection à la présidence de la fédération, prévue le 20 décembre, a été une nouvelle fois reportée.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/10/une-importante-faille-de-securite-decouverte-met-en-danger-de-nombreux-serveurs-sur-internet_6105590_4408996.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/08/mauvaise-passe-pour-le-football-ivoirien_6105225_3212.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 18:23:30 +0100", + "pubDate": "Wed, 08 Dec 2021 20:00:08 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7107260aa57b4fdedff97b23f7ae047b" + "hash": "ba42f77266df3cd288ba52e99d875179" }, { - "title": "Etats-Unis : la Cour suprême refuse de bloquer la loi anti-avortement au Texas", - "description": "La haute juridiction a néanmoins autorisé les tribunaux fédéraux à intervenir contre la loi, mais les cliniques et les médecins qui pratiquent des avortements au-delà de six semaines de grossesse restent sous la menace de poursuites onéreuses.", - "content": "La haute juridiction a néanmoins autorisé les tribunaux fédéraux à intervenir contre la loi, mais les cliniques et les médecins qui pratiquent des avortements au-delà de six semaines de grossesse restent sous la menace de poursuites onéreuses.", + "title": "« Le Porte-étendard » de Rembrandt prêt à rentrer aux Pays-Bas", + "description": "L’Etat français a refusé d’acheter la toile vendue par ses propriétaires, en raison du prix fixé à 165 millions d’euros, mais les Pays-Bas se disent intéressés.", + "content": "L’Etat français a refusé d’acheter la toile vendue par ses propriétaires, en raison du prix fixé à 165 millions d’euros, mais les Pays-Bas se disent intéressés.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/loi-anti-avortement-au-texas-la-cour-supreme-autorise-les-tribunaux-federaux-a-intervenir-contre-le-texte_6105586_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/08/le-porte-etendard-de-rembrandt-pret-a-rentrer-aux-pays-bas_6105217_3246.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 18:08:58 +0100", + "pubDate": "Wed, 08 Dec 2021 18:47:53 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268078,20 +293935,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2160a8ae56008bcd7d0a9b414c870892" + "hash": "50a680cba6103cc70b4e99e8c236aba8" }, { - "title": "Election présidentielle 2022 : la partie de poker d’Hidalgo, la droite s’essaye à l’unité, Macron l’Européen… Le récap politique de la semaine", - "description": "Alors qu’Anne Hidalgo tente de créer un électrochoc à gauche, Valérie Pécresse, désormais candidate du parti Les Républicains, œuvre à l’unité de son camp. Par ailleurs, Emmanuel Macron a tenu jeudi sa première conférence de presse depuis deux ans.", - "content": "Alors qu’Anne Hidalgo tente de créer un électrochoc à gauche, Valérie Pécresse, désormais candidate du parti Les Républicains, œuvre à l’unité de son camp. Par ailleurs, Emmanuel Macron a tenu jeudi sa première conférence de presse depuis deux ans.", + "title": "Le manuscrit de la pièce de théâtre « Germinal » de Zola acheté 138 600 euros par la BNF", + "description": "Ce document « complète l’exceptionnel fonds de la Bibliothèque nationale de France consacré à l’auteur et entre ainsi dans les collections nationales », s’est réjouie la ministre de la culture, Roselyne Bachelot.", + "content": "Ce document « complète l’exceptionnel fonds de la Bibliothèque nationale de France consacré à l’auteur et entre ainsi dans les collections nationales », s’est réjouie la ministre de la culture, Roselyne Bachelot.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/10/election-presidentielle-2022-la-partie-de-poker-d-hidalgo-la-droite-s-essaye-a-l-unite-macron-l-europeen-le-recap-politique-de-la-semaine_6105584_823448.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/08/le-manuscrit-de-la-piece-de-theatre-germinal-de-zola-achete-138-600-euros-par-la-bnf_6105216_3246.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 18:00:33 +0100", + "pubDate": "Wed, 08 Dec 2021 18:35:31 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268099,20 +293955,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f825900f79a0c94b40c2c014fe0e2064" + "hash": "7998937b5b992e0746154a3423cd2aa0" }, { - "title": "Suivez l’émission « Questions politiques », dont l’invité est Jean-Luc Mélenchon", - "description": "Le candidat à l’élection présidentielle et chef de file des Insoumis est l’invité de France Inter, de France Télévisions et du « Monde » dimanche.", - "content": "French leftist movement La France Insoumise (LFI)'s presidential candidate Jean-Luc Melenchon gestures on stage during a campaign rally in the business district of La Defense, west of Paris on December 5, 2021. (Photo by Anne-Christine POUJOULAT / AFP)", + "title": "Malgré les réticences, plusieurs villes écologistes bannissent le foie gras de leurs réceptions", + "description": "La suppression de ce produit dans leurs événements par les villes écologistes comme Lyon, Strasbourg et Grenoble fait réagir à l’approche des fêtes de fin d’année, même si ces mesures ne sont pas nouvelles.", + "content": "La suppression de ce produit dans leurs événements par les villes écologistes comme Lyon, Strasbourg et Grenoble fait réagir à l’approche des fêtes de fin d’année, même si ces mesures ne sont pas nouvelles.", "category": "", - "link": "https://www.lemonde.fr/politique/video/2021/12/12/suivez-l-emission-questions-politiques-dont-l-invite-est-jean-luc-melenchon_6105756_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/08/malgre-les-reticences-plusieurs-villes-ecologistes-bannissent-le-foie-gras-de-leurs-receptions_6105212_3244.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 12:01:04 +0100", + "pubDate": "Wed, 08 Dec 2021 18:17:33 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268120,20 +293975,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9defa793507c81fe825fdb993f58fedc" + "hash": "976f9f144c10428f03483f859b2887da" }, { - "title": "Référendum en Nouvelle-Calédonie : le « non » à l’indépendance largement en tête, selon des résultats partiels", - "description": "Les habitants de Nouvelle-Calédonie étaient appelés à voter dimanche pour un troisième et dernier référendum d’autodétermination, censé clore un processus de décolonisation entamé en 1998 avec l’accord de Nouméa. L’issue du vote ne faisait guère de doute, les indépendantistes ayant décidé de boycotter le scrutin après avoir échoué à obtenir son report, estimant que l’épidémie de Covid-19 ne leur permettait pas de « mener une campagne équitable ».", - "content": "Les habitants de Nouvelle-Calédonie étaient appelés à voter dimanche pour un troisième et dernier référendum d’autodétermination, censé clore un processus de décolonisation entamé en 1998 avec l’accord de Nouméa. L’issue du vote ne faisait guère de doute, les indépendantistes ayant décidé de boycotter le scrutin après avoir échoué à obtenir son report, estimant que l’épidémie de Covid-19 ne leur permettait pas de « mener une campagne équitable ».", + "title": "Covid-19 : en Europe, la vaccination obligatoire s’impose comme l’ultime recours dans les pays qui résistent au vaccin", + "description": "Le débat s’installe après la décision de l’Autriche, de la Grèce ou encore de la Pologne de recourir à cette mesure, pour l’ensemble ou une partie de la population, afin de contenir la nouvelle vague de contaminations.", + "content": "Le débat s’installe après la décision de l’Autriche, de la Grèce ou encore de la Pologne de recourir à cette mesure, pour l’ensemble ou une partie de la population, afin de contenir la nouvelle vague de contaminations.", "category": "", - "link": "https://www.lemonde.fr/politique/live/2021/12/12/referendum-sur-l-independance-de-la-nouvelle-caledonie-suivez-les-resultats-en-direct_6105742_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/08/covid-19-en-europe-la-vaccination-obligatoire-s-impose-comme-l-ultime-recours-dans-les-pays-qui-resistent-au-vaccin_6105111_3244.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 09:46:31 +0100", + "pubDate": "Wed, 08 Dec 2021 05:49:15 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268141,41 +293995,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "f26cec48b26d8ba5b577b3e6286dbd8e" + "hash": "cf2d361e40a3feb35091202a66004a2f" }, { - "title": "L’avocat Alex Ursulet mis en examen pour viol", - "description": "Le pénaliste parisien, âgé de 64 ans, est poursuivi pour « viol par personne ayant autorité », jeudi 9 décembre à la suite de la plainte d’une avocate ayant été stagiaire à son cabinet.", - "content": "Le pénaliste parisien, âgé de 64 ans, est poursuivi pour « viol par personne ayant autorité », jeudi 9 décembre à la suite de la plainte d’une avocate ayant été stagiaire à son cabinet.", + "title": "Une attaque au sabre perpétrée contre un camp de migrants dans le 12e arrondissement de Paris", + "description": "Un homme de 67 ans a été interpellé près du parc de Bercy après avoir blessé deux personnes présentes sur place. Une enquête a été ouverte sur le chef de « tentative d’homicide ».", + "content": "Un homme de 67 ans a été interpellé près du parc de Bercy après avoir blessé deux personnes présentes sur place. Une enquête a été ouverte sur le chef de « tentative d’homicide ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/10/l-avocat-alex-ursulet-mis-en-examen-pour-viol_6105576_3224.html", + "link": "https://www.lemonde.fr/police-justice/article/2021/12/08/une-attaque-au-sabre-perpetree-contre-un-camp-de-migrants-dans-le-13e-arrondissement-de-paris_6105208_1653578.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 17:50:12 +0100", + "pubDate": "Wed, 08 Dec 2021 17:40:56 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0ca2a80e3fc2409778aaedf8ebf5a7cd" + "hash": "d2b4cf77ca99360379d6bcc566b49960" }, { - "title": "La Finlande achète 64 chasseurs F-35 pour 8,4 milliards d’euros", - "description": "Le gouvernement finlandais a préféré l’avion américain au Rafale de Dassault, au Gripen et à l’Eurofighter.", - "content": "Le gouvernement finlandais a préféré l’avion américain au Rafale de Dassault, au Gripen et à l’Eurofighter.", + "title": "Deux hommes mis en examen pour un projet d’attaque au couteau « d’inspiration djihadiste »", + "description": "Les deux hommes ont été interpellés le 29 novembre par la DGSI. A l’issue de leur garde à vue, ils ont été mis en examen le 3 décembre pour « association de malfaiteurs terroriste criminelle » et incarcérés.", + "content": "Les deux hommes ont été interpellés le 29 novembre par la DGSI. A l’issue de leur garde à vue, ils ont été mis en examen le 3 décembre pour « association de malfaiteurs terroriste criminelle » et incarcérés.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/la-finlande-achete-64-chasseurs-f-35-pour-8-4-milliards-d-euros_6105564_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/08/deux-hommes-mis-en-examen-pour-un-projet-d-attaque-au-couteau-d-inspiration-djihadiste_6105207_3224.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:25:20 +0100", + "pubDate": "Wed, 08 Dec 2021 17:34:31 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268183,41 +294035,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "e341ef9517f81e9d8b96f01417331ffd" + "hash": "a68e60e8abb36e44c5c511d6e35afdb6" }, { - "title": "Au Soudan du Sud, la difficile lutte contre le mystérieux « syndrome du hochement de tête »", - "description": "Maux de tête, convulsions… Dans le pays, des milliers de personnes souffrent de cette maladie neurologique incurable, dont l’origine reste inconnue.", - "content": "Maux de tête, convulsions… Dans le pays, des milliers de personnes souffrent de cette maladie neurologique incurable, dont l’origine reste inconnue.", + "title": "La dernière personne portée disparue sous les décombres de l’immeuble effondré mardi a été extraite morte mercredi après-midi par les pompiers.", + "description": "Le corps de la dernière personne portée disparue sous les décombres de l’immeuble effondré mardi a été extrait mercredi après-midi par les pompiers, a annoncé la préfecture du Var.", + "content": "Le corps de la dernière personne portée disparue sous les décombres de l’immeuble effondré mardi a été extrait mercredi après-midi par les pompiers, a annoncé la préfecture du Var.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/10/au-soudan-du-sud-la-difficile-lutte-contre-le-mysterieux-syndrome-du-hochement-de-tete_6105562_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/07/cinq-personnes-probablement-bloquees-dans-les-decombres-apres-l-effondrement-d-un-immeuble-a-sanary-sur-mer_6104983_3224.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 16:19:33 +0100", + "pubDate": "Tue, 07 Dec 2021 06:38:43 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15dcc5d0bb07f8939be63ed9604f5444" + "hash": "013cd2b90855d1df18e980f7ccb56045" }, { - "title": "Les Etats-Unis sanctionnent le Cambodge pour sa proximité avec la Chine", - "description": "Washington soupçonne Phnom Penh de faciliter l’accès de la Chine au golfe de Thaïlande en lui ouvrant sa base navale de Ream.", - "content": "Washington soupçonne Phnom Penh de faciliter l’accès de la Chine au golfe de Thaïlande en lui ouvrant sa base navale de Ream.", + "title": "Métis placés de force dans l’ex-Congo belge : cinq femmes déboutées par un tribunal de Bruxelles", + "description": "Les cinq plaignantes, nées pendant la période coloniale de la relation d’un homme blanc avec une femme noire, avaient été retirées à leur famille.", + "content": "Les cinq plaignantes, nées pendant la période coloniale de la relation d’un homme blanc avec une femme noire, avaient été retirées à leur famille.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/les-etats-unis-sanctionnent-le-cambodge-pour-sa-proximite-avec-la-chine_6105560_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/08/metis-places-de-force-dans-l-ex-congo-belge-cinq-femmes-deboutees-par-un-tribunal-de-bruxelles_6105199_3212.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:59:58 +0100", + "pubDate": "Wed, 08 Dec 2021 16:36:25 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268225,20 +294075,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "51ebfb4c142f3ce3572f28776cce0e55" + "hash": "264ce5a2f723b5cc5e2143a405d885f3" }, { - "title": "Réforme de la métropole Aix-Marseille Provence : Benoît Payan dénonce « une farce »", - "description": "Le maire socialiste de Marseille estime que les dispositions votées mercredi 8 décembre en première lecture ne règlent « aucun des dysfonctionnements » qu’il dénonce depuis quelques mois.", - "content": "Le maire socialiste de Marseille estime que les dispositions votées mercredi 8 décembre en première lecture ne règlent « aucun des dysfonctionnements » qu’il dénonce depuis quelques mois.", + "title": "Angela Merkel a définitivement quitté la chancellerie allemande mercredi en début d’après-midi, à l’issue d’une brève passation des pouvoirs avec son successeur.", + "description": "« Travaillez pour le bien de notre pays, c’est mon vœu, et je vous souhaite bonne chance », a déclaré la chancelière sortante à l’adresse de son successeur social-démocrate.", + "content": "« Travaillez pour le bien de notre pays, c’est mon vœu, et je vous souhaite bonne chance », a déclaré la chancelière sortante à l’adresse de son successeur social-démocrate.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/10/reforme-de-la-metropole-aix-marseille-provence-benoit-payan-denonce-une-farce_6105559_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/allemagne-olaf-scholz-elu-chancelier-par-le-bundestag_6105160_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:56:54 +0100", + "pubDate": "Wed, 08 Dec 2021 10:58:52 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268246,20 +294095,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d4a0b4d413c9f80b08b7c58be60c4bd" + "hash": "4d8138aeb12bf58afbb348d7c474a6c5" }, { - "title": "Biathlon : premier podium individuel de la saison pour Justine Braisaz-Bouchet à Hochfilzen", - "description": "La Savoyarde a terminé vendredi deuxième du sprint en Autriche, avec le meilleur temps à ski. Partie avec le dossard rouge de leader, Anaïs Chevalier-Bouchet finit soixantième.", - "content": "La Savoyarde a terminé vendredi deuxième du sprint en Autriche, avec le meilleur temps à ski. Partie avec le dossard rouge de leader, Anaïs Chevalier-Bouchet finit soixantième.", + "title": "Condamné pour déclaration incomplète de son patrimoine, le ministre Alain Griset démissionne du gouvernement", + "description": "Au gouvernement depuis juillet 2020, M. Griset était le premier des ministres en exercice à comparaître devant un tribunal correctionnel, pour avoir omis de déclarer, en août 2020, une partie de son patrimoine et de ses intérêts à la Haute Autorité pour la transparence de la vie publique.", + "content": "Au gouvernement depuis juillet 2020, M. Griset était le premier des ministres en exercice à comparaître devant un tribunal correctionnel, pour avoir omis de déclarer, en août 2020, une partie de son patrimoine et de ses intérêts à la Haute Autorité pour la transparence de la vie publique.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/10/biathlon-premier-podium-individuel-de-la-saison-pour-justine-braisaz-boucher_6105558_3242.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/08/le-ministre-alain-griset-condamne-pour-non-declaration-de-patrimoine_6105183_823448.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:56:07 +0100", + "pubDate": "Wed, 08 Dec 2021 13:59:06 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268267,20 +294115,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "75d92b8ff04cab8831435c0a1c3e4c71" + "hash": "12632a2be2d40fc7e13bacf3ccb7ab31" }, { - "title": "JO d’hiver à Pékin : l’appel au boycottage diplomatique épouse une géopolitique attendue", - "description": "Partie des Etats-Unis, l’initiative a rallié l’Australie, la Nouvelle-Zélande, le Canada et le Royaume-Uni. Pour l’heure, l’Europe tergiverse et l’Asie écarte l’idée.", - "content": "Partie des Etats-Unis, l’initiative a rallié l’Australie, la Nouvelle-Zélande, le Canada et le Royaume-Uni. Pour l’heure, l’Europe tergiverse et l’Asie écarte l’idée.", + "title": "Présidence française de l’Union européenne : Yannick Jadot réclame plus d’engagements et de moyens en matière écologique", + "description": "Présentant son contre-projet, le candidat à l’élection présidentielle 2022 a critiqué le fait que M. Macron n’ait pas décalé cette présidence et a exigé que l’enveloppe du Green New Deal soit augmentée à hauteur de 2 000 milliards d’euros.", + "content": "Présentant son contre-projet, le candidat à l’élection présidentielle 2022 a critiqué le fait que M. Macron n’ait pas décalé cette présidence et a exigé que l’enveloppe du Green New Deal soit augmentée à hauteur de 2 000 milliards d’euros.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/l-appel-au-boycottage-diplomatique-des-jo-de-pekin-epouse-une-geopolitique-attendue_6105512_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/08/presidence-francaise-de-l-union-europeenne-yannick-jadot-reclame-plus-d-engagements-et-de-moyens-en-matiere-ecologique_6105195_6059010.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 12:56:15 +0100", + "pubDate": "Wed, 08 Dec 2021 15:33:07 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268288,20 +294135,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dc4a86f011ac55dddb45eb6b4686c5e" + "hash": "46de375cece09df86531d4aa8ad315e1" }, { - "title": "Macron et Scholz main dans la main pour maintenir la croissance européenne", - "description": "Le nouveau chancelier allemand a réservé vendredi sa première visite à l’étranger au président français, qui compte sur le soutien de Berlin pour concrétiser une série de chantiers durant la présidence française de l’UE au premier semestre 2022.", - "content": "Le nouveau chancelier allemand a réservé vendredi sa première visite à l’étranger au président français, qui compte sur le soutien de Berlin pour concrétiser une série de chantiers durant la présidence française de l’UE au premier semestre 2022.", + "title": "Soupçon de fête de Noël sans règles sanitaires : Boris Johnson promet une enquête et présente des excuses", + "description": "Le gouvernement est très embarrassé par une vidéo dans laquelle l’attachée de presse, à l’époque, du premier ministre prépare des réponses au sujet d’une fête de Noël au 10 Downing Street. Cette dernière a présenté sa démission mercredi.", + "content": "Le gouvernement est très embarrassé par une vidéo dans laquelle l’attachée de presse, à l’époque, du premier ministre prépare des réponses au sujet d’une fête de Noël au 10 Downing Street. Cette dernière a présenté sa démission mercredi.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/macron-et-scholz-main-dans-la-main-pour-maintenir-la-croissance-europeenne_6105555_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/soupcon-de-fete-de-noel-sans-regles-sanitaires-boris-johnson-promet-une-enquete-et-presente-des-excuses_6105194_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:48:09 +0100", + "pubDate": "Wed, 08 Dec 2021 15:27:19 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268309,20 +294155,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2bfb2a6318b13c26e6fb0fde2146065c" + "hash": "b3b941b12e4a8e9fb5266ef8970bf9a9" }, { - "title": "La Nouvelle-Zélande part en guerre contre la cigarette", - "description": "Le gouvernement néo-zélandais s’est fixé il y a dix ans l’objectif d’atteindre moins de 5 % de fumeurs quotidiens d’ici 2025. Pour l’atteindre, il se prépare à élever progressivement l’âge légal pour acheter du tabac.", - "content": "Le gouvernement néo-zélandais s’est fixé il y a dix ans l’objectif d’atteindre moins de 5 % de fumeurs quotidiens d’ici 2025. Pour l’atteindre, il se prépare à élever progressivement l’âge légal pour acheter du tabac.", + "title": "JO d’hiver de Pékin : le Royaume-Uni et le Canada annoncent à leur tour un boycottage diplomatique", + "description": "Les Etats-Unis et l’Australie ont déjà annoncé en début de semaine une mesure similaire pour ces Jeux, qui commenceront le 4 février 2022, au nom des droits humains que la Chine est accusée de violer.", + "content": "Les Etats-Unis et l’Australie ont déjà annoncé en début de semaine une mesure similaire pour ces Jeux, qui commenceront le 4 février 2022, au nom des droits humains que la Chine est accusée de violer.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/la-nouvelle-zelande-part-en-guerre-contre-la-cigarette_6105553_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/jeux-olympiques-d-hiver-de-pekin-le-royaume-uni-annonce-a-son-tour-un-boycott-diplomatique_6105191_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:37:07 +0100", + "pubDate": "Wed, 08 Dec 2021 15:00:13 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268330,20 +294175,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b0d161682220971b3f7401aa47fceecd" + "hash": "7736b37af789905747adbbc229e46113" }, { - "title": "Les bureaux de vote pour le référendum sur l’indépendance de la Nouvelle-Calédonie ont ouvert", - "description": "Cette troisième et dernière consultation du territoire français clôt un processus de décolonisation entamé il y a plus de trente ans. Le boycottage des partis indépendantistes favorise la victoire du non à l’autodétermination.", - "content": "Le vote sur l’indépendance de la Nouvelle-Calédonie a débuté, dimanche 12 décembre, notamment à Nouméa.", + "title": "Affaire Khashoggi : le Saoudien arrêté hier à Roissy est un homonyme et a été libéré", + "description": "L’homme interpellé mardi à l’aéroport parisien, Khalid Al-Otaibi, porte le même nom que l’ancien membre de la garde royale saoudienne cité comme membre du commando qui a exécuté le journaliste Jamal Khashoggi, en 2018.", + "content": "L’homme interpellé mardi à l’aéroport parisien, Khalid Al-Otaibi, porte le même nom que l’ancien membre de la garde royale saoudienne cité comme membre du commando qui a exécuté le journaliste Jamal Khashoggi, en 2018.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/12/les-bureaux-de-vote-pour-le-referendum-sur-l-independance-de-la-nouvelle-caledonie-ont-ouvert_6105720_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/affaire-khashoggi-le-saoudien-arrete-hier-a-roissy-est-un-homonyme-et-a-ete-libere_6105186_3210.html", "creator": "", - "pubDate": "Sun, 12 Dec 2021 00:46:48 +0100", + "pubDate": "Wed, 08 Dec 2021 14:14:48 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268351,41 +294195,39 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f30a1f9c61bc235cb9ea297f25fea38" + "hash": "9f47f1c8760b2a8b0273ad54ea70b2cb" }, { - "title": "Antoine Dupont désigné meilleur joueur mondial de rugby de l’année", - "description": "Il est le troisième Français à obtenir cette distinction créée en 2001 par World Rugby, après l’ancien demi de mêlée et actuel sélectionneur de l’équipe de France Fabien Galthié, en 2002, et l’ancien troisième ligne Thierry Dusautoir, en 2011.", - "content": "Il est le troisième Français à obtenir cette distinction créée en 2001 par World Rugby, après l’ancien demi de mêlée et actuel sélectionneur de l’équipe de France Fabien Galthié, en 2002, et l’ancien troisième ligne Thierry Dusautoir, en 2011.", + "title": "Olaf Scholz nouveau chancelier : retrouvez nos réponses à vos questions", + "description": "Le social-démocrate a été élu par les députés pour succéder à Angela Merkel. Thomas Wieder, correspondant du « Monde » à Berlin, a répondu à vos questions.", + "content": "Le social-démocrate a été élu par les députés pour succéder à Angela Merkel. Thomas Wieder, correspondant du « Monde » à Berlin, a répondu à vos questions.", "category": "", - "link": "https://www.lemonde.fr/rugby/article/2021/12/10/le-francais-antoine-dupont-designe-meilleur-joueur-mondial-de-rugby-de-l-annee_6105544_1616937.html", + "link": "https://www.lemonde.fr/international/live/2021/12/08/olaf-scholz-elu-chancelier-en-allemagne-quel-impact-sur-les-relations-franco-allemandes-posez-vos-questions-a-notre-correspondant-a-berlin_6105182_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:16:12 +0100", + "pubDate": "Wed, 08 Dec 2021 13:30:13 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21576e1569ebac528bcef138fccf1d78" + "hash": "5a934b9523f12835788f35e05b1c8788" }, { - "title": "Game Awards : triomphe de « It Takes Two » et « Deathloop », nouveau jeu « Star Wars »… retrouvez le palmarès et les principales annonces", - "description": "Le titre coopératif des studios Hazelight a remporté trois titres, dont celui de « meilleur jeu de l’année ». Quelques sorties majeures ont par ailleurs été officialisées au cours de cette remise des prix équivalente aux Oscars des jeux vidéo.", - "content": "Le titre coopératif des studios Hazelight a remporté trois titres, dont celui de « meilleur jeu de l’année ». Quelques sorties majeures ont par ailleurs été officialisées au cours de cette remise des prix équivalente aux Oscars des jeux vidéo.", + "title": "Un agriculteur est désormais considéré comme jeune à 38 ans", + "description": "Alors que l’âge moyen d’installation d’un agriculteur s’établit à 36 ans, le syndicat Jeunes agriculteurs a décidé de repousser l’âge de ses élus de 35 à 38 ans.", + "content": "Alors que l’âge moyen d’installation d’un agriculteur s’établit à 36 ans, le syndicat Jeunes agriculteurs a décidé de repousser l’âge de ses élus de 35 à 38 ans.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/10/game-awards-triomphe-de-it-takes-two-et-deathloop-nouveau-jeu-star-wars-retrouvez-le-palmares-et-les-principales-annonces_6105539_4408996.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/08/un-agriculteur-est-desormais-considere-comme-jeune-a-38-ans_6105180_3244.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 15:02:10 +0100", + "pubDate": "Wed, 08 Dec 2021 13:09:59 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268393,20 +294235,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "36685e24497e47c20cebf87f5a505e77" + "hash": "f22ee98b0a565291773071d4e2388a19" }, { - "title": "Covid-19 dans le monde : l’obligation vaccinale fait son chemin en Allemagne et en République tchèque", - "description": "Le Bundestag a adopté une loi obligeant les soignants à se vacciner, tandis que Vienne prépare l’obligation vaccinale pour les plus de 60 ans.", - "content": "Le Bundestag a adopté une loi obligeant les soignants à se vacciner, tandis que Vienne prépare l’obligation vaccinale pour les plus de 60 ans.", + "title": "Au Burkina Faso, l’armée en plein doute face aux attaques terroristes", + "description": "Manque de matériel, d’effectifs, de provisions… L’attaque meurtrière de la gendarmerie d’Inata a mis en lumière le malaise qui règne dans les rangs.", + "content": "Manque de matériel, d’effectifs, de provisions… L’attaque meurtrière de la gendarmerie d’Inata a mis en lumière le malaise qui règne dans les rangs.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/10/covid-19-dans-le-monde-l-obligation-vaccinale-fait-son-chemin-en-allemagne-et-en-republique-tcheque_6105528_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/08/dans-l-armee-burkinabee-beaucoup-preferent-demissionner-que-d-etre-envoyes-a-l-abattoir_6105179_3212.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 14:20:49 +0100", + "pubDate": "Wed, 08 Dec 2021 13:00:13 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268414,20 +294255,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2519969e5959e19a661627c29957fe9e" + "hash": "8b05844c602b3365b04f9d06c4360505" }, { - "title": "Vous n’êtes pas vacciné·e, comment organisez-vous votre vie sans passe sanitaire ?", - "description": "Sans passe sanitaire, quelles sont les contraintes qui pèsent le plus sur votre quotidien ? Racontez-nous comment vous vivez cette période, au moment où la campagne de rappel vaccinal s’intensifie en France.", - "content": "Sans passe sanitaire, quelles sont les contraintes qui pèsent le plus sur votre quotidien ? Racontez-nous comment vous vivez cette période, au moment où la campagne de rappel vaccinal s’intensifie en France.", + "title": "A Perpignan, remous politiques autour de la direction du Théâtre de l’Archipel", + "description": "Le contrat de Borja Sitja, directeur depuis 2016, n’a pas été renouvelé. Il se dit victime de l’hostilité de la mairie, dirigée par Louis Aliot.", + "content": "Le contrat de Borja Sitja, directeur depuis 2016, n’a pas été renouvelé. Il se dit victime de l’hostilité de la mairie, dirigée par Louis Aliot.", "category": "", - "link": "https://www.lemonde.fr/planete/appel-temoignages/2021/12/10/vous-n-etes-pas-vaccine-e-comment-organisez-vous-votre-vie-sans-passe-sanitaire_6105522_3244.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/08/a-perpignan-remous-politiques-autour-de-la-direction-du-theatre-de-l-archipel_6105177_3246.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 13:50:16 +0100", + "pubDate": "Wed, 08 Dec 2021 12:40:52 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268435,20 +294275,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c87c0b9150cbc8f3875696ffb185f2ae" + "hash": "e2a76e4c356f902d60695f233ec8fac2" }, { - "title": "Arnaud Montebourg appelle Yannick Jadot, Jean-Luc Mélenchon et Fabien Roussel pour une primaire à gauche", - "description": "Le prétendant à l’Elysée a appelé plusieurs candidats de gauche pour tenter de les convaincre de s’unir pour l’élection présidentielle 2022. Ségolène Royal demande, elle, à Anne Hidalgo de « se désister ».", - "content": "Le prétendant à l’Elysée a appelé plusieurs candidats de gauche pour tenter de les convaincre de s’unir pour l’élection présidentielle 2022. Ségolène Royal demande, elle, à Anne Hidalgo de « se désister ».", + "title": "Enquête | Changement de tête à la direction interministérielle du numérique, en pleine crise interne", + "description": "Une vingtaine d’agents passés par ce service central de la modernisation de l’Etat y dénoncent un management brutal et une précarité organisée. Le directeur de la Dinum a annoncé, mardi, quitter ses fonctions.", + "content": "Une vingtaine d’agents passés par ce service central de la modernisation de l’Etat y dénoncent un management brutal et une précarité organisée. Le directeur de la Dinum a annoncé, mardi, quitter ses fonctions.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/10/primaire-a-gauche-arnaud-montebourg-tente-le-tout-pour-le-tout-aupres-de-yannick-jadot-jean-luc-melenchon-et-fabien-roussel_6105517_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/08/changement-de-tete-a-la-direction-interministerielle-du-numerique-en-pleine-crise-interne_6105148_823448.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 13:17:42 +0100", + "pubDate": "Wed, 08 Dec 2021 10:22:12 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268456,20 +294295,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3268c876a4ced409c285c0ce59281cb" + "hash": "c95c4314a4c3fdd7c9503a8121ef0249" }, { - "title": "Pêche post-Brexit : Paris confirme être prêt à lancer une procédure contentieuse contre Londres", - "description": "Le secrétaire d’Etat aux affaires européennes a redit que la France n’attendrait pas au-delà de vendredi un geste des Britanniques, qui ont fermement refusé l’ultimatum.", - "content": "Le secrétaire d’Etat aux affaires européennes a redit que la France n’attendrait pas au-delà de vendredi un geste des Britanniques, qui ont fermement refusé l’ultimatum.", + "title": "En Allemagne, les subtils équilibres du gouvernement de la coalition « feu tricolore »", + "description": "Composée de seize ministres, autant de femmes que d’hommes, la nouvelle équipe gouvernementale compte cinq ministres écologistes.", + "content": "Composée de seize ministres, autant de femmes que d’hommes, la nouvelle équipe gouvernementale compte cinq ministres écologistes.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/peche-post-brexit-paris-confirme-etre-pret-a-lancer-une-procedure-contentieuse-contre-londres_6105514_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/en-allemagne-les-subtils-equilibres-du-gouvernement-de-la-coalition-feu-tricolore_6105175_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 13:10:25 +0100", + "pubDate": "Wed, 08 Dec 2021 12:02:22 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268477,20 +294315,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "0def74715b73384259dc54f0d196790e" + "hash": "18d089c7ccf130c974714ae6604b7ed9" }, { - "title": "Viktor Orban débouté par la Cour constitutionnelle hongroise sur son recours contre la primauté du droit européen", - "description": "Le gouvernement avait demandé à la cour de se pencher sur un arrêt rendu en décembre 2020 par la Cour de justice de l’Union européenne, qui condamnait Budapest pour avoir enfreint le droit de l’UE en matière d’asile.", - "content": "Le gouvernement avait demandé à la cour de se pencher sur un arrêt rendu en décembre 2020 par la Cour de justice de l’Union européenne, qui condamnait Budapest pour avoir enfreint le droit de l’UE en matière d’asile.", + "title": "Kiev se félicite du « soutien concret » de ses partenaires", + "description": "Le président ukrainien, Volodymyr Zelensky, a obtenu des assurances de la part des Etats-Unis pour défendre la « souveraineté du pays et son intégrité territoriale » alors que 100 000 soldats russes sont déployés à la frontière.", + "content": "Le président ukrainien, Volodymyr Zelensky, a obtenu des assurances de la part des Etats-Unis pour défendre la « souveraineté du pays et son intégrité territoriale » alors que 100 000 soldats russes sont déployés à la frontière.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/la-cour-constitutionnelle-hongroise-rejette-le-recours-de-viktor-orban-contre-la-primaute-du-droit-europeen_6105504_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/kiev-se-felicite-du-soutien-concret-de-ses-partenaires_6105173_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 12:21:58 +0100", + "pubDate": "Wed, 08 Dec 2021 11:59:51 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268498,20 +294335,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8425a65e64d870552e1a33f5d445f834" + "hash": "cb26e6e0a3370612bb43c98728a02afb" }, { - "title": "La justice britannique ouvre la voie à une extradition de Julian Assange, fondateur de WikiLeaks, vers les Etats-Unis", - "description": "La Haute Cour de justice de Londres a annulé vendredi le refus, en première instance, d’extrader l’Australien, poursuivi par les autorités américaines pour espionnage, après la révélation, à partir de 2010, de plus de 700 000 documents classifiés sur les activités militaires et diplomatiques américaines, en particulier en Irak et en Afghanistan.", - "content": "La Haute Cour de justice de Londres a annulé vendredi le refus, en première instance, d’extrader l’Australien, poursuivi par les autorités américaines pour espionnage, après la révélation, à partir de 2010, de plus de 700 000 documents classifiés sur les activités militaires et diplomatiques américaines, en particulier en Irak et en Afghanistan.", + "title": "Lydia, l’entreprise française spécialisée dans le paiement mobile, devient une « licorne » valorisée à un milliard de dollars", + "description": "La société a bouclé une levée de fonds de 100 millions de dollars et compte recruter près de 800 personnes.", + "content": "La société a bouclé une levée de fonds de 100 millions de dollars et compte recruter près de 800 personnes.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/10/la-justice-britannique-ouvre-la-voie-a-une-extradition-de-julian-assange_6105491_4408996.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/08/lydia-entreprise-francaise-de-telepaiement-desormais-valorisee-a-un-milliard-de-dollars_6105171_3234.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 11:51:36 +0100", + "pubDate": "Wed, 08 Dec 2021 11:49:19 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268519,20 +294355,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "8bd0d11cc8aedde3edd78072fed8f7b6" + "hash": "55d5562092b8382babb8d482bd7d1e84" }, { - "title": "Pêche post-Brexit : le Royaume-Uni accorde 23 licences supplémentaires aux Français", - "description": "Ce nombre reste très en deçà des 104 licences que réclamait Paris ces derniers jours, en menaçant d’aller au contentieux en l’absence, avant vendredi, de « geste de bonne volonté » de la part de Londres.", - "content": "Des pêcheurs français bloquent le port de Saint-Malo pour dénoncer le manque de licences accordées par le Royaume-Uni, le 26 novembre 2021.", + "title": "Covid-19 : la tentation du reconfinement dans les Ehpad, face à la cinquième vague", + "description": "Des familles s’inquiètent de voir certains établissements interdire de nouveau les visites.", + "content": "Des familles s’inquiètent de voir certains établissements interdire de nouveau les visites.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/11/peche-post-brexit-le-royaume-uni-accorde-23-licences-supplementaires-aux-francais_6105696_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/08/covid-19-face-a-la-cinquieme-vague-la-tentation-du-reconfinement-dans-les-ehpad_6105165_3224.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 14:26:43 +0100", + "pubDate": "Wed, 08 Dec 2021 11:12:51 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268540,20 +294375,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "9fc482ba3c16b73f6f96c7067951962a" + "hash": "34dc43ba56a6861d3b5c9fb9f866039f" }, { - "title": "Valérie Pécresse et Xavier Bertrand promettent une campagne présidentielle « main dans la main »", - "description": "Après avoir rendu visite à tous ses autres concurrents battus au congrès, la candidate des Républicains à l’élection présidentielle 2022 est aux côtés de Xavier Bertrand, vendredi, pour une visite de terrain dans les Hauts-de-France.", - "content": "Après avoir rendu visite à tous ses autres concurrents battus au congrès, la candidate des Républicains à l’élection présidentielle 2022 est aux côtés de Xavier Bertrand, vendredi, pour une visite de terrain dans les Hauts-de-France.", + "title": "Nouvelle-Calédonie : Le ministre des outre-mer va se rendre sur place pour le référendum", + "description": "Sébastien Lecornu se déplacera à Nouméa pour le scrutin du 12 décembre, mais les indépendantistes kanak lui opposent une fin de non-recevoir et appellent toujours au boycott.", + "content": "Sébastien Lecornu se déplacera à Nouméa pour le scrutin du 12 décembre, mais les indépendantistes kanak lui opposent une fin de non-recevoir et appellent toujours au boycott.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/10/valerie-pecresse-et-xavier-bertrand-promettent-une-campagne-presidentielle-main-dans-la-main_6105490_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/09/nouvelle-caledonie-le-ministre-des-outre-mer-va-se-rendre-sur-place-pour-le-referendum_6105281_823448.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 11:38:09 +0100", + "pubDate": "Thu, 09 Dec 2021 06:57:54 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268561,20 +294395,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea114edc03a326cc6f83a8ee9af686ec" + "hash": "acae732da84b550faa4e056be6d68eea" }, { - "title": "Premier stade français à bénéficier d’un naming, le MMArena, au Mans, perd son partenaire historique", - "description": "L’assureur MMA, entreprise sarthoise emblématique, mettra fin en juin 2022 au contrat qui le liait au gestionnaire du stade de 25 000 places inauguré en 2011 au cœur du circuit des 24 Heures du Mans.", - "content": "L’assureur MMA, entreprise sarthoise emblématique, mettra fin en juin 2022 au contrat qui le liait au gestionnaire du stade de 25 000 places inauguré en 2011 au cœur du circuit des 24 Heures du Mans.", + "title": "Les Etats-Unis limitent les importations de produits fabriqués au Xinjiang", + "description": "La Chambre des représentants a adopté un texte de loi demandant aux entreprises de prouver que les biens venus de cette région de Chine ne sont pas issus du travail forcé de la minorité ouïgoure.", + "content": "La Chambre des représentants a adopté un texte de loi demandant aux entreprises de prouver que les biens venus de cette région de Chine ne sont pas issus du travail forcé de la minorité ouïgoure.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/10/premier-stade-francais-a-beneficier-d-un-naming-le-mmarena-au-mans-perd-son-partenaire-historique_6105485_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/12/09/les-etats-unis-limitent-les-importations-de-produits-fabriques-au-xinjiang_6105280_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 11:20:34 +0100", + "pubDate": "Thu, 09 Dec 2021 06:45:22 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268582,20 +294415,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "15d44590129bee0eb87652d53cc640ec" + "hash": "2f1093e65275f571dc24f02acdee47ce" }, { - "title": "En Rhône-Alpes, la neige coupe l’électricité à un millier de foyers", - "description": "Une quarantaine d’automobilistes ont aussi été bloqués quelques heures par d’importantes chutes de neige en Côte-d’Or.", - "content": "Une quarantaine d’automobilistes ont aussi été bloqués quelques heures par d’importantes chutes de neige en Côte-d’Or.", + "title": "Emmanuel Macron veut mettre l’Europe au cœur de sa future campagne", + "description": "Le chef de l’Etat qui donnera une conférence de presse sur ce sujet jeudi, entend utiliser sa position pro-européenne comme un instrument de clivage politique dans la course à la présidentielle 2022.", + "content": "Le chef de l’Etat qui donnera une conférence de presse sur ce sujet jeudi, entend utiliser sa position pro-européenne comme un instrument de clivage politique dans la course à la présidentielle 2022.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/10/des-automobilistes-bloques-par-la-neige-en-cote-d-or_6105484_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/09/emmanuel-macron-veut-mettre-l-europe-au-c-ur-de-sa-future-campagne_6105273_823448.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 11:19:53 +0100", + "pubDate": "Thu, 09 Dec 2021 06:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268603,20 +294435,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f291fd20fee48469e1b0db2872809d0" + "hash": "5ce790bae2a764e0345dc53af48f3683" }, { - "title": "Au tribunal de Paris, Twitter défend à nouveau ses pratiques de modération", - "description": "Le réseau social fait l’objet d’une procédure initiée par plusieurs associations, qui lui demandent de révéler combien de modérateurs francophones il emploie.", - "content": "Le réseau social fait l’objet d’une procédure initiée par plusieurs associations, qui lui demandent de révéler combien de modérateurs francophones il emploie.", + "title": "JO d’hiver de Pékin : le Royaume-Uni et le Canada annoncent à leur tour un boycott diplomatique", + "description": "Les Etats-Unis et l’Australie ont déjà annoncé en début de semaine une mesure similaire pour ces Jeux, qui commenceront le 4 février 2022, au nom des droits humains que la Chine est accusée de violer.", + "content": "Les Etats-Unis et l’Australie ont déjà annoncé en début de semaine une mesure similaire pour ces Jeux, qui commenceront le 4 février 2022, au nom des droits humains que la Chine est accusée de violer.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/10/au-tribunal-de-paris-twitter-defend-a-nouveau-ses-pratiques-de-moderation_6105476_4408996.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/jeux-olympiques-d-hiver-de-pekin-le-royaume-uni-annonce-a-son-tour-un-boycott-diplomatique_6105191_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 10:43:48 +0100", + "pubDate": "Wed, 08 Dec 2021 15:00:13 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268624,20 +294455,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "320473e86c5243411365ccc4aa2c438d" + "hash": "dc9a2985b1b15157c0efa23c3a231d99" }, { - "title": "Nombre de cas, dépistages, hospitalisations... en quoi la cinquième vague diffère-t-elle des précédentes ?", - "description": "Si, pour l’instant, le nombre de patients admis en soins critiques est limité, la dynamique de l’épidémie fait craindre une saturation du système de soin fragilisé par vingt et un mois de crise sanitaire.", - "content": "Si, pour l’instant, le nombre de patients admis en soins critiques est limité, la dynamique de l’épidémie fait craindre une saturation du système de soin fragilisé par vingt et un mois de crise sanitaire.", + "title": "Arnaud Montebourg lance « un appel à l’unification » de la gauche face à l’extrême droite, Anne Hidalgo ne veut pas d’union « artificielle »", + "description": "L’ancien ministre du redressement productif met en avant le risque d’une « victoire probable de l’extrême droite » à l’élection présidentielle de 2022.", + "content": "L’ancien ministre du redressement productif met en avant le risque d’une « victoire probable de l’extrême droite » à l’élection présidentielle de 2022.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/10/covid-19-la-cinquieme-vague-est-elle-vraiment-differente-des-precedentes_6105474_4355770.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/08/presidentielle-2022-arnaud-montebourg-lance-un-appel-a-l-unification-de-la-gauche-face-a-l-extreme-droite-anne-hidalgo-ne-veut-pas-d-union-artificielle_6105162_6059010.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 10:40:43 +0100", + "pubDate": "Wed, 08 Dec 2021 11:07:06 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268645,20 +294475,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "b4dacd01eb68732df03c680119dde4af" + "hash": "6d42a0288747d875a8479578de163261" }, { - "title": "Le Maroc prolonge la fermeture de ses frontières jusqu’au 31 décembre", - "description": "Les vols de passagers au départ et à destination du royaume sont suspendus depuis le 29 novembre pour éviter la propagation du Covid-19 et du variant Omicron.", - "content": "Les vols de passagers au départ et à destination du royaume sont suspendus depuis le 29 novembre pour éviter la propagation du Covid-19 et du variant Omicron.", + "title": "Avec Olaf Scholz comme nouveau chancelier allemand, « la continuité de gouvernement l’emporte largement »", + "description": "Pour le diplomate Christoph Heusgen, la nouvelle coalition s’inscrit dans les pas de celle dirigée par Angela Merkel en matière de politique étrangère.", + "content": "Pour le diplomate Christoph Heusgen, la nouvelle coalition s’inscrit dans les pas de celle dirigée par Angela Merkel en matière de politique étrangère.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/10/le-maroc-prolonge-la-fermeture-de-ses-frontieres-jusqu-au-31-decembre_6105462_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/en-allemagne-la-continuite-de-gouvernement-l-emporte-largement_6105158_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 09:55:28 +0100", + "pubDate": "Wed, 08 Dec 2021 10:51:39 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268666,20 +294495,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "bde1911e94e6d056c9b3575958dd786c" + "hash": "cf669876f2a3aec63c9efe8d67e3a111" }, { - "title": "Aux Etats-Unis, une tornade fait des dizaines de morts, une « tragédie inimaginable », déplore Joe Biden", - "description": "La tempête a provoqué des dégâts et tué au moins cinquante personnes dans des Etats du sud et du sud-est des Etats-Unis, vendredi 10 décembre.", - "content": "Une église détruite par la tornade dans la ville de Mayfield, dans le Kentucky, le 11 décembre.", + "title": "Au Burundi, l’incendie d’une prison fait 38 morts et 69 blessés parmi les détenus", + "description": "Le feu, déclenché par un court-circuit selon les autorités, a totalement calciné certaines parties de cet établissement vétuste et surpeuplé, situé dans la capitale.", + "content": "Le feu, déclenché par un court-circuit selon les autorités, a totalement calciné certaines parties de cet établissement vétuste et surpeuplé, situé dans la capitale.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/11/aux-etats-unis-une-tornade-fait-au-moins-cinquante-morts-dans-le-kentucky-selon-le-gouverneur-de-l-etat_6105687_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/08/au-burundi-l-incendie-d-une-prison-fait-38-morts-et-69-blesses-parmi-les-detenus_6105155_3212.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:22:31 +0100", + "pubDate": "Wed, 08 Dec 2021 10:37:18 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268687,20 +294515,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f42bfcfa0527b556ac7230b082239ca6" + "hash": "0e52ac8098be93caa560281da403bb5f" }, { - "title": "Inondations : les Landes et les Pyrénées-Atlantiques redescendent en vigilance orange", - "description": "Météo-France a levé l’alerte rouge dans les deux départements du Sud-Ouest touchés depuis jeudi par de fortes crues provoquées par des pluies abondantes.", - "content": "Le Sud-Ouest est placé en vigilance orange pour des risques d’inondations et d’avalanches, samedi 11 décembre, dans le bulletin matinal de Météo-France.", + "title": "Députés et sénateurs trouvent un accord sur la proposition de loi instaurant des quotas de femmes dirigeantes dans les entreprises", + "description": "Les employeurs concernés s’exposeront à une « pénalité financière » en cas de non-respect de la loi.", + "content": "Les employeurs concernés s’exposeront à une « pénalité financière » en cas de non-respect de la loi.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/11/inondations-les-landes-et-les-pyrenees-atlantiques-redescendent-en-vigilance-orange_6105641_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/08/deputes-et-senateurs-trouvent-un-accord-sur-la-proposition-de-loi-instaurant-des-quotas-de-femmes-dirigeantes-dans-les-entreprises_6105152_823448.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 07:00:38 +0100", + "pubDate": "Wed, 08 Dec 2021 10:35:07 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268708,20 +294535,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "dbf9deca233b8e8af2ef2eb5e6f83c04" + "hash": "ee6fd08018e5d65f0f20dc58686e33c1" }, { - "title": "Aux Etats-Unis, une tornade fait au moins cinquante morts dans le Kentucky, selon le gouverneur de l’Etat", - "description": "La tempête a provoqué des dégâts et tué plusieurs personnes dans des Etats du sud-est et du centre-sud des Etats-Unis, vendredi 10 décembre.", - "content": "Une église détruite par la tornade dans la ville de Mayfield, dans le Kentucky, le 11 décembre.", + "title": "Au procès des attentats du 13-Novembre, le parcours de Salah Abdeslam et un long moment de gêne", + "description": "L’enquêteur belge no 440 232 779 a expédié en trois quarts d’heure le parcours de Salah Abdeslam. Les faiblesses sur la forme seraient anecdotiques si elles ne reflétaient pas un fond indigent.", + "content": "L’enquêteur belge no 440 232 779 a expédié en trois quarts d’heure le parcours de Salah Abdeslam. Les faiblesses sur la forme seraient anecdotiques si elles ne reflétaient pas un fond indigent.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/11/aux-etats-unis-une-tornade-fait-au-moins-cinquante-morts-dans-le-kentucky-selon-le-gouverneur-de-l-etat_6105687_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/08/au-proces-du-13-novembre-le-parcours-de-salah-abdeslam-et-un-long-moment-de-gene_6105151_3224.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 12:22:31 +0100", + "pubDate": "Wed, 08 Dec 2021 10:34:34 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268729,20 +294555,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "06032e852be73afdbf0fb456fbc0e61b" + "hash": "1863f542cab7196e6c8049d0a94c82b0" }, { - "title": "Guerre d’Algérie : la France va ouvrir ses archives sur les « enquêtes judiciaires » avec « quinze ans d’avance », annonce Roselyne Bachelot", - "description": "Avant l’annonce de la ministre de la culture, vendredi matin, Emmanuel Macron avait déjà décidé en mars de « faciliter l’accès aux archives classifiées de plus de cinquante ans », couvrant la période du conflit. Ces gestes d’apaisement étaient recommandés dans le rapport remis au chef de l’Etat par l’historien Benjamin Stora, en janvier, dans le but de « réconcilier les mémoires » et de « regarder l’histoire en face ».", - "content": "Avant l’annonce de la ministre de la culture, vendredi matin, Emmanuel Macron avait déjà décidé en mars de « faciliter l’accès aux archives classifiées de plus de cinquante ans », couvrant la période du conflit. Ces gestes d’apaisement étaient recommandés dans le rapport remis au chef de l’Etat par l’historien Benjamin Stora, en janvier, dans le but de « réconcilier les mémoires » et de « regarder l’histoire en face ».", + "title": "Afrique du Sud : rejet du projet de loi controversé de redistribution des terres", + "description": "Avec ou sans compensation, la question de la répartition divise et passionne les débats dans le pays.", + "content": "Avec ou sans compensation, la question de la répartition divise et passionne les débats dans le pays.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/10/guerre-d-algerie-la-france-va-ouvrir-ses-archives-sur-les-enquetes-judiciaires-avec-quinze-ans-d-avance-annonce-roselyne-bachelot_6105458_3224.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/08/afrique-du-sud-rejet-du-projet-de-loi-controverse-de-redistribution-des-terres_6105150_3212.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 09:13:32 +0100", + "pubDate": "Wed, 08 Dec 2021 10:34:17 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268750,20 +294575,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "10b7e70a08e1a1e09a157f2f548b2dd8" + "hash": "ea6e1e2c016d798b4bdc85fc97d77888" }, { - "title": "Après l’affaire des sous-marins australiens, les Etats-Unis reviennent concurrencer la France dans le domaine des frégates", - "description": "Washington a donné son feu vert à une possible vente à la Grèce de quatre frégates, alors que Paris a conclu en septembre un accord préalable sur la vente de trois frégates françaises à la marine grecque.", - "content": "Washington a donné son feu vert à une possible vente à la Grèce de quatre frégates, alors que Paris a conclu en septembre un accord préalable sur la vente de trois frégates françaises à la marine grecque.", + "title": "Un naturopathe lyonnais condamné à deux ans de prison pour agressions sexuelles", + "description": "Mustafa S., 71 ans, avait abusé de neuf femmes lors de séances de massages lymphatiques.", + "content": "Mustafa S., 71 ans, avait abusé de neuf femmes lors de séances de massages lymphatiques.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/11/apres-l-affaire-des-sous-marins-australiens-les-etats-unis-reviennent-concurrencer-la-france-dans-le-domaine-des-fregates_6105620_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/08/agressions-sexuelles-un-naturopathe-lyonnais-condamne-a-de-la-prison_6105149_3224.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 03:41:10 +0100", + "pubDate": "Wed, 08 Dec 2021 10:28:32 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268771,20 +294595,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "01f3df3f565b78eb7ae6b911026b6c22" + "hash": "c26015f9425e8eb23c94b328f594df56" }, { - "title": "La Chine est responsable d’un « génocide » des Ouïgours, selon des experts réunis à Londres", - "description": "Dans un rapport de 63 pages, un groupe d’avocats et d’experts des droits humains a estimé que la Chine était responsable de « crimes contre l’humanité », « au-delà de tout doute raisonnable ».", - "content": "Dans un rapport de 63 pages, un groupe d’avocats et d’experts des droits humains a estimé que la Chine était responsable de « crimes contre l’humanité », « au-delà de tout doute raisonnable ».", + "title": "Christiane Taubira entretient le doute sur une éventuelle candidature présidentielle", + "description": "L’ancienne garde des sceaux hésiterait pour 2022, mais le temps presse, et au moins huit candidats de gauche se sont déjà déclarés. Pour l’instant, elle reste muette, et terriblement secrète quant à ses intentions.", + "content": "L’ancienne garde des sceaux hésiterait pour 2022, mais le temps presse, et au moins huit candidats de gauche se sont déjà déclarés. Pour l’instant, elle reste muette, et terriblement secrète quant à ses intentions.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/la-chine-est-responsable-d-un-genocide-des-ouigours-selon-des-experts-reunis-a-londres_6105455_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/08/presidentielle-2002-christiane-taubira-entretient-le-doute_6105146_823448.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 08:59:58 +0100", + "pubDate": "Wed, 08 Dec 2021 10:07:51 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268792,20 +294615,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "f1671bb3bb27cdd22a95e907558c8b0b" + "hash": "836c78b15cf7836157c023feaffc8328" }, { - "title": "A l’usine Bosch de Rodez, le « sacrifice » des salariés et « l’effort » de l’entreprise", - "description": "Un accord a été signé, entérinant la suppression de 750 emplois sur 1 250. Mais le groupe a aussi fait le choix de réinternaliser des productions automobiles qui avaient été sous-traitées.", - "content": "Un accord a été signé, entérinant la suppression de 750 emplois sur 1 250. Mais le groupe a aussi fait le choix de réinternaliser des productions automobiles qui avaient été sous-traitées.", + "title": "La Banque de France augmente sa prévision de croissance pour 2021, à 6,7 %", + "description": "Le chiffre est « beaucoup plus élevé que ce que l’on attendait en première moitié de l’année », a déclaré sur RTL François Villeroy de Galhau, le gouverneur de la Banque de France, même si le variant Omicron augmente les incertitudes.", + "content": "Le chiffre est « beaucoup plus élevé que ce que l’on attendait en première moitié de l’année », a déclaré sur RTL François Villeroy de Galhau, le gouverneur de la Banque de France, même si le variant Omicron augmente les incertitudes.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/10/a-l-usine-bosch-de-rodez-le-sacrifice-des-salaries-et-l-effort-de-l-entreprise_6105449_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/08/la-banque-de-france-augmente-sa-prevision-de-croissance-pour-2021-a-6-7_6105145_3234.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 08:43:44 +0100", + "pubDate": "Wed, 08 Dec 2021 10:05:08 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268813,20 +294635,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e6cee0b4256361035f78c9a84b514c1" + "hash": "03134f5f609314246385648597668365" }, { - "title": "Plus de 40 000 espèces menacées d’extinction, dont les libellules", - "description": "Au moins 1/6e des espèces de libellules et de demoiselles risquent de s’éteindre, victimes de la disparition des zones humides, alerte l’Union internationale pour la conservation de la nature.", - "content": "Au moins 1/6e des espèces de libellules et de demoiselles risquent de s’éteindre, victimes de la disparition des zones humides, alerte l’Union internationale pour la conservation de la nature.", + "title": "Emmanuel Macron revient sur les propos d’Eric Zemmour : « Gardons-nous de manipuler » l’histoire", + "description": "Le candidat d’extrême droite affirme régulièrement que le maréchal Pétain a « protégé les juifs français et donné les juifs étrangers » durant la seconde guerre mondiale.", + "content": "Le candidat d’extrême droite affirme régulièrement que le maréchal Pétain a « protégé les juifs français et donné les juifs étrangers » durant la seconde guerre mondiale.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/10/plus-de-40-000-especes-menacees-d-extinction-dont-les-libellules-selon-la-liste-rouge-de-l-uicn_6105448_3244.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/08/a-vichy-emmanuel-macron-revient-sur-les-propos-d-eric-zemmour-gardons-nous-de-manipuler-l-histoire_6105139_6059010.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 08:38:40 +0100", + "pubDate": "Wed, 08 Dec 2021 09:51:34 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268834,20 +294655,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f41c1c3df1086fe98cb4d3ca9664ee6" + "hash": "4b5ab0f11f974786f496995e8c3524c6" }, { - "title": "La France a encore perdu 100 000 agriculteurs en dix ans", - "description": "L’élevage est le plus touché, le nombre d’exploitations spécialisées dans la production de lait ou de viande ayant plongé de 31 %.", - "content": "L’élevage est le plus touché, le nombre d’exploitations spécialisées dans la production de lait ou de viande ayant plongé de 31 %.", + "title": "Gaël Perdriau, écarté de la vice-présidence du parti LR, dénonce à nouveau la « droitisation » de sa famille politique", + "description": "Pour le maire de Saint-Etienne, Valérie Pécresse « est aujourd’hui entre deux chaises ». Il assure qu’« en l’état », il ne votera pas pour elle à l’élection présidentielle.", + "content": "Pour le maire de Saint-Etienne, Valérie Pécresse « est aujourd’hui entre deux chaises ». Il assure qu’« en l’état », il ne votera pas pour elle à l’élection présidentielle.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/10/la-france-a-encore-perdu-100-000-agriculteurs-en-dix-ans_6105446_3234.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/08/gael-perdriau-ecarte-de-la-vice-presidence-du-parti-lr-denonce-a-nouveau-la-droitisation-de-sa-famille-politique_6105137_6059010.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 08:00:06 +0100", + "pubDate": "Wed, 08 Dec 2021 09:22:28 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268855,20 +294675,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "93ec45b3e195f586cc0b60b650fd722e" + "hash": "9b9794f3cf66c1517aba0e673acf1cf5" }, { - "title": "L’acteur américain Jussie Smollett reconnu coupable d’avoir organisé sa propre agression", - "description": "L’accusation a fait valoir que le comédien de la série « Empire » avait manigancé une attaque raciste et homophobe en 2019 pour faire avancer sa carrière. Il risque trois ans de prison.", - "content": "L’accusation a fait valoir que le comédien de la série « Empire » avait manigancé une attaque raciste et homophobe en 2019 pour faire avancer sa carrière. Il risque trois ans de prison.", + "title": "Lumignons et masques pour la Fête des lumières à Lyon", + "description": "L’arrivée de la nouvelle municipalité écologiste n’a pas fondamentalement modifié l’esprit et la forme de la fête populaire, créée il y a vingt-deux ans et qui démarre mercredi 8 décembre.", + "content": "L’arrivée de la nouvelle municipalité écologiste n’a pas fondamentalement modifié l’esprit et la forme de la fête populaire, créée il y a vingt-deux ans et qui démarre mercredi 8 décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/l-acteur-americain-jussie-smollet-reconnu-coupable-d-avoir-organise-sa-propre-agression_6105441_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/08/lumignons-et-masques-pour-la-fete-des-lumieres-a-lyon_6105136_3246.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 06:47:54 +0100", + "pubDate": "Wed, 08 Dec 2021 09:15:03 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268876,20 +294695,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "820fbe3092edc66dd5d1f693c51187b0" + "hash": "2ce7f853e3f70295cb8b3280fd71845c" }, { - "title": "Le Burkina Faso et le Niger annoncent avoir tué une centaine de « terroristes » dans une opération commune", - "description": "Deux bases djihadistes ont été démantelées à l’issue de ces assauts à la frontière entre les deux pays confrontés à des attaques récurrentes.", - "content": "Deux bases djihadistes ont été démantelées à l’issue de ces assauts à la frontière entre les deux pays confrontés à des attaques récurrentes.", + "title": "Instagram dévoile des outils pour « encore mieux protéger » les mineurs, à la veille d’une audition au Sénat américain", + "description": "L’application va notamment empêcher les utilisateurs de mentionner des adolescents qui ne sont pas abonnés à leur profil. Elle avait déjà rendu les comptes des mineurs privés par défaut quand ils s’inscrivent.", + "content": "L’application va notamment empêcher les utilisateurs de mentionner des adolescents qui ne sont pas abonnés à leur profil. Elle avait déjà rendu les comptes des mineurs privés par défaut quand ils s’inscrivent.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/10/le-burkina-faso-et-le-niger-annoncent-avoir-tue-une-centaine-de-terroristes-dans-une-operation-commune_6105440_3212.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/08/avant-une-audition-au-senat-americain-instagram-annonce-quelques-outils-pour-proteger-les-mineurs_6105135_4408996.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 06:29:52 +0100", + "pubDate": "Wed, 08 Dec 2021 09:13:54 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268897,20 +294715,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee1efc4d734251530f5f1bb9d6c135c3" + "hash": "dde7bd29e8c87f278c7c1c14e1ce8ee7" }, { - "title": "Logements sociaux : les députés valident la prolongation du dispositif SRU", - "description": "Le texte pérennise, au-delà de son échéance initiale de 2025, le taux légal de logement social à 20 % ou 25 %, selon les territoires et selon le niveau de tension locative.", - "content": "Le texte pérennise, au-delà de son échéance initiale de 2025, le taux légal de logement social à 20 % ou 25 %, selon les territoires et selon le niveau de tension locative.", + "title": "« Victimes de Nicolas Hulot et de PPDA, nous ne sommes pas les bourreaux » : 14 femmes s’adressent à Emmanuel Macron après ses propos sur l’« inquisition »", + "description": "Dans une tribune au « Monde », un collectif de femmes s’étant déclarées publiquement victimes de violences sexuelles de la part de l’ancien ministre et du journaliste Patrick Poivre d’Arvor reviennent sur les déclarations récentes du chef de l’Etat, qui a salué la libération de la parole tout en s’inquiétant du risque d’une « société de l’inquisition ».", + "content": "Dans une tribune au « Monde », un collectif de femmes s’étant déclarées publiquement victimes de violences sexuelles de la part de l’ancien ministre et du journaliste Patrick Poivre d’Arvor reviennent sur les déclarations récentes du chef de l’Etat, qui a salué la libération de la parole tout en s’inquiétant du risque d’une « société de l’inquisition ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/10/logements-sociaux-les-deputes-valident-la-prolongation-du-dispositif-sru_6105439_3224.html", + "link": "https://www.lemonde.fr/idees/article/2021/12/08/nous-victimes-de-nicolas-hulot-et-de-ppda-ne-sommes-pas-les-bourreaux-monsieur-le-president-de-la-republique_6105096_3232.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 06:08:01 +0100", + "pubDate": "Wed, 08 Dec 2021 02:42:37 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268918,20 +294735,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "d3c74c5dc1592ae6bab1139d8ad8540a" + "hash": "94a408a1e24ad6b19f00e9d6e4915695" }, { - "title": "A la tête du Conseil de l’Union européenne à partir de janvier, Emmanuel Macron se pose en chef de file des pro-européens", - "description": "Réforme de l’espace Shengen, pacte migratoire, Europe de la défense… Jeudi, le chef de l’Etat a présenté ses priorités pour la présidence française du Conseil de l’UE. Un programme ambitieux, parfois trop au regard de ses prérogatives réelles.", - "content": "Réforme de l’espace Shengen, pacte migratoire, Europe de la défense… Jeudi, le chef de l’Etat a présenté ses priorités pour la présidence française du Conseil de l’UE. Un programme ambitieux, parfois trop au regard de ses prérogatives réelles.", + "title": "La Russie envoie un milliardaire japonais dans l’espace", + "description": "Après dix ans sans vol touristique, l’agence spatiale russe va permettre à un riche japonais de passer douze jours dans l’ISS, et ainsi tenter de se refaire une place dans un secteur de plus en plus concurrentiel.", + "content": "Après dix ans sans vol touristique, l’agence spatiale russe va permettre à un riche japonais de passer douze jours dans l’ISS, et ainsi tenter de se refaire une place dans un secteur de plus en plus concurrentiel.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/09/macron-se-pose-en-chef-de-file-des-pro-europeens_6105411_3210.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/08/la-russie-envoie-un-milliardaire-japonais-dans-l-espace_6105124_1650684.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 23:55:12 +0100", + "pubDate": "Wed, 08 Dec 2021 07:09:09 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268939,20 +294755,19 @@ "favorite": false, "created": false, "tags": [], - "hash": "c4a0fa6602d1d865515b7999748303b4" + "hash": "53a52422bba938270d4625fbbce111a4" }, { - "title": "Mexique : au moins 53 migrants tués dans un accident de camion", - "description": "Une centaine de personnes étaient entassées dans le véhicule, qui se serait renversé après avoir percuté un mur. La plupart seraient originaires du Guatemala.", - "content": "Une centaine de personnes étaient entassées dans le véhicule, qui se serait renversé après avoir percuté un mur. La plupart seraient originaires du Guatemala.", + "title": "« Les Tuche 4 » : l’esprit de Noël fait perdre aux personnages d’Olivier Baroux leur loufoquerie", + "description": "Après son rocambolesque passage par l’Elysée, retour à Bouzolles pour la famille chti, avec un quatrième volet peu inspiré de leurs aventures.", + "content": "Après son rocambolesque passage par l’Elysée, retour à Bouzolles pour la famille chti, avec un quatrième volet peu inspiré de leurs aventures.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/mexique-au-moins-53-migrants-tues-dans-un-accident-de-camion_6105428_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/08/les-tuche-4-l-esprit-de-noel-fait-perdre-aux-personnages-d-olivier-baroux-leur-loufoquerie_6105121_3246.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 04:25:38 +0100", + "pubDate": "Wed, 08 Dec 2021 07:00:11 +0100", "enclosure": "", "enclosureType": "", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", @@ -268960,16 +294775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eca50e3b68005107de473e2374df2b4b" + "hash": "189ffe2659c77ac319b99e2e3fda9243" }, { - "title": "Le Sénégal rétablit le poste de premier ministre", - "description": "La nomination du futur chef de gouvernement, dont la fonction avait disparu en 2019, interviendra après les élections locales de janvier.", - "content": "La nomination du futur chef de gouvernement, dont la fonction avait disparu en 2019, interviendra après les élections locales de janvier.", + "title": "La ville de Tokyo va reconnaître les unions homosexuelles", + "description": "La gouverneure de la capitale japonaise a annoncé que des certificats pour les personnes de même sexe pourraient être prêts d’ici à début 2023. Le Japon est le dernier pays du G7 à ne pas autoriser le mariage pour tous.", + "content": "La gouverneure de la capitale japonaise a annoncé que des certificats pour les personnes de même sexe pourraient être prêts d’ici à début 2023. Le Japon est le dernier pays du G7 à ne pas autoriser le mariage pour tous.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/11/le-senegal-retablit-le-poste-de-premier-ministre_6105627_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/tokyo-va-reconnaitre-les-unions-homosexuelles_6105119_3210.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 05:32:59 +0100", + "pubDate": "Wed, 08 Dec 2021 06:44:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -268980,16 +294795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5132b32e94a90242f27174a1edef846e" + "hash": "d763f170cb13957f79d87691248dbd88" }, { - "title": "Mort de Michael Nesmith, membre des Monkees, groupe de rock américain à succès des années 1960", - "description": "Le quatuor californien est considéré comme le premier boys band de l’histoire, monté de toutes pièces pour une émission de télévision, en pleine beatlemania.", - "content": "Le quatuor californien est considéré comme le premier boys band de l’histoire, monté de toutes pièces pour une émission de télévision, en pleine beatlemania.", + "title": "Une épée de Napoléon vendue 2,5 millions d’euros aux enchères", + "description": "Cette pièce historique, portée par Bonaparte lors de son coup d’Etat du 18 brumaire an VIII, a été acquise par un acheteur ayant préféré rester anonyme, lors d’une vente aux Etats-Unis.", + "content": "Cette pièce historique, portée par Bonaparte lors de son coup d’Etat du 18 brumaire an VIII, a été acquise par un acheteur ayant préféré rester anonyme, lors d’une vente aux Etats-Unis.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/11/mort-de-michael-nesmith-membre-des-monkees-groupe-de-rock-americain-a-succes-des-annees-1960_6105622_3382.html", + "link": "https://www.lemonde.fr/argent/article/2021/12/08/une-epee-de-napoleon-vendue-2-5-millions-d-euros-aux-encheres_6105115_1657007.html", "creator": "", - "pubDate": "Sat, 11 Dec 2021 04:36:32 +0100", + "pubDate": "Wed, 08 Dec 2021 06:05:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269000,16 +294815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bfaad611062a389517c6a733c174e7f3" + "hash": "16489e45474b30290149a37179ef0900" }, { - "title": "Aux Etats-Unis, naissance historique d’un syndicat dans des cafés Starbucks", - "description": "Deux établissements de Buffalo, dans l’Etat de New York, ont voté pour la création d’un syndicat, une première au sein de la compagnie.", - "content": "Deux établissements de Buffalo, dans l’Etat de New York, ont voté pour la création d’un syndicat, une première au sein de la compagnie.", + "title": "Ukraine : Joe Biden et Vladimir Poutine donnent une chance à la diplomatie", + "description": "Lors d’un entretien vidéo, mardi 7 décembre, les présidents américain et russe ont exposé leurs positions. Le Kremlin a notamment renouvelé ses critiques contre l’influence grandissante de l’OTAN dans son voisinage.", + "content": "Lors d’un entretien vidéo, mardi 7 décembre, les présidents américain et russe ont exposé leurs positions. Le Kremlin a notamment renouvelé ses critiques contre l’influence grandissante de l’OTAN dans son voisinage.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/naissance-historique-de-syndicats-dans-des-cafes-starbucks-aux-etats-unis_6105426_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/joe-biden-et-vladimir-poutine-donnent-une-chance-a-la-diplomatie-sur-le-dossier-ukrainien_6105108_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 03:42:18 +0100", + "pubDate": "Wed, 08 Dec 2021 05:44:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269020,16 +294835,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e532300317baef34247757c82690f30b" + "hash": "ecf9dddc1806d317f926dbcbbd9ed8a5" }, { - "title": "Joe Biden réaffirme personnellement son soutien à l’Ukraine face au risque d’une attaque russe", - "description": "Le président des Etats-Unis a redit son « engagement indéfectible » pour la « souveraineté et l’intégrité territoriale de l’Ukraine », lors d’une conversation téléphonique avec son homologue ukrainien, Volodymyr Zelensky.", - "content": "Le président des Etats-Unis a redit son « engagement indéfectible » pour la « souveraineté et l’intégrité territoriale de l’Ukraine », lors d’une conversation téléphonique avec son homologue ukrainien, Volodymyr Zelensky.", + "title": "Deux concerts dans des églises annulés à Nantes et Paris, sous la pression de catholiques intégristes", + "description": "Un petit groupe de radicaux a bloqué l’entrée de l’église nantaise Notre-Dame-de-Bon-Port où devait se tenir mardi soir un concert de la musicienne suédoise Anna von Hausswolff, organisé par le Lieu unique.", + "content": "Un petit groupe de radicaux a bloqué l’entrée de l’église nantaise Notre-Dame-de-Bon-Port où devait se tenir mardi soir un concert de la musicienne suédoise Anna von Hausswolff, organisé par le Lieu unique.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/joe-biden-reaffirme-personnellement-son-soutien-a-l-ukraine-face-au-risque-d-une-attaque-russe_6105418_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/08/un-concert-annule-sous-la-pression-de-catholiques-integristes-a-nantes_6105101_3246.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 01:45:04 +0100", + "pubDate": "Wed, 08 Dec 2021 04:48:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269040,16 +294855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0a54ead1648de5d3ec044991dbb9fe68" + "hash": "31fca2bb8b05add8ae463f249586d5f5" }, { - "title": "Bruno Le Maire et Eric Zemmour s’opposent lors d’un débat houleux", - "description": "Le candidat d’extrême droite à la présidentielle et le ministre de l’économie se sont livrés jeudi, dans l’émission politique « Elysée 2022 » sur France 2, à un débat agité sur l’état du pays, son histoire et leur conception de la nation.", - "content": "Le candidat d’extrême droite à la présidentielle et le ministre de l’économie se sont livrés jeudi, dans l’émission politique « Elysée 2022 » sur France 2, à un débat agité sur l’état du pays, son histoire et leur conception de la nation.", + "title": "Commerce : face à la montée des tensions géopolitiques, l’Europe veut se protéger", + "description": "La Commission européenne va proposer, mercredi 8 décembre, un outil pour permettre aux Vingt-Sept d’adopter des sanctions contre un pays tiers qui imposerait des mesures de rétorsion pour des motifs politiques.", + "content": "La Commission européenne va proposer, mercredi 8 décembre, un outil pour permettre aux Vingt-Sept d’adopter des sanctions contre un pays tiers qui imposerait des mesures de rétorsion pour des motifs politiques.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/10/bruno-le-maire-et-eric-zemmour-s-opposent-lors-d-un-debat-houleux_6105416_6059010.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/08/commerce-face-a-la-montee-des-tensions-geopolitiques-l-europe-veut-se-proteger_6105100_3234.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 01:13:59 +0100", + "pubDate": "Wed, 08 Dec 2021 04:47:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269060,16 +294875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c28a7b00794a15b4f61c6414b4a376a" + "hash": "8b2c1f21bc904aa41c2bbe8ae466e53a" }, { - "title": "Assaut du Capitole : un tribunal rejette la nouvelle tentative de Donald Trump de bloquer la transmission de documents au Congrès", - "description": "La décision d’une cour d’appel fédérale doit permettre à la commission d’enquête parlementaire d’en savoir plus sur le rôle de l’ancien président dans l’attaque du 6 janvier. Ce dernier a quatorze jours pour se tourner vers la Cour suprême.", - "content": "La décision d’une cour d’appel fédérale doit permettre à la commission d’enquête parlementaire d’en savoir plus sur le rôle de l’ancien président dans l’attaque du 6 janvier. Ce dernier a quatorze jours pour se tourner vers la Cour suprême.", + "title": "A la Guadeloupe, un important barrage démonté, le couvre-feu réduit", + "description": "Situé à Sainte-Rose, et constitué d’une vingtaine de barricades sur 10 km, il a été déblayé par la gendarmerie. Seules douze communes de l’île restent soumises à un couvre-feu, plus tardif que le précédent.", + "content": "Situé à Sainte-Rose, et constitué d’une vingtaine de barricades sur 10 km, il a été déblayé par la gendarmerie. Seules douze communes de l’île restent soumises à un couvre-feu, plus tardif que le précédent.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/assaut-du-capitole-un-tribunal-rejette-la-nouvelle-tentative-de-donald-trump-de-bloquer-la-transmission-de-documents-au-congres_6105412_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/08/en-guadeloupe-un-important-barrage-demonte-le-couvre-feu-reduit_6105099_3224.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:51:53 +0100", + "pubDate": "Wed, 08 Dec 2021 04:12:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269080,16 +294895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0be957d272478f861c0687f5ae46e75f" + "hash": "be2320d0f6d76cbd20c9c9b7d6804c09" }, { - "title": "Mondial de handball : les Bleues battent la Pologne sans trembler", - "description": "Les handballeuses françaises ont commencé, jeudi, le tour principal par une victoire 26 à 16 contre la Pologne. Elles accéderont aux quarts de finale si elles s’imposent, samedi, face à la Serbie.", - "content": "Les handballeuses françaises ont commencé, jeudi, le tour principal par une victoire 26 à 16 contre la Pologne. Elles accéderont aux quarts de finale si elles s’imposent, samedi, face à la Serbie.", + "title": "JO de Pékin 2022 : l’Australie n’enverra pas non plus de représentant diplomatique", + "description": "Cette décision, motivée par de nombreux désaccords avec la Chine, intervient au lendemain d’une annonce similaire faite par les Etats-Unis. Une quarantaine d’athlètes australiens participeront néanmoins aux Jeux.", + "content": "Cette décision, motivée par de nombreux désaccords avec la Chine, intervient au lendemain d’une annonce similaire faite par les Etats-Unis. Une quarantaine d’athlètes australiens participeront néanmoins aux Jeux.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/09/mondial-de-handball-les-bleues-battent-la-pologne-sans-trembler_6105410_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/jo-de-pekin-2022-l-australie-n-enverra-pas-non-plus-de-representant-diplomatique_6105094_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 23:39:40 +0100", + "pubDate": "Wed, 08 Dec 2021 02:30:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269100,16 +294915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a9998989bdd86ba11c0f289f6356c5a9" + "hash": "18be9cce15f768a89488e315266054f5" }, { - "title": "Pierre Ménès, placé en garde à vue, jeudi 9 décembre, dans le cadre d’une enquête pour une agression sexuelle qu’il dément, sera jugé le 8 juin.", - "description": "L’ancien chroniqueur de la chaîne cryptée, qu’il a quittée au début de juillet, avait été placé jeudi matin en garde à vue. Celle-ci a été levée dans la soirée.", - "content": "L’ancien chroniqueur de la chaîne cryptée, qu’il a quittée au début de juillet, avait été placé jeudi matin en garde à vue. Celle-ci a été levée dans la soirée.", + "title": "Devant la cour d’assises de l’Hérault, Daniel Malgouyres clame son innocence : « Je n’étais pas dans la combine »", + "description": "Accusé d’un meurtre, d’une tentative de meurtre et de « tentative d’extorsion avec arme » contre son épouse dans un cambriolage qui a mal tourné, le propriétaire du jardin de Saint-Adrien a maintenu, mardi, ne pas avoir recruté les braqueurs.", + "content": "Accusé d’un meurtre, d’une tentative de meurtre et de « tentative d’extorsion avec arme » contre son épouse dans un cambriolage qui a mal tourné, le propriétaire du jardin de Saint-Adrien a maintenu, mardi, ne pas avoir recruté les braqueurs.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/09/l-ex-chroniqueur-de-canal-pierre-menes-accuse-d-agression-sexuelle-est-place-en-garde-a-vue_6105345_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/08/devant-la-cour-d-assises-de-l-herault-daniel-malgouyres-clame-son-innocence-je-n-etais-pas-dans-la-combine_6105093_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:20:34 +0100", + "pubDate": "Wed, 08 Dec 2021 02:21:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269120,16 +294935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a45a5fc0eb91b5673f9b80c1beaf0831" + "hash": "e5738ad7ddca02ee2d3ef6c5d31e04bf" }, { - "title": "Un tiers des produits ménagers « potentiellement nocifs », alerte « 60 millions de consommateurs »", - "description": "Le magazine invite surtout à se méfier des lingettes désinfectantes pour W-C et multisurfaces, des sprays désinfectants et des désodorisants.", - "content": "Le magazine invite surtout à se méfier des lingettes désinfectantes pour W-C et multisurfaces, des sprays désinfectants et des désodorisants.", + "title": "Nouvelle-Calédonie : le Conseil d’Etat rejette la demande de report du référendum", + "description": "Des associations et des électeurs indépendantistes arguaient que le contexte sanitaire ne permettait pas la tenue du scrutin sur l’indépendance prévu le 12 décembre.", + "content": "Des associations et des électeurs indépendantistes arguaient que le contexte sanitaire ne permettait pas la tenue du scrutin sur l’indépendance prévu le 12 décembre.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/09/un-tiers-des-produits-menagers-potentiellement-nocifs-alerte-60-millions-de-consommateurs_6105408_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/08/nouvelle-caledonie-le-conseil-d-etat-rejette-la-demande-de-report-du-referendum_6105092_823448.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 22:35:54 +0100", + "pubDate": "Wed, 08 Dec 2021 02:08:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269140,36 +294955,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "dd167bee7edbb577cc09c6d5aacefed7" + "hash": "6dea48ab888fb72050ffb16c2b4be0ff" }, { - "title": "Rénovation de l’appartement de Boris Johnson : le Parti conservateur écope d’une amende", - "description": "La commission électorale britannique a conclu jeudi que le parti du premier ministre avait reçu un don privé de plus de 67 000 livres pour la rénovation de son logement. Seules 15 000 livres ont été déclarées comme un don par le parti.", - "content": "La commission électorale britannique a conclu jeudi que le parti du premier ministre avait reçu un don privé de plus de 67 000 livres pour la rénovation de son logement. Seules 15 000 livres ont été déclarées comme un don par le parti.", + "title": "Pearl Harbor : 80 ans après, la plupart des victimes de l’« Oklahoma » identifiées", + "description": "Ce navire américain avait été coulé lors de l’attaque japonaise du 7 décembre 1941, causant la mort de 429 soldats. Le Pentagone a annoncé, mardi, pouvoir clore les recherches sur leur identité, grâce à des analyses ADN menées sur les ossements.", + "content": "Ce navire américain avait été coulé lors de l’attaque japonaise du 7 décembre 1941, causant la mort de 429 soldats. Le Pentagone a annoncé, mardi, pouvoir clore les recherches sur leur identité, grâce à des analyses ADN menées sur les ossements.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/09/renovation-de-l-appartement-de-boris-johnson-le-parti-conservateur-ecope-d-une-amende_6105406_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/pearl-harbor-80-ans-apres-la-plupart-des-victimes-de-l-uss-oklahoma-identifiees_6105088_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 22:01:44 +0100", + "pubDate": "Wed, 08 Dec 2021 01:14:14 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbd05fe8e22d01fe3f72ed490032c980" + "hash": "c14df8a5c8cd787cfb99192c861eae98" }, { - "title": "Loi anti-avortement au Texas : la Cour suprême autorise les tribunaux fédéraux à intervenir contre le texte", - "description": "Cette décision lève les obstacles de procédure qui ont empêché jusqu’ici les juges fédéraux de bloquer la loi texane, qui enfreint pourtant la jurisprudence de la haute cour.", - "content": "Cette décision lève les obstacles de procédure qui ont empêché jusqu’ici les juges fédéraux de bloquer la loi texane, qui enfreint pourtant la jurisprudence de la haute cour.", + "title": "Election présidentielle : la candidate socialiste, Anne Hidalgo, appelle à l’organisation d’une « primaire de la gauche »", + "description": "Interrogée mercredi sur TF1, la maire de Paris dit avoir « pris acte » de la faiblesse et de l’éparpillement des candidatures à gauche. Elle a toutefois affirmé qu’elle ne retirerait pas la sienne si son appel n’est pas entendu.", + "content": "Interrogée mercredi sur TF1, la maire de Paris dit avoir « pris acte » de la faiblesse et de l’éparpillement des candidatures à gauche. Elle a toutefois affirmé qu’elle ne retirerait pas la sienne si son appel n’est pas entendu.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/loi-anti-avortement-au-texas-la-cour-supreme-autorise-les-tribunaux-federaux-a-intervenir-contre-le-texte_6105586_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/08/arnaud-montebourg-pret-a-offrir-sa-candidature-a-un-projet-et-candidat-commun-pour-l-election-presidentielle_6105215_6059010.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 18:08:58 +0100", + "pubDate": "Wed, 08 Dec 2021 18:28:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269180,16 +294995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d1e4eca74f67a315bf2c6109a63f847" + "hash": "342dffebe5e5fec41c7cd6bb96432368" }, { - "title": "Inondations : Météo-France place les Landes et les Pyrénées-Atlantiques en vigilance rouge aux crues", - "description": "Le département des Pyrénées-Atlantiques fait toujours face, vendredi 10 décembre, à des pluies intenses et des débordements de cours d’eau qui ont entraîné 160 interventions de pompiers depuis jeudi sans faire de victimes.", - "content": "Le département des Pyrénées-Atlantiques fait toujours face, vendredi 10 décembre, à des pluies intenses et des débordements de cours d’eau qui ont entraîné 160 interventions de pompiers depuis jeudi sans faire de victimes.", + "title": "Un million d’appareils fonctionnant sous Windows piratés par un réseau malveillant, selon Google", + "description": "Ce réseau d’appareil infectés a été baptisé Glupteba. Le géant de l’Internet a déposé plainte contre des hackeurs russes qui agiraient depuis de nombreuses années.", + "content": "Ce réseau d’appareil infectés a été baptisé Glupteba. Le géant de l’Internet a déposé plainte contre des hackeurs russes qui agiraient depuis de nombreuses années.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/10/pyrenees-atlantiques-debordements-et-glissements-de-terrain-apres-des-pluies-intenses_6105487_3244.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/08/google-annonce-avoir-ete-hacke_6105086_4408996.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 11:27:07 +0100", + "pubDate": "Wed, 08 Dec 2021 00:51:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269200,36 +295015,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "62853071262a85930f44bf9c7dda48af" + "hash": "f3b7243b04b3a4ef31b091941380312f" }, { - "title": "Un adjoint d’Anne Hidalgo entendu par la police", - "description": "Hermano Sanches Ruivo est soupçonné de blanchiment de fraude fiscale. En cas de mise en examen, il devra démissionner, a annoncé la mairie le 9 décembre.", - "content": "Hermano Sanches Ruivo est soupçonné de blanchiment de fraude fiscale. En cas de mise en examen, il devra démissionner, a annoncé la mairie le 9 décembre.", + "title": "Lydia, entreprise française de télépaiement, désormais valorisée à un milliard de dollars", + "description": "La société accède au statut de « licorne » après avoir bouclé une levée de fonds de 100 millions de dollars. Elle compte recruter près de 800 personnes.", + "content": "La société accède au statut de « licorne » après avoir bouclé une levée de fonds de 100 millions de dollars. Elle compte recruter près de 800 personnes.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/09/un-adjoint-d-anne-hidalgo-entendu-par-la-police_6105405_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/08/lydia-entreprise-francaise-de-telepaiement-desormais-valorisee-a-un-milliard-de-dollars_6105171_3234.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 21:46:46 +0100", + "pubDate": "Wed, 08 Dec 2021 11:49:19 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d55e45138b267d4b634940eefc02e82" + "hash": "82e30e25cdbab8b5e5a9410ba3036661" }, { - "title": "Un incendie mortel au siège du parti islamiste Ennahda en Tunisie", - "description": "Le bilan est actuellement d’un mort et dix-huit blessés, dont deux dirigeants. Le sinistre se serait déclaré, selon les médias, après l’immolation d’un militant du parti.", - "content": "Le bilan est actuellement d’un mort et dix-huit blessés, dont deux dirigeants. Le sinistre se serait déclaré, selon les médias, après l’immolation d’un militant du parti.", + "title": "Allemagne : Olaf Scholz élu chancelier par le Bundestag", + "description": "Soutenu par le SPD, les Verts et les Libéraux, il a reçu les suffrages de 395 des 736 députés du Bundestag.", + "content": "Soutenu par le SPD, les Verts et les Libéraux, il a reçu les suffrages de 395 des 736 députés du Bundestag.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/09/un-incendie-mortel-au-siege-du-parti-islamiste-ennahda-en-tunisie_6105404_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/allemagne-olaf-scholz-elu-chancelier-par-le-bundestag_6105160_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 21:23:11 +0100", + "pubDate": "Wed, 08 Dec 2021 10:58:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269240,16 +295055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "93b6f23110f5b46d675b00d0bece9af3" + "hash": "45910e60382ad0bab2e2e8dfb208f6cf" }, { - "title": "Dopage et triche dans le monde du cheval : six personnes mises en examen", - "description": "Selon le parquet d’Aix-en-Provence, une enquête ouverte il y a dix mois a « permis de révéler de très nombreux faits de dopage équin et de manipulation de courses hippiques, dans le cadre d’une organisation concertée ».", - "content": "Selon le parquet d’Aix-en-Provence, une enquête ouverte il y a dix mois a « permis de révéler de très nombreux faits de dopage équin et de manipulation de courses hippiques, dans le cadre d’une organisation concertée ».", + "title": "Agressions sexuelles : un naturopathe lyonnais condamné à de la prison", + "description": "Mustafa S., 71 ans, avait abusé de neuf femmes lors de séances de massages lymphatiques.", + "content": "Mustafa S., 71 ans, avait abusé de neuf femmes lors de séances de massages lymphatiques.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/09/dopage-et-triche-dans-le-monde-du-cheval-six-personnes-mises-en-examen_6105403_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/08/agressions-sexuelles-un-naturopathe-lyonnais-condamne-a-de-la-prison_6105149_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 21:01:09 +0100", + "pubDate": "Wed, 08 Dec 2021 10:28:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269260,16 +295075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e951bb554abf4bc555469e9e06e354a4" - }, - { - "title": "A Dassault Aviation, le « carnet de commandes est plein » et les ouvriers en grève pour réclamer un salaire à la hauteur", - "description": "Sept des neuf usines du groupe, qui vient de conclure une vente de 80 Rafale pour 17 milliards d’euros, étaient bloquées, jeudi.", - "content": "Sept des neuf usines du groupe, qui vient de conclure une vente de 80 Rafale pour 17 milliards d’euros, étaient bloquées, jeudi.", + "hash": "a3188d4f7cdc951798cb51ba48f2107a" + }, + { + "title": "Changement de tête à la direction interministérielle du numérique, en pleine crise interne", + "description": "Une vingtaine d’agents passés par ce service central de la modernisation de l’Etat y dénoncent un management brutal et une précarité organisée. Le directeur de la Dinum a annoncé, mardi, quitter ses fonctions.", + "content": "Une vingtaine d’agents passés par ce service central de la modernisation de l’Etat y dénoncent un management brutal et une précarité organisée. Le directeur de la Dinum a annoncé, mardi, quitter ses fonctions.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/09/a-dassault-aviation-le-carnet-de-commandes-est-plein-et-les-ouvriers-en-greve-pour-reclamer-un-salaire-a-la-hauteur_6105402_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/08/changement-de-tete-a-la-direction-interministerielle-du-numerique-en-pleine-crise-interne_6105148_823448.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:43:11 +0100", + "pubDate": "Wed, 08 Dec 2021 10:22:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269280,16 +295095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "179b907b62e77839a6df73c2ffb23b01" + "hash": "6838bfcd159a9f27df5194173e315eca" }, { - "title": "Boycott des JO de Pékin : le chef de l’ONU ira à la cérémonie, Macron refuse une mesure « toute petite et symbolique »", - "description": "Jusqu’ici, les Etats-Unis, le Canada, l’Australie et le Royaume-Uni ont annoncé que leurs responsables politiques ne feraient pas le déplacement. Ce ne sera pas le cas de ceux de l’ONU ni de la France.", - "content": "Jusqu’ici, les Etats-Unis, le Canada, l’Australie et le Royaume-Uni ont annoncé que leurs responsables politiques ne feraient pas le déplacement. Ce ne sera pas le cas de ceux de l’ONU ni de la France.", + "title": "Il s’agit d’une personne âgée de 82 ans selon les pompiers. Une dernière personne, a priori le fils de cette octogénaire, est toujours portée disparue.", + "description": "Il s’agit d’une personne âgée de 82 ans selon les pompiers. Une dernière personne, a priori le fils de cette octogénaire, est toujours portée disparue.", + "content": "Il s’agit d’une personne âgée de 82 ans selon les pompiers. Une dernière personne, a priori le fils de cette octogénaire, est toujours portée disparue.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/09/boycott-des-jeux-olympiques-de-pekin-le-chef-de-l-onu-ira-a-la-ceremonie-macron-refuse-une-mesure-toute-petite-et-symbolique_6105400_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/07/cinq-personnes-probablement-bloquees-dans-les-decombres-apres-l-effondrement-d-un-immeuble-a-sanary-sur-mer_6104983_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:33:37 +0100", + "pubDate": "Tue, 07 Dec 2021 06:38:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269300,16 +295115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9f5b05aaadd78da90cdd5ced0ff1c26" + "hash": "093a8dd9391deea9eb1cd232201661fe" }, { - "title": "A Madagascar, l’assassinat d’un travailleur humanitaire révèle la tragique situation du Sud", - "description": "La région subit la pire sécheresse depuis quarante ans ; 1,3 million de personnes a besoin d’assistance alimentaire.", - "content": "La région subit la pire sécheresse depuis quarante ans ; 1,3 million de personnes a besoin d’assistance alimentaire.", + "title": "Un concert annulé sous la pression de catholiques intégristes à Nantes", + "description": "Un petit groupe de radicaux a bloqué l’entrée d’une église, à Nantes, où devait se tenir mardi soir un concert programmé par le Lieu unique. Les organisateurs et plusieurs élus de la ville dénoncent une atteinte à la liberté d’expression.", + "content": "Un petit groupe de radicaux a bloqué l’entrée d’une église, à Nantes, où devait se tenir mardi soir un concert programmé par le Lieu unique. Les organisateurs et plusieurs élus de la ville dénoncent une atteinte à la liberté d’expression.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/09/a-madagascar-l-assassinat-d-un-travailleur-humanitaire-revele-la-tragique-situation-du-sud_6105399_3212.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/08/un-concert-annule-sous-la-pression-de-catholiques-integristes-a-nantes_6105101_3246.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:33:32 +0100", + "pubDate": "Wed, 08 Dec 2021 04:48:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269320,36 +295135,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc55c18e876360071705cfe903a4944b" + "hash": "cf662353592d9f2feb24ab87afeb6350" }, { - "title": "Licences de pêche post-Brexit : le Royaume-Uni refuse la « date butoir » du 10 décembre, censée régler le litige avec la France", - "description": "Juste avant qu’Emmanuel Macron ne dénonce à nouveau « les relations difficiles » entre les deux pays, Londres affirmait ne pas tenir compte de l’échéance fixée par la Commission européenne.", - "content": "Juste avant qu’Emmanuel Macron ne dénonce à nouveau « les relations difficiles » entre les deux pays, Londres affirmait ne pas tenir compte de l’échéance fixée par la Commission européenne.", + "title": "Mondial de handball : les Bleues bataillent pour s’imposer face au Monténégro", + "description": "Malmenées pendant une grande partie de la rencontre, les Françaises ont réussi à s’en sortir 24 à 19, mardi soir, à Granollers (Espagne). Après ce succès, les joueuses se hissent au tour principal avec le maximum de points.", + "content": "Malmenées pendant une grande partie de la rencontre, les Françaises ont réussi à s’en sortir 24 à 19, mardi soir, à Granollers (Espagne). Après ce succès, les joueuses se hissent au tour principal avec le maximum de points.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/09/licences-de-peche-post-brexit-le-royaume-uni-refuse-la-date-butoir-du-10-decembre-censee-regler-le-litige-avec-la-france_6105395_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/07/mondial-de-handball-les-bleues-bataillent-pour-s-imposer-face-au-montenegro_6105084_3242.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:48:17 +0100", + "pubDate": "Tue, 07 Dec 2021 22:54:43 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc6763d51c26c0027d21346f701ad2db" + "hash": "348a0cf9d85778a66891fabf7eeebc7c" }, { - "title": "A La Réunion, une enquête sur les embauches politiques de l’ex-président de région", - "description": "Des perquisitions ont été effectuées, lundi 6 et mardi 7 décembre, au conseil régional de La Réunion et au domicile de l’ancien président de la collectivité, Didier Robert, entendu par la police.", - "content": "Des perquisitions ont été effectuées, lundi 6 et mardi 7 décembre, au conseil régional de La Réunion et au domicile de l’ancien président de la collectivité, Didier Robert, entendu par la police.", + "title": "Faut-il rallumer une installation de Claude Lévêque, accusé de viols sur mineurs ? A Montreuil, le débat fait rage", + "description": "Le conseil de quartier de Bel Air demande l’illumination de « Modern Dance », que la mairie avait éteinte en janvier, après que « Le Monde » a révélé les accusations visant le célèbre plasticien.", + "content": "Le conseil de quartier de Bel Air demande l’illumination de « Modern Dance », que la mairie avait éteinte en janvier, après que « Le Monde » a révélé les accusations visant le célèbre plasticien.", "category": "", - "link": "https://www.lemonde.fr/police-justice/article/2021/12/09/a-la-reunion-une-enquete-sur-les-embauches-politiques-de-l-ex-president-de-region_6105394_1653578.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/07/faut-il-rallumer-une-installation-de-claude-leveque-accuse-de-viols-sur-mineurs-a-montreuil-le-debat-fait-rage_6105082_3246.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:45:48 +0100", + "pubDate": "Tue, 07 Dec 2021 22:41:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269360,16 +295175,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d81be528773031254e6c4cb026058365" + "hash": "75a3bd1abd6bd7d1fb35183c6196052e" }, { - "title": "Mexique : au moins 53 migrants tués dans un accident de camion", - "description": "Une centaine de personnes étaient entassées dans le véhicule qui se serait renversé après avoir percuté un mur. La plupart seraient originaires du Guatemala.", - "content": "Une centaine de personnes étaient entassées dans le véhicule qui se serait renversé après avoir percuté un mur. La plupart seraient originaires du Guatemala.", + "title": "Le Sénat vote très largement en faveur de l’interdiction des « thérapies de conversion »", + "description": "Après les députés, les sénateurs ont voté mardi, à 305 voix contre 28, la création d’un délit pour interdire les « thérapies de conversion », pratiques visant à imposer l’hétérosexualité aux personnes LGBT.", + "content": "Après les députés, les sénateurs ont voté mardi, à 305 voix contre 28, la création d’un délit pour interdire les « thérapies de conversion », pratiques visant à imposer l’hétérosexualité aux personnes LGBT.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/mexique-au-moins-53-migrants-tues-dans-un-accident-de-camion_6105428_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/07/le-senat-vote-tres-largement-en-faveur-de-l-interdiction-des-therapies-de-conversion_6105081_823448.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 04:25:38 +0100", + "pubDate": "Tue, 07 Dec 2021 21:37:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269380,16 +295195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdd796f0a3ca311d0be8268b403e834e" + "hash": "7b90ff843e57e5346c52b756f3921935" }, { - "title": "Naissance historique de syndicats dans des cafés Starbucks aux Etats-Unis", - "description": "Deux établissements à Buffalo, dans le nord-est du pays, ont voté pour la création d’un syndicat, une première au sein de la compagnie.", - "content": "Deux établissements à Buffalo, dans le nord-est du pays, ont voté pour la création d’un syndicat, une première au sein de la compagnie.", + "title": "Un homme, soupçonné d’être impliqué dans l’assassinat du journaliste, en 2018, a été interpellé alors qu’il s’apprêtait à prendre un vol pour l’Arabie saoudite. Il y a une « erreur sur [son] identité », a toutefois signalé un représentant saoudien.", + "description": "Un homme, soupçonné d’être impliqué dans l’assassinat du journaliste, en 2018, a été interpellé alors qu’il s’apprêtait à prendre un vol pour l’Arabie saoudite. Il y a une « erreur sur [son] identité » a toutefois signalé un représentant saoudien.", + "content": "Un homme, soupçonné d’être impliqué dans l’assassinat du journaliste, en 2018, a été interpellé alors qu’il s’apprêtait à prendre un vol pour l’Arabie saoudite. Il y a une « erreur sur [son] identité » a toutefois signalé un représentant saoudien.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/naissance-historique-de-syndicats-dans-des-cafes-starbucks-aux-etats-unis_6105426_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/07/meurtre-de-jamal-khashoggi-un-membre-presume-du-commando-arrete-a-l-aeroport-de-roissy_6105065_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 03:42:18 +0100", + "pubDate": "Tue, 07 Dec 2021 17:34:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269400,16 +295215,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3b53f5901a1b0b9061f09631192bbf3f" + "hash": "45947d923b2ccb49935c3ea743eb0655" }, { - "title": "Joe Biden réaffirme personnellement son soutien à l’Ukraine face au risque d’une attaque russe", - "description": "Le président américain a redit son « engagement indéfectible » envers la « souveraineté et l’intégrité territoriale de l’Ukraine » lors d’une conversation téléphonique avec son homologue ukrainien, Volodymyr Zelensky.", - "content": "Le président américain a redit son « engagement indéfectible » envers la « souveraineté et l’intégrité territoriale de l’Ukraine » lors d’une conversation téléphonique avec son homologue ukrainien, Volodymyr Zelensky.", + "title": "Portrait | Olaf Scholz, un chancelier rassurant pour succéder à Angela Merkel", + "description": "Le social-démocrate, âgé de 63 ans, doit être formellement élu par les députés allemands, mercredi. Longtemps mal aimé au sein même de sa famille politique, ce pragmatique a su séduire les électeurs par sa sobriété.", + "content": "Le social-démocrate, âgé de 63 ans, doit être formellement élu par les députés allemands, mercredi. Longtemps mal aimé au sein même de sa famille politique, ce pragmatique a su séduire les électeurs par sa sobriété.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/joe-biden-reaffirme-personnellement-son-soutien-a-l-ukraine-face-au-risque-d-une-attaque-russe_6105418_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/07/olaf-scholz-un-chancelier-allemand-rassurant_6104968_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 01:45:04 +0100", + "pubDate": "Tue, 07 Dec 2021 05:13:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269420,16 +295235,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffadf87b320736c066e432e7e9b3eb68" + "hash": "34477d89f1cb50b22ca16648258b8832" }, { - "title": "Assaut du Capitole : un tribunal rejette la nouvelle tentative de Donald Trump de bloquer la transmission de documents au Congrès", - "description": "La décision d’une cour d’appel fédérale doit permettre à la commission d’enquête parlementaire d’en savoir plus sur le rôle de l’ancien président dans l’attaque du 6 janvier. Ce dernier a quatorze jours pour se tourner vers la Cour suprême.", - "content": "La décision d’une cour d’appel fédérale doit permettre à la commission d’enquête parlementaire d’en savoir plus sur le rôle de l’ancien président dans l’attaque du 6 janvier. Ce dernier a quatorze jours pour se tourner vers la Cour suprême.", + "title": "La Biélorussie réplique aux sanctions en bannissant des produits alimentaires occidentaux", + "description": "Des fruits, des légumes, de la viande et des produits laitiers venus de l’Union européenne, du Canada, des Etats-Unis et du Royaume-Uni seront désormais interdits d’importation.", + "content": "Des fruits, des légumes, de la viande et des produits laitiers venus de l’Union européenne, du Canada, des Etats-Unis et du Royaume-Uni seront désormais interdits d’importation.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/10/assaut-du-capitole-un-tribunal-rejette-la-nouvelle-tentative-de-donald-trump-de-bloquer-la-transmission-de-documents-au-congres_6105412_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/07/la-bielorussie-replique-aux-sanctions-en-bannissant-les-produits-alimentaires-occidentaux_6105076_3210.html", "creator": "", - "pubDate": "Fri, 10 Dec 2021 00:51:53 +0100", + "pubDate": "Tue, 07 Dec 2021 19:59:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269440,16 +295255,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fdacd11cc253ca1e005c43e7c3657590" + "hash": "c237de0d5cc7f1301d114fc8e4cb0807" }, { - "title": "Mondial de handball : les Bleues battent la Pologne sans trembler", - "description": "Les handballeuses françaises débutent le tour principal par une victoire 26 à 16 face à la Pologne. Elles accéderont aux quarts de finale, samedi, si elles s’imposent face à la Serbie.", - "content": "Les handballeuses françaises débutent le tour principal par une victoire 26 à 16 face à la Pologne. Elles accéderont aux quarts de finale, samedi, si elles s’imposent face à la Serbie.", + "title": "Variant Omicron : « aucune raison de douter » de l’efficacité des vaccins actuels, selon l’OMS", + "description": "Pour le responsable des urgences de l’Organisation mondiale de la santé, il est « quasiment certain » que le variant ne cause pas de cas plus graves de Covid-19 que Delta.", + "content": "Pour le responsable des urgences de l’Organisation mondiale de la santé, il est « quasiment certain » que le variant ne cause pas de cas plus graves de Covid-19 que Delta.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/09/mondial-de-handball-les-bleues-battent-la-pologne-sans-trembler_6105410_3242.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/07/covid-19-le-portugal-ouvre-la-vaccination-aux-5-11-ans-manifestation-en-belgique-contre-l-obligation-vaccinale-des-soignants_6105075_3244.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 23:39:40 +0100", + "pubDate": "Tue, 07 Dec 2021 19:33:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269460,16 +295275,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9f4ede93d569b2cd4962e631be20b64" + "hash": "4e94ca6666314c3f8726742250c9a68f" }, { - "title": "A Madagascar, l’assassinat d’un travailleur humanitaire révèle la tragique situation du Sud", - "description": "La région subit la pire sécheresse depuis quarante ans ; 1,3 million de personnes a besoin d’assistance alimentaire.", - "content": "La région subit la pire sécheresse depuis quarante ans ; 1,3 million de personnes a besoin d’assistance alimentaire.", + "title": "Au Chili, le Parlement adopte le mariage pour tous", + "description": "Le texte, adopté mardi, avait été déposé en 2017 à l’initiative de l’ancienne présidente Michelle Bachelet, socialiste. La mesure a le soutien du président, Sebastian Piñera, conservateur, qui doit désormais promulguer la loi.", + "content": "Le texte, adopté mardi, avait été déposé en 2017 à l’initiative de l’ancienne présidente Michelle Bachelet, socialiste. La mesure a le soutien du président, Sebastian Piñera, conservateur, qui doit désormais promulguer la loi.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/09/a-madagascar-l-assassinat-d-un-travailleur-humanitaire-revele-la-tragique-situation-du-sud_6105399_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/07/au-chili-le-parlement-adopte-le-mariage-pour-tous_6105073_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:33:32 +0100", + "pubDate": "Tue, 07 Dec 2021 19:21:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269480,36 +295295,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "94c1711c4103c0369fc11a2b270603ba" + "hash": "d1567199801a9f7e288f3fb64e6b62a4" }, { - "title": "Après Fabien Roussel et Yannick Jadot, c’est au tour de Jean-Luc Mélenchon de retoquer jeudi soir la proposition d'Anne Hidalgo en dénonçant une « improvisation ».", - "description": "Les trois candidats de gauche à l’élection présidentielle ont opposé une fin de non-recevoir, jeudi, à la proposition de la maire de Paris. Mme Hidalgo estime que cette réponse, « trop rapide pour être sérieuse », sera forcée d’évoluer.", - "content": "Les trois candidats de gauche à l’élection présidentielle ont opposé une fin de non-recevoir, jeudi, à la proposition de la maire de Paris. Mme Hidalgo estime que cette réponse, « trop rapide pour être sérieuse », sera forcée d’évoluer.", + "title": "Dans la Manche, un maire, soutien d’Emmanuel Macron, menacé de mort et ses véhicules incendiés", + "description": "Les tags « à mort », « Le maire soutien (sic) Macron » et « Zemour (sic) président » ont été inscrits sur le mur du domicile du maire délégué de Saint-Côme-du-Mont, élu MoDem.", + "content": "Les tags « à mort », « Le maire soutien (sic) Macron » et « Zemour (sic) président » ont été inscrits sur le mur du domicile du maire délégué de Saint-Côme-du-Mont, élu MoDem.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/09/yannick-jadot-et-fabien-roussel-rejettent-la-primaire-a-gauche-proposee-par-anne-hidalgo_6105305_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/07/dans-la-manche-un-maire-soutien-d-emmanuel-macron-menace-de-mort-et-ses-vehicules-incendies_6105070_823448.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:31:05 +0100", + "pubDate": "Tue, 07 Dec 2021 18:30:36 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "93b3a17cd6e1b8ac0a9b3c8925e4c88d" + "hash": "1d9ad66b94803f678c316c037706fa09" }, { - "title": "Emmanuel Macron souhaite « une Europe puissante dans le monde, pleinement souveraine »", - "description": "Le président de la République a dévoilé son programme pour la présidence française du Conseil de l’Union européenne, qui commencera le 1er janvier.", - "content": "Le président de la République a dévoilé son programme pour la présidence française du Conseil de l’Union européenne, qui commencera le 1er janvier.", + "title": "Mort de la sénatrice centriste Catherine Fournier", + "description": "Elue à la Chambre haute en 2017, elle était membre de sa commission des affaires économiques. Elle avait 66 ans.", + "content": "Elue à la Chambre haute en 2017, elle était membre de sa commission des affaires économiques. Elle avait 66 ans.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/09/presidence-francaise-de-l-ue-emmanuel-macron-souhaite-une-europe-puissante-dans-le-monde-pleinement-souveraine_6105392_823448.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/07/mort-de-la-senatrice-centriste-catherine-fournier_6105069_3382.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 19:23:39 +0100", + "pubDate": "Tue, 07 Dec 2021 18:10:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269520,16 +295335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0b9abc0fc1de9430ad1d8184e3db2583" + "hash": "6dac0ef2ef5a9e13046dd58614bdfec0" }, { - "title": "Des activistes kazakhs visés par le logiciel espion Pegasus", - "description": "@correction J’ai mis le gentilé kazakhstanais, cara je crois me souvenir que kazakh désigne l’ethnie, et kazakhstanais la nationalité, mais je vois que dans d’autres papiers on ne fait pas la distinction...", - "content": "@correction J’ai mis le gentilé kazakhstanais, cara je crois me souvenir que kazakh désigne l’ethnie, et kazakhstanais la nationalité, mais je vois que dans d’autres papiers on ne fait pas la distinction...", + "title": "PSG-Bruges : suivez en direct le match de Ligue des champions", + "description": "Le PSG reçoit Bruges lors de la 6e et dernière journée de la phase de groupes de la C1. Messi et ses coéquipiers, qui termineront deuxièmes du groupe A quel que soit le résultat de ce soir, sont déjà qualifiés pour les huitièmes de finale. Suivez la rencontre en direct.", + "content": "Le PSG reçoit Bruges lors de la 6e et dernière journée de la phase de groupes de la C1. Messi et ses coéquipiers, qui termineront deuxièmes du groupe A quel que soit le résultat de ce soir, sont déjà qualifiés pour les huitièmes de finale. Suivez la rencontre en direct.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/09/des-activistes-kazakhs-vises-par-le-logiciel-espion-pegasus_6105390_4408996.html", + "link": "https://www.lemonde.fr/sport/live/2021/12/07/psg-bruges-suivez-en-direct-le-match-de-ligue-des-champions_6105055_3242.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:59:06 +0100", + "pubDate": "Tue, 07 Dec 2021 16:45:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269540,16 +295355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d321de9b9ec95dc82d5659ce6f5de389" + "hash": "a64571cb09cdeb896b3a17a75b7093cf" }, { - "title": "Maryse Wolinski, romancière et journaliste, est morte", - "description": "Autrice et journaliste, celle qui a partagé la vie du dessinateur Georges Wolinski pendant quarante-trois ans est morte à 78 ans des suites d’une maladie.", - "content": "Autrice et journaliste, celle qui a partagé la vie du dessinateur Georges Wolinski pendant quarante-trois ans est morte à 78 ans des suites d’une maladie.", + "title": "« On est submergés de demandes » : les distributions alimentaires destinées aux étudiants ne désemplissent pas", + "description": "Sur l’année 2020-2021, un quart des étudiants ont déclaré des difficultés financières importantes, et les jeunes constituent désormais la moitié des personnes aidées par les Restos du cœur. La paupérisation de cette population est un phénomène grandissant, en raison d’un modèle d’aides à bout de souffle et des effets de la pandémie. ", + "content": "Sur l’année 2020-2021, un quart des étudiants ont déclaré des difficultés financières importantes, et les jeunes constituent désormais la moitié des personnes aidées par les Restos du cœur. La paupérisation de cette population est un phénomène grandissant, en raison d’un modèle d’aides à bout de souffle et des effets de la pandémie. ", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/09/maryse-wolinski-romanciere-et-journaliste-est-morte_6105389_3382.html", + "link": "https://www.lemonde.fr/campus/article/2021/12/07/la-precarite-etudiante-reflet-d-un-modele-d-aides-a-bout-de-souffle_6104971_4401467.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:32:15 +0100", + "pubDate": "Tue, 07 Dec 2021 05:36:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269560,16 +295375,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67338ba8a45bfecb41ff4fdbedf79462" + "hash": "0ae20afe6b37cb6933d65f44ce4cdf0b" }, { - "title": "Yannick Agnel, ancien champion olympique de natation, interpellé dans le cadre d’une affaire de viol sur mineure", - "description": "L’ancien sportif de haut niveau, âgé de 29 ans, est actuellement en garde à vue à Mulhouse, selon la procureure de la République.", - "content": "L’ancien sportif de haut niveau, âgé de 29 ans, est actuellement en garde à vue à Mulhouse, selon la procureure de la République.", + "title": "L’éditeur Panini Manga annonce la hausse du prix de certaines de ses publications", + "description": "Selon l’éditeur, cette hausse se justifie par la pénurie de papier et par l’augmentation des coûts d’impression. Un autre acteur du secteur, Pika Edition, a lui aussi annoncé l’augmentation du prix de certains mangas.", + "content": "Selon l’éditeur, cette hausse se justifie par la pénurie de papier et par l’augmentation des coûts d’impression. Un autre acteur du secteur, Pika Edition, a lui aussi annoncé l’augmentation du prix de certains mangas.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/09/yannick-agnel-ancien-champion-olympique-de-natation-interpelle-dans-le-cadre-d-une-affaire-de-viol-sur-mineure_6105385_3242.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/07/deux-editeurs-annoncent-la-hausse-du-prix-de-certains-mangas_6105061_4408996.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:10:11 +0100", + "pubDate": "Tue, 07 Dec 2021 17:19:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269580,16 +295395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "545621c1d09b5bbb16ab7584c7b2009d" + "hash": "b3bfbad5b938200cfbb1dd849d3a07af" }, { - "title": "NFT : Ubisoft lance la plate-forme Quartz, fraîchement accueillie par les internautes", - "description": "Elle permet d’acheter des jetons non fongibles utilisables dans le jeu « Tom Clancy’s Ghost Recon Breakpoint », une des licences phares de l’entreprise française.", - "content": "Elle permet d’acheter des jetons non fongibles utilisables dans le jeu « Tom Clancy’s Ghost Recon Breakpoint », une des licences phares de l’entreprise française.", + "title": "Rapport sur les inégalités mondiales : les revenus demeurent une jauge imparfaite de la précarité", + "description": "La France compterait, au sens de l’Insee, 14,6 % de pauvres, soit 9,3 millions de personnes. Mais la mesure de ce phénomène ne peut se limiter à des notions de revenus.", + "content": "La France compterait, au sens de l’Insee, 14,6 % de pauvres, soit 9,3 millions de personnes. Mais la mesure de ce phénomène ne peut se limiter à des notions de revenus.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/09/nft-ubisoft-lance-la-plate-forme-quartz-fraichement-accueillie-par-les-internautes_6105380_4408996.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/07/rapport-sur-les-inegalites-mondiales-les-revenus-demeurent-une-jauge-imparfaite-de-la-precarite_6105060_3234.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 18:06:31 +0100", + "pubDate": "Tue, 07 Dec 2021 17:00:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269600,16 +295415,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "905351fbd9f774634008d0d8a1efab29" + "hash": "71cc71f5cc920553145baa632f5046a7" }, { - "title": "Salaires dans la fonction publique : trois syndicats rompent les discussions avec le gouvernement", - "description": "La CGT, la FSU et Solidaires ont quitté la réunion sur les salaires de la fonction publique organisée, jeudi 9 décembre, par le gouvernement, qui refuse une réévaluation générale du point d’indice.", - "content": "La CGT, la FSU et Solidaires ont quitté la réunion sur les salaires de la fonction publique organisée, jeudi 9 décembre, par le gouvernement, qui refuse une réévaluation générale du point d’indice.", + "title": "Pourquoi le thème des inégalités n’émerge pas dans la campagne présidentielle", + "description": "Les inégalités n’ont pas disparu, mais les candidats, notamment à gauche, peinent à se saisir du sujet, qui fut pourtant longtemps un marqueur politique.", + "content": "Les inégalités n’ont pas disparu, mais les candidats, notamment à gauche, peinent à se saisir du sujet, qui fut pourtant longtemps un marqueur politique.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/09/salaires-dans-la-fonction-publique-trois-syndicats-rompent-les-discussions-avec-le-gouvernement_6105377_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/07/pourquoi-le-theme-des-inegalites-n-emerge-pas-dans-la-campagne-presidentielle_6105058_3234.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 17:46:30 +0100", + "pubDate": "Tue, 07 Dec 2021 17:00:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269620,16 +295435,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6de3ac121083202b466f7eeb4447df2e" + "hash": "f2ee5c0fb89d29901affa01e6d5662d5" }, { - "title": "A Rouen, le sort de la statue de Napoléon déclenche une vive polémique", - "description": "Les Rouennais ont été invités à voter pour décider si le monument doit être déplacé et remplacé par une figure féminine ou s’il doit revenir sur la place de l’Hôtel-de-Ville alors qu’il est en restauration depuis plus d’un an. La mairie, à l’origine de cette consultation, s’est engagée à respecter le résultat, connu lundi 13 ou mardi 14 décembre.", - "content": "Les Rouennais ont été invités à voter pour décider si le monument doit être déplacé et remplacé par une figure féminine ou s’il doit revenir sur la place de l’Hôtel-de-Ville alors qu’il est en restauration depuis plus d’un an. La mairie, à l’origine de cette consultation, s’est engagée à respecter le résultat, connu lundi 13 ou mardi 14 décembre.", + "title": "Plus de 70 journalistes ouïgours détenus en Chine, selon Reporters sans frontières", + "description": "L’association de défense de la liberté de la presse estime qu’au moins 127 journalistes sont en détention dans l’ensemble du pays.", + "content": "L’association de défense de la liberté de la presse estime qu’au moins 127 journalistes sont en détention dans l’ensemble du pays.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/09/a-rouen-le-sort-de-la-statue-de-napoleon-declenche-une-vive-polemique_6105374_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/07/plus-de-70-journalistes-ouigours-detenus-en-chine-selon-reporters-sans-frontieres_6105050_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 17:31:03 +0100", + "pubDate": "Tue, 07 Dec 2021 16:20:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269640,16 +295455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6772e15846784a0d2863e65483da113" + "hash": "b1feaa42a0c0995fa363ba56d53bda3f" }, { - "title": "Variant Omicron : l’OMS craint que les pays riches accumulent les vaccins au détriment des Etats plus pauvres", - "description": "« La seule façon de ralentir cette maladie est de faire en sorte que toutes les personnes à risque soient vaccinées », a rappelé une responsable de l’Organisation mondiale de la santé. En Afrique, seuls 7,8 % de la population sont entièrement vaccinés.", - "content": "« La seule façon de ralentir cette maladie est de faire en sorte que toutes les personnes à risque soient vaccinées », a rappelé une responsable de l’Organisation mondiale de la santé. En Afrique, seuls 7,8 % de la population sont entièrement vaccinés.", + "title": "Ukraine : la marge étroite de Joe Biden face à la menace russe", + "description": "Le président des Etats-Unis doit s’entretenir, mardi, avec son homologue, Vladimir Poutine, dans un contexte électrique, en raison des spéculations sur les intentions militaires russes en Ukraine. L’entretien doit servir à trouver une voie de décélération. ", + "content": "Le président des Etats-Unis doit s’entretenir, mardi, avec son homologue, Vladimir Poutine, dans un contexte électrique, en raison des spéculations sur les intentions militaires russes en Ukraine. L’entretien doit servir à trouver une voie de décélération. ", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/09/variant-omicron-l-oms-craint-que-les-pays-riches-accumulent-les-vaccins-au-detriment-des-etats-plus-pauvres_6105364_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/06/les-options-limitees-de-washington-face-aux-man-uvres-de-la-russie-au-seuil-de-l-ukraine_6104848_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 16:55:42 +0100", + "pubDate": "Mon, 06 Dec 2021 02:03:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269660,16 +295475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d0e5bbe9fffefef9ab0a8282eb1d5c9" + "hash": "471a41d12339d52bbbfeb64c98f2de01" }, { - "title": "Présidence française de l’UE : Emmanuel Macron veut « une réforme de l’espace Schengen », suivez notre direct", - "description": "« Nous unifierons sous cette présidence une réforme de l’espace Schengen autour de deux priorités : la mise en place d’un pilotage politique et la création d’un mécanisme de soutien d’urgence aux frontières en cas de crise », détaille le chef de l’Etat, qui donne une conférence de presse sur la PFUE qui doit commencer le 1er janvier 2022.", - "content": "« Nous unifierons sous cette présidence une réforme de l’espace Schengen autour de deux priorités : la mise en place d’un pilotage politique et la création d’un mécanisme de soutien d’urgence aux frontières en cas de crise », détaille le chef de l’Etat, qui donne une conférence de presse sur la PFUE qui doit commencer le 1er janvier 2022.", + "title": "Les bugs informatiques à la CAF exaspèrent agents et allocataires", + "description": "La réforme du calcul des allocations logement des usagers, entrée en vigueur en janvier, a nécessité un très lourd chantier informatique et causé des difficultés chroniques.", + "content": "La réforme du calcul des allocations logement des usagers, entrée en vigueur en janvier, a nécessité un très lourd chantier informatique et causé des difficultés chroniques.", "category": "", - "link": "https://www.lemonde.fr/politique/live/2021/12/09/emmanuel-macron-presente-ses-priorites-pour-la-presidence-francaise-de-l-ue-suivez-sa-conference-de-presse-en-direct_6105347_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/07/les-bugs-informatiques-a-la-caf-exasperent-agents-et-allocataires_6105036_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 14:00:07 +0100", + "pubDate": "Tue, 07 Dec 2021 14:35:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269680,16 +295495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26000a27ba6e77bc6093e77eac789a45" + "hash": "19db10c6e023b9c6675193dd42419633" }, { - "title": "Avis favorable des experts du patrimoine pour le réaménagement intérieur de Notre-Dame de Paris", - "description": "La célèbre cathédrale gothique, ravagée le 15 avril 2019 par un gigantesque incendie, est en cours de restauration, avant sa réouverture prévue en 2024.", - "content": "La célèbre cathédrale gothique, ravagée le 15 avril 2019 par un gigantesque incendie, est en cours de restauration, avant sa réouverture prévue en 2024.", + "title": "Guy Forget ne sera plus directeur des tournois de Roland-Garros et de Rolex Paris Masters", + "description": "Les raisons du départ de l’ex-numéro un français de tennis ne sont pas précisées. Son nom avait été cité en octobre dans les « Pandora Papers », selon lesquels il aurait bénéficié de montages fiscaux opaques dans le paradis fiscal des îles Vierges britanniques.", + "content": "Les raisons du départ de l’ex-numéro un français de tennis ne sont pas précisées. Son nom avait été cité en octobre dans les « Pandora Papers », selon lesquels il aurait bénéficié de montages fiscaux opaques dans le paradis fiscal des îles Vierges britanniques.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/09/avis-favorable-des-experts-du-patrimoine-pour-le-reamenagement-interieur-de-notre-dame-de-paris_6105361_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/07/guy-forget-ne-sera-plus-directeur-des-tournois-de-roland-garros-et-de-rolex-paris-masters_6105033_3242.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 16:16:53 +0100", + "pubDate": "Tue, 07 Dec 2021 13:47:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269700,16 +295515,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "386981482c10bb6be31570c95970ba96" + "hash": "28ff1719cb2d5007b2504e845856e2d1" }, { - "title": "Covid-19 : le variant Omicron peut contourner les défenses vaccinales, selon les premières données expérimentales", - "description": "Les études, dont celles du pionnier des vaccins à ARN messager BioNTech, montrent que deux doses devraient être insuffisantes pour contrer l’infection. Les résultats sont plus encourageants avec trois doses.", - "content": "Les études, dont celles du pionnier des vaccins à ARN messager BioNTech, montrent que deux doses devraient être insuffisantes pour contrer l’infection. Les résultats sont plus encourageants avec trois doses.", + "title": "Les Républicains : Guillaume Peltier et Gaël Perdriau écartés de la vice-présidence au nom de l’unité derrière Valérie Pécresse", + "description": "Le député du Loir-et-Cher et le maire de Saint-Etienne ont été démis de leurs fonctions au sein du parti, mardi, après avoir affiché des positions contraires à la ligne de rassemblement prônée par la direction du mouvement de droite.", + "content": "Le député du Loir-et-Cher et le maire de Saint-Etienne ont été démis de leurs fonctions au sein du parti, mardi, après avoir affiché des positions contraires à la ligne de rassemblement prônée par la direction du mouvement de droite.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/09/covid-19-le-variant-omicron-peut-contourner-les-defenses-vaccinales_6105340_3244.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/07/les-republicains-guillaume-peltier-et-gael-perdriau-ecartes-de-la-vice-presidence-au-nom-de-l-unite-derriere-valerie-pecresse_6105032_6059010.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:04:28 +0100", + "pubDate": "Tue, 07 Dec 2021 13:40:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269720,16 +295535,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7a2dbf5612ca530dea48d4afa0cee9d" + "hash": "cd0f1afad451e2e38bbb7572a3379c5d" }, { - "title": "Netflix, Amazon, Apple et Disney devront investir 250 à 300 millions d’euros par an en France", - "description": "Les services de vidéo à la demande ont signé avec le Conseil supérieur de l’audiovisuel des conventions qui fixent des obligations de financement de séries et films locaux.", - "content": "Les services de vidéo à la demande ont signé avec le Conseil supérieur de l’audiovisuel des conventions qui fixent des obligations de financement de séries et films locaux.", + "title": "Covid-19 en France : soutien pour l’événementiel et les discothèques, contrôles renforcés du télétravail en entreprise", + "description": "Le gouvernement a annoncé, lundi, une série de mesures contre la cinquième vague de Covid-19, notamment la fermeture des boîtes de nuit pour quatre semaines.", + "content": "Le gouvernement a annoncé, lundi, une série de mesures contre la cinquième vague de Covid-19, notamment la fermeture des boîtes de nuit pour quatre semaines.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/09/netflix-amazon-apple-et-disney-devront-investir-250-a-300-millions-d-euros-par-an-en-france_6105354_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/07/covid-19-en-france-soutien-pour-l-evenementiel-et-les-discotheques-controles-renforces-en-entreprise_6105031_3244.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 15:07:39 +0100", + "pubDate": "Tue, 07 Dec 2021 13:34:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269740,16 +295555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f135ecd3143b94b31628f948bbc8a51c" + "hash": "43e69ade35e03e6726f5a417c996102f" }, { - "title": "Luc Besson accusé de viol : un non-lieu prononcé par la juge d’instruction", - "description": "La magistrate a suivi les réquisitions du parquet de Paris, qui avait réclamé au début d’octobre l’abandon des poursuites contre le cinéaste, placé sous le statut de témoin assisté en janvier.", - "content": "La magistrate a suivi les réquisitions du parquet de Paris, qui avait réclamé au début d’octobre l’abandon des poursuites contre le cinéaste, placé sous le statut de témoin assisté en janvier.", + "title": "Hockey sur glace : les Dragons de Rouen à l’assaut d’un quart de finale historique en Ligue des champions", + "description": "Les champions de France en titre affrontent, mardi, le club finlandais de Tappara pour le premier quart de finale de C1 d’un club français.", + "content": "Les champions de France en titre affrontent, mardi, le club finlandais de Tappara pour le premier quart de finale de C1 d’un club français.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/09/luc-besson-accuse-de-viol-un-non-lieu-prononce-par-la-juge-d-instruction_6105353_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/07/hockey-sur-glace-les-dragons-de-rouen-a-l-assaut-d-un-quart-de-finale-historique-en-ligue-des-champions_6105028_3242.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 14:42:51 +0100", + "pubDate": "Tue, 07 Dec 2021 13:00:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269760,16 +295575,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a7628c6fab087a5b5d67bfb189f55684" + "hash": "804618729bccd54945a538b7f861984d" }, { - "title": "La spectatrice responsable de la chute de coureurs du Tour de France condamnée à 1 200 euros d’amende", - "description": "Lors de la première étape du Tour 2021, elle avait agité une pancarte en tournant le dos au sens de la course et avait été percutée par le peloton, provoquant la chute de nombreux coureurs.", - "content": "Lors de la première étape du Tour 2021, elle avait agité une pancarte en tournant le dos au sens de la course et avait été percutée par le peloton, provoquant la chute de nombreux coureurs.", + "title": "Services publics, difficultés à l’hôpital, cumul des mandats... : Emmanuel Macron en déplacement dans le Cher pour évoquer les « problèmes du quotidien »", + "description": "A quatre mois de l’élection présidentielle, le président de la République effectue mardi à Vierzon sa première étape d’un déplacement de deux jours consacré aux « problèmes du quotidien », notamment dans les villes petites et moyennes des départements ruraux.", + "content": "A quatre mois de l’élection présidentielle, le président de la République effectue mardi à Vierzon sa première étape d’un déplacement de deux jours consacré aux « problèmes du quotidien », notamment dans les villes petites et moyennes des départements ruraux.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/09/chute-sur-le-tour-de-france-la-spectatrice-a-la-pancarte-condamnee-a-1-200-euros-d-amende_6105351_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/07/emmanuel-macron-en-deplacement-dans-le-cher-pour-evoquer-les-problemes-du-quotidien_6105027_6059010.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 14:19:02 +0100", + "pubDate": "Tue, 07 Dec 2021 12:56:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269780,16 +295595,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36a38842179b99009a37eb63e47257f6" + "hash": "98b5a84b0a14a22cfe8fccf621fb6364" }, { - "title": "Présidentielle 2022 : des sociétés de journalistes et des directeurs de rédaction appellent les candidats à respecter la liberté de la presse", - "description": "Tribunes. De nombreux médias, dont « Le Monde », exhortent tous les candidats déclarés à l’élection présidentielle à s’engager publiquement à respecter le travail des journalistes.", - "content": "Tribunes. De nombreux médias, dont « Le Monde », exhortent tous les candidats déclarés à l’élection présidentielle à s’engager publiquement à respecter le travail des journalistes.", + "title": "Au Venezuela, nouvelle élection en vue dans le fief d’Hugo Chavez", + "description": "Le candidat de l’opposition, arrivé en tête dans l’Etat de Barinas, le 22 novembre, a dénoncé un « coup d’Etat constitutionnel ».", + "content": "Le candidat de l’opposition, arrivé en tête dans l’Etat de Barinas, le 22 novembre, a dénoncé un « coup d’Etat constitutionnel ».", "category": "", - "link": "https://www.lemonde.fr/idees/article/2021/12/09/presidentielle-2022-une-trentaine-de-societes-de-journalistes-appellent-les-candidats-a-respecter-la-liberte-de-la-presse_6105341_3232.html", + "link": "https://www.lemonde.fr/international/article/2021/12/07/au-venezuela-nouvelle-election-en-vue-dans-le-fief-d-hugo-chavez_6105026_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:04:45 +0100", + "pubDate": "Tue, 07 Dec 2021 12:51:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269800,16 +295615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36993747c2d26d3431a4fc45bc35bbd6" + "hash": "922737240d6517976fbecff7c5a9039f" }, { - "title": "La Chine et l’OMC, 20 ans d’histoire : comment la concurrence chinoise a bouleversé l’industrie européenne", - "description": "Deuxième épisode de notre série « Chine et OMC : un roman de la mondialisation ». En deux décennies, l’empire du Milieu est devenu le premier exportateur de biens de la planète, mais aussi la troisième destination des exportations européennes. Une interdépendance qui n’a pas fait que des perdants.", - "content": "Deuxième épisode de notre série « Chine et OMC : un roman de la mondialisation ». En deux décennies, l’empire du Milieu est devenu le premier exportateur de biens de la planète, mais aussi la troisième destination des exportations européennes. Une interdépendance qui n’a pas fait que des perdants.", + "title": "Enquête | L’université Paris-VIII critiquée pour son action jugée insuffisante contre les violences sexuelles", + "description": "Après le témoignage d’une étudiante accusant d’agression un enseignant, la direction de l’établissement se voit mise en cause par des professeurs et des étudiants pour son attentisme.", + "content": "Après le témoignage d’une étudiante accusant d’agression un enseignant, la direction de l’établissement se voit mise en cause par des professeurs et des étudiants pour son attentisme.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/08/omc-les-vingt-ans-qui-ont-consacre-la-puissance-de-la-chine_6105090_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/07/a-paris-viii-des-professeurs-et-des-etudiants-soulignent-des-insuffisances-face-aux-violences-sexuelles_6105018_3224.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 01:16:59 +0100", + "pubDate": "Tue, 07 Dec 2021 12:18:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269820,16 +295635,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f31a5fd254585ec59a478657563c97b5" + "hash": "68b58c784b820a58a30ca91a7a825eec" }, { - "title": "Pollution, érosion, raréfaction : la FAO s’alarme de la dégradation des terres et des eaux", - "description": "Un rapport de l’agence de l’ONU pour l’alimentation et l’agriculture dresse un constat accablant de l’état des sols et des eaux, soumis à un niveau de pression inédit pour nourrir la population.", - "content": "Un rapport de l’agence de l’ONU pour l’alimentation et l’agriculture dresse un constat accablant de l’état des sols et des eaux, soumis à un niveau de pression inédit pour nourrir la population.", + "title": "En Inde, Poutine et Modi réaffirment leur pacte militaire", + "description": "Egalement partenaire de l’Europe et des Etats-Unis, New Delhi s’efforce de ménager l’ensemble de ses alliés face aux bouleversements géopolitiques de la région.", + "content": "Egalement partenaire de l’Europe et des Etats-Unis, New Delhi s’efforce de ménager l’ensemble de ses alliés face aux bouleversements géopolitiques de la région.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/09/pollution-erosion-rarefaction-la-fao-s-alarme-de-la-degradation-des-terres-et-des-eaux_6105334_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/07/en-inde-poutine-et-modi-reaffirment-leur-pacte-militaire_6105021_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 12:32:33 +0100", + "pubDate": "Tue, 07 Dec 2021 12:21:37 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269840,16 +295655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5bae3f9e319a9b6824c454515557d68c" + "hash": "32d9e4557c815349798a551b78f6cc34" }, { - "title": "L’Italie inflige une amende de 1,13 milliard à Amazon pour abus de position dominante", - "description": "L’autorité antitrust italienne avait déjà imposé une sanction de 68,7 millions d’euros en novembre au géant américain de la distribution en ligne.", - "content": "L’autorité antitrust italienne avait déjà imposé une sanction de 68,7 millions d’euros en novembre au géant américain de la distribution en ligne.", + "title": "Au Bénin, l’opposant Joël Aïvo, condamné à dix ans de prison, dénonce une « vengeance politique »", + "description": "Le professeur de droit constitutionnel, candidat à la présidentielle d’avril, a été reconnu coupable de « blanchiment de capitaux » et « atteinte à la sûreté de l’Etat ».", + "content": "Le professeur de droit constitutionnel, candidat à la présidentielle d’avril, a été reconnu coupable de « blanchiment de capitaux » et « atteinte à la sûreté de l’Etat ».", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/09/l-italie-inflige-une-amende-de-1-13-milliard-a-amazon-pour-abus-de-position-dominante_6105329_3234.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/07/au-benin-l-opposant-joel-aivo-condamne-a-dix-ans-de-prison-denonce-une-vengeance-politique_6105020_3212.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:37:10 +0100", + "pubDate": "Tue, 07 Dec 2021 12:21:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269860,16 +295675,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "13559f06647409d7d7f3cb1ac95ba348" + "hash": "c3750e2ccebb7958b02e962194cd7788" }, { - "title": "Le promoteur immobilier chinois Evergrande a connu un défaut de paiement", - "description": "L’agence de notation Fitch a annoncé, jeudi, que deux promoteurs immobiliers chinois, Evergrande et Kaisa, n’avaient pas honoré des remboursements.", - "content": "L’agence de notation Fitch a annoncé, jeudi, que deux promoteurs immobiliers chinois, Evergrande et Kaisa, n’avaient pas honoré des remboursements.", + "title": "L’éruption du volcan Semeru, en Indonésie, fait au moins 34 morts", + "description": "Point culminant de l’île de Java, le Semeru est entré en éruption samedi, provoquant des coulées de boue brûlante. Plus de 3 500 habitants ont dû être évacués.", + "content": "Point culminant de l’île de Java, le Semeru est entré en éruption samedi, provoquant des coulées de boue brûlante. Plus de 3 500 habitants ont dû être évacués.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/09/defauts-de-paiement-en-serie-dans-le-secteur-immobilier-chinois-dont-le-promoteur-evergrande_6105327_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/07/l-eruption-du-volcan-semeru-en-indonesie-fait-au-moins-34-morts_6105017_3244.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:33:15 +0100", + "pubDate": "Tue, 07 Dec 2021 12:01:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269880,16 +295695,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "385e147c34a17fc5e1016e2322335247" + "hash": "7f0cbb82cf135e99b41c21ce2c4d2734" }, { - "title": "Tennis : Amélie Mauresmo succède à Guy Forget à la tête du tournoi de Roland-Garros", - "description": "La Fédération française de tennis a annoncé jeudi la nomination de l’ancienne numéro un mondiale. Elle prendra la suite de l’ancien joueur et capitaine de l’équipe de France, dont le contrat arrivait à échéance au 31 décembre.", - "content": "La Fédération française de tennis a annoncé jeudi la nomination de l’ancienne numéro un mondiale. Elle prendra la suite de l’ancien joueur et capitaine de l’équipe de France, dont le contrat arrivait à échéance au 31 décembre.", + "title": "Marc Goua, ancien député PS mis en cause par la justice, quitte la vie politique", + "description": "Maire de Trélazé (Maine-et-Loire) depuis 1995, l’octogénaire a pris sa décision vendredi après une audience en correctionnelle, dont la décision est attendue en janvier 2022.", + "content": "Maire de Trélazé (Maine-et-Loire) depuis 1995, l’octogénaire a pris sa décision vendredi après une audience en correctionnelle, dont la décision est attendue en janvier 2022.", "category": "", - "link": "https://www.lemonde.fr/tennis/article/2021/12/09/roland-garros-amelie-mauresmo-succede-a-guy-forget-a-la-tete-du-tournoi_6105323_1616659.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/07/mis-en-cause-par-la-justice-l-ancien-depute-ps-marc-goua-quitte-la-vie-politique_6105016_823448.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:17:30 +0100", + "pubDate": "Tue, 07 Dec 2021 11:56:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269900,16 +295715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "653cd1ea4a3e17eeb40446b72fb045b2" + "hash": "9524bd55241b75b26300dfbaddc2c471" }, { - "title": "JO de Pékin 2022 : la France ne boycottera pas sur le plan diplomatique, assure Jean-Michel Blanquer", - "description": "« Le sport est un monde en soi qui doit être préservé au maximum des interférences politiques », a fait valoir le ministre de l’éducation et des sports.", - "content": "« Le sport est un monde en soi qui doit être préservé au maximum des interférences politiques », a fait valoir le ministre de l’éducation et des sports.", + "title": "Devant la cour d’assises de l’Hérault, Daniel Malgouyres clame son innocence : « Je n’étais pas dans la combine »", + "description": "Accusé d’un meurtre, d’une tentative de meurtre et de tentative d’extorsion avec arme contre son épouse dans un cambriolage qui a mal tourné, le propriétaire du Jardin de Saint-Adrien a maintenu, mardi, ne pas avoir recruté les braqueurs.", + "content": "Accusé d’un meurtre, d’une tentative de meurtre et de tentative d’extorsion avec arme contre son épouse dans un cambriolage qui a mal tourné, le propriétaire du Jardin de Saint-Adrien a maintenu, mardi, ne pas avoir recruté les braqueurs.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/09/jo-de-pekin-2022-la-france-ne-boycottera-pas-sur-le-plan-diplomatique-assure-jean-michel-blanquer_6105321_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/08/devant-la-cour-d-assises-de-l-herault-daniel-malgouyres-clame-son-innocence-je-n-etais-pas-dans-la-combine_6105093_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:08:42 +0100", + "pubDate": "Wed, 08 Dec 2021 02:21:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269920,16 +295735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55ca8e9dcd87b5b355f980914bd6e8ae" + "hash": "228aa01883ef5e7a1b980920d2357e53" }, { - "title": "La Commission européenne veut faire des livreurs de Deliveroo et des chauffeurs d’Uber des salariés", - "description": "La proposition de directive de l’exécutif européen doit encore être examinée par les Etats membres et par le Parlement européen. Un compromis sera compliqué à obtenir sur ce sujet qui divise les Vingt-Sept.", - "content": "La proposition de directive de l’exécutif européen doit encore être examinée par les Etats membres et par le Parlement européen. Un compromis sera compliqué à obtenir sur ce sujet qui divise les Vingt-Sept.", + "title": "L’allongement du délai légal de recours à l’IVG sera examiné en janvier au Sénat", + "description": "Cette inscription surprise, alors que l’exécutif a longtemps tergiversé sur le sujet, va permettre au texte de poursuivre son parcours législatif et laisse entrevoir une adoption d’ici à la fin de la mandature.", + "content": "Cette inscription surprise, alors que l’exécutif a longtemps tergiversé sur le sujet, va permettre au texte de poursuivre son parcours législatif et laisse entrevoir une adoption d’ici à la fin de la mandature.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/09/la-commission-europeenne-veut-faire-des-livreurs-de-deliveroo-et-des-chauffeurs-d-uber-des-salaries_6105315_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/07/le-texte-sur-l-allongement-de-la-duree-du-delai-legal-de-recours-a-l-ivg-sera-examine-en-janvier-au-senat_6105013_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 11:00:07 +0100", + "pubDate": "Tue, 07 Dec 2021 11:22:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269940,16 +295755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5f42e4ddf29887524bb4479f66a7e378" + "hash": "2adf77d2b9b38a315a1471f193c7e978" }, { - "title": "Les transports franciliens cherchent des milliards désespérément", - "description": "Il manque 1,7 milliard d’euros pour boucler les travaux d’extension du RER E vers l’ouest, tandis que l’extension de la ligne 1 vers l’est n’est toujours pas financée.", - "content": "Il manque 1,7 milliard d’euros pour boucler les travaux d’extension du RER E vers l’ouest, tandis que l’extension de la ligne 1 vers l’est n’est toujours pas financée.", + "title": "Après le premier confinement, vous avez décidé de vivre en communauté, racontez-nous", + "description": "Vous avez choisi un autre modèle de vie, expliquez-nous ce qui vous a décidé à passer à l’action et comment vous vivez cette expérience.", + "content": "Vous avez choisi un autre modèle de vie, expliquez-nous ce qui vous a décidé à passer à l’action et comment vous vivez cette expérience.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/09/les-transports-franciliens-cherchent-des-milliards-desesperement_6105314_3234.html", + "link": "https://www.lemonde.fr/societe/appel-temoignages/2021/12/07/apres-le-premier-confinement-vous-avez-decide-de-vivre-en-communaute-racontez-nous_6105002_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:56:18 +0100", + "pubDate": "Tue, 07 Dec 2021 10:26:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269960,16 +295775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6634cc6a0f8ecf066de1a0d4a7f034d1" + "hash": "90ce784a058681b7a5afa516419de60e" }, { - "title": "Covid-19 : la France interdit de danser dans les bars et restaurants pendant quatre semaines, les pharmacies autorisées à ouvrir le dimanche", - "description": "Les danses seront interdites dans ces lieux à partir de vendredi matin jusqu’au 6 janvier inclus, période durant laquelle les discothèques devront aussi fermer leurs portes dans le cadre des nouvelles mesures anti-Covid.", - "content": "Les danses seront interdites dans ces lieux à partir de vendredi matin jusqu’au 6 janvier inclus, période durant laquelle les discothèques devront aussi fermer leurs portes dans le cadre des nouvelles mesures anti-Covid.", + "title": "La contestation monte contre la réforme de l’asile de Boris Johnson", + "description": "Dénoncé par les ONG et les travaillistes comme une loi « antiréfugiés », le projet de loi « nationalité et frontières » est examiné au Parlement.", + "content": "Dénoncé par les ONG et les travaillistes comme une loi « antiréfugiés », le projet de loi « nationalité et frontières » est examiné au Parlement.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/09/covid-19-la-france-interdit-de-danser-dans-les-bars-et-restaurants-pendant-quatre-semaines-les-pharmacies-autorisees-a-ouvrir-le-dimanche_6105309_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/07/la-contestation-monte-contre-la-reforme-de-l-asile-de-boris-johnson_6105000_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:39:59 +0100", + "pubDate": "Tue, 07 Dec 2021 10:17:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -269980,16 +295795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b17402386d44becaa9dfb53405820777" + "hash": "c2710fb81e7af01be945413c86d1ec1b" }, { - "title": "A Kinshasa comme à Brazzaville, la rumba dans la peau", - "description": "L’Unesco statuera dans quelques jours sur l’inscription de cette musique au Patrimoine culturel immatériel. Sur les deux rives du fleuve Congo, ses amoureux ont déjà tranché.", - "content": "L’Unesco statuera dans quelques jours sur l’inscription de cette musique au Patrimoine culturel immatériel. Sur les deux rives du fleuve Congo, ses amoureux ont déjà tranché.", + "title": "Variant Omicron : le Nigeria juge « discriminatoire » l’interdiction de voyage décrétée par le Royaume-Uni", + "description": "Abuja considère cette décision « injuste, inéquitable, punitive, indéfendable et qui n’est pas motivée par la science ou même le bon sens ».", + "content": "Abuja considère cette décision « injuste, inéquitable, punitive, indéfendable et qui n’est pas motivée par la science ou même le bon sens ».", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/09/a-kinshasa-comme-a-brazzaville-la-rumba-dans-la-peau_6105308_3212.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/07/variant-omicron-le-nigeria-juge-discriminatoire-l-interdiction-de-voyage-decretee-par-le-royaume-uni_6104999_3212.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:33:03 +0100", + "pubDate": "Tue, 07 Dec 2021 10:14:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270000,16 +295815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b2fd6bd9ba370ea5f43e9cc75a6417e" + "hash": "5641619ad8ad4b3f72b84ade3fb577fe" }, { - "title": "Laïcité : le gouvernement passe à la pratique", - "description": "Un comité interministériel, jeudi 9 décembre, devait entériner plusieurs décrets d’application de la loi contre le séparatisme et accélérer les formations à la laïcité.", - "content": "Un comité interministériel, jeudi 9 décembre, devait entériner plusieurs décrets d’application de la loi contre le séparatisme et accélérer les formations à la laïcité.", + "title": "Covid-19 : l’école face au défi du dépistage massif des enfants", + "description": "Le gouvernement, qui a annoncé lundi le relèvement du protocole sanitaire au niveau 3, veut maintenir le plus possible les classes ouvertes, en s’appuyant sur la systématisation des tests. La communauté éducative s’interroge sur la faisabilité de cette stratégie.", + "content": "Le gouvernement, qui a annoncé lundi le relèvement du protocole sanitaire au niveau 3, veut maintenir le plus possible les classes ouvertes, en s’appuyant sur la systématisation des tests. La communauté éducative s’interroge sur la faisabilité de cette stratégie.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/09/laicite-le-gouvernement-passe-a-la-pratique_6105303_3224.html", + "link": "https://www.lemonde.fr/education/article/2021/12/07/covid-19-l-ecole-face-au-defi-du-depistage_6104964_1473685.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:27:48 +0100", + "pubDate": "Tue, 07 Dec 2021 04:57:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270020,16 +295835,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "695ea54b07ad95f16a89ffc734edcd89" + "hash": "ac22b033fcd337bbd21ede28e547c70c" }, { - "title": "Vivendi lancera son OPA sur le groupe Lagardère dès février 2022", - "description": "Vincent Bolloré accélère la prise de contrôle du groupe sur lequel il avait annoncé une offre publique d’achat à la mi-septembre.", - "content": "Vincent Bolloré accélère la prise de contrôle du groupe sur lequel il avait annoncé une offre publique d’achat à la mi-septembre.", + "title": "« Le Monde » vous répond en direct sur sa ligne éditoriale, sa gouvernance et la vie de sa rédaction", + "description": "Comme tous les premiers mardis du mois, retrouvez Gilles van Kote, le directeur délégué aux relations avec les lecteurs, pour une heure de questions et de réponses sur tous les sujets que « Le Monde » vous inspire.", + "content": "Comme tous les premiers mardis du mois, retrouvez Gilles van Kote, le directeur délégué aux relations avec les lecteurs, pour une heure de questions et de réponses sur tous les sujets que « Le Monde » vous inspire.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/09/vivendi-lancera-son-opa-sur-le-groupe-lagardere-des-fevrier-2022_6105302_3234.html", + "link": "https://www.lemonde.fr/le-monde-et-vous/live/2021/12/07/posez-en-direct-vos-questions-sur-le-monde-sa-ligne-editoriale-sa-gouvernance-et-la-vie-de-sa-redaction_6104996_6065879.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:17:39 +0100", + "pubDate": "Tue, 07 Dec 2021 10:00:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270040,16 +295855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ce90e7330b5dbcf2822aa2a52ff617d" + "hash": "d6d8d1607a2d5c71f6ef393a8dd02d0a" }, { - "title": "Les 27 migrants morts noyés dans la Manche fin novembre avaient bien appelé les secours", - "description": "Le 24 novembre, vingt-sept personnes ont trouvé la mort dans le naufrage de leur embarcation. Plusieurs témoignages de proches des victimes et les relevés des appels téléphoniques corroborent le fait qu’ils avaient joint les secours.", - "content": "Le 24 novembre, vingt-sept personnes ont trouvé la mort dans le naufrage de leur embarcation. Plusieurs témoignages de proches des victimes et les relevés des appels téléphoniques corroborent le fait qu’ils avaient joint les secours.", + "title": "Tennis : la sélection de Novak Djokovic pour l’ATP Cup à Sydney laisse présager sa participation à l’Open d’Australie", + "description": "Le numéro un mondial avait laissé planer le doute sur sa participation au prochain Grand Chelem australien, refusant de dire s’il était vacciné, condition imposée pour toute entrée dans le pays.", + "content": "Le numéro un mondial avait laissé planer le doute sur sa participation au prochain Grand Chelem australien, refusant de dire s’il était vacciné, condition imposée pour toute entrée dans le pays.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/09/naufrage-dans-la-manche-les-migrants-avaient-bien-appele-les-secours_6105249_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/07/tennis-la-selection-de-novak-djokovic-pour-l-atp-cup-a-sydney-laisse-presager-sa-participation-a-l-open-d-australie_6104995_3242.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 02:10:20 +0100", + "pubDate": "Tue, 07 Dec 2021 09:54:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270060,16 +295875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89a37dbb7d8a0c8772ae5d078f7777d4" + "hash": "97ac23c2e5579466236c9368c1a62ba1" }, { - "title": "Primaire à gauche : « Non, je ne participerai pas », répond Yannick Jadot à Anne Hidalgo", - "description": "Le candidat écologiste a rejeté jeudi la proposition de sa concurrente socialiste et d’Arnaud Montebourg, qui ont souhaité mercredi un processus de désignation d’un candidat unique de la gauche à l’élection présidentielle 2022.", - "content": "Le candidat écologiste a rejeté jeudi la proposition de sa concurrente socialiste et d’Arnaud Montebourg, qui ont souhaité mercredi un processus de désignation d’un candidat unique de la gauche à l’élection présidentielle 2022.", + "title": "Des réfugiés rohingya poursuivent Facebook", + "description": "La plainte déposée collectivement affirme que les algorithmes de Facebook poussent certains profils d’utilisateurs vers des groupes encore plus extrémistes qu’ils ne le sont déjà.", + "content": "La plainte déposée collectivement affirme que les algorithmes de Facebook poussent certains profils d’utilisateurs vers des groupes encore plus extrémistes qu’ils ne le sont déjà.", "category": "", - "link": "https://www.lemonde.fr/politique/live/2021/12/09/anne-hidalgo-et-arnaud-montebourg-proposent-une-primaire-a-gauche-les-reactions-en-direct_6105284_823448.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/07/des-refugies-rohingya-poursuivent-facebook_6104991_4408996.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 07:47:19 +0100", + "pubDate": "Tue, 07 Dec 2021 08:59:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270080,16 +295895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a6b6020fd95bf46391d5c70f326c151" + "hash": "57b3283808ec84933eb29c874036041e" }, { - "title": "Nouvelle-Calédonie : le ministre des outre-mer va se rendre sur place pour le référendum", - "description": "Sébastien Lecornu se déplacera à Nouméa pour le scrutin du 12 décembre, mais les indépendantistes kanak lui opposent une fin de non-recevoir et appellent toujours au boycott.", - "content": "Sébastien Lecornu se déplacera à Nouméa pour le scrutin du 12 décembre, mais les indépendantistes kanak lui opposent une fin de non-recevoir et appellent toujours au boycott.", + "title": "Les travailleurs sociaux font grève pour partager leur désarroi", + "description": "Bas salaires, stress, perte de sens, les travailleurs sociaux appellent à la grève mardi. Les écoles de formation aux métiers du social n’attirent plus les jeunes.", + "content": "Bas salaires, stress, perte de sens, les travailleurs sociaux appellent à la grève mardi. Les écoles de formation aux métiers du social n’attirent plus les jeunes.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/09/nouvelle-caledonie-le-ministre-des-outre-mer-va-se-rendre-sur-place-pour-le-referendum_6105281_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/07/les-travailleurs-sociaux-font-greve-pour-partager-leur-desarroi_6104990_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 06:57:54 +0100", + "pubDate": "Tue, 07 Dec 2021 08:26:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270100,16 +295915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92faf25ccd56c4b6cfb9191488aacf91" + "hash": "803a4a226a67073a98ebc534b79382c1" }, { - "title": "Ouïgours : les Etats-Unis limitent les importations de produits fabriqués au Xinjiang", - "description": "La Chambre des représentants a adopté un texte de loi demandant aux entreprises de prouver que les biens venus de cette région de Chine ne sont pas issus du travail forcé de la minorité ouïgoure.", - "content": "La Chambre des représentants a adopté un texte de loi demandant aux entreprises de prouver que les biens venus de cette région de Chine ne sont pas issus du travail forcé de la minorité ouïgoure.", + "title": "Pollution : les populations les plus riches sont les plus émettrices", + "description": "Les 10 % les plus fortunés de la planète ont pesé à eux seuls près de la moitié de toutes les émissions de dioxyde de carbone en 2019, selon le rapport du Laboratoire sur les inégalités mondiales publié mardi.", + "content": "Les 10 % les plus fortunés de la planète ont pesé à eux seuls près de la moitié de toutes les émissions de dioxyde de carbone en 2019, selon le rapport du Laboratoire sur les inégalités mondiales publié mardi.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/09/les-etats-unis-limitent-les-importations-de-produits-fabriques-au-xinjiang_6105280_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/07/pollution-les-populations-les-plus-riches-sont-les-plus-emettrices_6104988_3234.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 06:45:22 +0100", + "pubDate": "Tue, 07 Dec 2021 07:00:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270120,16 +295935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3840941b8b3f97938ebc65b4d226aec" + "hash": "24989f057c3f82eed35be5addcd5cf77" }, { - "title": "Métropole Aix-Marseille-Provence : les députés adoptent la réforme de la gouvernance voulue par Emmanuel Macron", - "description": "Elle va entraîner un transfert de certaines compétences vers les municipalités. Cette collectivité géante rassemble 92 communes et 1,8 million d’habitants.", - "content": "Elle va entraîner un transfert de certaines compétences vers les municipalités. Cette collectivité géante rassemble 92 communes et 1,8 million d’habitants.", + "title": "Les disparités de patrimoine se creusent en France", + "description": "Au-delà des aides d’urgence liées à la pandémie de Covid-19, les mesures prises pendant le quinquennat Macron ont surtout profité aux plus aisés.", + "content": "Au-delà des aides d’urgence liées à la pandémie de Covid-19, les mesures prises pendant le quinquennat Macron ont surtout profité aux plus aisés.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/09/metropole-aix-marseille-provence-les-deputes-adoptent-la-reforme-de-la-gouvernance-voulue-par-emmanuel-macron_6105279_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/07/les-disparites-de-patrimoine-se-creusent-en-france_6104987_3234.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 06:17:53 +0100", + "pubDate": "Tue, 07 Dec 2021 07:00:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270140,16 +295955,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e80f3f276e942f86964b8710df8225cb" + "hash": "54c6e698760e6dbde5c107f2696c4439" }, { - "title": "L’Europe au cœur de la future campagne d’Emmanuel Macron", - "description": "Le chef de l’Etat qui donnera une conférence de presse sur ce sujet jeudi, entend utiliser sa position pro-européenne comme un instrument de clivage politique dans la course à la présidentielle 2022.", - "content": "Le chef de l’Etat qui donnera une conférence de presse sur ce sujet jeudi, entend utiliser sa position pro-européenne comme un instrument de clivage politique dans la course à la présidentielle 2022.", + "title": "Revenus, éducation, santé, genre, climat : une radiographie inédite des inégalités mondiales", + "description": "Le nouveau rapport du Laboratoire sur les inégalités mondiales, publié mardi, dévoile une radiographie inédite des disparités de richesse depuis le XIXe siècle dans le monde, mais aussi des écarts de revenu femmes-hommes et des émissions carbone selon les classes sociales. « Le Monde » lui consacre une large couverture.", + "content": "Le nouveau rapport du Laboratoire sur les inégalités mondiales, publié mardi, dévoile une radiographie inédite des disparités de richesse depuis le XIXe siècle dans le monde, mais aussi des écarts de revenu femmes-hommes et des émissions carbone selon les classes sociales. « Le Monde » lui consacre une large couverture.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/09/emmanuel-macron-veut-mettre-l-europe-au-c-ur-de-sa-future-campagne_6105273_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/07/revenus-education-sante-genre-climat-la-pandemie-de-covid-19-a-exacerbe-un-peu-plus-encore-les-inegalites-mondiales_6104984_3234.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 06:00:12 +0100", + "pubDate": "Tue, 07 Dec 2021 06:58:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270160,16 +295975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9d6274ef61f774766b94336eea92d74" + "hash": "c8570cf4fdef67e69585a83cf5558952" }, { - "title": "Présidentielle 2022 : le jour où Anne Hidalgo a décidé de « prendre son risque » en proposant une primaire à gauche", - "description": "Au terme d’une journée à rebondissements, la maire de Paris, en difficulté dans sa campagne, a appelé à l’organisation d’un scrutin avec les autres candidats, espérant un « électrochoc ». La proposition a été accueillie fraîchement, sauf par Arnaud Montebourg.", - "content": "Au terme d’une journée à rebondissements, la maire de Paris, en difficulté dans sa campagne, a appelé à l’organisation d’un scrutin avec les autres candidats, espérant un « électrochoc ». La proposition a été accueillie fraîchement, sauf par Arnaud Montebourg.", + "title": "A la Guadeloupe, sept personnes interpellées après de nouveaux incidents entre manifestants et forces de l’ordre", + "description": "Un homme qui avait été arrêté pendant le week-end en possession d’une arme à feu dérobée dans une armurerie lors de pillages a, lui, été condamné à six mois de prison ferme pour « recel ».", + "content": "Un homme qui avait été arrêté pendant le week-end en possession d’une arme à feu dérobée dans une armurerie lors de pillages a, lui, été condamné à six mois de prison ferme pour « recel ».", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/09/presidentielle-2022-anne-hidalgo-joue-son-va-tout-en-proposant-une-primaire-a-gauche_6105269_6059010.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/07/a-la-guadeloupe-sept-personnes-interpellees-apres-de-nouveaux-incidents-entre-manifestants-et-forces-de-l-ordre_6104981_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 05:42:20 +0100", + "pubDate": "Tue, 07 Dec 2021 06:16:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270180,16 +295995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d76c97e9b43f26935af48e361e276bfc" + "hash": "8b1ae764b821a262b215685d49b18712" }, { - "title": "A Hongkong, le magnat de la presse Jimmy Lai condamné pour avoir commémoré la répression de la place Tiananmen", - "description": "Il avait participé à une manifestation en 2020. Deux autres militants prodémocratie ont été, comme lui, reconnus coupables de rassemblement illégal.", - "content": "Il avait participé à une manifestation en 2020. Deux autres militants prodémocratie ont été, comme lui, reconnus coupables de rassemblement illégal.", + "title": "A sa propre demande, les Grammy Awards retirent le rappeur Drake des nominations de l’édition 2022", + "description": "Aucune explication n’a été officiellement donnée, mais la star canadienne, en lice pour deux prix de la catégorie rap, a été ignorée dans les catégories généralistes, de loin les plus en vue.", + "content": "Aucune explication n’a été officiellement donnée, mais la star canadienne, en lice pour deux prix de la catégorie rap, a été ignorée dans les catégories généralistes, de loin les plus en vue.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/09/a-hongkong-le-magnat-de-la-presse-jimmy-lai-condamne-pour-avoir-commemore-la-repression-de-la-place-tiananmen_6105261_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/07/a-sa-propre-demande-les-grammy-awards-retirent-le-rappeur-drake-des-nominations-de-l-edition-2022_6104961_3246.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 04:43:09 +0100", + "pubDate": "Tue, 07 Dec 2021 04:39:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270200,16 +296015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ca8dad5fe94717a633c37da4d179ef4e" + "hash": "fe9b7f46ead6f9e2889d0e4bf9094ff8" }, { - "title": "Crise aux Antilles : près de 150 enquêtes ouvertes en Martinique", - "description": "Selon le parquet, les investigations font suite aux violences, parfois accompagnées de pillages, commises sur l’île en marge des blocages menés depuis le 22 novembre.", - "content": "Selon le parquet, les investigations font suite aux violences, parfois accompagnées de pillages, commises sur l’île en marge des blocages menés depuis le 22 novembre.", + "title": "« Même les voyageurs entièrement vaccinés peuvent courir le risque d’attraper et de propager les variants », a expliqué la principale agence sanitaire américaine, qui a établi une liste d’une dizaine de pays à éviter.", + "description": "« Même les voyageurs entièrement vaccinés peuvent courir le risque d’attraper et de propager les variants », a expliqué la principale agence sanitaire américaine, qui a établi une liste d’une dizaine de nouveaux pays à éviter.", + "content": "« Même les voyageurs entièrement vaccinés peuvent courir le risque d’attraper et de propager les variants », a expliqué la principale agence sanitaire américaine, qui a établi une liste d’une dizaine de nouveaux pays à éviter.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/09/crise-aux-antilles-pres-de-150-enquetes-ouvertes-en-martinique_6105259_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/06/covid-19-le-maire-de-new-york-impose-la-vaccination-obligatoire-pour-tout-le-secteur-prive_6104924_3244.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 03:56:19 +0100", + "pubDate": "Mon, 06 Dec 2021 16:13:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270220,16 +296035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c54038cc924b1f2d6cdb6426feaecb5" + "hash": "b643608576578c6f32c499b53fb08dfa" }, { - "title": "Covid-19 : le dépistage actuel à l’école primaire ne permet pas de casser les chaînes de transmission", - "description": "Une modélisation de l’Inserm révèle l’importance de la circulation du variant Delta à l’école. Si la stratégie de dépistage déployée aujourd’hui ne peut stopper la propagation du virus, un autre protocole serait plus performant. Par ailleurs, la vaccination de la moitié des 5-11 ans ferait chuter de 75 % le nombre d’infections.", - "content": "Une modélisation de l’Inserm révèle l’importance de la circulation du variant Delta à l’école. Si la stratégie de dépistage déployée aujourd’hui ne peut stopper la propagation du virus, un autre protocole serait plus performant. Par ailleurs, la vaccination de la moitié des 5-11 ans ferait chuter de 75 % le nombre d’infections.", + "title": "Le gouvernement Biden porte plainte contre le Texas, accusé d’un découpage électoral discriminant pour les minorités", + "description": "Le ministère de la justice estime que l’Etat républicain a redessiné ses circonscriptions électorales de manière à diluer le vote des populations noires et hispaniques.", + "content": "Le ministère de la justice estime que l’Etat républicain a redessiné ses circonscriptions électorales de manière à diluer le vote des populations noires et hispaniques.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/09/covid-19-le-depistage-actuel-a-l-ecole-primaire-ne-permet-pas-de-casser-les-chaines-de-transmission_6105258_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/07/le-gouvernement-biden-porte-plainte-contre-le-texas-accuse-d-un-decoupage-electoral-discriminant-pour-les-minorites_6104958_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 03:47:56 +0100", + "pubDate": "Tue, 07 Dec 2021 02:41:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270240,16 +296055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "620c1e79b92a7a4526941a2660715c07" + "hash": "6d6e5c7e89f3d4e589674da343575fd9" }, { - "title": "Ukraine : Joe Biden menace la Russie de sanctions économiques comme elle « n’en a jamais vu »", - "description": "S’il a exclu une intervention militaire de l’OTAN, le président américain a brandi, mercredi, la menace de sanctions économiques très dures contre Moscou et réaffirmé qu’il allait envoyer des armes à Kiev.", - "content": "S’il a exclu une intervention militaire de l’OTAN, le président américain a brandi, mercredi, la menace de sanctions économiques très dures contre Moscou et réaffirmé qu’il allait envoyer des armes à Kiev.", + "title": "BuzzFeed chahuté pour son introduction à la Bourse de New York", + "description": "Après avoir bondi de 53 % en cours de séance, le média en ligne a clôturé sur une lourde baisse de 11 %, lundi, pour son premier jour de cotation à Wall Street. En cause : la récente déconvenue des SPAC, mais aussi des performances en dessous des attentes.", + "content": "Après avoir bondi de 53 % en cours de séance, le média en ligne a clôturé sur une lourde baisse de 11 %, lundi, pour son premier jour de cotation à Wall Street. En cause : la récente déconvenue des SPAC, mais aussi des performances en dessous des attentes.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/09/ukraine-joe-biden-menace-la-russie-de-sanctions-economiques-comme-elle-n-en-a-jamais-vu_6105256_3210.html", + "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/07/buzzfeed-chahute-pour-son-introduction-a-la-bourse-de-new-york_6104957_3236.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 03:13:50 +0100", + "pubDate": "Tue, 07 Dec 2021 01:45:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270260,16 +296075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "77f836455c295a14a9a83139085ea89d" + "hash": "82bb505f759335927b1eeb3c4cbd1f92" }, { - "title": "Ligue des champions : convaincant, Lille s’invite au banquet européen", - "description": "Large vainqueur dans le froid de Wolfsburg (3-1) et premier de son groupe, le LOSC se hisse en huitièmes de finale de la compétition pour la deuxième fois de son histoire.", - "content": "Large vainqueur dans le froid de Wolfsburg (3-1) et premier de son groupe, le LOSC se hisse en huitièmes de finale de la compétition pour la deuxième fois de son histoire.", + "title": "Face aux manœuvres russes, cinq grandes puissances, dont la France, déterminées à ce que la « souveraineté » de l’Ukraine « soit respectée »", + "description": "Alors que la Russie est accusée de préparer une attaque sur son voisin, Paris, Londres, Rome, Berlin et Washington ont rappelé la nécessité que Moscou se réengage dans les négociations avec Kiev.", + "content": "Alors que la Russie est accusée de préparer une attaque sur son voisin, Paris, Londres, Rome, Berlin et Washington ont rappelé la nécessité que Moscou se réengage dans les négociations avec Kiev.", "category": "", - "link": "https://www.lemonde.fr/football/article/2021/12/09/ligue-des-champions-convaincant-lille-s-invite-au-banquet-europeen_6105254_1616938.html", + "link": "https://www.lemonde.fr/international/article/2021/12/07/face-aux-man-uvres-russes-cinq-grandes-puissances-dont-la-france-determinees-a-ce-que-la-souverainete-de-l-ukraine-soit-respectee_6104955_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 02:56:25 +0100", + "pubDate": "Tue, 07 Dec 2021 01:05:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270280,16 +296095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a292c7f21ba94eaff2e89b0a9217cd8b" + "hash": "84ce6be13d586ea5612ff1106c9ad664" }, { - "title": "Etats généraux de la justice : « Le sujet des moyens est évidemment sur la table »", - "description": "Jean-Marc Sauvé, président du comité indépendant des Etats généraux de la justice, assure que l’exercice n’est ni « balisé » ni « prédéterminé » et qu’il devra prendre en compte le « mal-être » exprimé par les magistrats.", - "content": "Jean-Marc Sauvé, président du comité indépendant des Etats généraux de la justice, assure que l’exercice n’est ni « balisé » ni « prédéterminé » et qu’il devra prendre en compte le « mal-être » exprimé par les magistrats.", + "title": "Un concert annulé sous la pression de catholiques intégristes à Nantes", + "description": "Un petit groupe de radicaux a bloqué l’entrée d’une église, à Nantes, où devait se tenir mardi soir un concert programmé par le Lieu unique. Les organisateurs et plusieurs élus de la ville dénoncent une atteinte à la liberté d’expression.", + "content": "Un petit groupe de radicaux a bloqué l’entrée d’une église, à Nantes, où devait se tenir mardi soir un concert programmé par le Lieu unique. Les organisateurs et plusieurs élus de la ville dénoncent une atteinte à la liberté d’expression.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/09/etats-generaux-de-la-justice-le-sujet-des-moyens-est-evidemment-sur-la-table_6105253_3224.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/08/un-concert-annule-sous-la-pression-de-catholiques-integristes-a-nantes_6105101_3246.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 02:50:33 +0100", + "pubDate": "Wed, 08 Dec 2021 04:48:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270300,16 +296115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "602a6cc0cb5398721e826008f8ba1006" + "hash": "aba73048c63abb8d2c791a4fbf6bb385" }, { - "title": "A Vichy, Emmanuel Macron mène campagne sans le dire contre Eric Zemmour", - "description": "Le chef de l’Etat s’est rendu dans la cité thermale mercredi, une première pour un président de la République depuis le général de Gaulle, en 1959. Il était accompagné de Serge et Beate Klarsfeld.", - "content": "Le chef de l’Etat s’est rendu dans la cité thermale mercredi, une première pour un président de la République depuis le général de Gaulle, en 1959. Il était accompagné de Serge et Beate Klarsfeld.", + "title": "Nouvelle-Calédonie : le Conseil d’Etat rejette la demande de report du référendum", + "description": "Des associations et des électeurs indépendantistes plaidaient que le contexte sanitaire ne permettait pas la tenue du scrutin sur l’indépendance prévu le 12 décembre.", + "content": "Des associations et des électeurs indépendantistes plaidaient que le contexte sanitaire ne permettait pas la tenue du scrutin sur l’indépendance prévu le 12 décembre.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/09/a-vichy-emmanuel-macron-mene-campagne-sans-le-dire-contre-eric-zemmour_6105251_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/08/nouvelle-caledonie-le-conseil-d-etat-rejette-la-demande-de-report-du-referendum_6105092_823448.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 02:30:24 +0100", + "pubDate": "Wed, 08 Dec 2021 02:08:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270320,16 +296135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8fd7947d906ef0949376004b63f6b209" + "hash": "a21dcdc2263e62aecc777dc82bbf9ac3" }, { - "title": "A Madagascar, l’assassinat d’un travailleur humanitaire révèle la tragique situation du sud", - "description": "La région, qui subit la pire sécheresse depuis quarante ans, compte 1,3 million de personnes ayant besoin d’assistance alimentaire.", - "content": "La région, qui subit la pire sécheresse depuis quarante ans, compte 1,3 million de personnes ayant besoin d’assistance alimentaire.", + "title": "Pearl Harbor : 80 ans après, la plupart des victimes de l’« USS Oklahoma » identifiées", + "description": "Ce navire américain avait été coulé lors de l’attaque japonaise du 7 décembre 1941, causant la mort de 429 soldats. Le Pentagone a annoncé, mardi, pouvoir clore les recherches sur leur identité, grâce à des analyses ADN menées sur les ossements.", + "content": "Ce navire américain avait été coulé lors de l’attaque japonaise du 7 décembre 1941, causant la mort de 429 soldats. Le Pentagone a annoncé, mardi, pouvoir clore les recherches sur leur identité, grâce à des analyses ADN menées sur les ossements.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/09/a-madagascar-l-assassinat-d-un-travailleur-humanitaire-revele-la-tragique-situation-du-sud_6105399_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/08/pearl-harbor-80-ans-apres-la-plupart-des-victimes-de-l-uss-oklahoma-identifiees_6105088_3210.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 20:33:32 +0100", + "pubDate": "Wed, 08 Dec 2021 01:14:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270340,16 +296155,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84e783d29bbc4210dcaf37a12530077a" + "hash": "3730ed83bcfe0d1f806a339ce6350118" }, { - "title": "Pierre Ménès, ex-chroniqueur de Canal+, placé en garde à vue du chef d’agression sexuelle", - "description": "L’ex-chroniqueur vedette de la chaîne cryptée, qu’il a quittée au début de juillet, est entendu depuis jeudi matin à la demande du parquet.", - "content": "L’ex-chroniqueur vedette de la chaîne cryptée, qu’il a quittée au début de juillet, est entendu depuis jeudi matin à la demande du parquet.", + "title": "Google annonce avoir été hacké", + "description": "Selon le géant de l’Internet, un million d’appareils électroniques ont été piratés. Le groupe a déposé plainte contre des hackers russes qui agiraient depuis de nombreuses années.", + "content": "Selon le géant de l’Internet, un million d’appareils électroniques ont été piratés. Le groupe a déposé plainte contre des hackers russes qui agiraient depuis de nombreuses années.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/09/l-ex-chroniqueur-de-canal-pierre-menes-accuse-d-agression-sexuelle-est-place-en-garde-a-vue_6105345_3224.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/08/google-annonce-avoir-ete-hacke_6105086_4408996.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:20:34 +0100", + "pubDate": "Wed, 08 Dec 2021 00:51:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270360,16 +296175,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dfc04a193abefe0571191725bde0a778" + "hash": "2475ab1720964ca61159c967b6241cbe" }, { - "title": "A Alger, Jean-Yves Le Drian amorce la réconciliation franco-algérienne", - "description": "Le ministre français des affaires étrangères a rencontré, mercredi, le président algérien. Cette visite vise à « apaiser » une relation en crise depuis deux mois.", - "content": "Le ministre français des affaires étrangères a rencontré, mercredi, le président algérien. Cette visite vise à « apaiser » une relation en crise depuis deux mois.", + "title": "Covid-19 : le Portugal ouvre la vaccination aux 5-11 ans, manifestation en Belgique contre l’obligation vaccinale des soignants", + "description": "La pandémie a fait au moins 5,26 millions de morts dans le monde depuis la fin de 2019, selon un bilan établi par l’AFP à partir de sources officielles mardi 7 décembre.", + "content": "La pandémie a fait au moins 5,26 millions de morts dans le monde depuis la fin de 2019, selon un bilan établi par l’AFP à partir de sources officielles mardi 7 décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/09/a-alger-jean-yves-le-drian-amorce-la-reconciliation-franco-algerienne_6105250_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/07/covid-19-le-portugal-ouvre-la-vaccination-aux-5-11-ans-manifestation-en-belgique-contre-l-obligation-vaccinale-des-soignants_6105075_3244.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 02:14:09 +0100", + "pubDate": "Tue, 07 Dec 2021 19:33:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270380,16 +296195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7720d919634bf47c2a9f7fd25b0d7fe1" + "hash": "669ede27e0ce02432f5fc27b927c9065" }, { - "title": "Burkina Faso : impuissant face aux attaques djihadistes, le gouvernement démissionne", - "description": "Le premier ministre, Christophe Joseph Dabiré, a remis sa démission après plusieurs jours de manifestations dans le pays. La population dénonçait l’incapacité des autorités à lutter contre le djihadisme.", - "content": "Le premier ministre, Christophe Joseph Dabiré, a remis sa démission après plusieurs jours de manifestations dans le pays. La population dénonçait l’incapacité des autorités à lutter contre le djihadisme.", + "title": "Sanary-sur-Mer : un mort dans l’effondrement d’un immeuble à la suite d’une explosion", + "description": "La victime est le père d’un bébé que les pompiers ont réussi à extraire sain et sauf des décombres. La mère souffre, elle, de « blessures graves ».", + "content": "La victime est le père d’un bébé que les pompiers ont réussi à extraire sain et sauf des décombres. La mère souffre, elle, de « blessures graves ».", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/09/burkina-faso-impuissants-face-aux-attaques-djihadistes-le-gouvernement-demissionne_6105246_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/07/cinq-personnes-probablement-bloquees-dans-les-decombres-apres-l-effondrement-d-un-immeuble-a-sanary-sur-mer_6104983_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 00:54:37 +0100", + "pubDate": "Tue, 07 Dec 2021 06:38:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270400,16 +296215,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9fae6b68f505e6d336cecaa73e77081" + "hash": "6e7cde23bad31c0aab04f3ca618bc8f5" }, { - "title": "Interrogée mercredi sur TF1, la candidate du PS dit avoir « pris acte » de la faiblesse et de l’éparpillement de l’offre à gauche. LFI, EELV et le PC lui ont aussitôt opposé un net refus.", - "description": "Interrogée mercredi sur TF1, la candidate du PS dit avoir « pris acte » de la faiblesse et de l’éparpillement de l’offre à gauche. LFI, EELV et le PC lui ont aussitôt opposé un net refus.", - "content": "Interrogée mercredi sur TF1, la candidate du PS dit avoir « pris acte » de la faiblesse et de l’éparpillement de l’offre à gauche. LFI, EELV et le PC lui ont aussitôt opposé un net refus.", + "title": "Ethiopie : le gouvernement affirme avoir repris deux villes stratégiques aux rebelles tigréens", + "description": "Le pouvoir éthiopien assure avoir libéré Dessie et Kombolcha. Depuis que le premier ministre, Abiy Ahmed, a déclaré qu’il dirigerait les opérations sur le terrain, fin novembre, son gouvernement a revendiqué une série de victoires contre les Tigréens.", + "content": "Le pouvoir éthiopien assure avoir libéré Dessie et Kombolcha. Depuis que le premier ministre, Abiy Ahmed, a déclaré qu’il dirigerait les opérations sur le terrain, fin novembre, son gouvernement a revendiqué une série de victoires contre les Tigréens.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/08/arnaud-montebourg-pret-a-offrir-sa-candidature-a-un-projet-et-candidat-commun-pour-l-election-presidentielle_6105215_6059010.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/06/ethiopie-le-gouvernement-affirme-avoir-repris-deux-villes-strategiques-aux-rebelles_6104952_3212.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:28:43 +0100", + "pubDate": "Mon, 06 Dec 2021 23:02:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270420,36 +296235,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "f21c97d8ea027661b4277767ea9ff4be" + "hash": "34e1b2af4bb36b3e67e6ff80573d364e" }, { - "title": "A Paris, l’action contre le crack bloquée par les désaccords politiques", - "description": "La mobilisation des pouvoirs publics « s’est relâchée », selon la Cour des comptes, qui a rendu public un « audit flash » mercredi 8 décembre. « Tout est au point mort », dénoncent les professionnels de la lutte contre la toxicomanie.", - "content": "La mobilisation des pouvoirs publics « s’est relâchée », selon la Cour des comptes, qui a rendu public un « audit flash » mercredi 8 décembre. « Tout est au point mort », dénoncent les professionnels de la lutte contre la toxicomanie.", + "title": "Deux journalistes de Mediapart, qui ont été frappés derrière la tête durant le meeting, ont déposé plainte lundi, selon un document consulté par l’Agence France-Presse.", + "description": "Les investigations vont porter sur des violences subies par des militants de SOS-Racisme et sur l’empoignade du candidat par un homme. Depuis dimanche, les réactions politiques se sont multipliées.", + "content": "Les investigations vont porter sur des violences subies par des militants de SOS-Racisme et sur l’empoignade du candidat par un homme. Depuis dimanche, les réactions politiques se sont multipliées.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/08/a-paris-l-action-contre-le-crack-bloquee-par-les-desaccords-politiques_6105240_823448.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/06/violences-au-congres-d-eric-zemmour-la-droite-et-l-extreme-droite-denoncent-la-provocation-de-sos-racisme_6104889_6059010.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 23:30:11 +0100", + "pubDate": "Mon, 06 Dec 2021 10:54:09 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "7983463344b792e376bc9b3d36fcb6b7" + "hash": "95505fb7f2eed39217a95f5fadbbfbb0" }, { - "title": "Jet de bouteille sur Payet : Lyon perd un point, le match contre l’OM sera rejoué à huis clos", - "description": "La commission de discipline de la Ligue de football professionnel a reconnu la responsabilité du club lyonnais dans les incidents du match contre Marseille lors duquel Dimitri Payet avait été touché par une bouteille d’eau lancée par un supporteur.", - "content": "La commission de discipline de la Ligue de football professionnel a reconnu la responsabilité du club lyonnais dans les incidents du match contre Marseille lors duquel Dimitri Payet avait été touché par une bouteille d’eau lancée par un supporteur.", + "title": "Covid-19 : protocole renforcé dans les écoles, fermeture des discothèques, vaccination des 5-11 ans… Ce qu’il faut retenir des annonces de Jean Castex", + "description": "Le premier ministre a énuméré diverses mesures contre la cinquième vague de Covid-19, sans vouloir recourir à des dispositions « disproportionnées ».", + "content": "Le premier ministre a énuméré diverses mesures contre la cinquième vague de Covid-19, sans vouloir recourir à des dispositions « disproportionnées ».", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/08/jet-de-bouteille-sur-payet-lyon-perd-un-point-le-match-contre-l-om-sera-rejoue-a-huis-clos_6105239_3242.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/06/covid-19-protocole-renforce-dans-les-ecoles-fermeture-des-discotheques-vaccination-des-5-11-ans-ce-qu-il-faut-retenir-des-annonces-de-jean-castex_6104949_3244.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 23:04:30 +0100", + "pubDate": "Mon, 06 Dec 2021 20:59:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270460,16 +296275,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a0844c35f4c62082e9805984b9b0b8b8" + "hash": "d503f5211be22256ad1d6f8c0944b754" }, { - "title": "L’agresseur présumé d’Eric Zemmour mis en examen pour « violences volontaires »", - "description": "Le mis en cause est accusé d’avoir légèrement blessé au poignet le candidat d’extrême droite à la présidentielle en l’agrippant avant son entrée en scène, lors de son meeting dimanche à Villepinte.", - "content": "Le mis en cause est accusé d’avoir légèrement blessé au poignet le candidat d’extrême droite à la présidentielle en l’agrippant avant son entrée en scène, lors de son meeting dimanche à Villepinte.", + "title": "JO de Pékin : les Etats-Unis annoncent un boycottage diplomatique de la compétition", + "description": "Washington fait ce choix en raison du « génocide et des crimes contre l’humanité en cours au Xinjiang ». La Chine avait prévenu qu’une telle annonce de la part des Etats-Unis la conduirait à prendre « des contre-mesures fermes ».", + "content": "Washington fait ce choix en raison du « génocide et des crimes contre l’humanité en cours au Xinjiang ». La Chine avait prévenu qu’une telle annonce de la part des Etats-Unis la conduirait à prendre « des contre-mesures fermes ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/08/l-agresseur-presume-d-eric-zemmour-mis-en-examen-pour-violences-volontaires_6105238_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/06/jo-de-pekin-les-etats-unis-annoncent-un-boycott-diplomatique-de-la-competition_6104948_3242.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 23:01:57 +0100", + "pubDate": "Mon, 06 Dec 2021 20:39:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270480,16 +296295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae01d05e1b29217d12fb485fd9184e1d" + "hash": "b9fc2374dc79e0495a50c2711b7d144b" }, { - "title": "Ligue des champions : Lille qualifié pour les huitièmes de finale grâce à sa victoire contre Wolfsburg", - "description": "Les Lillois ont largement dominé les Allemands et l’ont emporté par 3 buts à 1. Premier de sa poule, le LOSC sera tête de série pour la suite de la compétition", - "content": "Les Lillois ont largement dominé les Allemands et l’ont emporté par 3 buts à 1. Premier de sa poule, le LOSC sera tête de série pour la suite de la compétition", + "title": "L’Europe fait un premier pas pour améliorer la condition des « travailleurs pauvres »", + "description": "A défaut de pouvoir imposer un salaire minimum aux pays de l’UE, les Vingt-Sept ont adopté lundi une position commune sur de nouvelles règles européennes visant à réhausser les bas salaires.", + "content": "A défaut de pouvoir imposer un salaire minimum aux pays de l’UE, les Vingt-Sept ont adopté lundi une position commune sur de nouvelles règles européennes visant à réhausser les bas salaires.", "category": "", - "link": "https://www.lemonde.fr/football/live/2021/12/08/wolfsburg-lille-en-direct-le-losc-joue-sa-qualification-pour-les-huitiemes-de-finale_6105221_1616938.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/06/l-europe-fait-un-premier-pas-pour-lutter-contre-le-phenomene-des-travailleurs-pauvres_6104947_3234.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 19:00:16 +0100", + "pubDate": "Mon, 06 Dec 2021 20:32:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270500,16 +296315,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8e0f38a0ff1cbf6a92a11ff4760d29d1" + "hash": "f8e61cd053f307a883711b0381ed8968" }, { - "title": "Instagram « peut aider » les jeunes en difficulté, plaide son patron devant les parlementaires américains, pas convaincus", - "description": "A la veille de l’audition, Instagram a annoncé une série de mesures censées renforcer la protection de ses plus jeunes utilisateurs. Ses annonces ont été accueillies avec méfiance par les élus.", - "content": "A la veille de l’audition, Instagram a annoncé une série de mesures censées renforcer la protection de ses plus jeunes utilisateurs. Ses annonces ont été accueillies avec méfiance par les élus.", + "title": "Enquête | La recherche au chevet de notre mauvais sommeil", + "description": "Près de 70 % des Français pâtissent de problèmes de sommeil. Un congrès scientifique à Lille vient de faire le point sur ce qui peut le troubler et les pistes pour le réparer. Si l’insomnie est la pathologie la plus fréquente, d’autres troubles, plus rares, sont pris en charge dans des centres spécialisés comme celui de l’hôpital de la Croix-Rousse, à Lyon.", + "content": "Près de 70 % des Français pâtissent de problèmes de sommeil. Un congrès scientifique à Lille vient de faire le point sur ce qui peut le troubler et les pistes pour le réparer. Si l’insomnie est la pathologie la plus fréquente, d’autres troubles, plus rares, sont pris en charge dans des centres spécialisés comme celui de l’hôpital de la Croix-Rousse, à Lyon.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/08/instagram-peut-aider-les-jeunes-en-difficulte-plaide-son-patron-devant-les-parlementaires-americains-pas-convaincus_6105236_4408996.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/06/la-recherche-au-chevet-de-notre-mauvais-sommeil_6104937_1650684.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 22:46:22 +0100", + "pubDate": "Mon, 06 Dec 2021 18:10:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270520,16 +296335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5421e08d96bc88a65f4038a41415a98f" + "hash": "591d8d3062308aee151b026f5a31691c" }, { - "title": "La spectatrice responsable de la chute de cyclistes sur le Tour de France a été condamnée à 1 200 euros d’amende", - "description": "Lors de la première étape du Tour 2021, elle avait agité une pancarte en tournant le dos au sens de la course et avait été percutée par le peloton, provoquant la chute de nombreux coureurs.", - "content": "Lors de la première étape du Tour 2021, elle avait agité une pancarte en tournant le dos au sens de la course et avait été percutée par le peloton, provoquant la chute de nombreux coureurs.", + "title": "Covid-19 : les discothèques vont fermer pendant quatre semaines à partir de vendredi, annonce Jean Castex", + "description": "Le premier ministre a expliqué, lundi 6 décembre, que « le virus circule beaucoup chez les jeunes, même vaccinés » et que « le port du masque est extrêmement difficile dans ces établissements ».", + "content": "Le premier ministre a expliqué, lundi 6 décembre, que « le virus circule beaucoup chez les jeunes, même vaccinés » et que « le port du masque est extrêmement difficile dans ces établissements ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/09/chute-sur-le-tour-de-france-la-spectatrice-a-la-pancarte-condamnee-a-1-200-euros-d-amende_6105351_3224.html", + "link": "https://www.lemonde.fr/politique/live/2021/12/06/covid-19-suivez-en-direct-la-conference-de-presse-de-jean-castex-et-d-olivier-veran_6104931_823448.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 14:19:02 +0100", + "pubDate": "Mon, 06 Dec 2021 17:33:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270540,16 +296355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "47ebda7af5d3488765027e3f61df056c" + "hash": "2027c9c0f3df3d55d04d76b8dfbb26aa" }, { - "title": "Pierre Ménès, ex-chroniqueur de Canal+, est placé en garde à vue du chef d’agression sexuelle", - "description": "L’ex-chroniqueur vedette de la chaîne cryptée, qu’il a quittée au début de juillet, est entendu depuis jeudi matin à la demande du parquet.", - "content": "L’ex-chroniqueur vedette de la chaîne cryptée, qu’il a quittée au début de juillet, est entendu depuis jeudi matin à la demande du parquet.", + "title": "Pollution : un Américain produit huit fois plus de déchets plastiques qu’un Chinois", + "description": "Les Etats-Unis génèrent en moyenne 130 kilos de déchets plastiques par an et par habitant contre 15 kilos en Chine et 43 kilos en France, selon un rapport académique.", + "content": "Les Etats-Unis génèrent en moyenne 130 kilos de déchets plastiques par an et par habitant contre 15 kilos en Chine et 43 kilos en France, selon un rapport académique.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/09/l-ex-chroniqueur-de-canal-pierre-menes-accuse-d-agression-sexuelle-est-place-en-garde-a-vue_6105345_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/06/pollution-un-americain-produit-huit-fois-plus-de-dechets-plastiques-qu-un-chinois_6104941_3244.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:20:34 +0100", + "pubDate": "Mon, 06 Dec 2021 19:01:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270560,16 +296375,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "db4ce51241e4c2d9e01c8136567c468d" + "hash": "7a9dbf109873b74a90af84ed61083492" }, { - "title": "Covid-19 : le variant Omicron peut contourner les défenses vaccinales", - "description": "Les premières données expérimentales, dont celles du pionnier des vaccins à ARN messager BioNTech, montrent que deux doses devraient être insuffisantes pour contrer l’infection. Les résultats sont plus encourageants avec trois doses.", - "content": "Les premières données expérimentales, dont celles du pionnier des vaccins à ARN messager BioNTech, montrent que deux doses devraient être insuffisantes pour contrer l’infection. Les résultats sont plus encourageants avec trois doses.", + "title": "Diversité à l’écran : une enquête souligne la faible part des « non blancs » et des femmes de plus de 50 ans", + "description": "Le Collectif 50/50 a dévoilé lundi une étude, « Cinégalités », qui a analysé le genre, l’origine ou encore la catégorie socioprofessionnelle des personnages de 115 films français.", + "content": "Le Collectif 50/50 a dévoilé lundi une étude, « Cinégalités », qui a analysé le genre, l’origine ou encore la catégorie socioprofessionnelle des personnages de 115 films français.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/09/covid-19-le-variant-omicron-peut-contourner-les-defenses-vaccinales_6105340_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/06/diversite-a-l-ecran-une-enquete-pointe-la-faible-part-des-non-blancs-et-des-femmes-de-plus-de-50-ans_6104936_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 13:04:28 +0100", + "pubDate": "Mon, 06 Dec 2021 17:53:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270580,16 +296395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "327d6ae0f7682cd03720309853357b30" + "hash": "37c2b86689a2acfac7e84abda3a79390" }, { - "title": "Yannick Jadot et Fabien Roussel rejettent la primaire à gauche proposée par Anne Hidalgo", - "description": "Les candidats écologiste et communiste à l’élection présidentielle ont opposé une fin de non-recevoir, jeudi, à la proposition de la maire de Paris, y voyant « un tour de passe-passe ».", - "content": "Les candidats écologiste et communiste à l’élection présidentielle ont opposé une fin de non-recevoir, jeudi, à la proposition de la maire de Paris, y voyant « un tour de passe-passe ».", + "title": "Maintien de l’ordre : le ministère de l’intérieur publie de nouvelles dispositions concernant la place des journalistes dans les manifestations", + "description": "Selon la nouvelle version du schéma national du maintien de l’ordre, les journalistes n’auront pas à quitter les lieux lors de la dispersion d’une manifestation. Cette obligation avait été censurée par le Conseil d’Etat en juin.", + "content": "Selon la nouvelle version du schéma national du maintien de l’ordre, les journalistes n’auront pas à quitter les lieux lors de la dispersion d’une manifestation. Cette obligation avait été censurée par le Conseil d’Etat en juin.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/09/yannick-jadot-et-fabien-roussel-rejettent-la-primaire-a-gauche-proposee-par-anne-hidalgo_6105305_6059010.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/06/maintien-de-l-ordre-le-ministere-de-l-interieur-publie-de-nouvelles-dispositions-sur-la-place-des-journalistes-dans-les-manifestations_6104932_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 10:31:05 +0100", + "pubDate": "Mon, 06 Dec 2021 17:36:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270600,16 +296415,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1830a9e8677bd9bacbdad62ebee78e38" + "hash": "2de58daa5f90ce91fe929f69f6018775" }, { - "title": "Covid-19 : plusieurs régions réactivent le plan blanc dans leurs hôpitaux", - "description": "En tout, six régions métropolitaines ont réactivé le plan blanc, qui permet notamment de déprogrammer des opérations : la Corse, la Provence-Alpes-Côte d’Azur, l’Ile-de-France, l’Occitanie, les Pays de la Loire et la Bourgogne-Franche-Comté.", - "content": "En tout, six régions métropolitaines ont réactivé le plan blanc, qui permet notamment de déprogrammer des opérations : la Corse, la Provence-Alpes-Côte d’Azur, l’Ile-de-France, l’Occitanie, les Pays de la Loire et la Bourgogne-Franche-Comté.", + "title": "Le Medef renonce à s’installer à côté de la Bibliothèque François-Mitterrand", + "description": "Le projet, porté par le président de l’organisation patronale, Geoffroy Roux de Bézieux, a été écarté, les plus importantes fédérations y étant défavorables.", + "content": "Le projet, porté par le président de l’organisation patronale, Geoffroy Roux de Bézieux, a été écarté, les plus importantes fédérations y étant défavorables.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/08/covid-19-plusieurs-regions-reactivent-le-plan-blanc-dans-leurs-hopitaux_6105235_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/06/le-medef-renonce-a-s-installer-a-cote-de-la-bibliotheque-francois-mitterrand_6104930_823448.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 22:11:16 +0100", + "pubDate": "Mon, 06 Dec 2021 17:28:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270620,16 +296435,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89f98089715ba4bb962036460e863326" + "hash": "eb4b2dd7e483dc3841ed53f86746dfe2" }, { - "title": "On a testé… « Halo Infinite », un jeu sur lequel il faut mettre le grappin", - "description": "Sauver le monde, encore ? Le guerrier super héroïque Master Chief aurait pu tomber dans la routine. Mais des combats dynamiques et un séduisant monde semi-ouvert apportent du sang neuf à cette série qui fête ses vingt ans.", - "content": "Sauver le monde, encore ? Le guerrier super héroïque Master Chief aurait pu tomber dans la routine. Mais des combats dynamiques et un séduisant monde semi-ouvert apportent du sang neuf à cette série qui fête ses vingt ans.", + "title": "Des entités françaises visées par une cyberattaque depuis le mois de février", + "description": "L’Anssi y voit la main du groupe Nobelium, déjà responsable l’an dernier du piratage de l’américain SolarWinds, et dont les liens avec la Russie sont connus. Même indirectement, il est rare que la France lie une cyberattaque à un pays.", + "content": "L’Anssi y voit la main du groupe Nobelium, déjà responsable l’an dernier du piratage de l’américain SolarWinds, et dont les liens avec la Russie sont connus. Même indirectement, il est rare que la France lie une cyberattaque à un pays.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/08/on-a-teste-halo-infinite-un-jeu-sur-lequel-il-faut-mettre-le-grappin_6105231_4408996.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/06/des-entites-francaises-visees-par-une-cyberattaque-depuis-le-mois-de-fevrier_6104929_4408996.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 21:00:13 +0100", + "pubDate": "Mon, 06 Dec 2021 17:27:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270640,16 +296455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "236cacd2c2c553a92e7e72ce6e82820e" + "hash": "38a55303ccd62a549567519f15be037b" }, { - "title": "Nouveau congé spécifique à l’annonce d’un cancer ou d’une maladie chronique chez l’enfant", - "description": "Ce texte, voté à l’unanimité par le Parlement, étend le congé de deux jours accordés pour l’annonce de la survenue d’un handicap chez l’enfant aux cas de pathologie chronique nécessitant un apprentissage thérapeutique et de cancer.", - "content": "Ce texte, voté à l’unanimité par le Parlement, étend le congé de deux jours accordés pour l’annonce de la survenue d’un handicap chez l’enfant aux cas de pathologie chronique nécessitant un apprentissage thérapeutique et de cancer.", + "title": "Meurtre de Jamal Khashoggi : un membre présumé du commando arrêté à l’aéroport de Roissy", + "description": "L’homme, soupçonné d’être impliqué dans l’assassinat du journaliste, en 2018, a été interpellé alors qu’il s’apprêtait à prendre un vol pour l’Arabie saoudite.", + "content": "L’homme, soupçonné d’être impliqué dans l’assassinat du journaliste, en 2018, a été interpellé alors qu’il s’apprêtait à prendre un vol pour l’Arabie saoudite.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/08/nouveau-conge-specifique-a-l-annonce-d-un-cancer-ou-d-une-maladie-chronique-chez-l-enfant_6105229_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/07/meurtre-de-jamal-khashoggi-un-membre-presume-du-commando-arrete-a-l-aeroport-de-roissy_6105065_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 20:37:25 +0100", + "pubDate": "Tue, 07 Dec 2021 17:34:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270660,16 +296475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2e8132b5e636c627c2f81f2808640985" + "hash": "7d80b400c708866bd346ba849b4394bf" }, { - "title": "Variant Omicron : retour au télétravail au Royaume-Uni, fermeture des écoles et vie nocturne réduite au Danemark", - "description": "Omicron semble provoquer un taux de réinfection plus élevé, mais aussi des symptômes moins sévères, a par ailleurs annoncé mercredi l’Organisation mondiale de la santé.", - "content": "Omicron semble provoquer un taux de réinfection plus élevé, mais aussi des symptômes moins sévères, a par ailleurs annoncé mercredi l’Organisation mondiale de la santé.", + "title": "Deux éditeurs annoncent la hausse du prix de certains mangas", + "description": "Cette hausse, qui va de vingt centimes à un euro, est liée à la pénurie de papier et à l’augmentation des coûts de l’impression. Pour l’heure, elle reste loin d’être généralisée.", + "content": "Cette hausse, qui va de vingt centimes à un euro, est liée à la pénurie de papier et à l’augmentation des coûts de l’impression. Pour l’heure, elle reste loin d’être généralisée.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/08/variant-omicron-retour-au-teletravail-au-royaume-uni-fermeture-des-ecoles-et-vie-nocturne-reduite-au-danemark_6105227_3244.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/07/deux-editeurs-annoncent-la-hausse-du-prix-de-certains-mangas_6105061_4408996.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 20:31:51 +0100", + "pubDate": "Tue, 07 Dec 2021 17:19:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270680,16 +296495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7ab4002a5d844b21696467cf04bc0e17" + "hash": "a56a67a977f4cce38f51aa347e018981" }, { - "title": "Mauvaise passe pour le football ivoirien", - "description": "La sélection nationale ne s’est pas qualifiée pour la Coupe du monde 2022, et l’élection à la présidence de la fédération, prévue le 20 décembre, a été une nouvelle fois reportée.", - "content": "La sélection nationale ne s’est pas qualifiée pour la Coupe du monde 2022, et l’élection à la présidence de la fédération, prévue le 20 décembre, a été une nouvelle fois reportée.", + "title": "Saint-Gobain poursuit ses acquisitions dans les matériaux durables", + "description": "Après le rachat de Chryso en mai, le groupe de matériaux de construction a annoncé lundi l’acquisition de l’américain GCP Applied Technologies pour 2 milliards d’euros.", + "content": "Après le rachat de Chryso en mai, le groupe de matériaux de construction a annoncé lundi l’acquisition de l’américain GCP Applied Technologies pour 2 milliards d’euros.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/08/mauvaise-passe-pour-le-football-ivoirien_6105225_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/06/saint-gobain-poursuit-ses-acquisitions-dans-les-materiaux-durables_6104927_3234.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 20:00:08 +0100", + "pubDate": "Mon, 06 Dec 2021 16:47:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270700,16 +296515,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba42f77266df3cd288ba52e99d875179" + "hash": "427afd2884cac6ec0464a496c4500d8d" }, { - "title": "« Le Porte-étendard » de Rembrandt prêt à rentrer aux Pays-Bas", - "description": "L’Etat français a refusé d’acheter la toile vendue par ses propriétaires, en raison du prix fixé à 165 millions d’euros, mais les Pays-Bas se disent intéressés.", - "content": "L’Etat français a refusé d’acheter la toile vendue par ses propriétaires, en raison du prix fixé à 165 millions d’euros, mais les Pays-Bas se disent intéressés.", + "title": "La peine de prison d’Aung San Suu Kyi, icône de la démocratie en Birmanie et prix Nobel de la paix, a été ramenée de quatre à deux ans, a annoncé lundi le chef de la junte.", + "description": "Il s’agit de l’une des multiples procédures engagées contre la lauréate du prix Nobel de la paix depuis le coup d’Etat militaire du 1er février en Birmanie.", + "content": "Il s’agit de l’une des multiples procédures engagées contre la lauréate du prix Nobel de la paix depuis le coup d’Etat militaire du 1er février en Birmanie.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/08/le-porte-etendard-de-rembrandt-pret-a-rentrer-aux-pays-bas_6105217_3246.html", + "link": "https://www.lemonde.fr/international/article/2021/12/06/en-birmanie-aung-san-suu-kyi-condamnee-a-quatre-ans-de-prison-par-la-junte_6104862_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:47:53 +0100", + "pubDate": "Mon, 06 Dec 2021 07:25:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270720,16 +296535,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "50a680cba6103cc70b4e99e8c236aba8" + "hash": "3f9d410ed970a87a1a950c9cac6a6d5f" }, { - "title": "Le manuscrit de la pièce de théâtre « Germinal » de Zola acheté 138 600 euros par la BNF", - "description": "Ce document « complète l’exceptionnel fonds de la Bibliothèque nationale de France consacré à l’auteur et entre ainsi dans les collections nationales », s’est réjouie la ministre de la culture, Roselyne Bachelot.", - "content": "Ce document « complète l’exceptionnel fonds de la Bibliothèque nationale de France consacré à l’auteur et entre ainsi dans les collections nationales », s’est réjouie la ministre de la culture, Roselyne Bachelot.", + "title": "Démission de l’archevêque Michel Aupetit : le pape François explique sa décision, en raison de « commérages »", + "description": "Quatre jours après avoir accepté la démission de l’archevêque de Paris, le chef de l’Eglise catholique a explicité sa décision, lundi 6 décembre.", + "content": "Quatre jours après avoir accepté la démission de l’archevêque de Paris, le chef de l’Eglise catholique a explicité sa décision, lundi 6 décembre.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/08/le-manuscrit-de-la-piece-de-theatre-germinal-de-zola-achete-138-600-euros-par-la-bnf_6105216_3246.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/06/commerages-et-petites-caresses-le-pape-francois-explique-la-demission-de-mgr-michel-aupetit_6104922_3224.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:35:31 +0100", + "pubDate": "Mon, 06 Dec 2021 15:22:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270740,16 +296555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7998937b5b992e0746154a3423cd2aa0" + "hash": "9e60e57bd0cd4979494f6689f5bb1dcf" }, { - "title": "Malgré les réticences, plusieurs villes écologistes bannissent le foie gras de leurs réceptions", - "description": "La suppression de ce produit dans leurs événements par les villes écologistes comme Lyon, Strasbourg et Grenoble fait réagir à l’approche des fêtes de fin d’année, même si ces mesures ne sont pas nouvelles.", - "content": "La suppression de ce produit dans leurs événements par les villes écologistes comme Lyon, Strasbourg et Grenoble fait réagir à l’approche des fêtes de fin d’année, même si ces mesures ne sont pas nouvelles.", + "title": "En 2020, la lutte contre le paludisme a fortement reculé, une régression « considérable » selon l’OMS", + "description": "L’an dernier, le nombre de nouveaux cas a bondi de 14 millions et le nombre de décès de 69 000. Ce bilan constitue une régression « considérable », alerte l’Organisation mondiale de la santé.", + "content": "L’an dernier, le nombre de nouveaux cas a bondi de 14 millions et le nombre de décès de 69 000. Ce bilan constitue une régression « considérable », alerte l’Organisation mondiale de la santé.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/08/malgre-les-reticences-plusieurs-villes-ecologistes-bannissent-le-foie-gras-de-leurs-receptions_6105212_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/06/en-2020-la-lutte-contre-le-paludisme-a-fortement-recule-dans-le-monde_6104919_3212.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:17:33 +0100", + "pubDate": "Mon, 06 Dec 2021 14:00:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270760,16 +296575,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "976f9f144c10428f03483f859b2887da" + "hash": "0e176f9b461d85e7acdd0a45f2412854" }, { - "title": "Covid-19 : en Europe, la vaccination obligatoire s’impose comme l’ultime recours dans les pays qui résistent au vaccin", - "description": "Le débat s’installe après la décision de l’Autriche, de la Grèce ou encore de la Pologne de recourir à cette mesure, pour l’ensemble ou une partie de la population, afin de contenir la nouvelle vague de contaminations.", - "content": "Le débat s’installe après la décision de l’Autriche, de la Grèce ou encore de la Pologne de recourir à cette mesure, pour l’ensemble ou une partie de la population, afin de contenir la nouvelle vague de contaminations.", + "title": "ArianeGroup va développer un minilanceur réutilisable pour concurrencer SpaceX", + "description": "Ce lanceur « doit pouvoir être opérationnel en 2026 », a affirmé Bruno Le Maire, lors d’un déplacement sur le site d’ArianeGroup dans l’Eure, où sont notamment testés les moteurs des grosses fusées Ariane.", + "content": "Ce lanceur « doit pouvoir être opérationnel en 2026 », a affirmé Bruno Le Maire, lors d’un déplacement sur le site d’ArianeGroup dans l’Eure, où sont notamment testés les moteurs des grosses fusées Ariane.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/08/covid-19-en-europe-la-vaccination-obligatoire-s-impose-comme-l-ultime-recours-dans-les-pays-qui-resistent-au-vaccin_6105111_3244.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/06/arianegroup-va-developper-un-minilanceur-reutilisable-pour-concurrencer-spacex_6104916_1650684.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 05:49:15 +0100", + "pubDate": "Mon, 06 Dec 2021 13:47:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270780,16 +296595,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf2d361e40a3feb35091202a66004a2f" + "hash": "3507e2a9739bb3766d8bb61190c618d4" }, { - "title": "Une attaque au sabre perpétrée contre un camp de migrants dans le 12e arrondissement de Paris", - "description": "Un homme de 67 ans a été interpellé près du parc de Bercy après avoir blessé deux personnes présentes sur place. Une enquête a été ouverte sur le chef de « tentative d’homicide ».", - "content": "Un homme de 67 ans a été interpellé près du parc de Bercy après avoir blessé deux personnes présentes sur place. Une enquête a été ouverte sur le chef de « tentative d’homicide ».", + "title": "Sanary-sur-Mer : un mort dans l’effondrement d’un immeuble après une explosion", + "description": "Plusieurs personnes sont « probablement bloquées dans les décombres », selon les secours, qui soupçonnent une fuite de gaz d’être à l’origine de l’accident.", + "content": "Plusieurs personnes sont « probablement bloquées dans les décombres », selon les secours, qui soupçonnent une fuite de gaz d’être à l’origine de l’accident.", "category": "", - "link": "https://www.lemonde.fr/police-justice/article/2021/12/08/une-attaque-au-sabre-perpetree-contre-un-camp-de-migrants-dans-le-13e-arrondissement-de-paris_6105208_1653578.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/07/cinq-personnes-probablement-bloquees-dans-les-decombres-apres-l-effondrement-d-un-immeuble-a-sanary-sur-mer_6104983_3224.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:40:56 +0100", + "pubDate": "Tue, 07 Dec 2021 06:38:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270800,16 +296615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d2b4cf77ca99360379d6bcc566b49960" + "hash": "2702a0e7c6e45f8b4d040dc082e23efc" }, { - "title": "Deux hommes mis en examen pour un projet d’attaque au couteau « d’inspiration djihadiste »", - "description": "Les deux hommes ont été interpellés le 29 novembre par la DGSI. A l’issue de leur garde à vue, ils ont été mis en examen le 3 décembre pour « association de malfaiteurs terroriste criminelle » et incarcérés.", - "content": "Les deux hommes ont été interpellés le 29 novembre par la DGSI. A l’issue de leur garde à vue, ils ont été mis en examen le 3 décembre pour « association de malfaiteurs terroriste criminelle » et incarcérés.", + "title": "JO de Pékin : les Etats-Unis annoncent un boycottage diplomatique de la compétition", + "description": "Washington fait ce choix en raison du « génocide et des crimes contre l’humanité en cours au Xinjiang ». La Chine avait prévenu qu’une telle annonce de la part des Etats-Unis la conduirait à prendre « des contre-mesures fermes ».", + "content": "Washington fait ce choix en raison du « génocide et des crimes contre l’humanité en cours au Xinjiang ». La Chine avait prévenu qu’une telle annonce de la part des Etats-Unis la conduirait à prendre « des contre-mesures fermes ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/08/deux-hommes-mis-en-examen-pour-un-projet-d-attaque-au-couteau-d-inspiration-djihadiste_6105207_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/06/jo-de-pekin-les-etats-unis-annoncent-un-boycott-diplomatique-de-la-competition_6104948_3242.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 17:34:31 +0100", + "pubDate": "Mon, 06 Dec 2021 20:39:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270820,16 +296635,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a68e60e8abb36e44c5c511d6e35afdb6" + "hash": "66d46944be69beae46696b67a7191304" }, { - "title": "La dernière personne portée disparue sous les décombres de l’immeuble effondré mardi a été extraite morte mercredi après-midi par les pompiers.", - "description": "Le corps de la dernière personne portée disparue sous les décombres de l’immeuble effondré mardi a été extrait mercredi après-midi par les pompiers, a annoncé la préfecture du Var.", - "content": "Le corps de la dernière personne portée disparue sous les décombres de l’immeuble effondré mardi a été extrait mercredi après-midi par les pompiers, a annoncé la préfecture du Var.", + "title": "Transports : l’Ile-de-France introduit davantage de social dans la concurrence", + "description": "Echaudé par une grève, Ile-de-France Mobilités change la méthode d’attribution des appels d’offres des réseaux de bus, en donnant plus de poids au critère social.", + "content": "Echaudé par une grève, Ile-de-France Mobilités change la méthode d’attribution des appels d’offres des réseaux de bus, en donnant plus de poids au critère social.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/07/cinq-personnes-probablement-bloquees-dans-les-decombres-apres-l-effondrement-d-un-immeuble-a-sanary-sur-mer_6104983_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/06/transports-l-ile-de-france-introduit-davantage-de-social-dans-la-concurrence_6104910_3234.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 06:38:43 +0100", + "pubDate": "Mon, 06 Dec 2021 13:00:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270840,16 +296655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "013cd2b90855d1df18e980f7ccb56045" + "hash": "5ca31dc92eff36a21b226f993ed70a44" }, { - "title": "Métis placés de force dans l’ex-Congo belge : cinq femmes déboutées par un tribunal de Bruxelles", - "description": "Les cinq plaignantes, nées pendant la période coloniale de la relation d’un homme blanc avec une femme noire, avaient été retirées à leur famille.", - "content": "Les cinq plaignantes, nées pendant la période coloniale de la relation d’un homme blanc avec une femme noire, avaient été retirées à leur famille.", + "title": "Coup d’Etat présumé à Madagascar : ouverture du procès de 21 accusés, dont deux Français", + "description": "Les accusés sont poursuivis pour atteinte à la sûreté de l’Etat, association de malfaiteurs et complot en vue d’assassiner Andry Rajoelina, le président malgache.", + "content": "Les accusés sont poursuivis pour atteinte à la sûreté de l’Etat, association de malfaiteurs et complot en vue d’assassiner Andry Rajoelina, le président malgache.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/08/metis-places-de-force-dans-l-ex-congo-belge-cinq-femmes-deboutees-par-un-tribunal-de-bruxelles_6105199_3212.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/06/coup-d-etat-presume-a-madagascar-ouverture-du-proces-de-21-accuses-dont-deux-francais_6104907_3212.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 16:36:25 +0100", + "pubDate": "Mon, 06 Dec 2021 12:48:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270860,16 +296675,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "264ce5a2f723b5cc5e2143a405d885f3" + "hash": "003be07e10680322688b834d51e9b969" }, { - "title": "Angela Merkel a définitivement quitté la chancellerie allemande mercredi en début d’après-midi, à l’issue d’une brève passation des pouvoirs avec son successeur.", - "description": "« Travaillez pour le bien de notre pays, c’est mon vœu, et je vous souhaite bonne chance », a déclaré la chancelière sortante à l’adresse de son successeur social-démocrate.", - "content": "« Travaillez pour le bien de notre pays, c’est mon vœu, et je vous souhaite bonne chance », a déclaré la chancelière sortante à l’adresse de son successeur social-démocrate.", + "title": "Variant Omicron : un risque d’échappement immunitaire", + "description": "Des données issues du programme national sud-africain de surveillance épidémiologique montrent que l’apparition du variant Omicron, porteur de mutations d’échappement aux anticorps, coïncide avec une augmentation des cas de réinfection.", + "content": "Des données issues du programme national sud-africain de surveillance épidémiologique montrent que l’apparition du variant Omicron, porteur de mutations d’échappement aux anticorps, coïncide avec une augmentation des cas de réinfection.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/allemagne-olaf-scholz-elu-chancelier-par-le-bundestag_6105160_3210.html", + "link": "https://www.lemonde.fr/blog/realitesbiomedicales/2021/12/06/variant-omicron-un-risque-dechappement-immunitaire/", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:58:52 +0100", + "pubDate": "Mon, 06 Dec 2021 12:45:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270880,16 +296695,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4d8138aeb12bf58afbb348d7c474a6c5" + "hash": "719fc6f4137e72ed2e05adc5c2895592" }, { - "title": "Condamné pour déclaration incomplète de son patrimoine, le ministre Alain Griset démissionne du gouvernement", - "description": "Au gouvernement depuis juillet 2020, M. Griset était le premier des ministres en exercice à comparaître devant un tribunal correctionnel, pour avoir omis de déclarer, en août 2020, une partie de son patrimoine et de ses intérêts à la Haute Autorité pour la transparence de la vie publique.", - "content": "Au gouvernement depuis juillet 2020, M. Griset était le premier des ministres en exercice à comparaître devant un tribunal correctionnel, pour avoir omis de déclarer, en août 2020, une partie de son patrimoine et de ses intérêts à la Haute Autorité pour la transparence de la vie publique.", + "title": "Valérie Pécresse sur les terres d’Eric Ciotti pour son premier déplacement de campagne : « Je veux rassembler toutes les sensibilités de la droite »", + "description": "Malgré son désaccord exprimé la veille, Eric Ciotti a réaffirmé son soutien « total » à la candidate du parti Les Républicains, lundi. Celle-ci a promis de chercher comment « pimenter » son programme avec certaines de ses propositions.", + "content": "Malgré son désaccord exprimé la veille, Eric Ciotti a réaffirmé son soutien « total » à la candidate du parti Les Républicains, lundi. Celle-ci a promis de chercher comment « pimenter » son programme avec certaines de ses propositions.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/08/le-ministre-alain-griset-condamne-pour-non-declaration-de-patrimoine_6105183_823448.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/06/valerie-pecresse-sur-les-terres-d-eric-ciotti-pour-son-premier-deplacement-de-campagne_6104904_6059010.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 13:59:06 +0100", + "pubDate": "Mon, 06 Dec 2021 12:34:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270900,16 +296715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "12632a2be2d40fc7e13bacf3ccb7ab31" + "hash": "c7fee7d65850862c0cfc1495ea2a2e3c" }, { - "title": "Présidence française de l’Union européenne : Yannick Jadot réclame plus d’engagements et de moyens en matière écologique", - "description": "Présentant son contre-projet, le candidat à l’élection présidentielle 2022 a critiqué le fait que M. Macron n’ait pas décalé cette présidence et a exigé que l’enveloppe du Green New Deal soit augmentée à hauteur de 2 000 milliards d’euros.", - "content": "Présentant son contre-projet, le candidat à l’élection présidentielle 2022 a critiqué le fait que M. Macron n’ait pas décalé cette présidence et a exigé que l’enveloppe du Green New Deal soit augmentée à hauteur de 2 000 milliards d’euros.", + "title": "La fertilité des abeilles atteinte par les pesticides néonicotinoïdes", + "description": "Selon des travaux menés en plein champ, l’exposition à l’imidaclopride au stade larvaire ampute le taux de reproduction ultérieur.", + "content": "Selon des travaux menés en plein champ, l’exposition à l’imidaclopride au stade larvaire ampute le taux de reproduction ultérieur.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/08/presidence-francaise-de-l-union-europeenne-yannick-jadot-reclame-plus-d-engagements-et-de-moyens-en-matiere-ecologique_6105195_6059010.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/06/la-fertilite-des-abeilles-atteinte-par-les-pesticides-neonicotinoides_6104899_3244.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 15:33:07 +0100", + "pubDate": "Mon, 06 Dec 2021 11:54:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270920,16 +296735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "46de375cece09df86531d4aa8ad315e1" + "hash": "44d2e667a5dbaf32933e27ec3cd60eb6" }, { - "title": "Soupçon de fête de Noël sans règles sanitaires : Boris Johnson promet une enquête et présente des excuses", - "description": "Le gouvernement est très embarrassé par une vidéo dans laquelle l’attachée de presse, à l’époque, du premier ministre prépare des réponses au sujet d’une fête de Noël au 10 Downing Street. Cette dernière a présenté sa démission mercredi.", - "content": "Le gouvernement est très embarrassé par une vidéo dans laquelle l’attachée de presse, à l’époque, du premier ministre prépare des réponses au sujet d’une fête de Noël au 10 Downing Street. Cette dernière a présenté sa démission mercredi.", + "title": "Le premier ministre des îles Salomon conforté malgré une motion de défiance", + "description": "L’opposition avait présenté une motion visant à évincer M. Sogavare, l’accusant de corruption et d’utilisation de fonds chinois pour soutenir son gouvernement.", + "content": "L’opposition avait présenté une motion visant à évincer M. Sogavare, l’accusant de corruption et d’utilisation de fonds chinois pour soutenir son gouvernement.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/soupcon-de-fete-de-noel-sans-regles-sanitaires-boris-johnson-promet-une-enquete-et-presente-des-excuses_6105194_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/06/le-premier-ministre-des-iles-salomon-conforte-malgre-une-motion-de-defiance_6104893_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 15:27:19 +0100", + "pubDate": "Mon, 06 Dec 2021 11:29:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270940,16 +296755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3b941b12e4a8e9fb5266ef8970bf9a9" + "hash": "ebb5db76d5675fbbc9f30ecc75648ee2" }, { - "title": "JO d’hiver de Pékin : le Royaume-Uni et le Canada annoncent à leur tour un boycottage diplomatique", - "description": "Les Etats-Unis et l’Australie ont déjà annoncé en début de semaine une mesure similaire pour ces Jeux, qui commenceront le 4 février 2022, au nom des droits humains que la Chine est accusée de violer.", - "content": "Les Etats-Unis et l’Australie ont déjà annoncé en début de semaine une mesure similaire pour ces Jeux, qui commenceront le 4 février 2022, au nom des droits humains que la Chine est accusée de violer.", + "title": "En Gambie, Adama Barrow remporte la présidentielle", + "description": "Le président sortant, réélu avec 53 % des suffrages, est attendu sur la question de la justice pour les crimes commis du temps de l’ancien dictateur, Yahya Jammeh.", + "content": "Le président sortant, réélu avec 53 % des suffrages, est attendu sur la question de la justice pour les crimes commis du temps de l’ancien dictateur, Yahya Jammeh.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/jeux-olympiques-d-hiver-de-pekin-le-royaume-uni-annonce-a-son-tour-un-boycott-diplomatique_6105191_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/06/en-gambie-adama-barrow-remporte-la-presidentielle_6104890_3212.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 15:00:13 +0100", + "pubDate": "Mon, 06 Dec 2021 10:55:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270960,16 +296775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7736b37af789905747adbbc229e46113" + "hash": "510b0622221acda27d6f54a92b9434a3" }, { - "title": "Affaire Khashoggi : le Saoudien arrêté hier à Roissy est un homonyme et a été libéré", - "description": "L’homme interpellé mardi à l’aéroport parisien, Khalid Al-Otaibi, porte le même nom que l’ancien membre de la garde royale saoudienne cité comme membre du commando qui a exécuté le journaliste Jamal Khashoggi, en 2018.", - "content": "L’homme interpellé mardi à l’aéroport parisien, Khalid Al-Otaibi, porte le même nom que l’ancien membre de la garde royale saoudienne cité comme membre du commando qui a exécuté le journaliste Jamal Khashoggi, en 2018.", + "title": "Des fêtes de Noël très polémiques à Downing Street", + "description": "La presse a révélé qu’une grande fête avait été organisée en décembre 2020, au moment où le premier ministre, Boris Johnson, invitait ses concitoyens à renoncer à leurs réunions familiales.", + "content": "La presse a révélé qu’une grande fête avait été organisée en décembre 2020, au moment où le premier ministre, Boris Johnson, invitait ses concitoyens à renoncer à leurs réunions familiales.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/affaire-khashoggi-le-saoudien-arrete-hier-a-roissy-est-un-homonyme-et-a-ete-libere_6105186_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/06/des-fetes-de-noel-a-downing-street-qui-font-polemique_6104888_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 14:14:48 +0100", + "pubDate": "Mon, 06 Dec 2021 10:49:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -270980,16 +296795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f47f1c8760b2a8b0273ad54ea70b2cb" + "hash": "78af4d8ff4147e64a14e01c8bd0a0ae3" }, { - "title": "Olaf Scholz nouveau chancelier : retrouvez nos réponses à vos questions", - "description": "Le social-démocrate a été élu par les députés pour succéder à Angela Merkel. Thomas Wieder, correspondant du « Monde » à Berlin, a répondu à vos questions.", - "content": "Le social-démocrate a été élu par les députés pour succéder à Angela Merkel. Thomas Wieder, correspondant du « Monde » à Berlin, a répondu à vos questions.", + "title": "Football : stadier, un métier de plus en plus contraignant en mal de recrutements", + "description": "Les récents épisodes de violence dans les tribunes de Ligue 1 ont remis le rôle de ces responsables de la sécurité sur le devant de la scène. Une profession peu valorisée qui peine à se renouveler depuis plusieurs années.", + "content": "Les récents épisodes de violence dans les tribunes de Ligue 1 ont remis le rôle de ces responsables de la sécurité sur le devant de la scène. Une profession peu valorisée qui peine à se renouveler depuis plusieurs années.", "category": "", - "link": "https://www.lemonde.fr/international/live/2021/12/08/olaf-scholz-elu-chancelier-en-allemagne-quel-impact-sur-les-relations-franco-allemandes-posez-vos-questions-a-notre-correspondant-a-berlin_6105182_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/06/football-stadier-un-metier-de-plus-en-plus-contraignant-en-mal-de-recrutements_6104886_3242.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 13:30:13 +0100", + "pubDate": "Mon, 06 Dec 2021 10:47:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271000,16 +296815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a934b9523f12835788f35e05b1c8788" + "hash": "4974e2f3550a285f369493078b08e020" }, { - "title": "Un agriculteur est désormais considéré comme jeune à 38 ans", - "description": "Alors que l’âge moyen d’installation d’un agriculteur s’établit à 36 ans, le syndicat Jeunes agriculteurs a décidé de repousser l’âge de ses élus de 35 à 38 ans.", - "content": "Alors que l’âge moyen d’installation d’un agriculteur s’établit à 36 ans, le syndicat Jeunes agriculteurs a décidé de repousser l’âge de ses élus de 35 à 38 ans.", + "title": "Les nationalistes européens se réunissent sans s’unir", + "description": "A Varsovie, les partis souverainistes et d’extrême droite européens ont échoué, samedi, à créer un groupe politique commun au Parlement européen.", + "content": "A Varsovie, les partis souverainistes et d’extrême droite européens ont échoué, samedi, à créer un groupe politique commun au Parlement européen.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/08/un-agriculteur-est-desormais-considere-comme-jeune-a-38-ans_6105180_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/06/les-nationalistes-europeens-se-reunissent-sans-s-unir_6104885_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 13:09:59 +0100", + "pubDate": "Mon, 06 Dec 2021 10:44:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271020,16 +296835,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f22ee98b0a565291773071d4e2388a19" + "hash": "394eaf4f92ae0cefff362f2e5def407b" }, { - "title": "Au Burkina Faso, l’armée en plein doute face aux attaques terroristes", - "description": "Manque de matériel, d’effectifs, de provisions… L’attaque meurtrière de la gendarmerie d’Inata a mis en lumière le malaise qui règne dans les rangs.", - "content": "Manque de matériel, d’effectifs, de provisions… L’attaque meurtrière de la gendarmerie d’Inata a mis en lumière le malaise qui règne dans les rangs.", + "title": "En Indonésie, le volcan Semeru projette toujours des cendres, ralentissant les opérations de secours", + "description": "Le plus haut sommet de l’île de Java a projeté samedi un vaste panache de cendres et provoqué des flots de boue brûlante qui ont envahi des villages situés sur ses flancs et fait 22 morts.", + "content": "Le plus haut sommet de l’île de Java a projeté samedi un vaste panache de cendres et provoqué des flots de boue brûlante qui ont envahi des villages situés sur ses flancs et fait 22 morts.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/08/dans-l-armee-burkinabee-beaucoup-preferent-demissionner-que-d-etre-envoyes-a-l-abattoir_6105179_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/06/indonesie-l-activite-du-volcan-semeru-ralentit-les-operations-de-secours_6104883_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 13:00:13 +0100", + "pubDate": "Mon, 06 Dec 2021 10:27:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271040,16 +296855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b05844c602b3365b04f9d06c4360505" + "hash": "e8b90d09ca9503f1c0cd625807df5149" }, { - "title": "A Perpignan, remous politiques autour de la direction du Théâtre de l’Archipel", - "description": "Le contrat de Borja Sitja, directeur depuis 2016, n’a pas été renouvelé. Il se dit victime de l’hostilité de la mairie, dirigée par Louis Aliot.", - "content": "Le contrat de Borja Sitja, directeur depuis 2016, n’a pas été renouvelé. Il se dit victime de l’hostilité de la mairie, dirigée par Louis Aliot.", + "title": "Un algorithme, censé fluidifier l’entrée des étudiants en master, inquiète les syndicats", + "description": "Les titulaires d’une licence postuleront sur un portail national, qui devrait, selon ses détracteurs, augmenter la sélectivité des formations en l’absence de création de places.", + "content": "Les titulaires d’une licence postuleront sur un portail national, qui devrait, selon ses détracteurs, augmenter la sélectivité des formations en l’absence de création de places.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/08/a-perpignan-remous-politiques-autour-de-la-direction-du-theatre-de-l-archipel_6105177_3246.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/06/enseignement-superieur-inquietudes-autour-du-futur-algorithme-destine-a-fluidifier-l-entree-en-master_6104880_3224.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 12:40:52 +0100", + "pubDate": "Mon, 06 Dec 2021 10:16:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271060,16 +296875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2a76e4c356f902d60695f233ec8fac2" + "hash": "9ae84d8c07d60985d18384e1cdc2fa11" }, { - "title": "Enquête | Changement de tête à la direction interministérielle du numérique, en pleine crise interne", - "description": "Une vingtaine d’agents passés par ce service central de la modernisation de l’Etat y dénoncent un management brutal et une précarité organisée. Le directeur de la Dinum a annoncé, mardi, quitter ses fonctions.", - "content": "Une vingtaine d’agents passés par ce service central de la modernisation de l’Etat y dénoncent un management brutal et une précarité organisée. Le directeur de la Dinum a annoncé, mardi, quitter ses fonctions.", + "title": "Logements sociaux : les députés invités à prolonger et consolider la loi SRU", + "description": "Le projet de loi « 3DS », examiné du 6 au 17 décembre à l’Assemblée nationale, prévoit que l’obligation d’atteindre 20 % ou 25 % de logements sociaux dans certaines communes soit prorogée de six ans, au-delà de l’échéance initiale de 2025.", + "content": "Le projet de loi « 3DS », examiné du 6 au 17 décembre à l’Assemblée nationale, prévoit que l’obligation d’atteindre 20 % ou 25 % de logements sociaux dans certaines communes soit prorogée de six ans, au-delà de l’échéance initiale de 2025.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/08/changement-de-tete-a-la-direction-interministerielle-du-numerique-en-pleine-crise-interne_6105148_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/06/logements-sociaux-les-deputes-invites-a-prolonger-et-consolider-la-loi-sru_6104872_3224.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:22:12 +0100", + "pubDate": "Mon, 06 Dec 2021 10:00:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271080,16 +296895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c95c4314a4c3fdd7c9503a8121ef0249" + "hash": "d00c2443cff452b13bdbf45635bfbba4" }, { - "title": "En Allemagne, les subtils équilibres du gouvernement de la coalition « feu tricolore »", - "description": "Composée de seize ministres, autant de femmes que d’hommes, la nouvelle équipe gouvernementale compte cinq ministres écologistes.", - "content": "Composée de seize ministres, autant de femmes que d’hommes, la nouvelle équipe gouvernementale compte cinq ministres écologistes.", + "title": "Paris remet en jeu le mégacontrat de son réseau de chaleur", + "description": "La concession gérée par CPCU, filiale d’Engie, depuis près d’un siècle va faire l’objet d’un nouvel appel d’offres pour vingt-cinq ans, dans un cadre profondément remanié.", + "content": "La concession gérée par CPCU, filiale d’Engie, depuis près d’un siècle va faire l’objet d’un nouvel appel d’offres pour vingt-cinq ans, dans un cadre profondément remanié.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/en-allemagne-les-subtils-equilibres-du-gouvernement-de-la-coalition-feu-tricolore_6105175_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/06/paris-remet-en-jeu-le-megacontrat-de-son-reseau-de-chaleur_6104869_3234.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 12:02:22 +0100", + "pubDate": "Mon, 06 Dec 2021 09:49:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271100,16 +296915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "18d089c7ccf130c974714ae6604b7ed9" + "hash": "16177642831da2421475762cf8d052c5" }, { - "title": "Kiev se félicite du « soutien concret » de ses partenaires", - "description": "Le président ukrainien, Volodymyr Zelensky, a obtenu des assurances de la part des Etats-Unis pour défendre la « souveraineté du pays et son intégrité territoriale » alors que 100 000 soldats russes sont déployés à la frontière.", - "content": "Le président ukrainien, Volodymyr Zelensky, a obtenu des assurances de la part des Etats-Unis pour défendre la « souveraineté du pays et son intégrité territoriale » alors que 100 000 soldats russes sont déployés à la frontière.", + "title": "Hernan Dario Velasquez, un des chefs dissidents des FARC, tué au Venezuela", + "description": "Il s’était éloigné des FARC en 2018 après l’accord de paix de 2016, avant de réapparaître en 2019 aux côtés d’Ivan Marquez, ex-numéro deux des FARC qui dirige la Segunda Marquetalia, pour annoncer son retour aux armes.", + "content": "Il s’était éloigné des FARC en 2018 après l’accord de paix de 2016, avant de réapparaître en 2019 aux côtés d’Ivan Marquez, ex-numéro deux des FARC qui dirige la Segunda Marquetalia, pour annoncer son retour aux armes.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/kiev-se-felicite-du-soutien-concret-de-ses-partenaires_6105173_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/06/hernan-dario-velasquez-un-des-chefs-dissidents-des-farc-tue-au-venezuela_6104867_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 11:59:51 +0100", + "pubDate": "Mon, 06 Dec 2021 09:38:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271120,16 +296935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cb26e6e0a3370612bb43c98728a02afb" + "hash": "36e121cdbfccd1a71fe92e99a2be43ed" }, { - "title": "Lydia, l’entreprise française spécialisée dans le paiement mobile, devient une « licorne » valorisée à un milliard de dollars", - "description": "La société a bouclé une levée de fonds de 100 millions de dollars et compte recruter près de 800 personnes.", - "content": "La société a bouclé une levée de fonds de 100 millions de dollars et compte recruter près de 800 personnes.", + "title": "« Jusqu’à maintenant on avait des jeunes, mais là, je ne sais pas où ils sont » : les ostréiculteurs du bassin d’Arcachon manquent de bras", + "description": "A l’approche de l’une des périodes les plus denses de la filière, les ostréiculteurs peinent à recruter les travailleurs saisonniers nécessaires pour renforcer leurs équipes.", + "content": "A l’approche de l’une des périodes les plus denses de la filière, les ostréiculteurs peinent à recruter les travailleurs saisonniers nécessaires pour renforcer leurs équipes.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/08/lydia-entreprise-francaise-de-telepaiement-desormais-valorisee-a-un-milliard-de-dollars_6105171_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/06/jusqu-a-maintenant-on-avait-des-jeunes-mais-la-je-ne-sais-pas-ou-ils-sont-les-ostreiculteurs-du-bassin-d-arcachon-manquent-de-bras_6104866_3234.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 11:49:19 +0100", + "pubDate": "Mon, 06 Dec 2021 09:34:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271140,16 +296955,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55d5562092b8382babb8d482bd7d1e84" + "hash": "eb33796b19b01b5c161daab025bd7875" }, { - "title": "Covid-19 : la tentation du reconfinement dans les Ehpad, face à la cinquième vague", - "description": "Des familles s’inquiètent de voir certains établissements interdire de nouveau les visites.", - "content": "Des familles s’inquiètent de voir certains établissements interdire de nouveau les visites.", + "title": "Deux ONG annoncent attaquer l’Etat devant le Conseil d’Etat pour mieux protéger les dauphins", + "description": "Sea Shepherd et France Nature Environnement annoncent qu’elles vont déposer des recours contre le gouvernement, accusé de ne pas prendre les mesures nécessaires pour préserver cette espèce protégée.", + "content": "Sea Shepherd et France Nature Environnement annoncent qu’elles vont déposer des recours contre le gouvernement, accusé de ne pas prendre les mesures nécessaires pour préserver cette espèce protégée.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/08/covid-19-face-a-la-cinquieme-vague-la-tentation-du-reconfinement-dans-les-ehpad_6105165_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/06/deux-ong-annoncent-attaquer-l-etat-devant-le-conseil-d-etat-pour-mieux-proteger-les-dauphins_6104860_3244.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 11:12:51 +0100", + "pubDate": "Mon, 06 Dec 2021 06:45:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271160,16 +296975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34dc43ba56a6861d3b5c9fb9f866039f" + "hash": "430aa7dd2b5282288421bc36ce36462e" }, { - "title": "Nouvelle-Calédonie : Le ministre des outre-mer va se rendre sur place pour le référendum", - "description": "Sébastien Lecornu se déplacera à Nouméa pour le scrutin du 12 décembre, mais les indépendantistes kanak lui opposent une fin de non-recevoir et appellent toujours au boycott.", - "content": "Sébastien Lecornu se déplacera à Nouméa pour le scrutin du 12 décembre, mais les indépendantistes kanak lui opposent une fin de non-recevoir et appellent toujours au boycott.", + "title": "Présidentielle 2022 : chez Les Républicains, Valérie Pécresse déjà confrontée au défi du rassemblement", + "description": "La candidate de la droite, désignée samedi, doit faire face aux critiques d’Eric Ciotti qui lui reproche de ne pas envoyer « un bon message ».", + "content": "La candidate de la droite, désignée samedi, doit faire face aux critiques d’Eric Ciotti qui lui reproche de ne pas envoyer « un bon message ».", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/09/nouvelle-caledonie-le-ministre-des-outre-mer-va-se-rendre-sur-place-pour-le-referendum_6105281_823448.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/06/election-presidentielle-2022-valerie-pecresse-deja-confrontee-au-defi-du-rassemblement-de-lr_6104852_6059010.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 06:57:54 +0100", + "pubDate": "Mon, 06 Dec 2021 05:28:37 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271180,16 +296995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "acae732da84b550faa4e056be6d68eea" + "hash": "ffcf7ecb13c4abdd2cc1a603096e540c" }, { - "title": "Les Etats-Unis limitent les importations de produits fabriqués au Xinjiang", - "description": "La Chambre des représentants a adopté un texte de loi demandant aux entreprises de prouver que les biens venus de cette région de Chine ne sont pas issus du travail forcé de la minorité ouïgoure.", - "content": "La Chambre des représentants a adopté un texte de loi demandant aux entreprises de prouver que les biens venus de cette région de Chine ne sont pas issus du travail forcé de la minorité ouïgoure.", + "title": "Cinquième vague de Covid-19 : le gouvernement veut tenir sans imposer de nouvelles restrictions", + "description": "Le conseil de défense sanitaire de lundi ne devrait pas annoncer l’avancement des vacances de Noël ou un télétravail plus strict. L’exécutif compte avant tout sur l’efficacité de la dose de rappel du vaccin.", + "content": "Le conseil de défense sanitaire de lundi ne devrait pas annoncer l’avancement des vacances de Noël ou un télétravail plus strict. L’exécutif compte avant tout sur l’efficacité de la dose de rappel du vaccin.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/09/les-etats-unis-limitent-les-importations-de-produits-fabriques-au-xinjiang_6105280_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/06/covid-19-le-gouvernement-veut-tenir-sans-imposer-de-nouvelles-restrictions_6104847_823448.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 06:45:22 +0100", + "pubDate": "Mon, 06 Dec 2021 01:30:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271200,16 +297015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2f1093e65275f571dc24f02acdee47ce" + "hash": "ff75ae4942acc7c0cc03f52feda7dd99" }, { - "title": "Emmanuel Macron veut mettre l’Europe au cœur de sa future campagne", - "description": "Le chef de l’Etat qui donnera une conférence de presse sur ce sujet jeudi, entend utiliser sa position pro-européenne comme un instrument de clivage politique dans la course à la présidentielle 2022.", - "content": "Le chef de l’Etat qui donnera une conférence de presse sur ce sujet jeudi, entend utiliser sa position pro-européenne comme un instrument de clivage politique dans la course à la présidentielle 2022.", + "title": "Le meurtre de Rudy, 15 ans, petite main du trafic de drogues, devant les assises des Bouches-du-Rhône", + "description": "Les deux tueurs présumés qui comparaissent à partir de lundi 6 décembre, contestent être les auteurs du meurtre de l’adolescent, le 17 novembre 2016, dans les quartiers nord de Marseille. Une affaire entourée d’un climat de peur.", + "content": "Les deux tueurs présumés qui comparaissent à partir de lundi 6 décembre, contestent être les auteurs du meurtre de l’adolescent, le 17 novembre 2016, dans les quartiers nord de Marseille. Une affaire entourée d’un climat de peur.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/09/emmanuel-macron-veut-mettre-l-europe-au-c-ur-de-sa-future-campagne_6105273_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/06/aux-assises-des-bouches-du-rhone-le-meurtre-de-rudy-15-ans-petite-main-du-trafic-de-drogues_6104846_3224.html", "creator": "", - "pubDate": "Thu, 09 Dec 2021 06:00:12 +0100", + "pubDate": "Mon, 06 Dec 2021 01:15:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271220,16 +297035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ce790bae2a764e0345dc53af48f3683" + "hash": "55693fc2be1d07aff1bbcf92c4c3dfd3" }, { - "title": "JO d’hiver de Pékin : le Royaume-Uni et le Canada annoncent à leur tour un boycott diplomatique", - "description": "Les Etats-Unis et l’Australie ont déjà annoncé en début de semaine une mesure similaire pour ces Jeux, qui commenceront le 4 février 2022, au nom des droits humains que la Chine est accusée de violer.", - "content": "Les Etats-Unis et l’Australie ont déjà annoncé en début de semaine une mesure similaire pour ces Jeux, qui commenceront le 4 février 2022, au nom des droits humains que la Chine est accusée de violer.", + "title": "Les ventes des 100 plus grands groupes d’armement au monde ont encore augmenté pendant la pandémie de Covid-19", + "description": "La hausse de 1,3 % en 2020, pour la sixième année de suite, est intervenu alors que dans le même temps l’économie mondiale chutait de plus de 3 %.", + "content": "La hausse de 1,3 % en 2020, pour la sixième année de suite, est intervenu alors que dans le même temps l’économie mondiale chutait de plus de 3 %.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/jeux-olympiques-d-hiver-de-pekin-le-royaume-uni-annonce-a-son-tour-un-boycott-diplomatique_6105191_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/06/les-geants-de-l-armement-epargnes-par-la-crise-economique-du-covid-19_6104845_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 15:00:13 +0100", + "pubDate": "Mon, 06 Dec 2021 00:50:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271240,16 +297055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc9a2985b1b15157c0efa23c3a231d99" + "hash": "825d07ffec60d7c633d0ed9bbef675ba" }, { - "title": "Arnaud Montebourg lance « un appel à l’unification » de la gauche face à l’extrême droite, Anne Hidalgo ne veut pas d’union « artificielle »", - "description": "L’ancien ministre du redressement productif met en avant le risque d’une « victoire probable de l’extrême droite » à l’élection présidentielle de 2022.", - "content": "L’ancien ministre du redressement productif met en avant le risque d’une « victoire probable de l’extrême droite » à l’élection présidentielle de 2022.", + "title": "Delphine Batho nommée porte-parole de Yannick Jadot pour l’élection présidentielle", + "description": "La députée des Deux-Sèvres remplace Matthieu Orphelin, un proche de l’ancien ministre Nicolas Hulot qui a été mis « en retrait de ses responsabilités » le 27 novembre.", + "content": "La députée des Deux-Sèvres remplace Matthieu Orphelin, un proche de l’ancien ministre Nicolas Hulot qui a été mis « en retrait de ses responsabilités » le 27 novembre.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/08/presidentielle-2022-arnaud-montebourg-lance-un-appel-a-l-unification-de-la-gauche-face-a-l-extreme-droite-anne-hidalgo-ne-veut-pas-d-union-artificielle_6105162_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/05/presidentielle-delphine-batho-nommee-porte-parole-de-yannick-jadot_6104838_823448.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 11:07:06 +0100", + "pubDate": "Sun, 05 Dec 2021 23:36:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271260,16 +297075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d42a0288747d875a8479578de163261" + "hash": "ea3e180072c3ce2937e52b9ebf8d856c" }, { - "title": "Avec Olaf Scholz comme nouveau chancelier allemand, « la continuité de gouvernement l’emporte largement »", - "description": "Pour le diplomate Christoph Heusgen, la nouvelle coalition s’inscrit dans les pas de celle dirigée par Angela Merkel en matière de politique étrangère.", - "content": "Pour le diplomate Christoph Heusgen, la nouvelle coalition s’inscrit dans les pas de celle dirigée par Angela Merkel en matière de politique étrangère.", + "title": "Gambie : le sortant Adama Barrow déclaré vainqueur de l’élection présidentielle, ses opposants contestent les résultats", + "description": "Avant même la proclamation finale, ses adversaires ont dit contester les résultats et se réserver « tous les moyens d’action ».", + "content": "Avant même la proclamation finale, ses adversaires ont dit contester les résultats et se réserver « tous les moyens d’action ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/en-allemagne-la-continuite-de-gouvernement-l-emporte-largement_6105158_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/05/gambie-le-sortant-adama-barrow-declare-vainqueur-de-l-election-presidentielle_6104837_3212.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:51:39 +0100", + "pubDate": "Sun, 05 Dec 2021 22:34:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271280,16 +297095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf669876f2a3aec63c9efe8d67e3a111" + "hash": "d738d2b0979911be8b113c5cf984b577" }, { - "title": "Au Burundi, l’incendie d’une prison fait 38 morts et 69 blessés parmi les détenus", - "description": "Le feu, déclenché par un court-circuit selon les autorités, a totalement calciné certaines parties de cet établissement vétuste et surpeuplé, situé dans la capitale.", - "content": "Le feu, déclenché par un court-circuit selon les autorités, a totalement calciné certaines parties de cet établissement vétuste et surpeuplé, situé dans la capitale.", + "title": "Euphorie festive et bariolée aux Transmusicales de Rennes", + "description": "L’édition 2021 du grand rendez-vous musical breton a retrouvé l’élan de ses meilleures années.", + "content": "L’édition 2021 du grand rendez-vous musical breton a retrouvé l’élan de ses meilleures années.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/08/au-burundi-l-incendie-d-une-prison-fait-38-morts-et-69-blesses-parmi-les-detenus_6105155_3212.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/05/euphorie-festive-et-bariolee-aux-transmusicales-de-rennes_6104836_3246.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:37:18 +0100", + "pubDate": "Sun, 05 Dec 2021 22:31:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271300,16 +297115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e52ac8098be93caa560281da403bb5f" + "hash": "6fb9ebd5ccb80b2036552ef7f16b6c97" }, { - "title": "Députés et sénateurs trouvent un accord sur la proposition de loi instaurant des quotas de femmes dirigeantes dans les entreprises", - "description": "Les employeurs concernés s’exposeront à une « pénalité financière » en cas de non-respect de la loi.", - "content": "Les employeurs concernés s’exposeront à une « pénalité financière » en cas de non-respect de la loi.", + "title": "Claude Puel, l’entraîneur de Saint-Etienne, mis à pied", + "description": "Toujours dernier du championnat de France, le technicien de 60 ans n’a pas résisté à la troisième défaite de rang de l’ASSE, la neuvième de la saison.", + "content": "Toujours dernier du championnat de France, le technicien de 60 ans n’a pas résisté à la troisième défaite de rang de l’ASSE, la neuvième de la saison.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/08/deputes-et-senateurs-trouvent-un-accord-sur-la-proposition-de-loi-instaurant-des-quotas-de-femmes-dirigeantes-dans-les-entreprises_6105152_823448.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/05/foot-claude-puel-l-entraineur-de-saint-etienne-mis-a-pied_6104834_3242.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:35:07 +0100", + "pubDate": "Sun, 05 Dec 2021 21:36:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271320,16 +297135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ee6fd08018e5d65f0f20dc58686e33c1" + "hash": "ea124bbc6da084bdd99370c959999b86" }, { - "title": "Au procès des attentats du 13-Novembre, le parcours de Salah Abdeslam et un long moment de gêne", - "description": "L’enquêteur belge no 440 232 779 a expédié en trois quarts d’heure le parcours de Salah Abdeslam. Les faiblesses sur la forme seraient anecdotiques si elles ne reflétaient pas un fond indigent.", - "content": "L’enquêteur belge no 440 232 779 a expédié en trois quarts d’heure le parcours de Salah Abdeslam. Les faiblesses sur la forme seraient anecdotiques si elles ne reflétaient pas un fond indigent.", + "title": "JO de Pékin : les Etats-Unis annoncent un boycott diplomatique de la compétition", + "description": "Washington fait ce choix en raison du « génocide et des crimes contre l’humanité en cours au Xinjiang ». La Chine avait prévenu qu’une telle annonce de la part des Etats-Unis la conduirait à prendre « des contre-mesures fermes ».", + "content": "Washington fait ce choix en raison du « génocide et des crimes contre l’humanité en cours au Xinjiang ». La Chine avait prévenu qu’une telle annonce de la part des Etats-Unis la conduirait à prendre « des contre-mesures fermes ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/08/au-proces-du-13-novembre-le-parcours-de-salah-abdeslam-et-un-long-moment-de-gene_6105151_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/06/jo-de-pekin-les-etats-unis-annoncent-un-boycott-diplomatique-de-la-competition_6104948_3242.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:34:34 +0100", + "pubDate": "Mon, 06 Dec 2021 20:39:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271340,16 +297155,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1863f542cab7196e6c8049d0a94c82b0" + "hash": "68aeac6f2fa8c31d94e7b8702ededcde" }, { - "title": "Afrique du Sud : rejet du projet de loi controversé de redistribution des terres", - "description": "Avec ou sans compensation, la question de la répartition divise et passionne les débats dans le pays.", - "content": "Avec ou sans compensation, la question de la répartition divise et passionne les débats dans le pays.", + "title": "Covid-19 : restrictions pour les non-vaccinés en Italie, New York impose la vaccination obligatoire pour tout le secteur privé", + "description": "Plusieurs pays annoncent de nouvelles mesures pour endiguer la nouvelle vague épidémique et la diffusion du variant Omicron dans le monde.", + "content": "Plusieurs pays annoncent de nouvelles mesures pour endiguer la nouvelle vague épidémique et la diffusion du variant Omicron dans le monde.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/08/afrique-du-sud-rejet-du-projet-de-loi-controverse-de-redistribution-des-terres_6105150_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/06/covid-19-le-maire-de-new-york-impose-la-vaccination-obligatoire-pour-tout-le-secteur-prive_6104924_3244.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:34:17 +0100", + "pubDate": "Mon, 06 Dec 2021 16:13:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271360,16 +297175,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea6e1e2c016d798b4bdc85fc97d77888" + "hash": "06958271f15b52bd8900876eb0e8291d" }, { - "title": "Un naturopathe lyonnais condamné à deux ans de prison pour agressions sexuelles", - "description": "Mustafa S., 71 ans, avait abusé de neuf femmes lors de séances de massages lymphatiques.", - "content": "Mustafa S., 71 ans, avait abusé de neuf femmes lors de séances de massages lymphatiques.", + "title": "Investiture de Valérie Pécresse, mort de Pierre Rabhi, meetings de Zemmour et de Mélenchon… les infos à retenir du week-end", + "description": "Si vous n’avez pas suivi l’actualité de ce week-end des 4 et 5 décembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", + "content": "Si vous n’avez pas suivi l’actualité de ce week-end des 4 et 5 décembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/08/agressions-sexuelles-un-naturopathe-lyonnais-condamne-a-de-la-prison_6105149_3224.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/05/investiture-de-valerie-pecresse-mort-de-pierre-rabhi-meetings-de-zemmour-et-de-melenchon-les-infos-a-retenir-du-week-end_6104833_4355770.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:28:32 +0100", + "pubDate": "Sun, 05 Dec 2021 21:13:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271380,16 +297195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c26015f9425e8eb23c94b328f594df56" + "hash": "6fe0a3cdd80720abe5d95929802de90f" }, { - "title": "Christiane Taubira entretient le doute sur une éventuelle candidature présidentielle", - "description": "L’ancienne garde des sceaux hésiterait pour 2022, mais le temps presse, et au moins huit candidats de gauche se sont déjà déclarés. Pour l’instant, elle reste muette, et terriblement secrète quant à ses intentions.", - "content": "L’ancienne garde des sceaux hésiterait pour 2022, mais le temps presse, et au moins huit candidats de gauche se sont déjà déclarés. Pour l’instant, elle reste muette, et terriblement secrète quant à ses intentions.", + "title": "Mondial de handball : les Bleues dominent les Slovènes et se qualifient pour le tour principal", + "description": "Pour leur deuxième match de la compétition, les Françaises ont battu la Slovénie 29-18 sans trembler. Elles affronteront mardi le Monténégro dans un match sans enjeu.", + "content": "Pour leur deuxième match de la compétition, les Françaises ont battu la Slovénie 29-18 sans trembler. Elles affronteront mardi le Monténégro dans un match sans enjeu.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/08/presidentielle-2002-christiane-taubira-entretient-le-doute_6105146_823448.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/05/mondial-de-handball-les-bleues-dominent-les-slovenes-et-se-qualifient-pour-le-tour-principal_6104832_3242.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:07:51 +0100", + "pubDate": "Sun, 05 Dec 2021 20:50:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271400,16 +297215,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "836c78b15cf7836157c023feaffc8328" + "hash": "e42b9daaeacaa1ce41d5f993419f6274" }, { - "title": "La Banque de France augmente sa prévision de croissance pour 2021, à 6,7 %", - "description": "Le chiffre est « beaucoup plus élevé que ce que l’on attendait en première moitié de l’année », a déclaré sur RTL François Villeroy de Galhau, le gouverneur de la Banque de France, même si le variant Omicron augmente les incertitudes.", - "content": "Le chiffre est « beaucoup plus élevé que ce que l’on attendait en première moitié de l’année », a déclaré sur RTL François Villeroy de Galhau, le gouverneur de la Banque de France, même si le variant Omicron augmente les incertitudes.", + "title": "Tennis : la Russie remporte la Coupe Davis", + "description": "L’équipe de tennis de Russie a remporté la Coupe Davis pour la troisième fois en battant la Croatie dimanche, à Madrid.", + "content": "L’équipe de tennis de Russie a remporté la Coupe Davis pour la troisième fois en battant la Croatie dimanche, à Madrid.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/08/la-banque-de-france-augmente-sa-prevision-de-croissance-pour-2021-a-6-7_6105145_3234.html", + "link": "https://www.lemonde.fr/tennis/article/2021/12/05/tennis-la-russie-remporte-la-coupe-davis_6104829_1616659.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:05:08 +0100", + "pubDate": "Sun, 05 Dec 2021 20:39:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271420,16 +297235,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "03134f5f609314246385648597668365" + "hash": "196bdf972fe6fc351e2ae9cf9ca2f9d2" }, { - "title": "Emmanuel Macron revient sur les propos d’Eric Zemmour : « Gardons-nous de manipuler » l’histoire", - "description": "Le candidat d’extrême droite affirme régulièrement que le maréchal Pétain a « protégé les juifs français et donné les juifs étrangers » durant la seconde guerre mondiale.", - "content": "Le candidat d’extrême droite affirme régulièrement que le maréchal Pétain a « protégé les juifs français et donné les juifs étrangers » durant la seconde guerre mondiale.", + "title": "Je ne serais pas arrivée là si... avec l’historienne Mona Ozouf : « Je n’aime que les choses qui durent »", + "description": "Chaque semaine, « Le Monde » interroge une personnalité sur un moment décisif de sa vie. L’agrégée de philosophie et historienne spécialiste de la Révolution française, âgée de 90 ans, revient sur son enfance bretonne entourée de femmes, et se confie sur l’époque et le temps qui passe.", + "content": "Chaque semaine, « Le Monde » interroge une personnalité sur un moment décisif de sa vie. L’agrégée de philosophie et historienne spécialiste de la Révolution française, âgée de 90 ans, revient sur son enfance bretonne entourée de femmes, et se confie sur l’époque et le temps qui passe.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/08/a-vichy-emmanuel-macron-revient-sur-les-propos-d-eric-zemmour-gardons-nous-de-manipuler-l-histoire_6105139_6059010.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/05/mona-ozouf-je-n-aime-que-les-choses-qui-durent_6104769_3246.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:51:34 +0100", + "pubDate": "Sun, 05 Dec 2021 03:45:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271440,16 +297255,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4b5ab0f11f974786f496995e8c3524c6" + "hash": "08d22a49384e08d1e9fe2853ef29d522" }, { - "title": "Gaël Perdriau, écarté de la vice-présidence du parti LR, dénonce à nouveau la « droitisation » de sa famille politique", - "description": "Pour le maire de Saint-Etienne, Valérie Pécresse « est aujourd’hui entre deux chaises ». Il assure qu’« en l’état », il ne votera pas pour elle à l’élection présidentielle.", - "content": "Pour le maire de Saint-Etienne, Valérie Pécresse « est aujourd’hui entre deux chaises ». Il assure qu’« en l’état », il ne votera pas pour elle à l’élection présidentielle.", + "title": "Meeting d’Eric Zemmour : des militants antiracistes agressés par des participants", + "description": "Plusieurs militants de l’association SOS-Racisme présents dans la salle ont scandé « Non au racisme ». Selon les images, ils ont été attaqués et violemment frappés par certains participants au meeting. Plusieurs militants ont été blessés.", + "content": "Plusieurs militants de l’association SOS-Racisme présents dans la salle ont scandé « Non au racisme ». Selon les images, ils ont été attaqués et violemment frappés par certains participants au meeting. Plusieurs militants ont été blessés.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/08/gael-perdriau-ecarte-de-la-vice-presidence-du-parti-lr-denonce-a-nouveau-la-droitisation-de-sa-famille-politique_6105137_6059010.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/meeting-d-eric-zemmour-violents-incidents-entre-des-participants-et-des-militants-antiracistes_6104827_6059010.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:22:28 +0100", + "pubDate": "Sun, 05 Dec 2021 19:51:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271460,16 +297275,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b9794f3cf66c1517aba0e673acf1cf5" + "hash": "c7ece5b09fd934615db27d8bc296533f" }, { - "title": "Lumignons et masques pour la Fête des lumières à Lyon", - "description": "L’arrivée de la nouvelle municipalité écologiste n’a pas fondamentalement modifié l’esprit et la forme de la fête populaire, créée il y a vingt-deux ans et qui démarre mercredi 8 décembre.", - "content": "L’arrivée de la nouvelle municipalité écologiste n’a pas fondamentalement modifié l’esprit et la forme de la fête populaire, créée il y a vingt-deux ans et qui démarre mercredi 8 décembre.", + "title": "Bob Dole, ancien sénateur et figure de la politique américaine, est mort", + "description": "« A sa mort, à l’âge de 98 ans, il avait servi les Etats-Unis fidèlement pendant soixante-dix-neuf ans », a déclaré la Fondation Elizabeth Dole, précisant qu’il était décédé « dans son sommeil ».", + "content": "« A sa mort, à l’âge de 98 ans, il avait servi les Etats-Unis fidèlement pendant soixante-dix-neuf ans », a déclaré la Fondation Elizabeth Dole, précisant qu’il était décédé « dans son sommeil ».", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/08/lumignons-et-masques-pour-la-fete-des-lumieres-a-lyon_6105136_3246.html", + "link": "https://www.lemonde.fr/international/article/2021/12/05/bob-dole-ancien-senateur-et-figure-de-la-politique-americaine-est-mort_6104824_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:15:03 +0100", + "pubDate": "Sun, 05 Dec 2021 18:46:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271480,16 +297295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ce7f853e3f70295cb8b3280fd71845c" + "hash": "ea13069da5a419ac12d97a405fb3d1ef" }, { - "title": "Instagram dévoile des outils pour « encore mieux protéger » les mineurs, à la veille d’une audition au Sénat américain", - "description": "L’application va notamment empêcher les utilisateurs de mentionner des adolescents qui ne sont pas abonnés à leur profil. Elle avait déjà rendu les comptes des mineurs privés par défaut quand ils s’inscrivent.", - "content": "L’application va notamment empêcher les utilisateurs de mentionner des adolescents qui ne sont pas abonnés à leur profil. Elle avait déjà rendu les comptes des mineurs privés par défaut quand ils s’inscrivent.", + "title": "Le candidat d’extrême droite a officialisé le nom de sa formation politique, « Reconquête ».", + "description": "Le candidat d’extrême droite a officialisé, dimanche, le nom de sa formation politique, « Reconquête », lors d’un discours marqué par de violents affrontements entre des participants au meeting et des militants antiracistes.", + "content": "Le candidat d’extrême droite a officialisé, dimanche, le nom de sa formation politique, « Reconquête », lors d’un discours marqué par de violents affrontements entre des participants au meeting et des militants antiracistes.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/08/avant-une-audition-au-senat-americain-instagram-annonce-quelques-outils-pour-proteger-les-mineurs_6105135_4408996.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/election-presidentielle-2022-eric-zemmour-veut-faire-une-demonstration-de-force-pour-son-meeting-a-villepinte_6104806_6059010.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 09:13:54 +0100", + "pubDate": "Sun, 05 Dec 2021 13:01:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271500,16 +297315,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dde7bd29e8c87f278c7c1c14e1ce8ee7" + "hash": "16d6aeabaf3ced8a8979ac51373ee048" }, { - "title": "« Victimes de Nicolas Hulot et de PPDA, nous ne sommes pas les bourreaux » : 14 femmes s’adressent à Emmanuel Macron après ses propos sur l’« inquisition »", - "description": "Dans une tribune au « Monde », un collectif de femmes s’étant déclarées publiquement victimes de violences sexuelles de la part de l’ancien ministre et du journaliste Patrick Poivre d’Arvor reviennent sur les déclarations récentes du chef de l’Etat, qui a salué la libération de la parole tout en s’inquiétant du risque d’une « société de l’inquisition ».", - "content": "Dans une tribune au « Monde », un collectif de femmes s’étant déclarées publiquement victimes de violences sexuelles de la part de l’ancien ministre et du journaliste Patrick Poivre d’Arvor reviennent sur les déclarations récentes du chef de l’Etat, qui a salué la libération de la parole tout en s’inquiétant du risque d’une « société de l’inquisition ».", + "title": "Le candidat de La France insoumise a rassemblé ses soutiens à La Défense, dimanche, en se posant comme la principale alternative aux récentes candidatures de Valérie Pécresse et d’Eric Zemmour pour l’élection présidentielle.", + "description": "Le candidat de La France insoumise a rassemblé ses soutiens à La Défense, en se posant comme la principale alternative aux candidats de droite et à Emmanuel Macron, qui refuse « de venir dans l’arène, d’accepter de débattre ».", + "content": "Le candidat de La France insoumise a rassemblé ses soutiens à La Défense, en se posant comme la principale alternative aux candidats de droite et à Emmanuel Macron, qui refuse « de venir dans l’arène, d’accepter de débattre ».", "category": "", - "link": "https://www.lemonde.fr/idees/article/2021/12/08/nous-victimes-de-nicolas-hulot-et-de-ppda-ne-sommes-pas-les-bourreaux-monsieur-le-president-de-la-republique_6105096_3232.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/jean-luc-melenchon-tient-un-meeting-a-la-defense-pour-faire-l-union-populaire_6104807_6059010.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 02:42:37 +0100", + "pubDate": "Sun, 05 Dec 2021 13:11:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271520,16 +297335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "94a408a1e24ad6b19f00e9d6e4915695" + "hash": "34b1dd2f6728316a6c6859a3365fb185" }, { - "title": "La Russie envoie un milliardaire japonais dans l’espace", - "description": "Après dix ans sans vol touristique, l’agence spatiale russe va permettre à un riche japonais de passer douze jours dans l’ISS, et ainsi tenter de se refaire une place dans un secteur de plus en plus concurrentiel.", - "content": "Après dix ans sans vol touristique, l’agence spatiale russe va permettre à un riche japonais de passer douze jours dans l’ISS, et ainsi tenter de se refaire une place dans un secteur de plus en plus concurrentiel.", + "title": "Encadrement des loyers : 37 % de loyers abusifs à Paris, 43 % en Seine-Saint-Denis", + "description": "Selon notre enquête, réalisée à partir de 8 753 annonces, les plafonds de loyers définis par la loi sont fréquemment dépassés, et les honoraires des agences sont excessifs dans 20 % des cas.", + "content": "Selon notre enquête, réalisée à partir de 8 753 annonces, les plafonds de loyers définis par la loi sont fréquemment dépassés, et les honoraires des agences sont excessifs dans 20 % des cas.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/08/la-russie-envoie-un-milliardaire-japonais-dans-l-espace_6105124_1650684.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/05/encadrement-des-loyers-37-de-loyers-abusifs-a-paris-43-en-seine-saint-denis_6104818_4355770.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 07:09:09 +0100", + "pubDate": "Sun, 05 Dec 2021 16:41:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271540,16 +297355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "53a52422bba938270d4625fbbce111a4" + "hash": "c7bd26b3608bb4fff995f6b74215b910" }, { - "title": "« Les Tuche 4 » : l’esprit de Noël fait perdre aux personnages d’Olivier Baroux leur loufoquerie", - "description": "Après son rocambolesque passage par l’Elysée, retour à Bouzolles pour la famille chti, avec un quatrième volet peu inspiré de leurs aventures.", - "content": "Après son rocambolesque passage par l’Elysée, retour à Bouzolles pour la famille chti, avec un quatrième volet peu inspiré de leurs aventures.", + "title": "Humour, théâtre, comédies musicales, opéra, danse, cirque, marionnettes : notre sélection de 20 spectacles à voir pour les fêtes de fin d’année", + "description": "Les critiques du « Monde » vous invitent à passer les fêtes sur les planches, en famille ou en solo.", + "content": "Les critiques du « Monde » vous invitent à passer les fêtes sur les planches, en famille ou en solo.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/08/les-tuche-4-l-esprit-de-noel-fait-perdre-aux-personnages-d-olivier-baroux-leur-loufoquerie_6105121_3246.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/05/des-spectacles-a-voir-pour-les-fetes-de-fin-d-annee_6104758_3246.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 07:00:11 +0100", + "pubDate": "Sun, 05 Dec 2021 00:46:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271560,16 +297375,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "189ffe2659c77ac319b99e2e3fda9243" + "hash": "817d2d3301dfd15e8ab341f51433b33a" }, { - "title": "La ville de Tokyo va reconnaître les unions homosexuelles", - "description": "La gouverneure de la capitale japonaise a annoncé que des certificats pour les personnes de même sexe pourraient être prêts d’ici à début 2023. Le Japon est le dernier pays du G7 à ne pas autoriser le mariage pour tous.", - "content": "La gouverneure de la capitale japonaise a annoncé que des certificats pour les personnes de même sexe pourraient être prêts d’ici à début 2023. Le Japon est le dernier pays du G7 à ne pas autoriser le mariage pour tous.", + "title": "Ligue 1 : le Stade rennais surclasse Saint-Etienne et grimpe à la deuxième place, Monaco déroule", + "description": "Vainqueurs faciles des Stéphanois (5-0) pour la 17e journée de championnat, les Rennais s’emparent de la deuxième place, derrière le PSG.", + "content": "Vainqueurs faciles des Stéphanois (5-0) pour la 17e journée de championnat, les Rennais s’emparent de la deuxième place, derrière le PSG.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/tokyo-va-reconnaitre-les-unions-homosexuelles_6105119_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/05/ligue-1-le-stade-rennais-surclasse-saint-etienne-et-grimpe-a-la-deuxieme-place_6104815_3242.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 06:44:31 +0100", + "pubDate": "Sun, 05 Dec 2021 15:19:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271580,16 +297395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d763f170cb13957f79d87691248dbd88" + "hash": "bb75f3e42a17ec9a0665fb7d8d1dd19e" }, { - "title": "Une épée de Napoléon vendue 2,5 millions d’euros aux enchères", - "description": "Cette pièce historique, portée par Bonaparte lors de son coup d’Etat du 18 brumaire an VIII, a été acquise par un acheteur ayant préféré rester anonyme, lors d’une vente aux Etats-Unis.", - "content": "Cette pièce historique, portée par Bonaparte lors de son coup d’Etat du 18 brumaire an VIII, a été acquise par un acheteur ayant préféré rester anonyme, lors d’une vente aux Etats-Unis.", + "title": "Eric Ciotti met en garde Valérie Pécresse, qui n’envoie pas le « bon message » après sa désignation comme candidate de la droite", + "description": "« Je la soutiens, mais j’entends que mes idées soient représentées avec force », a insisté le finaliste du congrès LR, Eric Ciotti.", + "content": "« Je la soutiens, mais j’entends que mes idées soient représentées avec force », a insisté le finaliste du congrès LR, Eric Ciotti.", "category": "", - "link": "https://www.lemonde.fr/argent/article/2021/12/08/une-epee-de-napoleon-vendue-2-5-millions-d-euros-aux-encheres_6105115_1657007.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/eric-ciotti-met-en-garde-valerie-pecresse-qui-n-envoie-pas-le-bon-message_6104813_6059010.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 06:05:20 +0100", + "pubDate": "Sun, 05 Dec 2021 14:55:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271600,16 +297415,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "16489e45474b30290149a37179ef0900" + "hash": "efd1b848b7a2d53fedbb7edbf4646eac" }, { - "title": "Ukraine : Joe Biden et Vladimir Poutine donnent une chance à la diplomatie", - "description": "Lors d’un entretien vidéo, mardi 7 décembre, les présidents américain et russe ont exposé leurs positions. Le Kremlin a notamment renouvelé ses critiques contre l’influence grandissante de l’OTAN dans son voisinage.", - "content": "Lors d’un entretien vidéo, mardi 7 décembre, les présidents américain et russe ont exposé leurs positions. Le Kremlin a notamment renouvelé ses critiques contre l’influence grandissante de l’OTAN dans son voisinage.", + "title": "Biathlon : le relais féminin décroche la première victoire française de la saison", + "description": "Dans la foulée de la belle poursuite de samedi, les Françaises ont remporté le relais d’Ostersund, dimanche lors de la deuxième manche de la Coupe du monde. Leur première victoire dans l’exercice depuis 2019.", + "content": "Dans la foulée de la belle poursuite de samedi, les Françaises ont remporté le relais d’Ostersund, dimanche lors de la deuxième manche de la Coupe du monde. Leur première victoire dans l’exercice depuis 2019.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/joe-biden-et-vladimir-poutine-donnent-une-chance-a-la-diplomatie-sur-le-dossier-ukrainien_6105108_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/05/biathlon-le-relais-feminin-decroche-la-premiere-victoire-francaise-de-la-saison_6104812_3242.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 05:44:31 +0100", + "pubDate": "Sun, 05 Dec 2021 14:16:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271620,16 +297435,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecf9dddc1806d317f926dbcbbd9ed8a5" + "hash": "9af42d64a4d12f59e12a3de38f15df12" }, { - "title": "Deux concerts dans des églises annulés à Nantes et Paris, sous la pression de catholiques intégristes", - "description": "Un petit groupe de radicaux a bloqué l’entrée de l’église nantaise Notre-Dame-de-Bon-Port où devait se tenir mardi soir un concert de la musicienne suédoise Anna von Hausswolff, organisé par le Lieu unique.", - "content": "Un petit groupe de radicaux a bloqué l’entrée de l’église nantaise Notre-Dame-de-Bon-Port où devait se tenir mardi soir un concert de la musicienne suédoise Anna von Hausswolff, organisé par le Lieu unique.", + "title": "« Avoir quelqu’un qui va mourir et vous dit qu’il regrette... C’est dur » : à l’hôpital de Colmar, les soignants face à une vague de non-vaccinés", + "description": "Face à l’avancée de l’épidémie en Alsace, le plan blanc a été déclenché le 1er décembre, ravivant le souvenir de mars 2020, quand la maladie avait touché la région violemment avant le reste du pays.", + "content": "Face à l’avancée de l’épidémie en Alsace, le plan blanc a été déclenché le 1er décembre, ravivant le souvenir de mars 2020, quand la maladie avait touché la région violemment avant le reste du pays.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/08/un-concert-annule-sous-la-pression-de-catholiques-integristes-a-nantes_6105101_3246.html", + "link": "https://www.lemonde.fr/sante/article/2021/12/05/a-l-hopital-de-colmar-une-vague-de-non-vaccines-contre-le-covid-19_6104768_1651302.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 04:48:58 +0100", + "pubDate": "Sun, 05 Dec 2021 03:24:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271640,16 +297455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31fca2bb8b05add8ae463f249586d5f5" + "hash": "ce5ddabf5d8b01af38890f958babbe42" }, { - "title": "Commerce : face à la montée des tensions géopolitiques, l’Europe veut se protéger", - "description": "La Commission européenne va proposer, mercredi 8 décembre, un outil pour permettre aux Vingt-Sept d’adopter des sanctions contre un pays tiers qui imposerait des mesures de rétorsion pour des motifs politiques.", - "content": "La Commission européenne va proposer, mercredi 8 décembre, un outil pour permettre aux Vingt-Sept d’adopter des sanctions contre un pays tiers qui imposerait des mesures de rétorsion pour des motifs politiques.", + "title": "Covid-19 : en Israël, la fermeture des frontières désespère les professionnels du tourisme", + "description": "Les frontières, rouvertes début novembre, se sont refermées brusquement devant la menace du variant Omicron.", + "content": "Les frontières, rouvertes début novembre, se sont refermées brusquement devant la menace du variant Omicron.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/08/commerce-face-a-la-montee-des-tensions-geopolitiques-l-europe-veut-se-proteger_6105100_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/05/covid-19-en-israel-la-fermeture-des-frontieres-desespere-les-professionnels-du-tourisme_6104804_3244.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 04:47:46 +0100", + "pubDate": "Sun, 05 Dec 2021 12:30:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271660,16 +297475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b2c1f21bc904aa41c2bbe8ae466e53a" + "hash": "d61279031f1c00b6ad7eab603c4a2d1a" }, { - "title": "A la Guadeloupe, un important barrage démonté, le couvre-feu réduit", - "description": "Situé à Sainte-Rose, et constitué d’une vingtaine de barricades sur 10 km, il a été déblayé par la gendarmerie. Seules douze communes de l’île restent soumises à un couvre-feu, plus tardif que le précédent.", - "content": "Situé à Sainte-Rose, et constitué d’une vingtaine de barricades sur 10 km, il a été déblayé par la gendarmerie. Seules douze communes de l’île restent soumises à un couvre-feu, plus tardif que le précédent.", + "title": "Covid-19 : « Hausse préoccupante » des cas du variant Omicron au Danemark, nouvelle manifestation anti-restrictions en Belgique", + "description": "Le gouvernement britannique a décidé de renforcer de nouveau les conditions d’entrée des voyageurs sur son territoire pour tenter de limiter la hausse des contaminations.", + "content": "Le gouvernement britannique a décidé de renforcer de nouveau les conditions d’entrée des voyageurs sur son territoire pour tenter de limiter la hausse des contaminations.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/08/en-guadeloupe-un-important-barrage-demonte-le-couvre-feu-reduit_6105099_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/05/covid-19-face-au-variant-omicron-un-test-negatif-obligatoire-pour-se-rendre-au-royaume-uni_6104801_3244.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 04:12:54 +0100", + "pubDate": "Sun, 05 Dec 2021 12:04:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271680,16 +297495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "be2320d0f6d76cbd20c9c9b7d6804c09" + "hash": "d68b46736ef8d676ef51677470a0c58a" }, { - "title": "JO de Pékin 2022 : l’Australie n’enverra pas non plus de représentant diplomatique", - "description": "Cette décision, motivée par de nombreux désaccords avec la Chine, intervient au lendemain d’une annonce similaire faite par les Etats-Unis. Une quarantaine d’athlètes australiens participeront néanmoins aux Jeux.", - "content": "Cette décision, motivée par de nombreux désaccords avec la Chine, intervient au lendemain d’une annonce similaire faite par les Etats-Unis. Une quarantaine d’athlètes australiens participeront néanmoins aux Jeux.", + "title": "« Arrêtons ce naufrage de civilisation ! » : à Lesbos, l’adresse cinglante du pape François à l’Europe sur la question migratoire", + "description": "Lors d’une visite sur l’île où arrivent des personnes aspirant à l’exil en Europe, François a prononcé son discours le plus ardent en faveur d’un changement radical dans l’attitude des pays de l’UE envers les migrants.", + "content": "Lors d’une visite sur l’île où arrivent des personnes aspirant à l’exil en Europe, François a prononcé son discours le plus ardent en faveur d’un changement radical dans l’attitude des pays de l’UE envers les migrants.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/jo-de-pekin-2022-l-australie-n-enverra-pas-non-plus-de-representant-diplomatique_6105094_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/05/le-pape-francois-a-lesbos-arretons-ce-naufrage-de-civilisation_6104799_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 02:30:45 +0100", + "pubDate": "Sun, 05 Dec 2021 11:25:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271700,16 +297515,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "18be9cce15f768a89488e315266054f5" + "hash": "d663067f896db5be7b4157bfa807ae19" }, { - "title": "Devant la cour d’assises de l’Hérault, Daniel Malgouyres clame son innocence : « Je n’étais pas dans la combine »", - "description": "Accusé d’un meurtre, d’une tentative de meurtre et de « tentative d’extorsion avec arme » contre son épouse dans un cambriolage qui a mal tourné, le propriétaire du jardin de Saint-Adrien a maintenu, mardi, ne pas avoir recruté les braqueurs.", - "content": "Accusé d’un meurtre, d’une tentative de meurtre et de « tentative d’extorsion avec arme » contre son épouse dans un cambriolage qui a mal tourné, le propriétaire du jardin de Saint-Adrien a maintenu, mardi, ne pas avoir recruté les braqueurs.", + "title": "Le pape François est arrivé dimanche au camp de Mavrovouni dans l’île grecque de Lesbos pour y plaider en faveur d’un meilleur accueil des réfugiés.", + "description": "Le pape François est arrivé dimanche au camp de Mavrovouni pour y plaider en faveur d’un meilleur accueil des réfugiés, cinq ans après une première visite au pic de la crise migratoire.", + "content": "Le pape François est arrivé dimanche au camp de Mavrovouni pour y plaider en faveur d’un meilleur accueil des réfugiés, cinq ans après une première visite au pic de la crise migratoire.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/08/devant-la-cour-d-assises-de-l-herault-daniel-malgouyres-clame-son-innocence-je-n-etais-pas-dans-la-combine_6105093_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/04/a-lesbos-les-refugies-attendent-avec-impatience-le-pape_6104682_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 02:21:51 +0100", + "pubDate": "Sat, 04 Dec 2021 06:00:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271720,16 +297535,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e5738ad7ddca02ee2d3ef6c5d31e04bf" + "hash": "a371ca7aac4984075dd0e7422ea1659d" }, { - "title": "Nouvelle-Calédonie : le Conseil d’Etat rejette la demande de report du référendum", - "description": "Des associations et des électeurs indépendantistes arguaient que le contexte sanitaire ne permettait pas la tenue du scrutin sur l’indépendance prévu le 12 décembre.", - "content": "Des associations et des électeurs indépendantistes arguaient que le contexte sanitaire ne permettait pas la tenue du scrutin sur l’indépendance prévu le 12 décembre.", + "title": "L’Europe fait un premier pas pour lutter contre le phénomène des « travailleurs pauvres »", + "description": "A défaut de pouvoir imposer un salaire minimum aux pays de l’UE, les Vingt-Sept ont adopté, lundi 6 décembre, une position commune sur de nouvelles règles européennes visant à améliorer les bas salaires.", + "content": "A défaut de pouvoir imposer un salaire minimum aux pays de l’UE, les Vingt-Sept ont adopté, lundi 6 décembre, une position commune sur de nouvelles règles européennes visant à améliorer les bas salaires.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/08/nouvelle-caledonie-le-conseil-d-etat-rejette-la-demande-de-report-du-referendum_6105092_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/06/l-europe-fait-un-premier-pas-pour-lutter-contre-le-phenomene-des-travailleurs-pauvres_6104947_3234.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 02:08:18 +0100", + "pubDate": "Mon, 06 Dec 2021 20:32:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271740,16 +297555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dea48ab888fb72050ffb16c2b4be0ff" + "hash": "b11407ef416d6ef636302df0c634fdcb" }, { - "title": "Pearl Harbor : 80 ans après, la plupart des victimes de l’« Oklahoma » identifiées", - "description": "Ce navire américain avait été coulé lors de l’attaque japonaise du 7 décembre 1941, causant la mort de 429 soldats. Le Pentagone a annoncé, mardi, pouvoir clore les recherches sur leur identité, grâce à des analyses ADN menées sur les ossements.", - "content": "Ce navire américain avait été coulé lors de l’attaque japonaise du 7 décembre 1941, causant la mort de 429 soldats. Le Pentagone a annoncé, mardi, pouvoir clore les recherches sur leur identité, grâce à des analyses ADN menées sur les ossements.", + "title": "Une enquête ouverte sur les violences lors du meeting d’Eric Zemmour à Villepinte", + "description": "Les investigations confiées à la sûreté départementale portent notamment sur des violences contre des militants de SOS-Racisme présents lors de la première réunion publique de la campagne présidentielle de M. Zemmour et sur l’empoignade du candidat par un individu avant son entrée en scène.", + "content": "Les investigations confiées à la sûreté départementale portent notamment sur des violences contre des militants de SOS-Racisme présents lors de la première réunion publique de la campagne présidentielle de M. Zemmour et sur l’empoignade du candidat par un individu avant son entrée en scène.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/pearl-harbor-80-ans-apres-la-plupart-des-victimes-de-l-uss-oklahoma-identifiees_6105088_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/06/violences-au-congres-d-eric-zemmour-la-droite-et-l-extreme-droite-denoncent-la-provocation-de-sos-racisme_6104889_6059010.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 01:14:14 +0100", + "pubDate": "Mon, 06 Dec 2021 10:54:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271760,56 +297575,56 @@ "favorite": false, "created": false, "tags": [], - "hash": "c14df8a5c8cd787cfb99192c861eae98" + "hash": "f392cfcdefc30ab895cc3929caaa3ea9" }, { - "title": "Election présidentielle : la candidate socialiste, Anne Hidalgo, appelle à l’organisation d’une « primaire de la gauche »", - "description": "Interrogée mercredi sur TF1, la maire de Paris dit avoir « pris acte » de la faiblesse et de l’éparpillement des candidatures à gauche. Elle a toutefois affirmé qu’elle ne retirerait pas la sienne si son appel n’est pas entendu.", - "content": "Interrogée mercredi sur TF1, la maire de Paris dit avoir « pris acte » de la faiblesse et de l’éparpillement des candidatures à gauche. Elle a toutefois affirmé qu’elle ne retirerait pas la sienne si son appel n’est pas entendu.", + "title": "« Valérie Pécresse, c’est le retour de la rente en politique », réagit le porte-parole du gouvernement, Gabriel Attal.", + "description": "Après la désignations de Valérie Pécresse pour la course à l’Elysée, les autres prétendants ont critiqué sa ligne, trop droitière pour l’opposition de gauche, trop « macroniste » pour l’extrême droite.", + "content": "Après la désignations de Valérie Pécresse pour la course à l’Elysée, les autres prétendants ont critiqué sa ligne, trop droitière pour l’opposition de gauche, trop « macroniste » pour l’extrême droite.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/08/arnaud-montebourg-pret-a-offrir-sa-candidature-a-un-projet-et-candidat-commun-pour-l-election-presidentielle_6105215_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/04/valerie-pecresse-designee-candidate-de-lr-pour-la-presidentielle-les-reactions-de-l-opposition_6104754_823448.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 18:28:43 +0100", + "pubDate": "Sat, 04 Dec 2021 20:47:31 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "342dffebe5e5fec41c7cd6bb96432368" + "hash": "62690522b11641053126710ec16e2264" }, { - "title": "Un million d’appareils fonctionnant sous Windows piratés par un réseau malveillant, selon Google", - "description": "Ce réseau d’appareil infectés a été baptisé Glupteba. Le géant de l’Internet a déposé plainte contre des hackeurs russes qui agiraient depuis de nombreuses années.", - "content": "Ce réseau d’appareil infectés a été baptisé Glupteba. Le géant de l’Internet a déposé plainte contre des hackeurs russes qui agiraient depuis de nombreuses années.", + "title": "En Arabie saoudite, Emmanuel Macron renoue avec le prince héritier Mohammed Ben Salman, trois ans après le meurtre de Jamal Khashoggi", + "description": "Le président français s’est entretenu et a déjeuné samedi avec le prince héritier saoudien, mis en cause dans la mort du journaliste en 2018. « Une très grande partie de l’avenir de toute la région se joue ici », a-t-il justifié face aux critiques.", + "content": "Le président français s’est entretenu et a déjeuné samedi avec le prince héritier saoudien, mis en cause dans la mort du journaliste en 2018. « Une très grande partie de l’avenir de toute la région se joue ici », a-t-il justifié face aux critiques.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/08/google-annonce-avoir-ete-hacke_6105086_4408996.html", + "link": "https://www.lemonde.fr/international/article/2021/12/05/en-arabie-saoudite-emmanuel-macron-renoue-avec-mohammed-ben-salman-trois-ans-apres-le-meurtre-de-jamal-khashoggi_6104770_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:51:33 +0100", + "pubDate": "Sun, 05 Dec 2021 04:12:55 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f3b7243b04b3a4ef31b091941380312f" + "hash": "11c261ec6cf57659ce815d2e3f361344" }, { - "title": "Lydia, entreprise française de télépaiement, désormais valorisée à un milliard de dollars", - "description": "La société accède au statut de « licorne » après avoir bouclé une levée de fonds de 100 millions de dollars. Elle compte recruter près de 800 personnes.", - "content": "La société accède au statut de « licorne » après avoir bouclé une levée de fonds de 100 millions de dollars. Elle compte recruter près de 800 personnes.", + "title": "En Corse, les relations se tendent entre Simeoni et le préfet", + "description": "Le président du conseil exécutif de Corse refuse de payer une amende de 86 millions d’euros due à Corsica Ferries. Le préfet menace de prélever la somme dans les caisses territoriales.", + "content": "Le président du conseil exécutif de Corse refuse de payer une amende de 86 millions d’euros due à Corsica Ferries. Le préfet menace de prélever la somme dans les caisses territoriales.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/08/lydia-entreprise-francaise-de-telepaiement-desormais-valorisee-a-un-milliard-de-dollars_6105171_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/05/en-corse-les-relations-se-tendent-entre-simeoni-et-le-prefet_6104791_3224.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 11:49:19 +0100", + "pubDate": "Sun, 05 Dec 2021 09:01:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271820,36 +297635,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "82e30e25cdbab8b5e5a9410ba3036661" + "hash": "5209e9152631521b77985e9601910875" }, { - "title": "Allemagne : Olaf Scholz élu chancelier par le Bundestag", - "description": "Soutenu par le SPD, les Verts et les Libéraux, il a reçu les suffrages de 395 des 736 députés du Bundestag.", - "content": "Soutenu par le SPD, les Verts et les Libéraux, il a reçu les suffrages de 395 des 736 députés du Bundestag.", + "title": "Une Miss Univers 2021 très politique en Israël", + "description": "Le concours de Miss Univers, qui se tiendra dimanche prochain en Israël, verra la première participation des Emirats, sur fond de polémiques en Grèce, au Maroc ou en Afrique du Sud.", + "content": "Le concours de Miss Univers, qui se tiendra dimanche prochain en Israël, verra la première participation des Emirats, sur fond de polémiques en Grèce, au Maroc ou en Afrique du Sud.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/allemagne-olaf-scholz-elu-chancelier-par-le-bundestag_6105160_3210.html", + "link": "https://www.lemonde.fr/blog/filiu/2021/12/05/une-miss-univers-2021-tres-politique-en-israel/", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:58:52 +0100", + "pubDate": "Sun, 05 Dec 2021 08:23:04 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "45910e60382ad0bab2e2e8dfb208f6cf" + "hash": "d0af7c778cdf972d0450b06ad416622c" }, { - "title": "Agressions sexuelles : un naturopathe lyonnais condamné à de la prison", - "description": "Mustafa S., 71 ans, avait abusé de neuf femmes lors de séances de massages lymphatiques.", - "content": "Mustafa S., 71 ans, avait abusé de neuf femmes lors de séances de massages lymphatiques.", + "title": "Covid-19 : le maire de New York impose la vaccination obligatoire pour tout le secteur privé", + "description": "Tous les « employeurs du secteur privé à New York seront concernés par l’obligation vaccinale à compter du 27 décembre », soit quelque 184 000 entreprises, sociétés et commerces.", + "content": "Tous les « employeurs du secteur privé à New York seront concernés par l’obligation vaccinale à compter du 27 décembre », soit quelque 184 000 entreprises, sociétés et commerces.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/08/agressions-sexuelles-un-naturopathe-lyonnais-condamne-a-de-la-prison_6105149_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/06/covid-19-le-maire-de-new-york-impose-la-vaccination-obligatoire-pour-tout-le-secteur-prive_6104924_3244.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:28:32 +0100", + "pubDate": "Mon, 06 Dec 2021 16:13:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271860,16 +297675,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a3188d4f7cdc951798cb51ba48f2107a" + "hash": "b43243ccb4f72d3371c48ac1fcbd17f1" }, { - "title": "Changement de tête à la direction interministérielle du numérique, en pleine crise interne", - "description": "Une vingtaine d’agents passés par ce service central de la modernisation de l’Etat y dénoncent un management brutal et une précarité organisée. Le directeur de la Dinum a annoncé, mardi, quitter ses fonctions.", - "content": "Une vingtaine d’agents passés par ce service central de la modernisation de l’Etat y dénoncent un management brutal et une précarité organisée. Le directeur de la Dinum a annoncé, mardi, quitter ses fonctions.", + "title": "« Je veux rassembler toutes les sensibilités de la droite » : Valérie Pécresse sur les terres d’Eric Ciotti pour son premier déplacement de campagne", + "description": "Pour son premier déplacement de campagne, la candidate de la droite à l’élection présidentielle se rend notamment à Saint-Martin-Vésubie avec Eric Ciotti, finaliste malheureux du congrès du parti Les Républicains.", + "content": "Pour son premier déplacement de campagne, la candidate de la droite à l’élection présidentielle se rend notamment à Saint-Martin-Vésubie avec Eric Ciotti, finaliste malheureux du congrès du parti Les Républicains.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/08/changement-de-tete-a-la-direction-interministerielle-du-numerique-en-pleine-crise-interne_6105148_823448.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/06/valerie-pecresse-sur-les-terres-d-eric-ciotti-pour-son-premier-deplacement-de-campagne_6104904_6059010.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 10:22:12 +0100", + "pubDate": "Mon, 06 Dec 2021 12:34:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271880,16 +297695,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6838bfcd159a9f27df5194173e315eca" + "hash": "01d63f503c42a2fc0fc42e9253a10135" }, { - "title": "Il s’agit d’une personne âgée de 82 ans selon les pompiers. Une dernière personne, a priori le fils de cette octogénaire, est toujours portée disparue.", - "description": "Il s’agit d’une personne âgée de 82 ans selon les pompiers. Une dernière personne, a priori le fils de cette octogénaire, est toujours portée disparue.", - "content": "Il s’agit d’une personne âgée de 82 ans selon les pompiers. Une dernière personne, a priori le fils de cette octogénaire, est toujours portée disparue.", + "title": "Au Venezuela, l’opposition se mobilise après l’annulation du scrutin dans le fief de Chavez", + "description": "Le candidat de l’opposition, Freddy Superlano, a été déclaré inéligible après avoir remporté l’élection de gouverneur dans l’Etat de Barinas. C’est son épouse qui se présentera au prochain scrutin, le 9 janvier.", + "content": "Le candidat de l’opposition, Freddy Superlano, a été déclaré inéligible après avoir remporté l’élection de gouverneur dans l’Etat de Barinas. C’est son épouse qui se présentera au prochain scrutin, le 9 janvier.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/07/cinq-personnes-probablement-bloquees-dans-les-decombres-apres-l-effondrement-d-un-immeuble-a-sanary-sur-mer_6104983_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/05/au-venezuela-l-opposition-se-mobilise-apres-l-annulation-du-scrutin-dans-le-fief-de-chavez_6104780_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 06:38:43 +0100", + "pubDate": "Sun, 05 Dec 2021 06:51:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271900,16 +297715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "093a8dd9391deea9eb1cd232201661fe" + "hash": "85d27d9f1c90be0588331911d92ecda6" }, { - "title": "Un concert annulé sous la pression de catholiques intégristes à Nantes", - "description": "Un petit groupe de radicaux a bloqué l’entrée d’une église, à Nantes, où devait se tenir mardi soir un concert programmé par le Lieu unique. Les organisateurs et plusieurs élus de la ville dénoncent une atteinte à la liberté d’expression.", - "content": "Un petit groupe de radicaux a bloqué l’entrée d’une église, à Nantes, où devait se tenir mardi soir un concert programmé par le Lieu unique. Les organisateurs et plusieurs élus de la ville dénoncent une atteinte à la liberté d’expression.", + "title": "Afghanistan : inquiétudes autour d’« exécutions sommaires » d’anciens policiers par les talibans", + "description": "Washington et ses alliées – dont la France – demandent l’ouverture rapide d’enquêtes après que l’ONG Human Rights Watch a fait état « des meurtres ou des disparitions dont ont été victimes 47 anciens membres des Forces nationales de sécurité afghanes » par les talibans entre août et la fin d’octobre.", + "content": "Washington et ses alliées – dont la France – demandent l’ouverture rapide d’enquêtes après que l’ONG Human Rights Watch a fait état « des meurtres ou des disparitions dont ont été victimes 47 anciens membres des Forces nationales de sécurité afghanes » par les talibans entre août et la fin d’octobre.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/08/un-concert-annule-sous-la-pression-de-catholiques-integristes-a-nantes_6105101_3246.html", + "link": "https://www.lemonde.fr/international/article/2021/12/05/afghanistan-inquietudes-autour-d-executions-sommaires-d-ex-policiers-par-les-talibans_6104772_3210.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 04:48:58 +0100", + "pubDate": "Sun, 05 Dec 2021 04:36:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271920,16 +297735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cf662353592d9f2feb24ab87afeb6350" + "hash": "826c123a961e0bb66acc3e647f83e72e" }, { - "title": "Mondial de handball : les Bleues bataillent pour s’imposer face au Monténégro", - "description": "Malmenées pendant une grande partie de la rencontre, les Françaises ont réussi à s’en sortir 24 à 19, mardi soir, à Granollers (Espagne). Après ce succès, les joueuses se hissent au tour principal avec le maximum de points.", - "content": "Malmenées pendant une grande partie de la rencontre, les Françaises ont réussi à s’en sortir 24 à 19, mardi soir, à Granollers (Espagne). Après ce succès, les joueuses se hissent au tour principal avec le maximum de points.", + "title": "Olivier Ubéda, le maître image d’Eric Zemmour", + "description": "A la fois directeur des événements, conseiller en communication et responsable des relations presse, il met en musique la campagne du candidat d’extrême droite. Très endetté, il veut faire oublier qu’il n’a plus le droit de diriger une entreprise pendant dix ans.", + "content": "A la fois directeur des événements, conseiller en communication et responsable des relations presse, il met en musique la campagne du candidat d’extrême droite. Très endetté, il veut faire oublier qu’il n’a plus le droit de diriger une entreprise pendant dix ans.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/07/mondial-de-handball-les-bleues-bataillent-pour-s-imposer-face-au-montenegro_6105084_3242.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/election-presidentielle-2022-olivier-ubeda-le-maitre-image-d-eric-zemmour_6104771_6059010.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 22:54:43 +0100", + "pubDate": "Sun, 05 Dec 2021 04:26:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271940,16 +297755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "348a0cf9d85778a66891fabf7eeebc7c" + "hash": "b77f37eb2604d9f843c4fe0fd91ee84b" }, { - "title": "Faut-il rallumer une installation de Claude Lévêque, accusé de viols sur mineurs ? A Montreuil, le débat fait rage", - "description": "Le conseil de quartier de Bel Air demande l’illumination de « Modern Dance », que la mairie avait éteinte en janvier, après que « Le Monde » a révélé les accusations visant le célèbre plasticien.", - "content": "Le conseil de quartier de Bel Air demande l’illumination de « Modern Dance », que la mairie avait éteinte en janvier, après que « Le Monde » a révélé les accusations visant le célèbre plasticien.", + "title": "Pollution de l’eau : un plan de lutte contre les nitrates sans ambition", + "description": "Non contraignant, le septième plan de lutte contre les nitrates d’origine agricole, présenté vendredi aux membres du Conseil national de l’eau, pourrait s’avérer aussi inefficace que les six précédents.", + "content": "Non contraignant, le septième plan de lutte contre les nitrates d’origine agricole, présenté vendredi aux membres du Conseil national de l’eau, pourrait s’avérer aussi inefficace que les six précédents.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/07/faut-il-rallumer-une-installation-de-claude-leveque-accuse-de-viols-sur-mineurs-a-montreuil-le-debat-fait-rage_6105082_3246.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/05/pollution-de-l-eau-un-nouveau-plan-sans-ambition-de-lutte-contre-les-nitrates_6104767_3244.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 22:41:17 +0100", + "pubDate": "Sun, 05 Dec 2021 03:16:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271960,16 +297775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "75a3bd1abd6bd7d1fb35183c6196052e" + "hash": "b17aaeb31eafd6c930047e6478676cff" }, { - "title": "Le Sénat vote très largement en faveur de l’interdiction des « thérapies de conversion »", - "description": "Après les députés, les sénateurs ont voté mardi, à 305 voix contre 28, la création d’un délit pour interdire les « thérapies de conversion », pratiques visant à imposer l’hétérosexualité aux personnes LGBT.", - "content": "Après les députés, les sénateurs ont voté mardi, à 305 voix contre 28, la création d’un délit pour interdire les « thérapies de conversion », pratiques visant à imposer l’hétérosexualité aux personnes LGBT.", + "title": "Le Téléthon 2021 retrouve un montant de promesses de dons similaire à celui d’avant la pandémie", + "description": "Le compteur, cette année, a atteint près de 74 millions d’euros lors d’une 35e édition qui a renoué avec le terrain, après une précédente confinée pour cause de Covid-19.", + "content": "Le compteur, cette année, a atteint près de 74 millions d’euros lors d’une 35e édition qui a renoué avec le terrain, après une précédente confinée pour cause de Covid-19.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/07/le-senat-vote-tres-largement-en-faveur-de-l-interdiction-des-therapies-de-conversion_6105081_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/05/le-telethon-2021-retrouve-un-montant-de-promesses-de-dons-similaire-a-celui-d-avant-la-pandemie_6104766_3224.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 21:37:09 +0100", + "pubDate": "Sun, 05 Dec 2021 03:10:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -271980,16 +297795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b90ff843e57e5346c52b756f3921935" + "hash": "fb1c01079e612cd4812796fcd5bf6720" }, { - "title": "Un homme, soupçonné d’être impliqué dans l’assassinat du journaliste, en 2018, a été interpellé alors qu’il s’apprêtait à prendre un vol pour l’Arabie saoudite. Il y a une « erreur sur [son] identité », a toutefois signalé un représentant saoudien.", - "description": "Un homme, soupçonné d’être impliqué dans l’assassinat du journaliste, en 2018, a été interpellé alors qu’il s’apprêtait à prendre un vol pour l’Arabie saoudite. Il y a une « erreur sur [son] identité » a toutefois signalé un représentant saoudien.", - "content": "Un homme, soupçonné d’être impliqué dans l’assassinat du journaliste, en 2018, a été interpellé alors qu’il s’apprêtait à prendre un vol pour l’Arabie saoudite. Il y a une « erreur sur [son] identité » a toutefois signalé un représentant saoudien.", + "title": "Sur l’île de Java, l’éruption spectaculaire et meurtrière du volcan Semeru", + "description": "Au moins 14 personnes sont mortes et plusieurs dizaines blessées, dont beaucoup atteints de brûlures, après l’éruption, samedi, du volcan, qui a poussé beaucoup d’habitants à fuir.", + "content": "Au moins 14 personnes sont mortes et plusieurs dizaines blessées, dont beaucoup atteints de brûlures, après l’éruption, samedi, du volcan, qui a poussé beaucoup d’habitants à fuir.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/07/meurtre-de-jamal-khashoggi-un-membre-presume-du-commando-arrete-a-l-aeroport-de-roissy_6105065_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/05/indonesie-l-eruption-du-volcan-semeru-provoque-la-panique-et-la-fuite-de-milliers-de-riverains_6104761_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:34:39 +0100", + "pubDate": "Sun, 05 Dec 2021 01:09:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272000,36 +297815,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "45947d923b2ccb49935c3ea743eb0655" + "hash": "f9ebde56496528290bd05a7de4b77bad" }, { - "title": "Portrait | Olaf Scholz, un chancelier rassurant pour succéder à Angela Merkel", - "description": "Le social-démocrate, âgé de 63 ans, doit être formellement élu par les députés allemands, mercredi. Longtemps mal aimé au sein même de sa famille politique, ce pragmatique a su séduire les électeurs par sa sobriété.", - "content": "Le social-démocrate, âgé de 63 ans, doit être formellement élu par les députés allemands, mercredi. Longtemps mal aimé au sein même de sa famille politique, ce pragmatique a su séduire les électeurs par sa sobriété.", + "title": "Les Parisiens sont champions d’automne deux journées avant la fin de la phase aller, mais ils ont évité de justesse la défaite, en égalisant dans les derniers instants de la rencontre (1-1).", + "description": "Les Parisiens sont champions d’automne deux journées avant la fin de la phase aller, mais ils ont évité de justesse la défaite, en égalisant dans les derniers instants de la rencontre (1-1). Leur dauphin, l’OM, a perdu à domicile face à Brest (2-1), alors que Lille a battu Troyes (2-1).", + "content": "Les Parisiens sont champions d’automne deux journées avant la fin de la phase aller, mais ils ont évité de justesse la défaite, en égalisant dans les derniers instants de la rencontre (1-1). Leur dauphin, l’OM, a perdu à domicile face à Brest (2-1), alors que Lille a battu Troyes (2-1).", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/07/olaf-scholz-un-chancelier-allemand-rassurant_6104968_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/04/ligue-1-marseille-retombe-dans-ses-travers-en-s-inclinant-contre-brest_6104748_3242.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 05:13:00 +0100", + "pubDate": "Sat, 04 Dec 2021 19:13:23 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "34477d89f1cb50b22ca16648258b8832" + "hash": "8d3a6d6dc61d4ead9c49372b3ff5c13f" }, { - "title": "La Biélorussie réplique aux sanctions en bannissant des produits alimentaires occidentaux", - "description": "Des fruits, des légumes, de la viande et des produits laitiers venus de l’Union européenne, du Canada, des Etats-Unis et du Royaume-Uni seront désormais interdits d’importation.", - "content": "Des fruits, des légumes, de la viande et des produits laitiers venus de l’Union européenne, du Canada, des Etats-Unis et du Royaume-Uni seront désormais interdits d’importation.", + "title": "Valérie Pécresse sur les terres d’Eric Ciotti pour son premier déplacement de campagne", + "description": "Pour son premier déplacement de campagne, la candidate de la droite à l’élection présidentielle se rend notamment à Saint-Martin-Vésubie avec Eric Ciotti, finaliste malheureux du congrès du parti Les Républicains.", + "content": "Pour son premier déplacement de campagne, la candidate de la droite à l’élection présidentielle se rend notamment à Saint-Martin-Vésubie avec Eric Ciotti, finaliste malheureux du congrès du parti Les Républicains.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/07/la-bielorussie-replique-aux-sanctions-en-bannissant-les-produits-alimentaires-occidentaux_6105076_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/06/valerie-pecresse-sur-les-terres-d-eric-ciotti-pour-son-premier-deplacement-de-campagne_6104904_6059010.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 19:59:08 +0100", + "pubDate": "Mon, 06 Dec 2021 12:34:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272040,16 +297855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c237de0d5cc7f1301d114fc8e4cb0807" + "hash": "f05854f24af4741e7f51dfa20017679d" }, { - "title": "Variant Omicron : « aucune raison de douter » de l’efficacité des vaccins actuels, selon l’OMS", - "description": "Pour le responsable des urgences de l’Organisation mondiale de la santé, il est « quasiment certain » que le variant ne cause pas de cas plus graves de Covid-19 que Delta.", - "content": "Pour le responsable des urgences de l’Organisation mondiale de la santé, il est « quasiment certain » que le variant ne cause pas de cas plus graves de Covid-19 que Delta.", + "title": "La dirigeante birmane déchue Aung San Suu Kyi condamnée à quatre ans de prison par la junte militaire", + "description": "Il s’agit de l’une des multiples procédures engagées contre la lauréate du prix Nobel de la paix depuis le coup d’Etat militaire du 1er février.", + "content": "Il s’agit de l’une des multiples procédures engagées contre la lauréate du prix Nobel de la paix depuis le coup d’Etat militaire du 1er février.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/07/covid-19-le-portugal-ouvre-la-vaccination-aux-5-11-ans-manifestation-en-belgique-contre-l-obligation-vaccinale-des-soignants_6105075_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/06/en-birmanie-aung-san-suu-kyi-condamnee-a-quatre-ans-de-prison-par-la-junte_6104862_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 19:33:17 +0100", + "pubDate": "Mon, 06 Dec 2021 07:25:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272060,16 +297875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4e94ca6666314c3f8726742250c9a68f" + "hash": "06d426b56a2907ea54fc05f5ac286ebd" }, { - "title": "Au Chili, le Parlement adopte le mariage pour tous", - "description": "Le texte, adopté mardi, avait été déposé en 2017 à l’initiative de l’ancienne présidente Michelle Bachelet, socialiste. La mesure a le soutien du président, Sebastian Piñera, conservateur, qui doit désormais promulguer la loi.", - "content": "Le texte, adopté mardi, avait été déposé en 2017 à l’initiative de l’ancienne présidente Michelle Bachelet, socialiste. La mesure a le soutien du président, Sebastian Piñera, conservateur, qui doit désormais promulguer la loi.", + "title": "Covid-19 : en Autriche, des dizaines de milliers de manifestants contre le confinement partiel et l’obligation vaccinale", + "description": "Plusieurs arrestations ont eu lieu pour troubles à l’ordre public, selon la police qui a recensé « plus de 40 000 » manifestants à Vienne.", + "content": "Plusieurs arrestations ont eu lieu pour troubles à l’ordre public, selon la police qui a recensé « plus de 40 000 » manifestants à Vienne.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/07/au-chili-le-parlement-adopte-le-mariage-pour-tous_6105073_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/04/covid-19-en-autriche-des-dizaines-de-milliers-de-manifestants-contre-le-confinement-partiel-et-l-obligation-vaccinale_6104757_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 19:21:10 +0100", + "pubDate": "Sat, 04 Dec 2021 22:45:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272080,16 +297895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d1567199801a9f7e288f3fb64e6b62a4" + "hash": "c453b6b83cefbef7f41b698953f3257f" }, { - "title": "Dans la Manche, un maire, soutien d’Emmanuel Macron, menacé de mort et ses véhicules incendiés", - "description": "Les tags « à mort », « Le maire soutien (sic) Macron » et « Zemour (sic) président » ont été inscrits sur le mur du domicile du maire délégué de Saint-Côme-du-Mont, élu MoDem.", - "content": "Les tags « à mort », « Le maire soutien (sic) Macron » et « Zemour (sic) président » ont été inscrits sur le mur du domicile du maire délégué de Saint-Côme-du-Mont, élu MoDem.", + "title": "Twitter reconnaît des « erreurs » dans sa nouvelle politique de lutte contre le harcèlement, détournée par l’extrême droite américaine", + "description": "Le nouveau règlement de Twitter concernant les images et les vidéos est utilisé par l’extrême droite américaine pour se protéger et harceler ses opposants.", + "content": "Le nouveau règlement de Twitter concernant les images et les vidéos est utilisé par l’extrême droite américaine pour se protéger et harceler ses opposants.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/07/dans-la-manche-un-maire-soutien-d-emmanuel-macron-menace-de-mort-et-ses-vehicules-incendies_6105070_823448.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/04/twitter-reconnait-des-erreurs-dans-sa-nouvelle-politique-de-lutte-contre-le-harcelement-detournee-par-l-extreme-droite-americaine_6104756_4408996.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:30:36 +0100", + "pubDate": "Sat, 04 Dec 2021 22:20:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272100,16 +297915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d9ad66b94803f678c316c037706fa09" + "hash": "215cac43485bb936eaeb42515fa42030" }, { - "title": "Mort de la sénatrice centriste Catherine Fournier", - "description": "Elue à la Chambre haute en 2017, elle était membre de sa commission des affaires économiques. Elle avait 66 ans.", - "content": "Elue à la Chambre haute en 2017, elle était membre de sa commission des affaires économiques. Elle avait 66 ans.", + "title": "Pierre Rabhi, écrivain et figure de l’agroécologie, est mort", + "description": "Le fondateur du mouvement Colibris avait 83 ans.", + "content": "Le fondateur du mouvement Colibris avait 83 ans.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/07/mort-de-la-senatrice-centriste-catherine-fournier_6105069_3382.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/04/pierre-rabhi-ecrivain-et-figure-de-l-agroecologie-est-mort_6104752_3244.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 18:10:43 +0100", + "pubDate": "Sat, 04 Dec 2021 20:31:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272120,16 +297935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6dac0ef2ef5a9e13046dd58614bdfec0" + "hash": "5e138a84cb1dd869c7e77a01fb67206e" }, { - "title": "PSG-Bruges : suivez en direct le match de Ligue des champions", - "description": "Le PSG reçoit Bruges lors de la 6e et dernière journée de la phase de groupes de la C1. Messi et ses coéquipiers, qui termineront deuxièmes du groupe A quel que soit le résultat de ce soir, sont déjà qualifiés pour les huitièmes de finale. Suivez la rencontre en direct.", - "content": "Le PSG reçoit Bruges lors de la 6e et dernière journée de la phase de groupes de la C1. Messi et ses coéquipiers, qui termineront deuxièmes du groupe A quel que soit le résultat de ce soir, sont déjà qualifiés pour les huitièmes de finale. Suivez la rencontre en direct.", + "title": "Des fêtes de Noël à Downing Street qui font polémique", + "description": "L’opposition travailliste accuse le premier ministre, Boris Johnson, de « prendre les Britanniques pour des imbéciles ».", + "content": "L’opposition travailliste accuse le premier ministre, Boris Johnson, de « prendre les Britanniques pour des imbéciles ».", "category": "", - "link": "https://www.lemonde.fr/sport/live/2021/12/07/psg-bruges-suivez-en-direct-le-match-de-ligue-des-champions_6105055_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/06/des-fetes-de-noel-a-downing-street-qui-font-polemique_6104888_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 16:45:16 +0100", + "pubDate": "Mon, 06 Dec 2021 10:49:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272140,16 +297955,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a64571cb09cdeb896b3a17a75b7093cf" + "hash": "1f026f4fbe50ee84490585ccf935bccb" }, { - "title": "« On est submergés de demandes » : les distributions alimentaires destinées aux étudiants ne désemplissent pas", - "description": "Sur l’année 2020-2021, un quart des étudiants ont déclaré des difficultés financières importantes, et les jeunes constituent désormais la moitié des personnes aidées par les Restos du cœur. La paupérisation de cette population est un phénomène grandissant, en raison d’un modèle d’aides à bout de souffle et des effets de la pandémie. ", - "content": "Sur l’année 2020-2021, un quart des étudiants ont déclaré des difficultés financières importantes, et les jeunes constituent désormais la moitié des personnes aidées par les Restos du cœur. La paupérisation de cette population est un phénomène grandissant, en raison d’un modèle d’aides à bout de souffle et des effets de la pandémie. ", + "title": "Indonésie : l’activité du volcan Semeru ralentit les opérations de secours", + "description": "Le plus haut sommet de l’île de Java a projeté samedi un vaste panache de cendres et provoqué des flots de boue brûlante qui ont envahi des villages situés sur ses flancs et fait 15 morts.", + "content": "Le plus haut sommet de l’île de Java a projeté samedi un vaste panache de cendres et provoqué des flots de boue brûlante qui ont envahi des villages situés sur ses flancs et fait 15 morts.", "category": "", - "link": "https://www.lemonde.fr/campus/article/2021/12/07/la-precarite-etudiante-reflet-d-un-modele-d-aides-a-bout-de-souffle_6104971_4401467.html", + "link": "https://www.lemonde.fr/international/article/2021/12/06/indonesie-l-activite-du-volcan-semeru-ralentit-les-operations-de-secours_6104883_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 05:36:12 +0100", + "pubDate": "Mon, 06 Dec 2021 10:27:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272160,16 +297975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0ae20afe6b37cb6933d65f44ce4cdf0b" + "hash": "55de83cfc3409137de9476f69c5aa584" }, { - "title": "L’éditeur Panini Manga annonce la hausse du prix de certaines de ses publications", - "description": "Selon l’éditeur, cette hausse se justifie par la pénurie de papier et par l’augmentation des coûts d’impression. Un autre acteur du secteur, Pika Edition, a lui aussi annoncé l’augmentation du prix de certains mangas.", - "content": "Selon l’éditeur, cette hausse se justifie par la pénurie de papier et par l’augmentation des coûts d’impression. Un autre acteur du secteur, Pika Edition, a lui aussi annoncé l’augmentation du prix de certains mangas.", + "title": "Inquiétudes autour du futur algorithme destiné à fluidifier l’entrée en master", + "description": "Les titulaires d’une licence candidateront via un portail national qui devrait, selon les syndicats, augmenter la sélectivité des formations en l’absence de création de places.", + "content": "Les titulaires d’une licence candidateront via un portail national qui devrait, selon les syndicats, augmenter la sélectivité des formations en l’absence de création de places.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/07/deux-editeurs-annoncent-la-hausse-du-prix-de-certains-mangas_6105061_4408996.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/06/enseignement-superieur-inquietudes-autour-du-futur-algorithme-destine-a-fluidifier-l-entree-en-master_6104880_3224.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:19:50 +0100", + "pubDate": "Mon, 06 Dec 2021 10:16:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272180,16 +297995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b3bfbad5b938200cfbb1dd849d3a07af" + "hash": "e250fe7776253959d0e907a2afea628c" }, { - "title": "Rapport sur les inégalités mondiales : les revenus demeurent une jauge imparfaite de la précarité", - "description": "La France compterait, au sens de l’Insee, 14,6 % de pauvres, soit 9,3 millions de personnes. Mais la mesure de ce phénomène ne peut se limiter à des notions de revenus.", - "content": "La France compterait, au sens de l’Insee, 14,6 % de pauvres, soit 9,3 millions de personnes. Mais la mesure de ce phénomène ne peut se limiter à des notions de revenus.", + "title": "Hôpital : plusieurs milliers de manifestants à Paris pour réclamer l’arrêt des fermetures de lits et davantage de postes", + "description": "Plus nombreux qu’à l’accoutumée – 6 000 selon une source syndicale, 2 100 selon la préfecture de police –, les manifestants réclamaient aussi de meilleures conditions de travail pour les soignants.", + "content": "Plus nombreux qu’à l’accoutumée – 6 000 selon une source syndicale, 2 100 selon la préfecture de police –, les manifestants réclamaient aussi de meilleures conditions de travail pour les soignants.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/07/rapport-sur-les-inegalites-mondiales-les-revenus-demeurent-une-jauge-imparfaite-de-la-precarite_6105060_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/04/hopital-plusieurs-milliers-de-manifestants-a-paris-pour-reclamer-l-arret-des-fermetures-de-lits-et-davantage-de-postes_6104751_3224.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:00:14 +0100", + "pubDate": "Sat, 04 Dec 2021 20:19:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272200,16 +298015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "71cc71f5cc920553145baa632f5046a7" + "hash": "b127201967aed442481832c19d933589" }, { - "title": "Pourquoi le thème des inégalités n’émerge pas dans la campagne présidentielle", - "description": "Les inégalités n’ont pas disparu, mais les candidats, notamment à gauche, peinent à se saisir du sujet, qui fut pourtant longtemps un marqueur politique.", - "content": "Les inégalités n’ont pas disparu, mais les candidats, notamment à gauche, peinent à se saisir du sujet, qui fut pourtant longtemps un marqueur politique.", + "title": "Le bitcoin s’effondre et perd 10 000 dollars en moins d’une heure", + "description": "La cryptomonnaie reste affectée par la prudence qui prévaut sur les marchés. Le bitcoin a cependant régulièrement enregistré des chutes de 20 % à 30 % avant de se reprendre.", + "content": "La cryptomonnaie reste affectée par la prudence qui prévaut sur les marchés. Le bitcoin a cependant régulièrement enregistré des chutes de 20 % à 30 % avant de se reprendre.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/07/pourquoi-le-theme-des-inegalites-n-emerge-pas-dans-la-campagne-presidentielle_6105058_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/04/le-bitcoin-s-effondre-et-perd-10-000-dollars-en-moins-d-une-heure_6104747_3234.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:00:05 +0100", + "pubDate": "Sat, 04 Dec 2021 19:01:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272220,16 +298035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2ee5c0fb89d29901affa01e6d5662d5" + "hash": "d7081b381174acc7ed7a049ffa2f2d41" }, { - "title": "Plus de 70 journalistes ouïgours détenus en Chine, selon Reporters sans frontières", - "description": "L’association de défense de la liberté de la presse estime qu’au moins 127 journalistes sont en détention dans l’ensemble du pays.", - "content": "L’association de défense de la liberté de la presse estime qu’au moins 127 journalistes sont en détention dans l’ensemble du pays.", + "title": "Il unit les générations, et la sortie de son centième tome met les fans en ébullition : comment le manga « One Piece » a conquis la France", + "description": "La sortie du centième tome de la série, le 8 décembre, est attendue par des centaines de milliers de lecteurs en France. Ecoulée à 490 millions d’albums dans le monde, la saga imaginée il y a ving-cinq ans par Eiichiro Oda a réussi à fédérer une communauté qui mêle les générations.", + "content": "La sortie du centième tome de la série, le 8 décembre, est attendue par des centaines de milliers de lecteurs en France. Ecoulée à 490 millions d’albums dans le monde, la saga imaginée il y a ving-cinq ans par Eiichiro Oda a réussi à fédérer une communauté qui mêle les générations.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/07/plus-de-70-journalistes-ouigours-detenus-en-chine-selon-reporters-sans-frontieres_6105050_3210.html", + "link": "https://www.lemonde.fr/m-le-mag/article/2021/12/03/les-mangas-m-ont-sauve-la-vie-one-piece-une-passion-francaise_6104525_4500055.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 16:20:39 +0100", + "pubDate": "Fri, 03 Dec 2021 01:05:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272240,16 +298055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b1feaa42a0c0995fa363ba56d53bda3f" + "hash": "6a4f1427341b9f5452a8456b02a89a21" }, { - "title": "Ukraine : la marge étroite de Joe Biden face à la menace russe", - "description": "Le président des Etats-Unis doit s’entretenir, mardi, avec son homologue, Vladimir Poutine, dans un contexte électrique, en raison des spéculations sur les intentions militaires russes en Ukraine. L’entretien doit servir à trouver une voie de décélération. ", - "content": "Le président des Etats-Unis doit s’entretenir, mardi, avec son homologue, Vladimir Poutine, dans un contexte électrique, en raison des spéculations sur les intentions militaires russes en Ukraine. L’entretien doit servir à trouver une voie de décélération. ", + "title": "La Maison Blanche étudie « plusieurs options », dont des sanctions économiques, en réponse à la mobilisation de milliers de soldats russes aux portes de l’Ukraine.", + "description": "La Maison Blanche étudie « plusieurs options », dont des sanctions économiques, en réponse à la mobilisation de milliers de soldats russes aux portes de l’Ukraine.", + "content": "La Maison Blanche étudie « plusieurs options », dont des sanctions économiques, en réponse à la mobilisation de milliers de soldats russes aux portes de l’Ukraine.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/06/les-options-limitees-de-washington-face-aux-man-uvres-de-la-russie-au-seuil-de-l-ukraine_6104848_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/04/joe-biden-affirme-preparer-des-initiatives-pour-defendre-l-ukraine-face-a-la-russie_6104664_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 02:03:13 +0100", + "pubDate": "Sat, 04 Dec 2021 00:40:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272260,36 +298075,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "471a41d12339d52bbbfeb64c98f2de01" + "hash": "86af49950108ad31b91accf2b17fd78d" }, { - "title": "Les bugs informatiques à la CAF exaspèrent agents et allocataires", - "description": "La réforme du calcul des allocations logement des usagers, entrée en vigueur en janvier, a nécessité un très lourd chantier informatique et causé des difficultés chroniques.", - "content": "La réforme du calcul des allocations logement des usagers, entrée en vigueur en janvier, a nécessité un très lourd chantier informatique et causé des difficultés chroniques.", + "title": "Covid-19 : des secteurs fragilisés par la crise demandent « l’obligation vaccinale »", + "description": "Plusieurs organisations patronales de l’hôtellerie-restauration, du sport ou encore du tourisme appellent le gouvernement à « épargner » ces secteurs en ne prenant pas de restrictions visant les personnes vaccinées.", + "content": "Plusieurs organisations patronales de l’hôtellerie-restauration, du sport ou encore du tourisme appellent le gouvernement à « épargner » ces secteurs en ne prenant pas de restrictions visant les personnes vaccinées.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/07/les-bugs-informatiques-a-la-caf-exasperent-agents-et-allocataires_6105036_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/04/covid-19-des-secteurs-fragilises-par-la-crise-demandent-l-obligation-vaccinale_6104744_3234.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 14:35:00 +0100", + "pubDate": "Sat, 04 Dec 2021 18:08:19 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "19db10c6e023b9c6675193dd42419633" + "hash": "ff903a75923107132ba191adc853c375" }, { - "title": "Guy Forget ne sera plus directeur des tournois de Roland-Garros et de Rolex Paris Masters", - "description": "Les raisons du départ de l’ex-numéro un français de tennis ne sont pas précisées. Son nom avait été cité en octobre dans les « Pandora Papers », selon lesquels il aurait bénéficié de montages fiscaux opaques dans le paradis fiscal des îles Vierges britanniques.", - "content": "Les raisons du départ de l’ex-numéro un français de tennis ne sont pas précisées. Son nom avait été cité en octobre dans les « Pandora Papers », selon lesquels il aurait bénéficié de montages fiscaux opaques dans le paradis fiscal des îles Vierges britanniques.", + "title": "D’énigmatiques traces de pas vieilles de 3,6 millions d’années", + "description": "En Tanzanie, à côté d’empreintes attribuées à des congénères de l’australopithèque Lucy, des pas laissés dans de la cendre sont interprétés comme ceux d’une espèce inconnue de primate préhumain.", + "content": "En Tanzanie, à côté d’empreintes attribuées à des congénères de l’australopithèque Lucy, des pas laissés dans de la cendre sont interprétés comme ceux d’une espèce inconnue de primate préhumain.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/07/guy-forget-ne-sera-plus-directeur-des-tournois-de-roland-garros-et-de-rolex-paris-masters_6105033_3242.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/04/saga-autour-d-enigmatiques-traces-de-pas-vieilles-de-3-6-millions-d-annees_6104739_1650684.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 13:47:04 +0100", + "pubDate": "Sat, 04 Dec 2021 17:00:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272300,16 +298115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "28ff1719cb2d5007b2504e845856e2d1" + "hash": "8c9086f21722700105650493ff261714" }, { - "title": "Les Républicains : Guillaume Peltier et Gaël Perdriau écartés de la vice-présidence au nom de l’unité derrière Valérie Pécresse", - "description": "Le député du Loir-et-Cher et le maire de Saint-Etienne ont été démis de leurs fonctions au sein du parti, mardi, après avoir affiché des positions contraires à la ligne de rassemblement prônée par la direction du mouvement de droite.", - "content": "Le député du Loir-et-Cher et le maire de Saint-Etienne ont été démis de leurs fonctions au sein du parti, mardi, après avoir affiché des positions contraires à la ligne de rassemblement prônée par la direction du mouvement de droite.", + "title": "Au moins 30 morts lors d’une nouvelle attaque terroriste dans le centre du Mali", + "description": "Des djihadistes présumés ont pris pour cible un véhicule de transport dans lequel se trouvaient des civils. L’attaque n’a été revendiquée par aucun des nombreux groupes armés qui sévissent dans le pays.", + "content": "Des djihadistes présumés ont pris pour cible un véhicule de transport dans lequel se trouvaient des civils. L’attaque n’a été revendiquée par aucun des nombreux groupes armés qui sévissent dans le pays.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/07/les-republicains-guillaume-peltier-et-gael-perdriau-ecartes-de-la-vice-presidence-au-nom-de-l-unite-derriere-valerie-pecresse_6105032_6059010.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/04/mali-au-moins-30-morts-lors-d-une-nouvelle-attaque-dans-le-centre-du-pays_6104737_3212.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 13:40:41 +0100", + "pubDate": "Sat, 04 Dec 2021 16:43:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272320,56 +298135,56 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd0f1afad451e2e38bbb7572a3379c5d" + "hash": "cfa417dc33b9da7179ab9f32e0fedb98" }, { - "title": "Covid-19 en France : soutien pour l’événementiel et les discothèques, contrôles renforcés du télétravail en entreprise", - "description": "Le gouvernement a annoncé, lundi, une série de mesures contre la cinquième vague de Covid-19, notamment la fermeture des boîtes de nuit pour quatre semaines.", - "content": "Le gouvernement a annoncé, lundi, une série de mesures contre la cinquième vague de Covid-19, notamment la fermeture des boîtes de nuit pour quatre semaines.", + "title": "Le dissident et journaliste tchèque Petr Uhl est mort", + "description": "Figure de l’opposition au régime communiste, compagnon de Vaclav Havel, Petr Uhl a mené un combat de deux décennies pour la liberté qui lui a valu plusieurs séjours en prison. Il est mort le 1er décembre, à l’âge de 80 ans.", + "content": "Figure de l’opposition au régime communiste, compagnon de Vaclav Havel, Petr Uhl a mené un combat de deux décennies pour la liberté qui lui a valu plusieurs séjours en prison. Il est mort le 1er décembre, à l’âge de 80 ans.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/07/covid-19-en-france-soutien-pour-l-evenementiel-et-les-discotheques-controles-renforces-en-entreprise_6105031_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/04/le-dissident-et-journaliste-tcheque-petr-uhl-est-mort_6104735_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 13:34:39 +0100", + "pubDate": "Sat, 04 Dec 2021 16:32:36 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "43e69ade35e03e6726f5a417c996102f" + "hash": "2551906748e684f659856078a48dc672" }, { - "title": "Hockey sur glace : les Dragons de Rouen à l’assaut d’un quart de finale historique en Ligue des champions", - "description": "Les champions de France en titre affrontent, mardi, le club finlandais de Tappara pour le premier quart de finale de C1 d’un club français.", - "content": "Les champions de France en titre affrontent, mardi, le club finlandais de Tappara pour le premier quart de finale de C1 d’un club français.", + "title": "Valérie Pécresse, première femme investie par la droite pour la présidentielle : récit d’une victoire remportée au terme d’une campagne « méthodique »", + "description": "La présidente de la région Ile-de-France a remporté le second tour face à Eric Ciotti, par 60,95 % des voix contre 39,05 %. L’aboutissement d’une campagne offensive, où elle a refusé de se voir battue d’avance.", + "content": "La présidente de la région Ile-de-France a remporté le second tour face à Eric Ciotti, par 60,95 % des voix contre 39,05 %. L’aboutissement d’une campagne offensive, où elle a refusé de se voir battue d’avance.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/07/hockey-sur-glace-les-dragons-de-rouen-a-l-assaut-d-un-quart-de-finale-historique-en-ligue-des-champions_6105028_3242.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/04/election-presidentielle-2022-valerie-pecresse-premiere-femme-du-parti-les-republicains-candidate-a-l-elysee_6104724_6059010.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 13:00:02 +0100", + "pubDate": "Sat, 04 Dec 2021 14:37:32 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "804618729bccd54945a538b7f861984d" + "hash": "03c298f4d1a9e7a1ed5ceb844f77bb44" }, { - "title": "Services publics, difficultés à l’hôpital, cumul des mandats... : Emmanuel Macron en déplacement dans le Cher pour évoquer les « problèmes du quotidien »", - "description": "A quatre mois de l’élection présidentielle, le président de la République effectue mardi à Vierzon sa première étape d’un déplacement de deux jours consacré aux « problèmes du quotidien », notamment dans les villes petites et moyennes des départements ruraux.", - "content": "A quatre mois de l’élection présidentielle, le président de la République effectue mardi à Vierzon sa première étape d’un déplacement de deux jours consacré aux « problèmes du quotidien », notamment dans les villes petites et moyennes des départements ruraux.", + "title": "Les géants de l’armement épargnés par la crise économique due au Covid-19", + "description": "Les ventes militaires des cent plus grands groupes du secteur ont augmenté de 1,3 % en 2020, alors que dans le même temps l’économie mondiale chutait de plus de 3 %.", + "content": "Les ventes militaires des cent plus grands groupes du secteur ont augmenté de 1,3 % en 2020, alors que dans le même temps l’économie mondiale chutait de plus de 3 %.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/07/emmanuel-macron-en-deplacement-dans-le-cher-pour-evoquer-les-problemes-du-quotidien_6105027_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/06/les-geants-de-l-armement-epargnes-par-la-crise-economique-du-covid-19_6104845_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 12:56:03 +0100", + "pubDate": "Mon, 06 Dec 2021 00:50:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272380,16 +298195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "98b5a84b0a14a22cfe8fccf621fb6364" + "hash": "3dcc226035a99c8bb5f5c66fcb3eca23" }, { - "title": "Au Venezuela, nouvelle élection en vue dans le fief d’Hugo Chavez", - "description": "Le candidat de l’opposition, arrivé en tête dans l’Etat de Barinas, le 22 novembre, a dénoncé un « coup d’Etat constitutionnel ».", - "content": "Le candidat de l’opposition, arrivé en tête dans l’Etat de Barinas, le 22 novembre, a dénoncé un « coup d’Etat constitutionnel ».", + "title": "Présidentielle : Delphine Batho nommée porte-parole de Yannick Jadot", + "description": "La députée des Deux-Sèvres remplace Matthieu Orphelin, un proche de l’ancien ministre Nicolas Hulot qui avait été mis « en retrait de ses responsabilités » le 27 novembre.", + "content": "La députée des Deux-Sèvres remplace Matthieu Orphelin, un proche de l’ancien ministre Nicolas Hulot qui avait été mis « en retrait de ses responsabilités » le 27 novembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/07/au-venezuela-nouvelle-election-en-vue-dans-le-fief-d-hugo-chavez_6105026_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/05/presidentielle-delphine-batho-nommee-porte-parole-de-yannick-jadot_6104838_823448.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 12:51:51 +0100", + "pubDate": "Sun, 05 Dec 2021 23:36:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272400,16 +298215,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "922737240d6517976fbecff7c5a9039f" + "hash": "275049d2c43fab8b00eb6671cee41477" }, { - "title": "Enquête | L’université Paris-VIII critiquée pour son action jugée insuffisante contre les violences sexuelles", - "description": "Après le témoignage d’une étudiante accusant d’agression un enseignant, la direction de l’établissement se voit mise en cause par des professeurs et des étudiants pour son attentisme.", - "content": "Après le témoignage d’une étudiante accusant d’agression un enseignant, la direction de l’établissement se voit mise en cause par des professeurs et des étudiants pour son attentisme.", + "title": "Foot : Claude Puel, l’entraîneur de Saint-Etienne, mis à pied", + "description": "Toujours dernier du championnat de France, le technicien de 60 ans n’a pas résisté à la troisième défaite de rang de l’ASSE, la neuvième de la saison.", + "content": "Toujours dernier du championnat de France, le technicien de 60 ans n’a pas résisté à la troisième défaite de rang de l’ASSE, la neuvième de la saison.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/07/a-paris-viii-des-professeurs-et-des-etudiants-soulignent-des-insuffisances-face-aux-violences-sexuelles_6105018_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/05/foot-claude-puel-l-entraineur-de-saint-etienne-mis-a-pied_6104834_3242.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 12:18:32 +0100", + "pubDate": "Sun, 05 Dec 2021 21:36:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272420,16 +298235,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68b58c784b820a58a30ca91a7a825eec" + "hash": "1d6e041dcfb71c0e9aa2ea30f7af00e7" }, { - "title": "En Inde, Poutine et Modi réaffirment leur pacte militaire", - "description": "Egalement partenaire de l’Europe et des Etats-Unis, New Delhi s’efforce de ménager l’ensemble de ses alliés face aux bouleversements géopolitiques de la région.", - "content": "Egalement partenaire de l’Europe et des Etats-Unis, New Delhi s’efforce de ménager l’ensemble de ses alliés face aux bouleversements géopolitiques de la région.", + "title": "Election présidentielle 2022 : Olivier Ubéda, le maître image d’Eric Zemmour", + "description": "A la fois directeur des événements, conseiller en communication et responsable des relations presse, il met en musique la campagne du candidat d’extrême droite. Très endetté, il veut faire oublier qu’il n’a plus le droit de diriger une entreprise pendant dix ans.", + "content": "A la fois directeur des événements, conseiller en communication et responsable des relations presse, il met en musique la campagne du candidat d’extrême droite. Très endetté, il veut faire oublier qu’il n’a plus le droit de diriger une entreprise pendant dix ans.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/07/en-inde-poutine-et-modi-reaffirment-leur-pacte-militaire_6105021_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/election-presidentielle-2022-olivier-ubeda-le-maitre-image-d-eric-zemmour_6104771_6059010.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 12:21:37 +0100", + "pubDate": "Sun, 05 Dec 2021 04:26:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272440,16 +298255,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32d9e4557c815349798a551b78f6cc34" + "hash": "9f7757ea69606d64bc4038f0000f61db" }, { - "title": "Au Bénin, l’opposant Joël Aïvo, condamné à dix ans de prison, dénonce une « vengeance politique »", - "description": "Le professeur de droit constitutionnel, candidat à la présidentielle d’avril, a été reconnu coupable de « blanchiment de capitaux » et « atteinte à la sûreté de l’Etat ».", - "content": "Le professeur de droit constitutionnel, candidat à la présidentielle d’avril, a été reconnu coupable de « blanchiment de capitaux » et « atteinte à la sûreté de l’Etat ».", + "title": "Pollution de l’eau : un plan de lutte contre les nitrates sans ambition", + "description": "Non contraignant, le septième plan de lutte contre les nitrates d’origine agricole, présenté vendredi aux membres du Conseil national de l’eau, pourrait s’avérer aussi inefficace que les six précédents.", + "content": "Non contraignant, le septième plan de lutte contre les nitrates d’origine agricole, présenté vendredi aux membres du Conseil national de l’eau, pourrait s’avérer aussi inefficace que les six précédents.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/07/au-benin-l-opposant-joel-aivo-condamne-a-dix-ans-de-prison-denonce-une-vengeance-politique_6105020_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/05/pollution-de-l-eau-un-nouveau-plan-sans-ambition-de-lutte-contre-les-nitrates_6104767_3244.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 12:21:14 +0100", + "pubDate": "Sun, 05 Dec 2021 03:16:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272460,36 +298275,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "c3750e2ccebb7958b02e962194cd7788" + "hash": "30d38533bdb0ba6068a14f1b92233ad8" }, { - "title": "L’éruption du volcan Semeru, en Indonésie, fait au moins 34 morts", - "description": "Point culminant de l’île de Java, le Semeru est entré en éruption samedi, provoquant des coulées de boue brûlante. Plus de 3 500 habitants ont dû être évacués.", - "content": "Point culminant de l’île de Java, le Semeru est entré en éruption samedi, provoquant des coulées de boue brûlante. Plus de 3 500 habitants ont dû être évacués.", + "title": "Des énigmatiques traces de pas vieilles de 3,6 millions d’années", + "description": "En Tanzanie, à côté d’empreintes attribuées à des congénères de l’australopithèque Lucy, des pas laissés dans de la cendre sont interprétés comme ceux d’une espèce inconnue de primate préhumain.", + "content": "En Tanzanie, à côté d’empreintes attribuées à des congénères de l’australopithèque Lucy, des pas laissés dans de la cendre sont interprétés comme ceux d’une espèce inconnue de primate préhumain.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/07/l-eruption-du-volcan-semeru-en-indonesie-fait-au-moins-34-morts_6105017_3244.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/04/saga-autour-d-enigmatiques-traces-de-pas-vieilles-de-3-6-millions-d-annees_6104739_1650684.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 12:01:50 +0100", + "pubDate": "Sat, 04 Dec 2021 17:00:08 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "7f0cbb82cf135e99b41c21ce2c4d2734" + "hash": "28c1d962ef05b7119a8c261845b32c5e" }, { - "title": "Marc Goua, ancien député PS mis en cause par la justice, quitte la vie politique", - "description": "Maire de Trélazé (Maine-et-Loire) depuis 1995, l’octogénaire a pris sa décision vendredi après une audience en correctionnelle, dont la décision est attendue en janvier 2022.", - "content": "Maire de Trélazé (Maine-et-Loire) depuis 1995, l’octogénaire a pris sa décision vendredi après une audience en correctionnelle, dont la décision est attendue en janvier 2022.", + "title": "Au cours de leur rencontre, le président français et le prince héritier saoudien ont posé des jalons pour une initiative commune en faveur du Liban.", + "description": "Le président français est l’un des premiers dirigeants occidentaux à rencontrer le prince héritier Mohammed Ben Salman depuis l’assassinat, en 2018, du journaliste saoudien Jamal Khashoggi.", + "content": "Le président français est l’un des premiers dirigeants occidentaux à rencontrer le prince héritier Mohammed Ben Salman depuis l’assassinat, en 2018, du journaliste saoudien Jamal Khashoggi.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/07/mis-en-cause-par-la-justice-l-ancien-depute-ps-marc-goua-quitte-la-vie-politique_6105016_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/04/emmanuel-macron-entame-une-visite-contestee-en-arabie-saoudite_6104714_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 11:56:08 +0100", + "pubDate": "Sat, 04 Dec 2021 12:05:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272500,36 +298315,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "9524bd55241b75b26300dfbaddc2c471" + "hash": "e0cee58f2cb24379589b0e00e6d3f09e" }, { - "title": "Devant la cour d’assises de l’Hérault, Daniel Malgouyres clame son innocence : « Je n’étais pas dans la combine »", - "description": "Accusé d’un meurtre, d’une tentative de meurtre et de tentative d’extorsion avec arme contre son épouse dans un cambriolage qui a mal tourné, le propriétaire du Jardin de Saint-Adrien a maintenu, mardi, ne pas avoir recruté les braqueurs.", - "content": "Accusé d’un meurtre, d’une tentative de meurtre et de tentative d’extorsion avec arme contre son épouse dans un cambriolage qui a mal tourné, le propriétaire du Jardin de Saint-Adrien a maintenu, mardi, ne pas avoir recruté les braqueurs.", + "title": "Biathlon : tir groupé des Françaises sur le podium de la poursuite à Ostersund", + "description": "Brillantes au tir, Anaïs Bescond et Anaïs Chevalier-Bouchet terminent deuxième et troisième en Suède, derrière la Norvégienne Marte Olsbu Roiseland.", + "content": "Brillantes au tir, Anaïs Bescond et Anaïs Chevalier-Bouchet terminent deuxième et troisième en Suède, derrière la Norvégienne Marte Olsbu Roiseland.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/08/devant-la-cour-d-assises-de-l-herault-daniel-malgouyres-clame-son-innocence-je-n-etais-pas-dans-la-combine_6105093_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/04/biathlon-tir-groupe-des-francaises-sur-le-podium-de-la-poursuite-a-ostersund_6104732_3242.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 02:21:51 +0100", + "pubDate": "Sat, 04 Dec 2021 15:34:51 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "228aa01883ef5e7a1b980920d2357e53" + "hash": "419a9003b740d0c9107eb7feb59e2958" }, { - "title": "L’allongement du délai légal de recours à l’IVG sera examiné en janvier au Sénat", - "description": "Cette inscription surprise, alors que l’exécutif a longtemps tergiversé sur le sujet, va permettre au texte de poursuivre son parcours législatif et laisse entrevoir une adoption d’ici à la fin de la mandature.", - "content": "Cette inscription surprise, alors que l’exécutif a longtemps tergiversé sur le sujet, va permettre au texte de poursuivre son parcours législatif et laisse entrevoir une adoption d’ici à la fin de la mandature.", + "title": "Mort de Lawrence Weiner, l’un des pères de l’art conceptuel", + "description": "Autodidacte, l’artiste américain Lawrence Weiner est mort à New York, jeudi 2 décembre, à l’âge de 79 ans.", + "content": "Autodidacte, l’artiste américain Lawrence Weiner est mort à New York, jeudi 2 décembre, à l’âge de 79 ans.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/07/le-texte-sur-l-allongement-de-la-duree-du-delai-legal-de-recours-a-l-ivg-sera-examine-en-janvier-au-senat_6105013_3224.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/04/mort-de-lawrence-weiner-l-un-des-peres-de-l-art-conceptuel_6104731_3246.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 11:22:41 +0100", + "pubDate": "Sat, 04 Dec 2021 15:18:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272540,36 +298355,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "2adf77d2b9b38a315a1471f193c7e978" + "hash": "872701339e585650c48cdbc56809f920" }, { - "title": "Après le premier confinement, vous avez décidé de vivre en communauté, racontez-nous", - "description": "Vous avez choisi un autre modèle de vie, expliquez-nous ce qui vous a décidé à passer à l’action et comment vous vivez cette expérience.", - "content": "Vous avez choisi un autre modèle de vie, expliquez-nous ce qui vous a décidé à passer à l’action et comment vous vivez cette expérience.", + "title": "Congrès des Républicains : Eric Ciotti perd l’investiture mais gagne la bataille des idées", + "description": "Le député des Alpes-Maritimes a été battu au second tour. Mais sa ligne très à droite, proche parfois de celle d’Eric Zemmour, s’est imposée au sein de sa famille politique.", + "content": "Le député des Alpes-Maritimes a été battu au second tour. Mais sa ligne très à droite, proche parfois de celle d’Eric Zemmour, s’est imposée au sein de sa famille politique.", "category": "", - "link": "https://www.lemonde.fr/societe/appel-temoignages/2021/12/07/apres-le-premier-confinement-vous-avez-decide-de-vivre-en-communaute-racontez-nous_6105002_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/04/election-presidentielle-2022-eric-ciotti-perd-l-investiture-lr-mais-gagne-la-bataille-des-idees_6104725_6059010.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 10:26:02 +0100", + "pubDate": "Sat, 04 Dec 2021 14:39:09 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "90ce784a058681b7a5afa516419de60e" + "hash": "8146beab1e29fbc9d0ad43f24112de23" }, { - "title": "La contestation monte contre la réforme de l’asile de Boris Johnson", - "description": "Dénoncé par les ONG et les travaillistes comme une loi « antiréfugiés », le projet de loi « nationalité et frontières » est examiné au Parlement.", - "content": "Dénoncé par les ONG et les travaillistes comme une loi « antiréfugiés », le projet de loi « nationalité et frontières » est examiné au Parlement.", + "title": "Les Républicains : Valérie Pécresse désignée candidate du parti pour l’élection présidentielle", + "description": "La présidente de la région Ile-de-France a remporté le second tour du congrès de LR, face à Eric Ciotti.", + "content": "La présidente de la région Ile-de-France a remporté le second tour du congrès de LR, face à Eric Ciotti.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/07/la-contestation-monte-contre-la-reforme-de-l-asile-de-boris-johnson_6105000_3210.html", + "link": "https://www.lemonde.fr/politique/live/2021/12/04/congres-des-republicains-suivez-en-direct-les-resultats-du-second-tour_6104715_823448.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 10:17:04 +0100", + "pubDate": "Sat, 04 Dec 2021 12:32:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272580,16 +298395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c2710fb81e7af01be945413c86d1ec1b" + "hash": "f5fe94592c879f9e4aa1fb348913a6dc" }, { - "title": "Variant Omicron : le Nigeria juge « discriminatoire » l’interdiction de voyage décrétée par le Royaume-Uni", - "description": "Abuja considère cette décision « injuste, inéquitable, punitive, indéfendable et qui n’est pas motivée par la science ou même le bon sens ».", - "content": "Abuja considère cette décision « injuste, inéquitable, punitive, indéfendable et qui n’est pas motivée par la science ou même le bon sens ».", + "title": "A Athènes, les conseils du pape François face au « recul de la démocratie »", + "description": "Arrivé dans la capitale grecque, le pape a inséré le thème des réfugiés dans une réflexion plus globale sur la politique : « Parce que la politique est une chose bonne, elle doit l’être dans la pratique ».", + "content": "Arrivé dans la capitale grecque, le pape a inséré le thème des réfugiés dans une réflexion plus globale sur la politique : « Parce que la politique est une chose bonne, elle doit l’être dans la pratique ».", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/07/variant-omicron-le-nigeria-juge-discriminatoire-l-interdiction-de-voyage-decretee-par-le-royaume-uni_6104999_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/12/04/a-athenes-les-conseils-du-pape-francois-face-au-recul-de-la-democratie_6104722_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 10:14:47 +0100", + "pubDate": "Sat, 04 Dec 2021 14:13:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272600,16 +298415,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5641619ad8ad4b3f72b84ade3fb577fe" + "hash": "07124483c04fa806737f658cfa06a344" }, { - "title": "Covid-19 : l’école face au défi du dépistage massif des enfants", - "description": "Le gouvernement, qui a annoncé lundi le relèvement du protocole sanitaire au niveau 3, veut maintenir le plus possible les classes ouvertes, en s’appuyant sur la systématisation des tests. La communauté éducative s’interroge sur la faisabilité de cette stratégie.", - "content": "Le gouvernement, qui a annoncé lundi le relèvement du protocole sanitaire au niveau 3, veut maintenir le plus possible les classes ouvertes, en s’appuyant sur la systématisation des tests. La communauté éducative s’interroge sur la faisabilité de cette stratégie.", + "title": "Kamala Harris à l’heure du doute : la vice-présidente américaine ne parvient pas à incarner l’après-Biden", + "description": "Première femme à ce poste, l’ancienne sénatrice de Californie peine à imposer sa voix à la Maison Blanche. La presse scrute ses moindres écarts et maladresses.", + "content": "Première femme à ce poste, l’ancienne sénatrice de Californie peine à imposer sa voix à la Maison Blanche. La presse scrute ses moindres écarts et maladresses.", "category": "", - "link": "https://www.lemonde.fr/education/article/2021/12/07/covid-19-l-ecole-face-au-defi-du-depistage_6104964_1473685.html", + "link": "https://www.lemonde.fr/international/article/2021/12/04/aux-etats-unis-la-vice-presidente-kamala-harris-a-l-heure-du-doute_6104673_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 04:57:42 +0100", + "pubDate": "Sat, 04 Dec 2021 02:21:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272620,16 +298435,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ac22b033fcd337bbd21ede28e547c70c" + "hash": "a41ebe5e53d2eec00a1e83792b1cf030" }, { - "title": "« Le Monde » vous répond en direct sur sa ligne éditoriale, sa gouvernance et la vie de sa rédaction", - "description": "Comme tous les premiers mardis du mois, retrouvez Gilles van Kote, le directeur délégué aux relations avec les lecteurs, pour une heure de questions et de réponses sur tous les sujets que « Le Monde » vous inspire.", - "content": "Comme tous les premiers mardis du mois, retrouvez Gilles van Kote, le directeur délégué aux relations avec les lecteurs, pour une heure de questions et de réponses sur tous les sujets que « Le Monde » vous inspire.", + "title": "Les parents de l’adolescent qui a ouvert le feu, mardi, ont été arrêtés samedi.", + "description": "Un adolescent de 15 ans a ouvert le feu dans un lycée d’Oxford, mardi. Quatre élèves sont morts ; six autres ont été blessés, ainsi qu’un professeur.", + "content": "Un adolescent de 15 ans a ouvert le feu dans un lycée d’Oxford, mardi. Quatre élèves sont morts ; six autres ont été blessés, ainsi qu’un professeur.", "category": "", - "link": "https://www.lemonde.fr/le-monde-et-vous/live/2021/12/07/posez-en-direct-vos-questions-sur-le-monde-sa-ligne-editoriale-sa-gouvernance-et-la-vie-de-sa-redaction_6104996_6065879.html", + "link": "https://www.lemonde.fr/international/article/2021/12/03/fusillade-dans-un-lycee-du-michigan-les-parents-du-tireur-inculpes-d-homicides-involontaires_6104647_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 10:00:13 +0100", + "pubDate": "Fri, 03 Dec 2021 19:30:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272640,16 +298455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6d8d1607a2d5c71f6ef393a8dd02d0a" + "hash": "6eb6601047fafb9378c01df696678992" }, { - "title": "Tennis : la sélection de Novak Djokovic pour l’ATP Cup à Sydney laisse présager sa participation à l’Open d’Australie", - "description": "Le numéro un mondial avait laissé planer le doute sur sa participation au prochain Grand Chelem australien, refusant de dire s’il était vacciné, condition imposée pour toute entrée dans le pays.", - "content": "Le numéro un mondial avait laissé planer le doute sur sa participation au prochain Grand Chelem australien, refusant de dire s’il était vacciné, condition imposée pour toute entrée dans le pays.", + "title": "Covid-19 : au Maroc, les espoirs déçus d’une relance du tourisme", + "description": "Depuis la suspension de tous les vols vers le royaume pour deux semaines devant la menace du variant Omicron, les annulations de réservations se multiplient.", + "content": "Depuis la suspension de tous les vols vers le royaume pour deux semaines devant la menace du variant Omicron, les annulations de réservations se multiplient.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/07/tennis-la-selection-de-novak-djokovic-pour-l-atp-cup-a-sydney-laisse-presager-sa-participation-a-l-open-d-australie_6104995_3242.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/04/covid-19-au-maroc-les-espoirs-decus-d-une-relance-du-tourisme_6104701_3212.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 09:54:01 +0100", + "pubDate": "Sat, 04 Dec 2021 09:58:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272660,16 +298475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "97ac23c2e5579466236c9368c1a62ba1" + "hash": "b07502cb8212d747bf8e6336f24f95ff" }, { - "title": "Des réfugiés rohingya poursuivent Facebook", - "description": "La plainte déposée collectivement affirme que les algorithmes de Facebook poussent certains profils d’utilisateurs vers des groupes encore plus extrémistes qu’ils ne le sont déjà.", - "content": "La plainte déposée collectivement affirme que les algorithmes de Facebook poussent certains profils d’utilisateurs vers des groupes encore plus extrémistes qu’ils ne le sont déjà.", + "title": "Après une semaine de négociations sur le nucléaire iranien, la déception des Occidentaux", + "description": "Emmanuel Macron plaide pour un élargissement des discussions aux pays du Golfe et à Israël, surtout en cas de blocage persistant.", + "content": "Emmanuel Macron plaide pour un élargissement des discussions aux pays du Golfe et à Israël, surtout en cas de blocage persistant.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/07/des-refugies-rohingya-poursuivent-facebook_6104991_4408996.html", + "link": "https://www.lemonde.fr/international/article/2021/12/04/deception-des-occidentaux-apres-une-semaine-de-negociations-a-vienne-sur-le-nucleaire-iranien_6104700_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 08:59:58 +0100", + "pubDate": "Sat, 04 Dec 2021 09:57:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272680,16 +298495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "57b3283808ec84933eb29c874036041e" + "hash": "8126887a2e6c43e442460e83ce5a13ba" }, { - "title": "Les travailleurs sociaux font grève pour partager leur désarroi", - "description": "Bas salaires, stress, perte de sens, les travailleurs sociaux appellent à la grève mardi. Les écoles de formation aux métiers du social n’attirent plus les jeunes.", - "content": "Bas salaires, stress, perte de sens, les travailleurs sociaux appellent à la grève mardi. Les écoles de formation aux métiers du social n’attirent plus les jeunes.", + "title": "La nouvelle vague de Covid-19 met sous pression des hôpitaux déjà très fragilisés", + "description": "Plus des trois quarts des patients admis en réanimation depuis la rentrée ne sont pas vaccinés. Les réactivations des plans blancs se multiplient.", + "content": "Plus des trois quarts des patients admis en réanimation depuis la rentrée ne sont pas vaccinés. Les réactivations des plans blancs se multiplient.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/07/les-travailleurs-sociaux-font-greve-pour-partager-leur-desarroi_6104990_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/04/covid-19-la-nouvelle-vague-epidemique-met-sous-pression-un-systeme-hospitalier-deja-fragilise_6104676_3244.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 08:26:55 +0100", + "pubDate": "Sat, 04 Dec 2021 03:45:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272700,16 +298515,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "803a4a226a67073a98ebc534b79382c1" + "hash": "f35b56aa8b2899678240d42156839e31" }, { - "title": "Pollution : les populations les plus riches sont les plus émettrices", - "description": "Les 10 % les plus fortunés de la planète ont pesé à eux seuls près de la moitié de toutes les émissions de dioxyde de carbone en 2019, selon le rapport du Laboratoire sur les inégalités mondiales publié mardi.", - "content": "Les 10 % les plus fortunés de la planète ont pesé à eux seuls près de la moitié de toutes les émissions de dioxyde de carbone en 2019, selon le rapport du Laboratoire sur les inégalités mondiales publié mardi.", + "title": "La Belgique tergiverse toujours sur une sortie du nucléaire", + "description": "Un document devait servir de base à une décision sur la fermeture du parc belge. Des divergences au sein de la coalition dirigée par le libéral flamand Alexander De Croo ont entraîné le renvoi du problème à plus tard.", + "content": "Un document devait servir de base à une décision sur la fermeture du parc belge. Des divergences au sein de la coalition dirigée par le libéral flamand Alexander De Croo ont entraîné le renvoi du problème à plus tard.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/07/pollution-les-populations-les-plus-riches-sont-les-plus-emettrices_6104988_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/04/la-belgique-tergiverse-toujours-sur-une-sortie-du-nucleaire_6104692_3234.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 07:00:12 +0100", + "pubDate": "Sat, 04 Dec 2021 08:24:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272720,16 +298535,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24989f057c3f82eed35be5addcd5cf77" + "hash": "8cca0e3a81e8820bd447f8e7216c8115" }, { - "title": "Les disparités de patrimoine se creusent en France", - "description": "Au-delà des aides d’urgence liées à la pandémie de Covid-19, les mesures prises pendant le quinquennat Macron ont surtout profité aux plus aisés.", - "content": "Au-delà des aides d’urgence liées à la pandémie de Covid-19, les mesures prises pendant le quinquennat Macron ont surtout profité aux plus aisés.", + "title": "Brésil : une nouvelle enquête fédérale ouverte contre Jair Bolsonaro", + "description": "Il est reproché au président brésilien d’avoir propagé une fausse information dans une vidéo où il affirme que le vaccin contre le Covid-19 peut donner le sida.", + "content": "Il est reproché au président brésilien d’avoir propagé une fausse information dans une vidéo où il affirme que le vaccin contre le Covid-19 peut donner le sida.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/07/les-disparites-de-patrimoine-se-creusent-en-france_6104987_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/12/04/bresil-une-nouvelle-enquete-federale-ouverte-contre-jair-bolsonaro_6104684_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 07:00:11 +0100", + "pubDate": "Sat, 04 Dec 2021 06:53:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272740,16 +298555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "54c6e698760e6dbde5c107f2696c4439" + "hash": "95f874c715f9cf3a270eb2e42688b86b" }, { - "title": "Revenus, éducation, santé, genre, climat : une radiographie inédite des inégalités mondiales", - "description": "Le nouveau rapport du Laboratoire sur les inégalités mondiales, publié mardi, dévoile une radiographie inédite des disparités de richesse depuis le XIXe siècle dans le monde, mais aussi des écarts de revenu femmes-hommes et des émissions carbone selon les classes sociales. « Le Monde » lui consacre une large couverture.", - "content": "Le nouveau rapport du Laboratoire sur les inégalités mondiales, publié mardi, dévoile une radiographie inédite des disparités de richesse depuis le XIXe siècle dans le monde, mais aussi des écarts de revenu femmes-hommes et des émissions carbone selon les classes sociales. « Le Monde » lui consacre une large couverture.", + "title": "En Guadeloupe, plus de soixante condamnations pour « actions violentes et illégales » depuis le début de la crise", + "description": "Plus de soixante-dix personnes ont été jugées, et soixante-quatre condamnées pour leur participation à des actions violentes. Le parquet vante le « choix de la “tolérance zéro” ».", + "content": "Plus de soixante-dix personnes ont été jugées, et soixante-quatre condamnées pour leur participation à des actions violentes. Le parquet vante le « choix de la “tolérance zéro” ».", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/07/revenus-education-sante-genre-climat-la-pandemie-de-covid-19-a-exacerbe-un-peu-plus-encore-les-inegalites-mondiales_6104984_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/04/guadeloupe-plus-de-soixante-condamnations-prononcees-depuis-le-debut-de-la-crise_6104680_3224.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 06:58:23 +0100", + "pubDate": "Sat, 04 Dec 2021 05:26:57 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272760,16 +298575,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c8570cf4fdef67e69585a83cf5558952" + "hash": "0bc761396aba2305fe46caf0636ece3a" }, { - "title": "A la Guadeloupe, sept personnes interpellées après de nouveaux incidents entre manifestants et forces de l’ordre", - "description": "Un homme qui avait été arrêté pendant le week-end en possession d’une arme à feu dérobée dans une armurerie lors de pillages a, lui, été condamné à six mois de prison ferme pour « recel ».", - "content": "Un homme qui avait été arrêté pendant le week-end en possession d’une arme à feu dérobée dans une armurerie lors de pillages a, lui, été condamné à six mois de prison ferme pour « recel ».", + "title": "Soudan : le secrétaire général de l’ONU appelle les autorités à respecter la liberté de la presse", + "description": "Dans un rapport remis vendredi au Conseil de sécurité, Antonio Guterres a jugé le contexte « de plus en plus hostile aux journalistes » et appelé à la libération immédiate des personnes « détenues arbitrairement ».", + "content": "Dans un rapport remis vendredi au Conseil de sécurité, Antonio Guterres a jugé le contexte « de plus en plus hostile aux journalistes » et appelé à la libération immédiate des personnes « détenues arbitrairement ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/07/a-la-guadeloupe-sept-personnes-interpellees-apres-de-nouveaux-incidents-entre-manifestants-et-forces-de-l-ordre_6104981_3224.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/04/soudan-le-secretaire-general-de-l-onu-appelle-les-autorites-a-respecter-la-liberte-de-la-presse_6104677_3212.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 06:16:23 +0100", + "pubDate": "Sat, 04 Dec 2021 03:49:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272780,16 +298595,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b1ae764b821a262b215685d49b18712" + "hash": "9d3c48d38bdbb2f6ea92ae3ea0cc318d" }, { - "title": "A sa propre demande, les Grammy Awards retirent le rappeur Drake des nominations de l’édition 2022", - "description": "Aucune explication n’a été officiellement donnée, mais la star canadienne, en lice pour deux prix de la catégorie rap, a été ignorée dans les catégories généralistes, de loin les plus en vue.", - "content": "Aucune explication n’a été officiellement donnée, mais la star canadienne, en lice pour deux prix de la catégorie rap, a été ignorée dans les catégories généralistes, de loin les plus en vue.", + "title": "L’ONU se dirige vers la fin des opérations contre la piraterie menées au large de la Somalie", + "description": "Le pays a demandé à retrouver sa pleine souveraineté sur ses eaux territoriales. Les opérations menées sous l’égide des Nations unies devraient prendre fin d’ici trois mois, selon une résolution du Conseil de sécurité votée vendredi.", + "content": "Le pays a demandé à retrouver sa pleine souveraineté sur ses eaux territoriales. Les opérations menées sous l’égide des Nations unies devraient prendre fin d’ici trois mois, selon une résolution du Conseil de sécurité votée vendredi.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/07/a-sa-propre-demande-les-grammy-awards-retirent-le-rappeur-drake-des-nominations-de-l-edition-2022_6104961_3246.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/04/l-onu-se-dirige-vers-la-fin-des-operations-antipiraterie-menees-au-large-de-la-somalie_6104674_3212.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 04:39:50 +0100", + "pubDate": "Sat, 04 Dec 2021 02:22:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272800,16 +298615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fe9b7f46ead6f9e2889d0e4bf9094ff8" + "hash": "26b7b035cd23d7160df9e305066cf43f" }, { - "title": "« Même les voyageurs entièrement vaccinés peuvent courir le risque d’attraper et de propager les variants », a expliqué la principale agence sanitaire américaine, qui a établi une liste d’une dizaine de pays à éviter.", - "description": "« Même les voyageurs entièrement vaccinés peuvent courir le risque d’attraper et de propager les variants », a expliqué la principale agence sanitaire américaine, qui a établi une liste d’une dizaine de nouveaux pays à éviter.", - "content": "« Même les voyageurs entièrement vaccinés peuvent courir le risque d’attraper et de propager les variants », a expliqué la principale agence sanitaire américaine, qui a établi une liste d’une dizaine de nouveaux pays à éviter.", + "title": "L’ordinateur sur lequel est né Wikipedia mis aux enchères", + "description": "L’iMac personnel que Jimmy Wales utilisait, en janvier 2001, au moment du lancement de l’encyclopédie participative ainsi qu’un NFT de la première page du site sont mis en vente par Christie’s jusqu’au 15 décembre.", + "content": "L’iMac personnel que Jimmy Wales utilisait, en janvier 2001, au moment du lancement de l’encyclopédie participative ainsi qu’un NFT de la première page du site sont mis en vente par Christie’s jusqu’au 15 décembre.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/06/covid-19-le-maire-de-new-york-impose-la-vaccination-obligatoire-pour-tout-le-secteur-prive_6104924_3244.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/04/l-ordinateur-sur-lequel-est-ne-wikipedia-mis-aux-encheres_6104671_4408996.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 16:13:52 +0100", + "pubDate": "Sat, 04 Dec 2021 01:42:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272820,16 +298635,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b643608576578c6f32c499b53fb08dfa" + "hash": "9311a6b1a260104aac7d75af4cfb4035" }, { - "title": "Le gouvernement Biden porte plainte contre le Texas, accusé d’un découpage électoral discriminant pour les minorités", - "description": "Le ministère de la justice estime que l’Etat républicain a redessiné ses circonscriptions électorales de manière à diluer le vote des populations noires et hispaniques.", - "content": "Le ministère de la justice estime que l’Etat républicain a redessiné ses circonscriptions électorales de manière à diluer le vote des populations noires et hispaniques.", + "title": "Angèle, un deuxième album en terrain conquis", + "description": "Autocentré et aérien, le « Nonante-Cinq » de la chanteuse belge s’inscrit dans la continuité de son précédent opus.", + "content": "Autocentré et aérien, le « Nonante-Cinq » de la chanteuse belge s’inscrit dans la continuité de son précédent opus.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/07/le-gouvernement-biden-porte-plainte-contre-le-texas-accuse-d-un-decoupage-electoral-discriminant-pour-les-minorites_6104958_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/04/angele-un-deuxieme-album-en-terrain-conquis_6104663_3246.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 02:41:34 +0100", + "pubDate": "Sat, 04 Dec 2021 00:15:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272840,16 +298655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d6e5c7e89f3d4e589674da343575fd9" + "hash": "b53b2812258e6e0eca2d69b4d0501a9e" }, { - "title": "BuzzFeed chahuté pour son introduction à la Bourse de New York", - "description": "Après avoir bondi de 53 % en cours de séance, le média en ligne a clôturé sur une lourde baisse de 11 %, lundi, pour son premier jour de cotation à Wall Street. En cause : la récente déconvenue des SPAC, mais aussi des performances en dessous des attentes.", - "content": "Après avoir bondi de 53 % en cours de séance, le média en ligne a clôturé sur une lourde baisse de 11 %, lundi, pour son premier jour de cotation à Wall Street. En cause : la récente déconvenue des SPAC, mais aussi des performances en dessous des attentes.", + "title": "La France évacue 258 Afghans de Kaboul", + "description": "Ces personnes faisaient l’objet de menaces en raison de leurs engagements ou de leur lien avec la France, a expliqué le ministère des affaires étrangères. Ils ont été transportés à Doha, au Qatar, en attendant d’être rapatriés en France.", + "content": "Ces personnes faisaient l’objet de menaces en raison de leurs engagements ou de leur lien avec la France, a expliqué le ministère des affaires étrangères. Ils ont été transportés à Doha, au Qatar, en attendant d’être rapatriés en France.", "category": "", - "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/07/buzzfeed-chahute-pour-son-introduction-a-la-bourse-de-new-york_6104957_3236.html", + "link": "https://www.lemonde.fr/international/article/2021/12/04/la-france-evacue-258-afghans-de-kaboul_6104662_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 01:45:10 +0100", + "pubDate": "Sat, 04 Dec 2021 00:05:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272860,16 +298675,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "82bb505f759335927b1eeb3c4cbd1f92" + "hash": "ab0a8d975da5edbf1e244072240d1569" }, { - "title": "Face aux manœuvres russes, cinq grandes puissances, dont la France, déterminées à ce que la « souveraineté » de l’Ukraine « soit respectée »", - "description": "Alors que la Russie est accusée de préparer une attaque sur son voisin, Paris, Londres, Rome, Berlin et Washington ont rappelé la nécessité que Moscou se réengage dans les négociations avec Kiev.", - "content": "Alors que la Russie est accusée de préparer une attaque sur son voisin, Paris, Londres, Rome, Berlin et Washington ont rappelé la nécessité que Moscou se réengage dans les négociations avec Kiev.", + "title": "Covid-19 dans le monde : l’OMS n’a reçu « aucune information rapportant des décès liés à Omicron »", + "description": "Alors qu’à ce jour le nouveau variant du SARS-CoV-2 a été détecté dans trente-huit pays, l’OMS juge « probable » qu’il se répande au niveau mondial. Il est déjà dominant en Afrique du Sud, où il avait été détecté pour la première fois.", + "content": "Alors qu’à ce jour le nouveau variant du SARS-CoV-2 a été détecté dans trente-huit pays, l’OMS juge « probable » qu’il se répande au niveau mondial. Il est déjà dominant en Afrique du Sud, où il avait été détecté pour la première fois.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/07/face-aux-man-uvres-russes-cinq-grandes-puissances-dont-la-france-determinees-a-ce-que-la-souverainete-de-l-ukraine-soit-respectee_6104955_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/03/covid-19-dans-le-monde-l-oms-n-a-recu-aucune-information-rapportant-des-deces-lies-a-omicron_6104661_3244.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 01:05:39 +0100", + "pubDate": "Fri, 03 Dec 2021 23:05:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272880,16 +298695,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "84ce6be13d586ea5612ff1106c9ad664" + "hash": "383a86ce93da6bf30084f67c3582b49b" }, { - "title": "Un concert annulé sous la pression de catholiques intégristes à Nantes", - "description": "Un petit groupe de radicaux a bloqué l’entrée d’une église, à Nantes, où devait se tenir mardi soir un concert programmé par le Lieu unique. Les organisateurs et plusieurs élus de la ville dénoncent une atteinte à la liberté d’expression.", - "content": "Un petit groupe de radicaux a bloqué l’entrée d’une église, à Nantes, où devait se tenir mardi soir un concert programmé par le Lieu unique. Les organisateurs et plusieurs élus de la ville dénoncent une atteinte à la liberté d’expression.", + "title": "Mondial de handball : les Françaises assurent l’essentiel contre l’Angola", + "description": "Les Bleues, championnes olympiques à Tokyo, ont battu les joueuses angolaises 30 à 20, malgré quelques approximations pour leur entrée dans la compétition.", + "content": "Les Bleues, championnes olympiques à Tokyo, ont battu les joueuses angolaises 30 à 20, malgré quelques approximations pour leur entrée dans la compétition.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/08/un-concert-annule-sous-la-pression-de-catholiques-integristes-a-nantes_6105101_3246.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/03/mondial-de-handball-les-francaises-assurent-l-essentiel-contre-l-angola_6104660_3242.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 04:48:58 +0100", + "pubDate": "Fri, 03 Dec 2021 22:25:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272900,16 +298715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aba73048c63abb8d2c791a4fbf6bb385" + "hash": "19b15d989168f66eea9b836ab4034e3e" }, { - "title": "Nouvelle-Calédonie : le Conseil d’Etat rejette la demande de report du référendum", - "description": "Des associations et des électeurs indépendantistes plaidaient que le contexte sanitaire ne permettait pas la tenue du scrutin sur l’indépendance prévu le 12 décembre.", - "content": "Des associations et des électeurs indépendantistes plaidaient que le contexte sanitaire ne permettait pas la tenue du scrutin sur l’indépendance prévu le 12 décembre.", + "title": "Le Stade rennais surclasse Saint-Etienne et grimpe à la deuxième place de Ligue 1", + "description": "Vainqueurs faciles des Stéphanois (5-0) pour la 17e journée de championnat, les Rennais s’emparent de la deuxième place, derrière le PSG.", + "content": "Vainqueurs faciles des Stéphanois (5-0) pour la 17e journée de championnat, les Rennais s’emparent de la deuxième place, derrière le PSG.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/08/nouvelle-caledonie-le-conseil-d-etat-rejette-la-demande-de-report-du-referendum_6105092_823448.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/05/ligue-1-le-stade-rennais-surclasse-saint-etienne-et-grimpe-a-la-deuxieme-place_6104815_3242.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 02:08:18 +0100", + "pubDate": "Sun, 05 Dec 2021 15:19:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272920,16 +298735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a21dcdc2263e62aecc777dc82bbf9ac3" + "hash": "4c62a7e1514cb9399de640eb8c119456" }, { - "title": "Pearl Harbor : 80 ans après, la plupart des victimes de l’« USS Oklahoma » identifiées", - "description": "Ce navire américain avait été coulé lors de l’attaque japonaise du 7 décembre 1941, causant la mort de 429 soldats. Le Pentagone a annoncé, mardi, pouvoir clore les recherches sur leur identité, grâce à des analyses ADN menées sur les ossements.", - "content": "Ce navire américain avait été coulé lors de l’attaque japonaise du 7 décembre 1941, causant la mort de 429 soldats. Le Pentagone a annoncé, mardi, pouvoir clore les recherches sur leur identité, grâce à des analyses ADN menées sur les ossements.", + "title": "Jean-Luc Mélenchon tient un meeting à Paris pour montrer qu’il peut « faire l’union par la base »", + "description": "Le candidat de La France insoumise doit rassembler 3 000 soutiens à la Défense, dimanche. Une date pas choisie au hasard, au lendemain de la candidature de Valérie Pécresse et le même jour qu’un meeting d’Eric Zemmour.", + "content": "Le candidat de La France insoumise doit rassembler 3 000 soutiens à la Défense, dimanche. Une date pas choisie au hasard, au lendemain de la candidature de Valérie Pécresse et le même jour qu’un meeting d’Eric Zemmour.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/08/pearl-harbor-80-ans-apres-la-plupart-des-victimes-de-l-uss-oklahoma-identifiees_6105088_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/jean-luc-melenchon-tient-un-meeting-a-la-defense-pour-faire-l-union-populaire_6104807_6059010.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 01:14:14 +0100", + "pubDate": "Sun, 05 Dec 2021 13:11:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272940,16 +298755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3730ed83bcfe0d1f806a339ce6350118" + "hash": "bd8cfa7860d4cef832c28d7aded7157d" }, { - "title": "Google annonce avoir été hacké", - "description": "Selon le géant de l’Internet, un million d’appareils électroniques ont été piratés. Le groupe a déposé plainte contre des hackers russes qui agiraient depuis de nombreuses années.", - "content": "Selon le géant de l’Internet, un million d’appareils électroniques ont été piratés. Le groupe a déposé plainte contre des hackers russes qui agiraient depuis de nombreuses années.", + "title": "Un premier grand meeting pour Zemmour à Villepinte et une contre-manifestation pour le faire « taire »", + "description": "L’équipe du candidat d’extrême droite s’attend à la venue de plus de 10 000 personnes. A quelques kilomètres de là, une cinquantaine d’organisations défilent pour dénoncer ce meeting. Une journée classée « à risque » par la police.", + "content": "L’équipe du candidat d’extrême droite s’attend à la venue de plus de 10 000 personnes. A quelques kilomètres de là, une cinquantaine d’organisations défilent pour dénoncer ce meeting. Une journée classée « à risque » par la police.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/08/google-annonce-avoir-ete-hacke_6105086_4408996.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/election-presidentielle-2022-eric-zemmour-veut-faire-une-demonstration-de-force-pour-son-meeting-a-villepinte_6104806_6059010.html", "creator": "", - "pubDate": "Wed, 08 Dec 2021 00:51:33 +0100", + "pubDate": "Sun, 05 Dec 2021 13:01:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272960,16 +298775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2475ab1720964ca61159c967b6241cbe" + "hash": "52690ef35d2f67fa1329187edc8b5361" }, { - "title": "Covid-19 : le Portugal ouvre la vaccination aux 5-11 ans, manifestation en Belgique contre l’obligation vaccinale des soignants", - "description": "La pandémie a fait au moins 5,26 millions de morts dans le monde depuis la fin de 2019, selon un bilan établi par l’AFP à partir de sources officielles mardi 7 décembre.", - "content": "La pandémie a fait au moins 5,26 millions de morts dans le monde depuis la fin de 2019, selon un bilan établi par l’AFP à partir de sources officielles mardi 7 décembre.", + "title": "Covid-19 : un test PCR ou antigénique négatif est désormais obligatoire pour se rendre au Royaume-Uni", + "description": "Les voyageurs arrivant doivent déjà faire un test PCR au plus tard deux jours après leur arrivée, et s’isoler jusqu’aux résultats. Cette nouvelle obligation a été très mal accueillie par l’industrie du voyage.", + "content": "Les voyageurs arrivant doivent déjà faire un test PCR au plus tard deux jours après leur arrivée, et s’isoler jusqu’aux résultats. Cette nouvelle obligation a été très mal accueillie par l’industrie du voyage.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/07/covid-19-le-portugal-ouvre-la-vaccination-aux-5-11-ans-manifestation-en-belgique-contre-l-obligation-vaccinale-des-soignants_6105075_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/05/covid-19-face-au-variant-omicron-un-test-negatif-obligatoire-pour-se-rendre-au-royaume-uni_6104801_3244.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 19:33:17 +0100", + "pubDate": "Sun, 05 Dec 2021 12:04:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -272980,16 +298795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "669ede27e0ce02432f5fc27b927c9065" + "hash": "aa6e58c7239691885c1e6bf6944610b5" }, { - "title": "Sanary-sur-Mer : un mort dans l’effondrement d’un immeuble à la suite d’une explosion", - "description": "La victime est le père d’un bébé que les pompiers ont réussi à extraire sain et sauf des décombres. La mère souffre, elle, de « blessures graves ».", - "content": "La victime est le père d’un bébé que les pompiers ont réussi à extraire sain et sauf des décombres. La mère souffre, elle, de « blessures graves ».", + "title": "Afghanistan : inquiétudes autour d’« exécutions sommaires » d’ex-policiers par les talibans", + "description": "Washington et ses alliées – dont la France – demandent l’ouverture rapide d’enquêtes après que l’ONG Human Rights Watch a fait état « des meurtres ou des disparitions dont ont été victimes 47 anciens membres des Forces nationales de sécurité afghanes » par les talibans entre août et la fin d’octobre.", + "content": "Washington et ses alliées – dont la France – demandent l’ouverture rapide d’enquêtes après que l’ONG Human Rights Watch a fait état « des meurtres ou des disparitions dont ont été victimes 47 anciens membres des Forces nationales de sécurité afghanes » par les talibans entre août et la fin d’octobre.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/07/cinq-personnes-probablement-bloquees-dans-les-decombres-apres-l-effondrement-d-un-immeuble-a-sanary-sur-mer_6104983_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/05/afghanistan-inquietudes-autour-d-executions-sommaires-d-ex-policiers-par-les-talibans_6104772_3210.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 06:38:43 +0100", + "pubDate": "Sun, 05 Dec 2021 04:36:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273000,16 +298815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6e7cde23bad31c0aab04f3ca618bc8f5" + "hash": "795af584d4062d4dcda87cb967e43d1e" }, { - "title": "Ethiopie : le gouvernement affirme avoir repris deux villes stratégiques aux rebelles tigréens", - "description": "Le pouvoir éthiopien assure avoir libéré Dessie et Kombolcha. Depuis que le premier ministre, Abiy Ahmed, a déclaré qu’il dirigerait les opérations sur le terrain, fin novembre, son gouvernement a revendiqué une série de victoires contre les Tigréens.", - "content": "Le pouvoir éthiopien assure avoir libéré Dessie et Kombolcha. Depuis que le premier ministre, Abiy Ahmed, a déclaré qu’il dirigerait les opérations sur le terrain, fin novembre, son gouvernement a revendiqué une série de victoires contre les Tigréens.", + "title": "Pollution de l’eau : un nouveau plan sans ambition de lutte contre les nitrates", + "description": "Non contraignant, le septième plan de lutte contre les nitrates d’origine agricole, présenté vendredi aux membres du Conseil national de l’eau, pourrait s’avérer aussi inefficace que les six précédents.", + "content": "Non contraignant, le septième plan de lutte contre les nitrates d’origine agricole, présenté vendredi aux membres du Conseil national de l’eau, pourrait s’avérer aussi inefficace que les six précédents.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/06/ethiopie-le-gouvernement-affirme-avoir-repris-deux-villes-strategiques-aux-rebelles_6104952_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/05/pollution-de-l-eau-un-nouveau-plan-sans-ambition-de-lutte-contre-les-nitrates_6104767_3244.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 23:02:09 +0100", + "pubDate": "Sun, 05 Dec 2021 03:16:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273020,36 +298835,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "34e1b2af4bb36b3e67e6ff80573d364e" + "hash": "6489cbb0d896a58c7b78432feb3be720" }, { - "title": "Deux journalistes de Mediapart, qui ont été frappés derrière la tête durant le meeting, ont déposé plainte lundi, selon un document consulté par l’Agence France-Presse.", - "description": "Les investigations vont porter sur des violences subies par des militants de SOS-Racisme et sur l’empoignade du candidat par un homme. Depuis dimanche, les réactions politiques se sont multipliées.", - "content": "Les investigations vont porter sur des violences subies par des militants de SOS-Racisme et sur l’empoignade du candidat par un homme. Depuis dimanche, les réactions politiques se sont multipliées.", + "title": "Indonésie : l’éruption du volcan Semeru provoque la mort de treize personnes dans l’île de Java", + "description": "Il y a plusieurs dizaines de blessés, dont beaucoup atteints de brûlures, après l’éruption, samedi, du volcan, qui a poussé beaucoup d’habitants à fuir.", + "content": "Il y a plusieurs dizaines de blessés, dont beaucoup atteints de brûlures, après l’éruption, samedi, du volcan, qui a poussé beaucoup d’habitants à fuir.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/06/violences-au-congres-d-eric-zemmour-la-droite-et-l-extreme-droite-denoncent-la-provocation-de-sos-racisme_6104889_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/05/indonesie-l-eruption-du-volcan-semeru-provoque-la-panique-et-la-fuite-de-milliers-de-riverains_6104761_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:54:09 +0100", + "pubDate": "Sun, 05 Dec 2021 01:09:53 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95505fb7f2eed39217a95f5fadbbfbb0" + "hash": "1f5704e28c3852df33d717a631423000" }, { - "title": "Covid-19 : protocole renforcé dans les écoles, fermeture des discothèques, vaccination des 5-11 ans… Ce qu’il faut retenir des annonces de Jean Castex", - "description": "Le premier ministre a énuméré diverses mesures contre la cinquième vague de Covid-19, sans vouloir recourir à des dispositions « disproportionnées ».", - "content": "Le premier ministre a énuméré diverses mesures contre la cinquième vague de Covid-19, sans vouloir recourir à des dispositions « disproportionnées ».", + "title": "En Finlande, cinq hommes arrêtés pour un projet d’« attentat d’ultradroite »", + "description": "Sous surveillance depuis une première arrestation il y a deux ans, les suspects ont été arrêtés, mardi, et placés en détention provisoire, vendredi. Il s’agit des premières arrestations pour un projet d’attentat d’extrême droite en Finlande, selon la police.", + "content": "Sous surveillance depuis une première arrestation il y a deux ans, les suspects ont été arrêtés, mardi, et placés en détention provisoire, vendredi. Il s’agit des premières arrestations pour un projet d’attentat d’extrême droite en Finlande, selon la police.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/06/covid-19-protocole-renforce-dans-les-ecoles-fermeture-des-discotheques-vaccination-des-5-11-ans-ce-qu-il-faut-retenir-des-annonces-de-jean-castex_6104949_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/03/en-finlande-cinq-hommes-arretes-pour-un-projet-d-attentat-d-ultradroite_6104659_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:59:04 +0100", + "pubDate": "Fri, 03 Dec 2021 22:09:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273060,16 +298875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d503f5211be22256ad1d6f8c0944b754" + "hash": "e2eaff1acca267b7f7f44245f926f72a" }, { - "title": "JO de Pékin : les Etats-Unis annoncent un boycottage diplomatique de la compétition", - "description": "Washington fait ce choix en raison du « génocide et des crimes contre l’humanité en cours au Xinjiang ». La Chine avait prévenu qu’une telle annonce de la part des Etats-Unis la conduirait à prendre « des contre-mesures fermes ».", - "content": "Washington fait ce choix en raison du « génocide et des crimes contre l’humanité en cours au Xinjiang ». La Chine avait prévenu qu’une telle annonce de la part des Etats-Unis la conduirait à prendre « des contre-mesures fermes ».", + "title": "Justice : le parquet requiert deux ans de prison contre le hackeur franco-israélien « Ulcan »", + "description": "Réputé pour ses canulars téléphoniques malveillants, Gregory Chelli, dit « Ulcan », était jugé en son absence, jeudi 2 et vendredi 3 décembre, pour « dénonciations mensongères » par le tribunal correctionnel de Paris.", + "content": "Réputé pour ses canulars téléphoniques malveillants, Gregory Chelli, dit « Ulcan », était jugé en son absence, jeudi 2 et vendredi 3 décembre, pour « dénonciations mensongères » par le tribunal correctionnel de Paris.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/06/jo-de-pekin-les-etats-unis-annoncent-un-boycott-diplomatique-de-la-competition_6104948_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/03/justice-le-parquet-requiert-deux-ans-de-prison-contre-le-hacker-franco-israelien-ulcan_6104658_3224.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:39:15 +0100", + "pubDate": "Fri, 03 Dec 2021 21:48:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273080,16 +298895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9fc2374dc79e0495a50c2711b7d144b" + "hash": "f243fb10ab257f45dd0edc3c3ca7fb51" }, { - "title": "L’Europe fait un premier pas pour améliorer la condition des « travailleurs pauvres »", - "description": "A défaut de pouvoir imposer un salaire minimum aux pays de l’UE, les Vingt-Sept ont adopté lundi une position commune sur de nouvelles règles européennes visant à réhausser les bas salaires.", - "content": "A défaut de pouvoir imposer un salaire minimum aux pays de l’UE, les Vingt-Sept ont adopté lundi une position commune sur de nouvelles règles européennes visant à réhausser les bas salaires.", + "title": "Le procès des sondages de l’Elysée rouvert, des réquisitions plus sévères contre Claude Guéant", + "description": "La situation financière de l’ancien secrétaire général de l’Elysée a nécessité une nouvelle audience, au terme de laquelle le Parquet national financier a alourdi ses réquisitions, réclamant une peine d’un an de prison ferme.", + "content": "La situation financière de l’ancien secrétaire général de l’Elysée a nécessité une nouvelle audience, au terme de laquelle le Parquet national financier a alourdi ses réquisitions, réclamant une peine d’un an de prison ferme.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/06/l-europe-fait-un-premier-pas-pour-lutter-contre-le-phenomene-des-travailleurs-pauvres_6104947_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/03/le-proces-des-sondages-de-l-elysee-rouvert-des-requisitions-plus-severes-contre-claude-gueant_6104654_3224.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:32:58 +0100", + "pubDate": "Fri, 03 Dec 2021 20:19:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273100,16 +298915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f8e61cd053f307a883711b0381ed8968" + "hash": "22edc06767d1f5af30c253712f3880f9" }, { - "title": "Enquête | La recherche au chevet de notre mauvais sommeil", - "description": "Près de 70 % des Français pâtissent de problèmes de sommeil. Un congrès scientifique à Lille vient de faire le point sur ce qui peut le troubler et les pistes pour le réparer. Si l’insomnie est la pathologie la plus fréquente, d’autres troubles, plus rares, sont pris en charge dans des centres spécialisés comme celui de l’hôpital de la Croix-Rousse, à Lyon.", - "content": "Près de 70 % des Français pâtissent de problèmes de sommeil. Un congrès scientifique à Lille vient de faire le point sur ce qui peut le troubler et les pistes pour le réparer. Si l’insomnie est la pathologie la plus fréquente, d’autres troubles, plus rares, sont pris en charge dans des centres spécialisés comme celui de l’hôpital de la Croix-Rousse, à Lyon.", + "title": "CNews mise en demeure par le CSA pour avoir relégué aux horaires de nuit la parole du gouvernement et de la France insoumise", + "description": "Le régulateur de l’audiovisuel reproche à la chaîne d’information, contrôlée par Vincent Bolloré, de ne pas avoir respecté ses obligations en matière de pluralisme.", + "content": "Le régulateur de l’audiovisuel reproche à la chaîne d’information, contrôlée par Vincent Bolloré, de ne pas avoir respecté ses obligations en matière de pluralisme.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/06/la-recherche-au-chevet-de-notre-mauvais-sommeil_6104937_1650684.html", + "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/03/cnews-mise-en-demeure-par-le-csa-pour-avoir-relegue-aux-horaires-de-nuit-la-parole-du-gouvernement-et-de-la-france-insoumise_6104653_3236.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 18:10:39 +0100", + "pubDate": "Fri, 03 Dec 2021 20:04:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273120,16 +298935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "591d8d3062308aee151b026f5a31691c" + "hash": "ecd6e7343436354497088ba212ecb9e7" }, { - "title": "Covid-19 : les discothèques vont fermer pendant quatre semaines à partir de vendredi, annonce Jean Castex", - "description": "Le premier ministre a expliqué, lundi 6 décembre, que « le virus circule beaucoup chez les jeunes, même vaccinés » et que « le port du masque est extrêmement difficile dans ces établissements ».", - "content": "Le premier ministre a expliqué, lundi 6 décembre, que « le virus circule beaucoup chez les jeunes, même vaccinés » et que « le port du masque est extrêmement difficile dans ces établissements ».", + "title": "Le pape François dénonce « l’histoire d’un esclavage universel » dans le parcours des migrants", + "description": "A Chypre, vendredi, le pontife a comparé les camps de réfugiés à des « lieux de détention, de torture et d’esclavage », créés par « cette civilisation développée qu’on appelle l’Occident ».", + "content": "A Chypre, vendredi, le pontife a comparé les camps de réfugiés à des « lieux de détention, de torture et d’esclavage », créés par « cette civilisation développée qu’on appelle l’Occident ».", "category": "", - "link": "https://www.lemonde.fr/politique/live/2021/12/06/covid-19-suivez-en-direct-la-conference-de-presse-de-jean-castex-et-d-olivier-veran_6104931_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/03/le-pape-francois-denonce-l-histoire-d-un-esclavage-universel-dans-le-parcours-des-migrants_6104648_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:33:39 +0100", + "pubDate": "Fri, 03 Dec 2021 19:43:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273140,16 +298955,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2027c9c0f3df3d55d04d76b8dfbb26aa" + "hash": "0cacb3110f1b710389b154a291139fb8" }, { - "title": "Pollution : un Américain produit huit fois plus de déchets plastiques qu’un Chinois", - "description": "Les Etats-Unis génèrent en moyenne 130 kilos de déchets plastiques par an et par habitant contre 15 kilos en Chine et 43 kilos en France, selon un rapport académique.", - "content": "Les Etats-Unis génèrent en moyenne 130 kilos de déchets plastiques par an et par habitant contre 15 kilos en Chine et 43 kilos en France, selon un rapport académique.", + "title": "L’implantation de cœurs artificiels suspendue « à titre temporaire » par la société française Carmat", + "description": "L’entreprise a fait état de la « survenance d’un problème qualité ayant affecté certaines de ses prothèses ». Carmat a obtenu, il y a un an, le marquage CE, ce qui lui avait permis de commercialiser son cœur artificiel en Europe.", + "content": "L’entreprise a fait état de la « survenance d’un problème qualité ayant affecté certaines de ses prothèses ». Carmat a obtenu, il y a un an, le marquage CE, ce qui lui avait permis de commercialiser son cœur artificiel en Europe.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/06/pollution-un-americain-produit-huit-fois-plus-de-dechets-plastiques-qu-un-chinois_6104941_3244.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/03/l-implantation-de-c-urs-artificiels-suspendue-a-titre-temporaire-par-la-societe-francaise-carmat_6104646_1650684.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 19:01:22 +0100", + "pubDate": "Fri, 03 Dec 2021 19:28:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273160,16 +298975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7a9dbf109873b74a90af84ed61083492" + "hash": "66b240f9d2e3972d10045336cc9bc6de" }, { - "title": "Diversité à l’écran : une enquête souligne la faible part des « non blancs » et des femmes de plus de 50 ans", - "description": "Le Collectif 50/50 a dévoilé lundi une étude, « Cinégalités », qui a analysé le genre, l’origine ou encore la catégorie socioprofessionnelle des personnages de 115 films français.", - "content": "Le Collectif 50/50 a dévoilé lundi une étude, « Cinégalités », qui a analysé le genre, l’origine ou encore la catégorie socioprofessionnelle des personnages de 115 films français.", + "title": "Eric Zemmour veut faire une démonstration de force pour son meeting à Villepinte", + "description": "Une cinquantaine d’organisations syndicales, partis et associations ont par ailleurs appelé à manifester de Barbès à la Villette pour faire « taire » le polémiste d’extrême droite, désormais candidat à l’élection présidentielle.", + "content": "Une cinquantaine d’organisations syndicales, partis et associations ont par ailleurs appelé à manifester de Barbès à la Villette pour faire « taire » le polémiste d’extrême droite, désormais candidat à l’élection présidentielle.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/06/diversite-a-l-ecran-une-enquete-pointe-la-faible-part-des-non-blancs-et-des-femmes-de-plus-de-50-ans_6104936_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/election-presidentielle-2022-eric-zemmour-veut-faire-une-demonstration-de-force-pour-son-meeting-a-villepinte_6104806_6059010.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:53:21 +0100", + "pubDate": "Sun, 05 Dec 2021 13:01:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273180,16 +298995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "37c2b86689a2acfac7e84abda3a79390" + "hash": "de713b97dd50ae120aef83293b446aa0" }, { - "title": "Maintien de l’ordre : le ministère de l’intérieur publie de nouvelles dispositions concernant la place des journalistes dans les manifestations", - "description": "Selon la nouvelle version du schéma national du maintien de l’ordre, les journalistes n’auront pas à quitter les lieux lors de la dispersion d’une manifestation. Cette obligation avait été censurée par le Conseil d’Etat en juin.", - "content": "Selon la nouvelle version du schéma national du maintien de l’ordre, les journalistes n’auront pas à quitter les lieux lors de la dispersion d’une manifestation. Cette obligation avait été censurée par le Conseil d’Etat en juin.", + "title": "Suivez en direct « Questions politiques », avec Christophe Castaner", + "description": "Le président du groupe LRM à l’Assemblée nationale, Christophe Castaner, est l’invité de France Inter, de France Télévisions et du « Monde » ce dimanche, de midi à 13 heures.", + "content": "Le président du groupe LRM à l’Assemblée nationale, Christophe Castaner, est l’invité de France Inter, de France Télévisions et du « Monde » ce dimanche, de midi à 13 heures.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/06/maintien-de-l-ordre-le-ministere-de-l-interieur-publie-de-nouvelles-dispositions-sur-la-place-des-journalistes-dans-les-manifestations_6104932_3224.html", + "link": "https://www.lemonde.fr/politique/video/2021/12/05/suivez-en-direct-questions-politiques-avec-christophe-castaner_6104802_823448.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:36:49 +0100", + "pubDate": "Sun, 05 Dec 2021 12:15:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273200,16 +299015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2de58daa5f90ce91fe929f69f6018775" + "hash": "1fb509c0bc7f5344446198e7a38f5f81" }, { - "title": "Le Medef renonce à s’installer à côté de la Bibliothèque François-Mitterrand", - "description": "Le projet, porté par le président de l’organisation patronale, Geoffroy Roux de Bézieux, a été écarté, les plus importantes fédérations y étant défavorables.", - "content": "Le projet, porté par le président de l’organisation patronale, Geoffroy Roux de Bézieux, a été écarté, les plus importantes fédérations y étant défavorables.", + "title": "Des employés du département d’Etat américain infectés par le logiciel espion Pegasus", + "description": "Le 3 novembre, le département du commerce américain a placé l’entreprise israélienne NSO Group sur une liste noire d’entreprises, soumises à d’importantes restrictions en matière d’exportations et d’importations.", + "content": "Le 3 novembre, le département du commerce américain a placé l’entreprise israélienne NSO Group sur une liste noire d’entreprises, soumises à d’importantes restrictions en matière d’exportations et d’importations.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/06/le-medef-renonce-a-s-installer-a-cote-de-la-bibliotheque-francois-mitterrand_6104930_823448.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/03/des-employes-du-departement-d-etat-americain-infectes-par-le-logiciel-espion-pegasus_6104645_4408996.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:28:24 +0100", + "pubDate": "Fri, 03 Dec 2021 19:24:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273220,16 +299035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb4b2dd7e483dc3841ed53f86746dfe2" + "hash": "3bb75027154fbf21ddc81012562b2493" }, { - "title": "Des entités françaises visées par une cyberattaque depuis le mois de février", - "description": "L’Anssi y voit la main du groupe Nobelium, déjà responsable l’an dernier du piratage de l’américain SolarWinds, et dont les liens avec la Russie sont connus. Même indirectement, il est rare que la France lie une cyberattaque à un pays.", - "content": "L’Anssi y voit la main du groupe Nobelium, déjà responsable l’an dernier du piratage de l’américain SolarWinds, et dont les liens avec la Russie sont connus. Même indirectement, il est rare que la France lie une cyberattaque à un pays.", + "title": "Radio : les surcharges de travail créent le malaise à France Bleu", + "description": "Une expertise mandatée par les syndicats dénonce les dysfonctionnements au sein des 44 stations locales de Radio France.", + "content": "Une expertise mandatée par les syndicats dénonce les dysfonctionnements au sein des 44 stations locales de Radio France.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/06/des-entites-francaises-visees-par-une-cyberattaque-depuis-le-mois-de-fevrier_6104929_4408996.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/03/radio-les-surcharges-de-travail-creent-le-malaise-a-france-bleu_6104641_3234.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 17:27:59 +0100", + "pubDate": "Fri, 03 Dec 2021 18:37:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273240,16 +299055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38a55303ccd62a549567519f15be037b" + "hash": "7b13cba66cff5e302c7a19d28b92326d" }, { - "title": "Meurtre de Jamal Khashoggi : un membre présumé du commando arrêté à l’aéroport de Roissy", - "description": "L’homme, soupçonné d’être impliqué dans l’assassinat du journaliste, en 2018, a été interpellé alors qu’il s’apprêtait à prendre un vol pour l’Arabie saoudite.", - "content": "L’homme, soupçonné d’être impliqué dans l’assassinat du journaliste, en 2018, a été interpellé alors qu’il s’apprêtait à prendre un vol pour l’Arabie saoudite.", + "title": "Le taux de participation des adhérents LR était de 61,7 %, vendredi à 18 heures, alors qu’il était de 52,8 % à la même heure lors du premier tour.", + "description": "Le scrutin, dématérialisé, s’est ouvert à 8 heures vendredi et se poursuivra jusqu’à 14 heures samedi. Le vainqueur sera annoncé à 14 h 30 lors d’une conférence de presse.", + "content": "Le scrutin, dématérialisé, s’est ouvert à 8 heures vendredi et se poursuivra jusqu’à 14 heures samedi. Le vainqueur sera annoncé à 14 h 30 lors d’une conférence de presse.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/07/meurtre-de-jamal-khashoggi-un-membre-presume-du-commando-arrete-a-l-aeroport-de-roissy_6105065_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/03/election-presidentielle-2022-lr-ouvre-le-vote-pour-departager-eric-ciotti-et-valerie-pecresse_6104585_6059010.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:34:39 +0100", + "pubDate": "Fri, 03 Dec 2021 11:36:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273260,16 +299075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7d80b400c708866bd346ba849b4394bf" + "hash": "59e7f86cf088ffcc5a60706a2ed0f2e3" }, { - "title": "Deux éditeurs annoncent la hausse du prix de certains mangas", - "description": "Cette hausse, qui va de vingt centimes à un euro, est liée à la pénurie de papier et à l’augmentation des coûts de l’impression. Pour l’heure, elle reste loin d’être généralisée.", - "content": "Cette hausse, qui va de vingt centimes à un euro, est liée à la pénurie de papier et à l’augmentation des coûts de l’impression. Pour l’heure, elle reste loin d’être généralisée.", + "title": "Election présidentielle 2022 : Ciotti et Pécresse finalistes du congrès LR, Zemmour officiellement candidat… Le récap’ politique de la semaine", + "description": "Tandis que les adhérents du parti Les Républicains ont choisi leurs finalistes pour le congrès d’investiture à l’élection présidentielle, le polémiste d’extrême droite a officialisé sa candidature, après des semaines de faux suspense.", + "content": "Tandis que les adhérents du parti Les Républicains ont choisi leurs finalistes pour le congrès d’investiture à l’élection présidentielle, le polémiste d’extrême droite a officialisé sa candidature, après des semaines de faux suspense.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/07/deux-editeurs-annoncent-la-hausse-du-prix-de-certains-mangas_6105061_4408996.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/03/election-presidentielle-2022-ciotti-et-pecresse-finalistes-du-congres-lr-zemmour-officiellement-candidat-le-recap-politique-de-la-semaine_6104632_823448.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 17:19:50 +0100", + "pubDate": "Fri, 03 Dec 2021 18:00:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273280,16 +299095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a56a67a977f4cce38f51aa347e018981" + "hash": "5a6c0efbd16667e971030a1ef4542cf2" }, { - "title": "Saint-Gobain poursuit ses acquisitions dans les matériaux durables", - "description": "Après le rachat de Chryso en mai, le groupe de matériaux de construction a annoncé lundi l’acquisition de l’américain GCP Applied Technologies pour 2 milliards d’euros.", - "content": "Après le rachat de Chryso en mai, le groupe de matériaux de construction a annoncé lundi l’acquisition de l’américain GCP Applied Technologies pour 2 milliards d’euros.", + "title": "L’infectiologue marseillais de 69 ans était visé par deux plaintes déposées par l’ordre des médecins des Bouches-du-Rhône et le conseil national de l’ordre des médecins.", + "description": "L’infectiologue marseillais de 69 ans était visé par deux plaintes déposées par l’ordre des médecins des Bouches-du-Rhône et le Conseil national de l’ordre des médecins.", + "content": "L’infectiologue marseillais de 69 ans était visé par deux plaintes déposées par l’ordre des médecins des Bouches-du-Rhône et le Conseil national de l’ordre des médecins.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/06/saint-gobain-poursuit-ses-acquisitions-dans-les-materiaux-durables_6104927_3234.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/03/le-professeur-didier-raoult-va-savoir-vendredi-s-il-est-sanctionne-par-l-ordre-des-medecins_6104575_1650684.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 16:47:03 +0100", + "pubDate": "Fri, 03 Dec 2021 10:44:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273300,16 +299115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "427afd2884cac6ec0464a496c4500d8d" + "hash": "e537e3287f8f9cd98f9d193ece8fdaf4" }, { - "title": "La peine de prison d’Aung San Suu Kyi, icône de la démocratie en Birmanie et prix Nobel de la paix, a été ramenée de quatre à deux ans, a annoncé lundi le chef de la junte.", - "description": "Il s’agit de l’une des multiples procédures engagées contre la lauréate du prix Nobel de la paix depuis le coup d’Etat militaire du 1er février en Birmanie.", - "content": "Il s’agit de l’une des multiples procédures engagées contre la lauréate du prix Nobel de la paix depuis le coup d’Etat militaire du 1er février en Birmanie.", + "title": "Philip Morris France condamné à 75 000 euros d’amende pour la promotion « illégale » de sa cigarette électronique", + "description": "Poursuivie par deux associations de lutte contre le tabac pour son dispositif de tabac chauffé IQOS, la filiale française du cigarettier a été condamnée par le tribunal correctionnel de Paris.", + "content": "Poursuivie par deux associations de lutte contre le tabac pour son dispositif de tabac chauffé IQOS, la filiale française du cigarettier a été condamnée par le tribunal correctionnel de Paris.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/06/en-birmanie-aung-san-suu-kyi-condamnee-a-quatre-ans-de-prison-par-la-junte_6104862_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/03/tabac-chauffe-philip-morris-france-condamne-a-75-000-euros-d-amende-pour-publicite-illegale_6104625_3224.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 07:25:38 +0100", + "pubDate": "Fri, 03 Dec 2021 16:43:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273320,16 +299135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3f9d410ed970a87a1a950c9cac6a6d5f" + "hash": "e36459c1343717e20a6aadb008407c42" }, { - "title": "Démission de l’archevêque Michel Aupetit : le pape François explique sa décision, en raison de « commérages »", - "description": "Quatre jours après avoir accepté la démission de l’archevêque de Paris, le chef de l’Eglise catholique a explicité sa décision, lundi 6 décembre.", - "content": "Quatre jours après avoir accepté la démission de l’archevêque de Paris, le chef de l’Eglise catholique a explicité sa décision, lundi 6 décembre.", + "title": "Sexisme en politique : le « dévoilement » en est à « un tout petit stade », selon le collectif #metoopolitique", + "description": "« La réaction la plus épouvantable, c’est celle du président de la République », a fustigé la militante féministe Alice Coffin, alors qu’Emmanuel Macron n’avait souhaité mercredi ni « complaisance » ni « inquisition », à propos des accusations d’agressions sexuelles et de viol visant Nicolas Hulot.", + "content": "« La réaction la plus épouvantable, c’est celle du président de la République », a fustigé la militante féministe Alice Coffin, alors qu’Emmanuel Macron n’avait souhaité mercredi ni « complaisance » ni « inquisition », à propos des accusations d’agressions sexuelles et de viol visant Nicolas Hulot.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/06/commerages-et-petites-caresses-le-pape-francois-explique-la-demission-de-mgr-michel-aupetit_6104922_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/03/sexisme-le-devoilement-en-est-a-un-tout-petit-stade-selon-le-collectif-metoopolitique_6104622_823448.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 15:22:04 +0100", + "pubDate": "Fri, 03 Dec 2021 16:30:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273340,16 +299155,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9e60e57bd0cd4979494f6689f5bb1dcf" + "hash": "38cc55bc488f4bcd770d9f0b5864599a" }, { - "title": "En 2020, la lutte contre le paludisme a fortement reculé, une régression « considérable » selon l’OMS", - "description": "L’an dernier, le nombre de nouveaux cas a bondi de 14 millions et le nombre de décès de 69 000. Ce bilan constitue une régression « considérable », alerte l’Organisation mondiale de la santé.", - "content": "L’an dernier, le nombre de nouveaux cas a bondi de 14 millions et le nombre de décès de 69 000. Ce bilan constitue une régression « considérable », alerte l’Organisation mondiale de la santé.", + "title": "Patrick Ranvier nommé directeur technique national de la Fédération française d’athlétisme", + "description": "En manque de résultats à moins de trois ans des Jeux olympiques de Paris, l’athlétisme tricolore attendait depuis plusieurs mois la nomination d’un DTN.", + "content": "En manque de résultats à moins de trois ans des Jeux olympiques de Paris, l’athlétisme tricolore attendait depuis plusieurs mois la nomination d’un DTN.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/06/en-2020-la-lutte-contre-le-paludisme-a-fortement-recule-dans-le-monde_6104919_3212.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/03/patrick-ranvier-est-nomme-directeur-technique-national-de-la-federation-francaise-d-athletisme_6104621_3242.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 14:00:10 +0100", + "pubDate": "Fri, 03 Dec 2021 16:20:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273360,16 +299175,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e176f9b461d85e7acdd0a45f2412854" + "hash": "841c26c684bdc59d3980c4b2e80ac3ee" }, { - "title": "ArianeGroup va développer un minilanceur réutilisable pour concurrencer SpaceX", - "description": "Ce lanceur « doit pouvoir être opérationnel en 2026 », a affirmé Bruno Le Maire, lors d’un déplacement sur le site d’ArianeGroup dans l’Eure, où sont notamment testés les moteurs des grosses fusées Ariane.", - "content": "Ce lanceur « doit pouvoir être opérationnel en 2026 », a affirmé Bruno Le Maire, lors d’un déplacement sur le site d’ArianeGroup dans l’Eure, où sont notamment testés les moteurs des grosses fusées Ariane.", + "title": "Fibre optique : 1 900 emplois menacés chez Scopelec, sous-traitant d’Orange et plus grande SCOP de France", + "description": "L’opérateur pourrait ne pas renouveler ses contrats de prestation avec la société de 3 800 salariés.", + "content": "L’opérateur pourrait ne pas renouveler ses contrats de prestation avec la société de 3 800 salariés.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/06/arianegroup-va-developper-un-minilanceur-reutilisable-pour-concurrencer-spacex_6104916_1650684.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/03/fibre-optique-plus-de-1-800-emplois-menaces-chez-scopelec-sous-traitant-d-orange_6104612_3234.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:47:25 +0100", + "pubDate": "Fri, 03 Dec 2021 14:55:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273380,16 +299195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3507e2a9739bb3766d8bb61190c618d4" + "hash": "fa9b1dc1b83a232e87e6a88d87843790" }, { - "title": "Sanary-sur-Mer : un mort dans l’effondrement d’un immeuble après une explosion", - "description": "Plusieurs personnes sont « probablement bloquées dans les décombres », selon les secours, qui soupçonnent une fuite de gaz d’être à l’origine de l’accident.", - "content": "Plusieurs personnes sont « probablement bloquées dans les décombres », selon les secours, qui soupçonnent une fuite de gaz d’être à l’origine de l’accident.", + "title": "Le Conseil constitutionnel bouscule le recours aux fadettes dans les enquêtes", + "description": "L’institution censure l’article permettant aux procureurs d’ordonner ces investigations pour tout type d’infraction et sans limite de temps.", + "content": "L’institution censure l’article permettant aux procureurs d’ordonner ces investigations pour tout type d’infraction et sans limite de temps.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/07/cinq-personnes-probablement-bloquees-dans-les-decombres-apres-l-effondrement-d-un-immeuble-a-sanary-sur-mer_6104983_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/03/le-conseil-constitutionnel-bouscule-le-recours-aux-fadettes-dans-les-enquetes_6104610_3224.html", "creator": "", - "pubDate": "Tue, 07 Dec 2021 06:38:43 +0100", + "pubDate": "Fri, 03 Dec 2021 14:51:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273400,16 +299215,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2702a0e7c6e45f8b4d040dc082e23efc" + "hash": "31229855b53f29fb3b7bd8c853aae46b" }, { - "title": "JO de Pékin : les Etats-Unis annoncent un boycottage diplomatique de la compétition", - "description": "Washington fait ce choix en raison du « génocide et des crimes contre l’humanité en cours au Xinjiang ». La Chine avait prévenu qu’une telle annonce de la part des Etats-Unis la conduirait à prendre « des contre-mesures fermes ».", - "content": "Washington fait ce choix en raison du « génocide et des crimes contre l’humanité en cours au Xinjiang ». La Chine avait prévenu qu’une telle annonce de la part des Etats-Unis la conduirait à prendre « des contre-mesures fermes ».", + "title": "Autriche : le ministre de l’intérieur, Karl Nehammer, désigné pour devenir le prochain chancelier", + "description": "Il va succéder à Sebastian Kurz, qui a annoncé son retrait de la vie politique, deux mois à peine après avoir quitté la tête du gouvernement.", + "content": "Il va succéder à Sebastian Kurz, qui a annoncé son retrait de la vie politique, deux mois à peine après avoir quitté la tête du gouvernement.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/06/jo-de-pekin-les-etats-unis-annoncent-un-boycott-diplomatique-de-la-competition_6104948_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/03/autriche-karl-nehammer-designe-pour-devenir-le-prochain-chancelier_6104603_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:39:15 +0100", + "pubDate": "Fri, 03 Dec 2021 13:46:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273420,16 +299235,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "66d46944be69beae46696b67a7191304" + "hash": "32b53bf738cd327ba9a2a73c5dabe9c7" }, { - "title": "Transports : l’Ile-de-France introduit davantage de social dans la concurrence", - "description": "Echaudé par une grève, Ile-de-France Mobilités change la méthode d’attribution des appels d’offres des réseaux de bus, en donnant plus de poids au critère social.", - "content": "Echaudé par une grève, Ile-de-France Mobilités change la méthode d’attribution des appels d’offres des réseaux de bus, en donnant plus de poids au critère social.", + "title": "Valérie Pécresse désignée candidate de LR pour la présidentielle, les réactions de l’opposition", + "description": "Le candidat écologiste Yannick Jadot a fustigé les positions de la candidate sur le mariage pour tous et l’immigration, alors que Marine Le Pen et Eric Zemmour ont tendu la main aux électeurs d’Eric Ciotti.", + "content": "Le candidat écologiste Yannick Jadot a fustigé les positions de la candidate sur le mariage pour tous et l’immigration, alors que Marine Le Pen et Eric Zemmour ont tendu la main aux électeurs d’Eric Ciotti.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/06/transports-l-ile-de-france-introduit-davantage-de-social-dans-la-concurrence_6104910_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/04/valerie-pecresse-designee-candidate-de-lr-pour-la-presidentielle-les-reactions-de-l-opposition_6104754_823448.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 13:00:08 +0100", + "pubDate": "Sat, 04 Dec 2021 20:47:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273440,16 +299255,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5ca31dc92eff36a21b226f993ed70a44" + "hash": "63ec4a8143ac6c05e7f347941a9ad146" }, { - "title": "Coup d’Etat présumé à Madagascar : ouverture du procès de 21 accusés, dont deux Français", - "description": "Les accusés sont poursuivis pour atteinte à la sûreté de l’Etat, association de malfaiteurs et complot en vue d’assassiner Andry Rajoelina, le président malgache.", - "content": "Les accusés sont poursuivis pour atteinte à la sûreté de l’Etat, association de malfaiteurs et complot en vue d’assassiner Andry Rajoelina, le président malgache.", + "title": "Omicron : désormais douze cas identifiés en France", + "description": "En raison de la cinquième vague et de l’arrivée du variant Omicron, un conseil de défense sanitaire se tiendra lundi afin de décider « s’il y a lieu de prendre des mesures complémentaires ».", + "content": "En raison de la cinquième vague et de l’arrivée du variant Omicron, un conseil de défense sanitaire se tiendra lundi afin de décider « s’il y a lieu de prendre des mesures complémentaires ».", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/06/coup-d-etat-presume-a-madagascar-ouverture-du-proces-de-21-accuses-dont-deux-francais_6104907_3212.html", + "link": "https://www.lemonde.fr/planete/live/2021/12/03/covid-19-la-vaccination-probablement-ouverte-aux-enfants-de-5-a-11-ans-a-risque-des-decembre-un-conseil-de-defense-sanitaire-lundi_6104597_3244.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:48:10 +0100", + "pubDate": "Fri, 03 Dec 2021 12:21:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273460,16 +299275,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "003be07e10680322688b834d51e9b969" + "hash": "06f53a867d9db585e6933dd031df7ce4" }, { - "title": "Variant Omicron : un risque d’échappement immunitaire", - "description": "Des données issues du programme national sud-africain de surveillance épidémiologique montrent que l’apparition du variant Omicron, porteur de mutations d’échappement aux anticorps, coïncide avec une augmentation des cas de réinfection.", - "content": "Des données issues du programme national sud-africain de surveillance épidémiologique montrent que l’apparition du variant Omicron, porteur de mutations d’échappement aux anticorps, coïncide avec une augmentation des cas de réinfection.", + "title": "« L’Europe a réussi, en Pologne et dans les pays baltes, à s’opposer à ceux qui espéraient l’attaquer en instrumentalisant la migration »", + "description": "Le commissaire européen Margaritis Schinas défend, dans un entretien au « Monde », la politique migratoire de l’Union européenne. Selon lui, la situation à la frontière biélorusse a montré que le problème concernait tous les pays européens.", + "content": "Le commissaire européen Margaritis Schinas défend, dans un entretien au « Monde », la politique migratoire de l’Union européenne. Selon lui, la situation à la frontière biélorusse a montré que le problème concernait tous les pays européens.", "category": "", - "link": "https://www.lemonde.fr/blog/realitesbiomedicales/2021/12/06/variant-omicron-un-risque-dechappement-immunitaire/", + "link": "https://www.lemonde.fr/international/article/2021/12/03/l-europe-a-reussi-en-pologne-et-dans-les-pays-baltes-a-s-opposer-a-ceux-qui-esperaient-l-attaquer-en-instrumentalisant-la-migration_6104582_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:45:47 +0100", + "pubDate": "Fri, 03 Dec 2021 11:12:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273480,16 +299295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "719fc6f4137e72ed2e05adc5c2895592" + "hash": "e0536a467e18888bf9099ebf90c2cac5" }, { - "title": "Valérie Pécresse sur les terres d’Eric Ciotti pour son premier déplacement de campagne : « Je veux rassembler toutes les sensibilités de la droite »", - "description": "Malgré son désaccord exprimé la veille, Eric Ciotti a réaffirmé son soutien « total » à la candidate du parti Les Républicains, lundi. Celle-ci a promis de chercher comment « pimenter » son programme avec certaines de ses propositions.", - "content": "Malgré son désaccord exprimé la veille, Eric Ciotti a réaffirmé son soutien « total » à la candidate du parti Les Républicains, lundi. Celle-ci a promis de chercher comment « pimenter » son programme avec certaines de ses propositions.", + "title": "Une plainte en France vise les dirigeants des Emirats arabes unis et de l’Arabie saoudite", + "description": "Alors qu’Emmanuel Macron visite les deux pays engagés dans la guerre au Yémen, une plainte pour crimes de guerre, torture et financement de terrorisme a été déposée, vendredi 3 décembre, à Paris, contre Mohammed Ben Zayed et Mohammed Ben Salman.", + "content": "Alors qu’Emmanuel Macron visite les deux pays engagés dans la guerre au Yémen, une plainte pour crimes de guerre, torture et financement de terrorisme a été déposée, vendredi 3 décembre, à Paris, contre Mohammed Ben Zayed et Mohammed Ben Salman.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/06/valerie-pecresse-sur-les-terres-d-eric-ciotti-pour-son-premier-deplacement-de-campagne_6104904_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/03/une-plainte-en-france-vise-les-dirigeants-des-emirats-arabes-unis-et-de-l-arabie-saoudite_6104581_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:34:55 +0100", + "pubDate": "Fri, 03 Dec 2021 11:06:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273500,16 +299315,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7fee7d65850862c0cfc1495ea2a2e3c" + "hash": "627e76bc076363370dd5e703cf83f104" }, { - "title": "La fertilité des abeilles atteinte par les pesticides néonicotinoïdes", - "description": "Selon des travaux menés en plein champ, l’exposition à l’imidaclopride au stade larvaire ampute le taux de reproduction ultérieur.", - "content": "Selon des travaux menés en plein champ, l’exposition à l’imidaclopride au stade larvaire ampute le taux de reproduction ultérieur.", + "title": "Twitter reconnaît des « erreurs » dans sa nouvelle politique de lutte contre le harcèlement, détournée par l’extrême droite américaine", + "description": "Le nouveau règlement de Twitter concernant les images et vidéos est utilisé par l’extrême droite américaine pour se protéger et harceler ses opposants.", + "content": "Le nouveau règlement de Twitter concernant les images et vidéos est utilisé par l’extrême droite américaine pour se protéger et harceler ses opposants.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/06/la-fertilite-des-abeilles-atteinte-par-les-pesticides-neonicotinoides_6104899_3244.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/04/twitter-reconnait-des-erreurs-dans-sa-nouvelle-politique-de-lutte-contre-le-harcelement-detournee-par-l-extreme-droite-americaine_6104756_4408996.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 11:54:49 +0100", + "pubDate": "Sat, 04 Dec 2021 22:20:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273520,16 +299335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "44d2e667a5dbaf32933e27ec3cd60eb6" + "hash": "7f97dc0e3ac5227457310847c97164af" }, { - "title": "Le premier ministre des îles Salomon conforté malgré une motion de défiance", - "description": "L’opposition avait présenté une motion visant à évincer M. Sogavare, l’accusant de corruption et d’utilisation de fonds chinois pour soutenir son gouvernement.", - "content": "L’opposition avait présenté une motion visant à évincer M. Sogavare, l’accusant de corruption et d’utilisation de fonds chinois pour soutenir son gouvernement.", + "title": "Transport d’animaux : les eurodéputés divisés sur les mesures à prendre", + "description": "La commission d’enquête du Parlement européen sur la protection du bétail durant son transport a adopté son rapport jeudi 2 décembre. Si le constat des carences actuelles fait l’unanimité, les recommandations sont jugées décevantes par les associations.", + "content": "La commission d’enquête du Parlement européen sur la protection du bétail durant son transport a adopté son rapport jeudi 2 décembre. Si le constat des carences actuelles fait l’unanimité, les recommandations sont jugées décevantes par les associations.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/06/le-premier-ministre-des-iles-salomon-conforte-malgre-une-motion-de-defiance_6104893_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/03/transport-d-animaux-les-eurodeputes-divises-sur-les-mesures-a-prendre_6104579_3244.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 11:29:26 +0100", + "pubDate": "Fri, 03 Dec 2021 10:59:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273540,16 +299355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebb5db76d5675fbbc9f30ecc75648ee2" + "hash": "7e8cdab1e01ea426a50c3c24616a0e11" }, { - "title": "En Gambie, Adama Barrow remporte la présidentielle", - "description": "Le président sortant, réélu avec 53 % des suffrages, est attendu sur la question de la justice pour les crimes commis du temps de l’ancien dictateur, Yahya Jammeh.", - "content": "Le président sortant, réélu avec 53 % des suffrages, est attendu sur la question de la justice pour les crimes commis du temps de l’ancien dictateur, Yahya Jammeh.", + "title": "Covid-19 : la troisième dose de vaccin réduirait le risque d’infection de plus de 85 %", + "description": "Une étude menée sur plus de 300 000 Israéliens de plus de 40 ans confirme l’impact positif de la dose de rappel.", + "content": "Une étude menée sur plus de 300 000 Israéliens de plus de 40 ans confirme l’impact positif de la dose de rappel.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/06/en-gambie-adama-barrow-remporte-la-presidentielle_6104890_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/03/covid-19-le-booster-reduirait-le-risque-d-infection-de-plus-de-85_6104578_3244.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:55:36 +0100", + "pubDate": "Fri, 03 Dec 2021 10:57:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273560,16 +299375,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "510b0622221acda27d6f54a92b9434a3" + "hash": "e6a7c00ef60dab1efe211537e65ecc0d" }, { - "title": "Des fêtes de Noël très polémiques à Downing Street", - "description": "La presse a révélé qu’une grande fête avait été organisée en décembre 2020, au moment où le premier ministre, Boris Johnson, invitait ses concitoyens à renoncer à leurs réunions familiales.", - "content": "La presse a révélé qu’une grande fête avait été organisée en décembre 2020, au moment où le premier ministre, Boris Johnson, invitait ses concitoyens à renoncer à leurs réunions familiales.", + "title": "A Chypre, le pape fait l’éloge de la diversité", + "description": "Tout en évoquant la « terrible lacération » de l’île coupée en deux depuis l’invasion turque de 1974, François a plaidé pour une Europe qui accueille d’« autres cultures ».", + "content": "Tout en évoquant la « terrible lacération » de l’île coupée en deux depuis l’invasion turque de 1974, François a plaidé pour une Europe qui accueille d’« autres cultures ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/06/des-fetes-de-noel-a-downing-street-qui-font-polemique_6104888_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/03/a-chypre-le-pape-fait-l-eloge-de-la-diversite_6104574_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:49:48 +0100", + "pubDate": "Fri, 03 Dec 2021 10:23:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273580,16 +299395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "78af4d8ff4147e64a14e01c8bd0a0ae3" + "hash": "2dbb6961dafcc66770a7be32ff50847d" }, { - "title": "Football : stadier, un métier de plus en plus contraignant en mal de recrutements", - "description": "Les récents épisodes de violence dans les tribunes de Ligue 1 ont remis le rôle de ces responsables de la sécurité sur le devant de la scène. Une profession peu valorisée qui peine à se renouveler depuis plusieurs années.", - "content": "Les récents épisodes de violence dans les tribunes de Ligue 1 ont remis le rôle de ces responsables de la sécurité sur le devant de la scène. Une profession peu valorisée qui peine à se renouveler depuis plusieurs années.", + "title": "Guadeloupe : le retour au calme permet un début de dialogue", + "description": "Jeudi 2 décembre en matinée, à Ponte-à-Pitre, les élus locaux ont rencontré pendant près de quatre heures un « collectif des organisations en lutte ».", + "content": "Jeudi 2 décembre en matinée, à Ponte-à-Pitre, les élus locaux ont rencontré pendant près de quatre heures un « collectif des organisations en lutte ».", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/06/football-stadier-un-metier-de-plus-en-plus-contraignant-en-mal-de-recrutements_6104886_3242.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/03/guadeloupe-le-retour-au-calme-permet-un-debut-de-dialogue_6104573_823448.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:47:02 +0100", + "pubDate": "Fri, 03 Dec 2021 10:21:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273600,16 +299415,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4974e2f3550a285f369493078b08e020" + "hash": "fa91e38c00557b84b045058c3da0e9c6" }, { - "title": "Les nationalistes européens se réunissent sans s’unir", - "description": "A Varsovie, les partis souverainistes et d’extrême droite européens ont échoué, samedi, à créer un groupe politique commun au Parlement européen.", - "content": "A Varsovie, les partis souverainistes et d’extrême droite européens ont échoué, samedi, à créer un groupe politique commun au Parlement européen.", + "title": "Lamine Diack, l’ancien patron de l’athlétisme mondial, est mort", + "description": "L’ancien président de la Fédération internationale d’athlétisme (1999-2015) avait été reconnu coupable de corruption passive pour le versement de pots-de-vin par des athlètes russes.", + "content": "L’ancien président de la Fédération internationale d’athlétisme (1999-2015) avait été reconnu coupable de corruption passive pour le versement de pots-de-vin par des athlètes russes.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/06/les-nationalistes-europeens-se-reunissent-sans-s-unir_6104885_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/03/lamine-diack-l-ancien-patron-de-l-athletisme-mondial-est-mort_6104572_3242.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:44:32 +0100", + "pubDate": "Fri, 03 Dec 2021 10:09:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273620,16 +299435,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "394eaf4f92ae0cefff362f2e5def407b" + "hash": "2d157f203e4ae3b47660677b3fb408d9" }, { - "title": "En Indonésie, le volcan Semeru projette toujours des cendres, ralentissant les opérations de secours", - "description": "Le plus haut sommet de l’île de Java a projeté samedi un vaste panache de cendres et provoqué des flots de boue brûlante qui ont envahi des villages situés sur ses flancs et fait 22 morts.", - "content": "Le plus haut sommet de l’île de Java a projeté samedi un vaste panache de cendres et provoqué des flots de boue brûlante qui ont envahi des villages situés sur ses flancs et fait 22 morts.", + "title": "Ligue 1 : Marseille retombe dans ses travers en s’inclinant contre Brest", + "description": "Pour la 17e journée de Ligue 1, l’OM a perdu à domicile samedi face au Stade brestois (2-1), qui enchaîne un sixième succès de rang. Lille a battu Troyes 2 buts à 1.", + "content": "Pour la 17e journée de Ligue 1, l’OM a perdu à domicile samedi face au Stade brestois (2-1), qui enchaîne un sixième succès de rang. Lille a battu Troyes 2 buts à 1.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/06/indonesie-l-activite-du-volcan-semeru-ralentit-les-operations-de-secours_6104883_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/04/ligue-1-marseille-retombe-dans-ses-travers-en-s-inclinant-contre-brest_6104748_3242.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:27:55 +0100", + "pubDate": "Sat, 04 Dec 2021 19:13:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273640,16 +299455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e8b90d09ca9503f1c0cd625807df5149" + "hash": "22027f834b21b8506b35e9e742649f23" }, { - "title": "Un algorithme, censé fluidifier l’entrée des étudiants en master, inquiète les syndicats", - "description": "Les titulaires d’une licence postuleront sur un portail national, qui devrait, selon ses détracteurs, augmenter la sélectivité des formations en l’absence de création de places.", - "content": "Les titulaires d’une licence postuleront sur un portail national, qui devrait, selon ses détracteurs, augmenter la sélectivité des formations en l’absence de création de places.", + "title": "Aux Emirats arabes unis, Emmanuel Macron signe un contrat record portant sur la vente de 80 Rafale", + "description": "Il s’agit de la plus importante commande enregistrée par le constructeur français Dassault Aviation, dont l’avion de combat est désormais vendu dans six pays.", + "content": "Il s’agit de la plus importante commande enregistrée par le constructeur français Dassault Aviation, dont l’avion de combat est désormais vendu dans six pays.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/06/enseignement-superieur-inquietudes-autour-du-futur-algorithme-destine-a-fluidifier-l-entree-en-master_6104880_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/12/03/rafale-aux-emirats-treize-ans-de-negociations-pour-un-contrat-record_6104569_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:16:23 +0100", + "pubDate": "Fri, 03 Dec 2021 10:03:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273660,16 +299475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ae84d8c07d60985d18384e1cdc2fa11" + "hash": "604e0abf0c0275be9cfc7d859773bf72" }, { - "title": "Logements sociaux : les députés invités à prolonger et consolider la loi SRU", - "description": "Le projet de loi « 3DS », examiné du 6 au 17 décembre à l’Assemblée nationale, prévoit que l’obligation d’atteindre 20 % ou 25 % de logements sociaux dans certaines communes soit prorogée de six ans, au-delà de l’échéance initiale de 2025.", - "content": "Le projet de loi « 3DS », examiné du 6 au 17 décembre à l’Assemblée nationale, prévoit que l’obligation d’atteindre 20 % ou 25 % de logements sociaux dans certaines communes soit prorogée de six ans, au-delà de l’échéance initiale de 2025.", + "title": "Aérien : Groupe ADP ne prévoit pas un retour à la normale avant 2024", + "description": "Pour surmonter la crise, l’ex-Aéroports de Paris a dû couper dans ses effectifs, ses coûts et ses investissements, et boucler un emprunt de 4 milliards d’euros.", + "content": "Pour surmonter la crise, l’ex-Aéroports de Paris a dû couper dans ses effectifs, ses coûts et ses investissements, et boucler un emprunt de 4 milliards d’euros.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/06/logements-sociaux-les-deputes-invites-a-prolonger-et-consolider-la-loi-sru_6104872_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/03/aerien-groupe-adp-ne-prevoit-pas-un-retour-a-la-normale-avant-2024_6104568_3234.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:00:42 +0100", + "pubDate": "Fri, 03 Dec 2021 10:02:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273680,16 +299495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d00c2443cff452b13bdbf45635bfbba4" + "hash": "0487f04d54c12400c1d701e1ee32be44" }, { - "title": "Paris remet en jeu le mégacontrat de son réseau de chaleur", - "description": "La concession gérée par CPCU, filiale d’Engie, depuis près d’un siècle va faire l’objet d’un nouvel appel d’offres pour vingt-cinq ans, dans un cadre profondément remanié.", - "content": "La concession gérée par CPCU, filiale d’Engie, depuis près d’un siècle va faire l’objet d’un nouvel appel d’offres pour vingt-cinq ans, dans un cadre profondément remanié.", + "title": "Procès Malgouyres : « La commande, c’était de faire peur à sa femme »", + "description": "Au quatrième jour du procès de Daniel Malgouyres, son épouse Françoise, partie civile, a été entendue à la barre de la cour d’assises de l’Hérault ainsi que Richard Llop, l’ami du couple.", + "content": "Au quatrième jour du procès de Daniel Malgouyres, son épouse Françoise, partie civile, a été entendue à la barre de la cour d’assises de l’Hérault ainsi que Richard Llop, l’ami du couple.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/06/paris-remet-en-jeu-le-megacontrat-de-son-reseau-de-chaleur_6104869_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/03/proces-malgouyres-la-commande-c-etait-de-faire-peur-a-sa-femme_6104564_3224.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:49:50 +0100", + "pubDate": "Fri, 03 Dec 2021 09:59:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273700,16 +299515,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "16177642831da2421475762cf8d052c5" + "hash": "e33f24d5c805e6ad670f089e73e0468c" }, { - "title": "Hernan Dario Velasquez, un des chefs dissidents des FARC, tué au Venezuela", - "description": "Il s’était éloigné des FARC en 2018 après l’accord de paix de 2016, avant de réapparaître en 2019 aux côtés d’Ivan Marquez, ex-numéro deux des FARC qui dirige la Segunda Marquetalia, pour annoncer son retour aux armes.", - "content": "Il s’était éloigné des FARC en 2018 après l’accord de paix de 2016, avant de réapparaître en 2019 aux côtés d’Ivan Marquez, ex-numéro deux des FARC qui dirige la Segunda Marquetalia, pour annoncer son retour aux armes.", + "title": "Les adieux très politiques d’Angela Merkel", + "description": "Lors de la cérémonie organisée jeudi 2 décembre à Berlin pour son départ, la chancelière a souhaité donner l’image d’une transition apaisée avec son successeur social-démocrate, Olaf Scholz, et tirer une leçon de la crise sanitaire.", + "content": "Lors de la cérémonie organisée jeudi 2 décembre à Berlin pour son départ, la chancelière a souhaité donner l’image d’une transition apaisée avec son successeur social-démocrate, Olaf Scholz, et tirer une leçon de la crise sanitaire.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/06/hernan-dario-velasquez-un-des-chefs-dissidents-des-farc-tue-au-venezuela_6104867_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/03/les-adieux-tres-politiques-d-angela-merkel_6104549_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:38:53 +0100", + "pubDate": "Fri, 03 Dec 2021 06:29:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273720,16 +299535,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "36e121cdbfccd1a71fe92e99a2be43ed" + "hash": "0d3e05ca84cb0fbe2dde08982bf8b9d7" }, { - "title": "« Jusqu’à maintenant on avait des jeunes, mais là, je ne sais pas où ils sont » : les ostréiculteurs du bassin d’Arcachon manquent de bras", - "description": "A l’approche de l’une des périodes les plus denses de la filière, les ostréiculteurs peinent à recruter les travailleurs saisonniers nécessaires pour renforcer leurs équipes.", - "content": "A l’approche de l’une des périodes les plus denses de la filière, les ostréiculteurs peinent à recruter les travailleurs saisonniers nécessaires pour renforcer leurs équipes.", + "title": "80 ONG demandent à l’Europe d’interdire l’utilisation du logiciel espion Pegasus", + "description": "NSO Group, qui vend ce puissant logiciel espion, a été sanctionné début novembre par les Etats-Unis.", + "content": "NSO Group, qui vend ce puissant logiciel espion, a été sanctionné début novembre par les Etats-Unis.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/06/jusqu-a-maintenant-on-avait-des-jeunes-mais-la-je-ne-sais-pas-ou-ils-sont-les-ostreiculteurs-du-bassin-d-arcachon-manquent-de-bras_6104866_3234.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/03/80-ong-demandent-a-l-europe-d-interdire-l-utilisation-du-logiciel-espion-pegasus_6104545_4408996.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 09:34:39 +0100", + "pubDate": "Fri, 03 Dec 2021 06:00:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273740,16 +299555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb33796b19b01b5c161daab025bd7875" + "hash": "0cb738587d5fe25b788261961295acdf" }, { - "title": "Deux ONG annoncent attaquer l’Etat devant le Conseil d’Etat pour mieux protéger les dauphins", - "description": "Sea Shepherd et France Nature Environnement annoncent qu’elles vont déposer des recours contre le gouvernement, accusé de ne pas prendre les mesures nécessaires pour préserver cette espèce protégée.", - "content": "Sea Shepherd et France Nature Environnement annoncent qu’elles vont déposer des recours contre le gouvernement, accusé de ne pas prendre les mesures nécessaires pour préserver cette espèce protégée.", + "title": "« Extrêmement discret, mobile, détenteur de plusieurs passeports » : Europol lance un appel international pour retrouver un narcotrafiquant énigmatique", + "description": "Joël Soudron, alias Max Bernard Honorat Dalon, alias Jamal Kane serait à la tête d’une colossale fortune en Afrique de l’Ouest. Depuis 2018, la police cherche à l’appréhender, sans succès.", + "content": "Joël Soudron, alias Max Bernard Honorat Dalon, alias Jamal Kane serait à la tête d’une colossale fortune en Afrique de l’Ouest. Depuis 2018, la police cherche à l’appréhender, sans succès.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/06/deux-ong-annoncent-attaquer-l-etat-devant-le-conseil-d-etat-pour-mieux-proteger-les-dauphins_6104860_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/03/europol-le-coup-de-la-derniere-chance-pour-obtenir-des-informations-sur-l-enigmatique-joel-soudron_6104544_3224.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 06:45:14 +0100", + "pubDate": "Fri, 03 Dec 2021 06:00:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273760,16 +299575,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "430aa7dd2b5282288421bc36ce36462e" + "hash": "a111674183c918c22864a74f8d890dea" }, { - "title": "Présidentielle 2022 : chez Les Républicains, Valérie Pécresse déjà confrontée au défi du rassemblement", - "description": "La candidate de la droite, désignée samedi, doit faire face aux critiques d’Eric Ciotti qui lui reproche de ne pas envoyer « un bon message ».", - "content": "La candidate de la droite, désignée samedi, doit faire face aux critiques d’Eric Ciotti qui lui reproche de ne pas envoyer « un bon message ».", + "title": "Covid-19 : branle-bas de combat dans les centres de vaccination pour assurer la dose de rappel", + "description": "L’ouverture de la campagne de rappel à tous les adultes a entraîné un afflux de demandes.  Les professionnels de santé, qui regrettent le manque d’anticipation, tentent de s’adapter", + "content": "L’ouverture de la campagne de rappel à tous les adultes a entraîné un afflux de demandes.  Les professionnels de santé, qui regrettent le manque d’anticipation, tentent de s’adapter", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/06/election-presidentielle-2022-valerie-pecresse-deja-confrontee-au-defi-du-rassemblement-de-lr_6104852_6059010.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/03/covid-19-branle-bas-de-combat-dans-les-centres-de-vaccination-pour-assurer-la-dose-de-rappel_6104542_3244.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 05:28:37 +0100", + "pubDate": "Fri, 03 Dec 2021 05:57:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273780,16 +299595,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ffcf7ecb13c4abdd2cc1a603096e540c" + "hash": "01546ba7c86dfde025af2d116abee761" }, { - "title": "Cinquième vague de Covid-19 : le gouvernement veut tenir sans imposer de nouvelles restrictions", - "description": "Le conseil de défense sanitaire de lundi ne devrait pas annoncer l’avancement des vacances de Noël ou un télétravail plus strict. L’exécutif compte avant tout sur l’efficacité de la dose de rappel du vaccin.", - "content": "Le conseil de défense sanitaire de lundi ne devrait pas annoncer l’avancement des vacances de Noël ou un télétravail plus strict. L’exécutif compte avant tout sur l’efficacité de la dose de rappel du vaccin.", + "title": "Covid-19 : le variant Omicron commence à se propager localement aux Etats-Unis et en Australie, neuf cas en France", + "description": "Aux Etats-Unis, le variant Omicron a notamment été détecté à New York et dans le comté de Los Angeles.", + "content": "Aux Etats-Unis, le variant Omicron a notamment été détecté à New York et dans le comté de Los Angeles.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/06/covid-19-le-gouvernement-veut-tenir-sans-imposer-de-nouvelles-restrictions_6104847_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/03/covid-19-le-variant-omicron-commence-a-se-propager-localement-aux-etats-unis-et-en-australie_6104541_3244.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 01:30:02 +0100", + "pubDate": "Fri, 03 Dec 2021 05:04:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273800,16 +299615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ff75ae4942acc7c0cc03f52feda7dd99" + "hash": "0358d11f2a256eb7df3a2240c0d6246f" }, { - "title": "Le meurtre de Rudy, 15 ans, petite main du trafic de drogues, devant les assises des Bouches-du-Rhône", - "description": "Les deux tueurs présumés qui comparaissent à partir de lundi 6 décembre, contestent être les auteurs du meurtre de l’adolescent, le 17 novembre 2016, dans les quartiers nord de Marseille. Une affaire entourée d’un climat de peur.", - "content": "Les deux tueurs présumés qui comparaissent à partir de lundi 6 décembre, contestent être les auteurs du meurtre de l’adolescent, le 17 novembre 2016, dans les quartiers nord de Marseille. Une affaire entourée d’un climat de peur.", + "title": "Valérie Pécresse, première femme investie par la droite pour la présidentielle : récit d’une victoire remportée au terme d’une campagne « méthodique »", + "description": "La présidente de la région Ile-de-France a remporté le second tour face à Eric Ciotti, par 60,95 % des voix contre 39,05 %. L’aboutissement d’une campagne offensive, où elle a refusé de se voir battue d’avance.", + "content": "La présidente de la région Ile-de-France a remporté le second tour face à Eric Ciotti, par 60,95 % des voix contre 39,05 %. L’aboutissement d’une campagne offensive, où elle a refusé de se voir battue d’avance.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/06/aux-assises-des-bouches-du-rhone-le-meurtre-de-rudy-15-ans-petite-main-du-trafic-de-drogues_6104846_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/04/election-presidentielle-2022-valerie-pecresse-premiere-femme-du-parti-les-republicains-candidate-a-l-elysee_6104724_6059010.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 01:15:16 +0100", + "pubDate": "Sat, 04 Dec 2021 14:37:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273820,16 +299635,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55693fc2be1d07aff1bbcf92c4c3dfd3" + "hash": "13013907147f7b0cdd6b04ac3e286ae4" }, { - "title": "Les ventes des 100 plus grands groupes d’armement au monde ont encore augmenté pendant la pandémie de Covid-19", - "description": "La hausse de 1,3 % en 2020, pour la sixième année de suite, est intervenu alors que dans le même temps l’économie mondiale chutait de plus de 3 %.", - "content": "La hausse de 1,3 % en 2020, pour la sixième année de suite, est intervenu alors que dans le même temps l’économie mondiale chutait de plus de 3 %.", + "title": "Joe Biden affirme préparer « des initiatives » pour défendre l’Ukraine face à la Russie", + "description": "La Maison Blanche étudie « plusieurs options », dont des sanctions économiques. Le président américain est censé s’entretenir bientôt avec Vladimir Poutine, qui a massé ces dernières semaines des dizaines de milliers de soldats aux portes de l’Ukraine.", + "content": "La Maison Blanche étudie « plusieurs options », dont des sanctions économiques. Le président américain est censé s’entretenir bientôt avec Vladimir Poutine, qui a massé ces dernières semaines des dizaines de milliers de soldats aux portes de l’Ukraine.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/06/les-geants-de-l-armement-epargnes-par-la-crise-economique-du-covid-19_6104845_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/04/joe-biden-affirme-preparer-des-initiatives-pour-defendre-l-ukraine-face-a-la-russie_6104664_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:50:30 +0100", + "pubDate": "Sat, 04 Dec 2021 00:40:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273840,16 +299655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "825d07ffec60d7c633d0ed9bbef675ba" + "hash": "f0bc4cf7576a56bdd0fd411ae5ef1de4" }, { - "title": "Delphine Batho nommée porte-parole de Yannick Jadot pour l’élection présidentielle", - "description": "La députée des Deux-Sèvres remplace Matthieu Orphelin, un proche de l’ancien ministre Nicolas Hulot qui a été mis « en retrait de ses responsabilités » le 27 novembre.", - "content": "La députée des Deux-Sèvres remplace Matthieu Orphelin, un proche de l’ancien ministre Nicolas Hulot qui a été mis « en retrait de ses responsabilités » le 27 novembre.", + "title": "Lors de son procès pour crimes sexuels, Ghislaine Maxwell dépeinte en « maîtresse de maison » de Jeffrey Epstein", + "description": "Selon l’ancien majordome de l’homme d’affaires mort en prison en 2019, la mondaine britannique était chargée de préserver le secret des crimes sexuels du financier.", + "content": "Selon l’ancien majordome de l’homme d’affaires mort en prison en 2019, la mondaine britannique était chargée de préserver le secret des crimes sexuels du financier.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/05/presidentielle-delphine-batho-nommee-porte-parole-de-yannick-jadot_6104838_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/03/a-son-proces-pour-crimes-sexuels-ghislaine-maxwell-depeinte-en-maitresse-de-maison-de-jeffrey-epstein_6104531_3210.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 23:36:10 +0100", + "pubDate": "Fri, 03 Dec 2021 02:54:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273860,16 +299675,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea3e180072c3ce2937e52b9ebf8d856c" + "hash": "f2beb6f70c21a1ea43ac8bd04539e2a7" }, { - "title": "Gambie : le sortant Adama Barrow déclaré vainqueur de l’élection présidentielle, ses opposants contestent les résultats", - "description": "Avant même la proclamation finale, ses adversaires ont dit contester les résultats et se réserver « tous les moyens d’action ».", - "content": "Avant même la proclamation finale, ses adversaires ont dit contester les résultats et se réserver « tous les moyens d’action ».", + "title": "22,5 °C en décembre : nouveau record de chaleur dans l’Ouest canadien", + "description": "Cette température a été enregistrée à Penticton, en Colombie-Britannique, province la plus à l’ouest du Canada, où se succèdent des événements météorologiques extrêmes.", + "content": "Cette température a été enregistrée à Penticton, en Colombie-Britannique, province la plus à l’ouest du Canada, où se succèdent des événements météorologiques extrêmes.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/05/gambie-le-sortant-adama-barrow-declare-vainqueur-de-l-election-presidentielle_6104837_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/03/22-5-degres-en-decembre-nouvelle-chaleur-record-dans-l-ouest-canadien_6104529_3244.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 22:34:03 +0100", + "pubDate": "Fri, 03 Dec 2021 02:33:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273880,16 +299695,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d738d2b0979911be8b113c5cf984b577" + "hash": "3bbbe08316d58d7a30a574a79d9a84c4" }, { - "title": "Euphorie festive et bariolée aux Transmusicales de Rennes", - "description": "L’édition 2021 du grand rendez-vous musical breton a retrouvé l’élan de ses meilleures années.", - "content": "L’édition 2021 du grand rendez-vous musical breton a retrouvé l’élan de ses meilleures années.", + "title": "Emmanuel Macron entame une visite contestée en Arabie saoudite", + "description": "Le président français est l’un des premiers dirigeants occidentaux à rencontrer le prince héritier Mohammed Ben Salmane depuis l’assassinat, en 2018, du journaliste saoudien Jamal Khashoggi.", + "content": "Le président français est l’un des premiers dirigeants occidentaux à rencontrer le prince héritier Mohammed Ben Salmane depuis l’assassinat, en 2018, du journaliste saoudien Jamal Khashoggi.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/05/euphorie-festive-et-bariolee-aux-transmusicales-de-rennes_6104836_3246.html", + "link": "https://www.lemonde.fr/international/article/2021/12/04/emmanuel-macron-entame-une-visite-contestee-en-arabie-saoudite_6104714_3210.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 22:31:49 +0100", + "pubDate": "Sat, 04 Dec 2021 12:05:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273900,16 +299715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fb9ebd5ccb80b2036552ef7f16b6c97" + "hash": "8c7abe766b5e990cc98ca918492e1828" }, { - "title": "Claude Puel, l’entraîneur de Saint-Etienne, mis à pied", - "description": "Toujours dernier du championnat de France, le technicien de 60 ans n’a pas résisté à la troisième défaite de rang de l’ASSE, la neuvième de la saison.", - "content": "Toujours dernier du championnat de France, le technicien de 60 ans n’a pas résisté à la troisième défaite de rang de l’ASSE, la neuvième de la saison.", + "title": "Crise aux Antilles : un gendarme blessé par balle à Saint-Martin, couvre-feu prolongé à la Guadeloupe et à la Martinique", + "description": "A Saint-Martin, petite île qui dépend de la Guadeloupe, des affrontements ont opposé, jeudi, la gendarmerie à un groupe de personnes.", + "content": "A Saint-Martin, petite île qui dépend de la Guadeloupe, des affrontements ont opposé, jeudi, la gendarmerie à un groupe de personnes.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/05/foot-claude-puel-l-entraineur-de-saint-etienne-mis-a-pied_6104834_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/03/crise-aux-antilles-un-gendarme-blesse-a-saint-martin-couvre-feu-prolonge-a-la-guadeloupe-et-la-martinique_6104523_3224.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 21:36:33 +0100", + "pubDate": "Fri, 03 Dec 2021 00:57:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273920,16 +299735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea124bbc6da084bdd99370c959999b86" + "hash": "c9171efe2bf8985c2f46e83d516b18ba" }, { - "title": "JO de Pékin : les Etats-Unis annoncent un boycott diplomatique de la compétition", - "description": "Washington fait ce choix en raison du « génocide et des crimes contre l’humanité en cours au Xinjiang ». La Chine avait prévenu qu’une telle annonce de la part des Etats-Unis la conduirait à prendre « des contre-mesures fermes ».", - "content": "Washington fait ce choix en raison du « génocide et des crimes contre l’humanité en cours au Xinjiang ». La Chine avait prévenu qu’une telle annonce de la part des Etats-Unis la conduirait à prendre « des contre-mesures fermes ».", + "title": "Aux Etats-Unis, le Congrès américain évite in extremis la paralysie de l’Etat fédéral", + "description": "Le Sénat américain a adopté jeudi un projet de loi de financement de l’Etat fédéral, évitant ainsi une fermeture partielle des administrations, le fameux shutdown.", + "content": "Le Sénat américain a adopté jeudi un projet de loi de financement de l’Etat fédéral, évitant ainsi une fermeture partielle des administrations, le fameux shutdown.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/06/jo-de-pekin-les-etats-unis-annoncent-un-boycott-diplomatique-de-la-competition_6104948_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/03/le-congres-americain-surmonte-un-premier-obstacle-pour-eviter-un-shutdown_6104522_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:39:15 +0100", + "pubDate": "Fri, 03 Dec 2021 00:28:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273940,16 +299755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "68aeac6f2fa8c31d94e7b8702ededcde" + "hash": "92ce650f03941df56782e7ead5adb945" }, { - "title": "Covid-19 : restrictions pour les non-vaccinés en Italie, New York impose la vaccination obligatoire pour tout le secteur privé", - "description": "Plusieurs pays annoncent de nouvelles mesures pour endiguer la nouvelle vague épidémique et la diffusion du variant Omicron dans le monde.", - "content": "Plusieurs pays annoncent de nouvelles mesures pour endiguer la nouvelle vague épidémique et la diffusion du variant Omicron dans le monde.", + "title": "Individualisation de l’allocation handicapés : nouveau rejet par les députés", + "description": "Réclamée par les oppositions au nom de la « justice sociale », la mesure a été repoussée par la majorité qui a pointé des visées électoralistes.", + "content": "Réclamée par les oppositions au nom de la « justice sociale », la mesure a été repoussée par la majorité qui a pointé des visées électoralistes.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/06/covid-19-le-maire-de-new-york-impose-la-vaccination-obligatoire-pour-tout-le-secteur-prive_6104924_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/02/individualisation-de-l-allocation-handicapes-nouveau-rejet-par-les-deputes_6104520_823448.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 16:13:52 +0100", + "pubDate": "Thu, 02 Dec 2021 23:57:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273960,16 +299775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "06958271f15b52bd8900876eb0e8291d" + "hash": "4a13cb34bb509692402368d92252f50b" }, { - "title": "Investiture de Valérie Pécresse, mort de Pierre Rabhi, meetings de Zemmour et de Mélenchon… les infos à retenir du week-end", - "description": "Si vous n’avez pas suivi l’actualité de ce week-end des 4 et 5 décembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", - "content": "Si vous n’avez pas suivi l’actualité de ce week-end des 4 et 5 décembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", + "title": "Migrants dans la Manche : rebond épistolaire entre Paris et Londres", + "description": "Le premier ministre Jean Castex a adressé un courrier à son homologue britannique, Boris Johnson, dans lequel il estime qu’« une grande partie de la solution » se trouve au Royaume-Uni.", + "content": "Le premier ministre Jean Castex a adressé un courrier à son homologue britannique, Boris Johnson, dans lequel il estime qu’« une grande partie de la solution » se trouve au Royaume-Uni.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/05/investiture-de-valerie-pecresse-mort-de-pierre-rabhi-meetings-de-zemmour-et-de-melenchon-les-infos-a-retenir-du-week-end_6104833_4355770.html", + "link": "https://www.lemonde.fr/international/article/2021/12/02/migrants-dans-la-manche-rebond-epistolaire-entre-paris-et-londres_6104519_3210.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 21:13:40 +0100", + "pubDate": "Thu, 02 Dec 2021 23:35:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -273980,16 +299795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6fe0a3cdd80720abe5d95929802de90f" + "hash": "de3bb6a97c190544f935088b2720b949" }, { - "title": "Mondial de handball : les Bleues dominent les Slovènes et se qualifient pour le tour principal", - "description": "Pour leur deuxième match de la compétition, les Françaises ont battu la Slovénie 29-18 sans trembler. Elles affronteront mardi le Monténégro dans un match sans enjeu.", - "content": "Pour leur deuxième match de la compétition, les Françaises ont battu la Slovénie 29-18 sans trembler. Elles affronteront mardi le Monténégro dans un match sans enjeu.", + "title": "Meghan Markle remporte une bataille judiciaire contre un tabloïd britannique", + "description": "Le « Mail on Sunday » avait été condamné pour atteinte à la vie privée après avoir publié une lettre que la duchesse avait écrite à son père. La cour d’appel ayant rejeté le recours de l’éditeur du journal, la condamnation est confirmée.", + "content": "Le « Mail on Sunday » avait été condamné pour atteinte à la vie privée après avoir publié une lettre que la duchesse avait écrite à son père. La cour d’appel ayant rejeté le recours de l’éditeur du journal, la condamnation est confirmée.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/05/mondial-de-handball-les-bleues-dominent-les-slovenes-et-se-qualifient-pour-le-tour-principal_6104832_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/02/meghan-markle-remporte-une-bataille-judiciaire-contre-un-tabloid-britannique_6104518_3210.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 20:50:59 +0100", + "pubDate": "Thu, 02 Dec 2021 23:01:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274000,16 +299815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e42b9daaeacaa1ce41d5f993419f6274" + "hash": "5adfdaa9f22f765dbf7fae3e5fe58442" }, { - "title": "Tennis : la Russie remporte la Coupe Davis", - "description": "L’équipe de tennis de Russie a remporté la Coupe Davis pour la troisième fois en battant la Croatie dimanche, à Madrid.", - "content": "L’équipe de tennis de Russie a remporté la Coupe Davis pour la troisième fois en battant la Croatie dimanche, à Madrid.", + "title": "Margaux Pinot a cru « y laisser sa vie », Alain Schmitt fustige un « lynchage médiatique »", + "description": "La judoka de 27 ans accuse son compagnon de lui avoir asséné des coups, tiré les cheveux et d’avoir tenté de l’étrangler dans la nuit de samedi à dimanche. Lors d’une comparution immédiate mardi, le tribunal a relaxé Alain Schmitt.", + "content": "La judoka de 27 ans accuse son compagnon de lui avoir asséné des coups, tiré les cheveux et d’avoir tenté de l’étrangler dans la nuit de samedi à dimanche. Lors d’une comparution immédiate mardi, le tribunal a relaxé Alain Schmitt.", "category": "", - "link": "https://www.lemonde.fr/tennis/article/2021/12/05/tennis-la-russie-remporte-la-coupe-davis_6104829_1616659.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/02/margaux-pinot-a-cru-y-laisser-sa-vie-alain-schmitt-fustige-un-lynchage-mediatique_6104514_3224.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 20:39:06 +0100", + "pubDate": "Thu, 02 Dec 2021 20:58:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274020,16 +299835,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "196bdf972fe6fc351e2ae9cf9ca2f9d2" + "hash": "99ee993165f6f411d87fe2ac694da841" }, { - "title": "Je ne serais pas arrivée là si... avec l’historienne Mona Ozouf : « Je n’aime que les choses qui durent »", - "description": "Chaque semaine, « Le Monde » interroge une personnalité sur un moment décisif de sa vie. L’agrégée de philosophie et historienne spécialiste de la Révolution française, âgée de 90 ans, revient sur son enfance bretonne entourée de femmes, et se confie sur l’époque et le temps qui passe.", - "content": "Chaque semaine, « Le Monde » interroge une personnalité sur un moment décisif de sa vie. L’agrégée de philosophie et historienne spécialiste de la Révolution française, âgée de 90 ans, revient sur son enfance bretonne entourée de femmes, et se confie sur l’époque et le temps qui passe.", + "title": "Congrès des Républicains en direct : suivez les résultats du second tour entre Eric Ciotti et Valérie Pécresse", + "description": "Après sept semaines de précampagne, les adhérents de LR désigneront leur candidat ou candidate pour l’élection présidentielle de 2022. Les résultats sont attendus vers 14 h 30.", + "content": "Après sept semaines de précampagne, les adhérents de LR désigneront leur candidat ou candidate pour l’élection présidentielle de 2022. Les résultats sont attendus vers 14 h 30.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/05/mona-ozouf-je-n-aime-que-les-choses-qui-durent_6104769_3246.html", + "link": "https://www.lemonde.fr/politique/live/2021/12/04/congres-des-republicains-suivez-en-direct-les-resultats-du-second-tour_6104715_823448.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 03:45:10 +0100", + "pubDate": "Sat, 04 Dec 2021 12:32:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274040,16 +299855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "08d22a49384e08d1e9fe2853ef29d522" + "hash": "da5341264459b20b520853b326200303" }, { - "title": "Meeting d’Eric Zemmour : des militants antiracistes agressés par des participants", - "description": "Plusieurs militants de l’association SOS-Racisme présents dans la salle ont scandé « Non au racisme ». Selon les images, ils ont été attaqués et violemment frappés par certains participants au meeting. Plusieurs militants ont été blessés.", - "content": "Plusieurs militants de l’association SOS-Racisme présents dans la salle ont scandé « Non au racisme ». Selon les images, ils ont été attaqués et violemment frappés par certains participants au meeting. Plusieurs militants ont été blessés.", + "title": "Sur la côte Atlantique, une mystérieuse prolifération de poulpes", + "description": "Invasion ou retour, ces céphalopodes prospèrent sur les côtes à un point que les pêcheurs n’avaient jamais vu. Une aubaine pour ces derniers, mais une menace pour les crustacés et coquillages dont ils se nourrissent.", + "content": "Invasion ou retour, ces céphalopodes prospèrent sur les côtes à un point que les pêcheurs n’avaient jamais vu. Une aubaine pour ces derniers, mais une menace pour les crustacés et coquillages dont ils se nourrissent.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/meeting-d-eric-zemmour-violents-incidents-entre-des-participants-et-des-militants-antiracistes_6104827_6059010.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/02/sur-la-cote-atlantique-une-mysterieuse-proliferation-de-poulpes_6104381_3244.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 19:51:01 +0100", + "pubDate": "Thu, 02 Dec 2021 02:38:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274060,16 +299875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7ece5b09fd934615db27d8bc296533f" + "hash": "c11608b53c4577c6e3ca50e9656dda63" }, { - "title": "Bob Dole, ancien sénateur et figure de la politique américaine, est mort", - "description": "« A sa mort, à l’âge de 98 ans, il avait servi les Etats-Unis fidèlement pendant soixante-dix-neuf ans », a déclaré la Fondation Elizabeth Dole, précisant qu’il était décédé « dans son sommeil ».", - "content": "« A sa mort, à l’âge de 98 ans, il avait servi les Etats-Unis fidèlement pendant soixante-dix-neuf ans », a déclaré la Fondation Elizabeth Dole, précisant qu’il était décédé « dans son sommeil ».", + "title": "Congrès des Républicains en direct : suivez les résultats du second tour entre Eric Ciotti et Valérie Pécresse", + "description": "Après sept semaines de précampagne, les adhérents de LR désigneront leur candidat ou candidate pour l’élection présidentielle de 2022. Les résultats sont attendus vers 14 h 30.", + "content": "Après sept semaines de précampagne, les adhérents de LR désigneront leur candidat ou candidate pour l’élection présidentielle de 2022. Les résultats sont attendus vers 14 h 30.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/05/bob-dole-ancien-senateur-et-figure-de-la-politique-americaine-est-mort_6104824_3210.html", + "link": "https://www.lemonde.fr/politique/live/2021/12/04/congres-des-republicains-suivez-en-direct-les-resultats-du-second-tour_6104715_823448.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 18:46:46 +0100", + "pubDate": "Sat, 04 Dec 2021 12:32:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274080,16 +299895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea13069da5a419ac12d97a405fb3d1ef" + "hash": "e72c5379d3a91ee649c567c179416886" }, { - "title": "Le candidat d’extrême droite a officialisé le nom de sa formation politique, « Reconquête ».", - "description": "Le candidat d’extrême droite a officialisé, dimanche, le nom de sa formation politique, « Reconquête », lors d’un discours marqué par de violents affrontements entre des participants au meeting et des militants antiracistes.", - "content": "Le candidat d’extrême droite a officialisé, dimanche, le nom de sa formation politique, « Reconquête », lors d’un discours marqué par de violents affrontements entre des participants au meeting et des militants antiracistes.", + "title": "Covid-19 : en Belgique, les écoliers seront en vacances de Noël une semaine plus tôt", + "description": "En France, en raison de la cinquième vague et de l’arrivée du variant Omicron, un conseil de défense sanitaire se tiendra lundi afin de décider « s’il y a lieu de prendre des mesures complémentaires ».", + "content": "En France, en raison de la cinquième vague et de l’arrivée du variant Omicron, un conseil de défense sanitaire se tiendra lundi afin de décider « s’il y a lieu de prendre des mesures complémentaires ».", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/election-presidentielle-2022-eric-zemmour-veut-faire-une-demonstration-de-force-pour-son-meeting-a-villepinte_6104806_6059010.html", + "link": "https://www.lemonde.fr/planete/live/2021/12/03/covid-19-la-vaccination-probablement-ouverte-aux-enfants-de-5-a-11-ans-a-risque-des-decembre-un-conseil-de-defense-sanitaire-lundi_6104597_3244.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:01:53 +0100", + "pubDate": "Fri, 03 Dec 2021 12:21:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274100,16 +299915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "16d6aeabaf3ced8a8979ac51373ee048" + "hash": "60976bc6f64e86ae9ee2a12fa2acd4fa" }, { - "title": "Le candidat de La France insoumise a rassemblé ses soutiens à La Défense, dimanche, en se posant comme la principale alternative aux récentes candidatures de Valérie Pécresse et d’Eric Zemmour pour l’élection présidentielle.", - "description": "Le candidat de La France insoumise a rassemblé ses soutiens à La Défense, en se posant comme la principale alternative aux candidats de droite et à Emmanuel Macron, qui refuse « de venir dans l’arène, d’accepter de débattre ».", - "content": "Le candidat de La France insoumise a rassemblé ses soutiens à La Défense, en se posant comme la principale alternative aux candidats de droite et à Emmanuel Macron, qui refuse « de venir dans l’arène, d’accepter de débattre ».", + "title": "A Paris, les retraités manifestent pour une « vie décente »", + "description": "Plusieurs milliers de retraités ont manifesté jeudi à Paris pour dénoncer leur lente précarisation, ainsi qu’une dégradation des services publics.", + "content": "Plusieurs milliers de retraités ont manifesté jeudi à Paris pour dénoncer leur lente précarisation, ainsi qu’une dégradation des services publics.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/jean-luc-melenchon-tient-un-meeting-a-la-defense-pour-faire-l-union-populaire_6104807_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/02/a-paris-les-retraites-manifestent-pour-une-vie-decente_6104512_823448.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:11:14 +0100", + "pubDate": "Thu, 02 Dec 2021 20:35:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274120,16 +299935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34b1dd2f6728316a6c6859a3365fb185" + "hash": "f0ffcd4d9edb84cc791720ba0303896f" }, { - "title": "Encadrement des loyers : 37 % de loyers abusifs à Paris, 43 % en Seine-Saint-Denis", - "description": "Selon notre enquête, réalisée à partir de 8 753 annonces, les plafonds de loyers définis par la loi sont fréquemment dépassés, et les honoraires des agences sont excessifs dans 20 % des cas.", - "content": "Selon notre enquête, réalisée à partir de 8 753 annonces, les plafonds de loyers définis par la loi sont fréquemment dépassés, et les honoraires des agences sont excessifs dans 20 % des cas.", + "title": "Découverte d’une planète de lave et de fer", + "description": "Plus petit que la Terre, cet astre est surmonté d’un manteau fondu en surface et est ce que les astronomes appellent « une planète magma ». Les conditions de sa formation restent mystérieuses.", + "content": "Plus petit que la Terre, cet astre est surmonté d’un manteau fondu en surface et est ce que les astronomes appellent « une planète magma ». Les conditions de sa formation restent mystérieuses.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/12/05/encadrement-des-loyers-37-de-loyers-abusifs-a-paris-43-en-seine-saint-denis_6104818_4355770.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/02/decouverte-d-une-planete-de-lave-et-de-fer_6104509_1650684.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 16:41:20 +0100", + "pubDate": "Thu, 02 Dec 2021 20:00:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274140,16 +299955,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c7bd26b3608bb4fff995f6b74215b910" + "hash": "ab3728aef7ce28c2564e66af898ba5ff" }, { - "title": "Humour, théâtre, comédies musicales, opéra, danse, cirque, marionnettes : notre sélection de 20 spectacles à voir pour les fêtes de fin d’année", - "description": "Les critiques du « Monde » vous invitent à passer les fêtes sur les planches, en famille ou en solo.", - "content": "Les critiques du « Monde » vous invitent à passer les fêtes sur les planches, en famille ou en solo.", + "title": "Migrants dans la Manche : la France ne veut pas de patrouilles conjointes avec le Royaume-Uni", + "description": "Dans une lettre à Boris Johnson, le premier ministre français, Jean Castex, a déclaré ne pas pouvoir « accepter (…) que des policiers ou des militaires britanniques patrouillent sur nos côtes ; il en va de notre souveraineté ».", + "content": "Dans une lettre à Boris Johnson, le premier ministre français, Jean Castex, a déclaré ne pas pouvoir « accepter (…) que des policiers ou des militaires britanniques patrouillent sur nos côtes ; il en va de notre souveraineté ».", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/05/des-spectacles-a-voir-pour-les-fetes-de-fin-d-annee_6104758_3246.html", + "link": "https://www.lemonde.fr/international/article/2021/12/02/migrants-dans-la-manche-la-france-ne-veut-pas-de-patrouilles-conjointes-avec-le-royaume-uni_6104506_3210.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 00:46:04 +0100", + "pubDate": "Thu, 02 Dec 2021 19:31:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274160,16 +299975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "817d2d3301dfd15e8ab341f51433b33a" + "hash": "a8226053e45ae31bd51c1ad1021df26c" }, { - "title": "Ligue 1 : le Stade rennais surclasse Saint-Etienne et grimpe à la deuxième place, Monaco déroule", - "description": "Vainqueurs faciles des Stéphanois (5-0) pour la 17e journée de championnat, les Rennais s’emparent de la deuxième place, derrière le PSG.", - "content": "Vainqueurs faciles des Stéphanois (5-0) pour la 17e journée de championnat, les Rennais s’emparent de la deuxième place, derrière le PSG.", + "title": "Congrès Les Républicains : Eric Ciotti et Valérie Pécresse en route pour le second tour", + "description": "Arrivés en tête du premier tour, les deux candidats s’affronteront pour un second vote des adhérents du parti, entre vendredi et samedi. Xavier Bertrand, Michel Barnier et Philippe Juvin ont annoncé soutenir Valérie Pécresse.", + "content": "Arrivés en tête du premier tour, les deux candidats s’affronteront pour un second vote des adhérents du parti, entre vendredi et samedi. Xavier Bertrand, Michel Barnier et Philippe Juvin ont annoncé soutenir Valérie Pécresse.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/05/ligue-1-le-stade-rennais-surclasse-saint-etienne-et-grimpe-a-la-deuxieme-place_6104815_3242.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/02/congres-les-republicains-eric-ciotti-et-valerie-pecresse-en-route-pour-le-second-tour_6104505_6059010.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:19:46 +0100", + "pubDate": "Thu, 02 Dec 2021 19:01:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274180,16 +299995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb75f3e42a17ec9a0665fb7d8d1dd19e" + "hash": "ae0641e194c264f7175767396c1fc003" }, { - "title": "Eric Ciotti met en garde Valérie Pécresse, qui n’envoie pas le « bon message » après sa désignation comme candidate de la droite", - "description": "« Je la soutiens, mais j’entends que mes idées soient représentées avec force », a insisté le finaliste du congrès LR, Eric Ciotti.", - "content": "« Je la soutiens, mais j’entends que mes idées soient représentées avec force », a insisté le finaliste du congrès LR, Eric Ciotti.", + "title": "Etat de droit : la justice européenne appelée à rejeter le recours de la Pologne et de la Hongrie", + "description": "L’avocat général de la Cour de justice de l’Union européenne recommande aux juges de rejeter la demande engagée par Varsovie et Budapest d’annuler le mécanisme qui conditionne le versement de fonds communautaires au respect du droit.", + "content": "L’avocat général de la Cour de justice de l’Union européenne recommande aux juges de rejeter la demande engagée par Varsovie et Budapest d’annuler le mécanisme qui conditionne le versement de fonds communautaires au respect du droit.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/eric-ciotti-met-en-garde-valerie-pecresse-qui-n-envoie-pas-le-bon-message_6104813_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/02/etat-de-droit-la-justice-europeenne-appelee-a-rejeter-le-recours-de-la-pologne-et-de-la-hongrie_6104495_3210.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 14:55:58 +0100", + "pubDate": "Thu, 02 Dec 2021 18:05:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274200,16 +300015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "efd1b848b7a2d53fedbb7edbf4646eac" + "hash": "582987ae859608bcfbdc32b49bd8d1cc" }, { - "title": "Biathlon : le relais féminin décroche la première victoire française de la saison", - "description": "Dans la foulée de la belle poursuite de samedi, les Françaises ont remporté le relais d’Ostersund, dimanche lors de la deuxième manche de la Coupe du monde. Leur première victoire dans l’exercice depuis 2019.", - "content": "Dans la foulée de la belle poursuite de samedi, les Françaises ont remporté le relais d’Ostersund, dimanche lors de la deuxième manche de la Coupe du monde. Leur première victoire dans l’exercice depuis 2019.", + "title": "Crise des migrants : les Etats-Unis, le Royaume-Uni, le Canada et l’UE annoncent de nouvelles sanctions contre la Biélorussie", + "description": "Minsk est accusé de « violations répétées des droits humains » et de nourrir depuis l’été une vaste crise migratoire à la frontière polono-biélorusse.", + "content": "Minsk est accusé de « violations répétées des droits humains » et de nourrir depuis l’été une vaste crise migratoire à la frontière polono-biélorusse.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/05/biathlon-le-relais-feminin-decroche-la-premiere-victoire-francaise-de-la-saison_6104812_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/02/crise-des-migrants-les-etats-unis-le-royaume-uni-le-canada-et-l-ue-annoncent-de-nouvelles-sanctions-contre-la-bielorussie_6104491_3210.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 14:16:41 +0100", + "pubDate": "Thu, 02 Dec 2021 17:59:37 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274220,16 +300035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9af42d64a4d12f59e12a3de38f15df12" + "hash": "d419e7ed869f4c45a06c21c16e22c792" }, { - "title": "« Avoir quelqu’un qui va mourir et vous dit qu’il regrette... C’est dur » : à l’hôpital de Colmar, les soignants face à une vague de non-vaccinés", - "description": "Face à l’avancée de l’épidémie en Alsace, le plan blanc a été déclenché le 1er décembre, ravivant le souvenir de mars 2020, quand la maladie avait touché la région violemment avant le reste du pays.", - "content": "Face à l’avancée de l’épidémie en Alsace, le plan blanc a été déclenché le 1er décembre, ravivant le souvenir de mars 2020, quand la maladie avait touché la région violemment avant le reste du pays.", + "title": "Electricité : la libéralisation du marché européen suscite des critiques", + "description": "Réunis à Bruxelles, les ministres de l’énergie planchent sur les pistes de réforme d’un marché dont le fonctionnement est largement critiqué en raison de la flambée des prix.", + "content": "Réunis à Bruxelles, les ministres de l’énergie planchent sur les pistes de réforme d’un marché dont le fonctionnement est largement critiqué en raison de la flambée des prix.", "category": "", - "link": "https://www.lemonde.fr/sante/article/2021/12/05/a-l-hopital-de-colmar-une-vague-de-non-vaccines-contre-le-covid-19_6104768_1651302.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/02/electricite-la-liberalisation-du-marche-europeen-suscite-des-critiques_6104490_3234.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 03:24:09 +0100", + "pubDate": "Thu, 02 Dec 2021 17:58:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274240,16 +300055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ce5ddabf5d8b01af38890f958babbe42" + "hash": "24674d35795bac94101f4e742b768d11" }, { - "title": "Covid-19 : en Israël, la fermeture des frontières désespère les professionnels du tourisme", - "description": "Les frontières, rouvertes début novembre, se sont refermées brusquement devant la menace du variant Omicron.", - "content": "Les frontières, rouvertes début novembre, se sont refermées brusquement devant la menace du variant Omicron.", + "title": "Retrouvez les principales propositions des finalistes à l’investiture des Républicains pour l’élection présidentielle – Eric Ciotti et Valérie Pécresse –, qui seront départagés lors du second tour du congrès LR, qui se déroulera les 3 et 4 décembre.", + "description": "Retrouvez les principales propositions des finalistes à l’investiture des Républicains pour l’élection présidentielle – Eric Ciotti et Valérie Pécresse –, qui seront départagés lors du second tour du congrès LR, qui se déroulera les 3 et 4 décembre.", + "content": "Retrouvez les principales propositions des finalistes à l’investiture des Républicains pour l’élection présidentielle – Eric Ciotti et Valérie Pécresse –, qui seront départagés lors du second tour du congrès LR, qui se déroulera les 3 et 4 décembre.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/05/covid-19-en-israel-la-fermeture-des-frontieres-desespere-les-professionnels-du-tourisme_6104804_3244.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/23/congres-lr-comparez-les-programmes-des-cinq-candidats_6103321_4355770.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 12:30:16 +0100", + "pubDate": "Tue, 23 Nov 2021 19:07:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274260,16 +300075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d61279031f1c00b6ad7eab603c4a2d1a" + "hash": "eb37957b3e83304bd4989dc9ecb5b97d" }, { - "title": "Covid-19 : « Hausse préoccupante » des cas du variant Omicron au Danemark, nouvelle manifestation anti-restrictions en Belgique", - "description": "Le gouvernement britannique a décidé de renforcer de nouveau les conditions d’entrée des voyageurs sur son territoire pour tenter de limiter la hausse des contaminations.", - "content": "Le gouvernement britannique a décidé de renforcer de nouveau les conditions d’entrée des voyageurs sur son territoire pour tenter de limiter la hausse des contaminations.", + "title": "Jean-Vincent Placé visé par une enquête pour harcèlement sexuel", + "description": "Une ancienne collaboratrice du sénateur a porté plainte la semaine dernière pour des faits de harcèlement sexuel, qui auraient été commis entre 2012 et 2016. Contacté, M. Placé a dit « prendre acte » de la plainte.", + "content": "Une ancienne collaboratrice du sénateur a porté plainte la semaine dernière pour des faits de harcèlement sexuel, qui auraient été commis entre 2012 et 2016. Contacté, M. Placé a dit « prendre acte » de la plainte.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/05/covid-19-face-au-variant-omicron-un-test-negatif-obligatoire-pour-se-rendre-au-royaume-uni_6104801_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/02/jean-vincent-place-vise-par-une-enquete-pour-harcelement-sexuel_6104489_3224.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 12:04:11 +0100", + "pubDate": "Thu, 02 Dec 2021 17:51:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274280,16 +300095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d68b46736ef8d676ef51677470a0c58a" + "hash": "0c23e5bf080623168637b8d18585c885" }, { - "title": "« Arrêtons ce naufrage de civilisation ! » : à Lesbos, l’adresse cinglante du pape François à l’Europe sur la question migratoire", - "description": "Lors d’une visite sur l’île où arrivent des personnes aspirant à l’exil en Europe, François a prononcé son discours le plus ardent en faveur d’un changement radical dans l’attitude des pays de l’UE envers les migrants.", - "content": "Lors d’une visite sur l’île où arrivent des personnes aspirant à l’exil en Europe, François a prononcé son discours le plus ardent en faveur d’un changement radical dans l’attitude des pays de l’UE envers les migrants.", + "title": "Emmanuel Macron rend hommage à Valéry Giscard d’Estaing et défend une initiative législative pour le Parlement européen", + "description": "Valéry Giscard d’Estaing « a rendu l’Union européenne plus solide et solidaire », a déclaré le chef de l’Etat lors d’une cérémonie d’hommage à l’ancien président de la République, où il a plaidé pour un « renforcement » du rôle du Parlement européen.", + "content": "Valéry Giscard d’Estaing « a rendu l’Union européenne plus solide et solidaire », a déclaré le chef de l’Etat lors d’une cérémonie d’hommage à l’ancien président de la République, où il a plaidé pour un « renforcement » du rôle du Parlement européen.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/05/le-pape-francois-a-lesbos-arretons-ce-naufrage-de-civilisation_6104799_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/02/emmanuel-macron-rend-hommage-a-valery-giscard-d-estaing-et-defend-une-initiative-legislative-pour-le-parlement-europeen_6104482_823448.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 11:25:17 +0100", + "pubDate": "Thu, 02 Dec 2021 17:06:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274300,16 +300115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d663067f896db5be7b4157bfa807ae19" + "hash": "0aca0ff5ddb503323ad50b0ff76a5bcd" }, { - "title": "Le pape François est arrivé dimanche au camp de Mavrovouni dans l’île grecque de Lesbos pour y plaider en faveur d’un meilleur accueil des réfugiés.", - "description": "Le pape François est arrivé dimanche au camp de Mavrovouni pour y plaider en faveur d’un meilleur accueil des réfugiés, cinq ans après une première visite au pic de la crise migratoire.", - "content": "Le pape François est arrivé dimanche au camp de Mavrovouni pour y plaider en faveur d’un meilleur accueil des réfugiés, cinq ans après une première visite au pic de la crise migratoire.", + "title": "Canal+ et le cinéma français parviennent à un accord sur la chronologie des médias", + "description": "La chronologie des médias régit les dates auxquelles les films peuvent être diffusés dans les mois qui suivent leur sortie au cinéma. Ces règles sont l’objet d’intenses négociations depuis l’essor des plates-formes de streaming.", + "content": "La chronologie des médias régit les dates auxquelles les films peuvent être diffusés dans les mois qui suivent leur sortie au cinéma. Ces règles sont l’objet d’intenses négociations depuis l’essor des plates-formes de streaming.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/04/a-lesbos-les-refugies-attendent-avec-impatience-le-pape_6104682_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/02/canal-et-le-cinema-francais-parviennent-a-un-accord-sur-la-chronologie-des-medias_6104473_3246.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 06:00:11 +0100", + "pubDate": "Thu, 02 Dec 2021 16:39:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274320,16 +300135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a371ca7aac4984075dd0e7422ea1659d" + "hash": "bb274a403cae01d2161f55eb5a36f9c1" }, { - "title": "L’Europe fait un premier pas pour lutter contre le phénomène des « travailleurs pauvres »", - "description": "A défaut de pouvoir imposer un salaire minimum aux pays de l’UE, les Vingt-Sept ont adopté, lundi 6 décembre, une position commune sur de nouvelles règles européennes visant à améliorer les bas salaires.", - "content": "A défaut de pouvoir imposer un salaire minimum aux pays de l’UE, les Vingt-Sept ont adopté, lundi 6 décembre, une position commune sur de nouvelles règles européennes visant à améliorer les bas salaires.", + "title": "La fourrure animale va disparaître du magazine de mode « Elle »", + "description": "Les 45 éditions de cette publication – qui revendique 33 millions de lecteurs – se sont engagées à exclure la fourrure. Treize d’entre elles appliquent déjà cette mesure.", + "content": "Les 45 éditions de cette publication – qui revendique 33 millions de lecteurs – se sont engagées à exclure la fourrure. Treize d’entre elles appliquent déjà cette mesure.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/06/l-europe-fait-un-premier-pas-pour-lutter-contre-le-phenomene-des-travailleurs-pauvres_6104947_3234.html", + "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/02/la-fourrure-animale-va-disparaitre-du-magazine-de-mode-elle_6104472_3236.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 20:32:58 +0100", + "pubDate": "Thu, 02 Dec 2021 16:39:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274340,16 +300155,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b11407ef416d6ef636302df0c634fdcb" + "hash": "5dc04e69bf109060fc9cf2e34fc51fe1" }, { - "title": "Une enquête ouverte sur les violences lors du meeting d’Eric Zemmour à Villepinte", - "description": "Les investigations confiées à la sûreté départementale portent notamment sur des violences contre des militants de SOS-Racisme présents lors de la première réunion publique de la campagne présidentielle de M. Zemmour et sur l’empoignade du candidat par un individu avant son entrée en scène.", - "content": "Les investigations confiées à la sûreté départementale portent notamment sur des violences contre des militants de SOS-Racisme présents lors de la première réunion publique de la campagne présidentielle de M. Zemmour et sur l’empoignade du candidat par un individu avant son entrée en scène.", + "title": "Chine : l’argent sale de Macao dans le viseur des autorités centrales", + "description": "Dans la capitale mondiale des casinos, le coup de filet contre onze personnes dont Alvin Chau, le sulfureux « roi du pari » de la région, sonne comme un avertissement.", + "content": "Dans la capitale mondiale des casinos, le coup de filet contre onze personnes dont Alvin Chau, le sulfureux « roi du pari » de la région, sonne comme un avertissement.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/06/violences-au-congres-d-eric-zemmour-la-droite-et-l-extreme-droite-denoncent-la-provocation-de-sos-racisme_6104889_6059010.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/02/chine-l-argent-sale-de-macao-dans-le-viseur-des-autorites-centrales_6104470_3234.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:54:09 +0100", + "pubDate": "Thu, 02 Dec 2021 15:58:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274360,56 +300175,56 @@ "favorite": false, "created": false, "tags": [], - "hash": "f392cfcdefc30ab895cc3929caaa3ea9" + "hash": "d6be4e6a8a94fe60b56893e30aca8d4c" }, { - "title": "« Valérie Pécresse, c’est le retour de la rente en politique », réagit le porte-parole du gouvernement, Gabriel Attal.", - "description": "Après la désignations de Valérie Pécresse pour la course à l’Elysée, les autres prétendants ont critiqué sa ligne, trop droitière pour l’opposition de gauche, trop « macroniste » pour l’extrême droite.", - "content": "Après la désignations de Valérie Pécresse pour la course à l’Elysée, les autres prétendants ont critiqué sa ligne, trop droitière pour l’opposition de gauche, trop « macroniste » pour l’extrême droite.", + "title": "La Russie espère un « contact » entre Vladimir Poutine et Joe Biden pour apaiser les tensions en Ukraine", + "description": "Les sujets de tensions entre Washington et Moscou se sont multipliés au cours des derniers mois, malgré la volonté d’apaisement affichée par MM. Poutine et Biden lors d’un premier sommet historique, en juin, à Genève.", + "content": "Les sujets de tensions entre Washington et Moscou se sont multipliés au cours des derniers mois, malgré la volonté d’apaisement affichée par MM. Poutine et Biden lors d’un premier sommet historique, en juin, à Genève.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/04/valerie-pecresse-designee-candidate-de-lr-pour-la-presidentielle-les-reactions-de-l-opposition_6104754_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/02/ukraine-moscou-espere-un-contact-entre-poutine-et-biden-pour-apaiser-les-tensions_6104467_3210.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 20:47:31 +0100", + "pubDate": "Thu, 02 Dec 2021 15:13:55 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "62690522b11641053126710ec16e2264" + "hash": "e3032c85b580f277b8df9b747eafac4d" }, { - "title": "En Arabie saoudite, Emmanuel Macron renoue avec le prince héritier Mohammed Ben Salman, trois ans après le meurtre de Jamal Khashoggi", - "description": "Le président français s’est entretenu et a déjeuné samedi avec le prince héritier saoudien, mis en cause dans la mort du journaliste en 2018. « Une très grande partie de l’avenir de toute la région se joue ici », a-t-il justifié face aux critiques.", - "content": "Le président français s’est entretenu et a déjeuné samedi avec le prince héritier saoudien, mis en cause dans la mort du journaliste en 2018. « Une très grande partie de l’avenir de toute la région se joue ici », a-t-il justifié face aux critiques.", + "title": "Eliminé du congrès LR, Xavier Bertrand appelle à voter Valérie Pécresse au second tour", + "description": "La présidente du conseil régional d’Ile-de-France et Eric Ciotti s’affronteront pour l’investiture des Républicains à l’élection présidentielle de 2022, a annoncé le président du parti, Christian Jacob, à l’issue du premier tour du vote électronique des adhérents de LR.", + "content": "La présidente du conseil régional d’Ile-de-France et Eric Ciotti s’affronteront pour l’investiture des Républicains à l’élection présidentielle de 2022, a annoncé le président du parti, Christian Jacob, à l’issue du premier tour du vote électronique des adhérents de LR.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/05/en-arabie-saoudite-emmanuel-macron-renoue-avec-mohammed-ben-salman-trois-ans-apres-le-meurtre-de-jamal-khashoggi_6104770_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/live/2021/12/02/congres-les-republicains-quels-finalistes-pour-l-investiture-du-parti-suivez-en-direct-les-resultats-du-premier-tour_6104451_6059010.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 04:12:55 +0100", + "pubDate": "Thu, 02 Dec 2021 12:32:44 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11c261ec6cf57659ce815d2e3f361344" + "hash": "f0394c13481425aab16d48c474f31b42" }, { - "title": "En Corse, les relations se tendent entre Simeoni et le préfet", - "description": "Le président du conseil exécutif de Corse refuse de payer une amende de 86 millions d’euros due à Corsica Ferries. Le préfet menace de prélever la somme dans les caisses territoriales.", - "content": "Le président du conseil exécutif de Corse refuse de payer une amende de 86 millions d’euros due à Corsica Ferries. Le préfet menace de prélever la somme dans les caisses territoriales.", + "title": "Xavier Bertrand, l’ex-cavalier seul, éliminé dès le premier tour de l’investiture Les Républicains à la présidentielle 2022", + "description": "Le président du conseil régional des Hauts-de-France est arrivé quatrième du scrutin en réunissant 22,36 % des voix. Ce sont Eric Ciotti et Valérie Pécresse, qui s’affronteront au second tour tenu entre vendredi et samedi.", + "content": "Le président du conseil régional des Hauts-de-France est arrivé quatrième du scrutin en réunissant 22,36 % des voix. Ce sont Eric Ciotti et Valérie Pécresse, qui s’affronteront au second tour tenu entre vendredi et samedi.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/05/en-corse-les-relations-se-tendent-entre-simeoni-et-le-prefet_6104791_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/02/congres-les-republicains-xavier-bertrand-l-ex-cavalier-seul-elimine-des-le-premier-tour_6104465_823448.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 09:01:38 +0100", + "pubDate": "Thu, 02 Dec 2021 14:56:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274420,36 +300235,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "5209e9152631521b77985e9601910875" + "hash": "1cc2045d1cb48edfa210370c57e33a28" }, { - "title": "Une Miss Univers 2021 très politique en Israël", - "description": "Le concours de Miss Univers, qui se tiendra dimanche prochain en Israël, verra la première participation des Emirats, sur fond de polémiques en Grèce, au Maroc ou en Afrique du Sud.", - "content": "Le concours de Miss Univers, qui se tiendra dimanche prochain en Israël, verra la première participation des Emirats, sur fond de polémiques en Grèce, au Maroc ou en Afrique du Sud.", + "title": "Valérie Pécresse, la challengeuse, qualifiée pour le second tour de l’investiture Les Républicains", + "description": "Au congrès, la candidate s’est qualifiée avec 25 % des voix. Elle affrontera au second tour Eric Ciotti, qui a rassemblé 25,59 % des votes.", + "content": "Au congrès, la candidate s’est qualifiée avec 25 % des voix. Elle affrontera au second tour Eric Ciotti, qui a rassemblé 25,59 % des votes.", "category": "", - "link": "https://www.lemonde.fr/blog/filiu/2021/12/05/une-miss-univers-2021-tres-politique-en-israel/", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/02/congres-les-republicains-valerie-pecresse-la-challengeuse-qualifiee-pour-le-second-tour_6104464_6059010.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 08:23:04 +0100", + "pubDate": "Thu, 02 Dec 2021 14:50:59 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d0af7c778cdf972d0450b06ad416622c" + "hash": "9db1c4af6fd2f4cffa23c1ce68fd6e31" }, { - "title": "Covid-19 : le maire de New York impose la vaccination obligatoire pour tout le secteur privé", - "description": "Tous les « employeurs du secteur privé à New York seront concernés par l’obligation vaccinale à compter du 27 décembre », soit quelque 184 000 entreprises, sociétés et commerces.", - "content": "Tous les « employeurs du secteur privé à New York seront concernés par l’obligation vaccinale à compter du 27 décembre », soit quelque 184 000 entreprises, sociétés et commerces.", + "title": "Eric Ciotti, le candidat le plus à droite, arrive en tête du premier tour de l’investiture ses Républicains", + "description": "Le candidat, qui se revendique comme le plus à droite du congrès du parti LR, a remporté 25,59 % des voix des adhérents, et affrontera Valérie Pécresse au second tour, qui a rassemblé 25 % des votes.", + "content": "Le candidat, qui se revendique comme le plus à droite du congrès du parti LR, a remporté 25,59 % des voix des adhérents, et affrontera Valérie Pécresse au second tour, qui a rassemblé 25 % des votes.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/06/covid-19-le-maire-de-new-york-impose-la-vaccination-obligatoire-pour-tout-le-secteur-prive_6104924_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/02/congres-les-republicains-eric-ciotti-le-candidat-le-plus-a-droite-arrive-en-tete-du-premier-tour_6104463_823448.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 16:13:52 +0100", + "pubDate": "Thu, 02 Dec 2021 14:49:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274460,16 +300275,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b43243ccb4f72d3371c48ac1fcbd17f1" + "hash": "7969e941ad34c39dd8e0da0a25f294af" }, { - "title": "« Je veux rassembler toutes les sensibilités de la droite » : Valérie Pécresse sur les terres d’Eric Ciotti pour son premier déplacement de campagne", - "description": "Pour son premier déplacement de campagne, la candidate de la droite à l’élection présidentielle se rend notamment à Saint-Martin-Vésubie avec Eric Ciotti, finaliste malheureux du congrès du parti Les Républicains.", - "content": "Pour son premier déplacement de campagne, la candidate de la droite à l’élection présidentielle se rend notamment à Saint-Martin-Vésubie avec Eric Ciotti, finaliste malheureux du congrès du parti Les Républicains.", + "title": "L’ancien chancelier autrichien Sebastian Kurz annonce son retrait de la vie politique", + "description": "M. Kurz avait quitté son poste de chancelier en octobre après le lancement d’une enquête à son encontre, tout en restant à la tête du parti conservateur ÖVP.", + "content": "M. Kurz avait quitté son poste de chancelier en octobre après le lancement d’une enquête à son encontre, tout en restant à la tête du parti conservateur ÖVP.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/06/valerie-pecresse-sur-les-terres-d-eric-ciotti-pour-son-premier-deplacement-de-campagne_6104904_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/02/l-ancien-chancelier-autrichien-sebastian-kurz-annonce-son-retrait-de-la-vie-politique_6104458_3210.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:34:55 +0100", + "pubDate": "Thu, 02 Dec 2021 13:34:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274480,16 +300295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "01d63f503c42a2fc0fc42e9253a10135" + "hash": "6d63a687d38e078d0d4cb9ed9c29145a" }, { - "title": "Au Venezuela, l’opposition se mobilise après l’annulation du scrutin dans le fief de Chavez", - "description": "Le candidat de l’opposition, Freddy Superlano, a été déclaré inéligible après avoir remporté l’élection de gouverneur dans l’Etat de Barinas. C’est son épouse qui se présentera au prochain scrutin, le 9 janvier.", - "content": "Le candidat de l’opposition, Freddy Superlano, a été déclaré inéligible après avoir remporté l’élection de gouverneur dans l’Etat de Barinas. C’est son épouse qui se présentera au prochain scrutin, le 9 janvier.", + "title": "Le premier cas, en Ile-de-France, concerne un homme revenant d’un séjour au Nigéria, non vacciné contre le Covid-19. Le second cas, détecté dans le Haut-Rhin, concerne une femme présentant un schéma vaccinal complet.", + "description": "Le premier cas, en Ile-de-France, concerne un homme revenant d’un séjour au Nigéria, non vacciné contre le Covid-19. Le second cas, détecté dans le Haut-Rhin, concerne une femme présentant un schéma vaccinal complet.", + "content": "Le premier cas, en Ile-de-France, concerne un homme revenant d’un séjour au Nigéria, non vacciné contre le Covid-19. Le second cas, détecté dans le Haut-Rhin, concerne une femme présentant un schéma vaccinal complet.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/05/au-venezuela-l-opposition-se-mobilise-apres-l-annulation-du-scrutin-dans-le-fief-de-chavez_6104780_3210.html", + "link": "https://www.lemonde.fr/planete/live/2021/12/02/covid-19-en-france-deux-premiers-cas-de-variant-omicron-confirmes-en-metropole_6104423_3244.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 06:51:09 +0100", + "pubDate": "Thu, 02 Dec 2021 10:29:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274500,16 +300315,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "85d27d9f1c90be0588331911d92ecda6" + "hash": "1acfb0455736e8092e38957ea269fc8b" }, { - "title": "Afghanistan : inquiétudes autour d’« exécutions sommaires » d’anciens policiers par les talibans", - "description": "Washington et ses alliées – dont la France – demandent l’ouverture rapide d’enquêtes après que l’ONG Human Rights Watch a fait état « des meurtres ou des disparitions dont ont été victimes 47 anciens membres des Forces nationales de sécurité afghanes » par les talibans entre août et la fin d’octobre.", - "content": "Washington et ses alliées – dont la France – demandent l’ouverture rapide d’enquêtes après que l’ONG Human Rights Watch a fait état « des meurtres ou des disparitions dont ont été victimes 47 anciens membres des Forces nationales de sécurité afghanes » par les talibans entre août et la fin d’octobre.", + "title": "Le pape François accepte la démission de Mgr Michel Aupetit, l’archevêque de Paris", + "description": "Le prélat a admis avoir eu « un comportement ambigu » envers une femme en 2012. Seul le pape avait le pouvoir d’accepter ou de rejeter sa demande de démission.", + "content": "Le prélat a admis avoir eu « un comportement ambigu » envers une femme en 2012. Seul le pape avait le pouvoir d’accepter ou de rejeter sa demande de démission.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/05/afghanistan-inquietudes-autour-d-executions-sommaires-d-ex-policiers-par-les-talibans_6104772_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/02/le-pape-francois-accepte-la-demission-de-mgr-michel-aupetit-l-archeveque-de-paris_6104452_3224.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 04:36:44 +0100", + "pubDate": "Thu, 02 Dec 2021 12:39:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274520,16 +300335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "826c123a961e0bb66acc3e647f83e72e" + "hash": "788e3045d1346cceadf94dfb459952bf" }, { - "title": "Olivier Ubéda, le maître image d’Eric Zemmour", - "description": "A la fois directeur des événements, conseiller en communication et responsable des relations presse, il met en musique la campagne du candidat d’extrême droite. Très endetté, il veut faire oublier qu’il n’a plus le droit de diriger une entreprise pendant dix ans.", - "content": "A la fois directeur des événements, conseiller en communication et responsable des relations presse, il met en musique la campagne du candidat d’extrême droite. Très endetté, il veut faire oublier qu’il n’a plus le droit de diriger une entreprise pendant dix ans.", + "title": "Peng Shuai : le CIO affirme s’être à nouveau entretenu avec la joueuse et défend sa démarche", + "description": "L’instance olympique est accusée de « complicité » avec les autorités chinoises pour museler la parole de Peng Shuai, qui a accusé d’agression sexuelle l’ancien vice-premier ministre chinois Zhang Gaoli.", + "content": "L’instance olympique est accusée de « complicité » avec les autorités chinoises pour museler la parole de Peng Shuai, qui a accusé d’agression sexuelle l’ancien vice-premier ministre chinois Zhang Gaoli.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/election-presidentielle-2022-olivier-ubeda-le-maitre-image-d-eric-zemmour_6104771_6059010.html", + "link": "https://www.lemonde.fr/tennis/article/2021/12/02/peng-shuai-le-cio-affirme-s-etre-a-nouveau-entretenu-avec-la-joueuse-et-defend-sa-demarche_6104450_1616659.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 04:26:14 +0100", + "pubDate": "Thu, 02 Dec 2021 12:18:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274540,16 +300355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b77f37eb2604d9f843c4fe0fd91ee84b" + "hash": "3277d8ee1b97f4afb74d5a5575e13aaa" }, { - "title": "Pollution de l’eau : un plan de lutte contre les nitrates sans ambition", - "description": "Non contraignant, le septième plan de lutte contre les nitrates d’origine agricole, présenté vendredi aux membres du Conseil national de l’eau, pourrait s’avérer aussi inefficace que les six précédents.", - "content": "Non contraignant, le septième plan de lutte contre les nitrates d’origine agricole, présenté vendredi aux membres du Conseil national de l’eau, pourrait s’avérer aussi inefficace que les six précédents.", + "title": "Entretien exclusif | Vichy et les juifs : l’historien Robert O. Paxton répond à Eric Zemmour", + "description": "Eric Zemmour répète depuis 2014 que le régime de Vichy aurait « protégé les juifs français et donné les juifs étrangers ». Cible du polémiste, l’historien américain Robert O. Paxton répond, dans un rare entretien accordé au « Monde » depuis New York.", + "content": "Eric Zemmour répète depuis 2014 que le régime de Vichy aurait « protégé les juifs français et donné les juifs étrangers ». Cible du polémiste, l’historien américain Robert O. Paxton répond, dans un rare entretien accordé au « Monde » depuis New York.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/05/pollution-de-l-eau-un-nouveau-plan-sans-ambition-de-lutte-contre-les-nitrates_6104767_3244.html", + "link": "https://www.lemonde.fr/societe/video/2021/12/02/vichy-et-les-juifs-l-historien-robert-o-paxton-repond-a-eric-zemmour-dans-un-rare-entretien-au-monde_6104444_3224.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 03:16:40 +0100", + "pubDate": "Thu, 02 Dec 2021 11:58:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274560,16 +300375,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b17aaeb31eafd6c930047e6478676cff" + "hash": "fc1e3f764654292bc29cd984849ce70e" }, { - "title": "Le Téléthon 2021 retrouve un montant de promesses de dons similaire à celui d’avant la pandémie", - "description": "Le compteur, cette année, a atteint près de 74 millions d’euros lors d’une 35e édition qui a renoué avec le terrain, après une précédente confinée pour cause de Covid-19.", - "content": "Le compteur, cette année, a atteint près de 74 millions d’euros lors d’une 35e édition qui a renoué avec le terrain, après une précédente confinée pour cause de Covid-19.", + "title": "Marine Le Pen propose de remplacer l’IFI par un « impôt sur la fortune financière »", + "description": "La candidate du Rassemblement national à l’élection présidentielle de 2022 souhaite revenir à un impôt sur la fortune dont seraient exonérés certains biens immobiliers et patrimoniaux.", + "content": "La candidate du Rassemblement national à l’élection présidentielle de 2022 souhaite revenir à un impôt sur la fortune dont seraient exonérés certains biens immobiliers et patrimoniaux.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/05/le-telethon-2021-retrouve-un-montant-de-promesses-de-dons-similaire-a-celui-d-avant-la-pandemie_6104766_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/02/marine-le-pen-propose-de-remplacer-l-ifi-par-un-impot-sur-la-fortune-financiere_6104442_6059010.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 03:10:29 +0100", + "pubDate": "Thu, 02 Dec 2021 11:33:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274580,16 +300395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb1c01079e612cd4812796fcd5bf6720" + "hash": "3340d5d7f69035931c4a27f576d7b891" }, { - "title": "Sur l’île de Java, l’éruption spectaculaire et meurtrière du volcan Semeru", - "description": "Au moins 14 personnes sont mortes et plusieurs dizaines blessées, dont beaucoup atteints de brûlures, après l’éruption, samedi, du volcan, qui a poussé beaucoup d’habitants à fuir.", - "content": "Au moins 14 personnes sont mortes et plusieurs dizaines blessées, dont beaucoup atteints de brûlures, après l’éruption, samedi, du volcan, qui a poussé beaucoup d’habitants à fuir.", + "title": "Tir accidentel d’Alec Baldwin : l’acteur assure ne pas avoir pressé la détente", + "description": "Dans un entretien à la chaîne américaine ABC, il dit n’avoir « aucune idée » de la façon dont une munition réelle a pu se trouver sur le plateau du film, aboutissant à la mort accidentelle de la directrice de la photographie Halyna Hutchins.", + "content": "Dans un entretien à la chaîne américaine ABC, il dit n’avoir « aucune idée » de la façon dont une munition réelle a pu se trouver sur le plateau du film, aboutissant à la mort accidentelle de la directrice de la photographie Halyna Hutchins.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/05/indonesie-l-eruption-du-volcan-semeru-provoque-la-panique-et-la-fuite-de-milliers-de-riverains_6104761_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/02/tir-accidentel-d-alec-baldwin-l-acteur-assure-ne-pas-avoir-presse-la-detente_6104441_3210.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 01:09:53 +0100", + "pubDate": "Thu, 02 Dec 2021 11:24:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274600,36 +300415,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "f9ebde56496528290bd05a7de4b77bad" + "hash": "e22d5c8088bc3f3a5ffa4ca5212bf531" }, { - "title": "Les Parisiens sont champions d’automne deux journées avant la fin de la phase aller, mais ils ont évité de justesse la défaite, en égalisant dans les derniers instants de la rencontre (1-1).", - "description": "Les Parisiens sont champions d’automne deux journées avant la fin de la phase aller, mais ils ont évité de justesse la défaite, en égalisant dans les derniers instants de la rencontre (1-1). Leur dauphin, l’OM, a perdu à domicile face à Brest (2-1), alors que Lille a battu Troyes (2-1).", - "content": "Les Parisiens sont champions d’automne deux journées avant la fin de la phase aller, mais ils ont évité de justesse la défaite, en égalisant dans les derniers instants de la rencontre (1-1). Leur dauphin, l’OM, a perdu à domicile face à Brest (2-1), alors que Lille a battu Troyes (2-1).", + "title": "Covid-19 : la vaccination probablement ouverte aux enfants de 5 à 11 ans à risque dès décembre, un conseil de défense sanitaire lundi", + "description": "Face à la montée de la cinquième vague et à l’arrivée du nouveau variant, Omicron, en France, un conseil de défense sanitaire décidera lundi « s’il y a lieu de prendre des mesures complémentaires ».", + "content": "Face à la montée de la cinquième vague et à l’arrivée du nouveau variant, Omicron, en France, un conseil de défense sanitaire décidera lundi « s’il y a lieu de prendre des mesures complémentaires ».", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/04/ligue-1-marseille-retombe-dans-ses-travers-en-s-inclinant-contre-brest_6104748_3242.html", + "link": "https://www.lemonde.fr/planete/live/2021/12/03/covid-19-la-vaccination-probablement-ouverte-aux-enfants-de-5-a-11-ans-a-risque-des-decembre-un-conseil-de-defense-sanitaire-lundi_6104597_3244.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 19:13:23 +0100", + "pubDate": "Fri, 03 Dec 2021 12:21:34 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d3a6d6dc61d4ead9c49372b3ff5c13f" + "hash": "21a047a85f66c001f047e6a777f83ccb" }, { - "title": "Valérie Pécresse sur les terres d’Eric Ciotti pour son premier déplacement de campagne", - "description": "Pour son premier déplacement de campagne, la candidate de la droite à l’élection présidentielle se rend notamment à Saint-Martin-Vésubie avec Eric Ciotti, finaliste malheureux du congrès du parti Les Républicains.", - "content": "Pour son premier déplacement de campagne, la candidate de la droite à l’élection présidentielle se rend notamment à Saint-Martin-Vésubie avec Eric Ciotti, finaliste malheureux du congrès du parti Les Républicains.", + "title": "LR ouvre le vote pour départager Eric Ciotti et Valérie Pécresse pour la présidentielle 2022", + "description": "Le scrutin, dématérialisé, s’est ouvert à 8 heures vendredi et se poursuivra jusqu’à samedi 14 heures. Le vainqueur sera annoncé à 14 h 30 lors d’une conférence de presse.", + "content": "Le scrutin, dématérialisé, s’est ouvert à 8 heures vendredi et se poursuivra jusqu’à samedi 14 heures. Le vainqueur sera annoncé à 14 h 30 lors d’une conférence de presse.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/06/valerie-pecresse-sur-les-terres-d-eric-ciotti-pour-son-premier-deplacement-de-campagne_6104904_6059010.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/03/election-presidentielle-2022-lr-ouvre-le-vote-pour-departager-eric-ciotti-et-valerie-pecresse_6104585_6059010.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 12:34:55 +0100", + "pubDate": "Fri, 03 Dec 2021 11:36:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274640,16 +300455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f05854f24af4741e7f51dfa20017679d" + "hash": "65fbfdb090898358e5d585eb1c365914" }, { - "title": "La dirigeante birmane déchue Aung San Suu Kyi condamnée à quatre ans de prison par la junte militaire", - "description": "Il s’agit de l’une des multiples procédures engagées contre la lauréate du prix Nobel de la paix depuis le coup d’Etat militaire du 1er février.", - "content": "Il s’agit de l’une des multiples procédures engagées contre la lauréate du prix Nobel de la paix depuis le coup d’Etat militaire du 1er février.", + "title": "Le professeur Didier Raoult va savoir vendredi s’il est sanctionné par l’ordre des médecins", + "description": "Depuis la fin de 2020, l’infectiologue marseillais de 69 ans est visé par deux plaintes déposées par l’ordre des médecins des Bouches-du-Rhône et le conseil national de l’ordre des médecins.", + "content": "Depuis la fin de 2020, l’infectiologue marseillais de 69 ans est visé par deux plaintes déposées par l’ordre des médecins des Bouches-du-Rhône et le conseil national de l’ordre des médecins.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/06/en-birmanie-aung-san-suu-kyi-condamnee-a-quatre-ans-de-prison-par-la-junte_6104862_3210.html", + "link": "https://www.lemonde.fr/sciences/article/2021/12/03/le-professeur-didier-raoult-va-savoir-vendredi-s-il-est-sanctionne-par-l-ordre-des-medecins_6104575_1650684.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 07:25:38 +0100", + "pubDate": "Fri, 03 Dec 2021 10:44:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274660,16 +300475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "06d426b56a2907ea54fc05f5ac286ebd" + "hash": "ea93c9acd090d16f257b1b66112fdd4a" }, { - "title": "Covid-19 : en Autriche, des dizaines de milliers de manifestants contre le confinement partiel et l’obligation vaccinale", - "description": "Plusieurs arrestations ont eu lieu pour troubles à l’ordre public, selon la police qui a recensé « plus de 40 000 » manifestants à Vienne.", - "content": "Plusieurs arrestations ont eu lieu pour troubles à l’ordre public, selon la police qui a recensé « plus de 40 000 » manifestants à Vienne.", + "title": "Le hackeur franco-israélien Ulcan jugé à Paris pour des appels malveillants", + "description": "Poursuivi notamment pour ces coups de téléphone et divers piratages dans six affaires, il ne sera pas présent à l’audience.", + "content": "Poursuivi notamment pour ces coups de téléphone et divers piratages dans six affaires, il ne sera pas présent à l’audience.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/04/covid-19-en-autriche-des-dizaines-de-milliers-de-manifestants-contre-le-confinement-partiel-et-l-obligation-vaccinale_6104757_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/02/le-hackeur-franco-israelien-ulcan-juge-a-paris-pour-des-appels-malveillants_6104427_3224.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 22:45:12 +0100", + "pubDate": "Thu, 02 Dec 2021 10:36:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274680,16 +300495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c453b6b83cefbef7f41b698953f3257f" + "hash": "c0e1489a7169f125ad7ee8071c132d6e" }, { - "title": "Twitter reconnaît des « erreurs » dans sa nouvelle politique de lutte contre le harcèlement, détournée par l’extrême droite américaine", - "description": "Le nouveau règlement de Twitter concernant les images et les vidéos est utilisé par l’extrême droite américaine pour se protéger et harceler ses opposants.", - "content": "Le nouveau règlement de Twitter concernant les images et les vidéos est utilisé par l’extrême droite américaine pour se protéger et harceler ses opposants.", + "title": "En plein développement, Air liquide change sa gouvernance", + "description": "Benoît Potier, le PDG du numéro deux mondial des gaz industriels, deviendra, à la mi-2022, président non exécutif, et François Jackow, son actuel adjoint, le nouveau directeur général.", + "content": "Benoît Potier, le PDG du numéro deux mondial des gaz industriels, deviendra, à la mi-2022, président non exécutif, et François Jackow, son actuel adjoint, le nouveau directeur général.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/04/twitter-reconnait-des-erreurs-dans-sa-nouvelle-politique-de-lutte-contre-le-harcelement-detournee-par-l-extreme-droite-americaine_6104756_4408996.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/02/en-plein-developpement-air-liquide-change-sa-gouvernance_6104425_3234.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 22:20:58 +0100", + "pubDate": "Thu, 02 Dec 2021 10:30:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274700,16 +300515,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "215cac43485bb936eaeb42515fa42030" + "hash": "2ea9824a8887ff6bf832363eb9e281cc" }, { - "title": "Pierre Rabhi, écrivain et figure de l’agroécologie, est mort", - "description": "Le fondateur du mouvement Colibris avait 83 ans.", - "content": "Le fondateur du mouvement Colibris avait 83 ans.", + "title": "Quand les juges donnent une leçon de droit au bâtonnier à propos de Sophie Vermeille", + "description": "Le jeudi 18 novembre, la Cour d’appel de Paris a désavoué le barreau de Paris qui avait infligé des sanctions disciplinaires à Sophie Vermeille. Cette dernière représentait, en 2018, les investisseurs spéculant contre l’action de Casino, l’affaire avait défrayé la chronique.", + "content": "Le jeudi 18 novembre, la Cour d’appel de Paris a désavoué le barreau de Paris qui avait infligé des sanctions disciplinaires à Sophie Vermeille. Cette dernière représentait, en 2018, les investisseurs spéculant contre l’action de Casino, l’affaire avait défrayé la chronique.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/04/pierre-rabhi-ecrivain-et-figure-de-l-agroecologie-est-mort_6104752_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/02/quand-les-juges-donnent-une-lecon-de-droit-au-batonnier-a-propos-de-sophie-vermeille_6104422_3234.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 20:31:33 +0100", + "pubDate": "Thu, 02 Dec 2021 10:28:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274720,16 +300535,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5e138a84cb1dd869c7e77a01fb67206e" + "hash": "3c179e85ad019bc5ee9fd0301e3513a7" }, { - "title": "Des fêtes de Noël à Downing Street qui font polémique", - "description": "L’opposition travailliste accuse le premier ministre, Boris Johnson, de « prendre les Britanniques pour des imbéciles ».", - "content": "L’opposition travailliste accuse le premier ministre, Boris Johnson, de « prendre les Britanniques pour des imbéciles ».", + "title": "Universités : le Conseil d’analyse économique appelle à un investissement plus juste et efficace", + "description": "Les deux autrices de cette note rappellent que, pour un gouvernement, investir dans l’enseignement supérieur « fait partie des meilleurs choix possibles ».", + "content": "Les deux autrices de cette note rappellent que, pour un gouvernement, investir dans l’enseignement supérieur « fait partie des meilleurs choix possibles ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/06/des-fetes-de-noel-a-downing-street-qui-font-polemique_6104888_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/02/universites-le-conseil-d-analyse-economique-appelle-a-un-investissement-plus-juste-et-efficace_6104421_3224.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:49:48 +0100", + "pubDate": "Thu, 02 Dec 2021 10:25:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274740,16 +300555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f026f4fbe50ee84490585ccf935bccb" + "hash": "202b07d2fd7e173fb18edee790b23f81" }, { - "title": "Indonésie : l’activité du volcan Semeru ralentit les opérations de secours", - "description": "Le plus haut sommet de l’île de Java a projeté samedi un vaste panache de cendres et provoqué des flots de boue brûlante qui ont envahi des villages situés sur ses flancs et fait 15 morts.", - "content": "Le plus haut sommet de l’île de Java a projeté samedi un vaste panache de cendres et provoqué des flots de boue brûlante qui ont envahi des villages situés sur ses flancs et fait 15 morts.", + "title": "L’exécutif dans l’embarras face à la bronca des magistrats", + "description": "Le succès spectaculaire d’une tribune sur les conditions de travail publiée le 23 novembre dans « Le Monde », et désormais signée par plus de la moitié des juges ou procureurs du pays, bouscule les Etats généraux de la justice.", + "content": "Le succès spectaculaire d’une tribune sur les conditions de travail publiée le 23 novembre dans « Le Monde », et désormais signée par plus de la moitié des juges ou procureurs du pays, bouscule les Etats généraux de la justice.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/06/indonesie-l-activite-du-volcan-semeru-ralentit-les-operations-de-secours_6104883_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/02/l-executif-dans-l-embarras-face-a-la-bronca-des-magistrats_6104385_3224.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:27:55 +0100", + "pubDate": "Thu, 02 Dec 2021 03:34:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274760,16 +300575,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "55de83cfc3409137de9476f69c5aa584" + "hash": "e37309b3b8925da63ab30db72049a9e7" }, { - "title": "Inquiétudes autour du futur algorithme destiné à fluidifier l’entrée en master", - "description": "Les titulaires d’une licence candidateront via un portail national qui devrait, selon les syndicats, augmenter la sélectivité des formations en l’absence de création de places.", - "content": "Les titulaires d’une licence candidateront via un portail national qui devrait, selon les syndicats, augmenter la sélectivité des formations en l’absence de création de places.", + "title": "Procès Malgouyres : « Le mobile ? Le jardin et l’argent »", + "description": "Selon le directeur de l’enquête, entendu longuement par la cour d’assises de l’Hérault, mercredi, Daniel Malgouyres est le commanditaire d’un vrai-faux cambriolage destiné à voler sa propre femme, qui a coûté la vie à l’un des cambrioleurs.", + "content": "Selon le directeur de l’enquête, entendu longuement par la cour d’assises de l’Hérault, mercredi, Daniel Malgouyres est le commanditaire d’un vrai-faux cambriolage destiné à voler sa propre femme, qui a coûté la vie à l’un des cambrioleurs.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/06/enseignement-superieur-inquietudes-autour-du-futur-algorithme-destine-a-fluidifier-l-entree-en-master_6104880_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/02/proces-malgouyres-le-mobile-le-jardin-et-l-argent_6104416_3224.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 10:16:23 +0100", + "pubDate": "Thu, 02 Dec 2021 09:58:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274780,16 +300595,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e250fe7776253959d0e907a2afea628c" + "hash": "bbbe86a31ece8116f85fbc7d363a670e" }, { - "title": "Hôpital : plusieurs milliers de manifestants à Paris pour réclamer l’arrêt des fermetures de lits et davantage de postes", - "description": "Plus nombreux qu’à l’accoutumée – 6 000 selon une source syndicale, 2 100 selon la préfecture de police –, les manifestants réclamaient aussi de meilleures conditions de travail pour les soignants.", - "content": "Plus nombreux qu’à l’accoutumée – 6 000 selon une source syndicale, 2 100 selon la préfecture de police –, les manifestants réclamaient aussi de meilleures conditions de travail pour les soignants.", + "title": "Variant Omicron : trois premiers cas confirmés en Ile-de-France et dans le Haut-Rhin", + "description": "Le premier cas confirmé en métropole a été détecté chez un homme résidant en Seine-et-Marne qui revenait du Nigeria et ne présentait pas de symptôme au moment du test. Les second et troisième cas concernent des femmes revenant d’Afrique du Sud.", + "content": "Le premier cas confirmé en métropole a été détecté chez un homme résidant en Seine-et-Marne qui revenait du Nigeria et ne présentait pas de symptôme au moment du test. Les second et troisième cas concernent des femmes revenant d’Afrique du Sud.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/04/hopital-plusieurs-milliers-de-manifestants-a-paris-pour-reclamer-l-arret-des-fermetures-de-lits-et-davantage-de-postes_6104751_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/02/variant-omicron-un-premier-cas-confirme-en-ile-de-france_6104415_3244.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 20:19:41 +0100", + "pubDate": "Thu, 02 Dec 2021 09:34:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274800,16 +300615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b127201967aed442481832c19d933589" + "hash": "53f8f4f7dc8519d4280ca7523bd46eaa" }, { - "title": "Le bitcoin s’effondre et perd 10 000 dollars en moins d’une heure", - "description": "La cryptomonnaie reste affectée par la prudence qui prévaut sur les marchés. Le bitcoin a cependant régulièrement enregistré des chutes de 20 % à 30 % avant de se reprendre.", - "content": "La cryptomonnaie reste affectée par la prudence qui prévaut sur les marchés. Le bitcoin a cependant régulièrement enregistré des chutes de 20 % à 30 % avant de se reprendre.", + "title": "Les dons du chanteur Andrea Laszlo de Simone, intime et cosmique", + "description": "En ouverture des Trans Musicales de Rennes, l’artiste italien a donné son premier concert en France, où il rencontre un succès croissant.", + "content": "En ouverture des Trans Musicales de Rennes, l’artiste italien a donné son premier concert en France, où il rencontre un succès croissant.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/04/le-bitcoin-s-effondre-et-perd-10-000-dollars-en-moins-d-une-heure_6104747_3234.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/02/les-dons-du-chanteur-andrea-laszlo-de-simone-intime-et-cosmique_6104414_3246.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 19:01:36 +0100", + "pubDate": "Thu, 02 Dec 2021 09:25:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274820,16 +300635,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d7081b381174acc7ed7a049ffa2f2d41" + "hash": "2d64048e6b22fccc14f8efa41d684f47" }, { - "title": "Il unit les générations, et la sortie de son centième tome met les fans en ébullition : comment le manga « One Piece » a conquis la France", - "description": "La sortie du centième tome de la série, le 8 décembre, est attendue par des centaines de milliers de lecteurs en France. Ecoulée à 490 millions d’albums dans le monde, la saga imaginée il y a ving-cinq ans par Eiichiro Oda a réussi à fédérer une communauté qui mêle les générations.", - "content": "La sortie du centième tome de la série, le 8 décembre, est attendue par des centaines de milliers de lecteurs en France. Ecoulée à 490 millions d’albums dans le monde, la saga imaginée il y a ving-cinq ans par Eiichiro Oda a réussi à fédérer une communauté qui mêle les générations.", + "title": "Crise aux Antilles : un gendarme blessé à Saint-Martin, couvre-feu prolongé à la Guadeloupe et la Martinique", + "description": "A Saint-Martin, petite île qui dépend de la Guadeloupe, des affrontements ont opposé jeudi la gendarmerie à un groupe de personnes et un gendarme a été blessé.", + "content": "A Saint-Martin, petite île qui dépend de la Guadeloupe, des affrontements ont opposé jeudi la gendarmerie à un groupe de personnes et un gendarme a été blessé.", "category": "", - "link": "https://www.lemonde.fr/m-le-mag/article/2021/12/03/les-mangas-m-ont-sauve-la-vie-one-piece-une-passion-francaise_6104525_4500055.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/03/crise-aux-antilles-un-gendarme-blesse-a-saint-martin-couvre-feu-prolonge-a-la-guadeloupe-et-la-martinique_6104523_3224.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 01:05:32 +0100", + "pubDate": "Fri, 03 Dec 2021 00:57:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274840,16 +300655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6a4f1427341b9f5452a8456b02a89a21" + "hash": "67e958ff1e5c5b7a667ebc053cfdb73f" }, { - "title": "La Maison Blanche étudie « plusieurs options », dont des sanctions économiques, en réponse à la mobilisation de milliers de soldats russes aux portes de l’Ukraine.", - "description": "La Maison Blanche étudie « plusieurs options », dont des sanctions économiques, en réponse à la mobilisation de milliers de soldats russes aux portes de l’Ukraine.", - "content": "La Maison Blanche étudie « plusieurs options », dont des sanctions économiques, en réponse à la mobilisation de milliers de soldats russes aux portes de l’Ukraine.", + "title": "Aux Etats-Unis, le Congrès surmonte un premier obstacle pour éviter un shutdown", + "description": "Des républicains cherchent à provoquer une paralysie des services fédéraux afin de protester contre les obligations vaccinales du gouvernement Biden.", + "content": "Des républicains cherchent à provoquer une paralysie des services fédéraux afin de protester contre les obligations vaccinales du gouvernement Biden.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/04/joe-biden-affirme-preparer-des-initiatives-pour-defendre-l-ukraine-face-a-la-russie_6104664_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/03/le-congres-americain-surmonte-un-premier-obstacle-pour-eviter-un-shutdown_6104522_3210.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:40:21 +0100", + "pubDate": "Fri, 03 Dec 2021 00:28:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274860,36 +300675,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "86af49950108ad31b91accf2b17fd78d" + "hash": "e64b3e807fa5f3fb02e046641c81d443" }, { - "title": "Covid-19 : des secteurs fragilisés par la crise demandent « l’obligation vaccinale »", - "description": "Plusieurs organisations patronales de l’hôtellerie-restauration, du sport ou encore du tourisme appellent le gouvernement à « épargner » ces secteurs en ne prenant pas de restrictions visant les personnes vaccinées.", - "content": "Plusieurs organisations patronales de l’hôtellerie-restauration, du sport ou encore du tourisme appellent le gouvernement à « épargner » ces secteurs en ne prenant pas de restrictions visant les personnes vaccinées.", + "title": "L’ONU estime que 274 millions de personnes dans le monde auront besoin d’une aide d’urgence en 2022", + "description": "Jamais le nombre de personnes ayant besoin d’aide « n’a été aussi élevé », a souligné Martin Griffiths, le secrétaire général adjoint aux affaires humanitaires de l’ONU.", + "content": "Jamais le nombre de personnes ayant besoin d’aide « n’a été aussi élevé », a souligné Martin Griffiths, le secrétaire général adjoint aux affaires humanitaires de l’ONU.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/04/covid-19-des-secteurs-fragilises-par-la-crise-demandent-l-obligation-vaccinale_6104744_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/02/l-onu-estime-que-274-millions-de-personnes-dans-le-monde-auront-besoin-d-une-aide-d-urgence-en-2022_6104411_3244.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 18:08:19 +0100", + "pubDate": "Thu, 02 Dec 2021 08:51:45 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff903a75923107132ba191adc853c375" + "hash": "52ac68aa9aff6cbf8d9178ac107b7895" }, { - "title": "D’énigmatiques traces de pas vieilles de 3,6 millions d’années", - "description": "En Tanzanie, à côté d’empreintes attribuées à des congénères de l’australopithèque Lucy, des pas laissés dans de la cendre sont interprétés comme ceux d’une espèce inconnue de primate préhumain.", - "content": "En Tanzanie, à côté d’empreintes attribuées à des congénères de l’australopithèque Lucy, des pas laissés dans de la cendre sont interprétés comme ceux d’une espèce inconnue de primate préhumain.", + "title": "Covid-19 : l’Allemagne impose de lourdes restrictions aux personnes non vaccinées", + "description": "Le ministre de la santé allemand a évoqué un « confinement, pour ainsi dire, des personnes non vaccinées ». Ces dernières n’auront notamment plus accès aux lieux de loisirs ni aux commerces non essentiels.", + "content": "Le ministre de la santé allemand a évoqué un « confinement, pour ainsi dire, des personnes non vaccinées ». Ces dernières n’auront notamment plus accès aux lieux de loisirs ni aux commerces non essentiels.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/04/saga-autour-d-enigmatiques-traces-de-pas-vieilles-de-3-6-millions-d-annees_6104739_1650684.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/02/variant-omicron-le-japon-allege-des-restrictions-pour-permettre-le-retour-de-ses-citoyens_6104409_3244.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 17:00:08 +0100", + "pubDate": "Thu, 02 Dec 2021 08:22:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274900,16 +300715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c9086f21722700105650493ff261714" + "hash": "e9d8fd2cb55d6b8c92bfdddb228f7b36" }, { - "title": "Au moins 30 morts lors d’une nouvelle attaque terroriste dans le centre du Mali", - "description": "Des djihadistes présumés ont pris pour cible un véhicule de transport dans lequel se trouvaient des civils. L’attaque n’a été revendiquée par aucun des nombreux groupes armés qui sévissent dans le pays.", - "content": "Des djihadistes présumés ont pris pour cible un véhicule de transport dans lequel se trouvaient des civils. L’attaque n’a été revendiquée par aucun des nombreux groupes armés qui sévissent dans le pays.", + "title": "Absences des enseignants : les deux-tiers « proviennent du fonctionnement même de l’éducation nationale », selon la Cour des comptes", + "description": "A quatre mois de l’échéance présidentielle, alors que les questions éducatives peinent à s’imposer dans la campagne, la Cour des comptes braque les projecteurs sur la question du remplacement, cruciale en pleine crise sanitaire.", + "content": "A quatre mois de l’échéance présidentielle, alors que les questions éducatives peinent à s’imposer dans la campagne, la Cour des comptes braque les projecteurs sur la question du remplacement, cruciale en pleine crise sanitaire.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/04/mali-au-moins-30-morts-lors-d-une-nouvelle-attaque-dans-le-centre-du-pays_6104737_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/02/la-cour-des-comptes-epingle-les-absences-institutionnelles-des-enseignants_6104408_3224.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 16:43:45 +0100", + "pubDate": "Thu, 02 Dec 2021 08:14:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274920,56 +300735,56 @@ "favorite": false, "created": false, "tags": [], - "hash": "cfa417dc33b9da7179ab9f32e0fedb98" + "hash": "c44896bc4d8679eab99a69142e6483fc" }, { - "title": "Le dissident et journaliste tchèque Petr Uhl est mort", - "description": "Figure de l’opposition au régime communiste, compagnon de Vaclav Havel, Petr Uhl a mené un combat de deux décennies pour la liberté qui lui a valu plusieurs séjours en prison. Il est mort le 1er décembre, à l’âge de 80 ans.", - "content": "Figure de l’opposition au régime communiste, compagnon de Vaclav Havel, Petr Uhl a mené un combat de deux décennies pour la liberté qui lui a valu plusieurs séjours en prison. Il est mort le 1er décembre, à l’âge de 80 ans.", + "title": "La France investit encore insuffisamment pour le climat", + "description": "Les dépenses publiques et privées favorables à la transition écologique ont crû de 10 % l’an dernier malgré la crise, selon le think tank I4CE.", + "content": "Les dépenses publiques et privées favorables à la transition écologique ont crû de 10 % l’an dernier malgré la crise, selon le think tank I4CE.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/04/le-dissident-et-journaliste-tcheque-petr-uhl-est-mort_6104735_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/02/la-france-investit-encore-insuffisamment-pour-le-climat_6104402_3244.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 16:32:36 +0100", + "pubDate": "Thu, 02 Dec 2021 07:00:09 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2551906748e684f659856078a48dc672" + "hash": "acfa4c468be15cd22ed28e462d5b678b" }, { - "title": "Valérie Pécresse, première femme investie par la droite pour la présidentielle : récit d’une victoire remportée au terme d’une campagne « méthodique »", - "description": "La présidente de la région Ile-de-France a remporté le second tour face à Eric Ciotti, par 60,95 % des voix contre 39,05 %. L’aboutissement d’une campagne offensive, où elle a refusé de se voir battue d’avance.", - "content": "La présidente de la région Ile-de-France a remporté le second tour face à Eric Ciotti, par 60,95 % des voix contre 39,05 %. L’aboutissement d’une campagne offensive, où elle a refusé de se voir battue d’avance.", + "title": "La famine à Madagascar n’est pas due au changement climatique, selon une nouvelle étude", + "description": "Une équipe de scientifiques contredit l’ONU, qui avait fait du réchauffement la principale cause de la sécheresse et de la famine frappant le sud de l’île.", + "content": "Une équipe de scientifiques contredit l’ONU, qui avait fait du réchauffement la principale cause de la sécheresse et de la famine frappant le sud de l’île.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/04/election-presidentielle-2022-valerie-pecresse-premiere-femme-du-parti-les-republicains-candidate-a-l-elysee_6104724_6059010.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/02/la-famine-a-madagascar-n-est-pas-due-au-changement-climatique-selon-une-nouvelle-etude_6104401_3244.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:37:32 +0100", + "pubDate": "Thu, 02 Dec 2021 06:32:15 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03c298f4d1a9e7a1ed5ceb844f77bb44" + "hash": "c779786d866c4dec728d52e1327ebe94" }, { - "title": "Les géants de l’armement épargnés par la crise économique due au Covid-19", - "description": "Les ventes militaires des cent plus grands groupes du secteur ont augmenté de 1,3 % en 2020, alors que dans le même temps l’économie mondiale chutait de plus de 3 %.", - "content": "Les ventes militaires des cent plus grands groupes du secteur ont augmenté de 1,3 % en 2020, alors que dans le même temps l’économie mondiale chutait de plus de 3 %.", + "title": "« Une rénovation strictement à l’identique, c’est une capitulation » : à Notre-Dame de Paris, la bataille de la nef", + "description": "L’incendie de 2019 a fait de l’intérieur de la cathédrale une page blanche, une occasion inespérée de refondre l’espace liturgique. De quoi susciter des tensions entre les tenants de la modernité et de l’œcuménisme et les garants d’un conservatisme nostalgique.", + "content": "L’incendie de 2019 a fait de l’intérieur de la cathédrale une page blanche, une occasion inespérée de refondre l’espace liturgique. De quoi susciter des tensions entre les tenants de la modernité et de l’œcuménisme et les garants d’un conservatisme nostalgique.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/06/les-geants-de-l-armement-epargnes-par-la-crise-economique-du-covid-19_6104845_3210.html", + "link": "https://www.lemonde.fr/incendie-de-notre-dame/article/2021/12/02/une-renovation-strictement-a-l-identique-c-est-une-capitulation-a-notre-dame-la-bataille-de-la-nef_6104391_5450561.html", "creator": "", - "pubDate": "Mon, 06 Dec 2021 00:50:30 +0100", + "pubDate": "Thu, 02 Dec 2021 05:31:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -274980,16 +300795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3dcc226035a99c8bb5f5c66fcb3eca23" + "hash": "83bcea2b986e08b652cb2afc77e08cbe" }, { - "title": "Présidentielle : Delphine Batho nommée porte-parole de Yannick Jadot", - "description": "La députée des Deux-Sèvres remplace Matthieu Orphelin, un proche de l’ancien ministre Nicolas Hulot qui avait été mis « en retrait de ses responsabilités » le 27 novembre.", - "content": "La députée des Deux-Sèvres remplace Matthieu Orphelin, un proche de l’ancien ministre Nicolas Hulot qui avait été mis « en retrait de ses responsabilités » le 27 novembre.", + "title": "Elevage Herta : L214 dénonce les mauvais traitements réservés aux porcs", + "description": "L’association de défense des animaux a diffusé, mercredi, une vidéo tournée dans une exploitation de l’Aube qui montre notamment des bêtes recevant des coups.", + "content": "L’association de défense des animaux a diffusé, mercredi, une vidéo tournée dans une exploitation de l’Aube qui montre notamment des bêtes recevant des coups.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/05/presidentielle-delphine-batho-nommee-porte-parole-de-yannick-jadot_6104838_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/02/l214-denonce-les-mauvais-traitements-reserves-aux-porcs-dans-un-elevage-d-herta_6104388_3244.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 23:36:10 +0100", + "pubDate": "Thu, 02 Dec 2021 04:42:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275000,16 +300815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "275049d2c43fab8b00eb6671cee41477" + "hash": "cd43c4c96638a1d27eefd72276585efa" }, { - "title": "Foot : Claude Puel, l’entraîneur de Saint-Etienne, mis à pied", - "description": "Toujours dernier du championnat de France, le technicien de 60 ans n’a pas résisté à la troisième défaite de rang de l’ASSE, la neuvième de la saison.", - "content": "Toujours dernier du championnat de France, le technicien de 60 ans n’a pas résisté à la troisième défaite de rang de l’ASSE, la neuvième de la saison.", + "title": "Aux Etats-Unis, la Cour suprême envisage une révision du droit à l’avortement", + "description": "Les débats autour d’une loi du Mississippi interdisant l’IVG au-delà de quinze semaines de grossesse semblent dessiner une orientation défavorable aux droits des femmes.", + "content": "Les débats autour d’une loi du Mississippi interdisant l’IVG au-delà de quinze semaines de grossesse semblent dessiner une orientation défavorable aux droits des femmes.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/05/foot-claude-puel-l-entraineur-de-saint-etienne-mis-a-pied_6104834_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/12/02/aux-etats-unis-la-cour-supreme-envisage-une-revision-du-droit-a-l-avortement_6104384_3210.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 21:36:33 +0100", + "pubDate": "Thu, 02 Dec 2021 03:19:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275020,16 +300835,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d6e041dcfb71c0e9aa2ea30f7af00e7" + "hash": "dc4db90fd1e4e9ac6f224bad374a231d" }, { - "title": "Election présidentielle 2022 : Olivier Ubéda, le maître image d’Eric Zemmour", - "description": "A la fois directeur des événements, conseiller en communication et responsable des relations presse, il met en musique la campagne du candidat d’extrême droite. Très endetté, il veut faire oublier qu’il n’a plus le droit de diriger une entreprise pendant dix ans.", - "content": "A la fois directeur des événements, conseiller en communication et responsable des relations presse, il met en musique la campagne du candidat d’extrême droite. Très endetté, il veut faire oublier qu’il n’a plus le droit de diriger une entreprise pendant dix ans.", + "title": "Ligue 1 : le PSG en échec face à Nice, Marseille ravit la deuxième place", + "description": "Le PSG a concédé le nul face à Nice (0-0), tandis que Marseille se hisse à la deuxième place en gagnant 1-0 à Nantes. Battu à domicile par Lille (1-2), Rennes chute à la 3e place.", + "content": "Le PSG a concédé le nul face à Nice (0-0), tandis que Marseille se hisse à la deuxième place en gagnant 1-0 à Nantes. Battu à domicile par Lille (1-2), Rennes chute à la 3e place.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/election-presidentielle-2022-olivier-ubeda-le-maitre-image-d-eric-zemmour_6104771_6059010.html", + "link": "https://www.lemonde.fr/football/article/2021/12/02/ligue-1-le-psg-en-echec-face-a-nice-marseille-ravit-la-deuxieme-place_6104372_1616938.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 04:26:14 +0100", + "pubDate": "Thu, 02 Dec 2021 01:25:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275040,16 +300855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9f7757ea69606d64bc4038f0000f61db" + "hash": "9b52130324412d60395e79f656c03373" }, { - "title": "Pollution de l’eau : un plan de lutte contre les nitrates sans ambition", - "description": "Non contraignant, le septième plan de lutte contre les nitrates d’origine agricole, présenté vendredi aux membres du Conseil national de l’eau, pourrait s’avérer aussi inefficace que les six précédents.", - "content": "Non contraignant, le septième plan de lutte contre les nitrates d’origine agricole, présenté vendredi aux membres du Conseil national de l’eau, pourrait s’avérer aussi inefficace que les six précédents.", + "title": "Soudan : le secrétaire général de l’ONU appelle les manifestants à accepter la transition", + "description": "António Guterres a estimé que le retour du premier ministre Abdallah Hamdok était « une victoire importante ». Des milliers de Soudanais réclament toujours dans la rue le transfert du pouvoir à des civils.", + "content": "António Guterres a estimé que le retour du premier ministre Abdallah Hamdok était « une victoire importante ». Des milliers de Soudanais réclament toujours dans la rue le transfert du pouvoir à des civils.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/05/pollution-de-l-eau-un-nouveau-plan-sans-ambition-de-lutte-contre-les-nitrates_6104767_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/12/02/soudan-le-secretaire-general-de-l-onu-appelle-les-manifestants-a-accepter-la-transition_6104370_3212.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 03:16:40 +0100", + "pubDate": "Thu, 02 Dec 2021 00:28:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275060,36 +300875,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "30d38533bdb0ba6068a14f1b92233ad8" + "hash": "4ac55841b88c1e8ba69f03cea2104472" }, { - "title": "Des énigmatiques traces de pas vieilles de 3,6 millions d’années", - "description": "En Tanzanie, à côté d’empreintes attribuées à des congénères de l’australopithèque Lucy, des pas laissés dans de la cendre sont interprétés comme ceux d’une espèce inconnue de primate préhumain.", - "content": "En Tanzanie, à côté d’empreintes attribuées à des congénères de l’australopithèque Lucy, des pas laissés dans de la cendre sont interprétés comme ceux d’une espèce inconnue de primate préhumain.", + "title": "La Cour suprême des Etats-Unis pourrait restreindre le droit à l’avortement", + "description": "Une loi du Mississippi interdisant l’avortement après quinze semaines de grossesse avait été bloquée par les tribunaux. En acceptant de l’examiner, la haute juridiction a montré qu’elle pouvait être prête à revenir sur son arrêt historique Roe v. Wade.", + "content": "Une loi du Mississippi interdisant l’avortement après quinze semaines de grossesse avait été bloquée par les tribunaux. En acceptant de l’examiner, la haute juridiction a montré qu’elle pouvait être prête à revenir sur son arrêt historique Roe v. Wade.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/04/saga-autour-d-enigmatiques-traces-de-pas-vieilles-de-3-6-millions-d-annees_6104739_1650684.html", + "link": "https://www.lemonde.fr/international/article/2021/12/01/la-cour-supreme-des-etats-unis-pourrait-restreindre-le-droit-a-l-avortement_6104369_3210.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 17:00:08 +0100", + "pubDate": "Wed, 01 Dec 2021 23:09:36 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "28c1d962ef05b7119a8c261845b32c5e" + "hash": "0e5bbec30bcf6a60d06c6188530e868d" }, { - "title": "Au cours de leur rencontre, le président français et le prince héritier saoudien ont posé des jalons pour une initiative commune en faveur du Liban.", - "description": "Le président français est l’un des premiers dirigeants occidentaux à rencontrer le prince héritier Mohammed Ben Salman depuis l’assassinat, en 2018, du journaliste saoudien Jamal Khashoggi.", - "content": "Le président français est l’un des premiers dirigeants occidentaux à rencontrer le prince héritier Mohammed Ben Salman depuis l’assassinat, en 2018, du journaliste saoudien Jamal Khashoggi.", + "title": "Crise aux Antilles : Gérald Darmanin affirme que « le rétablissement de l’ordre public progresse »", + "description": "L’accalmie est constatée sur place, bien que des barrages subsistent et que la situation reste difficile et changeante dans plusieurs endroits stratégiques.", + "content": "L’accalmie est constatée sur place, bien que des barrages subsistent et que la situation reste difficile et changeante dans plusieurs endroits stratégiques.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/04/emmanuel-macron-entame-une-visite-contestee-en-arabie-saoudite_6104714_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/01/crise-aux-antilles-gerald-darmanin-affirme-que-le-retablissement-de-l-ordre-public-progresse_6104368_3224.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 12:05:35 +0100", + "pubDate": "Wed, 01 Dec 2021 22:13:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275100,36 +300915,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0cee58f2cb24379589b0e00e6d3f09e" + "hash": "efbb8aa71421fd9ecd80da06eb2abb38" }, { - "title": "Biathlon : tir groupé des Françaises sur le podium de la poursuite à Ostersund", - "description": "Brillantes au tir, Anaïs Bescond et Anaïs Chevalier-Bouchet terminent deuxième et troisième en Suède, derrière la Norvégienne Marte Olsbu Roiseland.", - "content": "Brillantes au tir, Anaïs Bescond et Anaïs Chevalier-Bouchet terminent deuxième et troisième en Suède, derrière la Norvégienne Marte Olsbu Roiseland.", + "title": "L’avenir de Pierre & Vacances demeure incertain", + "description": "La seule offre globale reçue par le groupe apporterait moins d’argent frais qu’espéré. Le groupe, percuté par le Covid-19, a de nouveau perdu 340 millions d’euros en 2021 mais donne des signes de rebond.", + "content": "La seule offre globale reçue par le groupe apporterait moins d’argent frais qu’espéré. Le groupe, percuté par le Covid-19, a de nouveau perdu 340 millions d’euros en 2021 mais donne des signes de rebond.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/04/biathlon-tir-groupe-des-francaises-sur-le-podium-de-la-poursuite-a-ostersund_6104732_3242.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/01/l-avenir-de-pierre-amp-vacances-demeure-incertain_6104367_3234.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:34:51 +0100", + "pubDate": "Wed, 01 Dec 2021 22:00:16 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "419a9003b740d0c9107eb7feb59e2958" + "hash": "3d77409f477eea0283c1e0aab2a97912" }, { - "title": "Mort de Lawrence Weiner, l’un des pères de l’art conceptuel", - "description": "Autodidacte, l’artiste américain Lawrence Weiner est mort à New York, jeudi 2 décembre, à l’âge de 79 ans.", - "content": "Autodidacte, l’artiste américain Lawrence Weiner est mort à New York, jeudi 2 décembre, à l’âge de 79 ans.", + "title": "Harcèlement scolaire : l’Assemblée nationale vote la création d’un nouveau délit", + "description": "La proposition de loi, votée à l’unanimité en première lecture, aborde les questions de formation initiale ou continue des adultes, ainsi que la prévention. La mesure phare consiste en la création du délit spécifique de harcèlement scolaire, qui sera passible de prison.", + "content": "La proposition de loi, votée à l’unanimité en première lecture, aborde les questions de formation initiale ou continue des adultes, ainsi que la prévention. La mesure phare consiste en la création du délit spécifique de harcèlement scolaire, qui sera passible de prison.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/04/mort-de-lawrence-weiner-l-un-des-peres-de-l-art-conceptuel_6104731_3246.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/01/harcelement-scolaire-l-assemblee-nationale-vote-la-creation-d-un-nouveau-delit_6104366_3224.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 15:18:31 +0100", + "pubDate": "Wed, 01 Dec 2021 21:45:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275140,36 +300955,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "872701339e585650c48cdbc56809f920" + "hash": "2121001d8f9f3c81be27985cae40340d" }, { - "title": "Congrès des Républicains : Eric Ciotti perd l’investiture mais gagne la bataille des idées", - "description": "Le député des Alpes-Maritimes a été battu au second tour. Mais sa ligne très à droite, proche parfois de celle d’Eric Zemmour, s’est imposée au sein de sa famille politique.", - "content": "Le député des Alpes-Maritimes a été battu au second tour. Mais sa ligne très à droite, proche parfois de celle d’Eric Zemmour, s’est imposée au sein de sa famille politique.", + "title": "Affaire Peng Shuai : la WTA, qui gère le circuit féminin de tennis, suspend ses tournois en Chine", + "description": "La joueuse avait disparu après avoir dénoncé une agression sexuelle commise par un ancien haut dirigeant chinois. Elle a fait depuis une apparition à la télévision d’Etat, mais la WTA estime qu’elle « a subi des pressions pour revenir sur ses accusations ».", + "content": "La joueuse avait disparu après avoir dénoncé une agression sexuelle commise par un ancien haut dirigeant chinois. Elle a fait depuis une apparition à la télévision d’Etat, mais la WTA estime qu’elle « a subi des pressions pour revenir sur ses accusations ».", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/04/election-presidentielle-2022-eric-ciotti-perd-l-investiture-lr-mais-gagne-la-bataille-des-idees_6104725_6059010.html", + "link": "https://www.lemonde.fr/sport/article/2021/12/01/affaire-peng-shuai-la-wta-association-du-tennis-feminin-suspend-ses-tournois-en-chine_6104365_3242.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:39:09 +0100", + "pubDate": "Wed, 01 Dec 2021 21:18:45 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8146beab1e29fbc9d0ad43f24112de23" + "hash": "ae4047f6acea0495f986307363f9f0d1" }, { - "title": "Les Républicains : Valérie Pécresse désignée candidate du parti pour l’élection présidentielle", - "description": "La présidente de la région Ile-de-France a remporté le second tour du congrès de LR, face à Eric Ciotti.", - "content": "La présidente de la région Ile-de-France a remporté le second tour du congrès de LR, face à Eric Ciotti.", + "title": "Affaire Hulot : Emmanuel Macron ne demande ni complaisance ni inquisition", + "description": "Le chef de l’Etat est revenu, lors du conseil des ministres, mercredi, sur les multiples accusations visant son ancien ministre.", + "content": "Le chef de l’Etat est revenu, lors du conseil des ministres, mercredi, sur les multiples accusations visant son ancien ministre.", "category": "", - "link": "https://www.lemonde.fr/politique/live/2021/12/04/congres-des-republicains-suivez-en-direct-les-resultats-du-second-tour_6104715_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/01/affaire-hulot-emmanuel-macron-ne-demande-ni-complaisance-ni-inquisition_6104364_823448.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 12:32:38 +0100", + "pubDate": "Wed, 01 Dec 2021 21:12:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275180,16 +300995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f5fe94592c879f9e4aa1fb348913a6dc" + "hash": "06819765a42c6e3aaed35d58faf790f6" }, { - "title": "A Athènes, les conseils du pape François face au « recul de la démocratie »", - "description": "Arrivé dans la capitale grecque, le pape a inséré le thème des réfugiés dans une réflexion plus globale sur la politique : « Parce que la politique est une chose bonne, elle doit l’être dans la pratique ».", - "content": "Arrivé dans la capitale grecque, le pape a inséré le thème des réfugiés dans une réflexion plus globale sur la politique : « Parce que la politique est une chose bonne, elle doit l’être dans la pratique ».", + "title": "Facebook supprime un réseau de comptes antivaccination pour harcèlement coordonné", + "description": "Des comptes liés au mouvement antivax V_V, actifs en Italie et en France, ont été supprimés par le réseau social.", + "content": "Des comptes liés au mouvement antivax V_V, actifs en Italie et en France, ont été supprimés par le réseau social.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/04/a-athenes-les-conseils-du-pape-francois-face-au-recul-de-la-democratie_6104722_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/01/facebook-supprime-un-reseau-de-comptes-antivaccination-pour-harcelement-coordonne_6104363_4408996.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:13:22 +0100", + "pubDate": "Wed, 01 Dec 2021 21:00:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275200,16 +301015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "07124483c04fa806737f658cfa06a344" + "hash": "ef9e083a697e131f22c6faf3d1eba2b7" }, { - "title": "Kamala Harris à l’heure du doute : la vice-présidente américaine ne parvient pas à incarner l’après-Biden", - "description": "Première femme à ce poste, l’ancienne sénatrice de Californie peine à imposer sa voix à la Maison Blanche. La presse scrute ses moindres écarts et maladresses.", - "content": "Première femme à ce poste, l’ancienne sénatrice de Californie peine à imposer sa voix à la Maison Blanche. La presse scrute ses moindres écarts et maladresses.", + "title": "L’Europe présente son projet à 300 milliards d’euros pour contrer les routes de la soie chinoises", + "description": "Pour contrer les « nouvelles routes de la soie » chinoises, la Commission européenne a présenté un projet concurrent d’investissements dans des projets d’infrastructures à travers le monde, baptisé « Global Gateway ».", + "content": "Pour contrer les « nouvelles routes de la soie » chinoises, la Commission européenne a présenté un projet concurrent d’investissements dans des projets d’infrastructures à travers le monde, baptisé « Global Gateway ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/04/aux-etats-unis-la-vice-presidente-kamala-harris-a-l-heure-du-doute_6104673_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/01/l-europe-presente-son-projet-a-300-milliards-d-euros-pour-contrer-les-routes-de-la-soie-chinoises_6104361_3234.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 02:21:17 +0100", + "pubDate": "Wed, 01 Dec 2021 20:51:26 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275220,16 +301035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a41ebe5e53d2eec00a1e83792b1cf030" + "hash": "3655860e197001aa0d1074be6d8bcc66" }, { - "title": "Les parents de l’adolescent qui a ouvert le feu, mardi, ont été arrêtés samedi.", - "description": "Un adolescent de 15 ans a ouvert le feu dans un lycée d’Oxford, mardi. Quatre élèves sont morts ; six autres ont été blessés, ainsi qu’un professeur.", - "content": "Un adolescent de 15 ans a ouvert le feu dans un lycée d’Oxford, mardi. Quatre élèves sont morts ; six autres ont été blessés, ainsi qu’un professeur.", + "title": "Financement libyen : la Cour de cassation rejette tous les recours de Nicolas Sarkozy et de ses proches", + "description": "Cette décision vient s’ajouter à la non-admission, le 18 janvier, des autres pourvois de M. Sarkozy et de ses proches contre le rejet en septembre 2020, en appel, de l’essentiel de leurs recours procéduraux.", + "content": "Cette décision vient s’ajouter à la non-admission, le 18 janvier, des autres pourvois de M. Sarkozy et de ses proches contre le rejet en septembre 2020, en appel, de l’essentiel de leurs recours procéduraux.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/03/fusillade-dans-un-lycee-du-michigan-les-parents-du-tireur-inculpes-d-homicides-involontaires_6104647_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/01/financement-libyen-la-cour-de-cassation-rejette-tous-les-recours-de-nicolas-sarkozy-et-de-ses-proches_6104360_823448.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 19:30:41 +0100", + "pubDate": "Wed, 01 Dec 2021 20:49:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275240,16 +301055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6eb6601047fafb9378c01df696678992" + "hash": "b6a06bcb6ba62066226c4cb09cb121ba" }, { - "title": "Covid-19 : au Maroc, les espoirs déçus d’une relance du tourisme", - "description": "Depuis la suspension de tous les vols vers le royaume pour deux semaines devant la menace du variant Omicron, les annulations de réservations se multiplient.", - "content": "Depuis la suspension de tous les vols vers le royaume pour deux semaines devant la menace du variant Omicron, les annulations de réservations se multiplient.", + "title": "Culture : les festivals invités à se mettre au vert", + "description": "Roselyne Bachelot a annoncé, mercredi 1er décembre, une enveloppe de 10 millions d’euros supplémentaires conditionnée au respect d’une charte de développement durable.", + "content": "Roselyne Bachelot a annoncé, mercredi 1er décembre, une enveloppe de 10 millions d’euros supplémentaires conditionnée au respect d’une charte de développement durable.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/04/covid-19-au-maroc-les-espoirs-decus-d-une-relance-du-tourisme_6104701_3212.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/01/culture-les-festivals-invites-a-se-mettre-au-vert_6104357_3246.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 09:58:03 +0100", + "pubDate": "Wed, 01 Dec 2021 20:11:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275260,16 +301075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b07502cb8212d747bf8e6336f24f95ff" + "hash": "9ebd4b7afa208e7fe84c2d09be349acf" }, { - "title": "Après une semaine de négociations sur le nucléaire iranien, la déception des Occidentaux", - "description": "Emmanuel Macron plaide pour un élargissement des discussions aux pays du Golfe et à Israël, surtout en cas de blocage persistant.", - "content": "Emmanuel Macron plaide pour un élargissement des discussions aux pays du Golfe et à Israël, surtout en cas de blocage persistant.", + "title": "Un quatrième adolescent, âgé de 17 ans et blessé lors de la fusillade, a succombé à ses blessures mercredi.", + "description": "Le tireur présumé, âgé de 15 ans et lui-même élève de l’établissement, a été arrêté et n’a pas expliqué son geste, selon un responsable de la police d’Oxford, dans l’Etat du Michigan.", + "content": "Le tireur présumé, âgé de 15 ans et lui-même élève de l’établissement, a été arrêté et n’a pas expliqué son geste, selon un responsable de la police d’Oxford, dans l’Etat du Michigan.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/04/deception-des-occidentaux-apres-une-semaine-de-negociations-a-vienne-sur-le-nucleaire-iranien_6104700_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/30/etats-unis-une-tuerie-dans-un-lycee-fait-trois-morts-et-six-blesses_6104215_3210.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 09:57:38 +0100", + "pubDate": "Tue, 30 Nov 2021 21:43:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275280,16 +301095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8126887a2e6c43e442460e83ce5a13ba" + "hash": "8b4bc33cc57d868ede37fdfd7eca34a4" }, { - "title": "La nouvelle vague de Covid-19 met sous pression des hôpitaux déjà très fragilisés", - "description": "Plus des trois quarts des patients admis en réanimation depuis la rentrée ne sont pas vaccinés. Les réactivations des plans blancs se multiplient.", - "content": "Plus des trois quarts des patients admis en réanimation depuis la rentrée ne sont pas vaccinés. Les réactivations des plans blancs se multiplient.", + "title": "Le scrutin pour départager les cinq prétendants à l’investiture est ouvert depuis 8 heures. Les deux finalistes seront connus jeudi, à 14 h 30, et le vainqueur samedi.", + "description": "Le scrutin pour départager les cinq prétendants à l’investiture est ouvert depuis mercredi matin, 8 heures. Les deux candidats qualifiés pour le second tour seront connus jeudi à 14 h 30, et le vainqueur samedi.", + "content": "Le scrutin pour départager les cinq prétendants à l’investiture est ouvert depuis mercredi matin, 8 heures. Les deux candidats qualifiés pour le second tour seront connus jeudi à 14 h 30, et le vainqueur samedi.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/04/covid-19-la-nouvelle-vague-epidemique-met-sous-pression-un-systeme-hospitalier-deja-fragilise_6104676_3244.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/01/les-republicains-debut-du-vote-des-adherents-pour-designer-le-candidat-a-l-election-presidentielle_6104282_6059010.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 03:45:32 +0100", + "pubDate": "Wed, 01 Dec 2021 09:46:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275300,16 +301115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f35b56aa8b2899678240d42156839e31" + "hash": "8d9425d031446b639a497e785a2e375e" }, { - "title": "La Belgique tergiverse toujours sur une sortie du nucléaire", - "description": "Un document devait servir de base à une décision sur la fermeture du parc belge. Des divergences au sein de la coalition dirigée par le libéral flamand Alexander De Croo ont entraîné le renvoi du problème à plus tard.", - "content": "Un document devait servir de base à une décision sur la fermeture du parc belge. Des divergences au sein de la coalition dirigée par le libéral flamand Alexander De Croo ont entraîné le renvoi du problème à plus tard.", + "title": "Relaxe d’Alain Schmitt, accusé de violences sur Margaux Pinot : le parquet fait appel", + "description": "La relaxe de l’entraîneur de faits de violences conjugales sur la médaillée d’or à Tokyo a provoqué l’indignation de stars du judo français. « Que manquait-il ? La mort au bout, peut-être ? », s’est-elle insurgée en publiant une photo de son visage tuméfié. Alain Schmitt a réagi lors d’une conférence de presse.", + "content": "La relaxe de l’entraîneur de faits de violences conjugales sur la médaillée d’or à Tokyo a provoqué l’indignation de stars du judo français. « Que manquait-il ? La mort au bout, peut-être ? », s’est-elle insurgée en publiant une photo de son visage tuméfié. Alain Schmitt a réagi lors d’une conférence de presse.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/04/la-belgique-tergiverse-toujours-sur-une-sortie-du-nucleaire_6104692_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/01/judo-appel-du-parquet-apres-la-relaxe-d-alain-schmitt-accuse-de-violences-sur-margaux-pinot_6104354_3224.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 08:24:33 +0100", + "pubDate": "Wed, 01 Dec 2021 19:03:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275320,16 +301135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cca0e3a81e8820bd447f8e7216c8115" + "hash": "199b8471dc590f1667e3a6eac0d3984c" }, { - "title": "Brésil : une nouvelle enquête fédérale ouverte contre Jair Bolsonaro", - "description": "Il est reproché au président brésilien d’avoir propagé une fausse information dans une vidéo où il affirme que le vaccin contre le Covid-19 peut donner le sida.", - "content": "Il est reproché au président brésilien d’avoir propagé une fausse information dans une vidéo où il affirme que le vaccin contre le Covid-19 peut donner le sida.", + "title": "Un plan de sauvetage trouvé pour Arc international", + "description": "Un accord va venir en aide au géant verrier qui traverse des difficultés financières. Une enveloppe de 45 millions d’euros doit permettre à l’entreprise de boucler son année.", + "content": "Un accord va venir en aide au géant verrier qui traverse des difficultés financières. Une enveloppe de 45 millions d’euros doit permettre à l’entreprise de boucler son année.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/04/bresil-une-nouvelle-enquete-federale-ouverte-contre-jair-bolsonaro_6104684_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/01/un-plan-de-sauvetage-trouve-pour-arc-international_6104351_3234.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 06:53:39 +0100", + "pubDate": "Wed, 01 Dec 2021 18:56:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275340,16 +301155,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "95f874c715f9cf3a270eb2e42688b86b" + "hash": "414b9f23055d7a9038ac9d24c66f53ab" }, { - "title": "En Guadeloupe, plus de soixante condamnations pour « actions violentes et illégales » depuis le début de la crise", - "description": "Plus de soixante-dix personnes ont été jugées, et soixante-quatre condamnées pour leur participation à des actions violentes. Le parquet vante le « choix de la “tolérance zéro” ».", - "content": "Plus de soixante-dix personnes ont été jugées, et soixante-quatre condamnées pour leur participation à des actions violentes. Le parquet vante le « choix de la “tolérance zéro” ».", + "title": "Election présidentielle : la Fondation Charles de Gaulle critique la récupération politique de la pensée du Général", + "description": "Chargée d’entretenir la mémoire de Charles de Gaulle, l’association s’est exprimée, mercredi, pour déplorer des références « approximatives » voire « délibérément abusives » à l’œuvre du fondateur de la Ve République.", + "content": "Chargée d’entretenir la mémoire de Charles de Gaulle, l’association s’est exprimée, mercredi, pour déplorer des références « approximatives » voire « délibérément abusives » à l’œuvre du fondateur de la Ve République.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/04/guadeloupe-plus-de-soixante-condamnations-prononcees-depuis-le-debut-de-la-crise_6104680_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/01/presidentielle-la-fondation-charles-de-gaulle-critique-la-recuperation-politique-de-la-pensee-du-general_6104350_823448.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 05:26:57 +0100", + "pubDate": "Wed, 01 Dec 2021 18:54:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275360,16 +301175,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0bc761396aba2305fe46caf0636ece3a" + "hash": "e89a1734aeb69b342181e7b20939e658" }, { - "title": "Soudan : le secrétaire général de l’ONU appelle les autorités à respecter la liberté de la presse", - "description": "Dans un rapport remis vendredi au Conseil de sécurité, Antonio Guterres a jugé le contexte « de plus en plus hostile aux journalistes » et appelé à la libération immédiate des personnes « détenues arbitrairement ».", - "content": "Dans un rapport remis vendredi au Conseil de sécurité, Antonio Guterres a jugé le contexte « de plus en plus hostile aux journalistes » et appelé à la libération immédiate des personnes « détenues arbitrairement ».", + "title": "Culture : les festivals invités à se mettre au vert", + "description": "Roselyne Bachelot a annoncé, mercredi 1er décembre, une enveloppe de 10 millions d’euros supplémentaires conditionnée au respect d’une charte de développement durable.", + "content": "Roselyne Bachelot a annoncé, mercredi 1er décembre, une enveloppe de 10 millions d’euros supplémentaires conditionnée au respect d’une charte de développement durable.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/04/soudan-le-secretaire-general-de-l-onu-appelle-les-autorites-a-respecter-la-liberte-de-la-presse_6104677_3212.html", + "link": "https://www.lemonde.fr/culture/article/2021/12/01/culture-les-festivals-invites-a-se-mettre-au-vert_6104357_3246.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 03:49:41 +0100", + "pubDate": "Wed, 01 Dec 2021 20:11:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275380,16 +301195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d3c48d38bdbb2f6ea92ae3ea0cc318d" + "hash": "43d64456732a89ad4c90d857667dd40a" }, { - "title": "L’ONU se dirige vers la fin des opérations contre la piraterie menées au large de la Somalie", - "description": "Le pays a demandé à retrouver sa pleine souveraineté sur ses eaux territoriales. Les opérations menées sous l’égide des Nations unies devraient prendre fin d’ici trois mois, selon une résolution du Conseil de sécurité votée vendredi.", - "content": "Le pays a demandé à retrouver sa pleine souveraineté sur ses eaux territoriales. Les opérations menées sous l’égide des Nations unies devraient prendre fin d’ici trois mois, selon une résolution du Conseil de sécurité votée vendredi.", + "title": "Le parquet fait appel après la relaxe d’Alain Schmitt, accusé de violences sur la championne de judo Margaux Pinot", + "description": "La relaxe de l’entraîneur de faits de violences conjugales sur la médaillée d’or à Tokyo a provoqué l’indignation de stars du judo français. « Que manquait-t-il ? La mort au bout, peut-être ? », s’est-elle insurgée en publiant une photo de son visage tuméfié.", + "content": "La relaxe de l’entraîneur de faits de violences conjugales sur la médaillée d’or à Tokyo a provoqué l’indignation de stars du judo français. « Que manquait-t-il ? La mort au bout, peut-être ? », s’est-elle insurgée en publiant une photo de son visage tuméfié.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/04/l-onu-se-dirige-vers-la-fin-des-operations-antipiraterie-menees-au-large-de-la-somalie_6104674_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/01/judo-appel-du-parquet-apres-la-relaxe-d-alain-schmitt-accuse-de-violences-sur-margaux-pinot_6104354_3224.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 02:22:39 +0100", + "pubDate": "Wed, 01 Dec 2021 19:03:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275400,16 +301215,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "26b7b035cd23d7160df9e305066cf43f" + "hash": "2fe4e187eb0baf8f3daaea054b4f3779" }, { - "title": "L’ordinateur sur lequel est né Wikipedia mis aux enchères", - "description": "L’iMac personnel que Jimmy Wales utilisait, en janvier 2001, au moment du lancement de l’encyclopédie participative ainsi qu’un NFT de la première page du site sont mis en vente par Christie’s jusqu’au 15 décembre.", - "content": "L’iMac personnel que Jimmy Wales utilisait, en janvier 2001, au moment du lancement de l’encyclopédie participative ainsi qu’un NFT de la première page du site sont mis en vente par Christie’s jusqu’au 15 décembre.", + "title": "Présidentielle : la Fondation Charles de Gaulle critique la récupération politique de la pensée du Général", + "description": "Chargée d’entretenir la mémoire de Charles de Gaulle, l’association s’est exprimée, mercredi, pour déplorer des références « approximatives » voire « délibérément abusives » à l’œuvre du fondateur de la Ve République.", + "content": "Chargée d’entretenir la mémoire de Charles de Gaulle, l’association s’est exprimée, mercredi, pour déplorer des références « approximatives » voire « délibérément abusives » à l’œuvre du fondateur de la Ve République.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/04/l-ordinateur-sur-lequel-est-ne-wikipedia-mis-aux-encheres_6104671_4408996.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/01/presidentielle-la-fondation-charles-de-gaulle-critique-la-recuperation-politique-de-la-pensee-du-general_6104350_823448.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 01:42:30 +0100", + "pubDate": "Wed, 01 Dec 2021 18:54:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275420,16 +301235,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9311a6b1a260104aac7d75af4cfb4035" + "hash": "b9e3a1b03ac88206b249956407855b78" }, { - "title": "Angèle, un deuxième album en terrain conquis", - "description": "Autocentré et aérien, le « Nonante-Cinq » de la chanteuse belge s’inscrit dans la continuité de son précédent opus.", - "content": "Autocentré et aérien, le « Nonante-Cinq » de la chanteuse belge s’inscrit dans la continuité de son précédent opus.", + "title": "Seine-Saint-Denis : l’encadrement des loyers élargi à neuf communes supplémentaires", + "description": "Les villes de Bagnolet, Bobigny, Bondy, Le Pré-Saint-Gervais, Les Lilas, Montreuil-sous-Bois, Noisy-le-Sec, Pantin et Romainville plafonnent les loyers des locations meublées et non meublées pour les baux signés à partir du 1er décembre.", + "content": "Les villes de Bagnolet, Bobigny, Bondy, Le Pré-Saint-Gervais, Les Lilas, Montreuil-sous-Bois, Noisy-le-Sec, Pantin et Romainville plafonnent les loyers des locations meublées et non meublées pour les baux signés à partir du 1er décembre.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/04/angele-un-deuxieme-album-en-terrain-conquis_6104663_3246.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/01/seine-saint-denis-l-encadrement-des-loyers-concerne-neuf-communes-supplementaires_6104347_3224.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:15:46 +0100", + "pubDate": "Wed, 01 Dec 2021 18:12:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275440,16 +301255,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b53b2812258e6e0eca2d69b4d0501a9e" + "hash": "7c8f3952a15f9465b4f79191f38a5660" }, { - "title": "La France évacue 258 Afghans de Kaboul", - "description": "Ces personnes faisaient l’objet de menaces en raison de leurs engagements ou de leur lien avec la France, a expliqué le ministère des affaires étrangères. Ils ont été transportés à Doha, au Qatar, en attendant d’être rapatriés en France.", - "content": "Ces personnes faisaient l’objet de menaces en raison de leurs engagements ou de leur lien avec la France, a expliqué le ministère des affaires étrangères. Ils ont été transportés à Doha, au Qatar, en attendant d’être rapatriés en France.", + "title": "A Calais, le gouvernement peine à justifier les images de lacération des tentes de migrants", + "description": "Documentées depuis plusieurs années lors des évacuations de camps, les dégradations ne résulteraient pas d’une « commande de l’Etat », selon Gérald Darmanin, qui a demandé qu’il y soit mis fin.", + "content": "Documentées depuis plusieurs années lors des évacuations de camps, les dégradations ne résulteraient pas d’une « commande de l’Etat », selon Gérald Darmanin, qui a demandé qu’il y soit mis fin.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/04/la-france-evacue-258-afghans-de-kaboul_6104662_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/01/a-calais-le-gouvernement-peine-a-justifier-les-images-de-laceration-des-tentes-de-migrants_6104337_823448.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:05:47 +0100", + "pubDate": "Wed, 01 Dec 2021 16:52:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275460,16 +301275,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab0a8d975da5edbf1e244072240d1569" + "hash": "131aa3750e5df1a085328cbef315f97b" }, { - "title": "Covid-19 dans le monde : l’OMS n’a reçu « aucune information rapportant des décès liés à Omicron »", - "description": "Alors qu’à ce jour le nouveau variant du SARS-CoV-2 a été détecté dans trente-huit pays, l’OMS juge « probable » qu’il se répande au niveau mondial. Il est déjà dominant en Afrique du Sud, où il avait été détecté pour la première fois.", - "content": "Alors qu’à ce jour le nouveau variant du SARS-CoV-2 a été détecté dans trente-huit pays, l’OMS juge « probable » qu’il se répande au niveau mondial. Il est déjà dominant en Afrique du Sud, où il avait été détecté pour la première fois.", + "title": "Pêche post-Brexit : 40 licences accordées par Guernesey à des bateaux français", + "description": "Les bateaux concernés pourront pêcher dans la zone des 6 à 12 milles nautiques au large de l’île anglo-normande, comme avant le Brexit. La France a salué une « bonne nouvelle » mais souligné que « le combat continu[ait] » pour 111 licences.", + "content": "Les bateaux concernés pourront pêcher dans la zone des 6 à 12 milles nautiques au large de l’île anglo-normande, comme avant le Brexit. La France a salué une « bonne nouvelle » mais souligné que « le combat continu[ait] » pour 111 licences.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/03/covid-19-dans-le-monde-l-oms-n-a-recu-aucune-information-rapportant-des-deces-lies-a-omicron_6104661_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/12/01/peche-post-brexit-40-licences-accordees-par-guernesey-a-des-bateaux-francais_6104332_3210.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 23:05:26 +0100", + "pubDate": "Wed, 01 Dec 2021 15:58:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275480,16 +301295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "383a86ce93da6bf30084f67c3582b49b" + "hash": "026328b2023c0f1ff159e24188b4a5c7" }, { - "title": "Mondial de handball : les Françaises assurent l’essentiel contre l’Angola", - "description": "Les Bleues, championnes olympiques à Tokyo, ont battu les joueuses angolaises 30 à 20, malgré quelques approximations pour leur entrée dans la compétition.", - "content": "Les Bleues, championnes olympiques à Tokyo, ont battu les joueuses angolaises 30 à 20, malgré quelques approximations pour leur entrée dans la compétition.", + "title": "Congrès LR : « En réalité, Les Républicains ne se sont pas remis de la défaite de Nicolas Sarkozy en 2012 face à François Hollande »", + "description": "Alors que s’est ouvert mercredi matin le congrès du parti LR pour désigner son candidat à l’élection présidentielle de 2022, la politiste Florence Haegel a répondu à vos questions sur l’état de la droite française.", + "content": "Alors que s’est ouvert mercredi matin le congrès du parti LR pour désigner son candidat à l’élection présidentielle de 2022, la politiste Florence Haegel a répondu à vos questions sur l’état de la droite française.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/03/mondial-de-handball-les-francaises-assurent-l-essentiel-contre-l-angola_6104660_3242.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/live/2021/12/01/congres-les-republicains-comment-va-la-droite-francaise-a-moins-de-cinq-mois-de-la-presidentielle-posez-vos-questions_6104329_6059010.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 22:25:46 +0100", + "pubDate": "Wed, 01 Dec 2021 15:31:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275500,16 +301315,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "19b15d989168f66eea9b836ab4034e3e" + "hash": "3ea8c807729157c10604bb33b08eace9" }, { - "title": "Le Stade rennais surclasse Saint-Etienne et grimpe à la deuxième place de Ligue 1", - "description": "Vainqueurs faciles des Stéphanois (5-0) pour la 17e journée de championnat, les Rennais s’emparent de la deuxième place, derrière le PSG.", - "content": "Vainqueurs faciles des Stéphanois (5-0) pour la 17e journée de championnat, les Rennais s’emparent de la deuxième place, derrière le PSG.", + "title": "La France a renoncé à soutenir un projet gazier porté par TotalEnergies dans l’Arctique russe", + "description": "Arctic LNG 2, qui vise à construire une gigantesque usine de liquéfaction pour exporter du gaz naturel vers l’Europe et l’Asie, est vivement contesté pour ses impacts sur l’environnement.", + "content": "Arctic LNG 2, qui vise à construire une gigantesque usine de liquéfaction pour exporter du gaz naturel vers l’Europe et l’Asie, est vivement contesté pour ses impacts sur l’environnement.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/05/ligue-1-le-stade-rennais-surclasse-saint-etienne-et-grimpe-a-la-deuxieme-place_6104815_3242.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/01/la-france-a-renonce-a-soutenir-un-projet-gazier-porte-par-totalenergies-dans-l-arctique-russe_6104327_3234.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 15:19:46 +0100", + "pubDate": "Wed, 01 Dec 2021 15:17:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275520,16 +301335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4c62a7e1514cb9399de640eb8c119456" + "hash": "1d39964f2b00a2db01305a0bc8a68814" }, { - "title": "Jean-Luc Mélenchon tient un meeting à Paris pour montrer qu’il peut « faire l’union par la base »", - "description": "Le candidat de La France insoumise doit rassembler 3 000 soutiens à la Défense, dimanche. Une date pas choisie au hasard, au lendemain de la candidature de Valérie Pécresse et le même jour qu’un meeting d’Eric Zemmour.", - "content": "Le candidat de La France insoumise doit rassembler 3 000 soutiens à la Défense, dimanche. Une date pas choisie au hasard, au lendemain de la candidature de Valérie Pécresse et le même jour qu’un meeting d’Eric Zemmour.", + "title": "Christian Estrosi rejoint Horizons, le parti de l’ancien premier ministre Edouard Philippe", + "description": "L’ancien membre des Républicains a annoncé, mercredi, son ralliement à Horizons, la formation créée par Edouard Philippe en octobre.", + "content": "L’ancien membre des Républicains a annoncé, mercredi, son ralliement à Horizons, la formation créée par Edouard Philippe en octobre.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/jean-luc-melenchon-tient-un-meeting-a-la-defense-pour-faire-l-union-populaire_6104807_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/01/christian-estrosi-se-rallie-a-horizons-le-parti-de-l-ancien-premier-ministre-edouard-philippe_6104326_823448.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:11:14 +0100", + "pubDate": "Wed, 01 Dec 2021 15:14:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275540,16 +301355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bd8cfa7860d4cef832c28d7aded7157d" + "hash": "e2ac7f67ccd89283ffdadbefce2d302b" }, { - "title": "Un premier grand meeting pour Zemmour à Villepinte et une contre-manifestation pour le faire « taire »", - "description": "L’équipe du candidat d’extrême droite s’attend à la venue de plus de 10 000 personnes. A quelques kilomètres de là, une cinquantaine d’organisations défilent pour dénoncer ce meeting. Une journée classée « à risque » par la police.", - "content": "L’équipe du candidat d’extrême droite s’attend à la venue de plus de 10 000 personnes. A quelques kilomètres de là, une cinquantaine d’organisations défilent pour dénoncer ce meeting. Une journée classée « à risque » par la police.", + "title": "Covid-19 : l’UE doit « réfléchir » à la vaccination obligatoire, estime Ursula von der Leyen", + "description": "Envisagée en Allemagne, l’obligation vaccinale est déjà prévue en Autriche. « C’est une discussion qui, je pense, doit être menée » dans l’Union européenne, a déclaré Ursula von der Leyen.", + "content": "Envisagée en Allemagne, l’obligation vaccinale est déjà prévue en Autriche. « C’est une discussion qui, je pense, doit être menée » dans l’Union européenne, a déclaré Ursula von der Leyen.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/election-presidentielle-2022-eric-zemmour-veut-faire-une-demonstration-de-force-pour-son-meeting-a-villepinte_6104806_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/01/covid-19-l-union-europeenne-doit-reflechir-a-la-vaccination-obligatoire-selon-la-presidente-de-la-commision-europeenne_6104322_3210.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:01:53 +0100", + "pubDate": "Wed, 01 Dec 2021 14:42:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275560,16 +301375,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52690ef35d2f67fa1329187edc8b5361" + "hash": "143c513de5a026b8f6e5cf3ad660a4c5" }, { - "title": "Covid-19 : un test PCR ou antigénique négatif est désormais obligatoire pour se rendre au Royaume-Uni", - "description": "Les voyageurs arrivant doivent déjà faire un test PCR au plus tard deux jours après leur arrivée, et s’isoler jusqu’aux résultats. Cette nouvelle obligation a été très mal accueillie par l’industrie du voyage.", - "content": "Les voyageurs arrivant doivent déjà faire un test PCR au plus tard deux jours après leur arrivée, et s’isoler jusqu’aux résultats. Cette nouvelle obligation a été très mal accueillie par l’industrie du voyage.", + "title": "Maryvonne Le Brignonen, directrice de Tracfin, nommée à la tête de la nouvelle ENA", + "description": "Venue du secteur privé, Mme Le Brignonen avait intégré l’ENA en 2007. Celle qui dirigeait Tracfin depuis l’été 2019 prendra la tête de l’Institut national du service public (INSP), qui remplacera l’ENA le 1er janvier 2022.", + "content": "Venue du secteur privé, Mme Le Brignonen avait intégré l’ENA en 2007. Celle qui dirigeait Tracfin depuis l’été 2019 prendra la tête de l’Institut national du service public (INSP), qui remplacera l’ENA le 1er janvier 2022.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/05/covid-19-face-au-variant-omicron-un-test-negatif-obligatoire-pour-se-rendre-au-royaume-uni_6104801_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/01/maryvonne-le-brignonen-directrice-de-tracfin-nommee-a-la-tete-de-la-nouvelle-ena_6104321_3224.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 12:04:11 +0100", + "pubDate": "Wed, 01 Dec 2021 14:33:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275580,16 +301395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aa6e58c7239691885c1e6bf6944610b5" + "hash": "a95a190da9e80a6a48b0261ad14486ea" }, { - "title": "Afghanistan : inquiétudes autour d’« exécutions sommaires » d’ex-policiers par les talibans", - "description": "Washington et ses alliées – dont la France – demandent l’ouverture rapide d’enquêtes après que l’ONG Human Rights Watch a fait état « des meurtres ou des disparitions dont ont été victimes 47 anciens membres des Forces nationales de sécurité afghanes » par les talibans entre août et la fin d’octobre.", - "content": "Washington et ses alliées – dont la France – demandent l’ouverture rapide d’enquêtes après que l’ONG Human Rights Watch a fait état « des meurtres ou des disparitions dont ont été victimes 47 anciens membres des Forces nationales de sécurité afghanes » par les talibans entre août et la fin d’octobre.", + "title": "Migrants dans la Manche : la justice à la recherche d’informations pour identifier les corps", + "description": "L’enquête a pour objectif de déterminer les circonstances du naufrage, d’identifier les vingt-sept victimes et de démanteler les réseaux de passeurs.", + "content": "L’enquête a pour objectif de déterminer les circonstances du naufrage, d’identifier les vingt-sept victimes et de démanteler les réseaux de passeurs.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/05/afghanistan-inquietudes-autour-d-executions-sommaires-d-ex-policiers-par-les-talibans_6104772_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/01/migrants-dans-la-manche-la-justice-a-la-recherche-d-informations-pour-identifier-les-corps_6104320_3210.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 04:36:44 +0100", + "pubDate": "Wed, 01 Dec 2021 14:27:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275600,16 +301415,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "795af584d4062d4dcda87cb967e43d1e" + "hash": "8b75aa9075e87338a24445a6bcbc7ed0" }, { - "title": "Pollution de l’eau : un nouveau plan sans ambition de lutte contre les nitrates", - "description": "Non contraignant, le septième plan de lutte contre les nitrates d’origine agricole, présenté vendredi aux membres du Conseil national de l’eau, pourrait s’avérer aussi inefficace que les six précédents.", - "content": "Non contraignant, le septième plan de lutte contre les nitrates d’origine agricole, présenté vendredi aux membres du Conseil national de l’eau, pourrait s’avérer aussi inefficace que les six précédents.", + "title": "La France impose un test négatif obligatoire à tous les voyageurs, vaccinés ou non, arrivant de pays situés en dehors de l’Union européenne", + "description": "Gabriel Attal, le porte-parole du gouvernement, a annoncé un nouveau protocole sanitaire pour les voyageurs internationaux, mercredi à la mi-journée.", + "content": "Gabriel Attal, le porte-parole du gouvernement, a annoncé un nouveau protocole sanitaire pour les voyageurs internationaux, mercredi à la mi-journée.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/05/pollution-de-l-eau-un-nouveau-plan-sans-ambition-de-lutte-contre-les-nitrates_6104767_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/01/covid-19-la-france-prolonge-jusqu-a-samedi-la-suspension-des-vols-depuis-l-afrique-australe_6104302_3244.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 03:16:40 +0100", + "pubDate": "Wed, 01 Dec 2021 11:31:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275620,16 +301435,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6489cbb0d896a58c7b78432feb3be720" + "hash": "dc7588119274ac11d45a2a7655b94e28" }, { - "title": "Indonésie : l’éruption du volcan Semeru provoque la mort de treize personnes dans l’île de Java", - "description": "Il y a plusieurs dizaines de blessés, dont beaucoup atteints de brûlures, après l’éruption, samedi, du volcan, qui a poussé beaucoup d’habitants à fuir.", - "content": "Il y a plusieurs dizaines de blessés, dont beaucoup atteints de brûlures, après l’éruption, samedi, du volcan, qui a poussé beaucoup d’habitants à fuir.", + "title": "Bronchiolite : La Réunion touchée par l’épidémie, qui s’accélère en métropole", + "description": "Les autorités sanitaires font part mercredi d’une forte hausse des hospitalisations des enfants de moins de 2 ans en France métropolitaine.", + "content": "Les autorités sanitaires font part mercredi d’une forte hausse des hospitalisations des enfants de moins de 2 ans en France métropolitaine.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/05/indonesie-l-eruption-du-volcan-semeru-provoque-la-panique-et-la-fuite-de-milliers-de-riverains_6104761_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/01/la-reunion-menacee-par-l-epidemie-de-bronchiolite-qui-s-accelere-en-metropole_6104317_3224.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 01:09:53 +0100", + "pubDate": "Wed, 01 Dec 2021 13:12:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275640,16 +301455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1f5704e28c3852df33d717a631423000" + "hash": "db027d0cdb9f0e1b2850c34c5a2fd809" }, { - "title": "En Finlande, cinq hommes arrêtés pour un projet d’« attentat d’ultradroite »", - "description": "Sous surveillance depuis une première arrestation il y a deux ans, les suspects ont été arrêtés, mardi, et placés en détention provisoire, vendredi. Il s’agit des premières arrestations pour un projet d’attentat d’extrême droite en Finlande, selon la police.", - "content": "Sous surveillance depuis une première arrestation il y a deux ans, les suspects ont été arrêtés, mardi, et placés en détention provisoire, vendredi. Il s’agit des premières arrestations pour un projet d’attentat d’extrême droite en Finlande, selon la police.", + "title": "Brésil : faute d’avoir pu créer sa propre formation, Jair Bolsonaro rejoint le Parti libéral", + "description": "En perte de vitesse dans les sondages, le président brésilien était contraint d’adhérer à un parti pour participer au scrutin de 2022.", + "content": "En perte de vitesse dans les sondages, le président brésilien était contraint d’adhérer à un parti pour participer au scrutin de 2022.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/03/en-finlande-cinq-hommes-arretes-pour-un-projet-d-attentat-d-ultradroite_6104659_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/12/01/bresil-faute-d-avoir-pu-creer-sa-propre-formation-jair-bolsonaro-rejoint-le-parti-liberal_6104311_3210.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 22:09:44 +0100", + "pubDate": "Wed, 01 Dec 2021 12:20:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275660,16 +301475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2eaff1acca267b7f7f44245f926f72a" + "hash": "3da449a0d19b568b121e8d9ddcc67c85" }, { - "title": "Justice : le parquet requiert deux ans de prison contre le hackeur franco-israélien « Ulcan »", - "description": "Réputé pour ses canulars téléphoniques malveillants, Gregory Chelli, dit « Ulcan », était jugé en son absence, jeudi 2 et vendredi 3 décembre, pour « dénonciations mensongères » par le tribunal correctionnel de Paris.", - "content": "Réputé pour ses canulars téléphoniques malveillants, Gregory Chelli, dit « Ulcan », était jugé en son absence, jeudi 2 et vendredi 3 décembre, pour « dénonciations mensongères » par le tribunal correctionnel de Paris.", + "title": "Variant Omicron : le Japon suspend les réservations de vols vers son territoire pendant un mois", + "description": "Cette annonce est intervenue alors qu’un deuxième cas du variant Omicron a été confirmé dans l’archipel mercredi, chez un voyageur arrivé du Pérou lors de la semaine dernière.", + "content": "Cette annonce est intervenue alors qu’un deuxième cas du variant Omicron a été confirmé dans l’archipel mercredi, chez un voyageur arrivé du Pérou lors de la semaine dernière.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/03/justice-le-parquet-requiert-deux-ans-de-prison-contre-le-hacker-franco-israelien-ulcan_6104658_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/01/omicron-suspension-des-reservations-de-vols-pendant-un-mois-au-japon_6104310_3244.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 21:48:20 +0100", + "pubDate": "Wed, 01 Dec 2021 12:17:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275680,16 +301495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f243fb10ab257f45dd0edc3c3ca7fb51" + "hash": "df4fc874f3f8c582e7c9edba9e4e4fe7" }, { - "title": "Le procès des sondages de l’Elysée rouvert, des réquisitions plus sévères contre Claude Guéant", - "description": "La situation financière de l’ancien secrétaire général de l’Elysée a nécessité une nouvelle audience, au terme de laquelle le Parquet national financier a alourdi ses réquisitions, réclamant une peine d’un an de prison ferme.", - "content": "La situation financière de l’ancien secrétaire général de l’Elysée a nécessité une nouvelle audience, au terme de laquelle le Parquet national financier a alourdi ses réquisitions, réclamant une peine d’un an de prison ferme.", + "title": "Reportage | A l’heure d’élire leur candidat, les derniers « compagnons » du parti Les Républicains y croient encore", + "description": "Les 150 000 adhérents Les Républicains votent de mercredi à samedi pour désigner leur candidat à la présidentielle. En dépit d’une hausse des adhésions pour le congrès, le parti est confronté à une lente érosion de ses militants.", + "content": "Les 150 000 adhérents Les Républicains votent de mercredi à samedi pour désigner leur candidat à la présidentielle. En dépit d’une hausse des adhésions pour le congrès, le parti est confronté à une lente érosion de ses militants.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/03/le-proces-des-sondages-de-l-elysee-rouvert-des-requisitions-plus-severes-contre-claude-gueant_6104654_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/01/macron-se-targue-d-avoir-ete-elu-sans-parti-on-a-vu-ce-que-ca-donnait-la-foi-des-militants-les-republicains_6104236_6059010.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 20:19:27 +0100", + "pubDate": "Wed, 01 Dec 2021 03:53:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275700,16 +301515,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22edc06767d1f5af30c253712f3880f9" + "hash": "882a241b2b9017b17f40c7419d522084" }, { - "title": "CNews mise en demeure par le CSA pour avoir relégué aux horaires de nuit la parole du gouvernement et de la France insoumise", - "description": "Le régulateur de l’audiovisuel reproche à la chaîne d’information, contrôlée par Vincent Bolloré, de ne pas avoir respecté ses obligations en matière de pluralisme.", - "content": "Le régulateur de l’audiovisuel reproche à la chaîne d’information, contrôlée par Vincent Bolloré, de ne pas avoir respecté ses obligations en matière de pluralisme.", + "title": "La Cour de cassation empêche le jugement d’un présumé tortionnaire syrien", + "description": "Abdulhamid C., un membre des services de renseignement arrêté en France, ne pourra pas être jugé pour « complicité de crimes contre l’humanité », au motif que la loi syrienne ne prévoit pas cette incrimination.", + "content": "Abdulhamid C., un membre des services de renseignement arrêté en France, ne pourra pas être jugé pour « complicité de crimes contre l’humanité », au motif que la loi syrienne ne prévoit pas cette incrimination.", "category": "", - "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/03/cnews-mise-en-demeure-par-le-csa-pour-avoir-relegue-aux-horaires-de-nuit-la-parole-du-gouvernement-et-de-la-france-insoumise_6104653_3236.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/01/la-cour-de-cassation-empeche-le-jugement-d-un-presume-tortionnaire-syrien_6104300_3224.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 20:04:20 +0100", + "pubDate": "Wed, 01 Dec 2021 11:07:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275720,16 +301535,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ecd6e7343436354497088ba212ecb9e7" + "hash": "ebf0bafa341ff9ad1e5c1a67c60fa329" }, { - "title": "Le pape François dénonce « l’histoire d’un esclavage universel » dans le parcours des migrants", - "description": "A Chypre, vendredi, le pontife a comparé les camps de réfugiés à des « lieux de détention, de torture et d’esclavage », créés par « cette civilisation développée qu’on appelle l’Occident ».", - "content": "A Chypre, vendredi, le pontife a comparé les camps de réfugiés à des « lieux de détention, de torture et d’esclavage », créés par « cette civilisation développée qu’on appelle l’Occident ».", + "title": "L’OCDE s’inquiète des nombreux déséquilibres qui fragilisent la reprise mondiale", + "description": "Passé l’effet de rattrapage post-pandémie, la croissance de l’économie mondiale va ralentir à partir de 2022, prévient l’organisation internationale.", + "content": "Passé l’effet de rattrapage post-pandémie, la croissance de l’économie mondiale va ralentir à partir de 2022, prévient l’organisation internationale.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/03/le-pape-francois-denonce-l-histoire-d-un-esclavage-universel-dans-le-parcours-des-migrants_6104648_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/01/l-ocde-s-inquiete-des-nombreux-desequilibres-qui-fragilisent-la-reprise-mondiale_6104299_3234.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 19:43:55 +0100", + "pubDate": "Wed, 01 Dec 2021 11:00:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275740,16 +301555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cacb3110f1b710389b154a291139fb8" + "hash": "d26fc4c80055fec543539bb1c9c5f7a2" }, { - "title": "L’implantation de cœurs artificiels suspendue « à titre temporaire » par la société française Carmat", - "description": "L’entreprise a fait état de la « survenance d’un problème qualité ayant affecté certaines de ses prothèses ». Carmat a obtenu, il y a un an, le marquage CE, ce qui lui avait permis de commercialiser son cœur artificiel en Europe.", - "content": "L’entreprise a fait état de la « survenance d’un problème qualité ayant affecté certaines de ses prothèses ». Carmat a obtenu, il y a un an, le marquage CE, ce qui lui avait permis de commercialiser son cœur artificiel en Europe.", + "title": "Tensions entre la Russie et l’Ukraine : troupes massées à la frontière, Moscou mis en garde par Washington… Le point sur la situation", + "description": "Kiev et les Occidentaux s’inquiètent depuis des semaines du renforcement du potentiel militaire russe à la frontière ukrainienne. Moscou dément toute intention belliqueuse.", + "content": "Kiev et les Occidentaux s’inquiètent depuis des semaines du renforcement du potentiel militaire russe à la frontière ukrainienne. Moscou dément toute intention belliqueuse.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/03/l-implantation-de-c-urs-artificiels-suspendue-a-titre-temporaire-par-la-societe-francaise-carmat_6104646_1650684.html", + "link": "https://www.lemonde.fr/international/article/2021/12/01/la-russie-accuse-a-son-tour-l-ukraine-de-masser-des-troupes-a-leur-frontiere_6104294_3210.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 19:28:18 +0100", + "pubDate": "Wed, 01 Dec 2021 10:56:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275760,16 +301575,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "66b240f9d2e3972d10045336cc9bc6de" + "hash": "25580fbdcba2887ff696ac7d80083a69" }, { - "title": "Eric Zemmour veut faire une démonstration de force pour son meeting à Villepinte", - "description": "Une cinquantaine d’organisations syndicales, partis et associations ont par ailleurs appelé à manifester de Barbès à la Villette pour faire « taire » le polémiste d’extrême droite, désormais candidat à l’élection présidentielle.", - "content": "Une cinquantaine d’organisations syndicales, partis et associations ont par ailleurs appelé à manifester de Barbès à la Villette pour faire « taire » le polémiste d’extrême droite, désormais candidat à l’élection présidentielle.", + "title": "Des documents confirment le rôle de Xi Jinping dans la répression au Xinjiang", + "description": "De nouvelles informations parvenues à un groupe de défense de la minorité musulmane ouïgoure apportent de nouvelles preuves de l’implication du président chinois dans les détentions de masse et la politique de stérilisation forcée", + "content": "De nouvelles informations parvenues à un groupe de défense de la minorité musulmane ouïgoure apportent de nouvelles preuves de l’implication du président chinois dans les détentions de masse et la politique de stérilisation forcée", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/05/election-presidentielle-2022-eric-zemmour-veut-faire-une-demonstration-de-force-pour-son-meeting-a-villepinte_6104806_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/12/01/des-documents-confirment-le-role-de-xi-jinping-dans-la-repression-au-xinjiang_6104292_3210.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 13:01:53 +0100", + "pubDate": "Wed, 01 Dec 2021 10:34:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275780,16 +301595,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de713b97dd50ae120aef83293b446aa0" + "hash": "2c551e79e13b816269fe70509c0811fb" }, { - "title": "Suivez en direct « Questions politiques », avec Christophe Castaner", - "description": "Le président du groupe LRM à l’Assemblée nationale, Christophe Castaner, est l’invité de France Inter, de France Télévisions et du « Monde » ce dimanche, de midi à 13 heures.", - "content": "Le président du groupe LRM à l’Assemblée nationale, Christophe Castaner, est l’invité de France Inter, de France Télévisions et du « Monde » ce dimanche, de midi à 13 heures.", + "title": "Covid-19 : contre le variant Omicron, les laboratoires en ordre de bataille pour adapter leurs vaccins", + "description": "En raison des mutations qu’il a accumulées, ce nouveau variant du coronavirus pourrait moins bien répondre aux produits actuels, redoutent les experts. Pfizer-BioNTech, Moderna, AstraZeneca et Johnson & Johnson planchent déjà sur le sujet.", + "content": "En raison des mutations qu’il a accumulées, ce nouveau variant du coronavirus pourrait moins bien répondre aux produits actuels, redoutent les experts. Pfizer-BioNTech, Moderna, AstraZeneca et Johnson & Johnson planchent déjà sur le sujet.", "category": "", - "link": "https://www.lemonde.fr/politique/video/2021/12/05/suivez-en-direct-questions-politiques-avec-christophe-castaner_6104802_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/12/01/variant-omicron-les-laboratoires-se-lancent-dans-l-adaptation-de-leurs-vaccins_6104262_3244.html", "creator": "", - "pubDate": "Sun, 05 Dec 2021 12:15:48 +0100", + "pubDate": "Wed, 01 Dec 2021 06:30:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275800,16 +301615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1fb509c0bc7f5344446198e7a38f5f81" + "hash": "e99ae6b4ca2f7ed0a06e3f46c012c159" }, { - "title": "Des employés du département d’Etat américain infectés par le logiciel espion Pegasus", - "description": "Le 3 novembre, le département du commerce américain a placé l’entreprise israélienne NSO Group sur une liste noire d’entreprises, soumises à d’importantes restrictions en matière d’exportations et d’importations.", - "content": "Le 3 novembre, le département du commerce américain a placé l’entreprise israélienne NSO Group sur une liste noire d’entreprises, soumises à d’importantes restrictions en matière d’exportations et d’importations.", + "title": "Assurance-chômage : le dernier volet de la réforme controversée entre en vigueur", + "description": "La durée minimale de travail pour être indemnisé va passer de quatre à six mois sur les vingt-quatre derniers mois (trente-six mois pour les plus de 53 ans) à partir de mercredi 1er décembre.", + "content": "La durée minimale de travail pour être indemnisé va passer de quatre à six mois sur les vingt-quatre derniers mois (trente-six mois pour les plus de 53 ans) à partir de mercredi 1er décembre.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/03/des-employes-du-departement-d-etat-americain-infectes-par-le-logiciel-espion-pegasus_6104645_4408996.html", + "link": "https://www.lemonde.fr/economie/article/2021/12/01/assurance-chomage-le-dernier-volet-de-la-reforme-controversee-entre-en-vigueur_6104272_3234.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 19:24:44 +0100", + "pubDate": "Wed, 01 Dec 2021 08:13:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275820,16 +301635,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bb75027154fbf21ddc81012562b2493" + "hash": "e25e6ce654b4b835986fb2599450be91" }, { - "title": "Radio : les surcharges de travail créent le malaise à France Bleu", - "description": "Une expertise mandatée par les syndicats dénonce les dysfonctionnements au sein des 44 stations locales de Radio France.", - "content": "Une expertise mandatée par les syndicats dénonce les dysfonctionnements au sein des 44 stations locales de Radio France.", + "title": "Twitch ajoute un outil pour lutter contre le harcèlement en ligne", + "description": "Le programme doit aider à reconnaître les fraudeurs bannis qui créent de nouveaux comptes afin de diffuser en direct une pluie de commentaires injurieux, racistes ou sexistes.", + "content": "Le programme doit aider à reconnaître les fraudeurs bannis qui créent de nouveaux comptes afin de diffuser en direct une pluie de commentaires injurieux, racistes ou sexistes.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/03/radio-les-surcharges-de-travail-creent-le-malaise-a-france-bleu_6104641_3234.html", + "link": "https://www.lemonde.fr/pixels/article/2021/12/01/twith-ajoute-un-outil-pour-lutter-contre-le-harcelement-en-ligne_6104263_4408996.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:37:04 +0100", + "pubDate": "Wed, 01 Dec 2021 06:45:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275840,16 +301655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7b13cba66cff5e302c7a19d28b92326d" + "hash": "b69bb94acf7dcab8dcf6b4c5927f47af" }, { - "title": "Le taux de participation des adhérents LR était de 61,7 %, vendredi à 18 heures, alors qu’il était de 52,8 % à la même heure lors du premier tour.", - "description": "Le scrutin, dématérialisé, s’est ouvert à 8 heures vendredi et se poursuivra jusqu’à 14 heures samedi. Le vainqueur sera annoncé à 14 h 30 lors d’une conférence de presse.", - "content": "Le scrutin, dématérialisé, s’est ouvert à 8 heures vendredi et se poursuivra jusqu’à 14 heures samedi. Le vainqueur sera annoncé à 14 h 30 lors d’une conférence de presse.", + "title": "VIH : transmission, dépistage, traitements… les réponses à vos questions sur le sida", + "description": "A l’occasion de la Journée mondiale de lutte contre le sida, mercredi 1er décembre, « Le Monde » fait le point sur l’épidémie de cette maladie.", + "content": "A l’occasion de la Journée mondiale de lutte contre le sida, mercredi 1er décembre, « Le Monde » fait le point sur l’épidémie de cette maladie.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/03/election-presidentielle-2022-lr-ouvre-le-vote-pour-departager-eric-ciotti-et-valerie-pecresse_6104585_6059010.html", + "link": "https://www.lemonde.fr/societe/article/2021/12/01/vih-transmission-depistage-traitements-les-reponses-a-vos-questions-sur-le-sida_6104255_3224.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 11:36:48 +0100", + "pubDate": "Wed, 01 Dec 2021 06:00:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275860,16 +301675,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "59e7f86cf088ffcc5a60706a2ed0f2e3" + "hash": "aaf569f94fa431c28c873067fb0bb535" }, { - "title": "Election présidentielle 2022 : Ciotti et Pécresse finalistes du congrès LR, Zemmour officiellement candidat… Le récap’ politique de la semaine", - "description": "Tandis que les adhérents du parti Les Républicains ont choisi leurs finalistes pour le congrès d’investiture à l’élection présidentielle, le polémiste d’extrême droite a officialisé sa candidature, après des semaines de faux suspense.", - "content": "Tandis que les adhérents du parti Les Républicains ont choisi leurs finalistes pour le congrès d’investiture à l’élection présidentielle, le polémiste d’extrême droite a officialisé sa candidature, après des semaines de faux suspense.", + "title": "Divergences de vues entre les associations d’élus locaux", + "description": "Alors que commencent, mercredi, les assises de l’Assemblée des départements de France, les différentes collectivités locales, alliées au sein de Territoires unis, veulent faire valoir leurs propres intérêts avant l’élection présidentielle.", + "content": "Alors que commencent, mercredi, les assises de l’Assemblée des départements de France, les différentes collectivités locales, alliées au sein de Territoires unis, veulent faire valoir leurs propres intérêts avant l’élection présidentielle.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/03/election-presidentielle-2022-ciotti-et-pecresse-finalistes-du-congres-lr-zemmour-officiellement-candidat-le-recap-politique-de-la-semaine_6104632_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/01/divergences-de-vues-entre-les-associations-d-elus-locaux_6104254_823448.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 18:00:16 +0100", + "pubDate": "Wed, 01 Dec 2021 06:00:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275880,16 +301695,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5a6c0efbd16667e971030a1ef4542cf2" + "hash": "9faf8a25aacc9e9d81fd2940e74b36cc" }, { - "title": "L’infectiologue marseillais de 69 ans était visé par deux plaintes déposées par l’ordre des médecins des Bouches-du-Rhône et le conseil national de l’ordre des médecins.", - "description": "L’infectiologue marseillais de 69 ans était visé par deux plaintes déposées par l’ordre des médecins des Bouches-du-Rhône et le Conseil national de l’ordre des médecins.", - "content": "L’infectiologue marseillais de 69 ans était visé par deux plaintes déposées par l’ordre des médecins des Bouches-du-Rhône et le Conseil national de l’ordre des médecins.", + "title": "Entre Eric Zemmour et les élites, une étrange bienveillance", + "description": "Ménagé par la droite et de nombreux intellectuels, convié par les médias et certains cercles économiques, le polémiste d’extrême droite a pu, cet automne, mesurer l’indulgence d’une partie de l’establishment. Retour sur un « moment Zemmour »", + "content": "Ménagé par la droite et de nombreux intellectuels, convié par les médias et certains cercles économiques, le polémiste d’extrême droite a pu, cet automne, mesurer l’indulgence d’une partie de l’establishment. Retour sur un « moment Zemmour »", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/03/le-professeur-didier-raoult-va-savoir-vendredi-s-il-est-sanctionne-par-l-ordre-des-medecins_6104575_1650684.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/01/entre-eric-zemmour-et-les-elites-une-etrange-bienveillance_6104249_6059010.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:44:46 +0100", + "pubDate": "Wed, 01 Dec 2021 05:35:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275900,16 +301715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e537e3287f8f9cd98f9d193ece8fdaf4" + "hash": "d84248a3b6a3b2b4fc7fa8f7b4eeca31" }, { - "title": "Philip Morris France condamné à 75 000 euros d’amende pour la promotion « illégale » de sa cigarette électronique", - "description": "Poursuivie par deux associations de lutte contre le tabac pour son dispositif de tabac chauffé IQOS, la filiale française du cigarettier a été condamnée par le tribunal correctionnel de Paris.", - "content": "Poursuivie par deux associations de lutte contre le tabac pour son dispositif de tabac chauffé IQOS, la filiale française du cigarettier a été condamnée par le tribunal correctionnel de Paris.", + "title": "Mort de l’écrivaine québécoise Marie-Claire Blais", + "description": "La Canadienne, autrice des romans, d’essais, de pièces de théâtre ainsi que de recueils de poésie, avait reçu le prix de la langue française pour son premier roman publié à l’âge de 20 ans, « La Belle Bête ». Elle est morte mardi à 82 ans.", + "content": "La Canadienne, autrice des romans, d’essais, de pièces de théâtre ainsi que de recueils de poésie, avait reçu le prix de la langue française pour son premier roman publié à l’âge de 20 ans, « La Belle Bête ». Elle est morte mardi à 82 ans.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/03/tabac-chauffe-philip-morris-france-condamne-a-75-000-euros-d-amende-pour-publicite-illegale_6104625_3224.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/12/01/mort-de-l-ecrivaine-quebecoise-marie-claire-blais_6104241_3382.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 16:43:54 +0100", + "pubDate": "Wed, 01 Dec 2021 04:36:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275920,16 +301735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e36459c1343717e20a6aadb008407c42" + "hash": "804bd97ced2e547eef7c3d84c0207cd1" }, { - "title": "Sexisme en politique : le « dévoilement » en est à « un tout petit stade », selon le collectif #metoopolitique", - "description": "« La réaction la plus épouvantable, c’est celle du président de la République », a fustigé la militante féministe Alice Coffin, alors qu’Emmanuel Macron n’avait souhaité mercredi ni « complaisance » ni « inquisition », à propos des accusations d’agressions sexuelles et de viol visant Nicolas Hulot.", - "content": "« La réaction la plus épouvantable, c’est celle du président de la République », a fustigé la militante féministe Alice Coffin, alors qu’Emmanuel Macron n’avait souhaité mercredi ni « complaisance » ni « inquisition », à propos des accusations d’agressions sexuelles et de viol visant Nicolas Hulot.", + "title": "Xiomara Castro va devenir la première femme présidente du Honduras", + "description": "Nasry Asfura, le candidat du Parti national au pouvoir, a déclaré avoir personnellement félicité Mme Castro, qui a promis de « former un gouvernement de réconciliation ».", + "content": "Nasry Asfura, le candidat du Parti national au pouvoir, a déclaré avoir personnellement félicité Mme Castro, qui a promis de « former un gouvernement de réconciliation ».", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/03/sexisme-le-devoilement-en-est-a-un-tout-petit-stade-selon-le-collectif-metoopolitique_6104622_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/12/01/honduras-la-droite-au-pouvoir-reconnait-sa-defaite-xiomara-castro-file-vers-la-presidence_6104238_3210.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 16:30:53 +0100", + "pubDate": "Wed, 01 Dec 2021 04:08:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275940,16 +301755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "38cc55bc488f4bcd770d9f0b5864599a" + "hash": "fcff306eef6320d228891078914e0693" }, { - "title": "Patrick Ranvier nommé directeur technique national de la Fédération française d’athlétisme", - "description": "En manque de résultats à moins de trois ans des Jeux olympiques de Paris, l’athlétisme tricolore attendait depuis plusieurs mois la nomination d’un DTN.", - "content": "En manque de résultats à moins de trois ans des Jeux olympiques de Paris, l’athlétisme tricolore attendait depuis plusieurs mois la nomination d’un DTN.", + "title": "Allongement du délai de l’IVG : les députés favorables à une extension à quatorze semaines de grossesse", + "description": "Après des débats parfois houleux, la proposition de loi « visant à renforcer le droit à l’avortement » a été votée en deuxième lecture à l’Assemblée, mardi. Son adoption définitive sous l’actuelle législature reste incertaine.", + "content": "Après des débats parfois houleux, la proposition de loi « visant à renforcer le droit à l’avortement » a été votée en deuxième lecture à l’Assemblée, mardi. Son adoption définitive sous l’actuelle législature reste incertaine.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/03/patrick-ranvier-est-nomme-directeur-technique-national-de-la-federation-francaise-d-athletisme_6104621_3242.html", + "link": "https://www.lemonde.fr/politique/article/2021/12/01/les-deputes-favorables-a-l-allongement-du-delai-d-ivg-de-12-a-14-semaines-de-grossesse_6104233_823448.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 16:20:38 +0100", + "pubDate": "Wed, 01 Dec 2021 02:36:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275960,16 +301775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "841c26c684bdc59d3980c4b2e80ac3ee" + "hash": "571e1f8878cb03a25f7012dae3ed3fea" }, { - "title": "Fibre optique : 1 900 emplois menacés chez Scopelec, sous-traitant d’Orange et plus grande SCOP de France", - "description": "L’opérateur pourrait ne pas renouveler ses contrats de prestation avec la société de 3 800 salariés.", - "content": "L’opérateur pourrait ne pas renouveler ses contrats de prestation avec la société de 3 800 salariés.", + "title": "Eric Zemmour candidat à la présidentielle dans un clip qui fait hurler les ayants droit des images", + "description": "Les équipes de campagne du polémiste d’extrême droite n’ont pas jugé bon de demander aux médias et personnalités concernés l’autorisation de diffusion des images insérées dans sa vidéo de candidature.", + "content": "Les équipes de campagne du polémiste d’extrême droite n’ont pas jugé bon de demander aux médias et personnalités concernés l’autorisation de diffusion des images insérées dans sa vidéo de candidature.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/03/fibre-optique-plus-de-1-800-emplois-menaces-chez-scopelec-sous-traitant-d-orange_6104612_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/30/eric-zemmour-candidat-a-la-presidentielle-dans-un-clip-qui-fait-hurler-les-ayants-droit-des-images_6104219_3234.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 14:55:42 +0100", + "pubDate": "Tue, 30 Nov 2021 22:38:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -275980,16 +301795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa9b1dc1b83a232e87e6a88d87843790" + "hash": "f36f141a5d999158cc5e0993992de2d7" }, { - "title": "Le Conseil constitutionnel bouscule le recours aux fadettes dans les enquêtes", - "description": "L’institution censure l’article permettant aux procureurs d’ordonner ces investigations pour tout type d’infraction et sans limite de temps.", - "content": "L’institution censure l’article permettant aux procureurs d’ordonner ces investigations pour tout type d’infraction et sans limite de temps.", + "title": "Twitter interdit la publication de photos ou de vidéos d’individus sans leur consentement", + "description": "Les utilisateurs du réseau social ont désormais la possibilité de demander le retrait d’images dans lesquelles ils apparaissent si elles ont été postées sans leur consentement.", + "content": "Les utilisateurs du réseau social ont désormais la possibilité de demander le retrait d’images dans lesquelles ils apparaissent si elles ont été postées sans leur consentement.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/03/le-conseil-constitutionnel-bouscule-le-recours-aux-fadettes-dans-les-enquetes_6104610_3224.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/30/twitter-interdit-la-publication-de-photos-ou-de-videos-d-individus-sans-leur-consentement_6104218_4408996.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 14:51:39 +0100", + "pubDate": "Tue, 30 Nov 2021 22:31:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276000,16 +301815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "31229855b53f29fb3b7bd8c853aae46b" + "hash": "ae21066368e837db384a1778b44f8095" }, { - "title": "Autriche : le ministre de l’intérieur, Karl Nehammer, désigné pour devenir le prochain chancelier", - "description": "Il va succéder à Sebastian Kurz, qui a annoncé son retrait de la vie politique, deux mois à peine après avoir quitté la tête du gouvernement.", - "content": "Il va succéder à Sebastian Kurz, qui a annoncé son retrait de la vie politique, deux mois à peine après avoir quitté la tête du gouvernement.", + "title": "Le journal papier « CNews » a cessé de paraître", + "description": "La baisse de la diffusion et l’augmentation du coût du papier ont convaincu le groupe Canal+, qui détient le titre, d’abandonner le journal papier gratuit pour concentrer ses efforts sur le Web et sur la chaîne de télévision.", + "content": "La baisse de la diffusion et l’augmentation du coût du papier ont convaincu le groupe Canal+, qui détient le titre, d’abandonner le journal papier gratuit pour concentrer ses efforts sur le Web et sur la chaîne de télévision.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/03/autriche-karl-nehammer-designe-pour-devenir-le-prochain-chancelier_6104603_3210.html", + "link": "https://www.lemonde.fr/actualite-medias/article/2021/11/30/le-journal-papier-cnews-a-cesse-de-paraitre_6104216_3236.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 13:46:17 +0100", + "pubDate": "Tue, 30 Nov 2021 22:00:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276020,16 +301835,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "32b53bf738cd327ba9a2a73c5dabe9c7" + "hash": "89a3d666115f099eff1ecb869ae32848" }, { - "title": "Valérie Pécresse désignée candidate de LR pour la présidentielle, les réactions de l’opposition", - "description": "Le candidat écologiste Yannick Jadot a fustigé les positions de la candidate sur le mariage pour tous et l’immigration, alors que Marine Le Pen et Eric Zemmour ont tendu la main aux électeurs d’Eric Ciotti.", - "content": "Le candidat écologiste Yannick Jadot a fustigé les positions de la candidate sur le mariage pour tous et l’immigration, alors que Marine Le Pen et Eric Zemmour ont tendu la main aux électeurs d’Eric Ciotti.", + "title": "Congrès Les Républicains : suivez en direct le dernier débat entre les cinq candidats", + "description": "Les candidats à l’investiture du parti pour l’élection présidentielle 2022 – Michel Barnier, Valérie Pécresse, Xavier Bertrand, Eric Ciotti et Philippe Juvin – débattent sur France 2 et France Inter.", + "content": "Les candidats à l’investiture du parti pour l’élection présidentielle 2022 – Michel Barnier, Valérie Pécresse, Xavier Bertrand, Eric Ciotti et Philippe Juvin – débattent sur France 2 et France Inter.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/04/valerie-pecresse-designee-candidate-de-lr-pour-la-presidentielle-les-reactions-de-l-opposition_6104754_823448.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/live/2021/11/30/congres-les-republicains-suivez-en-direct-le-dernier-debat-entre-les-cinq-candidats_6104210_6059010.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 20:47:31 +0100", + "pubDate": "Tue, 30 Nov 2021 19:46:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276040,16 +301855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "63ec4a8143ac6c05e7f347941a9ad146" + "hash": "2cc5854cc8af3fbd10b4e25a570bd0a0" }, { - "title": "Omicron : désormais douze cas identifiés en France", - "description": "En raison de la cinquième vague et de l’arrivée du variant Omicron, un conseil de défense sanitaire se tiendra lundi afin de décider « s’il y a lieu de prendre des mesures complémentaires ».", - "content": "En raison de la cinquième vague et de l’arrivée du variant Omicron, un conseil de défense sanitaire se tiendra lundi afin de décider « s’il y a lieu de prendre des mesures complémentaires ».", + "title": "Emma Coronel, la femme d’« El Chapo » Guzman condamnée à trois ans de prison", + "description": "Elle a admis sa participation au trafic du puissant cartel de Sinaloa, mais la justice a estimé qu’elle était très jeune lorsqu’elle a épousé « El Chapo » et qu’elle avait coopéré avec les autorités après son arrestation en février.", + "content": "Elle a admis sa participation au trafic du puissant cartel de Sinaloa, mais la justice a estimé qu’elle était très jeune lorsqu’elle a épousé « El Chapo » et qu’elle avait coopéré avec les autorités après son arrestation en février.", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/12/03/covid-19-la-vaccination-probablement-ouverte-aux-enfants-de-5-a-11-ans-a-risque-des-decembre-un-conseil-de-defense-sanitaire-lundi_6104597_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/30/emma-coronel-la-femme-d-el-chapo-guzman-condamnee-a-trois-ans-de-prison_6104213_3210.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 12:21:34 +0100", + "pubDate": "Tue, 30 Nov 2021 20:12:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276060,16 +301875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "06f53a867d9db585e6933dd031df7ce4" + "hash": "ba0990682c83676136ab83aa181de995" }, { - "title": "« L’Europe a réussi, en Pologne et dans les pays baltes, à s’opposer à ceux qui espéraient l’attaquer en instrumentalisant la migration »", - "description": "Le commissaire européen Margaritis Schinas défend, dans un entretien au « Monde », la politique migratoire de l’Union européenne. Selon lui, la situation à la frontière biélorusse a montré que le problème concernait tous les pays européens.", - "content": "Le commissaire européen Margaritis Schinas défend, dans un entretien au « Monde », la politique migratoire de l’Union européenne. Selon lui, la situation à la frontière biélorusse a montré que le problème concernait tous les pays européens.", + "title": "Joséphine Baker au Panthéon : le résumé de l’hommage d’Emmanuel Macron, en vidéo", + "description": "Saluant l’entrée de Josépine Baker au Panthéon, le 30 novembre, le président de la République a rendu hommage à celle qui « nous rappelle l’insaisissable beauté de notre destin collectif ».", + "content": "Saluant l’entrée de Josépine Baker au Panthéon, le 30 novembre, le président de la République a rendu hommage à celle qui « nous rappelle l’insaisissable beauté de notre destin collectif ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/03/l-europe-a-reussi-en-pologne-et-dans-les-pays-baltes-a-s-opposer-a-ceux-qui-esperaient-l-attaquer-en-instrumentalisant-la-migration_6104582_3210.html", + "link": "https://www.lemonde.fr/culture/video/2021/11/30/josephine-baker-au-pantheon-le-resume-de-l-hommage-d-emmanuel-macron-en-video_6104212_3246.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 11:12:03 +0100", + "pubDate": "Tue, 30 Nov 2021 19:55:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276080,16 +301895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e0536a467e18888bf9099ebf90c2cac5" + "hash": "59d62aa20cc11f3696a3aed3a30c93cc" }, { - "title": "Une plainte en France vise les dirigeants des Emirats arabes unis et de l’Arabie saoudite", - "description": "Alors qu’Emmanuel Macron visite les deux pays engagés dans la guerre au Yémen, une plainte pour crimes de guerre, torture et financement de terrorisme a été déposée, vendredi 3 décembre, à Paris, contre Mohammed Ben Zayed et Mohammed Ben Salman.", - "content": "Alors qu’Emmanuel Macron visite les deux pays engagés dans la guerre au Yémen, une plainte pour crimes de guerre, torture et financement de terrorisme a été déposée, vendredi 3 décembre, à Paris, contre Mohammed Ben Zayed et Mohammed Ben Salman.", + "title": "L’Organisation mondiale de la santé estime, cependant, que les interdictions générales de voyager n’empêcheront pas la propagation du variant Omicron.", + "description": "L’Organisation mondiale de la santé estime, cependant, que les interdictions générales de voyager n’empêcheront pas la propagation du variant Omicron.", + "content": "L’Organisation mondiale de la santé estime, cependant, que les interdictions générales de voyager n’empêcheront pas la propagation du variant Omicron.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/03/une-plainte-en-france-vise-les-dirigeants-des-emirats-arabes-unis-et-de-l-arabie-saoudite_6104581_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/30/omicron-pekin-reconnait-que-le-variant-complique-les-jo-mise-en-garde-du-pdg-de-moderna_6104160_3244.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 11:06:01 +0100", + "pubDate": "Tue, 30 Nov 2021 11:19:20 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276100,16 +301915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "627e76bc076363370dd5e703cf83f104" + "hash": "21c7e1ced676e89d7bc366ec1448faa5" }, { - "title": "Twitter reconnaît des « erreurs » dans sa nouvelle politique de lutte contre le harcèlement, détournée par l’extrême droite américaine", - "description": "Le nouveau règlement de Twitter concernant les images et vidéos est utilisé par l’extrême droite américaine pour se protéger et harceler ses opposants.", - "content": "Le nouveau règlement de Twitter concernant les images et vidéos est utilisé par l’extrême droite américaine pour se protéger et harceler ses opposants.", + "title": "Crise aux Antilles : situation toujours tendue à la Guadeloupe, le ministre ouvert sur l’application de l’obligation vaccinale", + "description": "Sébastien Lecornu a rencontré une délégation de vingt syndicalistes et les élus locaux à la préfecture de Martinique. La veille, des discussions similaires à la Guadeloupe ont tourné court.", + "content": "Sébastien Lecornu a rencontré une délégation de vingt syndicalistes et les élus locaux à la préfecture de Martinique. La veille, des discussions similaires à la Guadeloupe ont tourné court.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/04/twitter-reconnait-des-erreurs-dans-sa-nouvelle-politique-de-lutte-contre-le-harcelement-detournee-par-l-extreme-droite-americaine_6104756_4408996.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/30/crise-aux-antilles-situation-toujours-tendue-a-la-guadeloupe-des-discussions-avec-le-ministre-des-outre-mer-a-la-martinique_6104209_3224.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 22:20:58 +0100", + "pubDate": "Tue, 30 Nov 2021 19:31:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276120,16 +301935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7f97dc0e3ac5227457310847c97164af" + "hash": "1c80284f85706605c093402ca5ef4695" }, { - "title": "Transport d’animaux : les eurodéputés divisés sur les mesures à prendre", - "description": "La commission d’enquête du Parlement européen sur la protection du bétail durant son transport a adopté son rapport jeudi 2 décembre. Si le constat des carences actuelles fait l’unanimité, les recommandations sont jugées décevantes par les associations.", - "content": "La commission d’enquête du Parlement européen sur la protection du bétail durant son transport a adopté son rapport jeudi 2 décembre. Si le constat des carences actuelles fait l’unanimité, les recommandations sont jugées décevantes par les associations.", + "title": "Sous-traitant automobile SAM : Renault promet un « soutien financier » aux salariés de la fonderie", + "description": "Le tribunal de commerce de Toulouse a scellé vendredi sa cessation d’activité après le refus de Renault de soutenir l’unique projet de reprise de l’usine.", + "content": "Le tribunal de commerce de Toulouse a scellé vendredi sa cessation d’activité après le refus de Renault de soutenir l’unique projet de reprise de l’usine.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/03/transport-d-animaux-les-eurodeputes-divises-sur-les-mesures-a-prendre_6104579_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/30/sous-traitant-automobile-sam-renault-promet-un-soutien-financier-aux-salaries-de-la-fonderie_6104204_3234.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:59:08 +0100", + "pubDate": "Tue, 30 Nov 2021 18:59:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276140,16 +301955,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7e8cdab1e01ea426a50c3c24616a0e11" + "hash": "3ee42ca0eeb338eb972a56f53e9d1a48" }, { - "title": "Covid-19 : la troisième dose de vaccin réduirait le risque d’infection de plus de 85 %", - "description": "Une étude menée sur plus de 300 000 Israéliens de plus de 40 ans confirme l’impact positif de la dose de rappel.", - "content": "Une étude menée sur plus de 300 000 Israéliens de plus de 40 ans confirme l’impact positif de la dose de rappel.", + "title": "Réchauffement climatique : dans l’Arctique, la pluie pourrait remplacer la neige plus tôt que prévu", + "description": "Une étude parue dans la revue « Nature Communications » estime que la pluie prendrait le pas sur la neige dans les régions arctiques « une ou deux décennies plus tôt » que prévu jusqu’ici et que « les changements vont être plus importants qu’estimé précédemment ».", + "content": "Une étude parue dans la revue « Nature Communications » estime que la pluie prendrait le pas sur la neige dans les régions arctiques « une ou deux décennies plus tôt » que prévu jusqu’ici et que « les changements vont être plus importants qu’estimé précédemment ».", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/03/covid-19-le-booster-reduirait-le-risque-d-infection-de-plus-de-85_6104578_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/30/rechauffement-climatique-dans-l-arctique-la-pluie-pourrait-remplacer-la-neige-plus-tot-que-prevu_6104202_3244.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:57:02 +0100", + "pubDate": "Tue, 30 Nov 2021 18:24:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276160,16 +301975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e6a7c00ef60dab1efe211537e65ecc0d" + "hash": "c0e9744c345771d70e354e7a43f68dde" }, { - "title": "A Chypre, le pape fait l’éloge de la diversité", - "description": "Tout en évoquant la « terrible lacération » de l’île coupée en deux depuis l’invasion turque de 1974, François a plaidé pour une Europe qui accueille d’« autres cultures ».", - "content": "Tout en évoquant la « terrible lacération » de l’île coupée en deux depuis l’invasion turque de 1974, François a plaidé pour une Europe qui accueille d’« autres cultures ».", + "title": "Le site satirique Le Gorafi racheté", + "description": "Presque dix ans après sa création, le site parodique a été racheté par des investisseurs pour un montant non divulgué.", + "content": "Presque dix ans après sa création, le site parodique a été racheté par des investisseurs pour un montant non divulgué.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/03/a-chypre-le-pape-fait-l-eloge-de-la-diversite_6104574_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/30/le-site-satirique-le-gorafi-rachete_6104201_4408996.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:23:10 +0100", + "pubDate": "Tue, 30 Nov 2021 18:15:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276180,16 +301995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2dbb6961dafcc66770a7be32ff50847d" + "hash": "69f3d5fc2c7ac00bbbed2d3939068e5c" }, { - "title": "Guadeloupe : le retour au calme permet un début de dialogue", - "description": "Jeudi 2 décembre en matinée, à Ponte-à-Pitre, les élus locaux ont rencontré pendant près de quatre heures un « collectif des organisations en lutte ».", - "content": "Jeudi 2 décembre en matinée, à Ponte-à-Pitre, les élus locaux ont rencontré pendant près de quatre heures un « collectif des organisations en lutte ».", + "title": "Colombie : les FARC retirées de la liste des organisations terroristes des Etats-Unis", + "description": "Ce mouvement ayant pris les armes en pleine guerre froide a été officiellement dissous après un accord de paix avec le gouvernement colombien en 2016.", + "content": "Ce mouvement ayant pris les armes en pleine guerre froide a été officiellement dissous après un accord de paix avec le gouvernement colombien en 2016.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/03/guadeloupe-le-retour-au-calme-permet-un-debut-de-dialogue_6104573_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/11/30/colombie-les-farc-retirees-de-la-liste-des-organisations-terroristes-des-etats-unis_6104200_3210.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:21:33 +0100", + "pubDate": "Tue, 30 Nov 2021 18:15:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276200,16 +302015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fa91e38c00557b84b045058c3da0e9c6" + "hash": "d94f30e2fe1e2cf9f55ddf7226091d48" }, { - "title": "Lamine Diack, l’ancien patron de l’athlétisme mondial, est mort", - "description": "L’ancien président de la Fédération internationale d’athlétisme (1999-2015) avait été reconnu coupable de corruption passive pour le versement de pots-de-vin par des athlètes russes.", - "content": "L’ancien président de la Fédération internationale d’athlétisme (1999-2015) avait été reconnu coupable de corruption passive pour le versement de pots-de-vin par des athlètes russes.", + "title": "Eric Zemmour candidat à la présidentielle : les politiques étrillent un discours « sinistre » et « momifié »", + "description": "« Le micro de De Gaulle mais le discours de Pétain », déplore le premier secrétaire du Parti socialiste, Olivier Faure. Une candidature qui « ressemble aux discours de Nuremberg », assène l’ancien ministre Dominique Bussereau.", + "content": "« Le micro de De Gaulle mais le discours de Pétain », déplore le premier secrétaire du Parti socialiste, Olivier Faure. Une candidature qui « ressemble aux discours de Nuremberg », assène l’ancien ministre Dominique Bussereau.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/03/lamine-diack-l-ancien-patron-de-l-athletisme-mondial-est-mort_6104572_3242.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/30/eric-zemmour-candidat-a-la-presidentielle-les-politiques-etrillent-un-discours-sinistre-et-momifie_6104194_6059010.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:09:36 +0100", + "pubDate": "Tue, 30 Nov 2021 17:42:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276220,16 +302035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d157f203e4ae3b47660677b3fb408d9" + "hash": "fb0a8f054651b4cd9edc354a6522602b" }, { - "title": "Ligue 1 : Marseille retombe dans ses travers en s’inclinant contre Brest", - "description": "Pour la 17e journée de Ligue 1, l’OM a perdu à domicile samedi face au Stade brestois (2-1), qui enchaîne un sixième succès de rang. Lille a battu Troyes 2 buts à 1.", - "content": "Pour la 17e journée de Ligue 1, l’OM a perdu à domicile samedi face au Stade brestois (2-1), qui enchaîne un sixième succès de rang. Lille a battu Troyes 2 buts à 1.", + "title": "« Me revoilà, Paris » : Joséphine Baker entre au Panthéon, suivez en direct la cérémonie", + "description": "La mémoire de celle qui fut à la fois artiste de music-hall, résistante et militante antiraciste est honorée ce mardi au temple des « grands hommes », à Paris, quarante-six ans après sa mort. Sa dépouille reposant au cimetière marin de Monaco, le cénotaphe sera installé dans le caveau 13 de la crypte, aux côtés de l’écrivain Maurice Genevoix, panthéonisé l’an dernier.", + "content": "La mémoire de celle qui fut à la fois artiste de music-hall, résistante et militante antiraciste est honorée ce mardi au temple des « grands hommes », à Paris, quarante-six ans après sa mort. Sa dépouille reposant au cimetière marin de Monaco, le cénotaphe sera installé dans le caveau 13 de la crypte, aux côtés de l’écrivain Maurice Genevoix, panthéonisé l’an dernier.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/04/ligue-1-marseille-retombe-dans-ses-travers-en-s-inclinant-contre-brest_6104748_3242.html", + "link": "https://www.lemonde.fr/culture/live/2021/11/30/josephine-baker-au-pantheon-suivez-en-direct-la-ceremonie_6104186_3246.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 19:13:23 +0100", + "pubDate": "Tue, 30 Nov 2021 16:22:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276240,16 +302055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "22027f834b21b8506b35e9e742649f23" + "hash": "34e700906c4614b239a810a05dbbb132" }, { - "title": "Aux Emirats arabes unis, Emmanuel Macron signe un contrat record portant sur la vente de 80 Rafale", - "description": "Il s’agit de la plus importante commande enregistrée par le constructeur français Dassault Aviation, dont l’avion de combat est désormais vendu dans six pays.", - "content": "Il s’agit de la plus importante commande enregistrée par le constructeur français Dassault Aviation, dont l’avion de combat est désormais vendu dans six pays.", + "title": "Allemagne : le futur chancelier, Olaf Scholz, favorable à la vaccination obligatoire", + "description": "Le Bundestag sera appelé à se prononcer d’ici à la fin de l’année sur une loi imposant la vaccination à l’ensemble de la population. La Cour constitutionnelle allemande a jugé justifiées les mesures prises par les autorités depuis le début de l’épidémie.", + "content": "Le Bundestag sera appelé à se prononcer d’ici à la fin de l’année sur une loi imposant la vaccination à l’ensemble de la population. La Cour constitutionnelle allemande a jugé justifiées les mesures prises par les autorités depuis le début de l’épidémie.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/03/rafale-aux-emirats-treize-ans-de-negociations-pour-un-contrat-record_6104569_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/30/allemagne-le-futur-chancelier-olaf-scholz-favorable-a-la-vaccination-obligatoire_6104191_3210.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:03:24 +0100", + "pubDate": "Tue, 30 Nov 2021 17:23:48 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276260,16 +302075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "604e0abf0c0275be9cfc7d859773bf72" + "hash": "afe2d71f734787f88bb50f51ff98a765" }, { - "title": "Aérien : Groupe ADP ne prévoit pas un retour à la normale avant 2024", - "description": "Pour surmonter la crise, l’ex-Aéroports de Paris a dû couper dans ses effectifs, ses coûts et ses investissements, et boucler un emprunt de 4 milliards d’euros.", - "content": "Pour surmonter la crise, l’ex-Aéroports de Paris a dû couper dans ses effectifs, ses coûts et ses investissements, et boucler un emprunt de 4 milliards d’euros.", + "title": "Soudan : à Khartoum, les forces de sécurité tirent des grenades lacrymogènes sur les manifestants", + "description": "Des milliers de personnes étaient mobilisées une nouvelle fois dans la capitale soudanaise, mardi, pour un transfert du pouvoir aux civils.", + "content": "Des milliers de personnes étaient mobilisées une nouvelle fois dans la capitale soudanaise, mardi, pour un transfert du pouvoir aux civils.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/03/aerien-groupe-adp-ne-prevoit-pas-un-retour-a-la-normale-avant-2024_6104568_3234.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/30/soudan-a-khartoum-les-forces-de-securite-tirent-des-grenades-lacrymogenes-sur-les-manifestants_6104182_3212.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:02:45 +0100", + "pubDate": "Tue, 30 Nov 2021 15:14:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276280,16 +302095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0487f04d54c12400c1d701e1ee32be44" + "hash": "5360126ca84253bc6c25b24a4ff336f4" }, { - "title": "Procès Malgouyres : « La commande, c’était de faire peur à sa femme »", - "description": "Au quatrième jour du procès de Daniel Malgouyres, son épouse Françoise, partie civile, a été entendue à la barre de la cour d’assises de l’Hérault ainsi que Richard Llop, l’ami du couple.", - "content": "Au quatrième jour du procès de Daniel Malgouyres, son épouse Françoise, partie civile, a été entendue à la barre de la cour d’assises de l’Hérault ainsi que Richard Llop, l’ami du couple.", + "title": "Récit | A l’issue d’une thérapie mémorielle, les petits-enfants de la guerre d’Algérie remettent leurs propositions à Emmanuel Macron", + "description": "Depuis plusieurs mois, de jeunes Français, Algériens ou binationaux, descendants de militaires, de harkis, de rapatriés ou de combattants du FLN, travaillent ensemble sur la guerre d’Algérie. Objectif : parvenir à une mémoire apaisée. Ils remettent mardi le fruit de leur travail au chef de l’Etat.", + "content": "Depuis plusieurs mois, de jeunes Français, Algériens ou binationaux, descendants de militaires, de harkis, de rapatriés ou de combattants du FLN, travaillent ensemble sur la guerre d’Algérie. Objectif : parvenir à une mémoire apaisée. Ils remettent mardi le fruit de leur travail au chef de l’Etat.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/03/proces-malgouyres-la-commande-c-etait-de-faire-peur-a-sa-femme_6104564_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/30/la-therapie-memorielle-des-petits-enfants-de-la-guerre-d-algerie_6104100_823448.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 09:59:06 +0100", + "pubDate": "Tue, 30 Nov 2021 03:28:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276300,16 +302115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e33f24d5c805e6ad670f089e73e0468c" + "hash": "2049aec416a9681b830dc75f63204da8" }, { - "title": "Les adieux très politiques d’Angela Merkel", - "description": "Lors de la cérémonie organisée jeudi 2 décembre à Berlin pour son départ, la chancelière a souhaité donner l’image d’une transition apaisée avec son successeur social-démocrate, Olaf Scholz, et tirer une leçon de la crise sanitaire.", - "content": "Lors de la cérémonie organisée jeudi 2 décembre à Berlin pour son départ, la chancelière a souhaité donner l’image d’une transition apaisée avec son successeur social-démocrate, Olaf Scholz, et tirer une leçon de la crise sanitaire.", + "title": "Un régulateur britannique ordonne à Facebook de vendre Giphy", + "description": "Le mois dernier, le gendarme britannique de la concurrence avait infligé une amende de 50,5 millions de livres au géant des réseaux sociaux dans le cadre de sa fusion avec Giphy, spécialisé dans les animations courtes sur Internet.", + "content": "Le mois dernier, le gendarme britannique de la concurrence avait infligé une amende de 50,5 millions de livres au géant des réseaux sociaux dans le cadre de sa fusion avec Giphy, spécialisé dans les animations courtes sur Internet.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/03/les-adieux-tres-politiques-d-angela-merkel_6104549_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/30/un-regulateur-britannique-ordonne-a-facebook-de-vendre-giphy_6104173_4408996.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 06:29:03 +0100", + "pubDate": "Tue, 30 Nov 2021 13:57:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276320,16 +302135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d3e05ca84cb0fbe2dde08982bf8b9d7" + "hash": "8a9f3668e3c3d56989ece5e18da90e73" }, { - "title": "80 ONG demandent à l’Europe d’interdire l’utilisation du logiciel espion Pegasus", - "description": "NSO Group, qui vend ce puissant logiciel espion, a été sanctionné début novembre par les Etats-Unis.", - "content": "NSO Group, qui vend ce puissant logiciel espion, a été sanctionné début novembre par les Etats-Unis.", + "title": "Allemagne : un Irakien de l’EI condamné à la perpétuité pour le « génocide » des yézidis", + "description": "C’est la première fois au monde qu’un tribunal qualifie ces massacres de « génocide », après des enquêteurs de l’ONU.", + "content": "C’est la première fois au monde qu’un tribunal qualifie ces massacres de « génocide », après des enquêteurs de l’ONU.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/03/80-ong-demandent-a-l-europe-d-interdire-l-utilisation-du-logiciel-espion-pegasus_6104545_4408996.html", + "link": "https://www.lemonde.fr/international/article/2021/11/30/allemagne-un-irakien-de-l-ei-condamne-a-la-perpetuite-pour-genocide-des-yezidis_6104169_3210.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 06:00:14 +0100", + "pubDate": "Tue, 30 Nov 2021 12:23:55 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276340,16 +302155,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0cb738587d5fe25b788261961295acdf" + "hash": "00526e9668dd8556bf459bdb8b13f773" }, { - "title": "« Extrêmement discret, mobile, détenteur de plusieurs passeports » : Europol lance un appel international pour retrouver un narcotrafiquant énigmatique", - "description": "Joël Soudron, alias Max Bernard Honorat Dalon, alias Jamal Kane serait à la tête d’une colossale fortune en Afrique de l’Ouest. Depuis 2018, la police cherche à l’appréhender, sans succès.", - "content": "Joël Soudron, alias Max Bernard Honorat Dalon, alias Jamal Kane serait à la tête d’une colossale fortune en Afrique de l’Ouest. Depuis 2018, la police cherche à l’appréhender, sans succès.", + "title": "Eric Zemmour officialise sa candidature à l’élection présidentielle", + "description": "Le polémiste d’extrême droite a annoncé sa décision dans une vidéo publiée mardi sur les réseaux sociaux.", + "content": "Le polémiste d’extrême droite a annoncé sa décision dans une vidéo publiée mardi sur les réseaux sociaux.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/03/europol-le-coup-de-la-derniere-chance-pour-obtenir-des-informations-sur-l-enigmatique-joel-soudron_6104544_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/30/election-presidentielle-eric-zemmour-annoncera-sa-candidature-a-la-mi-journee-selon-son-entourage_6104129_6059010.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 06:00:10 +0100", + "pubDate": "Tue, 30 Nov 2021 06:19:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276360,16 +302175,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a111674183c918c22864a74f8d890dea" + "hash": "ae2aa685fbc4a3478b33033bff0f398f" }, { - "title": "Covid-19 : branle-bas de combat dans les centres de vaccination pour assurer la dose de rappel", - "description": "L’ouverture de la campagne de rappel à tous les adultes a entraîné un afflux de demandes.  Les professionnels de santé, qui regrettent le manque d’anticipation, tentent de s’adapter", - "content": "L’ouverture de la campagne de rappel à tous les adultes a entraîné un afflux de demandes.  Les professionnels de santé, qui regrettent le manque d’anticipation, tentent de s’adapter", + "title": "Dépistage et prévention du VIH : le Covid-19 a ruiné les progrès réalisés ces dernières années", + "description": "A l’approche de la Journée mondiale de lutte contre le sida, mercredi 1er décembre, les associations s’alarment de la chute du nombre de tests de dépistage du VIH et craignent un rebond épidémique à court et moyen termes.", + "content": "A l’approche de la Journée mondiale de lutte contre le sida, mercredi 1er décembre, les associations s’alarment de la chute du nombre de tests de dépistage du VIH et craignent un rebond épidémique à court et moyen termes.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/03/covid-19-branle-bas-de-combat-dans-les-centres-de-vaccination-pour-assurer-la-dose-de-rappel_6104542_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/30/depistage-et-prevention-du-vih-le-covid-19-a-ruine-les-progres-realises-ces-dernieres-annees_6104166_3224.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 05:57:54 +0100", + "pubDate": "Tue, 30 Nov 2021 11:44:28 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276380,16 +302195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "01546ba7c86dfde025af2d116abee761" + "hash": "e9de366c89894954ac08f35d1ab18fe0" }, { - "title": "Covid-19 : le variant Omicron commence à se propager localement aux Etats-Unis et en Australie, neuf cas en France", - "description": "Aux Etats-Unis, le variant Omicron a notamment été détecté à New York et dans le comté de Los Angeles.", - "content": "Aux Etats-Unis, le variant Omicron a notamment été détecté à New York et dans le comté de Los Angeles.", + "title": "Sabrina Soussan nommée patronne du « nouveau Suez »", + "description": "Cette ancienne de Siemens et Dormakaba est chargée de gérer les activités eau et déchets en France et quelques actifs étrangers laissés par Veolia, qui a repris l’essentiel de l’ancien Suez.", + "content": "Cette ancienne de Siemens et Dormakaba est chargée de gérer les activités eau et déchets en France et quelques actifs étrangers laissés par Veolia, qui a repris l’essentiel de l’ancien Suez.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/03/covid-19-le-variant-omicron-commence-a-se-propager-localement-aux-etats-unis-et-en-australie_6104541_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/30/sabrina-soussan-nommee-patronne-du-nouveau-suez_6104158_3234.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 05:04:20 +0100", + "pubDate": "Tue, 30 Nov 2021 11:14:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276400,16 +302215,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0358d11f2a256eb7df3a2240c0d6246f" + "hash": "8d0e6e729ca9c81633b09add8cd4e69f" }, { - "title": "Valérie Pécresse, première femme investie par la droite pour la présidentielle : récit d’une victoire remportée au terme d’une campagne « méthodique »", - "description": "La présidente de la région Ile-de-France a remporté le second tour face à Eric Ciotti, par 60,95 % des voix contre 39,05 %. L’aboutissement d’une campagne offensive, où elle a refusé de se voir battue d’avance.", - "content": "La présidente de la région Ile-de-France a remporté le second tour face à Eric Ciotti, par 60,95 % des voix contre 39,05 %. L’aboutissement d’une campagne offensive, où elle a refusé de se voir battue d’avance.", + "title": "Nucléaire iranien : volontarisme de façade à Vienne", + "description": "Les négociateurs affichent leur satisfaction après la reprise des discussions censées ranimer l’accord de 2015.", + "content": "Les négociateurs affichent leur satisfaction après la reprise des discussions censées ranimer l’accord de 2015.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/04/election-presidentielle-2022-valerie-pecresse-premiere-femme-du-parti-les-republicains-candidate-a-l-elysee_6104724_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/11/30/nucleaire-iranien-volontarisme-de-facade-a-vienne_6104156_3210.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 14:37:32 +0100", + "pubDate": "Tue, 30 Nov 2021 11:06:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276420,16 +302235,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "13013907147f7b0cdd6b04ac3e286ae4" + "hash": "db73a36501e1053cec0c9da614ea9f02" }, { - "title": "Joe Biden affirme préparer « des initiatives » pour défendre l’Ukraine face à la Russie", - "description": "La Maison Blanche étudie « plusieurs options », dont des sanctions économiques. Le président américain est censé s’entretenir bientôt avec Vladimir Poutine, qui a massé ces dernières semaines des dizaines de milliers de soldats aux portes de l’Ukraine.", - "content": "La Maison Blanche étudie « plusieurs options », dont des sanctions économiques. Le président américain est censé s’entretenir bientôt avec Vladimir Poutine, qui a massé ces dernières semaines des dizaines de milliers de soldats aux portes de l’Ukraine.", + "title": "A Doha, les talibans en quête de dialogue avec les Occidentaux", + "description": "Réunis au Qatar, les représentants de l’Union européenne et des Etats-Unis divergent sur la nature des relations à nouer avec le nouveau régime afghan.", + "content": "Réunis au Qatar, les représentants de l’Union européenne et des Etats-Unis divergent sur la nature des relations à nouer avec le nouveau régime afghan.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/04/joe-biden-affirme-preparer-des-initiatives-pour-defendre-l-ukraine-face-a-la-russie_6104664_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/30/a-doha-les-talibans-en-quete-de-dialogue-avec-les-occidentaux_6104155_3210.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 00:40:21 +0100", + "pubDate": "Tue, 30 Nov 2021 10:55:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276440,16 +302255,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0bc4cf7576a56bdd0fd411ae5ef1de4" + "hash": "e88921cd67d95586fa1b00659d9d7f19" }, { - "title": "Lors de son procès pour crimes sexuels, Ghislaine Maxwell dépeinte en « maîtresse de maison » de Jeffrey Epstein", - "description": "Selon l’ancien majordome de l’homme d’affaires mort en prison en 2019, la mondaine britannique était chargée de préserver le secret des crimes sexuels du financier.", - "content": "Selon l’ancien majordome de l’homme d’affaires mort en prison en 2019, la mondaine britannique était chargée de préserver le secret des crimes sexuels du financier.", + "title": "Covid-19 : la Haute Autorité de santé recommande de vacciner les enfants à risque et d’attendre pour décider de la généralisation à tous les 5-11 ans", + "description": "Dans un avis rendu mardi, l’autorité indépendante conditionne la généralisation de la vaccination à une série « d’auditions de parties prenantes » et aux résultats d’études attendus dans les prochaines semaines.", + "content": "Dans un avis rendu mardi, l’autorité indépendante conditionne la généralisation de la vaccination à une série « d’auditions de parties prenantes » et aux résultats d’études attendus dans les prochaines semaines.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/03/a-son-proces-pour-crimes-sexuels-ghislaine-maxwell-depeinte-en-maitresse-de-maison-de-jeffrey-epstein_6104531_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/30/vaccination-des-5-11-ans-la-haute-autorite-de-sante-temporise_6104152_3244.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 02:54:56 +0100", + "pubDate": "Tue, 30 Nov 2021 10:38:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276460,16 +302275,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f2beb6f70c21a1ea43ac8bd04539e2a7" + "hash": "ea5622607616aa00785d3abbfe18417a" }, { - "title": "22,5 °C en décembre : nouveau record de chaleur dans l’Ouest canadien", - "description": "Cette température a été enregistrée à Penticton, en Colombie-Britannique, province la plus à l’ouest du Canada, où se succèdent des événements météorologiques extrêmes.", - "content": "Cette température a été enregistrée à Penticton, en Colombie-Britannique, province la plus à l’ouest du Canada, où se succèdent des événements météorologiques extrêmes.", + "title": "Automobile : Jaguar se met en « hibernation » jusqu’en 2025", + "description": "Le constructeur a décidé de ne pas lancer de nouveautés ces trois prochaines années afin de se concentrer sur l’élaboration d’une nouvelle gamme 100 % électrique destinée à rivaliser, non plus avec le trio Audi-BMW-Mercedes, mais avec Bentley ou Porsche.", + "content": "Le constructeur a décidé de ne pas lancer de nouveautés ces trois prochaines années afin de se concentrer sur l’élaboration d’une nouvelle gamme 100 % électrique destinée à rivaliser, non plus avec le trio Audi-BMW-Mercedes, mais avec Bentley ou Porsche.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/03/22-5-degres-en-decembre-nouvelle-chaleur-record-dans-l-ouest-canadien_6104529_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/30/automobile-jaguar-se-met-en-hibernation-jusqu-en-2025_6104148_3234.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 02:33:32 +0100", + "pubDate": "Tue, 30 Nov 2021 09:56:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276480,16 +302295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3bbbe08316d58d7a30a574a79d9a84c4" + "hash": "db64a22b5f8c0b8b598ec12cf32572ac" }, { - "title": "Emmanuel Macron entame une visite contestée en Arabie saoudite", - "description": "Le président français est l’un des premiers dirigeants occidentaux à rencontrer le prince héritier Mohammed Ben Salmane depuis l’assassinat, en 2018, du journaliste saoudien Jamal Khashoggi.", - "content": "Le président français est l’un des premiers dirigeants occidentaux à rencontrer le prince héritier Mohammed Ben Salmane depuis l’assassinat, en 2018, du journaliste saoudien Jamal Khashoggi.", + "title": "Semi-conducteurs : les ambitions mondiales de l’isérois Soitec", + "description": "L’entreprise, fondée en 1992 et aujourd’hui cotée en Bourse, est l’une des rares françaises du secteur très stratégique des semi-conducteurs à peser à l’échelle internationale.", + "content": "L’entreprise, fondée en 1992 et aujourd’hui cotée en Bourse, est l’une des rares françaises du secteur très stratégique des semi-conducteurs à peser à l’échelle internationale.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/04/emmanuel-macron-entame-une-visite-contestee-en-arabie-saoudite_6104714_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/30/semi-conducteurs-les-ambitions-mondiales-de-l-iserois-soitec_6104144_3234.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 12:05:35 +0100", + "pubDate": "Tue, 30 Nov 2021 09:51:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276500,16 +302315,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8c7abe766b5e990cc98ca918492e1828" + "hash": "80e3091910ac091a57b172c82976b97d" }, { - "title": "Crise aux Antilles : un gendarme blessé par balle à Saint-Martin, couvre-feu prolongé à la Guadeloupe et à la Martinique", - "description": "A Saint-Martin, petite île qui dépend de la Guadeloupe, des affrontements ont opposé, jeudi, la gendarmerie à un groupe de personnes.", - "content": "A Saint-Martin, petite île qui dépend de la Guadeloupe, des affrontements ont opposé, jeudi, la gendarmerie à un groupe de personnes.", + "title": "Etats-Unis : une tuerie dans un lycée du Michigan fait trois morts et six blessés", + "description": "Le tireur présumé, lui-même élève de l’établissement, a été arrêté et n’a pas expliqué son geste, selon un responsable de la police d’Oxford, dans l’Etat du Michigan.", + "content": "Le tireur présumé, lui-même élève de l’établissement, a été arrêté et n’a pas expliqué son geste, selon un responsable de la police d’Oxford, dans l’Etat du Michigan.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/03/crise-aux-antilles-un-gendarme-blesse-a-saint-martin-couvre-feu-prolonge-a-la-guadeloupe-et-la-martinique_6104523_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/11/30/etats-unis-une-tuerie-dans-un-lycee-fait-trois-morts-et-six-blesses_6104215_3210.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:57:28 +0100", + "pubDate": "Tue, 30 Nov 2021 21:43:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276520,16 +302335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c9171efe2bf8985c2f46e83d516b18ba" + "hash": "f10e8e2999a1fa3000e482ab75b739de" }, { - "title": "Aux Etats-Unis, le Congrès américain évite in extremis la paralysie de l’Etat fédéral", - "description": "Le Sénat américain a adopté jeudi un projet de loi de financement de l’Etat fédéral, évitant ainsi une fermeture partielle des administrations, le fameux shutdown.", - "content": "Le Sénat américain a adopté jeudi un projet de loi de financement de l’Etat fédéral, évitant ainsi une fermeture partielle des administrations, le fameux shutdown.", + "title": "Crise aux Antilles : situation toujours tendue à la Guadeloupe, des discussions avec le ministre des outre-mer à la Martinique", + "description": "Sébastien Lecornu devait rencontrer une délégation de vingt syndicalistes et les élus locaux à la préfecture de Martinique. La veille, des discussions similaires à la Guadeloupe ont tourné court.", + "content": "Sébastien Lecornu devait rencontrer une délégation de vingt syndicalistes et les élus locaux à la préfecture de Martinique. La veille, des discussions similaires à la Guadeloupe ont tourné court.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/03/le-congres-americain-surmonte-un-premier-obstacle-pour-eviter-un-shutdown_6104522_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/30/crise-aux-antilles-situation-toujours-tendue-a-la-guadeloupe-des-discussions-avec-le-ministre-des-outre-mer-a-la-martinique_6104209_3224.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:28:45 +0100", + "pubDate": "Tue, 30 Nov 2021 19:31:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276540,16 +302355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "92ce650f03941df56782e7ead5adb945" + "hash": "d79cd042cf1e4df5d8109633c29afce2" }, { - "title": "Individualisation de l’allocation handicapés : nouveau rejet par les députés", - "description": "Réclamée par les oppositions au nom de la « justice sociale », la mesure a été repoussée par la majorité qui a pointé des visées électoralistes.", - "content": "Réclamée par les oppositions au nom de la « justice sociale », la mesure a été repoussée par la majorité qui a pointé des visées électoralistes.", + "title": "Covid-19 : la flambée épidémique menace le rebond d’activité des compagnies aériennes", + "description": "L’irruption du variant sud-africain Omicron assombrit les perspectives de reprise du secteur. Les réservations pour les vacances de Noël sont en chute libre.", + "content": "L’irruption du variant sud-africain Omicron assombrit les perspectives de reprise du secteur. Les réservations pour les vacances de Noël sont en chute libre.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/02/individualisation-de-l-allocation-handicapes-nouveau-rejet-par-les-deputes_6104520_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/30/covid-19-la-flambee-epidemique-menace-le-rebond-d-activite-des-compagnies-aeriennes_6104143_3234.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 23:57:11 +0100", + "pubDate": "Tue, 30 Nov 2021 09:48:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276560,16 +302375,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4a13cb34bb509692402368d92252f50b" + "hash": "0d63e7257764698afe961f61d966718e" }, { - "title": "Migrants dans la Manche : rebond épistolaire entre Paris et Londres", - "description": "Le premier ministre Jean Castex a adressé un courrier à son homologue britannique, Boris Johnson, dans lequel il estime qu’« une grande partie de la solution » se trouve au Royaume-Uni.", - "content": "Le premier ministre Jean Castex a adressé un courrier à son homologue britannique, Boris Johnson, dans lequel il estime qu’« une grande partie de la solution » se trouve au Royaume-Uni.", + "title": "La Chine règne désormais sur le marché des pesticides : la moitié des 4 millions de tonnes fabriquées dans le monde chaque année y sont produites", + "description": "Selon une enquête menée par un groupe d’experts pour le compte d’ONG, les fabricants chinois de pesticides sont parvenus à dominer ce marché, estimé à 61 milliards de dollars en 2020, en moins de vingt ans. Les groupes historiques, essentiellement américains et allemands, sont pris en étau.", + "content": "Selon une enquête menée par un groupe d’experts pour le compte d’ONG, les fabricants chinois de pesticides sont parvenus à dominer ce marché, estimé à 61 milliards de dollars en 2020, en moins de vingt ans. Les groupes historiques, essentiellement américains et allemands, sont pris en étau.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/02/migrants-dans-la-manche-rebond-epistolaire-entre-paris-et-londres_6104519_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/30/pesticides-la-nouvelle-hegemonie-chinoise_6104090_3234.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 23:35:42 +0100", + "pubDate": "Tue, 30 Nov 2021 00:00:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276580,16 +302395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "de3bb6a97c190544f935088b2720b949" + "hash": "9d0c4f8735873c141006f35ad8e7f163" }, { - "title": "Meghan Markle remporte une bataille judiciaire contre un tabloïd britannique", - "description": "Le « Mail on Sunday » avait été condamné pour atteinte à la vie privée après avoir publié une lettre que la duchesse avait écrite à son père. La cour d’appel ayant rejeté le recours de l’éditeur du journal, la condamnation est confirmée.", - "content": "Le « Mail on Sunday » avait été condamné pour atteinte à la vie privée après avoir publié une lettre que la duchesse avait écrite à son père. La cour d’appel ayant rejeté le recours de l’éditeur du journal, la condamnation est confirmée.", + "title": "Guerre d’Algérie : les propositions du groupe « Regards de la jeune génération sur les mémoires franco-algériennes » à Emmanuel Macron", + "description": "Le groupe « Regards de la jeune génération sur les mémoires franco-algériennes », constitué par des descendants de militaires français, de harkis, de rapatriés ou de combattants du FLN, devait remettre ses propositions au chef de l’Etat. Verbatim.", + "content": "Le groupe « Regards de la jeune génération sur les mémoires franco-algériennes », constitué par des descendants de militaires français, de harkis, de rapatriés ou de combattants du FLN, devait remettre ses propositions au chef de l’Etat. Verbatim.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/02/meghan-markle-remporte-une-bataille-judiciaire-contre-un-tabloid-britannique_6104518_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/30/guerre-d-algerie-les-propositions-du-groupe-regards-de-la-jeune-generation-sur-les-memoires-franco-algeriennes-a-emmanuel-macron_6104139_823448.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 23:01:52 +0100", + "pubDate": "Tue, 30 Nov 2021 09:00:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276600,16 +302415,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5adfdaa9f22f765dbf7fae3e5fe58442" + "hash": "f17d09d1c54eaddd290edd9a729c2c40" }, { - "title": "Margaux Pinot a cru « y laisser sa vie », Alain Schmitt fustige un « lynchage médiatique »", - "description": "La judoka de 27 ans accuse son compagnon de lui avoir asséné des coups, tiré les cheveux et d’avoir tenté de l’étrangler dans la nuit de samedi à dimanche. Lors d’une comparution immédiate mardi, le tribunal a relaxé Alain Schmitt.", - "content": "La judoka de 27 ans accuse son compagnon de lui avoir asséné des coups, tiré les cheveux et d’avoir tenté de l’étrangler dans la nuit de samedi à dimanche. Lors d’une comparution immédiate mardi, le tribunal a relaxé Alain Schmitt.", + "title": "La « maison commune », rassemblement des différentes chapelles de la majorité, lancée à la Mutualité", + "description": "L’association Ensemble citoyens !, qui réunit les soutiens d’Emmanuel Macron en vue de l’élection présidentielle de 2022, est officiellement née lundi 29 novembre à Paris.", + "content": "L’association Ensemble citoyens !, qui réunit les soutiens d’Emmanuel Macron en vue de l’élection présidentielle de 2022, est officiellement née lundi 29 novembre à Paris.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/02/margaux-pinot-a-cru-y-laisser-sa-vie-alain-schmitt-fustige-un-lynchage-mediatique_6104514_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/30/presidentielle-2022-la-maison-commune-rassemblement-des-chapelles-de-la-majorite-lancee-a-la-mutualite_6104137_823448.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 20:58:22 +0100", + "pubDate": "Tue, 30 Nov 2021 08:35:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276620,16 +302435,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "99ee993165f6f411d87fe2ac694da841" + "hash": "05da7e5488e47d96158fa90d4126a5ba" }, { - "title": "Congrès des Républicains en direct : suivez les résultats du second tour entre Eric Ciotti et Valérie Pécresse", - "description": "Après sept semaines de précampagne, les adhérents de LR désigneront leur candidat ou candidate pour l’élection présidentielle de 2022. Les résultats sont attendus vers 14 h 30.", - "content": "Après sept semaines de précampagne, les adhérents de LR désigneront leur candidat ou candidate pour l’élection présidentielle de 2022. Les résultats sont attendus vers 14 h 30.", + "title": "L’association de consommateurs CLCV assigne quatre fournisseurs d’électricité en justice", + "description": "Mint Energie, GreenYellow, OVO Energy et ekWateur, qui représentent entre 500 000 et 600 000 clients particuliers, sont attaqués pour certaines de leurs pratiques.", + "content": "Mint Energie, GreenYellow, OVO Energy et ekWateur, qui représentent entre 500 000 et 600 000 clients particuliers, sont attaqués pour certaines de leurs pratiques.", "category": "", - "link": "https://www.lemonde.fr/politique/live/2021/12/04/congres-des-republicains-suivez-en-direct-les-resultats-du-second-tour_6104715_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/30/l-association-de-consommateurs-clcv-assigne-quatre-fournisseurs-d-electricite-en-justice_6104136_3234.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 12:32:38 +0100", + "pubDate": "Tue, 30 Nov 2021 08:22:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276640,16 +302455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "da5341264459b20b520853b326200303" + "hash": "a70507686e7aa656ef0face62d90a85a" }, { - "title": "Sur la côte Atlantique, une mystérieuse prolifération de poulpes", - "description": "Invasion ou retour, ces céphalopodes prospèrent sur les côtes à un point que les pêcheurs n’avaient jamais vu. Une aubaine pour ces derniers, mais une menace pour les crustacés et coquillages dont ils se nourrissent.", - "content": "Invasion ou retour, ces céphalopodes prospèrent sur les côtes à un point que les pêcheurs n’avaient jamais vu. Une aubaine pour ces derniers, mais une menace pour les crustacés et coquillages dont ils se nourrissent.", + "title": "La Barbade devient une république et se détache de la couronne britannique", + "description": "Déjà indépendante du Royaume-Uni depuis 1966, la petite île des Caraïbes célèbre, mardi, sa transition vers un régime républicain après quelque quatre siècles de sujétion au souverain britannique.", + "content": "Déjà indépendante du Royaume-Uni depuis 1966, la petite île des Caraïbes célèbre, mardi, sa transition vers un régime républicain après quelque quatre siècles de sujétion au souverain britannique.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/02/sur-la-cote-atlantique-une-mysterieuse-proliferation-de-poulpes_6104381_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/30/la-barbade-devient-une-republique-et-se-detache-de-la-couronne-britannique_6104132_3210.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 02:38:28 +0100", + "pubDate": "Tue, 30 Nov 2021 06:57:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276660,16 +302475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c11608b53c4577c6e3ca50e9656dda63" + "hash": "320dd9c5d4f6e2e35a8b263de8ce2c3a" }, { - "title": "Congrès des Républicains en direct : suivez les résultats du second tour entre Eric Ciotti et Valérie Pécresse", - "description": "Après sept semaines de précampagne, les adhérents de LR désigneront leur candidat ou candidate pour l’élection présidentielle de 2022. Les résultats sont attendus vers 14 h 30.", - "content": "Après sept semaines de précampagne, les adhérents de LR désigneront leur candidat ou candidate pour l’élection présidentielle de 2022. Les résultats sont attendus vers 14 h 30.", + "title": "Entre frugalité et technologies, quatre choix de société pour atteindre la neutralité carbone", + "description": "L’Agence de l’environnement et de la maîtrise de l’énergie (Ademe) présente des scénarios énergétiques pour 2050 allant d’une option misant fortement sur la sobriété à une autre pariant sur les innovations.", + "content": "L’Agence de l’environnement et de la maîtrise de l’énergie (Ademe) présente des scénarios énergétiques pour 2050 allant d’une option misant fortement sur la sobriété à une autre pariant sur les innovations.", "category": "", - "link": "https://www.lemonde.fr/politique/live/2021/12/04/congres-des-republicains-suivez-en-direct-les-resultats-du-second-tour_6104715_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/30/entre-frugalite-et-technologies-quatre-choix-de-societe-pour-atteindre-la-neutralite-carbone_6104131_3244.html", "creator": "", - "pubDate": "Sat, 04 Dec 2021 12:32:38 +0100", + "pubDate": "Tue, 30 Nov 2021 06:30:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276680,16 +302495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e72c5379d3a91ee649c567c179416886" + "hash": "2eac40e4470f50b0b299bad101d4bfb9" }, { - "title": "Covid-19 : en Belgique, les écoliers seront en vacances de Noël une semaine plus tôt", - "description": "En France, en raison de la cinquième vague et de l’arrivée du variant Omicron, un conseil de défense sanitaire se tiendra lundi afin de décider « s’il y a lieu de prendre des mesures complémentaires ».", - "content": "En France, en raison de la cinquième vague et de l’arrivée du variant Omicron, un conseil de défense sanitaire se tiendra lundi afin de décider « s’il y a lieu de prendre des mesures complémentaires ».", + "title": "Covid-19 : un cas positif au variant Omicron identifié à La Réunion, il s’agirait du premier détecté en France", + "description": "Le patient est un homme qui a voyagé au Mozambique et a fait escale en Afrique du Sud, le premier pays à avoir détecté ce variant du coronavirus qui se répand depuis à travers le monde", + "content": "Le patient est un homme qui a voyagé au Mozambique et a fait escale en Afrique du Sud, le premier pays à avoir détecté ce variant du coronavirus qui se répand depuis à travers le monde", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/12/03/covid-19-la-vaccination-probablement-ouverte-aux-enfants-de-5-a-11-ans-a-risque-des-decembre-un-conseil-de-defense-sanitaire-lundi_6104597_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/30/covid-19-un-cas-positif-au-variant-omicron-identifie-a-la-reunion_6104125_3244.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 12:21:34 +0100", + "pubDate": "Tue, 30 Nov 2021 06:08:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276700,16 +302515,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "60976bc6f64e86ae9ee2a12fa2acd4fa" + "hash": "8cb5e880e79321582fbe1da3c102e139" }, { - "title": "A Paris, les retraités manifestent pour une « vie décente »", - "description": "Plusieurs milliers de retraités ont manifesté jeudi à Paris pour dénoncer leur lente précarisation, ainsi qu’une dégradation des services publics.", - "content": "Plusieurs milliers de retraités ont manifesté jeudi à Paris pour dénoncer leur lente précarisation, ainsi qu’une dégradation des services publics.", + "title": "Mort de l’acteur aborigène David Dalaithngu, révélé mondialement dans « Crocodile Dundee »", + "description": "Lancé alors qu’il était adolescent grâce au film « La Randonnée », l’artiste australien a déroulé une carrière de près de cinquante ans. Il est mort à 68 ans, quelques années après la découverte d’un cancer.", + "content": "Lancé alors qu’il était adolescent grâce au film « La Randonnée », l’artiste australien a déroulé une carrière de près de cinquante ans. Il est mort à 68 ans, quelques années après la découverte d’un cancer.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/02/a-paris-les-retraites-manifestent-pour-une-vie-decente_6104512_823448.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/11/30/mort-de-l-acteur-aborigene-david-dalaithngu-revele-mondialement-dans-crocodile-dundee_6104103_3382.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 20:35:04 +0100", + "pubDate": "Tue, 30 Nov 2021 04:56:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276720,16 +302535,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0ffcd4d9edb84cc791720ba0303896f" + "hash": "2d94499cd79269e72ebb52daf6077d01" }, { - "title": "Découverte d’une planète de lave et de fer", - "description": "Plus petit que la Terre, cet astre est surmonté d’un manteau fondu en surface et est ce que les astronomes appellent « une planète magma ». Les conditions de sa formation restent mystérieuses.", - "content": "Plus petit que la Terre, cet astre est surmonté d’un manteau fondu en surface et est ce que les astronomes appellent « une planète magma ». Les conditions de sa formation restent mystérieuses.", + "title": "En Centrafrique, un bataillon formé par l’UE serait sous la coupe de Wagner", + "description": "L’information figure dans un rapport du Service européen pour l’action extérieure, alors que Bruxelles étudie des sanctions contre le groupe de mercenaires russes.", + "content": "L’information figure dans un rapport du Service européen pour l’action extérieure, alors que Bruxelles étudie des sanctions contre le groupe de mercenaires russes.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/02/decouverte-d-une-planete-de-lave-et-de-fer_6104509_1650684.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/30/en-centrafrique-un-bataillon-forme-par-l-ue-serait-sous-la-coupe-de-wagner_6104101_3212.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 20:00:07 +0100", + "pubDate": "Tue, 30 Nov 2021 03:32:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276740,16 +302555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ab3728aef7ce28c2564e66af898ba5ff" + "hash": "5909fd91355ca2375ec4dfcde0b1cacf" }, { - "title": "Migrants dans la Manche : la France ne veut pas de patrouilles conjointes avec le Royaume-Uni", - "description": "Dans une lettre à Boris Johnson, le premier ministre français, Jean Castex, a déclaré ne pas pouvoir « accepter (…) que des policiers ou des militaires britanniques patrouillent sur nos côtes ; il en va de notre souveraineté ».", - "content": "Dans une lettre à Boris Johnson, le premier ministre français, Jean Castex, a déclaré ne pas pouvoir « accepter (…) que des policiers ou des militaires britanniques patrouillent sur nos côtes ; il en va de notre souveraineté ».", + "title": "La pandémie de Covid-19 a réduit le nombre de dépistages et de nouveaux diagnostics de séropositivité du VIH en France en 2020", + "description": "Le nombre de cas découverts de séropositivité a baissé de 14 % par rapport à l’année précédente, en raison de la « diminution du recours au dépistage, notamment lors du premier confinement », explique Santé publique France.", + "content": "Le nombre de cas découverts de séropositivité a baissé de 14 % par rapport à l’année précédente, en raison de la « diminution du recours au dépistage, notamment lors du premier confinement », explique Santé publique France.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/02/migrants-dans-la-manche-la-france-ne-veut-pas-de-patrouilles-conjointes-avec-le-royaume-uni_6104506_3210.html", + "link": "https://www.lemonde.fr/sante/article/2021/11/30/la-pandemie-de-covid-19-a-reduit-le-nombre-de-depistages-et-de-nouveaux-diagnostics-de-seropositivite-du-vih-en-france-en-2020_6104096_1651302.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 19:31:21 +0100", + "pubDate": "Tue, 30 Nov 2021 02:23:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276760,16 +302575,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a8226053e45ae31bd51c1ad1021df26c" + "hash": "1e88d194b9da673756daadd1f4431c00" }, { - "title": "Congrès Les Républicains : Eric Ciotti et Valérie Pécresse en route pour le second tour", - "description": "Arrivés en tête du premier tour, les deux candidats s’affronteront pour un second vote des adhérents du parti, entre vendredi et samedi. Xavier Bertrand, Michel Barnier et Philippe Juvin ont annoncé soutenir Valérie Pécresse.", - "content": "Arrivés en tête du premier tour, les deux candidats s’affronteront pour un second vote des adhérents du parti, entre vendredi et samedi. Xavier Bertrand, Michel Barnier et Philippe Juvin ont annoncé soutenir Valérie Pécresse.", + "title": "Ballon d’or 2021 : Lionel Messi ou la force de l’habitude", + "description": "Malgré des débuts timides avec le PSG, l’Argentin a remporté, lundi à Paris, son septième trophée. Il devance Robert Lewandowski et Jorginho. Karim Benzema termine au pied du podium.", + "content": "Malgré des débuts timides avec le PSG, l’Argentin a remporté, lundi à Paris, son septième trophée. Il devance Robert Lewandowski et Jorginho. Karim Benzema termine au pied du podium.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/02/congres-les-republicains-eric-ciotti-et-valerie-pecresse-en-route-pour-le-second-tour_6104505_6059010.html", + "link": "https://www.lemonde.fr/football/article/2021/11/30/ballon-d-or-2021-lionel-messi-ou-la-force-de-l-habitude_6104095_1616938.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 19:01:27 +0100", + "pubDate": "Tue, 30 Nov 2021 01:14:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276780,16 +302595,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae0641e194c264f7175767396c1fc003" + "hash": "dee7e4946b4f1125258a4904d9d3216d" }, { - "title": "Etat de droit : la justice européenne appelée à rejeter le recours de la Pologne et de la Hongrie", - "description": "L’avocat général de la Cour de justice de l’Union européenne recommande aux juges de rejeter la demande engagée par Varsovie et Budapest d’annuler le mécanisme qui conditionne le versement de fonds communautaires au respect du droit.", - "content": "L’avocat général de la Cour de justice de l’Union européenne recommande aux juges de rejeter la demande engagée par Varsovie et Budapest d’annuler le mécanisme qui conditionne le versement de fonds communautaires au respect du droit.", + "title": "Hugo Roellinger sacré « cuisinier de l’année » par le Gault & Millau", + "description": "Le deuxième grand guide gastronomique français a récompensé le chef de 33 ans du restaurant Le Coquillage, en Ille-et-Vilaine. Le titre de pâtissier de l’année est revenu à Maxime Frédéric, celui de sommelière à Magali Picherie.", + "content": "Le deuxième grand guide gastronomique français a récompensé le chef de 33 ans du restaurant Le Coquillage, en Ille-et-Vilaine. Le titre de pâtissier de l’année est revenu à Maxime Frédéric, celui de sommelière à Magali Picherie.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/02/etat-de-droit-la-justice-europeenne-appelee-a-rejeter-le-recours-de-la-pologne-et-de-la-hongrie_6104495_3210.html", + "link": "https://www.lemonde.fr/m-gastronomie/article/2021/11/30/hugo-roellinger-sacre-cuisinier-de-l-annee-par-le-gault-amp-millau_6104093_4497540.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 18:05:32 +0100", + "pubDate": "Tue, 30 Nov 2021 00:40:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276800,16 +302615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "582987ae859608bcfbdc32b49bd8d1cc" + "hash": "278e8534a8dc56ef3bd1336876e6cc91" }, { - "title": "Crise des migrants : les Etats-Unis, le Royaume-Uni, le Canada et l’UE annoncent de nouvelles sanctions contre la Biélorussie", - "description": "Minsk est accusé de « violations répétées des droits humains » et de nourrir depuis l’été une vaste crise migratoire à la frontière polono-biélorusse.", - "content": "Minsk est accusé de « violations répétées des droits humains » et de nourrir depuis l’été une vaste crise migratoire à la frontière polono-biélorusse.", + "title": "Les maternités françaises comptaient moins de 15 000 lits fin 2020", + "description": "Entre 2019 et 2020, 254 lits ont été supprimés et trois maternités ont fermé. En 2000, on dénombrait plus de 20 000 lits dans 742 maternités.", + "content": "Entre 2019 et 2020, 254 lits ont été supprimés et trois maternités ont fermé. En 2000, on dénombrait plus de 20 000 lits dans 742 maternités.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/02/crise-des-migrants-les-etats-unis-le-royaume-uni-le-canada-et-l-ue-annoncent-de-nouvelles-sanctions-contre-la-bielorussie_6104491_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/29/les-maternites-francaises-comptaient-moins-de-15-000-lits-fin-2020_6104089_3224.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:59:37 +0100", + "pubDate": "Mon, 29 Nov 2021 22:22:19 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276820,16 +302635,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d419e7ed869f4c45a06c21c16e22c792" + "hash": "d676b40828284ceffee8a6c26532f238" }, { - "title": "Electricité : la libéralisation du marché européen suscite des critiques", - "description": "Réunis à Bruxelles, les ministres de l’énergie planchent sur les pistes de réforme d’un marché dont le fonctionnement est largement critiqué en raison de la flambée des prix.", - "content": "Réunis à Bruxelles, les ministres de l’énergie planchent sur les pistes de réforme d’un marché dont le fonctionnement est largement critiqué en raison de la flambée des prix.", + "title": "Lionel Messi remporte le Ballon d’or pour la septième fois", + "description": "Le joueur du PSG a devancé le Polonais Robert Lewandowski (Bayern Munich) et l’Italo-Brésilien Jorginho (Chelsea). La victoire en Copa America cet été, son premier trophée en seize ans sous le maillot argentin, a très certainement fait pencher la balance en sa faveur.", + "content": "Le joueur du PSG a devancé le Polonais Robert Lewandowski (Bayern Munich) et l’Italo-Brésilien Jorginho (Chelsea). La victoire en Copa America cet été, son premier trophée en seize ans sous le maillot argentin, a très certainement fait pencher la balance en sa faveur.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/02/electricite-la-liberalisation-du-marche-europeen-suscite-des-critiques_6104490_3234.html", + "link": "https://www.lemonde.fr/football/live/2021/11/29/ballon-d-or-2021-vivez-en-direct-l-election-du-meilleur-joueur-de-la-saison-de-football_6104075_1616938.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:58:03 +0100", + "pubDate": "Mon, 29 Nov 2021 19:00:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276840,16 +302655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "24674d35795bac94101f4e742b768d11" + "hash": "7a0a872e25999fe591d35dde5ae88235" }, { - "title": "Retrouvez les principales propositions des finalistes à l’investiture des Républicains pour l’élection présidentielle – Eric Ciotti et Valérie Pécresse –, qui seront départagés lors du second tour du congrès LR, qui se déroulera les 3 et 4 décembre.", - "description": "Retrouvez les principales propositions des finalistes à l’investiture des Républicains pour l’élection présidentielle – Eric Ciotti et Valérie Pécresse –, qui seront départagés lors du second tour du congrès LR, qui se déroulera les 3 et 4 décembre.", - "content": "Retrouvez les principales propositions des finalistes à l’investiture des Républicains pour l’élection présidentielle – Eric Ciotti et Valérie Pécresse –, qui seront départagés lors du second tour du congrès LR, qui se déroulera les 3 et 4 décembre.", + "title": "Affaire Hulot : Matthieu Orphelin estime avoir « servi de fusible facile » pour l’équipe de campagne de Yannick Jadot", + "description": "Porte-parole du candidat écologiste à la présidentielle et proche de l’ancien ministre Nicolas Hulot accusé de viol et agressions sexuelles, Matthieu Orphelin affirme avoir été mis en retrait de façon « inélégante ».", + "content": "Porte-parole du candidat écologiste à la présidentielle et proche de l’ancien ministre Nicolas Hulot accusé de viol et agressions sexuelles, Matthieu Orphelin affirme avoir été mis en retrait de façon « inélégante ».", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/23/congres-lr-comparez-les-programmes-des-cinq-candidats_6103321_4355770.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/29/affaire-hulot-matthieu-orphelin-estime-avoir-servi-de-fusible-facile-pour-l-equipe-de-campagne-de-yannick-jadot_6104086_6059010.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 19:07:04 +0100", + "pubDate": "Mon, 29 Nov 2021 21:39:57 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276860,16 +302675,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "eb37957b3e83304bd4989dc9ecb5b97d" + "hash": "82e6c148ff51a26c2e5d9d84b7917424" }, { - "title": "Jean-Vincent Placé visé par une enquête pour harcèlement sexuel", - "description": "Une ancienne collaboratrice du sénateur a porté plainte la semaine dernière pour des faits de harcèlement sexuel, qui auraient été commis entre 2012 et 2016. Contacté, M. Placé a dit « prendre acte » de la plainte.", - "content": "Une ancienne collaboratrice du sénateur a porté plainte la semaine dernière pour des faits de harcèlement sexuel, qui auraient été commis entre 2012 et 2016. Contacté, M. Placé a dit « prendre acte » de la plainte.", + "title": "La rédaction de Franceinfo.fr en grève le jour du débat des Républicains", + "description": "La grève, qui implique environ 70 journalistes, devrait être fortement suivie.", + "content": "La grève, qui implique environ 70 journalistes, devrait être fortement suivie.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/02/jean-vincent-place-vise-par-une-enquete-pour-harcelement-sexuel_6104489_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/29/la-redaction-de-franceinfo-fr-en-greve-le-jour-du-debat-des-republicains_6104084_3234.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:51:09 +0100", + "pubDate": "Mon, 29 Nov 2021 21:08:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276880,16 +302695,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0c23e5bf080623168637b8d18585c885" + "hash": "b9fc41e6e99f59f3fc3b14a4ab77f739" }, { - "title": "Emmanuel Macron rend hommage à Valéry Giscard d’Estaing et défend une initiative législative pour le Parlement européen", - "description": "Valéry Giscard d’Estaing « a rendu l’Union européenne plus solide et solidaire », a déclaré le chef de l’Etat lors d’une cérémonie d’hommage à l’ancien président de la République, où il a plaidé pour un « renforcement » du rôle du Parlement européen.", - "content": "Valéry Giscard d’Estaing « a rendu l’Union européenne plus solide et solidaire », a déclaré le chef de l’Etat lors d’une cérémonie d’hommage à l’ancien président de la République, où il a plaidé pour un « renforcement » du rôle du Parlement européen.", + "title": "A la Guadeloupe, couvre-feu prolongé après une brève rencontre entre des syndicats et le ministre des outre-mer", + "description": "Les discussions ont tourné court, les syndicats refusant de « condamner des tentatives d’assassinat contre des policiers et des gendarmes », selon Sébastien Lecornu.", + "content": "Les discussions ont tourné court, les syndicats refusant de « condamner des tentatives d’assassinat contre des policiers et des gendarmes », selon Sébastien Lecornu.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/02/emmanuel-macron-rend-hommage-a-valery-giscard-d-estaing-et-defend-une-initiative-legislative-pour-le-parlement-europeen_6104482_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/29/a-la-guadeloupe-couvre-feu-prolonge-apres-une-breve-rencontre-entre-des-syndicats-et-le-ministre-des-outre-mer_6104083_3244.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 17:06:52 +0100", + "pubDate": "Mon, 29 Nov 2021 20:57:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276900,16 +302715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0aca0ff5ddb503323ad50b0ff76a5bcd" + "hash": "8d6f269f50aae84a6e9001f838b2f400" }, { - "title": "Canal+ et le cinéma français parviennent à un accord sur la chronologie des médias", - "description": "La chronologie des médias régit les dates auxquelles les films peuvent être diffusés dans les mois qui suivent leur sortie au cinéma. Ces règles sont l’objet d’intenses négociations depuis l’essor des plates-formes de streaming.", - "content": "La chronologie des médias régit les dates auxquelles les films peuvent être diffusés dans les mois qui suivent leur sortie au cinéma. Ces règles sont l’objet d’intenses négociations depuis l’essor des plates-formes de streaming.", + "title": "Anne Hidalgo perd une de ses adjointes-clés à la Mairie de Paris", + "description": "L’ancienne écologiste Célia Blauel, en charge de la prospective Paris 2030, quitte la vie politique professionnelle « pour des raisons strictement personnelles ».", + "content": "L’ancienne écologiste Célia Blauel, en charge de la prospective Paris 2030, quitte la vie politique professionnelle « pour des raisons strictement personnelles ».", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/02/canal-et-le-cinema-francais-parviennent-a-un-accord-sur-la-chronologie-des-medias_6104473_3246.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/29/anne-hidalgo-perd-une-de-ses-adjointes-cles-a-la-mairie-de-paris_6104080_823448.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 16:39:25 +0100", + "pubDate": "Mon, 29 Nov 2021 20:01:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276920,16 +302735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bb274a403cae01d2161f55eb5a36f9c1" + "hash": "3402b4fabe516ab7f23fab155d94e2d6" }, { - "title": "La fourrure animale va disparaître du magazine de mode « Elle »", - "description": "Les 45 éditions de cette publication – qui revendique 33 millions de lecteurs – se sont engagées à exclure la fourrure. Treize d’entre elles appliquent déjà cette mesure.", - "content": "Les 45 éditions de cette publication – qui revendique 33 millions de lecteurs – se sont engagées à exclure la fourrure. Treize d’entre elles appliquent déjà cette mesure.", + "title": "Le Parlement adopte définitivement le projet de budget de la Sécurité sociale pour 2022", + "description": "Le projet de budget pour 2022 comporte des mesures pour le grand âge, les soignants ou encore sur le remboursement de la contraception. Il prévoit, par ailleurs, un déficit de 20,4 milliards d’euros, après 33,5 milliards en 2021.", + "content": "Le projet de budget pour 2022 comporte des mesures pour le grand âge, les soignants ou encore sur le remboursement de la contraception. Il prévoit, par ailleurs, un déficit de 20,4 milliards d’euros, après 33,5 milliards en 2021.", "category": "", - "link": "https://www.lemonde.fr/actualite-medias/article/2021/12/02/la-fourrure-animale-va-disparaitre-du-magazine-de-mode-elle_6104472_3236.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/29/le-parlement-adopte-definitivement-le-projet-de-budget-de-la-securite-sociale-pour-2022_6104077_3224.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 16:39:16 +0100", + "pubDate": "Mon, 29 Nov 2021 19:01:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276940,16 +302755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5dc04e69bf109060fc9cf2e34fc51fe1" + "hash": "ed1132eaa31977f873a5908dab4177a1" }, { - "title": "Chine : l’argent sale de Macao dans le viseur des autorités centrales", - "description": "Dans la capitale mondiale des casinos, le coup de filet contre onze personnes dont Alvin Chau, le sulfureux « roi du pari » de la région, sonne comme un avertissement.", - "content": "Dans la capitale mondiale des casinos, le coup de filet contre onze personnes dont Alvin Chau, le sulfureux « roi du pari » de la région, sonne comme un avertissement.", + "title": "Valérie Pécresse dévoile son projet de réforme constitutionnelle « sur la sécurité intérieure et contre l’islamisme »", + "description": "La candidate à l’investiture du parti Les Républicains souhaite notamment étendre le champ de la légitime défense, mettre en place des peines planchers et renforcer les prérogatives de la police municipale.", + "content": "La candidate à l’investiture du parti Les Républicains souhaite notamment étendre le champ de la légitime défense, mettre en place des peines planchers et renforcer les prérogatives de la police municipale.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/02/chine-l-argent-sale-de-macao-dans-le-viseur-des-autorites-centrales_6104470_3234.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/29/valerie-pecresse-devoile-son-projet-de-reforme-constitutionnelle-sur-la-securite-interieure-et-contre-l-islamisme_6104074_6059010.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 15:58:24 +0100", + "pubDate": "Mon, 29 Nov 2021 18:35:01 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276960,16 +302775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d6be4e6a8a94fe60b56893e30aca8d4c" + "hash": "e29aa348c4d0c3a20be89394a3d16822" }, { - "title": "La Russie espère un « contact » entre Vladimir Poutine et Joe Biden pour apaiser les tensions en Ukraine", - "description": "Les sujets de tensions entre Washington et Moscou se sont multipliés au cours des derniers mois, malgré la volonté d’apaisement affichée par MM. Poutine et Biden lors d’un premier sommet historique, en juin, à Genève.", - "content": "Les sujets de tensions entre Washington et Moscou se sont multipliés au cours des derniers mois, malgré la volonté d’apaisement affichée par MM. Poutine et Biden lors d’un premier sommet historique, en juin, à Genève.", + "title": "Sciences | Les nouveaux paradoxes de la physique quantique", + "description": "Omniprésente dans les nouvelles technologies, la physique quantique fait partie de notre quotidien. Elle met pourtant en déroute l’intuition commune et trouve le moyen de surprendre encore dans ses derniers développements.", + "content": "Omniprésente dans les nouvelles technologies, la physique quantique fait partie de notre quotidien. Elle met pourtant en déroute l’intuition commune et trouve le moyen de surprendre encore dans ses derniers développements.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/02/ukraine-moscou-espere-un-contact-entre-poutine-et-biden-pour-apaiser-les-tensions_6104467_3210.html", + "link": "https://www.lemonde.fr/sciences/article/2021/11/29/les-nouveaux-paradoxes-de-la-physique-quantique_6104066_1650684.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 15:13:55 +0100", + "pubDate": "Mon, 29 Nov 2021 18:00:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -276980,16 +302795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e3032c85b580f277b8df9b747eafac4d" + "hash": "255d7fa99d5edd1411918b7c257762e4" }, { - "title": "Eliminé du congrès LR, Xavier Bertrand appelle à voter Valérie Pécresse au second tour", - "description": "La présidente du conseil régional d’Ile-de-France et Eric Ciotti s’affronteront pour l’investiture des Républicains à l’élection présidentielle de 2022, a annoncé le président du parti, Christian Jacob, à l’issue du premier tour du vote électronique des adhérents de LR.", - "content": "La présidente du conseil régional d’Ile-de-France et Eric Ciotti s’affronteront pour l’investiture des Républicains à l’élection présidentielle de 2022, a annoncé le président du parti, Christian Jacob, à l’issue du premier tour du vote électronique des adhérents de LR.", + "title": "La majorité présidentielle lance sa « maison commune » pour les élections de 2022", + "description": "Les partis de la majorité présidentielle – La République en marche (LRM), le MoDem, Agir et Horizons – lancent lundi soir à Paris une association politique commune pour préparer la présidentielle et les législatives de 2022.", + "content": "Les partis de la majorité présidentielle – La République en marche (LRM), le MoDem, Agir et Horizons – lancent lundi soir à Paris une association politique commune pour préparer la présidentielle et les législatives de 2022.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/live/2021/12/02/congres-les-republicains-quels-finalistes-pour-l-investiture-du-parti-suivez-en-direct-les-resultats-du-premier-tour_6104451_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/29/la-majorite-presidentielle-lance-sa-maison-commune-pour-les-elections-de-2022_6104072_823448.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 12:32:44 +0100", + "pubDate": "Mon, 29 Nov 2021 18:00:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277000,16 +302815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f0394c13481425aab16d48c474f31b42" + "hash": "ab0d35bae1268db35d7119ec974bd985" }, { - "title": "Xavier Bertrand, l’ex-cavalier seul, éliminé dès le premier tour de l’investiture Les Républicains à la présidentielle 2022", - "description": "Le président du conseil régional des Hauts-de-France est arrivé quatrième du scrutin en réunissant 22,36 % des voix. Ce sont Eric Ciotti et Valérie Pécresse, qui s’affronteront au second tour tenu entre vendredi et samedi.", - "content": "Le président du conseil régional des Hauts-de-France est arrivé quatrième du scrutin en réunissant 22,36 % des voix. Ce sont Eric Ciotti et Valérie Pécresse, qui s’affronteront au second tour tenu entre vendredi et samedi.", + "title": "Vers une hausse du smic de 0,5 % à 0,6 % au 1er janvier 2022", + "description": "Dans un rapport transmis lundi 29 novembre aux partenaires sociaux, un groupe d’experts recommande de ne pas donner de coup de pouce au salaire minimum après la majoration de 2,2 % le 1er octobre.", + "content": "Dans un rapport transmis lundi 29 novembre aux partenaires sociaux, un groupe d’experts recommande de ne pas donner de coup de pouce au salaire minimum après la majoration de 2,2 % le 1er octobre.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/02/congres-les-republicains-xavier-bertrand-l-ex-cavalier-seul-elimine-des-le-premier-tour_6104465_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/29/vers-une-hausse-du-smic-de-0-5-a-0-6-au-1er-janvier-2022_6104071_823448.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 14:56:05 +0100", + "pubDate": "Mon, 29 Nov 2021 18:00:50 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277020,16 +302835,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1cc2045d1cb48edfa210370c57e33a28" + "hash": "fe368e60f3011412b57add82fac7f233" }, { - "title": "Valérie Pécresse, la challengeuse, qualifiée pour le second tour de l’investiture Les Républicains", - "description": "Au congrès, la candidate s’est qualifiée avec 25 % des voix. Elle affrontera au second tour Eric Ciotti, qui a rassemblé 25,59 % des votes.", - "content": "Au congrès, la candidate s’est qualifiée avec 25 % des voix. Elle affrontera au second tour Eric Ciotti, qui a rassemblé 25,59 % des votes.", + "title": "Bercy prolonge d’un an la protection des fleurons nationaux", + "description": "Le contrôle du gouvernement pour toute prise de participation d’au moins 10 % par un investisseur non européen dans une société cotée est prolongé jusqu’à fin 2022.", + "content": "Le contrôle du gouvernement pour toute prise de participation d’au moins 10 % par un investisseur non européen dans une société cotée est prolongé jusqu’à fin 2022.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/02/congres-les-republicains-valerie-pecresse-la-challengeuse-qualifiee-pour-le-second-tour_6104464_6059010.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/29/bercy-prolonge-d-un-an-la-protection-des-fleurons-nationaux_6104063_823448.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 14:50:59 +0100", + "pubDate": "Mon, 29 Nov 2021 17:49:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277040,16 +302855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9db1c4af6fd2f4cffa23c1ce68fd6e31" + "hash": "474625cb786ecee472b032930da0f315" }, { - "title": "Eric Ciotti, le candidat le plus à droite, arrive en tête du premier tour de l’investiture ses Républicains", - "description": "Le candidat, qui se revendique comme le plus à droite du congrès du parti LR, a remporté 25,59 % des voix des adhérents, et affrontera Valérie Pécresse au second tour, qui a rassemblé 25 % des votes.", - "content": "Le candidat, qui se revendique comme le plus à droite du congrès du parti LR, a remporté 25,59 % des voix des adhérents, et affrontera Valérie Pécresse au second tour, qui a rassemblé 25 % des votes.", + "title": "Quelles sont les données qui montrent la dégradation de la santé psychique des Français ?", + "description": "Etats anxieux et dépressifs, recours aux antidépresseurs, hospitalisations pour tentative de suicide… Différents indicateurs restent au rouge depuis le début de la pandémie.", + "content": "Etats anxieux et dépressifs, recours aux antidépresseurs, hospitalisations pour tentative de suicide… Différents indicateurs restent au rouge depuis le début de la pandémie.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/02/congres-les-republicains-eric-ciotti-le-candidat-le-plus-a-droite-arrive-en-tete-du-premier-tour_6104463_823448.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/29/quelles-sont-les-donnees-qui-montrent-la-degradation-de-la-sante-psychique-des-francais_6104060_4355770.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 14:49:30 +0100", + "pubDate": "Mon, 29 Nov 2021 17:24:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277060,16 +302875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7969e941ad34c39dd8e0da0a25f294af" + "hash": "9266f76a3d0556f3e971c2d1b43c8988" }, { - "title": "L’ancien chancelier autrichien Sebastian Kurz annonce son retrait de la vie politique", - "description": "M. Kurz avait quitté son poste de chancelier en octobre après le lancement d’une enquête à son encontre, tout en restant à la tête du parti conservateur ÖVP.", - "content": "M. Kurz avait quitté son poste de chancelier en octobre après le lancement d’une enquête à son encontre, tout en restant à la tête du parti conservateur ÖVP.", + "title": "Affaire Fillon : cinq ans de prison, dont un ferme, et 375 000 euros d’amende requis contre l’ancien premier ministre", + "description": "Le parquet général a également demandé deux ans de prison avec sursis, 100 000 euros d’amende et deux ans d’inéligibilité envers son épouse Penelope Fillon.", + "content": "Le parquet général a également demandé deux ans de prison avec sursis, 100 000 euros d’amende et deux ans d’inéligibilité envers son épouse Penelope Fillon.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/02/l-ancien-chancelier-autrichien-sebastian-kurz-annonce-son-retrait-de-la-vie-politique_6104458_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/29/affaire-fillon-cinq-ans-de-prison-dont-un-ferme-et-375-000-euros-d-amende-requis-contre-l-ancien-premier-ministre_6104059_823448.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 13:34:19 +0100", + "pubDate": "Mon, 29 Nov 2021 17:20:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277080,16 +302895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "6d63a687d38e078d0d4cb9ed9c29145a" + "hash": "5f6d8d72933a337d00ca03d8951c6a9c" }, { - "title": "Le premier cas, en Ile-de-France, concerne un homme revenant d’un séjour au Nigéria, non vacciné contre le Covid-19. Le second cas, détecté dans le Haut-Rhin, concerne une femme présentant un schéma vaccinal complet.", - "description": "Le premier cas, en Ile-de-France, concerne un homme revenant d’un séjour au Nigéria, non vacciné contre le Covid-19. Le second cas, détecté dans le Haut-Rhin, concerne une femme présentant un schéma vaccinal complet.", - "content": "Le premier cas, en Ile-de-France, concerne un homme revenant d’un séjour au Nigéria, non vacciné contre le Covid-19. Le second cas, détecté dans le Haut-Rhin, concerne une femme présentant un schéma vaccinal complet.", + "title": "Inondations : une octogénaire retrouvée morte dans le Nord", + "description": "Selon la gendarmerie, cette dame, « sujette à malaise, aurait fait une chute dans l’escalier et s’est noyée » dans sa cave. Le Nord et le Pas-de-Calais restent classés en vigilance orange « crues » jusqu’à 6 heures mardi.", + "content": "Selon la gendarmerie, cette dame, « sujette à malaise, aurait fait une chute dans l’escalier et s’est noyée » dans sa cave. Le Nord et le Pas-de-Calais restent classés en vigilance orange « crues » jusqu’à 6 heures mardi.", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/12/02/covid-19-en-france-deux-premiers-cas-de-variant-omicron-confirmes-en-metropole_6104423_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/29/inondations-une-octogenaire-retrouvee-morte-dans-le-nord_6104058_3244.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 10:29:10 +0100", + "pubDate": "Mon, 29 Nov 2021 17:12:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277100,16 +302915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1acfb0455736e8092e38957ea269fc8b" + "hash": "118bc3b8d7a5f6d29d362e8cb2fdf097" }, { - "title": "Le pape François accepte la démission de Mgr Michel Aupetit, l’archevêque de Paris", - "description": "Le prélat a admis avoir eu « un comportement ambigu » envers une femme en 2012. Seul le pape avait le pouvoir d’accepter ou de rejeter sa demande de démission.", - "content": "Le prélat a admis avoir eu « un comportement ambigu » envers une femme en 2012. Seul le pape avait le pouvoir d’accepter ou de rejeter sa demande de démission.", + "title": "Jack Dorsey démissionne de son poste de directeur général de Twitter", + "description": "Le cofondateur du réseau social avait repris la tête de la compagnie en octobre 2015, tout en continuant de diriger son autre entreprise, le spécialiste des paiements Square.", + "content": "Le cofondateur du réseau social avait repris la tête de la compagnie en octobre 2015, tout en continuant de diriger son autre entreprise, le spécialiste des paiements Square.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/02/le-pape-francois-accepte-la-demission-de-mgr-michel-aupetit-l-archeveque-de-paris_6104452_3224.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/29/jack-dorsey-demissionne-de-son-poste-de-directeur-general-de-twitter_6104056_4408996.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 12:39:28 +0100", + "pubDate": "Mon, 29 Nov 2021 17:00:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277120,16 +302935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "788e3045d1346cceadf94dfb459952bf" + "hash": "c0ba38f1069ac6de959aeafb99a08aea" }, { - "title": "Peng Shuai : le CIO affirme s’être à nouveau entretenu avec la joueuse et défend sa démarche", - "description": "L’instance olympique est accusée de « complicité » avec les autorités chinoises pour museler la parole de Peng Shuai, qui a accusé d’agression sexuelle l’ancien vice-premier ministre chinois Zhang Gaoli.", - "content": "L’instance olympique est accusée de « complicité » avec les autorités chinoises pour museler la parole de Peng Shuai, qui a accusé d’agression sexuelle l’ancien vice-premier ministre chinois Zhang Gaoli.", + "title": "Au Tchad, amnistie générale pour des rebelles et opposants", + "description": "La mesure concerne 296 personnes condamnées – détenues ou non – et était l’une des « conditions » posées par des groupes rebelles pour participer au dialogue national.", + "content": "La mesure concerne 296 personnes condamnées – détenues ou non – et était l’une des « conditions » posées par des groupes rebelles pour participer au dialogue national.", "category": "", - "link": "https://www.lemonde.fr/tennis/article/2021/12/02/peng-shuai-le-cio-affirme-s-etre-a-nouveau-entretenu-avec-la-joueuse-et-defend-sa-demarche_6104450_1616659.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/29/au-tchad-amnistie-generale-pour-des-rebelles-et-opposants_6104041_3212.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 12:18:29 +0100", + "pubDate": "Mon, 29 Nov 2021 15:56:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277140,16 +302955,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3277d8ee1b97f4afb74d5a5575e13aaa" + "hash": "939f4b68f03abb522ec4c71d18c3ae5b" }, { - "title": "Entretien exclusif | Vichy et les juifs : l’historien Robert O. Paxton répond à Eric Zemmour", - "description": "Eric Zemmour répète depuis 2014 que le régime de Vichy aurait « protégé les juifs français et donné les juifs étrangers ». Cible du polémiste, l’historien américain Robert O. Paxton répond, dans un rare entretien accordé au « Monde » depuis New York.", - "content": "Eric Zemmour répète depuis 2014 que le régime de Vichy aurait « protégé les juifs français et donné les juifs étrangers ». Cible du polémiste, l’historien américain Robert O. Paxton répond, dans un rare entretien accordé au « Monde » depuis New York.", + "title": "Variant Omicron: nos journalistes des services Science et Eco, David Larousserie et Eric Albert, répondent à vos questions.", + "description": "Alors que les contaminations au Covid-19 augmentent, les ministres de la santé de plusieurs pays se retrouvent lundi à Londres « pour discuter de l’évolution de la situation » de ce nouveau variant. Nos journalistes, David Larousserie (Science) et Eric Albert (Economie), ont répondu à vos questions.", + "content": "Alors que les contaminations au Covid-19 augmentent, les ministres de la santé de plusieurs pays se retrouvent lundi à Londres « pour discuter de l’évolution de la situation » de ce nouveau variant. Nos journalistes, David Larousserie (Science) et Eric Albert (Economie), ont répondu à vos questions.", "category": "", - "link": "https://www.lemonde.fr/societe/video/2021/12/02/vichy-et-les-juifs-l-historien-robert-o-paxton-repond-a-eric-zemmour-dans-un-rare-entretien-au-monde_6104444_3224.html", + "link": "https://www.lemonde.fr/planete/live/2021/11/29/variant-omicron-risque-tres-eleve-selon-l-oms-fermetures-de-frontieres-le-point-sur-la-situation_6103985_3244.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 11:58:26 +0100", + "pubDate": "Mon, 29 Nov 2021 08:04:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277160,16 +302975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fc1e3f764654292bc29cd984849ce70e" + "hash": "ac30a06b13f6036b75e0aca41188d665" }, { - "title": "Marine Le Pen propose de remplacer l’IFI par un « impôt sur la fortune financière »", - "description": "La candidate du Rassemblement national à l’élection présidentielle de 2022 souhaite revenir à un impôt sur la fortune dont seraient exonérés certains biens immobiliers et patrimoniaux.", - "content": "La candidate du Rassemblement national à l’élection présidentielle de 2022 souhaite revenir à un impôt sur la fortune dont seraient exonérés certains biens immobiliers et patrimoniaux.", + "title": "Les principales propositions des cinq prétendants à l’investiture des Républicains pour l’élection présidentielle – Michel Barnier, Eric Ciotti, Valérie Pécresse, Philippe Juvin et Xavier Bertrand", + "description": "Retrouvez les principales propositions des cinq prétendants à l’investiture des Républicains pour l’élection présidentielle – Michel Barnier, Eric Ciotti, Valérie Pécresse, Philippe Juvin et Xavier Bertrand –, qui seront départagés lors du congrès du parti, qui aura lieu du 1er au 4 décembre.", + "content": "Retrouvez les principales propositions des cinq prétendants à l’investiture des Républicains pour l’élection présidentielle – Michel Barnier, Eric Ciotti, Valérie Pécresse, Philippe Juvin et Xavier Bertrand –, qui seront départagés lors du congrès du parti, qui aura lieu du 1er au 4 décembre.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/02/marine-le-pen-propose-de-remplacer-l-ifi-par-un-impot-sur-la-fortune-financiere_6104442_6059010.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/23/congres-lr-comparez-les-programmes-des-cinq-candidats_6103321_4355770.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 11:33:39 +0100", + "pubDate": "Tue, 23 Nov 2021 19:07:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277180,16 +302995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3340d5d7f69035931c4a27f576d7b891" + "hash": "06340f61c73f27e5b08c61572e6bf5fd" }, { - "title": "Tir accidentel d’Alec Baldwin : l’acteur assure ne pas avoir pressé la détente", - "description": "Dans un entretien à la chaîne américaine ABC, il dit n’avoir « aucune idée » de la façon dont une munition réelle a pu se trouver sur le plateau du film, aboutissant à la mort accidentelle de la directrice de la photographie Halyna Hutchins.", - "content": "Dans un entretien à la chaîne américaine ABC, il dit n’avoir « aucune idée » de la façon dont une munition réelle a pu se trouver sur le plateau du film, aboutissant à la mort accidentelle de la directrice de la photographie Halyna Hutchins.", + "title": "Après une rocambolesque élection-démission la semaine dernière, la chef des sociaux-démocrates suédois a été réélue première ministre lundi 29 novembre par le Parlement.", + "description": "Après une rocambolesque élection-démission la semaine dernière, la chef des sociaux-démocrates a été réélue par le Parlement et va pouvoir devenir officiellement la première femme à occuper ce poste.", + "content": "Après une rocambolesque élection-démission la semaine dernière, la chef des sociaux-démocrates a été réélue par le Parlement et va pouvoir devenir officiellement la première femme à occuper ce poste.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/02/tir-accidentel-d-alec-baldwin-l-acteur-assure-ne-pas-avoir-presse-la-detente_6104441_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/29/magdalena-andersson-repasse-devant-le-parlement-suedois-pour-devenir-premiere-ministre_6103977_3210.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 11:24:34 +0100", + "pubDate": "Mon, 29 Nov 2021 06:12:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277200,16 +303015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e22d5c8088bc3f3a5ffa4ca5212bf531" + "hash": "f90e9dbd21d4b5864cc4af7c46bec082" }, { - "title": "Covid-19 : la vaccination probablement ouverte aux enfants de 5 à 11 ans à risque dès décembre, un conseil de défense sanitaire lundi", - "description": "Face à la montée de la cinquième vague et à l’arrivée du nouveau variant, Omicron, en France, un conseil de défense sanitaire décidera lundi « s’il y a lieu de prendre des mesures complémentaires ».", - "content": "Face à la montée de la cinquième vague et à l’arrivée du nouveau variant, Omicron, en France, un conseil de défense sanitaire décidera lundi « s’il y a lieu de prendre des mesures complémentaires ».", + "title": "Ces jeunes diplômés qui choisissent de travailler moins pour « vivre mieux »", + "description": "Réduire son temps de travail, trouver des alternatives au salariat, réduire son niveau de vie… Bien insérés et engagés dans des carrières stables, certains jeunes diplômés s’interrogent sur le sens de la « valeur travail ». Reportage à Nantes.", + "content": "Réduire son temps de travail, trouver des alternatives au salariat, réduire son niveau de vie… Bien insérés et engagés dans des carrières stables, certains jeunes diplômés s’interrogent sur le sens de la « valeur travail ». Reportage à Nantes.", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/12/03/covid-19-la-vaccination-probablement-ouverte-aux-enfants-de-5-a-11-ans-a-risque-des-decembre-un-conseil-de-defense-sanitaire-lundi_6104597_3244.html", + "link": "https://www.lemonde.fr/campus/article/2021/11/29/ces-diplomes-qui-choisissent-de-travailler-moins-pour-vivre-mieux_6103960_4401467.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 12:21:34 +0100", + "pubDate": "Mon, 29 Nov 2021 01:27:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277220,16 +303035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "21a047a85f66c001f047e6a777f83ccb" + "hash": "7be7c247d23a7c20a4b221b1eb86e350" }, { - "title": "LR ouvre le vote pour départager Eric Ciotti et Valérie Pécresse pour la présidentielle 2022", - "description": "Le scrutin, dématérialisé, s’est ouvert à 8 heures vendredi et se poursuivra jusqu’à samedi 14 heures. Le vainqueur sera annoncé à 14 h 30 lors d’une conférence de presse.", - "content": "Le scrutin, dématérialisé, s’est ouvert à 8 heures vendredi et se poursuivra jusqu’à samedi 14 heures. Le vainqueur sera annoncé à 14 h 30 lors d’une conférence de presse.", + "title": "Face à Eric Zemmour, le scepticisme de l’électorat de droite : « Le problème, c’est qu’il est meilleur débatteur que candidat »", + "description": "A Antibes, 73 000 habitants, la candidature du polémiste laisse sceptique, même si ses idées séduisent largement et donnent de l’espoir à ceux qui ont voté François Fillon en 2017 et espèrent un réveil de la droite.", + "content": "A Antibes, 73 000 habitants, la candidature du polémiste laisse sceptique, même si ses idées séduisent largement et donnent de l’espoir à ceux qui ont voté François Fillon en 2017 et espèrent un réveil de la droite.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/03/election-presidentielle-2022-lr-ouvre-le-vote-pour-departager-eric-ciotti-et-valerie-pecresse_6104585_6059010.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/29/le-probleme-c-est-qu-il-est-meilleur-debatteur-que-candidat-le-scepticisme-de-l-electorat-de-droite-face-a-eric-zemmour_6103978_6059010.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 11:36:48 +0100", + "pubDate": "Mon, 29 Nov 2021 06:23:13 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277240,16 +303055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "65fbfdb090898358e5d585eb1c365914" + "hash": "a72e668cdc7614040f9f0beaea6b2f89" }, { - "title": "Le professeur Didier Raoult va savoir vendredi s’il est sanctionné par l’ordre des médecins", - "description": "Depuis la fin de 2020, l’infectiologue marseillais de 69 ans est visé par deux plaintes déposées par l’ordre des médecins des Bouches-du-Rhône et le conseil national de l’ordre des médecins.", - "content": "Depuis la fin de 2020, l’infectiologue marseillais de 69 ans est visé par deux plaintes déposées par l’ordre des médecins des Bouches-du-Rhône et le conseil national de l’ordre des médecins.", + "title": "Nissan annonce son grand plan électrique à 15 milliards d’euros", + "description": "Le constructeur japonais s’appuiera sur une technologie de batterie solide développée en interne, et dont son allié français Renault pourrait profiter.", + "content": "Le constructeur japonais s’appuiera sur une technologie de batterie solide développée en interne, et dont son allié français Renault pourrait profiter.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/12/03/le-professeur-didier-raoult-va-savoir-vendredi-s-il-est-sanctionne-par-l-ordre-des-medecins_6104575_1650684.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/29/automobile-nissan-annonce-son-grand-plan-electrique-a-15-milliards-d-euros_6104018_3234.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 10:44:46 +0100", + "pubDate": "Mon, 29 Nov 2021 11:48:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277260,16 +303075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea93c9acd090d16f257b1b66112fdd4a" + "hash": "149b4f18822c1c7420b81646d5133e4d" }, { - "title": "Le hackeur franco-israélien Ulcan jugé à Paris pour des appels malveillants", - "description": "Poursuivi notamment pour ces coups de téléphone et divers piratages dans six affaires, il ne sera pas présent à l’audience.", - "content": "Poursuivi notamment pour ces coups de téléphone et divers piratages dans six affaires, il ne sera pas présent à l’audience.", + "title": "Doigt d’honneur d’Eric Zemmour : « fiasco », « disqualifié »… Le geste du polémiste d’extrême droite au centre des critiques", + "description": "L’ancien chroniqueur de la chaîne CNews, qui pourrait annoncer sa candidature à l’élection présidentielle de 2022 dans les prochains jours, a reconnu dimanche un geste « fort inélégant » au lendemain d’un échange de doigts d’honneur avec une passante à Marseille.", + "content": "L’ancien chroniqueur de la chaîne CNews, qui pourrait annoncer sa candidature à l’élection présidentielle de 2022 dans les prochains jours, a reconnu dimanche un geste « fort inélégant » au lendemain d’un échange de doigts d’honneur avec une passante à Marseille.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/02/le-hackeur-franco-israelien-ulcan-juge-a-paris-pour-des-appels-malveillants_6104427_3224.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/29/doigt-d-honneur-d-eric-zemmour-fiasco-disqualifie-appel-a-la-dignite-le-geste-du-polemiste-d-extreme-droite-au-centre-des-critiques_6104014_6059010.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 10:36:00 +0100", + "pubDate": "Mon, 29 Nov 2021 11:19:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277280,16 +303095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0e1489a7169f125ad7ee8071c132d6e" + "hash": "04a0bb7da55d76d1acf22ee2ee172450" }, { - "title": "En plein développement, Air liquide change sa gouvernance", - "description": "Benoît Potier, le PDG du numéro deux mondial des gaz industriels, deviendra, à la mi-2022, président non exécutif, et François Jackow, son actuel adjoint, le nouveau directeur général.", - "content": "Benoît Potier, le PDG du numéro deux mondial des gaz industriels, deviendra, à la mi-2022, président non exécutif, et François Jackow, son actuel adjoint, le nouveau directeur général.", + "title": "En France, le maintien de l’ordre est trop centré sur la répression", + "description": "Dans cette étude menée pendant trois ans, des chercheurs soulignent une approche française trop centrée sur la répression. A la différence de certains modèles européens.", + "content": "Dans cette étude menée pendant trois ans, des chercheurs soulignent une approche française trop centrée sur la répression. A la différence de certains modèles européens.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/02/en-plein-developpement-air-liquide-change-sa-gouvernance_6104425_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/29/en-france-le-maintien-de-l-ordre-est-trop-centre-sur-la-repression_6104012_3224.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 10:30:12 +0100", + "pubDate": "Mon, 29 Nov 2021 11:11:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277300,16 +303115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2ea9824a8887ff6bf832363eb9e281cc" + "hash": "27270ea591d6246224faae985d58990d" }, { - "title": "Quand les juges donnent une leçon de droit au bâtonnier à propos de Sophie Vermeille", - "description": "Le jeudi 18 novembre, la Cour d’appel de Paris a désavoué le barreau de Paris qui avait infligé des sanctions disciplinaires à Sophie Vermeille. Cette dernière représentait, en 2018, les investisseurs spéculant contre l’action de Casino, l’affaire avait défrayé la chronique.", - "content": "Le jeudi 18 novembre, la Cour d’appel de Paris a désavoué le barreau de Paris qui avait infligé des sanctions disciplinaires à Sophie Vermeille. Cette dernière représentait, en 2018, les investisseurs spéculant contre l’action de Casino, l’affaire avait défrayé la chronique.", + "title": "Ballon d’or 2021 : vivez en direct l’élection du meilleur joueur de la saison de football", + "description": "Qui de Lionel Messi, de Karim Benzema, de Robert Lewandowski ou de Cristiano Ronaldo sera désigné meilleur footballeur de la saison ? Chez les femmes, on connaîtra celle qui va succéder à Megan Rapinoe.", + "content": "Qui de Lionel Messi, de Karim Benzema, de Robert Lewandowski ou de Cristiano Ronaldo sera désigné meilleur footballeur de la saison ? Chez les femmes, on connaîtra celle qui va succéder à Megan Rapinoe.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/02/quand-les-juges-donnent-une-lecon-de-droit-au-batonnier-a-propos-de-sophie-vermeille_6104422_3234.html", + "link": "https://www.lemonde.fr/football/live/2021/11/29/ballon-d-or-2021-vivez-en-direct-l-election-du-meilleur-joueur-de-la-saison-de-football_6104075_1616938.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 10:28:54 +0100", + "pubDate": "Mon, 29 Nov 2021 19:00:07 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277320,16 +303135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3c179e85ad019bc5ee9fd0301e3513a7" + "hash": "fdb0030a8f62c6b433cf287ebd6f10b5" }, { - "title": "Universités : le Conseil d’analyse économique appelle à un investissement plus juste et efficace", - "description": "Les deux autrices de cette note rappellent que, pour un gouvernement, investir dans l’enseignement supérieur « fait partie des meilleurs choix possibles ».", - "content": "Les deux autrices de cette note rappellent que, pour un gouvernement, investir dans l’enseignement supérieur « fait partie des meilleurs choix possibles ».", + "title": "Gérald Darmanin appelle le Royaume-Uni à ouvrir « un accès légal à l’immigration »", + "description": "« C’est parce qu’il n’y a pas de voie légale pour les immigrés d’aller en Grande-Bretagne, et parce que nous travaillons sans carte d’identité en Angleterre, qu’il y a cet appel d’air », a jugé le ministre de l’intérieur lundi.", + "content": "« C’est parce qu’il n’y a pas de voie légale pour les immigrés d’aller en Grande-Bretagne, et parce que nous travaillons sans carte d’identité en Angleterre, qu’il y a cet appel d’air », a jugé le ministre de l’intérieur lundi.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/02/universites-le-conseil-d-analyse-economique-appelle-a-un-investissement-plus-juste-et-efficace_6104421_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/11/29/gerald-darmanin-appelle-le-royaume-uni-a-ouvrir-un-acces-legal-a-l-immigration_6104010_3210.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 10:25:50 +0100", + "pubDate": "Mon, 29 Nov 2021 11:01:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277340,16 +303155,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "202b07d2fd7e173fb18edee790b23f81" + "hash": "a30b13473b3b665c8abdde69b24daa7c" }, { - "title": "L’exécutif dans l’embarras face à la bronca des magistrats", - "description": "Le succès spectaculaire d’une tribune sur les conditions de travail publiée le 23 novembre dans « Le Monde », et désormais signée par plus de la moitié des juges ou procureurs du pays, bouscule les Etats généraux de la justice.", - "content": "Le succès spectaculaire d’une tribune sur les conditions de travail publiée le 23 novembre dans « Le Monde », et désormais signée par plus de la moitié des juges ou procureurs du pays, bouscule les Etats généraux de la justice.", + "title": "Omicron : quelles capacités de séquençage en France ?", + "description": "La France a accru ses efforts dans la surveillance des variants du Covid-19 depuis début 2021, mais le séquençage n’y est pas systématique.", + "content": "La France a accru ses efforts dans la surveillance des variants du Covid-19 depuis début 2021, mais le séquençage n’y est pas systématique.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/02/l-executif-dans-l-embarras-face-a-la-bronca-des-magistrats_6104385_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/29/variant-omicron-quelles-capacites-de-sequencage-en-france_6104009_3244.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 03:34:00 +0100", + "pubDate": "Mon, 29 Nov 2021 11:00:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277360,16 +303175,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e37309b3b8925da63ab30db72049a9e7" + "hash": "84b49520091076dec83bbd6bdf5c4d5e" }, { - "title": "Procès Malgouyres : « Le mobile ? Le jardin et l’argent »", - "description": "Selon le directeur de l’enquête, entendu longuement par la cour d’assises de l’Hérault, mercredi, Daniel Malgouyres est le commanditaire d’un vrai-faux cambriolage destiné à voler sa propre femme, qui a coûté la vie à l’un des cambrioleurs.", - "content": "Selon le directeur de l’enquête, entendu longuement par la cour d’assises de l’Hérault, mercredi, Daniel Malgouyres est le commanditaire d’un vrai-faux cambriolage destiné à voler sa propre femme, qui a coûté la vie à l’un des cambrioleurs.", + "title": "Rachat de « La Provence » : Rodolphe Saadé et Xavier Niel à l’heure des offres", + "description": "Les deux chefs d’entreprise déposeront, mardi 30 novembre, leurs propositions chiffrées pour la reprise du quotidien marseillais, dont la valeur est estimée à 40 millions d’euros.", + "content": "Les deux chefs d’entreprise déposeront, mardi 30 novembre, leurs propositions chiffrées pour la reprise du quotidien marseillais, dont la valeur est estimée à 40 millions d’euros.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/02/proces-malgouyres-le-mobile-le-jardin-et-l-argent_6104416_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/29/rachat-de-la-provence-rodolphe-saade-et-xavier-niel-a-l-heure-des-offres_6104008_3234.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 09:58:07 +0100", + "pubDate": "Mon, 29 Nov 2021 11:00:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277380,16 +303195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "bbbe86a31ece8116f85fbc7d363a670e" + "hash": "6df7bcba2033504c77c2af14e3dd3b05" }, { - "title": "Variant Omicron : trois premiers cas confirmés en Ile-de-France et dans le Haut-Rhin", - "description": "Le premier cas confirmé en métropole a été détecté chez un homme résidant en Seine-et-Marne qui revenait du Nigeria et ne présentait pas de symptôme au moment du test. Les second et troisième cas concernent des femmes revenant d’Afrique du Sud.", - "content": "Le premier cas confirmé en métropole a été détecté chez un homme résidant en Seine-et-Marne qui revenait du Nigeria et ne présentait pas de symptôme au moment du test. Les second et troisième cas concernent des femmes revenant d’Afrique du Sud.", + "title": "Pour l’OMS, le variant Omicron présente un « risque très élevé » à l’échelle planétaire", + "description": "L’Organisation mondiale de la santé juge « élevée » la probabilité que le nouveau variant du Sars-COV-2 se répande dans le monde, tout en rappelant que sa dangerosité est encore mal évaluée.", + "content": "L’Organisation mondiale de la santé juge « élevée » la probabilité que le nouveau variant du Sars-COV-2 se répande dans le monde, tout en rappelant que sa dangerosité est encore mal évaluée.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/02/variant-omicron-un-premier-cas-confirme-en-ile-de-france_6104415_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/29/pour-l-oms-le-variant-omicron-presente-un-risque-tres-eleve-a-l-echelle-planetaire_6104007_3244.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 09:34:36 +0100", + "pubDate": "Mon, 29 Nov 2021 10:50:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277400,16 +303215,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "53f8f4f7dc8519d4280ca7523bd46eaa" + "hash": "9a99bd37c75995d304d736d9670c1b82" }, { - "title": "Les dons du chanteur Andrea Laszlo de Simone, intime et cosmique", - "description": "En ouverture des Trans Musicales de Rennes, l’artiste italien a donné son premier concert en France, où il rencontre un succès croissant.", - "content": "En ouverture des Trans Musicales de Rennes, l’artiste italien a donné son premier concert en France, où il rencontre un succès croissant.", + "title": "Le télétravail améliorerait la productivité", + "description": "Alors que sa pratique a décru depuis l’été et que le patronat se montre réticent à sa généralisation, le travail à distance serait bénéfique à la fois aux salariés et aux entreprises, selon une note à paraître.", + "content": "Alors que sa pratique a décru depuis l’été et que le patronat se montre réticent à sa généralisation, le travail à distance serait bénéfique à la fois aux salariés et aux entreprises, selon une note à paraître.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/02/les-dons-du-chanteur-andrea-laszlo-de-simone-intime-et-cosmique_6104414_3246.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/29/entreprises-le-teletravail-ameliorerait-la-productivite_6104004_3234.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 09:25:15 +0100", + "pubDate": "Mon, 29 Nov 2021 10:46:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277420,16 +303235,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d64048e6b22fccc14f8efa41d684f47" + "hash": "e3564f0858e136f016650b45c6834ac7" }, { - "title": "Crise aux Antilles : un gendarme blessé à Saint-Martin, couvre-feu prolongé à la Guadeloupe et la Martinique", - "description": "A Saint-Martin, petite île qui dépend de la Guadeloupe, des affrontements ont opposé jeudi la gendarmerie à un groupe de personnes et un gendarme a été blessé.", - "content": "A Saint-Martin, petite île qui dépend de la Guadeloupe, des affrontements ont opposé jeudi la gendarmerie à un groupe de personnes et un gendarme a été blessé.", + "title": "Fermetures de frontières, nouvelles restrictions… Une partie du monde se replie face au variant Omicron", + "description": "Les signes de propagation du nouveau variant se multiplient sur tous les continents, incitant beaucoup de pays à fermer des frontières et imposer des restrictions. Sans que l’on sache, pour l’instant, si le B.1.1.529 est plus dangereux ou non que les variants.", + "content": "Les signes de propagation du nouveau variant se multiplient sur tous les continents, incitant beaucoup de pays à fermer des frontières et imposer des restrictions. Sans que l’on sache, pour l’instant, si le B.1.1.529 est plus dangereux ou non que les variants.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/03/crise-aux-antilles-un-gendarme-blesse-a-saint-martin-couvre-feu-prolonge-a-la-guadeloupe-et-la-martinique_6104523_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/29/fermetures-de-frontieres-nouvelles-restrictions-une-partie-du-monde-se-replie-face-au-variant-omicron_6103973_3244.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:57:28 +0100", + "pubDate": "Mon, 29 Nov 2021 05:50:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277440,16 +303255,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "67e958ff1e5c5b7a667ebc053cfdb73f" + "hash": "6c3c16c16bd887ec3f630158b02dd2bb" }, { - "title": "Aux Etats-Unis, le Congrès surmonte un premier obstacle pour éviter un shutdown", - "description": "Des républicains cherchent à provoquer une paralysie des services fédéraux afin de protester contre les obligations vaccinales du gouvernement Biden.", - "content": "Des républicains cherchent à provoquer une paralysie des services fédéraux afin de protester contre les obligations vaccinales du gouvernement Biden.", + "title": "Yan Marchal, satiriste français amateur, persona non grata en Thaïlande", + "description": "Cet entrepreneur français qui vit à Bangkok depuis 2003 avait pour hobby la satire du gouvernement et des ultraroyalistes sur TikTok.", + "content": "Cet entrepreneur français qui vit à Bangkok depuis 2003 avait pour hobby la satire du gouvernement et des ultraroyalistes sur TikTok.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/03/le-congres-americain-surmonte-un-premier-obstacle-pour-eviter-un-shutdown_6104522_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/29/yan-marchal-satiriste-francais-amateur-persona-non-grata-en-thailande_6103996_3210.html", "creator": "", - "pubDate": "Fri, 03 Dec 2021 00:28:45 +0100", + "pubDate": "Mon, 29 Nov 2021 10:14:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277460,16 +303275,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e64b3e807fa5f3fb02e046641c81d443" + "hash": "cb2e36dd2d33ef51761575435a4e308d" }, { - "title": "L’ONU estime que 274 millions de personnes dans le monde auront besoin d’une aide d’urgence en 2022", - "description": "Jamais le nombre de personnes ayant besoin d’aide « n’a été aussi élevé », a souligné Martin Griffiths, le secrétaire général adjoint aux affaires humanitaires de l’ONU.", - "content": "Jamais le nombre de personnes ayant besoin d’aide « n’a été aussi élevé », a souligné Martin Griffiths, le secrétaire général adjoint aux affaires humanitaires de l’ONU.", + "title": "Variant Omicron : l’Afrique du Sud s’estime « injustement discriminée »", + "description": "Les autorités dénoncent le non-respect des engagements du G20, qui s’était promis de stimuler les déplacements internationaux.", + "content": "Les autorités dénoncent le non-respect des engagements du G20, qui s’était promis de stimuler les déplacements internationaux.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/02/l-onu-estime-que-274-millions-de-personnes-dans-le-monde-auront-besoin-d-une-aide-d-urgence-en-2022_6104411_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/29/variant-omicron-l-afrique-du-sud-s-estime-injustement-discriminee_6103995_3212.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 08:51:45 +0100", + "pubDate": "Mon, 29 Nov 2021 10:02:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277480,16 +303295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "52ac68aa9aff6cbf8d9178ac107b7895" + "hash": "e864909ac00affeb87bce126b1223b57" }, { - "title": "Covid-19 : l’Allemagne impose de lourdes restrictions aux personnes non vaccinées", - "description": "Le ministre de la santé allemand a évoqué un « confinement, pour ainsi dire, des personnes non vaccinées ». Ces dernières n’auront notamment plus accès aux lieux de loisirs ni aux commerces non essentiels.", - "content": "Le ministre de la santé allemand a évoqué un « confinement, pour ainsi dire, des personnes non vaccinées ». Ces dernières n’auront notamment plus accès aux lieux de loisirs ni aux commerces non essentiels.", + "title": "Benoît Cœuré pressenti pour prendre la présidence de l’Autorité de la concurrence", + "description": "Le responsable du pôle innovation de la Banque des règlements internationaux et ancien membre du directoire de la Banque centrale européenne serait le premier économiste à la tête de cette institution indépendante.", + "content": "Le responsable du pôle innovation de la Banque des règlements internationaux et ancien membre du directoire de la Banque centrale européenne serait le premier économiste à la tête de cette institution indépendante.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/02/variant-omicron-le-japon-allege-des-restrictions-pour-permettre-le-retour-de-ses-citoyens_6104409_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/29/benoit-coeure-pressenti-pour-prendre-la-presidence-de-l-autorite-de-la-concurrence_6103991_3234.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 08:22:13 +0100", + "pubDate": "Mon, 29 Nov 2021 09:44:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277500,16 +303315,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9d8fd2cb55d6b8c92bfdddb228f7b36" + "hash": "71965d5a3430710ece7aa296218ace86" }, { - "title": "Absences des enseignants : les deux-tiers « proviennent du fonctionnement même de l’éducation nationale », selon la Cour des comptes", - "description": "A quatre mois de l’échéance présidentielle, alors que les questions éducatives peinent à s’imposer dans la campagne, la Cour des comptes braque les projecteurs sur la question du remplacement, cruciale en pleine crise sanitaire.", - "content": "A quatre mois de l’échéance présidentielle, alors que les questions éducatives peinent à s’imposer dans la campagne, la Cour des comptes braque les projecteurs sur la question du remplacement, cruciale en pleine crise sanitaire.", + "title": "Yannick Jadot justifie l’exclusion de Matthieu Orphelin de son équipe de campagne", + "description": "Alors que Nicolas Hulot est visé par des accusations de viol et d’agressions sexuelles, l’équipe de campagne du candidat écologiste à l’élection présidentielle de 2022 a exfiltré le député du Maine-et-Loire proche de l’ancien ministre.", + "content": "Alors que Nicolas Hulot est visé par des accusations de viol et d’agressions sexuelles, l’équipe de campagne du candidat écologiste à l’élection présidentielle de 2022 a exfiltré le député du Maine-et-Loire proche de l’ancien ministre.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/02/la-cour-des-comptes-epingle-les-absences-institutionnelles-des-enseignants_6104408_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/29/election-presidentielle-2022-yannick-jadot-justifie-l-exclusion-de-matthieu-orphelin_6103984_823448.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 08:14:47 +0100", + "pubDate": "Mon, 29 Nov 2021 07:55:51 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277520,16 +303335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c44896bc4d8679eab99a69142e6483fc" + "hash": "7048a053a404e619890d3259dc8a6764" }, { - "title": "La France investit encore insuffisamment pour le climat", - "description": "Les dépenses publiques et privées favorables à la transition écologique ont crû de 10 % l’an dernier malgré la crise, selon le think tank I4CE.", - "content": "Les dépenses publiques et privées favorables à la transition écologique ont crû de 10 % l’an dernier malgré la crise, selon le think tank I4CE.", + "title": "Au Honduras, la candidate de gauche Xiomara Castro est en tête de l’élection présidentielle", + "description": "Avec 53 % des voix, elle compte une confortable avance sur son adversaire de droite, Nasry Asfura, à 34 %. Mais le dépouillement est loin d’être fini et la menace de fraudes et de troubles plane.", + "content": "Avec 53 % des voix, elle compte une confortable avance sur son adversaire de droite, Nasry Asfura, à 34 %. Mais le dépouillement est loin d’être fini et la menace de fraudes et de troubles plane.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/02/la-france-investit-encore-insuffisamment-pour-le-climat_6104402_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/29/presidentielle-au-honduras-la-candidate-de-gauche-est-en-tete_6103983_3210.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 07:00:09 +0100", + "pubDate": "Mon, 29 Nov 2021 07:01:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277540,16 +303355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "acfa4c468be15cd22ed28e462d5b678b" + "hash": "4f4aac3de97aa42f2734e65e3df3e937" }, { - "title": "La famine à Madagascar n’est pas due au changement climatique, selon une nouvelle étude", - "description": "Une équipe de scientifiques contredit l’ONU, qui avait fait du réchauffement la principale cause de la sécheresse et de la famine frappant le sud de l’île.", - "content": "Une équipe de scientifiques contredit l’ONU, qui avait fait du réchauffement la principale cause de la sécheresse et de la famine frappant le sud de l’île.", + "title": "Covid-19 : face au variant Omicron, le Japon se referme aux visiteurs", + "description": "Le gouvernement a annoncé l’interdiction d’entrer sur le territoire de tout ressortissant étranger à partir de mardi, quelques semaines seulement après avoir assoupli les restrictions à ses frontières.", + "content": "Le gouvernement a annoncé l’interdiction d’entrer sur le territoire de tout ressortissant étranger à partir de mardi, quelques semaines seulement après avoir assoupli les restrictions à ses frontières.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/02/la-famine-a-madagascar-n-est-pas-due-au-changement-climatique-selon-une-nouvelle-etude_6104401_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/29/covid-19-face-au-variant-omicron-le-japon-se-referme-aux-visiteurs_6103980_3210.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 06:32:15 +0100", + "pubDate": "Mon, 29 Nov 2021 06:34:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277560,16 +303375,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c779786d866c4dec728d52e1327ebe94" + "hash": "253f3c14681dc4b5a9eb1a82fc2c9e5c" }, { - "title": "« Une rénovation strictement à l’identique, c’est une capitulation » : à Notre-Dame de Paris, la bataille de la nef", - "description": "L’incendie de 2019 a fait de l’intérieur de la cathédrale une page blanche, une occasion inespérée de refondre l’espace liturgique. De quoi susciter des tensions entre les tenants de la modernité et de l’œcuménisme et les garants d’un conservatisme nostalgique.", - "content": "L’incendie de 2019 a fait de l’intérieur de la cathédrale une page blanche, une occasion inespérée de refondre l’espace liturgique. De quoi susciter des tensions entre les tenants de la modernité et de l’œcuménisme et les garants d’un conservatisme nostalgique.", + "title": "Gestes barrières renforcés mais pas de télétravail généralisé : comment les entreprises s’adaptent à la nouvelle vague de Covid-19", + "description": "Le nouveau protocole sanitaire, publié ce lundi, insiste sur le respect de la distanciation, le port du masque et la qualité de l’aération. Si les petites entreprises sont prêtes à soutenir un renforcement du télétravail, les grandes sociétés s’y refusent.", + "content": "Le nouveau protocole sanitaire, publié ce lundi, insiste sur le respect de la distanciation, le port du masque et la qualité de l’aération. Si les petites entreprises sont prêtes à soutenir un renforcement du télétravail, les grandes sociétés s’y refusent.", "category": "", - "link": "https://www.lemonde.fr/incendie-de-notre-dame/article/2021/12/02/une-renovation-strictement-a-l-identique-c-est-une-capitulation-a-notre-dame-la-bataille-de-la-nef_6104391_5450561.html", + "link": "https://www.lemonde.fr/emploi/article/2021/11/29/gestes-barrieres-renforces-mais-pas-de-teletravail-generalise-comment-les-entreprises-s-adaptent-a-la-nouvelle-vague-de-covid-19_6103971_1698637.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 05:31:42 +0100", + "pubDate": "Mon, 29 Nov 2021 05:47:14 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277580,16 +303395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "83bcea2b986e08b652cb2afc77e08cbe" + "hash": "843028de2507820a9c7394c0c778d852" }, { - "title": "Elevage Herta : L214 dénonce les mauvais traitements réservés aux porcs", - "description": "L’association de défense des animaux a diffusé, mercredi, une vidéo tournée dans une exploitation de l’Aube qui montre notamment des bêtes recevant des coups.", - "content": "L’association de défense des animaux a diffusé, mercredi, une vidéo tournée dans une exploitation de l’Aube qui montre notamment des bêtes recevant des coups.", + "title": "Amélie de Montchalin : avec la suppression de l’ENA, « le but est de sortir du classement des élèves »", + "description": "La ministre de la transformation et de la fonction publiques, Amélie de Montchalin, précise les contours du nouvel Institut national du service public, qui devra permettre de « recruter des hauts fonctionnaires là où l’Etat en a besoin ».", + "content": "La ministre de la transformation et de la fonction publiques, Amélie de Montchalin, précise les contours du nouvel Institut national du service public, qui devra permettre de « recruter des hauts fonctionnaires là où l’Etat en a besoin ».", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/02/l214-denonce-les-mauvais-traitements-reserves-aux-porcs-dans-un-elevage-d-herta_6104388_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/29/suppression-de-l-ena-le-but-est-de-sortir-du-classement-des-eleves_6103967_823448.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 04:42:55 +0100", + "pubDate": "Mon, 29 Nov 2021 03:49:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277600,16 +303415,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "cd43c4c96638a1d27eefd72276585efa" + "hash": "aef043bd42f4b49e6205929eee27dc94" }, { - "title": "Aux Etats-Unis, la Cour suprême envisage une révision du droit à l’avortement", - "description": "Les débats autour d’une loi du Mississippi interdisant l’IVG au-delà de quinze semaines de grossesse semblent dessiner une orientation défavorable aux droits des femmes.", - "content": "Les débats autour d’une loi du Mississippi interdisant l’IVG au-delà de quinze semaines de grossesse semblent dessiner une orientation défavorable aux droits des femmes.", + "title": "Un vrai faux cambriolage, des centaines de milliers d’euros cachés dans des bocaux... : une affaire de meurtre devant les assises de l’Hérault", + "description": "Le procès de trois hommes impliqués dans une affaire de meurtre et d’extorsion de fonds en bande organisée commence lundi.", + "content": "Le procès de trois hommes impliqués dans une affaire de meurtre et d’extorsion de fonds en bande organisée commence lundi.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/02/aux-etats-unis-la-cour-supreme-envisage-une-revision-du-droit-a-l-avortement_6104384_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/29/le-vrai-faux-cambriolage-le-mari-sa-femme-et-les-centaines-de-milliers-d-euros-caches-dans-des-bocaux_6103966_3224.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 03:19:13 +0100", + "pubDate": "Mon, 29 Nov 2021 03:13:45 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277620,16 +303435,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc4db90fd1e4e9ac6f224bad374a231d" + "hash": "3e033609be075274584afc05838a9fd7" }, { - "title": "Ligue 1 : le PSG en échec face à Nice, Marseille ravit la deuxième place", - "description": "Le PSG a concédé le nul face à Nice (0-0), tandis que Marseille se hisse à la deuxième place en gagnant 1-0 à Nantes. Battu à domicile par Lille (1-2), Rennes chute à la 3e place.", - "content": "Le PSG a concédé le nul face à Nice (0-0), tandis que Marseille se hisse à la deuxième place en gagnant 1-0 à Nantes. Battu à domicile par Lille (1-2), Rennes chute à la 3e place.", + "title": "Les talibans souhaitent l’aide de l’Union européenne pour garantir le fonctionnement des aéroports d’Afghanistan", + "description": "Lors de discussions avec la délégation européenne, les représentants du mouvement islamiste ont confirmé leur engagement à laisser partir les Afghans et les ressortissants étrangers qui souhaitent quitter le pays.", + "content": "Lors de discussions avec la délégation européenne, les représentants du mouvement islamiste ont confirmé leur engagement à laisser partir les Afghans et les ressortissants étrangers qui souhaitent quitter le pays.", "category": "", - "link": "https://www.lemonde.fr/football/article/2021/12/02/ligue-1-le-psg-en-echec-face-a-nice-marseille-ravit-la-deuxieme-place_6104372_1616938.html", + "link": "https://www.lemonde.fr/international/article/2021/11/29/les-talibans-souhaitent-l-aide-de-l-union-europeenne-pour-garantir-le-fonctionnement-des-aeroports-d-afghanistan_6103965_3210.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 01:25:48 +0100", + "pubDate": "Mon, 29 Nov 2021 02:53:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277640,16 +303455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9b52130324412d60395e79f656c03373" + "hash": "b7315e3f3d39dcfa80e382cbd08b49d3" }, { - "title": "Soudan : le secrétaire général de l’ONU appelle les manifestants à accepter la transition", - "description": "António Guterres a estimé que le retour du premier ministre Abdallah Hamdok était « une victoire importante ». Des milliers de Soudanais réclament toujours dans la rue le transfert du pouvoir à des civils.", - "content": "António Guterres a estimé que le retour du premier ministre Abdallah Hamdok était « une victoire importante ». Des milliers de Soudanais réclament toujours dans la rue le transfert du pouvoir à des civils.", + "title": "RDC : l’attaque d’un camp de déplacés fait vingt-deux morts en Ituri", + "description": "Les miliciens du groupe Codeco, qui prétend défendre les intérêts de la communauté des Lendu de cette province, sont soupçonnés d’être responsables de l’assaut.", + "content": "Les miliciens du groupe Codeco, qui prétend défendre les intérêts de la communauté des Lendu de cette province, sont soupçonnés d’être responsables de l’assaut.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/12/02/soudan-le-secretaire-general-de-l-onu-appelle-les-manifestants-a-accepter-la-transition_6104370_3212.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/29/rdc-l-attaque-d-un-camp-de-deplaces-fait-vingt-deux-morts-en-ituri_6103959_3212.html", "creator": "", - "pubDate": "Thu, 02 Dec 2021 00:28:04 +0100", + "pubDate": "Mon, 29 Nov 2021 00:44:40 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277660,16 +303475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "4ac55841b88c1e8ba69f03cea2104472" + "hash": "5f57d5007593f06c3ff604ed262bd460" }, { - "title": "La Cour suprême des Etats-Unis pourrait restreindre le droit à l’avortement", - "description": "Une loi du Mississippi interdisant l’avortement après quinze semaines de grossesse avait été bloquée par les tribunaux. En acceptant de l’examiner, la haute juridiction a montré qu’elle pouvait être prête à revenir sur son arrêt historique Roe v. Wade.", - "content": "Une loi du Mississippi interdisant l’avortement après quinze semaines de grossesse avait été bloquée par les tribunaux. En acceptant de l’examiner, la haute juridiction a montré qu’elle pouvait être prête à revenir sur son arrêt historique Roe v. Wade.", + "title": "En Suisse, la droite populiste perd la bataille de la « loi Covid-19 »", + "description": "Appelés à se prononcer par référendum sur la loi qui permet au gouvernement de gérer la pandémie, les citoyens l’ont soutenue à 62 % après une campagne houleuse.", + "content": "Appelés à se prononcer par référendum sur la loi qui permet au gouvernement de gérer la pandémie, les citoyens l’ont soutenue à 62 % après une campagne houleuse.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/01/la-cour-supreme-des-etats-unis-pourrait-restreindre-le-droit-a-l-avortement_6104369_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/28/en-suisse-la-droite-populiste-perd-la-bataille-de-la-loi-covid-19_6103957_3244.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 23:09:36 +0100", + "pubDate": "Sun, 28 Nov 2021 23:53:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277680,16 +303495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0e5bbec30bcf6a60d06c6188530e868d" + "hash": "2bbb7c508111aef20370527fd136f5c3" }, { - "title": "Crise aux Antilles : Gérald Darmanin affirme que « le rétablissement de l’ordre public progresse »", - "description": "L’accalmie est constatée sur place, bien que des barrages subsistent et que la situation reste difficile et changeante dans plusieurs endroits stratégiques.", - "content": "L’accalmie est constatée sur place, bien que des barrages subsistent et que la situation reste difficile et changeante dans plusieurs endroits stratégiques.", + "title": "Le styliste Virgil Abloh, directeur artistique des collections pour homme de Louis Vuitton, est mort", + "description": "Le créateur américain a succombé à un cancer « qu’il combattait depuis plusieurs années ». Il avait 41 ans.", + "content": "Le créateur américain a succombé à un cancer « qu’il combattait depuis plusieurs années ». Il avait 41 ans.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/01/crise-aux-antilles-gerald-darmanin-affirme-que-le-retablissement-de-l-ordre-public-progresse_6104368_3224.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/11/28/le-styliste-virgil-abloh-directeur-artistique-des-collections-pour-homme-de-louis-vuitton-est-mort_6103955_3382.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 22:13:27 +0100", + "pubDate": "Sun, 28 Nov 2021 20:22:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277700,16 +303515,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "efbb8aa71421fd9ecd80da06eb2abb38" + "hash": "9a0125ab09dc252273b7b03bb71f06e9" }, { - "title": "L’avenir de Pierre & Vacances demeure incertain", - "description": "La seule offre globale reçue par le groupe apporterait moins d’argent frais qu’espéré. Le groupe, percuté par le Covid-19, a de nouveau perdu 340 millions d’euros en 2021 mais donne des signes de rebond.", - "content": "La seule offre globale reçue par le groupe apporterait moins d’argent frais qu’espéré. Le groupe, percuté par le Covid-19, a de nouveau perdu 340 millions d’euros en 2021 mais donne des signes de rebond.", + "title": "L’entrée de Joséphine Baker au Panthéon s’inscrit dans la frénésie mémorielle d’Emmanuel Macron", + "description": "Le chef de l’Etat multiplie les hommages nationaux et les éloges funèbres, tant de civils que de militaires, dans l’idée de ressouder le corps social autour des grandes figures de l’histoire de la France. ", + "content": "Le chef de l’Etat multiplie les hommages nationaux et les éloges funèbres, tant de civils que de militaires, dans l’idée de ressouder le corps social autour des grandes figures de l’histoire de la France. ", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/01/l-avenir-de-pierre-amp-vacances-demeure-incertain_6104367_3234.html", + "link": "https://www.lemonde.fr/idees/article/2021/11/26/grandeur-et-heros-mots-cles-des-celebrations-memorielles-macroniennes_6103664_3232.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 22:00:16 +0100", + "pubDate": "Fri, 26 Nov 2021 06:30:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277720,16 +303535,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3d77409f477eea0283c1e0aab2a97912" + "hash": "a9011595b0f6d98f9e93e4b061de1caa" }, { - "title": "Harcèlement scolaire : l’Assemblée nationale vote la création d’un nouveau délit", - "description": "La proposition de loi, votée à l’unanimité en première lecture, aborde les questions de formation initiale ou continue des adultes, ainsi que la prévention. La mesure phare consiste en la création du délit spécifique de harcèlement scolaire, qui sera passible de prison.", - "content": "La proposition de loi, votée à l’unanimité en première lecture, aborde les questions de formation initiale ou continue des adultes, ainsi que la prévention. La mesure phare consiste en la création du délit spécifique de harcèlement scolaire, qui sera passible de prison.", + "title": "Variant Omicron, « autonomie » de la Guadeloupe, réunion européenne sur les migrants… les cinq infos à retenir du week-end", + "description": "Si vous n’avez pas suivi l’actualité de ce week-end des 27 et 28 novembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", + "content": "Si vous n’avez pas suivi l’actualité de ce week-end des 27 et 28 novembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/01/harcelement-scolaire-l-assemblee-nationale-vote-la-creation-d-un-nouveau-delit_6104366_3224.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/28/variant-omicron-autonomie-de-la-guadeloupe-reunion-europeenne-sur-les-migrants-les-cinq-infos-a-retenir-du-week-end_6103953_4355770.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 21:45:30 +0100", + "pubDate": "Sun, 28 Nov 2021 19:13:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277740,16 +303555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2121001d8f9f3c81be27985cae40340d" + "hash": "82345869d4d6f9757c1cdcbcebf593f4" }, { - "title": "Affaire Peng Shuai : la WTA, qui gère le circuit féminin de tennis, suspend ses tournois en Chine", - "description": "La joueuse avait disparu après avoir dénoncé une agression sexuelle commise par un ancien haut dirigeant chinois. Elle a fait depuis une apparition à la télévision d’Etat, mais la WTA estime qu’elle « a subi des pressions pour revenir sur ses accusations ».", - "content": "La joueuse avait disparu après avoir dénoncé une agression sexuelle commise par un ancien haut dirigeant chinois. Elle a fait depuis une apparition à la télévision d’Etat, mais la WTA estime qu’elle « a subi des pressions pour revenir sur ses accusations ».", + "title": "Cet appareil va « survoler jour et nuit » la zone, de la France aux Pays-Bas, a précisé le ministre de l’intérieur français, dimanche, à l’issue d’une réunion européenne visant à renforcer la lutte contre le trafic migratoire.", + "description": "Cet appareil va « survoler jour et nuit » la zone, de la France aux Pays-Bas, a précisé le ministre de l’intérieur français, dimanche, à l’issue d’une réunion européenne visant à renforcer la lutte contre le trafic migratoire.", + "content": "Cet appareil va « survoler jour et nuit » la zone, de la France aux Pays-Bas, a précisé le ministre de l’intérieur français, dimanche, à l’issue d’une réunion européenne visant à renforcer la lutte contre le trafic migratoire.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/12/01/affaire-peng-shuai-la-wta-association-du-tennis-feminin-suspend-ses-tournois-en-chine_6104365_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/11/28/l-europe-se-reunit-a-calais-pour-lutter-contre-le-trafic-migratoire_6103930_3210.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 21:18:45 +0100", + "pubDate": "Sun, 28 Nov 2021 12:16:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277760,16 +303575,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae4047f6acea0495f986307363f9f0d1" + "hash": "c08387a1d49872a5c402e8c0d37b3bd3" }, { - "title": "Affaire Hulot : Emmanuel Macron ne demande ni complaisance ni inquisition", - "description": "Le chef de l’Etat est revenu, lors du conseil des ministres, mercredi, sur les multiples accusations visant son ancien ministre.", - "content": "Le chef de l’Etat est revenu, lors du conseil des ministres, mercredi, sur les multiples accusations visant son ancien ministre.", + "title": "En RDC, l’armée ougandaise autorisée à passer la frontière pour traquer les rebelles ADF", + "description": "Certains voient cette décision comme une « solution provisoire » avant une réorganisation de l’armée congolaise, alors que près de 1 200 civils ont été massacrés dans l’est de la RDC depuis mai, selon un bilan du Baromètre sécuritaire de Kivu.", + "content": "Certains voient cette décision comme une « solution provisoire » avant une réorganisation de l’armée congolaise, alors que près de 1 200 civils ont été massacrés dans l’est de la RDC depuis mai, selon un bilan du Baromètre sécuritaire de Kivu.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/01/affaire-hulot-emmanuel-macron-ne-demande-ni-complaisance-ni-inquisition_6104364_823448.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/28/en-rdc-l-armee-ougandaise-autorisee-a-passer-la-frontiere-pour-traquer-les-rebelles-adf_6103952_3212.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 21:12:51 +0100", + "pubDate": "Sun, 28 Nov 2021 18:27:08 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277780,16 +303595,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "06819765a42c6e3aaed35d58faf790f6" + "hash": "6fba86d09c64e2e6185cc646e7679d3a" }, { - "title": "Facebook supprime un réseau de comptes antivaccination pour harcèlement coordonné", - "description": "Des comptes liés au mouvement antivax V_V, actifs en Italie et en France, ont été supprimés par le réseau social.", - "content": "Des comptes liés au mouvement antivax V_V, actifs en Italie et en France, ont été supprimés par le réseau social.", + "title": "Inondations et crues : le Nord et le Pas-de-Calais placés en alerte orange, des habitants évacués", + "description": "Météo-France a, par ailleurs, placé en vigilance orange « avalanches » les Pyrénées-Atlantiques et les Hautes-Pyrénées, tandis que onze départements sont maintenus jusqu’à lundi en alerte orange « neige et verglas ».", + "content": "Météo-France a, par ailleurs, placé en vigilance orange « avalanches » les Pyrénées-Atlantiques et les Hautes-Pyrénées, tandis que onze départements sont maintenus jusqu’à lundi en alerte orange « neige et verglas ».", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/01/facebook-supprime-un-reseau-de-comptes-antivaccination-pour-harcelement-coordonne_6104363_4408996.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/28/inondations-et-crues-le-nord-et-le-pas-de-calais-places-en-alerte-orange-des-habitants-evacues_6103951_3244.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 21:00:09 +0100", + "pubDate": "Sun, 28 Nov 2021 18:05:05 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277800,16 +303615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ef9e083a697e131f22c6faf3d1eba2b7" + "hash": "20a8c425b2dea7a8020c97e6bd5b6f5b" }, { - "title": "L’Europe présente son projet à 300 milliards d’euros pour contrer les routes de la soie chinoises", - "description": "Pour contrer les « nouvelles routes de la soie » chinoises, la Commission européenne a présenté un projet concurrent d’investissements dans des projets d’infrastructures à travers le monde, baptisé « Global Gateway ».", - "content": "Pour contrer les « nouvelles routes de la soie » chinoises, la Commission européenne a présenté un projet concurrent d’investissements dans des projets d’infrastructures à travers le monde, baptisé « Global Gateway ».", + "title": "Covid-19 : le variant Omicron se propage, « une course contre la montre » est engagée, selon la présidente de la Commission européenne. Le point sur la situation", + "description": "En France, l’identification du variant est « une question d’heures », selon le ministre de la santé, Olivier Véran. De plus en plus de pays européens font état de cas avérés sur leur territoire. ", + "content": "En France, l’identification du variant est « une question d’heures », selon le ministre de la santé, Olivier Véran. De plus en plus de pays européens font état de cas avérés sur leur territoire. ", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/01/l-europe-presente-son-projet-a-300-milliards-d-euros-pour-contrer-les-routes-de-la-soie-chinoises_6104361_3234.html", + "link": "https://www.lemonde.fr/planete/live/2021/11/27/covid-19-le-variant-omicron-detecte-dans-plusieurs-pays-d-europe_6103865_3244.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 20:51:26 +0100", + "pubDate": "Sat, 27 Nov 2021 12:17:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277820,16 +303635,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3655860e197001aa0d1074be6d8bcc66" + "hash": "21c4dcd3fb8a0402fea891b347549c9e" }, { - "title": "Financement libyen : la Cour de cassation rejette tous les recours de Nicolas Sarkozy et de ses proches", - "description": "Cette décision vient s’ajouter à la non-admission, le 18 janvier, des autres pourvois de M. Sarkozy et de ses proches contre le rejet en septembre 2020, en appel, de l’essentiel de leurs recours procéduraux.", - "content": "Cette décision vient s’ajouter à la non-admission, le 18 janvier, des autres pourvois de M. Sarkozy et de ses proches contre le rejet en septembre 2020, en appel, de l’essentiel de leurs recours procéduraux.", + "title": "Formule 1 : Frank Williams, fondateur de l’écurie du même nom, est mort à l’âge de 79 ans", + "description": "Le Britannique était « un géant » de la F1, a salué le patron de la discipline, Stefano Domenicali. « Son décès marque la fin d’une ère pour notre équipe et pour la formule 1 en général », a aussi déclaré le PDG de l’écurie Williams.", + "content": "Le Britannique était « un géant » de la F1, a salué le patron de la discipline, Stefano Domenicali. « Son décès marque la fin d’une ère pour notre équipe et pour la formule 1 en général », a aussi déclaré le PDG de l’écurie Williams.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/01/financement-libyen-la-cour-de-cassation-rejette-tous-les-recours-de-nicolas-sarkozy-et-de-ses-proches_6104360_823448.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/28/formule-1-frank-williams-fondateur-de-l-ecurie-du-meme-nom-est-mort-a-l-age-de-79-ans_6103942_3242.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 20:49:18 +0100", + "pubDate": "Sun, 28 Nov 2021 16:41:54 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277840,16 +303655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b6a06bcb6ba62066226c4cb09cb121ba" + "hash": "0b4d9ee5ac00eed11246a17d05bb6194" }, { - "title": "Culture : les festivals invités à se mettre au vert", - "description": "Roselyne Bachelot a annoncé, mercredi 1er décembre, une enveloppe de 10 millions d’euros supplémentaires conditionnée au respect d’une charte de développement durable.", - "content": "Roselyne Bachelot a annoncé, mercredi 1er décembre, une enveloppe de 10 millions d’euros supplémentaires conditionnée au respect d’une charte de développement durable.", + "title": "Ligue 1 : le PSG s’impose à Saint-Etienne, mais perd Neymar, bonne opération de Rennes", + "description": "Etienne Green, le gardien stéphanois, a longtemps maintenu à flot les siens en multipliant les arrêts décisifs, mais les Parisiens ont fini par s’imposer (1-3).", + "content": "Etienne Green, le gardien stéphanois, a longtemps maintenu à flot les siens en multipliant les arrêts décisifs, mais les Parisiens ont fini par s’imposer (1-3).", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/01/culture-les-festivals-invites-a-se-mettre-au-vert_6104357_3246.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/28/ligue-1-malgre-etienne-green-le-psg-s-impose-a-saint-etienne-mais-perd-neymar_6103938_3242.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 20:11:06 +0100", + "pubDate": "Sun, 28 Nov 2021 15:19:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277860,16 +303675,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9ebd4b7afa208e7fe84c2d09be349acf" + "hash": "6b0128a2df15891af3332fd33fc4e669" }, { - "title": "Un quatrième adolescent, âgé de 17 ans et blessé lors de la fusillade, a succombé à ses blessures mercredi.", - "description": "Le tireur présumé, âgé de 15 ans et lui-même élève de l’établissement, a été arrêté et n’a pas expliqué son geste, selon un responsable de la police d’Oxford, dans l’Etat du Michigan.", - "content": "Le tireur présumé, âgé de 15 ans et lui-même élève de l’établissement, a été arrêté et n’a pas expliqué son geste, selon un responsable de la police d’Oxford, dans l’Etat du Michigan.", + "title": "Le nord du Pérou frappé par un séisme de magnitude 7,5", + "description": "Le Pérou est secoué chaque année par au moins une centaine de tremblements de terre perceptibles pour la population, car il est situé sur la ceinture de feu du Pacifique, une zone d’activité tellurique qui s’étend le long de la côte ouest du continent américain.", + "content": "Le Pérou est secoué chaque année par au moins une centaine de tremblements de terre perceptibles pour la population, car il est situé sur la ceinture de feu du Pacifique, une zone d’activité tellurique qui s’étend le long de la côte ouest du continent américain.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/30/etats-unis-une-tuerie-dans-un-lycee-fait-trois-morts-et-six-blesses_6104215_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/28/le-nord-du-perou-frappe-par-un-seisme-de-magnitude-7-5_6103937_3244.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 21:43:25 +0100", + "pubDate": "Sun, 28 Nov 2021 14:55:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277880,16 +303695,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b4bc33cc57d868ede37fdfd7eca34a4" + "hash": "1d717c2596b2d2daafa11a641d3b51f2" }, { - "title": "Le scrutin pour départager les cinq prétendants à l’investiture est ouvert depuis 8 heures. Les deux finalistes seront connus jeudi, à 14 h 30, et le vainqueur samedi.", - "description": "Le scrutin pour départager les cinq prétendants à l’investiture est ouvert depuis mercredi matin, 8 heures. Les deux candidats qualifiés pour le second tour seront connus jeudi à 14 h 30, et le vainqueur samedi.", - "content": "Le scrutin pour départager les cinq prétendants à l’investiture est ouvert depuis mercredi matin, 8 heures. Les deux candidats qualifiés pour le second tour seront connus jeudi à 14 h 30, et le vainqueur samedi.", + "title": "Rencontre | Art Spiegelman : « Je sais que “Maus” me poursuivra jusqu’à ma mort. Là, je veux pouvoir respirer »", + "description": "« Je ne serais pas arrivé là si… » Chaque semaine, « Le Monde » interroge une personnalité sur un moment décisif de sa vie. L’auteur américain raconte comment il a découvert, par hasard, la BD underground quand il était enfant.", + "content": "« Je ne serais pas arrivé là si… » Chaque semaine, « Le Monde » interroge une personnalité sur un moment décisif de sa vie. L’auteur américain raconte comment il a découvert, par hasard, la BD underground quand il était enfant.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/01/les-republicains-debut-du-vote-des-adherents-pour-designer-le-candidat-a-l-election-presidentielle_6104282_6059010.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/28/art-spiegelman-je-sais-que-maus-me-poursuivra-jusqu-a-ma-mort-la-je-veux-pouvoir-respirer_6103896_3246.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 09:46:10 +0100", + "pubDate": "Sun, 28 Nov 2021 01:59:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277900,16 +303715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d9425d031446b639a497e785a2e375e" + "hash": "346e8d0f3b7819b22849963fc1300dd3" }, { - "title": "Relaxe d’Alain Schmitt, accusé de violences sur Margaux Pinot : le parquet fait appel", - "description": "La relaxe de l’entraîneur de faits de violences conjugales sur la médaillée d’or à Tokyo a provoqué l’indignation de stars du judo français. « Que manquait-il ? La mort au bout, peut-être ? », s’est-elle insurgée en publiant une photo de son visage tuméfié. Alain Schmitt a réagi lors d’une conférence de presse.", - "content": "La relaxe de l’entraîneur de faits de violences conjugales sur la médaillée d’or à Tokyo a provoqué l’indignation de stars du judo français. « Que manquait-il ? La mort au bout, peut-être ? », s’est-elle insurgée en publiant une photo de son visage tuméfié. Alain Schmitt a réagi lors d’une conférence de presse.", + "title": "République tchèque : Petr Fiala nommé premier ministre", + "description": "Petr Fiala est à la tête d’un bloc de cinq partis du centre et du centre droit, vainqueurs des élections législatives d’octobre, qui ont sonné la défaite du premier ministre sortant, Andrej Babis, et de ses alliés.", + "content": "Petr Fiala est à la tête d’un bloc de cinq partis du centre et du centre droit, vainqueurs des élections législatives d’octobre, qui ont sonné la défaite du premier ministre sortant, Andrej Babis, et de ses alliés.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/01/judo-appel-du-parquet-apres-la-relaxe-d-alain-schmitt-accuse-de-violences-sur-margaux-pinot_6104354_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/11/28/republique-tcheque-petr-fiala-nomme-premier-ministre_6103933_3210.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:03:06 +0100", + "pubDate": "Sun, 28 Nov 2021 13:00:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277920,16 +303735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "199b8471dc590f1667e3a6eac0d3984c" + "hash": "387036422289aa6c8f05056e9744717d" }, { - "title": "Un plan de sauvetage trouvé pour Arc international", - "description": "Un accord va venir en aide au géant verrier qui traverse des difficultés financières. Une enveloppe de 45 millions d’euros doit permettre à l’entreprise de boucler son année.", - "content": "Un accord va venir en aide au géant verrier qui traverse des difficultés financières. Une enveloppe de 45 millions d’euros doit permettre à l’entreprise de boucler son année.", + "title": "Présidentielle 2022 : Xavier Bertrand joue son avenir politique à quitte ou double", + "description": "En campagne depuis neuf mois en vue de la présidentielle, le président des Hauts-de-France, qui rêvait de s’imposer naturellement, brigue l’investiture des Républicains, lors du congrès des 1er et 4 décembre.", + "content": "En campagne depuis neuf mois en vue de la présidentielle, le président des Hauts-de-France, qui rêvait de s’imposer naturellement, brigue l’investiture des Républicains, lors du congrès des 1er et 4 décembre.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/01/un-plan-de-sauvetage-trouve-pour-arc-international_6104351_3234.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/28/presidentielle-2022-xavier-bertrand-joue-son-avenir-politique-a-quitte-ou-double_6103901_6059010.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:56:12 +0100", + "pubDate": "Sun, 28 Nov 2021 04:06:59 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277940,16 +303755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "414b9f23055d7a9038ac9d24c66f53ab" + "hash": "4b0704b3fbbdc9c9f3f35a06eee6bb47" }, { - "title": "Election présidentielle : la Fondation Charles de Gaulle critique la récupération politique de la pensée du Général", - "description": "Chargée d’entretenir la mémoire de Charles de Gaulle, l’association s’est exprimée, mercredi, pour déplorer des références « approximatives » voire « délibérément abusives » à l’œuvre du fondateur de la Ve République.", - "content": "Chargée d’entretenir la mémoire de Charles de Gaulle, l’association s’est exprimée, mercredi, pour déplorer des références « approximatives » voire « délibérément abusives » à l’œuvre du fondateur de la Ve République.", + "title": "Biathlon : Anaïs Chevalier-Bouchet prend sa revanche lors du sprint", + "description": "La Française a terminé deuxième de l’épreuve du sprint, dimanche, derrière la Suédoise Hanna Oberg. Chez les hommes, Emilien Jacquelin rate de peu la troisième place.", + "content": "La Française a terminé deuxième de l’épreuve du sprint, dimanche, derrière la Suédoise Hanna Oberg. Chez les hommes, Emilien Jacquelin rate de peu la troisième place.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/01/presidentielle-la-fondation-charles-de-gaulle-critique-la-recuperation-politique-de-la-pensee-du-general_6104350_823448.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/28/biathlon-apres-la-deception-de-l-individuel-anais-chevalier-bouchet-prend-sa-revanche-lors-du-sprint_6103931_3242.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:54:11 +0100", + "pubDate": "Sun, 28 Nov 2021 12:50:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277960,16 +303775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e89a1734aeb69b342181e7b20939e658" + "hash": "52aa98cd8ebf7d7468d9f0b46f56de8b" }, { - "title": "Culture : les festivals invités à se mettre au vert", - "description": "Roselyne Bachelot a annoncé, mercredi 1er décembre, une enveloppe de 10 millions d’euros supplémentaires conditionnée au respect d’une charte de développement durable.", - "content": "Roselyne Bachelot a annoncé, mercredi 1er décembre, une enveloppe de 10 millions d’euros supplémentaires conditionnée au respect d’une charte de développement durable.", + "title": "Sébastien Lecornu, le ministre des outre-mer, est arrivé aux Antilles pour rencontrer les élus", + "description": "« Je ne suis pas venu ici pour incarner un Etat faible », a déclaré le ministre, qui souhaite néanmoins représenter un « Etat qui dialogue ». Vendredi, il avait affirmé que le gouvernement était « prêt » à évoquer la question de l’autonomie de l’île si cela pouvait permettre de « résoudre les vrais problèmes du quotidien des Guadeloupéens ».", + "content": "« Je ne suis pas venu ici pour incarner un Etat faible », a déclaré le ministre, qui souhaite néanmoins représenter un « Etat qui dialogue ». Vendredi, il avait affirmé que le gouvernement était « prêt » à évoquer la question de l’autonomie de l’île si cela pouvait permettre de « résoudre les vrais problèmes du quotidien des Guadeloupéens ».", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/12/01/culture-les-festivals-invites-a-se-mettre-au-vert_6104357_3246.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/28/le-ministre-des-outre-mer-sebastien-lecornu-en-route-pour-les-antilles-afin-de-rencontrer-les-elus_6103928_823448.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 20:11:06 +0100", + "pubDate": "Sun, 28 Nov 2021 11:41:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -277980,16 +303795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "43d64456732a89ad4c90d857667dd40a" + "hash": "0f6f916642bf5238b5fabd079d37e2c9" }, { - "title": "Le parquet fait appel après la relaxe d’Alain Schmitt, accusé de violences sur la championne de judo Margaux Pinot", - "description": "La relaxe de l’entraîneur de faits de violences conjugales sur la médaillée d’or à Tokyo a provoqué l’indignation de stars du judo français. « Que manquait-t-il ? La mort au bout, peut-être ? », s’est-elle insurgée en publiant une photo de son visage tuméfié.", - "content": "La relaxe de l’entraîneur de faits de violences conjugales sur la médaillée d’or à Tokyo a provoqué l’indignation de stars du judo français. « Que manquait-t-il ? La mort au bout, peut-être ? », s’est-elle insurgée en publiant une photo de son visage tuméfié.", + "title": "Crise aux Antilles | A Fort-de-France, « dès que la nuit tombe, c’est comme si ça devenait une autre île »", + "description": "Pour enrayer les violences qui accompagnent le mouvement social débuté sur l’île le 22 novembre, le ministre des outre-mer, Sébastien Lecornu est en route pour Les Antilles. ", + "content": "Pour enrayer les violences qui accompagnent le mouvement social débuté sur l’île le 22 novembre, le ministre des outre-mer, Sébastien Lecornu est en route pour Les Antilles. ", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/01/judo-appel-du-parquet-apres-la-relaxe-d-alain-schmitt-accuse-de-violences-sur-margaux-pinot_6104354_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/28/crise-aux-antilles-a-fort-de-france-des-que-la-nuit-tombe-c-est-comme-si-ca-devenait-une-autre-ile_6103925_3224.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 19:03:06 +0100", + "pubDate": "Sun, 28 Nov 2021 11:19:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278000,16 +303815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2fe4e187eb0baf8f3daaea054b4f3779" + "hash": "51269d72cd0ff0afc3bc59622e88a8e0" }, { - "title": "Présidentielle : la Fondation Charles de Gaulle critique la récupération politique de la pensée du Général", - "description": "Chargée d’entretenir la mémoire de Charles de Gaulle, l’association s’est exprimée, mercredi, pour déplorer des références « approximatives » voire « délibérément abusives » à l’œuvre du fondateur de la Ve République.", - "content": "Chargée d’entretenir la mémoire de Charles de Gaulle, l’association s’est exprimée, mercredi, pour déplorer des références « approximatives » voire « délibérément abusives » à l’œuvre du fondateur de la Ve République.", + "title": "Vente de matériel de cybersurveillance à l’Egypte : la société Nexa Technologies mise en examen", + "description": "L’enquête menée par le pôle crimes contre l’humanité du tribunal judiciaire de Paris a pour but de déterminer si un lien entre l’utilisation de la surveillance et la répression peut être démontré.", + "content": "L’enquête menée par le pôle crimes contre l’humanité du tribunal judiciaire de Paris a pour but de déterminer si un lien entre l’utilisation de la surveillance et la répression peut être démontré.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/01/presidentielle-la-fondation-charles-de-gaulle-critique-la-recuperation-politique-de-la-pensee-du-general_6104350_823448.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/28/vente-de-materiel-de-cybersurveillance-a-l-egypte-la-societe-nexa-technologies-mise-en-examen_6103924_4408996.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:54:11 +0100", + "pubDate": "Sun, 28 Nov 2021 11:16:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278020,16 +303835,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "b9e3a1b03ac88206b249956407855b78" + "hash": "d7f049c9819ba0b27d42c002eb93a7d7" }, { - "title": "Seine-Saint-Denis : l’encadrement des loyers élargi à neuf communes supplémentaires", - "description": "Les villes de Bagnolet, Bobigny, Bondy, Le Pré-Saint-Gervais, Les Lilas, Montreuil-sous-Bois, Noisy-le-Sec, Pantin et Romainville plafonnent les loyers des locations meublées et non meublées pour les baux signés à partir du 1er décembre.", - "content": "Les villes de Bagnolet, Bobigny, Bondy, Le Pré-Saint-Gervais, Les Lilas, Montreuil-sous-Bois, Noisy-le-Sec, Pantin et Romainville plafonnent les loyers des locations meublées et non meublées pour les baux signés à partir du 1er décembre.", + "title": "Féminicide : une femme tuée par son compagnon à Epinay-sur-Seine", + "description": "La victime a été poignardée par son compagnon, qui venait de sortir de prison après avoir purgé une peine pour violences.", + "content": "La victime a été poignardée par son compagnon, qui venait de sortir de prison après avoir purgé une peine pour violences.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/01/seine-saint-denis-l-encadrement-des-loyers-concerne-neuf-communes-supplementaires_6104347_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/28/feminicide-une-femme-tuee-par-son-compagnon-a-epinay-sur-seine_6103921_3224.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 18:12:52 +0100", + "pubDate": "Sun, 28 Nov 2021 10:04:42 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278040,16 +303855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "7c8f3952a15f9465b4f79191f38a5660" + "hash": "66c8247c894c627a5a0687d3d13c7d47" }, { - "title": "A Calais, le gouvernement peine à justifier les images de lacération des tentes de migrants", - "description": "Documentées depuis plusieurs années lors des évacuations de camps, les dégradations ne résulteraient pas d’une « commande de l’Etat », selon Gérald Darmanin, qui a demandé qu’il y soit mis fin.", - "content": "Documentées depuis plusieurs années lors des évacuations de camps, les dégradations ne résulteraient pas d’une « commande de l’Etat », selon Gérald Darmanin, qui a demandé qu’il y soit mis fin.", + "title": "Torah, Bible, Coran : les interpréter, est-ce les trahir ?", + "description": "Les textes sacrés des trois monothéismes sont-ils écrits une fois pour toutes et leurs grilles de lecture sont-elles définitivement verrouillées ? Les traduire, est-ce les trahir ? Quelle latitude entre la lettre et l’esprit ? Eléments de réponse.", + "content": "Les textes sacrés des trois monothéismes sont-ils écrits une fois pour toutes et leurs grilles de lecture sont-elles définitivement verrouillées ? Les traduire, est-ce les trahir ? Quelle latitude entre la lettre et l’esprit ? Eléments de réponse.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/01/a-calais-le-gouvernement-peine-a-justifier-les-images-de-laceration-des-tentes-de-migrants_6104337_823448.html", + "link": "https://www.lemonde.fr/le-monde-des-religions/article/2021/11/28/torah-bible-coran-les-interpreter-est-ce-les-trahir_6103893_6038514.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 16:52:47 +0100", + "pubDate": "Sun, 28 Nov 2021 01:22:33 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278060,16 +303875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "131aa3750e5df1a085328cbef315f97b" + "hash": "582a5640c70dbe710f5ad3b3d0388f36" }, { - "title": "Pêche post-Brexit : 40 licences accordées par Guernesey à des bateaux français", - "description": "Les bateaux concernés pourront pêcher dans la zone des 6 à 12 milles nautiques au large de l’île anglo-normande, comme avant le Brexit. La France a salué une « bonne nouvelle » mais souligné que « le combat continu[ait] » pour 111 licences.", - "content": "Les bateaux concernés pourront pêcher dans la zone des 6 à 12 milles nautiques au large de l’île anglo-normande, comme avant le Brexit. La France a salué une « bonne nouvelle » mais souligné que « le combat continu[ait] » pour 111 licences.", + "title": "Mieux vaut être un djihadiste arabe qu’un enfant français pour quitter les prisons kurdes de Syrie", + "description": "Des djihadistes arabes ont pu acheter aux forces kurdes leur libération des centres où, dans le nord-est de la Syrie, sont encore retenus quelque deux cents enfants français.", + "content": "Des djihadistes arabes ont pu acheter aux forces kurdes leur libération des centres où, dans le nord-est de la Syrie, sont encore retenus quelque deux cents enfants français.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/01/peche-post-brexit-40-licences-accordees-par-guernesey-a-des-bateaux-francais_6104332_3210.html", + "link": "https://www.lemonde.fr/blog/filiu/2021/11/28/mieux-vaut-etre-un-jihadiste-arabe-quun-enfant-francais-pour-quitter-les-prisons-kurdes-de-syrie/", "creator": "", - "pubDate": "Wed, 01 Dec 2021 15:58:04 +0100", + "pubDate": "Sun, 28 Nov 2021 08:55:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278080,16 +303895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "026328b2023c0f1ff159e24188b4a5c7" + "hash": "fef2f57e12a02d4dd807a11307681754" }, { - "title": "Congrès LR : « En réalité, Les Républicains ne se sont pas remis de la défaite de Nicolas Sarkozy en 2012 face à François Hollande »", - "description": "Alors que s’est ouvert mercredi matin le congrès du parti LR pour désigner son candidat à l’élection présidentielle de 2022, la politiste Florence Haegel a répondu à vos questions sur l’état de la droite française.", - "content": "Alors que s’est ouvert mercredi matin le congrès du parti LR pour désigner son candidat à l’élection présidentielle de 2022, la politiste Florence Haegel a répondu à vos questions sur l’état de la droite française.", + "title": "Covid-19 : le variant Omicron détecté dans plusieurs pays, « une course contre la montre » est engagée, selon la Commission européenne", + "description": "En France, aucun cas de contamination lié à ce nouveau variant n’a, pour l’instant, été formellement identifié, mais c’est « très probablement une question d’heures », a affirmé, dimanche, le ministre de la santé, Olivier Véran.", + "content": "En France, aucun cas de contamination lié à ce nouveau variant n’a, pour l’instant, été formellement identifié, mais c’est « très probablement une question d’heures », a affirmé, dimanche, le ministre de la santé, Olivier Véran.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/live/2021/12/01/congres-les-republicains-comment-va-la-droite-francaise-a-moins-de-cinq-mois-de-la-presidentielle-posez-vos-questions_6104329_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/11/28/les-suisses-de-nouveau-appeles-aux-urnes-pour-se-prononcer-sur-le-passe-sanitaire_6103908_3210.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 15:31:49 +0100", + "pubDate": "Sun, 28 Nov 2021 06:11:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278100,16 +303915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ea8c807729157c10604bb33b08eace9" + "hash": "0d498b0f3ce525b5a6715f5862fbd8a9" }, { - "title": "La France a renoncé à soutenir un projet gazier porté par TotalEnergies dans l’Arctique russe", - "description": "Arctic LNG 2, qui vise à construire une gigantesque usine de liquéfaction pour exporter du gaz naturel vers l’Europe et l’Asie, est vivement contesté pour ses impacts sur l’environnement.", - "content": "Arctic LNG 2, qui vise à construire une gigantesque usine de liquéfaction pour exporter du gaz naturel vers l’Europe et l’Asie, est vivement contesté pour ses impacts sur l’environnement.", + "title": "Au Honduras, un scrutin à l’ombre du trafic de drogue", + "description": "Le pays, désigné comme un « nacro-Etat » par les Etats-Unis, élit dimanche son président et ses députés dans un climat de violence extrême.", + "content": "Le pays, désigné comme un « nacro-Etat » par les Etats-Unis, élit dimanche son président et ses députés dans un climat de violence extrême.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/01/la-france-a-renonce-a-soutenir-un-projet-gazier-porte-par-totalenergies-dans-l-arctique-russe_6104327_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/11/28/au-honduras-un-scrutin-a-l-ombre-du-trafic-de-drogue_6103906_3210.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 15:17:16 +0100", + "pubDate": "Sun, 28 Nov 2021 06:00:18 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278120,16 +303935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1d39964f2b00a2db01305a0bc8a68814" + "hash": "3758b1f07e7b510cccedbc52e96aaaf8" }, { - "title": "Christian Estrosi rejoint Horizons, le parti de l’ancien premier ministre Edouard Philippe", - "description": "L’ancien membre des Républicains a annoncé, mercredi, son ralliement à Horizons, la formation créée par Edouard Philippe en octobre.", - "content": "L’ancien membre des Républicains a annoncé, mercredi, son ralliement à Horizons, la formation créée par Edouard Philippe en octobre.", + "title": "La Juventus visée par une enquête sur des transferts douteux", + "description": "Parmi ces transferts qui auraient pu donner lieu à la publication de faux montants dans les bilans du club figurerait celui de la star portugaise Cristiano Ronaldo, arrivé en 2018, puis reparti à Manchester l’été dernier.", + "content": "Parmi ces transferts qui auraient pu donner lieu à la publication de faux montants dans les bilans du club figurerait celui de la star portugaise Cristiano Ronaldo, arrivé en 2018, puis reparti à Manchester l’été dernier.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/01/christian-estrosi-se-rallie-a-horizons-le-parti-de-l-ancien-premier-ministre-edouard-philippe_6104326_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/11/28/le-club-italien-de-football-de-la-juventus-vise-par-une-enquete-sur-des-transferts-douteux_6103902_3210.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 15:14:14 +0100", + "pubDate": "Sun, 28 Nov 2021 04:46:24 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278140,16 +303955,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e2ac7f67ccd89283ffdadbefce2d302b" + "hash": "6ec49773c406c3dec78e76550c6e6984" }, { - "title": "Covid-19 : l’UE doit « réfléchir » à la vaccination obligatoire, estime Ursula von der Leyen", - "description": "Envisagée en Allemagne, l’obligation vaccinale est déjà prévue en Autriche. « C’est une discussion qui, je pense, doit être menée » dans l’Union européenne, a déclaré Ursula von der Leyen.", - "content": "Envisagée en Allemagne, l’obligation vaccinale est déjà prévue en Autriche. « C’est une discussion qui, je pense, doit être menée » dans l’Union européenne, a déclaré Ursula von der Leyen.", + "title": "Quelles sont les données qui montrent la dégradation de la santé psychique des Français ?", + "description": "Etats anxieux et dépressifs, recours aux antidépresseurs, hospitalisations pour tentative de suicide... Différents indicateurs restent au rouge depuis le début de la pandémie.", + "content": "Etats anxieux et dépressifs, recours aux antidépresseurs, hospitalisations pour tentative de suicide... Différents indicateurs restent au rouge depuis le début de la pandémie.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/01/covid-19-l-union-europeenne-doit-reflechir-a-la-vaccination-obligatoire-selon-la-presidente-de-la-commision-europeenne_6104322_3210.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/29/quelles-sont-les-donnees-qui-montrent-la-degradation-de-la-sante-psychique-des-francais_6104060_4355770.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:42:19 +0100", + "pubDate": "Mon, 29 Nov 2021 17:24:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278160,16 +303975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "143c513de5a026b8f6e5cf3ad660a4c5" + "hash": "3e3ab64c455f67f4662c3f27ece60ffd" }, { - "title": "Maryvonne Le Brignonen, directrice de Tracfin, nommée à la tête de la nouvelle ENA", - "description": "Venue du secteur privé, Mme Le Brignonen avait intégré l’ENA en 2007. Celle qui dirigeait Tracfin depuis l’été 2019 prendra la tête de l’Institut national du service public (INSP), qui remplacera l’ENA le 1er janvier 2022.", - "content": "Venue du secteur privé, Mme Le Brignonen avait intégré l’ENA en 2007. Celle qui dirigeait Tracfin depuis l’été 2019 prendra la tête de l’Institut national du service public (INSP), qui remplacera l’ENA le 1er janvier 2022.", + "title": "Affaire Fillon : cinq ans de prison, dont un ferme, et 375 000 euros d’amende requis contre l’ancien premier ministre", + "description": "Le parquet général a également demandé deux ans de prison avec sursis, 100 000 euros d’amende et deux ans d’inéligibilité à l’encontre de son épouse Penelope Fillon.", + "content": "Le parquet général a également demandé deux ans de prison avec sursis, 100 000 euros d’amende et deux ans d’inéligibilité à l’encontre de son épouse Penelope Fillon.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/01/maryvonne-le-brignonen-directrice-de-tracfin-nommee-a-la-tete-de-la-nouvelle-ena_6104321_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/29/affaire-fillon-cinq-ans-de-prison-dont-un-ferme-et-375-000-euros-d-amende-requis-contre-l-ancien-premier-ministre_6104059_823448.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:33:27 +0100", + "pubDate": "Mon, 29 Nov 2021 17:20:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278180,16 +303995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a95a190da9e80a6a48b0261ad14486ea" + "hash": "dcec55b35b8cf520420cd05eb4ece38c" }, { - "title": "Migrants dans la Manche : la justice à la recherche d’informations pour identifier les corps", - "description": "L’enquête a pour objectif de déterminer les circonstances du naufrage, d’identifier les vingt-sept victimes et de démanteler les réseaux de passeurs.", - "content": "L’enquête a pour objectif de déterminer les circonstances du naufrage, d’identifier les vingt-sept victimes et de démanteler les réseaux de passeurs.", + "title": "Iran : l’assèchement d’une rivière provoque manifestations et heurts", + "description": "La police iranienne a annoncé, samedi, l’arrestation de près de 70 personnes au lendemain de protestations, ponctuées de violences, contre l’assèchement d’une rivière emblématique à Ispahan, troisième ville d’Iran.", + "content": "La police iranienne a annoncé, samedi, l’arrestation de près de 70 personnes au lendemain de protestations, ponctuées de violences, contre l’assèchement d’une rivière emblématique à Ispahan, troisième ville d’Iran.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/01/migrants-dans-la-manche-la-justice-a-la-recherche-d-informations-pour-identifier-les-corps_6104320_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/28/iran-l-assechement-d-une-riviere-provoque-manifestations-et-heurts_6103898_3210.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 14:27:25 +0100", + "pubDate": "Sun, 28 Nov 2021 03:39:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278200,16 +304015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8b75aa9075e87338a24445a6bcbc7ed0" + "hash": "73f9bc717ac83e736130b88c1b87d8b1" }, { - "title": "La France impose un test négatif obligatoire à tous les voyageurs, vaccinés ou non, arrivant de pays situés en dehors de l’Union européenne", - "description": "Gabriel Attal, le porte-parole du gouvernement, a annoncé un nouveau protocole sanitaire pour les voyageurs internationaux, mercredi à la mi-journée.", - "content": "Gabriel Attal, le porte-parole du gouvernement, a annoncé un nouveau protocole sanitaire pour les voyageurs internationaux, mercredi à la mi-journée.", + "title": "Matthieu Orphelin, porte-parole de Yannick Jadot et proche de Nicolas Hulot, mis « en retrait » de la campagne écologiste", + "description": "Après les accusations de viol et d’agressions sexuelles qui visent l’ancien ministre, le directeur de campagne du candidat d’EELV explique que Matthieu Orphelin n’a plus la « sérénité nécessaire à l’exercice de ses fonctions ». Ce dernier évoque, lui, des « tensions internes » liées à la campagne.", + "content": "Après les accusations de viol et d’agressions sexuelles qui visent l’ancien ministre, le directeur de campagne du candidat d’EELV explique que Matthieu Orphelin n’a plus la « sérénité nécessaire à l’exercice de ses fonctions ». Ce dernier évoque, lui, des « tensions internes » liées à la campagne.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/01/covid-19-la-france-prolonge-jusqu-a-samedi-la-suspension-des-vols-depuis-l-afrique-australe_6104302_3244.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/27/matthieu-orphelin-porte-parole-de-yannick-jadot-et-proche-de-nicolas-hulot-mis-en-retrait-de-la-campagne_6103890_6059010.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 11:31:50 +0100", + "pubDate": "Sat, 27 Nov 2021 23:53:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278220,16 +304035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "dc7588119274ac11d45a2a7655b94e28" + "hash": "e949aec7327ac93a1732f704d2fd0ab2" }, { - "title": "Bronchiolite : La Réunion touchée par l’épidémie, qui s’accélère en métropole", - "description": "Les autorités sanitaires font part mercredi d’une forte hausse des hospitalisations des enfants de moins de 2 ans en France métropolitaine.", - "content": "Les autorités sanitaires font part mercredi d’une forte hausse des hospitalisations des enfants de moins de 2 ans en France métropolitaine.", + "title": "Au Burkina Faso, des milliers de manifestants marchent pour protester contre la faillite sécuritaire", + "description": "Des heurts ont opposé les manifestants, qui réclamaient le départ du président Roch Marc Christian Kaboré, et les forces de l’ordre dans le centre de Ouagadougou.", + "content": "Des heurts ont opposé les manifestants, qui réclamaient le départ du président Roch Marc Christian Kaboré, et les forces de l’ordre dans le centre de Ouagadougou.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/01/la-reunion-menacee-par-l-epidemie-de-bronchiolite-qui-s-accelere-en-metropole_6104317_3224.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/27/au-burkina-faso-des-milliers-de-manifestants-marchent-pour-protester-contre-la-faillite-securitaire_6103889_3212.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 13:12:53 +0100", + "pubDate": "Sat, 27 Nov 2021 21:13:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278240,16 +304055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "db027d0cdb9f0e1b2850c34c5a2fd809" + "hash": "29ce7ca83ecdf6c9ecd2d28b364789c6" }, { - "title": "Brésil : faute d’avoir pu créer sa propre formation, Jair Bolsonaro rejoint le Parti libéral", - "description": "En perte de vitesse dans les sondages, le président brésilien était contraint d’adhérer à un parti pour participer au scrutin de 2022.", - "content": "En perte de vitesse dans les sondages, le président brésilien était contraint d’adhérer à un parti pour participer au scrutin de 2022.", + "title": "« Papa, maman, c’est quoi un métis ? » : plongée dans le quotidien de quatre couples mixtes", + "description": "Lucie s’éveille à l’afroféminisme, Jacques met en avant le racisme anti-Blancs ; Aurélie a fait le ramadan pour Hakim, mais mange du saucisson… Les stéréotypes et les débats identitaires s’invitent au coeur des amours métissées de quatre couples multiculturels.", + "content": "Lucie s’éveille à l’afroféminisme, Jacques met en avant le racisme anti-Blancs ; Aurélie a fait le ramadan pour Hakim, mais mange du saucisson… Les stéréotypes et les débats identitaires s’invitent au coeur des amours métissées de quatre couples multiculturels.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/01/bresil-faute-d-avoir-pu-creer-sa-propre-formation-jair-bolsonaro-rejoint-le-parti-liberal_6104311_3210.html", + "link": "https://www.lemonde.fr/m-le-mag/article/2021/11/27/papa-maman-c-est-quoi-un-metis-dans-le-quotidien-riche-et-complexe-des-couples-mixtes_6103886_4500055.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 12:20:52 +0100", + "pubDate": "Sat, 27 Nov 2021 19:59:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278260,16 +304075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3da449a0d19b568b121e8d9ddcc67c85" + "hash": "f56c7a1c64173b19719a5f7e4e6bc3da" }, { - "title": "Variant Omicron : le Japon suspend les réservations de vols vers son territoire pendant un mois", - "description": "Cette annonce est intervenue alors qu’un deuxième cas du variant Omicron a été confirmé dans l’archipel mercredi, chez un voyageur arrivé du Pérou lors de la semaine dernière.", - "content": "Cette annonce est intervenue alors qu’un deuxième cas du variant Omicron a été confirmé dans l’archipel mercredi, chez un voyageur arrivé du Pérou lors de la semaine dernière.", + "title": "Migrants dans la Manche : pour l’Europe, c’est à Londres de gérer le contrôle de ses frontières", + "description": "Le Royaume-Uni « a quitté l’Union européenne » et « doit à présent décider comment organiser la gestion du contrôle de ses frontières », a affirmé samedi la Commission européenne, en pleine crise entre Paris et Londres sur la crise migratoire.", + "content": "Le Royaume-Uni « a quitté l’Union européenne » et « doit à présent décider comment organiser la gestion du contrôle de ses frontières », a affirmé samedi la Commission européenne, en pleine crise entre Paris et Londres sur la crise migratoire.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/01/omicron-suspension-des-reservations-de-vols-pendant-un-mois-au-japon_6104310_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/27/migrants-dans-la-manche-pour-l-europe-c-est-a-londres-de-gerer-le-controle-de-ses-frontieres_6103882_3210.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 12:17:59 +0100", + "pubDate": "Sat, 27 Nov 2021 18:10:06 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278280,16 +304095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "df4fc874f3f8c582e7c9edba9e4e4fe7" + "hash": "02d7e4af652f98198e0e0d1d8648b723" }, { - "title": "Reportage | A l’heure d’élire leur candidat, les derniers « compagnons » du parti Les Républicains y croient encore", - "description": "Les 150 000 adhérents Les Républicains votent de mercredi à samedi pour désigner leur candidat à la présidentielle. En dépit d’une hausse des adhésions pour le congrès, le parti est confronté à une lente érosion de ses militants.", - "content": "Les 150 000 adhérents Les Républicains votent de mercredi à samedi pour désigner leur candidat à la présidentielle. En dépit d’une hausse des adhésions pour le congrès, le parti est confronté à une lente érosion de ses militants.", + "title": "Biathlon : le podium de Simon Desthieux sauve la journée des Français en ouverture de la saison", + "description": "Le biathlète tricolore a terminé troisième à l’issue des 20 kilomètres de l’individuel lors de la première manche de la saison, à Ostersund, en Suède. Le Norvégien Sturla Lægreid s’est imposé, tout comme la Tchèque Markéta Davidova chez les femmes.", + "content": "Le biathlète tricolore a terminé troisième à l’issue des 20 kilomètres de l’individuel lors de la première manche de la saison, à Ostersund, en Suède. Le Norvégien Sturla Lægreid s’est imposé, tout comme la Tchèque Markéta Davidova chez les femmes.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/01/macron-se-targue-d-avoir-ete-elu-sans-parti-on-a-vu-ce-que-ca-donnait-la-foi-des-militants-les-republicains_6104236_6059010.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/27/biathlon-le-podium-de-simon-desthieux-sauve-la-journee-des-francais-en-ouverture-de-la-saison_6103879_3242.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 03:53:46 +0100", + "pubDate": "Sat, 27 Nov 2021 17:29:58 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278300,16 +304115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "882a241b2b9017b17f40c7419d522084" + "hash": "f9aa1fb593b65cb00a86dac836763f21" }, { - "title": "La Cour de cassation empêche le jugement d’un présumé tortionnaire syrien", - "description": "Abdulhamid C., un membre des services de renseignement arrêté en France, ne pourra pas être jugé pour « complicité de crimes contre l’humanité », au motif que la loi syrienne ne prévoit pas cette incrimination.", - "content": "Abdulhamid C., un membre des services de renseignement arrêté en France, ne pourra pas être jugé pour « complicité de crimes contre l’humanité », au motif que la loi syrienne ne prévoit pas cette incrimination.", + "title": "Variant Omicron : « risque très élevé » selon l’OMS, fermetures de frontières... Le point sur la situation", + "description": "Alors que les contaminations au Covid-19 augmentent, les ministres de la santé de la France, des Etats-Unis, du Canada, d’Allemagne, d’Italie, du Japon et du Royaume-Uni se retrouvent lundi à Londres « pour discuter de l’évolution de la situation » de ce nouveau variant.", + "content": "Alors que les contaminations au Covid-19 augmentent, les ministres de la santé de la France, des Etats-Unis, du Canada, d’Allemagne, d’Italie, du Japon et du Royaume-Uni se retrouvent lundi à Londres « pour discuter de l’évolution de la situation » de ce nouveau variant.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/01/la-cour-de-cassation-empeche-le-jugement-d-un-presume-tortionnaire-syrien_6104300_3224.html", + "link": "https://www.lemonde.fr/planete/live/2021/11/29/variant-omicron-risque-tres-eleve-selon-l-oms-fermetures-de-frontieres-le-point-sur-la-situation_6103985_3244.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 11:07:13 +0100", + "pubDate": "Mon, 29 Nov 2021 08:04:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278320,16 +304135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ebf0bafa341ff9ad1e5c1a67c60fa329" + "hash": "39bdf756d4396adeba3d79efa874e549" }, { - "title": "L’OCDE s’inquiète des nombreux déséquilibres qui fragilisent la reprise mondiale", - "description": "Passé l’effet de rattrapage post-pandémie, la croissance de l’économie mondiale va ralentir à partir de 2022, prévient l’organisation internationale.", - "content": "Passé l’effet de rattrapage post-pandémie, la croissance de l’économie mondiale va ralentir à partir de 2022, prévient l’organisation internationale.", + "title": "Magdalena Andersson repasse devant le Parlement suédois pour devenir première ministre", + "description": "Mise en minorité sur son budget, la chef des sociaux-démocrates avait dû présenter sa démission de première ministre quelques heures seulement après sa désignation, la semaine dernière.", + "content": "Mise en minorité sur son budget, la chef des sociaux-démocrates avait dû présenter sa démission de première ministre quelques heures seulement après sa désignation, la semaine dernière.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/01/l-ocde-s-inquiete-des-nombreux-desequilibres-qui-fragilisent-la-reprise-mondiale_6104299_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/11/29/magdalena-andersson-repasse-devant-le-parlement-suedois-pour-devenir-premiere-ministre_6103977_3210.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 11:00:21 +0100", + "pubDate": "Mon, 29 Nov 2021 06:12:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278340,16 +304155,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d26fc4c80055fec543539bb1c9c5f7a2" + "hash": "e2d0c6ce2d36d4df0554f0c45efc8fbd" }, { - "title": "Tensions entre la Russie et l’Ukraine : troupes massées à la frontière, Moscou mis en garde par Washington… Le point sur la situation", - "description": "Kiev et les Occidentaux s’inquiètent depuis des semaines du renforcement du potentiel militaire russe à la frontière ukrainienne. Moscou dément toute intention belliqueuse.", - "content": "Kiev et les Occidentaux s’inquiètent depuis des semaines du renforcement du potentiel militaire russe à la frontière ukrainienne. Moscou dément toute intention belliqueuse.", + "title": "Suppression de l’ENA : « Le but est de sortir du classement des élèves »", + "description": "La ministre de la transformation et de la fonction publiques, Amélie de Montchalin, précise les contours du nouvel Institut national du service public, qui devra permettre de « recruter des hauts fonctionnaires là où l’Etat en a besoin ».", + "content": "La ministre de la transformation et de la fonction publiques, Amélie de Montchalin, précise les contours du nouvel Institut national du service public, qui devra permettre de « recruter des hauts fonctionnaires là où l’Etat en a besoin ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/01/la-russie-accuse-a-son-tour-l-ukraine-de-masser-des-troupes-a-leur-frontiere_6104294_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/29/suppression-de-l-ena-le-but-est-de-sortir-du-classement-des-eleves_6103967_823448.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 10:56:22 +0100", + "pubDate": "Mon, 29 Nov 2021 03:49:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278360,16 +304175,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "25580fbdcba2887ff696ac7d80083a69" + "hash": "3ddd3f2500f8ec69d49c94cfe1f8fb8f" }, { - "title": "Des documents confirment le rôle de Xi Jinping dans la répression au Xinjiang", - "description": "De nouvelles informations parvenues à un groupe de défense de la minorité musulmane ouïgoure apportent de nouvelles preuves de l’implication du président chinois dans les détentions de masse et la politique de stérilisation forcée", - "content": "De nouvelles informations parvenues à un groupe de défense de la minorité musulmane ouïgoure apportent de nouvelles preuves de l’implication du président chinois dans les détentions de masse et la politique de stérilisation forcée", + "title": "Contre l’Europe, l’arme migratoire des régimes autoritaires", + "description": "De Kadhafi à Loukachenko, les dictateurs ont utilisé les réfugiés pour faire pression sur l’Union europénne qui n’a cessé d’accroître sa dépendance en déléguant les contrôles à des pays tiers. Dans ce processus, la crise enclenchée par la Biélorussie marque un nouveau tournant.", + "content": "De Kadhafi à Loukachenko, les dictateurs ont utilisé les réfugiés pour faire pression sur l’Union europénne qui n’a cessé d’accroître sa dépendance en déléguant les contrôles à des pays tiers. Dans ce processus, la crise enclenchée par la Biélorussie marque un nouveau tournant.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/01/des-documents-confirment-le-role-de-xi-jinping-dans-la-repression-au-xinjiang_6104292_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/26/contre-l-europe-l-arme-migratoire-des-regimes-autoritaires_6103756_3210.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 10:34:39 +0100", + "pubDate": "Fri, 26 Nov 2021 16:30:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278380,16 +304195,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2c551e79e13b816269fe70509c0811fb" + "hash": "6c826b7be58400ae2ed30b4eb0cf579d" }, { - "title": "Covid-19 : contre le variant Omicron, les laboratoires en ordre de bataille pour adapter leurs vaccins", - "description": "En raison des mutations qu’il a accumulées, ce nouveau variant du coronavirus pourrait moins bien répondre aux produits actuels, redoutent les experts. Pfizer-BioNTech, Moderna, AstraZeneca et Johnson & Johnson planchent déjà sur le sujet.", - "content": "En raison des mutations qu’il a accumulées, ce nouveau variant du coronavirus pourrait moins bien répondre aux produits actuels, redoutent les experts. Pfizer-BioNTech, Moderna, AstraZeneca et Johnson & Johnson planchent déjà sur le sujet.", + "title": "Au Niger, deux morts dans des heurts lors du passage d’un convoi militaire français", + "description": "Une centaine de véhicules de l’armée française tentent de rallier le Mali en transitant par le Niger et le Burkina Faso. La semaine dernière, le convoi avait déjà été forcé à l’arrêt par des manifestations contre la présence militaire française.", + "content": "Une centaine de véhicules de l’armée française tentent de rallier le Mali en transitant par le Niger et le Burkina Faso. La semaine dernière, le convoi avait déjà été forcé à l’arrêt par des manifestations contre la présence militaire française.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/12/01/variant-omicron-les-laboratoires-se-lancent-dans-l-adaptation-de-leurs-vaccins_6104262_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/27/au-niger-un-convoi-militaire-francais-bloque-par-des-manifestants_6103877_3212.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 06:30:24 +0100", + "pubDate": "Sat, 27 Nov 2021 15:24:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278400,16 +304215,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e99ae6b4ca2f7ed0a06e3f46c012c159" + "hash": "8af2d1a2c85ad382465f18b984f0564b" }, { - "title": "Assurance-chômage : le dernier volet de la réforme controversée entre en vigueur", - "description": "La durée minimale de travail pour être indemnisé va passer de quatre à six mois sur les vingt-quatre derniers mois (trente-six mois pour les plus de 53 ans) à partir de mercredi 1er décembre.", - "content": "La durée minimale de travail pour être indemnisé va passer de quatre à six mois sur les vingt-quatre derniers mois (trente-six mois pour les plus de 53 ans) à partir de mercredi 1er décembre.", + "title": "Election présidentielle 2022 : à Marseille, Eric Zemmour termine une visite ratée par un doigt d’honneur", + "description": "Cette image malheureuse intervient au terme d’un déplacement dans la cité phocéenne et d’une série de bévues, ces dernières semaines.", + "content": "Cette image malheureuse intervient au terme d’un déplacement dans la cité phocéenne et d’une série de bévues, ces dernières semaines.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/12/01/assurance-chomage-le-dernier-volet-de-la-reforme-controversee-entre-en-vigueur_6104272_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/27/election-presidentielle-2022-a-marseille-eric-zemmour-termine-une-visite-ratee-par-un-doigt-d-honneur_6103876_823448.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 08:13:56 +0100", + "pubDate": "Sat, 27 Nov 2021 14:41:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278420,36 +304235,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "e25e6ce654b4b835986fb2599450be91" + "hash": "61161901cdd5e7c7effa8576ab2aa4b5" }, { - "title": "Twitch ajoute un outil pour lutter contre le harcèlement en ligne", - "description": "Le programme doit aider à reconnaître les fraudeurs bannis qui créent de nouveaux comptes afin de diffuser en direct une pluie de commentaires injurieux, racistes ou sexistes.", - "content": "Le programme doit aider à reconnaître les fraudeurs bannis qui créent de nouveaux comptes afin de diffuser en direct une pluie de commentaires injurieux, racistes ou sexistes.", + "title": "Covid-19 : l’étonnante situation du Royaume-Uni sans mesures de précaution sanitaire depuis juillet ni flambée épidémique", + "description": "Alors que toutes les mesures de précaution sanitaire ont été abolies en juillet, la situation n’est pas jugée alarmante par les experts, les politiques et le grand public.", + "content": "Alors que toutes les mesures de précaution sanitaire ont été abolies en juillet, la situation n’est pas jugée alarmante par les experts, les politiques et le grand public.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/12/01/twith-ajoute-un-outil-pour-lutter-contre-le-harcelement-en-ligne_6104263_4408996.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/27/covid-19-l-etonnante-situation-sanitaire-du-royaume-uni_6103817_3244.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 06:45:02 +0100", + "pubDate": "Sat, 27 Nov 2021 03:44:31 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b69bb94acf7dcab8dcf6b4c5927f47af" + "hash": "c979495d38a7a979b1088d6b1bba787a" }, { - "title": "VIH : transmission, dépistage, traitements… les réponses à vos questions sur le sida", - "description": "A l’occasion de la Journée mondiale de lutte contre le sida, mercredi 1er décembre, « Le Monde » fait le point sur l’épidémie de cette maladie.", - "content": "A l’occasion de la Journée mondiale de lutte contre le sida, mercredi 1er décembre, « Le Monde » fait le point sur l’épidémie de cette maladie.", + "title": "Reportage | Dans l’hôpital de Munich, fermé aux visites, les médecins regrettent de devoir « prioriser des patients; bricoler à droite à gauche »", + "description": "Vendredi, la Bavière a pour la première fois envoyé des malades dans un autre Land. La situation dans les hôpitaux y est alarmante.", + "content": "Vendredi, la Bavière a pour la première fois envoyé des malades dans un autre Land. La situation dans les hôpitaux y est alarmante.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/12/01/vih-transmission-depistage-traitements-les-reponses-a-vos-questions-sur-le-sida_6104255_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/27/a-l-hopital-de-munich-nous-en-sommes-a-prioriser-des-patients-a-bricoler-a-droite-a-gauche_6103854_3244.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 06:00:25 +0100", + "pubDate": "Sat, 27 Nov 2021 10:43:11 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278460,16 +304275,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "aaf569f94fa431c28c873067fb0bb535" + "hash": "2fcb28dec28f796529566713070eddce" }, { - "title": "Divergences de vues entre les associations d’élus locaux", - "description": "Alors que commencent, mercredi, les assises de l’Assemblée des départements de France, les différentes collectivités locales, alliées au sein de Territoires unis, veulent faire valoir leurs propres intérêts avant l’élection présidentielle.", - "content": "Alors que commencent, mercredi, les assises de l’Assemblée des départements de France, les différentes collectivités locales, alliées au sein de Territoires unis, veulent faire valoir leurs propres intérêts avant l’élection présidentielle.", + "title": "Un premier foyer de grippe aviaire en élevage détecté dans le Nord", + "description": "La suspicion d’infection fait suite à un constat de mortalités anormales parmi les volailles de l’élevage.", + "content": "La suspicion d’infection fait suite à un constat de mortalités anormales parmi les volailles de l’élevage.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/01/divergences-de-vues-entre-les-associations-d-elus-locaux_6104254_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/27/un-premier-foyer-de-grippe-aviaire-en-elevage-detecte-dans-le-nord_6103867_3244.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 06:00:20 +0100", + "pubDate": "Sat, 27 Nov 2021 12:53:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278480,16 +304295,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9faf8a25aacc9e9d81fd2940e74b36cc" + "hash": "fd4e61904eb74fbe69e0197b8bebc094" }, { - "title": "Entre Eric Zemmour et les élites, une étrange bienveillance", - "description": "Ménagé par la droite et de nombreux intellectuels, convié par les médias et certains cercles économiques, le polémiste d’extrême droite a pu, cet automne, mesurer l’indulgence d’une partie de l’establishment. Retour sur un « moment Zemmour »", - "content": "Ménagé par la droite et de nombreux intellectuels, convié par les médias et certains cercles économiques, le polémiste d’extrême droite a pu, cet automne, mesurer l’indulgence d’une partie de l’establishment. Retour sur un « moment Zemmour »", + "title": "Covid-19 : Pays-Bas et Belgique décident d’un nouveau train de mesures", + "description": "Le premier ministre néerlandais a durci les restrictions mises en œuvre mi-novembre, imposant la fermeture des restaurants et des commerces non essentiels à 17 heures. La Belgique, davantage touchée, a opté pour des mesures moins rigoureuses.", + "content": "Le premier ministre néerlandais a durci les restrictions mises en œuvre mi-novembre, imposant la fermeture des restaurants et des commerces non essentiels à 17 heures. La Belgique, davantage touchée, a opté pour des mesures moins rigoureuses.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/12/01/entre-eric-zemmour-et-les-elites-une-etrange-bienveillance_6104249_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/11/27/covid-19-pays-bas-et-belgique-decident-d-un-nouveau-train-de-mesures_6103862_3210.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 05:35:45 +0100", + "pubDate": "Sat, 27 Nov 2021 11:10:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278500,16 +304315,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d84248a3b6a3b2b4fc7fa8f7b4eeca31" + "hash": "66d611f43ed6589b4fd75e4cb8a15656" }, { - "title": "Mort de l’écrivaine québécoise Marie-Claire Blais", - "description": "La Canadienne, autrice des romans, d’essais, de pièces de théâtre ainsi que de recueils de poésie, avait reçu le prix de la langue française pour son premier roman publié à l’âge de 20 ans, « La Belle Bête ». Elle est morte mardi à 82 ans.", - "content": "La Canadienne, autrice des romans, d’essais, de pièces de théâtre ainsi que de recueils de poésie, avait reçu le prix de la langue française pour son premier roman publié à l’âge de 20 ans, « La Belle Bête ». Elle est morte mardi à 82 ans.", + "title": "Le ministre des outre-mer, Sébastien Lecornu, est arrivé aux Antilles afin de rencontrer les élus", + "description": "Vendredi, dans une allocution télévisée aux Guadeloupéens, M. Lecornu a affirmé que le gouvernement était « prêt » à évoquer la question de donner plus d’autonomie si cela pouvait permettre de « résoudre les vrais problèmes du quotidien des Guadeloupéens ».", + "content": "Vendredi, dans une allocution télévisée aux Guadeloupéens, M. Lecornu a affirmé que le gouvernement était « prêt » à évoquer la question de donner plus d’autonomie si cela pouvait permettre de « résoudre les vrais problèmes du quotidien des Guadeloupéens ».", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/12/01/mort-de-l-ecrivaine-quebecoise-marie-claire-blais_6104241_3382.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/28/le-ministre-des-outre-mer-sebastien-lecornu-en-route-pour-les-antilles-afin-de-rencontrer-les-elus_6103928_823448.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 04:36:43 +0100", + "pubDate": "Sun, 28 Nov 2021 11:41:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278520,16 +304335,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "804bd97ced2e547eef7c3d84c0207cd1" + "hash": "cdf43ed711c7a04a42b3559dcac04697" }, { - "title": "Xiomara Castro va devenir la première femme présidente du Honduras", - "description": "Nasry Asfura, le candidat du Parti national au pouvoir, a déclaré avoir personnellement félicité Mme Castro, qui a promis de « former un gouvernement de réconciliation ».", - "content": "Nasry Asfura, le candidat du Parti national au pouvoir, a déclaré avoir personnellement félicité Mme Castro, qui a promis de « former un gouvernement de réconciliation ».", + "title": "Covid-19 : le variant Omicron détecté dans plusieurs pays, « une course contre la montre » est engagée, selon la Commission européenne", + "description": "En France, aucun cas de contamination lié à ce nouveau variant n’a, pour l’instant, été formellement identifié, mais c’est « très probablement une question d’heures », a affirmé, dimanche, le ministre de la santé, Olivier Véran.", + "content": "En France, aucun cas de contamination lié à ce nouveau variant n’a, pour l’instant, été formellement identifié, mais c’est « très probablement une question d’heures », a affirmé, dimanche, le ministre de la santé, Olivier Véran.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/12/01/honduras-la-droite-au-pouvoir-reconnait-sa-defaite-xiomara-castro-file-vers-la-presidence_6104238_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/28/les-suisses-de-nouveau-appeles-aux-urnes-pour-se-prononcer-sur-le-passe-sanitaire_6103908_3210.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 04:08:35 +0100", + "pubDate": "Sun, 28 Nov 2021 06:11:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278540,16 +304355,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fcff306eef6320d228891078914e0693" + "hash": "b5c9936c6a5d20e86628d9c8823958b5" }, { - "title": "Allongement du délai de l’IVG : les députés favorables à une extension à quatorze semaines de grossesse", - "description": "Après des débats parfois houleux, la proposition de loi « visant à renforcer le droit à l’avortement » a été votée en deuxième lecture à l’Assemblée, mardi. Son adoption définitive sous l’actuelle législature reste incertaine.", - "content": "Après des débats parfois houleux, la proposition de loi « visant à renforcer le droit à l’avortement » a été votée en deuxième lecture à l’Assemblée, mardi. Son adoption définitive sous l’actuelle législature reste incertaine.", + "title": "Pourquoi l’archevêque de Paris, Mgr Michel Aupetit, propose sa démission au pape François", + "description": "Plusieurs fois mis en cause pour sa façon de gouverner son diocèse, Mgr Michel Aupetit a concédé avoir eu un comportement « ambigu » avec une femme en 2012, « laissant sous-entendre l’existence d’une relation intime » entre eux.", + "content": "Plusieurs fois mis en cause pour sa façon de gouverner son diocèse, Mgr Michel Aupetit a concédé avoir eu un comportement « ambigu » avec une femme en 2012, « laissant sous-entendre l’existence d’une relation intime » entre eux.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/12/01/les-deputes-favorables-a-l-allongement-du-delai-d-ivg-de-12-a-14-semaines-de-grossesse_6104233_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/27/l-archeveque-de-paris-propose-sa-demission-au-pape-francois_6103810_3224.html", "creator": "", - "pubDate": "Wed, 01 Dec 2021 02:36:21 +0100", + "pubDate": "Sat, 27 Nov 2021 02:22:02 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278560,16 +304375,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "571e1f8878cb03a25f7012dae3ed3fea" + "hash": "44c46d76aefdfac02f2f3030bc4128c3" }, { - "title": "Eric Zemmour candidat à la présidentielle dans un clip qui fait hurler les ayants droit des images", - "description": "Les équipes de campagne du polémiste d’extrême droite n’ont pas jugé bon de demander aux médias et personnalités concernés l’autorisation de diffusion des images insérées dans sa vidéo de candidature.", - "content": "Les équipes de campagne du polémiste d’extrême droite n’ont pas jugé bon de demander aux médias et personnalités concernés l’autorisation de diffusion des images insérées dans sa vidéo de candidature.", + "title": "Affaire Peng Shuai : la WTA réitère son inquiétude pour la joueuse chinoise", + "description": "Le président de la Women’s Tennis Association, Steve Simon, « demeure profondément inquiet » concernant la liberté de parole de la joueuse chinoise, réapparue dans les médias chinois le week-end dernier.", + "content": "Le président de la Women’s Tennis Association, Steve Simon, « demeure profondément inquiet » concernant la liberté de parole de la joueuse chinoise, réapparue dans les médias chinois le week-end dernier.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/30/eric-zemmour-candidat-a-la-presidentielle-dans-un-clip-qui-fait-hurler-les-ayants-droit-des-images_6104219_3234.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/27/affaire-peng-shuai-la-wta-reitere-son-inquietude-pour-la-joueuse-chinoise_6103856_3242.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 22:38:01 +0100", + "pubDate": "Sat, 27 Nov 2021 10:50:47 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278580,16 +304395,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f36f141a5d999158cc5e0993992de2d7" + "hash": "78c2015c1bad7463468e3d51135f7b5f" }, { - "title": "Twitter interdit la publication de photos ou de vidéos d’individus sans leur consentement", - "description": "Les utilisateurs du réseau social ont désormais la possibilité de demander le retrait d’images dans lesquelles ils apparaissent si elles ont été postées sans leur consentement.", - "content": "Les utilisateurs du réseau social ont désormais la possibilité de demander le retrait d’images dans lesquelles ils apparaissent si elles ont été postées sans leur consentement.", + "title": "Election présidentielle 2022 : la campagne à très bas bruit d’Anne Hidalgo", + "description": "La candidate socialiste parcourt la France et donne des meetings, indifférente à son déficit de notoriété supposé.", + "content": "La candidate socialiste parcourt la France et donne des meetings, indifférente à son déficit de notoriété supposé.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/30/twitter-interdit-la-publication-de-photos-ou-de-videos-d-individus-sans-leur-consentement_6104218_4408996.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/27/election-presidentielle-2022-la-campagne-a-tres-bas-bruit-d-anne-hidalgo_6103855_6059010.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 22:31:01 +0100", + "pubDate": "Sat, 27 Nov 2021 10:47:03 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278600,16 +304415,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae21066368e837db384a1778b44f8095" + "hash": "be527fa06d46e0d864439d9dcc6c13c2" }, { - "title": "Le journal papier « CNews » a cessé de paraître", - "description": "La baisse de la diffusion et l’augmentation du coût du papier ont convaincu le groupe Canal+, qui détient le titre, d’abandonner le journal papier gratuit pour concentrer ses efforts sur le Web et sur la chaîne de télévision.", - "content": "La baisse de la diffusion et l’augmentation du coût du papier ont convaincu le groupe Canal+, qui détient le titre, d’abandonner le journal papier gratuit pour concentrer ses efforts sur le Web et sur la chaîne de télévision.", + "title": "Le projet de LGV Bordeaux-Toulouse avance à toute petite vitesse", + "description": "Malgré des progrès récents et le soutien affiché de l’Etat et de la SNCF, des incertitudes planent sur le financement de ce projet à 10 milliards d’euros, objet de fortes tensions politiques locales.", + "content": "Malgré des progrès récents et le soutien affiché de l’Etat et de la SNCF, des incertitudes planent sur le financement de ce projet à 10 milliards d’euros, objet de fortes tensions politiques locales.", "category": "", - "link": "https://www.lemonde.fr/actualite-medias/article/2021/11/30/le-journal-papier-cnews-a-cesse-de-paraitre_6104216_3236.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/27/le-projet-de-lgv-bordeaux-toulouse-avance-a-toute-petite-vitesse_6103852_3234.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 22:00:35 +0100", + "pubDate": "Sat, 27 Nov 2021 10:31:49 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278620,16 +304435,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "89a3d666115f099eff1ecb869ae32848" + "hash": "886038a857289a4f5fc45ef8ba63d68f" }, { - "title": "Congrès Les Républicains : suivez en direct le dernier débat entre les cinq candidats", - "description": "Les candidats à l’investiture du parti pour l’élection présidentielle 2022 – Michel Barnier, Valérie Pécresse, Xavier Bertrand, Eric Ciotti et Philippe Juvin – débattent sur France 2 et France Inter.", - "content": "Les candidats à l’investiture du parti pour l’élection présidentielle 2022 – Michel Barnier, Valérie Pécresse, Xavier Bertrand, Eric Ciotti et Philippe Juvin – débattent sur France 2 et France Inter.", + "title": "La Russie, marraine d’une politique des petits pas entre Azerbaïdjan et Arménie", + "description": "Une rencontre organisée par Vladimir Poutine, à Sotchi, a débouché sur la mise en place d’une commission chargée de délimiter la frontière séparant les deux Etats belligérants.", + "content": "Une rencontre organisée par Vladimir Poutine, à Sotchi, a débouché sur la mise en place d’une commission chargée de délimiter la frontière séparant les deux Etats belligérants.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/live/2021/11/30/congres-les-republicains-suivez-en-direct-le-dernier-debat-entre-les-cinq-candidats_6104210_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/11/27/la-russie-marraine-d-une-politique-des-petits-pas-entre-azerbaidjan-et-armenie_6103850_3210.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:46:54 +0100", + "pubDate": "Sat, 27 Nov 2021 10:20:56 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278640,16 +304455,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2cc5854cc8af3fbd10b4e25a570bd0a0" + "hash": "da89ea6aea29ddacddbc056fb48f9dbe" }, { - "title": "Emma Coronel, la femme d’« El Chapo » Guzman condamnée à trois ans de prison", - "description": "Elle a admis sa participation au trafic du puissant cartel de Sinaloa, mais la justice a estimé qu’elle était très jeune lorsqu’elle a épousé « El Chapo » et qu’elle avait coopéré avec les autorités après son arrestation en février.", - "content": "Elle a admis sa participation au trafic du puissant cartel de Sinaloa, mais la justice a estimé qu’elle était très jeune lorsqu’elle a épousé « El Chapo » et qu’elle avait coopéré avec les autorités après son arrestation en février.", + "title": "Algérie : les électeurs appelés aux urnes pour des scrutins locaux", + "description": "Plus de 23 millions d’Algériens votent samedi pour élire leurs représentants communaux et départementaux. Un scrutin crucial aux yeux du pouvoir pour sceller le « changement » de l’après-Bouteflika.", + "content": "Plus de 23 millions d’Algériens votent samedi pour élire leurs représentants communaux et départementaux. Un scrutin crucial aux yeux du pouvoir pour sceller le « changement » de l’après-Bouteflika.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/30/emma-coronel-la-femme-d-el-chapo-guzman-condamnee-a-trois-ans-de-prison_6104213_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/27/algerie-les-electeurs-appeles-aux-urnes-pour-des-scrutins-locaux_6103847_3212.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 20:12:49 +0100", + "pubDate": "Sat, 27 Nov 2021 10:15:35 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278660,16 +304475,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ba0990682c83676136ab83aa181de995" + "hash": "cc3cff419958044f351c4d3384c110a7" }, { - "title": "Joséphine Baker au Panthéon : le résumé de l’hommage d’Emmanuel Macron, en vidéo", - "description": "Saluant l’entrée de Josépine Baker au Panthéon, le 30 novembre, le président de la République a rendu hommage à celle qui « nous rappelle l’insaisissable beauté de notre destin collectif ».", - "content": "Saluant l’entrée de Josépine Baker au Panthéon, le 30 novembre, le président de la République a rendu hommage à celle qui « nous rappelle l’insaisissable beauté de notre destin collectif ».", + "title": "Covid-19 : ce que l’on sait d’Omicron, le nouveau variant qui menace la planète", + "description": "L’OMS l’a classé comme variant « préoccupant » en raison de ses multiples mutations. De nombreuses zones d’ombre demeurent sur sa contagiosité et ses capacités d’échappement au vaccin.", + "content": "L’OMS l’a classé comme variant « préoccupant » en raison de ses multiples mutations. De nombreuses zones d’ombre demeurent sur sa contagiosité et ses capacités d’échappement au vaccin.", "category": "", - "link": "https://www.lemonde.fr/culture/video/2021/11/30/josephine-baker-au-pantheon-le-resume-de-l-hommage-d-emmanuel-macron-en-video_6104212_3246.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/27/coronavirus-inconnues-et-inquietudes-autour-du-nouveau-variant-omicron_6103820_3244.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:55:24 +0100", + "pubDate": "Sat, 27 Nov 2021 05:43:38 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278680,16 +304495,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "59d62aa20cc11f3696a3aed3a30c93cc" + "hash": "8660c9c397fca837e50859e615b569b2" }, { - "title": "L’Organisation mondiale de la santé estime, cependant, que les interdictions générales de voyager n’empêcheront pas la propagation du variant Omicron.", - "description": "L’Organisation mondiale de la santé estime, cependant, que les interdictions générales de voyager n’empêcheront pas la propagation du variant Omicron.", - "content": "L’Organisation mondiale de la santé estime, cependant, que les interdictions générales de voyager n’empêcheront pas la propagation du variant Omicron.", + "title": "Présidentielle 2022 : à Marseille, la précampagne d’Eric Zemmour finit mal", + "description": "Le polémiste d’extrême droite et quasi-candidat à l’élection d’avril 2022 a conclu son tour de France en solitaire. Cet épilogue intervient après une série de défections.", + "content": "Le polémiste d’extrême droite et quasi-candidat à l’élection d’avril 2022 a conclu son tour de France en solitaire. Cet épilogue intervient après une série de défections.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/30/omicron-pekin-reconnait-que-le-variant-complique-les-jo-mise-en-garde-du-pdg-de-moderna_6104160_3244.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/27/presidentielle-2022-a-marseille-la-precampagne-d-eric-zemmour-finit-mal_6103828_6059010.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 11:19:20 +0100", + "pubDate": "Sat, 27 Nov 2021 06:06:31 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278700,36 +304515,36 @@ "favorite": false, "created": false, "tags": [], - "hash": "21c7e1ced676e89d7bc366ec1448faa5" + "hash": "5d0a79782b1b1d27b97c57c952856154" }, { - "title": "Crise aux Antilles : situation toujours tendue à la Guadeloupe, le ministre ouvert sur l’application de l’obligation vaccinale", - "description": "Sébastien Lecornu a rencontré une délégation de vingt syndicalistes et les élus locaux à la préfecture de Martinique. La veille, des discussions similaires à la Guadeloupe ont tourné court.", - "content": "Sébastien Lecornu a rencontré une délégation de vingt syndicalistes et les élus locaux à la préfecture de Martinique. La veille, des discussions similaires à la Guadeloupe ont tourné court.", + "title": "Rodéos urbains à Lyon : trois membres des « Dalton » condamnés à des peines de prison ferme ou avec sursis", + "description": "Trois jeunes comparaissaient devant le tribunal correctionnel, vendredi, pour la participation à un rodéo, le 23 octobre. Le collectif nébuleux, qui multiplie les provocations depuis trois mois dans la métropole, dénonce « la pression constante de la police ».", + "content": "Trois jeunes comparaissaient devant le tribunal correctionnel, vendredi, pour la participation à un rodéo, le 23 octobre. Le collectif nébuleux, qui multiplie les provocations depuis trois mois dans la métropole, dénonce « la pression constante de la police ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/30/crise-aux-antilles-situation-toujours-tendue-a-la-guadeloupe-des-discussions-avec-le-ministre-des-outre-mer-a-la-martinique_6104209_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/27/rodeos-urbains-a-lyon-trois-membres-des-dalton-condamnes-a-des-peines-de-prison-ferme-ou-avec-sursis_6103827_3224.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:31:51 +0100", + "pubDate": "Sat, 27 Nov 2021 06:03:58 +0100", "enclosure": "", "enclosureType": "", "image": "", "language": "fr", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "1c80284f85706605c093402ca5ef4695" + "hash": "870143237038570a820eb88bd7ddd565" }, { - "title": "Sous-traitant automobile SAM : Renault promet un « soutien financier » aux salariés de la fonderie", - "description": "Le tribunal de commerce de Toulouse a scellé vendredi sa cessation d’activité après le refus de Renault de soutenir l’unique projet de reprise de l’usine.", - "content": "Le tribunal de commerce de Toulouse a scellé vendredi sa cessation d’activité après le refus de Renault de soutenir l’unique projet de reprise de l’usine.", + "title": "Crise aux Antilles : le gouvernement « prêt à parler » de « l’autonomie » de la Guadeloupe, déclare Sébastien Lecornu", + "description": "« Il n’y a pas de mauvais débats du moment que ces débats servent à résoudre les vrais problèmes du quotidien des Guadeloupéens », a justifié le ministre des outre-mer dans une allocution télévisée.", + "content": "« Il n’y a pas de mauvais débats du moment que ces débats servent à résoudre les vrais problèmes du quotidien des Guadeloupéens », a justifié le ministre des outre-mer dans une allocution télévisée.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/30/sous-traitant-automobile-sam-renault-promet-un-soutien-financier-aux-salaries-de-la-fonderie_6104204_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/27/crise-aux-antilles-le-gouvernement-pret-a-parler-de-l-autonomie-de-la-guadeloupe-declare-sebastien-lecornu_6103815_823448.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:59:42 +0100", + "pubDate": "Sat, 27 Nov 2021 03:43:43 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278740,16 +304555,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "3ee42ca0eeb338eb972a56f53e9d1a48" + "hash": "6fe4014569cf44fb6ef94c9d6f82e6a2" }, { - "title": "Réchauffement climatique : dans l’Arctique, la pluie pourrait remplacer la neige plus tôt que prévu", - "description": "Une étude parue dans la revue « Nature Communications » estime que la pluie prendrait le pas sur la neige dans les régions arctiques « une ou deux décennies plus tôt » que prévu jusqu’ici et que « les changements vont être plus importants qu’estimé précédemment ».", - "content": "Une étude parue dans la revue « Nature Communications » estime que la pluie prendrait le pas sur la neige dans les régions arctiques « une ou deux décennies plus tôt » que prévu jusqu’ici et que « les changements vont être plus importants qu’estimé précédemment ».", + "title": "En Argentine, non-lieu pour Cristina Kirchner dans une affaire de blanchiment", + "description": "La justice a jugé insuffisants les éléments avancés dans le dossier Los Sauces, du nom d’une entreprise immobilière familiale.", + "content": "La justice a jugé insuffisants les éléments avancés dans le dossier Los Sauces, du nom d’une entreprise immobilière familiale.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/30/rechauffement-climatique-dans-l-arctique-la-pluie-pourrait-remplacer-la-neige-plus-tot-que-prevu_6104202_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/27/en-argentine-non-lieu-pour-cristina-kirchner-dans-une-affaire-de-blanchiment_6103812_3210.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:24:51 +0100", + "pubDate": "Sat, 27 Nov 2021 02:26:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278760,16 +304575,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "c0e9744c345771d70e354e7a43f68dde" + "hash": "3b17cf8f33a57694e2eb64349ab43e0e" }, { - "title": "Le site satirique Le Gorafi racheté", - "description": "Presque dix ans après sa création, le site parodique a été racheté par des investisseurs pour un montant non divulgué.", - "content": "Presque dix ans après sa création, le site parodique a été racheté par des investisseurs pour un montant non divulgué.", + "title": "Iles Salomon : retour au calme après des émeutes qui ont fait au moins trois morts", + "description": "Aucun mort n’était à déplorer depuis le début des troubles, mercredi. Une enquête a été ouverte.", + "content": "Aucun mort n’était à déplorer depuis le début des troubles, mercredi. Une enquête a été ouverte.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/30/le-site-satirique-le-gorafi-rachete_6104201_4408996.html", + "link": "https://www.lemonde.fr/international/article/2021/11/27/iles-salomon-trois-morts-lors-des-emeutes-selon-la-police_6103808_3210.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:15:56 +0100", + "pubDate": "Sat, 27 Nov 2021 02:05:36 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278780,16 +304595,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "69f3d5fc2c7ac00bbbed2d3939068e5c" + "hash": "5b8f23f09fde6119278aeb8c1a18384a" }, { - "title": "Colombie : les FARC retirées de la liste des organisations terroristes des Etats-Unis", - "description": "Ce mouvement ayant pris les armes en pleine guerre froide a été officiellement dissous après un accord de paix avec le gouvernement colombien en 2016.", - "content": "Ce mouvement ayant pris les armes en pleine guerre froide a été officiellement dissous après un accord de paix avec le gouvernement colombien en 2016.", + "title": "Covid-19 : des premiers cas de contamination au variant Omicron en Europe, la France adapte son protocole", + "description": "L’OMS estime qu’il faudra « quelques semaines » pour comprendre le niveau de transmissibilité et de virulence de ce variant. L’efficacité des vaccins contre cette forme mutante du coronavirus est encore à l’étude.", + "content": "L’OMS estime qu’il faudra « quelques semaines » pour comprendre le niveau de transmissibilité et de virulence de ce variant. L’efficacité des vaccins contre cette forme mutante du coronavirus est encore à l’étude.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/30/colombie-les-farc-retirees-de-la-liste-des-organisations-terroristes-des-etats-unis_6104200_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/27/la-conference-ministerielle-de-l-organisation-mondiale-du-commerce-victime-du-covid-19_6103807_3234.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 18:15:05 +0100", + "pubDate": "Sat, 27 Nov 2021 00:51:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278800,16 +304615,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d94f30e2fe1e2cf9f55ddf7226091d48" + "hash": "1ca0aa77e8aa4732b3a57e4f805eee49" }, { - "title": "Eric Zemmour candidat à la présidentielle : les politiques étrillent un discours « sinistre » et « momifié »", - "description": "« Le micro de De Gaulle mais le discours de Pétain », déplore le premier secrétaire du Parti socialiste, Olivier Faure. Une candidature qui « ressemble aux discours de Nuremberg », assène l’ancien ministre Dominique Bussereau.", - "content": "« Le micro de De Gaulle mais le discours de Pétain », déplore le premier secrétaire du Parti socialiste, Olivier Faure. Une candidature qui « ressemble aux discours de Nuremberg », assène l’ancien ministre Dominique Bussereau.", + "title": "Stephen Sondheim, légende de la comédie musicale américaine, est mort", + "description": "Le compositeur, qui avait notamment écrit les paroles de « West Side Story », s’est éteint vendredi. Il avait 91 ans.", + "content": "Le compositeur, qui avait notamment écrit les paroles de « West Side Story », s’est éteint vendredi. Il avait 91 ans.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/30/eric-zemmour-candidat-a-la-presidentielle-les-politiques-etrillent-un-discours-sinistre-et-momifie_6104194_6059010.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/11/27/stephen-sondheim-legende-de-la-comedie-musicale-americaine-est-mort_6103803_3382.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 17:42:41 +0100", + "pubDate": "Sat, 27 Nov 2021 00:23:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278820,16 +304635,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "fb0a8f054651b4cd9edc354a6522602b" + "hash": "a14383506705d0de7dea5d9f187f4416" }, { - "title": "« Me revoilà, Paris » : Joséphine Baker entre au Panthéon, suivez en direct la cérémonie", - "description": "La mémoire de celle qui fut à la fois artiste de music-hall, résistante et militante antiraciste est honorée ce mardi au temple des « grands hommes », à Paris, quarante-six ans après sa mort. Sa dépouille reposant au cimetière marin de Monaco, le cénotaphe sera installé dans le caveau 13 de la crypte, aux côtés de l’écrivain Maurice Genevoix, panthéonisé l’an dernier.", - "content": "La mémoire de celle qui fut à la fois artiste de music-hall, résistante et militante antiraciste est honorée ce mardi au temple des « grands hommes », à Paris, quarante-six ans après sa mort. Sa dépouille reposant au cimetière marin de Monaco, le cénotaphe sera installé dans le caveau 13 de la crypte, aux côtés de l’écrivain Maurice Genevoix, panthéonisé l’an dernier.", + "title": "Covid-19 : le port du masque rétabli en plein air dans les endroits fréquentés à Paris, et dans les équipements sportifs", + "description": "Le préfet de police de Paris a annoncé, vendredi, avoir pris un arrêté rendant le port du masque à nouveau obligatoire lors de rassemblements sur la voie publique, de festivals, de spectacles, de marchés, de brocantes ou encore dans les files d’attente.", + "content": "Le préfet de police de Paris a annoncé, vendredi, avoir pris un arrêté rendant le port du masque à nouveau obligatoire lors de rassemblements sur la voie publique, de festivals, de spectacles, de marchés, de brocantes ou encore dans les files d’attente.", "category": "", - "link": "https://www.lemonde.fr/culture/live/2021/11/30/josephine-baker-au-pantheon-suivez-en-direct-la-ceremonie_6104186_3246.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/26/le-port-du-masque-a-nouveau-obligatoire-dans-certains-lieux-exterieurs-a-paris_6103799_3244.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 16:22:59 +0100", + "pubDate": "Fri, 26 Nov 2021 20:56:17 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278840,16 +304655,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "34e700906c4614b239a810a05dbbb132" + "hash": "47b52e87813628a467a8297012311ca9" }, { - "title": "Allemagne : le futur chancelier, Olaf Scholz, favorable à la vaccination obligatoire", - "description": "Le Bundestag sera appelé à se prononcer d’ici à la fin de l’année sur une loi imposant la vaccination à l’ensemble de la population. La Cour constitutionnelle allemande a jugé justifiées les mesures prises par les autorités depuis le début de l’épidémie.", - "content": "Le Bundestag sera appelé à se prononcer d’ici à la fin de l’année sur une loi imposant la vaccination à l’ensemble de la population. La Cour constitutionnelle allemande a jugé justifiées les mesures prises par les autorités depuis le début de l’épidémie.", + "title": "Enquête | De « Sorcières » à « Réinventer l’amour », la mécanique du succès de Mona Chollet", + "description": "Depuis son best-seller, « Sorcières », sorti en 2018, la journaliste et essayiste est en France la plus lue des féministes de la vague #metoo. Son nouvel ouvrage, « Réinventer l’amour », confirme un extraordinaire talent à saisir l’air du temps.", + "content": "Depuis son best-seller, « Sorcières », sorti en 2018, la journaliste et essayiste est en France la plus lue des féministes de la vague #metoo. Son nouvel ouvrage, « Réinventer l’amour », confirme un extraordinaire talent à saisir l’air du temps.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/30/allemagne-le-futur-chancelier-olaf-scholz-favorable-a-la-vaccination-obligatoire_6104191_3210.html", + "link": "https://www.lemonde.fr/m-le-mag/article/2021/11/26/la-mecanique-du-succes-de-mona-chollet_6103637_4500055.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 17:23:48 +0100", + "pubDate": "Fri, 26 Nov 2021 01:21:23 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278860,16 +304675,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "afe2d71f734787f88bb50f51ff98a765" + "hash": "09f3b35d1e07b162c2ea0d6dfff503dd" }, { - "title": "Soudan : à Khartoum, les forces de sécurité tirent des grenades lacrymogènes sur les manifestants", - "description": "Des milliers de personnes étaient mobilisées une nouvelle fois dans la capitale soudanaise, mardi, pour un transfert du pouvoir aux civils.", - "content": "Des milliers de personnes étaient mobilisées une nouvelle fois dans la capitale soudanaise, mardi, pour un transfert du pouvoir aux civils.", + "title": "A Rome, Emmanuel Macron « à l’écoute » du pape", + "description": "Le chef de l’Etat s’est entretenu avec le pape François pendant une heure au Vatican, vendredi, faisant le tour d’horizon « d’un monde en crise ».", + "content": "Le chef de l’Etat s’est entretenu avec le pape François pendant une heure au Vatican, vendredi, faisant le tour d’horizon « d’un monde en crise ».", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/30/soudan-a-khartoum-les-forces-de-securite-tirent-des-grenades-lacrymogenes-sur-les-manifestants_6104182_3212.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/26/a-rome-emmanuel-macron-a-l-ecoute-du-pape_6103795_823448.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 15:14:08 +0100", + "pubDate": "Fri, 26 Nov 2021 20:23:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278880,16 +304695,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5360126ca84253bc6c25b24a4ff336f4" + "hash": "3c421665420ff789969002a544495e55" }, { - "title": "Récit | A l’issue d’une thérapie mémorielle, les petits-enfants de la guerre d’Algérie remettent leurs propositions à Emmanuel Macron", - "description": "Depuis plusieurs mois, de jeunes Français, Algériens ou binationaux, descendants de militaires, de harkis, de rapatriés ou de combattants du FLN, travaillent ensemble sur la guerre d’Algérie. Objectif : parvenir à une mémoire apaisée. Ils remettent mardi le fruit de leur travail au chef de l’Etat.", - "content": "Depuis plusieurs mois, de jeunes Français, Algériens ou binationaux, descendants de militaires, de harkis, de rapatriés ou de combattants du FLN, travaillent ensemble sur la guerre d’Algérie. Objectif : parvenir à une mémoire apaisée. Ils remettent mardi le fruit de leur travail au chef de l’Etat.", + "title": "« Facebook Files » : ce que le réseau social a appris du mouvement conspirationniste QAnon", + "description": "Grâce aux gigantesques quantités de données qu’il collecte sur ses utilisateurs, le réseau social a pu mener des recherches extrêmement précises sur le mouvement conspirationniste.", + "content": "Grâce aux gigantesques quantités de données qu’il collecte sur ses utilisateurs, le réseau social a pu mener des recherches extrêmement précises sur le mouvement conspirationniste.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/30/la-therapie-memorielle-des-petits-enfants-de-la-guerre-d-algerie_6104100_823448.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/26/facebook-files-ce-que-le-reseau-social-a-appris-du-mouvement-conspirationniste-qanon_6103793_4408996.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 03:28:44 +0100", + "pubDate": "Fri, 26 Nov 2021 20:00:15 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278900,16 +304715,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2049aec416a9681b830dc75f63204da8" + "hash": "1906f7ab1d0d22bf5989c8867c221652" }, { - "title": "Un régulateur britannique ordonne à Facebook de vendre Giphy", - "description": "Le mois dernier, le gendarme britannique de la concurrence avait infligé une amende de 50,5 millions de livres au géant des réseaux sociaux dans le cadre de sa fusion avec Giphy, spécialisé dans les animations courtes sur Internet.", - "content": "Le mois dernier, le gendarme britannique de la concurrence avait infligé une amende de 50,5 millions de livres au géant des réseaux sociaux dans le cadre de sa fusion avec Giphy, spécialisé dans les animations courtes sur Internet.", + "title": "Le nouveau variant Omicron assombrit l’horizon économique", + "description": "Partout en Europe, les restrictions budgétaires se multiplient. La croissance devrait être presque nulle au quatrième trimestre en zone euro et les marchés boursiers s’inscrivent en forte baisse.", + "content": "Partout en Europe, les restrictions budgétaires se multiplient. La croissance devrait être presque nulle au quatrième trimestre en zone euro et les marchés boursiers s’inscrivent en forte baisse.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/30/un-regulateur-britannique-ordonne-a-facebook-de-vendre-giphy_6104173_4408996.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/26/la-decouverte-d-un-nouveau-variant-assombrit-l-horizon-economique_6103791_3234.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 13:57:24 +0100", + "pubDate": "Fri, 26 Nov 2021 19:21:25 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278920,16 +304735,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8a9f3668e3c3d56989ece5e18da90e73" + "hash": "694519fc4a24691b27867345bbdf9237" }, { - "title": "Allemagne : un Irakien de l’EI condamné à la perpétuité pour le « génocide » des yézidis", - "description": "C’est la première fois au monde qu’un tribunal qualifie ces massacres de « génocide », après des enquêteurs de l’ONU.", - "content": "C’est la première fois au monde qu’un tribunal qualifie ces massacres de « génocide », après des enquêteurs de l’ONU.", + "title": "Covid-19 : le nouveau variant, baptisé Omicron, classé « préoccupant » par l’OMS", + "description": "Le nouveau variant B.1.1.529 du coronavirus, détecté pour la première fois en Afrique australe, a été classé vendredi « préoccupant » par l’Organisation mondiale de la santé. L’Union européenne recommande à ses vingt-sept Etats membres de suspendre les voyages en provenance de cette région.", + "content": "Le nouveau variant B.1.1.529 du coronavirus, détecté pour la première fois en Afrique australe, a été classé vendredi « préoccupant » par l’Organisation mondiale de la santé. L’Union européenne recommande à ses vingt-sept Etats membres de suspendre les voyages en provenance de cette région.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/30/allemagne-un-irakien-de-l-ei-condamne-a-la-perpetuite-pour-genocide-des-yezidis_6104169_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/26/covid-19-un-nouveau-variant-inquiete-plusieurs-pays-europeens-interdisent-l-entree-de-voyageurs-en-provenance-du-sud-de-l-afrique_6103690_3244.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 12:23:55 +0100", + "pubDate": "Fri, 26 Nov 2021 10:27:09 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278940,16 +304755,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "00526e9668dd8556bf459bdb8b13f773" + "hash": "d88112f2136eefcab483adf0eb8a70a0" }, { - "title": "Eric Zemmour officialise sa candidature à l’élection présidentielle", - "description": "Le polémiste d’extrême droite a annoncé sa décision dans une vidéo publiée mardi sur les réseaux sociaux.", - "content": "Le polémiste d’extrême droite a annoncé sa décision dans une vidéo publiée mardi sur les réseaux sociaux.", + "title": "Libye : une entreprise française accusée d’avoir vendu un système de surveillance électronique au maréchal Haftar", + "description": "Nexa Technologies, déjà poursuivie pour avoir vendu un système du même genre à l’Egypte, est soupçonnée d’avoir fait affaire avec le chef militaire libyen, violant un embargo des Nations unies.", + "content": "Nexa Technologies, déjà poursuivie pour avoir vendu un système du même genre à l’Egypte, est soupçonnée d’avoir fait affaire avec le chef militaire libyen, violant un embargo des Nations unies.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/30/election-presidentielle-eric-zemmour-annoncera-sa-candidature-a-la-mi-journee-selon-son-entourage_6104129_6059010.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/26/libye-une-entreprise-francaise-accusee-d-avoir-vendu-un-systeme-de-surveillance-electronique-au-marechal-haftar_6103785_4408996.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 06:19:39 +0100", + "pubDate": "Fri, 26 Nov 2021 18:58:21 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278960,16 +304775,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ae2aa685fbc4a3478b33033bff0f398f" + "hash": "9a02b2cb5e3f906085ddfa05f18a1356" }, { - "title": "Dépistage et prévention du VIH : le Covid-19 a ruiné les progrès réalisés ces dernières années", - "description": "A l’approche de la Journée mondiale de lutte contre le sida, mercredi 1er décembre, les associations s’alarment de la chute du nombre de tests de dépistage du VIH et craignent un rebond épidémique à court et moyen termes.", - "content": "A l’approche de la Journée mondiale de lutte contre le sida, mercredi 1er décembre, les associations s’alarment de la chute du nombre de tests de dépistage du VIH et craignent un rebond épidémique à court et moyen termes.", + "title": "Logiciel espion Pegasus : sollicitée, la France a choisi fin 2020 de ne pas l’acquérir", + "description": "Selon les informations du « Monde », l’entreprise israélienne NSO Group a approché les services français en 2019 et 2020. Ces derniers se sont montrés intéressés, avant qu’une décision à un plus haut niveau soit prise de ne pas signer de contrat.", + "content": "Selon les informations du « Monde », l’entreprise israélienne NSO Group a approché les services français en 2019 et 2020. Ces derniers se sont montrés intéressés, avant qu’une décision à un plus haut niveau soit prise de ne pas signer de contrat.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/30/depistage-et-prevention-du-vih-le-covid-19-a-ruine-les-progres-realises-ces-dernieres-annees_6104166_3224.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/26/malgre-les-approches-de-nso-group-la-france-a-choisi-a-la-fin-de-2020-de-ne-pas-acheter-le-logiciel-espion-pegasus_6103783_4408996.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 11:44:28 +0100", + "pubDate": "Fri, 26 Nov 2021 18:40:27 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -278980,16 +304795,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e9de366c89894954ac08f35d1ab18fe0" + "hash": "2961cc10381a0800eb7d2fc092be0d2a" }, { - "title": "Sabrina Soussan nommée patronne du « nouveau Suez »", - "description": "Cette ancienne de Siemens et Dormakaba est chargée de gérer les activités eau et déchets en France et quelques actifs étrangers laissés par Veolia, qui a repris l’essentiel de l’ancien Suez.", - "content": "Cette ancienne de Siemens et Dormakaba est chargée de gérer les activités eau et déchets en France et quelques actifs étrangers laissés par Veolia, qui a repris l’essentiel de l’ancien Suez.", + "title": "Comment Michelin veut protéger son marché du pneu", + "description": "A l’occasion de sa « journée médias », le 25 octobre, le groupe tricolore présentait ses innovations en matière de pneus, durables en particulier. Une façon de répondre à la concurrence asiatique low cost.", + "content": "A l’occasion de sa « journée médias », le 25 octobre, le groupe tricolore présentait ses innovations en matière de pneus, durables en particulier. Une façon de répondre à la concurrence asiatique low cost.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/30/sabrina-soussan-nommee-patronne-du-nouveau-suez_6104158_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/26/comment-michelin-veut-proteger-son-marche-du-pneu_6103780_3234.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 11:14:58 +0100", + "pubDate": "Fri, 26 Nov 2021 18:16:46 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279000,16 +304815,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8d0e6e729ca9c81633b09add8cd4e69f" + "hash": "0d8e8dfaa189a6014f7d7f52919dc8e7" }, { - "title": "Nucléaire iranien : volontarisme de façade à Vienne", - "description": "Les négociateurs affichent leur satisfaction après la reprise des discussions censées ranimer l’accord de 2015.", - "content": "Les négociateurs affichent leur satisfaction après la reprise des discussions censées ranimer l’accord de 2015.", + "title": "Pédocriminalité dans l’Eglise : des membres de l’Académie catholique de France critiquent le rapport Sauvé", + "description": "Le texte, que « Le Monde » a pu consulter, a filtré alors que le Vatican a reporté l’audience du souverain pontife avec les personnalités de la Commission indépendante sur les abus sexuels dans l’Eglise.", + "content": "Le texte, que « Le Monde » a pu consulter, a filtré alors que le Vatican a reporté l’audience du souverain pontife avec les personnalités de la Commission indépendante sur les abus sexuels dans l’Eglise.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/30/nucleaire-iranien-volontarisme-de-facade-a-vienne_6104156_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/26/des-membres-de-l-academie-catholique-de-france-critiquent-le-rapport-de-la-ciase-sur-la-pedocriminalite-dans-l-eglise_6103779_3224.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 11:06:46 +0100", + "pubDate": "Fri, 26 Nov 2021 18:02:53 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279020,16 +304835,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "db73a36501e1053cec0c9da614ea9f02" + "hash": "5dbc8a682a8bbcbe6e0937dd694827ad" }, { - "title": "A Doha, les talibans en quête de dialogue avec les Occidentaux", - "description": "Réunis au Qatar, les représentants de l’Union européenne et des Etats-Unis divergent sur la nature des relations à nouer avec le nouveau régime afghan.", - "content": "Réunis au Qatar, les représentants de l’Union européenne et des Etats-Unis divergent sur la nature des relations à nouer avec le nouveau régime afghan.", + "title": "Après la Belgique, la Grande-Bretagne, l’Allemagne et l’Italie, la République tchèque a annoncé un premier cas. La France, qui n’a pas encore recensé de cas, a décidé d’adapter son protocole santaire.", + "description": "Après la Belgique, la Grande-Bretagne, l’Allemagne et l’Italie, la République tchèque a annoncé un premier cas. La France, qui n’a pas encore recensé de cas, a décidé d’adapter son protocole sanitaire.", + "content": "Après la Belgique, la Grande-Bretagne, l’Allemagne et l’Italie, la République tchèque a annoncé un premier cas. La France, qui n’a pas encore recensé de cas, a décidé d’adapter son protocole sanitaire.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/30/a-doha-les-talibans-en-quete-de-dialogue-avec-les-occidentaux_6104155_3210.html", + "link": "https://www.lemonde.fr/planete/live/2021/11/27/covid-19-le-variant-omicron-detecte-dans-plusieurs-pays-d-europe_6103865_3244.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 10:55:38 +0100", + "pubDate": "Sat, 27 Nov 2021 12:17:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279040,16 +304855,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "e88921cd67d95586fa1b00659d9d7f19" + "hash": "b3cb2d37c64739a5699bd059a6b77819" }, { - "title": "Covid-19 : la Haute Autorité de santé recommande de vacciner les enfants à risque et d’attendre pour décider de la généralisation à tous les 5-11 ans", - "description": "Dans un avis rendu mardi, l’autorité indépendante conditionne la généralisation de la vaccination à une série « d’auditions de parties prenantes » et aux résultats d’études attendus dans les prochaines semaines.", - "content": "Dans un avis rendu mardi, l’autorité indépendante conditionne la généralisation de la vaccination à une série « d’auditions de parties prenantes » et aux résultats d’études attendus dans les prochaines semaines.", + "title": "Les Suisses de nouveau appelés aux urnes pour se prononcer sur le passe sanitaire", + "description": "Un deuxième référendum en moins de six mois est organisé au sujet de la loi Covid. Les autorités craignent de nouvelles manifestations au cours de la journée.", + "content": "Un deuxième référendum en moins de six mois est organisé au sujet de la loi Covid. Les autorités craignent de nouvelles manifestations au cours de la journée.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/30/vaccination-des-5-11-ans-la-haute-autorite-de-sante-temporise_6104152_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/28/les-suisses-de-nouveau-appeles-aux-urnes-pour-se-prononcer-sur-le-passe-sanitaire_6103908_3210.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 10:38:54 +0100", + "pubDate": "Sun, 28 Nov 2021 06:11:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279060,16 +304875,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "ea5622607616aa00785d3abbfe18417a" + "hash": "46e5b7181a27c55e7d32a03e1d45dddb" }, { - "title": "Automobile : Jaguar se met en « hibernation » jusqu’en 2025", - "description": "Le constructeur a décidé de ne pas lancer de nouveautés ces trois prochaines années afin de se concentrer sur l’élaboration d’une nouvelle gamme 100 % électrique destinée à rivaliser, non plus avec le trio Audi-BMW-Mercedes, mais avec Bentley ou Porsche.", - "content": "Le constructeur a décidé de ne pas lancer de nouveautés ces trois prochaines années afin de se concentrer sur l’élaboration d’une nouvelle gamme 100 % électrique destinée à rivaliser, non plus avec le trio Audi-BMW-Mercedes, mais avec Bentley ou Porsche.", + "title": "Election présidentielle 2022 : la Guadeloupe en crise, LR en tension, Hidalgo en tournée... le récap’ politique de la semaine", + "description": "Tandis que les tensions se sont accentuées en Guadeloupe et en Martinique, le ministre des outre-mer, Sébastien Lecornu, est critiqué. En métropole, le président de la région PACA, Renaud Muselier, a choisi de claquer la porte du parti Les Républicains.", + "content": "Tandis que les tensions se sont accentuées en Guadeloupe et en Martinique, le ministre des outre-mer, Sébastien Lecornu, est critiqué. En métropole, le président de la région PACA, Renaud Muselier, a choisi de claquer la porte du parti Les Républicains.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/30/automobile-jaguar-se-met-en-hibernation-jusqu-en-2025_6104148_3234.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/26/election-presidentielle-2022-les-antilles-en-crise-lr-en-tension-anne-hidalgo-en-tournee-le-recap-politique-de-la-semaine_6103778_6059010.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 09:56:46 +0100", + "pubDate": "Fri, 26 Nov 2021 18:00:30 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279080,16 +304895,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "db64a22b5f8c0b8b598ec12cf32572ac" + "hash": "ad595c4ddc8445a8b46870f6b6fb5ff5" }, { - "title": "Semi-conducteurs : les ambitions mondiales de l’isérois Soitec", - "description": "L’entreprise, fondée en 1992 et aujourd’hui cotée en Bourse, est l’une des rares françaises du secteur très stratégique des semi-conducteurs à peser à l’échelle internationale.", - "content": "L’entreprise, fondée en 1992 et aujourd’hui cotée en Bourse, est l’une des rares françaises du secteur très stratégique des semi-conducteurs à peser à l’échelle internationale.", + "title": "La CFDT s’associe à la Fondation Jean-Jaurès pour réfléchir aux conséquences du Covid-19", + "description": "Les deux organisations ont annoncé, vendredi 26 novembre, la création d’un groupe d’experts en sciences sociales, qui analysera les impacts sociaux de la pandémie.", + "content": "Les deux organisations ont annoncé, vendredi 26 novembre, la création d’un groupe d’experts en sciences sociales, qui analysera les impacts sociaux de la pandémie.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/30/semi-conducteurs-les-ambitions-mondiales-de-l-iserois-soitec_6104144_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/26/la-cfdt-s-associe-a-la-fondation-jean-jaures-pour-reflechir-aux-consequences-du-covid-19_6103771_823448.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 09:51:38 +0100", + "pubDate": "Fri, 26 Nov 2021 17:50:16 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279100,16 +304915,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "80e3091910ac091a57b172c82976b97d" + "hash": "26bf2f0dca60580af9d8883a8a294bab" }, { - "title": "Etats-Unis : une tuerie dans un lycée du Michigan fait trois morts et six blessés", - "description": "Le tireur présumé, lui-même élève de l’établissement, a été arrêté et n’a pas expliqué son geste, selon un responsable de la police d’Oxford, dans l’Etat du Michigan.", - "content": "Le tireur présumé, lui-même élève de l’établissement, a été arrêté et n’a pas expliqué son geste, selon un responsable de la police d’Oxford, dans l’Etat du Michigan.", + "title": "Crise aux Antilles : le gouvernement repousse l’obligation vaccinale des soignants au 31 décembre", + "description": "Le gouvernement a annoncé vendredi dans un communiqué qu’il reportait au dernier jour de l’année « la finalisation de la mise en œuvre de l’obligation vaccinale » pour le personnel soignant en Martinique et en Guadeloupe. Particulièrement touchées par la pauvreté, les Antilles françaises sont secouées depuis la mi-novembre par une violente contestation de l’obligation vaccinale, qui a tourné à la crise sociale.", + "content": "Le gouvernement a annoncé vendredi dans un communiqué qu’il reportait au dernier jour de l’année « la finalisation de la mise en œuvre de l’obligation vaccinale » pour le personnel soignant en Martinique et en Guadeloupe. Particulièrement touchées par la pauvreté, les Antilles françaises sont secouées depuis la mi-novembre par une violente contestation de l’obligation vaccinale, qui a tourné à la crise sociale.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/30/etats-unis-une-tuerie-dans-un-lycee-fait-trois-morts-et-six-blesses_6104215_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/26/martinique-et-guadeloupe-le-gouvernement-repousse-au-31-decembre-l-obligation-vaccinale-des-personnels-soignants_6103769_3244.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 21:43:25 +0100", + "pubDate": "Fri, 26 Nov 2021 17:49:04 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279120,16 +304935,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f10e8e2999a1fa3000e482ab75b739de" + "hash": "9b4226ad89ec0beb9394ec63679e9a58" }, { - "title": "Crise aux Antilles : situation toujours tendue à la Guadeloupe, des discussions avec le ministre des outre-mer à la Martinique", - "description": "Sébastien Lecornu devait rencontrer une délégation de vingt syndicalistes et les élus locaux à la préfecture de Martinique. La veille, des discussions similaires à la Guadeloupe ont tourné court.", - "content": "Sébastien Lecornu devait rencontrer une délégation de vingt syndicalistes et les élus locaux à la préfecture de Martinique. La veille, des discussions similaires à la Guadeloupe ont tourné court.", + "title": "Chine : Dior contraint de s’excuser pour une photo qui fait polémique", + "description": "Le cliché de la célèbre photographe de mode Chen Man a été jugé dérangeant, et trop proche des clichés occidentaux sur les caractéristiques physiques chinoises, au point que la marque et la photographe ont dû présenter des excuses.", + "content": "Le cliché de la célèbre photographe de mode Chen Man a été jugé dérangeant, et trop proche des clichés occidentaux sur les caractéristiques physiques chinoises, au point que la marque et la photographe ont dû présenter des excuses.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/30/crise-aux-antilles-situation-toujours-tendue-a-la-guadeloupe-des-discussions-avec-le-ministre-des-outre-mer-a-la-martinique_6104209_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/26/dans-la-tourmente-en-chine-pour-une-photo-dior-fait-amende-honorable_6103768_3234.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 19:31:51 +0100", + "pubDate": "Fri, 26 Nov 2021 17:39:41 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279140,16 +304955,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "d79cd042cf1e4df5d8109633c29afce2" + "hash": "aced7c4fc36a1efd7a35bc42dd937552" }, { - "title": "Covid-19 : la flambée épidémique menace le rebond d’activité des compagnies aériennes", - "description": "L’irruption du variant sud-africain Omicron assombrit les perspectives de reprise du secteur. Les réservations pour les vacances de Noël sont en chute libre.", - "content": "L’irruption du variant sud-africain Omicron assombrit les perspectives de reprise du secteur. Les réservations pour les vacances de Noël sont en chute libre.", + "title": "Migrants dans la Manche : « purs calculs électoraux », « furie » de la France… la presse britannique divisée après le drame", + "description": "Les médias d’outre-Manche critiquent, pour les uns, la politique migratoire de Londres, pour les autres, le manque de contrôles sur les côtes françaises.", + "content": "Les médias d’outre-Manche critiquent, pour les uns, la politique migratoire de Londres, pour les autres, le manque de contrôles sur les côtes françaises.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/30/covid-19-la-flambee-epidemique-menace-le-rebond-d-activite-des-compagnies-aeriennes_6104143_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/11/26/migrants-dans-la-manche-cout-humain-purs-calculs-electoraux-la-presse-britannique-divisee-apres-le-drame_6103765_3210.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 09:48:22 +0100", + "pubDate": "Fri, 26 Nov 2021 17:30:10 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279160,16 +304975,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "0d63e7257764698afe961f61d966718e" + "hash": "fcd5ca1ea723b40a57a7687bb3a2a665" }, { - "title": "La Chine règne désormais sur le marché des pesticides : la moitié des 4 millions de tonnes fabriquées dans le monde chaque année y sont produites", - "description": "Selon une enquête menée par un groupe d’experts pour le compte d’ONG, les fabricants chinois de pesticides sont parvenus à dominer ce marché, estimé à 61 milliards de dollars en 2020, en moins de vingt ans. Les groupes historiques, essentiellement américains et allemands, sont pris en étau.", - "content": "Selon une enquête menée par un groupe d’experts pour le compte d’ONG, les fabricants chinois de pesticides sont parvenus à dominer ce marché, estimé à 61 milliards de dollars en 2020, en moins de vingt ans. Les groupes historiques, essentiellement américains et allemands, sont pris en étau.", + "title": "L’archevêque de Paris, Michel Aupetit, a présenté sa démission au pape", + "description": "Le prélat a admis avoir eu « un comportement ambigu » envers une femme en 2012. Seul le pape peut décider d’accepter ou de rejeter sa demande de démission.", + "content": "Le prélat a admis avoir eu « un comportement ambigu » envers une femme en 2012. Seul le pape peut décider d’accepter ou de rejeter sa demande de démission.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/30/pesticides-la-nouvelle-hegemonie-chinoise_6104090_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/26/l-archeveque-de-paris-michel-aupetit-a-presente-sa-demission-au-pape_6103764_3224.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 00:00:07 +0100", + "pubDate": "Fri, 26 Nov 2021 17:23:12 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279180,16 +304995,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "9d0c4f8735873c141006f35ad8e7f163" + "hash": "7647bb97487ab4f981b40ccdc7ed7e91" }, { - "title": "Guerre d’Algérie : les propositions du groupe « Regards de la jeune génération sur les mémoires franco-algériennes » à Emmanuel Macron", - "description": "Le groupe « Regards de la jeune génération sur les mémoires franco-algériennes », constitué par des descendants de militaires français, de harkis, de rapatriés ou de combattants du FLN, devait remettre ses propositions au chef de l’Etat. Verbatim.", - "content": "Le groupe « Regards de la jeune génération sur les mémoires franco-algériennes », constitué par des descendants de militaires français, de harkis, de rapatriés ou de combattants du FLN, devait remettre ses propositions au chef de l’Etat. Verbatim.", + "title": "Migrants dans la Manche : « La crise s’explique par le Brexit qui agit comme un poison lent entre Paris et Londres »", + "description": "Après le naufrage de mercredi au large de Calais, qui a coûté la vie à 27 personnes, la tension entre Paris et Londres est montée d’un cran. Nos journalistes Julia Pascual, spécialiste des questions d’immigration, et Cécile Ducourtieux, correspondante du « Monde » au Royaume-Uni, ont répondu à vos questions.", + "content": "Après le naufrage de mercredi au large de Calais, qui a coûté la vie à 27 personnes, la tension entre Paris et Londres est montée d’un cran. Nos journalistes Julia Pascual, spécialiste des questions d’immigration, et Cécile Ducourtieux, correspondante du « Monde » au Royaume-Uni, ont répondu à vos questions.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/30/guerre-d-algerie-les-propositions-du-groupe-regards-de-la-jeune-generation-sur-les-memoires-franco-algeriennes-a-emmanuel-macron_6104139_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/11/26/migrants-dans-la-manche-la-crise-s-explique-par-le-brexit-qui-agit-comme-un-poison-lent-entre-paris-et-londres_6103759_3210.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 09:00:17 +0100", + "pubDate": "Fri, 26 Nov 2021 16:30:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279200,16 +305015,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "f17d09d1c54eaddd290edd9a729c2c40" + "hash": "7a174b38edf4931a3c76bce11d1f89f0" }, { - "title": "La « maison commune », rassemblement des différentes chapelles de la majorité, lancée à la Mutualité", - "description": "L’association Ensemble citoyens !, qui réunit les soutiens d’Emmanuel Macron en vue de l’élection présidentielle de 2022, est officiellement née lundi 29 novembre à Paris.", - "content": "L’association Ensemble citoyens !, qui réunit les soutiens d’Emmanuel Macron en vue de l’élection présidentielle de 2022, est officiellement née lundi 29 novembre à Paris.", + "title": "Une enquête préliminaire pour viol et agression sexuelle ouverte à la suite des accusations visant Nicolas Hulot", + "description": "Une enquête préliminaire a été ouverte vendredi, au lendemain de la diffusion d’un reportage de France 2 mettant en cause Nicolas Hulot. Les investigations « s’attacheront à déterminer si les faits dénoncés peuvent caractériser une infraction pénale et si, au vu de leur ancienneté, la prescription de l’action publique est acquise », précise la procureure de Paris, Laure Beccuau.", + "content": "Une enquête préliminaire a été ouverte vendredi, au lendemain de la diffusion d’un reportage de France 2 mettant en cause Nicolas Hulot. Les investigations « s’attacheront à déterminer si les faits dénoncés peuvent caractériser une infraction pénale et si, au vu de leur ancienneté, la prescription de l’action publique est acquise », précise la procureure de Paris, Laure Beccuau.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/30/presidentielle-2022-la-maison-commune-rassemblement-des-chapelles-de-la-majorite-lancee-a-la-mutualite_6104137_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/26/nicolas-hulot-accuse-de-viol-et-d-agressions-sexuelles-la-justice-ouvre-une-enquete_6103754_3224.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 08:35:23 +0100", + "pubDate": "Fri, 26 Nov 2021 16:05:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279220,16 +305035,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "05da7e5488e47d96158fa90d4126a5ba" + "hash": "fc058880910a3545a721001601140141" }, { - "title": "L’association de consommateurs CLCV assigne quatre fournisseurs d’électricité en justice", - "description": "Mint Energie, GreenYellow, OVO Energy et ekWateur, qui représentent entre 500 000 et 600 000 clients particuliers, sont attaqués pour certaines de leurs pratiques.", - "content": "Mint Energie, GreenYellow, OVO Energy et ekWateur, qui représentent entre 500 000 et 600 000 clients particuliers, sont attaqués pour certaines de leurs pratiques.", + "title": "Vaccination contre le Covid-19 : visualisez le pic des rappels attendu, qui devrait intervenir en janvier", + "description": "EN UN GRAPHIQUE. La majorité des Français ont complété leur schéma vaccinal au tout début de l’été. La demande de doses de rappel, entre cinq et sept mois après, sera au plus haut début janvier.", + "content": "EN UN GRAPHIQUE. La majorité des Français ont complété leur schéma vaccinal au tout début de l’été. La demande de doses de rappel, entre cinq et sept mois après, sera au plus haut début janvier.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/30/l-association-de-consommateurs-clcv-assigne-quatre-fournisseurs-d-electricite-en-justice_6104136_3234.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/26/visualisez-le-pic-attendu-des-doses-de-rappel-qui-devrait-intervenir-debut-janvier_6103751_4355770.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 08:22:36 +0100", + "pubDate": "Fri, 26 Nov 2021 15:57:52 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279240,16 +305055,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "a70507686e7aa656ef0face62d90a85a" + "hash": "eebac0e6e467d348fa29a2d6ea889f9f" }, { - "title": "La Barbade devient une république et se détache de la couronne britannique", - "description": "Déjà indépendante du Royaume-Uni depuis 1966, la petite île des Caraïbes célèbre, mardi, sa transition vers un régime républicain après quelque quatre siècles de sujétion au souverain britannique.", - "content": "Déjà indépendante du Royaume-Uni depuis 1966, la petite île des Caraïbes célèbre, mardi, sa transition vers un régime républicain après quelque quatre siècles de sujétion au souverain britannique.", + "title": "JO de Paris-2024 : deux rapports pointent des « risques » d’atteinte à la probité", + "description": "L’Agence française anticorruption pointe des « risques d’atteintes à la probité » et de « conflits d’intérêts », égratignant l’image des Jeux olympiques « exemplaires » voulus par le patron du Comité d’organisation.", + "content": "L’Agence française anticorruption pointe des « risques d’atteintes à la probité » et de « conflits d’intérêts », égratignant l’image des Jeux olympiques « exemplaires » voulus par le patron du Comité d’organisation.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/30/la-barbade-devient-une-republique-et-se-detache-de-la-couronne-britannique_6104132_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/26/jo-de-paris-2024-deux-rapports-pointent-des-risques-d-atteinte-a-la-probite_6103750_3242.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 06:57:42 +0100", + "pubDate": "Fri, 26 Nov 2021 15:43:39 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279260,16 +305075,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "320dd9c5d4f6e2e35a8b263de8ce2c3a" + "hash": "5355b33252c7de444f805a2de38e9d5c" }, { - "title": "Entre frugalité et technologies, quatre choix de société pour atteindre la neutralité carbone", - "description": "L’Agence de l’environnement et de la maîtrise de l’énergie (Ademe) présente des scénarios énergétiques pour 2050 allant d’une option misant fortement sur la sobriété à une autre pariant sur les innovations.", - "content": "L’Agence de l’environnement et de la maîtrise de l’énergie (Ademe) présente des scénarios énergétiques pour 2050 allant d’une option misant fortement sur la sobriété à une autre pariant sur les innovations.", + "title": "Football : la Confédération africaine d’accord pour un Mondial biennal", + "description": "A l’unanimité, les patrons des cinquante-quatre fédérations nationales du continent ont voté « oui ».", + "content": "A l’unanimité, les patrons des cinquante-quatre fédérations nationales du continent ont voté « oui ».", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/30/entre-frugalite-et-technologies-quatre-choix-de-societe-pour-atteindre-la-neutralite-carbone_6104131_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/26/football-la-confederation-africaine-d-accord-pour-un-mondial-biennal_6103749_3212.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 06:30:10 +0100", + "pubDate": "Fri, 26 Nov 2021 15:43:22 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279280,16 +305095,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2eac40e4470f50b0b299bad101d4bfb9" + "hash": "627cc3a2cd238aa7a1def9e0c52314c6" }, { - "title": "Covid-19 : un cas positif au variant Omicron identifié à La Réunion, il s’agirait du premier détecté en France", - "description": "Le patient est un homme qui a voyagé au Mozambique et a fait escale en Afrique du Sud, le premier pays à avoir détecté ce variant du coronavirus qui se répand depuis à travers le monde", - "content": "Le patient est un homme qui a voyagé au Mozambique et a fait escale en Afrique du Sud, le premier pays à avoir détecté ce variant du coronavirus qui se répand depuis à travers le monde", + "title": "Un secouriste, présumé mort, a finalement été retrouvé vivant vendredi après avoir passé la nuit dans les décombres de la mine en Russie, ramenant à 51 le bilan d’abord fixé à 52 morts.", + "description": "Un secouriste, présumé mort, a été retrouvé vivant vendredi après avoir passé la nuit dans les décombres de la mine, ramenant à 51 un bilan des victimes d’abord fixé à 52 morts, ont annoncé les autorités en évoquant un « miracle ».", + "content": "Un secouriste, présumé mort, a été retrouvé vivant vendredi après avoir passé la nuit dans les décombres de la mine, ramenant à 51 un bilan des victimes d’abord fixé à 52 morts, ont annoncé les autorités en évoquant un « miracle ».", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/30/covid-19-un-cas-positif-au-variant-omicron-identifie-a-la-reunion_6104125_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/25/russie-au-moins-onze-morts-et-une-cinquantaine-de-disparus-a-la-suite-d-un-accident-dans-une-mine-de-charbon_6103568_3210.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 06:08:41 +0100", + "pubDate": "Thu, 25 Nov 2021 12:14:00 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279300,16 +305115,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "8cb5e880e79321582fbe1da3c102e139" + "hash": "ae0763083e49e57c1e8b521174471c14" }, { - "title": "Mort de l’acteur aborigène David Dalaithngu, révélé mondialement dans « Crocodile Dundee »", - "description": "Lancé alors qu’il était adolescent grâce au film « La Randonnée », l’artiste australien a déroulé une carrière de près de cinquante ans. Il est mort à 68 ans, quelques années après la découverte d’un cancer.", - "content": "Lancé alors qu’il était adolescent grâce au film « La Randonnée », l’artiste australien a déroulé une carrière de près de cinquante ans. Il est mort à 68 ans, quelques années après la découverte d’un cancer.", + "title": "Tribune | Claire Nouvian : « J’ai honte que Nicolas Hulot prenne le rôle de victime »", + "description": "L’ancien ministre est intervenu mercredi sur BFM-TV à la veille de la diffusion d’une enquête d’« Envoyé spécial » qui le met en cause. Il a ainsi « préempté l’espace médiatique » pour décrédibiliser les femmes l’accusant de violences sexuelles, déplore, dans une tribune au « Monde », la militante écologiste, qui elle-même a témoigné dans l’émission.", + "content": "L’ancien ministre est intervenu mercredi sur BFM-TV à la veille de la diffusion d’une enquête d’« Envoyé spécial » qui le met en cause. Il a ainsi « préempté l’espace médiatique » pour décrédibiliser les femmes l’accusant de violences sexuelles, déplore, dans une tribune au « Monde », la militante écologiste, qui elle-même a témoigné dans l’émission.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/11/30/mort-de-l-acteur-aborigene-david-dalaithngu-revele-mondialement-dans-crocodile-dundee_6104103_3382.html", + "link": "https://www.lemonde.fr/idees/article/2021/11/26/claire-nouvian-j-ai-honte-que-nicolas-hulot-prenne-le-role-de-victime_6103740_3232.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 04:56:59 +0100", + "pubDate": "Fri, 26 Nov 2021 15:15:44 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279320,16 +305135,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "2d94499cd79269e72ebb52daf6077d01" + "hash": "2400aa3a3c5241d549d406df726547f0" }, { - "title": "En Centrafrique, un bataillon formé par l’UE serait sous la coupe de Wagner", - "description": "L’information figure dans un rapport du Service européen pour l’action extérieure, alors que Bruxelles étudie des sanctions contre le groupe de mercenaires russes.", - "content": "L’information figure dans un rapport du Service européen pour l’action extérieure, alors que Bruxelles étudie des sanctions contre le groupe de mercenaires russes.", + "title": "Sciences Po Grenoble : relaxe pour les étudiants passés en conseil de discipline", + "description": "La décision va à l’encontre du souhait de la ministre de l’enseignement supérieur de voir sanctionnés les dix-sept étudiants poursuivis pour avoir participé à la diffusion des accusations d’islamophobie visant deux professeurs au début de 2021.", + "content": "La décision va à l’encontre du souhait de la ministre de l’enseignement supérieur de voir sanctionnés les dix-sept étudiants poursuivis pour avoir participé à la diffusion des accusations d’islamophobie visant deux professeurs au début de 2021.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/30/en-centrafrique-un-bataillon-forme-par-l-ue-serait-sous-la-coupe-de-wagner_6104101_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/26/sciences-po-grenoble-relaxe-pour-les-etudiants-passes-en-conseil-de-discipline_6103737_3224.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 03:32:05 +0100", + "pubDate": "Fri, 26 Nov 2021 14:55:29 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279340,16 +305155,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "5909fd91355ca2375ec4dfcde0b1cacf" + "hash": "001a6b98f2f0d1f0a13de13e82b7433e" }, { - "title": "La pandémie de Covid-19 a réduit le nombre de dépistages et de nouveaux diagnostics de séropositivité du VIH en France en 2020", - "description": "Le nombre de cas découverts de séropositivité a baissé de 14 % par rapport à l’année précédente, en raison de la « diminution du recours au dépistage, notamment lors du premier confinement », explique Santé publique France.", - "content": "Le nombre de cas découverts de séropositivité a baissé de 14 % par rapport à l’année précédente, en raison de la « diminution du recours au dépistage, notamment lors du premier confinement », explique Santé publique France.", + "title": "Le traité du Quirinal signé entre la France et l’Italie pour renforcer leur coopération", + "description": "Ce « traité pour une coopération bilatérale renforcée » est très rare en Europe : il s’agit seulement du second signé par la France, après celui de l’Elysée, paraphé en 1963 avec l’Allemagne.", + "content": "Ce « traité pour une coopération bilatérale renforcée » est très rare en Europe : il s’agit seulement du second signé par la France, après celui de l’Elysée, paraphé en 1963 avec l’Allemagne.", "category": "", - "link": "https://www.lemonde.fr/sante/article/2021/11/30/la-pandemie-de-covid-19-a-reduit-le-nombre-de-depistages-et-de-nouveaux-diagnostics-de-seropositivite-du-vih-en-france-en-2020_6104096_1651302.html", + "link": "https://www.lemonde.fr/international/article/2021/11/26/le-traite-du-quirinal-signe-entre-la-france-et-l-italie-pour-renforcer-leur-cooperation_6103735_3210.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 02:23:41 +0100", + "pubDate": "Fri, 26 Nov 2021 14:31:32 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279360,16 +305175,16 @@ "favorite": false, "created": false, "tags": [], - "hash": "1e88d194b9da673756daadd1f4431c00" + "hash": "7b8c05f85d31b55835b1e09a27cc1391" }, { - "title": "Ballon d’or 2021 : Lionel Messi ou la force de l’habitude", - "description": "Malgré des débuts timides avec le PSG, l’Argentin a remporté, lundi à Paris, son septième trophée. Il devance Robert Lewandowski et Jorginho. Karim Benzema termine au pied du podium.", - "content": "Malgré des débuts timides avec le PSG, l’Argentin a remporté, lundi à Paris, son septième trophée. Il devance Robert Lewandowski et Jorginho. Karim Benzema termine au pied du podium.", + "title": "Pêche post-Brexit : journée d’action nationale des pêcheurs français pour protester contre les licences", + "description": "En vertu de l’accord de Brexit, les pêcheurs européens peuvent continuer à travailler dans les eaux britanniques à condition de prouver qu’ils y pêchaient auparavant. Mais Français et Britanniques se disputent sur la nature et l’ampleur des justificatifs à fournir.", + "content": "En vertu de l’accord de Brexit, les pêcheurs européens peuvent continuer à travailler dans les eaux britanniques à condition de prouver qu’ils y pêchaient auparavant. Mais Français et Britanniques se disputent sur la nature et l’ampleur des justificatifs à fournir.", "category": "", - "link": "https://www.lemonde.fr/football/article/2021/11/30/ballon-d-or-2021-lionel-messi-ou-la-force-de-l-habitude_6104095_1616938.html", + "link": "https://www.lemonde.fr/international/article/2021/11/26/crise-de-la-peche-apres-saint-malo-calais-est-bloque-par-les-pecheurs-francais-pour-protester-contre-les-licences-post-brexit_6103733_3210.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 01:14:09 +0100", + "pubDate": "Fri, 26 Nov 2021 14:07:34 +0100", "enclosure": "", "enclosureType": "", "image": "", @@ -279380,10571 +305195,10809 @@ "favorite": false, "created": false, "tags": [], - "hash": "dee7e4946b4f1125258a4904d9d3216d" + "hash": "657730884f39bafb49b0c8ef83978f06" }, { - "title": "Hugo Roellinger sacré « cuisinier de l’année » par le Gault & Millau", - "description": "Le deuxième grand guide gastronomique français a récompensé le chef de 33 ans du restaurant Le Coquillage, en Ille-et-Vilaine. Le titre de pâtissier de l’année est revenu à Maxime Frédéric, celui de sommelière à Magali Picherie.", - "content": "Le deuxième grand guide gastronomique français a récompensé le chef de 33 ans du restaurant Le Coquillage, en Ille-et-Vilaine. Le titre de pâtissier de l’année est revenu à Maxime Frédéric, celui de sommelière à Magali Picherie.", + "title": "Au Niger, un convoi militaire français bloqué par des manifestants", + "description": "Une centaine de véhicules de l’armée française tentent de rallier le Mali, en transitant par le Niger et le Burkina Faso. La semaine dernière, le convoi avait déjà été forcé à l’arrêt par des manifestations contre la présence militaire française.", + "content": "Une centaine de véhicules de l’armée française tentent de rallier le Mali, en transitant par le Niger et le Burkina Faso. La semaine dernière, le convoi avait déjà été forcé à l’arrêt par des manifestations contre la présence militaire française.", "category": "", - "link": "https://www.lemonde.fr/m-gastronomie/article/2021/11/30/hugo-roellinger-sacre-cuisinier-de-l-annee-par-le-gault-amp-millau_6104093_4497540.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/27/au-niger-un-convoi-militaire-francais-bloque-par-des-manifestants_6103877_3212.html", "creator": "", - "pubDate": "Tue, 30 Nov 2021 00:40:08 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Sat, 27 Nov 2021 15:24:41 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "278e8534a8dc56ef3bd1336876e6cc91" + "hash": "d4b7f6ef1310335b3553eb6592749c22" }, { - "title": "Les maternités françaises comptaient moins de 15 000 lits fin 2020", - "description": "Entre 2019 et 2020, 254 lits ont été supprimés et trois maternités ont fermé. En 2000, on dénombrait plus de 20 000 lits dans 742 maternités.", - "content": "Entre 2019 et 2020, 254 lits ont été supprimés et trois maternités ont fermé. En 2000, on dénombrait plus de 20 000 lits dans 742 maternités.", + "title": "Election présidentielle 2022 : à Marseille, Eric Zemmour termine une visite ratée par un doigt d’honneur", + "description": "Cette image malheureuse intervient au terme d’un déplacement dans la cité phocéenne et d’une série de bévues, ces dernières semaines.", + "content": "Cette image malheureuse intervient au terme d’un déplacement dans la cité phocéenne et d’une série de bévues, ces dernières semaines.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/29/les-maternites-francaises-comptaient-moins-de-15-000-lits-fin-2020_6104089_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/27/election-presidentielle-2022-a-marseille-eric-zemmour-termine-une-visite-ratee-par-un-doigt-d-honneur_6103876_823448.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 22:22:19 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Sat, 27 Nov 2021 14:41:43 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "d676b40828284ceffee8a6c26532f238" + "hash": "cc337b02a67de9106e2c9a5e4af2be26" }, { - "title": "Lionel Messi remporte le Ballon d’or pour la septième fois", - "description": "Le joueur du PSG a devancé le Polonais Robert Lewandowski (Bayern Munich) et l’Italo-Brésilien Jorginho (Chelsea). La victoire en Copa America cet été, son premier trophée en seize ans sous le maillot argentin, a très certainement fait pencher la balance en sa faveur.", - "content": "Le joueur du PSG a devancé le Polonais Robert Lewandowski (Bayern Munich) et l’Italo-Brésilien Jorginho (Chelsea). La victoire en Copa America cet été, son premier trophée en seize ans sous le maillot argentin, a très certainement fait pencher la balance en sa faveur.", + "title": "Covid-19 : le nouveau variant Omicron suscite des inquiétudes en Europe", + "description": "L’OMS a jugé « préoccupant » ce variant. Seule la Belgique a annoncé la présence d’un cas avéré sur son territoire, mais des cas suspects apparaissent en Europe.", + "content": "L’OMS a jugé « préoccupant » ce variant. Seule la Belgique a annoncé la présence d’un cas avéré sur son territoire, mais des cas suspects apparaissent en Europe.", "category": "", - "link": "https://www.lemonde.fr/football/live/2021/11/29/ballon-d-or-2021-vivez-en-direct-l-election-du-meilleur-joueur-de-la-saison-de-football_6104075_1616938.html", + "link": "https://www.lemonde.fr/planete/live/2021/11/27/covid-19-le-nouveau-variant-omicron-suscite-des-inquietudes-en-europe_6103865_3244.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 19:00:07 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Sat, 27 Nov 2021 12:17:34 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a0a872e25999fe591d35dde5ae88235" + "hash": "e940333622d6c684cdd66d3c013c9439" }, { - "title": "Affaire Hulot : Matthieu Orphelin estime avoir « servi de fusible facile » pour l’équipe de campagne de Yannick Jadot", - "description": "Porte-parole du candidat écologiste à la présidentielle et proche de l’ancien ministre Nicolas Hulot accusé de viol et agressions sexuelles, Matthieu Orphelin affirme avoir été mis en retrait de façon « inélégante ».", - "content": "Porte-parole du candidat écologiste à la présidentielle et proche de l’ancien ministre Nicolas Hulot accusé de viol et agressions sexuelles, Matthieu Orphelin affirme avoir été mis en retrait de façon « inélégante ».", + "title": "Election présidentielle 2022 : la campagne à très bas bruit d’Anne Hidalgo", + "description": "La candidate socialiste parcourt la France et donne des meetings, indifférente à son déficit de notoriété supposé.", + "content": "La candidate socialiste parcourt la France et donne des meetings, indifférente à son déficit de notoriété supposé.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/29/affaire-hulot-matthieu-orphelin-estime-avoir-servi-de-fusible-facile-pour-l-equipe-de-campagne-de-yannick-jadot_6104086_6059010.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/27/election-presidentielle-2022-la-campagne-a-tres-bas-bruit-d-anne-hidalgo_6103855_6059010.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 21:39:57 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Sat, 27 Nov 2021 10:47:03 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82e6c148ff51a26c2e5d9d84b7917424" + "hash": "253891de91ca052ef4f8e1b51e5435d7" }, { - "title": "La rédaction de Franceinfo.fr en grève le jour du débat des Républicains", - "description": "La grève, qui implique environ 70 journalistes, devrait être fortement suivie.", - "content": "La grève, qui implique environ 70 journalistes, devrait être fortement suivie.", + "title": "Covid-19 : le nouveau variant Omicron se répand, le monde isole l’Afrique australe", + "description": "L’OMS estime qu’il faudra « quelques semaines » pour comprendre le niveau de transmissibilité et de virulence de ce variant. L’efficacité des vaccins contre cette forme mutante du virus est encore à l’étude.", + "content": "L’OMS estime qu’il faudra « quelques semaines » pour comprendre le niveau de transmissibilité et de virulence de ce variant. L’efficacité des vaccins contre cette forme mutante du virus est encore à l’étude.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/29/la-redaction-de-franceinfo-fr-en-greve-le-jour-du-debat-des-republicains_6104084_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/27/la-conference-ministerielle-de-l-organisation-mondiale-du-commerce-victime-du-covid-19_6103807_3234.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 21:08:24 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Sat, 27 Nov 2021 00:51:30 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9fc41e6e99f59f3fc3b14a4ab77f739" + "hash": "8fdbc9c110bcfca42b65297015988ec0" }, { - "title": "A la Guadeloupe, couvre-feu prolongé après une brève rencontre entre des syndicats et le ministre des outre-mer", - "description": "Les discussions ont tourné court, les syndicats refusant de « condamner des tentatives d’assassinat contre des policiers et des gendarmes », selon Sébastien Lecornu.", - "content": "Les discussions ont tourné court, les syndicats refusant de « condamner des tentatives d’assassinat contre des policiers et des gendarmes », selon Sébastien Lecornu.", + "title": "Iles Salomon : troisième jour d’émeutes, un couvre-feu instauré dans la capitale", + "description": "Les émeutes ont débuté mercredi, quand des centaines de personnes ont manifesté pour réclamer la démission du premier ministre avant de se rendre dans le quartier chinois de Honiara.", + "content": "Les émeutes ont débuté mercredi, quand des centaines de personnes ont manifesté pour réclamer la démission du premier ministre avant de se rendre dans le quartier chinois de Honiara.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/29/a-la-guadeloupe-couvre-feu-prolonge-apres-une-breve-rencontre-entre-des-syndicats-et-le-ministre-des-outre-mer_6104083_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/26/iles-salomon-troisieme-jour-d-emeutes-un-couvre-feu-instaure-dans-la-capitale_6103730_3210.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 20:57:42 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 13:05:12 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8d6f269f50aae84a6e9001f838b2f400" + "hash": "d3d45f9a9e849f85aa904cc1a2f4820d" }, { - "title": "Anne Hidalgo perd une de ses adjointes-clés à la Mairie de Paris", - "description": "L’ancienne écologiste Célia Blauel, en charge de la prospective Paris 2030, quitte la vie politique professionnelle « pour des raisons strictement personnelles ».", - "content": "L’ancienne écologiste Célia Blauel, en charge de la prospective Paris 2030, quitte la vie politique professionnelle « pour des raisons strictement personnelles ».", + "title": "« Black Friday » : les sites d’Amazon en Europe ciblés par des actions de militants écologistes", + "description": "Des membres du mouvement Extinction Rebellion ont notamment organisé des blocages de centres de distribution du géant américain pour protester contre l’« obsession de la surconsommation ».", + "content": "Des membres du mouvement Extinction Rebellion ont notamment organisé des blocages de centres de distribution du géant américain pour protester contre l’« obsession de la surconsommation ».", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/29/anne-hidalgo-perd-une-de-ses-adjointes-cles-a-la-mairie-de-paris_6104080_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/26/black-friday-extinction-rebellion-bloque-plusieurs-centres-d-amazon-en-europe_6103728_3234.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 20:01:08 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 12:50:08 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3402b4fabe516ab7f23fab155d94e2d6" + "hash": "4aa4adb674d4b9a1c78d05c81daf0876" }, { - "title": "Le Parlement adopte définitivement le projet de budget de la Sécurité sociale pour 2022", - "description": "Le projet de budget pour 2022 comporte des mesures pour le grand âge, les soignants ou encore sur le remboursement de la contraception. Il prévoit, par ailleurs, un déficit de 20,4 milliards d’euros, après 33,5 milliards en 2021.", - "content": "Le projet de budget pour 2022 comporte des mesures pour le grand âge, les soignants ou encore sur le remboursement de la contraception. Il prévoit, par ailleurs, un déficit de 20,4 milliards d’euros, après 33,5 milliards en 2021.", + "title": "Le retour de la Syrie à Interpol, un signal inquiétant pour les anti-Assad", + "description": "Vingt ONG de la société civile syrienne protestent contre la levée des restrictions appliquées au régime de Bachar Al-Assad depuis neuf ans par l’organisation internationale de police.", + "content": "Vingt ONG de la société civile syrienne protestent contre la levée des restrictions appliquées au régime de Bachar Al-Assad depuis neuf ans par l’organisation internationale de police.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/29/le-parlement-adopte-definitivement-le-projet-de-budget-de-la-securite-sociale-pour-2022_6104077_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/11/26/le-retour-de-la-syrie-a-interpol-un-signal-inquietant-pour-les-anti-assad_6103721_3210.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 19:01:05 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 12:09:40 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed1132eaa31977f873a5908dab4177a1" + "hash": "c7af83a739175188ffe5be63307d6e96" }, { - "title": "Valérie Pécresse dévoile son projet de réforme constitutionnelle « sur la sécurité intérieure et contre l’islamisme »", - "description": "La candidate à l’investiture du parti Les Républicains souhaite notamment étendre le champ de la légitime défense, mettre en place des peines planchers et renforcer les prérogatives de la police municipale.", - "content": "La candidate à l’investiture du parti Les Républicains souhaite notamment étendre le champ de la légitime défense, mettre en place des peines planchers et renforcer les prérogatives de la police municipale.", + "title": "Vague d’arrestations à Marseille après l’été meurtrier des règlements de comptes", + "description": "Douze personnes ont été interpellées en début de semaine. Ce coup de filet fait suite aux affrontements entre la bande des Blacks et celle des Oliviers.", + "content": "Douze personnes ont été interpellées en début de semaine. Ce coup de filet fait suite aux affrontements entre la bande des Blacks et celle des Oliviers.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/29/valerie-pecresse-devoile-son-projet-de-reforme-constitutionnelle-sur-la-securite-interieure-et-contre-l-islamisme_6104074_6059010.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/26/une-vague-d-arrestations-a-marseille-apres-l-ete-meurtrier-marque-par-des-reglements-de-comptes_6103720_3224.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:35:01 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 12:00:24 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e29aa348c4d0c3a20be89394a3d16822" + "hash": "6c33e17958b0644bf57210cb1e77e66b" }, { - "title": "Sciences | Les nouveaux paradoxes de la physique quantique", - "description": "Omniprésente dans les nouvelles technologies, la physique quantique fait partie de notre quotidien. Elle met pourtant en déroute l’intuition commune et trouve le moyen de surprendre encore dans ses derniers développements.", - "content": "Omniprésente dans les nouvelles technologies, la physique quantique fait partie de notre quotidien. Elle met pourtant en déroute l’intuition commune et trouve le moyen de surprendre encore dans ses derniers développements.", + "title": "Le sous-traitant automobile SAM définitivement placé en liquidation judiciaire", + "description": "Unique donneur d’ordre de la SAM, Renault avait sonné le glas des espoirs des 350 salariés en refusant de soutenir le seul projet de reprise de son sous-traitant aveyronnais.", + "content": "Unique donneur d’ordre de la SAM, Renault avait sonné le glas des espoirs des 350 salariés en refusant de soutenir le seul projet de reprise de son sous-traitant aveyronnais.", "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/11/29/les-nouveaux-paradoxes-de-la-physique-quantique_6104066_1650684.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/26/le-sous-traitant-automobile-sam-place-en-liquidation-judiciaire-et-cessation-d-activite_6103714_3234.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:00:09 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 11:34:15 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "255d7fa99d5edd1411918b7c257762e4" + "hash": "f242852205aea6648bdef55b29011788" }, { - "title": "La majorité présidentielle lance sa « maison commune » pour les élections de 2022", - "description": "Les partis de la majorité présidentielle – La République en marche (LRM), le MoDem, Agir et Horizons – lancent lundi soir à Paris une association politique commune pour préparer la présidentielle et les législatives de 2022.", - "content": "Les partis de la majorité présidentielle – La République en marche (LRM), le MoDem, Agir et Horizons – lancent lundi soir à Paris une association politique commune pour préparer la présidentielle et les législatives de 2022.", + "title": "Naufrage de migrants dans la Manche : les accords du Touquet au cœur des critiques", + "description": "A la suite du naufrage d’une embarcation dans la Manche qui a causé la mort de 27 personnes, de nombreux responsables politiques demandent la renégociation de ce traité signé en 2003 entre la France et le Royaume-Uni.", + "content": "A la suite du naufrage d’une embarcation dans la Manche qui a causé la mort de 27 personnes, de nombreux responsables politiques demandent la renégociation de ce traité signé en 2003 entre la France et le Royaume-Uni.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/29/la-majorite-presidentielle-lance-sa-maison-commune-pour-les-elections-de-2022_6104072_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/26/naufrage-de-migrants-dans-la-manche-les-accords-du-touquet-au-c-ur-des-critiques_6103713_823448.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:00:51 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 11:33:27 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ab0d35bae1268db35d7119ec974bd985" + "hash": "2f90ed791d509b4f10c1525685e42163" }, { - "title": "Vers une hausse du smic de 0,5 % à 0,6 % au 1er janvier 2022", - "description": "Dans un rapport transmis lundi 29 novembre aux partenaires sociaux, un groupe d’experts recommande de ne pas donner de coup de pouce au salaire minimum après la majoration de 2,2 % le 1er octobre.", - "content": "Dans un rapport transmis lundi 29 novembre aux partenaires sociaux, un groupe d’experts recommande de ne pas donner de coup de pouce au salaire minimum après la majoration de 2,2 % le 1er octobre.", + "title": "Une femme de 80 ans, propriétaire d’un logement à Montbrison qu’elle louait sur Airbnb à des prostituées, a été relaxée", + "description": "Elle a été jugée pour avoir loué son appartement pendant près d’un an et demi à des prostituées. Le tribunal de Saint-Etienne ne l’a pas condamnée, au bénéfice du doute.", + "content": "Elle a été jugée pour avoir loué son appartement pendant près d’un an et demi à des prostituées. Le tribunal de Saint-Etienne ne l’a pas condamnée, au bénéfice du doute.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/29/vers-une-hausse-du-smic-de-0-5-a-0-6-au-1er-janvier-2022_6104071_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/26/a-saint-etienne-la-proprietaire-d-un-logement-loue-sur-airbnb-par-des-prostituees-a-ete-relaxee_6103712_3224.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 18:00:50 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 11:31:31 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fe368e60f3011412b57add82fac7f233" + "hash": "31806c34010d74e8af4cd6d93bd5ac94" }, { - "title": "Bercy prolonge d’un an la protection des fleurons nationaux", - "description": "Le contrôle du gouvernement pour toute prise de participation d’au moins 10 % par un investisseur non européen dans une société cotée est prolongé jusqu’à fin 2022.", - "content": "Le contrôle du gouvernement pour toute prise de participation d’au moins 10 % par un investisseur non européen dans une société cotée est prolongé jusqu’à fin 2022.", + "title": "Au procès des attentats des 13-Novembre, le témoignage décevant de l’enquêteur belge « PFB 446 906 682 »", + "description": "Quatre accusés, dont Salah Abdeslam, ont refusé de comparaître, jeudi, afin de protester contre le recours à la visioconférence accordé aux policiers belges. Le premier d’entre eux a réussi l’exploit d’unifier contre lui le parquet, les parties civiles et la défense par son mutisme.", + "content": "Quatre accusés, dont Salah Abdeslam, ont refusé de comparaître, jeudi, afin de protester contre le recours à la visioconférence accordé aux policiers belges. Le premier d’entre eux a réussi l’exploit d’unifier contre lui le parquet, les parties civiles et la défense par son mutisme.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/29/bercy-prolonge-d-un-an-la-protection-des-fleurons-nationaux_6104063_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/26/au-proces-du-13-novembre-le-temoignage-decevant-de-l-enqueteur-belge-pfb-446-906-682_6103711_3224.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:49:58 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 11:23:04 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "474625cb786ecee472b032930da0f315" + "hash": "346b8910afd21e1ad899b7444c55791d" }, { - "title": "Quelles sont les données qui montrent la dégradation de la santé psychique des Français ?", - "description": "Etats anxieux et dépressifs, recours aux antidépresseurs, hospitalisations pour tentative de suicide… Différents indicateurs restent au rouge depuis le début de la pandémie.", - "content": "Etats anxieux et dépressifs, recours aux antidépresseurs, hospitalisations pour tentative de suicide… Différents indicateurs restent au rouge depuis le début de la pandémie.", + "title": "Le bilan mitigé du plan de formation des chômeurs", + "description": "Un rapport présenté jeudi souligne que le plan mis en place depuis trois ans par le gouvernement a peu favorisé les demandeurs d’emplois faiblement diplômés ou qualifiés.", + "content": "Un rapport présenté jeudi souligne que le plan mis en place depuis trois ans par le gouvernement a peu favorisé les demandeurs d’emplois faiblement diplômés ou qualifiés.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/29/quelles-sont-les-donnees-qui-montrent-la-degradation-de-la-sante-psychique-des-francais_6104060_4355770.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/26/le-bilan-mitige-du-plan-de-formation-des-chomeurs_6103707_823448.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:24:04 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 11:00:13 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9266f76a3d0556f3e971c2d1b43c8988" + "hash": "2d9dd320c1c724821527d63efe93cc3f" }, { - "title": "Affaire Fillon : cinq ans de prison, dont un ferme, et 375 000 euros d’amende requis contre l’ancien premier ministre", - "description": "Le parquet général a également demandé deux ans de prison avec sursis, 100 000 euros d’amende et deux ans d’inéligibilité envers son épouse Penelope Fillon.", - "content": "Le parquet général a également demandé deux ans de prison avec sursis, 100 000 euros d’amende et deux ans d’inéligibilité envers son épouse Penelope Fillon.", + "title": "« Ne pas ajouter l’oubli à l’insupportable tragédie » : les enfants nés sans vie pourront se voir donner un nom de famille", + "description": "La mesure adoptée par le Parlement vient compléter la reconnaissance symbolique de l’enfant qui n’est pas né vivant, pour lequel les parents pouvaient déjà demander l’établissement d’un acte d’enfant sans vie et lui choisir un prénom.", + "content": "La mesure adoptée par le Parlement vient compléter la reconnaissance symbolique de l’enfant qui n’est pas né vivant, pour lequel les parents pouvaient déjà demander l’établissement d’un acte d’enfant sans vie et lui choisir un prénom.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/29/affaire-fillon-cinq-ans-de-prison-dont-un-ferme-et-375-000-euros-d-amende-requis-contre-l-ancien-premier-ministre_6104059_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/26/ne-pas-ajouter-l-oubli-a-l-insupportable-tragedie-les-enfants-nes-sans-vie-pourront-se-voir-donner-un-nom-de-famille_6103702_3224.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:20:38 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 10:51:14 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f6d8d72933a337d00ca03d8951c6a9c" + "hash": "1ec2c18f3c03e54f2140af03df6ada17" }, { - "title": "Inondations : une octogénaire retrouvée morte dans le Nord", - "description": "Selon la gendarmerie, cette dame, « sujette à malaise, aurait fait une chute dans l’escalier et s’est noyée » dans sa cave. Le Nord et le Pas-de-Calais restent classés en vigilance orange « crues » jusqu’à 6 heures mardi.", - "content": "Selon la gendarmerie, cette dame, « sujette à malaise, aurait fait une chute dans l’escalier et s’est noyée » dans sa cave. Le Nord et le Pas-de-Calais restent classés en vigilance orange « crues » jusqu’à 6 heures mardi.", + "title": "Bruxelles recommande une harmonisation du certificat Covid", + "description": "L’Union européenne risque de se fragmenter à nouveau sous l’effet des mesures prises dans chaque pays pour lutter contre la nouvelle vague.", + "content": "L’Union européenne risque de se fragmenter à nouveau sous l’effet des mesures prises dans chaque pays pour lutter contre la nouvelle vague.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/29/inondations-une-octogenaire-retrouvee-morte-dans-le-nord_6104058_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/26/bruxelles-recommande-une-harmonisation-du-certificat-covid_6103701_3244.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:12:30 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 10:50:36 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "118bc3b8d7a5f6d29d362e8cb2fdf097" + "hash": "04710c1537a4ec1740f5a9e52ce8884b" }, { - "title": "Jack Dorsey démissionne de son poste de directeur général de Twitter", - "description": "Le cofondateur du réseau social avait repris la tête de la compagnie en octobre 2015, tout en continuant de diriger son autre entreprise, le spécialiste des paiements Square.", - "content": "Le cofondateur du réseau social avait repris la tête de la compagnie en octobre 2015, tout en continuant de diriger son autre entreprise, le spécialiste des paiements Square.", + "title": "Au Soudan, la rue reste déterminée à faire tomber la junte militaire", + "description": "Des dizaines de milliers de Soudanais ont manifesté à travers le pays, jeudi 25 novembre, pour dénoncer tout accord avec les généraux. Le retour du premier ministre, Abdallah Hamdok, n’a pas apaisé les manifestants.", + "content": "Des dizaines de milliers de Soudanais ont manifesté à travers le pays, jeudi 25 novembre, pour dénoncer tout accord avec les généraux. Le retour du premier ministre, Abdallah Hamdok, n’a pas apaisé les manifestants.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/29/jack-dorsey-demissionne-de-son-poste-de-directeur-general-de-twitter_6104056_4408996.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/26/au-soudan-la-rue-reste-determinee-a-faire-tomber-la-junte-militaire_6103700_3212.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:00:33 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 10:46:28 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0ba38f1069ac6de959aeafb99a08aea" + "hash": "901802804b268658f7b6e6dc6e2aeae3" }, { - "title": "Au Tchad, amnistie générale pour des rebelles et opposants", - "description": "La mesure concerne 296 personnes condamnées – détenues ou non – et était l’une des « conditions » posées par des groupes rebelles pour participer au dialogue national.", - "content": "La mesure concerne 296 personnes condamnées – détenues ou non – et était l’une des « conditions » posées par des groupes rebelles pour participer au dialogue national.", + "title": "Le Japon prêt à doubler ses dépenses de défense", + "description": "Inquiet de l’intensification des manœuvres chinoises dans la région, l’archipel nippon renforce son budget militaire à près de 47,2 milliards d’euros, un montant similaire à celui de la France.", + "content": "Inquiet de l’intensification des manœuvres chinoises dans la région, l’archipel nippon renforce son budget militaire à près de 47,2 milliards d’euros, un montant similaire à celui de la France.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/29/au-tchad-amnistie-generale-pour-des-rebelles-et-opposants_6104041_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/11/26/le-japon-pret-a-doubler-ses-depenses-de-defense_6103698_3210.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 15:56:11 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 10:36:40 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "939f4b68f03abb522ec4c71d18c3ae5b" + "hash": "f371e13357fa10e02978f0dbe988689f" }, { - "title": "Variant Omicron: nos journalistes des services Science et Eco, David Larousserie et Eric Albert, répondent à vos questions.", - "description": "Alors que les contaminations au Covid-19 augmentent, les ministres de la santé de plusieurs pays se retrouvent lundi à Londres « pour discuter de l’évolution de la situation » de ce nouveau variant. Nos journalistes, David Larousserie (Science) et Eric Albert (Economie), ont répondu à vos questions.", - "content": "Alors que les contaminations au Covid-19 augmentent, les ministres de la santé de plusieurs pays se retrouvent lundi à Londres « pour discuter de l’évolution de la situation » de ce nouveau variant. Nos journalistes, David Larousserie (Science) et Eric Albert (Economie), ont répondu à vos questions.", + "title": "Enquête | En Ouganda, l’or noir de Total impose le silence et la peur", + "description": "Dans ce pays pauvre et enclavé, un immense chantier pétrolier dans lequel le groupe français joue un rôle moteur suscite de plus en plus de critiques. Pour ses conséquences sur l’environnement et pour le sort réservé aux populations locales, qui n’osent résister par crainte des représailles.", + "content": "Dans ce pays pauvre et enclavé, un immense chantier pétrolier dans lequel le groupe français joue un rôle moteur suscite de plus en plus de critiques. Pour ses conséquences sur l’environnement et pour le sort réservé aux populations locales, qui n’osent résister par crainte des représailles.", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/11/29/variant-omicron-risque-tres-eleve-selon-l-oms-fermetures-de-frontieres-le-point-sur-la-situation_6103985_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/26/projet-d-exploitation-petroliere-en-ouganda-silence-sur-l-or-noir_6103639_3212.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 08:04:00 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Fri, 26 Nov 2021 02:20:38 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ac30a06b13f6036b75e0aca41188d665" + "hash": "40364bb97403edfb3e91f4210f100571" }, { - "title": "Les principales propositions des cinq prétendants à l’investiture des Républicains pour l’élection présidentielle – Michel Barnier, Eric Ciotti, Valérie Pécresse, Philippe Juvin et Xavier Bertrand", - "description": "Retrouvez les principales propositions des cinq prétendants à l’investiture des Républicains pour l’élection présidentielle – Michel Barnier, Eric Ciotti, Valérie Pécresse, Philippe Juvin et Xavier Bertrand –, qui seront départagés lors du congrès du parti, qui aura lieu du 1er au 4 décembre.", - "content": "Retrouvez les principales propositions des cinq prétendants à l’investiture des Républicains pour l’élection présidentielle – Michel Barnier, Eric Ciotti, Valérie Pécresse, Philippe Juvin et Xavier Bertrand –, qui seront départagés lors du congrès du parti, qui aura lieu du 1er au 4 décembre.", + "title": "Covid-19 : le Royaume-Uni va interdire son territoire aux voyageurs en provenance de six pays d’Afrique en raison d’un nouveau variant", + "description": "Les vols en provenance d’Afrique du Sud, de Namibie, du Lesotho, d’Eswatini, du Zimbabwe et du Botswana seront suspendus à compter de vendredi midi. Ce variant détecté en Afrique du Sud présente un « potentiel de propagation très rapide ».", + "content": "Les vols en provenance d’Afrique du Sud, de Namibie, du Lesotho, d’Eswatini, du Zimbabwe et du Botswana seront suspendus à compter de vendredi midi. Ce variant détecté en Afrique du Sud présente un « potentiel de propagation très rapide ».", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/23/congres-lr-comparez-les-programmes-des-cinq-candidats_6103321_4355770.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/25/covid-19-le-royaume-uni-va-interdire-son-territoire-aux-voyageurs-en-provenance-de-six-pays-d-afrique-en-raison-du-nouveau-variant_6103630_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 19:07:04 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 23:00:45 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06340f61c73f27e5b08c61572e6bf5fd" + "hash": "7ebd80f58eaf40122d65f11662ecbbd3" }, { - "title": "Après une rocambolesque élection-démission la semaine dernière, la chef des sociaux-démocrates suédois a été réélue première ministre lundi 29 novembre par le Parlement.", - "description": "Après une rocambolesque élection-démission la semaine dernière, la chef des sociaux-démocrates a été réélue par le Parlement et va pouvoir devenir officiellement la première femme à occuper ce poste.", - "content": "Après une rocambolesque élection-démission la semaine dernière, la chef des sociaux-démocrates a été réélue par le Parlement et va pouvoir devenir officiellement la première femme à occuper ce poste.", + "title": "Naufrage de migrants : à Calais et à Dunkerque, des rassemblements en hommage aux victimes", + "description": "Les soutiens des migrants ont observé une minute de silence et déployé une banderole portant les noms de la plupart des 309 personnes ayant trouvé la mort à cette frontière entre la France et la Grande-Bretagne depuis 1999, selon un décompte associatif.", + "content": "Les soutiens des migrants ont observé une minute de silence et déployé une banderole portant les noms de la plupart des 309 personnes ayant trouvé la mort à cette frontière entre la France et la Grande-Bretagne depuis 1999, selon un décompte associatif.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/29/magdalena-andersson-repasse-devant-le-parlement-suedois-pour-devenir-premiere-ministre_6103977_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/25/naufrage-de-migrants-a-calais-et-a-dunkerque-des-rassemblements-en-hommage-aux-victimes_6103629_3210.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 06:12:39 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 22:10:05 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f90e9dbd21d4b5864cc4af7c46bec082" + "hash": "257d6b45385de75d05b9d1fbce48e1d6" }, { - "title": "Ces jeunes diplômés qui choisissent de travailler moins pour « vivre mieux »", - "description": "Réduire son temps de travail, trouver des alternatives au salariat, réduire son niveau de vie… Bien insérés et engagés dans des carrières stables, certains jeunes diplômés s’interrogent sur le sens de la « valeur travail ». Reportage à Nantes.", - "content": "Réduire son temps de travail, trouver des alternatives au salariat, réduire son niveau de vie… Bien insérés et engagés dans des carrières stables, certains jeunes diplômés s’interrogent sur le sens de la « valeur travail ». Reportage à Nantes.", + "title": "Les trottinettes électriques vont être bridées à 10 km/h dans Paris", + "description": "La Mairie a décidé de durcir sa politique dès le mois de décembre pour faire face aux accidents qui tendent à se multiplier. Par ailleurs, le nombre de sociétés proposant des scooters et motos en libre-service va être limité à deux ou trois.", + "content": "La Mairie a décidé de durcir sa politique dès le mois de décembre pour faire face aux accidents qui tendent à se multiplier. Par ailleurs, le nombre de sociétés proposant des scooters et motos en libre-service va être limité à deux ou trois.", "category": "", - "link": "https://www.lemonde.fr/campus/article/2021/11/29/ces-diplomes-qui-choisissent-de-travailler-moins-pour-vivre-mieux_6103960_4401467.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/25/les-trottinettes-electriques-vont-etre-bridees-a-10-km-h-dans-paris_6103627_823448.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 01:27:47 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 21:07:33 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7be7c247d23a7c20a4b221b1eb86e350" + "hash": "a1b63dcc7f486d6079c2158cc1f723e3" }, { - "title": "Face à Eric Zemmour, le scepticisme de l’électorat de droite : « Le problème, c’est qu’il est meilleur débatteur que candidat »", - "description": "A Antibes, 73 000 habitants, la candidature du polémiste laisse sceptique, même si ses idées séduisent largement et donnent de l’espoir à ceux qui ont voté François Fillon en 2017 et espèrent un réveil de la droite.", - "content": "A Antibes, 73 000 habitants, la candidature du polémiste laisse sceptique, même si ses idées séduisent largement et donnent de l’espoir à ceux qui ont voté François Fillon en 2017 et espèrent un réveil de la droite.", + "title": "Milos Zeman, le président tchèque, de nouveau hospitalisé après un test positif au Covid-19", + "description": "Il avait été hospitalisé le 10 octobre en soins intensifs, où il était resté plus de trois semaines avant d’être transféré dans une unité de convalescence.", + "content": "Il avait été hospitalisé le 10 octobre en soins intensifs, où il était resté plus de trois semaines avant d’être transféré dans une unité de convalescence.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/29/le-probleme-c-est-qu-il-est-meilleur-debatteur-que-candidat-le-scepticisme-de-l-electorat-de-droite-face-a-eric-zemmour_6103978_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/11/25/milos-zeman-le-president-tcheque-de-nouveau-hospitalise-apres-un-test-positif-au-covid-19_6103625_3210.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 06:23:13 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 20:43:00 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a72e668cdc7614040f9f0beaea6b2f89" + "hash": "a663e9cbf20564483da43fe7f7e311af" }, { - "title": "Nissan annonce son grand plan électrique à 15 milliards d’euros", - "description": "Le constructeur japonais s’appuiera sur une technologie de batterie solide développée en interne, et dont son allié français Renault pourrait profiter.", - "content": "Le constructeur japonais s’appuiera sur une technologie de batterie solide développée en interne, et dont son allié français Renault pourrait profiter.", + "title": "A la Guadeloupe, la « grève générale » peine à mobiliser une grande partie de la population", + "description": "Les blocages des routes à l’aide de barrages par les manifestants ont donné une forte visibilité au mouvement, mais empêchent la tenue de grands rassemblements.", + "content": "Les blocages des routes à l’aide de barrages par les manifestants ont donné une forte visibilité au mouvement, mais empêchent la tenue de grands rassemblements.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/29/automobile-nissan-annonce-son-grand-plan-electrique-a-15-milliards-d-euros_6104018_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/25/a-la-guadeloupe-la-greve-generale-peine-a-mobiliser-une-grande-partie-de-la-population_6103624_823448.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:48:05 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 20:08:37 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "149b4f18822c1c7420b81646d5133e4d" + "hash": "df6786d1e8e77bb544fb1321d6db373a" }, { - "title": "Doigt d’honneur d’Eric Zemmour : « fiasco », « disqualifié »… Le geste du polémiste d’extrême droite au centre des critiques", - "description": "L’ancien chroniqueur de la chaîne CNews, qui pourrait annoncer sa candidature à l’élection présidentielle de 2022 dans les prochains jours, a reconnu dimanche un geste « fort inélégant » au lendemain d’un échange de doigts d’honneur avec une passante à Marseille.", - "content": "L’ancien chroniqueur de la chaîne CNews, qui pourrait annoncer sa candidature à l’élection présidentielle de 2022 dans les prochains jours, a reconnu dimanche un geste « fort inélégant » au lendemain d’un échange de doigts d’honneur avec une passante à Marseille.", + "title": "JO 2024 : l’Agence française de lutte antidopage veut devenir « une référence internationale »", + "description": "Augmentation du nombre de tests, nouveaux pouvoirs d’enquête, missions de prévention… L’AFLD a dévoilé, jeudi, sa stratégie 2022-2024.", + "content": "Augmentation du nombre de tests, nouveaux pouvoirs d’enquête, missions de prévention… L’AFLD a dévoilé, jeudi, sa stratégie 2022-2024.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/29/doigt-d-honneur-d-eric-zemmour-fiasco-disqualifie-appel-a-la-dignite-le-geste-du-polemiste-d-extreme-droite-au-centre-des-critiques_6104014_6059010.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/25/jo-2024-l-afld-veut-devenir-une-reference-internationale-en-matiere-d-antidopage_6103623_3242.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:19:32 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 20:00:08 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04a0bb7da55d76d1acf22ee2ee172450" + "hash": "54bc70b363b469bc1f27b52aebc4a5d0" }, { - "title": "En France, le maintien de l’ordre est trop centré sur la répression", - "description": "Dans cette étude menée pendant trois ans, des chercheurs soulignent une approche française trop centrée sur la répression. A la différence de certains modèles européens.", - "content": "Dans cette étude menée pendant trois ans, des chercheurs soulignent une approche française trop centrée sur la répression. A la différence de certains modèles européens.", + "title": "Covid-19 : à l’école primaire, le protocole sanitaire va être assoupli pour limiter les fermetures de classes", + "description": "La nouvelle stratégie promue par le ministère de l’éducation nationale repose sur le test de tous les élèves d’un groupe où un cas positif a été détecté. Des expérimentations ont déjà été menées, non sans difficultés.", + "content": "La nouvelle stratégie promue par le ministère de l’éducation nationale repose sur le test de tous les élèves d’un groupe où un cas positif a été détecté. Des expérimentations ont déjà été menées, non sans difficultés.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/29/en-france-le-maintien-de-l-ordre-est-trop-centre-sur-la-repression_6104012_3224.html", + "link": "https://www.lemonde.fr/education/article/2021/11/25/covid-19-a-l-ecole-primaire-le-protocole-sanitaire-va-etre-assoupli-pour-limiter-les-fermetures-de-classes_6103621_1473685.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:11:59 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 19:18:33 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "27270ea591d6246224faae985d58990d" + "hash": "087f5bfa1082278655ef77cb5112e142" }, { - "title": "Ballon d’or 2021 : vivez en direct l’élection du meilleur joueur de la saison de football", - "description": "Qui de Lionel Messi, de Karim Benzema, de Robert Lewandowski ou de Cristiano Ronaldo sera désigné meilleur footballeur de la saison ? Chez les femmes, on connaîtra celle qui va succéder à Megan Rapinoe.", - "content": "Qui de Lionel Messi, de Karim Benzema, de Robert Lewandowski ou de Cristiano Ronaldo sera désigné meilleur footballeur de la saison ? Chez les femmes, on connaîtra celle qui va succéder à Megan Rapinoe.", + "title": "Sharbat Gula, la célèbre « Afghane aux yeux verts » de « National Geographic » réfugiée en Italie", + "description": "Sharbat Gula est devenue célèbre après la publication d’une photo prise dans un camp de réfugiés afghans au Pakistan par le photographe Steve McCurry.", + "content": "Sharbat Gula est devenue célèbre après la publication d’une photo prise dans un camp de réfugiés afghans au Pakistan par le photographe Steve McCurry.", "category": "", - "link": "https://www.lemonde.fr/football/live/2021/11/29/ballon-d-or-2021-vivez-en-direct-l-election-du-meilleur-joueur-de-la-saison-de-football_6104075_1616938.html", + "link": "https://www.lemonde.fr/international/article/2021/11/25/sharbat-gula-la-celebre-afghane-aux-yeux-verts-de-national-geographic-refugiee-en-italie_6103618_3210.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 19:00:07 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 18:58:03 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fdb0030a8f62c6b433cf287ebd6f10b5" + "hash": "e6ea56cefb89aaa33c2022eb700889b9" }, { - "title": "Gérald Darmanin appelle le Royaume-Uni à ouvrir « un accès légal à l’immigration »", - "description": "« C’est parce qu’il n’y a pas de voie légale pour les immigrés d’aller en Grande-Bretagne, et parce que nous travaillons sans carte d’identité en Angleterre, qu’il y a cet appel d’air », a jugé le ministre de l’intérieur lundi.", - "content": "« C’est parce qu’il n’y a pas de voie légale pour les immigrés d’aller en Grande-Bretagne, et parce que nous travaillons sans carte d’identité en Angleterre, qu’il y a cet appel d’air », a jugé le ministre de l’intérieur lundi.", + "title": "A Paris, le stationnement payant des deux-roues motorisés repoussé à septembre 2022", + "description": "Des « contraintes techniques » empêchent de mettre en place le stationnement payant des « 2RM » à Paris dès janvier, comme cela avait été voté en juillet par le Conseil de Paris, a déclaré la Ville.", + "content": "Des « contraintes techniques » empêchent de mettre en place le stationnement payant des « 2RM » à Paris dès janvier, comme cela avait été voté en juillet par le Conseil de Paris, a déclaré la Ville.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/29/gerald-darmanin-appelle-le-royaume-uni-a-ouvrir-un-acces-legal-a-l-immigration_6104010_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/25/a-paris-le-stationnement-payant-des-deux-roues-motorises-repousse-a-septembre-2022_6103617_3234.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:01:17 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 18:37:23 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a30b13473b3b665c8abdde69b24daa7c" + "hash": "7d54a2ed953d808e5dfccca550c6913b" }, { - "title": "Omicron : quelles capacités de séquençage en France ?", - "description": "La France a accru ses efforts dans la surveillance des variants du Covid-19 depuis début 2021, mais le séquençage n’y est pas systématique.", - "content": "La France a accru ses efforts dans la surveillance des variants du Covid-19 depuis début 2021, mais le séquençage n’y est pas systématique.", + "title": "Un blogueur chinois sur les traces des camps de rééducation du Xinjiang", + "description": "Guanguan a diffusé une vidéo de vingt minutes dans laquelle il identifie plus d’une quinzaine de lieux de détention où sont internés des Ouïgours dans la région autonome du nord-ouest de la Chine.", + "content": "Guanguan a diffusé une vidéo de vingt minutes dans laquelle il identifie plus d’une quinzaine de lieux de détention où sont internés des Ouïgours dans la région autonome du nord-ouest de la Chine.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/29/variant-omicron-quelles-capacites-de-sequencage-en-france_6104009_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/25/un-blogueur-chinois-sur-les-traces-des-camps-de-reeducation-du-xinjiang_6103615_3210.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:00:30 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 18:25:51 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "84b49520091076dec83bbd6bdf5c4d5e" + "hash": "00303548b5bb0a9325fa87a70ef08a54" }, { - "title": "Rachat de « La Provence » : Rodolphe Saadé et Xavier Niel à l’heure des offres", - "description": "Les deux chefs d’entreprise déposeront, mardi 30 novembre, leurs propositions chiffrées pour la reprise du quotidien marseillais, dont la valeur est estimée à 40 millions d’euros.", - "content": "Les deux chefs d’entreprise déposeront, mardi 30 novembre, leurs propositions chiffrées pour la reprise du quotidien marseillais, dont la valeur est estimée à 40 millions d’euros.", + "title": "Un haut gradé de la sécurité publique chinoise entre à Interpol", + "description": "Hu Binchen a été élu membre du comité exécutif jeudi malgré les protestations de défenseurs des droits de l’homme.", + "content": "Hu Binchen a été élu membre du comité exécutif jeudi malgré les protestations de défenseurs des droits de l’homme.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/29/rachat-de-la-provence-rodolphe-saade-et-xavier-niel-a-l-heure-des-offres_6104008_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/11/25/un-haut-grade-de-la-securite-publique-chinoise-entre-a-interpol_6103614_3210.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 11:00:05 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 18:25:16 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6df7bcba2033504c77c2af14e3dd3b05" + "hash": "471d8d6f00383eb881d45e7332915164" }, { - "title": "Pour l’OMS, le variant Omicron présente un « risque très élevé » à l’échelle planétaire", - "description": "L’Organisation mondiale de la santé juge « élevée » la probabilité que le nouveau variant du Sars-COV-2 se répande dans le monde, tout en rappelant que sa dangerosité est encore mal évaluée.", - "content": "L’Organisation mondiale de la santé juge « élevée » la probabilité que le nouveau variant du Sars-COV-2 se répande dans le monde, tout en rappelant que sa dangerosité est encore mal évaluée.", + "title": "Une légère taxe sur le fioul des navires ne passe pas aux Nations unies", + "description": "Défendue par de nombreux pays et des armateurs, la redevance financerait la « recherche et développement » sur les carburants verts et les nouveaux moteurs.", + "content": "Défendue par de nombreux pays et des armateurs, la redevance financerait la « recherche et développement » sur les carburants verts et les nouveaux moteurs.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/29/pour-l-oms-le-variant-omicron-presente-un-risque-tres-eleve-a-l-echelle-planetaire_6104007_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/25/une-legere-taxe-sur-le-fioul-des-navires-bute-aux-nations-unies_6103613_3234.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 10:50:27 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 18:19:03 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a99bd37c75995d304d736d9670c1b82" + "hash": "0115ae13ff06ab18e6ae930216251123" }, { - "title": "Le télétravail améliorerait la productivité", - "description": "Alors que sa pratique a décru depuis l’été et que le patronat se montre réticent à sa généralisation, le travail à distance serait bénéfique à la fois aux salariés et aux entreprises, selon une note à paraître.", - "content": "Alors que sa pratique a décru depuis l’été et que le patronat se montre réticent à sa généralisation, le travail à distance serait bénéfique à la fois aux salariés et aux entreprises, selon une note à paraître.", + "title": "Covid-19 : le Maroc suspend les vols à destination et en provenance de la France à partir du 26 novembre", + "description": "Le Maroc a annoncé jeudi qu’il suspendait les vols réguliers à destination et en provenance de France en raison de la reprise épidémique de Covid-19. La décision entrera en vigueur à partir du 26 novembre à 23 h 59, « et ce jusqu’à nouvel ordre », selon les autorités marocaines.", + "content": "Le Maroc a annoncé jeudi qu’il suspendait les vols réguliers à destination et en provenance de France en raison de la reprise épidémique de Covid-19. La décision entrera en vigueur à partir du 26 novembre à 23 h 59, « et ce jusqu’à nouvel ordre », selon les autorités marocaines.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/29/entreprises-le-teletravail-ameliorerait-la-productivite_6104004_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/25/covid-19-le-maroc-suspend-les-vols-a-destination-et-en-provenance-de-france_6103604_3244.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 10:46:04 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 17:37:10 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e3564f0858e136f016650b45c6834ac7" + "hash": "4f17cf5e64fd7e5411d2867312d7734f" }, { - "title": "Fermetures de frontières, nouvelles restrictions… Une partie du monde se replie face au variant Omicron", - "description": "Les signes de propagation du nouveau variant se multiplient sur tous les continents, incitant beaucoup de pays à fermer des frontières et imposer des restrictions. Sans que l’on sache, pour l’instant, si le B.1.1.529 est plus dangereux ou non que les variants.", - "content": "Les signes de propagation du nouveau variant se multiplient sur tous les continents, incitant beaucoup de pays à fermer des frontières et imposer des restrictions. Sans que l’on sache, pour l’instant, si le B.1.1.529 est plus dangereux ou non que les variants.", + "title": "L’écrivain Mario Vargas Llosa rejoint l’Académie française", + "description": "Le lauréat du prix Nobel de littérature 2010 entre sous la coupole en dépit de son âge. Sa candidature avait été retenue par les Immortels alors que, depuis 2010 justement, il faut avoir moins de 75 ans pour se présenter à cette élection.", + "content": "Le lauréat du prix Nobel de littérature 2010 entre sous la coupole en dépit de son âge. Sa candidature avait été retenue par les Immortels alors que, depuis 2010 justement, il faut avoir moins de 75 ans pour se présenter à cette élection.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/29/fermetures-de-frontieres-nouvelles-restrictions-une-partie-du-monde-se-replie-face-au-variant-omicron_6103973_3244.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/25/l-ecrivain-mario-vargas-llosa-rejoint-l-academie-francaise_6103601_3246.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 05:50:40 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 17:26:39 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c3c16c16bd887ec3f630158b02dd2bb" + "hash": "95b09c460643b909349864dfb1a2d235" }, { - "title": "Yan Marchal, satiriste français amateur, persona non grata en Thaïlande", - "description": "Cet entrepreneur français qui vit à Bangkok depuis 2003 avait pour hobby la satire du gouvernement et des ultraroyalistes sur TikTok.", - "content": "Cet entrepreneur français qui vit à Bangkok depuis 2003 avait pour hobby la satire du gouvernement et des ultraroyalistes sur TikTok.", + "title": "Roselyne Bachelot étend au spectacle vivant son plan #metoo", + "description": "La ministre de la culture a annoncé qu’à partir de janvier 2022 toutes les subventions versées aux structures relevant de ce secteur seront conditionnées au respect d’un certain nombre de critères de prévention et de traitement des violences sexuelles.", + "content": "La ministre de la culture a annoncé qu’à partir de janvier 2022 toutes les subventions versées aux structures relevant de ce secteur seront conditionnées au respect d’un certain nombre de critères de prévention et de traitement des violences sexuelles.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/29/yan-marchal-satiriste-francais-amateur-persona-non-grata-en-thailande_6103996_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/25/roselyne-bachelot-etend-au-spectacle-vivant-son-plan-meetoo_6103599_3246.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 10:14:16 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 17:08:56 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cb2e36dd2d33ef51761575435a4e308d" + "hash": "284f63c0b35d43879e0098668c5be589" }, { - "title": "Variant Omicron : l’Afrique du Sud s’estime « injustement discriminée »", - "description": "Les autorités dénoncent le non-respect des engagements du G20, qui s’était promis de stimuler les déplacements internationaux.", - "content": "Les autorités dénoncent le non-respect des engagements du G20, qui s’était promis de stimuler les déplacements internationaux.", + "title": "La Croatie achète douze Rafale d’occasion à la France", + "description": "Les six premiers Rafale seront livrés entre le troisième trimestre 2023 et début 2024, les six autres avant le printemps 2025.", + "content": "Les six premiers Rafale seront livrés entre le troisième trimestre 2023 et début 2024, les six autres avant le printemps 2025.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/29/variant-omicron-l-afrique-du-sud-s-estime-injustement-discriminee_6103995_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/25/la-croatie-achete-douze-rafale-d-occasion-a-la-france_6103598_3234.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 10:02:35 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 17:02:05 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e864909ac00affeb87bce126b1223b57" + "hash": "3d93eee4b559b8743b1779248999658f" }, { - "title": "Benoît Cœuré pressenti pour prendre la présidence de l’Autorité de la concurrence", - "description": "Le responsable du pôle innovation de la Banque des règlements internationaux et ancien membre du directoire de la Banque centrale européenne serait le premier économiste à la tête de cette institution indépendante.", - "content": "Le responsable du pôle innovation de la Banque des règlements internationaux et ancien membre du directoire de la Banque centrale européenne serait le premier économiste à la tête de cette institution indépendante.", + "title": "Le prix Goncourt des lycéens décerné au roman « S’adapter », de Clara Dupont-Monod", + "description": "Le livre raconte l’accueil d’un enfant handicapé dans une fratrie. Il « laisse une trace lumineuse qui ouvre les portes de la tolérance », a dit la présidente du jury.", + "content": "Le livre raconte l’accueil d’un enfant handicapé dans une fratrie. Il « laisse une trace lumineuse qui ouvre les portes de la tolérance », a dit la présidente du jury.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/29/benoit-coeure-pressenti-pour-prendre-la-presidence-de-l-autorite-de-la-concurrence_6103991_3234.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/25/le-prix-goncourt-des-lyceens-va-au-roman-s-adapter-de-clara-dupont-monod_6103594_3246.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 09:44:56 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 16:52:17 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71965d5a3430710ece7aa296218ace86" + "hash": "164ad18037b19c446a4eca2370fa18b1" }, { - "title": "Yannick Jadot justifie l’exclusion de Matthieu Orphelin de son équipe de campagne", - "description": "Alors que Nicolas Hulot est visé par des accusations de viol et d’agressions sexuelles, l’équipe de campagne du candidat écologiste à l’élection présidentielle de 2022 a exfiltré le député du Maine-et-Loire proche de l’ancien ministre.", - "content": "Alors que Nicolas Hulot est visé par des accusations de viol et d’agressions sexuelles, l’équipe de campagne du candidat écologiste à l’élection présidentielle de 2022 a exfiltré le député du Maine-et-Loire proche de l’ancien ministre.", + "title": "Licences de pêche : une première action nationale des pêcheurs français vendredi", + "description": "Onze mois après le Brexit, environ 150 bateaux français attendent toujours les autorisations pour poser leurs filets dans les eaux britanniques.", + "content": "Onze mois après le Brexit, environ 150 bateaux français attendent toujours les autorisations pour poser leurs filets dans les eaux britanniques.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/29/election-presidentielle-2022-yannick-jadot-justifie-l-exclusion-de-matthieu-orphelin_6103984_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/25/licences-de-peche-une-premiere-action-nationale-des-pecheurs-francais-vendredi_6103593_823448.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 07:55:51 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 16:32:00 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7048a053a404e619890d3259dc8a6764" + "hash": "07e99b0ee641637a3b68059337efe13f" }, { - "title": "Au Honduras, la candidate de gauche Xiomara Castro est en tête de l’élection présidentielle", - "description": "Avec 53 % des voix, elle compte une confortable avance sur son adversaire de droite, Nasry Asfura, à 34 %. Mais le dépouillement est loin d’être fini et la menace de fraudes et de troubles plane.", - "content": "Avec 53 % des voix, elle compte une confortable avance sur son adversaire de droite, Nasry Asfura, à 34 %. Mais le dépouillement est loin d’être fini et la menace de fraudes et de troubles plane.", + "title": "« La forêt est notre avenir » : face aux suppressions de postes, les employés de l’ONF réclament « un vrai débat à l’Assemblée »", + "description": "Des centaines d’employés de l’Office national des forêts ont manifesté jeudi pour demander la « renégociation du contrat avec l’Etat », alors que les 500 ouvriers forestiers seront remplacés par des prestataires extérieurs, moins bien formés, selon eux.", + "content": "Des centaines d’employés de l’Office national des forêts ont manifesté jeudi pour demander la « renégociation du contrat avec l’Etat », alors que les 500 ouvriers forestiers seront remplacés par des prestataires extérieurs, moins bien formés, selon eux.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/29/presidentielle-au-honduras-la-candidate-de-gauche-est-en-tete_6103983_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/25/la-foret-est-notre-avenir-face-aux-suppressions-de-postes-les-employes-de-l-onf-reclament-un-vrai-debat-a-l-assemblee_6103591_3244.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 07:01:12 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 15:58:32 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f4aac3de97aa42f2734e65e3df3e937" + "hash": "3104313302fcb382c18b2bab12abef16" }, { - "title": "Covid-19 : face au variant Omicron, le Japon se referme aux visiteurs", - "description": "Le gouvernement a annoncé l’interdiction d’entrer sur le territoire de tout ressortissant étranger à partir de mardi, quelques semaines seulement après avoir assoupli les restrictions à ses frontières.", - "content": "Le gouvernement a annoncé l’interdiction d’entrer sur le territoire de tout ressortissant étranger à partir de mardi, quelques semaines seulement après avoir assoupli les restrictions à ses frontières.", + "title": "La Mairie de Paris dévoile son plan pour limiter la vitesse des trottinettes", + "description": "Les trottinettes en libre-service seront limitées à 10 km/h à Paris « dès la première quinzaine de décembre », excepté sur certains grands axes.", + "content": "Les trottinettes en libre-service seront limitées à 10 km/h à Paris « dès la première quinzaine de décembre », excepté sur certains grands axes.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/29/covid-19-face-au-variant-omicron-le-japon-se-referme-aux-visiteurs_6103980_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/25/la-mairie-de-paris-devoile-son-plan-pour-limiter-la-vitesse-des-trottinettes_6103590_3224.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 06:34:56 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 15:50:22 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "253f3c14681dc4b5a9eb1a82fc2c9e5c" + "hash": "ce167528b1296f45d76fd44c0bc9b680" }, { - "title": "Gestes barrières renforcés mais pas de télétravail généralisé : comment les entreprises s’adaptent à la nouvelle vague de Covid-19", - "description": "Le nouveau protocole sanitaire, publié ce lundi, insiste sur le respect de la distanciation, le port du masque et la qualité de l’aération. Si les petites entreprises sont prêtes à soutenir un renforcement du télétravail, les grandes sociétés s’y refusent.", - "content": "Le nouveau protocole sanitaire, publié ce lundi, insiste sur le respect de la distanciation, le port du masque et la qualité de l’aération. Si les petites entreprises sont prêtes à soutenir un renforcement du télétravail, les grandes sociétés s’y refusent.", + "title": "Covid-19 : pourquoi l’élargissement de la dose de rappel s’est imposé au gouvernement", + "description": "Comme annoncé jeudi, tous les Français de plus de 18 ans vont avoir accès à une dose de rappel, qui sera intégrée dans le passe sanitaire. Une mesure que le gouvernement justifie par l’accélération de l’épidémie, et qui suscite des analyses divergentes parmi les experts.", + "content": "Comme annoncé jeudi, tous les Français de plus de 18 ans vont avoir accès à une dose de rappel, qui sera intégrée dans le passe sanitaire. Une mesure que le gouvernement justifie par l’accélération de l’épidémie, et qui suscite des analyses divergentes parmi les experts.", "category": "", - "link": "https://www.lemonde.fr/emploi/article/2021/11/29/gestes-barrieres-renforces-mais-pas-de-teletravail-generalise-comment-les-entreprises-s-adaptent-a-la-nouvelle-vague-de-covid-19_6103971_1698637.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/25/covid-19-pourquoi-l-elargissement-de-la-dose-de-rappel-s-est-impose-au-gouvernement_6103589_3244.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 05:47:14 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 15:32:36 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "843028de2507820a9c7394c0c778d852" + "hash": "dad8106e085d5001c35dc83dc15035c9" }, { - "title": "Amélie de Montchalin : avec la suppression de l’ENA, « le but est de sortir du classement des élèves »", - "description": "La ministre de la transformation et de la fonction publiques, Amélie de Montchalin, précise les contours du nouvel Institut national du service public, qui devra permettre de « recruter des hauts fonctionnaires là où l’Etat en a besoin ».", - "content": "La ministre de la transformation et de la fonction publiques, Amélie de Montchalin, précise les contours du nouvel Institut national du service public, qui devra permettre de « recruter des hauts fonctionnaires là où l’Etat en a besoin ».", + "title": "Paris veut agir face à l’essor du « chemsex »", + "description": "La consommation de drogues lors de rapports sexuels se diffuse hors du milieu gay. La Mairie de Paris est une des premières à préparer un plan de prévention.", + "content": "La consommation de drogues lors de rapports sexuels se diffuse hors du milieu gay. La Mairie de Paris est une des premières à préparer un plan de prévention.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/29/suppression-de-l-ena-le-but-est-de-sortir-du-classement-des-eleves_6103967_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/25/paris-veut-agir-face-a-l-essor-du-chemsex_6103588_3224.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 03:49:21 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 15:27:42 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aef043bd42f4b49e6205929eee27dc94" + "hash": "e1eb9d1dabebcd12556bc755e5d5b086" }, { - "title": "Un vrai faux cambriolage, des centaines de milliers d’euros cachés dans des bocaux... : une affaire de meurtre devant les assises de l’Hérault", - "description": "Le procès de trois hommes impliqués dans une affaire de meurtre et d’extorsion de fonds en bande organisée commence lundi.", - "content": "Le procès de trois hommes impliqués dans une affaire de meurtre et d’extorsion de fonds en bande organisée commence lundi.", + "title": "Musique : le prochain Festival d’Aix-en-Provence fait la part belle aux jeunes artistes et aux femmes", + "description": "Avec pas moins de dix titres, dont le nouvel opéra de Pascal Dusapin, la 74e édition du festival d’art lyrique se tiendra du 4 au 23 juillet.", + "content": "Avec pas moins de dix titres, dont le nouvel opéra de Pascal Dusapin, la 74e édition du festival d’art lyrique se tiendra du 4 au 23 juillet.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/29/le-vrai-faux-cambriolage-le-mari-sa-femme-et-les-centaines-de-milliers-d-euros-caches-dans-des-bocaux_6103966_3224.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/25/musique-le-prochain-festival-d-aix-en-provence-fait-la-part-belle-aux-jeunes-artistes-et-aux-femmes_6103586_3246.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 03:13:45 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 15:05:28 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e033609be075274584afc05838a9fd7" + "hash": "eda57f5e657d5c3a3cbc932d49b918df" }, { - "title": "Les talibans souhaitent l’aide de l’Union européenne pour garantir le fonctionnement des aéroports d’Afghanistan", - "description": "Lors de discussions avec la délégation européenne, les représentants du mouvement islamiste ont confirmé leur engagement à laisser partir les Afghans et les ressortissants étrangers qui souhaitent quitter le pays.", - "content": "Lors de discussions avec la délégation européenne, les représentants du mouvement islamiste ont confirmé leur engagement à laisser partir les Afghans et les ressortissants étrangers qui souhaitent quitter le pays.", + "title": "La Ville de Paris plus que jamais sur la sellette pour l’explosion de la rue de Trévise", + "description": "Les juges sont sur le point de boucler leur instruction. Ils ciblent la Ville de Paris et le syndic, tandis que GRDF est mis hors de cause.", + "content": "Les juges sont sur le point de boucler leur instruction. Ils ciblent la Ville de Paris et le syndic, tandis que GRDF est mis hors de cause.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/29/les-talibans-souhaitent-l-aide-de-l-union-europeenne-pour-garantir-le-fonctionnement-des-aeroports-d-afghanistan_6103965_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/25/la-ville-de-paris-plus-que-jamais-sur-la-sellette-pour-l-explosion-de-la-rue-de-trevise_6103585_3224.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 02:53:53 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 14:56:12 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7315e3f3d39dcfa80e382cbd08b49d3" + "hash": "31ba252cb49f9e7f9357a3a9b66120b4" }, { - "title": "RDC : l’attaque d’un camp de déplacés fait vingt-deux morts en Ituri", - "description": "Les miliciens du groupe Codeco, qui prétend défendre les intérêts de la communauté des Lendu de cette province, sont soupçonnés d’être responsables de l’assaut.", - "content": "Les miliciens du groupe Codeco, qui prétend défendre les intérêts de la communauté des Lendu de cette province, sont soupçonnés d’être responsables de l’assaut.", + "title": "Covid-19 : Olivier Véran annonce un rappel vaccinal pour tous les adultes", + "description": "Le ministre de la santé a déclaré que le rappel vaccinal contre le Covid-19 serait « ouvert à tous les adultes dès cinq mois après leur dernière injection » à partir du 27 novembre.", + "content": "Le ministre de la santé a déclaré que le rappel vaccinal contre le Covid-19 serait « ouvert à tous les adultes dès cinq mois après leur dernière injection » à partir du 27 novembre.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/29/rdc-l-attaque-d-un-camp-de-deplaces-fait-vingt-deux-morts-en-ituri_6103959_3212.html", + "link": "https://www.lemonde.fr/planete/video/2021/11/25/covid-19-olivier-veran-annonce-un-rappel-vaccinal-pour-tous-les-adultes_6103584_3244.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 00:44:40 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 14:31:16 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5f57d5007593f06c3ff604ed262bd460" + "hash": "e3a2cbc5b9846b10d3d8c9dbc547f6f5" }, { - "title": "En Suisse, la droite populiste perd la bataille de la « loi Covid-19 »", - "description": "Appelés à se prononcer par référendum sur la loi qui permet au gouvernement de gérer la pandémie, les citoyens l’ont soutenue à 62 % après une campagne houleuse.", - "content": "Appelés à se prononcer par référendum sur la loi qui permet au gouvernement de gérer la pandémie, les citoyens l’ont soutenue à 62 % après une campagne houleuse.", + "title": "VTC : la cour d’appel bannit Uber de Bruxelles", + "description": "A compter du 26 novembre, l’application Uber X sera interdite dans la capitale belge après une procédure engagée par une compagnie de taxis.", + "content": "A compter du 26 novembre, l’application Uber X sera interdite dans la capitale belge après une procédure engagée par une compagnie de taxis.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/28/en-suisse-la-droite-populiste-perd-la-bataille-de-la-loi-covid-19_6103957_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/25/vtc-la-cour-d-appel-bannit-uber-de-bruxelles_6103583_3234.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 23:53:04 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 14:18:18 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2bbb7c508111aef20370527fd136f5c3" + "hash": "24f09bfee293fe760ea8835d3b968f80" }, { - "title": "Le styliste Virgil Abloh, directeur artistique des collections pour homme de Louis Vuitton, est mort", - "description": "Le créateur américain a succombé à un cancer « qu’il combattait depuis plusieurs années ». Il avait 41 ans.", - "content": "Le créateur américain a succombé à un cancer « qu’il combattait depuis plusieurs années ». Il avait 41 ans.", + "title": "Vaccination, passe sanitaire, masque dans les lieux fermés… Les annonces d’Olivier Véran pour faire face à la cinquième vague de Covid-19", + "description": "Olivier Véran a annoncé l’ouverture, dès samedi, à une dose de rappel « dès cinq mois après la dernière injection », qui sera nécessaire pour conserver le passe sanitaire. Les tests PCR et antigéniques ne seront valables que vingt-quatre heures pour le passe sanitaire.", + "content": "Olivier Véran a annoncé l’ouverture, dès samedi, à une dose de rappel « dès cinq mois après la dernière injection », qui sera nécessaire pour conserver le passe sanitaire. Les tests PCR et antigéniques ne seront valables que vingt-quatre heures pour le passe sanitaire.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/11/28/le-styliste-virgil-abloh-directeur-artistique-des-collections-pour-homme-de-louis-vuitton-est-mort_6103955_3382.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/25/covid-19-rappel-vaccinal-ouvert-a-tous-les-adultes-port-du-masque-obligatoire-ce-qu-il-faut-retenir-des-mesures-annoncees-par-veran_6103578_3244.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 20:22:39 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 13:49:48 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a0125ab09dc252273b7b03bb71f06e9" + "hash": "691013f8a415bbd8fef7286615c94e27" }, { - "title": "L’entrée de Joséphine Baker au Panthéon s’inscrit dans la frénésie mémorielle d’Emmanuel Macron", - "description": "Le chef de l’Etat multiplie les hommages nationaux et les éloges funèbres, tant de civils que de militaires, dans l’idée de ressouder le corps social autour des grandes figures de l’histoire de la France. ", - "content": "Le chef de l’Etat multiplie les hommages nationaux et les éloges funèbres, tant de civils que de militaires, dans l’idée de ressouder le corps social autour des grandes figures de l’histoire de la France. ", + "title": "Covid-19 : le vaccin de Pfizer approuvé pour les enfants de 5 à 11 ans, annonce le régulateur européen", + "description": "« Cette vaccination, si elle était décidée en France, ne commencerait pas avant le début de l’année 2022 », a de son côté déclaré le ministre de la santé français, Olivier Véran.", + "content": "« Cette vaccination, si elle était décidée en France, ne commencerait pas avant le début de l’année 2022 », a de son côté déclaré le ministre de la santé français, Olivier Véran.", "category": "", - "link": "https://www.lemonde.fr/idees/article/2021/11/26/grandeur-et-heros-mots-cles-des-celebrations-memorielles-macroniennes_6103664_3232.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/25/covid-19-le-vaccin-de-pfizer-approuve-pour-les-enfants-de-5-a-11-ans-annonce-le-regulateur-europeen_6103575_3244.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 06:30:12 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 13:21:16 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9011595b0f6d98f9e93e4b061de1caa" + "hash": "bf5a5011300b8acaa925f80ad0316d02" }, { - "title": "Variant Omicron, « autonomie » de la Guadeloupe, réunion européenne sur les migrants… les cinq infos à retenir du week-end", - "description": "Si vous n’avez pas suivi l’actualité de ce week-end des 27 et 28 novembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", - "content": "Si vous n’avez pas suivi l’actualité de ce week-end des 27 et 28 novembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", + "title": "Violences sexuelles : des chiffres « édifiants » dans une étude de l’université de Lille", + "description": "Plus de 64 % des 1215 étudiants interrogés rapportent avoir été victimes depuis l’âge de 15 ans, près de 78 % des femmes et 27 % des hommes.", + "content": "Plus de 64 % des 1215 étudiants interrogés rapportent avoir été victimes depuis l’âge de 15 ans, près de 78 % des femmes et 27 % des hommes.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/28/variant-omicron-autonomie-de-la-guadeloupe-reunion-europeenne-sur-les-migrants-les-cinq-infos-a-retenir-du-week-end_6103953_4355770.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/25/violences-sexuelles-des-chiffres-edifiants-dans-une-etude-de-l-universite-de-lille_6103571_3224.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 19:13:36 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 12:38:28 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "82345869d4d6f9757c1cdcbcebf593f4" + "hash": "b9709c63db6c066fd35361d104861c08" }, { - "title": "Cet appareil va « survoler jour et nuit » la zone, de la France aux Pays-Bas, a précisé le ministre de l’intérieur français, dimanche, à l’issue d’une réunion européenne visant à renforcer la lutte contre le trafic migratoire.", - "description": "Cet appareil va « survoler jour et nuit » la zone, de la France aux Pays-Bas, a précisé le ministre de l’intérieur français, dimanche, à l’issue d’une réunion européenne visant à renforcer la lutte contre le trafic migratoire.", - "content": "Cet appareil va « survoler jour et nuit » la zone, de la France aux Pays-Bas, a précisé le ministre de l’intérieur français, dimanche, à l’issue d’une réunion européenne visant à renforcer la lutte contre le trafic migratoire.", + "title": "Le Parlement adopte un texte contre les discriminations au travail subies par les malades chroniques", + "description": "Elargie aux autres maladies chroniques, cette proposition de loi concernait au départ les quatre millions de diabétiques, qui ont l’interdiction, pour des raisons de sécurité, de pratiquer certaines professions.", + "content": "Elargie aux autres maladies chroniques, cette proposition de loi concernait au départ les quatre millions de diabétiques, qui ont l’interdiction, pour des raisons de sécurité, de pratiquer certaines professions.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/28/l-europe-se-reunit-a-calais-pour-lutter-contre-le-trafic-migratoire_6103930_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/25/le-parlement-adopte-un-texte-contre-les-discriminations-au-travail-subies-par-les-malades-chroniques_6103570_3224.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 12:16:41 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 12:27:16 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c08387a1d49872a5c402e8c0d37b3bd3" + "hash": "584c537ac1c78ceb4fd5d69d56e87e25" }, { - "title": "En RDC, l’armée ougandaise autorisée à passer la frontière pour traquer les rebelles ADF", - "description": "Certains voient cette décision comme une « solution provisoire » avant une réorganisation de l’armée congolaise, alors que près de 1 200 civils ont été massacrés dans l’est de la RDC depuis mai, selon un bilan du Baromètre sécuritaire de Kivu.", - "content": "Certains voient cette décision comme une « solution provisoire » avant une réorganisation de l’armée congolaise, alors que près de 1 200 civils ont été massacrés dans l’est de la RDC depuis mai, selon un bilan du Baromètre sécuritaire de Kivu.", + "title": "Mort de Rémi Fraisse : l’Etat condamné par la justice administrative à indemniser la famille", + "description": "Le tribunal administratif de Toulouse a reconnu « une responsabilité sans faute de l’Etat » dans le drame survenu en 2014. La Cour de cassation avait confirmé un non-lieu pour le gendarme qui avait lancé la grenade.", + "content": "Le tribunal administratif de Toulouse a reconnu « une responsabilité sans faute de l’Etat » dans le drame survenu en 2014. La Cour de cassation avait confirmé un non-lieu pour le gendarme qui avait lancé la grenade.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/28/en-rdc-l-armee-ougandaise-autorisee-a-passer-la-frontiere-pour-traquer-les-rebelles-adf_6103952_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/25/mort-de-remi-fraisse-l-etat-condamne-par-la-justice-administrative-a-indemniser-la-famille_6103569_3224.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:27:08 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 12:21:35 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fba86d09c64e2e6185cc646e7679d3a" + "hash": "fc740ce67ea704dbc7b90cb98c5082cc" }, { - "title": "Inondations et crues : le Nord et le Pas-de-Calais placés en alerte orange, des habitants évacués", - "description": "Météo-France a, par ailleurs, placé en vigilance orange « avalanches » les Pyrénées-Atlantiques et les Hautes-Pyrénées, tandis que onze départements sont maintenus jusqu’à lundi en alerte orange « neige et verglas ».", - "content": "Météo-France a, par ailleurs, placé en vigilance orange « avalanches » les Pyrénées-Atlantiques et les Hautes-Pyrénées, tandis que onze départements sont maintenus jusqu’à lundi en alerte orange « neige et verglas ».", + "title": "Les agences de presse RIA Novosti et Interfax ont précisé, jeudi soir, qu’il y avait 46 mineurs et six sauveteurs parmi les morts.", + "description": "Les agences de presse RIA Novosti et Interfax ont précisé, jeudi soir, qu’il y avait 46 mineurs et six sauveteurs parmi les morts.", + "content": "Les agences de presse RIA Novosti et Interfax ont précisé, jeudi soir, qu’il y avait 46 mineurs et six sauveteurs parmi les morts.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/28/inondations-et-crues-le-nord-et-le-pas-de-calais-places-en-alerte-orange-des-habitants-evacues_6103951_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/25/russie-au-moins-onze-morts-et-une-cinquantaine-de-disparus-a-la-suite-d-un-accident-dans-une-mine-de-charbon_6103568_3210.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 18:05:05 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 12:14:00 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "20a8c425b2dea7a8020c97e6bd5b6f5b" + "hash": "4a3428ee5de20cbcf3d4920f30a1f755" }, { - "title": "Covid-19 : le variant Omicron se propage, « une course contre la montre » est engagée, selon la présidente de la Commission européenne. Le point sur la situation", - "description": "En France, l’identification du variant est « une question d’heures », selon le ministre de la santé, Olivier Véran. De plus en plus de pays européens font état de cas avérés sur leur territoire. ", - "content": "En France, l’identification du variant est « une question d’heures », selon le ministre de la santé, Olivier Véran. De plus en plus de pays européens font état de cas avérés sur leur territoire. ", + "title": "Amorce de détente entre la Turquie et les Emirats arabes unis", + "description": "L’homme fort d’Abou Dhabi, Mohammed Ben Zayed Al Nahyane, a été reçu mercredi à Ankara par Recep Tayyip Erdogan, et a annoncé la création d’un fonds d’investissement de 10 milliards de dollars pour soutenir l’économie turque.", + "content": "L’homme fort d’Abou Dhabi, Mohammed Ben Zayed Al Nahyane, a été reçu mercredi à Ankara par Recep Tayyip Erdogan, et a annoncé la création d’un fonds d’investissement de 10 milliards de dollars pour soutenir l’économie turque.", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/11/27/covid-19-le-variant-omicron-detecte-dans-plusieurs-pays-d-europe_6103865_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/25/amorce-de-detente-entre-la-turquie-et-les-emirats-arabes-unis_6103561_3210.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:17:30 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 11:33:12 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "21c4dcd3fb8a0402fea891b347549c9e" + "hash": "e4ebd6aab6d9728a3611e96fab35f3a3" }, { - "title": "Formule 1 : Frank Williams, fondateur de l’écurie du même nom, est mort à l’âge de 79 ans", - "description": "Le Britannique était « un géant » de la F1, a salué le patron de la discipline, Stefano Domenicali. « Son décès marque la fin d’une ère pour notre équipe et pour la formule 1 en général », a aussi déclaré le PDG de l’écurie Williams.", - "content": "Le Britannique était « un géant » de la F1, a salué le patron de la discipline, Stefano Domenicali. « Son décès marque la fin d’une ère pour notre équipe et pour la formule 1 en général », a aussi déclaré le PDG de l’écurie Williams.", + "title": "Après la tribune de 3 000 magistrats dans « Le Monde », Eric Dupond-Moretti va recevoir une partie des signataires", + "description": "Cette tribune, signée par plus du tiers de la profession, dénonçait les conditions de travail et alertait sur le mal-être grandissant des juges, substituts et greffiers.", + "content": "Cette tribune, signée par plus du tiers de la profession, dénonçait les conditions de travail et alertait sur le mal-être grandissant des juges, substituts et greffiers.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/28/formule-1-frank-williams-fondateur-de-l-ecurie-du-meme-nom-est-mort-a-l-age-de-79-ans_6103942_3242.html", + "link": "https://www.lemonde.fr/police-justice/article/2021/11/25/tribune-de-3-000-magistrats-eric-dupond-moretti-va-recevoir-une-partie-des-signataires_6103560_1653578.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 16:41:54 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 11:31:49 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0b4d9ee5ac00eed11246a17d05bb6194" + "hash": "73936a15e16334517d4cd718ca204d08" }, { - "title": "Ligue 1 : le PSG s’impose à Saint-Etienne, mais perd Neymar, bonne opération de Rennes", - "description": "Etienne Green, le gardien stéphanois, a longtemps maintenu à flot les siens en multipliant les arrêts décisifs, mais les Parisiens ont fini par s’imposer (1-3).", - "content": "Etienne Green, le gardien stéphanois, a longtemps maintenu à flot les siens en multipliant les arrêts décisifs, mais les Parisiens ont fini par s’imposer (1-3).", + "title": "Covid-19 : grève générale en Polynésie française contre l’obligation vaccinale", + "description": "", + "content": "", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/28/ligue-1-malgre-etienne-green-le-psg-s-impose-a-saint-etienne-mais-perd-neymar_6103938_3242.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/25/covid-19-greve-generale-en-polynesie-francaise-contre-l-obligation-vaccinale_6103556_3244.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 15:19:06 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 11:27:12 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b0128a2df15891af3332fd33fc4e669" + "hash": "4d12c25cdcc4b29e48e78c36fb9d9708" }, { - "title": "Le nord du Pérou frappé par un séisme de magnitude 7,5", - "description": "Le Pérou est secoué chaque année par au moins une centaine de tremblements de terre perceptibles pour la population, car il est situé sur la ceinture de feu du Pacifique, une zone d’activité tellurique qui s’étend le long de la côte ouest du continent américain.", - "content": "Le Pérou est secoué chaque année par au moins une centaine de tremblements de terre perceptibles pour la population, car il est situé sur la ceinture de feu du Pacifique, une zone d’activité tellurique qui s’étend le long de la côte ouest du continent américain.", + "title": "Mort de migrants dans la Manche : Gérald Darmanin critiqué, l’opposition dénonce une « honte » et un « drame de l’inhumanité »", + "description": "Parlant d’un « problème international », en partie lié à « l’attractivité du marché du travail britannique », le ministre de l’intérieur a demandé aux pays frontaliers de prendre leur part dans la lutte contre les passeurs.", + "content": "Parlant d’un « problème international », en partie lié à « l’attractivité du marché du travail britannique », le ministre de l’intérieur a demandé aux pays frontaliers de prendre leur part dans la lutte contre les passeurs.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/28/le-nord-du-perou-frappe-par-un-seisme-de-magnitude-7-5_6103937_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/25/mort-de-27-migrants-dans-la-manche-gerald-darmanin-critique-l-opposition-denonce-une-honte-et-un-drame-de-l-inhumanite_6103553_823448.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 14:55:22 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 11:15:36 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d717c2596b2d2daafa11a641d3b51f2" + "hash": "667d52ac30a98440de16011d5d21159f" }, { - "title": "Rencontre | Art Spiegelman : « Je sais que “Maus” me poursuivra jusqu’à ma mort. Là, je veux pouvoir respirer »", - "description": "« Je ne serais pas arrivé là si… » Chaque semaine, « Le Monde » interroge une personnalité sur un moment décisif de sa vie. L’auteur américain raconte comment il a découvert, par hasard, la BD underground quand il était enfant.", - "content": "« Je ne serais pas arrivé là si… » Chaque semaine, « Le Monde » interroge une personnalité sur un moment décisif de sa vie. L’auteur américain raconte comment il a découvert, par hasard, la BD underground quand il était enfant.", + "title": "Après la mort de 27 migrants, ministres européens et Commission européenne se réuniront dimanche à Calais", + "description": "Peu de temps auparavant, le premier ministre britannique, Boris Johnson, avait mis en cause les efforts de Paris dans la crise migratoire. Emmanuel Macron lui a demandé de ne pas « instrumentaliser une situation dramatique ».", + "content": "Peu de temps auparavant, le premier ministre britannique, Boris Johnson, avait mis en cause les efforts de Paris dans la crise migratoire. Emmanuel Macron lui a demandé de ne pas « instrumentaliser une situation dramatique ».", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/28/art-spiegelman-je-sais-que-maus-me-poursuivra-jusqu-a-ma-mort-la-je-veux-pouvoir-respirer_6103896_3246.html", + "link": "https://www.lemonde.fr/international/article/2021/11/25/morts-de-migrants-dans-la-manche-macron-demande-a-johnson-de-ne-pas-instrumentaliser-une-situation-dramatique_6103552_3210.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 01:59:47 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 11:13:43 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "346e8d0f3b7819b22849963fc1300dd3" + "hash": "0433eb97284c0c4db965619f8226d948" }, { - "title": "République tchèque : Petr Fiala nommé premier ministre", - "description": "Petr Fiala est à la tête d’un bloc de cinq partis du centre et du centre droit, vainqueurs des élections législatives d’octobre, qui ont sonné la défaite du premier ministre sortant, Andrej Babis, et de ses alliés.", - "content": "Petr Fiala est à la tête d’un bloc de cinq partis du centre et du centre droit, vainqueurs des élections législatives d’octobre, qui ont sonné la défaite du premier ministre sortant, Andrej Babis, et de ses alliés.", + "title": "Enquête | L’étonnante floraison des librairies en France", + "description": "Depuis le début de la crise sanitaire due au Covid-19, le nombre de candidats prêts à se reconvertir dans la vente de livres a fortement augmenté dans tous les territoires, malgré les multiples écueils du métier.", + "content": "Depuis le début de la crise sanitaire due au Covid-19, le nombre de candidats prêts à se reconvertir dans la vente de livres a fortement augmenté dans tous les territoires, malgré les multiples écueils du métier.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/28/republique-tcheque-petr-fiala-nomme-premier-ministre_6103933_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/25/pour-les-librairies-un-etonnant-miracle-lie-a-la-pandemie_6103549_3234.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 13:00:23 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 10:50:36 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "387036422289aa6c8f05056e9744717d" + "hash": "4c1010ab4d4f239df6f807c1796a4bb9" }, { - "title": "Présidentielle 2022 : Xavier Bertrand joue son avenir politique à quitte ou double", - "description": "En campagne depuis neuf mois en vue de la présidentielle, le président des Hauts-de-France, qui rêvait de s’imposer naturellement, brigue l’investiture des Républicains, lors du congrès des 1er et 4 décembre.", - "content": "En campagne depuis neuf mois en vue de la présidentielle, le président des Hauts-de-France, qui rêvait de s’imposer naturellement, brigue l’investiture des Républicains, lors du congrès des 1er et 4 décembre.", + "title": "Coup de frein sur la reprise économique en Europe", + "description": "Fabio Panetta, membre du directoire de la Banque centrale européenne, estime que l’institution devrait maintenir son soutien à l’économie.", + "content": "Fabio Panetta, membre du directoire de la Banque centrale européenne, estime que l’institution devrait maintenir son soutien à l’économie.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/28/presidentielle-2022-xavier-bertrand-joue-son-avenir-politique-a-quitte-ou-double_6103901_6059010.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/25/en-europe-coup-de-frein-sur-la-reprise-economique_6103548_3234.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 04:06:59 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 10:46:21 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b0704b3fbbdc9c9f3f35a06eee6bb47" + "hash": "da7e047c304aa33ce5189325a02ec953" }, { - "title": "Biathlon : Anaïs Chevalier-Bouchet prend sa revanche lors du sprint", - "description": "La Française a terminé deuxième de l’épreuve du sprint, dimanche, derrière la Suédoise Hanna Oberg. Chez les hommes, Emilien Jacquelin rate de peu la troisième place.", - "content": "La Française a terminé deuxième de l’épreuve du sprint, dimanche, derrière la Suédoise Hanna Oberg. Chez les hommes, Emilien Jacquelin rate de peu la troisième place.", + "title": "Les classes de primaire ne fermeront plus après un cas de Covid-19 et « un dépistage systématique de toute la classe » aura lieu, annonce Jean-Michel Blanquer", + "description": "Cette mesure entrera en vigueur « dans le courant de la semaine prochaine », a précisé le ministre de l’éducation nationale. Les tests pourront être effectués « soit par les responsables légaux, soit par une présence des laboratoires dans l’établissement scolaire ». Quelque 8 500 classes étaient fermées mercredi, selon M. Blanquer.", + "content": "Cette mesure entrera en vigueur « dans le courant de la semaine prochaine », a précisé le ministre de l’éducation nationale. Les tests pourront être effectués « soit par les responsables légaux, soit par une présence des laboratoires dans l’établissement scolaire ». Quelque 8 500 classes étaient fermées mercredi, selon M. Blanquer.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/28/biathlon-apres-la-deception-de-l-individuel-anais-chevalier-bouchet-prend-sa-revanche-lors-du-sprint_6103931_3242.html", + "link": "https://www.lemonde.fr/planete/live/2021/11/25/cinquieme-vague-de-covid-19-olivier-veran-annonce-de-nouvelles-mesures-a-la-mi-journee_6103545_3244.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 12:50:21 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 10:33:35 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52aa98cd8ebf7d7468d9f0b46f56de8b" + "hash": "c96b72ea2d006cb58ba00c09d20119d0" }, { - "title": "Sébastien Lecornu, le ministre des outre-mer, est arrivé aux Antilles pour rencontrer les élus", - "description": "« Je ne suis pas venu ici pour incarner un Etat faible », a déclaré le ministre, qui souhaite néanmoins représenter un « Etat qui dialogue ». Vendredi, il avait affirmé que le gouvernement était « prêt » à évoquer la question de l’autonomie de l’île si cela pouvait permettre de « résoudre les vrais problèmes du quotidien des Guadeloupéens ».", - "content": "« Je ne suis pas venu ici pour incarner un Etat faible », a déclaré le ministre, qui souhaite néanmoins représenter un « Etat qui dialogue ». Vendredi, il avait affirmé que le gouvernement était « prêt » à évoquer la question de l’autonomie de l’île si cela pouvait permettre de « résoudre les vrais problèmes du quotidien des Guadeloupéens ».", + "title": "Après la démission de Stéphane Richard, la succession à la tête d’Orange s’organise", + "description": "Le conseil d’administration a validé, d’ici à fin janvier, le départ de son PDG, condamné pour « complicité de détournement de fonds publics » dans l’affaire Tapie.", + "content": "Le conseil d’administration a validé, d’ici à fin janvier, le départ de son PDG, condamné pour « complicité de détournement de fonds publics » dans l’affaire Tapie.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/28/le-ministre-des-outre-mer-sebastien-lecornu-en-route-pour-les-antilles-afin-de-rencontrer-les-elus_6103928_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/25/stephane-richard-demissionne-d-orange_6103544_3234.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 11:41:41 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 10:31:18 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f6f916642bf5238b5fabd079d37e2c9" + "hash": "c33ce54f9a794ebda6a75e816ee83872" }, { - "title": "Crise aux Antilles | A Fort-de-France, « dès que la nuit tombe, c’est comme si ça devenait une autre île »", - "description": "Pour enrayer les violences qui accompagnent le mouvement social débuté sur l’île le 22 novembre, le ministre des outre-mer, Sébastien Lecornu est en route pour Les Antilles. ", - "content": "Pour enrayer les violences qui accompagnent le mouvement social débuté sur l’île le 22 novembre, le ministre des outre-mer, Sébastien Lecornu est en route pour Les Antilles. ", + "title": "Le président du gouvernement calédonien se projette dans l’après-référendum", + "description": "Louis Mapou a tenté l’apaisement, jeudi 25 novembre, à quelques semaines du troisième et dernier scrutin d’autodétermination, qui doit se tenir le 12 décembre.", + "content": "Louis Mapou a tenté l’apaisement, jeudi 25 novembre, à quelques semaines du troisième et dernier scrutin d’autodétermination, qui doit se tenir le 12 décembre.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/28/crise-aux-antilles-a-fort-de-france-des-que-la-nuit-tombe-c-est-comme-si-ca-devenait-une-autre-ile_6103925_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/25/le-president-du-gouvernement-caledonien-se-projette-dans-l-apres-referendum_6103542_823448.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 11:19:29 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 10:20:20 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51269d72cd0ff0afc3bc59622e88a8e0" + "hash": "da2064140111950081e11c28a3f0213e" }, { - "title": "Vente de matériel de cybersurveillance à l’Egypte : la société Nexa Technologies mise en examen", - "description": "L’enquête menée par le pôle crimes contre l’humanité du tribunal judiciaire de Paris a pour but de déterminer si un lien entre l’utilisation de la surveillance et la répression peut être démontré.", - "content": "L’enquête menée par le pôle crimes contre l’humanité du tribunal judiciaire de Paris a pour but de déterminer si un lien entre l’utilisation de la surveillance et la répression peut être démontré.", + "title": "Après une année de baisse, un important rebond des ventes de pesticides en 2020", + "description": "Les quantités de substances actives écoulées ont augmenté de 23 % par rapport à 2019. Les tonnages de glyphosate et de prosulfocarbe vendus sont en forte hausse.", + "content": "Les quantités de substances actives écoulées ont augmenté de 23 % par rapport à 2019. Les tonnages de glyphosate et de prosulfocarbe vendus sont en forte hausse.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/28/vente-de-materiel-de-cybersurveillance-a-l-egypte-la-societe-nexa-technologies-mise-en-examen_6103924_4408996.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/25/apres-une-annee-de-baisse-un-important-rebond-des-ventes-de-pesticides-en-2020_6103541_3244.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 11:16:56 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 10:17:17 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7f049c9819ba0b27d42c002eb93a7d7" + "hash": "61fd27f0ff5bdfbf6eb521ab93fc1fd1" }, { - "title": "Féminicide : une femme tuée par son compagnon à Epinay-sur-Seine", - "description": "La victime a été poignardée par son compagnon, qui venait de sortir de prison après avoir purgé une peine pour violences.", - "content": "La victime a été poignardée par son compagnon, qui venait de sortir de prison après avoir purgé une peine pour violences.", + "title": "Covid-19 : la Haute Autorité de santé recommande une dose de rappel de vaccin pour tous les adultes de plus de 18 ans", + "description": "Dans un avis publié jeudi, la HAS préconise l’extension à tous les adultes de la campagne de rappel vaccinal, à partir de cinq mois après la dernière injection. Le ministre de la santé, Olivier Véran, doit annoncer à la mi-journée un renforcement des mesures de lutte contre l’épidémie, en recrudescence en France.", + "content": "Dans un avis publié jeudi, la HAS préconise l’extension à tous les adultes de la campagne de rappel vaccinal, à partir de cinq mois après la dernière injection. Le ministre de la santé, Olivier Véran, doit annoncer à la mi-journée un renforcement des mesures de lutte contre l’épidémie, en recrudescence en France.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/28/feminicide-une-femme-tuee-par-son-compagnon-a-epinay-sur-seine_6103921_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/25/vaccination-contre-le-covid-19-la-haute-autorite-de-sante-recommande-une-dose-de-rappel-pour-tous-les-plus-de-18-ans_6103539_3244.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 10:04:42 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 10:15:59 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "66c8247c894c627a5a0687d3d13c7d47" + "hash": "fad0488015c496bbcc6b08af5d58b5ab" }, { - "title": "Torah, Bible, Coran : les interpréter, est-ce les trahir ?", - "description": "Les textes sacrés des trois monothéismes sont-ils écrits une fois pour toutes et leurs grilles de lecture sont-elles définitivement verrouillées ? Les traduire, est-ce les trahir ? Quelle latitude entre la lettre et l’esprit ? Eléments de réponse.", - "content": "Les textes sacrés des trois monothéismes sont-ils écrits une fois pour toutes et leurs grilles de lecture sont-elles définitivement verrouillées ? Les traduire, est-ce les trahir ? Quelle latitude entre la lettre et l’esprit ? Eléments de réponse.", + "title": "Les subventions au spectacle vivant seront conditionnées au respect d’engagements contre les violences sexuelles, prévient Roselyne Bachelot", + "description": "Cette mesure, annoncée plus d’un mois après le mouvement #metoothéâtre, concerne « toutes les structures du spectacle vivant subventionnées par le ministère ».", + "content": "Cette mesure, annoncée plus d’un mois après le mouvement #metoothéâtre, concerne « toutes les structures du spectacle vivant subventionnées par le ministère ».", "category": "", - "link": "https://www.lemonde.fr/le-monde-des-religions/article/2021/11/28/torah-bible-coran-les-interpreter-est-ce-les-trahir_6103893_6038514.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/25/les-subventions-au-spectacle-vivant-seront-conditionnees-au-respect-d-engagements-contre-les-violences-sexuelles-previent-roselyne-bachelot_6103538_3246.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 01:22:33 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 10:13:53 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "582a5640c70dbe710f5ad3b3d0388f36" + "hash": "691f3e6dd4bb30932034ea63bdba480a" }, { - "title": "Mieux vaut être un djihadiste arabe qu’un enfant français pour quitter les prisons kurdes de Syrie", - "description": "Des djihadistes arabes ont pu acheter aux forces kurdes leur libération des centres où, dans le nord-est de la Syrie, sont encore retenus quelque deux cents enfants français.", - "content": "Des djihadistes arabes ont pu acheter aux forces kurdes leur libération des centres où, dans le nord-est de la Syrie, sont encore retenus quelque deux cents enfants français.", + "title": "« Des groupes d’individus ont commis des dégradations et installé des barrages », et « des actes de violence ont eu lieu envers des forces de sécurité », a expliqué le préfet, jeudi, ajoutant que « onze personnes » ont été interpellées et « plusieurs armes » saisies.", + "description": "« Des groupes d’individus ont commis des dégradations et installé des barrages », et « des actes de violence ont eu lieu envers des forces de sécurité », a expliqué le préfet, jeudi, ajoutant que « onze personnes » ont été interpellées et « plusieurs armes » saisies.", + "content": "« Des groupes d’individus ont commis des dégradations et installé des barrages », et « des actes de violence ont eu lieu envers des forces de sécurité », a expliqué le préfet, jeudi, ajoutant que « onze personnes » ont été interpellées et « plusieurs armes » saisies.", "category": "", - "link": "https://www.lemonde.fr/blog/filiu/2021/11/28/mieux-vaut-etre-un-jihadiste-arabe-quun-enfant-francais-pour-quitter-les-prisons-kurdes-de-syrie/", + "link": "https://www.lemonde.fr/societe/article/2021/11/25/a-la-martinique-les-barrages-se-multiplient-et-l-intersyndicale-envisage-de-durcir-le-ton_6103534_3224.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 08:55:02 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 09:31:15 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fef2f57e12a02d4dd807a11307681754" + "hash": "4fea9a6163ce44ab304079e6dd955ca9" }, { - "title": "Covid-19 : le variant Omicron détecté dans plusieurs pays, « une course contre la montre » est engagée, selon la Commission européenne", - "description": "En France, aucun cas de contamination lié à ce nouveau variant n’a, pour l’instant, été formellement identifié, mais c’est « très probablement une question d’heures », a affirmé, dimanche, le ministre de la santé, Olivier Véran.", - "content": "En France, aucun cas de contamination lié à ce nouveau variant n’a, pour l’instant, été formellement identifié, mais c’est « très probablement une question d’heures », a affirmé, dimanche, le ministre de la santé, Olivier Véran.", + "title": "Le général émirati Ahmed Naser Al-Raisi élu président d’Interpol malgré des accusations de torture", + "description": "L’assemblée générale de l’organisation internationale de police criminelle a élu à sa tête, jeudi, cet inspecteur général du ministère de l’intérieur des Emirats arabes unis, qui fait l’objet de plusieurs plaintes en France pour tortures. Il succédera au Coréen Kim Jong-yang.", + "content": "L’assemblée générale de l’organisation internationale de police criminelle a élu à sa tête, jeudi, cet inspecteur général du ministère de l’intérieur des Emirats arabes unis, qui fait l’objet de plusieurs plaintes en France pour tortures. Il succédera au Coréen Kim Jong-yang.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/28/les-suisses-de-nouveau-appeles-aux-urnes-pour-se-prononcer-sur-le-passe-sanitaire_6103908_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/25/le-general-emirati-ahmed-naser-al-raisi-elu-president-d-interpol-malgre-des-accusations-de-torture_6103528_3210.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 06:11:29 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 08:37:46 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d498b0f3ce525b5a6715f5862fbd8a9" + "hash": "9fff4adef6fe08f28263ab13c7002e52" }, { - "title": "Au Honduras, un scrutin à l’ombre du trafic de drogue", - "description": "Le pays, désigné comme un « nacro-Etat » par les Etats-Unis, élit dimanche son président et ses députés dans un climat de violence extrême.", - "content": "Le pays, désigné comme un « nacro-Etat » par les Etats-Unis, élit dimanche son président et ses députés dans un climat de violence extrême.", + "title": "Manifestations et émeutes aux îles Salomon pour exiger la démission du premier ministre", + "description": "Plusieurs bâtiments ont été incendiés à Honiara, la capitale de cet archipel du Pacifique. Le gouvernement est confronté à des pressions après la décision, prise en 2019, de mettre fin aux liens diplomatiques avec Taïwan et d’établir des liens formels avec la Chine.", + "content": "Plusieurs bâtiments ont été incendiés à Honiara, la capitale de cet archipel du Pacifique. Le gouvernement est confronté à des pressions après la décision, prise en 2019, de mettre fin aux liens diplomatiques avec Taïwan et d’établir des liens formels avec la Chine.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/28/au-honduras-un-scrutin-a-l-ombre-du-trafic-de-drogue_6103906_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/25/manifestations-et-emeutes-dans-les-iles-salomon-pour-exiger-la-demission-du-premier-ministre_6103521_3210.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 06:00:18 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 06:50:34 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3758b1f07e7b510cccedbc52e96aaaf8" + "hash": "5c23f9d80ded6f0922f8f7f1ebb1d920" }, { - "title": "La Juventus visée par une enquête sur des transferts douteux", - "description": "Parmi ces transferts qui auraient pu donner lieu à la publication de faux montants dans les bilans du club figurerait celui de la star portugaise Cristiano Ronaldo, arrivé en 2018, puis reparti à Manchester l’été dernier.", - "content": "Parmi ces transferts qui auraient pu donner lieu à la publication de faux montants dans les bilans du club figurerait celui de la star portugaise Cristiano Ronaldo, arrivé en 2018, puis reparti à Manchester l’été dernier.", + "title": "Après la mort de 27 migrants, mercredi, dans un naufrage au large de Calais, la colère des associations", + "description": "La plupart des victimes étaient kurdes, originaires d’Irak ou d’Iran. Après ce drame inédit, les autorités appellent à lutter contre les passeurs tandis que les associations réclament des voies légales de migration vers le Royaume-Uni", + "content": "La plupart des victimes étaient kurdes, originaires d’Irak ou d’Iran. Après ce drame inédit, les autorités appellent à lutter contre les passeurs tandis que les associations réclament des voies légales de migration vers le Royaume-Uni", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/28/le-club-italien-de-football-de-la-juventus-vise-par-une-enquete-sur-des-transferts-douteux_6103902_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/25/apres-la-mort-de-27-migrants-dans-un-naufrage-au-large-de-calais-la-colere-des-associations_6103506_3210.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 04:46:24 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 05:57:44 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6ec49773c406c3dec78e76550c6e6984" + "hash": "0d993eddd7974c783f354d41987c2bc1" }, { - "title": "Quelles sont les données qui montrent la dégradation de la santé psychique des Français ?", - "description": "Etats anxieux et dépressifs, recours aux antidépresseurs, hospitalisations pour tentative de suicide... Différents indicateurs restent au rouge depuis le début de la pandémie.", - "content": "Etats anxieux et dépressifs, recours aux antidépresseurs, hospitalisations pour tentative de suicide... Différents indicateurs restent au rouge depuis le début de la pandémie.", + "title": "Ethiopie : le premier ministre, Abiy Ahmed, est sur le front pour combattre les rebelles", + "description": "Le pouvoir s’oppose au Front populaire de libération du Tigré, qui progresse vers Addis-Abeba, suscitant des appels internationaux à un cessez-le-feu dans un conflit qui s’intensifie.", + "content": "Le pouvoir s’oppose au Front populaire de libération du Tigré, qui progresse vers Addis-Abeba, suscitant des appels internationaux à un cessez-le-feu dans un conflit qui s’intensifie.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/29/quelles-sont-les-donnees-qui-montrent-la-degradation-de-la-sante-psychique-des-francais_6104060_4355770.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/25/ethiopie-le-premier-ministre-abiy-ahmed-est-sur-le-front-pour-combattre-les-rebelles_6103497_3212.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:24:04 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 04:14:52 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e3ab64c455f67f4662c3f27ece60ffd" + "hash": "3e5d04aead6cc5aa16a40950c37e2b1f" }, { - "title": "Affaire Fillon : cinq ans de prison, dont un ferme, et 375 000 euros d’amende requis contre l’ancien premier ministre", - "description": "Le parquet général a également demandé deux ans de prison avec sursis, 100 000 euros d’amende et deux ans d’inéligibilité à l’encontre de son épouse Penelope Fillon.", - "content": "Le parquet général a également demandé deux ans de prison avec sursis, 100 000 euros d’amende et deux ans d’inéligibilité à l’encontre de son épouse Penelope Fillon.", + "title": "« L’indemnité inflation » de 100 euros, qui sera reversée à 38 millions de personnes, définitivement approuvée", + "description": "Censée compenser la hausse des prix de l’énergie pour les revenus inférieurs à 2 000 euros mensuels, cette mesure « mesure simple, rapide, efficace », selon la majorité, est qualifiée d’« éphémère et mal ciblée » par l’opposition.", + "content": "Censée compenser la hausse des prix de l’énergie pour les revenus inférieurs à 2 000 euros mensuels, cette mesure « mesure simple, rapide, efficace », selon la majorité, est qualifiée d’« éphémère et mal ciblée » par l’opposition.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/29/affaire-fillon-cinq-ans-de-prison-dont-un-ferme-et-375-000-euros-d-amende-requis-contre-l-ancien-premier-ministre_6104059_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/25/hausse-des-prix-de-l-energie-l-indemnite-inflation-de-100-euros-definitivement-approuvee_6103491_823448.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 17:20:38 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 01:43:06 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dcec55b35b8cf520420cd05eb4ece38c" + "hash": "1996142705b7c3cb82fcf491d7bdcaf0" }, { - "title": "Iran : l’assèchement d’une rivière provoque manifestations et heurts", - "description": "La police iranienne a annoncé, samedi, l’arrestation de près de 70 personnes au lendemain de protestations, ponctuées de violences, contre l’assèchement d’une rivière emblématique à Ispahan, troisième ville d’Iran.", - "content": "La police iranienne a annoncé, samedi, l’arrestation de près de 70 personnes au lendemain de protestations, ponctuées de violences, contre l’assèchement d’une rivière emblématique à Ispahan, troisième ville d’Iran.", + "title": "Magasins sans caisses : les Français avancent leurs pions", + "description": "Après Amazon aux Etats-Unis et au Royaume-Uni, mais aussi Auchan en France, Carrefour lance sa première supérette sans caisses ouverte au public, dans le 11e arrondissement de Paris.", + "content": "Après Amazon aux Etats-Unis et au Royaume-Uni, mais aussi Auchan en France, Carrefour lance sa première supérette sans caisses ouverte au public, dans le 11e arrondissement de Paris.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/28/iran-l-assechement-d-une-riviere-provoque-manifestations-et-heurts_6103898_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/25/magasins-sans-caisses-les-francais-avancent-leurs-pions_6103489_3234.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 03:39:12 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 00:50:09 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73f9bc717ac83e736130b88c1b87d8b1" + "hash": "d97a562fa9c234b8df9288c679109882" }, { - "title": "Matthieu Orphelin, porte-parole de Yannick Jadot et proche de Nicolas Hulot, mis « en retrait » de la campagne écologiste", - "description": "Après les accusations de viol et d’agressions sexuelles qui visent l’ancien ministre, le directeur de campagne du candidat d’EELV explique que Matthieu Orphelin n’a plus la « sérénité nécessaire à l’exercice de ses fonctions ». Ce dernier évoque, lui, des « tensions internes » liées à la campagne.", - "content": "Après les accusations de viol et d’agressions sexuelles qui visent l’ancien ministre, le directeur de campagne du candidat d’EELV explique que Matthieu Orphelin n’a plus la « sérénité nécessaire à l’exercice de ses fonctions ». Ce dernier évoque, lui, des « tensions internes » liées à la campagne.", + "title": "Pesticides : une étude suggère de fixer les distances minimales d’épandage à plus de 100 mètres des habitations", + "description": "Une campagne de prélèvements menée par l’association Générations futures remet en cause les distances (de 3 à 20 mètres) fixées par le gouvernement pour protéger les riverains.", + "content": "Une campagne de prélèvements menée par l’association Générations futures remet en cause les distances (de 3 à 20 mètres) fixées par le gouvernement pour protéger les riverains.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/27/matthieu-orphelin-porte-parole-de-yannick-jadot-et-proche-de-nicolas-hulot-mis-en-retrait-de-la-campagne_6103890_6059010.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/25/pesticides-une-etude-suggere-de-fixer-les-distances-minimales-d-epandage-a-plus-de-100-metres-des-habitations_6103482_3244.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 23:53:15 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Thu, 25 Nov 2021 00:00:08 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e949aec7327ac93a1732f704d2fd0ab2" + "hash": "addfe56aeccdf89065b9c8693d30e07a" }, { - "title": "Au Burkina Faso, des milliers de manifestants marchent pour protester contre la faillite sécuritaire", - "description": "Des heurts ont opposé les manifestants, qui réclamaient le départ du président Roch Marc Christian Kaboré, et les forces de l’ordre dans le centre de Ouagadougou.", - "content": "Des heurts ont opposé les manifestants, qui réclamaient le départ du président Roch Marc Christian Kaboré, et les forces de l’ordre dans le centre de Ouagadougou.", + "title": "Une prime à la conversion pouvant atteindre 6 000 euros parmi les mesures alternatives au contrôle technique des deux-roues", + "description": "« Des radars pour contrôler les émissions sonores, notamment des deux-roues », seront également installés, a annoncé, mercredi, le ministre délégué aux transports.", + "content": "« Des radars pour contrôler les émissions sonores, notamment des deux-roues », seront également installés, a annoncé, mercredi, le ministre délégué aux transports.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/27/au-burkina-faso-des-milliers-de-manifestants-marchent-pour-protester-contre-la-faillite-securitaire_6103889_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/24/une-prime-a-la-conversion-pouvant-atteindre-6-000-euros-parmi-les-mesures-alternatives-au-controle-technique-des-deux-roues_6103481_3234.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 21:13:36 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 23:13:21 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "29ce7ca83ecdf6c9ecd2d28b364789c6" + "hash": "b3e270950738c1c884a3e4fb46806c0a" }, { - "title": "« Papa, maman, c’est quoi un métis ? » : plongée dans le quotidien de quatre couples mixtes", - "description": "Lucie s’éveille à l’afroféminisme, Jacques met en avant le racisme anti-Blancs ; Aurélie a fait le ramadan pour Hakim, mais mange du saucisson… Les stéréotypes et les débats identitaires s’invitent au coeur des amours métissées de quatre couples multiculturels.", - "content": "Lucie s’éveille à l’afroféminisme, Jacques met en avant le racisme anti-Blancs ; Aurélie a fait le ramadan pour Hakim, mais mange du saucisson… Les stéréotypes et les débats identitaires s’invitent au coeur des amours métissées de quatre couples multiculturels.", + "title": "Naufrage de migrants : « La France ne laissera pas la Manche devenir un cimetière », dit Emmanuel Macron", + "description": "Le chef de l’Etat a réclamé mercredi « une réunion d’urgence des ministres européens concernés par le défi migratoire », ainsi que « le renforcement immédiat des moyens de l’agence Frontex aux frontières extérieures » de l’Union européenne.", + "content": "Le chef de l’Etat a réclamé mercredi « une réunion d’urgence des ministres européens concernés par le défi migratoire », ainsi que « le renforcement immédiat des moyens de l’agence Frontex aux frontières extérieures » de l’Union européenne.", "category": "", - "link": "https://www.lemonde.fr/m-le-mag/article/2021/11/27/papa-maman-c-est-quoi-un-metis-dans-le-quotidien-riche-et-complexe-des-couples-mixtes_6103886_4500055.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/naufrage-de-migrants-la-france-ne-laissera-pas-la-manche-devenir-un-cimetiere-assure-emmanuel-macron_6103479_3210.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 19:59:53 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 22:01:05 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f56c7a1c64173b19719a5f7e4e6bc3da" + "hash": "373084260a19ced912cee9852bd91b34" }, { - "title": "Migrants dans la Manche : pour l’Europe, c’est à Londres de gérer le contrôle de ses frontières", - "description": "Le Royaume-Uni « a quitté l’Union européenne » et « doit à présent décider comment organiser la gestion du contrôle de ses frontières », a affirmé samedi la Commission européenne, en pleine crise entre Paris et Londres sur la crise migratoire.", - "content": "Le Royaume-Uni « a quitté l’Union européenne » et « doit à présent décider comment organiser la gestion du contrôle de ses frontières », a affirmé samedi la Commission européenne, en pleine crise entre Paris et Londres sur la crise migratoire.", + "title": "Au procès du meurtre d’Ahmaud Arbery, un joggeur noir tué aux Etats-Unis, trois hommes blancs reconnus coupables", + "description": "Ils avaient poursuivi puis abattu cet homme en février 2020, dans l’Etat de Géorgie. Le président américain a salué la décision, estimant toutefois que « beaucoup de travail » restait à faire sur le chemin de l’égalité raciale.", + "content": "Ils avaient poursuivi puis abattu cet homme en février 2020, dans l’Etat de Géorgie. Le président américain a salué la décision, estimant toutefois que « beaucoup de travail » restait à faire sur le chemin de l’égalité raciale.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/27/migrants-dans-la-manche-pour-l-europe-c-est-a-londres-de-gerer-le-controle-de-ses-frontieres_6103882_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/24/meurtre-d-ahmaud-arbery-aux-etats-unis-trois-hommes-reconnus-coupables_6103478_3224.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 18:10:06 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 21:30:54 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02d7e4af652f98198e0e0d1d8648b723" + "hash": "77b558e5314ae093c9c320c6fed489d5" }, { - "title": "Biathlon : le podium de Simon Desthieux sauve la journée des Français en ouverture de la saison", - "description": "Le biathlète tricolore a terminé troisième à l’issue des 20 kilomètres de l’individuel lors de la première manche de la saison, à Ostersund, en Suède. Le Norvégien Sturla Lægreid s’est imposé, tout comme la Tchèque Markéta Davidova chez les femmes.", - "content": "Le biathlète tricolore a terminé troisième à l’issue des 20 kilomètres de l’individuel lors de la première manche de la saison, à Ostersund, en Suède. Le Norvégien Sturla Lægreid s’est imposé, tout comme la Tchèque Markéta Davidova chez les femmes.", + "title": "En Libye, la candidature du fils de Kadhafi à l’élection présidentielle rejetée", + "description": "Saïf Al-Islam Kadhafi, qui avait présenté sa candidature le 14 novembre, figure parmi les 25 candidats dont les dossiers ont été rejetés, selon un communiqué de la Haute Commission électorale.", + "content": "Saïf Al-Islam Kadhafi, qui avait présenté sa candidature le 14 novembre, figure parmi les 25 candidats dont les dossiers ont été rejetés, selon un communiqué de la Haute Commission électorale.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/27/biathlon-le-podium-de-simon-desthieux-sauve-la-journee-des-francais-en-ouverture-de-la-saison_6103879_3242.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/24/en-libye-la-candidature-du-fils-de-kadhafi-a-l-election-presidentielle-rejetee_6103477_3212.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 17:29:58 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 20:44:56 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f9aa1fb593b65cb00a86dac836763f21" + "hash": "4a210080810f2c09b1d2906a74940fad" }, { - "title": "Variant Omicron : « risque très élevé » selon l’OMS, fermetures de frontières... Le point sur la situation", - "description": "Alors que les contaminations au Covid-19 augmentent, les ministres de la santé de la France, des Etats-Unis, du Canada, d’Allemagne, d’Italie, du Japon et du Royaume-Uni se retrouvent lundi à Londres « pour discuter de l’évolution de la situation » de ce nouveau variant.", - "content": "Alors que les contaminations au Covid-19 augmentent, les ministres de la santé de la France, des Etats-Unis, du Canada, d’Allemagne, d’Italie, du Japon et du Royaume-Uni se retrouvent lundi à Londres « pour discuter de l’évolution de la situation » de ce nouveau variant.", + "title": "Le PDG d’Orange, Stéphane Richard, quittera son poste fin janvier au plus tard après sa condamnation dans l’affaire Tapie", + "description": "Orange a annoncé, mercredi, avoir accepté le départ de son président directeur général à l’issue d’une réunion de son conseil d’administration. Stéphane Richard a été condamné le même jour en appel pour complicité de détournement de fonds publics dans l’affaire de l’arbitrage entre Bernard Tapie et le Crédit lyonnais.", + "content": "Orange a annoncé, mercredi, avoir accepté le départ de son président directeur général à l’issue d’une réunion de son conseil d’administration. Stéphane Richard a été condamné le même jour en appel pour complicité de détournement de fonds publics dans l’affaire de l’arbitrage entre Bernard Tapie et le Crédit lyonnais.", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/11/29/variant-omicron-risque-tres-eleve-selon-l-oms-fermetures-de-frontieres-le-point-sur-la-situation_6103985_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/24/le-pdg-d-orange-stephane-richard-quittera-son-poste-fin-janvier-au-plus-tard-apres-sa-condamnation-dans-l-affaire-tapie_6103475_3234.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 08:04:00 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 20:42:34 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "39bdf756d4396adeba3d79efa874e549" + "hash": "f96d9a8553d4e887cc6dbe832dfe64f6" }, { - "title": "Magdalena Andersson repasse devant le Parlement suédois pour devenir première ministre", - "description": "Mise en minorité sur son budget, la chef des sociaux-démocrates avait dû présenter sa démission de première ministre quelques heures seulement après sa désignation, la semaine dernière.", - "content": "Mise en minorité sur son budget, la chef des sociaux-démocrates avait dû présenter sa démission de première ministre quelques heures seulement après sa désignation, la semaine dernière.", + "title": "La démission de Renaud Muselier ravive les tensions chez Les Républicains", + "description": "Econduit par Xavier Bertrand, à qui il apportait son soutien contre Eric Ciotti, le président de la région Provence-Alpes-Côte d’Azur a quitté le parti Les Républicains, qu’il accuse de « porosité avec l’extrême droite ».", + "content": "Econduit par Xavier Bertrand, à qui il apportait son soutien contre Eric Ciotti, le président de la région Provence-Alpes-Côte d’Azur a quitté le parti Les Républicains, qu’il accuse de « porosité avec l’extrême droite ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/29/magdalena-andersson-repasse-devant-le-parlement-suedois-pour-devenir-premiere-ministre_6103977_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/24/congres-les-republicains-la-demission-de-renaud-muselier-ravive-les-tensions_6103474_823448.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 06:12:39 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 20:25:28 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2d0c6ce2d36d4df0554f0c45efc8fbd" + "hash": "a5f72e60805963775efcbdaa248fa51e" }, { - "title": "Suppression de l’ENA : « Le but est de sortir du classement des élèves »", - "description": "La ministre de la transformation et de la fonction publiques, Amélie de Montchalin, précise les contours du nouvel Institut national du service public, qui devra permettre de « recruter des hauts fonctionnaires là où l’Etat en a besoin ».", - "content": "La ministre de la transformation et de la fonction publiques, Amélie de Montchalin, précise les contours du nouvel Institut national du service public, qui devra permettre de « recruter des hauts fonctionnaires là où l’Etat en a besoin ».", + "title": "« Le Figaro » aiguise les appétits de Vincent Bolloré et de Bernard Arnault", + "description": "Selon les informations du « Monde », les deux milliardaires ont fait des propositions de rachat concurrentes. Les héritiers de Serge Dassault, qui possèdent le journal, assurent ne pas souhaiter s’en séparer.", + "content": "Selon les informations du « Monde », les deux milliardaires ont fait des propositions de rachat concurrentes. Les héritiers de Serge Dassault, qui possèdent le journal, assurent ne pas souhaiter s’en séparer.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/29/suppression-de-l-ena-le-but-est-de-sortir-du-classement-des-eleves_6103967_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/24/le-figaro-aiguise-les-appetits-de-vincent-bollore-et-de-bernard-arnault_6103472_3234.html", "creator": "", - "pubDate": "Mon, 29 Nov 2021 03:49:21 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 20:15:37 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3ddd3f2500f8ec69d49c94cfe1f8fb8f" + "hash": "19f3850229f8674f92eae24d510a07da" }, { - "title": "Contre l’Europe, l’arme migratoire des régimes autoritaires", - "description": "De Kadhafi à Loukachenko, les dictateurs ont utilisé les réfugiés pour faire pression sur l’Union europénne qui n’a cessé d’accroître sa dépendance en déléguant les contrôles à des pays tiers. Dans ce processus, la crise enclenchée par la Biélorussie marque un nouveau tournant.", - "content": "De Kadhafi à Loukachenko, les dictateurs ont utilisé les réfugiés pour faire pression sur l’Union europénne qui n’a cessé d’accroître sa dépendance en déléguant les contrôles à des pays tiers. Dans ce processus, la crise enclenchée par la Biélorussie marque un nouveau tournant.", + "title": "Stocamine : les députés valident l’enfouissement définitif des déchets", + "description": "Un amendement intégré au projet de loi de finances pour 2022 autorise le stockage de déchets dangereux dans les anciennes mines de potasse alsacienne « pour une durée illimitée ».", + "content": "Un amendement intégré au projet de loi de finances pour 2022 autorise le stockage de déchets dangereux dans les anciennes mines de potasse alsacienne « pour une durée illimitée ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/26/contre-l-europe-l-arme-migratoire-des-regimes-autoritaires_6103756_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/24/stocamine-les-deputes-valident-l-enfouissement-definitif-des-dechets_6103470_3244.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 16:30:16 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 19:47:55 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c826b7be58400ae2ed30b4eb0cf579d" + "hash": "386a27b6ebb36ae482390605c49ab65e" }, { - "title": "Au Niger, deux morts dans des heurts lors du passage d’un convoi militaire français", - "description": "Une centaine de véhicules de l’armée française tentent de rallier le Mali en transitant par le Niger et le Burkina Faso. La semaine dernière, le convoi avait déjà été forcé à l’arrêt par des manifestations contre la présence militaire française.", - "content": "Une centaine de véhicules de l’armée française tentent de rallier le Mali en transitant par le Niger et le Burkina Faso. La semaine dernière, le convoi avait déjà été forcé à l’arrêt par des manifestations contre la présence militaire française.", + "title": "Haute mer : les députés se mobilisent pour un accord « le plus ambitieux possible »", + "description": "A l’Assemblée nationale, les élus voudraient voir le pouvoir politique relancer le futur traité sur la haute mer, dont les discussions préparatoires ont débuté en 2006.", + "content": "A l’Assemblée nationale, les élus voudraient voir le pouvoir politique relancer le futur traité sur la haute mer, dont les discussions préparatoires ont débuté en 2006.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/27/au-niger-un-convoi-militaire-francais-bloque-par-des-manifestants_6103877_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/24/haute-mer-les-deputes-se-mobilisent-pour-un-accord-le-plus-ambitieux-possible_6103469_3244.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 15:24:41 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 19:46:50 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8af2d1a2c85ad382465f18b984f0564b" + "hash": "d9bc03f2e4c812cc541975a843b5c7db" }, { - "title": "Election présidentielle 2022 : à Marseille, Eric Zemmour termine une visite ratée par un doigt d’honneur", - "description": "Cette image malheureuse intervient au terme d’un déplacement dans la cité phocéenne et d’une série de bévues, ces dernières semaines.", - "content": "Cette image malheureuse intervient au terme d’un déplacement dans la cité phocéenne et d’une série de bévues, ces dernières semaines.", + "title": "La justice belge indemnise un couple pour la naissance « non planifiée » d’un enfant", + "description": "En quête d’un « bébé-médicament » pour soigner leur premier enfant, un couple espagnol a poursuivi la clinique belge responsable d’une fécondation in vitro de deux embryons qui se sont révélés donneurs non compatibles.", + "content": "En quête d’un « bébé-médicament » pour soigner leur premier enfant, un couple espagnol a poursuivi la clinique belge responsable d’une fécondation in vitro de deux embryons qui se sont révélés donneurs non compatibles.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/27/election-presidentielle-2022-a-marseille-eric-zemmour-termine-une-visite-ratee-par-un-doigt-d-honneur_6103876_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/la-justice-belge-indemnise-un-couple-pour-la-naissance-non-planifiee-d-un-enfant_6103468_3210.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 14:41:43 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 19:36:46 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "61161901cdd5e7c7effa8576ab2aa4b5" + "hash": "5c7ee57df159d793cc0edb53a7a3b5f5" }, { - "title": "Covid-19 : l’étonnante situation du Royaume-Uni sans mesures de précaution sanitaire depuis juillet ni flambée épidémique", - "description": "Alors que toutes les mesures de précaution sanitaire ont été abolies en juillet, la situation n’est pas jugée alarmante par les experts, les politiques et le grand public.", - "content": "Alors que toutes les mesures de précaution sanitaire ont été abolies en juillet, la situation n’est pas jugée alarmante par les experts, les politiques et le grand public.", + "title": "Ligue des champions : malgré sa défaite contre Manchester City (2-1), le PSG qualifié pour les huitièmes de finale", + "description": "Malmenés par les Mancuniens, les Parisiens laissent filer la première place du groupe A, mais valident leur billet pour la suite de la compétition grâce à la lourde défaite de Bruges contre le RB Leipzig (0-4).", + "content": "Malmenés par les Mancuniens, les Parisiens laissent filer la première place du groupe A, mais valident leur billet pour la suite de la compétition grâce à la lourde défaite de Bruges contre le RB Leipzig (0-4).", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/27/covid-19-l-etonnante-situation-sanitaire-du-royaume-uni_6103817_3244.html", + "link": "https://www.lemonde.fr/sport/live/2021/11/24/manchester-city-psg-suivez-en-direct-le-choc-de-la-ligue-des-champions_6103466_3242.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 03:44:31 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 19:00:19 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c979495d38a7a979b1088d6b1bba787a" + "hash": "7faa2340fae05dda7755b2e482337d9b" }, { - "title": "Reportage | Dans l’hôpital de Munich, fermé aux visites, les médecins regrettent de devoir « prioriser des patients; bricoler à droite à gauche »", - "description": "Vendredi, la Bavière a pour la première fois envoyé des malades dans un autre Land. La situation dans les hôpitaux y est alarmante.", - "content": "Vendredi, la Bavière a pour la première fois envoyé des malades dans un autre Land. La situation dans les hôpitaux y est alarmante.", + "title": "Covid-19 en Europe : la Slovaquie annonce un confinement partiel de deux semaines", + "description": "Après l’Autriche, il s’agit du deuxième pays européen à imposer des restrictions de déplacement face à la nouvelle vague de contaminations par le Covid-19, près de deux ans après le confinement presque généralisé de mars 2020.", + "content": "Après l’Autriche, il s’agit du deuxième pays européen à imposer des restrictions de déplacement face à la nouvelle vague de contaminations par le Covid-19, près de deux ans après le confinement presque généralisé de mars 2020.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/27/a-l-hopital-de-munich-nous-en-sommes-a-prioriser-des-patients-a-bricoler-a-droite-a-gauche_6103854_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/24/covid-19-la-slovaquie-annonce-un-confinement-partiel-de-deux-semaines_6103463_3244.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:43:11 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 18:36:30 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2fcb28dec28f796529566713070eddce" + "hash": "e73037d0401e99f1c705375296019748" }, { - "title": "Un premier foyer de grippe aviaire en élevage détecté dans le Nord", - "description": "La suspicion d’infection fait suite à un constat de mortalités anormales parmi les volailles de l’élevage.", - "content": "La suspicion d’infection fait suite à un constat de mortalités anormales parmi les volailles de l’élevage.", + "title": "Pegasus : Apple révèle l’existence de dizaines de nouvelles victimes dans le monde", + "description": "De la Thaïlande au Salvador, en passant par l’Arménie, des journalistes, artistes, militants politiques ou des droits humains ont été ciblés par le puissant logiciel espion de NSO Group.", + "content": "De la Thaïlande au Salvador, en passant par l’Arménie, des journalistes, artistes, militants politiques ou des droits humains ont été ciblés par le puissant logiciel espion de NSO Group.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/27/un-premier-foyer-de-grippe-aviaire-en-elevage-detecte-dans-le-nord_6103867_3244.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/24/pegasus-apple-revele-l-existence-de-dizaines-de-nouvelles-victimes-dans-le-monde_6103461_4408996.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:53:52 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 18:11:31 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fd4e61904eb74fbe69e0197b8bebc094" + "hash": "6e46077942fc75778bcf08a7d6c93b88" }, { - "title": "Covid-19 : Pays-Bas et Belgique décident d’un nouveau train de mesures", - "description": "Le premier ministre néerlandais a durci les restrictions mises en œuvre mi-novembre, imposant la fermeture des restaurants et des commerces non essentiels à 17 heures. La Belgique, davantage touchée, a opté pour des mesures moins rigoureuses.", - "content": "Le premier ministre néerlandais a durci les restrictions mises en œuvre mi-novembre, imposant la fermeture des restaurants et des commerces non essentiels à 17 heures. La Belgique, davantage touchée, a opté pour des mesures moins rigoureuses.", + "title": "Les automobilistes peuvent continuer à partager des informations routières, y compris sur les radars", + "description": "L’interdiction de communiquer certaines données en temps réel peut toutefois être appliquée par les préfets dans le cas de contrôles routiers impliquant l’interception des véhicules, ont rappelé mercredi les membres du Conseil constitutionnel.", + "content": "L’interdiction de communiquer certaines données en temps réel peut toutefois être appliquée par les préfets dans le cas de contrôles routiers impliquant l’interception des véhicules, ont rappelé mercredi les membres du Conseil constitutionnel.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/27/covid-19-pays-bas-et-belgique-decident-d-un-nouveau-train-de-mesures_6103862_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/24/les-automobilistes-peuvent-continuer-a-partager-des-informations-routieres_6103460_4408996.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 11:10:38 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 18:09:20 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "66d611f43ed6589b4fd75e4cb8a15656" + "hash": "8b8394e46f7f540d98783ecf61c145e0" }, { - "title": "Le ministre des outre-mer, Sébastien Lecornu, est arrivé aux Antilles afin de rencontrer les élus", - "description": "Vendredi, dans une allocution télévisée aux Guadeloupéens, M. Lecornu a affirmé que le gouvernement était « prêt » à évoquer la question de donner plus d’autonomie si cela pouvait permettre de « résoudre les vrais problèmes du quotidien des Guadeloupéens ».", - "content": "Vendredi, dans une allocution télévisée aux Guadeloupéens, M. Lecornu a affirmé que le gouvernement était « prêt » à évoquer la question de donner plus d’autonomie si cela pouvait permettre de « résoudre les vrais problèmes du quotidien des Guadeloupéens ».", + "title": "Pologne : la Convention européenne des droits de l’homme jugée incompatible avec la Constitution", + "description": "La Cour constitutionnelle polonaise a jugé qu’une partie de la Convention européenne des droits de l’homme était incompatible avec la Constitution polonaise. Un nouveau défi adressé à l’Union européenne.", + "content": "La Cour constitutionnelle polonaise a jugé qu’une partie de la Convention européenne des droits de l’homme était incompatible avec la Constitution polonaise. Un nouveau défi adressé à l’Union européenne.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/28/le-ministre-des-outre-mer-sebastien-lecornu-en-route-pour-les-antilles-afin-de-rencontrer-les-elus_6103928_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/pologne-la-cour-constitutionnelle-juge-la-convention-europeenne-des-droits-de-l-homme-incompatible-avec-sa-constitution_6103459_3210.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 11:41:41 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 18:07:10 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cdf43ed711c7a04a42b3559dcac04697" + "hash": "8080e3b03e98ff5aa05e467363727038" }, { - "title": "Covid-19 : le variant Omicron détecté dans plusieurs pays, « une course contre la montre » est engagée, selon la Commission européenne", - "description": "En France, aucun cas de contamination lié à ce nouveau variant n’a, pour l’instant, été formellement identifié, mais c’est « très probablement une question d’heures », a affirmé, dimanche, le ministre de la santé, Olivier Véran.", - "content": "En France, aucun cas de contamination lié à ce nouveau variant n’a, pour l’instant, été formellement identifié, mais c’est « très probablement une question d’heures », a affirmé, dimanche, le ministre de la santé, Olivier Véran.", + "title": "Discriminations à l’embauche : un phénomène qui reste « généralisé et persistant »", + "description": "Une étude publiée mercredi 24 novembre montre qu’à compétences égales, les candidats portant un prénom et un nom à consonance maghrébine ont beaucoup moins de chances d’être contactés par les recruteurs.", + "content": "Une étude publiée mercredi 24 novembre montre qu’à compétences égales, les candidats portant un prénom et un nom à consonance maghrébine ont beaucoup moins de chances d’être contactés par les recruteurs.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/28/les-suisses-de-nouveau-appeles-aux-urnes-pour-se-prononcer-sur-le-passe-sanitaire_6103908_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/24/discriminations-a-l-embauche-un-phenomene-qui-reste-generalise-et-persistant_6103458_3224.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 06:11:29 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 18:00:21 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b5c9936c6a5d20e86628d9c8823958b5" + "hash": "36c750c6b83bccff92ec9538e0936cb8" }, { - "title": "Pourquoi l’archevêque de Paris, Mgr Michel Aupetit, propose sa démission au pape François", - "description": "Plusieurs fois mis en cause pour sa façon de gouverner son diocèse, Mgr Michel Aupetit a concédé avoir eu un comportement « ambigu » avec une femme en 2012, « laissant sous-entendre l’existence d’une relation intime » entre eux.", - "content": "Plusieurs fois mis en cause pour sa façon de gouverner son diocèse, Mgr Michel Aupetit a concédé avoir eu un comportement « ambigu » avec une femme en 2012, « laissant sous-entendre l’existence d’une relation intime » entre eux.", + "title": "Plus de vingt migrants meurent dans le naufrage d’une embarcation dans la Manche, une « tragédie », selon Jean Castex", + "description": "Ce drame est le plus meurtrier depuis l’envolée en 2018 du nombre de traversées migratoires de la Manche, face au verrouillage croissant du port de Calais et de l’Eurotunnel emprunté jusque-là par les migrants tentant de rallier l’Angleterre. Le ministre de l’intérieur Gérald Darmanin est attendu dans la soirée à Calais.", + "content": "Ce drame est le plus meurtrier depuis l’envolée en 2018 du nombre de traversées migratoires de la Manche, face au verrouillage croissant du port de Calais et de l’Eurotunnel emprunté jusque-là par les migrants tentant de rallier l’Angleterre. Le ministre de l’intérieur Gérald Darmanin est attendu dans la soirée à Calais.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/27/l-archeveque-de-paris-propose-sa-demission-au-pape-francois_6103810_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/calais-au-moins-vingt-migrants-morts-dans-le-naufrage-d-une-embarcation-dans-la-manche_6103452_3210.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 02:22:02 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 17:52:29 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "44c46d76aefdfac02f2f3030bc4128c3" + "hash": "97d793c3ea38f2a63816c2fda6f3965d" }, { - "title": "Affaire Peng Shuai : la WTA réitère son inquiétude pour la joueuse chinoise", - "description": "Le président de la Women’s Tennis Association, Steve Simon, « demeure profondément inquiet » concernant la liberté de parole de la joueuse chinoise, réapparue dans les médias chinois le week-end dernier.", - "content": "Le président de la Women’s Tennis Association, Steve Simon, « demeure profondément inquiet » concernant la liberté de parole de la joueuse chinoise, réapparue dans les médias chinois le week-end dernier.", + "title": "Le Maroc et Israël signent un accord sécuritaire « sans précédent »", + "description": "L’accord intervient un an à peine après la normalisation des relations entre les deux pays, alors que Rabat est en froid avec son voisin algérien.", + "content": "L’accord intervient un an à peine après la normalisation des relations entre les deux pays, alors que Rabat est en froid avec son voisin algérien.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/27/affaire-peng-shuai-la-wta-reitere-son-inquietude-pour-la-joueuse-chinoise_6103856_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/le-maroc-et-israel-signent-un-accord-securitaire-sans-precedent_6103451_3210.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:50:47 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 17:39:41 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "78c2015c1bad7463468e3d51135f7b5f" + "hash": "1dd66b9f755e854c11fea302e1c00a22" }, { - "title": "Election présidentielle 2022 : la campagne à très bas bruit d’Anne Hidalgo", - "description": "La candidate socialiste parcourt la France et donne des meetings, indifférente à son déficit de notoriété supposé.", - "content": "La candidate socialiste parcourt la France et donne des meetings, indifférente à son déficit de notoriété supposé.", + "title": "En Allemagne, la nouvelle coalition souhaite légaliser le cannabis", + "description": "Cette libéralisation est une des mesures-phares du contrat de coalition, dévoilé mercredi, des trois partis sociaux-démocrates, Verts et libéraux, qui vont succéder à Angela Merkel dans les prochaines semaines.", + "content": "Cette libéralisation est une des mesures-phares du contrat de coalition, dévoilé mercredi, des trois partis sociaux-démocrates, Verts et libéraux, qui vont succéder à Angela Merkel dans les prochaines semaines.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/27/election-presidentielle-2022-la-campagne-a-tres-bas-bruit-d-anne-hidalgo_6103855_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/la-nouvelle-coalition-a-la-tete-de-l-allemagne-souhaite-legaliser-le-cannabis_6103449_3210.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:47:03 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 17:06:12 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be527fa06d46e0d864439d9dcc6c13c2" + "hash": "f62f04c70457acd4aec116a874afb43a" }, { - "title": "Le projet de LGV Bordeaux-Toulouse avance à toute petite vitesse", - "description": "Malgré des progrès récents et le soutien affiché de l’Etat et de la SNCF, des incertitudes planent sur le financement de ce projet à 10 milliards d’euros, objet de fortes tensions politiques locales.", - "content": "Malgré des progrès récents et le soutien affiché de l’Etat et de la SNCF, des incertitudes planent sur le financement de ce projet à 10 milliards d’euros, objet de fortes tensions politiques locales.", + "title": "« Congo Hold-up » : ouverture d’une information judiciaire visant le clan de Joseph Kabila", + "description": "Selon une enquête menée par des médias internationaux et des ONG, l’ancien président et sa famille auraient détourné 138 millions de dollars entre 2013 et 2018.", + "content": "Selon une enquête menée par des médias internationaux et des ONG, l’ancien président et sa famille auraient détourné 138 millions de dollars entre 2013 et 2018.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/27/le-projet-de-lgv-bordeaux-toulouse-avance-a-toute-petite-vitesse_6103852_3234.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/24/congo-hold-up-ouverture-d-une-information-judiciaire-visant-le-clan-de-joseph-kabila_6103445_3212.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:31:49 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 16:27:39 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "886038a857289a4f5fc45ef8ba63d68f" + "hash": "3b51a7243f0341099e00d0bfed79abbe" }, { - "title": "La Russie, marraine d’une politique des petits pas entre Azerbaïdjan et Arménie", - "description": "Une rencontre organisée par Vladimir Poutine, à Sotchi, a débouché sur la mise en place d’une commission chargée de délimiter la frontière séparant les deux Etats belligérants.", - "content": "Une rencontre organisée par Vladimir Poutine, à Sotchi, a débouché sur la mise en place d’une commission chargée de délimiter la frontière séparant les deux Etats belligérants.", + "title": "Un homme interpellé quatre mois après le braquage de la bijouterie Chaumet à Paris", + "description": "Agé de 49 ans, il conservait chez lui, dans l’Eure, la quasi-totalité d’un butin estimé à deux à trois millions d’euros. La police cherche à établir ses liens avec le gang des Pink Panthers.", + "content": "Agé de 49 ans, il conservait chez lui, dans l’Eure, la quasi-totalité d’un butin estimé à deux à trois millions d’euros. La police cherche à établir ses liens avec le gang des Pink Panthers.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/27/la-russie-marraine-d-une-politique-des-petits-pas-entre-azerbaidjan-et-armenie_6103850_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/24/un-homme-interpelle-quatre-mois-apres-le-braquage-de-la-bijouterie-chaumet-a-paris_6103444_3224.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:20:56 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 16:10:49 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da89ea6aea29ddacddbc056fb48f9dbe" + "hash": "77d04affdfec508fe38dc28fa45659a3" }, { - "title": "Algérie : les électeurs appelés aux urnes pour des scrutins locaux", - "description": "Plus de 23 millions d’Algériens votent samedi pour élire leurs représentants communaux et départementaux. Un scrutin crucial aux yeux du pouvoir pour sceller le « changement » de l’après-Bouteflika.", - "content": "Plus de 23 millions d’Algériens votent samedi pour élire leurs représentants communaux et départementaux. Un scrutin crucial aux yeux du pouvoir pour sceller le « changement » de l’après-Bouteflika.", + "title": "Le gouvernement augmente le plafond de défiscalisation des chèques-cadeaux", + "description": "Ce plafond « passera de 171 euros à 250 euros », selon le ministre de l’économie. L’an dernier, il avait déjà été doublé, atteignant 341 euros, une mesure qui avait conduit à la distribution de 150 millions d’euros de chèques-cadeaux supplémentaires, selon Bercy.", + "content": "Ce plafond « passera de 171 euros à 250 euros », selon le ministre de l’économie. L’an dernier, il avait déjà été doublé, atteignant 341 euros, une mesure qui avait conduit à la distribution de 150 millions d’euros de chèques-cadeaux supplémentaires, selon Bercy.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/27/algerie-les-electeurs-appeles-aux-urnes-pour-des-scrutins-locaux_6103847_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/24/le-gouvernement-augmente-le-plafond-de-defiscalisation-des-cheques-cadeaux_6103439_3234.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:15:35 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 15:26:49 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc3cff419958044f351c4d3384c110a7" + "hash": "ff5b059c2825fd17ca283afe798136e7" }, { - "title": "Covid-19 : ce que l’on sait d’Omicron, le nouveau variant qui menace la planète", - "description": "L’OMS l’a classé comme variant « préoccupant » en raison de ses multiples mutations. De nombreuses zones d’ombre demeurent sur sa contagiosité et ses capacités d’échappement au vaccin.", - "content": "L’OMS l’a classé comme variant « préoccupant » en raison de ses multiples mutations. De nombreuses zones d’ombre demeurent sur sa contagiosité et ses capacités d’échappement au vaccin.", + "title": "Allemagne : le SPD, les Verts et les libéraux ont conclu un accord de gouvernement", + "description": "Près de deux mois après les élections législatives, les sociaux-démocrates, les écologistes et les libéraux allemands ont acté mercredi un accord gouvernemental. La coalition, qui devrait être menée par Olaf Scholz, 63 ans, va accéder au pouvoir et ouvrir une nouvelle ère après qu’Angela Merkel a occupé la chancellerie pendant seize ans.", + "content": "Près de deux mois après les élections législatives, les sociaux-démocrates, les écologistes et les libéraux allemands ont acté mercredi un accord gouvernemental. La coalition, qui devrait être menée par Olaf Scholz, 63 ans, va accéder au pouvoir et ouvrir une nouvelle ère après qu’Angela Merkel a occupé la chancellerie pendant seize ans.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/27/coronavirus-inconnues-et-inquietudes-autour-du-nouveau-variant-omicron_6103820_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/en-allemagne-le-spd-les-verts-et-les-liberaux-sont-parvenus-a-un-accord-de-coalition_6103434_3210.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 05:43:38 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 14:58:21 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8660c9c397fca837e50859e615b569b2" + "hash": "fc7f077601e139882498d413512fd34f" }, { - "title": "Présidentielle 2022 : à Marseille, la précampagne d’Eric Zemmour finit mal", - "description": "Le polémiste d’extrême droite et quasi-candidat à l’élection d’avril 2022 a conclu son tour de France en solitaire. Cet épilogue intervient après une série de défections.", - "content": "Le polémiste d’extrême droite et quasi-candidat à l’élection d’avril 2022 a conclu son tour de France en solitaire. Cet épilogue intervient après une série de défections.", + "title": "Ferroviaire : l’espagnol CAF reprend l’usine Alstom de Reichshoffen", + "description": "Le transfert de l’usine alsacienne, outil industriel réalisant plus de 300 millions d’euros de chiffre d’affaires et employant 740 salariés, sera effectif à compter du second semestre 2022.", + "content": "Le transfert de l’usine alsacienne, outil industriel réalisant plus de 300 millions d’euros de chiffre d’affaires et employant 740 salariés, sera effectif à compter du second semestre 2022.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/27/presidentielle-2022-a-marseille-la-precampagne-d-eric-zemmour-finit-mal_6103828_6059010.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/24/ferroviaire-l-espagnol-caf-reprend-l-usine-alstom-de-reichshoffen_6103433_3234.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 06:06:31 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 14:47:42 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d0a79782b1b1d27b97c57c952856154" + "hash": "1a35b8bd3781a88993108efa0c6de3d0" }, { - "title": "Rodéos urbains à Lyon : trois membres des « Dalton » condamnés à des peines de prison ferme ou avec sursis", - "description": "Trois jeunes comparaissaient devant le tribunal correctionnel, vendredi, pour la participation à un rodéo, le 23 octobre. Le collectif nébuleux, qui multiplie les provocations depuis trois mois dans la métropole, dénonce « la pression constante de la police ».", - "content": "Trois jeunes comparaissaient devant le tribunal correctionnel, vendredi, pour la participation à un rodéo, le 23 octobre. Le collectif nébuleux, qui multiplie les provocations depuis trois mois dans la métropole, dénonce « la pression constante de la police ».", + "title": "Attentats de Conflans et à « Charlie Hebdo » : des éléments des dossiers d’instruction piratés et mis en vente", + "description": "Une attaque au rançongiciel contre un cabinet d’avocats a permis à un groupe de pirates de dérober des dizaines de gigaoctets de documents confidentiels.", + "content": "Une attaque au rançongiciel contre un cabinet d’avocats a permis à un groupe de pirates de dérober des dizaines de gigaoctets de documents confidentiels.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/27/rodeos-urbains-a-lyon-trois-membres-des-dalton-condamnes-a-des-peines-de-prison-ferme-ou-avec-sursis_6103827_3224.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/24/attentats-de-conflans-et-a-charlie-hebdo-des-elements-des-dossiers-d-instruction-pirates-et-mis-en-vente_6103429_4408996.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 06:03:58 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 14:15:12 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "870143237038570a820eb88bd7ddd565" + "hash": "0782ef6e89de8dc4df86c27f2715635a" }, { - "title": "Crise aux Antilles : le gouvernement « prêt à parler » de « l’autonomie » de la Guadeloupe, déclare Sébastien Lecornu", - "description": "« Il n’y a pas de mauvais débats du moment que ces débats servent à résoudre les vrais problèmes du quotidien des Guadeloupéens », a justifié le ministre des outre-mer dans une allocution télévisée.", - "content": "« Il n’y a pas de mauvais débats du moment que ces débats servent à résoudre les vrais problèmes du quotidien des Guadeloupéens », a justifié le ministre des outre-mer dans une allocution télévisée.", + "title": "Juan Branco mis en examen pour viol", + "description": "Une femme, âgée de 20 ans au moment des faits, avait déposé une main courante au commissariat du 14e arrondissement de Paris, à la fin d’avril, le lendemain de sa rencontre avec M. Branco.", + "content": "Une femme, âgée de 20 ans au moment des faits, avait déposé une main courante au commissariat du 14e arrondissement de Paris, à la fin d’avril, le lendemain de sa rencontre avec M. Branco.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/27/crise-aux-antilles-le-gouvernement-pret-a-parler-de-l-autonomie-de-la-guadeloupe-declare-sebastien-lecornu_6103815_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/24/l-avocat-juan-branco-mis-en-examen-pour-viol_6103425_3224.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 03:43:43 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 13:03:23 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fe4014569cf44fb6ef94c9d6f82e6a2" + "hash": "18a1f6d5968cd575f2a80c65d4cc3032" }, { - "title": "En Argentine, non-lieu pour Cristina Kirchner dans une affaire de blanchiment", - "description": "La justice a jugé insuffisants les éléments avancés dans le dossier Los Sauces, du nom d’une entreprise immobilière familiale.", - "content": "La justice a jugé insuffisants les éléments avancés dans le dossier Los Sauces, du nom d’une entreprise immobilière familiale.", + "title": "Trois entreprises françaises ont vendu des outils de surveillance numérique massive à l’Egypte", + "description": "S’appuyant sur plusieurs documents internes, le média en ligne « Disclose » et l’hebdomadaire « Télérama » révèlent l’implication de trois entreprises dans diverses prestations de surveillance, avec l’assentiment de l’Etat français.", + "content": "S’appuyant sur plusieurs documents internes, le média en ligne « Disclose » et l’hebdomadaire « Télérama » révèlent l’implication de trois entreprises dans diverses prestations de surveillance, avec l’assentiment de l’Etat français.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/27/en-argentine-non-lieu-pour-cristina-kirchner-dans-une-affaire-de-blanchiment_6103812_3210.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/24/trois-entreprises-francaises-ont-vendu-des-outils-de-surveillance-numerique-massive-a-l-egypte_6103421_4408996.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 02:26:30 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 12:18:02 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b17cf8f33a57694e2eb64349ab43e0e" + "hash": "d6683e7789339e2e551812774d1f9ea6" }, { - "title": "Iles Salomon : retour au calme après des émeutes qui ont fait au moins trois morts", - "description": "Aucun mort n’était à déplorer depuis le début des troubles, mercredi. Une enquête a été ouverte.", - "content": "Aucun mort n’était à déplorer depuis le début des troubles, mercredi. Une enquête a été ouverte.", + "title": "Magdalena Andersson, première femme à devenir première ministre de Suède", + "description": "La chef de file des sociaux-démocrates a été nommée au terme de négociations difficiles.", + "content": "La chef de file des sociaux-démocrates a été nommée au terme de négociations difficiles.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/27/iles-salomon-trois-morts-lors-des-emeutes-selon-la-police_6103808_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/en-suede-magdalena-andersson-est-la-premiere-femme-a-devenir-premiere-ministre_6103419_3210.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 02:05:36 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 11:44:46 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5b8f23f09fde6119278aeb8c1a18384a" + "hash": "c36e78ee6fc69b1713ad3e5a26731b1d" }, { - "title": "Covid-19 : des premiers cas de contamination au variant Omicron en Europe, la France adapte son protocole", - "description": "L’OMS estime qu’il faudra « quelques semaines » pour comprendre le niveau de transmissibilité et de virulence de ce variant. L’efficacité des vaccins contre cette forme mutante du coronavirus est encore à l’étude.", - "content": "L’OMS estime qu’il faudra « quelques semaines » pour comprendre le niveau de transmissibilité et de virulence de ce variant. L’efficacité des vaccins contre cette forme mutante du coronavirus est encore à l’étude.", + "title": "Accusé d’agressions sexuelles, Nicolas Hulot annonce qu’il « quitte définitivement la vie publique »", + "description": "Cette décision survient la veille de la diffusion d’une enquête de l’émission « Envoyé spécial » mettant en cause l’ancien ministre de l’écologie. M. Hulot balaie des accusations « mensongères ».", + "content": "Cette décision survient la veille de la diffusion d’une enquête de l’émission « Envoyé spécial » mettant en cause l’ancien ministre de l’écologie. M. Hulot balaie des accusations « mensongères ».", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/27/la-conference-ministerielle-de-l-organisation-mondiale-du-commerce-victime-du-covid-19_6103807_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/24/nicolas-hulot-accuse-d-agressions-sexuelles-annonce-qu-il-quitte-definitivement-la-vie-publique_6103417_823448.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:51:30 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 11:37:39 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ca0aa77e8aa4732b3a57e4f805eee49" + "hash": "084b0d1bc9b5c2588e711c6a2fc4b92a" }, { - "title": "Stephen Sondheim, légende de la comédie musicale américaine, est mort", - "description": "Le compositeur, qui avait notamment écrit les paroles de « West Side Story », s’est éteint vendredi. Il avait 91 ans.", - "content": "Le compositeur, qui avait notamment écrit les paroles de « West Side Story », s’est éteint vendredi. Il avait 91 ans.", + "title": "Le porte-parole Gabriel Attal prendra bien la parole à l’issue du conseil des ministres, mercredi, mais les annonces concrètes auront lieu demain lors d’une conférence de presse.", + "description": "Gabriel Attal, porte-parole de gouvernement, a précisé les troix axes de lutte contre la cinquième vague : renforcement des mesures barrières, du passe sanitaire et du rappel vaccinal, afin d’éviter un couvre-feu ou un confinement. Les annonces concrètes sont attendues demain.", + "content": "Gabriel Attal, porte-parole de gouvernement, a précisé les troix axes de lutte contre la cinquième vague : renforcement des mesures barrières, du passe sanitaire et du rappel vaccinal, afin d’éviter un couvre-feu ou un confinement. Les annonces concrètes sont attendues demain.", "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/11/27/stephen-sondheim-legende-de-la-comedie-musicale-americaine-est-mort_6103803_3382.html", + "link": "https://www.lemonde.fr/planete/live/2021/11/24/covid-19-suivez-les-mesures-annoncees-par-le-gouvernement-pour-endiguer-la-cinquieme-vague_6103416_3244.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:23:09 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 11:30:58 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a14383506705d0de7dea5d9f187f4416" + "hash": "ef2e036a8b87a31adec146ddf66eab0c" }, { - "title": "Covid-19 : le port du masque rétabli en plein air dans les endroits fréquentés à Paris, et dans les équipements sportifs", - "description": "Le préfet de police de Paris a annoncé, vendredi, avoir pris un arrêté rendant le port du masque à nouveau obligatoire lors de rassemblements sur la voie publique, de festivals, de spectacles, de marchés, de brocantes ou encore dans les files d’attente.", - "content": "Le préfet de police de Paris a annoncé, vendredi, avoir pris un arrêté rendant le port du masque à nouveau obligatoire lors de rassemblements sur la voie publique, de festivals, de spectacles, de marchés, de brocantes ou encore dans les files d’attente.", + "title": "« Le cinéma a besoin d’idées nouvelles » : Claude Lelouch parraine la création d’une cryptomonnaie", + "description": "Une nouvelle devise, le klapcoin, qui équivaudra à 10 centimes d’euro, sera créée en janvier par la fille du réalisateur pour financer l’écriture d’une vingtaine de films et de séries.", + "content": "Une nouvelle devise, le klapcoin, qui équivaudra à 10 centimes d’euro, sera créée en janvier par la fille du réalisateur pour financer l’écriture d’une vingtaine de films et de séries.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/26/le-port-du-masque-a-nouveau-obligatoire-dans-certains-lieux-exterieurs-a-paris_6103799_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/24/le-cinema-a-besoin-d-idees-nouvelles-claude-lelouch-parraine-la-creation-d-une-cryptomonnaie_6103414_3234.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 20:56:17 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 11:11:29 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47b52e87813628a467a8297012311ca9" + "hash": "ea9b255abbe1db68c5aa905e999c4c4a" }, { - "title": "Enquête | De « Sorcières » à « Réinventer l’amour », la mécanique du succès de Mona Chollet", - "description": "Depuis son best-seller, « Sorcières », sorti en 2018, la journaliste et essayiste est en France la plus lue des féministes de la vague #metoo. Son nouvel ouvrage, « Réinventer l’amour », confirme un extraordinaire talent à saisir l’air du temps.", - "content": "Depuis son best-seller, « Sorcières », sorti en 2018, la journaliste et essayiste est en France la plus lue des féministes de la vague #metoo. Son nouvel ouvrage, « Réinventer l’amour », confirme un extraordinaire talent à saisir l’air du temps.", + "title": "L’embarrassante petite phrase de Lula sur le président du Nicaragua, Daniel Ortega", + "description": "Le leader de la gauche, favori de la prochaine présidentielle au Brésil, a déclenché une polémique après une interview à « El Pais », dans laquelle il prend la défense du dirigeant autoritaire.", + "content": "Le leader de la gauche, favori de la prochaine présidentielle au Brésil, a déclenché une polémique après une interview à « El Pais », dans laquelle il prend la défense du dirigeant autoritaire.", "category": "", - "link": "https://www.lemonde.fr/m-le-mag/article/2021/11/26/la-mecanique-du-succes-de-mona-chollet_6103637_4500055.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/au-bresil-l-embarrassante-petite-phrase-de-lula-sur-le-regime-sandiniste_6103409_3210.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 01:21:23 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 11:02:40 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09f3b35d1e07b162c2ea0d6dfff503dd" + "hash": "d97451ba8dd67b7fdd74d79bdaeba416" }, { - "title": "A Rome, Emmanuel Macron « à l’écoute » du pape", - "description": "Le chef de l’Etat s’est entretenu avec le pape François pendant une heure au Vatican, vendredi, faisant le tour d’horizon « d’un monde en crise ».", - "content": "Le chef de l’Etat s’est entretenu avec le pape François pendant une heure au Vatican, vendredi, faisant le tour d’horizon « d’un monde en crise ».", + "title": "Boom de l’apprentissage dans la fonction publique", + "description": "Entre 2017 et 2021, le nombre d’apprentis recrutés dans les trois fonctions publiques (Etat, collectivités locales, hôpitaux) est passé de 13 000 à 24 800.", + "content": "Entre 2017 et 2021, le nombre d’apprentis recrutés dans les trois fonctions publiques (Etat, collectivités locales, hôpitaux) est passé de 13 000 à 24 800.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/26/a-rome-emmanuel-macron-a-l-ecoute-du-pape_6103795_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/24/boom-de-l-apprentissage-dans-la-fonction-publique_6103406_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 20:23:22 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 10:55:07 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c421665420ff789969002a544495e55" + "hash": "ada2e9acd2adbd939b74e8221ab35b72" }, { - "title": "« Facebook Files » : ce que le réseau social a appris du mouvement conspirationniste QAnon", - "description": "Grâce aux gigantesques quantités de données qu’il collecte sur ses utilisateurs, le réseau social a pu mener des recherches extrêmement précises sur le mouvement conspirationniste.", - "content": "Grâce aux gigantesques quantités de données qu’il collecte sur ses utilisateurs, le réseau social a pu mener des recherches extrêmement précises sur le mouvement conspirationniste.", + "title": "Au Burkina Faso, les violences djihadistes ébranlent le pouvoir", + "description": "Les appels à la démission du président Roch Marc Christian Kaboré, incapable d’endiguer les attaques qui ont fait 2 000 morts en six ans, se multiplient.", + "content": "Les appels à la démission du président Roch Marc Christian Kaboré, incapable d’endiguer les attaques qui ont fait 2 000 morts en six ans, se multiplient.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/26/facebook-files-ce-que-le-reseau-social-a-appris-du-mouvement-conspirationniste-qanon_6103793_4408996.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/24/au-burkina-faso-les-violences-djihadistes-ebranlent-le-pouvoir_6103405_3212.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 20:00:15 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 10:53:57 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1906f7ab1d0d22bf5989c8867c221652" + "hash": "941930879b776293655dbddaec9bec17" }, { - "title": "Le nouveau variant Omicron assombrit l’horizon économique", - "description": "Partout en Europe, les restrictions budgétaires se multiplient. La croissance devrait être presque nulle au quatrième trimestre en zone euro et les marchés boursiers s’inscrivent en forte baisse.", - "content": "Partout en Europe, les restrictions budgétaires se multiplient. La croissance devrait être presque nulle au quatrième trimestre en zone euro et les marchés boursiers s’inscrivent en forte baisse.", + "title": "La réforme du régime de garantie des salaires toujours engluée", + "description": "La CFE-CGC, la CFTC, la CGT et FO se sont opposés, mardi 23 novembre, au projet d’évolution du dispositif défendu par le patronat.", + "content": "La CFE-CGC, la CFTC, la CGT et FO se sont opposés, mardi 23 novembre, au projet d’évolution du dispositif défendu par le patronat.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/26/la-decouverte-d-un-nouveau-variant-assombrit-l-horizon-economique_6103791_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/24/la-reforme-du-regime-de-garantie-des-salaires-toujours-engluee_6103404_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 19:21:25 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 10:45:03 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "694519fc4a24691b27867345bbdf9237" + "hash": "00dd2c5f158200f3eb680f5fce8be187" }, { - "title": "Covid-19 : le nouveau variant, baptisé Omicron, classé « préoccupant » par l’OMS", - "description": "Le nouveau variant B.1.1.529 du coronavirus, détecté pour la première fois en Afrique australe, a été classé vendredi « préoccupant » par l’Organisation mondiale de la santé. L’Union européenne recommande à ses vingt-sept Etats membres de suspendre les voyages en provenance de cette région.", - "content": "Le nouveau variant B.1.1.529 du coronavirus, détecté pour la première fois en Afrique australe, a été classé vendredi « préoccupant » par l’Organisation mondiale de la santé. L’Union européenne recommande à ses vingt-sept Etats membres de suspendre les voyages en provenance de cette région.", + "title": "Au procès Theranos, l’ex-PDG Elizabeth Holmes témoigne, souriante et sûre d’elle", + "description": "L’ex-superstar de la Silicon Valley, accusée d’avoir dupé investisseurs et patients en leur faisant croire qu’elle allait révolutionner la technologie des tests sanguins, a tenté de convaincre les jurés de sa bonne foi.", + "content": "L’ex-superstar de la Silicon Valley, accusée d’avoir dupé investisseurs et patients en leur faisant croire qu’elle allait révolutionner la technologie des tests sanguins, a tenté de convaincre les jurés de sa bonne foi.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/26/covid-19-un-nouveau-variant-inquiete-plusieurs-pays-europeens-interdisent-l-entree-de-voyageurs-en-provenance-du-sud-de-l-afrique_6103690_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/24/proces-theranos-elizabeth-holmes-sur-le-gril_6103403_3234.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 10:27:09 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 10:35:59 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d88112f2136eefcab483adf0eb8a70a0" + "hash": "8834974e942bd270dde02c96586057c0" }, { - "title": "Libye : une entreprise française accusée d’avoir vendu un système de surveillance électronique au maréchal Haftar", - "description": "Nexa Technologies, déjà poursuivie pour avoir vendu un système du même genre à l’Egypte, est soupçonnée d’avoir fait affaire avec le chef militaire libyen, violant un embargo des Nations unies.", - "content": "Nexa Technologies, déjà poursuivie pour avoir vendu un système du même genre à l’Egypte, est soupçonnée d’avoir fait affaire avec le chef militaire libyen, violant un embargo des Nations unies.", + "title": "Edouard Philippe confirme son soutien à la « maison commune » de la majorité présidentielle", + "description": "S’il se range derrière ce rassemblement de l’ensemble des partis de la majorité – LRM, Agir, le MoDem – l’ex-premier ministre précise que son parti, Horizons, investira ses propres candidats aux législatives.", + "content": "S’il se range derrière ce rassemblement de l’ensemble des partis de la majorité – LRM, Agir, le MoDem – l’ex-premier ministre précise que son parti, Horizons, investira ses propres candidats aux législatives.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/26/libye-une-entreprise-francaise-accusee-d-avoir-vendu-un-systeme-de-surveillance-electronique-au-marechal-haftar_6103785_4408996.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/24/edouard-philippe-confirme-son-soutien-a-la-maison-commune-de-la-majorite-et-donne-le-cap_6103402_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 18:58:21 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 10:27:00 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a02b2cb5e3f906085ddfa05f18a1356" + "hash": "bd1086e4882e06ed5007d32c780cfbcd" }, { - "title": "Logiciel espion Pegasus : sollicitée, la France a choisi fin 2020 de ne pas l’acquérir", - "description": "Selon les informations du « Monde », l’entreprise israélienne NSO Group a approché les services français en 2019 et 2020. Ces derniers se sont montrés intéressés, avant qu’une décision à un plus haut niveau soit prise de ne pas signer de contrat.", - "content": "Selon les informations du « Monde », l’entreprise israélienne NSO Group a approché les services français en 2019 et 2020. Ces derniers se sont montrés intéressés, avant qu’une décision à un plus haut niveau soit prise de ne pas signer de contrat.", + "title": "Martinique : l’intersyndicale à l’origine de la grève générale appelle à la levée des barrages", + "description": "Les représentants syndicaux disent avoir pris cette décision pour éviter les risques d’embrasement, comme à la Guadeloupe, où les violences ont continué mardi. Des violences ont malgré tout eu lieu dans la nuit de mardi à mercredi.", + "content": "Les représentants syndicaux disent avoir pris cette décision pour éviter les risques d’embrasement, comme à la Guadeloupe, où les violences ont continué mardi. Des violences ont malgré tout eu lieu dans la nuit de mardi à mercredi.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/26/malgre-les-approches-de-nso-group-la-france-a-choisi-a-la-fin-de-2020-de-ne-pas-acheter-le-logiciel-espion-pegasus_6103783_4408996.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/24/martinique-l-intersyndicale-a-l-origine-de-la-greve-generale-appelle-a-la-levee-des-barrages_6103401_3224.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 18:40:27 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 10:15:16 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2961cc10381a0800eb7d2fc092be0d2a" + "hash": "11ca3a52538a52536208e34f481d16df" }, { - "title": "Comment Michelin veut protéger son marché du pneu", - "description": "A l’occasion de sa « journée médias », le 25 octobre, le groupe tricolore présentait ses innovations en matière de pneus, durables en particulier. Une façon de répondre à la concurrence asiatique low cost.", - "content": "A l’occasion de sa « journée médias », le 25 octobre, le groupe tricolore présentait ses innovations en matière de pneus, durables en particulier. Une façon de répondre à la concurrence asiatique low cost.", + "title": "Le footballeur Karim Benzema condamné à un an de prison avec sursis dans l’affaire de la « sextape »", + "description": "L’international français a été reconnu coupable de complicité de tentative de chantage envers son ancien coéquipier Mathieu Valbuena par le tribunal correctionnel de Versailles, mercredi.", + "content": "L’international français a été reconnu coupable de complicité de tentative de chantage envers son ancien coéquipier Mathieu Valbuena par le tribunal correctionnel de Versailles, mercredi.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/26/comment-michelin-veut-proteger-son-marche-du-pneu_6103780_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/24/affaire-de-la-sextape-karim-benzema-condamne-pour-complicite-de-tentative-de-chantage_6103397_3224.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 18:16:46 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 10:01:23 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d8e8dfaa189a6014f7d7f52919dc8e7" + "hash": "69f53789f0394fdaf0273189a9f668a7" }, { - "title": "Pédocriminalité dans l’Eglise : des membres de l’Académie catholique de France critiquent le rapport Sauvé", - "description": "Le texte, que « Le Monde » a pu consulter, a filtré alors que le Vatican a reporté l’audience du souverain pontife avec les personnalités de la Commission indépendante sur les abus sexuels dans l’Eglise.", - "content": "Le texte, que « Le Monde » a pu consulter, a filtré alors que le Vatican a reporté l’audience du souverain pontife avec les personnalités de la Commission indépendante sur les abus sexuels dans l’Eglise.", + "title": "En Ethiopie, la guerre se rapproche de la capitale Addis-Abeba", + "description": "Alors que les rebelles tigréens se trouvaient à moins de 200 kilomètres, les forces d’autodéfense loyalistes se massaient. La France a demandé à ses ressortissants de quitter au plus vite le pays.", + "content": "Alors que les rebelles tigréens se trouvaient à moins de 200 kilomètres, les forces d’autodéfense loyalistes se massaient. La France a demandé à ses ressortissants de quitter au plus vite le pays.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/26/des-membres-de-l-academie-catholique-de-france-critiquent-le-rapport-de-la-ciase-sur-la-pedocriminalite-dans-l-eglise_6103779_3224.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/24/en-ethiopie-la-guerre-se-rapproche-d-addis-abeba_6103395_3212.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 18:02:53 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 09:51:48 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5dbc8a682a8bbcbe6e0937dd694827ad" + "hash": "4dc5661586882e0081f41a7081017a1a" }, { - "title": "Après la Belgique, la Grande-Bretagne, l’Allemagne et l’Italie, la République tchèque a annoncé un premier cas. La France, qui n’a pas encore recensé de cas, a décidé d’adapter son protocole santaire.", - "description": "Après la Belgique, la Grande-Bretagne, l’Allemagne et l’Italie, la République tchèque a annoncé un premier cas. La France, qui n’a pas encore recensé de cas, a décidé d’adapter son protocole sanitaire.", - "content": "Après la Belgique, la Grande-Bretagne, l’Allemagne et l’Italie, la République tchèque a annoncé un premier cas. La France, qui n’a pas encore recensé de cas, a décidé d’adapter son protocole sanitaire.", + "title": "Le conseil d’administration d’Orange « tirera les conséquences » de la condamnation du PDG Stéphane Richard, annonce Bercy", + "description": "Le conseil d’administration de l’entreprise se réunira en fin de journée pour décider si son PDG, condamné à un an de prison avec sursis pour complicité de détournement de fonds publics, reste en poste.", + "content": "Le conseil d’administration de l’entreprise se réunira en fin de journée pour décider si son PDG, condamné à un an de prison avec sursis pour complicité de détournement de fonds publics, reste en poste.", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/11/27/covid-19-le-variant-omicron-detecte-dans-plusieurs-pays-d-europe_6103865_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/24/stephane-richard-le-pdg-d-orange-condamne-en-appel-pour-complicite-de-detournement-de-fonds-publics-dans-l-affaire-de-l-arbitrage-tapie_6103393_3224.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:17:30 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 09:40:03 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3cb2d37c64739a5699bd059a6b77819" + "hash": "ac6de8a5d0352c94e3fbfa35b243b816" }, { - "title": "Les Suisses de nouveau appelés aux urnes pour se prononcer sur le passe sanitaire", - "description": "Un deuxième référendum en moins de six mois est organisé au sujet de la loi Covid. Les autorités craignent de nouvelles manifestations au cours de la journée.", - "content": "Un deuxième référendum en moins de six mois est organisé au sujet de la loi Covid. Les autorités craignent de nouvelles manifestations au cours de la journée.", + "title": "Au Mali, les « assises nationales de la refondation » reportées sine die", + "description": "La junte au pouvoir doit fixer une date pour les élections à l’issue de ces assises, initialement prévues fin décembre.", + "content": "La junte au pouvoir doit fixer une date pour les élections à l’issue de ces assises, initialement prévues fin décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/28/les-suisses-de-nouveau-appeles-aux-urnes-pour-se-prononcer-sur-le-passe-sanitaire_6103908_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/24/au-mali-les-assises-nationales-de-la-refondation-reportees-sine-die_6103392_3212.html", "creator": "", - "pubDate": "Sun, 28 Nov 2021 06:11:29 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 09:39:31 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "46e5b7181a27c55e7d32a03e1d45dddb" + "hash": "7ad96224d9b6d8c9cb7dcce0f21396d2" }, { - "title": "Election présidentielle 2022 : la Guadeloupe en crise, LR en tension, Hidalgo en tournée... le récap’ politique de la semaine", - "description": "Tandis que les tensions se sont accentuées en Guadeloupe et en Martinique, le ministre des outre-mer, Sébastien Lecornu, est critiqué. En métropole, le président de la région PACA, Renaud Muselier, a choisi de claquer la porte du parti Les Républicains.", - "content": "Tandis que les tensions se sont accentuées en Guadeloupe et en Martinique, le ministre des outre-mer, Sébastien Lecornu, est critiqué. En métropole, le président de la région PACA, Renaud Muselier, a choisi de claquer la porte du parti Les Républicains.", + "title": "L’Australie classe l’ensemble du Hezbollah comme « organisation terroriste »", + "description": "L’appartenance à l’organisation ou son financement seront désormais interdits en Australie, qui sanctionne également la branche politique du puissant mouvement libanais.", + "content": "L’appartenance à l’organisation ou son financement seront désormais interdits en Australie, qui sanctionne également la branche politique du puissant mouvement libanais.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/26/election-presidentielle-2022-les-antilles-en-crise-lr-en-tension-anne-hidalgo-en-tournee-le-recap-politique-de-la-semaine_6103778_6059010.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/l-australie-classe-l-ensemble-du-hezbollah-comme-organisation-terroriste_6103390_3210.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 18:00:30 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 09:21:29 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad595c4ddc8445a8b46870f6b6fb5ff5" + "hash": "e22d02358df1fc9d1abb5b02c34693e9" }, { - "title": "La CFDT s’associe à la Fondation Jean-Jaurès pour réfléchir aux conséquences du Covid-19", - "description": "Les deux organisations ont annoncé, vendredi 26 novembre, la création d’un groupe d’experts en sciences sociales, qui analysera les impacts sociaux de la pandémie.", - "content": "Les deux organisations ont annoncé, vendredi 26 novembre, la création d’un groupe d’experts en sciences sociales, qui analysera les impacts sociaux de la pandémie.", + "title": "Renaud Muselier, président de la région Provence-Alpes-Côte d’Azur, quitte le parti Les Républicains", + "description": "Cette décision, annoncée mercredi matin sur le plateau de LCI, survient alors que Xavier Bertrand, en lice pour être le candidat du parti de droite à la présidentielle, a refusé, mardi, le soutien de M. Muselier.", + "content": "Cette décision, annoncée mercredi matin sur le plateau de LCI, survient alors que Xavier Bertrand, en lice pour être le candidat du parti de droite à la présidentielle, a refusé, mardi, le soutien de M. Muselier.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/26/la-cfdt-s-associe-a-la-fondation-jean-jaures-pour-reflechir-aux-consequences-du-covid-19_6103771_823448.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/24/renaud-muselier-annonce-quitter-le-parti-les-republicains_6103387_6059010.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:50:16 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 09:00:21 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26bf2f0dca60580af9d8883a8a294bab" + "hash": "2b695943afe25b40f85d4a7a5cf8af7b" }, { - "title": "Crise aux Antilles : le gouvernement repousse l’obligation vaccinale des soignants au 31 décembre", - "description": "Le gouvernement a annoncé vendredi dans un communiqué qu’il reportait au dernier jour de l’année « la finalisation de la mise en œuvre de l’obligation vaccinale » pour le personnel soignant en Martinique et en Guadeloupe. Particulièrement touchées par la pauvreté, les Antilles françaises sont secouées depuis la mi-novembre par une violente contestation de l’obligation vaccinale, qui a tourné à la crise sociale.", - "content": "Le gouvernement a annoncé vendredi dans un communiqué qu’il reportait au dernier jour de l’année « la finalisation de la mise en œuvre de l’obligation vaccinale » pour le personnel soignant en Martinique et en Guadeloupe. Particulièrement touchées par la pauvreté, les Antilles françaises sont secouées depuis la mi-novembre par une violente contestation de l’obligation vaccinale, qui a tourné à la crise sociale.", + "title": "La chaîne d’information internationale France 24 suspend sa grève", + "description": "Le mouvement d’une partie des salariés a duré six jours et a permis d’obtenir de « grandes avancées », notamment l’embauche en CDI de 50 pigistes.", + "content": "Le mouvement d’une partie des salariés a duré six jours et a permis d’obtenir de « grandes avancées », notamment l’embauche en CDI de 50 pigistes.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/26/martinique-et-guadeloupe-le-gouvernement-repousse-au-31-decembre-l-obligation-vaccinale-des-personnels-soignants_6103769_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/24/la-chaine-d-information-internationale-france-24-suspend-sa-greve_6103383_3234.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:49:04 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 08:02:29 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b4226ad89ec0beb9394ec63679e9a58" + "hash": "9ffeeaf540b176048f0407b6c9c582ed" }, { - "title": "Chine : Dior contraint de s’excuser pour une photo qui fait polémique", - "description": "Le cliché de la célèbre photographe de mode Chen Man a été jugé dérangeant, et trop proche des clichés occidentaux sur les caractéristiques physiques chinoises, au point que la marque et la photographe ont dû présenter des excuses.", - "content": "Le cliché de la célèbre photographe de mode Chen Man a été jugé dérangeant, et trop proche des clichés occidentaux sur les caractéristiques physiques chinoises, au point que la marque et la photographe ont dû présenter des excuses.", + "title": "En sept ans, la guerre du Yémen aura causé la mort de 377 000 personnes, d’ici à la fin de 2021", + "description": "Selon l’estimation publiée par les Nations unies, 150 000 morts sont dues aux combats, et environ 227 000 aux conséquences indirectes du conflit, comme la famine ou les maladies.", + "content": "Selon l’estimation publiée par les Nations unies, 150 000 morts sont dues aux combats, et environ 227 000 aux conséquences indirectes du conflit, comme la famine ou les maladies.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/26/dans-la-tourmente-en-chine-pour-une-photo-dior-fait-amende-honorable_6103768_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/en-sept-ans-la-guerre-du-yemen-aura-cause-la-mort-de-377-000-personnes-d-ici-la-fin-de-l-annee-2021_6103373_3210.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:39:41 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 06:46:28 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aced7c4fc36a1efd7a35bc42dd937552" + "hash": "7d168de3f3a920581d79073528334e8b" }, { - "title": "Migrants dans la Manche : « purs calculs électoraux », « furie » de la France… la presse britannique divisée après le drame", - "description": "Les médias d’outre-Manche critiquent, pour les uns, la politique migratoire de Londres, pour les autres, le manque de contrôles sur les côtes françaises.", - "content": "Les médias d’outre-Manche critiquent, pour les uns, la politique migratoire de Londres, pour les autres, le manque de contrôles sur les côtes françaises.", + "title": "Championnat du monde d’échecs : Magnus Carlsen affrontera Ian Nepomniachtchi, à Dubaï", + "description": "Le Norvégien, champion du monde, rencontrera le Russe à partir de mercredi, à Dubaï. Deux grands maîtres qui se connaissent bien et se sont plusieurs fois rencontrés dans les catégories « jeunes ».", + "content": "Le Norvégien, champion du monde, rencontrera le Russe à partir de mercredi, à Dubaï. Deux grands maîtres qui se connaissent bien et se sont plusieurs fois rencontrés dans les catégories « jeunes ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/26/migrants-dans-la-manche-cout-humain-purs-calculs-electoraux-la-presse-britannique-divisee-apres-le-drame_6103765_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/24/championnat-du-monde-d-echecs-magnus-carlsen-affrontera-ian-nepomniachtchi-a-dubai_6103367_3242.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:30:10 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 06:00:16 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fcd5ca1ea723b40a57a7687bb3a2a665" + "hash": "7696c0226719a54f3f5137353d043270" }, { - "title": "L’archevêque de Paris, Michel Aupetit, a présenté sa démission au pape", - "description": "Le prélat a admis avoir eu « un comportement ambigu » envers une femme en 2012. Seul le pape peut décider d’accepter ou de rejeter sa demande de démission.", - "content": "Le prélat a admis avoir eu « un comportement ambigu » envers une femme en 2012. Seul le pape peut décider d’accepter ou de rejeter sa demande de démission.", + "title": "L’épidémie de Covid-19 percute à nouveau l’agenda d’Emmanuel Macron", + "description": "La cinquième vague qui frappe actuellement la France contraint l’exécutif à agir, à cinq mois de l’élection présidentielle. Mais aucune mesure telle qu’un confinement ou une fermeture des commerces n’est à l’ordre du jour", + "content": "La cinquième vague qui frappe actuellement la France contraint l’exécutif à agir, à cinq mois de l’élection présidentielle. Mais aucune mesure telle qu’un confinement ou une fermeture des commerces n’est à l’ordre du jour", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/26/l-archeveque-de-paris-michel-aupetit-a-presente-sa-demission-au-pape_6103764_3224.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/24/le-covid-19-percute-a-nouveau-l-agenda-d-emmanuel-macron_6103362_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 17:23:12 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 05:34:22 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7647bb97487ab4f981b40ccdc7ed7e91" + "hash": "2d327935ffd8885634a9f9b71bdb6d2f" }, { - "title": "Migrants dans la Manche : « La crise s’explique par le Brexit qui agit comme un poison lent entre Paris et Londres »", - "description": "Après le naufrage de mercredi au large de Calais, qui a coûté la vie à 27 personnes, la tension entre Paris et Londres est montée d’un cran. Nos journalistes Julia Pascual, spécialiste des questions d’immigration, et Cécile Ducourtieux, correspondante du « Monde » au Royaume-Uni, ont répondu à vos questions.", - "content": "Après le naufrage de mercredi au large de Calais, qui a coûté la vie à 27 personnes, la tension entre Paris et Londres est montée d’un cran. Nos journalistes Julia Pascual, spécialiste des questions d’immigration, et Cécile Ducourtieux, correspondante du « Monde » au Royaume-Uni, ont répondu à vos questions.", + "title": "La Chine s’oppose « fermement » à l’invitation de Taïwan au sommet de la démocratie de Joe Biden", + "description": "Le président des Etats-Unis envoie un message clair en conviant l’île autonome, que Pékin considère comme l’une de ses provinces appelée à revenir dans son giron.", + "content": "Le président des Etats-Unis envoie un message clair en conviant l’île autonome, que Pékin considère comme l’une de ses provinces appelée à revenir dans son giron.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/26/migrants-dans-la-manche-la-crise-s-explique-par-le-brexit-qui-agit-comme-un-poison-lent-entre-paris-et-londres_6103759_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/la-chine-et-la-russie-non-invitees-au-sommet-pour-la-democratie-organise-par-les-etats-unis_6103361_3210.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 16:30:22 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 05:03:20 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a174b38edf4931a3c76bce11d1f89f0" + "hash": "6fda2338116a3bb0c97edec935d26fd6" }, { - "title": "Une enquête préliminaire pour viol et agression sexuelle ouverte à la suite des accusations visant Nicolas Hulot", - "description": "Une enquête préliminaire a été ouverte vendredi, au lendemain de la diffusion d’un reportage de France 2 mettant en cause Nicolas Hulot. Les investigations « s’attacheront à déterminer si les faits dénoncés peuvent caractériser une infraction pénale et si, au vu de leur ancienneté, la prescription de l’action publique est acquise », précise la procureure de Paris, Laure Beccuau.", - "content": "Une enquête préliminaire a été ouverte vendredi, au lendemain de la diffusion d’un reportage de France 2 mettant en cause Nicolas Hulot. Les investigations « s’attacheront à déterminer si les faits dénoncés peuvent caractériser une infraction pénale et si, au vu de leur ancienneté, la prescription de l’action publique est acquise », précise la procureure de Paris, Laure Beccuau.", + "title": "Australie, Corée du Sud, Nouvelle-Zélande... : pourquoi ces pays abandonnent la stratégie « zéro Covid »", + "description": "Cette méthode de contrôle strict de la pandémie est devenue intenable avec l’arrivée du variant Delta, plus contagieux. Seuls Hongkong et la Chine continuent de la mettre en œuvre, au prix de fortes contraintes.", + "content": "Cette méthode de contrôle strict de la pandémie est devenue intenable avec l’arrivée du variant Delta, plus contagieux. Seuls Hongkong et la Chine continuent de la mettre en œuvre, au prix de fortes contraintes.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/26/nicolas-hulot-accuse-de-viol-et-d-agressions-sexuelles-la-justice-ouvre-une-enquete_6103754_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/24/zero-covid-pourquoi-la-plupart-des-pays-partisans-de-cette-strategie-y-ont-renonce_6103353_3244.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 16:05:52 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 04:17:41 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc058880910a3545a721001601140141" + "hash": "50ff65472b7f76299c165ca6ce447b8c" }, { - "title": "Vaccination contre le Covid-19 : visualisez le pic des rappels attendu, qui devrait intervenir en janvier", - "description": "EN UN GRAPHIQUE. La majorité des Français ont complété leur schéma vaccinal au tout début de l’été. La demande de doses de rappel, entre cinq et sept mois après, sera au plus haut début janvier.", - "content": "EN UN GRAPHIQUE. La majorité des Français ont complété leur schéma vaccinal au tout début de l’été. La demande de doses de rappel, entre cinq et sept mois après, sera au plus haut début janvier.", + "title": "Après Jean Castex, la ministre Brigitte Klinkert positive au Covid-19", + "description": "La ministre déléguée à l’insertion a annoncé, sur Twitter, être symptomatique, et s’être mise à l’isolement pour poursuivre ses activités. Lundi, c’est le chef du gouvernement qui avait été diagnostiqué positif.", + "content": "La ministre déléguée à l’insertion a annoncé, sur Twitter, être symptomatique, et s’être mise à l’isolement pour poursuivre ses activités. Lundi, c’est le chef du gouvernement qui avait été diagnostiqué positif.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/26/visualisez-le-pic-attendu-des-doses-de-rappel-qui-devrait-intervenir-debut-janvier_6103751_4355770.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/24/apres-jean-castex-la-ministre-brigitte-klinkert-positive-au-covid-19_6103352_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 15:57:52 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 03:51:43 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eebac0e6e467d348fa29a2d6ea889f9f" + "hash": "b2ca43522c1b5f78ef7eb9822a8b5da9" }, { - "title": "JO de Paris-2024 : deux rapports pointent des « risques » d’atteinte à la probité", - "description": "L’Agence française anticorruption pointe des « risques d’atteintes à la probité » et de « conflits d’intérêts », égratignant l’image des Jeux olympiques « exemplaires » voulus par le patron du Comité d’organisation.", - "content": "L’Agence française anticorruption pointe des « risques d’atteintes à la probité » et de « conflits d’intérêts », égratignant l’image des Jeux olympiques « exemplaires » voulus par le patron du Comité d’organisation.", + "title": "Parade de Noël endeuillée aux Etats-Unis : le bilan passe à six morts après le décès d’un enfant", + "description": "Il a succombé à ses blessures, ont annoncé les autorités, lors de la comparution de l’accusé, qui risque la prison à vie dans le Wisconsin.", + "content": "Il a succombé à ses blessures, ont annoncé les autorités, lors de la comparution de l’accusé, qui risque la prison à vie dans le Wisconsin.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/26/jo-de-paris-2024-deux-rapports-pointent-des-risques-d-atteinte-a-la-probite_6103750_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/parade-de-noel-endeuillee-par-une-voiture-folle-aux-etats-unis-le-bilan-passe-a-six-morts-apres-le-deces-d-un-enfant_6103349_3210.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 15:43:39 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 02:46:10 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5355b33252c7de444f805a2de38e9d5c" + "hash": "6eebecb4b27b385477b8b0c6c5d05e6c" }, { - "title": "Football : la Confédération africaine d’accord pour un Mondial biennal", - "description": "A l’unanimité, les patrons des cinquante-quatre fédérations nationales du continent ont voté « oui ».", - "content": "A l’unanimité, les patrons des cinquante-quatre fédérations nationales du continent ont voté « oui ».", + "title": "Le Centre national du livre met en musique la lecture « grande cause nationale »", + "description": "Une trentaine de mesures doivent être mises en œuvre d’ici à juillet 2022, entre résidences d’auteurs, priorité donnée aux bibliothèques en zone rurale et actions auprès des jeunes et des publics défavorisés.", + "content": "Une trentaine de mesures doivent être mises en œuvre d’ici à juillet 2022, entre résidences d’auteurs, priorité donnée aux bibliothèques en zone rurale et actions auprès des jeunes et des publics défavorisés.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/26/football-la-confederation-africaine-d-accord-pour-un-mondial-biennal_6103749_3212.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/24/le-centre-national-du-livre-met-en-musique-la-lecture-grande-cause-nationale_6103345_3246.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 15:43:22 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 01:54:45 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "627cc3a2cd238aa7a1def9e0c52314c6" + "hash": "adba9ef5984732a4644a413b9d5f6a84" }, { - "title": "Un secouriste, présumé mort, a finalement été retrouvé vivant vendredi après avoir passé la nuit dans les décombres de la mine en Russie, ramenant à 51 le bilan d’abord fixé à 52 morts.", - "description": "Un secouriste, présumé mort, a été retrouvé vivant vendredi après avoir passé la nuit dans les décombres de la mine, ramenant à 51 un bilan des victimes d’abord fixé à 52 morts, ont annoncé les autorités en évoquant un « miracle ».", - "content": "Un secouriste, présumé mort, a été retrouvé vivant vendredi après avoir passé la nuit dans les décombres de la mine, ramenant à 51 un bilan des victimes d’abord fixé à 52 morts, ont annoncé les autorités en évoquant un « miracle ».", + "title": "Ligue des champions : Lille dompte le Red Bull Salzbourg et entrevoit les huitièmes de finale", + "description": "Les coéquipiers de Jonathan David, une nouvelle fois buteur, ont pris le meilleur sur l’équipe autrichienne mardi (1-0). En tête de leur groupe G, ils peuvent croire à la qualification.", + "content": "Les coéquipiers de Jonathan David, une nouvelle fois buteur, ont pris le meilleur sur l’équipe autrichienne mardi (1-0). En tête de leur groupe G, ils peuvent croire à la qualification.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/25/russie-au-moins-onze-morts-et-une-cinquantaine-de-disparus-a-la-suite-d-un-accident-dans-une-mine-de-charbon_6103568_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/24/ligue-des-champions-lille-dompte-le-red-bull-salzbourg-et-entrevoit-les-huitiemes-de-finale_6103343_3242.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 12:14:00 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 01:39:07 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ae0763083e49e57c1e8b521174471c14" + "hash": "43052f2910981b8859438845e9103c70" }, { - "title": "Tribune | Claire Nouvian : « J’ai honte que Nicolas Hulot prenne le rôle de victime »", - "description": "L’ancien ministre est intervenu mercredi sur BFM-TV à la veille de la diffusion d’une enquête d’« Envoyé spécial » qui le met en cause. Il a ainsi « préempté l’espace médiatique » pour décrédibiliser les femmes l’accusant de violences sexuelles, déplore, dans une tribune au « Monde », la militante écologiste, qui elle-même a témoigné dans l’émission.", - "content": "L’ancien ministre est intervenu mercredi sur BFM-TV à la veille de la diffusion d’une enquête d’« Envoyé spécial » qui le met en cause. Il a ainsi « préempté l’espace médiatique » pour décrédibiliser les femmes l’accusant de violences sexuelles, déplore, dans une tribune au « Monde », la militante écologiste, qui elle-même a témoigné dans l’émission.", + "title": "Wish, le site de vente en ligne, va disparaître des moteurs de recherche en France", + "description": "Les services français de la répression des fraudes ont demandé le déréférencement de la plate-forme, dont l’application ne sera plus disponible, pour vente de produits non conformes et dangereux.", + "content": "Les services français de la répression des fraudes ont demandé le déréférencement de la plate-forme, dont l’application ne sera plus disponible, pour vente de produits non conformes et dangereux.", "category": "", - "link": "https://www.lemonde.fr/idees/article/2021/11/26/claire-nouvian-j-ai-honte-que-nicolas-hulot-prenne-le-role-de-victime_6103740_3232.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/24/le-site-de-vente-en-ligne-wish-va-disparaitre-des-grands-moteurs-de-recherche-en-france_6103342_4408996.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 15:15:44 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 01:18:07 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2400aa3a3c5241d549d406df726547f0" + "hash": "f091fa5ecb497ef05162d5fccfcc5148" }, { - "title": "Sciences Po Grenoble : relaxe pour les étudiants passés en conseil de discipline", - "description": "La décision va à l’encontre du souhait de la ministre de l’enseignement supérieur de voir sanctionnés les dix-sept étudiants poursuivis pour avoir participé à la diffusion des accusations d’islamophobie visant deux professeurs au début de 2021.", - "content": "La décision va à l’encontre du souhait de la ministre de l’enseignement supérieur de voir sanctionnés les dix-sept étudiants poursuivis pour avoir participé à la diffusion des accusations d’islamophobie visant deux professeurs au début de 2021.", + "title": "Afghanistan : nouvelle réunion à venir entre les Etats-Unis et les talibans, à Doha", + "description": "Les discussions, prévues à partir de la semaine prochaine, porteront notamment sur la lutte contre le terrorisme et sur la crise humanitaire qui frappe le pays dirigé dorénavant par les représentants du mouvement islamiste.", + "content": "Les discussions, prévues à partir de la semaine prochaine, porteront notamment sur la lutte contre le terrorisme et sur la crise humanitaire qui frappe le pays dirigé dorénavant par les représentants du mouvement islamiste.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/26/sciences-po-grenoble-relaxe-pour-les-etudiants-passes-en-conseil-de-discipline_6103737_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/11/24/afghanistan-nouvelle-reunion-a-venir-entre-les-etats-unis-et-les-talibans-a-doha_6103340_3210.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 14:55:29 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Wed, 24 Nov 2021 00:19:08 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "001a6b98f2f0d1f0a13de13e82b7433e" + "hash": "52114749b88adbc6f1bb16a686e732a6" }, { - "title": "Le traité du Quirinal signé entre la France et l’Italie pour renforcer leur coopération", - "description": "Ce « traité pour une coopération bilatérale renforcée » est très rare en Europe : il s’agit seulement du second signé par la France, après celui de l’Elysée, paraphé en 1963 avec l’Allemagne.", - "content": "Ce « traité pour une coopération bilatérale renforcée » est très rare en Europe : il s’agit seulement du second signé par la France, après celui de l’Elysée, paraphé en 1963 avec l’Allemagne.", + "title": "Covid-19 : à Paris, un seuil d’« alerte maximale » franchi mais pas de saturation des hôpitaux", + "description": "Dans la capitale, le nombre de cas dépasse désormais les 250 pour 100 000 habitants, comme au sommet de la vague précédente.", + "content": "Dans la capitale, le nombre de cas dépasse désormais les 250 pour 100 000 habitants, comme au sommet de la vague précédente.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/26/le-traite-du-quirinal-signe-entre-la-france-et-l-italie-pour-renforcer-leur-cooperation_6103735_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/23/covid-19-paris-franchit-le-seuil-d-alerte-maximale_6103336_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 14:31:32 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Tue, 23 Nov 2021 22:12:24 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b8c05f85d31b55835b1e09a27cc1391" + "hash": "1c1d5aa0a494fd57bd68d109c50fc9fa" }, { - "title": "Pêche post-Brexit : journée d’action nationale des pêcheurs français pour protester contre les licences", - "description": "En vertu de l’accord de Brexit, les pêcheurs européens peuvent continuer à travailler dans les eaux britanniques à condition de prouver qu’ils y pêchaient auparavant. Mais Français et Britanniques se disputent sur la nature et l’ampleur des justificatifs à fournir.", - "content": "En vertu de l’accord de Brexit, les pêcheurs européens peuvent continuer à travailler dans les eaux britanniques à condition de prouver qu’ils y pêchaient auparavant. Mais Français et Britanniques se disputent sur la nature et l’ampleur des justificatifs à fournir.", + "title": "Treize militants d’ultradroite interpellés sur l’ensemble du territoire", + "description": "Plusieurs armes ont également été saisies, a précisé le parquet de Marseille, mardi, dans un communiqué.", + "content": "Plusieurs armes ont également été saisies, a précisé le parquet de Marseille, mardi, dans un communiqué.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/26/crise-de-la-peche-apres-saint-malo-calais-est-bloque-par-les-pecheurs-francais-pour-protester-contre-les-licences-post-brexit_6103733_3210.html", + "link": "https://www.lemonde.fr/police-justice/article/2021/11/23/treize-militants-d-ultradroite-interpelles-sur-l-ensemble-du-territoire_6103331_1653578.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 14:07:34 +0100", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "fr", + "pubDate": "Tue, 23 Nov 2021 20:54:10 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "657730884f39bafb49b0c8ef83978f06" + "hash": "a12c24ad61abfddaadf7dc5c68583af0" }, { - "title": "Au Niger, un convoi militaire français bloqué par des manifestants", - "description": "Une centaine de véhicules de l’armée française tentent de rallier le Mali, en transitant par le Niger et le Burkina Faso. La semaine dernière, le convoi avait déjà été forcé à l’arrêt par des manifestations contre la présence militaire française.", - "content": "Une centaine de véhicules de l’armée française tentent de rallier le Mali, en transitant par le Niger et le Burkina Faso. La semaine dernière, le convoi avait déjà été forcé à l’arrêt par des manifestations contre la présence militaire française.", + "title": "Un manuscrit d’Einstein vendu 11,6 millions d’euros aux enchères", + "description": "Le document de travail scientifique, vendu mardi pour la maison Aguttes, était estimé entre deux et trois millions d’euros.", + "content": "Le document de travail scientifique, vendu mardi pour la maison Aguttes, était estimé entre deux et trois millions d’euros.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/27/au-niger-un-convoi-militaire-francais-bloque-par-des-manifestants_6103877_3212.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/23/un-manuscrit-d-einstein-vendu-11-6-millions-d-euros-aux-encheres_6103330_3246.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 15:24:41 +0100", + "pubDate": "Tue, 23 Nov 2021 20:30:14 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4b7f6ef1310335b3553eb6592749c22" + "hash": "f3cc0774219716097801be9dc768b0cb" }, { - "title": "Election présidentielle 2022 : à Marseille, Eric Zemmour termine une visite ratée par un doigt d’honneur", - "description": "Cette image malheureuse intervient au terme d’un déplacement dans la cité phocéenne et d’une série de bévues, ces dernières semaines.", - "content": "Cette image malheureuse intervient au terme d’un déplacement dans la cité phocéenne et d’une série de bévues, ces dernières semaines.", + "title": "Pegasus : Apple porte plainte contre NSO Group, fabricant du logiciel espion", + "description": "L’entreprise israélienne NSO Group parvient à trouver des failles connues d’elle seule dans les logiciels d’Apple, permettant d’infecter ces derniers avec le logiciel espion qu’elle vend à des Etats.", + "content": "L’entreprise israélienne NSO Group parvient à trouver des failles connues d’elle seule dans les logiciels d’Apple, permettant d’infecter ces derniers avec le logiciel espion qu’elle vend à des Etats.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/27/election-presidentielle-2022-a-marseille-eric-zemmour-termine-une-visite-ratee-par-un-doigt-d-honneur_6103876_823448.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/23/pegasus-apple-porte-plainte-contre-nso-group-fabricant-du-logiciel-espion_6103328_4408996.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 14:41:43 +0100", + "pubDate": "Tue, 23 Nov 2021 20:20:58 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": true, + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc337b02a67de9106e2c9a5e4af2be26" + "hash": "53af7bc289c52022d8772938a3ca4076" }, { - "title": "Covid-19 : le nouveau variant Omicron suscite des inquiétudes en Europe", - "description": "L’OMS a jugé « préoccupant » ce variant. Seule la Belgique a annoncé la présence d’un cas avéré sur son territoire, mais des cas suspects apparaissent en Europe.", - "content": "L’OMS a jugé « préoccupant » ce variant. Seule la Belgique a annoncé la présence d’un cas avéré sur son territoire, mais des cas suspects apparaissent en Europe.", + "title": "Louis Schweitzer va piloter le processus de remplacement de Didier Raoult à la tête de l’IHU de Marseille", + "description": "Le conseil d’administration de l’institut hospitalo-universitaire Méditerranée Infection a lancé, mardi, un appel d’offres international pour trouver un successeur au médiatique professeur, mis en cause dans plusieurs dossiers.", + "content": "Le conseil d’administration de l’institut hospitalo-universitaire Méditerranée Infection a lancé, mardi, un appel d’offres international pour trouver un successeur au médiatique professeur, mis en cause dans plusieurs dossiers.", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/11/27/covid-19-le-nouveau-variant-omicron-suscite-des-inquietudes-en-europe_6103865_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/23/louis-schweitzer-va-piloter-le-processus-de-remplacement-de-didier-raoult-a-la-tete-de-l-ihu-de-marseille_6103327_3244.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 12:17:34 +0100", + "pubDate": "Tue, 23 Nov 2021 20:14:15 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e940333622d6c684cdd66d3c013c9439" + "hash": "7a67c5ea401ffff46c41965c608c0d38" }, { - "title": "Election présidentielle 2022 : la campagne à très bas bruit d’Anne Hidalgo", - "description": "La candidate socialiste parcourt la France et donne des meetings, indifférente à son déficit de notoriété supposé.", - "content": "La candidate socialiste parcourt la France et donne des meetings, indifférente à son déficit de notoriété supposé.", + "title": "Un rapport sénatorial pointe la dégradation des conditions de travail des enseignants", + "description": "Baisse du pouvoir d’achat, classes surchargées, heures de travail : le Sénat s’est emparé de la question des conditions de travail des enseignants, en préparation de l’examen du projet de loi de finances 2022, qu’il a rejeté le 23 novembre.", + "content": "Baisse du pouvoir d’achat, classes surchargées, heures de travail : le Sénat s’est emparé de la question des conditions de travail des enseignants, en préparation de l’examen du projet de loi de finances 2022, qu’il a rejeté le 23 novembre.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/27/election-presidentielle-2022-la-campagne-a-tres-bas-bruit-d-anne-hidalgo_6103855_6059010.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/23/un-rapport-senatorial-pointe-la-degradation-des-conditions-de-travail-des-enseignants_6103326_3224.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 10:47:03 +0100", + "pubDate": "Tue, 23 Nov 2021 20:13:10 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "253891de91ca052ef4f8e1b51e5435d7" + "hash": "5e3741de2e941d3e20e1c1b33a6f1c62" }, { - "title": "Covid-19 : le nouveau variant Omicron se répand, le monde isole l’Afrique australe", - "description": "L’OMS estime qu’il faudra « quelques semaines » pour comprendre le niveau de transmissibilité et de virulence de ce variant. L’efficacité des vaccins contre cette forme mutante du virus est encore à l’étude.", - "content": "L’OMS estime qu’il faudra « quelques semaines » pour comprendre le niveau de transmissibilité et de virulence de ce variant. L’efficacité des vaccins contre cette forme mutante du virus est encore à l’étude.", + "title": "Renault refuse de soutenir la reprise de la fonderie automobile SAM", + "description": "Le groupe automobile a estimé, mardi, que le projet concernant son sous-traitant aveyronnais « ne présente pas les conditions de pérennité et de sécurité nécessaires ».", + "content": "Le groupe automobile a estimé, mardi, que le projet concernant son sous-traitant aveyronnais « ne présente pas les conditions de pérennité et de sécurité nécessaires ».", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/27/la-conference-ministerielle-de-l-organisation-mondiale-du-commerce-victime-du-covid-19_6103807_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/23/renault-refuse-de-soutenir-la-reprise-de-la-fonderie-automobile-sam_6103325_3234.html", "creator": "", - "pubDate": "Sat, 27 Nov 2021 00:51:30 +0100", + "pubDate": "Tue, 23 Nov 2021 20:00:58 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8fdbc9c110bcfca42b65297015988ec0" + "hash": "58416015debe9945a0db1f2246d99a24" }, { - "title": "Iles Salomon : troisième jour d’émeutes, un couvre-feu instauré dans la capitale", - "description": "Les émeutes ont débuté mercredi, quand des centaines de personnes ont manifesté pour réclamer la démission du premier ministre avant de se rendre dans le quartier chinois de Honiara.", - "content": "Les émeutes ont débuté mercredi, quand des centaines de personnes ont manifesté pour réclamer la démission du premier ministre avant de se rendre dans le quartier chinois de Honiara.", + "title": "Suicides chez les agriculteurs : le gouvernement lance une « mobilisation collective »", + "description": "Le gouvernement a présenté, mardi, une feuille de route, dans l’espoir d’enrayer les suicides dans cette profession.", + "content": "Le gouvernement a présenté, mardi, une feuille de route, dans l’espoir d’enrayer les suicides dans cette profession.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/26/iles-salomon-troisieme-jour-d-emeutes-un-couvre-feu-instaure-dans-la-capitale_6103730_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/23/suicides-chez-les-agriculteurs-le-gouvernement-lance-une-mobilisation-collective_6103324_3224.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 13:05:12 +0100", + "pubDate": "Tue, 23 Nov 2021 19:54:16 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d3d45f9a9e849f85aa904cc1a2f4820d" + "hash": "66c3b3b761e5788b3c51f0b0a3354fd2" }, { - "title": "« Black Friday » : les sites d’Amazon en Europe ciblés par des actions de militants écologistes", - "description": "Des membres du mouvement Extinction Rebellion ont notamment organisé des blocages de centres de distribution du géant américain pour protester contre l’« obsession de la surconsommation ».", - "content": "Des membres du mouvement Extinction Rebellion ont notamment organisé des blocages de centres de distribution du géant américain pour protester contre l’« obsession de la surconsommation ».", + "title": "Xavier Bertrand refuse le soutien de Renaud Muselier après ses attaques contre Eric Ciotti et David Lisnard", + "description": "Le président de la région PACA a apporté son soutien à la candidature de Xavier Bertrand pour le congrès du parti Les Républicains (LR), tout en qualifiant Eric Ciotti de « faux-nez » de l’extrême droite.", + "content": "Le président de la région PACA a apporté son soutien à la candidature de Xavier Bertrand pour le congrès du parti Les Républicains (LR), tout en qualifiant Eric Ciotti de « faux-nez » de l’extrême droite.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/26/black-friday-extinction-rebellion-bloque-plusieurs-centres-d-amazon-en-europe_6103728_3234.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/23/xavier-bertrand-refuse-le-soutien-de-renaud-muselier-apres-ses-attaques-contre-eric-ciotti-et-david-lisnard_6103322_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 12:50:08 +0100", + "pubDate": "Tue, 23 Nov 2021 19:16:51 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4aa4adb674d4b9a1c78d05c81daf0876" + "hash": "12404bfa295af1de2288fa48cf2a6576" }, { - "title": "Le retour de la Syrie à Interpol, un signal inquiétant pour les anti-Assad", - "description": "Vingt ONG de la société civile syrienne protestent contre la levée des restrictions appliquées au régime de Bachar Al-Assad depuis neuf ans par l’organisation internationale de police.", - "content": "Vingt ONG de la société civile syrienne protestent contre la levée des restrictions appliquées au régime de Bachar Al-Assad depuis neuf ans par l’organisation internationale de police.", + "title": "Comparez les programmes des cinq prétendants à l’investiture des Républicains pour l’élection présidentielle grâce à notre visuel interactif", + "description": "Michel Barnier, Eric Ciotti, Valérie Pécresse, Philippe Juvin et Xavier Bertrand seront départagés par les votes des militants lors du congrès du parti, qui aura lieu du 1er au 4 décembre.", + "content": "Michel Barnier, Eric Ciotti, Valérie Pécresse, Philippe Juvin et Xavier Bertrand seront départagés par les votes des militants lors du congrès du parti, qui aura lieu du 1er au 4 décembre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/26/le-retour-de-la-syrie-a-interpol-un-signal-inquietant-pour-les-anti-assad_6103721_3210.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/23/congres-lr-comparez-les-programmes-des-cinq-candidats_6103321_4355770.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 12:09:40 +0100", + "pubDate": "Tue, 23 Nov 2021 19:07:04 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7af83a739175188ffe5be63307d6e96" + "hash": "730fa5c9b48584f8152eff2954bbca7f" }, { - "title": "Vague d’arrestations à Marseille après l’été meurtrier des règlements de comptes", - "description": "Douze personnes ont été interpellées en début de semaine. Ce coup de filet fait suite aux affrontements entre la bande des Blacks et celle des Oliviers.", - "content": "Douze personnes ont été interpellées en début de semaine. Ce coup de filet fait suite aux affrontements entre la bande des Blacks et celle des Oliviers.", + "title": "Regain de tension entre les maires de banlieue et l’exécutif", + "description": "Pour l’association d’élus Ville et banlieue, le bilan du gouvernement en matière de politique de la ville est insuffisant.", + "content": "Pour l’association d’élus Ville et banlieue, le bilan du gouvernement en matière de politique de la ville est insuffisant.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/26/une-vague-d-arrestations-a-marseille-apres-l-ete-meurtrier-marque-par-des-reglements-de-comptes_6103720_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/23/regain-de-tension-entre-les-maires-de-banlieue-et-l-executif_6103319_3224.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 12:00:24 +0100", + "pubDate": "Tue, 23 Nov 2021 19:04:15 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6c33e17958b0644bf57210cb1e77e66b" + "hash": "728ff83a2d27d3defb5613b4fef81117" }, { - "title": "Le sous-traitant automobile SAM définitivement placé en liquidation judiciaire", - "description": "Unique donneur d’ordre de la SAM, Renault avait sonné le glas des espoirs des 350 salariés en refusant de soutenir le seul projet de reprise de son sous-traitant aveyronnais.", - "content": "Unique donneur d’ordre de la SAM, Renault avait sonné le glas des espoirs des 350 salariés en refusant de soutenir le seul projet de reprise de son sous-traitant aveyronnais.", + "title": "Lille-Salzbourg : suivez le match de Ligue des champions en direct", + "description": "Les Lillois ont dominé les Autrichiens 1-0, lors de la 5e journée de Ligue des champions. Cette victoire permet au LOSC de prendre la tête du groupe G et de rêver à la qualification en huitièmes.", + "content": "Les Lillois ont dominé les Autrichiens 1-0, lors de la 5e journée de Ligue des champions. Cette victoire permet au LOSC de prendre la tête du groupe G et de rêver à la qualification en huitièmes.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/26/le-sous-traitant-automobile-sam-place-en-liquidation-judiciaire-et-cessation-d-activite_6103714_3234.html", + "link": "https://www.lemonde.fr/football/live/2021/11/23/lille-salzbourg-suivez-en-direct-le-match-de-ligue-des-champions_6103316_1616938.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 11:34:15 +0100", + "pubDate": "Tue, 23 Nov 2021 19:00:09 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f242852205aea6648bdef55b29011788" + "hash": "d532e001f5a2f5cdef68cf3bd7f15d68" }, { - "title": "Naufrage de migrants dans la Manche : les accords du Touquet au cœur des critiques", - "description": "A la suite du naufrage d’une embarcation dans la Manche qui a causé la mort de 27 personnes, de nombreux responsables politiques demandent la renégociation de ce traité signé en 2003 entre la France et le Royaume-Uni.", - "content": "A la suite du naufrage d’une embarcation dans la Manche qui a causé la mort de 27 personnes, de nombreux responsables politiques demandent la renégociation de ce traité signé en 2003 entre la France et le Royaume-Uni.", + "title": "Le Sénat rejette le budget 2022, assimilé à un « budget de campagne électorale »", + "description": "La Chambre haute a voté contre le volet « recettes » du projet de budget du gouvernement pour 2022, rejetant, de fait, l’ensemble du texte en première lecture.", + "content": "La Chambre haute a voté contre le volet « recettes » du projet de budget du gouvernement pour 2022, rejetant, de fait, l’ensemble du texte en première lecture.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/26/naufrage-de-migrants-dans-la-manche-les-accords-du-touquet-au-c-ur-des-critiques_6103713_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/23/le-senat-rejette-le-budget-2022-assimile-a-un-budget-de-campagne-electorale_6103314_823448.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 11:33:27 +0100", + "pubDate": "Tue, 23 Nov 2021 18:53:51 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2f90ed791d509b4f10c1525685e42163" + "hash": "3d290272218a05ae86cd68df48aa1ac4" }, { - "title": "Une femme de 80 ans, propriétaire d’un logement à Montbrison qu’elle louait sur Airbnb à des prostituées, a été relaxée", - "description": "Elle a été jugée pour avoir loué son appartement pendant près d’un an et demi à des prostituées. Le tribunal de Saint-Etienne ne l’a pas condamnée, au bénéfice du doute.", - "content": "Elle a été jugée pour avoir loué son appartement pendant près d’un an et demi à des prostituées. Le tribunal de Saint-Etienne ne l’a pas condamnée, au bénéfice du doute.", + "title": "Covid-19 : l’OMS redoute 700 000 morts supplémentaires en Europe d’ici au printemps", + "description": "Dans l’Union européenne, 67,7 % de la population a reçu deux doses de vaccin, mais les écarts sont vertigineux entre les pays. Ainsi, seuls 24,2 % des Bulgares sont vaccinés contre 86,7 % des Portugais.", + "content": "Dans l’Union européenne, 67,7 % de la population a reçu deux doses de vaccin, mais les écarts sont vertigineux entre les pays. Ainsi, seuls 24,2 % des Bulgares sont vaccinés contre 86,7 % des Portugais.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/26/a-saint-etienne-la-proprietaire-d-un-logement-loue-sur-airbnb-par-des-prostituees-a-ete-relaxee_6103712_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/23/covid-19-l-oms-redoute-700-000-morts-supplementaires-en-europe-d-ici-au-printemps_6103311_3244.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 11:31:31 +0100", + "pubDate": "Tue, 23 Nov 2021 17:47:18 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31806c34010d74e8af4cd6d93bd5ac94" + "hash": "cef8a93660e479b975f3737ece55ed02" }, { - "title": "Au procès des attentats des 13-Novembre, le témoignage décevant de l’enquêteur belge « PFB 446 906 682 »", - "description": "Quatre accusés, dont Salah Abdeslam, ont refusé de comparaître, jeudi, afin de protester contre le recours à la visioconférence accordé aux policiers belges. Le premier d’entre eux a réussi l’exploit d’unifier contre lui le parquet, les parties civiles et la défense par son mutisme.", - "content": "Quatre accusés, dont Salah Abdeslam, ont refusé de comparaître, jeudi, afin de protester contre le recours à la visioconférence accordé aux policiers belges. Le premier d’entre eux a réussi l’exploit d’unifier contre lui le parquet, les parties civiles et la défense par son mutisme.", + "title": "L’appel de 3 000 magistrats et d’une centaine de greffiers : « Nous ne voulons plus d’une justice qui n’écoute pas et qui chronomètre tout »", + "description": "Ce collectif de juges, substituts, greffiers dénonce, dans une tribune au « Monde », l’approche « gestionnaire » de la justice et souligne la « discordance » entre la volonté de rendre une justice de qualité et la réalité du quotidien, source de grandes souffrances.", + "content": "Ce collectif de juges, substituts, greffiers dénonce, dans une tribune au « Monde », l’approche « gestionnaire » de la justice et souligne la « discordance » entre la volonté de rendre une justice de qualité et la réalité du quotidien, source de grandes souffrances.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/26/au-proces-du-13-novembre-le-temoignage-decevant-de-l-enqueteur-belge-pfb-446-906-682_6103711_3224.html", + "link": "https://www.lemonde.fr/idees/article/2021/11/23/l-appel-de-3-000-magistrats-et-d-une-centaine-de-greffiers-nous-ne-voulons-plus-d-une-justice-qui-n-ecoute-pas-et-qui-chronometre-tout_6103309_3232.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 11:23:04 +0100", + "pubDate": "Tue, 23 Nov 2021 17:30:14 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "346b8910afd21e1ad899b7444c55791d" + "hash": "ccd927989e49665f71e4907a72d4b0d8" }, { - "title": "Le bilan mitigé du plan de formation des chômeurs", - "description": "Un rapport présenté jeudi souligne que le plan mis en place depuis trois ans par le gouvernement a peu favorisé les demandeurs d’emplois faiblement diplômés ou qualifiés.", - "content": "Un rapport présenté jeudi souligne que le plan mis en place depuis trois ans par le gouvernement a peu favorisé les demandeurs d’emplois faiblement diplômés ou qualifiés.", + "title": "La Commission européenne va établir une « liste noire » des sociétés complices du trafic de migrants vers la Biélorussie", + "description": "L’UE va également interdire la location d’avions européens à la compagnie Belavia, ont annoncé, mardi, les présidents des institutions européennes.", + "content": "L’UE va également interdire la location d’avions européens à la compagnie Belavia, ont annoncé, mardi, les présidents des institutions européennes.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/26/le-bilan-mitige-du-plan-de-formation-des-chomeurs_6103707_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/11/23/la-commission-va-etablir-une-liste-noire-des-societes-complices-du-trafic-de-migrants-vers-la-bielorussie_6103304_3210.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 11:00:13 +0100", + "pubDate": "Tue, 23 Nov 2021 16:41:37 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d9dd320c1c724821527d63efe93cc3f" + "hash": "57550d338a859d1fc1e768e8a3fd4594" }, { - "title": "« Ne pas ajouter l’oubli à l’insupportable tragédie » : les enfants nés sans vie pourront se voir donner un nom de famille", - "description": "La mesure adoptée par le Parlement vient compléter la reconnaissance symbolique de l’enfant qui n’est pas né vivant, pour lequel les parents pouvaient déjà demander l’établissement d’un acte d’enfant sans vie et lui choisir un prénom.", - "content": "La mesure adoptée par le Parlement vient compléter la reconnaissance symbolique de l’enfant qui n’est pas né vivant, pour lequel les parents pouvaient déjà demander l’établissement d’un acte d’enfant sans vie et lui choisir un prénom.", + "title": "Le Parlement européen adopte une nouvelle Politique agricole commune (PAC), à l’issue de longs débats", + "description": "Après trois ans et demi de négociations, les Vingt-sept et le Parlement européen se sont enfin entendus sur la réforme de la PAC, qui entrera en vigueur en janvier 2023. Mais les Verts et une partie de la gauche jugent qu’elle n’est pas assez ambitieuse pour l’environnement.", + "content": "Après trois ans et demi de négociations, les Vingt-sept et le Parlement européen se sont enfin entendus sur la réforme de la PAC, qui entrera en vigueur en janvier 2023. Mais les Verts et une partie de la gauche jugent qu’elle n’est pas assez ambitieuse pour l’environnement.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/26/ne-pas-ajouter-l-oubli-a-l-insupportable-tragedie-les-enfants-nes-sans-vie-pourront-se-voir-donner-un-nom-de-famille_6103702_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/11/23/le-parlement-europeen-adopte-une-nouvelle-pac-apres-de-longs-debats_6103302_3210.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 10:51:14 +0100", + "pubDate": "Tue, 23 Nov 2021 16:34:05 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ec2c18f3c03e54f2140af03df6ada17" + "hash": "233c07817fe8f7a54970e9d63e31e64f" }, { - "title": "Bruxelles recommande une harmonisation du certificat Covid", - "description": "L’Union européenne risque de se fragmenter à nouveau sous l’effet des mesures prises dans chaque pays pour lutter contre la nouvelle vague.", - "content": "L’Union européenne risque de se fragmenter à nouveau sous l’effet des mesures prises dans chaque pays pour lutter contre la nouvelle vague.", + "title": "Covid-19, cas contacts, vaccinés ou pas… Le point sur les règles d’isolement à respecter en France", + "description": "En cas de test positif, et pour les vaccinés aussi bien que les non-vaccinés, il est nécessaire de respecter un isolement de dix jours. En revanche, les recommandations varient pour les cas contacts.", + "content": "En cas de test positif, et pour les vaccinés aussi bien que les non-vaccinés, il est nécessaire de respecter un isolement de dix jours. En revanche, les recommandations varient pour les cas contacts.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/26/bruxelles-recommande-une-harmonisation-du-certificat-covid_6103701_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/23/covid-19-cas-contacts-vaccines-ou-pas-le-point-sur-les-regles-d-isolement-a-respecter-en-france_6103298_3244.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 10:50:36 +0100", + "pubDate": "Tue, 23 Nov 2021 15:56:22 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04710c1537a4ec1740f5a9e52ce8884b" + "hash": "1e53b83e67bac46963ef1d83223589d1" }, { - "title": "Au Soudan, la rue reste déterminée à faire tomber la junte militaire", - "description": "Des dizaines de milliers de Soudanais ont manifesté à travers le pays, jeudi 25 novembre, pour dénoncer tout accord avec les généraux. Le retour du premier ministre, Abdallah Hamdok, n’a pas apaisé les manifestants.", - "content": "Des dizaines de milliers de Soudanais ont manifesté à travers le pays, jeudi 25 novembre, pour dénoncer tout accord avec les généraux. Le retour du premier ministre, Abdallah Hamdok, n’a pas apaisé les manifestants.", + "title": "A la Martinique, des forces de l’ordre et des pompiers cibles de tirs d’armes à feu", + "description": "Les tirs n’ont pas fait de victimes. Des barrages bloquent toujours les principales routes de l’île, après un appel à la grève générale contre l’obligation vaccinale des soignants et pour des hausses de salaires.", + "content": "Les tirs n’ont pas fait de victimes. Des barrages bloquent toujours les principales routes de l’île, après un appel à la grève générale contre l’obligation vaccinale des soignants et pour des hausses de salaires.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/26/au-soudan-la-rue-reste-determinee-a-faire-tomber-la-junte-militaire_6103700_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/23/a-la-martinique-des-forces-de-l-ordre-et-des-pompiers-cibles-de-tirs-d-armes-a-feu_6103297_3224.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 10:46:28 +0100", + "pubDate": "Tue, 23 Nov 2021 15:11:51 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "901802804b268658f7b6e6dc6e2aeae3" + "hash": "6adfe127f79eb8f1e03b3d2bacc83723" }, { - "title": "Le Japon prêt à doubler ses dépenses de défense", - "description": "Inquiet de l’intensification des manœuvres chinoises dans la région, l’archipel nippon renforce son budget militaire à près de 47,2 milliards d’euros, un montant similaire à celui de la France.", - "content": "Inquiet de l’intensification des manœuvres chinoises dans la région, l’archipel nippon renforce son budget militaire à près de 47,2 milliards d’euros, un montant similaire à celui de la France.", + "title": "La France appelle ses ressortissants à quitter « sans délai » l’Ethiopie en guerre", + "description": "L’ambassade à Addis-Abeba prévoit de faciliter le départ des Français sur des vols commerciaux en réservant des sièges et, « si nécessaire », d’affréter un vol charter.", + "content": "L’ambassade à Addis-Abeba prévoit de faciliter le départ des Français sur des vols commerciaux en réservant des sièges et, « si nécessaire », d’affréter un vol charter.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/26/le-japon-pret-a-doubler-ses-depenses-de-defense_6103698_3210.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/23/la-france-appelle-ses-ressortissants-a-quitter-sans-delai-l-ethiopie-en-guerre_6103296_3212.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 10:36:40 +0100", + "pubDate": "Tue, 23 Nov 2021 15:10:35 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f371e13357fa10e02978f0dbe988689f" + "hash": "51131aa551754ca84ece9b1adb26dd4b" }, { - "title": "Enquête | En Ouganda, l’or noir de Total impose le silence et la peur", - "description": "Dans ce pays pauvre et enclavé, un immense chantier pétrolier dans lequel le groupe français joue un rôle moteur suscite de plus en plus de critiques. Pour ses conséquences sur l’environnement et pour le sort réservé aux populations locales, qui n’osent résister par crainte des représailles.", - "content": "Dans ce pays pauvre et enclavé, un immense chantier pétrolier dans lequel le groupe français joue un rôle moteur suscite de plus en plus de critiques. Pour ses conséquences sur l’environnement et pour le sort réservé aux populations locales, qui n’osent résister par crainte des représailles.", + "title": "La Turquie condamnée par la CEDH pour la détention provisoire « arbitraire » de 427 magistrats", + "description": "Ces juges et procureurs avaient été arrêtés pour « suspicion d’appartenance au FETO ». Cet acronyme désigne l’« Organisation terroriste des partisans de Fethullah » Gülen, accusé par Ankara d’avoir ourdi la tentative de putsch.", + "content": "Ces juges et procureurs avaient été arrêtés pour « suspicion d’appartenance au FETO ». Cet acronyme désigne l’« Organisation terroriste des partisans de Fethullah » Gülen, accusé par Ankara d’avoir ourdi la tentative de putsch.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/26/projet-d-exploitation-petroliere-en-ouganda-silence-sur-l-or-noir_6103639_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/11/23/la-cedh-condamne-la-turquie-pour-la-detention-provisoire-arbitraire-de-427-magistrats_6103294_3210.html", "creator": "", - "pubDate": "Fri, 26 Nov 2021 02:20:38 +0100", + "pubDate": "Tue, 23 Nov 2021 14:31:34 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40364bb97403edfb3e91f4210f100571" + "hash": "f5f797a55431f00ef08517d4afa8658b" }, { - "title": "Covid-19 : le Royaume-Uni va interdire son territoire aux voyageurs en provenance de six pays d’Afrique en raison d’un nouveau variant", - "description": "Les vols en provenance d’Afrique du Sud, de Namibie, du Lesotho, d’Eswatini, du Zimbabwe et du Botswana seront suspendus à compter de vendredi midi. Ce variant détecté en Afrique du Sud présente un « potentiel de propagation très rapide ».", - "content": "Les vols en provenance d’Afrique du Sud, de Namibie, du Lesotho, d’Eswatini, du Zimbabwe et du Botswana seront suspendus à compter de vendredi midi. Ce variant détecté en Afrique du Sud présente un « potentiel de propagation très rapide ».", + "title": "JO 2024 : la justice autorise la reprise des travaux de construction d’une piscine d’entraînement à Aubervilliers", + "description": "La cour administrative d’appel de Paris avait suspendu le permis de construire à la fin de septembre, invoquant des « doutes sérieux sur [sa] légalité », après une procédure d’urgence lancée par des opposants au projet.", + "content": "La cour administrative d’appel de Paris avait suspendu le permis de construire à la fin de septembre, invoquant des « doutes sérieux sur [sa] légalité », après une procédure d’urgence lancée par des opposants au projet.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/25/covid-19-le-royaume-uni-va-interdire-son-territoire-aux-voyageurs-en-provenance-de-six-pays-d-afrique-en-raison-du-nouveau-variant_6103630_3244.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/23/jo-2024-la-justice-autorise-la-reprise-des-travaux-de-construction-d-une-piscine-d-entrainement-a-aubervilliers_6103289_3242.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 23:00:45 +0100", + "pubDate": "Tue, 23 Nov 2021 13:54:45 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7ebd80f58eaf40122d65f11662ecbbd3" + "hash": "e723ee82fc0c31ae91b09d5d9a346d19" }, { - "title": "Naufrage de migrants : à Calais et à Dunkerque, des rassemblements en hommage aux victimes", - "description": "Les soutiens des migrants ont observé une minute de silence et déployé une banderole portant les noms de la plupart des 309 personnes ayant trouvé la mort à cette frontière entre la France et la Grande-Bretagne depuis 1999, selon un décompte associatif.", - "content": "Les soutiens des migrants ont observé une minute de silence et déployé une banderole portant les noms de la plupart des 309 personnes ayant trouvé la mort à cette frontière entre la France et la Grande-Bretagne depuis 1999, selon un décompte associatif.", + "title": "Pétrole : les Etats-Unis puisent dans leurs réserves stratégiques pour tenter de faire baisser les prix", + "description": "Cette opération se fait en concertation avec d’autres Etats gros consommateurs d’or noir, en particulier la Chine, l’Inde, le Japon, la Corée du Sud ou encore le Royaume-Uni.", + "content": "Cette opération se fait en concertation avec d’autres Etats gros consommateurs d’or noir, en particulier la Chine, l’Inde, le Japon, la Corée du Sud ou encore le Royaume-Uni.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/25/naufrage-de-migrants-a-calais-et-a-dunkerque-des-rassemblements-en-hommage-aux-victimes_6103629_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/23/petrole-les-etats-unis-puisent-dans-leurs-reserves-strategiques-pour-tenter-de-faire-baisser-les-prix_6103287_3234.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 22:10:05 +0100", + "pubDate": "Tue, 23 Nov 2021 13:47:10 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "257d6b45385de75d05b9d1fbce48e1d6" + "hash": "b97fac760c25c7f1a692d12fee1d0863" }, { - "title": "Les trottinettes électriques vont être bridées à 10 km/h dans Paris", - "description": "La Mairie a décidé de durcir sa politique dès le mois de décembre pour faire face aux accidents qui tendent à se multiplier. Par ailleurs, le nombre de sociétés proposant des scooters et motos en libre-service va être limité à deux ou trois.", - "content": "La Mairie a décidé de durcir sa politique dès le mois de décembre pour faire face aux accidents qui tendent à se multiplier. Par ailleurs, le nombre de sociétés proposant des scooters et motos en libre-service va être limité à deux ou trois.", + "title": "Interruption du match OL-OM : Gérald Darmanin veut travailler sur les interdictions de stade", + "description": "Les instances du football français se sont réunies au ministère de l’intérieur, mardi, pour commencer à tirer les conclusions de l’incident de dimanche, au Parc OL.", + "content": "Les instances du football français se sont réunies au ministère de l’intérieur, mardi, pour commencer à tirer les conclusions de l’incident de dimanche, au Parc OL.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/25/les-trottinettes-electriques-vont-etre-bridees-a-10-km-h-dans-paris_6103627_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/23/interruption-du-match-ol-om-gerald-darmanin-veut-travailler-sur-les-interdictions-de-stade_6103285_3224.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 21:07:33 +0100", + "pubDate": "Tue, 23 Nov 2021 12:49:22 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1b63dcc7f486d6079c2158cc1f723e3" + "hash": "4ac6bee268d4dcea12adfb468893069d" }, { - "title": "Milos Zeman, le président tchèque, de nouveau hospitalisé après un test positif au Covid-19", - "description": "Il avait été hospitalisé le 10 octobre en soins intensifs, où il était resté plus de trois semaines avant d’être transféré dans une unité de convalescence.", - "content": "Il avait été hospitalisé le 10 octobre en soins intensifs, où il était resté plus de trois semaines avant d’être transféré dans une unité de convalescence.", + "title": "Tests PCR et antigéniques : Jean-Luc Mélenchon, Marine Le Pen et Michel Barnier demandent le retour de la gratuité", + "description": "Alors que le nombre de cas de Covid-19 repart à la hausse, une partie de l’opposition réclame que soit rétablie la gratuité, suspendue depuis le 15 octobre.", + "content": "Alors que le nombre de cas de Covid-19 repart à la hausse, une partie de l’opposition réclame que soit rétablie la gratuité, suspendue depuis le 15 octobre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/25/milos-zeman-le-president-tcheque-de-nouveau-hospitalise-apres-un-test-positif-au-covid-19_6103625_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/23/covid-19-jean-luc-melenchon-marine-le-pen-et-michel-barnier-demandent-le-retour-de-la-gratuite-des-tests_6103284_823448.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 20:43:00 +0100", + "pubDate": "Tue, 23 Nov 2021 12:29:00 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a663e9cbf20564483da43fe7f7e311af" + "hash": "545a0a05728886dc71389e0603df3476" }, { - "title": "A la Guadeloupe, la « grève générale » peine à mobiliser une grande partie de la population", - "description": "Les blocages des routes à l’aide de barrages par les manifestants ont donné une forte visibilité au mouvement, mais empêchent la tenue de grands rassemblements.", - "content": "Les blocages des routes à l’aide de barrages par les manifestants ont donné une forte visibilité au mouvement, mais empêchent la tenue de grands rassemblements.", + "title": "Immobilier : les prix des logements anciens augmentent de 7,4 % sur un an", + "description": "La hausse des prix est plus marquée en région, notamment pour les maisons. En Ile-de-France, la hausse est de 4 % sur un an ; à Paris, les prix restent stables.", + "content": "La hausse des prix est plus marquée en région, notamment pour les maisons. En Ile-de-France, la hausse est de 4 % sur un an ; à Paris, les prix restent stables.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/25/a-la-guadeloupe-la-greve-generale-peine-a-mobiliser-une-grande-partie-de-la-population_6103624_823448.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/23/immobilier-les-prix-des-logements-anciens-augmentent-de-7-4-sur-un-an_6103278_3234.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 20:08:37 +0100", + "pubDate": "Tue, 23 Nov 2021 11:54:19 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "df6786d1e8e77bb544fb1321d6db373a" + "hash": "30e70c93f76da0cc6a90cfc11d2d8432" }, { - "title": "JO 2024 : l’Agence française de lutte antidopage veut devenir « une référence internationale »", - "description": "Augmentation du nombre de tests, nouveaux pouvoirs d’enquête, missions de prévention… L’AFLD a dévoilé, jeudi, sa stratégie 2022-2024.", - "content": "Augmentation du nombre de tests, nouveaux pouvoirs d’enquête, missions de prévention… L’AFLD a dévoilé, jeudi, sa stratégie 2022-2024.", + "title": "Les marchés financiers en équilibre précaire face à la hausse des taux d’intérêt", + "description": "Alors que le soutien public a alimenté la croissance des marchés durant la crise sanitaire, ces derniers risquent d’être impactés par le resserrement des politiques monétaires amorcé par les banques centrales à travers le monde.", + "content": "Alors que le soutien public a alimenté la croissance des marchés durant la crise sanitaire, ces derniers risquent d’être impactés par le resserrement des politiques monétaires amorcé par les banques centrales à travers le monde.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/25/jo-2024-l-afld-veut-devenir-une-reference-internationale-en-matiere-d-antidopage_6103623_3242.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/23/les-marches-financiers-en-equilibre-precaire-face-a-la-hausse-des-taux-d-interet_6103275_3234.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 20:00:08 +0100", + "pubDate": "Tue, 23 Nov 2021 11:48:43 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "54bc70b363b469bc1f27b52aebc4a5d0" + "hash": "b3cc57b5df2c2b58168d4034714d4bc2" }, { - "title": "Covid-19 : à l’école primaire, le protocole sanitaire va être assoupli pour limiter les fermetures de classes", - "description": "La nouvelle stratégie promue par le ministère de l’éducation nationale repose sur le test de tous les élèves d’un groupe où un cas positif a été détecté. Des expérimentations ont déjà été menées, non sans difficultés.", - "content": "La nouvelle stratégie promue par le ministère de l’éducation nationale repose sur le test de tous les élèves d’un groupe où un cas positif a été détecté. Des expérimentations ont déjà été menées, non sans difficultés.", + "title": "L’opposition biélorusse toujours en attente de gestes « concrets » de la part de l’Union européenne", + "description": "La conférence internationale sur la Biélorussie organisée à Vienne, lundi, a souligné les hésitations de l’Europe face au régime d’Alexandre Loukachenko.", + "content": "La conférence internationale sur la Biélorussie organisée à Vienne, lundi, a souligné les hésitations de l’Europe face au régime d’Alexandre Loukachenko.", "category": "", - "link": "https://www.lemonde.fr/education/article/2021/11/25/covid-19-a-l-ecole-primaire-le-protocole-sanitaire-va-etre-assoupli-pour-limiter-les-fermetures-de-classes_6103621_1473685.html", + "link": "https://www.lemonde.fr/international/article/2021/11/23/l-opposition-bielorusse-toujours-en-attente-de-gestes-concrets-de-la-part-de-l-union-europeenne_6103272_3210.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 19:18:33 +0100", + "pubDate": "Tue, 23 Nov 2021 11:29:38 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "087f5bfa1082278655ef77cb5112e142" + "hash": "9dedbf9f8e1361a5d5e3f0e2737b56aa" }, { - "title": "Sharbat Gula, la célèbre « Afghane aux yeux verts » de « National Geographic » réfugiée en Italie", - "description": "Sharbat Gula est devenue célèbre après la publication d’une photo prise dans un camp de réfugiés afghans au Pakistan par le photographe Steve McCurry.", - "content": "Sharbat Gula est devenue célèbre après la publication d’une photo prise dans un camp de réfugiés afghans au Pakistan par le photographe Steve McCurry.", + "title": "Le Puy du Fou va lancer des croisières haut de gamme en train dans toute la France", + "description": "Le parc d’attractions vendéen va créer sa propre entreprise ferroviaire afin de proposer des spectacles itinérants à partir de 2023.", + "content": "Le parc d’attractions vendéen va créer sa propre entreprise ferroviaire afin de proposer des spectacles itinérants à partir de 2023.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/25/sharbat-gula-la-celebre-afghane-aux-yeux-verts-de-national-geographic-refugiee-en-italie_6103618_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/23/le-puy-du-fou-va-lancer-des-croisieres-en-train-haut-de-gamme_6103271_3234.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:58:03 +0100", + "pubDate": "Tue, 23 Nov 2021 11:24:21 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6ea56cefb89aaa33c2022eb700889b9" + "hash": "9e035a4fbc482122e4a24cb46b9880f3" }, { - "title": "A Paris, le stationnement payant des deux-roues motorisés repoussé à septembre 2022", - "description": "Des « contraintes techniques » empêchent de mettre en place le stationnement payant des « 2RM » à Paris dès janvier, comme cela avait été voté en juillet par le Conseil de Paris, a déclaré la Ville.", - "content": "Des « contraintes techniques » empêchent de mettre en place le stationnement payant des « 2RM » à Paris dès janvier, comme cela avait été voté en juillet par le Conseil de Paris, a déclaré la Ville.", + "title": "Roumanie : le général Nicolae Ciuca, un militaire chargé de gouverner un pays ravagé par le Covid-19", + "description": "Après deux mois de manœuvres politiques, la nomination de ce militaire tout juste entré en politique à la tête du gouvernement ne fait pas l’unanimité.", + "content": "Après deux mois de manœuvres politiques, la nomination de ce militaire tout juste entré en politique à la tête du gouvernement ne fait pas l’unanimité.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/25/a-paris-le-stationnement-payant-des-deux-roues-motorises-repousse-a-septembre-2022_6103617_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/11/23/en-roumanie-un-militaire-charge-de-sortir-le-pays-de-la-crise_6103268_3210.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:37:23 +0100", + "pubDate": "Tue, 23 Nov 2021 11:10:42 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d54a2ed953d808e5dfccca550c6913b" + "hash": "cdcaf7e9ed20313a376ffe2df9557cd9" }, { - "title": "Un blogueur chinois sur les traces des camps de rééducation du Xinjiang", - "description": "Guanguan a diffusé une vidéo de vingt minutes dans laquelle il identifie plus d’une quinzaine de lieux de détention où sont internés des Ouïgours dans la région autonome du nord-ouest de la Chine.", - "content": "Guanguan a diffusé une vidéo de vingt minutes dans laquelle il identifie plus d’une quinzaine de lieux de détention où sont internés des Ouïgours dans la région autonome du nord-ouest de la Chine.", + "title": "Près de 90 % des VTC sous-déclarent leur chiffre d’affaires", + "description": "Le Haut Conseil du financement de la protection sociale a diffusé, mardi, une note qui apporte de nouveaux chiffrages sur la fraude aux cotisations.", + "content": "Le Haut Conseil du financement de la protection sociale a diffusé, mardi, une note qui apporte de nouveaux chiffrages sur la fraude aux cotisations.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/25/un-blogueur-chinois-sur-les-traces-des-camps-de-reeducation-du-xinjiang_6103615_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/23/travail-au-noir-pres-de-90-des-vtc-sous-declarent-leur-chiffre-d-affaires_6103265_823448.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:25:51 +0100", + "pubDate": "Tue, 23 Nov 2021 11:02:21 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "00303548b5bb0a9325fa87a70ef08a54" + "hash": "2b3783ae97c2cb7d661e9a2d03ae5f9b" }, { - "title": "Un haut gradé de la sécurité publique chinoise entre à Interpol", - "description": "Hu Binchen a été élu membre du comité exécutif jeudi malgré les protestations de défenseurs des droits de l’homme.", - "content": "Hu Binchen a été élu membre du comité exécutif jeudi malgré les protestations de défenseurs des droits de l’homme.", + "title": "Kevin Spacey condamné à payer 31 millions de dollars à la production de « House of Cards »", + "description": "La société MRC demandait réparation pour avoir dû remanier le script de la série à succès afin d’en exclure l’acteur, accusé de harcèlement sexuel.", + "content": "La société MRC demandait réparation pour avoir dû remanier le script de la série à succès afin d’en exclure l’acteur, accusé de harcèlement sexuel.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/25/un-haut-grade-de-la-securite-publique-chinoise-entre-a-interpol_6103614_3210.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/23/kevin-spacey-condamne-a-payer-31-millions-de-dollars-a-la-production-de-house-of-cards_6103260_3246.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:25:16 +0100", + "pubDate": "Tue, 23 Nov 2021 10:28:35 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "471d8d6f00383eb881d45e7332915164" + "hash": "a1b62fab28c28e4cd6fdc2eb58bfedb3" }, { - "title": "Une légère taxe sur le fioul des navires ne passe pas aux Nations unies", - "description": "Défendue par de nombreux pays et des armateurs, la redevance financerait la « recherche et développement » sur les carburants verts et les nouveaux moteurs.", - "content": "Défendue par de nombreux pays et des armateurs, la redevance financerait la « recherche et développement » sur les carburants verts et les nouveaux moteurs.", + "title": "Ethiopie : Abiy Ahmed annonce se « mobiliser sur le front » pour mener la guerre contre les rebelles", + "description": "Les déclarations du premier ministre interviennent alors que le Front de libération du peuple du Tigré affirme progresser vers Addis-Abeba.", + "content": "Les déclarations du premier ministre interviennent alors que le Front de libération du peuple du Tigré affirme progresser vers Addis-Abeba.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/25/une-legere-taxe-sur-le-fioul-des-navires-bute-aux-nations-unies_6103613_3234.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/23/ethiopie-abiy-ahmed-annonce-se-mobiliser-sur-le-front-pour-mener-la-guerre-contre-les-rebelles_6103259_3212.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 18:19:03 +0100", + "pubDate": "Tue, 23 Nov 2021 10:22:01 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0115ae13ff06ab18e6ae930216251123" + "hash": "c8364a18ca3da9aca75e52df96237756" }, { - "title": "Covid-19 : le Maroc suspend les vols à destination et en provenance de la France à partir du 26 novembre", - "description": "Le Maroc a annoncé jeudi qu’il suspendait les vols réguliers à destination et en provenance de France en raison de la reprise épidémique de Covid-19. La décision entrera en vigueur à partir du 26 novembre à 23 h 59, « et ce jusqu’à nouvel ordre », selon les autorités marocaines.", - "content": "Le Maroc a annoncé jeudi qu’il suspendait les vols réguliers à destination et en provenance de France en raison de la reprise épidémique de Covid-19. La décision entrera en vigueur à partir du 26 novembre à 23 h 59, « et ce jusqu’à nouvel ordre », selon les autorités marocaines.", + "title": "Guadeloupe : « L’obligation vaccinale des soignants et pompiers s’appliquera », prévient Sébastien Lecornu", + "description": "La fin de l’obligation vaccinale pour les soignants et les pompiers est une des revendications principales des manifestants. Le ministre des outre-mer, Sébastien Lecornu, a rappelé que « c’est que la loi de la République s’appliquera. »", + "content": "La fin de l’obligation vaccinale pour les soignants et les pompiers est une des revendications principales des manifestants. Le ministre des outre-mer, Sébastien Lecornu, a rappelé que « c’est que la loi de la République s’appliquera. »", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/25/covid-19-le-maroc-suspend-les-vols-a-destination-et-en-provenance-de-france_6103604_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/23/conflit-social-en-guadeloupe-l-obligation-vaccinale-des-soignants-et-pompiers-s-appliquera-previent-sebastien-lecornu_6103252_823448.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 17:37:10 +0100", + "pubDate": "Tue, 23 Nov 2021 10:08:33 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f17cf5e64fd7e5411d2867312d7734f" + "hash": "25f5ce15999962b2ed5dbd54db55ae22" }, { - "title": "L’écrivain Mario Vargas Llosa rejoint l’Académie française", - "description": "Le lauréat du prix Nobel de littérature 2010 entre sous la coupole en dépit de son âge. Sa candidature avait été retenue par les Immortels alors que, depuis 2010 justement, il faut avoir moins de 75 ans pour se présenter à cette élection.", - "content": "Le lauréat du prix Nobel de littérature 2010 entre sous la coupole en dépit de son âge. Sa candidature avait été retenue par les Immortels alors que, depuis 2010 justement, il faut avoir moins de 75 ans pour se présenter à cette élection.", + "title": "La situation financière des collectivités locales devrait s’améliorer en 2021", + "description": "Transferts de l’Etat, mesures de soutien, produits fiscaux en hausse… Selon un rapport de la Cour des comptes, les finances locales connaissent une embellie, qui ne chasse cependant pas toutes les interrogations pour le futur.", + "content": "Transferts de l’Etat, mesures de soutien, produits fiscaux en hausse… Selon un rapport de la Cour des comptes, les finances locales connaissent une embellie, qui ne chasse cependant pas toutes les interrogations pour le futur.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/25/l-ecrivain-mario-vargas-llosa-rejoint-l-academie-francaise_6103601_3246.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/23/la-situation-financiere-des-collectivites-locales-devrait-s-ameliorer-en-2021_6103251_823448.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 17:26:39 +0100", + "pubDate": "Tue, 23 Nov 2021 10:00:10 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "95b09c460643b909349864dfb1a2d235" + "hash": "adfb6de5536c1adea80886321fb91f24" }, { - "title": "Roselyne Bachelot étend au spectacle vivant son plan #metoo", - "description": "La ministre de la culture a annoncé qu’à partir de janvier 2022 toutes les subventions versées aux structures relevant de ce secteur seront conditionnées au respect d’un certain nombre de critères de prévention et de traitement des violences sexuelles.", - "content": "La ministre de la culture a annoncé qu’à partir de janvier 2022 toutes les subventions versées aux structures relevant de ce secteur seront conditionnées au respect d’un certain nombre de critères de prévention et de traitement des violences sexuelles.", + "title": "Le ministre israélien de la défense, Benny Gantz, en visite au Maroc dans un contexte régional tendu", + "description": "Un an après la normalisation des relations entre les deux pays, ce déplacement vise à renforcer leur coopération sécuritaire.", + "content": "Un an après la normalisation des relations entre les deux pays, ce déplacement vise à renforcer leur coopération sécuritaire.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/25/roselyne-bachelot-etend-au-spectacle-vivant-son-plan-meetoo_6103599_3246.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/23/le-ministre-israelien-de-la-defense-benny-gantz-en-visite-au-maroc-dans-un-contexte-regional-tendu_6103250_3212.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 17:08:56 +0100", + "pubDate": "Tue, 23 Nov 2021 09:57:45 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "284f63c0b35d43879e0098668c5be589" + "hash": "71246b5ff15cfc15129317823c5cdaac" }, { - "title": "La Croatie achète douze Rafale d’occasion à la France", - "description": "Les six premiers Rafale seront livrés entre le troisième trimestre 2023 et début 2024, les six autres avant le printemps 2025.", - "content": "Les six premiers Rafale seront livrés entre le troisième trimestre 2023 et début 2024, les six autres avant le printemps 2025.", + "title": "L’écrivain américain Noah Gordon est mort", + "description": "Le romancier était connu pour ses œuvres sur l’histoire de la médecine et du judaïsme. Il avait 95 ans.", + "content": "Le romancier était connu pour ses œuvres sur l’histoire de la médecine et du judaïsme. Il avait 95 ans.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/25/la-croatie-achete-douze-rafale-d-occasion-a-la-france_6103598_3234.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/23/l-ecrivain-americain-noah-gordon-est-mort_6103246_3246.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 17:02:05 +0100", + "pubDate": "Tue, 23 Nov 2021 09:16:10 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d93eee4b559b8743b1779248999658f" + "hash": "538d01823d6f4d291b358c32b850c9bf" }, { - "title": "Le prix Goncourt des lycéens décerné au roman « S’adapter », de Clara Dupont-Monod", - "description": "Le livre raconte l’accueil d’un enfant handicapé dans une fratrie. Il « laisse une trace lumineuse qui ouvre les portes de la tolérance », a dit la présidente du jury.", - "content": "Le livre raconte l’accueil d’un enfant handicapé dans une fratrie. Il « laisse une trace lumineuse qui ouvre les portes de la tolérance », a dit la présidente du jury.", + "title": "Après les néobanques, les investisseurs s’enthousiasment pour l’« assurtech »", + "description": "La néoassurance française Leocare annonce, mardi 23 novembre, une levée de 110 millions de dollars.", + "content": "La néoassurance française Leocare annonce, mardi 23 novembre, une levée de 110 millions de dollars.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/25/le-prix-goncourt-des-lyceens-va-au-roman-s-adapter-de-clara-dupont-monod_6103594_3246.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/23/les-investisseurs-s-enthousiasment-pour-les-start-up-de-l-assurance_6103245_3234.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:52:17 +0100", + "pubDate": "Tue, 23 Nov 2021 09:08:03 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "164ad18037b19c446a4eca2370fa18b1" + "hash": "62169c7a2bb87c2999d48b223602eea9" }, { - "title": "Licences de pêche : une première action nationale des pêcheurs français vendredi", - "description": "Onze mois après le Brexit, environ 150 bateaux français attendent toujours les autorisations pour poser leurs filets dans les eaux britanniques.", - "content": "Onze mois après le Brexit, environ 150 bateaux français attendent toujours les autorisations pour poser leurs filets dans les eaux britanniques.", + "title": "Sages-femmes : un accord signé entre syndicats et gouvernement pour de nouvelles hausses de salaires", + "description": "En additionnant ces mesures aux 183 euros mensuels du Ségur de la santé, le gouvernement met en avant une « revalorisation nette de 500 euros par mois ». Mais le protocole ne satisfait pas tous les syndicats.", + "content": "En additionnant ces mesures aux 183 euros mensuels du Ségur de la santé, le gouvernement met en avant une « revalorisation nette de 500 euros par mois ». Mais le protocole ne satisfait pas tous les syndicats.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/25/licences-de-peche-une-premiere-action-nationale-des-pecheurs-francais-vendredi_6103593_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/23/sages-femmes-un-accord-signe-entre-les-syndicats-et-le-gouvernement-pour-de-nouvelles-hausses-de-salaires_6103244_3224.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 16:32:00 +0100", + "pubDate": "Tue, 23 Nov 2021 08:37:40 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "07e99b0ee641637a3b68059337efe13f" + "hash": "a4df73a85b93a41bc69e91f7007f6a58" }, { - "title": "« La forêt est notre avenir » : face aux suppressions de postes, les employés de l’ONF réclament « un vrai débat à l’Assemblée »", - "description": "Des centaines d’employés de l’Office national des forêts ont manifesté jeudi pour demander la « renégociation du contrat avec l’Etat », alors que les 500 ouvriers forestiers seront remplacés par des prestataires extérieurs, moins bien formés, selon eux.", - "content": "Des centaines d’employés de l’Office national des forêts ont manifesté jeudi pour demander la « renégociation du contrat avec l’Etat », alors que les 500 ouvriers forestiers seront remplacés par des prestataires extérieurs, moins bien formés, selon eux.", + "title": "La série française « Dix pour cent » primée aux International Emmy Awards 2021", + "description": "La série, lancée en 2015 sur France Télévisions et qui triomphe aujourd’hui sur la plate-forme américaine Netflix, a remporté le prix de la meilleure comédie.", + "content": "La série, lancée en 2015 sur France Télévisions et qui triomphe aujourd’hui sur la plate-forme américaine Netflix, a remporté le prix de la meilleure comédie.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/25/la-foret-est-notre-avenir-face-aux-suppressions-de-postes-les-employes-de-l-onf-reclament-un-vrai-debat-a-l-assemblee_6103591_3244.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/23/la-serie-francaise-dix-pour-cent-primee-aux-international-emmy-awards-2021_6103242_3246.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 15:58:32 +0100", + "pubDate": "Tue, 23 Nov 2021 07:59:29 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3104313302fcb382c18b2bab12abef16" + "hash": "b932fd00f7c78a6528081fba91911cbb" }, { - "title": "La Mairie de Paris dévoile son plan pour limiter la vitesse des trottinettes", - "description": "Les trottinettes en libre-service seront limitées à 10 km/h à Paris « dès la première quinzaine de décembre », excepté sur certains grands axes.", - "content": "Les trottinettes en libre-service seront limitées à 10 km/h à Paris « dès la première quinzaine de décembre », excepté sur certains grands axes.", + "title": "Transat Jacques Vabre : Sébastien Rogues et Mathieu Souben franchissent la ligne les premiers en Martinique", + "description": "Arrivé dans la nuit à Fort-de-France, le duo s’impose en Ocean Fifty à bord de « Primonial » , en un peu plus de 15 jours et 13 heures.", + "content": "Arrivé dans la nuit à Fort-de-France, le duo s’impose en Ocean Fifty à bord de « Primonial » , en un peu plus de 15 jours et 13 heures.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/25/la-mairie-de-paris-devoile-son-plan-pour-limiter-la-vitesse-des-trottinettes_6103590_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/23/transat-jacques-vabre-sebastien-rogues-et-mathieu-souben-franchissent-la-ligne-les-premiers-en-martinique_6103241_3242.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 15:50:22 +0100", + "pubDate": "Tue, 23 Nov 2021 07:20:20 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ce167528b1296f45d76fd44c0bc9b680" + "hash": "ff7ed180c809750a2f7281ac6433a5aa" }, { - "title": "Covid-19 : pourquoi l’élargissement de la dose de rappel s’est imposé au gouvernement", - "description": "Comme annoncé jeudi, tous les Français de plus de 18 ans vont avoir accès à une dose de rappel, qui sera intégrée dans le passe sanitaire. Une mesure que le gouvernement justifie par l’accélération de l’épidémie, et qui suscite des analyses divergentes parmi les experts.", - "content": "Comme annoncé jeudi, tous les Français de plus de 18 ans vont avoir accès à une dose de rappel, qui sera intégrée dans le passe sanitaire. Une mesure que le gouvernement justifie par l’accélération de l’épidémie, et qui suscite des analyses divergentes parmi les experts.", + "title": "Jean-Louis Missika, l’ancien stratège d’Anne Hidalgo, contraint de renoncer à deux missions", + "description": "Après son départ, l’ancien adjoint à l’urbanisme avait pris des responsabilités dans deux entreprises. Il vient d’en démissionner. Le parquet est saisi de soupçons de conflit d’intérêts.", + "content": "Après son départ, l’ancien adjoint à l’urbanisme avait pris des responsabilités dans deux entreprises. Il vient d’en démissionner. Le parquet est saisi de soupçons de conflit d’intérêts.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/25/covid-19-pourquoi-l-elargissement-de-la-dose-de-rappel-s-est-impose-au-gouvernement_6103589_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/23/a-paris-jean-louis-missika-l-ancien-stratege-d-anne-hidalgo-dans-la-tourmente_6103240_823448.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 15:32:36 +0100", + "pubDate": "Tue, 23 Nov 2021 07:04:31 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dad8106e085d5001c35dc83dc15035c9" + "hash": "b7f0be8266753041446d08dbc3937d72" }, { - "title": "Paris veut agir face à l’essor du « chemsex »", - "description": "La consommation de drogues lors de rapports sexuels se diffuse hors du milieu gay. La Mairie de Paris est une des premières à préparer un plan de prévention.", - "content": "La consommation de drogues lors de rapports sexuels se diffuse hors du milieu gay. La Mairie de Paris est une des premières à préparer un plan de prévention.", + "title": "Covid-19 : qui sont les 17 000 enfants de moins de 12 ans déjà vaccinés en France ?", + "description": "Contrairement aux Etats-Unis ou à Israël, la France n’a pas ouvert la vaccination aux jeunes enfants. Pourtant, les exceptions se multiplient, avec des justifications diverses.", + "content": "Contrairement aux Etats-Unis ou à Israël, la France n’a pas ouvert la vaccination aux jeunes enfants. Pourtant, les exceptions se multiplient, avec des justifications diverses.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/25/paris-veut-agir-face-a-l-essor-du-chemsex_6103588_3224.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/23/covid-19-qui-sont-les-17-000-enfants-de-moins-de-12-ans-deja-vaccines_6103239_4355770.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 15:27:42 +0100", + "pubDate": "Tue, 23 Nov 2021 07:00:12 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1eb9d1dabebcd12556bc755e5d5b086" + "hash": "f577794d8c7a2ad11f6ee4ec25b7f5f6" }, { - "title": "Musique : le prochain Festival d’Aix-en-Provence fait la part belle aux jeunes artistes et aux femmes", - "description": "Avec pas moins de dix titres, dont le nouvel opéra de Pascal Dusapin, la 74e édition du festival d’art lyrique se tiendra du 4 au 23 juillet.", - "content": "Avec pas moins de dix titres, dont le nouvel opéra de Pascal Dusapin, la 74e édition du festival d’art lyrique se tiendra du 4 au 23 juillet.", + "title": "En Bulgarie, au moins 45 morts dans un accident de car", + "description": "Le drame, dont la cause reste indéterminée, a eu lieu dans la nuit de lundi à mardi, à 40 kilomètres au sud de Sofia. Sept passagers ont pu être sauvés et transférés à l’hôpital. Le véhicule, immatriculé en Macédoine du Nord, venait d’Istanbul.", + "content": "Le drame, dont la cause reste indéterminée, a eu lieu dans la nuit de lundi à mardi, à 40 kilomètres au sud de Sofia. Sept passagers ont pu être sauvés et transférés à l’hôpital. Le véhicule, immatriculé en Macédoine du Nord, venait d’Istanbul.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/25/musique-le-prochain-festival-d-aix-en-provence-fait-la-part-belle-aux-jeunes-artistes-et-aux-femmes_6103586_3246.html", + "link": "https://www.lemonde.fr/international/article/2021/11/23/au-moins-45-morts-en-bulgarie-dans-un-accident-de-car_6103234_3210.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 15:05:28 +0100", + "pubDate": "Tue, 23 Nov 2021 06:22:39 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eda57f5e657d5c3a3cbc932d49b918df" + "hash": "efe105c4dcf9fdbb631002bb19595c96" }, { - "title": "La Ville de Paris plus que jamais sur la sellette pour l’explosion de la rue de Trévise", - "description": "Les juges sont sur le point de boucler leur instruction. Ils ciblent la Ville de Paris et le syndic, tandis que GRDF est mis hors de cause.", - "content": "Les juges sont sur le point de boucler leur instruction. Ils ciblent la Ville de Paris et le syndic, tandis que GRDF est mis hors de cause.", + "title": "Un projet de mine géante de lithium, « or blanc » indispensable à la fabrication des voitures électriques, menace une région du Nevada", + "description": "Dans une enquête en deux volets, « Le Monde » raconte la ruée mondiale vers ce nouvel « or blanc » indispensable à la fabrication des voitures électriques. Première partie : Thacker Pass, le plus grand gisement d’Amérique du Nord, où toute une zone risque d’être sacrifiée au nom de la transition énergétique.", + "content": "Dans une enquête en deux volets, « Le Monde » raconte la ruée mondiale vers ce nouvel « or blanc » indispensable à la fabrication des voitures électriques. Première partie : Thacker Pass, le plus grand gisement d’Amérique du Nord, où toute une zone risque d’être sacrifiée au nom de la transition énergétique.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/25/la-ville-de-paris-plus-que-jamais-sur-la-sellette-pour-l-explosion-de-la-rue-de-trevise_6103585_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/23/dans-le-nevada-un-projet-de-mine-geante-de-lithium-menace-toute-une-region_6103223_3244.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 14:56:12 +0100", + "pubDate": "Tue, 23 Nov 2021 05:47:33 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31ba252cb49f9e7f9357a3a9b66120b4" + "hash": "e7e3bbabad1ebc46843c4b37ccbdc102" }, { - "title": "Covid-19 : Olivier Véran annonce un rappel vaccinal pour tous les adultes", - "description": "Le ministre de la santé a déclaré que le rappel vaccinal contre le Covid-19 serait « ouvert à tous les adultes dès cinq mois après leur dernière injection » à partir du 27 novembre.", - "content": "Le ministre de la santé a déclaré que le rappel vaccinal contre le Covid-19 serait « ouvert à tous les adultes dès cinq mois après leur dernière injection » à partir du 27 novembre.", + "title": "Les Restos du cœur lancent leur 37e campagne d’hiver, marquée par « l’aggravation de la précarité »", + "description": "Selon Patrice Douret, le président de l’association d’aide alimentaire, plus que de fabriquer de « nouveaux pauvres », l’épidémie de Covid-19 a surtout enfoncé ceux qui étaient déjà fragilisés.", + "content": "Selon Patrice Douret, le président de l’association d’aide alimentaire, plus que de fabriquer de « nouveaux pauvres », l’épidémie de Covid-19 a surtout enfoncé ceux qui étaient déjà fragilisés.", "category": "", - "link": "https://www.lemonde.fr/planete/video/2021/11/25/covid-19-olivier-veran-annonce-un-rappel-vaccinal-pour-tous-les-adultes_6103584_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/23/les-restos-du-c-ur-lancent-leur-37e-campagne-d-hiver-marquee-par-l-aggravation-de-la-precarite-a-cause-de-la-crise-sanitaire_6103218_3224.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 14:31:16 +0100", + "pubDate": "Tue, 23 Nov 2021 05:14:34 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e3a2cbc5b9846b10d3d8c9dbc547f6f5" + "hash": "3c881ac8f7bd6a44050a390771e3da0c" }, { - "title": "VTC : la cour d’appel bannit Uber de Bruxelles", - "description": "A compter du 26 novembre, l’application Uber X sera interdite dans la capitale belge après une procédure engagée par une compagnie de taxis.", - "content": "A compter du 26 novembre, l’application Uber X sera interdite dans la capitale belge après une procédure engagée par une compagnie de taxis.", + "title": "Comment l’Egypte a dévoyé l’aide militaire antiterroriste française pour cibler des réseaux ordinaires de trafiquants ou de migrants", + "description": "Selon le média « Disclose », Le Caire utiliserait des informations fournies par Paris dans le cadre de la lutte contre le terrorisme pour cibler des réseaux ordinaires de trafiquants d’armes, de drogues ou de migrants, et donc causer la mort de civils.", + "content": "Selon le média « Disclose », Le Caire utiliserait des informations fournies par Paris dans le cadre de la lutte contre le terrorisme pour cibler des réseaux ordinaires de trafiquants d’armes, de drogues ou de migrants, et donc causer la mort de civils.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/25/vtc-la-cour-d-appel-bannit-uber-de-bruxelles_6103583_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/11/23/une-mission-clandestine-du-renseignement-militaire-francais-en-egypte-mise-en-cause_6103217_3210.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 14:18:18 +0100", + "pubDate": "Tue, 23 Nov 2021 05:08:15 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "24f09bfee293fe760ea8835d3b968f80" + "hash": "6dc4daadaf0bf364d32bb4ac330276cc" }, { - "title": "Vaccination, passe sanitaire, masque dans les lieux fermés… Les annonces d’Olivier Véran pour faire face à la cinquième vague de Covid-19", - "description": "Olivier Véran a annoncé l’ouverture, dès samedi, à une dose de rappel « dès cinq mois après la dernière injection », qui sera nécessaire pour conserver le passe sanitaire. Les tests PCR et antigéniques ne seront valables que vingt-quatre heures pour le passe sanitaire.", - "content": "Olivier Véran a annoncé l’ouverture, dès samedi, à une dose de rappel « dès cinq mois après la dernière injection », qui sera nécessaire pour conserver le passe sanitaire. Les tests PCR et antigéniques ne seront valables que vingt-quatre heures pour le passe sanitaire.", + "title": "Le trafic en eaux troubles des civelles, en danger d’extinction et objet d’un intense braconnage à destination de l’Asie", + "description": "Alors que son exportation est interdite hors Union européenne, l’alevin d’anguille est l’objet d’un intense braconnage à destination de l’Asie. La campagne de pêche, qui commence en ce mois de novembre, s’annonce sous haute tension.", + "content": "Alors que son exportation est interdite hors Union européenne, l’alevin d’anguille est l’objet d’un intense braconnage à destination de l’Asie. La campagne de pêche, qui commence en ce mois de novembre, s’annonce sous haute tension.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/25/covid-19-rappel-vaccinal-ouvert-a-tous-les-adultes-port-du-masque-obligatoire-ce-qu-il-faut-retenir-des-mesures-annoncees-par-veran_6103578_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/23/le-trafic-en-eaux-troubles-des-civelles_6103212_3224.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 13:49:48 +0100", + "pubDate": "Tue, 23 Nov 2021 04:42:11 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "691013f8a415bbd8fef7286615c94e27" + "hash": "0f2c7370dda37873989b3ffb2d2ee563" }, { - "title": "Covid-19 : le vaccin de Pfizer approuvé pour les enfants de 5 à 11 ans, annonce le régulateur européen", - "description": "« Cette vaccination, si elle était décidée en France, ne commencerait pas avant le début de l’année 2022 », a de son côté déclaré le ministre de la santé français, Olivier Véran.", - "content": "« Cette vaccination, si elle était décidée en France, ne commencerait pas avant le début de l’année 2022 », a de son côté déclaré le ministre de la santé français, Olivier Véran.", + "title": "L’ancien président de Corée du Sud, Chun Doo-hwan, est mort", + "description": "Ex-chef d’état-major de l’armée sud-coréenne, il accède au pouvoir en 1980 et met en place une dictature militaire marquée par la répression sanglante des émeutes dans la ville de Gwangju. Il sera contraint de démissionner en 1988. Il est mort mardi, à l’âge de 90 ans.", + "content": "Ex-chef d’état-major de l’armée sud-coréenne, il accède au pouvoir en 1980 et met en place une dictature militaire marquée par la répression sanglante des émeutes dans la ville de Gwangju. Il sera contraint de démissionner en 1988. Il est mort mardi, à l’âge de 90 ans.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/25/covid-19-le-vaccin-de-pfizer-approuve-pour-les-enfants-de-5-a-11-ans-annonce-le-regulateur-europeen_6103575_3244.html", + "link": "https://www.lemonde.fr/disparitions/article/2021/11/23/l-ancien-president-de-coree-du-sud-chun-doo-hwan-est-mort_6103211_3382.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 13:21:16 +0100", + "pubDate": "Tue, 23 Nov 2021 04:32:42 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf5a5011300b8acaa925f80ad0316d02" + "hash": "4497b1317457158e55f6c47f4634aa8f" }, { - "title": "Violences sexuelles : des chiffres « édifiants » dans une étude de l’université de Lille", - "description": "Plus de 64 % des 1215 étudiants interrogés rapportent avoir été victimes depuis l’âge de 15 ans, près de 78 % des femmes et 27 % des hommes.", - "content": "Plus de 64 % des 1215 étudiants interrogés rapportent avoir été victimes depuis l’âge de 15 ans, près de 78 % des femmes et 27 % des hommes.", + "title": "Des syndicats américains s’inquiètent de l’acquisition par Amazon du studio hollywoodien MGM", + "description": "Une organisation syndicale, qui revendique près de quatre millions d’employés, redoute le pouvoir croissant du géant des technologies sur le streaming vidéo, et appelle l’autorité de la concurrence américaine à s’opposer à ce rachat annoncé en mai dernier.", + "content": "Une organisation syndicale, qui revendique près de quatre millions d’employés, redoute le pouvoir croissant du géant des technologies sur le streaming vidéo, et appelle l’autorité de la concurrence américaine à s’opposer à ce rachat annoncé en mai dernier.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/25/violences-sexuelles-des-chiffres-edifiants-dans-une-etude-de-l-universite-de-lille_6103571_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/23/des-syndicats-americains-s-inquietent-de-l-acquisition-par-amazon-du-studio-hollywoodien-mgm_6103206_3234.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 12:38:28 +0100", + "pubDate": "Tue, 23 Nov 2021 03:36:11 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9709c63db6c066fd35361d104861c08" + "hash": "63f3006b8c3aca13ca2bf41afae8e5db" }, { - "title": "Le Parlement adopte un texte contre les discriminations au travail subies par les malades chroniques", - "description": "Elargie aux autres maladies chroniques, cette proposition de loi concernait au départ les quatre millions de diabétiques, qui ont l’interdiction, pour des raisons de sécurité, de pratiquer certaines professions.", - "content": "Elargie aux autres maladies chroniques, cette proposition de loi concernait au départ les quatre millions de diabétiques, qui ont l’interdiction, pour des raisons de sécurité, de pratiquer certaines professions.", + "title": "Manque de considération, maltraitance et burn-out : la grande fatigue des sages-femmes", + "description": "Epuisés par leurs études et leurs conditions de travail, étudiants et étudiantes sont de plus en plus nombreux à douter, dès leurs premières années d’exercice.", + "content": "Epuisés par leurs études et leurs conditions de travail, étudiants et étudiantes sont de plus en plus nombreux à douter, dès leurs premières années d’exercice.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/25/le-parlement-adopte-un-texte-contre-les-discriminations-au-travail-subies-par-les-malades-chroniques_6103570_3224.html", + "link": "https://www.lemonde.fr/campus/article/2021/11/23/malaise-maltraitances-et-burn-out-chez-les-jeunes-sages-femmes-l-appel-de-la-reconversion_6103205_4401467.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 12:27:16 +0100", + "pubDate": "Tue, 23 Nov 2021 03:29:02 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "584c537ac1c78ceb4fd5d69d56e87e25" + "hash": "36e740ebc348c8f84b20e6cccce17ee7" }, { - "title": "Mort de Rémi Fraisse : l’Etat condamné par la justice administrative à indemniser la famille", - "description": "Le tribunal administratif de Toulouse a reconnu « une responsabilité sans faute de l’Etat » dans le drame survenu en 2014. La Cour de cassation avait confirmé un non-lieu pour le gendarme qui avait lancé la grenade.", - "content": "Le tribunal administratif de Toulouse a reconnu « une responsabilité sans faute de l’Etat » dans le drame survenu en 2014. La Cour de cassation avait confirmé un non-lieu pour le gendarme qui avait lancé la grenade.", + "title": "La mission spatiale américaine DART a décollé tôt mercredi 24 novembre de la base de Vandenberg, en Californie.", + "description": "La sonde de plus d’une demi-tonne de la NASA a décollé mercredi matin. Son but : tenter de modifier la trajectoire de l’astéroïde Didymos en s’y écrasant à la vitesse de 6,6 kilomètres par seconde.", + "content": "La sonde de plus d’une demi-tonne de la NASA a décollé mercredi matin. Son but : tenter de modifier la trajectoire de l’astéroïde Didymos en s’y écrasant à la vitesse de 6,6 kilomètres par seconde.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/25/mort-de-remi-fraisse-l-etat-condamne-par-la-justice-administrative-a-indemniser-la-famille_6103569_3224.html", + "link": "https://www.lemonde.fr/sciences/article/2021/11/23/dart-une-mission-kamikaze-pour-apprendre-a-se-proteger-des-asteroides_6103204_1650684.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 12:21:35 +0100", + "pubDate": "Tue, 23 Nov 2021 03:22:27 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc740ce67ea704dbc7b90cb98c5082cc" + "hash": "9a24290486008eda09064b534f471626" }, { - "title": "Les agences de presse RIA Novosti et Interfax ont précisé, jeudi soir, qu’il y avait 46 mineurs et six sauveteurs parmi les morts.", - "description": "Les agences de presse RIA Novosti et Interfax ont précisé, jeudi soir, qu’il y avait 46 mineurs et six sauveteurs parmi les morts.", - "content": "Les agences de presse RIA Novosti et Interfax ont précisé, jeudi soir, qu’il y avait 46 mineurs et six sauveteurs parmi les morts.", + "title": "Les Etats-Unis et le Royaume-Uni veulent devancer la Russie pour récupérer l’épave d’un avion furtif", + "description": "L’Alliance atlantique s’inquiète que Moscou puisse mettre la main sur la technologie d’un F-35B tombé en mer Méditerranée après son décollage d’un porte-avions britannique.", + "content": "L’Alliance atlantique s’inquiète que Moscou puisse mettre la main sur la technologie d’un F-35B tombé en mer Méditerranée après son décollage d’un porte-avions britannique.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/25/russie-au-moins-onze-morts-et-une-cinquantaine-de-disparus-a-la-suite-d-un-accident-dans-une-mine-de-charbon_6103568_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/23/les-etats-unis-et-le-royaume-uni-veulent-devancer-la-russie-pour-recuperer-l-epave-d-un-avion-furtif_6103203_3210.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 12:14:00 +0100", + "pubDate": "Tue, 23 Nov 2021 02:29:04 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a3428ee5de20cbcf3d4920f30a1f755" + "hash": "498a5117a0e5e4a771c8362765ca7e95" }, { - "title": "Amorce de détente entre la Turquie et les Emirats arabes unis", - "description": "L’homme fort d’Abou Dhabi, Mohammed Ben Zayed Al Nahyane, a été reçu mercredi à Ankara par Recep Tayyip Erdogan, et a annoncé la création d’un fonds d’investissement de 10 milliards de dollars pour soutenir l’économie turque.", - "content": "L’homme fort d’Abou Dhabi, Mohammed Ben Zayed Al Nahyane, a été reçu mercredi à Ankara par Recep Tayyip Erdogan, et a annoncé la création d’un fonds d’investissement de 10 milliards de dollars pour soutenir l’économie turque.", + "title": "Les Milandes, le paradis perdu de Joséphine Baker", + "description": "L’artiste française d’origine américaine, qui entrera au Panthéon le 30 novembre, avait adopté douze enfants du monde entier. Pour eux, elle avait fait d’un hameau périgourdin la « capitale de la fraternité ». Jusqu’à ce que ses créanciers l’obligent à vendre.", + "content": "L’artiste française d’origine américaine, qui entrera au Panthéon le 30 novembre, avait adopté douze enfants du monde entier. Pour eux, elle avait fait d’un hameau périgourdin la « capitale de la fraternité ». Jusqu’à ce que ses créanciers l’obligent à vendre.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/25/amorce-de-detente-entre-la-turquie-et-les-emirats-arabes-unis_6103561_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/23/les-milandes-le-paradis-perdu-de-josephine-baker_6103199_3224.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 11:33:12 +0100", + "pubDate": "Tue, 23 Nov 2021 01:55:29 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e4ebd6aab6d9728a3611e96fab35f3a3" + "hash": "4931d6357585e5e5ac620e6652ef29f1" }, { - "title": "Après la tribune de 3 000 magistrats dans « Le Monde », Eric Dupond-Moretti va recevoir une partie des signataires", - "description": "Cette tribune, signée par plus du tiers de la profession, dénonçait les conditions de travail et alertait sur le mal-être grandissant des juges, substituts et greffiers.", - "content": "Cette tribune, signée par plus du tiers de la profession, dénonçait les conditions de travail et alertait sur le mal-être grandissant des juges, substituts et greffiers.", + "title": "Aux Etats-Unis, le conducteur ayant endeuillé une parade de Noël était en fuite", + "description": "L’homme de 39 ans, au lourd casier judiciaire, fuyait les lieux d’une dispute afin de ne pas se faire interpeller, mais il n’était pas poursuivi au moment où il a percuté la foule, causant cinq morts.", + "content": "L’homme de 39 ans, au lourd casier judiciaire, fuyait les lieux d’une dispute afin de ne pas se faire interpeller, mais il n’était pas poursuivi au moment où il a percuté la foule, causant cinq morts.", "category": "", - "link": "https://www.lemonde.fr/police-justice/article/2021/11/25/tribune-de-3-000-magistrats-eric-dupond-moretti-va-recevoir-une-partie-des-signataires_6103560_1653578.html", + "link": "https://www.lemonde.fr/international/article/2021/11/22/aux-etats-unis-le-conducteur-ayant-endeuille-une-parade-de-noel-etait-en-fuite_6103198_3210.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 11:31:49 +0100", + "pubDate": "Mon, 22 Nov 2021 23:56:34 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73936a15e16334517d4cd718ca204d08" + "hash": "4f1ec433b87afa277c8f4a0ee24c1e7c" }, { - "title": "Covid-19 : grève générale en Polynésie française contre l’obligation vaccinale", - "description": "", - "content": "", + "title": "Le premier ministre, Jean Castex, diagnostiqué positif au Covid-19", + "description": "Cas contact après qu’une de ses filles, âgée de 11 ans, a été reconnue atteinte, il s’était astreint à l’isolement lundi en fin de journée et avait conduit la réunion autour des élus de Guadeloupe par visioconférence.", + "content": "Cas contact après qu’une de ses filles, âgée de 11 ans, a été reconnue atteinte, il s’était astreint à l’isolement lundi en fin de journée et avait conduit la réunion autour des élus de Guadeloupe par visioconférence.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/25/covid-19-greve-generale-en-polynesie-francaise-contre-l-obligation-vaccinale_6103556_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/22/le-premier-ministre-jean-castex-diagnostique-positif-au-covid-19_6103195_823448.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 11:27:12 +0100", + "pubDate": "Mon, 22 Nov 2021 22:09:41 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4d12c25cdcc4b29e48e78c36fb9d9708" + "hash": "26a9e7e916f61d93e417ff1ae16f7064" }, { - "title": "Mort de migrants dans la Manche : Gérald Darmanin critiqué, l’opposition dénonce une « honte » et un « drame de l’inhumanité »", - "description": "Parlant d’un « problème international », en partie lié à « l’attractivité du marché du travail britannique », le ministre de l’intérieur a demandé aux pays frontaliers de prendre leur part dans la lutte contre les passeurs.", - "content": "Parlant d’un « problème international », en partie lié à « l’attractivité du marché du travail britannique », le ministre de l’intérieur a demandé aux pays frontaliers de prendre leur part dans la lutte contre les passeurs.", + "title": "Violences à la Guadeloupe : l’ARS dénonce des « agressions physiques de professionnels de santé »", + "description": "Le premier ministre, Jean Castex, a annoncé, lundi soir, la création d’une « instance de dialogue », afin « de convaincre et d’accompagner individuellement, humainement » les professionnels concernés par l’obligation vaccinale.", + "content": "Le premier ministre, Jean Castex, a annoncé, lundi soir, la création d’une « instance de dialogue », afin « de convaincre et d’accompagner individuellement, humainement » les professionnels concernés par l’obligation vaccinale.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/25/mort-de-27-migrants-dans-la-manche-gerald-darmanin-critique-l-opposition-denonce-une-honte-et-un-drame-de-l-inhumanite_6103553_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/22/violences-a-la-guadeloupe-l-ars-denonce-des-agressions-physiques-de-professionnels-de-sante_6103194_3224.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 11:15:36 +0100", + "pubDate": "Mon, 22 Nov 2021 22:01:36 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "667d52ac30a98440de16011d5d21159f" + "hash": "20e57bec2a136c7816a9e8501dfb8a3e" }, { - "title": "Après la mort de 27 migrants, ministres européens et Commission européenne se réuniront dimanche à Calais", - "description": "Peu de temps auparavant, le premier ministre britannique, Boris Johnson, avait mis en cause les efforts de Paris dans la crise migratoire. Emmanuel Macron lui a demandé de ne pas « instrumentaliser une situation dramatique ».", - "content": "Peu de temps auparavant, le premier ministre britannique, Boris Johnson, avait mis en cause les efforts de Paris dans la crise migratoire. Emmanuel Macron lui a demandé de ne pas « instrumentaliser une situation dramatique ».", + "title": "Le plan « pollinisateurs » du gouvernement suscite la colère des apiculteurs", + "description": "Pour stopper le déclin des insectes, les horaires d’épandage des produits phytosanitaires sur les cultures seront limités. Une mesure jugée insuffisante par les syndicats apicoles et les associations de défense de l’environnement.", + "content": "Pour stopper le déclin des insectes, les horaires d’épandage des produits phytosanitaires sur les cultures seront limités. Une mesure jugée insuffisante par les syndicats apicoles et les associations de défense de l’environnement.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/25/morts-de-migrants-dans-la-manche-macron-demande-a-johnson-de-ne-pas-instrumentaliser-une-situation-dramatique_6103552_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/22/le-plan-pollinisateurs-du-gouvernement-suscite-la-colere-des-apiculteurs_6103191_3244.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 11:13:43 +0100", + "pubDate": "Mon, 22 Nov 2021 21:22:59 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0433eb97284c0c4db965619f8226d948" + "hash": "52c4f0bc47c770f46111181a89b942cb" }, { - "title": "Enquête | L’étonnante floraison des librairies en France", - "description": "Depuis le début de la crise sanitaire due au Covid-19, le nombre de candidats prêts à se reconvertir dans la vente de livres a fortement augmenté dans tous les territoires, malgré les multiples écueils du métier.", - "content": "Depuis le début de la crise sanitaire due au Covid-19, le nombre de candidats prêts à se reconvertir dans la vente de livres a fortement augmenté dans tous les territoires, malgré les multiples écueils du métier.", + "title": "Yannick Jadot veut rassembler la gauche à la présidentielle, Anne Hidalgo répond que seule « la social-démocratie » peut y parvenir", + "description": "Persuadés que la gauche peut encore gagner alors que l’élection présidentielle aura lieu dans moins de cinq mois, les candidats écologistes et socialistes appellent au rassemblement… sans tomber d’accord sur qui peut encore l’incarner.", + "content": "Persuadés que la gauche peut encore gagner alors que l’élection présidentielle aura lieu dans moins de cinq mois, les candidats écologistes et socialistes appellent au rassemblement… sans tomber d’accord sur qui peut encore l’incarner.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/25/pour-les-librairies-un-etonnant-miracle-lie-a-la-pandemie_6103549_3234.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/22/yannick-jadot-veut-rassembler-la-gauche-a-la-presidentielle-anne-hidalgo-repond-que-seule-la-social-democratie-peut-y-parvenir_6103189_6059010.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 10:50:36 +0100", + "pubDate": "Mon, 22 Nov 2021 19:55:05 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4c1010ab4d4f239df6f807c1796a4bb9" + "hash": "fc568c9a8dd096e8434d2314fc3691ae" }, { - "title": "Coup de frein sur la reprise économique en Europe", - "description": "Fabio Panetta, membre du directoire de la Banque centrale européenne, estime que l’institution devrait maintenir son soutien à l’économie.", - "content": "Fabio Panetta, membre du directoire de la Banque centrale européenne, estime que l’institution devrait maintenir son soutien à l’économie.", + "title": "Vaccin contre le Covid-19 : la perspective d’une dose de rappel pour tous les adultes se précise", + "description": "Selon le conseil scientifique et le conseil d’orientation de la stratégie vaccinale, l’élargissement du rappel à tous les adultes, six mois après la vaccination, pourrait permettre de « freiner l’épidémie et réduire le nombre de formes graves ».", + "content": "Selon le conseil scientifique et le conseil d’orientation de la stratégie vaccinale, l’élargissement du rappel à tous les adultes, six mois après la vaccination, pourrait permettre de « freiner l’épidémie et réduire le nombre de formes graves ».", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/25/en-europe-coup-de-frein-sur-la-reprise-economique_6103548_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/22/vaccin-covid-19-la-perspective-d-une-troisieme-dose-se-precise_6103186_3244.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 10:46:21 +0100", + "pubDate": "Mon, 22 Nov 2021 19:19:26 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da7e047c304aa33ce5189325a02ec953" + "hash": "7d18a95093ed4124abc6e54cffd1ddd8" }, { - "title": "Les classes de primaire ne fermeront plus après un cas de Covid-19 et « un dépistage systématique de toute la classe » aura lieu, annonce Jean-Michel Blanquer", - "description": "Cette mesure entrera en vigueur « dans le courant de la semaine prochaine », a précisé le ministre de l’éducation nationale. Les tests pourront être effectués « soit par les responsables légaux, soit par une présence des laboratoires dans l’établissement scolaire ». Quelque 8 500 classes étaient fermées mercredi, selon M. Blanquer.", - "content": "Cette mesure entrera en vigueur « dans le courant de la semaine prochaine », a précisé le ministre de l’éducation nationale. Les tests pourront être effectués « soit par les responsables légaux, soit par une présence des laboratoires dans l’établissement scolaire ». Quelque 8 500 classes étaient fermées mercredi, selon M. Blanquer.", + "title": "Covid-19 : la Slovaquie annonce des restrictions pour les non-vaccinés, l’AEM évalue l’efficacité d’un rappel avec le vaccin de Johnson & Johnson", + "description": "Le nombre de contaminations par le coronavirus augmente à nouveau et une partie de l’Europe rétablit d’importantes restrictions, comme la Slovaquie, qui fait face à l’un des taux d’incidence les plus élevés du monde.", + "content": "Le nombre de contaminations par le coronavirus augmente à nouveau et une partie de l’Europe rétablit d’importantes restrictions, comme la Slovaquie, qui fait face à l’un des taux d’incidence les plus élevés du monde.", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/11/25/cinquieme-vague-de-covid-19-olivier-veran-annonce-de-nouvelles-mesures-a-la-mi-journee_6103545_3244.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/22/covid-19-la-slovaquie-annonce-des-restrictions-pour-les-non-vaccines-l-aem-evalue-l-efficacite-d-un-rappel-avec-le-vaccin-de-johnson-amp-johnson_6103185_3244.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 10:33:35 +0100", + "pubDate": "Mon, 22 Nov 2021 19:16:12 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c96b72ea2d006cb58ba00c09d20119d0" + "hash": "e780f22a97083baeb6480c75cfb8d26f" }, { - "title": "Après la démission de Stéphane Richard, la succession à la tête d’Orange s’organise", - "description": "Le conseil d’administration a validé, d’ici à fin janvier, le départ de son PDG, condamné pour « complicité de détournement de fonds publics » dans l’affaire Tapie.", - "content": "Le conseil d’administration a validé, d’ici à fin janvier, le départ de son PDG, condamné pour « complicité de détournement de fonds publics » dans l’affaire Tapie.", + "title": "La délicate question de l’indétermination sexuelle à la naissance : les soins médicaux précoces et le consentement de l’enfant en débat", + "description": "Certains enfants présentent des variations du développement génital brouillant leur assignation à un genre. Faut-il intervenir de façon précoce pour « normaliser le corps » ? Attendre l’âge d’un consentement éclairé ? La question divise... ", + "content": "Certains enfants présentent des variations du développement génital brouillant leur assignation à un genre. Faut-il intervenir de façon précoce pour « normaliser le corps » ? Attendre l’âge d’un consentement éclairé ? La question divise... ", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/25/stephane-richard-demissionne-d-orange_6103544_3234.html", + "link": "https://www.lemonde.fr/sciences/article/2021/11/22/enfants-intersexes-les-pratiques-medicales-en-question_6103183_1650684.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 10:31:18 +0100", + "pubDate": "Mon, 22 Nov 2021 19:02:53 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c33ce54f9a794ebda6a75e816ee83872" + "hash": "0e33687497adab06d68ce59c8fa2a73f" }, { - "title": "Le président du gouvernement calédonien se projette dans l’après-référendum", - "description": "Louis Mapou a tenté l’apaisement, jeudi 25 novembre, à quelques semaines du troisième et dernier scrutin d’autodétermination, qui doit se tenir le 12 décembre.", - "content": "Louis Mapou a tenté l’apaisement, jeudi 25 novembre, à quelques semaines du troisième et dernier scrutin d’autodétermination, qui doit se tenir le 12 décembre.", + "title": "Aux Canaries, l’éruption du volcan Cumbre Vieja provoque le confinement de 3 000 personnes", + "description": "Ce confinement a été décrété pour faire face « aux possibles émanations de gaz nocifs pour la santé » liées à l’arrivée dans la mer d’une nouvelle coulée de lave.", + "content": "Ce confinement a été décrété pour faire face « aux possibles émanations de gaz nocifs pour la santé » liées à l’arrivée dans la mer d’une nouvelle coulée de lave.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/25/le-president-du-gouvernement-caledonien-se-projette-dans-l-apres-referendum_6103542_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/22/aux-canaries-3-000-personnes-confinees-a-la-suite-de-l-eruption-du-volcan-cumbre-vieja_6103180_3244.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 10:20:20 +0100", + "pubDate": "Mon, 22 Nov 2021 18:06:13 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "da2064140111950081e11c28a3f0213e" + "hash": "3c6f3ea673bbf443c275a1a22894bdab" }, { - "title": "Après une année de baisse, un important rebond des ventes de pesticides en 2020", - "description": "Les quantités de substances actives écoulées ont augmenté de 23 % par rapport à 2019. Les tonnages de glyphosate et de prosulfocarbe vendus sont en forte hausse.", - "content": "Les quantités de substances actives écoulées ont augmenté de 23 % par rapport à 2019. Les tonnages de glyphosate et de prosulfocarbe vendus sont en forte hausse.", + "title": "Guadeloupe : trois questions sur la mobilisation contre le passe sanitaire et l’obligation vaccinale", + "description": "Depuis une semaine, une grève générale a été décrétée sur l’île et des débordements ont conduit à l’interpellation de soixante-sept personnes à la suite d’affrontements avec les forces de l’ordre, de violences urbaines et de pillages.", + "content": "Depuis une semaine, une grève générale a été décrétée sur l’île et des débordements ont conduit à l’interpellation de soixante-sept personnes à la suite d’affrontements avec les forces de l’ordre, de violences urbaines et de pillages.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/25/apres-une-annee-de-baisse-un-important-rebond-des-ventes-de-pesticides-en-2020_6103541_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/22/guadeloupe-trois-questions-sur-la-mobilisation-contre-le-passe-sanitaire-et-l-obligation-vaccinale_6103176_3224.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 10:17:17 +0100", + "pubDate": "Mon, 22 Nov 2021 17:30:03 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "61fd27f0ff5bdfbf6eb521ab93fc1fd1" + "hash": "6639fded49c5f4a32ad6c77cb6a7fa41" }, { - "title": "Covid-19 : la Haute Autorité de santé recommande une dose de rappel de vaccin pour tous les adultes de plus de 18 ans", - "description": "Dans un avis publié jeudi, la HAS préconise l’extension à tous les adultes de la campagne de rappel vaccinal, à partir de cinq mois après la dernière injection. Le ministre de la santé, Olivier Véran, doit annoncer à la mi-journée un renforcement des mesures de lutte contre l’épidémie, en recrudescence en France.", - "content": "Dans un avis publié jeudi, la HAS préconise l’extension à tous les adultes de la campagne de rappel vaccinal, à partir de cinq mois après la dernière injection. Le ministre de la santé, Olivier Véran, doit annoncer à la mi-journée un renforcement des mesures de lutte contre l’épidémie, en recrudescence en France.", + "title": "RDC : « des dizaines de morts » dans des attaques contre des villages et un camp de déplacés en Ituri", + "description": "Selon le Baromètre sécuritaire du Kivu, les assaillants sont des miliciens de la Codeco, un groupe constitué de membres de la communauté lendu.", + "content": "Selon le Baromètre sécuritaire du Kivu, les assaillants sont des miliciens de la Codeco, un groupe constitué de membres de la communauté lendu.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/25/vaccination-contre-le-covid-19-la-haute-autorite-de-sante-recommande-une-dose-de-rappel-pour-tous-les-plus-de-18-ans_6103539_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/22/rdc-des-dizaines-de-morts-dans-des-attaques-contre-des-villages-et-un-camp-de-deplaces-en-ituri_6103174_3212.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 10:15:59 +0100", + "pubDate": "Mon, 22 Nov 2021 17:05:08 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fad0488015c496bbcc6b08af5d58b5ab" + "hash": "1133f7d5793c83b2ac7a853bbcd3db58" }, { - "title": "Les subventions au spectacle vivant seront conditionnées au respect d’engagements contre les violences sexuelles, prévient Roselyne Bachelot", - "description": "Cette mesure, annoncée plus d’un mois après le mouvement #metoothéâtre, concerne « toutes les structures du spectacle vivant subventionnées par le ministère ».", - "content": "Cette mesure, annoncée plus d’un mois après le mouvement #metoothéâtre, concerne « toutes les structures du spectacle vivant subventionnées par le ministère ».", + "title": "Electricité : RTE se prépare à un hiver sous « vigilance »", + "description": "Le gestionnaire national du Réseau de transport d’électricité (RTE) prône plus de prudence pour janvier et février, période la plus exposée aux coups de froid.", + "content": "Le gestionnaire national du Réseau de transport d’électricité (RTE) prône plus de prudence pour janvier et février, période la plus exposée aux coups de froid.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/25/les-subventions-au-spectacle-vivant-seront-conditionnees-au-respect-d-engagements-contre-les-violences-sexuelles-previent-roselyne-bachelot_6103538_3246.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/22/le-gestionnaire-du-reseau-electrique-rte-se-prepare-a-un-hiver-sous-vigilance_6103171_3234.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 10:13:53 +0100", + "pubDate": "Mon, 22 Nov 2021 16:57:14 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "691f3e6dd4bb30932034ea63bdba480a" + "hash": "89a0cfffbdbe89a9861c49c5e3c8b5f1" }, { - "title": "« Des groupes d’individus ont commis des dégradations et installé des barrages », et « des actes de violence ont eu lieu envers des forces de sécurité », a expliqué le préfet, jeudi, ajoutant que « onze personnes » ont été interpellées et « plusieurs armes » saisies.", - "description": "« Des groupes d’individus ont commis des dégradations et installé des barrages », et « des actes de violence ont eu lieu envers des forces de sécurité », a expliqué le préfet, jeudi, ajoutant que « onze personnes » ont été interpellées et « plusieurs armes » saisies.", - "content": "« Des groupes d’individus ont commis des dégradations et installé des barrages », et « des actes de violence ont eu lieu envers des forces de sécurité », a expliqué le préfet, jeudi, ajoutant que « onze personnes » ont été interpellées et « plusieurs armes » saisies.", + "title": "Jerome Powell devrait conserver la présidence de la Réserve fédérale américaine", + "description": "Le prochain mandat, qui commencera en février, s’annonce plein de défis, notamment en matière d’inclusion des minorités. Sa candidature doit être approuvée par le Sénat, contrôlé de justesse par les démocrates.", + "content": "Le prochain mandat, qui commencera en février, s’annonce plein de défis, notamment en matière d’inclusion des minorités. Sa candidature doit être approuvée par le Sénat, contrôlé de justesse par les démocrates.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/25/a-la-martinique-les-barrages-se-multiplient-et-l-intersyndicale-envisage-de-durcir-le-ton_6103534_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/22/jerome-powell-va-conserver-la-presidence-de-la-fed_6103170_3234.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 09:31:15 +0100", + "pubDate": "Mon, 22 Nov 2021 16:53:29 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4fea9a6163ce44ab304079e6dd955ca9" + "hash": "23f0751771b7d86f26ccbdf8e2693ade" }, { - "title": "Le général émirati Ahmed Naser Al-Raisi élu président d’Interpol malgré des accusations de torture", - "description": "L’assemblée générale de l’organisation internationale de police criminelle a élu à sa tête, jeudi, cet inspecteur général du ministère de l’intérieur des Emirats arabes unis, qui fait l’objet de plusieurs plaintes en France pour tortures. Il succédera au Coréen Kim Jong-yang.", - "content": "L’assemblée générale de l’organisation internationale de police criminelle a élu à sa tête, jeudi, cet inspecteur général du ministère de l’intérieur des Emirats arabes unis, qui fait l’objet de plusieurs plaintes en France pour tortures. Il succédera au Coréen Kim Jong-yang.", + "title": "Présidentielle 2022 : La République en marche déjà en quête des parrainages pour Emmanuel Macron", + "description": "Lundi, une réunion a eu lieu dans la matinée au siège du parti présidentiel, à Paris, pour organiser la collecte des parrainages d’élus en faveur du locataire de l’Elysée.", + "content": "Lundi, une réunion a eu lieu dans la matinée au siège du parti présidentiel, à Paris, pour organiser la collecte des parrainages d’élus en faveur du locataire de l’Elysée.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/25/le-general-emirati-ahmed-naser-al-raisi-elu-president-d-interpol-malgre-des-accusations-de-torture_6103528_3210.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/22/presidentielle-2022-la-republique-en-marche-deja-en-quete-des-parrainages-pour-emmanuel-macron_6103169_823448.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 08:37:46 +0100", + "pubDate": "Mon, 22 Nov 2021 16:41:01 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9fff4adef6fe08f28263ab13c7002e52" + "hash": "225f9831bea2f008227031af170f90ce" }, { - "title": "Manifestations et émeutes aux îles Salomon pour exiger la démission du premier ministre", - "description": "Plusieurs bâtiments ont été incendiés à Honiara, la capitale de cet archipel du Pacifique. Le gouvernement est confronté à des pressions après la décision, prise en 2019, de mettre fin aux liens diplomatiques avec Taïwan et d’établir des liens formels avec la Chine.", - "content": "Plusieurs bâtiments ont été incendiés à Honiara, la capitale de cet archipel du Pacifique. Le gouvernement est confronté à des pressions après la décision, prise en 2019, de mettre fin aux liens diplomatiques avec Taïwan et d’établir des liens formels avec la Chine.", + "title": "Le Conseil d’Etat ordonne d’améliorer les conditions d’hygiène en garde à vue", + "description": "L’instance évoque des « dysfonctionnements de caractère structurel » sur tout le territoire, qui concernent notamment la propreté des locaux et du matériel de couchage.", + "content": "L’instance évoque des « dysfonctionnements de caractère structurel » sur tout le territoire, qui concernent notamment la propreté des locaux et du matériel de couchage.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/25/manifestations-et-emeutes-dans-les-iles-salomon-pour-exiger-la-demission-du-premier-ministre_6103521_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/22/le-conseil-d-etat-ordonne-d-ameliorer-les-conditions-d-hygiene-en-garde-a-vue_6103168_3224.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 06:50:34 +0100", + "pubDate": "Mon, 22 Nov 2021 16:11:08 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c23f9d80ded6f0922f8f7f1ebb1d920" + "hash": "676f99e13770ae519b9bc240c5010d44" }, { - "title": "Après la mort de 27 migrants, mercredi, dans un naufrage au large de Calais, la colère des associations", - "description": "La plupart des victimes étaient kurdes, originaires d’Irak ou d’Iran. Après ce drame inédit, les autorités appellent à lutter contre les passeurs tandis que les associations réclament des voies légales de migration vers le Royaume-Uni", - "content": "La plupart des victimes étaient kurdes, originaires d’Irak ou d’Iran. Après ce drame inédit, les autorités appellent à lutter contre les passeurs tandis que les associations réclament des voies légales de migration vers le Royaume-Uni", + "title": "Soupçonné de radicalisation, un policier porte plainte contre Christophe Castaner pour discrimination", + "description": "Hervé C. avait été suspendu de ses fonctions à la Préfecture de police de Paris quelques jours après que Mickaël Harpon, un informaticien converti à l’islam, avait tué quatre de ses collègues.", + "content": "Hervé C. avait été suspendu de ses fonctions à la Préfecture de police de Paris quelques jours après que Mickaël Harpon, un informaticien converti à l’islam, avait tué quatre de ses collègues.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/25/apres-la-mort-de-27-migrants-dans-un-naufrage-au-large-de-calais-la-colere-des-associations_6103506_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/22/soupconne-de-radicalisation-un-policier-porte-plainte-contre-christophe-castaner-pour-discrimination_6103163_3224.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 05:57:44 +0100", + "pubDate": "Mon, 22 Nov 2021 15:32:14 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d993eddd7974c783f354d41987c2bc1" + "hash": "a5a34ff8b048cd09a084206998dfb7f4" }, { - "title": "Ethiopie : le premier ministre, Abiy Ahmed, est sur le front pour combattre les rebelles", - "description": "Le pouvoir s’oppose au Front populaire de libération du Tigré, qui progresse vers Addis-Abeba, suscitant des appels internationaux à un cessez-le-feu dans un conflit qui s’intensifie.", - "content": "Le pouvoir s’oppose au Front populaire de libération du Tigré, qui progresse vers Addis-Abeba, suscitant des appels internationaux à un cessez-le-feu dans un conflit qui s’intensifie.", + "title": "Nucléaire : lancement d’une concertation publique sur un projet de piscine de stockage de combustibles", + "description": "Chacun peut, jusqu’au 18 février sur le site Internet projet-piscine.edf.fr, s’exprimer sur ce projet de bassin, qui vise à « éviter la saturation » des piscines actuelles de La Hague.", + "content": "Chacun peut, jusqu’au 18 février sur le site Internet projet-piscine.edf.fr, s’exprimer sur ce projet de bassin, qui vise à « éviter la saturation » des piscines actuelles de La Hague.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/25/ethiopie-le-premier-ministre-abiy-ahmed-est-sur-le-front-pour-combattre-les-rebelles_6103497_3212.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/22/nucleaire-lancement-d-une-concertation-publique-sur-un-projet-de-piscine-de-stockage-de-combustibles_6103153_3244.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 04:14:52 +0100", + "pubDate": "Mon, 22 Nov 2021 13:41:34 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3e5d04aead6cc5aa16a40950c37e2b1f" + "hash": "d1f77ee7ba1bffac39e51301ccae5771" }, { - "title": "« L’indemnité inflation » de 100 euros, qui sera reversée à 38 millions de personnes, définitivement approuvée", - "description": "Censée compenser la hausse des prix de l’énergie pour les revenus inférieurs à 2 000 euros mensuels, cette mesure « mesure simple, rapide, efficace », selon la majorité, est qualifiée d’« éphémère et mal ciblée » par l’opposition.", - "content": "Censée compenser la hausse des prix de l’énergie pour les revenus inférieurs à 2 000 euros mensuels, cette mesure « mesure simple, rapide, efficace », selon la majorité, est qualifiée d’« éphémère et mal ciblée » par l’opposition.", + "title": "L’Egypte détourne des renseignements anti-terroristes fournis par la France pour cibler des civils, selon « Disclose »", + "description": "D’après le média d’investigation, l’Egypte se sert d’une aide militaire française destinée à lutter contre le terrorisme afin de bombarder des civils suspectés d’être des trafiquants. La ministre des armées a demandé l’ouverture d’une enquête.", + "content": "D’après le média d’investigation, l’Egypte se sert d’une aide militaire française destinée à lutter contre le terrorisme afin de bombarder des civils suspectés d’être des trafiquants. La ministre des armées a demandé l’ouverture d’une enquête.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/25/hausse-des-prix-de-l-energie-l-indemnite-inflation-de-100-euros-definitivement-approuvee_6103491_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/11/22/lutte-contre-le-terrorisme-l-egypte-detourne-des-renseignements-fournis-par-la-france-pour-cibler-des-civils-selon-disclose_6103149_3210.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 01:43:06 +0100", + "pubDate": "Mon, 22 Nov 2021 12:31:06 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1996142705b7c3cb82fcf491d7bdcaf0" + "hash": "9c7d4abd941d43a6e1619786e1a919ce" }, { - "title": "Magasins sans caisses : les Français avancent leurs pions", - "description": "Après Amazon aux Etats-Unis et au Royaume-Uni, mais aussi Auchan en France, Carrefour lance sa première supérette sans caisses ouverte au public, dans le 11e arrondissement de Paris.", - "content": "Après Amazon aux Etats-Unis et au Royaume-Uni, mais aussi Auchan en France, Carrefour lance sa première supérette sans caisses ouverte au public, dans le 11e arrondissement de Paris.", + "title": "Au Royaume-Uni, les bornes de recharge pour voiture électrique seront obligatoires dans les nouvelles constructions dès 2022", + "description": "Le gouvernement, qui espère 145 000 nouveaux points de recharge chaque année, a fixé à 2030 l’interdiction des ventes de nouveaux véhicules essence et diesel.", + "content": "Le gouvernement, qui espère 145 000 nouveaux points de recharge chaque année, a fixé à 2030 l’interdiction des ventes de nouveaux véhicules essence et diesel.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/25/magasins-sans-caisses-les-francais-avancent-leurs-pions_6103489_3234.html", + "link": "https://www.lemonde.fr/climat/article/2021/11/22/voitures-electriques-le-royaume-uni-rend-obligatoire-l-installation-de-bornes-de-recharge-dans-les-nouvelles-constructions-des-2022_6103148_1652612.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 00:50:09 +0100", + "pubDate": "Mon, 22 Nov 2021 12:07:25 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d97a562fa9c234b8df9288c679109882" + "hash": "4acd5058eb91ccf2ab6cca6c1ff0f418" }, { - "title": "Pesticides : une étude suggère de fixer les distances minimales d’épandage à plus de 100 mètres des habitations", - "description": "Une campagne de prélèvements menée par l’association Générations futures remet en cause les distances (de 3 à 20 mètres) fixées par le gouvernement pour protéger les riverains.", - "content": "Une campagne de prélèvements menée par l’association Générations futures remet en cause les distances (de 3 à 20 mètres) fixées par le gouvernement pour protéger les riverains.", + "title": "Emmanuel Macron a rencontré des anciens salariés de Whirlpool à Amiens", + "description": "La rencontre de lundi matin, avec neuf anciens de Whirlpool, dont quatre ex-syndicalistes, a été dévoilée sur Twitter par François Ruffin, le député La France insoumise (LFI) de la Somme.", + "content": "La rencontre de lundi matin, avec neuf anciens de Whirlpool, dont quatre ex-syndicalistes, a été dévoilée sur Twitter par François Ruffin, le député La France insoumise (LFI) de la Somme.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/25/pesticides-une-etude-suggere-de-fixer-les-distances-minimales-d-epandage-a-plus-de-100-metres-des-habitations_6103482_3244.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/22/emmanuel-macron-a-rencontre-des-anciens-salaries-de-whirlpool-a-amiens_6103147_823448.html", "creator": "", - "pubDate": "Thu, 25 Nov 2021 00:00:08 +0100", + "pubDate": "Mon, 22 Nov 2021 12:00:19 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "addfe56aeccdf89065b9c8693d30e07a" + "hash": "2b9cc7ad452363c0769a634ac191e57b" }, { - "title": "Une prime à la conversion pouvant atteindre 6 000 euros parmi les mesures alternatives au contrôle technique des deux-roues", - "description": "« Des radars pour contrôler les émissions sonores, notamment des deux-roues », seront également installés, a annoncé, mercredi, le ministre délégué aux transports.", - "content": "« Des radars pour contrôler les émissions sonores, notamment des deux-roues », seront également installés, a annoncé, mercredi, le ministre délégué aux transports.", + "title": "En Grèce, l’aide aux migrants criminalisée", + "description": "Après le report de leur procès à Lesbos, 24 humanitaires accusés d’« espionnage » et d’aide à « l’immigration illégale » restent suspendus à une procédure interminable.", + "content": "Après le report de leur procès à Lesbos, 24 humanitaires accusés d’« espionnage » et d’aide à « l’immigration illégale » restent suspendus à une procédure interminable.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/24/une-prime-a-la-conversion-pouvant-atteindre-6-000-euros-parmi-les-mesures-alternatives-au-controle-technique-des-deux-roues_6103481_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/11/22/en-grece-l-aide-aux-migrants-criminalisee_6103140_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 23:13:21 +0100", + "pubDate": "Mon, 22 Nov 2021 10:59:41 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b3e270950738c1c884a3e4fb46806c0a" + "hash": "9b8db526b7256749f0c3160ff217a277" }, { - "title": "Naufrage de migrants : « La France ne laissera pas la Manche devenir un cimetière », dit Emmanuel Macron", - "description": "Le chef de l’Etat a réclamé mercredi « une réunion d’urgence des ministres européens concernés par le défi migratoire », ainsi que « le renforcement immédiat des moyens de l’agence Frontex aux frontières extérieures » de l’Union européenne.", - "content": "Le chef de l’Etat a réclamé mercredi « une réunion d’urgence des ministres européens concernés par le défi migratoire », ainsi que « le renforcement immédiat des moyens de l’agence Frontex aux frontières extérieures » de l’Union européenne.", + "title": "Les violences conjugales ont augmenté de 10 % en 2020, selon le ministère de l’intérieur", + "description": "Plus de 139 000 femmes ont fait, cette année-là, l’objet de violences de la part de leur conjoint ou ancien conjoint. Les chiffres du ministère ne comptabilisent pas les homicides ni les féminicides.", + "content": "Plus de 139 000 femmes ont fait, cette année-là, l’objet de violences de la part de leur conjoint ou ancien conjoint. Les chiffres du ministère ne comptabilisent pas les homicides ni les féminicides.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/naufrage-de-migrants-la-france-ne-laissera-pas-la-manche-devenir-un-cimetiere-assure-emmanuel-macron_6103479_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/22/les-violences-conjugales-ont-augmente-de-10-en-2020-selon-le-ministere-de-l-interieur_6103138_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 22:01:05 +0100", + "pubDate": "Mon, 22 Nov 2021 10:47:47 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "373084260a19ced912cee9852bd91b34" + "hash": "5790afd587e5cb807c405ea31328869e" }, { - "title": "Au procès du meurtre d’Ahmaud Arbery, un joggeur noir tué aux Etats-Unis, trois hommes blancs reconnus coupables", - "description": "Ils avaient poursuivi puis abattu cet homme en février 2020, dans l’Etat de Géorgie. Le président américain a salué la décision, estimant toutefois que « beaucoup de travail » restait à faire sur le chemin de l’égalité raciale.", - "content": "Ils avaient poursuivi puis abattu cet homme en février 2020, dans l’Etat de Géorgie. Le président américain a salué la décision, estimant toutefois que « beaucoup de travail » restait à faire sur le chemin de l’égalité raciale.", + "title": "L’offre de KKR sur Telecom Italia suscite des réticences", + "description": "Le fonds d’investissement américain a publié une manifestation d’intérêt, non contraignante à ce stade, qui valorise l’opérateur italien à près de 11 milliards d’euros.", + "content": "Le fonds d’investissement américain a publié une manifestation d’intérêt, non contraignante à ce stade, qui valorise l’opérateur italien à près de 11 milliards d’euros.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/24/meurtre-d-ahmaud-arbery-aux-etats-unis-trois-hommes-reconnus-coupables_6103478_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/22/l-offre-de-kkr-sur-telecom-italia-suscite-des-reticences_6103136_3234.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 21:30:54 +0100", + "pubDate": "Mon, 22 Nov 2021 10:40:15 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77b558e5314ae093c9c320c6fed489d5" + "hash": "5d3f86cac6096da5e7bd9df193743577" }, { - "title": "En Libye, la candidature du fils de Kadhafi à l’élection présidentielle rejetée", - "description": "Saïf Al-Islam Kadhafi, qui avait présenté sa candidature le 14 novembre, figure parmi les 25 candidats dont les dossiers ont été rejetés, selon un communiqué de la Haute Commission électorale.", - "content": "Saïf Al-Islam Kadhafi, qui avait présenté sa candidature le 14 novembre, figure parmi les 25 candidats dont les dossiers ont été rejetés, selon un communiqué de la Haute Commission électorale.", + "title": "La Poste condamnée pour « faute inexcusable » dans le suicide d’un cadre supérieur", + "description": "Dans un arrêt, la cour d’appel de Paris a jugé que l’établissement public avait manqué à son obligation légale de protéger la santé de son salarié.", + "content": "Dans un arrêt, la cour d’appel de Paris a jugé que l’établissement public avait manqué à son obligation légale de protéger la santé de son salarié.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/24/en-libye-la-candidature-du-fils-de-kadhafi-a-l-election-presidentielle-rejetee_6103477_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/22/la-poste-condamnee-pour-faute-inexcusable-dans-le-suicide-d-un-cadre-superieur_6103131_3234.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 20:44:56 +0100", + "pubDate": "Mon, 22 Nov 2021 10:28:30 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a210080810f2c09b1d2906a74940fad" + "hash": "81e99df5cfd1ac6151aa6d0787059e53" }, { - "title": "Le PDG d’Orange, Stéphane Richard, quittera son poste fin janvier au plus tard après sa condamnation dans l’affaire Tapie", - "description": "Orange a annoncé, mercredi, avoir accepté le départ de son président directeur général à l’issue d’une réunion de son conseil d’administration. Stéphane Richard a été condamné le même jour en appel pour complicité de détournement de fonds publics dans l’affaire de l’arbitrage entre Bernard Tapie et le Crédit lyonnais.", - "content": "Orange a annoncé, mercredi, avoir accepté le départ de son président directeur général à l’issue d’une réunion de son conseil d’administration. Stéphane Richard a été condamné le même jour en appel pour complicité de détournement de fonds publics dans l’affaire de l’arbitrage entre Bernard Tapie et le Crédit lyonnais.", + "title": "La traversée dantesque de trois nageurs français met en lumière la pollution du lac Titicaca", + "description": "Le vice-champion du monde handisport français Théo Curin, amputé des quatre membres, et ses deux acolytes ont parcouru, pendant dix jours et en totale autonomie, le plus grand lac d’eau douce d’Amérique du Sud, asphyxié par de multiples rejets et déchets.", + "content": "Le vice-champion du monde handisport français Théo Curin, amputé des quatre membres, et ses deux acolytes ont parcouru, pendant dix jours et en totale autonomie, le plus grand lac d’eau douce d’Amérique du Sud, asphyxié par de multiples rejets et déchets.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/24/le-pdg-d-orange-stephane-richard-quittera-son-poste-fin-janvier-au-plus-tard-apres-sa-condamnation-dans-l-affaire-tapie_6103475_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/22/la-traversee-dantesque-de-trois-nageurs-francais-met-en-lumiere-la-pollution-du-lac-titicaca_6103129_3244.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 20:42:34 +0100", + "pubDate": "Mon, 22 Nov 2021 10:26:12 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f96d9a8553d4e887cc6dbe832dfe64f6" + "hash": "d013d47ceb630fc4bfa14508488d58e6" }, { - "title": "La démission de Renaud Muselier ravive les tensions chez Les Républicains", - "description": "Econduit par Xavier Bertrand, à qui il apportait son soutien contre Eric Ciotti, le président de la région Provence-Alpes-Côte d’Azur a quitté le parti Les Républicains, qu’il accuse de « porosité avec l’extrême droite ».", - "content": "Econduit par Xavier Bertrand, à qui il apportait son soutien contre Eric Ciotti, le président de la région Provence-Alpes-Côte d’Azur a quitté le parti Les Républicains, qu’il accuse de « porosité avec l’extrême droite ».", + "title": "Football : l’Olympique lyonnais sanctionné d’un huis clos total à titre conservatoire après des incidents face à l’OM", + "description": "La commission de discipline de la Ligue de football professionnel (LFP) a pris cette décision lundi au lendemain du match contre l’Olympique de Marseille, arrêté après des incidents. La rencontre opposant l’OL au Stade de Reims le 1er décembre se jouera donc sans spectateurs et des mesures définitives seront prononcées par la LFP à l’issue de l’instruction qui sera rendue le 8 décembre.", + "content": "La commission de discipline de la Ligue de football professionnel (LFP) a pris cette décision lundi au lendemain du match contre l’Olympique de Marseille, arrêté après des incidents. La rencontre opposant l’OL au Stade de Reims le 1er décembre se jouera donc sans spectateurs et des mesures définitives seront prononcées par la LFP à l’issue de l’instruction qui sera rendue le 8 décembre.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/24/congres-les-republicains-la-demission-de-renaud-muselier-ravive-les-tensions_6103474_823448.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/22/inadmissible-minable-une-honte-vives-reactions-politiques-apres-l-interruption-du-match-lyon-marseille_6103128_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 20:25:28 +0100", + "pubDate": "Mon, 22 Nov 2021 10:22:46 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5f72e60805963775efcbdaa248fa51e" + "hash": "06fd804ae03fb95df41470c0113e1702" }, { - "title": "« Le Figaro » aiguise les appétits de Vincent Bolloré et de Bernard Arnault", - "description": "Selon les informations du « Monde », les deux milliardaires ont fait des propositions de rachat concurrentes. Les héritiers de Serge Dassault, qui possèdent le journal, assurent ne pas souhaiter s’en séparer.", - "content": "Selon les informations du « Monde », les deux milliardaires ont fait des propositions de rachat concurrentes. Les héritiers de Serge Dassault, qui possèdent le journal, assurent ne pas souhaiter s’en séparer.", + "title": "Quand policiers et gendarmes français font le plein d’essence sans autorisation au Luxembourg", + "description": "Des membres des forces de l’ordre du Grand-Duché, appuyés par les témoignages d’habitants, alertent sur des intrusions répétées de leurs collègues lorrains.", + "content": "Des membres des forces de l’ordre du Grand-Duché, appuyés par les témoignages d’habitants, alertent sur des intrusions répétées de leurs collègues lorrains.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/24/le-figaro-aiguise-les-appetits-de-vincent-bollore-et-de-bernard-arnault_6103472_3234.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/22/quand-policiers-et-gendarmes-francais-font-le-plein-d-essence-sans-autorisation-au-luxembourg_6103124_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 20:15:37 +0100", + "pubDate": "Mon, 22 Nov 2021 10:00:04 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19f3850229f8674f92eae24d510a07da" + "hash": "205c434e691bcc7358d69f5896f85d8c" }, { - "title": "Stocamine : les députés valident l’enfouissement définitif des déchets", - "description": "Un amendement intégré au projet de loi de finances pour 2022 autorise le stockage de déchets dangereux dans les anciennes mines de potasse alsacienne « pour une durée illimitée ».", - "content": "Un amendement intégré au projet de loi de finances pour 2022 autorise le stockage de déchets dangereux dans les anciennes mines de potasse alsacienne « pour une durée illimitée ».", + "title": "Covid-19 : la Nouvelle-Zélande et l’Australie assouplissent leurs restrictions sanitaires", + "description": "Deux pays océaniens assouplissent leurs mesures de lutte contre l’épidémie, après avoir longtemps appliqué une stratégie « zéro Covid ».", + "content": "Deux pays océaniens assouplissent leurs mesures de lutte contre l’épidémie, après avoir longtemps appliqué une stratégie « zéro Covid ».", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/24/stocamine-les-deputes-valident-l-enfouissement-definitif-des-dechets_6103470_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/22/covid-19-dans-le-monde-la-nouvelle-zelande-abandonne-les-confinements-l-australie-rouvre-ses-frontieres-a-certains-etrangers_6103123_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 19:47:55 +0100", + "pubDate": "Mon, 22 Nov 2021 09:55:00 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "386a27b6ebb36ae482390605c49ab65e" + "hash": "3a6bbd664d73ff40dc5f2a1d01d86f64" }, { - "title": "Haute mer : les députés se mobilisent pour un accord « le plus ambitieux possible »", - "description": "A l’Assemblée nationale, les élus voudraient voir le pouvoir politique relancer le futur traité sur la haute mer, dont les discussions préparatoires ont débuté en 2006.", - "content": "A l’Assemblée nationale, les élus voudraient voir le pouvoir politique relancer le futur traité sur la haute mer, dont les discussions préparatoires ont débuté en 2006.", + "title": "A Lyon, six hommes devant la justice pour un braquage à 40 millions de francs suisses", + "description": "L’attaque au fourgon blindé, perpétrée en 2017 entre Lausanne et Genève, est emblématique de la manière dont le banditisme lyonnais a multiplié, ces dernières années, les incursions au-delà de la frontière helvétique.", + "content": "L’attaque au fourgon blindé, perpétrée en 2017 entre Lausanne et Genève, est emblématique de la manière dont le banditisme lyonnais a multiplié, ces dernières années, les incursions au-delà de la frontière helvétique.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/24/haute-mer-les-deputes-se-mobilisent-pour-un-accord-le-plus-ambitieux-possible_6103469_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/22/a-lyon-six-hommes-devant-la-justice-pour-un-braquage-a-40-millions-de-francs-suisses_6103120_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 19:46:50 +0100", + "pubDate": "Mon, 22 Nov 2021 09:25:04 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d9bc03f2e4c812cc541975a843b5c7db" + "hash": "e291f4df387f28a46db02edfacef9238" }, { - "title": "La justice belge indemnise un couple pour la naissance « non planifiée » d’un enfant", - "description": "En quête d’un « bébé-médicament » pour soigner leur premier enfant, un couple espagnol a poursuivi la clinique belge responsable d’une fécondation in vitro de deux embryons qui se sont révélés donneurs non compatibles.", - "content": "En quête d’un « bébé-médicament » pour soigner leur premier enfant, un couple espagnol a poursuivi la clinique belge responsable d’une fécondation in vitro de deux embryons qui se sont révélés donneurs non compatibles.", + "title": "Crise des sous-marins : l’Australie signe son premier accord avec les Etats-Unis et le Royaume-Uni", + "description": "Le ministre de la défense australien a signé avec les diplomates britannique et américain un texte autorisant l’échange d’« informations sur la propulsion nucléaire navale » entre leurs pays. Cette alliance avait provoqué une brouille entre Paris et Canberra.", + "content": "Le ministre de la défense australien a signé avec les diplomates britannique et américain un texte autorisant l’échange d’« informations sur la propulsion nucléaire navale » entre leurs pays. Cette alliance avait provoqué une brouille entre Paris et Canberra.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/la-justice-belge-indemnise-un-couple-pour-la-naissance-non-planifiee-d-un-enfant_6103468_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/22/crise-des-sous-marins-l-australie-signe-son-premier-accord-avec-les-etats-unis-et-le-royaume-uni_6103115_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 19:36:46 +0100", + "pubDate": "Mon, 22 Nov 2021 06:59:51 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c7ee57df159d793cc0edb53a7a3b5f5" + "hash": "8f696f687bb6dce174876a37f6cacc9c" }, { - "title": "Ligue des champions : malgré sa défaite contre Manchester City (2-1), le PSG qualifié pour les huitièmes de finale", - "description": "Malmenés par les Mancuniens, les Parisiens laissent filer la première place du groupe A, mais valident leur billet pour la suite de la compétition grâce à la lourde défaite de Bruges contre le RB Leipzig (0-4).", - "content": "Malmenés par les Mancuniens, les Parisiens laissent filer la première place du groupe A, mais valident leur billet pour la suite de la compétition grâce à la lourde défaite de Bruges contre le RB Leipzig (0-4).", + "title": "Haïti : libération annoncée de deux des 17 missionnaires nord-américains enlevés à la mi-octobre", + "description": "L’organisation Christian Aid Ministries, à laquelle appartiennent les otages, a donné l’information sans davantage de détails.", + "content": "L’organisation Christian Aid Ministries, à laquelle appartiennent les otages, a donné l’information sans davantage de détails.", "category": "", - "link": "https://www.lemonde.fr/sport/live/2021/11/24/manchester-city-psg-suivez-en-direct-le-choc-de-la-ligue-des-champions_6103466_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/11/22/haiti-liberation-annoncee-de-deux-des-dix-sept-missionnaires-nord-americains-enleves-mi-octobre_6103114_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 19:00:19 +0100", + "pubDate": "Mon, 22 Nov 2021 06:26:17 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7faa2340fae05dda7755b2e482337d9b" + "hash": "306fdd0fcbd3aacbed51ce107ec364ec" }, { - "title": "Covid-19 en Europe : la Slovaquie annonce un confinement partiel de deux semaines", - "description": "Après l’Autriche, il s’agit du deuxième pays européen à imposer des restrictions de déplacement face à la nouvelle vague de contaminations par le Covid-19, près de deux ans après le confinement presque généralisé de mars 2020.", - "content": "Après l’Autriche, il s’agit du deuxième pays européen à imposer des restrictions de déplacement face à la nouvelle vague de contaminations par le Covid-19, près de deux ans après le confinement presque généralisé de mars 2020.", + "title": "Au Venezuela, le pouvoir s’assure une victoire écrasante aux élections régionales", + "description": "Le parti de Nicolas Maduro a remporté 20 des 23 postes de gouverneur ainsi que la mairie de Caracas face à une opposition divisée qui participait pour la première fois à un scrutin depuis 2017.", + "content": "Le parti de Nicolas Maduro a remporté 20 des 23 postes de gouverneur ainsi que la mairie de Caracas face à une opposition divisée qui participait pour la première fois à un scrutin depuis 2017.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/24/covid-19-la-slovaquie-annonce-un-confinement-partiel-de-deux-semaines_6103463_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/22/au-venezuela-le-pouvoir-s-assure-une-victoire-ecrasante-aux-elections-regionales_6103111_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 18:36:30 +0100", + "pubDate": "Mon, 22 Nov 2021 06:03:22 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e73037d0401e99f1c705375296019748" + "hash": "0d7f9d0d4dea4c09393b7c645150bcd3" }, { - "title": "Pegasus : Apple révèle l’existence de dizaines de nouvelles victimes dans le monde", - "description": "De la Thaïlande au Salvador, en passant par l’Arménie, des journalistes, artistes, militants politiques ou des droits humains ont été ciblés par le puissant logiciel espion de NSO Group.", - "content": "De la Thaïlande au Salvador, en passant par l’Arménie, des journalistes, artistes, militants politiques ou des droits humains ont été ciblés par le puissant logiciel espion de NSO Group.", + "title": "Les démissions d’enseignants ne cessent d’augmenter. L’éducation nationale tente de freiner les demandes de départ, sans vraiment répondre au malaise", + "description": "Des stagiaires qui renoncent à entrer dans le métier, des professeurs expérimentés qui souhaitent le quitter… Face à cette désaffection grandissante, l’institution tente de retenir ses agents, faut de candidats pour les remplacer", + "content": "Des stagiaires qui renoncent à entrer dans le métier, des professeurs expérimentés qui souhaitent le quitter… Face à cette désaffection grandissante, l’institution tente de retenir ses agents, faut de candidats pour les remplacer", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/24/pegasus-apple-revele-l-existence-de-dizaines-de-nouvelles-victimes-dans-le-monde_6103461_4408996.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/22/les-demissions-d-enseignants-un-phenomene-en-expansion_6103110_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 18:11:31 +0100", + "pubDate": "Mon, 22 Nov 2021 06:00:39 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e46077942fc75778bcf08a7d6c93b88" + "hash": "0d7dd26198e8525147c64102ad37ae06" }, { - "title": "Les automobilistes peuvent continuer à partager des informations routières, y compris sur les radars", - "description": "L’interdiction de communiquer certaines données en temps réel peut toutefois être appliquée par les préfets dans le cas de contrôles routiers impliquant l’interception des véhicules, ont rappelé mercredi les membres du Conseil constitutionnel.", - "content": "L’interdiction de communiquer certaines données en temps réel peut toutefois être appliquée par les préfets dans le cas de contrôles routiers impliquant l’interception des véhicules, ont rappelé mercredi les membres du Conseil constitutionnel.", + "title": "Pouvoir d’achat : la tension monte sur les salaires et les grèves se multiplient dans des secteurs jusqu’ici peu habitués aux mobilisations", + "description": "Decathlon, Labeyrie, Leroy-Merlin… Les mouvements de grève se multiplient dans de grandes entreprises habituellement peu touchées par ce type de conflit social. En cause, des rémunérations jugées trop basses alors que l’inflation rogne le pouvoir d’achat.", + "content": "Decathlon, Labeyrie, Leroy-Merlin… Les mouvements de grève se multiplient dans de grandes entreprises habituellement peu touchées par ce type de conflit social. En cause, des rémunérations jugées trop basses alors que l’inflation rogne le pouvoir d’achat.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/24/les-automobilistes-peuvent-continuer-a-partager-des-informations-routieres_6103460_4408996.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/22/la-tape-dans-le-dos-ne-paye-pas-le-loyer-dans-les-entreprises-la-tension-monte-sur-les-salaires_6103104_3234.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 18:09:20 +0100", + "pubDate": "Mon, 22 Nov 2021 05:53:48 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b8394e46f7f540d98783ecf61c145e0" + "hash": "e48157fc73abf5525ca8fbc1db0ca149" }, { - "title": "Pologne : la Convention européenne des droits de l’homme jugée incompatible avec la Constitution", - "description": "La Cour constitutionnelle polonaise a jugé qu’une partie de la Convention européenne des droits de l’homme était incompatible avec la Constitution polonaise. Un nouveau défi adressé à l’Union européenne.", - "content": "La Cour constitutionnelle polonaise a jugé qu’une partie de la Convention européenne des droits de l’homme était incompatible avec la Constitution polonaise. Un nouveau défi adressé à l’Union européenne.", + "title": "« Est-ce qu’ils nous voient comme des terroristes ? » : après sept jours de grève en Guadeloupe, la colère ne retombe pas", + "description": "Dans le département d’outre-mer, la contestation de l’obligation vaccinale des soignants s’est muée en expression d’un profond malaise social. Soixante-sept personnes ont été interpellées et des barrages bloquent toujours plusieurs routes de l’île.", + "content": "Dans le département d’outre-mer, la contestation de l’obligation vaccinale des soignants s’est muée en expression d’un profond malaise social. Soixante-sept personnes ont été interpellées et des barrages bloquent toujours plusieurs routes de l’île.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/pologne-la-cour-constitutionnelle-juge-la-convention-europeenne-des-droits-de-l-homme-incompatible-avec-sa-constitution_6103459_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/22/est-ce-qu-ils-nous-voient-comme-des-terroristes-apres-sept-jours-de-greve-en-guadeloupe-la-colere-ne-retombe-pas_6103102_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 18:07:10 +0100", + "pubDate": "Mon, 22 Nov 2021 05:47:37 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8080e3b03e98ff5aa05e467363727038" + "hash": "5407d9833fea4cad4b0e8c312ca8086c" }, { - "title": "Discriminations à l’embauche : un phénomène qui reste « généralisé et persistant »", - "description": "Une étude publiée mercredi 24 novembre montre qu’à compétences égales, les candidats portant un prénom et un nom à consonance maghrébine ont beaucoup moins de chances d’être contactés par les recruteurs.", - "content": "Une étude publiée mercredi 24 novembre montre qu’à compétences égales, les candidats portant un prénom et un nom à consonance maghrébine ont beaucoup moins de chances d’être contactés par les recruteurs.", + "title": "Aux Etats-Unis, une voiture fonce dans une parade de Noël, faisant au moins cinq morts et des dizaines de blessés", + "description": "Le drame s’est produit à Waukesha, dans le Wisconsin, et le bilan, provisoire, devrait encore augmenter. Un suspect a été interpellé, mais aucune piste n’était privilégiée à ce stade de l’enquête.", + "content": "Le drame s’est produit à Waukesha, dans le Wisconsin, et le bilan, provisoire, devrait encore augmenter. Un suspect a été interpellé, mais aucune piste n’était privilégiée à ce stade de l’enquête.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/24/discriminations-a-l-embauche-un-phenomene-qui-reste-generalise-et-persistant_6103458_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/11/22/aux-etats-unis-une-voiture-cause-plusieurs-morts-en-foncant-dans-une-parade-de-noel_6103101_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 18:00:21 +0100", + "pubDate": "Mon, 22 Nov 2021 05:46:25 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36c750c6b83bccff92ec9538e0936cb8" + "hash": "e37a13773ad4b1015db04bca5459b0a3" }, { - "title": "Plus de vingt migrants meurent dans le naufrage d’une embarcation dans la Manche, une « tragédie », selon Jean Castex", - "description": "Ce drame est le plus meurtrier depuis l’envolée en 2018 du nombre de traversées migratoires de la Manche, face au verrouillage croissant du port de Calais et de l’Eurotunnel emprunté jusque-là par les migrants tentant de rallier l’Angleterre. Le ministre de l’intérieur Gérald Darmanin est attendu dans la soirée à Calais.", - "content": "Ce drame est le plus meurtrier depuis l’envolée en 2018 du nombre de traversées migratoires de la Manche, face au verrouillage croissant du port de Calais et de l’Eurotunnel emprunté jusque-là par les migrants tentant de rallier l’Angleterre. Le ministre de l’intérieur Gérald Darmanin est attendu dans la soirée à Calais.", + "title": "Lors d’une visite à Amiens, le président de la République a assuré l’île de la « solidarité » de la nation face à une « situation explosive ».", + "description": "Le mouvement né de la contestation de l’obligation vaccinale a dégénéré depuis quelques jours en crise sociale. Le chef de l’Etat a reconnu que la situation était « très explosive ».", + "content": "Le mouvement né de la contestation de l’obligation vaccinale a dégénéré depuis quelques jours en crise sociale. Le chef de l’Etat a reconnu que la situation était « très explosive ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/calais-au-moins-vingt-migrants-morts-dans-le-naufrage-d-une-embarcation-dans-la-manche_6103452_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/22/guadeloupe-apres-les-violences-urbaines-trente-personnes-jugees-en-comparution-immediate-des-lundi_6103093_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 17:52:29 +0100", + "pubDate": "Mon, 22 Nov 2021 04:15:30 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "97d793c3ea38f2a63816c2fda6f3965d" + "hash": "0e926f4a87ccd373d1a9223db18fbc40" }, { - "title": "Le Maroc et Israël signent un accord sécuritaire « sans précédent »", - "description": "L’accord intervient un an à peine après la normalisation des relations entre les deux pays, alors que Rabat est en froid avec son voisin algérien.", - "content": "L’accord intervient un an à peine après la normalisation des relations entre les deux pays, alors que Rabat est en froid avec son voisin algérien.", + "title": "Chili : duel entre l’extrême droite et la coalition de gauche pour le second tour de la présidentielle", + "description": "Selon des résultats quasi définitifs, José Antonio Kast, le chef du Parti républicain, devance, avec 28 % des voix, l’ancien leader étudiant de gauche Gabriel Boric, proche des 26 %.", + "content": "Selon des résultats quasi définitifs, José Antonio Kast, le chef du Parti républicain, devance, avec 28 % des voix, l’ancien leader étudiant de gauche Gabriel Boric, proche des 26 %.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/le-maroc-et-israel-signent-un-accord-securitaire-sans-precedent_6103451_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/22/chili-le-second-tour-de-la-presidentielle-au-chili-s-oriente-vers-un-duel-entre-la-droite-ultra-conservatrice-et-la-coalition-de-gauche_6103091_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 17:39:41 +0100", + "pubDate": "Mon, 22 Nov 2021 03:41:24 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1dd66b9f755e854c11fea302e1c00a22" + "hash": "a7da3a77c02218ef03802d139a3b217c" }, { - "title": "En Allemagne, la nouvelle coalition souhaite légaliser le cannabis", - "description": "Cette libéralisation est une des mesures-phares du contrat de coalition, dévoilé mercredi, des trois partis sociaux-démocrates, Verts et libéraux, qui vont succéder à Angela Merkel dans les prochaines semaines.", - "content": "Cette libéralisation est une des mesures-phares du contrat de coalition, dévoilé mercredi, des trois partis sociaux-démocrates, Verts et libéraux, qui vont succéder à Angela Merkel dans les prochaines semaines.", + "title": "Débat Les Républicains : des candidats qui tentent d’élargir l’horizon", + "description": "Pour l’avant-dernier débat avant le congrès qui doit désigner le candidat à l’élection présidentielle, les cinq prétendants sont sortis des thèmes balisés.", + "content": "Pour l’avant-dernier débat avant le congrès qui doit désigner le candidat à l’élection présidentielle, les cinq prétendants sont sortis des thèmes balisés.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/la-nouvelle-coalition-a-la-tete-de-l-allemagne-souhaite-legaliser-le-cannabis_6103449_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/22/presidentielles-2022-les-republicains-elargissent-l-horizon-pour-leur-troisieme-debat_6103085_6059010.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 17:06:12 +0100", + "pubDate": "Mon, 22 Nov 2021 01:46:10 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f62f04c70457acd4aec116a874afb43a" + "hash": "612551507d661249406718258de615b5" }, { - "title": "« Congo Hold-up » : ouverture d’une information judiciaire visant le clan de Joseph Kabila", - "description": "Selon une enquête menée par des médias internationaux et des ONG, l’ancien président et sa famille auraient détourné 138 millions de dollars entre 2013 et 2018.", - "content": "Selon une enquête menée par des médias internationaux et des ONG, l’ancien président et sa famille auraient détourné 138 millions de dollars entre 2013 et 2018.", + "title": "WhatsApp met à jour ses conditions d’utilisation en Europe", + "description": "Le changement, essentiellement cosmétique, ne porte pas sur la manière dont les données sont traitées par le service de messagerie.", + "content": "Le changement, essentiellement cosmétique, ne porte pas sur la manière dont les données sont traitées par le service de messagerie.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/24/congo-hold-up-ouverture-d-une-information-judiciaire-visant-le-clan-de-joseph-kabila_6103445_3212.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/22/whatsapp-met-a-jour-ses-conditions-d-utilisation-en-europe_6103082_4408996.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 16:27:39 +0100", + "pubDate": "Mon, 22 Nov 2021 01:00:08 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3b51a7243f0341099e00d0bfed79abbe" + "hash": "d7474f0d051da0128d66eca300b1e278" }, { - "title": "Un homme interpellé quatre mois après le braquage de la bijouterie Chaumet à Paris", - "description": "Agé de 49 ans, il conservait chez lui, dans l’Eure, la quasi-totalité d’un butin estimé à deux à trois millions d’euros. La police cherche à établir ses liens avec le gang des Pink Panthers.", - "content": "Agé de 49 ans, il conservait chez lui, dans l’Eure, la quasi-totalité d’un butin estimé à deux à trois millions d’euros. La police cherche à établir ses liens avec le gang des Pink Panthers.", + "title": "La vente aux enchères des vins des Hospices de Beaune bat un record de prix", + "description": "La « pièce de charité », un fût de Corton Renardes Grand Cru, s’est vendue 800 000 euros, alors que le millésime est marqué par des volumes très faibles.", + "content": "La « pièce de charité », un fût de Corton Renardes Grand Cru, s’est vendue 800 000 euros, alors que le millésime est marqué par des volumes très faibles.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/24/un-homme-interpelle-quatre-mois-apres-le-braquage-de-la-bijouterie-chaumet-a-paris_6103444_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/21/la-vente-aux-encheres-des-vins-des-hospices-de-beaune-bat-un-record-de-prix_6103077_3234.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 16:10:49 +0100", + "pubDate": "Sun, 21 Nov 2021 22:29:43 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77d04affdfec508fe38dc28fa45659a3" + "hash": "e6adec0b41ea2bf5b6290768a41274b7" }, { - "title": "Le gouvernement augmente le plafond de défiscalisation des chèques-cadeaux", - "description": "Ce plafond « passera de 171 euros à 250 euros », selon le ministre de l’économie. L’an dernier, il avait déjà été doublé, atteignant 341 euros, une mesure qui avait conduit à la distribution de 150 millions d’euros de chèques-cadeaux supplémentaires, selon Bercy.", - "content": "Ce plafond « passera de 171 euros à 250 euros », selon le ministre de l’économie. L’an dernier, il avait déjà été doublé, atteignant 341 euros, une mesure qui avait conduit à la distribution de 150 millions d’euros de chèques-cadeaux supplémentaires, selon Bercy.", + "title": "En Afghanistan, les talibans demandent aux télévisions d’éviter les séries montrant des femmes", + "description": "Des directives ont été publiées à l’encontre des programmes « opposées aux valeurs islamiques et afghanes », et pour obliger les femmes journalistes à porter le voile.", + "content": "Des directives ont été publiées à l’encontre des programmes « opposées aux valeurs islamiques et afghanes », et pour obliger les femmes journalistes à porter le voile.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/24/le-gouvernement-augmente-le-plafond-de-defiscalisation-des-cheques-cadeaux_6103439_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/11/21/en-afghanistan-les-talibans-demandent-aux-televisions-d-eviter-les-series-montrant-des-femmes_6103076_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 15:26:49 +0100", + "pubDate": "Sun, 21 Nov 2021 21:54:16 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff5b059c2825fd17ca283afe798136e7" + "hash": "fb84f474af6764c5ddd9f88935d6bff7" }, { - "title": "Allemagne : le SPD, les Verts et les libéraux ont conclu un accord de gouvernement", - "description": "Près de deux mois après les élections législatives, les sociaux-démocrates, les écologistes et les libéraux allemands ont acté mercredi un accord gouvernemental. La coalition, qui devrait être menée par Olaf Scholz, 63 ans, va accéder au pouvoir et ouvrir une nouvelle ère après qu’Angela Merkel a occupé la chancellerie pendant seize ans.", - "content": "Près de deux mois après les élections législatives, les sociaux-démocrates, les écologistes et les libéraux allemands ont acté mercredi un accord gouvernemental. La coalition, qui devrait être menée par Olaf Scholz, 63 ans, va accéder au pouvoir et ouvrir une nouvelle ère après qu’Angela Merkel a occupé la chancellerie pendant seize ans.", + "title": "Ligue 1 : le match Lyon-Marseille définitivement arrêté après un jet de projectiles contre le Marseillais Dimitri Payet", + "description": "Le joueur français a été visé par des jets de bouteille d’eau pleine dès la 4e minute de jeu. La reprise de la rencontre a un temps été annoncée, provoquant la colère des Marseillais, avant que l’arbitre, Ruddy Buquet, prenne finalement la décision de ne pas renvoyer les joueurs sur le terrain.", + "content": "Le joueur français a été visé par des jets de bouteille d’eau pleine dès la 4e minute de jeu. La reprise de la rencontre a un temps été annoncée, provoquant la colère des Marseillais, avant que l’arbitre, Ruddy Buquet, prenne finalement la décision de ne pas renvoyer les joueurs sur le terrain.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/en-allemagne-le-spd-les-verts-et-les-liberaux-sont-parvenus-a-un-accord-de-coalition_6103434_3210.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/21/football-le-match-lyon-marseille-interrompu-par-un-jet-de-bouteille-sur-payet_6103075_3242.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 14:58:21 +0100", + "pubDate": "Sun, 21 Nov 2021 21:24:22 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc7f077601e139882498d413512fd34f" + "hash": "ed64a1945b60bd1c23e6fdba4a441bff" }, { - "title": "Ferroviaire : l’espagnol CAF reprend l’usine Alstom de Reichshoffen", - "description": "Le transfert de l’usine alsacienne, outil industriel réalisant plus de 300 millions d’euros de chiffre d’affaires et employant 740 salariés, sera effectif à compter du second semestre 2022.", - "content": "Le transfert de l’usine alsacienne, outil industriel réalisant plus de 300 millions d’euros de chiffre d’affaires et employant 740 salariés, sera effectif à compter du second semestre 2022.", + "title": "Covid-19 : en Belgique, en Autriche et aux Pays-Bas, nouvelles manifestations contre les restrictions sanitaires", + "description": "Des milliers de personnes ont défilé au cours du week-end dans ces trois pays. Des heurts ont eu lieu aux Pays-Bas après l’annonce de nouvelles restrictions.", + "content": "Des milliers de personnes ont défilé au cours du week-end dans ces trois pays. Des heurts ont eu lieu aux Pays-Bas après l’annonce de nouvelles restrictions.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/24/ferroviaire-l-espagnol-caf-reprend-l-usine-alstom-de-reichshoffen_6103433_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/11/21/covid-19-nouvelles-manifestations-en-europe-contre-les-restrictions_6103074_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 14:47:42 +0100", + "pubDate": "Sun, 21 Nov 2021 20:56:38 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a35b8bd3781a88993108efa0c6de3d0" + "hash": "68ea79ddf6d5519051c6c1a13d9bdc74" }, { - "title": "Attentats de Conflans et à « Charlie Hebdo » : des éléments des dossiers d’instruction piratés et mis en vente", - "description": "Une attaque au rançongiciel contre un cabinet d’avocats a permis à un groupe de pirates de dérober des dizaines de gigaoctets de documents confidentiels.", - "content": "Une attaque au rançongiciel contre un cabinet d’avocats a permis à un groupe de pirates de dérober des dizaines de gigaoctets de documents confidentiels.", + "title": "Coupe du monde 2022 : « Il était totalement impossible pour Nicolas Sarkozy d’influencer mon vote » sur le choix du Qatar, dit Michel Platini", + "description": "Un an avant l’organisation de la Coupe du monde 2022 de football au Qatar, l’ex-président de l’UEFA revient, dans un entretien avec « Le Monde », sur son vote controversé en faveur de l’émirat.", + "content": "Un an avant l’organisation de la Coupe du monde 2022 de football au Qatar, l’ex-président de l’UEFA revient, dans un entretien avec « Le Monde », sur son vote controversé en faveur de l’émirat.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/24/attentats-de-conflans-et-a-charlie-hebdo-des-elements-des-dossiers-d-instruction-pirates-et-mis-en-vente_6103429_4408996.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/21/mondial-2022-au-qatar-il-etait-totalement-impossible-pour-nicolas-sarkozy-d-influencer-mon-vote-assure-michel-platini_6103071_3242.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 14:15:12 +0100", + "pubDate": "Sun, 21 Nov 2021 20:09:15 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0782ef6e89de8dc4df86c27f2715635a" + "hash": "780a88e8fdaee3f0f4170f753eb6d223" }, { - "title": "Juan Branco mis en examen pour viol", - "description": "Une femme, âgée de 20 ans au moment des faits, avait déposé une main courante au commissariat du 14e arrondissement de Paris, à la fin d’avril, le lendemain de sa rencontre avec M. Branco.", - "content": "Une femme, âgée de 20 ans au moment des faits, avait déposé une main courante au commissariat du 14e arrondissement de Paris, à la fin d’avril, le lendemain de sa rencontre avec M. Branco.", + "title": "La Bulgarie réélit le président sortant Roumen Radev pour poursuivre la lutte anticorruption", + "description": "Cette victoire sans surprise conforte la position du parti Continuons le changement, arrivé en tête des législatives la semaine dernière.", + "content": "Cette victoire sans surprise conforte la position du parti Continuons le changement, arrivé en tête des législatives la semaine dernière.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/24/l-avocat-juan-branco-mis-en-examen-pour-viol_6103425_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/11/21/la-bulgarie-reelit-le-president-sortant-roumen-radev-pour-poursuivre-la-lutte-anticorruption_6103070_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 13:03:23 +0100", + "pubDate": "Sun, 21 Nov 2021 19:35:36 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18a1f6d5968cd575f2a80c65d4cc3032" + "hash": "575a7ac123d4666120f766c660071612" }, { - "title": "Trois entreprises françaises ont vendu des outils de surveillance numérique massive à l’Egypte", - "description": "S’appuyant sur plusieurs documents internes, le média en ligne « Disclose » et l’hebdomadaire « Télérama » révèlent l’implication de trois entreprises dans diverses prestations de surveillance, avec l’assentiment de l’Etat français.", - "content": "S’appuyant sur plusieurs documents internes, le média en ligne « Disclose » et l’hebdomadaire « Télérama » révèlent l’implication de trois entreprises dans diverses prestations de surveillance, avec l’assentiment de l’Etat français.", + "title": "Lyon-Marseille en direct : arrêt définitif de la rencontre", + "description": "La partie entre Lyon et Marseille est définitivement arrêtée, après près de deux heures d’interruption, suite à un jet de bouteille sur le Marseillais Dimitri Payet.", + "content": "La partie entre Lyon et Marseille est définitivement arrêtée, après près de deux heures d’interruption, suite à un jet de bouteille sur le Marseillais Dimitri Payet.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/24/trois-entreprises-francaises-ont-vendu-des-outils-de-surveillance-numerique-massive-a-l-egypte_6103421_4408996.html", + "link": "https://www.lemonde.fr/football/live/2021/11/21/lyon-marseille-en-direct-suivez-le-choc-des-olympiques_6103069_1616938.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 12:18:02 +0100", + "pubDate": "Sun, 21 Nov 2021 19:28:43 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6683e7789339e2e551812774d1f9ea6" + "hash": "dc82595843cda40d803ac3e1c03eeab9" }, { - "title": "Magdalena Andersson, première femme à devenir première ministre de Suède", - "description": "La chef de file des sociaux-démocrates a été nommée au terme de négociations difficiles.", - "content": "La chef de file des sociaux-démocrates a été nommée au terme de négociations difficiles.", + "title": "En Roumanie, un accord entre libéraux et sociaux-démocrates met fin à deux mois de crise", + "description": "Les deux anciens rivaux, Nicolae Ciuca et Marcel Ciolacu ont prévu de se succéder à la tête de l’exécutif, avec un mandat d’un an et demi chacun.", + "content": "Les deux anciens rivaux, Nicolae Ciuca et Marcel Ciolacu ont prévu de se succéder à la tête de l’exécutif, avec un mandat d’un an et demi chacun.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/en-suede-magdalena-andersson-est-la-premiere-femme-a-devenir-premiere-ministre_6103419_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/21/en-roumanie-un-accord-entre-liberaux-et-sociaux-democrates-met-fin-a-deux-mois-de-crise_6103068_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:44:46 +0100", + "pubDate": "Sun, 21 Nov 2021 19:26:43 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c36e78ee6fc69b1713ad3e5a26731b1d" + "hash": "79d43bfaa981e9672167a759d1904bbb" }, { - "title": "Accusé d’agressions sexuelles, Nicolas Hulot annonce qu’il « quitte définitivement la vie publique »", - "description": "Cette décision survient la veille de la diffusion d’une enquête de l’émission « Envoyé spécial » mettant en cause l’ancien ministre de l’écologie. M. Hulot balaie des accusations « mensongères ».", - "content": "Cette décision survient la veille de la diffusion d’une enquête de l’émission « Envoyé spécial » mettant en cause l’ancien ministre de l’écologie. M. Hulot balaie des accusations « mensongères ».", + "title": "Guadeloupe, #noustoutes, Peng Shuai… les cinq infos à retenir du week-end", + "description": "Si vous n’avez pas suivi l’actualité de ce week-end des 20 et 21 novembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", + "content": "Si vous n’avez pas suivi l’actualité de ce week-end des 20 et 21 novembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/24/nicolas-hulot-accuse-d-agressions-sexuelles-annonce-qu-il-quitte-definitivement-la-vie-publique_6103417_823448.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/21/guadeloupe-noustoutes-peng-shuai-les-cinq-infos-a-retenir-du-week-end_6103064_4355770.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:37:39 +0100", + "pubDate": "Sun, 21 Nov 2021 18:00:23 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "084b0d1bc9b5c2588e711c6a2fc4b92a" + "hash": "d799621dd6fd5d93bf720d242ebf8556" }, { - "title": "Le porte-parole Gabriel Attal prendra bien la parole à l’issue du conseil des ministres, mercredi, mais les annonces concrètes auront lieu demain lors d’une conférence de presse.", - "description": "Gabriel Attal, porte-parole de gouvernement, a précisé les troix axes de lutte contre la cinquième vague : renforcement des mesures barrières, du passe sanitaire et du rappel vaccinal, afin d’éviter un couvre-feu ou un confinement. Les annonces concrètes sont attendues demain.", - "content": "Gabriel Attal, porte-parole de gouvernement, a précisé les troix axes de lutte contre la cinquième vague : renforcement des mesures barrières, du passe sanitaire et du rappel vaccinal, afin d’éviter un couvre-feu ou un confinement. Les annonces concrètes sont attendues demain.", + "title": "Pêche post-Brexit : la France « continuera le combat » auprès des pêcheurs, assure la ministre de la mer", + "description": "Annick Girardin avait évoqué, jeudi, la possibilité d’indemnisation pour les pêcheurs qui n’obtiendraient pas de licence du Royaume-Uni, ce qui avait été vécu comme un aveu de « défaite » par les professionnels de la filière.", + "content": "Annick Girardin avait évoqué, jeudi, la possibilité d’indemnisation pour les pêcheurs qui n’obtiendraient pas de licence du Royaume-Uni, ce qui avait été vécu comme un aveu de « défaite » par les professionnels de la filière.", "category": "", - "link": "https://www.lemonde.fr/planete/live/2021/11/24/covid-19-suivez-les-mesures-annoncees-par-le-gouvernement-pour-endiguer-la-cinquieme-vague_6103416_3244.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/21/peche-post-brexit-la-france-continuera-le-combat-aupres-des-pecheurs-assure-la-ministre-de-la-mer_6103057_3234.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:30:58 +0100", + "pubDate": "Sun, 21 Nov 2021 16:47:12 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ef2e036a8b87a31adec146ddf66eab0c" + "hash": "6cecb1254c897a06aa24d51260ed7e41" }, { - "title": "« Le cinéma a besoin d’idées nouvelles » : Claude Lelouch parraine la création d’une cryptomonnaie", - "description": "Une nouvelle devise, le klapcoin, qui équivaudra à 10 centimes d’euro, sera créée en janvier par la fille du réalisateur pour financer l’écriture d’une vingtaine de films et de séries.", - "content": "Une nouvelle devise, le klapcoin, qui équivaudra à 10 centimes d’euro, sera créée en janvier par la fille du réalisateur pour financer l’écriture d’une vingtaine de films et de séries.", + "title": "Abeilles : l’épandage de produits phytopharmaceutiques autorisé deux heures avant le coucher du soleil", + "description": "Les agriculteurs ont salué cette décision, mais les apiculteurs ont regretté l’absence de prise en compte de la température et la possibilité de traiter les cultures au moment où les abeilles butinent encore.", + "content": "Les agriculteurs ont salué cette décision, mais les apiculteurs ont regretté l’absence de prise en compte de la température et la possibilité de traiter les cultures au moment où les abeilles butinent encore.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/24/le-cinema-a-besoin-d-idees-nouvelles-claude-lelouch-parraine-la-creation-d-une-cryptomonnaie_6103414_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/21/abeilles-l-epandage-de-produits-phytopharmaceutiques-autorise-deux-heures-avant-le-coucher-du-soleil_6103055_3244.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:11:29 +0100", + "pubDate": "Sun, 21 Nov 2021 16:35:46 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea9b255abbe1db68c5aa905e999c4c4a" + "hash": "86d850fc5d5bf6c4b14d5c0a63ac8b3a" }, { - "title": "L’embarrassante petite phrase de Lula sur le président du Nicaragua, Daniel Ortega", - "description": "Le leader de la gauche, favori de la prochaine présidentielle au Brésil, a déclenché une polémique après une interview à « El Pais », dans laquelle il prend la défense du dirigeant autoritaire.", - "content": "Le leader de la gauche, favori de la prochaine présidentielle au Brésil, a déclenché une polémique après une interview à « El Pais », dans laquelle il prend la défense du dirigeant autoritaire.", + "title": "Présidentielle 2022 : Fabien Roussel, candidat du PCF, propose un « impôt Covid » sur les bénéfices et un « triplement de l’ISF »", + "description": "Lors d’un meeting tenu dimanche place Stalingrad à Paris, le candidat communiste à l’élection présidentielle a défendu « le travail et les salaires ».", + "content": "Lors d’un meeting tenu dimanche place Stalingrad à Paris, le candidat communiste à l’élection présidentielle a défendu « le travail et les salaires ».", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/au-bresil-l-embarrassante-petite-phrase-de-lula-sur-le-regime-sandiniste_6103409_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/21/presidentielle-2022-fabien-roussel-candidat-du-pcf-propose-un-impot-covid-sur-les-benefices-et-un-triplement-de-l-isf_6103054_6059010.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 11:02:40 +0100", + "pubDate": "Sun, 21 Nov 2021 16:19:56 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d97451ba8dd67b7fdd74d79bdaeba416" + "hash": "b7266a7e93ae8ecce56166d91b6a11e7" }, { - "title": "Boom de l’apprentissage dans la fonction publique", - "description": "Entre 2017 et 2021, le nombre d’apprentis recrutés dans les trois fonctions publiques (Etat, collectivités locales, hôpitaux) est passé de 13 000 à 24 800.", - "content": "Entre 2017 et 2021, le nombre d’apprentis recrutés dans les trois fonctions publiques (Etat, collectivités locales, hôpitaux) est passé de 13 000 à 24 800.", + "title": "Présidentielle 2022 : plus de 600 élus locaux lancent un appel à soutenir Emmanuel Macron", + "description": "Edouard Philippe (Le Havre), Christian Estrosi (Nice) ou encore Christophe Béchu (Angers) saluent un bilan « favorable aux territoires et aux communes » et soulignent un « besoin de continuité et de stabilité ».", + "content": "Edouard Philippe (Le Havre), Christian Estrosi (Nice) ou encore Christophe Béchu (Angers) saluent un bilan « favorable aux territoires et aux communes » et soulignent un « besoin de continuité et de stabilité ».", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/24/boom-de-l-apprentissage-dans-la-fonction-publique_6103406_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/21/presidentielle-2022-plus-de-600-maires-lancent-un-appel-a-soutenir-emmanuel-macron_6103049_823448.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:55:07 +0100", + "pubDate": "Sun, 21 Nov 2021 15:26:02 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ada2e9acd2adbd939b74e8221ab35b72" + "hash": "89624810d7ed2fb4f3590fe987cd4caa" }, { - "title": "Au Burkina Faso, les violences djihadistes ébranlent le pouvoir", - "description": "Les appels à la démission du président Roch Marc Christian Kaboré, incapable d’endiguer les attaques qui ont fait 2 000 morts en six ans, se multiplient.", - "content": "Les appels à la démission du président Roch Marc Christian Kaboré, incapable d’endiguer les attaques qui ont fait 2 000 morts en six ans, se multiplient.", + "title": "Le Français Sébastien Ogier remporte son huitième titre de champion du monde des rallyes", + "description": "Le pilote de l’écurie Toyota a été couronné après sa victoire lors de la dernière manche de la saison à Monza, en Italie. Le Britannique Elfyn Evans et l’Espagnol Dani Sordo complètent le podium.", + "content": "Le pilote de l’écurie Toyota a été couronné après sa victoire lors de la dernière manche de la saison à Monza, en Italie. Le Britannique Elfyn Evans et l’Espagnol Dani Sordo complètent le podium.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/24/au-burkina-faso-les-violences-djihadistes-ebranlent-le-pouvoir_6103405_3212.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/21/rallye-sebastien-ogier-remporte-son-huitieme-titre-mondial_6103045_3242.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:53:57 +0100", + "pubDate": "Sun, 21 Nov 2021 13:29:25 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "941930879b776293655dbddaec9bec17" + "hash": "6a82306cbe5ac683521ec1a85cc025fe" }, { - "title": "La réforme du régime de garantie des salaires toujours engluée", - "description": "La CFE-CGC, la CFTC, la CGT et FO se sont opposés, mardi 23 novembre, au projet d’évolution du dispositif défendu par le patronat.", - "content": "La CFE-CGC, la CFTC, la CGT et FO se sont opposés, mardi 23 novembre, au projet d’évolution du dispositif défendu par le patronat.", + "title": "Manchester United renvoie son entraîneur Ole Gunnar Solskjaer", + "description": "Le départ du Norvégien survient après une nouvelle lourde défaite en championnat, la cinquième en seulement 12 matchs. Joueur légendaire du club entre 1996 et 2007, Solskjaer était arrivé à la fin de 2018 pour rebâtir une équipe divisée.", + "content": "Le départ du Norvégien survient après une nouvelle lourde défaite en championnat, la cinquième en seulement 12 matchs. Joueur légendaire du club entre 1996 et 2007, Solskjaer était arrivé à la fin de 2018 pour rebâtir une équipe divisée.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/24/la-reforme-du-regime-de-garantie-des-salaires-toujours-engluee_6103404_823448.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/21/manchester-united-renvoie-son-entraineur-ole-gunnar-solskjaer_6103044_3242.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:45:03 +0100", + "pubDate": "Sun, 21 Nov 2021 12:32:01 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "00dd2c5f158200f3eb680f5fce8be187" + "hash": "b8423bee7320ba6b8e1aef12de2e8f63" }, { - "title": "Au procès Theranos, l’ex-PDG Elizabeth Holmes témoigne, souriante et sûre d’elle", - "description": "L’ex-superstar de la Silicon Valley, accusée d’avoir dupé investisseurs et patients en leur faisant croire qu’elle allait révolutionner la technologie des tests sanguins, a tenté de convaincre les jurés de sa bonne foi.", - "content": "L’ex-superstar de la Silicon Valley, accusée d’avoir dupé investisseurs et patients en leur faisant croire qu’elle allait révolutionner la technologie des tests sanguins, a tenté de convaincre les jurés de sa bonne foi.", + "title": "Rugby : après la défaite des All Blacks contre la France, la presse néo-zélandaise met en cause le sélectionneur Ian Foster", + "description": "« Il y aura beaucoup de questions à poser », estime la presse néo-zélandaise au lendemain de la victoire éclatante du XV de France sur les All Blacks (40-25). Avec trois défaites, le bilan de la saison est le moins bon depuis 2009.", + "content": "« Il y aura beaucoup de questions à poser », estime la presse néo-zélandaise au lendemain de la victoire éclatante du XV de France sur les All Blacks (40-25). Avec trois défaites, le bilan de la saison est le moins bon depuis 2009.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/24/proces-theranos-elizabeth-holmes-sur-le-gril_6103403_3234.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/21/rugby-la-deroute-des-all-blacks-face-aux-francais-met-la-pression-sur-le-selectionneur-ian-foster_6103043_3242.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:35:59 +0100", + "pubDate": "Sun, 21 Nov 2021 12:20:20 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8834974e942bd270dde02c96586057c0" + "hash": "8a687a091dd5fbbcbcf3a1cbdc9b2808" }, { - "title": "Edouard Philippe confirme son soutien à la « maison commune » de la majorité présidentielle", - "description": "S’il se range derrière ce rassemblement de l’ensemble des partis de la majorité – LRM, Agir, le MoDem – l’ex-premier ministre précise que son parti, Horizons, investira ses propres candidats aux législatives.", - "content": "S’il se range derrière ce rassemblement de l’ensemble des partis de la majorité – LRM, Agir, le MoDem – l’ex-premier ministre précise que son parti, Horizons, investira ses propres candidats aux législatives.", + "title": "Invitée de l’émission « Questions politiques », la ministre déléguée chargée de la citoyenneté a notamment rappelé le vote de quatre lois récemment.", + "description": "Invitée de l’émission « Questions politiques », la ministre déléguée chargée de la citoyenneté a notamment rappelé le vote de quatre lois récemment. « Il faut maintenant que cela descende sur le terrain », a-t-elle expliqué.", + "content": "Invitée de l’émission « Questions politiques », la ministre déléguée chargée de la citoyenneté a notamment rappelé le vote de quatre lois récemment. « Il faut maintenant que cela descende sur le terrain », a-t-elle expliqué.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/24/edouard-philippe-confirme-son-soutien-a-la-maison-commune-de-la-majorite-et-donne-le-cap_6103402_823448.html", + "link": "https://www.lemonde.fr/politique/video/2021/11/21/en-direct-marlene-schiappa-invitee-de-l-emission-questions-politiques_6103040_823448.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:27:00 +0100", + "pubDate": "Sun, 21 Nov 2021 11:45:13 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd1086e4882e06ed5007d32c780cfbcd" + "hash": "9cd4edb067cf81d16ba9e17a173f1066" }, { - "title": "Martinique : l’intersyndicale à l’origine de la grève générale appelle à la levée des barrages", - "description": "Les représentants syndicaux disent avoir pris cette décision pour éviter les risques d’embrasement, comme à la Guadeloupe, où les violences ont continué mardi. Des violences ont malgré tout eu lieu dans la nuit de mardi à mercredi.", - "content": "Les représentants syndicaux disent avoir pris cette décision pour éviter les risques d’embrasement, comme à la Guadeloupe, où les violences ont continué mardi. Des violences ont malgré tout eu lieu dans la nuit de mardi à mercredi.", + "title": "Le porte-parole du gouvernement a critiqué les actions violentes des contestataires du passe sanitaire et de l’obligation vaccinale des soignants sur l’île.", + "description": "Le porte-parole du gouvernement a critiqué la violence des actions menées par des opposants au passe sanitaire et à l’obligation vaccinale des soignants sur l’île, déplorant que des « soignants [soient] menacés » et que « des pharmacies [soient] empêchées d’ouvrir ».", + "content": "Le porte-parole du gouvernement a critiqué la violence des actions menées par des opposants au passe sanitaire et à l’obligation vaccinale des soignants sur l’île, déplorant que des « soignants [soient] menacés » et que « des pharmacies [soient] empêchées d’ouvrir ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/24/martinique-l-intersyndicale-a-l-origine-de-la-greve-generale-appelle-a-la-levee-des-barrages_6103401_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/21/guadeloupe-gabriel-attal-juge-intolerable-et-inacceptable-les-violences-sur-l-ile_6103039_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:15:16 +0100", + "pubDate": "Sun, 21 Nov 2021 11:34:49 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "11ca3a52538a52536208e34f481d16df" + "hash": "186f19372312ecb0f3f9bcd1ba72a25c" }, { - "title": "Le footballeur Karim Benzema condamné à un an de prison avec sursis dans l’affaire de la « sextape »", - "description": "L’international français a été reconnu coupable de complicité de tentative de chantage envers son ancien coéquipier Mathieu Valbuena par le tribunal correctionnel de Versailles, mercredi.", - "content": "L’international français a été reconnu coupable de complicité de tentative de chantage envers son ancien coéquipier Mathieu Valbuena par le tribunal correctionnel de Versailles, mercredi.", + "title": "Alors que la communauté internationale s’inquiétait de la disparition de la sportive, des vidéos avaient montré une apparition à un tournoi à Pékin, mais des doutes persistent.", + "description": "Alors que la communauté internationale s’inquiétait de la disparition de la sportive, des vidéos avaient montré une apparition à un tournoi à Pékin, mais des doutes persistent.", + "content": "Alors que la communauté internationale s’inquiétait de la disparition de la sportive, des vidéos avaient montré une apparition à un tournoi à Pékin, mais des doutes persistent.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/24/affaire-de-la-sextape-karim-benzema-condamne-pour-complicite-de-tentative-de-chantage_6103397_3224.html", + "link": "https://www.lemonde.fr/international/article/2021/11/21/le-pouvoir-chinois-montre-peng-shuai-lors-d-un-tournoi-de-tennis-a-pekin-les-doutes-persistent_6103035_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 10:01:23 +0100", + "pubDate": "Sun, 21 Nov 2021 10:51:14 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "69f53789f0394fdaf0273189a9f668a7" + "hash": "18f0f6b93e621bc5e4abc16885cf64d3" }, { - "title": "En Ethiopie, la guerre se rapproche de la capitale Addis-Abeba", - "description": "Alors que les rebelles tigréens se trouvaient à moins de 200 kilomètres, les forces d’autodéfense loyalistes se massaient. La France a demandé à ses ressortissants de quitter au plus vite le pays.", - "content": "Alors que les rebelles tigréens se trouvaient à moins de 200 kilomètres, les forces d’autodéfense loyalistes se massaient. La France a demandé à ses ressortissants de quitter au plus vite le pays.", + "title": "Reportage | « La pauvreté est en train d’engloutir tout l’Afghanistan »", + "description": "Alors que les fonds de la Banque centrale afghane sont gelés depuis la prise de pouvoir des talibans, les hôpitaux sont incapables de fonctionner et la faim touche de plus en plus de familles. Plus de trois millions d’enfants de moins de 5 ans font face à une malnutrition aiguë.", + "content": "Alors que les fonds de la Banque centrale afghane sont gelés depuis la prise de pouvoir des talibans, les hôpitaux sont incapables de fonctionner et la faim touche de plus en plus de familles. Plus de trois millions d’enfants de moins de 5 ans font face à une malnutrition aiguë.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/24/en-ethiopie-la-guerre-se-rapproche-d-addis-abeba_6103395_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/11/21/en-afghanistan-la-pire-crise-humanitaire-sur-terre_6103007_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:51:48 +0100", + "pubDate": "Sun, 21 Nov 2021 05:35:32 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4dc5661586882e0081f41a7081017a1a" + "hash": "5d7f6985b0db3503b8b5a6f4959770cc" }, { - "title": "Le conseil d’administration d’Orange « tirera les conséquences » de la condamnation du PDG Stéphane Richard, annonce Bercy", - "description": "Le conseil d’administration de l’entreprise se réunira en fin de journée pour décider si son PDG, condamné à un an de prison avec sursis pour complicité de détournement de fonds publics, reste en poste.", - "content": "Le conseil d’administration de l’entreprise se réunira en fin de journée pour décider si son PDG, condamné à un an de prison avec sursis pour complicité de détournement de fonds publics, reste en poste.", + "title": "Ligue 1 : Ben Yedder répond à David et permet à Monaco de prendre un point contre Lille", + "description": "Monaco et Lille n’ont pu se départager (2-2) vendredi soir au stade Louis-II, lors du match d’ouverture de la 14e journée de Ligue 1.", + "content": "Monaco et Lille n’ont pu se départager (2-2) vendredi soir au stade Louis-II, lors du match d’ouverture de la 14e journée de Ligue 1.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/24/stephane-richard-le-pdg-d-orange-condamne-en-appel-pour-complicite-de-detournement-de-fonds-publics-dans-l-affaire-de-l-arbitrage-tapie_6103393_3224.html", + "link": "https://www.lemonde.fr/sport/article/2021/11/19/ligue-1-ben-yedder-repond-a-david-et-permet-a-monaco-de-prendre-un-point-contre-lille_6102898_3242.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:40:03 +0100", + "pubDate": "Fri, 19 Nov 2021 23:43:42 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "ac6de8a5d0352c94e3fbfa35b243b816" + "hash": "aff587c9a7f9da331c3eefd3e6d4cf32" }, { - "title": "Au Mali, les « assises nationales de la refondation » reportées sine die", - "description": "La junte au pouvoir doit fixer une date pour les élections à l’issue de ces assises, initialement prévues fin décembre.", - "content": "La junte au pouvoir doit fixer une date pour les élections à l’issue de ces assises, initialement prévues fin décembre.", + "title": "Militants d’ultradroite arrêtés : un homme mis en examen pour provocation à un acte de terrorisme", + "description": "Les suspects avaient été interpellés, mardi, après des discussions sur une messagerie cryptée pour « des achats d’armes ». Le deuxième homme, qui dit ne pas appartenir à la mouvance d’ultradroite, est poursuivi pour vente illégale d’armes de chasse.", + "content": "Les suspects avaient été interpellés, mardi, après des discussions sur une messagerie cryptée pour « des achats d’armes ». Le deuxième homme, qui dit ne pas appartenir à la mouvance d’ultradroite, est poursuivi pour vente illégale d’armes de chasse.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/24/au-mali-les-assises-nationales-de-la-refondation-reportees-sine-die_6103392_3212.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/19/militants-d-ultradroite-arretes-un-homme-mis-en-examen-pour-provocation-a-un-acte-de-terrorisme_6102897_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:39:31 +0100", + "pubDate": "Fri, 19 Nov 2021 22:59:25 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, - "created": false, + "created": true, "tags": [], - "hash": "7ad96224d9b6d8c9cb7dcce0f21396d2" + "hash": "9b494aa159e786b5c0beba6cb0a8e351" }, { - "title": "L’Australie classe l’ensemble du Hezbollah comme « organisation terroriste »", - "description": "L’appartenance à l’organisation ou son financement seront désormais interdits en Australie, qui sanctionne également la branche politique du puissant mouvement libanais.", - "content": "L’appartenance à l’organisation ou son financement seront désormais interdits en Australie, qui sanctionne également la branche politique du puissant mouvement libanais.", + "title": "Kyle Rittenhouse, accusé du meurtre de deux manifestants en marge de manifestations antiracistes aux Etats-Unis, a été acquitté", + "description": "Le jeune homme de 18 ans, qui encourait la réclusion à perpétuité, avait plaidé la légitime défense dans ce dossier révélateur des fractures de l’Amérique sur les armes à feu, l’autodéfense et le mouvement antiraciste Black Lives Matter.", + "content": "Le jeune homme de 18 ans, qui encourait la réclusion à perpétuité, avait plaidé la légitime défense dans ce dossier révélateur des fractures de l’Amérique sur les armes à feu, l’autodéfense et le mouvement antiraciste Black Lives Matter.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/l-australie-classe-l-ensemble-du-hezbollah-comme-organisation-terroriste_6103390_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/19/kyle-rittenhouse-accuse-du-meurtre-de-deux-manifestants-aux-etats-unis-a-ete-acquitte_6102892_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:21:29 +0100", + "pubDate": "Fri, 19 Nov 2021 20:22:01 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e22d02358df1fc9d1abb5b02c34693e9" + "hash": "3aacb1afe0718dfc627dfc9f0d76363a" }, { - "title": "Renaud Muselier, président de la région Provence-Alpes-Côte d’Azur, quitte le parti Les Républicains", - "description": "Cette décision, annoncée mercredi matin sur le plateau de LCI, survient alors que Xavier Bertrand, en lice pour être le candidat du parti de droite à la présidentielle, a refusé, mardi, le soutien de M. Muselier.", - "content": "Cette décision, annoncée mercredi matin sur le plateau de LCI, survient alors que Xavier Bertrand, en lice pour être le candidat du parti de droite à la présidentielle, a refusé, mardi, le soutien de M. Muselier.", + "title": "Anne Hidalgo juge « faisable » sa proposition de doubler le salaire des enseignants sur le quinquennat", + "description": "En déplacement en banlieue parisienne, la candidate du Parti socialiste est revenue sur ses propositions au sujet des deux thèmes centraux de sa campagne, la santé et l’éducation.", + "content": "En déplacement en banlieue parisienne, la candidate du Parti socialiste est revenue sur ses propositions au sujet des deux thèmes centraux de sa campagne, la santé et l’éducation.", "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/24/renaud-muselier-annonce-quitter-le-parti-les-republicains_6103387_6059010.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/19/anne-hidalgo-juge-faisable-sa-proposition-de-doubler-le-salaire-des-enseignants-sur-le-quinquennat_6102889_6059010.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 09:00:21 +0100", + "pubDate": "Fri, 19 Nov 2021 20:03:20 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b695943afe25b40f85d4a7a5cf8af7b" + "hash": "1ed4a38f1f9071f0f8cac1858b1bf714" }, { - "title": "La chaîne d’information internationale France 24 suspend sa grève", - "description": "Le mouvement d’une partie des salariés a duré six jours et a permis d’obtenir de « grandes avancées », notamment l’embauche en CDI de 50 pigistes.", - "content": "Le mouvement d’une partie des salariés a duré six jours et a permis d’obtenir de « grandes avancées », notamment l’embauche en CDI de 50 pigistes.", + "title": "Election présidentielle 2022 : Xavier Bertrand et Emmanuel Macron en désaccord sur le cas Ascoval", + "description": "Au cours d’un déplacement du président de la République dans l’Aisne, le candidat à l’investiture à droite a interpellé le chef de l’Etat au sujet de l’avenir de l’aciérie située dans le Nord.", + "content": "Au cours d’un déplacement du président de la République dans l’Aisne, le candidat à l’investiture à droite a interpellé le chef de l’Etat au sujet de l’avenir de l’aciérie située dans le Nord.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/24/la-chaine-d-information-internationale-france-24-suspend-sa-greve_6103383_3234.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/19/je-veux-sauver-cette-usine-vous-aussi-echange-tendu-entre-xavier-bertrand-et-emmanuel-macron-sur-l-acierie-ascoval_6102887_6059010.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 08:02:29 +0100", + "pubDate": "Fri, 19 Nov 2021 19:48:40 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ffeeaf540b176048f0407b6c9c582ed" + "hash": "9ed6d685ec9cf9aa24e6f9cb10b2e5d7" }, { - "title": "En sept ans, la guerre du Yémen aura causé la mort de 377 000 personnes, d’ici à la fin de 2021", - "description": "Selon l’estimation publiée par les Nations unies, 150 000 morts sont dues aux combats, et environ 227 000 aux conséquences indirectes du conflit, comme la famine ou les maladies.", - "content": "Selon l’estimation publiée par les Nations unies, 150 000 morts sont dues aux combats, et environ 227 000 aux conséquences indirectes du conflit, comme la famine ou les maladies.", + "title": "Photomontage d’un groupuscule d’extrême droite : enquête ouverte pour menaces de mort", + "description": "Les investigations ont été confiées à l’Office central de lutte contre les crimes contre l’humanité, qui compte une division de lutte contre les crimes de haine.", + "content": "Les investigations ont été confiées à l’Office central de lutte contre les crimes contre l’humanité, qui compte une division de lutte contre les crimes de haine.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/en-sept-ans-la-guerre-du-yemen-aura-cause-la-mort-de-377-000-personnes-d-ici-la-fin-de-l-annee-2021_6103373_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/19/photomontage-d-un-groupuscule-d-extreme-droite-enquete-ouverte-pour-menaces-de-mort_6102885_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 06:46:28 +0100", + "pubDate": "Fri, 19 Nov 2021 19:45:48 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d168de3f3a920581d79073528334e8b" + "hash": "fc62a9c4301e2b7a52affc4c98f902a2" }, { - "title": "Championnat du monde d’échecs : Magnus Carlsen affrontera Ian Nepomniachtchi, à Dubaï", - "description": "Le Norvégien, champion du monde, rencontrera le Russe à partir de mercredi, à Dubaï. Deux grands maîtres qui se connaissent bien et se sont plusieurs fois rencontrés dans les catégories « jeunes ».", - "content": "Le Norvégien, champion du monde, rencontrera le Russe à partir de mercredi, à Dubaï. Deux grands maîtres qui se connaissent bien et se sont plusieurs fois rencontrés dans les catégories « jeunes ».", + "title": "Pologne : comment le piège biélorusse s’est refermé sur des milliers de migrants", + "description": "Des vidéos tournées à la frontière entre la Pologne et la Biélorussie, authentifiées par « Le Monde », permettent de retracer les huit jours qui ont vu des milliers de migrants tomber dans le piège tendu pour faire pression sur l’UE.", + "content": "Des vidéos tournées à la frontière entre la Pologne et la Biélorussie, authentifiées par « Le Monde », permettent de retracer les huit jours qui ont vu des milliers de migrants tomber dans le piège tendu pour faire pression sur l’UE.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/24/championnat-du-monde-d-echecs-magnus-carlsen-affrontera-ian-nepomniachtchi-a-dubai_6103367_3242.html", + "link": "https://www.lemonde.fr/international/article/2021/11/19/pologne-comment-le-piege-bielorusse-s-est-referme-sur-des-milliers-de-migrants_6102884_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 06:00:16 +0100", + "pubDate": "Fri, 19 Nov 2021 19:45:32 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7696c0226719a54f3f5137353d043270" + "hash": "43a67db936224129bfe99bc69087f40f" }, { - "title": "L’épidémie de Covid-19 percute à nouveau l’agenda d’Emmanuel Macron", - "description": "La cinquième vague qui frappe actuellement la France contraint l’exécutif à agir, à cinq mois de l’élection présidentielle. Mais aucune mesure telle qu’un confinement ou une fermeture des commerces n’est à l’ordre du jour", - "content": "La cinquième vague qui frappe actuellement la France contraint l’exécutif à agir, à cinq mois de l’élection présidentielle. Mais aucune mesure telle qu’un confinement ou une fermeture des commerces n’est à l’ordre du jour", + "title": "La loi pour demander « pardon » aux harkis indigne les harkis et leurs enfants", + "description": "Les réparations prévues par le texte voté par l’Assemblée nationale vont concerner seulement quelque 50 000 personnes parmi les 90 000 harkis qui ont fui l’Algérie, une « trahison » pour certains.", + "content": "Les réparations prévues par le texte voté par l’Assemblée nationale vont concerner seulement quelque 50 000 personnes parmi les 90 000 harkis qui ont fui l’Algérie, une « trahison » pour certains.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/24/le-covid-19-percute-a-nouveau-l-agenda-d-emmanuel-macron_6103362_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/19/la-loi-pour-demander-pardon-aux-harkis-indigne-les-harkis-et-leurs-enfants_6102883_823448.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 05:34:22 +0100", + "pubDate": "Fri, 19 Nov 2021 19:40:55 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2d327935ffd8885634a9f9b71bdb6d2f" + "hash": "f6db48e5ec613de0e5afb08d9f5c2310" }, { - "title": "La Chine s’oppose « fermement » à l’invitation de Taïwan au sommet de la démocratie de Joe Biden", - "description": "Le président des Etats-Unis envoie un message clair en conviant l’île autonome, que Pékin considère comme l’une de ses provinces appelée à revenir dans son giron.", - "content": "Le président des Etats-Unis envoie un message clair en conviant l’île autonome, que Pékin considère comme l’une de ses provinces appelée à revenir dans son giron.", + "title": "Dans les stations de sports d’hiver, un optimisme prudent après un hiver sans télécabines", + "description": "Les réservations sont en léger repli par rapport à l’année 2019. Le retard se rattrape, mais la cinquième vague de Covid-19 entretient le doute, notamment sur la présence des étrangers.", + "content": "Les réservations sont en léger repli par rapport à l’année 2019. Le retard se rattrape, mais la cinquième vague de Covid-19 entretient le doute, notamment sur la présence des étrangers.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/la-chine-et-la-russie-non-invitees-au-sommet-pour-la-democratie-organise-par-les-etats-unis_6103361_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/19/dans-les-stations-de-sports-d-hiver-un-optimisme-prudent_6102872_3234.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 05:03:20 +0100", + "pubDate": "Fri, 19 Nov 2021 18:52:39 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fda2338116a3bb0c97edec935d26fd6" + "hash": "b0e130f80fd4ea7e4d690960acf36177" }, { - "title": "Australie, Corée du Sud, Nouvelle-Zélande... : pourquoi ces pays abandonnent la stratégie « zéro Covid »", - "description": "Cette méthode de contrôle strict de la pandémie est devenue intenable avec l’arrivée du variant Delta, plus contagieux. Seuls Hongkong et la Chine continuent de la mettre en œuvre, au prix de fortes contraintes.", - "content": "Cette méthode de contrôle strict de la pandémie est devenue intenable avec l’arrivée du variant Delta, plus contagieux. Seuls Hongkong et la Chine continuent de la mettre en œuvre, au prix de fortes contraintes.", + "title": "Aussi savoureux qu’écologiques : de la cuisine à la mode, les champignons vont-ils sauver le monde ?", + "description": "Longtemps cantonnés à la moisissure ou aux omelettes, les « fungi » s’associent désormais à la transition écologique. Dans la maroquinerie, le bâtiment, l’industrie ou le tourisme, le roi des sous-bois est promis à un bel avenir.", + "content": "Longtemps cantonnés à la moisissure ou aux omelettes, les « fungi » s’associent désormais à la transition écologique. Dans la maroquinerie, le bâtiment, l’industrie ou le tourisme, le roi des sous-bois est promis à un bel avenir.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/24/zero-covid-pourquoi-la-plupart-des-pays-partisans-de-cette-strategie-y-ont-renonce_6103353_3244.html", + "link": "https://www.lemonde.fr/m-le-mag/article/2021/11/19/les-champignons-vont-ils-sauver-le-monde_6102869_4500055.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 04:17:41 +0100", + "pubDate": "Fri, 19 Nov 2021 18:00:21 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "50ff65472b7f76299c165ca6ce447b8c" + "hash": "f89ba7446bffb53f3968742f6678f5d5" }, { - "title": "Après Jean Castex, la ministre Brigitte Klinkert positive au Covid-19", - "description": "La ministre déléguée à l’insertion a annoncé, sur Twitter, être symptomatique, et s’être mise à l’isolement pour poursuivre ses activités. Lundi, c’est le chef du gouvernement qui avait été diagnostiqué positif.", - "content": "La ministre déléguée à l’insertion a annoncé, sur Twitter, être symptomatique, et s’être mise à l’isolement pour poursuivre ses activités. Lundi, c’est le chef du gouvernement qui avait été diagnostiqué positif.", + "title": "Vaccin contre le Covid-19 : la Haute autorité de santé recommande une dose de rappel dès 40 ans", + "description": "La HAS a préconisé vendredi une dose de rappel aux personnes âgées de 40 ans et plus, six mois après leur primovaccination. Emmanuel Macron avait estimé dans la journée qu’il ne serait « pas étonné qu’on aille progressivement vers des rappels vaccinaux pour tous les adultes » déjà vaccinés contre le Covid-19.", + "content": "La HAS a préconisé vendredi une dose de rappel aux personnes âgées de 40 ans et plus, six mois après leur primovaccination. Emmanuel Macron avait estimé dans la journée qu’il ne serait « pas étonné qu’on aille progressivement vers des rappels vaccinaux pour tous les adultes » déjà vaccinés contre le Covid-19.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/24/apres-jean-castex-la-ministre-brigitte-klinkert-positive-au-covid-19_6103352_823448.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/19/vaccin-contre-le-covid-19-la-haute-autorite-de-sante-preconise-une-dose-de-rappel-des-40-ans_6102860_3244.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 03:51:43 +0100", + "pubDate": "Fri, 19 Nov 2021 17:54:00 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b2ca43522c1b5f78ef7eb9822a8b5da9" + "hash": "3a9fe5658287d889fac7b6352d87f3a4" }, { - "title": "Parade de Noël endeuillée aux Etats-Unis : le bilan passe à six morts après le décès d’un enfant", - "description": "Il a succombé à ses blessures, ont annoncé les autorités, lors de la comparution de l’accusé, qui risque la prison à vie dans le Wisconsin.", - "content": "Il a succombé à ses blessures, ont annoncé les autorités, lors de la comparution de l’accusé, qui risque la prison à vie dans le Wisconsin.", + "title": "Pilules anti-Covid : l’Agence européenne des médicaments approuve l’utilisation en cas d’urgence de celle de Merck, étudie celle de Pfizer", + "description": "Alors que l’Europe est redevenue l’épicentre de la pandémie de Covid-19, les deux traitements des géants pharmaceutiques américains sont très attendus. Les études indiquent qu’ils réduisent le risque d’hospitalisation et de décès chez les patients à risques.", + "content": "Alors que l’Europe est redevenue l’épicentre de la pandémie de Covid-19, les deux traitements des géants pharmaceutiques américains sont très attendus. Les études indiquent qu’ils réduisent le risque d’hospitalisation et de décès chez les patients à risques.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/parade-de-noel-endeuillee-par-une-voiture-folle-aux-etats-unis-le-bilan-passe-a-six-morts-apres-le-deces-d-un-enfant_6103349_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/19/pilules-anti-covid-l-agence-europeenne-des-medicaments-approuve-l-utilisation-en-cas-d-urgence-de-celle-de-merck-etudie-celle-de-pfizer_6102858_3244.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 02:46:10 +0100", + "pubDate": "Fri, 19 Nov 2021 17:51:10 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6eebecb4b27b385477b8b0c6c5d05e6c" + "hash": "60f567503b7e7575744d44ade80c50e8" }, { - "title": "Le Centre national du livre met en musique la lecture « grande cause nationale »", - "description": "Une trentaine de mesures doivent être mises en œuvre d’ici à juillet 2022, entre résidences d’auteurs, priorité donnée aux bibliothèques en zone rurale et actions auprès des jeunes et des publics défavorisés.", - "content": "Une trentaine de mesures doivent être mises en œuvre d’ici à juillet 2022, entre résidences d’auteurs, priorité donnée aux bibliothèques en zone rurale et actions auprès des jeunes et des publics défavorisés.", + "title": "L’Autriche va autoriser le suicide assisté", + "description": "Le gouvernement écolo-conservateur devait présenter au Parlement un projet de loi sur le « droit de mettre fin à sa vie » sans provoquer de remous, en dépit du poids de l’Eglise catholique dans le pays.", + "content": "Le gouvernement écolo-conservateur devait présenter au Parlement un projet de loi sur le « droit de mettre fin à sa vie » sans provoquer de remous, en dépit du poids de l’Eglise catholique dans le pays.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/24/le-centre-national-du-livre-met-en-musique-la-lecture-grande-cause-nationale_6103345_3246.html", + "link": "https://www.lemonde.fr/international/article/2021/11/19/l-autriche-va-autoriser-le-suicide-assiste_6102855_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 01:54:45 +0100", + "pubDate": "Fri, 19 Nov 2021 17:38:56 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "adba9ef5984732a4644a413b9d5f6a84" + "hash": "02f1b96331a09bd88109006827638ce4" }, { - "title": "Ligue des champions : Lille dompte le Red Bull Salzbourg et entrevoit les huitièmes de finale", - "description": "Les coéquipiers de Jonathan David, une nouvelle fois buteur, ont pris le meilleur sur l’équipe autrichienne mardi (1-0). En tête de leur groupe G, ils peuvent croire à la qualification.", - "content": "Les coéquipiers de Jonathan David, une nouvelle fois buteur, ont pris le meilleur sur l’équipe autrichienne mardi (1-0). En tête de leur groupe G, ils peuvent croire à la qualification.", + "title": "L’imam de Saint-Chamond menacé d’expulsion pour des propos « contraires aux valeurs et aux lois de la République » lors d’un prêche", + "description": "Convoqué en juillet par la préfecture de la Loire, l’imam de Saint-Chamond a reçu une obligation de quitter le territoire.", + "content": "Convoqué en juillet par la préfecture de la Loire, l’imam de Saint-Chamond a reçu une obligation de quitter le territoire.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/24/ligue-des-champions-lille-dompte-le-red-bull-salzbourg-et-entrevoit-les-huitiemes-de-finale_6103343_3242.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/19/l-imam-de-saint-chamond-et-sa-femme-menaces-d-expulsion_6102854_3224.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 01:39:07 +0100", + "pubDate": "Fri, 19 Nov 2021 17:32:39 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43052f2910981b8859438845e9103c70" + "hash": "7eae56109687ed820c50d38ef73c55cc" }, { - "title": "Wish, le site de vente en ligne, va disparaître des moteurs de recherche en France", - "description": "Les services français de la répression des fraudes ont demandé le déréférencement de la plate-forme, dont l’application ne sera plus disponible, pour vente de produits non conformes et dangereux.", - "content": "Les services français de la répression des fraudes ont demandé le déréférencement de la plate-forme, dont l’application ne sera plus disponible, pour vente de produits non conformes et dangereux.", + "title": "Joe Biden a transféré ses pouvoirs à Kamala Harris le temps d’une coloscopie", + "description": "L’examen se déroulant sous anesthésie générale, les prérogatives présidentielles ont été confiées à la vice-présidente, comme l’exige la Constitution, pendant une heure et vingt-cinq minutes.", + "content": "L’examen se déroulant sous anesthésie générale, les prérogatives présidentielles ont été confiées à la vice-présidente, comme l’exige la Constitution, pendant une heure et vingt-cinq minutes.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/24/le-site-de-vente-en-ligne-wish-va-disparaitre-des-grands-moteurs-de-recherche-en-france_6103342_4408996.html", + "link": "https://www.lemonde.fr/international/article/2021/11/19/joe-biden-va-transferer-ses-pouvoirs-a-kamala-harris-le-temps-d-une-coloscopie_6102852_3210.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 01:18:07 +0100", + "pubDate": "Fri, 19 Nov 2021 17:22:21 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f091fa5ecb497ef05162d5fccfcc5148" + "hash": "0523afc3e31c998c14a337a189342dc3" }, { - "title": "Afghanistan : nouvelle réunion à venir entre les Etats-Unis et les talibans, à Doha", - "description": "Les discussions, prévues à partir de la semaine prochaine, porteront notamment sur la lutte contre le terrorisme et sur la crise humanitaire qui frappe le pays dirigé dorénavant par les représentants du mouvement islamiste.", - "content": "Les discussions, prévues à partir de la semaine prochaine, porteront notamment sur la lutte contre le terrorisme et sur la crise humanitaire qui frappe le pays dirigé dorénavant par les représentants du mouvement islamiste.", + "title": "Election présidentielle 2022 : Les Républicains font le plein, Emmanuel Macron face aux maires… le récap’ politique de la semaine", + "description": "Le parti de droite a bouclé, cette semaine, sa campagne d’adhésions en perspective de la nomination de son candidat à l’Elysée. David Lisnard a été élu président de l’AMF et a reçu le président de la République, jeudi, en clotûre du congrès des maires.", + "content": "Le parti de droite a bouclé, cette semaine, sa campagne d’adhésions en perspective de la nomination de son candidat à l’Elysée. David Lisnard a été élu président de l’AMF et a reçu le président de la République, jeudi, en clotûre du congrès des maires.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/24/afghanistan-nouvelle-reunion-a-venir-entre-les-etats-unis-et-les-talibans-a-doha_6103340_3210.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/19/election-presidentielle-2022-la-droite-fait-le-plein-d-adhesions-les-maires-et-macron-le-recap-politique-de-la-semaine_6102847_6059010.html", "creator": "", - "pubDate": "Wed, 24 Nov 2021 00:19:08 +0100", + "pubDate": "Fri, 19 Nov 2021 17:00:16 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52114749b88adbc6f1bb16a686e732a6" + "hash": "b6bd9a80912874faec64b0b18a0337af" }, { - "title": "Covid-19 : à Paris, un seuil d’« alerte maximale » franchi mais pas de saturation des hôpitaux", - "description": "Dans la capitale, le nombre de cas dépasse désormais les 250 pour 100 000 habitants, comme au sommet de la vague précédente.", - "content": "Dans la capitale, le nombre de cas dépasse désormais les 250 pour 100 000 habitants, comme au sommet de la vague précédente.", + "title": "Le Parlement vote une loi pour mieux piloter les dépenses publiques", + "description": "A partir de 2022, les objectifs de dépenses devront être précisés et un débat sur la dette aura lieu chaque année.", + "content": "A partir de 2022, les objectifs de dépenses devront être précisés et un débat sur la dette aura lieu chaque année.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/23/covid-19-paris-franchit-le-seuil-d-alerte-maximale_6103336_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/19/le-parlement-vote-une-loi-pour-mieux-piloter-les-depenses-publiques_6102846_823448.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 22:12:24 +0100", + "pubDate": "Fri, 19 Nov 2021 16:53:28 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1c1d5aa0a494fd57bd68d109c50fc9fa" + "hash": "08c9aecd3158c0d6088d73fc76ec360c" }, { - "title": "Treize militants d’ultradroite interpellés sur l’ensemble du territoire", - "description": "Plusieurs armes ont également été saisies, a précisé le parquet de Marseille, mardi, dans un communiqué.", - "content": "Plusieurs armes ont également été saisies, a précisé le parquet de Marseille, mardi, dans un communiqué.", + "title": "La préfecture interdit la circulation entre 18 heures et 5 heures, dès vendredi soir, « compte tenu des mouvements sociaux en cours […] et des actes de vandalisme ».", + "description": "La préfecture interdit la circulation dans le département entre 18 heures et 5 heures, dès vendredi soir, « compte tenu des mouvements sociaux en cours dans le département et des actes de vandalisme ».", + "content": "La préfecture interdit la circulation dans le département entre 18 heures et 5 heures, dès vendredi soir, « compte tenu des mouvements sociaux en cours dans le département et des actes de vandalisme ».", "category": "", - "link": "https://www.lemonde.fr/police-justice/article/2021/11/23/treize-militants-d-ultradroite-interpelles-sur-l-ensemble-du-territoire_6103331_1653578.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/19/violences-urbaines-en-guadeloupe-200-policiers-et-gendarmes-envoyes-en-renfort_6102842_3224.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 20:54:10 +0100", + "pubDate": "Fri, 19 Nov 2021 16:13:52 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a12c24ad61abfddaadf7dc5c68583af0" + "hash": "c7291b14aee12a57956101706835117a" }, { - "title": "Un manuscrit d’Einstein vendu 11,6 millions d’euros aux enchères", - "description": "Le document de travail scientifique, vendu mardi pour la maison Aguttes, était estimé entre deux et trois millions d’euros.", - "content": "Le document de travail scientifique, vendu mardi pour la maison Aguttes, était estimé entre deux et trois millions d’euros.", + "title": "Vaccination contre le Covid-19 : aux Etats-Unis, les autorités sanitaires donnent un premier feu vert à une troisième dose pour tous les adultes", + "description": "L’approbation de l’agence américaine des médicaments (FDA) doit être validée par le comité indépendant d’experts en vaccins des Centers for Disease Control and Prevention.", + "content": "L’approbation de l’agence américaine des médicaments (FDA) doit être validée par le comité indépendant d’experts en vaccins des Centers for Disease Control and Prevention.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/23/un-manuscrit-d-einstein-vendu-11-6-millions-d-euros-aux-encheres_6103330_3246.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/19/covid-19-la-fda-autorise-une-troisieme-dose-de-vaccin-pour-tous-les-adultes-americains_6102825_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 20:30:14 +0100", + "pubDate": "Fri, 19 Nov 2021 15:31:27 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f3cc0774219716097801be9dc768b0cb" + "hash": "40664f1776a26fc1182460e49e022e15" }, { - "title": "Pegasus : Apple porte plainte contre NSO Group, fabricant du logiciel espion", - "description": "L’entreprise israélienne NSO Group parvient à trouver des failles connues d’elle seule dans les logiciels d’Apple, permettant d’infecter ces derniers avec le logiciel espion qu’elle vend à des Etats.", - "content": "L’entreprise israélienne NSO Group parvient à trouver des failles connues d’elle seule dans les logiciels d’Apple, permettant d’infecter ces derniers avec le logiciel espion qu’elle vend à des Etats.", + "title": "Mort de Mick Rock, photographe des stars du rock des années 1970", + "description": "Il a été le photographe de l’ère Ziggy Stardust de David Bowie. Il a aussi créé des illustrations pour des albums-clés de Lou Reed, des Stooges, des Ramones ou de Queen.", + "content": "Il a été le photographe de l’ère Ziggy Stardust de David Bowie. Il a aussi créé des illustrations pour des albums-clés de Lou Reed, des Stooges, des Ramones ou de Queen.", "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/23/pegasus-apple-porte-plainte-contre-nso-group-fabricant-du-logiciel-espion_6103328_4408996.html", + "link": "https://www.lemonde.fr/musiques/article/2021/11/19/mort-de-mick-rock-photographe-des-stars-du-rock-des-annees-1970_6102822_1654986.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 20:20:58 +0100", + "pubDate": "Fri, 19 Nov 2021 15:11:09 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "53af7bc289c52022d8772938a3ca4076" + "hash": "5c29a5f4376cf9bce1fed1e612895606" }, { - "title": "Louis Schweitzer va piloter le processus de remplacement de Didier Raoult à la tête de l’IHU de Marseille", - "description": "Le conseil d’administration de l’institut hospitalo-universitaire Méditerranée Infection a lancé, mardi, un appel d’offres international pour trouver un successeur au médiatique professeur, mis en cause dans plusieurs dossiers.", - "content": "Le conseil d’administration de l’institut hospitalo-universitaire Méditerranée Infection a lancé, mardi, un appel d’offres international pour trouver un successeur au médiatique professeur, mis en cause dans plusieurs dossiers.", + "title": "Braquage de Kim Kardashian à Paris : douze personnes seront jugées aux assises", + "description": "Cinq ans après le braquage, à Paris, de la star américaine, douze personnes sont renvoyées pour « vol avec arme commis en bande organisée », « enlèvement et séquestration » ou « association de malfaiteurs criminelle », en récidive le plus souvent.", + "content": "Cinq ans après le braquage, à Paris, de la star américaine, douze personnes sont renvoyées pour « vol avec arme commis en bande organisée », « enlèvement et séquestration » ou « association de malfaiteurs criminelle », en récidive le plus souvent.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/23/louis-schweitzer-va-piloter-le-processus-de-remplacement-de-didier-raoult-a-la-tete-de-l-ihu-de-marseille_6103327_3244.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/19/braquage-de-kim-kardashian-en-2016-douze-personnes-seront-jugees-aux-assises_6102821_3224.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 20:14:15 +0100", + "pubDate": "Fri, 19 Nov 2021 14:53:53 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a67c5ea401ffff46c41965c608c0d38" + "hash": "63a5d4c5972284692c96e54f1ee126a8" }, { - "title": "Un rapport sénatorial pointe la dégradation des conditions de travail des enseignants", - "description": "Baisse du pouvoir d’achat, classes surchargées, heures de travail : le Sénat s’est emparé de la question des conditions de travail des enseignants, en préparation de l’examen du projet de loi de finances 2022, qu’il a rejeté le 23 novembre.", - "content": "Baisse du pouvoir d’achat, classes surchargées, heures de travail : le Sénat s’est emparé de la question des conditions de travail des enseignants, en préparation de l’examen du projet de loi de finances 2022, qu’il a rejeté le 23 novembre.", + "title": "En Aveyron, nouveau sursis pour la fonderie Sam", + "description": "Le tribunal de commerce de Toulouse a décidé, vendredi 19 novembre, de suspendre l’avenir de la fonderie Sam à la décision de son unique client Renault.", + "content": "Le tribunal de commerce de Toulouse a décidé, vendredi 19 novembre, de suspendre l’avenir de la fonderie Sam à la décision de son unique client Renault.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/23/un-rapport-senatorial-pointe-la-degradation-des-conditions-de-travail-des-enseignants_6103326_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/19/en-aveyron-nouveau-sursis-pour-la-fonderie-sam_6102818_3234.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 20:13:10 +0100", + "pubDate": "Fri, 19 Nov 2021 14:50:08 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5e3741de2e941d3e20e1c1b33a6f1c62" + "hash": "bd836038f8d82e0694095d07193284bb" }, { - "title": "Renault refuse de soutenir la reprise de la fonderie automobile SAM", - "description": "Le groupe automobile a estimé, mardi, que le projet concernant son sous-traitant aveyronnais « ne présente pas les conditions de pérennité et de sécurité nécessaires ».", - "content": "Le groupe automobile a estimé, mardi, que le projet concernant son sous-traitant aveyronnais « ne présente pas les conditions de pérennité et de sécurité nécessaires ».", + "title": "Covid-19 : Autriche, Allemagne, Belgique, Pays-Bas… visualisez l’ampleur de la vague dans certains pays d’Europe", + "description": "Dans le centre de l’Europe, le nombre de contaminations augmente à un rythme alarmant, contraignant les autorités à prendre des mesures restrictives.", + "content": "Dans le centre de l’Europe, le nombre de contaminations augmente à un rythme alarmant, contraignant les autorités à prendre des mesures restrictives.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/23/renault-refuse-de-soutenir-la-reprise-de-la-fonderie-automobile-sam_6103325_3234.html", + "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/19/covid-19-autriche-allemagne-pays-bas-visualisez-l-ampleur-de-la-vague-dans-certains-pays-d-europe_6102803_4355770.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 20:00:58 +0100", + "pubDate": "Fri, 19 Nov 2021 12:53:07 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "58416015debe9945a0db1f2246d99a24" + "hash": "c93c9cbaf7513a60792b889fb39745f9" }, { - "title": "Suicides chez les agriculteurs : le gouvernement lance une « mobilisation collective »", - "description": "Le gouvernement a présenté, mardi, une feuille de route, dans l’espoir d’enrayer les suicides dans cette profession.", - "content": "Le gouvernement a présenté, mardi, une feuille de route, dans l’espoir d’enrayer les suicides dans cette profession.", + "title": "Covid-19 : « L’hiver s’annonce comme une période difficile mais nous savons comment freiner le virus »", + "description": "Catherine Smallwood, directrice des situations d’urgence pour l’Europe à l’OMS, rappelle que dans les pays où « vaccination et port du masque [...] continuent d’être appliqués », comme l’Espagne, le Portugal, l’Italie et la France, « l’incidence est plus faible qu’ailleurs ».", + "content": "Catherine Smallwood, directrice des situations d’urgence pour l’Europe à l’OMS, rappelle que dans les pays où « vaccination et port du masque [...] continuent d’être appliqués », comme l’Espagne, le Portugal, l’Italie et la France, « l’incidence est plus faible qu’ailleurs ».", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/23/suicides-chez-les-agriculteurs-le-gouvernement-lance-une-mobilisation-collective_6103324_3224.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/19/l-hiver-s-annonce-comme-une-periode-difficile-mais-nous-savons-comment-freiner-le-virus_6102785_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 19:54:16 +0100", + "pubDate": "Fri, 19 Nov 2021 12:20:39 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "66c3b3b761e5788b3c51f0b0a3354fd2" + "hash": "eab4792f9ab157448f52d89abf73d556" }, { - "title": "Xavier Bertrand refuse le soutien de Renaud Muselier après ses attaques contre Eric Ciotti et David Lisnard", - "description": "Le président de la région PACA a apporté son soutien à la candidature de Xavier Bertrand pour le congrès du parti Les Républicains (LR), tout en qualifiant Eric Ciotti de « faux-nez » de l’extrême droite.", - "content": "Le président de la région PACA a apporté son soutien à la candidature de Xavier Bertrand pour le congrès du parti Les Républicains (LR), tout en qualifiant Eric Ciotti de « faux-nez » de l’extrême droite.", + "title": "Arrêté en Turquie, Omar Souleyman, le « roi de l’électro-folk » syrienne, a été relâché", + "description": "Réfugié en Turquie peu après le déclenchement de la guerre en Syrie, le chanteur était accusé de liens avec le Parti des travailleurs du Kurdistan (PKK) et les Unités de protection du peuple (YPG) kurdes, selon les médias turcs.", + "content": "Réfugié en Turquie peu après le déclenchement de la guerre en Syrie, le chanteur était accusé de liens avec le Parti des travailleurs du Kurdistan (PKK) et les Unités de protection du peuple (YPG) kurdes, selon les médias turcs.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/23/xavier-bertrand-refuse-le-soutien-de-renaud-muselier-apres-ses-attaques-contre-eric-ciotti-et-david-lisnard_6103322_823448.html", + "link": "https://www.lemonde.fr/musiques/article/2021/11/19/arrete-en-turquie-omar-souleyman-le-roi-de-l-electro-folk-syrienne-a-ete-relache_6102773_1654986.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 19:16:51 +0100", + "pubDate": "Fri, 19 Nov 2021 12:08:10 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "12404bfa295af1de2288fa48cf2a6576" + "hash": "31175ea67cdcb54ca22d2e58ccd08766" }, { - "title": "Comparez les programmes des cinq prétendants à l’investiture des Républicains pour l’élection présidentielle grâce à notre visuel interactif", - "description": "Michel Barnier, Eric Ciotti, Valérie Pécresse, Philippe Juvin et Xavier Bertrand seront départagés par les votes des militants lors du congrès du parti, qui aura lieu du 1er au 4 décembre.", - "content": "Michel Barnier, Eric Ciotti, Valérie Pécresse, Philippe Juvin et Xavier Bertrand seront départagés par les votes des militants lors du congrès du parti, qui aura lieu du 1er au 4 décembre.", + "title": "Pédocriminalité dans l’Eglise : les congrégations religieuses créent une commission de reconnaissance et de réparation", + "description": "Les responsables de la Conférence des religieux et religieuses de France ont voté « à l’unanimité » la création de cette structure distincte de l’Instance nationale indépendante de reconnaissance et de réparation.", + "content": "Les responsables de la Conférence des religieux et religieuses de France ont voté « à l’unanimité » la création de cette structure distincte de l’Instance nationale indépendante de reconnaissance et de réparation.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/23/congres-lr-comparez-les-programmes-des-cinq-candidats_6103321_4355770.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/19/pedocriminalite-dans-l-eglise-creation-d-une-commission-de-reconnaissance-et-de-reparation_6102743_3224.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 19:07:04 +0100", + "pubDate": "Fri, 19 Nov 2021 11:39:51 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "730fa5c9b48584f8152eff2954bbca7f" + "hash": "03c79667bc54a50167be3b3306859c58" }, { - "title": "Regain de tension entre les maires de banlieue et l’exécutif", - "description": "Pour l’association d’élus Ville et banlieue, le bilan du gouvernement en matière de politique de la ville est insuffisant.", - "content": "Pour l’association d’élus Ville et banlieue, le bilan du gouvernement en matière de politique de la ville est insuffisant.", + "title": "Le combat des « enfants de l’ASE » pour faire changer le système", + "description": "Manque de moyens, maintien du lien familial, maltraitances… Des voix s’élèvent pour dénoncer les failles de la protection de l’enfance.", + "content": "Manque de moyens, maintien du lien familial, maltraitances… Des voix s’élèvent pour dénoncer les failles de la protection de l’enfance.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/23/regain-de-tension-entre-les-maires-de-banlieue-et-l-executif_6103319_3224.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/19/le-combat-des-enfants-de-l-ase-pour-faire-changer-le-systeme_6102736_3224.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 19:04:15 +0100", + "pubDate": "Fri, 19 Nov 2021 11:35:47 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "728ff83a2d27d3defb5613b4fef81117" + "hash": "7875c14546653dfff581fb493955be95" }, { - "title": "Lille-Salzbourg : suivez le match de Ligue des champions en direct", - "description": "Les Lillois ont dominé les Autrichiens 1-0, lors de la 5e journée de Ligue des champions. Cette victoire permet au LOSC de prendre la tête du groupe G et de rêver à la qualification en huitièmes.", - "content": "Les Lillois ont dominé les Autrichiens 1-0, lors de la 5e journée de Ligue des champions. Cette victoire permet au LOSC de prendre la tête du groupe G et de rêver à la qualification en huitièmes.", + "title": "La gestion des effectifs de la police critiquée dans une note de la Cour des comptes", + "description": "Dans une note diffusée jeudi, les magistrats financiers constatent une dérive de la masse salariale et un taux d’élucidation médiocre.", + "content": "Dans une note diffusée jeudi, les magistrats financiers constatent une dérive de la masse salariale et un taux d’élucidation médiocre.", "category": "", - "link": "https://www.lemonde.fr/football/live/2021/11/23/lille-salzbourg-suivez-en-direct-le-match-de-ligue-des-champions_6103316_1616938.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/19/la-gestion-des-effectifs-de-la-police-critiquee-dans-une-note-de-la-cour-des-comptes_6102714_3224.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 19:00:09 +0100", + "pubDate": "Fri, 19 Nov 2021 11:10:41 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d532e001f5a2f5cdef68cf3bd7f15d68" + "hash": "7a779b991f819b62b669a902aa21ae3d" }, { - "title": "Le Sénat rejette le budget 2022, assimilé à un « budget de campagne électorale »", - "description": "La Chambre haute a voté contre le volet « recettes » du projet de budget du gouvernement pour 2022, rejetant, de fait, l’ensemble du texte en première lecture.", - "content": "La Chambre haute a voté contre le volet « recettes » du projet de budget du gouvernement pour 2022, rejetant, de fait, l’ensemble du texte en première lecture.", + "title": "Face aux maires, Emmanuel Macron défend son bilan et loue leur engagement", + "description": "Le président de la République a mis en garde, jeudi, contre le « débat mortifère » opposant les élus et l’Etat, en réponse aux critiques de David Lisnard, le nouveau président de l’Association des maires de France.", + "content": "Le président de la République a mis en garde, jeudi, contre le « débat mortifère » opposant les élus et l’Etat, en réponse aux critiques de David Lisnard, le nouveau président de l’Association des maires de France.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/23/le-senat-rejette-le-budget-2022-assimile-a-un-budget-de-campagne-electorale_6103314_823448.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/19/face-aux-maires-emmanuel-macron-defend-son-bilan-et-loue-leur-engagement_6102709_823448.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 18:53:51 +0100", + "pubDate": "Fri, 19 Nov 2021 11:03:22 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3d290272218a05ae86cd68df48aa1ac4" + "hash": "f92b0489e57eaeab952c91915bbdf8a4" }, { - "title": "Covid-19 : l’OMS redoute 700 000 morts supplémentaires en Europe d’ici au printemps", - "description": "Dans l’Union européenne, 67,7 % de la population a reçu deux doses de vaccin, mais les écarts sont vertigineux entre les pays. Ainsi, seuls 24,2 % des Bulgares sont vaccinés contre 86,7 % des Portugais.", - "content": "Dans l’Union européenne, 67,7 % de la population a reçu deux doses de vaccin, mais les écarts sont vertigineux entre les pays. Ainsi, seuls 24,2 % des Bulgares sont vaccinés contre 86,7 % des Portugais.", + "title": "Au Burkina Faso, la colère monte après l’attaque meurtrière du poste d’Inata", + "description": "Le bilan des morts a été revu à la hausse, avec 49 gendarmes et quatre civils tués. Un appel à une grande manifestation a été lancé pour le 27 novembre.", + "content": "Le bilan des morts a été revu à la hausse, avec 49 gendarmes et quatre civils tués. Un appel à une grande manifestation a été lancé pour le 27 novembre.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/23/covid-19-l-oms-redoute-700-000-morts-supplementaires-en-europe-d-ici-au-printemps_6103311_3244.html", + "link": "https://www.lemonde.fr/afrique/article/2021/11/19/au-burkina-faso-la-colere-monte-apres-l-attaque-meurtriere-du-poste-d-inata_6102704_3212.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 17:47:18 +0100", + "pubDate": "Fri, 19 Nov 2021 11:00:09 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cef8a93660e479b975f3737ece55ed02" + "hash": "f73f0ca73068555684be99b87742256c" }, { - "title": "L’appel de 3 000 magistrats et d’une centaine de greffiers : « Nous ne voulons plus d’une justice qui n’écoute pas et qui chronomètre tout »", - "description": "Ce collectif de juges, substituts, greffiers dénonce, dans une tribune au « Monde », l’approche « gestionnaire » de la justice et souligne la « discordance » entre la volonté de rendre une justice de qualité et la réalité du quotidien, source de grandes souffrances.", - "content": "Ce collectif de juges, substituts, greffiers dénonce, dans une tribune au « Monde », l’approche « gestionnaire » de la justice et souligne la « discordance » entre la volonté de rendre une justice de qualité et la réalité du quotidien, source de grandes souffrances.", + "title": "Covid-19 : l’Autriche décide de confiner l’ensemble de sa population et instaure une obligation vaccinale à partir de février", + "description": "Ce confinement général, annoncé vendredi par le chancelier, Alexander Schallenberg, constitue une première en Europe depuis le printemps. La décision intervient seulement cinq jours après l’entrée en vigueur du confinement des non-vaccinés, qui avait été très critiqué.", + "content": "Ce confinement général, annoncé vendredi par le chancelier, Alexander Schallenberg, constitue une première en Europe depuis le printemps. La décision intervient seulement cinq jours après l’entrée en vigueur du confinement des non-vaccinés, qui avait été très critiqué.", "category": "", - "link": "https://www.lemonde.fr/idees/article/2021/11/23/l-appel-de-3-000-magistrats-et-d-une-centaine-de-greffiers-nous-ne-voulons-plus-d-une-justice-qui-n-ecoute-pas-et-qui-chronometre-tout_6103309_3232.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/19/covid-19-l-autriche-decide-de-confiner-l-ensemble-de-sa-population-et-instaure-une-obligation-vaccinale-a-partir-de-fevrier_6102691_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 17:30:14 +0100", + "pubDate": "Fri, 19 Nov 2021 10:39:30 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ccd927989e49665f71e4907a72d4b0d8" + "hash": "9b4087f32d0bc704a69a384f900a1ce7" }, { - "title": "La Commission européenne va établir une « liste noire » des sociétés complices du trafic de migrants vers la Biélorussie", - "description": "L’UE va également interdire la location d’avions européens à la compagnie Belavia, ont annoncé, mardi, les présidents des institutions européennes.", - "content": "L’UE va également interdire la location d’avions européens à la compagnie Belavia, ont annoncé, mardi, les présidents des institutions européennes.", + "title": "Covid-19 : le nombre de classes fermées en France au plus haut depuis la rentrée de septembre", + "description": "Il s’établit à 4 048, soit 0,8 % des classes du pays, a annoncé le ministère de l’éducation nationale. Mais c’est nettement moins qu’en avril, avant la fermeture des écoles pour plusieurs semaines.", + "content": "Il s’établit à 4 048, soit 0,8 % des classes du pays, a annoncé le ministère de l’éducation nationale. Mais c’est nettement moins qu’en avril, avant la fermeture des écoles pour plusieurs semaines.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/23/la-commission-va-etablir-une-liste-noire-des-societes-complices-du-trafic-de-migrants-vers-la-bielorussie_6103304_3210.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/19/covid-19-le-nombre-de-classes-fermees-au-plus-haut-depuis-la-rentree-de-septembre_6102690_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 16:41:37 +0100", + "pubDate": "Fri, 19 Nov 2021 10:38:56 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "57550d338a859d1fc1e768e8a3fd4594" + "hash": "308fb5c3d91b62c9b2a48fb2d19b42d2" }, { - "title": "Le Parlement européen adopte une nouvelle Politique agricole commune (PAC), à l’issue de longs débats", - "description": "Après trois ans et demi de négociations, les Vingt-sept et le Parlement européen se sont enfin entendus sur la réforme de la PAC, qui entrera en vigueur en janvier 2023. Mais les Verts et une partie de la gauche jugent qu’elle n’est pas assez ambitieuse pour l’environnement.", - "content": "Après trois ans et demi de négociations, les Vingt-sept et le Parlement européen se sont enfin entendus sur la réforme de la PAC, qui entrera en vigueur en janvier 2023. Mais les Verts et une partie de la gauche jugent qu’elle n’est pas assez ambitieuse pour l’environnement.", + "title": "Le fiasco du train à grande vitesse britannique", + "description": "Hors de prix, très en retard, l’extension de la branche prévue vers Leeds ne sera pas construite.", + "content": "Hors de prix, très en retard, l’extension de la branche prévue vers Leeds ne sera pas construite.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/23/le-parlement-europeen-adopte-une-nouvelle-pac-apres-de-longs-debats_6103302_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/19/le-fiasco-du-train-a-grande-vitesse-britannique_6102688_3234.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 16:34:05 +0100", + "pubDate": "Fri, 19 Nov 2021 10:28:53 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "233c07817fe8f7a54970e9d63e31e64f" + "hash": "153d04e5cb6746855bbec92c7a785219" }, { - "title": "Covid-19, cas contacts, vaccinés ou pas… Le point sur les règles d’isolement à respecter en France", - "description": "En cas de test positif, et pour les vaccinés aussi bien que les non-vaccinés, il est nécessaire de respecter un isolement de dix jours. En revanche, les recommandations varient pour les cas contacts.", - "content": "En cas de test positif, et pour les vaccinés aussi bien que les non-vaccinés, il est nécessaire de respecter un isolement de dix jours. En revanche, les recommandations varient pour les cas contacts.", + "title": "Licences de pêche post-Brexit : « Nous ne lâcherons pas nos pêcheurs », promet Emmanuel Macron", + "description": "L’annonce, par la ministre de la mer, de possibles indemnisations pour certains pêcheurs ne pouvant plus travailler a été atténuée par le chef de l’Etat, qui a ajouté : « Avant Noël, la France aura pris une position. »", + "content": "L’annonce, par la ministre de la mer, de possibles indemnisations pour certains pêcheurs ne pouvant plus travailler a été atténuée par le chef de l’Etat, qui a ajouté : « Avant Noël, la France aura pris une position. »", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/23/covid-19-cas-contacts-vaccines-ou-pas-le-point-sur-les-regles-d-isolement-a-respecter-en-france_6103298_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/19/brexit-le-plan-d-indemnisation-evoque-par-le-gouvernement-pour-les-navires-sans-licence-fait-reagir-les-pecheurs_6102687_3210.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 15:56:22 +0100", + "pubDate": "Fri, 19 Nov 2021 10:27:30 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1e53b83e67bac46963ef1d83223589d1" + "hash": "730742f83f2f3d5cf75a427485b45d0d" }, { - "title": "A la Martinique, des forces de l’ordre et des pompiers cibles de tirs d’armes à feu", - "description": "Les tirs n’ont pas fait de victimes. Des barrages bloquent toujours les principales routes de l’île, après un appel à la grève générale contre l’obligation vaccinale des soignants et pour des hausses de salaires.", - "content": "Les tirs n’ont pas fait de victimes. Des barrages bloquent toujours les principales routes de l’île, après un appel à la grève générale contre l’obligation vaccinale des soignants et pour des hausses de salaires.", + "title": "« Civilisation », le grand cru d’Orelsan", + "description": "Construit en deux parties et toujours produit musicalement par son complice Skread, le quatrième album du rappeur égrène, entre musique drill et disco, des solutions pour mieux vivre.", + "content": "Construit en deux parties et toujours produit musicalement par son complice Skread, le quatrième album du rappeur égrène, entre musique drill et disco, des solutions pour mieux vivre.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/23/a-la-martinique-des-forces-de-l-ordre-et-des-pompiers-cibles-de-tirs-d-armes-a-feu_6103297_3224.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/19/civilisation-le-grand-cru-d-orelsan_6102682_3246.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 15:11:51 +0100", + "pubDate": "Fri, 19 Nov 2021 09:25:55 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6adfe127f79eb8f1e03b3d2bacc83723" + "hash": "d99f56bdb2c5ccb7a3faf011c8c8db52" }, { - "title": "La France appelle ses ressortissants à quitter « sans délai » l’Ethiopie en guerre", - "description": "L’ambassade à Addis-Abeba prévoit de faciliter le départ des Français sur des vols commerciaux en réservant des sièges et, « si nécessaire », d’affréter un vol charter.", - "content": "L’ambassade à Addis-Abeba prévoit de faciliter le départ des Français sur des vols commerciaux en réservant des sièges et, « si nécessaire », d’affréter un vol charter.", + "title": "La politique européenne de la concurrence soumise à des « changements ciblés »", + "description": "La Commission de Bruxelles « pourrait envisager » d’autoriser des aides d’Etat visant à soutenir la production de semi-conducteurs.", + "content": "La Commission de Bruxelles « pourrait envisager » d’autoriser des aides d’Etat visant à soutenir la production de semi-conducteurs.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/23/la-france-appelle-ses-ressortissants-a-quitter-sans-delai-l-ethiopie-en-guerre_6103296_3212.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/19/la-politique-europeenne-de-la-concurrence-soumise-a-des-changements-cibles_6102681_3234.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 15:10:35 +0100", + "pubDate": "Fri, 19 Nov 2021 09:25:39 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "51131aa551754ca84ece9b1adb26dd4b" + "hash": "dfa5f840796c235ee5f8ed5d10565683" }, { - "title": "La Turquie condamnée par la CEDH pour la détention provisoire « arbitraire » de 427 magistrats", - "description": "Ces juges et procureurs avaient été arrêtés pour « suspicion d’appartenance au FETO ». Cet acronyme désigne l’« Organisation terroriste des partisans de Fethullah » Gülen, accusé par Ankara d’avoir ourdi la tentative de putsch.", - "content": "Ces juges et procureurs avaient été arrêtés pour « suspicion d’appartenance au FETO ». Cet acronyme désigne l’« Organisation terroriste des partisans de Fethullah » Gülen, accusé par Ankara d’avoir ourdi la tentative de putsch.", + "title": "Les sanctions du régulateur chinois font chuter les profits d’Alibaba", + "description": "Un an après le lancement d’une campagne de régulation des mastodontes chinois du numérique, l’e-commerçant a vu ses profits chuter de 81 %.", + "content": "Un an après le lancement d’une campagne de régulation des mastodontes chinois du numérique, l’e-commerçant a vu ses profits chuter de 81 %.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/23/la-cedh-condamne-la-turquie-pour-la-detention-provisoire-arbitraire-de-427-magistrats_6103294_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/19/les-sanctions-du-regulateur-chinois-font-chuter-les-profits-d-alibaba_6102678_3234.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 14:31:34 +0100", + "pubDate": "Fri, 19 Nov 2021 09:05:44 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f5f797a55431f00ef08517d4afa8658b" + "hash": "09d3bb3983b3c738ff700fd905a6e6f5" }, { - "title": "JO 2024 : la justice autorise la reprise des travaux de construction d’une piscine d’entraînement à Aubervilliers", - "description": "La cour administrative d’appel de Paris avait suspendu le permis de construire à la fin de septembre, invoquant des « doutes sérieux sur [sa] légalité », après une procédure d’urgence lancée par des opposants au projet.", - "content": "La cour administrative d’appel de Paris avait suspendu le permis de construire à la fin de septembre, invoquant des « doutes sérieux sur [sa] légalité », après une procédure d’urgence lancée par des opposants au projet.", + "title": "Orelsan : « Le monde n’a pas besoin de plus de cynisme »", + "description": "Le rappeur publie son quatrième album, « Civilisation », plus engagé que ses précédents, sans perdre sa qualité d’écriture. Chronique d’un succès annoncé.", + "content": "Le rappeur publie son quatrième album, « Civilisation », plus engagé que ses précédents, sans perdre sa qualité d’écriture. Chronique d’un succès annoncé.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/23/jo-2024-la-justice-autorise-la-reprise-des-travaux-de-construction-d-une-piscine-d-entrainement-a-aubervilliers_6103289_3242.html", + "link": "https://www.lemonde.fr/culture/article/2021/11/19/orelsan-le-monde-n-a-pas-besoin-de-plus-de-cynisme_6102677_3246.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 13:54:45 +0100", + "pubDate": "Fri, 19 Nov 2021 09:02:57 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e723ee82fc0c31ae91b09d5d9a346d19" + "hash": "eb9bcb1b5b57fadd3b7fb3d24a19074a" }, { - "title": "Pétrole : les Etats-Unis puisent dans leurs réserves stratégiques pour tenter de faire baisser les prix", - "description": "Cette opération se fait en concertation avec d’autres Etats gros consommateurs d’or noir, en particulier la Chine, l’Inde, le Japon, la Corée du Sud ou encore le Royaume-Uni.", - "content": "Cette opération se fait en concertation avec d’autres Etats gros consommateurs d’or noir, en particulier la Chine, l’Inde, le Japon, la Corée du Sud ou encore le Royaume-Uni.", + "title": "Le taux de chômage reste stable en France, à 8,1 % au 3e trimestre, selon l’Insee", + "description": "Sur le trimestre, le taux de chômage augmente pour les 15-24 ans et se stabilise pour les 25-49 ans et les 50 ans et plus, détaille l’Institut national de la statistique.", + "content": "Sur le trimestre, le taux de chômage augmente pour les 15-24 ans et se stabilise pour les 25-49 ans et les 50 ans et plus, détaille l’Institut national de la statistique.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/23/petrole-les-etats-unis-puisent-dans-leurs-reserves-strategiques-pour-tenter-de-faire-baisser-les-prix_6103287_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/19/le-taux-de-chomage-en-france-s-etablit-a-8-1-au-3e-trimestre-selon-l-insee_6102675_3234.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 13:47:10 +0100", + "pubDate": "Fri, 19 Nov 2021 08:38:34 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b97fac760c25c7f1a692d12fee1d0863" + "hash": "ea4038e257078fe1339c3f88d8ea3bcf" }, { - "title": "Interruption du match OL-OM : Gérald Darmanin veut travailler sur les interdictions de stade", - "description": "Les instances du football français se sont réunies au ministère de l’intérieur, mardi, pour commencer à tirer les conclusions de l’incident de dimanche, au Parc OL.", - "content": "Les instances du football français se sont réunies au ministère de l’intérieur, mardi, pour commencer à tirer les conclusions de l’incident de dimanche, au Parc OL.", + "title": "Les premières performances en demi-teinte des réseaux 5G en France", + "description": "Le « gendarme » des télécommunications publie, vendredi 19 novembre, une étude sur la qualité des réseaux mobiles en France. A ce stade, la 5G offre encore une plus-value limitée.", + "content": "Le « gendarme » des télécommunications publie, vendredi 19 novembre, une étude sur la qualité des réseaux mobiles en France. A ce stade, la 5G offre encore une plus-value limitée.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/23/interruption-du-match-ol-om-gerald-darmanin-veut-travailler-sur-les-interdictions-de-stade_6103285_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/19/les-premieres-performances-en-demi-teinte-des-reseaux-5g-en-france_6102674_3234.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:49:22 +0100", + "pubDate": "Fri, 19 Nov 2021 08:30:04 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ac6bee268d4dcea12adfb468893069d" + "hash": "e4f006ceb2d4a52fbf938effe46e6e61" }, { - "title": "Tests PCR et antigéniques : Jean-Luc Mélenchon, Marine Le Pen et Michel Barnier demandent le retour de la gratuité", - "description": "Alors que le nombre de cas de Covid-19 repart à la hausse, une partie de l’opposition réclame que soit rétablie la gratuité, suspendue depuis le 15 octobre.", - "content": "Alors que le nombre de cas de Covid-19 repart à la hausse, une partie de l’opposition réclame que soit rétablie la gratuité, suspendue depuis le 15 octobre.", + "title": "Face à la colère des paysans, l’Inde décide d’abroger des lois de réforme agricole", + "description": "Nombre de petits exploitants s’estimaient menacés par ces réformes votées en septembre 2020 qui risquaient, selon eux, de les obliger à brader leurs marchandises aux grandes entreprises pour les écouler.", + "content": "Nombre de petits exploitants s’estimaient menacés par ces réformes votées en septembre 2020 qui risquaient, selon eux, de les obliger à brader leurs marchandises aux grandes entreprises pour les écouler.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/23/covid-19-jean-luc-melenchon-marine-le-pen-et-michel-barnier-demandent-le-retour-de-la-gratuite-des-tests_6103284_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/11/19/face-a-la-colere-des-paysans-l-inde-annonce-l-abrogation-des-lois-de-la-reforme-agricole_6102673_3210.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 12:29:00 +0100", + "pubDate": "Fri, 19 Nov 2021 08:24:35 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "545a0a05728886dc71389e0603df3476" + "hash": "c0eadaa551ca12aa4012466dfd932401" }, { - "title": "Immobilier : les prix des logements anciens augmentent de 7,4 % sur un an", - "description": "La hausse des prix est plus marquée en région, notamment pour les maisons. En Ile-de-France, la hausse est de 4 % sur un an ; à Paris, les prix restent stables.", - "content": "La hausse des prix est plus marquée en région, notamment pour les maisons. En Ile-de-France, la hausse est de 4 % sur un an ; à Paris, les prix restent stables.", + "title": "Record aux enchères pour l’un des premiers exemplaires de la Constitution américaine", + "description": "Un collectif d’amateurs de cryptomonnaies, qui rêvait de s’offrir le document historique, n’a pas réussi à s’aligner sur l’offre finale, qui s’élève à plus de 43 millions de dollars.", + "content": "Un collectif d’amateurs de cryptomonnaies, qui rêvait de s’offrir le document historique, n’a pas réussi à s’aligner sur l’offre finale, qui s’élève à plus de 43 millions de dollars.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/23/immobilier-les-prix-des-logements-anciens-augmentent-de-7-4-sur-un-an_6103278_3234.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/19/une-copie-originale-de-la-constitution-americaine-vendue-aux-encheres-a-un-prix-record_6102669_3234.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:54:19 +0100", + "pubDate": "Fri, 19 Nov 2021 07:01:40 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "30e70c93f76da0cc6a90cfc11d2d8432" + "hash": "6688afc4510c484f0e0a40aa822fd219" }, { - "title": "Les marchés financiers en équilibre précaire face à la hausse des taux d’intérêt", - "description": "Alors que le soutien public a alimenté la croissance des marchés durant la crise sanitaire, ces derniers risquent d’être impactés par le resserrement des politiques monétaires amorcé par les banques centrales à travers le monde.", - "content": "Alors que le soutien public a alimenté la croissance des marchés durant la crise sanitaire, ces derniers risquent d’être impactés par le resserrement des politiques monétaires amorcé par les banques centrales à travers le monde.", + "title": "En un an, la déforestation de l’Amazonie s’est nettement accélérée au Brésil", + "description": "Selon une estimation officielle publiée jeudi 18 novembre, la déforestation s’est étendue sur 13 235 km2 entre août 2020 et juillet 2021, soit près de 22 % d’augmentation – le record des quinze dernières années. Le gouvernement de Jair Bolsonaro, qui fait l’objet de critiques internationales pour avoir affaibli la surveillance des écosystèmes amazoniens, estime que ces données « ne reflètent pas exactement la réalité des derniers mois ».", + "content": "Selon une estimation officielle publiée jeudi 18 novembre, la déforestation s’est étendue sur 13 235 km2 entre août 2020 et juillet 2021, soit près de 22 % d’augmentation – le record des quinze dernières années. Le gouvernement de Jair Bolsonaro, qui fait l’objet de critiques internationales pour avoir affaibli la surveillance des écosystèmes amazoniens, estime que ces données « ne reflètent pas exactement la réalité des derniers mois ».", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/23/les-marches-financiers-en-equilibre-precaire-face-a-la-hausse-des-taux-d-interet_6103275_3234.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/19/la-deforestation-de-l-amazonie-bresilienne-s-accelere_6102660_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:48:43 +0100", + "pubDate": "Fri, 19 Nov 2021 06:24:48 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b3cc57b5df2c2b58168d4034714d4bc2" + "hash": "aa63c6b5d84faa45e67276f119d5cd69" }, { - "title": "L’opposition biélorusse toujours en attente de gestes « concrets » de la part de l’Union européenne", - "description": "La conférence internationale sur la Biélorussie organisée à Vienne, lundi, a souligné les hésitations de l’Europe face au régime d’Alexandre Loukachenko.", - "content": "La conférence internationale sur la Biélorussie organisée à Vienne, lundi, a souligné les hésitations de l’Europe face au régime d’Alexandre Loukachenko.", + "title": "Liz Throssell, une porte-parole du Haut-Commissariat aux droits de l’homme, a déclaré vendredi : « Nous demandons instamment qu’une enquête soit menée en toute transparence sur ces allégations d’agression sexuelle. »", + "description": "Le patron de la WTA, qui gère le circuit professionnel de tennis féminin, a menacé de retirer les compétitions ayant lieu en Chine si Pékin ne tire pas l’affaire au clair.", + "content": "Le patron de la WTA, qui gère le circuit professionnel de tennis féminin, a menacé de retirer les compétitions ayant lieu en Chine si Pékin ne tire pas l’affaire au clair.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/23/l-opposition-bielorusse-toujours-en-attente-de-gestes-concrets-de-la-part-de-l-union-europeenne_6103272_3210.html", + "link": "https://www.lemonde.fr/international/article/2021/11/19/disparition-de-la-joueuse-peng-shuai-le-patron-du-tennis-feminin-menace-de-retirer-la-chine-du-circuit_6102659_3210.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:29:38 +0100", + "pubDate": "Fri, 19 Nov 2021 06:16:01 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9dedbf9f8e1361a5d5e3f0e2737b56aa" + "hash": "1a23fe3f60ee3a5e63b9b2ec3b43e109" }, { - "title": "Le Puy du Fou va lancer des croisières haut de gamme en train dans toute la France", - "description": "Le parc d’attractions vendéen va créer sa propre entreprise ferroviaire afin de proposer des spectacles itinérants à partir de 2023.", - "content": "Le parc d’attractions vendéen va créer sa propre entreprise ferroviaire afin de proposer des spectacles itinérants à partir de 2023.", + "title": "Entretien | Jean-Yves Le Drian : « Nos concurrents n’ont ni tabous ni limites »", + "description": "Dans un entretien au « Monde », le ministre des affaires étrangères français met en cause le comportement de la Chine et de la Russie, dans un monde où les rapports de force se durcissent.", + "content": "Dans un entretien au « Monde », le ministre des affaires étrangères français met en cause le comportement de la Chine et de la Russie, dans un monde où les rapports de force se durcissent.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/23/le-puy-du-fou-va-lancer-des-croisieres-en-train-haut-de-gamme_6103271_3234.html", + "link": "https://www.lemonde.fr/international/article/2021/11/19/jean-yves-le-drian-nos-concurrents-n-ont-ni-tabous-ni-limites_6102656_3210.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:24:21 +0100", + "pubDate": "Fri, 19 Nov 2021 06:08:27 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e035a4fbc482122e4a24cb46b9880f3" + "hash": "201cade2b59459d66c252c5c44641cda" }, { - "title": "Roumanie : le général Nicolae Ciuca, un militaire chargé de gouverner un pays ravagé par le Covid-19", - "description": "Après deux mois de manœuvres politiques, la nomination de ce militaire tout juste entré en politique à la tête du gouvernement ne fait pas l’unanimité.", - "content": "Après deux mois de manœuvres politiques, la nomination de ce militaire tout juste entré en politique à la tête du gouvernement ne fait pas l’unanimité.", + "title": "Au procès des attentats du 13-Novembre, l’organisation bureaucratique de la barbarie", + "description": "Le procès est entré, jeudi, dans le cœur de l’enquête. Deux témoins ont décortiqué le fonctionnement de la cellule de l’organisation Etat islamique chargée de planifier les attaques et le parcours de certains de ses membres.", + "content": "Le procès est entré, jeudi, dans le cœur de l’enquête. Deux témoins ont décortiqué le fonctionnement de la cellule de l’organisation Etat islamique chargée de planifier les attaques et le parcours de certains de ses membres.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/23/en-roumanie-un-militaire-charge-de-sortir-le-pays-de-la-crise_6103268_3210.html", + "link": "https://www.lemonde.fr/societe/article/2021/11/19/au-proces-des-attentats-du-13-novembre-l-organisation-bureaucratique-de-la-barbarie_6102655_3224.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:10:42 +0100", + "pubDate": "Fri, 19 Nov 2021 06:05:09 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cdcaf7e9ed20313a376ffe2df9557cd9" + "hash": "653c00de62ce26973eebe06e911b338f" }, { - "title": "Près de 90 % des VTC sous-déclarent leur chiffre d’affaires", - "description": "Le Haut Conseil du financement de la protection sociale a diffusé, mardi, une note qui apporte de nouveaux chiffrages sur la fraude aux cotisations.", - "content": "Le Haut Conseil du financement de la protection sociale a diffusé, mardi, une note qui apporte de nouveaux chiffrages sur la fraude aux cotisations.", + "title": "Des Français moins mécontents de leur banque", + "description": "Les clients font passer la qualité du service ou l’image de la banque avant les tarifs, alors que l’usage du digital s’accélère.", + "content": "Les clients font passer la qualité du service ou l’image de la banque avant les tarifs, alors que l’usage du digital s’accélère.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/23/travail-au-noir-pres-de-90-des-vtc-sous-declarent-leur-chiffre-d-affaires_6103265_823448.html", + "link": "https://www.lemonde.fr/argent/article/2021/11/19/des-francais-moins-mecontents-de-leur-banque_6102650_1657007.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 11:02:21 +0100", + "pubDate": "Fri, 19 Nov 2021 06:00:25 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b3783ae97c2cb7d661e9a2d03ae5f9b" + "hash": "bc3aa7043e4677bc4c7255d6033bda7f" }, { - "title": "Kevin Spacey condamné à payer 31 millions de dollars à la production de « House of Cards »", - "description": "La société MRC demandait réparation pour avoir dû remanier le script de la série à succès afin d’en exclure l’acteur, accusé de harcèlement sexuel.", - "content": "La société MRC demandait réparation pour avoir dû remanier le script de la série à succès afin d’en exclure l’acteur, accusé de harcèlement sexuel.", + "title": "La flambée des prix alimentaires fait craindre une aggravation de la faim dans le monde", + "description": "Selon l’indice de la FAO, les denrées de base ont augmenté de plus 30 % en un an. Combinée aux effets économique de la crise sanitaire, cette inflation menace particulièrement un tiers de la population mondiale, déjà en insécurité alimentaire", + "content": "Selon l’indice de la FAO, les denrées de base ont augmenté de plus 30 % en un an. Combinée aux effets économique de la crise sanitaire, cette inflation menace particulièrement un tiers de la population mondiale, déjà en insécurité alimentaire", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/23/kevin-spacey-condamne-a-payer-31-millions-de-dollars-a-la-production-de-house-of-cards_6103260_3246.html", + "link": "https://www.lemonde.fr/planete/article/2021/11/19/la-flambee-des-prix-alimentaires-fait-craindre-une-aggravation-de-la-faim-dans-le-monde_6102644_3244.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 10:28:35 +0100", + "pubDate": "Fri, 19 Nov 2021 05:40:58 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a1b62fab28c28e4cd6fdc2eb58bfedb3" + "hash": "04f9349c5f16bc5bb883bb1e5401282a" }, { - "title": "Ethiopie : Abiy Ahmed annonce se « mobiliser sur le front » pour mener la guerre contre les rebelles", - "description": "Les déclarations du premier ministre interviennent alors que le Front de libération du peuple du Tigré affirme progresser vers Addis-Abeba.", - "content": "Les déclarations du premier ministre interviennent alors que le Front de libération du peuple du Tigré affirme progresser vers Addis-Abeba.", + "title": "Des joueuses de football afghanes parviennent à se réfugier au Royaume-Uni grâce à l’aide de Kim Kardashian", + "description": "La star américaine de téléréalité a financé le vol de trente-cinq footballeuses et de leurs familles, qui avaient fui au Pakistan après la prise de pouvoir de Kaboul par les talibans.", + "content": "La star américaine de téléréalité a financé le vol de trente-cinq footballeuses et de leurs familles, qui avaient fui au Pakistan après la prise de pouvoir de Kaboul par les talibans.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/23/ethiopie-abiy-ahmed-annonce-se-mobiliser-sur-le-front-pour-mener-la-guerre-contre-les-rebelles_6103259_3212.html", + "link": "https://www.lemonde.fr/international/article/2021/11/19/des-joueuses-de-football-afghanes-parviennent-a-se-refugier-au-royaume-uni-grace-a-l-aide-de-kim-kardashian_6102641_3210.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 10:22:01 +0100", + "pubDate": "Fri, 19 Nov 2021 04:55:08 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8364a18ca3da9aca75e52df96237756" + "hash": "934565039eb6c6420bc0bfd7a47d7d2b" }, { - "title": "Guadeloupe : « L’obligation vaccinale des soignants et pompiers s’appliquera », prévient Sébastien Lecornu", - "description": "La fin de l’obligation vaccinale pour les soignants et les pompiers est une des revendications principales des manifestants. Le ministre des outre-mer, Sébastien Lecornu, a rappelé que « c’est que la loi de la République s’appliquera. »", - "content": "La fin de l’obligation vaccinale pour les soignants et les pompiers est une des revendications principales des manifestants. Le ministre des outre-mer, Sébastien Lecornu, a rappelé que « c’est que la loi de la République s’appliquera. »", + "title": "En Allemagne, un candidat surprise dans la course à la présidence de la CDU", + "description": "Le parti démocrate-chrétien élira mi-décembre son nouveau chef. En lice, le très conservateur Friedrich Merz, le centriste Norbert Röttgen, et un candidat de dernière minute : Helge Braun, l’un des plus proches collaborateurs d’Angela Merkel.", + "content": "Le parti démocrate-chrétien élira mi-décembre son nouveau chef. En lice, le très conservateur Friedrich Merz, le centriste Norbert Röttgen, et un candidat de dernière minute : Helge Braun, l’un des plus proches collaborateurs d’Angela Merkel.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/23/conflit-social-en-guadeloupe-l-obligation-vaccinale-des-soignants-et-pompiers-s-appliquera-previent-sebastien-lecornu_6103252_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/11/19/en-allemagne-un-candidat-surprise-dans-la-course-a-la-presidence-de-la-cdu_6102640_3210.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 10:08:33 +0100", + "pubDate": "Fri, 19 Nov 2021 04:16:18 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25f5ce15999962b2ed5dbd54db55ae22" + "hash": "b569bd441c0adf45684ad95ee214d27f" }, { - "title": "La situation financière des collectivités locales devrait s’améliorer en 2021", - "description": "Transferts de l’Etat, mesures de soutien, produits fiscaux en hausse… Selon un rapport de la Cour des comptes, les finances locales connaissent une embellie, qui ne chasse cependant pas toutes les interrogations pour le futur.", - "content": "Transferts de l’Etat, mesures de soutien, produits fiscaux en hausse… Selon un rapport de la Cour des comptes, les finances locales connaissent une embellie, qui ne chasse cependant pas toutes les interrogations pour le futur.", + "title": "Présidentielle 2022 : après une percée, la précampagne d’Eric Zemmour s’essouffle", + "description": "Le polémiste d’extrême droite a multiplié les outrances au point de crisper dans son propre camp. Son équipe peine à franchir le cap nécessaire à une candidature.", + "content": "Le polémiste d’extrême droite a multiplié les outrances au point de crisper dans son propre camp. Son équipe peine à franchir le cap nécessaire à une candidature.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/23/la-situation-financiere-des-collectivites-locales-devrait-s-ameliorer-en-2021_6103251_823448.html", + "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/19/presidentielle-2022-apres-une-percee-la-precampagne-d-eric-zemmour-s-essouffle_6102639_6059010.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 10:00:10 +0100", + "pubDate": "Fri, 19 Nov 2021 03:35:34 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "adfb6de5536c1adea80886321fb91f24" + "hash": "60ba97e32a4cd7b7d06ae78de374a737" }, { - "title": "Le ministre israélien de la défense, Benny Gantz, en visite au Maroc dans un contexte régional tendu", - "description": "Un an après la normalisation des relations entre les deux pays, ce déplacement vise à renforcer leur coopération sécuritaire.", - "content": "Un an après la normalisation des relations entre les deux pays, ce déplacement vise à renforcer leur coopération sécuritaire.", + "title": "Comment le renseignement français a traqué Pegasus après les révélations du « Monde »", + "description": "D’un côté le silence, de l’autre une discrète mobilisation : depuis fin juillet, les services de renseignement français se sont activés. Des traces du logiciel espion ont notamment été détectées sur les téléphones de deux hauts fonctionnaires travaillant sur des dossiers sensibles du conseil de défense.", + "content": "D’un côté le silence, de l’autre une discrète mobilisation : depuis fin juillet, les services de renseignement français se sont activés. Des traces du logiciel espion ont notamment été détectées sur les téléphones de deux hauts fonctionnaires travaillant sur des dossiers sensibles du conseil de défense.", "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/23/le-ministre-israelien-de-la-defense-benny-gantz-en-visite-au-maroc-dans-un-contexte-regional-tendu_6103250_3212.html", + "link": "https://www.lemonde.fr/pixels/article/2021/11/19/comment-le-renseignement-francais-a-traque-pegasus-apres-les-revelations-du-monde_6102638_4408996.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 09:57:45 +0100", + "pubDate": "Fri, 19 Nov 2021 02:59:45 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "71246b5ff15cfc15129317823c5cdaac" + "hash": "25e28ae887e812ce2e79a443ee8e5406" }, { - "title": "L’écrivain américain Noah Gordon est mort", - "description": "Le romancier était connu pour ses œuvres sur l’histoire de la médecine et du judaïsme. Il avait 95 ans.", - "content": "Le romancier était connu pour ses œuvres sur l’histoire de la médecine et du judaïsme. Il avait 95 ans.", + "title": "Enquête | Au Canada, l’horreur des pensionnats autochtones", + "description": "Jusqu’en 1996, le pays a arraché à leurs familles des enfants amérindiens pour les conduire dans des institutions catholiques. Beaucoup y ont subi des violences, y compris sexuelles, 6 000 en sont morts. Un génocide culturel pour lequel le pape pourrait présenter des excuses en décembre.", + "content": "Jusqu’en 1996, le pays a arraché à leurs familles des enfants amérindiens pour les conduire dans des institutions catholiques. Beaucoup y ont subi des violences, y compris sexuelles, 6 000 en sont morts. Un génocide culturel pour lequel le pape pourrait présenter des excuses en décembre.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/23/l-ecrivain-americain-noah-gordon-est-mort_6103246_3246.html", + "link": "https://www.lemonde.fr/m-le-mag/article/2021/11/19/tuer-l-indien-au-c-ur-de-l-enfant-au-canada-les-pensionnats-de-l-horreur_6102637_4500055.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 09:16:10 +0100", + "pubDate": "Fri, 19 Nov 2021 02:38:09 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "538d01823d6f4d291b358c32b850c9bf" + "hash": "f70f0b64c7f91bd7f73da222e3185e5c" }, { - "title": "Après les néobanques, les investisseurs s’enthousiasment pour l’« assurtech »", - "description": "La néoassurance française Leocare annonce, mardi 23 novembre, une levée de 110 millions de dollars.", - "content": "La néoassurance française Leocare annonce, mardi 23 novembre, une levée de 110 millions de dollars.", + "title": "Ligue des champions féminine : le PSG s’offre une bouffée d’air en se qualifiant pour les quarts de finale", + "description": "Les Parisiennes se sont imposées, jeudi, sur la pelouse du Real Madrid (2-0), dans un contexte difficile en raison de l’agression de Kheira Hamraoui et de la lourde défaite à Lyon en championnat, dimanche.", + "content": "Les Parisiennes se sont imposées, jeudi, sur la pelouse du Real Madrid (2-0), dans un contexte difficile en raison de l’agression de Kheira Hamraoui et de la lourde défaite à Lyon en championnat, dimanche.", "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/23/les-investisseurs-s-enthousiasment-pour-les-start-up-de-l-assurance_6103245_3234.html", + "link": "https://www.lemonde.fr/football/article/2021/11/19/ligue-des-champions-feminine-le-psg-s-offre-une-bouffee-d-air-en-se-qualifiant-pour-les-quarts-de-finale_6102635_1616938.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 09:08:03 +0100", + "pubDate": "Fri, 19 Nov 2021 02:03:04 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "62169c7a2bb87c2999d48b223602eea9" + "hash": "15886bc58bf96ec6b1e4b099d5432c2e" }, { - "title": "Sages-femmes : un accord signé entre syndicats et gouvernement pour de nouvelles hausses de salaires", - "description": "En additionnant ces mesures aux 183 euros mensuels du Ségur de la santé, le gouvernement met en avant une « revalorisation nette de 500 euros par mois ». Mais le protocole ne satisfait pas tous les syndicats.", - "content": "En additionnant ces mesures aux 183 euros mensuels du Ségur de la santé, le gouvernement met en avant une « revalorisation nette de 500 euros par mois ». Mais le protocole ne satisfait pas tous les syndicats.", + "title": "A Grigny, l’usine Bergams liquidée sur fond de tensions entre salariés", + "description": "La grève contre un accord collectif appliqué depuis janvier a fortement divisé les 283 employés de l’usine agroalimentaire, diversement touchés par ce dispositif. Le tribunal de commerce d’Evry a décidé la mise en liquidation, mercredi 17 novembre.", + "content": "La grève contre un accord collectif appliqué depuis janvier a fortement divisé les 283 employés de l’usine agroalimentaire, diversement touchés par ce dispositif. Le tribunal de commerce d’Evry a décidé la mise en liquidation, mercredi 17 novembre.", "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/23/sages-femmes-un-accord-signe-entre-les-syndicats-et-le-gouvernement-pour-de-nouvelles-hausses-de-salaires_6103244_3224.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/19/a-grigny-l-usine-bergams-liquidee-sur-fond-de-tensions-entre-salaries_6102633_3234.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 08:37:40 +0100", + "pubDate": "Fri, 19 Nov 2021 01:47:22 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a4df73a85b93a41bc69e91f7007f6a58" + "hash": "881eaa8ae9ac36db39545bef4226a573" }, { - "title": "La série française « Dix pour cent » primée aux International Emmy Awards 2021", - "description": "La série, lancée en 2015 sur France Télévisions et qui triomphe aujourd’hui sur la plate-forme américaine Netflix, a remporté le prix de la meilleure comédie.", - "content": "La série, lancée en 2015 sur France Télévisions et qui triomphe aujourd’hui sur la plate-forme américaine Netflix, a remporté le prix de la meilleure comédie.", + "title": "L’usine Ascoval ne délocalisera pas une partie de son activité en Allemagne", + "description": "Le groupe allemand Saarstahl envisageait de transférer 40 % de la production de cette aciérie du Nord, ce qui avait suscité la colère de nombreux élus politiques et mobilisé le gouvernement.", + "content": "Le groupe allemand Saarstahl envisageait de transférer 40 % de la production de cette aciérie du Nord, ce qui avait suscité la colère de nombreux élus politiques et mobilisé le gouvernement.", "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/23/la-serie-francaise-dix-pour-cent-primee-aux-international-emmy-awards-2021_6103242_3246.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/19/l-usine-ascoval-ne-delocalisera-pas-une-partie-de-son-activite-en-allemagne_6102629_3234.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 07:59:29 +0100", + "pubDate": "Fri, 19 Nov 2021 00:35:59 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b932fd00f7c78a6528081fba91911cbb" + "hash": "9bd7f8b64f43b016968632eb4f175410" }, { - "title": "Transat Jacques Vabre : Sébastien Rogues et Mathieu Souben franchissent la ligne les premiers en Martinique", - "description": "Arrivé dans la nuit à Fort-de-France, le duo s’impose en Ocean Fifty à bord de « Primonial » , en un peu plus de 15 jours et 13 heures.", - "content": "Arrivé dans la nuit à Fort-de-France, le duo s’impose en Ocean Fifty à bord de « Primonial » , en un peu plus de 15 jours et 13 heures.", + "title": "Le confinement des personnes non vaccinées n’est « pas nécessaire en France », estime Emmanuel Macron", + "description": "Dans un entretien au quotidien régional « La Voix du Nord », le président de la République a également dit attendre l’avis des autorités sanitaires sur une éventuelle dose de rappel du vaccin contre le Covid-19 pour tous.", + "content": "Dans un entretien au quotidien régional « La Voix du Nord », le président de la République a également dit attendre l’avis des autorités sanitaires sur une éventuelle dose de rappel du vaccin contre le Covid-19 pour tous.", "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/23/transat-jacques-vabre-sebastien-rogues-et-mathieu-souben-franchissent-la-ligne-les-premiers-en-martinique_6103241_3242.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/18/le-confinement-des-personnes-non-vaccinees-n-est-pas-necessaire-en-france-estime-emmanuel-macron_6102628_823448.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 07:20:20 +0100", + "pubDate": "Thu, 18 Nov 2021 22:54:25 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ff7ed180c809750a2f7281ac6433a5aa" + "hash": "7e10624170142fb01eb1c1697d3c38ec" }, { - "title": "Jean-Louis Missika, l’ancien stratège d’Anne Hidalgo, contraint de renoncer à deux missions", - "description": "Après son départ, l’ancien adjoint à l’urbanisme avait pris des responsabilités dans deux entreprises. Il vient d’en démissionner. Le parquet est saisi de soupçons de conflit d’intérêts.", - "content": "Après son départ, l’ancien adjoint à l’urbanisme avait pris des responsabilités dans deux entreprises. Il vient d’en démissionner. Le parquet est saisi de soupçons de conflit d’intérêts.", + "title": "Aux Etats-Unis, la peine de mort d’un prisonnier commuée au dernier moment", + "description": "Julius Jones, un Afro-Américain de 41 ans, avait été condamné en 2002 à la peine capitale pour le meurtre d’un homme d’affaires. Sa peine est commuée en prison à vie, sans liberté conditionnelle possible.", + "content": "Julius Jones, un Afro-Américain de 41 ans, avait été condamné en 2002 à la peine capitale pour le meurtre d’un homme d’affaires. Sa peine est commuée en prison à vie, sans liberté conditionnelle possible.", "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/23/a-paris-jean-louis-missika-l-ancien-stratege-d-anne-hidalgo-dans-la-tourmente_6103240_823448.html", + "link": "https://www.lemonde.fr/international/article/2021/11/18/aux-etats-unis-la-peine-de-mort-d-un-prisonnier-commuee-au-dernier-moment_6102624_3210.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 07:04:31 +0100", + "pubDate": "Thu, 18 Nov 2021 21:35:52 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "b7f0be8266753041446d08dbc3937d72" + "hash": "8482db070ff8dbcbecfb72c215b0e3b7" }, { - "title": "Covid-19 : qui sont les 17 000 enfants de moins de 12 ans déjà vaccinés en France ?", - "description": "Contrairement aux Etats-Unis ou à Israël, la France n’a pas ouvert la vaccination aux jeunes enfants. Pourtant, les exceptions se multiplient, avec des justifications diverses.", - "content": "Contrairement aux Etats-Unis ou à Israël, la France n’a pas ouvert la vaccination aux jeunes enfants. Pourtant, les exceptions se multiplient, avec des justifications diverses.", + "title": "Handicap : la première adjointe à la mairie de Lyon choquée par les mots d’une élue LR", + "description": "Audrey Hénocque, première adjointe du maire écologiste Grégory Doucet et elle-même handicapée, a reproché ses propos à la conseillère de droite Françoise Blanc lors d’un débat au conseil municipal sur le handicap.", + "content": "Audrey Hénocque, première adjointe du maire écologiste Grégory Doucet et elle-même handicapée, a reproché ses propos à la conseillère de droite Françoise Blanc lors d’un débat au conseil municipal sur le handicap.", "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/23/covid-19-qui-sont-les-17-000-enfants-de-moins-de-12-ans-deja-vaccines_6103239_4355770.html", + "link": "https://www.lemonde.fr/politique/article/2021/11/18/handicap-la-premiere-adjointe-a-la-mairie-de-lyon-choquee-par-les-mots-d-une-elue-lr_6102620_823448.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 07:00:12 +0100", + "pubDate": "Thu, 18 Nov 2021 21:28:10 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f577794d8c7a2ad11f6ee4ec25b7f5f6" + "hash": "cd967b7073ea1f1cbee6d11bc4b533ec" }, { - "title": "En Bulgarie, au moins 45 morts dans un accident de car", - "description": "Le drame, dont la cause reste indéterminée, a eu lieu dans la nuit de lundi à mardi, à 40 kilomètres au sud de Sofia. Sept passagers ont pu être sauvés et transférés à l’hôpital. Le véhicule, immatriculé en Macédoine du Nord, venait d’Istanbul.", - "content": "Le drame, dont la cause reste indéterminée, a eu lieu dans la nuit de lundi à mardi, à 40 kilomètres au sud de Sofia. Sept passagers ont pu être sauvés et transférés à l’hôpital. Le véhicule, immatriculé en Macédoine du Nord, venait d’Istanbul.", + "title": "Un nouveau vote a décidé « en grande majorité » de la poursuite du mouvement social pour vingt-quatre heures supplémentaires.", + "description": "Les salariés protestent notamment contre l’organisation de la charge de travail, les méthodes de management considérées comme décourageantes, voire « destructrices », ainsi que le manque de moyens.", + "content": "Les salariés protestent notamment contre l’organisation de la charge de travail, les méthodes de management considérées comme décourageantes, voire « destructrices », ainsi que le manque de moyens.", "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/23/au-moins-45-morts-en-bulgarie-dans-un-accident-de-car_6103234_3210.html", + "link": "https://www.lemonde.fr/economie/article/2021/11/18/france-24-en-greve_6102525_3234.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 06:22:39 +0100", + "pubDate": "Thu, 18 Nov 2021 09:24:04 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", - "read": false, + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "efe105c4dcf9fdbb631002bb19595c96" + "hash": "fa971b047679617bdd622c6a4b936095" }, { - "title": "Un projet de mine géante de lithium, « or blanc » indispensable à la fabrication des voitures électriques, menace une région du Nevada", - "description": "Dans une enquête en deux volets, « Le Monde » raconte la ruée mondiale vers ce nouvel « or blanc » indispensable à la fabrication des voitures électriques. Première partie : Thacker Pass, le plus grand gisement d’Amérique du Nord, où toute une zone risque d’être sacrifiée au nom de la transition énergétique.", - "content": "Dans une enquête en deux volets, « Le Monde » raconte la ruée mondiale vers ce nouvel « or blanc » indispensable à la fabrication des voitures électriques. Première partie : Thacker Pass, le plus grand gisement d’Amérique du Nord, où toute une zone risque d’être sacrifiée au nom de la transition énergétique.", + "title": "Muhammad Aziz, 83 ans, et Khalil Islam, mort en 2009, ont été disculpés juridiquement plus de cinquante ans après leur condamnation.", + "description": "Il s’agit de Muhammad Aziz, âgé de 83 ans et sorti de prison en 1985, et de Khalil Islam, libéré en 1987 et mort en 2009.", + "content": "Il s’agit de Muhammad Aziz, âgé de 83 ans et sorti de prison en 1985, et de Khalil Islam, libéré en 1987 et mort en 2009.", "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/23/dans-le-nevada-un-projet-de-mine-geante-de-lithium-menace-toute-une-region_6103223_3244.html", + "link": "https://www.lemonde.fr/international/article/2021/11/17/mort-de-malcolm-x-deux-hommes-condamnes-pour-son-meurtre-vont-etre-innocentes_6102466_3210.html", "creator": "", - "pubDate": "Tue, 23 Nov 2021 05:47:33 +0100", + "pubDate": "Wed, 17 Nov 2021 21:14:34 +0100", "folder": "00.03 News/News - FR", "feed": "Le Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e7e3bbabad1ebc46843c4b37ccbdc102" + "hash": "e894e92e6fa60ba9cc1fde6ee3d11076" + } + ], + "folder": "00.03 News/News - FR", + "name": "Le Monde", + "language": "fr", + "hash": "ff93d3b1e91d9b1ddfdfddc9dcc9f475" + }, + { + "title": "Les Echos - Economie France", + "subtitle": "", + "link": "https://www.lesechos.fr/economie-france/", + "image": null, + "description": "Toute l'info économique, financière et boursière sur la France", + "items": [ + { + "title": "Didier-Roland Tabuteau, un fin connaisseur de la protection sociale, prend la tête du Conseil d'Etat", + "description": "Jusqu'ici président de la section sociale, Didier-Roland Tabuteau a été nommé ce mercredi à la tête de cette institution-clé de la République. Le nouveau premier fonctionnaire du pays vient de la gauche et a été un rapporteur sévère du projet de loi retraite d'Emmanuel Macron.", + "content": "Jusqu'ici président de la section sociale, Didier-Roland Tabuteau a été nommé ce mercredi à la tête de cette institution-clé de la République. Le nouveau premier fonctionnaire du pays vient de la gauche et a été un rapporteur sévère du projet de loi retraite d'Emmanuel Macron.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700676812943-didier-roland-tabuteau-un-fin-connaisseur-de-la-protection-sociale-prend-la-tete-du-conseil-detat-2450175.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Wed, 05 Jan 2022 18:40:56 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/05/2450175_didier-roland-tabuteau-un-fin-connaisseur-de-la-protection-sociale-prend-la-tete-du-conseil-detat-web-070676902240_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/05/2450175_didier-roland-tabuteau-un-fin-connaisseur-de-la-protection-sociale-prend-la-tete-du-conseil-detat-web-070676902240_300x160.jpg", + "id": "", + "language": "fr", + "folder": "00.03 News/News - FR", + "feed": "Les Echos", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5d6b1f43cf99af70b0dc15ae3c58d353", + "highlights": [] }, { - "title": "Les Restos du cœur lancent leur 37e campagne d’hiver, marquée par « l’aggravation de la précarité »", - "description": "Selon Patrice Douret, le président de l’association d’aide alimentaire, plus que de fabriquer de « nouveaux pauvres », l’épidémie de Covid-19 a surtout enfoncé ceux qui étaient déjà fragilisés.", - "content": "Selon Patrice Douret, le président de l’association d’aide alimentaire, plus que de fabriquer de « nouveaux pauvres », l’épidémie de Covid-19 a surtout enfoncé ceux qui étaient déjà fragilisés.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/23/les-restos-du-c-ur-lancent-leur-37e-campagne-d-hiver-marquee-par-l-aggravation-de-la-precarite-a-cause-de-la-crise-sanitaire_6103218_3224.html", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 05:14:34 +0100", + "title": "Un quart des indépendants gagnent moins de la moitié du SMIC", + "description": "Une étude de l'Insee publiée ce mercredi met en avant la faiblesse des revenus d'un large quart des indépendants en France. Plus d'un indépendant sur dix gagne à la fois moins d'un demi-SMIC annuel et vit sous le seuil de pauvreté.", + "content": "Une étude de l'Insee publiée ce mercredi met en avant la faiblesse des revenus d'un large quart des indépendants en France. Plus d'un indépendant sur dix gagne à la fois moins d'un demi-SMIC annuel et vit sous le seuil de pauvreté.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700675569190-un-quart-des-independants-gagnent-moins-de-la-moitie-du-smic-2450155.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Wed, 05 Jan 2022 17:00:28 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/05/2450155_un-quart-des-independants-gagnent-moins-de-la-moitie-du-smic-web-070675744429.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/05/2450155_un-quart-des-independants-gagnent-moins-de-la-moitie-du-smic-web-070675744429.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c881ac8f7bd6a44050a390771e3da0c" + "hash": "11dd33402858d2cdc116740cb6606c60", + "highlights": [] }, { - "title": "Comment l’Egypte a dévoyé l’aide militaire antiterroriste française pour cibler des réseaux ordinaires de trafiquants ou de migrants", - "description": "Selon le média « Disclose », Le Caire utiliserait des informations fournies par Paris dans le cadre de la lutte contre le terrorisme pour cibler des réseaux ordinaires de trafiquants d’armes, de drogues ou de migrants, et donc causer la mort de civils.", - "content": "Selon le média « Disclose », Le Caire utiliserait des informations fournies par Paris dans le cadre de la lutte contre le terrorisme pour cibler des réseaux ordinaires de trafiquants d’armes, de drogues ou de migrants, et donc causer la mort de civils.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/23/une-mission-clandestine-du-renseignement-militaire-francais-en-egypte-mise-en-cause_6103217_3210.html", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 05:08:15 +0100", + "title": "Paritarisme : syndicats et patronat en quête d'un nouveau souffle", + "description": "Les partenaires sociaux interprofessionnels ont entamé ce mercredi la première de sept séances de négociation pour moderniser leurs relations. Fortement contraints dans leur action nationale depuis 2017, ils comptent sur cette négociation pour envoyer un message aux candidats à la présidentielle.", + "content": "Les partenaires sociaux interprofessionnels ont entamé ce mercredi la première de sept séances de négociation pour moderniser leurs relations. Fortement contraints dans leur action nationale depuis 2017, ils comptent sur cette négociation pour envoyer un message aux candidats à la présidentielle.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700674333332-paritarisme-syndicats-et-patronat-en-quete-dun-nouveau-souffle-2450154.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Wed, 05 Jan 2022 16:59:46 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/05/2450154_paritarisme-syndicats-et-patronat-en-quete-dun-nouveau-souffle-web-070674588830.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/05/2450154_paritarisme-syndicats-et-patronat-en-quete-dun-nouveau-souffle-web-070674588830.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6dc4daadaf0bf364d32bb4ac330276cc" + "hash": "c86334c0ed1d2330804ca1c584385a38", + "highlights": [] }, { - "title": "Le trafic en eaux troubles des civelles, en danger d’extinction et objet d’un intense braconnage à destination de l’Asie", - "description": "Alors que son exportation est interdite hors Union européenne, l’alevin d’anguille est l’objet d’un intense braconnage à destination de l’Asie. La campagne de pêche, qui commence en ce mois de novembre, s’annonce sous haute tension.", - "content": "Alors que son exportation est interdite hors Union européenne, l’alevin d’anguille est l’objet d’un intense braconnage à destination de l’Asie. La campagne de pêche, qui commence en ce mois de novembre, s’annonce sous haute tension.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/23/le-trafic-en-eaux-troubles-des-civelles_6103212_3224.html", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 04:42:11 +0100", + "title": "Les Français télétravaillent bien moins que leurs voisins européens", + "description": "D'après une étude pour la Fondation Jean Jaurès, le télétravail est globalement moins répandu en France qu'en Allemagne, en Italie, au Royaume-Uni, ou en Espagne. En cause : un « accès plus restreint », mais aussi un goût plus modéré des actifs tricolore pour le travail à distance.", + "content": "D'après une étude pour la Fondation Jean Jaurès, le télétravail est globalement moins répandu en France qu'en Allemagne, en Italie, au Royaume-Uni, ou en Espagne. En cause : un « accès plus restreint », mais aussi un goût plus modéré des actifs tricolore pour le travail à distance.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700676794769-les-francais-teletravaillent-bien-moins-que-leurs-voisins-europeens-2450148.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Wed, 05 Jan 2022 16:46:00 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/05/2450148_les-francais-teletravaillent-bien-moins-que-leurs-voisins-europeens-web-tete-070676830993.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/05/2450148_les-francais-teletravaillent-bien-moins-que-leurs-voisins-europeens-web-tete-070676830993.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0f2c7370dda37873989b3ffb2d2ee563" + "hash": "f69b45e5eaf28e01d5754d97b1e2aa34", + "highlights": [] }, { - "title": "L’ancien président de Corée du Sud, Chun Doo-hwan, est mort", - "description": "Ex-chef d’état-major de l’armée sud-coréenne, il accède au pouvoir en 1980 et met en place une dictature militaire marquée par la répression sanglante des émeutes dans la ville de Gwangju. Il sera contraint de démissionner en 1988. Il est mort mardi, à l’âge de 90 ans.", - "content": "Ex-chef d’état-major de l’armée sud-coréenne, il accède au pouvoir en 1980 et met en place une dictature militaire marquée par la répression sanglante des émeutes dans la ville de Gwangju. Il sera contraint de démissionner en 1988. Il est mort mardi, à l’âge de 90 ans.", - "category": "", - "link": "https://www.lemonde.fr/disparitions/article/2021/11/23/l-ancien-president-de-coree-du-sud-chun-doo-hwan-est-mort_6103211_3382.html", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 04:32:42 +0100", + "title": "Les infirmiers appelés à monter en compétence pour pallier la pénurie de médecins", + "description": "Un rapport de l'Inspection générale des affaires sociales estime qu'il vaut mieux renforcer le statut et le pouvoir des infirmiers de pratique avancée que de créer une nouvelle profession intermédiaire à mi-chemin entre l'infirmier et le médecin. Ils pourraient avoir une patientèle propre et prescrire certains soins.", + "content": "Un rapport de l'Inspection générale des affaires sociales estime qu'il vaut mieux renforcer le statut et le pouvoir des infirmiers de pratique avancée que de créer une nouvelle profession intermédiaire à mi-chemin entre l'infirmier et le médecin. Ils pourraient avoir une patientèle propre et prescrire certains soins.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700674848865-les-infirmiers-appeles-a-monter-en-competence-pour-pallier-la-penurie-de-medecins-2450145.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Wed, 05 Jan 2022 16:16:40 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/05/2450145_les-infirmiers-appeles-a-monter-en-competence-pour-pallier-la-penurie-de-medecins-web-070674904230.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/05/2450145_les-infirmiers-appeles-a-monter-en-competence-pour-pallier-la-penurie-de-medecins-web-070674904230.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4497b1317457158e55f6c47f4634aa8f" + "hash": "f60330e1c802d5f7730132036f352b98", + "highlights": [] }, { - "title": "Des syndicats américains s’inquiètent de l’acquisition par Amazon du studio hollywoodien MGM", - "description": "Une organisation syndicale, qui revendique près de quatre millions d’employés, redoute le pouvoir croissant du géant des technologies sur le streaming vidéo, et appelle l’autorité de la concurrence américaine à s’opposer à ce rachat annoncé en mai dernier.", - "content": "Une organisation syndicale, qui revendique près de quatre millions d’employés, redoute le pouvoir croissant du géant des technologies sur le streaming vidéo, et appelle l’autorité de la concurrence américaine à s’opposer à ce rachat annoncé en mai dernier.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/23/des-syndicats-americains-s-inquietent-de-l-acquisition-par-amazon-du-studio-hollywoodien-mgm_6103206_3234.html", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 03:36:11 +0100", + "title": "L'inflation s'est stabilisée à 2,8 % en décembre en France", + "description": "L'indice des prix à la consommation a augmenté de 2,8 % sur un an au mois de décembre, soit le même taux qu'en novembre, selon une première estimation provisoire publiée ce mardi par l'Insee.", + "content": "L'indice des prix à la consommation a augmenté de 2,8 % sur un an au mois de décembre, soit le même taux qu'en novembre, selon une première estimation provisoire publiée ce mardi par l'Insee.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700666332597-linflation-sest-stabilisee-a-28-en-decembre-en-france-2449863.php#xtor=RSS-71", + "creator": "Claude Fouquet", + "pubDate": "Tue, 04 Jan 2022 09:42:13 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/04/2449863_linflation-sest-stabilisee-a-28-en-decembre-en-france-web-tete-070666515629.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/04/2449863_linflation-sest-stabilisee-a-28-en-decembre-en-france-web-tete-070666515629.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63f3006b8c3aca13ca2bf41afae8e5db" + "hash": "481e9c332dd6180186774eab801d6f69", + "highlights": [] }, { - "title": "Manque de considération, maltraitance et burn-out : la grande fatigue des sages-femmes", - "description": "Epuisés par leurs études et leurs conditions de travail, étudiants et étudiantes sont de plus en plus nombreux à douter, dès leurs premières années d’exercice.", - "content": "Epuisés par leurs études et leurs conditions de travail, étudiants et étudiantes sont de plus en plus nombreux à douter, dès leurs premières années d’exercice.", - "category": "", - "link": "https://www.lemonde.fr/campus/article/2021/11/23/malaise-maltraitances-et-burn-out-chez-les-jeunes-sages-femmes-l-appel-de-la-reconversion_6103205_4401467.html", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 03:29:02 +0100", + "title": "Covid : le dernier carré des seniors non vaccinés est devenu très difficile à convaincre", + "description": "Peur des vaccins, fausses croyances ou opposition familiale expliquent une grande partie des refus de la vaccination au-delà de 80 ans, selon une étude qualitative menée par l'Assurance-maladie en septembre. Les opérations d'« aller vers » et le passe vaccinal sont efficaces, sauf pour convertir les antivax.", + "content": "Peur des vaccins, fausses croyances ou opposition familiale expliquent une grande partie des refus de la vaccination au-delà de 80 ans, selon une étude qualitative menée par l'Assurance-maladie en septembre. Les opérations d'« aller vers » et le passe vaccinal sont efficaces, sauf pour convertir les antivax.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700668071776-covid-le-dernier-carre-des-seniors-non-vaccines-est-devenu-tres-difficile-a-convaincre-2450073.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Wed, 05 Jan 2022 07:00:12 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/05/2450073_covid-le-dernier-carre-des-seniors-non-vaccines-est-devenu-tres-difficile-a-convaincre-web-070668185711_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/05/2450073_covid-le-dernier-carre-des-seniors-non-vaccines-est-devenu-tres-difficile-a-convaincre-web-070668185711_300x160.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "36e740ebc348c8f84b20e6cccce17ee7" + "hash": "f425789b01eac9d22d996b4ae08c38a7", + "highlights": [] }, { - "title": "La mission spatiale américaine DART a décollé tôt mercredi 24 novembre de la base de Vandenberg, en Californie.", - "description": "La sonde de plus d’une demi-tonne de la NASA a décollé mercredi matin. Son but : tenter de modifier la trajectoire de l’astéroïde Didymos en s’y écrasant à la vitesse de 6,6 kilomètres par seconde.", - "content": "La sonde de plus d’une demi-tonne de la NASA a décollé mercredi matin. Son but : tenter de modifier la trajectoire de l’astéroïde Didymos en s’y écrasant à la vitesse de 6,6 kilomètres par seconde.", - "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/11/23/dart-une-mission-kamikaze-pour-apprendre-a-se-proteger-des-asteroides_6103204_1650684.html", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 03:22:27 +0100", + "title": "Fausses vaccinations : comment le gouvernement va gracier les « repentis »", + "description": "Le projet de loi instaurant le passe vaccinal renforce les sanctions contre les tricheurs qui produisent des faux ou des certificats de vaccination Covid ne leur appartenant pas. Toutefois, le gouvernement a prévu de gracier ceux qui se feront injecter leur première dose sous 30 jours.", + "content": "Le projet de loi instaurant le passe vaccinal renforce les sanctions contre les tricheurs qui produisent des faux ou des certificats de vaccination Covid ne leur appartenant pas. Toutefois, le gouvernement a prévu de gracier ceux qui se feront injecter leur première dose sous 30 jours.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700663276946-fausses-vaccinations-comment-le-gouvernement-va-gracier-les-repentis-2449881.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Tue, 04 Jan 2022 11:55:10 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/04/2449881_fausses-vaccinations-comment-le-gouvernement-va-gracier-les-repentis-web-070666300607_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/04/2449881_fausses-vaccinations-comment-le-gouvernement-va-gracier-les-repentis-web-070666300607_300x160.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9a24290486008eda09064b534f471626" + "hash": "a79110d7c390a74e0daaf08521b0bf2b", + "highlights": [] }, { - "title": "Les Etats-Unis et le Royaume-Uni veulent devancer la Russie pour récupérer l’épave d’un avion furtif", - "description": "L’Alliance atlantique s’inquiète que Moscou puisse mettre la main sur la technologie d’un F-35B tombé en mer Méditerranée après son décollage d’un porte-avions britannique.", - "content": "L’Alliance atlantique s’inquiète que Moscou puisse mettre la main sur la technologie d’un F-35B tombé en mer Méditerranée après son décollage d’un porte-avions britannique.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/23/les-etats-unis-et-le-royaume-uni-veulent-devancer-la-russie-pour-recuperer-l-epave-d-un-avion-furtif_6103203_3210.html", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 02:29:04 +0100", + "title": "EXCLUSIF - Covid : la ruée sur les tests a coûté 1 milliard d'euros en décembre", + "description": "Une trentaine de millions de tests Covid antigéniques ou PCR ont été réalisés le mois dernier, dont 28 millions ont été remboursés par la Sécurité sociale. Le coût moyen pour l'Assurance-maladie a heureusement diminué, à 36 euros le test contre 61 euros en décembre 2020.", + "content": "Une trentaine de millions de tests Covid antigéniques ou PCR ont été réalisés le mois dernier, dont 28 millions ont été remboursés par la Sécurité sociale. Le coût moyen pour l'Assurance-maladie a heureusement diminué, à 36 euros le test contre 61 euros en décembre 2020.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700661533758-exclusif-covid-la-ruee-sur-les-tests-a-coute-1-milliard-deuros-en-decembre-2449866.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Tue, 04 Jan 2022 10:03:14 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/04/2449866_exclusif-covid-la-ruee-sur-les-tests-a-coute-1-milliard-deuros-en-decembre-web-tete-070661605278_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/04/2449866_exclusif-covid-la-ruee-sur-les-tests-a-coute-1-milliard-deuros-en-decembre-web-tete-070661605278_300x160.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "498a5117a0e5e4a771c8362765ca7e95" + "hash": "cf5817430847e81428f20b2fbd1a0a6f", + "highlights": [] }, { - "title": "Les Milandes, le paradis perdu de Joséphine Baker", - "description": "L’artiste française d’origine américaine, qui entrera au Panthéon le 30 novembre, avait adopté douze enfants du monde entier. Pour eux, elle avait fait d’un hameau périgourdin la « capitale de la fraternité ». Jusqu’à ce que ses créanciers l’obligent à vendre.", - "content": "L’artiste française d’origine américaine, qui entrera au Panthéon le 30 novembre, avait adopté douze enfants du monde entier. Pour eux, elle avait fait d’un hameau périgourdin la « capitale de la fraternité ». Jusqu’à ce que ses créanciers l’obligent à vendre.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/23/les-milandes-le-paradis-perdu-de-josephine-baker_6103199_3224.html", - "creator": "", - "pubDate": "Tue, 23 Nov 2021 01:55:29 +0100", + "title": "Aides aux entreprises : le patronat s'inquiète, Bercy temporise", + "description": "A la suite des dernières annonces de Jean Castex, les organisations patronales ont fait part ce mardi à la ministre du Travail, Elisabeth Borne, de leurs craintes sur les conséquences en cascade des restrictions sanitaires sur les entreprises.", + "content": "A la suite des dernières annonces de Jean Castex, les organisations patronales ont fait part ce mardi à la ministre du Travail, Elisabeth Borne, de leurs craintes sur les conséquences en cascade des restrictions sanitaires sur les entreprises.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700625655263-aides-aux-entreprises-le-patronat-sinquiete-bercy-temporise-2449049.php#xtor=RSS-71", + "creator": "Leïla de Comarmond et Isabelle Couet", + "pubDate": "Tue, 28 Dec 2021 19:15:17 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/28/2449049_aides-aux-entreprises-le-patronat-sinquiete-bercy-temporise-web-070625857044_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4931d6357585e5e5ac620e6652ef29f1" + "hash": "105896d70bb64eae1a9b87967314e2b5", + "highlights": [] }, { - "title": "Aux Etats-Unis, le conducteur ayant endeuillé une parade de Noël était en fuite", - "description": "L’homme de 39 ans, au lourd casier judiciaire, fuyait les lieux d’une dispute afin de ne pas se faire interpeller, mais il n’était pas poursuivi au moment où il a percuté la foule, causant cinq morts.", - "content": "L’homme de 39 ans, au lourd casier judiciaire, fuyait les lieux d’une dispute afin de ne pas se faire interpeller, mais il n’était pas poursuivi au moment où il a percuté la foule, causant cinq morts.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/22/aux-etats-unis-le-conducteur-ayant-endeuille-une-parade-de-noel-etait-en-fuite_6103198_3210.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 23:56:34 +0100", + "title": "Covid, grippe, gastro : branle-bas de combat dans les hôpitaux français", + "description": "En pleine vague du variant Omicron, le gouvernement place la rentrée sous haute surveillance. Selon le ministre de la Santé, janvier sera « difficile à l'hôpital », les hospitalisations pour Covid venant s'ajouter aux autres pathologies, dont les maladies hivernales comme la grippe.", + "content": "En pleine vague du variant Omicron, le gouvernement place la rentrée sous haute surveillance. Selon le ministre de la Santé, janvier sera « difficile à l'hôpital », les hospitalisations pour Covid venant s'ajouter aux autres pathologies, dont les maladies hivernales comme la grippe.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700660864343-covid-grippe-gastro-branle-bas-de-combat-dans-les-hopitaux-francais-2449678.php#xtor=RSS-71", + "creator": "Neila Beyler", + "pubDate": "Mon, 03 Jan 2022 14:39:13 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/03/2449678_covid-grippe-gastro-branle-bas-de-combat-dans-les-hopitaux-francais-web-tete-070661071640.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/03/2449678_covid-grippe-gastro-branle-bas-de-combat-dans-les-hopitaux-francais-web-tete-070661071640.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4f1ec433b87afa277c8f4a0ee24c1e7c" + "hash": "62990aced901fcaa41b489025a85baa3", + "highlights": [] }, { - "title": "Le premier ministre, Jean Castex, diagnostiqué positif au Covid-19", - "description": "Cas contact après qu’une de ses filles, âgée de 11 ans, a été reconnue atteinte, il s’était astreint à l’isolement lundi en fin de journée et avait conduit la réunion autour des élus de Guadeloupe par visioconférence.", - "content": "Cas contact après qu’une de ses filles, âgée de 11 ans, a été reconnue atteinte, il s’était astreint à l’isolement lundi en fin de journée et avait conduit la réunion autour des élus de Guadeloupe par visioconférence.", - "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/22/le-premier-ministre-jean-castex-diagnostique-positif-au-covid-19_6103195_823448.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 22:09:41 +0100", + "title": "Alain Fischer : « Il est possible qu'Omicron marque le début d'une évolution vers des variants moins sévères »", + "description": "Le « Monsieur vaccin » qui conseille l'exécutif insiste dans une interview aux « Echos » sur la nécessité d'accélérer l'injection des doses de rappel pour les adultes mais aussi pour les adolescents afin de contrer le regain de l'épidémie de Covid.", + "content": "Le « Monsieur vaccin » qui conseille l'exécutif insiste dans une interview aux « Echos » sur la nécessité d'accélérer l'injection des doses de rappel pour les adultes mais aussi pour les adolescents afin de contrer le regain de l'épidémie de Covid.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700660718698-alain-fischer-il-est-possible-quomicron-marque-le-debut-dune-evolution-vers-des-variants-moins-severes-2449673.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Mon, 03 Jan 2022 13:47:12 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/03/2449673_alain-fischer-il-est-possible-quomicron-marque-le-debut-dune-evolution-vers-des-variants-moins-severes-web-tete-070644465187_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/03/2449673_alain-fischer-il-est-possible-quomicron-marque-le-debut-dune-evolution-vers-des-variants-moins-severes-web-tete-070644465187_300x160.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "26a9e7e916f61d93e417ff1ae16f7064" + "hash": "895c79840112de905a88319789a48873", + "highlights": [] }, { - "title": "Violences à la Guadeloupe : l’ARS dénonce des « agressions physiques de professionnels de santé »", - "description": "Le premier ministre, Jean Castex, a annoncé, lundi soir, la création d’une « instance de dialogue », afin « de convaincre et d’accompagner individuellement, humainement » les professionnels concernés par l’obligation vaccinale.", - "content": "Le premier ministre, Jean Castex, a annoncé, lundi soir, la création d’une « instance de dialogue », afin « de convaincre et d’accompagner individuellement, humainement » les professionnels concernés par l’obligation vaccinale.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/22/violences-a-la-guadeloupe-l-ars-denonce-des-agressions-physiques-de-professionnels-de-sante_6103194_3224.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 22:01:36 +0100", + "title": "Protocole sanitaire : « L'amende ciblera les rares entreprises qui ne jouent pas le jeu »", + "description": "Dans une interview aux « Echos », la ministre du Travail, Elisabeth Borne, précise les contours de l'amende administrative en cas de non-respect du protocole sanitaire en entreprise. Cette amende sera instaurée via un amendement au projet de loi créant le passe vaccinal, examiné ce lundi par les députés.", + "content": "Dans une interview aux « Echos », la ministre du Travail, Elisabeth Borne, précise les contours de l'amende administrative en cas de non-respect du protocole sanitaire en entreprise. Cette amende sera instaurée via un amendement au projet de loi créant le passe vaccinal, examiné ce lundi par les députés.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700650757645-lamende-ciblera-les-rares-entreprises-qui-ne-jouent-pas-le-jeu-2449526.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Sun, 02 Jan 2022 16:10:15 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449526_protocole-sanitaire-lamende-ciblera-les-rares-entreprises-qui-ne-jouent-pas-le-jeu-web-tete-070655299239_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/02/2449526_protocole-sanitaire-lamende-ciblera-les-rares-entreprises-qui-ne-jouent-pas-le-jeu-web-tete-070655299239_300x160.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "20e57bec2a136c7816a9e8501dfb8a3e" + "hash": "4135af40d36ec759ee97aee1c2277905", + "highlights": [] }, { - "title": "Le plan « pollinisateurs » du gouvernement suscite la colère des apiculteurs", - "description": "Pour stopper le déclin des insectes, les horaires d’épandage des produits phytosanitaires sur les cultures seront limités. Une mesure jugée insuffisante par les syndicats apicoles et les associations de défense de l’environnement.", - "content": "Pour stopper le déclin des insectes, les horaires d’épandage des produits phytosanitaires sur les cultures seront limités. Une mesure jugée insuffisante par les syndicats apicoles et les associations de défense de l’environnement.", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/22/le-plan-pollinisateurs-du-gouvernement-suscite-la-colere-des-apiculteurs_6103191_3244.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 21:22:59 +0100", + "title": "Protection contre le Covid : ce que dit l'amendement contre les entreprises récalcitrantes", + "description": "EXCLUSIF- L'amendement gouvernemental créant une amende pour les entreprises ne respectant pas le protocole sanitaire a été déposé. Cette procédure administrative, alternative à la procédure pénale, pourra s'appliquer jusqu'au 31 juillet 2022, comme le passe vaccinal.", + "content": "EXCLUSIF- L'amendement gouvernemental créant une amende pour les entreprises ne respectant pas le protocole sanitaire a été déposé. Cette procédure administrative, alternative à la procédure pénale, pourra s'appliquer jusqu'au 31 juillet 2022, comme le passe vaccinal.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700654745566-protection-contre-le-covid-ce-que-dit-lamendement-contre-les-entreprises-recalcitrantes-2449521.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Sun, 02 Jan 2022 14:23:15 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449521_protection-contre-le-covid-ce-que-dit-lamendement-contre-les-entreprises-recalcitrantes-web-070654757380_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/02/2449521_protection-contre-le-covid-ce-que-dit-lamendement-contre-les-entreprises-recalcitrantes-web-070654757380_300x160.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52c4f0bc47c770f46111181a89b942cb" + "hash": "db203f6400a0a8adbd964184c50bd9fe", + "highlights": [] }, { - "title": "Yannick Jadot veut rassembler la gauche à la présidentielle, Anne Hidalgo répond que seule « la social-démocratie » peut y parvenir", - "description": "Persuadés que la gauche peut encore gagner alors que l’élection présidentielle aura lieu dans moins de cinq mois, les candidats écologistes et socialistes appellent au rassemblement… sans tomber d’accord sur qui peut encore l’incarner.", - "content": "Persuadés que la gauche peut encore gagner alors que l’élection présidentielle aura lieu dans moins de cinq mois, les candidats écologistes et socialistes appellent au rassemblement… sans tomber d’accord sur qui peut encore l’incarner.", - "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/22/yannick-jadot-veut-rassembler-la-gauche-a-la-presidentielle-anne-hidalgo-repond-que-seule-la-social-democratie-peut-y-parvenir_6103189_6059010.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 19:55:05 +0100", + "title": "Covid : Olivier Véran vise 25 millions de rappels de vaccination en cinq semaines", + "description": "Le ministre de la Santé estime qu'Omicron est trois fois moins sévère. Cependant, pour limiter les admissions à l'hôpital, la campagne de rappels doit à nouveau accélérer. Le délai entre la deuxième et la troisième dose sera ramené à quatre mois à partir du 15 février pour conserver le passe vaccinal.", + "content": "Le ministre de la Santé estime qu'Omicron est trois fois moins sévère. Cependant, pour limiter les admissions à l'hôpital, la campagne de rappels doit à nouveau accélérer. Le délai entre la deuxième et la troisième dose sera ramené à quatre mois à partir du 15 février pour conserver le passe vaccinal.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700654680156-covid-olivier-veran-vise-25-millions-de-rappels-de-vaccination-en-cinq-semaines-2449519.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Sun, 02 Jan 2022 12:28:32 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449519_covid-olivier-veran-vise-25-millions-de-rappels-de-vaccination-en-cinq-semaines-web-tete-070631576413.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/02/2449519_covid-olivier-veran-vise-25-millions-de-rappels-de-vaccination-en-cinq-semaines-web-tete-070631576413.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc568c9a8dd096e8434d2314fc3691ae" + "hash": "8fe5dbeabd39d6bdfcc89ca49c5efcad", + "highlights": [] }, { - "title": "Vaccin contre le Covid-19 : la perspective d’une dose de rappel pour tous les adultes se précise", - "description": "Selon le conseil scientifique et le conseil d’orientation de la stratégie vaccinale, l’élargissement du rappel à tous les adultes, six mois après la vaccination, pourrait permettre de « freiner l’épidémie et réduire le nombre de formes graves ».", - "content": "Selon le conseil scientifique et le conseil d’orientation de la stratégie vaccinale, l’élargissement du rappel à tous les adultes, six mois après la vaccination, pourrait permettre de « freiner l’épidémie et réduire le nombre de formes graves ».", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/22/vaccin-covid-19-la-perspective-d-une-troisieme-dose-se-precise_6103186_3244.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 19:19:26 +0100", + "title": "Covid : les obligations d'isolement allégées pour ne pas mettre « le pays à l'arrêt »", + "description": "Le gouvernement ramène la durée de quarantaine à 7, voire 5 jours, pour les personnes infectées si leur passe sanitaire est à jour. Les cas contacts vaccinés n'ont plus besoin de s'isoler. Les règles sont plus strictes en cas de vaccination incomplète ou inexistante.", + "content": "Le gouvernement ramène la durée de quarantaine à 7, voire 5 jours, pour les personnes infectées si leur passe sanitaire est à jour. Les cas contacts vaccinés n'ont plus besoin de s'isoler. Les règles sont plus strictes en cas de vaccination incomplète ou inexistante.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700651051081-covid-les-cas-contacts-vaccines-nauront-plus-besoin-de-sisoler-a-partir-de-ce-lundi-2449509.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Sun, 02 Jan 2022 08:15:59 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449509_covid-les-obligations-disolement-allegees-pour-ne-pas-mettre-le-pays-a-larret-web-tete-070654371153.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/02/2449509_covid-les-obligations-disolement-allegees-pour-ne-pas-mettre-le-pays-a-larret-web-tete-070654371153.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7d18a95093ed4124abc6e54cffd1ddd8" + "hash": "1a32718dc01cceccbfa946d2e01f7bd1", + "highlights": [] }, { - "title": "Covid-19 : la Slovaquie annonce des restrictions pour les non-vaccinés, l’AEM évalue l’efficacité d’un rappel avec le vaccin de Johnson & Johnson", - "description": "Le nombre de contaminations par le coronavirus augmente à nouveau et une partie de l’Europe rétablit d’importantes restrictions, comme la Slovaquie, qui fait face à l’un des taux d’incidence les plus élevés du monde.", - "content": "Le nombre de contaminations par le coronavirus augmente à nouveau et une partie de l’Europe rétablit d’importantes restrictions, comme la Slovaquie, qui fait face à l’un des taux d’incidence les plus élevés du monde.", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/22/covid-19-la-slovaquie-annonce-des-restrictions-pour-les-non-vaccines-l-aem-evalue-l-efficacite-d-un-rappel-avec-le-vaccin-de-johnson-amp-johnson_6103185_3244.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 19:16:12 +0100", + "title": "EXCLUSIF - Covid : la ruée sur les tests a coûté 1 milliard d'euros en décembre", + "description": "Une trentaine de millions de tests Covid antigéniques ou PCR ont été réalisés le mois dernier, dont 28 millions ont été remboursés par la Sécurité sociale. Le coût moyen pour l'assurance-maladie a heureusement diminué, à 36 euros le test contre 61 euros en décembre 2020.", + "content": "Une trentaine de millions de tests Covid antigéniques ou PCR ont été réalisés le mois dernier, dont 28 millions ont été remboursés par la Sécurité sociale. Le coût moyen pour l'assurance-maladie a heureusement diminué, à 36 euros le test contre 61 euros en décembre 2020.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700661533758-exclusif-covid-la-ruee-sur-les-tests-a-coute-1-milliard-deuros-en-decembre-2449866.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Tue, 04 Jan 2022 10:03:14 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/04/2449866_exclusif-covid-la-ruee-sur-les-tests-a-coute-1-milliard-deuros-en-decembre-web-070661605278_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/04/2449866_exclusif-covid-la-ruee-sur-les-tests-a-coute-1-milliard-deuros-en-decembre-web-070661605278_300x160.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e780f22a97083baeb6480c75cfb8d26f" + "hash": "2069fa73efb64938b708b6ce259e88eb", + "highlights": [] }, { - "title": "La délicate question de l’indétermination sexuelle à la naissance : les soins médicaux précoces et le consentement de l’enfant en débat", - "description": "Certains enfants présentent des variations du développement génital brouillant leur assignation à un genre. Faut-il intervenir de façon précoce pour « normaliser le corps » ? Attendre l’âge d’un consentement éclairé ? La question divise... ", - "content": "Certains enfants présentent des variations du développement génital brouillant leur assignation à un genre. Faut-il intervenir de façon précoce pour « normaliser le corps » ? Attendre l’âge d’un consentement éclairé ? La question divise... ", - "category": "", - "link": "https://www.lemonde.fr/sciences/article/2021/11/22/enfants-intersexes-les-pratiques-medicales-en-question_6103183_1650684.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 19:02:53 +0100", + "title": "Covid : le variant Omicron va peser sur la croissance", + "description": "La vitesse de propagation du virus menace de désorganiser la production en provoquant un absentéisme massif. Pour éviter le blocage de l'activité, l'exécutif se laisse encore quelques jours pour ajuster la durée d'isolement pour les cas contacts.", + "content": "La vitesse de propagation du virus menace de désorganiser la production en provoquant un absentéisme massif. Pour éviter le blocage de l'activité, l'exécutif se laisse encore quelques jours pour ajuster la durée d'isolement pour les cas contacts.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700617837320-covid-le-variant-omicron-va-peser-sur-la-croissance-debut-2022-2449032.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 28 Dec 2021 16:30:25 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/28/2449032_covid-le-variant-omicron-va-peser-sur-la-croissance-web-070621396490_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e33687497adab06d68ce59c8fa2a73f" + "hash": "c42edd9e1f87541048d2b33a318746d4", + "highlights": [] }, { - "title": "Aux Canaries, l’éruption du volcan Cumbre Vieja provoque le confinement de 3 000 personnes", - "description": "Ce confinement a été décrété pour faire face « aux possibles émanations de gaz nocifs pour la santé » liées à l’arrivée dans la mer d’une nouvelle coulée de lave.", - "content": "Ce confinement a été décrété pour faire face « aux possibles émanations de gaz nocifs pour la santé » liées à l’arrivée dans la mer d’une nouvelle coulée de lave.", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/22/aux-canaries-3-000-personnes-confinees-a-la-suite-de-l-eruption-du-volcan-cumbre-vieja_6103180_3244.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 18:06:13 +0100", + "title": "Covid : le masque obligatoire dès 6 ans dans certains lieux publics", + "description": "Un décret publié ce samedi au Journal Officiel fait passer de 11 à 6 ans l'âge minimal à partir duquel le port du masque dans les lieux publics est obligatoire. Sont concernés des établissements recevant du public, les transports ou encore les établissements sportifs.", + "content": "Un décret publié ce samedi au Journal Officiel fait passer de 11 à 6 ans l'âge minimal à partir duquel le port du masque dans les lieux publics est obligatoire. Sont concernés des établissements recevant du public, les transports ou encore les établissements sportifs.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700650095544-covid-le-masque-obligatoire-des-6-ans-dans-certains-lieux-publics-2449500.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Sat, 01 Jan 2022 11:13:38 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/01/2449500_covid-le-masque-obligatoire-des-6-ans-dans-certains-lieux-publics-web-070650116462_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/01/2449500_covid-le-masque-obligatoire-des-6-ans-dans-certains-lieux-publics-web-070650116462_300x160.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c6f3ea673bbf443c275a1a22894bdab" + "hash": "dd2f49943a244b46948db47abb676ded", + "highlights": [] }, { - "title": "Guadeloupe : trois questions sur la mobilisation contre le passe sanitaire et l’obligation vaccinale", - "description": "Depuis une semaine, une grève générale a été décrétée sur l’île et des débordements ont conduit à l’interpellation de soixante-sept personnes à la suite d’affrontements avec les forces de l’ordre, de violences urbaines et de pillages.", - "content": "Depuis une semaine, une grève générale a été décrétée sur l’île et des débordements ont conduit à l’interpellation de soixante-sept personnes à la suite d’affrontements avec les forces de l’ordre, de violences urbaines et de pillages.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/22/guadeloupe-trois-questions-sur-la-mobilisation-contre-le-passe-sanitaire-et-l-obligation-vaccinale_6103176_3224.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 17:30:03 +0100", + "title": "Covid : trois graphiques pour comprendre l'état de l'hôpital avant l'arrivée de la vague Omicron", + "description": "Les contaminations au coronavirus explosent alors que le variant Omicron, très contagieux, se diffuse rapidement dans la population. Les hospitalisations pour Covid-19 ne connaissent pour l'heure pas encore la même vague, mais l'arrivée d'Omicron rend toute projection difficile.", + "content": "Les contaminations au coronavirus explosent alors que le variant Omicron, très contagieux, se diffuse rapidement dans la population. Les hospitalisations pour Covid-19 ne connaissent pour l'heure pas encore la même vague, mais l'arrivée d'Omicron rend toute projection difficile.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700638426412-covid-trois-graphiques-pour-comprendre-letat-de-lhopital-avant-larrivee-de-la-vague-omicron-2449435.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Fri, 31 Dec 2021 06:45:59 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/31/2449435_covid-trois-graphiques-pour-comprendre-letat-de-lhopital-avant-larrivee-de-la-vague-omicron-web-070638428073_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2021/12/31/2449435_covid-trois-graphiques-pour-comprendre-letat-de-lhopital-avant-larrivee-de-la-vague-omicron-web-070638428073_300x160.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6639fded49c5f4a32ad6c77cb6a7fa41" + "hash": "2fa793a60e5db7d730b40ed3e88d8976", + "highlights": [] }, { - "title": "RDC : « des dizaines de morts » dans des attaques contre des villages et un camp de déplacés en Ituri", - "description": "Selon le Baromètre sécuritaire du Kivu, les assaillants sont des miliciens de la Codeco, un groupe constitué de membres de la communauté lendu.", - "content": "Selon le Baromètre sécuritaire du Kivu, les assaillants sont des miliciens de la Codeco, un groupe constitué de membres de la communauté lendu.", - "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/22/rdc-des-dizaines-de-morts-dans-des-attaques-contre-des-villages-et-un-camp-de-deplaces-en-ituri_6103174_3212.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 17:05:08 +0100", + "title": "Covid : le chômage partiel réactivé pour faire face à la vague Omicron", + "description": "Réactivée mi-décembre, la prise en charge à 100 % du coût de la mise en chômage partiel de leurs salariés pour les employeurs touchés par les mesures sanitaires est prolongée jusqu'à la fin janvier. Les organisations patronales veulent plus.", + "content": "Réactivée mi-décembre, la prise en charge à 100 % du coût de la mise en chômage partiel de leurs salariés pour les employeurs touchés par les mesures sanitaires est prolongée jusqu'à la fin janvier. Les organisations patronales veulent plus.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700637655722-covid-le-chomage-partiel-reactive-pour-faire-face-a-la-vague-omicron-2449362.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Thu, 30 Dec 2021 18:53:40 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/30/2449362_covid-le-chomage-partiel-reactive-pour-faire-face-a-la-vague-omicron-web-tete-070638998697_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2021/12/30/2449362_covid-le-chomage-partiel-reactive-pour-faire-face-a-la-vague-omicron-web-tete-070638998697_300x160.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1133f7d5793c83b2ac7a853bbcd3db58" + "hash": "b0c50b3500c01e9a0a50837722b048f2", + "highlights": [] }, { - "title": "Electricité : RTE se prépare à un hiver sous « vigilance »", - "description": "Le gestionnaire national du Réseau de transport d’électricité (RTE) prône plus de prudence pour janvier et février, période la plus exposée aux coups de froid.", - "content": "Le gestionnaire national du Réseau de transport d’électricité (RTE) prône plus de prudence pour janvier et février, période la plus exposée aux coups de froid.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/22/le-gestionnaire-du-reseau-electrique-rte-se-prepare-a-un-hiver-sous-vigilance_6103171_3234.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:57:14 +0100", + "title": "Martin Hirsch : « Chacun doit se considérer comme potentiellement contagieux au Covid »", + "description": "Le patron de l'Assistance publique-Hôpitaux de Paris, le premier groupe hospitalier de France, vient d'ordonner de nouvelles déprogrammations massives d'opérations. Il lance un appel à la responsabilité au vu de la vitesse « vertigineuse » de circulation du Covid-19. Quelle que soit la sévérité d'Omicron, « ça va tanguer » à l'hôpital en janvier, assure-t-il, sans certitude sur la capacité à « éviter un débordement incontrôlé ».", + "content": "Le patron de l'Assistance publique-Hôpitaux de Paris, le premier groupe hospitalier de France, vient d'ordonner de nouvelles déprogrammations massives d'opérations. Il lance un appel à la responsabilité au vu de la vitesse « vertigineuse » de circulation du Covid-19. Quelle que soit la sévérité d'Omicron, « ça va tanguer » à l'hôpital en janvier, assure-t-il, sans certitude sur la capacité à « éviter un débordement incontrôlé ».", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700638764741-martin-hirsch-chacun-doit-se-considerer-comme-potentiellement-contagieux-au-covid-2449350.php#xtor=RSS-71", + "creator": "Solveig Godeluck et Etienne Lefebvre", + "pubDate": "Thu, 30 Dec 2021 17:00:53 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/30/2449350_martin-hirsch-chacun-doit-se-considerer-comme-potentiellement-contagieux-au-covid-web-070638712556_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2021/12/30/2449350_martin-hirsch-chacun-doit-se-considerer-comme-potentiellement-contagieux-au-covid-web-070638712556_300x160.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89a0cfffbdbe89a9861c49c5e3c8b5f1" + "hash": "7a7239f0f74c706d375dc2cfaefe588b", + "highlights": [] }, { - "title": "Jerome Powell devrait conserver la présidence de la Réserve fédérale américaine", - "description": "Le prochain mandat, qui commencera en février, s’annonce plein de défis, notamment en matière d’inclusion des minorités. Sa candidature doit être approuvée par le Sénat, contrôlé de justesse par les démocrates.", - "content": "Le prochain mandat, qui commencera en février, s’annonce plein de défis, notamment en matière d’inclusion des minorités. Sa candidature doit être approuvée par le Sénat, contrôlé de justesse par les démocrates.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/22/jerome-powell-va-conserver-la-presidence-de-la-fed_6103170_3234.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:53:29 +0100", + "title": "Protocole sanitaire : « L'amende ciblera les rares entreprises qui ne jouent pas le jeu »", + "description": "Dans une interview aux « Echos », la ministre du Travail, Elisabeth Borne, précise les contours de l'amende administrative en cas de non-respect du protocole sanitaire en entreprise. Cette amende sera instaurée via un amendement au projet de loi créant le passe vaccinal, examiné ce lundi par les députés.", + "content": "Dans une interview aux « Echos », la ministre du Travail, Elisabeth Borne, précise les contours de l'amende administrative en cas de non-respect du protocole sanitaire en entreprise. Cette amende sera instaurée via un amendement au projet de loi créant le passe vaccinal, examiné ce lundi par les députés.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700650757645-lamende-ciblera-les-rares-entreprises-qui-ne-jouent-pas-le-jeu-2449526.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Sun, 02 Jan 2022 16:10:15 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449526_protocole-sanitaire-lamende-ciblera-les-rares-entreprises-qui-ne-jouent-pas-le-jeu-web-tete-070655299239.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/02/2449526_protocole-sanitaire-lamende-ciblera-les-rares-entreprises-qui-ne-jouent-pas-le-jeu-web-tete-070655299239.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "23f0751771b7d86f26ccbdf8e2693ade" + "hash": "f5a85c6119341f439ae54b9b2802580d", + "highlights": [] }, { - "title": "Présidentielle 2022 : La République en marche déjà en quête des parrainages pour Emmanuel Macron", - "description": "Lundi, une réunion a eu lieu dans la matinée au siège du parti présidentiel, à Paris, pour organiser la collecte des parrainages d’élus en faveur du locataire de l’Elysée.", - "content": "Lundi, une réunion a eu lieu dans la matinée au siège du parti présidentiel, à Paris, pour organiser la collecte des parrainages d’élus en faveur du locataire de l’Elysée.", - "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/22/presidentielle-2022-la-republique-en-marche-deja-en-quete-des-parrainages-pour-emmanuel-macron_6103169_823448.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:41:01 +0100", + "title": "Covid : les cas contacts vaccinés n'auront plus besoin de s'isoler à partir de ce lundi", + "description": "La quarantaine est ramenée à 7, voire 5 jours, pour les personnes infectées si leur passe sanitaire est à jour. En revanche, les règles sont plus strictes en cas de vaccination incomplète ou inexistante, avec un isolement qui peut durer jusqu'à 17 jours pour les cas contacts. Des autotests pourront être remboursés à 100 %.", + "content": "La quarantaine est ramenée à 7, voire 5 jours, pour les personnes infectées si leur passe sanitaire est à jour. En revanche, les règles sont plus strictes en cas de vaccination incomplète ou inexistante, avec un isolement qui peut durer jusqu'à 17 jours pour les cas contacts. Des autotests pourront être remboursés à 100 %.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700651051081-covid-les-cas-contacts-vaccines-nauront-plus-besoin-de-sisoler-a-partir-de-ce-lundi-2449509.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Sun, 02 Jan 2022 08:15:59 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449509_covid-les-cas-contacts-vaccines-nauront-plus-besoin-de-sisoler-a-partir-de-ce-lundi-web-070654371153_300x160.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/02/2449509_covid-les-cas-contacts-vaccines-nauront-plus-besoin-de-sisoler-a-partir-de-ce-lundi-web-070654371153_300x160.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "225f9831bea2f008227031af170f90ce" + "hash": "1594744fc1a5a46dff1e01039d30e9cc", + "highlights": [] }, { - "title": "Le Conseil d’Etat ordonne d’améliorer les conditions d’hygiène en garde à vue", - "description": "L’instance évoque des « dysfonctionnements de caractère structurel » sur tout le territoire, qui concernent notamment la propreté des locaux et du matériel de couchage.", - "content": "L’instance évoque des « dysfonctionnements de caractère structurel » sur tout le territoire, qui concernent notamment la propreté des locaux et du matériel de couchage.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/22/le-conseil-d-etat-ordonne-d-ameliorer-les-conditions-d-hygiene-en-garde-a-vue_6103168_3224.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 16:11:08 +0100", + "title": "Xavier Ragot : « Il y aura probablement une hausse du pouvoir d'achat en 2022 »", + "description": "Xavier Ragot, président de l'Observatoire français des conjonctures économiques (OFCE), estime qu'il n'y a pas eu d'appauvrissement des Français « jusqu'à la période post-covid ». « Le choc lié à la hausse des prix de l'énergie change un peu les choses », reconnaît-il. Mais « la France n'est pas dans une phase d'inflation durable »", + "content": "Xavier Ragot, président de l'Observatoire français des conjonctures économiques (OFCE), estime qu'il n'y a pas eu d'appauvrissement des Français « jusqu'à la période post-covid ». « Le choc lié à la hausse des prix de l'énergie change un peu les choses », reconnaît-il. Mais « la France n'est pas dans une phase d'inflation durable »", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700592329638-xavier-ragot-il-y-aura-probablement-une-hausse-du-pouvoir-dachat-en-2022-2448693.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Fri, 24 Dec 2021 09:31:28 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/24/2448693_xavier-ragot-il-y-aura-probablement-une-hausse-du-pouvoir-dachat-en-2022-web-070597915012_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "676f99e13770ae519b9bc240c5010d44" + "hash": "0341ca01a301505be3f9e73805c63961", + "highlights": [] }, { - "title": "Soupçonné de radicalisation, un policier porte plainte contre Christophe Castaner pour discrimination", - "description": "Hervé C. avait été suspendu de ses fonctions à la Préfecture de police de Paris quelques jours après que Mickaël Harpon, un informaticien converti à l’islam, avait tué quatre de ses collègues.", - "content": "Hervé C. avait été suspendu de ses fonctions à la Préfecture de police de Paris quelques jours après que Mickaël Harpon, un informaticien converti à l’islam, avait tué quatre de ses collègues.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/22/soupconne-de-radicalisation-un-policier-porte-plainte-contre-christophe-castaner-pour-discrimination_6103163_3224.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 15:32:14 +0100", + "title": "Télétravail : une amende jusqu'à 1.000 euros par salarié", + "description": "La ministre du Travail, Elisabeth Borne, a dévoilé ce jeudi matin le montant de la sanction financière pour les entreprises ne respectant pas l'obligation de trois jours de télétravail sur les postes qui le permettent. Elle ne pourra pas dépasser 50.000 euros par entreprise.", + "content": "La ministre du Travail, Elisabeth Borne, a dévoilé ce jeudi matin le montant de la sanction financière pour les entreprises ne respectant pas l'obligation de trois jours de télétravail sur les postes qui le permettent. Elle ne pourra pas dépasser 50.000 euros par entreprise.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700637103121-teletravail-une-amende-jusqua-1000-euros-par-salarie-2449304.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Thu, 30 Dec 2021 09:40:07 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/30/2449304_teletravail-une-amende-jusqua-1000-euros-par-salarie-web-070637272552_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a5a34ff8b048cd09a084206998dfb7f4" + "hash": "1f478254dc5906d3903d4f30deb5847a", + "highlights": [] }, { - "title": "Nucléaire : lancement d’une concertation publique sur un projet de piscine de stockage de combustibles", - "description": "Chacun peut, jusqu’au 18 février sur le site Internet projet-piscine.edf.fr, s’exprimer sur ce projet de bassin, qui vise à « éviter la saturation » des piscines actuelles de La Hague.", - "content": "Chacun peut, jusqu’au 18 février sur le site Internet projet-piscine.edf.fr, s’exprimer sur ce projet de bassin, qui vise à « éviter la saturation » des piscines actuelles de La Hague.", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/22/nucleaire-lancement-d-une-concertation-publique-sur-un-projet-de-piscine-de-stockage-de-combustibles_6103153_3244.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 13:41:34 +0100", + "title": "Télétravail : une souplesse introduite pour les trois jours obligatoires", + "description": "Le nouveau projet de protocole sanitaire applicable aux entreprises vient d'être transmis aux partenaires sociaux. Il prévoit au minimum « trois jours en moyenne, calculé sur l'effectif concerné » de télétravail par semaine.", + "content": "Le nouveau projet de protocole sanitaire applicable aux entreprises vient d'être transmis aux partenaires sociaux. Il prévoit au minimum « trois jours en moyenne, calculé sur l'effectif concerné » de télétravail par semaine.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700631996456-teletravail-au-minimum-trois-jours-en-moyenne-calcule-sur-leffectif-concerne-par-semaine-2449188.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Wed, 29 Dec 2021 17:08:32 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/29/2449188_teletravail-une-souplesse-introduite-pour-les-trois-jours-obligatoires-web-070632054953_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d1f77ee7ba1bffac39e51301ccae5771" + "hash": "8f9cd7f81e7c2d26f397a665a60920b2", + "highlights": [] }, { - "title": "L’Egypte détourne des renseignements anti-terroristes fournis par la France pour cibler des civils, selon « Disclose »", - "description": "D’après le média d’investigation, l’Egypte se sert d’une aide militaire française destinée à lutter contre le terrorisme afin de bombarder des civils suspectés d’être des trafiquants. La ministre des armées a demandé l’ouverture d’une enquête.", - "content": "D’après le média d’investigation, l’Egypte se sert d’une aide militaire française destinée à lutter contre le terrorisme afin de bombarder des civils suspectés d’être des trafiquants. La ministre des armées a demandé l’ouverture d’une enquête.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/22/lutte-contre-le-terrorisme-l-egypte-detourne-des-renseignements-fournis-par-la-france-pour-cibler-des-civils-selon-disclose_6103149_3210.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 12:31:06 +0100", + "title": "Pouvoir d'achat : ce qui attend les Français en 2022", + "description": "L'inflation sous-jacente - hors énergie et alimentaire - devrait, l'an prochain, être plus élevée qu'avant la crise selon la Banque de France. La préservation du pouvoir d'achat des Français dépendra des hausses de salaires.", + "content": "L'inflation sous-jacente - hors énergie et alimentaire - devrait, l'an prochain, être plus élevée qu'avant la crise selon la Banque de France. La préservation du pouvoir d'achat des Français dépendra des hausses de salaires.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700593342530-pouvoir-dachat-ce-qui-attend-les-francais-lan-prochain-2448684.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Fri, 24 Dec 2021 07:13:00 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/24/2448684_pouvoir-dachat-ce-qui-attend-les-francais-en-2022-web-tete-070593649774_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9c7d4abd941d43a6e1619786e1a919ce" + "hash": "1ff5d2a9135b409d8449fce03a2fddf6", + "highlights": [] }, { - "title": "Au Royaume-Uni, les bornes de recharge pour voiture électrique seront obligatoires dans les nouvelles constructions dès 2022", - "description": "Le gouvernement, qui espère 145 000 nouveaux points de recharge chaque année, a fixé à 2030 l’interdiction des ventes de nouveaux véhicules essence et diesel.", - "content": "Le gouvernement, qui espère 145 000 nouveaux points de recharge chaque année, a fixé à 2030 l’interdiction des ventes de nouveaux véhicules essence et diesel.", - "category": "", - "link": "https://www.lemonde.fr/climat/article/2021/11/22/voitures-electriques-le-royaume-uni-rend-obligatoire-l-installation-de-bornes-de-recharge-dans-les-nouvelles-constructions-des-2022_6103148_1652612.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 12:07:25 +0100", + "title": "La hausse record des coûts de production bientôt visible pour le consommateur", + "description": "Les industriels français ont vu leurs coûts de production grimper de plus de 16 % en un an, selon les chiffres publiés ce mercredi par l'Insee. Les entreprises entendent désormais répercuter ces hausses sur leurs prix de vente.", + "content": "Les industriels français ont vu leurs coûts de production grimper de plus de 16 % en un an, selon les chiffres publiés ce mercredi par l'Insee. Les entreprises entendent désormais répercuter ces hausses sur leurs prix de vente.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700591332456-la-hausse-record-des-couts-de-production-devrait-nourrir-linflation-2448374.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Wed, 22 Dec 2021 11:27:28 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/22/2448374_la-hausse-record-des-couts-de-production-bientot-visible-pour-le-consommateur-web-070591495113_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4acd5058eb91ccf2ab6cca6c1ff0f418" + "hash": "e988b49166385f2d95488489bb709671", + "highlights": [] }, { - "title": "Emmanuel Macron a rencontré des anciens salariés de Whirlpool à Amiens", - "description": "La rencontre de lundi matin, avec neuf anciens de Whirlpool, dont quatre ex-syndicalistes, a été dévoilée sur Twitter par François Ruffin, le député La France insoumise (LFI) de la Somme.", - "content": "La rencontre de lundi matin, avec neuf anciens de Whirlpool, dont quatre ex-syndicalistes, a été dévoilée sur Twitter par François Ruffin, le député La France insoumise (LFI) de la Somme.", - "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/22/emmanuel-macron-a-rencontre-des-anciens-salaries-de-whirlpool-a-amiens_6103147_823448.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 12:00:19 +0100", + "title": "Martin Hirsch : « Chacun doit se considérer comme potentiellement contagieux au Covid »", + "description": "Le patron de l'Assistance publique-Hôpitaux de Paris, le premier groupe hospitalier de France, vient d'ordonner de nouvelles déprogrammations massives d'opérations. Il lance un appel à la responsabilité au vu de la vitesse « vertigineuse » de circulation du Covid-19. Quelle que soit la sévérité d'Omicron, « ça va tanguer » à l'hôpital en janvier, assure-t-il, sans certitude sur la capacité à « éviter un débordement incontrôlé ».", + "content": "Le patron de l'Assistance publique-Hôpitaux de Paris, le premier groupe hospitalier de France, vient d'ordonner de nouvelles déprogrammations massives d'opérations. Il lance un appel à la responsabilité au vu de la vitesse « vertigineuse » de circulation du Covid-19. Quelle que soit la sévérité d'Omicron, « ça va tanguer » à l'hôpital en janvier, assure-t-il, sans certitude sur la capacité à « éviter un débordement incontrôlé ».", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700638764741-martin-hirsch-chacun-doit-se-considerer-comme-potentiellement-contagieux-au-covid-2449350.php#xtor=RSS-71", + "creator": "Solveig Godeluck et Etienne Lefebvre", + "pubDate": "Thu, 30 Dec 2021 17:00:53 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/30/2449350_martin-hirsch-chacun-doit-se-considerer-comme-potentiellement-contagieux-au-covid-web-070638712556.jpg", + "enclosureType": "image/jpg", + "image": "https://externals.lesechos.fr/medias/2021/12/30/2449350_martin-hirsch-chacun-doit-se-considerer-comme-potentiellement-contagieux-au-covid-web-070638712556.jpg", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b9cc7ad452363c0769a634ac191e57b" + "hash": "13a8d50ba269a14a602d58da77544018", + "highlights": [] }, { - "title": "En Grèce, l’aide aux migrants criminalisée", - "description": "Après le report de leur procès à Lesbos, 24 humanitaires accusés d’« espionnage » et d’aide à « l’immigration illégale » restent suspendus à une procédure interminable.", - "content": "Après le report de leur procès à Lesbos, 24 humanitaires accusés d’« espionnage » et d’aide à « l’immigration illégale » restent suspendus à une procédure interminable.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/22/en-grece-l-aide-aux-migrants-criminalisee_6103140_3210.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 10:59:41 +0100", + "title": "Covid : la cinquième vague s'est muée en « raz-de-marée », s'alarme Olivier Véran", + "description": "Le pays a enregistré 208.000 nouvelles contaminations en 24 heures. Pas moins de 10 % des Français seraient déjà cas contact et l'impact hospitalier « va venir », a prévenu ce mercredi le ministre de la Santé. Le gouvernement a déposé des amendements au projet de loi sur le passe sanitaire pour prolonger plusieurs dispositifs d'urgence.", + "content": "Le pays a enregistré 208.000 nouvelles contaminations en 24 heures. Pas moins de 10 % des Français seraient déjà cas contact et l'impact hospitalier « va venir », a prévenu ce mercredi le ministre de la Santé. Le gouvernement a déposé des amendements au projet de loi sur le passe sanitaire pour prolonger plusieurs dispositifs d'urgence.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700631427422-covid-la-cinquieme-vague-sest-muee-en-raz-de-maree-salarme-olivier-veran-2449185.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Wed, 29 Dec 2021 17:01:54 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/29/2449185_covid-la-cinquieme-vague-sest-muee-en-raz-de-maree-salarme-olivier-veran-web-tete-070632020330_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b8db526b7256749f0c3160ff217a277" + "hash": "5cba7174fe0ac6da9bde68dc024ce300", + "highlights": [] }, { - "title": "Les violences conjugales ont augmenté de 10 % en 2020, selon le ministère de l’intérieur", - "description": "Plus de 139 000 femmes ont fait, cette année-là, l’objet de violences de la part de leur conjoint ou ancien conjoint. Les chiffres du ministère ne comptabilisent pas les homicides ni les féminicides.", - "content": "Plus de 139 000 femmes ont fait, cette année-là, l’objet de violences de la part de leur conjoint ou ancien conjoint. Les chiffres du ministère ne comptabilisent pas les homicides ni les féminicides.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/22/les-violences-conjugales-ont-augmente-de-10-en-2020-selon-le-ministere-de-l-interieur_6103138_3224.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 10:47:47 +0100", + "title": "L'hôpital va-t-il tenir face à Omicron ? Les nouveaux scénarios de l'Institut Pasteur", + "description": "Les incertitudes persistantes sur le degré de transmissibilité et de sévérité du variant Omicron ne permettent pas de savoir si l'impact de la vague sur le système hospitalier sera contenu. L'Institut Pasteur montre que la cadence des rappels vaccinaux est capitale pour ralentir l'épidémie et qu'il peut être préférable de retarder certaines restrictions.", + "content": "Les incertitudes persistantes sur le degré de transmissibilité et de sévérité du variant Omicron ne permettent pas de savoir si l'impact de la vague sur le système hospitalier sera contenu. L'Institut Pasteur montre que la cadence des rappels vaccinaux est capitale pour ralentir l'épidémie et qu'il peut être préférable de retarder certaines restrictions.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700630501919-omicron-les-nouveaux-scenarios-quitte-ou-double-de-linstitut-pasteur-2449167.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Wed, 29 Dec 2021 13:20:46 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/30/2449167_lhopital-va-t-il-tenir-face-a-omicron-les-nouveaux-scenarios-de-linstitut-pasteur-web-070630602471.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5790afd587e5cb807c405ea31328869e" + "hash": "0124827d455ccc0d3a9b044e48c9ee44", + "highlights": [] }, { - "title": "L’offre de KKR sur Telecom Italia suscite des réticences", - "description": "Le fonds d’investissement américain a publié une manifestation d’intérêt, non contraignante à ce stade, qui valorise l’opérateur italien à près de 11 milliards d’euros.", - "content": "Le fonds d’investissement américain a publié une manifestation d’intérêt, non contraignante à ce stade, qui valorise l’opérateur italien à près de 11 milliards d’euros.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/22/l-offre-de-kkr-sur-telecom-italia-suscite-des-reticences_6103136_3234.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 10:40:15 +0100", + "title": "Télétravail : les entreprises récalcitrantes seront mises à l'amende", + "description": "L'inspection du travail pourra appliquer une amende à un employeur qui ne mettra pas en télétravail ses salariés quand c'est possible, a annoncé la ministre du Travail ce mardi. Son montant pourrait atteindre 2.000 euros par employé. La mesure fera l'objet d'un amendement au projet de loi instaurant le passe vaccinal.", + "content": "L'inspection du travail pourra appliquer une amende à un employeur qui ne mettra pas en télétravail ses salariés quand c'est possible, a annoncé la ministre du Travail ce mardi. Son montant pourrait atteindre 2.000 euros par employé. La mesure fera l'objet d'un amendement au projet de loi instaurant le passe vaccinal.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700624355118-teletravail-vers-des-sanctions-financieres-pour-les-entreprises-recalcitrantes-2449018.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Tue, 28 Dec 2021 13:51:08 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/28/2449018_teletravail-les-entreprises-recalcitrantes-seront-mises-a-lamende-web-tete-070624382422_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d3f86cac6096da5e7bd9df193743577" + "hash": "90afd56aad437b67d9c4bd9e824cfa43", + "highlights": [] }, { - "title": "La Poste condamnée pour « faute inexcusable » dans le suicide d’un cadre supérieur", - "description": "Dans un arrêt, la cour d’appel de Paris a jugé que l’établissement public avait manqué à son obligation légale de protéger la santé de son salarié.", - "content": "Dans un arrêt, la cour d’appel de Paris a jugé que l’établissement public avait manqué à son obligation légale de protéger la santé de son salarié.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/22/la-poste-condamnee-pour-faute-inexcusable-dans-le-suicide-d-un-cadre-superieur_6103131_3234.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 10:28:30 +0100", + "title": "Omicron : les nouveaux scénarios « quitte ou double » de l'Institut Pasteur", + "description": "Les incertitudes persistantes sur le degré de transmissibilité et de sévérité du variant Omicron ne permettent pas de savoir si l'impact de la vague sur le système hospitalier sera contenu. L'Institut Pasteur montre que la cadence des rappels vaccinaux est capitale pour ralentir l'épidémie et qu'il peut être préférable de retarder certaines restrictions.", + "content": "Les incertitudes persistantes sur le degré de transmissibilité et de sévérité du variant Omicron ne permettent pas de savoir si l'impact de la vague sur le système hospitalier sera contenu. L'Institut Pasteur montre que la cadence des rappels vaccinaux est capitale pour ralentir l'épidémie et qu'il peut être préférable de retarder certaines restrictions.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700630501919-omicron-les-nouveaux-scenarios-quitte-ou-double-de-linstitut-pasteur-2449167.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Wed, 29 Dec 2021 13:20:46 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/29/2449167_omicron-les-nouveaux-scenarios-quitte-ou-double-de-linstitut-pasteur-web-070630602471_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "81e99df5cfd1ac6151aa6d0787059e53" + "hash": "9ad60d956fd2c73deb615fc4feab4216" }, { - "title": "La traversée dantesque de trois nageurs français met en lumière la pollution du lac Titicaca", - "description": "Le vice-champion du monde handisport français Théo Curin, amputé des quatre membres, et ses deux acolytes ont parcouru, pendant dix jours et en totale autonomie, le plus grand lac d’eau douce d’Amérique du Sud, asphyxié par de multiples rejets et déchets.", - "content": "Le vice-champion du monde handisport français Théo Curin, amputé des quatre membres, et ses deux acolytes ont parcouru, pendant dix jours et en totale autonomie, le plus grand lac d’eau douce d’Amérique du Sud, asphyxié par de multiples rejets et déchets.", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/22/la-traversee-dantesque-de-trois-nageurs-francais-met-en-lumiere-la-pollution-du-lac-titicaca_6103129_3244.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 10:26:12 +0100", + "title": "François Villeroy de Galhau : « La BCE n'agit pas pour financer les déficits français »", + "description": "Dans une interview aux « Echos », le gouverneur de la Banque de France détaille les prévisions économiques de l'institution pour la France au cours des trois prochaines années. Il décrypte également la décision de la Banque centrale européenne de mettre fin en douceur à ses mesures d'urgence liées à la pandémie, tout en se laissant une certaine marge de manoeuvre si la situation devait se dégrader à nouveau en zone euro.", + "content": "Dans une interview aux « Echos », le gouverneur de la Banque de France détaille les prévisions économiques de l'institution pour la France au cours des trois prochaines années. Il décrypte également la décision de la Banque centrale européenne de mettre fin en douceur à ses mesures d'urgence liées à la pandémie, tout en se laissant une certaine marge de manoeuvre si la situation devait se dégrader à nouveau en zone euro.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700564688559-francois-villeroy-de-galhau-la-bce-nagit-pas-pour-financer-les-deficits-francais-2447867.php#xtor=RSS-71", + "creator": "Sophie Rolland, Nathalie Silbert et Guillaume de Calignon", + "pubDate": "Sun, 19 Dec 2021 15:32:05 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/19/2447867_francois-villeroy-de-galhau-la-bce-nagit-pas-pour-financer-les-deficits-francais-web-tete-070564719108_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d013d47ceb630fc4bfa14508488d58e6" + "hash": "212c7401b5208ad53e49e412d1693e34" }, { - "title": "Football : l’Olympique lyonnais sanctionné d’un huis clos total à titre conservatoire après des incidents face à l’OM", - "description": "La commission de discipline de la Ligue de football professionnel (LFP) a pris cette décision lundi au lendemain du match contre l’Olympique de Marseille, arrêté après des incidents. La rencontre opposant l’OL au Stade de Reims le 1er décembre se jouera donc sans spectateurs et des mesures définitives seront prononcées par la LFP à l’issue de l’instruction qui sera rendue le 8 décembre.", - "content": "La commission de discipline de la Ligue de football professionnel (LFP) a pris cette décision lundi au lendemain du match contre l’Olympique de Marseille, arrêté après des incidents. La rencontre opposant l’OL au Stade de Reims le 1er décembre se jouera donc sans spectateurs et des mesures définitives seront prononcées par la LFP à l’issue de l’instruction qui sera rendue le 8 décembre.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/22/inadmissible-minable-une-honte-vives-reactions-politiques-apres-l-interruption-du-match-lyon-marseille_6103128_3224.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 10:22:46 +0100", + "title": "Covid : une prime de 100 euros par mois pour les infirmiers travaillant en soins critiques", + "description": "Le Premier ministre, Jean Castex, a annoncé ce mardi un geste financier pour 24.000 infirmiers en première ligne face à l'épidémie de Covid. Un plan plus substantiel sera annoncé la semaine prochaine pour attirer et fidéliser les soignants dans ces services où le turnover est élevé.", + "content": "Le Premier ministre, Jean Castex, a annoncé ce mardi un geste financier pour 24.000 infirmiers en première ligne face à l'épidémie de Covid. Un plan plus substantiel sera annoncé la semaine prochaine pour attirer et fidéliser les soignants dans ces services où le turnover est élevé.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700623690743-covid-une-prime-de-100-euros-par-mois-pour-les-infirmiers-travaillant-en-soins-critiques-2449013.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Tue, 28 Dec 2021 12:14:51 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/28/2449013_covid-une-prime-de-100-euros-par-mois-pour-les-infirmiers-travaillant-en-soins-critiques-web-tete-070623730706_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "06fd804ae03fb95df41470c0113e1702" + "hash": "7049d72adcc917e4a2a6c9d25a1065f5" }, { - "title": "Quand policiers et gendarmes français font le plein d’essence sans autorisation au Luxembourg", - "description": "Des membres des forces de l’ordre du Grand-Duché, appuyés par les témoignages d’habitants, alertent sur des intrusions répétées de leurs collègues lorrains.", - "content": "Des membres des forces de l’ordre du Grand-Duché, appuyés par les témoignages d’habitants, alertent sur des intrusions répétées de leurs collègues lorrains.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/22/quand-policiers-et-gendarmes-francais-font-le-plein-d-essence-sans-autorisation-au-luxembourg_6103124_3224.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 10:00:04 +0100", + "title": "Covid : les autotests pourront être vendus en supermarché jusqu'au 31 janvier", + "description": "Un arrêté publié ce mardi autorise la vente hors pharmacies à titre dérogatoire des autotests. Les officines se sont battues en vain pour conserver leur monopole sur la commercialisation de ces dispositifs médicaux.", + "content": "Un arrêté publié ce mardi autorise la vente hors pharmacies à titre dérogatoire des autotests. Les officines se sont battues en vain pour conserver leur monopole sur la commercialisation de ces dispositifs médicaux.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700623465082-covid-les-autotests-pourront-etre-vendus-en-supermarche-jusquau-31-janvier-2448997.php#xtor=RSS-71", + "creator": "Solveig Godeluck et Philippe Bertrand", + "pubDate": "Tue, 28 Dec 2021 09:56:31 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/28/2448997_covid-les-autotests-pourront-etre-vendus-en-supermarche-jusquau-31-janvier-web-tete-070623631383_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "205c434e691bcc7358d69f5896f85d8c" + "hash": "b619fe43231662d6e4b9d5c5e21f5d7e" }, { - "title": "Covid-19 : la Nouvelle-Zélande et l’Australie assouplissent leurs restrictions sanitaires", - "description": "Deux pays océaniens assouplissent leurs mesures de lutte contre l’épidémie, après avoir longtemps appliqué une stratégie « zéro Covid ».", - "content": "Deux pays océaniens assouplissent leurs mesures de lutte contre l’épidémie, après avoir longtemps appliqué une stratégie « zéro Covid ».", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/22/covid-19-dans-le-monde-la-nouvelle-zelande-abandonne-les-confinements-l-australie-rouvre-ses-frontieres-a-certains-etrangers_6103123_3210.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 09:55:00 +0100", + "title": "Covid : le variant Omicron assombrit le moral des chefs d'entreprise en France", + "description": "En décembre, le climat des affaires se replie de 3 points dans l'Hexagone, a indiqué ce jeudi l'Insee. La propagation du nouveau variant Omicron pèse notamment sur le moral des chefs d'entreprise dans les services.", + "content": "En décembre, le climat des affaires se replie de 3 points dans l'Hexagone, a indiqué ce jeudi l'Insee. La propagation du nouveau variant Omicron pèse notamment sur le moral des chefs d'entreprise dans les services.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700555314363-covid-le-variant-omicron-assombrit-le-moral-des-chefs-dentreprise-en-france-2447507.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Thu, 16 Dec 2021 11:55:43 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/16/2447507_covid-le-variant-omicron-assombrit-le-moral-des-chefs-dentreprise-en-france-web-070555376344_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a6bbd664d73ff40dc5f2a1d01d86f64" + "hash": "b6ad2be43da20b5eb87bd4338843645e" }, { - "title": "A Lyon, six hommes devant la justice pour un braquage à 40 millions de francs suisses", - "description": "L’attaque au fourgon blindé, perpétrée en 2017 entre Lausanne et Genève, est emblématique de la manière dont le banditisme lyonnais a multiplié, ces dernières années, les incursions au-delà de la frontière helvétique.", - "content": "L’attaque au fourgon blindé, perpétrée en 2017 entre Lausanne et Genève, est emblématique de la manière dont le banditisme lyonnais a multiplié, ces dernières années, les incursions au-delà de la frontière helvétique.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/22/a-lyon-six-hommes-devant-la-justice-pour-un-braquage-a-40-millions-de-francs-suisses_6103120_3224.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 09:25:04 +0100", + "title": "Le chômage encore en net recul en cette fin d'année en France", + "description": "Le nombre de personnes inscrites en catégorie A à Pôle emploi a baissé de 55.800 en novembre. Sur douze mois, il a reculé de plus de 500.000. Sauf mauvaise surprise en décembre, 2021 aura fait plus qu'effacer le choc provoqué par la pandémie sur le marché du travail.", + "content": "Le nombre de personnes inscrites en catégorie A à Pôle emploi a baissé de 55.800 en novembre. Sur douze mois, il a reculé de plus de 500.000. Sauf mauvaise surprise en décembre, 2021 aura fait plus qu'effacer le choc provoqué par la pandémie sur le marché du travail.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700617713642-le-chomage-encore-en-net-recul-en-cette-fin-dannee-en-france-2448873.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Mon, 27 Dec 2021 12:18:30 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/27/2448873_le-chomage-encore-en-net-recul-en-cette-fin-dannee-en-france-web-070617768734_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e291f4df387f28a46db02edfacef9238" + "hash": "7263eaf6669c2d303e6be9f8a7d98e93" }, { - "title": "Crise des sous-marins : l’Australie signe son premier accord avec les Etats-Unis et le Royaume-Uni", - "description": "Le ministre de la défense australien a signé avec les diplomates britannique et américain un texte autorisant l’échange d’« informations sur la propulsion nucléaire navale » entre leurs pays. Cette alliance avait provoqué une brouille entre Paris et Canberra.", - "content": "Le ministre de la défense australien a signé avec les diplomates britannique et américain un texte autorisant l’échange d’« informations sur la propulsion nucléaire navale » entre leurs pays. Cette alliance avait provoqué une brouille entre Paris et Canberra.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/22/crise-des-sous-marins-l-australie-signe-son-premier-accord-avec-les-etats-unis-et-le-royaume-uni_6103115_3210.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 06:59:51 +0100", + "title": "Covid : les Français ont soif de reconversion professionnelle", + "description": "Près de six actifs en emploi et huit chômeurs sur dix ont entrepris ou envisagent de changer d'air professionnellement. Avec plus de 20.250 dossiers financés, le dispositif de reconversion individuel, ex-CIF, a fait carton plein en 2021.", + "content": "Près de six actifs en emploi et huit chômeurs sur dix ont entrepris ou envisagent de changer d'air professionnellement. Avec plus de 20.250 dossiers financés, le dispositif de reconversion individuel, ex-CIF, a fait carton plein en 2021.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700604738681-covid-les-francais-ont-soif-de-reconversion-professionnelle-2448870.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Mon, 27 Dec 2021 11:51:17 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/27/2448870_covid-les-francais-ont-soif-de-reconversion-professionnelle-web-070585218387_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f696f687bb6dce174876a37f6cacc9c" + "hash": "5da63edf9f51e4391013dab39a665f3b" }, { - "title": "Haïti : libération annoncée de deux des 17 missionnaires nord-américains enlevés à la mi-octobre", - "description": "L’organisation Christian Aid Ministries, à laquelle appartiennent les otages, a donné l’information sans davantage de détails.", - "content": "L’organisation Christian Aid Ministries, à laquelle appartiennent les otages, a donné l’information sans davantage de détails.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/22/haiti-liberation-annoncee-de-deux-des-dix-sept-missionnaires-nord-americains-enleves-mi-octobre_6103114_3210.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 06:26:17 +0100", + "title": "Covid : ces 5 chiffres qui montrent que la situation sanitaire se détériore en France", + "description": "Le cap symbolique des 100.000 contaminations a été franchi en ce week-end de Noël, du jamais-vu depuis le début de la crise sanitaire. Si cette situation n'entraîne pour l'instant pas de vague d'hospitalisations, les arrêts de travail se multiplient, faisant craindre de fortes perturbations dans de nombreux secteurs économiques.", + "content": "Le cap symbolique des 100.000 contaminations a été franchi en ce week-end de Noël, du jamais-vu depuis le début de la crise sanitaire. Si cette situation n'entraîne pour l'instant pas de vague d'hospitalisations, les arrêts de travail se multiplient, faisant craindre de fortes perturbations dans de nombreux secteurs économiques.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700613539770-covid-ces-5-chiffres-qui-montrent-que-la-situation-sanitaire-se-deteriore-en-france-2448759.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Sun, 26 Dec 2021 17:23:03 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/26/2448759_covid-ces-5-chiffres-qui-montrent-que-la-situation-sanitaire-se-deteriore-en-france-web-070614588202_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "306fdd0fcbd3aacbed51ce107ec364ec" + "hash": "4b083e96e110124ceee20819c47d7a36" }, { - "title": "Au Venezuela, le pouvoir s’assure une victoire écrasante aux élections régionales", - "description": "Le parti de Nicolas Maduro a remporté 20 des 23 postes de gouverneur ainsi que la mairie de Caracas face à une opposition divisée qui participait pour la première fois à un scrutin depuis 2017.", - "content": "Le parti de Nicolas Maduro a remporté 20 des 23 postes de gouverneur ainsi que la mairie de Caracas face à une opposition divisée qui participait pour la première fois à un scrutin depuis 2017.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/22/au-venezuela-le-pouvoir-s-assure-une-victoire-ecrasante-aux-elections-regionales_6103111_3210.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 06:03:22 +0100", + "title": "Les ménages français continuent de surépargner mais moins qu'avant", + "description": "Fin octobre, le surcroît d'épargne accumulée par les ménages depuis le début de la crise du Covid atteignait 187 milliards d'euros, selon les chiffres dévoilés ce mercredi par la Banque de France. Il n'a augmenté que de 6 milliards au troisième trimestre, contre 22 milliards au cours des trois mois précédents.", + "content": "Fin octobre, le surcroît d'épargne accumulée par les ménages depuis le début de la crise du Covid atteignait 187 milliards d'euros, selon les chiffres dévoilés ce mercredi par la Banque de France. Il n'a augmenté que de 6 milliards au troisième trimestre, contre 22 milliards au cours des trois mois précédents.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700548009435-les-menages-francais-continuent-de-surepargner-mais-moins-quavant-2447289.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Wed, 15 Dec 2021 18:00:46 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/15/2447289_les-menages-francais-continuent-de-surepargner-mais-moins-quavant-web-tete-070549740374_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d7f9d0d4dea4c09393b7c645150bcd3" + "hash": "aecf5a71c700f242640feda61abb4254" }, { - "title": "Les démissions d’enseignants ne cessent d’augmenter. L’éducation nationale tente de freiner les demandes de départ, sans vraiment répondre au malaise", - "description": "Des stagiaires qui renoncent à entrer dans le métier, des professeurs expérimentés qui souhaitent le quitter… Face à cette désaffection grandissante, l’institution tente de retenir ses agents, faut de candidats pour les remplacer", - "content": "Des stagiaires qui renoncent à entrer dans le métier, des professeurs expérimentés qui souhaitent le quitter… Face à cette désaffection grandissante, l’institution tente de retenir ses agents, faut de candidats pour les remplacer", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/22/les-demissions-d-enseignants-un-phenomene-en-expansion_6103110_3224.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 06:00:39 +0100", + "title": "Les créations d'entreprises battent un nouveau record", + "description": "Selon les statistiques publiées ce mercredi par l'Insee, leur nombre a dépassé, sur les onze premiers mois de l'année, à 915.454, le chiffre de l'ensemble de 2020, déjà sans précédent. Mais près des deux tiers des entreprises qui ont vu le jour depuis janvier l'ont été sous le régime des micro-entrepreneurs.", + "content": "Selon les statistiques publiées ce mercredi par l'Insee, leur nombre a dépassé, sur les onze premiers mois de l'année, à 915.454, le chiffre de l'ensemble de 2020, déjà sans précédent. Mais près des deux tiers des entreprises qui ont vu le jour depuis janvier l'ont été sous le régime des micro-entrepreneurs.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700546316994-les-creations-dentreprises-battent-un-nouveau-record-2447228.php#xtor=RSS-71", + "creator": "Isabelle Couet", + "pubDate": "Wed, 15 Dec 2021 11:25:39 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/15/2447228_les-creations-dentreprises-battent-un-nouveau-record-web-070546477102_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d7dd26198e8525147c64102ad37ae06" + "hash": "28b7a99e27dcf269f731a9413054987d" }, { - "title": "Pouvoir d’achat : la tension monte sur les salaires et les grèves se multiplient dans des secteurs jusqu’ici peu habitués aux mobilisations", - "description": "Decathlon, Labeyrie, Leroy-Merlin… Les mouvements de grève se multiplient dans de grandes entreprises habituellement peu touchées par ce type de conflit social. En cause, des rémunérations jugées trop basses alors que l’inflation rogne le pouvoir d’achat.", - "content": "Decathlon, Labeyrie, Leroy-Merlin… Les mouvements de grève se multiplient dans de grandes entreprises habituellement peu touchées par ce type de conflit social. En cause, des rémunérations jugées trop basses alors que l’inflation rogne le pouvoir d’achat.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/22/la-tape-dans-le-dos-ne-paye-pas-le-loyer-dans-les-entreprises-la-tension-monte-sur-les-salaires_6103104_3234.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 05:53:48 +0100", + "title": "Le maintien d'une inflation élevée va peser sur le pouvoir d'achat en 2022", + "description": "L'indemnité inflation va doper les revenus disponibles des Français au quatrième trimestre, souligne l'Insee dans sa note de conjoncture publiée ce mardi. Mais le pouvoir d'achat sera sous pression au premier semestre 2022 en raison d'une inflation toujours élevée.", + "content": "L'indemnité inflation va doper les revenus disponibles des Français au quatrième trimestre, souligne l'Insee dans sa note de conjoncture publiée ce mardi. Mais le pouvoir d'achat sera sous pression au premier semestre 2022 en raison d'une inflation toujours élevée.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700539325465-le-maintien-dune-inflation-elevee-va-peser-sur-le-pouvoir-dachat-en-2022-2447042.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 14 Dec 2021 19:00:41 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/14/2447042_le-maintien-dune-inflation-elevee-va-peser-sur-le-pouvoir-dachat-en-2022-web-tete-070539481683_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e48157fc73abf5525ca8fbc1db0ca149" + "hash": "e6e22f6224c8475a3c787ed7f257384a" }, { - "title": "« Est-ce qu’ils nous voient comme des terroristes ? » : après sept jours de grève en Guadeloupe, la colère ne retombe pas", - "description": "Dans le département d’outre-mer, la contestation de l’obligation vaccinale des soignants s’est muée en expression d’un profond malaise social. Soixante-sept personnes ont été interpellées et des barrages bloquent toujours plusieurs routes de l’île.", - "content": "Dans le département d’outre-mer, la contestation de l’obligation vaccinale des soignants s’est muée en expression d’un profond malaise social. Soixante-sept personnes ont été interpellées et des barrages bloquent toujours plusieurs routes de l’île.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/22/est-ce-qu-ils-nous-voient-comme-des-terroristes-apres-sept-jours-de-greve-en-guadeloupe-la-colere-ne-retombe-pas_6103102_3224.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 05:47:37 +0100", + "title": "Covid : la Haute Autorité de santé recommande de réduire à 3 mois le délai pour le rappel vaccinal", + "description": "En attendant d'examiner l'avis de la HAS, le ministère de la Santé a indiqué que le délai pour injecter la dose de rappel de vaccin contre le Covid est ramené à 4 mois dès ce vendredi (et non à partir du 3 janvier comme initialement prévu). La Haute Autorité préconise aussi d'injecter une dose de rappel aux 12-17 ans « à risque ».", + "content": "En attendant d'examiner l'avis de la HAS, le ministère de la Santé a indiqué que le délai pour injecter la dose de rappel de vaccin contre le Covid est ramené à 4 mois dès ce vendredi (et non à partir du 3 janvier comme initialement prévu). La Haute Autorité préconise aussi d'injecter une dose de rappel aux 12-17 ans « à risque ».", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700604616233-covid-la-haute-autorite-de-sante-recommande-de-reduire-a-3-mois-le-delai-pour-le-rappel-vaccinal-2448703.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Fri, 24 Dec 2021 11:56:56 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/24/2448703_covid-la-haute-autorite-de-sante-recommande-de-reduire-a-3-mois-le-delai-pour-le-rappel-vaccinal-web-tete-070604628714_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5407d9833fea4cad4b0e8c312ca8086c" + "hash": "e4360552ea02fe34afbeeda00a0c3f06" }, { - "title": "Aux Etats-Unis, une voiture fonce dans une parade de Noël, faisant au moins cinq morts et des dizaines de blessés", - "description": "Le drame s’est produit à Waukesha, dans le Wisconsin, et le bilan, provisoire, devrait encore augmenter. Un suspect a été interpellé, mais aucune piste n’était privilégiée à ce stade de l’enquête.", - "content": "Le drame s’est produit à Waukesha, dans le Wisconsin, et le bilan, provisoire, devrait encore augmenter. Un suspect a été interpellé, mais aucune piste n’était privilégiée à ce stade de l’enquête.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/22/aux-etats-unis-une-voiture-cause-plusieurs-morts-en-foncant-dans-une-parade-de-noel_6103101_3210.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 05:46:25 +0100", + "title": "Des pistes pour améliorer l'attractivité des métiers de la deuxième ligne", + "description": "Les deux expertes chargées de plancher sur la revalorisation des métiers dits de la deuxième ligne dressent un bilan mitigé des négociations de branche. Elles dénoncent des tarifs trop souvent tirés vers le bas, par l'Etat notamment.", + "content": "Les deux expertes chargées de plancher sur la revalorisation des métiers dits de la deuxième ligne dressent un bilan mitigé des négociations de branche. Elles dénoncent des tarifs trop souvent tirés vers le bas, par l'Etat notamment.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700598539320-des-pistes-pour-ameliorer-lattractivite-des-metiers-de-la-2e-ligne-2448582.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Thu, 23 Dec 2021 17:25:09 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/23/2448582_des-pistes-pour-ameliorer-lattractivite-des-metiers-de-la-deuxieme-ligne-web-tete-070598603802.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e37a13773ad4b1015db04bca5459b0a3" + "hash": "d7321b9fb2a44fed5b4a4c96e575c15c" }, { - "title": "Lors d’une visite à Amiens, le président de la République a assuré l’île de la « solidarité » de la nation face à une « situation explosive ».", - "description": "Le mouvement né de la contestation de l’obligation vaccinale a dégénéré depuis quelques jours en crise sociale. Le chef de l’Etat a reconnu que la situation était « très explosive ».", - "content": "Le mouvement né de la contestation de l’obligation vaccinale a dégénéré depuis quelques jours en crise sociale. Le chef de l’Etat a reconnu que la situation était « très explosive ».", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/22/guadeloupe-apres-les-violences-urbaines-trente-personnes-jugees-en-comparution-immediate-des-lundi_6103093_3224.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 04:15:30 +0100", + "title": "Vaccination Covid : le gouvernement appelle la médecine du travail à la mobilisation générale", + "description": "Commandes de doses de vaccins sans attendre, séances de vaccination hebdomadaires en entreprise ou communes sur une zone d'activité : le secrétaire d'Etat à la Santé au travail, Laurent Pietraszewski, détaille aux « Echos » le plan annoncé ce mercredi à plus de 300 professionnels concernés.", + "content": "Commandes de doses de vaccins sans attendre, séances de vaccination hebdomadaires en entreprise ou communes sur une zone d'activité : le secrétaire d'Etat à la Santé au travail, Laurent Pietraszewski, détaille aux « Echos » le plan annoncé ce mercredi à plus de 300 professionnels concernés.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700591686800-exclusif-covid-le-gouvernement-appelle-la-medecine-du-travail-a-la-mobilisation-generale-face-a-la-vague-omicron-2448384.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Wed, 22 Dec 2021 12:45:40 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/22/2448384_exclusif-vaccination-covid-le-gouvernement-appelle-la-medecine-du-travail-a-la-mobilisation-generale-web-070591649933_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0e926f4a87ccd373d1a9223db18fbc40" + "hash": "f1128658e1bbc231dda6dfd971ea5eea" }, { - "title": "Chili : duel entre l’extrême droite et la coalition de gauche pour le second tour de la présidentielle", - "description": "Selon des résultats quasi définitifs, José Antonio Kast, le chef du Parti républicain, devance, avec 28 % des voix, l’ancien leader étudiant de gauche Gabriel Boric, proche des 26 %.", - "content": "Selon des résultats quasi définitifs, José Antonio Kast, le chef du Parti républicain, devance, avec 28 % des voix, l’ancien leader étudiant de gauche Gabriel Boric, proche des 26 %.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/22/chili-le-second-tour-de-la-presidentielle-au-chili-s-oriente-vers-un-duel-entre-la-droite-ultra-conservatrice-et-la-coalition-de-gauche_6103091_3210.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 03:41:24 +0100", + "title": "Croissance : l'Insee table sur un atterrissage en douceur malgré les vents contraires", + "description": "Dans ses projections dévoilées ce mardi, l'Insee maintient sa prévision d'une hausse du PIB de 6,7 % en 2021, malgré la reprise de l'épidémie et les pénuries. Le rythme devrait marquer un peu le pas au premier semestre 2022, tout en garantissant un acquis de croissance de 3 % à l'été.", + "content": "Dans ses projections dévoilées ce mardi, l'Insee maintient sa prévision d'une hausse du PIB de 6,7 % en 2021, malgré la reprise de l'épidémie et les pénuries. Le rythme devrait marquer un peu le pas au premier semestre 2022, tout en garantissant un acquis de croissance de 3 % à l'été.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700538048841-croissance-linsee-table-sur-un-atterrissage-en-douceur-malgre-les-vents-contraires-2447030.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 14 Dec 2021 18:00:39 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/14/2447030_croissance-linsee-table-sur-un-atterrissage-en-douceur-malgre-les-vents-contraires-web-tete-070539309881.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a7da3a77c02218ef03802d139a3b217c" + "hash": "bd61dfc7d58416bfb9cafa6df3056f44" }, { - "title": "Débat Les Républicains : des candidats qui tentent d’élargir l’horizon", - "description": "Pour l’avant-dernier débat avant le congrès qui doit désigner le candidat à l’élection présidentielle, les cinq prétendants sont sortis des thèmes balisés.", - "content": "Pour l’avant-dernier débat avant le congrès qui doit désigner le candidat à l’élection présidentielle, les cinq prétendants sont sortis des thèmes balisés.", - "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/22/presidentielles-2022-les-republicains-elargissent-l-horizon-pour-leur-troisieme-debat_6103085_6059010.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 01:46:10 +0100", + "title": "Covid : bientôt 3 à 4 jours de télétravail par semaine", + "description": "Pour tenter de freiner le tsunami Omicron, la jauge de télétravail préconisée va passer de deux ou trois jours par semaine à trois ou quatre, a annoncé Elisabeth Borne. L'impact économique devrait être faible.", + "content": "Pour tenter de freiner le tsunami Omicron, la jauge de télétravail préconisée va passer de deux ou trois jours par semaine à trois ou quatre, a annoncé Elisabeth Borne. L'impact économique devrait être faible.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700591261401-covid-bientot-3-a-4-jours-de-teletravail-par-semaine-2448363.php#xtor=RSS-71", + "creator": "Alain Ruello et Nathalie Silbert", + "pubDate": "Wed, 22 Dec 2021 09:02:17 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/22/2448363_covid-bientot-3-a-4-jours-de-teletravail-par-semaine-web-tete-070591282930_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "612551507d661249406718258de615b5" + "hash": "25f08a62d3b7ceee3fb1be8b3cc9a76a" }, { - "title": "WhatsApp met à jour ses conditions d’utilisation en Europe", - "description": "Le changement, essentiellement cosmétique, ne porte pas sur la manière dont les données sont traitées par le service de messagerie.", - "content": "Le changement, essentiellement cosmétique, ne porte pas sur la manière dont les données sont traitées par le service de messagerie.", - "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/22/whatsapp-met-a-jour-ses-conditions-d-utilisation-en-europe_6103082_4408996.html", - "creator": "", - "pubDate": "Mon, 22 Nov 2021 01:00:08 +0100", + "title": "Après cinq ans de négociation, la métallurgie se dote d'une convention collective unique", + "description": "Les partenaires sociaux de la branche sont parvenus à rassembler 78 conventions collectives en une seule de portée nationale couvrant 1,5 million de salariés de 42.000 entreprises environ. Bascule prévue le 1 er  janvier 2024.", + "content": "Les partenaires sociaux de la branche sont parvenus à rassembler 78 conventions collectives en une seule de portée nationale couvrant 1,5 million de salariés de 42.000 entreprises environ. Bascule prévue le 1 er  janvier 2024.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700588046443-la-metallurgie-se-dote-dune-convention-collective-unique-2448240.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Tue, 21 Dec 2021 21:57:53 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/22/2448240_apres-cinq-ans-de-negociation-la-metallurgie-se-dote-dune-convention-collective-unique-web-tete-070588119792_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7474f0d051da0128d66eca300b1e278" + "hash": "20246bf72b2dc10bd08a488d4f7aed81" }, { - "title": "La vente aux enchères des vins des Hospices de Beaune bat un record de prix", - "description": "La « pièce de charité », un fût de Corton Renardes Grand Cru, s’est vendue 800 000 euros, alors que le millésime est marqué par des volumes très faibles.", - "content": "La « pièce de charité », un fût de Corton Renardes Grand Cru, s’est vendue 800 000 euros, alors que le millésime est marqué par des volumes très faibles.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/21/la-vente-aux-encheres-des-vins-des-hospices-de-beaune-bat-un-record-de-prix_6103077_3234.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 22:29:43 +0100", + "title": "Covid : bientôt 3 à 4 jours de télétravail par semaine", + "description": "Pour tenter de freiner le tsunami Omicron, la jauge de télétravail préconisée va passer de deux à trois jours par semaine à trois à quatre, a annoncé ce mercredi matin la ministre du Travail, Elisabeth Borne.", + "content": "Pour tenter de freiner le tsunami Omicron, la jauge de télétravail préconisée va passer de deux à trois jours par semaine à trois à quatre, a annoncé ce mercredi matin la ministre du Travail, Elisabeth Borne.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700591261401-covid-bientot-3-a-4-jours-de-teletravail-par-semaine-2448363.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Wed, 22 Dec 2021 09:02:17 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/22/2448363_covid-bientot-3-a-4-jours-de-teletravail-par-semaine-web-tete-070591282930_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6adec0b41ea2bf5b6290768a41274b7" + "hash": "2bd0e506f082a687cec0b1e51634ba93" }, { - "title": "En Afghanistan, les talibans demandent aux télévisions d’éviter les séries montrant des femmes", - "description": "Des directives ont été publiées à l’encontre des programmes « opposées aux valeurs islamiques et afghanes », et pour obliger les femmes journalistes à porter le voile.", - "content": "Des directives ont été publiées à l’encontre des programmes « opposées aux valeurs islamiques et afghanes », et pour obliger les femmes journalistes à porter le voile.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/21/en-afghanistan-les-talibans-demandent-aux-televisions-d-eviter-les-series-montrant-des-femmes_6103076_3210.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 21:54:16 +0100", + "title": "La métallurgie se dote d'une convention collective unique", + "description": "Après six ans de négociations, les partenaires sociaux de la branche sont parvenus à rassembler 78 conventions collectives en une seule de portée nationale couvrant 1,5 million de salariés de 42.000 entreprises environ. Bascule prévue le 1 er  janvier 2024.", + "content": "Après six ans de négociations, les partenaires sociaux de la branche sont parvenus à rassembler 78 conventions collectives en une seule de portée nationale couvrant 1,5 million de salariés de 42.000 entreprises environ. Bascule prévue le 1 er  janvier 2024.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700588046443-la-metallurgie-se-dote-dune-convention-collective-unique-2448240.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Tue, 21 Dec 2021 21:57:53 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/21/2448240_la-metallurgie-se-dote-dune-convention-collective-unique-web-tete-070588119792_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fb84f474af6764c5ddd9f88935d6bff7" + "hash": "47714be374f915d001393c199582577a" }, { - "title": "Ligue 1 : le match Lyon-Marseille définitivement arrêté après un jet de projectiles contre le Marseillais Dimitri Payet", - "description": "Le joueur français a été visé par des jets de bouteille d’eau pleine dès la 4e minute de jeu. La reprise de la rencontre a un temps été annoncée, provoquant la colère des Marseillais, avant que l’arbitre, Ruddy Buquet, prenne finalement la décision de ne pas renvoyer les joueurs sur le terrain.", - "content": "Le joueur français a été visé par des jets de bouteille d’eau pleine dès la 4e minute de jeu. La reprise de la rencontre a un temps été annoncée, provoquant la colère des Marseillais, avant que l’arbitre, Ruddy Buquet, prenne finalement la décision de ne pas renvoyer les joueurs sur le terrain.", - "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/21/football-le-match-lyon-marseille-interrompu-par-un-jet-de-bouteille-sur-payet_6103075_3242.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 21:24:22 +0100", + "title": "Covid : les syndicats de fonctionnaires s'opposent eux aussi au passe sanitaire au travail", + "description": "A la ministre de la Fonction publique Amélie de Montchalin, qui les consultait ce mardi, les syndicats d'agents ont fait la même réponse que leurs collègues du privé la veille à Elisabeth Borne : pas favorable. Mieux vaut renforcer les mesures déjà éprouvées comme le télétravail, avancent-ils.", + "content": "A la ministre de la Fonction publique Amélie de Montchalin, qui les consultait ce mardi, les syndicats d'agents ont fait la même réponse que leurs collègues du privé la veille à Elisabeth Borne : pas favorable. Mieux vaut renforcer les mesures déjà éprouvées comme le télétravail, avancent-ils.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700586371002-covid-les-syndicats-de-fonctionnaires-sopposent-eux-aussi-au-passe-sanitaire-au-travail-2448216.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Tue, 21 Dec 2021 17:00:22 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/21/2448216_covid-les-syndicats-de-fonctionnaires-sopposent-eux-aussi-au-passe-sanitaire-au-travail-web-070586868747_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ed64a1945b60bd1c23e6fdba4a441bff" + "hash": "c96c104a329e9e6a41cc413c3df4af85" }, { - "title": "Covid-19 : en Belgique, en Autriche et aux Pays-Bas, nouvelles manifestations contre les restrictions sanitaires", - "description": "Des milliers de personnes ont défilé au cours du week-end dans ces trois pays. Des heurts ont eu lieu aux Pays-Bas après l’annonce de nouvelles restrictions.", - "content": "Des milliers de personnes ont défilé au cours du week-end dans ces trois pays. Des heurts ont eu lieu aux Pays-Bas après l’annonce de nouvelles restrictions.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/21/covid-19-nouvelles-manifestations-en-europe-contre-les-restrictions_6103074_3210.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 20:56:38 +0100", + "title": "Les Français de plus en plus durs à l'égard des chômeurs", + "description": "43 % des Français estiment que les demandeurs d'emploi sont responsables de leur situation, montre la troisième version d'un sondage Elabe pour l'Unédic réalisé en septembre, en pleine reprise. Cette défiance s'est accrue de 7 points en un an.", + "content": "43 % des Français estiment que les demandeurs d'emploi sont responsables de leur situation, montre la troisième version d'un sondage Elabe pour l'Unédic réalisé en septembre, en pleine reprise. Cette défiance s'est accrue de 7 points en un an.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700579014354-les-francais-encore-plus-negatifs-vis-a-vis-des-chomeurs-2448171.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Tue, 21 Dec 2021 10:14:53 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/21/2448171_les-francais-de-plus-en-plus-durs-a-legard-des-chomeurs-web-tete-070546006396_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68ea79ddf6d5519051c6c1a13d9bdc74" + "hash": "4321d614376f72664e2840523a07871d" }, { - "title": "Coupe du monde 2022 : « Il était totalement impossible pour Nicolas Sarkozy d’influencer mon vote » sur le choix du Qatar, dit Michel Platini", - "description": "Un an avant l’organisation de la Coupe du monde 2022 de football au Qatar, l’ex-président de l’UEFA revient, dans un entretien avec « Le Monde », sur son vote controversé en faveur de l’émirat.", - "content": "Un an avant l’organisation de la Coupe du monde 2022 de football au Qatar, l’ex-président de l’UEFA revient, dans un entretien avec « Le Monde », sur son vote controversé en faveur de l’émirat.", - "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/21/mondial-2022-au-qatar-il-etait-totalement-impossible-pour-nicolas-sarkozy-d-influencer-mon-vote-assure-michel-platini_6103071_3242.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 20:09:15 +0100", + "title": "Covid : le gouvernement face au casse-tête du passe sanitaire au travail", + "description": "Opposés à une telle mesure, les partenaires sociaux sont sortis avec plus de questions que de réponses  d'une réunion de consultation ce lundi matin avec la ministre du Travail, Elisabeth Borne. En jeu notamment, la responsabilité du contrôle et les sanctions contre les salariés réfractaires.", + "content": "Opposés à une telle mesure, les partenaires sociaux sont sortis avec plus de questions que de réponses  d'une réunion de consultation ce lundi matin avec la ministre du Travail, Elisabeth Borne. En jeu notamment, la responsabilité du contrôle et les sanctions contre les salariés réfractaires.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700580173419-covid-le-gouvernement-face-au-casse-tete-du-passe-sanitaire-au-travail-2448021.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Mon, 20 Dec 2021 16:34:18 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/20/2448021_covid-le-gouvernement-face-au-casse-tete-du-passe-sanitaire-au-travail-web-tete-070580969090_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "780a88e8fdaee3f0f4170f753eb6d223" + "hash": "61aee94db133074e1b27c3fd7be645f5" }, { - "title": "La Bulgarie réélit le président sortant Roumen Radev pour poursuivre la lutte anticorruption", - "description": "Cette victoire sans surprise conforte la position du parti Continuons le changement, arrivé en tête des législatives la semaine dernière.", - "content": "Cette victoire sans surprise conforte la position du parti Continuons le changement, arrivé en tête des législatives la semaine dernière.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/21/la-bulgarie-reelit-le-president-sortant-roumen-radev-pour-poursuivre-la-lutte-anticorruption_6103070_3210.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 19:35:36 +0100", + "title": "Fonction publique : la crise sanitaire a poussé les effectifs à la hausse", + "description": "En 2020, le nombre d'agents publics, emplois aidés compris, a atteint 5,7 millions, selon les données publiées par l'Insee. Covid oblige, la plus forte hausse a concerné la fonction publique hospitalière devant celle de l'Etat. Les effectifs de fonctionnaires territoriaux ont, eux, légèrement baissé.", + "content": "En 2020, le nombre d'agents publics, emplois aidés compris, a atteint 5,7 millions, selon les données publiées par l'Insee. Covid oblige, la plus forte hausse a concerné la fonction publique hospitalière devant celle de l'Etat. Les effectifs de fonctionnaires territoriaux ont, eux, légèrement baissé.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700565383110-fonction-publique-la-crise-sanitaire-a-pousse-les-effectifs-a-la-hausse-2447987.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Mon, 20 Dec 2021 12:06:35 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/20/2447987_fonction-publique-la-crise-sanitaire-a-pousse-les-effectifs-a-la-hausse-web-tete-070566704294.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "575a7ac123d4666120f766c660071612" + "hash": "32d2ac0e70e03cfd1fadb442b1d82c5d" }, { - "title": "Lyon-Marseille en direct : arrêt définitif de la rencontre", - "description": "La partie entre Lyon et Marseille est définitivement arrêtée, après près de deux heures d’interruption, suite à un jet de bouteille sur le Marseillais Dimitri Payet.", - "content": "La partie entre Lyon et Marseille est définitivement arrêtée, après près de deux heures d’interruption, suite à un jet de bouteille sur le Marseillais Dimitri Payet.", - "category": "", - "link": "https://www.lemonde.fr/football/live/2021/11/21/lyon-marseille-en-direct-suivez-le-choc-des-olympiques_6103069_1616938.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 19:28:43 +0100", + "title": "Passe sanitaire en entreprise : les partenaires sociaux résignés", + "description": "Le ministre de la Santé, Olivier Véran, a évoqué une éventuelle extension du passe sanitaire à l'ensemble des salariés. Le sujet sera abordé ce lundi par la ministre du Travail avec le patronat - inquiet mais tétanisé par la peur de nouvelles fermetures - et les syndicats réticents, mais résignés.", + "content": "Le ministre de la Santé, Olivier Véran, a évoqué une éventuelle extension du passe sanitaire à l'ensemble des salariés. Le sujet sera abordé ce lundi par la ministre du Travail avec le patronat - inquiet mais tétanisé par la peur de nouvelles fermetures - et les syndicats réticents, mais résignés.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700574930961-passe-sanitaire-en-entreprise-les-partenaires-sociaux-resignes-2447964.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Mon, 20 Dec 2021 06:52:30 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/20/2447964_passe-sanitaire-en-entreprise-les-partenaires-sociaux-resignes-web-070555374111_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dc82595843cda40d803ac3e1c03eeab9" + "hash": "86c15fd88d8776eed90d467ac6fbe600" }, { - "title": "En Roumanie, un accord entre libéraux et sociaux-démocrates met fin à deux mois de crise", - "description": "Les deux anciens rivaux, Nicolae Ciuca et Marcel Ciolacu ont prévu de se succéder à la tête de l’exécutif, avec un mandat d’un an et demi chacun.", - "content": "Les deux anciens rivaux, Nicolae Ciuca et Marcel Ciolacu ont prévu de se succéder à la tête de l’exécutif, avec un mandat d’un an et demi chacun.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/21/en-roumanie-un-accord-entre-liberaux-et-sociaux-democrates-met-fin-a-deux-mois-de-crise_6103068_3210.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 19:26:43 +0100", + "title": "Le plan de Bercy pour aider les entreprises à surmonter leurs difficultés d'approvisionnement", + "description": "Le gouvernement a annoncé, ce lundi, une série de mesures afin d'aider les secteurs les plus touchés par les problèmes d'approvisionnement en matières premières ou en composants. Un nouveau prêt pour l'industrie, sur dix ans, va apporter un bol d'air aux PME.", + "content": "Le gouvernement a annoncé, ce lundi, une série de mesures afin d'aider les secteurs les plus touchés par les problèmes d'approvisionnement en matières premières ou en composants. Un nouveau prêt pour l'industrie, sur dix ans, va apporter un bol d'air aux PME.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700532066143-un-plan-daide-pour-les-entreprises-confrontees-a-des-difficultes-dapprovisionnement-2446780.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Mon, 13 Dec 2021 18:49:18 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/13/2446780_le-plan-de-bercy-pour-aider-les-entreprises-a-surmonter-leurs-difficultes-dapprovisionnement-web-070532143125_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "79d43bfaa981e9672167a759d1904bbb" + "hash": "f626e936e9b6f3f10356d8c1cdfcc450" }, { - "title": "Guadeloupe, #noustoutes, Peng Shuai… les cinq infos à retenir du week-end", - "description": "Si vous n’avez pas suivi l’actualité de ce week-end des 20 et 21 novembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", - "content": "Si vous n’avez pas suivi l’actualité de ce week-end des 20 et 21 novembre, voici ce qu’il faut retenir des dernières quarante-huit heures.", - "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/21/guadeloupe-noustoutes-peng-shuai-les-cinq-infos-a-retenir-du-week-end_6103064_4355770.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 18:00:23 +0100", + "title": "Passe vaccinal : la loi l'imposera pour tous les lieux recevant du public", + "description": "Le ministre de la santé, Olivier Véran, a précisé le champ du passe vaccinal ce samedi matin sur France Inter. Le projet de loi l'imposera dans les lieux de loisir. Le gouvernement renvoie au débat parlementaire son extension au-delà. Une concertation va avoir lieu avec les élus et les partenaires sociaux dans les prochains jours.", + "content": "Le ministre de la santé, Olivier Véran, a précisé le champ du passe vaccinal ce samedi matin sur France Inter. Le projet de loi l'imposera dans les lieux de loisir. Le gouvernement renvoie au débat parlementaire son extension au-delà. Une concertation va avoir lieu avec les élus et les partenaires sociaux dans les prochains jours.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700567875954-passe-vaccinal-la-loi-limposera-pour-tous-les-lieux-recevant-du-public-2447838.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Sat, 18 Dec 2021 09:28:58 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/18/2447838_passe-vaccinal-la-loi-limposera-pour-tous-les-lieux-recevant-du-public-web-070570510790_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d799621dd6fd5d93bf720d242ebf8556" + "hash": "665b1fbb3593eccdd9a75d32ac11ccbe" }, { - "title": "Pêche post-Brexit : la France « continuera le combat » auprès des pêcheurs, assure la ministre de la mer", - "description": "Annick Girardin avait évoqué, jeudi, la possibilité d’indemnisation pour les pêcheurs qui n’obtiendraient pas de licence du Royaume-Uni, ce qui avait été vécu comme un aveu de « défaite » par les professionnels de la filière.", - "content": "Annick Girardin avait évoqué, jeudi, la possibilité d’indemnisation pour les pêcheurs qui n’obtiendraient pas de licence du Royaume-Uni, ce qui avait été vécu comme un aveu de « défaite » par les professionnels de la filière.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/21/peche-post-brexit-la-france-continuera-le-combat-aupres-des-pecheurs-assure-la-ministre-de-la-mer_6103057_3234.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 16:47:12 +0100", + "title": "SONDAGE EXCLUSIF - Les Français inquiets pour leur situation financière malgré l'embellie de l'économie", + "description": "Si l'inquiétude des Français quant à l'état économique du pays régresse, celle pour leur propre situation grimpe et concerne 62 % d'entre eux, selon un sondage Elabe pour « Les Echos ». Un mouvement nourri par une insatisfaction croissante autour de la question du pouvoir d'achat.", + "content": "Si l'inquiétude des Français quant à l'état économique du pays régresse, celle pour leur propre situation grimpe et concerne 62 % d'entre eux, selon un sondage Elabe pour « Les Echos ». Un mouvement nourri par une insatisfaction croissante autour de la question du pouvoir d'achat.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700509693031-sondage-exclusif-les-francais-inquiets-pour-leur-situation-financiere-malgre-lembellie-de-leconomie-2446232.php#xtor=RSS-71", + "creator": "Renaud Honoré", + "pubDate": "Thu, 09 Dec 2021 17:00:43 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/09/2446232_sondage-exclusif-les-francais-inquiets-pour-leur-situation-financiere-malgre-lembellie-de-leconomie-web-070509742230_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6cecb1254c897a06aa24d51260ed7e41" + "hash": "fa3d1e866d5c710182eb199f8985d4d9" }, { - "title": "Abeilles : l’épandage de produits phytopharmaceutiques autorisé deux heures avant le coucher du soleil", - "description": "Les agriculteurs ont salué cette décision, mais les apiculteurs ont regretté l’absence de prise en compte de la température et la possibilité de traiter les cultures au moment où les abeilles butinent encore.", - "content": "Les agriculteurs ont salué cette décision, mais les apiculteurs ont regretté l’absence de prise en compte de la température et la possibilité de traiter les cultures au moment où les abeilles butinent encore.", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/21/abeilles-l-epandage-de-produits-phytopharmaceutiques-autorise-deux-heures-avant-le-coucher-du-soleil_6103055_3244.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 16:35:46 +0100", + "title": "Salaires : la pression du gouvernement fait bouger les branches", + "description": "Sur la quarantaine de branches dont les minima étaient inférieurs au SMIC depuis le 1 er  janvier, un tiers a revalorisé ses grilles salariales et une grosse moitié pourrait suivre d'ici à fin janvier, selon la ministre du Travail Elisabeth Borne.", + "content": "Sur la quarantaine de branches dont les minima étaient inférieurs au SMIC depuis le 1 er  janvier, un tiers a revalorisé ses grilles salariales et une grosse moitié pourrait suivre d'ici à fin janvier, selon la ministre du Travail Elisabeth Borne.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700564776905-salaires-la-pression-mise-sur-les-branches-commence-a-payer-selon-le-gouvernement-2447819.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Fri, 17 Dec 2021 17:11:48 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/17/2447819_salaires-la-pression-du-gouvernement-fait-bouger-les-branches-web-070564647204_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86d850fc5d5bf6c4b14d5c0a63ac8b3a" + "hash": "466193670538197ecf69e9adc77416c7" }, { - "title": "Présidentielle 2022 : Fabien Roussel, candidat du PCF, propose un « impôt Covid » sur les bénéfices et un « triplement de l’ISF »", - "description": "Lors d’un meeting tenu dimanche place Stalingrad à Paris, le candidat communiste à l’élection présidentielle a défendu « le travail et les salaires ».", - "content": "Lors d’un meeting tenu dimanche place Stalingrad à Paris, le candidat communiste à l’élection présidentielle a défendu « le travail et les salaires ».", - "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/21/presidentielle-2022-fabien-roussel-candidat-du-pcf-propose-un-impot-covid-sur-les-benefices-et-un-triplement-de-l-isf_6103054_6059010.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 16:19:56 +0100", + "title": "La réforme du Code du travail percutée par le Covid", + "description": "La mission d'évaluation des ordonnances de 2017 réformant le Code du travail a rendu un nouveau rapport d'étape ce jeudi. Si l'ensemble des mesures sont sur les rails, elle pointe notamment les difficultés que produit la réforme des institutions représentatives du personnel.", + "content": "La mission d'évaluation des ordonnances de 2017 réformant le Code du travail a rendu un nouveau rapport d'étape ce jeudi. Si l'ensemble des mesures sont sur les rails, elle pointe notamment les difficultés que produit la réforme des institutions représentatives du personnel.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700557845996-la-reforme-du-code-du-travail-percutee-par-le-covid-2447735.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Fri, 17 Dec 2021 07:06:31 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/17/2447735_la-reforme-du-code-du-travail-percutee-par-le-covid-web-070557804010_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b7266a7e93ae8ecce56166d91b6a11e7" + "hash": "cc91312cdefce9d502e1af0f6de478c3" }, { - "title": "Présidentielle 2022 : plus de 600 élus locaux lancent un appel à soutenir Emmanuel Macron", - "description": "Edouard Philippe (Le Havre), Christian Estrosi (Nice) ou encore Christophe Béchu (Angers) saluent un bilan « favorable aux territoires et aux communes » et soulignent un « besoin de continuité et de stabilité ».", - "content": "Edouard Philippe (Le Havre), Christian Estrosi (Nice) ou encore Christophe Béchu (Angers) saluent un bilan « favorable aux territoires et aux communes » et soulignent un « besoin de continuité et de stabilité ».", - "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/21/presidentielle-2022-plus-de-600-maires-lancent-un-appel-a-soutenir-emmanuel-macron_6103049_823448.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 15:26:02 +0100", + "title": "Hôpital : opération transparence sur le nombre de lits fermés", + "description": "Le ministère de la Santé a sondé 1.100 établissements sur leurs capacités d'accueil en octobre. Elles sont en légère baisse par rapport à la fin 2019 (2 % de lits fermés) et l'absentéisme a crû d'environ 1 %. Ces variations minimes aggravent les tensions sur l'offre de soins.", + "content": "Le ministère de la Santé a sondé 1.100 établissements sur leurs capacités d'accueil en octobre. Elles sont en légère baisse par rapport à la fin 2019 (2 % de lits fermés) et l'absentéisme a crû d'environ 1 %. Ces variations minimes aggravent les tensions sur l'offre de soins.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700556889120-hopital-operation-transparence-sur-le-nombre-de-lits-fermes-2447549.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Thu, 16 Dec 2021 16:34:50 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/16/2447549_hopital-operation-transparence-sur-le-nombre-de-lits-fermes-web-070555587481_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "89624810d7ed2fb4f3590fe987cd4caa" + "hash": "a2d88f07c1c55ad7d603f28b737e8efb" }, { - "title": "Le Français Sébastien Ogier remporte son huitième titre de champion du monde des rallyes", - "description": "Le pilote de l’écurie Toyota a été couronné après sa victoire lors de la dernière manche de la saison à Monza, en Italie. Le Britannique Elfyn Evans et l’Espagnol Dani Sordo complètent le podium.", - "content": "Le pilote de l’écurie Toyota a été couronné après sa victoire lors de la dernière manche de la saison à Monza, en Italie. Le Britannique Elfyn Evans et l’Espagnol Dani Sordo complètent le podium.", - "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/21/rallye-sebastien-ogier-remporte-son-huitieme-titre-mondial_6103045_3242.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 13:29:25 +0100", + "title": "Pour les jeunes retraités, l'âge idéal pour partir en retraite est de 61 ans", + "description": "Les nouveaux inactifs sont notamment animés par le désir de profiter de leur retraite le plus longtemps possible, selon une étude publiée mercredi par la Drees, le service statistique du ministère des Solidarités. Les personnes qui prolongent leur activité au-delà de l'âge minimum possible le font très souvent pour des raisons financières.", + "content": "Les nouveaux inactifs sont notamment animés par le désir de profiter de leur retraite le plus longtemps possible, selon une étude publiée mercredi par la Drees, le service statistique du ministère des Solidarités. Les personnes qui prolongent leur activité au-delà de l'âge minimum possible le font très souvent pour des raisons financières.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700555615823-pour-les-jeunes-retraites-lage-ideal-pour-partir-en-retraite-est-de-61-ans-2447497.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Thu, 16 Dec 2021 11:12:22 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/16/2447497_pour-les-jeunes-retraites-lage-ideal-pour-partir-en-retraite-est-de-61-ans-web-070555531006_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a82306cbe5ac683521ec1a85cc025fe" + "hash": "1516f26f016ff5df8fd84a15cebe09fa" }, { - "title": "Manchester United renvoie son entraîneur Ole Gunnar Solskjaer", - "description": "Le départ du Norvégien survient après une nouvelle lourde défaite en championnat, la cinquième en seulement 12 matchs. Joueur légendaire du club entre 1996 et 2007, Solskjaer était arrivé à la fin de 2018 pour rebâtir une équipe divisée.", - "content": "Le départ du Norvégien survient après une nouvelle lourde défaite en championnat, la cinquième en seulement 12 matchs. Joueur légendaire du club entre 1996 et 2007, Solskjaer était arrivé à la fin de 2018 pour rebâtir une équipe divisée.", - "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/21/manchester-united-renvoie-son-entraineur-ole-gunnar-solskjaer_6103044_3242.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 12:32:01 +0100", + "title": "La Banque de France relève sa prévision de croissance à 6,7 % cette année", + "description": "La Banque de France estime, à ce stade, que les restrictions annoncées par l'exécutif pour contrer la nouvelle vague épidémique « ne devraient pas avoir un impact significatif sur l'activité ». Elle revoit à la hausse sa prévision de croissance du PIB pour 2021, a annoncé ce mercredi son gouverneur.", + "content": "La Banque de France estime, à ce stade, que les restrictions annoncées par l'exécutif pour contrer la nouvelle vague épidémique « ne devraient pas avoir un impact significatif sur l'activité ». Elle revoit à la hausse sa prévision de croissance du PIB pour 2021, a annoncé ce mercredi son gouverneur.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700490961346-covid-les-patrons-gardent-la-tete-froide-face-a-la-reprise-de-lepidemie-2445716.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 07 Dec 2021 20:42:14 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/08/2445716_la-banque-de-france-releve-sa-prevision-de-croissance-a-67-cette-annee-web-070494236494_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b8423bee7320ba6b8e1aef12de2e8f63" + "hash": "5447135d1c4d163de62dac227e5c4337" }, { - "title": "Rugby : après la défaite des All Blacks contre la France, la presse néo-zélandaise met en cause le sélectionneur Ian Foster", - "description": "« Il y aura beaucoup de questions à poser », estime la presse néo-zélandaise au lendemain de la victoire éclatante du XV de France sur les All Blacks (40-25). Avec trois défaites, le bilan de la saison est le moins bon depuis 2009.", - "content": "« Il y aura beaucoup de questions à poser », estime la presse néo-zélandaise au lendemain de la victoire éclatante du XV de France sur les All Blacks (40-25). Avec trois défaites, le bilan de la saison est le moins bon depuis 2009.", - "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/21/rugby-la-deroute-des-all-blacks-face-aux-francais-met-la-pression-sur-le-selectionneur-ian-foster_6103043_3242.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 12:20:20 +0100", + "title": "Les créations d'entreprise battent un nouveau record", + "description": "Selon les statistiques publiées ce mercredi par l'Insee, leur nombre a dépassé, sur les onze premiers mois de l'année, à 915.454, le chiffre de l'ensemble de 2020, déjà sans précédent. Près des deux tiers des entreprises qui ont vu le jour l'ont été sous le régime des microentrepreneurs.", + "content": "Selon les statistiques publiées ce mercredi par l'Insee, leur nombre a dépassé, sur les onze premiers mois de l'année, à 915.454, le chiffre de l'ensemble de 2020, déjà sans précédent. Près des deux tiers des entreprises qui ont vu le jour l'ont été sous le régime des microentrepreneurs.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700546316994-les-creations-dentreprises-battent-un-nouveau-record-2447228.php#xtor=RSS-71", + "creator": "Isabelle Couet", + "pubDate": "Wed, 15 Dec 2021 11:25:39 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/15/2447228_les-creations-dentreprise-battent-un-nouveau-record-web-070546477102.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8a687a091dd5fbbcbcf3a1cbdc9b2808" + "hash": "b9bf4f333878891f80a91c4e2653eacf" }, { - "title": "Invitée de l’émission « Questions politiques », la ministre déléguée chargée de la citoyenneté a notamment rappelé le vote de quatre lois récemment.", - "description": "Invitée de l’émission « Questions politiques », la ministre déléguée chargée de la citoyenneté a notamment rappelé le vote de quatre lois récemment. « Il faut maintenant que cela descende sur le terrain », a-t-elle expliqué.", - "content": "Invitée de l’émission « Questions politiques », la ministre déléguée chargée de la citoyenneté a notamment rappelé le vote de quatre lois récemment. « Il faut maintenant que cela descende sur le terrain », a-t-elle expliqué.", - "category": "", - "link": "https://www.lemonde.fr/politique/video/2021/11/21/en-direct-marlene-schiappa-invitee-de-l-emission-questions-politiques_6103040_823448.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 11:45:13 +0100", + "title": "Les hôpitaux réclament aux candidats à la présidentielle la reconstitution d'un « vivier » de soignants", + "description": "La Fédération hospitalière de France demande aux postulants à l'Elysée plus de places en formation et une stratégie nationale de prévention articulée avec les établissements de santé.", + "content": "La Fédération hospitalière de France demande aux postulants à l'Elysée plus de places en formation et une stratégie nationale de prévention articulée avec les établissements de santé.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700549800133-les-hopitaux-reclament-aux-candidats-a-la-presidentielle-la-reconstitution-dun-vivier-de-soignants-2447450.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Thu, 16 Dec 2021 08:00:28 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/16/2447450_les-hopitaux-reclament-aux-candidats-a-la-presidentielle-la-reconstitution-dun-vivier-de-soignants-web-070549861558.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9cd4edb067cf81d16ba9e17a173f1066" + "hash": "c8109595f5f77c63e3de1a4d8bfa95a3" }, { - "title": "Le porte-parole du gouvernement a critiqué les actions violentes des contestataires du passe sanitaire et de l’obligation vaccinale des soignants sur l’île.", - "description": "Le porte-parole du gouvernement a critiqué la violence des actions menées par des opposants au passe sanitaire et à l’obligation vaccinale des soignants sur l’île, déplorant que des « soignants [soient] menacés » et que « des pharmacies [soient] empêchées d’ouvrir ».", - "content": "Le porte-parole du gouvernement a critiqué la violence des actions menées par des opposants au passe sanitaire et à l’obligation vaccinale des soignants sur l’île, déplorant que des « soignants [soient] menacés » et que « des pharmacies [soient] empêchées d’ouvrir ».", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/21/guadeloupe-gabriel-attal-juge-intolerable-et-inacceptable-les-violences-sur-l-ile_6103039_3224.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 11:34:49 +0100", + "title": "Covid : la cinquième vague balaie l'espoir d'un Noël tranquille", + "description": "Les hôpitaux devraient accueillir autour de 4.000 patients Covid en soins critiques au moment des fêtes de fin d'année, a averti ce mercredi le porte-parole du gouvernement, Gabriel Attal. Le gouvernement prépare de nouvelles mesures pour réduire la contagion, en parallèle de l'accélération de la campagne de rappels. Un Conseil de défense sanitaire se tiendra vendredi.", + "content": "Les hôpitaux devraient accueillir autour de 4.000 patients Covid en soins critiques au moment des fêtes de fin d'année, a averti ce mercredi le porte-parole du gouvernement, Gabriel Attal. Le gouvernement prépare de nouvelles mesures pour réduire la contagion, en parallèle de l'accélération de la campagne de rappels. Un Conseil de défense sanitaire se tiendra vendredi.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700548616655-covid-la-cinquieme-vague-balaie-lespoir-dun-noel-tranquille-2447286.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Wed, 15 Dec 2021 17:38:27 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/15/2447286_covid-la-cinquieme-vague-balaie-lespoir-dun-noel-tranquille-web-tete-070548654734_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "186f19372312ecb0f3f9bcd1ba72a25c" + "hash": "f624b2d9cac1c1f64c7cae5a12e3f56b" }, { - "title": "Alors que la communauté internationale s’inquiétait de la disparition de la sportive, des vidéos avaient montré une apparition à un tournoi à Pékin, mais des doutes persistent.", - "description": "Alors que la communauté internationale s’inquiétait de la disparition de la sportive, des vidéos avaient montré une apparition à un tournoi à Pékin, mais des doutes persistent.", - "content": "Alors que la communauté internationale s’inquiétait de la disparition de la sportive, des vidéos avaient montré une apparition à un tournoi à Pékin, mais des doutes persistent.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/21/le-pouvoir-chinois-montre-peng-shuai-lors-d-un-tournoi-de-tennis-a-pekin-les-doutes-persistent_6103035_3210.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 10:51:14 +0100", + "title": "Ultime feu vert à la contestée réforme de l'assurance-chômage", + "description": "Le nouveau mode de calcul des indemnités chômage des salariés alternant contrats courts et période sans emploi, entré en vigueur le 1 er  octobre, a été validé ce mercredi par le Conseil d'Etat. Une victoire sans appel pour le gouvernement. Déboutés, les syndicats dénoncent une décision qui va, selon eux, pénaliser les chômeurs.", + "content": "Le nouveau mode de calcul des indemnités chômage des salariés alternant contrats courts et période sans emploi, entré en vigueur le 1 er  octobre, a été validé ce mercredi par le Conseil d'Etat. Une victoire sans appel pour le gouvernement. Déboutés, les syndicats dénoncent une décision qui va, selon eux, pénaliser les chômeurs.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700548980750-le-conseil-detat-valide-definitivement-la-reforme-de-lassurance-chomage-2447272.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Wed, 15 Dec 2021 16:42:53 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/15/2447272_ultime-feu-vert-a-la-contestee-reforme-de-lassurance-chomage-web-070549319781_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "18f0f6b93e621bc5e4abc16885cf64d3" + "hash": "34e954471a537cfa58d5eec37fdd861e" }, { - "title": "Reportage | « La pauvreté est en train d’engloutir tout l’Afghanistan »", - "description": "Alors que les fonds de la Banque centrale afghane sont gelés depuis la prise de pouvoir des talibans, les hôpitaux sont incapables de fonctionner et la faim touche de plus en plus de familles. Plus de trois millions d’enfants de moins de 5 ans font face à une malnutrition aiguë.", - "content": "Alors que les fonds de la Banque centrale afghane sont gelés depuis la prise de pouvoir des talibans, les hôpitaux sont incapables de fonctionner et la faim touche de plus en plus de familles. Plus de trois millions d’enfants de moins de 5 ans font face à une malnutrition aiguë.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/21/en-afghanistan-la-pire-crise-humanitaire-sur-terre_6103007_3210.html", - "creator": "", - "pubDate": "Sun, 21 Nov 2021 05:35:32 +0100", + "title": "La voie étroite des relocalisations d'activités en France", + "description": "Grâce au plan France Relance, les relocalisations accélèrent dans l'Hexagone. Le rapatriement d'activités crée toutefois peu d'emplois. Les économistes sont sceptiques sur ce mouvement érigé en priorité par les candidats à la présidentielle.", + "content": "Grâce au plan France Relance, les relocalisations accélèrent dans l'Hexagone. Le rapatriement d'activités crée toutefois peu d'emplois. Les économistes sont sceptiques sur ce mouvement érigé en priorité par les candidats à la présidentielle.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700467490546-la-voie-etroite-des-relocalisations-dactivites-en-france-2445587.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 07 Dec 2021 07:24:05 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/07/2445587_la-voie-etroite-des-relocalisations-dactivites-en-france-web-tete-070477358392_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d7f6985b0db3503b8b5a6f4959770cc" + "hash": "e1b3febd5893d6bad9cc1d7f9aa6ab44" }, { - "title": "Ligue 1 : Ben Yedder répond à David et permet à Monaco de prendre un point contre Lille", - "description": "Monaco et Lille n’ont pu se départager (2-2) vendredi soir au stade Louis-II, lors du match d’ouverture de la 14e journée de Ligue 1.", - "content": "Monaco et Lille n’ont pu se départager (2-2) vendredi soir au stade Louis-II, lors du match d’ouverture de la 14e journée de Ligue 1.", - "category": "", - "link": "https://www.lemonde.fr/sport/article/2021/11/19/ligue-1-ben-yedder-repond-a-david-et-permet-a-monaco-de-prendre-un-point-contre-lille_6102898_3242.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 23:43:42 +0100", + "title": "Le SMIC va augmenter de près de 14 euros brut par mois au 1er janvier", + "description": "Le salaire minimum légal va progresser de nouveau au début de l'année, de 0,9 %. Il passera à un peu plus de 1.603 euros brut environ par mois sur la base de 35 heures de travail hebdomadaires.", + "content": "Le salaire minimum légal va progresser de nouveau au début de l'année, de 0,9 %. Il passera à un peu plus de 1.603 euros brut environ par mois sur la base de 35 heures de travail hebdomadaires.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700540350267-le-smic-va-augmenter-de-plus-de-14-euros-brut-par-mois-au-1er-janvier-2447215.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Wed, 15 Dec 2021 09:06:23 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/15/2447215_le-smic-va-augmenter-de-pres-de-14-euros-brut-par-mois-au-1er-janvier-web-070540328584_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", - "read": true, + "feed": "Les Echos", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aff587c9a7f9da331c3eefd3e6d4cf32" + "hash": "8f247d2bb36761b78c98127abfee9f92" }, { - "title": "Militants d’ultradroite arrêtés : un homme mis en examen pour provocation à un acte de terrorisme", - "description": "Les suspects avaient été interpellés, mardi, après des discussions sur une messagerie cryptée pour « des achats d’armes ». Le deuxième homme, qui dit ne pas appartenir à la mouvance d’ultradroite, est poursuivi pour vente illégale d’armes de chasse.", - "content": "Les suspects avaient été interpellés, mardi, après des discussions sur une messagerie cryptée pour « des achats d’armes ». Le deuxième homme, qui dit ne pas appartenir à la mouvance d’ultradroite, est poursuivi pour vente illégale d’armes de chasse.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/19/militants-d-ultradroite-arretes-un-homme-mis-en-examen-pour-provocation-a-un-acte-de-terrorisme_6102897_3224.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 22:59:25 +0100", + "title": "Commerce extérieur : comment la France a perdu pied en vingt ans", + "description": "Dans une étude publiée ce mardi, le Haut-Commissariat au Plan livre une radiographie détaillée des raisons du déficit commercial français, passant au crible plus de 900 postes sur lesquels la France affiche un déficit supérieur à 50 millions d'euros. En octobre, le déficit extérieur s'est encore aggravé, à 7,5 milliards.", + "content": "Dans une étude publiée ce mardi, le Haut-Commissariat au Plan livre une radiographie détaillée des raisons du déficit commercial français, passant au crible plus de 900 postes sur lesquels la France affiche un déficit supérieur à 50 millions d'euros. En octobre, le déficit extérieur s'est encore aggravé, à 7,5 milliards.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700482379423-commerce-exterieur-comment-la-france-a-perdu-pied-en-vingt-ans-2445575.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 07 Dec 2021 06:35:44 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/07/2445575_commerce-exterieur-comment-la-france-a-perdu-pied-en-vingt-ans-web-tete-070482953293_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, - "created": true, + "created": false, "tags": [], - "hash": "9b494aa159e786b5c0beba6cb0a8e351" + "hash": "6e94adf9e97e5c2d8a406070f4e443ac" }, { - "title": "Kyle Rittenhouse, accusé du meurtre de deux manifestants en marge de manifestations antiracistes aux Etats-Unis, a été acquitté", - "description": "Le jeune homme de 18 ans, qui encourait la réclusion à perpétuité, avait plaidé la légitime défense dans ce dossier révélateur des fractures de l’Amérique sur les armes à feu, l’autodéfense et le mouvement antiraciste Black Lives Matter.", - "content": "Le jeune homme de 18 ans, qui encourait la réclusion à perpétuité, avait plaidé la légitime défense dans ce dossier révélateur des fractures de l’Amérique sur les armes à feu, l’autodéfense et le mouvement antiraciste Black Lives Matter.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/19/kyle-rittenhouse-accuse-du-meurtre-de-deux-manifestants-aux-etats-unis-a-ete-acquitte_6102892_3210.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 20:22:01 +0100", + "title": "François Bayrou : « Dans nombre de secteurs, la France a une économie de pays sous-développé »", + "description": "Le Haut-commissaire au Plan, tire la sonnette d'alarme sur la situation du commerce extérieur français et fait plusieurs propositions concrètes pour tenter de renverser la vapeur.", + "content": "Le Haut-commissaire au Plan, tire la sonnette d'alarme sur la situation du commerce extérieur français et fait plusieurs propositions concrètes pour tenter de renverser la vapeur.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700482333510-francois-bayrou-dans-nombre-de-secteurs-la-france-a-une-economie-de-pays-sous-developpe-2445574.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 07 Dec 2021 06:30:27 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/07/2445574_francois-bayrou-dans-nombre-de-secteurs-la-france-a-une-economie-de-pays-sous-developpe-web-tete-070485210536_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3aacb1afe0718dfc627dfc9f0d76363a" + "hash": "3fb63dac2c6cb456b0bd1a67fc0ce628" }, { - "title": "Anne Hidalgo juge « faisable » sa proposition de doubler le salaire des enseignants sur le quinquennat", - "description": "En déplacement en banlieue parisienne, la candidate du Parti socialiste est revenue sur ses propositions au sujet des deux thèmes centraux de sa campagne, la santé et l’éducation.", - "content": "En déplacement en banlieue parisienne, la candidate du Parti socialiste est revenue sur ses propositions au sujet des deux thèmes centraux de sa campagne, la santé et l’éducation.", - "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/19/anne-hidalgo-juge-faisable-sa-proposition-de-doubler-le-salaire-des-enseignants-sur-le-quinquennat_6102889_6059010.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 20:03:20 +0100", + "title": "L'inflation continue de grimper en France", + "description": "En novembre, les prix à la consommation ont augmenté de 2,8 %, sur douze mois glissants dans l'Hexagone, selon les données publiées ce mardi par l'Insee. Au troisième trimestre, le pouvoir d'achat des ménages est resté stable.", + "content": "En novembre, les prix à la consommation ont augmenté de 2,8 %, sur douze mois glissants dans l'Hexagone, selon les données publiées ce mardi par l'Insee. Au troisième trimestre, le pouvoir d'achat des ménages est resté stable.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700431134285-linflation-continue-de-grimper-en-france-2444240.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 30 Nov 2021 10:35:58 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/30/2444240_linflation-continue-de-grimper-en-france-web-070433824403_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ed4a38f1f9071f0f8cac1858b1bf714" + "hash": "0c1d0163428876598e5eaa9392f3a5c9" }, { - "title": "Election présidentielle 2022 : Xavier Bertrand et Emmanuel Macron en désaccord sur le cas Ascoval", - "description": "Au cours d’un déplacement du président de la République dans l’Aisne, le candidat à l’investiture à droite a interpellé le chef de l’Etat au sujet de l’avenir de l’aciérie située dans le Nord.", - "content": "Au cours d’un déplacement du président de la République dans l’Aisne, le candidat à l’investiture à droite a interpellé le chef de l’Etat au sujet de l’avenir de l’aciérie située dans le Nord.", - "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/19/je-veux-sauver-cette-usine-vous-aussi-echange-tendu-entre-xavier-bertrand-et-emmanuel-macron-sur-l-acierie-ascoval_6102887_6059010.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 19:48:40 +0100", + "title": "Covid : les territoires en France où la natalité a le plus baissé", + "description": "Dans son dernier « portrait social », publié ce jeudi, l'Insee montre que la baisse des naissances liée au Covid a surtout touché les départements où l'épidémie et la crise économique sévissaient en même temps.", + "content": "Dans son dernier « portrait social », publié ce jeudi, l'Insee montre que la baisse des naissances liée au Covid a surtout touché les départements où l'épidémie et la crise économique sévissaient en même temps.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700407000569-covid-les-territoires-en-france-ou-la-natalite-a-le-plus-baisse-2443512.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Thu, 25 Nov 2021 18:00:33 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443512_covid-les-territoires-en-france-ou-la-natalite-a-le-plus-baisse-web-070407000989_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ed6d685ec9cf9aa24e6f9cb10b2e5d7" + "hash": "b4e9c1495cfe755d2272454d44fb27cf" }, { - "title": "Photomontage d’un groupuscule d’extrême droite : enquête ouverte pour menaces de mort", - "description": "Les investigations ont été confiées à l’Office central de lutte contre les crimes contre l’humanité, qui compte une division de lutte contre les crimes de haine.", - "content": "Les investigations ont été confiées à l’Office central de lutte contre les crimes contre l’humanité, qui compte une division de lutte contre les crimes de haine.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/19/photomontage-d-un-groupuscule-d-extreme-droite-enquete-ouverte-pour-menaces-de-mort_6102885_3224.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 19:45:48 +0100", + "title": "Quatre questions sur la prime de Noël, bientôt versée à 2,3 millions de Français", + "description": "Les bénéficiaires du RSA ou de l'allocation de solidarité spécifique (ASS) recevront, à partir du 15 décembre, une prime exceptionnelle de fin d'année dite « prime de Noël ». Montant, conditions d'éligibilité, démarches à faire… ce qu'il faut savoir.", + "content": "Les bénéficiaires du RSA ou de l'allocation de solidarité spécifique (ASS) recevront, à partir du 15 décembre, une prime exceptionnelle de fin d'année dite « prime de Noël ». Montant, conditions d'éligibilité, démarches à faire… ce qu'il faut savoir.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700490775812-quatre-questions-sur-la-prime-de-noel-bientot-versee-a-23-millions-de-francais-2446955.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Tue, 14 Dec 2021 10:01:14 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/14/2446955_quatre-questions-sur-la-prime-de-noel-bientot-versee-a-23-millions-de-francais-web-tete-070490860299.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fc62a9c4301e2b7a52affc4c98f902a2" + "hash": "fcc75f125e9fdb5928e66d25714cd84e" }, { - "title": "Pologne : comment le piège biélorusse s’est refermé sur des milliers de migrants", - "description": "Des vidéos tournées à la frontière entre la Pologne et la Biélorussie, authentifiées par « Le Monde », permettent de retracer les huit jours qui ont vu des milliers de migrants tomber dans le piège tendu pour faire pression sur l’UE.", - "content": "Des vidéos tournées à la frontière entre la Pologne et la Biélorussie, authentifiées par « Le Monde », permettent de retracer les huit jours qui ont vu des milliers de migrants tomber dans le piège tendu pour faire pression sur l’UE.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/19/pologne-comment-le-piege-bielorusse-s-est-referme-sur-des-milliers-de-migrants_6102884_3210.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 19:45:32 +0100", + "title": "Insertion des jeunes : la Cour des comptes met les pieds dans le plat", + "description": "Les dispositifs d'insertion produisent des résultats modestes malgré un gros investissement financier, constatent les magistrats financiers dans un rapport publié ce mardi. Ils préconisent une profonde redistribution des rôles, notamment entre l'Etat et les régions.", + "content": "Les dispositifs d'insertion produisent des résultats modestes malgré un gros investissement financier, constatent les magistrats financiers dans un rapport publié ce mardi. Ils préconisent une profonde redistribution des rôles, notamment entre l'Etat et les régions.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700533186411-insertion-des-jeunes-la-cour-des-comptes-met-les-pieds-dans-le-plat-2446959.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Tue, 14 Dec 2021 10:00:10 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/14/2446959_insertion-des-jeunes-la-cour-des-comptes-met-les-pieds-dans-le-plat-web-tete-070533625963_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "43a67db936224129bfe99bc69087f40f" + "hash": "f9e3ea47e5deed025fdbfd8c871f41f5" }, { - "title": "La loi pour demander « pardon » aux harkis indigne les harkis et leurs enfants", - "description": "Les réparations prévues par le texte voté par l’Assemblée nationale vont concerner seulement quelque 50 000 personnes parmi les 90 000 harkis qui ont fui l’Algérie, une « trahison » pour certains.", - "content": "Les réparations prévues par le texte voté par l’Assemblée nationale vont concerner seulement quelque 50 000 personnes parmi les 90 000 harkis qui ont fui l’Algérie, une « trahison » pour certains.", - "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/19/la-loi-pour-demander-pardon-aux-harkis-indigne-les-harkis-et-leurs-enfants_6102883_823448.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 19:40:55 +0100", + "title": "Les chefs d'entreprise abordent la cinquième vague de Covid avec un moral d'acier", + "description": "L'indice du climat des affaires a encore gagné 2 points en novembre, a indiqué ce mercredi l'Insee. L'enquête mensuelle a toutefois été réalisée avant la récente dégradation de la situation sanitaire.", + "content": "L'indice du climat des affaires a encore gagné 2 points en novembre, a indiqué ce mercredi l'Insee. L'enquête mensuelle a toutefois été réalisée avant la récente dégradation de la situation sanitaire.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700397197267-les-chefs-dentreprise-abordent-la-cinquieme-vague-avec-un-moral-de-fer-2443151.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Wed, 24 Nov 2021 11:58:34 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/24/2443151_les-chefs-dentreprise-abordent-la-cinquieme-vague-de-covid-avec-un-moral-dacier-web-070397333002_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", - "read": false, + "feed": "Les Echos", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f6db48e5ec613de0e5afb08d9f5c2310" + "hash": "923bf2ea156346c07f0159bc8ec0aeb6" }, { - "title": "Dans les stations de sports d’hiver, un optimisme prudent après un hiver sans télécabines", - "description": "Les réservations sont en léger repli par rapport à l’année 2019. Le retard se rattrape, mais la cinquième vague de Covid-19 entretient le doute, notamment sur la présence des étrangers.", - "content": "Les réservations sont en léger repli par rapport à l’année 2019. Le retard se rattrape, mais la cinquième vague de Covid-19 entretient le doute, notamment sur la présence des étrangers.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/19/dans-les-stations-de-sports-d-hiver-un-optimisme-prudent_6102872_3234.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 18:52:39 +0100", + "title": "Fonction publique : le télétravail progresse malgré les obstacles", + "description": "Plus de quatre fonctionnaires sur dix télétravaillent au moins occasionnellement. C'est toujours moins que dans le privé, mais c'est près du double d'avant l'épidémie de Covid, selon la deuxième édition du baromètre Wimi-Ipsos publié ce mardi. Les freins au développement du télétravail restent importants, en particulier le « manque d'outils adéquats ».", + "content": "Plus de quatre fonctionnaires sur dix télétravaillent au moins occasionnellement. C'est toujours moins que dans le privé, mais c'est près du double d'avant l'épidémie de Covid, selon la deuxième édition du baromètre Wimi-Ipsos publié ce mardi. Les freins au développement du télétravail restent importants, en particulier le « manque d'outils adéquats ».", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700531340516-fonction-publique-le-teletravail-progresse-malgre-les-obstacles-2446918.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Tue, 14 Dec 2021 06:00:18 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/14/2446918_fonction-publique-le-teletravail-progresse-malgre-les-obstacles-web-070531471269_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0e130f80fd4ea7e4d690960acf36177" + "hash": "4ae0142cd1e2f010aae44f31288a04c3" }, { - "title": "Aussi savoureux qu’écologiques : de la cuisine à la mode, les champignons vont-ils sauver le monde ?", - "description": "Longtemps cantonnés à la moisissure ou aux omelettes, les « fungi » s’associent désormais à la transition écologique. Dans la maroquinerie, le bâtiment, l’industrie ou le tourisme, le roi des sous-bois est promis à un bel avenir.", - "content": "Longtemps cantonnés à la moisissure ou aux omelettes, les « fungi » s’associent désormais à la transition écologique. Dans la maroquinerie, le bâtiment, l’industrie ou le tourisme, le roi des sous-bois est promis à un bel avenir.", - "category": "", - "link": "https://www.lemonde.fr/m-le-mag/article/2021/11/19/les-champignons-vont-ils-sauver-le-monde_6102869_4500055.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 18:00:21 +0100", + "title": "Retraites, éducation, emploi : l'OCDE exhorte la France à relancer les réformes", + "description": "Dans un rapport publié ce jeudi, l'organisation internationale appelle l'Hexagone à relancer son programme de réformes engagé en 2017 pour assurer une reprise pérenne. Parmi ses recommandations : la retraite à 64 ans à partir de 2025. Elle a aussi relevé sa prévision de croissance pour la France à 6,8% cette année et à 4,2% l'an prochain.", + "content": "Dans un rapport publié ce jeudi, l'organisation internationale appelle l'Hexagone à relancer son programme de réformes engagé en 2017 pour assurer une reprise pérenne. Parmi ses recommandations : la retraite à 64 ans à partir de 2025. Elle a aussi relevé sa prévision de croissance pour la France à 6,8% cette année et à 4,2% l'an prochain.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700350674254-locde-fixe-sa-feuille-de-route-a-la-france-pour-le-prochain-quinquennat-2442034.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Thu, 18 Nov 2021 11:45:17 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/18/2442034_retraites-education-emploi-locde-exhorte-la-france-a-relancer-les-reformes-web-070357716562_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", - "read": false, + "feed": "Les Echos", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "f89ba7446bffb53f3968742f6678f5d5" + "hash": "d4c183c4bb860a6983e2863b3a4f7b12" }, { - "title": "Vaccin contre le Covid-19 : la Haute autorité de santé recommande une dose de rappel dès 40 ans", - "description": "La HAS a préconisé vendredi une dose de rappel aux personnes âgées de 40 ans et plus, six mois après leur primovaccination. Emmanuel Macron avait estimé dans la journée qu’il ne serait « pas étonné qu’on aille progressivement vers des rappels vaccinaux pour tous les adultes » déjà vaccinés contre le Covid-19.", - "content": "La HAS a préconisé vendredi une dose de rappel aux personnes âgées de 40 ans et plus, six mois après leur primovaccination. Emmanuel Macron avait estimé dans la journée qu’il ne serait « pas étonné qu’on aille progressivement vers des rappels vaccinaux pour tous les adultes » déjà vaccinés contre le Covid-19.", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/19/vaccin-contre-le-covid-19-la-haute-autorite-de-sante-preconise-une-dose-de-rappel-des-40-ans_6102860_3244.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:54:00 +0100", + "title": "Discothèques, événementiel, tourisme : le détail des nouvelles aides", + "description": "Le ministre de l'Economie, Bruno Le Maire, a précisé ce lundi les mesures pour venir en aide aux entreprises touchées par la cinquième vague de Covid. La prise en charge totale de l'activité partielle va être prolongée d'un mois, jusqu'au 31 janvier 2022. Le seuil de baisse d'activité pris en compte passe de 80 % à 65 %.", + "content": "Le ministre de l'Economie, Bruno Le Maire, a précisé ce lundi les mesures pour venir en aide aux entreprises touchées par la cinquième vague de Covid. La prise en charge totale de l'activité partielle va être prolongée d'un mois, jusqu'au 31 janvier 2022. Le seuil de baisse d'activité pris en compte passe de 80 % à 65 %.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700532088253-discotheques-evenementiel-tourisme-le-detail-des-nouvelles-mesures-daides-2446733.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Mon, 13 Dec 2021 14:20:17 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/13/2446733_discotheques-evenementiel-tourisme-le-detail-des-nouvelles-aides-web-070532551483_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3a9fe5658287d889fac7b6352d87f3a4" + "hash": "19a1c9d5b688261545fabeee22031a21" }, { - "title": "Pilules anti-Covid : l’Agence européenne des médicaments approuve l’utilisation en cas d’urgence de celle de Merck, étudie celle de Pfizer", - "description": "Alors que l’Europe est redevenue l’épicentre de la pandémie de Covid-19, les deux traitements des géants pharmaceutiques américains sont très attendus. Les études indiquent qu’ils réduisent le risque d’hospitalisation et de décès chez les patients à risques.", - "content": "Alors que l’Europe est redevenue l’épicentre de la pandémie de Covid-19, les deux traitements des géants pharmaceutiques américains sont très attendus. Les études indiquent qu’ils réduisent le risque d’hospitalisation et de décès chez les patients à risques.", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/19/pilules-anti-covid-l-agence-europeenne-des-medicaments-approuve-l-utilisation-en-cas-d-urgence-de-celle-de-merck-etudie-celle-de-pfizer_6102858_3244.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:51:10 +0100", + "title": "Les baisses d'impôts devraient soutenir la croissance française", + "description": "Le PIB par tête devrait augmenter de 1,35 % par an entre 2017 et 2025, contre 1,2 % en moyenne entre 2009 et 2017, selon une étude réalisée par le Cepremap et l'IPP. Cette accélération serait notamment la résultante des allégements fiscaux consentis sur le quinquennat.", + "content": "Le PIB par tête devrait augmenter de 1,35 % par an entre 2017 et 2025, contre 1,2 % en moyenne entre 2009 et 2017, selon une étude réalisée par le Cepremap et l'IPP. Cette accélération serait notamment la résultante des allégements fiscaux consentis sur le quinquennat.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700340019617-les-baisses-dimpots-devraient-soutenir-la-croissance-francaise-2441559.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 16 Nov 2021 17:16:10 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/16/2441559_les-baisses-dimpots-devraient-soutenir-la-croissance-francaise-web-070340970113_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60f567503b7e7575744d44ade80c50e8" + "hash": "02f03f10125d15f92b8f3ec19c7efea5" }, { - "title": "L’Autriche va autoriser le suicide assisté", - "description": "Le gouvernement écolo-conservateur devait présenter au Parlement un projet de loi sur le « droit de mettre fin à sa vie » sans provoquer de remous, en dépit du poids de l’Eglise catholique dans le pays.", - "content": "Le gouvernement écolo-conservateur devait présenter au Parlement un projet de loi sur le « droit de mettre fin à sa vie » sans provoquer de remous, en dépit du poids de l’Eglise catholique dans le pays.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/19/l-autriche-va-autoriser-le-suicide-assiste_6102855_3210.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:38:56 +0100", + "title": "Début des versements de « l'indemnité inflation » de 100 euros", + "description": "Annoncée en octobre pour compenser la flambée des prix du carburant, cette indemnité doit bénéficier à 38 millions de Français. Les versements débuteront lundi pour les étudiants boursiers, et s'étaleront jusqu'à fin février.", + "content": "Annoncée en octobre pour compenser la flambée des prix du carburant, cette indemnité doit bénéficier à 38 millions de Français. Les versements débuteront lundi pour les étudiants boursiers, et s'étaleront jusqu'à fin février.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700528403965-debut-des-versements-de-lindemnite-inflation-de-100-euros-2446574.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Sun, 12 Dec 2021 20:46:06 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/12/2446574_debut-des-versements-de-lindemnite-inflation-de-100-euros-web-070528435711_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02f1b96331a09bd88109006827638ce4" + "hash": "f75ec80fc349a3521dd472a430e0013a" }, { - "title": "L’imam de Saint-Chamond menacé d’expulsion pour des propos « contraires aux valeurs et aux lois de la République » lors d’un prêche", - "description": "Convoqué en juillet par la préfecture de la Loire, l’imam de Saint-Chamond a reçu une obligation de quitter le territoire.", - "content": "Convoqué en juillet par la préfecture de la Loire, l’imam de Saint-Chamond a reçu une obligation de quitter le territoire.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/19/l-imam-de-saint-chamond-et-sa-femme-menaces-d-expulsion_6102854_3224.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:32:39 +0100", + "title": "Covid : le pic pourrait être atteint, selon Olivier Véran", + "description": "Le ralentissement de la progression de l'épidémie laisse espérer que son pic n'est pas loin, estime le ministre de la Santé dans une interview ce dimanche au « Parisien ». Mais il se garde de tout triomphalisme, estimant qu'il est « trop tôt pour […] dire » si l'épidémie va entamer une décrue rapidement ou se maintenir sur un plateau haut. Il annonce l'ouverture d'un à cinq centres par département pour vacciner les enfants, en plus des hôpitaux pédiatriques.", + "content": "Le ralentissement de la progression de l'épidémie laisse espérer que son pic n'est pas loin, estime le ministre de la Santé dans une interview ce dimanche au « Parisien ». Mais il se garde de tout triomphalisme, estimant qu'il est « trop tôt pour […] dire » si l'épidémie va entamer une décrue rapidement ou se maintenir sur un plateau haut. Il annonce l'ouverture d'un à cinq centres par département pour vacciner les enfants, en plus des hôpitaux pédiatriques.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700526786731-covid-le-pic-pourrait-etre-atteint-selon-olivier-veran-2446556.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Sun, 12 Dec 2021 13:39:00 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/12/2446556_covid-le-pic-pourrait-etre-atteint-selon-olivier-veran-web-070526907893.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7eae56109687ed820c50d38ef73c55cc" + "hash": "d0396b5c0b912b1c8021c40355173da1" }, { - "title": "Joe Biden a transféré ses pouvoirs à Kamala Harris le temps d’une coloscopie", - "description": "L’examen se déroulant sous anesthésie générale, les prérogatives présidentielles ont été confiées à la vice-présidente, comme l’exige la Constitution, pendant une heure et vingt-cinq minutes.", - "content": "L’examen se déroulant sous anesthésie générale, les prérogatives présidentielles ont été confiées à la vice-présidente, comme l’exige la Constitution, pendant une heure et vingt-cinq minutes.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/19/joe-biden-va-transferer-ses-pouvoirs-a-kamala-harris-le-temps-d-une-coloscopie_6102852_3210.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:22:21 +0100", + "title": "Jeunes : dernière ligne droite pour le Contrat d'engagement de Macron", + "description": "La mise en oeuvre au 1er mars de ce dispositif d'aide intensive pour les jeunes précaires nécessite de lever un grand nombre de points bloquants. Une réunion est prévue ce jeudi avec la ministre du Travail, Elisabeth Borne, notamment, et les acteurs concernés. Dans un avis publié ce lundi, le Conseil d'orientation des politiques de jeunesse (COJ) énonce les conditions de réussite du dispositif.", + "content": "La mise en oeuvre au 1er mars de ce dispositif d'aide intensive pour les jeunes précaires nécessite de lever un grand nombre de points bloquants. Une réunion est prévue ce jeudi avec la ministre du Travail, Elisabeth Borne, notamment, et les acteurs concernés. Dans un avis publié ce lundi, le Conseil d'orientation des politiques de jeunesse (COJ) énonce les conditions de réussite du dispositif.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700516845728-jeunes-derniere-ligne-droite-pour-le-contrat-dengagement-de-macron-2446544.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Sat, 11 Dec 2021 23:16:09 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/11/2446544_jeunes-derniere-ligne-droite-pour-le-contrat-dengagement-de-macron-web-tete-070516974882.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0523afc3e31c998c14a337a189342dc3" + "hash": "14922b84a88240b0fb137f9c5501b67e" }, { - "title": "Election présidentielle 2022 : Les Républicains font le plein, Emmanuel Macron face aux maires… le récap’ politique de la semaine", - "description": "Le parti de droite a bouclé, cette semaine, sa campagne d’adhésions en perspective de la nomination de son candidat à l’Elysée. David Lisnard a été élu président de l’AMF et a reçu le président de la République, jeudi, en clotûre du congrès des maires.", - "content": "Le parti de droite a bouclé, cette semaine, sa campagne d’adhésions en perspective de la nomination de son candidat à l’Elysée. David Lisnard a été élu président de l’AMF et a reçu le président de la République, jeudi, en clotûre du congrès des maires.", - "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/19/election-presidentielle-2022-la-droite-fait-le-plein-d-adhesions-les-maires-et-macron-le-recap-politique-de-la-semaine_6102847_6059010.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 17:00:16 +0100", + "title": "Le gouvernement fait le minimum pour les salaires des fonctionnaires", + "description": "La ministre de la Fonction publique a annoncé, ce jeudi, un alignement du minimum de rémunération des fonctionnaires sur le SMIC mais pas de mesure générale, au grand dam des fédérations de fonctionnaires. La CFDT et l'Unsa sont prêtes malgré tout à participer aux discussions qui vont s'ouvrir sur une évolution du système de rémunération des agents.", + "content": "La ministre de la Fonction publique a annoncé, ce jeudi, un alignement du minimum de rémunération des fonctionnaires sur le SMIC mais pas de mesure générale, au grand dam des fédérations de fonctionnaires. La CFDT et l'Unsa sont prêtes malgré tout à participer aux discussions qui vont s'ouvrir sur une évolution du système de rémunération des agents.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700507624220-le-gouvernement-fait-le-service-minimum-sur-les-salaires-des-fonctionnaires-2446247.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Thu, 09 Dec 2021 18:32:15 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/09/2446247_le-gouvernement-fait-le-minimum-pour-les-salaires-des-fonctionnaires-web-070510293072_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "id": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6bd9a80912874faec64b0b18a0337af" + "hash": "73c4cd41c46dc727f54807c077fcc81f" }, { - "title": "Le Parlement vote une loi pour mieux piloter les dépenses publiques", - "description": "A partir de 2022, les objectifs de dépenses devront être précisés et un débat sur la dette aura lieu chaque année.", - "content": "A partir de 2022, les objectifs de dépenses devront être précisés et un débat sur la dette aura lieu chaque année.", - "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/19/le-parlement-vote-une-loi-pour-mieux-piloter-les-depenses-publiques_6102846_823448.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:53:28 +0100", + "title": "Déserts médicaux : les incitations financières à l'installation donnent peu de résultats", + "description": "Une étude internationale menée par l'administration du ministère de la Santé montre que les incitations financières à l'installation des médecins en zone sous-dotée ne suffisent pas à motiver les intéressés. Il faut également travailler sur d'autres aspects : la formation initiale, l'accompagnement, la régulation.", + "content": "Une étude internationale menée par l'administration du ministère de la Santé montre que les incitations financières à l'installation des médecins en zone sous-dotée ne suffisent pas à motiver les intéressés. Il faut également travailler sur d'autres aspects : la formation initiale, l'accompagnement, la régulation.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700507817119-deserts-medicaux-les-incitations-financieres-a-linstallation-donnent-peu-de-resultats-2446190.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Thu, 09 Dec 2021 12:54:45 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/09/2446190_deserts-medicaux-les-incitations-financieres-a-linstallation-donnent-peu-de-resultats-web-070507953928_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "08c9aecd3158c0d6088d73fc76ec360c" + "hash": "87d50fd7c26fb7f2c46bf870e9eb59a6" }, { - "title": "La préfecture interdit la circulation entre 18 heures et 5 heures, dès vendredi soir, « compte tenu des mouvements sociaux en cours […] et des actes de vandalisme ».", - "description": "La préfecture interdit la circulation dans le département entre 18 heures et 5 heures, dès vendredi soir, « compte tenu des mouvements sociaux en cours dans le département et des actes de vandalisme ».", - "content": "La préfecture interdit la circulation dans le département entre 18 heures et 5 heures, dès vendredi soir, « compte tenu des mouvements sociaux en cours dans le département et des actes de vandalisme ».", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/19/violences-urbaines-en-guadeloupe-200-policiers-et-gendarmes-envoyes-en-renfort_6102842_3224.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 16:13:52 +0100", + "title": "Covid : les pharmaciens autorisés à ouvrir le dimanche pour vacciner", + "description": "Les pharmaciens « qui le souhaitent » pourront ouvrir désormais tous les dimanches sur les mois de décembre et janvier pour vacciner contre le Covid-19, a annoncé ce jeudi matin Olivier Véran.", + "content": "Les pharmaciens « qui le souhaitent » pourront ouvrir désormais tous les dimanches sur les mois de décembre et janvier pour vacciner contre le Covid-19, a annoncé ce jeudi matin Olivier Véran.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700507661945-covid-les-pharmaciens-autorises-a-ouvrir-le-dimanche-pour-vacciner-2446153.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Thu, 09 Dec 2021 08:55:43 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/09/2446153_covid-les-pharmaciens-autorises-a-ouvrir-le-dimanche-pour-vacciner-web-070507677221_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7291b14aee12a57956101706835117a" + "hash": "16a2a565b070ae7bfa49ee70a1a09b2b" }, { - "title": "Vaccination contre le Covid-19 : aux Etats-Unis, les autorités sanitaires donnent un premier feu vert à une troisième dose pour tous les adultes", - "description": "L’approbation de l’agence américaine des médicaments (FDA) doit être validée par le comité indépendant d’experts en vaccins des Centers for Disease Control and Prevention.", - "content": "L’approbation de l’agence américaine des médicaments (FDA) doit être validée par le comité indépendant d’experts en vaccins des Centers for Disease Control and Prevention.", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/19/covid-19-la-fda-autorise-une-troisieme-dose-de-vaccin-pour-tous-les-adultes-americains_6102825_3244.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 15:31:27 +0100", + "title": "Nouveau bras de fer sur la rémunération des fonctionnaires", + "description": "La ministre de la Transformation et de la Fonction publiques, Amélie de Montchalin, et les syndicats se retrouvent ce jeudi matin pour discuter salaires des fonctionnaires. Toutes les fédérations réclament une revalorisation de la valeur du point, qui sert de base au calcul des rémunérations des agents.", + "content": "La ministre de la Transformation et de la Fonction publiques, Amélie de Montchalin, et les syndicats se retrouvent ce jeudi matin pour discuter salaires des fonctionnaires. Toutes les fédérations réclament une revalorisation de la valeur du point, qui sert de base au calcul des rémunérations des agents.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700501489260-nouveau-bras-de-fer-sur-la-remuneration-des-fonctionnaires-2446135.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Thu, 09 Dec 2021 07:06:07 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/09/2446135_nouveau-bras-de-fer-sur-la-remuneration-des-fonctionnaires-web-070501598007_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "40664f1776a26fc1182460e49e022e15" + "hash": "1a20788f4d08a2ac426fcea3696b0dac" }, { - "title": "Mort de Mick Rock, photographe des stars du rock des années 1970", - "description": "Il a été le photographe de l’ère Ziggy Stardust de David Bowie. Il a aussi créé des illustrations pour des albums-clés de Lou Reed, des Stooges, des Ramones ou de Queen.", - "content": "Il a été le photographe de l’ère Ziggy Stardust de David Bowie. Il a aussi créé des illustrations pour des albums-clés de Lou Reed, des Stooges, des Ramones ou de Queen.", - "category": "", - "link": "https://www.lemonde.fr/musiques/article/2021/11/19/mort-de-mick-rock-photographe-des-stars-du-rock-des-annees-1970_6102822_1654986.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 15:11:09 +0100", + "title": "EXCLUSIF - Millésime exceptionnel pour l'apprentissage cette année", + "description": "Près de 675.000 jeunes ont signé un contrat d'apprentissage cette année dans le secteur privé, selon un décompte des « Echos ». Soit 163.000 de plus que l'année dernière, déjà marquée par une très forte croissance. La réforme de 2018, les primes à l'embauche et un changement de mentalité expliquent cet engouement.", + "content": "Près de 675.000 jeunes ont signé un contrat d'apprentissage cette année dans le secteur privé, selon un décompte des « Echos ». Soit 163.000 de plus que l'année dernière, déjà marquée par une très forte croissance. La réforme de 2018, les primes à l'embauche et un changement de mentalité expliquent cet engouement.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700491774068-exclusif-millesime-exceptionnel-pour-lapprentissage-cette-annee-2446124.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Thu, 09 Dec 2021 06:15:21 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/09/2446124_exclusif-millesime-exceptionnel-pour-lapprentissage-cette-annee-web-070491646780_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5c29a5f4376cf9bce1fed1e612895606" + "hash": "be966b1c413ff7e673ed1f0074b3b463" }, { - "title": "Braquage de Kim Kardashian à Paris : douze personnes seront jugées aux assises", - "description": "Cinq ans après le braquage, à Paris, de la star américaine, douze personnes sont renvoyées pour « vol avec arme commis en bande organisée », « enlèvement et séquestration » ou « association de malfaiteurs criminelle », en récidive le plus souvent.", - "content": "Cinq ans après le braquage, à Paris, de la star américaine, douze personnes sont renvoyées pour « vol avec arme commis en bande organisée », « enlèvement et séquestration » ou « association de malfaiteurs criminelle », en récidive le plus souvent.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/19/braquage-de-kim-kardashian-en-2016-douze-personnes-seront-jugees-aux-assises_6102821_3224.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 14:53:53 +0100", + "title": "Le Covid, une chance pour le Made in France ?", + "description": "Episode 1 - Pour « La Story », le podcast d'actualité des « Echos », Pierrick Fay et ses invités reviennent sur la façon dont la crise sanitaire a réveillé l'attrait pour les produits fabriqués en France, sur fond de regain de souveraineté européenne. Encore faut-il ne pas rater la marche…", + "content": "Episode 1 - Pour « La Story », le podcast d'actualité des « Echos », Pierrick Fay et ses invités reviennent sur la façon dont la crise sanitaire a réveillé l'attrait pour les produits fabriqués en France, sur fond de regain de souveraineté européenne. Encore faut-il ne pas rater la marche…", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700293848003-le-covid-une-chance-pour-le-made-in-france-2441060.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Fri, 12 Nov 2021 17:00:50 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/12/2441060_le-covid-une-chance-pour-le-made-in-france-web-070294135189_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "63a5d4c5972284692c96e54f1ee126a8" + "hash": "fbbe9242848ad31707eaba6aaf489a1b" }, { - "title": "En Aveyron, nouveau sursis pour la fonderie Sam", - "description": "Le tribunal de commerce de Toulouse a décidé, vendredi 19 novembre, de suspendre l’avenir de la fonderie Sam à la décision de son unique client Renault.", - "content": "Le tribunal de commerce de Toulouse a décidé, vendredi 19 novembre, de suspendre l’avenir de la fonderie Sam à la décision de son unique client Renault.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/19/en-aveyron-nouveau-sursis-pour-la-fonderie-sam_6102818_3234.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 14:50:08 +0100", + "title": "Retraites : la France invitée à introduire une dose de pilotage automatique", + "description": "Dans son panorama des pensions 2021, l'OCDE prône le recul de l'âge de départ en France. Elle plaide aussi pour la mise en place de mécanismes d'ajustement automatique, afin de répondre au défi du vieillissement sans multiplier les psychodrames des réformes des retraites.", + "content": "Dans son panorama des pensions 2021, l'OCDE prône le recul de l'âge de départ en France. Elle plaide aussi pour la mise en place de mécanismes d'ajustement automatique, afin de répondre au défi du vieillissement sans multiplier les psychodrames des réformes des retraites.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700493874303-retraites-la-france-invitee-a-introduire-une-dose-de-pilotage-automatique-2445922.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Wed, 08 Dec 2021 11:00:31 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/08/2445922_retraites-la-france-invitee-a-introduire-une-dose-de-pilotage-automatique-web-070494022051.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bd836038f8d82e0694095d07193284bb" + "hash": "80e691a586de5784b7d8501930b0f9a1" }, { - "title": "Covid-19 : Autriche, Allemagne, Belgique, Pays-Bas… visualisez l’ampleur de la vague dans certains pays d’Europe", - "description": "Dans le centre de l’Europe, le nombre de contaminations augmente à un rythme alarmant, contraignant les autorités à prendre des mesures restrictives.", - "content": "Dans le centre de l’Europe, le nombre de contaminations augmente à un rythme alarmant, contraignant les autorités à prendre des mesures restrictives.", - "category": "", - "link": "https://www.lemonde.fr/les-decodeurs/article/2021/11/19/covid-19-autriche-allemagne-pays-bas-visualisez-l-ampleur-de-la-vague-dans-certains-pays-d-europe_6102803_4355770.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 12:53:07 +0100", + "title": "Covid : les patrons gardent la tête froide face à la reprise de l'épidémie", + "description": "La Banque de France estime, à ce stade, que les restrictions annoncées par l'exécutif pour contrer la nouvelle vague épidémique « ne devraient pas avoir un impact significatif sur l'activité ». L'économie devrait progresser au quatrième trimestre à un rythme légèrement inférieur au 0,75 % prévu précédemment.", + "content": "La Banque de France estime, à ce stade, que les restrictions annoncées par l'exécutif pour contrer la nouvelle vague épidémique « ne devraient pas avoir un impact significatif sur l'activité ». L'économie devrait progresser au quatrième trimestre à un rythme légèrement inférieur au 0,75 % prévu précédemment.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700490961346-covid-les-patrons-gardent-la-tete-froide-face-a-la-reprise-de-lepidemie-2445716.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 07 Dec 2021 20:42:14 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/07/2445716_covid-les-patrons-gardent-la-tete-froide-face-a-la-reprise-de-lepidemie-web-tete-070494236494_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c93c9cbaf7513a60792b889fb39745f9" + "hash": "03550dd5728377f3d271db716ad55121" }, { - "title": "Covid-19 : « L’hiver s’annonce comme une période difficile mais nous savons comment freiner le virus »", - "description": "Catherine Smallwood, directrice des situations d’urgence pour l’Europe à l’OMS, rappelle que dans les pays où « vaccination et port du masque [...] continuent d’être appliqués », comme l’Espagne, le Portugal, l’Italie et la France, « l’incidence est plus faible qu’ailleurs ».", - "content": "Catherine Smallwood, directrice des situations d’urgence pour l’Europe à l’OMS, rappelle que dans les pays où « vaccination et port du masque [...] continuent d’être appliqués », comme l’Espagne, le Portugal, l’Italie et la France, « l’incidence est plus faible qu’ailleurs ».", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/19/l-hiver-s-annonce-comme-une-periode-difficile-mais-nous-savons-comment-freiner-le-virus_6102785_3244.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 12:20:39 +0100", + "title": "Les exportateurs français moins à la peine que leurs voisins allemands", + "description": "Les exportations allemandes ont baissé en septembre, pour le deuxième mois consécutif, alors que celles de la France sont bien orientées depuis le début de l'été. Pour autant, les exportations allemandes sont plus proches de leur niveau d'avant crise que celles de la France.", + "content": "Les exportations allemandes ont baissé en septembre, pour le deuxième mois consécutif, alors que celles de la France sont bien orientées depuis le début de l'été. Pour autant, les exportations allemandes sont plus proches de leur niveau d'avant crise que celles de la France.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700291457874-les-exportateurs-francais-moins-a-la-peine-que-leurs-voisins-allemands-2440450.php#xtor=RSS-71", + "creator": "Claude Fouquet", + "pubDate": "Tue, 09 Nov 2021 12:04:53 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/09/2440450_les-exportateurs-francais-moins-a-la-peine-que-leurs-voisins-allemands-web-070292225468_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eab4792f9ab157448f52d89abf73d556" + "hash": "0c6bbd138b97e23acba57e28fda4c317" }, { - "title": "Arrêté en Turquie, Omar Souleyman, le « roi de l’électro-folk » syrienne, a été relâché", - "description": "Réfugié en Turquie peu après le déclenchement de la guerre en Syrie, le chanteur était accusé de liens avec le Parti des travailleurs du Kurdistan (PKK) et les Unités de protection du peuple (YPG) kurdes, selon les médias turcs.", - "content": "Réfugié en Turquie peu après le déclenchement de la guerre en Syrie, le chanteur était accusé de liens avec le Parti des travailleurs du Kurdistan (PKK) et les Unités de protection du peuple (YPG) kurdes, selon les médias turcs.", - "category": "", - "link": "https://www.lemonde.fr/musiques/article/2021/11/19/arrete-en-turquie-omar-souleyman-le-roi-de-l-electro-folk-syrienne-a-ete-relache_6102773_1654986.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 12:08:10 +0100", + "title": "L'industrie reprend, à son tour, de la vigueur en France", + "description": "Selon la note de conjoncture publiée lundi par la Banque de France, le PIB « dépasserait d'environ un demi-point » son niveau pré-crise en octobre et « de trois-quarts de point » en novembre. Les perspectives d'activité s'améliorent dans tous les secteurs.", + "content": "Selon la note de conjoncture publiée lundi par la Banque de France, le PIB « dépasserait d'environ un demi-point » son niveau pré-crise en octobre et « de trois-quarts de point » en novembre. Les perspectives d'activité s'améliorent dans tous les secteurs.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700284786318-lindustrie-reprend-a-son-tour-de-la-vigueur-en-france-2440403.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 09 Nov 2021 06:15:18 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/09/2440403_lindustrie-reprend-a-son-tour-de-la-vigueur-en-france-web-tete-070285292658_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "31175ea67cdcb54ca22d2e58ccd08766" + "hash": "6b0238baa99d6fda512288f0284b2912" }, { - "title": "Pédocriminalité dans l’Eglise : les congrégations religieuses créent une commission de reconnaissance et de réparation", - "description": "Les responsables de la Conférence des religieux et religieuses de France ont voté « à l’unanimité » la création de cette structure distincte de l’Instance nationale indépendante de reconnaissance et de réparation.", - "content": "Les responsables de la Conférence des religieux et religieuses de France ont voté « à l’unanimité » la création de cette structure distincte de l’Instance nationale indépendante de reconnaissance et de réparation.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/19/pedocriminalite-dans-l-eglise-creation-d-une-commission-de-reconnaissance-et-de-reparation_6102743_3224.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 11:39:51 +0100", + "title": "Présidentielle : ce que demande le monde de l'industrie pour améliorer la compétitivité", + "description": "Toujours perturbée par les difficultés d'approvisionnement, la production manufacturière française reste en deçà de son niveau d'avant-crise. A quelques mois des élections présidentielles, la poursuite de la baisse des impôts de production revient dans le débat.", + "content": "Toujours perturbée par les difficultés d'approvisionnement, la production manufacturière française reste en deçà de son niveau d'avant-crise. A quelques mois des élections présidentielles, la poursuite de la baisse des impôts de production revient dans le débat.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700266186636-presidentielle-ce-que-demande-le-monde-de-lindustrie-pour-ameliorer-la-competitivite-2440185.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Mon, 08 Nov 2021 07:00:41 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/08/2440185_presidentielle-ce-que-demande-le-monde-de-lindustrie-pour-ameliorer-la-competitivite-web-tete-070268096889_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03c79667bc54a50167be3b3306859c58" + "hash": "b4e7a8d231cc25167cfec72f5cac041c" }, { - "title": "Le combat des « enfants de l’ASE » pour faire changer le système", - "description": "Manque de moyens, maintien du lien familial, maltraitances… Des voix s’élèvent pour dénoncer les failles de la protection de l’enfance.", - "content": "Manque de moyens, maintien du lien familial, maltraitances… Des voix s’élèvent pour dénoncer les failles de la protection de l’enfance.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/19/le-combat-des-enfants-de-l-ase-pour-faire-changer-le-systeme_6102736_3224.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 11:35:47 +0100", + "title": "Covid : le gouvernement veut deux à trois jours de télétravail par semaine", + "description": "Jean Castex a appelé, ce lundi, à l'extension du télétravail, « jusqu'à 3 jours » par semaine dans la fonction publique, 2 à 3 jours ailleurs si cela était possible. Le Premier ministre a recommandé aux Français de limiter les « moments de convivialité » en intérieur dans les sphères privées et professionnelles, afin de tenter d'endiguer la 5e vague de coronavirus.", + "content": "Jean Castex a appelé, ce lundi, à l'extension du télétravail, « jusqu'à 3 jours » par semaine dans la fonction publique, 2 à 3 jours ailleurs si cela était possible. Le Premier ministre a recommandé aux Français de limiter les « moments de convivialité » en intérieur dans les sphères privées et professionnelles, afin de tenter d'endiguer la 5e vague de coronavirus.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700484584804-covid-le-gouvernement-veut-deux-a-trois-jours-de-teletravail-par-semaine-2445428.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Mon, 06 Dec 2021 19:52:46 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/06/2445428_covid-le-gouvernement-veut-deux-a-trois-jours-de-teletravail-par-semaine-web-tete-070484571994_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7875c14546653dfff581fb493955be95" + "hash": "f986ab5e95400b0020bf9222623473ea" }, { - "title": "La gestion des effectifs de la police critiquée dans une note de la Cour des comptes", - "description": "Dans une note diffusée jeudi, les magistrats financiers constatent une dérive de la masse salariale et un taux d’élucidation médiocre.", - "content": "Dans une note diffusée jeudi, les magistrats financiers constatent une dérive de la masse salariale et un taux d’élucidation médiocre.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/19/la-gestion-des-effectifs-de-la-police-critiquee-dans-une-note-de-la-cour-des-comptes_6102714_3224.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 11:10:41 +0100", + "title": "Covid : ce qu'a annoncé Jean Castex sur les écoles, les discothèques et la vaccination", + "description": "Il n'y aura pas de fermeture anticipée des écoles pour les vacances de Noël, mais un renforcement du protocole sanitaire en leur sein, a annoncé, ce lundi soir le Premier ministre. Les 5-11 ans devraient pouvoir accéder à la vaccination d'ici à la fin de l'année. Les discothèques vont être fermées pour quatre semaines à partir de vendredi.", + "content": "Il n'y aura pas de fermeture anticipée des écoles pour les vacances de Noël, mais un renforcement du protocole sanitaire en leur sein, a annoncé, ce lundi soir le Premier ministre. Les 5-11 ans devraient pouvoir accéder à la vaccination d'ici à la fin de l'année. Les discothèques vont être fermées pour quatre semaines à partir de vendredi.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700484823500-covid-ecoles-discotheques-vaccination-ce-que-va-annoncer-jean-castex-2445414.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Mon, 06 Dec 2021 18:09:56 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/06/2445414_covid-ce-qua-annonce-jean-castex-sur-les-ecoles-les-discotheques-et-la-vaccination-web-tete-070486378632_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a779b991f819b62b669a902aa21ae3d" + "hash": "68759670137afbe0d278106d2fcd9d41" }, { - "title": "Face aux maires, Emmanuel Macron défend son bilan et loue leur engagement", - "description": "Le président de la République a mis en garde, jeudi, contre le « débat mortifère » opposant les élus et l’Etat, en réponse aux critiques de David Lisnard, le nouveau président de l’Association des maires de France.", - "content": "Le président de la République a mis en garde, jeudi, contre le « débat mortifère » opposant les élus et l’Etat, en réponse aux critiques de David Lisnard, le nouveau président de l’Association des maires de France.", - "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/19/face-aux-maires-emmanuel-macron-defend-son-bilan-et-loue-leur-engagement_6102709_823448.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 11:03:22 +0100", + "title": "Covid : les arrêts maladie repartent à la hausse", + "description": "Tous motifs confondus, 38 % des salariés se sont vu prescrire un arrêt de travail en 2021, contre 36 % en 2020, selon une étude de Malakoff Humanis. La proportion d'arrêts liés au Covid a doublé, pour atteindre 12 %. Les managers et les jeunes font partie des publics les plus touchés.", + "content": "Tous motifs confondus, 38 % des salariés se sont vu prescrire un arrêt de travail en 2021, contre 36 % en 2020, selon une étude de Malakoff Humanis. La proportion d'arrêts liés au Covid a doublé, pour atteindre 12 %. Les managers et les jeunes font partie des publics les plus touchés.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700481966792-covid-les-arrets-maladie-repartent-a-la-hausse-2445326.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Mon, 06 Dec 2021 08:08:48 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/06/2445326_covid-les-arrets-maladie-repartent-a-la-hausse-web-070482023047_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f92b0489e57eaeab952c91915bbdf8a4" + "hash": "e2bcc8117c7c2e9b007407bd14c42b0a" }, { - "title": "Au Burkina Faso, la colère monte après l’attaque meurtrière du poste d’Inata", - "description": "Le bilan des morts a été revu à la hausse, avec 49 gendarmes et quatre civils tués. Un appel à une grande manifestation a été lancé pour le 27 novembre.", - "content": "Le bilan des morts a été revu à la hausse, avec 49 gendarmes et quatre civils tués. Un appel à une grande manifestation a été lancé pour le 27 novembre.", - "category": "", - "link": "https://www.lemonde.fr/afrique/article/2021/11/19/au-burkina-faso-la-colere-monte-apres-l-attaque-meurtriere-du-poste-d-inata_6102704_3212.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 11:00:09 +0100", + "title": "Réforme des retraites : pourquoi les grèves de 2019 n'ont pas été un « remake » de 1995", + "description": "Une note du directeur du département « opinion et stratégies d'entreprise » de l'Ifop, Jérôme Fourquet, décortique les points communs et différences entre les deux mouvements sociaux. Un travail qui permet de mesurer l'évolution du monde du travail depuis deux décennies.", + "content": "Une note du directeur du département « opinion et stratégies d'entreprise » de l'Ifop, Jérôme Fourquet, décortique les points communs et différences entre les deux mouvements sociaux. Un travail qui permet de mesurer l'évolution du monde du travail depuis deux décennies.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700452229566-reforme-des-retraites-pourquoi-les-greves-de-2019-nont-pas-ete-un-remake-de-1995-2445059.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Fri, 03 Dec 2021 07:25:33 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/03/2445059_reforme-des-retraites-pourquoi-les-greves-de-2019-nont-pas-ete-un-remake-de-1995-web-070455604910_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f73f0ca73068555684be99b87742256c" + "hash": "274bc8f9c8ca1ca9790361181d0014f1" }, { - "title": "Covid-19 : l’Autriche décide de confiner l’ensemble de sa population et instaure une obligation vaccinale à partir de février", - "description": "Ce confinement général, annoncé vendredi par le chancelier, Alexander Schallenberg, constitue une première en Europe depuis le printemps. La décision intervient seulement cinq jours après l’entrée en vigueur du confinement des non-vaccinés, qui avait été très critiqué.", - "content": "Ce confinement général, annoncé vendredi par le chancelier, Alexander Schallenberg, constitue une première en Europe depuis le printemps. La décision intervient seulement cinq jours après l’entrée en vigueur du confinement des non-vaccinés, qui avait été très critiqué.", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/19/covid-19-l-autriche-decide-de-confiner-l-ensemble-de-sa-population-et-instaure-une-obligation-vaccinale-a-partir-de-fevrier_6102691_3244.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 10:39:30 +0100", + "title": "« Les entreprises vivent une période de transformation radicale »", + "description": "Ancien conseiller social de Nicolas Sarkozy à l'Elysée et président du groupe de conseil en stratégie sociale Alixio, Raymond Soubie estime que le Covid a « agi comme un révélateur et un accélérateur » des mutations en cours (compétences, environnement, télétravail, etc.). Il salue « l'habileté » d'Emmanuel Macron sur le nucléaire, qui va rendre la transition écologique un peu plus acceptable. Et dresse un bilan sans concession des réformes sociales du quinquennat.", + "content": "Ancien conseiller social de Nicolas Sarkozy à l'Elysée et président du groupe de conseil en stratégie sociale Alixio, Raymond Soubie estime que le Covid a « agi comme un révélateur et un accélérateur » des mutations en cours (compétences, environnement, télétravail, etc.). Il salue « l'habileté » d'Emmanuel Macron sur le nucléaire, qui va rendre la transition écologique un peu plus acceptable. Et dresse un bilan sans concession des réformes sociales du quinquennat.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700448909997-les-entreprises-vivent-une-periode-de-transformation-radicale-2445103.php#xtor=RSS-71", + "creator": "Etienne Lefebvre, Lucie Robequain et Nicolas Barré", + "pubDate": "Fri, 03 Dec 2021 11:30:05 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/03/2445103_les-entreprises-vivent-une-periode-de-transformation-radicale-web-070456669655_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9b4087f32d0bc704a69a384f900a1ce7" + "hash": "310f5d5e4f8ad741533a697963ecd7e1" }, { - "title": "Covid-19 : le nombre de classes fermées en France au plus haut depuis la rentrée de septembre", - "description": "Il s’établit à 4 048, soit 0,8 % des classes du pays, a annoncé le ministère de l’éducation nationale. Mais c’est nettement moins qu’en avril, avant la fermeture des écoles pour plusieurs semaines.", - "content": "Il s’établit à 4 048, soit 0,8 % des classes du pays, a annoncé le ministère de l’éducation nationale. Mais c’est nettement moins qu’en avril, avant la fermeture des écoles pour plusieurs semaines.", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/19/covid-19-le-nombre-de-classes-fermees-au-plus-haut-depuis-la-rentree-de-septembre_6102690_3244.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 10:38:56 +0100", + "title": "Portée par le dynamisme de la consommation, la France s'affirme en locomotive de la zone euro", + "description": "Tirée par le fort rebond des dépenses de consommation, notamment dans les restaurants, l'économie française a retrouvé son niveau d'avant-crise au troisième trimestre. L'Hexagone confirme ainsi son statut de meilleur élève parmi les grands pays de la zone euro. La vigueur de la croissance des prochains mois dépendra encore du comportement des ménages.", + "content": "Tirée par le fort rebond des dépenses de consommation, notamment dans les restaurants, l'économie française a retrouvé son niveau d'avant-crise au troisième trimestre. L'Hexagone confirme ainsi son statut de meilleur élève parmi les grands pays de la zone euro. La vigueur de la croissance des prochains mois dépendra encore du comportement des ménages.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700222439969-portee-par-le-dynamisme-de-la-consommation-la-france-saffirme-en-locomotive-de-la-zone-euro-2439167.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 02 Nov 2021 08:00:46 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/02/2439167_portee-par-le-dynamisme-de-la-consommation-la-france-saffirme-en-locomotive-de-la-zone-euro-web-070222772067.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "308fb5c3d91b62c9b2a48fb2d19b42d2" + "hash": "7fac328fdddf659e0110d9b1d76f9a2f" }, { - "title": "Le fiasco du train à grande vitesse britannique", - "description": "Hors de prix, très en retard, l’extension de la branche prévue vers Leeds ne sera pas construite.", - "content": "Hors de prix, très en retard, l’extension de la branche prévue vers Leeds ne sera pas construite.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/19/le-fiasco-du-train-a-grande-vitesse-britannique_6102688_3234.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 10:28:53 +0100", + "title": "Covid : la cinquième vague prend une grande ampleur en France", + "description": "Avec plus de 47.000 cas enregistrés en 24 heures ce mardi, l'Hexagone fait face à l'une de ses plus grosses vagues de coronavirus et cela avant que le variant Omicron plus transmissible ne se répande. L'élargissement du public éligible au rappel vaccinal a déjà permis de fixer 4 millions de rendez-vous.", + "content": "Avec plus de 47.000 cas enregistrés en 24 heures ce mardi, l'Hexagone fait face à l'une de ses plus grosses vagues de coronavirus et cela avant que le variant Omicron plus transmissible ne se répande. L'élargissement du public éligible au rappel vaccinal a déjà permis de fixer 4 millions de rendez-vous.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700440542070-covid-la-cinquieme-vague-prend-une-grande-ampleur-en-france-2444324.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Tue, 30 Nov 2021 18:12:09 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/30/2444324_covid-la-cinquieme-vague-prend-une-grande-ampleur-en-france-web-070440613042_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "153d04e5cb6746855bbec92c7a785219" + "hash": "2b33afff08a6c85adf4b0e57e734b120" }, { - "title": "Licences de pêche post-Brexit : « Nous ne lâcherons pas nos pêcheurs », promet Emmanuel Macron", - "description": "L’annonce, par la ministre de la mer, de possibles indemnisations pour certains pêcheurs ne pouvant plus travailler a été atténuée par le chef de l’Etat, qui a ajouté : « Avant Noël, la France aura pris une position. »", - "content": "L’annonce, par la ministre de la mer, de possibles indemnisations pour certains pêcheurs ne pouvant plus travailler a été atténuée par le chef de l’Etat, qui a ajouté : « Avant Noël, la France aura pris une position. »", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/19/brexit-le-plan-d-indemnisation-evoque-par-le-gouvernement-pour-les-navires-sans-licence-fait-reagir-les-pecheurs_6102687_3210.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 10:27:30 +0100", + "title": "La crise a renforcé la légitimité des entreprises face à l'Etat, selon le Medef", + "description": "Les Français feraient un peu plus confiance aux entreprises qu'aux pouvoirs publics pour améliorer la situation du pays, selon un sondage de l'Ifop commandé par le Medef, qui montre également une amélioration de leur image. L'organisation patronale entend peser dans le débat présidentiel.", + "content": "Les Français feraient un peu plus confiance aux entreprises qu'aux pouvoirs publics pour améliorer la situation du pays, selon un sondage de l'Ifop commandé par le Medef, qui montre également une amélioration de leur image. L'organisation patronale entend peser dans le débat présidentiel.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700439253377-la-crise-a-renforce-la-legitimite-des-entreprises-face-a-letat-selon-le-medef-2444311.php#xtor=RSS-71", + "creator": "Renaud Honoré", + "pubDate": "Tue, 30 Nov 2021 17:18:07 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/30/2444311_la-crise-a-renforce-la-legitimite-des-entreprises-face-a-letat-selon-le-medef-web-070439352764_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "730742f83f2f3d5cf75a427485b45d0d" + "hash": "6a3e724a26838aad95a27de1202174a7" }, { - "title": "« Civilisation », le grand cru d’Orelsan", - "description": "Construit en deux parties et toujours produit musicalement par son complice Skread, le quatrième album du rappeur égrène, entre musique drill et disco, des solutions pour mieux vivre.", - "content": "Construit en deux parties et toujours produit musicalement par son complice Skread, le quatrième album du rappeur égrène, entre musique drill et disco, des solutions pour mieux vivre.", - "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/19/civilisation-le-grand-cru-d-orelsan_6102682_3246.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 09:25:55 +0100", + "title": "Assurance chômage : ce qui change au 1er décembre", + "description": "Le dernier volet de la réforme de l'assurance chômage, durcissant l'accès à l'indemnisation, entre en vigueur mercredi. La durée minimale de travail pour être indemnisé passe de 4 à 6 mois sur les 24 derniers mois. La dégressivité des allocations est durcie pour les plus hauts salaires.", + "content": "Le dernier volet de la réforme de l'assurance chômage, durcissant l'accès à l'indemnisation, entre en vigueur mercredi. La durée minimale de travail pour être indemnisé passe de 4 à 6 mois sur les 24 derniers mois. La dégressivité des allocations est durcie pour les plus hauts salaires.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700440099476-assurance-chomage-ce-qui-change-au-1er-decembre-2444295.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Tue, 30 Nov 2021 16:23:18 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/30/2444295_assurance-chomage-ce-qui-change-au-1er-decembre-web-070440173639_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d99f56bdb2c5ccb7a3faf011c8c8db52" + "hash": "14e641c1a8e3df2d60e537c094f61d26" }, { - "title": "La politique européenne de la concurrence soumise à des « changements ciblés »", - "description": "La Commission de Bruxelles « pourrait envisager » d’autoriser des aides d’Etat visant à soutenir la production de semi-conducteurs.", - "content": "La Commission de Bruxelles « pourrait envisager » d’autoriser des aides d’Etat visant à soutenir la production de semi-conducteurs.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/19/la-politique-europeenne-de-la-concurrence-soumise-a-des-changements-cibles_6102681_3234.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 09:25:39 +0100", + "title": "SMIC : vers une revalorisation a minima le 1er janvier prochain", + "description": "La situation sanitaire et économique reste trop incertaine pour que le gouvernement accorde un coup de pouce supplémentaire au salaire minimum en début d'année prochaine, estime, dans un rapport publié ce lundi, le groupe d'experts chargé d'éclairer en amont l'exécutif sur la prochaine revalorisation légale annuelle.", + "content": "La situation sanitaire et économique reste trop incertaine pour que le gouvernement accorde un coup de pouce supplémentaire au salaire minimum en début d'année prochaine, estime, dans un rapport publié ce lundi, le groupe d'experts chargé d'éclairer en amont l'exécutif sur la prochaine revalorisation légale annuelle.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700430994424-smic-vers-une-revalorisation-a-minima-le-1er-janvier-prochain-2444074.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Mon, 29 Nov 2021 18:00:43 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/29/2444074_smic-vers-une-revalorisation-a-minima-le-1er-janvier-prochain-web-070430993819_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dfa5f840796c235ee5f8ed5d10565683" + "hash": "2480730bd44d761780894602a29c2e72" }, { - "title": "Les sanctions du régulateur chinois font chuter les profits d’Alibaba", - "description": "Un an après le lancement d’une campagne de régulation des mastodontes chinois du numérique, l’e-commerçant a vu ses profits chuter de 81 %.", - "content": "Un an après le lancement d’une campagne de régulation des mastodontes chinois du numérique, l’e-commerçant a vu ses profits chuter de 81 %.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/19/les-sanctions-du-regulateur-chinois-font-chuter-les-profits-d-alibaba_6102678_3234.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 09:05:44 +0100", + "title": "Covid : ce qu'on sait du variant Omicron et de son impact en France", + "description": "Le Conseil scientifique a fait un point ce lundi sur l'état des connaissances sur le variant Omicron. Avec un message appuyé : son arrivée ne doit pas faire renoncer au rappel de vaccination, au contraire.", + "content": "Le Conseil scientifique a fait un point ce lundi sur l'état des connaissances sur le variant Omicron. Avec un message appuyé : son arrivée ne doit pas faire renoncer au rappel de vaccination, au contraire.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700432095167-covid-ce-quon-sait-sur-le-variant-omicron-et-son-impact-sur-la-france-2444073.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Mon, 29 Nov 2021 17:58:31 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/29/2444073_covid-ce-quon-sait-du-variant-omicron-et-de-son-impact-en-france-web-070434313192_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "09d3bb3983b3c738ff700fd905a6e6f5" + "hash": "8fe16194bdfd59ef8707b9f9f91d3270" }, { - "title": "Orelsan : « Le monde n’a pas besoin de plus de cynisme »", - "description": "Le rappeur publie son quatrième album, « Civilisation », plus engagé que ses précédents, sans perdre sa qualité d’écriture. Chronique d’un succès annoncé.", - "content": "Le rappeur publie son quatrième album, « Civilisation », plus engagé que ses précédents, sans perdre sa qualité d’écriture. Chronique d’un succès annoncé.", - "category": "", - "link": "https://www.lemonde.fr/culture/article/2021/11/19/orelsan-le-monde-n-a-pas-besoin-de-plus-de-cynisme_6102677_3246.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 09:02:57 +0100", + "title": "Le vieillissement de la population française va s'accentuer", + "description": "La population française culminerait à 69,3 millions d'habitants en 2044, avant de décliner à 68,1 millions en 2070, selon les projections de l'Insee publiées ce lundi. En 2040, l'Hexagone compterait 51 personnes de 65 ans ou plus pour 100 personnes de 20 à 64 ans, contre 37 en 2021.", + "content": "La population française culminerait à 69,3 millions d'habitants en 2044, avant de décliner à 68,1 millions en 2070, selon les projections de l'Insee publiées ce lundi. En 2040, l'Hexagone compterait 51 personnes de 65 ans ou plus pour 100 personnes de 20 à 64 ans, contre 37 en 2021.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700431344285-le-vieillissement-de-la-population-francaise-va-saccentuer-2444031.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Mon, 29 Nov 2021 15:24:01 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/29/2444031_le-vieillissement-de-la-population-francaise-va-saccentuer-web-tete-070431409162_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "eb9bcb1b5b57fadd3b7fb3d24a19074a" + "hash": "f42f967841c21efa35ca61621253851f" }, { - "title": "Le taux de chômage reste stable en France, à 8,1 % au 3e trimestre, selon l’Insee", - "description": "Sur le trimestre, le taux de chômage augmente pour les 15-24 ans et se stabilise pour les 25-49 ans et les 50 ans et plus, détaille l’Institut national de la statistique.", - "content": "Sur le trimestre, le taux de chômage augmente pour les 15-24 ans et se stabilise pour les 25-49 ans et les 50 ans et plus, détaille l’Institut national de la statistique.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/19/le-taux-de-chomage-en-france-s-etablit-a-8-1-au-3e-trimestre-selon-l-insee_6102675_3234.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 08:38:34 +0100", + "title": "Retraites : les prévisions seront basées sur des scénarios économiques moins favorables", + "description": "Régulièrement critiqué pour ses scénarios macroéconomiques trop optimistes, le Conseil d'orientation des retraites a sondé les économistes. Il va ajouter à ses futures prévisions une hypothèse où la productivité ne croîtrait que de 0,7 %, et la borne haute sera abaissée.", + "content": "Régulièrement critiqué pour ses scénarios macroéconomiques trop optimistes, le Conseil d'orientation des retraites a sondé les économistes. Il va ajouter à ses futures prévisions une hypothèse où la productivité ne croîtrait que de 0,7 %, et la borne haute sera abaissée.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700416892185-retraites-les-previsions-seront-basees-sur-des-scenarios-economiques-moins-favorables-2444000.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Mon, 29 Nov 2021 10:03:20 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/29/2444000_retraites-les-previsions-seront-basees-sur-des-scenarios-economiques-moins-favorables-web-tete-070416969190.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ea4038e257078fe1339c3f88d8ea3bcf" + "hash": "8e48efc070c900b540ddf679143dc43c" }, { - "title": "Les premières performances en demi-teinte des réseaux 5G en France", - "description": "Le « gendarme » des télécommunications publie, vendredi 19 novembre, une étude sur la qualité des réseaux mobiles en France. A ce stade, la 5G offre encore une plus-value limitée.", - "content": "Le « gendarme » des télécommunications publie, vendredi 19 novembre, une étude sur la qualité des réseaux mobiles en France. A ce stade, la 5G offre encore une plus-value limitée.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/19/les-premieres-performances-en-demi-teinte-des-reseaux-5g-en-france_6102674_3234.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 08:30:04 +0100", + "title": "Covid : l'expansion du variant Omicron accentue l'urgence du rappel vaccinal", + "description": "Le variant venu d'Afrique du Sud, jugé préoccupant, circule probablement déjà en France. Le ministre de la Santé vise 52 millions de primo-vaccinés et 10 millions de revaccinés à la fin de la semaine pour lui barrer la route. C'est la cohue pour obtenir une dose de rappel, avec le risque que les plus âgés soient servis en dernier.", + "content": "Le variant venu d'Afrique du Sud, jugé préoccupant, circule probablement déjà en France. Le ministre de la Santé vise 52 millions de primo-vaccinés et 10 millions de revaccinés à la fin de la semaine pour lui barrer la route. C'est la cohue pour obtenir une dose de rappel, avec le risque que les plus âgés soient servis en dernier.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700426499916-covid-lexpansion-du-variant-omicron-accentue-lurgence-du-rappel-vaccinal-2443842.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Sun, 28 Nov 2021 15:31:18 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/28/2443842_covid-lexpansion-du-variant-omicron-accentue-lurgence-du-rappel-vaccinal-web-070426584937_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e4f006ceb2d4a52fbf938effe46e6e61" + "hash": "a9bc67b4c1187913783ffd55290aaadd" }, { - "title": "Face à la colère des paysans, l’Inde décide d’abroger des lois de réforme agricole", - "description": "Nombre de petits exploitants s’estimaient menacés par ces réformes votées en septembre 2020 qui risquaient, selon eux, de les obliger à brader leurs marchandises aux grandes entreprises pour les écouler.", - "content": "Nombre de petits exploitants s’estimaient menacés par ces réformes votées en septembre 2020 qui risquaient, selon eux, de les obliger à brader leurs marchandises aux grandes entreprises pour les écouler.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/19/face-a-la-colere-des-paysans-l-inde-annonce-l-abrogation-des-lois-de-la-reforme-agricole_6102673_3210.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 08:24:35 +0100", + "title": "Nouvelle ENA : le rapport Bassères s'attaque à des symboles forts", + "description": "Jean Bassères a remis ce vendredi au Premier ministre ses propositions concernant l'Institut national du service public, qui va succéder à l'ENA, ainsi que la future direction appelée à gérer l'encadrement supérieur de l'Etat. Il préconise notamment de supprimer deux symboles forts de l'ex-ENA : l'épreuve de culture générale à l'entrée et le classement à la sortie.", + "content": "Jean Bassères a remis ce vendredi au Premier ministre ses propositions concernant l'Institut national du service public, qui va succéder à l'ENA, ainsi que la future direction appelée à gérer l'encadrement supérieur de l'Etat. Il préconise notamment de supprimer deux symboles forts de l'ex-ENA : l'épreuve de culture générale à l'entrée et le classement à la sortie.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700416063826-nouvelle-ena-le-rapport-basseres-sattaque-a-des-symboles-forts-2443795.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Fri, 26 Nov 2021 19:00:11 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/26/2443795_nouvelle-ena-le-rapport-basseres-sattaque-a-des-symboles-forts-web-070414793316_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c0eadaa551ca12aa4012466dfd932401" + "hash": "f46cf3f91702cf2c69e5ba07a3447721" }, { - "title": "Record aux enchères pour l’un des premiers exemplaires de la Constitution américaine", - "description": "Un collectif d’amateurs de cryptomonnaies, qui rêvait de s’offrir le document historique, n’a pas réussi à s’aligner sur l’offre finale, qui s’élève à plus de 43 millions de dollars.", - "content": "Un collectif d’amateurs de cryptomonnaies, qui rêvait de s’offrir le document historique, n’a pas réussi à s’aligner sur l’offre finale, qui s’élève à plus de 43 millions de dollars.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/19/une-copie-originale-de-la-constitution-americaine-vendue-aux-encheres-a-un-prix-record_6102669_3234.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 07:01:40 +0100", + "title": "Covid : le gouvernement tente de rassurer face à la ruée vers la dose de rappel", + "description": "Suite à l'annonce de la généralisation du rappel vaccinal à tous les adultes, plus de 1,25 million de rendez-vous ont été pris jeudi. Près de 300 centres de vaccination vont rouvrir, a annoncé ce vendredi matin, le porte-parole du gouvernement, Gabriel Attal.", + "content": "Suite à l'annonce de la généralisation du rappel vaccinal à tous les adultes, plus de 1,25 million de rendez-vous ont été pris jeudi. Près de 300 centres de vaccination vont rouvrir, a annoncé ce vendredi matin, le porte-parole du gouvernement, Gabriel Attal.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700415025198-covid-le-gouvernement-tente-de-rassurer-face-a-la-ruee-vers-la-dose-de-rappel-2443716.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Fri, 26 Nov 2021 10:14:36 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/26/2443716_covid-le-gouvernement-tente-de-rassurer-face-a-la-ruee-vers-la-dose-de-rappel-web-070415027190_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6688afc4510c484f0e0a40aa822fd219" + "hash": "2086b67c0769131f45f2d4c057af0e30" }, { - "title": "En un an, la déforestation de l’Amazonie s’est nettement accélérée au Brésil", - "description": "Selon une estimation officielle publiée jeudi 18 novembre, la déforestation s’est étendue sur 13 235 km2 entre août 2020 et juillet 2021, soit près de 22 % d’augmentation – le record des quinze dernières années. Le gouvernement de Jair Bolsonaro, qui fait l’objet de critiques internationales pour avoir affaibli la surveillance des écosystèmes amazoniens, estime que ces données « ne reflètent pas exactement la réalité des derniers mois ».", - "content": "Selon une estimation officielle publiée jeudi 18 novembre, la déforestation s’est étendue sur 13 235 km2 entre août 2020 et juillet 2021, soit près de 22 % d’augmentation – le record des quinze dernières années. Le gouvernement de Jair Bolsonaro, qui fait l’objet de critiques internationales pour avoir affaibli la surveillance des écosystèmes amazoniens, estime que ces données « ne reflètent pas exactement la réalité des derniers mois ».", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/19/la-deforestation-de-l-amazonie-bresilienne-s-accelere_6102660_3244.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 06:24:48 +0100", + "title": "Formation : les résultats encore incertains du grand plan compétences d'Emmanuel Macron", + "description": "Véritablement lancé en 2019, le plan, doté de 15 milliards sur la durée du quinquennat, n'a pas amélioré le taux de retour à l'emploi des chômeurs de longue durée. La question de la concurrence du compte personnel de formation, dont l'essor ne se dément pas, se pose.", + "content": "Véritablement lancé en 2019, le plan, doté de 15 milliards sur la durée du quinquennat, n'a pas amélioré le taux de retour à l'emploi des chômeurs de longue durée. La question de la concurrence du compte personnel de formation, dont l'essor ne se dément pas, se pose.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700408627949-formation-les-resultats-encore-incertains-du-grand-plan-competences-demmanuel-macron-2443519.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Thu, 25 Nov 2021 18:31:10 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443519_formation-les-resultats-encore-incertains-du-grand-plan-competences-demmanuel-macron-web-070408756635_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", - "read": true, + "feed": "Les Echos", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aa63c6b5d84faa45e67276f119d5cd69" + "hash": "1b548f9192db36c277dde224ab016145" }, { - "title": "Liz Throssell, une porte-parole du Haut-Commissariat aux droits de l’homme, a déclaré vendredi : « Nous demandons instamment qu’une enquête soit menée en toute transparence sur ces allégations d’agression sexuelle. »", - "description": "Le patron de la WTA, qui gère le circuit professionnel de tennis féminin, a menacé de retirer les compétitions ayant lieu en Chine si Pékin ne tire pas l’affaire au clair.", - "content": "Le patron de la WTA, qui gère le circuit professionnel de tennis féminin, a menacé de retirer les compétitions ayant lieu en Chine si Pékin ne tire pas l’affaire au clair.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/19/disparition-de-la-joueuse-peng-shuai-le-patron-du-tennis-feminin-menace-de-retirer-la-chine-du-circuit_6102659_3210.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 06:16:01 +0100", + "title": "La Cour des comptes appelle à investir dans la prévention de la dépendance", + "description": "Selon les magistrats financiers, la France est à la traîne dans la prévention de la perte d'autonomie des personnes âgées. Un gain d'un an d'espérance de vie sans incapacité ferait économiser 1,5 milliard en dix ans à l'assurance-maladie, calculent-ils.", + "content": "Selon les magistrats financiers, la France est à la traîne dans la prévention de la perte d'autonomie des personnes âgées. Un gain d'un an d'espérance de vie sans incapacité ferait économiser 1,5 milliard en dix ans à l'assurance-maladie, calculent-ils.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700409033369-la-cour-des-comptes-appelle-a-investir-dans-la-prevention-de-la-dependance-2443509.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Thu, 25 Nov 2021 17:32:29 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443509_la-cour-des-comptes-appelle-a-investir-dans-la-prevention-de-la-dependance-web-070399027118_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a23fe3f60ee3a5e63b9b2ec3b43e109" + "hash": "5712f9fa984afd48fd84e12314a86b77" }, { - "title": "Entretien | Jean-Yves Le Drian : « Nos concurrents n’ont ni tabous ni limites »", - "description": "Dans un entretien au « Monde », le ministre des affaires étrangères français met en cause le comportement de la Chine et de la Russie, dans un monde où les rapports de force se durcissent.", - "content": "Dans un entretien au « Monde », le ministre des affaires étrangères français met en cause le comportement de la Chine et de la Russie, dans un monde où les rapports de force se durcissent.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/19/jean-yves-le-drian-nos-concurrents-n-ont-ni-tabous-ni-limites_6102656_3210.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 06:08:27 +0100", + "title": "Covid : retour des restrictions dans les cantines d'entreprise", + "description": "La ministre du Travail, Elisabeth Borne, a rencontré ce jeudi patronat et syndicats pour faire le point sur les conséquences de la cinquième vague. Elle a lancé un appel à la vigilance sur le port du masque, les gestes barrière et les mesures de distanciation. Dans la restauration collective, le respect de la distance de 2 mètres refait son apparition à partir de lundi.", + "content": "La ministre du Travail, Elisabeth Borne, a rencontré ce jeudi patronat et syndicats pour faire le point sur les conséquences de la cinquième vague. Elle a lancé un appel à la vigilance sur le port du masque, les gestes barrière et les mesures de distanciation. Dans la restauration collective, le respect de la distance de 2 mètres refait son apparition à partir de lundi.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700407819356-covid-le-retour-des-restrictions-dans-les-cantines-dentreprise-2443499.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Thu, 25 Nov 2021 16:44:18 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443499_covid-retour-des-restrictions-dans-les-cantines-dentreprise-web-070407380521_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "201cade2b59459d66c252c5c44641cda" + "hash": "f1391eeb757f73256dade46778c013d6" }, { - "title": "Au procès des attentats du 13-Novembre, l’organisation bureaucratique de la barbarie", - "description": "Le procès est entré, jeudi, dans le cœur de l’enquête. Deux témoins ont décortiqué le fonctionnement de la cellule de l’organisation Etat islamique chargée de planifier les attaques et le parcours de certains de ses membres.", - "content": "Le procès est entré, jeudi, dans le cœur de l’enquête. Deux témoins ont décortiqué le fonctionnement de la cellule de l’organisation Etat islamique chargée de planifier les attaques et le parcours de certains de ses membres.", - "category": "", - "link": "https://www.lemonde.fr/societe/article/2021/11/19/au-proces-des-attentats-du-13-novembre-l-organisation-bureaucratique-de-la-barbarie_6102655_3224.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 06:05:09 +0100", + "title": "Covid : 19 millions d'adultes appelés à se revacciner, la plupart avant le 15 janvier", + "description": "Le ministre de la Santé, Olivier Véran, a écarté, ce jeudi, toute restriction de circulation face à la flambée épidémique en assurant que le pays disposait déjà des moyens de se prémunir. La vaccination, avec un rappel pour tous les adultes et son intégration au passe sanitaire, demeure l'arme numéro un.", + "content": "Le ministre de la Santé, Olivier Véran, a écarté, ce jeudi, toute restriction de circulation face à la flambée épidémique en assurant que le pays disposait déjà des moyens de se prémunir. La vaccination, avec un rappel pour tous les adultes et son intégration au passe sanitaire, demeure l'arme numéro un.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700407336011-covid-19-millions-dadultes-appeles-a-se-re-vacciner-la-plupart-avant-le-15-janvier-2443439.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Thu, 25 Nov 2021 14:48:19 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443439_covid-19-millions-dadultes-appeles-a-se-revacciner-la-plupart-avant-le-15-janvier-web-070408187968_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "653c00de62ce26973eebe06e911b338f" + "hash": "8b81aa4ebf5a817af0c7635ca8699aca" }, { - "title": "Des Français moins mécontents de leur banque", - "description": "Les clients font passer la qualité du service ou l’image de la banque avant les tarifs, alors que l’usage du digital s’accélère.", - "content": "Les clients font passer la qualité du service ou l’image de la banque avant les tarifs, alors que l’usage du digital s’accélère.", - "category": "", - "link": "https://www.lemonde.fr/argent/article/2021/11/19/des-francais-moins-mecontents-de-leur-banque_6102650_1657007.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 06:00:25 +0100", + "title": "Le nombre de chômeurs continue de fortement refluer en France", + "description": "Le nombre de personnes inscrites en catégorie A à Pôle emploi a chuté de 113.500 en octobre pour atteindre 3,38 millions. Il repasse pour la première fois en dessous du niveau de février 2020, avant la crise du Covid.", + "content": "Le nombre de personnes inscrites en catégorie A à Pôle emploi a chuté de 113.500 en octobre pour atteindre 3,38 millions. Il repasse pour la première fois en dessous du niveau de février 2020, avant la crise du Covid.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700406946807-forte-baisse-des-inscrits-a-pole-emploi-sans-activite-2443420.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Thu, 25 Nov 2021 13:21:32 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443420_le-nombre-de-chomeurs-continue-de-fortement-refluer-en-france-web-tete-070406985619_300x160.jpg", + "enclosureType": "image/jpg", + "image": "", + "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bc3aa7043e4677bc4c7255d6033bda7f" + "hash": "3c430a3bdd954b4e44b58535be93c74f" }, { - "title": "La flambée des prix alimentaires fait craindre une aggravation de la faim dans le monde", - "description": "Selon l’indice de la FAO, les denrées de base ont augmenté de plus 30 % en un an. Combinée aux effets économique de la crise sanitaire, cette inflation menace particulièrement un tiers de la population mondiale, déjà en insécurité alimentaire", - "content": "Selon l’indice de la FAO, les denrées de base ont augmenté de plus 30 % en un an. Combinée aux effets économique de la crise sanitaire, cette inflation menace particulièrement un tiers de la population mondiale, déjà en insécurité alimentaire", - "category": "", - "link": "https://www.lemonde.fr/planete/article/2021/11/19/la-flambee-des-prix-alimentaires-fait-craindre-une-aggravation-de-la-faim-dans-le-monde_6102644_3244.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 05:40:58 +0100", + "title": "Vaccin contre le Covid : la HAS recommande un rappel pour tous dès l'âge de 18 ans", + "description": "La Haute Autorité de santé estime que cette « troisième dose » peut être injectée à partir de cinq mois après la dernière injection, contre six mois actuellement. Elle justifie cette nouvelle recommandation par une reprise épidémique « plus forte qu'attendue ».", + "content": "La Haute Autorité de santé estime que cette « troisième dose » peut être injectée à partir de cinq mois après la dernière injection, contre six mois actuellement. Elle justifie cette nouvelle recommandation par une reprise épidémique « plus forte qu'attendue ».", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700406502056-vaccin-contre-le-covid-la-has-recommande-un-rappel-pour-tous-des-lage-de-18-ans-2443395.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Thu, 25 Nov 2021 11:04:30 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "04f9349c5f16bc5bb883bb1e5401282a" + "hash": "6d5a5a84c4012ea9744e329a687abbb7" }, { - "title": "Des joueuses de football afghanes parviennent à se réfugier au Royaume-Uni grâce à l’aide de Kim Kardashian", - "description": "La star américaine de téléréalité a financé le vol de trente-cinq footballeuses et de leurs familles, qui avaient fui au Pakistan après la prise de pouvoir de Kaboul par les talibans.", - "content": "La star américaine de téléréalité a financé le vol de trente-cinq footballeuses et de leurs familles, qui avaient fui au Pakistan après la prise de pouvoir de Kaboul par les talibans.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/19/des-joueuses-de-football-afghanes-parviennent-a-se-refugier-au-royaume-uni-grace-a-l-aide-de-kim-kardashian_6102641_3210.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 04:55:08 +0100", + "title": "La discrimination à l'embauche a la vie dure pour les candidats d'origine maghrébine", + "description": "Selon une étude du ministère du Travail, pour recevoir une réponse positive à un poste, un candidat dont le nom ou le prénom a une consonance maghrébine doit envoyer 1,5 fois plus de candidatures qu'un autre. La discrimination faiblit avec le niveau de qualification des postes.", + "content": "Selon une étude du ministère du Travail, pour recevoir une réponse positive à un poste, un candidat dont le nom ou le prénom a une consonance maghrébine doit envoyer 1,5 fois plus de candidatures qu'un autre. La discrimination faiblit avec le niveau de qualification des postes.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700397621708-la-discrimination-a-lembauche-a-la-vie-dure-pour-les-candidats-dorigine-maghrebine-2443237.php#xtor=RSS-71", + "creator": "Claude Fouquet", + "pubDate": "Wed, 24 Nov 2021 18:00:18 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "934565039eb6c6420bc0bfd7a47d7d2b" + "hash": "4cafe08c7c444a8ffb5f1ed085f0f45a" }, { - "title": "En Allemagne, un candidat surprise dans la course à la présidence de la CDU", - "description": "Le parti démocrate-chrétien élira mi-décembre son nouveau chef. En lice, le très conservateur Friedrich Merz, le centriste Norbert Röttgen, et un candidat de dernière minute : Helge Braun, l’un des plus proches collaborateurs d’Angela Merkel.", - "content": "Le parti démocrate-chrétien élira mi-décembre son nouveau chef. En lice, le très conservateur Friedrich Merz, le centriste Norbert Röttgen, et un candidat de dernière minute : Helge Braun, l’un des plus proches collaborateurs d’Angela Merkel.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/19/en-allemagne-un-candidat-surprise-dans-la-course-a-la-presidence-de-la-cdu_6102640_3210.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 04:16:18 +0100", + "title": "Covid : la campagne vaccinale reprend de l'allant sur fond de cinquième vague", + "description": "Le nombre de rendez-vous pris sur Doctolib pour une injection d'un rappel vaccinal contre le Covid a connu un nouveau record mardi, dépassant pour la première fois les 200.000. Les demandes de primo-injections connaissent également un léger regain.", + "content": "Le nombre de rendez-vous pris sur Doctolib pour une injection d'un rappel vaccinal contre le Covid a connu un nouveau record mardi, dépassant pour la première fois les 200.000. Les demandes de primo-injections connaissent également un léger regain.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700399026949-covid-la-campagne-vaccinale-reprend-de-lallant-sur-fond-de-cinquieme-vague-2443234.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Wed, 24 Nov 2021 17:51:45 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b569bd441c0adf45684ad95ee214d27f" + "hash": "1439766faa583a249679de12464d0667" }, { - "title": "Présidentielle 2022 : après une percée, la précampagne d’Eric Zemmour s’essouffle", - "description": "Le polémiste d’extrême droite a multiplié les outrances au point de crisper dans son propre camp. Son équipe peine à franchir le cap nécessaire à une candidature.", - "content": "Le polémiste d’extrême droite a multiplié les outrances au point de crisper dans son propre camp. Son équipe peine à franchir le cap nécessaire à une candidature.", - "category": "", - "link": "https://www.lemonde.fr/election-presidentielle-2022/article/2021/11/19/presidentielle-2022-apres-une-percee-la-precampagne-d-eric-zemmour-s-essouffle_6102639_6059010.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 03:35:34 +0100", + "title": "Le gouvernement lève les freins à l'apprentissage dans la fonction publique", + "description": "Le gouvernement a présenté en Conseil des ministres de nouvelles mesures destinées à faciliter les recrutements d'apprentis dans l'administration. Le nombre de contrats est passé de 13.000 en 2016 à 24.800 cette année.", + "content": "Le gouvernement a présenté en Conseil des ministres de nouvelles mesures destinées à faciliter les recrutements d'apprentis dans l'administration. Le nombre de contrats est passé de 13.000 en 2016 à 24.800 cette année.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700399695121-le-gouvernement-leve-les-freins-a-lapprentissage-dans-la-fonction-publique-2443227.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Wed, 24 Nov 2021 17:32:04 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "60ba97e32a4cd7b7d06ae78de374a737" + "hash": "911e3de6bd6763a96eafc61bc10c33d5" }, { - "title": "Comment le renseignement français a traqué Pegasus après les révélations du « Monde »", - "description": "D’un côté le silence, de l’autre une discrète mobilisation : depuis fin juillet, les services de renseignement français se sont activés. Des traces du logiciel espion ont notamment été détectées sur les téléphones de deux hauts fonctionnaires travaillant sur des dossiers sensibles du conseil de défense.", - "content": "D’un côté le silence, de l’autre une discrète mobilisation : depuis fin juillet, les services de renseignement français se sont activés. Des traces du logiciel espion ont notamment été détectées sur les téléphones de deux hauts fonctionnaires travaillant sur des dossiers sensibles du conseil de défense.", - "category": "", - "link": "https://www.lemonde.fr/pixels/article/2021/11/19/comment-le-renseignement-francais-a-traque-pegasus-apres-les-revelations-du-monde_6102638_4408996.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 02:59:45 +0100", + "title": "Assurance-chômage : impasse juridique à l'Unédic", + "description": "Refusant d'émarger en début d'un Conseil d'administration extraordinaire, FO, la CGT, la CFE-CGC et la CFTC ont bloqué un important projet de réorganisation poussé par le Medef et la CFDT. Un échec pour le paritarisme, alors que plane la menace de nationalisation du régime.", + "content": "Refusant d'émarger en début d'un Conseil d'administration extraordinaire, FO, la CGT, la CFE-CGC et la CFTC ont bloqué un important projet de réorganisation poussé par le Medef et la CFDT. Un échec pour le paritarisme, alors que plane la menace de nationalisation du régime.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700398404137-assurance-chomage-impasse-juridique-a-lunedic-2443189.php#xtor=RSS-71", + "creator": "Alain Ruello", + "pubDate": "Wed, 24 Nov 2021 15:10:27 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25e28ae887e812ce2e79a443ee8e5406" + "hash": "9e53ea6d632023f30416e871ad2ba605" }, { - "title": "Enquête | Au Canada, l’horreur des pensionnats autochtones", - "description": "Jusqu’en 1996, le pays a arraché à leurs familles des enfants amérindiens pour les conduire dans des institutions catholiques. Beaucoup y ont subi des violences, y compris sexuelles, 6 000 en sont morts. Un génocide culturel pour lequel le pape pourrait présenter des excuses en décembre.", - "content": "Jusqu’en 1996, le pays a arraché à leurs familles des enfants amérindiens pour les conduire dans des institutions catholiques. Beaucoup y ont subi des violences, y compris sexuelles, 6 000 en sont morts. Un génocide culturel pour lequel le pape pourrait présenter des excuses en décembre.", - "category": "", - "link": "https://www.lemonde.fr/m-le-mag/article/2021/11/19/tuer-l-indien-au-c-ur-de-l-enfant-au-canada-les-pensionnats-de-l-horreur_6102637_4500055.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 02:38:09 +0100", + "title": "Artisans et libéraux s'inquiètent de leur représentation à la Sécurité sociale", + "description": "Après la dernière mesure de représentativité syndicale et patronale, la composition des instances paritaires des organismes de Sécurité sociale va être revue. L'U2P dénonce une pesée en sa défaveur, contrairement à ce qui avait été annoncé fin octobre par le ministère de la Santé.", + "content": "Après la dernière mesure de représentativité syndicale et patronale, la composition des instances paritaires des organismes de Sécurité sociale va être revue. L'U2P dénonce une pesée en sa défaveur, contrairement à ce qui avait été annoncé fin octobre par le ministère de la Santé.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700392812952-artisans-et-liberaux-sinquietent-de-leur-representation-a-la-securite-sociale-2443150.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Wed, 24 Nov 2021 12:00:30 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f70f0b64c7f91bd7f73da222e3185e5c" + "hash": "c7ea8254b9bc6720542f78eb006409b7" }, { - "title": "Ligue des champions féminine : le PSG s’offre une bouffée d’air en se qualifiant pour les quarts de finale", - "description": "Les Parisiennes se sont imposées, jeudi, sur la pelouse du Real Madrid (2-0), dans un contexte difficile en raison de l’agression de Kheira Hamraoui et de la lourde défaite à Lyon en championnat, dimanche.", - "content": "Les Parisiennes se sont imposées, jeudi, sur la pelouse du Real Madrid (2-0), dans un contexte difficile en raison de l’agression de Kheira Hamraoui et de la lourde défaite à Lyon en championnat, dimanche.", - "category": "", - "link": "https://www.lemonde.fr/football/article/2021/11/19/ligue-des-champions-feminine-le-psg-s-offre-une-bouffee-d-air-en-se-qualifiant-pour-les-quarts-de-finale_6102635_1616938.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 02:03:04 +0100", + "title": "Apprentissage : pourquoi les entreprises s'y mettent lentement", + "description": "Le boom de l'apprentissage en France est d'abord le fait des organismes de formation continue et des écoles de l'enseignement supérieur. Seule une soixantaine d'entreprises ont créé leur CFA, ainsi que le permet une loi de 2018. Pour celles qui s'y sont mises, c'est une arme dans la bataille du recrutement.", + "content": "Le boom de l'apprentissage en France est d'abord le fait des organismes de formation continue et des écoles de l'enseignement supérieur. Seule une soixantaine d'entreprises ont créé leur CFA, ainsi que le permet une loi de 2018. Pour celles qui s'y sont mises, c'est une arme dans la bataille du recrutement.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700382301667-apprentissage-pourquoi-les-entreprises-sy-mettent-lentement-2443085.php#xtor=RSS-71", + "creator": "Elsa Freyssenet et Marion Kindermans", + "pubDate": "Wed, 24 Nov 2021 06:58:09 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "15886bc58bf96ec6b1e4b099d5432c2e" + "hash": "e6508594638e0221e786d04cf453a930" }, { - "title": "A Grigny, l’usine Bergams liquidée sur fond de tensions entre salariés", - "description": "La grève contre un accord collectif appliqué depuis janvier a fortement divisé les 283 employés de l’usine agroalimentaire, diversement touchés par ce dispositif. Le tribunal de commerce d’Evry a décidé la mise en liquidation, mercredi 17 novembre.", - "content": "La grève contre un accord collectif appliqué depuis janvier a fortement divisé les 283 employés de l’usine agroalimentaire, diversement touchés par ce dispositif. Le tribunal de commerce d’Evry a décidé la mise en liquidation, mercredi 17 novembre.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/19/a-grigny-l-usine-bergams-liquidee-sur-fond-de-tensions-entre-salaries_6102633_3234.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 01:47:22 +0100", + "title": "Fraude sociale : des sous-déclarations massives chez les travailleurs des plateformes Internet", + "description": "En 2020, les plateformes Internet ont dû pour la première fois communiquer à l'administration les revenus de leurs collaborateurs. L'écart avec les montants déclarés aux Urssaf par ces micro-entrepreneurs est considérable. On compte jusqu'à 90 % de travail au noir chez les VTC.", + "content": "En 2020, les plateformes Internet ont dû pour la première fois communiquer à l'administration les revenus de leurs collaborateurs. L'écart avec les montants déclarés aux Urssaf par ces micro-entrepreneurs est considérable. On compte jusqu'à 90 % de travail au noir chez les VTC.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700389117534-fraude-sociale-des-sous-declarations-massives-chez-les-travailleurs-des-plateformes-internet-2442854.php#xtor=RSS-71", + "creator": "Solveig Godeluck", + "pubDate": "Tue, 23 Nov 2021 13:09:38 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "881eaa8ae9ac36db39545bef4226a573" + "hash": "1d85192ff0c099d6c3e033a1d95105e6" }, { - "title": "L’usine Ascoval ne délocalisera pas une partie de son activité en Allemagne", - "description": "Le groupe allemand Saarstahl envisageait de transférer 40 % de la production de cette aciérie du Nord, ce qui avait suscité la colère de nombreux élus politiques et mobilisé le gouvernement.", - "content": "Le groupe allemand Saarstahl envisageait de transférer 40 % de la production de cette aciérie du Nord, ce qui avait suscité la colère de nombreux élus politiques et mobilisé le gouvernement.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/19/l-usine-ascoval-ne-delocalisera-pas-une-partie-de-son-activite-en-allemagne_6102629_3234.html", - "creator": "", - "pubDate": "Fri, 19 Nov 2021 00:35:59 +0100", + "title": "Covid : le Medef contre une obligation de télétravailler", + "description": "Le président de l'organisation patronale est opposé à ce que le télétravail soit à nouveau rendu obligatoire mais incite les chefs d'entreprise à se « remobiliser » sur le sujet. Il lance aussi un appel à un respect des gestes barrières.", + "content": "Le président de l'organisation patronale est opposé à ce que le télétravail soit à nouveau rendu obligatoire mais incite les chefs d'entreprise à se « remobiliser » sur le sujet. Il lance aussi un appel à un respect des gestes barrières.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700388997837-covid-le-medef-contre-une-obligation-de-teletravailler-2442824.php#xtor=RSS-71", + "creator": "Les Echos", + "pubDate": "Tue, 23 Nov 2021 10:30:50 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9bd7f8b64f43b016968632eb4f175410" + "hash": "48d150dbb2cd64a533d6fcee24b917a3" }, { - "title": "Le confinement des personnes non vaccinées n’est « pas nécessaire en France », estime Emmanuel Macron", - "description": "Dans un entretien au quotidien régional « La Voix du Nord », le président de la République a également dit attendre l’avis des autorités sanitaires sur une éventuelle dose de rappel du vaccin contre le Covid-19 pour tous.", - "content": "Dans un entretien au quotidien régional « La Voix du Nord », le président de la République a également dit attendre l’avis des autorités sanitaires sur une éventuelle dose de rappel du vaccin contre le Covid-19 pour tous.", - "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/18/le-confinement-des-personnes-non-vaccinees-n-est-pas-necessaire-en-france-estime-emmanuel-macron_6102628_823448.html", - "creator": "", - "pubDate": "Thu, 18 Nov 2021 22:54:25 +0100", + "title": "EXCLUSIF - Plus optimistes qu'en 2020, les cadres restent soumis à forte pression", + "description": "Seuls 12 % des cadres se déclarent pessimistes dans le dernier baromètre Viavoice pour l'Union générale des ingénieurs, cadres et techniciens CGT publié ce mardi. C'est le plus bas niveau depuis le lancement de ce sondage en 2014. Les cadres restent encore très nombreux cette année à considérer que leur charge et leur temps de travail ont augmenté.", + "content": "Seuls 12 % des cadres se déclarent pessimistes dans le dernier baromètre Viavoice pour l'Union générale des ingénieurs, cadres et techniciens CGT publié ce mardi. C'est le plus bas niveau depuis le lancement de ce sondage en 2014. Les cadres restent encore très nombreux cette année à considérer que leur charge et leur temps de travail ont augmenté.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/social/0700368569793-exclusif-plus-optimistes-quen-2020-les-cadres-restent-soumis-a-forte-pression-2442782.php#xtor=RSS-71", + "creator": "Leïla de Comarmond", + "pubDate": "Tue, 23 Nov 2021 07:00:33 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7e10624170142fb01eb1c1697d3c38ec" + "hash": "52c84d4dc0ca6d47bb709ba4e07ee86e" }, { - "title": "Aux Etats-Unis, la peine de mort d’un prisonnier commuée au dernier moment", - "description": "Julius Jones, un Afro-Américain de 41 ans, avait été condamné en 2002 à la peine capitale pour le meurtre d’un homme d’affaires. Sa peine est commuée en prison à vie, sans liberté conditionnelle possible.", - "content": "Julius Jones, un Afro-Américain de 41 ans, avait été condamné en 2002 à la peine capitale pour le meurtre d’un homme d’affaires. Sa peine est commuée en prison à vie, sans liberté conditionnelle possible.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/18/aux-etats-unis-la-peine-de-mort-d-un-prisonnier-commuee-au-dernier-moment_6102624_3210.html", - "creator": "", - "pubDate": "Thu, 18 Nov 2021 21:35:52 +0100", + "title": "Comment le Covid a bouleversé les cycles économiques", + "description": "Selon les experts de l'Association française de science économique, le cycle économique du Covid est le plus court depuis les années 1970 en France, mais aussi le plus ample. La reprise est toutefois très hétérogène en Europe.", + "content": "Selon les experts de l'Association française de science économique, le cycle économique du Covid est le plus court depuis les années 1970 en France, mais aussi le plus ample. La reprise est toutefois très hétérogène en Europe.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700223292111-comment-le-covid-a-bouleverse-les-cycles-economiques-2439163.php#xtor=RSS-71", + "creator": "Guillaume de Calignon", + "pubDate": "Tue, 02 Nov 2021 08:00:38 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", - "read": true, + "feed": "Les Echos", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8482db070ff8dbcbecfb72c215b0e3b7" + "hash": "f525df306a77d101af9e1e54ab79a585" }, { - "title": "Handicap : la première adjointe à la mairie de Lyon choquée par les mots d’une élue LR", - "description": "Audrey Hénocque, première adjointe du maire écologiste Grégory Doucet et elle-même handicapée, a reproché ses propos à la conseillère de droite Françoise Blanc lors d’un débat au conseil municipal sur le handicap.", - "content": "Audrey Hénocque, première adjointe du maire écologiste Grégory Doucet et elle-même handicapée, a reproché ses propos à la conseillère de droite Françoise Blanc lors d’un débat au conseil municipal sur le handicap.", - "category": "", - "link": "https://www.lemonde.fr/politique/article/2021/11/18/handicap-la-premiere-adjointe-a-la-mairie-de-lyon-choquee-par-les-mots-d-une-elue-lr_6102620_823448.html", - "creator": "", - "pubDate": "Thu, 18 Nov 2021 21:28:10 +0100", + "title": "L'inflation, une menace sur la reprise", + "description": "En octobre, les prix à la consommation ont augmenté de 2,6 % sur un an en France selon l'Insee. Ce regain d'inflation, parti pour durer de longs mois encore, fait planer un risque sur la consommation des ménages mais aussi sur les entreprises.", + "content": "En octobre, les prix à la consommation ont augmenté de 2,6 % sur un an en France selon l'Insee. Ce regain d'inflation, parti pour durer de longs mois encore, fait planer un risque sur la consommation des ménages mais aussi sur les entreprises.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700223745873-linflation-une-menace-sur-la-reprise-2439153.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Tue, 02 Nov 2021 07:00:31 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", - "read": true, + "feed": "Les Echos", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cd967b7073ea1f1cbee6d11bc4b533ec" + "hash": "f44fe36b88d3fcbefbf0800e6107cfa5" }, { - "title": "Un nouveau vote a décidé « en grande majorité » de la poursuite du mouvement social pour vingt-quatre heures supplémentaires.", - "description": "Les salariés protestent notamment contre l’organisation de la charge de travail, les méthodes de management considérées comme décourageantes, voire « destructrices », ainsi que le manque de moyens.", - "content": "Les salariés protestent notamment contre l’organisation de la charge de travail, les méthodes de management considérées comme décourageantes, voire « destructrices », ainsi que le manque de moyens.", - "category": "", - "link": "https://www.lemonde.fr/economie/article/2021/11/18/france-24-en-greve_6102525_3234.html", - "creator": "", - "pubDate": "Thu, 18 Nov 2021 09:24:04 +0100", + "title": "L'inflation bondit à 2,6 % en octobre en France", + "description": "La hausse des prix à la consommation a grimpé de 0,4 point ce mois-ci par rapport à septembre, en raison de l'envolée des cours de l'énergie notamment, selon les données publiées par l'Insee ce vendredi.", + "content": "La hausse des prix à la consommation a grimpé de 0,4 point ce mois-ci par rapport à septembre, en raison de l'envolée des cours de l'énergie notamment, selon les données publiées par l'Insee ce vendredi.", + "category": "Économie France", + "link": "https://www.lesechos.fr/economie-france/conjoncture/0700221388233-linflation-bondit-a-26-en-octobre-en-france-2438876.php#xtor=RSS-71", + "creator": "Nathalie Silbert", + "pubDate": "Fri, 29 Oct 2021 09:50:45 +0200", "folder": "00.03 News/News - FR", - "feed": "Le Monde", + "feed": "Les Echos", "read": true, "favorite": false, "created": false, "tags": [], - "hash": "fa971b047679617bdd622c6a4b936095" - }, - { - "title": "Muhammad Aziz, 83 ans, et Khalil Islam, mort en 2009, ont été disculpés juridiquement plus de cinquante ans après leur condamnation.", - "description": "Il s’agit de Muhammad Aziz, âgé de 83 ans et sorti de prison en 1985, et de Khalil Islam, libéré en 1987 et mort en 2009.", - "content": "Il s’agit de Muhammad Aziz, âgé de 83 ans et sorti de prison en 1985, et de Khalil Islam, libéré en 1987 et mort en 2009.", - "category": "", - "link": "https://www.lemonde.fr/international/article/2021/11/17/mort-de-malcolm-x-deux-hommes-condamnes-pour-son-meurtre-vont-etre-innocentes_6102466_3210.html", - "creator": "", - "pubDate": "Wed, 17 Nov 2021 21:14:34 +0100", - "folder": "00.03 News/News - FR", - "feed": "Le Monde", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "e894e92e6fa60ba9cc1fde6ee3d11076" + "hash": "e79bc42f506df2d63372e48b28cbc348" } ], "folder": "00.03 News/News - FR", - "name": "Le Monde", + "name": "Les Echos", "language": "fr", - "hash": "ff93d3b1e91d9b1ddfdfddc9dcc9f475" + "hash": "c306d664dbaee269c3c20a7f5659f5d4" }, { - "title": "Les Echos - Economie France", + "title": "Les Echos - Politique", "subtitle": "", - "link": "https://www.lesechos.fr/economie-france/", + "link": "https://www.lesechos.fr/politique-societe/", "image": null, - "description": "Toute l'info économique, financière et boursière sur la France", + "description": "Toute l'info politique en France et à l'étranger", "items": [ { - "title": "Protocole sanitaire : « L'amende ciblera les rares entreprises qui ne jouent pas le jeu »", - "description": "Dans une interview aux « Echos », la ministre du Travail, Elisabeth Borne, précise les contours de l'amende administrative en cas de non-respect du protocole sanitaire en entreprise. Cette amende sera instaurée via un amendement au projet de loi créant le passe vaccinal, examiné ce lundi par les députés.", - "content": "Dans une interview aux « Echos », la ministre du Travail, Elisabeth Borne, précise les contours de l'amende administrative en cas de non-respect du protocole sanitaire en entreprise. Cette amende sera instaurée via un amendement au projet de loi créant le passe vaccinal, examiné ce lundi par les députés.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700650757645-lamende-ciblera-les-rares-entreprises-qui-ne-jouent-pas-le-jeu-2449526.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Sun, 02 Jan 2022 16:10:15 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449526_protocole-sanitaire-lamende-ciblera-les-rares-entreprises-qui-ne-jouent-pas-le-jeu-web-tete-070655299239.jpg", - "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2022/01/02/2449526_protocole-sanitaire-lamende-ciblera-les-rares-entreprises-qui-ne-jouent-pas-le-jeu-web-tete-070655299239.jpg", - "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "f5a85c6119341f439ae54b9b2802580d", - "highlights": [] - }, - { - "title": "Protection contre le Covid : ce que dit l'amendement contre les entreprises récalcitrantes", - "description": "EXCLUSIF- L'amendement gouvernemental créant une amende pour les entreprises ne respectant pas le protocole sanitaire a été déposé. Cette procédure administrative, alternative à la procédure pénale, pourra s'appliquer jusqu'au 31 juillet 2022, comme le passe vaccinal.", - "content": "EXCLUSIF- L'amendement gouvernemental créant une amende pour les entreprises ne respectant pas le protocole sanitaire a été déposé. Cette procédure administrative, alternative à la procédure pénale, pourra s'appliquer jusqu'au 31 juillet 2022, comme le passe vaccinal.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700654745566-protection-contre-le-covid-ce-que-dit-lamendement-contre-les-entreprises-recalcitrantes-2449521.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Sun, 02 Jan 2022 14:23:15 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449521_protection-contre-le-covid-ce-que-dit-lamendement-contre-les-entreprises-recalcitrantes-web-070654757380_300x160.jpg", + "title": "Passe vaccinal : Les Républicains tentent de sortir du piège tendu par Emmanuel Macron", + "description": "Soucieux de ne pas être placés dans le camp des irresponsables, les députés LR ont décidé ce mercredi de ne pas bloquer la reprise des débats sur le passe vaccinal. Mais le sujet divise les troupes, comme jadis le passe sanitaire.", + "content": "Soucieux de ne pas être placés dans le camp des irresponsables, les députés LR ont décidé ce mercredi de ne pas bloquer la reprise des débats sur le passe vaccinal. Mais le sujet divise les troupes, comme jadis le passe sanitaire.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700677105639-passe-vaccinal-les-republicains-tentent-de-sortir-du-piege-tendu-par-emmanuel-macron-2450151.php#xtor=RSS-70", + "creator": "Pierre-Alain Furbury", + "pubDate": "Wed, 05 Jan 2022 16:55:24 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/05/2450151_passe-vaccinal-les-republicains-tentent-de-sortir-du-piege-tendu-par-emmanuel-macron-web-tete-070677195888_300x160.jpg", "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2022/01/02/2449521_protection-contre-le-covid-ce-que-dit-lamendement-contre-les-entreprises-recalcitrantes-web-070654757380_300x160.jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/05/2450151_passe-vaccinal-les-republicains-tentent-de-sortir-du-piege-tendu-par-emmanuel-macron-web-tete-070677195888_300x160.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "db203f6400a0a8adbd964184c50bd9fe", + "hash": "2c0923f388b2e071f72c8cbe62e1fc9b", "highlights": [] }, { - "title": "Covid : Olivier Véran vise 25 millions de rappels de vaccination en cinq semaines", - "description": "Le ministre de la Santé estime qu'Omicron est trois fois moins sévère. Cependant, pour limiter les admissions à l'hôpital, la campagne de rappels doit à nouveau accélérer. Le délai entre la deuxième et la troisième dose sera ramené à quatre mois à partir du 15 février pour conserver le passe vaccinal.", - "content": "Le ministre de la Santé estime qu'Omicron est trois fois moins sévère. Cependant, pour limiter les admissions à l'hôpital, la campagne de rappels doit à nouveau accélérer. Le délai entre la deuxième et la troisième dose sera ramené à quatre mois à partir du 15 février pour conserver le passe vaccinal.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700654680156-covid-olivier-veran-vise-25-millions-de-rappels-de-vaccination-en-cinq-semaines-2449519.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Sun, 02 Jan 2022 12:28:32 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449519_covid-olivier-veran-vise-25-millions-de-rappels-de-vaccination-en-cinq-semaines-web-tete-070631576413.jpg", + "title": "Passe vaccinal : les débats de nouveau suspendus, l'opposition somme l'exécutif de s'expliquer", + "description": "Dans une ambiance survoltée, l'examen du projet de loi transformant le passe sanitaire en passe vaccinal a de nouveau été interrompu dans la nuit. En cause la polémique suscitée, jusque dans l'Hémicycle, par les propos d'Emmanuel Macron sur les non-vaccinés dans les colonnes du « Parisien ».", + "content": "Dans une ambiance survoltée, l'examen du projet de loi transformant le passe sanitaire en passe vaccinal a de nouveau été interrompu dans la nuit. En cause la polémique suscitée, jusque dans l'Hémicycle, par les propos d'Emmanuel Macron sur les non-vaccinés dans les colonnes du « Parisien ».", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700674035648-passe-vaccinal-les-debats-de-nouveau-suspendus-lopposition-somme-lexecutif-de-sexpliquer-2450082.php#xtor=RSS-70", + "creator": "Claude Fouquet", + "pubDate": "Wed, 05 Jan 2022 08:20:56 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/05/2450082_passe-vaccinal-les-debats-de-nouveau-suspendus-lopposition-somme-lexecutif-de-sexpliquer-web-070674207000_300x160.jpg", "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2022/01/02/2449519_covid-olivier-veran-vise-25-millions-de-rappels-de-vaccination-en-cinq-semaines-web-tete-070631576413.jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/05/2450082_passe-vaccinal-les-debats-de-nouveau-suspendus-lopposition-somme-lexecutif-de-sexpliquer-web-070674207000_300x160.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8fe5dbeabd39d6bdfcc89ca49c5efcad", + "hash": "c8af17c8cf402e055ef31648855f9cfe", "highlights": [] }, { - "title": "Covid : les obligations d'isolement allégées pour ne pas mettre « le pays à l'arrêt »", - "description": "Le gouvernement ramène la durée de quarantaine à 7, voire 5 jours, pour les personnes infectées si leur passe sanitaire est à jour. Les cas contacts vaccinés n'ont plus besoin de s'isoler. Les règles sont plus strictes en cas de vaccination incomplète ou inexistante.", - "content": "Le gouvernement ramène la durée de quarantaine à 7, voire 5 jours, pour les personnes infectées si leur passe sanitaire est à jour. Les cas contacts vaccinés n'ont plus besoin de s'isoler. Les règles sont plus strictes en cas de vaccination incomplète ou inexistante.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700651051081-covid-les-cas-contacts-vaccines-nauront-plus-besoin-de-sisoler-a-partir-de-ce-lundi-2449509.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Sun, 02 Jan 2022 08:15:59 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449509_covid-les-obligations-disolement-allegees-pour-ne-pas-mettre-le-pays-a-larret-web-tete-070654371153.jpg", + "title": "Croissance, déficit : les chiffres de 2021 seront meilleurs que prévu, selon le gouvernement", + "description": "Le ministre de l'Economie, Bruno Le Maire, affirme que le PIB français aura finalement grimpé au-dessus des 6,25 % prévu l'an dernier tandis que le déficit sera inférieur aux 8,2 % attendus jusqu'ici. Sur cette base, et malgré la poussée du variant Omicron, il maintient sa prévision de croissance de 4 % en 2022.", + "content": "Le ministre de l'Economie, Bruno Le Maire, affirme que le PIB français aura finalement grimpé au-dessus des 6,25 % prévu l'an dernier tandis que le déficit sera inférieur aux 8,2 % attendus jusqu'ici. Sur cette base, et malgré la poussée du variant Omicron, il maintient sa prévision de croissance de 4 % en 2022.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700666387017-malgre-omicron-le-gouvernement-maintient-sa-prevision-de-croissance-pour-2022-2449857.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Tue, 04 Jan 2022 09:05:19 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/04/2449857_croissance-deficit-les-chiffres-de-2021-seront-meilleurs-que-prevu-selon-le-gouvernement-web-070666491189_300x160.jpg", "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2022/01/02/2449509_covid-les-obligations-disolement-allegees-pour-ne-pas-mettre-le-pays-a-larret-web-tete-070654371153.jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/04/2449857_croissance-deficit-les-chiffres-de-2021-seront-meilleurs-que-prevu-selon-le-gouvernement-web-070666491189_300x160.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a32718dc01cceccbfa946d2e01f7bd1", + "hash": "18a700d9fe3b069c438f2239636c32ed", "highlights": [] }, { - "title": "Aides aux entreprises : le patronat s'inquiète, Bercy temporise", - "description": "A la suite des dernières annonces de Jean Castex, les organisations patronales ont fait part ce mardi à la ministre du Travail, Elisabeth Borne, de leurs craintes sur les conséquences en cascade des restrictions sanitaires sur les entreprises.", - "content": "A la suite des dernières annonces de Jean Castex, les organisations patronales ont fait part ce mardi à la ministre du Travail, Elisabeth Borne, de leurs craintes sur les conséquences en cascade des restrictions sanitaires sur les entreprises.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700625655263-aides-aux-entreprises-le-patronat-sinquiete-bercy-temporise-2449049.php#xtor=RSS-71", - "creator": "Leïla de Comarmond et Isabelle Couet", - "pubDate": "Tue, 28 Dec 2021 19:15:17 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/28/2449049_aides-aux-entreprises-le-patronat-sinquiete-bercy-temporise-web-070625857044_300x160.jpg", + "title": "Présidentielle 2022 : Manuel Valls en appelle à l'union sacrée", + "description": "Invité du Grand rendez-vous Europe 1-CNews- « Les Echos », l'ancien Premier ministre prône l'arrêt de l'immigration et du regroupement familial. Et taclé par avance la possible candidature de Christiane Taubira.", + "content": "Invité du Grand rendez-vous Europe 1-CNews- « Les Echos », l'ancien Premier ministre prône l'arrêt de l'immigration et du regroupement familial. Et taclé par avance la possible candidature de Christiane Taubira.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700575174413-presidentielle-2022-manuel-valls-en-appelle-a-lunion-sacree-2447866.php#xtor=RSS-70", + "creator": "Yann Verdo", + "pubDate": "Sun, 19 Dec 2021 15:03:23 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/19/2447866_presidentielle-2022-manuel-valls-en-appelle-a-lunion-sacree-web-070575173822_300x160.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "105896d70bb64eae1a9b87967314e2b5", + "hash": "fffae8e1d53a3bf1656154487d046bf4", "highlights": [] }, { - "title": "Covid : le masque obligatoire dès 6 ans dans certains lieux publics", - "description": "Un décret publié ce samedi au Journal Officiel fait passer de 11 à 6 ans l'âge minimal à partir duquel le port du masque dans les lieux publics est obligatoire. Sont concernés des établissements recevant du public, les transports ou encore les établissements sportifs.", - "content": "Un décret publié ce samedi au Journal Officiel fait passer de 11 à 6 ans l'âge minimal à partir duquel le port du masque dans les lieux publics est obligatoire. Sont concernés des établissements recevant du public, les transports ou encore les établissements sportifs.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700650095544-covid-le-masque-obligatoire-des-6-ans-dans-certains-lieux-publics-2449500.php#xtor=RSS-71", + "title": "Claude Guéant incarcéré à la prison de la Santé", + "description": "L'ancien ministre de Nicolas Sarkozy a été incarcéré ce lundi matin, en application de sa condamnation en 2017 dans l'affaire des primes de cabinet, pour des faits commis entre 2002 et 2004 au ministère de l'Intérieur. La cour d'appel de Paris a révoqué une partie de son sursis et de sa liberté conditionnelle.", + "content": "L'ancien ministre de Nicolas Sarkozy a été incarcéré ce lundi matin, en application de sa condamnation en 2017 dans l'affaire des primes de cabinet, pour des faits commis entre 2002 et 2004 au ministère de l'Intérieur. La cour d'appel de Paris a révoqué une partie de son sursis et de sa liberté conditionnelle.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700531791489-claude-gueant-incarcere-a-la-prison-de-la-sante-2446713.php#xtor=RSS-70", "creator": "Les Echos", - "pubDate": "Sat, 01 Jan 2022 11:13:38 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2022/01/01/2449500_covid-le-masque-obligatoire-des-6-ans-dans-certains-lieux-publics-web-070650116462_300x160.jpg", + "pubDate": "Mon, 13 Dec 2021 11:50:49 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/13/2446713_claude-gueant-incarcere-a-la-prison-de-la-sante-web-070531870775_300x160.jpg", "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2022/01/01/2449500_covid-le-masque-obligatoire-des-6-ans-dans-certains-lieux-publics-web-070650116462_300x160.jpg", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd2f49943a244b46948db47abb676ded", + "hash": "e441a8015b6e114293cb85de5962a362", "highlights": [] }, { - "title": "Covid : le variant Omicron va peser sur la croissance", - "description": "La vitesse de propagation du virus menace de désorganiser la production en provoquant un absentéisme massif. Pour éviter le blocage de l'activité, l'exécutif se laisse encore quelques jours pour ajuster la durée d'isolement pour les cas contacts.", - "content": "La vitesse de propagation du virus menace de désorganiser la production en provoquant un absentéisme massif. Pour éviter le blocage de l'activité, l'exécutif se laisse encore quelques jours pour ajuster la durée d'isolement pour les cas contacts.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700617837320-covid-le-variant-omicron-va-peser-sur-la-croissance-debut-2022-2449032.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 28 Dec 2021 16:30:25 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/28/2449032_covid-le-variant-omicron-va-peser-sur-la-croissance-web-070621396490_300x160.jpg", + "title": "Eric Ciotti lance un appel aux électeurs d'Eric Zemmour", + "description": "Invité de l'émission politique Le Grand Rendez-Vous Europe 1 - CNews - « Les Echos », Eric Ciotti a renouvelé son soutien à Valérie Pécresse, candidate de la droite désignée à l'issue du congrès des Républicains. Selon lui, voter pour Eric Zemmour à la présidentielle reviendrait à perdre l'élection.", + "content": "Invité de l'émission politique Le Grand Rendez-Vous Europe 1 - CNews - « Les Echos », Eric Ciotti a renouvelé son soutien à Valérie Pécresse, candidate de la droite désignée à l'issue du congrès des Républicains. Selon lui, voter pour Eric Zemmour à la présidentielle reviendrait à perdre l'élection.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700526872701-eric-ciotti-lance-un-appel-aux-electeurs-deric-zemmour-2446561.php#xtor=RSS-70", + "creator": "Florence Renard-Gourdon", + "pubDate": "Sun, 12 Dec 2021 16:18:42 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/12/2446561_eric-ciotti-lance-un-appel-aux-electeurs-deric-zemmour-web-070527128957.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c42edd9e1f87541048d2b33a318746d4", + "hash": "c8501fb95f3948768c42078ceb632a01", "highlights": [] }, { - "title": "Covid : trois graphiques pour comprendre l'état de l'hôpital avant l'arrivée de la vague Omicron", - "description": "Les contaminations au coronavirus explosent alors que le variant Omicron, très contagieux, se diffuse rapidement dans la population. Les hospitalisations pour Covid-19 ne connaissent pour l'heure pas encore la même vague, mais l'arrivée d'Omicron rend toute projection difficile.", - "content": "Les contaminations au coronavirus explosent alors que le variant Omicron, très contagieux, se diffuse rapidement dans la population. Les hospitalisations pour Covid-19 ne connaissent pour l'heure pas encore la même vague, mais l'arrivée d'Omicron rend toute projection difficile.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700638426412-covid-trois-graphiques-pour-comprendre-letat-de-lhopital-avant-larrivee-de-la-vague-omicron-2449435.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Fri, 31 Dec 2021 06:45:59 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/31/2449435_covid-trois-graphiques-pour-comprendre-letat-de-lhopital-avant-larrivee-de-la-vague-omicron-web-070638428073_300x160.jpg", + "title": "Guerre d'Algérie : la France fait un nouveau pas pour la réconciliation mémorielle", + "description": "Les archives sur les enquêtes judiciaires liées à la guerre d'Algérie s'apprêtent à s'ouvrir « avec quinze ans d'avance », a annoncé Roselyne Bachelot. La ministre de la Culture a évoqué la nécessité de « construire une autre Histoire, une réconciliation ».", + "content": "Les archives sur les enquêtes judiciaires liées à la guerre d'Algérie s'apprêtent à s'ouvrir « avec quinze ans d'avance », a annoncé Roselyne Bachelot. La ministre de la Culture a évoqué la nécessité de « construire une autre Histoire, une réconciliation ».", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700516544833-guerre-dalgerie-la-france-fait-un-nouveau-pas-pour-la-reconciliation-memorielle-2446446.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Fri, 10 Dec 2021 10:30:11 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/10/2446446_guerre-dalgerie-la-france-fait-un-nouveau-pas-pour-la-reconciliation-memorielle-web-070516676314_300x160.jpg", "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2021/12/31/2449435_covid-trois-graphiques-pour-comprendre-letat-de-lhopital-avant-larrivee-de-la-vague-omicron-web-070638428073_300x160.jpg", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2fa793a60e5db7d730b40ed3e88d8976", + "hash": "5d4acc1d8225d4af46cbf45b2b4c6f25", "highlights": [] }, { - "title": "Covid : le chômage partiel réactivé pour faire face à la vague Omicron", - "description": "Réactivée mi-décembre, la prise en charge à 100 % du coût de la mise en chômage partiel de leurs salariés pour les employeurs touchés par les mesures sanitaires est prolongée jusqu'à la fin janvier. Les organisations patronales veulent plus.", - "content": "Réactivée mi-décembre, la prise en charge à 100 % du coût de la mise en chômage partiel de leurs salariés pour les employeurs touchés par les mesures sanitaires est prolongée jusqu'à la fin janvier. Les organisations patronales veulent plus.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700637655722-covid-le-chomage-partiel-reactive-pour-faire-face-a-la-vague-omicron-2449362.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Thu, 30 Dec 2021 18:53:40 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/30/2449362_covid-le-chomage-partiel-reactive-pour-faire-face-a-la-vague-omicron-web-tete-070638998697_300x160.jpg", + "title": "LR : Guillaume Peltier et Gaël Perdriau démis de leurs fonctions de vice-présidents", + "description": "Le comité stratégique des Républicains a démis, ce mardi, le député Guillaume Peltier de sa fonction de vice-président du parti après des propos favorables vis-à-vis de l'extrême droite et d'Eric Zemmour. Le maire de Saint-Etienne avait, lui, critiqué Eric Ciotti.", + "content": "Le comité stratégique des Républicains a démis, ce mardi, le député Guillaume Peltier de sa fonction de vice-président du parti après des propos favorables vis-à-vis de l'extrême droite et d'Eric Zemmour. Le maire de Saint-Etienne avait, lui, critiqué Eric Ciotti.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700490880667-lr-guillaume-peltier-et-gael-perdriau-demis-de-leurs-fonctions-de-vice-presidents-2445636.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Tue, 07 Dec 2021 12:35:16 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/07/2445636_lr-guillaume-peltier-et-gael-perdriau-demis-de-leurs-fonctions-de-vice-presidents-web-070491170676.jpg", "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2021/12/30/2449362_covid-le-chomage-partiel-reactive-pour-faire-face-a-la-vague-omicron-web-tete-070638998697_300x160.jpg", + "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b0c50b3500c01e9a0a50837722b048f2", + "hash": "6fea7fe3da947b91b8d1127dc3c85215", "highlights": [] }, { - "title": "Martin Hirsch : « Chacun doit se considérer comme potentiellement contagieux au Covid »", - "description": "Le patron de l'Assistance publique-Hôpitaux de Paris, le premier groupe hospitalier de France, vient d'ordonner de nouvelles déprogrammations massives d'opérations. Il lance un appel à la responsabilité au vu de la vitesse « vertigineuse » de circulation du Covid-19. Quelle que soit la sévérité d'Omicron, « ça va tanguer » à l'hôpital en janvier, assure-t-il, sans certitude sur la capacité à « éviter un débordement incontrôlé ».", - "content": "Le patron de l'Assistance publique-Hôpitaux de Paris, le premier groupe hospitalier de France, vient d'ordonner de nouvelles déprogrammations massives d'opérations. Il lance un appel à la responsabilité au vu de la vitesse « vertigineuse » de circulation du Covid-19. Quelle que soit la sévérité d'Omicron, « ça va tanguer » à l'hôpital en janvier, assure-t-il, sans certitude sur la capacité à « éviter un débordement incontrôlé ».", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700638764741-martin-hirsch-chacun-doit-se-considerer-comme-potentiellement-contagieux-au-covid-2449350.php#xtor=RSS-71", - "creator": "Solveig Godeluck et Etienne Lefebvre", - "pubDate": "Thu, 30 Dec 2021 17:00:53 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/30/2449350_martin-hirsch-chacun-doit-se-considerer-comme-potentiellement-contagieux-au-covid-web-070638712556_300x160.jpg", + "title": "Covid : les contaminations record sont-elles dues au grand nombre de tests ?", + "description": "Les Français n'ont jamais été aussi nombreux à effectuer un test antigénique ou PCR. Mécaniquement, cette hausse des dépistages est en partie responsable des sommets atteints par les cas positifs recensés. Est-ce suffisant pour minimiser la cinquième vague ?", + "content": "Les Français n'ont jamais été aussi nombreux à effectuer un test antigénique ou PCR. Mécaniquement, cette hausse des dépistages est en partie responsable des sommets atteints par les cas positifs recensés. Est-ce suffisant pour minimiser la cinquième vague ?", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/societe/0700675564279-covid-les-contaminations-record-sont-elles-dues-au-grand-nombre-de-tests-2450139.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Wed, 05 Jan 2022 15:42:23 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/05/2450139_covid-les-contaminations-record-sont-elles-dues-au-grand-nombre-de-tests-web-tete-070675597724_300x160.jpg", "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2021/12/30/2449350_martin-hirsch-chacun-doit-se-considerer-comme-potentiellement-contagieux-au-covid-web-070638712556_300x160.jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/05/2450139_covid-les-contaminations-record-sont-elles-dues-au-grand-nombre-de-tests-web-tete-070675597724_300x160.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7a7239f0f74c706d375dc2cfaefe588b", + "hash": "1a83d2b912ed0be0c816f303920ace51", "highlights": [] }, { - "title": "Covid : les cas contacts vaccinés n'auront plus besoin de s'isoler à partir de ce lundi", - "description": "La quarantaine est ramenée à 7, voire 5 jours, pour les personnes infectées si leur passe sanitaire est à jour. En revanche, les règles sont plus strictes en cas de vaccination incomplète ou inexistante, avec un isolement qui peut durer jusqu'à 17 jours pour les cas contacts. Des autotests pourront être remboursés à 100 %.", - "content": "La quarantaine est ramenée à 7, voire 5 jours, pour les personnes infectées si leur passe sanitaire est à jour. En revanche, les règles sont plus strictes en cas de vaccination incomplète ou inexistante, avec un isolement qui peut durer jusqu'à 17 jours pour les cas contacts. Des autotests pourront être remboursés à 100 %.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700651051081-covid-les-cas-contacts-vaccines-nauront-plus-besoin-de-sisoler-a-partir-de-ce-lundi-2449509.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Sun, 02 Jan 2022 08:15:59 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449509_covid-les-cas-contacts-vaccines-nauront-plus-besoin-de-sisoler-a-partir-de-ce-lundi-web-070654371153_300x160.jpg", + "title": "Passe vaccinal : les réserves de la Défenseure des droits", + "description": "La Défenseure des droits Claire Hédon manifeste ses inquiétudes à l'égard du passe vaccinal. Elle recommande d'exclure les 12-18 ans de ce dispositif. Les députés viennent justement d'en exempter les plus de 15 ans.", + "content": "La Défenseure des droits Claire Hédon manifeste ses inquiétudes à l'égard du passe vaccinal. Elle recommande d'exclure les 12-18 ans de ce dispositif. Les députés viennent justement d'en exempter les plus de 15 ans.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/societe/0700674748475-passe-vaccinal-la-defenseure-des-droits-met-le-parlement-en-alerte-2450115.php#xtor=RSS-70", + "creator": "Joel Cossardeaux", + "pubDate": "Wed, 05 Jan 2022 12:30:13 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/05/2450115_passe-vaccinal-les-reserves-de-la-defenseure-des-droits-web-tete-070674811412.jpg", "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2022/01/02/2449509_covid-les-cas-contacts-vaccines-nauront-plus-besoin-de-sisoler-a-partir-de-ce-lundi-web-070654371153_300x160.jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/05/2450115_passe-vaccinal-les-reserves-de-la-defenseure-des-droits-web-tete-070674811412.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1594744fc1a5a46dff1e01039d30e9cc", + "hash": "9f6aaca3ffcb8a68943a86e81a7f8496", "highlights": [] }, { - "title": "Xavier Ragot : « Il y aura probablement une hausse du pouvoir d'achat en 2022 »", - "description": "Xavier Ragot, président de l'Observatoire français des conjonctures économiques (OFCE), estime qu'il n'y a pas eu d'appauvrissement des Français « jusqu'à la période post-covid ». « Le choc lié à la hausse des prix de l'énergie change un peu les choses », reconnaît-il. Mais « la France n'est pas dans une phase d'inflation durable »", - "content": "Xavier Ragot, président de l'Observatoire français des conjonctures économiques (OFCE), estime qu'il n'y a pas eu d'appauvrissement des Français « jusqu'à la période post-covid ». « Le choc lié à la hausse des prix de l'énergie change un peu les choses », reconnaît-il. Mais « la France n'est pas dans une phase d'inflation durable »", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700592329638-xavier-ragot-il-y-aura-probablement-une-hausse-du-pouvoir-dachat-en-2022-2448693.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Fri, 24 Dec 2021 09:31:28 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/24/2448693_xavier-ragot-il-y-aura-probablement-une-hausse-du-pouvoir-dachat-en-2022-web-070597915012_300x160.jpg", + "title": "Electricité : l'exécutif prépare des mesures contre la flambée des prix, dit Bruno Le Maire", + "description": "Lors du « Grand rendez-vous » Europe 1-Cnews- « Les Echos », le ministre de l'Economie et des Finances a indiqué que si la hausse des tarifs régulés s'élève à 20%, la facture pour l'Etat grimpera à 8 milliards. Outre une baisse de taxe, d'autres options sont à l'étude pour «protéger les particuliers et les entreprises».", + "content": "Lors du « Grand rendez-vous » Europe 1-Cnews- « Les Echos », le ministre de l'Economie et des Finances a indiqué que si la hausse des tarifs régulés s'élève à 20%, la facture pour l'Etat grimpera à 8 milliards. Outre une baisse de taxe, d'autres options sont à l'étude pour «protéger les particuliers et les entreprises».", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700468192162-electricite-lexecutif-prepare-des-mesures-contre-la-flambee-des-prix-dit-bruno-le-maire-2445191.php#xtor=RSS-70", + "creator": "Isabelle Couet", + "pubDate": "Sun, 05 Dec 2021 16:04:17 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/05/2445191_electricite-lexecutif-prepare-des-mesures-contre-la-flambee-des-prix-dit-bruno-le-maire-web-070477167014_300x160.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0341ca01a301505be3f9e73805c63961", + "hash": "ad7f10ea54d76980d0b45c37a302187a", "highlights": [] }, { - "title": "Télétravail : une amende jusqu'à 1.000 euros par salarié", - "description": "La ministre du Travail, Elisabeth Borne, a dévoilé ce jeudi matin le montant de la sanction financière pour les entreprises ne respectant pas l'obligation de trois jours de télétravail sur les postes qui le permettent. Elle ne pourra pas dépasser 50.000 euros par entreprise.", - "content": "La ministre du Travail, Elisabeth Borne, a dévoilé ce jeudi matin le montant de la sanction financière pour les entreprises ne respectant pas l'obligation de trois jours de télétravail sur les postes qui le permettent. Elle ne pourra pas dépasser 50.000 euros par entreprise.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700637103121-teletravail-une-amende-jusqua-1000-euros-par-salarie-2449304.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Thu, 30 Dec 2021 09:40:07 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/30/2449304_teletravail-une-amende-jusqua-1000-euros-par-salarie-web-070637272552_300x160.jpg", + "title": "Covid : les enfants des soignants accueillis à l'école en cas de fermeture de classe", + "description": "Afin de permettre aux soignants de continuer à lutter contre la vague de Covid en France, leurs enfants continueront d'être accueillis en cas de fermeture de classe. C'est aussi dans ce but que les obligations d'isolement ont été allégées, pour ne pas mettre « le pays à l'arrêt ».", + "content": "Afin de permettre aux soignants de continuer à lutter contre la vague de Covid en France, leurs enfants continueront d'être accueillis en cas de fermeture de classe. C'est aussi dans ce but que les obligations d'isolement ont été allégées, pour ne pas mettre « le pays à l'arrêt ».", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/societe/0700666785781-covid-les-enfants-des-soignants-accueillis-a-lecole-en-cas-de-fermeture-de-classe-2449870.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Tue, 04 Jan 2022 10:42:41 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/04/2449870_covid-les-enfants-des-soignants-accueillis-a-lecole-en-cas-de-fermeture-de-classe-web-070666857007_300x160.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://externals.lesechos.fr/medias/2022/01/04/2449870_covid-les-enfants-des-soignants-accueillis-a-lecole-en-cas-de-fermeture-de-classe-web-070666857007_300x160.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1f478254dc5906d3903d4f30deb5847a", + "hash": "70b807f6b1742f5e95232853f9113a21", "highlights": [] }, { - "title": "Télétravail : une souplesse introduite pour les trois jours obligatoires", - "description": "Le nouveau projet de protocole sanitaire applicable aux entreprises vient d'être transmis aux partenaires sociaux. Il prévoit au minimum « trois jours en moyenne, calculé sur l'effectif concerné » de télétravail par semaine.", - "content": "Le nouveau projet de protocole sanitaire applicable aux entreprises vient d'être transmis aux partenaires sociaux. Il prévoit au minimum « trois jours en moyenne, calculé sur l'effectif concerné » de télétravail par semaine.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700631996456-teletravail-au-minimum-trois-jours-en-moyenne-calcule-sur-leffectif-concerne-par-semaine-2449188.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Wed, 29 Dec 2021 17:08:32 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/29/2449188_teletravail-une-souplesse-introduite-pour-les-trois-jours-obligatoires-web-070632054953_300x160.jpg", + "title": "Covid : le difficile pari de Jean-Michel Blanquer pour maintenir l'école ouverte", + "description": "En allégeant les délais d'isolement, en faisant appel à des contractuels, des vacataires et à « plusieurs centaines de retraités volontaires », l'exécutif tente de limiter les dégâts de la vague Omicron dans les établissements scolaires. Les risques de désorganisation dans le périscolaire et les cantines « sont forts », alertent aussi les élus locaux.", + "content": "En allégeant les délais d'isolement, en faisant appel à des contractuels, des vacataires et à « plusieurs centaines de retraités volontaires », l'exécutif tente de limiter les dégâts de la vague Omicron dans les établissements scolaires. Les risques de désorganisation dans le périscolaire et les cantines « sont forts », alertent aussi les élus locaux.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/societe/0700661517372-covid-le-difficile-pari-de-jean-michel-blanquer-pour-maintenir-lecole-ouverte-2449712.php#xtor=RSS-70", + "creator": "Marie-Christine Corbier", + "pubDate": "Mon, 03 Jan 2022 18:15:28 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/03/2449712_covid-le-difficile-pari-de-jean-michel-blanquer-pour-maintenir-lecole-ouverte-web-070661277449_300x160.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://externals.lesechos.fr/medias/2022/01/03/2449712_covid-le-difficile-pari-de-jean-michel-blanquer-pour-maintenir-lecole-ouverte-web-070661277449_300x160.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f9cd7f81e7c2d26f397a665a60920b2", + "hash": "83b4300d906ff4e7a6e77ff88bf3d86c", "highlights": [] }, { - "title": "Pouvoir d'achat : ce qui attend les Français en 2022", - "description": "L'inflation sous-jacente - hors énergie et alimentaire - devrait, l'an prochain, être plus élevée qu'avant la crise selon la Banque de France. La préservation du pouvoir d'achat des Français dépendra des hausses de salaires.", - "content": "L'inflation sous-jacente - hors énergie et alimentaire - devrait, l'an prochain, être plus élevée qu'avant la crise selon la Banque de France. La préservation du pouvoir d'achat des Français dépendra des hausses de salaires.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700593342530-pouvoir-dachat-ce-qui-attend-les-francais-lan-prochain-2448684.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Fri, 24 Dec 2021 07:13:00 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/24/2448684_pouvoir-dachat-ce-qui-attend-les-francais-en-2022-web-tete-070593649774_300x160.jpg", + "title": "Des radars contre les deux-roues bruyants", + "description": "Barbara Pompili, la ministre de la Transition écologique, lance ce mardi l'expérimentation de radars antibruit dans sept villes et agglomérations. Les pollueurs seront mis à l'amende.", + "content": "Barbara Pompili, la ministre de la Transition écologique, lance ce mardi l'expérimentation de radars antibruit dans sept villes et agglomérations. Les pollueurs seront mis à l'amende.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/societe/0700660126431-des-radars-contre-les-deux-roues-bruyants-2449684.php#xtor=RSS-70", + "creator": "Joel Cossardeaux", + "pubDate": "Mon, 03 Jan 2022 15:21:18 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/03/2449684_des-radars-contre-les-deux-roues-bruyants-web-070660477037.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://externals.lesechos.fr/medias/2022/01/03/2449684_des-radars-contre-les-deux-roues-bruyants-web-070660477037.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1ff5d2a9135b409d8449fce03a2fddf6", + "hash": "ed0128ee9b4a9fff656b035871383ffe", "highlights": [] }, { - "title": "La hausse record des coûts de production bientôt visible pour le consommateur", - "description": "Les industriels français ont vu leurs coûts de production grimper de plus de 16 % en un an, selon les chiffres publiés ce mercredi par l'Insee. Les entreprises entendent désormais répercuter ces hausses sur leurs prix de vente.", - "content": "Les industriels français ont vu leurs coûts de production grimper de plus de 16 % en un an, selon les chiffres publiés ce mercredi par l'Insee. Les entreprises entendent désormais répercuter ces hausses sur leurs prix de vente.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700591332456-la-hausse-record-des-couts-de-production-devrait-nourrir-linflation-2448374.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Wed, 22 Dec 2021 11:27:28 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/22/2448374_la-hausse-record-des-couts-de-production-bientot-visible-pour-le-consommateur-web-070591495113_300x160.jpg", + "title": "Croissance, déficit: le gouvernement revoit à la hausse les chiffres de 2021", + "description": "Le ministre de l'Economie, Bruno Le Maire, affirme que le PIB français aura finalement grimpé au-dessus des 6,25% prévu l'an dernier tandis que le déficit sera inférieur aux 8,2% attendus jusqu'ici. Sur cette base, et malgré la poussée du variant Omicron, il maintient sa prévision de croissance de 4 % en 2022.", + "content": "Le ministre de l'Economie, Bruno Le Maire, affirme que le PIB français aura finalement grimpé au-dessus des 6,25% prévu l'an dernier tandis que le déficit sera inférieur aux 8,2% attendus jusqu'ici. Sur cette base, et malgré la poussée du variant Omicron, il maintient sa prévision de croissance de 4 % en 2022.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700666387017-malgre-omicron-le-gouvernement-maintient-sa-prevision-de-croissance-pour-2022-2449857.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Tue, 04 Jan 2022 09:05:19 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/04/2449857_croissance-deficit-le-gouvernement-revoit-a-la-hausse-les-chiffres-de-2021-web-tete-070666491189.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://externals.lesechos.fr/medias/2022/01/04/2449857_croissance-deficit-le-gouvernement-revoit-a-la-hausse-les-chiffres-de-2021-web-tete-070666491189.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e988b49166385f2d95488489bb709671", + "hash": "6528d914d9ab9ec2733479f2bf8f7eda", "highlights": [] }, { - "title": "Martin Hirsch : « Chacun doit se considérer comme potentiellement contagieux au Covid »", - "description": "Le patron de l'Assistance publique-Hôpitaux de Paris, le premier groupe hospitalier de France, vient d'ordonner de nouvelles déprogrammations massives d'opérations. Il lance un appel à la responsabilité au vu de la vitesse « vertigineuse » de circulation du Covid-19. Quelle que soit la sévérité d'Omicron, « ça va tanguer » à l'hôpital en janvier, assure-t-il, sans certitude sur la capacité à « éviter un débordement incontrôlé ».", - "content": "Le patron de l'Assistance publique-Hôpitaux de Paris, le premier groupe hospitalier de France, vient d'ordonner de nouvelles déprogrammations massives d'opérations. Il lance un appel à la responsabilité au vu de la vitesse « vertigineuse » de circulation du Covid-19. Quelle que soit la sévérité d'Omicron, « ça va tanguer » à l'hôpital en janvier, assure-t-il, sans certitude sur la capacité à « éviter un débordement incontrôlé ».", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700638764741-martin-hirsch-chacun-doit-se-considerer-comme-potentiellement-contagieux-au-covid-2449350.php#xtor=RSS-71", - "creator": "Solveig Godeluck et Etienne Lefebvre", - "pubDate": "Thu, 30 Dec 2021 17:00:53 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/30/2449350_martin-hirsch-chacun-doit-se-considerer-comme-potentiellement-contagieux-au-covid-web-070638712556.jpg", + "title": "Tests Covid à l'école : ce qui change pour la rentrée", + "description": "A partir de ce lundi, jour de rentrée scolaire, un protocole particulier s'applique pour les moins de douze ans. Si un cas positif se déclare dans une classe, les autres élèves ne pourront assister aux cours que sur présentation d'un test négatif (PCR ou antigénique), puis devront à nouveau présenter deux autotests négatifs à plusieurs jours d'intervalle.", + "content": "A partir de ce lundi, jour de rentrée scolaire, un protocole particulier s'applique pour les moins de douze ans. Si un cas positif se déclare dans une classe, les autres élèves ne pourront assister aux cours que sur présentation d'un test négatif (PCR ou antigénique), puis devront à nouveau présenter deux autotests négatifs à plusieurs jours d'intervalle.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/societe/0700655591117-tests-covid-a-lecole-ce-qui-change-pour-la-rentree-2449534.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Sun, 02 Jan 2022 19:36:04 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449534_tests-covid-a-lecole-ce-qui-change-pour-la-rentree-web-tete-070655869580.jpg", "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2021/12/30/2449350_martin-hirsch-chacun-doit-se-considerer-comme-potentiellement-contagieux-au-covid-web-070638712556.jpg", + "image": "https://externals.lesechos.fr/medias/2022/01/02/2449534_tests-covid-a-lecole-ce-qui-change-pour-la-rentree-web-tete-070655869580.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "13a8d50ba269a14a602d58da77544018", + "hash": "b080d6297102fdfd1c1d45a6e28cf179", "highlights": [] }, { - "title": "Covid : la cinquième vague s'est muée en « raz-de-marée », s'alarme Olivier Véran", - "description": "Le pays a enregistré 208.000 nouvelles contaminations en 24 heures. Pas moins de 10 % des Français seraient déjà cas contact et l'impact hospitalier « va venir », a prévenu ce mercredi le ministre de la Santé. Le gouvernement a déposé des amendements au projet de loi sur le passe sanitaire pour prolonger plusieurs dispositifs d'urgence.", - "content": "Le pays a enregistré 208.000 nouvelles contaminations en 24 heures. Pas moins de 10 % des Français seraient déjà cas contact et l'impact hospitalier « va venir », a prévenu ce mercredi le ministre de la Santé. Le gouvernement a déposé des amendements au projet de loi sur le passe sanitaire pour prolonger plusieurs dispositifs d'urgence.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700631427422-covid-la-cinquieme-vague-sest-muee-en-raz-de-maree-salarme-olivier-veran-2449185.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Wed, 29 Dec 2021 17:01:54 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/29/2449185_covid-la-cinquieme-vague-sest-muee-en-raz-de-maree-salarme-olivier-veran-web-tete-070632020330_300x160.jpg", + "title": "Pour Michel Onfray, Macron ou Pécresse, « c'est la même chose »", + "description": "Invité du Grand rendez-vous Europe 1-CNews- « Les Echos », l'auteur de « L'Art d'être Français » s'est livré à un soigneux exercice de démolition de la classe politique traditionnelle. Pour lui, « nous aurons probablement un président maastrichtien » : Emmanuel Macron ou Valérie Pécresse, « c'est très exactement la même chose ».", + "content": "Invité du Grand rendez-vous Europe 1-CNews- « Les Echos », l'auteur de « L'Art d'être Français » s'est livré à un soigneux exercice de démolition de la classe politique traditionnelle. Pour lui, « nous aurons probablement un président maastrichtien » : Emmanuel Macron ou Valérie Pécresse, « c'est très exactement la même chose ».", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/societe/0700655156414-pour-michel-onfray-macron-ou-pecresse-cest-la-meme-chose-2449527.php#xtor=RSS-70", + "creator": "Valerie Landrieu", + "pubDate": "Sun, 02 Jan 2022 17:00:12 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449527_pour-michel-onfray-macron-ou-pecresse-cest-la-meme-chose-web-tete-070654832207.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://externals.lesechos.fr/medias/2022/01/02/2449527_pour-michel-onfray-macron-ou-pecresse-cest-la-meme-chose-web-tete-070654832207.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5cba7174fe0ac6da9bde68dc024ce300", + "hash": "2e70abe10d8c380795ee7d45618c3113", "highlights": [] }, { - "title": "L'hôpital va-t-il tenir face à Omicron ? Les nouveaux scénarios de l'Institut Pasteur", - "description": "Les incertitudes persistantes sur le degré de transmissibilité et de sévérité du variant Omicron ne permettent pas de savoir si l'impact de la vague sur le système hospitalier sera contenu. L'Institut Pasteur montre que la cadence des rappels vaccinaux est capitale pour ralentir l'épidémie et qu'il peut être préférable de retarder certaines restrictions.", - "content": "Les incertitudes persistantes sur le degré de transmissibilité et de sévérité du variant Omicron ne permettent pas de savoir si l'impact de la vague sur le système hospitalier sera contenu. L'Institut Pasteur montre que la cadence des rappels vaccinaux est capitale pour ralentir l'épidémie et qu'il peut être préférable de retarder certaines restrictions.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700630501919-omicron-les-nouveaux-scenarios-quitte-ou-double-de-linstitut-pasteur-2449167.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Wed, 29 Dec 2021 13:20:46 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/30/2449167_lhopital-va-t-il-tenir-face-a-omicron-les-nouveaux-scenarios-de-linstitut-pasteur-web-070630602471.jpg", + "title": "Le Conseil de défense écologique a disparu des écrans radars", + "description": "Instaurée en 2019 au sortir du Grand débat national, cette instance voulue par Emmanuel Macron pour définir les orientations en matière de transition écologique et d'environnement ne s'est pas réunie en 2021.", + "content": "Instaurée en 2019 au sortir du Grand débat national, cette instance voulue par Emmanuel Macron pour définir les orientations en matière de transition écologique et d'environnement ne s'est pas réunie en 2021.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/societe/0700644071839-le-conseil-de-defense-ecologique-a-disparu-des-ecrans-radars-en-2021-2449478.php#xtor=RSS-70", + "creator": "Muryel Jacque", + "pubDate": "Fri, 31 Dec 2021 15:14:47 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/31/2449478_le-conseil-de-defense-ecologique-a-disparu-des-ecrans-radars-web-070644088747_300x160.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://externals.lesechos.fr/medias/2021/12/31/2449478_le-conseil-de-defense-ecologique-a-disparu-des-ecrans-radars-web-070644088747_300x160.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0124827d455ccc0d3a9b044e48c9ee44", + "hash": "675b7f7e3bfe12bff331b5d4c9a8a25b", "highlights": [] }, { - "title": "Télétravail : les entreprises récalcitrantes seront mises à l'amende", - "description": "L'inspection du travail pourra appliquer une amende à un employeur qui ne mettra pas en télétravail ses salariés quand c'est possible, a annoncé la ministre du Travail ce mardi. Son montant pourrait atteindre 2.000 euros par employé. La mesure fera l'objet d'un amendement au projet de loi instaurant le passe vaccinal.", - "content": "L'inspection du travail pourra appliquer une amende à un employeur qui ne mettra pas en télétravail ses salariés quand c'est possible, a annoncé la ministre du Travail ce mardi. Son montant pourrait atteindre 2.000 euros par employé. La mesure fera l'objet d'un amendement au projet de loi instaurant le passe vaccinal.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700624355118-teletravail-vers-des-sanctions-financieres-pour-les-entreprises-recalcitrantes-2449018.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Tue, 28 Dec 2021 13:51:08 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/28/2449018_teletravail-les-entreprises-recalcitrantes-seront-mises-a-lamende-web-tete-070624382422_300x160.jpg", + "title": "Covid : si vous n'avez pas tout suivi, voici les mesures à respecter pour le Nouvel An", + "description": "Alors que les contaminations explosent, certaines mesures sanitaires sont mises en place pour la soirée du Nouvel An. Si un couvre-feu est exclu, et que les bars et restaurants restent ouverts, le gouvernement appelle à la prudence. Piqûre de rappel sur ce que l'on pourra faire, ou non, le soir du réveillon.", + "content": "Alors que les contaminations explosent, certaines mesures sanitaires sont mises en place pour la soirée du Nouvel An. Si un couvre-feu est exclu, et que les bars et restaurants restent ouverts, le gouvernement appelle à la prudence. Piqûre de rappel sur ce que l'on pourra faire, ou non, le soir du réveillon.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/societe/0700638832313-covid-si-vous-navez-pas-tout-suivi-voici-les-mesures-a-respecter-pour-le-nouvel-an-2449458.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Fri, 31 Dec 2021 10:30:09 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/31/2449458_covid-si-vous-navez-pas-tout-suivi-voici-les-mesures-a-respecter-pour-le-nouvel-an-web-070638901190_300x160.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://externals.lesechos.fr/medias/2021/12/31/2449458_covid-si-vous-navez-pas-tout-suivi-voici-les-mesures-a-respecter-pour-le-nouvel-an-web-070638901190_300x160.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "90afd56aad437b67d9c4bd9e824cfa43", + "hash": "bf7ac41bb086eef74fbda6655559a80b", "highlights": [] }, { - "title": "Omicron : les nouveaux scénarios « quitte ou double » de l'Institut Pasteur", - "description": "Les incertitudes persistantes sur le degré de transmissibilité et de sévérité du variant Omicron ne permettent pas de savoir si l'impact de la vague sur le système hospitalier sera contenu. L'Institut Pasteur montre que la cadence des rappels vaccinaux est capitale pour ralentir l'épidémie et qu'il peut être préférable de retarder certaines restrictions.", - "content": "Les incertitudes persistantes sur le degré de transmissibilité et de sévérité du variant Omicron ne permettent pas de savoir si l'impact de la vague sur le système hospitalier sera contenu. L'Institut Pasteur montre que la cadence des rappels vaccinaux est capitale pour ralentir l'épidémie et qu'il peut être préférable de retarder certaines restrictions.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700630501919-omicron-les-nouveaux-scenarios-quitte-ou-double-de-linstitut-pasteur-2449167.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Wed, 29 Dec 2021 13:20:46 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/29/2449167_omicron-les-nouveaux-scenarios-quitte-ou-double-de-linstitut-pasteur-web-070630602471_300x160.jpg", + "title": "La précarité énergétique frappe plus d'un foyer sur dix", + "description": "Entre 2010 et 2019, le taux de précarité énergétique est resté stable dans l'Hexagone, oscillant entre 12 % et 14 % des foyers français , selon le ministère de la Transition écologique. La hausse de la fiscalité a été un facteur aggravant, compensé par la baisse de la consommation, le chèque énergie et… la météo. ", + "content": "Entre 2010 et 2019, le taux de précarité énergétique est resté stable dans l'Hexagone, oscillant entre 12 % et 14 % des foyers français , selon le ministère de la Transition écologique. La hausse de la fiscalité a été un facteur aggravant, compensé par la baisse de la consommation, le chèque énergie et… la météo. ", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700447083493-la-precarite-energetique-frappe-plus-dun-foyer-sur-dix-2444801.php#xtor=RSS-70", + "creator": "Joel Cossardeaux", + "pubDate": "Thu, 02 Dec 2021 09:45:06 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/02/2444801_la-precarite-energetique-frappe-plus-dun-foyer-sur-dix-web-070450320061_300x160.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9ad60d956fd2c73deb615fc4feab4216" + "hash": "c40c52c69000f622e3e1b17acc185c8e", + "highlights": [] }, { - "title": "François Villeroy de Galhau : « La BCE n'agit pas pour financer les déficits français »", - "description": "Dans une interview aux « Echos », le gouverneur de la Banque de France détaille les prévisions économiques de l'institution pour la France au cours des trois prochaines années. Il décrypte également la décision de la Banque centrale européenne de mettre fin en douceur à ses mesures d'urgence liées à la pandémie, tout en se laissant une certaine marge de manoeuvre si la situation devait se dégrader à nouveau en zone euro.", - "content": "Dans une interview aux « Echos », le gouverneur de la Banque de France détaille les prévisions économiques de l'institution pour la France au cours des trois prochaines années. Il décrypte également la décision de la Banque centrale européenne de mettre fin en douceur à ses mesures d'urgence liées à la pandémie, tout en se laissant une certaine marge de manoeuvre si la situation devait se dégrader à nouveau en zone euro.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700564688559-francois-villeroy-de-galhau-la-bce-nagit-pas-pour-financer-les-deficits-francais-2447867.php#xtor=RSS-71", - "creator": "Sophie Rolland, Nathalie Silbert et Guillaume de Calignon", - "pubDate": "Sun, 19 Dec 2021 15:32:05 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/19/2447867_francois-villeroy-de-galhau-la-bce-nagit-pas-pour-financer-les-deficits-francais-web-tete-070564719108_300x160.jpg", + "title": "SMIC, retraites, emballages plastiques… : ce qui change au 1er janvier 2022", + "description": "Nouvelle baisse de la taxe d'habitation, entrée en vigueur de la loi antigaspillage, modification des conditions d'octroi des crédits immobilier… La nouvelle année sera synonyme de nouveautés. Voici les principaux changements qui interviennent au 1er janvier 2022.", + "content": "Nouvelle baisse de la taxe d'habitation, entrée en vigueur de la loi antigaspillage, modification des conditions d'octroi des crédits immobilier… La nouvelle année sera synonyme de nouveautés. Voici les principaux changements qui interviennent au 1er janvier 2022.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/societe/0700630475785-smic-retraites-emballages-plastiques-ce-qui-change-au-1er-janvier-2022-2449442.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Fri, 31 Dec 2021 07:30:23 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/31/2449442_smic-retraites-emballages-plastiques-ce-qui-change-au-1er-janvier-2022-web-070630629454_300x160.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://externals.lesechos.fr/medias/2021/12/31/2449442_smic-retraites-emballages-plastiques-ce-qui-change-au-1er-janvier-2022-web-070630629454_300x160.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "212c7401b5208ad53e49e412d1693e34" + "hash": "acb2626b9274bbef902d43af07c86599", + "highlights": [] }, { - "title": "Covid : une prime de 100 euros par mois pour les infirmiers travaillant en soins critiques", - "description": "Le Premier ministre, Jean Castex, a annoncé ce mardi un geste financier pour 24.000 infirmiers en première ligne face à l'épidémie de Covid. Un plan plus substantiel sera annoncé la semaine prochaine pour attirer et fidéliser les soignants dans ces services où le turnover est élevé.", - "content": "Le Premier ministre, Jean Castex, a annoncé ce mardi un geste financier pour 24.000 infirmiers en première ligne face à l'épidémie de Covid. Un plan plus substantiel sera annoncé la semaine prochaine pour attirer et fidéliser les soignants dans ces services où le turnover est élevé.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700623690743-covid-une-prime-de-100-euros-par-mois-pour-les-infirmiers-travaillant-en-soins-critiques-2449013.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Tue, 28 Dec 2021 12:14:51 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/28/2449013_covid-une-prime-de-100-euros-par-mois-pour-les-infirmiers-travaillant-en-soins-critiques-web-tete-070623730706_300x160.jpg", + "title": "Financement libyen : la justice a écarté tous les recours du camp Sarkozy", + "description": "Dans un arrêt ce mercredi, la Cour de cassation a écarté tous les recours procéduraux déposés par l'ex-président et ses proches dans l'enquête sur les soupçons de financement libyen de la campagne 2007. Validant, au moins temporairement, les investigations dans cette affaire aux multiples ramifications.", + "content": "Dans un arrêt ce mercredi, la Cour de cassation a écarté tous les recours procéduraux déposés par l'ex-président et ses proches dans l'enquête sur les soupçons de financement libyen de la campagne 2007. Validant, au moins temporairement, les investigations dans cette affaire aux multiples ramifications.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700451039589-financement-libyen-la-justice-a-ecarte-tous-les-recours-du-camp-sarkozy-2444622.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Wed, 01 Dec 2021 19:39:49 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/01/2444622_financement-libyen-la-justice-a-ecarte-tous-les-recours-du-camp-sarkozy-web-070242790461.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7049d72adcc917e4a2a6c9d25a1065f5" + "hash": "a03118211c2f0b101eecd0d9e0f36d1d", + "highlights": [] }, { - "title": "Covid : les autotests pourront être vendus en supermarché jusqu'au 31 janvier", - "description": "Un arrêté publié ce mardi autorise la vente hors pharmacies à titre dérogatoire des autotests. Les officines se sont battues en vain pour conserver leur monopole sur la commercialisation de ces dispositifs médicaux.", - "content": "Un arrêté publié ce mardi autorise la vente hors pharmacies à titre dérogatoire des autotests. Les officines se sont battues en vain pour conserver leur monopole sur la commercialisation de ces dispositifs médicaux.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700623465082-covid-les-autotests-pourront-etre-vendus-en-supermarche-jusquau-31-janvier-2448997.php#xtor=RSS-71", - "creator": "Solveig Godeluck et Philippe Bertrand", - "pubDate": "Tue, 28 Dec 2021 09:56:31 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/28/2448997_covid-les-autotests-pourront-etre-vendus-en-supermarche-jusquau-31-janvier-web-tete-070623631383_300x160.jpg", + "title": "Procès des emplois fictifs : François Fillon fixé sur son sort le 9 mai 2022", + "description": "Après deux semaines d'audience, la Cour d'appel de Paris a mis sa décision en délibéré. Au dernier jour, les avocats de la défense ont plaidé la relaxe des prévenus. La date annoncée de la décision reste cependant soumise à une incertitude : la cour doit d'abord trancher, le 14 décembre, sur deux questions prioritaires de constitutionnalité.", + "content": "Après deux semaines d'audience, la Cour d'appel de Paris a mis sa décision en délibéré. Au dernier jour, les avocats de la défense ont plaidé la relaxe des prévenus. La date annoncée de la décision reste cependant soumise à une incertitude : la cour doit d'abord trancher, le 14 décembre, sur deux questions prioritaires de constitutionnalité.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700442656636-proces-des-emplois-fictifs-francois-fillon-fixe-sur-son-sort-le-9-mai-2022-2444518.php#xtor=RSS-70", + "creator": "Valerie de Senneville", + "pubDate": "Wed, 01 Dec 2021 08:31:06 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/01/2444518_proces-des-emplois-fictifs-francois-fillon-fixe-sur-son-sort-le-9-mai-2022-web-tete-070445974009_300x160.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b619fe43231662d6e4b9d5c5e21f5d7e" + "hash": "0d84ca8f9f1edb27df1dcf4b35cec8d5", + "highlights": [] }, { - "title": "Covid : le variant Omicron assombrit le moral des chefs d'entreprise en France", - "description": "En décembre, le climat des affaires se replie de 3 points dans l'Hexagone, a indiqué ce jeudi l'Insee. La propagation du nouveau variant Omicron pèse notamment sur le moral des chefs d'entreprise dans les services.", - "content": "En décembre, le climat des affaires se replie de 3 points dans l'Hexagone, a indiqué ce jeudi l'Insee. La propagation du nouveau variant Omicron pèse notamment sur le moral des chefs d'entreprise dans les services.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700555314363-covid-le-variant-omicron-assombrit-le-moral-des-chefs-dentreprise-en-france-2447507.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Thu, 16 Dec 2021 11:55:43 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/16/2447507_covid-le-variant-omicron-assombrit-le-moral-des-chefs-dentreprise-en-france-web-070555376344_300x160.jpg", + "title": "Plastique, vêtements, recyclage : tout ce qui change en 2022 pour lutter contre le gaspillage", + "description": "Les entreprises comme les particuliers sont concernés par une série de mesures de la loi anti-gaspillage pour une économie circulaire qui entrent en vigueur ce 1 er  janvier.", + "content": "Les entreprises comme les particuliers sont concernés par une série de mesures de la loi anti-gaspillage pour une économie circulaire qui entrent en vigueur ce 1 er  janvier.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/societe/0700625154477-plastique-vetements-recyclage-tout-ce-qui-change-en-2022-pour-lutter-contre-le-gaspillage-2449319.php#xtor=RSS-70", + "creator": "Muryel Jacque", + "pubDate": "Thu, 30 Dec 2021 12:00:05 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/12/30/2449319_plastique-vetements-recyclage-tout-ce-qui-change-en-2022-pour-lutter-contre-le-gaspillage-web-tete-070625469665_300x160.jpg", "enclosureType": "image/jpg", - "image": "", + "image": "https://externals.lesechos.fr/medias/2021/12/30/2449319_plastique-vetements-recyclage-tout-ce-qui-change-en-2022-pour-lutter-contre-le-gaspillage-web-tete-070625469665_300x160.jpg", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6ad2be43da20b5eb87bd4338843645e" + "hash": "225263086c01420cfb61f25e98dbf894", + "highlights": [] }, { - "title": "Le chômage encore en net recul en cette fin d'année en France", - "description": "Le nombre de personnes inscrites en catégorie A à Pôle emploi a baissé de 55.800 en novembre. Sur douze mois, il a reculé de plus de 500.000. Sauf mauvaise surprise en décembre, 2021 aura fait plus qu'effacer le choc provoqué par la pandémie sur le marché du travail.", - "content": "Le nombre de personnes inscrites en catégorie A à Pôle emploi a baissé de 55.800 en novembre. Sur douze mois, il a reculé de plus de 500.000. Sauf mauvaise surprise en décembre, 2021 aura fait plus qu'effacer le choc provoqué par la pandémie sur le marché du travail.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700617713642-le-chomage-encore-en-net-recul-en-cette-fin-dannee-en-france-2448873.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Mon, 27 Dec 2021 12:18:30 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/27/2448873_le-chomage-encore-en-net-recul-en-cette-fin-dannee-en-france-web-070617768734_300x160.jpg", + "title": "Un an de prison ferme requis contre François Fillon en appel", + "description": "Cinq ans d'emprisonnement dont un ferme et 375.000 euros d'amende ont été requis, ce lundi, contre François Fillon en appel pour des soupçons d'emplois fictifs de son épouse Penelope. Une peine légèrement diminuée par rapport aux condamnations de première instance.", + "content": "Cinq ans d'emprisonnement dont un ferme et 375.000 euros d'amende ont été requis, ce lundi, contre François Fillon en appel pour des soupçons d'emplois fictifs de son épouse Penelope. Une peine légèrement diminuée par rapport aux condamnations de première instance.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700433921623-un-an-de-prison-ferme-requis-contre-francois-fillon-en-appel-2444069.php#xtor=RSS-70", + "creator": "Valerie de Senneville", + "pubDate": "Mon, 29 Nov 2021 17:30:01 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/29/2444069_un-an-de-prison-ferme-requis-contre-francois-fillon-en-appel-web-070434242407_300x160.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7263eaf6669c2d303e6be9f8a7d98e93" + "hash": "2eeff272872c92a483154f248dfdf710", + "highlights": [] }, { - "title": "Covid : les Français ont soif de reconversion professionnelle", - "description": "Près de six actifs en emploi et huit chômeurs sur dix ont entrepris ou envisagent de changer d'air professionnellement. Avec plus de 20.250 dossiers financés, le dispositif de reconversion individuel, ex-CIF, a fait carton plein en 2021.", - "content": "Près de six actifs en emploi et huit chômeurs sur dix ont entrepris ou envisagent de changer d'air professionnellement. Avec plus de 20.250 dossiers financés, le dispositif de reconversion individuel, ex-CIF, a fait carton plein en 2021.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700604738681-covid-les-francais-ont-soif-de-reconversion-professionnelle-2448870.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Mon, 27 Dec 2021 11:51:17 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/27/2448870_covid-les-francais-ont-soif-de-reconversion-professionnelle-web-070585218387_300x160.jpg", + "title": "Procès des emplois fictifs : l'heure des réquisitions pour François Fillon", + "description": "Après deux semaines d'audience en demi-teinte, le parquet général doit présenter ses réquisitions ce lundi. Il devrait demander la confirmation de la condamnation de l'ex-Premier ministre.", + "content": "Après deux semaines d'audience en demi-teinte, le parquet général doit présenter ses réquisitions ce lundi. Il devrait demander la confirmation de la condamnation de l'ex-Premier ministre.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700426763709-proces-des-emplois-fictifs-lheure-des-requisitions-pour-francois-fillon-2443996.php#xtor=RSS-70", + "creator": "Valerie de Senneville", + "pubDate": "Mon, 29 Nov 2021 09:19:37 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/29/2443996_proces-des-emplois-fictifs-lheure-des-requisitions-pour-francois-fillon-web-tete-070427149404_300x160.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5da63edf9f51e4391013dab39a665f3b" + "hash": "461fce078bf89729726ee659e4d3b83d" }, { - "title": "Covid : ces 5 chiffres qui montrent que la situation sanitaire se détériore en France", - "description": "Le cap symbolique des 100.000 contaminations a été franchi en ce week-end de Noël, du jamais-vu depuis le début de la crise sanitaire. Si cette situation n'entraîne pour l'instant pas de vague d'hospitalisations, les arrêts de travail se multiplient, faisant craindre de fortes perturbations dans de nombreux secteurs économiques.", - "content": "Le cap symbolique des 100.000 contaminations a été franchi en ce week-end de Noël, du jamais-vu depuis le début de la crise sanitaire. Si cette situation n'entraîne pour l'instant pas de vague d'hospitalisations, les arrêts de travail se multiplient, faisant craindre de fortes perturbations dans de nombreux secteurs économiques.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700613539770-covid-ces-5-chiffres-qui-montrent-que-la-situation-sanitaire-se-deteriore-en-france-2448759.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Sun, 26 Dec 2021 17:23:03 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/26/2448759_covid-ces-5-chiffres-qui-montrent-que-la-situation-sanitaire-se-deteriore-en-france-web-070614588202_300x160.jpg", + "title": "Migrants : Xavier Bertrand veut dénoncer les accords du Touquet", + "description": "«Que Monsieur Johnson récupère sa frontière !», a lancé le candidat de la droite à l'élection présidentielle lors du Grand Rendez-Vous Europe 1 - C News - « Les Echos ». Optimiste sur ses chances d'emporter l'investiture de son parti lors du Congrès LR cette semaine, Xavier Bertrand s'est montré offensif, en particulier sur la crise migratoire.", + "content": "«Que Monsieur Johnson récupère sa frontière !», a lancé le candidat de la droite à l'élection présidentielle lors du Grand Rendez-Vous Europe 1 - C News - « Les Echos ». Optimiste sur ses chances d'emporter l'investiture de son parti lors du Congrès LR cette semaine, Xavier Bertrand s'est montré offensif, en particulier sur la crise migratoire.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700426343399-xavier-bertrand-veut-denoncer-les-accords-du-touquet-que-m-johnson-recupere-sa-frontiere-2443835.php#xtor=RSS-70", + "creator": "Yves Vilaginés", + "pubDate": "Sun, 28 Nov 2021 13:36:04 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/28/2443835_migrants-xavier-bertrand-veut-denoncer-les-accords-du-touquet-web-tete-070426498983_300x160.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4b083e96e110124ceee20819c47d7a36" + "hash": "f998e1bd77e923bf1f0138de74901312" }, { - "title": "Les ménages français continuent de surépargner mais moins qu'avant", - "description": "Fin octobre, le surcroît d'épargne accumulée par les ménages depuis le début de la crise du Covid atteignait 187 milliards d'euros, selon les chiffres dévoilés ce mercredi par la Banque de France. Il n'a augmenté que de 6 milliards au troisième trimestre, contre 22 milliards au cours des trois mois précédents.", - "content": "Fin octobre, le surcroît d'épargne accumulée par les ménages depuis le début de la crise du Covid atteignait 187 milliards d'euros, selon les chiffres dévoilés ce mercredi par la Banque de France. Il n'a augmenté que de 6 milliards au troisième trimestre, contre 22 milliards au cours des trois mois précédents.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700548009435-les-menages-francais-continuent-de-surepargner-mais-moins-quavant-2447289.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Wed, 15 Dec 2021 18:00:46 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/15/2447289_les-menages-francais-continuent-de-surepargner-mais-moins-quavant-web-tete-070549740374_300x160.jpg", + "title": "Affaire Hulot : Matthieu Orphelin, porte-parole de Yannick Jadot, mis « en retrait »", + "description": "Le porte-parole du candidat écologiste à l'élection présidentielle est un proche de Nicolas Hulot, accusé de viol et agressions sexuelles. Matthieu Orphelin dit prendre acte de sa mise à l'écart mais assure aujourd'hui n'avoir jamais couvert les agissements de l'ancien ministre de l'Ecologie.", + "content": "Le porte-parole du candidat écologiste à l'élection présidentielle est un proche de Nicolas Hulot, accusé de viol et agressions sexuelles. Matthieu Orphelin dit prendre acte de sa mise à l'écart mais assure aujourd'hui n'avoir jamais couvert les agissements de l'ancien ministre de l'Ecologie.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700426518287-affaire-hulot-matthieu-orphelin-porte-parole-de-yannick-jadot-mis-en-retrait-2443834.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Sun, 28 Nov 2021 12:35:43 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/28/2443834_affaire-hulot-matthieu-orphelin-porte-parole-de-yannick-jadot-mis-en-retrait-web-070426559586.jpg", "enclosureType": "image/jpg", "image": "", "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "aecf5a71c700f242640feda61abb4254" + "hash": "a664982bd1c58471d84cd8fad13634cf" }, { - "title": "Les créations d'entreprises battent un nouveau record", - "description": "Selon les statistiques publiées ce mercredi par l'Insee, leur nombre a dépassé, sur les onze premiers mois de l'année, à 915.454, le chiffre de l'ensemble de 2020, déjà sans précédent. Mais près des deux tiers des entreprises qui ont vu le jour depuis janvier l'ont été sous le régime des micro-entrepreneurs.", - "content": "Selon les statistiques publiées ce mercredi par l'Insee, leur nombre a dépassé, sur les onze premiers mois de l'année, à 915.454, le chiffre de l'ensemble de 2020, déjà sans précédent. Mais près des deux tiers des entreprises qui ont vu le jour depuis janvier l'ont été sous le régime des micro-entrepreneurs.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700546316994-les-creations-dentreprises-battent-un-nouveau-record-2447228.php#xtor=RSS-71", - "creator": "Isabelle Couet", - "pubDate": "Wed, 15 Dec 2021 11:25:39 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/15/2447228_les-creations-dentreprises-battent-un-nouveau-record-web-070546477102_300x160.jpg", + "title": "Bruxelles limite à neuf mois la validité des vaccins pour voyager", + "description": "La Commission européenne a proposé jeudi de nouvelles règles pour assurer la liberté de circulation dans l'UE. On passe à une approche centrée sur le statut des voyageurs.", + "content": "La Commission européenne a proposé jeudi de nouvelles règles pour assurer la liberté de circulation dans l'UE. On passe à une approche centrée sur le statut des voyageurs.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700407290328-bruxelles-limite-a-neuf-mois-la-validite-des-vaccins-pour-voyager-2443514.php#xtor=RSS-70", + "creator": "Karl de Meyer", + "pubDate": "Thu, 25 Nov 2021 18:12:46 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443514_bruxelles-limite-a-neuf-mois-la-validite-des-vaccins-pour-voyager-web-070407361978_300x160.jpg", "enclosureType": "image/jpg", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "28b7a99e27dcf269f731a9413054987d" + "hash": "592258a9abd7c4391d4bd02033ffc06a" }, { - "title": "Le maintien d'une inflation élevée va peser sur le pouvoir d'achat en 2022", - "description": "L'indemnité inflation va doper les revenus disponibles des Français au quatrième trimestre, souligne l'Insee dans sa note de conjoncture publiée ce mardi. Mais le pouvoir d'achat sera sous pression au premier semestre 2022 en raison d'une inflation toujours élevée.", - "content": "L'indemnité inflation va doper les revenus disponibles des Français au quatrième trimestre, souligne l'Insee dans sa note de conjoncture publiée ce mardi. Mais le pouvoir d'achat sera sous pression au premier semestre 2022 en raison d'une inflation toujours élevée.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700539325465-le-maintien-dune-inflation-elevee-va-peser-sur-le-pouvoir-dachat-en-2022-2447042.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 14 Dec 2021 19:00:41 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/14/2447042_le-maintien-dune-inflation-elevee-va-peser-sur-le-pouvoir-dachat-en-2022-web-tete-070539481683_300x160.jpg", + "title": "Nicolas Hulot, accusé d'agressions sexuelles et de viol, quitte « définitivement » la vie publique", + "description": "Un épisode du magazine « Envoyé spécial », pas encore diffusé, met au jour de nouvelles accusations d'agressions sexuelles et de viol contre Nicolas Hulot. L'ex-ministre de la Transition écologique dénonce des « accusations purement mensongères ».", + "content": "Un épisode du magazine « Envoyé spécial », pas encore diffusé, met au jour de nouvelles accusations d'agressions sexuelles et de viol contre Nicolas Hulot. L'ex-ministre de la Transition écologique dénonce des « accusations purement mensongères ».", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700398239722-nicolas-hulot-accuse-dagressions-sexuelles-et-de-viol-quitte-definitivement-la-vie-publique-2443160.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Wed, 24 Nov 2021 12:30:06 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/24/2443160_nicolas-hulot-accuse-dagressions-sexuelles-et-de-viol-quitte-definitivement-la-vie-publique-web-tete-070398343757_300x160.jpg", "enclosureType": "image/jpg", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6e22f6224c8475a3c787ed7f257384a" + "hash": "275d87094d9500ada9c924777f00c521" }, { - "title": "Covid : la Haute Autorité de santé recommande de réduire à 3 mois le délai pour le rappel vaccinal", - "description": "En attendant d'examiner l'avis de la HAS, le ministère de la Santé a indiqué que le délai pour injecter la dose de rappel de vaccin contre le Covid est ramené à 4 mois dès ce vendredi (et non à partir du 3 janvier comme initialement prévu). La Haute Autorité préconise aussi d'injecter une dose de rappel aux 12-17 ans « à risque ».", - "content": "En attendant d'examiner l'avis de la HAS, le ministère de la Santé a indiqué que le délai pour injecter la dose de rappel de vaccin contre le Covid est ramené à 4 mois dès ce vendredi (et non à partir du 3 janvier comme initialement prévu). La Haute Autorité préconise aussi d'injecter une dose de rappel aux 12-17 ans « à risque ».", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700604616233-covid-la-haute-autorite-de-sante-recommande-de-reduire-a-3-mois-le-delai-pour-le-rappel-vaccinal-2448703.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Fri, 24 Dec 2021 11:56:56 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/24/2448703_covid-la-haute-autorite-de-sante-recommande-de-reduire-a-3-mois-le-delai-pour-le-rappel-vaccinal-web-tete-070604628714_300x160.jpg", + "title": "Bruno Retailleau : « Il n'est pas question que le Sénat cautionne un budget de campagne électorale »", + "description": "Le Sénat va rejeter le projet de loi de finances pour 2022 avant même la fin de son examen pour protester contre la « folie dépensière » de l'exécutif. « Emmanuel Macron est en train d'acheter son élection », accuse le chef de file des sénateurs LR, qui plaide, dans le prochain quinquennat, pour une baisse de la dépense publique et des impôts de production.", + "content": "Le Sénat va rejeter le projet de loi de finances pour 2022 avant même la fin de son examen pour protester contre la « folie dépensière » de l'exécutif. « Emmanuel Macron est en train d'acheter son élection », accuse le chef de file des sénateurs LR, qui plaide, dans le prochain quinquennat, pour une baisse de la dépense publique et des impôts de production.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700384764675-bruno-retailleau-il-nest-pas-question-que-le-senat-cautionne-un-budget-de-campagne-electorale-2442796.php#xtor=RSS-70", + "creator": "Renaud Honoré et Pierre-Alain Furbury", + "pubDate": "Tue, 23 Nov 2021 08:00:52 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/23/2442796_bruno-retailleau-il-nest-pas-question-que-le-senat-cautionne-un-budget-de-campagne-electorale-web-070382570481_300x160.jpg", "enclosureType": "image/jpg", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e4360552ea02fe34afbeeda00a0c3f06" + "hash": "b6a87d11dd55863797f46e5c7937277d" }, { - "title": "Des pistes pour améliorer l'attractivité des métiers de la deuxième ligne", - "description": "Les deux expertes chargées de plancher sur la revalorisation des métiers dits de la deuxième ligne dressent un bilan mitigé des négociations de branche. Elles dénoncent des tarifs trop souvent tirés vers le bas, par l'Etat notamment.", - "content": "Les deux expertes chargées de plancher sur la revalorisation des métiers dits de la deuxième ligne dressent un bilan mitigé des négociations de branche. Elles dénoncent des tarifs trop souvent tirés vers le bas, par l'Etat notamment.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700598539320-des-pistes-pour-ameliorer-lattractivite-des-metiers-de-la-2e-ligne-2448582.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Thu, 23 Dec 2021 17:25:09 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/23/2448582_des-pistes-pour-ameliorer-lattractivite-des-metiers-de-la-deuxieme-ligne-web-tete-070598603802.jpg", + "title": "Emplois fictifs : François Fillon reconnaît des « erreurs d'organisation et de communication »", + "description": "Pendant plus de cinq heures ce lundi, l'ex-Premier ministre a été interrogé à la barre de la Cour d'appel de Paris. Il maintient la réalité du travail « sur le terrain » de son épouse. La Cour pointe, elle, le caractère « immatériel » de ces missions.", + "content": "Pendant plus de cinq heures ce lundi, l'ex-Premier ministre a été interrogé à la barre de la Cour d'appel de Paris. Il maintient la réalité du travail « sur le terrain » de son épouse. La Cour pointe, elle, le caractère « immatériel » de ces missions.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700384717402-emplois-fictifs-francois-fillon-reconnait-des-erreurs-dorganisation-et-de-communication-2442651.php#xtor=RSS-70", + "creator": "Valerie de Senneville", + "pubDate": "Mon, 22 Nov 2021 18:19:35 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/22/2442651_emplois-fictifs-francois-fillon-reconnait-des-erreurs-dorganisation-et-de-communication-web-tete-070384945498_300x160.jpg", "enclosureType": "image/jpg", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d7321b9fb2a44fed5b4a4c96e575c15c" + "hash": "22171c55d9dedb96e4dd3ab23eb42864" }, { - "title": "Vaccination Covid : le gouvernement appelle la médecine du travail à la mobilisation générale", - "description": "Commandes de doses de vaccins sans attendre, séances de vaccination hebdomadaires en entreprise ou communes sur une zone d'activité : le secrétaire d'Etat à la Santé au travail, Laurent Pietraszewski, détaille aux « Echos » le plan annoncé ce mercredi à plus de 300 professionnels concernés.", - "content": "Commandes de doses de vaccins sans attendre, séances de vaccination hebdomadaires en entreprise ou communes sur une zone d'activité : le secrétaire d'Etat à la Santé au travail, Laurent Pietraszewski, détaille aux « Echos » le plan annoncé ce mercredi à plus de 300 professionnels concernés.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700591686800-exclusif-covid-le-gouvernement-appelle-la-medecine-du-travail-a-la-mobilisation-generale-face-a-la-vague-omicron-2448384.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Wed, 22 Dec 2021 12:45:40 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/22/2448384_exclusif-vaccination-covid-le-gouvernement-appelle-la-medecine-du-travail-a-la-mobilisation-generale-web-070591649933_300x160.jpg", + "title": "Procès Fillon : l'ancien Premier ministre attendu à la barre", + "description": "L'ancien Premier ministre François Fillon doit être interrogé lundi après-midi à son procès en appel à Paris pour des soupçons d'emplois fictifs de sa femme Penelope Fillon. Une affaire dans laquelle il tente de rebattre les cartes après une condamnation en première instance à cinq ans d'emprisonnement dont deux ferme.", + "content": "L'ancien Premier ministre François Fillon doit être interrogé lundi après-midi à son procès en appel à Paris pour des soupçons d'emplois fictifs de sa femme Penelope Fillon. Une affaire dans laquelle il tente de rebattre les cartes après une condamnation en première instance à cinq ans d'emprisonnement dont deux ferme.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700381410956-proces-fillon-lancien-premier-ministre-attendu-a-la-barre-2442568.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Mon, 22 Nov 2021 07:57:39 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/22/2442568_proces-fillon-lancien-premier-ministre-attendu-a-la-barre-web-070381435261_300x160.jpg", "enclosureType": "image/jpg", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1128658e1bbc231dda6dfd971ea5eea" + "hash": "77d1749ba1ee4f0828218935da77c1b5" }, { - "title": "Croissance : l'Insee table sur un atterrissage en douceur malgré les vents contraires", - "description": "Dans ses projections dévoilées ce mardi, l'Insee maintient sa prévision d'une hausse du PIB de 6,7 % en 2021, malgré la reprise de l'épidémie et les pénuries. Le rythme devrait marquer un peu le pas au premier semestre 2022, tout en garantissant un acquis de croissance de 3 % à l'été.", - "content": "Dans ses projections dévoilées ce mardi, l'Insee maintient sa prévision d'une hausse du PIB de 6,7 % en 2021, malgré la reprise de l'épidémie et les pénuries. Le rythme devrait marquer un peu le pas au premier semestre 2022, tout en garantissant un acquis de croissance de 3 % à l'été.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700538048841-croissance-linsee-table-sur-un-atterrissage-en-douceur-malgre-les-vents-contraires-2447030.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 14 Dec 2021 18:00:39 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/14/2447030_croissance-linsee-table-sur-un-atterrissage-en-douceur-malgre-les-vents-contraires-web-tete-070539309881.jpg", + "title": "David Lisnard : LR par l'autre porte", + "description": "Avènement d'un ambitieux. Le maire de Cannes avait hésité à se présenter à la primaire LR avant de partir à la conquête de l'Association des maires de France, tribune et réseau de poids pour qui rêve de réconcilier la droite et les idées.", + "content": "Avènement d'un ambitieux. Le maire de Cannes avait hésité à se présenter à la primaire LR avant de partir à la conquête de l'Association des maires de France, tribune et réseau de poids pour qui rêve de réconcilier la droite et les idées.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700350565216-david-lisnard-lr-par-lautre-porte-2442003.php#xtor=RSS-70", + "creator": "Cecile Cornudet", + "pubDate": "Thu, 18 Nov 2021 08:30:17 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/18/2442003_david-lisnard-lr-par-lautre-porte-web-tete-070235988599.jpg", "enclosureType": "image/jpg", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", - "read": false, + "feed": "Les Echos - Monde", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "bd61dfc7d58416bfb9cafa6df3056f44" + "hash": "4a970b9eea333e4e1f120cfa6443bcda" }, { - "title": "Covid : bientôt 3 à 4 jours de télétravail par semaine", - "description": "Pour tenter de freiner le tsunami Omicron, la jauge de télétravail préconisée va passer de deux ou trois jours par semaine à trois ou quatre, a annoncé Elisabeth Borne. L'impact économique devrait être faible.", - "content": "Pour tenter de freiner le tsunami Omicron, la jauge de télétravail préconisée va passer de deux ou trois jours par semaine à trois ou quatre, a annoncé Elisabeth Borne. L'impact économique devrait être faible.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700591261401-covid-bientot-3-a-4-jours-de-teletravail-par-semaine-2448363.php#xtor=RSS-71", - "creator": "Alain Ruello et Nathalie Silbert", - "pubDate": "Wed, 22 Dec 2021 09:02:17 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/22/2448363_covid-bientot-3-a-4-jours-de-teletravail-par-semaine-web-tete-070591282930_300x160.jpg", + "title": "Procès des emplois fictifs : François Fillon exprime « des regrets »", + "description": "Au deuxième jour de son procès en appel, l'ancien Premier ministre a tenu ce mardi à faire une déclaration liminaire « pour dire la vérité ».", + "content": "Au deuxième jour de son procès en appel, l'ancien Premier ministre a tenu ce mardi à faire une déclaration liminaire « pour dire la vérité ».", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700343076692-proces-des-emplois-fictifs-francois-fillon-exprime-des-regrets-2441570.php#xtor=RSS-70", + "creator": "Valerie de Senneville", + "pubDate": "Tue, 16 Nov 2021 18:07:34 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/16/2441570_proces-des-emplois-fictifs-francois-fillon-exprime-des-regrets-web-tete-070343222659_300x160.jpg", "enclosureType": "image/jpg", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "25f08a62d3b7ceee3fb1be8b3cc9a76a" + "hash": "928b328b8749a207b1e233959e8f57e4" }, { - "title": "Après cinq ans de négociation, la métallurgie se dote d'une convention collective unique", - "description": "Les partenaires sociaux de la branche sont parvenus à rassembler 78 conventions collectives en une seule de portée nationale couvrant 1,5 million de salariés de 42.000 entreprises environ. Bascule prévue le 1 er  janvier 2024.", - "content": "Les partenaires sociaux de la branche sont parvenus à rassembler 78 conventions collectives en une seule de portée nationale couvrant 1,5 million de salariés de 42.000 entreprises environ. Bascule prévue le 1 er  janvier 2024.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700588046443-la-metallurgie-se-dote-dune-convention-collective-unique-2448240.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Tue, 21 Dec 2021 21:57:53 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/22/2448240_apres-cinq-ans-de-negociation-la-metallurgie-se-dote-dune-convention-collective-unique-web-tete-070588119792_300x160.jpg", + "title": "Présidentielle 2022 : cinq questions sur le Parti animaliste et sa candidate, Hélène Thouy", + "description": "Un sondage Ifop pour le Parti animaliste donne Hélène Thouy à 2 % des intentions de vote, devant Arnaud Montebourg et de nombreux autres « petits candidats ». Si ce score peut paraître négligeable, il témoigne toutefois d'une inscription du Parti animaliste dans le paysage politique français.", + "content": "Un sondage Ifop pour le Parti animaliste donne Hélène Thouy à 2 % des intentions de vote, devant Arnaud Montebourg et de nombreux autres « petits candidats ». Si ce score peut paraître négligeable, il témoigne toutefois d'une inscription du Parti animaliste dans le paysage politique français.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700340194132-presidentielle-2022-cinq-questions-sur-le-parti-animaliste-et-sa-candidate-helene-thouy-2441539.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Tue, 16 Nov 2021 15:56:28 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/16/2441539_presidentielle-2022-cinq-questions-sur-le-parti-animaliste-et-sa-candidate-helene-thouy-web-070340419983_300x160.jpg", "enclosureType": "image/jpg", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "20246bf72b2dc10bd08a488d4f7aed81" + "hash": "c123c894e0c374dd78b5e31c203e860d" }, { - "title": "Covid : bientôt 3 à 4 jours de télétravail par semaine", - "description": "Pour tenter de freiner le tsunami Omicron, la jauge de télétravail préconisée va passer de deux à trois jours par semaine à trois à quatre, a annoncé ce mercredi matin la ministre du Travail, Elisabeth Borne.", - "content": "Pour tenter de freiner le tsunami Omicron, la jauge de télétravail préconisée va passer de deux à trois jours par semaine à trois à quatre, a annoncé ce mercredi matin la ministre du Travail, Elisabeth Borne.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700591261401-covid-bientot-3-a-4-jours-de-teletravail-par-semaine-2448363.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Wed, 22 Dec 2021 09:02:17 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/22/2448363_covid-bientot-3-a-4-jours-de-teletravail-par-semaine-web-tete-070591282930_300x160.jpg", + "title": "EXCLUSIF - Secret des avocats : Eric Dupond-Moretti maintient le texte contesté", + "description": "Le garde des Sceaux n'a pas accédé à la demande du Conseil national des barreaux, qui voulait le retrait de l'article sur le secret de l'avocat du projet de loi de confiance dans la justice. Il a choisi d'amender à la marge le texte des parlementaires.", + "content": "Le garde des Sceaux n'a pas accédé à la demande du Conseil national des barreaux, qui voulait le retrait de l'article sur le secret de l'avocat du projet de loi de confiance dans la justice. Il a choisi d'amender à la marge le texte des parlementaires.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700339930711-exclusif-secret-des-avocats-eric-dupond-moretti-maintient-le-texte-conteste-2441517.php#xtor=RSS-70", + "creator": "Laurence Boisseau et Isabelle Couet", + "pubDate": "Tue, 16 Nov 2021 13:06:03 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/16/2441517_exclusif-secret-des-avocats-eric-dupond-moretti-maintient-le-texte-conteste-web-070341281730_300x160.jpg", "enclosureType": "image/jpg", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2bd0e506f082a687cec0b1e51634ba93" + "hash": "7b876e444a5f41beb621fdd1cc1a9131" }, { - "title": "La métallurgie se dote d'une convention collective unique", - "description": "Après six ans de négociations, les partenaires sociaux de la branche sont parvenus à rassembler 78 conventions collectives en une seule de portée nationale couvrant 1,5 million de salariés de 42.000 entreprises environ. Bascule prévue le 1 er  janvier 2024.", - "content": "Après six ans de négociations, les partenaires sociaux de la branche sont parvenus à rassembler 78 conventions collectives en une seule de portée nationale couvrant 1,5 million de salariés de 42.000 entreprises environ. Bascule prévue le 1 er  janvier 2024.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700588046443-la-metallurgie-se-dote-dune-convention-collective-unique-2448240.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Tue, 21 Dec 2021 21:57:53 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/21/2448240_la-metallurgie-se-dote-dune-convention-collective-unique-web-tete-070588119792_300x160.jpg", + "title": "Qui sont les maires de France ?", + "description": "Les maires français sont appelés à voter pour désigner le successeur de François Baroin à la tête de la puissante Association des maires de France. Mais qui sont les élus à la tête de nos mairies en 2020 ? Le point sur les professions, classes d'âge et prénoms les plus représentés.", + "content": "Les maires français sont appelés à voter pour désigner le successeur de François Baroin à la tête de la puissante Association des maires de France. Mais qui sont les élus à la tête de nos mairies en 2020 ? Le point sur les professions, classes d'âge et prénoms les plus représentés.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700332512926-qui-sont-les-maires-de-france-2441503.php#xtor=RSS-70", + "creator": "Samir Touzani", + "pubDate": "Tue, 16 Nov 2021 12:00:10 +0200", + "enclosure": "https://externals.lesechos.fr/medias/2021/11/16/2441503_qui-sont-les-maires-de-france-web-070332654590_300x160.jpg", "enclosureType": "image/jpg", "image": "", - "id": "", "language": "fr", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "47714be374f915d001393c199582577a" + "hash": "d6dde22417f30b1a4a2b935fdc15554a" }, { - "title": "Covid : les syndicats de fonctionnaires s'opposent eux aussi au passe sanitaire au travail", - "description": "A la ministre de la Fonction publique Amélie de Montchalin, qui les consultait ce mardi, les syndicats d'agents ont fait la même réponse que leurs collègues du privé la veille à Elisabeth Borne : pas favorable. Mieux vaut renforcer les mesures déjà éprouvées comme le télétravail, avancent-ils.", - "content": "A la ministre de la Fonction publique Amélie de Montchalin, qui les consultait ce mardi, les syndicats d'agents ont fait la même réponse que leurs collègues du privé la veille à Elisabeth Borne : pas favorable. Mieux vaut renforcer les mesures déjà éprouvées comme le télétravail, avancent-ils.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700586371002-covid-les-syndicats-de-fonctionnaires-sopposent-eux-aussi-au-passe-sanitaire-au-travail-2448216.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Tue, 21 Dec 2021 17:00:22 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/21/2448216_covid-les-syndicats-de-fonctionnaires-sopposent-eux-aussi-au-passe-sanitaire-au-travail-web-070586868747_300x160.jpg", - "enclosureType": "image/jpg", - "image": "", - "id": "", - "language": "fr", + "title": "SONDAGE EXCLUSIF - Climat : une majorité de Français doutent de la portée de la COP26", + "description": "Selon un sondage OpinionWay- Square pour « Les Echos », 76 % des Français font de la question climatique un enjeu politique prioritaire. Une large majorité doute des engagements pris à la COP de Glasgow et considère qu'il faut sanctionner les Etats récalcitrants.  ", + "content": "Selon un sondage OpinionWay- Square pour « Les Echos », 76 % des Français font de la question climatique un enjeu politique prioritaire. Une large majorité doute des engagements pris à la COP de Glasgow et considère qu'il faut sanctionner les Etats récalcitrants.  ", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700332933159-sondage-exclusif-climat-une-majorite-de-francais-sceptiques-sur-la-portee-de-la-cop-26-2441281.php#xtor=RSS-70", + "creator": "Joel Cossardeaux", + "pubDate": "Mon, 15 Nov 2021 13:40:31 +0200", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c96c104a329e9e6a41cc413c3df4af85" + "hash": "7b897e8c892b1628da110ca57abd3eef" }, { - "title": "Les Français de plus en plus durs à l'égard des chômeurs", - "description": "43 % des Français estiment que les demandeurs d'emploi sont responsables de leur situation, montre la troisième version d'un sondage Elabe pour l'Unédic réalisé en septembre, en pleine reprise. Cette défiance s'est accrue de 7 points en un an.", - "content": "43 % des Français estiment que les demandeurs d'emploi sont responsables de leur situation, montre la troisième version d'un sondage Elabe pour l'Unédic réalisé en septembre, en pleine reprise. Cette défiance s'est accrue de 7 points en un an.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700579014354-les-francais-encore-plus-negatifs-vis-a-vis-des-chomeurs-2448171.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Tue, 21 Dec 2021 10:14:53 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/21/2448171_les-francais-de-plus-en-plus-durs-a-legard-des-chomeurs-web-tete-070546006396_300x160.jpg", - "enclosureType": "image/jpg", - "image": "", - "id": "", - "language": "fr", + "title": "Emplois fictifs : François Fillon à nouveau devant les juges", + "description": "La Cour d'appel de Paris se penche à partir de lundi sur les délits de détournement de fonds publics, complicité et recel d'abus de biens sociaux reprochés à l'ancien Premier ministre et à son épouse, Penelope. Le couple avait été lourdement condamné en première instance.", + "content": "La Cour d'appel de Paris se penche à partir de lundi sur les délits de détournement de fonds publics, complicité et recel d'abus de biens sociaux reprochés à l'ancien Premier ministre et à son épouse, Penelope. Le couple avait été lourdement condamné en première instance.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700309485877-emplois-fictifs-francois-fillon-a-nouveau-devant-les-juges-2441100.php#xtor=RSS-70", + "creator": "Valerie de Senneville", + "pubDate": "Sun, 14 Nov 2021 11:37:19 +0200", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4321d614376f72664e2840523a07871d" + "hash": "dd22021423c91c7edb4c11bd39ba0dcd" }, { - "title": "Covid : le gouvernement face au casse-tête du passe sanitaire au travail", - "description": "Opposés à une telle mesure, les partenaires sociaux sont sortis avec plus de questions que de réponses  d'une réunion de consultation ce lundi matin avec la ministre du Travail, Elisabeth Borne. En jeu notamment, la responsabilité du contrôle et les sanctions contre les salariés réfractaires.", - "content": "Opposés à une telle mesure, les partenaires sociaux sont sortis avec plus de questions que de réponses  d'une réunion de consultation ce lundi matin avec la ministre du Travail, Elisabeth Borne. En jeu notamment, la responsabilité du contrôle et les sanctions contre les salariés réfractaires.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700580173419-covid-le-gouvernement-face-au-casse-tete-du-passe-sanitaire-au-travail-2448021.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Mon, 20 Dec 2021 16:34:18 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/20/2448021_covid-le-gouvernement-face-au-casse-tete-du-passe-sanitaire-au-travail-web-tete-070580969090_300x160.jpg", - "enclosureType": "image/jpg", - "image": "", - "id": "", - "language": "fr", + "title": "Nouvelle-Calédonie : le référendum aura bien lieu le 12 décembre", + "description": "La date, qui faisait l'objet de débats, a été confirmée par le Haut-commissaire de la République en Nouvelle-Calédonie, Patrice Faure. Plusieurs demandes de report avaient été faites par les indépendantistes en raison de l'épidémie de Covid. Ces derniers appellent au boycott du scrutin.", + "content": "La date, qui faisait l'objet de débats, a été confirmée par le Haut-commissaire de la République en Nouvelle-Calédonie, Patrice Faure. Plusieurs demandes de report avaient été faites par les indépendantistes en raison de l'épidémie de Covid. Ces derniers appellent au boycott du scrutin.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700315614481-nouvelle-caledonie-le-referendum-aura-bien-lieu-le-12-decembre-2441026.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Fri, 12 Nov 2021 10:51:33 +0200", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "61aee94db133074e1b27c3fd7be645f5" + "hash": "5d931ba38cb5c526d75c81952368fea0" }, { - "title": "Fonction publique : la crise sanitaire a poussé les effectifs à la hausse", - "description": "En 2020, le nombre d'agents publics, emplois aidés compris, a atteint 5,7 millions, selon les données publiées par l'Insee. Covid oblige, la plus forte hausse a concerné la fonction publique hospitalière devant celle de l'Etat. Les effectifs de fonctionnaires territoriaux ont, eux, légèrement baissé.", - "content": "En 2020, le nombre d'agents publics, emplois aidés compris, a atteint 5,7 millions, selon les données publiées par l'Insee. Covid oblige, la plus forte hausse a concerné la fonction publique hospitalière devant celle de l'Etat. Les effectifs de fonctionnaires territoriaux ont, eux, légèrement baissé.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700565383110-fonction-publique-la-crise-sanitaire-a-pousse-les-effectifs-a-la-hausse-2447987.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Mon, 20 Dec 2021 12:06:35 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/20/2447987_fonction-publique-la-crise-sanitaire-a-pousse-les-effectifs-a-la-hausse-web-tete-070566704294.jpg", - "enclosureType": "image/jpg", - "image": "", - "id": "", - "language": "fr", + "title": "Le « ni-ni » de Gérard Larcher : ni Emmanuel Macron ni Eric Zemmour", + "description": "La course à l'investiture entre dans sa dernière ligne droite chez LR. A la veille du premier débat entre les cinq candidats, le président du Sénat Gérard Larcher croit au rassemblement de son parti. Il marque aussi ses différences avec Eric Zemmour et Emmanuel Macron.", + "content": "La course à l'investiture entre dans sa dernière ligne droite chez LR. A la veille du premier débat entre les cinq candidats, le président du Sénat Gérard Larcher croit au rassemblement de son parti. Il marque aussi ses différences avec Eric Zemmour et Emmanuel Macron.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700278565007-le-ni-ni-de-gerard-larcher-ni-emmanuel-macron-ni-eric-zemmour-2440067.php#xtor=RSS-70", + "creator": "Yves Vilaginés", + "pubDate": "Sun, 07 Nov 2021 13:47:43 +0200", "folder": "00.03 News/News - FR", - "feed": "Les Echos", - "read": false, + "feed": "Les Echos - Monde", + "read": true, "favorite": false, "created": false, "tags": [], - "hash": "32d2ac0e70e03cfd1fadb442b1d82c5d" + "hash": "f6eb92dded48ea474c6aaf5207f1b256" }, { - "title": "Passe sanitaire en entreprise : les partenaires sociaux résignés", - "description": "Le ministre de la Santé, Olivier Véran, a évoqué une éventuelle extension du passe sanitaire à l'ensemble des salariés. Le sujet sera abordé ce lundi par la ministre du Travail avec le patronat - inquiet mais tétanisé par la peur de nouvelles fermetures - et les syndicats réticents, mais résignés.", - "content": "Le ministre de la Santé, Olivier Véran, a évoqué une éventuelle extension du passe sanitaire à l'ensemble des salariés. Le sujet sera abordé ce lundi par la ministre du Travail avec le patronat - inquiet mais tétanisé par la peur de nouvelles fermetures - et les syndicats réticents, mais résignés.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700574930961-passe-sanitaire-en-entreprise-les-partenaires-sociaux-resignes-2447964.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Mon, 20 Dec 2021 06:52:30 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/20/2447964_passe-sanitaire-en-entreprise-les-partenaires-sociaux-resignes-web-070555374111_300x160.jpg", - "enclosureType": "image/jpg", - "image": "", - "id": "", - "language": "fr", + "title": "Alexandre Benalla condamné à trois ans de prison dont un ferme", + "description": "L'ancien proche collaborateur d'Emmanuel Macron a été condamné à trois ans de prison, dont deux avec sursis, pour les violences dont il était accusé en marge des manifestations du 1 er  mai 2018 à Paris. Au total, l'homme était poursuivi pour 12 infractions.", + "content": "L'ancien proche collaborateur d'Emmanuel Macron a été condamné à trois ans de prison, dont deux avec sursis, pour les violences dont il était accusé en marge des manifestations du 1 er  mai 2018 à Paris. Au total, l'homme était poursuivi pour 12 infractions.", + "category": "Politique - Société", + "link": "https://www.lesechos.fr/politique-societe/politique/0700268140661-alexandre-benalla-condamne-a-trois-ans-de-prison-dont-un-ferme-2439994.php#xtor=RSS-70", + "creator": "Les Echos", + "pubDate": "Fri, 05 Nov 2021 15:46:31 +0200", "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "feed": "Les Echos - Monde", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "86c15fd88d8776eed90d467ac6fbe600" - }, + "hash": "e09445e0298291317adc919be869c382" + } + ], + "folder": "00.03 News/News - FR", + "name": "Les Echos - Monde", + "language": "fr", + "hash": "d93b506ef976567e7dbcab0195359e2b" + }, + { + "title": "Engadget is a web magazine with obsessive daily coverage of everything new in gadgets and consumer electronics", + "subtitle": "", + "link": "https://www.engadget.com/", + "image": null, + "description": "Engadget is a web magazine with obsessive daily coverage of everything new in gadgets and consumer electronics", + "items": [ { - "title": "Le plan de Bercy pour aider les entreprises à surmonter leurs difficultés d'approvisionnement", - "description": "Le gouvernement a annoncé, ce lundi, une série de mesures afin d'aider les secteurs les plus touchés par les problèmes d'approvisionnement en matières premières ou en composants. Un nouveau prêt pour l'industrie, sur dix ans, va apporter un bol d'air aux PME.", - "content": "Le gouvernement a annoncé, ce lundi, une série de mesures afin d'aider les secteurs les plus touchés par les problèmes d'approvisionnement en matières premières ou en composants. Un nouveau prêt pour l'industrie, sur dix ans, va apporter un bol d'air aux PME.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700532066143-un-plan-daide-pour-les-entreprises-confrontees-a-des-difficultes-dapprovisionnement-2446780.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Mon, 13 Dec 2021 18:49:18 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/13/2446780_le-plan-de-bercy-pour-aider-les-entreprises-a-surmonter-leurs-difficultes-dapprovisionnement-web-070532143125_300x160.jpg", - "enclosureType": "image/jpg", + "title": "The Sundance Film Festival is going completely virtual again", + "description": "

    The Sundance Film Festival was gearing up for an ambitious hybrid event later this month, but those plans are now squashed thanks to the Omicron COVID-19 surge. Sundance is instead planning for a completely virtual event starting on January 20th, along with a handful of screenings in local markets. While disappointing, the festival's investment in a better digital platform last year puts it in a better position than other major events. (Looking at you, CES.) And of course, you'll still be able to check out the Sundance New Frontiers experiences in VR. Based on our experience last year, it'll be well worth it.

    "While it is a deep loss to not have the in-person experience in Utah, we do not believe it is safe nor feasible to gather thousands of artists, audiences, employees, volunteers, and partners from around the world, for an eleven-day festival while overwhelmed communities are already struggling to provide essential services," Sundance Film Festival director Tabitha Jackson wrote in an e-mail to attendees.

    ", + "content": "

    The Sundance Film Festival was gearing up for an ambitious hybrid event later this month, but those plans are now squashed thanks to the Omicron COVID-19 surge. Sundance is instead planning for a completely virtual event starting on January 20th, along with a handful of screenings in local markets. While disappointing, the festival's investment in a better digital platform last year puts it in a better position than other major events. (Looking at you, CES.) And of course, you'll still be able to check out the Sundance New Frontiers experiences in VR. Based on our experience last year, it'll be well worth it.

    "While it is a deep loss to not have the in-person experience in Utah, we do not believe it is safe nor feasible to gather thousands of artists, audiences, employees, volunteers, and partners from around the world, for an eleven-day festival while overwhelmed communities are already struggling to provide essential services," Sundance Film Festival director Tabitha Jackson wrote in an e-mail to attendees.

    ", + "category": "Movies", + "link": "https://www.engadget.com/sundance-film-festival-virtual-covid-omicron-205924399.html?src=rss", + "creator": "Devindra Hardawar", + "pubDate": "Wed, 05 Jan 2022 20:59:24 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f626e936e9b6f3f10356d8c1cdfcc450" + "hash": "77a989e5f0109f17ca9f439de51a8b4c", + "highlights": [] }, { - "title": "Passe vaccinal : la loi l'imposera pour tous les lieux recevant du public", - "description": "Le ministre de la santé, Olivier Véran, a précisé le champ du passe vaccinal ce samedi matin sur France Inter. Le projet de loi l'imposera dans les lieux de loisir. Le gouvernement renvoie au débat parlementaire son extension au-delà. Une concertation va avoir lieu avec les élus et les partenaires sociaux dans les prochains jours.", - "content": "Le ministre de la santé, Olivier Véran, a précisé le champ du passe vaccinal ce samedi matin sur France Inter. Le projet de loi l'imposera dans les lieux de loisir. Le gouvernement renvoie au débat parlementaire son extension au-delà. Une concertation va avoir lieu avec les élus et les partenaires sociaux dans les prochains jours.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700567875954-passe-vaccinal-la-loi-limposera-pour-tous-les-lieux-recevant-du-public-2447838.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Sat, 18 Dec 2021 09:28:58 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/18/2447838_passe-vaccinal-la-loi-limposera-pour-tous-les-lieux-recevant-du-public-web-070570510790_300x160.jpg", - "enclosureType": "image/jpg", + "title": "BMW will use Amazon's Fire TV to power an 8K backseat 'Theatre Screen'", + "description": "

    Never mind cars that coddle drivers — BMW wants to give rear seat passengers the deluxe treatment. It's previewing a 31-inch, 8K "Theatre Screen" passenger option based on Fire TV for cars. Cue it up and the 32:9 screen will extend from the headliner, complete with 5G data and Bowers & Wilkins surround sound. You'll even watch the sunblinds close and listen to an opening theme from soundtrack composer Hans Zimmer.

    Content from Amazon's platform will 'only' play in 4K, and few videos will make full use of the ultrawide 32:9 aspect ratio. You can tilt the screen for an ideal view, though, and two rear passengers can control the volume and the rest of the entertainment system.

    BMW didn't say which vehicles would include Theatre Screen beyond "future" models, but you'll access it as part of the My Modes feature that debuted in the iX. The price and availability also weren't available, although you can presume this will get expensive. Not that cost is necessarily a concern for the target audience — this may be as much for chauffeured customers as it is parents hoping to spoil their kids during road trips.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Never mind cars that coddle drivers — BMW wants to give rear seat passengers the deluxe treatment. It's previewing a 31-inch, 8K "Theatre Screen" passenger option based on Fire TV for cars. Cue it up and the 32:9 screen will extend from the headliner, complete with 5G data and Bowers & Wilkins surround sound. You'll even watch the sunblinds close and listen to an opening theme from soundtrack composer Hans Zimmer.

    Content from Amazon's platform will 'only' play in 4K, and few videos will make full use of the ultrawide 32:9 aspect ratio. You can tilt the screen for an ideal view, though, and two rear passengers can control the volume and the rest of the entertainment system.

    BMW didn't say which vehicles would include Theatre Screen beyond "future" models, but you'll access it as part of the My Modes feature that debuted in the iX. The price and availability also weren't available, although you can presume this will get expensive. Not that cost is necessarily a concern for the target audience — this may be as much for chauffeured customers as it is parents hoping to spoil their kids during road trips.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Transportation", + "link": "https://www.engadget.com/bmw-fire-tv-theatre-screen-205225595.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Wed, 05 Jan 2022 20:52:25 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "665b1fbb3593eccdd9a75d32ac11ccbe" + "hash": "58fc59c93eaad6b587aa5fc0ed2886a1", + "highlights": [] }, { - "title": "SONDAGE EXCLUSIF - Les Français inquiets pour leur situation financière malgré l'embellie de l'économie", - "description": "Si l'inquiétude des Français quant à l'état économique du pays régresse, celle pour leur propre situation grimpe et concerne 62 % d'entre eux, selon un sondage Elabe pour « Les Echos ». Un mouvement nourri par une insatisfaction croissante autour de la question du pouvoir d'achat.", - "content": "Si l'inquiétude des Français quant à l'état économique du pays régresse, celle pour leur propre situation grimpe et concerne 62 % d'entre eux, selon un sondage Elabe pour « Les Echos ». Un mouvement nourri par une insatisfaction croissante autour de la question du pouvoir d'achat.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700509693031-sondage-exclusif-les-francais-inquiets-pour-leur-situation-financiere-malgre-lembellie-de-leconomie-2446232.php#xtor=RSS-71", - "creator": "Renaud Honoré", - "pubDate": "Thu, 09 Dec 2021 17:00:43 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/09/2446232_sondage-exclusif-les-francais-inquiets-pour-leur-situation-financiere-malgre-lembellie-de-leconomie-web-070509742230_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Google Fiber workers in Kansas City make a bid to unionize", + "description": "

    A supermajority of customer service representatives for Google Fiber, operating out of a store in Kansas City, Missouri, have signed union cards in the hopes of bargaining their first contract with their bosses. They're organizing under the auspices of the Alphabet Workers Union, a year-old division of the Communication Workers of America which is seeking to represent employees and contractors at all level of Google's parent company. 

    The 11 workers — 10 of whom have signed cards since the union drive began in October — are jointly employed by Google and a staffing agency called BDS Connected Solutions. That's not out of the ordinary, as staffing arrangements with Alphabet go: a 2019 story in the New York Times found temps and contractors made up the majority of the tech giant's workforce, while a Recodereport that same year indicated that this second class of laborers earned significantly less than Google's own full-time employees. According to two BDS workers who spoke to Engadget, customer representatives had been feeling left out of key conversations about staffing and safety protocols, and communication with management has deteriorated. 

    "We started off by just asking, 'Hey, how do you feel about this idea? Do you feel like you have enough say, in the conditions that you work in?' We basically received a unanimous 'No, I don't feel like we do,'" Emrys Adair told Engadget. "It hasn't always been like this," Mike Knox, who has been a Google Fiber representative for several years, said "the general relationship between management and the workers. It used to be closer." Kansas City was the very first market Google Fiber launched in, nearly a decade ago.

    What makes this push to form a bargaining unit somewhat unusual, however, has been the decision to skip straight to petitioning the National Labor Relations Board. Typically, this is the longer, more arduous option when an employer refuses to voluntarily recognize a union. But, according to Adair, Alphabet and BDS have neither attempted to quash the union drive, nor expressed a willingness to recognize it."There's been no acknowledgement, no pushback. no response at all yet," they said. Google and BDS have not responded to requests for comment from Engadget.

    Like many workplaces in recent years, these service representatives have cycled through closures, reduced hours and the occasional need to isolate and work remotely when a colleague tests positive for COVID-19. While they weren't keen to give too many specifics as to what they'd hope to secure in a first contract, one of the benefits they're seeking to obtain is hazard pay. "As far as the actual COVID precautions go, they've done a pretty alright, job," Adair said. "Our main concern is just that we're still working in the store in person in a pandemic, which in and of itself, no matter how you do that is a risk."

    It may be months or years before the NLRB makes a ruling on these workers' right to form a bargaining unit. In the meantime, Knox hopes it might spur action from others within Google Fiber. "We're really hoping that this inspires in that regard," he said. "We're hoping that's a flashpoint where other people can see that and decide to push for more input."

    Are you a Google employee, TVC or contractor? I'd like to hear from you. Download Signal messenger for iOS or Android and text me confidentially at 646 983 9846.

    ", + "content": "

    A supermajority of customer service representatives for Google Fiber, operating out of a store in Kansas City, Missouri, have signed union cards in the hopes of bargaining their first contract with their bosses. They're organizing under the auspices of the Alphabet Workers Union, a year-old division of the Communication Workers of America which is seeking to represent employees and contractors at all level of Google's parent company. 

    The 11 workers — 10 of whom have signed cards since the union drive began in October — are jointly employed by Google and a staffing agency called BDS Connected Solutions. That's not out of the ordinary, as staffing arrangements with Alphabet go: a 2019 story in the New York Times found temps and contractors made up the majority of the tech giant's workforce, while a Recodereport that same year indicated that this second class of laborers earned significantly less than Google's own full-time employees. According to two BDS workers who spoke to Engadget, customer representatives had been feeling left out of key conversations about staffing and safety protocols, and communication with management has deteriorated. 

    "We started off by just asking, 'Hey, how do you feel about this idea? Do you feel like you have enough say, in the conditions that you work in?' We basically received a unanimous 'No, I don't feel like we do,'" Emrys Adair told Engadget. "It hasn't always been like this," Mike Knox, who has been a Google Fiber representative for several years, said "the general relationship between management and the workers. It used to be closer." Kansas City was the very first market Google Fiber launched in, nearly a decade ago.

    What makes this push to form a bargaining unit somewhat unusual, however, has been the decision to skip straight to petitioning the National Labor Relations Board. Typically, this is the longer, more arduous option when an employer refuses to voluntarily recognize a union. But, according to Adair, Alphabet and BDS have neither attempted to quash the union drive, nor expressed a willingness to recognize it."There's been no acknowledgement, no pushback. no response at all yet," they said. Google and BDS have not responded to requests for comment from Engadget.

    Like many workplaces in recent years, these service representatives have cycled through closures, reduced hours and the occasional need to isolate and work remotely when a colleague tests positive for COVID-19. While they weren't keen to give too many specifics as to what they'd hope to secure in a first contract, one of the benefits they're seeking to obtain is hazard pay. "As far as the actual COVID precautions go, they've done a pretty alright, job," Adair said. "Our main concern is just that we're still working in the store in person in a pandemic, which in and of itself, no matter how you do that is a risk."

    It may be months or years before the NLRB makes a ruling on these workers' right to form a bargaining unit. In the meantime, Knox hopes it might spur action from others within Google Fiber. "We're really hoping that this inspires in that regard," he said. "We're hoping that's a flashpoint where other people can see that and decide to push for more input."

    Are you a Google employee, TVC or contractor? I'd like to hear from you. Download Signal messenger for iOS or Android and text me confidentially at 646 983 9846.

    ", + "category": "Labor Issues", + "link": "https://www.engadget.com/google-fiber-bds-alphabet-workers-union-cwa-204737178.html?src=rss", + "creator": "Bryan Menegus", + "pubDate": "Wed, 05 Jan 2022 20:47:37 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fa3d1e866d5c710182eb199f8985d4d9" + "hash": "0bb655c608b782f78742bb938e519d1a", + "highlights": [] }, { - "title": "Salaires : la pression du gouvernement fait bouger les branches", - "description": "Sur la quarantaine de branches dont les minima étaient inférieurs au SMIC depuis le 1 er  janvier, un tiers a revalorisé ses grilles salariales et une grosse moitié pourrait suivre d'ici à fin janvier, selon la ministre du Travail Elisabeth Borne.", - "content": "Sur la quarantaine de branches dont les minima étaient inférieurs au SMIC depuis le 1 er  janvier, un tiers a revalorisé ses grilles salariales et une grosse moitié pourrait suivre d'ici à fin janvier, selon la ministre du Travail Elisabeth Borne.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700564776905-salaires-la-pression-mise-sur-les-branches-commence-a-payer-selon-le-gouvernement-2447819.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Fri, 17 Dec 2021 17:11:48 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/17/2447819_salaires-la-pression-du-gouvernement-fait-bouger-les-branches-web-070564647204_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Peacock will stream all of NBCUniversal's Winter Olympics coverage", + "description": "

    Even though it feels like we were watching skateboarders tear it up at the Summer Games in Tokyo only a few weeks ago, the Winter Olympics are almost upon us. Watching all of the events often requires hopping between several channels and platforms, but this time around, you'll be able to check out everything in one place. Peacock Premium members can stream all of NBCUniversal's Winter Olympics coverage.

    The platform will host live streams of every event from all 15 sports, including those aired on broadcast and cable, as well as full replays. You'll also be able to catch the opening and closing ceremonies, NBC's daily primetime show, studio programing, documentaries and more. Competition coverage starts on February 2nd and the Opening Ceremony takes place in Beijing two days later. The Winter Olympics conclude on February 20th.

    Peacock Premium typically costs $5 per month, though Comcast subscribers get an ad-supported version at no extra cost. Peacock users can stream other live sports, including Premier League soccer games.

    ", + "content": "

    Even though it feels like we were watching skateboarders tear it up at the Summer Games in Tokyo only a few weeks ago, the Winter Olympics are almost upon us. Watching all of the events often requires hopping between several channels and platforms, but this time around, you'll be able to check out everything in one place. Peacock Premium members can stream all of NBCUniversal's Winter Olympics coverage.

    The platform will host live streams of every event from all 15 sports, including those aired on broadcast and cable, as well as full replays. You'll also be able to catch the opening and closing ceremonies, NBC's daily primetime show, studio programing, documentaries and more. Competition coverage starts on February 2nd and the Opening Ceremony takes place in Beijing two days later. The Winter Olympics conclude on February 20th.

    Peacock Premium typically costs $5 per month, though Comcast subscribers get an ad-supported version at no extra cost. Peacock users can stream other live sports, including Premier League soccer games.

    ", + "category": "Sports & Recreation", + "link": "https://www.engadget.com/how-to-stream-winter-olympics-peacock-202811804.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Wed, 05 Jan 2022 20:28:11 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "466193670538197ecf69e9adc77416c7" + "hash": "6fd7613cae413c76bef0e6258e800c65", + "highlights": [] }, { - "title": "La réforme du Code du travail percutée par le Covid", - "description": "La mission d'évaluation des ordonnances de 2017 réformant le Code du travail a rendu un nouveau rapport d'étape ce jeudi. Si l'ensemble des mesures sont sur les rails, elle pointe notamment les difficultés que produit la réforme des institutions représentatives du personnel.", - "content": "La mission d'évaluation des ordonnances de 2017 réformant le Code du travail a rendu un nouveau rapport d'étape ce jeudi. Si l'ensemble des mesures sont sur les rails, elle pointe notamment les difficultés que produit la réforme des institutions représentatives du personnel.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700557845996-la-reforme-du-code-du-travail-percutee-par-le-covid-2447735.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Fri, 17 Dec 2021 07:06:31 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/17/2447735_la-reforme-du-code-du-travail-percutee-par-le-covid-web-070557804010_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Cadillac's new self-driving concept is a luxury loveseat on wheels", + "description": "

    After introducing a six-person self-driving box and a frickin' ridable drone concept last year, GM's latest luxury self-driving EV idea is much more grounded. The InnerSpace concept looks like a futuristic car from the outside—but inside, there's a two-seat loveseat surrounded by one of the widest screens we've ever seen. There's no steering wheel or pedals, of course. Instead, there's a built-in ottoman and a compartment for slippers and a blanket. Where GM's going, you won't need any sort of manual control.

    Even stepping into the car seems like something from science fiction: the doors pop out, while the large windshield/sunroof rises up. As usual, concepts like the InnerSpace are a way for car designers to flex their muscles and imagine what future vehicles could actually be like. While it certainly seems out of reach for most people, perhaps Cadillac's more affluent clientele would be intrigued by owning a personal spaceship. At least it's better for the environment than full-sized luxury SUVs. 

    “Electrification and autonomous driving will fundamentally change the role of vehicles and the experiences customers have with them,” Bryan Nesbitt, GM's executive director of Global Advanced Design, said in a statement. “We’re exploring where that will go with these innovative concepts, envisioning mobility as an ally of wellness, giving customers the ultimate luxury, more personal time rather than taking it.”

    As someone who hates the act of driving, but lives in a place where I can't avoid it, it'll be interesting to see how car makers turn these self-driving concept vehicles into a reality. And maybe after getting these wild designs through their systems, they'll show us more concepts for self-driving family EVs.

    ", + "content": "

    After introducing a six-person self-driving box and a frickin' ridable drone concept last year, GM's latest luxury self-driving EV idea is much more grounded. The InnerSpace concept looks like a futuristic car from the outside—but inside, there's a two-seat loveseat surrounded by one of the widest screens we've ever seen. There's no steering wheel or pedals, of course. Instead, there's a built-in ottoman and a compartment for slippers and a blanket. Where GM's going, you won't need any sort of manual control.

    Even stepping into the car seems like something from science fiction: the doors pop out, while the large windshield/sunroof rises up. As usual, concepts like the InnerSpace are a way for car designers to flex their muscles and imagine what future vehicles could actually be like. While it certainly seems out of reach for most people, perhaps Cadillac's more affluent clientele would be intrigued by owning a personal spaceship. At least it's better for the environment than full-sized luxury SUVs. 

    “Electrification and autonomous driving will fundamentally change the role of vehicles and the experiences customers have with them,” Bryan Nesbitt, GM's executive director of Global Advanced Design, said in a statement. “We’re exploring where that will go with these innovative concepts, envisioning mobility as an ally of wellness, giving customers the ultimate luxury, more personal time rather than taking it.”

    As someone who hates the act of driving, but lives in a place where I can't avoid it, it'll be interesting to see how car makers turn these self-driving concept vehicles into a reality. And maybe after getting these wild designs through their systems, they'll show us more concepts for self-driving family EVs.

    ", + "category": "Personal Finance - Lifestyle", + "link": "https://www.engadget.com/cadillac-innerspace-autonomous-concept-car-201347425.html?src=rss", + "creator": "Devindra Hardawar", + "pubDate": "Wed, 05 Jan 2022 20:13:47 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "cc91312cdefce9d502e1af0f6de478c3" + "hash": "555ab421d82c4b506a5a7a1f56c68fa3", + "highlights": [] }, { - "title": "Hôpital : opération transparence sur le nombre de lits fermés", - "description": "Le ministère de la Santé a sondé 1.100 établissements sur leurs capacités d'accueil en octobre. Elles sont en légère baisse par rapport à la fin 2019 (2 % de lits fermés) et l'absentéisme a crû d'environ 1 %. Ces variations minimes aggravent les tensions sur l'offre de soins.", - "content": "Le ministère de la Santé a sondé 1.100 établissements sur leurs capacités d'accueil en octobre. Elles sont en légère baisse par rapport à la fin 2019 (2 % de lits fermés) et l'absentéisme a crû d'environ 1 %. Ces variations minimes aggravent les tensions sur l'offre de soins.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700556889120-hopital-operation-transparence-sur-le-nombre-de-lits-fermes-2447549.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Thu, 16 Dec 2021 16:34:50 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/16/2447549_hopital-operation-transparence-sur-le-nombre-de-lits-fermes-web-070555587481_300x160.jpg", - "enclosureType": "image/jpg", + "title": "HTC Vive reveals a VR wrist tracker for the Focus 3 headset", + "description": "

    HTC Vive has revealed a wrist tracker for its Focus 3 headset. The device is 85 percent smaller and 50 percent lighter than the Vive Focus 3 controller.

    The brand says the wearable can track your arm from fingertips to elbow. The Focus 3's cameras can monitor LEDs for standalone tracking. As such, attaching the Wrist Tracker to an object allows the headset to track it with six degrees of freedom.

    With the help of high-frequency IMU (inertial measurement unit) data and an advanced kinematic model, Focus 3 will still know the exact position of your hand and wrist when the tracker isn't in the cameras' line of sight. It can predict your pose too, so if you, for instance, reach behind your head with a tennis racket to play a smash shot, the headset should still have a good idea of what you're doing.

    The Vive Wrist Tracker will be released in early 2022, starting in the US. It costs $129/€129/£119. HTC Vive also revealed new accessories for the Focus 3, including a multi battery charger and charging case, in part to reduce downtime between sessions.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    HTC Vive has revealed a wrist tracker for its Focus 3 headset. The device is 85 percent smaller and 50 percent lighter than the Vive Focus 3 controller.

    The brand says the wearable can track your arm from fingertips to elbow. The Focus 3's cameras can monitor LEDs for standalone tracking. As such, attaching the Wrist Tracker to an object allows the headset to track it with six degrees of freedom.

    With the help of high-frequency IMU (inertial measurement unit) data and an advanced kinematic model, Focus 3 will still know the exact position of your hand and wrist when the tracker isn't in the cameras' line of sight. It can predict your pose too, so if you, for instance, reach behind your head with a tennis racket to play a smash shot, the headset should still have a good idea of what you're doing.

    The Vive Wrist Tracker will be released in early 2022, starting in the US. It costs $129/€129/£119. HTC Vive also revealed new accessories for the Focus 3, including a multi battery charger and charging case, in part to reduce downtime between sessions.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/htc-vive-virtual-reality-wrist-tracker-focus-3-195333828.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Wed, 05 Jan 2022 19:53:33 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a2d88f07c1c55ad7d603f28b737e8efb" + "hash": "d88b5e78f85f8d36cecb8e59e6feef90", + "highlights": [] }, { - "title": "Pour les jeunes retraités, l'âge idéal pour partir en retraite est de 61 ans", - "description": "Les nouveaux inactifs sont notamment animés par le désir de profiter de leur retraite le plus longtemps possible, selon une étude publiée mercredi par la Drees, le service statistique du ministère des Solidarités. Les personnes qui prolongent leur activité au-delà de l'âge minimum possible le font très souvent pour des raisons financières.", - "content": "Les nouveaux inactifs sont notamment animés par le désir de profiter de leur retraite le plus longtemps possible, selon une étude publiée mercredi par la Drees, le service statistique du ministère des Solidarités. Les personnes qui prolongent leur activité au-delà de l'âge minimum possible le font très souvent pour des raisons financières.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700555615823-pour-les-jeunes-retraites-lage-ideal-pour-partir-en-retraite-est-de-61-ans-2447497.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Thu, 16 Dec 2021 11:12:22 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/16/2447497_pour-les-jeunes-retraites-lage-ideal-pour-partir-en-retraite-est-de-61-ans-web-070555531006_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Lyft and Kakao drivers can soon take ride requests through Android Auto", + "description": "

    Many ride hailing drivers won't have to mount their phones in the near future. Google is partnering with Lyft and Kakao Mobility to bring their driver apps to Android Auto sometime this summer. If you work for either service, you'll accept and navigate rides directly from your car's touchscreen. This won't help you much if you're a passenger, of course, but it will give drivers a much clearer view of the route ahead.

    It should be much easier to use wireless Android Auto if you are driving. Motorola is releasing a $90 MA1 adapter on January 30th that enables wire-free use on cars where Android Auto is already available.

    The additions come alongside other car-related integrations unveiled at CES, such as starting and unlocking BMW cars, UWB car door access from your pocket and key sharing. Google Assistant car control and YouTube are also coming to compatible cars from Volvo and others. While it will take months for all of Google's plans to unfold, it's evident Android is about to play a more important role in vehicles — whether or not you're at the wheel.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Many ride hailing drivers won't have to mount their phones in the near future. Google is partnering with Lyft and Kakao Mobility to bring their driver apps to Android Auto sometime this summer. If you work for either service, you'll accept and navigate rides directly from your car's touchscreen. This won't help you much if you're a passenger, of course, but it will give drivers a much clearer view of the route ahead.

    It should be much easier to use wireless Android Auto if you are driving. Motorola is releasing a $90 MA1 adapter on January 30th that enables wire-free use on cars where Android Auto is already available.

    The additions come alongside other car-related integrations unveiled at CES, such as starting and unlocking BMW cars, UWB car door access from your pocket and key sharing. Google Assistant car control and YouTube are also coming to compatible cars from Volvo and others. While it will take months for all of Google's plans to unfold, it's evident Android is about to play a more important role in vehicles — whether or not you're at the wheel.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Automotive Industry", + "link": "https://www.engadget.com/android-auto-lyft-kakao-motorola-adapter-194534903.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Wed, 05 Jan 2022 19:45:34 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1516f26f016ff5df8fd84a15cebe09fa" + "hash": "54642542b6c40b514eb26f73f299655b", + "highlights": [] }, { - "title": "La Banque de France relève sa prévision de croissance à 6,7 % cette année", - "description": "La Banque de France estime, à ce stade, que les restrictions annoncées par l'exécutif pour contrer la nouvelle vague épidémique « ne devraient pas avoir un impact significatif sur l'activité ». Elle revoit à la hausse sa prévision de croissance du PIB pour 2021, a annoncé ce mercredi son gouverneur.", - "content": "La Banque de France estime, à ce stade, que les restrictions annoncées par l'exécutif pour contrer la nouvelle vague épidémique « ne devraient pas avoir un impact significatif sur l'activité ». Elle revoit à la hausse sa prévision de croissance du PIB pour 2021, a annoncé ce mercredi son gouverneur.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700490961346-covid-les-patrons-gardent-la-tete-froide-face-a-la-reprise-de-lepidemie-2445716.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 07 Dec 2021 20:42:14 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/08/2445716_la-banque-de-france-releve-sa-prevision-de-croissance-a-67-cette-annee-web-070494236494_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Walmart orders 5,000 electric delivery vans from GM's BrightDrop", + "description": "

    GM’s BrightDrop has secured additional orders for its all-electric EV600 and EV410 delivery vans. Walmart has reserved 5,000 of the vehicles from the company, Brightdrop announced on Wednesday. Like FedEx, which received the first part of a 500 vehicle order from BrightDrop at the end of last year, the retailer hopes to have an all-electric delivery fleet by 2040. Walmart said it will use the vehicles as part of its InHome delivery business. In 2022, the company plans to expand the availability of the service to 30 million US households by the end of the year. Walmart estimates its first vans from BrightDrop could be on the road as early as 2023.

    Alongside the news from Walmart, BrightDrop announced that FedEx had reserved priority production for 2,000 additional EV600 delivery vans, and could order as many as 20,000 more over the next few years. The all-wheel-drive EV600 has 600 cubic feet of cargo storage space and can travel up to 250 miles on a single charge. It also includes auto-locking doors and motion-activated interior lighting.

    GM and BrightDrop aren’t the only companies providing electric vans to some of the biggest parcel delivery companies on the planet. In 2020, FedEx ordered 10,000 EVs from UK-based Arrival. Meanwhile, electric transport startup Rivian is producing 100,000 delivery vans for Amazon.

    ", + "content": "

    GM’s BrightDrop has secured additional orders for its all-electric EV600 and EV410 delivery vans. Walmart has reserved 5,000 of the vehicles from the company, Brightdrop announced on Wednesday. Like FedEx, which received the first part of a 500 vehicle order from BrightDrop at the end of last year, the retailer hopes to have an all-electric delivery fleet by 2040. Walmart said it will use the vehicles as part of its InHome delivery business. In 2022, the company plans to expand the availability of the service to 30 million US households by the end of the year. Walmart estimates its first vans from BrightDrop could be on the road as early as 2023.

    Alongside the news from Walmart, BrightDrop announced that FedEx had reserved priority production for 2,000 additional EV600 delivery vans, and could order as many as 20,000 more over the next few years. The all-wheel-drive EV600 has 600 cubic feet of cargo storage space and can travel up to 250 miles on a single charge. It also includes auto-locking doors and motion-activated interior lighting.

    GM and BrightDrop aren’t the only companies providing electric vans to some of the biggest parcel delivery companies on the planet. In 2020, FedEx ordered 10,000 EVs from UK-based Arrival. Meanwhile, electric transport startup Rivian is producing 100,000 delivery vans for Amazon.

    ", + "category": "Transportation", + "link": "https://www.engadget.com/walmart-gm-brighdrop-ev-order-193935301.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Wed, 05 Jan 2022 19:39:35 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5447135d1c4d163de62dac227e5c4337" + "hash": "7c739e31a06e3024cfbea0bbf1bd235f", + "highlights": [] }, { - "title": "Les créations d'entreprise battent un nouveau record", - "description": "Selon les statistiques publiées ce mercredi par l'Insee, leur nombre a dépassé, sur les onze premiers mois de l'année, à 915.454, le chiffre de l'ensemble de 2020, déjà sans précédent. Près des deux tiers des entreprises qui ont vu le jour l'ont été sous le régime des microentrepreneurs.", - "content": "Selon les statistiques publiées ce mercredi par l'Insee, leur nombre a dépassé, sur les onze premiers mois de l'année, à 915.454, le chiffre de l'ensemble de 2020, déjà sans précédent. Près des deux tiers des entreprises qui ont vu le jour l'ont été sous le régime des microentrepreneurs.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700546316994-les-creations-dentreprises-battent-un-nouveau-record-2447228.php#xtor=RSS-71", - "creator": "Isabelle Couet", - "pubDate": "Wed, 15 Dec 2021 11:25:39 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/15/2447228_les-creations-dentreprise-battent-un-nouveau-record-web-070546477102.jpg", - "enclosureType": "image/jpg", + "title": "BMW's color changing car concept works just like an e-reader", + "description": "

    E-Ink technology has proven itself useful in many applications since its advent in 1997 — from digital whiteboards to laptop displays, even personal accessories. At CES 2022, that technology finally made its way to the automotive industry as BMW unveiled an e-ink vehicle exterior that can change colors depending on weather and traffic conditions, or just the driver's mood. 

    In answer to your first question, no, this futuristic feature is nowhere near production ready despite appearing at the show on a live demonstration vehicle, dubbed the BMW iX Flow featuring E Ink. 

    The electrophoretic coloring material itself is applied as a vehicle body wrap but works just like it e-ink displays do in your Kindle. The wrap is embedded with millions of microcapsules each containing a negatively-charged white pigment and a positively charged-black pigment. Depending on the setting, applying an electrical charge to the material will cause either the white or black pigments to rise to the top of the microcapsule, changing the vehicle's color in moments. 

    While the current iteration can only swap between a pair of colors, the palette could eventually be expanded to display a rainbow's worth of differing shades. "This gives the driver the freedom to express different facets of their personality or even their enjoyment of change outwardly, and to redefine this each time they sit into their car," Stella Clarke, Head of Project for the BMW iX Flow featuring E Ink, said in a prepared statement. "Similar to fashion or the status ads on social media channels, the vehicle then becomes an expression of different moods and circumstances in daily life."

    E-ink exterior displays could also prove useful in more practical applications such as changing colors depending on the weather to increase a vehicle's battery life (and therefore, range) in cold climates or reduce the need for air conditioning in balmy weather.

    ", + "content": "

    E-Ink technology has proven itself useful in many applications since its advent in 1997 — from digital whiteboards to laptop displays, even personal accessories. At CES 2022, that technology finally made its way to the automotive industry as BMW unveiled an e-ink vehicle exterior that can change colors depending on weather and traffic conditions, or just the driver's mood. 

    In answer to your first question, no, this futuristic feature is nowhere near production ready despite appearing at the show on a live demonstration vehicle, dubbed the BMW iX Flow featuring E Ink. 

    The electrophoretic coloring material itself is applied as a vehicle body wrap but works just like it e-ink displays do in your Kindle. The wrap is embedded with millions of microcapsules each containing a negatively-charged white pigment and a positively charged-black pigment. Depending on the setting, applying an electrical charge to the material will cause either the white or black pigments to rise to the top of the microcapsule, changing the vehicle's color in moments. 

    While the current iteration can only swap between a pair of colors, the palette could eventually be expanded to display a rainbow's worth of differing shades. "This gives the driver the freedom to express different facets of their personality or even their enjoyment of change outwardly, and to redefine this each time they sit into their car," Stella Clarke, Head of Project for the BMW iX Flow featuring E Ink, said in a prepared statement. "Similar to fashion or the status ads on social media channels, the vehicle then becomes an expression of different moods and circumstances in daily life."

    E-ink exterior displays could also prove useful in more practical applications such as changing colors depending on the weather to increase a vehicle's battery life (and therefore, range) in cold climates or reduce the need for air conditioning in balmy weather.

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/bm-ws-color-changing-car-concept-works-just-like-an-e-reader-190051033.html?src=rss", + "creator": "Andrew Tarantola", + "pubDate": "Wed, 05 Jan 2022 19:00:51 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b9bf4f333878891f80a91c4e2653eacf" + "hash": "58581f1981aafbefac0d9b9c815acf93", + "highlights": [] }, { - "title": "Les hôpitaux réclament aux candidats à la présidentielle la reconstitution d'un « vivier » de soignants", - "description": "La Fédération hospitalière de France demande aux postulants à l'Elysée plus de places en formation et une stratégie nationale de prévention articulée avec les établissements de santé.", - "content": "La Fédération hospitalière de France demande aux postulants à l'Elysée plus de places en formation et une stratégie nationale de prévention articulée avec les établissements de santé.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700549800133-les-hopitaux-reclament-aux-candidats-a-la-presidentielle-la-reconstitution-dun-vivier-de-soignants-2447450.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Thu, 16 Dec 2021 08:00:28 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/16/2447450_les-hopitaux-reclament-aux-candidats-a-la-presidentielle-la-reconstitution-dun-vivier-de-soignants-web-070549861558.jpg", - "enclosureType": "image/jpg", + "title": "GM teases electric versions of its Chevy Blazer and Equinox SUVs", + "description": "

    GM's electric vehicle debuts at CES 2022 involve much more than just the Chevy Silverado. The automaker has teased plans for Blazer and Equinox EVs that would respectively arrive in spring and fall 2023. The Equinox should be relatively affordable, too, with the compact SUV expected to carry a starting price around $30,000 before tax and incentives.

    The company was shy about technical details, but did say the Equinox would be available in LT and RS trim levels, and sell to fleets as well as everyday customers. The design (above) isn't a radical one given Chevy's existing EV aesthetics, but it is considerably more aerodynamic than the current machine.

    The two extra models make sense in light of GM's electrification strategy. If the company is going to exclusively sell EVs by 2035, it needs to make affordable rides that fulfill the roles occupied by current mainstream cars. That means augmenting or replacing its most recognizable models, not just launching ground-up designs like the Bolt or Cadillac Lyriq. While the Blazer and Equinox won't be as exciting as flagships like the Hummer EV, they could easily form the backbone of GM's lineup in the near future.

    ", + "content": "

    GM's electric vehicle debuts at CES 2022 involve much more than just the Chevy Silverado. The automaker has teased plans for Blazer and Equinox EVs that would respectively arrive in spring and fall 2023. The Equinox should be relatively affordable, too, with the compact SUV expected to carry a starting price around $30,000 before tax and incentives.

    The company was shy about technical details, but did say the Equinox would be available in LT and RS trim levels, and sell to fleets as well as everyday customers. The design (above) isn't a radical one given Chevy's existing EV aesthetics, but it is considerably more aerodynamic than the current machine.

    The two extra models make sense in light of GM's electrification strategy. If the company is going to exclusively sell EVs by 2035, it needs to make affordable rides that fulfill the roles occupied by current mainstream cars. That means augmenting or replacing its most recognizable models, not just launching ground-up designs like the Bolt or Cadillac Lyriq. While the Blazer and Equinox won't be as exciting as flagships like the Hummer EV, they could easily form the backbone of GM's lineup in the near future.

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/chevy-blazer-equinox-ev-teaser-184112130.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Wed, 05 Jan 2022 18:41:12 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8109595f5f77c63e3de1a4d8bfa95a3" + "hash": "532fa1d2bc18f4da2dedaac11d08520f", + "highlights": [] }, { - "title": "Covid : la cinquième vague balaie l'espoir d'un Noël tranquille", - "description": "Les hôpitaux devraient accueillir autour de 4.000 patients Covid en soins critiques au moment des fêtes de fin d'année, a averti ce mercredi le porte-parole du gouvernement, Gabriel Attal. Le gouvernement prépare de nouvelles mesures pour réduire la contagion, en parallèle de l'accélération de la campagne de rappels. Un Conseil de défense sanitaire se tiendra vendredi.", - "content": "Les hôpitaux devraient accueillir autour de 4.000 patients Covid en soins critiques au moment des fêtes de fin d'année, a averti ce mercredi le porte-parole du gouvernement, Gabriel Attal. Le gouvernement prépare de nouvelles mesures pour réduire la contagion, en parallèle de l'accélération de la campagne de rappels. Un Conseil de défense sanitaire se tiendra vendredi.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700548616655-covid-la-cinquieme-vague-balaie-lespoir-dun-noel-tranquille-2447286.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Wed, 15 Dec 2021 17:38:27 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/15/2447286_covid-la-cinquieme-vague-balaie-lespoir-dun-noel-tranquille-web-tete-070548654734_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Ubisoft's game subscription service is coming to Xbox consoles", + "description": "

    Ubisoft is bringing its game subscription service to Xbox. Ubisoft+ is currently available on PC and cloud gaming services like Google Stadia and Amazon Luna. Subscribers can access more than 100 Ubisoft titles (as well as DLC and monthly bonuses) for a monthly fee. The lineup includes titles like Assassins Creed Valhalla, Watch Dogs Legion, Far Cry 6 and Riders Republic.

    The publisher didn't provide a timeline for bringing Ubisoft+ to Xbox. Nor has it revealed pricing. The PC-only subscription is $15 and a PC and cloud plan is $18 per month. It's unclear whether Ubisoft will offer a console-only plan.

    When Ubisoft+ does arrive on Xbox consoles, it will join a subscription service from a rival publisher. EA Play, formerly known as EA Access, has been on Xbox since 2014 (and PlayStation since 2019). Xbox Game Pass Ultimate and PC Game Pass subscribers can access EA Play titles at no extra cost.

    Meanwhile, Ubisoft's Rainbow Six Extraction will be available on Xbox Game Pass and PC Game Pass when it debuts on January 20th. Along with up to two teammates, you can take on hordes of aliens in the tactical shooter, which is based on a Rainbow Six Siege mode called Outbreak. Siege is already available on Xbox Game Pass and via cloud gaming on Game Pass Ultimate, and it's coming to PC Game Pass on January 20th as well.

    ", + "content": "

    Ubisoft is bringing its game subscription service to Xbox. Ubisoft+ is currently available on PC and cloud gaming services like Google Stadia and Amazon Luna. Subscribers can access more than 100 Ubisoft titles (as well as DLC and monthly bonuses) for a monthly fee. The lineup includes titles like Assassins Creed Valhalla, Watch Dogs Legion, Far Cry 6 and Riders Republic.

    The publisher didn't provide a timeline for bringing Ubisoft+ to Xbox. Nor has it revealed pricing. The PC-only subscription is $15 and a PC and cloud plan is $18 per month. It's unclear whether Ubisoft will offer a console-only plan.

    When Ubisoft+ does arrive on Xbox consoles, it will join a subscription service from a rival publisher. EA Play, formerly known as EA Access, has been on Xbox since 2014 (and PlayStation since 2019). Xbox Game Pass Ultimate and PC Game Pass subscribers can access EA Play titles at no extra cost.

    Meanwhile, Ubisoft's Rainbow Six Extraction will be available on Xbox Game Pass and PC Game Pass when it debuts on January 20th. Along with up to two teammates, you can take on hordes of aliens in the tactical shooter, which is based on a Rainbow Six Siege mode called Outbreak. Siege is already available on Xbox Game Pass and via cloud gaming on Game Pass Ultimate, and it's coming to PC Game Pass on January 20th as well.

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/ubisoft-plus-xbox-consoles-rainbow-six-extraction-game-pass-183057331.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Wed, 05 Jan 2022 18:30:57 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f624b2d9cac1c1f64c7cae5a12e3f56b" + "hash": "f6ba1c8c803accd63c138b83b39b4051", + "highlights": [] }, { - "title": "Ultime feu vert à la contestée réforme de l'assurance-chômage", - "description": "Le nouveau mode de calcul des indemnités chômage des salariés alternant contrats courts et période sans emploi, entré en vigueur le 1 er  octobre, a été validé ce mercredi par le Conseil d'Etat. Une victoire sans appel pour le gouvernement. Déboutés, les syndicats dénoncent une décision qui va, selon eux, pénaliser les chômeurs.", - "content": "Le nouveau mode de calcul des indemnités chômage des salariés alternant contrats courts et période sans emploi, entré en vigueur le 1 er  octobre, a été validé ce mercredi par le Conseil d'Etat. Une victoire sans appel pour le gouvernement. Déboutés, les syndicats dénoncent une décision qui va, selon eux, pénaliser les chômeurs.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700548980750-le-conseil-detat-valide-definitivement-la-reforme-de-lassurance-chomage-2447272.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Wed, 15 Dec 2021 16:42:53 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/15/2447272_ultime-feu-vert-a-la-contestee-reforme-de-lassurance-chomage-web-070549319781_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Instagram starts testing the return of chronological feeds", + "description": "

    Instagram has started to test the chronological feed it promised last month. The company has started to test the new versions of its feed, which will allow users to switch between chronological and algorithmically-sorted feeds, says Instagram chief Adam Mosseri.

    Mosseri first shared plans to bring back a chronological feed in December during a Senate hearing on Instagram’s impact on teens and kids’ mental health. The company later confirmed that it was working on two new versions of its feed, one called “favorites,” and one called “following.”

    In his latest comments, Mosseri said that Instagram will soon allow users to toggle between three different feeds: home, favorites and following. Home will be similar to Instagram’s current feed, which ranks posts based on what you're likely to be interested in, while “favorites” will be a dedicated feed for the friends you care most about. “Following” will be a chronological feed just for accounts you follow, much like Instagram’s default feed prior to 2016.

    \"Instagram
    Screenshot via Twitter

    “We think it's important that you can get to a chronological feed, if you're interested quickly and see the latest that has been posted by the accounts that you follow,” Mosseri said in a video.

    Importantly, the “home” feed will also see significant changes. Mosseri said that the main feed would “have more and more recommendations over time.” The company has already been testing adding recommendations from non-followed accounts and Reels into its main feed, so it sounds like Instagram plans to double down on these efforts. Last week, Mosseri said the company was going to “rethink what Instagram is” in 2022, and would focus on Reels and building more tools for creators.

    For now, the new feed changes won’t be rolling out widely. Mosseri said the new feed tests “are already out or going out over the next couple of weeks,” with the “full experience” expected to launch for everyone in the “first half of this year.”

    ", + "content": "

    Instagram has started to test the chronological feed it promised last month. The company has started to test the new versions of its feed, which will allow users to switch between chronological and algorithmically-sorted feeds, says Instagram chief Adam Mosseri.

    Mosseri first shared plans to bring back a chronological feed in December during a Senate hearing on Instagram’s impact on teens and kids’ mental health. The company later confirmed that it was working on two new versions of its feed, one called “favorites,” and one called “following.”

    In his latest comments, Mosseri said that Instagram will soon allow users to toggle between three different feeds: home, favorites and following. Home will be similar to Instagram’s current feed, which ranks posts based on what you're likely to be interested in, while “favorites” will be a dedicated feed for the friends you care most about. “Following” will be a chronological feed just for accounts you follow, much like Instagram’s default feed prior to 2016.

    \"Instagram
    Screenshot via Twitter

    “We think it's important that you can get to a chronological feed, if you're interested quickly and see the latest that has been posted by the accounts that you follow,” Mosseri said in a video.

    Importantly, the “home” feed will also see significant changes. Mosseri said that the main feed would “have more and more recommendations over time.” The company has already been testing adding recommendations from non-followed accounts and Reels into its main feed, so it sounds like Instagram plans to double down on these efforts. Last week, Mosseri said the company was going to “rethink what Instagram is” in 2022, and would focus on Reels and building more tools for creators.

    For now, the new feed changes won’t be rolling out widely. Mosseri said the new feed tests “are already out or going out over the next couple of weeks,” with the “full experience” expected to launch for everyone in the “first half of this year.”

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/instagram-tests-chronological-feed-181947259.html?src=rss", + "creator": "Karissa Bell", + "pubDate": "Wed, 05 Jan 2022 18:19:47 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "34e954471a537cfa58d5eec37fdd861e" + "hash": "c4af14a1ac316f6451f26edabe19e70e", + "highlights": [] }, { - "title": "La voie étroite des relocalisations d'activités en France", - "description": "Grâce au plan France Relance, les relocalisations accélèrent dans l'Hexagone. Le rapatriement d'activités crée toutefois peu d'emplois. Les économistes sont sceptiques sur ce mouvement érigé en priorité par les candidats à la présidentielle.", - "content": "Grâce au plan France Relance, les relocalisations accélèrent dans l'Hexagone. Le rapatriement d'activités crée toutefois peu d'emplois. Les économistes sont sceptiques sur ce mouvement érigé en priorité par les candidats à la présidentielle.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700467490546-la-voie-etroite-des-relocalisations-dactivites-en-france-2445587.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 07 Dec 2021 07:24:05 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/07/2445587_la-voie-etroite-des-relocalisations-dactivites-en-france-web-tete-070477358392_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Volvo will debut its 'self-driving' Ride Pilot feature in California", + "description": "

    Volvo will debut “Ride Pilot,” its take on a Tesla-like autonomous driving feature, in California, the automaker announced on Wednesday during CES 2022. Once it’s approved for use on highways, Volvo says it will offer Ride Pilot as a paid subscription add-on for a new electric SUV it plans to reveal later this year. It will later bring the feature to other markets globally.

    The company worked with Zenseact and LiDAR developer Luminar to create Ride Pilot, and it’s currently testing the feature in Sweden. As you might guess from Luminar’s involvement, Ride Pilot will utilize LiDAR technology, an approach that puts Volvo at odds with Tesla. CEO Elon Musk famously called the tech a “crutch” during a 2018 earnings call. According to Volvo, Ride Pilot will utilize a Luminar Iris LiDAR sensor complemented by eight cameras, 16 ultrasonic sensors and five radars to enable the software to judge depth. Additionally, the company says it will push out continuous over-the-air updates to ensure the feature is safe to use. 

    “When we say self-driving, we mean self-driving. So this will be a feature or function where the car is actually responsible for the driving so you will not need to keep your hands on the steering wheel and you will not need to keep your eyes off the road,” said Martin Kristensson, head of AD and mobility at Volvo.

    Volvo says it will start testing Ride Pilot in California by the middle of 2022. It picked the state for its favourable regulatory stance on autonomous vehicles.   

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Volvo will debut “Ride Pilot,” its take on a Tesla-like autonomous driving feature, in California, the automaker announced on Wednesday during CES 2022. Once it’s approved for use on highways, Volvo says it will offer Ride Pilot as a paid subscription add-on for a new electric SUV it plans to reveal later this year. It will later bring the feature to other markets globally.

    The company worked with Zenseact and LiDAR developer Luminar to create Ride Pilot, and it’s currently testing the feature in Sweden. As you might guess from Luminar’s involvement, Ride Pilot will utilize LiDAR technology, an approach that puts Volvo at odds with Tesla. CEO Elon Musk famously called the tech a “crutch” during a 2018 earnings call. According to Volvo, Ride Pilot will utilize a Luminar Iris LiDAR sensor complemented by eight cameras, 16 ultrasonic sensors and five radars to enable the software to judge depth. Additionally, the company says it will push out continuous over-the-air updates to ensure the feature is safe to use. 

    “When we say self-driving, we mean self-driving. So this will be a feature or function where the car is actually responsible for the driving so you will not need to keep your hands on the steering wheel and you will not need to keep your eyes off the road,” said Martin Kristensson, head of AD and mobility at Volvo.

    Volvo says it will start testing Ride Pilot in California by the middle of 2022. It picked the state for its favourable regulatory stance on autonomous vehicles.   

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Automotive Industry", + "link": "https://www.engadget.com/volvo-ride-pilot-181545657.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Wed, 05 Jan 2022 18:15:45 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e1b3febd5893d6bad9cc1d7f9aa6ab44" + "hash": "c9168c8e2b95627d76169af538195f9a", + "highlights": [] }, { - "title": "Le SMIC va augmenter de près de 14 euros brut par mois au 1er janvier", - "description": "Le salaire minimum légal va progresser de nouveau au début de l'année, de 0,9 %. Il passera à un peu plus de 1.603 euros brut environ par mois sur la base de 35 heures de travail hebdomadaires.", - "content": "Le salaire minimum légal va progresser de nouveau au début de l'année, de 0,9 %. Il passera à un peu plus de 1.603 euros brut environ par mois sur la base de 35 heures de travail hebdomadaires.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700540350267-le-smic-va-augmenter-de-plus-de-14-euros-brut-par-mois-au-1er-janvier-2447215.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Wed, 15 Dec 2021 09:06:23 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/15/2447215_le-smic-va-augmenter-de-pres-de-14-euros-brut-par-mois-au-1er-janvier-web-070540328584_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Volvo is bringing YouTube and Google Home integration to its vehicles", + "description": "

    Volvo says it will be the first automaker to offer direct integration with Google Home in its cars. You'll be able to control certain functions remotely via Google Assistant. You might tell your phone to lock the doors or ask a smart speaker to start warming up your car as you're getting ready to leave home.

    Two-factor authentication is needed for "more sensitive commands," like unlocking the doors. You can also learn info related to your car through Google Assistant.

    More features will be added later, such as the option to schedule charging. Volvo will roll out Google Home integration in the coming months. To use it, you'll need an Android-powered infotainment system that's connected to the Volvo Cars app and a Google Assistant-enabled device.

    It's not the first time we've seen integration with connected home platforms in cars. GM and BMW owners can control smart home devices from vehicles with built-in Alexa, while Samsung and Google brought a SmartThings dashboard to some models with Android Auto. Still, Google Home is one of the more prominent connected home platforms around. If you have a smart speaker with Google Assistant enabled, these features might come in useful.

    In addition, YouTube will be the first video streaming service on Volvo's infotainment system. You'll be able to download the app from the Play Store. The automaker offers unlimited data in certain markets, so you might be able to watch as many videos as you like without worrying about busting your data allowance.

    For safety reasons, you'll only be able to watch YouTube videos on the screen when the car's stationary. That will ensure Volvo avoids the kind of controversy Tesla was embroiled in recently, when it emerged that games were playable on the infotainment system while a car was moving. The company said it would disable that option after the NHTSA said it was looking into the matter.

    Other apps that Volvo owners will soon be able to download to their infotainment system include navigation apps Sygic and Flitsmeister; charging apps ChargePoint and Plugshare; and parking services SpotHero and ParkWhiz.

    Earlier this week, Volvo announced it will use Qualcomm's car chipsets to power the infotainment systems in Polestar 3 and its upcoming electric EV. The automaker claims Snapdragon Cockpit Platforms will make the systems more responsive and more than twice as fast.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Volvo says it will be the first automaker to offer direct integration with Google Home in its cars. You'll be able to control certain functions remotely via Google Assistant. You might tell your phone to lock the doors or ask a smart speaker to start warming up your car as you're getting ready to leave home.

    Two-factor authentication is needed for "more sensitive commands," like unlocking the doors. You can also learn info related to your car through Google Assistant.

    More features will be added later, such as the option to schedule charging. Volvo will roll out Google Home integration in the coming months. To use it, you'll need an Android-powered infotainment system that's connected to the Volvo Cars app and a Google Assistant-enabled device.

    It's not the first time we've seen integration with connected home platforms in cars. GM and BMW owners can control smart home devices from vehicles with built-in Alexa, while Samsung and Google brought a SmartThings dashboard to some models with Android Auto. Still, Google Home is one of the more prominent connected home platforms around. If you have a smart speaker with Google Assistant enabled, these features might come in useful.

    In addition, YouTube will be the first video streaming service on Volvo's infotainment system. You'll be able to download the app from the Play Store. The automaker offers unlimited data in certain markets, so you might be able to watch as many videos as you like without worrying about busting your data allowance.

    For safety reasons, you'll only be able to watch YouTube videos on the screen when the car's stationary. That will ensure Volvo avoids the kind of controversy Tesla was embroiled in recently, when it emerged that games were playable on the infotainment system while a car was moving. The company said it would disable that option after the NHTSA said it was looking into the matter.

    Other apps that Volvo owners will soon be able to download to their infotainment system include navigation apps Sygic and Flitsmeister; charging apps ChargePoint and Plugshare; and parking services SpotHero and ParkWhiz.

    Earlier this week, Volvo announced it will use Qualcomm's car chipsets to power the infotainment systems in Polestar 3 and its upcoming electric EV. The automaker claims Snapdragon Cockpit Platforms will make the systems more responsive and more than twice as fast.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Automotive Industry", + "link": "https://www.engadget.com/volvo-google-home-youtube-180057471.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Wed, 05 Jan 2022 18:00:57 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8f247d2bb36761b78c98127abfee9f92" + "hash": "a1fb23264f25b46097c5f464a359eb91", + "highlights": [] }, { - "title": "Commerce extérieur : comment la France a perdu pied en vingt ans", - "description": "Dans une étude publiée ce mardi, le Haut-Commissariat au Plan livre une radiographie détaillée des raisons du déficit commercial français, passant au crible plus de 900 postes sur lesquels la France affiche un déficit supérieur à 50 millions d'euros. En octobre, le déficit extérieur s'est encore aggravé, à 7,5 milliards.", - "content": "Dans une étude publiée ce mardi, le Haut-Commissariat au Plan livre une radiographie détaillée des raisons du déficit commercial français, passant au crible plus de 900 postes sur lesquels la France affiche un déficit supérieur à 50 millions d'euros. En octobre, le déficit extérieur s'est encore aggravé, à 7,5 milliards.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700482379423-commerce-exterieur-comment-la-france-a-perdu-pied-en-vingt-ans-2445575.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 07 Dec 2021 06:35:44 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/07/2445575_commerce-exterieur-comment-la-france-a-perdu-pied-en-vingt-ans-web-tete-070482953293_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Google is working to improve Windows and Android integration", + "description": "

    Google wants to do for Android and Chrome users what Apple does for people in its ecosystem. It's announcing a set of news today at CES 2022 that are designed to help those using non-Apple devices easily set up, connect and share seamlessly across platforms. That involves expanding its existing Fast Pair and Chromecast capabilities to more products, as well as improving the sharing of data between Android phones and laptops. In fact, Google said that "for the first time with Android, we're also focused on building for other platforms, like Windows."

    First, Fast Pair. Google is working with Acer, HP and Intel to bring Fast Pair to Windows PCs so you can quickly connect your Android phone to your laptop. You can then set up Bluetooth accessories, sync your text messages and easily share files via Nearby Share. This feature will arrive on select Windows PCs later this year. 

    Meanwhile, Google is also bringing Fast Pair to devices beyond wearables, cars and Bluetooth audio accessories, to include things like TVs and smart devices. It already works with the Pixel Buds and some Fitbit watches, enabling easier setup on those devices. In a few weeks, your Chromebook can automatically detect your Fast Pair-enabled headphones when you turn them on, allowing you to connect to them in a single click. New Chromebooks arriving later this year will be easier to set up, too. You can connect your Android phone and port over saved data like your Google account and Wi-Fi password.

    \"A
    Google

    The company said it'll let you connect headphones to Google TV or Android TV in the coming months, and that Fast Pair will work with new Matter-enabled smart home devices as well. That should make adding connected appliances to your home network easier than before. It doesn't sound as simple as Apple's HomePod setup where you can just hold your iPhone near your speaker to trigger the installation process, but we'll have to wait to see Google's solution in action to know for sure.

    After your gadgets are all set up and synced with each other, Google also wants to enable convenient connections a la Apple's AirPlay or AirDrop. It's bringing Cast support to more brands, starting with all Bose smart speakers and soundbars, so you can stream music and audio from your Android phone to compatible speakers. 

    The company is also "building a technology for Bluetooth-enabled headphones" that will let them automatically switch audio output depending on what device you're using. Say you're wearing earbuds while watching a show on your Android tablet and a call comes in on your phone. The system will pause your movie and the headphones will switch over to your phone, then go right back to your tablet when your conversation is over. This will work for all audio playing through your devices at a system level, rather than on a supported-app-only basis. For Apple users, this is similar to how AirPods can automatically switch between iPads, iPhones and Macs. 

    \"An
    Google

    Google says compatible headphones will also get spatial audio support so you can hear directional sound based on your head's movements for more immersive experiences. These features are coming in the next few months.

    Later this year, Phone Hub on Chromebooks is also getting new features to make it more useful. For example, you won't have to install separate apps like Signal or WhatsApp on your laptop to message your friends via your phone anymore. Messages from chat apps will show up on your Chromebook and you can reply to them from there. Google is also adding Camera Roll to the Phone Hub so you can view your media without opening photos.google.com. 

    Locking and unlocking devices and vehicles is also getting easier. Just like you can with Apple Watch (and some Samsung devices), in the coming months you'll be able to use your paired Wear OS 3 watch to keep your Chromebook and Android devices unlocked when you're close by.

    \"An
    Google

    Cars are also getting an Android update. Compatible Samsung or Pixel phones will now be able to lock, unlock and start supported BMW vehicles. Later this year, too, phones with ultra wideband support can open car doors without leaving your pocket or purse. Google is also adding support for key sharing, in compliance with the Connected Car Consortium interoperable standard, so you can remotely share access to your vehicle right from your phone. The company said it's "working to bring digital car keys to more Android phones and vehicles later this year."

    Finally, you'll also be able to tell the Google Assistant to warm up, cool down, lock and unlock your car and ask it for the amount of battery left in your EV. This is coming first to Volvo Cars vehicles in the coming months, "with more to follow," according to Google. 

    Everything Google announced today fits in with the vision of ambient computing the company has talked about for years. "This is sort of a foundational element for us to achieve the vision of ambient computing," vice president of multi-device experiences Erik Kay told Engadget. It does seem like when these updates do roll out, non-Apple users may have less reason to envy the seamless ecosystem that iPhone or Mac users enjoy.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Google wants to do for Android and Chrome users what Apple does for people in its ecosystem. It's announcing a set of news today at CES 2022 that are designed to help those using non-Apple devices easily set up, connect and share seamlessly across platforms. That involves expanding its existing Fast Pair and Chromecast capabilities to more products, as well as improving the sharing of data between Android phones and laptops. In fact, Google said that "for the first time with Android, we're also focused on building for other platforms, like Windows."

    First, Fast Pair. Google is working with Acer, HP and Intel to bring Fast Pair to Windows PCs so you can quickly connect your Android phone to your laptop. You can then set up Bluetooth accessories, sync your text messages and easily share files via Nearby Share. This feature will arrive on select Windows PCs later this year. 

    Meanwhile, Google is also bringing Fast Pair to devices beyond wearables, cars and Bluetooth audio accessories, to include things like TVs and smart devices. It already works with the Pixel Buds and some Fitbit watches, enabling easier setup on those devices. In a few weeks, your Chromebook can automatically detect your Fast Pair-enabled headphones when you turn them on, allowing you to connect to them in a single click. New Chromebooks arriving later this year will be easier to set up, too. You can connect your Android phone and port over saved data like your Google account and Wi-Fi password.

    \"A
    Google

    The company said it'll let you connect headphones to Google TV or Android TV in the coming months, and that Fast Pair will work with new Matter-enabled smart home devices as well. That should make adding connected appliances to your home network easier than before. It doesn't sound as simple as Apple's HomePod setup where you can just hold your iPhone near your speaker to trigger the installation process, but we'll have to wait to see Google's solution in action to know for sure.

    After your gadgets are all set up and synced with each other, Google also wants to enable convenient connections a la Apple's AirPlay or AirDrop. It's bringing Cast support to more brands, starting with all Bose smart speakers and soundbars, so you can stream music and audio from your Android phone to compatible speakers. 

    The company is also "building a technology for Bluetooth-enabled headphones" that will let them automatically switch audio output depending on what device you're using. Say you're wearing earbuds while watching a show on your Android tablet and a call comes in on your phone. The system will pause your movie and the headphones will switch over to your phone, then go right back to your tablet when your conversation is over. This will work for all audio playing through your devices at a system level, rather than on a supported-app-only basis. For Apple users, this is similar to how AirPods can automatically switch between iPads, iPhones and Macs. 

    \"An
    Google

    Google says compatible headphones will also get spatial audio support so you can hear directional sound based on your head's movements for more immersive experiences. These features are coming in the next few months.

    Later this year, Phone Hub on Chromebooks is also getting new features to make it more useful. For example, you won't have to install separate apps like Signal or WhatsApp on your laptop to message your friends via your phone anymore. Messages from chat apps will show up on your Chromebook and you can reply to them from there. Google is also adding Camera Roll to the Phone Hub so you can view your media without opening photos.google.com. 

    Locking and unlocking devices and vehicles is also getting easier. Just like you can with Apple Watch (and some Samsung devices), in the coming months you'll be able to use your paired Wear OS 3 watch to keep your Chromebook and Android devices unlocked when you're close by.

    \"An
    Google

    Cars are also getting an Android update. Compatible Samsung or Pixel phones will now be able to lock, unlock and start supported BMW vehicles. Later this year, too, phones with ultra wideband support can open car doors without leaving your pocket or purse. Google is also adding support for key sharing, in compliance with the Connected Car Consortium interoperable standard, so you can remotely share access to your vehicle right from your phone. The company said it's "working to bring digital car keys to more Android phones and vehicles later this year."

    Finally, you'll also be able to tell the Google Assistant to warm up, cool down, lock and unlock your car and ask it for the amount of battery left in your EV. This is coming first to Volvo Cars vehicles in the coming months, "with more to follow," according to Google. 

    Everything Google announced today fits in with the vision of ambient computing the company has talked about for years. "This is sort of a foundational element for us to achieve the vision of ambient computing," vice president of multi-device experiences Erik Kay told Engadget. It does seem like when these updates do roll out, non-Apple users may have less reason to envy the seamless ecosystem that iPhone or Mac users enjoy.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Information Technology", + "link": "https://www.engadget.com/google-ces-2022-news-fast-pair-nearby-share-windows-chrome-cast-180055389.html?src=rss", + "creator": "Cherlynn Low", + "pubDate": "Wed, 05 Jan 2022 18:00:55 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6e94adf9e97e5c2d8a406070f4e443ac" + "hash": "fa752abad9fc1837215b33d22676350a", + "highlights": [] }, { - "title": "François Bayrou : « Dans nombre de secteurs, la France a une économie de pays sous-développé »", - "description": "Le Haut-commissaire au Plan, tire la sonnette d'alarme sur la situation du commerce extérieur français et fait plusieurs propositions concrètes pour tenter de renverser la vapeur.", - "content": "Le Haut-commissaire au Plan, tire la sonnette d'alarme sur la situation du commerce extérieur français et fait plusieurs propositions concrètes pour tenter de renverser la vapeur.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700482333510-francois-bayrou-dans-nombre-de-secteurs-la-france-a-une-economie-de-pays-sous-developpe-2445574.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 07 Dec 2021 06:30:27 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/07/2445574_francois-bayrou-dans-nombre-de-secteurs-la-france-a-une-economie-de-pays-sous-developpe-web-tete-070485210536_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Razer’s latest absurd concept is a modular workstation with a 65-inch OLED", + "description": "

    CES wouldn’t be the Consumer Electronics Show without Razer bringing at least one prototype product to the event. This year was no different with the company using the annual trade show to unveil Project Sophia, a concept modular gaming desk. In its current iteration, the table includes room for 13 separate modules. These can be used to add components like touchscreen hotkey panels, external capture cards and audio mixers to Project Sophia, thereby allowing you to modify the station to your needs. Razer claims it’s possible to reconfigure the table “in seconds.”

    \"Project
    Razer

    The computer that powers everything is housed in a chassis that magnetically snaps underneath Project Sofia’s glass tabletop surface. Razer says it features the latest components from Intel and NVIDIA, and you can detach the case at any point to install new upgrades. Naturally, this being a Razer product, you’ll find plenty of RGB lighting, all of which you can control through the company’s Chroma software. But arguably the most eye-catching aspect of Project Sophia is the 65-inch OLED display Razer has built into the station. The company says it will also offer a model with a 77-inch display – but we’ll note here Project Sophia may never make it to market.

    Looking at the rest of the concept, Razer appears to have paid less attention to ergonomics. Judging from the renders the company shared, you can’t adjust the height of Project Sophia to make it a standing desk or to better accommodate the position of a chair. And speaking of chairs, the company also unveiled a “Pro HyperSense” version of its $399 Enki gaming chair. Razer partnered with D-Box to add haptics to the chair. It will support 2,200 games, movies and TV series, including releases from publishers like Ubisoft and Microsoft. Oh, and it too will come with RGB lighting.

    \"Enki
    Razer

    Razer didn't say when it plans to release either product, though we expect it's far more likely for the Enki Pro HyperSense chair to make it to market.  

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    CES wouldn’t be the Consumer Electronics Show without Razer bringing at least one prototype product to the event. This year was no different with the company using the annual trade show to unveil Project Sophia, a concept modular gaming desk. In its current iteration, the table includes room for 13 separate modules. These can be used to add components like touchscreen hotkey panels, external capture cards and audio mixers to Project Sophia, thereby allowing you to modify the station to your needs. Razer claims it’s possible to reconfigure the table “in seconds.”

    \"Project
    Razer

    The computer that powers everything is housed in a chassis that magnetically snaps underneath Project Sofia’s glass tabletop surface. Razer says it features the latest components from Intel and NVIDIA, and you can detach the case at any point to install new upgrades. Naturally, this being a Razer product, you’ll find plenty of RGB lighting, all of which you can control through the company’s Chroma software. But arguably the most eye-catching aspect of Project Sophia is the 65-inch OLED display Razer has built into the station. The company says it will also offer a model with a 77-inch display – but we’ll note here Project Sophia may never make it to market.

    Looking at the rest of the concept, Razer appears to have paid less attention to ergonomics. Judging from the renders the company shared, you can’t adjust the height of Project Sophia to make it a standing desk or to better accommodate the position of a chair. And speaking of chairs, the company also unveiled a “Pro HyperSense” version of its $399 Enki gaming chair. Razer partnered with D-Box to add haptics to the chair. It will support 2,200 games, movies and TV series, including releases from publishers like Ubisoft and Microsoft. Oh, and it too will come with RGB lighting.

    \"Enki
    Razer

    Razer didn't say when it plans to release either product, though we expect it's far more likely for the Enki Pro HyperSense chair to make it to market.  

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/razer-project-sophia-180052414.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Wed, 05 Jan 2022 18:00:52 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3fb63dac2c6cb456b0bd1a67fc0ce628" + "hash": "842617ee2680337cccc87bb6d52ed4ad", + "highlights": [] }, { - "title": "L'inflation continue de grimper en France", - "description": "En novembre, les prix à la consommation ont augmenté de 2,8 %, sur douze mois glissants dans l'Hexagone, selon les données publiées ce mardi par l'Insee. Au troisième trimestre, le pouvoir d'achat des ménages est resté stable.", - "content": "En novembre, les prix à la consommation ont augmenté de 2,8 %, sur douze mois glissants dans l'Hexagone, selon les données publiées ce mardi par l'Insee. Au troisième trimestre, le pouvoir d'achat des ménages est resté stable.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700431134285-linflation-continue-de-grimper-en-france-2444240.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 30 Nov 2021 10:35:58 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/30/2444240_linflation-continue-de-grimper-en-france-web-070433824403_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Razer's $150 Zephyr Pro smart mask adds voice amplification", + "description": "

    Almost exactly one year ago, Razer announced Project Hazel. The smart face mask, which later became Zephyr, went on sale in October for $100 and promptly sold out. No doubt sensing an opportunity, the company now plans to release a Pro version of the mask in 2022. It will have all the features of the standard model, including the dual-fan active filtration system with N95 filters and RGB lighting, and add voice amplification.

    That’s a feature Project Hazel included but that Razer was forced to cut as it worked to bring the prototype to market. It will amplify your voice by 60 decibels up to one meter away. A button on the side will allow you to toggle the feature on and off. Beyond 2022, Razer hasn’t said when it will release the Zephyr Pro, but what we do know is the mask will cost $150. The company will also offer a starter pack with 100 days of filters for $200.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Almost exactly one year ago, Razer announced Project Hazel. The smart face mask, which later became Zephyr, went on sale in October for $100 and promptly sold out. No doubt sensing an opportunity, the company now plans to release a Pro version of the mask in 2022. It will have all the features of the standard model, including the dual-fan active filtration system with N95 filters and RGB lighting, and add voice amplification.

    That’s a feature Project Hazel included but that Razer was forced to cut as it worked to bring the prototype to market. It will amplify your voice by 60 decibels up to one meter away. A button on the side will allow you to toggle the feature on and off. Beyond 2022, Razer hasn’t said when it will release the Zephyr Pro, but what we do know is the mask will cost $150. The company will also offer a starter pack with 100 days of filters for $200.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/razer-zephyr-pro-announcement-180037042.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Wed, 05 Jan 2022 18:00:37 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c1d0163428876598e5eaa9392f3a5c9" + "hash": "bcf71428591e4e07868682181d79398e", + "highlights": [] }, { - "title": "Covid : les territoires en France où la natalité a le plus baissé", - "description": "Dans son dernier « portrait social », publié ce jeudi, l'Insee montre que la baisse des naissances liée au Covid a surtout touché les départements où l'épidémie et la crise économique sévissaient en même temps.", - "content": "Dans son dernier « portrait social », publié ce jeudi, l'Insee montre que la baisse des naissances liée au Covid a surtout touché les départements où l'épidémie et la crise économique sévissaient en même temps.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700407000569-covid-les-territoires-en-france-ou-la-natalite-a-le-plus-baisse-2443512.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Thu, 25 Nov 2021 18:00:33 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443512_covid-les-territoires-en-france-ou-la-natalite-a-le-plus-baisse-web-070407000989_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Amazon Fire TV is coming to Ford SUVs in 2022", + "description": "

    You won't need a Jeep to try Fire TV in your car. Amazon has revealed Fire TV is coming to more vehicles this year, including 2022 Ford Explorer and Lincoln Navigator SUVs. More of Stellantis' cars will also have the feature, too, including the Chrysler Pacifica and Jeep Grand Cherokee. The company didn't provide timelines for when the interface would be available.

    Fire TV in cars is, effectively, a small-scale version of what you might be used to at home: passengers can watch videos, run apps and use Alexa, just with an interface optimized for seatback screens. You can save some content for offline access if you're driving through areas where internet access is spotty. The version currently in the Jeep Wagoneer includes a remote that also controls some car functions, but it's not clear if that will carry over to Ford vehicles.

    Amazon clearly sees in-car Fire TV as a way to keep users in its ecosystem when they're away from home. However, it should still be helpful for entertaining kids on long trips, or simply for catching up on shows while you're in the passenger seat.

    ", + "content": "

    You won't need a Jeep to try Fire TV in your car. Amazon has revealed Fire TV is coming to more vehicles this year, including 2022 Ford Explorer and Lincoln Navigator SUVs. More of Stellantis' cars will also have the feature, too, including the Chrysler Pacifica and Jeep Grand Cherokee. The company didn't provide timelines for when the interface would be available.

    Fire TV in cars is, effectively, a small-scale version of what you might be used to at home: passengers can watch videos, run apps and use Alexa, just with an interface optimized for seatback screens. You can save some content for offline access if you're driving through areas where internet access is spotty. The version currently in the Jeep Wagoneer includes a remote that also controls some car functions, but it's not clear if that will carry over to Ford vehicles.

    Amazon clearly sees in-car Fire TV as a way to keep users in its ecosystem when they're away from home. However, it should still be helpful for entertaining kids on long trips, or simply for catching up on shows while you're in the passenger seat.

    ", + "category": "Autos", + "link": "https://www.engadget.com/amazon-fire-tv-ford-cars-2022-171741731.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Wed, 05 Jan 2022 17:17:41 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4e9c1495cfe755d2272454d44fb27cf" + "hash": "0b89e9674f26242ae1e0c38886b93670", + "highlights": [] }, { - "title": "Quatre questions sur la prime de Noël, bientôt versée à 2,3 millions de Français", - "description": "Les bénéficiaires du RSA ou de l'allocation de solidarité spécifique (ASS) recevront, à partir du 15 décembre, une prime exceptionnelle de fin d'année dite « prime de Noël ». Montant, conditions d'éligibilité, démarches à faire… ce qu'il faut savoir.", - "content": "Les bénéficiaires du RSA ou de l'allocation de solidarité spécifique (ASS) recevront, à partir du 15 décembre, une prime exceptionnelle de fin d'année dite « prime de Noël ». Montant, conditions d'éligibilité, démarches à faire… ce qu'il faut savoir.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700490775812-quatre-questions-sur-la-prime-de-noel-bientot-versee-a-23-millions-de-francais-2446955.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Tue, 14 Dec 2021 10:01:14 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/14/2446955_quatre-questions-sur-la-prime-de-noel-bientot-versee-a-23-millions-de-francais-web-tete-070490860299.jpg", - "enclosureType": "image/jpg", + "title": "GM officially reveals its Chevrolet Silverado electric truck", + "description": "

    We all knew this was coming. During its CES 2022 keynote address on Wednesday, GM CEO Mary Barra officially unveiled the new 2024 Chevrolet Silverado EV, GM's second fully electric model built on the Ultium battery platform.

    \"Silverado\"
    GM

    The fully-electric full size pickup will be available in two versions when it arrives late next year; the RST First Edition and a WT model designed for fleet usage. Both will offer an estimated 400-mile range, accommodate up to 350 kW DC fast charging speeds (enabling 100 miles of range to be added in about 10 minutes), and include 10.2kW of offboard power to run anything from corded power tools to home accessories in the event of a power outage. The RST is expected to have up to 664 horsepower with more than 780 lb-ft of torque, run a 0-60 in under 4.5 seconds (according to GM estimates). The RST will be able to tow up to 10,000 pounds and carry 1,300 pounds of payload. The WT, on the other hand will offer 510 hp and 615 lb-ft of torque, 8,000 pounds of towing and 1,200 pounds of payload to start, though a max tow package able to haul up to 20,000 pounds trailering is in the works. 

    "GM Fleet has long provided customers with great products and services, an exceptional customer experience and innovative solutions to meet their unique business needs,” said Ed Peper, vice president of GM Fleet said in a prepared statement. “We’re excited to launch the Silverado EV, providing customers with a true work-capable truck to help them begin the transition to an electric fleet and assist them in achieving their own sustainability goals.”

    \"Silverado\"
    GM

    The two Silverado variants will also incorporate four-wheel steering atop 24-inch rims and a multiflex tailgate that can accomodate cargo up to nearly 11 feet in length. On the interior, drivers will enjoy a fixed glass roof and a 17-inch LCD infotainment system. Additional features will be installed via OTA updates. 

    \"Silverado\"
    GM

    If you want one of the first RSTs, get ready to pay through the nose for that honor. GM is debuting the consumer edition Silverado with an MSRP of $105,000. The WT and regular RST will be a bit more affordable at $39,900 when they arrive in summer 2024 but, depending on options, prospective buyers can expect to pay "MSRPs around $50,000, $60,000, $70,000, $80,000 and more, allowing them to choose the truck that meets their capability and pricing needs," according to GM.

    The Silverado joins the Hummer EV in GM's burgeoning electric vehicle lineup and will be made at the same Detroit-Hamtramck assembly plant, GM's Factory ZERO, when production ramps up in 2023. They'll soon be joined by the Chevrolet Equinox EV SUV (with a starting price around $30,000) and a Chevy Blazer EV, both of which become available at some point in 2023. 

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    We all knew this was coming. During its CES 2022 keynote address on Wednesday, GM CEO Mary Barra officially unveiled the new 2024 Chevrolet Silverado EV, GM's second fully electric model built on the Ultium battery platform.

    \"Silverado\"
    GM

    The fully-electric full size pickup will be available in two versions when it arrives late next year; the RST First Edition and a WT model designed for fleet usage. Both will offer an estimated 400-mile range, accommodate up to 350 kW DC fast charging speeds (enabling 100 miles of range to be added in about 10 minutes), and include 10.2kW of offboard power to run anything from corded power tools to home accessories in the event of a power outage. The RST is expected to have up to 664 horsepower with more than 780 lb-ft of torque, run a 0-60 in under 4.5 seconds (according to GM estimates). The RST will be able to tow up to 10,000 pounds and carry 1,300 pounds of payload. The WT, on the other hand will offer 510 hp and 615 lb-ft of torque, 8,000 pounds of towing and 1,200 pounds of payload to start, though a max tow package able to haul up to 20,000 pounds trailering is in the works. 

    "GM Fleet has long provided customers with great products and services, an exceptional customer experience and innovative solutions to meet their unique business needs,” said Ed Peper, vice president of GM Fleet said in a prepared statement. “We’re excited to launch the Silverado EV, providing customers with a true work-capable truck to help them begin the transition to an electric fleet and assist them in achieving their own sustainability goals.”

    \"Silverado\"
    GM

    The two Silverado variants will also incorporate four-wheel steering atop 24-inch rims and a multiflex tailgate that can accomodate cargo up to nearly 11 feet in length. On the interior, drivers will enjoy a fixed glass roof and a 17-inch LCD infotainment system. Additional features will be installed via OTA updates. 

    \"Silverado\"
    GM

    If you want one of the first RSTs, get ready to pay through the nose for that honor. GM is debuting the consumer edition Silverado with an MSRP of $105,000. The WT and regular RST will be a bit more affordable at $39,900 when they arrive in summer 2024 but, depending on options, prospective buyers can expect to pay "MSRPs around $50,000, $60,000, $70,000, $80,000 and more, allowing them to choose the truck that meets their capability and pricing needs," according to GM.

    The Silverado joins the Hummer EV in GM's burgeoning electric vehicle lineup and will be made at the same Detroit-Hamtramck assembly plant, GM's Factory ZERO, when production ramps up in 2023. They'll soon be joined by the Chevrolet Equinox EV SUV (with a starting price around $30,000) and a Chevy Blazer EV, both of which become available at some point in 2023. 

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/chevrolet-silverado-ev-details-ces-debut-171551300.html?src=rss", + "creator": "Andrew Tarantola", + "pubDate": "Wed, 05 Jan 2022 17:15:51 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fcc75f125e9fdb5928e66d25714cd84e" + "hash": "df1a13ccd5c8fee3e4e3b4880df1a887", + "highlights": [] }, { - "title": "Insertion des jeunes : la Cour des comptes met les pieds dans le plat", - "description": "Les dispositifs d'insertion produisent des résultats modestes malgré un gros investissement financier, constatent les magistrats financiers dans un rapport publié ce mardi. Ils préconisent une profonde redistribution des rôles, notamment entre l'Etat et les régions.", - "content": "Les dispositifs d'insertion produisent des résultats modestes malgré un gros investissement financier, constatent les magistrats financiers dans un rapport publié ce mardi. Ils préconisent une profonde redistribution des rôles, notamment entre l'Etat et les régions.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700533186411-insertion-des-jeunes-la-cour-des-comptes-met-les-pieds-dans-le-plat-2446959.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Tue, 14 Dec 2021 10:00:10 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/14/2446959_insertion-des-jeunes-la-cour-des-comptes-met-les-pieds-dans-le-plat-web-tete-070533625963_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Goodyear unveils a prototype tire made from 70-percent sustainable materials", + "description": "

    In 2020, Goodyear pledged to develop a new tire made entirely of sustainable materials within the next decade. Today the company has unveiled a tire with 70 percent sustainable material content, which shows the progress it has made towards achieving its ultimate goal. The tire features 13 ingredients across nine different tire components, including three different carbon blacks that are traditionally made by burning petroleum products.

    Carbon black is typically used as a filler to reinforce tires, as well as other rubber products, and to lengthen their lifespan. Instead of using carbon black produced using petroleum, Goodyear used ones that were made using methane, carbon dioxide and plant-based oil. The company says the methods of production its suppliers used to create the sustainable carbon blacks generated less carbon emissions than traditional processes. 

    Goodyear has also been using soybean oil for certain tire lines instead of petroleum oil, and this one is no different. Soybean oil allows tires to remain pliable in changing temperatures with added traction benefits. The company had been aiming to use 100 percent soybean oil in four of its tire lines in 2020, but it fell short due to production issues caused by the COVID-19 pandemic. 

    Goodyear's new tire uses a variety of silica, which improves tire grip and help lower fuel consumption, made from rice husk ash, as well. Rice husk ash is a by-product of rice milling, and it's pretty abundant in rice producing countries. Researchers have ben looking into its use as an alternative for cement and and as a source of silica, and according to Goodwill, it was able to produce high-quality silica from the waste material. In addition, the company broke down polyester materials recycled from plastic bottles and other plastic wastes into their base chemicals. They were then turned into technical grade polyester used for tire cords that maintain the shape of the tire. 

    Chris Helsel, chief technology officer at Goodyear, said the 70 percent sustainable tire "is an exciting achievement that demonstrates [the company's] commitment to increasing the use of sustainable materials." That said, it was manufactured as a demo product, and the company has yet to reveal whether it will be released to the public.

    ", + "content": "

    In 2020, Goodyear pledged to develop a new tire made entirely of sustainable materials within the next decade. Today the company has unveiled a tire with 70 percent sustainable material content, which shows the progress it has made towards achieving its ultimate goal. The tire features 13 ingredients across nine different tire components, including three different carbon blacks that are traditionally made by burning petroleum products.

    Carbon black is typically used as a filler to reinforce tires, as well as other rubber products, and to lengthen their lifespan. Instead of using carbon black produced using petroleum, Goodyear used ones that were made using methane, carbon dioxide and plant-based oil. The company says the methods of production its suppliers used to create the sustainable carbon blacks generated less carbon emissions than traditional processes. 

    Goodyear has also been using soybean oil for certain tire lines instead of petroleum oil, and this one is no different. Soybean oil allows tires to remain pliable in changing temperatures with added traction benefits. The company had been aiming to use 100 percent soybean oil in four of its tire lines in 2020, but it fell short due to production issues caused by the COVID-19 pandemic. 

    Goodyear's new tire uses a variety of silica, which improves tire grip and help lower fuel consumption, made from rice husk ash, as well. Rice husk ash is a by-product of rice milling, and it's pretty abundant in rice producing countries. Researchers have ben looking into its use as an alternative for cement and and as a source of silica, and according to Goodwill, it was able to produce high-quality silica from the waste material. In addition, the company broke down polyester materials recycled from plastic bottles and other plastic wastes into their base chemicals. They were then turned into technical grade polyester used for tire cords that maintain the shape of the tire. 

    Chris Helsel, chief technology officer at Goodyear, said the 70 percent sustainable tire "is an exciting achievement that demonstrates [the company's] commitment to increasing the use of sustainable materials." That said, it was manufactured as a demo product, and the company has yet to reveal whether it will be released to the public.

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/goodyear-prototype-tire-70-percent-sustainable-materials-170024650.html?src=rss", + "creator": "Mariella Moon", + "pubDate": "Wed, 05 Jan 2022 17:00:24 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f9e3ea47e5deed025fdbfd8c871f41f5" + "hash": "9dc980d1ae1d67e4c029b2825d322b73", + "highlights": [] }, { - "title": "Les chefs d'entreprise abordent la cinquième vague de Covid avec un moral d'acier", - "description": "L'indice du climat des affaires a encore gagné 2 points en novembre, a indiqué ce mercredi l'Insee. L'enquête mensuelle a toutefois été réalisée avant la récente dégradation de la situation sanitaire.", - "content": "L'indice du climat des affaires a encore gagné 2 points en novembre, a indiqué ce mercredi l'Insee. L'enquête mensuelle a toutefois été réalisée avant la récente dégradation de la situation sanitaire.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700397197267-les-chefs-dentreprise-abordent-la-cinquieme-vague-avec-un-moral-de-fer-2443151.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Wed, 24 Nov 2021 11:58:34 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/24/2443151_les-chefs-dentreprise-abordent-la-cinquieme-vague-de-covid-avec-un-moral-dacier-web-070397333002_300x160.jpg", - "enclosureType": "image/jpg", + "title": "ASUS' ZenBook 14 OLED models get a big redesign and the latest chips", + "description": "

    With Intel and AMD announcing new processors this week, many PC manufacturers are also sharing details on their latest laptops. One of those is ASUS, which on Wednesday unveiled its 2022 ZenBook 14 lineup. At first glance, the most notable difference about the new "ZenBook 14 OLED" is that it features an updated design that's more square and less obtrusively branded. 

    ASUS will offer separate versions of the ZenBook 14 OLED with the latest CPUs from Intel and AMD. You’ll need to go for a 12th-gen Core H processor if you want DDR5 RAM and Thunderbolt 4 connectivity. Ryzen models will ship with DDR4X memory instead. Either way, you can configure the ZenBook 14 OLED with up to 16GB of RAM, though you’ll get faster clock speeds from the DDR5 modules. In addition to up to 1TB of PCIe storage, there’s an extra M.2 slot available if you decide you need more space. Powering everything is a 75Whr cell, and the entire laptop weighs less than three pounds.

    The ZenBook 14 OLED comes with plenty of ports for an ultraportable, including two USB-C connections, a single USB-A port, HDMI 2.0, a headphone jack, and a microSD card slot. It also comes with WiFi 6E and Bluetooth 5.2 support. If you get an Intel CPU, the two USB-C ports will offer Thunderbolt 4 connectivity, allowing for data transfer speeds of 40Gbps.

    However, the highlight of the ZenBook 14 OLED is without question its display. On paper, it’s impressive. It’s a 14-inch OLED panel with 2,880 x 1,800 resolution, 16:10 aspect ratio and 550-nit peak brightness. Add to that 100 percent DCI-P3 coverage, DisplayHDR 500 True Black certification, a 90Hz refresh rate and claimed 0.2 millisecond response time, and you have a display that should be equally great for productivity, gaming and video streaming.

    \"ZenBook
    ASUS

    ASUS will also sell a “Space Edition” of the ZenBook 14 OLED. It has many of the same features as the standard 14-inch model, but you can configure it with up to 32GB of DDR5 RAM. However, your only option on the CPU front is an Intel processor. Notably, it also comes with a smaller 63 Whr battery. The computer's exterior, which includes a 3.5-inch OLED display, was inspired by the MIR space station. Morse code across the outside of the laptop says Ad Astra Per Aspera. Roughly translated from Latin, that’s “through the hardships to the stars.”

    There’s no word yet on pricing for either the ZenBook 14 OLED or ZenBook 14x OLED Space Edition, but ASUS promised to share more information when the laptops go on sale closer to the second half of 2022.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    With Intel and AMD announcing new processors this week, many PC manufacturers are also sharing details on their latest laptops. One of those is ASUS, which on Wednesday unveiled its 2022 ZenBook 14 lineup. At first glance, the most notable difference about the new "ZenBook 14 OLED" is that it features an updated design that's more square and less obtrusively branded. 

    ASUS will offer separate versions of the ZenBook 14 OLED with the latest CPUs from Intel and AMD. You’ll need to go for a 12th-gen Core H processor if you want DDR5 RAM and Thunderbolt 4 connectivity. Ryzen models will ship with DDR4X memory instead. Either way, you can configure the ZenBook 14 OLED with up to 16GB of RAM, though you’ll get faster clock speeds from the DDR5 modules. In addition to up to 1TB of PCIe storage, there’s an extra M.2 slot available if you decide you need more space. Powering everything is a 75Whr cell, and the entire laptop weighs less than three pounds.

    The ZenBook 14 OLED comes with plenty of ports for an ultraportable, including two USB-C connections, a single USB-A port, HDMI 2.0, a headphone jack, and a microSD card slot. It also comes with WiFi 6E and Bluetooth 5.2 support. If you get an Intel CPU, the two USB-C ports will offer Thunderbolt 4 connectivity, allowing for data transfer speeds of 40Gbps.

    However, the highlight of the ZenBook 14 OLED is without question its display. On paper, it’s impressive. It’s a 14-inch OLED panel with 2,880 x 1,800 resolution, 16:10 aspect ratio and 550-nit peak brightness. Add to that 100 percent DCI-P3 coverage, DisplayHDR 500 True Black certification, a 90Hz refresh rate and claimed 0.2 millisecond response time, and you have a display that should be equally great for productivity, gaming and video streaming.

    \"ZenBook
    ASUS

    ASUS will also sell a “Space Edition” of the ZenBook 14 OLED. It has many of the same features as the standard 14-inch model, but you can configure it with up to 32GB of DDR5 RAM. However, your only option on the CPU front is an Intel processor. Notably, it also comes with a smaller 63 Whr battery. The computer's exterior, which includes a 3.5-inch OLED display, was inspired by the MIR space station. Morse code across the outside of the laptop says Ad Astra Per Aspera. Roughly translated from Latin, that’s “through the hardships to the stars.”

    There’s no word yet on pricing for either the ZenBook 14 OLED or ZenBook 14x OLED Space Edition, but ASUS promised to share more information when the laptops go on sale closer to the second half of 2022.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Computing", + "link": "https://www.engadget.com/asus-zenbook-14-oled-annoucement-164536850.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Wed, 05 Jan 2022 16:45:36 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", - "read": true, + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "923bf2ea156346c07f0159bc8ec0aeb6" + "hash": "8ba801acf08124452f3bb5b24f4e3407", + "highlights": [] }, { - "title": "Fonction publique : le télétravail progresse malgré les obstacles", - "description": "Plus de quatre fonctionnaires sur dix télétravaillent au moins occasionnellement. C'est toujours moins que dans le privé, mais c'est près du double d'avant l'épidémie de Covid, selon la deuxième édition du baromètre Wimi-Ipsos publié ce mardi. Les freins au développement du télétravail restent importants, en particulier le « manque d'outils adéquats ».", - "content": "Plus de quatre fonctionnaires sur dix télétravaillent au moins occasionnellement. C'est toujours moins que dans le privé, mais c'est près du double d'avant l'épidémie de Covid, selon la deuxième édition du baromètre Wimi-Ipsos publié ce mardi. Les freins au développement du télétravail restent importants, en particulier le « manque d'outils adéquats ».", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700531340516-fonction-publique-le-teletravail-progresse-malgre-les-obstacles-2446918.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Tue, 14 Dec 2021 06:00:18 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/14/2446918_fonction-publique-le-teletravail-progresse-malgre-les-obstacles-web-070531471269_300x160.jpg", - "enclosureType": "image/jpg", + "title": "ASUS made a wild 17-inch foldable OLED tablet", + "description": "

    ASUS has a lot more to show off at CES than traditional laptops. The ZenBook 17 Fold is a full-screen foldable OLED tablet, which marks an evolution from the dual-screen Project Precog concept the company showcased in 2018.

    The device comes with a Bluetooth keyboard with touchpad. When the screen is partially folded and the keyboard is positioned on the bottom half, it can effectively be used as a 12.5-inch laptop with a Full HD resolution. For more real estate, you can place the keyboard on the desk and stand the tablet up.

    \"ASUS
    ASUS

    When it's fully open, the 17.3-inch display has a 4:3 aspect ratio. It has a QHD resolution of 2560 x 1920, a 1,000,000:1 contrast ratio, a 100% DCI-P3 color gamut, 0.2 ms response time and 90 Hz refresh rate. The Pantone-validated touchscreen meets VESA's DisplayHDR 500 True Black standard and it supports Dolby Vision.

    The ZenBook 17 Fold has a 75Wh capacity battery, WiFi 6E and Bluetooth 5.2 connectivity, a Dolby Atmos quad-speaker system and 1 TB of NVMe M.2 SSD storage. You can have up to 16 GB of LPDDR5 memory as well as "the latest Intel CPU" with integrated graphics. Ports are limited to a sole Thunderbolt 4 USB-C port and a 3.5mm combo audio jack.

    \"ASUS
    ASUS

    It's hardly the first time we've seen a manufacturer attempt a foldable tablet PC. Lenovo revealed the ThinkPad X1 Fold at CES 2020, though we felt it wasn't up to scratch. Foldable phones, of course, have become more commonplace over the last couple of years too.

    ASUS hasn't disclosed pricing though it's aiming to release ZenBook 17 Fold around the time of Computex in May. The device and keyboard weigh over four pounds combined, which could make it a hard sell for some folks. Whether ASUS can overcome that issue, as well as supply chain difficulties and problems other manufacturers have had with foldable devices, remains to be seen. 

    ", + "content": "

    ASUS has a lot more to show off at CES than traditional laptops. The ZenBook 17 Fold is a full-screen foldable OLED tablet, which marks an evolution from the dual-screen Project Precog concept the company showcased in 2018.

    The device comes with a Bluetooth keyboard with touchpad. When the screen is partially folded and the keyboard is positioned on the bottom half, it can effectively be used as a 12.5-inch laptop with a Full HD resolution. For more real estate, you can place the keyboard on the desk and stand the tablet up.

    \"ASUS
    ASUS

    When it's fully open, the 17.3-inch display has a 4:3 aspect ratio. It has a QHD resolution of 2560 x 1920, a 1,000,000:1 contrast ratio, a 100% DCI-P3 color gamut, 0.2 ms response time and 90 Hz refresh rate. The Pantone-validated touchscreen meets VESA's DisplayHDR 500 True Black standard and it supports Dolby Vision.

    The ZenBook 17 Fold has a 75Wh capacity battery, WiFi 6E and Bluetooth 5.2 connectivity, a Dolby Atmos quad-speaker system and 1 TB of NVMe M.2 SSD storage. You can have up to 16 GB of LPDDR5 memory as well as "the latest Intel CPU" with integrated graphics. Ports are limited to a sole Thunderbolt 4 USB-C port and a 3.5mm combo audio jack.

    \"ASUS
    ASUS

    It's hardly the first time we've seen a manufacturer attempt a foldable tablet PC. Lenovo revealed the ThinkPad X1 Fold at CES 2020, though we felt it wasn't up to scratch. Foldable phones, of course, have become more commonplace over the last couple of years too.

    ASUS hasn't disclosed pricing though it's aiming to release ZenBook 17 Fold around the time of Computex in May. The device and keyboard weigh over four pounds combined, which could make it a hard sell for some folks. Whether ASUS can overcome that issue, as well as supply chain difficulties and problems other manufacturers have had with foldable devices, remains to be seen. 

    ", + "category": "Personal Finance - Lifestyle", + "link": "https://www.engadget.com/asus-zenbook-17-fold-oled-tablet-foldable-164510240.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Wed, 05 Jan 2022 16:45:10 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4ae0142cd1e2f010aae44f31288a04c3" + "hash": "eb1339a6bab0f6c066725d024b0cfb87", + "highlights": [] }, { - "title": "Retraites, éducation, emploi : l'OCDE exhorte la France à relancer les réformes", - "description": "Dans un rapport publié ce jeudi, l'organisation internationale appelle l'Hexagone à relancer son programme de réformes engagé en 2017 pour assurer une reprise pérenne. Parmi ses recommandations : la retraite à 64 ans à partir de 2025. Elle a aussi relevé sa prévision de croissance pour la France à 6,8% cette année et à 4,2% l'an prochain.", - "content": "Dans un rapport publié ce jeudi, l'organisation internationale appelle l'Hexagone à relancer son programme de réformes engagé en 2017 pour assurer une reprise pérenne. Parmi ses recommandations : la retraite à 64 ans à partir de 2025. Elle a aussi relevé sa prévision de croissance pour la France à 6,8% cette année et à 4,2% l'an prochain.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700350674254-locde-fixe-sa-feuille-de-route-a-la-france-pour-le-prochain-quinquennat-2442034.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Thu, 18 Nov 2021 11:45:17 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/18/2442034_retraites-education-emploi-locde-exhorte-la-france-a-relancer-les-reformes-web-070357716562_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Owlet's infant monitoring sock is back on sale in the US", + "description": "

    After it was pulled from sale in the US last fall over a warning from the Food and Drug Administration (FDA), Owlet’s infant monitoring sock is once again available to purchase. Announced late last year and now known as the Dream Sock, you can buy the Bluetooth-enabled wearable either as a standalone product for $299 or as part of the company’s Dream Duo bundle for $399. The latter includes the Owlet Cam, a baby monitor with a 1080p camera and sensors for measuring the ambient temperature, noise level and humidity in the room where your newborn sleeps.

    Each Dream Sock comes with a beside base station that connects to your home WiFi network. It relays the data the wearable and camera collect to the Owlet Dream App. Owlet is marketing the Dream Sock as a sleep aid tool. It will monitor your baby’s bedtime habits and use that information to provide personalized tips and guides to help you get them on a regular sleep schedule.

    A feature the company’s Smart Sock 3 offered (and continues to do so in countries where it’s still available) was heart rate and oxygen blood level monitoring. Owlet doesn’t mention that functionality at all when it comes to the Dream Sock. That was one of the features that separated the company’s products from similar devices offered by competitors like Nanit and a major reason for why the device was popular in the first place. 

    There aren’t many other products that monitor a baby’s heart rate and pulse ox in the way the Smart Sock 3 does, but it appears that functionality is what attracted the attention of the FDA and prompted the agency to contact Owlet about its marketing of the Smart Sock 3. We’ve reached out to Owlet to find out if it’s working with the FDA to bring that feature back. In the meantime, you buy the Dream Sock through Owlet’s website. It will also be available through Best Buy and Target later this month.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    After it was pulled from sale in the US last fall over a warning from the Food and Drug Administration (FDA), Owlet’s infant monitoring sock is once again available to purchase. Announced late last year and now known as the Dream Sock, you can buy the Bluetooth-enabled wearable either as a standalone product for $299 or as part of the company’s Dream Duo bundle for $399. The latter includes the Owlet Cam, a baby monitor with a 1080p camera and sensors for measuring the ambient temperature, noise level and humidity in the room where your newborn sleeps.

    Each Dream Sock comes with a beside base station that connects to your home WiFi network. It relays the data the wearable and camera collect to the Owlet Dream App. Owlet is marketing the Dream Sock as a sleep aid tool. It will monitor your baby’s bedtime habits and use that information to provide personalized tips and guides to help you get them on a regular sleep schedule.

    A feature the company’s Smart Sock 3 offered (and continues to do so in countries where it’s still available) was heart rate and oxygen blood level monitoring. Owlet doesn’t mention that functionality at all when it comes to the Dream Sock. That was one of the features that separated the company’s products from similar devices offered by competitors like Nanit and a major reason for why the device was popular in the first place. 

    There aren’t many other products that monitor a baby’s heart rate and pulse ox in the way the Smart Sock 3 does, but it appears that functionality is what attracted the attention of the FDA and prompted the agency to contact Owlet about its marketing of the Smart Sock 3. We’ve reached out to Owlet to find out if it’s working with the FDA to bring that feature back. In the meantime, you buy the Dream Sock through Owlet’s website. It will also be available through Best Buy and Target later this month.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/owlet-dream-sock-duo-163626570.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Wed, 05 Jan 2022 16:36:26 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", - "read": true, + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d4c183c4bb860a6983e2863b3a4f7b12" + "hash": "dd223474dec35593659f0c7429711a5a", + "highlights": [] }, { - "title": "Discothèques, événementiel, tourisme : le détail des nouvelles aides", - "description": "Le ministre de l'Economie, Bruno Le Maire, a précisé ce lundi les mesures pour venir en aide aux entreprises touchées par la cinquième vague de Covid. La prise en charge totale de l'activité partielle va être prolongée d'un mois, jusqu'au 31 janvier 2022. Le seuil de baisse d'activité pris en compte passe de 80 % à 65 %.", - "content": "Le ministre de l'Economie, Bruno Le Maire, a précisé ce lundi les mesures pour venir en aide aux entreprises touchées par la cinquième vague de Covid. La prise en charge totale de l'activité partielle va être prolongée d'un mois, jusqu'au 31 janvier 2022. Le seuil de baisse d'activité pris en compte passe de 80 % à 65 %.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700532088253-discotheques-evenementiel-tourisme-le-detail-des-nouvelles-mesures-daides-2446733.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Mon, 13 Dec 2021 14:20:17 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/13/2446733_discotheques-evenementiel-tourisme-le-detail-des-nouvelles-aides-web-070532551483_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Beyond Meat's plant-based 'chicken' is coming to KFC locations across the US", + "description": "

    Beyond Meat's plant-based chicken substitute is coming to KFC restaurants across the US. You'll be able to pick up Beyond Fried Chicken à la carte or as part of the fast food chain's first plant-based combo meal starting on January 10th. The item will be available on KFC menus for a limited time and while stock lasts (which might not last long, based on previous runs). It starts at $7, though the price will vary depending on location.

    Beyond Fried Chicken, which Beyond Meat created exclusively for KFC, debuted at an Atlanta restaurant in 2019. Lines reportedly wrapped around the restaurant, which sold out of the plant-based item in just five hours. Other test runs took place in 2020 at restaurants in Nashville, Charlotte and Southern California, with locations in the latter region selling out of Beyond Fried Chicken in one week.

    If you happen to miss out on Beyond Fried Chicken during this run, you'll still be able to find Beyond Meat's chicken alternative elsewhere. Some grocery stores started selling the company's "chicken" tenders a few months ago.

    ", + "content": "

    Beyond Meat's plant-based chicken substitute is coming to KFC restaurants across the US. You'll be able to pick up Beyond Fried Chicken à la carte or as part of the fast food chain's first plant-based combo meal starting on January 10th. The item will be available on KFC menus for a limited time and while stock lasts (which might not last long, based on previous runs). It starts at $7, though the price will vary depending on location.

    Beyond Fried Chicken, which Beyond Meat created exclusively for KFC, debuted at an Atlanta restaurant in 2019. Lines reportedly wrapped around the restaurant, which sold out of the plant-based item in just five hours. Other test runs took place in 2020 at restaurants in Nashville, Charlotte and Southern California, with locations in the latter region selling out of Beyond Fried Chicken in one week.

    If you happen to miss out on Beyond Fried Chicken during this run, you'll still be able to find Beyond Meat's chicken alternative elsewhere. Some grocery stores started selling the company's "chicken" tenders a few months ago.

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/beyond-meat-chicken-kfc-nationwide-162015106.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Wed, 05 Jan 2022 16:20:15 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "19a1c9d5b688261545fabeee22031a21" + "hash": "18e8b760cbac410174a43f02bbd137a2", + "highlights": [] }, { - "title": "Les baisses d'impôts devraient soutenir la croissance française", - "description": "Le PIB par tête devrait augmenter de 1,35 % par an entre 2017 et 2025, contre 1,2 % en moyenne entre 2009 et 2017, selon une étude réalisée par le Cepremap et l'IPP. Cette accélération serait notamment la résultante des allégements fiscaux consentis sur le quinquennat.", - "content": "Le PIB par tête devrait augmenter de 1,35 % par an entre 2017 et 2025, contre 1,2 % en moyenne entre 2009 et 2017, selon une étude réalisée par le Cepremap et l'IPP. Cette accélération serait notamment la résultante des allégements fiscaux consentis sur le quinquennat.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700340019617-les-baisses-dimpots-devraient-soutenir-la-croissance-francaise-2441559.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 16 Nov 2021 17:16:10 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/16/2441559_les-baisses-dimpots-devraient-soutenir-la-croissance-francaise-web-070340970113_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Razer x Fossil smartwatch hands-on: Only for hardcore fans", + "description": "

    Razer seems to treat each CES as its personal carnival, using the show as a chance to show off things like wild-looking masks and insane triple-screen notebooks. This year, in addition to launching new laptops, it’s also teamed up with smartwatch maker Fossil to launch a special edition wearable. The two companies are announcing the Razer x Fossil Gen 6 smartwatch at CES 2022 and it’s basically what you think: A themed version of an existing Wear OS device with straps and faces that reflect the gaming company’s identity.

    But the Razer edition of the Gen 6 has some small differences. It only comes in the 44mm size (while the original is also available in 42mm) and also features some unique interface elements. I’ve had a sample to play with for awhile, and frankly, this feels like most Fossil smartwatches, just with an aesthetic nod to Razer.

    The Fossil Gen 6 was the first to feature Qualcomm’s Snapdragon Wear 4100+ chip, and like the original series, the Razer edition will be updated to the new Wear OS 3 later this year. So far, the existing software on the watch felt familiar and performed quickly. I swiped through cards and changed watch faces with no delay, though that’s par for the course for Wear OS watches these days. The three custom watch faces for the Razer-branded wearable were what I expected — that is, they had matching color schemes and displayed the time in "fun" fonts. The Wellness face shows your daily stats, but doesn’t look very Razer-esque.

    There’s not much else different about the device, and most other elements like battery life and system performance require me spending much more time with it to test.

    \"The
    Cherlynn Low / Engadget

    What I can say now is that as a person with smaller wrists, the Razer watch is a bit too big for me. Are most Razer fans people more big-boned, or do they prefer a chunky aesthetic? I don’t know, but it sure seems like that assumption is being made.

    One thing I do believe Razer’s loyalists love is the company’s distinct acid green color that permeates their products. The special edition Gen 6 comes in a black finish with a black 22mm band with no pops of green on the case itself. But it does come with a bright green strap that you can swap out. Both silicone bands were pliable and comfortable, though, again, I’d prefer a narrower style.

    The larger size does allow for a roomier screen (though the 42mm Gen 6 has the same display dimensions), and I enjoyed how easy it was to read app titles and notifications.

    Razer and Fossil are only selling 1,337 units of this special edition device, because Leet, get it? Anyway, you can get one for $329. For comparison, the Fossil Gen 6 costs between $299 and $319. With its higher price and limited quantity, the Razer watch is clearly meant to be a collectible for the most loyal of the company’s fans.

    \"The
    Cherlynn Low / Engadget

    If you don’t manage to get one of the Razer watches or are intrigued by Fossil’s other brands, you could also consider the new Skagen Gen 6. The Skagen Falster is my favorite of Fossil’s smartwatches, and the company is launching an updated version that offers its latest suite of features like the Snapdragon Wear 4100 processor, faster battery charging and upgraded sensors. It’ll be available in six styles and cost $295.

    Fossil also told Engadget that the Gen 6 series will be getting Alexa support early this year, so those who use Amazon’s assistant for smart home device control can do that from their wrists.

    The Razer x Fossil watch represents an intriguing expansion of Fossil’s lineup, though we might see the company team up with other brands in future. Fossil told me it’s open to the idea, so who knows? Maybe one day we’ll see collabs with the likes of Tesla, McDonalds or, oh God, White Castle.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Razer seems to treat each CES as its personal carnival, using the show as a chance to show off things like wild-looking masks and insane triple-screen notebooks. This year, in addition to launching new laptops, it’s also teamed up with smartwatch maker Fossil to launch a special edition wearable. The two companies are announcing the Razer x Fossil Gen 6 smartwatch at CES 2022 and it’s basically what you think: A themed version of an existing Wear OS device with straps and faces that reflect the gaming company’s identity.

    But the Razer edition of the Gen 6 has some small differences. It only comes in the 44mm size (while the original is also available in 42mm) and also features some unique interface elements. I’ve had a sample to play with for awhile, and frankly, this feels like most Fossil smartwatches, just with an aesthetic nod to Razer.

    The Fossil Gen 6 was the first to feature Qualcomm’s Snapdragon Wear 4100+ chip, and like the original series, the Razer edition will be updated to the new Wear OS 3 later this year. So far, the existing software on the watch felt familiar and performed quickly. I swiped through cards and changed watch faces with no delay, though that’s par for the course for Wear OS watches these days. The three custom watch faces for the Razer-branded wearable were what I expected — that is, they had matching color schemes and displayed the time in "fun" fonts. The Wellness face shows your daily stats, but doesn’t look very Razer-esque.

    There’s not much else different about the device, and most other elements like battery life and system performance require me spending much more time with it to test.

    \"The
    Cherlynn Low / Engadget

    What I can say now is that as a person with smaller wrists, the Razer watch is a bit too big for me. Are most Razer fans people more big-boned, or do they prefer a chunky aesthetic? I don’t know, but it sure seems like that assumption is being made.

    One thing I do believe Razer’s loyalists love is the company’s distinct acid green color that permeates their products. The special edition Gen 6 comes in a black finish with a black 22mm band with no pops of green on the case itself. But it does come with a bright green strap that you can swap out. Both silicone bands were pliable and comfortable, though, again, I’d prefer a narrower style.

    The larger size does allow for a roomier screen (though the 42mm Gen 6 has the same display dimensions), and I enjoyed how easy it was to read app titles and notifications.

    Razer and Fossil are only selling 1,337 units of this special edition device, because Leet, get it? Anyway, you can get one for $329. For comparison, the Fossil Gen 6 costs between $299 and $319. With its higher price and limited quantity, the Razer watch is clearly meant to be a collectible for the most loyal of the company’s fans.

    \"The
    Cherlynn Low / Engadget

    If you don’t manage to get one of the Razer watches or are intrigued by Fossil’s other brands, you could also consider the new Skagen Gen 6. The Skagen Falster is my favorite of Fossil’s smartwatches, and the company is launching an updated version that offers its latest suite of features like the Snapdragon Wear 4100 processor, faster battery charging and upgraded sensors. It’ll be available in six styles and cost $295.

    Fossil also told Engadget that the Gen 6 series will be getting Alexa support early this year, so those who use Amazon’s assistant for smart home device control can do that from their wrists.

    The Razer x Fossil watch represents an intriguing expansion of Fossil’s lineup, though we might see the company team up with other brands in future. Fossil told me it’s open to the idea, so who knows? Maybe one day we’ll see collabs with the likes of Tesla, McDonalds or, oh God, White Castle.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/razer-x-fossil-gen-6-smartwatch-hands-on-160052253.html?src=rss", + "creator": "Cherlynn Low", + "pubDate": "Wed, 05 Jan 2022 16:00:52 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "02f03f10125d15f92b8f3ec19c7efea5" + "hash": "84448fad889e0ee77e5c788b1cd4884f", + "highlights": [] }, { - "title": "Début des versements de « l'indemnité inflation » de 100 euros", - "description": "Annoncée en octobre pour compenser la flambée des prix du carburant, cette indemnité doit bénéficier à 38 millions de Français. Les versements débuteront lundi pour les étudiants boursiers, et s'étaleront jusqu'à fin février.", - "content": "Annoncée en octobre pour compenser la flambée des prix du carburant, cette indemnité doit bénéficier à 38 millions de Français. Les versements débuteront lundi pour les étudiants boursiers, et s'étaleront jusqu'à fin février.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700528403965-debut-des-versements-de-lindemnite-inflation-de-100-euros-2446574.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Sun, 12 Dec 2021 20:46:06 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/12/2446574_debut-des-versements-de-lindemnite-inflation-de-100-euros-web-070528435711_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Lenovo's ultrawide 17-inch laptop has an 8-inch screen next to the keyboard", + "description": "

    Lenovo always unveils a cornucopia of gadgets at CES and this year is no different. In addition to smart home products and various laptops, the company is showing off an unconventional approach to PCs. Since introducing the ThinkBook Plus series in 2020, Lenovo has used it as a platform to roll out unusual form factors, like the previous iteration with an e-ink screen on its lid.

    Now that the laptop is in its third generation, Lenovo is moving its second panel down to the keyboard deck and making it a full-color LCD instead. Not only is this approach more useful, it’s also potentially more power-intensive. At a recent hands-on in New York (held in accordance with COVID-19 regulations), I checked out the ThinkBook Plus Gen 3 and, in spite of some bugs, I’m intrigued by the premise.

    The laptop’s main screen is a 17.3 inch IPS display that runs at a 3K resolution. It’s accompanied by an 8-inch 800 x 1,280 LCD to the right of the keyboard and features an integrated digitizer layer to enable stylus support. The machine runs an interesting version of Windows 11 that offers several more orientations, in addition to the typical snap shortcuts that you see when you hover over an app’s title bar.

    \"A
    Cherlynn Low / Engadget

    On the ThinkBook Plus, when you drag an app, a small dialog box pops up with two suggested layouts (and five more appear when you hover over an arrow here). Windows 11 will just see the 8-inch LCD as an external screen and push out content the way it would to your connected monitors. You can choose to snap a window to take up the whole bottom panel, half of it, cover the entire top display, take up only two thirds of it and more. The most unconventional of these layouts is something Lenovo called “waterfall” where an app can spill over the top screen into the bottom, which could be nifty for extra long lists.

    I dragged a long spreadsheet into waterfall mode, for example, and could see entire columns at a glance. Or say you’re watching a live-changing Ted Talk up top and want to jot down notes by hand. Writing on the demo unit was surprisingly smooth with satisfying latency. I also appreciated the position of the pad because it felt more intuitive than trying to draw on a laptop’s display.

    During my hands-on, the ThinkBook Plus was responsive at snapping apps where I wanted them to go and did so quickly. But it struggled when launching some other functions that Lenovo built into the lower display.

    There’s a whiteboard tool that turns the panel into a notepad, as well as a digital numpad. With supported apps like Adobe Lightroom, you can also have a dedicated dashboard of shortcuts or a magnified view sitting next to the keyboard. Lenovo made a “Magic Launcher,” which is a row of buttons at the bottom of this screen for quick access to the whiteboard, numpad and other specialized software.

    \"A
    Cherlynn Low / Engadget

    This was the most buggy part of my hands-on experience. Sometimes, tapping the buttons wouldn’t work (or would take more than a few seconds before anything happened). The demo unit crashed at least once, too. But we’re at least a few months away from May, when Lenovo expects to sell these machines, so it has some time to iron out these kinks.

    The rest of the system performed as expected. The main 17.3-inch IPS display runs at 3,072 x 1,440, which is an aspect ratio of 21:10. It’s easy enough to split three apps on that roomy screen, though if you want to use all of it for editing pictures in Lightroom, at least you can keep an eye on Slack or Twitter with the bottom display.

    Keeping all this running is a 12th-generation Intel Core processor with up to 32GB of DDR5 RAM. It uses Intel’s Xe graphics with Unified Memory Architecture, which should be powerful enough for some photo editing. There's also a Full HD IR camera with a privacy shutter and an array of ports including an HDMI socket, two USB A jacks and a Thunderbolt 4 connection.

    \"The
    Cherlynn Low / Engadget

    It’s worth noting that the battery size here is 69 Whr, which is pretty typical for most laptops this size. But most laptops this size don't also have a secondary monitor to power, so we'll have to wait till we can test one out for ourselves to get a sense for real-world endurance. You'll only be able to get these in May, and they'll start at $1,399.

    Lenovo also announced a slew of other products in its ThinkBook and ThinkCentre family of business-minded devices. There’s the updated ThinkBook 13x Gen 2, which can work with a “Wireless Multi-Device Charging Mat” that recharges Qi-compatible gadgets while also powering the laptop itself. The company also debuted a new ThinkCentre Neo line comprising three desktop systems for small and medium businesses. Finally, the new ThinkBook 14 and 16 Gen 4+ i (yes, that’s part of the name, not a stray letter) sport 16:10 screens running at 90Hz and 120Hz respectively, among other updates.

    The ThinkBook Plus Gen 3 is one of the most eye-catching things I've seen this CES, though that’s not to say Lenovo is breaking new ground. ASUS has already made several dual-screen laptops in its ZenBook Pro Duo series, and Lenovo itself also tried before with the ill-fated Yoga Book line. Dell and Intel have shown off some concepts, too and I'm very intrigued by the premise here. With Windows 11’s release last year, it seems like more PC makers could be ready to deliver real dual-screen laptops and we could see more of them in 2022. As a taste of what’s to come, the ThinkBook Plus Gen 3 is tantalizing and I applaud Lenovo for continuing to try and innovate.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Lenovo always unveils a cornucopia of gadgets at CES and this year is no different. In addition to smart home products and various laptops, the company is showing off an unconventional approach to PCs. Since introducing the ThinkBook Plus series in 2020, Lenovo has used it as a platform to roll out unusual form factors, like the previous iteration with an e-ink screen on its lid.

    Now that the laptop is in its third generation, Lenovo is moving its second panel down to the keyboard deck and making it a full-color LCD instead. Not only is this approach more useful, it’s also potentially more power-intensive. At a recent hands-on in New York (held in accordance with COVID-19 regulations), I checked out the ThinkBook Plus Gen 3 and, in spite of some bugs, I’m intrigued by the premise.

    The laptop’s main screen is a 17.3 inch IPS display that runs at a 3K resolution. It’s accompanied by an 8-inch 800 x 1,280 LCD to the right of the keyboard and features an integrated digitizer layer to enable stylus support. The machine runs an interesting version of Windows 11 that offers several more orientations, in addition to the typical snap shortcuts that you see when you hover over an app’s title bar.

    \"A
    Cherlynn Low / Engadget

    On the ThinkBook Plus, when you drag an app, a small dialog box pops up with two suggested layouts (and five more appear when you hover over an arrow here). Windows 11 will just see the 8-inch LCD as an external screen and push out content the way it would to your connected monitors. You can choose to snap a window to take up the whole bottom panel, half of it, cover the entire top display, take up only two thirds of it and more. The most unconventional of these layouts is something Lenovo called “waterfall” where an app can spill over the top screen into the bottom, which could be nifty for extra long lists.

    I dragged a long spreadsheet into waterfall mode, for example, and could see entire columns at a glance. Or say you’re watching a live-changing Ted Talk up top and want to jot down notes by hand. Writing on the demo unit was surprisingly smooth with satisfying latency. I also appreciated the position of the pad because it felt more intuitive than trying to draw on a laptop’s display.

    During my hands-on, the ThinkBook Plus was responsive at snapping apps where I wanted them to go and did so quickly. But it struggled when launching some other functions that Lenovo built into the lower display.

    There’s a whiteboard tool that turns the panel into a notepad, as well as a digital numpad. With supported apps like Adobe Lightroom, you can also have a dedicated dashboard of shortcuts or a magnified view sitting next to the keyboard. Lenovo made a “Magic Launcher,” which is a row of buttons at the bottom of this screen for quick access to the whiteboard, numpad and other specialized software.

    \"A
    Cherlynn Low / Engadget

    This was the most buggy part of my hands-on experience. Sometimes, tapping the buttons wouldn’t work (or would take more than a few seconds before anything happened). The demo unit crashed at least once, too. But we’re at least a few months away from May, when Lenovo expects to sell these machines, so it has some time to iron out these kinks.

    The rest of the system performed as expected. The main 17.3-inch IPS display runs at 3,072 x 1,440, which is an aspect ratio of 21:10. It’s easy enough to split three apps on that roomy screen, though if you want to use all of it for editing pictures in Lightroom, at least you can keep an eye on Slack or Twitter with the bottom display.

    Keeping all this running is a 12th-generation Intel Core processor with up to 32GB of DDR5 RAM. It uses Intel’s Xe graphics with Unified Memory Architecture, which should be powerful enough for some photo editing. There's also a Full HD IR camera with a privacy shutter and an array of ports including an HDMI socket, two USB A jacks and a Thunderbolt 4 connection.

    \"The
    Cherlynn Low / Engadget

    It’s worth noting that the battery size here is 69 Whr, which is pretty typical for most laptops this size. But most laptops this size don't also have a secondary monitor to power, so we'll have to wait till we can test one out for ourselves to get a sense for real-world endurance. You'll only be able to get these in May, and they'll start at $1,399.

    Lenovo also announced a slew of other products in its ThinkBook and ThinkCentre family of business-minded devices. There’s the updated ThinkBook 13x Gen 2, which can work with a “Wireless Multi-Device Charging Mat” that recharges Qi-compatible gadgets while also powering the laptop itself. The company also debuted a new ThinkCentre Neo line comprising three desktop systems for small and medium businesses. Finally, the new ThinkBook 14 and 16 Gen 4+ i (yes, that’s part of the name, not a stray letter) sport 16:10 screens running at 90Hz and 120Hz respectively, among other updates.

    The ThinkBook Plus Gen 3 is one of the most eye-catching things I've seen this CES, though that’s not to say Lenovo is breaking new ground. ASUS has already made several dual-screen laptops in its ZenBook Pro Duo series, and Lenovo itself also tried before with the ill-fated Yoga Book line. Dell and Intel have shown off some concepts, too and I'm very intrigued by the premise here. With Windows 11’s release last year, it seems like more PC makers could be ready to deliver real dual-screen laptops and we could see more of them in 2022. As a taste of what’s to come, the ThinkBook Plus Gen 3 is tantalizing and I applaud Lenovo for continuing to try and innovate.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/lenovo-thinkbook-plus-gen-3-dual-screen-laptop-hands-on-price-specs-availability-160028888.html?src=rss", + "creator": "Cherlynn Low", + "pubDate": "Wed, 05 Jan 2022 16:00:28 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f75ec80fc349a3521dd472a430e0013a" + "hash": "2a60ffe27bdc2d30254aea4b5d2f8390", + "highlights": [] }, { - "title": "Covid : le pic pourrait être atteint, selon Olivier Véran", - "description": "Le ralentissement de la progression de l'épidémie laisse espérer que son pic n'est pas loin, estime le ministre de la Santé dans une interview ce dimanche au « Parisien ». Mais il se garde de tout triomphalisme, estimant qu'il est « trop tôt pour […] dire » si l'épidémie va entamer une décrue rapidement ou se maintenir sur un plateau haut. Il annonce l'ouverture d'un à cinq centres par département pour vacciner les enfants, en plus des hôpitaux pédiatriques.", - "content": "Le ralentissement de la progression de l'épidémie laisse espérer que son pic n'est pas loin, estime le ministre de la Santé dans une interview ce dimanche au « Parisien ». Mais il se garde de tout triomphalisme, estimant qu'il est « trop tôt pour […] dire » si l'épidémie va entamer une décrue rapidement ou se maintenir sur un plateau haut. Il annonce l'ouverture d'un à cinq centres par département pour vacciner les enfants, en plus des hôpitaux pédiatriques.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700526786731-covid-le-pic-pourrait-etre-atteint-selon-olivier-veran-2446556.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Sun, 12 Dec 2021 13:39:00 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/12/2446556_covid-le-pic-pourrait-etre-atteint-selon-olivier-veran-web-070526907893.jpg", - "enclosureType": "image/jpg", + "title": "KeyMander Nexus Gaming KVM connects your PC to Xbox, Switch and PS4", + "description": "

    The KeyMander Nexus Gaming KVM is the next evolution of IOGEAR's connective hardware for PC and consoles, and it's due to come out between April and June 2022 for $200. It specifically supports Xbox Series X and S, Xbox One, Nintendo Switch, and PlayStation 4 consoles, making it possible to play any game on those systems with a keyboard, mouse, monitor and headset connected to a PC.

    The name of the game here is streamlining. The Nexus Gaming KVM brings multiple consoles to a single screen and input system on the PC, while also allowing users to swap among Switch, Xbox One and PS4 controllers. It supports video at 4K and 60Hz, using HDMI 2.1.

    Now to address the ninth-generation elephant in the room: The Nexus Gaming KVM doesn't fully support PS5 or the DualSense controllers. This is in line with previous iterations of the KeyMander switches, which also have limited functionality with PS5.

    "We have limited support for PS5, can only play PS4 and non-DualSense PS5 games," an IOGEAR spokesperson told Engadget. "We are looking to launch a dongle in late Q2 that may bring full support." Q2 ends ends in June 2022, the spokesperson clarified.

    IOGEAR has been talking about that dongle for about seven months now, and the use of "may" in that statement isn't reassuring. Sony's DualSense controllers for the PS5 include a range of new features, like adaptive triggers and ultra-sensitive haptics, and several titles actually require this gamepad to function. This makes it difficult to translate PS5 games to a standard input method like a keyboard and mouse. However, IOGEAR says it's still trying.

    There are ways to play certain games with a keyboard and mouse plugged directly into consoles, but these titles are limited. Not only does the Nexus Gaming KVM unlock this input method for every game on supported systems, but it keeps things organized by running each console through a single monitor and headset, negating the need to swap screens and controllers. Unless you have a PS5, for now.

    ", + "content": "

    The KeyMander Nexus Gaming KVM is the next evolution of IOGEAR's connective hardware for PC and consoles, and it's due to come out between April and June 2022 for $200. It specifically supports Xbox Series X and S, Xbox One, Nintendo Switch, and PlayStation 4 consoles, making it possible to play any game on those systems with a keyboard, mouse, monitor and headset connected to a PC.

    The name of the game here is streamlining. The Nexus Gaming KVM brings multiple consoles to a single screen and input system on the PC, while also allowing users to swap among Switch, Xbox One and PS4 controllers. It supports video at 4K and 60Hz, using HDMI 2.1.

    Now to address the ninth-generation elephant in the room: The Nexus Gaming KVM doesn't fully support PS5 or the DualSense controllers. This is in line with previous iterations of the KeyMander switches, which also have limited functionality with PS5.

    "We have limited support for PS5, can only play PS4 and non-DualSense PS5 games," an IOGEAR spokesperson told Engadget. "We are looking to launch a dongle in late Q2 that may bring full support." Q2 ends ends in June 2022, the spokesperson clarified.

    IOGEAR has been talking about that dongle for about seven months now, and the use of "may" in that statement isn't reassuring. Sony's DualSense controllers for the PS5 include a range of new features, like adaptive triggers and ultra-sensitive haptics, and several titles actually require this gamepad to function. This makes it difficult to translate PS5 games to a standard input method like a keyboard and mouse. However, IOGEAR says it's still trying.

    There are ways to play certain games with a keyboard and mouse plugged directly into consoles, but these titles are limited. Not only does the Nexus Gaming KVM unlock this input method for every game on supported systems, but it keeps things organized by running each console through a single monitor and headset, negating the need to swap screens and controllers. Unless you have a PS5, for now.

    ", + "category": "Video Games", + "link": "https://www.engadget.com/iogear-keymander-nexus-gaming-kvm-xbox-switch-ps4-keyboard-mouse-160016494.html?src=rss", + "creator": "Jessica Conditt", + "pubDate": "Wed, 05 Jan 2022 16:00:16 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d0396b5c0b912b1c8021c40355173da1" + "hash": "f671d9044419aa6b059eb3c55d8783b4", + "highlights": [] }, { - "title": "Jeunes : dernière ligne droite pour le Contrat d'engagement de Macron", - "description": "La mise en oeuvre au 1er mars de ce dispositif d'aide intensive pour les jeunes précaires nécessite de lever un grand nombre de points bloquants. Une réunion est prévue ce jeudi avec la ministre du Travail, Elisabeth Borne, notamment, et les acteurs concernés. Dans un avis publié ce lundi, le Conseil d'orientation des politiques de jeunesse (COJ) énonce les conditions de réussite du dispositif.", - "content": "La mise en oeuvre au 1er mars de ce dispositif d'aide intensive pour les jeunes précaires nécessite de lever un grand nombre de points bloquants. Une réunion est prévue ce jeudi avec la ministre du Travail, Elisabeth Borne, notamment, et les acteurs concernés. Dans un avis publié ce lundi, le Conseil d'orientation des politiques de jeunesse (COJ) énonce les conditions de réussite du dispositif.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700516845728-jeunes-derniere-ligne-droite-pour-le-contrat-dengagement-de-macron-2446544.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Sat, 11 Dec 2021 23:16:09 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/11/2446544_jeunes-derniere-ligne-droite-pour-le-contrat-dengagement-de-macron-web-tete-070516974882.jpg", - "enclosureType": "image/jpg", + "title": "Lenovo packs new AMD and Intel CPUs into slimmer Legion gaming laptops", + "description": "

    Lenovo is bombarding CES 2022 with a wave of new PCs, and it won't surprise to hear that gaming laptops play an important role. The company has introduced seventh-generation Legion 5 (shown below) and Legion 5 Pro (above) portables that are cooler and thinner while packing new AMD Ryzen 6000 and Intel 12th-gen Core CPUs. The AMD-based 5 Pro and Intel-based 5i Pro are sleeker than their predecessors, but offer the latest chips thanks to a revamped cooling system with slimmer fans, a larger exhaust area, a copper block heat sink and a more effective heat pipe layout — hopefully, the thermal issues with last year's models are no more.

    You can also expect options for the latest GeForce RTX 30 series GPUs, improved WiFi 6e performance and a 16-inch 2,960 x 1,600 IPS panel with a rare 240Hz adaptive refresh rate. You'll also find up to 1TB of SSD storage, four-zone RGB lighting and up to 300W charging with a proprietary solution (135W through USB-C). The Legion 5i Pro arrives in February starting at $1,570, while the 5 Pro debuts in April for $1,430.

    \"Lenovo
    Lenovo

    Cost-conscious gamers won't have to give up much. The non-Pro Legion 5 and 5i models also use new AMD, Intel and NVIDIA parts, but they're 15 percent thinner while boasting more powerful fan systems and larger exhaust areas. They should feel better on your lap, too, thanks to an aluminum-magnesium hybrid cover. The 15-inch, 165Hz 1440p screen won't be quite as impressive as what you'll find on the Pro models, but it still offers a speedy 165Hz refresh rate and full sRGB color space coverage. Four-zone RGB is optional.

    The regular Legion 5i ships in February starting at $1,200. Wait until April and you can buy the AMD-powered Legion 5 from $1,130.

    This being Lenovo, there's also a slew of peripherals on deck. The 24.5-inch Legion Y25-30 monitor (due in May for $340) mates a 240Hz refresh rate and DisplayHDR 400 support with a high-accuracy IPS panel, while 24- and 27-inch G24qe-20 and G27qe-20 monitors (both coming in March for $260 and $300) provide the basics. The Legion M600s ($85, May) is a lightweight, ambidextrous wireless gaming mouse with a 19,000DPI sensor, while the M300s wired mouse ($30, May) packs RGB lighting and an 8,000 DPI sensor.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Lenovo is bombarding CES 2022 with a wave of new PCs, and it won't surprise to hear that gaming laptops play an important role. The company has introduced seventh-generation Legion 5 (shown below) and Legion 5 Pro (above) portables that are cooler and thinner while packing new AMD Ryzen 6000 and Intel 12th-gen Core CPUs. The AMD-based 5 Pro and Intel-based 5i Pro are sleeker than their predecessors, but offer the latest chips thanks to a revamped cooling system with slimmer fans, a larger exhaust area, a copper block heat sink and a more effective heat pipe layout — hopefully, the thermal issues with last year's models are no more.

    You can also expect options for the latest GeForce RTX 30 series GPUs, improved WiFi 6e performance and a 16-inch 2,960 x 1,600 IPS panel with a rare 240Hz adaptive refresh rate. You'll also find up to 1TB of SSD storage, four-zone RGB lighting and up to 300W charging with a proprietary solution (135W through USB-C). The Legion 5i Pro arrives in February starting at $1,570, while the 5 Pro debuts in April for $1,430.

    \"Lenovo
    Lenovo

    Cost-conscious gamers won't have to give up much. The non-Pro Legion 5 and 5i models also use new AMD, Intel and NVIDIA parts, but they're 15 percent thinner while boasting more powerful fan systems and larger exhaust areas. They should feel better on your lap, too, thanks to an aluminum-magnesium hybrid cover. The 15-inch, 165Hz 1440p screen won't be quite as impressive as what you'll find on the Pro models, but it still offers a speedy 165Hz refresh rate and full sRGB color space coverage. Four-zone RGB is optional.

    The regular Legion 5i ships in February starting at $1,200. Wait until April and you can buy the AMD-powered Legion 5 from $1,130.

    This being Lenovo, there's also a slew of peripherals on deck. The 24.5-inch Legion Y25-30 monitor (due in May for $340) mates a 240Hz refresh rate and DisplayHDR 400 support with a high-accuracy IPS panel, while 24- and 27-inch G24qe-20 and G27qe-20 monitors (both coming in March for $260 and $300) provide the basics. The Legion M600s ($85, May) is a lightweight, ambidextrous wireless gaming mouse with a 19,000DPI sensor, while the M300s wired mouse ($30, May) packs RGB lighting and an 8,000 DPI sensor.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/lenovo-legion-gaming-laptops-ces-2022-160013358.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Wed, 05 Jan 2022 16:00:13 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14922b84a88240b0fb137f9c5501b67e" + "hash": "928fbc2b52ccc7b3bf946e38d49f49c0", + "highlights": [] }, { - "title": "Le gouvernement fait le minimum pour les salaires des fonctionnaires", - "description": "La ministre de la Fonction publique a annoncé, ce jeudi, un alignement du minimum de rémunération des fonctionnaires sur le SMIC mais pas de mesure générale, au grand dam des fédérations de fonctionnaires. La CFDT et l'Unsa sont prêtes malgré tout à participer aux discussions qui vont s'ouvrir sur une évolution du système de rémunération des agents.", - "content": "La ministre de la Fonction publique a annoncé, ce jeudi, un alignement du minimum de rémunération des fonctionnaires sur le SMIC mais pas de mesure générale, au grand dam des fédérations de fonctionnaires. La CFDT et l'Unsa sont prêtes malgré tout à participer aux discussions qui vont s'ouvrir sur une évolution du système de rémunération des agents.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700507624220-le-gouvernement-fait-le-service-minimum-sur-les-salaires-des-fonctionnaires-2446247.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Thu, 09 Dec 2021 18:32:15 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/09/2446247_le-gouvernement-fait-le-minimum-pour-les-salaires-des-fonctionnaires-web-070510293072_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Razer and Fossil made a limited edition smartwatch for gamers", + "description": "

    There's now a more affordable way to wear your devotion to gaming on your wrist. Razer and Fossil have teamed up to release a limited-edition Gen 6 smartwatch built with gamers in mind. The new wristwear adds three custom watch faces — yes, including an RGB-inspired "Chroma" face. You'll also receive two custom silicone straps that include a sober black and Razer's iconic (if slightly eye-searing) green.

    This is otherwise the Gen 6 you've come to know. The 44mm steel case, Snapdragon Wear 4100+ chip, 3ATM water resistance, blood oxygen monitoring and 1.28-inch circular display will be familiar if you've shopped Fossil's recent smartwatches. Not these are necessarily bad things — the Razer watch should be a fast, capable timepiece. You won't get LTE and you'll have just 8GB of storage, but the very fast charging (80 percent in 30 minutes) should keep the device powered even if you regularly use sleep tracking.

    The Razer x Fossil watch will be available worldwide later in January for a reasonable $329. You'll need to scramble to get one, though. The two companies are making an appropriately nerdy 1,337 units, so you might have to 'settle' for a standard Gen 6. Much like TAG Heuer's Super Mario piece, this is more about exclusivity and flexing than making smartwatches a staple of the gaming community.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    There's now a more affordable way to wear your devotion to gaming on your wrist. Razer and Fossil have teamed up to release a limited-edition Gen 6 smartwatch built with gamers in mind. The new wristwear adds three custom watch faces — yes, including an RGB-inspired "Chroma" face. You'll also receive two custom silicone straps that include a sober black and Razer's iconic (if slightly eye-searing) green.

    This is otherwise the Gen 6 you've come to know. The 44mm steel case, Snapdragon Wear 4100+ chip, 3ATM water resistance, blood oxygen monitoring and 1.28-inch circular display will be familiar if you've shopped Fossil's recent smartwatches. Not these are necessarily bad things — the Razer watch should be a fast, capable timepiece. You won't get LTE and you'll have just 8GB of storage, but the very fast charging (80 percent in 30 minutes) should keep the device powered even if you regularly use sleep tracking.

    The Razer x Fossil watch will be available worldwide later in January for a reasonable $329. You'll need to scramble to get one, though. The two companies are making an appropriately nerdy 1,337 units, so you might have to 'settle' for a standard Gen 6. Much like TAG Heuer's Super Mario piece, this is more about exclusivity and flexing than making smartwatches a staple of the gaming community.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Finance Trading", + "link": "https://www.engadget.com/razer-x-fossil-gen-6-smartwatch-gamers-160007878.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Wed, 05 Jan 2022 16:00:07 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "73c4cd41c46dc727f54807c077fcc81f" + "hash": "77e0e9d28daa318aaf420e5de785ca18", + "highlights": [] }, { - "title": "Déserts médicaux : les incitations financières à l'installation donnent peu de résultats", - "description": "Une étude internationale menée par l'administration du ministère de la Santé montre que les incitations financières à l'installation des médecins en zone sous-dotée ne suffisent pas à motiver les intéressés. Il faut également travailler sur d'autres aspects : la formation initiale, l'accompagnement, la régulation.", - "content": "Une étude internationale menée par l'administration du ministère de la Santé montre que les incitations financières à l'installation des médecins en zone sous-dotée ne suffisent pas à motiver les intéressés. Il faut également travailler sur d'autres aspects : la formation initiale, l'accompagnement, la régulation.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700507817119-deserts-medicaux-les-incitations-financieres-a-linstallation-donnent-peu-de-resultats-2446190.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Thu, 09 Dec 2021 12:54:45 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/09/2446190_deserts-medicaux-les-incitations-financieres-a-linstallation-donnent-peu-de-resultats-web-070507953928_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Lenovo updates its ThinkPad X1 and Yoga models with Intel's 12th-gen chips", + "description": "

    Shortly after Intel tells the world that Alder Lake for laptops has arrived, that all the laptop makers show off the products to take advantage of the new silicon. Today, it’s Lenovo’s turn, busting out a refreshed range of ThinkPad X1 and Yoga machines with new, 12th-generation Intel Core chips and plenty of razzle-dazzle.

    The flagship X1 range is welcoming a 10th-generation X1 Carbon, seventh-generation X1 Yoga and a second-generation X1 Nano. Those high-end machines are targeted at professionals currently caught between the office and working from home, like so many of us are these days. That means the big focus is making sure you don’t look completely awful while you’re sat in yet another endless Zoom meeting.

    That’s why these new models all get a redesigned “communications bar,” which is a fancy way of describing the webcam housing. Nestled inside you’ll find a “superior camera,” with a number of options, including a standard HD camera or an FHD + IR camera, paired with quad-array microphones. You can also opt for a Computer Vision bundle that, Lenovo promises, will be able to automatically detect which person is in front of the machine for a faster log-in experience.

    You can also spec these machines with OLED displays, a 2.8k option for the X1 Carbon and a full 4K OLED for the X1 Yoga. Plus, there’s WiFi 6E, options for 4G or 5G modems and support for Tile’s finding features to help you never misplace your machine. The ThinkPad X1 Carbon (Gen 10) and Yoga (Gen 7) will be available in March, with prices starting at $1,639 and $1,749, respectively. The X1 Nano (Gen 2), meanwhile, will turn up a month later in April, with the base model due to cost $1,659.

    \"Lenovo
    Lenovo

    At the same time, Lenovo also wants to talk about its not-X line of Yoga machines, including the Yoga 9i, Yoga 71 and Yoga 6. The 9i is the flagship 2-in-1 for the year, which comes with the option of new 12th-generation Intel Core chips paired with Iris Xe graphics — making it an Intel Evo-certified machine. Lenovo says that this new model has vastly-improved (Bowers and Wilkins’) audio which is much louder than before, too. You’ll also be able to get the 9i with a 16:10, 4K OLED IPS touchscreen with 100 percent DCI-P3 color accuracy.

    Meanwhile, the 7i gets the option of a 2.8K OLED touchscreen (for the 14-inch) or a 2.5K LCD 60Hz display (for the 16-inch model). Both get the option of a Intel Core i7, paired with Iris Xe graphics, rapid charging and screens optimized for graphics professionals. The Yoga 6, meanwhile, is designed to burnish Lenovo’s environmental credentials, with its recycled aluminum cover or fabric-wrapped cover made with 50 percent recycled plastics.

    You can expect to get your hands on the Yoga 9i at some point in Q2, 2022, with the base model available for $1,399. The 16-inch Yoga 7i will retail for $899, while its smaller sibling will set you back $949 before you’ve started speccing it up, and both arrive in Q2 this year as well. Finally, the Yoga 6 with a Ryzen 5000 will require you to hand over $749, and if you guessed that these would also drop at some point in Q2, you deserve a cookie.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Shortly after Intel tells the world that Alder Lake for laptops has arrived, that all the laptop makers show off the products to take advantage of the new silicon. Today, it’s Lenovo’s turn, busting out a refreshed range of ThinkPad X1 and Yoga machines with new, 12th-generation Intel Core chips and plenty of razzle-dazzle.

    The flagship X1 range is welcoming a 10th-generation X1 Carbon, seventh-generation X1 Yoga and a second-generation X1 Nano. Those high-end machines are targeted at professionals currently caught between the office and working from home, like so many of us are these days. That means the big focus is making sure you don’t look completely awful while you’re sat in yet another endless Zoom meeting.

    That’s why these new models all get a redesigned “communications bar,” which is a fancy way of describing the webcam housing. Nestled inside you’ll find a “superior camera,” with a number of options, including a standard HD camera or an FHD + IR camera, paired with quad-array microphones. You can also opt for a Computer Vision bundle that, Lenovo promises, will be able to automatically detect which person is in front of the machine for a faster log-in experience.

    You can also spec these machines with OLED displays, a 2.8k option for the X1 Carbon and a full 4K OLED for the X1 Yoga. Plus, there’s WiFi 6E, options for 4G or 5G modems and support for Tile’s finding features to help you never misplace your machine. The ThinkPad X1 Carbon (Gen 10) and Yoga (Gen 7) will be available in March, with prices starting at $1,639 and $1,749, respectively. The X1 Nano (Gen 2), meanwhile, will turn up a month later in April, with the base model due to cost $1,659.

    \"Lenovo
    Lenovo

    At the same time, Lenovo also wants to talk about its not-X line of Yoga machines, including the Yoga 9i, Yoga 71 and Yoga 6. The 9i is the flagship 2-in-1 for the year, which comes with the option of new 12th-generation Intel Core chips paired with Iris Xe graphics — making it an Intel Evo-certified machine. Lenovo says that this new model has vastly-improved (Bowers and Wilkins’) audio which is much louder than before, too. You’ll also be able to get the 9i with a 16:10, 4K OLED IPS touchscreen with 100 percent DCI-P3 color accuracy.

    Meanwhile, the 7i gets the option of a 2.8K OLED touchscreen (for the 14-inch) or a 2.5K LCD 60Hz display (for the 16-inch model). Both get the option of a Intel Core i7, paired with Iris Xe graphics, rapid charging and screens optimized for graphics professionals. The Yoga 6, meanwhile, is designed to burnish Lenovo’s environmental credentials, with its recycled aluminum cover or fabric-wrapped cover made with 50 percent recycled plastics.

    You can expect to get your hands on the Yoga 9i at some point in Q2, 2022, with the base model available for $1,399. The 16-inch Yoga 7i will retail for $899, while its smaller sibling will set you back $949 before you’ve started speccing it up, and both arrive in Q2 this year as well. Finally, the Yoga 6 with a Ryzen 5000 will require you to hand over $749, and if you guessed that these would also drop at some point in Q2, you deserve a cookie.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/lenovo-thinkpad-carbon-x-1-x-1-nano-x1-yoga-i9-2022-update-160002156.html?src=rss", + "creator": "Daniel Cooper", + "pubDate": "Wed, 05 Jan 2022 16:00:02 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "87d50fd7c26fb7f2c46bf870e9eb59a6" + "hash": "b876cfa4813507b87fdc9b8068bd3f39", + "highlights": [] }, { - "title": "Covid : les pharmaciens autorisés à ouvrir le dimanche pour vacciner", - "description": "Les pharmaciens « qui le souhaitent » pourront ouvrir désormais tous les dimanches sur les mois de décembre et janvier pour vacciner contre le Covid-19, a annoncé ce jeudi matin Olivier Véran.", - "content": "Les pharmaciens « qui le souhaitent » pourront ouvrir désormais tous les dimanches sur les mois de décembre et janvier pour vacciner contre le Covid-19, a annoncé ce jeudi matin Olivier Véran.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700507661945-covid-les-pharmaciens-autorises-a-ouvrir-le-dimanche-pour-vacciner-2446153.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Thu, 09 Dec 2021 08:55:43 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/09/2446153_covid-les-pharmaciens-autorises-a-ouvrir-le-dimanche-pour-vacciner-web-070507677221_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Ring's new Glass Break sensor does exactly what you think", + "description": "

    Ring is today beefing up its homesecurity portfolio with a new Glass Break Sensor which does the job you already guessed it does based on the name. Compatible with both the Ring Alarm and Alarm Pro, this 3.78-inch puck sits close to the frontier of your home and monitors the sound in your home. An AI will be able, apparently, to tell the difference between a window being smashed in and other noises that sound a bit like it.

    If it does detect the sound of something sinister, you’ll get a notification on your Ring app, letting you take additional action. Alternatively, you can change the settings to automatically trigger a siren or, if you have a professional monitoring partner, can get them to give you a call. 

    Its scanning range is around 25 feet, and the company hopes that it will be able to run for three years on a single set of three AA batteries. 

    The Glass Break Sensor is available for pre-order today, and will begin shipping to customers on February 16th, priced at $40.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Ring is today beefing up its homesecurity portfolio with a new Glass Break Sensor which does the job you already guessed it does based on the name. Compatible with both the Ring Alarm and Alarm Pro, this 3.78-inch puck sits close to the frontier of your home and monitors the sound in your home. An AI will be able, apparently, to tell the difference between a window being smashed in and other noises that sound a bit like it.

    If it does detect the sound of something sinister, you’ll get a notification on your Ring app, letting you take additional action. Alternatively, you can change the settings to automatically trigger a siren or, if you have a professional monitoring partner, can get them to give you a call. 

    Its scanning range is around 25 feet, and the company hopes that it will be able to run for three years on a single set of three AA batteries. 

    The Glass Break Sensor is available for pre-order today, and will begin shipping to customers on February 16th, priced at $40.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/ring-glass-break-sensor-home-alarm-160001208.html?src=rss", + "creator": "Daniel Cooper", + "pubDate": "Wed, 05 Jan 2022 16:00:01 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "16a2a565b070ae7bfa49ee70a1a09b2b" + "hash": "83d443e26e11cf517a85495bb8c8baf8", + "highlights": [] }, { - "title": "Nouveau bras de fer sur la rémunération des fonctionnaires", - "description": "La ministre de la Transformation et de la Fonction publiques, Amélie de Montchalin, et les syndicats se retrouvent ce jeudi matin pour discuter salaires des fonctionnaires. Toutes les fédérations réclament une revalorisation de la valeur du point, qui sert de base au calcul des rémunérations des agents.", - "content": "La ministre de la Transformation et de la Fonction publiques, Amélie de Montchalin, et les syndicats se retrouvent ce jeudi matin pour discuter salaires des fonctionnaires. Toutes les fédérations réclament une revalorisation de la valeur du point, qui sert de base au calcul des rémunérations des agents.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700501489260-nouveau-bras-de-fer-sur-la-remuneration-des-fonctionnaires-2446135.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Thu, 09 Dec 2021 07:06:07 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/09/2446135_nouveau-bras-de-fer-sur-la-remuneration-des-fonctionnaires-web-070501598007_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Watch Hyundai's CES 2022 robot show in under 6 minutes", + "description": "

    Many companies at CES 2022 have been focused on products you can find on shelves, but Hyundai came to the show with nothing less than a grand vision of the future. The company used its presentation to outline a "metamobility" strategy where robots augment humanity's capabilities — to the point where you could even reconfigure whole rooms, or use a robot as a stand-in while you navigate the metaverse at home.

    Boston Dynamics' robots also played a large part in the event, and Hyundai was keen to discuss everything from exoskeletons through to digital twins for machinery. It's a lot to take in, we know. Thankfully, you can learn about those and more through our six-minute supercut.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Many companies at CES 2022 have been focused on products you can find on shelves, but Hyundai came to the show with nothing less than a grand vision of the future. The company used its presentation to outline a "metamobility" strategy where robots augment humanity's capabilities — to the point where you could even reconfigure whole rooms, or use a robot as a stand-in while you navigate the metaverse at home.

    Boston Dynamics' robots also played a large part in the event, and Hyundai was keen to discuss everything from exoskeletons through to digital twins for machinery. It's a lot to take in, we know. Thankfully, you can learn about those and more through our six-minute supercut.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Robots", + "link": "https://www.engadget.com/watch-hyundai-ces-2022-press-conference-152939912.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Wed, 05 Jan 2022 15:29:39 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1a20788f4d08a2ac426fcea3696b0dac" + "hash": "5bbea7e1c835c2ee7c8a5e35f16dc2b3", + "highlights": [] }, { - "title": "EXCLUSIF - Millésime exceptionnel pour l'apprentissage cette année", - "description": "Près de 675.000 jeunes ont signé un contrat d'apprentissage cette année dans le secteur privé, selon un décompte des « Echos ». Soit 163.000 de plus que l'année dernière, déjà marquée par une très forte croissance. La réforme de 2018, les primes à l'embauche et un changement de mentalité expliquent cet engouement.", - "content": "Près de 675.000 jeunes ont signé un contrat d'apprentissage cette année dans le secteur privé, selon un décompte des « Echos ». Soit 163.000 de plus que l'année dernière, déjà marquée par une très forte croissance. La réforme de 2018, les primes à l'embauche et un changement de mentalité expliquent cet engouement.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700491774068-exclusif-millesime-exceptionnel-pour-lapprentissage-cette-annee-2446124.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Thu, 09 Dec 2021 06:15:21 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/09/2446124_exclusif-millesime-exceptionnel-pour-lapprentissage-cette-annee-web-070491646780_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Watch Samsung's CES 2022 event in eight minutes", + "description": "

    Although many other major tech companies withdrew from having a physical presence at CES 2022, Samsung stayed the course. A t this year's show, it made a bunch of announcements and revealed an array of products, including the Galaxy S21 FE, a slightly more budget-friendly version of the Galaxy S21.

    At 55 inches, the wild Odyssey Ark is Samsung's largest curved monitor to date. Elsewhere, Samsung showed off a portable projector with a built-in smart speaker, its latest QLED sets, a remote that can recharge using router radio waves and an updated TV interface with cloud gaming services such as Google Stadia baked in. You can catch up with the company's biggest news from CES with our eight-minute supercut.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Although many other major tech companies withdrew from having a physical presence at CES 2022, Samsung stayed the course. A t this year's show, it made a bunch of announcements and revealed an array of products, including the Galaxy S21 FE, a slightly more budget-friendly version of the Galaxy S21.

    At 55 inches, the wild Odyssey Ark is Samsung's largest curved monitor to date. Elsewhere, Samsung showed off a portable projector with a built-in smart speaker, its latest QLED sets, a remote that can recharge using router radio waves and an updated TV interface with cloud gaming services such as Google Stadia baked in. You can catch up with the company's biggest news from CES with our eight-minute supercut.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/samsung-ces-2022-supercut-150856924.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Wed, 05 Jan 2022 15:08:56 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "be966b1c413ff7e673ed1f0074b3b463" + "hash": "c9a81973cf32bc09d00ced56b2c1c864", + "highlights": [] }, { - "title": "Le Covid, une chance pour le Made in France ?", - "description": "Episode 1 - Pour « La Story », le podcast d'actualité des « Echos », Pierrick Fay et ses invités reviennent sur la façon dont la crise sanitaire a réveillé l'attrait pour les produits fabriqués en France, sur fond de regain de souveraineté européenne. Encore faut-il ne pas rater la marche…", - "content": "Episode 1 - Pour « La Story », le podcast d'actualité des « Echos », Pierrick Fay et ses invités reviennent sur la façon dont la crise sanitaire a réveillé l'attrait pour les produits fabriqués en France, sur fond de regain de souveraineté européenne. Encore faut-il ne pas rater la marche…", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700293848003-le-covid-une-chance-pour-le-made-in-france-2441060.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Fri, 12 Nov 2021 17:00:50 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/12/2441060_le-covid-une-chance-pour-le-made-in-france-web-070294135189_300x160.jpg", - "enclosureType": "image/jpg", + "title": "NASA will test Alexa voice control aboard the Artemis I mission", + "description": "

    Alexa will be the first voice assistant available beyond Earth. Amazon and Lockheed Martin have revealed NASA will carry Alexa to space aboard the Artemis I mission launching later in 2022. While that flight is uncrewed, the companies are planning a "virtual crew experience" at NASA's Johnson Space Center that will let people in Mission Control (including students and special guests) simulate conversations between the digital helper and astronauts.

    This is decidedly more sophisticated than the Alexa on your Echo speaker. Alexa will have access to the Orion spacecraft's telemetry data, answer "thousands" of mission-related questions and even control devices like cabin lighting. Amazon has finessed its algorithms to consider Orion's acoustics. Connectivity in space shouldn't be an issue, either. The Callisto technology payload carrying Alexa will both allow local voice control (even with no internet access) and access the Deep Space Network to provide news from home.

    The initiative isn't just about bragging rights or bringing a Star Trek-style computer to life. Amazon will use the lessons learned from Artemis I to improve Alexa both for future missions and for everyday users, particularly those who have little to no internet connectivity. The company is also adding new Alexa experiences that will give you access to Artemis I's telemetry, imagery, video (including the launch livestream) and notifications for key mission milestones.

    Amazon is hoping to foster the next wave of space explorers in the process. It's introducing an Alexa for Astronauts program that provides access to the virtual crew experience, digital tours of the Johnson Space Center and a STEM curriculum built withe the help of the National Science Teaching Association and Mobile CSP. The move helps Amazon burnish its reputation, of course, but it could be worthwhile if it encourages more students to pursue space industry careers.

    ", + "content": "

    Alexa will be the first voice assistant available beyond Earth. Amazon and Lockheed Martin have revealed NASA will carry Alexa to space aboard the Artemis I mission launching later in 2022. While that flight is uncrewed, the companies are planning a "virtual crew experience" at NASA's Johnson Space Center that will let people in Mission Control (including students and special guests) simulate conversations between the digital helper and astronauts.

    This is decidedly more sophisticated than the Alexa on your Echo speaker. Alexa will have access to the Orion spacecraft's telemetry data, answer "thousands" of mission-related questions and even control devices like cabin lighting. Amazon has finessed its algorithms to consider Orion's acoustics. Connectivity in space shouldn't be an issue, either. The Callisto technology payload carrying Alexa will both allow local voice control (even with no internet access) and access the Deep Space Network to provide news from home.

    The initiative isn't just about bragging rights or bringing a Star Trek-style computer to life. Amazon will use the lessons learned from Artemis I to improve Alexa both for future missions and for everyday users, particularly those who have little to no internet connectivity. The company is also adding new Alexa experiences that will give you access to Artemis I's telemetry, imagery, video (including the launch livestream) and notifications for key mission milestones.

    Amazon is hoping to foster the next wave of space explorers in the process. It's introducing an Alexa for Astronauts program that provides access to the virtual crew experience, digital tours of the Johnson Space Center and a STEM curriculum built withe the help of the National Science Teaching Association and Mobile CSP. The move helps Amazon burnish its reputation, of course, but it could be worthwhile if it encourages more students to pursue space industry careers.

    ", + "category": "Science", + "link": "https://www.engadget.com/alexa-in-space-nasa-artemis-mission-143518042.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Wed, 05 Jan 2022 14:35:18 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fbbe9242848ad31707eaba6aaf489a1b" + "hash": "ef3e69ee97cb74a91be025475c96ee81", + "highlights": [] }, { - "title": "Retraites : la France invitée à introduire une dose de pilotage automatique", - "description": "Dans son panorama des pensions 2021, l'OCDE prône le recul de l'âge de départ en France. Elle plaide aussi pour la mise en place de mécanismes d'ajustement automatique, afin de répondre au défi du vieillissement sans multiplier les psychodrames des réformes des retraites.", - "content": "Dans son panorama des pensions 2021, l'OCDE prône le recul de l'âge de départ en France. Elle plaide aussi pour la mise en place de mécanismes d'ajustement automatique, afin de répondre au défi du vieillissement sans multiplier les psychodrames des réformes des retraites.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700493874303-retraites-la-france-invitee-a-introduire-une-dose-de-pilotage-automatique-2445922.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Wed, 08 Dec 2021 11:00:31 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/08/2445922_retraites-la-france-invitee-a-introduire-une-dose-de-pilotage-automatique-web-070494022051.jpg", - "enclosureType": "image/jpg", + "title": "Watch Sony's CES 2022 keynote in under nine minutes", + "description": "

    Sony's CES 2022 press conference was jammed with information, as it revealed more details on PlayStation VR2 and plans to launch an electric car company. During the latter announcement, it even brought out an electric SUV called the Vision-S 02, a follow-up vehicle to the Vision-S it showed at CES 2020. 

    That's not even mentioning that Spider-Man: No Way Home star Tom Holland came on stage to present a clip from the upcoming Uncharted film or a preview of upcoming games for PS VR2. Luckily, you can get caught up with all the news in less than nine minutes with our supercut, so enjoy!

    ", + "content": "

    Sony's CES 2022 press conference was jammed with information, as it revealed more details on PlayStation VR2 and plans to launch an electric car company. During the latter announcement, it even brought out an electric SUV called the Vision-S 02, a follow-up vehicle to the Vision-S it showed at CES 2020. 

    That's not even mentioning that Spider-Man: No Way Home star Tom Holland came on stage to present a clip from the upcoming Uncharted film or a preview of upcoming games for PS VR2. Luckily, you can get caught up with all the news in less than nine minutes with our supercut, so enjoy!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/sony-ces-2022-conference-under-nine-minutes-141038789.html?src=rss", + "creator": "Steve Dent", + "pubDate": "Wed, 05 Jan 2022 14:10:38 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "80e691a586de5784b7d8501930b0f9a1" + "hash": "2873997d3090de9b899dc53f5cd7f312", + "highlights": [] }, { - "title": "Covid : les patrons gardent la tête froide face à la reprise de l'épidémie", - "description": "La Banque de France estime, à ce stade, que les restrictions annoncées par l'exécutif pour contrer la nouvelle vague épidémique « ne devraient pas avoir un impact significatif sur l'activité ». L'économie devrait progresser au quatrième trimestre à un rythme légèrement inférieur au 0,75 % prévu précédemment.", - "content": "La Banque de France estime, à ce stade, que les restrictions annoncées par l'exécutif pour contrer la nouvelle vague épidémique « ne devraient pas avoir un impact significatif sur l'activité ». L'économie devrait progresser au quatrième trimestre à un rythme légèrement inférieur au 0,75 % prévu précédemment.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700490961346-covid-les-patrons-gardent-la-tete-froide-face-a-la-reprise-de-lepidemie-2445716.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 07 Dec 2021 20:42:14 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/07/2445716_covid-les-patrons-gardent-la-tete-froide-face-a-la-reprise-de-lepidemie-web-tete-070494236494_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Apple's 24-inch iMac M1 is cheaper than ever on Amazon right now", + "description": "

    Those looking to add a speedy desktop to their household, or upgrade from an old machine, should consider Apple's latest iMac. The sleek machine earned a score of 89 from us thanks in part to its fast performance and updated design, and now you can pick up the silver model for less at Amazon. The 24-inch iMac M1 with an 8-core CPU and a 7-core GPU, along with 8GB of RAM and 256GB of storage, is down to $1,249, or $50 off its normal price. Only the silver model is this low right now, and the last time it saw a similar discount was back in July of last year.

    Buy 24-inch iMac M1 at Amazon - $1,249

    Apple's M1 chipset powers the latest iMacs, delivering noticeable performance improvements over previous models. The desktop can handle video editing, spreadsheet work and even Apple Arcade gaming without breaking a sweat, and wakes almost instantaneously from sleeping and only takes around 25 seconds to boot in a cold start. It also has a stunning 4.5K Retina Display that can show over one billion colors and reach up to 500 nits of brightness, so everything from photos to videos pops on this screen. Plus, the under-10-pound iMac is pretty easy to move around, so while you may just want to park it in one room of your home, you can move it when necessary without much effort.

    Our biggest gripes with the iMac are its lack of vertical screen adjustment and its USB-C only port array. The base model, which is the one on sale, only has two USB-C ports — and you'll have to spring for the $1,499 8-core GPU version in order to get two more. That means that you'll most certainly be living the dongle life if you invest in this laptop, and that's an inconvenience that might be too much for some. You do get the color-matching Magic Mouse and Magic Keyboard with this desktop, though, and while there are more comfortable combos out there, they will work just fine for most people. 

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    ", + "content": "

    Those looking to add a speedy desktop to their household, or upgrade from an old machine, should consider Apple's latest iMac. The sleek machine earned a score of 89 from us thanks in part to its fast performance and updated design, and now you can pick up the silver model for less at Amazon. The 24-inch iMac M1 with an 8-core CPU and a 7-core GPU, along with 8GB of RAM and 256GB of storage, is down to $1,249, or $50 off its normal price. Only the silver model is this low right now, and the last time it saw a similar discount was back in July of last year.

    Buy 24-inch iMac M1 at Amazon - $1,249

    Apple's M1 chipset powers the latest iMacs, delivering noticeable performance improvements over previous models. The desktop can handle video editing, spreadsheet work and even Apple Arcade gaming without breaking a sweat, and wakes almost instantaneously from sleeping and only takes around 25 seconds to boot in a cold start. It also has a stunning 4.5K Retina Display that can show over one billion colors and reach up to 500 nits of brightness, so everything from photos to videos pops on this screen. Plus, the under-10-pound iMac is pretty easy to move around, so while you may just want to park it in one room of your home, you can move it when necessary without much effort.

    Our biggest gripes with the iMac are its lack of vertical screen adjustment and its USB-C only port array. The base model, which is the one on sale, only has two USB-C ports — and you'll have to spring for the $1,499 8-core GPU version in order to get two more. That means that you'll most certainly be living the dongle life if you invest in this laptop, and that's an inconvenience that might be too much for some. You do get the color-matching Magic Mouse and Magic Keyboard with this desktop, though, and while there are more comfortable combos out there, they will work just fine for most people. 

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/apples-24-inch-imac-m1-is-cheaper-than-ever-on-amazon-right-now-135540267.html?src=rss", + "creator": "Valentina Palladino", + "pubDate": "Wed, 05 Jan 2022 13:55:40 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "03550dd5728377f3d271db716ad55121" + "hash": "9dce9dae597acb53a3d79b74fabd306a", + "highlights": [] }, { - "title": "Les exportateurs français moins à la peine que leurs voisins allemands", - "description": "Les exportations allemandes ont baissé en septembre, pour le deuxième mois consécutif, alors que celles de la France sont bien orientées depuis le début de l'été. Pour autant, les exportations allemandes sont plus proches de leur niveau d'avant crise que celles de la France.", - "content": "Les exportations allemandes ont baissé en septembre, pour le deuxième mois consécutif, alors que celles de la France sont bien orientées depuis le début de l'été. Pour autant, les exportations allemandes sont plus proches de leur niveau d'avant crise que celles de la France.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700291457874-les-exportateurs-francais-moins-a-la-peine-que-leurs-voisins-allemands-2440450.php#xtor=RSS-71", - "creator": "Claude Fouquet", - "pubDate": "Tue, 09 Nov 2021 12:04:53 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/09/2440450_les-exportateurs-francais-moins-a-la-peine-que-leurs-voisins-allemands-web-070292225468_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Walmart's InHome Delivery service will reach up to 30 million households in 2022", + "description": "

    Walmart has big plans for its InHome delivery service in 2022, aiming to expand it from 6 million households to 30 million by the end of the year. To achieve that, it will hire more than 3,000 full-time associate delivery drivers and build out a fleet of all-electric delivery vans. 

    The InHome service, which handles more than 160,000 items from 3,400 stores, first launched in 2019. Since then, it's been operating in select markets at a fee of $19.95 per month or $148 per year, a bit more than the $119 you pay for Amazon Prime membership. However, Walmart notes that tips for associates are built into the fee. 

    Once signed up, you can order items from the Walmart app and select InHome as the preferred delivery method. Drivers can unlock the customer's door using a one-time access code, with a vest-worn camera recording the entire delivery. You can use your own smart lock or purchase one from InHome for $50. 

    Walmart said that the new associate delivery driver position is full-time and includes benefits like medical, vision and dental insurance, 401K matching, paid time off and free college degrees. Drivers also get paid a $1.50/hour premium compared to other store workers. 

    The company plans to equip those workers with a fleet of all-electric vans. It has yet to specify exactly which delivery vehicles it will use, though it has tested EV's used by GM's Cruise division and autonomous, electric box trucks employed by a startup called Gatik. Walmart said it will make InHome delivery service accessible to 30 million households by the end of the year, reaching around 70 percent of the US population. 

    ", + "content": "

    Walmart has big plans for its InHome delivery service in 2022, aiming to expand it from 6 million households to 30 million by the end of the year. To achieve that, it will hire more than 3,000 full-time associate delivery drivers and build out a fleet of all-electric delivery vans. 

    The InHome service, which handles more than 160,000 items from 3,400 stores, first launched in 2019. Since then, it's been operating in select markets at a fee of $19.95 per month or $148 per year, a bit more than the $119 you pay for Amazon Prime membership. However, Walmart notes that tips for associates are built into the fee. 

    Once signed up, you can order items from the Walmart app and select InHome as the preferred delivery method. Drivers can unlock the customer's door using a one-time access code, with a vest-worn camera recording the entire delivery. You can use your own smart lock or purchase one from InHome for $50. 

    Walmart said that the new associate delivery driver position is full-time and includes benefits like medical, vision and dental insurance, 401K matching, paid time off and free college degrees. Drivers also get paid a $1.50/hour premium compared to other store workers. 

    The company plans to equip those workers with a fleet of all-electric vans. It has yet to specify exactly which delivery vehicles it will use, though it has tested EV's used by GM's Cruise division and autonomous, electric box trucks employed by a startup called Gatik. Walmart said it will make InHome delivery service accessible to 30 million households by the end of the year, reaching around 70 percent of the US population. 

    ", + "category": "Professional Services", + "link": "https://www.engadget.com/walmart-expanding-inhome-delivery-30-million-households-132840121.html?src=rss", + "creator": "Steve Dent", + "pubDate": "Wed, 05 Jan 2022 13:28:40 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0c6bbd138b97e23acba57e28fda4c317" + "hash": "980096c3cf92903e8e673f221755640f", + "highlights": [] }, { - "title": "L'industrie reprend, à son tour, de la vigueur en France", - "description": "Selon la note de conjoncture publiée lundi par la Banque de France, le PIB « dépasserait d'environ un demi-point » son niveau pré-crise en octobre et « de trois-quarts de point » en novembre. Les perspectives d'activité s'améliorent dans tous les secteurs.", - "content": "Selon la note de conjoncture publiée lundi par la Banque de France, le PIB « dépasserait d'environ un demi-point » son niveau pré-crise en octobre et « de trois-quarts de point » en novembre. Les perspectives d'activité s'améliorent dans tous les secteurs.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700284786318-lindustrie-reprend-a-son-tour-de-la-vigueur-en-france-2440403.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 09 Nov 2021 06:15:18 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/09/2440403_lindustrie-reprend-a-son-tour-de-la-vigueur-en-france-web-tete-070285292658_300x160.jpg", - "enclosureType": "image/jpg", + "title": "512 Audio debuts its first 'studio-inspired' USB mics for creators", + "description": "

    Another year of restrictions means the excuses for not starting that podcast are surely drying up. If your last one was “I can’t find a USB mic I like,” then 512 Audio might be about to ruin your (procrastinator’s) day. The company is unveiling two USB microphones at CES this year along with a podcast-friendly audio interface.

    If you do (or plan on doing) a lot of vocal work, the $119 Script microphone might be the one to consider. The vintage styling is based on Warm Audio’s WA-14 studio condenser microphone (512 Audio is a subsidiary of Warm). The Script is dual-pattern (Cardioid/Omni) and the dual 14mm capsules are tuned to vocal work, so the company claims. Thanks to its USB connection, the Script offers zero-latency monitoring via a headphone jack and onboard gain/mute controls.

    Should you want a microphone that’s a little more versatile, then the $160 Tempest might be a better fit. Like the Script, there are onboard monitoring and volume controls. The Tempest also offers a larger, 34mm capsule, for those that want a more responsive sound. This model, too, is based on one of Warm’s existing microphones – specifically the WA 47Jr. Though we don’t know if these microphones are just USB versions of the ones they mimic or are simply visually inspired by them (at the very least, the WA14 offers more polar patterns than its 512 counterpart).

    \"512
    512 Audio

    With both of the new microphones offering USB connectivity, you won’t need an interface to connect them to your PC, but 512 Audio is unveiling one of their own for those that already have XLR microphones and want to plug them into something a little more podcast friendly than a generic interface.

    While there’s no pricing information at this time, the audio interface has two combo ports for the aforementioned XLR mics and or ¼-inch instruments. There’s also a 3.5mm input for phones and other compatible devices. Perfect for introducing a “caller” onto your show or simply for feeding in other audio sources as you see fit. There are two headphone outputs on the front, which is a definite perk for podcasters and even a mute button for the mics which is less common than you might think, and handy in a podcast scenario for talking off-air or avoiding coughs and other unwanted sounds.

    Of all the above, the Tempest will be launching first, slated for March this year. The Script will be available in “spring” and the audio interface will come later this year.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Another year of restrictions means the excuses for not starting that podcast are surely drying up. If your last one was “I can’t find a USB mic I like,” then 512 Audio might be about to ruin your (procrastinator’s) day. The company is unveiling two USB microphones at CES this year along with a podcast-friendly audio interface.

    If you do (or plan on doing) a lot of vocal work, the $119 Script microphone might be the one to consider. The vintage styling is based on Warm Audio’s WA-14 studio condenser microphone (512 Audio is a subsidiary of Warm). The Script is dual-pattern (Cardioid/Omni) and the dual 14mm capsules are tuned to vocal work, so the company claims. Thanks to its USB connection, the Script offers zero-latency monitoring via a headphone jack and onboard gain/mute controls.

    Should you want a microphone that’s a little more versatile, then the $160 Tempest might be a better fit. Like the Script, there are onboard monitoring and volume controls. The Tempest also offers a larger, 34mm capsule, for those that want a more responsive sound. This model, too, is based on one of Warm’s existing microphones – specifically the WA 47Jr. Though we don’t know if these microphones are just USB versions of the ones they mimic or are simply visually inspired by them (at the very least, the WA14 offers more polar patterns than its 512 counterpart).

    \"512
    512 Audio

    With both of the new microphones offering USB connectivity, you won’t need an interface to connect them to your PC, but 512 Audio is unveiling one of their own for those that already have XLR microphones and want to plug them into something a little more podcast friendly than a generic interface.

    While there’s no pricing information at this time, the audio interface has two combo ports for the aforementioned XLR mics and or ¼-inch instruments. There’s also a 3.5mm input for phones and other compatible devices. Perfect for introducing a “caller” onto your show or simply for feeding in other audio sources as you see fit. There are two headphone outputs on the front, which is a definite perk for podcasters and even a mute button for the mics which is less common than you might think, and handy in a podcast scenario for talking off-air or avoiding coughs and other unwanted sounds.

    Of all the above, the Tempest will be launching first, slated for March this year. The Script will be available in “spring” and the audio interface will come later this year.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Microphones", + "link": "https://www.engadget.com/512-audio-script-tempest-usb-microphones-130018337.html?src=rss", + "creator": "James Trew", + "pubDate": "Wed, 05 Jan 2022 13:00:18 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6b0238baa99d6fda512288f0284b2912" + "hash": "4f5ecf132377a461ae560665211a7463", + "highlights": [] }, { - "title": "Présidentielle : ce que demande le monde de l'industrie pour améliorer la compétitivité", - "description": "Toujours perturbée par les difficultés d'approvisionnement, la production manufacturière française reste en deçà de son niveau d'avant-crise. A quelques mois des élections présidentielles, la poursuite de la baisse des impôts de production revient dans le débat.", - "content": "Toujours perturbée par les difficultés d'approvisionnement, la production manufacturière française reste en deçà de son niveau d'avant-crise. A quelques mois des élections présidentielles, la poursuite de la baisse des impôts de production revient dans le débat.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700266186636-presidentielle-ce-que-demande-le-monde-de-lindustrie-pour-ameliorer-la-competitivite-2440185.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Mon, 08 Nov 2021 07:00:41 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/08/2440185_presidentielle-ce-que-demande-le-monde-de-lindustrie-pour-ameliorer-la-competitivite-web-tete-070268096889_300x160.jpg", - "enclosureType": "image/jpg", + "title": "The Morning After: Sony reveals PlayStation VR2 specs", + "description": "

    Of course, the year when many media outlets and companies decide to skip on attending CES in person, Sony decides this is the year to make some news at its press conference. While we got more news on its EV plans, and next-gen TVs, Tom Holland was also drafted into the showcase to promote the forthcoming Uncharted feature film.

    Then it hit us with a barrage of specs for the highly anticipated next-gen PlayStation VR headset. It will, of course, be compatible with the PS5 and the VR2 Sense controllers we’ve already seen. It will have a display resolution of 2,000 x 2,040 pixel per eye, a 110-degree field of view, and be capable of 90 to 120Hz frame rates, all while supporting 4K HDR.

    The world of consumer VR has rocketed forward since the original PSVR, so Sony is playing catchup with features like inside-out tracking, which uses multiple embedded cameras to track the movements of your head and controllers. There will also be “headset feedback” which sounds like the headset will shake and vibrate like a DualShock/DualSense controller. We’re still waiting to see what it’ll look like, how much it’ll cost and when we’ll get to buy one, but the company did announce one of the first games arriving on the platform: Horizon Call of the Mountain, which will be a VR experience set in the Horizon universe.

    -Mat Smith

    Samsung's portable Freestyle projector focuses and levels automatically

    The floodlight-style device weighs just 1.83 lbs.

    \"TMA\"
    Samsung

    Samsung's new portable projector uses autofocus and auto-leveling features that'll help align whatever you're watching, meaning you'll have a lot of options for where to place it.

    You'll be able to project content at a display size ranging from 30 to 100 inches with a 1080p resolution. It has a 180-degree cradle stand, so you can point it toward a ceiling and watch things while you're lying down. Alternatively, using a base accessory, the Freestyle can even connect to a standard E26 light bulb socket.

    Continue reading.

    TP-Link’s new WiFi 6E router has motorized antennas that follow your devices

    Less excuses for poor connections.

    \"TMA\"
    TP-Link

    How do you make a router cute?

    Look at it wiggle!

    ASUS' ROG Flow Z13 is a gaming tablet with NVIDIA's RTX 3050 Ti

    Think of it like a Super Surface.

    The ROG Flow Z13 packs in Intel's new 12th-gen processors and up to NVIDIA's RTX 3050 Ti all in a sleek slate. Weighing in at 2.43 pounds, it's clearly not meant to replace smaller tablets like the iPad. Instead, ASUS sees it as a way to bring your PC games everywhere — say a cramped airplane tray table — without the bulk of a laptop. It can even connect to external GPUs.

    Continue reading.

    ​​The RTX 3090 Ti is NVIDIA’s new-new flagship GPU

    There’s also an “RTX 3050” at the low end.

    NVIDIA just teased a new flagship GPU: the RTX 3090 Ti. More details will arrive soon, but the company did reveal a few specs to keep high-end GPU fans intrigued. The RTX 3090 Ti will become NVIDIA’s ultra high-end GPU, outside of its creator line, supplanting the RTX 3090.

    Like the 3090, the 3090 Ti will have 24GB of GDDR6X memory, but running at 21Gbit/s, as opposed to the 19.5Gbit/s of the 3090’s memory. NVIDIA also says the GPU is capable of calculating 40 shader teraflops, 78 RT teraflops and 320 tensor (AI) teraflops. More vital statistics – but no price – after the fold.

    Continue reading.

    Dell's XPS 13 Plus is a beautiful ultraportable with no headphone jack

    What good is a sleek design if we can't plug in our headphones?

    The company's flagship ultraportable that sparked the slim bezel trend and has remained one of our favorite notebooks for years is evolving. The XPS 13 Plus, a more powerful and ambitiously designed notebook with a lattice-less keyboard (read: no space between the keys) and a glass haptic touchpad. It also, gasp, lacks a headphone jack.

    Continue reading.

    Sony reveals its follow-up Vision-S 02 EV prototype

    It’s an SUV.

    \"TMA\"
    Sony

    Sony has unveiled a follow-up to the electric car it revealed at the same event two years ago. The new prototype is an SUV called the Vision-S 02, which features a large interior that can seat seven.

    The electric SUV has sensors all over its body, including CMOS image and LiDAR sensors for its driver assistance system. Sony says it's already conducting tests in Europe as part of its efforts to release Level 2+ driver assistance technology on public roads. Inside, there are ime-of-flight sensors for driver authentication, as well as support for intuitive gesture and voice commands. Sony now has ambitions to become a player in the electric vehicle industry and sell its cars to the public. It will establish an operating company named "Sony Mobility Inc." this spring and will explore entry into the EV market.

    Continue reading.

     

    The biggest news stories you might have missed


    ​​Sony's 2022 Quantum Dot OLED TVs can tweak quality settings using a camera

    HyperX boasts 300 hours of battery life for its latest gaming headset

    NASA's James Webb Space Telescope has successfully deployed its 70-foot sunshield

    Watch LG's CES 2022 event in under five minutes

    Eargo's latest smart hearing aid adapts to your environment

    Let's watch two minutes of the upcoming 'Uncharted' movie

    John Deere says its self-driving tractor is ready for production

    ", + "content": "

    Of course, the year when many media outlets and companies decide to skip on attending CES in person, Sony decides this is the year to make some news at its press conference. While we got more news on its EV plans, and next-gen TVs, Tom Holland was also drafted into the showcase to promote the forthcoming Uncharted feature film.

    Then it hit us with a barrage of specs for the highly anticipated next-gen PlayStation VR headset. It will, of course, be compatible with the PS5 and the VR2 Sense controllers we’ve already seen. It will have a display resolution of 2,000 x 2,040 pixel per eye, a 110-degree field of view, and be capable of 90 to 120Hz frame rates, all while supporting 4K HDR.

    The world of consumer VR has rocketed forward since the original PSVR, so Sony is playing catchup with features like inside-out tracking, which uses multiple embedded cameras to track the movements of your head and controllers. There will also be “headset feedback” which sounds like the headset will shake and vibrate like a DualShock/DualSense controller. We’re still waiting to see what it’ll look like, how much it’ll cost and when we’ll get to buy one, but the company did announce one of the first games arriving on the platform: Horizon Call of the Mountain, which will be a VR experience set in the Horizon universe.

    -Mat Smith

    Samsung's portable Freestyle projector focuses and levels automatically

    The floodlight-style device weighs just 1.83 lbs.

    \"TMA\"
    Samsung

    Samsung's new portable projector uses autofocus and auto-leveling features that'll help align whatever you're watching, meaning you'll have a lot of options for where to place it.

    You'll be able to project content at a display size ranging from 30 to 100 inches with a 1080p resolution. It has a 180-degree cradle stand, so you can point it toward a ceiling and watch things while you're lying down. Alternatively, using a base accessory, the Freestyle can even connect to a standard E26 light bulb socket.

    Continue reading.

    TP-Link’s new WiFi 6E router has motorized antennas that follow your devices

    Less excuses for poor connections.

    \"TMA\"
    TP-Link

    How do you make a router cute?

    Look at it wiggle!

    ASUS' ROG Flow Z13 is a gaming tablet with NVIDIA's RTX 3050 Ti

    Think of it like a Super Surface.

    The ROG Flow Z13 packs in Intel's new 12th-gen processors and up to NVIDIA's RTX 3050 Ti all in a sleek slate. Weighing in at 2.43 pounds, it's clearly not meant to replace smaller tablets like the iPad. Instead, ASUS sees it as a way to bring your PC games everywhere — say a cramped airplane tray table — without the bulk of a laptop. It can even connect to external GPUs.

    Continue reading.

    ​​The RTX 3090 Ti is NVIDIA’s new-new flagship GPU

    There’s also an “RTX 3050” at the low end.

    NVIDIA just teased a new flagship GPU: the RTX 3090 Ti. More details will arrive soon, but the company did reveal a few specs to keep high-end GPU fans intrigued. The RTX 3090 Ti will become NVIDIA’s ultra high-end GPU, outside of its creator line, supplanting the RTX 3090.

    Like the 3090, the 3090 Ti will have 24GB of GDDR6X memory, but running at 21Gbit/s, as opposed to the 19.5Gbit/s of the 3090’s memory. NVIDIA also says the GPU is capable of calculating 40 shader teraflops, 78 RT teraflops and 320 tensor (AI) teraflops. More vital statistics – but no price – after the fold.

    Continue reading.

    Dell's XPS 13 Plus is a beautiful ultraportable with no headphone jack

    What good is a sleek design if we can't plug in our headphones?

    The company's flagship ultraportable that sparked the slim bezel trend and has remained one of our favorite notebooks for years is evolving. The XPS 13 Plus, a more powerful and ambitiously designed notebook with a lattice-less keyboard (read: no space between the keys) and a glass haptic touchpad. It also, gasp, lacks a headphone jack.

    Continue reading.

    Sony reveals its follow-up Vision-S 02 EV prototype

    It’s an SUV.

    \"TMA\"
    Sony

    Sony has unveiled a follow-up to the electric car it revealed at the same event two years ago. The new prototype is an SUV called the Vision-S 02, which features a large interior that can seat seven.

    The electric SUV has sensors all over its body, including CMOS image and LiDAR sensors for its driver assistance system. Sony says it's already conducting tests in Europe as part of its efforts to release Level 2+ driver assistance technology on public roads. Inside, there are ime-of-flight sensors for driver authentication, as well as support for intuitive gesture and voice commands. Sony now has ambitions to become a player in the electric vehicle industry and sell its cars to the public. It will establish an operating company named "Sony Mobility Inc." this spring and will explore entry into the EV market.

    Continue reading.

     

    The biggest news stories you might have missed


    ​​Sony's 2022 Quantum Dot OLED TVs can tweak quality settings using a camera

    HyperX boasts 300 hours of battery life for its latest gaming headset

    NASA's James Webb Space Telescope has successfully deployed its 70-foot sunshield

    Watch LG's CES 2022 event in under five minutes

    Eargo's latest smart hearing aid adapts to your environment

    Let's watch two minutes of the upcoming 'Uncharted' movie

    John Deere says its self-driving tractor is ready for production

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/the-morning-after-sony-reveals-specs-and-more-play-station-vr-2-details-121559066.html?src=rss", + "creator": "Mat Smith", + "pubDate": "Wed, 05 Jan 2022 12:55:59 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b4e7a8d231cc25167cfec72f5cac041c" + "hash": "660747c1c85922ee27265a7dd6e1b9a9", + "highlights": [] }, { - "title": "Covid : le gouvernement veut deux à trois jours de télétravail par semaine", - "description": "Jean Castex a appelé, ce lundi, à l'extension du télétravail, « jusqu'à 3 jours » par semaine dans la fonction publique, 2 à 3 jours ailleurs si cela était possible. Le Premier ministre a recommandé aux Français de limiter les « moments de convivialité » en intérieur dans les sphères privées et professionnelles, afin de tenter d'endiguer la 5e vague de coronavirus.", - "content": "Jean Castex a appelé, ce lundi, à l'extension du télétravail, « jusqu'à 3 jours » par semaine dans la fonction publique, 2 à 3 jours ailleurs si cela était possible. Le Premier ministre a recommandé aux Français de limiter les « moments de convivialité » en intérieur dans les sphères privées et professionnelles, afin de tenter d'endiguer la 5e vague de coronavirus.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700484584804-covid-le-gouvernement-veut-deux-a-trois-jours-de-teletravail-par-semaine-2445428.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Mon, 06 Dec 2021 19:52:46 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/06/2445428_covid-le-gouvernement-veut-deux-a-trois-jours-de-teletravail-par-semaine-web-tete-070484571994_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Watch NVIDIA's CES 2022 conference in under 10 minutes", + "description": "

    CES 2022 press conferences aren't always the most informative, but NVIDIA actually unveiled some pretty interesting products this year. Chief among those is the RTX 3090 Ti, its new flagship graphics card that's likely the most powerful gaming GPU ever built. The company also announced what will be the cheapest RTX 30-series desktop GPU to date, the RTX 3050.

    It didn't leave laptops out either. NVIDIA also launched the RTX 3070 Ti and 3080 Ti GPUs for laptops, with the latter available only in pricey models that cost $2,500 and up. It also unveiled new Max-Q GPU technology that will help save your battery, an obvious concern with high-powered GPUs. That's a lot of info, but you can learn about all of that and much more in under 10 minutes with our supercut. 

    ", + "content": "

    CES 2022 press conferences aren't always the most informative, but NVIDIA actually unveiled some pretty interesting products this year. Chief among those is the RTX 3090 Ti, its new flagship graphics card that's likely the most powerful gaming GPU ever built. The company also announced what will be the cheapest RTX 30-series desktop GPU to date, the RTX 3050.

    It didn't leave laptops out either. NVIDIA also launched the RTX 3070 Ti and 3080 Ti GPUs for laptops, with the latter available only in pricey models that cost $2,500 and up. It also unveiled new Max-Q GPU technology that will help save your battery, an obvious concern with high-powered GPUs. That's a lot of info, but you can learn about all of that and much more in under 10 minutes with our supercut. 

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/watch-nvidia-ces-2022-conference-in-under-10-minutes-101014899.html?src=rss", + "creator": "Steve Dent", + "pubDate": "Wed, 05 Jan 2022 10:10:14 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f986ab5e95400b0020bf9222623473ea" + "hash": "36716acd46e7e45d28a4d4286581e5bb", + "highlights": [] }, { - "title": "Covid : ce qu'a annoncé Jean Castex sur les écoles, les discothèques et la vaccination", - "description": "Il n'y aura pas de fermeture anticipée des écoles pour les vacances de Noël, mais un renforcement du protocole sanitaire en leur sein, a annoncé, ce lundi soir le Premier ministre. Les 5-11 ans devraient pouvoir accéder à la vaccination d'ici à la fin de l'année. Les discothèques vont être fermées pour quatre semaines à partir de vendredi.", - "content": "Il n'y aura pas de fermeture anticipée des écoles pour les vacances de Noël, mais un renforcement du protocole sanitaire en leur sein, a annoncé, ce lundi soir le Premier ministre. Les 5-11 ans devraient pouvoir accéder à la vaccination d'ici à la fin de l'année. Les discothèques vont être fermées pour quatre semaines à partir de vendredi.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700484823500-covid-ecoles-discotheques-vaccination-ce-que-va-annoncer-jean-castex-2445414.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Mon, 06 Dec 2021 18:09:56 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/06/2445414_covid-ce-qua-annonce-jean-castex-sur-les-ecoles-les-discotheques-et-la-vaccination-web-tete-070486378632_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Watch Intel's CES 2022 event in under 10 minutes", + "description": "

    Intel debuted its new chips for laptops — and a handful of devices that use them — at this year's CES. The chipmaker has announced that it's bringing its hybrid 12th-gen CPUs to laptops a few months after they were introduced for desktop computers. These CPUs combine performance cores (P-cores) and efficient cores (E-cores) on a single chip to be able to better handle the demands of various real-world tasks. Their faster cores can power your game, for instance, while the slower cores are taking care of your livestreaming needs. They'll top out at 14 cores for laptops, which include HP's updated EliteBook and ZBooks, as well as MSI's new Stealth GS77 and Stealth GS66 gaming laptops. Intel has also revealed that its 12th-gen KS-series chips for desktop, which are arriving this spring, will be able to reach 5.5GHz on a single core. Plus, it's adding a foldable specification for its premium Evo PC line this year. You can watch a condensed version of the company's CES event in our video above. 

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Intel debuted its new chips for laptops — and a handful of devices that use them — at this year's CES. The chipmaker has announced that it's bringing its hybrid 12th-gen CPUs to laptops a few months after they were introduced for desktop computers. These CPUs combine performance cores (P-cores) and efficient cores (E-cores) on a single chip to be able to better handle the demands of various real-world tasks. Their faster cores can power your game, for instance, while the slower cores are taking care of your livestreaming needs. They'll top out at 14 cores for laptops, which include HP's updated EliteBook and ZBooks, as well as MSI's new Stealth GS77 and Stealth GS66 gaming laptops. Intel has also revealed that its 12th-gen KS-series chips for desktop, which are arriving this spring, will be able to reach 5.5GHz on a single core. Plus, it's adding a foldable specification for its premium Evo PC line this year. You can watch a condensed version of the company's CES event in our video above. 

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Computing", + "link": "https://www.engadget.com/watch-intel-ces-event-093533623.html?src=rss", + "creator": "Mariella Moon", + "pubDate": "Wed, 05 Jan 2022 09:35:33 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "68759670137afbe0d278106d2fcd9d41" + "hash": "7084384550704f8f6ec6b09f137d7742", + "highlights": [] }, { - "title": "Covid : les arrêts maladie repartent à la hausse", - "description": "Tous motifs confondus, 38 % des salariés se sont vu prescrire un arrêt de travail en 2021, contre 36 % en 2020, selon une étude de Malakoff Humanis. La proportion d'arrêts liés au Covid a doublé, pour atteindre 12 %. Les managers et les jeunes font partie des publics les plus touchés.", - "content": "Tous motifs confondus, 38 % des salariés se sont vu prescrire un arrêt de travail en 2021, contre 36 % en 2020, selon une étude de Malakoff Humanis. La proportion d'arrêts liés au Covid a doublé, pour atteindre 12 %. Les managers et les jeunes font partie des publics les plus touchés.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700481966792-covid-les-arrets-maladie-repartent-a-la-hausse-2445326.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Mon, 06 Dec 2021 08:08:48 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/06/2445326_covid-les-arrets-maladie-repartent-a-la-hausse-web-070482023047_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Samsung's curved 55-inch Odyssey Ark monitor can rotate into a giant portrait display", + "description": "

    Samsung has unveiled its largest curved monitor yet, the 55-inch Odyssey Ark, showing its potential for both gaming and productivity. For gamers, it wraps around your field of view so you can see both ahead and beside you when playing Flight Simulator, for instance. But it can also be flipped 90 degrees into a portrait orientation for work, showing a Zoom feed, spreadsheets and whatever else you need to see. 

    \"Samsung's
    Samsung

    The Odyssey Ark is a Quantum Dot Mini LED display with a fairly sharp curvature and 16:9 aspect ratio, unlike the much wider 32:9 format of the 49-inch Odyssey Neo G9. It can pivot and tilt via the height adjustable stand (HAS), so you can set it to the optimal angle. That's pretty key, because it's so large when when tilted vertically that you have to crane your neck to see the top of the display. 

    It also offers multiview options that "allow users to adjust Odyssey Ark exactly how they want it with a totally adaptable screen size to fit the game or the program without compromising its 4K display and bright, colorful images. The monitor also features a wireless, dial controller to manage lighting and the interface," Samsung wrote in a press release. Other specs like refresh rate, color accuracy, latency and more have yet to be revealed, but with Mini LED you can likely count on a reasonably bright, fast and color accurate monitor. 

    Here is a first look at the INSANE Odyssey Ark from @Samsung! This is a curved 55" 4K Monitor with a 16:9 aspect ratio... Can do some serious gaming/multitasking on this! #ces#samsungpic.twitter.com/Y82hbeY9gg

    — Tim Schofield (@qbking77) January 5, 2022

    Samsung's press shots only show the Odyssey Ark obliquely from the top and side, but YouTuber Tim Schofield tweeted some images from the CES show floor. Suffice to say, it's pretty grandiose when in portrait mode, essentially working as a triple display with the top of it literally towering over the user. Samsung plans to bring it to the US in the second half of 2022, but has yet to reveal any pricing. 

    ", + "content": "

    Samsung has unveiled its largest curved monitor yet, the 55-inch Odyssey Ark, showing its potential for both gaming and productivity. For gamers, it wraps around your field of view so you can see both ahead and beside you when playing Flight Simulator, for instance. But it can also be flipped 90 degrees into a portrait orientation for work, showing a Zoom feed, spreadsheets and whatever else you need to see. 

    \"Samsung's
    Samsung

    The Odyssey Ark is a Quantum Dot Mini LED display with a fairly sharp curvature and 16:9 aspect ratio, unlike the much wider 32:9 format of the 49-inch Odyssey Neo G9. It can pivot and tilt via the height adjustable stand (HAS), so you can set it to the optimal angle. That's pretty key, because it's so large when when tilted vertically that you have to crane your neck to see the top of the display. 

    It also offers multiview options that "allow users to adjust Odyssey Ark exactly how they want it with a totally adaptable screen size to fit the game or the program without compromising its 4K display and bright, colorful images. The monitor also features a wireless, dial controller to manage lighting and the interface," Samsung wrote in a press release. Other specs like refresh rate, color accuracy, latency and more have yet to be revealed, but with Mini LED you can likely count on a reasonably bright, fast and color accurate monitor. 

    Here is a first look at the INSANE Odyssey Ark from @Samsung! This is a curved 55" 4K Monitor with a 16:9 aspect ratio... Can do some serious gaming/multitasking on this! #ces#samsungpic.twitter.com/Y82hbeY9gg

    — Tim Schofield (@qbking77) January 5, 2022

    Samsung's press shots only show the Odyssey Ark obliquely from the top and side, but YouTuber Tim Schofield tweeted some images from the CES show floor. Suffice to say, it's pretty grandiose when in portrait mode, essentially working as a triple display with the top of it literally towering over the user. Samsung plans to bring it to the US in the second half of 2022, but has yet to reveal any pricing. 

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/samsung-55-inch-odyssey-ark-portrait-display-082359410.html?src=rss", + "creator": "Steve Dent", + "pubDate": "Wed, 05 Jan 2022 08:23:59 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e2bcc8117c7c2e9b007407bd14c42b0a" + "hash": "bf55167d511e7d4344bccb6120a4f097", + "highlights": [] }, { - "title": "Réforme des retraites : pourquoi les grèves de 2019 n'ont pas été un « remake » de 1995", - "description": "Une note du directeur du département « opinion et stratégies d'entreprise » de l'Ifop, Jérôme Fourquet, décortique les points communs et différences entre les deux mouvements sociaux. Un travail qui permet de mesurer l'évolution du monde du travail depuis deux décennies.", - "content": "Une note du directeur du département « opinion et stratégies d'entreprise » de l'Ifop, Jérôme Fourquet, décortique les points communs et différences entre les deux mouvements sociaux. Un travail qui permet de mesurer l'évolution du monde du travail depuis deux décennies.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700452229566-reforme-des-retraites-pourquoi-les-greves-de-2019-nont-pas-ete-un-remake-de-1995-2445059.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Fri, 03 Dec 2021 07:25:33 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/03/2445059_reforme-des-retraites-pourquoi-les-greves-de-2019-nont-pas-ete-un-remake-de-1995-web-070455604910_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Sony reveals its EV market ambitions with the Vision-S 02 electric SUV", + "description": "

    At this year's CES, Sony has unveiled a follow up to the electric car it revealed at the same event two years ago. The new prototype is an SUV that the company is calling Vision-S 02. Sony took the sedan's EV and cloud platforms and put them in a new form factor to create the vehicle, which features a large interior that can seat seven. 

    The electric SUV has sensors all over its body, including CMOS image and LiDAR sensors for its driver assistance system. Sony says it's conducting tests in Europe as part of its efforts to release a Level 2+ driver assistance technology on public roads. Inside, there are Time-of-Flight sensors for driver authentication, as well as support for intuitive gesture and voice commands. The vehicle will also have 5G connectivity to enable over-the-air updates and remote operation, which Sony is currently working on with its partners.

    While the Vision-S 02 is just a prototype at the moment, Sony has ambitions to become a player in the electric vehicle industry and sell its cars to the public. It will establish an operating company named "Sony Mobility Inc." this spring and will explore entry into the EV market. The company didn't reveal what other steps it's taking to achieve that goal, and it remains to be seen whether it'll truly be able to release its Vision-S vehicles. It's worth noting, however, that Sony has been testing its electric sedan on public roads in Europe since December 2020 and has also started verification tests of the safety and user experience of the vehicle's imaging and sensing technology.

    Innovation of mobility.

    Sony's Vision-S #CES2022pic.twitter.com/lLykDAUapB

    — Sony (@Sony) January 5, 2022

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    At this year's CES, Sony has unveiled a follow up to the electric car it revealed at the same event two years ago. The new prototype is an SUV that the company is calling Vision-S 02. Sony took the sedan's EV and cloud platforms and put them in a new form factor to create the vehicle, which features a large interior that can seat seven. 

    The electric SUV has sensors all over its body, including CMOS image and LiDAR sensors for its driver assistance system. Sony says it's conducting tests in Europe as part of its efforts to release a Level 2+ driver assistance technology on public roads. Inside, there are Time-of-Flight sensors for driver authentication, as well as support for intuitive gesture and voice commands. The vehicle will also have 5G connectivity to enable over-the-air updates and remote operation, which Sony is currently working on with its partners.

    While the Vision-S 02 is just a prototype at the moment, Sony has ambitions to become a player in the electric vehicle industry and sell its cars to the public. It will establish an operating company named "Sony Mobility Inc." this spring and will explore entry into the EV market. The company didn't reveal what other steps it's taking to achieve that goal, and it remains to be seen whether it'll truly be able to release its Vision-S vehicles. It's worth noting, however, that Sony has been testing its electric sedan on public roads in Europe since December 2020 and has also started verification tests of the safety and user experience of the vehicle's imaging and sensing technology.

    Innovation of mobility.

    Sony's Vision-S #CES2022pic.twitter.com/lLykDAUapB

    — Sony (@Sony) January 5, 2022

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/sony-vision-s-02-electric-suv-mobility-inc-071335668.html?src=rss", + "creator": "Mariella Moon", + "pubDate": "Wed, 05 Jan 2022 07:13:35 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "274bc8f9c8ca1ca9790361181d0014f1" + "hash": "4842fd1c977b19ff0c892aab6a71f470", + "highlights": [] }, { - "title": "« Les entreprises vivent une période de transformation radicale »", - "description": "Ancien conseiller social de Nicolas Sarkozy à l'Elysée et président du groupe de conseil en stratégie sociale Alixio, Raymond Soubie estime que le Covid a « agi comme un révélateur et un accélérateur » des mutations en cours (compétences, environnement, télétravail, etc.). Il salue « l'habileté » d'Emmanuel Macron sur le nucléaire, qui va rendre la transition écologique un peu plus acceptable. Et dresse un bilan sans concession des réformes sociales du quinquennat.", - "content": "Ancien conseiller social de Nicolas Sarkozy à l'Elysée et président du groupe de conseil en stratégie sociale Alixio, Raymond Soubie estime que le Covid a « agi comme un révélateur et un accélérateur » des mutations en cours (compétences, environnement, télétravail, etc.). Il salue « l'habileté » d'Emmanuel Macron sur le nucléaire, qui va rendre la transition écologique un peu plus acceptable. Et dresse un bilan sans concession des réformes sociales du quinquennat.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700448909997-les-entreprises-vivent-une-periode-de-transformation-radicale-2445103.php#xtor=RSS-71", - "creator": "Etienne Lefebvre, Lucie Robequain et Nicolas Barré", - "pubDate": "Fri, 03 Dec 2021 11:30:05 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/03/2445103_les-entreprises-vivent-une-periode-de-transformation-radicale-web-070456669655_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Chrysler's first concept EV could offer up to 400 miles of range", + "description": "

    Electrified pickups and SUVs may be all the rage but there's apparently still plenty of room in the EV market for more battery-powered autos and crossovers. At CES 2022 on Wednesday, Chrysler revealed its first fully electric vehicle concept, the Airflow.

    “The Chrysler Airflow Concept represents the future direction of the Chrysler brand, providing a peek at the dynamic design, advanced technologies and seamless connectivity that will characterize the full-electric portfolio we plan to reach by 2028,” Chris Feuell, Chrysler CEO, said in a press statement.

    \"The
    Stellantis

    Being a concept vehicle, the Airflow has most every bell and whistle Chrysler could include such as an in-vehicle camera for in-vehicle video conference calls as well as the company's new E/E (electrical/electronic) and software platforms, STLA Brain, STLA SmartCockpit, and STLA AutoDrive. STLA Brain serves as the vehicle's central controller, allowing it to receive OTA updates. SmartCockpit, on the other hand, runs the Airflow's infotainment system, providing navigation and voice control, as well as an on-board app store, for both the driver and passengers. Autodrive will reportedly offer Level 3 self-driving features with the capability for further feature improvements via the those OTA updates.  

    The Airflow concept is equipped with dual 150kW motors, giving the crossover AWD capabilities and a Chrysler-estimated 350 - 400 mile range. Exterior design details include full-width LED tail lights and 22-inch rims, while the leather-bound interior boasts individual climate control options, separate dash-mounted touchscreens for the driver and front passenger (as well as seat-back mounted screens for both rear passengers), and ambient lighting that shifts based on the passengers’ preferences and what's playing on the the central displays.

    \"Ambient
    Stellantis

    Being but a concept vehicle, the Airflow that arrives in 2025 could — and likely will — look and perform a bit differently from what was announced today. Looking at you, promises of level 3 autonomy.

    ", + "content": "

    Electrified pickups and SUVs may be all the rage but there's apparently still plenty of room in the EV market for more battery-powered autos and crossovers. At CES 2022 on Wednesday, Chrysler revealed its first fully electric vehicle concept, the Airflow.

    “The Chrysler Airflow Concept represents the future direction of the Chrysler brand, providing a peek at the dynamic design, advanced technologies and seamless connectivity that will characterize the full-electric portfolio we plan to reach by 2028,” Chris Feuell, Chrysler CEO, said in a press statement.

    \"The
    Stellantis

    Being a concept vehicle, the Airflow has most every bell and whistle Chrysler could include such as an in-vehicle camera for in-vehicle video conference calls as well as the company's new E/E (electrical/electronic) and software platforms, STLA Brain, STLA SmartCockpit, and STLA AutoDrive. STLA Brain serves as the vehicle's central controller, allowing it to receive OTA updates. SmartCockpit, on the other hand, runs the Airflow's infotainment system, providing navigation and voice control, as well as an on-board app store, for both the driver and passengers. Autodrive will reportedly offer Level 3 self-driving features with the capability for further feature improvements via the those OTA updates.  

    The Airflow concept is equipped with dual 150kW motors, giving the crossover AWD capabilities and a Chrysler-estimated 350 - 400 mile range. Exterior design details include full-width LED tail lights and 22-inch rims, while the leather-bound interior boasts individual climate control options, separate dash-mounted touchscreens for the driver and front passenger (as well as seat-back mounted screens for both rear passengers), and ambient lighting that shifts based on the passengers’ preferences and what's playing on the the central displays.

    \"Ambient
    Stellantis

    Being but a concept vehicle, the Airflow that arrives in 2025 could — and likely will — look and perform a bit differently from what was announced today. Looking at you, promises of level 3 autonomy.

    ", + "category": "Autos", + "link": "https://www.engadget.com/chrysler-airflow-concept-ev-could-offer-up-to-400-miles-of-range-050115210.html?src=rss", + "creator": "Andrew Tarantola", + "pubDate": "Wed, 05 Jan 2022 05:01:15 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "310f5d5e4f8ad741533a697963ecd7e1" + "hash": "d65486ecd1b5fe2ccd1f601ad90fe4a2", + "highlights": [] }, { - "title": "Portée par le dynamisme de la consommation, la France s'affirme en locomotive de la zone euro", - "description": "Tirée par le fort rebond des dépenses de consommation, notamment dans les restaurants, l'économie française a retrouvé son niveau d'avant-crise au troisième trimestre. L'Hexagone confirme ainsi son statut de meilleur élève parmi les grands pays de la zone euro. La vigueur de la croissance des prochains mois dépendra encore du comportement des ménages.", - "content": "Tirée par le fort rebond des dépenses de consommation, notamment dans les restaurants, l'économie française a retrouvé son niveau d'avant-crise au troisième trimestre. L'Hexagone confirme ainsi son statut de meilleur élève parmi les grands pays de la zone euro. La vigueur de la croissance des prochains mois dépendra encore du comportement des ménages.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700222439969-portee-par-le-dynamisme-de-la-consommation-la-france-saffirme-en-locomotive-de-la-zone-euro-2439167.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 02 Nov 2021 08:00:46 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/02/2439167_portee-par-le-dynamisme-de-la-consommation-la-france-saffirme-en-locomotive-de-la-zone-euro-web-070222772067.jpg", - "enclosureType": "image/jpg", + "title": "Eargo's latest smart hearing aid adapts to your environment", + "description": "

    Eargo has been reliably announcing a new model of its smart, near-invisible hearing aids at CES for the last few years now and 2022 is no exception with the introduction of the Eargo 6. As usual, the small black buds take the same completely in canal (CIC) form factor which is what allows them to remain almost entirely out of sight. The "new" stuff is on the inside.

    The flagship feature with the Eargo 6 is called "Sound Adjust." No prizes for guessing what this does, but the company claims its proprietary algorithm can automatically sense your surroundings and the hearing aids will automatically optimize themselves to give you the best settings for it. Profiles are a fairly standard feature on most hearing aids, but automatic switching is usually something reserved for the pricier models, and they all do it with different levels of success, in my experience at least.

    The difference here is that the Eargo 6 is much smaller than most of the other products that offer similar technologies. Being tiny is great, and the main selling point here, but it also means there's much less real estate to fill with sensors and chips. Regardless, Eargo seems to be figuring out clever ways to bring their offerings up to feature parity with their (physically and metaphorically) larger competition.

    Of course, it wouldn't be CES 2022 without a few COVID-related influences. For the last two years, those with hearing loss have faced a new challenge: Conversing with people who are wearing a mask. Not only does this remove any visual feedback, it also muffles sound — a double blow for those struggling to understand you. As such, the company has introduced a "mask mode" that aims to resolve some of the changes in sound that face coverings create.

    Other tweaks this time around include revised noise reduction with the company claims further reduces background noise allowing the voice to punch through. The Eargo 6 is also rated IPX7 for water resistance. This means they can be submerged for 30 minutes at a depth of one meter without water damage. In practical terms, this means you can probably leave them in while you shower or go for a quick swim. Or, more logically, you can get them a bit when while cleaning them.

    As we're not physically at CES this year, we haven't been able to test them like we normally do, but if previous years are anything to go by the plucky little hearing aid is only getting smarter and more useful. As usual, the Eargo 6 is being sold direct to consumers and will retail for $2,950. In hearing aid terms that's about the going rate for higher-end models, though the company does offer financing options too.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Eargo has been reliably announcing a new model of its smart, near-invisible hearing aids at CES for the last few years now and 2022 is no exception with the introduction of the Eargo 6. As usual, the small black buds take the same completely in canal (CIC) form factor which is what allows them to remain almost entirely out of sight. The "new" stuff is on the inside.

    The flagship feature with the Eargo 6 is called "Sound Adjust." No prizes for guessing what this does, but the company claims its proprietary algorithm can automatically sense your surroundings and the hearing aids will automatically optimize themselves to give you the best settings for it. Profiles are a fairly standard feature on most hearing aids, but automatic switching is usually something reserved for the pricier models, and they all do it with different levels of success, in my experience at least.

    The difference here is that the Eargo 6 is much smaller than most of the other products that offer similar technologies. Being tiny is great, and the main selling point here, but it also means there's much less real estate to fill with sensors and chips. Regardless, Eargo seems to be figuring out clever ways to bring their offerings up to feature parity with their (physically and metaphorically) larger competition.

    Of course, it wouldn't be CES 2022 without a few COVID-related influences. For the last two years, those with hearing loss have faced a new challenge: Conversing with people who are wearing a mask. Not only does this remove any visual feedback, it also muffles sound — a double blow for those struggling to understand you. As such, the company has introduced a "mask mode" that aims to resolve some of the changes in sound that face coverings create.

    Other tweaks this time around include revised noise reduction with the company claims further reduces background noise allowing the voice to punch through. The Eargo 6 is also rated IPX7 for water resistance. This means they can be submerged for 30 minutes at a depth of one meter without water damage. In practical terms, this means you can probably leave them in while you shower or go for a quick swim. Or, more logically, you can get them a bit when while cleaning them.

    As we're not physically at CES this year, we haven't been able to test them like we normally do, but if previous years are anything to go by the plucky little hearing aid is only getting smarter and more useful. As usual, the Eargo 6 is being sold direct to consumers and will retail for $2,950. In hearing aid terms that's about the going rate for higher-end models, though the company does offer financing options too.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/eargo-6-hearing-aid-030036492.html?src=rss", + "creator": "James Trew", + "pubDate": "Wed, 05 Jan 2022 03:00:36 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7fac328fdddf659e0110d9b1d76f9a2f" + "hash": "cb34346655dc04de82892dc652e8a532", + "highlights": [] }, { - "title": "Covid : la cinquième vague prend une grande ampleur en France", - "description": "Avec plus de 47.000 cas enregistrés en 24 heures ce mardi, l'Hexagone fait face à l'une de ses plus grosses vagues de coronavirus et cela avant que le variant Omicron plus transmissible ne se répande. L'élargissement du public éligible au rappel vaccinal a déjà permis de fixer 4 millions de rendez-vous.", - "content": "Avec plus de 47.000 cas enregistrés en 24 heures ce mardi, l'Hexagone fait face à l'une de ses plus grosses vagues de coronavirus et cela avant que le variant Omicron plus transmissible ne se répande. L'élargissement du public éligible au rappel vaccinal a déjà permis de fixer 4 millions de rendez-vous.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700440542070-covid-la-cinquieme-vague-prend-une-grande-ampleur-en-france-2444324.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Tue, 30 Nov 2021 18:12:09 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/30/2444324_covid-la-cinquieme-vague-prend-une-grande-ampleur-en-france-web-070440613042_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Shokz OpenRun Pro bone-conduction headphones bump up the bass", + "description": "

    I’ve been an avid user of bone-conduction headphones for years and can attest to the lackluster low-end in this form factor. Luckily, things are improving. Along with recently changing its name to Shokz (formerly Aftershokz), the company has delivered on this long-desired feature upgrade to its line of bone-conduction headphones. The new product is called OpenRun Pro ($179.95) and there is a significant boost in bass with this Bluetooth 5.1 headset. In addition, Shokz is renaming its existing product line to tie things together with Aeropex becoming OpenRun and Xtrainerz now called OpenSwim.

    For those new to bone-conduction headphones, let me clarify a few things. These still don’t quite measure up to over-ear or in-ear models, since they have an open-ear design. The transducers rest against your cheeks in front of your ears and deliver sound to your inner ear via the bone. It’s a different delivery system for sound that leaves your ears open to the world, which can be a double-edged sword. They’re not great on the subway or in generally noisy environments. Don’t be disheartened, though, as this same design lets you walk, run or bike around and listen to music while still being able to hear the world around you. And with the upgrades we're seeing, the audio experience is better than ever.

    Until now, diminished low-end has long been a problem for this form factor. The OpenRun (Aeropex) have good volume levels and a decent frequency response compared to previous models. But now that I’ve tested the OpenRun pro, there’s been a noticeable improvement in the low-end spectrum. I don’t mean that they’re so loud they’re literally bouncing off your cheeks (like the old Titanium model did). These deliver a good sub-frequency to give your tunes more depth without excessive tactile reverberation. My standard listening is techno and electronic music (like this) and it holds up pretty well. The decibel and frequency response specs are the same as before, but acoustic tweaks have born fruit. For bone conduction headphones, the OpenRun Pro sounds great.

    Other desirable enhancements in this new model include the fit and charging capability. The over-the-ear curve is more rounded and the side enclosures are 20-percent smaller than before. This makes them feel light and comfortable. The battery life has been bumped up from 8 to 10 hours of listening and you can charge fully in one hour (a whole hour less than before). On top of that, we’re told you can get 1.5 hours worth of listening in five minutes of charging. A great feature when you’re settling in for a workout and hear the headset exclaim “charge me”.

    If you’ve just gotten Aeropex headphones over the holidays, don’t fret. I’ve been using these for a long while and have enjoyed the experience. I even feel that while there’s not as much bass, these could be a touch louder in the mid to high range than the new model. 

    On top of that, the OpenRun Pro has traded complete waterproofing for better sound. A fine mesh grate covers two vents in front of and below the cheek-based delivery system, changing it to IP55 water-resistant (still more than adequate). The OpenRun (Aeropex) retains its IP67 rating due to its sealed enclosure. If you want to wear these in the shower, then you’re in a good place (but maybe consider OpenSwim if this is a habit).

    As of today, the entire line is available for purchase including the new OpenRun Pro ($179.95) with a few new colors (although only available in black at launch). The fully-waterproof OpenSwim is still $149.95, while the OpenRun ($129.95) will continue to be available at its recently lowered price.

    \"Shokz
    The new OpenRun Pro color options.
    Shokz

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    I’ve been an avid user of bone-conduction headphones for years and can attest to the lackluster low-end in this form factor. Luckily, things are improving. Along with recently changing its name to Shokz (formerly Aftershokz), the company has delivered on this long-desired feature upgrade to its line of bone-conduction headphones. The new product is called OpenRun Pro ($179.95) and there is a significant boost in bass with this Bluetooth 5.1 headset. In addition, Shokz is renaming its existing product line to tie things together with Aeropex becoming OpenRun and Xtrainerz now called OpenSwim.

    For those new to bone-conduction headphones, let me clarify a few things. These still don’t quite measure up to over-ear or in-ear models, since they have an open-ear design. The transducers rest against your cheeks in front of your ears and deliver sound to your inner ear via the bone. It’s a different delivery system for sound that leaves your ears open to the world, which can be a double-edged sword. They’re not great on the subway or in generally noisy environments. Don’t be disheartened, though, as this same design lets you walk, run or bike around and listen to music while still being able to hear the world around you. And with the upgrades we're seeing, the audio experience is better than ever.

    Until now, diminished low-end has long been a problem for this form factor. The OpenRun (Aeropex) have good volume levels and a decent frequency response compared to previous models. But now that I’ve tested the OpenRun pro, there’s been a noticeable improvement in the low-end spectrum. I don’t mean that they’re so loud they’re literally bouncing off your cheeks (like the old Titanium model did). These deliver a good sub-frequency to give your tunes more depth without excessive tactile reverberation. My standard listening is techno and electronic music (like this) and it holds up pretty well. The decibel and frequency response specs are the same as before, but acoustic tweaks have born fruit. For bone conduction headphones, the OpenRun Pro sounds great.

    Other desirable enhancements in this new model include the fit and charging capability. The over-the-ear curve is more rounded and the side enclosures are 20-percent smaller than before. This makes them feel light and comfortable. The battery life has been bumped up from 8 to 10 hours of listening and you can charge fully in one hour (a whole hour less than before). On top of that, we’re told you can get 1.5 hours worth of listening in five minutes of charging. A great feature when you’re settling in for a workout and hear the headset exclaim “charge me”.

    If you’ve just gotten Aeropex headphones over the holidays, don’t fret. I’ve been using these for a long while and have enjoyed the experience. I even feel that while there’s not as much bass, these could be a touch louder in the mid to high range than the new model. 

    On top of that, the OpenRun Pro has traded complete waterproofing for better sound. A fine mesh grate covers two vents in front of and below the cheek-based delivery system, changing it to IP55 water-resistant (still more than adequate). The OpenRun (Aeropex) retains its IP67 rating due to its sealed enclosure. If you want to wear these in the shower, then you’re in a good place (but maybe consider OpenSwim if this is a habit).

    As of today, the entire line is available for purchase including the new OpenRun Pro ($179.95) with a few new colors (although only available in black at launch). The fully-waterproof OpenSwim is still $149.95, while the OpenRun ($129.95) will continue to be available at its recently lowered price.

    \"Shokz
    The new OpenRun Pro color options.
    Shokz

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Audio Technology", + "link": "https://www.engadget.com/aftershokz-shokz-openrun-pro-bone-conduction-headphones-bass-030031419.html?src=rss", + "creator": "Jon Turi", + "pubDate": "Wed, 05 Jan 2022 03:00:31 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2b33afff08a6c85adf4b0e57e734b120" + "hash": "10b0b046009ac02ab962d5cf95a045fe", + "highlights": [] }, { - "title": "La crise a renforcé la légitimité des entreprises face à l'Etat, selon le Medef", - "description": "Les Français feraient un peu plus confiance aux entreprises qu'aux pouvoirs publics pour améliorer la situation du pays, selon un sondage de l'Ifop commandé par le Medef, qui montre également une amélioration de leur image. L'organisation patronale entend peser dans le débat présidentiel.", - "content": "Les Français feraient un peu plus confiance aux entreprises qu'aux pouvoirs publics pour améliorer la situation du pays, selon un sondage de l'Ifop commandé par le Medef, qui montre également une amélioration de leur image. L'organisation patronale entend peser dans le débat présidentiel.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700439253377-la-crise-a-renforce-la-legitimite-des-entreprises-face-a-letat-selon-le-medef-2444311.php#xtor=RSS-71", - "creator": "Renaud Honoré", - "pubDate": "Tue, 30 Nov 2021 17:18:07 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/30/2444311_la-crise-a-renforce-la-legitimite-des-entreprises-face-a-letat-selon-le-medef-web-070439352764_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Wemo's Smart Video Doorbell is exclusive to the Apple ecosystem", + "description": "

    There's no shortage of app-connected, camera-enabled doorbells on the market, and now there's one more, this time from IoT company Wemo, a subsidiary of Belkin International. The Wemo Smart Video Doorbell is available to order today and it costs $250 for the self-installation option. 

    Android households, take note: The Wemo doorbell works exclusively with Apple's HomeKit Secure Video, and it's managed through the Home app on iPad, iPhone and Mac. The system requires an iCloud plan and a HomePod, Apple TV, or iPad established as a home hub.

    Wemo's Smart Video doorbell has a 178-degree field of view, 4MP camera and low-light sensitivity for nighttime recordings. Since it connects to HomeKit, the Wemo doorbell can identify specific visitors using Apple's face-recognition software, and all recordings are stored securely in the Home app, including a 10-day motion-based video history.

    Wemo is doubling (tripling?) down on the Apple ecosystem — this is the third device in its lineup to take advantage of HomeKit, working exclusively with iOS and iPadOS. The Wemo Stage lighting controller and Smart Plug also rely on HomeKit.

    ", + "content": "

    There's no shortage of app-connected, camera-enabled doorbells on the market, and now there's one more, this time from IoT company Wemo, a subsidiary of Belkin International. The Wemo Smart Video Doorbell is available to order today and it costs $250 for the self-installation option. 

    Android households, take note: The Wemo doorbell works exclusively with Apple's HomeKit Secure Video, and it's managed through the Home app on iPad, iPhone and Mac. The system requires an iCloud plan and a HomePod, Apple TV, or iPad established as a home hub.

    Wemo's Smart Video doorbell has a 178-degree field of view, 4MP camera and low-light sensitivity for nighttime recordings. Since it connects to HomeKit, the Wemo doorbell can identify specific visitors using Apple's face-recognition software, and all recordings are stored securely in the Home app, including a 10-day motion-based video history.

    Wemo is doubling (tripling?) down on the Apple ecosystem — this is the third device in its lineup to take advantage of HomeKit, working exclusively with iOS and iPadOS. The Wemo Stage lighting controller and Smart Plug also rely on HomeKit.

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/wemo-smart-video-doorbell-apple-homekit-030029179.html?src=rss", + "creator": "Jessica Conditt", + "pubDate": "Wed, 05 Jan 2022 03:00:29 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6a3e724a26838aad95a27de1202174a7" + "hash": "97a3fbe153cfdd9ba6f126e1fb278e4f", + "highlights": [] }, { - "title": "Assurance chômage : ce qui change au 1er décembre", - "description": "Le dernier volet de la réforme de l'assurance chômage, durcissant l'accès à l'indemnisation, entre en vigueur mercredi. La durée minimale de travail pour être indemnisé passe de 4 à 6 mois sur les 24 derniers mois. La dégressivité des allocations est durcie pour les plus hauts salaires.", - "content": "Le dernier volet de la réforme de l'assurance chômage, durcissant l'accès à l'indemnisation, entre en vigueur mercredi. La durée minimale de travail pour être indemnisé passe de 4 à 6 mois sur les 24 derniers mois. La dégressivité des allocations est durcie pour les plus hauts salaires.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700440099476-assurance-chomage-ce-qui-change-au-1er-decembre-2444295.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Tue, 30 Nov 2021 16:23:18 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/30/2444295_assurance-chomage-ce-qui-change-au-1er-decembre-web-070440173639_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Let's watch two minutes of the upcoming 'Uncharted' movie", + "description": "

    After a give or take a decade in development hell, the film adaptation of the Uncharted series is slated to arrive in theaters next month. And during CES, Tom Holland introduced a small, action-heavy segment of the film in which he is flung from a plane, repeatedly shot at and then hit by a car. 

    If it looks at all familiar, that's probably because this plane scene was heavily featured in the film's first trailer — an apparent nod to the third game in the series. For better or worse it certainly has all the trappings of a quicktime event. 

    The release date for Uncharted has been pushed back a few times, but it's slated to hit theaters on February 18 now. 

    ", + "content": "

    After a give or take a decade in development hell, the film adaptation of the Uncharted series is slated to arrive in theaters next month. And during CES, Tom Holland introduced a small, action-heavy segment of the film in which he is flung from a plane, repeatedly shot at and then hit by a car. 

    If it looks at all familiar, that's probably because this plane scene was heavily featured in the film's first trailer — an apparent nod to the third game in the series. For better or worse it certainly has all the trappings of a quicktime event. 

    The release date for Uncharted has been pushed back a few times, but it's slated to hit theaters on February 18 now. 

    ", + "category": "Movies", + "link": "https://www.engadget.com/uncharted-movie-clip-plane-flight-023357353.html?src=rss", + "creator": "Bryan Menegus", + "pubDate": "Wed, 05 Jan 2022 02:33:57 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "14e641c1a8e3df2d60e537c094f61d26" + "hash": "155f148630d3d413e24edc367fefcdb9", + "highlights": [] }, { - "title": "SMIC : vers une revalorisation a minima le 1er janvier prochain", - "description": "La situation sanitaire et économique reste trop incertaine pour que le gouvernement accorde un coup de pouce supplémentaire au salaire minimum en début d'année prochaine, estime, dans un rapport publié ce lundi, le groupe d'experts chargé d'éclairer en amont l'exécutif sur la prochaine revalorisation légale annuelle.", - "content": "La situation sanitaire et économique reste trop incertaine pour que le gouvernement accorde un coup de pouce supplémentaire au salaire minimum en début d'année prochaine, estime, dans un rapport publié ce lundi, le groupe d'experts chargé d'éclairer en amont l'exécutif sur la prochaine revalorisation légale annuelle.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700430994424-smic-vers-une-revalorisation-a-minima-le-1er-janvier-prochain-2444074.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Mon, 29 Nov 2021 18:00:43 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/29/2444074_smic-vers-une-revalorisation-a-minima-le-1er-janvier-prochain-web-070430993819_300x160.jpg", - "enclosureType": "image/jpg", + "title": "NASA's James Webb Space Telescope has successfully deployed its 70-foot sunshield", + "description": "

    The James Webb Space Telescope has completed one of the most challenging tasks involved in its mission to probe the depths of our universe. This week, NASA successfully deployed JWST’s 70-foot sunshield. The system is essential to the telescope’s operation. It will ensure its instruments don’t get hotter than 380 degrees Fahrenheit so that they’re cold enough to see the infrared light that Webb is designed to track.

    This is it: we’ve just wrapped up one of the most challenging steps of our journey to #UnfoldTheUniverse.

    With all five layers of sunshield tensioning complete, about 75% of our 344 single-point failures have been retired! pic.twitter.com/P9jJhu7bJX

    — NASA Webb Telescope (@NASAWebb) January 4, 2022

    NASA began deployment of the sunshield three days after the telescope’s successful December 25th launch. The entire unfolding process took the better part of eight days, with a single day pause for the agency to optimize Webb’s power systems and tensioning motors. When you consider all the components involved, it’s easy to see why NASA says the process was so challenging. In all, unfolding and tensioning the sunshield involved 139 release mechanisms, 70 hinge assemblies, eight motors, about 400 pulleys and approximately a quarter-mile of cabling. If any one of those components failed, they could have set the entire project back.

    At best, it would have been another delay in a long line of setbacks. Following a redesign in 2005, NASA declared the JWST ready in 2016, but manufacturing complications delayed assembly to 2019. The coronavirus pandemic then led to further delays in shipping and testing the telescope. There’s still more work to be done before scientists can use Webb to study black holes and other celestial bodies. Over the next five and a half months, NASA has to deploy the telescope’s secondary mirror as well as align its optics. After all that, the world will get a chance to see the first images it takes.

    ", + "content": "

    The James Webb Space Telescope has completed one of the most challenging tasks involved in its mission to probe the depths of our universe. This week, NASA successfully deployed JWST’s 70-foot sunshield. The system is essential to the telescope’s operation. It will ensure its instruments don’t get hotter than 380 degrees Fahrenheit so that they’re cold enough to see the infrared light that Webb is designed to track.

    This is it: we’ve just wrapped up one of the most challenging steps of our journey to #UnfoldTheUniverse.

    With all five layers of sunshield tensioning complete, about 75% of our 344 single-point failures have been retired! pic.twitter.com/P9jJhu7bJX

    — NASA Webb Telescope (@NASAWebb) January 4, 2022

    NASA began deployment of the sunshield three days after the telescope’s successful December 25th launch. The entire unfolding process took the better part of eight days, with a single day pause for the agency to optimize Webb’s power systems and tensioning motors. When you consider all the components involved, it’s easy to see why NASA says the process was so challenging. In all, unfolding and tensioning the sunshield involved 139 release mechanisms, 70 hinge assemblies, eight motors, about 400 pulleys and approximately a quarter-mile of cabling. If any one of those components failed, they could have set the entire project back.

    At best, it would have been another delay in a long line of setbacks. Following a redesign in 2005, NASA declared the JWST ready in 2016, but manufacturing complications delayed assembly to 2019. The coronavirus pandemic then led to further delays in shipping and testing the telescope. There’s still more work to be done before scientists can use Webb to study black holes and other celestial bodies. Over the next five and a half months, NASA has to deploy the telescope’s secondary mirror as well as align its optics. After all that, the world will get a chance to see the first images it takes.

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/james-webb-sunshield-deployment-185747431.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Tue, 04 Jan 2022 18:57:47 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2480730bd44d761780894602a29c2e72" + "hash": "ee985fac653f12357f5810f859e879b3", + "highlights": [] }, { - "title": "Covid : ce qu'on sait du variant Omicron et de son impact en France", - "description": "Le Conseil scientifique a fait un point ce lundi sur l'état des connaissances sur le variant Omicron. Avec un message appuyé : son arrivée ne doit pas faire renoncer au rappel de vaccination, au contraire.", - "content": "Le Conseil scientifique a fait un point ce lundi sur l'état des connaissances sur le variant Omicron. Avec un message appuyé : son arrivée ne doit pas faire renoncer au rappel de vaccination, au contraire.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700432095167-covid-ce-quon-sait-sur-le-variant-omicron-et-son-impact-sur-la-france-2444073.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Mon, 29 Nov 2021 17:58:31 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/29/2444073_covid-ce-quon-sait-du-variant-omicron-et-de-son-impact-en-france-web-070434313192_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Technics boasts 50-hour battery life in its new EAH-A800 ANC headphones", + "description": "

    Panasonic has trotted out all sorts of audio gear since reviving the iconic Technics brand in 2014. Recently, that list includes a smattering of true wireless earbuds and headphones, and at CES 2022, the company has yet another portable device ready to debut. With the EAH-A800, Technics has built a pair of hi-fi-ready wireless headphones with active noise cancellation (ANC) and claims of a whopping 50 hours of use on a charge. 

    The over-ear EAH-A800 packs in 40mm drivers that Technics says are the result of its experience building hi-fi audio gear. In addition to a new design and materials for that component, an Acoustic Control Chamber manages air flow to assist with driver performance and bass response. The company has also leveraged capacitor tech from its high-end amplifiers to limit distortion and maintain sound quality. The EAH-A800 supports LDAC for higher quality audio over Bluetooth, in addition to the typical AAC standard. 

    \"Technics
    Technics/Panasonic

    Technics promises "industry-leading noise cancelling" via a dual hybrid setup. An analog filter equipped feed back mic and a digital filter outfitted feed forward mic monitor unwanted clamor inside and out. The EAH-A800 also has Natural Ambient and Attention modes. The difference is that the latter makes it easier to hear voices while the former is a more universal transparency setting. Technics also provides multi-point pairing here, which will allow you to connect to two devices simultaneously over Bluetooth and easily switch between them. 

    The company is also making big promises when it comes to call clarity. Using a total of eight microphones, the EAH-A800 employs four to pick up your voice and four more to combat any environmental noise. Additionally, Technics says the feed forward mics are designed and positioned to reduce wind noise. 

    Perhaps the most impressive claim on the EAH-A800 is the stated 50 hours of battery life. Technics says you can achieve this figure with ANC on listening to AAC audio. If you are listening via LDAC, the company says you can expect up to 40 hours of play time. Disable noise cancelling on either sound codec and listening time increases by 10 hours. So if you're willing to go without ANC or higher quality audio, you can get 60 hours of use out of these according to Technics. What's more, a 15-minute charge will give you 10 hours of use (ANC on, AAC quality streaming). 

    The EAH-A800 will be available in black and white color options in February for $350 (£299/€349). 

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Panasonic has trotted out all sorts of audio gear since reviving the iconic Technics brand in 2014. Recently, that list includes a smattering of true wireless earbuds and headphones, and at CES 2022, the company has yet another portable device ready to debut. With the EAH-A800, Technics has built a pair of hi-fi-ready wireless headphones with active noise cancellation (ANC) and claims of a whopping 50 hours of use on a charge. 

    The over-ear EAH-A800 packs in 40mm drivers that Technics says are the result of its experience building hi-fi audio gear. In addition to a new design and materials for that component, an Acoustic Control Chamber manages air flow to assist with driver performance and bass response. The company has also leveraged capacitor tech from its high-end amplifiers to limit distortion and maintain sound quality. The EAH-A800 supports LDAC for higher quality audio over Bluetooth, in addition to the typical AAC standard. 

    \"Technics
    Technics/Panasonic

    Technics promises "industry-leading noise cancelling" via a dual hybrid setup. An analog filter equipped feed back mic and a digital filter outfitted feed forward mic monitor unwanted clamor inside and out. The EAH-A800 also has Natural Ambient and Attention modes. The difference is that the latter makes it easier to hear voices while the former is a more universal transparency setting. Technics also provides multi-point pairing here, which will allow you to connect to two devices simultaneously over Bluetooth and easily switch between them. 

    The company is also making big promises when it comes to call clarity. Using a total of eight microphones, the EAH-A800 employs four to pick up your voice and four more to combat any environmental noise. Additionally, Technics says the feed forward mics are designed and positioned to reduce wind noise. 

    Perhaps the most impressive claim on the EAH-A800 is the stated 50 hours of battery life. Technics says you can achieve this figure with ANC on listening to AAC audio. If you are listening via LDAC, the company says you can expect up to 40 hours of play time. Disable noise cancelling on either sound codec and listening time increases by 10 hours. So if you're willing to go without ANC or higher quality audio, you can get 60 hours of use out of these according to Technics. What's more, a 15-minute charge will give you 10 hours of use (ANC on, AAC quality streaming). 

    The EAH-A800 will be available in black and white color options in February for $350 (£299/€349). 

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/technics-eah-a800-noise-cancelling-headphones-announced-price-specs-184515539.html?src=rss", + "creator": "Billy Steele", + "pubDate": "Tue, 04 Jan 2022 18:45:15 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8fe16194bdfd59ef8707b9f9f91d3270" + "hash": "9ae9b7ee856270244fe3e5fa2db36623", + "highlights": [] }, { - "title": "Le vieillissement de la population française va s'accentuer", - "description": "La population française culminerait à 69,3 millions d'habitants en 2044, avant de décliner à 68,1 millions en 2070, selon les projections de l'Insee publiées ce lundi. En 2040, l'Hexagone compterait 51 personnes de 65 ans ou plus pour 100 personnes de 20 à 64 ans, contre 37 en 2021.", - "content": "La population française culminerait à 69,3 millions d'habitants en 2044, avant de décliner à 68,1 millions en 2070, selon les projections de l'Insee publiées ce lundi. En 2040, l'Hexagone compterait 51 personnes de 65 ans ou plus pour 100 personnes de 20 à 64 ans, contre 37 en 2021.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700431344285-le-vieillissement-de-la-population-francaise-va-saccentuer-2444031.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Mon, 29 Nov 2021 15:24:01 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/29/2444031_le-vieillissement-de-la-population-francaise-va-saccentuer-web-tete-070431409162_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Intel's 12th-gen KS-series chips will reach 5.5GHz on a single core", + "description": "

    Intel is seriously planning to crank things up with its 12th-generation KS-series desktop CPUs. On stage at the company's CES press event today, Intel's Client Computing head Gregory Bryant revealed that the KS chips will reach a whopping 5.5GHz on a single core. Of course, that's while the chip is being stressed to reach a Max Turbo speed, so don't expect that to be sustained for long. 

    Even better, Bryant said that the KS chips will also be able to go beyond 5GHz across multiple cores when they arrive this spring. That'll be particularly useful for rendering and other demanding work, but both milestones should deliver some impressive gaming performance too.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Intel is seriously planning to crank things up with its 12th-generation KS-series desktop CPUs. On stage at the company's CES press event today, Intel's Client Computing head Gregory Bryant revealed that the KS chips will reach a whopping 5.5GHz on a single core. Of course, that's while the chip is being stressed to reach a Max Turbo speed, so don't expect that to be sustained for long. 

    Even better, Bryant said that the KS chips will also be able to go beyond 5GHz across multiple cores when they arrive this spring. That'll be particularly useful for rendering and other demanding work, but both milestones should deliver some impressive gaming performance too.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/intels-12th-gen-ks-series-cpu-5-5ghz-181625713.html?src=rss", + "creator": "Devindra Hardawar", + "pubDate": "Tue, 04 Jan 2022 18:16:25 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f42f967841c21efa35ca61621253851f" + "hash": "1d6a555497f06e3571b7e8da2c8601aa", + "highlights": [] }, { - "title": "Retraites : les prévisions seront basées sur des scénarios économiques moins favorables", - "description": "Régulièrement critiqué pour ses scénarios macroéconomiques trop optimistes, le Conseil d'orientation des retraites a sondé les économistes. Il va ajouter à ses futures prévisions une hypothèse où la productivité ne croîtrait que de 0,7 %, et la borne haute sera abaissée.", - "content": "Régulièrement critiqué pour ses scénarios macroéconomiques trop optimistes, le Conseil d'orientation des retraites a sondé les économistes. Il va ajouter à ses futures prévisions une hypothèse où la productivité ne croîtrait que de 0,7 %, et la borne haute sera abaissée.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700416892185-retraites-les-previsions-seront-basees-sur-des-scenarios-economiques-moins-favorables-2444000.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Mon, 29 Nov 2021 10:03:20 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/29/2444000_retraites-les-previsions-seront-basees-sur-des-scenarios-economiques-moins-favorables-web-tete-070416969190.jpg", - "enclosureType": "image/jpg", + "title": "Acer’s new, 16-inch Swift X is its first with Intel Arc graphics", + "description": "

    Acer’s flagship line of Swift X notebooks is going to be one of the first to tote around Intel’s new Arc graphics. The 16-inch model, at least, will be Acer’s first with Intel’s attempt at toppling NVIDIA’s leadership position in the mobile graphics space. That comes with a handful of other quality-of-life improvements, including a 400-nit (up from 300 nits last year), 100 percent sRGB, 16:10 display. You can choose either a WQXGA (2,560 x 1,600) or WUXGA (1,920 x 1,200) resolution screen to cram inside, too.

    Build-to-order options include a new 12th-generation Intel Core processor paired with the new Arc graphics. That will be paired with up to 32GB of LPDDR5 RAM and up to 2TB SSD storage, as well as WiFi 6e. In person, it’s a little lighter than its immediate predecessor although if you were walking past it in a hurry you’d barely know the difference. The webcam is now FHD, too.

    I wasn’t able to take any benchmarks on the pre-release hardware I was able to see in the flesh, but Acer is feeling bullish about the performance here. It says that its new dual fan design, bigger air vents (and they are beefy) and bigger inlets on the keyboard should expel up to 10 percent more heat than previous versions. You’ll also be able to switch to silent running should the need arise, albeit at the cost of much of your performance.

    Acer also made it clear that the existing Swift X, which is currently shipping with the option of an RTX 3050 / 3050 Ti, will remain on shelves for the foreseeable. That way, should you find Intel’s new silicon not to your taste, you can still get the upgrade you crave.

    The 14-inch model, meanwhile, gets all of the other hardware bumps, including the better display options, the 12th generation Intel Chip, up to 16GB RAM and Windows 11. But graphics-wise, you’re left with the RTX 3050 / 3050 Ti, which is probably enough for most users who aren’t yet ready to jump feet-first into Intel’s new ocean.

    We don’t have US pricing or availability for the Swifts just yet, but in the UK we’re expecting them to arrive by the end of February or the start of March for around £1,000 (around $1,350).

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Acer’s flagship line of Swift X notebooks is going to be one of the first to tote around Intel’s new Arc graphics. The 16-inch model, at least, will be Acer’s first with Intel’s attempt at toppling NVIDIA’s leadership position in the mobile graphics space. That comes with a handful of other quality-of-life improvements, including a 400-nit (up from 300 nits last year), 100 percent sRGB, 16:10 display. You can choose either a WQXGA (2,560 x 1,600) or WUXGA (1,920 x 1,200) resolution screen to cram inside, too.

    Build-to-order options include a new 12th-generation Intel Core processor paired with the new Arc graphics. That will be paired with up to 32GB of LPDDR5 RAM and up to 2TB SSD storage, as well as WiFi 6e. In person, it’s a little lighter than its immediate predecessor although if you were walking past it in a hurry you’d barely know the difference. The webcam is now FHD, too.

    I wasn’t able to take any benchmarks on the pre-release hardware I was able to see in the flesh, but Acer is feeling bullish about the performance here. It says that its new dual fan design, bigger air vents (and they are beefy) and bigger inlets on the keyboard should expel up to 10 percent more heat than previous versions. You’ll also be able to switch to silent running should the need arise, albeit at the cost of much of your performance.

    Acer also made it clear that the existing Swift X, which is currently shipping with the option of an RTX 3050 / 3050 Ti, will remain on shelves for the foreseeable. That way, should you find Intel’s new silicon not to your taste, you can still get the upgrade you crave.

    The 14-inch model, meanwhile, gets all of the other hardware bumps, including the better display options, the 12th generation Intel Chip, up to 16GB RAM and Windows 11. But graphics-wise, you’re left with the RTX 3050 / 3050 Ti, which is probably enough for most users who aren’t yet ready to jump feet-first into Intel’s new ocean.

    We don’t have US pricing or availability for the Swifts just yet, but in the UK we’re expecting them to arrive by the end of February or the start of March for around £1,000 (around $1,350).

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Computing", + "link": "https://www.engadget.com/acer-swift-x-16-intel-arc-graphics-181536080.html?src=rss", + "creator": "Daniel Cooper", + "pubDate": "Tue, 04 Jan 2022 18:15:36 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8e48efc070c900b540ddf679143dc43c" + "hash": "cdc719326f3105f585b6c786f3f43717", + "highlights": [] }, { - "title": "Covid : l'expansion du variant Omicron accentue l'urgence du rappel vaccinal", - "description": "Le variant venu d'Afrique du Sud, jugé préoccupant, circule probablement déjà en France. Le ministre de la Santé vise 52 millions de primo-vaccinés et 10 millions de revaccinés à la fin de la semaine pour lui barrer la route. C'est la cohue pour obtenir une dose de rappel, avec le risque que les plus âgés soient servis en dernier.", - "content": "Le variant venu d'Afrique du Sud, jugé préoccupant, circule probablement déjà en France. Le ministre de la Santé vise 52 millions de primo-vaccinés et 10 millions de revaccinés à la fin de la semaine pour lui barrer la route. C'est la cohue pour obtenir une dose de rappel, avec le risque que les plus âgés soient servis en dernier.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700426499916-covid-lexpansion-du-variant-omicron-accentue-lurgence-du-rappel-vaccinal-2443842.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Sun, 28 Nov 2021 15:31:18 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/28/2443842_covid-lexpansion-du-variant-omicron-accentue-lurgence-du-rappel-vaccinal-web-070426584937_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Acer updates the Nitro 5 with AMD’s Ryzen 6000", + "description": "

    Often, the laptops that are announced at CES aren’t as exciting as the silicon that’ll be nestled inside them. Acer’s Nitro 5 is one such example, where less attention will be paid to the more refined design, since everyone will be talking about its new brains. Like the fact that it’ll be able to use both AMD’s Ryzen 6000 and Intel’s 12th-generation Core processors. That will be paired with anything up to NVIDIA’s GeForce RTX 3070 Ti, 32GB DDR4 3200 RAM and, depending on chip options, either a FHD 144Hz or QHD 165Hz panel.

    Naturally, Acer has made a big effort to refine the chassis, despite it being a tiny bit thicker than its immediate predecessor. Rather than lots of chunky accents, the system goes for a more refined striped design, dialing down the more aggressive elements of its design. In addition, several ports are now sat on the back of the chassis since Acer knows that lots of people will use the Nitro 5 as a desktop replacement.

    Sadly, I wasn’t able to do much beyond touch the new Nitro 5 and certainly there’s nothing too dramatic about the exterior changes. Acer was in no mood to allow me to run benchmarks, so all we can say for now is that we’re hopeful that it’ll do what AMD's other 6000 systems have been doing for a while.

    In terms of when you can expect to be able to get your hands on one of these things, Acer says that the Intel edition will drop at some point in March, with the base model priced at $1,050. The AMD-toting version, meanwhile, will drop in April, with prices running from $1,099 up to whatever your budget and heart will allow.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Often, the laptops that are announced at CES aren’t as exciting as the silicon that’ll be nestled inside them. Acer’s Nitro 5 is one such example, where less attention will be paid to the more refined design, since everyone will be talking about its new brains. Like the fact that it’ll be able to use both AMD’s Ryzen 6000 and Intel’s 12th-generation Core processors. That will be paired with anything up to NVIDIA’s GeForce RTX 3070 Ti, 32GB DDR4 3200 RAM and, depending on chip options, either a FHD 144Hz or QHD 165Hz panel.

    Naturally, Acer has made a big effort to refine the chassis, despite it being a tiny bit thicker than its immediate predecessor. Rather than lots of chunky accents, the system goes for a more refined striped design, dialing down the more aggressive elements of its design. In addition, several ports are now sat on the back of the chassis since Acer knows that lots of people will use the Nitro 5 as a desktop replacement.

    Sadly, I wasn’t able to do much beyond touch the new Nitro 5 and certainly there’s nothing too dramatic about the exterior changes. Acer was in no mood to allow me to run benchmarks, so all we can say for now is that we’re hopeful that it’ll do what AMD's other 6000 systems have been doing for a while.

    In terms of when you can expect to be able to get your hands on one of these things, Acer says that the Intel edition will drop at some point in March, with the base model priced at $1,050. The AMD-toting version, meanwhile, will drop in April, with prices running from $1,099 up to whatever your budget and heart will allow.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/acer-nitro-5-ryzen-6000-181528055.html?src=rss", + "creator": "Daniel Cooper", + "pubDate": "Tue, 04 Jan 2022 18:15:28 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a9bc67b4c1187913783ffd55290aaadd" + "hash": "8d80a40696e2fc46ac4e11e35f796850", + "highlights": [] }, { - "title": "Nouvelle ENA : le rapport Bassères s'attaque à des symboles forts", - "description": "Jean Bassères a remis ce vendredi au Premier ministre ses propositions concernant l'Institut national du service public, qui va succéder à l'ENA, ainsi que la future direction appelée à gérer l'encadrement supérieur de l'Etat. Il préconise notamment de supprimer deux symboles forts de l'ex-ENA : l'épreuve de culture générale à l'entrée et le classement à la sortie.", - "content": "Jean Bassères a remis ce vendredi au Premier ministre ses propositions concernant l'Institut national du service public, qui va succéder à l'ENA, ainsi que la future direction appelée à gérer l'encadrement supérieur de l'Etat. Il préconise notamment de supprimer deux symboles forts de l'ex-ENA : l'épreuve de culture générale à l'entrée et le classement à la sortie.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700416063826-nouvelle-ena-le-rapport-basseres-sattaque-a-des-symboles-forts-2443795.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Fri, 26 Nov 2021 19:00:11 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/26/2443795_nouvelle-ena-le-rapport-basseres-sattaque-a-des-symboles-forts-web-070414793316_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Acer's gaming laptops add 12th-gen Intel Core and NVIDIA RTX 30 Ti", + "description": "

    Acer is often quick to embrace the latest chips in its gaming laptops, and that's particularly true this year. The brand has updated its Predator Helios and Triton portables to use both Intel's 12th-generation Core processors and NVIDIA's GeForce RTX 30 Ti graphics. The Helios 300 (above) is the star of the show with synced RGB light bar on the deck, up to the latest Core i7 chip, as much as 32GB of DDR5 memory and ether RTX 3070 Ti or RTX 3080 graphics. You can also expect a "cleaner" chassis, improved cooling (such as liquid metal thermal grease) and a 1440p screen with a speedy 165Hz panel.

    You can also expect a raft of modern connections that include 2.5Gbps Ethernet, WiFi 6e, an HDMI 2.1 port, Thunderbolt and regular USB-C and -A connectors. The new Helios arrives in May starting at $1,650 for a 15.6-inch system and $1,750 for its 17-inch counterpart.

    \"Acer
    Acer

    The Triton 500 SE (middle) is billed as a 'thin' gaming rig, but it might just offer some advantages in the performance realm. You'll have options for a Core i9, RTX 3080 Ti video and the same 32GB DDR5 memory ceiling. Acer is promising aggressive cooling that includes liquid metal, heat pipes and the latest "3D" fans. Only a 16-inch display is available, although the 240Hz 1600p panel isn't hurting for resolution or speed.

    You won't have to wait so long for the Triton with its March release, although you'll have to pay a premium with a starting $2,300 price. You'll have to spring for the new Nitro 5 (also unveiled today) to pick up a more affordable Acer gaming laptop — these are for enthusiasts willing to splurge.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Acer is often quick to embrace the latest chips in its gaming laptops, and that's particularly true this year. The brand has updated its Predator Helios and Triton portables to use both Intel's 12th-generation Core processors and NVIDIA's GeForce RTX 30 Ti graphics. The Helios 300 (above) is the star of the show with synced RGB light bar on the deck, up to the latest Core i7 chip, as much as 32GB of DDR5 memory and ether RTX 3070 Ti or RTX 3080 graphics. You can also expect a "cleaner" chassis, improved cooling (such as liquid metal thermal grease) and a 1440p screen with a speedy 165Hz panel.

    You can also expect a raft of modern connections that include 2.5Gbps Ethernet, WiFi 6e, an HDMI 2.1 port, Thunderbolt and regular USB-C and -A connectors. The new Helios arrives in May starting at $1,650 for a 15.6-inch system and $1,750 for its 17-inch counterpart.

    \"Acer
    Acer

    The Triton 500 SE (middle) is billed as a 'thin' gaming rig, but it might just offer some advantages in the performance realm. You'll have options for a Core i9, RTX 3080 Ti video and the same 32GB DDR5 memory ceiling. Acer is promising aggressive cooling that includes liquid metal, heat pipes and the latest "3D" fans. Only a 16-inch display is available, although the 240Hz 1600p panel isn't hurting for resolution or speed.

    You won't have to wait so long for the Triton with its March release, although you'll have to pay a premium with a starting $2,300 price. You'll have to spring for the new Nitro 5 (also unveiled today) to pick up a more affordable Acer gaming laptop — these are for enthusiasts willing to splurge.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Computing", + "link": "https://www.engadget.com/acer-predator-gaming-laptop-helios-triton-2022-181520684.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Tue, 04 Jan 2022 18:15:20 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f46cf3f91702cf2c69e5ba07a3447721" + "hash": "a14b251387822e33751f8f65014da4ad", + "highlights": [] }, { - "title": "Covid : le gouvernement tente de rassurer face à la ruée vers la dose de rappel", - "description": "Suite à l'annonce de la généralisation du rappel vaccinal à tous les adultes, plus de 1,25 million de rendez-vous ont été pris jeudi. Près de 300 centres de vaccination vont rouvrir, a annoncé ce vendredi matin, le porte-parole du gouvernement, Gabriel Attal.", - "content": "Suite à l'annonce de la généralisation du rappel vaccinal à tous les adultes, plus de 1,25 million de rendez-vous ont été pris jeudi. Près de 300 centres de vaccination vont rouvrir, a annoncé ce vendredi matin, le porte-parole du gouvernement, Gabriel Attal.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700415025198-covid-le-gouvernement-tente-de-rassurer-face-a-la-ruee-vers-la-dose-de-rappel-2443716.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Fri, 26 Nov 2021 10:14:36 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/26/2443716_covid-le-gouvernement-tente-de-rassurer-face-a-la-ruee-vers-la-dose-de-rappel-web-070415027190_300x160.jpg", - "enclosureType": "image/jpg", + "title": "HP's super-sized Omen 45L Desktop has a new kind of cooling system", + "description": "

    At CES, HP unveiled its latest lineup of gaming systems, including a tower with a new kind of cooling system. The Omen 45L Desktop (which leaked a couple of months ago) has a Cryo Chamber that's positioned above the main case.

    The unit contains up to a 360mm AiO liquid cooler and it can pull in colder ambient air from outside the system to cool the radiator instead of using air from the main interior (which is heated up by the processor, graphics card and other components). HP says this can reduce CPU temperatures by a further six degrees Celsius compared with identical models that don't have the Cryo Chamber.

    \"HP's
    HP

    The 45L is a souped-up version of the 40L desktop, which has one fewer 120mm fan and doesn't have the Cryo Chamber, though it's not quite as tall. The newer model is 21.85 inches (55.5 centimeters) high and HP notes that the Cryo Chamber can be used as a Gamecube-style handle.

    HP made upgrading components a cinch, as the 45L has front and side panels that can be removed without tools. There are locks to keep the panels in place. The 45L Desktop will be available through HP's website on January 5th (and later at Best Buy). It starts at $1,900. Those who prefer to build their own rigs will be able to buy an Omen 45L ATX case, which includes the Cryo Chamber, in the coming weeks.

    Also on the Omen front, HP has refreshed the 25L Desktop with an additional 120mm front fan, as well as an optional glass side panel. There's now a ceramic white color option, which is a first for Omen desktops. The revamped 25L should be available this spring. Pricing will be revealed later.

    \"Victus
    HP

    Meanwhile, HP has revealed the first desktop for its mid-tier Victus brand. The 15L has a compact design and it's available in two colors: mica silver and ceramic white. The case (which has post-consumer recycled plastic in the bezel and water-based paint) features a customizable RGB “infinity mirror” logo.

    The 15L can house up to a NVIDIA GeForce RTX 3060 Ti or AMD Radeon RX 6600 XT GPU. It's compatible with 12th-gen Intel Core i7 processors and AMD Ryzen7 5000 Series CPUs, and you can pack in up to 32GB of DDR4 RAM. The Victus 15L Desktop PC should be available by February, with pricing to be revealed in the coming weeks.

    \"Omen
    HP

    In addition, HP announced the first Omen gaming monitor with HDMI 2.1 support. As well as PC gaming, the Omen 27u 4K Gaming Monitor is designed with the latest consoles in mind. The 120 Hz display has a 1ms refresh rate, VESA DisplayHDR 400 450 nits of brightness and true 8-bit color. 

    HP notes it's the first Omen monitor with a four-sided micro-bezel design, which should place more emphasis on the screen. The monitor will start at $700 and it should be available in the spring.

    ", + "content": "

    At CES, HP unveiled its latest lineup of gaming systems, including a tower with a new kind of cooling system. The Omen 45L Desktop (which leaked a couple of months ago) has a Cryo Chamber that's positioned above the main case.

    The unit contains up to a 360mm AiO liquid cooler and it can pull in colder ambient air from outside the system to cool the radiator instead of using air from the main interior (which is heated up by the processor, graphics card and other components). HP says this can reduce CPU temperatures by a further six degrees Celsius compared with identical models that don't have the Cryo Chamber.

    \"HP's
    HP

    The 45L is a souped-up version of the 40L desktop, which has one fewer 120mm fan and doesn't have the Cryo Chamber, though it's not quite as tall. The newer model is 21.85 inches (55.5 centimeters) high and HP notes that the Cryo Chamber can be used as a Gamecube-style handle.

    HP made upgrading components a cinch, as the 45L has front and side panels that can be removed without tools. There are locks to keep the panels in place. The 45L Desktop will be available through HP's website on January 5th (and later at Best Buy). It starts at $1,900. Those who prefer to build their own rigs will be able to buy an Omen 45L ATX case, which includes the Cryo Chamber, in the coming weeks.

    Also on the Omen front, HP has refreshed the 25L Desktop with an additional 120mm front fan, as well as an optional glass side panel. There's now a ceramic white color option, which is a first for Omen desktops. The revamped 25L should be available this spring. Pricing will be revealed later.

    \"Victus
    HP

    Meanwhile, HP has revealed the first desktop for its mid-tier Victus brand. The 15L has a compact design and it's available in two colors: mica silver and ceramic white. The case (which has post-consumer recycled plastic in the bezel and water-based paint) features a customizable RGB “infinity mirror” logo.

    The 15L can house up to a NVIDIA GeForce RTX 3060 Ti or AMD Radeon RX 6600 XT GPU. It's compatible with 12th-gen Intel Core i7 processors and AMD Ryzen7 5000 Series CPUs, and you can pack in up to 32GB of DDR4 RAM. The Victus 15L Desktop PC should be available by February, with pricing to be revealed in the coming weeks.

    \"Omen
    HP

    In addition, HP announced the first Omen gaming monitor with HDMI 2.1 support. As well as PC gaming, the Omen 27u 4K Gaming Monitor is designed with the latest consoles in mind. The 120 Hz display has a 1ms refresh rate, VESA DisplayHDR 400 450 nits of brightness and true 8-bit color. 

    HP notes it's the first Omen monitor with a four-sided micro-bezel design, which should place more emphasis on the screen. The monitor will start at $700 and it should be available in the spring.

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/hp-omen-45l-desktop-cryo-chamber-cooling-gaming-monitor-181053885.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Tue, 04 Jan 2022 18:10:53 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2086b67c0769131f45f2d4c057af0e30" + "hash": "fce949ea0612c133ead7993dcb6c6daf", + "highlights": [] }, { - "title": "Formation : les résultats encore incertains du grand plan compétences d'Emmanuel Macron", - "description": "Véritablement lancé en 2019, le plan, doté de 15 milliards sur la durée du quinquennat, n'a pas amélioré le taux de retour à l'emploi des chômeurs de longue durée. La question de la concurrence du compte personnel de formation, dont l'essor ne se dément pas, se pose.", - "content": "Véritablement lancé en 2019, le plan, doté de 15 milliards sur la durée du quinquennat, n'a pas amélioré le taux de retour à l'emploi des chômeurs de longue durée. La question de la concurrence du compte personnel de formation, dont l'essor ne se dément pas, se pose.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700408627949-formation-les-resultats-encore-incertains-du-grand-plan-competences-demmanuel-macron-2443519.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Thu, 25 Nov 2021 18:31:10 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443519_formation-les-resultats-encore-incertains-du-grand-plan-competences-demmanuel-macron-web-070408756635_300x160.jpg", - "enclosureType": "image/jpg", + "title": "HyperX’s first game controller is built for your Android phone", + "description": "

    For the longest time, console gamers were second-class citizens when it came to gaming accessories. Keyboards and mice are, of course, mainly PC gaming peripherals, and the vast majority of customization software is made for desktop machines. Even most headsets were built with PC gaming in mind, though that’s changed in recent years. But for most folks a gamepad is the iconic console gaming accessory, and the options outside of first-party controllers have been lacking until recently. Now gamers have their option of high-end accessories from companies like Scuf, Razer and today, HyperX.

    \"HyperX
    HyperX

    This week HyperX introduces its first gamepad, the Clutch Wireless Gaming Controller. It’s an Xbox-style peripheral, with two thumbsticks, a D-pad on the left, dual shoulder buttons and triggers, and the standard four lettered buttons on the right. The name “clutch” comes from the included clip, which makes it possible to mount an Android phone to the controller, or prop up a phone on a surface for tabletop play. 

    \"HyperX
    HyperX

    The $50 Clutch is mainly intended for use with Android devices, and connects wirelessly via Bluetooth 4.2 or a USB-C wireless receiver. (A USB-C to USB-A cord is included for wired gameplay with the PC or console of your choice.) However, those wireless options should also make it compatible with the Nintendo Switch. Given that your gamepad selection for the Switch is mostly limited to the official Pro Controller and the various offerings from 8BitDo and PowerA, this is a welcome addition to the market, one which we’ll have to test once it ships in March.

    \"HyperX
    HyperX

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    For the longest time, console gamers were second-class citizens when it came to gaming accessories. Keyboards and mice are, of course, mainly PC gaming peripherals, and the vast majority of customization software is made for desktop machines. Even most headsets were built with PC gaming in mind, though that’s changed in recent years. But for most folks a gamepad is the iconic console gaming accessory, and the options outside of first-party controllers have been lacking until recently. Now gamers have their option of high-end accessories from companies like Scuf, Razer and today, HyperX.

    \"HyperX
    HyperX

    This week HyperX introduces its first gamepad, the Clutch Wireless Gaming Controller. It’s an Xbox-style peripheral, with two thumbsticks, a D-pad on the left, dual shoulder buttons and triggers, and the standard four lettered buttons on the right. The name “clutch” comes from the included clip, which makes it possible to mount an Android phone to the controller, or prop up a phone on a surface for tabletop play. 

    \"HyperX
    HyperX

    The $50 Clutch is mainly intended for use with Android devices, and connects wirelessly via Bluetooth 4.2 or a USB-C wireless receiver. (A USB-C to USB-A cord is included for wired gameplay with the PC or console of your choice.) However, those wireless options should also make it compatible with the Nintendo Switch. Given that your gamepad selection for the Switch is mostly limited to the official Pro Controller and the various offerings from 8BitDo and PowerA, this is a welcome addition to the market, one which we’ll have to test once it ships in March.

    \"HyperX
    HyperX

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/hyperx-clutch-gaming-controller-gamepad-181049326.html?src=rss", + "creator": "Kris Naudus", + "pubDate": "Tue, 04 Jan 2022 18:10:49 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1b548f9192db36c277dde224ab016145" + "hash": "d342391528b8d43b7dab07a2b4ecde84", + "highlights": [] }, { - "title": "La Cour des comptes appelle à investir dans la prévention de la dépendance", - "description": "Selon les magistrats financiers, la France est à la traîne dans la prévention de la perte d'autonomie des personnes âgées. Un gain d'un an d'espérance de vie sans incapacité ferait économiser 1,5 milliard en dix ans à l'assurance-maladie, calculent-ils.", - "content": "Selon les magistrats financiers, la France est à la traîne dans la prévention de la perte d'autonomie des personnes âgées. Un gain d'un an d'espérance de vie sans incapacité ferait économiser 1,5 milliard en dix ans à l'assurance-maladie, calculent-ils.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700409033369-la-cour-des-comptes-appelle-a-investir-dans-la-prevention-de-la-dependance-2443509.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Thu, 25 Nov 2021 17:32:29 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443509_la-cour-des-comptes-appelle-a-investir-dans-la-prevention-de-la-dependance-web-070399027118_300x160.jpg", - "enclosureType": "image/jpg", + "title": "HP's super-sized Omen 45L Desktop has a new kind of cooling system", + "description": "

    At CES, HP unveiled its latest lineup of gaming systems, including a tower with a new kind of cooling system. The Omen 45L Desktop (which leaked a couple of months ago) has a Cryo Chamber that's positioned above the main case.

    The unit contains up to a 360mm AiO liquid cooler and it can pull in colder ambient air from outside the system to cool the radiator instead of using air from the main interior (which is heated up by the processor, graphics card and other components). HP says this can reduce CPU temperatures by a further six degrees Celsius compared with identical models that don't have the Cryo Chamber.

    \"HP's
    HP

    The 45L is a souped-up version of the 40L desktop, which has one fewer 120mm fan and doesn't have the Cryo Chamber, though it's not quite as tall. The newer model is 21.85 inches (55.5 centimeters) high and HP notes that the Cryo Chamber can be used as a Gamecube-style handle.

    HP made upgrading components a cinch, as the 45L has front and side panels that can be removed without tools. There are locks to keep the panels in place. The 45L Desktop will be available through HP's website on January 5th (and later at Best Buy). It starts at $1,900. Those who prefer to build their own rigs will be able to buy an Omen 45L ATX case, which includes the Cryo Chamber, in the coming weeks.

    Also on the Omen front, HP has refreshed the 25L Desktop with an additional 120mm front fan, as well as an optional glass side panel. There's now a ceramic white color option, which is a first for Omen desktops. The revamped 25L should be available this spring. Pricing will be revealed later.

    \"Victus
    HP

    Meanwhile, HP has revealed the first desktop for its mid-tier Victus brand. The 15L has a compact design and it's available in two colors: mica silver and ceramic white. The case (which has post-consumer recycled plastic in the bezel and water-based paint) features a customizable RGB “infinity mirror” logo.

    The 15L can house up to a NVIDIA GeForce RTX 3060 Ti or AMD Radeon RX 6600 XT GPU. It's compatible with 12th-gen Intel Core i7 processors and AMD Ryzen7 5000 Series CPUs, and you can pack in up to 32GB of DDR4 RAM. The Victus 15L Desktop PC should be available by February, with pricing to be revealed in the coming weeks.

    \"Omen
    HP

    In addition, HP announced the first Omen gaming monitor with HDMI 2.1 support. As well as PC gaming, the Omen 27u 4K Gaming Monitor is designed with the latest consoles in mind. The 120 Hz display has a 1ms refresh rate, VESA DisplayHDR 400 450 nits of brightness and true 8-bit color. 

    HP notes it's the first Omen monitor with a four-sided micro-bezel design, which should place more emphasis on the screen. The monitor will start at $700 and it should be available in the spring.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    At CES, HP unveiled its latest lineup of gaming systems, including a tower with a new kind of cooling system. The Omen 45L Desktop (which leaked a couple of months ago) has a Cryo Chamber that's positioned above the main case.

    The unit contains up to a 360mm AiO liquid cooler and it can pull in colder ambient air from outside the system to cool the radiator instead of using air from the main interior (which is heated up by the processor, graphics card and other components). HP says this can reduce CPU temperatures by a further six degrees Celsius compared with identical models that don't have the Cryo Chamber.

    \"HP's
    HP

    The 45L is a souped-up version of the 40L desktop, which has one fewer 120mm fan and doesn't have the Cryo Chamber, though it's not quite as tall. The newer model is 21.85 inches (55.5 centimeters) high and HP notes that the Cryo Chamber can be used as a Gamecube-style handle.

    HP made upgrading components a cinch, as the 45L has front and side panels that can be removed without tools. There are locks to keep the panels in place. The 45L Desktop will be available through HP's website on January 5th (and later at Best Buy). It starts at $1,900. Those who prefer to build their own rigs will be able to buy an Omen 45L ATX case, which includes the Cryo Chamber, in the coming weeks.

    Also on the Omen front, HP has refreshed the 25L Desktop with an additional 120mm front fan, as well as an optional glass side panel. There's now a ceramic white color option, which is a first for Omen desktops. The revamped 25L should be available this spring. Pricing will be revealed later.

    \"Victus
    HP

    Meanwhile, HP has revealed the first desktop for its mid-tier Victus brand. The 15L has a compact design and it's available in two colors: mica silver and ceramic white. The case (which has post-consumer recycled plastic in the bezel and water-based paint) features a customizable RGB “infinity mirror” logo.

    The 15L can house up to a NVIDIA GeForce RTX 3060 Ti or AMD Radeon RX 6600 XT GPU. It's compatible with 12th-gen Intel Core i7 processors and AMD Ryzen7 5000 Series CPUs, and you can pack in up to 32GB of DDR4 RAM. The Victus 15L Desktop PC should be available by February, with pricing to be revealed in the coming weeks.

    \"Omen
    HP

    In addition, HP announced the first Omen gaming monitor with HDMI 2.1 support. As well as PC gaming, the Omen 27u 4K Gaming Monitor is designed with the latest consoles in mind. The 120 Hz display has a 1ms refresh rate, VESA DisplayHDR 400 450 nits of brightness and true 8-bit color. 

    HP notes it's the first Omen monitor with a four-sided micro-bezel design, which should place more emphasis on the screen. The monitor will start at $700 and it should be available in the spring.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/hp-omen-45l-desktop-cryo-chamber-cooling-gaming-monitor-181044496.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Tue, 04 Jan 2022 18:10:44 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5712f9fa984afd48fd84e12314a86b77" + "hash": "296c423203b1d0ae2ff816f3b651d598", + "highlights": [] }, { - "title": "Covid : retour des restrictions dans les cantines d'entreprise", - "description": "La ministre du Travail, Elisabeth Borne, a rencontré ce jeudi patronat et syndicats pour faire le point sur les conséquences de la cinquième vague. Elle a lancé un appel à la vigilance sur le port du masque, les gestes barrière et les mesures de distanciation. Dans la restauration collective, le respect de la distance de 2 mètres refait son apparition à partir de lundi.", - "content": "La ministre du Travail, Elisabeth Borne, a rencontré ce jeudi patronat et syndicats pour faire le point sur les conséquences de la cinquième vague. Elle a lancé un appel à la vigilance sur le port du masque, les gestes barrière et les mesures de distanciation. Dans la restauration collective, le respect de la distance de 2 mètres refait son apparition à partir de lundi.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700407819356-covid-le-retour-des-restrictions-dans-les-cantines-dentreprise-2443499.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Thu, 25 Nov 2021 16:44:18 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443499_covid-retour-des-restrictions-dans-les-cantines-dentreprise-web-070407380521_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Intel Evo PCs will include foldables, offer iPhone integration this year", + "description": "

    Intel hasn't forgotten about Evo, its premium branding for PCs that meet its array of performance benchmarks. Now in its third iteration (remember it was originally called Project Athena), the company says it's also adding a foldable specification for Evo PCs this year, along with new requirements around "intelligent collaboration" and support for faster H-series 12th-gen chips. So, in addition to guaranteeing long battery life and instant wake, new Evo PCs will also need to include WiFi 6E support, tap into the company's AI noise cancellation capabilities as well as Intel's Connectivity Performance Suite. The goal, as always, is to make sure consumers get the best experience possible when they're buying an "Intel Evo" branded PC.

    \"Intel
    Intel

    Intel also offered more details around its plans for Screenovate, a recent acquisition that gained notoriety for integrating iPhones and Android devices with Windows PCs. (It also powers Dell's Mobile Connect tool, which allows you to send files to your phone and control its screen remotely.) According to Josh Newman, Intel's VP of Mobile Innovation, the company plans to bring Screenovate's technology to Evo PCs in the 2022 holiday season. The goal, naturally, is to offer it to more PCs eventually, but Newman says Intel wants to ensure that it's a high quality experience before that. The company plans to work with partners, including Apple, to make that happen.

    On stage during its CES presentation, Intel representatives showed Screenovate's software displaying iPhone text messages on a PC, as well as health data from an Apple Watch. They also demonstrated how an Android tablet could be converted into a secondary display. It didn't appear to be as seamless as Apple's SideCar feature, which lets iPads work as screens while connected to Macs, but it's a start. 

    While Intel's specialized Project Athena/Evo PC branding seemed more like a marketing stunt at first, it's actually pushing PC makers to build better hardware. Newman says that partners are building off of Intel's foldable PC design, while also adding their own twists. The specification also gives Intel a bit more leverage: for example, it's requiring partners to design keyboard accessories for their foldables. While Intel can't force them to include keyboards in the box, company representatives tells us they're being "encouraged" to do so. 

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Intel hasn't forgotten about Evo, its premium branding for PCs that meet its array of performance benchmarks. Now in its third iteration (remember it was originally called Project Athena), the company says it's also adding a foldable specification for Evo PCs this year, along with new requirements around "intelligent collaboration" and support for faster H-series 12th-gen chips. So, in addition to guaranteeing long battery life and instant wake, new Evo PCs will also need to include WiFi 6E support, tap into the company's AI noise cancellation capabilities as well as Intel's Connectivity Performance Suite. The goal, as always, is to make sure consumers get the best experience possible when they're buying an "Intel Evo" branded PC.

    \"Intel
    Intel

    Intel also offered more details around its plans for Screenovate, a recent acquisition that gained notoriety for integrating iPhones and Android devices with Windows PCs. (It also powers Dell's Mobile Connect tool, which allows you to send files to your phone and control its screen remotely.) According to Josh Newman, Intel's VP of Mobile Innovation, the company plans to bring Screenovate's technology to Evo PCs in the 2022 holiday season. The goal, naturally, is to offer it to more PCs eventually, but Newman says Intel wants to ensure that it's a high quality experience before that. The company plans to work with partners, including Apple, to make that happen.

    On stage during its CES presentation, Intel representatives showed Screenovate's software displaying iPhone text messages on a PC, as well as health data from an Apple Watch. They also demonstrated how an Android tablet could be converted into a secondary display. It didn't appear to be as seamless as Apple's SideCar feature, which lets iPads work as screens while connected to Macs, but it's a start. 

    While Intel's specialized Project Athena/Evo PC branding seemed more like a marketing stunt at first, it's actually pushing PC makers to build better hardware. Newman says that partners are building off of Intel's foldable PC design, while also adding their own twists. The specification also gives Intel a bit more leverage: for example, it's requiring partners to design keyboard accessories for their foldables. While Intel can't force them to include keyboards in the box, company representatives tells us they're being "encouraged" to do so. 

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Computing", + "link": "https://www.engadget.com/intel-evo-3rd-edition-foldable-pc-iphone-181039141.html?src=rss", + "creator": "Devindra Hardawar", + "pubDate": "Tue, 04 Jan 2022 18:10:39 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f1391eeb757f73256dade46778c013d6" + "hash": "49dafefcfdbc3140e3b82bfc33dffd7c", + "highlights": [] }, { - "title": "Covid : 19 millions d'adultes appelés à se revacciner, la plupart avant le 15 janvier", - "description": "Le ministre de la Santé, Olivier Véran, a écarté, ce jeudi, toute restriction de circulation face à la flambée épidémique en assurant que le pays disposait déjà des moyens de se prémunir. La vaccination, avec un rappel pour tous les adultes et son intégration au passe sanitaire, demeure l'arme numéro un.", - "content": "Le ministre de la Santé, Olivier Véran, a écarté, ce jeudi, toute restriction de circulation face à la flambée épidémique en assurant que le pays disposait déjà des moyens de se prémunir. La vaccination, avec un rappel pour tous les adultes et son intégration au passe sanitaire, demeure l'arme numéro un.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700407336011-covid-19-millions-dadultes-appeles-a-se-re-vacciner-la-plupart-avant-le-15-janvier-2443439.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Thu, 25 Nov 2021 14:48:19 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443439_covid-19-millions-dadultes-appeles-a-se-revacciner-la-plupart-avant-le-15-janvier-web-070408187968_300x160.jpg", - "enclosureType": "image/jpg", + "title": "HP's latest Envy desktop PC comes with 12th-gen Intel chips and RTX 3080 Ti graphics", + "description": "

    HP has unveiled its latest Envy desktop PC. Instead of an all-in-one like many of the company’s past Envy-branded workstations, it adopts a traditional form factor. The design and brushed aluminum exterior make the case reminiscent of boutique ITX enclosures like the Dan C4. On the top, you’ll find three USB-A ports, a USB-C connection, an SD card slot and a headphone jack. The Envy Desktop PC features a one-touch tool-less design HP says makes it easy to upgrade the internal components.

    You can configure it with the latest 12th-generation processors from Intel, including the 125-watt Core i9-12900K. HP will offer both NVIDIA and AMD GPUs, with the RTX 3080 Ti and RX 6700 XT as the top-end options from each company. As for RAM and storage, the choices you have there are to add up to 128GB of DDR4 memory and a combination of NVMe SSDs and mechanical drives.

    \"HP
    HP

    HP announced two ultrawide monitors alongside its new PC. The first of those is the 40-inch Z40c G3. It features a factory-calibrated ISP panel with a 5,120 x 2,160 resolution, 98 percent DCI-P3 wide color gamut coverage and a 1000:1 static contrast ratio. In what’s been a trend at CES 2022, the Z40c G3 features a built-in 4K web camera that supports Windows Hello authentication. On the back of the monitor, you’ll find two Thunderbolt 3 ports that can provide up to 100W of power delivery to your devices. It also comes with four USB-A ports, an ethernet jack and HDMI 2.0 and DisplayPort 1.4 connections.

    For those looking for a slightly smaller ultrawide monitor, HP will also offer the Z34c G3. It’s a 34-inch display with a 3,440 x 1,440 IPS panel that features 85 percent DCI-P3 color gamut coverage, a 1000:1 contrast ratio and a peak brightness of 350 nits. It too comes with a built-in web camera. In this case, it’s a 5-megapixel one, though it still supports Windows Hello. As for ports, the Z34c G3 comes with a similar selection of connections as its more expensive stablemate, the only difference being that it features a single Thunderbolt 3 port.

    \"HP
    HP

    The Z40c G3 and Z34c G3 will cost $1,500 and $949 respectively when they become available sometime later this month. HP will release the Envy Desktop sometime in the spring, at which point it will be sold through the company’s website, as well as Amazon and Costco.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    HP has unveiled its latest Envy desktop PC. Instead of an all-in-one like many of the company’s past Envy-branded workstations, it adopts a traditional form factor. The design and brushed aluminum exterior make the case reminiscent of boutique ITX enclosures like the Dan C4. On the top, you’ll find three USB-A ports, a USB-C connection, an SD card slot and a headphone jack. The Envy Desktop PC features a one-touch tool-less design HP says makes it easy to upgrade the internal components.

    You can configure it with the latest 12th-generation processors from Intel, including the 125-watt Core i9-12900K. HP will offer both NVIDIA and AMD GPUs, with the RTX 3080 Ti and RX 6700 XT as the top-end options from each company. As for RAM and storage, the choices you have there are to add up to 128GB of DDR4 memory and a combination of NVMe SSDs and mechanical drives.

    \"HP
    HP

    HP announced two ultrawide monitors alongside its new PC. The first of those is the 40-inch Z40c G3. It features a factory-calibrated ISP panel with a 5,120 x 2,160 resolution, 98 percent DCI-P3 wide color gamut coverage and a 1000:1 static contrast ratio. In what’s been a trend at CES 2022, the Z40c G3 features a built-in 4K web camera that supports Windows Hello authentication. On the back of the monitor, you’ll find two Thunderbolt 3 ports that can provide up to 100W of power delivery to your devices. It also comes with four USB-A ports, an ethernet jack and HDMI 2.0 and DisplayPort 1.4 connections.

    For those looking for a slightly smaller ultrawide monitor, HP will also offer the Z34c G3. It’s a 34-inch display with a 3,440 x 1,440 IPS panel that features 85 percent DCI-P3 color gamut coverage, a 1000:1 contrast ratio and a peak brightness of 350 nits. It too comes with a built-in web camera. In this case, it’s a 5-megapixel one, though it still supports Windows Hello. As for ports, the Z34c G3 comes with a similar selection of connections as its more expensive stablemate, the only difference being that it features a single Thunderbolt 3 port.

    \"HP
    HP

    The Z40c G3 and Z34c G3 will cost $1,500 and $949 respectively when they become available sometime later this month. HP will release the Envy Desktop sometime in the spring, at which point it will be sold through the company’s website, as well as Amazon and Costco.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/hp-envy-desktop-pc-announcement-181028158.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Tue, 04 Jan 2022 18:10:28 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "8b81aa4ebf5a817af0c7635ca8699aca" + "hash": "d7494fbe338f6c83f0064e2a34e67843", + "highlights": [] }, { - "title": "Le nombre de chômeurs continue de fortement refluer en France", - "description": "Le nombre de personnes inscrites en catégorie A à Pôle emploi a chuté de 113.500 en octobre pour atteindre 3,38 millions. Il repasse pour la première fois en dessous du niveau de février 2020, avant la crise du Covid.", - "content": "Le nombre de personnes inscrites en catégorie A à Pôle emploi a chuté de 113.500 en octobre pour atteindre 3,38 millions. Il repasse pour la première fois en dessous du niveau de février 2020, avant la crise du Covid.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700406946807-forte-baisse-des-inscrits-a-pole-emploi-sans-activite-2443420.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Thu, 25 Nov 2021 13:21:32 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443420_le-nombre-de-chomeurs-continue-de-fortement-refluer-en-france-web-tete-070406985619_300x160.jpg", - "enclosureType": "image/jpg", + "title": "HyperX boasts 300 hours of battery life for its latest gaming headset", + "description": "

    If you use a wireless headset for gaming, there’s a good chance you’ve had its battery die on you at the worst possible time. While its latest peripheral won’t stop that from happening altogether, HyperX does hope it will make it a much less frequent occurrence. At CES 2022, the company, which was recently acquired by HP, announced the Cloud Alpha Wireless.

    It’s a headset that features up to 300 hours of battery life on a single charge. That means you can get almost a full two weeks of continuous use before they need recharging. The headset also comes with new 50mm drivers that are slimmer and lighter than the ones you’ll find on the Cloud Alpha’s wired predecessor but deliver the same audio performance. Other features include a detachable noise-canceling mic, support for DTS’s Headphone: X technology and onboard controls you’ll find on the earcup.

    \"HyperX
    HyperX

    HyperX announced a handful of other peripherals. Some of the highlights include the Clutch wireless controller and Plusefire Haste wireless mouse. The former is an Xbox-style Android and PC gamepad that connects to your device over a Bluetooth 4.2, 2.4Ghz or wired connection. Battery life comes in at 19 hours on a single charge and the controller ships with an adjustable clip that can expand from 41 millimeters to 86 millimeters, so it should be able to hold most phones without issue.

    The Pulsefire Haste, meanwhile, has a lot in common with the Aerox 3 mice from SteelSeries. It’s a wireless mouse with a perforated honeycomb design that’s protected against spills by an IP55 rating. HyperX says you can get 100 hours on a single charge from the device and the switches are rated for up to 80 million clicks. A nice touch here is that it will come with an extra set of skates for when the original ones wear out.

    \"HyperX
    HyperX

    Provided the pandemic doesn’t delay shipments, the Cloud Alpha Wireless will go on sale in February for $200. As for the Clutch controller and Pulse Haste mouse, they’re due in March and February for $50 and $80, respectively.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    If you use a wireless headset for gaming, there’s a good chance you’ve had its battery die on you at the worst possible time. While its latest peripheral won’t stop that from happening altogether, HyperX does hope it will make it a much less frequent occurrence. At CES 2022, the company, which was recently acquired by HP, announced the Cloud Alpha Wireless.

    It’s a headset that features up to 300 hours of battery life on a single charge. That means you can get almost a full two weeks of continuous use before they need recharging. The headset also comes with new 50mm drivers that are slimmer and lighter than the ones you’ll find on the Cloud Alpha’s wired predecessor but deliver the same audio performance. Other features include a detachable noise-canceling mic, support for DTS’s Headphone: X technology and onboard controls you’ll find on the earcup.

    \"HyperX
    HyperX

    HyperX announced a handful of other peripherals. Some of the highlights include the Clutch wireless controller and Plusefire Haste wireless mouse. The former is an Xbox-style Android and PC gamepad that connects to your device over a Bluetooth 4.2, 2.4Ghz or wired connection. Battery life comes in at 19 hours on a single charge and the controller ships with an adjustable clip that can expand from 41 millimeters to 86 millimeters, so it should be able to hold most phones without issue.

    The Pulsefire Haste, meanwhile, has a lot in common with the Aerox 3 mice from SteelSeries. It’s a wireless mouse with a perforated honeycomb design that’s protected against spills by an IP55 rating. HyperX says you can get 100 hours on a single charge from the device and the switches are rated for up to 80 million clicks. A nice touch here is that it will come with an extra set of skates for when the original ones wear out.

    \"HyperX
    HyperX

    Provided the pandemic doesn’t delay shipments, the Cloud Alpha Wireless will go on sale in February for $200. As for the Clutch controller and Pulse Haste mouse, they’re due in March and February for $50 and $80, respectively.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/hyperx-cloud-alpha-gaming-headset-ces-2022-181018444.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Tue, 04 Jan 2022 18:10:18 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "3c430a3bdd954b4e44b58535be93c74f" + "hash": "2520a17a542917f1a0534ad6e720f36d", + "highlights": [] }, { - "title": "Vaccin contre le Covid : la HAS recommande un rappel pour tous dès l'âge de 18 ans", - "description": "La Haute Autorité de santé estime que cette « troisième dose » peut être injectée à partir de cinq mois après la dernière injection, contre six mois actuellement. Elle justifie cette nouvelle recommandation par une reprise épidémique « plus forte qu'attendue ».", - "content": "La Haute Autorité de santé estime que cette « troisième dose » peut être injectée à partir de cinq mois après la dernière injection, contre six mois actuellement. Elle justifie cette nouvelle recommandation par une reprise épidémique « plus forte qu'attendue ».", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700406502056-vaccin-contre-le-covid-la-has-recommande-un-rappel-pour-tous-des-lage-de-18-ans-2443395.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Thu, 25 Nov 2021 11:04:30 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "title": "HP's 4K gaming monitor is ready for your PS5 or Xbox Series X", + "description": "

    How do you help your gaming monitor stand out when it's neither one of the largest nor a huge bargain? Cater to console gamers, apparently. HP has revealed the Omen 27u, a 27-inch monitor with full support for the PlayStation 5 and Xbox Series X. The 4K screen, HDMI 2.1 input, DisplayHDR 400 support and built-in speakers aren't novelties in themselves, but should be appreciated if you want to play some console games at 120Hz without buying a separate TV.

    The Omen 27u should be a solid monitor even if you don't care for console games. The IPS panel and 144Hz support will be helpful for color accuracy (95 percent of the DCI-P3 space) and action-heavy PC games, but you might also appreciate the RGB lighting and slicker profile. This is HP's first Omen monitor with thin bezels on all sides — it might be a good fit for a multi-display setup.

    You'll have to be patient when the Omen 27u is only due to ship sometime this spring. At $700, though, it will cost significantly less than last year's Acer's HDMI 2.1-equipped Nitro monitor and competes well with other well-equipped 4K rivals. It's certainly easier to rationalize than a full-fledged gaming TV if desk space is at a premium.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    How do you help your gaming monitor stand out when it's neither one of the largest nor a huge bargain? Cater to console gamers, apparently. HP has revealed the Omen 27u, a 27-inch monitor with full support for the PlayStation 5 and Xbox Series X. The 4K screen, HDMI 2.1 input, DisplayHDR 400 support and built-in speakers aren't novelties in themselves, but should be appreciated if you want to play some console games at 120Hz without buying a separate TV.

    The Omen 27u should be a solid monitor even if you don't care for console games. The IPS panel and 144Hz support will be helpful for color accuracy (95 percent of the DCI-P3 space) and action-heavy PC games, but you might also appreciate the RGB lighting and slicker profile. This is HP's first Omen monitor with thin bezels on all sides — it might be a good fit for a multi-display setup.

    You'll have to be patient when the Omen 27u is only due to ship sometime this spring. At $700, though, it will cost significantly less than last year's Acer's HDMI 2.1-equipped Nitro monitor and competes well with other well-equipped 4K rivals. It's certainly easier to rationalize than a full-fledged gaming TV if desk space is at a premium.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/hp-omen-27u-4k-gaming-monitor-181016233.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Tue, 04 Jan 2022 18:10:16 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6d5a5a84c4012ea9744e329a687abbb7" + "hash": "43b5878d083457afcf29b99d9299ae6e", + "highlights": [] }, { - "title": "La discrimination à l'embauche a la vie dure pour les candidats d'origine maghrébine", - "description": "Selon une étude du ministère du Travail, pour recevoir une réponse positive à un poste, un candidat dont le nom ou le prénom a une consonance maghrébine doit envoyer 1,5 fois plus de candidatures qu'un autre. La discrimination faiblit avec le niveau de qualification des postes.", - "content": "Selon une étude du ministère du Travail, pour recevoir une réponse positive à un poste, un candidat dont le nom ou le prénom a une consonance maghrébine doit envoyer 1,5 fois plus de candidatures qu'un autre. La discrimination faiblit avec le niveau de qualification des postes.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700397621708-la-discrimination-a-lembauche-a-la-vie-dure-pour-les-candidats-dorigine-maghrebine-2443237.php#xtor=RSS-71", - "creator": "Claude Fouquet", - "pubDate": "Wed, 24 Nov 2021 18:00:18 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "title": "HP updates its EliteBook and ZBooks with new Intel chips", + "description": "

    It’s CES, which means that HP is busting out a whole host of new laptops with upgraded internals to suit the new silicon coming from Intel. That includes a bunch of Elite-branded machines, including the Elite x360 1040 G9, EliteBook 1040 G9, EliteBook 800 G9 and EliteBook 600 series. All of them are getting 12th-generation Intel Core processors, a redesigned chassis, 16:10 display and optional 5G. Not to mention that HP is pledging that there is at least 30 percent post-consumer recycled plastic in the machine’s body. All of those machines are expected to arrive in March, with pricing to be announced closer to release.

    \"HP\"
    HP

    At the same time, the company is also updating the ZBook range with the new ZBook Firefly G9, available in both 14-and-16-inch versions. Both, HP says, will offer “professional level performance,” and a number of high-spec options including the new 12th-generation Intel Core processors. You can pair whatever silicon you choose with NVDIA’s T550 GPU and up to 64GB RAM, and it’s unmistakably a good-looking machine. This, too, will be available to buy in March, and HP is similarly remaining tight-lipped as to how much cash you’ll need to fork over in order to get one.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    It’s CES, which means that HP is busting out a whole host of new laptops with upgraded internals to suit the new silicon coming from Intel. That includes a bunch of Elite-branded machines, including the Elite x360 1040 G9, EliteBook 1040 G9, EliteBook 800 G9 and EliteBook 600 series. All of them are getting 12th-generation Intel Core processors, a redesigned chassis, 16:10 display and optional 5G. Not to mention that HP is pledging that there is at least 30 percent post-consumer recycled plastic in the machine’s body. All of those machines are expected to arrive in March, with pricing to be announced closer to release.

    \"HP\"
    HP

    At the same time, the company is also updating the ZBook range with the new ZBook Firefly G9, available in both 14-and-16-inch versions. Both, HP says, will offer “professional level performance,” and a number of high-spec options including the new 12th-generation Intel Core processors. You can pair whatever silicon you choose with NVDIA’s T550 GPU and up to 64GB RAM, and it’s unmistakably a good-looking machine. This, too, will be available to buy in March, and HP is similarly remaining tight-lipped as to how much cash you’ll need to fork over in order to get one.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Finance Trading", + "link": "https://www.engadget.com/hp-elitebook-zbook-january-2022-update-181010578.html?src=rss", + "creator": "Daniel Cooper", + "pubDate": "Tue, 04 Jan 2022 18:10:10 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4cafe08c7c444a8ffb5f1ed085f0f45a" + "hash": "63c736969dd7a7006e363fc78b57a8df", + "highlights": [] }, { - "title": "Covid : la campagne vaccinale reprend de l'allant sur fond de cinquième vague", - "description": "Le nombre de rendez-vous pris sur Doctolib pour une injection d'un rappel vaccinal contre le Covid a connu un nouveau record mardi, dépassant pour la première fois les 200.000. Les demandes de primo-injections connaissent également un léger regain.", - "content": "Le nombre de rendez-vous pris sur Doctolib pour une injection d'un rappel vaccinal contre le Covid a connu un nouveau record mardi, dépassant pour la première fois les 200.000. Les demandes de primo-injections connaissent également un léger regain.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700399026949-covid-la-campagne-vaccinale-reprend-de-lallant-sur-fond-de-cinquieme-vague-2443234.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Wed, 24 Nov 2021 17:51:45 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "title": "Intel's 12th-gen hybrid CPUs bring 14 cores to laptops", + "description": "

    After debuting its hybrid 12th-gen CPUs for desktops in October, Intel is ready to bring them to notebooks. To recap, the company's new CPUs (previously codenamed Alder lake) combine performance cores (P-cores) and efficient cores (E-cores) on a single chip. The idea is that they'll be able to better handle the demands of real-world computing, like juggling gaming on the faster cores while the slower ones power your livestream. In addition to faster performance, that tag-team approach could also lead to better battery for laptops.

    Intel's 12th-gen laptop CPUs will top out at 14 cores, consisting of six P-cores and eight E-cores (that's two fewer P-cores than the desktop versions). At this point, Intel is mainly focusing on its powerful H-series 12th-gen chips, which are meant for 14-inch ultraportables, gaming notebooks and other beefy machines. The company also unveiled specs for its its U and P-series chips, which it'll discuss further in the first quarter. Those will be aimed at smaller ultraportables, as well as "performance thin and light" machines (like Dell's new XPS 13 Plus), respectively.

    As for other new features, Intel's 12th-gen mobile hardware will also support DDR5-4800 and low-power LPDDR5-5200 RAM. Expect to pay a premium for DDR5-equipped machines, though, as PC makers predict stock will be limited throughout 2022. Wi-Fi 6E is also baked in, just in time to hop onto the new 6GHz bands from last year's 6E routers. And of course, Thunderbolt 4 is back to deliver 40Gbps of bandwidth goodness.

    \"Intel
    Intel

    While we haven't been able to test out Intel's 12th-gen desktop chips, early reviews have praised their multitasking performance, especially with the increased bandwidth from DDR5 RAM. We'd expect a similar upgrade on the notebook front. For now, though, all we have to go on are Intel's numbers: the company claims 12th-gen is up to 40 percent faster than 11th-gen chips overall. The top-end Core-i9 12900HK is also up to 28 percent faster in gaming, and it has a commanding lead over the Ryzen 9 5900X across many titles.

    In Hitman 3, a notoriously CPU-heavy game, the 12th-gen chips saw an 8 percent FPS bump through better workload prioritization. The P-cores handled rendering and more demanding tasks, while the E-core focused on background audio. As for productivity tasks, the 12900HK was 44 percent faster than 11th-gen hardware in the Premiere Pro PugetBench test, as well as 30 percent quicker when it came to Blender rendering. Intel's own benchmarks also showed Apple's M1 Pro and M1 Max, as well as the Ryzen 5900HX, trouncing the Core i9-11980HK in Blender. In many ways, the 12th-gen hardware feels like an apology for last year's chips.

    \"Intel
    Intel

    More so than the fastest 12th-gen hardware, it'd be interesting to see what sort of performance gains Intel can eke out from its more accessible Core i5 and i7 chips. The i5-12450H features 8 cores (4P and 4E) with a max Turbo speed of 4.4GHz, whereas last year's 11500H had six cores that maxed out at 4.6Hz on a single core. Both chips have 12 threads (only P-cores support Hyperthreading, so their thread number is doubled), but the 12th-gen chip should be able to use its power more wisely. That could be good news for mainstream PC buyers who can't quite justify a core i9 machine.

    \"Intel

    Intel's new hybrid architecture also leads to some interesting configurations for its other mobile processors. The fastest U-series model, the Core i7-1265U, is equipped with 2 performance cores and 8 efficient cores. That technically makes it a 10-core chip, whereas the previous U-series hardware topped out at four cores. The P-series performance notebook chips, meanwhile, sport up to 6 P-cores and 8 E-cores in the i7-1280p. Each mobile CPU line also has up to 96 graphics EUs (execution units), just like the 11th-gen chips.  

    In addition to new mobile CPUs, Intel also unveiled the rest of its 12th-gen desktop lineup. It starts with the Celeron G6900, which has just two performance cores, and tops out with the 16-core i9-12900. (Overclockers are better off with the unlocked 12900K that debuted in October.) Surprisingly, Intel isn't including any efficient-cores in its mainstream i3 and i5 chips; they're all P-cores, so they're not actually hybrid CPUs at all. System builders can buy unlocked i5 CPUs with four E-cores, but I'd wager that could make things confusing for shoppers. Why is the i5-12600 a six-core chip when the i5-12600K (thanks to the addition of four E-cores) has 10?

    Intel is still lagging behind AMD and Apple when it comes to node size — the 12th-gen chips are a refined version of its 10nm process, while AMD has been building 7nm chips since 2019 and is eyeing 5nm this year — but the company's hybrid design shows plenty of promise. Just like with its recent desktop chips, though, the real question is how Alder Lake will compete with what AMD and Apple have in store for 2022.

    ", + "content": "

    After debuting its hybrid 12th-gen CPUs for desktops in October, Intel is ready to bring them to notebooks. To recap, the company's new CPUs (previously codenamed Alder lake) combine performance cores (P-cores) and efficient cores (E-cores) on a single chip. The idea is that they'll be able to better handle the demands of real-world computing, like juggling gaming on the faster cores while the slower ones power your livestream. In addition to faster performance, that tag-team approach could also lead to better battery for laptops.

    Intel's 12th-gen laptop CPUs will top out at 14 cores, consisting of six P-cores and eight E-cores (that's two fewer P-cores than the desktop versions). At this point, Intel is mainly focusing on its powerful H-series 12th-gen chips, which are meant for 14-inch ultraportables, gaming notebooks and other beefy machines. The company also unveiled specs for its its U and P-series chips, which it'll discuss further in the first quarter. Those will be aimed at smaller ultraportables, as well as "performance thin and light" machines (like Dell's new XPS 13 Plus), respectively.

    As for other new features, Intel's 12th-gen mobile hardware will also support DDR5-4800 and low-power LPDDR5-5200 RAM. Expect to pay a premium for DDR5-equipped machines, though, as PC makers predict stock will be limited throughout 2022. Wi-Fi 6E is also baked in, just in time to hop onto the new 6GHz bands from last year's 6E routers. And of course, Thunderbolt 4 is back to deliver 40Gbps of bandwidth goodness.

    \"Intel
    Intel

    While we haven't been able to test out Intel's 12th-gen desktop chips, early reviews have praised their multitasking performance, especially with the increased bandwidth from DDR5 RAM. We'd expect a similar upgrade on the notebook front. For now, though, all we have to go on are Intel's numbers: the company claims 12th-gen is up to 40 percent faster than 11th-gen chips overall. The top-end Core-i9 12900HK is also up to 28 percent faster in gaming, and it has a commanding lead over the Ryzen 9 5900X across many titles.

    In Hitman 3, a notoriously CPU-heavy game, the 12th-gen chips saw an 8 percent FPS bump through better workload prioritization. The P-cores handled rendering and more demanding tasks, while the E-core focused on background audio. As for productivity tasks, the 12900HK was 44 percent faster than 11th-gen hardware in the Premiere Pro PugetBench test, as well as 30 percent quicker when it came to Blender rendering. Intel's own benchmarks also showed Apple's M1 Pro and M1 Max, as well as the Ryzen 5900HX, trouncing the Core i9-11980HK in Blender. In many ways, the 12th-gen hardware feels like an apology for last year's chips.

    \"Intel
    Intel

    More so than the fastest 12th-gen hardware, it'd be interesting to see what sort of performance gains Intel can eke out from its more accessible Core i5 and i7 chips. The i5-12450H features 8 cores (4P and 4E) with a max Turbo speed of 4.4GHz, whereas last year's 11500H had six cores that maxed out at 4.6Hz on a single core. Both chips have 12 threads (only P-cores support Hyperthreading, so their thread number is doubled), but the 12th-gen chip should be able to use its power more wisely. That could be good news for mainstream PC buyers who can't quite justify a core i9 machine.

    \"Intel

    Intel's new hybrid architecture also leads to some interesting configurations for its other mobile processors. The fastest U-series model, the Core i7-1265U, is equipped with 2 performance cores and 8 efficient cores. That technically makes it a 10-core chip, whereas the previous U-series hardware topped out at four cores. The P-series performance notebook chips, meanwhile, sport up to 6 P-cores and 8 E-cores in the i7-1280p. Each mobile CPU line also has up to 96 graphics EUs (execution units), just like the 11th-gen chips.  

    In addition to new mobile CPUs, Intel also unveiled the rest of its 12th-gen desktop lineup. It starts with the Celeron G6900, which has just two performance cores, and tops out with the 16-core i9-12900. (Overclockers are better off with the unlocked 12900K that debuted in October.) Surprisingly, Intel isn't including any efficient-cores in its mainstream i3 and i5 chips; they're all P-cores, so they're not actually hybrid CPUs at all. System builders can buy unlocked i5 CPUs with four E-cores, but I'd wager that could make things confusing for shoppers. Why is the i5-12600 a six-core chip when the i5-12600K (thanks to the addition of four E-cores) has 10?

    Intel is still lagging behind AMD and Apple when it comes to node size — the 12th-gen chips are a refined version of its 10nm process, while AMD has been building 7nm chips since 2019 and is eyeing 5nm this year — but the company's hybrid design shows plenty of promise. Just like with its recent desktop chips, though, the real question is how Alder Lake will compete with what AMD and Apple have in store for 2022.

    ", + "category": "Computing", + "link": "https://www.engadget.com/intel-12th-gen-cpu-laptops-alder-lake-181007259.html?src=rss", + "creator": "Devindra Hardawar", + "pubDate": "Tue, 04 Jan 2022 18:10:07 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1439766faa583a249679de12464d0667" + "hash": "5d49311366c63918ba2b8ba0a340251b", + "highlights": [] }, { - "title": "Le gouvernement lève les freins à l'apprentissage dans la fonction publique", - "description": "Le gouvernement a présenté en Conseil des ministres de nouvelles mesures destinées à faciliter les recrutements d'apprentis dans l'administration. Le nombre de contrats est passé de 13.000 en 2016 à 24.800 cette année.", - "content": "Le gouvernement a présenté en Conseil des ministres de nouvelles mesures destinées à faciliter les recrutements d'apprentis dans l'administration. Le nombre de contrats est passé de 13.000 en 2016 à 24.800 cette année.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700399695121-le-gouvernement-leve-les-freins-a-lapprentissage-dans-la-fonction-publique-2443227.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Wed, 24 Nov 2021 17:32:04 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "title": "Dell's XPS 13 Plus is a beautiful ultraportable, but it has no headphone jack", + "description": "

    We've practically run out of superlatives for Dell's XPS 13, the company's flagship ultraportable that sparked the slim bezel trend and has remained one of our favorite notebooks for years. So where does Dell go from here? Say hello to the XPS 13 Plus, a more powerful and ambitiously designed notebook with a lattice-less keyboard (read: no space between the keys) and a glass haptic touchpad that blends right into the palm rest. It's a laptop that looks so sleek, it practically begs to be touched. It's just a shame that in its frenzy to create a modern masterpiece, Dell also removed the headphone jack. Sigh.

    But before we dive into the many problems with that, let's take a look at what's good: The XPS 13 Plus pushes Dell's design capabilities to new heights. There's a focus on clean lines and minimalism, as if Dell carved a computer directly out of a slab of polished metal. In addition to that attractive new keyboard (which also sports larger key caps), the XPS 13 Plus is also powered by Intel's 28-watt 12th-gen processors. That's a healthy jump from the standard XPS 13's 15-watt chips, and it means you can expect a lot more performance from its 2.73-pound frame.

    There's also a row of capacitive touch function buttons above the keyboard, which look as if they're embedded right into the computer's metal case. I'm sure some may prefer sticking with physical function buttons, but losing the extra row of keys adds to the air of simplicity Dell is striving for.

    \"Dell

    But of course, minimalism also means cutting out extraneous design elements, which in this case means the headphone jack and mini-SD card slot from the standard XPS 13. It's not too surprising to see Dell cleaning up its port situation, but losing the headphone jack seems particularly egregious for a machine that's meant to be a super-powered XPS 13.

    When we pressed Dell representatives on the issue, they noted that plenty of smartphones are also losing the nifty 3.5mm jack. While that's true, phones are also a very different use case. It makes more sense to wireless buds or headphones on the go, but I'd wager many people have a nice pair of wired headphones by their computers. Part of me also wonders if the Dell reps have ever tried to connect random Bluetooth headphones Windows. It's not nearly as simple as it is on phones.

    During our brief hands-on time with the XPS 13 Plus, I also noticed that its new haptic touchpad could lead to some usability issues. You can't actually feel where the touchpad begins and ends, which led to some missed clicks while I was browsing the web and poking around Windows. I also occasionally had trouble differentiating between left and right clicks, since it was hard to judge where the center of the touchpad was. I'd wager you'd get used to it over time, but that's not exactly user friendly. Dell may have been better off using a thin Apple-esque border around the touchpads, which still looks pretty sleek on MacBooks.

    \"Dell
    Devindra Hardawar/Engadget

    Despite my reservations around some of Dell's design choices, the XPS 13 Plus still looks and feels like an upgrade from the standard XPS 13. (That laptop isn't going anywhere either, but Dell isn't announcing any updates for CES.) The large borderless keyboard is a touch-typist's dream, and the Infinity Edge display still looks fantastic. You'll also be able to choose between OLED and LCD screen options, as you'd expect. Dell managed to squeeze four speakers into the XPS 13 Plus as well, a first for its 13-inch ultraportables.

    Dell says it's targeting a $1,200 starting price for the XPS 13 Plus — a bit more than the XPS 13 — and that it's planning to ship the notebook this spring.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    We've practically run out of superlatives for Dell's XPS 13, the company's flagship ultraportable that sparked the slim bezel trend and has remained one of our favorite notebooks for years. So where does Dell go from here? Say hello to the XPS 13 Plus, a more powerful and ambitiously designed notebook with a lattice-less keyboard (read: no space between the keys) and a glass haptic touchpad that blends right into the palm rest. It's a laptop that looks so sleek, it practically begs to be touched. It's just a shame that in its frenzy to create a modern masterpiece, Dell also removed the headphone jack. Sigh.

    But before we dive into the many problems with that, let's take a look at what's good: The XPS 13 Plus pushes Dell's design capabilities to new heights. There's a focus on clean lines and minimalism, as if Dell carved a computer directly out of a slab of polished metal. In addition to that attractive new keyboard (which also sports larger key caps), the XPS 13 Plus is also powered by Intel's 28-watt 12th-gen processors. That's a healthy jump from the standard XPS 13's 15-watt chips, and it means you can expect a lot more performance from its 2.73-pound frame.

    There's also a row of capacitive touch function buttons above the keyboard, which look as if they're embedded right into the computer's metal case. I'm sure some may prefer sticking with physical function buttons, but losing the extra row of keys adds to the air of simplicity Dell is striving for.

    \"Dell

    But of course, minimalism also means cutting out extraneous design elements, which in this case means the headphone jack and mini-SD card slot from the standard XPS 13. It's not too surprising to see Dell cleaning up its port situation, but losing the headphone jack seems particularly egregious for a machine that's meant to be a super-powered XPS 13.

    When we pressed Dell representatives on the issue, they noted that plenty of smartphones are also losing the nifty 3.5mm jack. While that's true, phones are also a very different use case. It makes more sense to wireless buds or headphones on the go, but I'd wager many people have a nice pair of wired headphones by their computers. Part of me also wonders if the Dell reps have ever tried to connect random Bluetooth headphones Windows. It's not nearly as simple as it is on phones.

    During our brief hands-on time with the XPS 13 Plus, I also noticed that its new haptic touchpad could lead to some usability issues. You can't actually feel where the touchpad begins and ends, which led to some missed clicks while I was browsing the web and poking around Windows. I also occasionally had trouble differentiating between left and right clicks, since it was hard to judge where the center of the touchpad was. I'd wager you'd get used to it over time, but that's not exactly user friendly. Dell may have been better off using a thin Apple-esque border around the touchpads, which still looks pretty sleek on MacBooks.

    \"Dell
    Devindra Hardawar/Engadget

    Despite my reservations around some of Dell's design choices, the XPS 13 Plus still looks and feels like an upgrade from the standard XPS 13. (That laptop isn't going anywhere either, but Dell isn't announcing any updates for CES.) The large borderless keyboard is a touch-typist's dream, and the Infinity Edge display still looks fantastic. You'll also be able to choose between OLED and LCD screen options, as you'd expect. Dell managed to squeeze four speakers into the XPS 13 Plus as well, a first for its 13-inch ultraportables.

    Dell says it's targeting a $1,200 starting price for the XPS 13 Plus — a bit more than the XPS 13 — and that it's planning to ship the notebook this spring.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Computing", + "link": "https://www.engadget.com/dells-xps-13-plus-ultraportable-no-headphone-jack-180043410.html?src=rss", + "creator": "Devindra Hardawar", + "pubDate": "Tue, 04 Jan 2022 18:00:43 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "911e3de6bd6763a96eafc61bc10c33d5" + "hash": "05a3acb77f4f4c9533f577565e09212d", + "highlights": [] }, { - "title": "Assurance-chômage : impasse juridique à l'Unédic", - "description": "Refusant d'émarger en début d'un Conseil d'administration extraordinaire, FO, la CGT, la CFE-CGC et la CFTC ont bloqué un important projet de réorganisation poussé par le Medef et la CFDT. Un échec pour le paritarisme, alors que plane la menace de nationalisation du régime.", - "content": "Refusant d'émarger en début d'un Conseil d'administration extraordinaire, FO, la CGT, la CFE-CGC et la CFTC ont bloqué un important projet de réorganisation poussé par le Medef et la CFDT. Un échec pour le paritarisme, alors que plane la menace de nationalisation du régime.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700398404137-assurance-chomage-impasse-juridique-a-lunedic-2443189.php#xtor=RSS-71", - "creator": "Alain Ruello", - "pubDate": "Wed, 24 Nov 2021 15:10:27 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "title": "Dell put a 4K webcam in its new 4K video conferencing monitor", + "description": "

    With the pandemic now almost in its third year, it’s fair to say video calling won’t become a smaller part of our lives anytime soon. So it’s surprising we haven’t seen more monitors like the new U3223QZ from Dell. It has a webcam built directly into its frame. And judging by the spec sheet the company shared, it’s a pretty good one too.

    It features a Stravis CMOS sensor from Sony that can capture 4K HDR video at 30 frames per second or 1080p footage at 60 frames per second. It also features an adjustable field of view you can switch between 65, 78 or 90 degrees depending on how much your environment you want your contacts to see. The camera automatically closes its shutter when you don’t have a video conferencing app open. On the front, there’s also a toggle to disable it entirely. But best of all, the webcam works seamlessly with Windows Hello, so no need to type in your PIN each time you want to unlock your PC.

    \"Dell
    Dell

    As for the display itself, it’s a 31.5-inch 4K IPS panel that is DisplayHDR 400 certified and covers 98 percent of the DCI-P3 color gamut. Dell claims the U3223QZ is the first monitor in its class to feature IPS Black technology. As a result, it has a 2,000:1 contrast ratio. For context, most IPS panels have contrast ratios of 1000:1, so they don’t display blacks as deeply as VA panels and OLEDs do.

    As with most Dell monitors, the U3223QZ comes with plenty of ports. You’ll find Display Port 1.4 and HDMI 2.0 connections, as well as five USB-A ports capable of 10Gbps data transfers. If you need to power other devices, there’s one USB-C port capable of 90W PD and another capable of 15W PD. What you won’t find here is an HDMI 2.1 connection. If it wasn’t already clear, this is not a monitor Dell designed for gaming. So don’t expect FreeSync support or a faster than 60Hz refresh rate.

    Dell will begin selling the U3223QZ on March 29th. The company said it would share pricing information closer to release.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    With the pandemic now almost in its third year, it’s fair to say video calling won’t become a smaller part of our lives anytime soon. So it’s surprising we haven’t seen more monitors like the new U3223QZ from Dell. It has a webcam built directly into its frame. And judging by the spec sheet the company shared, it’s a pretty good one too.

    It features a Stravis CMOS sensor from Sony that can capture 4K HDR video at 30 frames per second or 1080p footage at 60 frames per second. It also features an adjustable field of view you can switch between 65, 78 or 90 degrees depending on how much your environment you want your contacts to see. The camera automatically closes its shutter when you don’t have a video conferencing app open. On the front, there’s also a toggle to disable it entirely. But best of all, the webcam works seamlessly with Windows Hello, so no need to type in your PIN each time you want to unlock your PC.

    \"Dell
    Dell

    As for the display itself, it’s a 31.5-inch 4K IPS panel that is DisplayHDR 400 certified and covers 98 percent of the DCI-P3 color gamut. Dell claims the U3223QZ is the first monitor in its class to feature IPS Black technology. As a result, it has a 2,000:1 contrast ratio. For context, most IPS panels have contrast ratios of 1000:1, so they don’t display blacks as deeply as VA panels and OLEDs do.

    As with most Dell monitors, the U3223QZ comes with plenty of ports. You’ll find Display Port 1.4 and HDMI 2.0 connections, as well as five USB-A ports capable of 10Gbps data transfers. If you need to power other devices, there’s one USB-C port capable of 90W PD and another capable of 15W PD. What you won’t find here is an HDMI 2.1 connection. If it wasn’t already clear, this is not a monitor Dell designed for gaming. So don’t expect FreeSync support or a faster than 60Hz refresh rate.

    Dell will begin selling the U3223QZ on March 29th. The company said it would share pricing information closer to release.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/dell-u3223qz-monitor-annoucement-180029395.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Tue, 04 Jan 2022 18:00:29 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "9e53ea6d632023f30416e871ad2ba605" + "hash": "8d08f48b736debe5e9a28ee55533098e", + "highlights": [] }, { - "title": "Artisans et libéraux s'inquiètent de leur représentation à la Sécurité sociale", - "description": "Après la dernière mesure de représentativité syndicale et patronale, la composition des instances paritaires des organismes de Sécurité sociale va être revue. L'U2P dénonce une pesée en sa défaveur, contrairement à ce qui avait été annoncé fin octobre par le ministère de la Santé.", - "content": "Après la dernière mesure de représentativité syndicale et patronale, la composition des instances paritaires des organismes de Sécurité sociale va être revue. L'U2P dénonce une pesée en sa défaveur, contrairement à ce qui avait été annoncé fin octobre par le ministère de la Santé.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700392812952-artisans-et-liberaux-sinquietent-de-leur-representation-a-la-securite-sociale-2443150.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Wed, 24 Nov 2021 12:00:30 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "title": "Dell gives eGPUs another shot with the Concept Polaris", + "description": "

    Dell launched the Alienware Graphics Amplifier way back in 2014 and only recently discontinued it, but now, the company has announced that it's giving eGPUs another shot. A new device called Concept Polaris is aimed at "performance-driven enthusiasts" and takes lessons learned from the original, though Dell has yet to decide if it will go beyond the concept stages. 

    The design couldn't look more different from the Graphics Amplifier, with rounded edges replacing the more aggressive gamer-oriented styling of the original. Dell said it offers "meaningful cable routing" along with lighting effects, and the ability to mount it both vertically and horizontally. Power-wise, it uses up to a 425 dual AC adapter, allowing for a full-sized GPU with reduced occupied internal space. 

    \"Dell
    Dell

    It can accommodate off-the-shelf full-sized 16-inch desktop gaming graphics cards and uses liquid cooling with Dell's 240mm Cryo-Tech cooling solution and "Element 31" thermal interface material. "With that kind of cooling architecture, overclocking your GPU natively with Alienware Command Center to reach its unrealized potential could never be easier," the company explained. 

    Rather than using the clunky, proprietary connector that Dell installed on so many of its previous Alienware laptops, Concept Polaris connects to your laptop via Thunderbolt 4, though it's backwardly compatible with Thunderbolt 3 as well. In exchange for your free port, it provides external USB-A, USB-C and 2.5Gbps ethernet connections.. 

    The concept sounds a lot more practical than the original, though it's hard to knock the first product considering it had such a long life. In any case, Dell is promising "desktop-level graphical strength" thanks to the overclocking potential — that is, provided it ever gets built. The company said that "it is a concept and many of these features and ambitions will evolve and change and, perhaps, even the purpose of the device will be redefined." It's hoping potential users will tell the company what they think "as we continue to explore concepts like this for the near future." 

    ", + "content": "

    Dell launched the Alienware Graphics Amplifier way back in 2014 and only recently discontinued it, but now, the company has announced that it's giving eGPUs another shot. A new device called Concept Polaris is aimed at "performance-driven enthusiasts" and takes lessons learned from the original, though Dell has yet to decide if it will go beyond the concept stages. 

    The design couldn't look more different from the Graphics Amplifier, with rounded edges replacing the more aggressive gamer-oriented styling of the original. Dell said it offers "meaningful cable routing" along with lighting effects, and the ability to mount it both vertically and horizontally. Power-wise, it uses up to a 425 dual AC adapter, allowing for a full-sized GPU with reduced occupied internal space. 

    \"Dell
    Dell

    It can accommodate off-the-shelf full-sized 16-inch desktop gaming graphics cards and uses liquid cooling with Dell's 240mm Cryo-Tech cooling solution and "Element 31" thermal interface material. "With that kind of cooling architecture, overclocking your GPU natively with Alienware Command Center to reach its unrealized potential could never be easier," the company explained. 

    Rather than using the clunky, proprietary connector that Dell installed on so many of its previous Alienware laptops, Concept Polaris connects to your laptop via Thunderbolt 4, though it's backwardly compatible with Thunderbolt 3 as well. In exchange for your free port, it provides external USB-A, USB-C and 2.5Gbps ethernet connections.. 

    The concept sounds a lot more practical than the original, though it's hard to knock the first product considering it had such a long life. In any case, Dell is promising "desktop-level graphical strength" thanks to the overclocking potential — that is, provided it ever gets built. The company said that "it is a concept and many of these features and ambitions will evolve and change and, perhaps, even the purpose of the device will be redefined." It's hoping potential users will tell the company what they think "as we continue to explore concepts like this for the near future." 

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/dell-gives-e-gp-us-another-shot-with-the-concept-polaris-180022795.html?src=rss", + "creator": "Steve Dent", + "pubDate": "Tue, 04 Jan 2022 18:00:22 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c7ea8254b9bc6720542f78eb006409b7" + "hash": "9589a2d6e2ad75275d7ef6cc51fb29c9", + "highlights": [] }, { - "title": "Apprentissage : pourquoi les entreprises s'y mettent lentement", - "description": "Le boom de l'apprentissage en France est d'abord le fait des organismes de formation continue et des écoles de l'enseignement supérieur. Seule une soixantaine d'entreprises ont créé leur CFA, ainsi que le permet une loi de 2018. Pour celles qui s'y sont mises, c'est une arme dans la bataille du recrutement.", - "content": "Le boom de l'apprentissage en France est d'abord le fait des organismes de formation continue et des écoles de l'enseignement supérieur. Seule une soixantaine d'entreprises ont créé leur CFA, ainsi que le permet une loi de 2018. Pour celles qui s'y sont mises, c'est une arme dans la bataille du recrutement.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700382301667-apprentissage-pourquoi-les-entreprises-sy-mettent-lentement-2443085.php#xtor=RSS-71", - "creator": "Elsa Freyssenet et Marion Kindermans", - "pubDate": "Wed, 24 Nov 2021 06:58:09 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "title": "Alienware's X14 is its thinnest gaming laptop yet", + "description": "

    Alienware isn't going to let rivals' small gaming laptops go unanswered. The brand has revealed the X14, its (and Dell's) thinnest gaming laptop yet. The 14-inch design uses a trick dual-torque element hinge and cooling upgrades to keep the design to a 0.57-inch thickness while including high-performance components, including a 12th-generation, 14-core Intel Core i7 and up to GeForce RTX 3060 graphics. It's even billed as the first 14-inch laptop to support both NVIDIA's G-Sync and Advanced Optimus graphics switching.

    The 144Hz 1080p display isn't remarkable by itself, but all X14 models support Dolby Vision HDR. There's healthy expansion as well. You can configure the X14 with up to 32GB of (soldered-in) DDR5 memory and 2TB of SSD storage. You won't be hurting for connectivity between the two Thunderbolt 4 ports, USB-C, USB-A, HDMI 2.1 and a microSD card slot.

    Alienware ships the X14 sometime this winter at a starting price of $1,799. The base trim will get you 16GB of RAM, RTX 3050 video and 256GB of storage.

    There are compromises involved in cramming that hardware into a laptop slimmer than many ultraportables. We had early hands-on time with the Alienware X14, and we found the keyboard particularly cramped — including the WASD configuration you'll likely use with first-person shooters. It is a solid and relatively light (no more than 4.06lbs) machine given the components inside, though, so it's worth considering if you want a gaming rig that easily fits in your backpack.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Alienware isn't going to let rivals' small gaming laptops go unanswered. The brand has revealed the X14, its (and Dell's) thinnest gaming laptop yet. The 14-inch design uses a trick dual-torque element hinge and cooling upgrades to keep the design to a 0.57-inch thickness while including high-performance components, including a 12th-generation, 14-core Intel Core i7 and up to GeForce RTX 3060 graphics. It's even billed as the first 14-inch laptop to support both NVIDIA's G-Sync and Advanced Optimus graphics switching.

    The 144Hz 1080p display isn't remarkable by itself, but all X14 models support Dolby Vision HDR. There's healthy expansion as well. You can configure the X14 with up to 32GB of (soldered-in) DDR5 memory and 2TB of SSD storage. You won't be hurting for connectivity between the two Thunderbolt 4 ports, USB-C, USB-A, HDMI 2.1 and a microSD card slot.

    Alienware ships the X14 sometime this winter at a starting price of $1,799. The base trim will get you 16GB of RAM, RTX 3050 video and 256GB of storage.

    There are compromises involved in cramming that hardware into a laptop slimmer than many ultraportables. We had early hands-on time with the Alienware X14, and we found the keyboard particularly cramped — including the WASD configuration you'll likely use with first-person shooters. It is a solid and relatively light (no more than 4.06lbs) machine given the components inside, though, so it's worth considering if you want a gaming rig that easily fits in your backpack.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Computing", + "link": "https://www.engadget.com/alienware-x14-gaming-laptop-180002780.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Tue, 04 Jan 2022 18:00:02 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e6508594638e0221e786d04cf453a930" + "hash": "5051aa63c6c6bafa05989ff9cd914fff", + "highlights": [] }, { - "title": "Fraude sociale : des sous-déclarations massives chez les travailleurs des plateformes Internet", - "description": "En 2020, les plateformes Internet ont dû pour la première fois communiquer à l'administration les revenus de leurs collaborateurs. L'écart avec les montants déclarés aux Urssaf par ces micro-entrepreneurs est considérable. On compte jusqu'à 90 % de travail au noir chez les VTC.", - "content": "En 2020, les plateformes Internet ont dû pour la première fois communiquer à l'administration les revenus de leurs collaborateurs. L'écart avec les montants déclarés aux Urssaf par ces micro-entrepreneurs est considérable. On compte jusqu'à 90 % de travail au noir chez les VTC.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700389117534-fraude-sociale-des-sous-declarations-massives-chez-les-travailleurs-des-plateformes-internet-2442854.php#xtor=RSS-71", - "creator": "Solveig Godeluck", - "pubDate": "Tue, 23 Nov 2021 13:09:38 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "title": "Intel's Mobileye unveils a chip that could bring self-driving cars to the masses", + "description": "

    Self-driving car technology is currently limited to test programs and specialized vehicles, but Mobileye thinks it can play a key role in making driverless vehicles you can actually buy. The Intel-owned company has unveiled an EyeQ Ultra system-on-chip designed with consumer self-driving cars in mind. The SoC can juggle all the computing needs of Level 4 autonomy (full self-driving in most conditions), but it's reportedly the world's "leanest" such chip — car brands won't need to use more complex, power-hungry parts that could hike costs or hurt battery life.

    The EyeQ Ultra is built on a more efficient 5-nanometer process, but the architecture is the key. Mobileye's design revolves around four task-specific accelerators tied to extra CPU cores, graphics cores and image processors. The result can process input from cameras, LiDAR, radar and the car's central computing system while handling 'just' 176 trillion operations per second. For context, NVIDIA's Drive Atlan is expected to manage 1,000 trillion operations.

    \"Mobileye
    Mobileye, an Intel company

    You'll have to wait a while to see the chip in action. Mobileye doesn't expect the first working EyeQ Ultra chips until late 2023, and you won't see full production until 2025. That's roughly in sync with numerous automakers' self-driving vehicle plans, however, and could help the company fight NVIDIA's offering. It's not clear that you'll get to 'drive' a Level 4 car in three years, but that's no longer as far-fetched a concept as it once seemed.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Self-driving car technology is currently limited to test programs and specialized vehicles, but Mobileye thinks it can play a key role in making driverless vehicles you can actually buy. The Intel-owned company has unveiled an EyeQ Ultra system-on-chip designed with consumer self-driving cars in mind. The SoC can juggle all the computing needs of Level 4 autonomy (full self-driving in most conditions), but it's reportedly the world's "leanest" such chip — car brands won't need to use more complex, power-hungry parts that could hike costs or hurt battery life.

    The EyeQ Ultra is built on a more efficient 5-nanometer process, but the architecture is the key. Mobileye's design revolves around four task-specific accelerators tied to extra CPU cores, graphics cores and image processors. The result can process input from cameras, LiDAR, radar and the car's central computing system while handling 'just' 176 trillion operations per second. For context, NVIDIA's Drive Atlan is expected to manage 1,000 trillion operations.

    \"Mobileye
    Mobileye, an Intel company

    You'll have to wait a while to see the chip in action. Mobileye doesn't expect the first working EyeQ Ultra chips until late 2023, and you won't see full production until 2025. That's roughly in sync with numerous automakers' self-driving vehicle plans, however, and could help the company fight NVIDIA's offering. It's not clear that you'll get to 'drive' a Level 4 car in three years, but that's no longer as far-fetched a concept as it once seemed.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Autos", + "link": "https://www.engadget.com/intel-mobileye-eyeq-ultra-self-driving-car-chip-174343591.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Tue, 04 Jan 2022 17:43:43 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "1d85192ff0c099d6c3e033a1d95105e6" + "hash": "b9284fbf8b638d881702eab5cf6ccd54", + "highlights": [] }, { - "title": "Covid : le Medef contre une obligation de télétravailler", - "description": "Le président de l'organisation patronale est opposé à ce que le télétravail soit à nouveau rendu obligatoire mais incite les chefs d'entreprise à se « remobiliser » sur le sujet. Il lance aussi un appel à un respect des gestes barrières.", - "content": "Le président de l'organisation patronale est opposé à ce que le télétravail soit à nouveau rendu obligatoire mais incite les chefs d'entreprise à se « remobiliser » sur le sujet. Il lance aussi un appel à un respect des gestes barrières.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700388997837-covid-le-medef-contre-une-obligation-de-teletravailler-2442824.php#xtor=RSS-71", - "creator": "Les Echos", - "pubDate": "Tue, 23 Nov 2021 10:30:50 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "title": "This portable Bluetooth speaker is powered by light", + "description": "

    Last month, Exeger and Mayht announced a partnership to create a portable Bluetooth speaker that's powered by light. At CES, they offered a glimpse at the prototype. 

    Swedish company Exeger makes Powerfoyle, a material that can turn natural and ambient light into power. Dutch startup Mayht, meanwhile, is behind a type of audio tech called Heartmotion. It claims to have reinvented "the core of the speaker driver" to allow for speakers that can be more than 10 times more compact than other models without sacrificing sound quality or bass output. According to TechCrunch, Mayht's drivers need less energy than similar audio devices, so solar cells are a seemingly sufficient power source for the speaker.

    Details about the speaker's specs remain unclear, such as what percentage of the device's surface is covered in Powerfoyle material. We've seen some headphones that use this tech, including Urbanista’s Los Angeles headphones. Based on our time with those, the speaker will need a decent proportion of solar cells to meet Exeger and Mayht's claim that it has "unlimited battery life" — at least if you don't live in eternal darkness.

    Whether the speaker can deliver solid sound quality remains to be seen. The physical size of a driver and the depth of a cabinet are key factors in how speakers generate bass, so it'll be intriguing to hear how Mayht compensates for that.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Last month, Exeger and Mayht announced a partnership to create a portable Bluetooth speaker that's powered by light. At CES, they offered a glimpse at the prototype. 

    Swedish company Exeger makes Powerfoyle, a material that can turn natural and ambient light into power. Dutch startup Mayht, meanwhile, is behind a type of audio tech called Heartmotion. It claims to have reinvented "the core of the speaker driver" to allow for speakers that can be more than 10 times more compact than other models without sacrificing sound quality or bass output. According to TechCrunch, Mayht's drivers need less energy than similar audio devices, so solar cells are a seemingly sufficient power source for the speaker.

    Details about the speaker's specs remain unclear, such as what percentage of the device's surface is covered in Powerfoyle material. We've seen some headphones that use this tech, including Urbanista’s Los Angeles headphones. Based on our time with those, the speaker will need a decent proportion of solar cells to meet Exeger and Mayht's claim that it has "unlimited battery life" — at least if you don't live in eternal darkness.

    Whether the speaker can deliver solid sound quality remains to be seen. The physical size of a driver and the depth of a cabinet are key factors in how speakers generate bass, so it'll be intriguing to hear how Mayht compensates for that.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Speakers & Headphones", + "link": "https://www.engadget.com/portable-bluetooth-speaker-solar-power-exeger-powerfoyle-mayht-172212344.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Tue, 04 Jan 2022 17:22:12 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "48d150dbb2cd64a533d6fcee24b917a3" + "hash": "eb58aa729392d0ce8a9560ab90e765dc", + "highlights": [] }, { - "title": "EXCLUSIF - Plus optimistes qu'en 2020, les cadres restent soumis à forte pression", - "description": "Seuls 12 % des cadres se déclarent pessimistes dans le dernier baromètre Viavoice pour l'Union générale des ingénieurs, cadres et techniciens CGT publié ce mardi. C'est le plus bas niveau depuis le lancement de ce sondage en 2014. Les cadres restent encore très nombreux cette année à considérer que leur charge et leur temps de travail ont augmenté.", - "content": "Seuls 12 % des cadres se déclarent pessimistes dans le dernier baromètre Viavoice pour l'Union générale des ingénieurs, cadres et techniciens CGT publié ce mardi. C'est le plus bas niveau depuis le lancement de ce sondage en 2014. Les cadres restent encore très nombreux cette année à considérer que leur charge et leur temps de travail ont augmenté.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/social/0700368569793-exclusif-plus-optimistes-quen-2020-les-cadres-restent-soumis-a-forte-pression-2442782.php#xtor=RSS-71", - "creator": "Leïla de Comarmond", - "pubDate": "Tue, 23 Nov 2021 07:00:33 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "title": "Razer’s Blade gaming laptops get 12th-gen Intel CPUs and RTX 3080 Ti graphics", + "description": "

    It wouldn't be CES without a deluge of new gaming laptops, and so far, the 2022 edition of the annual trade show has delivered. It should come as no surprise then that Razer took the opportunity to update its popular Blade 14, 15 and 17 models. The company hasn't redesigned the three laptops, but it has made a handful of tweaks. They all feature refreshed keyboards with "slightly larger" keys, a change Razer says it made with the "wellness" of users in mind. They also include a new hinge design that is thinner and enables better ventilation.

    \"2022
    Razer

    However, the highlight of these machines is their updated internals. All three will come standard with DDR5 RAM for the first time. It's also possible to configure them with NVIDIA's latest laptop flagship GPU, the RTX 3080 Ti. With 16GB of onboard GDDR6 memory, Razer claims it delivers better performance than a desktop Titan RTX. Another option you'll have is the RTX 3070 Ti. Razer says the GPU is up to 70 percent faster than the RTX 2070 Super NVIDIA shipped in 2020. The company also claims it can deliver 100 frames per second while rendering games at 1440p. 

    The Blade 15 and 17 will also come with Intel's new 12th-generation Core H-series processors. Announced at CES, these use the same performance and efficient core design as their recently announced desktop counterparts. Those with money to spare can configure the Blade 15 and Blade 17 with the 14-core i9-12900H. Oh, and all the computers will come with Windows 11 pre-installed.

    As you might imagine, the Blade 14 features the fewest improvements as the most recent addition to Razer's lineup. The 2022 model includes a new fingerprint-resistant coating and a 1080p IR webcam with full Windows Hello support. Internally, the computer has one of AMD's latest 6000 series processors, the Ryzen 9 6900HX, paired with 16GB of DDR5 RAM.

    As for the Blade 15, it will come with a new optional UHD display. The highlights of this IPS panel include 100 percent DCI-P3 wide color gamut coverage and a 144Hz refresh rate, up from 60Hz on the 4K OLED Razer offered previously. Your other display options with the 2022 model are a 360Hz 1080p panel or a 240Hz 1440p screen.

    \"Razer
    Razer

    Lastly, the Blade 17 gets some of the most practical upgrades. Razer has equipped its flagship with a higher capacity 82WHr battery. It also comes with eight speakers, up from four on the 2021 model. Last but not least, the Blade 17 will ship with a new 280W adapter that, thanks to its GaN circuitry, is about the size of a 180W power brick.

    The Blade 14 will start at $2,000 when pre-orders open on February 10th through the Razer website and select retailers, with broader availability to follow later in the first quarter of 2022. Meanwhile, the Blade 15 and Blade 17 will start at $2,500 and $2,700, respectively, and will be available to pre-order beginning on January 25th.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    It wouldn't be CES without a deluge of new gaming laptops, and so far, the 2022 edition of the annual trade show has delivered. It should come as no surprise then that Razer took the opportunity to update its popular Blade 14, 15 and 17 models. The company hasn't redesigned the three laptops, but it has made a handful of tweaks. They all feature refreshed keyboards with "slightly larger" keys, a change Razer says it made with the "wellness" of users in mind. They also include a new hinge design that is thinner and enables better ventilation.

    \"2022
    Razer

    However, the highlight of these machines is their updated internals. All three will come standard with DDR5 RAM for the first time. It's also possible to configure them with NVIDIA's latest laptop flagship GPU, the RTX 3080 Ti. With 16GB of onboard GDDR6 memory, Razer claims it delivers better performance than a desktop Titan RTX. Another option you'll have is the RTX 3070 Ti. Razer says the GPU is up to 70 percent faster than the RTX 2070 Super NVIDIA shipped in 2020. The company also claims it can deliver 100 frames per second while rendering games at 1440p. 

    The Blade 15 and 17 will also come with Intel's new 12th-generation Core H-series processors. Announced at CES, these use the same performance and efficient core design as their recently announced desktop counterparts. Those with money to spare can configure the Blade 15 and Blade 17 with the 14-core i9-12900H. Oh, and all the computers will come with Windows 11 pre-installed.

    As you might imagine, the Blade 14 features the fewest improvements as the most recent addition to Razer's lineup. The 2022 model includes a new fingerprint-resistant coating and a 1080p IR webcam with full Windows Hello support. Internally, the computer has one of AMD's latest 6000 series processors, the Ryzen 9 6900HX, paired with 16GB of DDR5 RAM.

    As for the Blade 15, it will come with a new optional UHD display. The highlights of this IPS panel include 100 percent DCI-P3 wide color gamut coverage and a 144Hz refresh rate, up from 60Hz on the 4K OLED Razer offered previously. Your other display options with the 2022 model are a 360Hz 1080p panel or a 240Hz 1440p screen.

    \"Razer
    Razer

    Lastly, the Blade 17 gets some of the most practical upgrades. Razer has equipped its flagship with a higher capacity 82WHr battery. It also comes with eight speakers, up from four on the 2021 model. Last but not least, the Blade 17 will ship with a new 280W adapter that, thanks to its GaN circuitry, is about the size of a 180W power brick.

    The Blade 14 will start at $2,000 when pre-orders open on February 10th through the Razer website and select retailers, with broader availability to follow later in the first quarter of 2022. Meanwhile, the Blade 15 and Blade 17 will start at $2,500 and $2,700, respectively, and will be available to pre-order beginning on January 25th.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Computing", + "link": "https://www.engadget.com/razer-2022-blade-lineup-ces-170053808.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Tue, 04 Jan 2022 17:00:53 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "52c84d4dc0ca6d47bb709ba4e07ee86e" + "hash": "381691a1766a28eeb3e0d51194579184", + "highlights": [] }, { - "title": "Comment le Covid a bouleversé les cycles économiques", - "description": "Selon les experts de l'Association française de science économique, le cycle économique du Covid est le plus court depuis les années 1970 en France, mais aussi le plus ample. La reprise est toutefois très hétérogène en Europe.", - "content": "Selon les experts de l'Association française de science économique, le cycle économique du Covid est le plus court depuis les années 1970 en France, mais aussi le plus ample. La reprise est toutefois très hétérogène en Europe.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700223292111-comment-le-covid-a-bouleverse-les-cycles-economiques-2439163.php#xtor=RSS-71", - "creator": "Guillaume de Calignon", - "pubDate": "Tue, 02 Nov 2021 08:00:38 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "title": "Hisense's latest Mini LED TVs can hit 120Hz and 2,000 nits of brightness", + "description": "

    Hisense is going big into bright Mini LED TVs this year with new models hitting up to 2,000 nits, while also introducing high-refresh 4K 120Hz gaming features like many other manufacturers. It also unveiled a new short throw laser projector that uses its triple RGB "TriChroma" laser engine with picture sizes up to 130 inches, the company announced. 

    The top-end model is the 75-inch U9H, now using Mini LED Quantum Dot tech instead of what Hisense called ULED before. That means you get 1,280 full-array local dimming zones instead of 240, and up to 2,000 nits of peak brightness, double the 1,000 nits of the previous U9G model. The U9H, like all of Hisense's sets for 2022, comes with Google TV. 

    The U9H also got a host of both entertainment an gaming features, including Dolby Vision along with Dolby Vision IQ and Filmmaker Mode that enable the most accurate colors possible. On the gaming side, it can hit 4K 120Hz variable refresh rates (with support for FreeSync) and offers an auto low latency mode to keep response times down. It also offers an updated processor, ATSC 3.0 tuner and 2.12 audio channel configuration with Dolby Atmos support. It arrives late summer 2022 for $3,200. 

    \"Hisense
    Hisense

    The Mini LED-powered U8H meanwhile, takes the brightness down a notch to a still-impressive 1,500 nits, while also offering Filmmaker Mode, Dolby Vision IQ, and HDR10+. Other features are similar to the U9H, like the 4K 120Hz variable refresh rate, Freesync support, Dolby Atmos sound and ultra-high speed HDMI. The U8H arrives in mid-summer with prices starting at $1,100 available in 55-, 65- and 75-inch screen sizes. 

    The U7H uses regular LED tech, but still offers Dolby Vision IQ, Filmmaker mode, HDR10+, Quantum Dot and Freesync, along with 4K 120Hz variable refresh rates, in sizes from 55- to 85-inches and prices starting at $800 (summer 2022). Finally on the TV side, the U6H drops the refresh rate down to 60Hz, but still delivers things like Dolby Vision IQ, HDR10+ and Filmmaker mode. Those models, arriving in summer 2022, will range from 50- to 75-inches and start at $580. 

    The other interesting product we're seeing from Hisense is the new 4K PX1-PRO TriChroma short-throw laser projector (above). It uses three separate red, green and blue lasers to deliver a billion colors and a 60Hz native refresh rate, while offering features like Dolby Vision, HDR10 and Filmmaker Mode. It also comes with Dolby Atmos playback and ultra high-speed HDMI ports for eARC and auto low latency mode. As with the TVs, it also supports Android TV and all that entails. The PX1 PRO is now available for $4,000. 

    ", + "content": "

    Hisense is going big into bright Mini LED TVs this year with new models hitting up to 2,000 nits, while also introducing high-refresh 4K 120Hz gaming features like many other manufacturers. It also unveiled a new short throw laser projector that uses its triple RGB "TriChroma" laser engine with picture sizes up to 130 inches, the company announced. 

    The top-end model is the 75-inch U9H, now using Mini LED Quantum Dot tech instead of what Hisense called ULED before. That means you get 1,280 full-array local dimming zones instead of 240, and up to 2,000 nits of peak brightness, double the 1,000 nits of the previous U9G model. The U9H, like all of Hisense's sets for 2022, comes with Google TV. 

    The U9H also got a host of both entertainment an gaming features, including Dolby Vision along with Dolby Vision IQ and Filmmaker Mode that enable the most accurate colors possible. On the gaming side, it can hit 4K 120Hz variable refresh rates (with support for FreeSync) and offers an auto low latency mode to keep response times down. It also offers an updated processor, ATSC 3.0 tuner and 2.12 audio channel configuration with Dolby Atmos support. It arrives late summer 2022 for $3,200. 

    \"Hisense
    Hisense

    The Mini LED-powered U8H meanwhile, takes the brightness down a notch to a still-impressive 1,500 nits, while also offering Filmmaker Mode, Dolby Vision IQ, and HDR10+. Other features are similar to the U9H, like the 4K 120Hz variable refresh rate, Freesync support, Dolby Atmos sound and ultra-high speed HDMI. The U8H arrives in mid-summer with prices starting at $1,100 available in 55-, 65- and 75-inch screen sizes. 

    The U7H uses regular LED tech, but still offers Dolby Vision IQ, Filmmaker mode, HDR10+, Quantum Dot and Freesync, along with 4K 120Hz variable refresh rates, in sizes from 55- to 85-inches and prices starting at $800 (summer 2022). Finally on the TV side, the U6H drops the refresh rate down to 60Hz, but still delivers things like Dolby Vision IQ, HDR10+ and Filmmaker mode. Those models, arriving in summer 2022, will range from 50- to 75-inches and start at $580. 

    The other interesting product we're seeing from Hisense is the new 4K PX1-PRO TriChroma short-throw laser projector (above). It uses three separate red, green and blue lasers to deliver a billion colors and a 60Hz native refresh rate, while offering features like Dolby Vision, HDR10 and Filmmaker Mode. It also comes with Dolby Atmos playback and ultra high-speed HDMI ports for eARC and auto low latency mode. As with the TVs, it also supports Android TV and all that entails. The PX1 PRO is now available for $4,000. 

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/hi-sense-mini-led-t-vs-can-hit-120-hz-and-2000-nits-of-brightness-170041793.html?src=rss", + "creator": "Steve Dent", + "pubDate": "Tue, 04 Jan 2022 17:00:41 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f525df306a77d101af9e1e54ab79a585" + "hash": "7fb972e1147726cfc82c0b1684f90a1a", + "highlights": [] }, { - "title": "L'inflation, une menace sur la reprise", - "description": "En octobre, les prix à la consommation ont augmenté de 2,6 % sur un an en France selon l'Insee. Ce regain d'inflation, parti pour durer de longs mois encore, fait planer un risque sur la consommation des ménages mais aussi sur les entreprises.", - "content": "En octobre, les prix à la consommation ont augmenté de 2,6 % sur un an en France selon l'Insee. Ce regain d'inflation, parti pour durer de longs mois encore, fait planer un risque sur la consommation des ménages mais aussi sur les entreprises.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700223745873-linflation-une-menace-sur-la-reprise-2439153.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Tue, 02 Nov 2021 07:00:31 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", + "title": "Formlabs’ new 3D printers are 40 percent faster", + "description": "

    Formlabs, one of the few companies to turn 3D printing into a useful, real-world tool, is here at CES to show off two new printers. The Form 3+ and 3B+ are updates to the models it launched in 2019, with these units described as its “fastest 3D printers to date.”

    New for 2022 include higher-intensity lasers, new material settings and faster, more durable hardware, with a promise of 40 percent faster prints. It also comes with the Build Platform 2, an updated deck for manufacturing that makes it easier to remove prints when they’re done.

    \"Promo
    Formlabs

    At the same time, the company is showing off ESD Resin, enabling you to build components that dissipate electrostatic discharges. This should, Formlabs hopes, open up new opportunities for prints that can be used inside the electronics industry and other high-tech operations.

    The Form 3+ and 3B+ will cost the same as the models they replace, $3,499 and $4,850, respectively, and you’ll be able to buy it at some point today and shipping starts immediately.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Formlabs, one of the few companies to turn 3D printing into a useful, real-world tool, is here at CES to show off two new printers. The Form 3+ and 3B+ are updates to the models it launched in 2019, with these units described as its “fastest 3D printers to date.”

    New for 2022 include higher-intensity lasers, new material settings and faster, more durable hardware, with a promise of 40 percent faster prints. It also comes with the Build Platform 2, an updated deck for manufacturing that makes it easier to remove prints when they’re done.

    \"Promo
    Formlabs

    At the same time, the company is showing off ESD Resin, enabling you to build components that dissipate electrostatic discharges. This should, Formlabs hopes, open up new opportunities for prints that can be used inside the electronics industry and other high-tech operations.

    The Form 3+ and 3B+ will cost the same as the models they replace, $3,499 and $4,850, respectively, and you’ll be able to buy it at some point today and shipping starts immediately.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/formlabs-3plus-3bplus-new-esd-resin-170038287.html?src=rss", + "creator": "Daniel Cooper", + "pubDate": "Tue, 04 Jan 2022 17:00:38 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f44fe36b88d3fcbefbf0800e6107cfa5" + "hash": "75e5f442c177e3e4b5d643a7a5b271d9", + "highlights": [] }, { - "title": "L'inflation bondit à 2,6 % en octobre en France", - "description": "La hausse des prix à la consommation a grimpé de 0,4 point ce mois-ci par rapport à septembre, en raison de l'envolée des cours de l'énergie notamment, selon les données publiées par l'Insee ce vendredi.", - "content": "La hausse des prix à la consommation a grimpé de 0,4 point ce mois-ci par rapport à septembre, en raison de l'envolée des cours de l'énergie notamment, selon les données publiées par l'Insee ce vendredi.", - "category": "Économie France", - "link": "https://www.lesechos.fr/economie-france/conjoncture/0700221388233-linflation-bondit-a-26-en-octobre-en-france-2438876.php#xtor=RSS-71", - "creator": "Nathalie Silbert", - "pubDate": "Fri, 29 Oct 2021 09:50:45 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos", - "read": true, + "title": "Panasonic launches new flagship OLED TVs with lower lag and a larger size", + "description": "

    Panasonic has a history of courting more exacting viewers with its OLED TVs, and that's truer than ever for 2022. The company has unveiled an LZ2000 line that focuses on areas some of its rivals might overlook. Gamers get special attention through reduced lag at 60Hz, HDMI 2.1 support, automatic detection of NVIDIA GPUs and a Game Control Board overlay to help you adjust common settings like the viewing mode and HDR tone mapping. These aren't the only gaming-friendly TVs debuting in 2022, but they may be particularly useful if you rarely play beyond 60Hz or frequently connect to a PC.

    There are some broader audiovisual upgrades. The 4K-capable LZ2000 is now available in a 77-inch size in addition to the earlier 55- and 65-inch variants, and sensors now measure the ambient light temperature to produce more natural tones. Improved processing also improves "mid-level" brightness for well-lit living rooms, and is better at detecting content types like sports. Revamped Dolby Atmos speakers provide clearer audio, a wider sound stage and directional sound that can aim at specific points or areas. You might watch a movie at night without waking your kids, for example.

    Prices will be available closer to the LZ2000's release date sometime in summer 2022. The TV isn't going to make larger rivals nervous, but that doesn't appear to be the goal —Panasonic seems happy to serve those frustrated with mainstream options.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Panasonic has a history of courting more exacting viewers with its OLED TVs, and that's truer than ever for 2022. The company has unveiled an LZ2000 line that focuses on areas some of its rivals might overlook. Gamers get special attention through reduced lag at 60Hz, HDMI 2.1 support, automatic detection of NVIDIA GPUs and a Game Control Board overlay to help you adjust common settings like the viewing mode and HDR tone mapping. These aren't the only gaming-friendly TVs debuting in 2022, but they may be particularly useful if you rarely play beyond 60Hz or frequently connect to a PC.

    There are some broader audiovisual upgrades. The 4K-capable LZ2000 is now available in a 77-inch size in addition to the earlier 55- and 65-inch variants, and sensors now measure the ambient light temperature to produce more natural tones. Improved processing also improves "mid-level" brightness for well-lit living rooms, and is better at detecting content types like sports. Revamped Dolby Atmos speakers provide clearer audio, a wider sound stage and directional sound that can aim at specific points or areas. You might watch a movie at night without waking your kids, for example.

    Prices will be available closer to the LZ2000's release date sometime in summer 2022. The TV isn't going to make larger rivals nervous, but that doesn't appear to be the goal —Panasonic seems happy to serve those frustrated with mainstream options.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Personal Finance - Lifestyle", + "link": "https://www.engadget.com/panasonic-lz2000-oled-tv-164727576.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Tue, 04 Jan 2022 16:47:27 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e79bc42f506df2d63372e48b28cbc348" - } - ], - "folder": "00.03 News/News - FR", - "name": "Les Echos", - "language": "fr", - "hash": "c306d664dbaee269c3c20a7f5659f5d4" - }, - { - "title": "Les Echos - Politique", - "subtitle": "", - "link": "https://www.lesechos.fr/politique-societe/", - "image": null, - "description": "Toute l'info politique en France et à l'étranger", - "items": [ + "hash": "5feadc4447ff0f862ca93ffdf976875d", + "highlights": [] + }, { - "title": "Présidentielle 2022 : Manuel Valls en appelle à l'union sacrée", - "description": "Invité du Grand rendez-vous Europe 1-CNews- « Les Echos », l'ancien Premier ministre prône l'arrêt de l'immigration et du regroupement familial. Et taclé par avance la possible candidature de Christiane Taubira.", - "content": "Invité du Grand rendez-vous Europe 1-CNews- « Les Echos », l'ancien Premier ministre prône l'arrêt de l'immigration et du regroupement familial. Et taclé par avance la possible candidature de Christiane Taubira.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700575174413-presidentielle-2022-manuel-valls-en-appelle-a-lunion-sacree-2447866.php#xtor=RSS-70", - "creator": "Yann Verdo", - "pubDate": "Sun, 19 Dec 2021 15:03:23 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/19/2447866_presidentielle-2022-manuel-valls-en-appelle-a-lunion-sacree-web-070575173822_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Facebook suspends Marjorie Taylor Greene's account for a day", + "description": "

    Marjorie Taylor Greene says she also lost access to Facebook, a day after Twitter banned her personal account. Unlike Twitter's suspension, which is permanent, Facebook's penalty will only last for 24 hours. According to The New York Times, The Wall Street Journal, NBC News and other sources, Greene shared a screenshot on Telegram and Gettr (a social media platform for conservatives) showing a Facebook notification telling her that can't post or comment on the website for 24 hours. 

    A spokesperson has confirmed to the publications that the social network removed one of her posts for violating its policies, but that "removing her account for this violation is beyond the scope of [its] policies." In particular, her post violated the Meta-owned platform's COVID-19 misinformation rules. It's worth noting that Facebook and Twitter have only suspended her personal accounts. Her verified government accounts remain active.

    Greene reportedly posted about "extremely high amounts of COVID vaccine deaths" with unverified raw data from the Vaccine Adverse Event Reporting System, or VAERS. The system is a government database managed by the CDC and the FDA, but it relies on individuals to send in reports of their experience. VAERS' website states that it's "not designed to determine if a vaccine caused a health problem" and that "additional work and evaluation [of its data] is necessary to further assess a possible safety concern." Facebook started taking a tougher stance against misinformation about COVID-19 vaccines and vaccines in general in early 2021.

    Greene is known for questioning the public health measures put into place to prevent the further spread of COVID-19. In addition to opposing vaccine mandates, she also famously refuses to wear a mask on the House floor and has racked up tens of thousands of dollars in fines. Talking about her Facebook suspension on Telegram and Gettr, Greene wrote:

    "Facebook has joined Twitter in censoring me... Who appointed Twitter and Facebook to be the authorities of information and misinformation? When Big Tech decides what political speech of elected Members is accepted and what’s not then they are working against our government and against the interest of our people."

    Conservative politicians have long complained about being censored by the biggest social media platforms. Back in October, former President Donald Trump announced that he's planning to launch his own social network this year as part of his camp's efforts to fight back against "the Big Tech companies of Silicon Valley, which have used their unilateral power to silence opposing voices in America." 

    ", + "content": "

    Marjorie Taylor Greene says she also lost access to Facebook, a day after Twitter banned her personal account. Unlike Twitter's suspension, which is permanent, Facebook's penalty will only last for 24 hours. According to The New York Times, The Wall Street Journal, NBC News and other sources, Greene shared a screenshot on Telegram and Gettr (a social media platform for conservatives) showing a Facebook notification telling her that can't post or comment on the website for 24 hours. 

    A spokesperson has confirmed to the publications that the social network removed one of her posts for violating its policies, but that "removing her account for this violation is beyond the scope of [its] policies." In particular, her post violated the Meta-owned platform's COVID-19 misinformation rules. It's worth noting that Facebook and Twitter have only suspended her personal accounts. Her verified government accounts remain active.

    Greene reportedly posted about "extremely high amounts of COVID vaccine deaths" with unverified raw data from the Vaccine Adverse Event Reporting System, or VAERS. The system is a government database managed by the CDC and the FDA, but it relies on individuals to send in reports of their experience. VAERS' website states that it's "not designed to determine if a vaccine caused a health problem" and that "additional work and evaluation [of its data] is necessary to further assess a possible safety concern." Facebook started taking a tougher stance against misinformation about COVID-19 vaccines and vaccines in general in early 2021.

    Greene is known for questioning the public health measures put into place to prevent the further spread of COVID-19. In addition to opposing vaccine mandates, she also famously refuses to wear a mask on the House floor and has racked up tens of thousands of dollars in fines. Talking about her Facebook suspension on Telegram and Gettr, Greene wrote:

    "Facebook has joined Twitter in censoring me... Who appointed Twitter and Facebook to be the authorities of information and misinformation? When Big Tech decides what political speech of elected Members is accepted and what’s not then they are working against our government and against the interest of our people."

    Conservative politicians have long complained about being censored by the biggest social media platforms. Back in October, former President Donald Trump announced that he's planning to launch his own social network this year as part of his camp's efforts to fight back against "the Big Tech companies of Silicon Valley, which have used their unilateral power to silence opposing voices in America." 

    ", + "category": "Media", + "link": "https://www.engadget.com/facebook-suspends-marjorie-taylor-greene-account-for-a-day-090853662.html?src=rss", + "creator": "Mariella Moon", + "pubDate": "Tue, 04 Jan 2022 09:08:53 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "fffae8e1d53a3bf1656154487d046bf4", + "hash": "28aef312816f7001e54de46e668c87ba", "highlights": [] }, { - "title": "Claude Guéant incarcéré à la prison de la Santé", - "description": "L'ancien ministre de Nicolas Sarkozy a été incarcéré ce lundi matin, en application de sa condamnation en 2017 dans l'affaire des primes de cabinet, pour des faits commis entre 2002 et 2004 au ministère de l'Intérieur. La cour d'appel de Paris a révoqué une partie de son sursis et de sa liberté conditionnelle.", - "content": "L'ancien ministre de Nicolas Sarkozy a été incarcéré ce lundi matin, en application de sa condamnation en 2017 dans l'affaire des primes de cabinet, pour des faits commis entre 2002 et 2004 au ministère de l'Intérieur. La cour d'appel de Paris a révoqué une partie de son sursis et de sa liberté conditionnelle.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700531791489-claude-gueant-incarcere-a-la-prison-de-la-sante-2446713.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Mon, 13 Dec 2021 11:50:49 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/13/2446713_claude-gueant-incarcere-a-la-prison-de-la-sante-web-070531870775_300x160.jpg", - "enclosureType": "image/jpg", + "title": "AT&T and Verizon will delay 5G expansion over aircraft interference concerns", + "description": "

    AT&T and Verizon won't start rolling out their C-band 5G service on January 5th after all. The carriers have agreed to comply with a request from the Federal Aviation Administration and the Transportation Department to push back their 5G expansion by two more weeks. Authorities asked the companies for extra time to investigate concerns regarding possible interference with aircraft systems and electronics. 

    Both AT&T and Verizon were supposed to to roll out their potentially faster C-band service using newly purchased frequencies back in December, but they held off on the expansion as requested by the Federal Aviation Administration. Airlines and aircraft manufacturers are worried that the new frequencies are too close to those used by airplanes' radar altimeter, which provides data on the distance between the plane and the ground. Interferences could then lead to unsafe landings. Wireless industry giants argue, however, that the C-band service's powers are low enough and that the gap in frequencies is large enough to prevent interference. 

    Shortly before the supposed January 5th rollout, the agencies asked the carriers for a delay of two more weeks to look into the issue. They initially rejected the authorities' call for an additional delay, issuing a joint letter that says honoring the request would be to the "detriment" of customers. The carriers tried to negotiate a compromise instead and told authorities that they're open to a six-month pause in deployment near some airports.

    It's unclear what changed the companies' minds, but both have agreed to put a pause on their plans for now.

    A Verizon spokesperson told Engadget in a statement:

    "We've agreed to a two-week delay which promises the certainty of bringing this nation our game-changing 5G network in January, delivered over America’s best and most reliable wireless network."

    An AT&T spokesperson sent us a similar response:

    "At Secretary Buttigieg's request, we have voluntarily agreed to one additional two-week delay of our deployment of C-Band 5G services. We also remain committed to the six-month protection zone mitigations we outlined in our letter. We know aviation safety and 5G can co-exist and we are confident further collaboration and technical assessment will allay any issues."

    ", + "content": "

    AT&T and Verizon won't start rolling out their C-band 5G service on January 5th after all. The carriers have agreed to comply with a request from the Federal Aviation Administration and the Transportation Department to push back their 5G expansion by two more weeks. Authorities asked the companies for extra time to investigate concerns regarding possible interference with aircraft systems and electronics. 

    Both AT&T and Verizon were supposed to to roll out their potentially faster C-band service using newly purchased frequencies back in December, but they held off on the expansion as requested by the Federal Aviation Administration. Airlines and aircraft manufacturers are worried that the new frequencies are too close to those used by airplanes' radar altimeter, which provides data on the distance between the plane and the ground. Interferences could then lead to unsafe landings. Wireless industry giants argue, however, that the C-band service's powers are low enough and that the gap in frequencies is large enough to prevent interference. 

    Shortly before the supposed January 5th rollout, the agencies asked the carriers for a delay of two more weeks to look into the issue. They initially rejected the authorities' call for an additional delay, issuing a joint letter that says honoring the request would be to the "detriment" of customers. The carriers tried to negotiate a compromise instead and told authorities that they're open to a six-month pause in deployment near some airports.

    It's unclear what changed the companies' minds, but both have agreed to put a pause on their plans for now.

    A Verizon spokesperson told Engadget in a statement:

    "We've agreed to a two-week delay which promises the certainty of bringing this nation our game-changing 5G network in January, delivered over America’s best and most reliable wireless network."

    An AT&T spokesperson sent us a similar response:

    "At Secretary Buttigieg's request, we have voluntarily agreed to one additional two-week delay of our deployment of C-Band 5G services. We also remain committed to the six-month protection zone mitigations we outlined in our letter. We know aviation safety and 5G can co-exist and we are confident further collaboration and technical assessment will allay any issues."

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/att-verizon-delay-5g-expansion-061847173.html?src=rss", + "creator": "Mariella Moon", + "pubDate": "Tue, 04 Jan 2022 06:18:47 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e441a8015b6e114293cb85de5962a362", + "hash": "26d21848b6d46649edb47e45414493d9", "highlights": [] }, { - "title": "Eric Ciotti lance un appel aux électeurs d'Eric Zemmour", - "description": "Invité de l'émission politique Le Grand Rendez-Vous Europe 1 - CNews - « Les Echos », Eric Ciotti a renouvelé son soutien à Valérie Pécresse, candidate de la droite désignée à l'issue du congrès des Républicains. Selon lui, voter pour Eric Zemmour à la présidentielle reviendrait à perdre l'élection.", - "content": "Invité de l'émission politique Le Grand Rendez-Vous Europe 1 - CNews - « Les Echos », Eric Ciotti a renouvelé son soutien à Valérie Pécresse, candidate de la droite désignée à l'issue du congrès des Républicains. Selon lui, voter pour Eric Zemmour à la présidentielle reviendrait à perdre l'élection.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700526872701-eric-ciotti-lance-un-appel-aux-electeurs-deric-zemmour-2446561.php#xtor=RSS-70", - "creator": "Florence Renard-Gourdon", - "pubDate": "Sun, 12 Dec 2021 16:18:42 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/12/2446561_eric-ciotti-lance-un-appel-aux-electeurs-deric-zemmour-web-070527128957.jpg", - "enclosureType": "image/jpg", + "title": "LG's C2 OLED TV line will include its brighter 'evo' panels in 2022", + "description": "

    As is something of an annual tradition for the company, LG is using CES as a venue to share the first details on its 2022 TV lineup. Much like last year, the company is touting improved brightness as one of the main reasons to buy its 2022 sets. That's because this year LG's more affordable C2 lineup will also include the "evo" panel technology the company debuted in 2021. Additionally, LG claims its new Alpha 9 Gen 5 AI processors will help further increase luminance through a smarter algorithm and better heat dissipation. Those chips will also improve upscaling performance and offer virtual 7.1.2 surround sound up-mixing, according to LG.

    The new OLEDs will ship with the latest version of LG’s webOS operating system. The updated software adds support for individual profiles, allowing you to customize the menu for quick access to your favorite streaming services. By creating a profile, you’ll also get personalized content recommendations and notifications related to your favorite sports teams. 

    \"LG
    LG

    Another new webOS feature allows you to mirror what you’re watching to a second LG TV. In that way, the company says you watch cable and satellite content on two television sets without an extra set-top box. It’s hard to say how useful that feature will prove since if you have more than one TV in your home, there’s a good chance it’s because your family can’t agree on what to watch in the first place.

    Out of the box, LG’s 2022 TV lineup will support the smart home industry’s new Matter standard, allowing you to control devices lights and thermostats from the TVs. LG also promises a better gaming experience thanks to its updated Game Optimizer. The company is adding additional feature and preset toggles to the menu to make it easier to access those when you need them. As before, all G2 and C2 sets will support G-Sync, FreeSync and variable refresh rates. HDMI 2.1 also comes standard across the lineup.

    LG has yet to share pricing, but what we do is that the G2 series will consist of 55-, 65- 75-inch models. The company will also offer two new 83- and 97-inch sets. The more affordable C2 series will consist of six models total, including a new 42-inch size LG says is a great fit for console and PC gaming. The rest of the C2 lineup consists of 48-, 55-, 65-, 77- and 83-inch sets. LG also plans to expand its QNED TV lineup for 2022. Those sets will include the company’s Quantum Dot NanoCell technology and offer 100 percent color volume.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    As is something of an annual tradition for the company, LG is using CES as a venue to share the first details on its 2022 TV lineup. Much like last year, the company is touting improved brightness as one of the main reasons to buy its 2022 sets. That's because this year LG's more affordable C2 lineup will also include the "evo" panel technology the company debuted in 2021. Additionally, LG claims its new Alpha 9 Gen 5 AI processors will help further increase luminance through a smarter algorithm and better heat dissipation. Those chips will also improve upscaling performance and offer virtual 7.1.2 surround sound up-mixing, according to LG.

    The new OLEDs will ship with the latest version of LG’s webOS operating system. The updated software adds support for individual profiles, allowing you to customize the menu for quick access to your favorite streaming services. By creating a profile, you’ll also get personalized content recommendations and notifications related to your favorite sports teams. 

    \"LG
    LG

    Another new webOS feature allows you to mirror what you’re watching to a second LG TV. In that way, the company says you watch cable and satellite content on two television sets without an extra set-top box. It’s hard to say how useful that feature will prove since if you have more than one TV in your home, there’s a good chance it’s because your family can’t agree on what to watch in the first place.

    Out of the box, LG’s 2022 TV lineup will support the smart home industry’s new Matter standard, allowing you to control devices lights and thermostats from the TVs. LG also promises a better gaming experience thanks to its updated Game Optimizer. The company is adding additional feature and preset toggles to the menu to make it easier to access those when you need them. As before, all G2 and C2 sets will support G-Sync, FreeSync and variable refresh rates. HDMI 2.1 also comes standard across the lineup.

    LG has yet to share pricing, but what we do is that the G2 series will consist of 55-, 65- 75-inch models. The company will also offer two new 83- and 97-inch sets. The more affordable C2 series will consist of six models total, including a new 42-inch size LG says is a great fit for console and PC gaming. The rest of the C2 lineup consists of 48-, 55-, 65-, 77- and 83-inch sets. LG also plans to expand its QNED TV lineup for 2022. Those sets will include the company’s Quantum Dot NanoCell technology and offer 100 percent color volume.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/lg-oled-g2-c2-annoucement-020045964.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Tue, 04 Jan 2022 02:00:45 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c8501fb95f3948768c42078ceb632a01", + "hash": "ddf3af1af5d97db93e4de84a6dcac697", "highlights": [] }, { - "title": "Guerre d'Algérie : la France fait un nouveau pas pour la réconciliation mémorielle", - "description": "Les archives sur les enquêtes judiciaires liées à la guerre d'Algérie s'apprêtent à s'ouvrir « avec quinze ans d'avance », a annoncé Roselyne Bachelot. La ministre de la Culture a évoqué la nécessité de « construire une autre Histoire, une réconciliation ».", - "content": "Les archives sur les enquêtes judiciaires liées à la guerre d'Algérie s'apprêtent à s'ouvrir « avec quinze ans d'avance », a annoncé Roselyne Bachelot. La ministre de la Culture a évoqué la nécessité de « construire une autre Histoire, une réconciliation ».", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700516544833-guerre-dalgerie-la-france-fait-un-nouveau-pas-pour-la-reconciliation-memorielle-2446446.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Fri, 10 Dec 2021 10:30:11 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/10/2446446_guerre-dalgerie-la-france-fait-un-nouveau-pas-pour-la-reconciliation-memorielle-web-070516676314_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Galaxy S21 FE hands-on: Last year’s flagship without the frills", + "description": "

    At CES 2022 today, Samsung has finally unveiled the Galaxy S21 FE (or “Fan Edition”) phone. This is basically a tweaked version of last year’s S21 that the company is selling for $700 starting January 11th. That’s $100 less than the regular S21, and for the price this year’s model offers the same 5nm processors, same 120Hz refresh rate (in a slightly bigger screen) and a similar triple camera system. The S21 FE has a larger battery, though, and comes with Android 12. We’ll have a full review coming soon, but based on our brief hands-on with a test unit, the S21 FE appears to be a well-rounded device.

    At first glance, the S21 FE isn’t as eye-catching as last year’s flagship. While it features a similar bump on the top left corner for its camera module, its housing doesn’t have a shiny finish like the original S21. I prefer the previous style — this one’s kind of bland. But the S21 FE feels sturdy and its matte finish helps it resist fingerprints, too

    The S21 FE is also available in a different set of colors than the original: This time, you get to choose from lavender, olive, silver or black (which is the color of my sample unit).

    \"The
    Cherlynn Low / Engadget

    At 177 grams (or 6.2 ounces), the S21 FE is slightly heavier than the S21, which is reasonable given the newer model’s bigger 6.4-inch screen. The display still runs at Full HD+, and looks bright and sharp. But don’t expect S Pen support here like you’d get on the S21+ and Ultra. Like the S21, the Fan Edition doesn’t support Samsung’s stylus.

    Aside from size, the biggest difference between the S21 FE and the original model lie in their rear cameras. While both versions have a similar 12-megapixel main camera with a f/1.8 aperture, the FE’s ultra-wide lens has a slightly wider field of view of 123 degrees. Also, the FE’s telephoto camera uses an 8-megapixel sensor while the S21’s is 64 megapixels, though they both offer 30x Space Zoom.

    During my hands-on period with the S21 FE, I haven’t really put its cameras through rigorous testing and so far I haven’t noticed any major issues with picture quality. Images came out colorful and clear. Oddly, the FE’s front camera is 32 megapixels sharp while the original’s is just 10 megapixels. The selfies I’ve shot with it so far were indeed tack sharp and individual strands of my damaged hair were painfully clear.

    \"A
    Cherlynn Low / Engadget

    These tweaks are similar to how the S20 FE varied from the S20. Samsung said it sold 10 million units of the S20 FE in just over a year since the phone’s launch in Q4 2020, making that model one of the best-selling Galaxy smartphones over the past year.

    Since this is just a brief hands-on and not our full review, I can't yet tell how the S21 FE will stack up to other phones in this price range. But already it faces stiff competition from the Pixel 6, which offers excellent cameras and software at the same cost, although it has a polarizing design.

    Though the combination of features for the relatively lower price might make the S21 FE an appealing phone to many Samsung fans, the company picked an awkward time to release this device. With next-gen flagships presumably on the horizon, Galaxy shoppers might be inclined to wait and see what the company might bring at that launch. Even if you’re dying to buy a new Galaxy S series handset already though, at least wait till we can test the S21 FE out more comprehensively before spending your money.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    At CES 2022 today, Samsung has finally unveiled the Galaxy S21 FE (or “Fan Edition”) phone. This is basically a tweaked version of last year’s S21 that the company is selling for $700 starting January 11th. That’s $100 less than the regular S21, and for the price this year’s model offers the same 5nm processors, same 120Hz refresh rate (in a slightly bigger screen) and a similar triple camera system. The S21 FE has a larger battery, though, and comes with Android 12. We’ll have a full review coming soon, but based on our brief hands-on with a test unit, the S21 FE appears to be a well-rounded device.

    At first glance, the S21 FE isn’t as eye-catching as last year’s flagship. While it features a similar bump on the top left corner for its camera module, its housing doesn’t have a shiny finish like the original S21. I prefer the previous style — this one’s kind of bland. But the S21 FE feels sturdy and its matte finish helps it resist fingerprints, too

    The S21 FE is also available in a different set of colors than the original: This time, you get to choose from lavender, olive, silver or black (which is the color of my sample unit).

    \"The
    Cherlynn Low / Engadget

    At 177 grams (or 6.2 ounces), the S21 FE is slightly heavier than the S21, which is reasonable given the newer model’s bigger 6.4-inch screen. The display still runs at Full HD+, and looks bright and sharp. But don’t expect S Pen support here like you’d get on the S21+ and Ultra. Like the S21, the Fan Edition doesn’t support Samsung’s stylus.

    Aside from size, the biggest difference between the S21 FE and the original model lie in their rear cameras. While both versions have a similar 12-megapixel main camera with a f/1.8 aperture, the FE’s ultra-wide lens has a slightly wider field of view of 123 degrees. Also, the FE’s telephoto camera uses an 8-megapixel sensor while the S21’s is 64 megapixels, though they both offer 30x Space Zoom.

    During my hands-on period with the S21 FE, I haven’t really put its cameras through rigorous testing and so far I haven’t noticed any major issues with picture quality. Images came out colorful and clear. Oddly, the FE’s front camera is 32 megapixels sharp while the original’s is just 10 megapixels. The selfies I’ve shot with it so far were indeed tack sharp and individual strands of my damaged hair were painfully clear.

    \"A
    Cherlynn Low / Engadget

    These tweaks are similar to how the S20 FE varied from the S20. Samsung said it sold 10 million units of the S20 FE in just over a year since the phone’s launch in Q4 2020, making that model one of the best-selling Galaxy smartphones over the past year.

    Since this is just a brief hands-on and not our full review, I can't yet tell how the S21 FE will stack up to other phones in this price range. But already it faces stiff competition from the Pixel 6, which offers excellent cameras and software at the same cost, although it has a polarizing design.

    Though the combination of features for the relatively lower price might make the S21 FE an appealing phone to many Samsung fans, the company picked an awkward time to release this device. With next-gen flagships presumably on the horizon, Galaxy shoppers might be inclined to wait and see what the company might bring at that launch. Even if you’re dying to buy a new Galaxy S series handset already though, at least wait till we can test the S21 FE out more comprehensively before spending your money.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/samsung-galaxy-s21-fe-specs-price-availability-hands-on-020006151.html?src=rss", + "creator": "Cherlynn Low", + "pubDate": "Tue, 04 Jan 2022 02:00:06 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d4acc1d8225d4af46cbf45b2b4c6f25", + "hash": "89a49113175ea3c92e67cf532b140a89", "highlights": [] }, { - "title": "LR : Guillaume Peltier et Gaël Perdriau démis de leurs fonctions de vice-présidents", - "description": "Le comité stratégique des Républicains a démis, ce mardi, le député Guillaume Peltier de sa fonction de vice-président du parti après des propos favorables vis-à-vis de l'extrême droite et d'Eric Zemmour. Le maire de Saint-Etienne avait, lui, critiqué Eric Ciotti.", - "content": "Le comité stratégique des Républicains a démis, ce mardi, le député Guillaume Peltier de sa fonction de vice-président du parti après des propos favorables vis-à-vis de l'extrême droite et d'Eric Zemmour. Le maire de Saint-Etienne avait, lui, critiqué Eric Ciotti.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700490880667-lr-guillaume-peltier-et-gael-perdriau-demis-de-leurs-fonctions-de-vice-presidents-2445636.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Tue, 07 Dec 2021 12:35:16 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/07/2445636_lr-guillaume-peltier-et-gael-perdriau-demis-de-leurs-fonctions-de-vice-presidents-web-070491170676.jpg", - "enclosureType": "image/jpg", + "title": "Withings' Body Scan scale can measure the composition of different parts of your body", + "description": "

    Over five years after the release of the Body Cardio (and one flirtation with Nokia later), French company Withings has released its far most technologically advanced connected scale yet, the Body Scan. The big change over the last model is the addition of a handle with four stainless steel electrodes that allows it to measure ECG, segmented body composition (fat/water in your arms, legs and torso) and even esoteric things like nerve activity. All of these features will also make it one of the most expensive scales yet when it arrives to market. 

    Withings says it's the number one US smart scale manufacturer and created the Body Scan "because users are demanding more and more medical and health data and information," Withings CEO Mathieu Letombe told Engadget in French. 

    \"Withings
    Withings

    The new scale is certainly designed to deliver that. Though the design and high-strength tempered glass construction are similar to the previous Body Cardio, it's loaded with extra sensors that can tell you more than ever about your body. That includes four weight sensors, 14 ITO (Indium tin oxide) electrodes within the platform and four stainless steel electrodes on the new handle. The battery can now go for a year between charges compared to nine months before and it packs a larger, higher-resolution 3.2-inch LCD color display.

    The handle allows safe, low-level electrical signals to pass through your entire body, not just your feet — much as you may have seen on some advanced gym scales. To start with, that enables a new 6-lead ECG that can detect heart arrhythmias via two sets of electrodes on each side of the handle and one within the base of the sale. That compares to a single lead on smartwatches, so the Body Scan can deliver more specific results "that can easily be ready by a cardiologist," said Letombe. 

    An embedded algorithm can detect heart patterns associated with atrial fibrillation, showing the results on the display or Withings' Health Mate app. Those can be stored to show trends or "shared with medical professionals from the app," according to Withings. "Each time you weigh yourself, the scale can deliver that information, thanks to the new handle." 

    \"Withings

    In terms of your weight, Withings claims the Body Scan is accurate to within 0.1 pounds (50 grams) or double the previous model, but that's just the start of showing your body makeup. It uses multi-frequency bioelectrical impedance analysis (BIA) to measure whole-body fat and water percentage, visceral fat, muscle and bone mass and extracellular and intracellular water. It can even provide readings for individual body parts, including your torso, arms and legs. All of that allows you to spot things used by health experts and sports professionals like dangerous localized fat or muscle imbalance, Withings said. 

    Working with a French company called Impeto Medical, Withings also developed a feature to assess nerve activity. It can track sweat gland activity in the feet (sudomotor function) using a small direct current via the electrodes located in the plate. Impaired function in that regard could show signs of degeneration of small nerve fibers, something that can be corrected with regular activity and a healthy diet. 

    "It's a useful function, because there are a lot of chronic health issues like obesity associated with poor nerve function," Letombe told me. "Impeto creates devices used by neurologists and others doctors that can cost upwards of 10,000 euros, and the Body Scan is a consumer product that, again, does that every time you weigh yourself." At the same time, Withings will be able to collect nerve activity data from millions of users that could be useful for medical research and patient care.

    \"Withings'
    Withings

    Along with the scale, Withings is also introducing (yep) a subscription service, with the price yet to be announced. It will "allow users to connect with medical specialists for advice and consultation while providing clinical teams with data in real-time," Withings said. It'll also offer personalized health plans, videos and more covering topics like nutrition, sleep, exercise and stress management to help users with their health goals. 

    With the Body Scan, Withings will be offering consumers one of the more advanced health, sports and medical home devices out there — at a price. It's expected to cost $300 when it arrives to the US and Europe in the second half of 2022 following FDA clearance, or $100 more than the Body Scan's launch price. That will include three free months of the subscription service, but it's still big chunk of change for a scale. 

    A lot will depend on whether it delivers on all the promised features with reasonable accuracy and if it receives its FDA clearance in a timely manner. That's not necessarily a given, as it took Withings well over a year to get its ScanWatch cleared by the FDA after it was first released. The company also had issues with its Pulse Wave Velocity (PVW) heart health feature, and pulled it in some regions over regulatory concerns. 

    Given all that, it's fairly bold on Withings' part to introduce a scale with even more advanced medical and health functionality. "We think that's how we can advance a user's health, not by asking an extra effort, but delivering more targeted information on a product they use every day," said Letombe.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Over five years after the release of the Body Cardio (and one flirtation with Nokia later), French company Withings has released its far most technologically advanced connected scale yet, the Body Scan. The big change over the last model is the addition of a handle with four stainless steel electrodes that allows it to measure ECG, segmented body composition (fat/water in your arms, legs and torso) and even esoteric things like nerve activity. All of these features will also make it one of the most expensive scales yet when it arrives to market. 

    Withings says it's the number one US smart scale manufacturer and created the Body Scan "because users are demanding more and more medical and health data and information," Withings CEO Mathieu Letombe told Engadget in French. 

    \"Withings
    Withings

    The new scale is certainly designed to deliver that. Though the design and high-strength tempered glass construction are similar to the previous Body Cardio, it's loaded with extra sensors that can tell you more than ever about your body. That includes four weight sensors, 14 ITO (Indium tin oxide) electrodes within the platform and four stainless steel electrodes on the new handle. The battery can now go for a year between charges compared to nine months before and it packs a larger, higher-resolution 3.2-inch LCD color display.

    The handle allows safe, low-level electrical signals to pass through your entire body, not just your feet — much as you may have seen on some advanced gym scales. To start with, that enables a new 6-lead ECG that can detect heart arrhythmias via two sets of electrodes on each side of the handle and one within the base of the sale. That compares to a single lead on smartwatches, so the Body Scan can deliver more specific results "that can easily be ready by a cardiologist," said Letombe. 

    An embedded algorithm can detect heart patterns associated with atrial fibrillation, showing the results on the display or Withings' Health Mate app. Those can be stored to show trends or "shared with medical professionals from the app," according to Withings. "Each time you weigh yourself, the scale can deliver that information, thanks to the new handle." 

    \"Withings

    In terms of your weight, Withings claims the Body Scan is accurate to within 0.1 pounds (50 grams) or double the previous model, but that's just the start of showing your body makeup. It uses multi-frequency bioelectrical impedance analysis (BIA) to measure whole-body fat and water percentage, visceral fat, muscle and bone mass and extracellular and intracellular water. It can even provide readings for individual body parts, including your torso, arms and legs. All of that allows you to spot things used by health experts and sports professionals like dangerous localized fat or muscle imbalance, Withings said. 

    Working with a French company called Impeto Medical, Withings also developed a feature to assess nerve activity. It can track sweat gland activity in the feet (sudomotor function) using a small direct current via the electrodes located in the plate. Impaired function in that regard could show signs of degeneration of small nerve fibers, something that can be corrected with regular activity and a healthy diet. 

    "It's a useful function, because there are a lot of chronic health issues like obesity associated with poor nerve function," Letombe told me. "Impeto creates devices used by neurologists and others doctors that can cost upwards of 10,000 euros, and the Body Scan is a consumer product that, again, does that every time you weigh yourself." At the same time, Withings will be able to collect nerve activity data from millions of users that could be useful for medical research and patient care.

    \"Withings'
    Withings

    Along with the scale, Withings is also introducing (yep) a subscription service, with the price yet to be announced. It will "allow users to connect with medical specialists for advice and consultation while providing clinical teams with data in real-time," Withings said. It'll also offer personalized health plans, videos and more covering topics like nutrition, sleep, exercise and stress management to help users with their health goals. 

    With the Body Scan, Withings will be offering consumers one of the more advanced health, sports and medical home devices out there — at a price. It's expected to cost $300 when it arrives to the US and Europe in the second half of 2022 following FDA clearance, or $100 more than the Body Scan's launch price. That will include three free months of the subscription service, but it's still big chunk of change for a scale. 

    A lot will depend on whether it delivers on all the promised features with reasonable accuracy and if it receives its FDA clearance in a timely manner. That's not necessarily a given, as it took Withings well over a year to get its ScanWatch cleared by the FDA after it was first released. The company also had issues with its Pulse Wave Velocity (PVW) heart health feature, and pulled it in some regions over regulatory concerns. 

    Given all that, it's fairly bold on Withings' part to introduce a scale with even more advanced medical and health functionality. "We think that's how we can advance a user's health, not by asking an extra effort, but delivering more targeted information on a product they use every day," said Letombe.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Health Care Industry", + "link": "https://www.engadget.com/withings-latest-scale-has-a-handheld-lead-to-measure-fat-in-different-body-parts-010059582.html?src=rss", + "creator": "Steve Dent", + "pubDate": "Tue, 04 Jan 2022 01:00:59 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "6fea7fe3da947b91b8d1127dc3c85215", + "hash": "704faa17fa3a077b1d09bbbcdace98d0", "highlights": [] }, { - "title": "Electricité : l'exécutif prépare des mesures contre la flambée des prix, dit Bruno Le Maire", - "description": "Lors du « Grand rendez-vous » Europe 1-Cnews- « Les Echos », le ministre de l'Economie et des Finances a indiqué que si la hausse des tarifs régulés s'élève à 20%, la facture pour l'Etat grimpera à 8 milliards. Outre une baisse de taxe, d'autres options sont à l'étude pour «protéger les particuliers et les entreprises».", - "content": "Lors du « Grand rendez-vous » Europe 1-Cnews- « Les Echos », le ministre de l'Economie et des Finances a indiqué que si la hausse des tarifs régulés s'élève à 20%, la facture pour l'Etat grimpera à 8 milliards. Outre une baisse de taxe, d'autres options sont à l'étude pour «protéger les particuliers et les entreprises».", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700468192162-electricite-lexecutif-prepare-des-mesures-contre-la-flambee-des-prix-dit-bruno-le-maire-2445191.php#xtor=RSS-70", - "creator": "Isabelle Couet", - "pubDate": "Sun, 05 Dec 2021 16:04:17 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/05/2445191_electricite-lexecutif-prepare-des-mesures-contre-la-flambee-des-prix-dit-bruno-le-maire-web-070477167014_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Moen's latest faucet can be controlled entirely with gestures", + "description": "

    Moen has pulled back the curtain on its latest faucet, and it's one that you can control without touching at all. The Smart Faucet with Motion Control allows users to adjust both the temperature and flow using gestures. There are a variety of styles to fit in with homeowners' design preferences and so confident is Moen about the tech that there are even versions without a handle.

    Selecting hot, cold or warm water is as simple as swiping one's hand across a sensor. Default temperatures and a preferred gesture scheme can be set on the Moen Smart Water App. The faucet is available in a variety of styles to fit in with homeowners' design preferences.

    The Smart Faucet with Motion Control incorporates all of the features from Moen's previous faucet, including Alexa and Google Assistant voice control. There are options to dispense precise quantities of water with exact temperatures (which could be great for bakers). There's also a "wash hands" command, which pauses the water flow for 20 seconds while you scrub your fingers and palms. In addition, you can monitor water consumption through the app.

    \"Moen
    Moen

    This year, the app will offer integration with Moen's other products as part of the Smart Water Network, which comprises the faucet, a leak detector, Flo Smart Water Monitor and Shutoff, sump pump monitor and smart shower. According to Moen, the system will help provide protection against issues like extreme cold temperatures. The system will be able to automatically take action when it detects risks, such as notifying the homeowner and shutting off water.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Moen has pulled back the curtain on its latest faucet, and it's one that you can control without touching at all. The Smart Faucet with Motion Control allows users to adjust both the temperature and flow using gestures. There are a variety of styles to fit in with homeowners' design preferences and so confident is Moen about the tech that there are even versions without a handle.

    Selecting hot, cold or warm water is as simple as swiping one's hand across a sensor. Default temperatures and a preferred gesture scheme can be set on the Moen Smart Water App. The faucet is available in a variety of styles to fit in with homeowners' design preferences.

    The Smart Faucet with Motion Control incorporates all of the features from Moen's previous faucet, including Alexa and Google Assistant voice control. There are options to dispense precise quantities of water with exact temperatures (which could be great for bakers). There's also a "wash hands" command, which pauses the water flow for 20 seconds while you scrub your fingers and palms. In addition, you can monitor water consumption through the app.

    \"Moen
    Moen

    This year, the app will offer integration with Moen's other products as part of the Smart Water Network, which comprises the faucet, a leak detector, Flo Smart Water Monitor and Shutoff, sump pump monitor and smart shower. According to Moen, the system will help provide protection against issues like extreme cold temperatures. The system will be able to automatically take action when it detects risks, such as notifying the homeowner and shutting off water.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Home & Garden", + "link": "https://www.engadget.com/moen-smart-faucet-with-motion-control-home-network-010056555.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Tue, 04 Jan 2022 01:00:56 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "ad7f10ea54d76980d0b45c37a302187a", + "hash": "6b7e7676c393b4ae49fe6b6288c300a7", "highlights": [] }, { - "title": "Tests Covid à l'école : ce qui change pour la rentrée", - "description": "A partir de ce lundi, jour de rentrée scolaire, un protocole particulier s'applique pour les moins de douze ans. Si un cas positif se déclare dans une classe, les autres élèves ne pourront assister aux cours que sur présentation d'un test négatif (PCR ou antigénique), puis devront à nouveau présenter deux autotests négatifs à plusieurs jours d'intervalle.", - "content": "A partir de ce lundi, jour de rentrée scolaire, un protocole particulier s'applique pour les moins de douze ans. Si un cas positif se déclare dans une classe, les autres élèves ne pourront assister aux cours que sur présentation d'un test négatif (PCR ou antigénique), puis devront à nouveau présenter deux autotests négatifs à plusieurs jours d'intervalle.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/societe/0700655591117-tests-covid-a-lecole-ce-qui-change-pour-la-rentree-2449534.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Sun, 02 Jan 2022 19:36:04 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449534_tests-covid-a-lecole-ce-qui-change-pour-la-rentree-web-tete-070655869580.jpg", - "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2022/01/02/2449534_tests-covid-a-lecole-ce-qui-change-pour-la-rentree-web-tete-070655869580.jpg", + "title": "Netgear expands WiFi 6E router lineup with two new options for 2022", + "description": "

    January has arrived, and with it, new entries to Netgear’s long list of wireless routers for both gamers and professionals. This year, the major talking point is likely to be the new Nighthawk RAXE300, which sits a little below the flagship RAXE500 in the company’s high-end line. The RAXE300 offers a combined top WiFi speed of 7.8Gbps, plus the benefit of being able to leverage the 6GHz band for faster connectivity. Netgear promises that you’ll get around 2,500 square feet of coverage from the device, plus enough gigabit ethernet ports to connect the rest of your smart home to.

    At the same time, Netgear wanted to take the opportunity to remind the world of the Orbi 5G WiFi 6 Mesh NBK752, which was released late last year. It’s the first 5G tri-band mesh system, which can leverage the 5G modem inside for always-on mobile broadband or as a backup should a standard wired connection fail. Not to mention that, as like many of Netgear’s tri-band products, the backhaul network between the router and its satellite(s) should ensure a stronger, more reliable connection.

    Rounding out the list is the Orbi Pro, SXK50, the company’s new mid-range device for small businesses and professional types working from home. It’s a little behind the top-tier SK80, with a cap of 75 concurrent devices, down from 100 for the flagship, as well as a slightly slower WiFi 6 speed, but it’s likely to be an ideal option for some businesses looking for faster and more reliable connectivity.

    \"Promotional
    Netgear

    Rounding out the announcements for this year is Game Booster, a paid-for add-on service for Orbi users so that they cam get the same lag-banishing features found in the Nighthawk routers. That includes the ability to track pings and pick the fastest server for specific online games, as well as a built-in ad-and-tracking blocker. Unfortunately, such features will set you back $50 per year after a 30-day free trial, and only if you currently own the Orbi series 750, 850 and 960.

    The Netgear Nighthawk RAXE300 will be available in the first quarter of 2022, and will set you back $400, while the Orbi 5G is already available, priced at $1,099.99. The Orbi Pro SXK50, meanwhile, will be available in the US at some point in January 2022, and can be pre-ordered now for $450.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    January has arrived, and with it, new entries to Netgear’s long list of wireless routers for both gamers and professionals. This year, the major talking point is likely to be the new Nighthawk RAXE300, which sits a little below the flagship RAXE500 in the company’s high-end line. The RAXE300 offers a combined top WiFi speed of 7.8Gbps, plus the benefit of being able to leverage the 6GHz band for faster connectivity. Netgear promises that you’ll get around 2,500 square feet of coverage from the device, plus enough gigabit ethernet ports to connect the rest of your smart home to.

    At the same time, Netgear wanted to take the opportunity to remind the world of the Orbi 5G WiFi 6 Mesh NBK752, which was released late last year. It’s the first 5G tri-band mesh system, which can leverage the 5G modem inside for always-on mobile broadband or as a backup should a standard wired connection fail. Not to mention that, as like many of Netgear’s tri-band products, the backhaul network between the router and its satellite(s) should ensure a stronger, more reliable connection.

    Rounding out the list is the Orbi Pro, SXK50, the company’s new mid-range device for small businesses and professional types working from home. It’s a little behind the top-tier SK80, with a cap of 75 concurrent devices, down from 100 for the flagship, as well as a slightly slower WiFi 6 speed, but it’s likely to be an ideal option for some businesses looking for faster and more reliable connectivity.

    \"Promotional
    Netgear

    Rounding out the announcements for this year is Game Booster, a paid-for add-on service for Orbi users so that they cam get the same lag-banishing features found in the Nighthawk routers. That includes the ability to track pings and pick the fastest server for specific online games, as well as a built-in ad-and-tracking blocker. Unfortunately, such features will set you back $50 per year after a 30-day free trial, and only if you currently own the Orbi series 750, 850 and 960.

    The Netgear Nighthawk RAXE300 will be available in the first quarter of 2022, and will set you back $400, while the Orbi 5G is already available, priced at $1,099.99. The Orbi Pro SXK50, meanwhile, will be available in the US at some point in January 2022, and can be pre-ordered now for $450.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Personal Investing Ideas & Strategies", + "link": "https://www.engadget.com/netgear-nighthawk-300-ces-2022-010041387.html?src=rss", + "creator": "Daniel Cooper", + "pubDate": "Tue, 04 Jan 2022 01:00:41 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b080d6297102fdfd1c1d45a6e28cf179", + "hash": "db8ef2863322e625b1bf287e831467f0", "highlights": [] }, { - "title": "Pour Michel Onfray, Macron ou Pécresse, « c'est la même chose »", - "description": "Invité du Grand rendez-vous Europe 1-CNews- « Les Echos », l'auteur de « L'Art d'être Français » s'est livré à un soigneux exercice de démolition de la classe politique traditionnelle. Pour lui, « nous aurons probablement un président maastrichtien » : Emmanuel Macron ou Valérie Pécresse, « c'est très exactement la même chose ».", - "content": "Invité du Grand rendez-vous Europe 1-CNews- « Les Echos », l'auteur de « L'Art d'être Français » s'est livré à un soigneux exercice de démolition de la classe politique traditionnelle. Pour lui, « nous aurons probablement un président maastrichtien » : Emmanuel Macron ou Valérie Pécresse, « c'est très exactement la même chose ».", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/societe/0700655156414-pour-michel-onfray-macron-ou-pecresse-cest-la-meme-chose-2449527.php#xtor=RSS-70", - "creator": "Valerie Landrieu", - "pubDate": "Sun, 02 Jan 2022 17:00:12 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2022/01/02/2449527_pour-michel-onfray-macron-ou-pecresse-cest-la-meme-chose-web-tete-070654832207.jpg", - "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2022/01/02/2449527_pour-michel-onfray-macron-ou-pecresse-cest-la-meme-chose-web-tete-070654832207.jpg", + "title": "Y-Brush shows off a concept for its second-generation, uh, Y-shaped toothbrush", + "description": "

    It’s been the better part of two years since Y-Brush started shipping, offering people a different way to clean their teeth. The retainer-shaped device is filled with nylon bristles which you put into your mouth, promising to sanitize your chompers in just 10 seconds. Now, at CES 2022, the company is showing off the concept for its second-generation device that’ll offer a lot more than its predecessor ever did.

    The new Y-Brush concept has bristles on both sides of the retainer, meaning that users don’t need to pull the device out and flip it over to do the bottom half of their mouths. Instead, you’ll just need to move it to the sides a bit to ensure perfect coverage. More importantly, however, is that rather than just one program, this proposed new model will offer six vibration modes, including Gum Care, Whitening and Polishing.

    A beefier base both enables inductive charging and helps reduce toppling while sat on the countertop, while a companion app will help you set different programs based on your brushing habits. Although given that the whole point of this thing is to shove in your mouth and not do much at all, we’re not sure how useful that would be.

    For now, this second-generation Y-Brush is little more than a concept that the company wants to show off here at CES. But the thought is that this initial idea can be refined ready for the second-generation Brush, whenever that turns up.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    It’s been the better part of two years since Y-Brush started shipping, offering people a different way to clean their teeth. The retainer-shaped device is filled with nylon bristles which you put into your mouth, promising to sanitize your chompers in just 10 seconds. Now, at CES 2022, the company is showing off the concept for its second-generation device that’ll offer a lot more than its predecessor ever did.

    The new Y-Brush concept has bristles on both sides of the retainer, meaning that users don’t need to pull the device out and flip it over to do the bottom half of their mouths. Instead, you’ll just need to move it to the sides a bit to ensure perfect coverage. More importantly, however, is that rather than just one program, this proposed new model will offer six vibration modes, including Gum Care, Whitening and Polishing.

    A beefier base both enables inductive charging and helps reduce toppling while sat on the countertop, while a companion app will help you set different programs based on your brushing habits. Although given that the whole point of this thing is to shove in your mouth and not do much at all, we’re not sure how useful that would be.

    For now, this second-generation Y-Brush is little more than a concept that the company wants to show off here at CES. But the thought is that this initial idea can be refined ready for the second-generation Brush, whenever that turns up.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/y-brush-2-concept-010037878.html?src=rss", + "creator": "Daniel Cooper", + "pubDate": "Tue, 04 Jan 2022 01:00:37 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2e70abe10d8c380795ee7d45618c3113", + "hash": "defad26402390975a312669b6c9459c4", "highlights": [] }, { - "title": "Le Conseil de défense écologique a disparu des écrans radars", - "description": "Instaurée en 2019 au sortir du Grand débat national, cette instance voulue par Emmanuel Macron pour définir les orientations en matière de transition écologique et d'environnement ne s'est pas réunie en 2021.", - "content": "Instaurée en 2019 au sortir du Grand débat national, cette instance voulue par Emmanuel Macron pour définir les orientations en matière de transition écologique et d'environnement ne s'est pas réunie en 2021.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/societe/0700644071839-le-conseil-de-defense-ecologique-a-disparu-des-ecrans-radars-en-2021-2449478.php#xtor=RSS-70", - "creator": "Muryel Jacque", - "pubDate": "Fri, 31 Dec 2021 15:14:47 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/31/2449478_le-conseil-de-defense-ecologique-a-disparu-des-ecrans-radars-web-070644088747_300x160.jpg", - "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2021/12/31/2449478_le-conseil-de-defense-ecologique-a-disparu-des-ecrans-radars-web-070644088747_300x160.jpg", + "title": "The OnePlus 10 Pro is the first new phone of 2022", + "description": "

    First out of the gates in 2022, OnePlus has a new flagship for anyone already looking for a smartphone refresh. The company is holding back from revealing absolutely everything (well, most things), but that hasn't stopped leaks and rumors of a 6.7-inch display with high refresh rates, and the very latest Snapdragon 8 Gen 1 processor

    We're intrigued to hear more about the camera array, which will combine three camera sensors. Also, written on the fourth element of the camera unit, what does P2D 50T mean? 

    The big challenge could be balancing price, specs and features so that it offers enough go up against the high-end phones of Apple and Samsung. At the same time, it has to offer tangibly more than its cheaper Nord phone series.

    The OnePlus 10 Pro will launch first in China on Tuesday January 11th. With that timescale in mind, expect to hear all the other details very soon.

    \"OnePlus
    OnePlus

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    First out of the gates in 2022, OnePlus has a new flagship for anyone already looking for a smartphone refresh. The company is holding back from revealing absolutely everything (well, most things), but that hasn't stopped leaks and rumors of a 6.7-inch display with high refresh rates, and the very latest Snapdragon 8 Gen 1 processor

    We're intrigued to hear more about the camera array, which will combine three camera sensors. Also, written on the fourth element of the camera unit, what does P2D 50T mean? 

    The big challenge could be balancing price, specs and features so that it offers enough go up against the high-end phones of Apple and Samsung. At the same time, it has to offer tangibly more than its cheaper Nord phone series.

    The OnePlus 10 Pro will launch first in China on Tuesday January 11th. With that timescale in mind, expect to hear all the other details very soon.

    \"OnePlus
    OnePlus

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/oneplus-10-pro-reveal-launch-date-specs-price-010013479.html?src=rss", + "creator": "Mat Smith", + "pubDate": "Tue, 04 Jan 2022 01:00:13 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "675b7f7e3bfe12bff331b5d4c9a8a25b", + "hash": "844f65771762a40c56f9922b11e2ff09", "highlights": [] }, { - "title": "Covid : si vous n'avez pas tout suivi, voici les mesures à respecter pour le Nouvel An", - "description": "Alors que les contaminations explosent, certaines mesures sanitaires sont mises en place pour la soirée du Nouvel An. Si un couvre-feu est exclu, et que les bars et restaurants restent ouverts, le gouvernement appelle à la prudence. Piqûre de rappel sur ce que l'on pourra faire, ou non, le soir du réveillon.", - "content": "Alors que les contaminations explosent, certaines mesures sanitaires sont mises en place pour la soirée du Nouvel An. Si un couvre-feu est exclu, et que les bars et restaurants restent ouverts, le gouvernement appelle à la prudence. Piqûre de rappel sur ce que l'on pourra faire, ou non, le soir du réveillon.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/societe/0700638832313-covid-si-vous-navez-pas-tout-suivi-voici-les-mesures-a-respecter-pour-le-nouvel-an-2449458.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Fri, 31 Dec 2021 10:30:09 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/31/2449458_covid-si-vous-navez-pas-tout-suivi-voici-les-mesures-a-respecter-pour-le-nouvel-an-web-070638901190_300x160.jpg", - "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2021/12/31/2449458_covid-si-vous-navez-pas-tout-suivi-voici-les-mesures-a-respecter-pour-le-nouvel-an-web-070638901190_300x160.jpg", + "title": "Theranos founder Elizabeth Holmes is found guilty of defrauding investors", + "description": "

    Elizabeth Homes, the former CEO and founder of Theranos, has been found guilty on charges of wire fraud and conspiracy to commit wire fraud. Holmes faces up to 20 years in prison for defrauding investors in her blood testing startup. The verdict comes after a months-long trial, and more than three years after she was first charged and forced to step down as CEO in 2018.

    Of the 11 total charges, Holmes was found guilty on four: conspiracy to defraud investors and three counts of wire fraud against individual investors. She was found not guilty on four additional charges, including one count of conspiracy to defraud patients, two counts of fraud against investors, and one count of wire fraud stemming from ads Theranos ran in Arizona. The jury was deadlocked on three other counts of wire fraud and returned no verdict on those charges. 

    During the trial, Holmes’ lawyers tried to portray her as a young and inexperienced entrepreneur. “Elizabeth Holmes worked herself to the bone for 15 years trying to make lab testing more affordable,” one of Holmes’ attorneys said in opening arguments. “She failed … but failure is not a crime.”

    Holmes, who testified during the trial, said she hadn’t intended to mislead the public or investors, and had been advised to protect the company’s “trade secrets.” As The New York Times pointed out, she “spent much of her testimony arguing that others at Theranos were responsible for the company’s shortcomings.”

    The prosecution alleged that Holmes knew about serious flaws in the company’s technology and hid the issues from investors. Former patients who had received inaccurate blood tests also testified, including an Arizona woman who received an incorrect result for an HIV test, and a woman who was misdiagnosed with a miscarriage.

    Holmes’ story has been a source of widespread fascination even for those outside of Silicon Valley. At its peak, Theranos was valued at more than $9 billion, and had a board of directors filled with former high-ranking government officials, including two former Secretaries of State, Henry Kissinger and George Shultz. Holmes, who had dropped out of Stanford to start the company, regularly appeared on magazine covers and was often compared to Steve Jobs and other iconic founders. (Holmes herself was reportedly infatuated with Jobs and adopted his signature black turtlenecks.)

    Former Wall Street Journal reporter John Carreyrou was the first to report on issues with Theranos’ technology in 2015, and his coverage prompted multiple investigations and lawsuits that ultimately resulted in criminal charges for Holmes and former COO Ramesh “Sunny” Balwani. On the stand, Holmes testified that her romantic relationship with Balwani had been abusive. Balwani’s trial is scheduled to begin in February.

    There has been no shortage of pop culture depictions of Holmes. After Carreyrou’s best seller, Bad Blood, there was an HBO documentary and several podcasts about Theranos’ rise and ultimate downfall. Hulu is set to debut a new miniseries about the saga, with Amanda Seyfried starring as Holmes, in March. And Apple recently nabbed the Jennifer Lawrence-led film adaptation of Bad Blood.

    Holmes, who will likely appeal the charges, could face up to 20 years in prison, though it's not yet clear when she will be sentenced. Following the verdict, the judge in the case said Holmes would be allowed to remain free on bail for the time being, though a new hearing "to discuss any change in the conditions of Holmes' liberty" could come as soon as next week, according to Mercury News reporter Ethan Baron. Prosecutors also asked for Holmes bail conditions to be changed, which would require her "to put up cash or property, rather than just her signature, to cover her $500,000 bail."

    The judge also declared a mistrial on the three wire fraud charges that had left the jury deadlocked. The mistrial leaves open the possibility of a new trial, though the prosecutors haven't said whether they would pursue such an action.

    ", + "content": "

    Elizabeth Homes, the former CEO and founder of Theranos, has been found guilty on charges of wire fraud and conspiracy to commit wire fraud. Holmes faces up to 20 years in prison for defrauding investors in her blood testing startup. The verdict comes after a months-long trial, and more than three years after she was first charged and forced to step down as CEO in 2018.

    Of the 11 total charges, Holmes was found guilty on four: conspiracy to defraud investors and three counts of wire fraud against individual investors. She was found not guilty on four additional charges, including one count of conspiracy to defraud patients, two counts of fraud against investors, and one count of wire fraud stemming from ads Theranos ran in Arizona. The jury was deadlocked on three other counts of wire fraud and returned no verdict on those charges. 

    During the trial, Holmes’ lawyers tried to portray her as a young and inexperienced entrepreneur. “Elizabeth Holmes worked herself to the bone for 15 years trying to make lab testing more affordable,” one of Holmes’ attorneys said in opening arguments. “She failed … but failure is not a crime.”

    Holmes, who testified during the trial, said she hadn’t intended to mislead the public or investors, and had been advised to protect the company’s “trade secrets.” As The New York Times pointed out, she “spent much of her testimony arguing that others at Theranos were responsible for the company’s shortcomings.”

    The prosecution alleged that Holmes knew about serious flaws in the company’s technology and hid the issues from investors. Former patients who had received inaccurate blood tests also testified, including an Arizona woman who received an incorrect result for an HIV test, and a woman who was misdiagnosed with a miscarriage.

    Holmes’ story has been a source of widespread fascination even for those outside of Silicon Valley. At its peak, Theranos was valued at more than $9 billion, and had a board of directors filled with former high-ranking government officials, including two former Secretaries of State, Henry Kissinger and George Shultz. Holmes, who had dropped out of Stanford to start the company, regularly appeared on magazine covers and was often compared to Steve Jobs and other iconic founders. (Holmes herself was reportedly infatuated with Jobs and adopted his signature black turtlenecks.)

    Former Wall Street Journal reporter John Carreyrou was the first to report on issues with Theranos’ technology in 2015, and his coverage prompted multiple investigations and lawsuits that ultimately resulted in criminal charges for Holmes and former COO Ramesh “Sunny” Balwani. On the stand, Holmes testified that her romantic relationship with Balwani had been abusive. Balwani’s trial is scheduled to begin in February.

    There has been no shortage of pop culture depictions of Holmes. After Carreyrou’s best seller, Bad Blood, there was an HBO documentary and several podcasts about Theranos’ rise and ultimate downfall. Hulu is set to debut a new miniseries about the saga, with Amanda Seyfried starring as Holmes, in March. And Apple recently nabbed the Jennifer Lawrence-led film adaptation of Bad Blood.

    Holmes, who will likely appeal the charges, could face up to 20 years in prison, though it's not yet clear when she will be sentenced. Following the verdict, the judge in the case said Holmes would be allowed to remain free on bail for the time being, though a new hearing "to discuss any change in the conditions of Holmes' liberty" could come as soon as next week, according to Mercury News reporter Ethan Baron. Prosecutors also asked for Holmes bail conditions to be changed, which would require her "to put up cash or property, rather than just her signature, to cover her $500,000 bail."

    The judge also declared a mistrial on the three wire fraud charges that had left the jury deadlocked. The mistrial leaves open the possibility of a new trial, though the prosecutors haven't said whether they would pursue such an action.

    ", + "category": "Company Legal & Law Matters", + "link": "https://www.engadget.com/elizabeth-holmes-theranos-trial-verdict-guilty-fraud-001725594.html?src=rss", + "creator": "Karissa Bell", + "pubDate": "Tue, 04 Jan 2022 00:17:25 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "bf7ac41bb086eef74fbda6655559a80b", + "hash": "f4c29049c0083f1c3697c10b03340918", "highlights": [] }, { - "title": "La précarité énergétique frappe plus d'un foyer sur dix", - "description": "Entre 2010 et 2019, le taux de précarité énergétique est resté stable dans l'Hexagone, oscillant entre 12 % et 14 % des foyers français , selon le ministère de la Transition écologique. La hausse de la fiscalité a été un facteur aggravant, compensé par la baisse de la consommation, le chèque énergie et… la météo. ", - "content": "Entre 2010 et 2019, le taux de précarité énergétique est resté stable dans l'Hexagone, oscillant entre 12 % et 14 % des foyers français , selon le ministère de la Transition écologique. La hausse de la fiscalité a été un facteur aggravant, compensé par la baisse de la consommation, le chèque énergie et… la météo. ", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700447083493-la-precarite-energetique-frappe-plus-dun-foyer-sur-dix-2444801.php#xtor=RSS-70", - "creator": "Joel Cossardeaux", - "pubDate": "Thu, 02 Dec 2021 09:45:06 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/02/2444801_la-precarite-energetique-frappe-plus-dun-foyer-sur-dix-web-070450320061_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Targus made a backpack with a built-in Find My tracker", + "description": "

    Apple's Find My tech is making its way into more products, including a backpack from Targus. The Cypress Hero Backpack has a built-in location tracker that could help its rightful owner find it through the Find My network if it goes missing. Conversely, if you misplace your iPhone, you can press a button on the backpack to ping your phone, as long as you've set things up in the Targus app.

    Targus says the tracker is "highly integrated" into the backpack, which should offer some additional anti-theft protection. You can set up geofencing alerts, so if the backpack moves out of a certain area, you'll receive an alert. The tracker also has a built-in sound alert (which will likely be around as loud as an AirTag) that you can trigger remotely.

    The tracker has a replaceable battery that you can top up via USB, though Targus says it will run for around a year before you need to recharge it. Targus crafted the backpack with sustainability in mind, as it's made with 26 recycled water bottles. The Cypress Hero Backpack, which has an IPX3 water resistance rating, should be available sometime in the spring or summer. It costs $150.

    \"Targus
    Targus

    On top of that, Targus announced the DOCK720, a docking station that supports a single 8K monitor or up to four 4K monitors. The company says it's the "first biometric device and docking solution in one" — in other words, it has a fingerprint reader. You can expect an array of ports too, including USB-A, USB-C, Ethernet, HDMI and a combo audio jack. The dock will be available this month for $443.

    The Targus Docking Display, meanwhile, is a 24-inch 1080p LCD monitor with a built-in 2MP webcam, microphone, speakers and USB-C docking station. You can daisy chain it to a second monitor and power both displays from your computer. The Docking Display will ship in February. The primary monitor costs $400 and the secondary monitor (which doesn't have a webcam) is $180.

    In addition, Targus is expanding its lineup of antimicrobial products, which now includes backpacks, shoulder bags and protective sleeves for laptops. The company claims its DefenseGuard Antimicrobial Protection effectively prevents the growth of 99.9% of germ-causing microorganisms.

    It will also release the UV-C LED Disinfection Light next month after debuting it at CES 2021. For five minutes every hour, the $300 device will bathe a surface (or, more likely, a keyboard and mouse) in ultraviolet light to effectively kill 99 percent of pathogens.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Apple's Find My tech is making its way into more products, including a backpack from Targus. The Cypress Hero Backpack has a built-in location tracker that could help its rightful owner find it through the Find My network if it goes missing. Conversely, if you misplace your iPhone, you can press a button on the backpack to ping your phone, as long as you've set things up in the Targus app.

    Targus says the tracker is "highly integrated" into the backpack, which should offer some additional anti-theft protection. You can set up geofencing alerts, so if the backpack moves out of a certain area, you'll receive an alert. The tracker also has a built-in sound alert (which will likely be around as loud as an AirTag) that you can trigger remotely.

    The tracker has a replaceable battery that you can top up via USB, though Targus says it will run for around a year before you need to recharge it. Targus crafted the backpack with sustainability in mind, as it's made with 26 recycled water bottles. The Cypress Hero Backpack, which has an IPX3 water resistance rating, should be available sometime in the spring or summer. It costs $150.

    \"Targus
    Targus

    On top of that, Targus announced the DOCK720, a docking station that supports a single 8K monitor or up to four 4K monitors. The company says it's the "first biometric device and docking solution in one" — in other words, it has a fingerprint reader. You can expect an array of ports too, including USB-A, USB-C, Ethernet, HDMI and a combo audio jack. The dock will be available this month for $443.

    The Targus Docking Display, meanwhile, is a 24-inch 1080p LCD monitor with a built-in 2MP webcam, microphone, speakers and USB-C docking station. You can daisy chain it to a second monitor and power both displays from your computer. The Docking Display will ship in February. The primary monitor costs $400 and the secondary monitor (which doesn't have a webcam) is $180.

    In addition, Targus is expanding its lineup of antimicrobial products, which now includes backpacks, shoulder bags and protective sleeves for laptops. The company claims its DefenseGuard Antimicrobial Protection effectively prevents the growth of 99.9% of germ-causing microorganisms.

    It will also release the UV-C LED Disinfection Light next month after debuting it at CES 2021. For five minutes every hour, the $300 device will bathe a surface (or, more likely, a keyboard and mouse) in ultraviolet light to effectively kill 99 percent of pathogens.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/targus-smart-backpack-apple-find-my-tracker-docking-station-monitor-disinfection-light-230012642.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Mon, 03 Jan 2022 23:00:12 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c40c52c69000f622e3e1b17acc185c8e", + "hash": "61d927dc01c101e48b44b40b105cee4c", "highlights": [] }, { - "title": "SMIC, retraites, emballages plastiques… : ce qui change au 1er janvier 2022", - "description": "Nouvelle baisse de la taxe d'habitation, entrée en vigueur de la loi antigaspillage, modification des conditions d'octroi des crédits immobilier… La nouvelle année sera synonyme de nouveautés. Voici les principaux changements qui interviennent au 1er janvier 2022.", - "content": "Nouvelle baisse de la taxe d'habitation, entrée en vigueur de la loi antigaspillage, modification des conditions d'octroi des crédits immobilier… La nouvelle année sera synonyme de nouveautés. Voici les principaux changements qui interviennent au 1er janvier 2022.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/societe/0700630475785-smic-retraites-emballages-plastiques-ce-qui-change-au-1er-janvier-2022-2449442.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Fri, 31 Dec 2021 07:30:23 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/31/2449442_smic-retraites-emballages-plastiques-ce-qui-change-au-1er-janvier-2022-web-070630629454_300x160.jpg", - "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2021/12/31/2449442_smic-retraites-emballages-plastiques-ce-qui-change-au-1er-janvier-2022-web-070630629454_300x160.jpg", + "title": "Arlo's Security System has a keypad you can activate with a tap of your phone", + "description": "

    Many security systems come with sensors you can attach to your home’s windows and doors to monitor for break-ins. One of the limitations of those devices is that they typically only include one monitoring function. In the long run, that’s something that can cost you extra money if you move and end up with too many of one sensor and not enough of another. Security camera maker Arlo may have an elegant solution for that problem.

    At CES 2022, the company introduced a security system that includes an all-in-one multi-sensor with eight monitoring functions. It can detect motion (including door and window openings), water leaks, light and temperature changes, as well as sounds made by T3 and T4 smoke alarms. Each sensor is about an inch wide and connects to a modular hub that includes a backlit keypad and NFC connectivity so that you can use your phone to activate and disarm the system. The hub is also compatible with Arlo’s various security cameras and its Secure subscription service.

    The Arlo Security System will go on sale sometime in the first half of 2022, according to a statement the company shared with The Verge. It promised to disclose more information, including details on pricing, closer to release. The company didn’t have anything to say about the Security System’s smart home integrations today, but it did announce that it will support the Matter standard moving forward. At its simplest, the promise of Matter is that you’ll be able to buy a device and use it with the voice assistant of your choice and easily connect it to your existing home network.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Many security systems come with sensors you can attach to your home’s windows and doors to monitor for break-ins. One of the limitations of those devices is that they typically only include one monitoring function. In the long run, that’s something that can cost you extra money if you move and end up with too many of one sensor and not enough of another. Security camera maker Arlo may have an elegant solution for that problem.

    At CES 2022, the company introduced a security system that includes an all-in-one multi-sensor with eight monitoring functions. It can detect motion (including door and window openings), water leaks, light and temperature changes, as well as sounds made by T3 and T4 smoke alarms. Each sensor is about an inch wide and connects to a modular hub that includes a backlit keypad and NFC connectivity so that you can use your phone to activate and disarm the system. The hub is also compatible with Arlo’s various security cameras and its Secure subscription service.

    The Arlo Security System will go on sale sometime in the first half of 2022, according to a statement the company shared with The Verge. It promised to disclose more information, including details on pricing, closer to release. The company didn’t have anything to say about the Security System’s smart home integrations today, but it did announce that it will support the Matter standard moving forward. At its simplest, the promise of Matter is that you’ll be able to buy a device and use it with the voice assistant of your choice and easily connect it to your existing home network.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/arlo-security-system-ces-2022-201256180.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Mon, 03 Jan 2022 20:12:56 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "acb2626b9274bbef902d43af07c86599", + "hash": "27339870ed799a13c0e164e0b9aacb6f", "highlights": [] }, { - "title": "Financement libyen : la justice a écarté tous les recours du camp Sarkozy", - "description": "Dans un arrêt ce mercredi, la Cour de cassation a écarté tous les recours procéduraux déposés par l'ex-président et ses proches dans l'enquête sur les soupçons de financement libyen de la campagne 2007. Validant, au moins temporairement, les investigations dans cette affaire aux multiples ramifications.", - "content": "Dans un arrêt ce mercredi, la Cour de cassation a écarté tous les recours procéduraux déposés par l'ex-président et ses proches dans l'enquête sur les soupçons de financement libyen de la campagne 2007. Validant, au moins temporairement, les investigations dans cette affaire aux multiples ramifications.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700451039589-financement-libyen-la-justice-a-ecarte-tous-les-recours-du-camp-sarkozy-2444622.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Wed, 01 Dec 2021 19:39:49 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/01/2444622_financement-libyen-la-justice-a-ecarte-tous-les-recours-du-camp-sarkozy-web-070242790461.jpg", - "enclosureType": "image/jpg", + "title": "EVs made up 65 percent of car sales in Norway last year", + "description": "

    Electric vehicles accounted for nearly two-thirds of all new car sales in Norway this past year, according to newly published data from the country’s Road Federation. In 2021, Norwegian dealerships sold 176,276 cars, 65 percent of which were EVs. That’s an 11 percentage point increase from the year prior when they accounted for 54 percent of all new car sales. 

    The Tesla Model 3 was the most popular choice among new buyers followed by Toyota’s hybrid RAV4, the only car with an internal combustion engine to make the country’s top-ten best-selling list. Other notable cars to make the list include the Volkswagen ID.4 in third place and the Polestar 2 in the number 10 spot.

    The Norwegian EV Association told Reuters electric vehicle sales could make up as much as 80 percent of the country’s total car market by 2022 — as long as chip shortages don’t cause further shipping delays. As in 2020, much of what’s driving EV adoption in Norway is the country’s generous subsidies. Car buyers don’t have to pay taxes imposed on traditional internal combustion engine vehicles when they buy an EV. In 2021, the country’s federal government missed out on approximately $3.41 billion in tax revenue to push forward on its plan to end all gasoline-powered car sales by 2025.

    ", + "content": "

    Electric vehicles accounted for nearly two-thirds of all new car sales in Norway this past year, according to newly published data from the country’s Road Federation. In 2021, Norwegian dealerships sold 176,276 cars, 65 percent of which were EVs. That’s an 11 percentage point increase from the year prior when they accounted for 54 percent of all new car sales. 

    The Tesla Model 3 was the most popular choice among new buyers followed by Toyota’s hybrid RAV4, the only car with an internal combustion engine to make the country’s top-ten best-selling list. Other notable cars to make the list include the Volkswagen ID.4 in third place and the Polestar 2 in the number 10 spot.

    The Norwegian EV Association told Reuters electric vehicle sales could make up as much as 80 percent of the country’s total car market by 2022 — as long as chip shortages don’t cause further shipping delays. As in 2020, much of what’s driving EV adoption in Norway is the country’s generous subsidies. Car buyers don’t have to pay taxes imposed on traditional internal combustion engine vehicles when they buy an EV. In 2021, the country’s federal government missed out on approximately $3.41 billion in tax revenue to push forward on its plan to end all gasoline-powered car sales by 2025.

    ", + "category": "Autos", + "link": "https://www.engadget.com/evs-outsell-gas-cars-norway-2021-185544342.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Mon, 03 Jan 2022 18:55:44 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a03118211c2f0b101eecd0d9e0f36d1d", + "hash": "fbebe41b78b9ffd3ecb50603374a28f3", "highlights": [] }, { - "title": "Procès des emplois fictifs : François Fillon fixé sur son sort le 9 mai 2022", - "description": "Après deux semaines d'audience, la Cour d'appel de Paris a mis sa décision en délibéré. Au dernier jour, les avocats de la défense ont plaidé la relaxe des prévenus. La date annoncée de la décision reste cependant soumise à une incertitude : la cour doit d'abord trancher, le 14 décembre, sur deux questions prioritaires de constitutionnalité.", - "content": "Après deux semaines d'audience, la Cour d'appel de Paris a mis sa décision en délibéré. Au dernier jour, les avocats de la défense ont plaidé la relaxe des prévenus. La date annoncée de la décision reste cependant soumise à une incertitude : la cour doit d'abord trancher, le 14 décembre, sur deux questions prioritaires de constitutionnalité.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700442656636-proces-des-emplois-fictifs-francois-fillon-fixe-sur-son-sort-le-9-mai-2022-2444518.php#xtor=RSS-70", - "creator": "Valerie de Senneville", - "pubDate": "Wed, 01 Dec 2021 08:31:06 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/01/2444518_proces-des-emplois-fictifs-francois-fillon-fixe-sur-son-sort-le-9-mai-2022-web-tete-070445974009_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Mercedes-Benz boasts 620-mile range for its latest EV concept", + "description": "

    Mercedes-Benz has unveiled a concept electric vehicle it claims would be able to run for more than 620 miles before needing to recharge. Should it come to fruition and live up to that promise, the Vision EQXX would beat the range of the Lucid Air Dream Edition by more than 100 miles and the Tesla Model S Long Range Plus by around 220 miles.

    "The Mercedes-Benz Vision EQXX is how we imagine the future of electric cars," Mercedes-Benz head Ola Källenius said.

    Based on the automaker's simulations, the Vision EQXX would use less than 10 kWh to travel 62 miles on public roads, delivering an efficiency of more than 6 miles per kWh. Converted into fossil fuel consumption, Mercedes says that's around the "golden figure" of 1 liter of gasoline per 62 miles.

    The battery is half the size of and 30 percent lighter than the one in the EQS. However, it still has a capacity of almost 100 kWh. What's more, there are ultra-thin solar panels on the roof that can add up to 25 km (15.5 miles) of range.

    The Vision EQXX is a lightweight car (1,750 kg or 3,858 lbs) that has been aerodynamically optimized. The automaker says that, with a drag coefficient of cd 0.17, the EV is more aerodynamic than a football (which has a cd of 0.18 to 0.2). What's more, Mercedes claims that 95 percent of battery energy is directed to the wheels.

    Teams from Mercedes' research and development centers worked with its Formula 1 and Formula E engineers on the concept. They harnessed digital tools to reduce waste and weight by cutting out excess material — the wheels are made with magnesium and the brake discs are built with aluminum alloy. The Vision EQXX uses recycled and plant-based materials too. 

    As for the interior, the Vision EQXX's infotainment system has a single 47.5-inch, mini-LED 8K screen. Like the Hyperscreen in the EQS, it spans almost the entire width of the cabin, though this is a one-piece display. The automaker worked with NAVIS Automotive Systems on a navigation system with zoom and scroll functions that include a satellite view. The "Hey Mercedes" voice assistant is integrated into the infotainment system too.

    \"Mercedes-Benz
    Mercedes-Benz

    Even if Mercedes doesn't bring the Vision EQXX to show floors, developing the stylish concept has proven a valuable endeavor. It's already integrating many of the EV's features and developments into production. Some are being used in the next generation of the Mercedes-Benz Modular Architecture for compact and medium-sized cars.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Mercedes-Benz has unveiled a concept electric vehicle it claims would be able to run for more than 620 miles before needing to recharge. Should it come to fruition and live up to that promise, the Vision EQXX would beat the range of the Lucid Air Dream Edition by more than 100 miles and the Tesla Model S Long Range Plus by around 220 miles.

    "The Mercedes-Benz Vision EQXX is how we imagine the future of electric cars," Mercedes-Benz head Ola Källenius said.

    Based on the automaker's simulations, the Vision EQXX would use less than 10 kWh to travel 62 miles on public roads, delivering an efficiency of more than 6 miles per kWh. Converted into fossil fuel consumption, Mercedes says that's around the "golden figure" of 1 liter of gasoline per 62 miles.

    The battery is half the size of and 30 percent lighter than the one in the EQS. However, it still has a capacity of almost 100 kWh. What's more, there are ultra-thin solar panels on the roof that can add up to 25 km (15.5 miles) of range.

    The Vision EQXX is a lightweight car (1,750 kg or 3,858 lbs) that has been aerodynamically optimized. The automaker says that, with a drag coefficient of cd 0.17, the EV is more aerodynamic than a football (which has a cd of 0.18 to 0.2). What's more, Mercedes claims that 95 percent of battery energy is directed to the wheels.

    Teams from Mercedes' research and development centers worked with its Formula 1 and Formula E engineers on the concept. They harnessed digital tools to reduce waste and weight by cutting out excess material — the wheels are made with magnesium and the brake discs are built with aluminum alloy. The Vision EQXX uses recycled and plant-based materials too. 

    As for the interior, the Vision EQXX's infotainment system has a single 47.5-inch, mini-LED 8K screen. Like the Hyperscreen in the EQS, it spans almost the entire width of the cabin, though this is a one-piece display. The automaker worked with NAVIS Automotive Systems on a navigation system with zoom and scroll functions that include a satellite view. The "Hey Mercedes" voice assistant is integrated into the infotainment system too.

    \"Mercedes-Benz
    Mercedes-Benz

    Even if Mercedes doesn't bring the Vision EQXX to show floors, developing the stylish concept has proven a valuable endeavor. It's already integrating many of the EV's features and developments into production. Some are being used in the next generation of the Mercedes-Benz Modular Architecture for compact and medium-sized cars.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Automotive Industry", + "link": "https://www.engadget.com/mercedes-benz-solar-powered-long-range-ev-concept-183758507.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Mon, 03 Jan 2022 18:37:58 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "0d84ca8f9f1edb27df1dcf4b35cec8d5", + "hash": "85b1bfb2eabdfe3899bc3607143e9c1c", "highlights": [] }, { - "title": "Plastique, vêtements, recyclage : tout ce qui change en 2022 pour lutter contre le gaspillage", - "description": "Les entreprises comme les particuliers sont concernés par une série de mesures de la loi anti-gaspillage pour une économie circulaire qui entrent en vigueur ce 1 er  janvier.", - "content": "Les entreprises comme les particuliers sont concernés par une série de mesures de la loi anti-gaspillage pour une économie circulaire qui entrent en vigueur ce 1 er  janvier.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/societe/0700625154477-plastique-vetements-recyclage-tout-ce-qui-change-en-2022-pour-lutter-contre-le-gaspillage-2449319.php#xtor=RSS-70", - "creator": "Muryel Jacque", - "pubDate": "Thu, 30 Dec 2021 12:00:05 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/12/30/2449319_plastique-vetements-recyclage-tout-ce-qui-change-en-2022-pour-lutter-contre-le-gaspillage-web-tete-070625469665_300x160.jpg", - "enclosureType": "image/jpg", - "image": "https://externals.lesechos.fr/medias/2021/12/30/2449319_plastique-vetements-recyclage-tout-ce-qui-change-en-2022-pour-lutter-contre-le-gaspillage-web-tete-070625469665_300x160.jpg", + "title": "T-Mobile and Verizon discontinue iPad rebate program that caused customer headaches", + "description": "

    T-Mobile and Verizon have discontinued an iPad rebate program they offered in partnership with Apple. In a change spotted by MacRumors, the company’s website no longer lists a promotion that previously allowed customers to save up to $200 by activating a cellular iPad through either of the two carriers.

    I had the same issue with the $200 rebate on the new iPad this spring. Verizon wouldn’t give it to me.

    — Jordan Patterson (@JordanPatterson) November 18, 2021

    The program and similar ones Apple offered for iPhone and Apple Watch purchases was the subject of a story Bloomberg’s Mark Gurman published in December. The article recounts the lengthy process he had to follow to claim a $100 rebate on an Apple Watch 7. His initial request was denied by T-Mobile, and it was only after “multiple hourlong” phones calls and an eventual escalation that the problem was resolved.

    “While my difficulties were with T-Mobile, Verizon users have been reporting similar problems, particularly around iPad rebates,” Gurman wrote at the time. In fact, you’ll find several people recounting their own frustrations with the program in his Twitter mentions. In short, it seems T-Mobile and Verizon were denying some rebate requests without providing much of an explanation for their actions. The terms of the promotion were also presented in a way that made them seem much simpler than they were in practice. 

    However, it’s not clear if those complaints were what prompted Apple, T-Mobile and Verizon to discontinue the program. "The iPad rebate with Apple was a limited time offer which has been in market since April 2021 and ended in December 31," a spokesperson for T-Mobile told Engadget. "We’re always looking for opportunities to give our customers the best deals on devices." 

    We’ve also reached out to Apple and Verizon for comment. We'll update this article when we hear back from them. 

    Update 1:05PM ET: Added comment from T-Mobile. 

    ", + "content": "

    T-Mobile and Verizon have discontinued an iPad rebate program they offered in partnership with Apple. In a change spotted by MacRumors, the company’s website no longer lists a promotion that previously allowed customers to save up to $200 by activating a cellular iPad through either of the two carriers.

    I had the same issue with the $200 rebate on the new iPad this spring. Verizon wouldn’t give it to me.

    — Jordan Patterson (@JordanPatterson) November 18, 2021

    The program and similar ones Apple offered for iPhone and Apple Watch purchases was the subject of a story Bloomberg’s Mark Gurman published in December. The article recounts the lengthy process he had to follow to claim a $100 rebate on an Apple Watch 7. His initial request was denied by T-Mobile, and it was only after “multiple hourlong” phones calls and an eventual escalation that the problem was resolved.

    “While my difficulties were with T-Mobile, Verizon users have been reporting similar problems, particularly around iPad rebates,” Gurman wrote at the time. In fact, you’ll find several people recounting their own frustrations with the program in his Twitter mentions. In short, it seems T-Mobile and Verizon were denying some rebate requests without providing much of an explanation for their actions. The terms of the promotion were also presented in a way that made them seem much simpler than they were in practice. 

    However, it’s not clear if those complaints were what prompted Apple, T-Mobile and Verizon to discontinue the program. "The iPad rebate with Apple was a limited time offer which has been in market since April 2021 and ended in December 31," a spokesperson for T-Mobile told Engadget. "We’re always looking for opportunities to give our customers the best deals on devices." 

    We’ve also reached out to Apple and Verizon for comment. We'll update this article when we hear back from them. 

    Update 1:05PM ET: Added comment from T-Mobile. 

    ", + "category": "Information Technology", + "link": "https://www.engadget.com/t-mobile-verizon-ipad-rebate-discontinued-174055500.html?src=rss", + "creator": "Igor Bonifacic", + "pubDate": "Mon, 03 Jan 2022 17:40:55 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "225263086c01420cfb61f25e98dbf894", + "hash": "398677ef0856447f4e8eb7639636bcc0", "highlights": [] }, { - "title": "Un an de prison ferme requis contre François Fillon en appel", - "description": "Cinq ans d'emprisonnement dont un ferme et 375.000 euros d'amende ont été requis, ce lundi, contre François Fillon en appel pour des soupçons d'emplois fictifs de son épouse Penelope. Une peine légèrement diminuée par rapport aux condamnations de première instance.", - "content": "Cinq ans d'emprisonnement dont un ferme et 375.000 euros d'amende ont été requis, ce lundi, contre François Fillon en appel pour des soupçons d'emplois fictifs de son épouse Penelope. Une peine légèrement diminuée par rapport aux condamnations de première instance.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700433921623-un-an-de-prison-ferme-requis-contre-francois-fillon-en-appel-2444069.php#xtor=RSS-70", - "creator": "Valerie de Senneville", - "pubDate": "Mon, 29 Nov 2021 17:30:01 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/29/2444069_un-an-de-prison-ferme-requis-contre-francois-fillon-en-appel-web-070434242407_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Eve's $250 HomeKit-exclusive outdoor camera arrives on April 5th", + "description": "

    Following its HomeKit-only indoor camera, Eve has announced a model for the outside of your home. The company claims the Outdoor Cam is the first floodlight camera created exclusively for HomeKit.

    The Outdoor Cam uses HomeKit Secure Video and when it detects activity, you'll receive an iPhone notification. It taps into the on-device intelligence of Apple TV or HomePod to automatically record movements, and it can tell the difference between people, vehicles, pets, and packages.

    Eve says that, like its other products, the camera was designed with data security in mind. Recordings are stored on iCloud and you can view them for up to 10 days via the Home app on iPhone, iPad and Mac. There's end-to-end encryption, so only the owner can see live video and recordings.

    The camera can record 1080p video at 24 frames per second. It has a 157-degree field of view and two-way voice communication. The Outdoor Cam can detect motion up to 30 feet away through infrared night vision.

    It's not the only outdoor camera that works with HomeKit Secure Video. The Netatmo Outdoor Camera does so as well. Still, it's interesting to see a smart security camera that requires Apple devices to operate.

    You can pick up the Eve Outdoor Cam on April 5th from Eve and Amazon. Apple will sell the $250 camera at a later date.

    In addition, Eve announced that its Matter-ready motors for blinds and shades are now available from a number of retailers. MotionBlinds require an iPhone or iPad equipped with the latest version of iOS or iPadOS.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Following its HomeKit-only indoor camera, Eve has announced a model for the outside of your home. The company claims the Outdoor Cam is the first floodlight camera created exclusively for HomeKit.

    The Outdoor Cam uses HomeKit Secure Video and when it detects activity, you'll receive an iPhone notification. It taps into the on-device intelligence of Apple TV or HomePod to automatically record movements, and it can tell the difference between people, vehicles, pets, and packages.

    Eve says that, like its other products, the camera was designed with data security in mind. Recordings are stored on iCloud and you can view them for up to 10 days via the Home app on iPhone, iPad and Mac. There's end-to-end encryption, so only the owner can see live video and recordings.

    The camera can record 1080p video at 24 frames per second. It has a 157-degree field of view and two-way voice communication. The Outdoor Cam can detect motion up to 30 feet away through infrared night vision.

    It's not the only outdoor camera that works with HomeKit Secure Video. The Netatmo Outdoor Camera does so as well. Still, it's interesting to see a smart security camera that requires Apple devices to operate.

    You can pick up the Eve Outdoor Cam on April 5th from Eve and Amazon. Apple will sell the $250 camera at a later date.

    In addition, Eve announced that its Matter-ready motors for blinds and shades are now available from a number of retailers. MotionBlinds require an iPhone or iPad equipped with the latest version of iOS or iPadOS.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Cameras & Photography", + "link": "https://www.engadget.com/eve-outdoor-cam-homekit-secure-video-172516693.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Mon, 03 Jan 2022 17:25:16 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "2eeff272872c92a483154f248dfdf710", + "hash": "c1934ebb06f23085171cabbce69a1051", "highlights": [] }, { - "title": "Procès des emplois fictifs : l'heure des réquisitions pour François Fillon", - "description": "Après deux semaines d'audience en demi-teinte, le parquet général doit présenter ses réquisitions ce lundi. Il devrait demander la confirmation de la condamnation de l'ex-Premier ministre.", - "content": "Après deux semaines d'audience en demi-teinte, le parquet général doit présenter ses réquisitions ce lundi. Il devrait demander la confirmation de la condamnation de l'ex-Premier ministre.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700426763709-proces-des-emplois-fictifs-lheure-des-requisitions-pour-francois-fillon-2443996.php#xtor=RSS-70", - "creator": "Valerie de Senneville", - "pubDate": "Mon, 29 Nov 2021 09:19:37 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/29/2443996_proces-des-emplois-fictifs-lheure-des-requisitions-pour-francois-fillon-web-tete-070427149404_300x160.jpg", - "enclosureType": "image/jpg", + "title": "L’Oréal reveals its first at-home hair color device", + "description": "

    At CES, L’Oréal is showing off its first hair color device that can be used at home. The handheld Colorsonic can mix and apply product evenly, according to the company. If it works as promised, Colorsonic should help users get consistent hair color results without having to go to the salon.

    L’Oréal developed and refined the device over the course of five years with the help of its customers. Colorsonic's mixer mechanism uses a mess-free process to blend exact volumes of developer and formula from colorant cartridges to create the hair color. The machine applies the product through a nozzle of bristles that oscillates in a zigzag pattern for even distribution.

    \"L’Oréal
    L’Oréal

    At-home dyeing and coloring kits have been around for decades. Still, the consistent results that L’Oréal is promising with Colorsonic could make the device worth checking out.

    L'Oréal has become something of a mainstay at CES over the last several years. In 2019, it announced a sensor developed with wearable pioneer Professor John Rogers that measures skin hydration levels. The following year, it unveiled a smart dispenser that blends skincare product, taking into account factors like wrinkles, pore visibility, temperature and pollen levels. In 2021, L'Oréal's YSL brand revealed an at-home lipstick maker based on the Perso Smart Skincare system.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    At CES, L’Oréal is showing off its first hair color device that can be used at home. The handheld Colorsonic can mix and apply product evenly, according to the company. If it works as promised, Colorsonic should help users get consistent hair color results without having to go to the salon.

    L’Oréal developed and refined the device over the course of five years with the help of its customers. Colorsonic's mixer mechanism uses a mess-free process to blend exact volumes of developer and formula from colorant cartridges to create the hair color. The machine applies the product through a nozzle of bristles that oscillates in a zigzag pattern for even distribution.

    \"L’Oréal
    L’Oréal

    At-home dyeing and coloring kits have been around for decades. Still, the consistent results that L’Oréal is promising with Colorsonic could make the device worth checking out.

    L'Oréal has become something of a mainstay at CES over the last several years. In 2019, it announced a sensor developed with wearable pioneer Professor John Rogers that measures skin hydration levels. The following year, it unveiled a smart dispenser that blends skincare product, taking into account factors like wrinkles, pore visibility, temperature and pollen levels. In 2021, L'Oréal's YSL brand revealed an at-home lipstick maker based on the Perso Smart Skincare system.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Beauty", + "link": "https://www.engadget.com/loreal-hair-color-at-home-device-colorsonic-ces-170049309.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Mon, 03 Jan 2022 17:00:49 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "461fce078bf89729726ee659e4d3b83d" + "hash": "bf7ae53108b3148c4ea5259eae2d9918", + "highlights": [] }, { - "title": "Migrants : Xavier Bertrand veut dénoncer les accords du Touquet", - "description": "«Que Monsieur Johnson récupère sa frontière !», a lancé le candidat de la droite à l'élection présidentielle lors du Grand Rendez-Vous Europe 1 - C News - « Les Echos ». Optimiste sur ses chances d'emporter l'investiture de son parti lors du Congrès LR cette semaine, Xavier Bertrand s'est montré offensif, en particulier sur la crise migratoire.", - "content": "«Que Monsieur Johnson récupère sa frontière !», a lancé le candidat de la droite à l'élection présidentielle lors du Grand Rendez-Vous Europe 1 - C News - « Les Echos ». Optimiste sur ses chances d'emporter l'investiture de son parti lors du Congrès LR cette semaine, Xavier Bertrand s'est montré offensif, en particulier sur la crise migratoire.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700426343399-xavier-bertrand-veut-denoncer-les-accords-du-touquet-que-m-johnson-recupere-sa-frontiere-2443835.php#xtor=RSS-70", - "creator": "Yves Vilaginés", - "pubDate": "Sun, 28 Nov 2021 13:36:04 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/28/2443835_migrants-xavier-bertrand-veut-denoncer-les-accords-du-touquet-web-tete-070426498983_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Acer's new Chromebook Spin 513 channels the Pixelbook's tall screen", + "description": "

    It wouldn't be CES without new Chromebooks, and Acer has a new trio to announce — though two of them aren't expected to arrive until June of 2022. The most intriguing of them is a new version of the Chromebook Spin 513 (pictured above), one of Acer's mid-range options. While the company already sells a few different configurations of the Spin 513, this new model has a somewhat unusual processor on board. It's using MediaTek's eight-core Kompanio 1380 processor, coupled with up to 8GB of RAM and up to 128GB of storage. In the past, I've been reluctant to recommend Chromebooks without Intel processors, but I won't write this one off without testing it first. 

    Assuming the processor holds up, there are some other things to like about the Chromebook Spin 513. This year's model has a 13.5-inch touchscreen with a 2,256 x 1,504 resolution; that's a 3:2 aspect ratio like the Chromebook Spin 713 I reviewed last year. The Spin 713 is an expensive Chromebook at $699, but the Spin 513 is priced at $599. That's not cheap, but I'm glad to see Acer put this 3:2 display on a less expensive option. As the name suggests, the Flip 513 has a 360-degree hinge so the laptop can be flipped around into tablet mode as well as "tent" mode for watching video. Unfortunately, we'll have to wait until June for this laptop to go on sale.

    The other two new Acer Chromebooks are budget options, both priced at $299. The 2022 Chromebook 315 is a 15.6-inch laptop, and its large 1080p panel (touchscreen optional) is the main selling point here. Other specs are pretty standard for this price range: Intel Celeron or Pentium Silver processors, up to 8GB of RAM, 64GB or 128GB of storage and about 10 hours of battery life. The Chromebook 314, on the other hand, is essentially the same as the 315, it just has a smaller, 14-inch 1080p screen. The Chromebook 315 will be on sale this month in the US, but the 314 won't be available until June.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    It wouldn't be CES without new Chromebooks, and Acer has a new trio to announce — though two of them aren't expected to arrive until June of 2022. The most intriguing of them is a new version of the Chromebook Spin 513 (pictured above), one of Acer's mid-range options. While the company already sells a few different configurations of the Spin 513, this new model has a somewhat unusual processor on board. It's using MediaTek's eight-core Kompanio 1380 processor, coupled with up to 8GB of RAM and up to 128GB of storage. In the past, I've been reluctant to recommend Chromebooks without Intel processors, but I won't write this one off without testing it first. 

    Assuming the processor holds up, there are some other things to like about the Chromebook Spin 513. This year's model has a 13.5-inch touchscreen with a 2,256 x 1,504 resolution; that's a 3:2 aspect ratio like the Chromebook Spin 713 I reviewed last year. The Spin 713 is an expensive Chromebook at $699, but the Spin 513 is priced at $599. That's not cheap, but I'm glad to see Acer put this 3:2 display on a less expensive option. As the name suggests, the Flip 513 has a 360-degree hinge so the laptop can be flipped around into tablet mode as well as "tent" mode for watching video. Unfortunately, we'll have to wait until June for this laptop to go on sale.

    The other two new Acer Chromebooks are budget options, both priced at $299. The 2022 Chromebook 315 is a 15.6-inch laptop, and its large 1080p panel (touchscreen optional) is the main selling point here. Other specs are pretty standard for this price range: Intel Celeron or Pentium Silver processors, up to 8GB of RAM, 64GB or 128GB of storage and about 10 hours of battery life. The Chromebook 314, on the other hand, is essentially the same as the 315, it just has a smaller, 14-inch 1080p screen. The Chromebook 315 will be on sale this month in the US, but the 314 won't be available until June.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Computing", + "link": "https://www.engadget.com/acer-chromebook-spin-513-2022-price-specs-170038270.html?src=rss", + "creator": "Nathan Ingraham", + "pubDate": "Mon, 03 Jan 2022 17:00:38 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f998e1bd77e923bf1f0138de74901312" + "hash": "4be459a22d04f347704cc5dcf9a18ff8", + "highlights": [] }, { - "title": "Affaire Hulot : Matthieu Orphelin, porte-parole de Yannick Jadot, mis « en retrait »", - "description": "Le porte-parole du candidat écologiste à l'élection présidentielle est un proche de Nicolas Hulot, accusé de viol et agressions sexuelles. Matthieu Orphelin dit prendre acte de sa mise à l'écart mais assure aujourd'hui n'avoir jamais couvert les agissements de l'ancien ministre de l'Ecologie.", - "content": "Le porte-parole du candidat écologiste à l'élection présidentielle est un proche de Nicolas Hulot, accusé de viol et agressions sexuelles. Matthieu Orphelin dit prendre acte de sa mise à l'écart mais assure aujourd'hui n'avoir jamais couvert les agissements de l'ancien ministre de l'Ecologie.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700426518287-affaire-hulot-matthieu-orphelin-porte-parole-de-yannick-jadot-mis-en-retrait-2443834.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Sun, 28 Nov 2021 12:35:43 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/28/2443834_affaire-hulot-matthieu-orphelin-porte-parole-de-yannick-jadot-mis-en-retrait-web-070426559586.jpg", - "enclosureType": "image/jpg", + "title": "Kohler's fog-emitting smart 'Stillness Bath' is yours for $8,000", + "description": "

    Kohler has revealed when you'll be able to snag the Stillness Bath it unveiled at CES 2021, as well as a number of other smart home products. The bath, which takes inspiration from Japanese forest bathing, aims to replicate a spa experience with the help of light, fog and aromas. All aspects of the experience can be controlled through Kohler's Konnect app. The Soak Freestanding Bath model will cost around $8,000 and you'll be able to order it by the end of March.

    \"Kohler's
    Kohler

    Another model offers voice control and another, called the Infinity Experience, fills from the bottom and water overflows into the wood base. Those will be available in Q3 this year. Pricing will be announced later.

    Also at CES 2021, the company revealed the Touchless Residential Bathroom Faucet. The device will turn or off with a wave of your hand, though you'll still need to use a physical handle to set your preferred temperature. The faucet will automatically switch off after two minutes and when you set it to Vacation Mode, users can be assured it won't turn on accidentally while they're away. The device will ship later this year and cost $199.

    \"The
    Kohler

    Elsewhere, Kohler has announced pricing and availability for its PerfectFill smart bathing tech. The system allows you to fill your bath to a specified depth and temperature through a voice command, control panel or the Konnect app. You can have up to 10 presets, and you'll be able to drain the bath using a voice command too. The system — which pairs with a Kohler digital valve, shout and compatible bath — will be available to buy in May, and it starts at $2,700.

    Later this month, Kohler will start shipping home water monitors that it developed with the help of Phyn. The H2Wise systems can monitor water use on every home fixture. Along with alerting homeowners immediately when they detect a leak, the systems will offer detailed insights about home water use. They also use pressure sensing to look for crystals forming in pipes, so they can alert users before pipes freeze and burst.

    \"Kohler
    Kohler

    The DIY version (H2Wise) can be installed under a single sink, while the pro model, H2Wise+, is attached to the home's main valve and can shut off water throughout the residence if it detects a leak. As well as the Kohler app, you can connect the units to voice assistants. The DIY model costs approximately $400, and Kohler says the pro version (which can also be used outdoors) will be an estimated $666.70.

    Among the other products Kohler will release this year is the Power Reserve Energy Storage System, which can pair with solar panel systems to store energy they produce. The battery can act as a backup for outages or to power the home using stored solar energy and reduce dependence on utility power. You can also prioritize the use of stored energy during peak usage times to lower the cost of your utility bills.

    There could be a benefit for homes that don't have solar panels, as the system can store energy from the power grid at times of lower electricity usage. Kohler Power Reserve will start at around $13,325 for a system with a 10 kWh battery capacity, though you can have up to 20 kWh.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Kohler has revealed when you'll be able to snag the Stillness Bath it unveiled at CES 2021, as well as a number of other smart home products. The bath, which takes inspiration from Japanese forest bathing, aims to replicate a spa experience with the help of light, fog and aromas. All aspects of the experience can be controlled through Kohler's Konnect app. The Soak Freestanding Bath model will cost around $8,000 and you'll be able to order it by the end of March.

    \"Kohler's
    Kohler

    Another model offers voice control and another, called the Infinity Experience, fills from the bottom and water overflows into the wood base. Those will be available in Q3 this year. Pricing will be announced later.

    Also at CES 2021, the company revealed the Touchless Residential Bathroom Faucet. The device will turn or off with a wave of your hand, though you'll still need to use a physical handle to set your preferred temperature. The faucet will automatically switch off after two minutes and when you set it to Vacation Mode, users can be assured it won't turn on accidentally while they're away. The device will ship later this year and cost $199.

    \"The
    Kohler

    Elsewhere, Kohler has announced pricing and availability for its PerfectFill smart bathing tech. The system allows you to fill your bath to a specified depth and temperature through a voice command, control panel or the Konnect app. You can have up to 10 presets, and you'll be able to drain the bath using a voice command too. The system — which pairs with a Kohler digital valve, shout and compatible bath — will be available to buy in May, and it starts at $2,700.

    Later this month, Kohler will start shipping home water monitors that it developed with the help of Phyn. The H2Wise systems can monitor water use on every home fixture. Along with alerting homeowners immediately when they detect a leak, the systems will offer detailed insights about home water use. They also use pressure sensing to look for crystals forming in pipes, so they can alert users before pipes freeze and burst.

    \"Kohler
    Kohler

    The DIY version (H2Wise) can be installed under a single sink, while the pro model, H2Wise+, is attached to the home's main valve and can shut off water throughout the residence if it detects a leak. As well as the Kohler app, you can connect the units to voice assistants. The DIY model costs approximately $400, and Kohler says the pro version (which can also be used outdoors) will be an estimated $666.70.

    Among the other products Kohler will release this year is the Power Reserve Energy Storage System, which can pair with solar panel systems to store energy they produce. The battery can act as a backup for outages or to power the home using stored solar energy and reduce dependence on utility power. You can also prioritize the use of stored energy during peak usage times to lower the cost of your utility bills.

    There could be a benefit for homes that don't have solar panels, as the system can store energy from the power grid at times of lower electricity usage. Kohler Power Reserve will start at around $13,325 for a system with a 10 kWh battery capacity, though you can have up to 20 kWh.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/kohler-stillness-bath-pricing-availability-hands-free-faucet-home-energy-storage-155808475.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Mon, 03 Jan 2022 15:58:08 +0000", + "enclosure": "", + "enclosureType": "", "image": "", "id": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "a664982bd1c58471d84cd8fad13634cf" + "hash": "8410fcfa9afebe3e5bbc5cb3665636c3", + "highlights": [] }, { - "title": "Bruxelles limite à neuf mois la validité des vaccins pour voyager", - "description": "La Commission européenne a proposé jeudi de nouvelles règles pour assurer la liberté de circulation dans l'UE. On passe à une approche centrée sur le statut des voyageurs.", - "content": "La Commission européenne a proposé jeudi de nouvelles règles pour assurer la liberté de circulation dans l'UE. On passe à une approche centrée sur le statut des voyageurs.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700407290328-bruxelles-limite-a-neuf-mois-la-validite-des-vaccins-pour-voyager-2443514.php#xtor=RSS-70", - "creator": "Karl de Meyer", - "pubDate": "Thu, 25 Nov 2021 18:12:46 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/25/2443514_bruxelles-limite-a-neuf-mois-la-validite-des-vaccins-pour-voyager-web-070407361978_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Apple's AirTag is the cheapest it's ever been at Amazon", + "description": "

    Apple's AirTags can be a good way to keep track of that new backpack or wallet you were gifted during the holidays, and now you can grab one of the trackers for less. Amazon has a single AirTag for $24, which is $5 less than usual and a new record-low. The only time we've seen AirTags for less than this was during a Woot sale on a four-pack. This, however, is the best price we've seen if you want just one of the trackers — and while it's a relatively small discount, it's a good deal on an accessory that rarely goes on sale.

    Buy AirTag at Amazon - $24

    AirTags are designed to work with iPhones, which means you'll get a pretty seamless experience from the moment you take the coin-sized tracker out of the box. The Find My app will immediately recognize the AirTag and you can label it with the name of whatever it's attached to. Since there's no keyhole on the AirTag, you will need some sort of case or holder if you want to secure the tracker to your keys, but you can find affordable AirTag accessories easily across the web. Given how small AirTags are, they'll easily slip into a pocket of your bag or a fold in your wallet without trouble.

    Once set up, you can return to the Find My app to locate your missing things and you can force the AirTag to emit a chime so you can more easily find your stuff if you're still relatively close to it. Plus, if you have an iPhone that supports ultra-wideband, the AirTag's Precision Finding feature can lead you directly to your stuff with directions on your handset's screen. You may have to wait a bit to get the AirTag as Amazon's estimated delivery time is at the end of January, but now's a good opportunity to add an AirTag to your Apple setup and save a bit of money while doing so.

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    ", + "content": "

    Apple's AirTags can be a good way to keep track of that new backpack or wallet you were gifted during the holidays, and now you can grab one of the trackers for less. Amazon has a single AirTag for $24, which is $5 less than usual and a new record-low. The only time we've seen AirTags for less than this was during a Woot sale on a four-pack. This, however, is the best price we've seen if you want just one of the trackers — and while it's a relatively small discount, it's a good deal on an accessory that rarely goes on sale.

    Buy AirTag at Amazon - $24

    AirTags are designed to work with iPhones, which means you'll get a pretty seamless experience from the moment you take the coin-sized tracker out of the box. The Find My app will immediately recognize the AirTag and you can label it with the name of whatever it's attached to. Since there's no keyhole on the AirTag, you will need some sort of case or holder if you want to secure the tracker to your keys, but you can find affordable AirTag accessories easily across the web. Given how small AirTags are, they'll easily slip into a pocket of your bag or a fold in your wallet without trouble.

    Once set up, you can return to the Find My app to locate your missing things and you can force the AirTag to emit a chime so you can more easily find your stuff if you're still relatively close to it. Plus, if you have an iPhone that supports ultra-wideband, the AirTag's Precision Finding feature can lead you directly to your stuff with directions on your handset's screen. You may have to wait a bit to get the AirTag as Amazon's estimated delivery time is at the end of January, but now's a good opportunity to add an AirTag to your Apple setup and save a bit of money while doing so.

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    ", + "category": "Technology & Electronics", + "link": "https://www.engadget.com/apples-airtag-is-the-cheapest-its-ever-been-at-amazon-153819504.html?src=rss", + "creator": "Valentina Palladino", + "pubDate": "Mon, 03 Jan 2022 15:38:19 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "592258a9abd7c4391d4bd02033ffc06a" + "hash": "3b85acb3df4d1e523808f9e84c4a00c8", + "highlights": [] }, { - "title": "Nicolas Hulot, accusé d'agressions sexuelles et de viol, quitte « définitivement » la vie publique", - "description": "Un épisode du magazine « Envoyé spécial », pas encore diffusé, met au jour de nouvelles accusations d'agressions sexuelles et de viol contre Nicolas Hulot. L'ex-ministre de la Transition écologique dénonce des « accusations purement mensongères ».", - "content": "Un épisode du magazine « Envoyé spécial », pas encore diffusé, met au jour de nouvelles accusations d'agressions sexuelles et de viol contre Nicolas Hulot. L'ex-ministre de la Transition écologique dénonce des « accusations purement mensongères ».", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700398239722-nicolas-hulot-accuse-dagressions-sexuelles-et-de-viol-quitte-definitivement-la-vie-publique-2443160.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Wed, 24 Nov 2021 12:30:06 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/24/2443160_nicolas-hulot-accuse-dagressions-sexuelles-et-de-viol-quitte-definitivement-la-vie-publique-web-tete-070398343757_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Jabra's workout-ready Elite 4 Active earbuds are now available for $120", + "description": "

    Back in August, Jabra debuted its ultra affordable Elite 3 earbuds. That model offers all of the core features you'd expect from a set of true wireless earbuds with good sound quality, solid battery life and a comfy fit. And all of that only costs you $80. There were some omissions — most notably the lack of active noise cancellation (ANC) — but the company is officially debuting a new option at CES that checks even more boxes while keeping the price low: the Elite 4 Active.

    While these earbuds made an early appearance in the UK last week, Jabra has now officially announced the new set for the US. The Elite 4 Active features a similar design to the range of new earbuds the company began announcing last year. This means the buds should be comfy due to their smaller size and recently redesigned shape. As the name implies, the Elite 4 Active is built to withstand sweaty workouts with an IP57 waterproof rating. 

    In terms of audio, the Elite 4 Active houses 6mm drivers and you can tweak the EQ via Jabra's app. This new model also features ANC, which the more affordable Elite 3 does not. The only caveat is that it's not adjustable like the noise cancellation on the flagship Elite 7 Pro earbuds. Jabra's transparency mode, HearThrough, is available on the Elite 4 Active to allow you to hear your surroundings when needed. Four mesh covered microphones assist with calls and Jabra says their design will reduce wind noise. 

    Like the Elite 3, you can expect up to seven hours of battery life with an additional three charges in the case. Jabra has also included features like the ability to use either earbud solo, Google Fast Pair, Alexa built-in and Spotify Tap playback. The best part? They're available starting today for $120 from Amazon and Jabra

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Back in August, Jabra debuted its ultra affordable Elite 3 earbuds. That model offers all of the core features you'd expect from a set of true wireless earbuds with good sound quality, solid battery life and a comfy fit. And all of that only costs you $80. There were some omissions — most notably the lack of active noise cancellation (ANC) — but the company is officially debuting a new option at CES that checks even more boxes while keeping the price low: the Elite 4 Active.

    While these earbuds made an early appearance in the UK last week, Jabra has now officially announced the new set for the US. The Elite 4 Active features a similar design to the range of new earbuds the company began announcing last year. This means the buds should be comfy due to their smaller size and recently redesigned shape. As the name implies, the Elite 4 Active is built to withstand sweaty workouts with an IP57 waterproof rating. 

    In terms of audio, the Elite 4 Active houses 6mm drivers and you can tweak the EQ via Jabra's app. This new model also features ANC, which the more affordable Elite 3 does not. The only caveat is that it's not adjustable like the noise cancellation on the flagship Elite 7 Pro earbuds. Jabra's transparency mode, HearThrough, is available on the Elite 4 Active to allow you to hear your surroundings when needed. Four mesh covered microphones assist with calls and Jabra says their design will reduce wind noise. 

    Like the Elite 3, you can expect up to seven hours of battery life with an additional three charges in the case. Jabra has also included features like the ability to use either earbud solo, Google Fast Pair, Alexa built-in and Spotify Tap playback. The best part? They're available starting today for $120 from Amazon and Jabra

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/jabra-elite-4-active-true-wireless-earbuds-announced-price-specs-152938907.html?src=rss", + "creator": "Billy Steele", + "pubDate": "Mon, 03 Jan 2022 15:29:38 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "275d87094d9500ada9c924777f00c521" + "hash": "4818c8a5c994e055a2d5c684ed69c3b0", + "highlights": [] }, { - "title": "Bruno Retailleau : « Il n'est pas question que le Sénat cautionne un budget de campagne électorale »", - "description": "Le Sénat va rejeter le projet de loi de finances pour 2022 avant même la fin de son examen pour protester contre la « folie dépensière » de l'exécutif. « Emmanuel Macron est en train d'acheter son élection », accuse le chef de file des sénateurs LR, qui plaide, dans le prochain quinquennat, pour une baisse de la dépense publique et des impôts de production.", - "content": "Le Sénat va rejeter le projet de loi de finances pour 2022 avant même la fin de son examen pour protester contre la « folie dépensière » de l'exécutif. « Emmanuel Macron est en train d'acheter son élection », accuse le chef de file des sénateurs LR, qui plaide, dans le prochain quinquennat, pour une baisse de la dépense publique et des impôts de production.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700384764675-bruno-retailleau-il-nest-pas-question-que-le-senat-cautionne-un-budget-de-campagne-electorale-2442796.php#xtor=RSS-70", - "creator": "Renaud Honoré et Pierre-Alain Furbury", - "pubDate": "Tue, 23 Nov 2021 08:00:52 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/23/2442796_bruno-retailleau-il-nest-pas-question-que-le-senat-cautionne-un-budget-de-campagne-electorale-web-070382570481_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Google's second-gen Nest Hub drops to $60 in New Year's sale", + "description": "

    Most of Google's Nest devices went on sale for the holiday shopping season and, while those deep discounts have come and gone, we're already seeing new sales pop up across the web. Both Best Buy and Adorama have the second-generation Google Nest Hub for $60, which is $40 off its normal price and only $10 more than it was on Black Friday. The Nest Hub Max is also on sale for $190, while the Nest Audio and Nest Mini are down to $75 and $25, respectively.

    Shop Google sale at Best BuyShop Google sale at AdoramaBuy Nest Hub (2nd gen) at Best Buy - $60Buy Nest Hub (2nd gen) at Adorama - $60

    Our favorites of the bunch for most people are the Nest Hub and the Nest Audio. The former is Google's most recent smart display and it earned a score of 89 from us. It has a minimalist design, a lovely 7-inch display, clearer and louder audio than its predecessor and faster performance as well. It's just the right size to fit into any room without taking up too much space, and you can even place it on your nightstand and it will track your sleep. The feature was a bit finicky when we tested it, but as long as it's place precisely, you should get data on your sleep duration, quality, schedule and even snoring information.

    The Nest Audio is Google's $100 smart speaker that competes with Amazon's Echo and Apple's HomePod mini. It holds its own against both of those devices and it earned a score of 87 from us for its solid audio quality, charming design, good Google Assistant performance and stereo mode when two of the speakers are paired. It's the smart speaker to get if you care at all about audio quality and already rely on the Google Assistant a lot. The Nest Mini may seem like an attractive option at $25, but you get what you pay for. Like its Amazon counterpart, the Echo Dot, the Nest Mini is an affordable way to get the Google Assistant into a small place but you'll sacrifice quite a bit on sound quality.

    The Nest Hub Max is for those who want to go all in on both sound and Google smart devices. It has the best audio quality of them all plus a 10-inch display, gesture controls and the ability to double as a Nest Cam. It would make a good home-base smart display, one that sits in your living room or kitchen so everyone in your family has access to it when necessary.

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    ", + "content": "

    Most of Google's Nest devices went on sale for the holiday shopping season and, while those deep discounts have come and gone, we're already seeing new sales pop up across the web. Both Best Buy and Adorama have the second-generation Google Nest Hub for $60, which is $40 off its normal price and only $10 more than it was on Black Friday. The Nest Hub Max is also on sale for $190, while the Nest Audio and Nest Mini are down to $75 and $25, respectively.

    Shop Google sale at Best BuyShop Google sale at AdoramaBuy Nest Hub (2nd gen) at Best Buy - $60Buy Nest Hub (2nd gen) at Adorama - $60

    Our favorites of the bunch for most people are the Nest Hub and the Nest Audio. The former is Google's most recent smart display and it earned a score of 89 from us. It has a minimalist design, a lovely 7-inch display, clearer and louder audio than its predecessor and faster performance as well. It's just the right size to fit into any room without taking up too much space, and you can even place it on your nightstand and it will track your sleep. The feature was a bit finicky when we tested it, but as long as it's place precisely, you should get data on your sleep duration, quality, schedule and even snoring information.

    The Nest Audio is Google's $100 smart speaker that competes with Amazon's Echo and Apple's HomePod mini. It holds its own against both of those devices and it earned a score of 87 from us for its solid audio quality, charming design, good Google Assistant performance and stereo mode when two of the speakers are paired. It's the smart speaker to get if you care at all about audio quality and already rely on the Google Assistant a lot. The Nest Mini may seem like an attractive option at $25, but you get what you pay for. Like its Amazon counterpart, the Echo Dot, the Nest Mini is an affordable way to get the Google Assistant into a small place but you'll sacrifice quite a bit on sound quality.

    The Nest Hub Max is for those who want to go all in on both sound and Google smart devices. It has the best audio quality of them all plus a 10-inch display, gesture controls and the ability to double as a Nest Cam. It would make a good home-base smart display, one that sits in your living room or kitchen so everyone in your family has access to it when necessary.

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    ", + "category": "Audio Technology", + "link": "https://www.engadget.com/googles-second-gen-nest-hub-drops-to-60-in-new-years-sale-144818377.html?src=rss", + "creator": "Valentina Palladino", + "pubDate": "Mon, 03 Jan 2022 14:48:18 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "b6a87d11dd55863797f46e5c7937277d" + "hash": "6c4240daebbaa4616ef2abac33cd79af", + "highlights": [] }, { - "title": "Emplois fictifs : François Fillon reconnaît des « erreurs d'organisation et de communication »", - "description": "Pendant plus de cinq heures ce lundi, l'ex-Premier ministre a été interrogé à la barre de la Cour d'appel de Paris. Il maintient la réalité du travail « sur le terrain » de son épouse. La Cour pointe, elle, le caractère « immatériel » de ces missions.", - "content": "Pendant plus de cinq heures ce lundi, l'ex-Premier ministre a été interrogé à la barre de la Cour d'appel de Paris. Il maintient la réalité du travail « sur le terrain » de son épouse. La Cour pointe, elle, le caractère « immatériel » de ces missions.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700384717402-emplois-fictifs-francois-fillon-reconnait-des-erreurs-dorganisation-et-de-communication-2442651.php#xtor=RSS-70", - "creator": "Valerie de Senneville", - "pubDate": "Mon, 22 Nov 2021 18:19:35 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/22/2442651_emplois-fictifs-francois-fillon-reconnait-des-erreurs-dorganisation-et-de-communication-web-tete-070384945498_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Nintendo's 'Ring Fit Adventure' is back on sale for $55", + "description": "

    If you're looking for a more engaging way to work out in the new year, Nintendo's Ring Fit Adventure could do the trick. The game forces you to do things like squat, jog in place and more to move your character through a fantasy world, making it a more interesting way to work out at home, especially during the winter months. Amazon has the pack for $55, or $25 off its usual price, and it's currently in stock as of writing this, so you can get your hands on it fairly quickly. The price only appears on the product page if you're a Prime subscriber, but it's available for all and it will show up once you have the game in your cart.

    Buy Ring Fit Adventure at Amazon - $55

    Designed to work with the Nintendo Switch, Ring Fit Adventure tracks motion using the console's Joy-Cons. One straps to the provided ring while the other attaches to a leg strap so it can keep track of both upper- and lower-body movements. Like regular games that don't have a sneaky exercise component, you'll design your character when you first boot up the title and they'll immediately be plopped into a new world that's ready to be explored. Only here, you'll do so by running in place and completing exercises like leg lifts and crunches to defeat enemies.

    The Ring Fit Adventure won't replicate a treadmill run or even a strength-training workout video you can follow along, but that's ultimately the point of an exercise-based game like this. It's designed to provide a unique workout that doesn't feel like a regular fitness routine. We also appreciate that the game targets all part of the body with the moves it asks you to do, and you can customize it a bit by choosing the exercises you want to run through. There's also a handy "quiet mode" that removes actions like jumping up and down and instead focuses on lower-impact moves.

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    ", + "content": "

    If you're looking for a more engaging way to work out in the new year, Nintendo's Ring Fit Adventure could do the trick. The game forces you to do things like squat, jog in place and more to move your character through a fantasy world, making it a more interesting way to work out at home, especially during the winter months. Amazon has the pack for $55, or $25 off its usual price, and it's currently in stock as of writing this, so you can get your hands on it fairly quickly. The price only appears on the product page if you're a Prime subscriber, but it's available for all and it will show up once you have the game in your cart.

    Buy Ring Fit Adventure at Amazon - $55

    Designed to work with the Nintendo Switch, Ring Fit Adventure tracks motion using the console's Joy-Cons. One straps to the provided ring while the other attaches to a leg strap so it can keep track of both upper- and lower-body movements. Like regular games that don't have a sneaky exercise component, you'll design your character when you first boot up the title and they'll immediately be plopped into a new world that's ready to be explored. Only here, you'll do so by running in place and completing exercises like leg lifts and crunches to defeat enemies.

    The Ring Fit Adventure won't replicate a treadmill run or even a strength-training workout video you can follow along, but that's ultimately the point of an exercise-based game like this. It's designed to provide a unique workout that doesn't feel like a regular fitness routine. We also appreciate that the game targets all part of the body with the moves it asks you to do, and you can customize it a bit by choosing the exercises you want to run through. There's also a handy "quiet mode" that removes actions like jumping up and down and instead focuses on lower-impact moves.

    Follow @EngadgetDeals on Twitter for the latest tech deals and buying advice.

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/nintendos-ring-fit-adventure-is-back-on-sale-for-55-135758105.html?src=rss", + "creator": "Valentina Palladino", + "pubDate": "Mon, 03 Jan 2022 13:57:58 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "22171c55d9dedb96e4dd3ab23eb42864" + "hash": "46f006a49414d645236d1c60afa045c0", + "highlights": [] }, { - "title": "Procès Fillon : l'ancien Premier ministre attendu à la barre", - "description": "L'ancien Premier ministre François Fillon doit être interrogé lundi après-midi à son procès en appel à Paris pour des soupçons d'emplois fictifs de sa femme Penelope Fillon. Une affaire dans laquelle il tente de rebattre les cartes après une condamnation en première instance à cinq ans d'emprisonnement dont deux ferme.", - "content": "L'ancien Premier ministre François Fillon doit être interrogé lundi après-midi à son procès en appel à Paris pour des soupçons d'emplois fictifs de sa femme Penelope Fillon. Une affaire dans laquelle il tente de rebattre les cartes après une condamnation en première instance à cinq ans d'emprisonnement dont deux ferme.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700381410956-proces-fillon-lancien-premier-ministre-attendu-a-la-barre-2442568.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Mon, 22 Nov 2021 07:57:39 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/22/2442568_proces-fillon-lancien-premier-ministre-attendu-a-la-barre-web-070381435261_300x160.jpg", - "enclosureType": "image/jpg", + "title": "The Morning After: Tech that helps with those New Year’s resolutions", + "description": "

    Welcome to the new year. How are those resolutions coming along? (Don't worry, we can help.)

    Contrary to my expectations, CES 2022 is still happening. However, the organizers have announced that the tech show will be cut short by a day, as COVID-19 cases continue to surge. It’s also kind of started early, with some big announcements from Samsung already, including putting NFTs into its TVs, and an upgraded eco TV remote that sips on your WiFi waves for energy.

    Expect a week of hardware announcements, even if chances to play with and assess these new devices are a little limited without attendance in person.

    -Mat Smith

    Alienware's Concept Nyx is like a Plex server for your PC games

    But will it appeal to anyone beyond PC gaming fanatics?

    Alienware’s newest concept can be boiled down to a gaming server that runs on your home network. You could conceivably run two games at once on your television, as Engadget saw during a recent demo in NYC. Since all of the rendering and network processing is happening in your home, Nyx would also be a lower latency experience than traditional cloud gaming.

    Continue reading.

    This is a shiatsu hand massager for gamers

    A hand warmer setting may help you get good.

    \"TMA\"
    Bauhutte

    To help soothe their weary mitts, Japanese company Bauhutte has created a hand massager for gamers. The device works on either hand and has a 15-layer airbag for each finger and a shiatsu plate for the palm. There are two main options: a Shiatsu mode for the entire hand, and one that focuses on stretching fingers.

    Continue reading.

    The next AirPods Pro might support lossless audio

    You might have an easier time finding your case, too.

    Now that the third-generation AirPods offer some of the same features as the AirPods Pro, how will Apple’s higher-end wireless earbuds stand out? Analyst Ming-Chi Kuo claims Apple is launching its second-generation Pro earbuds in the fall with support for Apple Lossless (ALAC) audio. Kuo expects the updated headphones will offer a "new form factor design" and that the new buds will supposedly include a charging case that can make sounds, much like AirTags, to help find it behind your couch cushions.

    Continue reading.

    Samsung’s latest remote turns router radio waves into energy

    The 2022 Eco Remote has a white option to match Samsung's lifestyle TVs.

    \"TMA\"
    Samsung

    Samsung has revamped the solar-charging remote it debuted at last year’s CES. Along with using light to top up the battery, Samsung says the latest Eco Remote can convert routers' radio waves into energy to stay fully charged. There's still a solar panel on the rear of the remote, which is also made with recycled materials. 

    Continue reading.

    Twitter bans Marjorie Taylor Greene's personal account

    Due to repeatedly spreading COVID-19 misinformation.

    Twitter has banned Georgia Representative Marjorie Taylor Greene's personal account after a fifth "strike" for spreading COVID-19 misinformation. A fifth strike means it’s a permanent ban.

    In the past year, she claimed in July that COVID-19 wasn't dangerous unless you were over 65 or obese, and in August said vaccines were "failing" against the new coronavirus' Delta variant. Both statements were untrue. The posts respectively led to 12-hour and one-week suspensions. Her official account is still active as of this writing because it hasn't run afoul of Twitter's rules. Beyond that, she may have to wait around for TRUTH Social to finally launch.

    Continue reading.

     

     

    The biggest news stories you might have missed


    The tech industry's accessibility report card for 2021

    Netflix will be required to stream 20 state TV channels in Russia

    Samsung's 2022 QLED TVs include the first 144Hz 4K and 8K sets

    Tech that can help you stick to your New Year's resolutions

    And the biggest losers in tech in 2021 are..

    Samsung is putting NFTs in its smart TVs

    Square Enix is investing in decentralized blockchain games

    ", + "content": "

    Welcome to the new year. How are those resolutions coming along? (Don't worry, we can help.)

    Contrary to my expectations, CES 2022 is still happening. However, the organizers have announced that the tech show will be cut short by a day, as COVID-19 cases continue to surge. It’s also kind of started early, with some big announcements from Samsung already, including putting NFTs into its TVs, and an upgraded eco TV remote that sips on your WiFi waves for energy.

    Expect a week of hardware announcements, even if chances to play with and assess these new devices are a little limited without attendance in person.

    -Mat Smith

    Alienware's Concept Nyx is like a Plex server for your PC games

    But will it appeal to anyone beyond PC gaming fanatics?

    Alienware’s newest concept can be boiled down to a gaming server that runs on your home network. You could conceivably run two games at once on your television, as Engadget saw during a recent demo in NYC. Since all of the rendering and network processing is happening in your home, Nyx would also be a lower latency experience than traditional cloud gaming.

    Continue reading.

    This is a shiatsu hand massager for gamers

    A hand warmer setting may help you get good.

    \"TMA\"
    Bauhutte

    To help soothe their weary mitts, Japanese company Bauhutte has created a hand massager for gamers. The device works on either hand and has a 15-layer airbag for each finger and a shiatsu plate for the palm. There are two main options: a Shiatsu mode for the entire hand, and one that focuses on stretching fingers.

    Continue reading.

    The next AirPods Pro might support lossless audio

    You might have an easier time finding your case, too.

    Now that the third-generation AirPods offer some of the same features as the AirPods Pro, how will Apple’s higher-end wireless earbuds stand out? Analyst Ming-Chi Kuo claims Apple is launching its second-generation Pro earbuds in the fall with support for Apple Lossless (ALAC) audio. Kuo expects the updated headphones will offer a "new form factor design" and that the new buds will supposedly include a charging case that can make sounds, much like AirTags, to help find it behind your couch cushions.

    Continue reading.

    Samsung’s latest remote turns router radio waves into energy

    The 2022 Eco Remote has a white option to match Samsung's lifestyle TVs.

    \"TMA\"
    Samsung

    Samsung has revamped the solar-charging remote it debuted at last year’s CES. Along with using light to top up the battery, Samsung says the latest Eco Remote can convert routers' radio waves into energy to stay fully charged. There's still a solar panel on the rear of the remote, which is also made with recycled materials. 

    Continue reading.

    Twitter bans Marjorie Taylor Greene's personal account

    Due to repeatedly spreading COVID-19 misinformation.

    Twitter has banned Georgia Representative Marjorie Taylor Greene's personal account after a fifth "strike" for spreading COVID-19 misinformation. A fifth strike means it’s a permanent ban.

    In the past year, she claimed in July that COVID-19 wasn't dangerous unless you were over 65 or obese, and in August said vaccines were "failing" against the new coronavirus' Delta variant. Both statements were untrue. The posts respectively led to 12-hour and one-week suspensions. Her official account is still active as of this writing because it hasn't run afoul of Twitter's rules. Beyond that, she may have to wait around for TRUTH Social to finally launch.

    Continue reading.

     

     

    The biggest news stories you might have missed


    The tech industry's accessibility report card for 2021

    Netflix will be required to stream 20 state TV channels in Russia

    Samsung's 2022 QLED TVs include the first 144Hz 4K and 8K sets

    Tech that can help you stick to your New Year's resolutions

    And the biggest losers in tech in 2021 are..

    Samsung is putting NFTs in its smart TVs

    Square Enix is investing in decentralized blockchain games

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/the-morning-after-tech-that-helps-with-new-years-resolutions-121506947.html?src=rss", + "creator": "Mat Smith", + "pubDate": "Mon, 03 Jan 2022 12:15:06 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "77d1749ba1ee4f0828218935da77c1b5" + "hash": "447bb418c5e73962ab29c78736a4ea0f", + "highlights": [] }, { - "title": "David Lisnard : LR par l'autre porte", - "description": "Avènement d'un ambitieux. Le maire de Cannes avait hésité à se présenter à la primaire LR avant de partir à la conquête de l'Association des maires de France, tribune et réseau de poids pour qui rêve de réconcilier la droite et les idées.", - "content": "Avènement d'un ambitieux. Le maire de Cannes avait hésité à se présenter à la primaire LR avant de partir à la conquête de l'Association des maires de France, tribune et réseau de poids pour qui rêve de réconcilier la droite et les idées.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700350565216-david-lisnard-lr-par-lautre-porte-2442003.php#xtor=RSS-70", - "creator": "Cecile Cornudet", - "pubDate": "Thu, 18 Nov 2021 08:30:17 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/18/2442003_david-lisnard-lr-par-lautre-porte-web-tete-070235988599.jpg", - "enclosureType": "image/jpg", + "title": "China's video game regulator hasn't approved any new titles since July 2021", + "description": "

    China’s not-so subtle war against video games has reportedly caused a number of domestic publishers to close their doors. The SCMP says that the National Press and Publication Administration (NPPA) has not issued a new license to a game developer since July 2021. And that, as a consequence, a number of local firms have been forced to exit the business, while some of the larger players are looking to move operations overseas. It’s not clear if the NPPA’s inaction is the direct cause of these closures, especially given the broader debt crisis in China, but there’s a belief that something is up.

    The NPPA has reportedly been tight-lipped about why it’s suddenly decided to stop issuing licenses, but you can likely guess why. China spent much of 2021 amplifying its already fierce criticism of video games, with a key state-owned news outlet describing them as “spiritual opium” in the summer. At the end of August 2021, limits on how long minors could play some titles was slashed to just three hours a week. And given China’s repeatedattacks on the biggest players in its tech sector, it seems like we shouldn’t get our hopes up for the NPPA to turn the faucet back on any time soon.

    ", + "content": "

    China’s not-so subtle war against video games has reportedly caused a number of domestic publishers to close their doors. The SCMP says that the National Press and Publication Administration (NPPA) has not issued a new license to a game developer since July 2021. And that, as a consequence, a number of local firms have been forced to exit the business, while some of the larger players are looking to move operations overseas. It’s not clear if the NPPA’s inaction is the direct cause of these closures, especially given the broader debt crisis in China, but there’s a belief that something is up.

    The NPPA has reportedly been tight-lipped about why it’s suddenly decided to stop issuing licenses, but you can likely guess why. China spent much of 2021 amplifying its already fierce criticism of video games, with a key state-owned news outlet describing them as “spiritual opium” in the summer. At the end of August 2021, limits on how long minors could play some titles was slashed to just three hours a week. And given China’s repeatedattacks on the biggest players in its tech sector, it seems like we shouldn’t get our hopes up for the NPPA to turn the faucet back on any time soon.

    ", + "category": "site|engadget", + "link": "https://www.engadget.com/china-game-regulator-stops-issuing-licenses-110541021.html?src=rss", + "creator": "Daniel Cooper", + "pubDate": "Mon, 03 Jan 2022 11:05:41 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", - "read": true, + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "4a970b9eea333e4e1f120cfa6443bcda" + "hash": "74d7b12db86706c70caed5787edd4c0d", + "highlights": [] }, { - "title": "Procès des emplois fictifs : François Fillon exprime « des regrets »", - "description": "Au deuxième jour de son procès en appel, l'ancien Premier ministre a tenu ce mardi à faire une déclaration liminaire « pour dire la vérité ».", - "content": "Au deuxième jour de son procès en appel, l'ancien Premier ministre a tenu ce mardi à faire une déclaration liminaire « pour dire la vérité ».", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700343076692-proces-des-emplois-fictifs-francois-fillon-exprime-des-regrets-2441570.php#xtor=RSS-70", - "creator": "Valerie de Senneville", - "pubDate": "Tue, 16 Nov 2021 18:07:34 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/16/2441570_proces-des-emplois-fictifs-francois-fillon-exprime-des-regrets-web-tete-070343222659_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Denmark pledges ‘green’ domestic flights by 2030", + "description": "

    The prime minister of Denmark, Mette Frederiksen, is pledging that the European nation’s domestic flights would be “green” by 2030. As part of her New Year’s Address, she said that (translated) “by 2025, Danes must have the opportunity to fly green on a domestic route.” She added that “by 2030 at the latest, we must be able to fly completely green when we fly domestically in Denmark.” It was part of a broader commitment by the leader to toughen measures against polluters and to jump-start the country’s green transition.

    There are, however, reasons to be concerned that such an ambitious deadline can be reached, given the lack of ready alternatives. Electric planes may never succeed, and hydrogen flying, while much more promising, is nowhere near ready to be rolled out to a major airline’s fleet. Not to mention, of course, that only hydrogen produced as a result of electrolysis, powered by excess renewable energy, can be called truly “green.” EnergiWatch has said that Denmark’s standing policy of waiting for magic bullet technologies to come to fruition is not going to help it reach its international commitments on climate emissions.

    That said, Denmark has made more steps than some countries to help make the transition toward zero-carbon technologies. The country has already issued a hard deadline to end oil and gas exploration and is a big player in the wind power industry. At the start of 2021, it committed to build an artificial island which could collect and store power from Denmark’s wind farms, enough to supply 10GW. At the same time, the country hopes that any excess wind power can be used to drive an electrolyzer, helping it develop a nice sideline as a producer of guilt-free Hydrogen.

    ", + "content": "

    The prime minister of Denmark, Mette Frederiksen, is pledging that the European nation’s domestic flights would be “green” by 2030. As part of her New Year’s Address, she said that (translated) “by 2025, Danes must have the opportunity to fly green on a domestic route.” She added that “by 2030 at the latest, we must be able to fly completely green when we fly domestically in Denmark.” It was part of a broader commitment by the leader to toughen measures against polluters and to jump-start the country’s green transition.

    There are, however, reasons to be concerned that such an ambitious deadline can be reached, given the lack of ready alternatives. Electric planes may never succeed, and hydrogen flying, while much more promising, is nowhere near ready to be rolled out to a major airline’s fleet. Not to mention, of course, that only hydrogen produced as a result of electrolysis, powered by excess renewable energy, can be called truly “green.” EnergiWatch has said that Denmark’s standing policy of waiting for magic bullet technologies to come to fruition is not going to help it reach its international commitments on climate emissions.

    That said, Denmark has made more steps than some countries to help make the transition toward zero-carbon technologies. The country has already issued a hard deadline to end oil and gas exploration and is a big player in the wind power industry. At the start of 2021, it committed to build an artificial island which could collect and store power from Denmark’s wind farms, enough to supply 10GW. At the same time, the country hopes that any excess wind power can be used to drive an electrolyzer, helping it develop a nice sideline as a producer of guilt-free Hydrogen.

    ", + "category": "Nature & Environment", + "link": "https://www.engadget.com/denmark-pledges-green-domestic-flights-by-2030-101536240.html?src=rss", + "creator": "Daniel Cooper", + "pubDate": "Mon, 03 Jan 2022 10:15:36 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "928b328b8749a207b1e233959e8f57e4" + "hash": "34ad198f2f03486a09bd5f40fa2f8e69", + "highlights": [] }, { - "title": "Présidentielle 2022 : cinq questions sur le Parti animaliste et sa candidate, Hélène Thouy", - "description": "Un sondage Ifop pour le Parti animaliste donne Hélène Thouy à 2 % des intentions de vote, devant Arnaud Montebourg et de nombreux autres « petits candidats ». Si ce score peut paraître négligeable, il témoigne toutefois d'une inscription du Parti animaliste dans le paysage politique français.", - "content": "Un sondage Ifop pour le Parti animaliste donne Hélène Thouy à 2 % des intentions de vote, devant Arnaud Montebourg et de nombreux autres « petits candidats ». Si ce score peut paraître négligeable, il témoigne toutefois d'une inscription du Parti animaliste dans le paysage politique français.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700340194132-presidentielle-2022-cinq-questions-sur-le-parti-animaliste-et-sa-candidate-helene-thouy-2441539.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Tue, 16 Nov 2021 15:56:28 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/16/2441539_presidentielle-2022-cinq-questions-sur-le-parti-animaliste-et-sa-candidate-helene-thouy-web-070340419983_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Apple's rumored new monitor could be a lot more affordable than the Pro Display XDR", + "description": "

    Even the stand for Apple's 32-inch, $5,000 Pro Display XDR is famously expensive, but its next external monitor might be more reasonable, according to Bloomberg reporter Mark Gurman. In his latest Power On newsletter, he said that Apple's next external monitor is "destined to be about half the price of the Pro Display XDR." 

    Gurman also said that he's "hoping" it launches in 2022, so it's not super clear if that's from an informed source. Previously, he said that the cost of building that monitor (which uses LED backlit but not mini-LED technology) "has likely come down, and with a few tweaks and perhaps a slight drop in brightness, Apple might be able to get to a similar quality monitor (at a slightly smaller size) at perhaps about half the price."

    Apple is reportedly working on some smaller 24- and 27-inch displays along with a successor to the Pro Display XDR, as 9to5Mac pointed out. The latter could use an A13 Bionic chip and Apple's Neural Engine to accelerate learning tasks. Apple was forced to ditch its "far beyond HDR" claim for the current Pro Display XDR model and was ridiculed by display expert Vincent Teoh for comparing it to a professional Sony reference monitor.

    ", + "content": "

    Even the stand for Apple's 32-inch, $5,000 Pro Display XDR is famously expensive, but its next external monitor might be more reasonable, according to Bloomberg reporter Mark Gurman. In his latest Power On newsletter, he said that Apple's next external monitor is "destined to be about half the price of the Pro Display XDR." 

    Gurman also said that he's "hoping" it launches in 2022, so it's not super clear if that's from an informed source. Previously, he said that the cost of building that monitor (which uses LED backlit but not mini-LED technology) "has likely come down, and with a few tweaks and perhaps a slight drop in brightness, Apple might be able to get to a similar quality monitor (at a slightly smaller size) at perhaps about half the price."

    Apple is reportedly working on some smaller 24- and 27-inch displays along with a successor to the Pro Display XDR, as 9to5Mac pointed out. The latter could use an A13 Bionic chip and Apple's Neural Engine to accelerate learning tasks. Apple was forced to ditch its "far beyond HDR" claim for the current Pro Display XDR model and was ridiculed by display expert Vincent Teoh for comparing it to a professional Sony reference monitor.

    ", + "category": "Information Technology", + "link": "https://www.engadget.com/apple-external-monitor-half-the-price-of-pro-display-xdr-090005453.html?src=rss", + "creator": "Steve Dent", + "pubDate": "Mon, 03 Jan 2022 09:00:05 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "c123c894e0c374dd78b5e31c203e860d" + "hash": "bbbc4510e2bbbc4bda4f4e2e8e275ac1", + "highlights": [] }, { - "title": "EXCLUSIF - Secret des avocats : Eric Dupond-Moretti maintient le texte contesté", - "description": "Le garde des Sceaux n'a pas accédé à la demande du Conseil national des barreaux, qui voulait le retrait de l'article sur le secret de l'avocat du projet de loi de confiance dans la justice. Il a choisi d'amender à la marge le texte des parlementaires.", - "content": "Le garde des Sceaux n'a pas accédé à la demande du Conseil national des barreaux, qui voulait le retrait de l'article sur le secret de l'avocat du projet de loi de confiance dans la justice. Il a choisi d'amender à la marge le texte des parlementaires.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700339930711-exclusif-secret-des-avocats-eric-dupond-moretti-maintient-le-texte-conteste-2441517.php#xtor=RSS-70", - "creator": "Laurence Boisseau et Isabelle Couet", - "pubDate": "Tue, 16 Nov 2021 13:06:03 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/16/2441517_exclusif-secret-des-avocats-eric-dupond-moretti-maintient-le-texte-conteste-web-070341281730_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Alienware's Concept Nyx is like a Plex server for your PC games", + "description": "

    What if you could could start playing Halo Infinite on your TV, continue mowing down grunts during a bathroom break, and finish your session on a laptop when you're supposed to be working? That's the basic idea behind Alienware's Concept Nyx, a server that's powerful enough to run all of your games throughout your home network. Think of it like Plex for gaming, but instead of opening up your video library, it's all about bringing your games to all of your devices.

    Given the push towards game streaming from Google Stadia and Xbox, Alienware may have stumbled on an interesting solution for multi-gamer homes. You could conceivably run two games at once on your television, as we saw during a recent demo in NYC. Or you could play Cyberpunk while someone else perfects their Rocket League skills on another device. Since all of the rendering and network processing is happening in your home, Nyx would also be a lower latency experience than traditional cloud gaming, which relies on servers hundreds of miles away.

    Concept is the key word here, though. Alienware representatives wouldn't tell us what's powering the mysterious Nyx server, which looked like an enormous gaming desktop. And while Engadget's Cherlynn Low and I were able to play Cyberpunk 2077 and Rocket League simultaneously on a single TV, the games were running in tiny windows. It wasn't anywhere near the sleek half-screen experience Dell is showing off in promotional pictures.

    Much like Alienware's Concept UFO, a Switch-like portable gaming PC that was first demoed two years ago, Nyx may never see the light of day. But we could see elements of it in future products, much like the way the UFO controller is being used demonstrate Nyx. The game server concept could eventually simplify streaming from your rig. That's something we can already do with Steam's Remote Play feature, but perhaps Dell could make it a bit easier to play all of your titles throughout your home. The company says it's also exploring ways to run four games at once, as well as methods of collecting all of your titles, no matter where you installed them.

    \"Alienware
    Dell
    ", + "content": "

    What if you could could start playing Halo Infinite on your TV, continue mowing down grunts during a bathroom break, and finish your session on a laptop when you're supposed to be working? That's the basic idea behind Alienware's Concept Nyx, a server that's powerful enough to run all of your games throughout your home network. Think of it like Plex for gaming, but instead of opening up your video library, it's all about bringing your games to all of your devices.

    Given the push towards game streaming from Google Stadia and Xbox, Alienware may have stumbled on an interesting solution for multi-gamer homes. You could conceivably run two games at once on your television, as we saw during a recent demo in NYC. Or you could play Cyberpunk while someone else perfects their Rocket League skills on another device. Since all of the rendering and network processing is happening in your home, Nyx would also be a lower latency experience than traditional cloud gaming, which relies on servers hundreds of miles away.

    Concept is the key word here, though. Alienware representatives wouldn't tell us what's powering the mysterious Nyx server, which looked like an enormous gaming desktop. And while Engadget's Cherlynn Low and I were able to play Cyberpunk 2077 and Rocket League simultaneously on a single TV, the games were running in tiny windows. It wasn't anywhere near the sleek half-screen experience Dell is showing off in promotional pictures.

    Much like Alienware's Concept UFO, a Switch-like portable gaming PC that was first demoed two years ago, Nyx may never see the light of day. But we could see elements of it in future products, much like the way the UFO controller is being used demonstrate Nyx. The game server concept could eventually simplify streaming from your rig. That's something we can already do with Steam's Remote Play feature, but perhaps Dell could make it a bit easier to play all of your titles throughout your home. The company says it's also exploring ways to run four games at once, as well as methods of collecting all of your titles, no matter where you installed them.

    \"Alienware
    Dell
    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/alienware-concept-nyx-game-server-050141873.html?src=rss", + "creator": "Devindra Hardawar", + "pubDate": "Mon, 03 Jan 2022 05:01:41 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b876e444a5f41beb621fdd1cc1a9131" + "hash": "72eb19960b5cb1e230c129fc2f9cbe00", + "highlights": [] }, { - "title": "Qui sont les maires de France ?", - "description": "Les maires français sont appelés à voter pour désigner le successeur de François Baroin à la tête de la puissante Association des maires de France. Mais qui sont les élus à la tête de nos mairies en 2020 ? Le point sur les professions, classes d'âge et prénoms les plus représentés.", - "content": "Les maires français sont appelés à voter pour désigner le successeur de François Baroin à la tête de la puissante Association des maires de France. Mais qui sont les élus à la tête de nos mairies en 2020 ? Le point sur les professions, classes d'âge et prénoms les plus représentés.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700332512926-qui-sont-les-maires-de-france-2441503.php#xtor=RSS-70", - "creator": "Samir Touzani", - "pubDate": "Tue, 16 Nov 2021 12:00:10 +0200", - "enclosure": "https://externals.lesechos.fr/medias/2021/11/16/2441503_qui-sont-les-maires-de-france-web-070332654590_300x160.jpg", - "enclosureType": "image/jpg", + "title": "Samsung is putting NFTs in its smart TVs", + "description": "

    Given that 2021 was a blockbuster year for NFTs, it’s not particularly surprising that major tech companies are incorporating Non-Fungible Tokens into their CES lineup. The latest comes from Samsung, which revealed a new “NFT Aggregation Platform” designed for its smart TVs.

    The platform, which will be available on Samsung’s MicroLed, Neo QLED and The Frame models, allows users to browse and buy NFTs directly from their sets. The platform pulls in NFTs from several marketplaces, so users can preview the art and see other relevant details, like who created the work, as well as relevant blockchain metadata.

    Those who already own NFTs can also use the platform to showcase their collection. Samsung notes that its “Smart Calibration” technology can automatically adjust the TV’s settings to match the specifications of the original creator to ensure the image is rendered on the TV as faithfully as possible.

    ", + "content": "

    Given that 2021 was a blockbuster year for NFTs, it’s not particularly surprising that major tech companies are incorporating Non-Fungible Tokens into their CES lineup. The latest comes from Samsung, which revealed a new “NFT Aggregation Platform” designed for its smart TVs.

    The platform, which will be available on Samsung’s MicroLed, Neo QLED and The Frame models, allows users to browse and buy NFTs directly from their sets. The platform pulls in NFTs from several marketplaces, so users can preview the art and see other relevant details, like who created the work, as well as relevant blockchain metadata.

    Those who already own NFTs can also use the platform to showcase their collection. Samsung notes that its “Smart Calibration” technology can automatically adjust the TV’s settings to match the specifications of the original creator to ensure the image is rendered on the TV as faithfully as possible.

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/samsung-nft-platform-smart-tvs-020825042.html?src=rss", + "creator": "Karissa Bell", + "pubDate": "Mon, 03 Jan 2022 02:08:25 +0000", + "enclosure": "", + "enclosureType": "", "image": "", - "language": "fr", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "d6dde22417f30b1a4a2b935fdc15554a" + "hash": "d63690e00d7a6a3039bcc3cc409c5ff3", + "highlights": [] }, { - "title": "SONDAGE EXCLUSIF - Climat : une majorité de Français doutent de la portée de la COP26", - "description": "Selon un sondage OpinionWay- Square pour « Les Echos », 76 % des Français font de la question climatique un enjeu politique prioritaire. Une large majorité doute des engagements pris à la COP de Glasgow et considère qu'il faut sanctionner les Etats récalcitrants.  ", - "content": "Selon un sondage OpinionWay- Square pour « Les Echos », 76 % des Français font de la question climatique un enjeu politique prioritaire. Une large majorité doute des engagements pris à la COP de Glasgow et considère qu'il faut sanctionner les Etats récalcitrants.  ", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700332933159-sondage-exclusif-climat-une-majorite-de-francais-sceptiques-sur-la-portee-de-la-cop-26-2441281.php#xtor=RSS-70", - "creator": "Joel Cossardeaux", - "pubDate": "Mon, 15 Nov 2021 13:40:31 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "title": "Samsung's 2022 QLED TVs include the first 144Hz 4K and 8K sets", + "description": "

    It wouldn't be CES without a new round of Samsung TVs, and the 2022 models promise their share of quality upgrades — plus a few new conveniences. To start, the mainstream Neo QLED sets now include what Samsung says are the first 4K and 8K sets with 144Hz inputs instead of the usual 120Hz. The extra fluidity won't be immediately useful when even the fastest PCs struggle with high-speed 4K and 8K content, but you won't have to worry about your premium TV becoming obsolete any time soon.

    The TVs promise image quality improvements regardless of the source. All the 8K and 4K Neo QLED sets have jumped from a 12-bit backlight to 14-bit, providing more accurate brightness. They also boast a new Shape Adaptive Light Control feature that theoretically improves the mini-LED sets' quality, and an AI-driven Object Depth Enhancer can help distinguish a picture's main subject from its background.

    Software plays an important role as well. All the 2022 Samsung TVs have a new home screen that helps aggregate streaming content and offers an ambient display when idle. A Gaming Hub can directly launch console- and cloud-based games, while a new Game Bar helps you customize relevant picture settings. Watch Together is a SharePlay-style mode that lets you talk to distant friends while you watch broadcasts and streaming shows. And since this is 2022, you can even shop for and display NFTs.

    \"Samsung
    Samsung

    Other sets have their own share of upgrades. Samsung's MicroLED line (shown at middle) is now bezel-free, so your giant luxury TV should blend more seamlessly with your decor. They also tout a 10 percent wider color range, and you can buy a 'small' 89-inch preconfigured set if the 99- and 110-inch variants won't quite fit. And if the bezels are precisely what you want, 2022 The Frame (below) sets now have more canvas-like matte displays and a fresh art store interface.

    As is often the case, Samsung hasn't provided availability and price ranges as of this writing. The Frame will be available in sizes between 32 and 85 inches, though, and you can presume both 8K screens and MicroLED models will carry stiff premiums. It's too soon to say whether they'll compete well against rival models from LG, Sony and other brands. With that said, it's evident Samsung still isn't in a rush to embrace OLED TVs and counter its best-known challengers.

    \"Samsung
    Samsung

    ", + "content": "

    It wouldn't be CES without a new round of Samsung TVs, and the 2022 models promise their share of quality upgrades — plus a few new conveniences. To start, the mainstream Neo QLED sets now include what Samsung says are the first 4K and 8K sets with 144Hz inputs instead of the usual 120Hz. The extra fluidity won't be immediately useful when even the fastest PCs struggle with high-speed 4K and 8K content, but you won't have to worry about your premium TV becoming obsolete any time soon.

    The TVs promise image quality improvements regardless of the source. All the 8K and 4K Neo QLED sets have jumped from a 12-bit backlight to 14-bit, providing more accurate brightness. They also boast a new Shape Adaptive Light Control feature that theoretically improves the mini-LED sets' quality, and an AI-driven Object Depth Enhancer can help distinguish a picture's main subject from its background.

    Software plays an important role as well. All the 2022 Samsung TVs have a new home screen that helps aggregate streaming content and offers an ambient display when idle. A Gaming Hub can directly launch console- and cloud-based games, while a new Game Bar helps you customize relevant picture settings. Watch Together is a SharePlay-style mode that lets you talk to distant friends while you watch broadcasts and streaming shows. And since this is 2022, you can even shop for and display NFTs.

    \"Samsung
    Samsung

    Other sets have their own share of upgrades. Samsung's MicroLED line (shown at middle) is now bezel-free, so your giant luxury TV should blend more seamlessly with your decor. They also tout a 10 percent wider color range, and you can buy a 'small' 89-inch preconfigured set if the 99- and 110-inch variants won't quite fit. And if the bezels are precisely what you want, 2022 The Frame (below) sets now have more canvas-like matte displays and a fresh art store interface.

    As is often the case, Samsung hasn't provided availability and price ranges as of this writing. The Frame will be available in sizes between 32 and 85 inches, though, and you can presume both 8K screens and MicroLED models will carry stiff premiums. It's too soon to say whether they'll compete well against rival models from LG, Sony and other brands. With that said, it's evident Samsung still isn't in a rush to embrace OLED TVs and counter its best-known challengers.

    \"Samsung
    Samsung

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/samsung-2022-qled-microled-8k-4k-tv-020046596.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Mon, 03 Jan 2022 02:00:46 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "7b897e8c892b1628da110ca57abd3eef" + "hash": "67278047318c8b70cd469cd66c0181f3", + "highlights": [] }, { - "title": "Emplois fictifs : François Fillon à nouveau devant les juges", - "description": "La Cour d'appel de Paris se penche à partir de lundi sur les délits de détournement de fonds publics, complicité et recel d'abus de biens sociaux reprochés à l'ancien Premier ministre et à son épouse, Penelope. Le couple avait été lourdement condamné en première instance.", - "content": "La Cour d'appel de Paris se penche à partir de lundi sur les délits de détournement de fonds publics, complicité et recel d'abus de biens sociaux reprochés à l'ancien Premier ministre et à son épouse, Penelope. Le couple avait été lourdement condamné en première instance.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700309485877-emplois-fictifs-francois-fillon-a-nouveau-devant-les-juges-2441100.php#xtor=RSS-70", - "creator": "Valerie de Senneville", - "pubDate": "Sun, 14 Nov 2021 11:37:19 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "title": "Samsung is baking Stadia and GeForce Now into its TVs", + "description": "

    Samsung is overhauling its TV interface, and it's looking to pull many of your gaming needs together in one place. Via the Gaming Hub, you'll be able to fire up console games directly from TV home screens so you can start playing them a bit faster. 

    Players can access cloud gaming streaming services from the hub, such as NVIDIA's GeForce Now, Stadia and PC gaming platform Utomik. Samsung says there are more services to come. Microsoft announced at E3 last year that a smart TV app for Xbox Game Pass is on the way, so maybe that'll land on the Gaming Hub at some point. Game streaming will be available on some of Samsung's 2022 Smart TV models.

    The company teased its latest stab at cloud gaming back in October, and instead of launching its own streaming app, it's trying to tie multiple services together in one interface. You'll be able to connect third-party controllers and headsets to compatible TVs, so you might not need to pick up extra hardware to play games on the platform. 

    The hub will offer curated game recommendations with the help of Samsung's AI Gaming Hub tech. With the new Game Bar, you'll be able to customize aspects of your experience, such as the visuals and the settings. Using the Zoom In Mode, you can take a closer look at various parts of the screen, such as a minimap or journal entry. Meanwhile, the ultrawide Multi View will let you watch a YouTube walkthrough of a section you might be struggling with — similar to the PS5's activity cards — side by side with the game.

    Samsung is keeping gamers in mind on the hardware front too. It's releasing 4K and 8K TVs with a 144 Hz refresh rate, which could help games look smoother. GeForce Now started offering a 120 fps option in October.

    Update 1/3 9:25AM ET: This article was modified after publishing to clarify that Samsung is not creating its own game streaming service, but is working with partners such as Google and NVIDIA.

    Follow all of the latest news from CES 2022 right here!

    ", + "content": "

    Samsung is overhauling its TV interface, and it's looking to pull many of your gaming needs together in one place. Via the Gaming Hub, you'll be able to fire up console games directly from TV home screens so you can start playing them a bit faster. 

    Players can access cloud gaming streaming services from the hub, such as NVIDIA's GeForce Now, Stadia and PC gaming platform Utomik. Samsung says there are more services to come. Microsoft announced at E3 last year that a smart TV app for Xbox Game Pass is on the way, so maybe that'll land on the Gaming Hub at some point. Game streaming will be available on some of Samsung's 2022 Smart TV models.

    The company teased its latest stab at cloud gaming back in October, and instead of launching its own streaming app, it's trying to tie multiple services together in one interface. You'll be able to connect third-party controllers and headsets to compatible TVs, so you might not need to pick up extra hardware to play games on the platform. 

    The hub will offer curated game recommendations with the help of Samsung's AI Gaming Hub tech. With the new Game Bar, you'll be able to customize aspects of your experience, such as the visuals and the settings. Using the Zoom In Mode, you can take a closer look at various parts of the screen, such as a minimap or journal entry. Meanwhile, the ultrawide Multi View will let you watch a YouTube walkthrough of a section you might be struggling with — similar to the PS5's activity cards — side by side with the game.

    Samsung is keeping gamers in mind on the hardware front too. It's releasing 4K and 8K TVs with a 144 Hz refresh rate, which could help games look smoother. GeForce Now started offering a 120 fps option in October.

    Update 1/3 9:25AM ET: This article was modified after publishing to clarify that Samsung is not creating its own game streaming service, but is working with partners such as Google and NVIDIA.

    Follow all of the latest news from CES 2022 right here!

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/samsung-cloud-gaming-platform-smart-tvs-streaming-020040703.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Mon, 03 Jan 2022 02:00:40 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "dd22021423c91c7edb4c11bd39ba0dcd" + "hash": "4b47849eda57c75b01a50464de6973b6", + "highlights": [] }, { - "title": "Nouvelle-Calédonie : le référendum aura bien lieu le 12 décembre", - "description": "La date, qui faisait l'objet de débats, a été confirmée par le Haut-commissaire de la République en Nouvelle-Calédonie, Patrice Faure. Plusieurs demandes de report avaient été faites par les indépendantistes en raison de l'épidémie de Covid. Ces derniers appellent au boycott du scrutin.", - "content": "La date, qui faisait l'objet de débats, a été confirmée par le Haut-commissaire de la République en Nouvelle-Calédonie, Patrice Faure. Plusieurs demandes de report avaient été faites par les indépendantistes en raison de l'épidémie de Covid. Ces derniers appellent au boycott du scrutin.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700315614481-nouvelle-caledonie-le-referendum-aura-bien-lieu-le-12-decembre-2441026.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Fri, 12 Nov 2021 10:51:33 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "title": "Samsung’s latest remote turns router radio waves into energy", + "description": "

    Samsung has revamped the solar-charging remote it debuted at CES 2021. Along with using light to top up the battery, Samsung says the latest Eco Remote can convert routers' radio waves into energy to stay fully charged.

    Using radio waves from routers to charge the battery is a smart idea, since that energy goes to waste otherwise. Severalcompanies have tapped into radio frequency (RF) harvesting over the last several years, though the approach seems best suited to low-power devices such as TV remotes.

    There's a solar panel on the rear of the remote, which has dedicated buttons for streaming apps like Netflix, Disney+ and Prime Video. The remote is made with recycled materials, which aligns with Samsung's sustainability efforts. While last year's Solar Cell Remote Control was only available in black, in 2022, there's a white option to match the look of Samsung's lifestyle TVs.

    ", + "content": "

    Samsung has revamped the solar-charging remote it debuted at CES 2021. Along with using light to top up the battery, Samsung says the latest Eco Remote can convert routers' radio waves into energy to stay fully charged.

    Using radio waves from routers to charge the battery is a smart idea, since that energy goes to waste otherwise. Severalcompanies have tapped into radio frequency (RF) harvesting over the last several years, though the approach seems best suited to low-power devices such as TV remotes.

    There's a solar panel on the rear of the remote, which has dedicated buttons for streaming apps like Netflix, Disney+ and Prime Video. The remote is made with recycled materials, which aligns with Samsung's sustainability efforts. While last year's Solar Cell Remote Control was only available in black, in 2022, there's a white option to match the look of Samsung's lifestyle TVs.

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/samsung-eco-remote-2022-radio-waves-router-020027276.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Mon, 03 Jan 2022 02:00:27 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "5d931ba38cb5c526d75c81952368fea0" + "hash": "300f970830d6d30ba38539af9dada471", + "highlights": [] }, { - "title": "Le « ni-ni » de Gérard Larcher : ni Emmanuel Macron ni Eric Zemmour", - "description": "La course à l'investiture entre dans sa dernière ligne droite chez LR. A la veille du premier débat entre les cinq candidats, le président du Sénat Gérard Larcher croit au rassemblement de son parti. Il marque aussi ses différences avec Eric Zemmour et Emmanuel Macron.", - "content": "La course à l'investiture entre dans sa dernière ligne droite chez LR. A la veille du premier débat entre les cinq candidats, le président du Sénat Gérard Larcher croit au rassemblement de son parti. Il marque aussi ses différences avec Eric Zemmour et Emmanuel Macron.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700278565007-le-ni-ni-de-gerard-larcher-ni-emmanuel-macron-ni-eric-zemmour-2440067.php#xtor=RSS-70", - "creator": "Yves Vilaginés", - "pubDate": "Sun, 07 Nov 2021 13:47:43 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", - "read": true, + "title": "Microsoft fixed a Y2K-style bug that broke Exchange email", + "description": "

    Microsoft is starting 2022 with a flashback to Y2K bugs. Bleeping Computerreports the company has released a temporary fix for a bug that broke email delivery for on-premises Exchange 2016 and 2019 servers on New Year's Day. As users discovered, Exchange was trying to store version date checks for its antivirus scanning engine in a 32-bit integer variable — a big problem when any date from January 1st, 2022 onward was too large. Any new checks made the malware engine crash and left email stuck in a queue.

    The emergency fix uses a PowerShell script to pause two services, replace the older antivirus engine files with newer ones that use a new number sequence, and restart operations. The fix requires manual input and could take a long time to implement for larger companies, but an automatic solution is in development.

    This shouldn't affect other Exchange customers. The timing is also 'ideal' as a holiday weekend likely limited the demand for email. Company IT managers probably didn't want to start 2022 patching servers, though, and it's unclear why Microsoft didn't foresee a date issue with software released just a few years ago. Whatever the reasoning, this serves as a clear lesson about anticipating date bugs.

    ", + "content": "

    Microsoft is starting 2022 with a flashback to Y2K bugs. Bleeping Computerreports the company has released a temporary fix for a bug that broke email delivery for on-premises Exchange 2016 and 2019 servers on New Year's Day. As users discovered, Exchange was trying to store version date checks for its antivirus scanning engine in a 32-bit integer variable — a big problem when any date from January 1st, 2022 onward was too large. Any new checks made the malware engine crash and left email stuck in a queue.

    The emergency fix uses a PowerShell script to pause two services, replace the older antivirus engine files with newer ones that use a new number sequence, and restart operations. The fix requires manual input and could take a long time to implement for larger companies, but an automatic solution is in development.

    This shouldn't affect other Exchange customers. The timing is also 'ideal' as a holiday weekend likely limited the demand for email. Company IT managers probably didn't want to start 2022 patching servers, though, and it's unclear why Microsoft didn't foresee a date issue with software released just a few years ago. Whatever the reasoning, this serves as a clear lesson about anticipating date bugs.

    ", + "category": "Information Technology", + "link": "https://www.engadget.com/microsoft-exchange-year-2022-bug-fix-215225070.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Sun, 02 Jan 2022 21:52:25 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, "favorite": false, "created": false, "tags": [], - "hash": "f6eb92dded48ea474c6aaf5207f1b256" + "hash": "60eb9204d09497a78868dcb811cc6e9b", + "highlights": [] }, { - "title": "Alexandre Benalla condamné à trois ans de prison dont un ferme", - "description": "L'ancien proche collaborateur d'Emmanuel Macron a été condamné à trois ans de prison, dont deux avec sursis, pour les violences dont il était accusé en marge des manifestations du 1 er  mai 2018 à Paris. Au total, l'homme était poursuivi pour 12 infractions.", - "content": "L'ancien proche collaborateur d'Emmanuel Macron a été condamné à trois ans de prison, dont deux avec sursis, pour les violences dont il était accusé en marge des manifestations du 1 er  mai 2018 à Paris. Au total, l'homme était poursuivi pour 12 infractions.", - "category": "Politique - Société", - "link": "https://www.lesechos.fr/politique-societe/politique/0700268140661-alexandre-benalla-condamne-a-trois-ans-de-prison-dont-un-ferme-2439994.php#xtor=RSS-70", - "creator": "Les Echos", - "pubDate": "Fri, 05 Nov 2021 15:46:31 +0200", - "folder": "00.03 News/News - FR", - "feed": "Les Echos - Monde", + "title": "Samsung's new M8 monitor has a built-in smart home hub", + "description": "

    Samsung is coming to CES with two high-end monitors aimed at very different audiences. As The Vergenotes, the company is starting things off with the Smart Monitor M8. The 32-inch 4K display offers TV functionality like its predecessors, but now includes a SmartThings hub to control compatible smart home devices directly from your screen. It's also better-suited for video chats thanks to an included magnetic SlimFit webcam you can use with Google Duo and other apps.

    The M8 can also serve as a platform for (as yet unnamed) game streaming services, complete with wireless gamepad support. More details are coming closer to launch, Samsung said. Workspace also folds Microsoft 365 and other cloud productivity services into a single space.

    Samsung hasn't mentioned pricing or a release date for the Smart Monitor M8. While it's smaller than the 43-inch M7 (normally $600), the smart home features and webcam could keep the price relatively high.

    \"Samsung
    Samsung

    The other display might cost less than previous models, however. Samsung has also unveiled a 32-inch Odyssey Neo G8 gaming monitor that should be far smaller than the 49-inch Neo G9 while preserving the pronounced 1000R curve, mini-LED technology, 240Hz refresh rate and 2,000-nit peak brightness. It even jumps to a 4K resolution — this is the first 4K monitor to support 240Hz and a 1ms pixel response time, Samsung claimed. Support for both NVIDIA's G-Sync and AMD's FreeSync Premium Pro should keep tearing artifacts to a minimum.

    There's no mention of a price or ship date for the Odyssey Neo G8. Given the size reduction, it won't be surprising if the screen costs less than the $2,500 G9 even with the resolution bump.

    ", + "content": "

    Samsung is coming to CES with two high-end monitors aimed at very different audiences. As The Vergenotes, the company is starting things off with the Smart Monitor M8. The 32-inch 4K display offers TV functionality like its predecessors, but now includes a SmartThings hub to control compatible smart home devices directly from your screen. It's also better-suited for video chats thanks to an included magnetic SlimFit webcam you can use with Google Duo and other apps.

    The M8 can also serve as a platform for (as yet unnamed) game streaming services, complete with wireless gamepad support. More details are coming closer to launch, Samsung said. Workspace also folds Microsoft 365 and other cloud productivity services into a single space.

    Samsung hasn't mentioned pricing or a release date for the Smart Monitor M8. While it's smaller than the 43-inch M7 (normally $600), the smart home features and webcam could keep the price relatively high.

    \"Samsung
    Samsung

    The other display might cost less than previous models, however. Samsung has also unveiled a 32-inch Odyssey Neo G8 gaming monitor that should be far smaller than the 49-inch Neo G9 while preserving the pronounced 1000R curve, mini-LED technology, 240Hz refresh rate and 2,000-nit peak brightness. It even jumps to a 4K resolution — this is the first 4K monitor to support 240Hz and a 1ms pixel response time, Samsung claimed. Support for both NVIDIA's G-Sync and AMD's FreeSync Premium Pro should keep tearing artifacts to a minimum.

    There's no mention of a price or ship date for the Odyssey Neo G8. Given the size reduction, it won't be surprising if the screen costs less than the $2,500 G9 even with the resolution bump.

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/samsung-smart-monitor-m8-odyssey-neo-g8-204612785.html?src=rss", + "creator": "Jon Fingas", + "pubDate": "Sun, 02 Jan 2022 20:46:12 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", "read": false, "favorite": false, "created": false, "tags": [], - "hash": "e09445e0298291317adc919be869c382" - } - ], - "folder": "00.03 News/News - FR", - "name": "Les Echos - Monde", - "language": "fr", - "hash": "d93b506ef976567e7dbcab0195359e2b" - }, - { - "title": "Engadget is a web magazine with obsessive daily coverage of everything new in gadgets and consumer electronics", - "subtitle": "", - "link": "https://www.engadget.com/", - "image": null, - "description": "Engadget is a web magazine with obsessive daily coverage of everything new in gadgets and consumer electronics", - "items": [ + "hash": "e5b31b8bbefd70d3d29fbf0b3ae5d0ee", + "highlights": [] + }, { "title": "AT&T and Verizon reject US call to delay 5G expansions over interference", "description": "

    AT&T and Verizon aren't delaying their 5G expansions any further after all. Bloombergnotes the two carriers' CEOs have issued a joint letter rejecting a request from the FAA and Transportation Department to stall their C-band service rollouts beyond January 5th to address concerns of interference with aircraft systems. The companies argued that the government's proposed plan would effectively give oversight of the network expansions to the FAA for an "undetermined number of months or years," and wouldn't cover rivals like T-Mobile.

    The move would represent an "irresponsible abdication" of network control, the CEOs said. They also believed honoring the request would be to the "detriment" of customers.

    Instead, AT&T and Verizon tried to negotiate a compromise. They vowed not to deploy C-band 5G towers near some airports for six months, but only so long as the aviation industry and regulators didn't do more to halt C-band deployments. American transportation agencies had asked on December 31st for a general delay no longer than two weeks, but called for a gradual deployment of service near "priority" airports through March to safeguard important runways.

    It's not clear how the FAA and Transportation Department will respond. The rejection isn't shocking, mind you. C-band service promises to deliver more of the long-touted speed advantages of 5G without the short range and poor indoor service of millimeter wave technology. It could also add capacity to keep 5G networks running smoothly as more users upgrade their devices. However, officials and the aviation industry have a lot to lose as well —they're worried C-band 5G could disrupt flights and put passengers at risk. You might not see either side capitulate quickly.

    ", @@ -290143,6 +316196,28 @@ "hash": "7d6929d96803215b658f16dd397cf23a", "highlights": [] }, + { + "title": "Samsung's baking its cloud gaming platform into TVs", + "description": "

    Samsung is overhauling its TV interface, and it's looking to pull many of your gaming needs together in one place. Via the Gaming Hub, you'll be able to fire up console games directly from TV home screens so you can start playing them a bit faster. 

    What's more, you can access Samsung's new game streaming service from the hub. The company teased its latest stab at cloud gaming back in October. You'll be able to connect third-party controllers and headsets to compatible TVs, so you might not need to pick up extra hardware to play games on the platform. 

    According to an image Samsung shared, players can access other streaming services from the hub, such as NVIDIA's GeForce Now, Stadia and PC gaming platform Utomik. Microsoft announced at E3 last year that a smart TV app for Xbox Game Pass is on the way, so maybe that'll land on the Gaming Hub at some point.

    The hub will offer curated game recommendations with the help of Samsung's AI Gaming Hub tech. With the new Game Bar, you'll be able to customize aspects of your experience, such as the visuals and the settings. Using the Zoom In Mode, you can take a closer look at various parts of the screen, such as a minimap or journal entry. Meanwhile, the ultrawide Multi View will let you watch a YouTube walkthrough of a section you might be struggling with — similar to the PS5's activity cards — side by side with the game.

    Samsung is keeping gamers in mind on the hardware front too. It's releasing 4K and 8K TVs with a 144 Hz refresh rate, which could help games look smoother. GeForce Now started offering a 120 fps option in October.

    ", + "content": "

    Samsung is overhauling its TV interface, and it's looking to pull many of your gaming needs together in one place. Via the Gaming Hub, you'll be able to fire up console games directly from TV home screens so you can start playing them a bit faster. 

    What's more, you can access Samsung's new game streaming service from the hub. The company teased its latest stab at cloud gaming back in October. You'll be able to connect third-party controllers and headsets to compatible TVs, so you might not need to pick up extra hardware to play games on the platform. 

    According to an image Samsung shared, players can access other streaming services from the hub, such as NVIDIA's GeForce Now, Stadia and PC gaming platform Utomik. Microsoft announced at E3 last year that a smart TV app for Xbox Game Pass is on the way, so maybe that'll land on the Gaming Hub at some point.

    The hub will offer curated game recommendations with the help of Samsung's AI Gaming Hub tech. With the new Game Bar, you'll be able to customize aspects of your experience, such as the visuals and the settings. Using the Zoom In Mode, you can take a closer look at various parts of the screen, such as a minimap or journal entry. Meanwhile, the ultrawide Multi View will let you watch a YouTube walkthrough of a section you might be struggling with — similar to the PS5's activity cards — side by side with the game.

    Samsung is keeping gamers in mind on the hardware front too. It's releasing 4K and 8K TVs with a 144 Hz refresh rate, which could help games look smoother. GeForce Now started offering a 120 fps option in October.

    ", + "category": "Consumer Discretionary", + "link": "https://www.engadget.com/samsung-cloud-gaming-platform-smart-tvs-streaming-020040703.html?src=rss", + "creator": "Kris Holt", + "pubDate": "Mon, 03 Jan 2022 02:00:40 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "EndGadget", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a34319f42ff0ee7598e08e71b9745812", + "highlights": [] + }, { "title": "Microsoft's Xbox Elite Series 2 controller is $40 off right now", "description": "

    If you're still in the mood for some post-holiday gifts-to-self, Microsoft has cut the price on its high-end Xbox Elite Series 2 controller to $140. That's almost as low as the Black Friday price of $135, in case you missed out on that sale in late November. Normally $180, the highly customizable Elite Series 2 is positioned as an upgrade for avid gamers, with a slew of premium features including a set of six adjustable-tension thumbsticks, four paddles, two d-pads, shorter hair trigger locks, rubberized wraparound grips, a carrying case and up to three custom profiles — a handy thing if your attention is typically divided between several titles. 

    As for battery life, the controller is rated for 40 hours of wireless play time, and there's also a charging dock in the package in addition to the charging case. In addition to wireless connectivity via Bluetooth, there's also the option of plugging in a USB-C cable. Either way, the controller is compatible not just with Xbox games, but PC titles too.

    If you've been eyeing the Series 2, it's worth noting we don't see it on sale that often. In fact, stock itself seems to be low right now — as of this writing, Amazon doesn't even have inventory of the Series 2, so the fact that Microsoft has it at all, let alone at a close-to-Black Friday price, seems notable.

    Buy Elite Series 2 at Microsoft - $140

    ", @@ -305578,6 +331653,50 @@ "image": "https://nakedsecurity.sophos.com/wp-content/uploads/sites/2/2020/03/cropped-sophos.png?w=32", "description": "Computer Security News, Advice and Research", "items": [ + { + "title": "FTC threatens “legal action” over unpatched Log4j and other vulns", + "description": "Remember the Equifax breach? Remember the $700m penalty? In case you'd forgotten, here's the FTC to refresh your memory!", + "content": "Remember the Equifax breach? Remember the $700m penalty? In case you'd forgotten, here's the FTC to refresh your memory!", + "category": "Data loss", + "link": "https://nakedsecurity.sophos.com/2022/01/05/ftc-threatens-legal-action-over-unpatched-log4j-and-other-vulns/", + "creator": "Paul Ducklin", + "pubDate": "Wed, 05 Jan 2022 16:37:54 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Naked Security", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "568585dcb82fe4e720b4c7555058e912", + "highlights": [] + }, + { + "title": "Apple Home software bug could lock you out of your iPhone", + "description": "The finder of this bug insists it \"poses a serious risk\". We're not so sure, but we recommend you take steps to avoid it anyway.", + "content": "The finder of this bug insists it \"poses a serious risk\". We're not so sure, but we recommend you take steps to avoid it anyway.", + "category": "Apple", + "link": "https://nakedsecurity.sophos.com/2022/01/04/apple-home-software-bug-could-lock-you-out-of-your-iphone/", + "creator": "Paul Ducklin", + "pubDate": "Tue, 04 Jan 2022 17:23:56 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Naked Security", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "14bc58d8627c17dad1d70fb788804dfb", + "highlights": [] + }, { "title": "Instagram copyright infringment scams – don’t get sucked in!", "description": "We deconstructed a copyright phish so you don't have to. Be warned: the crooks are getting better at these scams...", @@ -306339,6 +332458,1326 @@ "image": null, "description": "News for nerds, stuff that matters", "items": [ + { + "title": "Activision Goes To Court To Stop Call of Duty Cheat Software", + "description": "Activision has filed a federal lawsuit against German cheat makers EngineOwning and associated individuals for \"trafficking in technologies that circumvent or evade anti-cheat technologies used by Activision to protect the integrity of [Call of Duty] games.\" From a report: EngineOwning charges 13 euros per month or more for subscription access to individualized suites of cheating tools designed for Call of Duty games -- and also Battlefield, Titanfall 2, and Star Wars Battlefront. The software promises abilities like automated aimbots, auto-firing triggerbots, \"2D radar\" that shows enemy locations on the HUD, and \"3D radar\" that can track and display opposing players even behind cover. \n\nEO promises its software is undetectable by automated tools, including Activision's recently launched Ricochet kernel-level anti-cheat tools. The software also includes built-in tools to make cheating less obvious to human moderators and recording software, making users \"look like a legit player.\" The company separately sells \"hardware ID spoofer\" software that promises to get around hardware-based bans in Call of Duty and other games. In its lawsuit, Activision says these tools have been used \"thousands of times by players in the United States,\" earning EngineOwning \"hundreds of thousands of dollars or more.\" Thus, the software has led to \"at least tens of thousands of breaches\" of the terms of use players must agree to before playing online.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Activision has filed a federal lawsuit against German cheat makers EngineOwning and associated individuals for \"trafficking in technologies that circumvent or evade anti-cheat technologies used by Activision to protect the integrity of [Call of Duty] games.\" From a report: EngineOwning charges 13 euros per month or more for subscription access to individualized suites of cheating tools designed for Call of Duty games -- and also Battlefield, Titanfall 2, and Star Wars Battlefront. The software promises abilities like automated aimbots, auto-firing triggerbots, \"2D radar\" that shows enemy locations on the HUD, and \"3D radar\" that can track and display opposing players even behind cover. \n\nEO promises its software is undetectable by automated tools, including Activision's recently launched Ricochet kernel-level anti-cheat tools. The software also includes built-in tools to make cheating less obvious to human moderators and recording software, making users \"look like a legit player.\" The company separately sells \"hardware ID spoofer\" software that promises to get around hardware-based bans in Call of Duty and other games. In its lawsuit, Activision says these tools have been used \"thousands of times by players in the United States,\" earning EngineOwning \"hundreds of thousands of dollars or more.\" Thus, the software has led to \"at least tens of thousands of breaches\" of the terms of use players must agree to before playing online.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://yro.slashdot.org/story/22/01/05/2020224/activision-goes-to-court-to-stop-call-of-duty-cheat-software?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-05T20:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "db54b0e42e21f5908149cc9d7a5f7224", + "highlights": [] + }, + { + "title": "Venmo, PayPal and Cash App To Report Payments of $600 or More To IRS This Year", + "description": "schwit1 writes: Millions of small business owners who rely on payment apps like Venmo, PayPal and Cash App could be subject to a new tax law that just took effect in January. Beginning this year, third-party payment processors will be required to report a user's business transactions to the IRS if they exceed $600 for the year. The payment apps were previously required to send users Form 1099-K if their gross income exceeded $20,000 or they had 200 separate transactions within a calendar year. Democrats made the change in March 2021, when they passed the American Rescue Plan without any Republican votes. The new rule only applies to payments received for goods and services transactions, meaning that using Venmo or PayPal to send a loved one a gift, pay your roommate rent, or reimburse a friend for dinner will be excluded. Also excluded is anyone who receives money from selling a personal item at a loss; for example, if you purchased a couch for $300 and sold it for $250, the amount is not taxable.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "schwit1 writes: Millions of small business owners who rely on payment apps like Venmo, PayPal and Cash App could be subject to a new tax law that just took effect in January. Beginning this year, third-party payment processors will be required to report a user's business transactions to the IRS if they exceed $600 for the year. The payment apps were previously required to send users Form 1099-K if their gross income exceeded $20,000 or they had 200 separate transactions within a calendar year. Democrats made the change in March 2021, when they passed the American Rescue Plan without any Republican votes. The new rule only applies to payments received for goods and services transactions, meaning that using Venmo or PayPal to send a loved one a gift, pay your roommate rent, or reimburse a friend for dinner will be excluded. Also excluded is anyone who receives money from selling a personal item at a loss; for example, if you purchased a couch for $300 and sold it for $250, the amount is not taxable.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/05/1931229/venmo-paypal-and-cash-app-to-report-payments-of-600-or-more-to-irs-this-year?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-05T20:05:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0ce57a9216cdffbaac463471bdf97435", + "highlights": [] + }, + { + "title": "First Microsoft Pluton-powered Windows 11 PCs To Start Rolling Out this Year", + "description": "In November 2020, Microsoft took the wraps off its Pluton security chip, with the goal of bringing it to all Windows 10 PCs. It wasn't until this week, that any of Microsoft's OEMs announced their first Pluton-powered PCs. From a report: At CES, Lenovo unveiled its Ryzen-6000-based ThinkPad Z series laptops running Windows 11, which will integrate the Microsoft Pluton processor. The coming ThinkPad Z series laptops will begin shipping in May 2022. Thanks to Pluton, these devices will be able to receive updated firmware using Windows Update. In the ThinkPad Z13 and Z16, Pluton will help protect Windows Hello credentials, according to Microsoft, by further isolating them from attackers. These new ThinkPads will use Pluton as their TPMs to protect encryption keys from physical attacks, Microsoft officials said. Microsoft pioneered Pluton first in Azure Sphere, its Linux-based microcontroller, and in Xbox. In a January 4 blog post, Microsoft officials noted that Pluton can be configured in three ways: As the Trusted Platform Module (TPM); as a security processor for non-TPM scenarios like platform resiliency; or inside a device where OEMs have opted to ship with the chip turned off.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "In November 2020, Microsoft took the wraps off its Pluton security chip, with the goal of bringing it to all Windows 10 PCs. It wasn't until this week, that any of Microsoft's OEMs announced their first Pluton-powered PCs. From a report: At CES, Lenovo unveiled its Ryzen-6000-based ThinkPad Z series laptops running Windows 11, which will integrate the Microsoft Pluton processor. The coming ThinkPad Z series laptops will begin shipping in May 2022. Thanks to Pluton, these devices will be able to receive updated firmware using Windows Update. In the ThinkPad Z13 and Z16, Pluton will help protect Windows Hello credentials, according to Microsoft, by further isolating them from attackers. These new ThinkPads will use Pluton as their TPMs to protect encryption keys from physical attacks, Microsoft officials said. Microsoft pioneered Pluton first in Azure Sphere, its Linux-based microcontroller, and in Xbox. In a January 4 blog post, Microsoft officials noted that Pluton can be configured in three ways: As the Trusted Platform Module (TPM); as a security processor for non-TPM scenarios like platform resiliency; or inside a device where OEMs have opted to ship with the chip turned off.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://it.slashdot.org/story/22/01/05/1926240/first-microsoft-pluton-powered-windows-11-pcs-to-start-rolling-out-this-year?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-05T19:26:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a1b89ec864751b7cd0f3273e51933d44", + "highlights": [] + }, + { + "title": "Google To Rival Apple by Further Deepening Ties Among Devices", + "description": "Alphabet's Google used the annual CES technology conference to showcase upcoming deeper ties among its devices and preview support for unlocking more cars with Android phones. From a report: The enhancements announced Wednesday included more quickly pairing accessories with devices running Google's Android and Chromebook laptop software, unlocking devices with Google software via smartwatches running Google's Wear OS and sharing content across products. The new features mirror work Apple has done with its software and hardware, an effort that has led consumers to buy more types of Apple devices. The Cupertino, California-based technology giant has long touted its ecosystem as superior to Google's because of tight integration, and now Google is trying to rival that experience.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Alphabet's Google used the annual CES technology conference to showcase upcoming deeper ties among its devices and preview support for unlocking more cars with Android phones. From a report: The enhancements announced Wednesday included more quickly pairing accessories with devices running Google's Android and Chromebook laptop software, unlocking devices with Google software via smartwatches running Google's Wear OS and sharing content across products. The new features mirror work Apple has done with its software and hardware, an effort that has led consumers to buy more types of Apple devices. The Cupertino, California-based technology giant has long touted its ecosystem as superior to Google's because of tight integration, and now Google is trying to rival that experience.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/05/1834219/google-to-rival-apple-by-further-deepening-ties-among-devices?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-05T18:42:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8ca201dc69612dd90bb965f32af26db6", + "highlights": [] + }, + { + "title": "Amazon Says It Has Sold More Than 150 Million Fire TV Devices", + "description": "Amazon is touting a major milestone for Fire TV, claiming it has sold more than 150 million of the streaming devices worldwide. And it announced deals with Ford Motor Co and Stellantis to bring Fire TV to the automakers' in-car entertainment systems. From a report: For comparison, Roku reported 56.4 million active streaming accounts across its family of devices as of the end of the third quarter of 2021 -- although that's a different metric than total devices sold. At the end of 2020, Amazon last reported having more than 50 million active Fire TV accounts. Amazon touted momentum for its connected-TV push, calling out the introduction last fall of the first Amazon-built TVs -- the Amazon Omni and 4-Series -- and a new, more powerful version of the Fire TV Stick 4K Max. According to the ecommerce giant, Fire TV Stick ranked as the top selling product on Amazon on Black Friday among all Amazon products, and customers purchased a record number of Fire TV smart TVs on Amazon.com the week of Black Friday, including models from Insignia, Toshiba, and Pioneer and the Amazon Fire TV Omni and 4-Series.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Amazon is touting a major milestone for Fire TV, claiming it has sold more than 150 million of the streaming devices worldwide. And it announced deals with Ford Motor Co and Stellantis to bring Fire TV to the automakers' in-car entertainment systems. From a report: For comparison, Roku reported 56.4 million active streaming accounts across its family of devices as of the end of the third quarter of 2021 -- although that's a different metric than total devices sold. At the end of 2020, Amazon last reported having more than 50 million active Fire TV accounts. Amazon touted momentum for its connected-TV push, calling out the introduction last fall of the first Amazon-built TVs -- the Amazon Omni and 4-Series -- and a new, more powerful version of the Fire TV Stick 4K Max. According to the ecommerce giant, Fire TV Stick ranked as the top selling product on Amazon on Black Friday among all Amazon products, and customers purchased a record number of Fire TV smart TVs on Amazon.com the week of Black Friday, including models from Insignia, Toshiba, and Pioneer and the Amazon Fire TV Omni and 4-Series.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://entertainment.slashdot.org/story/22/01/05/186219/amazon-says-it-has-sold-more-than-150-million-fire-tv-devices?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-05T18:06:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ca8e260b0a2cbf4dd824a945c5b90529", + "highlights": [] + }, + { + "title": "Facebook Halts VR and AR Operating System Project", + "description": "Facebook parent company Meta Platforms has stopped development of a new software operating system to power its virtual reality devices and upcoming augmented reality glasses, The Information reported Wednesday, citing people familiar with the decision. From a report: Shelving the project, which had been underway for several years and involved hundreds of employees, marked a setback for the company's attempt to own the underlying software behind its Oculus VR headset and future augmented or mixed reality devices. The screens of its planned devices aim to overlay digital images on the real world or weave real-world objects into VR apps. \n\nMeta uses an open-source version of Google's Android operating system to power Meta's existing Oculus Quest VR devices. But Meta wanted to create an OS from scratch to power them and future devices, a project that became known internally as XROS. XR is a catch-all term for VR, AR, and mixed reality. In MR, the wearer of a headset could view and use real-world objects, such as a keyboard, to do work or play games in a VR-like app. Instead, the company has told some staff it would continue to modify an open-source version of Android, which Google developed for smartphones but which other companies have used to power various devices, the people familiar with the matter said. Meta's modified version of Android, known internally as VROS, powers existing Oculus VR headsets.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Facebook parent company Meta Platforms has stopped development of a new software operating system to power its virtual reality devices and upcoming augmented reality glasses, The Information reported Wednesday, citing people familiar with the decision. From a report: Shelving the project, which had been underway for several years and involved hundreds of employees, marked a setback for the company's attempt to own the underlying software behind its Oculus VR headset and future augmented or mixed reality devices. The screens of its planned devices aim to overlay digital images on the real world or weave real-world objects into VR apps. \n\nMeta uses an open-source version of Google's Android operating system to power Meta's existing Oculus Quest VR devices. But Meta wanted to create an OS from scratch to power them and future devices, a project that became known internally as XROS. XR is a catch-all term for VR, AR, and mixed reality. In MR, the wearer of a headset could view and use real-world objects, such as a keyboard, to do work or play games in a VR-like app. Instead, the company has told some staff it would continue to modify an open-source version of Android, which Google developed for smartphones but which other companies have used to power various devices, the people familiar with the matter said. Meta's modified version of Android, known internally as VROS, powers existing Oculus VR headsets.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/05/1720254/facebook-halts-vr-and-ar-operating-system-project?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-05T17:20:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6326031e08c7c0b75ba78687dbd79991", + "highlights": [] + }, + { + "title": "FTC Warns of Legal Action Against Organizations That Fail To Patch Log4j Flaw", + "description": "U.S. organizations that fail to secure customer data against Log4Shell, a zero-day vulnerability in the widely-used Log4j Java logging library, could face legal repercussions, the Federal Trade Commission (FTC) has warned. From a report: In an alert this week, the consumer protection agency warned that the \"serious\" flaw, first discovered in December, is being exploited by a growing number of attackers and poses a \"severe risk\" to millions of consumer products. The public letter urges organizations to mitigate the vulnerability in order to reduce the likelihood of harm to consumers and to avoid potential legal action. \n\n\"When vulnerabilities are discovered and exploited, it risks a loss or breach of personal information, financial loss and other irreversible harms,\" the agency said. \"The duty to take reasonable steps to mitigate known software vulnerabilities implicates laws including, among others, the Federal Trade Commission Act and the Gramm Leach Bliley Act. It is critical that companies and their vendors relying on Log4j act now, in order to reduce the likelihood of harm to consumers, and to avoid FTC legal action.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "U.S. organizations that fail to secure customer data against Log4Shell, a zero-day vulnerability in the widely-used Log4j Java logging library, could face legal repercussions, the Federal Trade Commission (FTC) has warned. From a report: In an alert this week, the consumer protection agency warned that the \"serious\" flaw, first discovered in December, is being exploited by a growing number of attackers and poses a \"severe risk\" to millions of consumer products. The public letter urges organizations to mitigate the vulnerability in order to reduce the likelihood of harm to consumers and to avoid potential legal action. \n\n\"When vulnerabilities are discovered and exploited, it risks a loss or breach of personal information, financial loss and other irreversible harms,\" the agency said. \"The duty to take reasonable steps to mitigate known software vulnerabilities implicates laws including, among others, the Federal Trade Commission Act and the Gramm Leach Bliley Act. It is critical that companies and their vendors relying on Log4j act now, in order to reduce the likelihood of harm to consumers, and to avoid FTC legal action.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/05/1645251/ftc-warns-of-legal-action-against-organizations-that-fail-to-patch-log4j-flaw?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-05T16:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "345118e8c0cbd74e9399b6c3e2fa86e1", + "highlights": [] + }, + { + "title": "As Beijing Takes Control, Chinese Tech Companies Lose Jobs and Hope", + "description": "The crackdown is killing the entrepreneurial drive that made China a tech power and destroying jobs that used to attract the country's brightest. From a report: Like many ambitious young Chinese, Zhao Junfeng studied hard in college and graduate school so he could land a coveted job as a programmer at a big Chinese internet company. After finishing graduate school in 2019, he joined an e-commerce company in the eastern Chinese city of Nanjing, got married and adopted a cat named Mango. In November of 2021, he moved to Shanghai to join one of China's biggest video platforms, iQiyi. He was on track to achieve a much-desired middle-class life, documenting his rise on his social media account. Then barely a month into his new job, he was let go when iQiyi laid off more than 20 percent of its staff. \n\nThe ranks of the unemployed technology workers are swelling, as China's once vibrant internet industry is hit by a harsh and capricious regulatory crackdown. Under the direction of China's top leader, Xi Jinping, the government's unbridled hand is meddling in big ways and small, leaving companies second-guessing their strategies and praying to not become the next targets for crackdown. In place of the pride and ambition that dominated a few years ago, fear and gloom now rule as many tech companies lower their growth targets and lay off young, well-educated workers. Like their American counterparts, China's biggest tech companies are regulated to limit abuses of power and to mitigate systemic risks. But Beijing's hyper-political approach shows that it's more about the Communist Party taking control of the industry than about leveling the playing field. \n\nThe crackdown is killing the innovation, creativity and entrepreneurial spirit that made China a tech power in the past decade. It is destroying companies, profits and jobs that used to attract China's best and brightest. Even people within the system are alarmed by the heavy-handed approach. The former head of China's sovereign wealth fund urged restrictions on the power of regulators. Hu Xijin, the newly retired editor of the official newspaper Global Times and an infamous propagandist, said he hoped that regulatory actions should help make most companies healthier instead of leaving them \"dying on the operating table.\" The damage has been done. Some internet companies have been forced to shut down, while others are suffering from huge losses or disappointing earnings. Many publicly listed companies have seen their share prices fall by half, if not more.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "The crackdown is killing the entrepreneurial drive that made China a tech power and destroying jobs that used to attract the country's brightest. From a report: Like many ambitious young Chinese, Zhao Junfeng studied hard in college and graduate school so he could land a coveted job as a programmer at a big Chinese internet company. After finishing graduate school in 2019, he joined an e-commerce company in the eastern Chinese city of Nanjing, got married and adopted a cat named Mango. In November of 2021, he moved to Shanghai to join one of China's biggest video platforms, iQiyi. He was on track to achieve a much-desired middle-class life, documenting his rise on his social media account. Then barely a month into his new job, he was let go when iQiyi laid off more than 20 percent of its staff. \n\nThe ranks of the unemployed technology workers are swelling, as China's once vibrant internet industry is hit by a harsh and capricious regulatory crackdown. Under the direction of China's top leader, Xi Jinping, the government's unbridled hand is meddling in big ways and small, leaving companies second-guessing their strategies and praying to not become the next targets for crackdown. In place of the pride and ambition that dominated a few years ago, fear and gloom now rule as many tech companies lower their growth targets and lay off young, well-educated workers. Like their American counterparts, China's biggest tech companies are regulated to limit abuses of power and to mitigate systemic risks. But Beijing's hyper-political approach shows that it's more about the Communist Party taking control of the industry than about leveling the playing field. \n\nThe crackdown is killing the innovation, creativity and entrepreneurial spirit that made China a tech power in the past decade. It is destroying companies, profits and jobs that used to attract China's best and brightest. Even people within the system are alarmed by the heavy-handed approach. The former head of China's sovereign wealth fund urged restrictions on the power of regulators. Hu Xijin, the newly retired editor of the official newspaper Global Times and an infamous propagandist, said he hoped that regulatory actions should help make most companies healthier instead of leaving them \"dying on the operating table.\" The damage has been done. Some internet companies have been forced to shut down, while others are suffering from huge losses or disappointing earnings. Many publicly listed companies have seen their share prices fall by half, if not more.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://yro.slashdot.org/story/22/01/05/1554248/as-beijing-takes-control-chinese-tech-companies-lose-jobs-and-hope?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-05T16:05:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "80f1c78d1bf08c00c93d5307e35e131d", + "highlights": [] + }, + { + "title": "Walmart, Kroger Raise Prices of Covid-19 Test Kits", + "description": "Prices are going up for some of the cheapest and most popular at-home Covid-19 test kits in the U.S. From a report: Walmart and Kroger are raising their prices for BinaxNOW at-home rapid tests, after the expiration of a deal with the White House to sell the test kits at cost for $14. The two U.S. retail giants and Amazon.com Inc. agreed with the Biden administration last summer to discount the tests, which are made by Abbott Laboratories and generally cost $24 or more for a box with two tests. \n\nBinaxNOW, approved by the U.S. Food and Drug Administration, is among the most commonly used over-the-counter, rapid antigen tests, which have been in high demand as the highly contagious Omicron variant spreads across the U.S. The deal with the White House expired in December, and Walmart said this week that it is raising the kits' price to $19.98 a box. Kroger now sells them for $23.99. The BinaxNOW tests aren't currently available on Amazon.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Prices are going up for some of the cheapest and most popular at-home Covid-19 test kits in the U.S. From a report: Walmart and Kroger are raising their prices for BinaxNOW at-home rapid tests, after the expiration of a deal with the White House to sell the test kits at cost for $14. The two U.S. retail giants and Amazon.com Inc. agreed with the Biden administration last summer to discount the tests, which are made by Abbott Laboratories and generally cost $24 or more for a box with two tests. \n\nBinaxNOW, approved by the U.S. Food and Drug Administration, is among the most commonly used over-the-counter, rapid antigen tests, which have been in high demand as the highly contagious Omicron variant spreads across the U.S. The deal with the White House expired in December, and Walmart said this week that it is raising the kits' price to $19.98 a box. Kroger now sells them for $23.99. The BinaxNOW tests aren't currently available on Amazon.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/05/1451244/walmart-kroger-raise-prices-of-covid-19-test-kits?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-05T15:25:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b1b154b70f946e0361203217e055e1b3", + "highlights": [] + }, + { + "title": "UK Police Forces Have Seized More Than $400 Million in Bitcoin", + "description": "MattSparkes writes: UK police forces have seized more than 300 million pound ($405 million) worth Bitcoin and other cryptocurrencies, reveals a New Scientist story based on Freedom of Information requests. The individual police forces seized the funds in various investigations and sold them: they're required to give half to the central government via the Home Office -- but they can keep the other half to plough back into investigations.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "MattSparkes writes: UK police forces have seized more than 300 million pound ($405 million) worth Bitcoin and other cryptocurrencies, reveals a New Scientist story based on Freedom of Information requests. The individual police forces seized the funds in various investigations and sold them: they're required to give half to the central government via the Home Office -- but they can keep the other half to plough back into investigations.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/05/1431205/uk-police-forces-have-seized-more-than-400-million-in-bitcoin?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-05T14:42:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b38d5c45784c6609a9cd76b54669b3b0", + "highlights": [] + }, + { + "title": "Sony Gives First Details on Next-gen PSVR2 Headset for PS5", + "description": "Sony has announced some basic information about its much-anticipated next-generation VR hardware for the PS5, which it calls -- predictably -- PSVR2. Little was revealed about the device beyond its basic specs but it did confirm some features gamers will care about. From a report: The original PSVR was a competent, relatively affordable, easy to use device but fairly limited in terms of hardware: resolution, field of view and such. So Sony's announcement that the new one will be considerably more advanced will be very welcome. The PSVR2 was confirmed by Sony to have 4K HDR imagery, 2000x2040 per eye, and the field of view will also be wider than the original hardware at 110 degrees. A blog post that appeared after the live announcement confirmed rumors that it uses OLED and will have a 90-120Hz refresh rate. It will however feature eye-tracking and foveated rendering, must-haves these days. Eye-tracking for obvious gameplay and other reasons, and foveated rendering so that the notoriously resource-hungry VR rendering process can focus its cycles on the area where the player is looking.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Sony has announced some basic information about its much-anticipated next-generation VR hardware for the PS5, which it calls -- predictably -- PSVR2. Little was revealed about the device beyond its basic specs but it did confirm some features gamers will care about. From a report: The original PSVR was a competent, relatively affordable, easy to use device but fairly limited in terms of hardware: resolution, field of view and such. So Sony's announcement that the new one will be considerably more advanced will be very welcome. The PSVR2 was confirmed by Sony to have 4K HDR imagery, 2000x2040 per eye, and the field of view will also be wider than the original hardware at 110 degrees. A blog post that appeared after the live announcement confirmed rumors that it uses OLED and will have a 90-120Hz refresh rate. It will however feature eye-tracking and foveated rendering, must-haves these days. Eye-tracking for obvious gameplay and other reasons, and foveated rendering so that the notoriously resource-hungry VR rendering process can focus its cycles on the area where the player is looking.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://games.slashdot.org/story/22/01/05/1415207/sony-gives-first-details-on-next-gen-psvr2-headset-for-ps5?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-05T14:14:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2026fa141b5d41271f80cd5c068f5fc2", + "highlights": [] + }, + { + "title": "China's Locked Down City Thrown Into Chaos After Covid App Crash", + "description": "An anonymous reader quotes a report from Bloomberg: China's Covid-19 health code system that strictly governs people's movements crashed in Xi'an this week, worsening conditions in the locked-down city where the country's worst outbreak since Wuhan has been unfolding. The crash has complicated efforts to weed out cases through mass testing, created hurdles for people seeking care at hospitals and led to the suspension of a top official, the latest among a slew of bureaucrats to be punished as Beijing fumes over the situation.\n \nLiu Jun, head of Xi'an's big-data bureau, was temporarily dismissed over performance failures, the municipal Communist Party Committee said in a statement. While the committee didn't explicitly lay out the reason behind its decision, it came after Xi'an's health code system -- which is under Liu's purview and tracks individuals' movements and vaccination status -- broke down on Tuesday. The system crash meant that locals were unable to access their Covid infection status after Xi'an embarked on a new widespread round of nucleic acid tests, according to a media report. The provincial government said in a statement later that the system was temporarily paralyzed due to overwhelming traffic, and being fixed. It had also experienced technical issues in December.\nA pregnant women in Xi'an reportedly lost her baby after being refused entry to a hospital because she \"couldn't show she was infection-free via the health code app,\" reports Bloomberg.\n \n\"A video posted Tuesday showing what appeared to be a woman bleeding on the sidewalk outside a hospital in Xi'an's Gaoxin district was trending on Weibo. Similar complaints and criticisms were seen elsewhere on Chinese social media as patients failed to get timely treatment at hospitals already overwhelmed by the virus.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from Bloomberg: China's Covid-19 health code system that strictly governs people's movements crashed in Xi'an this week, worsening conditions in the locked-down city where the country's worst outbreak since Wuhan has been unfolding. The crash has complicated efforts to weed out cases through mass testing, created hurdles for people seeking care at hospitals and led to the suspension of a top official, the latest among a slew of bureaucrats to be punished as Beijing fumes over the situation.\n \nLiu Jun, head of Xi'an's big-data bureau, was temporarily dismissed over performance failures, the municipal Communist Party Committee said in a statement. While the committee didn't explicitly lay out the reason behind its decision, it came after Xi'an's health code system -- which is under Liu's purview and tracks individuals' movements and vaccination status -- broke down on Tuesday. The system crash meant that locals were unable to access their Covid infection status after Xi'an embarked on a new widespread round of nucleic acid tests, according to a media report. The provincial government said in a statement later that the system was temporarily paralyzed due to overwhelming traffic, and being fixed. It had also experienced technical issues in December.\nA pregnant women in Xi'an reportedly lost her baby after being refused entry to a hospital because she \"couldn't show she was infection-free via the health code app,\" reports Bloomberg.\n \n\"A video posted Tuesday showing what appeared to be a woman bleeding on the sidewalk outside a hospital in Xi'an's Gaoxin district was trending on Weibo. Similar complaints and criticisms were seen elsewhere on Chinese social media as patients failed to get timely treatment at hospitals already overwhelmed by the virus.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/05/0724249/chinas-locked-down-city-thrown-into-chaos-after-covid-app-crash?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-05T13:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a7b52a3d3e04a2508b2d443bfcb73b0f", + "highlights": [] + }, + { + "title": "New Solar Shingles Can Be Nailed In Place", + "description": "FangVT writes: Ars Techinca reports on GAF Energy's new solar shingles which are designed to save on installation costs. They are not only designed to look similar to existing asphalt shingles but to be installed in much the same way, including being nailed in place. The system has moved the wiring to the top, so as to simplify inspections and repairs. \"Because each one of our panels is 45 Watts and only 10 volts, we have access to a whole host of electronic components that don't have to be able to withstand 300 Watts, 50 volts,\" the company says. \"That allows us to be more efficient in the electricity generated from those panels.\" And in what they say is a first, UL has certified the shingles both as solar panels and as roofing materials. The company also says they come with a 25 year warrant and will be offering a more comprehensive warranty that will also include guaranteed power output.\n \nThey wouldn't provide a hard number on the price, but \"a homeowner won't pay any more for a GAF solar roof than they would if they were to get a new roof and have someone put solar on it,\" said GAF Energy CEO Martin DeBono. \"That's our benchmark. We're half the cost of a Tesla solar roof in any given market right now.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "FangVT writes: Ars Techinca reports on GAF Energy's new solar shingles which are designed to save on installation costs. They are not only designed to look similar to existing asphalt shingles but to be installed in much the same way, including being nailed in place. The system has moved the wiring to the top, so as to simplify inspections and repairs. \"Because each one of our panels is 45 Watts and only 10 volts, we have access to a whole host of electronic components that don't have to be able to withstand 300 Watts, 50 volts,\" the company says. \"That allows us to be more efficient in the electricity generated from those panels.\" And in what they say is a first, UL has certified the shingles both as solar panels and as roofing materials. The company also says they come with a 25 year warrant and will be offering a more comprehensive warranty that will also include guaranteed power output.\n \nThey wouldn't provide a hard number on the price, but \"a homeowner won't pay any more for a GAF solar roof than they would if they were to get a new roof and have someone put solar on it,\" said GAF Energy CEO Martin DeBono. \"That's our benchmark. We're half the cost of a Tesla solar roof in any given market right now.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://hardware.slashdot.org/story/22/01/04/2219252/new-solar-shingles-can-be-nailed-in-place?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-05T10:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "63d4a677b8bf92568bcb029a40cdfdac", + "highlights": [] + }, + { + "title": "China's Mars Orbiter Snaps Amazing Selfies Above Red Planet", + "description": "InfiniteZero shares a report from Live Science: China's Tianwen-1 spacecraft at Mars pulled a big New Year's surprise with stunning new images captured by a small camera that flew free of the orbiter to snap epic selfies above the Red Planet. The new images published by the China National Space Administration show Tianwen-1 above Mars' north pole, with its solar arrays and antennas on display, as well as a partial closeup of the orbiter and a view of the Red Planet's northern ice cap. The views give an unprecedented view of a spacecraft in orbit around another planet, showing the golden body of Tianwen-1, the silver high-gain antenna for communications, solar arrays and science antennae. A closeup shows the spacecraft's radar antenna parallel to the solar array.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "InfiniteZero shares a report from Live Science: China's Tianwen-1 spacecraft at Mars pulled a big New Year's surprise with stunning new images captured by a small camera that flew free of the orbiter to snap epic selfies above the Red Planet. The new images published by the China National Space Administration show Tianwen-1 above Mars' north pole, with its solar arrays and antennas on display, as well as a partial closeup of the orbiter and a view of the Red Planet's northern ice cap. The views give an unprecedented view of a spacecraft in orbit around another planet, showing the golden body of Tianwen-1, the silver high-gain antenna for communications, solar arrays and science antennae. A closeup shows the spacecraft's radar antenna parallel to the solar array.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/04/2211212/chinas-mars-orbiter-snaps-amazing-selfies-above-red-planet?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-05T07:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0fce273707096981aeb4c9d3bea7f5fd", + "highlights": [] + }, + { + "title": "John Deere's Self-Driving Tractor Lets Farmers Leave the Cab -- and the Field", + "description": "An anonymous reader quotes a report from The Verge: Agricultural equipment maker John Deere has announced its latest piece of autonomous farming kit: a package of hardware and software that combines machine learning with the company's GPS-powered auto-steer features to create a \"fully autonomous tractor.\" The technology to support autonomous farming has been developing rapidly in recent years, but John Deere claims this is a significant step forward. With this technology, farmers will not only be able to take their hands off the wheel of their tractor or leave the cab -- they'll be able to leave the field altogether, letting the equipment do the work without them while monitoring things remotely using their smartphone. \"This is not a demo. It's not a concept machine. It's something we've had in the field with farmers for years and will be taking to production in fall,\" Deanna Kovar, vice president of production and precision ag production systems at John Deere, told The Verge. \"We're not going from no tech all the way up to an autonomous machine,\" says Kovar. \"John Deere's AutoTrac solution has taken the job of steering in the field out of the operators' hands for almost 20 years now.\" Today's announcement, she says, builds on these solutions.\n \nThe big difference with this new technology is that drivers will now be able to set-and-forget some aspects of their self-driving tractors. The company's autonomy kit includes six pairs of stereo cameras that capture a 360-degree view around the tractor. This input is then analyzed by machine vision algorithms, which spot unexpected obstacles. \"All [farmers] need to do is transport [their tractor] to the field, get it set, get out the cab, and use their mobile phone to 'swipe to farm,'\" says Kovar. \"And every eight hours, they return to give it fuel and move it from field to field.\"\n \nAlthough John Deere is presenting this as an autonomous system, it's worth noting that there are humans in the loop, and not just farmers. When the company's algorithms spot something unexpected, images from the cameras will be sent to \"tele-operators\" -- essentially a call center of third-party contractors who will manually check if the obstacle is a false positive or if the problem has resolved itself. If it's a real issue, they'll escalate things to the farmer via an alert on their mobile app. The farmer can then view the images themselves and decide if they want to plot a new course or check the situation in person. \"We've trained the algorithm to know that those are birds flying, you don't have to stop for birds. But if you have, say, a dog in the field, then we'll stop,\" says Kovar. \"We don't want to always alert the farmer because this could be two in the morning. Part of the value of autonomy is allowing farmers to focus on other tasks.\" At first, the autonomous tractors will focus on the job of tillage. \"This is a 'competing priority' job that's usually done around harvest time, says Kofar, meaning farmers may set it aside in favor of more pressing tasks,\" reports The Verge. \"That makes it a perfect target for automation.\"\n \n\"The company will be selling its new autonomy package as equipment to be retrofitted onto a number of its more recent tractors. But it has not released pricing -- either upfront costs or annual subscriptions (which it charges for its autosteer products).\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from The Verge: Agricultural equipment maker John Deere has announced its latest piece of autonomous farming kit: a package of hardware and software that combines machine learning with the company's GPS-powered auto-steer features to create a \"fully autonomous tractor.\" The technology to support autonomous farming has been developing rapidly in recent years, but John Deere claims this is a significant step forward. With this technology, farmers will not only be able to take their hands off the wheel of their tractor or leave the cab -- they'll be able to leave the field altogether, letting the equipment do the work without them while monitoring things remotely using their smartphone. \"This is not a demo. It's not a concept machine. It's something we've had in the field with farmers for years and will be taking to production in fall,\" Deanna Kovar, vice president of production and precision ag production systems at John Deere, told The Verge. \"We're not going from no tech all the way up to an autonomous machine,\" says Kovar. \"John Deere's AutoTrac solution has taken the job of steering in the field out of the operators' hands for almost 20 years now.\" Today's announcement, she says, builds on these solutions.\n \nThe big difference with this new technology is that drivers will now be able to set-and-forget some aspects of their self-driving tractors. The company's autonomy kit includes six pairs of stereo cameras that capture a 360-degree view around the tractor. This input is then analyzed by machine vision algorithms, which spot unexpected obstacles. \"All [farmers] need to do is transport [their tractor] to the field, get it set, get out the cab, and use their mobile phone to 'swipe to farm,'\" says Kovar. \"And every eight hours, they return to give it fuel and move it from field to field.\"\n \nAlthough John Deere is presenting this as an autonomous system, it's worth noting that there are humans in the loop, and not just farmers. When the company's algorithms spot something unexpected, images from the cameras will be sent to \"tele-operators\" -- essentially a call center of third-party contractors who will manually check if the obstacle is a false positive or if the problem has resolved itself. If it's a real issue, they'll escalate things to the farmer via an alert on their mobile app. The farmer can then view the images themselves and decide if they want to plot a new course or check the situation in person. \"We've trained the algorithm to know that those are birds flying, you don't have to stop for birds. But if you have, say, a dog in the field, then we'll stop,\" says Kovar. \"We don't want to always alert the farmer because this could be two in the morning. Part of the value of autonomy is allowing farmers to focus on other tasks.\" At first, the autonomous tractors will focus on the job of tillage. \"This is a 'competing priority' job that's usually done around harvest time, says Kofar, meaning farmers may set it aside in favor of more pressing tasks,\" reports The Verge. \"That makes it a perfect target for automation.\"\n \n\"The company will be selling its new autonomy package as equipment to be retrofitted onto a number of its more recent tractors. But it has not released pricing -- either upfront costs or annual subscriptions (which it charges for its autosteer products).\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/04/227209/john-deeres-self-driving-tractor-lets-farmers-leave-the-cab----and-the-field?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-05T03:30:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "86bcdeb4051be92ff3134749d74bc4de", + "highlights": [] + }, + { + "title": "Psilocybin Has No Short- Or Long-Term Detrimental Effects In Healthy People", + "description": "New research from the Institute of Psychiatry, Psychology, & Neuroscience (IoPPN) at King's College London, in partnership with COMPASS Pathways, has established that psilocybin can be safely administered at doses of either 10mg or 25mg to up to six participants simultaneously. King's College London reports: The research, published in The Journal of Psychopharmacology, is an essential first step in demonstrating the safety and feasibility of psilocybin -- a psychedelic drug isolated from the Psilocybe mushroom -- for use within controlled settings alongside talking therapy as a potential treatment for a range of mental health conditions, including treatment-resistant depression (TRD) and PTSD. Current treatment options for these conditions are ineffective or partially effective for many people, resulting in a significant unmet need. Early research has indicated a potential for psilocybin therapy to treat these groups, but no trials have been undertaken at the scale needed for regulatory approval to make the therapy available.\n \nThe trial is the first of its kind to thoroughly investigate the simultaneous administration of psilocybin. 89 healthy participants with no recent (within 1 year) use of psilocybin were recruited. 60 individuals were randomly picked to receive either a 10mg or 25mg dose of psilocybin in a controlled environment. In addition, all participants were provided with one-to-one support from trained psychotherapists. The remaining 29 participants acted as the control group and received a placebo, also with psychological support. Participants were closely monitored for six to eight hours following administration of psilocybin and then followed up for 12 weeks. During this time, they were assessed for a number of possible changes, including sustained attention, memory, and planning, as well as their ability to process emotions. Throughout the study, there were no instances of anyone withdrawing from the study due to an adverse event, and no consistent trends to suggest that either of the psilocybin doses had any short- or long-term detrimental effects on participants.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "New research from the Institute of Psychiatry, Psychology, & Neuroscience (IoPPN) at King's College London, in partnership with COMPASS Pathways, has established that psilocybin can be safely administered at doses of either 10mg or 25mg to up to six participants simultaneously. King's College London reports: The research, published in The Journal of Psychopharmacology, is an essential first step in demonstrating the safety and feasibility of psilocybin -- a psychedelic drug isolated from the Psilocybe mushroom -- for use within controlled settings alongside talking therapy as a potential treatment for a range of mental health conditions, including treatment-resistant depression (TRD) and PTSD. Current treatment options for these conditions are ineffective or partially effective for many people, resulting in a significant unmet need. Early research has indicated a potential for psilocybin therapy to treat these groups, but no trials have been undertaken at the scale needed for regulatory approval to make the therapy available.\n \nThe trial is the first of its kind to thoroughly investigate the simultaneous administration of psilocybin. 89 healthy participants with no recent (within 1 year) use of psilocybin were recruited. 60 individuals were randomly picked to receive either a 10mg or 25mg dose of psilocybin in a controlled environment. In addition, all participants were provided with one-to-one support from trained psychotherapists. The remaining 29 participants acted as the control group and received a placebo, also with psychological support. Participants were closely monitored for six to eight hours following administration of psilocybin and then followed up for 12 weeks. During this time, they were assessed for a number of possible changes, including sustained attention, memory, and planning, as well as their ability to process emotions. Throughout the study, there were no instances of anyone withdrawing from the study due to an adverse event, and no consistent trends to suggest that either of the psilocybin doses had any short- or long-term detrimental effects on participants.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/04/2139258/psilocybin-has-no-short--or-long-term-detrimental-effects-in-healthy-people?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-05T02:02:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "aa46f1de281cd39327df05991ab6a609", + "highlights": [] + }, + { + "title": "Lawsuit Says Google Pays Apple To Keep Away From Internet Search Market", + "description": "A class action lawsuit has been filed in California against Google, Apple and the CEOs of both tech giants for allegedly violating antitrust laws, according to a press release. The complaint calls for the breakup of Google and Apple into separate and independent companies in keeping with the precedent of the of Standard Oil company into Exxon, Mobile, Conoco, Amoco, Sohio, Chevron and others, the release stated. PYMNTS.com reports: Charges in the suit allege that Google and Apple have agreed that Apple would keep out of the internet search business against Google, according to the release. It also claims Google shares its search profits with Apple and gives Apple preferential treatment for all Apple devices; annual multi-billion-dollar payments by Google to Apple not to compete in the search business; suppression of smaller competitors to keep them from the search sector; and acquiring competing companies. Allegations also include higher advertising rates than rates that would be in a competitive system, the release stated.\n \nAttorneys are seeking an end to the alleged billion-dollar payments to Apple from Google and asking the court to prohibit non-compete agreements between the two companies and end the profit-sharing agreement and the preferential treatment for Google on Apple devices, according to the release. \"These powerful companies abused their size by unlawfully foreclosing and monopolizing major markets which in an otherwise free enterprise system would have created jobs, lowered prices, increased production, added new competitors, encouraged innovations and increased the quality of services in the digital age,\" Joseph M. Alioto of Alioto Law, who is representing the plaintiffs, said in the release.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "A class action lawsuit has been filed in California against Google, Apple and the CEOs of both tech giants for allegedly violating antitrust laws, according to a press release. The complaint calls for the breakup of Google and Apple into separate and independent companies in keeping with the precedent of the of Standard Oil company into Exxon, Mobile, Conoco, Amoco, Sohio, Chevron and others, the release stated. PYMNTS.com reports: Charges in the suit allege that Google and Apple have agreed that Apple would keep out of the internet search business against Google, according to the release. It also claims Google shares its search profits with Apple and gives Apple preferential treatment for all Apple devices; annual multi-billion-dollar payments by Google to Apple not to compete in the search business; suppression of smaller competitors to keep them from the search sector; and acquiring competing companies. Allegations also include higher advertising rates than rates that would be in a competitive system, the release stated.\n \nAttorneys are seeking an end to the alleged billion-dollar payments to Apple from Google and asking the court to prohibit non-compete agreements between the two companies and end the profit-sharing agreement and the preferential treatment for Google on Apple devices, according to the release. \"These powerful companies abused their size by unlawfully foreclosing and monopolizing major markets which in an otherwise free enterprise system would have created jobs, lowered prices, increased production, added new competitors, encouraged innovations and increased the quality of services in the digital age,\" Joseph M. Alioto of Alioto Law, who is representing the plaintiffs, said in the release.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://yro.slashdot.org/story/22/01/04/2131222/lawsuit-says-google-pays-apple-to-keep-away-from-internet-search-market?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-05T01:25:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "207df752512c7fa8f8121ef2c6656bc8", + "highlights": [] + }, + { + "title": "A Record 4.5 Million Americans Quit Their Jobs In November", + "description": "An anonymous reader quotes a report from Bloomberg: A record 4.5 million Americans quit their jobs in November while openings remained elevated, highlighting persistent churn in the labor market. The increase in departures was broad across industries and pushed the quits rate up to 3%, matching the most in data back to 2000. Meanwhile, the number of available positions fell to 10.6 million from an upwardly revised 11.1 million in October, the Labor Department's Job Openings and Labor Turnover Survey, or JOLTS, showed Tuesday.\n \nThe median forecast in a Bloomberg survey of economists called for a rise to 11.1 million job openings. While the drop was the largest since April 2020, vacancies remain well above pre-pandemic levels. The unprecedented level of quits -- including a record 1 million in leisure and hospitality alone -- suggests a lingering struggle for employers to retain talent. Meanwhile, the month's increase in hiring showed companies were able to make at least some headway filling vacancies. The data come ahead of Friday's monthly employment report from the Labor Department, which is currently forecast to show that the U.S. added 420,000 jobs in December. [...] Total hires were little changed in November at 6.7 million. Layoffs and discharges were also steady.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from Bloomberg: A record 4.5 million Americans quit their jobs in November while openings remained elevated, highlighting persistent churn in the labor market. The increase in departures was broad across industries and pushed the quits rate up to 3%, matching the most in data back to 2000. Meanwhile, the number of available positions fell to 10.6 million from an upwardly revised 11.1 million in October, the Labor Department's Job Openings and Labor Turnover Survey, or JOLTS, showed Tuesday.\n \nThe median forecast in a Bloomberg survey of economists called for a rise to 11.1 million job openings. While the drop was the largest since April 2020, vacancies remain well above pre-pandemic levels. The unprecedented level of quits -- including a record 1 million in leisure and hospitality alone -- suggests a lingering struggle for employers to retain talent. Meanwhile, the month's increase in hiring showed companies were able to make at least some headway filling vacancies. The data come ahead of Friday's monthly employment report from the Labor Department, which is currently forecast to show that the U.S. added 420,000 jobs in December. [...] Total hires were little changed in November at 6.7 million. Layoffs and discharges were also steady.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://it.slashdot.org/story/22/01/04/2035219/a-record-45-million-americans-quit-their-jobs-in-november?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-05T00:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cb45099e18eb671ad87fcc0dce9eb85e", + "highlights": [] + }, + { + "title": "Apple's Upcoming AR/VR Headset To Feature Three Displays", + "description": "Apple's mixed reality headset that's set to launch in 2022 will be equipped with three displays, according to a research report shared today by display analyst Ross Young. MacRumors reports: The display configuration will include two micro OLED displays along with one AMOLED panel, with Sony set to supply the micro OLED displays that Apple will use. The micro OLED displays will be the main displays for the headset, but it's not yet known just what the AMOLED display will be used for. Modern VR headsets don't use AMOLED technology because the pixel density is too low, so it's possible that Apple is going to add it for low-resolution peripheral vision.\n \nSony recently showed off a 4K display with 4000 pixels per inch designed for use with VR headsets, and the report suggests that it's possible Sony developed this display specifically for Apple. If Apple is indeed using this Sony technology, an assumed array of 4000 x 4000 pixels indicates the display for the headset will measure in at 1.4 inches diagonally. This kind of advanced display configuration will come at a \"high price,\" and Young suggests that the headset will cost several thousand dollars, which is in line with previous reports that have indicated a price of around $3,000.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Apple's mixed reality headset that's set to launch in 2022 will be equipped with three displays, according to a research report shared today by display analyst Ross Young. MacRumors reports: The display configuration will include two micro OLED displays along with one AMOLED panel, with Sony set to supply the micro OLED displays that Apple will use. The micro OLED displays will be the main displays for the headset, but it's not yet known just what the AMOLED display will be used for. Modern VR headsets don't use AMOLED technology because the pixel density is too low, so it's possible that Apple is going to add it for low-resolution peripheral vision.\n \nSony recently showed off a 4K display with 4000 pixels per inch designed for use with VR headsets, and the report suggests that it's possible Sony developed this display specifically for Apple. If Apple is indeed using this Sony technology, an assumed array of 4000 x 4000 pixels indicates the display for the headset will measure in at 1.4 inches diagonally. This kind of advanced display configuration will come at a \"high price,\" and Young suggests that the headset will cost several thousand dollars, which is in line with previous reports that have indicated a price of around $3,000.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://hardware.slashdot.org/story/22/01/04/2119234/apples-upcoming-arvr-headset-to-feature-three-displays?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-05T00:02:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e5f361b63f8df025ef3bcc790ee45822", + "highlights": [] + }, + { + "title": "You Can Now Play Video Games Developed Behind the Iron Curtain", + "description": "An anonymous reader quotes a report from Motherboard: The Cold War couldn't stop gaming from thriving in the Eastern Bloc. From the late 1980s through the early 1990s, a generation of young people living behind the Iron Curtain designed and released their own video games and arcade cabinets. Now, you can play English translations of some of these lost classics of early gaming. One is a text adventure where a Soviet military officer hunts and kills Rambo. The translated games all come from Slovakia and are a collaboration between the Slovak Game Developers Association and the Slovak Design Museum.\n \nAccording to Stanislav Hrda, one of the programmers who created the games on offer, making video games was something only kids did. \"The games were not sold in shops and the authors were not entitled to remuneration,\" he said in the post explaining the project. \"Therefore, practically no one could engage in video game programming as a business activity, and adult programmers worked at most in state institutions on large mainframe computers. Thus, video game programmers became mainly teenagers.\" The computing power was limited and the teenagers' technological knowhow almost non-existent so many of these early games were text adventures. \"These could also be programmed in the simpler Basic language that every home computer had built in,\" Hrda said. \"Text-based games offered the opportunity to imprint one's fantasies into a world of characters, locations, descriptions of reality or fantasy at will. That is why hundreds of such video games were created in the 1980s in Czechoslovakia. The authors from the ranks of teenagers portrayed their friends, but also heroes from films that were distributed on VHS tapes or from the pop-cultural world of the West from the occasionally available comics, films, TV series and books.\"\n \nHrda loved American action movies and programmed the video game Satochin, a text adventure where a Soviet officer hunts John Rambo. \"The game was very hard to win,\" Hrda told Ars Technica. \"Whenever you made a small mistake, you would die. So before you win, you are killed ten times by Rambo.\" [...] The project has localized ten games for Western audiences, including Satochin, with plans to tackle more over the next few years. \"The games translated over the next 2-3 years after the end of the project will represent almost the complete video game production from the period of 8-bit computers in Slovakia, with an emphasis on text adventure games,\" the site said. English versions are available here and can be played in the Fuse emulator. The Slovak versions can be played online through the project's website.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from Motherboard: The Cold War couldn't stop gaming from thriving in the Eastern Bloc. From the late 1980s through the early 1990s, a generation of young people living behind the Iron Curtain designed and released their own video games and arcade cabinets. Now, you can play English translations of some of these lost classics of early gaming. One is a text adventure where a Soviet military officer hunts and kills Rambo. The translated games all come from Slovakia and are a collaboration between the Slovak Game Developers Association and the Slovak Design Museum.\n \nAccording to Stanislav Hrda, one of the programmers who created the games on offer, making video games was something only kids did. \"The games were not sold in shops and the authors were not entitled to remuneration,\" he said in the post explaining the project. \"Therefore, practically no one could engage in video game programming as a business activity, and adult programmers worked at most in state institutions on large mainframe computers. Thus, video game programmers became mainly teenagers.\" The computing power was limited and the teenagers' technological knowhow almost non-existent so many of these early games were text adventures. \"These could also be programmed in the simpler Basic language that every home computer had built in,\" Hrda said. \"Text-based games offered the opportunity to imprint one's fantasies into a world of characters, locations, descriptions of reality or fantasy at will. That is why hundreds of such video games were created in the 1980s in Czechoslovakia. The authors from the ranks of teenagers portrayed their friends, but also heroes from films that were distributed on VHS tapes or from the pop-cultural world of the West from the occasionally available comics, films, TV series and books.\"\n \nHrda loved American action movies and programmed the video game Satochin, a text adventure where a Soviet officer hunts John Rambo. \"The game was very hard to win,\" Hrda told Ars Technica. \"Whenever you made a small mistake, you would die. So before you win, you are killed ten times by Rambo.\" [...] The project has localized ten games for Western audiences, including Satochin, with plans to tackle more over the next few years. \"The games translated over the next 2-3 years after the end of the project will represent almost the complete video game production from the period of 8-bit computers in Slovakia, with an emphasis on text adventure games,\" the site said. English versions are available here and can be played in the Fuse emulator. The Slovak versions can be played online through the project's website.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://games.slashdot.org/story/22/01/04/217250/you-can-now-play-video-games-developed-behind-the-iron-curtain?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-04T23:20:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "abe85a6accbf73f37203877bb241ad1d", + "highlights": [] + }, + { + "title": "Fire At ASML Could Worsen Global Computer Chip Shortage", + "description": "ASML Holding has reported a fire at its factory in Berlin, Germany. No one was hurt and the fire was put out on Sunday night, but the incident could exacerbate the current global computer chip shortage. Here's what ASML said about the incident: The fire was extinguished during the night and fortunately no persons were injured during this incident. At this point it is too early to make any statement on the damage or whether the incident will have any impact on the output plan for this year. It will take a few days to conduct a thorough investigation and make a full assessment. As soon as we have such assessment, we will provide an update. The Register reports: ASML is the world's largest supplier of photolithography systems, the machines used to manufacture integrated circuits. Its units -- which cost tens of millions of dollars -- use lasers to etch components into blank silicon wafers, to within an accuracy of nanometers. Berliner Glas, where the fire was extinguished, was acquired by ASML in 2020, and says that over \"1,200 employees\" work at the firm, now known as ASML Berlin, developing and producing \"several key components for ASML lithography systems, including wafer tables and clamps, reticle chucks and mirror blocks.\"\n \nThese are key components for extreme ultraviolet (EUV) and deep ultraviolet (DUV) systems. EUV, in particular, which helps ASML's semiconductor-making clients print chips in much finer detail and at a lower cost, is seen as one of the drivers behind the firm's predictions of a $1 trillion semiconductor industry by 2030. The Dutch firm's customers include TSMC and Intel.\n \nBerlin's fire department said last night that an automatic cleaning system had caught fire across an area of 200m^2 on the second floor of a three-storey \"industrial\" building in Waldkraiburger Strasse in Berlin's Britz district in the Neukolln area. Resources deployed at the site included a drone that could access the roof. The Berlin company's stated production area is 31,780m^2. A spokesperson confirmed to The Register that a part of the Berlin factory was closed -- but said other parts of the factory were still operating. The firm's stock price dipped 2 per cent on the news.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "ASML Holding has reported a fire at its factory in Berlin, Germany. No one was hurt and the fire was put out on Sunday night, but the incident could exacerbate the current global computer chip shortage. Here's what ASML said about the incident: The fire was extinguished during the night and fortunately no persons were injured during this incident. At this point it is too early to make any statement on the damage or whether the incident will have any impact on the output plan for this year. It will take a few days to conduct a thorough investigation and make a full assessment. As soon as we have such assessment, we will provide an update. The Register reports: ASML is the world's largest supplier of photolithography systems, the machines used to manufacture integrated circuits. Its units -- which cost tens of millions of dollars -- use lasers to etch components into blank silicon wafers, to within an accuracy of nanometers. Berliner Glas, where the fire was extinguished, was acquired by ASML in 2020, and says that over \"1,200 employees\" work at the firm, now known as ASML Berlin, developing and producing \"several key components for ASML lithography systems, including wafer tables and clamps, reticle chucks and mirror blocks.\"\n \nThese are key components for extreme ultraviolet (EUV) and deep ultraviolet (DUV) systems. EUV, in particular, which helps ASML's semiconductor-making clients print chips in much finer detail and at a lower cost, is seen as one of the drivers behind the firm's predictions of a $1 trillion semiconductor industry by 2030. The Dutch firm's customers include TSMC and Intel.\n \nBerlin's fire department said last night that an automatic cleaning system had caught fire across an area of 200m^2 on the second floor of a three-storey \"industrial\" building in Waldkraiburger Strasse in Berlin's Britz district in the Neukolln area. Resources deployed at the site included a drone that could access the roof. The Berlin company's stated production area is 31,780m^2. A spokesperson confirmed to The Register that a part of the Berlin factory was closed -- but said other parts of the factory were still operating. The firm's stock price dipped 2 per cent on the news.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://hardware.slashdot.org/story/22/01/04/2055205/fire-at-asml-could-worsen-global-computer-chip-shortage?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-04T22:40:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "41ab79f8019ac12f786a57a424054613", + "highlights": [] + }, + { + "title": "James Webb Space Telescope: Sun Shield Fully Deployed", + "description": "\"On Tuesday morning, all five layers of the James Webb Space Telescope were fully locked into place,\" writes Slashdot reader quonset. The BBC reports: There were many who doubted the wisdom of a design that included so many motors, gears, pulleys and cables. But years of testing on full-scale and sub-scale models paid dividends as controllers first separated the shield's different layers and then tensioned them. The fifth and final membrane was locked into place at 16:58 GMT. \"The unfurling and securing of the sun shield is part of what NASA refers to as '29 days on the edge,' writes quonset, citing an article from CNN. \"During the 29 days, Webb will set up shop, unfurling its giant gold mirror and the protective tennis court-size sunshield. This process involves thousands of parts that must function harmoniously, in the right sequence. Fortunately, each step can be controlled from the ground in case there are issues.\"\n \n\"The next step is the unboxing of the mirror which had to be folded to fit inside the nose cone of the rocket for launch. If all goes well, by the end of the weekend, the mirror will be in place and ready for testing before full operations begin.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "\"On Tuesday morning, all five layers of the James Webb Space Telescope were fully locked into place,\" writes Slashdot reader quonset. The BBC reports: There were many who doubted the wisdom of a design that included so many motors, gears, pulleys and cables. But years of testing on full-scale and sub-scale models paid dividends as controllers first separated the shield's different layers and then tensioned them. The fifth and final membrane was locked into place at 16:58 GMT. \"The unfurling and securing of the sun shield is part of what NASA refers to as '29 days on the edge,' writes quonset, citing an article from CNN. \"During the 29 days, Webb will set up shop, unfurling its giant gold mirror and the protective tennis court-size sunshield. This process involves thousands of parts that must function harmoniously, in the right sequence. Fortunately, each step can be controlled from the ground in case there are issues.\"\n \n\"The next step is the unboxing of the mirror which had to be folded to fit inside the nose cone of the rocket for launch. If all goes well, by the end of the weekend, the mirror will be in place and ready for testing before full operations begin.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/04/2042246/james-webb-space-telescope-sun-shield-fully-deployed?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-04T22:02:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dd36953bd847bf66d4d9a15022f5735c", + "highlights": [] + }, + { + "title": "30% of Supported Surface Devices Don't Have Windows 11 Driver Packages Yet", + "description": "Reader segaboy81 shares a report: When Microsoft announced Windows 11 in June of 2021, it was greeted with mixed reactions by the tech press. Some outlets praised the round corners and modern design elements, while others conjectured that visual elements from the remains of Windows 10x had simply been transplanted onto a stable, familiar base. All the while, Microsoft had been gaining a loyal following with what was purported to be last version on Windows. Windows, like Arch Linux, had essentially become a rolling release. That all changed with the announcement of the Surface Pro 8, Surface Go 3, and Surface Laptop Studio. \n\nThe road has been long for many users, mired with controversy regarding TPM 2.0, AMD Ryzen performance pitfalls, and more. We are a full two months into the official release of Windows 11, but driver support for Microsoft's Surface line of devices listed on the official compatibility list is still incomplete. Counting AMD and Intel variants of the Surface Laptop and the 2021 lineup of new hardware, there are 16 base Surface configurations that support Windows 11. Five of them still don't have a Windows 11 driver package two months after release. They are as follows: Surface Go 2, Surface Pro 6, Surface Laptop 2, Surface Laptop 3 (Ryzen), and Surface Studio 2.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Reader segaboy81 shares a report: When Microsoft announced Windows 11 in June of 2021, it was greeted with mixed reactions by the tech press. Some outlets praised the round corners and modern design elements, while others conjectured that visual elements from the remains of Windows 10x had simply been transplanted onto a stable, familiar base. All the while, Microsoft had been gaining a loyal following with what was purported to be last version on Windows. Windows, like Arch Linux, had essentially become a rolling release. That all changed with the announcement of the Surface Pro 8, Surface Go 3, and Surface Laptop Studio. \n\nThe road has been long for many users, mired with controversy regarding TPM 2.0, AMD Ryzen performance pitfalls, and more. We are a full two months into the official release of Windows 11, but driver support for Microsoft's Surface line of devices listed on the official compatibility list is still incomplete. Counting AMD and Intel variants of the Surface Laptop and the 2021 lineup of new hardware, there are 16 base Surface configurations that support Windows 11. Five of them still don't have a Windows 11 driver package two months after release. They are as follows: Surface Go 2, Surface Pro 6, Surface Laptop 2, Surface Laptop 3 (Ryzen), and Surface Studio 2.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/04/1836218/30-of-supported-surface-devices-dont-have-windows-11-driver-packages-yet?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-04T18:45:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6453945e99affe71354c290e745aeb3b", + "highlights": [] + }, + { + "title": "LG TVs Now Have a Built-in Health Platform", + "description": "All 2021 and 2022 LG smart TVs will be equipped with a health education and telehealth app from the senior-focused health platform Independa, the company announced today. The platform will allow users to set up and have telehealth appointments through their TV. From a report: While telehealth visits via apps on smartphones and computers have become normal for many patients during the pandemic, using a TV-sized screen to see a doctor can be helpful for people with eyesight issues, says Kian Saneii, Independa's founder and CEO. It also makes it easier for doctors to ask people to stand up or show more of their body during the visit. \"You can't hold your phone out far enough to show the right thing,\" he says. \"Versus on the TV, you can walk around, you can bend your arm -- the actual engagement becomes more effective.\" Users have to set up separate accounts with the on-demand doctor and dentist services on the Independa platform, and they're prompted to do so through a QR code. Some people might be able to have their visit covered by insurance, but right now, most patients will pay a flat fee -- $75 for a dentist's call and around $55 for a doctor, Saneii says. That could be a barrier to some users. On-demand telehealth programs also often don't connect back to patients' medical records, which could make it difficult to pass information from those visits back to their regular doctors. Further reading: Samsung is Putting NFTs in Its Smart TVs.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "All 2021 and 2022 LG smart TVs will be equipped with a health education and telehealth app from the senior-focused health platform Independa, the company announced today. The platform will allow users to set up and have telehealth appointments through their TV. From a report: While telehealth visits via apps on smartphones and computers have become normal for many patients during the pandemic, using a TV-sized screen to see a doctor can be helpful for people with eyesight issues, says Kian Saneii, Independa's founder and CEO. It also makes it easier for doctors to ask people to stand up or show more of their body during the visit. \"You can't hold your phone out far enough to show the right thing,\" he says. \"Versus on the TV, you can walk around, you can bend your arm -- the actual engagement becomes more effective.\" Users have to set up separate accounts with the on-demand doctor and dentist services on the Independa platform, and they're prompted to do so through a QR code. Some people might be able to have their visit covered by insurance, but right now, most patients will pay a flat fee -- $75 for a dentist's call and around $55 for a doctor, Saneii says. That could be a barrier to some users. On-demand telehealth programs also often don't connect back to patients' medical records, which could make it difficult to pass information from those visits back to their regular doctors. Further reading: Samsung is Putting NFTs in Its Smart TVs.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://entertainment.slashdot.org/story/22/01/04/187216/lg-tvs-now-have-a-built-in-health-platform?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-04T18:07:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c3d16a4adc33b03d7286d9ec7a08aab1", + "highlights": [] + }, + { + "title": "The RTX 3090 Ti is NVIDIA's New Flagship GPU", + "description": "At its CES press conference today, NVIDIA teased a new flagship GPU: the RTX 3090 Ti. It says more details will arrive soon, but handed out a few specs to tide its fans over until then. From a report: As a refresher, NVIDIA currently has the RTX 3090 at the top of its stack, with the RTX 3080 Ti close behind and the RTX 3080 as the mainstream flagship. All three are based on the same GA102 chip, with the number of active cores, clock speeds and memory configurations being the key differentiators. The RTX 3090 Ti will usurp the 3090 as the ultra high-end GPU outside of its creator line. Like the 3090, the 3090 Ti will have 24GB of GDDR6X memory, except it'll be running at 21Gbit/s, as opposed to the 19.5Gbit/s of the 3090's memory. NVIDIA also says the GPU is capable of calculating 40 shader teraflops, 78 RT teraflops and 320 tensor (AI) teraflops That compares to the 3090's 35.6 shader teraflops, 69.5 RT teraflops and 285 tensor teraflops.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "At its CES press conference today, NVIDIA teased a new flagship GPU: the RTX 3090 Ti. It says more details will arrive soon, but handed out a few specs to tide its fans over until then. From a report: As a refresher, NVIDIA currently has the RTX 3090 at the top of its stack, with the RTX 3080 Ti close behind and the RTX 3080 as the mainstream flagship. All three are based on the same GA102 chip, with the number of active cores, clock speeds and memory configurations being the key differentiators. The RTX 3090 Ti will usurp the 3090 as the ultra high-end GPU outside of its creator line. Like the 3090, the 3090 Ti will have 24GB of GDDR6X memory, except it'll be running at 21Gbit/s, as opposed to the 19.5Gbit/s of the 3090's memory. NVIDIA also says the GPU is capable of calculating 40 shader teraflops, 78 RT teraflops and 320 tensor (AI) teraflops That compares to the 3090's 35.6 shader teraflops, 69.5 RT teraflops and 285 tensor teraflops.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/04/1735220/the-rtx-3090-ti-is-nvidias-new-flagship-gpu?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-04T17:35:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e1f9611223ebeae7bdc1c99feb621010", + "highlights": [] + }, + { + "title": "DuckDuckGo Just Finished a Banner Year ", + "description": "DuckDuckGo, a privacy-oriented search engine, netted more than 35 billion search queries in 2021, a 46.4% jump over 2020 (23.6 billion). From a report: That's big. Even so, the company, which bills itself as the \"Internet privacy company,\" offering a search engine and other products designed to \"empower you to seamlessly take control of your personal information online without any tradeoffs,\" remains a rounding error compared to Google in search. Whether it remains a highly successful (and profitable) rounding error, however, could depend on how serious we become about the privacy of our searches.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "DuckDuckGo, a privacy-oriented search engine, netted more than 35 billion search queries in 2021, a 46.4% jump over 2020 (23.6 billion). From a report: That's big. Even so, the company, which bills itself as the \"Internet privacy company,\" offering a search engine and other products designed to \"empower you to seamlessly take control of your personal information online without any tradeoffs,\" remains a rounding error compared to Google in search. Whether it remains a highly successful (and profitable) rounding error, however, could depend on how serious we become about the privacy of our searches.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://yro.slashdot.org/story/22/01/04/1649221/duckduckgo-just-finished-a-banner-year?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-04T16:48:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e8f97f35a203266c906cb6795bf8b4fa", + "highlights": [] + }, + { + "title": "AMD Announces Ryzen 6000 Mobile CPUs for Laptops: Zen3+ on 6nm with RDNA2 Graphics", + "description": "AnandTech: The notebook market is a tough nut to crack with a single solution. People want that mix of high performance at the top, cost effectiveness at the bottom, and throughout there has to be efficiency, utility, and function. On the back of a successful ramp last year, AMD is striking the notebook market hot again in 2022 with the launch of its new Ryzen 6000 Mobile processors. These 'Rembrandt' APUs feature AMD's latest RDNA2 graphics, up to eight Zen3+ cores with enhanced power management features, and it uses TSMC's N6 manufacturing process for performance and efficiency improvements. Yesterday AMD disclosed that they would be launching the new Ryzen 6000 Mobile series today -- updated cores, better graphics, more features, all in a single monolithic package a little over 200 mm2. \n\nThere will be 10 new processors, ranging from the traditional portable 15 W and 28 W hardware, up to 35 W and 45 W plus for the high-end gaming machines. AMD is expecting 200+ premium systems in the market with Ryzen Mobile in 2022. At the heart of the design is AMD's Zen 3+ core, which affords an improvement in power management between the cores, but keeps the Zen 3 performance characteristics. The focus here is mainly to improve idle power consumption and power when using accelerators, to help extend the life of ultraportable devices -- AMD is claiming 15-40% lower power between web browsing and video streaming. There is a frequency uplift as well, with the top processors going up to 5.0 GHz. AMD is claiming up to 1.3x single thread performance for the Ryzen 7 6800U.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "AnandTech: The notebook market is a tough nut to crack with a single solution. People want that mix of high performance at the top, cost effectiveness at the bottom, and throughout there has to be efficiency, utility, and function. On the back of a successful ramp last year, AMD is striking the notebook market hot again in 2022 with the launch of its new Ryzen 6000 Mobile processors. These 'Rembrandt' APUs feature AMD's latest RDNA2 graphics, up to eight Zen3+ cores with enhanced power management features, and it uses TSMC's N6 manufacturing process for performance and efficiency improvements. Yesterday AMD disclosed that they would be launching the new Ryzen 6000 Mobile series today -- updated cores, better graphics, more features, all in a single monolithic package a little over 200 mm2. \n\nThere will be 10 new processors, ranging from the traditional portable 15 W and 28 W hardware, up to 35 W and 45 W plus for the high-end gaming machines. AMD is expecting 200+ premium systems in the market with Ryzen Mobile in 2022. At the heart of the design is AMD's Zen 3+ core, which affords an improvement in power management between the cores, but keeps the Zen 3 performance characteristics. The focus here is mainly to improve idle power consumption and power when using accelerators, to help extend the life of ultraportable devices -- AMD is claiming 15-40% lower power between web browsing and video streaming. There is a frequency uplift as well, with the top processors going up to 5.0 GHz. AMD is claiming up to 1.3x single thread performance for the Ryzen 7 6800U.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/04/1619216/amd-announces-ryzen-6000-mobile-cpus-for-laptops-zen3-on-6nm-with-rdna2-graphics?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-04T16:19:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3a7c9241f5e291eeb3115ec872c8e178", + "highlights": [] + }, + { + "title": "Sony Announces the World's First QD-OLED 4K TV", + "description": "Sony is setting some pretty grand expectations with its 2022 TV lineup -- led by the introduction of the world's first consumer QD-OLED TV. From a report: The company's current and well-regarded OLED sets use panels from LG Display that are tuned with Sony's own processing. But the new flagship Bravia XR A95K TV will include a QD-OLED (quantum dot organic light emitting diode) panel manufactured by none other than Samsung Display. It'll come in 65-inch and 55-inch sizes, with both coming in at 4K resolution. It was rumored that Samsung Electronics might announce a QD-OLED 4K TV at CES 2022, but that hasn't panned out so far. So it's Sony that gets the prime spotlight instead. Samsung Display has been developing QD-OLED for a number of years, and the display technology could become something of a middle step between standard OLED and the MicroLED displays that only Samsung is selling right now -- for ungodly sums of money. QD-OLED is designed to combine the best traits of OLED (perfect blacks, infinite contrast, etc.) with benefits of quantum dot LED TVs like improved brightness and more vivid color reproduction at higher brightness levels. It's not a major new approach like Micro LED, but more of a progression from where things have stood for a few years.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Sony is setting some pretty grand expectations with its 2022 TV lineup -- led by the introduction of the world's first consumer QD-OLED TV. From a report: The company's current and well-regarded OLED sets use panels from LG Display that are tuned with Sony's own processing. But the new flagship Bravia XR A95K TV will include a QD-OLED (quantum dot organic light emitting diode) panel manufactured by none other than Samsung Display. It'll come in 65-inch and 55-inch sizes, with both coming in at 4K resolution. It was rumored that Samsung Electronics might announce a QD-OLED 4K TV at CES 2022, but that hasn't panned out so far. So it's Sony that gets the prime spotlight instead. Samsung Display has been developing QD-OLED for a number of years, and the display technology could become something of a middle step between standard OLED and the MicroLED displays that only Samsung is selling right now -- for ungodly sums of money. QD-OLED is designed to combine the best traits of OLED (perfect blacks, infinite contrast, etc.) with benefits of quantum dot LED TVs like improved brightness and more vivid color reproduction at higher brightness levels. It's not a major new approach like Micro LED, but more of a progression from where things have stood for a few years.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://entertainment.slashdot.org/story/22/01/04/1539205/sony-announces-the-worlds-first-qd-oled-4k-tv?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-04T15:38:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "85659e34cd565822bd3cdf4c98c4f3d8", + "highlights": [] + }, + { + "title": "Amazon Aims To Increase Influence On K-12 Schools and Make Kids Hardware-Savvy", + "description": "theodp writes: A job posting for a US Senior Manager, Amazon Future Engineer reveals Amazon's ambitious expansion plans for K-12 CS education in the U.S. and beyond: \"We believe computer science can unleash creativity and unlock human potential. Amazon Future Engineer is a global, childhood-to-career, education program designed to increase access to computer science education to young people from underserved and underrepresented communities. [...] We are looking for a leader to increase our reach and impact in the United States among students in our primary target population: students attending, graduating from, or living in neighborhoods served by Title I public schools. In the U.S., we currently reach more than 6,000 Title I schools and have awarded 300 college scholarships. We seek to continue scaling our reach and impact in Title I schools, but more importantly to grow our impact on the students we serve. [...] This leader will also work closely with the Amazon Future Engineer global product team as a Voice of the Customer conduit for students and teachers in the HQ regions and U.S. more broadly. In addition, this leader will serve as a colleague to other Product Managers leading local implementation of AFE programs in other countries (including among others, the UK, France, and Canada). [...] Amazon Future Engineer is a pillar program of Amazon in the Community. While the day-to-day work of AFE focuses on CS education, this role requires a systems-thinker who understands that educational needs intersect with other needs addressed by other AITC pillar programs (e.g., hunger, housing equity). This role will collaborate and coordinate with other Amazon community impact initiatives.\" Interestingly, Code.org's GitHub documentation and code suggests that the tech-backed nonprofit has been helping Amazon achieve its Title I reach-and-impact ambitions. In the code, NCES data from the U.S. Dept. of Education is used with Amazon-specified cutoffs to qualify certain teachers and schools for participation in the $50M Amazon Future Engineer program, as well as their eligibility for other \"Free stuff from Amazon\". Comments in routine afe_high_needs explain how the code \"determines if [a] school meets Amazon Future Engineer criteria\" and is deemed \"eligible if the school is any of the following: a) title I school, b) more than 40% URM [underrepresented minority] students, or c) more than 40% of students eligible for free and reduced meals.\" National School Lunch Program eligibility data is often used as a proxy for the number of students living in poverty (in 2015, a majority of public school students qualified for free or reduced-price lunch). In a second job posting for a Sr. Product Manager, Amazon Future Engineer, Amazon reveals its plans for K-12 CS education also go beyond software: \"We're looking for leader for a new initiative that combines hands-on STEM learning for K12 students with pathways into careers in hardware design engineering. You will envision and launch a new 'maker challenge' to ignite student's natural creativity to solve problems that matter to them through technology. Additionally, you will work backward from diverse hardware engineers working today to create an experimental early career scholar-internship cohort that allows students to gain a foothold as technology professionals. You will be adept at partnership with schools and nonprofits that serve underserved communities, business units that excel in hardware engineering, and Amazon Future Engineer's broader team. You will be instrumental in delivering a hands-on and hardware centric nucleus at the center of our company-wide goal to reach 1.6 million underrepresented students globally with equitable computer science learning.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "theodp writes: A job posting for a US Senior Manager, Amazon Future Engineer reveals Amazon's ambitious expansion plans for K-12 CS education in the U.S. and beyond: \"We believe computer science can unleash creativity and unlock human potential. Amazon Future Engineer is a global, childhood-to-career, education program designed to increase access to computer science education to young people from underserved and underrepresented communities. [...] We are looking for a leader to increase our reach and impact in the United States among students in our primary target population: students attending, graduating from, or living in neighborhoods served by Title I public schools. In the U.S., we currently reach more than 6,000 Title I schools and have awarded 300 college scholarships. We seek to continue scaling our reach and impact in Title I schools, but more importantly to grow our impact on the students we serve. [...] This leader will also work closely with the Amazon Future Engineer global product team as a Voice of the Customer conduit for students and teachers in the HQ regions and U.S. more broadly. In addition, this leader will serve as a colleague to other Product Managers leading local implementation of AFE programs in other countries (including among others, the UK, France, and Canada). [...] Amazon Future Engineer is a pillar program of Amazon in the Community. While the day-to-day work of AFE focuses on CS education, this role requires a systems-thinker who understands that educational needs intersect with other needs addressed by other AITC pillar programs (e.g., hunger, housing equity). This role will collaborate and coordinate with other Amazon community impact initiatives.\" Interestingly, Code.org's GitHub documentation and code suggests that the tech-backed nonprofit has been helping Amazon achieve its Title I reach-and-impact ambitions. In the code, NCES data from the U.S. Dept. of Education is used with Amazon-specified cutoffs to qualify certain teachers and schools for participation in the $50M Amazon Future Engineer program, as well as their eligibility for other \"Free stuff from Amazon\". Comments in routine afe_high_needs explain how the code \"determines if [a] school meets Amazon Future Engineer criteria\" and is deemed \"eligible if the school is any of the following: a) title I school, b) more than 40% URM [underrepresented minority] students, or c) more than 40% of students eligible for free and reduced meals.\" National School Lunch Program eligibility data is often used as a proxy for the number of students living in poverty (in 2015, a majority of public school students qualified for free or reduced-price lunch). In a second job posting for a Sr. Product Manager, Amazon Future Engineer, Amazon reveals its plans for K-12 CS education also go beyond software: \"We're looking for leader for a new initiative that combines hands-on STEM learning for K12 students with pathways into careers in hardware design engineering. You will envision and launch a new 'maker challenge' to ignite student's natural creativity to solve problems that matter to them through technology. Additionally, you will work backward from diverse hardware engineers working today to create an experimental early career scholar-internship cohort that allows students to gain a foothold as technology professionals. You will be adept at partnership with schools and nonprofits that serve underserved communities, business units that excel in hardware engineering, and Amazon Future Engineer's broader team. You will be instrumental in delivering a hands-on and hardware centric nucleus at the center of our company-wide goal to reach 1.6 million underrepresented students globally with equitable computer science learning.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/04/1443200/amazon-aims-to-increase-influence-on-k-12-schools-and-make-kids-hardware-savvy?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-04T14:42:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6f789f8a9ce001474c399c272b124036", + "highlights": [] + }, + { + "title": "Wordle Is a Love Story", + "description": "Josh Wardle, a software engineer in Brooklyn, knew his partner loved word games, so he created a guessing game for just the two of them. As a play on his last name, he named it Wordle. But after the couple played for months, and after it rapidly became an obsession in his family's WhatsApp group once he introduced it to relatives, Mr. Wardle thought he might be on to something and released it to the rest of the world in October. From a report: On Nov. 1, 90 people played. On Sunday, just over two months later, more than 300,000 people played. It's been a meteoric rise for the once-a-day game, which invites players to guess a five-letter word in a similar manner as the guess-the-color game Mastermind. After guessing a five-letter word, the game tells you whether any of your letters are in the secret word and whether they are in the correct place. You have six tries to get it right. Few such popular corners of the internet are as low-frills as the website, which Mr. Wardle built himself as a side project. There are no ads or flashing banners; no windows pop up or ask for money. There is merely the game on a black background. \n\n\"I think people kind of appreciate that there's this thing online that's just fun,\" Mr. Wardle said in an interview on Monday. \"It's not trying to do anything shady with your data or your eyeballs. It's just a game that's fun.\" This is not Mr. Wardle's first brush with suddenly capturing widespread attention. Formerly a software engineer for Reddit, he created two collaborative social experiments on the site, called The Button and Place, that each were phenomena in their moment. But Wordle was built without a team of engineers. It was just him and his partner, Palak Shah, killing time during a pandemic. Mr. Wardle said he first created a similar prototype in 2013, but his friends were unimpressed and he scrapped the idea. In 2020, he and Ms. Shah \"got really into\" the New York Times Spelling Bee and the daily crossword, \"so I wanted to come up with a game that she would enjoy,\" he said. The breakthrough, he said, was limiting players to one game per day. That enforced a sense of scarcity, which he said was partially inspired by the Spelling Bee, which leaves people wanting more, he said.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Josh Wardle, a software engineer in Brooklyn, knew his partner loved word games, so he created a guessing game for just the two of them. As a play on his last name, he named it Wordle. But after the couple played for months, and after it rapidly became an obsession in his family's WhatsApp group once he introduced it to relatives, Mr. Wardle thought he might be on to something and released it to the rest of the world in October. From a report: On Nov. 1, 90 people played. On Sunday, just over two months later, more than 300,000 people played. It's been a meteoric rise for the once-a-day game, which invites players to guess a five-letter word in a similar manner as the guess-the-color game Mastermind. After guessing a five-letter word, the game tells you whether any of your letters are in the secret word and whether they are in the correct place. You have six tries to get it right. Few such popular corners of the internet are as low-frills as the website, which Mr. Wardle built himself as a side project. There are no ads or flashing banners; no windows pop up or ask for money. There is merely the game on a black background. \n\n\"I think people kind of appreciate that there's this thing online that's just fun,\" Mr. Wardle said in an interview on Monday. \"It's not trying to do anything shady with your data or your eyeballs. It's just a game that's fun.\" This is not Mr. Wardle's first brush with suddenly capturing widespread attention. Formerly a software engineer for Reddit, he created two collaborative social experiments on the site, called The Button and Place, that each were phenomena in their moment. But Wordle was built without a team of engineers. It was just him and his partner, Palak Shah, killing time during a pandemic. Mr. Wardle said he first created a similar prototype in 2013, but his friends were unimpressed and he scrapped the idea. In 2020, he and Ms. Shah \"got really into\" the New York Times Spelling Bee and the daily crossword, \"so I wanted to come up with a game that she would enjoy,\" he said. The breakthrough, he said, was limiting players to one game per day. That enforced a sense of scarcity, which he said was partially inspired by the Spelling Bee, which leaves people wanting more, he said.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/04/1412258/wordle-is-a-love-story?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-04T14:12:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ed2861d297aa5febd5e0b7f0c930982f", + "highlights": [] + }, + { + "title": "New Patent-Free COVID Vaccine Developed As 'Gift To the World'", + "description": "An anonymous reader quotes a report from New Atlas: A new COVID-19 vaccine, developed by researchers from the Texas Children's Hospital and Baylor College of Medicine, is being offered patent-free to vaccine manufacturers across the world. Human trials have shown the vaccine to be safe and effective, with India already authorizing its use as production ramps up to over 100 million doses per month. The vaccine has been named Corbevax and it is based on a traditional protein-based technology that has been safely used for decades. Like other COVID-19 vaccines, Corbevax focuses on the coronavirus spike protein, but instead of using mRNA to direct our cells to produce those spike proteins internally it delivers lab-grown spike proteins to the body. The researchers took the gene that codes for the spike protein and engineered yeast to produce it. These proteins are collected, purified, and combined with an adjuvant to enhance immune responses. This exact method has been used to produce the hepatitis B vaccine for years.\n \nIn late 2020 the US research team developing the vaccine joined forces with India-based pharma company Biological E to begin clinical trials and establish manufacturing capacity. Across 2021 those clinical trials included several thousand participants and ultimately found Corbevax to be safe and effective at generating robust immune responses to SARS-CoV-2. The trial data was compared to an already approved vaccine called Covishield (the Indian-made version of Astrazeneca's well-known COVID-19 vaccine). Corbevax generated significantly fewer adverse effects than Covishield and produced superior immune responses. Neutralizing antibody responses to Corbevax indicate the vaccine should be at least 80 percent effective at preventing symptomatic COVID-19 from the Delta variant. Specific data against the Omicron variant is expected soon but it is hypothesized to be at least as effective as most currently available vaccines. Perhaps the most important feature of this new vaccine is the fact it has been developed as a patent-free product that can be easily manufactured by vaccine-producers around the world. The project has been described as \"gift to the world\" by researcher Peter Hotez. \"India is the first country to issue emergency authorization to Corbevax and Biological E reportedly has 150 million doses ready to go, with production capacity set for 100 million doses per month from February,\" reports New Atlas.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from New Atlas: A new COVID-19 vaccine, developed by researchers from the Texas Children's Hospital and Baylor College of Medicine, is being offered patent-free to vaccine manufacturers across the world. Human trials have shown the vaccine to be safe and effective, with India already authorizing its use as production ramps up to over 100 million doses per month. The vaccine has been named Corbevax and it is based on a traditional protein-based technology that has been safely used for decades. Like other COVID-19 vaccines, Corbevax focuses on the coronavirus spike protein, but instead of using mRNA to direct our cells to produce those spike proteins internally it delivers lab-grown spike proteins to the body. The researchers took the gene that codes for the spike protein and engineered yeast to produce it. These proteins are collected, purified, and combined with an adjuvant to enhance immune responses. This exact method has been used to produce the hepatitis B vaccine for years.\n \nIn late 2020 the US research team developing the vaccine joined forces with India-based pharma company Biological E to begin clinical trials and establish manufacturing capacity. Across 2021 those clinical trials included several thousand participants and ultimately found Corbevax to be safe and effective at generating robust immune responses to SARS-CoV-2. The trial data was compared to an already approved vaccine called Covishield (the Indian-made version of Astrazeneca's well-known COVID-19 vaccine). Corbevax generated significantly fewer adverse effects than Covishield and produced superior immune responses. Neutralizing antibody responses to Corbevax indicate the vaccine should be at least 80 percent effective at preventing symptomatic COVID-19 from the Delta variant. Specific data against the Omicron variant is expected soon but it is hypothesized to be at least as effective as most currently available vaccines. Perhaps the most important feature of this new vaccine is the fact it has been developed as a patent-free product that can be easily manufactured by vaccine-producers around the world. The project has been described as \"gift to the world\" by researcher Peter Hotez. \"India is the first country to issue emergency authorization to Corbevax and Biological E reportedly has 150 million doses ready to go, with production capacity set for 100 million doses per month from February,\" reports New Atlas.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/04/0114246/new-patent-free-covid-vaccine-developed-as-gift-to-the-world?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-04T13:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "68ab227f95e45323b16074eb6b00b0ce", + "highlights": [] + }, + { + "title": "Mercedes-Benz Boasts 620-Mile Range For Its Latest EV Concept", + "description": "Mercedes-Benz has unveiled a concept electric vehicle it claims would be able to run for more than 620 miles before needing to recharge. Engadget reports: Should it come to fruition and live up to that promise, the Vision EQXX would beat the range of the Lucid Air Dream Edition by more than 100 miles and the Tesla Model S Long Range Plus by around 220 miles. Based on the automaker's simulations, the Vision EQXX would use less than 10 kWh to travel 62 miles on public roads, delivering an efficiency of more than 6 miles per kWh. Converted into fossil fuel consumption, Mercedes says that's around the \"golden figure\" of 1 liter of gasoline per 62 miles.\n \nThe battery is half the size of and 30 percent lighter than the one in the EQS. However, it still has a capacity of almost 100 kWh. What's more, there are ultra-thin solar panels on the roof that can add up to 25 km (15.5 miles) of range. The Vision EQXX is a lightweight car (1,750 kg or 3,858 lbs) that has been aerodynamically optimized. The automaker says that, with a drag coefficient of cd 0.17, the EV is more aerodynamic than a football (which has a cd of 0.18 to 0.2). What's more, Mercedes claims that 95 percent of battery energy is directed to the wheels.\n \nTeams from Mercedes' research and development centers worked with its Formula 1 and Formula E engineers on the concept. They harnessed digital tools to reduce waste and weight by cutting out excess material -- the wheels are made with magnesium and the brake discs are built with aluminum alloy. The Vision EQXX uses recycled and plant-based materials too. As for the interior, the Vision EQXX's infotainment system has a single 47.5-inch, mini-LED 8K screen. Like the Hyperscreen in the EQS, it spans almost the entire width of the cabin, though this is a one-piece display. The automaker worked with NAVIS Automotive Systems on a navigation system with zoom and scroll functions that include a satellite view. The \"Hey Mercedes\" voice assistant is integrated into the infotainment system too.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Mercedes-Benz has unveiled a concept electric vehicle it claims would be able to run for more than 620 miles before needing to recharge. Engadget reports: Should it come to fruition and live up to that promise, the Vision EQXX would beat the range of the Lucid Air Dream Edition by more than 100 miles and the Tesla Model S Long Range Plus by around 220 miles. Based on the automaker's simulations, the Vision EQXX would use less than 10 kWh to travel 62 miles on public roads, delivering an efficiency of more than 6 miles per kWh. Converted into fossil fuel consumption, Mercedes says that's around the \"golden figure\" of 1 liter of gasoline per 62 miles.\n \nThe battery is half the size of and 30 percent lighter than the one in the EQS. However, it still has a capacity of almost 100 kWh. What's more, there are ultra-thin solar panels on the roof that can add up to 25 km (15.5 miles) of range. The Vision EQXX is a lightweight car (1,750 kg or 3,858 lbs) that has been aerodynamically optimized. The automaker says that, with a drag coefficient of cd 0.17, the EV is more aerodynamic than a football (which has a cd of 0.18 to 0.2). What's more, Mercedes claims that 95 percent of battery energy is directed to the wheels.\n \nTeams from Mercedes' research and development centers worked with its Formula 1 and Formula E engineers on the concept. They harnessed digital tools to reduce waste and weight by cutting out excess material -- the wheels are made with magnesium and the brake discs are built with aluminum alloy. The Vision EQXX uses recycled and plant-based materials too. As for the interior, the Vision EQXX's infotainment system has a single 47.5-inch, mini-LED 8K screen. Like the Hyperscreen in the EQS, it spans almost the entire width of the cabin, though this is a one-piece display. The automaker worked with NAVIS Automotive Systems on a navigation system with zoom and scroll functions that include a satellite view. The \"Hey Mercedes\" voice assistant is integrated into the infotainment system too.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/03/2345212/mercedes-benz-boasts-620-mile-range-for-its-latest-ev-concept?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-04T10:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "365ec62a955b811c65e040bf65d64107", + "highlights": [] + }, + { + "title": "US Sets Global Daily Record of Over 1 Million COVID-19 Cases", + "description": "According to data from Johns Hopkins University, more than 1 million people in the U.S. were diagnosed with COVID-19 on Monday. Bloomberg reports: The highly mutated variant drove U.S. cases to a record, the most -- by a large margin -- that any country has ever reported. Monday's number is almost double the previous record of about 590,000 set just four days ago in the U.S., which itself was a doubling from the prior week. It is also more than twice the case count seen anywhere else at any time since the pandemic began more than two years ago. The highest number outside the U.S. came during India's delta surge, when more than 414,000 people were diagnosed on May 7, 2021.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "According to data from Johns Hopkins University, more than 1 million people in the U.S. were diagnosed with COVID-19 on Monday. Bloomberg reports: The highly mutated variant drove U.S. cases to a record, the most -- by a large margin -- that any country has ever reported. Monday's number is almost double the previous record of about 590,000 set just four days ago in the U.S., which itself was a doubling from the prior week. It is also more than twice the case count seen anywhere else at any time since the pandemic began more than two years ago. The highest number outside the U.S. came during India's delta surge, when more than 414,000 people were diagnosed on May 7, 2021.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/04/0810208/us-sets-global-daily-record-of-over-1-million-covid-19-cases?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-04T08:30:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d568b8eb0eba9995dadd3e0202a44b43", + "highlights": [] + }, + { + "title": "An Apple HomeKit Bug Can Send iOS Devices Into a Death Spiral", + "description": "Security researcher Trevor Spiniolas has discovered a vulnerability \"capable of locking iOS devices into a spiral of freezing, crashing, and rebooting if a user connects to a sabotaged Apple Home device,\" reports The Verge. From the report: The vulnerability [...] can be exploited through Apple's HomeKit API, the software interface that allows an iOS app to control compatible smart home devices. If an attacker creates a HomeKit device with an extremely long name -- around 500,000 characters -- then an iOS device that connects to it will become unresponsive once it reads the device name and enter a cycle of freezing and rebooting that can only be ended by wiping and restoring the iOS device. What's more, since HomeKit device names are backed up to iCloud, signing in to the same iCloud account with a restored device will trigger the crash again, with the cycle continuing until the device owner switches off the option to sync Home devices from iCloud.\n \nThough it's possible that an attacker could compromise a user's existing HomeKit-enabled device, the most likely way the exploit would be triggered is if the attacker created a spoof Home network and tricked a user into joining via a phishing email. To guard against the attack, the main precaution for iOS users is to instantly reject any invitations to join an unfamiliar Home network. Additionally, iOS users who currently use smart home devices can protect themselves by entering the Control Center and disabling the setting \"Show Home Controls.\" (This won't prevent Home devices from being used but limits which information is accessible through the Control Center.)

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Security researcher Trevor Spiniolas has discovered a vulnerability \"capable of locking iOS devices into a spiral of freezing, crashing, and rebooting if a user connects to a sabotaged Apple Home device,\" reports The Verge. From the report: The vulnerability [...] can be exploited through Apple's HomeKit API, the software interface that allows an iOS app to control compatible smart home devices. If an attacker creates a HomeKit device with an extremely long name -- around 500,000 characters -- then an iOS device that connects to it will become unresponsive once it reads the device name and enter a cycle of freezing and rebooting that can only be ended by wiping and restoring the iOS device. What's more, since HomeKit device names are backed up to iCloud, signing in to the same iCloud account with a restored device will trigger the crash again, with the cycle continuing until the device owner switches off the option to sync Home devices from iCloud.\n \nThough it's possible that an attacker could compromise a user's existing HomeKit-enabled device, the most likely way the exploit would be triggered is if the attacker created a spoof Home network and tricked a user into joining via a phishing email. To guard against the attack, the main precaution for iOS users is to instantly reject any invitations to join an unfamiliar Home network. Additionally, iOS users who currently use smart home devices can protect themselves by entering the Control Center and disabling the setting \"Show Home Controls.\" (This won't prevent Home devices from being used but limits which information is accessible through the Control Center.)

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://it.slashdot.org/story/22/01/03/2352230/an-apple-homekit-bug-can-send-ios-devices-into-a-death-spiral?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-04T07:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8f236475c594b0f07872bbf533da6b05", + "highlights": [] + }, + { + "title": "People Have Been Having Less Sex", + "description": "An anonymous reader quotes a report from Scientific American: Human sexual activity affects cognitive function, health, happiness and overall quality of life -- and, yes, there is also the matter of reproduction. The huge range of benefits is one reason researchers have become alarmed at declines in sexual activity around the world, from Japan to Europe to Australia. A recent study evaluating what is happening in the U.S. has added to the pile of evidence, showing declines from 2009 to 2018 in all forms of partnered sexual activity, including penile-vaginal intercourse, anal sex and partnered masturbation. The findings show that adolescents report less solo masturbation as well.\n \nThe decreases \"aren't trivial,\" as the authors wrote in the study, published on November 19 in Archives of Sexual Behavior. Between 2009 and 2018, the proportion of adolescents reporting no sexual activity, either alone or with partners, rose from 28.8 percent to 44.2 percent among young men and from 49.5 percent in 2009 to 74 percent among young women. The researchers obtained the self-reported information from the National Survey of Sexual Health and Behavior and used responses from 4,155 people in 2009 and 4,547 people in 2018. These respondents to the confidential survey ranged in age from 14 to 49 years. The study itself did not probe the reasons for this trend. Scientific American spoke with the study's authors, Debby Herbenick and Tsung-chieh (Jane) Fu, about underlying factors that might explain these changes. Among the young, the researchers say social media, gaming and \"rough sex\" may contribute to this trend. The grief, health challenges, job loss and financial strain of the pandemic can all influence sexual interest and sex drive, too.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from Scientific American: Human sexual activity affects cognitive function, health, happiness and overall quality of life -- and, yes, there is also the matter of reproduction. The huge range of benefits is one reason researchers have become alarmed at declines in sexual activity around the world, from Japan to Europe to Australia. A recent study evaluating what is happening in the U.S. has added to the pile of evidence, showing declines from 2009 to 2018 in all forms of partnered sexual activity, including penile-vaginal intercourse, anal sex and partnered masturbation. The findings show that adolescents report less solo masturbation as well.\n \nThe decreases \"aren't trivial,\" as the authors wrote in the study, published on November 19 in Archives of Sexual Behavior. Between 2009 and 2018, the proportion of adolescents reporting no sexual activity, either alone or with partners, rose from 28.8 percent to 44.2 percent among young men and from 49.5 percent in 2009 to 74 percent among young women. The researchers obtained the self-reported information from the National Survey of Sexual Health and Behavior and used responses from 4,155 people in 2009 and 4,547 people in 2018. These respondents to the confidential survey ranged in age from 14 to 49 years. The study itself did not probe the reasons for this trend. Scientific American spoke with the study's authors, Debby Herbenick and Tsung-chieh (Jane) Fu, about underlying factors that might explain these changes. Among the young, the researchers say social media, gaming and \"rough sex\" may contribute to this trend. The grief, health challenges, job loss and financial strain of the pandemic can all influence sexual interest and sex drive, too.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/04/0015239/people-have-been-having-less-sex?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-04T03:30:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4d8a2019488b1fe9b68343c0a077d93d", + "highlights": [] + }, + { + "title": "Chinese Fusion Reactor Maintains 70 Million Degrees Celsius For More Than 17 Minutes", + "description": "spth writes from a report via German publisher Heise: The Experimental Advanced Superconducting Tokamak (EAST) in Hefei, China has maintained a temperature of 70 million degrees celsius for 17 minutes at the end of 2021. It had previously held 120 million degrees celsius for 101 seconds and 160 million degrees celsius for 20 seconds. The goal is to keep 100 million degrees for one week. The purpose of the research at EAST is to support the International Thermonuclear Experimental Reactor (ITER) in Cadarache, France. The reactor maintained these temperatures for exactly 1,056 seconds, or 17 minutes, 36 seconds, notes the Institute of Plasma Physics Chinese Academy of Sciences in an announcement.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "spth writes from a report via German publisher Heise: The Experimental Advanced Superconducting Tokamak (EAST) in Hefei, China has maintained a temperature of 70 million degrees celsius for 17 minutes at the end of 2021. It had previously held 120 million degrees celsius for 101 seconds and 160 million degrees celsius for 20 seconds. The goal is to keep 100 million degrees for one week. The purpose of the research at EAST is to support the International Thermonuclear Experimental Reactor (ITER) in Cadarache, France. The reactor maintained these temperatures for exactly 1,056 seconds, or 17 minutes, 36 seconds, notes the Institute of Plasma Physics Chinese Academy of Sciences in an announcement.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/03/2340216/chinese-fusion-reactor-maintains-70-million-degrees-celsius-for-more-than-17-minutes?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-04T01:50:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "34b2b2883ee3bb49630b6a49258ef219", + "highlights": [] + }, + { + "title": "Theranos Founder Elizabeth Holmes Found Guilty", + "description": "After deliberating for more than 40 hours over six days, jurors in the Elizabeth Holmes criminal trial have found Holmes guilty on four of 11 charges of defrauding the company's investors and patients. She was found not guilty on four counts. NPR reports: When the verdict was read, Holmes had no visible reaction. She sat masked in the courtroom and later hugged members of her family in the front row of the court. Holmes could face up to 20 years in prison, although legal experts say her sentence is likely to be less than that. During the nearly four-month federal trial in San Jose, jurors heard from over 30 witnesses called by prosecutors. Together, they painted Holmes as a charismatic entrepreneur who secured hundreds of millions of dollars in investment for a medical device that never delivered on her promises. When Theranos' technology fell short, the government argued, Holmes covered it up and kept insisting that the machines would transform how diseases are diagnosed through blood tests. The jury's decision followed seven days of deliberations. Still, the jury could not reach a unanimous decision on three charges, which will be resolved at a later date..\n \nHolmes took the witness stand for more than 20 hours to defend herself. She accused her ex-boyfriend and former deputy at Theranos, Ramesh \"Sunny\" Balwani, of sexual abuse, saying that clouded her sense of judgement. Balwani faces a separate fraud trial in the same court in February. Holmes also showed remorse on the stand. She said she wished she had handled some key business matters differently. But she blamed others for the downfall of Theranos. She said lab directors whom she had trusted were the ones closest to the technology. And she said Balwani, not her, oversaw the company's financial forecasts, which were later discovered to be grossly inflated. Yet the government offered evidence that Holmes had an iron grip on Theranos' operations. Prosecutors argued she did not stop -- and even helped spread -- falsehoods about the company that misled investors into pouring millions into the startup. Theranos' value, once estimated at more than $9 billion, was ultimately squandered.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "After deliberating for more than 40 hours over six days, jurors in the Elizabeth Holmes criminal trial have found Holmes guilty on four of 11 charges of defrauding the company's investors and patients. She was found not guilty on four counts. NPR reports: When the verdict was read, Holmes had no visible reaction. She sat masked in the courtroom and later hugged members of her family in the front row of the court. Holmes could face up to 20 years in prison, although legal experts say her sentence is likely to be less than that. During the nearly four-month federal trial in San Jose, jurors heard from over 30 witnesses called by prosecutors. Together, they painted Holmes as a charismatic entrepreneur who secured hundreds of millions of dollars in investment for a medical device that never delivered on her promises. When Theranos' technology fell short, the government argued, Holmes covered it up and kept insisting that the machines would transform how diseases are diagnosed through blood tests. The jury's decision followed seven days of deliberations. Still, the jury could not reach a unanimous decision on three charges, which will be resolved at a later date..\n \nHolmes took the witness stand for more than 20 hours to defend herself. She accused her ex-boyfriend and former deputy at Theranos, Ramesh \"Sunny\" Balwani, of sexual abuse, saying that clouded her sense of judgement. Balwani faces a separate fraud trial in the same court in February. Holmes also showed remorse on the stand. She said she wished she had handled some key business matters differently. But she blamed others for the downfall of Theranos. She said lab directors whom she had trusted were the ones closest to the technology. And she said Balwani, not her, oversaw the company's financial forecasts, which were later discovered to be grossly inflated. Yet the government offered evidence that Holmes had an iron grip on Theranos' operations. Prosecutors argued she did not stop -- and even helped spread -- falsehoods about the company that misled investors into pouring millions into the startup. Theranos' value, once estimated at more than $9 billion, was ultimately squandered.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/04/0051229/theranos-founder-elizabeth-holmes-found-guilty?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-04T00:53:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "995ea0972f8bb9b824968405a20578b7", + "highlights": [] + }, + { + "title": "Bowie Estate Sells Songwriting Catalog to Warner Music", + "description": "David Bowie's estate has sold his entire songwriting catalog to Warner Music, including classics like \"Space Oddity,\" \"Let's Dance\" and \"Heroes,\" in the latest blockbuster deal for music rights. The New York Times reports: Warner's music publishing division, Warner Chappell, announced the agreement on Monday, saying that it encompassed Bowie's entire corpus as a songwriter, from the material on his 1967 debut album, \"David Bowie,\" to his final album, \"Blackstar,\" released just before Bowie's death in 2016 at age 69. The deal, for more than 400 songs, also includes soundtrack music; the material for Bowie's short-lived band Tin Machine from the late 1980s and early '90s; and other works. The price of the transaction was not disclosed, but is estimated at about $250 million. \"These are not only extraordinary songs, but milestones that have changed the course of modern music forever,\" Guy Moot, the chief executive of Warner Chappell, said in a statement. David Bowie, the so-called \"most wired rock star on the planet,\" has been featured in a number of Slashdot stories over the years.\n \nIn 2002, Bowie talked about his new album, distribution deal with Sony, and how he's \"fully confident that copyright, for instance, will no longer exist in 10 years, and authorship and intellectual property is in for such a bashing.\"\n \nIn the late 90s, Bowie advocated for MP3s, telling The Guardian that they \"could change the entire idea of what music is -- and that isn't so bad.\" Years later, he seemed to agree that concert ticket prices needed to increase to offset the rise in P2P file sharing and illegal downloads.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "David Bowie's estate has sold his entire songwriting catalog to Warner Music, including classics like \"Space Oddity,\" \"Let's Dance\" and \"Heroes,\" in the latest blockbuster deal for music rights. The New York Times reports: Warner's music publishing division, Warner Chappell, announced the agreement on Monday, saying that it encompassed Bowie's entire corpus as a songwriter, from the material on his 1967 debut album, \"David Bowie,\" to his final album, \"Blackstar,\" released just before Bowie's death in 2016 at age 69. The deal, for more than 400 songs, also includes soundtrack music; the material for Bowie's short-lived band Tin Machine from the late 1980s and early '90s; and other works. The price of the transaction was not disclosed, but is estimated at about $250 million. \"These are not only extraordinary songs, but milestones that have changed the course of modern music forever,\" Guy Moot, the chief executive of Warner Chappell, said in a statement. David Bowie, the so-called \"most wired rock star on the planet,\" has been featured in a number of Slashdot stories over the years.\n \nIn 2002, Bowie talked about his new album, distribution deal with Sony, and how he's \"fully confident that copyright, for instance, will no longer exist in 10 years, and authorship and intellectual property is in for such a bashing.\"\n \nIn the late 90s, Bowie advocated for MP3s, telling The Guardian that they \"could change the entire idea of what music is -- and that isn't so bad.\" Years later, he seemed to agree that concert ticket prices needed to increase to offset the rise in P2P file sharing and illegal downloads.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://entertainment.slashdot.org/story/22/01/04/0030247/bowie-estate-sells-songwriting-catalog-to-warner-music?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-04T00:32:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b3bdce5220cd7c5dc6ac26ef57d086b1", + "highlights": [] + }, + { + "title": "Five of World's Most Powerful Nations Pledge To Avoid Nuclear War", + "description": "An anonymous reader quotes a report from The Guardian: Five of the world's most powerful nations have agreed that \"a nuclear war cannot be won and must never be fought\" in a rare joint pledge to reduce the risk of such a conflict ever starting. The pledge was signed by the US, Russia, China, the UK and France, the five nuclear weapons states recognized by the 1968 Nuclear Non-Proliferation Treaty (NPT) who are also the five permanent members of the UN security council. They are known as the P5 or the N5. Such a common statement on a major issue of global security has become a rarity at a time of increasing friction between Russia, China and the west. With Moscow threatening to invade Ukraine and China signaling its readiness to use military force against Taiwan, the joint statement represents a renewed commitment to prevent any confrontation turning into a nuclear catastrophe.\n \nA senior US state department official said the wording of the statement had been hammered out at P5 meetings over several months, despite the high-tension environment. \"At the base level to be able to say that this is how we think about these risks, and this is an acknowledgement that it is something that we want to avoid, particularly during a difficult time, I think is noteworthy,\" the official said. The release of the statement had been timed to coincide with the five-yearly review conference of the NPT, but that conference has been postponed amid the spread of the Omicron variant of Covid-19, and disagreements on whether the session could be held virtually. \"We affirm that a nuclear war cannot be won and must never be fought,\" the statement said, echoing a joint declaration by Ronald Reagan and Mikhail Gorbachev at a 1985 summit in Geneva.\n \nThe NPT was a bargain between states without nuclear weapons, who pledged not to acquire them, and the five nuclear-armed states, which promised to disarm. The review conference, originally planned for 2020, was expected to be contentious as a result of the stalling of momentum towards disarmament and the moves made by the five weapons states to modernize their arsenals. Four other countries with nuclear weapons, not recognized under NPT: Israel, India, Pakistan and North Korea -- have also shown no signs of reducing their stockpiles. Meanwhile, the breakdown of the 2015 nuclear agreement with Iran and the deadlock so far in attempts to salvage it, have raised the risks of nuclear proliferation, particularly in the Middle East. Monday's joint statement was aimed at improving the atmosphere at the NPT review conference.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from The Guardian: Five of the world's most powerful nations have agreed that \"a nuclear war cannot be won and must never be fought\" in a rare joint pledge to reduce the risk of such a conflict ever starting. The pledge was signed by the US, Russia, China, the UK and France, the five nuclear weapons states recognized by the 1968 Nuclear Non-Proliferation Treaty (NPT) who are also the five permanent members of the UN security council. They are known as the P5 or the N5. Such a common statement on a major issue of global security has become a rarity at a time of increasing friction between Russia, China and the west. With Moscow threatening to invade Ukraine and China signaling its readiness to use military force against Taiwan, the joint statement represents a renewed commitment to prevent any confrontation turning into a nuclear catastrophe.\n \nA senior US state department official said the wording of the statement had been hammered out at P5 meetings over several months, despite the high-tension environment. \"At the base level to be able to say that this is how we think about these risks, and this is an acknowledgement that it is something that we want to avoid, particularly during a difficult time, I think is noteworthy,\" the official said. The release of the statement had been timed to coincide with the five-yearly review conference of the NPT, but that conference has been postponed amid the spread of the Omicron variant of Covid-19, and disagreements on whether the session could be held virtually. \"We affirm that a nuclear war cannot be won and must never be fought,\" the statement said, echoing a joint declaration by Ronald Reagan and Mikhail Gorbachev at a 1985 summit in Geneva.\n \nThe NPT was a bargain between states without nuclear weapons, who pledged not to acquire them, and the five nuclear-armed states, which promised to disarm. The review conference, originally planned for 2020, was expected to be contentious as a result of the stalling of momentum towards disarmament and the moves made by the five weapons states to modernize their arsenals. Four other countries with nuclear weapons, not recognized under NPT: Israel, India, Pakistan and North Korea -- have also shown no signs of reducing their stockpiles. Meanwhile, the breakdown of the 2015 nuclear agreement with Iran and the deadlock so far in attempts to salvage it, have raised the risks of nuclear proliferation, particularly in the Middle East. Monday's joint statement was aimed at improving the atmosphere at the NPT review conference.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/03/2224247/five-of-worlds-most-powerful-nations-pledge-to-avoid-nuclear-war?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-03T23:50:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1adf9970a7e88390678ba067f0d36ca4", + "highlights": [] + }, + { + "title": "Over 140,000 Gaming Firms Close As China Continues New License Freeze", + "description": "China is continuing to hold off from issuing new game licenses to app developers producing for the App Store and other platforms, in regulatory inaction that has reportedly led to the shuttering of around 140,000 small game studios and related companies in the country. By contrast, 180,000 video game firms shut down during all of 2020. Apple Insider reports: Under Chinese law, game developers must be licensed in order to sell games in the App Store and in other app marketplaces. While regulators stopped issuing new licenses in late 2021, it seems that the ban on new licenses is set to continue into 2022. The National press and Publication Administration (NPPA), which issues licenses for games in China, is continuing to abstain from publishing lists of new approved games. Following on from a suspension that started at the end of July, the South China Morning Post reports it has now become the longest suspension of new game licenses since a nine-month blackout in 2018.\n \nRegulators decided to suspend game license approvals in July as approvals for new games were considered \"a bit too aggressive\" in the first half of 2021, reports indicated. At the time it wasn't advised how long the hiatus would last, except that one unnamed source said it would be for \"a while.\" The lack of a license means a game cannot be submitted to the regional App Store, nor can it be updated. Apple has been suspending updates and pulling games from the China App Store that didn't have a license from the NPPA since July 2020, to comply with local laws. The report speculates that the freeze \"may be connected to a government crackdown on gaming addiction.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "China is continuing to hold off from issuing new game licenses to app developers producing for the App Store and other platforms, in regulatory inaction that has reportedly led to the shuttering of around 140,000 small game studios and related companies in the country. By contrast, 180,000 video game firms shut down during all of 2020. Apple Insider reports: Under Chinese law, game developers must be licensed in order to sell games in the App Store and in other app marketplaces. While regulators stopped issuing new licenses in late 2021, it seems that the ban on new licenses is set to continue into 2022. The National press and Publication Administration (NPPA), which issues licenses for games in China, is continuing to abstain from publishing lists of new approved games. Following on from a suspension that started at the end of July, the South China Morning Post reports it has now become the longest suspension of new game licenses since a nine-month blackout in 2018.\n \nRegulators decided to suspend game license approvals in July as approvals for new games were considered \"a bit too aggressive\" in the first half of 2021, reports indicated. At the time it wasn't advised how long the hiatus would last, except that one unnamed source said it would be for \"a while.\" The lack of a license means a game cannot be submitted to the regional App Store, nor can it be updated. Apple has been suspending updates and pulling games from the China App Store that didn't have a license from the NPPA since July 2020, to comply with local laws. The report speculates that the freeze \"may be connected to a government crackdown on gaming addiction.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://games.slashdot.org/story/22/01/03/2217219/over-140000-gaming-firms-close-as-china-continues-new-license-freeze?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-03T23:10:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b40193ef861ea1711885c8fd271ce527", + "highlights": [] + }, + { + "title": "Samsung's New TV Remote Uses Radio Waves From Your Router To Stay Charged", + "description": "The new version of Samsung's Eco Remote features \"RF harvesting capabilities that let the remote preserve its charge by 'collecting routers' radio waves and converting them to energy,'\" reports The Verge. It can also be charged with solar energy. From the report: Aside from the new RF harvesting option, the Eco Remote can be charged from both outdoor and indoor light or (for the fastest results) over USB-C. Samsung says it's introducing a white model of the remote this year, which the company says is meant to better complement its \"lifestyle\" TVs like The Frame, Serif, and Sero. As with the original remote, the intention here is to ditch AAA batteries. Samsung has previously estimated that switching to solar-powered remotes could avoid 99 million discarded batteries over the course of seven years. It has also explored other ways of self-charging the internal battery such as \"harnessing the kinetic energy that's created when the remote is shaken\" and \"using the vibrational energy that's created when the microphone picks up sounds.\" But this time around it settled on adding RF harvesting as another way to keep the clicker functioning whenever you need it.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "The new version of Samsung's Eco Remote features \"RF harvesting capabilities that let the remote preserve its charge by 'collecting routers' radio waves and converting them to energy,'\" reports The Verge. It can also be charged with solar energy. From the report: Aside from the new RF harvesting option, the Eco Remote can be charged from both outdoor and indoor light or (for the fastest results) over USB-C. Samsung says it's introducing a white model of the remote this year, which the company says is meant to better complement its \"lifestyle\" TVs like The Frame, Serif, and Sero. As with the original remote, the intention here is to ditch AAA batteries. Samsung has previously estimated that switching to solar-powered remotes could avoid 99 million discarded batteries over the course of seven years. It has also explored other ways of self-charging the internal battery such as \"harnessing the kinetic energy that's created when the remote is shaken\" and \"using the vibrational energy that's created when the microphone picks up sounds.\" But this time around it settled on adding RF harvesting as another way to keep the clicker functioning whenever you need it.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://mobile.slashdot.org/story/22/01/03/226209/samsungs-new-tv-remote-uses-radio-waves-from-your-router-to-stay-charged?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-03T22:30:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "39d154888afa2d0afb9851e985e40d7d", + "highlights": [] + }, + { + "title": "Jury In Elizabeth Holmes Trial Deadlocked On 3 of 11 Counts", + "description": "An anonymous reader quotes a report from Ars Technica: Jurors in the Elizabeth Holmes criminal trial have been unable to reach a verdict in three of the 11 counts of fraud she has been charged with, according to a note read in court today. Eight men and four women have been deliberating for more than 40 hours over six days, much of which occurred before an extended holiday weekend. Today is their first day back from break. It's unclear what decision the jury reached in the eight counts they have been able to agree on. Judge Edward Davila reread part of the instructions he previously gave the jury, ones that outline the burden of proof to overcome the presumption of innocence. Davila also read to the jury a modified version of model instructions that are given to deadlocked juries. [...] After hearing the new instructions, the jury was sent back to deliberate the three charges further. UPDATE: Theranos Founder Elizabeth Holmes Found Guilty

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader quotes a report from Ars Technica: Jurors in the Elizabeth Holmes criminal trial have been unable to reach a verdict in three of the 11 counts of fraud she has been charged with, according to a note read in court today. Eight men and four women have been deliberating for more than 40 hours over six days, much of which occurred before an extended holiday weekend. Today is their first day back from break. It's unclear what decision the jury reached in the eight counts they have been able to agree on. Judge Edward Davila reread part of the instructions he previously gave the jury, ones that outline the burden of proof to overcome the presumption of innocence. Davila also read to the jury a modified version of model instructions that are given to deadlocked juries. [...] After hearing the new instructions, the jury was sent back to deliberate the three charges further. UPDATE: Theranos Founder Elizabeth Holmes Found Guilty

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://yro.slashdot.org/story/22/01/03/2151203/jury-in-elizabeth-holmes-trial-deadlocked-on-3-of-11-counts?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "BeauHD", + "pubDate": "2022-01-03T21:53:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "452286a9d4aa5f0f0ae400e61109428a", + "highlights": [] + }, + { + "title": "Samsung is Putting NFTs in Its Smart TVs", + "description": "Given that 2021 was a blockbuster year for NFTs, it's not particularly surprising that major tech companies are incorporating Non-Fungible Tokens into their CES lineup. From a report: The latest comes from Samsung, which revealed a new \"NFT Aggregation Platform\" designed for its smart TVs. The platform, which will be available on Samsung's MicroLed, Neo QLED and The Frame models, allows users to browse and buy NFTs directly from their sets. The platform pulls in NFTs from several marketplaces, so users can preview the art and see other relevant details, like who created the work, as well as relevant blockchain metadata.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Given that 2021 was a blockbuster year for NFTs, it's not particularly surprising that major tech companies are incorporating Non-Fungible Tokens into their CES lineup. From a report: The latest comes from Samsung, which revealed a new \"NFT Aggregation Platform\" designed for its smart TVs. The platform, which will be available on Samsung's MicroLed, Neo QLED and The Frame models, allows users to browse and buy NFTs directly from their sets. The platform pulls in NFTs from several marketplaces, so users can preview the art and see other relevant details, like who created the work, as well as relevant blockchain metadata.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/03/203207/samsung-is-putting-nfts-in-its-smart-tvs?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-03T20:08:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3c3c461e84df0dc12454581bbbcd4513", + "highlights": [] + }, + { + "title": "When They Warn of Rare Disorders, These Prenatal Tests Are Usually Wrong", + "description": "The New York Times: After a year of fertility treatments, Yael Geller was thrilled when she found out she was pregnant in November 2020. Following a normal ultrasound, she was confident enough to tell her 3-year-old son his \"brother or sister\" was in her belly. But a few weeks later, as she was driving her son home from school, her doctor's office called. A prenatal blood test indicated her fetus might be missing part of a chromosome, which could lead to serious ailments and mental illness. Sitting on the couch that evening with her husband, she cried as she explained they might be facing a decision on terminating the pregnancy. He sat quietly with the news. \"How is this happening to me?\" Ms. Geller, 32, recalled thinking. The next day, doctors used a long, painful needle to retrieve a small piece of her placenta. It was tested and showed the initial result was wrong. She now has a 6-month-old, Emmanuel, who shows no signs of the condition he screened positive for. Ms. Geller had been misled by a wondrous promise that Silicon Valley has made to expectant mothers: that a few vials of their blood, drawn in the first trimester, can allow companies to detect serious developmental problems in the DNA of the fetus with remarkable accuracy. \n\nIn just over a decade, the tests have gone from laboratory experiments to an industry that serves more than a third of the pregnant women in America, luring major companies like Labcorp and Quest Diagnostics into the business, alongside many start-ups. The tests initially looked for Down syndrome and worked very well. But as manufacturers tried to outsell each other, they began offering additional screenings for increasingly rare conditions. The grave predictions made by those newer tests are usually wrong, an examination by The New York Times has found. That includes the screening that came back positive for Ms. Geller, which looks for Prader-Willi syndrome, a condition that offers little chance of living independently as an adult. Studies have found its positive results are incorrect more than 90 percent of the time. Nonetheless, on product brochures and test result sheets, companies describe the tests to pregnant women and their doctors as near certain. They advertise their findings as \"reliable\" and \"highly accurate,\" offering \"total confidence\" and \"peace of mind\" for patients who want to know as much as possible. \n\nSome of the companies offer tests without publishing any data on how well they perform, or point to numbers for their best screenings while leaving out weaker ones. Others base their claims on studies in which only one or two pregnancies actually had the condition in question. These aren't the first Silicon Valley firms to try to build a business around blood tests. Years before the first prenatal testing company opened, another start-up, Theranos, made claims that it could run more than a thousand tests on a tiny blood sample, before it collapsed amid allegations of fraud. In contrast with Theranos, the science behind these companies' ability to test blood for common disorders is not in question. Experts say it has revolutionized Down syndrome screening, significantly reducing the need for riskier tests. However, the same technology -- known as noninvasive prenatal testing, or NIPT -- performs much worse when it looks for less common conditions. Most are caused by small missing pieces of chromosomes called microdeletions. Others stem from missing or extra copies of entire chromosomes. They can have a wide range of symptoms, including intellectual disability, heart defects, a shortened life span or a high infant mortality rate.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "The New York Times: After a year of fertility treatments, Yael Geller was thrilled when she found out she was pregnant in November 2020. Following a normal ultrasound, she was confident enough to tell her 3-year-old son his \"brother or sister\" was in her belly. But a few weeks later, as she was driving her son home from school, her doctor's office called. A prenatal blood test indicated her fetus might be missing part of a chromosome, which could lead to serious ailments and mental illness. Sitting on the couch that evening with her husband, she cried as she explained they might be facing a decision on terminating the pregnancy. He sat quietly with the news. \"How is this happening to me?\" Ms. Geller, 32, recalled thinking. The next day, doctors used a long, painful needle to retrieve a small piece of her placenta. It was tested and showed the initial result was wrong. She now has a 6-month-old, Emmanuel, who shows no signs of the condition he screened positive for. Ms. Geller had been misled by a wondrous promise that Silicon Valley has made to expectant mothers: that a few vials of their blood, drawn in the first trimester, can allow companies to detect serious developmental problems in the DNA of the fetus with remarkable accuracy. \n\nIn just over a decade, the tests have gone from laboratory experiments to an industry that serves more than a third of the pregnant women in America, luring major companies like Labcorp and Quest Diagnostics into the business, alongside many start-ups. The tests initially looked for Down syndrome and worked very well. But as manufacturers tried to outsell each other, they began offering additional screenings for increasingly rare conditions. The grave predictions made by those newer tests are usually wrong, an examination by The New York Times has found. That includes the screening that came back positive for Ms. Geller, which looks for Prader-Willi syndrome, a condition that offers little chance of living independently as an adult. Studies have found its positive results are incorrect more than 90 percent of the time. Nonetheless, on product brochures and test result sheets, companies describe the tests to pregnant women and their doctors as near certain. They advertise their findings as \"reliable\" and \"highly accurate,\" offering \"total confidence\" and \"peace of mind\" for patients who want to know as much as possible. \n\nSome of the companies offer tests without publishing any data on how well they perform, or point to numbers for their best screenings while leaving out weaker ones. Others base their claims on studies in which only one or two pregnancies actually had the condition in question. These aren't the first Silicon Valley firms to try to build a business around blood tests. Years before the first prenatal testing company opened, another start-up, Theranos, made claims that it could run more than a thousand tests on a tiny blood sample, before it collapsed amid allegations of fraud. In contrast with Theranos, the science behind these companies' ability to test blood for common disorders is not in question. Experts say it has revolutionized Down syndrome screening, significantly reducing the need for riskier tests. However, the same technology -- known as noninvasive prenatal testing, or NIPT -- performs much worse when it looks for less common conditions. Most are caused by small missing pieces of chromosomes called microdeletions. Others stem from missing or extra copies of entire chromosomes. They can have a wide range of symptoms, including intellectual disability, heart defects, a shortened life span or a high infant mortality rate.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/03/1912236/when-they-warn-of-rare-disorders-these-prenatal-tests-are-usually-wrong?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-03T19:30:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6223c3168d24a50e0ef540f1bd344e19", + "highlights": [] + }, + { + "title": "Apple Becomes First US Company To Reach $3 Trillion Market Cap", + "description": "Apple hit a market cap of $3 trillion during intraday trading on Monday, tripling its valuation in under four years. Apple broke the barrier when its share price hit $182.86. From a report: The milestone is mostly symbolic but it shows investors remain bullish on Apple stock and its ability to grow. Apple showed annual growth across all of its product categories in its fourth-quarter earnings, with revenue up 29% year-over-year. While the iPhone is still the biggest sales driver, Apple's services business grew 25.6% year-over-year and delivered more than $18 billion in revenue during the quarter. And analysts see plenty of room to run. In December, for example, Morgan Stanley's Katy Huberty raised the firm's price target on Apple from $164 to $200, and maintained the equivalent of a buy rating, arguing that new products like virtual reality and augmented reality headsets aren't yet baked into the share price. Huberty also said she expects Apple's App Store revenue to outperform Morgan Stanley's forecasts for the quarter and for Apple to ship 83 million units during the December quarter, 3 million more than anticipated.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Apple hit a market cap of $3 trillion during intraday trading on Monday, tripling its valuation in under four years. Apple broke the barrier when its share price hit $182.86. From a report: The milestone is mostly symbolic but it shows investors remain bullish on Apple stock and its ability to grow. Apple showed annual growth across all of its product categories in its fourth-quarter earnings, with revenue up 29% year-over-year. While the iPhone is still the biggest sales driver, Apple's services business grew 25.6% year-over-year and delivered more than $18 billion in revenue during the quarter. And analysts see plenty of room to run. In December, for example, Morgan Stanley's Katy Huberty raised the firm's price target on Apple from $164 to $200, and maintained the equivalent of a buy rating, arguing that new products like virtual reality and augmented reality headsets aren't yet baked into the share price. Huberty also said she expects Apple's App Store revenue to outperform Morgan Stanley's forecasts for the quarter and for Apple to ship 83 million units during the December quarter, 3 million more than anticipated.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://apple.slashdot.org/story/22/01/03/191245/apple-becomes-first-us-company-to-reach-3-trillion-market-cap?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-03T19:01:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ec2e42a7fa3ecd0e1774e4e09f66ef6e", + "highlights": [] + }, + { + "title": "Mozilla Founder Slams Mozilla Foundation For Adopting Cryptocurrency Payments", + "description": "squiggleslash writes: Jamie \"jwz\" Zawinski, famous for being one of the original Netscape developers, being a founder of the Mozilla project, and for this axiom, has laid into Mozilla after the Firefox developers announced they was accepting Dogecoin, Bitcoin, and Ethereum cryptocurrency payments, via Bitpay, for Mozilla's services and donations. Quote jwz: \"I'm here to say fuck you and fuck this. Everyone involved in the project should be witheringly ashamed of this decision to partner with planet-incinerating Ponzi grifters.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "squiggleslash writes: Jamie \"jwz\" Zawinski, famous for being one of the original Netscape developers, being a founder of the Mozilla project, and for this axiom, has laid into Mozilla after the Firefox developers announced they was accepting Dogecoin, Bitcoin, and Ethereum cryptocurrency payments, via Bitpay, for Mozilla's services and donations. Quote jwz: \"I'm here to say fuck you and fuck this. Everyone involved in the project should be witheringly ashamed of this decision to partner with planet-incinerating Ponzi grifters.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/03/1815230/mozilla-founder-slams-mozilla-foundation-for-adopting-cryptocurrency-payments?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-03T18:15:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "de0271f8a3af721cbe045ac97c9413be", + "highlights": [] + }, + { + "title": "Instant Delivery Startups Test a New Tactic: Slower Delivery", + "description": "Instant-delivery startups promising to ferry groceries to customers in 15 minutes or less have rushed to expand in major cities like New York and Chicago in the past year. But they're burning far more cash in the U.S. than in other countries where they operate, causing several of them to test major changes to their business model -- including longer delivery windows that could allow the startups to pack in more orders per trip. The Information: One example is Jokr, last valued at $1.2 billion on paper, which told investors in the fall it would experiment with slower delivery times and a subscription service to reduce its heavy losses, according to a person with direct knowledge of the matter. In the month of August, the one-year-old startup was losing $159 per order in the U.S., according to internal data sent to investors in the fall, viewed by The Information. Buyk, a smaller instant-delivery startup, may also introduce longer delivery windows, its CEO said in an interview. And Fridge No More, an instant-delivery firm founded in 2020, plans to introduce a new private-label offering for items like olive oil and milk and to sell prepared foods such as pizza to similarly boost margins, according to a fundraising document seen by The Information. The pressure to change strategy so soon after launching illustrates the challenge of operating an instant-delivery business in the U.S., where intense competition from other rapid-commerce startups and more-established delivery firms like Instacart make it more expensive to attract customers. Labor and real estate costs are also much higher in the U.S than in developing markets like Brazil or Turkey, where some startups first set up their rapid-delivery operations.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Instant-delivery startups promising to ferry groceries to customers in 15 minutes or less have rushed to expand in major cities like New York and Chicago in the past year. But they're burning far more cash in the U.S. than in other countries where they operate, causing several of them to test major changes to their business model -- including longer delivery windows that could allow the startups to pack in more orders per trip. The Information: One example is Jokr, last valued at $1.2 billion on paper, which told investors in the fall it would experiment with slower delivery times and a subscription service to reduce its heavy losses, according to a person with direct knowledge of the matter. In the month of August, the one-year-old startup was losing $159 per order in the U.S., according to internal data sent to investors in the fall, viewed by The Information. Buyk, a smaller instant-delivery startup, may also introduce longer delivery windows, its CEO said in an interview. And Fridge No More, an instant-delivery firm founded in 2020, plans to introduce a new private-label offering for items like olive oil and milk and to sell prepared foods such as pizza to similarly boost margins, according to a fundraising document seen by The Information. The pressure to change strategy so soon after launching illustrates the challenge of operating an instant-delivery business in the U.S., where intense competition from other rapid-commerce startups and more-established delivery firms like Instacart make it more expensive to attract customers. Labor and real estate costs are also much higher in the U.S than in developing markets like Brazil or Turkey, where some startups first set up their rapid-delivery operations.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/03/182203/instant-delivery-startups-test-a-new-tactic-slower-delivery?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-03T17:33:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "66e897d6bf7b32ff181e553050ef6dce", + "highlights": [] + }, + { + "title": "US Catches Kremlin Insider Who May Have Secrets of 2016 Hack", + "description": "In the days before Christmas, U.S. officials in Boston unveiled insider trading charges against a Russian tech tycoon they had been pursuing for months. They accused Vladislav Klyushin, who'd been extradited from Switzerland on Dec. 18, of illegally making tens of millions of dollars trading on hacked corporate-earnings information. From a report: Yet as authorities laid out their securities fraud case, a striking portrait of the detainee emerged: Klyushin was not only an accused insider trader, but a Kremlin insider. He ran an information technology company that works with the Russian governmentâ(TM)s top echelons. Just 18 months earlier, Klyushin received a medal of honor from Russian President Vladimir Putin. The U.S. had, in its custody, the highest-level Kremlin insider handed to U.S. law enforcement in recent memory. Klyushin's cybersecurity work and Kremlin ties could make him a useful source of information for U.S. officials, according to several people familiar with Russian intelligence matters. Most critically, these people said, if he chooses to cooperate, he could provide Americans with their closest view yet of 2016 election manipulation.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "In the days before Christmas, U.S. officials in Boston unveiled insider trading charges against a Russian tech tycoon they had been pursuing for months. They accused Vladislav Klyushin, who'd been extradited from Switzerland on Dec. 18, of illegally making tens of millions of dollars trading on hacked corporate-earnings information. From a report: Yet as authorities laid out their securities fraud case, a striking portrait of the detainee emerged: Klyushin was not only an accused insider trader, but a Kremlin insider. He ran an information technology company that works with the Russian governmentâ(TM)s top echelons. Just 18 months earlier, Klyushin received a medal of honor from Russian President Vladimir Putin. The U.S. had, in its custody, the highest-level Kremlin insider handed to U.S. law enforcement in recent memory. Klyushin's cybersecurity work and Kremlin ties could make him a useful source of information for U.S. officials, according to several people familiar with Russian intelligence matters. Most critically, these people said, if he chooses to cooperate, he could provide Americans with their closest view yet of 2016 election manipulation.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/03/1649231/us-catches-kremlin-insider-who-may-have-secrets-of-2016-hack?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-03T16:49:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d865f6e7b85dc083f87baee6c9610f92", + "highlights": [] + }, + { + "title": "Morgan Stanley To Pay $60 Million To Settle Data-Breach Claims", + "description": "Morgan Stanley agreed to pay $60 million to settle a class action suit by consumers claiming the firm failed to safeguard their personal information. From a report: The agreement, if approved by a federal judge in Manhattan, would resolve claims over two security breaches that compromised personal information of 15 million current and former clients, according to a group of them that sued in July 2020. The customers claimed the information was stored in data centers that were shut down and on computer servers in branch locations that were replaced. Data stored on the decommissioned data center equipment, including customers' Social Security numbers and birth dates, weren't fully wiped clean and the equipment went missing. A software flaw left data on the old servers in unencrypted form, they claimed.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Morgan Stanley agreed to pay $60 million to settle a class action suit by consumers claiming the firm failed to safeguard their personal information. From a report: The agreement, if approved by a federal judge in Manhattan, would resolve claims over two security breaches that compromised personal information of 15 million current and former clients, according to a group of them that sued in July 2020. The customers claimed the information was stored in data centers that were shut down and on computer servers in branch locations that were replaced. Data stored on the decommissioned data center equipment, including customers' Social Security numbers and birth dates, weren't fully wiped clean and the equipment went missing. A software flaw left data on the old servers in unencrypted form, they claimed.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://it.slashdot.org/story/22/01/03/1529211/morgan-stanley-to-pay-60-million-to-settle-data-breach-claims?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-03T15:28:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "191359352efea7f0361eebf9a0a52567", + "highlights": [] + }, + { + "title": "OpenSea Freezes $2.2M of Stolen Bored Apes", + "description": "An anonymous reader shares a report: NFT marketplace OpenSea has frozen 16 Bored Ape and Mutant Ape nonfungible tokens (NFT) after they were reportedly stolen yesterday from a New York art gallery operator. In total, one Clonex, seven Mutant Ape Yacht Club, and eight Bored Ape Yacht Club NFTs currently valued at about 615 ETH ($2.28 million) were stolen and are now not able to be traded on OpenSea. \n\nThe toddkramer.eth account, which links to the Ross+Kramer Art Gallery in New York, fired off a series of tweets detailing the 16 NFTs that were stolen from his hot wallet and pleading with OpenSea and the NFT community for help. While the NFT community was often unsympathetic to the trader's plight, OpenSea froze trading on the stolen items. The freeze on buying and selling the NFTs have some traders decrying a lack of decentralization, one of the cherished aspects of the crypto industry. One Twitter commenter kw.sol said, \"Who was able to freeze the n? Feels pretty anti crypto to be asking third parties to do this and ideally they shouldn't be able to.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "An anonymous reader shares a report: NFT marketplace OpenSea has frozen 16 Bored Ape and Mutant Ape nonfungible tokens (NFT) after they were reportedly stolen yesterday from a New York art gallery operator. In total, one Clonex, seven Mutant Ape Yacht Club, and eight Bored Ape Yacht Club NFTs currently valued at about 615 ETH ($2.28 million) were stolen and are now not able to be traded on OpenSea. \n\nThe toddkramer.eth account, which links to the Ross+Kramer Art Gallery in New York, fired off a series of tweets detailing the 16 NFTs that were stolen from his hot wallet and pleading with OpenSea and the NFT community for help. While the NFT community was often unsympathetic to the trader's plight, OpenSea froze trading on the stolen items. The freeze on buying and selling the NFTs have some traders decrying a lack of decentralization, one of the cherished aspects of the crypto industry. One Twitter commenter kw.sol said, \"Who was able to freeze the n? Feels pretty anti crypto to be asking third parties to do this and ideally they shouldn't be able to.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://slashdot.org/story/22/01/03/1447239/opensea-freezes-22m-of-stolen-bored-apes?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-03T14:47:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6a916dab6f1dc0e6bcdd89a172f20318", + "highlights": [] + }, + { + "title": "Climate Scientists Grapple With Wildfire Disaster in Their Backyard", + "description": "The wind-whipped firestorm that tore through parts of Boulder County, Colorado, on Thursday struck at the heart of one of America's top climate science and meteorology research hubs. From a report: Now some of the top minds who study how climate change is amplifying wildfire risks find themselves shaken and struggling to process what they just witnessed. The Marshall Fire destroyed as many as 1,000 homes and may have killed two people, while leaving thousands of others homeless after tearing through Denver's northern suburbs of Superior, Louisville and Broomfield. \n\nWhile 2021 was full of extreme weather events across the United States, this one stands out for targeting some of the top scientists who are responsible for warning the public about growing wildfire risks as the climate changes. Boulder is home to multiple NOAA labs as well as the National Center for Atmospheric Research, the University of Colorado and the Center for Severe Weather Research. There are also climate intelligence firms and satellite companies located there, such as Maxar.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "The wind-whipped firestorm that tore through parts of Boulder County, Colorado, on Thursday struck at the heart of one of America's top climate science and meteorology research hubs. From a report: Now some of the top minds who study how climate change is amplifying wildfire risks find themselves shaken and struggling to process what they just witnessed. The Marshall Fire destroyed as many as 1,000 homes and may have killed two people, while leaving thousands of others homeless after tearing through Denver's northern suburbs of Superior, Louisville and Broomfield. \n\nWhile 2021 was full of extreme weather events across the United States, this one stands out for targeting some of the top scientists who are responsible for warning the public about growing wildfire risks as the climate changes. Boulder is home to multiple NOAA labs as well as the National Center for Atmospheric Research, the University of Colorado and the Center for Severe Weather Research. There are also climate intelligence firms and satellite companies located there, such as Maxar.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/03/1346244/climate-scientists-grapple-with-wildfire-disaster-in-their-backyard?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "msmash", + "pubDate": "2022-01-03T14:00:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0a4b2f8532d1d4dfe2d6e3d9de905199", + "highlights": [] + }, + { + "title": "NY County Plans Publicly-Owned 500-Mile Internet Backbone", + "description": "Nearly a million people live in Erie County, New York. Slashdot reader McGruber brings news that their legislature just approved a new public corporation to bring the county a 500-mile high-speed fiber-optic internet network, making them one of the largest municipalities in America operating this kind of backbone. \n\nThe Buffalo News reports:\n\nThe vision remains to provide high-speed, cutting-edge connectivity throughout the county, not just in the wealthier suburbs. The goal is a new network that could level the economic development playing field by offering super-fast speeds to poorer cities and to rural towns to the south and east that currently suffer from a distinct connectivity disadvantage.... \n\nBusiness and design planning was delayed by Covid-19. Business planning has now restarted, though detailed network mapping is still months away. Major work is now expected to move forward, thanks to a second windfall of American Rescue Plan money that Erie County will receive this year. Erie County Executive Mark Poloncarz has pledged to use that $34 million in federal funds to get ErieNet jump-started again, with hopes of starting to lay fiber-optic cable before year's end. \n\nThe current ErieNet plan is for a more ambitious network than first proposed. Initially, Poloncarz said the county would lay roughly 360 miles of fiber-optic lines that would then be leased to public and private entities. But that was before federal stimulus aid was available. Now, county leaders are talking about an even larger network involving the laying of 400 to 500 miles of fiber. \n\nThe article notes one legislator's observation that for most high-speed internet users in Buffalo, the only option is Spectrum. \"We need competition,\" he said.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Nearly a million people live in Erie County, New York. Slashdot reader McGruber brings news that their legislature just approved a new public corporation to bring the county a 500-mile high-speed fiber-optic internet network, making them one of the largest municipalities in America operating this kind of backbone. \n\nThe Buffalo News reports:\n\nThe vision remains to provide high-speed, cutting-edge connectivity throughout the county, not just in the wealthier suburbs. The goal is a new network that could level the economic development playing field by offering super-fast speeds to poorer cities and to rural towns to the south and east that currently suffer from a distinct connectivity disadvantage.... \n\nBusiness and design planning was delayed by Covid-19. Business planning has now restarted, though detailed network mapping is still months away. Major work is now expected to move forward, thanks to a second windfall of American Rescue Plan money that Erie County will receive this year. Erie County Executive Mark Poloncarz has pledged to use that $34 million in federal funds to get ErieNet jump-started again, with hopes of starting to lay fiber-optic cable before year's end. \n\nThe current ErieNet plan is for a more ambitious network than first proposed. Initially, Poloncarz said the county would lay roughly 360 miles of fiber-optic lines that would then be leased to public and private entities. But that was before federal stimulus aid was available. Now, county leaders are talking about an even larger network involving the laying of 400 to 500 miles of fiber. \n\nThe article notes one legislator's observation that for most high-speed internet users in Buffalo, the only option is Spectrum. \"We need competition,\" he said.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/03/0355246/ny-county-plans-publicly-owned-500-mile-internet-backbone?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-03T12:34:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3c855c1d0d79214ada2f638e60c9012c", + "highlights": [] + }, + { + "title": "NASA's Retiring Top Scientist Says We Can Terraform Mars, and Maybe Venus Too", + "description": "\"Since joining NASA in 1980, Jim Green has seen it all,\" writes the New York Times.\n\nHe has helped the space agency understand Earth's magnetic field, explore the outer solar system and search for life on Mars. As the new year arrived on Saturday, he bade farewell to the agency. \n\nOver the past four decades, which includes 12 years as the director of NASA's planetary science division and the last three years as its chief scientist, he has shaped much of NASA's scientific inquiry, overseeing missions across the solar system and contributing to more than 100 scientific papers across a range of topics... One of Dr. Green's most recent significant proposals has been a scale for verifying the detection of alien life, called the \"confidence of life detection,\" or CoLD, scale. [Green says scientists have to \"stop screwing around with just crying wolf.\"] \n\nGreen has also published research suggesting it's possible to terraform Mars with a giant magnetic shield blocking the sun (to stop it from stripping the Mars atmosphere and creating habitable temperatures). \n\n\"Yeah, it's doable,\" he explains to the Times: \n\n \"Stop the stripping, and the pressure is going to increase. Mars is going to start terraforming itself. That's what we want: the planet to participate in this any way it can. When the pressure goes up, the temperature goes up... If you didn't need a spacesuit, you could have much more flexibility and mobility. The higher temperature and pressure enable you to begin the process of growing plants in the soils. \n\n\"There are several scenarios on how to do the magnetic shield. I'm trying to get a paper out I've been working on for about two years. It's not going to be well received. The planetary community does not like the idea of terraforming anything. \n\n\"But you know. I think we can change Venus, too, with a physical shield that reflects light. We create a shield, and the whole temperature starts going down.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "\"Since joining NASA in 1980, Jim Green has seen it all,\" writes the New York Times.\n\nHe has helped the space agency understand Earth's magnetic field, explore the outer solar system and search for life on Mars. As the new year arrived on Saturday, he bade farewell to the agency. \n\nOver the past four decades, which includes 12 years as the director of NASA's planetary science division and the last three years as its chief scientist, he has shaped much of NASA's scientific inquiry, overseeing missions across the solar system and contributing to more than 100 scientific papers across a range of topics... One of Dr. Green's most recent significant proposals has been a scale for verifying the detection of alien life, called the \"confidence of life detection,\" or CoLD, scale. [Green says scientists have to \"stop screwing around with just crying wolf.\"] \n\nGreen has also published research suggesting it's possible to terraform Mars with a giant magnetic shield blocking the sun (to stop it from stripping the Mars atmosphere and creating habitable temperatures). \n\n\"Yeah, it's doable,\" he explains to the Times: \n\n \"Stop the stripping, and the pressure is going to increase. Mars is going to start terraforming itself. That's what we want: the planet to participate in this any way it can. When the pressure goes up, the temperature goes up... If you didn't need a spacesuit, you could have much more flexibility and mobility. The higher temperature and pressure enable you to begin the process of growing plants in the soils. \n\n\"There are several scenarios on how to do the magnetic shield. I'm trying to get a paper out I've been working on for about two years. It's not going to be well received. The planetary community does not like the idea of terraforming anything. \n\n\"But you know. I think we can change Venus, too, with a physical shield that reflects light. We create a shield, and the whole temperature starts going down.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/03/0112258/nasas-retiring-top-scientist-says-we-can-terraform-mars-and-maybe-venus-too?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-03T08:34:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3acda7a4d34f83ab94f49381dea5a4a2", + "highlights": [] + }, + { + "title": "After US Sanctions, Huawei Revenue Plummets Nearly 30% In 2021", + "description": "\"Chinese telecom giant Huawei said on Friday its annual revenue had fallen by nearly a third from the previous year,\" reports Agence France-Presse, \"as it continued to be weighed down by U.S. sanctions that have hit its smartphone sales...\"\n\nThe firm's revenue for this year fell by 29% year-on-year to 634 billion yuan ($99.5 billion), said rotating chairman Guo Ping in an annual new year message... Huawei's revenue has fallen in 2021 due in part to the offloading of its budget phone brand Honor, which was sold [in late 2020]... \n\nHuawei's travails have forced it to quickly pivot into new business lines including enterprise computing, wearables and health tech, technology for intelligent vehicles, and software. The United States has barred Huawei from acquiring crucial components such as microchips and forced it to create its own operating system by cutting it off from using Google's Android operating system... \n\nThe group is the world's biggest supplier of telecoms network gear and was once a top-three smartphone producer along with Apple and Samsung. But it has fallen well down the smartphone ranks owing to US pressure. \n\nIn October, the group said its January-September sales volume had fallen 32%.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "\"Chinese telecom giant Huawei said on Friday its annual revenue had fallen by nearly a third from the previous year,\" reports Agence France-Presse, \"as it continued to be weighed down by U.S. sanctions that have hit its smartphone sales...\"\n\nThe firm's revenue for this year fell by 29% year-on-year to 634 billion yuan ($99.5 billion), said rotating chairman Guo Ping in an annual new year message... Huawei's revenue has fallen in 2021 due in part to the offloading of its budget phone brand Honor, which was sold [in late 2020]... \n\nHuawei's travails have forced it to quickly pivot into new business lines including enterprise computing, wearables and health tech, technology for intelligent vehicles, and software. The United States has barred Huawei from acquiring crucial components such as microchips and forced it to create its own operating system by cutting it off from using Google's Android operating system... \n\nThe group is the world's biggest supplier of telecoms network gear and was once a top-three smartphone producer along with Apple and Samsung. But it has fallen well down the smartphone ranks owing to US pressure. \n\nIn October, the group said its January-September sales volume had fallen 32%.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://mobile.slashdot.org/story/22/01/03/0414254/after-us-sanctions-huawei-revenue-plummets-nearly-30-in-2021?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-03T05:34:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8de4846f2f872e6ebcc5689aae8d9f82", + "highlights": [] + }, + { + "title": "Book Publishers Fight Libraries Demanding a New Deal on eBooks", + "description": "2021 saw record numbers of people checking out ebooks from libraries, reports the Boston Globe — 500 million, according to figures from the ebook-lending platform OneDrive. \n\nBut some Massachusetts lawmakers want to require publishers to make sure all their digital products are available to libraries — and at \"reasonable terms\" — because currently libraries pay much more than consumers:\nAccording to the American Library Association, libraries currently pay three to five times as much as consumers for ebooks and audiobooks. Thus, an ebook selling for $10 at retail could cost a library $50. In addition, the library can only buy the right to lend the book for a limited time — usually just two years — or for a limited number of loans — usually no more than 26. James Lonergan, director of the Massachusetts Board of Library Commissioners, believes that publishers settled on 26 checkouts after calculating that this is the number of times a printed book can be checked out before it's worn out and in need of replacement. \n\nAnd that's what happens to a digital book after 26 checkouts. The library must \"replace\" it by paying full price for the right to lend it out 26 more times. \n\nLonergan admits that this approach makes a certain sense. Traditional printed books can only be borrowed by one user at a time, but in theory a digital book could be loaned to thousands of patrons at once. Also, printed books wear out and must be repurchased, but digital books last indefinitely. \"You can't have a book be available forever at the same price point,\" Lonergan said. \"The publishers need to make money.\" Lonergan thinks libraries and publishers can work out less expensive and more flexible terms. Publishers might charge a lower up-front cost for their digital products, for instance. Or they might expand the number of times libraries can lend out an ebook or audiobook. Lonergan believes that passing the Massachusetts law would give publishers further incentive to deal. \nBut the Association of American Publishers (AAP), which represents most of the nation's leading publishers, is ready to fight. An emailed statement from AAP said the Massachusetts bill \"raises significant constitutional and federal copyright law concerns and is an unjustified intrusion into a vibrant and thriving market for ebooks and audiobooks that benefits authors and publishers, booksellers, libraries, and the general public.\" \n\nThe AAP has already sued in federal court to block enforcement of the Maryland law, arguing that only the federal government can regulate digital publishing practices. \n\nThe head of the Massachusetts Board of Library Commissioners counters that if enough individual states pass ebook-pricing laws, \"then Congress will step in and do something about this on the federal level.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "2021 saw record numbers of people checking out ebooks from libraries, reports the Boston Globe — 500 million, according to figures from the ebook-lending platform OneDrive. \n\nBut some Massachusetts lawmakers want to require publishers to make sure all their digital products are available to libraries — and at \"reasonable terms\" — because currently libraries pay much more than consumers:\nAccording to the American Library Association, libraries currently pay three to five times as much as consumers for ebooks and audiobooks. Thus, an ebook selling for $10 at retail could cost a library $50. In addition, the library can only buy the right to lend the book for a limited time — usually just two years — or for a limited number of loans — usually no more than 26. James Lonergan, director of the Massachusetts Board of Library Commissioners, believes that publishers settled on 26 checkouts after calculating that this is the number of times a printed book can be checked out before it's worn out and in need of replacement. \n\nAnd that's what happens to a digital book after 26 checkouts. The library must \"replace\" it by paying full price for the right to lend it out 26 more times. \n\nLonergan admits that this approach makes a certain sense. Traditional printed books can only be borrowed by one user at a time, but in theory a digital book could be loaned to thousands of patrons at once. Also, printed books wear out and must be repurchased, but digital books last indefinitely. \"You can't have a book be available forever at the same price point,\" Lonergan said. \"The publishers need to make money.\" Lonergan thinks libraries and publishers can work out less expensive and more flexible terms. Publishers might charge a lower up-front cost for their digital products, for instance. Or they might expand the number of times libraries can lend out an ebook or audiobook. Lonergan believes that passing the Massachusetts law would give publishers further incentive to deal. \nBut the Association of American Publishers (AAP), which represents most of the nation's leading publishers, is ready to fight. An emailed statement from AAP said the Massachusetts bill \"raises significant constitutional and federal copyright law concerns and is an unjustified intrusion into a vibrant and thriving market for ebooks and audiobooks that benefits authors and publishers, booksellers, libraries, and the general public.\" \n\nThe AAP has already sued in federal court to block enforcement of the Maryland law, arguing that only the federal government can regulate digital publishing practices. \n\nThe head of the Massachusetts Board of Library Commissioners counters that if enough individual states pass ebook-pricing laws, \"then Congress will step in and do something about this on the federal level.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://slashdot.org/story/22/01/03/0233235/book-publishers-fight-libraries-demanding-a-new-deal-on-ebooks?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-03T02:34:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "11fb677e72b267e2df7a5ac9956b8531", + "highlights": [] + }, + { + "title": "How 'Digital Twins' Are Transforming Manufacturing, Medicine and More", + "description": " Time reports on virtual doppelgangers — also known as \"digital twins\". (Alternate URL here.)\n\nCreated by feeding video, images, blueprints or other data into advanced 3-D mapping software, digital twins are being used in medicine to replicate and study internal organs. They've propelled engineers to devise car and plane prototypes — including Air Force fighter jets — more quickly. They allow architects and urban planners to envision and then build skyscrapers and city blocks with clarity and precision. And this year, digital twins began to break into the mainstream of manufacturing and research. In April, chipmaker Nvidia launched a version of its Omniverse 3-D simulation engine that allows businesses to build 3-D renderings of their own — including digital twins. Amazon Web Services announced a competing service, the IoT TwinMaker, in November... \n\nThe need was always there. In the 1960s, NASA created physical replicas of spaceships and connected them to simulators so that if a crisis ensued on the actual vehicle hundreds of thousands of miles away, a team could workshop solutions on the ground. Dave Rhodes, the senior vice president of digital twins at Unity Technologies, a video-game and 3-D-platform company, says that digital-twin technology is only now being widely released because of several confluent factors, including the increased computing power of cloud-based systems, the spread of 5G networks, improvements in 3-D rendering and the remote work demands of COVID-19.... \n\nDigital-twin technology is being trialed across the medical landscape, for planning surgical procedures and exploring the heart risks of various drugs... Digital twins are also being used in other complex and potentially dangerous machines, from nuclear reactors in Idaho to wind turbines in Paris.... Digital twin humans are coming too: the NFL and Amazon Web Services have created a \"digital athlete\" that will run infinite scenarios to better understand and treat football injuries.... BMW could soon implement digital twins at all facilities. \n\nFrank Bachmann, the plant director in Regensburg, says that the advantages of digital twins will only be fully realized when every factory is digitized in a standard way. \"We need these processes of digital twins everywhere,\" he says. \n\n\nThe technology \"raises questions about privacy and cybersecurity,\" Time warns. \"Many of these digital twins are made possible by a multitude of sensors that track real-world data and movement. \n\n\"Workers at factories with digital twins may find their every movement followed; the hacker of a digital twin could gain frighteningly precise knowledge about a complex proprietary system.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": " Time reports on virtual doppelgangers — also known as \"digital twins\". (Alternate URL here.)\n\nCreated by feeding video, images, blueprints or other data into advanced 3-D mapping software, digital twins are being used in medicine to replicate and study internal organs. They've propelled engineers to devise car and plane prototypes — including Air Force fighter jets — more quickly. They allow architects and urban planners to envision and then build skyscrapers and city blocks with clarity and precision. And this year, digital twins began to break into the mainstream of manufacturing and research. In April, chipmaker Nvidia launched a version of its Omniverse 3-D simulation engine that allows businesses to build 3-D renderings of their own — including digital twins. Amazon Web Services announced a competing service, the IoT TwinMaker, in November... \n\nThe need was always there. In the 1960s, NASA created physical replicas of spaceships and connected them to simulators so that if a crisis ensued on the actual vehicle hundreds of thousands of miles away, a team could workshop solutions on the ground. Dave Rhodes, the senior vice president of digital twins at Unity Technologies, a video-game and 3-D-platform company, says that digital-twin technology is only now being widely released because of several confluent factors, including the increased computing power of cloud-based systems, the spread of 5G networks, improvements in 3-D rendering and the remote work demands of COVID-19.... \n\nDigital-twin technology is being trialed across the medical landscape, for planning surgical procedures and exploring the heart risks of various drugs... Digital twins are also being used in other complex and potentially dangerous machines, from nuclear reactors in Idaho to wind turbines in Paris.... Digital twin humans are coming too: the NFL and Amazon Web Services have created a \"digital athlete\" that will run infinite scenarios to better understand and treat football injuries.... BMW could soon implement digital twins at all facilities. \n\nFrank Bachmann, the plant director in Regensburg, says that the advantages of digital twins will only be fully realized when every factory is digitized in a standard way. \"We need these processes of digital twins everywhere,\" he says. \n\n\nThe technology \"raises questions about privacy and cybersecurity,\" Time warns. \"Many of these digital twins are made possible by a multitude of sensors that track real-world data and movement. \n\n\"Workers at factories with digital twins may find their every movement followed; the hacker of a digital twin could gain frighteningly precise knowledge about a complex proprietary system.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://science.slashdot.org/story/22/01/03/007209/how-digital-twins-are-transforming-manufacturing-medicine-and-more?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-03T00:08:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3e34c67e376151c97a080afc65c72a1c", + "highlights": [] + }, + { + "title": "Google Uses AI to Recreate Lost Klimt Painting. But Should They?", + "description": "The latest painting to receive the reconstructed-by-AI treatment is Gustav Klimt's 1900 painting \"Philosophy\". The Washington Post reports:\n\nFor decades, only black-and-white photographs of \"Philosophy\" existed. Now, thanks to artificial intelligence, we can see the work in full color. But does the re-creation really look like the original? Does it even look like a Klimt? The new version, created by Google Arts and Culture using machine learning, shows a very different Klimt than you'd expect if you're familiar with \"The Kiss\" or \"Portrait of Adele Bloch-Bauer I....\" \n\n\"I don't know any better than Google what those paintings really look like, but I don't think that they looked like that,\" says Jane Kallir, longtime director of the Galerie St. Etienne in New York, which gave Klimt his first shows in the United States. \"These things look like cartoons. They don't look like Klimt paintings. \n\n\"It's like people who try to clone their dogs. You can do it, but it's not the same dog.\" \n\nThe paintings are one of several recent attempts to use artificial intelligence to re-create lost art. The Rijksmuseum in Amsterdam used AI to reconstruct missing panels from the edges of Rembrandt's famous \"Night Watch\" and, over the summer, temporarily installed them alongside the real thing. A pair of researchers in the United Kingdom, who call themselves Oxia Palus, say they've rebuilt a Picasso nude that was hidden beneath \"The Blind Man's Meal,\" using 3-D printing and AI. In October, an orchestra in Bonn, Germany, \"played\" Beethoven's 10th and unfinished symphony in full. The version was written by an algorithm. George Cann, co-founder of Oxia Palus, posits that artificial intelligence \"could give us this parallel alternative universe of art that we never really quite had.\" \n\nIt's an alluring idea. Peek beneath a Picasso at an earlier painting under the surface layer and it's like you're peering into the artist's mind, eavesdropping on thoughts from a century ago. See a painting that was lost to catastrophe come back to life and it's like you've traveled back in time, reversed fate. But if any of this re-created universe of lost art, like \"Philosophy,\" is inaccurate, the AI creators might not be resurrecting history but inadvertently rewriting it.... [F]or Kallir, there is little of Klimt in what she calls the \"gaudy\" re-creations, adding that the paintings would have been more subdued, with smoother transitions from one color to the next. \n\n\"If you've got a decent eye, and you look at the black-and-white reproductions and compare them to other paintings that were done around the same time, you can probably get a better idea of what they really look like,\" she says.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "The latest painting to receive the reconstructed-by-AI treatment is Gustav Klimt's 1900 painting \"Philosophy\". The Washington Post reports:\n\nFor decades, only black-and-white photographs of \"Philosophy\" existed. Now, thanks to artificial intelligence, we can see the work in full color. But does the re-creation really look like the original? Does it even look like a Klimt? The new version, created by Google Arts and Culture using machine learning, shows a very different Klimt than you'd expect if you're familiar with \"The Kiss\" or \"Portrait of Adele Bloch-Bauer I....\" \n\n\"I don't know any better than Google what those paintings really look like, but I don't think that they looked like that,\" says Jane Kallir, longtime director of the Galerie St. Etienne in New York, which gave Klimt his first shows in the United States. \"These things look like cartoons. They don't look like Klimt paintings. \n\n\"It's like people who try to clone their dogs. You can do it, but it's not the same dog.\" \n\nThe paintings are one of several recent attempts to use artificial intelligence to re-create lost art. The Rijksmuseum in Amsterdam used AI to reconstruct missing panels from the edges of Rembrandt's famous \"Night Watch\" and, over the summer, temporarily installed them alongside the real thing. A pair of researchers in the United Kingdom, who call themselves Oxia Palus, say they've rebuilt a Picasso nude that was hidden beneath \"The Blind Man's Meal,\" using 3-D printing and AI. In October, an orchestra in Bonn, Germany, \"played\" Beethoven's 10th and unfinished symphony in full. The version was written by an algorithm. George Cann, co-founder of Oxia Palus, posits that artificial intelligence \"could give us this parallel alternative universe of art that we never really quite had.\" \n\nIt's an alluring idea. Peek beneath a Picasso at an earlier painting under the surface layer and it's like you're peering into the artist's mind, eavesdropping on thoughts from a century ago. See a painting that was lost to catastrophe come back to life and it's like you've traveled back in time, reversed fate. But if any of this re-created universe of lost art, like \"Philosophy,\" is inaccurate, the AI creators might not be resurrecting history but inadvertently rewriting it.... [F]or Kallir, there is little of Klimt in what she calls the \"gaudy\" re-creations, adding that the paintings would have been more subdued, with smoother transitions from one color to the next. \n\n\"If you've got a decent eye, and you look at the black-and-white reproductions and compare them to other paintings that were done around the same time, you can probably get a better idea of what they really look like,\" she says.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://tech.slashdot.org/story/22/01/02/234259/google-uses-ai-to-recreate-lost-klimt-painting-but-should-they?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-02T23:06:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "bbdc6f66bf428c1faf24b0973f3f345e", + "highlights": [] + }, + { + "title": "NBC: 'You Probably Don't Need to Rely on a VPN Anymore'", + "description": "NBC News writes:\nVPNs, or virtual private networks, continue to be used by millions of people as a way of masking their internet activity by encrypting their location and web traffic. But on the modern internet, most people can safely ditch them, thanks to the widespread use of encryption that has made public internet connections far less of a security threat, cybersecurity experts say. \"Most commercial VPNs are snake oil from a security standpoint,\" said Nicholas Weaver, a cybersecurity lecturer at the University of California, Berkeley. \"They don't improve your security at all....\" \n\nMost browsers have quietly implemented an added layer of security in recent years that automatically encrypts internet traffic at most sites with a technology called HTTPS. Indicated by a tiny padlock by the URL, the presence of HTTPS means that worrisome scenario, in which a scammer or a hacker squats on a public Wi-Fi connection in order to watch people's internet habits, isn't feasible. It's not clear that the threat of a hacker at your coffee shop was ever that real to begin with, but it is certainly not a major danger now, Weaver said. \"Remember, someone attacking you at the coffee shop needs to be basically at the coffee shop,\" he said. \"I don't know of them ever being used outside of pranks. And those are all irrelevant now with most sites using HTTPS,\" he said in a text message. \n\nThere are still valid uses for VPNs. They're an invaluable tool for getting around certain types of censorship, though other options also exist, such as the Tor Browser, a free web browser that automatically reroutes users' traffic and is widely praised by cybersecurity experts. VPNs are also vital for businesses that need their employees to log in remotely to their internal network. And they're a popular and effective way to watch television shows and movies that are restricted to particular countries on streaming services. But like with antivirus software, the paid VPN industry is a booming global market despite its core mission no longer being necessary for many people. \n\nMost VPNs market their products as a security tool. A Consumer Reports investigation published earlier this month found that 12 of the 16 biggest VPNs make hyperbolic claims or mislead customers about their security benefits. And many can make things worse, either by selling customers' browsing history to data brokers, or by having poor cybersecurity. \n\nThe article credits the Electronic Frontier Foundation for popularizing encryption through browser extensions and web site certificates starting in 2010. \"In 2015, Google started prioritizing websites that enabled HTTPS in its search results. More and more websites started offering HTTPS connections, and now practically all sites that Google links to do so. \n\"Since late 2020, major browsers such as Brave, Chrome, Firefox, Safari and Edge all built HTTPS into their programs, making Electronic Frontier Foundation's browser extension no longer necessary for most people.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "NBC News writes:\nVPNs, or virtual private networks, continue to be used by millions of people as a way of masking their internet activity by encrypting their location and web traffic. But on the modern internet, most people can safely ditch them, thanks to the widespread use of encryption that has made public internet connections far less of a security threat, cybersecurity experts say. \"Most commercial VPNs are snake oil from a security standpoint,\" said Nicholas Weaver, a cybersecurity lecturer at the University of California, Berkeley. \"They don't improve your security at all....\" \n\nMost browsers have quietly implemented an added layer of security in recent years that automatically encrypts internet traffic at most sites with a technology called HTTPS. Indicated by a tiny padlock by the URL, the presence of HTTPS means that worrisome scenario, in which a scammer or a hacker squats on a public Wi-Fi connection in order to watch people's internet habits, isn't feasible. It's not clear that the threat of a hacker at your coffee shop was ever that real to begin with, but it is certainly not a major danger now, Weaver said. \"Remember, someone attacking you at the coffee shop needs to be basically at the coffee shop,\" he said. \"I don't know of them ever being used outside of pranks. And those are all irrelevant now with most sites using HTTPS,\" he said in a text message. \n\nThere are still valid uses for VPNs. They're an invaluable tool for getting around certain types of censorship, though other options also exist, such as the Tor Browser, a free web browser that automatically reroutes users' traffic and is widely praised by cybersecurity experts. VPNs are also vital for businesses that need their employees to log in remotely to their internal network. And they're a popular and effective way to watch television shows and movies that are restricted to particular countries on streaming services. But like with antivirus software, the paid VPN industry is a booming global market despite its core mission no longer being necessary for many people. \n\nMost VPNs market their products as a security tool. A Consumer Reports investigation published earlier this month found that 12 of the 16 biggest VPNs make hyperbolic claims or mislead customers about their security benefits. And many can make things worse, either by selling customers' browsing history to data brokers, or by having poor cybersecurity. \n\nThe article credits the Electronic Frontier Foundation for popularizing encryption through browser extensions and web site certificates starting in 2010. \"In 2015, Google started prioritizing websites that enabled HTTPS in its search results. More and more websites started offering HTTPS connections, and now practically all sites that Google links to do so. \n\"Since late 2020, major browsers such as Brave, Chrome, Firefox, Safari and Edge all built HTTPS into their programs, making Electronic Frontier Foundation's browser extension no longer necessary for most people.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://it.slashdot.org/story/22/01/02/2143256/nbc-you-probably-dont-need-to-rely-on-a-vpn-anymore?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-02T21:47:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6dd39b9ed8faa8bc79bedf3dd5b7a41f", + "highlights": [] + }, + { + "title": "AT&T and Verizon Reject US Govt's Request to Delay New 5G Services", + "description": "\"AT&T and Verizon on Sunday rejected the U.S. Department of Transportation's request that they delay this week's scheduled launch of a new round of 5G wireless service,\" reports Politico, adding that the carriers \"instead pledged to take enhanced measures to avoid warned disruptions of air travel...\"\n\nU.S. Transportation Secretary Pete Buttigieg and FAA Administrator Steve Dickson had asked the companies on New Year's Eve to put off Wednesday's launch of the new wireless service for two additional weeks while their agencies address concerns that the new signals could interfere with some types of aircraft equipment. Unless those issues are resolved, air travelers will face \"widespread and unacceptable disruption as airplanes divert to other cities or flights are canceled, causing ripple effects throughout the U.S. air transportation,\" Buttigieg and Dickson wrote in their letter, reported last week by POLITICO. \n\nThe wireless carriers' rebuff is the latest step in weeks of an escalating standoff between the aviation and telecommunication sectors — a year after the mobile phone companies spent more than $80 billion to buy licenses for the 5G-friendly C-band airwaves at a Federal Communications Commission auction. The fight over the Trump-era initiative has drawn in multiple agencies and the White House, with airlines pushing for an emergency stay even after the FCC insisted that the wireless companies can safely use the airwaves... \n\nThe FAA on Sunday said it's reviewing the carriers' letter but added, \"U.S. aviation safety standards will guide our next actions.\" Verizon and AT&T told DOT on Sunday that they will embrace even more extensive mitigation measures through July 5. But they outright rejected the idea of postponing the launch of the new 5G service. \"Agreeing to your proposal would not only be an unprecedented and unwarranted circumvention of the due process and checks and balances carefully crafted in the structure of our democracy, but an irresponsible abdication of the operating control required to deploy world-class and globally competitive communications networks that are every bit as essential to our country's economic vitality, public safety and national interests as the airline industry,\" the two companies' CEOs wrote. \n\nThey said they want to keep working with the federal government to avoid \"escalating\" grievances from the airline industry \"in other venues.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "\"AT&T and Verizon on Sunday rejected the U.S. Department of Transportation's request that they delay this week's scheduled launch of a new round of 5G wireless service,\" reports Politico, adding that the carriers \"instead pledged to take enhanced measures to avoid warned disruptions of air travel...\"\n\nU.S. Transportation Secretary Pete Buttigieg and FAA Administrator Steve Dickson had asked the companies on New Year's Eve to put off Wednesday's launch of the new wireless service for two additional weeks while their agencies address concerns that the new signals could interfere with some types of aircraft equipment. Unless those issues are resolved, air travelers will face \"widespread and unacceptable disruption as airplanes divert to other cities or flights are canceled, causing ripple effects throughout the U.S. air transportation,\" Buttigieg and Dickson wrote in their letter, reported last week by POLITICO. \n\nThe wireless carriers' rebuff is the latest step in weeks of an escalating standoff between the aviation and telecommunication sectors — a year after the mobile phone companies spent more than $80 billion to buy licenses for the 5G-friendly C-band airwaves at a Federal Communications Commission auction. The fight over the Trump-era initiative has drawn in multiple agencies and the White House, with airlines pushing for an emergency stay even after the FCC insisted that the wireless companies can safely use the airwaves... \n\nThe FAA on Sunday said it's reviewing the carriers' letter but added, \"U.S. aviation safety standards will guide our next actions.\" Verizon and AT&T told DOT on Sunday that they will embrace even more extensive mitigation measures through July 5. But they outright rejected the idea of postponing the launch of the new 5G service. \"Agreeing to your proposal would not only be an unprecedented and unwarranted circumvention of the due process and checks and balances carefully crafted in the structure of our democracy, but an irresponsible abdication of the operating control required to deploy world-class and globally competitive communications networks that are every bit as essential to our country's economic vitality, public safety and national interests as the airline industry,\" the two companies' CEOs wrote. \n\nThey said they want to keep working with the federal government to avoid \"escalating\" grievances from the airline industry \"in other venues.\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/02/2042207/att-and-verizon-reject-us-govts-request-to-delay-new-5g-services?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-02T20:47:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "46283ea179a8dfec499c87dcc978907d", + "highlights": [] + }, + { + "title": "Some Billionaires Embrace Cryptocurrencies in Case Money 'Goes to Hell' ", + "description": "Hungarian-born billionaire Thomas Peterffy, chairman of Interactive Brokers Group, says the online brokerage is now expanding the cryptocurrencies it offers its customers after sensing \"urgency\" from their clients to get in. \nHe still hasn't decided whether cryptocurrencies are a good investment — \"I think it can go to zero, and I think it can go to a million dollars,\" he tells Bloomberg. \"I have no idea.\" But he's invested a small amount just as a hedge against possible problems with fiat currency.\n\nHis approach highlights the shifting attitude toward crypto by investors who once scorned or were wary of digital tokens but realized, especially in 2021, that they can't bear to miss out on the potential for big gains.... \n[American billionaire] Ray Dalio recently revealed he was holding at least some Bitcoin and Ethereum in his portfolio only months after questioning crypto's utility as a store of wealth. The Bridgewater Associates founder views the investments as an alternative money in a world where \"cash is trash'' and inflation erodes buying power. [American billionaire hedge fund manager] Paul Tudor Jones disclosed he's invested as a hedge against inflation, and almost half the family offices Goldman Sachs Group Inc. does business with were interested in adding digital currencies to their portfolios, according to a recent bank survey. \n\nCrypto moved increasingly into the mainstream of finance, albeit with mixed success. ProShares launched the first U.S. Bitcoin futures ETF, which attracted more than $1 billion in two days, before inflows sputtered and the price slumped since its October debut. Crypto enthusiasts are still hoping U.S. regulators approve an ETF that actually holds Bitcoin in 2022. Faring better, Coinbase Global Inc. went public and now has a $54 billion market valuation. It's founder, Brian Armstrong, is worth $9.7 billion, according to the Bloomberg Billionaires Index... \n\n\nThere's still plenty of skepticism from Wall Street and the ultra-wealthy, but also pragmatism. [Multinational hedge fund] Citadel's Ken Griffin recently described the rush to embrace cryptocurrencies as a \"jihadist call\" against the U.S. dollar. But Griffin said his own firm would trade crypto if there were more regulation. JPMorgan Chase & Co.'s Jamie Dimon called Bitcoin \"worthless\" in October, but that came even as the New York-based banking giant was bulking up hiring to help its clients trade digital currencies. \n\nThe bank's clients are \"adults,\" Dimon has said.\n

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Hungarian-born billionaire Thomas Peterffy, chairman of Interactive Brokers Group, says the online brokerage is now expanding the cryptocurrencies it offers its customers after sensing \"urgency\" from their clients to get in. \nHe still hasn't decided whether cryptocurrencies are a good investment — \"I think it can go to zero, and I think it can go to a million dollars,\" he tells Bloomberg. \"I have no idea.\" But he's invested a small amount just as a hedge against possible problems with fiat currency.\n\nHis approach highlights the shifting attitude toward crypto by investors who once scorned or were wary of digital tokens but realized, especially in 2021, that they can't bear to miss out on the potential for big gains.... \n[American billionaire] Ray Dalio recently revealed he was holding at least some Bitcoin and Ethereum in his portfolio only months after questioning crypto's utility as a store of wealth. The Bridgewater Associates founder views the investments as an alternative money in a world where \"cash is trash'' and inflation erodes buying power. [American billionaire hedge fund manager] Paul Tudor Jones disclosed he's invested as a hedge against inflation, and almost half the family offices Goldman Sachs Group Inc. does business with were interested in adding digital currencies to their portfolios, according to a recent bank survey. \n\nCrypto moved increasingly into the mainstream of finance, albeit with mixed success. ProShares launched the first U.S. Bitcoin futures ETF, which attracted more than $1 billion in two days, before inflows sputtered and the price slumped since its October debut. Crypto enthusiasts are still hoping U.S. regulators approve an ETF that actually holds Bitcoin in 2022. Faring better, Coinbase Global Inc. went public and now has a $54 billion market valuation. It's founder, Brian Armstrong, is worth $9.7 billion, according to the Bloomberg Billionaires Index... \n\n\nThere's still plenty of skepticism from Wall Street and the ultra-wealthy, but also pragmatism. [Multinational hedge fund] Citadel's Ken Griffin recently described the rush to embrace cryptocurrencies as a \"jihadist call\" against the U.S. dollar. But Griffin said his own firm would trade crypto if there were more regulation. JPMorgan Chase & Co.'s Jamie Dimon called Bitcoin \"worthless\" in October, but that came even as the New York-based banking giant was bulking up hiring to help its clients trade digital currencies. \n\nThe bank's clients are \"adults,\" Dimon has said.\n

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://news.slashdot.org/story/22/01/02/1945249/some-billionaires-embrace-cryptocurrencies-in-case-money-goes-to-hell?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-02T19:47:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cce99d17153584fe749a3e1b73a267a4", + "highlights": [] + }, { "title": "Are 'Zoom Towns' Making Housing Less Affordable?", "description": "The CFO of a vacation-rental management company recently told Oregon Public Broadcasting that 20% of people renting a vacation home did so for the first time during the pandemic. \n\nThe nonprofit state policy news site Stateline sees a larger trend:\n\nEven before the pandemic, the destination towns of the West had a shortage of affordable housing. Limited supply, the remote nature of some of the communities, zoning restrictions and even short construction seasons all contributed. \n\nBut the COVID-19 pandemic accelerated everything, including the rise of so-called Zoom towns. Freed from physical offices, suddenly people could live, work and recreate in the vacation communities of the West, with few needs beyond a high-speed internet connection to do jobs that formerly required their presence in major cities. It also in recent years became much easier for owners of second homes to list vacancies with internet-based property firms that promise a steady cash flow in places with seasonal, tourism-based economies. When those homes enter the short-term vacation rental pool, they're no longer available to the local workforce. Brian Chesky, Airbnb's CEO, said recently that about one-fifth of the company's business by room nights is now stays of 30 days or more. People are booking longer stays that combine work and leisure, an area the company sees as full of potential growth... \n\n There are few statewide efforts to address the effects of short-term rentals; some states, such as Idaho, outright prohibit local governments from enacting bans.... In general, the vacation rental industry also fights efforts to enact short-term moratoriums or bans... \n\n[F]ew popular tourist communities in the West have enough affordable options for the staff necessary to run a vacation destination in peak season. In Montana, people who can't afford the rent in some tourist towns have been camping more regularly on public lands in the vicinity, encroaching on grizzly territory. The housing shortage has led directly to more encounters between bears and people, said Bill Avey, a National Forest supervisor in the region. In Whitefish, a gateway to Montana's Glacier National Park, the lack of affordable workforce housing in 2021 forced nearly all food- or beverage-related businesses to curtail hours or close at least one day a week at the height of the summer tourist season, said Lauren Oscilowski, who owns the Spotted Bear Spirits distillery. Over the past year, about half the people on her 11-person team have been forced to move because their landlords decided to turn their housing into more lucrative short-term rentals. \n\n\n\"There's this national thing where hospitality people aren't returning to hospitality because the wages are too low, or they're sick of dealing with the public or whatever it is,\" Oscilowski said. \"But that's just a piece of it. The bigger piece for us is really housing....\"

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", @@ -306428,11 +333867,11 @@ "highlights": [] }, { - "title": "Exploding Batteries: Chevy's 2021 Recall Shows the Challenges of Electric Cars", - "description": "Electric cars make up less than 5% of new U.S. vehicle sales today — but automakers are betting on increasing demand. Chevy even plans to stop producing gas-powered cars altogether over the next 15 years, according to the Washington Post. \n\nBut they also ponder the implications of this year's recall of the Chevy Bolt:\n\nThe crisis involving the Chevrolet Bolt was a painful reminder for the auto industry that despite treating the electric vehicle era as essentially inevitable — a technical fait accompli — significant obstacles to manufacturing the cars, and especially their batteries, continue to threaten that future. \"It's a terrible thing that has happened,\" Tim Grewe, GM's general director for electrification strategy and cell engineering, said in an interview in September... \n\n\nThe recall of the Bolt covered all of the roughly 141,000 units GM had ever built. The company identified the issue as dual defects that led battery materials to make contact with one another and the components to combust spontaneously. It's a danger that comes directly from the core challenge of creating electric-vehicle batteries: the competition to pack more and more energy into them... Even as automakers seek to phase out gasoline engines en masse, high-voltage car batteries remain in their early stages of mass production. Many manufacturers are experimenting with new technologies and battery chemistries. While they do so, they are discovering defects — some of which can prove catastrophic.... Electric-car-battery explosions can release massive amounts of energy — and the fires can burn for hours, stretching longer and registering hotter than fires in cars with internal-combustion engines... \n\nLG, which has made batteries for the Bolt's entire run, is reimbursing GM for nearly $2 billion of costs associated with the recall.... GM has been hit hardest by fire concerns — but Audi and Hyundai also have recalled EVs over fire risks.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", - "content": "Electric cars make up less than 5% of new U.S. vehicle sales today — but automakers are betting on increasing demand. Chevy even plans to stop producing gas-powered cars altogether over the next 15 years, according to the Washington Post. \n\nBut they also ponder the implications of this year's recall of the Chevy Bolt:\n\nThe crisis involving the Chevrolet Bolt was a painful reminder for the auto industry that despite treating the electric vehicle era as essentially inevitable — a technical fait accompli — significant obstacles to manufacturing the cars, and especially their batteries, continue to threaten that future. \"It's a terrible thing that has happened,\" Tim Grewe, GM's general director for electrification strategy and cell engineering, said in an interview in September... \n\n\nThe recall of the Bolt covered all of the roughly 141,000 units GM had ever built. The company identified the issue as dual defects that led battery materials to make contact with one another and the components to combust spontaneously. It's a danger that comes directly from the core challenge of creating electric-vehicle batteries: the competition to pack more and more energy into them... Even as automakers seek to phase out gasoline engines en masse, high-voltage car batteries remain in their early stages of mass production. Many manufacturers are experimenting with new technologies and battery chemistries. While they do so, they are discovering defects — some of which can prove catastrophic.... Electric-car-battery explosions can release massive amounts of energy — and the fires can burn for hours, stretching longer and registering hotter than fires in cars with internal-combustion engines... \n\nLG, which has made batteries for the Bolt's entire run, is reimbursing GM for nearly $2 billion of costs associated with the recall.... GM has been hit hardest by fire concerns — but Audi and Hyundai also have recalled EVs over fire risks.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "title": "Exploding Batteries: Chevy's 2021 Recall Shows the Challenges of Building Electric Cars", + "description": "Electric cars make up less than 5% of new U.S. vehicle sales today — but automakers are betting on increasing demand. Chevy even plans to stop producing gas-powered cars altogether over the next 15 years, according to the Washington Post. \n\nBut they also ponder the implications of this year's recall of the Chevy Bolt:\n\nThe crisis involving the Chevrolet Bolt was a painful reminder for the auto industry that despite treating the electric vehicle era as essentially inevitable — a technical fait accompli — significant obstacles to manufacturing the cars, and especially their batteries, continue to threaten that future. \"It's a terrible thing that has happened,\" Tim Grewe, GM's general director for electrification strategy and cell engineering, said in an interview in September... \n\n\nThe recall of the Bolt covered all of the roughly 141,000 units GM had ever built. The company identified the issue as dual defects that led battery materials to make contact with one another and the components to combust spontaneously. It's a danger that comes directly from the core challenge of creating electric-vehicle batteries: the competition to pack more and more energy into them... Even as automakers seek to phase out gasoline engines en masse, high-voltage car batteries remain in their early stages of mass production. Many manufacturers are experimenting with new technologies and battery chemistries. While they do so, they are discovering defects — some of which can prove catastrophic.... Electric-car-battery explosions can release massive amounts of energy — and the fires can burn for hours, stretching longer and registering hotter than fires in cars with internal-combustion engines... \n\nLG, which has made batteries for the Bolt's entire run, is reimbursing GM for nearly $2 billion of costs associated with the recall.... GM has been hit hardest by fire concerns — but Audi and Hyundai also have recalled EVs over fire risks.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Electric cars make up less than 5% of new U.S. vehicle sales today — but automakers are betting on increasing demand. Chevy even plans to stop producing gas-powered cars altogether over the next 15 years, according to the Washington Post. \n\nBut they also ponder the implications of this year's recall of the Chevy Bolt:\n\nThe crisis involving the Chevrolet Bolt was a painful reminder for the auto industry that despite treating the electric vehicle era as essentially inevitable — a technical fait accompli — significant obstacles to manufacturing the cars, and especially their batteries, continue to threaten that future. \"It's a terrible thing that has happened,\" Tim Grewe, GM's general director for electrification strategy and cell engineering, said in an interview in September... \n\n\nThe recall of the Bolt covered all of the roughly 141,000 units GM had ever built. The company identified the issue as dual defects that led battery materials to make contact with one another and the components to combust spontaneously. It's a danger that comes directly from the core challenge of creating electric-vehicle batteries: the competition to pack more and more energy into them... Even as automakers seek to phase out gasoline engines en masse, high-voltage car batteries remain in their early stages of mass production. Many manufacturers are experimenting with new technologies and battery chemistries. While they do so, they are discovering defects — some of which can prove catastrophic.... Electric-car-battery explosions can release massive amounts of energy — and the fires can burn for hours, stretching longer and registering hotter than fires in cars with internal-combustion engines... \n\nLG, which has made batteries for the Bolt's entire run, is reimbursing GM for nearly $2 billion of costs associated with the recall.... GM has been hit hardest by fire concerns — but Audi and Hyundai also have recalled EVs over fire risks.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", "category": "", - "link": "https://hardware.slashdot.org/story/22/01/02/0349252/exploding-batteries-chevys-2021-recall-shows-the-challenges-of-electric-cars?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "link": "https://hardware.slashdot.org/story/22/01/02/0349252/exploding-batteries-chevys-2021-recall-shows-the-challenges-of-building-electric-cars?utm_source=rss1.0mainlinkanon&utm_medium=feed", "creator": "EditorDavid", "pubDate": "2022-01-02T12:34:00+00:00", "enclosure": "", @@ -306446,7 +333885,7 @@ "favorite": false, "created": false, "tags": [], - "hash": "b04ac712271751a1564fdd21afd1dc4d", + "hash": "7dae2c3ec076626f90aba2c7464c2ba0", "highlights": [] }, { @@ -306515,6 +333954,28 @@ "hash": "e8b743d3019d53be34344279d9e3358f", "highlights": [] }, + { + "title": "Exploding Batteries: Chevy's 2021 Recall Shows the Challenges of Electric Cars", + "description": "Electric cars make up less than 5% of new U.S. vehicle sales today — but automakers are betting on increasing demand. Chevy even plans to stop producing gas-powered cars altogether over the next 15 years, according to the Washington Post. \n\nBut they also ponder the implications of this year's recall of the Chevy Bolt:\n\nThe crisis involving the Chevrolet Bolt was a painful reminder for the auto industry that despite treating the electric vehicle era as essentially inevitable — a technical fait accompli — significant obstacles to manufacturing the cars, and especially their batteries, continue to threaten that future. \"It's a terrible thing that has happened,\" Tim Grewe, GM's general director for electrification strategy and cell engineering, said in an interview in September... \n\n\nThe recall of the Bolt covered all of the roughly 141,000 units GM had ever built. The company identified the issue as dual defects that led battery materials to make contact with one another and the components to combust spontaneously. It's a danger that comes directly from the core challenge of creating electric-vehicle batteries: the competition to pack more and more energy into them... Even as automakers seek to phase out gasoline engines en masse, high-voltage car batteries remain in their early stages of mass production. Many manufacturers are experimenting with new technologies and battery chemistries. While they do so, they are discovering defects — some of which can prove catastrophic.... Electric-car-battery explosions can release massive amounts of energy — and the fires can burn for hours, stretching longer and registering hotter than fires in cars with internal-combustion engines... \n\nLG, which has made batteries for the Bolt's entire run, is reimbursing GM for nearly $2 billion of costs associated with the recall.... GM has been hit hardest by fire concerns — but Audi and Hyundai also have recalled EVs over fire risks.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "content": "Electric cars make up less than 5% of new U.S. vehicle sales today — but automakers are betting on increasing demand. Chevy even plans to stop producing gas-powered cars altogether over the next 15 years, according to the Washington Post. \n\nBut they also ponder the implications of this year's recall of the Chevy Bolt:\n\nThe crisis involving the Chevrolet Bolt was a painful reminder for the auto industry that despite treating the electric vehicle era as essentially inevitable — a technical fait accompli — significant obstacles to manufacturing the cars, and especially their batteries, continue to threaten that future. \"It's a terrible thing that has happened,\" Tim Grewe, GM's general director for electrification strategy and cell engineering, said in an interview in September... \n\n\nThe recall of the Bolt covered all of the roughly 141,000 units GM had ever built. The company identified the issue as dual defects that led battery materials to make contact with one another and the components to combust spontaneously. It's a danger that comes directly from the core challenge of creating electric-vehicle batteries: the competition to pack more and more energy into them... Even as automakers seek to phase out gasoline engines en masse, high-voltage car batteries remain in their early stages of mass production. Many manufacturers are experimenting with new technologies and battery chemistries. While they do so, they are discovering defects — some of which can prove catastrophic.... Electric-car-battery explosions can release massive amounts of energy — and the fires can burn for hours, stretching longer and registering hotter than fires in cars with internal-combustion engines... \n\nLG, which has made batteries for the Bolt's entire run, is reimbursing GM for nearly $2 billion of costs associated with the recall.... GM has been hit hardest by fire concerns — but Audi and Hyundai also have recalled EVs over fire risks.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", + "category": "", + "link": "https://hardware.slashdot.org/story/22/01/02/0349252/exploding-batteries-chevys-2021-recall-shows-the-challenges-of-electric-cars?utm_source=rss1.0mainlinkanon&utm_medium=feed", + "creator": "EditorDavid", + "pubDate": "2022-01-02T12:34:00+00:00", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "", + "folder": "00.03 News/Tech", + "feed": "Slashdot", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "b04ac712271751a1564fdd21afd1dc4d", + "highlights": [] + }, { "title": "'Year 2022' Bug Breaks Email Delivery For Microsoft Exchange On-Premise Servers", "description": "Kalper (Slashdot reader #57,281) shares news from Bleeping Computer:\n\nMicrosoft Exchange on-premise servers cannot deliver email starting on January 1st, 2022, due to a \"Year 2022\" bug in the FIP-FS anti-malware scanning engine. \n\nStarting with Exchange Server 2013, Microsoft enabled the FIP-FS anti-spam and anti-malware scanning engine by default to protect users from malicious email. According to numerous reports from Microsoft Exchange admins worldwide, a bug in the FIP-FS engine is blocking email delivery with on-premise servers starting at midnight on January 1st, 2022. \n\n\nSecurity researcher and Exchange admin Joseph Roosen said that this is caused by Microsoft using a signed int32 variable to store the value of a date, which has a maximum value of 2,147,483,647. However, dates in 2022 have a minimum value of 2,201,010,001 or larger, which is greater than the maximum value that can be stored in the signed int32 variable, causing the scanning engine to fail and not release mail for delivery. When this bug is triggered, an 1106 error will appear in the Exchange Server's Event Log stating, \"The FIP-FS Scan Process failed initialization. Error: 0x8004005. Error Details: Unspecified Error\" or \"Error Code: 0x80004005. Error Description: Can't convert \"2201010001\" to long.\" Microsoft will need to release an Exchange Server update that uses a larger variable to hold the date to officially fix this bug. \n\n\nHowever, for on-premise Exchange Servers currently affected, admins have found that you can disable the FIP-FS scanning engine to allow email to start delivering again... Unfortunately, with this unofficial fix, delivered mail will no longer be scanned by Microsoft's scanning engine, leading to more malicious emails and spam getting through to users.

    \n\n\n\n\n\n

    Read more of this story at Slashdot.

    ", @@ -320811,6 +348272,556 @@ "image": null, "description": "Original and proudly opinionated perspectives for Generation T", "items": [ + { + "title": "Google and Apple’s unholy search alliance faces another antitrust suit", + "description": "
    Google and Apple are the best of frenemies. While the tech giants threaten “thermonuclear wars” over smartphone conflicts, they also quietly declare ceasefires for good causes — and big profits. A prominent example of these truces is on the search battlefield. Google pays Apple big bucks to remain the default search engine on iOS devices — $8 billion to $12 billion a year, according to the US Justice Department. A new lawsuit has shone the spotlight on this mutual-defense treaty. The antitrust case alleges that Google, Apple, and their respective CEOs have violated US antitrust laws in their non-compete agreement. The complaint…

    This story continues at The Next Web

    Or just read more coverage about: Apple
    \n \n
    ", + "content": "
    Google and Apple are the best of frenemies. While the tech giants threaten “thermonuclear wars” over smartphone conflicts, they also quietly declare ceasefires for good causes — and big profits. A prominent example of these truces is on the search battlefield. Google pays Apple big bucks to remain the default search engine on iOS devices — $8 billion to $12 billion a year, according to the US Justice Department. A new lawsuit has shone the spotlight on this mutual-defense treaty. The antitrust case alleges that Google, Apple, and their respective CEOs have violated US antitrust laws in their non-compete agreement. The complaint…

    This story continues at The Next Web

    Or just read more coverage about: Apple
    \n \n
    ", + "category": "Insider", + "link": "https://thenextweb.com/news/google-pays-apple-billions-to-stay-out-of-search-business-lawsuit-claims", + "creator": "Thomas Macaulay", + "pubDate": "Wed, 05 Jan 2022 18:27:05 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FUntitled-design-2.jpg&signature=15069139534169241926c67f1e17cd23", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FUntitled-design-2.jpg&signature=15069139534169241926c67f1e17cd23", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "872807a738f7998586e8cba3b427524f", + "highlights": [] + }, + { + "title": "What the hell is ‘dataraising?’ And why is everyone doing it?", + "description": "
    Fundraising appeals are part of everyday life, both online and off. Requests for financial donations arrive by snail mail, email, social media and text messages. Cashiers at chain stores and supermarkets ask if you want to chip in for charitable causes. If you’re in the U.S., you might also be getting nearly constant texts asking you to contribute to political campaigns. In my book “How We Give Now,” I explore how acts of giving extend beyond donating money to nonprofits, including an interesting trend on the rise that I call “dataraising.” It’s a term I coined while writing the book…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    Fundraising appeals are part of everyday life, both online and off. Requests for financial donations arrive by snail mail, email, social media and text messages. Cashiers at chain stores and supermarkets ask if you want to chip in for charitable causes. If you’re in the U.S., you might also be getting nearly constant texts asking you to contribute to political campaigns. In my book “How We Give Now,” I explore how acts of giving extend beyond donating money to nonprofits, including an interesting trend on the rise that I call “dataraising.” It’s a term I coined while writing the book…

    This story continues at The Next Web
    \n \n
    ", + "category": "Tech", + "link": "https://thenextweb.com/news/what-is-dataraising-why-is-everyone-doing-it-syndication", + "creator": "The Conversation", + "pubDate": "Wed, 05 Jan 2022 15:22:16 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FUntitled-design-12.jpg&signature=e5571562ed08028947a4a0a23ccc480a", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FUntitled-design-12.jpg&signature=e5571562ed08028947a4a0a23ccc480a", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "0aa555fecf7b0b6afa38bcf56d358089", + "highlights": [] + }, + { + "title": "Got wood? Tech is ensuring we never suffer another lumber shortage", + "description": "
    The pandemic has been marked by brief periods of shortage worldwide (remember the great toilet paper rush of 2020?). We’ve temporarily run out of everything from gym equipment to condoms and even aluminum cans, and now a lumber shortage has hit close to home, raising concern among DIY enthusiasts and potential house owners around the world. The scarcity of lumber brought prices to an all-time high of $1,686 per thousand board feet in May, a 400 percent peak from pre-pandemic levels when prices shuffled between $350 to $500. In August, there was some good news as wood fell to $399…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    The pandemic has been marked by brief periods of shortage worldwide (remember the great toilet paper rush of 2020?). We’ve temporarily run out of everything from gym equipment to condoms and even aluminum cans, and now a lumber shortage has hit close to home, raising concern among DIY enthusiasts and potential house owners around the world. The scarcity of lumber brought prices to an all-time high of $1,686 per thousand board feet in May, a 400 percent peak from pre-pandemic levels when prices shuffled between $350 to $500. In August, there was some good news as wood fell to $399…

    This story continues at The Next Web
    \n \n
    ", + "category": "Insider", + "link": "https://thenextweb.com/news/tech-is-making-sure-we-never-suffer-another-lumber-shortage", + "creator": "Marris Adikwu", + "pubDate": "Wed, 05 Jan 2022 14:22:56 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2021%2F12%2Fsergei-a-heLWtuAN3c-unsplash.jpg&signature=b7c8341687847b40e6e9bb6ad7b57080", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2021%2F12%2Fsergei-a-heLWtuAN3c-unsplash.jpg&signature=b7c8341687847b40e6e9bb6ad7b57080", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "40153cb1e12e40fb1dd069b2afdff070", + "highlights": [] + }, + { + "title": "CES 2022: It’s real! Sony’s getting into the EV market", + "description": "
    At CES 2022, Sony made its ambitions clear: it’s going to launch its own EVs. In 2020, Sony took everyone by surprise when it showcased a fully baked concept EV, the Vision-S sedan. At this point, nobody knew whether it was seriously considering this move, or just testing the waters. The Sony Vision-S 01. (Credit: Sony) At the time, Sony partnered up with various automotive companies for the creation of the Vision-S sedan, road-tested the vehicle, and released a series of videos (here, here, and here) demonstrating the car’s design and development process. But we’re no longer unclear about whether this was…

    This story continues at The Next Web

    Or just read more coverage about: Sony
    \n \n
    ", + "content": "
    At CES 2022, Sony made its ambitions clear: it’s going to launch its own EVs. In 2020, Sony took everyone by surprise when it showcased a fully baked concept EV, the Vision-S sedan. At this point, nobody knew whether it was seriously considering this move, or just testing the waters. The Sony Vision-S 01. (Credit: Sony) At the time, Sony partnered up with various automotive companies for the creation of the Vision-S sedan, road-tested the vehicle, and released a series of videos (here, here, and here) demonstrating the car’s design and development process. But we’re no longer unclear about whether this was…

    This story continues at The Next Web

    Or just read more coverage about: Sony
    \n \n
    ", + "category": "Shift", + "link": "https://thenextweb.com/news/ces-2022-sony-is-getting-into-the-ev-market", + "creator": "Ioanna Lykiardopoulou", + "pubDate": "Wed, 05 Jan 2022 14:19:47 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FUntitled-design-44-1.jpg&signature=f2842583b96f33e95adb3176678ed557", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FUntitled-design-44-1.jpg&signature=f2842583b96f33e95adb3176678ed557", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "56b64681eee56ffef08baab38b7dc4af", + "highlights": [] + }, + { + "title": "This startup sells microdosing kits to boost productivity — so I did magic truffles for a month", + "description": "
    Update (January 5, 2022): Following the news about a research study proving that psilocybin can be safely administered in small doses for treating mental health issues, we decided to resurface this story that was first published in October 2020. New research from the Institute of Psychiatry, Psychology, & Neuroscience (IoPPN) at King’s College London shows that psilocybin – a psychedelic drug isolated from the Psilocybe mushroom – can be safely administered at doses of either 10mg or 25mg. According to the literature published by James Rucker and Allan Young, this can find use “alongside talking therapy as a potential treatment…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    Update (January 5, 2022): Following the news about a research study proving that psilocybin can be safely administered in small doses for treating mental health issues, we decided to resurface this story that was first published in October 2020. New research from the Institute of Psychiatry, Psychology, & Neuroscience (IoPPN) at King’s College London shows that psilocybin – a psychedelic drug isolated from the Psilocybe mushroom – can be safely administered at doses of either 10mg or 25mg. According to the literature published by James Rucker and Allan Young, this can find use “alongside talking therapy as a potential treatment…

    This story continues at The Next Web
    \n \n
    ", + "category": "Growth Quarters", + "link": "https://thenextweb.com/news/legal-microdosing-shrooms-psilocybin-productvity-boost", + "creator": "Nino de Vries", + "pubDate": "Wed, 05 Jan 2022 13:30:42 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2020%2F10%2Fshrooms-magical-truffles-gq.png&signature=664beee73e04e2201cf7348caa5ea601", + "enclosureType": "image/png", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2020%2F10%2Fshrooms-magical-truffles-gq.png&signature=664beee73e04e2201cf7348caa5ea601", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "9098e86d6b74f9762941abbee134a42c", + "highlights": [] + }, + { + "title": "CES 2022: John Deere’s autonomous tractor brings robot takeover to our farms", + "description": "
    When you think CES, you might be picturing cool gadgets, smart home appliances, and fancy cars (well, if there are any that haven’t pulled out). And you’d be right. Kinda. Because one of the most exciting things on offer is John Deere’s very first autonomous tractor. You read that right. An autonomous tractor. This is a version of Deere’s 8R vehicle and includes a TruSet™-enabled chisel plow, GPS guidance system, and far, far more. This isn’t totally off-piste for John Deere, as it has been testing self-steering machines since 1997. Sowing and spraying crops is a fair chunk of farm work.…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    When you think CES, you might be picturing cool gadgets, smart home appliances, and fancy cars (well, if there are any that haven’t pulled out). And you’d be right. Kinda. Because one of the most exciting things on offer is John Deere’s very first autonomous tractor. You read that right. An autonomous tractor. This is a version of Deere’s 8R vehicle and includes a TruSet™-enabled chisel plow, GPS guidance system, and far, far more. This isn’t totally off-piste for John Deere, as it has been testing self-steering machines since 1997. Sowing and spraying crops is a fair chunk of farm work.…

    This story continues at The Next Web
    \n \n
    ", + "category": "Insider", + "link": "https://thenextweb.com/news/ces-22-john-deeres-autonomous-tractor-responds-to-the-labor-shortage", + "creator": "Cate Lawrence", + "pubDate": "Wed, 05 Jan 2022 12:32:49 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2Fimgonline-com-ua-3D-Picture-qTYNyslqKOpV.jpeg&signature=0906d53090988367b21a6bbd8e4e7bce", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2Fimgonline-com-ua-3D-Picture-qTYNyslqKOpV.jpeg&signature=0906d53090988367b21a6bbd8e4e7bce", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "8c21f81c997c83d6c61537cd689baae2", + "highlights": [] + }, + { + "title": "I hope to God that Intel’s new Core i9 processor crushes Apple’s M1 Max", + "description": "
    In 2020, Apple managed the impossible: it made chipsets sexy. People actually talked about processors. But the release of the M1 did more than get public attention, it also shook up the whole computing industry. The chip helped Apple’s Macbooks deliver incredible performance and battery life — outstripping its competitors along the way. That latter point may not be true any longer, because Intel just announced its new 12th-generation Core mobile processor range, one of which it claims to be the fastest example of this technology ever. I just hope this is true. First though, details. If you can suffer…

    This story continues at The Next Web

    Or just read more coverage about: Apple
    \n \n
    ", + "content": "
    In 2020, Apple managed the impossible: it made chipsets sexy. People actually talked about processors. But the release of the M1 did more than get public attention, it also shook up the whole computing industry. The chip helped Apple’s Macbooks deliver incredible performance and battery life — outstripping its competitors along the way. That latter point may not be true any longer, because Intel just announced its new 12th-generation Core mobile processor range, one of which it claims to be the fastest example of this technology ever. I just hope this is true. First though, details. If you can suffer…

    This story continues at The Next Web

    Or just read more coverage about: Apple
    \n \n
    ", + "category": "Plugged", + "link": "https://thenextweb.com/news/intel-new-core-i9-processor-faster-than-apple-m1-max-analysis", + "creator": "Callum Booth", + "pubDate": "Wed, 05 Jan 2022 11:50:14 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2Fheader-image-intel-Core-i9-processor-crushes-Apples-M1-Max.jpg&signature=42fa5fd3868ec623a72cfb31cff7419f", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2Fheader-image-intel-Core-i9-processor-crushes-Apples-M1-Max.jpg&signature=42fa5fd3868ec623a72cfb31cff7419f", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "62ae3b207a16979bcbbea71f41db1c9b", + "highlights": [] + }, + { + "title": "Contrary to popular belief, middle-aged entrepreneurs do better", + "description": "
    Bill Gates was 21 when he and Paul Allen registered Microsoft. Steve Jobs was 22 when he and Steve Wozniak launched Apple. Mark Zuckerberg started Facebook in his Harvard dormitory. The biographies of these tech billionaires who achieved great success in their twenties have helped cement the perception that entrepreneurship is a young person’s game. Not true. Such stories are the exception rather than the norm. Starting young can have some clear advantages. For one thing, it gives you much more time to fail the several times most entrepreneurs do before they put it all together and succeed. But overall,…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    Bill Gates was 21 when he and Paul Allen registered Microsoft. Steve Jobs was 22 when he and Steve Wozniak launched Apple. Mark Zuckerberg started Facebook in his Harvard dormitory. The biographies of these tech billionaires who achieved great success in their twenties have helped cement the perception that entrepreneurship is a young person’s game. Not true. Such stories are the exception rather than the norm. Starting young can have some clear advantages. For one thing, it gives you much more time to fail the several times most entrepreneurs do before they put it all together and succeed. But overall,…

    This story continues at The Next Web
    \n \n
    ", + "category": "Growth Quarters", + "link": "https://thenextweb.com/news/why-older-entrepreneurs-do-better", + "creator": "The Conversation", + "pubDate": "Wed, 05 Jan 2022 09:00:46 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2Folder-ceo.jpeg&signature=eeaf39fa5b34369aa5e81bb7a8ecb98c", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2Folder-ceo.jpeg&signature=eeaf39fa5b34369aa5e81bb7a8ecb98c", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e89684669c621779b0878e70768d2332", + "highlights": [] + }, + { + "title": "Wearing TCL’s new smart glasses is like strapping a giant monitor to your face", + "description": "
    Smart glasses are now dime a dozen, but there are very few that you can buy and even fewer that have an attractive use case. TCL’s new NXTWEAR AIR glasses could be one of them. The most appealing feature of the pair is projecting a 140-inch virtual screen in front of your eyes, to privately watch whatever you like with a movie-theater experience. Think of it as your personal projector you can move around with. However, there are no AR features, so don’t expect any of that trickery. The company launched the first-gen glasses, called the NXTWEAR G, last year. But…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    Smart glasses are now dime a dozen, but there are very few that you can buy and even fewer that have an attractive use case. TCL’s new NXTWEAR AIR glasses could be one of them. The most appealing feature of the pair is projecting a 140-inch virtual screen in front of your eyes, to privately watch whatever you like with a movie-theater experience. Think of it as your personal projector you can move around with. However, there are no AR features, so don’t expect any of that trickery. The company launched the first-gen glasses, called the NXTWEAR G, last year. But…

    This story continues at The Next Web
    \n \n
    ", + "category": "Plugged", + "link": "https://thenextweb.com/news/tcl-smart-glasses-nxtwear-air-screen-analysis", + "creator": "Ivan Mehta", + "pubDate": "Wed, 05 Jan 2022 08:08:31 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FTCL-Smart-glasses.jpg&signature=7d62a86227742bcff86dc8be97633797", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FTCL-Smart-glasses.jpg&signature=7d62a86227742bcff86dc8be97633797", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "778afa0060a8e69482b606e9cc7f80bf", + "highlights": [] + }, + { + "title": "Instagram carousels should be the center of your 2022 social media strategy", + "description": "
    Brands are investing a lot of time and money in promoting themselves online, and with this many resources put into it, you gotta make sure the results are paying off. Now, among all the social platforms out there, there’s one that rules them all when it comes to engagement, and that’s the almighty Instagram. And because of such a huge interest, the team from Socialinsider, together with Sked Social, conducted an Instagram engagement study, by analyzing 102 million posts, where they compared Instagram’s engagement in 2021 and its values in 2022. By examining 2021’s trends for Instagram marketing, social media…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    Brands are investing a lot of time and money in promoting themselves online, and with this many resources put into it, you gotta make sure the results are paying off. Now, among all the social platforms out there, there’s one that rules them all when it comes to engagement, and that’s the almighty Instagram. And because of such a huge interest, the team from Socialinsider, together with Sked Social, conducted an Instagram engagement study, by analyzing 102 million posts, where they compared Instagram’s engagement in 2021 and its values in 2022. By examining 2021’s trends for Instagram marketing, social media…

    This story continues at The Next Web
    \n \n
    ", + "category": "Growth Quarters", + "link": "https://thenextweb.com/news/instagram-carousels-2022-social-media-strategy", + "creator": "Elena Cucu", + "pubDate": "Wed, 05 Jan 2022 07:00:58 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2021%2F12%2Finstagram-gq.jpg&signature=98c0b2efd21051628ae0d902b6f69f0d", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2021%2F12%2Finstagram-gq.jpg&signature=98c0b2efd21051628ae0d902b6f69f0d", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "5e6e53a71f9b87adbe435f53dcef0a10", + "highlights": [] + }, + { + "title": "The Aventon Soltera is a light ebike with a ton of features for $1,200", + "description": "
    If you’ve read any of my ebike reviews, you know I tend to gravitate toward ebikes that enhance the cycling experience, rather than approximate a moped (there’s nothing wrong with the latter, mind you; it’s just my preference). Ebike maker Aventon today announced a new bike in the former category called the Soltera, starting at $1,199. It looks like an enticing new option for those who want a bike that mostly looks and feels like a regular bike, while still maintaining some of the niceties you’d expect from more stereotypical ebikes. The Soltera weighs in at 18.5kg (41 lbs), which…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    If you’ve read any of my ebike reviews, you know I tend to gravitate toward ebikes that enhance the cycling experience, rather than approximate a moped (there’s nothing wrong with the latter, mind you; it’s just my preference). Ebike maker Aventon today announced a new bike in the former category called the Soltera, starting at $1,199. It looks like an enticing new option for those who want a bike that mostly looks and feels like a regular bike, while still maintaining some of the niceties you’d expect from more stereotypical ebikes. The Soltera weighs in at 18.5kg (41 lbs), which…

    This story continues at The Next Web
    \n \n
    ", + "category": "Insider", + "link": "https://thenextweb.com/news/the-aventon-soltera-is-a-light-ebike-with-a-ton-of-features-for-1200", + "creator": "Napier Lopez", + "pubDate": "Tue, 04 Jan 2022 22:41:31 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FAventon-Soltera.jpg&signature=90c49cc0ef37ec605d37d7269ede29ec", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FAventon-Soltera.jpg&signature=90c49cc0ef37ec605d37d7269ede29ec", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ed80c1458c0521e8c907c9b4cf52325c", + "highlights": [] + }, + { + "title": "Here’s how the Mercedes EQXX concept can boast 1,000km of range", + "description": "
    Mercedes’ EQXX concept vehicle is definitely a looker, but what’s really striking about it is its very, very, long range. Specifically, the automaker claims its EV is good for 1,000km on a single charge — that’s enough to take you from Paris to London, for instance. And back. It sure looks like an elegant sporty sedan. Credit: Mercedes According to Mercedes, EQXX’s whopping range is the result of efficiency-optimizing innovations, starting with a new proprietary drivetrain that delivers 95% of the battery’s power directly to the wheels. To further boost the vehicle’s efficiency, the company has also worked on optimizing…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    Mercedes’ EQXX concept vehicle is definitely a looker, but what’s really striking about it is its very, very, long range. Specifically, the automaker claims its EV is good for 1,000km on a single charge — that’s enough to take you from Paris to London, for instance. And back. It sure looks like an elegant sporty sedan. Credit: Mercedes According to Mercedes, EQXX’s whopping range is the result of efficiency-optimizing innovations, starting with a new proprietary drivetrain that delivers 95% of the battery’s power directly to the wheels. To further boost the vehicle’s efficiency, the company has also worked on optimizing…

    This story continues at The Next Web
    \n \n
    ", + "category": "Shift", + "link": "https://thenextweb.com/news/heres-how-mercedes-eqxxs-concept-can-boast-1000km-range", + "creator": "Ioanna Lykiardopoulou", + "pubDate": "Tue, 04 Jan 2022 17:02:34 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FUntitled-design-44.jpg&signature=302eb497983a111ea77f27145bb51316", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FUntitled-design-44.jpg&signature=302eb497983a111ea77f27145bb51316", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7a22431e11b598d60e53fb56c695026c", + "highlights": [] + }, + { + "title": "Elizabeth Holmes found guilty: The best films, podcasts, and reads about the Theranos fraudster", + "description": "
    Silicon Valley’s trial of the century came to a close on Monday, when Theranos founder Elizabeth Holmes was found guilty on four of 11 charges of fraud. The disgraced entrepreneur has had a remarkable rise and fall. After dropping out of Stanford to found blood-testing startup Theranos at the age of 19, Holmes was named the world’s youngest self-made female billionaire in 2014. Her company, meanwhile, had reached a valuation of around $9 billion. Just four years later, however, Theranos had collapsed and Holmes was facing criminal fraud charges, following allegations that she’d lied about the blood-testing tech. With a plot…

    This story continues at The Next Web

    Or just read more coverage about: Podcasts
    \n \n
    ", + "content": "
    Silicon Valley’s trial of the century came to a close on Monday, when Theranos founder Elizabeth Holmes was found guilty on four of 11 charges of fraud. The disgraced entrepreneur has had a remarkable rise and fall. After dropping out of Stanford to found blood-testing startup Theranos at the age of 19, Holmes was named the world’s youngest self-made female billionaire in 2014. Her company, meanwhile, had reached a valuation of around $9 billion. Just four years later, however, Theranos had collapsed and Holmes was facing criminal fraud charges, following allegations that she’d lied about the blood-testing tech. With a plot…

    This story continues at The Next Web

    Or just read more coverage about: Podcasts
    \n \n
    ", + "category": "Insider", + "link": "https://thenextweb.com/news/best-films-podcasts-and-books-about-theranos-founder-elizabeth-holmes", + "creator": "Thomas Macaulay", + "pubDate": "Tue, 04 Jan 2022 15:05:31 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FUntitled-design-1.jpg&signature=c2d4d514ba29c1632ae02c3e5bd42ddd", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FUntitled-design-1.jpg&signature=c2d4d514ba29c1632ae02c3e5bd42ddd", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ba9517b787f7facf8e765d5984dbf44f", + "highlights": [] + }, + { + "title": "Did the Big Bang arise from nothing? Or from a previous bygone universe?", + "description": "
    READER QUESTION: My understanding is that nothing comes from nothing. For something to exist, there must be material or a component available, and for them to be available, there must be something else available. Now my question: Where did the material come from that created the Big Bang, and what happened in the first instance to create that material? Peter, 80, Australia. “The last star will slowly cool and fade away. With its passing, the universe will become once more a void, without light or life or meaning.” So warned the physicist Brian Cox in the recent BBC series Universe.…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    READER QUESTION: My understanding is that nothing comes from nothing. For something to exist, there must be material or a component available, and for them to be available, there must be something else available. Now my question: Where did the material come from that created the Big Bang, and what happened in the first instance to create that material? Peter, 80, Australia. “The last star will slowly cool and fade away. With its passing, the universe will become once more a void, without light or life or meaning.” So warned the physicist Brian Cox in the recent BBC series Universe.…

    This story continues at The Next Web
    \n \n
    ", + "category": "Space", + "link": "https://thenextweb.com/news/big-bang-arise-from-nothing-or-from-previous-bygone-universe-syndication", + "creator": "The Conversation", + "pubDate": "Tue, 04 Jan 2022 14:31:40 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FSyndi4_01-1.jpg&signature=96746c1a92b68777f0d2a59bc1df03a5", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FSyndi4_01-1.jpg&signature=96746c1a92b68777f0d2a59bc1df03a5", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a2bb398c59db6e4ef63bfeb3f1478c60", + "highlights": [] + }, + { + "title": "No, Hyundai is not ending its love affair with hydrogen or ICEs", + "description": "
    It’s been a busy week for Hyundai, who had to refute claims it was breaking up with hydrogen. This week, we saw yet another claim by an “industry insider” that Hyundai had suspended their R&D in 3rd generation hydrogen fuelcells. An article by Korean news outlet Chosun Biz claimed that Hyundai had suspended R&D in 3rd generation hydrogen fuel cells due to technical problems and a lack of marketability. That’s apparently not true; an unnamed Hyundai Motor official issued a statement today to the Korea Times refuting the claim: The hydrogen FCEV project has not been halted but rather delayed, as…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    It’s been a busy week for Hyundai, who had to refute claims it was breaking up with hydrogen. This week, we saw yet another claim by an “industry insider” that Hyundai had suspended their R&D in 3rd generation hydrogen fuelcells. An article by Korean news outlet Chosun Biz claimed that Hyundai had suspended R&D in 3rd generation hydrogen fuel cells due to technical problems and a lack of marketability. That’s apparently not true; an unnamed Hyundai Motor official issued a statement today to the Korea Times refuting the claim: The hydrogen FCEV project has not been halted but rather delayed, as…

    This story continues at The Next Web
    \n \n
    ", + "category": "Insider", + "link": "https://thenextweb.com/news/hyundai-is-not-ending-its-mission-to-make-hydrogen-fuel-cells-a-thing", + "creator": "Cate Lawrence", + "pubDate": "Tue, 04 Jan 2022 13:29:13 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2Frsz_1hyundai-nexo-fcev-7_3.jpeg&signature=2467aadceb70097662cdd8bb3dba4dfc", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2Frsz_1hyundai-nexo-fcev-7_3.jpeg&signature=2467aadceb70097662cdd8bb3dba4dfc", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "370b25e543c4ca163f9c154056ecac00", + "highlights": [] + }, + { + "title": "Why banks’ digital transformation strategies fail — and what to do about it", + "description": "
    While digital transformation has been on the agenda for legacy institutions for over a decade, tech adoption has now become a do or die situation for traditional banks. The fintech revolution has brought about worthy adversaries in the form of neobanks and fintech apps that address the needs of a younger, digitally savvy generation. This coupled with the pandemic, which put the transition to digital banking services into warp-speed, has meant banks need to offer something new today or risk losing customers. And it’s not for lack of trying. In 2018, banks globally invested $9.7 billion in digital transformation initiatives.…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    While digital transformation has been on the agenda for legacy institutions for over a decade, tech adoption has now become a do or die situation for traditional banks. The fintech revolution has brought about worthy adversaries in the form of neobanks and fintech apps that address the needs of a younger, digitally savvy generation. This coupled with the pandemic, which put the transition to digital banking services into warp-speed, has meant banks need to offer something new today or risk losing customers. And it’s not for lack of trying. In 2018, banks globally invested $9.7 billion in digital transformation initiatives.…

    This story continues at The Next Web
    \n \n
    ", + "category": "Growth Quarters", + "link": "https://thenextweb.com/news/why-banks-digital-transformation-strategies-fail-and-what-to-do-about-it", + "creator": "Jamie Tolentino", + "pubDate": "Tue, 04 Jan 2022 12:35:14 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2021%2F12%2FUntitled-design-6-3.jpg&signature=fc60eaca85d70aa0161f29442fe64096", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2021%2F12%2FUntitled-design-6-3.jpg&signature=fc60eaca85d70aa0161f29442fe64096", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1ce752d2525c891ec6c57086bf2bf4cf", + "highlights": [] + }, + { + "title": "Python is the TIOBE programming language of 2021 — what does this title even mean?", + "description": "
    It was like the Formula 1 finale all over again. But instead of Max Verstappen and Lewis Hamilton, the popular Python and C# programming languages were fighting to get the TIOBE programming language of the year award. In December, C# looked almost certain to win the crown, but tables turned by the end of the year, and Python grabbed the pole position. For the uninitiated, TIOBE, a software quality measurement company based in the Netherlands, produces a monthly index of popular languages across the world. It’s based on the number of search results for a programming language across popular search engines.…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    It was like the Formula 1 finale all over again. But instead of Max Verstappen and Lewis Hamilton, the popular Python and C# programming languages were fighting to get the TIOBE programming language of the year award. In December, C# looked almost certain to win the crown, but tables turned by the end of the year, and Python grabbed the pole position. For the uninitiated, TIOBE, a software quality measurement company based in the Netherlands, produces a monthly index of popular languages across the world. It’s based on the number of search results for a programming language across popular search engines.…

    This story continues at The Next Web
    \n \n
    ", + "category": "Design &amp; Dev", + "link": "https://thenextweb.com/news/python-c-tiobe-programming-language-of-the-year-title-analysis", + "creator": "Ivan Mehta", + "pubDate": "Tue, 04 Jan 2022 12:28:01 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2Fpython-C.jpg&signature=1cf187cbf244f46ef50e6f6d828230b0", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2Fpython-C.jpg&signature=1cf187cbf244f46ef50e6f6d828230b0", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cfe7c3ade2f28116467050a936d32e8a", + "highlights": [] + }, + { + "title": "Apple’s now worth $3 hootin’ trillion — and half could be thanks to its services biz", + "description": "
    Last night, Apple became the first US company to breach the mark of a $3 trillion market cap. The party lasted only a brief while, as the firm’s stock brought the valuation down to $2.99 trillion within a few hours. Over the years, the iPhone has been the major force behind the Cupertino-based tech giant’s bottom line. More recently, its services business has also become an important contributor. Last quarter, services generated $18.2 billion in revenue for Apple, with 25.6% year-on-year growth. Last week, Daniel Ives, MD of investment firm Wedbush, said in an investor note that Apple’s services business…

    This story continues at The Next Web

    Or just read more coverage about: Apple
    \n \n
    ", + "content": "
    Last night, Apple became the first US company to breach the mark of a $3 trillion market cap. The party lasted only a brief while, as the firm’s stock brought the valuation down to $2.99 trillion within a few hours. Over the years, the iPhone has been the major force behind the Cupertino-based tech giant’s bottom line. More recently, its services business has also become an important contributor. Last quarter, services generated $18.2 billion in revenue for Apple, with 25.6% year-on-year growth. Last week, Daniel Ives, MD of investment firm Wedbush, said in an investor note that Apple’s services business…

    This story continues at The Next Web

    Or just read more coverage about: Apple
    \n \n
    ", + "category": "Hard Fork", + "link": "https://thenextweb.com/news/apple-3-trillion-market-cap-services-analysis", + "creator": "Ivan Mehta", + "pubDate": "Tue, 04 Jan 2022 07:41:37 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FTim-Cook-Money.jpg&signature=93a3481e1a12c375611e5f209ffb330e", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FTim-Cook-Money.jpg&signature=93a3481e1a12c375611e5f209ffb330e", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7ab43c06cca81dd2fe53aaa7abc0ab96", + "highlights": [] + }, + { + "title": "5 designer’s shortcuts to help your new startup prioritize brand work", + "description": "
    Early-stage founders often struggle with prioritizing and structuring their brand work – and admittedly, the feat can seem pretty overwhelming if you’re building your entire visual identity from scratch. Color choices, fonts, and imagery can seem like petty details when you’re simultaneously building your product, fundraising, and headhunting for key roles, but overlooking your brand can be an expensive mistake for a startup with only one shot to woo a potential investor or customer. At the same time, no matter what your investor, board member, or brand agency tells you, early-stage startups don’t need to have their ducks in a…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    Early-stage founders often struggle with prioritizing and structuring their brand work – and admittedly, the feat can seem pretty overwhelming if you’re building your entire visual identity from scratch. Color choices, fonts, and imagery can seem like petty details when you’re simultaneously building your product, fundraising, and headhunting for key roles, but overlooking your brand can be an expensive mistake for a startup with only one shot to woo a potential investor or customer. At the same time, no matter what your investor, board member, or brand agency tells you, early-stage startups don’t need to have their ducks in a…

    This story continues at The Next Web
    \n \n
    ", + "category": "Growth Quarters", + "link": "https://thenextweb.com/news/5-designers-shortcuts-to-help-your-new-startup-prioritize-brand-work", + "creator": "Jesse Pyy", + "pubDate": "Tue, 04 Jan 2022 07:00:18 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2021%2F12%2Flogo-gq.jpg&signature=8be073a2d1ada18608b1f8ed7d183d9c", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2021%2F12%2Flogo-gq.jpg&signature=8be073a2d1ada18608b1f8ed7d183d9c", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "165e88ce44e36e307b357927e2f85f96", + "highlights": [] + }, + { + "title": "Leak: Samsung’s S22 Ultra is the new Galaxy Note, and I’m here for it", + "description": "
    For many years, Samsung divided its phone lineup with the S-Series in the first half of the year and the Note series in the second half. But after the company hinted it was abandoning the Note series to sell more folding phones in 2021, the truth is not so tragic for Note fans: Samsung is basically turning the Galaxy Ultra into the new Note, as evidenced by the latest batch of leaks. We already saw the first indications of this last year, as the S21 Ultra supported a newfangled external S-Pen. But frankly, the fact that the pen was external…

    This story continues at The Next Web

    Or just read more coverage about: Samsung
    \n \n
    ", + "content": "
    For many years, Samsung divided its phone lineup with the S-Series in the first half of the year and the Note series in the second half. But after the company hinted it was abandoning the Note series to sell more folding phones in 2021, the truth is not so tragic for Note fans: Samsung is basically turning the Galaxy Ultra into the new Note, as evidenced by the latest batch of leaks. We already saw the first indications of this last year, as the S21 Ultra supported a newfangled external S-Pen. But frankly, the fact that the pen was external…

    This story continues at The Next Web

    Or just read more coverage about: Samsung
    \n \n
    ", + "category": "Insider", + "link": "https://thenextweb.com/news/galaxy-s22-ultra-new-note", + "creator": "Napier Lopez", + "pubDate": "Mon, 03 Jan 2022 23:15:12 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FS22-Ultra-S-Pen.jpg&signature=aa3ac3d4198bed1a48a5e3d084261d0d", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FS22-Ultra-S-Pen.jpg&signature=aa3ac3d4198bed1a48a5e3d084261d0d", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1cc8fdcfff4e91dda6e516cd19caec8d", + "highlights": [] + }, + { + "title": "Scientists say social interaction is ‘the dark matter of AI’", + "description": "
    A pair of researchers from the University of Montreal today published a pre-print research paper on creating “more intelligent artificial agents” by imitating the human brain. We’ve heard that one before, but this time’s a little different. The big idea here is all about giving artificial intelligence agents more agency. According to the researchers: Despite the progress made in social neuroscience and in developmental psychology, only in the last decade, serious efforts have started focusing on the neural mechanisms of social interaction, which were seen as the “dark matter” of social neuroscience. Basically, there’s something other than just algorithms and…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    A pair of researchers from the University of Montreal today published a pre-print research paper on creating “more intelligent artificial agents” by imitating the human brain. We’ve heard that one before, but this time’s a little different. The big idea here is all about giving artificial intelligence agents more agency. According to the researchers: Despite the progress made in social neuroscience and in developmental psychology, only in the last decade, serious efforts have started focusing on the neural mechanisms of social interaction, which were seen as the “dark matter” of social neuroscience. Basically, there’s something other than just algorithms and…

    This story continues at The Next Web
    \n \n
    ", + "category": "Neural", + "link": "https://thenextweb.com/news/scientists-say-social-interaction-dark-matter-of-ai", + "creator": "Tristan Greene", + "pubDate": "Mon, 03 Jan 2022 23:07:07 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2021%2F08%2Fscaredrobot.jpg&signature=d3acb99ff2f8a998072598c7699155fc", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2021%2F08%2Fscaredrobot.jpg&signature=d3acb99ff2f8a998072598c7699155fc", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "a90b932bd26856435da121e9cfaf5c94", + "highlights": [] + }, + { + "title": "A Hyundai is now an air purifier — and 3 other ways car parts are getting a second life", + "description": "
    With carmakers committed to sustainability targets for incoming decades, they are finding second life use cases for discarded cars and their components.  Recently, Hyundai has found a new way to give a second life to preproduction prototypes. Rather than conventionally crushing them or using them for accident testing, it’s released a video showcasing a “rebirth” of various Ioniq 5 car components to create an air purifier. Hyundai originally built the test car for noise, vibration, and harshness tests. The air purifier in action. An alloy wheel gets a second life. The air purifier’s functionality comes from the original car cabin…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    With carmakers committed to sustainability targets for incoming decades, they are finding second life use cases for discarded cars and their components.  Recently, Hyundai has found a new way to give a second life to preproduction prototypes. Rather than conventionally crushing them or using them for accident testing, it’s released a video showcasing a “rebirth” of various Ioniq 5 car components to create an air purifier. Hyundai originally built the test car for noise, vibration, and harshness tests. The air purifier in action. An alloy wheel gets a second life. The air purifier’s functionality comes from the original car cabin…

    This story continues at The Next Web
    \n \n
    ", + "category": "Insider", + "link": "https://thenextweb.com/news/circular-design-car-parts-get-a-second-life-as-an-air-purifier", + "creator": "Cate Lawrence", + "pubDate": "Mon, 03 Jan 2022 14:10:31 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2Frsz_3untitled_design_1.png&signature=9589e4259483483281fded24d92ef204", + "enclosureType": "image/png", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2Frsz_3untitled_design_1.png&signature=9589e4259483483281fded24d92ef204", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "852c984ac2d35634513d8099b1b2cab1", + "highlights": [] + }, + { + "title": "Samsung’s fantastic solar remote can now charge using radio waves — WHAT?!", + "description": "
    All of us at TNW were over the moon when we heard about Samsung’s new remote powered by a Solar panel last year. Saving us the trouble of hunting for AAA batteries is truly the Lord’s work, so thank you Samsung. This year, the Korean tech giant has upped its remote game by including a new ability: Wi-Fi Charging. Yes, the new remote can literally charge through your routers useless signals that bounce around your house. How cool is that! If you’re thinking about how this magic happens, the answer is RF harvesting, which collects radio waves from devices like your…

    This story continues at The Next Web

    Or just read more coverage about: Samsung
    \n \n
    ", + "content": "
    All of us at TNW were over the moon when we heard about Samsung’s new remote powered by a Solar panel last year. Saving us the trouble of hunting for AAA batteries is truly the Lord’s work, so thank you Samsung. This year, the Korean tech giant has upped its remote game by including a new ability: Wi-Fi Charging. Yes, the new remote can literally charge through your routers useless signals that bounce around your house. How cool is that! If you’re thinking about how this magic happens, the answer is RF harvesting, which collects radio waves from devices like your…

    This story continues at The Next Web

    Or just read more coverage about: Samsung
    \n \n
    ", + "category": "Plugged", + "link": "https://thenextweb.com/news/samsung-remote-router-solar-charging-2022", + "creator": "Ivan Mehta", + "pubDate": "Mon, 03 Jan 2022 11:44:35 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FSamsung-remote-charging-e1641209925562.jpg&signature=16b4a8c989864187a8d4b77ec8d155be", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FSamsung-remote-charging-e1641209925562.jpg&signature=16b4a8c989864187a8d4b77ec8d155be", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cea669760fbd6698c4f1a72128677016", + "highlights": [] + }, + { + "title": "Fingers crossed: the AirPods Pro 2 could deliver sweet lossless audio to your ear holes", + "description": "
    It’s a new year and there’s already a fresh Apple rumor hot off the presses: the upcoming AirPods 2 Pro will support lossless audio streaming. According to a note published by analyst Ming-Chi Kuo, the company is planning a design overhaul of its top-end wireless buds, along with a new case that will beep to help you find it. The Cupertino-based company launched a lossless music tier for Apple Music last May. But there were only a few ways to enjoy it: if you’ve got an iPhone, you had to get an external DAC (Digital to Analog Converter) to listen…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    It’s a new year and there’s already a fresh Apple rumor hot off the presses: the upcoming AirPods 2 Pro will support lossless audio streaming. According to a note published by analyst Ming-Chi Kuo, the company is planning a design overhaul of its top-end wireless buds, along with a new case that will beep to help you find it. The Cupertino-based company launched a lossless music tier for Apple Music last May. But there were only a few ways to enjoy it: if you’ve got an iPhone, you had to get an external DAC (Digital to Analog Converter) to listen…

    This story continues at The Next Web
    \n \n
    ", + "category": "Plugged", + "link": "https://thenextweb.com/news/airpods-pro-2-wireless-lossless-audio-analysis", + "creator": "Ivan Mehta", + "pubDate": "Mon, 03 Jan 2022 10:35:54 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FAirPods-Lossless.jpg&signature=6286c208167059f93fe30ed6fc6b9232", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2022%2F01%2FAirPods-Lossless.jpg&signature=6286c208167059f93fe30ed6fc6b9232", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e3591550c133b67a942b3401583a0e3f", + "highlights": [] + }, + { + "title": "Don’t let ‘shrinkflation’ affect your software development", + "description": "
    You might not have noticed, but the products you’re buying at the grocery store are getting smaller. That’s right: They’re shrinking. In the wake of the COVID-19 pandemic, which sent raw materials prices soaring, many companies are trying to find ways to cut costs. So if that box of Cookie Crisp (part of a balanced breakfast, they say) feels a little light, you’re not imagining things; General Mills has decreased its family size boxes from 19.3 ounces to 18.1 ounces. Economist Pippa Malmgren coined the term “shrinkflation” to describe instances where companies reduce the size of products while retaining prices.…

    This story continues at The Next Web
    \n \n
    ", + "content": "
    You might not have noticed, but the products you’re buying at the grocery store are getting smaller. That’s right: They’re shrinking. In the wake of the COVID-19 pandemic, which sent raw materials prices soaring, many companies are trying to find ways to cut costs. So if that box of Cookie Crisp (part of a balanced breakfast, they say) feels a little light, you’re not imagining things; General Mills has decreased its family size boxes from 19.3 ounces to 18.1 ounces. Economist Pippa Malmgren coined the term “shrinkflation” to describe instances where companies reduce the size of products while retaining prices.…

    This story continues at The Next Web
    \n \n
    ", + "category": "Growth Quarters", + "link": "https://thenextweb.com/news/shrinkflation-software-development", + "creator": "Ross A. McIntyre", + "pubDate": "Mon, 03 Jan 2022 07:00:04 +0000", + "enclosure": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2021%2F12%2Fshrinking-software-gq.jpg&signature=b70f6e5719789037c876c32ba934a392", + "enclosureType": "image/jpeg", + "image": "https://img-cdn.tnwcdn.com/image?fit=796%2C417&url=https%3A%2F%2Fcdn0.tnwcdn.com%2Fwp-content%2Fblogs.dir%2F1%2Ffiles%2F2021%2F12%2Fshrinking-software-gq.jpg&signature=b70f6e5719789037c876c32ba934a392", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "The Next Web", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "cb8895a9ca5ce4278c0c6c695bd13353", + "highlights": [] + }, { "title": "Wanna buy an ebike? Here are our top picks from 2021", "description": "
    You’ve survived this weird and difficult year and you’re thinking to treat yourself with an ebike. But choosing the right bike for your isn’t an easy task, so we’re here to help you. This year, we’ve reviewed a whole bunch of electric two-wheelers, and three of them have really stuck in our minds. The Brompton Electric Small and compact. Why we love it: The Brompton Electric is the smallest folding electric bike out there. It weighs 14.5kg (excluding the 2.2kg battery) and measures just 565 x 585 x 270mm when folded, which means that you can bring it along almost…

    This story continues at The Next Web
    \n \n
    ", @@ -327067,6 +355078,644 @@ "image": null, "description": "Channel Description", "items": [ + { + "title": "The Holmes Verdict and the Legal Loophole for 'Disruption'", + "description": "The case against the Theranos founder is a troubling reminder: It's easier for the law to protect investors and much harder to protect the public.", + "content": "The case against the Theranos founder is a troubling reminder: It's easier for the law to protect investors and much harder to protect the public.", + "category": "Ideas", + "link": "https://www.wired.com/story/holmes-theranos-legal-loophole-disruption", + "creator": "Noam Cohen", + "pubDate": "Wed, 05 Jan 2022 20:57:16 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "ec12f56c4b87922db3f6bf75cb0c656e", + "highlights": [] + }, + { + "title": "CES 2022 Liveblog: The Gadgets Keep Coming at Tech’s Big Show", + "description": "Day two of CES is underway in Las Vegas as more headphones, smartwatches, and wacky concept EVs roll out onto the (virtual) stage.", + "content": "Day two of CES is underway in Las Vegas as more headphones, smartwatches, and wacky concept EVs roll out onto the (virtual) stage.", + "category": "Gear", + "link": "https://www.wired.com/story/ces-2022-liveblog", + "creator": "Gear Team", + "pubDate": "Wed, 05 Jan 2022 15:51:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "deeb487b1a4e679d9adbbff603dd81ed", + "highlights": [] + }, + { + "title": "Join WIRED HQ at CES (Virtually)", + "description": "We’re not in Vegas, but we’ve still got a packed day of conversations on the latest from the giant technology showcase.", + "content": "We’re not in Vegas, but we’ve still got a packed day of conversations on the latest from the giant technology showcase.", + "category": "Gear", + "link": "https://www.wired.com/story/ces-2022-wiredhq", + "creator": "WIRED Staff", + "pubDate": "Wed, 05 Jan 2022 18:15:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6be0e3b18eb3aff09a7702a0ca7e5030", + "highlights": [] + }, + { + "title": "The Best TV Shows You Missed in 2021—and How to Watch Them", + "description": "There's still time to binge-watch these five great series.", + "content": "There's still time to binge-watch these five great series.", + "category": "Culture", + "link": "https://www.wired.com/story/best-tv-you-missed-2021-streaming-guide", + "creator": "Jennifer M. Wood", + "pubDate": "Wed, 05 Jan 2022 14:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c285736b5384b2d8352018282bfed1c4", + "highlights": [] + }, + { + "title": "In Praise of Unglamorous American Invention", + "description": "Forget Blue Origin, Silicon Valley, and unicorns—small but mighty innovations are the true breakthroughs of human ingenuity.", + "content": "Forget Blue Origin, Silicon Valley, and unicorns—small but mighty innovations are the true breakthroughs of human ingenuity.", + "category": "Ideas", + "link": "https://www.wired.com/story/unglamorous-american-inventions", + "creator": "Virginia Heffernan", + "pubDate": "Wed, 05 Jan 2022 13:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "97f933bc3141e14c5d58b8683ab2ae25", + "highlights": [] + }, + { + "title": "How Do You Practice Responsible Astrology?", + "description": "For millennia, rulers and ordinary people alike have used the method to predict the future. Translating celestial movements requires great care—and compassion.", + "content": "For millennia, rulers and ordinary people alike have used the method to predict the future. Translating celestial movements requires great care—and compassion.", + "category": "Ideas", + "link": "https://www.wired.com/story/astrology-prediction-ethics", + "creator": "Diana Rose Harper", + "pubDate": "Wed, 05 Jan 2022 12:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "d5d70d962963bab39846d898fba7eb08", + "highlights": [] + }, + { + "title": "How Do You Design a Better Hospital? Start With the Light", + "description": "A new trend in patient-centered design focuses on making environments more comfortable and less scary.", + "content": "A new trend in patient-centered design focuses on making environments more comfortable and less scary.", + "category": "Science", + "link": "https://www.wired.com/story/how-do-you-design-a-better-hospital-start-with-the-light", + "creator": "Sara Harrison", + "pubDate": "Wed, 05 Jan 2022 12:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "50520d00f929b20f9b2f5e803fcb97c7", + "highlights": [] + }, + { + "title": "Hackers Are Exploiting a Flaw Microsoft Fixed 9 Years Ago", + "description": "Unless you go out of your way to install the patch, your system could be exposed.", + "content": "Unless you go out of your way to install the patch, your system could be exposed.", + "category": "Security", + "link": "https://www.wired.com/story/zloader-microsoft-signature-verification-hack", + "creator": "Lily Hay Newman", + "pubDate": "Wed, 05 Jan 2022 11:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "860b36266b130a7d04c87cd6dc83ed54", + "highlights": [] + }, + { + "title": "Six-Word Sci-Fi: Stories Written by You", + "description": "Here's this month's prompt, how to submit, and an illustrated archive of past favorites.", + "content": "Here's this month's prompt, how to submit, and an illustrated archive of past favorites.", + "category": "Culture", + "link": "https://www.wired.com/story/six-word-sci-fi", + "creator": "WIRED Readers", + "pubDate": "Wed, 01 Dec 2021 17:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dbbc1d1a2c33e0d24347c47254af9bb4", + "highlights": [] + }, + { + "title": "John Deere's Self-Driving Tractor Stirs Debate on AI in Farming", + "description": "The automation, and control of the resulting data, raise questions about the role of human farmers.", + "content": "The automation, and control of the resulting data, raise questions about the role of human farmers.", + "category": "Business", + "link": "https://www.wired.com/story/john-deere-self-driving-tractor-stirs-debate-ai-farming", + "creator": "Will Knight", + "pubDate": "Tue, 04 Jan 2022 20:30:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "1a2806f77cd8e78536237e385a533b57", + "highlights": [] + }, + { + "title": "The Pixel Art Revolution Will Be Televised", + "description": "How pixel art rose through 3D gaming's dominance to win the hearts of modern players.", + "content": "How pixel art rose through 3D gaming's dominance to win the hearts of modern players.", + "category": "Culture", + "link": "https://www.wired.com/story/modern-pixel-art-games", + "creator": "Aidan Moher", + "pubDate": "Tue, 04 Jan 2022 14:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "725ca081f774a6b2efcf616d800b4547", + "highlights": [] + }, + { + "title": "The Best Apps for Sticking to Your New Year’s Resolutions", + "description": "New year, new chance to get off the emotional roller coaster of the past two years.", + "content": "New year, new chance to get off the emotional roller coaster of the past two years.", + "category": "Gear", + "link": "https://www.wired.com/story/best-apps-sticking-to-new-years-resolutions", + "creator": "Harry Guinness", + "pubDate": "Tue, 04 Jan 2022 13:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "35a116862f84d4a5679c41baebf90e9e", + "highlights": [] + }, + { + "title": "To Study the Next Earth, NASA May Need to Throw Some Shade", + "description": "The agency wants to hunt exoplanets, so it’s designing star shades and coronagraphs that block out starlight and give telescopes a clear view.", + "content": "The agency wants to hunt exoplanets, so it’s designing star shades and coronagraphs that block out starlight and give telescopes a clear view.", + "category": "Science", + "link": "https://www.wired.com/story/to-study-the-next-earth-nasa-may-need-to-throw-some-shade", + "creator": "Chris Wright", + "pubDate": "Tue, 04 Jan 2022 13:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e2e4f3bd0c0cb4f3602085948830c0f8", + "highlights": [] + }, + { + "title": "The End of BlackBerry Phones Is Finally, Truly Here", + "description": "The company is pulling support for its devices, meaning that at some point they will no longer be able to connect to cellular networks.", + "content": "The company is pulling support for its devices, meaning that at some point they will no longer be able to connect to cellular networks.", + "category": "Gear", + "link": "https://www.wired.com/story/the-end-blackberry-phones-here", + "creator": "John Timmer, Ars Technica", + "pubDate": "Tue, 04 Jan 2022 13:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "91668d4524d4338115b72c8f2e0914ba", + "highlights": [] + }, + { + "title": "The Global Economy Ignores Developing Nations at Its Own Peril", + "description": "Rebooting after two years of the pandemic is difficult—but leaving emerging economies behind only makes things worse.", + "content": "Rebooting after two years of the pandemic is difficult—but leaving emerging economies behind only makes things worse.", + "category": "Ideas", + "link": "https://www.wired.com/story/developing-world-economic-growth", + "creator": "Dambisa Moyo", + "pubDate": "Tue, 04 Jan 2022 12:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "11615335bcb178d17f64955abcb366fc", + "highlights": [] + }, + { + "title": "Gravity Could Solve Clean Energy’s One Major Drawback", + "description": "Finding green energy when the winds are calm and the skies are cloudy has been a challenge. Storing it in giant concrete blocks could be the answer.", + "content": "Finding green energy when the winds are calm and the skies are cloudy has been a challenge. Storing it in giant concrete blocks could be the answer.", + "category": "Backchannel", + "link": "https://www.wired.com/story/energy-vault-gravity-storage", + "creator": "Matt Reynolds", + "pubDate": "Tue, 04 Jan 2022 12:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "dbe29817f8ad43dd21a1b7ea54239a80", + "highlights": [] + }, + { + "title": "The Danger of Leaving Weather Prediction to AI", + "description": "When it comes to forecasting the elements, many seem ready to welcome the machine. But humans still outperform the algorithms—especially in bad conditions.", + "content": "When it comes to forecasting the elements, many seem ready to welcome the machine. But humans still outperform the algorithms—especially in bad conditions.", + "category": "Ideas", + "link": "https://www.wired.com/story/weather-forecasting-artifical-intelligence", + "creator": "Meghan Herbst", + "pubDate": "Tue, 04 Jan 2022 12:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "c77147ecea1207cc9cc133784ad96b64", + "highlights": [] + }, + { + "title": "The Best Movies You Missed in 2021—and Where to Stream Them", + "description": "From Barb and Star Go to Vista Del Mar to Test Pattern, now is the perfect time to catch up on these indie darlings you probably didn't see last year.", + "content": "From Barb and Star Go to Vista Del Mar to Test Pattern, now is the perfect time to catch up on these indie darlings you probably didn't see last year.", + "category": "Culture", + "link": "https://www.wired.com/story/best-movies-you-missed-2021-streaming-guide", + "creator": "Jennifer M. Wood", + "pubDate": "Tue, 04 Jan 2022 12:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e39af4c12d708627db0dba021ea2ad12", + "highlights": [] + }, + { + "title": "Wildfires Are Digging Carbon-Spewing Holes in the Arctic", + "description": "Soaring temperatures are rapidly thawing permafrost, leading to huge sinkholes called thermokarst. Northern fires are making the situation even worse.", + "content": "Soaring temperatures are rapidly thawing permafrost, leading to huge sinkholes called thermokarst. Northern fires are making the situation even worse.", + "category": "Science", + "link": "https://www.wired.com/story/wildfires-are-digging-carbon-spewing-holes-in-the-arctic", + "creator": "Matt Simon", + "pubDate": "Tue, 04 Jan 2022 12:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "4fbe4d7115be0b0d4892f884f80f2cea", + "highlights": [] + }, + { + "title": "Theranos Founder Elizabeth Holmes Is Convicted on 4 Counts", + "description": "A jury acquits the former CEO of the failed blood-testing startup on four other charges, and deadlocks on three.", + "content": "A jury acquits the former CEO of the failed blood-testing startup on four other charges, and deadlocks on three.", + "category": "Business", + "link": "https://www.wired.com/story/theranos-founder-elizabeth-holmes-convicted-4-counts", + "creator": "Arielle Pardes", + "pubDate": "Tue, 04 Jan 2022 00:44:20 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "651f2e60b72dc1b237fc4059f53480c8", + "highlights": [] + }, + { + "title": "The Best Posture Correctors to Put a Stop to Your Slouch", + "description": "You're hunched over your desk and phone for hours. We rounded up gadgets to help you straighten up—including a DIY trick and yoga advice.", + "content": "You're hunched over your desk and phone for hours. We rounded up gadgets to help you straighten up—including a DIY trick and yoga advice.", + "category": "Gear", + "link": "https://www.wired.com/gallery/posture-correctors", + "creator": "Medea Giordano", + "pubDate": "Mon, 03 Jan 2022 14:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "2252c0eeb0fce44d8dace262c232385e", + "highlights": [] + }, + { + "title": "Could Being Cold Actually Be Good for You?", + "description": "Researchers are exploring the health benefits of literally chilling out.", + "content": "Researchers are exploring the health benefits of literally chilling out.", + "category": "Science", + "link": "https://www.wired.com/story/could-being-cold-actually-be-good-for-you", + "creator": "Max G. Levy", + "pubDate": "Mon, 03 Jan 2022 13:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "db91902c97564d4dd4fc810bd57c608a", + "highlights": [] + }, + { + "title": "CES 2022 Liveblog: Tech’s Big Show Heads Back to Las Vegas", + "description": "The festivities are underway in the Nevada desert as tech companies come out of hiding to show off their wares.", + "content": "The festivities are underway in the Nevada desert as tech companies come out of hiding to show off their wares.", + "category": "Gear", + "link": "https://www.wired.com/story/ces-2022-liveblog", + "creator": "Gear Team", + "pubDate": "Tue, 04 Jan 2022 18:44:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "61bb009e0ba1fb0b8d91166c1bc10b64", + "highlights": [] + }, + { + "title": "Welcome to the New WIRED", + "description": "The future begins here—again.", + "content": "The future begins here—again.", + "category": "Business", + "link": "https://www.wired.com/story/welcome-to-the-new-wired", + "creator": "Gideon Lichfield", + "pubDate": "Mon, 03 Jan 2022 13:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "77c065c960c18fa39609b2a16207d176", + "highlights": [] + }, + { + "title": "Public Transit Systems Refocus on Their Core Riders", + "description": "In the wake of the pandemic, officials are shifting bus and rail service toward lower-income neighborhoods, while some agencies are eliminating fares.", + "content": "In the wake of the pandemic, officials are shifting bus and rail service toward lower-income neighborhoods, while some agencies are eliminating fares.", + "category": "Business", + "link": "https://www.wired.com/story/public-transit-systems-refocus-core-riders", + "creator": "Aarian Marshall", + "pubDate": "Mon, 03 Jan 2022 12:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "e45049ea7c7123d76cc9f250f34aaa72", + "highlights": [] + }, + { + "title": "6 Ways to Delete Yourself From the Internet", + "description": "You’ll never be able to get a clean slate—but you can significantly downsize your digital footprint.", + "content": "You’ll never be able to get a clean slate—but you can significantly downsize your digital footprint.", + "category": "Security", + "link": "https://www.wired.com/story/delete-yourself-from-internet", + "creator": "Matt Burgess", + "pubDate": "Mon, 03 Jan 2022 12:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "7e385028951bb6925ec6b6f11b9ed962", + "highlights": [] + }, + { + "title": "Scientists Settled an Old Family Mystery Using DNA From Postcards", + "description": "Swiss forensic geneticists analyzed DNA recovered from postage stamps dating back to World War I and solved a century-old paternity puzzle.", + "content": "Swiss forensic geneticists analyzed DNA recovered from postage stamps dating back to World War I and solved a century-old paternity puzzle.", + "category": "Science", + "link": "https://www.wired.com/story/dna-artifact-testing", + "creator": "Grace Browne", + "pubDate": "Mon, 03 Jan 2022 12:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "3c1952e7bbb8d1e8e6c417bd0ef9de96", + "highlights": [] + }, + { + "title": "To Fight Climate Change, First You Need to Measure It", + "description": "Scientists at the UK’s National Physical Laboratory are using monitoring equipment to track our impact on the planet more accurately than ever before.", + "content": "Scientists at the UK’s National Physical Laboratory are using monitoring equipment to track our impact on the planet more accurately than ever before.", + "category": "Science", + "link": "https://www.wired.com/story/environmental-forensics-npl", + "creator": "Rachael Pells", + "pubDate": "Mon, 03 Jan 2022 12:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "84ad53807f3c13dcb34a8e68014d08ef", + "highlights": [] + }, + { + "title": "The Creepy TikTok Algorithm Doesn’t Know You", + "description": "The uncanny, addictive AI has turned math into a mystical force—and flattened humanity into a series of codes.", + "content": "The uncanny, addictive AI has turned math into a mystical force—and flattened humanity into a series of codes.", + "category": "Ideas", + "link": "https://www.wired.com/story/tiktok-algorithm-mental-health-psychology", + "creator": "Eleanor Cummins", + "pubDate": "Mon, 03 Jan 2022 12:00:00 +0000", + "enclosure": "", + "enclosureType": "", + "image": "", + "id": "", + "language": "en", + "folder": "00.03 News/Tech", + "feed": "Wired", + "read": false, + "favorite": false, + "created": false, + "tags": [], + "hash": "6b9fb1e753a5976c2b722492af470729", + "highlights": [] + }, { "title": "How Body Farms and Human Composting Can Help Communities", "description": "Like every other aspect of our society, how we handle death and dying needs to change in the face of climate change. This method may be a path forward.", @@ -333236,26 +361885,6 @@ "tags": [], "hash": "10e30d008e239f2360607559e1d0e8ff" }, - { - "title": "Six-Word Sci-Fi: Stories Written by You", - "description": "Here's this month's prompt, how to submit, and an illustrated archive of past favorites.", - "content": "Here's this month's prompt, how to submit, and an illustrated archive of past favorites.", - "category": "Culture", - "link": "https://www.wired.com/story/six-word-sci-fi", - "creator": "WIRED Readers", - "pubDate": "Wed, 01 Dec 2021 17:00:00 +0000", - "enclosure": "", - "enclosureType": "", - "image": "", - "language": "en", - "folder": "00.03 News/Tech", - "feed": "Wired", - "read": false, - "favorite": false, - "created": false, - "tags": [], - "hash": "dbbc1d1a2c33e0d24347c47254af9bb4" - }, { "title": "How Science Will Solve the Omicron Variant’s Mysteries", "description": "So far, panic about the mysterious new Covid variant has outpaced actual information. Here’s what scientists around the world are trying to uncover.", diff --git a/.obsidian/snippets/Cards.css b/.obsidian/snippets/Cards.css new file mode 100644 index 00000000..dd48a188 --- /dev/null +++ b/.obsidian/snippets/Cards.css @@ -0,0 +1,229 @@ +/* READ ME */ +/* +This css has been built to be used with dataview tables, and assumes you are not using dataviewjs. But this can easily be adapted to list view. Because this css is not supported by a js backend, text and backgrounds will not autosize (i think so anyway, i haven't found a way. if you do share on discord @yungbananapeel#2624) + +I'm not that great as using css, so there is probably a lot of redundancies in the file. The Main thing to understand about using the css to manipulate the tables is the structure of a DV table. + +Any content about a page you want returned is delivered as a child element of a span, that is nested inside of a TD.The TD's are the individual containers that make up the columns of a row. if you want to change the structure of a table on top of this file, its important to remember all the relationships between the TR>TD>SPAN>CONTENT. + +An an example images and links are returned as & tags as children of a div, but strings are returned as the content of the span, not as content of a child element.like so: + + cool link + picture +
    +YOUR TEXT HERE + +TABLE STRUCTURE +
    + + + + + + EACH TR CORRESPONDS TO A SINGLE PAGE RETURNED FROM YOUR QUERY. + + + +
    + EACH TD CORRESPONDS TO A COLUMN + THEY ARE ORDERED TOP TO BOTTOM, IN ORDER FROM LEFT TO RIGHT + + THIS SPAN IS WHERE YOUR RETURNS INFO IS (links, images, text) + +
    +
    +*/ +/* COLORS */ +.CardView { + --Name-bg: red; + -- +} +/* Hide Table Head */ +.CardView thead{ + display: none; + line-height: 0; + height: 0px; +} +CardView table { + border-collapse: collapse; + border-spacing: 0; + width: 100%; +} + + +/* Table wide Changes */ +/* .CardView tbody { + display: flex; + flex-direction: row; + flex-wrap: wrap; +} */ +/* Turn all spans into flex boxes*/ +.CardView span { + display: flex; + float: left; + margin: 0; + padding: 0; + max-width: 350px; +} +/* Create a card Shape from the Table Row */ +.CardView tr { + display: block; + text-align: justify; + float: left; + padding: 0; + margin-right: 60px; + height: 475px; + width: 310px; + background-color: rgb(36, 32, 32) !important; + border: 5px solid rgb(0, 0, 0) !important; + box-shadow: 10px 11px 19px -1px #070202; +} + +.CardView td { + display: block; + min-height: 50px; + padding: 15px; +} +/* First Column Box*/ +.CardView td:first-child { + min-height: 75px !important ; + padding: auto; + background-color: rgba(255, 255, 255, 0.863); + border: 5px solid rgb(255, 255, 255); +} +/* First Column link */ +.CardView td:first-child span a { + text-overflow: ellipsis !important; + word-wrap: break-word !important; + text-overflow: ellipsis !important; + display: block; + line-height: 1em; + max-height: 2em; + font-size: 23px; + font-weight: bold !important; + color: rgb(207, 17, 17) !important; +} + +/* Second Column */ +/* column bg */ +.CardView td:nth-child(2) { + z-index: 2; + background-color: rgb(226, 75, 75); + width: 175px; + display: block; + float: left; + line-height: 1em; + max-height: 2em; +} +/* column link */ +.CardView td:nth-child(2) a { + color: rgb(206, 211, 189) !important; + font-weight: bold !important; + width: 60px; + word-wrap: break-word; + text-overflow: ellipsis !important; +} + +/* third column */ +.CardView td:nth-child(3) { + max-height: 50px !important; + color: rgb(255, 81, 81) !important; + z-index: -1; + width: 125px; + line-height: 1em; + max-height: 2em; + display: block; + float: right; + background-color: rgb(250, 246, 0); +} +/* third column links */ +.CardView td:nth-child(3) span a { + color: rgb(255, 81, 81) !important; + text-align: right; + width: 100%; + overflow: hidden; + display: block; + float: right; + font-weight: bold !important; + word-wrap: break-word; + text-overflow: ellipsis !important; +} +/* third column strings */ +.CardView td:nth-child(3) span{ + color: rgb(255, 81, 81) !important; + text-align: right; + width: 100%; + overflow: hidden; + display: block; + float: right; + font-weight: bold !important; + word-wrap: break-word; + text-overflow: ellipsis !important; +} + +.CardView td:nth-child(4) { + z-index: 2; + background-color: rgb(226, 75, 75); + width: 175px; + display: block; + float: left; + line-height: 1em; + max-height: 2em; +} +/* column link */ +.CardView td:nth-child(4) a { + color: rgb(206, 211, 189) !important; + font-weight: bold !important; + width: 60px; + word-wrap: break-word; + text-overflow: ellipsis !important; +} + +/* third column */ +.CardView td:nth-child(5) { + max-height: 50px !important; + color: rgb(255, 81, 81) !important; + z-index: -1; + width: 125px; + line-height: 1em; + max-height: 2em; + display: block; + float: right; + background-color: rgb(250, 246, 0); +} +/* third column links */ +.CardView td:nth-child(5) span a { + color: rgb(255, 81, 81) !important; + text-align: right; + width: 100%; + overflow: hidden; + display: block; + float: right; + font-weight: bold !important; + word-wrap: break-word; + text-overflow: ellipsis !important; +} +/* third column strings */ +.CardView td:nth-child(5) span{ + color: rgb(255, 81, 81) !important; + text-align: right; + width: 100%; + overflow: hidden; + display: block; + float: right; + font-weight: bold !important; + word-wrap: break-word; + text-overflow: ellipsis !important; +} + +/* Last Column Image */ +.CardView td span img { + display: block; + width: 300px; + height: 250px; + object-fit: contain; + margin: 0 auto; + padding: 0; + margin: 20px auto; +} + diff --git a/.obsidian/workspace b/.obsidian/workspace index d6b6786d..6136e22a 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -9,7 +9,7 @@ "state": { "type": "markdown", "state": { - "file": "05.02 Networks/Server Tools.md", + "file": "03.01 Reading list/@Reading master.md", "mode": "preview" } } @@ -76,7 +76,7 @@ "state": { "type": "backlink", "state": { - "file": "05.02 Networks/Server Tools.md", + "file": "03.01 Reading list/@Reading master.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -131,15 +131,15 @@ }, "active": "0204ce7a98b762a7", "lastOpenFiles": [ - "05.02 Networks/Server Tools.md", - "05.02 Networks/Server Alias.md", - "05.02 Networks/Server Cloud.md", - "05.02 Networks/Server VPN.md", - "05.02 Networks/Selfhosting.md", - "05.01 Computer setup/Element.md", - "00.01 Admin/Test sheet.md", - "00.01 Admin/Obsidian plugins.md", - "06.01 Finances/2022.ledger", - "06.02 Investments/Valneva.md" + "03.01 Reading list/@Reading master.md", + "00.02 Inbox/Under the Volcano.md", + "00.02 Inbox/By the Sea.md", + "00.02 Inbox/Keila la Rouge.md", + "00.02 Inbox/Lionel Asbo.md", + "00.02 Inbox/Sérotonine.md", + "00.02 Inbox/Soumission.md", + "00.02 Inbox/The Fran Lebowitz Reader.md", + "00.02 Inbox/The Good Men.md", + "00.02 Inbox/Torto Arado.md" ] } \ No newline at end of file diff --git a/00.01 Admin/Obsidian plugins.md b/00.01 Admin/Obsidian plugins.md index e0395983..43d14809 100644 --- a/00.01 Admin/Obsidian plugins.md +++ b/00.01 Admin/Obsidian plugins.md @@ -54,6 +54,14 @@ style: number - [x] Map: Map rendering for iOS (Leaflet/Map View) ✅ 2021-12-11 +https://github.com/SkepticMystic/email-templates +https://github.com/roovo/obsidian-card-board +https://github.com/dbarenholz/obsidian-plaintext +https://github.com/MSzturc/obsidian-advanced-slides +https://github.com/Quorafind/Obsidian-Big-Calendar +https://github.com/nothingislost/obsidian-cooklang-importer + +   --- diff --git a/00.01 Admin/Templates/Template Pocket Source.md b/00.01 Admin/Templates/Template Pocket Source.md index 69935d2d..ae1419cb 100644 --- a/00.01 Admin/Templates/Template Pocket Source.md +++ b/00.01 Admin/Templates/Template Pocket Source.md @@ -13,6 +13,7 @@ Source: Published: Link: {{url}} Read: + Cover: --- @@ -66,6 +67,9 @@ style: number   +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/00.01 Admin/dv-views/GlobalFunc.js b/00.01 Admin/dv-views/GlobalFunc.js index 2a6ebec3..b3b7c446 100644 --- a/00.01 Admin/dv-views/GlobalFunc.js +++ b/00.01 Admin/dv-views/GlobalFunc.js @@ -243,7 +243,8 @@ class globalFunc { case 'Source': - TempData = ["Title", "Author", "Published date", "Language", "Themes", "Date read"] + TempData = ["Title", "Author", "Published date", "Language", "Date read", "Cover"] + // TempData = ["Title", "Author", "Published date", "Language", "Themes", "Date read"] break; @@ -353,7 +354,8 @@ class globalFunc { case 'Source': - TempData = [p.file.link, this.GetPoint(p, DataT, "author"), this.GetPoint(p, DataT, "published"), this.GetPoint(p, DataT, "lang"), this.GetPoint(p, "main", "tag"), this.GetPoint(p, DataT, "read")] + TempData = [p.file.link, this.GetPoint(p, DataT, "author"), this.GetPoint(p, DataT, "published"), this.GetPoint(p, DataT, "lang"), this.GetPoint(p, DataT, "read"), "![](" + this.GetPoint(p, DataT, "cover") + ")"] + // TempData = [p.file.link, this.GetPoint(p, DataT, "author"), this.GetPoint(p, DataT, "published"), this.GetPoint(p, DataT, "lang"), this.GetPoint(p, "main", "tag"), this.GetPoint(p, DataT, "read")] break; @@ -865,6 +867,9 @@ class globalFunc { case 'read': result = pobj.Source.Read break; + case 'cover': + result = pobj.Source.Cover + break; } break; diff --git a/00.02 Inbox/By the Sea.md b/00.02 Inbox/By the Sea.md index 83ea6d66..7cdb3a24 100644 --- a/00.02 Inbox/By the Sea.md +++ b/00.02 Inbox/By the Sea.md @@ -13,6 +13,7 @@ Source: Published: 2002 Link: https://www.goodreads.com/work/best_book/75150-by-the-sea Read: + Cover: https://i0.wp.com/blackwells.co.uk/jacket/l/9780747557852.jpg --- @@ -66,7 +67,9 @@ style: number   -![](https://i0.wp.com/blackwells.co.uk/jacket/l/9780747557852.jpg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/00.02 Inbox/Keila la Rouge.md b/00.02 Inbox/Keila la Rouge.md index 4a864070..86ca4c15 100644 --- a/00.02 Inbox/Keila la Rouge.md +++ b/00.02 Inbox/Keila la Rouge.md @@ -13,6 +13,7 @@ Source: Published: 1976 Link: https://www.babelio.com/livres/Singer-Keila-la-Rouge/1006978 Read: + Cover: https://www.livredepoche.com/sites/default/files/images/livres/couv/9782253100522-001-T.jpeg --- @@ -66,7 +67,9 @@ style: number   -![](https://www.livredepoche.com/sites/default/files/images/livres/couv/9782253100522-001-T.jpeg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/00.02 Inbox/Lionel Asbo.md b/00.02 Inbox/Lionel Asbo.md index 0b15311a..426a4dda 100644 --- a/00.02 Inbox/Lionel Asbo.md +++ b/00.02 Inbox/Lionel Asbo.md @@ -13,6 +13,7 @@ Source: Published: 2012 Link: https://en.wikipedia.org/wiki/Lionel_Asbo:_State_of_England Read: + Cover: https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1340656795i/15697997._UY200_.jpg --- @@ -66,7 +67,9 @@ style: number   -![](https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1340656795i/15697997._UY200_.jpg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/00.02 Inbox/Soumission.md b/00.02 Inbox/Soumission.md index d6e7c3e9..adc8c4cc 100644 --- a/00.02 Inbox/Soumission.md +++ b/00.02 Inbox/Soumission.md @@ -12,6 +12,7 @@ Source: Published: 2015 Link: https://fr.wikipedia.org/wiki/Soumission_(roman) Read: + Cover: https://ec56229aec51f1baff1d-185c3068e22352c56024573e929788ff.ssl.cf1.rackcdn.com/attachments/large/0/0/8/004644008.jpg --- @@ -65,7 +66,10 @@ style: number   -![](https://ec56229aec51f1baff1d-185c3068e22352c56024573e929788ff.ssl.cf1.rackcdn.com/attachments/large/0/0/8/004644008.jpg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +``` +   --- diff --git a/00.02 Inbox/Sérotonine.md b/00.02 Inbox/Sérotonine.md index 2ae27817..84f93c79 100644 --- a/00.02 Inbox/Sérotonine.md +++ b/00.02 Inbox/Sérotonine.md @@ -12,6 +12,7 @@ Source: Published: 2019 Link: https://www.francetvinfo.fr/culture/livres/roman/pourquoi-quot-serotoninequot-est-le-plus-houellebecquien-et-le-plus-triste-des-romans-de-houellebecq_3303525.html Read: + Cover: http://img.over-blog-kiwi.com/0/93/28/90/20190105/ob_c461b9_serotonine-houellebecq.jpg --- @@ -65,7 +66,9 @@ style: number   -![](http://img.over-blog-kiwi.com/0/93/28/90/20190105/ob_c461b9_serotonine-houellebecq.jpg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/00.02 Inbox/The Fran Lebowitz Reader.md b/00.02 Inbox/The Fran Lebowitz Reader.md index 468a58b0..4715f270 100644 --- a/00.02 Inbox/The Fran Lebowitz Reader.md +++ b/00.02 Inbox/The Fran Lebowitz Reader.md @@ -13,6 +13,7 @@ Source: Published: 1994 Link: https://www.goodreads.com/work/best_book/53955-the-fran-lebowitz-reader Read: + Cover: https://typeset-beta.imgix.net/2017/1/7/e6d147c8-6bc3-4339-a915-f9bc792befa5.jpg?w=740&h=1082&fit=crop&crop=faces&auto=format&q=70 --- @@ -64,7 +65,9 @@ style: number ### Cover -![](https://typeset-beta.imgix.net/2017/1/7/e6d147c8-6bc3-4339-a915-f9bc792befa5.jpg?w=740&h=1082&fit=crop&crop=faces&auto=format&q=70) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/00.02 Inbox/The Good Men.md b/00.02 Inbox/The Good Men.md index 7d4d5e2f..b4fea00c 100644 --- a/00.02 Inbox/The Good Men.md +++ b/00.02 Inbox/The Good Men.md @@ -13,6 +13,7 @@ Source: Published: 2003 Link: https://www.goodreads.com/work/best_book/824714-the-good-men-a-novel-of-heresy Read: + Cover: https://images-na.ssl-images-amazon.com/images/I/519Xm82pZqL._SY291_BO1,204,203,200_QL40_.jpg --- @@ -66,7 +67,9 @@ style: number   -![](https://images-na.ssl-images-amazon.com/images/I/519Xm82pZqL._SY291_BO1,204,203,200_QL40_.jpg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/00.02 Inbox/Torto Arado.md b/00.02 Inbox/Torto Arado.md index e93a4dfa..bf820601 100644 --- a/00.02 Inbox/Torto Arado.md +++ b/00.02 Inbox/Torto Arado.md @@ -14,6 +14,7 @@ Source: Published: 2019 Link: https://www.lemonde.fr/series-d-ete/article/2021/08/10/un-premier-roman-qui-bouscule-le-bresil-de-bolsonaro_6091079_3451060.html Read: + Cover: https://1.bp.blogspot.com/-bFDsbmtIjYU/XXGdsrX3YZI/AAAAAAAAWBo/MtnFG6-cxOMGtEV7szX6RadO9gI67a3NwCLcBGAs/s1600/Itamar%2BVieira%2BJunior%2B-%2BTorto%2Barado.jpg --- @@ -67,7 +68,9 @@ style: number   -![](https://1.bp.blogspot.com/-bFDsbmtIjYU/XXGdsrX3YZI/AAAAAAAAWBo/MtnFG6-cxOMGtEV7szX6RadO9gI67a3NwCLcBGAs/s1600/Itamar%2BVieira%2BJunior%2B-%2BTorto%2Barado.jpg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/00.02 Inbox/Under the Volcano.md b/00.02 Inbox/Under the Volcano.md index 0754f239..58d7b82c 100644 --- a/00.02 Inbox/Under the Volcano.md +++ b/00.02 Inbox/Under the Volcano.md @@ -12,6 +12,7 @@ Source: Published: 2000 Link: https://www.goodreads.com/work/best_book/1321805-under-the-volcano Read: + Cover: https://d.gr-assets.com/books/1270012861l/920269.jpg --- @@ -65,7 +66,9 @@ style: number   -![](https://d.gr-assets.com/books/1270012861l/920269.jpg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/03.01 Reading list/@Reading master.md b/03.01 Reading list/@Reading master.md index f6667046..2032e32b 100644 --- a/03.01 Reading list/@Reading master.md +++ b/03.01 Reading list/@Reading master.md @@ -6,7 +6,7 @@ QueryAuthor: QueryLanguage: QueryPublishedD: QueryReadD: -cssclass: recipeTable +cssclass: CardView Alias: ["Reading", "Reading list"] Tag: ["Lifestyle", "LifeHacks", "Book"] Date: 2021-09-25 @@ -37,11 +37,6 @@ id CreateNote ``` ^button-ReadingNewNote - - - - - ```button name Save type command diff --git a/03.01 Reading list/Comprendre l'islam.md b/03.01 Reading list/Comprendre l'islam.md index 31c2a198..ce73f415 100644 --- a/03.01 Reading list/Comprendre l'islam.md +++ b/03.01 Reading list/Comprendre l'islam.md @@ -13,6 +13,7 @@ Source: Author: Adrien Candiard Published: 2016 Read: 2020-09 + Cover: https://products-images.di-static.com/image/adrien-candiard-comprendre-l-islam-ou-plutot-pourquoi-on-n-y-comprend-rien/9782081386587-200x303-1.jpg --- @@ -66,7 +67,9 @@ style: number   -![](https://products-images.di-static.com/image/adrien-candiard-comprendre-l-islam-ou-plutot-pourquoi-on-n-y-comprend-rien/9782081386587-200x303-1.jpg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/03.01 Reading list/L'ombre du vent.md b/03.01 Reading list/L'ombre du vent.md index 77d88543..9d3aca14 100644 --- a/03.01 Reading list/L'ombre du vent.md +++ b/03.01 Reading list/L'ombre du vent.md @@ -13,6 +13,7 @@ Source: Published: 2001 Link: https://www.babelio.com/livres/Ruiz-Zafon-Lombre-du-vent/3143 Read: 2021-08 + Cover: https://extranet.editis.com/it-yonixweb/IMAGES/POC/P3/9782266233996.jpg --- @@ -66,7 +67,9 @@ style: number   -![](https://extranet.editis.com/it-yonixweb/IMAGES/POC/P3/9782266233996.jpg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/03.01 Reading list/Mating.md b/03.01 Reading list/Mating.md index 27897010..a1ca1cb5 100644 --- a/03.01 Reading list/Mating.md +++ b/03.01 Reading list/Mating.md @@ -13,6 +13,7 @@ Source: Published: 1991 Link: https://en.wikipedia.org/wiki/Mating_(novel) Read: 2021-10-15 + Cover: https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1394389193i/21219569._UY200_.jpg --- @@ -66,7 +67,9 @@ style: number   -![](https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1394389193i/21219569._UY200_.jpg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/03.01 Reading list/Sad Little Men.md b/03.01 Reading list/Sad Little Men.md index e36d0da9..7d572119 100644 --- a/03.01 Reading list/Sad Little Men.md +++ b/03.01 Reading list/Sad Little Men.md @@ -13,6 +13,7 @@ Source: Published: 2021 Link: https://www.waterstones.com/book/sad-little-men/richard-beard//9781787302938 Read: 2021-11-22 + Cover: https://www.richardbeard.info/wp-content/uploads/2021/06/SLM-jacket.jpeg --- @@ -66,7 +67,9 @@ style: number   -![](https://www.richardbeard.info/wp-content/uploads/2021/06/SLM-jacket.jpeg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/03.01 Reading list/The Girls.md b/03.01 Reading list/The Girls.md index 72eb4d22..baf9a391 100644 --- a/03.01 Reading list/The Girls.md +++ b/03.01 Reading list/The Girls.md @@ -13,6 +13,7 @@ Source: Published: 2016 Link: http://www.theguardian.com/books/2016/jun/12/the-girls-emma-cline-review Read: 2021-08 + Cover: https://cdn.waterstones.com/bookjackets/large/9781/7847/9781784701741.jpg --- @@ -66,7 +67,9 @@ style: number   -![](https://cdn.waterstones.com/bookjackets/large/9781/7847/9781784701741.jpg) +```dataviewjs +dv.el("span", "![](" + dv.current().Source.Cover + ")") +```   diff --git a/05.01 Computer setup/Storage and Syncing.md b/05.01 Computer setup/Storage and Syncing.md index 87665129..778c01ff 100644 --- a/05.01 Computer setup/Storage and Syncing.md +++ b/05.01 Computer setup/Storage and Syncing.md @@ -173,13 +173,15 @@ The following Apps require a manual backup: - [ ] Backup [[Storage and Syncing#Instructions for Bear|Bear App]] (PC & iOS) 🔁 every 3 months on the 1st Thursday 📅 2021-10-14 - [x] Backup [[Storage and Syncing#Instructions for Bear|Bear App]] (PC & iOS) 🔁 every 3 months on the 1st Thursday ✅ 2021-10-13 -- [ ] [[Storage and Syncing|Storage & Sync]]: Backup Standard Notes (PC) 🔁 every 3 months on the 1st Friday 📅 2021-10-03 +- [ ] [[Storage and Syncing|Storage & Sync]]: Backup Standard Notes (PC) 🔁 every 3 months on the 1st Friday 📅 2022-01-07 +- [x] [[Storage and Syncing|Storage & Sync]]: Backup Standard Notes (PC) 🔁 every 3 months on the 1st Friday 📅 2021-10-03 ✅ 2022-01-03 - [x] Backup Standard Notes (PC) 🔁 every 3 months on the 1st Friday ✅ 2021-10-02 - [ ] Backup [[Storage and Syncing#Instructions for Anchor|Anchor Wallet]] 🔁 every 3 months on the 1st Thursday 📅 2021-10-14 - [x] Backup [[Storage and Syncing#Instructions for Anchor|Anchor Wallet]] 🔁 every 3 months on the 1st Thursday ✅ 2021-10-13 - [ ] Backup [[Storage and Syncing#Instructions for iPhone|iPhone]] 🔁 every 3 months on the 2nd Tuesday 📅 2021-10-14 - [x] Backup [[Storage and Syncing#Instructions for iPhone|iPhone]] 🔁 every 3 months on the 2nd Tuesday ✅ 2021-10-13 -- [ ] Backup [[Storage and Syncing#Instructions for FV|Folder Vault]] 🔁 every 3 months on the 1st Friday 📅 2021-10-14 +- [ ] Backup [[Storage and Syncing#Instructions for FV|Folder Vault]] 🔁 every 3 months on the 1st Friday 📅 2022-01-07 +- [x] Backup [[Storage and Syncing#Instructions for FV|Folder Vault]] 🔁 every 3 months on the 1st Friday 📅 2021-10-14 ✅ 2022-01-03 - [x] Backup [[Storage and Syncing#Instructions for FV|Folder Vault]] 🔁 every 3 months on the 1st Friday 📅 2021-10-03 ✅ 2021-10-13 - [x] Backup [[Storage and Syncing#Instructions for FV|Folder Vault]] 🔁 every 3 months on the 1st Friday ✅ 2021-10-02 - [ ] [[Storage and Syncing|Storage & Sync]]: Backup Volumes to [[Sync|Sync.com]] 🔁 every 3 months on the 2nd Monday 📅 2021-12-01 diff --git a/05.02 Networks/Selfhosting.md b/05.02 Networks/Selfhosting.md index 4f000c3e..9d235b4e 100644 --- a/05.02 Networks/Selfhosting.md +++ b/05.02 Networks/Selfhosting.md @@ -176,6 +176,10 @@ title: Documentation Monitoring is implemented through a free and open-source tool called [[Configuring Monit|monit]]. +Other Apps include: +[dockprom](https://github.com/stefanprodan/dockprom) +[CrowdSec - The open-source & collaborative IPS ](https://crowdsec.net/) +   diff --git a/06.01 Finances/hLedger.md b/06.01 Finances/hLedger.md index e217f25d..a4714f2f 100644 --- a/06.01 Finances/hLedger.md +++ b/06.01 Finances/hLedger.md @@ -358,7 +358,8 @@ title: To explore - [ ] Tax for Investments - [ ] Financial forecasting -- [ ] Update Price file 🔁 every 3 months on the 1st Friday 📅 2021-10-03 +- [ ] Update Price file 🔁 every 3 months on the 1st Friday 📅 2022-01-07 +- [x] Update Price file 🔁 every 3 months on the 1st Friday 📅 2021-10-03 ✅ 2022-01-03 - [x] Update Price file 🔁 every 3 months on the 1st Friday ✅ 2021-10-02 [[#^Top|TOP]]